Sublime Forum

How to activate æøå

#1

Hey i am from Denmark. My class in internet technologic just started, and we got a problem with sublime text 2.

The Problem is that we can’t write ÆØÅ, with is a pretty big deal when you are writting in danish. So i’ll hope that you can help us out here.

Kind Regrads from Denmark.

0 Likes

#2

ÆØÅ you ain’t got our ÆØÅ!

Don’t know what might be wrong as my åäö works fine, but you can try entering this in the python console and see if that gives you any more clues:
sublime.log_input(True)
sublime.log_commands(True)

0 Likes

#3

Easy Fix! :slight_smile:

The solution is simply to convert the file to UTF-8, that can be done for example in Sublime Text by choosing ‘File’ -> ‘Reopen with Encoding’. I chose the " Nordic ISO (8859-10) " .
Please notice that you æøå’s will be replaced, and you’ll need to re-write them.

S

0 Likes

#4

Or UTF-8 which is totally international.

0 Likes