International Characters Support: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 78: Line 78:
* UTF-16: not all sequences are valid. When using standard ASCII, memory waste is 50%. While transmitting strings, around half of the chars are zeros.
* UTF-16: not all sequences are valid. When using standard ASCII, memory waste is 50%. While transmitting strings, around half of the chars are zeros.
* UTF-32: not all sequences are valid. When using standard ASCII, memory waste is 75%. While transmitting strings, around three-quarters of the chars are zeros.
* UTF-32: not all sequences are valid. When using standard ASCII, memory waste is 75%. While transmitting strings, around three-quarters of the chars are zeros.
=Octave and international support=
== Graphs ==
Adding special symbols to graph title, graph labels and inside graphs
== Locales ==
Converting strings to numbers when the decimal separator is not '.'
75

edits

Navigation menu