locale

Vasilisc vasilisc777 at gmail.com
Tue Jul 19 10:30:03 UTC 2016


The java-app in snap package can't open file if path contain non-English 
letters.
How it is correct to work with a locale?

snapcraft.yaml
   integration:
    plugin: nil
    stage-packages:
     - ttf-wqy-zenhei #china
     - fonts-kacst #arabic
     - locales
     - locales-all
....

I try this
java -Dsun.jnu.encoding="UTF-8" -Dfile.encoding="UTF-8" ..
but it not work.

-- 
Best regards,
vasilisc




More information about the Snapcraft mailing list