Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: WOrdle 854 Pin
jmaida21-Oct-23 16:51
jmaida21-Oct-23 16:51 
General"special characters" in passwords: defined how? Pin
raddevus20-Oct-23 9:22
mvaraddevus20-Oct-23 9:22 
GeneralRe: "special characters" in passwords: defined how? Pin
obermd20-Oct-23 9:54
obermd20-Oct-23 9:54 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:17
mvaraddevus20-Oct-23 10:17 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz20-Oct-23 10:43
mveGerry Schmitz20-Oct-23 10:43 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:54
mvaraddevus20-Oct-23 10:54 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz20-Oct-23 11:20
mveGerry Schmitz20-Oct-23 11:20 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 11:56
trønderen20-Oct-23 11:56 
raddevus wrote:
4. convert back to UTF-8 on server side.
Well, UTF-8 isn't 'cleartext', but a multi-byte encoding of a 32-bit character code. There aren't very many applications around prepared to handle 32 bit character codes.

At least in the Western world, the common approach is to go for 16 bit UTF-16 codes internally - and for those falling outside that range, say 'To heck with those'. Even if you are not prepared to handle those UTF-16 codes pointing you over to the more exotic characters, you will be able to handle almost all the textual information you are likely to encounter, regardless of language.

In the age of 16-bit Windows, the 8-bit ISO 8859 encoding was the standard (with a few Window specific extensions). Since the advent of 32 bit Windows, UTF-16 has been the standard internal representation - although you shouldn't rely firmly on all applications to handle anything outside the 'Basic plane' (the first 64 kibi characters). (I would never trust that to be true for any *nix application without thorough testing!)

So: If the application on the server side is prepared for 16 bit characters, most likely according to UTF-16, you are probably fine. (Full 32-bit UTF is a non-essential 'nice to have'-feature.) An ability to accept and forward UTF-8 as a byte stream is not sufficient unless you can also process it as unpacked characters requiring more than 8 bits.
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 12:27
mvaraddevus20-Oct-23 12:27 
GeneralRe: "special characters" in passwords: defined how? Pin
BernardIE531720-Oct-23 10:01
BernardIE531720-Oct-23 10:01 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:23
mvaraddevus20-Oct-23 10:23 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 10:40
trønderen20-Oct-23 10:40 
GeneralRe: "special characters" in passwords: defined how? Pin
PIEBALDconsult20-Oct-23 11:32
mvePIEBALDconsult20-Oct-23 11:32 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 12:05
trønderen20-Oct-23 12:05 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 12:24
mvaraddevus20-Oct-23 12:24 
GeneralRe: "special characters" in passwords: defined how? Pin
RussellT23-Oct-23 1:57
professionalRussellT23-Oct-23 1:57 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus23-Oct-23 2:02
mvaraddevus23-Oct-23 2:02 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 10:36
trønderen20-Oct-23 10:36 
GeneralRe: "special characters" in passwords: defined how? Pin
raddevus20-Oct-23 10:50
mvaraddevus20-Oct-23 10:50 
GeneralRe: "special characters" in passwords: defined how? Pin
englebart21-Oct-23 7:16
professionalenglebart21-Oct-23 7:16 
GeneralRe: "special characters" in passwords: defined how? Pin
jschell20-Oct-23 11:44
jschell20-Oct-23 11:44 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen20-Oct-23 12:03
trønderen20-Oct-23 12:03 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz20-Oct-23 20:04
mveGerry Schmitz20-Oct-23 20:04 
GeneralRe: "special characters" in passwords: defined how? Pin
trønderen21-Oct-23 5:37
trønderen21-Oct-23 5:37 
GeneralRe: "special characters" in passwords: defined how? Pin
Gerry Schmitz21-Oct-23 8:05
mveGerry Schmitz21-Oct-23 8:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.