libuchardet-devel-0.0.7-150400.1.8 >  A bv p9|RJ5Bj>#N.ױoQv;],}ZP&wf] kaȭ3GK-S3( S dkB2<4{cW=JbA 9yBXt7r舤f&s08~^,!ݐ! ED*7Jn5L q EDKhY>$i0K/)l6\w@/[eG+RD UxQ aa39f17d70e4e5b953999654d180408c38fb19c3dcb3fa66c54373a0353df7c9f47fe826a9d1d7308f8e3be6bb4a43b1eff79e38jbv p9|< ogcB !p'?b *`M q谎L#D--_1sr!kKfA{l<%\/s9n(@\08x?IDd:X/],-o[NG߈)xރkƓ,AIl}`O{Ρ`}ȇB=)<jvSp-rfCҧf=@lezx-Z7~hѻ:kCyǁj%X?m;SX|5ZЛU" աs)>p>|?ld % I7 Mm     0Px(@(89:kFnGHIXY\] ^bJcdMeRfUlWuhvwxyz  &hClibuchardet-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.bvs390zl37$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/linuxs390x9uA큤A큤A큤bv^dbvbvbv^dbv^d3322493803399ae88a24608d2844e57933cc15f33c529d8d4cce92e0b19f56cbea0ec600ca5b6566e25f4a17a4dc24f3142c7a1a4c010f7770db7603ecd768f136c52690fb39c9c4d2929577577050f486b5be36acb5c0038339b7b83c892536107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cdlibuchardet.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootuchardet-0.0.7-150400.1.8.src.rpmlibuchardet-devellibuchardet-devel(s390-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.s390zl37 16519623540.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-uchardetcpioxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII textPRWd\S4%Ųutf-896ab4847d3baf78be7396c58e27dee50bebd5ccec884f1c982ad59a817a9948b? 7zXZ !t/)I$] crt:bLL ie URA 2r̩I&*N1yi5T !][<$$Bڞ:h֯DwQ?[D e#Rb&:SYТG/\E.0&c,s-DLZޙfg(*H3>Bs0V=q ֑ [!ix nOvغrg*/7t~`s!Y@+D*4?9(sH Yc7Nƣ\6Ϻ}"-dq$GmMP2@ H%pSd(X/%,خ5i4^YИpZU&s3~0jUb듂=61c5?AIIs.*k^렑a z 'ΩcM?(GW7Df a3P 4C7yG;)^TOL붛-,]KG.PG?5Q_EvO/X *s_T,KYl"Np ֗._TMn#^_M|'/ځo3ڻ L`0S<9iL,ځ IHwTzD+j58t:-X%TȘȃcA_DD=8u[\e|)OH{B{MA[\ڲk;*өd/&>Δm^FBj>$PмuX<ϟ\`4^<|aD1q.ÑݞstpZ̼ !e“-w1WWZ4B (I<1B8oխe2g3 IțU*؛Z cR^| iKzR )3*v"Fe.< |HF8fxpE7,a~h/5]Rlw !Pgevg}|&Kd^X]/Qw#k*%Ȉf `krHTtaAd>1{cl@okŹԻ `Y?4xZ0^Up'^!ySwDww;y2%BR.G a&Z3IY~JA- sVJib_.lp[W᪻9 +~;z?g+XqEu*z>+Ȝ۬R=dDztc1=Mt>z3;MN&0Ln (L, ֠nܸv>p`;(2&mbl2ft_Dƥd^.4_6.zC&Db= {`K|FS!t[ Y%m v`dŽX․ ζZh_,-7—Mt̡A&P|[DVqZt.vEZ6 ŭkZ7DwH3P ,va;q1߄Ts %ڡSk-?N\{Cm1*|4buX] j7%ő$?hY`UItz8GN9=Xxzk_E򔌽֎7 o *bXʀFyE"97w; IOȐa5aҁ>V Rd3uaL. !YU<& ]${u̎yE3@' fL8 a`k5Pqdr&w胲 Idܱۚs%QM(a],/Bo"S2:a]X*29'2@ͅ?9Tșww&2/m.|ցd r62h=$jQJ͐XfG]"N+u4BӜÝj'CſdTx(=U.R7PtcB0CAK*[gY"KffYppԷy5n4a:R/U: Kul:>xiPP%4Q%'Z޻JXCS MئkOb:KiB.W[MZvH@-! |*6vkc.mF撐u^3+r(ÞQ ru-DujmނI)zV1ň&c!``5 mZ+iG-<m O*.3_KOȬVjN Dbkcmajkӗ2GXe,ȇAk;VMG}hr J7&n^} '\z7Ec޶ɷiXx{`?,͆eg23,gyK","%guSuɩZZ.ԝb\`jGd 6 4)#$ WIeX&D7qCHVCpt5#F$ڹPML)-]ڝXV8v1U_"B4zߵK{@!Jŵ&dwoؒ0X82ַyfN1s AK7r3s4!ix 4cRt㔜e7onppA>P]?qUU hֶ{!XZzA&CBt?xE}O |uK"VlN-<.sRP3Oyf=N&`-HcҪ~CTo{\`1H0:'+$KXA8w4l<P28Q8J euv?QR>~ IzɈm)K֫}Rxo4_?^%=-sY/eLDYO:m]A-NwA]]нR%-َZU4iɞ:TL"y1Y΋!gcxtCC*bKڠR5#tX5g7}t5.*g ťWP`@MV@҄~Q:qa =E{!/% AK}? {Q[s! 죎P`FBmQ <lo{, B\B)H{-d`{%6Е-qkT-TXcZ5ok&lN= @R²%d  :ûB+@+a̭z7gl1 p1%.d|ؚ$eYN0v9Ǿ F4+KH`YbG?@Ϋh$@ee鏶~^)egY6,_ZF6CMAq@Mf5ZHL!5vcܬ]!Mڲ#,sdR|UGc)ݎZU_ CGګ: Q-g}MZu(iEFgV~sck#;wM6JF,no Kvcpv+ceLakcVquU`pnJEB 0Wq+e[dK>G$ݛ-Z贓|'?F %>+Q)ŗ :, bf<'9A/JIVH8ŮMzcII;;J|^^?to=IR׫9pvlhaw.ee`{݃E_ Hܪ?Vӛ5kp f0W*NL+bԘi"o0)fQ`4]ZOP tؖrw^NKG-+HPzѐЮ]:s4+MF:E T8,@2I{CΑ42{4ba}:/>JIn֦F_ p~3x^k,<ҟ j3ZWҦ-Ÿ~GJhL5:TAT"J$M:@y|y[0v- z?B_A-QK!bI_r3`]ˤ2q4yq@N?0 jǬ\V @?視_0݁虄=XTr@Ʒc O]"}敓R߲Hۮ`"^u眵=q4.pfD|= ,o$4S51;htAm{g˕m b^{1th݅~`0.a"^@ ~&s!f$[L^@"tVo bPDh^7+X_ed:%B+Zqs:Pϑ)ٻ|4JURBHX0A|?-3+9^@7FM}Z!6W7n1T`crnŒe,٣*:RA}B=mA#2 e~Nin9Q/Tl]Ӹ_][@2{^d6t:-O%dz֗LTiVU)K4GB>̠|@QKFLPdv DkW||?F\|o4~a&WR'DHktKk;N4tT(X n̳`/?V_ -CT&@nD"p#^YťQ| +nbM0t&ad 9U#  jjTFںqwH`&QBQC*Q#ND rF9G+ш4Ld{l^{], _Gaܬ;mm3kEi\wS(*[G{MTHu+ ^؎<9 vˡC)$iT 6 UFɡOIdXpGxe bfeI3缾pM)_#`YW?˳^)c0[/e5x4f ͘p; DVߵpOk #$6u5%tؠL_^V⊜6XnQuL,XQ*Lx ym`Qc}hō%Zyzu!>U~eUݡyYZYAF,ml <taMI)V=Z5uy@] kޑXQ6߁`֖h['|ֆx1T#9b , I-x8 } n;YSN9qj:ŀ$$/{#O%dx!Y-Q. ^K]0 # h)4Nh&U_nmb P<+\LdY5֖zoBܒ*!I?P$ r£MB0,'z =) Gx!жz؈JdЁDꃞ4{uh6 h qjWh SbRMFf-}Gk"~i{M*!l]!tP\1$,>B"0CEwbԦmj^O'[H}QLu?V ML89('A{ F~.;i}K|->)o7:T_ 2Zlp#-"T4*܅rGŃYx?Xbob%B4qRjo@ пex}cFͭqU$>PY6V*H-7~Sm^=+9,"ad5݈ޔD6VlY[!EDE$M`Jė!vl}#5{v ƒ0H)c=kwYߧ_tItBc,jyNdͭH5N]"zw$brM*drRoC+J[V5-:ê:*Fd1[BNh8 zEaN,OfYW㌸Q69xT̈́whڛnj=`dKn;(Z O4ȑÿ95# XNNr &ILu=$r~ vsar!aZuшBV 4Zsh?H ~p fO%7sbziSvCi^|SR=9c \GOOޤ-G9;doH|/Q&4GD࿃{6FiC{PП EѰjŭenߣ~aQjV}r54CD]$[5N6GYֻ?-2+xgYsz9QlR*@u}"0TD;G]SYP yT𞞏V_thOMP OqS1aꝤ)s;SghՖ98D 'T :=OiS;!t<-Ƀq̌4}E^w #,P/dhڳ?uDB#l;`:LcMWRa[jg0et$.ǚLC> b*p*פPsͧ",r-&hn>Ŀy~ԹBye惬^{ = /s8jn4G|`=6NLL? x,+#4kXq ٝTve2ΐ^m-+U SY>(h F:EUԮf_h5U. 䀝`O1f$zk ƨy~M @eȞ:y-,c//xIo<,z\Śu-6he+5/݁'~!ݜ*m*ߨd)s Ɩ+^Უu}6Xy:`6ʁAt_eֳIr:غgO44+JM8vaS. x=p'_eVҼmIN~5n׉עXЈ7tk:s?U7IC {ʊf8KL0 僻h(T}VT-{C` ÜÓr}_L&޳p$Mf@W{ LJi,#CnCn3J*#KwRꢌ7PL SBw烚)t"|]n]*3Gߚ;sN?䧦JI| [B:&8_ϵRMzʫBr+kW!h&N4;43%˔> u?<̒fЃI\ʾKOa'%xg%oSYCwzA]QG)E:Bu8jFxڸr$>UD-VIxm"$)4a'`~>m"&nyaXfZ4Fe9-O26DU#ws#<\h%khCPpd;=%t*(uB$kخӴ"#|1e%OI\d:S>'z>J"x\ogrJ/ t.\^OArk 0%\XRg"+=ޔsDϕj HŚΠ鱝c3:s$V,]Z *hB]z-چKx⚆jP+rދT$iBv23/ ـxM9b LrcB6qN-h(,S@ɍ!/xӵs_Pi6H^ʲܯ_7¾m-lm@ }vIL>/##kg$ ٌ a,RoQ>a wX!W\YBeGw ch^[?\bUV nuSC-Ƹ,ٰ C`XpQ}p'T6쑮/|EK9bshceqa+:&_rruLYj@^}dW7h5OetJeƎțrkHT%l4ҞZ=Q[lJ\p@,S)Jr 0֥*x~ZsjJ~O]S9weR24*CM&.>J`FnܝLϖ?&~Oa.63{] mjujJq Un6Zd P+MM)'рơ.bEfY+ 0]WM̈́G8ɜEwڢ1&!jf0I6A|x8&[|sHRwƁ]s@@ݿ605.a_!;*<$`:PAEXi{[[4{C |2/geSNŧsc۷F˦cV .`Էf?AIՑIҕmD qZ\n =/Nуq"3aPGn׳ӣ+8Aէ6Px/Ŕa0IMpcL^.Ek9 ,ܝ1GMϻr'ހ# ֍}DP$]O}  JP>nDo--Ԉa]+w'}E.F>vjǰAWοC.~.GtBv<|vx%ݧ:h%&W+hC%>z㵛1B'uDSFюҙ H8КiE}DfR'.e H`mUU])YGj"]oK|~g+!*IN=藵\9ey3%}Aķ72Gx G ?9(mG[?@ Ȋs!D!X',Oj܋oCB8}0$$YDdf! B 5 =Ŝ#x` Gf2芟^>(Y] Y#lu^nc3p?Qlxv.j$#t6Fر!#\*呷+5{Mz‚.H\e%|T*Y3F?^²}|*set7`|@q87/ Eݞ$A^։2q(#R+y^~!dӺ8X7,7."˖g)/6ݯ_XHeyͣ`wG\E؟S{`I0*B2̿g\ f)t4ѨASaG?G|EHr7ysE..< nXwBg׺omiM-#\Mpɗ:teNʠ,a 7 6StYsgRpcƻg@d {0,<+-yqQ×#xO1\sEMSm.$+͹ŋM,x%+(q R0yH;Ts,ecz])cZ7Öd Ni@o}Uz(AB eAy!_j#V #Ȫ'Rs\,- (Ds}R$U4 jcI@)V1-pE-]1YF['CJ;q*Ua]&IlZaخ)09 UӛEAW5_3'toh; 090)&e>EAQv|J_F-fpM6W`ۭrwޙTf~%j9b@ fiXGpb}V+Z̮Ahh:TDkb3: m%LTZ.iw#R4<*IT)3 j)5 K3® iTc`CGYjNAsWᓊ=+5tz(x :Uu΍!V$Dɝ*PYWOޓk EtwBW*ϼf{=:kxBuzDfqɆ&* 9>);Ϯ@]CY晧t^! V湾I0N9Č 6졚ϻk`޸2+-g{A}FCHJ(X.&xX;4q'frf T- ϟc54?n0z ξ4iu61s[vGQ([n 6MV&G"!K:c` Ng ך<{Wd]  )nluⵟw83rE/MBkC%v~DԮkbrHS}եRCߝnzhGU$/ȳ=×8€JW F'=ͫ9\ }{Aƪ df<uQ]eu{VشÙ HZ0WEkVh.bZp ]kϞѢ"nߣD)wGd_O'Y|sIɌ~_V"Hdw4Y+` @E\S5?>{3XS<'g ±A$-^|SŖ/T/9)K^QȥH9<4 ۖKm'kkhbn[Fqbfu ߓ?¼[W'_* 0y@Z6w$ZOZ?(bʱj]Fo0yYNcŨB?7HTFIzBeٲ+ZYݮA8XL1epwc%4ݮ:p,a~3ٛL{ʛ2;R`jKw m)S} =^D~"6S+L.vNCʳB(*uߘQN.P uq]egp~+K^Ӽ⹁wQӴDO+o8Vr9:ӍEЛ%sǮ4hP᱋t,*0,^~l{ xրҘ G|  QY72c3G90FA`9/H4*38pc8?m>1_v$u.9L EYfC$tiP⊂ ̜ܐ|?i,ؕU{m&Ǝ~l}}  A=! R\qF}gך6`IQH{Ox!G(EgnyA0,O0a ? ~*Sy-8~~ኍt=(N3-JH+a x|'OduVq\دr{x6^8 $|B|r' Z~p|p3d %S= ןс, X5x˄*了=$-;1͉Zs*ri Z=l7旛 "B!av:&6;B w%s]nJ~ oG`nKN"8ppZPv0`m|(pH2!or_HE]2-yu@B#Bg-QcRX5qHUXϺ"ϊl+//0H%|14UԵ gDe]c]PBY!fs9CIko&}nbꒀ3@9@j ŀSdsI74RH]Y~f6X(0L7Rq+Rb2{E+hխ>smaeftyUwer$fgU+{T'qP'g5biiFA J+{ ޴EWAwJK4[쁎Nd<@C%Pd-KX&1B zg(A&`|9.S̄CivRzh}@M长 [C۷nBBISl{D`\p8쇭J_B*uc.V-i&4-׸-v_q/KJA{Jw[ȅi AN''_pxVĕ)4ytDf"{%yy.uz%RĨz'+WQ&dCJGgȓEP5!]#,_Ѕ4 _|fս)-P%¹&Ps=?@IsH啀Zcke D`@Q`a @j?dMw8aáEU[=("XxȲ'U:1}_Eb4λ.eMI.y4dbR =A͆ \[?ꦪѤ'E E]+c%F2(AS$en?f;1B» ut)'nܢ+4Gڴqg"H"j 0}y%:M9z*nAȬ,@ 5DW.V6 N+zUBEߐ*߽ sIܮVΈ-RaqęT6~Pž^y ޟĄק/`^d\loat*\jH\ s81Ќ&,;1%dIƮFQM640s`co4@4(3l{sZ*.+r!pHDc7$Bxnj<ޗ+=TD (KroU vrYwAg*_*g-b9G垼9hWF uȌ[J?J̰k+k}(F>(y( rӡ$ t(F Bg%u90!oc&i3^}Ovrž}e@oֽ\bAa W} 0Ŏ} 7|~T6rUݧ˦(A 'mB(eH.lͶI^Z]>nP(,~,%I}@tA$l:mLeEmJ  BGooe Wm{Ҥi(o9lM`??gbs|""N3Рef$PcUlI"h @O5cO'