https://bugzilla.novell.com/show_bug.cgi?id=752454 https://bugzilla.novell.com/show_bug.cgi?id=752454#c17 --- Comment #17 from Johannes Meixner <jsmeix@suse.com> 2012-03-27 15:19:13 UTC --- FYI: In yast2-printer I allow for the print queue name only letters (a-z and A-Z), numbers (0-9), and the underscore '_' and it must start with a letter. This is more restrictive than what CUPS allows. But it is recommended to avoid reserved characters and spaces for component values in URIs and the print queue name becomes part of a CUPS DeviceURI if CUPS Browsing is used to announce print queues over the network e.g. like in "ipp://IP.of.the.server:631/printers/print_queue_name". Unreserved characters in URIs are uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde. Even hyphen, period, tilde, and case sensitivity could cause special issues in special cases (e.g. only letters, digits, and underscore are known to work for a CUPS print queue name and case is not significant for CUPS). Therefore it is best to use only (lowercase) letters, digits, and underscore for all values in all URIs if possible. -- 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.