Originally posted by DahyeonWoo September 4, 2022
Hello, I am planning to make CharacterSet Auto Selector.
File
euphony/euphony/src/main/cpp/core/charset
- CharsetAutoSelector.h
- CharsetAutoSelector.cpp
- README.md
euphony/euphony/src/main/cpp/tests/charset
- CharsetAutoSelectorTest.cpp
Is there another name? 😀
Input & Output
- Input: desired String value
- Output: Return the charset showing the shortest encoding result (Charset interface)
Unit Test
Docs
- Charset, ASCII, UTF, UNICODE
- DefaultCharset, ASCIICharset, UTF-8, UTF-16, UTF-32
Discussed in https://github.com/orgs/euphony-io/discussions/221
Originally posted by DahyeonWoo September 4, 2022
Hello, I am planning to make CharacterSet Auto Selector.
File
euphony/euphony/src/main/cpp/core/charset
euphony/euphony/src/main/cpp/tests/charset
Is there another name? 😀
Input & Output
Unit Test
Docs