uchardet-0.0.7-150400.1.8 >  A bv,p9|]9k+O35įWh'^%._64R[VYuu,-G'?J}{#m3ZLV͸0/֐QJڦba#r܍7ПOOw>SSIQ8A[PZyNyDZ$:7*΅ [K%4@NhXffad67a82b75f427962b6384af2617a5db883cead473c58cae7be025407d8a09c14a2c1049e73b3ca6effd078248a5e0ce46386cbtЉbv,p9|g> {;?? *8VHq%ƤzARpk _&$tmC3*SHT ^wpq & _e3:=Huu^=ɓzM)z]H rlcuO0y=Z~5^p׆Nlu2c <t.o[OC7gwi"(=!:,7LĐNy5];d&RgNw$un4CjD>p>?d   @ -agp     <Tp   (89:CFFG\HtIXY\]^bcGdefluvwx,yDz\lpvCuchardet0.0.7150400.1.8Universal Charset Detection Libraryuchardet is a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text.bvsheep64@SUSE Linux Enterprise 15SUSE LLC MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Text/Utilitieshttps://www.freedesktop.org/wiki/Software/uchardet/linuxx86_64*u^A큤A큤bvbv^dbv^d^d3ea714cc0790c4f22703fdc7ab7954f07034d2269e4e9f206719a0678070acae36c52690fb39c9c4d2929577577050f486b5be36acb5c0038339b7b83c892536107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cdb685e3f54e7a458c8212c02113965ecc0352cd9fbe3fb8c0cd5b22f61ada6460rootrootrootrootrootrootrootrootrootrootrootrootuchardet-0.0.7-150400.1.8.src.rpmuchardetuchardet(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libuchardet.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3^3ZX@Wu@R[aloisio@gmx.comdimstar@opensuse.orgdimstar@opensuse.orgvirtuousfox@gmail.comlazy.kent@opensuse.org- Update to version 0.0.7 * New supports: + Croatian - ISO-8859-2, ISO-8859-13, ISO-8859-16, IBM852, Windows-1250 and MAC-CENTRALEUROPE + Czech - Windows-1250, ISO-8859-2, IBM852 and Mac-CentralEurope. + Estonian - ISO-8859-4, ISO-8859-13, ISO-8859-13, Windows-1252 and Windows-1257. + Finnish - ISO-8859-1, ISO-8859-4, ISO-8859-9, ISO-8859-13, ISO-8859-15 and WINDOWS-1252. + Irish Gaelic - ISO-8859-1, ISO-8859-9, ISO-8859-15 and WINDOWS-1252. + Italian - ISO-8859-1, ISO-8859-3, ISO-8859-9, ISO-8859-15 and WINDOWS-1252. + Latvian - ISO-8859-4, ISO-8859-10 and ISO-8859-13 + Lithuanian - ISO-8859-4, IISO-8859-10 and SO-8859-13 + Maltese - ISO-8859-3. + Polish - ISO-8859-2, ISO-8859-13, ISO-8859-16, Windows-1250, IBM852, MAC-CENTRALEUROPE. + Portuguese - ISO-8859-1, ISO-8859-9, ISO-8859-15 and Windows-1252. + Romanian - ISO-8859-2, ISO-8859-16, Windows-1250 and IBM852. + Slovak - Windows-1250, ISO-8859-2, IBM852 and Mac-CentralEurope. + Slovene - ISO-8859-2, ISO-8859-16, Windows-1250, IBM852 and MAC-CENTRALEUROPE. + Swedish - ISO-8859-1, ISO-8859-4, ISO-8859-9, ISO-8859-15 and WINDOWS-1252. * EUC-KR now returned as UHC: despite differences, mostly upward compatible. Let's return UHC until separate detection machines are implemented. * uchardet CLI tool now supports the end-of-options -- option to be able to process any file starting with a dash. * uchardet_handle_data() API considers an empty string input as successful processing to improve automatic detection from random input sources. * Repository code now requires C++1 standard. * Several bugs fixed.- Modernize spec-file by calling spec-cleaner- Fix Source URL.- Update to version 0.0.6: - Improve ASCII and ISO-8859-1 detection. - Improve language models: Greek, Hungarian. - New supports: * Arabic - ISO-8859-6 and Windows-1256. * Danish - Windows-1252, ISO-8859-1 and ISO-8859-15. * Spanish - ISO-8859-1, ISO-8859-15 and Windows-1252. * Vietnamese - VISCII and Windows-1258. - Improve single-byte encoding detection algorithm by giving more weight to "probable" sequences (less frequent than "positive" sequence, yet not "negative"). - `uchardet` command line tool improved: * exits with non-zero return values on error. - CMake build improved with more options: * Binary can be installed to non-default dir. * Allow building static-only builds. * Allow not building the command line tool. * Add static lib destination. - Changes from 0.0.4 to 0.0.5: - Revert UTF-16 and UTF-32 label change: it was an error to specify endianness for texts with BOM. The Unicode standard explicitly warns against it, and it actually even (partially) break conversions. - Added supports: - French: Windows-1252. - German: ISO-8859-1, Windows-1252 - Esperanto: ISO-8859-3 - Turkish: ISO-8859-3 and ISO-8859-9 - Thai: ISO-8859-11 (and TIS-620 model rebuilt). - Single Byte charset detection algorithm improved: detection of control characters lowers confidence. - Changes from 0.0.3 to 0.0.4: - Add support of ISO-8859-1 and ISO-8859-15 for French. - Re-enable Hungarian language models (ISO-8859-2 and Windows-1250) which used to conflict with other charsets (should be better now). - Differentiate ASCII detection and detection failure. - Improve single-byte charset detection confidence algorithm (fixes for instance Windows-1251 Russian text detection). - "UTF-16" is now outputted with endianness information (UTF-16LE/BE). - Add UTF-32 BOM detection. - Discard single byte charsets upon illegal codepoint detection. - Internal redesign of single-byte charmaps with more semantics, and variable sample size length (different languages have different sizes of grapheme lists). - A lot more test files (33 successful unit tests should be successful with `make test`). - Adding python scripts to generate language models from Wikipedia data in a single command. - Changes from 0.0.2 to 0.0.3: - A quick release after 0.0.2 mostly to fix a bad crash on the command line tool when charset detection failed (or detected ASCII). - The build now includes more test files for various language/encoding and a `make test` target for unit testing (20 encoding detection tests should be successful upon running it). - The build has a new BUILD_STATIC option, by default set to ON, allowing to disable static library building if not needed. - All encoding names are iconv-compatible, enabling developers to directly feed the result of uchardet_get_charset() into libiconv. - Compilation warnings fixed. - Changes from 0.0.1 to 0.0.2: - Version 0.0.2 mostly fixes various bugs and allow querying charsets for multiple files in the same command with uchardet command line tool.- Initial package created - 0.0.1.sheep64 16519600500.0.7-150400.1.80.0.7-150400.1.8uchardetuchardetAUTHORSuchardetCOPYINGuchardet.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/uchardet//usr/share/licenses//usr/share/licenses/uchardet//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/b4cee0b2adc5e29aa2b442ae60c130da-uchardetcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7904fdfc3524db132a9f5eaa476afdf75946451f, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRUlkVutf-87c9b08aac2371f43a427e2700da7a7751bd4cea56940bfe5da9f1a2c66997042? 7zXZ !t/DR] crv9w ({# .RrjAs [Gl!Vo9mEYɇxt;/?+֎ao࣍0Kd[ˈN0 ,\aƢ~+i̯AUɑpYNǔŸ-]E,TS?։߶- l@'@++ijc1M2_xH lFs-KS25{&OzGO O;,k9Ϊߪ)Z횄HFʐoi4/ώGHIUY*z~G;)s^>Tq J RpdЩJjd4ͭ)7uee.kԾ@d֦A56FAZbABNB:`k7wz^c%C Rd7To{2)eK\ǻ8 -y 5Щ;U@<p7[]1L SL'Uf[WCg~ RKT'ўk޻uCdki1w{ nRAf&{T%0yC[r^Xkvxmbqh;ۃs"] 髞'D+5 2ɥ +)r%A\TlLUA<=z}\Ay9 zuf8+tʭ-*uNd8KÉ߶e[\)wbޯ`~(HxFyΕ7:ΗMp 0\"bk2 ?/;a+揳#ްT~|JYL|&}a{rԥ~ 3zTM"fP=maZ ߂=X"lTXHK+r s=Se0| Zb T Ucpwlҹ'B`AG3Z21?Pg?AseY]y0Bf[gm:zC$;BW=&0[b tS+Nv] zdFisc yesT-g.>rN,Mm˰%g`Bg*UQlGV$G6&56Ee*ǭeflHHZZEƱڅ|CdAD6\Dos||` >{gpiO`r'QHx?9<0XU֫I#Fd)l 1NjU81[EI5&Y2wn 0ѳʇ1 i`akvD$,eY.XZHn-gpv֥N4ڇ`BClѐV\h;gi XL68RlmΪ[t{ܗ"Ew)_$MH _"Hf@@~5TkFKS!REsҚ9F7Mf lUs+Jل}}٘V/Q%* Y̿B` -\li@"S .`Jn1w f[\EӸbKSwMq'gPhjP$nMA>,bӕ2sr&m-5hE󪒧aG)j)AKhzvj:biF%,Fl o?ZLv~U k Cux@w rDtEM.$"{b~Dq@M\eY%<=IIh-;gzjZ[y`z,Fe4VP]p=;95R5"P[zjPD}_ a瓞@ZȤ3ݹӟծl›Ҟpcfe(h)2"Ҩ7%0gk(FMcL񻪯75Y̴_eX1?VgD)▯/.veȚ4Yڱ,)wϰCT;Nkl,'-ͦSs]z ֹkGl&SUi+z ]1?-4ڜoB#S{&k[Ekq:FϰŎس oqg]q܆!5OaͨuËĻ5Mfn*eQ&˰a H\^"Ɠ* +"gVL3 0$ͅΛ Cw)K((B>7}2)[Xk1nPc`7&P!Euq6ηJ ְ1u"pH 6\k>Ou9N!ʘchO}N/aUFOqf81lw2Z+ =M!+לad@=87[rYtդNFUXӴ'b"]lY,Q( [,eds4l"&γcA\2řZ57sG(_돻%=oؾ3kDV&`< :8F!.PdM^#”e׶`ݷ8a6u'p݊1;8@̌>E sE"Ƥ}qd<_V;ȐkJuoX OE1/RVź /JEvGRCxUTC7;ݠ]Rr.V1 Wsc1.&H|=9Zo=[-+lvQ;KDp0q^٥O+dp׏l|2̽h RYRLHozkf6/B D<摧'5'ow?♥_ 2,#M S~IoMi |]^tE(%ziHr+mQ u:Jhn+xtL0aNi* .v)f]V@J+,. ҖIJn[%MSom+]x B{/嵛cM EdmA*Un.Pxa& "f4vΥ9S3CIP"z 9%NGZPfu"E 7>9ϜxON/7*ο]oc\$x7Zj%?7 x00,A˰W+/&Ld la1K]ƴ,Si c-,iT]yTAMB ifK<7@?:UR8U2wGne\@å-xxs+Zg;rɍ,eK vjWTM0/h@AةSr3srybğHhD:MEWL=qI|=*^XkkphNWehe^ IG+ozv.9Y0>~)gUvr.hW~MŠ_Se>tpy#wg4By}I6dmSR߆Nm(7(Za/EOx7(vD{Q)U жRYpYȑ*bh-qgE5xO5a7dz sJK`L'z _4wsRĐUtofaUT$滱"qf?s̞CR$ ?ˊ7VHg-@+{x7sET^3Hߣ(UaɔY]ad/`5/obe2,"MV{>װgGpc3ՎsFJ%RkIAa:w\@¾25ᘏ/ld 7~H\` (m%{;fzx_SZ͟3g"ƁɈ)evۚ9zVo_Nb,@Ơp# T(1S$.e#92Z0f/~S7~pZP͒ ᾸHW;D"ZoS gAv ;O DCl5 g:-R -Z=+QL@ --P*w &S.,+D^k/`sQhL{]G9F*>ta et&,:ٕO_ d4Ifr5Sqg'FnT4y{I| &OP;E'mncN 5~EBC }hh7P$Z1YH- wZ1 "BZHehzϞԼ(rFXߵH${ER^SњD1?+0he\Y/ o:6|DJ%EQi( ۥ1,nö_i&x&Rh~iv[<|pqވEeĂ;#Qe',15;LQ؁*؇LTA4yQJV,Y2/ORb$rb_Πl4u}tdo3~##P򇇳>O5Ljzȴ1~L2`jNk}n'j9Wƴ2 n95QAkΩXh \ ?=/pl@TژiQ&(ۥb^X`~1J\ *ǒ_v֫d&D d;6nRרb72P$(A'Hd V~,RiN𖻻LLc|M]_7hnV *8p _>oB]7-)ҿP@rD4Y'RV  .<9X>i\.@b+H" uka˩C9 Wwzƪ X4@''' Q )|`bv彗H"b0)uDiQ{_AN\W,`iLDAWJNvxJ`Y;Li# )֞#Izn] VB[Gdc!Tv r*dRAB)֘?YfO;:,I.O"."V8'u @,X#搐2V u^!CStc$S3Ǩ^n>|s]SI¿limߨ>kyA5WPơ R#IbqU-h(X VORfS] 7iT\WJjÌ-)EE o6v3lEq挋G `]vxqg4Cr}Zi`ཉ ,1xtiѢNej:fm?v6,gT^H@ƟwvGmQ/o,mPwO*%:G5ge͈RX!F֡HC N}[⋁ݟAeK!'_元C0R#őEK-HBB غԹ^sE3_xf]xCJƣEM=g FG2 }.R:>.܏HZ妙4P U8Te(qקK5 [h09 J`u+gG9ۯoaA_Lu10"7d>N6tlnrQcm*$ /=?HP^flH$DŽN #YMɉKS; 1Z-ދ:O=/ܷ+XEmRX[S箿~ L#W(T;ޞ}Dr]-@Xmqe3jZD^yvxQ$#!wp.7F.rA(Pr$,:W(t^P-c4_gQOHewz ~0((kBfߗ=UNwnNvP&FiAe]:Uۜép(ř[4)e`K"Nh'0X+F\onE+|NűCWƹZlqTK6 q'gZeRU` d##M2,%Qmg;k l 9kBk=;`h=ʾrb_tN-sGWyL~^po" U8HOkvnت͐/I@ nO =Og~z>y}gu4(P? i6Tfa4\g~0:gI5٤'Ӵth L-#9R@Pb1F2i꬯&,:ZV zGր_ 3qP$XMZ4H ($ٿhzmAa>-2$6sӨ޿{GdhѼ)%S,\LÅԉjJmG o1sC/ mgKw#Z:!JP6|?-`)x _y]MB3²r|LQ2I23.@nqV a+k0{ĽzT(Z0rWVD2 _ƒK:&!ەkqSmIQCurIRn5 :څ'MjE؃É/btt(s'uAqBn jԷO^ʋe8Cɇd!uqDn&E5V&Gb֨bs#V[ {_?=ǃ:*l@cMȕlDžΏv7$Ԧ吅K\~0w*7)#$I3EL}<%ʔOyrsG Ӿ3%q>ũvhя{b4]Ki;Әrd~X2i xm-#v5-؎8ݎ}לiF'BmA q] WdVOr:}c-^/^rј(-D%렴 :۞:o$~(kF@џȤيKͼE OS|OwEyKεyzR uy&{)GPb)PDy3ѳ,c[1\9wa;(Sw59/ fcdPf[XJ`(_71=>k΋0^ Tia/BOj!}ZߧD!]j^H&;9sE',u|J;` G+3ƻs+t8w_8`{ʉ{RWv)+':с^+c NGy@1F&&fh.2v>qSO3"LUv_1ދݶbe Q?V]4Fo"jNǾFG/ zJ/Eb.-V蘢UPJ"U;$. $-_Nibr;sAU(*U"ZI I( nb~oAsH_*+¶Ur-Z{W\+IT"@PSTԿDO u4{ *sbx7J Z#v&C"@RBlZGD%ǎyiԨ|ٯlnѸfv5HIN%,i]C+Ro\pK*U`%W ъMEEeL P\7|:[6 %'ZM͸ ܺ8̸kV%k;F!KY`Aگn{a$0ˡƣAZ4' pQ_M?v4Ilcq!Lڜ/+,H %I?`tp)0~-S)Bi}`ҥѻRŃ~zF._DrՓb$%rpwOE?aT$vyo$7anYFQq~iݯW, Aw Q.K'/MP' R_, <ޤa 6r]6P 859>:#r Hx5 `N`#ZCvx!S h!6|>F:М>/G)a|9Qǝ+DzT$b&4%XQ7}[)1NcmA1'?D[!GBaza)lW7v,iN)Y<0{g Ӿ拂.,\/yqOZ _AMzGj؉GMXַpjUxX]kJZoflj\}LMoN (!%_RӍcCX A79oZ.K蚜wV 7IqyynܘAʢQNAyߣ ]/yU"7[7aQh:K``j>W]'hYxQ% eDҗM$$$[MFӇ U ٪$Ѿnt;vX;I1 3zVMyDI.G &A+B>e]RQGiVǜ셛d,-u?_ 6)BEeϮE6pϜpmwW&&E=$ "yGp}F]O.tQr,Ex2@$^W Ge0='A{|4s& T_G|q_8_CVY8om,"-lVK_&* G4OS4]&HI"`ҨH OtNxvN/5"U뱡XZ/ʶ8ʬ.q0n*j"7LMJJ|_3W蒐q)2ݝԷ U m jZe0%kc18VW%߻wk#rIDj(hZ|Z"a6[\>@PvA zA&6oF|<=s_ՄSI6ءT: *t!E'S6W/Wb;AcFE vDtҁ+ou:d E~mК<;r5ׁë\7 Vnd܊l*eBϭEUY>عh2=iB+`rǵ0ı պ{!O*H!)VuIP.\n;7#*f\O?I(Mq)TѫTg?2q6Q  ܱD)R좌,XqRa\WV胇^{B&Twb3!^x>"M;L̯Xm|f3B`'B[sEcuLvs?nQ, y^6BPf"/w21ms0O P̘Q : #^jCC&n]"z:gq,/PO(eπ\YԘ},莯20$6ܯ&OBsޚ O]Rl_=`8C8nZE}\{ΨV8!HV\#Hy-Ꮌo/ g7<8}Gjs}XRD~=Dk0r(7.=̻`m>X&01cGBG+|ܥ;FRGfY]WY9]5ېi!pCu&lCWE+::+F8> @(W5Q[PϨM(C\3'AW 7={FsKNLRbH ^CgaKI;mr͖S+?AyaPm-h. ZNc_r ䷤wTCָ\?Em(kn"̕חܻܵ%˹]P9I+q|uf& Ye7U5PHe9`N Kn6%a$^pʲ,`]سIX> 718[^V*](S r >L' rwlJ=v&Rw kM&$GIS%~,ڠy74i$S9h8hMc'=g"Q9R'7D2(#'ʭ<,ê,Rܢ80\]L=kBI$M-\dVqo lŇBkZl'dX\ ˓[@`8ajpǴ4Fۙ]dD$W ꅷ_Yr]VhPRö}E:j֊cZnH^DTJf{b͘Y ]|X%Ҿ6VQ_]MVw AY'Iz4Ejs,)*q"-xr 臣 6)c4~ ^Ɏe,L${5#hXY>pѣp-Gr:0S½I!U{MC*{ "2d.Gg7h= .S_'`(tH2PJ%#Y"gCػKKV @RdXNvy~ e(K,/k~6|" ,;A4}Uڢ"/eOkt]#+3\t61<Y!U۪mʝKU +#fckzrDb|M: Fl9g6pIz7ǘz|o襟Ŋ'=w1d_=jHLb'!l9#i[n':N\Ʊ4DC3}a,JS12WGݿӗߧ)3.-ӒMBu_`\tkؼ8RZy}qsiJ\$I}K!ٟn3º k3Bmt^@ROi:[901MQz0 L] XH=eFE_QWs·,k վ%,jr4n:u`,Q:Z+d?*໧kM_]uUvR+rtj v=O5DZvdz^MǮً@ɱ.t/qg{{~N G! BQT}#ٱ̰SbӛPcO!d)m%ȟ;:QcLVTv+?)컝9Ta ͭ o,L҉/2͞T0R;8p4Id94%aW*E'ؐ3N'sGO]Tp}%S}–oH")^[mWZ+)L~ pc0>4oĚU^[(ޖk;߱%fzRfZ-j(z+%!<~ cR072w?B]bce+=0|k-vä~7؁|0yc8#x-͏2 Zlf&ڹ4;T S3!R 0-p$~|^@d>Ac]| )T́3oid1 8ZbI`>]oz3d;3gf)' QN#ވr-w I.YC6G?7NSz!lV sκS7baY’H+7}`*PꊼX.w-qɹqL="b:[L.1q'`#ˆʝIm2hF6K̓Vf|XygV^GjMʩq"o9$wWzB1) ;Αvt}d$nf3.bƇO[ "M'B:!c)B)HU]ܤKٛ8W!܁;AYV-Kf'XQ'%FcaLj=j<4:fz_c{$ۂ}9ilDš?3Jo,‰iJƓBRwE$HU9@EE>?5b`7k-}* -;%sxӹ󃫦cL?gn@:A'1xBz*lTJi_$eS{Ѧ4Zf:E߼w4JoXb2xbȒ ȕIOz0Etzgi Vp9^ki(RH8rb`f5貖?iN7y+QSXhs-kː$!213wԹp󛭱[zu ;>)%j,M<Q7\GL Q8^ 8sWF?d1!g+T tQV蒊jDkbuw߃GsFC!^Iroټ3rIMD@ #mޥi`YQ:{Uּo4̋ZH^;1 MO"AhĀkGB&g6EK&eֿPw;<\p$Al?){--ӛL~D & |h;i1m-)#\={g*' & gQ -~lteQoKݯd턺RV=4_lNRBnu _%zSS8L4H'wr6x&8nd=W5aH%$QFHƃy>YsĿIyR|m5׺ 8Kuϸ$oӮW B웎I{"YUAY#NwԪ'쵝>2cP`| O 0Y "t"=`T-i'7!8׺@֤G/~ލtK"c,C yܘ?ȚCc=C5S/&4Lڹ;rSHǔ e"sEw:OI_mFD_B.k^M܈rw烲IlFޝAgYl緍~#bph51Iߕ9cdrjo >X|MA%N Y)Y q4Re|H$]:Nc|ZܮM]qFH䶾fhyx=F&3ǬP DOņsrZ>sq0C C%Eyv#m=-r~iy.Bg#ȘJ'cl .03V@ pdFSò-A!.+"Qi_X u*mH H9k`m$':m?Io6jAmy5Z&u8V\YxU(gS^x;ȥo^|y;$ kc Ay.NFScF:ϪxwӖy(h_/ęe3#v`$jK\D^v{])usY\^ i?B6y1 0u34SKo#ݙs,.k *2>uiƣ\ -=-@6L"Μ?!N7oʒF! W;﹘5xy\0 %3,Z^n%3kνWļ:w271"A}na5B1~c<*l;e:nx[>t=: H=sўaP\P捞+ƥA _f\ gIz`Ix{Hܶ4g&urNf٦C7v67- z ) 1@2zEG:d&ѡf@!~ qJ Ĥ^a}hs4DC~|;N-1sL6$h  GRLQWqG0o#rē!iso.bvϫ#/ Up$l0fP2=RձXp`w1&Unk&|d K^Ga=s9lr9.TЊ0$b6LUɳsh](eǐ婘KXy^'p"d ixx9DL'-rJ_|T[ HOԃǔ kT6$ +=͝lO3םѶX YZ