rime-1.2.9+git20160226.df4192c-1.43 >  A [ p9|cp[ޟכ6>rցVn qj|vH&ˏ9a G0l_$W.g"?ȼ 6wti?rMO} V^c 7z#D_ Oθw *? hM܋=c ?`o[Tcb; na}V(gk \haZr)ݢ4"@8`߅ "fM2fK)Oyp r15f75d6b3d7b1e6854d58ddfcdfecbc02c07192c8c69e5e842f12d907f2a5ccc0ea8e1c251cfbf56439f4000b9498491e55363abx̉[ p9|J^`NpRI::}k+1WBMjn$;91DBhb'jNtEP W1T7W\ _P5VDmA1P=|虝=v3x\`"{MR)4!֘j-;K:7Ǵ"@ a_RGh:CjygEݙQ1 ga]+t~9<L!'JO ">p>,?,d! & ?:G ]q     .`t(898:8F'G'H'I'X'Y(\(@](T^(b(c)ud)e)f)l)u)v)w+x+y+z,L,\,`,f,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.[ sheep09ySUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/I18n/Chinesehttps://github.com/rime/librimelinuxx86_64h A큤[ [ [ VLVL7d6e72be38b119ba78dc03721f5fa6b0b28ad0295d6b286310bf9d41bd81c95a63ca36debab12ee5a7396249bf07d57e4c7ad21420c8c4287b3f11c36e648cf2f67d27a6d2d586fcfed4b4c886a83747095396a39b6641e18e855086be2ec40059e0fc853a600b046da621ded828050ebbe5f0c8709636b935bd25a1877572b7rootrootrootrootrootrootrootrootrootrootlibrime-1.2.9+git20160226.df4192c-1.43.src.rpmrimerime(x86-64)@@@@@@@@@@@@@@    libboost_system.so.1.66.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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.sheep09 15273565821.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-librimecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=4c8825797af165d3b11c484667a27b0240391534, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=6b55303c2ae72b414f9150b8ff7a9ef85c59305c, strippeddirectoryASCII textUTF-8 Unicode text RRRRR R R R RRR RRRRRRR R R R RRR RRUWU SQ?k^utf-8fbb203825827592812a4edce5fcec3529687495ceafa9ffb3720f6522da592d7? 7zXZ !t/G] crv9u⍔7(d^>| pge(DrbcM;d Lҵ:slv3Ҿԃ?ϧꮂz@f*:u~k-aKH<ص_*{DLJ׷ɟkGmS=5E"ܖ}(9z#COMN )38֥C"Wxve`5{z4.4FaR$k촊hi&@jەkPZFY2+[;? qDX0Dzlmٙ"Q)ȷ;yWx䗑 0IZ-6hY"prFUɕBB޶xWL4̖uǷLҞXpn!*/8q`OƐ<֋ /D*yDtN=PFDZ1up"Hwћјg+ȇz^+eA:x-ip WwYg,B:X|mpr(J_$v7+lE *G0QJ!q ! ֮Re Hn%ٰvb9\tfVG,bz. m Kou-F@JMf*63`-KGj%aE&YMnk[y2&ի|dta]J&k %R]܃F%d~,{K)0'(g ܳȹ眀bJ+@~AF׼IEe{ At?Bbe$O]UBT )P=[$-{Z-K39"|jzK5(dA:eseA/qmfʎ,)̵K_+Q#7MgUcx{{aF ~C#Vu&`{fVd@qwzdRt=k@Z/{wɿ Nώc :ӵ^CwR{yNn5 UNN_ t B`(gǀLV_d leUH1]y8Sd~Cx/_tH9sy̘DNMܒs  .Cy`%7_Ll O~xR]_͵~'E/ YqSOsܫ}JcaB9*&Il+e#\gڒ1A% h#'>XޑaOq7}`m`P+. S0'x6 \u[;;&>2Wz~sxꍘg kx6=ba+U~鯳֗9gUcmR -3,􄥂mF x[6xPA1GŤ._+)˛yZ#ĠYLI=qb26Utyzd`9y؀ޝOFX7(Aԋǁoh UO3!07t:YYbѫХBX 2.GW"𮶅yq'Zu߀ǫd. ^5{놓CViOnr!<+Y'l5PRGo{)}'ٴǛ>YePK&, lDH飼ȑC/=-4r܊Z'$hХ`p0 GR_%@o5=E,MJ'L] B6h s0fn1ջ612 *om[ ^Lf"k8ns%b۰ 5C-4@9q?P = )mN0 / AϦ,qn 4~ՊM&~mh2qu㊐1XWLDJhktV=0_EV: s{3ի;c-S-5ysIւM8C|ċk).\E&0\?0ǛTf/eӥj)knaүsu Ϫ.%B~|AQW*֤Wx3j&5`ijނ  3:u~s  sS8\aX_̛;8VF'@ )yQ'LսP ŝ[<٥YPXNL]]&`)GK͚8&5r @JSd~H# F}F'-G|1I\FweDąLLS1+AOQ@Ha.U6E1Hsr; 8&kHnBGgd N Sr1lG j(3+Wnrk?oItL*4k(7`n057zUbUy`SNY `><]R4ʶT) ޘ!^atCe|t4D 038_dP$[[EYgrrϒ9|ɦ J{^|4 qrOC%CCR'wG"a=xLWPŅm=<rc+@@M0ݿ QrFf| -?7E7 _Y 9kZ*2@{:Z;ὅ})~pv #m7k6*ԣqvVH;Mḁ®VXwW[.In/`lᲐݝ*%1ѱG^|0 !@~uzcózqZyF_,KcjЙtvaGeq0) hWIgƝ hmimࠉ\F "IN>0X`?"DV;d{.cunR(yFr Y`<v2w-)gGL޽+! K.-VH&Ob^6MW[J*CEiޔv'mˇ$[v? O26u uI.x̴8L{#D `?o9ONNzsx>WNԁj@hMiG4:=Wݱ2œ\m+eg ozurX#>&L-9**׉ZfIJkЧf>Fn.E5脹͵(A)ZCjB~!O K,|B|펊X}*,\f&wX!;L-Gc%ENC9, >֊;菟!rɀf<_>I - heזsK=s-7 Cv_XyOz?U j'3b~$L+^a|.jJ l@W_z4gܱ n*?[9,: 7nIj12%51DŷQco z\VbZqh2HcRИ>)!EŬ'\мt5oohNVN<)E)+!'b7`L).h_0yʵ|zɄ[8ǎrH(;ny}~L@U{X0eէzj $1Mn1AvAEضP たAKR#p̤J5OÔΗ1 P /+gsΊ13\ +6Bs8 [g30W2˕v(kfSs13-+9tW _ո.RU!ZR׼^L2ivCV-4)J-- O/.Lܝ.V{GSy?f$ %H񘕕x$i u:Jo UM2\q\xaZW8/q6ZHTbB_7H rǪKh.Z*8JqF{֛puT9ퟣ|n*ERּFh$uyI?&#L<̍2=Г2'C\0^"Yq$]+OmT 8~{A)B&_hEGW$/\n_`r-\٤m(N]X2 ϒ=y< B^*13ٰ.}WJ63=MI!+M|MvKݹ!}L kf/uB &y,~CeCIGTwMth_6`<L\v,$[4$xF/h;e 9U_E"!!m`f'Un+ZՐvu$[{LTC na$n>ԑ`M۬vS%ʊDLHVQrN;6)g;ײФ`V Ģ}AȾ$S!ne>/ F9$ tqe\|!8=7W?8U ? 8ItI瓒欙.u"ϡ7N]T|Kk-:DKbD-Cڊx6I!1Af mΖƇ7EK/† |u&(>]Q桀KT03*f:-;tT|o:v)Zj,P lZtedZ?{t¤?Wf^8uKOK2ӌ+v^sqg=eJO,H_@p頹g+>(\7$ UΝ|6VV p a&q`A9y$!M^;jr97PiΜCyݟsiV贡r3_&e!|P8Jڣ, /p݊)? r]ƍOHe7i;s2lGn$m3[87Klc:P/jc*~Męt!&Uo5}|]j"_/oLvr&L6Qb` ޳a pG3!Nth/TCsރ?q"&U4T¿t;&P46蓼!ŎH@hQ<-4RWy`)<{(HRKBEZ\u0#_P+soqkѫHpd ʈ2OASR 55:ҮHŠ=,E' jGo}Fzs[?̴$-`V9A< :V}]QHGn`R#~w򟁲I~Uh$&HӜ(9ss1}~:q,j$/_A"rl'rxkFK!p}2E#)%>Q9Qk=]jz Х+;w*$x_  ήFBrEv,CAS,\ïrqyF:P0Skрd!,ًΥ}$Ow1wqv{s^HŀDY b2^s%V _} |s#uRdS̈́HʤŮ̦X`>Kk'sp8XvЩ oog3! qʇQЂƪ=|ߍs69tM 8к')R؍W5CU[zK*i|LN3&>h%m[> A')MAh8(hꖾlG*C~&_4p7Kqx/rs_1@?G)%i$GY,%Gr[7m?~4 7ݿX6qu}s@D|!ppbPsz}O1*4b0Dfzvx`gtrW ӵ-1qu uø]#X`?MG~bKo hY1W81Sq~Z Z =+-+ D]q9XJ5 LSEn1oUcOf5r}X@eI Xـ1YϵA n}S}>崐("|u%:HK`mP btUZ2fvl"#9Xyʽ-9[8/`BiO 4_=1S%oY:84i,Jtvn+] zI栔n9k{ۚ/6fcatlM5&;dCqmR_KoJKn2/u)gu= Ȕ|B 7b tY2c3Q&+y}ipK‡ Tc:#D'I- 6̅AVẢ/2`oِ`)F75wǭ&) 3~`(ۉ#鞄nHlji`&pn;nJZv21Fi\˭{7So[1 XՂx¶moI֫|B=Ơj-ANEh۹=ш<():ՠQX}Qc1qIveu%]G8tsDKW+zt@[)՜E۟k Mnp\xַ ЋN?;ALAwDڤDc[(bu|Ƶ$l|x$/;bVo/=(M˸k\d jVh<Ԋ3z0HkAd~vx4JKZ,Z0v_CS Fg(" LKl\U=r*o1/ :]3roYt1i|H+s4+~(6C% f䍞YUz:U@h (05Фvܯz{j=0 Bř>⯂jB,:ARYdtuSs?=Pߢ^._k+`QMY$A[a'?ÜflbZwW$64U2h2c[]Ns,NRs؇A82 ˷ 4í/m`קEPqvԛuHT>wMB oEb:a@˚{wn#KmN`ݯNR53u#˥l(0} a@Չ1eй}kͤs|EVZЭ^}QD@j*H$vN;ݒ$s 4,# rXcewK0,jYbI]-5o< %*-+;?W|_+/Vצ yJ2%z_GYDLەO6RN H\(\PF7@+,:"x(L89+ Ơ~F՚`?%.m7GA E;BXuApc9 L=ERq;qo`a+i`+?;]DJO3MUin@Y)xMè3'B6NV TVgb%.twک ^QzEls2x&;`&+@<@1V%5C>i{rpP5!'9 ꧴/I{Q;;Fsvw ʝC;IćafCQxWӛŢp.VؠJ۰e̟sL&_$ vrj9${.2^ [IԠʜ{po6ps]1)KVmlTpU䲥vn%%F{~ҢYT4GS*qkX/␿:j֞8b'Lo]櫠fx Z8b>D,ĵļke c_n3wE=_Aq='u$dx=<Υt >>j7$WbʆăiS]#I`zpכ݂ ]! ʼzhN0לb~XN w2!,|B* 1şlBP"F~ae4#d Zؚ\FB[ۼ+$^fa Ŋn=B4Lz3or2okE3]݈v^qq4|0-FL+{W`׳P!3bB"FX֬ I _Ñ(Hu8Ğ3"N_{e1V+zc/hmzsV !`Q%axy{Mba语(eo[ٳ(mY؊u 1iGFbA'xAI_x|kIYɰH^f6X[&v|.4(`=*6oК5-"bN4F'(_̶D R;% tSPmˑG[ȨO}ejTwCй4+BV"=@<߱GF~$3ײkϜC?"Z~F[SB?-8I<{nÈAÚ1g>UZq8 1\\[*x|TI pzGRyv ~T4rElozf8ɁVQ,SdKa%  |&Z)ĺ QNYwWeCy+ H3`{1ZqI!Y㙹Q$[GiͲ_$l QJ ZZ>mpiNǺ2ev ]44{<5'>,:Z^glaFm!ƶJ;w?+7CnN1GMeѲeKf}cO IC5 dud!tkҰ$}E+^ N6!gFw" mk -}i>Wճmqbq#er,x aMaUoB Q3e¼PJ2h_DCL~;I2 xk܄T3Vzfx)Wms$^oS?^w[@=PWXqn\qSk!=g&u4p^j.m)FVhZ\s}C̒S@n카kvAq2j=.(~jszBR O{ ̈́]u,?=+f?6 Q\#c[ |y->bO):>uwUp6Xa-!z K/}2V&4'5؞Þ!&n6Г.)|Q`~_J].!eɄsfӮKW%&zL\0hÒ sCp$æM˃܀'AͶ7Ct:S%?[zuXdR5F(gg]r:ŏ}ʀ͔^ K*J& l򙬷?i@䙍kK## 鰛\giIqꋷ;JOy PQ|mp 6gt0 ɂlp5BC:_cR1,mR H#bV+K&d7R-(.0_>[p\2 W!<]mKctkrL#Ūwa0yvՙ)$ װN9-ɁQ_3{Ԭh#*dHB-rũ#ҏ ߉0 8̗O&g-3\n+( `su}O?_Bnd ʈuyh,8`_9?P?+KjOFYˢ{ VI&b} ?hq$mY$RjCD&,LaY菓UdEUd0Y@%ԵٕzqJ\=ñ-;̯) TF@%n_r1ܚY S-X3+TtYU}P"@+KoH}UL rΦၭ۔ȇY;4u;*gf7] wԆ) 0$8`(GǎؒҜ {)Ʒ'IjTϞyY}Q' l^I\AR>OZ*\U;W388q1lV1Bgl;j 9?m#4 [,`݋Y$FF-t{C`6ۯՇ @60§zk.:wG}3< ,֡B"-5/Dq$zKϨ(Lh ]Py>Gf~XIym*ۍxun(Ɏ'vYeTe|\9tƃa ޱR,p zf>U>Jf)%}5`- S׶zT{3Txq׾+Mlg[(M 6Ìw87H@nku4 KO5քLxay[vWs Y|4|RK2Cf_ޮ\f3EYgW'ӶiQU7ܼ {{[ՙ,;;]1A;)!@*\L7 "E8)_#<_;G &%F|)ޑӿUqd;ɖ+T̻w lcyb} o5N1DPXWWs+Kt4|ޡ'%RGڽ胆Ų@V]4d0(5EQv hh|y?j{crڅ8gmh1!_RVBFe(m(Q ho_̈ ŗY XtpY)ᘝ.xJy쵍5&ʽx[F+%闁нf,R$*CY#橥ތnA+ZW&@^Za6}rLjgYUCf`DFiٜJr'>LFu{0oE3V b]׻Y𣏕*8$NKp rqOh75{ GNEa/ObOoDUE.{A&?S;1fxh 1B܅Cb%Bb a:Z,<W!%9;6WRJ#|1efRVxp= # P?^t)_~'ާw^G*+cȠ %GJcI%iĿy;?Ak^b'al"VnZ# Ecf"MU!AR<۫ZbtڄLгΌFk|8`nuҚ~>^lLlblSy Zh=伮|m D+Du̼7v/ω[ *D=D+CꑾGf pd)]'5̎=lO\67UT]_ 2)> k/#!ੑfl/n& ?z9xKC,~ e4I +ɜԚ=煶T(kMkyQKN{;. &ثƎ%TLW֫B҂m:UlKJKUȌF"K!꿔o J(QY5c5\A1Z>7.'hb# o~+A(Rpc)̥:Q yC)2SңFpՏK CC18antQ?ǎu֑[:jVȭNo-6O !1hC6]:vFwYk5ӫ)m/;.iהpu^V8R-ڮEh|q #RbԎs6Kʥǁ}Ǵ jC|q'Qr?څgj!3 c0f2_ʸM/0RVӫ)ɑ;=?P "Arj\{B)"0"*ih0B(-T=oQ\fM|D]]+P8U:>R TDLɛ=7$r;b,ܲK`ϷyҖYOl4+WU;K]p Q$ӻJ7W:me.Eu eer0ELXreBVIu@9YB ,PY~LAKvk@Y!PkV" !5с/Ն¸lUj0ml3ꁑvۙTT[n~Ez2V仉#TZ#fbg}7% 5V<h%O2]1B=MHJgbTBGTAXm l,b? r`ۑZ %N;WLs?W;R=,`fe7tLeEf_J1Z/0O5K~Rٿr uwJ* 3 `9E\lnұrL)vtzD+ݯdL{k`k2GNSolEafw<8>1 XF4S\[WEgV˫ﮰV$\lKSoQ5~[|褸ȈSZ^cn-|cM+7/Uo8uK#+_hOq)vї~Z Nˆ 奺Gnڢt,+qz7dLa,0o+3eN{]ʊ2u]ٷx+`uqi&]w? qGc jT$۰UElH 8gb[܂4&K=]г2AzӛOlM91;hY˘C8ظy&ʘ#rep>CI248ʉΉo`R,LY<1Kb2Ef9izLPKI7 A[(>aEPȀ]t;d 1kBH@뚧P/ȇA%W"GdÃĨqrG@Tt왰z׋CSf ၣ@MAcM% -uc S/G=3)-{q%tf0Wb@}q!̋T4;(%| GK)||i*414RHC6'i[v_Yz5.ֶ  )|i`TQ ktvH8XseC=21X{_/ *F"5:&VôPX-&F5nIKI^ [ gOh:eFa)[b 5=jKcgcS5޿/mӔEx^LsR\QddZ|fL|U!t`/l;;w(kCA]Z`rBivs^QL b$#Px~Z@#j?ah41IǸsSǗ9c9_:Xcf>jvq^$ܿ A39cIX1>X,n10X~a(+,XOΌđG Ӷ YZ