Click here to Skip to main content
15,888,454 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.

 
GeneralSo far... Pin
#realJSOP19-Jun-22 13:22
mve#realJSOP19-Jun-22 13:22 
GeneralRe: So far... Pin
MarkTJohnson20-Jun-22 2:45
professionalMarkTJohnson20-Jun-22 2:45 
GeneralRe: So far... Pin
#realJSOP20-Jun-22 3:07
mve#realJSOP20-Jun-22 3:07 
GeneralRe: So far... Pin
MarkTJohnson20-Jun-22 5:02
professionalMarkTJohnson20-Jun-22 5:02 
GeneralRe: So far... Pin
#realJSOP20-Jun-22 6:44
mve#realJSOP20-Jun-22 6:44 
GeneralRe: So far... Pin
dandy7221-Jun-22 6:18
dandy7221-Jun-22 6:18 
GeneralRe: So far... Pin
#realJSOP21-Jun-22 6:34
mve#realJSOP21-Jun-22 6:34 
PraiseHooray! I've conquered Unicode Pin
honey the codewitch19-Jun-22 3:09
mvahoney the codewitch19-Jun-22 3:09 
First of all, happy Father's Day to those dads out there.

The last frontier for my Unicode support was word breaking. It's monstrously difficult to do in Unicode.

This morning I turned this:

The quick brown fox jumped over the lazy dog


Into this:

The

quick

brown

fox

jumped

over

the

lazy

dog

(The extra breaks are deliberate because you can break on both ends of a space)

Using code I adapted from this GitHub - adah1972/libunibreak: The libunibreak library[^]

which I found under the ZLib license, so win. I'm refactoring the entire thing, but I got it building without a makefile which took most of the morning.

Anyway I still have a ton of work to do before word wrapping is implemented fully in GFX but my day is off to a good start.
To err is human. Fortune favors the monsters.

GeneralRe: Hooray! I've conquered Unicode Pin
0x01AA19-Jun-22 3:20
mve0x01AA19-Jun-22 3:20 
GeneralRe: Hooray! I've conquered Unicode Pin
honey the codewitch19-Jun-22 3:50
mvahoney the codewitch19-Jun-22 3:50 
GeneralRe: Hooray! I've conquered Unicode Pin
David O'Neil19-Jun-22 6:23
professionalDavid O'Neil19-Jun-22 6:23 
GeneralRe: Hooray! I've conquered Unicode Pin
honey the codewitch19-Jun-22 7:38
mvahoney the codewitch19-Jun-22 7:38 
JokeRe: Hooray! I've conquered Unicode Pin
Daniel Pfeffer19-Jun-22 13:57
professionalDaniel Pfeffer19-Jun-22 13:57 
QuestionWifi mesh network questions Pin
Joan M18-Jun-22 23:52
professionalJoan M18-Jun-22 23:52 
AnswerRe: Wifi mesh network questions Pin
Daniel Pfeffer19-Jun-22 1:16
professionalDaniel Pfeffer19-Jun-22 1:16 
GeneralRe: Wifi mesh network questions Pin
Joan M19-Jun-22 9:55
professionalJoan M19-Jun-22 9:55 
AnswerRe: Wifi mesh network questions Pin
DaveAuld19-Jun-22 5:44
professionalDaveAuld19-Jun-22 5:44 
GeneralRe: Wifi mesh network questions Pin
Joan M19-Jun-22 9:58
professionalJoan M19-Jun-22 9:58 
GeneralRe: Wifi mesh network questions Pin
DaveAuld19-Jun-22 17:07
professionalDaveAuld19-Jun-22 17:07 
GeneralRe: Wifi mesh network questions Pin
Joan M19-Jun-22 20:33
professionalJoan M19-Jun-22 20:33 
GeneralPeter's message below reminds me it is Happy Birthday to ... Pin
Richard MacCutchan18-Jun-22 22:01
mveRichard MacCutchan18-Jun-22 22:01 
PraiseRe: Peter's message below reminds me it is Happy Birthday to ... Pin
Kornfeld Eliyahu Peter18-Jun-22 22:27
professionalKornfeld Eliyahu Peter18-Jun-22 22:27 
GeneralRe: Peter's message below reminds me it is Happy Birthday to ... Pin
Richard MacCutchan18-Jun-22 22:52
mveRichard MacCutchan18-Jun-22 22:52 
GeneralRe: Peter's message below reminds me it is Happy Birthday to ... Pin
Mike Hankey19-Jun-22 0:30
mveMike Hankey19-Jun-22 0:30 
GeneralRe: Peter's message below reminds me it is Happy Birthday to ... Pin
CPallini19-Jun-22 1:24
mveCPallini19-Jun-22 1:24 

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.