libuchardet-devel-0.0.7-150400.1.8 >  A bw'p9|AqrF])-ܤyq@u{dOE+$}y@-41Wl-4P/&jGj"d" 8X?ĠpBÎތa %?0hx]Ӵn>;0igGNVJ@M>f)C[h`ghKC^-Egz_ VB#gSx7EL BF#ͧ=~Tx1u"9g1qwim9E/,2 1,}-K2)>p>?xd % I ; Qq     4T|,D(89:oFrGHIXY\](^bRcdUeZf]l_utvwxyz(,2tClibuchardet-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.bvibs-centriq-5$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/linuxaarch649uA큤A큤A큤bv^dbvbvbv^dbv^d3322493803399ae88a24608d2844e57933cc15f33c529d8d4cce92e0b19f56cbea0ec600ca5b6566e25f4a17a4dc24f3142c7a1a4c010f7770db7603ecd768f136c52690fb39c9c4d2929577577050f486b5be36acb5c0038339b7b83c892536107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cdlibuchardet.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootuchardet-0.0.7-150400.1.8.src.rpmlibuchardet-devellibuchardet-devel(aarch-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.ibs-centriq-5 16519659360.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-uchardetcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII textPRtjDD0`\utf-802126a94557cb2d40d152172dbf777c024e19574bdf4589d2b52a2bca2a28561? 7zXZ !t/)I,] crt:bLL jN*N6ˣ[Ko8OzI[ Iz_\V0vָ:&Y&,M ~̧s 7+0ym$"|\|y gud}9E[ ͿN i= pIMШ3/ą+ͮpR0? & \݄B!l3*ͦM r8ۋ`} 2zҾ̋zh|0hWK5sP r s6հՇ eD`)u:C!k̟%&sАB9 Հ_4lKCnN C@eFG]kLbn|oG{7rkt,,%AdE+>1ޤj)lcziV}p.1ŵ?,A஁(׃tP lfmb8]!T*WW*e6ʮR^5_NZ:9}1*/Zf,@g1)I;e--d`|\to2B!ț7jǵq }X\02:(` EKhMR7rmL]Q3jי[zQ3!m@yyjh:7.5#A=>Gtb>(ޭ\W7|te| $CT~/*Vlq~vBo]H=QtiO~Rt{x ,TҰǔIfj{-txǙZ3Md{~Ip}񧶨KЉ_5Yh[Gx{wC f%/;b!~}GŜFBJܐ_6μ`nxb-0fIPI0Nƒ"}E9qz»IG0h?oHkeW;3I[mL ˹ન Ka0t }HV;逞 j R0*DmGVK4E}k|̆ʪu=;[K_I; |fh#AwHͦj EoClo{הzJ FWOpDAA&(O i2%)4ԚwM /g{SMŷvLa\FJ)?34>cĂ/IL?Z x EAGΦvyT$qӈƋvwt!I7Mpk|V䚒 pCtt&s}&ekDwi>́\5g:R-z芙҂nçvuKl&[CSDy) WGQGE>x?1D:9ZIY6O2u7E 咥?76#CGZ|ن5)Pm}Z ,Z ib-_ac ѣŋjo>LLT7aCB;%8敹 8+u}hߧ,Eϡx]f /$M 10э";IݲtIB!d?f^x!36Qf-K=EvB&U) q)>Oձ:*ڬs_ N@nMڍ:FiŵsQtjm# E2YFva[$K>ԠSPv56m9 gLČW4V<8O)1z|~oq7"Ő%Uu=fZߘQZ0+ PtPxQoE#r~~ ._",=^/ FY"! N_eN:O~ӫr1%9u 0Uu 'K mt ,pi?{I5đ= ֱ6R6_%Y)2@78!7 $TQ栯5 h3Oل|n !& VXYkAZxq8+Q4ʴImnTv& \%Df==A[%WH(^!'_sP5u}W:_U3:rLO)e7YZ=h*&UCKxbU@@~ۈ'H9PLIP .,CI rqIm8zbl3kYY;/$RK^M]5XϾ(V8j11{kTT'n@w_LjXYK8FI=HүQK^"fbRY ; E)vaи6*n[o `E㉼H*6Xwa"a% veEӮNgՓ"Tcsշ~.0Ǚ`vZ!4o'(N.R&Xh=r0o , j:MlJ$7dt ^7U&)Kl4o4Zg73OkS* l֜/,-*+1swNc^˲޿Ԉ@R3KHx6yy"j|^s/ͳYְq21RKR@37ayxFM)h>A93{0x$hV(`4_%8Qf=cvP1U(M.d71|_,YT 8[f70*O x"2ร8hիfT7#,hmXEZb/\O `Ś-q[f#3&n9PVI@R5U#`8fMm4"鍖PSw˘BtX.z˘w)rrrГ=vI+sׇoMTOSW=~[pHl8𲟌emV6$Cg"%뭂>% 9`DPäM tBzfU2qO#o:}-rQ~|Fҏrh {AO 'H'IV[mOѫDVYTN`7ʐsKc#U^Nz`>/7E6ʯ~J& jO׊3QڑlCfc(u5b?e`;qJR14OB4ѳQh}i 0[A) jYOJ0IV֪j6kmU HO{Ef<4W:>Rh^jN=pϰ˚*"*=rV{凬Ŷ{DŽc֟USB#>+dvkަu9`fGUjpgwun2@0c L$D꭯J2T,Y_c}VEk w,;_v p&"bCM n=ëأx[0?Cuuh*K>MPh8iV{ibS3h<CվbGmpjʟd]9z*ĕdĦe A-A)mJ< OI']D"OojZjNA58_OjʓtIj`Hˉ||]L/FȯHQ*A@  <l,YaDvwc A˹A{zBC9!oC ?HB [[Pݬ`5 Yۀ 윿)ނbLRkqB )b}9z:47PWȖPb[?CW(j3nuLI#o2W#r!䎝\JM4QLrՔAրppӨ#?n(8:DuP莯"f` f,.;E%iv5–OozT݁b8Q9M{%~$]%)BXZ4n#VF,ΖŴĈQ)jqIIT/e@Mxڍ.xsZ3=fZ?ϵmV4ah'h{,q ٺ `}[UZu|Ԙx#hiz3wXZN{ F}/c~0įg*ǫ逼+#+N*{SС+D<Ӫ_<'EcjOJC`<',ACbG_/̱'/cde9:'WߜqG.2T4?LY*)8OTX xMX}{25[$WBRVp%l.3>dmՐ'|*|yd$`fFeß.70"utD1#|7)؅yBq..H_BH7<:BkO4zĞs-ٙ9:VA+||$-,~ > yb~Dv Oq{ݐӓ)8,^k2M łu= q҉42MjuZ}H4bƜTk$\@'6ԑ-֘nJN{H̰KO;g?M+V/zR\D9WLoOؠ"@NT}|ɗPTSR)&||^fW2@v)S_/;4'Ĉm{fQ㤪 &o2: 'Qp3M"g.rqQS/X;,0v xi/^9!+5 ,|^ћ|" VzmQf%ZZ+$їI6{,%nYI$_/87+MG;yl*>S`fzyEQb[N|ś7H@j^,S^zf~`kA U;),&7? #]u­b\ `p-sU@-u.] 3﬐y@~4Q~rcdNWsfPUoP40ɰzTg$#"xd6\bU%X_(J*Nrk_˄Zu.Q3[ۥT+(.sGe| U%jG5}PUsyviVr_ޤTkqKħAOK-=3LG^}$e4:fvwvK ExhxYE|t4|VcIyLs-~x)ԲġnEbN*9&zfΘkW+Z R1l̅̃`9 r~кڴ$RD6/痏-+%h~F6'V]^ti!W5s0^"|R|gA@;9"JX::#);.niw (}Hgǣ`zm ~"NRH%Pڶ*=5z+r~"ѼiYˢfbAټee)ɑb&C"}57\1~@4ʵz8zq=ac~YA֛O"{m~5nYYjfAЖ$\hD"ܣÆvhc* J%wA!)JqHuvflw#q*i{(FDz3yݸ`!V e/ٝaD``%6 ug;߾Zdx/pc%tjEHc(F9j*ju*̲qnrGIh5ktwQkqOc0VSY˪t4 baHd)) @rsO"|Tvr^bߙl A&`4 WydDF#b&WQ7Uu;LxoQ2%o#D&-K 5 +Xϓ! U7;S`SjOG˶IZ%o+ /K}]7V-uضXc|sǗ#աPBYKa@0C(*t)N"n1fmPȫPXpq!pӼ}&3dl9s=o WlȊM#CԈ"7b^#r BYZþi0)L 'rS^kޑ4gI L,e!Fꊛc"d3bq>WL0EY Lp h+lLpB!vSE,7DkER$tIĉlgB wjSwI @U>$$Xڗ*l!ܶ>&ZH{}3Y},&ͨy=E`y2 [>-Z5?]x=لtpVzL7~qURmW*V?d_eHN#ĽFh^-WbӪ1닄zg ) ?is,äR;Bm]omksEjTs1}'6IbaRcP+@2}]l2dR"u5W!_k_?8] {R6WX4+MĬB.qcvOV=>Vpˣ*5eUMtG3=ʵ8p*2S7؈@t2(GX}Ц{+O5&vQY֐@DsoCAbb y4G[l:})R+n^A;.ycBB|:mDb+L[r|=j3կ =?5 c}CxZ OzοoܥEs?&mь|eqRI4ͥFGx4JO"*U=Fݖ\8ZN~4 (Mds7=c0ɱ)Ptv ]oU% ])$ 0j3bP?+7jM*EF6} |^mL-+NLYPcU}X(:GG|Vg֑EbCrIPW7J(!5Gik~[fQA[G1mƔVg,3-3#E)!?U@UeE~/^Nى% C$N^c;)CZWNNIҡF !&DTLR&bClG E$ >% řY KO>?CuEoFT<;:R.~Q5oϦ w[ME=nC%8N^T_$,dyy ԏN.?['le'xfp @!{iD@(,ֱv(,,ܷ92*hj^]T\ydžז,K2ꤘ5|{"Ԗpb>U(cR7C{ᄷ!=e W,m?)TޛmA{M\v[JSj+[=9q(Q~7ѥRc.Vo-<VM̡7t:z̎lGv%,9B3I&!/EDUO$4r8Dk/Û )DO KY..or$l{ ,ޭN! (|P07h{Y;PG<=qn4_ȵ>*A> W`wf|49n  ]0| s:_((XӮqi.\,YH5bbãN_ě"VZڙ7rɣVbř #v|-$,L|-i3Y{FCز ;'xm; RզrIp{NYpk} s- J0+t1pL :Sl6 8±ɦb>ރL4#X5ȨRy[1lv"@ci*淊|09xB! $ęl0zAG lh$T=ueTG@ (񨢼)y<"(d6Q`HF:bZߡ+[FO!Lՠvך䖖u_̽X!SZ$&V=s+J6x EH& 3& y*I,oLI}]N \ A@>"!tL=zbʬT)E T>lljj!>Nng&h"L!m$mj~'_j/n#|R0zAQh3[flOa)V3.臭;kW?:S{=Lwr=bGЀ眇w=/+snjr8P¡pVwZ揳H%FRl=$RvRrG K&7:+:@Y&2<԰3(:G">y~{e$h[i\"2l9-hG=7Eg^MEe\#"56=hZ5lxuWM@lpu p%./G `K>1g%=Jb8LK1(9e-m7d 2¥WrBYAb6\6ʊNC{Gk*WFnI}Pi!#?bCpNJ+ų%ۺ%G#ڑq1c kmrKq*w@p,Vrj\%w{|Zd%]Mt%hhxuX>g ,_gbx4 l=ʥ`s 'DdS5,x}D++߃~2cyܜ)䉡Â;;*̓?I^bp<&lм'r_HQ=q#&խbY&J:?0ވo3JeD l:E<&!派Dҋ]0^Rm)OM+t9d8o(m嫣B ;UO wƨχ0頝[oLlHut^`in]ָHGxųQ#_Ugzo/;$HhyS:R+F[\NHh 29PEj/d7̅ALuL>W:MBwp:w#̽]æl#xm!־~/壶`(wդ]園;@M|z"-(`;Ĉ ч˻M\uS ۜ. Ǵ)aj, ؑOKp*5 hvxE\~-kLjC&'U7+k<YV_}l?_D m)'H姡96L5᥆tv'2;{a=Ilj]Ն3Z`ڝf; i-u^S:U,GEks'3Mg~5o6tyЄl5Ynr?;Ruq2h̰P˴G&{]U=.|s)WaV Ab>GO -CŠRք@Ka{hplO V( <ԇkߛSht/7%e:*+Gf~-9>'Tr*}q3كNOTTnr*?k(EY2+ !XWc jeWi ^Vx13%TtzZj+Ÿ1GZyrИvu˞^8!Xe ԦJf)BS734<9%O{7 B6" P 3&#g*a] 1ᣝBWҴYnό JC g<)rܷls=12Z"юlyr_'" 1V&IySW#Z'!;۠/0 ١&njߠqR(sQM6Ӛ!boh ԰0Vqu؉6 @Yxd(OGJKP6I J"x1 8n.[*ܷ`u$kj??uh+N] ptS13F=Q܂ ~HF'~ dgB\pVǖQݔѢDP^ ȉ _I(%yq,/o(%ʱ53.4CڗB8!)D$?lIa~!:a _/\w]2,1>\%PYc_ʻ'[+*QV>gfK O`!ME{~B-͖ 0-O UJ-ꖬ/.\—0aAck&#2h~ : !'oɗ_>Jf&ԔDBɊ[_2vS6`i|K v†,S  $ΤyUݿur\F;LDL cy*ن6m%iU^߅>~cU@>,@xϛu[b'FsucXն|_a1.>a*=JύJdͺy̱LSZ쮤p4rLV'1lA᧑n6~I yէ6Qn[6XDSim0o^ōyAm jU^c̠RZ(o>|\wݞš>h$3vO'4O&P q٭o =%3no0¹FsgJGK2ն c^40}E[T."OEXXlqyKvr?R4B\s'{췞JEQ4yնt&CATM ,Bp'PoO 1x jѳd$XJJT,]n"m£F55)$JCVgn']=,q/חp|`yWo {")d+I;;Ȩ@,|&wIɽWM$SuHD"iߊJ I$e s]"<#g+)1X^}d8/QN!i^I-o8J̘_$ԅ^c5~q~l:ac-MgWo++F=l\؃uaͽV@NDpn(CZZLѹ :$ `'eBv`,wؓQSÆ^=*!QOuhg|s,D4}7o|F㡺=R\l'y)<>z?XY;PƮq;R&A og( X|ӪD<[*א,|5&$铄ZJGFB%:Sx\^F2uW\`[TO9Zݘgr5%;^{u"NeGx\Ŀi3iR2vO\"x >g YZ