Hello, There is a minor problem when using CUPS as a print system: printer description and location fields are stored as UTF8 in CUPS, while kde thinks it's in local encoding. Thus, when having 8-bit locale and printer description in national language, those strings are shown as garbage in print dialog. Attached patch solves this problem. -- With regards, A.Prokofiev.