Skip to content

Instantly share code, notes, and snippets.

@vinniefalco
Created January 19, 2020 19:55
Show Gist options
  • Save vinniefalco/736f7e3a2f1c4149eaa99684cbcaa4d0 to your computer and use it in GitHub Desktop.
Save vinniefalco/736f7e3a2f1c4149eaa99684cbcaa4d0 to your computer and use it in GitHub Desktop.
template<class F>
void
test_set(F const& f)
{
/*
(A) Arabic (Egyptian):
u+0644 u+064A u+0647 u+0645 u+0627 u+0628 u+062A u+0643 u+0644
u+0645 u+0648 u+0634 u+0639 u+0631 u+0628 u+064A u+061F
Punycode: egbpdaj6bu4bxfgehfvwxn
*/
f("egbpdaj6bu4bxfgehfvwxn", {
0x0644, 0x064A, 0x0647, 0x0645, 0x0627, 0x0628, 0x062A, 0x0643, 0x0644,
0x0645, 0x0648, 0x0634, 0x0639, 0x0631, 0x0628, 0x064A, 0x061F });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment