Content deleted Content added
Tom.Reding (talk | contribs) m +{{Authority control}} (2 IDs from Wikidata); WP:GenFixes & cleanup on |
m Disambiguating links to C string (link changed to C string handling) using DisamAssist. |
||
Line 162:
==== Other representations ====
Both character termination and length codes limit strings: For example, C character arrays that contain null (NUL) characters cannot be handled directly by [[C string handling|C string]] library functions: Strings using a length code are limited to the maximum value of the length code.
Both of these limitations can be overcome by clever programming.
|