Common Computer Science References
At the end of this lesson, you will be able to:
understand and use an associative array
passing parameters
nil
create a program that loads the Unicode character set (a subset of it, just the basic Latin characters) into an associative array
the stub program accepts a string
a function accepts the string and returns a list with hexadecimals number that are the Unicode for each character (see: https://www.utf8-chartable.de/unicode-utf8-table.pl?number=1024&unicodeinhtml=hex)
see below for the translation to Unicode in an associative array
the stub program prints the string, but in hex equivalent
In C programming language, a Hexadecimal number is represented by preceding with "0x"
recreate the same above program in a second language
but once again, not C due to strings!
NOTE: You can turn on "Closed Captions" to see a printout of what is being said by selecting the "CC" button.
You can also have it translate the closed captions by going to "Settings, Subtitles/CC, Auto-translate" and then pick your prefered language.