Can I input "å" using the alt + numpad (or other) method on windows with "Latin-2 - Central European languages" encoding page?

0

As you can see. There is no "å" here: http://www.ascii-codes.com/cp852.html

Is there a (hopefully non-invasive) method for me to insert it? (crtl+V does not count.)

Arsen

Posted 2016-06-07T22:31:41.677

Reputation: 109

You will have to use a different language pack keyboard layout to achieve this – Ramhound – 2016-06-07T22:37:09.643

@Ramhound I'm using CP 852 as my default language and the character can be typed and displayed correctly. – DavidPostill – 2016-06-07T22:41:44.700

What in the world is "cp 852" having looked at the list of language packs you can download that makes no sense – Ramhound – 2016-06-07T23:15:18.773

Answers

2

If you use Polish (214) keyboard layout: AltGr+5a or equivalent Ctrl+Alt+5a.

Explanation: AltGr or equivalent Ctrl+Alt activates hidden dead keys (in orange on next picture):

Polish (214) keyboard layout

Why DavidPostill's answer does not work for you although works for him:

You could still take advantage from Windows Alt+0x codes: if you switch keyboard layout to any of US & Western Eu or Baltic or Turkic or Vietnamese input method, then Alt+0229 would produce å Latin Small Letter A With Ring Above.
This would work even in cmd regardless of currently active code page chcp.

JosefZ

Posted 2016-06-07T22:31:41.677

Reputation: 9 121

0

Is there a (hopefully non-invasive) method for me to insert it

Assuming the code page is 852, as referenced in your link, you can use Alt+134 to type the å character.

Example in a cmd shell:

enter image description here


Further Reading

DavidPostill

Posted 2016-06-07T22:31:41.677

Reputation: 118 938

Unforunately (as it is in the link I attached in the 1st post), I end up with ć instead. – Arsen – 2016-06-07T22:50:29.530

@Arsen Hmm. Can you try chcp in a cmd shell and see what your code page actually is? – DavidPostill – 2016-06-07T22:51:45.007

It gives: Aktywna strona kodowa: 852 – Arsen – 2016-06-08T10:28:00.690

@Arsen Weird. So effectively the same code page, giving different characters ... – DavidPostill – 2016-06-08T10:58:39.480

1

@DavidPostill Code page does not matter, see my answer please.

– JosefZ – 2016-06-16T11:10:31.277