--===============2107837972== Content-Type: multipart/alternative; boundary="----=_Part_20584_31350137.1205689382604" ------=_Part_20584_31350137.1205689382604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, After adding the patch in the Konsole code.. it gets compiled without any errors.. but when i execute it.. I'm getting a error... kdeinti4_0 missing... some socket can u please help me out.. any reply will be helpful... Regards, Rohit. On 5 Feb 2008 13:56:06 -0000, Rohit wrote: > ------- You are receiving this mail because: ------- > You are the assignee for the bug, or are watching the assignee. > > http://bugs.kde.org/show_bug.cgi?id=156071 > > > > > ------- Additional Comments From rohitnaik19 gmail com 2008-02-05 14:56 > ------- > hi, > i have the same problem with konsole.. > but not in Thai,,, In devanagari script.. > Konsole does not display combing characters of devanagari script.. > > Can this problem solved by putting some patches????? > > If so then can u suggest the patch.. > > > > On 5 Feb 2008 03:01:01 -0000, Theppitak Karoonboonyanan net> > wrote: > > [bugs.kde.org quoted mail] > hi,
i have the same problem with konsole..
but not in Thai,,, In > devanagari script..
Konsole does not display combing characters of > devanagari script..

Can this problem solved by putting some > patches?????
>
If so then can u suggest the patch..

 

class="gmail_quote">On 5 Feb 2008 03:01:01 -0000, Theppitak Karoonboonyanan > <thep linux thai net> > wrote:
>
------- You are receiving this mail because: > -------
You are the assignee for the bug, or are watching the > assignee.

target="_blank">http://bugs.kde.org/show_bug.cgi?id=156071
>



------- Additional Comments From thep linux thai net >  2008-02-05 04:01 -------
"Konsole actually renders text in > batches of equally formatted text.  So if you have a plain line of text > all with default formatting, it will be dispatched to QPainter::drawText() > in one go."
>
I hope the OpenType-based CharCell composition is the right way to > handle monospace fonts. Given that, there would be no difference of > interface between monospace and proportional rendering of single cells, > then.

> But I'd like to clarify my points about Konsole's different nature > a little bit.

The proposed font modification may solve the > cell-by-cell rendering of monospace fonts with QPainter::drawText(), but the > problem of inter-cell composition cases still remains for proportional fonts > in general.
>
I mentioned the case of Thai SARA AM (U+0E33) in comment #12. This > character is normally rendered by decomposition into NIKHAHIT (U+0E4D) and > SARA AA (U+0E32). NIKHAHIT is combining mark, which has to be composed to > the previous cell, while SARA AA stays in its own cell.
>
For applications like Kate, text lines can be stored as continuous > strings, with necessary interface to access each column by the aids of > logical clusters analyzed by the toolkit's language > engine.

Konsole, on the other hand, stores and handles cells as > separate "Character"s [Character.h]. So, the case that involves > more than one cell like SARA AM will need special accessing method. This is > what I said about its difference from Kate.
>
For the proposed patch and font here, the font still carries the > composition/decomposition rules for SARA AM cases, which will only be > effective when rendering inter-cell strings with sufficient context (e.g. > with Kate). For the single SARA AM without base character, Jakkapan's > proposed patch to Qt4 will render it with dotted circle, *except* when using > monospace font, which is supposed to be the case for console-based apps like > Konsole.
>
class="Wj3C7c">_______________________________________________
konsole-devel > mailing list
konsole-devel kde > org
target="_blank">https://mail.kde.org/mailman/listinfo/konsole-devel >
>

> _______________________________________________ > konsole-devel mailing list > konsole-devel@kde.org > https://mail.kde.org/mailman/listinfo/konsole-devel > ------=_Part_20584_31350137.1205689382604 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

After adding the patch in the Konsole code..
it gets compiled without any errors..
but when i execute it..
I'm getting a error...

kdeinti4_0 missing... some socket

can u please help me out..

any reply will be helpful...

Regards,
Rohit.

On 5 Feb 2008 13:56:06 -0000, Rohit <rohitnaik19@gmail.com> wrote:
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=156071




------- Additional Comments From rohitnaik19 gmail com  2008-02-05 14:56 -------
hi,
i have the same problem with konsole..
but not in Thai,,, In devanagari script..
Konsole does not display combing characters of devanagari script..

Can this problem solved by putting some patches?????

If so then can u suggest the patch..



On 5 Feb 2008 03:01:01 -0000, Theppitak Karoonboonyanan <thep linux thai net>
wrote:

[bugs.kde.org quoted mail]
hi,<br>i have the same problem with konsole..<br>but not in Thai,,, In devanagari script..<br>Konsole does not display combing characters of devanagari script..<br><br>Can this problem solved by putting some patches?????<br>
<br>If so then can u suggest the patch..<br><br>&nbsp;  <br><br><div class="gmail_quote">On 5 Feb 2008 03:01:01 -0000, Theppitak Karoonboonyanan &lt;<a href="mailto:thep linux thai net">thep linux thai net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee.<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=156071" target="_blank">http://bugs.kde.org/show_bug.cgi?id=156071</a><br>
<br><br><br><br></div>------- Additional Comments From thep linux thai net &nbsp;2008-02-05 04:01 -------<br>&quot;Konsole actually renders text in batches of equally formatted text. &nbsp;So if you have a plain line of text all with default formatting, it will be dispatched to QPainter::drawText() in one go.&quot;<br>
<br>I hope the OpenType-based CharCell composition is the right way to handle monospace fonts. Given that, there would be no difference of interface between monospace and proportional rendering of single cells, then.<br><br>
But I&#39;d like to clarify my points about Konsole&#39;s different nature a little bit.<br><br>The proposed font modification may solve the cell-by-cell rendering of monospace fonts with QPainter::drawText(), but the problem of inter-cell composition cases still remains for proportional fonts in general.<br>
<br>I mentioned the case of Thai SARA AM (U+0E33) in comment #12. This character is normally rendered by decomposition into NIKHAHIT (U+0E4D) and SARA AA (U+0E32). NIKHAHIT is combining mark, which has to be composed to the previous cell, while SARA AA stays in its own cell.<br>
<br>For applications like Kate, text lines can be stored as continuous strings, with necessary interface to access each column by the aids of logical clusters analyzed by the toolkit&#39;s language engine.<br><br>Konsole, on the other hand, stores and handles cells as separate &quot;Character&quot;s [Character.h]. So, the case that involves more than one cell like SARA AM will need special accessing method. This is what I said about its difference from Kate.<br>
<br>For the proposed patch and font here, the font still carries the composition/decomposition rules for SARA AM cases, which will only be effective when rendering inter-cell strings with sufficient context (e.g. with Kate). For the single SARA AM without base character, Jakkapan&#39;s proposed patch to Qt4 will render it with dotted circle, *except* when using monospace font, which is supposed to be the case for console-based apps like Konsole.<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>konsole-devel mailing list<br><a href="mailto:konsole-devel kde org">konsole-devel kde org</a><br><a href="https://mail.kde.org/mailman/listinfo/konsole-devel" target="_blank">https://mail.kde.org/mailman/listinfo/konsole-devel</a><br>
</div></div></blockquote></div><br>
_______________________________________________
konsole-devel mailing list
konsole-devel@kde.org
https://mail.kde.org/mailman/listinfo/konsole-devel

------=_Part_20584_31350137.1205689382604-- --===============2107837972== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ konsole-devel mailing list konsole-devel@kde.org https://mail.kde.org/mailman/listinfo/konsole-devel --===============2107837972==--