Bugzilla – Attachment 54976 Details for
Bug 33849
smath does not handle accents in MathML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix most of the accent problems
accents.diff (text/plain), 1.19 KB, created by
Joshua Cogliati
on 2011-12-30 09:11:19 UTC
(
hide
)
Description:
Patch to fix most of the accent problems
Filename:
MIME Type:
Creator:
Joshua Cogliati
Created:
2011-12-30 09:11:19 UTC
Size:
1.19 KB
patch
obsolete
>diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx >index 58010e7..b7372bd 100644 >--- a/starmath/source/node.cxx >+++ b/starmath/source/node.cxx >@@ -2838,6 +2838,33 @@ void SmAttributNode::CreateTextFromNode(String &rText) > case 0xE09B: > APPEND(rText,"dddot "); > break; >+ case 0x301: >+ APPEND(rText,"acute "); >+ break; >+ case 0x300: >+ APPEND(rText,"grave "); >+ break; >+ case 0x30C: >+ APPEND(rText,"check "); >+ break; >+ case 0x306: >+ APPEND(rText,"breve "); >+ break; >+ case 0x30A: >+ APPEND(rText,"circle "); >+ break; >+ case 0x20D7: >+ APPEND(rText,"vec "); >+ break; >+ case 0x303: >+ APPEND(rText,"tilde "); >+ break; >+ case 0x302: >+ APPEND(rText,"hat "); >+ break; >+ case 0x304: >+ APPEND(rText,"bar "); >+ break; > default: > rText.Append(nLast); > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 33849
:
42865
|
54976
|
55079
|
55147