-
```
(sorry, My english is bad.)
some dictionary file convert with "sdconv".
-
A while ago I have installed multiple dictionaries by following a guide on some website.
It involved downloading files and importing them in Yomichan extension settings.
Now I logged into chrome fro…
-
```
I'll describe by example:
If I have two German dictionaries in the list of 20 available dictionaries.
The dictd.de-vi is at the top of the list (1st), and babylon.de-en is arranged
at the botto…
-
```
What steps will reproduce the problem?
1. Create a class with an dictionary as a field, marked with the right
attributes for protubuf-net serialization.
2. Serialize an instance of that class wit…
-
```
What steps will reproduce the problem?
1. Create a class with an dictionary as a field, marked with the right
attributes for protubuf-net serialization.
2. Serialize an instance of that class wit…
-
```
What steps will reproduce the problem?
1. Create a class with an dictionary as a field, marked with the right
attributes for protubuf-net serialization.
2. Serialize an instance of that class wit…
-
```
What steps will reproduce the problem?
1. Create a class with an dictionary as a field, marked with the right
attributes for protubuf-net serialization.
2. Serialize an instance of that class wit…
-
```
(sorry, My english is bad.)
some dictionary file convert with "sdconv".
-
```
At this point, the code for creating and using dictionaries is written in
such a way that only the US and UK dictionaries are easily supported.
Rewriting some code to add support for more diction…
-
```
Something along the line of:
CPDF_Dictionary* CPDF_Object::AsDictionary() {
return type == CPDF_DICTIONARY ? (CPDF_Dictionary*)this : nullptr;
}
CPDF_Dictionary* ToDictionary(CPDF_Object* ptr)…