Giter Site home page Giter Site logo

Comments (4)

MaBecker avatar MaBecker commented on August 21, 2024

possible workaround .....

Bildschirmfoto 2021-09-02 um 12 42 39

from espruinowebide.

gfwilliams avatar gfwilliams commented on August 21, 2024

If I:

  • Load the file in Chrome App under Linux: works
  • Load the file in espruino.com/ide: same issue you see for online IDE
  • Copy/paste the file in online IDE: works

image

Does it work for you when you copy/paste?

At least for espruino.com/ide the root cause is that your file is actuallt a UTF8 text file. It actually contains those extra characters that you see. If you upload the attached (non-UTF8) file then it may actually work for you?

umlauts2.js.txt

So I guess we need to detect UTF8 files somehow and convert them? I don't know if this is something the Web Browser would actually handle automatically

from espruinowebide.

MaBecker avatar MaBecker commented on August 21, 2024

Does it work for you when you copy/paste?

Yes copy paste works

If you upload the attached (non-UTF8) file then it may actually work for you?

Yes it does

Just checking Sublime settings

	// The encoding to use when the encoding can't be determined automatically.
	// ASCII, UTF-8 and UTF-16 encodings will be automatically detected.
	"fallback_encoding": "Western (Windows 1252)",

	// Encoding used when saving new files, and files opened with an undefined
	// encoding (e.g., plain ascii files). If a file is opened with a specific
	// encoding (either detected or given explicitly), this setting will be
	// ignored, and the file will be saved with the encoding it was opened
	// with.
	"default_encoding": "UTF-8",

So saving the files as non-UTF-8 does the trick - Many thanks!

from espruinowebide.

gfwilliams avatar gfwilliams commented on August 21, 2024

Renamed - and lets leave this open. Ideally the IDE would be able to load UTF8 and convert it either way.

Lets ignore the Chrome App for now as at some point Google are still planning to kill it.

from espruinowebide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.