Skip to content

unicodeToWin1251()

Converts a Unicode string into a Win-1251 encoded binary string.

Example:

ts
unicodeToWin1251('Привет');

Released under the MIT License.