noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Encoding Problem after building/compiling #459

Closed braintuts closed 8 years ago

braintuts commented 8 years ago

after building a PL/SQL-Package in the database via the atom-build plugin i got some encoding issues. For example ü, ö, ä turns into a ¿

Im not really sure, but i think that issues didn't exist in earlier versions.

Note: I set the default Encoding of atom to Windows 1252.

Edit: database encoding: WE8ISO8859P1 selected via: select * from database_properties where PROPERTY_NAME in ('NLS_CHARACTERSET')

4223 commented 8 years ago

Can confirm this problem.

noseglid commented 8 years ago

Hmm, the character encoding and how it's displayed is not handled by build at all. Everything that is output from the command will be put as is in a div.

Can you create a minimal .atom-build.yml file which echoes the characters that doesn't work?

Cxarli commented 8 years ago

Bump @braintuts

noseglid commented 8 years ago

Closing as inactive. Please re-open if you wish to pursue this further.