<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/okapi/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/okapi/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 17 Mar 2013 04:44:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/okapi/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>KFMTWolu</title><link>https://sourceforge.net/p/okapi/bugs/115/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;o5InQz  &amp;lt;a href="http://awhnhecrkyre.com/"&amp;gt;awhnhecrkyre&amp;lt;/a&amp;gt;, [url=http://fludxatloedc.com/]fludxatloedc[/url], [link=http://qembqpwdolfn.com/]qembqpwdolfn[/link], &lt;a href="http://wibihgvigszr.com/" rel="nofollow"&gt;http://wibihgvigszr.com/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 17 Mar 2013 04:44:03 -0000</pubDate><guid>https://sourceforge.net8ac6bad718cb349914f741aa68de77fac47c79a4</guid></item><item><title>Find/Replace</title><link>https://sourceforge.net/p/okapi/bugs/114/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I try to replace some of English word with a Bulgarian one, the program does not recogniize bulgarian text that I insert in place of the English woird and at output shows me only strings of question marks "??????" instead of translated word.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 19 Feb 2013 09:20:14 -0000</pubDate><guid>https://sourceforge.net5aed432d49e43864080a66b0ee7ed436c7c36c1e</guid></item><item><title>Find/Replace</title><link>https://sourceforge.net/p/okapi/bugs/113/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when doing find/replace with an applied filter, every few instances (not regularly but frequently), olifant shows behaviour similar to that described under Bug ID: 2651759. Olifant appears frozen, only right clicking on the taskbar entry of an olifant error message &amp;gt; "Move" &amp;gt; blind left click and drag  gets the error message out from under the find/replace window.&lt;/p&gt;
&lt;p&gt;the error message is the following:&lt;/p&gt;
&lt;p&gt;Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;
Parameter name: startIndex&lt;br /&gt;
at System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex, Int32 count, CompareOptions options)&lt;br /&gt;
at System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex)&lt;br /&gt;
at Olifant.MatchFinder.Find(String p_sText, Int32 p_nStartIndex, Int32&amp;amp; p_nLengthFound)&lt;br /&gt;
at Olifant.MatchFinder.Find(DataRow p_Row, Int32 p_nStartField, Int32 p_nStartPos, Int32 p_nStopField, Int32 p_nStopPos, Int32&amp;amp; p_nField, Int32&amp;amp; p_nLengthFound)&lt;br /&gt;
at Olifant.MainForm.FindNext(Boolean p_bShowFRCount, Boolean p_bReplaceMode)&lt;br /&gt;
Olifant v3.0.8.0; CC=English (United States); IL=German; OS=Microsoft Windows NT 5.1.2600 Service Pack 3&lt;/p&gt;
&lt;p&gt;i am editing a TMX with exactly 100 000 entries (locked as max). &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MEBV</dc:creator><pubDate>Wed, 13 Feb 2013 15:26:50 -0000</pubDate><guid>https://sourceforge.netf303a2ba9ac019590bd382ff6ac627f592203310</guid></item><item><title>Uploading tmx : ampersand issue</title><link>https://sourceforge.net/p/okapi/bugs/112/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to convert few TMX file into xl/ csv/ any spreadsheet. When I upload a TMX file in Okapi Olifant TM editor all the ampersand characters are getting changed. Copying and pasting has the same result.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 27 Nov 2012 08:04:35 -0000</pubDate><guid>https://sourceforge.net3802d3c716a6d4f17891a50057c9b558a7b171d4</guid></item><item><title>DOCX Sub-document Order</title><link>https://sourceforge.net/p/okapi/bugs/111/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have experienced an issue in net.sf.okapi.filters.openxml.OpenXMLFilter.nextInZipFile().&lt;/p&gt;
&lt;p&gt;I have noticed that the entries that are iterated over are derived from the docx zip file and these entries have a order in the zip file.&lt;/p&gt;
&lt;p&gt;For one example document the entries are processed in the following order:&lt;/p&gt;
&lt;p&gt;[Content_Types].xml&lt;br /&gt;
_rels/.rels&lt;br /&gt;
word/_rels/document.xml.rels&lt;br /&gt;
word/document.xml&lt;br /&gt;
word/theme/theme1.xml&lt;br /&gt;
word/settings.xml&lt;br /&gt;
word/fontTable.xml&lt;br /&gt;
word/webSettings.xml&lt;br /&gt;
docProps/app.xml&lt;br /&gt;
docProps/core.xml&lt;br /&gt;
word/styles.xml&lt;/p&gt;
&lt;p&gt;I do have other documents that Word can open correctly that are processed in the following order:&lt;/p&gt;
&lt;p&gt;docProps/app.xml&lt;br /&gt;
docProps/core.xml&lt;br /&gt;
word/document.xml&lt;br /&gt;
word/fontTable.xml&lt;br /&gt;
word/settings.xml&lt;br /&gt;
word/styles.xml&lt;br /&gt;
word/webSettings.xml&lt;br /&gt;
word/_rels/document.xml.rels&lt;br /&gt;
[Content_Types].xml&lt;br /&gt;
_rels/.rels&lt;/p&gt;
&lt;p&gt;In the first case, OKAPI handles the document properly. In the second it does not, because it is expected by the net.sf.okapi.filters.openxml.OpenXMLFilter.nextInZipFile() method that the [Content_Types].xml precede the word/styles.xml to work properly.&lt;/p&gt;
&lt;p&gt;How were these documents created?&lt;/p&gt;
&lt;p&gt;The first is generated using Word.&lt;/p&gt;
&lt;p&gt;The second is the product of running the first document through Google Translate.&lt;/p&gt;
&lt;p&gt;The net.sf.okapi.filters.openxml.OpenXMLFilter.nextInZipFile() needs to be rewritten to account for a different ordering, hunting down the [Content_Types].xml first...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 14 Nov 2012 17:11:43 -0000</pubDate><guid>https://sourceforge.net6d1a97e06a407c264e6ac30471e4a6a6f0b939b2</guid></item><item><title>Invalid link</title><link>https://sourceforge.net/p/okapi/bugs/110/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The link to the TBX specification on page&lt;br /&gt;
&lt;a href="http://okapi.sourceforge.net/formats.html"&gt;http://okapi.sourceforge.net/formats.html&lt;/a&gt;&lt;br /&gt;
is now invalid. A possible replacement could be:&lt;br /&gt;
&lt;a href="http://www.ttt.org/oscarStandards/tbx/" rel="nofollow"&gt;http://www.ttt.org/oscarStandards/tbx/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 May 2012 20:46:06 -0000</pubDate><guid>https://sourceforge.netdca3eabec15e4847ac58de6c4956ac99d5e503b9</guid></item><item><title>ampersand</title><link>https://sourceforge.net/p/okapi/bugs/109/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I noticed today that TUs (of a Wordfast memory) with ampersands aren't imported&lt;/p&gt;
&lt;p&gt;my workaround was to open the Wordfast memory with Notepad, then manually convert all occurrences of "&amp;amp;" with "and" in the source, as luckily ampersands in Italian are useless ...&lt;/p&gt;
&lt;p&gt;I wonder if there is a more "permanent" workaround&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 11 Mar 2012 22:54:55 -0000</pubDate><guid>https://sourceforge.net8d66c2d28a7cbef0d8031d04ec4ebaa2159ff34c</guid></item><item><title>Olifant/TMX: bad handling of reserved chars</title><link>https://sourceforge.net/p/okapi/bugs/108/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First, thanks for the nice work. Olfiant really helps us!&lt;br /&gt;
Though I'd have liked to reopen bug #2971151 about "ascii character" but it's impossible.&lt;/p&gt;
&lt;p&gt;When I create a new TMX file and add entries containing some '&amp;lt;' and '&amp;gt;' for example, Olifant does accept to save the file, but then it fails to reopen it, and I get an XML parser exception.&lt;/p&gt;
&lt;p&gt;As ysavourel explains in bug #2971151, XML specs forbid some special characters, in particular '&amp;amp;', '&amp;lt;' and '&amp;gt;'. These characters are reserved and must be escaped.&lt;br /&gt;
But I don't buy ysavourel workaround (importing TMX files instead of opening them) because that's something you can't do when you're creating new TMX files.&lt;/p&gt;
&lt;p&gt;These special characters should be escaped BEFORE to save the file.&lt;/p&gt;
&lt;p&gt;Then (and here I'm thinking about translators who are not all XML/HTML specialits), I think Olifant should be capable of replacing XML escape entities with human readable characters before displaying them in the edit boxes and in the grid of the user interface. Olifant could then re-parse changed strings and escape again new reserved chars before to save the strings in the TMX file (a back and forth regexp job).&lt;/p&gt;
&lt;p&gt;The internal storage format of the data (TMX/XML) should not interfere with the VIEW for the users in the GUI.&lt;/p&gt;
&lt;p&gt;For example I don't mind of MS Word internal file format, what interests me is that it is capable of rendering a readable document.&lt;br /&gt;
I think XML formatting, including proper special character escaping, is Olifant's job, not the users one, and it should remain in the background. Users should never have to deal with &amp;amp;lt;, &amp;amp;gt; and the like.&lt;/p&gt;
&lt;p&gt;Thanks again for your work, Eric&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Voisard</dc:creator><pubDate>Thu, 15 Dec 2011 16:41:18 -0000</pubDate><guid>https://sourceforge.netc8173833fb859acb4b838bfd869f7e666e93cdb7</guid></item><item><title>docx alternatecontent</title><link>https://sourceforge.net/p/okapi/bugs/107/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;tikal does not process correctly docx documents with tag mc:AlternateContent in document.xml&lt;br /&gt;
The result document after merging xlf with original is not valid docx document.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 28 Feb 2011 11:34:25 -0000</pubDate><guid>https://sourceforge.net1c06c847d69d64e5ef7eba832388ccae610a6dec</guid></item><item><title>Olifant bug - tmx import - ascii character</title><link>https://sourceforge.net/p/okapi/bugs/106/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;[view attached file for description of error]&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 16 Mar 2010 09:14:42 -0000</pubDate><guid>https://sourceforge.netd4491f871405f6661636debcc4aae18b941a4048</guid></item></channel></rss>