Click here to Skip to main content
15,887,676 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: Commonest West Coast Dev language??? Pin
#realJSOP20-Jun-22 3:14
mve#realJSOP20-Jun-22 3:14 
GeneralRe: Commonest West Coast Dev language??? Pin
Michael Breeden20-Jun-22 3:17
Michael Breeden20-Jun-22 3:17 
GeneralRe: Commonest West Coast Dev language??? Pin
Ron Anders20-Jun-22 3:44
Ron Anders20-Jun-22 3:44 
GeneralRe: Commonest West Coast Dev language??? Pin
RickZeeland20-Jun-22 7:27
mveRickZeeland20-Jun-22 7:27 
GeneralRe: Commonest West Coast Dev language??? Pin
kmoorevs20-Jun-22 7:33
kmoorevs20-Jun-22 7:33 
GeneralRe: Commonest West Coast Dev language??? Pin
PIEBALDconsult20-Jun-22 8:03
mvePIEBALDconsult20-Jun-22 8:03 
GeneralRe: Commonest West Coast Dev language??? Pin
Gerry Schmitz20-Jun-22 8:18
mveGerry Schmitz20-Jun-22 8:18 
RantTechnically correct but practically useless Pin
honey the codewitch20-Jun-22 0:12
mvahoney the codewitch20-Jun-22 0:12 
So I'm wrapping this

The quick brown fox jumped over the lazy dog


And I've traversed all the nastiness with Unicode's non-breaking spaces, and invisible breaks and all of that.

I get this:

The quick
 brown
fox jumped
over the
lazy dog


Look at the 2nd line.

"Oh just remove the whitespace around the line" they said
"It will be easy" they said
"You can call char.IsWhitespace()" except wait.

This isn't .NET. It's an IoT machine with C++

C++ doesn't do 32-bit codepoints out of the box.

Do have any idea how hard it is to determine if a character is whitespace in Unicode?

I need a massive table.

*headdesk*
To err is human. Fortune favors the monsters.

GeneralRe: Technically correct but practically useless Pin
Sander Rossel20-Jun-22 0:49
professionalSander Rossel20-Jun-22 0:49 
GeneralRe: Technically correct but practically useless Pin
honey the codewitch20-Jun-22 3:31
mvahoney the codewitch20-Jun-22 3:31 
QuestionRe: Technically correct but practically useless Pin
Randor 20-Jun-22 1:20
professional Randor 20-Jun-22 1:20 
AnswerRe: Technically correct but practically useless Pin
CPallini20-Jun-22 1:52
mveCPallini20-Jun-22 1:52 
GeneralRe: Technically correct but practically useless Pin
Randor 20-Jun-22 2:07
professional Randor 20-Jun-22 2:07 
GeneralRe: Technically correct but practically useless Pin
CPallini20-Jun-22 2:29
mveCPallini20-Jun-22 2:29 
AnswerRe: Technically correct but practically useless Pin
honey the codewitch20-Jun-22 3:34
mvahoney the codewitch20-Jun-22 3:34 
GeneralRe: Technically correct but practically useless Pin
Randor 20-Jun-22 3:51
professional Randor 20-Jun-22 3:51 
GeneralRe: Technically correct but practically useless Pin
honey the codewitch20-Jun-22 4:16
mvahoney the codewitch20-Jun-22 4:16 
GeneralRe: Technically correct but practically useless Pin
Randor 20-Jun-22 4:39
professional Randor 20-Jun-22 4:39 
GeneralRe: Technically correct but practically useless Pin
honey the codewitch20-Jun-22 4:52
mvahoney the codewitch20-Jun-22 4:52 
GeneralRe: Technically correct but practically useless Pin
Richard Deeming20-Jun-22 2:01
mveRichard Deeming20-Jun-22 2:01 
QuestionRe: Technically correct but practically useless Pin
CPallini20-Jun-22 2:32
mveCPallini20-Jun-22 2:32 
GeneralRe: Technically correct but practically useless Pin
honey the codewitch20-Jun-22 3:29
mvahoney the codewitch20-Jun-22 3:29 
GeneralMessage Closed Pin
20-Jun-22 3:21
BorkenkaeferFrisstFichten20-Jun-22 3:21 
GeneralRe: Technically correct but practically useless-Because you don't know the history and use the wrong words. But its okay.. Pin
honey the codewitch20-Jun-22 3:30
mvahoney the codewitch20-Jun-22 3:30 
GeneralRe: Technically correct but practically useless Pin
TheRealSteveJudge20-Jun-22 4:15
TheRealSteveJudge20-Jun-22 4:15 

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.