rime-1.2.9+git20160226.df4192c-lp151.2.4 >  A \/=„VI+U8 S ÂҴQ:+ɼ*rQc0}]$hko5үZ g-[n8!ȓV#▻nҍ.13Wd(3rp5A3o8&c^fO/pRj$2m>5 5y-L/.2J>|ZfՌ`~![]Y9ypnE6#~]²N=KWI+ +R2335e88bae83a0d46b5837060c4e23d44cec6741342f890c02f720642c599826348e320573d94d594210c3b6772094230ac12770x؉\/=„d쀾؍QNlhKe[Jv"h3,D:K\ )!҉,[z9!F\Nb T;O޶74n y 6w樋j|p>,?,|d! + D - G[{     L`t(89$:$F'G'H'I'X'Y'\(0](D^({b(c)ed)e)f)l)u)v)w+x+y+z,,,,0,6,xCrime1.2.9+git20160226.df4192clp151.2.4Rime 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.\lamb21openSUSE Leap 15.1openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/I18n/Chinesehttps://github.com/rime/librimelinuxx86_64h A큤\\\VLVL96a1232f01fad7302296e0dc2e34f253e80290dfbe59268da782d0294edddd97540635d804679a1a9fe127242abf972f0408d5994d4d178736d51135cbc750b3f67d27a6d2d586fcfed4b4c886a83747095396a39b6641e18e855086be2ec40059e0fc853a600b046da621ded828050ebbe5f0c8709636b935bd25a1877572b7rootrootrootrootrootrootrootrootrootrootlibrime-1.2.9+git20160226.df4192c-lp151.2.4.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.lamb21 15528119831.2.9+git20160226.df4192c-lp151.2.41.2.9+git20160226.df4192c-lp151.2.4rime_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.opensuse.org/openSUSE:Leap:15.1/standard/16b8e89a5ba7aae38099ae69208fb61c-librimecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=b89b51107f838cb184573412531542b52155c631, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=e0fdbe93ff73cb016c0ca3a0a7bf694ab446a807, strippeddirectoryASCII textUTF-8 Unicode text RRRRR R R R RRR RRRRRRR R R R RRR RRyA;n4:utf-89800404e7f4e23dbe8fe0b98a6f73071a07a6eed0d08428cdedea3c67606e86d? 7zXZ !t/H] crv9u@ jD7Mȫ̴ ,[0Up](QZEY]j6*u *#?֨^}%6s{PS?_bH2Sg_w K; kGgje(nkҖڣ$\=ctsWm Et2687h9nwj:CޚTQYPMY{ZId\Ћ7ev}4r~@k}f:Gْw\[8[LqqXaHZ5Kqk>ǻ0b;]U$I*(YGyɳuyL6hs9ϺdYdΗ*= |r2||ʙ=nB (L&>/c;ؔ7G"D$\oúp;Gź#Eq} ˷Lp?'1 @܌k/~u p@(^V _i 9AI!XDF[CrIkAi ծ {f@rFJ 3x6m6:1K:bc1r^Y1'>6hgol',e7X N0J$Z_gP&A(&2sǦ/^TM|0t  pzܓ&Ë}MJ*A {"LM[4>Y7ېq\=ݑޞ'dOwLN,O0@k FAԃpx 5eX4wM&BT{YF> IZe8kQF\A)ET"F.$ۜeW "kt??*=m@.2n2g;НW# J yzUHXi{b[148 )\$AH!X8"g1KzA5[uEa!;I7$Y RNA?WR @"<$mZ ;m G!_ZYBtZ |htV?8/.{LyX&z"xP4cC g$6"ݱ~|!WЈ-&ey껮vHԿodY?IBDZxP nD+x#ok8<НLN 7H0"mv- ĝɋ3_)עg!u5=GAN߂. 6!(U"1kS/7@8tXe;2 '; 9e%Hpa+wK-%F&wP#J4gxzyM@$@ g_IY}> ' jOFM"#@4P MaHQg2HlM㍅pϣoEK!PEN,괨Vx6.\RZ~.1 G`9 (D[W{*62 rМKsdG a=x1,ϩ 3T@gl~$ &lU4u3r:6La;u$t|tyQcKJR`Ӑ M-KL~!4}όƠL Jij/9=)m&?0v6tW ԋMi*㮇+;|,r͟WPdksUmn ۗy\FmP2e&3J`I(؞dx'ӰД"phӁ5&}<' t4Xez5K>IvT~3(^K`aIy{R&9_ww8 gۡazz衚M؈D!AX,çTOqLK26z? rĪp^yrcSvm?'5"FlRǺtz,6ᮺF5kg_}9o' ٮjBGTcgU(By{}Y/?oWdcU;P Q}yNpsY_LU[&@M6 r+3JZmw i5*-]G\jU87llN<)Arb-(Ë͕*%eUwzcQ ng"ZSRxָH]Zҍ|MXx)iYw7?_H!1x11Kdaì<4GQTԊ ̄)m9_rTT0K꜂ [1-[.H_,5x863oXt9JweEЪarR"7`ˆ!Gi%1W+ VZf_ i;ݍ4T6XH<ږvOk:wgKhWK˔}t5q1B+3ߚV1G:}Y?)#D"e s~)` J>Eٯٮ Js)^dO,=wȣaK iǝz W$ А^\Ng3<<87[I¶L/w |<>Xda8KH!-~5BOueLjhYy Mn]%"NM·;B%:apZ }6? g@WmcJp zsϏ1SX.>gdEa{1{qBSS;[܌-<9ls!!D};uvaSdeָUg*P`s-4+,l-;(-o8n7CzyW8: j DH!܇ʟ[ BU>y 'tq%Phnb B "0!SٍeA & vZCEOgaS{a,L*,+v9s07)J-<"˨5"Y $\ >0mXV+gږA@M$\>ķ4E$Hwۑה>@DP e@;6R;CQО\ Ii6*t iQ~)h_ za;l59w ԭw"֎qvmO ֊obC }OZM 'N|˗cV/EQ c#J4Bl}f9f&{&1'۽UR:'Wf͖]+gD&Ӱwbd%/Υ f:+fjM }L@ .)<'EF\LDYeU v6ΫX$A'ԉE|6죕q7%bU16V#KD/@5 p}pYĢRxסR"#%8@j6j;xskxr´f'䕧 i2dI93ڍ׊QC`" iظR `+OLU ?p;[, :.c 8ͤ@,spBs_5wiFsާ%x:αMT,82.a;&K5YR4s7=?Ruu4miZd, qGh̓q8C3-gԞTj]W+7eQRz0]b#t'Aě f XNS_D'Cʻ;jTOi4ؿGw4d1Omc^E Ҫ̟[%G(DO;?H'/Bp,P䫓kgYt/%Fp3Dگ =5 PSu 뷱q`Or6hf4X$= Fb l6rnjLG5lzhz NGR,_;mmI0;=$郴lWnkKQSX9|q2µ:z(c,#l]nOqPη}QXU<&LJ$x #+ue~O+5m)׭ru\@}ߕu#*(?3G/ݑd'ݚ(Jk[ZWtc}͟/rY8ZHw8V!IX=8(8EBEVxU,#srBu..Uzg@`¼cyL/FyhhUq*2ф\+Jr0<-ZsH;=^@7K6Z/L}fXZXQ.zW̛nƥ߰"p,Z޳/azUm_? j#Pt) +w ҄bDEUq%CK/?-h:ӤcK$0if%$q(sk frA2}$`ЮW=v].#uR㍔1= qECS\/[ZI{f{WddJO9Q8Վo`*RbۖMX_@}vbj XMd 1Z+/:[z2U+pN)IN5QRuG-˵Vޝb4"a""kiҡ~/ wep6VV2A'ٿ LFP$-KЭß+!dUgzQj*ԻqkNP2雛(2/b1,4gu8lVgĀ>vt쨬bFOi<):d oY<'XY~Ș\dOXLտ./.o5ai7)Zrz?tF#+ ! (ύJUArA-((=[Bo?8 ~tN}GK):EgH*vx>VϛJ&UA#`Ai&鲡m2ݖ%ŀ^y39z^@B"?l%i8?=̮󲘀~=v,BK\qst}8_.l0GQcD(/,ǩeZA$yq10V{[7UFk &!xJ~-HՒlªpG@gWRXMLC\50p TUːj)+[UwbėUN]#H"92u(b Z0)PjoARSES[.lK#8Վ$쀌4z):o'Z xeG2l dKdk5#KT+̒"rα1tג-Z Wfg,|EJXsѲgR_ v 3GM2X"vWݶ B 3/Ι\A$y?x Z^@B3MxA饖<>04{HM)y[p h7J'\^e gG=335m%X0":l4h(1($@Zw WzJ 7& hQq܈Y:Mh8L!ʨZ[:ZWEAW&!pD/j*=(vGf&BRUI!n&hJKtpQ+r7 uXd?{춵Rsu$ۏ&oz5;^DN!eE 5&rxjc  "Ȣ! =+t\0ӊPUSt>N)hdtO_s04FLֵ\z(kBN csU2xͩbAF#V"(HʬפS;EE=DwW;>+#RZi,ŷ$9⭛ęd/:F8ʓaHz;ЈZ,ˠA#e3s˲,ugmGblS3LxoyCsF7,3J=N4s߲TS$^&5b" \]OԤE$4oPv'$6_ leXty оr'0˽YN¼/UD df!;g3UpG nxi<ڈk]'37Ҧ>3_81(0-fQ!T0I?7&yе}h% pj6oyis_ڎWv-\$(t ?&[^qx>3[kA5𔡈Q-qn,T.VADAR^C3^XgvK[4@ZzSVfPLez zzTC7Rs-(daFД>YL?,XQĖ{7"6!Mh!?x %yXZW[p3p$u*>Y@PjL-u+vզbP9TջB b O. D 8 P)_C#wRh 򫯥'UHvr`.Fmh GRhK#@|}3B El2jB>{YQTҳRt=ʭnrv0)qSmgy"Áiq:x;Ǝi CԨP1kzFX qt)mԲkT~ii)w&=N]mc"`%Բ:Gʼr-\Mm>5 la$BEgہ*jn+fdvwTWdc-|a eGyw.e[!5'wK='Hwu?,G=bpЈ{7 gLm1 mq$DJ3Jőp4D"1@|8#E݄cs0F|MEvBwq?mC0îʤ kp~N" ! uV]NT #RqlL80q|;1/j8@], V 9]2k:?32'R p)K A d:މ D'Ԣ#'/w)zqv5ho׹Xx:;QL/ 0=*Yр)3V;~Ű$7"V.55?cvqgQo^{1_kVKLr/UIXGFD$wgIyC{\ʞi_r* -BQ?)2N  wP7 ^JlcH5h#+%`CH)$RQ ƻPT|H4xT:1Sa.|fLO'N_¬6Qn3# K2oZQi,rToE>.7h|ݼ؀3 ϟ $||fhiZ݆I.lYss6BQ.!VE qV-PynӬkNd Xc 4&YVA֙@tiZK}DZauxAG" @je 8Tg{h:ߟ&q$T—%RCR}?rΪP9Z&q4V1s4FŖ0pSLYGJK_!O]HWwI&YpMv rH9@/G&e58ʋ?`ʔ͜OSSl[k0G6jDOYDw@+Zy&CP^8F@xń}qYBh[I+l@t]n҂{($[w8]NTncV\{$lSp8^a-{vͭ%`i9 88(@Nd( vl$# xjcl̽K 5kn*vCZ7ZF#H:UTLm͋#0'%/Os߮|أ Y[!s!Gv̄d2J %W14:NGVE;xժJp96jΪ k׏`K yc# l#1Ms%dL辮;/ m|Gsf#cʠQ$B@鵄 ÝwMjҎ(f[Р"&UgH+]Z[$9`70+(a!l_xd%ox`9? 3͏t!@GH.嶐?1͍r߹^ˀct7#2OwKN+XZNA,p5lW*wOjv7GΕhjvw^-V^0vѣ>qUd)#BAƨeܓ퀴Nm2 X*` p) 놅3L_KѴr:xgiS1O5D[׋cn ckfG]RMFzhxkOG Tpx!!ޏM]+ֵ%0#'WӛD5=[2y1lg ?e30o``lRUf8!ʣ7tuH a$'-(FzFz jc$00~NTnc) k 5lkF;'뜞("Id'vbix䭾TYۣI]^|ZL6arxeWƀvt Ӕ&}P+(vjD(sVp=5gJ:~M͗t "?b ڵϰp J}l.m H씫ZdZkGY; )r|`rhi5!>@$yByd.p|r`!2=?fe>ά„Cc:?Wqؒ / ҟ_mniQAEO6F;qX><~'y-)7vjp9(ˇ*И0JW-m?bF:K+c*7:%KS$`Ӭ؄k<k ȟ3́QbVQ۸Z7-.~\Έ<9Ē0.iG(qNTM^g7Ob2(VP] Gu!Ic =(+Avf\,C{PӉW޶UE D/&fٲb k=' 0ہȟ}z1Xvݲ"uڍ1CfY+~өM=Cf1V/e+ɝf!XF%+$f~!&>RP8Gf ~몖̐fګњ +ץP0WS>Lg!ȹ0UEU4'[XWW GѬ ?mL6 RSIU~-;= dsjk}c.`dBq#<~:ICMpAJM[M[tХM?qـӥOnb"GGZ 1$F5^UX5$j[rNc^?tmǖECuIߥfZ1dxDδ{JPU&24]kIT D[ImBg%;q07lS4} =4Rh ۃҁŶJ܉A3V79iƖ;?) N(z;mJmYCwr Jx?X(pr/LlN܂nͳ~4,xi!+){8RKa#merҌO':xRg[f ꗯyI,~hȆ<[- 8Ԗ\SX C dd"7RXմP+8<`Snj9`'AFpLW] r Ѧ߱#I [4ud>0z4/=zx2A !;9B#\i-KfrHU)3'5>UP$.޽m^ɝ<=уQۍ0=\߇Y4fkN}I6(d-qvqs0Jw;s2^+Uyj-Έ\z.#)ǟp>94L@~rT+x<=֒>+qEddLV)EܨkApx ?:8"jWHEە`3]N8SVCqq?2 |{Ek]P,R~,!@H.|.Ox>ix кٮaĥdyJ&F1"PS`fQkv6z6ot P2ZS嫦TEM?#vжROh &Ehdz{# ~1u' |B=Us_mB dbB3f^9i7!hw<>`R\ ϭrK@hR:`u 01癪bL01[^閗iݤk7x\4LS LɾJ?U-A\p80536:•JEJGp05 =0?'VN2X`ϑHYS-c^$ o2KJo )[j4f/k+ 8+6k^]mոL 9ڑ7J(}Ҭfa F/cI7ΤC(+NR3c J S ULi73fɜ M,@./`=;.p/,&~~9J]kHz6l`}TX7yURɅ$J{ɢI7`flneK`Wȋ֖eN2-W]kFxAf8YM⢑G#iN%_`|VٜFeba/J9e>^YKdGi}wQٔ)kQ{u\p9>wt_+]̒BO@k֜dZ}({,+*Lߎ^I25fw7q'¹CU9033NȎKIkm~}|dGJXpD{]&ɀ:3FKRN ^8[x>!n%eABa{[0Yx* 0]RZgӇ@PLISOo84>d4f7HVGE#λ:w/c ;> .ΰRU`SP,-$dxgeL^Xٺ6\Uvoԇ9/`=7 IE?g5OkZʹ{6, n,1b5)V0W^WT. C$lj7.+b dCDg Fwl $k}s]T؝Օ$yV9a5:G՗!fT@<-)JݏG9Qe$UhK;y( SP.=.Gj ϙ QB9J\E yY?і| E6<sq(ׇrr٥XjlO.d ݬ^qfv tFonTON(x%D´D")/59 ocX )44;HՓ2|a钵{mÄ~r7C M ߌNA"@ZRO)qe4L]n-xc[BN8ew>(,[c6So~\W553|6x}1k;#G5jUKѮv+Z NzQ AmD+(% y_wŢl^YL#aeL+quZ t(q:-i oRÑF]A$Rg7^HE_p)<:I%y2V4r^ #x(5l5Ee>Siy *{~* qSWrx##|%V8V:`e~F$*Rc"꥽ s0+H*jtזCxl!|.Iq{uact Ex(%n@>~%ݍ!T̶*J8 2*p;8/jk#t=ד>l.6x]a .Tt7qZĸ _3;bއD9,e\o+cS*<$tǙYCߛԑ+]J\M'D#VVV";,r&zq?%L!ʮ$Z:'r8KiN%H:[*ɆoXܠ; 4af,Z3vмzzs ܫ |R2RZg~'"P@Q¯'P/Ap"oĭ]&YzG~վafN2.Û.tҊAw.#jFx?)$ԭ]$o A,o&ǡעxۅr&덁HnFRx-6S)\TrNRO( lv˞Ε$֘ʓULwa>)~_+xy6ݑS0p]ψ) 7+Ne\xbX "Cy[Q`<ȢwY˴Sno ,]_M~#r2x^%qo7n>$=⾸~١,cѥ/mfQA l)QҌzH:ąHh$h*=@Oa&۹5q 򔏃2(Cs3X_#>w! . pSP,A!/FHr-VlY{[$6 <"cYw{#-upCNߒ$4g4^0=;$rl1IH' KTLH9Xz)g bSfꩭ o*Ъ az]r%HO2!cܟldN0[) t궰U׵J38J͘>N뀻ǭ#_| %9jLB#(ZэkԶgzM{계ˬɅTB7W>[.^`$htB2:M^/K׿2@>~?Y2+Q:N؛ʗhcDۧh7>PՉ6 L|°5r}+^7_'I”%yNOeu;tǿ>$gA # к[IƘ*JeCФ>ʨ HBU~ʅ/Kɮf `\@!-—فZ d14 ávXẌP5,JU1i3zyAڙT(;Ng=@r>Q]!6UUYz ݗm;mXHm>Ye\A=]J3$;OFQ >% {ђgYD=WA]Aߩ_9u-S_Am)X] bW2^Gb6BҴ,gs|KJVЄŒ_p8d#UkZLD1dxM Eva6x L"櫏byT]pF|;Z]/*$)W] Elw9OpKUE[xF|nj-Nׂo=\[z\)-H-LS 9rKtn*gwgŽޢ%-ȖZ YZ