python
value = "−123"  # Incorrect negative sign
value = value.replace("−", "-")  # Correct the negative sign