unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Version 6.1 of the Unicode Standard is released
@ 2012-02-01 17:21 Eli Zaretskii
  2012-02-01 17:49 ` Paul Eggert
  2012-02-11  7:18 ` Eli Zaretskii
  0 siblings, 2 replies; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-01 17:21 UTC (permalink / raw)
  To: emacs-devel

See http://www.unicode.org/versions/Unicode6.1.0/.

Should we update our files in admin/unidata, or is there some danger
and we should wait until after 24.1?



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-01 17:21 Version 6.1 of the Unicode Standard is released Eli Zaretskii
@ 2012-02-01 17:49 ` Paul Eggert
  2012-02-01 18:08   ` Eli Zaretskii
  2012-02-02 11:44   ` Chong Yidong
  2012-02-11  7:18 ` Eli Zaretskii
  1 sibling, 2 replies; 15+ messages in thread
From: Paul Eggert @ 2012-02-01 17:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On 02/01/2012 09:21 AM, Eli Zaretskii wrote:
> See http://www.unicode.org/versions/Unicode6.1.0/.
> 
> Should we update our files in admin/unidata, or is there some danger
> and we should wait until after 24.1?

Do you see any real harm in updating?  If not, I'd update them,
as it's to some extent a bug if Emacs doesn't support the current
Unicode character set.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-01 17:49 ` Paul Eggert
@ 2012-02-01 18:08   ` Eli Zaretskii
  2012-02-02 11:44   ` Chong Yidong
  1 sibling, 0 replies; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-01 18:08 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

> Date: Wed, 01 Feb 2012 09:49:10 -0800
> From: Paul Eggert <eggert@cs.ucla.edu>
> CC: emacs-devel@gnu.org
> 
> On 02/01/2012 09:21 AM, Eli Zaretskii wrote:
> > See http://www.unicode.org/versions/Unicode6.1.0/.
> > 
> > Should we update our files in admin/unidata, or is there some danger
> > and we should wait until after 24.1?
> 
> Do you see any real harm in updating?

Not something specific, no.  I just saw that there are quite a few
changes in character properties (UnicodeData.txt), which could
potentially affect something.  But this is not based on any facts.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-01 17:49 ` Paul Eggert
  2012-02-01 18:08   ` Eli Zaretskii
@ 2012-02-02 11:44   ` Chong Yidong
  2012-02-02 17:09     ` Eli Zaretskii
  1 sibling, 1 reply; 15+ messages in thread
From: Chong Yidong @ 2012-02-02 11:44 UTC (permalink / raw)
  To: Paul Eggert; +Cc: Eli Zaretskii, emacs-devel

Paul Eggert <eggert@cs.ucla.edu> writes:

> it's to some extent a bug if Emacs doesn't support the current Unicode
> character set.

No, this definition of "bug" is bogus.

That said, I don't object in principle to upgrading to Unicode 6.1.
Could someone post the diff?



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-02 11:44   ` Chong Yidong
@ 2012-02-02 17:09     ` Eli Zaretskii
  2012-02-02 18:28       ` Paul Eggert
  0 siblings, 1 reply; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-02 17:09 UTC (permalink / raw)
  To: Chong Yidong; +Cc: eggert, emacs-devel

> From: Chong Yidong <cyd@gnu.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
> Date: Thu, 02 Feb 2012 19:44:18 +0800
> 
> That said, I don't object in principle to upgrading to Unicode 6.1.
> Could someone post the diff?

