k-kawa / aseprite

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

Unicode support (mainly for file names) #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We cannot open or save files with Unicode chars (e.g. Russian characters, see 
http://blog.aseprite.org/2011/09/aseprite-09-released.html?showComment=131583944
4573#c3367226116388128484).

A viable option could be to render unknown Unicode characters using the 
Operating System (or freetype2 library).

Original issue reported on code.google.com by davidcapello on 20 Sep 2011 at 2:17

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 26 Jun 2012 at 1:11

GoogleCodeExporter commented 8 years ago
I noticed that if aseprite program files are located in directory that has 
non-Latin characters (i.e. C:\Users\Uģis Rēvelis\Downloads) - program crashes 
instantly. (Memory Dump added if this is of any help)

Original comment by ugis.rev...@gmail.com on 23 Feb 2013 at 9:32

GoogleCodeExporter commented 8 years ago
variant with german umlauts (ä ö ü) and sharp s (ß) if anyone needs it.

Original comment by rauter.g...@gmail.com on 15 Sep 2013 at 4:24

GoogleCodeExporter commented 8 years ago
Fixed: 
https://github.com/aseprite/aseprite/commit/5b252c30f5af4072fa30d06eabe9a3596490
161d

Original comment by davidcapello on 14 Oct 2013 at 11:01