Pascal
The original standards based Pascals such as ISO and ANSI did not have a real "string" type. They only had fixed length character variables (which I believe could be addressed as one dimensional arrays - I'd have to look it up to check) and individual character types. It was always difficult to handle what you would now call a variable length character string, and there was literally no concept of a null terminated string.
Many implementations of Pascal added these things, but the original standards were (deliberately) very limited