Studying some localization options, I came across this as a save option in Visual Studio. What is Unicode Codepage 1200 exactly? The MSDN page says:
"Unicode UTF-16 low order bytes (BMP ISO 10646); available only for managed applications"
So, is Unicode Codepage 1200 really UTF16 and therefore has a specification?
Is it possible to use this for Javascript, and if we need to use it, is this the encoding declaration needed in the script tag?
Thank!
source
share