https://bugzilla.novell.com/show_bug.cgi?id=440839 User jsmeix@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440839#c4 --- Comment #4 from Johannes Meixner <jsmeix@novell.com> 2008-11-05 07:27:51 MST --- Yes, "ASCII letters (a-z and A-Z)" and "ASCII numbers (0-9)". I.e. only 7-Bit characters. No non-printable 7-Bit characters. No 7-Bit control characters (ESC, EOT, BS, CR, FF, whatever...). For print queue names only ASCII letters (a-z and A-Z), ASCII numbers (0-9), and the ASCII underscore (5F hex) are allowed. For the queue description and location entries see the "BasicModifyDialog help": --------------------------------------------------------------------- To make sure that those strings look correct in any language which a particular user of a particular application program may use, it is safe when you use only plain text without special characters (e.g. only letters [A-Za-z], numbers [0-9], and spaces). --------------------------------------------------------------------- Perhaps this could be better ---------------------------------------------------------------------- To make sure that those strings look correct in any language which a particular user of a particular application program may use, it is safe when you use only plain ASCII text without special characters e.g. only ASCII letters (a-z and A-Z), ASCII numbers (0-9), and the ASCII space character (20 hex). -------------------------------------------------------------------- but now it looks very technical. I think even the current text can be well understood if the user wants to understand what the meaning is. Let's postpone it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.