Am Dienstag 18 Oktober 2005 22:53 schrieb Joan Manuel Ventura Felix <[EMAIL PROTECTED]>: > before, i was working on Suse 9.0. programming with C, the Ncurses > libraries and PostgreSql, im doing a project with this, but when i > export to 10.0 the program look diferent. i think must be problems > with character,because i use ñ in my program, and now where i have a > ñ the program explote.
Hi Joan, try "locale". 10.0 works with UTF-8. Change your source to output utf8 or edit /etc/sysconfig/language: RC_LANG=... and run "SuSEconfig" -- mdc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
