(StringBuilder buffer)
| 649 | } |
| 650 | |
| 651 | private void appendBirthplaceLine(StringBuilder buffer) |
| 652 | { |
| 653 | buffer.append(IOConstants.TAG_BIRTHPLACE).append(':'); |
| 654 | buffer.append(EntityEncoder.encode(charDisplay.getSafeStringFor(PCStringKey.BIRTHPLACE))); |
| 655 | buffer.append(IOConstants.LINE_SEP); |
| 656 | } |
| 657 | |
| 658 | /** |
| 659 | * @param buffer |
no test coverage detected