ProgrammingCube / lcdhost

Automatically exported from code.google.com/p/lcdhost
1 stars 0 forks source link

Image plugin doesn't support non-ASCII characters in path #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Fix or something.

Original issue reported on code.google.com by linkdata...@gmail.com on 14 Jan 2011 at 2:44

GoogleCodeExporter commented 8 years ago
Added a support callback in LCDHost that does a simple UTF-8 to local 8 bit 
conversion on a string. That resolves most cases, but there's still a need for 
a full-fledged image handling plugin with complete Unicode support for all 
languages that don't have local 8 bit encoding.

Original comment by linkdata...@gmail.com on 14 Jan 2011 at 9:16