The diffs are 1144 lines long (including context; "diff -u0" produces
856 lines).  If you still want to see it posted here, I will.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-02 17:09     ` Eli Zaretskii
@ 2012-02-02 18:28       ` Paul Eggert
  2012-02-02 19:15         ` Eli Zaretskii
  0 siblings, 1 reply; 15+ messages in thread
From: Paul Eggert @ 2012-02-02 18:28 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On 02/02/2012 09:09 AM, Eli Zaretskii wrote:
> The diffs are 1144 lines long (including context; "diff -u0" produces
> 856 lines).  If you still want to see it posted here, I will.

Could you please send it, attached as a gzipped diff?
A file named something like "emacs-unicode-6.1-patch.txt.gz"
should work well as an attachment.  Thanks.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-02 18:28       ` Paul Eggert
@ 2012-02-02 19:15         ` Eli Zaretskii
  0 siblings, 0 replies; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-02 19:15 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

> Date: Thu, 02 Feb 2012 10:28:04 -0800
> From: Paul Eggert <eggert@cs.ucla.edu>
> CC: emacs-devel@gnu.org
> 
> On 02/02/2012 09:09 AM, Eli Zaretskii wrote:
> > The diffs are 1144 lines long (including context; "diff -u0" produces
> > 856 lines).  If you still want to see it posted here, I will.
> 
> Could you please send it, attached as a gzipped diff?

Sure:


[-- Attachment #2: UnicodeData.diff.gz --]
[-- Type: application/octet-stream, Size: 10406 bytes --]

\x1f‹\b\bnà*O\x02\vUnicodeData.diff\0¬œY³Û¶’ÇŸç~
¾ËJ¸/a*\x15\0EX\d.:‘ß<¶ïŒëÞ\x13g\x1c§j>þt\x03$%’\0ÅTOLXÿ_\x03\x04\x1a@c!Ç£ñáÓë—ß\x7füë÷/Ÿ>|ÿðcÿû—_?}¦ðû\x0fßÿ÷û\x7fئe\x1eÍèh9†\x15üd:?¹Ö\x0fŽ\x1dšâq0\x1dÓüÇáp0~üëÏoh\x04á\x1fûJ|&_¿þëèÿ`ý`ªÌÚG\x13þ³\f+úÉ\f\x7f²Ý\x1flÏœÌÚ`ö×_£å{o,ø‡áó×_ÿa˜&qã´o\x1aV¥7£å§*n?Æf̺\x18ÿTâ*d^|cզ“¦>ƒ(!MÜ~\x05M]\ršá‹+k:ž’B(\x10;\x02\x16Ä-K;^Æg P\x1dÖªËZ…Y\bcÊ	kXËÛ¸ý—”üüñëë\x1f\x1f¾ÿ\x02ßÛ¦\x01e\x1cJ¨½”W'ãNŒV¢8­/·†ŸòN›'Ì9‰3VòŠW̨^[Ê+¸1^Q¸Á®nââßÀ\x14ñÏ\x7fþõÇço˜¸o-ni^[ÿº…c.“¸`Yw¼Ô¼êÄ}Ô}R0ƒT'¸¾ë뎈â*IsŽ/_î7p\x13œ1q§ž\x17\x05+e}
Ëi\Õ㝿*Ë™Æm\r6òÛ%gUœþ\x13DÉL$Ü-4ßX\x16¸›ü”î–8qÛ_XÓ¦\r¿tF—7ŒÅ\x15Þ,\x18ºß­ãı\x03?ÕLMù‰Ì•ÄIÚwpßiʪN_ëÖ¼Ö\x054\x19ñâ’§M-ïy¬¹É‚“¤ã­™N”Ê+z@âÇ\x17^\0ø¢ò“\viÈ©!—\~9Tû’¹<c0\x7f\x01äR¨WZw\x1aßOÂ8e\x14ª’hËÀ\x0eæe0êG\vѬ°ëJY1PŽ\x16ü¨*\x06‰¡m$$.I›öÅÞÆ‘Í^[Ç3þë\x16÷’Ä¢ýîl\x1eÿ|l\x1e²áëÛ\axõ/N¤1²†È>	î\x1cl’¦c,3,ý\x7f~ûðñû—¯¿Ëb3lÓuñ7\x17ÌX?ºY%>&B•‰ä¤Èž¦`‹\x14ìe
‚\x1d^[§oÙo\x02ã ?DÓ´}'. P ‡-IQ\x18\x05ë ?Ɖ”%\x19+lj\x06VäÊ«\0]\x15ؐ²5òº©æ°B™ä6¤#ïÞö=•®ë›ŠQ#_æ†\x04!•Wp=Û÷Uln¼ð.‡üÔç§ù\x19dÒ\x15ÿ\x1fí‘\0ú|q\x15÷\x18(µ\f\îo˜Fù”[´\x1aªd\šl;\x1c‡wÔ\aÄ\x03Ôࢆ\x03y\x15¶#¥mhJ
ÿðåUŽ\x04Nä¾ña$ÀÏÁݼ0ˆIS²Š“É ?\x11¨cf°47nüEÑ\x15{¾‡¨=kí^\x18ÝMe=Xj»ú"ûÉ1OÓ÷ÐiñšN$¹\x7f3Œf—OŠ\0Ä\v³»‚koDB^dÅ9K\x1aö2\fJ\x06ë*’C)•¿Ç¶mÆU[.	{A´ìT\x17Bï(õÎR\x0f»Í\x19T‰\x06\x12Õà†ž¨\x067ôÇjða`„1'᩸#£%U9¢“Å\x10ã›ö(Í꺃\x18‰î\x13:-ÞY˜Îr¢’\x1e@ê.¤å•t:³þ =Š\x01ÁHû„\x19\räH\x1d­øf0×guß@cØ"Â17\r¹I\r)V¥\x19¸\x01v¡ð\x19¥\x19˜IÜBäHRèm›sÁÀ[ê„\x15}+½qn\x05õéJ\x0f#Í6BW\bi¡!r\x18.•Ì\x11˜ldH\x02nså\x0fƒŸ²Bv\x10Ë|YæH\f\x1d\x03) Ž‘CõZl-ďф\x04Á\x1d\x7fíûe/ЄuÊd°’lÓ\vÐåá3zãz²–B\x0f£‹Š\x12¨àk\ró\x11þþáît4ô’‰:aྋa\x13sé«´ë\x05$k©™\x17yHÌÑë¦^[^[F\x19Ù=^á\x1fŠúEu«HÛ\vú-c¥Ä»—\x1a\x03Ç\x16ª²¾2\x1dï,øŽä\x7f\aw\x17x6f\x1eP™qˆ½¨\fÞw˜ó\x16æÞ‘laNGú\v² åHŠ\b\x10çž\x1a4X å½\bwf;\X¸±e!Þ‹"'å{²m.ú^[æ°`6‘…±f4VÔ0Zj d\x01½—{=à/¼Ò¡é2½\x1aħ^[Á»Ð0lò¢´oŠ›‘‘.'š\x11\råÞ\NE\f©—ûsù™´nPFy ÈL\a=¥>P‘Ÿm"Rdi$Ô¹šª±Ã \x1eÿÞk^ŸN2£\x16MZ¥3\f\x1då)B•ù“MV\x7fWL¿gX¶Îß\x13$›zÙúªy¥\x06*½5ÓϪ4Téí™~V¡‘J\x7f\x0f’D/ŸÃì\x13[™¾„³©‘ˆÌËæØ@ÓÚ@<\x05²Ãm²©ÅˆûXöÀúB~èI3H¥iê—œ\x11ú4½{à%&áûÁH“ೌ\x12]‚ÏÀ©A\rÃÊßÍpº‡Ÿ
|Ã\x10Ý,²=\x16¦¶'œû\x19a˜‘iÆ”]a¦p"\r—\x11;¯pq\x17f)ŒEh­¢=\x1aPâÖ
ßCÙ+ŠT}{%²\x0fWÎxlבáŸ^[„cŒN ‡:õo\x01ëø°pÕ²+LüªOr¾\x18ˆŸ)a\x02}ÓBÏ°¤'}(~\x1eôÙRk¼“<\x12?Sñ\x13è&ù,Ö¾/\x0f.¢g\x02}Ò„4\x108³Ùh\x02¥]7\x1c†Ý\x05@A?\0÷2þ¸Ì	–°c™\x11–°cyÖ›P–0£¸PP?½yT¦B™×FUO«zÓlŸ‘\x04.Q4Ë\x1f£tdJ-Cæ‹íŒ2Á\f‘È9/{ã4Á\vi¶’V7•Ö03h\b\x1d‡ù\a.aÜŠ‚`C®KÖš´8g0N" ã'£<ÕF×Àì€`û!r\x15yEÛ^[ô±/¦‚87I¡Ý—*\x13²®lœ©B]\x05ÎØ\x1a2k‘-\x18HŒ4Ç­\x1e˜°œZ\Y s/\x1cå LsR]rÔ¡jȪµÈjƒ1ßI¬™¬lMŒ3gRÒ°Î8Ò÷=5šŽ@>J\x1cÞqÑšTŠÛ;‚	WQB]›³Ó\?ŠÒz\p<l—m\x183ïMÿ^Ô§º»]ØÐØà~eöÕ•jù\x1a°ÈÉi\x13\f&à¢\x1eÐb_M.ž@Y^['('ã\b\x19h´v„KxV(š¯çÛCóµÌÔ‰O¬nN¸Ö•’\vïÈ´Ø÷\x02í诹!›ÚN,0W‹å8çZs®ä<=W+Óó Î€\v´Ü­RaÄ¨\x16#LÉQ‘MjÞ¹Q_Í›úôýl”\fû8`ÂZ™HöÙH\x1eŒØ+#§}FNƒ\x11Yñ¾#*Þ‡þ;\x1a*\x1e¢¡Õ-òJ՝6¹k\x1fv­\x18þŽ[4\x17%”ÆeMyÆq^>dj4R¡¼ÎöuàfÓÇÎ\x19\fÐu\x0e™*‡¨e+-ø!\x1d6ù”D¶" OçCÃR–ƒ\x05C\0t‚§¾€Ö^·\f»¨3¿1\»WÊ­•¼má\x1f6\x19{ÅTœõª\faÕº–‹ÁÎÁµ¢`èæ-Ç£\x10\x19ä¼¾àT³.\x13Üw>=®cá\x12µ~aè-Õ	"ÀiaK\x11\x02‚=¦²÷w\fdO2´\x1f-pÛ;>ž\f\x10D«¨X½Z奎oÝÕ/uCq¿”i¤ö]ªÙy˜¤Îì†aø¸(«Ï³\x02Œ¤\x0e\x1eL<Æ.9H¬\x18"\x11Üm©(ƒy%ÅE\x7fYÚïj\b\x1fpäÀíW•ÿ\x04‰ý\x1c†\x19·\x06vô0é\x15Ì\x11\x18w`¤ŽW9k\x10#ïäÚñJïiôD¡?lÚWÅ´‡Í\x14”Q0\x10þŒ±°*
Fm°Ör­áP!æÚ)Œ\x17E>vÔ¾ézcG0nûŠ’ŠµìÑÎ…”PG&é„D:¬b}\x01=ÊIK’\arLŠ\x10–cDË
JH²”_9\x04€¢°×‹  O\x1fôi]µuEªnL\bûG\x11˜)J\x1faº\x03~QW]BØ\x03<ÅüDÙ\x16\x12’­ÅíM#NÌ\a±œ
½gM=M…LñóPÓ¾i†²¦}óe\x0fU\r¾µ4³5]\x05 \\x01[óU\0¢\x15°1a\x05ý£/+ŽüÊ\x02Ci².°†õ\x1aqº\x16\x17Z1]‹\x13m6\x14•œ‰#%g\ré€R]Ù©\x19'¤#ç)(ÑȬ¹¬å\x10ŸA³ë+-aÏ	å-Ê\x03\x1d¡ì'l×}c¹Ò{Ò€Æ5†\rüÌ\r‚³¯!š%’\x06ì®zئ2Ê>%ê\x19^[0™š\x19–³´èÁJÓÇ–ñÈŠe	£í›^[ѐÖ&yÁÓ=\x10\x1ei`{^[îq
­KØÙdSrnt¤»I‚ƒ^[-.\x10Ÿt¼·ÉŸÉ\x13ÜßÄé3<ØÄ“-\x1cœ\x04æLWFÇåù3iZ\bd‰6(La‚ô \aq³%¶\x1fÅ\x17\x18ÏÏÚÍ"ÑBlÛ’-$\fÆó¯VšY\x14ãEÓa¤-W\x1a¦•/UÃL3ë‘^[µF\x0fÐ\r&@Ð\0tÃHšÙ3´¡9¹ò–4'õ\0—fÎ,‹xt\r\x17Šžsîc\x01É•¿íui`¼Ç´ÞòüJʾà7uÏšfþ£¼¿\x10š—¤âš1‘ÂdIž \x1aû?1=\x1dgá«cD\x03dmBLCÙ^[GÈ”ð\x11ÇŠÞX\x1e8‰\x13Š_„“P˜¬,ç­Ò,e\x05ž~šO[M'q癁ù‡š?5ŒKÎ×6 åÎmX\x1a^[©’\x0ef!6õ§âè“á˜Åü\x14×ÙÌÿ\x14'*£…\x01gÛ@³4\x10Ø\v\x03~eÀ[\x18ð¶\r\W\x06ü…\x01?–å­1€\vj\v^[N²¼‹`ÛÆì¸ädÄY\x18	·4y½4‘Z\v\x13Ѷ	áR\v\x13Ëâ Û&R…‰`Öü÷xÕ«Þ«\x0e»¼êUïU‡]^õª÷ªÃ.¯zÕ{Õa¯W½ê½ê°Û«^õ^uØéU¯z¯:ìôªW½W\x1dvzÕ«Þ«°§KT]w¯éèýTy†Unc\x0eÇæ;^P\x1dNU8Ý…ãˆ\x11†¶8\x06\x18†Q0ÌÏí \rã\x06&i\rÎ~ë‚Ó¾Åø\x04ÏÛãz\x1f\x14\f›\x1f=¼\rÙ\x01r<„ϺGD\x1aÑ1$~|²f<>Üð÷u…CäpìWqÖñ\00žjër\x06\x17a áíðTÌ	æÑ….I(ôZÈ \x02Á\x13m
\x19\x1a§sã\x19\x14ñ\x1eëY<\x0f\x0f#õ¸³\x01Á‹ò°&ˆ³•¸n4ZˆG_rÞá4—”u5Ô2ž Eœª\x0f„b-G¡ça-G‘=®©Úi\x10m„\x18C5t„\x17*Ç\x03š¨èz<’õ"Žt\x18¼j¹ÚuÁB²\x15\x18\rùP±G`Óínïí*\x1e 3¿ÙcàUo\0sOWñ̘õë*ž1=\x7fA³!ùÅ\x16N;œ˜|!íXø‹\r\x1dÓv2i"S›x¿Ã„k\x0e~\x11\x05b^[Å2qy.\x1c\x1cƒeø\x04Y7[Ù®øfè\r\x14ÌDVT{á\rï û -t
^[¬µÁ\x16¬â­.ä·q:2²ó‚H꜀‰Ô8猯7Æp^"xgäç=ðœž;¡HU\Eî£ÑB]P£ê\x13ÅAþe[N3¢€(‡>³3Þõ¬],ò¯ùDÁã	ñ}\x16Ä\x11pÓ”Û§ðK4ýPõ\x06Ü˪1ŠÍVq\x15 «\x01ÅþéŠtåUžŽ¬Uizò
µ‡»¢jòV)À@^\x05HuûLERyÅÌ:xj\x02—ÓNù”˜rÂ\bRK!M4Z[¥Í5ëe\x16Æ’²îp¿l¬;ßQ\x18y¯NÐwWÚŽ¼0ù´Ø\x06æ©’P‰¡”}\x7f-f\x1ai°–Öš,dwé²\x13–;ž³#ñ‹Þئó‡Qm\x1a<Ôè´\x05¬Ýa\x03ýCú÷\x15û·5¯d'\x17)\x1f_žÛ—5æXî^[Ë—UÆìì\x1eþ\f‘šjðgàvbH\x15Oö©;\x05\x06þ†;~7±ùàå\x01\x10p;9Ô>ìê­UNÜ\x10Þ\x0eQ†F㎚MKÞ˜^ËJžÖE]é”~LÉéĆPDœŒ<A¤Duú`¦—ç	7pÌŠät²(†n\<\x7fh<{Š^[å$î^ê#+Áj›+ŸÇ\x02Q\x12‹3ù[2¨Ï\x10ÆÔ·g£!T\x06·ìÂH§zž^[µÖL›\x16<ËtR{&…›Â`\x127`[ÝHáÛ\x0eîêZøìËÐÛ8¦Ä\x10ÝÕâì„8Á)bo±\w\x7f®duÊ\x18Át\x06Rt×nÍ‚o*X:c!øe"Ù\x15z\x04”'\x110£²Y,9WÅe#7l\x0fìá\x0eÏÓû(¸bI=IMAA±@÷ðB®7½79øðóÔÓœIE\x06\x7fšu’\vÂV\x13¢]kžb3®ûŠêl\bç±,ÇÂ=ƒeÙ¸>)ww\x1cÛõâ”7i\x0fkŽ5jœq£¾9áÓÄÓI¹Ÿ?~ùöñߟ\x7f1<\x16¤³\x1cÚ®¯°Ñ¦y]\x17+ÚLJ6çt ÊAÝÕ+6HÂlæ\x14¶^[NlÕ—	Žž\fŸT6’‚¤gCNêTgý\0Vè\vøñm'MVtΛÝt²¤³z?œ®`ží†é\x12nùo»a¶‚q^[y7ž-q±©¼‡>ì­êjB-ó\x11Þ[ÙwÞžñ{«ûÎ;3~g…ßqw†ï¬ò;îÍð•~Çý\x19¾»Úï\x06‚™½\x15\x7fçC󡇀›Á±	\x02»6ç—ù{2~þó\x7fþúðí³˜ß›xÁ×\x17¸Þ¼‹ñ,mõ³û«\x10Æn\x06_\x7f0¼¦"¶­G3¶Æ\fž|ÒšÁuZ\x1c	\x1f;cß‘ÏýZí\rkA.Í`¤b¿\x11qÌ\x19Üà ™XШË\v„ÕbL\x11H\0–ͱ„Á•=å˜iÆ?c\x04Â?}þú_ß>üñßoŒìË·?¿ÿ¢:\x15ei²’\x17\x1fÔê\x03¨ÓÝjƒ˜•^[¿\x1f\x7fçFfÍe¿idö\¦›½A…Ê™·ã¸þ8"\x12?Àuq\x01$½5¼( ÄÉa€Å\x05¾\x12ÿ\x17¦^[Ò\vËÏŠ£N`ÂV™èòºoñŒä>^[NÜ\x16äZW@\x0e\x0fg+\x17\x11\x0e uUɍkÞg˜\x10ˆw\x0epíž-˜ð6Lð\rÎßàn[`°•ç\r.Üàîgsõ|´•aÖl%M6Pñ2£'I'^[|]²“ö \x02°©Š=C°yÞ¢¨Šº\x10¸Ïú¼A‡¿HB·zåØòÈ\x10´¡p|\r\fñ#ïn`¾”´^¾\x02µ+¯‚ôïärY6W<9\0D ò\f\x1fê$[uš¾¼b½DÙ–ï×¸Ê \x16ÁµåEðäVÙ—›'·@fÍegÎžëzm\aæY‘,|ßò‡	!	B¦Ú\x14(†	9ëš:+Øoâ/âÄvŠNµ9@‚ÈT¯nWÃó}¬Mñ0ïú¹\f@-iÁRåeÍ/_Æ\x03)‹+TO\x10Ùê\¤ÒJB”é㺲øP¤ÿH®R¶å\x15sO4÷?¼]§N
þ®gÓ+qV™ ²\x10ˆ²\x104F–ù!¦¼
Cš’8ï͏39Ž=:Ž\x1d\x0e;ŽðµòmBÍÎ|úò*\f…›^[+Ïó\x19ÉrS;ó\x13Ê+z\x01!êüÌ^À´ÚŸñ}áBY¨ÝcÊç¯DZì7Yöl[^[,EšÓ7ÓK‹j…\x15Ï™7ÊŒìر+Õ\r:^[wûØ…k7Ó‘Z±×LLÙ)\x05Yú\x1c½è:*×rå:¹‹'KíÁá\b¥qG¸qå\f†Î[™Ô\x05¾µGµ
\x02Z¶Òæø\0'W­\x0eƒ<[ÉÏ5Ç¿ªCŠ„03.\x19ë\x187J\x18\x1d§£²ÊerP[Ju­QÛJuª>j\fzG©¯n:½«ÔwNïiôÚ\fùJ€R>Ðèµ	„ê;®túH©oµö‰ZßêôÉ\¿xÌâ£
IµH¯~L\x1a!ª…\báZŠé©^“»l#!\r“-šDš3~ÎI¥n@Ù¢I\x10q\böœ÷\x14Z´šX4\vR½åêêÈ\x16\rbšÚáJhÇW›L\vzÑ<ÄæÌ>ÒÓ–ÚÆ¡Yà\x16íeãÁ\x15ƒàÃõ÷\aËÆ;ƒÆØ+;b|´^)ç\x1a¹£–\x13¢í¬}K¾iÏ\rœhˆ*3b'b»\x02W\x15`\x18HxÁ»Û}½ö(\x04ƒÁ\bßLñ	ø.}\x06§\x13\x1cÙá\x02¦Ï`:Átvjö\0ß±gðÔÅG&e\v8{\x06Oƒeä'Á<ÛŽù\x04\x06Á\0»\x19a\vØz\x06[#ì™l™²ý\f¶'Øré²þ}\b\Äâ”o{ã3þ–‰\x0föâ›T	ž‹^[Œ•Æ•µ-4‰Ä1=õ#¾øl+a'|ÃÜbS\x14©ŸðÅ\a\ÕŒfßóø\x7f•[³£:’…ÿÊ~Ÿª\bs\x13\x10î\x17\x01Âf^[ƒ\vpíãzïy뙉¹üÿ‘°·mI¹\x12¨ˆîê®o%B¬TJ\x18„ÑÄß\x1a=NÕ'ü"'@AKòoôqÃïyÃð~Ùb\v‡}Þ\x15¼ßO¶ØÒe_›\x18ßï\x1eÛ—¤Hï».êe®žH=ÞÌÙ•‰žhßš·W‡Ç\v½“s"eR:dÀö^[\¦ný\x05L¾ÿ
?9Y\x16¦JLcg\x1e‚9ê™íxèoï“CI\x1cgÕE¼N!]Ìë:¤Kx݈t)¯»Á\x13Ìxá\x17\x14
^XAa¾%ü\x19#iÁK/ð˜%/<C¡ä…\x03\x14V[B|–õ†\x14š®Ù\x12âc*^:Áól·„ð˜åFNöè˜åFR>_Gò•^[iyÄʍĜ¡0Ý\x12â\x0eÚÈÍ\x19\x19¡ÜÈÍ\x13lìFnþ‚Ì\ °Ü\x12âîÙÈÍ\x05vOµ%ÄÇÜÈÍ\x05\rÐåFn6°ƒPf>î\x17üîšO$m·¥ðLå[vÖ×iî~«­b)#(A—BÆP‚J¤L \x04u¾L¡\x04\x16F™A\r¬‰R@\r,‡2‡\x1aXÎd\x015°’É\x12j`\x11“\x12kà\x15­ \x06\x16\x11YC\r,\x02²\x1a<þK\x05Exè—-\x14ÁQ¿b²gªf—d¬Åi\x04Gü
ç\x11\x1cì+œHpœ¯p&Á!¾Â™\x04‡è
g\x12\x1cb+œIpt­(CŒ‡û²q:/HÖ2²î\f–7R¯2µ7§q>.ÇŽ^[MW8z‡\x03ö[Ñ’\x18H®pÓ•(O’ûã\x05y\x16'?âì±’Žvú\x1cOÒl{üýláævBÑ®Þ=5f/pDENd\x04ÿ[´nF6“ü˜ÇóÅ|\x02â™yGò=íuë1J°`AL
*,HHA\x05))h° #\x05\a,\x10¤àŒ\x059)\x18˜C\x14¤¢Ç‚’>\x04\x16HRð^[\v*RpÁ‚š\x14Ü° !\x05\x13\x16(RpÄ‚–\x14œ @Ñ	ñ‰\x05tB\fø¬\x15\x11˜§\x13B)( \x13¢ƒ<\x0fWÈÓé0BžÎ\x06Üþ\x02¤›\x02‚Ö¹h[»$­šˆÒŒoû\x15E\x0fT½$1%Yïð=$ñúç]’’û¾‡(y|¡ì%J)‘ùÜÈS“®\x7fÞ5\x19©Ñ¥ó©ÉÖ?ï\x1aAiæD¬\x7fÞ%9)Á^[I­¢‚\x121›I­¢’\x12q^[J­{(êÙßéLïQLnT²î¤ø.zß\v\x1a)bKñü\x19\b\v’oÁw®ÓÛ h2uÈ\x0e™\x03^\x11(\x1cP!0wÀ\x13neá¢GÌ–\x0e{À¨tQ&lå°\x03\x13·vØ\x1a£‹2MP\x0eû‰ÑÖEqØhçžÙ\r³‘Ã.\vfce\x1aá:¶i0›z,\x13Øõí0`Öµ.sr®y¹ssÝËœšk^îÌ\÷2'æš÷‚Q×»\x17¦\x05®y+ŒºÞ­˜°®yÏ\x10]ïÞ°wc×»\fêZw¨kÜ\x1e£®o¿0êºvƨkZܱñÓ´ïb€­G5^\x10x‡ñ’Â\x19^\x12ü\x15ã\x15…3|MðŠÜpLÃ\rÕ3LÛ\x15Á/|}óíãÞ厲¥Žtµ¥1)MvÔAq#“§áÇçëŠ4ø´»¼nO·³û¢jðéu¼kRBòé߀Yt”ä6ÍÍŸ£¤°anæ\x1c%¥\x03³sæ(‘6ÎΖ£¤rhnž\x1c%µMs3ä(i\x1c˜^[G‰²q~V\x1c%­óóáô5\x1fæï.­ðÓžÌ\r£(}zsûîR”>íIlƒáÑ…^Å™\x1a›ÀOŒ¬šÈÖ°_rY\x05±-à6>Ôtò¤™ÇúW2õHˆf.Š&ù…ðHˆæ.Š\x16\x04Eá‘\x10-]ôþ™ÃúcB
	\x15PR!I\x145T@IãJÐ2¨PÞ…„}Þºè\bÈrç\x05E}^F.zBF*c\x0f=BÖsò\x01¢ž•\x0f8¬çå\x01ÇõÜ\CÔss›àùù\x13¢žŸ?qXÏÉàÙkÃz\x16\x06Ï]^[¶öYÜ\b϶àykÃ*ŸÅ=ë‚ç¬ÍºÆ3/<9é™\x17Ÿ›ôÜ\vOMzæÅg&=÷â\x13óÌ{¨çÝ\vngÞ
¢žw+\x1cÖ3ï\x19¢žw¡u¥gÝ	¢žs{ˆz¾í1ëùö7D=×ΰ»*ϵàI\x7fÃz¶Å¨çZÜ‚—k·¾ý°â)…wˆÎH\x1aâ‚Âñ¼ªÊIž\x11\x14”à5]€º’Õ1BÉ	{¬«X\x1d#¬)¡Â|C^~¼>¬\x14%\x181ß’\a¸\x02\vÔ;wæ{_1\x12ßÝа;¯æ>Ï qgV½µß·V$¶‚ßò{U¼òƒü4Þʼ²‚[—Ô¯l\bXÅÔ¯\\bù®â*ye\x03÷%+ƒ6¯Ë\x12²àn"\agWÜMìÐì’»I\š_s7©Ãó‹î&sqvÕÝ\b\ag—ÝMîÒüº»)\x1c~cáÝ”\x0eÏ®¼…^Ë.ò4u^[ËF¡×¯6\aÁØ\x06;Ä%\x0e\aÁÔ\x06¯ˆË\x1c\x0e‚Â\x06\x15ârç”a\v\v^[\x1c\x11W:\x01a\v¥\rž`gW\x0ex„dm“\a\b6\x0eˆC*›\x1cpÌÖ&ÑrJ”Ž^[ábJ”Ž\x1f?!èøñ\x13‡t\x1c	—Qf\x0f\b‹„‹(³·„CâÃ;¶„\v(³{„Câ Ž5áâI”Ž9ñ)9ædÎÈq'>!ÇœÌù8îħã˜ó\x02AÇ›p¹d6ΰÈ
‚Ž7+\x1cÒ1ç\x19‚Ž7¡5¥cÍ	‚Ž3{\b:¾ü\rAÇ–3>mÇ•3\x04\x1dS∎)'|Þߦ\fº\r+dýŽ³7a…ü6§³ŠB¡•w(tK°\b®v>\f\x17D¢Š\bšÁc\x1fW˜Nˆ.é0žúøˆéŒ\bδ\Ø—\x12¯*Ìë±oèp=-ëeÌ©°õwo\aÌŠE\x1dY07'\x16ul±ÜŒXԉͲóaQ§\x16ÍΆEÙ07\x17\x16µ°`n&,êÜfÙy°¨\v‹ægÁ¢.-šù${\x14›\rÝêë ºvœÎß¿mSï\aÇfO7—üXº³š±"F
ó\x19GðR{YŠy\x18;Þ%¥ø\x11%¯`ê* ìÍ–t±šÕÏöãt¡¯\x159­˜å¹‚š‚Öü¾ª_ä¨*ÌwáÏÝë#ò Ú
óMøw®‚\lq·Ž	™Ø‡î!˜Zà\x19r™Í\x1d!(,ðû\x0e\x1c8·ø\x16r…Åý†\is8 ´À\x05r•Å5«Ý«³à˜ÇBTÙÍÄ`k·\x1364²m9@ζå\0/yäùrÀA\x13Ò\x1e˜·ýÉ\x04Î\x1c\x107×v(LÈvf\x7fƒ mÍ\x1e\x1f¹t@\x1cÒ1'\x13Ó±'CÖnL|øÆ\rŠQÛŸ'ÈÙö< .Þ¹f‚!cÛ ¿ gûó\x17>¶mÎ\x01ƒŽ+\x0f°ÓãŒö;\x0em»\x13\a¶Ýù\x17äls2--\x1d\x10“Ž9ÑO3štÌùç\x0f$ms\x0eÐoq〸™ÎÈ9cÒ\x19:ÿ@2ñÜÉ„M"\x17æ"Û&Ì\x16ÀgÕ°ñm»2 mW|½\x12Û­Lkm—þaŽ;W\x01‚…s\x11 Xú×\0²¶U1g^[\x15\x1f»vÎ^[‚¶M±ñ\x13å€8dK\x0e%8tºsBäJ#·\x11\x18µ}ú\x059§Ð\x1f\x11g{\x13:™;m™Ÿß§AŠÇYÝW\x18æCXwšºA éø~¦Ÿù:C7\x1c&¡4Û‡zœ³ýà0f>
Yá³Ç#‚s\x1f†í-\b\x16öIéÁ#B¥B¶òØ/ÈÖ>‹ÐÆC\x15B•Â\x1ek	\x16õ˜ØùÝ n\bŽ<¸Chì£È;"!Xtv"¥`xz¾…;tå„oá\x0e]\x0fá;¸ƒ]á;¸»"Ö70\x1e\x01„oa\x18×wð\x15^Žš`áåh(\x18¶Ø·ñ\x156Ù·ñU¡>Î}^[_a+rßÆÈñ¹oã^[lƒoc‰ü“\x13£°‚°obežo¡aßÅ“ù¼Ùƒ\x1c‹râ\bˆ-˜\x03 ok	»Ñw5¾ì¾­%òSîÛz„¬ïj”\0¹oih¼âaéõKPëÇÍÀ½qÑ–»7Ô|»l\x03ÞðçW>i4~C+Տ_\x18µçQFaö%ú\x17uneê³	b3ŸM\x11+|6Clî³\x02±…Ïæˆ-}¶@¬\x04k)#Š¨bD°ÇkF\x04»³aD°_\x15#‚\x1dÜ2"ª÷>¢ÊÜù?ÉE®\x1f*sÖ\x1aŠ¼9^™Ÿ\0ŽzÊ{ $7ZÓ˜ÃT·?rX:óI¶ë|ÿ†Þ}÷­ËÜõ\x1d±÷§ù! Ž²rÝú>Ž#QüˆÒÇ\x0f\x01MÞ:ß™>Ã8_d­ü\x1fSô\x7fÿãßÿó?þwýÆOnÿ°²†R|¨·_Z¬P…ý«Ë\x1aªåC½~†±"•îcIÊ|îGšWjÌÝô·€²WMleÿ\f œ\x17Þ´:"ÕÕ÷F\x0e–¸pÅ1)þTêL¨kWêFö„¸uÅ\x19)þ’_¾8õÚ-Hñ\x1fÙ\r¾zýΓ¥ÎIõsÃ\x12«Ý+.HñB‰\x13ïb•¤øF]¬TºbIŠO’°Iš¸âŠ\x14÷’¸ÐiêŠkR|&mb}âkU7¤z\x18Gâb¥ÂU+R=+E]jï´[:·HŸ”Ž8¢\x13³%¯VäŠé¼œ¿\x7f	µŽìvYDçå/òR»öŽè´œ¨f'^³SºÙGº¿]§DtV/ähä\x1a<¢³Zÿ•RW®šÎê\x13ÖÊUƒ´>RƒY²sÕ%\x18	©‹í:<’`0£®—;\x12Ft^\x1fŽ´Å½.§3»\x19—^Í3]E„×w\r^[„NôÊkŠb£Y'=û¶l\x102„[šb:u»¡[ºàÒ\x1aÇlÀ\x12^[§l\x1423R·êÄ9\x1f$¨îÅ%^[$¬„Å’\r\x12VÊâŠ\r\x12VÒâš\r\x12XÚ↍\x12XâbÅF	,uqËF	+yÉŽ\r\x12Vú\x12>\x7fÂJ`ÂçOX)Løô	­jIƆ	«n‰àƒ„U¹„ÏåÀj—ðÉ\x1cV·\x12>\x0fCKP\x1aƒ	ug>ç\x1a8N¦9\x17$l„KK.FØ\0—V\Œ°¡)m¸\x18cJª¸ CJÚrAÂF”,b^[\x124\x16d¬E†‚,eÛ\x118\x12d¬Ï\x02³/c\x16–|\x19k´ÐÜËX«ýÍ	\Ö†\x04\v›‚	°zZ&µÔGÕ\x04NÂD¼\x11&px\x11éFœ°‰˜È·Â\x04\rT¢Ø\b\x13v3B”^[a†<!7„ÍêD½\x11&pJ&š8\x03¨P^[q\x02ÇPÑnÄ	^[FóÝF˜°©Y¾•Wa\x03r¾•Wacr¾•V¡ÃržmeDÐ\x14-\x17[aÂ&iùVž\a\x16Š|+CÃjE¾•¡a·\x1aòj#LhÕÉ·RýïÝ~ÈU`¸°[\b\x05iý8^L¶†Ý•/".HXñ*b.F`å*\x12.HØ­ú"åb„•¾"ãb„Ýõ/\x04\x17#ðæ\x7f‘³'\x13T€‹‚‹\x11V}‹’‹\x11Vz‹Š‹\x11¶Ú(j.F`Ñ-\x1a.H`Å-\x14\x17$°Ü\x16-›½Aµ¶dG€°B[²\x03@X•-Ù\x01 ¬Ä–lþ‡ý&P²ù\x1fZ£Kv\x04\b+Ð%;\x02\x04Vç’\x1d\x01\x02KsÉ\x0f\x01a?^[”%?8‡\x14÷RòƒbHe/Ùq$´¬Ë\bÜ{7›¹üÔåøZŸ\x02KŸŒ\x03B\x05V@™\x04Ä
+„2\v\b\x15Vˤ\b\b\x15XÒd\x1e\x10+¬²É" TX“e@¨°:'«€PaåNÖ\x01¡\x02«žl\x02b\x05\x16?©\x02b\x05Ö@Ù\x06Ä
+…Õ. TXE¬B†‡°ÂX…\f\x0faõ±
\x19\x1dÂÊd•†œ``µ¬B†š°¢Y…\f5µ³
\x19j\x02Kh\x154Ö„UÒª\f\x1aäC
j%ƒF携Z…Œ[¡åµ¥SQ—èû'¸Í õñÕ-G3Ôßÿ²ÈåK©~?ÿËû2÷\x1a1â#>ã˜êHÄøˆZó¸ßY\x1e?Çáð±t½úPr^´hhîù\x11‚È\x16Ìãu9òŠØV|)æ\x10÷G	Ë]|\x7f”PDéâþ a^[‰|?¨ƒ>Ëßê£î¦úþ“ÌÒ™]­/Ýbf<·.‰g\x14×\0E`€^[
P\x06\x06øC~!]\aûIv³Y™Õ÷½î¾ûà\x1fÿó\x7fÿõÏÿ6Ï\x18¦ùÄUVOeÃ+S§ÑùîÕèù×UN¨Ñ\x12œu\x1e\x05\x06¨P€80@\x1e.“,ý‘kG$;Qüx|ð¯MÍ^Ú·©^[\x0e
˜/-äþÒõ=üçj\x7fêæùí£ö6óÓ0õ¾\x1fŸ\x1ff¤/,	\x11‡kö¦µðŸÕþ \aÙ<\a\f™vm1̝8Ó¹³öT\x1c‰gOeq´ï†Ëuù~”·\x1d§Ç%˜Ï²ÿ¾\038j\x16Ǿ|¸ž+N’ø’û_gÐÓYœ¢FZÍs;?TG´1۷ݤà?‹½êU½LzˆÕ\x03j}„`¾ÿšÔ@\x03Ë\x12¯ß¬Ô—%\x7fD»ïë’Tûfü\x1a~^ÆÎ<r}ø0¹¡\x0f(‡C\x0fÛ•Ôûëå%¹_Á aã\x1c-LjúØ|öà1âÕÓ¨Sæ2žuÉ‚x´\x7fǾ\v[ßþ¼Gy¼^Ôñ>è É~\x18ï÷ˆ{Õš'ÉÏÝ#ü½~š­…Ìích€LŸU?š9°yòÛ¼ö1®ÿ^[òÑ;¿|[|lñk{°âá”,\x7f8%Ï^	Üêr©ç\x03W­o?úNgÞrCGmuuýq¼\x1a÷^[þS^ä\0év\x7f\x1eo²\x03½,ô\x14á G­ÁøÅœ\x06ˆ#ôÌÀâî×`>w½ù\x7fÔMÍP\x19ï_‚EÉi^^[=Þ  Ù\x7fÇ}	õ¼gø8›é\bÓ·yò#Ù­[Æ?ÒøÑ»b§ˆ€óU'„œg¦á­‘M§­®‰L	¾.“y\x04\v`¦§£h¯þºLjž»q¸ÿäÁ\x05÷×Až¯fNÀrÉ[ïÖc¯§\x0f_J.\x10O÷º#×ï\x03³mÍöõ8´ÛG\x17+÷x\rŽ˜¯•m³/‹ýw2_\x06–\x1f¨ ®QK+j¸)#I\buêš\x13Fºõ€Õ[wÏ‹^"üÔž4ïö\x1c®ø¤jFô!‡ÆL˜O&à ÍVÅ¼\x1fÓß~nœÆ\x1aLí›n–—µTl]¹vÿ5NS·a…X¯€†Ãtã¡h\x7fÑ­ÞrùzÙtÛ¤\x12íåɼ`4m¢é[çõãx2C.Š×óå\b5™ÝG•îíIõ>\x1eßazbÑj÷\x0e\x7fg\0[u¹éÁk7\x1f·ºZ'‰\x1eGÛkÏcå^\x0f\x05[WD¯\vz¥.^[Tµ_ºië¼kS"β޼\x1az¥?^›þö±q•×¨jÿ·:±Ý\x1f¯›=˜ìÈ k\x1am\x0f¢ItWÏõ¤äÙœ€žŒš+\x02\x05ñ^šyÿö¥MôpÞóí7g™¤÷«¶ÕÓ‰ñðŸ?üÅMÄ«3̐\x02ûw…ó·ž;«æþ®‘œÉ)Ïÿ\x03ü\x15_„˜ç\0\0

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-01 17:21 Version 6.1 of the Unicode Standard is released Eli Zaretskii
  2012-02-01 17:49 ` Paul Eggert
@ 2012-02-11  7:18 ` Eli Zaretskii
  2012-02-12  5:02   ` Stefan Monnier
  2012-02-12 10:12   ` Chong Yidong
  1 sibling, 2 replies; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-11  7:18 UTC (permalink / raw)
  To: Stefan Monnier, Chong Yidong; +Cc: emacs-devel

> Date: Wed, 01 Feb 2012 19:21:25 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> See http://www.unicode.org/versions/Unicode6.1.0/.
> 
> Should we update our files in admin/unidata, or is there some danger
> and we should wait until after 24.1?

Ping!  Stefan and Chong, what about this?



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-11  7:18 ` Eli Zaretskii
@ 2012-02-12  5:02   ` Stefan Monnier
  2012-02-12 16:34     ` Eli Zaretskii
  2012-02-12 10:12   ` Chong Yidong
  1 sibling, 1 reply; 15+ messages in thread
From: Stefan Monnier @ 2012-02-12  5:02 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Chong Yidong, emacs-devel

>> See http://www.unicode.org/versions/Unicode6.1.0/.
>> Should we update our files in admin/unidata, or is there some danger
>> and we should wait until after 24.1?
> Ping!  Stefan and Chong, what about this?

I don't think it's urgent, so I'd rather keep it for 24.2.


        Stefan



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-11  7:18 ` Eli Zaretskii
  2012-02-12  5:02   ` Stefan Monnier
@ 2012-02-12 10:12   ` Chong Yidong
  1 sibling, 0 replies; 15+ messages in thread
From: Chong Yidong @ 2012-02-12 10:12 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Stefan Monnier, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Wed, 01 Feb 2012 19:21:25 +0200
>> From: Eli Zaretskii <eliz@gnu.org>
>> 
>> See http://www.unicode.org/versions/Unicode6.1.0/.
>> 
>> Should we update our files in admin/unidata, or is there some danger
>> and we should wait until after 24.1?
>
> Ping!  Stefan and Chong, what about this?

Looks OK.  Please go ahead and install it.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-12  5:02   ` Stefan Monnier
@ 2012-02-12 16:34     ` Eli Zaretskii
  2012-02-12 16:56       ` Stefan Monnier
  0 siblings, 1 reply; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-12 16:34 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: cyd, emacs-devel

> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel@gnu.org
> Date: Sun, 12 Feb 2012 00:02:49 -0500
> 
> >> See http://www.unicode.org/versions/Unicode6.1.0/.
> >> Should we update our files in admin/unidata, or is there some danger
> >> and we should wait until after 24.1?
> > Ping!  Stefan and Chong, what about this?
> 
> I don't think it's urgent, so I'd rather keep it for 24.2.

Great!  Now I have two contradicting directives and don't know which
one to follow.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-12 16:34     ` Eli Zaretskii
@ 2012-02-12 16:56       ` Stefan Monnier
  2012-02-13  4:01         ` Chong Yidong
  0 siblings, 1 reply; 15+ messages in thread
From: Stefan Monnier @ 2012-02-12 16:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cyd, emacs-devel

>> >> See http://www.unicode.org/versions/Unicode6.1.0/.
>> >> Should we update our files in admin/unidata, or is there some danger
>> >> and we should wait until after 24.1?
>> > Ping!  Stefan and Chong, what about this?
>> I don't think it's urgent, so I'd rather keep it for 24.2.
> Great!  Now I have two contradicting directives and don't know which
> one to follow.

Pick one, and we'll fight it off between ourselves offline ;-)


        Stefan



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-12 16:56       ` Stefan Monnier
@ 2012-02-13  4:01         ` Chong Yidong
  2012-02-13 17:21           ` Eli Zaretskii
  0 siblings, 1 reply; 15+ messages in thread
From: Chong Yidong @ 2012-02-13  4:01 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Eli Zaretskii, emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> I don't think it's urgent, so I'd rather keep it for 24.2.
>>
>> Great!  Now I have two contradicting directives and don't know which
>> one to follow.
>
> Pick one, and we'll fight it off between ourselves offline ;-)

As noted previously, I'm ambivalent about the update, so if Stefan
prefers keeping it for 24.2, I'll concur.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-13  4:01         ` Chong Yidong
@ 2012-02-13 17:21           ` Eli Zaretskii
  2012-04-07 14:30             ` Eli Zaretskii
  0 siblings, 1 reply; 15+ messages in thread
From: Eli Zaretskii @ 2012-02-13 17:21 UTC (permalink / raw)
  To: Chong Yidong; +Cc: monnier, emacs-devel

> From: Chong Yidong <cyd@gnu.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
> Date: Mon, 13 Feb 2012 12:01:08 +0800
> 
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
> 
> >>> I don't think it's urgent, so I'd rather keep it for 24.2.
> >>
> >> Great!  Now I have two contradicting directives and don't know which
> >> one to follow.
> >
> > Pick one, and we'll fight it off between ourselves offline ;-)
> 
> As noted previously, I'm ambivalent about the update, so if Stefan
> prefers keeping it for 24.2, I'll concur.

I guess this means we wait.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Version 6.1 of the Unicode Standard is released
  2012-02-13 17:21           ` Eli Zaretskii
@ 2012-04-07 14:30             ` Eli Zaretskii
  0 siblings, 0 replies; 15+ messages in thread
From: Eli Zaretskii @ 2012-04-07 14:30 UTC (permalink / raw)
  To: cyd, monnier, emacs-devel

> Date: Mon, 13 Feb 2012 19:21:26 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
> 
> > From: Chong Yidong <cyd@gnu.org>
> > Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
> > Date: Mon, 13 Feb 2012 12:01:08 +0800
> > 
> > Stefan Monnier <monnier@iro.umontreal.ca> writes:
> > 
> > >>> I don't think it's urgent, so I'd rather keep it for 24.2.
> > >>
> > >> Great!  Now I have two contradicting directives and don't know which
> > >> one to follow.
> > >
> > > Pick one, and we'll fight it off between ourselves offline ;-)
> > 
> > As noted previously, I'm ambivalent about the update, so if Stefan
> > prefers keeping it for 24.2, I'll concur.
> 
> I guess this means we wait.

The wait is over; the updates committed as trunk revision 107787.



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-04-07 14:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 17:21 Version 6.1 of the Unicode Standard is released Eli Zaretskii
2012-02-01 17:49 ` Paul Eggert
2012-02-01 18:08   ` Eli Zaretskii
2012-02-02 11:44   ` Chong Yidong
2012-02-02 17:09     ` Eli Zaretskii
2012-02-02 18:28       ` Paul Eggert
2012-02-02 19:15         ` Eli Zaretskii
2012-02-11  7:18 ` Eli Zaretskii
2012-02-12  5:02   ` Stefan Monnier
2012-02-12 16:34     ` Eli Zaretskii
2012-02-12 16:56       ` Stefan Monnier
2012-02-13  4:01         ` Chong Yidong
2012-02-13 17:21           ` Eli Zaretskii
2012-04-07 14:30             ` Eli Zaretskii
2012-02-12 10:12   ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).