rime-1.2.9+git20160226.df4192c-1.43 >  A [ 8p9|wn`bJ7Փ|YʴFY4FzHt9a)&;Oɰđ F.| .⿲$mxӡW/~A}[ @"|xNL.gLR-f1AO(ҷBB]fJheAͲf/ȍ<ǧn:݈!aT N;Ȅ?Z5"(c3`]HĩhԟL@I߃d;$:mEv@W%TTs{Ͱ X;7krS~#f=:b8~#թP")TߨMhy-P"|(<>p>,?,d! & ?>K au     2dx(8 9H:HF'G'H'I(X(Y(\(P](d^(b(c)d)e)f)l)u)v* w+x+y+z,d,t,x,~,Crime1.2.9+git20160226.df4192c1.43Rime Input Method EngineRime is an Traditional Chinese input method engine. Its idea comes from ancient Chinese brush and carving art. Mainly it's about to express your thinking with your keystrokes.[ thunderx6$SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/I18n/Chinesehttps://github.com/rime/librimelinuxaarch64 A큤[ [ [ VLVL2c60018de2476d7c324a4b7005c33473cb3e2d3783d29e531af596d4effb713964188efa5f03f06803a157eebb09d9bf62bd532d992fda316163c8cac820524df67d27a6d2d586fcfed4b4c886a83747095396a39b6641e18e855086be2ec40059e0fc853a600b046da621ded828050ebbe5f0c8709636b935bd25a1877572b7rootrootrootrootrootrootrootrootrootrootlibrime-1.2.9+git20160226.df4192c-1.43.src.rpmrimerime(aarch-64)@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libboost_system.so.1.66.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libglog.so.0()(64bit)librime.so.1()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1XV@VVUTgS^SRQ@QW@QyPvP'P adam.majer@suse.dempluskal@suse.comqzhao@suse.comi@marguerite.sui@marguerite.suhillwood@linuxfans.orgi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.suschwab@linux-m68k.orgcoolo@suse.comi@marguerite.sui@marguerite.sui@marguerite.su- use individual libboost-*-devel packages instead of boost-devel- Use cmake macros - Drop useless conditional build dependencies for non-devel packages- Change LICENSE from GPL-3.0+ to BSD-3-Clause to keep consistent with upstream.- Update to version 1.2.9+git20160226.df4192c: + pass function argument by value instead of by const reference. + (feature) translation past caret pos. + (fix) in horizontal mode, right arrow key should not fall back to moving caret when reached the end of candidate list. + (feature) jump left by word only at stops of multiple spans. + (feature) set caret between preedit and prompt string. + (tools) show caret pos in rime_api_console. + (fix) caret on the left side of input or the selected range. + Fix issue #64. + Add a comment for explanation.- update version 1.2.9+git20140802.ee3029e- update to 1.2.9 * CMakeLists.txt: bump version to 1.2.9. * Makefile: add make targets 'thirdparty/*' to build individual libraries. * include/rime_api.h: add RIME_MODULE_LIST, RIME_REGISTER_MODULE_GROUP. * legacy/src/legacy_module.cc: plugin module 'rime-legacy' for GPL'd code, providing component 'legacy_userdb' for user dictionary upgrade. * src/setup.cc: define module groups "default" and "deployer", to avoid naming a list of built-bin modules in RimeTraits::modules. * test/table_test.cc: fix random segment faults when run shuffled. * thirdparty/src/leveldb: new dependency LevelDB, replacing Kyoto Cabinet. * dict/level_db: userdb implementation based on LevelDB, replacing treeDb. * dict/tree_db: moved to legacy/src/. * dict/user_db: refactored and modularized to ease adding implementations. * gear/memory: save cached phrases as soon as the next composition begins. * gear/recognizer: match space iff set recognizer/use_space: true. * gear/simplifier: catch and log OpenCC exceptions when loading. * gear/single_char_filter: bring single character candidates to the front. * lever/deployment_tasks: update and rename task 'user_dict_upgrade'. * gear/cjk_minifier: support CJK Extension E * gear/simplifier: adapt to OpenCC 1.0 API. * thirdparty/src/opencc: update OpenCC to v1.0.2 (incompatible with v0.4).- update version 1.2+git20140810 * config: support references to list elements in key paths. * rime_api: add API functions to access complex structures in config; add API to get the raw input and cursor position, or to select a candidate. * switcher: enable folding IME options in the switcher menu. * dict_compiler: also detect changes in essay when updating a dictionary; support updating prism without the source file of the dictionary. * preset_vocabulary: load 'essay.txt' instead of 'essay.kct'. * reverse_lookup_dictionary: adopt a new file format with 50% space saving. * table: add support for a new binary format with 20% space saving; fix alignment on ARM. * ascii_composer: do not toggle IME states when long pressing Shift key; support discarding unfinished input when switching to ASCII mode. * affix_segmentor: fix issues with selecting a partial-match candidate. * chord_composer: commit raw input composed with original key strokes. * navigator: do not use BackSpace to revert selecting a candidate but to edit the input after moving the cursor left or right. * punctuator: support 'ascii_punct' option for switching between Chinese and Western (ASCII) punctuations. * speller: auto-select candidates by pattern matching against the code; fix issues to cooperate with punctuator. * CMakeLists.txt: add options ENABLE_LOGGING and BOOST_USE_CXX11; introduce a new dependency: libmarisa. * cmake/FindYamlCpp.cmake: check the availability of the new (v0.5) API. * sample: the directory containing a sample plug-in module. * tools/rime_patch.cc: a command line tool to create patches. - drop librime-1.1-BOOST_NO_SCOPED_ENUMS.patch - add librime-1.2-BOOST_NO_SCOPED_ENUMS.patch- update version 1.1git20140306 * new build dependency: compiler with C++11 support. tested with GCC 4.8.2, Apple LLVM version 5.0, MSVC 12 (2013). * encoder: disable warnings for phrase encode failures in log output; limit the number of results in encoding a phrase with multiple solutions. * punctuator: fixed a bug in matching nested "pairs of 'symbols'". * speller: better support for auto-committing, allowing users of table based input schemata to omit explicitly selecting candidates in many cases. * schema_list_translator: option for static schema list order. * table_translator: fixed the range of CJK-D in charset filter. - added patch librime-1.1-gcc53613.patch * workaround for gcc bug 53613: Cannot override a inline "= default" virtual destructor. - added patch librime-1.1-BOOST_NO_SCOPED_ENUMS.patch * fix boost 1.49 filesystem linking on 12.3 and lower- update version 1.0 * rime_api: version 1.0 breaks ABI compatiblility. the minimum changes in code required to migrate from rime 0.9 api is to initialize RimeTraits with either RIME_STRUCT or RIME_STRUCT_INIT macro. while source code compatibility is largely maintained with the exception of the aforementioned RimeTraits structure, rime 1.0 introduces a version controlled RimeApi structure which provides all the api functions. * module: suppport adding modules; modulize 'gears' and 'levers'. * ticket: used to instantiate compnents and to associate the instance with a name space in the configuration. * encoder: encode new phrases for table_translator and script_translator using different rules. * affix_segmentor: strip optional prefix and suffix from a code segment. * reverse_lookup_filter: lookup candidate text for code in a specified dictonary. * shape: add full-shape support. * key_binder: switch input schemata and toggle options with hotkeys. * switcher: list input schemata ordered by recency; support radio options. * tsv: fix reading user dict snapshot files with DOS line endings. * entry_collector: support custom order of table columns in *.dict.yaml. * CMakeLists.txt: add options BUILD_TEST and BUILD_SEPARATE_LIBS. - removed patch: librime-0.9.9-fail_gtest.patch * upstreamed- update version 0.9.9 * config: update yaml-cpp to version 0.5 (with new API); emit prettier yaml. * deployer: introduce a work thread for ordinary background tasks. * algo/calculus: 'fuzz' calculation, to create lower quality spellings. * dict/dict_compiler: importing external table files into *.dict.yaml. * dict/entry_collector: support '# no comment' directive in *.dict.yaml. * dict/table_db: 'tabledb' and 'stabledb' to support custom phrase. * dict/user_db: implement 'plain_userdb', in plain text files. * dict/user_dictionary: recover damaged userdb in work thread. * gear/ascii_composer: fix unexpected mode switching with Caps Lock. * gear/editor: delete previous syllable with Control+BackSpace. * gear/*_translator: support multiple translator instances in a engine. * gear/script_translator: rename r10n_translator to script_translator. * lever/user_dict_manager: create snapshots in plain userdb format. * rime_deployer: with command line option '--compile', dump table/prism contents into text files while compiling a dictionary.- Build with %{optflags}- do not hardcode boost sonames- update version 0.9.4 * document new dependency 'google-glog'. * fix x64 build.- dependency name changed from gtest-devel to googletest-devel.- initial version 0.9.2 * chord-typing support: combine multiple keys to compose a syllable at once. * configuration: global page_size setting. * inline mode: extend the API to support inline mode. * table translator: add option to filter candidates by character set. * user dictionary: automatic recovery for corrupted databases. * user dictionary: fixed a bug that was responsible for missing user phrases. * rime_deployer: a utility program to prepare Rime's workspace. * rime_dict_manager: a utility program to import/export user dictionaries. * librime package: include 'brise', a collection of preset schemata in the package. * new schema: Middle Chinese Phonetic Transcription. * new schema: IPA input method in X-SAMPA.thunderx6 15273666541.2.9+git20160226.df4192c-1.431.2.9+git20160226.df4192c-1.43rime_deployerrime_dict_managerrimeLICENSEREADME.md/usr/bin//usr/share/doc/packages//usr/share/doc/packages/rime/-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:GA/standard/1420c2eb54635a2a218f05fe207a44c8-librimecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=b01a4102a2a430d3d67b6bcdc470b3ff49a3dca6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=8eba5c59e281b67dd857658d786cb75912b0c608, strippeddirectoryASCII textUTF-8 Unicode text RRR R R R RRRR RRRRRR R R R RRRR RRRmw86)utf-850fc7b18eaf849a5c2e52de609ebbf76aca6d313dbe8d3b590d9a4f7d8c1e0bb? 7zXZ !t/(;G ] crv9un|m_Jz">AK꣼xjKW,CxZ`LxjZn{m31L7-rUVG]RwKer1E=fϊ?g^ͣ 98{F#m|DS% hU02j QCxUU&Yzt'ohSamPz&//F 1۝s͉o%B(!󚾁 dZX(S+o0z;ь2AcsoJH.pӲ Шc[v p1;1i [~B_E02tp/:ve{FFy&xn3RbI X=9y }6 dbOPU 7.YlamnP% (@+ܗnNUjGHxxD!PmI1-Խ+[2Hm>|uѭRj7G@Qd@l˵+?]y-N58HNWc6uַV3;paے`/7!^rXr(,]v [wAwƙ2WhofWEGWy u!2R8c]N8-a 7eT5P5ws"[z* V.xw DžX7$Cxf`+Ӄx,>][~ev!cB>y-G.Co;yDdOsM`v5K*(1Pp_!ܗurEۡ\tFht§-㫧VSe'?:th{ N̖kCZkҔVn3oj4$sYxH\j143ZO]^.}IY$/Uk2%40a<=ض&qk<1Mq[p ȣ,EAf_6vZhLP%c%ƾ*g)ngߟIDq`h/%&yCԫTsQ2Ō-9ф6ߵRk:>WNoEƔ^r!nYј2&/}e.GR{d|6,Yŏ\_LH#~Hya89L7c/݊OB"wVtF" ^1R^wpuIapY5wKAi^ /k2/ 389on6kF j@}xLvMrB-#Ǥk( /ry8dEvɰK3E;a*!vw9H!,MPj/踥;T3jBVJ-KߛB&q7}\J 3D5í|GT(Tټj.r~w=و~{"&ƒJڅ29 D,yiAxJ8 H5)P: ="*ZI7Ӗ/K9 ȗC8)ly\ g[< 1RC[1]V%yFhB~wY]g, K1nL{hpuNhnbLP{Vѱ/O5yܦ_5E* (نVNJnk&%z7*  j–RRק(F8AL)/A/ȴ-tl +f!sEZq"3kvu|;uW* z=`| \W0 `+fykRG (hٔFH](.3:zWwxѽ郈~}!+{RxmgGagG%yu=SSZS^?P `6V |udJI:v+ʒdT&| rImF NM [x'1 Wo)dJ2UHcs- X6ia+PQr mon,&QׄGh%_)ea=ˀB0-0ڷ2"9zMr}2pN{$ ?mYgGX;^\ڃcb+^{fbW yh({Q UıxDz0kDȍ8^y,w2t~&~(,RLsʦh(ѠbILfCO|Bۢ+mf&P\h[$``Kw'RO`ɝYW]|J.+8TwL4Nv suΈSQUtlSރǢ"ޖY)h+!r"AJs*|C O#2<=쫡Pw`k5ZoY[AAGrM\' )UQ"5)۰0VT PG]H@.#mEffq=0?uIh11dé"8f\/@K1#CS"4Pl_1V-&SZ%.,1i+T.S =g\:޵C*g+ x#LV 0÷zwd({bI;)tbEkW`V{)~Sn݀j!*t3$IFu}qء)8~?Aj+ NCU5,TPԖ{q6f&NlDA{FO~g;BE#ɔY?>gœNM*T=᰸ ٪l&u \ا*h#uo/Cö.xn] E,| up oCʙ\^?>> }Ȫ[IxnK(@"Ƌʇ\=43lc00!6WЍ5f\oy]l[;ֈ_69葷L3C(xD4s=zoɮ̓\kфCl7TmPӎJ*aN`?oi&)V7VjV5O+芎o7tDnLߙy“Z\'ǽ$/#myh>s"I-ԝ強3kaosLf$j"orl1S= ba׭r- `S?c=5 qR[;Zh5| Ai7]AcL$ !WJG4`o8`$ab"=\ + Y4Q:,JVYE4a/MɰZ+⻛O0BX% ~bv.ye]isy ,ZV ܃ ی6NJ]|0eSɕ175xnB?!=4D{"~0YC5J)J'n.&׳ Qr+$T_Fhtћ"áh3 ё,έY]{jH>4ڬ;FB!4>̨q;~E>Cg6W{ To1ᖞ>.'ɾa[F]`D^s$Csi(l oɘ*\Hs?c ^/p7Xiތ C(qǎ&OܹJ"qnp ʹu2s$N پo}޹Tާ$0Zba@xTO$4}[ҹA螌shg/_GB&nK^p#8Z6jNe% /u4b5U>iSq֊iQ$hɖoxm%4hr`u4oKl,5EZT*aZyT[q#t"٭%qN̨ޛrF Հw%nXU>_ ~^e&{>_RKC'" D/ڂHю8>F/> q`?lSaʟiێ$ $F6*ݕD*mR"=HP!CD˞+Zݗ0Պ7Po=8T?ex#l_!^=<\#6 æmL^9oyݮXA.>>.phOp,->Va^d&ujRf,lOjFZXtR|4/#´SJlAO{ Hw U%H mk41ޡ9\Xr{$*g@Gՙg>⟤[R(J3尃7VڳE[L>wxejmZgRC(*<t{|~##b)pT~2's{]ަ<3~;CZ,d)4 Wl|Y.4 P1Mmd' {/Xl{K!AE]Cw9fsy)?,2;b+2,`AĿh}XVre͑lxzE韗yYtmU&x&udE_~AQji^,"$**?+١&m XK0}Y}8ҁ"\bi^Q ^MR||[Sxϵ M=@o!tR/s/= OT7a殀G%xɭoID犇8'ëi@f╯w^މq;31;RF8 US!}+4'< _FU%0{F$BàTV'c4 j~GƮk'K ݜ6gVхX]B=w~GD˝&VWhAo3\tW;áO%,({uw7v\\X/@A6axVn }"ŞSş?3{0jj;b谖cVBKΗȇufڲzo9C?4+APwI{Q&𖿳;ċIJ-E 00uz!14,*=p\=Brt[ޖĜjm?ld \sZD"g ;SvA8rD<кeS"2[Gnuʶ~>i]/nE-v_% &ÔV~Rg9Yu Uu]b-,{9|0A 9_ Ys|=WY}D, MuVul%tT H~q3!Ռ \E? 7Kcz] Ac;|pu3Vu)FNJT?fc 4wZ`ha]*|*3/p΄ #A%(lizrffj3U+_.I/A@Fk/p9)\]QTd9ɷc!1i$o΀(UQZ)ӊl!|U=1e8oKvS҂\ESСu97,RP3ixH jJ]S`?4~=w,k F7۠c(`YER,uա_}|c|nT/'J_ ~%swN%.Fe8CpSDL8ڼ<\=\)P6X_F!x4i-$G9&lvKu_Jf`eWGobSU)\U7əOځ XFCzFғr=;sz߭EW$K`,(9h}M_}N=$2+N$r#OmW `n>g>]o,%xRtu^`HByyn)fc^A싸SlTNPc :r9D#whlNWc1ew7i 5gudXCEf}jiF;}#WJ֝aR9s(Ff~c_f Xo;#cN,a7.zgl;Ox?^W‘z_(Жgn=E|c|m⬮]i:ɥBQS凮^͠y <ώR5^ 1FC} lA3TQ#MpzN"_E#tM!龱4ѷV|?qPE͒a #1Hv2^^Bރ}9hYQ@+)#~7%Vb3WNDޢTAEmNTTـ91|vD"6ne)F*Bkqu!tx,Y8r8& 'EDTH %@ LI'SqWEPO){o/G،x؜;MR*Gg,Э $]&Lnso:YU@(3MS.Z_{FtVY1 J4C|ҳ~騮|g6SVqH2Rk9hIwwuDMٔ`Ut 9l\W,to-x7k71a/ _Q6 f.ʃ(WJxy{+o'/ ~u!NiӞttIw\,Ҍ; }\pS/,E]}lpĄXDõ2(JzM^gZ"ԑT#3` O qwӊlþ/:DDeG,YX8t6Nm%ek)JGcP,ZtU`Y(>8|LL7x[kK%mKGb"6L)ދI.1Is'" !=% )ЁM~XgC-S ئ/<04j|g9.~Upvd8˔lssܻ%2-Ry9;M rR/K4l ha}6_N ΌݒrM&M``<M4_KM-D:$aa{V_ktep׫7 PsLѺO=~K+:/Oʙ^ve[hϱP4sTqjxmD74FMlUnǍ$9jd?pS@̚iL"IqyujYR*e1SО09$z,0|Kg4$% MiAXPQX6_t9X&ȡMI;c:v7N%.T؅Ͽrα `>/񼲖駊rw{J߆i0bH52wҕJeꬺBg):+iHޡ7Xth+n$\қ$'` <( @lqٛWObTI -UG \-g5#y\{&ZCeF"+$ӎ&lD\ U^tnՙNl_1"w(hw&;%'W#w.;pP}&PPX.˩:tgpĮ75%Cl8KOQ_qtKB;>Zkg$P>= "of:B"9.p$KÖ !1b6VFaSL9oo*N(Ts[]@?3E2.ddfwm/)ʐKI2S+FL`F&cI5޺̞験p ,m*8yp )=F "MpȾi9p8Ogɂ-arerbv|IBƇuGe&)CwXu$!z cm^>r5x*rj_Hyќ/[>&s+n)8@]/<%y:{Z΄w#.2Ȉ$ M`Kjr0. f}}_B%۔ٯ1U)Fw݁x~踯hXQ]7qS^K-DKaf)sb|yHhɹ),j J샾E f&/#摊wfSw-H5Tl}]۸D"+mdGR*8c O?-Z;Hyo([0n^Gq3_9ΓQ4_PMlҠگѵ ;.\;{Lz*Ff Nۼ=!5` ;]0FS#Eh \iZlBUnjpILg!iBUօ|%k `gC)bGԒٴf!/ /.zaC,cJ0 NR,}f{+㆜vBgv"*^@k M-#lAoֺLF#G('brUL:̚CKq\ s]nH--[V83*mF>SsydJ/zua)̃Ygd6= qk^vr;'L|P@i4Sǽty:p-|xh-y Bʥ+'+o@*: ?TH;.!j}g/ }Bs mOZ'bAF9]꛷6-'h`SBق/+j`_u`IByrTMyo˜nȨK~t{o%M1 =~lFӿa|zb4S)far@Йʂ_g7J>5Q% lU2y8!VP!pWU7h;?!ݩ6 D^ ɉlOQ,A

p D Зqgו2 *W5"vv?V_ٛkԖKExٶNl\O\'N"Rgo*%_Cp.mPl{-pp| +þwN+/BͿ{i7rF: `fڴ|V*|FkjWJ#ÞGh#daL516&KK>16 >Ή8OJ|0syV2 *XM`ez3{\۪ lX'Y9 JyB4S1Iln6l^A;# caVKhf^:04߹@+P" O(wu˞Ըn"CH5&o- r1Ԯ2]dGW8LQ_o-[4 |ufS"2fY=%G&rZ|~A/]1ҍL6î r콺]#' {f6O&ͮh4ai.EuоUG)ߒ|9L4|JL|ܪ7_KQ݃5l]FNE Q1GDa*'9(lp;Mgq.RI[zb*b i"@~+W,M+E7fzVL;qtє"c$pKC`[7(T 5xeTf $T/Cʿ-ac[@~X0"\ Jɍ8lh^6q{Ui@!R+HW*oXp}|mV %88)Hiư!8ɍ\셪6d߈tOkv@9 'alZ1zѐEj#k> .@0C n (zToPsRKm Hhc*tAL*!]iPi1uxYuo`6 \NH:aqcs? d封Nm1OgꄞM <`‘|'ld'#1W2yx]^-! }< jEBpʂ(VO{V# V?,ZjV}= =MQm Gk{_ }@ FOo ݺ(@]-Yi`ؽgAuyp{Z/GF$ l(#}CKR~pچ& }Y8mhI 4&-?XPj1OGڋ vR̜]TW) by߅ny? H7N s5lYZru f@|~i=}8sLҰU*W3:X4֍yRyn !4ݶR-:ʠ0tɪ*Q>olҕ0@x=XD']$As1x`!zbwӗRt0v`طP}X'*'uL; 1 G k|d4R6|܌דpca6I>Q,=Y%J;օ8Z6(e%NY =3'2x5=.|{XEfӖU}@+cLJBSoߜ$QT;_=-Qd8Z( S#;a R̺WuU=mI3xe2=/,"^tԒkMb#.KFK:̢\e(>~A1uy rH>[mEJK D@F}gOi?vv"u:U172y>x/8ISD+c8L=^˅6hZ6a$X0UAe+Fmd0_52?s~0谅GVJ<ѫbAԻzxDQ dRMvpžRЙi 4F 8WG5DU킗wK߰>Ő*7>Sm\|t?q#*{PiAXQMm?:I{ JZ5keo1#: mऽ͡tsrSZ [R*Q7+1,ppu!o$GHnnE8y陠yySfsYnwk\%wz't #h(@'#ȴ+|^Jbnx' i h+^ײ :N=0._,3/!|w>ݹDHT.^ݜ1w/A@MM!㾡rh#т,qUb@VMFHvZ틭M3h^Bc֥ZDRX8I`Xr2nynK8 8sϩFp)("~y( -Ȫ24NJ`ADkg^%<ﶛ>c_ t+H_W.J vaGQ#oY*狒e@!kS pm!% RNfX<<[e`!9 6gf|]ġ*P v5][D30Ez y͌aUD7V'0XK4ZQ{ت%9 v]]&i~Kߤِߒ^Hu:y@Ug-?#zl\)`̲#:4;VmG`t6͵ %.V\m Jo-< l7S~‚2F bVg,^[TnL z6wEo]ǽ/ސA#w8H%RKv*%nʌ /&9^%@ ?{tv^NVm I'*17![-( Ff-_di`s7`!3@u#Fh)"4]3<7)|cY -=pw<`Dd0xd" b4$>g8KV`/ڻck˲]8" ^us\#/Qq^s̉d{yw"qdR/`:쐸7*s(|A?2yoЗvYTܾ"DKɽúJ5SZƎ$+"e0-d2FkO#1\|(@Qi5btد+s@j"gʀaxںCYMF:y0dNJrƦt 0oTUqep6vYHypIJ\"u>^Ҧ,Xt̴v`TA0ǖԼ\FRjW0aBz2Nű-VWM#xg> d+v&ո"S^HI8'#{4S*< {j鲯&Ed-Qr PJ?}$:;Ro2rj?A KA7Tl+NdG#k;;ZJ@},0 i§k봖Ԭ4bK F_K)Ծӌ/ #sSZNs<ӕ=$+C\ixW))?sLK̖AZAr<Hq;փ1 h}n1θ4fPxԻ_^{C2Z_JSe׺NvV!˾D>>l0akN [&}[ )z[ d0խCȟRR5S@ltA,)ywUˋtP-\!3RHWڒ}}9L3>1W;POb@ix1FBjuWQ˧{ Z$Ž&3Z+C%eYZyg.::Pf > W;)WlSY—oǦF)2~C[fW @ q y/K6 uHDڇJb$.uF_X,r4ЀYDu+?lR.%A&dOVo$u-^Y6nS>(Vq+\_B9;H0ú/cX[bc&Z_zM5imU뙷gW+@Fhb;VkCB֣h~ z}Y'^0Ia{)LM!bg?#$_["8Sq3?+N,] vQH\ӏ?_ q҄a2T$fK^RX|B5x5ZC K{Q`+vc{s'0|f_~C\{RXpEi=j27rtԾ>4(*hd܌ gs r_tEx[nJ\'PWDJ6.Jz1d$K;[bzݖsdFVW@M k^_ϭү #AzbɏP㑆S{.CccJ`l|WsT/Q2\kXݘpoRrI'gRrU?xAgx΃+דڎk -WJ 2tw?A{2U )