libuchardet-devel-0.0.7-150400.1.8 >  A bv+p9|o:^xJO ;H`Df>ܳn;=%^9_ǎiU0W2Z҅ИaR bw3IwһXhHux •;)DdQ~d~kzm2.:&"iG {c=,@wXhJ/Æy+~qKUou'X/!e5Oiz[ P[3顛%+uf9ceda7d1c433a487aec4fee2e6c3fe4d7bdbcd7ab4cd1900bd9ac7c42a3b28fde22f0bdb36f94ded0c6951a158e6f24dc09fd4djbv+p9|/Ck]+T hȭaya%`u,%xpyT2@D8x_ (!J,-XëfV 'eVeGjR;ϙ6-Wcqfe|1 ׉iFїS\u|(MO3\/ɖ Z |A>p&l9?XZsp>x?hd % I3 Ii      ,Lt 8(89:cFfG|HIXY\]^{bBcdEeJfMlOudvwxyz"dClibuchardet-devel0.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. This package contains the development files.bvsheep64$USUSE Linux Enterprise 15SUSE LLC MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://www.freedesktop.org/wiki/Software/uchardet/linuxx86_649uA큤A큤A큤bv^dbvbvbv^dbv^d3322493803399ae88a24608d2844e57933cc15f33c529d8d4cce92e0b19f56cbea0ec600ca5b6566e25f4a17a4dc24f3142c7a1a4c010f7770db7603ecd768f136c52690fb39c9c4d2929577577050f486b5be36acb5c0038339b7b83c892536107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cdlibuchardet.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootuchardet-0.0.7-150400.1.8.src.rpmlibuchardet-devellibuchardet-devel(x86-64)pkgconfig(uchardet)@    /usr/bin/pkg-configlibuchardet0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.0.73.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.80.0.7uchardetuchardet.hlibuchardet.souchardet.pclibuchardet-develAUTHORSlibuchardet-develCOPYING/usr/include//usr/include/uchardet//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libuchardet-devel//usr/share/licenses//usr/share/licenses/libuchardet-devel/-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-linuxdirectoryC source, ASCII textpkgconfig fileASCII textPRUlkVutf-8ac8153100e47a8ea09473f3aa25cad5f0cb068c2499358e5700442bf30d61b0c? 7zXZ !t/)I-] crt:bLL h33?8)7j>OMnyY PA;qBVH!qtRIMtͫGSzEÑ.H-`ڷ"73 ; $i25(C5F':t>wz廍eĀv"ir)]4 ]`fHe(fG%0 z1:( !h bz L`/Vx~ieiKԠ>t.1jnsFĢChgEv~s԰mYXSuhAԥPP,kF*ېt)lLj\M'ݬJ:΄TĜF+jUOJZ`w=/d^a*Gh"%']9<[71U;G*݃lӄij8BY~TnU@n|b)70uD<\ RjTf&jf#RX^7O[D1gJd_4~eK]#IZN"!=# |$]{~gIDYmh4Qu֏,?S#!I gd[vmgm|ݜpc>d/`\8=Q%<˵s rFŠ-- ;=<|3Rs,B'blͰGЮ=j!}aw6%Uwd;9Ǧ}By-5pi$ JGrV0>7O\8QbK)Y6:tT;| .S+ C[Rߎg[&AI!W[ܭcdS!aI,} ^XqLxh}NV%\}􎐑Gw)aU͸'vjK=*Qwf_m(~Sk|-Q"WI asXk. vaj_ou5ȶ2Y~Z~7 j_Pt/'HRCʡp;ĕiyV~n{`DZ F7k $b-sG9tq֥.]sZunڊ;vohY 7i  Dtq'8dp 157+LH_k@Lpu$FD=Ԫd@QgD_D~DF6m !i4W髱,'$DxefAW7@ h4pLƪR.#k8"nENX4QdY UP8vAyWC&r:{Ç: Y#%Y/1 d'YR֬iuB8]]JHOKh-ƥ\@犻vVEHY[1ZQX0nuC`M NDZvⴇn֍sYGR@p)|UY3LNv>^ 8zR.FPl5SЗ² G܁i.6)Wd\/#AW t=8uv.,WTA)ZG}쉤nƬr:YQiv|.5QI0u @4!sW̨ro %'\NuD9\9Z& :‡J*e#<|3 C=a?ɨ|j4A <_gƊqsIOJldip\4~IyVW|b̟ fbX&"U9_=n4sJ8UU!2XbI&؍̤+{Gʱq.qVmȨr*Fhuu]qwК݉|蘤,Ym!Lj wyHJ+ʻB {Ԇ TU $uFPˤ_L8 ҅vж9FCubV[RBPu?&I>}>ywWr4(R96NbsCĎpхCfT w(My:r jvjL$-f4Z:qI3ӊc1gHnFCIu?/Q3^* T'cYV6D?V[V#NJ06 9<>H+.!*}tu9^A6,ajB~YڼOOMuY`@@.*V>]&:nwͣX7:Թ%vgUNf4vdz&P]_#|!@e?&Rr:˺c@IXjDm̧'0T;.G.JXuUk h` KY%"qWɚ[( }5E0ʄ;.QR1{?!L@Q1~|3oQ|ha2_ zDтFZζu8Q/{!z9i׏^PeA+mp &+w`G%Td+p9o Bȁ*(yL y\4o7Úh"h1TKJщ@mI8Ʈʲ8I}/y8=k: Y~vK24Are|i2;tE 1- 51XF;wT `FLP&ͰATz9S}5Re]ykr+&%:}7 6nbß޶fXQyh<xQ|LfA 5z/EWjZaoiiVNej=]&N=tq3Q+9٦Y 1pJۈ1ؚ@m~#(nY%L[B{;;!O0zKy[)!Uzd#/.c|Q}p)3H錊W͏VQV:zV\ ->[ , ? j)l6'Jr2,Qa C>s-,G4 J̯ʍBյoÑ4vBVe=roF+)TI()3EQ5%;Y=]G¸VYSTi%SCHB|EGmBd&XR^}k`pX#ȶ ~IuAdQj|>ǧL :}`3j )ً}>QfC|_V_""򯯗o5)" %H#xM.B8"IF SGę  v5*E{4^ ߴ`"y!L˪)=r3A^-wVJq'PCj~FFKe> ٠@eJX㿨Xz`X*-2eo?- SP OszXo~уbܒÏj6$r7<[)_VlBN+eij ^gM 1ﶘuXhЈC$)j7v;{=& /1s vƶӵ m}gh>⻘g t>$<\,|w8__=3N-:vT! +5AL`Av23Q8}4D+T+QjWBV|jzwdeܡ3Buh,QsL[:dтDƨTY,\-٫W⒠qmjTs74%AgOXP ,*&MϭF39#k#nkSPR4/Q)ۏˈytp<^N{?r6ߴYp uØ8قL3 mEC\hx-#(u:m@:Z,]GwL1K pz !E\/f(RzgK5i"BOG;䆸\^fVuXUH:w!Wc*FY6Yxx@#bwu%oj\X%[u1rAeBT>[ 7 U:U &n4}&α\؇ )(u|ĐtfMg1t'_dAG, ie=%U@n*H1^Ni5Jharai cu[;` {L.%TAxR[w-H֜ys{Rٶ. ӫz{)~HYt۟~h ;`촙Nlu/70GN4z;1!u}Ջ((rU:JQ)swfS0ZTڈpΙ+^Z5[Zi5UIH'WOs!{<Nh kk[j2/"0>Fyi"eyߞˬsutʋ0;gepŏ^eQj|>-5l5k Hf1*2v+KX!|zd$&,BpW,|I>qq`<'xӬ8Y=풂^Cr,t_zqN%XG@PDY;;ܰm4. wJRwXoe=I/0?ŘW2 Iu.$T+Z~GhvBL6f1p>]@XC|ayUD}9_xq+QW>闗o>b:c^4ˆy9Ze'c^kX{~aS5L/ EK7+yimj1m͆ `1uKD%[$BFİSt ›1$ƾ|R?'*6]#ԊKqT壨 ;l.7,} WУ+tW{ Z E^.}C +lm* {^7?SHhC?2e)D:sHm.aCwNW 7g|7w?lMpcO =I4YiKF?Ԙ?̡s29nܐCۣɟ[SK\LP?@ kfx/Ƕ`:THBjhG1'9zWͮÔIGnhu5ew̤7^8q6C>RsPL}#?KP~+}x.=z[253ⴛ[ sϨu2^VM?y9"nm3ZwLY"W90l<3ETs@@jhЌQ\!$g(cpvl20%(醗e0 $Y"oѵ\*s'~|z~PhӀ1Fk.RO꜃H*pMO|0-HPI\ti-5`}%0IhMسě_jGjضH{3h q,5+50D5Ɩx $*3+PGg@+$E&h4$DT}7>ѯ]ҐR"bj˚i5璢'فPQA~KM30 {!cNӟ |*{P` u@A ҳD{7vEc cxJS_"o^8dUz+7ʋz(kjGGW>I a;>>eXV=gDb;E_gj$!neǧΤ<=}[G3bIT6 u3L޵r/3^<6ZSuS-Bq)UL(1Q~ޱ^$Vqג @9eeAB\78N{7.e.zi-eQBzoZ dfB<TQv뮥*٨N5q\c6Ctw3!ڂ?I]w#)-)tB(XIw{AN3VuLܐ hx5FMBRCW 2aV5rhola}fu7/cB,~8pm0EJG 0!< sɥzWk4/_y20Y҅H4tXY"Bi~-vSP6ԡϢH`JK`q-܏Z8zw*yOrscw^r\T%o e b ٙDX*!oGόEַEuFW1=wFzFbbrܩA35ϲ}6qM 24/OvK +T6ssvq} NKbnӧG`#Jj?9RwC v!sB>UFkn,q|-`TSJ=%şt )}򠾰ݚzX>(~Ljͦyc%p&oAIdoiRh Xq NV55K}#eC%c?+̇F4&aS!IڋI38f=n:~ f@h}h.<AR #zq na2s]y@\$f hyeYgG;þk#d-y{cH_a!}nf:d,?Yo,!I}r,85!PjK_99.]kU~斴%8 vŜfYt)Xu \Gq1}D(I8,g _OC#ox@&+]Ϲ5dz'T6 Dbiz:2+\0+l^j&VmyJWP<"c.P(\O2TYe﯑!R\V?ڳ9DXwD:]Hq ^"NG*B8zōgaLPz=" {&MVY|ua+5b^WDV"zVz ó$<4U>De,½2lgaws>QMM^Qw/Nǚrt49wZ-|/ܵCP^>*frJG`)i`s|OM-8?f+-vh~ ̠{jӳD?t帚TPݖqw{JZVǽV|m2S^9EV,jtgڏpJ81 *N4i~HdYgp< vBve@~x=Hq.{jԣi=jl9^kv kSY^ϿQNӲwH-paGFŒo ;i\=&Ц"^֑8ѻRD,ck'<7rAxmKǝAtD ժ҅&fH  uts}l;:ER~eB|˔ϨZO㞧6[Wt:&cfN` fT\EkGy++mO)N;pMw^'*{ |%zG^]}DKK3g6Sdp?6v^q6lzvjV["aLrZ[TΙHRp׻kH_-RUג}HU nC 9t)<;k<_Z22?V :B+il5y\9x]Iz4,B̚^<`"UDOB멙Z/>W fJǽ "*Y5k|$DFw;yG&n+B^[zo 2|, C'cpRbzy'O`۝C{tV ro^VpaWzPʪiX'Z l tRauM/"/ϭkq؆Y5_7Dqȼtv;&B A m4ՅCm넂l:ҴeUjN44 8ddE*TsHE.0Zm؆q#˃.'{̬I ~E_%Z&82&{e\ݔmle^-$H1!28[r5[4FntIpJT>fHY.NZ>/DlWU (/%a]K3i]<$-J(J̗BgQ#v3#5}N4W8񦍆8?"1OP|M-Zʧ76VVbʸí&7iݥud-u`g3ae ET37l[\dbE>˟\vdZ#Gē[?;RjR!y9;R<#l&c t h2in|^K^ZPWI_}![ Hr6c3MNʷ-̒$R4F6Mhs }Z u,\<"ʛMFfy=zRbLw[qԪT2Vtp>o`ݝZ&<t ltJ =bLҺ^ 7 o]dU!bfg]mܷM`fATV/x~5糔W=@MKS齥j̾ Ø|L䂜>eOЉw+5F]PIܾCӬ9JO rS~ zB/ %.H]qWv++>`3K8:;%Od`HpHB?4E;|N5&O'h s^Hc 5X(Fv~ew:YЄCH |}0VT"U;lƩJB[/7cDkh@Xeq6cZKQrʙe|: xp>:-oC r)i0i7EDz20k_8ɰ}va m@wC;}}׭OMIc1ԯQpvk4ʅAQMt?0p\J=PEU2{~C8}\s:LݧPLd:9p3ʡFAn@RSe^ מ&rr3d ?G q`vbsNj`7͐pLC\\+tB1 ӻ^Wᥥ ᲁgt ;us2|ӓ- ]sBxޖ}mc# }6W h$i\7dhf#CQpe ]q/|KXGHqHiR$Mڄnqtaʣ|F4bjD\S6艤$p .igҭ `?f Z;O8J38HL*hw_*Ao|قsh@h$Tlµ~u%@a@EE,L0p#^OH HuzGaI?b[ϏYӗUu)asq,;z̄EgbٓKرUhW`S)' &^?J!":)$`z$]Ee2؋@#zU!eQ]҂)x0ȇq[q'ݖʙe:VFA̧RJWm0>oSc@gԂFQ4 eJ+[ZPNj_^c $05!e p$~knIxGyj*H.%:Se7/FvSߕ[:TFvj3װBj X2DM{~Ѱ`r}gc`>X܉PdWwj IR :ߵcn`ULSц7;%[]GߣnUBݔ!qOړjf̧v~ƅtҬ0̎ecǯ3|䗖s3]&oIwn~#Ex J"QT m` ǤVouzP 7mz !3J!j> "0g> &:ᑏW,-L|ds*ˎpE2$éZ+=ږc &>&:s~3 Gy,+jhlw+ׂ֘?İ_C3u;\!#V|v7FdhU~͏ZP}  A$a'ՎaxV(A.xb.pLDT#Hd?X ;q}2K){\UC16˔6y'Ik<|_8OǖftIMhdCc]E[ك0,ufK?b}y`9N2awT!ehvǙWq0iCoas i+yuºP=R#X>0ݪ|%EC4qxO:n7*z6[8Lh50)3H WɃ?@qà~Gh CY{c3V Ch[AE 1a+IʼnGxXp4 k y{ icDh~zК' 5) 5:ϓ RL-;٢icwF~D.u( H=|} ~I oE- "|%N88{[2u;Z1jOڏ:@e74"K5ыz-vK5n~FbzdG}c3"D~FhqYbPg tBs}HS6tQf?Ij.b}.7`[^G1X6!QU0 jvW1c6bhBxȏМqC@rQHR7C|]GsDĚbW~Ȉlx.pq!~&b4=qM*/~UeVeW.:ŋu۬-(ZVٕg~X>+[\q3P){*n!eԈk 3栃X]8"z㡐-rGYۭWRf(zGKr[iuQDjމLVWw{` o!2*(\knw' Otφ P Ԕӡ# SG*$Pa=!pj̯ä z9X#NB*P]>fY}6 Ve{v}7uc\h18sEۋTg%";+gfW6Ncagv ii(qryZ-cgV/JJKmFD܂,wL/: LiL6_,y/6- 㬍|='g+5SpLP4o`8^;)^$x;Ez"j^S;< o/bH?AyBf/qXw Ⱥ3zN3NB;ʴyF08&.8]Fq(!ak &y!"b{8chO .m@Fץ&New]_43j%ȍL.| PF>}5.;13mXtJZ4-6%q$PK$%FjUPlAF , њW`ѯ/e,}Æx$"xig,DK}o)=Ҕ+@!Oѡ !܂q3l6}഻hqv"8̢(M gzi+fK/+8i9zZQjD*jX^h1<ܶ*.GCֲEYA6eBu?vw!{`95)_[LZ9@f&=U{Cqx"|'jqUh!vno i{nϘCE_oQ2 z爣:4J8%[.EAc{;n [ల9l\]c0S\IF GJP)eZmsfk \>7\ſյ߷0ܮI)/܄H)S 51@nJR:{6֚A<Z.$EwQM2)O (>i*輼vQJ%8) 2#cϑPCSP/|:4yQh|׻;EV'/;w휞( <ƮY'FEWE%ң c`rL,[ȉξڀ'c4j-$>]s9r \qsT& W*9;M1HZS-^O;l#D@VCy"wcv))BDAܟG%0HUF@nmyZo( y ןPV"Sȗ44O7@CDnMLjsOpzĒ8y5V1@{_,#xT㱔*d&0:vR5~Qo UVQ 藛X$+.],*Q/ O}ҙ@`Uؐ/N[gNH.˩`[}ҡƵ0M`2e[!FUZWp7Xٯ}p?.(L+ocdaDS(Qm司@MW/=CAP,rQOE~*+D`=F*qpX'6/r8B)48h}wU䘐( _Qnk >yf}R]^gaPlS 0Ai̢jf +O\&`6$?aK<( NI=W[^EV mc-æmSmJm䫼'M,i9{|¸IYt9_k=3G0@P($hch=#,vxzU@| H\~#ΡM? C\J['Cn\jǫD,*@iT4̺UMȳgg)}Af$ZbOS YZ