Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created February 22, 2017 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/7003eeb1a669bd5568299006b58cfd6f to your computer and use it in GitHub Desktop.
Save chuck0523/7003eeb1a669bd5568299006b58cfd6f to your computer and use it in GitHub Desktop.
int main()
{
icu::UnicodeString ramp( icu::UnicodeString::fromUTF8( "ÐðŁłŠšÝýÞþŽž" ) );
std::cout << ramp[5] << "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment