Search the web
Sign In
New User? Sign Up
okapitools · Okapi Tools
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 662 - 691 of 1029   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
662
How do I escape (java-style) extended character using tikal? I have been reading the documentation but I can't find the settings and parameters to use to...
fabrice_renaud
Offline Send Email
Jan 7, 2009
7:24 pm
663
Hi Patrice, ... Almost: Tikal.exe oku_set01:encodingconversion -x - <inputFile> <filterSettings> <inputEncoding> <outputEncoding> By default extended...
Yves Savourel
yves_savourel
Offline Send Email
Jan 7, 2009
8:53 pm
664
Thanks Yves! Is there a way of not having .out appended to the file name and specify a different output folder? Also what should I use for Cyrilic? -ie...
fabrice_renaud
Offline Send Email
Jan 7, 2009
9:18 pm
665
... I'm afraid not :( The output file name for all utilities that output the same file as the input is the same path as the input + ".out", so you'll have to...
Yves Savourel
yves_savourel
Offline Send Email
Jan 7, 2009
9:26 pm
666
Thanks again Yves, Would I be able to drop the .out and specify the folder running rainbow from the command line? ... the input is the same path as the input +...
fabrice_renaud
Offline Send Email
Jan 7, 2009
9:31 pm
667
... Yes, Rainbow from the command line uses a project, so you can set the output as you wish. The drawback is that you have to set all the data through the...
Yves Savourel
yves_savourel
Offline Send Email
Jan 7, 2009
9:54 pm
668
... If you make a Java version of Olifant, please make sure that it can handle large TMX files. A "competing" Java-based product, Stingray, takes quite long to...
Piotr Bienkowski
syntaxpb
Offline Send Email
Jan 8, 2009
8:03 am
669
Piotr, I have the same experience with the Heartsome TMX Editor. It has some nice features, but it cannot handle large TMX files neither. I'm not a specialist,...
Gert Van Assche
gert.vanassche
Offline Send Email
Jan 8, 2009
12:35 pm
670
Hi everyone, I'm a happy user of Olifant and so far have never experienced any problems using the tool. However, yesterday there was a power outage while I was...
Joeri Van de Walle
joerivdw
Offline Send Email
Jan 22, 2009
1:22 pm
671
Hi Joeri, Maybe the user settings got corrupted and now they result in strange behavior (they pick the fonts, colors, etc.). A re-install would have not reset...
Yves Savourel
yves_savourel
Offline Send Email
Jan 22, 2009
2:00 pm
672
Problem solved. Thanks, Yves. http://www.windowslivemobile.msn.com/?mkt=nl-be...
Joeri
joerivdw
Offline Send Email
Jan 22, 2009
2:07 pm
673
... The fastest way to go to the application folder: Press Windows+R Type %appdata% Press Enter....
Marco Amans
marcoamans
Offline Send Email
Jan 22, 2009
2:56 pm
674
Hi all, I recently discovered a Rainbow hack that makes dealing with multilingual data fairly comfortable. Since multilingual data is a quite annoying thing in...
frank kuhnke
frank_kuhnke
Offline Send Email
Jan 25, 2009
3:07 pm
675
Hi Frank, Very nice hack :) ... Sure. The only reason the check is currently there is because most (I thought all) the time you want to avoid adding duplicates...
Yves Savourel
yves_savourel
Offline Send Email
Jan 25, 2009
3:43 pm
676
Following up on my previous encoding conversion question, I noticed that if my input file is in UTF-8 instead of Unicode the extended characters are not...
fabrice_renaud
Offline Send Email
Jan 28, 2009
5:45 pm
677
Hi Fabrice, Strange. The encoding of the input file should not matter. To get the extended chars escaped in the output, you should use us-ascii as output...
Yves Savourel
yves_savourel
Offline Send Email
Jan 28, 2009
6:04 pm
678
° Strange. The encoding of the input file should not matter. ° To get the extended chars escaped in the output, you should use us- ° ascii as output...
Susanne Aldridge
saldridges
Offline Send Email
Jan 28, 2009
6:08 pm
679
Thanks for the input Suzanne. The problem you have is that without a BOM, a UTF-8 file is just like any other file text file where the encoding cannot be...
Yves Savourel
yves_savourel
Offline Send Email
Jan 28, 2009
6:34 pm
680
Thanks that's exactly the issue I was experiencing. I will try to run Tikal with -ie UTF-8 instead of -ie windows-1252 Should that escape Cyrillic characters...
fabrice_renaud
Offline Send Email
Jan 28, 2009
6:46 pm
681
... Sure. You can double-check by converting back. -ys...
Yves Savourel
yves_savourel
Offline Send Email
Jan 28, 2009
6:59 pm
682
° I will try to run Tikal with -ie UTF-8 instead of -ie windows-1252 ° ° Should that escape Cyrillic characters properly as well? It worked fine in a Greek...
Susanne Aldridge
saldridges
Offline Send Email
Jan 28, 2009
7:26 pm
683
... Yes, one can try to find various pattern. The issue is that it may take time to read the file until you find an extended character. On large English files...
Yves Savourel
yves_savourel
Offline Send Email
Jan 28, 2009
9:33 pm
684
° when you are working over a network. I'll try some things and ° see if it's worth it. Thanks for all the input. No worries, Rainbow already does more than...
Susanne Aldridge
saldridges
Offline Send Email
Jan 28, 2009
9:36 pm
685
... The Unicode Consortium has alas let the problem fester for some time. It always has been allowed. In Unicode 5 they have issued a recommendation to not use...
Yves Savourel
yves_savourel
Offline Send Email
Jan 28, 2009
10:01 pm
686
... from Trados are relatively common in Rainbow, so maybe that would be something to look into for proper detection of that format. ... they changed it and it...
Iwan Davies
iwan_davies
Online Now Send Email
Jan 28, 2009
11:10 pm
687
Yves, thanks a lot for all the info, it will help me a lot when trying to explain the issue to the developers. Iwan, ° What sort of files and what version of...
Susanne Aldridge
saldridges
Offline Send Email
Jan 29, 2009
2:56 pm
688
° Yes, one can try to find various pattern. The issue is that it may take ° time to read the file until you find an extended character. ° On large English...
Susanne Aldridge
saldridges
Offline Send Email
Jan 29, 2009
6:49 pm
689
... explain the issue to the developers. ... Ahhh... ... another question: aren't those settings specific to the file type, ie. HTML settings file for HTML...
Iwan Davies
iwan_davies
Online Now Send Email
Jan 29, 2009
7:11 pm
690
... That's because the architect researched the Java Properties format before the filter was developed. :D One other thing to note here is that some Java...
David Pooley
david_pooley...
Offline Send Email
Jan 30, 2009
1:14 pm
691
° >The daft thing is, SDLX obviously adheres to the standards: ° ° That's because the architect researched the Java Properties format ° before the filter...
Susanne Aldridge
saldridges
Offline Send Email
Jan 30, 2009
2:32 pm
Messages 662 - 691 of 1029   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help