Top "Widestring" questions

What exactly is the L prefix in C++?

I understand what it does: specifies a string literal as a const wchar_t * (wide character string) instead of const …

c++ string widestring
Is it necessary to convert string to WideString in Delphi?

I found a Windows API function that performs "natural comparison" of strings. It is defined as follows: int StrCmpLogicalW( LPCWSTR …

delphi string widestring
Converting wide char string to lowercase in C++

How do I convert a wchar_t string from upper case to lower case in C++? The string contains a …

c++ lowercase widestring
(Wide)String - storing in TFileStream, Delphi 7. What is the fastest way?

I'm using Delphi7 (non-unicode VCL), I need to store lots of WideStrings inside a TFileStream. I can't use TStringStream as …

delphi widestring tfilestream