Closed
Bug 279811
Opened 20 years ago
Closed 19 years ago
l10n LXR search is broken
Categories
(Mozilla Localizations :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chase, Unassigned)
References
Details
We have received reports that the LXR search function for the l10n repository is reportedly broken. Needs investigation and a potential fix.
| Reporter | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Comment 1•20 years ago
|
||
Verified brokenness.
Summary: l10n LXR search is reportedly broken → l10n LXR search is broken
| Reporter | ||
Comment 2•20 years ago
|
||
I've fixed at least the "Text Search" field. As for the "Identifier Search" field, I'm not sure there are any identifiers that would be searchable in the /l10n repository. Can someone confirm that this is either working, not working, or not testable at this time?
| Reporter | ||
Comment 3•20 years ago
|
||
The "Identifier Search" function is provided by the ident program. From the
ident source code:
%ty = (('M', 'preprocessor macro'),
('V', 'variable'),
('f', 'function prototype'),
('F', 'function'),
('C', 'class'), # C++
('c', '(forwarded) class'), # C++
('T', 'type'),
('S', 'struct type'),
('E', 'enum type'),
('U', 'union type'));
I don't think there is anything in the l10n aviary branch that would contain any
tokens of the above types. (As in there are no C, C++, Java files, &c.)
Comment 4•20 years ago
|
||
works for me. could we get the page encoding set to utf-8? As the majority of our l10n files should be compatible with that. (My search results looked odd in ISO.)
| Reporter | ||
Comment 5•19 years ago
|
||
Mass reassign of open bugs for chase@mozilla.org to build@mozilla-org.bugs.
Assignee: chase → build
Status: ASSIGNED → NEW
Comment 6•19 years ago
|
||
encoding is bug 281362, let's just close this one.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: build → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•