Differences that aren't ?
"Head Geek (伟思礼)" <[email protected]> Sat, 14 Jun 2025 12:52:43 -0700
| Newsgroups | gmane.network.unison.general |
|---|---|
| Message-ID | <[email protected]> |
After a unison sync, I see strange "differences." Here is what I see:
WGroleau@MBP ~ % head -4 .unison/Countries.prf
# Unison sync for Countries/Contries
root = /Users/WGroleau/Countries
root = /Users/WGroleau/Contries
WGroleau@MBP ~ % unison Countries
Unison 2.53.7 (ocaml 5.2.0): Contacting server...
Looking for changes
Reconciling changes
Nothing to do: replicas have not changed since last sync.
WGroleau@MBP ~ % diff -rq Co*ies
Only in Countries/AX: Åland_Islands.info
Only in Contries/AX: Åland_Islands.info
Only in Countries/BL: Saint_Barthélemy.info
Only in Contries/BL: Saint_Barthélemy.info
Only in Countries/CI: Côte_d’Ivoire.info
Only in Contries/CI: Côte_d’Ivoire.info
Only in Countries/CW: Curaçao.info
Only in Contries/CW: Curaçao.info
Only in Countries: Curaçao-2.jpg
Only in Contries: Curaçao-2.jpg
Only in Countries/RE: Réunion.info
Only in Contries/RE: Réunion.info
WGroleau@MBP ~ % diff -rq Co*ies | od -xc | head -15
0000000 6e4f 796c 6920 206e 6f43 6e75 7274 6569
O n l y i n C o u n t r i e
0000020 2f73 5841 203a cc41 6c8a 6e61 5f64 7349
s / A X : A ̊ ** l a n d _ I s
0000040 616c 646e 2e73 6e69 6f66 4f0a 6c6e 2079
l a n d s . i n f o \n O n l y
0000060 6e69 4320 6e6f 7274 6569 2f73 5841 203a
i n C o n t r i e s / A X :
0000100 85c3 616c 646e 495f 6c73 6e61 7364 692e
Å ** l a n d _ I s l a n d s . i
0000120 666e 0a6f 6e4f 796c 6920 206e 6f43 6e75
n f o \n O n l y i n C o u n
0000140 7274 6569 2f73 4c42 203a 6153 6e69 5f74
t r i e s / B L : S a i n t _
0000160 6142 7472 6568 81cc 656c 796d 692e 666e
Apparently unison reads composed characters on one side and decomposed characters on the other and considers them the same.
"A ̊ ** l a n d " vs " Å ** l a n d" in the above
--
Wes Groleau
“An adventure is only an inconvenience rightly considered.
An inconvenience is only an adventure wrongly considered.”
― G.K. Chesterton
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].