Please note that this issue is different from #280.
On modern C/C++, it's already possible to declare a char/string is UTF-8, UTF-16, or UTF-32 by using of prefixes, e.g: u8"my string" (my string is encoded in UTF-8).
Adept itself already has the ub suffix to specify a C char/string.