Displaying 2 results from an estimated 2 matches for "koesling".
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
Hello
While searching the archives and googling for :
-login script to map drives according to group membership
I saw lots of complicated solutions (on-the-fly scripts, group directories)
etc. but the following works very well for me:
I downloade dthe ifmember.exe from the microsoft website, and stuck it in
the netlogon directory (not the scripts directory)
2010 Aug 29
4
rails 3 : german umlauts in controller
Hi everybody,
with rails 3 I have the problem that the controllers don''t accept german
umlaute anymore.
E.g. when I try to build an array:
landschaft = %w[ Berg Hügel Tal Ebene]
I get this lovely error message: ... controller.rb:5: invalid multibyte
char (US-ASCII)
Sure enough the document encoding of the controller is utf8.
Can anyone of You point me to the right direction?
Thanks