Bug 241664 - Incorrect display of "Qualified name" with Hebrew chars
Summary: Incorrect display of "Qualified name" with Hebrew chars
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 5.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 10:02 EDT by saikarthik natesan CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saikarthik natesan CLA 2008-07-22 10:02:05 EDT
Build ID: eclipse 3.4  I20080716

Steps To Reproduce:
This is Bidi specific defect, in the test case upper English letters represent Hebrew letters


1. Create a C++ project with Hebrew name AAA (where AAA are Hebrew chars)
2. On the Project Explorer -> right-click and add a C++ class.  Give to the class Hebrew name PPP (PPP are Hebrew chars)

3. Add another C++ class. On the "Create New C++ Class" UI , Select "Add" button to add a base class
4. Select class PPP as a base class
5. Inspect "Qualified name and location" field

Expected result: (global) PPP - AAA/PPP.h
Actual result: (global) PPP/AAA - PPP.h



More information:
Comment 1 hollisc CLA 2009-11-23 17:52:55 EST
Can we get a fix backported to Eclipse 342 for this issue?