> Hi! > > I'm still stuggling with getting the german umlauts (=E4,=F6,=FC, a.s.o) > working on my thinclient installation. > The really strange thing is, that it doesn't seem to be a keyboard > layout problem at all.
if you build busybox without command-line editing enabled, does the problem go away? if editing is enabled, i assume you're in emacs (default) mode, and not vi editing mode, correct? if it only happens with command-line editing enabled, add a printf somewhere in the default case of the big switch (line 1754 in svn) in read_line_input(), and see what's happening to your characters. paul =--------------------- paul fox, [EMAIL PROTECTED] _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
