Displaying 10 results from an estimated 10 matches for "m17n".
2007 Apr 30
1
CentOS 5 single DVD for i386 and x86_64
...>
@@ -230,7 +229,6 @@
<packagereq type="mandatory">fonts-arabic</packagereq>
<packagereq type="conditional" requires="kdelibs">kde-i18n-Arabic</packagereq>
<packagereq type="conditional" requires="scim-m17n">m17n-db-arabic</packagereq>
- <packagereq type="conditional" requires="openoffice.org-core">openoffice.org-langpack-ar</packagereq>
</packagelist>
</group>
@@ -301,7 +299,6 @@
<packagelist>
<packagereq ty...
2005 Aug 13
9
Multilingual Rails v0.6
Multilingual Rails v0.6 is released!
Here is the changelog. Documentation and download at the homepage:
http://www.tuxsoft.se/oss/rails/multilingual
v0.6 - 2005-08-13
* String case-manipulation functions replaced with ruby-unicode
equivalents (if ruby-unicode is installed):
String#downcase, String#upcase and String#capitalize now fully
handle Unicode.
* String normalization
2006 Jun 08
1
Is there an official CVS library? And, where would I put it
Two questions. First, I''m wondering if there''s a library already
written that will enable Ruby to interface with CVS. I did find one
(cvs.m17n.org/~akr/ruby-cvs/) but it''s unclear to me if that is still
maintained. Some download links are broken and it seems to be at
version 0.2. That''s why I ask if there''s an "official" one? Is that
it?
Second, if I want to add a ruby library to my rails applic...
2006 Aug 22
0
Re: Prag Programmers style PDF personalization
...stin Ziegler wrote:
>> PDF::Writer doesn''t solve the Unicode problem yet.
> Which brings our Unicode discussion that once happened into new
> light :-)
> thanks for the statement
Not really. The Unicode problem for PDF support is wholly unrelated to
my stance on Unicode vs. m17n Strings. The Unicode problem for PDF
support is mostly that the PDF standards doc is a stinking pile that
is almost impossible to understand without your eyes bleeding and even
harder to implement. ;)
Most strings are written one way for normal 8-bit strings in PDF;
they''re written an ent...
2006 Sep 23
8
svn problems
I can consistently segfault the 0.10.4 gem, so I''m trying to get the
subversion version working with hopes towards tracking the problem down.
I have a fresh SVN checkout but:
a) the version (in ferret.rb) claims to be 0.9.6; and
b) Ferret::Index::FieldInfos and a couple other classes are missing at
run time. It looks like this is because they''re not exported in the C
2011 Nov 29
0
Trying to read Nepali script on centos
I've got Chinese working, but having trouble with Nepali. Here's what
I have installed:
rpm -qa|grep -i nepal
scim-tables-nepali-0.5.6-7
m17n-db-nepali-1.3.3-48.el5
What else is needed?
Thanks
Dave
2006 Aug 26
0
Re: Prag Programmers style PDF personalization
On 22-aug-2006, at 22:26, Austin Ziegler wrote:
> Not really. The Unicode problem for PDF support is wholly unrelated to
> my stance on Unicode vs. m17n Strings. The Unicode problem for PDF
> support is mostly that the PDF standards doc is a stinking pile that
> is almost impossible to understand without your eyes bleeding and even
> harder to implement. ;)
I just couldn''t miss a chance to shake the stick in the notion of "I...
2010 Apr 19
10
Overview of Ruby 1.9 encoding problem tickets
...and modifying existing code if
possible
- personal experience with many encoding pitfalls
For those interested in Ruby encoding support, I very much recommend
the extremely well written in-depth article by James Edward Gray II:
http://blog.grayproductions.net/articles/understanding_m17n
Results of "Please do investigate":
----------------------------------
The ticket:
#2188: (March 9th, 2009): Encoding error in Ruby1.9 for templates
Actual cause: ERB uses force_encoding("ASCII-8BIT") which is just an
alias for "BINARY". This is actually ok, e...
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
...a
libxkbfile
libxml2
libxml2-devel
libxml2-python
libXmu
libXpm
libXpm-devel
libXrandr
libXrender
libXres
libxslt
libXt
libXt-devel
libXTrap
libXtst
libXv
libXxf86dga
libXxf86misc
libXxf86vm
lksctp-tools
lm_sensors
lockdev
lockdev-devel
logrotate
-logwatch
-lrzsz
lsof
ltrace
lvm2
lvm2-cluster
lynx
-m17n-db-sinhala
-m2crypto
-m4
mailcap
mailx
make
MAKEDEV
man
man-pages
-mcstrans
mdadm
mesa-libGL
mesa-libGL-devel
mgetty
microcode_ctl
-mikmod
mingetty
minicom
-mkbootdisk
mkinitrd
mkisofs
mktemp
mlocate
module-init-tools
mtools
mtr
-mt-st
nano
nash
-nautilus-extensions
nc
ncurses
ncurses-devel
-neon
#...
2006 May 02
16
no one cares about i18n (was [OT]: Asking questions on this list)
Do most others in the community agree with this statement? It seems to me
that i18n is:
1. Actually important to many people
2. Not really the difficult to implement in concept
3. Something that people like to point out about Rails to say it''s not
ready foir "Enterprise"
It seems to be that a big part of Rails is encouraging people to do things
the "Right Way",